date
stringlengths 12
12
⌀ | text
stringlengths 98
60.4k
| topic
stringlengths 15
36k
| url
stringlengths 37
226
| root_topic
stringclasses 63
values | heading
stringlengths 1
148
| related_topics
stringlengths 7
36.6k
| author
stringclasses 1
value | vector
stringlengths 44.7k
45.8k
⌀ |
---|---|---|---|---|---|---|---|---|
12 Oct, 2021 | Node.js Stream readable.readableHighWaterMark Property
12 Oct, 2021
The readable.readableHighWaterMark property in a readable stream that is used to check the value of highWaterMark used while constructing Readable streams.
Syntax:
readable.readableHighWaterMark
Return Value: It returns the value of highWaterMark used while constructing Readable streams.
Below examples illustrate the use of readable.readableHighWaterMark property in Node.js:
Example 1:
// Node.js program to demonstrate the
// readable.readableHighWaterMark Property
// Include fs module
const fs = require("fs");
// Constructing readable stream
const readable = fs.createReadStream("input.txt");
// Instructions for reading data
readable.on('readable', () => {
let chunk;
// Using while loop and calling
// read method with parameter
while (null !== (chunk = readable.read())) {
// Displaying the chunk
console.log(`read: ${chunk}`);
}
});
// Calling readable.readableHighWaterMark
// Property
readable.readableHighWaterMark;
Output:
65536
read: GeeksforGeeks
Example 2:
// Node.js program to demonstrate the
// readable.readableHighWaterMark Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and setting the value
// of the highWaterMark
const readable = new stream.Readable({
highWaterMark: 1234
});
// Calling readable.readableHighWaterMark
// Property
readable.readableHighWaterMark;
Output:
1234
Reference: https://nodejs.org/api/stream.html#stream_readable_readablehighwatermark.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream readable.readableHighWaterMark Property | https://www.geeksforgeeks.org/node-js-stream-readable-readablehighwatermark-property?ref=asr7 | CSS | Node.js Stream readable.readableHighWaterMark Property | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.readableHighWaterMark Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0549102053, 0.0200592, -0.00921456795, 0.0319815576, 0.0363463536, -0.022052994, -0.00404821336, 0.0354033411, -0.0393639877, -0.00162669457, 0.0246125963, 0.0583589338, 0.0177555569, -0.000487503217, 0.0193047896, -0.0290178079, -0.0241141487, -0.0143203018, -0.0075912415, 0.0235887561, 0.00713320728, 0.00322813, -0.0238447171, 0.0223897845, -0.0254747793, -0.0110197617, 0.00712647149, -0.0136669297, -0.0310654901, -0.0224167276, 0.0100969579, 0.030526625, 0.0022228125, -0.00628786534, 0.0104270112, -0.000100563324, -0.0101036932, 0.0310654901, -0.00648993906, -0.0472583435, -0.0177286137, -0.0165700577, -0.0407650359, 0.0161524378, 0.0122726196, -0.0287753195, -0.0421391353, 0.00615314906, -0.0209887382, -0.0369121581, -0.000964060717, 0.0106290858, 0.0144550176, -0.0178498589, 0.0154249715, -0.00573216192, 0.000174183457, 0.0368043855, 0.0125420513, -0.0265525058, 0.0293141827, -0.0574967526, -0.0024585654, -0.016017722, -0.00959177315, -0.0289369784, -0.0518656261, 0.0336789787, 0.0205441769, 0.0192104895, -0.0180923473, 0.0351608545, 0.0427049436, 0.0292333532, 0.00720056565, 0.00126127771, 0.0228074044, 0.0133840255, -0.00644278852, 0.0197224095, -0.027441632, 0.00344199152, 0.00245351344, -0.00642258115, 0.0267545804, -0.0320085, -0.0048261974, -0.0117876418, 0.0377204567, -0.0108917812, 0.0246934257, 0.0383132063, 0.0224302, -0.000529601937, -0.0094166426, 0.0521350577, -0.0128249545, -0.000366258872, 0.00770575, 0.0279939659, 0.0197628234, 0.0175534841, 0.00381919602, 0.0121446392, 0.0257037953, -0.017944159, 0.0185907949, -0.0318468399, 0.0116461907, 0.0248820297, 0.031388808, -0.00767207099, -0.0338136926, 0.00878347736, -0.0326551385, 0.0384748653, -0.0133974971, 0.0422199667, 0.0244374666, 0.0232519656, -0.0176073704, 0.0193586759, 0.0177690294, 0.0264043193, -0.00388655416, 0.0042368155, -0.0212985855, -0.00204936578, 0.0121513754, 0.0185503811, -0.0131011223, -0.0126430886, -0.0213390011, -0.0161928535, -0.018968001, 0.0199783705, 0.024397051, 0.0369391032, -0.00824461412, -0.0236022286, -0.0152767841, -0.030823, 0.0440251604, 0.00973322429, 0.0270240121, 0.0410344675, -0.0217296761, -0.00502153579, -0.0276437048, 0.0174457114, 0.00597465085, 0.00897881575, 0.00295364647, 0.0234675109, -0.0221338235, -0.00348577416, -0.0100363353, 0.00625418639, -0.0273608025, -0.00538190082, -0.00287786871, -0.0354033411, 0.0208809655, 0.00951767899, -0.000369626796, 0.0406033769, 0.0248281434, 0.0390406698, -0.00782699417, 0.00703217043, -0.0220395233, -0.00785393734, -0.022403257, -0.00688398303, -0.00928866211, -0.0134109687, 0.056688454, 0.00818399154, 0.0200187843, 0.000187865546, 0.00712647149, -0.014091284, 0.0144280745, -0.00201063487, -0.0243566372, -0.00627439376, 0.0485516153, 0.0100296, -0.0228478182, -0.0152498409, -0.0543982834, 0.022982534, 0.0311463196, 0.00364743336, 0.00204094616, 0.0116125112, -0.0288292058, -0.0218778644, 0.013464855, -0.00559071032, -0.0270509552, 0.00349251, -0.0216219034, -0.000783457246, 0.000259538618, -0.00214871881, -0.0175130684, -0.0109187244, 0.0451298319, -0.00346556678, -0.000526655, -0.0110534402, 0.0192509033, -0.0256229658, 0.0139969829, 0.0124140717, 0.00130421843, -0.00221270882, -0.0182944201, -0.00656740088, 0.0294488985, -0.0604066141, 0.0170819778, 0.0421660803, -0.0710222274, -0.0204229318, 0.00640237378, -0.0234136246, 0.00800212473, 0.0158830062, 0.012279355, 0.0459920131, -0.0135456845, -0.0206788927, 0.00220765709, 0.0202478021, -0.0255556088, 0.00593760377, 0.0151555398, 0.0136332503, -0.00975343212, -0.0249089729, -0.00782699417, 0.00510236528, -0.00883062836, 7.41463737e-05, -0.0444293059, 0.0314965807, 0.00512594031, 0.0102586169, -0.0147109777, 0.00096911256, 0.0169068463, 0.004445625, -0.0432707518, 0.0294488985, 0.0134042334, 0.0269431826, -0.00450624712, -0.0218778644, 0.0333017744, 0.0231307223, -0.00467464235, -0.0247203689, 0.00023743679, 0.0375049114, 0.0293411259, -0.0372085348, 0.00897881575, -0.0139835114, 0.0536977611, -0.000425618084, 0.0180654041, -0.00489018764, -0.0347836502, -0.000652951188, -0.00707932096, -0.0431090929, -0.035915263, -0.00647646748, 0.00335779414, -0.0174995977, 0.0143068302, 0.0386904106, -0.0213794149, -0.0274820458, 0.0340831243, -0.029529728, -0.0335173197, 0.00315403636, -0.0082985, -0.00425365474, 0.00378214917, 0.0114845317, 0.0101104295, 0.0040953639, -0.0314696357, 0.0497101732, 0.0178902727, 0.0236695856, -0.0323587619, -0.0327629112, -0.0241006762, -0.0331401154, -0.00203421037, -0.00157786009, -0.00883062836, 0.00976690371, 0.0605682731, -0.0182405338, 0.0324665345, -0.0337867513, -0.0145762619, -0.028182568, 0.00860161055, -0.0208270792, 0.0329784565, 0.0309307724, -0.0130135566, 0.0114239091, -0.00376867759, 0.0260540564, -0.0522967167, 0.0445640236, -0.00786067359, -0.0165026989, 0.0158830062, 0.0169068463, -0.0244509373, -0.0252727047, 0.00580962375, 0.00419303263, -0.0231576655, -0.000433616835, 0.025097575, -0.0517847948, -0.0437287837, -0.0299069323, -0.00557723874, 0.0487132743, -0.0297183301, -0.0283711702, -0.00511246873, -0.00777984411, 0.0680584759, -0.0102720885, -0.0335173197, 0.0292602964, 0.0276167616, 0.0436479561, 0.000756514, 0.0193856191, 0.0468811356, 0.0435401835, 0.0187524557, 0.000985952094, -0.00966586638, -0.0386095792, 0.00659097591, -0.0144684892, -0.00661455141, -0.0304996818, 0.0176747274, 0.0280478522, 0.0251379889, -0.0385826379, -0.0214602444, -0.0107503301, 0.0235483404, -0.0252322908, 0.00933581311, 0.039768137, -0.0365888402, 0.00605211221, 0.0082985, -0.00593423611, -0.0196550507, -0.0189275853, -0.0119493017, 0.0150342956, -0.0288292058, 0.0777041391, -0.0204633474, -0.00205778563, 0.0083254436, -0.015856063, 0.00844668783, 0.0178633295, 0.0496293418, 0.0095850369, -0.0459381267, 0.0180788748, -0.00879694894, -0.0193047896, 0.0129866134, 0.0177286137, -0.0104876338, -0.00209146459, 0.0292333532, -0.033382602, -0.0226726886, -0.00964565948, 0.0299608186, -0.00379898865, 0.00491713081, 0.0108109517, -0.0257037953, -0.0133166676, -0.0303110797, 0.00129916659, -0.00074641034, -0.0200457275, -0.0198571254, 0.0133166676, -0.000995213748, 0.00406842073, -0.00144819601, 0.0194664486, -0.0063889022, -0.0181462336, 0.00954462215, -0.00306310295, -0.0306074545, -0.00460054819, -0.0530511253, 0.00866896845, -0.0494407378, 0.00588034932, -0.0198167097, -0.0172166936, -0.0385287516, 0.0062238751, 0.00619693194, -0.0273608025, -0.035753604, -0.0371277034, 0.00260675279, 0.0220799372, -0.0122860912, -0.031873785, -0.0278323069, 0.00212682737, 0.00780005148, -0.00482956553, -0.0238851309, 0.0109456675, -0.0323857069, -0.0192239601, 0.0102720885, -0.00432101265, -0.00209146459, 0.0112218354, -0.0164757557, 0.029529728, 0.0118011143, -0.0189275853, 0.0316043533, -0.00871611945, -0.0132897245, 0.00792129524, -0.0415463857, 0.0126430886, -0.0256094951, 0.0427318886, 0.0117741702, -0.0267545804, -0.0246125963, 0.0362924673, 0.0170819778, 0.00725445198, -0.00061885122, 0.0146166766, -0.0366696715, 0.0611610226, -0.0239929035, -0.00578268059, 0.00486324448, -0.00866223313, 0.0222820118, -0.0177286137, 0.0368043855, -0.0252457615, 0.00320960651, 0.0196685232, 0.0152633125, -0.0140643409, -0.00360701862, -0.00865549687, 0.0170685053, 0.0018809709, -0.00257475791, -0.0123332413, 0.00456686923, -0.0321701579, -0.014926523, 0.020220859, 0.00328201638, -0.027441632, -0.000425618084, -0.0100498069, 0.00776637252, 0.0341908969, 0.0342717282, -0.0087565342, -0.0124005992, 0.0583050475, -0.0295836143, 0.0501951501, -0.0388520695, -0.0279131364, -0.037774343, 0.00835238677, -0.0139835114, -0.00676273881, -0.00139851961, -0.013047236, 0.000707258529, -0.0314965807, 0.0139700398, 0.0223224256, 0.00858140364, -0.00933581311, 0.00489692343, -0.000655898068, 0.0056277574, -0.00497438526, -0.0354033411, -0.000712731387, 0.0016098551, 0.017014619, -0.0103394464, 0.0290986374, 0.0150073525, 0.0126228807, -0.00518319476, -0.00162753661, 0.000364785432, -0.0237908307, 0.00569848297, 0.019708937, 0.00351608521, 0.0162197966, -0.0242488645, 0.00905964524, -0.0213390011, 0.0383132063, 0.0158291198, 0.0108783096, -0.00172267971, 0.00986794, 0.00950420741, -0.0109254606, 0.0271452554, -0.0180923473, 0.0239659604, -0.00784046575, -0.0102182021, -0.0294758417, -0.0011728704, -0.00639227, 0.0145223755, 0.0179037452, 0.0269701257, 0.00899902266, -0.0091539463, -0.0239929035, 0.00508215791, 0.0205172338, -0.0342178419, 0.0132291028, -0.00681999279, -0.00988814794, 0.00914047472, -0.00354302838, 0.00526402425, 0.00262527633, 0.0103596533, -0.0149804093, 0.0219586939, 0.00810316205, -0.0111275343, -0.0242623352, 0.0302571934, 0.00757103413, -0.000868917617, 0.0243835803, -0.00367774442, -0.0334903747, -0.029529728, 0.000432774861, 0.0230229497, 0.0243566372, -0.00967933796, 0.00131769, 0.00235752854, 0.00646299589, -0.0208809655, 0.0167451873, -0.0123130344, 0.00202747458, 0.0164353419, 0.0213794149, -0.0111410059, 0.0316043533, -0.0453453772, 0.00384277129, -0.0059409719, 0.00534822186, -0.0116731338, -0.0124005992, 0.00155428483, 0.00647646748, 0.0260136425, 0.0309307724, -0.00545262638, 0.0295836143, -0.00518319476, 0.00975343212, -0.0108917812, 0.00256802212, -0.00775290048, -0.00841974467, 0.0160850789, 0.00411557127, 0.0180788748, -0.0153980283, -0.0238312446, -0.0367774442, 0.0197493527, -0.0129596703, -0.0139161535, -0.0130405007, -0.0345142148, -0.0322509892, 0.0139161535, 0.0466925353, -0.0207058359, -0.0046106521, -0.0165026989, -0.0205441769, 0.00726792356, 0.0177959725, 0.00337126572, 0.0415194444, -0.00706584938, -0.00189781038, -0.0448873416, 0.0410075225, 0.015182483, -0.0451567732, -0.0230364203, -0.00811663363, 0.0229555909, 0.0273338594, -0.00742958253, 0.0368313305, 0.00883736368, -0.0072409804, -0.00748346886, -0.00037720456, -0.000109877663, -0.0228074044, 0.00895187259, -0.0215006601, 0.0149534661, 0.00346219889, 0.0224840865, 0.0298799891, 0.0127778044, 0.0213928875, -0.0214602444, -0.0283711702, 0.0112622501, 0.0248550866, 0.0019651684, 0.00414588209, -0.0082109347, 0.0292602964, -0.0151690114, 0.018968001, 0.0266872216, 0.00207630894, -0.00426039053, 0.0383670926, -0.00129664061, -0.0136534581, -0.0372085348, -0.0013951516, 0.00506868633, -0.0115249464, 0.00271452568, -0.00509899715, 0.0242084488, 0.0321162716, 0.000334053359, 0.0193317328, 0.0413847268, -0.00641921302, 0.00167131925, -0.0319546126, -0.0535630472, 0.0101171648, -0.0295566712, 0.0256768521, 0.0249359161, 0.0273608025, 0.00077630044, 0.035753604, -0.00585003849, 0.0240872055, -0.000865549722, 0.015438443, 0.00742958253, 0.013673665, 0.00637879828, -0.016623944, -0.016947262, -0.0175669547, 0.00161659089, -0.0155596882, 0.0180115178, -0.0186716262, 0.0248955, -0.0478510931, -0.0146570913, -0.0494407378, 0.0102249375, 0.00473526446, -0.0114845317, 0.00109372486, 0.00786067359, -0.0127171818, -0.0128923124, -0.0103057669, -0.0194664486, 0.0413847268, -0.0163545124, 0.0234944541, 0.0118011143, -0.00842648, -0.0359960906, -0.00138589, 0.00169152662, 0.00946379267, -0.0364541262, -0.0256633814, -0.00536506111, 0.00811663363, 0.0108446311, -0.0105482554, -0.0394178741, -0.00550651271, -0.00383940339, -0.0431090929, 0.00595444348, 0.0212447, -0.00127138139, -0.0137410229, 0.022982534, 0.0350261368, -0.00934254844, 0.0113700228, -0.0154249715, 0.0216084328, 0.0257172678, -0.0132964607, -0.0369391032, -0.0226861592, 6.05169116e-05, 0.00203757826, -0.0121917902, 0.0119425654, 0.0293141827, -0.0219182782, 0.0125420513, 0.00195506471, -0.00337631744, -0.0291794669, 0.00976016745, 0.000994371832, 0.0161659103, 0.0385556929, -0.00976016745, -0.0235079266, -0.00208809669, 0.0193317328, -0.00250908383, 0.00328875217, 0.0411961265, 0.0328167975, 0.0406842045, -0.0202747453, 0.0215680171, -0.0277784206, 0.0340292379, -0.0223358981, -0.00561765349, 0.050518468, -0.00549640926, -0.0120166596, 0.0203959886, -0.0216892622, 0.0191161875, 0.0384479202, -0.019197017, -0.00990161952, -0.0295027848, 0.00116866059, -0.0145358471, 0.00330559164, -0.0138218524, 0.0158291198, -0.00611273432, -0.00922803953, 0.014226, -0.015438443, -0.00443888921, 0.0072409804, 0.0304996818, 0.0125555228, -0.0103596533, -0.0240467899, -0.00362722599, -0.0281556249, -0.037909057, 0.0385287516, -0.00143977627, -0.0255017225, 0.00778658, -0.00709279254, 0.00272462936, 0.0200592, -0.044132933, 0.00148524297, -0.03825932, -0.00224133604, -0.0216623191, 0.0207462497, -0.00393370446, 0.00121075928, -0.00289134029, -0.00804253947, -0.00575573742, 0.00553008821, -0.0323587619, 0.0077394289, 0.0143068302, 0.00318266335, 0.0105617279, 0.0265659783, 0.0316312946, -0.00248214067, 0.0224571433, 0.012905784, -0.00525392033, 0.00650341064, -0.00483293319, -0.0256768521, 0.00330727571, 0.00630470458, -0.00916068163, -0.00416945759, -0.00357333967, -0.00471505709, -0.00426039053, 0.00440521026, -0.000238278764, -0.0382323749, 0.00690419041, 0.0146705629, -0.00699175568, -0.00517982664, -0.00349924574, -0.0430013202, 0.00466790656, 0.012838426, -0.0625081807, -0.0193452053, 0.0059847543, 0.00622724323, 0.0428935476, -0.0133301392, 0.00350598153, 0.00436479552, 0.00419303263, -0.00429070182, -0.00821767095, 0.00190286222, 0.0168933757, -0.0183887221, 0.00868917629, 0.00225817552, 0.0347836502, -0.0240602624, -0.012582466, 0.0672501847, 0.0153306704, -0.0152363693, -5.88855874e-05, 0.0272934437, 0.0187928695, -0.0263234898, -0.00843321625, -0.000919436105, 0.0104202759, -0.0475008301, 0.013208895, 0.0105482554, -0.0055132485, -0.0175130684, -0.00497775292, 0.0174995977, 0.00261012069, -0.0253131203, 0.00852751732, -0.0127171818, -0.0132223666, 0.0475008301, -0.0123062981, 0.0396064781, -0.0279400796, 0.00590055715, -0.00318097952, 0.0119223585, -0.0187928695, -0.0394448191, -0.0571195483, -0.00848710258, -0.00975343212, 0.0116731338, 0.0290447511, 0.027185671, 0.00798865315, 0.0175938979, -0.0443215333, -0.0131011223, 0.0154249715, -0.0058938209, -0.0128316907, -0.0144550176, 0.0394717604, -0.00627776142, -0.0100767501, 0.0133503471, -0.0446448512, -0.0416811034, -0.021150399, -0.0140239261, -0.024006376, 0.0557723865, 0.0154249715, 0.00282735028, 0.0148052787, 0.0295836143, -0.0260540564, -0.0565806814, 0.00585677428, 0.0120840175, -0.0229017045, 0.00758450571, 0.02641779, 0.0142125282, -0.0197224095, -0.0242219213, 0.0280747954, -0.0222550686, -0.0224302, -0.0115316818, 0.00986794, -0.0124814296, 0.00695134094, -0.0155462166, 0.0307421703, 0.0462345, -0.00506868633, 0.0171897504, 0.000564122864, -0.0282095112, 0.0441598743, -0.0405225456, 0.00778658, -0.022820875, 0.00971301738, -0.00190791406, 0.0254074205, -0.00874306262, 0.0300416481, -0.0111275343, -0.0182944201, -0.0096321879, -0.00742284674, -0.0165700577, 0.0153845567, 0.00100952736, -0.00385287497, 0.0239659604, 0.00852751732, 0.0482282974, -0.0392562151, -0.0178363863, -0.0219452213, -0.0091067953, 0.00932234153, -0.0200053137, 0.013417705, -0.0355380587, -0.00740937516, 0.0499257185, -0.0203959886, 0.0147109777, -0.0137410229, -0.010447219, -0.0269027669, -0.0407650359, -0.00174793892, 0.00805601105, -0.0316312946, -0.0125083728, 0.0045870766, 0.0257037953, -0.00119812961, -0.00883736368, -0.0106762359, -0.050329864, -0.000169763094, 0.0163814556, -0.00846015941, 6.62002421e-05, 0.0329515114, 0.00653372193, 0.000651688199, -0.0137477592, -0.00398422312, -0.0109591391, 0.00599149, -0.0120907528, -0.00231711357, -0.031685181, -0.01028556, -0.00756429834, 0.0122052617, -0.00266232318, -0.0153845567, 0.0212985855, -0.0314696357, 0.00606221613, 0.0180923473, -0.0428396612, -0.0266468078, 0.0172301643, -0.00411893893, 0.011491267, 0.00233226921, 0.00412567472, -0.00128232711, 0.026188774, -0.0274820458, -0.0292333532, 0.0118280575, 0.00758450571, -0.0206384771, -0.0277514774, 0.00250234804, -0.00159217371, -0.0354572274, 0.0191566031, 0.00126127771, 0.0165565852, 0.0174726546, 0.0102047306, -0.0161524378, 0.018968001, 0.00591066061, -0.00328370044, 0.0202343296, -0.00713320728, 0.0182674769, -0.00606221613, 0.0184426084, -0.0613226816, -0.0140373977, -0.0087565342, -0.0123938639, 0.000707679545, 0.00327696465, -0.00359354704, 0.00738916779, 0.00483293319, -0.0241949782, 0.00731507409, -0.0276975911, 0.00322139426, -0.00135305291, 0.0115788328, -0.00934928469, -0.0139700398, -0.0192104895, 0.075494796, -0.0275898185, -0.0161793809, -0.00670885248, -0.0189949442, -0.0501682051, -0.00825134944, 0.00892492943, 0.0282903407, -0.0278861932, 0.00038267739, 0.00745652569, 0.00378888496, 0.023076836, -0.033732865, 0.0210695677, -0.00299406121, -0.0059847543, -0.00132863573, -0.00769901415, -0.000703469675, 0.0117472271, -0.0121109607, -0.000175867419, 0.0195876937, 0.00746999728, -0.0383670926, -0.0299069323, -0.0101643158, -0.0101171648, 0.00450961525, -0.00921456795, 0.0198705979, -0.00726118777, 0.0134379119, 0.0190892443, -0.0203016885, 0.00449277554, -0.0217970349, 0.0237773582, -0.00150460831, -0.019197017, 0.0192643758, -0.00316245598, 0.0165565852, -0.00404821336, -0.0170011483, -0.0189949442, 0.00501143187, 0.0209483244, -0.00868244, -0.0251514614, -0.00893166475, -0.0161659103, -0.00533138216, 0.00413241051, -0.00681662513, -0.0255556088, 0.0229960065, -0.0311732627, 0.00984773319, 0.0171493348, 0.0166643579, 0.0163140967, -0.00872285571, -4.06515792e-05, -0.00833217893, 0.00790108833, -0.0106358211, 0.00808969047, 0.000281850953, -0.00316750794, 0.00243499014, 2.47987791e-05, -0.0108783096, -0.0142798871, 0.00100952736, 0.00548293767, 0.00150713429, -0.00549304113, -0.0215276033, 0.00751714781, -0.044267647, 0.0308768861, 0.0290178079, 0.00213693106, -0.0208136085, 0.00398422312, 0.00169994636, 0.0241276193, 0.00442541763, -0.00148187508, -0.00497101713, 0.0101710511, 0.00462412369, 0.00757777, 0.0230633635, -0.0147783356, 0.00250571594, -0.00460728398, 0.014603205, 0.0230633635, 0.0181462336, 0.0188332852, 0.00434458815, -0.0242623352, -6.17272526e-05, -0.0171493348, -0.010608878, 0.0208136085, -0.00801559631, 0.00209483248, 0.0104270112, -0.0126363523, -0.00415598601, -0.00165784766, 0.0330323428, 0.0106425574, -0.0212851148, -0.0125555228, -0.0221877098, -0.00252255541, -0.0112420432, 0.0115653612, -0.0197762959, -0.0125353159, -0.00516972318, -0.0226861592, -0.0118684722, -0.00374847022, 0.0109793469, 0.00314224861, 0.00237605185, 0.0144550176, 0.00693113357, 0.0159503631, -0.00218408182, 0.000615483325, 0.0236561149, -0.00753735518, -0.00440521026, -0.00147850718, -0.0176612567, -0.010191259, 0.0479319207, 0.00518993055, 0.00973996054, -0.0116192475, 0.00114003336, -0.0140778124, -0.0294219553, -0.0309307724, 0.0133570824, 0.00531454291, 0.0141182272, -0.0176612567, 0.0182405338, -0.00742958253, -0.044294592, 0.00547956955, -0.0115518896, -0.00471842475, -0.0194664486, -0.0193586759, 0.00556039903, 0.00640910957, -0.000926171895, 0.0123669207, -0.015182483, 0.00952441525, 0.00068410422, 0.00870938413, 0.0104674259, 0.0125151081, 0.00498785684, -0.00865549687, 0.0204498749, -0.022982534, 0.0115114748, -0.00864202529, -0.0150477672, 0.0061497814, -0.0219991077, -0.0031237253, -0.0208674949, -0.012279355, 0.00870264787, 0.00998918526, 0.0147783356, -0.0258923974, 0.00160311931, 0.0077394289, -0.00245351344, -0.00572542613, 0.00438837102, 0.00274652056, -0.00108783098, 0.0167721305, -0.00132105791, 0.000939643476, 0.00332916691, 0.01592342, 0.000536758685, -0.00102047308, 0.0125689944, -0.00268253055, -0.0180654041, -0.00620703585, 0.00356997177, 0.00463085948, -0.00801559631, -0.0179306883, -0.0127104465, -0.0180923473, 0.00121160119, -0.00447930396, 0.020800136, 0.0282633975, -0.00897881575, -0.0219721645, -0.0110871196, 0.0153171988, -0.0179576315, -0.00709279254, -0.0261618309, 0.011329608, -0.0235213973, 0.0266602784, -0.00361375441, 0.0109591391, -0.0177016705, 0.0120166596, -0.0269297101, 0.0223224256, -0.0196011644, -0.0170011483, -0.0228882339, -0.0192778464, 0.0293141827, -0.00980058219, -0.00574900163, -0.00901249424, -0.0224302, -0.00544589059, -0.00200389908, -0.000275746628, 0.0125151081, -0.00796844624, -0.00250234804, -0.0178094432, 0.0478241481, 0.0048497729, 0.010864838, -0.00486661214, -0.00592413219, -0.000658845, -0.0285328291, -0.00115434697, -0.0287753195, -0.0228074044, 0.0342986695, 0.00389665784, -0.0173379369, -0.00499459263, -0.0430552065, -0.0110197617, -0.0342178419, -0.00228343462, -0.0179037452, -0.0228478182, 0.00896534417, 0.0264851488, 0.0241410919, 0.0161120221, 0.00504847895, -0.00462749135, 0.0429204889, -0.00164100819, 0.0145897334, -0.00818399154, -0.0242084488, 0.00922130421, -0.00524044875, -0.00844668783, -0.000232805935, -0.00465780264, 0.00630470458, 0.023912074, -0.0367235579, -0.020126557, 0.0296105575, 0.00272126147, 0.0104202759, -0.0183483064, 0.00901923049, 0.0121715823, -0.0182135906, -0.0154249715, 0.00927519053, -0.0157752335, 0.00913373847, 0.0142394714, -0.00343862362, -0.0112218354, 0.00629460113, 0.00689408695, 0.018038461, -0.00251413579, 0.0415733308, -0.0127845397, -0.0106627643, -0.0176747274, 0.000549388351, -0.0209752675, -0.0234270971, 0.00889798626, -0.0162197966, -0.0172436368, -0.00768554257, -0.0204094611, 0.00573216192, -0.0208136085, 0.0149399946, -0.00888451468, 0.0179172158, -0.0265525058, -0.0029553303, -0.0237234719, 0.0199110117, 0.011073648, -0.0122389402, -0.0193990916, -0.0073083383, 0.00677957805, -0.0193182621, 0.0272665, -0.003691216, -0.0209483244, 0.010770537, 0.00429743761, -0.0183078926, 0.0133031961, -3.07320661e-05, 0.0194395054, 0.0265525058, -0.00677621039, 0.0145493187, 0.00922130421, -0.0468811356, 0.0152902557, 0.00596117927, 0.00808969047, 0.024235392, -0.00498785684, -0.014603205, 0.00944358576, 0.00690419041, 0.0269701257, 0.0119964518, 0.00341336452, -0.0381784886, -0.00810316205, 0.00408189232, 0.0132627813, 0.0154519146, 0.00447930396, 0.00848036632, 0.00501143187, 0.0123938639, 0.0294219553, -0.021985637, -0.0214467738, -0.0116461907, -0.0138622671, 0.0150881819, 0.0192778464, 0.0249628592, -0.00319950283, -0.0230498929, 0.0102720885, -0.0156135745, -0.0260271132, 0.0217835624, -0.0100026568, 0.0130135566, -0.009982449, 0.00350934942, 0.0178229157, 0.00067442155, 0.022915177, -0.000821346068, 0.0147513924, -0.0101171648, 0.0300147049, -0.0191027168, 0.0400106274, 0.0112016285, 0.0240198467, -0.0149804093, 0.0090394374, 0.018806342, 0.00590392482, 0.0055806064, 0.0200996138, 0.012744125, 0.0302841365, 0.0277245343, -0.0187524557, 0.00212682737, -0.0430821478, -0.0121109607, 0.024397051, -0.0187659264, -0.0255690794, 0.0169068463, 0.00124275428, -0.00835912209, 0.0142933587, -0.0124342786, -0.00148019113, 0.0016098551, 0.00164521812, -0.00584667036, -0.0208674949, 0.00309509807, -0.0124342786, 0.024329694, -0.00813010521, 0.018105818, 0.0105415201, 0.00138336397, -0.0234809835, -0.0271048415, 0.0187659264, 0.0100565432, -0.0182944201, -0.0529433526, -0.00889125, -0.0175130684, 0.0245048236, 0.00758450571, 0.015505801, -0.00112487783, 0.00497775292, 0.00871611945, -0.00899228733, 0.0171762779, -0.00156438851, 0.00894513633, 0.00601169746, -0.00476220762, -0.0112757217, 0.0115788328, 0.0327090248, 0.0166778304, 0.0022009213, -0.00904617365, -0.0231037792, -0.0094166426, -0.0109052528, 0.00471168896, -0.0145223755, -0.00856793206, 0.00657076854, -0.0158964768, -0.00498448871, -0.00382256391, -0.00704564201, -0.0151690114, 0.00440521026, 0.0249089729, -0.000760302937, 0.0348375365, 0.0113363443, 0.0115586249, 0.0125151081, 0.0015113441, 0.00157533423, 0.0106021427, -0.00591066061, -4.39668547e-05, -0.00936275627, 0.00684020063, 0.000190180974, -0.00522697717, 0.0159368925, 0.000532969832, 0.0243566372, -0.00315235229, 0.0182674769, 0.000423723628, 0.0019197017, 0.00192306959, -0.00608915929, 0.0143607166, -0.00827155728, -0.00568164373, -0.00400779815, 0.00295364647, 0.0203690454, -0.0250302162, -0.00646299589, 0.0313079767, -0.00271452568, 0.0018843388, 0.0348375365, -0.0135658924, 0.0277784206, -0.0268488806, 0.0277245343, 0.00555029558, -0.0121581107, 0.0297722165, 0.0110467048, 0.0134985344, -0.00943011418, 0.00835238677, -0.00322307809, -0.000749357278, -0.0049238666, 0.0114980033, -0.0126161454, 0.0151959546, -0.0190084148, 0.0164757557, -0.00751041202, -0.0130809154, 0.00550988084, 0.00490702689, 0.00258317753, -0.0155866314, 0.041950535, -0.00350598153, 0.00268758251, 0.0158425905, -0.0062474506, -0.00979384687, -0.00489692343, 0.00290649571, -0.0137477592, -0.0125555228, -0.0055132485, -0.0148322219, 0.012744125, -0.0117539633, -0.00507205399, 0.00470158551, -0.031388808, -0.0177420862, -0.0205172338, -0.0170415621, -0.00668190932, -0.0162063241, -0.0115316818, 0.00557050295, -0.00897881575, -0.00314393267, 0.00328033254, -0.0102586169, 0.0172705799, 0.0122389402, -0.00153407746, 0.00644615619, 0.0202747453, 0.0151959546, 0.0133234039, 0.00320792268, -0.0175938979, 0.00780005148, -0.000116718707, -9.18278383e-05, -0.00356323575, 0.0204768181, 0.0117202839, 0.0207866654, 0.0232115518, 0.0110803833, -0.0121379038, -0.0135052698, 0.0163814556, -0.00690419041, 0.0115114748, -0.0119425654, -0.0079953894, -0.00407515652, -0.00621040352, -0.00189949432, 0.00182203273, -0.0257442109, 0.0105415201, 0.0309846587, 0.0204633474, -0.000224175703, 0.0162602104, 0.0110803833, -0.0185234379, -0.0204902906, 0.00632828, -0.0132627813, -0.0145762619, -0.0279131364, 0.00949073583, 0.00761144888, -0.00188770669, -0.00297216978, -0.0277784206, -0.0230229497, -0.00540884398, -0.000732096785, -0.00606558379, -9.13542244e-05, -0.0244509373, -0.000957324926, -0.014764864, 0.00777310831, -0.0144954324, 0.0470697396, -0.00235921238, -0.00872959103, 0.0111881569, 0.0111814206, -0.00692439778, -0.00633838354, -0.00894513633, -0.0127037102, 0.0158425905, 0.00556376716, -0.0118954154, -0.0116798691, -0.00542231556, -0.0270509552, 0.023305852, 0.0266872216, 0.00292165135, -0.00806274731, 0.0239255466, -0.0149804093, 0.0270240121, -0.00115518889, -0.0069782841, -0.018806342, 0.0122119971, -0.0500334911, 0.00069883879, 0.00811663363, -0.00548967347, 0.000772511528, 0.00312877703, -0.0332209431, 0.0123803923, -0.0259058699, 0.0266468078, -0.0079953894, 0.00720056565, -0.0176073704, -0.0235618129, 0.00924824737, -0.00967260264, 0.0111207981, -0.0149938809, 0.00955809373, 0.0219721645, -0.014764864, 0.00254107895, 0.0218239781, -0.0157348178, 0.00921456795, 0.0141855851, -0.00440857839, -0.0187524557, 0.015505801, 0.0139700398, -0.018038461, -0.0105078407, 0.0103327101, 0.00200389908, -0.0150612388, 0.00458370894, -0.018873699, -0.0170280915, -0.021150399, 0.017944159, -0.00802233256, -0.0196146369, 0.0205711201, -0.0336250924, -0.000899228733, -0.0118482644, -0.0324934795, -0.0248281434, -0.0302302502, 0.0161254946, 0.00571195455, -0.0153710851, -0.0164757557, -0.0164353419, 0.00606558379, 0.0252322908, -0.000293428107, 0.024397051, 0.0554490685, -0.0177555569, -0.0161389671, -0.00529433554, 0.00901923049, 0.0139161535, 0.00204599788, 0.00769227836, -0.000387308246, -0.00412904285, 0.00845342316, 0.0186850969, -0.0033106436, 0.00995550584, -0.000675263524, 0.0138757387, -0.00280377502, 0.0143876597, -0.0101373727, -0.000540968555, 0.00540547585, 0.0215680171, 0.00383940339, -0.00648657093, -0.00480935816, 0.00297722174, -0.0149534661, -0.0107166506, -0.0150073525, 0.000730833795, -0.00508552557, 0.0220799372, 0.013047236, -0.0171628073, -1.79314247e-05, 0.0285597742, -0.00839280151, -0.0227265749, 0.00445909658, 0.0193856191, -0.00583656691, -0.00507879, 0.00348577416, -0.0103663895, -0.0127037102, -0.00854772422, -0.00568837952, -0.0170685053, -0.0028138787, 0.000100194957, 0.0287214331, 0.00440857839, 0.0291525237, -0.0154519146, 0.00798191782, -0.00860161055, -0.00350261363, 0.0258115679, 0.0132156312, -0.00734201726, 0.0209887382, -0.0047521037, -0.0250706319, 0.00286271307, 0.00316919177, -0.00681999279, 0.0254478361, -0.0235348698, -0.025582552, -0.00850057416, -0.0233597383, 0.00168394891, 0.00770575, 0.0033813694, 0.015182483, 0.0146570913, 0.0178902727, 0.0212985855, 0.00881042052, -0.000344999018, -0.00814357679, 0.0115720965, 0.0243162215, 0.0164353419, 0.00677284226, -0.0136534581, -0.00344030769, -0.002339005, 0.0177555569, 0.0126161454, -0.010817688, -0.00818399154, 0.0115855681, 0.0144280745, 0.0180788748, 0.018873699, 0.00247035292, -0.00125454192, 0.00867570471, 0.0197628234, 0.00282903411, 0.00312540913, -0.0134985344, -0.0346758738, 0.00202747458, 0.0409805812, 0.00774616469, 0.000435721769, -0.0212581716, 0.00314224861, -0.00116192468, 0.0232115518, -0.00296711805, -0.00671895593, -0.000825976953, -0.000382045895, -0.000680315366, 0.00483966898, 0.0115047386, 0.00668527698, 0.00621040352, -0.0456686951, 0.00901249424, 0.00930887, 0.00744979, -0.0282633975, 0.00340494467, -0.0273742732, -0.0199244842, -0.0163545124, 0.01028556, -0.00189107459, -0.0122187333, 0.016785603, -0.00401790207, 0.00955809373, -0.0160716083, -0.0280209091, 0.00682336092, -0.00390002574, 0.00921456795, 0.00184392405, -0.0144280745, -0.00273641688, 0.0326012522, -0.00455003, -0.0388790108, -0.0115720965, -0.0118011143, -0.00381919602, 0.020894438, 0.0331401154, -0.0115653612, 0.00855446048, 0.0135591561, 0.00415935367, -0.0336789787, 0.0138487956, -0.00189612643, -0.00407852419, 0.00350934942, 0.0168260168, 0.00028227194, -0.0107503301, 0.0100498069, -0.001384206, -0.0183617789, -0.00989488326, 0.00742958253, 0.00967933796, 0.0241410919, -0.0144684892, 0.00284587359, 0.0131550087, 0.037747398, -0.00850730948, -0.00744979, -0.00909332372, -0.0182135906, 0.0152902557, -0.0115586249, -0.0205576476, 0.00425365474, 0.00478915079, 0.0210022107, -0.018873699, 0.000149871456, 0.0165565852, 0.000225649157, 0.0149669377, 0.00119307777, -0.0049238666, 0.0204498749, -0.0197897665, -0.00229185447, 0.0283981133, 0.0112083638, 0.0127171818, -0.00713994354, 0.00410546735, 0.0265659783, -0.00408189232, -0.00773269311, -0.00236763223, -0.00945032109, 0.00240973081, -0.00975343212, 0.0182270631, 0.00571869034, 0.0142664146, -0.0146975061, 0.0514884219, 0.000258907152, 0.0107233869, 0.00255118264, 0.0121985255, -0.0116327191, -0.0134985344, -0.000306899688, 0.00165447977, 0.0105280485, 0.00750367623, -0.0201535, -0.010864838, -0.0280209091, -0.00883736368, -0.0319815576, 0.0212042853, 0.0359691493, -0.00197864, 0.0121917902, 0.0193182621, 0.0120503381, -0.0234809835, 0.00114340126, -0.0094840005, 0.00606895192, -0.0128518976, 0.0345681, -0.0237638876, -0.0227939319, 0.00049002911, -0.0204229318, -0.0172705799, -0.0201535, -0.00748346886, -0.00496764947, -0.0133234039, -0.0139835114, -0.00845342316, 0.0170819778, 0.0270240121, 0.00782699417, -0.00790782366, -0.00459044473, -0.00840627309, 0.0226188023, -0.0197897665, 0.0224840865, 0.00378214917, -0.00338978902, 0.0019618005, -0.0101239011, 0.011841529, -0.0054627303, -0.0234809835, -0.0307152271, 0.0166374147, -0.0160581358, 0.0265525058, -0.0151690114, 0.0188602284, -0.0124814296, -0.00931560528, 0.018873699, -0.0153980283, -0.0072409804, -0.00418966496, -0.0196146369, -0.0128114829, -0.0189949442, 0.0143876597, 0.017876802, -0.00819072779, 0.0326551385, -0.0087565342, 0.00953788683, -0.0160985515, 0.0241276193, -0.0186042674, 0.00164521812, 0.00502153579, -0.00304963137, -0.0131078586, 0.0103865964, -0.0221338235, 0.0194125623, -0.000786404125, -0.0111814206, -0.0165161714, 0.0109793469, -0.00384277129, -0.0115586249, 0.000533811806, 0.0122322049, -0.0155731598, -0.00262696017, -0.00987467635, 0.0106762359, -0.0041627218, -0.0106492927, -0.00218744972, 0.00666170195, 0.0111005912, -0.00817052, -0.013094387, -0.00999592058, -0.00795497466, 0.0409266949, -0.00278188358, -0.00885757152, -0.017108921, 0.000507289602, 0.00959850848, -0.0158156473, 0.00277514779, 0.0174052957, -0.0206384771, 0.00602180138, -0.0175130684, 0.022915177, 0.0172166936, 0.0103057669, 0.0108109517, 0.0155731598, 0.0162736829, 0.00926171895, -0.00491713081, -0.00555703137, -0.00967933796, -0.0116327191, -0.00589045323, -0.0137949092, 0.0297722165, -0.0052977032, -0.000577173487, 0.0101575796, 0.00607231958, 0.015856063, 0.00557050295, -0.00446583237, -0.0185638517, 0.013047236, -0.0159099493, -0.00306310295, -0.00652025035, -0.0199379548, -0.00615651719, 0.00835912209, 0.00383940339, -0.0147244493, 0.00423344737, -0.0137275513, -0.0107974801, 0.0215006601, 0.00509562949, -0.0142394714, -0.0148052787, -0.0195607506, 0.0135793639, -0.00616325298, 0.0174187683, -0.00331906322, 0.0226996318, 0.00601506559, 0.00100615947, 0.00235921238, -0.00189781038, 0.0292333532, 0.00841974467, 0.0124410149, -0.00459381239, -0.00175804261, -0.00897207949, 0.00927519053, 0.00321129058, -0.00806274731, 0.00315908808, 0.00990161952, 0.0127710681, -0.0229555909, 0.00573553, -0.00616325298, 0.00454666186, -0.00330559164, 0.012838426, 0.0312271491, -0.00554692745, 0.0136601934, 0.00282735028, -0.00685030408, 0.0121109607, 0.0265929215, 0.0152228978, 0.0316043533, 0.010191259, -0.00103478658, 0.0103057669, -0.00798191782, 0.018038461, 0.00252423948, 0.022308955, 0.00414588209, 0.0207597222, 0.00938296318, -0.0109456675, -0.0112218354, -0.0105886711, 0.0134850629, 0.00358007546, 0.026350433, -0.0179037452, -0.00465780264, -0.0185503811, 0.00814357679, 0.00586014194, -0.00490365922, -0.00607231958, 0.0215276033, 0.00593423611, 0.0291794669, 0.00984773319, -0.00930213369, -0.00745652569, -0.010447219, -0.0281556249, 0.0138892103, 0.0157213472, 0.0120503381, 0.00540547585, 4.72821266e-05, 0.0096995458, -0.0152228978, 0.0131886881, -0.0257307384, 0.00610263087, -0.00232048146, -0.00489355531, -0.00438837102, -0.0124005992, -0.0206923634, -0.00160480326, -0.0124746934, 0.00962545164, -0.0112622501, 0.00322813, 0.00256465422, 0.00534148607, 0.0116461907, -0.00629460113, -0.0253939498, -0.00123770244, 0.0090394374, 0.00312709319, 0.00881042052, -0.00596454693, 0.0114441169, 0.00240636291, 0.0139161535, -1.61422286e-05, 0.0138622671, 0.0137410229, 0.00245519751, 0.0365349539, 0.00945705734, 0.00529433554, 0.0209213812, -0.00834565051, -0.0137073444, 0.00494070584, 0.0103259748, -0.00478578266, -0.00817052, -0.0174726546, -0.017108921, 0.00369795179, -0.00373163074, 0.00277683162, -0.00511246873, -0.00236089644, -0.0141721135, -0.0020325263, -0.0143203018, 0.00540210819, -0.0130539723, -0.0071668867, 0.00189612643, 0.0119290939, 0.0135860993, -0.00603527296, -0.0039976947, 0.0148052787, 0.000840711466, -0.016785603, -0.00709279254, 0.0101171648, 0.00482282974, 0.00287113292, -0.00140272942, 0.0157482903, -0.040280059, 0.00025238184, -0.000816715241, 0.00938969944, 0.0164892282, -0.0170011483, 0.00160311931, -0.00671222, -0.00304457964, -0.00564122899, -0.00230532605, 0.0018843388, 0.0116933407, -0.0185503811, -0.0101710511, 0.0164757557, 0.0106897075, 0.00305805122, 0.0154249715, 0.0283711702, -0.0409805812, -0.0239929035, -0.00739590358, 0.00040435823, 0.0197224095, 0.0197493527, 0.018038461, 0.0178363863, -0.0201130863, 0.0107772732, -0.0260540564, -0.00886430684, -0.00225649145, -0.0134311765, 0.00926171895, -0.0114575885, 0.0131011223, -0.00422334392, 0.00913373847, -0.00971975271, 0.00306310295, 0.00114676915, -0.0203690454, -0.012885577, 0.010238409, -0.0120301312, 0.00800212473, -0.015344142, 0.0159368925, 0.0198301822, 0.000413198955, -0.00914047472, 0.00469484972, 0.0105684632, -0.00700522726, -0.012164847, 0.00891145784, -0.0082580857, 0.011235307, 0.00653372193, -0.00450961525, 0.00574900163, 0.00174288708, -0.0234675109, 0.00901249424, -0.00327022886, 0.0053717969, -0.000859655906, -0.0112083638, -0.0149938809, 0.0103259748, 0.0102451453, -0.0173648801, 0.00336621376, -0.00483966898, -0.00923477579, -0.0029586982, -0.00808969047, 0.00171426, -0.0141451703, 0.00540547585, 0.00323318178, 0.0134109687, -0.0102518806, -0.00517982664, -0.00585003849, 0.0204633474, 0.0100026568, 0.0271183122, 0.0188467558, -0.0120705459, -0.0247877277, 0.00975343212, -0.00649667485, -0.0203421023, 0.0381784886, 0.019197017, 0.0236965287, -0.0215276033, -0.000896702812, 0.0107503301, -0.00742958253, -0.0107974801, 0.00503163924, -0.0336250924, 0.00671222, 0.0396873057, 0.0243835803, 0.00231711357, -0.0162467398, -0.00847363099, 0.0125959376, -0.00578604825, -0.00214535091, 0.00852751732, 0.0152228978, 0.00645289198, 0.0211638696, -0.0135860993, 0.00256802212, -0.00236594817, -0.0194933917, 0.00563786086, 0.0077394289, -0.00730160251, -0.00349587784, 0.000203863063, 0.00899228733, -0.024073733, 0.0133570824, 0.00279535516, -0.0151420683, -0.000823872, -0.0224571433, -0.00677957805, 0.0247742552, 0.00873632729, -0.0160311926, 9.36170327e-05, 0.0226996318, 0.0087565342, 0.0131886881, -0.0267141648, -0.00542568322, 0.00918088946, 0.00986794, 0.016597, 0.00211840775, 0.0267815236, 0.00409199577, 0.0136804013, -0.0130607076, 0.000170184081, 0.010608878, -0.00383940339, -0.0220799372, 0.00421324, 0.000350471877, 0.00474873604, 0.00102552492, 0.0179037452, -0.018968001, -0.00168815872, -0.00938969944, -0.00811663363, -0.00671895593, 0.00640574144, -0.0122389402, 0.00704564201, 0.012791276, -0.0406303182, 0.00233563711, 0.00556376716, 0.0112757217, 0.00967260264, -0.00940990634, 0.0174457114, 0.0175265409, -0.0117674349, 0.00687724724, -0.0203286316, -0.0250302162, 0.00548630534, -0.00346893468, 0.016623944, -0.0071197357, 0.0168664325, 0.009982449, 0.00179172168, 0.0238043014, 0.0141855851, -0.00786067359, 0.0226861592, 0.00488681952, 0.0394987054, -0.0238043014, 0.0130674439, 0.00693786936, -0.00424355129, -0.00434458815, -0.0259462837, -0.00467801, 0.0050888937, 0.00323149795, -0.00634511933, 0.0223493706, 0.00420650421, 0.00573216192, -0.0088238921, -0.00597801851, -0.0232654382, 0.0141316988, 0.0237234719, 0.0139026819, -0.0183483064, 0.019291319, 0.00207630894, -0.011794378, -0.00158038607, 0.00370468758, -0.0154519146, 0.0272126142, -0.0180519316, 0.00106004579, 0.00758450571, -0.00292165135, 0.00512257265, -0.00142883067, 0.00527749583, -0.024235392, 0.00985446852, -0.0103798611, 0.014603205, -0.0102788238, -0.0132695176, 0.00212682737, 0.0175938979, -0.0183752496, -0.00203421037, 0.0232654382, -0.0300685912, 0.00118297408, -0.00730160251, 0.0122322049, -0.0134244403, 0.000819241162, 0.00531454291, -0.00695807673, -0.000560334, -0.0123938639, 0.0330053978, 0.00873632729, -0.00253939489, -0.00183887221, -0.00328033254, -0.00961198, 0.0353764, 0.00084828923, -0.000868917617, 0.0138218524, 0.00321297441, 0.0118752075, -0.0108917812, -0.000475294568, 0.00512257265, 0.0282095112, 0.0169876758, 0.00124864816, 0.0211369265, -0.00301426859, 0.015694404, 0.00368448021, 0.0108109517, -0.013835324, -0.00163343048, 0.010911989, 0.00695807673, 0.00827155728, 0.0165026989, -0.0156809315, -0.000895018864, -0.000597380858, -0.0157213472, 0.00969281, -0.000221439273, 0.0342178419, 0.00877000578, -0.00899228733, 0.00992182642, 0.00588034932, 0.0102249375, -0.00280714291, 0.00923477579, 0.0106492927, 0.0133840255, 0.0111207981, 0.0108244233, 0.00217902986, 0.0143876597, -0.00495080976, -0.00984773319, -0.00642594881, -0.00092953979, -0.0075979773, -0.0255556088, -0.021056097, 0.0161254946, 0.00591402873, -0.0147379208, -0.00252087158, -0.0101508442, -0.00897207949, 0.00195001287, -0.00616325298, 0.0221068803, -0.00290481187, 0.00671558827, -0.0153980283, 0.0111275343, -0.0150477672, -0.0249089729, 0.0100834863, 0.0150747104, -0.00431764498, -0.00689408695, -0.00106341369, -0.0226322729, -0.000455087196, -0.00229522237, 0.0135389492, -0.00378214917, -0.0110467048, 0.0224840865, 0.0257037953, 0.00132189994, 0.00628449721, -0.00955809373, -0.00476557529, 0.00373836653, -0.0219182782, 0.00229185447, 0.0280478522, 0.00689071883, 0.0202747453, -0.00288965623, 0.00658760825, -0.00184729195, -0.00482282974, 0.0115114748, -0.0207597222, 0.0146705629, 0.0163410399, 0.00637206249, -0.0143068302, -0.0290447511, -0.00278019952, -0.0104808975, -0.0115518896, -0.0259867, 0.00194159313, 0.024397051, -0.0167451873, 0.0209483244, 0.0168394893, 0.00470158551, -0.00903270207, -0.00466790656, -0.0189141147, 0.00583319878, 0.0113632875, 0.00308162649, -0.00281893043, -0.0205441769, 0.0194933917, -0.00846689474, -0.0233327951, -0.0082985, -0.000203336822, 0.0305535682, 0.0176073704, 0.00729486672, 0.0103327101, 0.00689745462, 0.00360365072, -0.0135254776, 0.000455087196, -0.00825134944, -0.00460728398, -0.00954462215, -0.00452982262, 0.0121109607, 0.0152902557, 0.0144550176, -0.0135322129, 0.00121581112, -0.00754409097, 0.0235213973, -0.0195068642, 0.0227400456, 0.0113026649, 0.00634848746, -0.00847363099, 0.0140104545, -0.00835912209, 0.0132493097, 0.00561428582, -0.00126127771, -0.00486661214, 0.0138622671, -0.00650004251, -0.020288216, 0.0168933757, -0.00761144888, 0.00632828, -0.0155731598, -0.0212985855, 0.00197864, 0.00140693935, 0.0326012522, -0.0120436028, 0.0195742212, -0.00258991332, 0.0129664065, -0.0336520337, 0.00823787786, -0.0276975911, 0.0132223666, 0.00147092936, -0.00398759078, 0.0048497729, -0.00877674203, 0.00398085499, 0.00102131499, -0.0100026568, 0.00807621889, 0.00151302805, 0.0146840345, -0.00713994354, -0.00249561225, 0.0148052787, -0.0117135486, -0.00912026688, -4.4203658e-05, 0.00538863661, 0.0119290939, 0.00231206184, -0.0161928535, -0.024235392, -0.00542568322, -0.0025781258, 0.00435805973, -0.0207866654, 0.0214063581, 0.00167889707, -0.0127845397, 0.0082109347, -0.0094166426, 0.00231711357, -0.00113077171, 0.00815031305, 0.00147429726, -0.00687387958, 0.000457192131, -0.0130539723, -0.00771922152, 0.013256046, 0.0298261028, -0.0203151591, -0.010144108, -0.0127306534, 0.00265390356, 0.00709952833, -0.0100228637, 0.0123534491, -0.00978711061, -0.0194395054, -0.000954799, -0.00285260938, -0.0250302162, 0.0331401154, -0.00839280151, 0.0163545124, -0.00637879828, 0.00570858689, -0.00571195455, -0.00300921663, -0.00774616469, 0.00327528059, -0.035753604, 0.000544336508, -0.00348240626, 0.00503163924, -0.00322981388, -0.009982449, -0.00599822588, -0.00232721749, 0.0112420432, -0.013000085, -0.00625081826, 0.0112757217, 0.00572542613, -0.00101036939, -0.000205441771, 0.00872285571, 0.00290817977, -0.0245991256, -0.0191027168, 0.00823787786, -0.0369391032, -0.0266063921, -0.0240333192, -0.00984773319, 0.0099622421, -0.000962376769, -0.0044692005, -0.00588034932, -0.0182944201, 0.00825134944, 0.0125959376, -0.0339484103, 0.0182540063, -0.0271587279, -0.0318199, 0.00363396178, -0.0110534402, -0.00330559164, -0.013626514, 0.0141182272, -0.00745652569, 0.0152633125, -0.00822440628, -0.0223493706, -0.0102114659, 0.00635522325, -0.0104606906, -0.0104135396, 0.0178094432, 0.0121783186, -0.0135928355, 0.011538418, -0.0348914228, -0.0120099233, -0.00031489844, -0.00609589508, -0.00192812143, 0.00784720201, 0.0289639216, -0.033382602, -0.0109658753, 0.00464096293, -0.00405158103, 0.00457360502, 0.0118819438, -0.0163140967, 0.0027229453, 0.0227939319, -0.000226912118, -0.0112959296, 0.0115249464, -0.0250571594, -0.0164892282, 0.0288561489, 0.000848710246, 0.0168664325, -0.0267815236, -0.0102720885, -0.000294901547, 0.00310183386, -0.00595107535, -0.00682336092, 0.0231307223, -0.0143337734, 0.00489692343, 0.00729486672, -0.0139565682, -0.00861508213, -0.0231037792, -0.00270610582, 0.00168226496, 0.00518319476, 0.0161928535, 0.00233395328, -0.0123332413, 0.0127845397, -0.0133436108, 0.0109928185, -0.00710626412, -0.0110399686, -0.0128182191, 0.0152228978, 0.00870264787, 0.0367505, -0.0144011313, -0.0140104545, 0.0119695086, 0.0381784886, -0.00542568322, -0.00284755765, 0.0143741881, -0.0152498409, 0.0103461817, -0.0235079266, 0.0117270201, 0.00525055267, 0.0027903032, -0.0116192475, -0.0218105055, -0.00629460113, -0.000193864616, -0.00999592058, 0.0125420513, 0.00416608946, 0.0126767671, -0.00452308683, 0.000919436105, 0.0255960226, 0.0174322389, -0.00384277129, -0.010400068, -0.0096321879, -0.00349587784, -0.0151555398, 0.00718035828, -0.0109995538, -0.00482282974, 0.00112150994, -0.0108985174, -0.012279355, 0.0100228637, -0.00387981837, -0.00949747209, 0.00215713843, -0.00546609797, -0.00325170532, -0.011073648, 0.000771248597, -0.0128114829, 0.0109793469, -0.000567069801, -4.16514231e-05, -0.0140778124, -0.00629796879, -0.0161254946, 0.00216892618, 0.0113498159, 0.0160042495, 0.0069109262, 0.0171897504, 0.0127104465, 0.0180923473, 0.00763165625, -0.0150477672, 0.0126094092, -0.0192374326, 0.0115990397, 0.00315908808, 0.019708937, 0.00632828, -0.00729486672, 0.00366090494, -0.00290312781, -0.00873632729, 0.000484977296, -0.010864838, 0.0115923043, 0.0151959546, 0.0255556088, 0.00137494423, -0.0205980632, 0.0161928535, -0.0107368585, 0.00136484054, 0.00270273793, 0.0129798781, -8.00402e-05, -0.00290649571, -0.00198369171, -0.00803580415, 0.0157078747, 0.019197017, -0.0208405517, 0.010817688, 0.00307152281, -0.0173379369, 0.00360365072, 0.0204094611, -0.00815704837, 0.00634175166, 0.00280882674, 0.035753604, -0.0254343636, 0.000995213748, 0.000461402, 0.0195338074, 0.00742958253, -0.0209887382, 0.0131415371, -0.00969281, -0.00930213369, 0.00540210819, 0.0112151, 0.00635185512, 0.0373971388, 0.00429070182, -0.00217902986, -0.00369795179, 0.000646215398, 0.00448603975, 0.00372152706, 0.00706584938, -0.00864202529, 0.0166778304, 0.0218643919, -0.0193182621, 0.0146570913, -0.00152734166, 0.010144108, -0.000641584513, -0.0154519146, -0.0168799032, 0.00160396134, -0.0303110797, 0.0232250225, -0.00885757152, 0.0160042495, 0.0184964947, -0.00137326028, -0.0106425574, -0.000250276906, 0.013626514, 0.00443552155, 0.00165195391, 0.0227669887, -0.0394717604, 0.00446583237, 0.0282633975, -0.00436142785, 0.011538418, -0.0240602624, -0.00587361353, 0.0133840255, -0.000474452594, 0.0119425654, 0.00767207099, -0.00753061939, -0.00444225734, -0.0131886881, -0.00637879828, -0.0114980033, 0.00725445198, 0.01820012, 5.8254107e-05, -0.0119425654, -0.0244105235, 0.0053953724, -0.0108446311, -0.000575068523, 0.0220125802, -0.0143337734, 0.0114037022, 0.00293849083, -0.00174625497, 0.00144482811, -0.0224302, 0.0145897334] |
12 Oct, 2021 | Node.js Stream readable.readableFlowing Property
12 Oct, 2021
The readable.readableFlowing property in a readable stream that utilized to check if the streams are in flowing mode or not.
Syntax:
readable.readableFlowing
Return Value: It returns true if stream is in flowing mode else it returns false.
Below examples illustrate the use of readable.readableFlowing property in Node.js:
Example 1:
// Node.js program to demonstrate the
// readable.readableFlowing Property
// Include fs module
var fs = require("fs");
var data = '';
// Create a readable stream
var readerStream = fs.createReadStream('input.txt');
// Handling data event
readerStream.on('data', function(chunk) {
data += chunk;
});
// Calling readableFlowing property
readerStream.readableFlowing;
Output:
true
Example 2:
// Node.js program to demonstrate the
// readable.readableFlowing Property
// Include fs module
const fs = require("fs");
// Constructing readable stream
const readable = fs.createReadStream("input.txt");
// Instructions for reading data
readable.on('readable', () => {
let chunk;
// Using while loop and calling
// read method with parameter
while (null !== (chunk = readable.read())) {
// Displaying the chunk
console.log(`read: ${chunk}`);
}
});
// Calling readable.readableFlowing
// Property
readable.readableFlowing;
Output:
false
Reference: https://nodejs.org/api/stream.html#stream_readable_readableflowing.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream readable.readableFlowing Property | https://www.geeksforgeeks.org/node-js-stream-readable-readableflowing-property?ref=asr6 | CSS | Node.js Stream readable.readableFlowing Property | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, Node.js Stream readable.readableFlowing Property, CSS pause-before Property, CSS, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0267429408, 0.0335453488, -0.0110592172, 0.0520150885, 0.0231366735, -0.0039244662, 0.00650895713, 0.0220618658, -0.0380708613, 0.00279308879, 0.0181444697, 0.0551546626, -0.00124009605, -0.0229811091, -0.0016767371, -0.00573820621, -0.023094248, -0.00750951935, -0.0154433055, 0.0178333409, -0.0244660433, 0.00479774876, -0.0199971013, -0.00326331751, -0.0357232504, -0.0163484085, -0.000141864162, -0.00697918609, -0.0371940434, 0.0140715102, 0.0379860066, 0.0176353492, 0.0178616252, -0.0018349532, -0.00700393505, -0.0237730742, 0.00468107546, 0.0294158198, -0.00794792827, 0.00257565198, -0.0430206358, -0.014608915, -0.0470087416, 0.00894495472, -0.00712414412, 0.00234230538, -0.0491017923, 0.0128623499, -0.0276621841, -0.0112501374, 0.0115895504, 0.038184, -0.0146513414, -0.0129967015, 0.010366248, 0.0160797052, -0.00484017516, 0.0143472832, -0.00905102119, -0.0457925126, 0.0165888257, -0.0741052404, -0.0109107234, -0.02209015, -0.00522908615, 0.0134704653, -0.0283975806, 0.00465279073, -0.00445833523, 0.0296138115, -0.03182, 0.0474612936, 0.0063958196, 0.0147644794, 0.0153443096, 0.01394423, 0.0180313326, 0.0250600167, -0.0158110037, -0.0161362737, -0.0293875355, -0.00259863306, -0.00685897749, -0.000352008734, 0.00489320839, -0.0104228174, -0.0188515801, -0.0283410121, 0.0578134023, 0.0119289635, 0.0192192793, 0.00645945966, 0.0114481281, 0.00395628624, 0.00871160813, 0.0426246561, 0.0018013654, -0.0169706661, 0.0121128121, 0.0308583267, 0.00445833523, 0.0280015972, -0.0222598556, -0.0124168703, 0.00824491493, -0.0337716229, 0.0408427343, 0.00995612331, 0.0102389678, 0.0270257853, 0.0195021238, -0.0192051362, -0.0206617843, 0.0398810655, -0.0250741579, 0.0750669092, -0.00881060399, 0.00473410869, 0.0401356257, 0.0118158255, -0.0100480486, 0.000429790933, -0.00307593308, 0.0656199083, 0.00165287207, -0.00305825542, -0.00110928051, -0.00104387267, 0.000249698584, 0.0143755674, -0.0100763328, -0.00692615286, -0.0299815089, -0.00064568076, 0.0200395267, 0.0109036528, -0.000592205499, 0.0177484881, -0.0194314122, -0.00537757948, 0.0215668883, -0.0377597325, 0.0351009928, 0.0306886192, 0.0257388428, 0.00952478591, -0.00952478591, 0.00747416401, 0.000541381887, 0.0214678925, -0.0129401321, 7.13187765e-05, 0.00908637699, -0.00788428821, 0.0061801509, -0.036260657, 0.0165463984, 0.000463599688, -0.0179323368, -0.0299532246, -0.016390834, -0.013215906, 0.0138947321, 0.0198839623, -0.0175504964, 0.0365717858, 0.0417195521, 0.0324705392, 0.0282561574, 0.00867625233, -0.0374203175, 0.0127633549, -0.0515908226, 0.00779236387, -0.00128959375, 0.00491795735, 0.0622823425, 0.00202056975, 0.0343938805, -0.027549047, -0.0138735194, -0.0158675723, 0.0115188388, -0.0082307728, 0.00277010747, -0.0064559239, 0.0371657573, 0.000139212483, -0.0363172255, -0.00161221321, -0.0447742715, 0.0132441903, 0.0540515706, 0.000320851657, -0.0275207628, 0.0345070213, -0.0209022034, -0.0101046171, 0.00533161731, 0.0120915994, -0.035892956, -0.00664330833, -0.0200678129, -0.00150349492, 0.00626853947, -0.00252615428, -0.0151180346, -0.0408144519, 0.0420306809, -0.0343655981, 0.0129189193, -0.0116390483, 0.0119148213, 0.0130179143, 0.0147927636, 0.0031873032, 0.00955307, -0.0291329753, -0.02387207, 0.0127704255, -0.0190637149, -0.0255267099, -0.00900859479, 0.0306320507, -0.055635497, -0.0523827858, -0.00101558829, -0.0123390881, 0.00274359086, -0.000528565492, 0.0226699803, 0.0303209219, -0.000393330527, -0.0341393203, -0.00714182155, 0.0061271172, -0.0200678129, -0.034337312, 0.0268419366, 0.00498866849, -0.0124522261, 0.00293804635, -0.0242539085, -0.00363101531, 0.00844290573, -0.0107268747, -0.0174656436, 0.0411821492, 0.0162352696, 0.00151763717, -0.0265166648, -0.0134492526, 0.0143614253, -0.00684483489, -0.0338847637, 0.0116107641, 0.00679887272, 0.0288077053, -0.0298118033, -0.0252580065, 0.0426812246, 0.0637531355, -0.00900859479, -0.0105995946, 0.0039633573, 0.0187101588, 0.00506645069, -0.0296703801, 0.0245226119, 0.00678826636, 0.0362040848, 0.0184273142, 0.0123390881, -0.00364869297, -0.0043310551, 0.015839288, -0.0526090637, -0.0488189496, -0.0138098793, -0.00931972358, 0.00102177553, -0.00233876985, -0.0019516265, 0.00611651083, -0.0590579174, -0.00924901292, 0.0414367095, -0.02776118, -0.0663553, 0.014446279, -0.0107834442, -0.00168911158, -0.0162494127, 0.0220194384, 0.0065124929, -0.00364869297, -0.0544192679, 0.0280440245, 0.00347545091, 0.0365717858, -0.0108117284, -0.0445479974, -0.0324988253, -0.0224295631, -0.0149907544, -0.0225144159, 0.0081529906, 0.000951064401, 0.0418044068, -0.0517888144, 0.0375900231, -0.0169140957, -0.0250458736, -0.0356101133, 0.0339696147, -0.0130391279, 0.0168575272, 0.0118016833, -0.00740345288, 0.015839288, -0.00579123944, -0.00509827072, -0.034337312, 0.0481684059, -0.0284117218, -0.00444065733, 0.0127916392, -0.00935507938, -0.0237447899, -0.0135411769, -0.000157884642, 0.0298683718, -0.0292178299, 0.0186111629, 0.0336302035, -0.027534904, -0.0636965632, -0.0130674122, 0.00210188772, 0.013781595, -0.00692615286, -0.0063993549, 0.00656199083, -0.0190495718, 0.0366849229, -0.022528559, -0.0228255447, 0.0208597761, 0.0428792164, 0.0272237752, 0.000790638558, 0.022316426, 0.03903253, -0.00997026637, 0.0118723949, -0.0267005134, -0.000834833, -0.0325553939, 0.00968742184, 0.034252461, -0.0128623499, -0.00163342652, 0.0249044523, 0.0227265488, -0.00958135445, -0.026771225, -0.0102460394, -0.00343479193, 0.0232073851, -8.0157668e-05, -0.0164191183, 0.0387496874, -0.0239993501, -0.0165181141, 0.0265025217, -0.0176070649, -0.0234478023, 0.00154680549, -0.00453258213, 0.0144816348, -0.0236033667, 0.0525524952, -0.00844290573, -0.0168858115, -0.0146371992, -0.0230093934, 0.00687665492, -0.0103238216, 0.0257812701, 0.0352989845, -0.0463864841, 0.0505443, -0.00723021058, -0.0039244662, 0.0165322572, 0.0207324959, -0.00552607281, -0.00832269713, 0.0271672066, 0.00299991877, -0.0040764953, -0.0234053768, 0.00117468822, -0.0165039729, -0.0395699367, 0.0156271551, -0.0460470729, -0.000716833863, 0.0214961767, 0.0346201584, -0.0254135709, -0.024975162, 0.00864796806, 0.0010341499, -0.00239180308, 0.0338281915, 0.00685190642, 0.0420589671, 0.02387207, -0.00110220932, 0.0303209219, 0.0137391677, -0.0175222121, -0.0100692613, -0.0408144519, -0.00672462629, -0.0079974262, -0.0208173506, -0.015613012, -0.0325553939, 0.00395628624, 0.018738443, -0.0108329412, -0.0310846027, -0.0244943276, -0.0249893051, 0.0221608598, 0.0041719554, -0.033686772, 0.0081176348, -0.00382900634, 0.0290764067, -0.0245933235, -0.00646299496, -0.00439469516, 0.0144533506, -0.000265829556, 0.0101187592, -0.00951064378, -0.010931937, -0.00476239296, 0.0162918381, -0.0300946459, 0.0308583267, -0.00104298885, 0.0171969403, 0.0135977454, -0.0134846084, -0.00131434272, -0.00929143932, -0.0326685309, 0.0110662878, -0.0205627903, 0.0148917586, -0.00604226394, -0.0386931188, -0.00666098623, 0.00277717877, 0.0084287636, -0.0203930829, 0.0197708253, 0.0148634743, -0.0616035163, 0.0486209579, -0.030660335, 0.00370526197, 0.0276621841, -0.0209163446, 0.0240134913, -0.0281571634, 0.0106208082, -0.0306037664, 0.0470653139, 0.0252580065, 0.0211567637, -0.0144392075, 0.056201186, -0.00852775946, 0.0112147816, -0.0236175098, 0.0219345856, -0.00854897313, 0.000643471081, -0.0290481225, -0.00530686835, -0.0137957372, 0.00508412858, -0.0187950116, 0.00662563043, 0.0107339462, 0.0423418097, 0.0111157857, 0.0500068925, -0.0321876965, -0.0205345061, 0.0284541491, -0.0188657232, 0.0284824334, -0.00121004379, -0.0278460328, -0.0569083, -0.00111016433, -0.0135623906, 0.0300663617, 0.00165287207, -0.0148210479, -0.0115259103, -0.0168009587, -0.0029186008, 0.043614611, 0.0145947719, -0.01661711, 0.0264035277, 0.00559324864, -0.0032085164, 0.0126855727, -0.0224295631, 0.000884772744, -0.00520433765, 0.0132583324, 0.00678826636, 0.034252461, 0.0252721496, 0.0342241749, 0.0260782558, 0.01209867, 0.00531040411, -0.0478572771, 0.00111988711, -0.000654077739, -0.0245791804, 0.00692968862, -0.0383537039, -0.00989955477, -0.0173242204, 0.0443500057, 0.0233346652, -0.00178103603, -0.00453258213, -0.00352318096, -0.00486138836, -0.0153018832, 0.0343655981, -0.00453611743, 0.0453116782, -0.0164615456, -0.0102318972, 0.0121128121, -0.0189788602, 0.00430277083, 0.00456086639, 0.0251731537, 0.0286521409, -0.00888838619, 0.0081529906, -0.0207890645, 0.0153018832, -0.00121004379, -0.0169140957, -0.0120350299, -0.0299249403, -0.0182293225, 0.00774286594, -0.00789843, 0.0164049771, 0.018950576, 0.0463016331, -0.0303774904, 0.00585841527, -0.00725495955, -0.0113349902, -0.0128411371, 0.00965913758, 0.0142553588, -0.0175929237, 0.0083863372, -0.00605994184, -0.0165322572, -0.0144038526, -0.00177042931, 0.00977934618, 0.0167302471, -0.0113349902, -0.00974399, -0.000389574, -0.0121340258, -0.0144321369, 0.013555319, -0.0154291634, -0.0112925638, 0.00855604373, 0.0220052954, 0.0196294039, 0.0346767269, -0.0230093934, -0.00985712837, -0.0244943276, -0.00894495472, -0.0115824789, -0.0122188795, 3.80900856e-05, 0.0134492526, 0.0203930829, 0.001637846, -0.0166736785, -0.00283728307, -0.00756608834, 0.0222174302, -0.0203223713, -0.0176636335, 0.00155299262, -0.0256115627, 0.032781668, -0.00270116422, 0.00281606987, -0.0239852071, -0.0140290838, -0.0411538631, 0.0144816348, -0.0239286385, -0.00480128406, -0.00250670873, -0.0367132053, -0.0130461995, 0.0147644794, 0.0345918722, -0.00583013054, -0.010755159, -0.0217083097, -0.0309997499, 0.0112218522, -0.00239180308, 0.0332907885, 0.0602458641, 0.00498513319, 0.0269692168, -0.0545041189, 0.0270116422, 0.011370346, -0.0252438653, 0.00206299662, -0.0268136524, 0.008032782, 0.0360060968, 0.0119218929, -0.000714182155, 0.0117168305, -0.035694968, 0.010931937, -0.0113420617, -0.021298185, 0.0114764124, -0.00208420982, -0.0210577678, 0.00598215964, -0.0063746064, 0.031226024, 0.0169565231, 0.00726203062, 0.0196152609, -0.0186677314, -0.0132512609, 0.000242406517, 0.0130320573, -0.00276480429, 0.0033534742, -0.00463864859, 0.0508837104, -0.00868332386, -0.00939750578, -0.00598215964, -0.0149624702, 0.00883181673, 0.0231791, 0.0242114831, -0.00697565079, -0.0173525047, -0.0328382365, -0.0218780171, 0.000121203258, -0.000916592719, -0.0193324164, 0.0309148952, 0.023532657, -0.00451136846, 0.0019180387, 0.00543061318, -0.00417902647, -0.00813177694, -0.0332059339, -0.0456510894, 0.0169989504, -0.0339696147, -0.00458207959, -0.0122330217, 0.00700039929, 0.00186677324, 0.0167019628, -0.00730445748, 0.0255549941, -0.00494977739, -0.0166029669, 0.0130108437, -0.0170555189, 0.0240417756, -0.0323574021, -0.0187808704, -0.025752984, -0.00988541264, -0.00905102119, 0.000416974566, -0.0309148952, 0.0101682572, -0.0199405327, -0.0227689762, -0.0557203516, -0.00873989239, -0.00439116, 0.0154291634, -0.00621197047, 0.0162069853, -0.000103304505, -0.00636753533, -0.0168292429, -0.00438055303, 0.0360909477, -0.0123603018, 0.0397679247, 0.0260499716, 0.0125936484, -0.0208314918, -0.0059291264, -0.015273599, 0.0377031602, -0.0117026884, -0.0106632346, 0.00348428986, 0.0205062199, -0.00582305947, -0.0229386836, -0.0232780967, -0.0200112425, -0.00934093725, -0.0252862908, -0.00496745529, 0.0366283543, 0.0348464325, -0.011158213, 0.00358151761, 0.0547869653, -0.00487199519, -0.01591, -0.0191344246, 0.0135836033, 0.0252438653, -0.00620843517, -0.0568800122, -0.026997501, -0.00508059282, 0.00782772, 0.00520433765, 0.000222187547, 0.00785600394, -0.014608915, 0.00155741209, 0.0248054564, -0.00841462146, -0.0404467545, 0.0214678925, 0.00741052395, 0.0163484085, 0.0346767269, -0.00468461076, -0.0415781289, 0.00459622173, -0.0134068262, 0.0240417756, 0.00400578417, 0.0267287977, 0.019728398, 0.0245508961, 0.00375122414, 0.0201385226, -0.0333473571, 0.0531464666, -0.0155847277, -0.000451225234, 0.0466693304, -0.0165463984, -0.0297835171, 0.0149624702, -0.0233205222, 0.006162473, 0.0199405327, 0.00833683927, -0.00264636311, -0.0308017582, 0.000275331375, -0.00961671, -0.00540232845, -0.0145099191, -0.0217224527, 0.000260084285, -0.017734345, -0.00698625715, -0.0198556781, -0.000675733, -0.0226982646, 0.00881060399, -0.00164226547, -0.00208067428, -0.038014289, -0.0062013641, -0.0157968607, -0.0392588079, 0.0321028419, -0.0114905545, -0.0241690557, -0.0004865808, -0.0117168305, 0.021849731, 0.00905102119, -0.04774414, 0.0351575613, -0.0377597325, -0.011547124, -0.00235467986, 0.0151038924, 0.0179181937, 0.0120915994, 0.0140290838, -0.00670694839, -0.0184697416, -0.00239533861, -0.0151321767, -0.00094752881, 0.0281995889, 0.0103733195, 0.0371091887, -0.000966090476, 0.00898738205, -0.0177202038, 0.0125158662, -0.00568870828, -0.00472350186, 0.0107834442, 0.0203082301, -0.035242416, -0.014608915, 0.0146796256, -0.0226134118, -0.00428509293, 0.0170696601, -0.000346263434, -0.0268985052, -0.00374061754, -0.0149059016, -0.0338564776, -0.00293804635, 0.0156837236, -0.0445479974, -0.00710293045, -0.0126572885, -0.00837219507, 0.00927022565, 0.0165605415, -0.0398810655, -0.0281571634, 0.00762265734, -0.0113491323, 0.0385516956, 0.0059892307, -0.0125017231, 0.00211956538, 0.0167161059, 0.00457500853, 0.00475885766, 0.0130744837, 0.0183848869, -0.034789864, -0.000426255399, 0.0152453147, 0.0106066661, -0.0504311621, 0.00855604373, 0.0680523664, -0.00593973277, -0.0213688966, -0.0132088345, -0.00644178176, -4.19018543e-05, -0.0117309727, -0.00325624645, -0.0216800254, 0.0366849229, -0.0484512486, 0.0134846084, -0.00054226577, 0.00451490423, 0.00770751061, -0.00782064814, 0.00857725739, -0.0214678925, -0.0176070649, 0.00874696393, -0.0112713501, -0.035892956, 0.0376465917, 0.00550485961, 0.0414084233, -0.0180171896, 0.0107268747, -0.004348733, -0.00252261874, -0.0103379637, -0.0199122466, -0.0241549145, -0.00144250656, -0.01114407, 0.000158989496, 0.0354686901, 0.0243670475, -0.000742908567, 0.013831092, -0.0459622182, -0.0117239011, 0.0127704255, 0.0141634345, -0.00960256811, -0.0147644794, 0.045170255, 0.00173418992, 0.00794085767, -0.0178899094, -0.0263469573, -0.0313674472, -0.0226275548, -0.01388059, -0.0139018036, 0.0541929901, 0.0348181501, -0.00124893489, 0.00772165274, 0.0103521058, -0.0234336611, -0.0377314463, -0.0194314122, 0.000387806213, -0.00158039317, 0.0196011178, 0.0227124076, -0.000499839138, -0.007955, -0.0223447103, 0.0431903452, -0.0401356257, -0.00386789744, -0.0201668069, -0.00733274175, -0.0182576068, 0.00464571966, -0.0293592513, 0.0148210479, 0.0389476791, 0.00361156976, 0.0141210081, -0.02776118, -0.0335736349, 0.01661711, -0.019092, 0.00108453154, -0.0239003543, -0.00482249726, -0.000411892193, -0.00333579653, -0.0339696147, -0.00452551059, -0.0236882214, 4.01893194e-05, 0.0105783818, 0.0171969403, -0.0144321369, -0.00353201968, 0.0119784614, -0.0116885463, 0.0175787807, 0.023193242, 0.020972915, -0.0329230912, -0.0142482882, -0.0370243341, -0.0242397673, -0.00161928439, -0.00586902164, 0.0320745595, -0.0290764067, -0.00589730637, 0.00359919528, -0.0156412963, 0.0163625497, -0.0242539085, 0.00634632166, -0.0369960517, -0.0414367095, -0.00146371988, -0.0183000341, -0.0418044068, 0.00443005096, 0.0313108787, 0.0289491266, 0.0110875014, -0.00640289066, 0.0220052954, -0.0430206358, 0.000638609694, 0.0135128926, -0.0138028078, 0.00472350186, -0.000748211867, -0.0172959361, -0.00813884847, -0.0180171896, -0.00432044873, -0.00972984824, 0.0241690557, 0.00424620183, -0.0134846084, -0.0583225191, 0.00357621419, -0.0244801845, 0.000881237152, 0.00151498546, 0.00973692, 0.0164332613, -0.017734345, 0.0222174302, -0.00886010192, -0.0313108787, -0.0222174302, 0.0292461142, 0.00710646622, -0.0219911542, 0.0107693011, -0.020746639, 0.00468107546, 0.0173383635, -0.00837219507, -0.0328948051, 0.0060281218, 0.00121534709, -0.0206335, -0.0139371594, 0.00322265876, -0.00543768425, -0.0133573283, 0.0157261509, 0.0118794655, 0.02241542, 0.0146371992, 0.0291329753, -0.0115824789, 0.0253145769, 0.00264636311, -0.000536078587, 0.0011066288, 0.0019074321, -0.0119643193, 0.00550485961, 0.018964719, -0.0242680516, -0.0308017582, -0.0231083892, 0.0109743634, -0.0167585313, 0.00540586421, -0.00220972206, -0.00660441723, -0.0122825196, -0.0253711455, 0.00410124427, -0.0196294039, 0.00492502842, -0.00622611307, -0.00697211502, 0.0132441903, -0.00589730637, -0.00279662432, 0.0734829828, -0.0178616252, 0.00347368303, -0.0201668069, -0.0194314122, -0.0407861657, -0.00469875289, 0.0189364348, 0.025201438, -0.0288501307, -0.00452904636, -0.00934093725, 0.00418609753, 0.0251165852, -0.0373920314, 0.0251307264, -0.0189222917, -0.00702161295, -0.00511948392, -0.0242397673, -0.0022238642, 0.00484724622, -0.0341676064, 0.0170413759, 0.0202092342, 0.00278955325, -0.0286097135, 0.00668573519, -0.0130249858, -0.00577356201, 0.0133078303, -0.0023865, 0.00342595321, -0.00163696206, 0.0236740783, 0.0486775264, -0.00484017516, -0.00210011983, -0.0128057813, 0.051505968, -0.0126785012, -0.0303492062, -0.00690140389, 0.0112854922, 0.00990662631, 0.0107905148, 0.00629328843, -0.00361864083, -0.0157402921, 0.027534904, -0.0190071445, -0.0186394472, -0.0320462734, -0.0186111629, -0.0154150212, 0.00879646186, -0.0120067457, 0.00185793429, 0.0310280342, -0.00523615722, 0.00181020435, 0.00734688388, 0.00869039539, -0.00930558145, -0.0173383635, -0.0081176348, -0.0108258706, 0.0208173506, -0.0332625061, 0.00937629305, 0.01120771, -0.00443712203, 0.0209587719, 0.00303173857, -0.00956014171, 0.00482603302, 0.0117663285, 0.00293451082, 0.00471996656, -0.00337645528, -0.0191344246, 0.0189222917, -0.0328382365, 0.0221750028, 0.015613012, -0.00252968981, -0.0426529385, -0.00943286158, -0.00138063438, 0.0084641194, 0.00382547081, 0.00481896196, -0.0146513414, 0.00207713875, -0.00902980845, 0.00446894206, 0.0302643534, -0.00950357225, 0.0225568432, -0.0193324164, 0.000335877761, 0.0184414573, 0.0241124872, 0.000522378308, -0.0225709844, 0.00252438639, -0.0112642795, 0.00225568423, -0.0204496514, 0.0165181141, 0.0113279196, -0.0216517411, 0.0222315714, -0.00445479946, 0.00588316424, 0.000936922152, 0.0539667159, 0.00674230419, -0.0155847277, -0.00234584091, -0.0331210829, 0.0195445493, -0.0229528248, 0.0238296427, -0.0210294835, -0.00886717252, 0.00229457533, -0.014170506, 0.0084641194, 0.00376890204, -0.000299417326, 0.000647006615, 0.00105536322, 0.0166595373, -0.00469875289, 0.00753073301, -0.00028814777, -0.00910759065, 0.0175929237, 0.00198167865, 0.0110662878, 0.0261772517, -0.0206617843, 0.00241124863, 0.010656164, 0.0155423013, -0.0158534292, 0.0124522261, -0.00174744823, -0.0102106836, -0.0250458736, -0.0212416165, 0.0118865371, -0.00455733063, 0.0222739987, -0.0183566026, 0.0209587719, 0.0166029669, -0.0262621045, 0.00661855936, -0.00588316424, 0.0226275548, -0.00631096633, 0.0108470833, 0.0177484881, 0.0120067457, -0.0249327365, 0.0177626293, 0.0113915596, -0.00112607435, -0.00960964, 0.0100621907, 0.00247488869, 0.0143472832, -0.00764387054, 0.013668457, 0.0457642265, -0.0111157857, 0.0409841575, -0.0109743634, -0.0229669679, 0.0240134913, 9.70068e-05, 0.0123390881, -0.00844997726, -0.0061235819, 0.000858256069, 0.00723021058, 0.0148493322, -0.0369960517, -0.00295925979, -0.0197566822, 0.0205627903, 0.021863874, 0.0040552821, 0.0040022484, 0.00740345288, 0.0248337407, 0.00761558628, 0.00179694593, 0.0101116886, 0.00303173857, 0.00651602866, 0.0239003543, -0.00977227464, -0.0101046171, -0.0148634743, 0.026997501, 0.0262621045, -0.000241964561, 0.0118441107, -0.0280015972, 0.00615540193, 0.0120067457, 0.00592559064, 0.00583013054, -0.00698979292, 0.0205062199, -0.0342241749, -0.0255691353, -0.0246923175, 0.0280581675, 0.00238119648, -0.00503463065, -0.0281288773, -0.00108453154, -0.0151321767, 0.00183848874, -0.000831297424, -0.00591498381, -0.0188515801, 0.0159241408, -0.019289989, 0.00817420427, -0.0211143363, -0.0274500512, -0.0216517411, -0.0162635539, 0.0146230571, 0.0175646394, -0.0108470833, -0.0018013654, -0.0293592513, -0.010931937, 0.00630743057, -0.000288589712, 0.011547124, -0.00240241, 0.000388911081, -0.00650188606, 0.0210860521, -0.00674230419, 0.024975162, -0.0186677314, -0.0123885861, -0.00663977303, -0.0282985847, -0.00146725541, -0.001868541, -0.026771225, 0.0267853662, 0.0129613457, -0.0129401321, -0.0121198837, -0.0431337766, 0.00320498087, -0.0280298833, -0.00124539935, -0.028326869, -0.0408993028, 0.0109672928, 0.0355818272, 0.0126431454, 0.0043664109, -0.00465632649, -0.0109531507, 0.0264742374, -0.0126714306, -0.00198698207, -0.0155564435, -0.0216375981, 0.016390834, 0.00177131325, -0.00682362169, 0.0122966617, -0.0163766928, 0.00542707741, 0.0213123281, -0.0244943276, -0.00507352175, 0.0305471979, -0.0188091546, 0.0198556781, -0.0158110037, 0.00873282179, 0.0169989504, 0.0121623101, -0.00297693769, 0.0128057813, -0.0134846084, -0.000661148864, 0.0296138115, -0.0164049771, -0.0107198041, 0.00329867308, -0.0154433055, -0.00245367549, -0.00486138836, 0.0196576882, -0.0210577678, -0.00892374199, -0.0204496514, -0.00261631096, -0.0407578833, -0.0295855273, -0.0081105642, -0.00960964, -0.0158251449, -0.00982884411, -0.0284117218, 0.0376465917, -0.0325271077, 0.00236351881, -0.0100339064, 0.00970156398, -0.00830148347, 0.000651868, -0.0157968607, 0.000381619, 0.0157968607, -0.0403901823, -0.0142412167, -0.00729031488, -0.0114551987, -0.0130320573, 0.0285955705, 0.00569931511, -0.000285717077, 0.00927729718, 0.00856311526, -0.0186677314, 0.00707464619, -0.00786307547, -0.00727617275, 0.00992076844, -0.00760851521, 0.0235467982, -0.00248019211, -0.0172959361, 0.00593619747, 0.00464571966, -0.00992076844, 0.0130249858, -0.0101399729, -0.014608915, 0.000317979, 0.00784893241, -0.000914824952, 0.0207607802, 0.00281430199, -0.00932679512, -0.00389971747, -0.00381839974, 0.0018738443, 0.0214537494, -0.000587344111, 0.0189081505, 0.00822370127, 0.02565399, 0.0397679247, -0.0208597761, -0.0143402126, -0.0163766928, -0.00015037159, 0.0216800254, 0.000267376367, 0.038919393, 0.0106915189, -0.00176512601, 0.0160514209, -0.0317351446, -0.0235750824, 0.0277187545, 0.00374768861, 0.00496745529, 6.50763177e-05, -0.000470670813, -0.0254135709, 0.0298683718, 0.0538535789, -0.00303704198, 0.0273086298, -0.00113668106, 0.0147644794, 0.00833683927, 0.0204496514, -0.00611651083, 0.0215103179, -0.0238013584, 0.0110662878, 0.0114410566, 0.00173860928, 0.00948943, 0.0221891459, 0.0296986643, 0.0325553939, 0.0285955705, -0.0166595373, 0.0131876217, -0.0222739987, 0.00230341428, 0.00982884411, -0.00254913536, -0.0205769315, -0.0127350707, 0.0148917586, -0.0192334205, 0.0172535107, -0.0307451896, 0.00560031971, 0.0129259899, 0.0221325755, -0.0235750824, -0.00495331315, 0.00765801268, -0.0040022484, 0.0273086298, 0.011257208, 0.0212133322, -0.00773579488, -0.00476592872, 0.00596448174, -0.00090598606, 0.000505584409, 0.0181303285, -0.0356383957, -0.0482249744, -0.0063781417, -0.00607761974, 0.0225851275, 0.014608915, -0.00379718631, -0.00531040411, -0.000250140525, 0.00852068793, -0.00883888826, 0.0260782558, 0.00735395495, 0.00503109535, 0.00499927532, -0.0103096794, -0.00334109971, 9.51285328e-05, 0.0230518207, 0.000730534142, -0.00903687906, 0.00995612331, -0.0182010382, 0.0119289635, -0.0146796256, 0.00859139953, -0.010705661, -0.0103591774, 0.0114622703, -0.0217790212, 0.00552960858, -0.00750951935, -0.00364162191, -0.011547124, 0.0102601815, 0.00718424842, -0.0145806298, 0.0118511813, -0.0133149009, 0.00445479946, 0.00098642, 0.00574527727, -0.000547569129, -0.00225745211, 0.00268348656, -0.00486138836, 0.00437348196, -0.0114551987, -0.00603872864, -0.00135500159, 0.034337312, -0.00460329279, 0.0175929237, -0.0114198439, 0.023080105, -0.0060882261, -0.00373708201, -0.00166259485, 0.00793378614, 0.000950180518, -0.00908637699, -0.00972277671, 0.00886717252, -0.0102106836, 0.00240948098, -0.019516265, 0.00473057292, 0.0282137319, 0.0121835237, -0.0030635586, 0.0173383635, -0.00788428821, 0.0190354306, -0.0225144159, 0.0210153405, 0.0124451546, -0.0191344246, 0.00931972358, 0.00662563043, 0.00860554166, -0.0151887452, 0.00308830757, 0.0115329819, 0.00939750578, 0.0126785012, 0.0116178347, -0.0176070649, 0.0190212876, -0.0445762798, -0.00696150819, -0.00946821738, -0.0187950116, 0.00665745046, 0.00567810191, -0.00740345288, -0.0222315714, 0.0263469573, -0.00528565515, -0.00771458168, 0.0113774166, -0.0172535107, -0.0104935281, -0.00890252832, 0.00698625715, -0.00159099989, -0.00765801268, 0.00522201508, -0.0215951726, -0.00732567068, 0.00917830132, -0.0146654835, 0.00694736606, -0.017621208, -0.0247771721, 0.00032284038, 0.00282490859, -0.0206476431, -0.0197708253, -0.0142977852, -0.00398457097, -0.00820955914, -0.0144392075, 0.00762972841, -0.0106915189, 0.0203789417, 7.99919362e-05, 0.000118662072, 0.0178616252, 0.0303209219, -0.00088875019, 0.0169282388, 0.00151586928, 0.00291506527, 0.000140206859, -0.000968742184, -0.00539879315, 0.00275950087, -0.00964499451, 0.0154998749, 0.0197566822, 0.0174656436, -0.00202233763, -0.0136755276, -0.000715949922, 0.020520363, -0.00491088629, 0.0268277936, -0.0120067457, -0.0133714704, -0.00809642207, -0.00302820303, 0.00935507938, -0.000781799667, -0.00816713274, 0.0103521058, 0.0173807908, -0.00870453753, -0.00461036433, 0.00552607281, 0.00045299303, -0.0197849683, -0.000365046086, -0.0147786215, -0.00464218389, -0.0225568432, -0.0124451546, 0.00989248417, 0.0114410566, -0.0304906294, 0.00640996173, -0.0224012788, -0.00591851957, -0.00837926567, 0.0043451977, 0.00588316424, 0.0229811091, -0.0139654437, 0.000437745941, -0.0112501374, 0.0253428612, -0.0210153405, 0.0395699367, 0.00455379533, -0.0138947321, 0.00698272185, -0.0132583324, -0.0239569228, -0.00935507938, -0.00185086322, -0.00994198117, 0.0220052954, 0.0079974262, -0.00509119965, -0.000203073461, -0.0134351104, -0.0130179143, 0.0118865371, 0.0258944072, 0.00462450646, -0.0122542344, 0.0200678129, -0.0132300481, 0.0150048966, -0.0130674122, -0.00916415919, -0.00973692, -0.00619782833, -0.0192334205, -0.00452904636, 0.0138098793, 0.00551546644, -0.00704989722, 0.0124451546, -0.0109885056, 0.013781595, -0.029104691, 0.0274217669, -0.00249433424, -0.000571434153, -0.0113915596, -0.00497099059, -0.00210365537, -0.00319614192, -0.00925608352, -0.0267995093, -0.0152028883, 0.0215951726, -0.0151321767, 0.00840755086, 0.00692261709, -0.013717955, 0.00476239296, 0.00710646622, 0.00829441287, 0.00609529717, 0.00291152974, 0.011370346, -0.015061466, -0.00350903859, -0.00222563208, 0.0029186008, 0.00146195211, 0.00263398862, -0.00207183533, 0.000198985479, -0.00922072865, 0.00984298624, 0.00660795299, 0.00201703422, 0.0176353492, -0.0206900705, 0.00830148347, -0.0204779357, -0.0245367531, -0.0192334205, -0.0101965414, 0.0157685764, 0.014608915, -0.00124716712, -0.0082307728, -0.0159807093, -0.00753073301, 0.00721253268, -0.000291683304, 0.00516544608, 0.0273651984, -0.00862675533, -0.0184273142, 0.00318907085, -0.000878585503, 0.0203223713, 0.00241301651, 0.000338971353, 0.0153725948, -0.0152453147, 0.0112359952, 0.0131310523, -0.0001852852, 0.00494624209, -0.00106596993, 0.0139513016, 0.00630743057, 0.0247488879, -0.00311128865, -0.0134775368, 0.00416488433, 0.0289915539, -4.95530185e-05, -0.0042143818, -0.0387779698, 0.00341888191, -0.0110380035, -0.0059326617, -0.00650895713, 0.00393153774, -0.0125795063, 0.024876168, 0.015839288, -0.0219770111, -2.13238181e-05, 0.0193324164, -0.011433986, -0.0233488064, 0.00694029499, 0.0130179143, 0.00272944872, 0.0108965812, -0.000560385524, -0.00291329762, -0.00861968379, -0.0137886656, -0.000237103173, -0.022528559, -0.00256504538, -0.00723021058, 0.0281571634, 0.00775700854, 0.00336761633, -0.00466339756, 0.00288501312, 0.00750951935, -0.00124274765, 0.0258095544, -0.00590791274, -0.010366248, 0.001979911, -0.00893788412, -0.0237165056, -0.00556496391, 0.00519019505, -0.0156837236, 0.018186897, -0.00135058211, -0.0128835635, -0.00782772, -0.0160938483, 0.0291895438, -0.00902273692, -0.00490027945, 0.00441944413, 0.00736102602, -0.00338352635, 0.00092277996, 0.00160072267, -0.00450429739, 0.0236882214, 5.53811587e-05, 0.00537050841, 0.0019021288, -0.00940457731, -0.0159807093, 0.0082731992, 0.00294158212, 0.0239286385, 0.00638521276, -0.0239852071, -0.0210860521, 0.00379718631, 0.00796914194, 0.0160231367, 0.0111652836, 0.0222315714, 0.00416488433, 0.00535283051, 0.00274535874, 0.0136613855, -0.00718424842, -0.0335453488, -0.0156271551, 0.00603872864, 0.0308017582, 0.0042108465, -0.00696150819, -0.0165463984, 0.000498071371, -0.00317316083, 0.0219345856, 0.00646653073, -0.0183848869, -0.00319260638, 0.0172110833, 0.0116602611, 0.00857018586, 0.0118582528, -0.0142412167, -0.00300698983, -0.0378163, 0.00476592872, 0.00779943494, 0.00676351739, -0.00560739078, 0.00687665492, -0.0185545944, -0.0200678129, -0.00266050547, 0.00810349267, -0.0193607, -0.0136331012, 0.0260499716, -0.00592205534, -0.0158958565, -0.0210294835, -0.00777115067, -0.0105076702, 0.0253852867, 0.00746002188, 0.00228750426, 0.0105288839, -0.00176954549, 0.0134280389, -0.0040376042, -0.0265873764, -0.0104016038, -0.00667866413, 0.0213264693, 0.00895202626, 0.0156271551, 0.015061466, 0.00331988651, 0.0039244662, 0.00174037705, -0.0236033667, -0.00922779925, -0.020972915, -0.021849731, 0.0129118478, 0.010090475, -0.00268702209, 0.0196435452, 0.000439071766, -0.000168380822, -0.0224578474, -0.0152170304, -0.00202410552, 0.00385729084, 0.0225709844, -0.00337999081, 0.0101116886, 0.0016661305, 0.0262479633, -0.00454672426, -0.00140891876, -0.0138169499, -0.0196152609, 0.00682008639, -0.00951064378, -0.0102318972, -0.00387850427, 0.024649892, 0.0233629495, 0.00989248417, -0.00542354165, 0.0061836862, 0.00184909545, 0.0117380433, 0.0082731992, -0.00701454189, 0.0206617843, -0.0162352696, 0.00245721103, 0.0181020424, 0.0170696601, 0.00667159306, -0.0147079099, -0.0103096794, 0.0170413759, 0.00576295517, -0.0144179948, 0.00512655498, -0.00999147911, 0.00746709295, -0.004405302, 0.0246923175, -0.0031484121, 0.0123320166, -0.0273086298, 0.019403128, -0.00736102602, 0.0142129324, -5.5325916e-05, 0.00768629741, -0.0129330615, 0.0225002747, -0.00376536651, 0.00660088193, 0.0151463188, 0.00999855064, -0.00545536168, -0.00479774876, -0.0361192338, -0.00153089548, -0.0242397673, 0.0109036528, 0.0501200333, 0.0140290838, 0.00757315941, 0.0205486473, 0.000732743822, -0.00481189089, -0.00868332386, -0.00965206604, 0.00458561536, -0.0289632697, 0.0260075442, -0.0273651984, -0.0157827195, -0.0140361544, -0.00883888826, -0.0165463984, -0.0137320971, -0.00266757654, 0.00515130395, -0.00073539553, -0.0159382839, -0.00925608352, -0.000650984119, 0.016065564, -0.0239144955, -0.0105783818, -0.018625306, 0.0165463984, 9.87193343e-05, -0.00594326854, 0.00174568046, 0.0105854524, 0.0039987131, 0.00218320545, 0.00143720326, 0.0103733195, -0.0105006, -0.0108046569, -0.0252438653, 0.0170696601, -0.0164332613, 0.02209015, -0.0102318972, 0.00755901728, -0.00880353246, -0.0221042912, -0.00180843659, 0.00692261709, -0.0187808704, -0.00859139953, -0.0130532701, -0.0211143363, -0.0308017582, -0.00915708859, 0.0147786215, -0.00510887755, 0.035355553, 0.0082307728, 0.000871072465, -0.0163059812, 0.0207042117, -0.0379294381, 0.0191061404, -0.000237545129, 0.00364162191, 0.00544475531, 0.0110026477, 0.00439823093, 0.0209446289, -0.00689786859, -0.00875403453, -0.00816713274, 0.0187101588, -0.00059574109, -0.0127633549, -0.0113915596, 0.00427448656, -0.0105218124, -0.00568163721, -0.0194455534, -0.00543414848, -0.00289031654, -0.00693675969, -0.0200960971, 0.0123673724, 0.00148404937, -0.00650895713, -0.0334604941, 0.00275066192, -0.0043699462, 0.0443500057, -0.00689433282, -0.00813884847, 0.00864796806, -0.00152912771, -0.0083439108, 0.00861261319, -0.00387850427, 0.0148493322, -0.00920658559, 0.0158817153, -0.0201385226, 0.0261348244, 0.00267995102, 0.0296138115, -0.00154415378, 0.00810349267, 0.018512167, 0.00769336848, 0.00563567504, -0.00138947321, 0.0018013654, -0.0148917586, -0.0109107234, -0.0021354754, 0.0221750028, -0.00601751497, 0.00355500076, 0.00816713274, 0.00539879315, 0.00349489646, -0.0184838828, -0.011158213, -0.0236599352, 0.000644354965, -0.0281854477, 0.00457147323, 0.000793732179, -0.00422498863, -0.00660795299, 0.00787721761, -0.018964719, -0.0247347448, 0.0031873032, -0.00669280626, -0.0262903888, 0.0192192793, 0.00152382429, -0.0133219725, -0.00757315941, -0.0161362737, 0.0022238642, 0.00516191078, 0.0227831192, 0.000384491635, 0.0108258706, 0.00492502842, -0.0243246201, -0.00901566632, 0.00836512353, 0.0235185139, 0.0280015972, -0.00081936497, -0.0010960222, -0.00965206604, -0.012487581, 0.0102601815, 0.00308477203, -0.0104581723, -0.0175080691, 0.0172959361, 0.0197001137, -0.0151321767, 0.00582659524, -0.003219123, 0.00529979728, -0.0239144955, -0.00589730637, 0.0251448695, -0.018950576, 0.00408356637, -0.0183848869, -0.00449369103, 0.0130249858, 0.0163484085, 0.0140715102, 0.0157402921, 0.00312189525, -0.0136896698, 0.0214820337, -0.00779943494, 0.0105359545, -0.0184273142, 0.00284789, 0.00652309973, 0.0211991891, 0.0119784614, -0.00303173857, -0.0158251449, -0.0273510553, -0.00282137305, -0.00790550187, -0.00311835972, -0.0218921583, -0.00482249726, 7.02139223e-05, 0.00406942423, 0.00509119965, -0.00594680384, -0.0102813952, 0.0186677314, 0.0176777765, 0.0123320166, 0.00344363088, -0.0124946525, -0.00501341745, -0.0172817949, -0.0288925581, 0.0114834839, -0.00852068793, 0.0162776969, 0.0103450352, -0.00181727542, 0.0175222121, -0.0106137367, 0.0129684173, -0.00217967, -0.0062013641, -0.00658320403, -0.0197001137, 0.0113915596, -0.0118723949, -0.0052503, -0.0108753685, -0.0125582926, 0.00814591907, -0.00876110606, 0.00247842423, 0.00350550306, 0.0157402921, 0.0197566822, 0.00579477521, -0.0326685309, 0.00118352717, 0.00727617275, 0.00164845272, 0.00700039929, -0.0352989845, 0.0168716703, 0.0104228174, 0.0113915596, -1.42803292e-05, -0.0164332613, 0.0186960157, 0.00323856878, 0.024876168, 0.00861261319, 0.0270823538, 0.0144321369, -0.00308830757, -0.0112006394, 0.0063958196, 0.00352318096, 0.0109177949, -0.025427714, -0.0355818272, -0.0144179948, 0.0123956567, 0.000296544691, -0.00295925979, 0.0017439127, 0.00258979434, -0.00869746599, 0.00688019069, -0.0235185139, 0.00143455155, -0.0183707457, -0.0218073055, -0.00760144414, -0.00787721761, -0.00199228548, 0.00669280626, 0.00479774876, 0.0201243814, 0.00152824377, -0.0228962563, 0.00686604856, 0.0179040525, 0.000969626068, -0.00445833523, 0.00522555085, 0.0154857319, -0.0171262305, -0.0120421015, -0.00213724328, 0.00731859962, 0.0133714704, -0.0156695805, 0.0121764522, -0.0043664109, -0.0131734787, -0.00794085767, 0.0110309329, 0.00820248853, 0.00630743057, -0.0193182752, -0.00126926438, -0.00941164792, -0.00725495955, 0.00185970205, 0.00371233304, 0.0373920314, -0.0404184684, -0.015047323, -0.00716657052, -0.0164191183, 0.00456086639, 0.0120633151, 0.00594680384, 0.0201809499, -0.0150897503, 0.0181161854, -0.0291612595, -0.0141422208, -0.00650895713, -0.0207749233, -1.11729069e-05, -0.0111864973, 0.00657259719, -0.0181020424, 0.0111794258, -0.013993728, 0.00691201072, -0.0198132526, -0.0200253855, -0.000483929121, 0.0129613457, -0.0136331012, 0.0110309329, 0.000548011099, 0.0263611, 0.021524461, 0.000345379551, -0.00588316424, 0.0119855329, -0.00619075727, -0.0083439108, -0.0023299309, 0.00683422852, -0.00796914194, 0.00788428821, -0.00528919091, -0.00516898185, 0.000579389103, 0.0118016833, -0.0253287181, -0.00102089159, -0.00689079752, -0.00395628624, -0.000536078587, -0.00284258649, -0.00422498863, -0.0146371992, 0.0237589311, -0.03323422, 0.00806106627, 0.0135341054, -0.0042320597, 0.0166878216, -0.00985712837, 0.00840755086, 0.00630743057, 0.00830148347, 0.00252438639, 0.0172959361, -0.00572052831, -0.0113067059, -0.00160072267, 0.00625086157, 0.00549071748, -0.00244660419, 0.020972915, -0.0237023626, -0.00794085767, 0.00774993747, -0.00175717101, -0.0150331808, 0.0377597325, 0.00546950428, 0.0197991095, -0.0238155015, -0.00057585357, 0.0169423819, -0.0135411769, 0.000298312487, 0.013329044, -0.045820795, 0.00131964602, 0.0379294381, 0.00583013054, 0.0060069086, 0.000259863329, -0.0172817949, 0.00535283051, -0.00196046545, -0.00504170172, -0.0133361146, 0.00299284747, 0.00565335294, 0.0208173506, -0.0131310523, 0.0143189989, 0.00474825082, -0.00650542183, 0.00131699431, 0.019728398, -0.0268843621, 0.0130603416, -0.0207324959, 0.000575411599, -0.0209163446, 0.0208032075, -0.0029362787, -0.00267818314, -0.00275066192, -0.0261348244, -0.0242256243, 0.0164191183, 0.00202056975, -0.00788428821, 0.00324563985, 0.00740345288, 0.0107198041, 0.00305825542, -0.0100692613, -0.0137745235, 0.0121481679, 0.0203223713, -0.00490027945, -0.0145240612, 0.0148069058, 0.00232639536, 0.00779236387, -0.00891667, 0.00733981282, 0.00127103215, 0.0179747641, -0.0148069058, 0.00144162274, -0.00664684409, 0.0112784216, -0.0165463984, 0.0146654835, -0.022853829, 0.000458738301, -0.0207042117, -0.00176689378, -0.0040800306, 0.000373884977, -0.0109885056, 0.00111016433, 0.00601397967, -0.0250317324, 0.0148776164, 0.0029645632, 0.00258095539, 0.00175805483, -0.0189222917, 0.00794085767, 0.0117168305, 0.00456793746, -0.0187101588, -0.0161221325, -0.0157544352, 0.00531393941, -0.00268348656, 0.0259509757, -0.0148493322, -0.00466339756, 0.0101116886, -0.00496391952, 0.0132654039, 0.0208032075, -0.0084994752, 0.00382193527, -0.0172817949, 0.0425680876, -0.0372506119, 0.0171969403, 0.019176852, -0.0178333409, -0.00205062213, -0.0285390019, -0.014446279, 0.0062225773, 0.000854720478, 0.00588669954, 0.0134068262, -0.0174090751, 0.0060281218, 0.00829441287, -0.0155988699, -0.00204355107, 0.00925608352, 0.0167585313, 0.010366248, -0.0200960971, 0.0272803456, -0.000210917977, -0.0134421811, -0.00362394424, -0.0103591774, 0.00867625233, 0.00881767459, -0.0193041321, 0.00709585939, 0.00217790203, -0.0208597761, 0.00626500417, 0.0154291634, 0.00972277671, -0.00638167746, 0.00255797431, -0.0162494127, -0.00615186617, -0.00402699737, -0.0174939279, 0.000446805789, 0.0153584527, -0.0134775368, -0.00810349267, 0.0340261832, -0.0276056156, 0.00164668483, -0.0210860521, -0.00478714192, -0.00760851521, 0.0016767371, 0.00716303522, -0.00625439733, 0.000249477627, -0.0146937678, 0.021524461, -0.0130886259, -0.00187561207, 0.00690493966, 0.00762972841, -0.0105288839, 0.0313957296, 0.00782772, -0.00437348196, -0.00787721761, 0.00634985743, 0.0179323368, 0.00147874595, 0.0146654835, -0.00332872523, 0.00103061437, 0.0119996751, -0.00166259485, 0.0130037721, 0.00274359086, 0.0218214467, 0.0013815182, 0.0064134975, -0.0083863372, -0.00481189089, 0.00701807719, 0.0171545148, 0.0017907588, -0.014106866, 0.00494977739, -0.0164756887, -0.00590084167, -0.0118794655, 0.00777115067, -0.000285275106, 0.0491583608, -0.0269692168, -0.0158110037, 0.0284682922, -0.000238649984, 0.0145664876, 0.00139742822, 0.0133714704, 0.0125512211, 0.0219063014, -0.00443358626, 0.0115117682, -0.0041931686, 0.0167443901, -0.00119943719, -0.0278884601, -0.00976520404, -0.0105076702, -0.00519726612, -0.0116178347, -0.0348747186, 0.0289491266, 0.00571345724, -0.0118723949, 0.0010005621, -0.00958135445, -0.0233629495, -0.00265166652, -0.0103308922, 0.00810349267, 0.00711353729, -0.00106596993, -0.0170979463, -0.00217967, -0.00662563043, -0.0150331808, 0.0104581723, 0.00582659524, 0.00544829061, 0.013102768, -0.0020081955, -0.0325553939, 0.00211072643, 0.0104864575, 2.14895463e-05, 0.000343611784, -0.0216941666, 0.0223588515, 0.0280298833, 0.00761558628, 0.0104511017, -0.00812470634, -0.00569224404, -0.000374989846, -0.0112925638, 0.01031675, 0.0406164601, -0.00468814652, 0.0204213671, 0.019176852, 0.00518665975, -0.0043699462, -0.00481189089, 0.00142306101, -0.0277187545, 0.0155705856, -0.00418609753, 0.00772165274, -0.0128552793, -0.0217648782, -0.0108541548, -0.0130886259, -0.021071909, -0.02241542, 0.00439116, 0.0166736785, -0.00603872864, 0.0061023687, 0.0213264693, -0.00677765952, 0.00769336848, 0.000433768437, -0.0184838828, -0.00533515308, 0.009546, -6.96614879e-05, 0.00157332211, 0.00636753533, -0.0115754083, -0.00729031488, -0.0062826816, -0.00512301968, 0.0020682998, 0.00469521759, 0.000478625792, 0.01591, 0.0160089936, 0.00728324382, -0.00499573955, -0.0276904684, 0.000319083862, -0.00711000152, 0.00958842598, -0.000916592719, -0.000420289143, 0.00551900174, 0.0133078303, 0.00857725739, -0.0112925638, 0.0033640808, -0.0124663683, 0.0361192338, -0.0253570024, 0.0183000341, 0.0131805502, 0.0177202038, 0.0104864575, 0.00480835512, 0.000449899409, 0.0189364348, 0.0127421413, -0.00129754876, 0.00970156398, 0.0135906748, -0.00939750578, -0.0164191183, 0.00943993311, -0.00161132938, 0.0186818745, -0.024649892, -0.029557243, -0.00528565515, -0.00254029641, 0.0255832784, -0.0062968242, 0.0168999545, 0.00424266653, -0.00460329279, -0.0225992687, 0.00321205193, -0.0155847277, 0.0132229766, 0.0123673724, 0.000872840232, 0.0177626293, -0.0108965812, 0.0115188388, 0.0280440245, -0.0242821947, 0.00894495472, 0.00276480429, 0.0321028419, 0.00547303958, -0.00555082178, 0.00589377061, 0.0083509814, -0.00183318544, 0.00702161295, 0.00792671461, 0.0116036925, -0.0178333409, -0.00866211, -0.0145947719, -0.0189222917, -0.0162069853, 0.00959549751, -0.0126360748, 0.0157261509, 0.0106208082, -0.0128340656, 0.0119855329, -0.00300168642, -0.000204841243, -0.0188091546, 0.00760144414, 0.0221467186, -0.00382193527, -0.00901566632, -0.0164332613, 0.00408710213, -0.00124363159, 0.00488613732, -0.0259368345, -0.0234902296, -0.0126431454, 0.0196294039, -0.00566396, -0.0214396082, 0.00825198647, 0.00458207959, -0.0193465594, 0.0102318972, 0.00260747201, -0.0256822743, 0.00235998328, 0.0154150212, 0.000475974142, -0.00895202626, 0.00905809272, -0.0149766123, 0.000412334135, -0.00359035633, -0.00505230855, -0.0233488064, 0.00859139953, -0.00202764105, 0.0106773768, -0.00445479946, -0.00294865319, 0.00941871945, 0.00474471506, 0.0242680516, 0.00926315505, -0.0225144159, 0.0196152609, 0.00825905707, 0.00215492095, -0.00511594862, 0.0267287977, -0.00796207, -0.0240417756, -0.0206900705, 0.0280157402, -0.0280723087, -0.0164756887, -0.038919393, -0.00882474612, 0.0216093138, 0.0114693418, -0.00787721761, -0.00787014607, -0.0147361942, 0.00808935054, 0.0106137367, 0.00549071748, 0.0173525047, -0.0288218465, -0.0166878216, 0.019403128, -0.00368758407, 0.00496038422, -0.0133361146, 0.00216199202, -0.0112147816, 0.0173666477, -0.00366283534, -0.00595387537, -0.0178191978, 0.0185970217, -0.0243387632, -0.0137250256, 0.00399517734, 0.01839903, -0.0208032075, -0.0125158662, -0.0240417756, -0.0133856125, -0.00241655204, -0.0187950116, -0.00512655498, -0.0106066661, 0.01394423, -0.0308017582, -0.00581245311, 0.000406367879, -0.026205536, -0.0169140957, 0.0150190387, 7.35837457e-05, -0.000951064401, 0.0361192338, 0.00351964543, -0.032131128, 0.0209163446, -0.000562595262, -0.0149341859, 0.0338564776, 0.0183424614, 0.0247488879, -0.00322089088, -0.00654431293, -0.00354085863, -0.00247135316, -0.00937629305, -0.00749537721, 0.0100480486, -0.0299815089, 0.00582305947, -0.00659381086, -0.00323326536, 0.00214431435, -0.0203506555, -0.00381132867, -0.0138523057, 0.00619782833, 0.000732743822, 0.00270469976, -0.00622964837, 0.0125582926, -0.0106773768, 0.0126997149, -0.0145806298, -0.0204779357, -0.00923487078, 0.0106703062, 0.00184555992, 0.0299532246, -0.00200289208, -0.008584328, 0.00982884411, 0.0244377591, -0.0121623101, 0.00150526268, 0.0216093138, -0.0101965414, 0.00266934419, -0.0438126028, 0.0124734389, 0.0081600612, -0.0118016833, -0.0272803456, -0.0117946127, 0.00557910651, -0.0110097192, -0.00695090182, 0.0115541946, -0.00333756418, -0.00155917986, 0.00760851521, -0.00102531107, 0.0177484881, 0.00391386, -0.0127492128, 0.0123673724, -0.0157120079, -0.006494815, -0.00579123944, 0.0137745235, -0.0109743634, 0.00839340873, -0.00266227312, -0.00604226394, -0.00584427314, 0.0198698211, 0.00583366631, -0.0292178299, 0.00794792827, -0.00324033643, -0.0178616252, -0.00381839974, 0.00321735535, -0.0237872154, 0.0151180346, 0.00690847496, -0.00553667964, -0.0136755276, -0.00438055303, -0.00367344194, -0.00105889887, 0.0114198439, 0.0177909136, -0.00542354165, -0.000709762739, 0.0157968607, 0.0250600167, 0.00197814312, -0.010267253, 0.0125865769, -0.00922779925, 0.00828734133, -0.00260040094, 0.0138381636, -0.00659027509, -0.008584328, 0.00862675533, 0.000927199377, 0.00677058846, 0.00458207959, -0.003959822, -0.00685190642, -0.000364604144, 0.013831092, -0.0111652836, -0.0366000682, 0.00652309973, -0.0209022034, 0.0156837236, -0.00615540193, 0.00487199519, 0.0011455199, -0.00620843517, -0.00536697311, -0.0131098395, 0.008082279, 0.0312825926, -0.015613012, 0.00881060399, 0.00330574415, -0.0123037323, 0.0105288839, 0.0263469573, 0.00153266324, 0.00936215091, 0.0138028078, 0.0307169054, -0.0127279991, 0.0123390881, -0.00362747977, 0.0210860521, 0.0212840438, -0.0102601815, 0.0288642738, 0.0154715898, 0.000580273, -0.0205486473, 0.0136189591, -0.0118370391, 0.0209304877, -0.010154115, -0.00213901093, -0.0161362737, 0.0111864973, 0.00767215481, 0.00383961317, 0.0175504964, -0.00958842598, 0.00355146523, 0.0128552793, -0.0279733129, 0.00701100612, -0.00381839974, -0.00337999081, -0.0103379637, -0.00804692414, -0.0236882214, 0.00500281062, -0.00872575, -0.000340739149, -0.00910759065, 0.0139018036, 0.0184414573, 0.00290269102, -0.00917830132, -0.0169848073, 0.00428155763, -0.00256504538, 0.000823784387, 0.0234902296, -0.0198698211, 0.00410477957, 0.0167161059, 0.00872575, 0.0135482475, -0.0158817153, 0.00244306866, 0.00660088193, -0.0195304081, 0.0256257057, 0.00161309715, -0.00859847, 0.00895202626, 0.00105271162, -0.0100268349, -0.0145240612, 0.000426476356, 0.0179040525, -0.0104016038, -0.0130391279, -0.0166029669, -0.00760851521, -0.0178333409, 0.00243776548, 0.0373920314, -6.00492e-05, 0.000143963392, 0.00296633085, 0.00825905707, -0.00536343735, -0.0203223713, -0.00693675969] |
12 Oct, 2021 | Node.js Stream readable.readableEnded Property
12 Oct, 2021
The readable.readableEnded property in a readable Stream is utilized to check if the end event is emitted or not.
Syntax:
readable.readableEnded
Return Value: It returns true if end event is emitted else it returns false.
Below examples illustrate the use of readable.readableEnded property in Node.js:
Example 1:
// Node.js program to demonstrate the
// readable.readableEnded Property
// Include fs module
var fs = require("fs");
// Data to be displayed
var data = '';
// Create a readable stream
var readable = fs.createReadStream("input.text");
// Set the encoding to be utf8.
readable.setEncoding('UTF8');
// Handling stream event data and end
readable.on('data', function(chunk) {
data += chunk;
});
// End event
readable.on('end',function() {
console.log(data);
});
// Calling readableEnded property
readable.readableEnded;
Output:
read: hello
true
end!!
Example 2:
// Node.js program to demonstrate the
// readable.readableEnded Property
// Include fs module
var fs = require("fs");
// Create a readable stream
var readable = fs.createReadStream("input.text");
// Set the encoding to be utf8.
readable.setEncoding('UTF8');
readable.on('readable', () => {
let chunk;
// Using while loop and calling
// read method with parameter
while (null !== (chunk = readable.read())) {
// Displaying the chunk
console.log(`read: ${chunk}`);
}
});
// Calling readableEnded property
readable.readableEnded;
Output:
false
read: hello
Reference: https://nodejs.org/api/stream.html#stream_readable_readableended.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream readable.readableEnded Property | https://www.geeksforgeeks.org/node-js-stream-readable-readableended-property?ref=asr5 | CSS | Node.js Stream readable.readableEnded Property | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, Node.js Stream readable.readableEnded Property, CSS pause-before Property, CSS, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0292863119, -0.00542933447, -0.00189224351, 0.0597494245, 0.0125235757, -0.022319112, -0.0194172263, 0.0202998277, -0.0270396918, -0.00238703494, -0.000889287563, 0.0368552878, -0.00692708185, -0.02230574, 0.0157397203, -0.0228673946, -0.018334033, -0.00593749899, -0.0213429015, 0.0277083274, -0.0339667723, -0.00276147202, -0.018828826, -0.024672715, -0.0320411, -0.014228601, -0.00790997874, -0.00684684562, -0.0342877172, -0.00934754871, -0.015351912, 0.00537918694, 0.0448254421, -0.00513513433, 0.00130718586, 0.000839139742, 0.0133861182, 0.00431271037, -0.000195889821, -0.0356517397, -0.0236430131, 0.0181334428, -0.0285374392, 0.00718116434, -0.0339400284, 0.00354712061, -0.0301421676, -0.036962267, -0.0351970643, -0.00883938465, -0.00797015615, 0.0291525852, -0.0015453879, -0.0267321188, 0.0319876075, 0.00613474706, 0.0255686883, -0.00672983425, -0.0193637349, -0.0295002759, 0.00175684446, -0.0554166548, 0.0146966474, -0.00990251824, -0.0203666911, 0.00874577556, -0.0258628894, -0.00169583131, 0.00153786573, 0.0278955474, -0.0199521352, 0.0151780657, 0.0450928956, 0.0030305984, -0.00610465836, -0.00940104, 0.0247663241, 0.0365610868, -0.0199120175, -0.00163147494, -0.0333783738, 0.0104842326, -0.00444978103, 0.00145177869, 0.0279222913, -0.0140146371, -0.0228139032, -0.0223324839, 0.0436486416, 0.0150844567, 0.0114403833, 0.00591075327, -0.0112130465, -0.0110993786, 0.0165554583, 0.0593214966, -0.00997606758, -0.00685353205, -0.0175316688, 0.0169833861, 0.0140815005, 0.0297944769, 0.0122494344, -0.00802364759, -0.0013506473, -0.00980890915, 0.0224662125, -0.0144158192, 0.00126372441, 0.0357587226, 0.0175450426, 0.00194740598, -0.0237633679, -0.00673652068, -0.0297142398, 0.0462162085, -0.00144676387, -0.0151112024, 0.0255419444, 0.0217173379, -0.00964843575, 0.00535244122, 0.026411172, 0.0509501584, -0.00924725365, 0.00362067088, -0.0148704927, -0.0216905922, -0.0208481103, 0.0169298947, -0.018842198, -0.0265448987, -0.0267321188, 0.0181869343, 0.0274943635, 0.0295002759, 0.00440297648, 0.032255061, -0.00489108171, -0.00474063819, -0.00561989611, -0.00547279604, 0.0395833254, 0.0128779542, 0.00673317723, 0.0252343696, -0.0281362571, -0.0172909591, -0.0156193664, 0.00438626064, -0.00521871401, 0.0132991951, 0.00406865776, -0.00940772612, -0.01802646, -0.0367215574, 0.0280827656, -0.00167660799, -0.0330574252, 0.00676995236, -0.0112464791, -0.01166772, 0.00895973947, 0.0236965045, -0.0177322607, 0.0392623805, 0.0368285403, 0.0206876379, 0.0174514335, 0.0153251663, -0.0491047204, -0.00524545927, -0.0477674454, -0.00296707777, 0.00159386406, 0.00897979829, 0.0472057909, 0.0280025285, 0.0211155657, -0.0171706043, -0.0145762926, -0.019457344, -0.00169833866, -0.015258302, 0.014950729, -0.031639915, 0.0622100122, -0.0162345134, -0.00152867194, -0.00819080696, -0.0489175022, -0.0212359205, 0.0529293269, 0.00260601379, -0.0124366535, 0.0323085524, -0.0258628894, -0.00112498226, -0.00306737353, 0.0139611457, -0.029687494, -0.00631527882, 0.0173310786, -0.0182404239, 0.00458016526, 0.0109589649, 0.00275144237, -0.0301689133, 0.0424450934, -0.0193904806, -0.00281830598, -0.0231883395, 0.00899317116, 0.0138809094, 0.00939435326, 0.0230679866, 0.000414137205, -0.0223324839, -0.0281095114, 0.00573690794, -0.0113935787, -0.0565934591, -0.00468046078, 0.0252477434, -0.0448789336, -0.0358657, -0.00219313032, 0.00235026, 0.0167159308, -0.00334820105, 0.0181468148, 0.0294200405, -0.00182370818, -0.0183741525, -0.0040853736, 0.0167025588, -0.0181334428, -0.0364006124, 0.0210620742, 0.00118515955, -0.00708086882, -0.0361599028, -0.0111060645, -0.00481418846, -0.0144559378, 0.00780299678, 0.0142152281, 0.0158600751, -0.0117412703, -0.00658273371, -0.037978597, -0.0101231681, 0.00572353508, 0.00131888699, -0.0274408739, 0.013312568, 0.00395833282, 0.0296607483, -0.0231081042, -0.0310247689, 0.0240308233, 0.0470453165, -0.00159052084, -0.032950446, 0.0083245337, 0.0365878306, 0.000573356461, -0.0180933252, 0.0364541039, -0.00579708489, 0.0522339419, -0.00733495085, 0.0141617376, -0.0304631144, -0.0520734712, 0.0148303742, -0.0297944769, -0.0282164924, -0.0167293046, -0.0261704624, -0.0106647648, -0.000532402424, -0.00449658558, 0.0130517995, -0.032549262, -0.0277083274, 0.0390751623, -0.013004995, -0.0533572547, 0.0190160442, 0.0119151156, -0.00584723288, 0.00399845093, 0.0147100203, 0.0144693106, -0.00156377535, -0.0573958233, 0.0346086659, 0.0127041079, -0.0096016312, 0.00227838149, -0.034180738, -0.0308375508, -0.00220315973, -0.00363738672, -0.033485353, 0.00794341, 0.000383839593, 0.0365878306, -0.0459487513, 0.0134195499, -0.00234023039, -0.0050783, -0.00865216646, 0.0319876075, -0.0184811335, 0.0255686883, 0.0205004178, 0.0231214762, 0.0109322192, 0.00365744578, -0.00103471614, -0.0315864235, 0.042471841, 0.00660613598, -0.0240040775, 0.0169298947, -0.00430268096, -0.0321213342, -0.0358389579, 0.00439294707, 0.0244988687, -0.0240174513, 0.0378448702, 0.0283769649, -0.0168764051, -0.0746734068, -0.018334033, 0.0196311902, 0.0531165451, -0.0190695357, -0.0245791059, 0.00270129461, -0.0245122425, 0.0480883904, -0.0126372445, -0.0271199271, 0.022827277, 0.029072348, 0.0334318615, 0.000699143857, 0.0148571199, 0.0259564985, 0.0176252779, 0.0152984206, 0.00506492751, -0.0228807665, -0.0441300608, -0.00377445738, 0.0260768533, 0.00293531758, 0.0126974219, 0.0411613099, 0.0134262359, -0.0135800233, -0.0378983617, -0.0220650304, 0.00640888838, 0.0260099899, -0.0164351035, 0.00769601483, 0.0257559083, -0.0353307948, -0.00830447488, -0.000495627348, -0.0169432685, -0.0330574252, 0.00903329, 0.00370425056, 0.00739512825, -0.0240308233, 0.0711430088, -0.0331376642, 0.00311083486, 0.0303026401, -0.0211690553, 0.0335923359, 0.032255061, 0.00400513737, -0.0119084297, -0.0406264, 0.0624774657, -0.0116342884, -0.000483090436, 0.0293932948, 0.00580042833, -0.0134596685, 0.00685353205, 0.00889956206, -0.0221853852, -0.0330039337, -0.0147233922, 0.0156862307, -0.0286711659, -0.00954814, 0.00144592812, -0.00738175539, -0.0213295296, 0.00642894721, 0.0120956479, -0.00707418239, -0.0196445622, -0.00488439528, -0.0120020388, -0.0170636233, 0.048115138, 0.0322015695, 0.00504152477, -0.0150309661, 0.00454673357, -0.00574693736, -0.000288140873, -0.0487837754, 0.0037209664, -0.0209417194, -0.0020727755, -0.0239773318, -0.0244587511, -0.0397972912, 0.00327297952, -0.0486233, -0.0119351754, 0.0036039548, -0.0273071453, -0.00774950581, -0.0248465613, -0.00766926957, 0.0174915511, 0.00194573449, 0.0117412703, -0.0274408739, 0.000566670089, 0.0179194789, 0.000345184, 0.00238870666, 0.0256489255, -0.0150844567, 0.00955482665, -0.0141884824, -0.0211021919, -0.000975374598, 0.00698057283, -0.0178526156, 0.0175717883, -0.000297543593, 0.00594752841, 0.0296072587, -0.0350098461, 0.0102301501, 0.0094478447, -0.0176653974, 0.0112799108, -0.0151379481, 0.0523141809, 0.0175182968, -0.0560585484, -0.0132858222, 0.00865885243, 0.0187218431, -0.013004995, 0.00952808093, 0.0165019669, -0.0410008356, 0.0483558476, -0.0175584145, -0.000990419, -0.00146849465, 0.00524880271, 0.0300351866, -0.00799690187, -2.39769142e-05, -0.0309712775, 0.0138274189, 0.0180665795, 0.00435617194, 0.00829778891, 0.0531700365, -0.0203666911, -0.0132523905, -0.0148838656, -0.00231682812, 0.000147204672, -0.027026318, -0.018828826, 0.00843151566, 0.00635205396, 0.00576031, -0.00300385291, 0.0132991951, -0.00780968321, 0.0358122103, 0.0254215896, 0.0356517397, -0.0277618188, -0.011460443, 0.0230679866, -0.0172642134, 0.034180738, -0.0266518816, -0.0392623805, -0.0608192459, 0.0211423095, -0.0196178183, 0.0225865673, 0.00930743106, -0.00440966291, -0.00605451036, 0.0093542356, -0.0139477737, 0.0378716141, 0.0147902565, -0.0177991241, 0.0228005312, 0.0139611457, -0.00517190946, 0.0196445622, -0.0243517701, 0.0112063605, -0.0284037106, 0.0328969546, 0.0335121, 0.0402519628, 0.0217975751, 0.0244186334, 0.0182404239, 0.00651921332, -0.0217842013, -0.0306770783, 0.00157547661, 0.00687359087, -0.0204469282, 0.00922050793, -0.029901458, -0.000222321891, -0.0274676196, 0.029687494, 0.0165955778, -0.00470052, 0.0085719293, -0.00140079507, 0.0108386101, -0.00499472, 0.0505222306, -0.00499806367, 0.0184142701, -0.0133192539, -0.0234825406, -0.00374436867, -0.00295871985, 0.00837802514, 0.00770270126, 0.0213830192, 0.021810947, -0.0183607787, 0.00730151916, -0.0188956894, 0.0136736324, 0.00912689883, -0.0284839477, -0.0104976054, -0.0133526865, -0.0172775872, -0.00740850111, -0.0134596685, 0.0061715222, 0.0158600751, 0.0526886173, -0.0241378061, 0.00106647646, -0.00886613, -0.00265449, -0.00522540044, 0.0245523602, 0.00654595904, -0.0184276439, -0.00195910712, 0.0121023348, -0.0178526156, -0.0262774453, -0.00572019164, 0.00631193584, 0.0150978295, -0.0109857107, -0.00843820255, -0.00813731551, 0.0023452451, -0.0160339214, -0.00412214873, -0.0117479572, 0.0055597187, 0.00694714114, 0.0270798095, -0.00225665071, 0.0198852718, -0.0327364802, -0.0110993786, -0.0252477434, -0.00276983, 0.00648243818, -0.00378448702, -0.00247897278, 0.0362401381, 0.021182429, 0.0109790238, 0.0135733364, -0.0119485483, 0.00914027169, 0.00843151566, -0.00421910128, 0.0112732239, -0.00610465836, -0.0126840491, 0.00343345245, -0.0201794729, 0.0159804299, 0.00796347, 0.000786902499, -0.0468313545, 0.0194305982, -0.0246459693, -0.000793170941, -0.00937429443, -0.0252076257, -0.0177857522, -0.00211289385, 0.0353307948, -0.00662953872, -0.00131052907, -0.0121090207, -0.00153870147, 0.00851843879, -0.00617486518, 0.012075589, 0.0545608, 0.00910015311, 0.0158734489, -0.0339935198, 0.0475267358, 0.0146699017, -0.0300886761, 0.00157798396, -0.0212760381, 0.0223726034, 0.0326829888, -0.0156728569, -0.00278654578, 0.0230813585, -0.0239238422, 0.00704075024, -0.0154990116, -0.00317602698, -0.0244052596, -0.0107048824, -0.0263844263, 0.0244320054, -0.0280827656, 0.00478075631, 0.00998944, 0.00623838557, 0.0324422792, -0.0325225182, -0.0185881164, 0.0149641018, 0.0231615957, -0.00666297041, 0.00988245849, -0.0212894101, 0.0335388444, 0.00637211325, 0.0195776988, 0.0250070337, -0.00969524, 0.0101164822, 0.0281095114, -0.00778293796, -0.00336157391, -0.00999612734, -0.0105912145, -0.00553297345, -0.00608794251, 0.00633868109, -0.0142553467, 0.044932425, 0.029072348, -0.00148938945, 0.00714104623, 0.0152315572, -0.0137471817, -0.00950802211, 0.00018993477, -0.0278153103, 0.0188823156, -0.0235226583, 0.0166758131, 0.00346019794, 0.0147635108, 0.00641223136, 0.0322818086, -0.00274809916, 0.0277083274, -0.00349697284, 0.000706248102, 0.00940104, 0.0144693106, 0.000915197248, -0.0145762926, -0.00993595, -0.0394228548, -0.0222656205, -0.0364541039, 0.00894636661, -0.0239238422, 0.0101499138, -0.0133794313, -0.0384065248, -0.0525014, -0.0149774747, -0.00716779148, 0.0135332178, 0.00608794251, 0.0198451541, -0.020580655, 0.000912689895, -0.0101833455, -0.0198719, 0.00551291415, -0.0140547557, 0.00970861316, 0.0172240958, -0.00455342, -0.0238168593, -0.0107182553, -0.00716779148, 0.00231849961, -0.0177857522, -0.0225330759, -0.00344682508, 0.0190026704, -0.000804036332, -0.01719735, -0.0196311902, -0.034715645, 0.00402519619, -0.0300619323, 0.0173310786, 0.0301154219, 0.0288316384, -0.0178793613, 0.00013654826, 0.0409473479, -0.00031446846, -0.00143924169, -0.00636877, 0.0115005607, 0.0238436051, -0.00183540932, -0.0322015695, -0.0244988687, -0.0146565288, 0.0110659469, -0.000160264, -0.020380063, 0.0258495174, -0.0149106113, 0.0170502495, 0.0156193664, 0.00570347579, -0.0475267358, 0.0154990116, -0.000806543685, -0.00413217815, 0.0408136174, -0.018935807, -0.0493721776, 0.0059174397, -0.0130317407, 0.0107182553, -0.000848751457, 0.0251407605, 0.0197782908, 0.013305882, -0.0148036294, 0.0491849557, -0.0276013464, 0.0337528102, -0.0197782908, -0.0128311487, 0.0343679562, -0.0288316384, -0.0320678428, 0.0285641849, -0.0264780354, 0.0178258698, 0.0175450426, 0.00203600037, -0.0193102434, -0.0289921127, -0.0135332178, -0.0378716141, 0.00498469081, 0.0196178183, -0.0485965572, -0.00051276118, -0.0153920297, 0.00606119679, 0.00250571826, 0.00740181468, 0.0210754462, -0.0185613707, 0.014950729, 0.014643156, -0.028350221, -0.01719735, -0.00580711477, -0.0537049435, 0.0101900315, -0.0118281934, -0.0284304563, -0.00834459346, -0.0106380191, -0.0112665379, 0.0310515147, -0.0625309572, 0.0380053408, -0.0424450934, -0.0278955474, -0.00930743106, 0.0236965045, 0.0113868928, 0.0129113859, 0.00175851607, 0.0117278975, -0.00582717359, -0.0200056266, -0.0286711659, 0.0136936912, 0.0132256448, 0.0170769952, 0.0153117934, 0.000822423841, -0.0103772506, -0.00988245849, -0.00558980741, 0.00291525852, -0.0297944769, -0.0266786274, 0.0140547557, -0.0260768533, -0.00240709423, 0.014950729, -0.0475534834, -0.00271968218, 0.00234023039, -0.0217440836, -0.0129180718, 0.0253680982, -0.0206742641, -0.060712263, -0.000775201304, 0.0199120175, -0.0249134246, 0.0102100912, -0.0226801764, -0.0155658759, 0.0137471817, 0.0097554177, -0.0497466139, -0.0256355535, 0.0109656509, -0.0196579359, 0.0414020196, 0.00168329431, -0.0105845276, -0.00634536752, 0.0102970134, -0.00865216646, -0.0228941403, 0.0147635108, 0.0208614822, -0.0185613707, 0.00729483273, 0.0150443381, 0.0338597894, -0.0278153103, 0.0270931814, 0.0487837754, 0.0325225182, 0.00498469081, 0.00137990015, 0.0142419739, 0.0101967184, -0.00386806647, 0.0207010098, -0.0243383963, 0.0293932948, -0.0442102961, 0.00938766729, -0.00725471415, 0.0125168897, -0.000249903183, -0.00524545927, -0.00692039588, -0.0183474068, -0.0204469282, 0.0151112024, -0.0344214477, -0.0219714213, 0.0407066382, 0.0229476318, 0.0202864539, -0.0155658759, -0.00549619831, -0.0189625528, -0.00881932583, -0.0125770671, -0.0249000527, -0.0399310179, -0.00111495261, -0.0217708293, 0.0125770671, 0.0375506692, 0.0229610037, -0.023241831, 0.00776287867, -0.0268925913, -0.0213429015, 0.00389815518, 0.00523543, 0.00115841406, -0.0303828772, 0.0366948135, 0.0148036294, -0.00210620742, 0.00886613, -0.0334051177, -0.0285374392, -0.024057569, -0.0103505049, -0.00836465228, 0.0321213342, 0.00961500406, 0.0144960564, 0.0101632867, 0.00507495692, -0.0178793613, -0.0514583252, -0.014228601, -0.013312568, -0.0271065552, -0.00116426463, 0.0269995723, -0.00163063908, -0.00729483273, -0.0193102434, 0.048730284, -0.0157932118, 0.0182003062, -0.0223458577, -0.0142419739, -0.0138274189, 0.00911352597, -0.0152850477, 0.0182003062, 0.02722691, 0.00930743106, 0.0138809094, -0.0319073722, -0.0270396918, 0.0190160442, -0.0306235868, -0.0170769952, -0.0135265319, -0.01054441, -0.0165554583, -0.00322951796, -0.0103571909, 0.0118683111, -0.0376576521, 0.00236028945, 0.000429599429, 0.00219480181, -0.030810805, -0.0177857522, 0.0174781773, -0.0166490674, 0.0248331875, 0.0288851298, 0.0203533191, -0.0379518494, 0.0180532057, -0.0293665491, -0.0133259408, 0.0129648764, 0.0174514335, 0.0282432381, -0.0257024169, -0.000873407407, 0.0158600751, -0.000776037108, 0.0284304563, 0.00755560119, -0.00445312401, -0.0230144951, -0.0363738686, -0.00270965253, 0.00709424121, -0.0121558253, 0.0199521352, 0.00424919, 0.0331644081, -0.0103103863, -0.00368753448, 0.0167560503, -0.0205271635, -0.000500642171, 0.0189224351, -0.00940772612, -0.00129548472, 0.00661282241, -0.02108882, 0.00185379677, -0.0331109166, -0.00837802514, 0.00988245849, -0.000776872912, 0.00768264197, -0.00714104623, -0.014843747, -0.00610800134, -0.0127107948, 0.000650249713, -0.0076157786, -0.0151914386, 0.0194840897, -0.0118081337, 0.00224160636, -0.00342007959, -0.0287781488, -0.0136803184, 0.00849169306, -0.00562658254, 0.00618823804, 0.00385135063, -0.00399845093, -0.0011082663, 0.024565734, -0.00721459603, -0.043702133, 0.00177857513, 0.00345685473, -0.0230947305, -0.0155792478, 0.00494122924, -0.00259264093, -0.00999612734, 0.0170769952, 0.00617820816, 0.0241912957, 0.0108118644, 0.0210353285, -0.007675956, 0.0107115693, 0.00464368565, -0.0203132, 0.0128578944, 0.00839808397, 0.00518528186, 0.0131654674, 0.0442905314, -0.0313457139, -0.00447986973, -0.00864548, 0.0202463362, -0.0296340045, 0.00476738391, -0.00195743563, -0.0133660594, -0.0165420864, -0.0244186334, -0.00454339, -0.0209283456, 0.0183741525, -0.0100964224, -0.00633199513, -0.00443640817, 0.00546610961, 0.00628519, 0.0588935688, -0.0377378874, -0.00359058217, -0.0223726034, -0.00082869234, -0.0279757828, -0.00924725365, 0.0346889, 0.031934116, -0.0345551744, 0.0126238717, 0.00661950884, -0.00410543289, 0.0326562449, -0.0411078185, 0.0118014477, -0.0355715044, -0.00841145683, -0.00980890915, -0.013613455, 0.0123363575, -0.00170920405, -0.0341272466, 0.0102635818, 0.0197782908, 0.0281095114, 9.65867439e-05, -0.0184677616, -0.0244587511, 0.00726140058, -0.000503567455, -0.000546611, 0.00349362963, -0.00700063212, 0.0197916627, 0.0212091748, -0.00313423714, 0.00596424425, -0.00710761407, 0.0399577618, 0.00312086451, -0.0422311313, 0.0200457461, 0.0138942823, 0.0165153407, -0.00401516678, -0.000513179111, -0.024873307, -0.0301689133, 0.016475223, -0.0174514335, -0.0191898886, -0.0146164102, -0.0209550913, -0.02518088, -0.00150025485, -0.0372029766, -0.00521202758, 0.0232284591, -0.0122628072, -0.003837978, 0.00760909216, 0.00910015311, 0.00706749596, -0.00861873478, 0.000980389421, -0.0138274189, 0.0164484773, -0.0135599636, 0.00503149536, 0.0133794313, 0.0123965349, -0.000813230057, 0.01821368, -0.00501812249, -0.00245724199, 0.0163147487, 0.0159269404, -0.0199253913, 0.0098557137, 0.00101131387, 0.0227202941, -0.0382460505, 0.0125837531, 0.032870207, 0.00899317116, -0.0344481915, -0.00564329838, 0.00468046078, 0.00356718, -0.0010054633, -0.00169165223, 0.000395749696, -0.00168914488, -0.00908678, 0.00534909824, 0.0219179299, -0.0130584855, 0.0112799108, 0.00133978191, 0.0360796675, 0.022011539, 0.0390484147, 0.00259264093, -0.0180799514, -0.00399510749, 0.0170769952, -0.00218477217, -0.0196579359, 0.00924056675, 0.0226534307, 0.0110860057, 0.0186817255, 0.00671646139, -0.00953476783, -0.00746867806, 0.051806014, -0.00821755175, -0.0304631144, 0.00356049347, -0.0250872709, 0.00475401105, -0.0120287845, 0.0244320054, -0.0076157786, 0.00159637153, 0.0206608921, -0.00311083486, 0.0162612591, 0.0137070641, 0.00847832, -0.0160205495, -0.00716110505, 0.000803618401, 0.0106246462, 0.0129381306, -0.0130317407, -0.0104976054, 0.0118348794, -0.00108904298, 0.0084181428, 0.0196311902, -0.0134864133, 0.0134195499, 0.0292595662, 0.0061213742, -0.00222990522, 0.011975293, -0.00601439225, -0.0349296108, -0.0227069221, -0.0187352169, 0.0269995723, 0.0224394668, 0.0184410159, -0.00994263589, 0.0109923966, 0.0225063302, -0.0104039954, 0.0227604117, -0.0092873713, 0.00423247367, -0.014643156, -0.00731489155, -0.00416226685, 0.00466040196, -0.0281095114, -0.0124433395, 0.00945453066, -0.00419904198, 0.00276147202, 0.01402801, 0.0087324027, 0.0186817255, 0.0195776988, 0.0124767711, 0.0134596685, -0.0166223217, 0.0345551744, 0.000804454205, -0.0180799514, 0.0251675062, -0.0201259814, -0.000340378145, -0.0147501379, 0.00148437475, 0.0158600751, 0.0109656509, 0.0252209976, -0.0480081551, 0.000556640502, -0.00768264197, 0.0146297831, -0.00531900954, 0.0237366222, -0.00643897709, 0.0121959439, 0.0145896655, 0.000149294166, 0.000267037016, -0.0127308536, 0.0279222913, -0.00423916, -0.0170235056, 0.00274141273, -0.0130183678, 0.0109656509, -4.25995058e-05, 0.0252076257, 0.00181535014, -0.02108882, -0.00784311537, 0.0179194789, 0.0139878914, -0.00906672142, 0.00401516678, 0.0198719, 0.0107249422, -0.0096016312, -0.0329237, -0.00897979829, 0.00994932279, -0.0163816139, -0.0218778122, -0.0345551744, 0.00544605032, -0.0131922131, 0.0105377231, -0.0119418614, 0.00672983425, -0.0239505861, -0.0073616961, -0.011460443, 0.011360147, -0.0231883395, -0.0193637349, -0.0277618188, -0.0210353285, 0.014228601, -0.00500140665, -0.0048309043, 0.00688696373, -0.011259852, -0.0124299666, -0.00412883516, -0.000301095715, 0.0256489255, -0.0072079096, 0.0117546432, -0.0108185513, 0.0371227413, -0.0355982482, 0.0146030383, -0.0256890431, -0.0118616251, -0.0103973094, -0.0113868928, -0.00643229065, 0.00146347983, -0.0297142398, 0.0278955474, 0.00499806367, -0.010337132, -0.0281897467, -0.0275211092, -0.00307405973, -0.03131897, -0.0186416078, -0.01166772, -0.0310782604, 0.014536174, 0.0282432381, 0.0195509531, 0.0103906235, -0.00756897405, -0.00242715329, 0.0295537673, 0.00715441862, 0.00907340739, -0.00471723592, -0.0132858222, 0.017090369, -0.0162077677, -0.00766258314, 0.00788323302, -0.0100095, -0.0153920297, 0.0130317407, -0.0171706043, 0.00763583742, 0.027842056, -0.0193503629, 0.0224929582, -0.000767261256, -0.00314593827, 0.0238837227, 0.00883269869, -0.0199387632, 0.0189625528, -0.000600519823, 0.00628853356, 0.0421241485, -0.000755560119, -0.00884607062, 0.00133978191, -0.0144024463, 0.00224996451, -0.0122895529, 0.00999612734, -0.0202864539, -0.00513847731, -0.00910684, 0.00424584653, -0.0302491505, -0.00797015615, 0.00883938465, -0.0257425345, -0.000258888, 0.00170084601, -0.0126171848, 0.0254215896, -0.0381390713, 0.00906672142, -0.00519531174, 0.00373099605, -0.02313485, 0.000258261134, 0.00026578331, 0.00167827948, 0.0207812469, 0.0155391302, -0.0206876379, -0.0166891869, 0.0120555302, -0.0102702687, 0.033886537, 0.0185881164, 0.00360061158, 0.0162612591, 0.0296607483, -0.0211155657, 0.042070657, -0.0146030383, 0.0133727454, 0.0239773318, -0.0169833861, 0.00416895328, 0.0196980536, -0.0260902252, -0.0117212115, -0.00373768224, -0.00136234844, 0.0392623805, 0.000407659769, -0.0403054543, 0.0123631032, 0.0177857522, 0.0076893284, 0.0188555717, 0.0377913788, -0.0288583841, 0.00637879968, 0.0012620528, 0.0177322607, 0.00770938769, -0.00434614206, -0.00371428, -3.19953397e-05, 0.0102903275, 0.0134997861, -0.0215434935, -0.000618489459, -0.0118616251, -2.45123465e-05, -0.00420238543, 0.00290188566, 0.0114002656, -0.00760909216, -0.0255285706, 0.0331644081, -0.012690735, -0.0219981652, 0.0362936296, -0.0170636233, -0.00509501575, 0.0081707472, -0.00582048763, -0.00987577252, 0.0151379481, 0.0309980232, -0.0156327393, 0.0207411274, -0.0178927332, 0.0145094283, -0.00071836717, 0.0216237288, -0.0115273064, 0.0307573136, -0.028457202, 0.0102568958, 0.0202864539, -0.0126506174, 0.00992257707, 0.0185613707, 0.0216371026, 0.0235761497, 0.0212359205, 0.000430853135, 0.0128311487, -0.0400647447, 0.00234190212, 0.0176252779, -0.0378983617, -0.0177991241, -0.014843747, 0.0214231387, -0.0139878914, 0.0111863017, -0.0282164924, 0.0137070641, -0.00251073297, 0.0163548682, -0.00866553932, 0.00187552755, 0.0202329643, -0.0395833254, 0.0237098783, -0.0013506473, 0.00984234083, 0.00732157798, -0.00580377132, -0.0192567538, -0.0199922547, 0.00182705128, 0.0303026401, -0.00949464925, -0.0479546636, 0.00115172775, -0.0214365106, 0.0344214477, 0.0103304461, -0.00114838453, 0.0155658759, -0.00526551856, 0.0134462956, -0.0125570083, 0.0292060766, 0.00959494431, -0.0056399554, -0.0205940269, -0.0109589649, 0.00509167276, -0.00297042099, 0.0221987572, -0.00839808397, -0.00922719389, 0.022613313, -0.00840477087, 0.0212359205, -0.00301555404, -0.00897979829, -0.0196044445, -0.00130635011, 0.0213027839, -0.0114470702, -0.00814400148, -0.000846661918, 0.00353374798, -0.012597126, 0.000541178277, -0.0067565795, -0.0182270519, 0.0162211396, -0.00409206, 0.0065727043, 0.00969524, 0.00257425336, 0.01515132, -0.00819080696, 0.00613809, 0.00618489459, 0.0151914386, 0.00386138028, -0.00478075631, 0.0029436755, 0.0346086659, 0.00567338709, 0.0194038544, 0.00663956814, 0.0198317822, -0.00603110809, 0.00347022736, -0.000133309557, 0.000740515767, 0.0108051784, -0.00796347, -0.00801027473, -0.00430936739, -0.00700063212, 0.00940772612, -0.0243517701, -0.000725889346, 0.00925394, -0.000964509265, 0.0273071453, 0.0208347365, -0.015351912, 0.0182671696, -0.0222923663, 0.0187753346, 0.00452667428, -0.0210353285, 0.0183741525, 0.00686690491, 0.00812394265, -0.0057636532, -0.00398842152, -0.00283000711, 0.0207010098, 0.00615480589, 0.0102502089, -0.0194974635, 0.0194707178, -0.0141483648, -0.0209952109, 0.000962001854, -0.0154054025, 0.00475066761, -0.0048944247, -0.00593081256, -0.0316934064, 0.0105912145, -0.0109188464, -0.00777625153, 0.0191096533, -0.0189625528, -0.00515519315, -0.00958157238, 0.00576699665, 0.00440966291, -0.0107048824, 0.0185613707, -0.0246994607, 0.00364073, -0.00764252385, -0.00676660892, 0.00958157238, -0.0115273064, -0.00992257707, 0.00485764956, -0.00395164639, -0.0165688321, -0.0247128326, -0.00337160332, -0.000768514932, -0.00914027169, -0.0038747529, 0.0026160432, 0.00550622772, 0.0126506174, 0.0111461831, -0.0107984915, 0.00776287867, 0.00658273371, -0.00114253396, 0.0190160442, -0.00339500583, -0.018320661, 0.00765589671, -0.00614811946, 0.00474732462, -0.0131454086, 0.00491448399, -0.00083245337, 0.0254617073, 0.00597761711, 0.00579039892, -0.0131788403, -0.0158868209, 0.0117546432, -0.00479412917, 0.0143222101, -0.00992926303, -0.00230512698, -0.0123564163, -0.00201594131, 0.000864213682, -0.00494791567, -0.00549285533, 0.00824429747, 0.00901991688, -0.00190728775, -0.00131554378, -0.00189224351, 0.0117212115, -0.0324957706, -0.00845826138, 0.00520534115, -0.00458016526, -0.0254617073, -0.0178793613, 0.00628853356, 0.00631862227, -0.013921028, 0.00906672142, -0.0253547244, -0.0134128639, -0.0130517995, -0.00259264093, -0.00875246152, 0.00388143933, -0.0161007848, -0.000215635519, -0.0262640715, 0.0109121604, -0.00774950581, 0.047499992, -0.0110993786, -0.00699394569, 0.00894636661, -0.00799021497, -0.0230679866, -0.0151379481, 0.00434614206, -0.00932080392, 0.0150309661, 0.00988914538, -0.00919376221, -0.0114336973, -0.0153117934, -0.00633199513, 0.0236028954, 0.00862542074, -0.00452667428, -0.00756897405, 0.0248866789, -0.0173444506, 0.0167159308, -0.00746867806, -0.0114270113, -0.00174347172, -0.00466708792, -0.0432474576, -0.00158132717, 0.00373768224, -0.00283836527, 0.00304397126, 0.00293197436, 0.0020109266, 0.00976879057, -0.02108882, 0.0344749391, -0.0185747426, 0.00344682508, -0.0304096229, -0.00498469081, 0.00971529912, -0.00545273675, -0.0105176643, -0.0189892985, 0.0232685767, 0.0205539092, -0.00454339, -0.000179382841, -0.00214966876, -0.0122628072, 0.000509000092, 0.0045968811, 0.013814046, -0.00186884112, 0.0201928448, 0.00604782393, -0.018521253, -0.0017117114, 0.000231933547, 0.0238034874, 0.00364741636, 0.00273472653, -0.00530229369, 0.0003447661, -0.00661282241, 0.0017735603, 0.00661950884, 0.00379785965, 0.0344481915, -0.0176787693, -0.00586729217, -0.0115072476, -0.0362668857, -0.0115941698, -0.000344348198, 0.0253012348, 0.0190294161, -0.00758903287, 0.00428262167, -0.00500475, 0.00583720347, 0.0170769952, 0.00901991688, 0.00332312728, 0.0128311487, -0.00777625153, -0.0206341464, 0.00766258314, -0.00377445738, 0.024057569, 0.0173177049, 0.0103037, 0.00424584653, -0.0186549798, -0.0219179299, -8.50945362e-05, -0.01719735, 0.0164618492, -0.00617820816, 0.0109054735, -0.00474398118, 0.0344214477, 0.0158600751, -0.0284037106, -0.00368084805, 0.0154455211, 0.00187385594, 0.00885944348, -0.0361064114, 0.00258762622, -0.00187887077, -0.0175182968, -0.0029737642, 0.00500809308, -0.0113133425, 0.0382727981, 0.0214231387, -0.0219313018, -1.56581264e-05, 0.0187218431, -0.00628519, -0.0187218431, 0.00687359087, 0.0125503214, -0.0041656103, 0.00246392842, -0.0103839366, 0.00522874342, -0.0101766596, -0.0124700852, 0.00452667428, -0.00790997874, -0.00772944698, -0.0168229137, 0.0171171147, 0.00570347579, 0.00459353812, -0.0251006428, 0.0154990116, -0.00303728483, -0.00427593524, 0.037042506, 0.00708755525, -0.00863210671, 0.0139076551, 0.00925394, -0.0205271635, -0.00546610961, 0.00418232614, -0.00706080953, 0.0318538807, 0.000149398635, -0.00326127815, -0.0174915511, -0.0177857522, 0.00598430354, -0.00823092461, -0.0045968811, 0.0143890744, 0.0150844567, -0.00404859846, 0.0102301501, 0.00691370945, -0.00954814, -0.00386472349, -0.0129113859, 0.0188689437, 0.0209952109, -0.00120103965, -0.0212359205, 0.0193369891, 0.00157464074, 0.0134997861, -0.00367416185, -0.0230144951, -0.0173444506, -0.00691370945, -0.00497800438, 0.0192701258, 0.0167025588, 0.0176386517, 0.00803701952, -0.00509501575, 0.00972198602, 0.012189257, -0.0122293755, -0.0189224351, -0.023549404, 0.00777625153, 0.0302224047, 0.00587063516, -0.00197415147, -0.0123430444, 2.98013711e-05, 0.0017986343, 0.021703966, 0.0122093167, -0.0128244627, -0.00676326593, 0.0166490674, 0.00924056675, 0.0124366535, -0.00234023039, 0.00598430354, -0.00950802211, -0.0342877172, 0.0122561213, -0.00545608, 0.00612806063, -0.0141751105, 0.0039616758, -0.0292060766, -0.00638882909, -0.00659276359, 0.00779631035, -0.0112665379, 0.00197080825, 0.0448789336, -0.00809719693, -0.0123296715, -0.0155792478, -0.0169566404, -0.0098557137, 0.00311584957, 0.00699394569, 0.00603445154, -0.00478409976, -0.00191731739, 0.0225865673, -0.0137605546, -0.0334318615, -0.00799690187, -0.0177590065, 0.0106580779, 0.0195509531, 0.0302224047, -0.00744861923, 0.00229175412, -0.00335154426, -0.0107784327, -0.0196311902, 0.00216805632, -0.00558646442, -0.0188689437, 0.0201661, 0.0125837531, -0.0148036294, 0.00449992903, 0.0108787287, 0.00430936739, -0.0139076551, -0.00809051096, -0.012597126, 0.00869228411, 0.0131186629, -0.0133861182, 0.0116877798, 0.00541930506, 0.0235360321, -0.00403188262, -0.00371762319, -0.0122962389, -0.0201126095, 0.00531566609, -0.0190561619, -0.00726808701, -0.00829110201, 0.00733495085, 0.014335583, 0.0121023348, -0.013720437, 0.00770938769, 0.0202463362, -0.00515185, -0.00926062651, 0.00114754867, 0.0260768533, -0.0163949858, -0.00527554797, 0.00128629094, 0.00881932583, 0.018521253, -0.00334151485, -0.0194172263, 0.0252076257, -0.0123764761, -0.00246058521, 0.011159556, -0.011881684, 0.00972198602, -0.0230011214, 0.0287514031, 0.00572019164, 0.00101632869, -0.0399845093, 0.0189090613, -0.00615480589, 0.00881932583, 0.00319608604, 0.000723381934, -0.00184376724, 0.00670308853, -0.00339667732, 0.00784980133, 0.0199253913, 0.010337132, -0.0109121604, 0.00463365624, -0.0295537673, -0.0210487, -0.0256489255, 0.0301421676, 0.0604983, 0.00677998178, 0.00429599453, 0.0185747426, 0.0106848236, 0.0057636532, -0.00353709119, -0.0275478549, 0.00553966, -0.0101766596, 0.0214097649, -0.02416455, -0.0234023035, 0.00287514017, -0.0203265734, -0.0157530941, -0.0179595966, -0.00359392539, 0.00408871705, -0.0186950974, -0.0181334428, -0.00818412, -0.00268792175, 0.0300619323, -0.0254349615, -0.0124567123, -0.0209016018, -0.00678666821, -0.00230345549, 0.00673652068, 0.00531566609, 0.00045885233, -0.000911854091, 0.00181200705, 0.0216638483, 0.022613313, -0.0135399047, -0.00603779452, -0.0150844567, 0.0278153103, -0.0361866504, 0.0105510959, -0.0177322607, 0.0135399047, -0.0244988687, -0.0354645215, -0.000543267757, -0.00658942, -0.00495125912, -0.00356718, -0.0121625122, -0.0232552048, -0.0142553467, 0.0153385391, 0.00531900954, -0.0161943939, 0.0249000527, 0.00161475898, 0.00634202454, -5.36999287e-05, 0.0149239842, -0.0216371026, 0.0165688321, -0.00349028641, 0.00253915, 0.0116476612, -0.0125436354, -0.00236196117, 0.010745001, -0.0142018553, -0.0241244324, -0.00299716648, 0.0143489558, 0.0039616758, -0.00231181341, 0.00813731551, 0.00373768224, -0.00430936739, 0.00425253296, -0.00817743409, -0.0116075426, 0.00634202454, -0.00805707928, -0.0109656509, 0.0215969831, 0.0119886659, 0.00480415858, -0.0184142701, -0.0115005607, -0.013620141, 0.0389414355, -0.00624841545, 0.00380120287, -0.00441969233, -0.00899985805, -0.00389146898, 0.00410877587, 0.011975293, 0.0127776582, -0.00691370945, 0.0305968411, -0.010029559, 0.0192300081, 0.0247796979, 0.0109054735, 0.0244320054, 0.00205940288, 0.0376843959, 0.00535244122, -0.00141416781, 0.00583720347, 0.00425587641, -0.00849169306, 0.00371093675, -0.0145762926, 0.0214632563, -0.0128177768, 0.0135532776, -0.00885944348, -0.000577953353, 0.0101432269, -0.0113868928, -0.0177590065, -0.00867891125, 0.00732826442, -0.0201661, 0.0237232503, 0.00853849761, -0.0113467742, -0.00509501575, 0.0189759247, -0.00282833562, -0.0313724615, 0.0142152281, -0.000848751457, -0.0192433801, 0.0189892985, -0.00303394161, -0.00794341, -0.0222656205, -0.0419636741, 0.00517525245, -0.00897979829, 0.0153385391, -0.00662619527, 0.0116209155, -0.0105310371, -0.0206475183, 0.00106480485, 0.00360061158, 0.0206475183, 0.00877252128, 0.0130384266, -0.00678666821, -0.00748873735, -0.011259852, 0.00867891125, -0.00739512825, -0.0143623287, -0.0144158192, 0.00582717359, 0.0217574574, -0.0136736324, 0.00112665375, -0.00473060878, 0.00530229369, -0.0251006428, 0.00276147202, 0.0314526968, -0.0092004491, 0.023442423, -0.00821755175, 0.0134195499, 0.0079233516, -0.00369422091, 0.0100563047, 0.0144960564, 0.0196713079, -0.0224795844, 0.00807045214, -0.0109990826, 0.0118014477, 0.0108386101, 0.0184410159, 0.00037986954, 0.0126372445, 0.0178927332, -0.018320661, -0.000862542074, -0.00811057, 0.000636876968, -0.00369756413, 0.00722796889, -0.0293665491, -0.0018905719, 0.00351703214, 0.00791666564, 0.0129782492, -0.0239639599, -0.0041656103, 0.0165287126, 0.00438960362, 0.0178392418, -0.0190962795, -0.0111796148, 0.00489108171, -0.0238970965, -0.0173310786, -0.00180532061, 0.00682344334, 0.0349563546, 0.00137321383, -0.0186950974, 0.0173043329, -0.0124433395, 0.00424250355, -0.0128913261, -0.00560318027, 0.000567923766, -0.00217474275, 0.0109656509, 0.00397839164, -0.0318271331, -0.0159135666, -0.0200858638, 0.00902660284, -6.10653879e-05, 0.0106647648, -0.00156879018, 0.0067565795, 0.0165554583, -0.000238619919, -0.0346086659, 0.00368084805, 0.00333984313, 0.00836465228, 0.0111194374, -0.0277350731, 0.0105979005, 0.00645234948, 0.0133994911, -1.53316432e-05, -0.00817743409, 0.0304631144, 0.00284170848, 0.0378448702, 0.0144158192, 0.0196445622, 0.0202463362, -0.00885944348, 0.00994263589, 0.0149106113, 0.00829110201, 0.00509167276, -0.0101833455, -0.0134128639, -0.0180799514, 0.0080771381, -0.011774702, 0.00319608604, 0.00390484161, -0.00194740598, -0.00653927261, -0.00451330142, -0.0179462247, 0.0117145246, -0.0156327393, -0.0146297831, -0.00209952099, 0.0169566404, 0.00436954433, -0.00546276662, 0.00769601483, 0.0277083274, -0.0146699017, -0.0102702687, -0.001113281, 0.0263041891, 0.00282666413, -0.0170502495, 0.0110726329, 0.00492117042, -0.0209684651, -0.0129113859, -0.0044130059, 0.0081707472, 0.0143489558, -0.00513179088, -0.00679001166, -0.00694045471, -0.00521537056, 0.01054441, -0.00953476783, 0.00277150143, 0.00774281938, -0.0080771381, -0.00815068837, -0.0240174513, -0.00521871401, 0.0168362856, 0.00660613598, 0.0202062186, -0.0285374392, -0.0150042204, -0.00583720347, -0.0136803184, 0.0112264194, 0.0351970643, 0.0207143817, 0.00946121756, -0.0261838362, -0.00254750787, -0.0242982786, 0.00595755782, 0.000327214366, -0.00920713507, 0.00298045063, 0.00567338709, 0.00634536752, -0.00376442773, 0.0169566404, -0.00470720651, -0.00691370945, -0.0129581904, -0.0287246574, -0.00659945, -0.00345351151, -0.00481418846, 0.018828826, -0.0144826835, 0.0244587511, 0.00723465532, 0.0133727454, 0.01054441, 0.00710092764, -0.00811057, -0.00372765283, -0.00546610961, -0.00600101938, 0.0137873, 0.0139344009, -0.00397170521, -0.00456344942, -0.00349362963, -0.0135465907, -0.0268925913, -0.00424250355, -0.00731489155, 0.00144676387, 0.000481418829, 0.00404525548, -0.00111578847, -0.000167577222, 0.0247663241, -0.0392623805, -0.0140948733, 0.00454339, -0.00968855433, 0.00508833, -0.0116409753, 0.0135933952, 0.0101766596, 0.0102769546, 0.00558646442, 0.0193503629, -0.00592078315, -0.0188689437, -0.00148855371, 0.0073616961, 0.00780299678, 0.0140012642, 0.0212894101, 0.000441718497, -0.00456010597, 0.0111194374, 0.00234023039, -0.0261169709, 0.0358924493, 0.00654261559, 0.0195643269, -0.0181200691, 0.00476069748, 0.00952808093, -0.0126840491, -0.00163147494, 0.00747536449, -0.0322818086, 0.00764921028, 0.0407066382, 0.0115807978, -0.0139611457, 0.00212292327, -0.0144291921, 0.000296707789, 0.0131454086, -0.00559649384, -0.00484427717, -0.0018905719, -0.00282164919, 0.00805707928, -0.0196713079, 0.00515519315, 0.00337661826, -0.0218510665, -0.00158299878, 0.0193904806, -0.018521253, 0.00916701648, -0.00634536752, 0.00453670369, -0.00076182856, 0.0183875244, -0.011975293, -0.00250571826, -0.00403856905, -0.0192701258, -0.00626847427, 0.0326829888, -0.0168764051, 4.22077283e-05, 0.0116342884, 0.00357720931, -0.01719735, 0.0134061771, -0.013506473, -0.00332145556, 0.00211456534, 0.0220917761, -0.00938098, -0.0192567538, 0.025595434, 0.00747536449, 0.00259431265, -0.018628234, 0.00475066761, 0.00582717359, 0.0239372142, -0.0132323317, 0.0040552849, -0.00272302516, 0.00221987581, -0.0222923663, 0.0115741109, -0.0100629907, -0.00712098693, -0.0189892985, -0.0144024463, 0.003122536, -0.000224620337, -0.0244587511, -0.0110191423, 7.25053542e-05, -0.00218811538, 0.0193102434, 0.0161141586, 0.0122427484, 0.00200089696, -0.00801027473, -0.0173444506, 0.0288048927, -0.0123430444, -0.00424584653, -0.02621058, -0.0272937734, -0.000935256365, -0.0122427484, 0.0190829076, -0.00497466139, 0.00566670066, 0.00814400148, 0.0136000821, 0.0278955474, 0.0121558253, 0.00989583135, 0.0137471817, -0.0102167772, 0.0385135077, -0.0422846191, 0.0173578225, 0.012282867, -0.0130919181, -0.00968855433, -0.0175450426, -0.0132189589, 0.00215635519, -0.0224929582, 0.00395833282, 0.0234156772, -0.00426924881, 0.00912021194, -0.00891293492, -0.00342342281, -0.0203265734, 0.00958825834, 0.0165688321, -0.014643156, -0.0182537977, 0.0318003893, -0.00238369196, -0.0253146067, -0.0143222101, 0.00855855737, -0.000197561414, 0.0213027839, -0.0146966474, -0.006602793, -0.0046771178, -0.0148571199, 0.00381791871, 0.000311752112, 0.00208113343, -0.0041154623, -0.000868392643, -0.0147902565, 0.000960330246, -0.0193369891, -0.0104106823, 0.000486015721, 0.0119953528, -0.0112531651, -0.00803701952, 0.0263175629, -0.0168630313, 0.0309445318, -0.00486099301, 0.0140012642, -0.0202195905, 0.015458894, -0.00839808397, 0.00102552236, 0.00737506896, -0.0178659875, 0.0333516262, 0.0038446642, -0.00366413221, 0.00957488548, -0.00858530216, -0.00617486518, 0.0485430658, -0.000962001854, -0.00680004107, 0.00173678529, 0.00923388079, 0.00130635011, -0.00928068534, 0.00404525548, 0.00930743106, 0.0127174808, 0.0233354401, 0.00895305257, 0.00788992, 0.000868392643, 0.0151780657, -0.00345351151, 0.0103973094, -0.00776287867, -0.00153870147, -0.00682344334, 0.0271065552, 0.0126104988, -0.00734163728, -0.00165487721, -0.00387809612, -0.0058138012, -0.0163816139, 0.02313485, 0.00302056875, 0.0147902565, 0.00592078315, -0.00174347172, 0.00609797193, 0.00718116434, -0.00732826442, 0.0076893284, 0.00738844182, 0.01616765, 0.0218376927, 0.0119284885, 0.00887281634, -0.0116209155, 0.0193236172, -0.00228005298, -0.0144960564, -0.0143890744, 0.0160472952, -0.00107399863, -0.0158868209, -0.0269995723, 0.0227336679, 0.0116209155, -0.00278821751, 0.00748873735, 0.00389815518, -0.0239104684, -0.00440631947, -0.00543267792, 0.011460443, 0.00332981348, 0.00354712061, -0.0152449301, 0.0182003062, -0.0189892985, -0.00702737784, 0.00902660284, 0.0101766596, -0.00209952099, 0.00887950324, -0.0108720418, -0.0442905314, -0.0076157786, 0.0163414944, 0.00788323302, 0.0115741109, -0.0161409043, 0.0259163808, 0.0255151987, 0.00480750203, 0.00552628702, -0.000956987089, 0.00827104319, -0.00956151262, -0.0275746, 0.0113802059, 0.0441568047, 0.00350031606, 0.0317201503, 0.00245557027, 0.0192433801, 0.00734163728, -0.00865885243, 0.00849169306, -0.0234023035, 0.016475223, -0.00953476783, 0.00105310371, -0.0188823156, -0.0251407605, -0.0177857522, -0.00845157541, -0.0219580475, -0.024057569, 0.020874856, 0.00926062651, -0.00570347579, 0.00418232614, 0.00816406123, 0.00430602394, 0.0150710838, 0.00433945563, -0.0135465907, -0.00343345245, 0.0291258395, -0.00649915403, 0.00124366535, 0.00121524825, -0.0166758131, -0.00231849961, -0.0172775872, -0.0161007848, 0.00280326162, 0.0169566404, 0.00206107437, 0.0132590774, 0.00506492751, -0.00659610657, 0.00456010597, -0.0147768836, -0.00261938642, 0.0010514321, -0.00251240446, -0.000120772609, -0.00700731855, -0.00779631035, 0.0162211396, 0.00922050793, 0.00449992903, -0.00273138331, -0.0183072891, 0.0450928956, -0.0244854968, 0.0155123845, -0.00554300286, 0.0256355535, -0.00214131083, -0.014228601, 0.00805039238, 0.00982896797, 0.0166223217, -0.00946121756, 0.00714773219, 0.00610465836, -0.0131454086, 0.000762246491, 0.0308375508, -0.00724134175, 0.0240308233, -0.0107784327, -0.0254617073, -0.0200056266, -0.00385469384, 0.0222121291, -0.0133259408, 0.00526886154, 0.00540258922, 0.00738175539, -0.0215836111, 0.00290021417, -0.0215836111, 0.00204937323, -0.0178124961, -0.0109455921, 0.00548282545, -0.0039315871, 6.03340668e-05, 0.0192166343, -0.0277618188, -0.0144158192, -0.00278320257, 0.0184276439, -0.00271466724, 0.00631193584, 0.0088861892, 0.00464368565, 0.00490111113, 0.00865216646, 0.00568007352, 0.0116944658, -0.0155792478, 0.0163013767, -0.00962837692, -0.0193904806, -0.0107583739, 0.00530563667, -0.00712767337, 0.0122761801, 0.0233488139, -0.0211289376, 0.0118148206, -0.00146013661, 0.010236837, -0.00574025093, 0.0123764761, 0.0188555717, -0.0203934368, -0.000796096225, -0.0146832746, -0.0070541231, -0.00533906836, -0.00406197133, -0.0179194789, -0.0193102434, -0.00484427717, 0.0181066971, 0.00175350124, -0.00696720043, 0.0110258283, -0.00438626064, -0.0219847932, 0.0206074, 0.0091335848, -0.00584054645, 0.0121625122, 0.0221853852, 0.0179061051, -0.0187485889, -0.00682678632, -0.0232284591, 0.00169750291, -0.00594084198, 0.0101967184, -0.0156059936, 0.00717447791, -0.00232351455, 0.0017401285, -0.00830447488, 0.00484427717, 0.00793003757, 8.87511487e-05, -0.00109823677, 0.0112063605, -0.0187218431, 0.0403856896, 0.0130384266, -0.00323286117, -0.00801027473, 0.0132724494, 0.000765171775, -0.00993595, -0.00827772915, 0.0227336679, -0.0138006732, -0.00770938769, -0.0354912654, -0.0119552342, 0.019457344, 0.0063253087, 0.00498134783, -0.00247897278, -0.0151914386, -0.00117429416, 0.0239238422, -0.0159804299, 0.0117412703, -0.0280292742, -0.0187619608, 0.0110458881, -0.01310529, 0.00417898269, -0.00568341697, 0.00432942621, -0.0129983081, 0.0128512084, -0.00658607716, -0.00193570484, -0.0188823156, 0.00801027473, -0.0186950974, -0.0161409043, 0.0198986456, 0.0135867093, -0.0100228731, -0.0111328103, -0.0228406489, -0.0212492924, 0.00564664183, -0.0173444506, 0.00825767, -0.0118215065, 0.00243718293, -0.0213295296, -0.00800358783, -0.00319775776, -0.00972867198, -0.0168496594, -0.00803033356, 0.00111244526, -0.000223784533, 0.0323620439, -0.00764252385, -0.0225731935, 0.0167025588, -0.0148170022, -0.00843151566, 0.028965367, -0.0189892985, 0.0134663545, -0.00838471111, -0.0105778417, 0.00774281938, 0.00908009429, -0.0118549392, -0.0303828772, 0.0147902565, -0.031934116, 0.00600770582, -0.00194573449, -0.0148170022, -0.00796347, -0.0151245752, -0.00127960462, -0.0186148621, 0.0270530637, -0.00450661499, 0.00468714722, 0.0011592498, 0.0162211396, -0.0181468148, 0.0143757015, -0.0148972385, -0.012189257, -0.00374436867, 0.0127041079, 0.0162478853, 0.0133192539, -0.00992257707, -0.0199253913, 0.0293665491, 0.027949037, 0.00322951796, 0.000548700453, 0.0205271635, -0.0116409753, 0.0137338098, -0.0295537673, 0.0153920297, 0.0110860057, -0.00821755175, -0.0134529816, -0.0120020388, -0.0084850071, -0.0140547557, -0.0142018553, 0.00250571826, -0.00332312728, -0.0209818371, -0.00903329, -0.00340169203, 0.0331376642, 0.00451998785, -0.0145228012, 0.00478409976, -0.0254215896, 0.00161475898, 0.00385469384, 0.011460443, -0.0110325152, 0.020580655, -0.0060912855, -0.0167159308, -0.00546610961, 0.0210487, 0.0109790238, -0.0345551744, 0.0110325152, -0.00467377435, -0.0144425649, -0.000783977215, -0.000629772723, -0.0202062186, 0.0105577828, -0.00151279185, -0.0021346244, -0.0049312, -0.00381791871, 0.00772276055, 0.0131186629, 0.0161542762, 0.0466173887, -0.0059174397, 0.0196579359, 0.0195509531, 0.0113066565, 0.00386472349, -0.0132791363, 0.0221586395, -0.022426093, 0.00959494431, -0.012075589, 0.0149641018, -0.000171756197, -0.0175450426, 0.00974204484, 0.00801027473, 0.00220984616, 0.00738844182, -0.0112799108, -0.00495125912, 0.0213295296, 0.0128044039, 0.00472392235, -0.0293398034, 0.00056040159, -0.00860536192, 0.00973535888, 0.00827104319, 0.0128512084, -0.0127308536, 0.000437121606, -0.00334151485, -0.0130517995, 0.0155391302, 0.0246459693, -0.0144960564, 0.0101967184, 0.0036908777, -0.0124032209, -0.00574025093, 0.0105711548, 0.00746199209, 0.0107717467, 0.00104725314, 0.0323620439, -0.00891962089, 0.013620141, -0.0155525031, 0.0200323723, 0.010236837, -0.00172842736, 0.0263041891, 0.00572019164, -0.00602776511, -0.0183072891, 0.0136268279, -0.00741518708, 0.0355447568, -0.00829778891, 0.0122694941, 0.00402185321, 0.0147768836, 0.00674320664, 0.0323620439, 0.0173845682, 0.00684684562, 0.00605785381, 0.0208079908, -0.0140815005, 0.0176787693, 0.00457013585, -0.0157798398, -0.0119819799, -0.00793672446, -0.033565592, 0.00856524333, -0.0169298947, -0.00154120894, -0.0209149737, 0.00363070029, 0.0315329321, 0.00655598845, -0.00347691379, -6.89532171e-05, 0.00801027473, 0.0106112733, 0.0154187754, 0.0265315268, -0.0347423926, 0.00649246806, 0.0127575994, -0.00282499241, 0.00811725669, -0.0280292742, -0.00146180822, 0.0258495174, -0.0166624412, -0.00597427413, 0.00964843575, 0.00419235555, 0.00105477532, -0.00378114381, -0.00286845397, -0.0157129765, -0.0189224351, 0.0252343696, -0.0223324839, -0.00914027169, -0.00843820255, -0.0172508415, -0.00815737434, 0.0128378356, 0.0221853852, -0.00105393946, -0.000980389421, 0.00992926303, 0.00436285837, -0.00688696373, -0.00238703494, 0.00363070029] |
12 Oct, 2021 | Node.js Stream readable.readableEncoding Property
12 Oct, 2021
The readable.readableEncodin property in a readable Stream is utilized to get the property encoding of a stated readable stream. Moreover, you can set this property using readable.setEncoding() method.
Syntax:
readable.readableEncoding
Return Value: It returns the encoding used in the program.
Below examples illustrate the use of readable.readableEncoding property in Node.js:
Example 1:
// Node.js program to demonstrate the
// readable.readableEncoding Property
// Include fs module
const fs = require("fs");
// Constructing readable stream
const readable = fs.createReadStream("input.text");
// Setting the encoding
readable.setEncoding("base64");
// Instructions for reading data
readable.on('readable', () => {
let chunk;
// Using while loop and calling
// read method with parameter
while (null !== (chunk = readable.read())) {
// Displaying the chunk
console.log(`read: ${chunk}`);
}
});
// Calling readableEncoding property
readable.readableEncoding;
Output:
read: aGVs
read: bG8=
Example 2:
// Node.js program to demonstrate the
// readable.readableEncoding Property
// Include fs module
const fs = require("fs");
// Constructing readable stream
const readable = fs.createReadStream("input.text");
// Setting the encoding
readable.setEncoding("hex");
// Instructions for reading data
readable.on('readable', () => {
let chunk;
// Using while loop and calling
// read method with parameter
while (null !== (chunk = readable.read())) {
// Displaying the chunk
console.log(`read: ${chunk}`);
}
});
// Calling readableEncoding property
readable.readableEncoding;
Output:
read: 68656c6c6f
Reference: https://nodejs.org/api/stream.html#stream_readable_readableencoding.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream readable.readableEncoding Property | https://www.geeksforgeeks.org/node-js-stream-readable-readableencoding-property?ref=asr4 | CSS | Node.js Stream readable.readableEncoding Property | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function, Node.js Stream readable.readableEncoding Property | GeeksforGeeks | [-0.0120335985, 0.0344158523, -0.00693694549, 0.0404864252, 0.0221193545, -0.00142577826, 0.0102470815, 0.0260030888, -0.0149015859, -0.00730141858, 0.0147940367, 0.0257162899, -0.00253936416, -0.00550593901, 0.0366863422, -0.0104382802, -0.0339378528, -0.00646492233, -0.0215696581, 0.0252382923, 0.0160726812, -0.0257879887, 0.00350432238, -0.0214740578, -0.019765215, -0.00382398372, -0.00677562086, 0.00027018087, -0.0236250479, -0.000141532204, -0.00244973949, 0.0123562468, 0.000386506144, -0.0142801888, -0.0118364245, -0.0157619826, -0.0190123692, 0.0356108472, 0.00950020924, -0.02559679, -0.0270307846, -0.00539241452, -0.022310555, 0.0206256118, 0.000306030706, 0.0205061119, -0.0324799605, 0.00525797764, -0.0031966113, -0.0210199598, -0.00976310857, 0.0206375606, -0.0177098233, -0.0268873852, 0.0467004, 0.00668599643, 0.00198070402, 0.0263137873, 0.00527590234, -0.0137543911, 0.01404119, -0.0599887446, 0.0147103872, -0.0310698673, 0.0169330779, 0.0131449439, -0.0309264679, 0.020446362, 0.022430053, 0.0396021307, -0.0219162069, 0.0224181041, 0.0332686566, 0.0432827137, 0.0321453623, 0.00822156481, 0.013646841, 0.0201476142, -0.0316195637, 0.0310459677, 0.00599887408, 0.000152641922, 0.00458878046, 0.0121351732, 0.0256445892, -0.0277477819, -0.0199086145, -0.0163116809, 0.0341290534, 0.011298677, 0.0158695318, 0.0243898463, 0.0228961017, -0.013706591, -0.00828131475, 0.0406776257, -0.0326950587, -0.0124159968, 0.011693025, 0.0428286158, 0.0146506373, 0.0453859046, -0.0249514934, -0.0387656353, 0.0310220663, -0.0138858408, 0.0480865948, -0.0224181041, 0.00635139784, 0.0315239653, 0.00197472912, -0.0179129727, 0.0109939529, 0.0187255703, -0.0206614621, 0.0241388958, -0.0322648622, -0.00200161641, 0.0312132668, 0.0249514934, 0.00678159576, -0.0123084476, 0.00430198153, 0.0161563307, -0.0176381245, 0.029731473, 0.00549100153, 0.000216032669, 0.0127027957, 0.0338422544, -0.0309503675, -0.0221910551, -0.0248319935, 0.0174947251, 0.00137275038, 0.0245690942, 0.00285305036, 0.0232426506, -0.00170137396, -0.0301377699, -0.0100200316, -0.00124503532, 0.0295880735, 0.0088250367, 0.0360888466, 0.0115137752, -0.00657844683, -0.0127625456, -0.00374630885, 0.0117169246, -0.0189287197, 0.00996625703, -0.00119798235, 0.000587414659, -0.000968692708, -0.0327189602, -0.00500702858, -0.00545813888, -0.0297792722, 0.0127386451, -0.0135273421, 0.0111791771, 0.0192155167, 0.0157619826, 0.0187016707, 0.0290144756, 0.0508111827, 0.0225973539, 0.00261405134, 0.00337586063, -0.0187733695, 0.0130493436, -0.0187733695, -0.00629164791, -0.0352284499, -0.0264332872, 0.0607535392, -0.00972725824, 0.0257162899, -0.0139933899, -0.0266244859, 0.00331312325, 0.0314761661, 0.0281540789, 0.0105099799, -0.00564933848, 0.0443821102, -0.0150927855, -0.00221820921, 0.0115556009, -0.0213426091, 0.00515341526, 0.0234458, -0.000402937323, 0.00272309454, 0.028488677, -0.00952410884, -0.0143996887, -0.0170764774, 0.0174947251, -0.00172378006, -0.0152242351, -0.0024930581, -0.021748906, 0.0104562053, -0.0163116809, -0.0252382923, -0.0269829836, 0.053009972, -0.00928511, 0.0219879057, -0.0251665916, 0.0128222946, 0.00220775302, 0.0100499066, 0.00145266566, 0.00688914536, -0.00854421314, -0.0351806507, 0.0166940782, 0.0178173743, -0.0345353521, 0.000722598459, 0.0198966656, -0.0435217135, -0.0459356047, -0.016646279, -0.0118842237, 0.00786904152, -0.00736116851, 0.00173274253, 0.0333881564, -0.00574493781, -0.0321931615, -0.00256475783, 0.00653662207, -0.0018447733, -0.0179727226, 0.000157403236, 0.0245929938, -0.0343919508, -0.00936278515, -0.0005407352, -0.028488677, -0.0060735615, 0.00976310857, -0.0233621504, 0.0425418168, -0.00561946351, 0.00994235743, -0.0259313881, -0.0272219833, -0.0097571332, -0.0054133269, -0.0417292193, 0.0237206481, 0.0189765189, 0.0362800434, 0.00685329549, -0.0219879057, 0.0309264679, 0.029277375, -0.00895648636, -0.0364234447, 0.00145490631, 0.0144474879, 0.0042422316, -0.077770263, -0.0110537028, 0.00830521435, 0.0689273, -0.00231530261, 0.0109879775, -0.0107609285, -0.0449079089, 0.0175305754, 0.00234816503, -0.0385266356, -0.0122008976, -0.013706591, -0.00189107936, -0.00873541273, -0.00209273468, 0.0270307846, -0.0497595854, -0.0195620656, 0.0173393749, -0.0618051365, -0.0459595025, 0.0292295739, 0.0229558516, 0.0102769556, 0.00749859307, 0.0432110131, -0.0109820031, -0.0127147455, -0.0499029867, 0.00551191391, 0.0274848826, -0.00388672086, 0.00340573536, -0.0503809825, -0.0418487191, -0.00289487513, -0.00208825362, -0.0156544335, -0.0220476557, 0.0152959349, 0.0200400632, -0.0269112848, 0.0357542485, 0.0178532228, -0.0207331609, -0.0382159352, 0.0176142249, -0.0176978745, 0.00700864475, 0.0123323472, 0.00533565227, 0.0302811693, 0.00668599643, 0.00336689805, -0.0285364781, 0.0327428579, -0.0065246718, -0.0112329517, 0.000600484898, 0.00613032375, -0.0144355381, 0.00653662207, -0.0333164558, 0.0457205027, -0.0352045484, 0.0481104925, -0.00172826136, -0.0174230244, -0.0681147054, -0.00327727338, 0.00603173673, 0.050572183, -0.010330731, -0.0115914503, 0.00823949, -0.0221432559, 0.0543483682, -0.00742091797, -0.0485406928, 0.0377618372, 0.0264332872, -7.8514895e-05, 0.000747992133, -0.00811999, 0.0326233618, 0.0183790214, 0.0100499066, -0.0423984192, -0.021127509, -0.0158695318, -0.0048845415, 0.0414902233, -0.0183670707, 0.00497117871, 0.0282735787, -0.00878321193, 0.000155349335, -0.0424462184, 0.00159083691, 0.014495288, 0.0434261151, -0.0147820869, -0.0131210433, 0.0307113677, -0.0321214609, -0.0152481347, 0.00849043857, -0.0134078423, -0.0180324726, -0.000997073832, 0.0207570605, 0.0187136196, -0.0253816918, 0.057646554, -0.04235062, -0.00103665807, -0.00399725791, 0.00635139784, 0.00764199207, 0.0098587079, 0.0396738313, -0.012571346, -0.0257401895, 0.0322887599, -0.0163236298, -0.0219879057, 0.0119857984, 0.0167538282, -0.0306635685, -0.00960178394, 0.0348460488, -0.0162399802, -0.075045675, -0.059797544, 0.00144893129, -0.026050888, -0.00479192939, -0.00495624123, -0.0235294495, -0.0314761661, 0.0288949758, 0.00312192412, -0.0220476557, -0.0334598571, -0.0207092613, -0.032001961, -0.00742091797, 0.0330296569, -0.000219767026, 0.0369970426, -0.00241239602, -0.015403484, -0.00922536, -0.00915366, -0.0223344546, -0.00764796743, -0.0223344546, -0.000623637927, -0.0434261151, 0.00205688505, 0.00485466653, -0.027915081, -0.0372360386, 0.00580767496, -0.0159531813, -0.0174588747, -0.0168613773, -0.0216772072, 0.019765215, 0.00644699717, -0.00905806106, 0.0153317843, -0.0186538696, -0.00694889529, -0.0204822123, -0.0210319106, 0.00449019345, 0.0257879887, -0.0294207744, 0.0116153499, -0.0139694903, -0.0274848826, -0.0199086145, -0.00385385845, -0.0234219, 0.00567622576, 0.0159292817, -0.00580767496, -0.00677562086, -0.0122247972, 0.0132763935, 0.0183790214, -0.0107430043, 0.00936876, -0.0223225038, 0.0168135781, 0.0119857984, -0.0308786668, -0.0128820445, 0.00192991667, 0.0117049748, -0.00522511499, 0.00700864475, -0.0140889892, -0.0310698673, 0.0533445701, -0.0194664672, 0.00203149137, 0.00721179415, -0.0075762677, 0.0290622748, 0.00573000032, 0.0206375606, -0.0542527661, 0.0178890731, 0.0193469673, 0.00893856212, -0.0200759135, 0.0345592536, -0.0152720343, -0.000941805309, -0.01647898, -0.00719386898, 0.00236907741, -0.0107310535, -0.00243778946, -0.0049920911, 0.0038986709, 0.0239954963, -0.0185702201, -0.000693843875, -0.0218445063, 0.00990053266, 0.00175664248, 0.0537269711, -0.0317868628, -0.00171183015, 0.0496161878, -0.0390524343, 0.0803036541, -0.0157500319, -0.0276999809, -0.0319541618, 0.0036775968, -0.0043318565, 0.0367341414, 0.0020598725, -0.0149015859, 0.00834703911, 0.00538345193, -0.010677279, 0.0292056743, -0.00285753142, -0.00490545388, 0.0145789376, 0.0055447761, 0.00578975026, -0.00240343343, -0.0178771242, -0.0012009698, -0.00278732553, 0.0194784161, 0.00720581925, 0.0116810752, 0.0232307, 0.00647687213, 0.0257640891, 0.00675172126, -0.00479192939, -0.0475368947, -0.0124518462, 0.00797061622, 0.0112927016, 0.035730347, -0.033292558, -0.00801841542, -0.0316434652, 0.0276282821, 0.00922536, -0.0206614621, -0.0119917737, 0.00525797764, 0.0005407352, 0.00678757112, 0.0337227546, 0.016024882, 0.0250709932, -0.00441550603, -0.0122486977, -0.00198219786, -0.00817974, 0.0123562468, 0.0102829309, 0.0307830684, 0.0272936821, -0.00175664248, 0.00656649703, -0.01614438, 0.00132420368, 0.00544917677, -0.028034579, -0.0135392919, -0.00704449462, -0.0116751, 0.010647404, 0.00729544368, 0.00705644488, 0.0147581864, 0.0233024, -0.0157739315, 0.0063991975, 0.00518627791, -0.0198966656, -0.0250231922, 0.0166104287, 0.0178532228, 0.00632152287, 0.0112329517, -0.0217847563, -0.00701462, -0.0208048616, -0.0363278426, -0.00667404616, 0.0120634735, -0.0177576244, -0.00381203368, -0.0132285934, 0.00735519361, 0.00734921871, 0.013479542, -0.00482180435, -0.000189518716, 0.00740299327, 0.0378574394, -0.0103665804, 0.0329579599, -0.0263854861, -0.0266005863, 0.00164909288, -0.00741494307, -0.0178532228, -0.00294715608, -0.00620202348, 0.0312132668, 0.0232785, 0.0148537867, -0.00764199207, 0.0217011068, 0.00686524576, 0.0167299286, 0.00519524, 0.00143474073, 0.00371643412, -0.0074806679, -0.00295014353, 0.0158814825, 0.0579811521, 0.00359693449, 0.0144713875, -0.0518627763, 0.0155827329, -0.0198249649, -0.00550295133, 0.00215696567, -0.0349416509, 0.0103008561, 0.0150808357, 0.0297553726, -0.0105398549, 0.00847251341, 0.00462164264, -0.00911183562, -0.00711619435, 0.0037433214, 0.00374033395, 0.0619007349, 0.00203447882, -0.00308906171, -0.0323843621, 0.0304723699, 0.00872346293, -0.0210558102, -0.0215816069, -0.0354913473, -0.00782721676, 0.0237206481, 0.00452903053, 0.0235653, 0.00585547509, -0.0346787497, 0.00244973949, -0.020386612, 0.00280525046, -0.000640069135, -0.0099065071, -0.031834662, 0.0176261738, -0.00396140805, 0.038168136, 0.0158575829, 0.0255489908, 0.038000837, -0.0240074471, -0.0256206896, 0.00101499876, 0.00294865, -0.00347444764, 0.00541033922, -0.0117049748, 0.0314522646, -0.00636932254, 0.0131329941, 0.00474412972, -1.75981659e-05, 0.0121052982, 0.0282735787, 0.000262525427, -0.00394049566, -0.0387178324, -0.032456059, -0.038168136, -0.0132285934, 0.00204344117, -0.0152003346, 0.0437368117, 0.0322409607, -0.00408389512, 0.0261225887, 0.0306396689, -0.0058584623, -0.00581663754, -0.0149732856, -0.0345353521, 0.0044633057, -0.0282974783, 0.0371882394, 0.00394647056, 0.0118244747, 0.00514744036, 0.0226690527, -0.00832911395, 0.0198966656, -0.00634542294, 0.0208646096, -0.00112105452, 0.0146625871, -0.00469633, -0.00676367106, 0.00169241149, -0.0172796268, -0.00301288092, -0.0240193978, 0.0144235883, -0.0337705538, 0.0214860085, -0.041514121, -0.0187016707, -0.028488677, -0.0115018254, 0.00891466159, 0.0180802718, 0.0011412201, 0.00996028259, -0.0124637969, 0.0105518047, -0.00387775828, 0.013479542, 0.015176435, -0.0258357897, 0.0147581864, -0.00486064143, -0.00995430723, -0.0167657789, -0.00785709172, -0.0152003346, -0.000759195187, -0.0331730582, -0.00312491157, 0.0076957671, 0.0063932226, -0.00896843616, 0.00675172126, 0.00404804526, -0.0150091359, 0.0149135357, -0.0292295739, 0.0115137752, 0.0257640891, 0.0118423989, -0.00958385877, 0.0249992926, 0.0534401722, 0.0222149547, 0.0245929938, -0.0177934729, 0.0209721606, 0.0322648622, -0.00778539153, -0.016598478, -0.00236459612, -0.00208825362, 0.0124996463, -0.00054036174, 0.00921341, 0.028823277, -0.00839483924, 0.0130851939, 0.0366146415, -0.00712814461, -0.0396738313, 0.00911183562, 0.0128222946, 0.0197413154, 0.0476563945, -0.00517432764, -0.0285364781, 0.0125235459, -0.0157858822, 0.024975393, -0.0126310959, 0.0140053397, 0.0117408242, 0.00173274253, -0.0103964554, 0.0441431105, 0.00238700234, 0.0501897857, -0.00982883293, -0.0251187924, 0.0496161878, -0.02084071, -0.0445972085, 0.0213784575, -0.02090046, 0.00826936495, 0.00444239331, 0.00183581084, -0.00232426496, -0.0226690527, -0.00310101174, -0.0191557687, -0.00487557892, -0.00365070929, -0.0296597723, 0.0100558819, -0.00311594922, 0.0116571747, -0.00727751898, 0.0351567492, 0.005960037, 0.046557, 0.0330057591, -0.00958983414, -0.0287993774, -0.00712216925, -0.0240432974, -0.0230514519, 0.0535835698, -0.0165865291, -0.0309742671, -0.0200759135, -0.00733129354, 0.0182236712, 0.00825144, -0.056977354, 0.0189645682, -0.0430676155, -0.0149135357, -0.00101126439, 0.0285364781, -0.00417949446, 0.00248857681, -0.000616542646, 0.0160846319, -0.00724166911, -0.0141965393, -0.0133600431, 0.0104741305, 0.0222269055, 0.0149852354, 0.0136946412, -0.0165745784, 0.0142204389, -0.0101455068, -0.00496819103, 0.0268873852, -0.0205419622, -0.0221313052, 9.9333949e-05, -0.0423028171, -0.0217250064, -0.0149015859, -0.0217250064, 0.0120037235, -0.00100155512, -0.0144833382, 0.00161772431, -0.00828728918, 0.00252293283, -0.0342724547, 0.0135392919, 0.0222508051, -0.0252621919, 0.00295014353, -0.00973920804, 0.00327428593, -0.0101275817, -0.00416455697, -0.0316912644, -0.0227168519, 0.00908196066, 0.00288143149, 0.0180324726, -0.0350611508, -0.00401817029, -0.00623189844, 0.0231470503, -0.0292534754, -0.0160726812, 0.0075822426, 0.0118423989, -0.027915081, 0.0134675922, 0.00477400469, 0.0346309505, -0.0178532228, 0.0168135781, 0.0543961674, 0.0267917849, -0.00621994818, -0.0204702616, 0.0156783331, 0.0133361425, -0.0244137459, 0.0195620656, -0.0264093876, 0.0337227546, -0.0618051365, 0.0153317843, 0.0149254864, -0.00247513317, -0.00808414072, -0.0076001673, -0.0247124936, -0.00308009936, -0.0177217741, 0.0134317428, -0.0330057591, 0.00472022966, 0.0315000638, 0.0106653292, 0.0432110131, -0.0245451946, -0.00587638747, 0.00410182, -0.0086756628, -0.00195531035, -0.0172796268, -0.0580289513, -0.00570311304, -0.00507275341, 0.00220625917, 0.0336988568, 0.00834703911, -0.0173752252, 0.0267678853, -0.037546739, -0.0221671555, -0.00451708073, -0.000526544638, -0.000669570582, -0.0184985213, 0.0266961847, 0.00301437452, -0.00675172126, -0.00888478663, -0.0134436926, -0.0280584805, -0.0215338077, -0.0104382802, 0.00628567301, 0.0204105116, 0.00843068864, -0.0042243069, 0.00369850919, 0.0235294495, -0.00749859307, -0.0121590728, -0.00489947898, 0.0120574981, -0.0216772072, 0.00903416146, 0.0416097231, 0.0142443385, -0.0180324726, -0.0198369157, 0.0544917658, -0.0371404402, -0.000761062372, -0.0217369571, 0.00251098303, 0.00271263835, 0.00345652271, -0.0423984192, -0.00293819373, 0.0246407948, 0.00822156481, 0.00842471421, -0.00529681472, -0.0284647774, 0.0376423374, -0.0355869457, -0.0164909288, -0.0234219, -0.0148537867, 0.0171481762, 0.0133719929, -0.035563048, 0.032217063, -0.0200639647, -0.0351328477, -0.00425119419, 0.00517134042, -0.0227885526, -0.00700267, 0.0196815655, 0.000390987378, 0.000694590795, 0.0311415661, 0.021402359, -0.036638543, -0.0205419622, -0.028034579, -0.0126549955, 0.0193947665, -0.00614227355, 0.02090046, -0.0112508768, 0.021294808, -0.00348639744, -0.00911781099, 0.00204642862, -0.0309981667, 0.0112090521, -0.00784514099, -0.0278672799, 0.00818571448, 0.00772564206, -0.0171959754, -0.000116605363, -0.00708034448, 0.025429491, 0.00280674431, -0.0140650896, 0.0158217326, -0.0398172289, -0.00371942157, 0.0255250912, -0.0169689264, -0.00362083456, 0.0216413569, -0.0250470918, -0.00521615241, -0.0137902405, -0.00992443226, 0.00204642862, 0.00281122536, 0.013025444, -0.00952410884, -0.0550175644, -0.0129537443, -0.0085501885, 0.0182714723, 0.0060914862, -0.00634542294, 0.00171631144, -0.0216174573, -0.00558062596, 0.0180922225, -0.0199205652, -0.00883698743, 0.0165028796, -0.0136348912, 0.0165745784, 0.0085860379, 0.0033579357, -0.00424521929, 0.0219281558, -0.014722337, -0.0528665744, 0.0029740436, -0.00380904623, -0.0254772902, -0.0139814401, 0.00327428593, -0.0152003346, -0.0278911795, 0.0219401065, 0.00356407231, 0.0359454453, 0.0200998131, 0.0324082598, -0.000779734168, 0.0141726388, 0.00539838942, -0.00920146052, 0.00517432764, 0.0190482177, 0.0137782907, 0.00505184103, 0.0219162069, -0.0241508465, -0.00490246667, -0.0055447761, 0.00600783667, -0.0324321613, 0.0213665087, -0.00919548515, 0.012344297, -0.0150688849, -0.00892063696, 0.00412572, -0.0154990833, -0.00814986508, -0.000522436807, 0.0122367479, -0.0124518462, 0.0200639647, -0.020494163, 0.0595107451, -0.0254772902, 0.00743286824, -0.0216772072, -0.0321453623, -0.0233263, 0.00344457268, 0.0224181041, 0.0383354351, -0.0299226716, -0.00450811815, -0.00126520079, 0.00369850919, 0.0362083465, -0.0434739143, 0.029731473, -0.0268873852, -0.00321453623, 0.000175234789, -0.0128700947, 0.000107736254, 0.0043557561, -0.0118782492, 0.00579871284, 0.012404047, 0.0219640061, -0.0384788364, -0.00890868716, -0.0239954963, 0.0112628266, -0.0127027957, -0.0111971023, 0.0142921386, 0.00734921871, 0.0281540789, 0.0230992511, -0.017100377, 0.0212470088, -0.0148418359, 0.0306874681, 0.0050100158, -0.0222388543, -0.00186867325, 0.0346070528, 0.0201476142, -0.00149000925, -0.00711619435, -0.0052998024, -0.00844263844, 0.0156544335, -0.00483375415, -0.0112210019, -0.000457832415, -0.0135512417, -0.0148298861, 0.00914171059, -0.0351567492, -0.00587638747, 0.00397037063, -0.0333642587, 0.0172437765, 0.0183551218, 0.0182714723, 0.027126383, -0.0154990833, -0.00228990894, 0.0064111473, 0.0388612337, -0.0434500128, 0.0135273421, 0.0158695318, -0.00226003397, 0.0139575405, 0.0116870496, -0.00633347267, -0.00575688761, 0.00951215904, 0.0202671122, -0.00079691218, 0.0038448961, -0.00189107936, 0.0321453623, -0.0354674496, 0.0184985213, 0.0296119731, -0.00349536, -0.0218923055, 0.0131329941, -0.0145311374, -0.0137304915, -0.0028291503, 0.00510561559, -0.00375527143, 0.0104562053, -0.007474693, 0.0149015859, 0.0216174573, -0.0060735615, 0.0130971437, -0.0124876965, 0.00794074126, 0.0107430043, 0.032217063, 0.00786904152, -0.0236369986, -0.0243659448, 0.00496520381, -0.00141532207, -0.0264810864, 0.0242344961, 0.0196218155, 0.00598692428, 0.0361366458, 0.000494055683, 0.00804231595, 0.00617214851, 0.0497595854, 0.00251845177, -0.0140292402, -0.0212111585, -0.0111254025, 0.00699669495, 0.00207630359, 0.0195740163, -0.0136707416, -0.0157261323, -0.00216443441, -0.00708034448, 0.0116571747, -0.0230275504, 0.0166701786, 0.00299047469, 0.0133241927, 0.0113106268, 0.015965132, 0.00733129354, 0.00314582395, 0.00419443194, 0.0184507202, -0.0058734, 0.0235772487, 0.0117408242, -0.00137125666, 0.0155229839, 0.0315000638, 0.00646492233, -0.00194933545, 0.0228961017, 0.0169330779, -0.016825527, -0.0364951417, -0.0108684786, 0.0388134345, 0.0086756628, 0.0108923782, -0.0173632763, 0.00942253415, 0.00739104347, -0.0118722739, 0.0128581449, -0.0202910136, 0.0101813562, -0.00777344173, 0.0196218155, 0.0327906609, 0.0149613358, -0.0312132668, 0.00440953113, -0.00203149137, 0.0048905164, -0.00831119, 0.0184746217, 0.0116332751, 0.0195740163, 7.32401168e-05, 8.45832328e-05, 0.0338900536, -0.0262898877, 0.0173632763, 0.012117248, -0.00486960402, 0.0053117522, 0.00233024, 0.0114002507, -0.0173632763, -0.0142204389, 0.00269919471, 0.0175903253, -0.00372539647, -0.0260269884, -0.00372240902, 0.00450811815, 0.00576585, 0.0120933484, -0.00294118118, -0.0128939943, 0.0216174573, 0.0118364245, -0.0236967485, -0.0185941197, -0.0116213253, 0.0115376757, 0.00795269106, 0.0194186661, -0.00502495328, 0.0153078847, -0.00096271775, 0.0137663409, 0.0179846734, 0.0140053397, -0.0126669453, -0.0384788364, -0.00114794192, 0.0304962695, 0.0257640891, -0.00625579804, 0.00397335785, 0.00787501596, -0.0215338077, -0.0277716815, -0.0107908035, 0.0306157693, -0.000388746761, -0.00318167382, -0.0338422544, 0.00874138717, -0.0159412324, 0.0119439736, -0.00913573615, -0.00316972402, -0.0151405847, -0.000401817029, -0.0106533794, 0.0183312222, -0.0241986457, -0.0317390636, -0.0108565288, -0.0256206896, 0.0201356634, -0.00198966637, -0.0184387714, 0.0169211272, -0.021629408, -0.0183431711, -0.00923133548, -0.000209870981, 0.021748906, -0.00402115798, 1.37237694e-05, 0.000783468538, 0.0328623578, 0.00269620726, 0.0248080939, -0.0219401065, -0.013814141, 0.00400622049, -0.0234936, -0.00697279489, -0.0186180193, -0.0298509728, 0.00405700738, -0.000399202981, -0.009769083, -0.0133719929, -0.0550653636, 0.00238998979, -0.0442865118, 9.948566e-06, -0.0224659033, -0.0220118053, 0.019084068, 0.0163833797, 0.0130493436, 0.0164670292, 0.0167418774, 0.0155229839, 0.0364234447, 0.00407194486, 0.000850687, -0.0123681966, -0.00581962522, 0.00776746683, -0.00349536, -0.00416455697, -0.00283213775, -0.0145311374, -0.0194186661, 0.0135273421, -0.0380725376, -0.00380605878, 0.0169808771, -0.0133600431, 0.00681147072, -0.00658442173, 0.0121949231, 0.00150270609, -0.00991248246, -0.0304962695, 0.0228005014, -0.00957190897, -0.00132046931, 0.0157141834, -0.00736714341, -0.00590327475, -0.00632152287, 0.0100439321, -0.00472321734, -0.013873891, 0.0373316407, -0.0098706577, -0.0227527022, -0.0127744954, 0.00159830565, -0.0396021307, -0.0216891561, 0.00419443194, -0.0296358727, -0.0115735251, -0.00941058435, -0.015738083, 0.0320975631, -0.0155588333, 0.0096675083, -0.00366564677, 0.0161085315, -0.00372838392, 0.0265766867, -0.0138858408, -0.00807816535, 0.0170406271, 0.0087115122, -0.0126908459, -0.0239118468, 0.0168972276, -0.014555038, 0.0152481347, 0.00546710147, 0.00810804, 0.016825527, 0.00246168952, -0.0325516611, 0.00951813441, -0.0122845471, 0.0158336814, -0.00463060522, 0.019992264, -0.00837691408, 0.00121366663, -0.037546739, 0.0225615036, 0.0174588747, -0.00732531864, 0.0177337248, 0.00535357697, -0.0216055065, 0.0145191876, 0.00901623629, 0.0126669453, 0.0048725917, -0.01055778, -0.0276521817, -0.00656649703, 0.000891764939, 0.0031488114, 0.0126669453, 0.0076061422, 7.72545536e-05, -0.00462761754, 0.00613032375, 0.00786904152, -0.029731473, -0.00558958855, -0.0290383752, -0.010647404, 0.00947033428, 0.0151405847, 0.034200754, -0.00145938748, -0.0236728489, 0.0228722021, -0.0205300115, -0.0261703879, 0.0146028372, -0.0198488645, -0.0275087822, -0.00354017224, -0.00700864475, -0.0125832958, 0.0217250064, 0.0135392919, -0.020446362, 0.00109342032, -0.00847848877, 0.0235294495, -0.007701742, 0.00977505837, -0.00226899656, 0.0249275938, -0.0305679683, -0.00387178338, 0.0154154338, 0.0140889892, 0.00862188824, 0.0088011371, 0.00569713814, 0.0298509728, -0.00571506284, -0.00426015677, -0.00849641394, -0.0190243181, -0.00548801385, 0.0180683229, -0.0232307, 0.00502794096, -0.0109282285, 0.00642309757, -0.00294865, 0.00614227355, -0.0121351732, 0.0345353521, 0.0293729734, 0.00623787334, -0.0167179778, -0.00737909321, -0.00782124139, -0.0236489493, 0.0126788961, 0.00625579804, 0.0146625871, 0.018916769, -0.00803634059, -0.0173393749, -0.0211633593, 0.0118483743, 0.0146267377, -0.0200878642, -0.0251665916, -0.00280823791, -0.00511159049, 0.0218923055, 0.0112628266, 0.028034579, -0.00685329549, -0.00328026083, -0.000137237686, -0.0137424413, 0.0121411476, 0.0130015444, -0.0054312516, -0.0117109502, 0.00313387415, -0.00211065961, 0.0085860379, 0.0366624445, -0.00175216119, -0.0101395315, 0.0032623359, -0.0167299286, 0.00177904859, -0.00836496428, 0.00726556871, -0.0173154753, 0.00838886388, -0.00444239331, -0.0155588333, -0.00305470568, -0.00466645509, -0.0117049748, -0.019311117, 0.0241508465, 0.018008573, -0.0219640061, 0.00248110807, -0.00145789376, 0.00573896291, 0.0125474464, 0.0110596772, 0.00117781677, 0.00467840489, 0.00148403423, 0.00136602856, 0.00349237258, 0.00454396801, -0.00316076144, -0.00426314445, 0.0305918697, 0.0022226905, 0.00187315443, -0.00587638747, 0.021629408, -0.000363913277, 0.000829774595, -0.00174021127, 0.013814141, 0.0292295739, -0.00809609052, -0.0127744954, 0.0060795364, 0.00129955693, 0.01166315, -0.0341768526, -0.000626252, 0.01404119, -0.0165865291, 0.027126383, 0.0298031718, -0.0131927431, 0.0353718475, -0.0220596045, 0.0347743519, 0.00316673634, -0.0305440687, 0.0142323887, 0.00565830059, 0.0152003346, -0.00714009441, 0.0138260908, -0.00693694549, 0.0172676761, -0.00887881219, 0.00860396307, -0.0182714723, 0.015403484, -0.038168136, -0.0123323472, -0.0101753818, -0.0156663824, 0.00590924965, 0.0137902405, -0.00329818577, -0.0114480508, 0.0171242766, -0.0085501885, -0.0146984374, 0.0058465125, -0.0085860379, 0.011465976, -0.00685329549, -0.00220924686, 0.00449616835, 0.00200460386, 0.010253056, -0.00968543347, 0.0117766745, 0.000856661936, -0.00325934845, 0.00707436958, -0.0244734958, -0.00953606, 0.00460969284, 0.000508619705, -0.0275087822, -0.0157500319, -0.00712216925, -0.0128820445, -0.00578975026, 0.00475010462, 0.0085860379, -0.00060795364, 0.0116512, 0.0108565288, 0.00300093088, 0.00711021945, 0.0230514519, -0.00402115798, 0.0136109916, -0.0102829309, -0.00768381683, 0.00203597243, 0.00645297254, -0.0135631915, 0.00400323281, 0.0101634311, 0.0059719868, 0.0302811693, 0.0276999809, -0.00366564677, -0.0267200861, -0.0219162069, 0.0141845895, 0.0053057773, -0.0125354966, -0.0163475294, -0.00742689334, -0.00108296413, -0.0132046938, -0.00997223239, 0.0104024308, -0.0174708255, 0.0180802718, 0.0160726812, 0.00945240911, -0.0125474464, 0.0175066758, 0.00909988582, -0.0326950587, -0.00370747154, -0.00558660086, 0.00632749777, -0.0133002931, -0.033579357, 0.00115167629, 0.0115675507, -0.0269112848, 0.00850836374, -0.0404147282, -0.0128581449, -0.00345353526, -0.000339079794, -0.00405402, 0.018175872, -0.0110895522, -0.00367162167, -0.0300421715, 0.018402921, -0.01410094, 0.0426135175, 0.00623189844, 0.00258865766, 0.00461566774, -0.000887283706, -0.0265288856, -0.00780331669, -0.0086517632, -0.0239596479, 0.010223181, 0.0065186969, -0.00864578784, -0.0190482177, -0.00823351461, -0.0122725973, 0.0286559779, 0.00847848877, -0.00146984367, 0.0104741305, 0.00708034448, -0.0085382387, 0.0255011898, -0.00454994291, -0.00479491707, -0.018008573, 0.00088205561, -0.0356825478, 0.000823052716, 0.0176142249, -0.00441251835, 0.0100080818, 0.00525797764, -0.00452604331, 0.0146028372, -0.0362561457, 0.0260269884, -0.0107131293, -0.0043199067, -0.0195262171, -0.00306814932, 0.00939266, 0.00365070929, 0.00696084509, -0.0250231922, 0.00733726844, 0.0262898877, -0.0125952456, -0.00251397048, 0.0149732856, -0.0157739315, 0.00905806106, 0.0123203974, 0.0180922225, -0.0103426808, 0.00926121, 0.0109342029, -0.00396439573, 0.00135631918, 0.00588833727, 0.00621397328, 0.0007976591, 0.00642309757, -0.00536552677, 0.00304126204, -0.00667404616, -0.00211812835, 0.00173274253, -0.010617529, 0.0118184993, -0.0204224624, 0.00400024513, -0.0200759135, -0.0184268206, -0.0059480872, -0.013814141, 0.0233979989, 0.0127744954, 0.00357303466, -0.0109999282, -0.0044573308, 0.00654857187, 0.0116213253, 0.0160965808, 0.0129298447, 0.0509067811, -0.013587092, -0.0112329517, 0.00631554797, 0.00667404616, 0.0233263, -0.00871748757, -0.000143025944, -0.0146028372, -0.011011878, -0.0087533379, 0.00129881, -0.00851433817, 0.0133241927, 0.00761809247, 0.0119021488, -0.00862786267, 0.00996028259, -0.0136707416, -0.00714606931, -0.0021211158, 0.0291817747, -0.000765543606, -0.00727154361, -0.0109700533, 0.00684134569, 0.00221372792, -0.0163116809, -0.0168613773, -0.000714009453, -0.0129059451, 0.0278433803, 0.0255489908, -0.0063812728, -8.83992834e-06, -0.000191946048, -0.00921938568, -0.0240910966, 0.0138858408, -0.0043557561, 0.0117288744, 0.00938668475, -0.00761211757, -0.00125698524, -0.0105757043, -0.00233322755, -0.0200520139, -0.00441849371, 0.00364473439, -0.0145191876, 0.0127744954, 0.00307412422, -0.00398829533, -0.0312371664, 0.0124637969, 0.0158814825, 0.00565232569, 0.0337944552, 0.0186180193, -0.00479790429, 0.0180324726, 0.00605563633, -0.00764796743, -0.0157858822, 0.0135990418, -0.00911781099, 0.0195859652, -0.00996625703, -0.012176998, -0.00715801911, -0.00932096, 0.0208765604, 0.00889673643, -0.00537150213, 0.00666807126, 0.0116153499, -0.00400024513, 0.0135631915, 0.00812596548, 0.0104084052, 0.0111373523, -0.0101275817, 0.0140770394, 0.0172557253, -0.00194186671, -0.0170286763, -0.000829774595, 0.0119798239, 0.022203004, 0.00767784193, 0.00666807126, -0.0223464034, -0.0114600006, 0.0103725558, 0.0195501167, 0.0238759983, 0.00705047, -0.00853226334, 0.00101873314, 0.0124279466, 0.0242703464, 0.00238401489, -0.015176435, -0.0231829, -0.00148254051, 0.0143518886, 0.0161085315, 0.0043557561, -0.0087891873, 0.0097451834, -0.0174110755, 0.011131377, -0.00841276348, -0.0181041732, 0.00668599643, 0.0146625871, 0.00436173147, 0.013814141, 0.0104681551, 0.0101514813, -0.00582858734, -0.0588415489, 0.0155229839, 0.0113823265, 0.0122008976, -0.0058405376, 0.00846653897, -0.037546739, -0.0215338077, -0.0113823265, 0.00472620456, -0.00905806106, -0.00261554495, 0.0241508465, -0.0221791044, -0.00140113151, -0.0177576244, -0.0100977067, -0.00595704932, 0.0186658204, 0.00734324334, -0.00473218, -0.00991845783, 0.0109521281, 0.0257640891, -0.00626774831, -0.0296358727, 0.00252592051, -0.00466944231, 0.00885491166, 0.0047650421, 0.0111074774, 0.0064888224, -0.00433484372, -0.003256361, -0.00403908268, -0.0149374362, -0.000446255901, -0.00436471868, -0.0181280728, 0.0213545579, 0.0142801888, -0.0157858822, 0.0124876965, 0.00773759186, 0.0004055514, -0.017327426, -0.0103008561, -0.000769278, 0.00784514099, 0.0259552896, -0.0085621383, 0.00621994818, 0.0114062261, 0.0304006692, -0.0195620656, 0.0033579357, 0.0111074774, -0.0362561457, 0.00256774528, -0.0212231092, -0.0272697825, -0.00764796743, 0.0157261323, 0.0175425243, 0.00959580857, 0.00104786118, 0.00493532885, 0.014555038, 0.00753444247, 0.00804231595, 0.0196815655, 0.0221791044, -0.0104621798, 0.0146028372, 0.0348699503, -0.00338482298, 0.0182236712, -5.57353087e-05, 0.00279479427, 0.0228722021, -0.00115167629, -0.00641712267, 0.00123831339, 0.00185522949, 0.00545813888, -0.00973920804, 0.0141487392, 0.0133002931, 0.00866968744, -0.0205180626, 0.0385744348, -0.00454994291, 0.017327426, 0.00180593599, 0.00953606, -0.0147342868, 0.0145191876, 0.00448720576, 0.00556867616, 0.0241747461, -6.45110485e-05, -0.0203507636, 0.00522810267, -0.0325038619, -0.00413766969, -0.0260986872, 0.0255011898, 0.0337227546, 0.00795866549, -0.00151540292, 0.021127509, 0.00616617361, -0.00635737274, -0.00271413219, -0.00591821223, 0.00437368127, 0.0028172005, 0.00338781043, -0.0238998979, -0.0187375192, -0.00531474, -0.014387738, -0.0227885526, -0.0126071963, 0.0114241512, -0.000777493522, -0.0193589162, -0.015917331, 0.00038837333, 0.00777344173, 0.0161324311, -0.00369552174, -0.00971530844, -0.0160846319, -0.00219729682, 0.00101798621, 0.011101502, 0.00908793602, 0.0106952041, 0.0109222531, -0.0205778126, 0.00819169, 0.0217967071, -0.0105936294, -0.0127505949, -0.0148298861, 0.0249514934, -0.024975393, 0.0196696147, -0.00925523508, 0.0193230677, -0.0162638798, 0.0029322186, 0.0410361253, 0.00468438, -0.0208765604, -0.00574195059, -0.0168016274, -0.0235174987, -0.0260030888, 0.00897441152, -0.00620799838, -0.0162997302, 0.0246168952, 0.00140860025, -0.000798405963, -0.0130971437, 0.0177337248, -0.027580481, 0.0225615036, 0.00815584, 0.000603845867, -0.0287993774, 0.0022764653, 0.00299346214, 0.0184507202, 0.013587092, -0.0239596479, -0.0098587079, 0.00776149193, -0.00131748186, -0.0207690112, -0.00189556065, 0.0101275817, -0.0115556009, 0.00618409831, -0.00682342052, -0.00818571448, -0.0127027957, -0.0124518462, -0.00330117345, -0.0049801413, 0.0025050079, -0.00675769616, -0.0380486362, -0.0104084052, -0.0116989994, 0.0264571868, -0.0180444233, -0.0124757467, -0.000533266459, 0.000212671745, -0.0133958925, -0.010193306, 0.0137782907, 0.000511233753, -0.00582261244, 0.0285364781, -0.0122367479, 0.0305918697, 0.0109700533, -0.00391958328, 0.0133122429, -0.00264840736, 0.0349416509, 0.00382099603, -0.0199564137, 0.00372539647, -0.0207929108, -0.0104980301, 0.000169726613, -0.0101574566, 0.0220596045, -0.00879516266, 0.0060795364, 0.0135990418, -0.01393364, 0.0148418359, -0.021067759, -0.0162041299, -0.00102022686, 0.00817974, -0.00997820683, 0.00847251341, -0.00819766521, -0.0248080939, -0.0160009805, 0.0110895522, -0.0229439, -0.0150449853, 0.0115137752, -0.00272906944, -0.00547905173, 0.00593613693, 0.00610642368, -0.0297075734, -0.00820364, -0.0423745178, 0.000173460969, 0.00553581398, 0.00688317046, -0.00883698743, 0.0259313881, 0.0114839012, -0.0117886243, -0.0171242766, 0.00657247193, 0.0271024834, -0.0160368308, 0.00945838448, -0.00360888452, 0.00945240911, -0.000456338661, 0.00937473495, 0.00393153308, -0.00665612146, -0.0117049748, 0.00242285221, -0.00168494275, -0.0104920547, 0.016192181, 0.00482479203, -0.0157500319, -0.0169091783, -0.00611239858, 0.0239596479, -0.0097929826, 0.0172079261, 0.011268802, 0.00483076693, -0.00539838942, 0.00269321981, 0.0189884678, 0.0163833797, 0.01039048, -0.021856457, 0.00503092865, -0.00881906226, 0.0060795364, 0.00954203401, 0.00214949693, -0.0032503861, 0.0214382075, 0.000890271156, -0.0206614621, -0.0176381245, 0.00818571448, 0.00953008421, -0.000671811169, 0.0118782492, -0.0120455483, -0.0141248396, -0.00930303521, -0.0120993229, -0.012571346, -0.0414185226, -0.00972725824, 0.017327426, -0.00302931201, 0.0400801264, -0.0133002931, -0.00982883293, -0.0210916605, -0.00736116851, -0.0242583957, -0.0167299286, 0.000536253967, 0.0171720758, 0.00921938568, -0.00303678075, 0.0133122429, -0.00481582945, 0.00469931727, 0.00594211183, -0.0185941197, -0.00783319119, -0.0116034, -0.000890271156, -0.019992264, -0.0162638798, -0.00532668969, -0.00764796743, -0.00509366579, 0.00114047318, 0.000588908384, 0.00148328743, -0.00240791473, 0.00175664248, -0.0101156319, -0.02084071, -0.012176998, 0.0123084476, 0.00355809717, -0.00918951072, -0.0251665916, 0.0205061119, 0.0192274675, 0.00359095959, -2.05039651e-05, 0.0096197091, 0.0228483025, 0.0109461527, 0.0396021307, 0.00512354076, 0.00460371794, 0.00803036522, 0.00269919471, 0.0217728075, 0.0197771657, 0.0180922225, 0.00459475536, -0.00663819676, -0.00765394233, -0.015738083, 0.0031488114, 0.0059540621, 0.0034296352, -0.0112628266, -0.00835301448, -0.0155229839, 0.0192633178, -0.0318585634, -0.000434305955, -0.0169211272, -0.0228722021, 0.0112150265, 0.00548203895, 0.0195740163, 0.000517955574, 0.00677562086, 0.021748906, 0.00627969811, -0.0283930786, 0.00390165835, 0.0132166436, 0.00930303521, 0.016024882, 0.00147955306, 0.00872346293, -0.0132883433, -0.00204045372, -0.0054372265, 0.0147701362, 0.020721212, -0.0157141834, 0.0109282285, -0.00696084509, 0.00674574589, 0.00362382201, 0.00528486492, -0.00186867325, 0.0128461951, -0.0239954963, 0.0120515237, -0.00515341526, -0.00557166338, 0.00781526603, 0.0098467581, 0.0174349751, -0.0315000638, -0.00561946351, -0.0128222946, -0.00779136643, 0.0126310959, 0.0411556251, 0.0241388958, 0.00272757583, -0.0298509728, -0.00131524121, -0.0199325141, -0.00624384824, 0.0140292402, -0.0126071963, 0.00248857681, -0.0153437341, 0.0144594377, -0.01868972, 0.021521857, -0.003256361, -0.0156424828, -0.0207809601, -0.0294207744, -0.00353718479, -0.00152212474, -0.00999015756, 0.0127027957, 0.0123203974, 0.0220237561, 0.0255489908, -0.004998066, 0.00620799838, 0.00167149911, 0.000252816099, -0.0122725973, -0.00627969811, 0.0225734524, 0.00111059833, 0.0123562468, -0.011436101, 0.0128581449, -0.00173124881, -0.00571207562, -0.0214501582, -0.0139216902, -0.00326532358, 1.92319494e-05, -0.00217937189, -0.00236609, -0.00731934374, -0.0209602099, 0.00309503684, -0.0330296569, -0.0155827329, 0.0151525354, -1.7224731e-05, 0.00774356676, -0.00303080585, 0.00905208662, -8.276273e-05, 0.0196098667, 0.0114002507, 0.00658442173, -0.00810804, -0.000149374362, 0.00872943737, 0.00924926065, 0.00565830059, 0.00321752368, 0.0130373938, -0.0249275938, -0.0105458302, 0.00204642862, 0.00502196606, -0.0282735787, 0.0223583542, -0.00901623629, 0.0100797815, -0.0205419622, 0.00307711191, 0.00927913561, -0.00944045931, -0.0218803566, -0.00230634, -0.0393870324, -0.00617812341, 0.0323604606, 0.0209960602, -0.00397037063, -0.000501524424, -0.0133480923, 0.0131329941, 0.0238879472, -0.00998418219, 0.0168613773, -0.00334897311, -0.00208974723, 0.028488677, -0.0223225038, -0.00093583035, 0.00401817029, -0.0213187095, 0.0175066758, 0.0256684907, -0.0110835778, -0.0064888224, 0.00198070402, -0.0160368308, -0.00494727865, 0.00251247664, 0.00338183553, -0.0029322186, -0.00789891649, -0.0158336814, -0.00151017483, 0.0306396689, -0.0058704121, -0.00353121, 0.00838886388, 0.00919548515, -0.00488155428, 0.00936876, -0.021127509, -0.0118125239, -0.00305470568, 0.014722337, -0.0115496255, -0.00274550077, 0.0197532661, 0.00171631144, -0.0159053821, -0.00659637153, 0.0113345264, -0.00449318066, 0.0246646944, -0.0157500319, 0.0136348912, -0.00167299283, 0.00279927556, -0.011328551, 0.00805426575, -0.00708034448, -0.000475757348, -0.00627969811, -0.0119439736, -0.00464554271, 0.000276342558, -0.0232426506, -0.0075762677, -0.000486586971, -0.025142692, 0.00479491707, 0.00100902375, -0.00636334764, -0.00960178394, -0.0132166436, 0.01393364, 0.0244017951, -0.0136707416, 0.00013695762, -0.0224659033, -0.0320736617, 0.0133839427, -0.0133480923, 0.0194664672, 0.00397634553, -0.00630359817, 0.00895051192, 0.00522810267, 0.0373316407, 0.0096675083, 0.0234338492, 0.0144713875, -0.00503391586, 0.0371165425, -0.0336032547, 0.024688594, 0.0158217326, -0.0227766018, -0.0128939943, -0.0198488645, -0.0227527022, 0.0111732017, -0.0102052558, -0.0122188227, 0.00104562053, 0.0012278572, 0.0133122429, 0.0117408242, 0.00291877496, -0.0260030888, 0.0106115546, 0.00947631, 0.00193141052, -0.0255250912, 0.0357781462, 0.00703851972, -0.00354614737, -0.00489350408, -0.0139814401, -0.00706839468, 0.0228363518, -0.0160607304, 0.0125593962, 0.0183073208, 0.00463956781, -0.00277238805, -0.0141845895, -0.0103247557, -0.0262659881, 0.00861591287, -0.0168374777, -0.00740299327, -0.00720581925, -0.0064051724, -0.00331909838, 0.00890271179, -0.0177695733, -0.00860993844, 0.0210916605, -0.0202432126, -0.00544917677, -0.0257640891, 0.00583755, -0.0064888224, 0.0020613661, -0.0183073208, -0.0127386451, 0.0031966113, -0.000116138566, 0.0373316407, 0.00561647583, 0.0103367055, 0.00117109495, 0.0063872477, 0.00307412422, 0.0266244859, 0.00272160093, -0.00299196853, 0.0112867262, 0.00223314669, 0.0243061949, -0.0048785666, 0.000642309722, -0.00537448935, 0.0128461951, 0.00920146052, 0.000518329034, 0.0124757467, 0.00528486492, 0.00923731085, 0.00270815706, 0.0182714723, -0.0110596772, 0.00371643412, 0.00132569741, 0.0237803981, 0.00626177294, -0.00245123333, -0.00750456797, -0.00676367106, -0.0100499066, -0.00688317046, 0.011298677, -0.0013361536, 0.0349655487, -0.00825144, -0.00733726844, 0.00277089444, -0.00722971885, 0.0130134942, 0.00404804526, 0.0129656941, 0.0138499904, 0.0184985213, 0.0063991975, 0.0195620656, -0.0173513256, 0.0216652565, -0.0265288856, -0.0290144756, -0.00865773764, 0.0168613773, -0.00668599643, -0.0187016707, -0.0256445892, 0.0226332024, 0.0103964554, -0.0120216487, -0.00514146546, -0.0131568937, -0.0133719929, 0.01055778, -0.00275894441, -0.00721776905, 0.0201715138, 0.0171362273, -0.0140770394, 0.0126191461, -0.0217369571, -0.0131807933, 0.00416754466, 0.00401219539, 0.00259164511, 0.00614824845, -0.0131927431, -0.0299226716, -0.0199564137, 0.00932693481, 0.0165626295, 0.00508171553, -0.0193828177, 0.00733129354, 0.010253056, -0.00423326949, -0.00361784687, 0.0109640779, 0.00364473439, 0.0112090521, -0.0260030888, 0.00875931233, 0.0324321613, -0.00451409305, 0.0176022742, -0.00950618461, 0.00377618382, -0.000994833186, -0.0058973, 0.0187972691, -0.0128342453, 0.0185941197, 0.00603173673, 0.00679354602, -0.0262181871, -0.0351567492, -0.00352822244, -0.00154004968, -0.0122486977, -0.028034579, 0.0123562468, 0.0181041732, 0.00352822244, 0.00752846757, -0.00029725497, 0.001811911, -0.0152003346, 9.45259599e-05, -0.0169091783, 0.000661355, 0.0185821708, -0.0224539544, -0.000667703396, -0.0169928279, 0.00158635573, -0.00382697117, -0.016873328, -0.0179010238, -0.00705644488, 0.0278194807, 0.0167299286, 0.00958385877, 0.0190362688, 0.0192394182, -0.0023257588, -0.0271980837, 0.00957788434, -0.0159412324, -0.00436770637, -0.00489947898, -0.00601082435, 0.00268126978, 0.0124996463, 0.0160846319, -0.000417874777, -0.0150330355, -0.022430053, 0.0367102437, 0.00110163586, 0.0204344131, 0.000213231891, 0.0152361849, -0.0043497812, -0.0124159968, 0.000112590926, 0.00907598622, -0.00840081368, -0.00217787805, -0.0010329237, 0.0174469259, 0.000385012419, -0.00527291512, 0.0237684473, -0.00691902032, 0.0370448418, -0.00915963575, -0.0123203974, 0.000420488825, 0.00255430164, 0.0256206896, -0.00783319119, 0.00911183562, 0.0111194272, -0.0032444112, -0.0383115374, -0.000123140489, -0.0202432126, 0.0044633057, 0.0179129727, 0.000138918156, -0.00563440099, -0.00480686687, -0.00343859778, 0.00321154878, -0.0260269884, -0.00358797214, -0.00394049566, 0.0288710762, -0.00150793418, -0.00851433817, -0.000440280914, 0.00617214851, -0.00889673643, -0.00184029213, 0.00138395349, 0.0226451531, -0.0063872477, 0.0152720343, -0.00207331614, -0.00750456797, -0.0124876965, 0.0132644428, -0.0108684786, -0.00081409025, 0.0215935577, -0.0162160806, 0.0170884263, 0.00292923115, 0.00604667421, 0.0159053821, 0.00690109562, 0.0115436502, -0.0140650896, -0.00172975508, -0.0314044654, -0.0105040045, 0.0059540621, 0.00919548515, -0.00800646562, -0.0127625456, -0.00634542294, 0.00527291512, -0.00795866549, -0.00847251341, 0.0190243181, 0.00668599643, -0.0253099911, 0.0193708669, -0.000838737, 0.000496669731, 0.000931349117, -0.00785111636, 0.00219430937, 0.0039225705, -0.0114540262, -0.0230873, -0.00198070402, -0.0087115122, 0.0119379992, -0.0178412739, 0.00179547979, -0.00490246667, 0.0167179778, -0.0209243596, -5.909623e-05, 0.00508171553, -0.00822754, 0.00631554797, 0.00141980324, -0.0159292817, 0.0269112848, -0.0141965393, -0.00955995917, -0.00413169479, 0.00893258676, -0.00880711246, -0.0127744954, 0.00124578213, 0.0133839427, -0.0147462366, -0.0066023469, -0.0261703879, -0.0107250791, 0.00623787334, 0.0224659033, 0.0144355381, 0.00322648627, -0.0098826075, 0.0173035264, 0.0228483025, -0.0214501582, 0.00519822771, -0.0336271562, -0.0203746632, 0.00144743756, 0.00386580848, 0.00322051113, -0.00895051192, 0.00773161696, -0.0155229839, 0.00627372321, -0.018916769, 0.00291578751, -0.0216174573, 0.010330731, -0.0217608567, -0.0183431711, 0.0143638384, 0.00904013589, -0.0201834626, -0.0153317843, -0.0307591688, -0.0192274675, 0.00441251835, -0.0188211687, -0.00209870981, 0.0108027533, 0.00634542294, -0.0181519724, -0.0125952456, -0.0110656526, -0.0234577488, 0.00404804526, 0.0238042977, 0.000849940116, 0.00497117871, 0.0357781462, 0.018916769, -0.020721212, 0.0151525354, -0.0170286763, -0.0174110755, 0.0256206896, 0.00534162717, 0.0184387714, -0.0164431296, -0.00610642368, -0.00714009441, 0.00450513046, -0.00567323808, -0.0142921386, 0.0163116809, -0.0190243181, 0.0140889892, 0.00574792549, -0.0180324726, -0.0263854861, -0.022203004, -0.0109282285, -0.0140172895, 0.0132644428, 0.00613032375, -4.1381365e-05, 0.00659039663, 0.00357900956, -0.00941656, 0.00752846757, -0.0198130142, -0.0136109916, 0.00295163738, 0.0137782907, -0.00750456797, 0.0200520139, -0.00847251341, -0.0184148718, 0.0219640061, 0.0323843621, -0.00515341526, 0.0108326282, 0.0150569351, -0.014949386, 0.00185074832, -0.0333403572, 0.0148059865, 0.0125593962, -0.0245929938, -0.00776149193, -0.0160487816, -0.00705047, -0.0176859237, -0.00579273747, 0.0102291564, 0.0188331194, 0.00647089723, -0.00643504737, -0.00364174694, 0.0134436926, 0.0153795844, -0.00252293283, 0.00398829533, -0.0258118901, 0.00538643962, -0.0120335985, 0.00563738821, -0.0127744954, 0.00289935642, -0.00706242, -0.010223181, 0.00399128301, 0.00598692428, -0.00461865542, -0.0225854032, 0.0167538282, 0.00462761754, -0.0140650896, -0.0121052982, -0.00050675252, -0.0181041732, 0.0155827329, 0.00305619929, 0.0103845056, -0.0334837548, -0.000557913212, -0.0208168104, 0.0128581449, 0.0074687181, 0.0462941, 0.00862188824, 0.00235563354, 0.0016819553, 0.0178173743, -0.00492636627, -0.0219520554, 0.0129895946, -0.0247363932, -0.0118423989, 0.00636932254, 0.0112927016, 0.00809011515, -0.00174469256, 0.00633944804, 0.00597497448, 0.00586145, 0.0123801474, -0.0136826914, -0.00404207036, 0.00103068305, 0.0220596045, 0.00447824318, -0.0186060704, 0.00611837395, -0.0323604606, 0.0187494699, 0.00402115798, 0.00870553777, 0.00177755486, -0.00438563107, -0.0220715553, 0.00355212227, 0.00946436, 0.0172796268, -0.0207929108, 0.0265766867, -0.00976310857, -0.0229797512, -0.00994833279, 0.0164431296, 0.0152600845, -0.00788099132, 0.000138918156, 0.0275087822, -0.0103068305, 0.00224360288, -0.00604966143, 0.0195023157, 0.0160965808, -0.00936876, 0.0180205218, -0.0100319823, -0.0170884263, -0.0179368723, 0.0038448961, -0.00231530261, 0.0341529548, -0.00877126213, 0.00449616835, -0.0117946, -0.000669944, -0.00519822771, -0.00334001076, 0.0183551218, 0.0104263304, -0.00474412972, 0.004998066, -0.0159531813, -0.00102620188, -0.0013466099, 0.00497715361, -0.00918951072, -0.0149971861, -0.0216055065, 0.0198608153, -0.0157022327, -0.00457384298, -0.00149747799, 0.0165267792, 0.0179368723, -0.0132405432, -0.0219401065, -0.0165387299, 0.0257640891, -0.00752249267, 0.00895648636, 0.0224898029, -0.041514121, 0.00700864475, 0.0265527871, 0.011920074, 0.0105219297, -0.0130612943, 0.0196935162, 0.0236967485, -0.0123323472, 0.0074926177, -0.000817077758, 0.0013361536, -0.0238281973, -0.00675172126, 0.00731336884, -0.00511457818, -0.00935681, 0.0132644428, -0.0132883433, -0.0174827743, -0.0170406271, -0.0031368616, -0.00623189844, 0.00773759186, 0.00128088519, -0.000281383953, 0.0111433268, 0.00146461558, 0.0151047353, -0.0246407948, -0.0263854861, 0.00118229806] |
12 Oct, 2021 | Node.js Stream writable.destroyed Property
12 Oct, 2021
The writable.destroyed property is an inbuilt application programming interface of Stream module which is used to check the writable.destroy() method is being called or not.
Syntax:
writable.destroyed
Return Value: This property returns true if writable.destroy() method is called before it else it returns false.
Below examples illustrate the use of writable.destroyed property in Node.js:
Example 1:
// Node.js program to demonstrate the
// writable.distroyed Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Again writing some data
writable.write('hello');
// Calling destroy function
writable.destroy();
// Calling the Property
writable.destroyed;
Output:
hi
hello
true
Example 2:
// Node.js program to demonstrate the
// writable.distroyed Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Again writing some data
writable.write('hello');
// Calling the Property
writable.destroyed;
Output:
hi
hello
false
In the above example the output is false as writable.destroy() method is not called before calling the property writable.destroyed.
Reference: https://nodejs.org/api/stream.html#stream_writable_destroyed
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property | https://www.geeksforgeeks.org/node-js-stream-writable-destroyed-property?ref=asr3 | CSS | Node.js Stream writable.destroyed Property | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0105658313, -0.00401982153, -0.00798769, 0.0478741899, -0.00798119605, -0.022937011, -0.00771494024, 0.0140141761, -0.0283140894, 0.0275867563, -0.00809159502, 0.0454584025, -0.0110788615, -0.043588113, 0.0181963481, 0.0104749147, -0.0171053465, 0.00939040724, -0.00141976331, 0.0152870109, -0.00546799647, 0.0134556871, -0.0355354808, -0.0197808985, -0.0125724953, 0.018469099, 0.00409450335, -0.0102995746, -0.0397176556, -0.000233583123, -0.00347756781, 0.0271971114, 0.0133777577, -0.0164299645, -0.0220148545, -0.00844227429, -0.00742920162, 0.0429906584, 0.0228720699, -0.0246254653, 0.00551020773, -0.0153259756, -0.0440037325, 0.0198977925, 0.000198981972, 0.0382110327, -0.0613039024, -0.0490950719, -0.011215237, 0.00661095046, -0.0022047325, 0.0153389638, 0.00632196479, -0.0333015248, 0.0459259748, 0.00774741033, 0.0179885384, -0.0118256779, -0.00276646833, -0.056368418, 0.00730581442, -0.0608363301, 0.0115594221, -0.0120789465, -0.0136115439, 0.0445232578, -0.019586077, 0.00360420183, -0.0322365, 0.0478741899, -0.0321585722, 0.034262646, 0.0278724935, -0.00657523284, 0.00843578, -0.00300187804, -0.019144481, 0.0660835281, 0.00349380285, -0.00391916372, -0.00629274175, -0.0149752963, -0.0085656615, 0.0302623063, -0.00798769, -0.000580812281, -0.0483157858, -0.0184820872, 0.0536668897, -0.0212875195, 0.00272750412, 0.0203264, 0.00658822106, -0.0332755484, -0.00689019496, 0.0424971096, -0.0265347175, -0.0237682499, -0.0147674866, 0.04821188, 0.0102411285, 0.0298466869, -0.00956574641, 0.00156831485, -0.0224044975, -0.0566801317, 0.017520966, -0.0163780134, 0.0269373506, 0.0830200315, 0.0242488105, 0.0267035645, -0.0167546682, 0.0143778427, -0.00492249522, 0.0291453302, -0.0259632412, -0.0168325957, 0.012273768, 0.0144687593, -0.0348081477, 0.00829940569, 0.00873450749, 0.0652003363, -0.000598265033, 0.0130075971, -0.010715195, -0.000351084978, 0.000329776347, 0.0239111185, -0.0132998293, -0.0364706255, -0.0368342921, 0.00476339087, -0.0117802201, 0.0183911696, 0.00541279698, 0.0458480455, -0.0253268238, -0.0222226642, 0.00285576168, -0.0154428687, 0.0255995747, 0.0130075971, 0.034496434, 0.0258203726, -0.0299246162, -0.0104034794, -0.034496434, 0.0165728349, -0.0188457537, 0.00343860337, 0.0191314928, 0.0268594213, -0.0154298805, -0.000345402688, -0.00200341665, 0.0175988954, -0.011273684, -0.000378684723, -0.0023411077, -0.0252099298, 0.022105772, 0.0224304739, -0.0388344638, 0.0133777577, 0.0244306438, 0.0233656187, -0.000392484595, 0.00989044923, -0.0299765691, -0.0154818324, -0.0206251256, 0.0269633252, 0.000135563445, -0.0116957976, 0.0274828505, -0.0124101434, 0.0364706255, -0.00881893, -0.0136375204, 0.0123971552, 0.000730175583, -0.0114944819, 0.0035327673, -0.0280543268, 0.00380876451, -0.0170144308, -0.0201705415, -0.0151311532, -0.0467831902, 0.00845526252, 0.0582906604, -0.00944885332, -0.0192224104, 0.0336132422, -0.032418333, -0.0145207122, 0.0110918498, 0.00985148456, -0.00442894688, -0.0120724523, 0.0311454982, -0.0026836691, -0.000540630252, -0.0331456698, 0.0237682499, -0.0354575515, 0.0481339544, 0.0151441414, 0.00815653615, -0.0166897271, 0.00811757147, -0.00156912662, 0.0101177413, 0.00705254637, -0.0238851421, 0.0200016964, 0.0150402365, -0.00875398889, 0.026729539, -0.0210797098, -0.00800067838, 0.0175469425, -0.0554852262, -0.0291713048, 0.0150921894, 0.0142609496, 0.0173780974, 0.00239306013, -0.00748115405, 0.034652289, 0.00322754658, -0.0482378565, -0.0199107789, 0.0435361601, 0.00350029697, -0.0481599309, -0.00277296244, 0.00874749478, 0.000516277563, 0.000335458637, -0.0240020361, -0.0015123036, 0.0168325957, 0.0175469425, -0.00889036432, 0.0233396422, 0.00427633664, 0.0275867563, -0.0164689291, -0.0250930376, 0.0332755484, 0.0212875195, -0.0338470265, 0.0127153639, -0.00827342924, 0.0316650234, -0.00615311926, -0.022820117, -0.00086695666, -0.00496470695, -0.0195081476, 0.00656873919, 0.000644129294, 0.0109230047, -0.0330677405, -0.0260151941, 0.00406528, 0.0281322561, 0.0343665518, -0.00430556, 0.0123646855, -0.00150175078, -0.0534590781, 0.0405229181, -0.0280023757, -0.0179365855, -0.00781235099, -0.0357692689, -0.0087410016, -0.0167157035, -0.0203264, 0.0490171462, 0.00020537457, 0.0145856524, 0.0449648537, 0.0168975368, -0.0544981286, -0.00755258882, -0.0139232585, -0.0315611176, -0.000943261839, 0.0209758058, 0.0304441415, -0.0373018645, -0.0580308959, 0.0470689274, -0.000437943, -0.00474066194, -0.0115074692, -0.0398215577, -0.0155337853, -0.0068252543, 0.0141440565, -0.0136245321, 0.0467052609, -0.012890704, 0.0486534759, -0.0503938831, 0.0203264, -0.00890335254, -0.00947483, -0.0129231745, -0.000515465799, 0.0105528431, 0.0308597609, -0.00874749478, -0.0320806429, 0.0306519512, -0.0217291154, 0.0152610345, -0.0472507626, 0.0463415943, 0.0283140894, -0.0050945878, -0.00270639849, 0.00113808352, -0.055589132, -0.055589132, 0.00675381953, 0.0183781814, -0.00150012725, 0.0234435461, 0.00754609471, -0.0325741917, -0.0559008457, -0.0528096743, 0.00916311517, 0.00956574641, -0.0256125629, -0.0313533098, 0.0195471123, -0.0109100165, 0.027456874, 0.00251157675, -0.0370940566, 0.0150402365, 0.00498418882, 0.0367044136, 0.000754934154, 0.0062342952, 0.0130270794, 0.0104229618, 0.00966315717, -0.01618319, 0.0141310692, -0.0360809825, 0.0134167224, -0.000137694311, 0.01160488, 0.0023914366, 0.0269373506, 0.00558813615, 0.0124815786, -0.0246384535, -0.0131309843, -0.00994240213, -0.00604596734, -0.00199692254, 0.00992292, 0.00473416783, -0.0311195236, 0.00802665483, -4.3834887e-05, -0.0208848882, -0.00914363284, 0.00558488909, -0.0104034794, 0.0165858231, -0.00784482155, 0.0487573817, -0.0332755484, 0.00476339087, 0.0362887941, -0.0132154068, 0.030522069, 0.00783832744, 0.0096306866, -0.0285478756, -0.0341067873, 0.0173780974, 0.00496470695, -0.00192224095, 0.0430166349, 0.0228590816, 0.0129621383, -0.00648106914, 0.0116828093, -0.0255476218, -0.0222876053, -0.0202095062, 0.0186639205, -0.0128842099, -0.00463675708, 0.00152285642, -0.0144038191, -0.0116828093, 0.0283400659, 0.00511407, 0.0128062814, 0.00329573406, 0.00363017805, 0.035431575, -0.00904622208, 0.021209592, 0.0678499117, 0.021209592, -0.013117996, 0.0190016124, 0.0216641761, 0.0108515695, -0.0290414244, 0.027067231, -0.00877996534, 0.018469099, -0.0223525446, -0.0202874355, -0.0389643423, -0.0127478344, -0.0187418498, -0.000704199367, -0.000581218104, -0.0212355666, -0.0332495719, -0.0134297106, 0.00378603535, -0.0196640063, -0.0032730049, 0.0312753804, -0.00549397245, -0.0213654488, 0.00289634964, 0.00775390444, 0.021599235, 0.0382110327, -0.048497621, -0.0212485548, 0.0221187584, -0.0193782672, 0.0242617987, 0.00646158727, -0.0280283522, -0.00477313204, -0.00735127274, -0.0177807286, 0.0187028851, -0.0118321721, 0.0125075541, 0.0218330212, -0.0482378565, 0.00745517761, -0.0288076382, 0.0305999983, 0.00783832744, -0.042808827, -0.00113889528, -0.00920857303, 0.00463351, 0.00125822355, 0.0207420196, 0.0140271634, -0.0376135819, 0.0654081479, -0.00156750309, -0.00301161897, -0.000248803583, -0.00913064461, 0.0125854835, -0.00920207892, 0.0250930376, -0.0116893034, 0.00607194379, -0.0281322561, 0.0216771625, -0.00131748186, 0.0220018663, 0.00659796223, -0.00118597725, -0.00770844612, -0.0357432924, -0.0219369251, -0.00123062381, -0.0256125629, 0.00863060262, 0.0193393026, 0.0103969853, -0.0267814919, 0.00890984666, 0.0217161272, 0.0408865847, 0.0192483868, 0.0317949057, -0.0135855675, -0.0161442272, -0.0111892605, -0.00889036432, 0.0342366695, 0.0062342952, -0.0263788607, -0.0647327602, 0.00635118829, -0.0480560251, 0.0288336147, -0.000818657107, -0.00645834, -0.0120334886, 0.00371460081, 0.0134297106, 0.0473286882, 0.017352121, 0.0121503817, 0.00837084, -0.00875398889, -0.00308954786, 0.046653308, -0.0370940566, 0.00525369216, -0.0510692671, 0.0323404036, 0.00501016527, -0.000121966514, -0.00226804963, 0.0270152781, -0.00116162456, 0.00448414637, -0.0271451604, -0.0151831061, -0.0225213915, 0.0138323419, -0.00131991715, 0.0231578089, -0.0464195199, -0.0137024606, -0.0132154068, 0.0497444794, 0.0171443112, 0.000183457116, -0.0188327655, -0.00315611181, 0.000721652119, 0.0179236, 0.0171832759, -0.0139232585, 0.0149493199, -0.00659146812, -0.00376005913, 0.00143924542, -0.0122153219, -0.0101891756, 0.0024352714, 0.0233006775, 0.0199237671, 0.00826693512, -0.0030440893, -0.0321845487, 0.0151311532, -0.00306519517, -0.0209108647, -0.0172612052, 0.0018946412, -0.0147415102, -0.0174560267, -0.0313273333, 0.0244176555, 0.0128062814, 0.0276646838, -0.00584140467, -0.00354575529, 0.00958522875, 0.0152610345, -0.0129036922, 0.0181184206, 0.0159494057, -0.0303662121, 0.00200828724, 0.00269178674, 0.000427390158, -0.0158844646, 0.0127283521, 0.0269893017, 0.00989044923, 0.00657848, -0.00634144712, -0.0139232585, -0.0178976227, -0.0130075971, -0.0153649393, 0.0162870958, -0.0152610345, -0.00942287687, 0.0152740227, -0.0265217293, 0.00320806424, -0.0414320864, 0.00207809824, -0.00742270751, -0.0035717315, 1.3609616e-05, -0.00867606048, 0.00358796678, 0.00643236376, 0.0363147669, 0.000659146812, 0.0197029691, 0.000803233706, 0.0030863008, 0.0225603543, 0.0113710947, -0.024950169, 0.0196640063, 0.029301187, 0.0147025455, -0.0237552617, 0.0154948207, -0.029301187, 0.00704605225, -0.0404190123, 0.011384083, -0.0333015248, 0.011104838, -0.0175859071, -0.0553813204, -0.00197744044, -0.015455856, 0.0299505927, 0.0254826806, -0.039795585, -0.00931247789, -0.020482257, 0.008201994, 0.0002329743, 0.0143648544, 0.0509653613, 0.00122169452, 0.00449064048, -0.0500821695, -0.00735127274, -0.00330222817, -0.018248301, -0.00683174841, 0.00154883263, 0.0447310656, 0.0293791145, -0.0137154488, -0.00522122206, 0.0457701162, 0.026729539, -0.0043185479, 0.00320319389, -0.0146635817, -0.00212842738, -0.000128663509, 0.0072603561, 0.00733828498, -0.0140921045, 0.0098060267, -0.0111697782, 0.00802016072, 0.0131374784, -0.0265996587, -0.0395358205, 0.0100138364, 0.00568879442, -0.00894881133, -0.0259632412, -0.0252099298, 0.0488093346, 0.00443544099, 0.0183262303, 0.0173910856, -0.016403988, -0.00676680775, 0.0185080636, 0.0102021638, -0.00472767372, 0.0060167443, -0.00185080629, 0.013228395, -0.00513679953, 0.00789677352, -0.00491924863, 0.0386006758, 0.0315870941, 0.00222583814, 0.0320027135, 0.00165679643, 0.00521797501, -0.0044809, 0.00792924408, -0.0241968576, 0.0169235133, -0.0269113742, 0.00424061948, 0.0118776308, 0.0420295373, -0.00469845068, 0.0343405753, -0.00566281797, 0.0160403214, -0.0138063654, 0.0291453302, -0.00851370953, -0.000218565619, 0.00133128173, -0.00190113531, -0.00610766094, -0.0261061098, 0.00496146, -0.0285478756, -0.000169149906, -0.00438673561, 0.0203393884, 0.00368862459, -0.000845850969, -0.0537188426, -0.028184209, 0.0103645157, -0.0223005936, 0.00385422306, 0.00454908703, -0.0227032248, -0.00597777963, -0.00848123897, -0.0276906602, 0.0095592523, -0.00659146812, 0.00622455403, 0.0108970283, -0.00175014848, 0.00389968138, -0.00266094, 0.00160403212, 0.0132738529, -0.0252618827, -0.013117996, -0.0139232585, 0.00144979835, -0.0165988114, 0.00468870951, -0.0125075541, -0.036496602, 0.00970212184, -0.0317949057, 0.0136505086, 0.0442894697, 0.00963718072, -0.0204173159, -0.00182320655, 0.0296648536, 0.00187678263, 0.00711099291, 0.00119977712, 0.000288782612, 0.0117672319, -0.0468091667, -0.0437179953, -0.0357952453, -0.00672134943, 0.00277945655, -0.00773442211, 0.00651678676, 0.0370161273, -0.0098060267, 0.00934494846, 0.00732529676, 0.0158714764, -0.019586077, 0.00469845068, 0.00967614539, -0.00598427374, 0.0370421037, -0.0255216453, -0.044808995, -0.00949431211, 0.00536409114, 0.0211966038, 0.00451661693, -0.00772143435, 0.0351977907, 0.0157286078, -0.0017144311, 0.0289894715, -0.0402631536, 0.0323144309, 0.0180534795, -0.0198848043, 0.0574074686, -0.0179236, -0.04319847, 0.0238591675, -0.0408865847, -0.012559507, 0.0148194386, -0.0103385393, -0.0355614573, -0.0156506784, -0.0337950736, -0.0252618827, -0.0126504237, 0.0107996175, -0.0154818324, -0.0121308994, 0.00605246145, 0.00959172286, -0.0108126057, -0.0117802201, -0.0030132425, -0.00648106914, 0.0106827244, 0.0202874355, -0.0152870109, 0.0105528431, 0.0143258907, -0.0406528, 0.0423412547, 0.0237422734, -0.000120038589, -0.00565307681, -0.0229889639, -0.0111373086, 0.0270412546, -0.0252359062, 0.0198458396, -0.0479261428, 0.00308143022, -0.00564008858, 0.0255216453, 0.0173910856, 0.0252359062, -0.00885140058, 0.00137998722, -0.00318858214, -0.016391, 0.00413346756, 0.0249891318, 0.00413671462, 0.00600700313, -0.00356523739, -0.00568230031, -0.00777338678, -0.0022485673, 0.0196640063, 0.0170663819, -0.00509783486, -0.00189139415, -0.00105041382, -0.00831239298, -0.0170663819, 0.0116178682, -0.0182353128, -0.0055199489, 0.00564333564, -0.0174040738, 0.00498094177, 0.0232747011, -0.015624702, -0.0684733391, 0.00090510922, 0.0320806429, -0.0302623063, -0.00135888148, -0.0277166367, 0.00129312917, 0.012559507, -0.000531700964, -0.0220797956, -0.038107127, -0.013728437, -0.0125984708, 0.0186769087, -0.00124036497, -0.0223395564, 0.011273684, -0.0168196093, -0.000965991, 0.0147285219, -0.00501341233, -0.00972160418, 0.00427958369, -0.0325482152, 0.032782, 0.0231318325, -0.0219499134, 0.00952028763, 0.0638495684, 0.0485235974, -0.0182612892, -0.00995538943, 0.0243527144, 0.0204692688, -0.00320157036, 0.0221317466, 0.00115188339, 0.0252359062, -0.0467572138, 0.0119750416, 0.0112477075, 0.00391916372, -0.0147415102, 0.00201153429, 0.00877996534, -0.0159104411, -0.0141050927, 0.0251190141, 0.00652003335, -0.0138193537, 0.0286258049, 0.0142999142, -0.0131829362, -0.0182223246, 0.0054582553, 0.00541604403, 0.0103645157, -0.0333015248, -0.000590959215, -0.0302882828, 0.012611459, -0.00677979598, -0.00475040311, 0.0210407451, 0.0224824268, -0.0294830203, -0.00368537754, -0.0145596769, -0.0116243623, 0.0051562814, -0.00618883641, -0.0228850581, -0.0195471123, 0.0397696085, 0.00105771958, -0.00790976174, 0.00633170595, -0.0388864167, -0.0176898129, -0.0187288616, 0.000496389519, -0.00848123897, 0.011104838, -0.00611740211, 0.00528291566, -0.00287849084, 0.0163390487, -0.00396462204, -0.0377174839, 0.000244338909, 0.00677979598, -0.032262478, -0.0331196934, 0.0358991474, -0.00356199034, 0.001534221, -0.00544851413, 0.0568879433, -0.026677588, 0.000491924817, -0.00237682508, 0.00297752535, -0.0118126906, -0.0257943962, -0.0143258907, 0.00465299189, -0.0145207122, -0.00491275452, 0.00923454948, -0.0177937169, -0.0267555155, 0.0226252954, -0.0223915093, 0.00512381131, -0.0382370092, -0.0182872657, -0.0179625619, 0.0051790108, -0.0275607798, -0.00576672284, -0.0276906602, 0.00456207525, -0.0112606958, -0.0342366695, -0.0259372648, -0.00790326763, 0.0157415941, -0.0151311532, 0.0138453301, 0.0175469425, 0.032652121, -0.0244306438, -0.00665640878, -0.00959821697, -0.0134167224, -0.00924104359, 0.00798119605, 0.00506536476, -0.0115789045, 0.00174365437, 0.0267035645, -0.00742920162, -0.00453934586, -0.000592582743, 0.00800067838, -0.0176638365, -0.0591219, 0.00224694377, -0.00356848445, -0.021988878, 0.0105268667, 0.00402306858, 0.0405488946, -0.0116568329, 0.00593232131, 0.0340808146, -0.0510173142, 0.00916311517, 0.0277426131, 0.00238331896, -0.00119490654, -0.0115009751, 0.00696812337, 0.000490707229, -0.0086370958, 0.010494397, 0.00187028851, -0.0107866293, -0.0299246162, -0.00916960929, -0.0213524606, -0.00289147906, -0.0217940565, -0.00767597556, -0.0166117977, -0.0208589118, -0.00609467272, -0.00611415505, -0.00130774081, -0.00228266115, -0.0205342099, -0.000590553333, 0.0184561107, 0.00979303848, 0.00669537298, -0.00612389622, -0.024041, 0.0192743614, 0.0207290314, -0.0081825126, -0.0390162952, -0.00292557292, 0.039899487, -0.00858514383, 0.00519849267, 0.00476663793, 0.00489002513, 0.0061726016, -0.0177157875, -0.00186704146, 0.0164949056, 0.00517251668, 0.00894881133, 0.000741946045, -0.00623754226, -0.00338340388, 0.00616935454, 0.00982550904, -8.06683674e-05, 0.0124556022, -0.000602729677, 0.0223135818, -0.0367563628, -0.000776039844, -0.00916960929, -0.00504263537, -0.0337171443, -0.0120464759, 0.00431530131, 0.00315611181, -0.027846517, -0.0357692689, -0.00290609058, -0.0132998293, -0.00130936434, -6.23087044e-06, 0.00120140065, -0.00514329318, 0.0141570447, -0.0148064503, 0.0717463419, -0.0193522908, 0.00578945223, -0.0135466037, -0.0175339542, -0.0200146846, 0.00182807713, 0.0210017823, 0.0132154068, -0.0160922743, 0.00460428651, -0.0090007633, 0.0107087009, 0.00703955814, -0.0357432924, 0.0094358651, -0.0340808146, -0.0226902366, 0.0125530129, -0.0340028852, 0.00281030335, -0.00374382408, -0.0236643441, 0.00307168905, 0.0151831061, 0.0140011879, -0.0132089127, -0.0097345924, -0.0398215577, -0.000620994251, -0.00894231722, 0.00993590802, 0.0115399398, 0.00406852691, 0.035717316, 0.0230019502, -0.00482183741, 0.0209758058, -0.0133128176, 0.0260541588, -0.00266418699, -0.0550696068, 0.0206900667, 0.00835785177, 0.00654276274, 0.00843578, -0.0177157875, -0.0431465171, -0.0311195236, 0.0303142592, -0.0109294988, -0.00367888343, -0.0175599307, -0.0309636649, -0.00448739342, 0.0412762277, -0.000405269762, -0.0255865864, 0.00966965128, 0.0122283101, 0.00194659363, 0.00303759542, 0.0165728349, -0.0115853986, 0.000205070159, -0.0178976227, -0.0258203726, 0.0271711349, -0.0157026313, 0.0193133261, 0.00727334432, 0.00625702413, 0.00903972797, 0.00585114583, 0.00521148089, -0.0140401516, -0.0120464759, 0.0148713915, 0.00140109286, 0.00260574045, -0.00660445634, 0.0310935471, -0.0520823412, 0.0237812381, 0.0297947358, -0.00313825323, -0.0198328514, 0.0137154488, -0.00935144257, 0.0135855675, 0.0170663819, 0.00282004429, -0.0152870109, -0.00065874093, 0.00967614539, 0.0221577231, 0.0278205425, -0.00681226607, 0.00436725374, -0.00278108, 0.0243527144, 0.00587062771, 0.0268594213, 0.00932546612, -0.0213784371, 0.00456207525, -0.0102411285, -0.00724087376, -0.0043088072, 0.0166897271, 0.0261580627, -0.00693565328, 0.0198848043, -0.00690967683, 0.00121682405, -0.0114230467, 0.0255735982, 0.00192386447, -0.0275607798, -0.00120140065, -0.0125724953, 0.000647782232, -0.0112801772, 0.010656748, -0.0115464339, 0.00406852691, 0.013676485, -0.00172579568, 0.00152610347, 0.0091955848, 0.00733828498, -0.00596479187, -0.00827992335, 0.0195990652, 0.00290933764, -0.00996837765, -0.00463675708, -0.00102524925, 0.00153097406, 0.00178099517, -0.000150479478, -0.0125075541, -0.013338794, -0.00965016894, 0.0308337845, 0.0284439716, 0.00315935886, -0.0106892185, 0.00336716883, 0.00127445871, -0.0174170621, -0.0323923565, 0.0210017823, 0.016352037, 0.0119880298, -0.0231318325, 0.0138713066, -0.0160403214, 0.000951379421, 0.014234974, -0.0140661281, 0.0137024606, 0.0154948207, -0.0133517822, -0.00219499134, 0.0173131563, -0.0210277569, -0.0163780134, -0.00785131566, 0.011942571, 0.00865008403, -0.00169981946, 0.0195081476, 0.00631222362, 0.013559592, -0.00319994683, 0.00305220694, -0.017352121, 0.0122088278, -0.00423412537, -0.0109684626, 0.0105138784, -0.00809808914, -0.00107314298, -0.0116893034, 0.00871502515, 0.00139135181, 0.00227779057, 0.0332495719, -0.0202484708, -0.0154298805, 0.00406528, 0.00575373461, -0.0177807286, 0.0215602703, -0.0190795399, 0.0239111185, 0.00656873919, 0.00448414637, -0.00356848445, -0.0142219858, 0.00920207892, 0.0131439725, -0.00105366076, 0.00714995712, -0.00527642155, -0.0132348891, -0.0105008911, 0.0243657026, 0.0154168922, 0.000606382615, -0.00129881152, 0.0170274191, -0.0137933781, 0.00729932031, -0.0204562806, 0.00102281407, 0.0203264, -0.0132089127, -0.0181833599, -0.029405091, 0.0160403214, -0.0196250416, -0.00104960205, -0.0305740219, 0.00218849722, -0.0167806447, 0.00105771958, -0.0129036922, 0.0137024606, -0.0111438027, -0.00388344633, 0.0204692688, -0.00621156581, 0.000164786703, -0.00701358169, -0.00852669682, -0.0256515257, 0.004659486, 0.00890984666, 0.00301811309, 0.0261450745, -0.011663327, -0.00920857303, -0.00577646401, -0.000276403327, 0.000310903, 0.018365195, 0.00461402768, 0.000960308709, 0.0237422734, 0.0047211796, -0.0125270365, -0.034886077, 0.000542659662, 0.00809159502, -0.0147415102, -0.0264308136, -0.0124296257, -0.0230409149, 0.0148194386, 8.06176322e-05, -0.00595180364, -0.0116568329, -0.0231318325, 0.0185470283, -0.00325839338, 0.0131829362, 0.00292719644, -0.0100657884, 0.0105788196, 0.026067147, 0.052679792, -0.000513030507, -0.000405269762, -0.0214563645, 0.0296388771, -0.00152610347, 0.00359446066, -0.00685772439, -0.0219369251, 0.0327040739, -0.0179625619, 0.0253008474, -0.0238721538, -0.013001103, -0.0146376053, 0.0429906584, -0.0106372656, 0.0104554323, 0.00967614539, -0.0168066211, 0.0158584882, -0.0100657884, 0.0011957183, 0.0344185047, 0.0130660431, -0.0114360349, 0.00751362415, 0.0071044988, 0.0137024606, 0.0189496595, -0.0114620114, -0.017131323, 0.0111438027, 0.0198458396, -0.0325222388, 0.0126179531, 0.0180145148, -0.00570827629, -0.0100268247, -0.0229759756, 0.000700546429, -0.0212485548, -0.0154428687, 0.00306519517, -0.023326654, -0.0174560267, 0.0165858231, -0.0199497435, 0.0119165955, -0.030911712, 0.0259892177, -0.0110074272, 0.00573425274, -0.0266516116, 0.00994240213, -0.0118776308, 0.00916311517, -0.00223233225, 0.00549397245, -0.0320027135, -0.00221447344, 0.017741764, 0.0114100585, 0.0277166367, 0.0145856524, -0.0214693528, -0.00310415938, 0.0257034786, -0.00785131566, 0.0374837, -0.0103969853, 0.000919720856, 0.0467572138, -0.0113581065, -0.000808510114, -0.0102411285, -0.0128647275, 0.00667589111, 0.00679927785, -0.029405091, -0.00217713276, 0.000811351289, -0.0206770785, 0.0167027153, 0.0143258907, 0.00898777507, 0.0129686324, -0.00310415938, -0.0118906191, -0.0171962641, 0.00273075118, -0.0271971114, 0.0134167224, -0.0113775888, 0.00535435043, -0.0053965617, 0.00866307225, 0.0160273332, -0.0274049211, -0.0170923583, -0.00341587421, 0.0093709249, -0.0111957546, 0.00484781386, 0.0230928678, -0.0119360769, -0.0185210519, 0.0216122232, -0.00975407381, 0.00257489365, 0.0107281823, 0.0203264, -0.0206640903, 0.0170663819, -0.0222876053, 0.019586077, 0.0192224104, 0.035431575, -0.00460428651, 0.015455856, -0.0121308994, 0.0343146, 0.000694052374, 0.0192353986, -0.00764350547, 0.0125984708, -0.0272490643, -0.00244338904, 0.0299765691, -0.0214044135, 0.00171118416, 0.00744868396, 0.0153259756, 0.0219629016, 0.0303662121, -0.0167027153, 0.0208848882, -0.0322365, 0.0120334886, 0.0067408313, -0.0216122232, -0.0129751265, 0.00106096664, 0.0267555155, -0.0161572155, 0.0380811505, -0.0144427838, 0.00613039033, -0.021092698, -0.00504912948, -0.0414840393, -0.0164559409, 0.00598427374, -0.0237942263, 0.0150532247, 0.000252456492, 0.0104294559, 0.00465623895, -0.00739023741, -0.0240150243, -0.0115594221, -0.00540305581, 0.00939040724, -0.00199854607, -0.025443716, 0.01043595, -0.0404709652, 0.0270412546, 0.00846825074, -0.0043088072, 0.0181573834, 0.00412697345, 0.00137268135, -0.0176118836, 0.0205342099, 0.0163260605, 0.00851370953, -0.00231350795, 0.0012265651, 0.014845415, 0.00151473889, 0.0384448208, -0.0187938027, -0.000576347578, 0.0177028012, -0.0309636649, 0.0113970703, -0.00115025986, 0.00490950746, -0.0221187584, -0.0041626906, 0.0183781814, 0.00309766526, -0.0099943541, -0.00752661237, 0.0127673168, -0.014507724, 0.00485755503, 0.0100333188, -0.0104489382, 0.0223915093, 0.00957873464, 0.00672134943, 0.0145856524, 0.00160727918, 0.00617584866, -0.00799418427, -0.00171767815, 0.010046307, 0.0140921045, 0.00113970705, 0.00406528, 0.00303434837, 0.0244306438, -0.0155597618, 0.0130465608, -0.00471468549, 0.00677330187, -0.00524395145, 0.00259762304, 0.0162221547, -0.0141830212, 0.016391, -0.0149363317, -0.0108450754, -0.0216641761, -0.0208199471, 0.00945534743, -0.0115983868, 0.00844876841, 0.0139362467, 0.0114230467, 0.015403904, 0.0154948207, -0.0119945239, 0.00909168, -0.0126244472, 0.0180015266, 0.00607519085, -0.0241708811, 0.00484781386, 0.0216771625, 0.00432504201, -0.0055199489, -0.00534785632, 0.0221577231, 0.00942937098, 0.0148324268, 0.0222486407, -0.0231707972, 0.0257554315, -0.0383928679, -0.00545176119, -0.0103190569, -0.011773726, 0.00315448828, 0.0147674866, -0.00362043688, -0.00852669682, 0.00902674, -0.00296616065, -0.0240799654, 0.0405229181, -0.016624786, 0.0119101014, -0.0197679102, 0.000778475136, 0.019144481, 0.00581218116, 0.0234695226, -0.0109294988, -0.00816952437, -0.0125919776, -0.0136245321, -0.00164137303, -0.030807808, -0.0128971981, -0.0138193537, -0.0126764, -0.0181314088, -0.0094358651, 0.00130043493, 0.0205731727, -0.0142219858, -0.00354250823, -0.00575373461, 0.00872801337, 0.0126374355, -0.00859813206, -0.00733828498, 0.0237552617, 0.0192483868, -0.0124880718, 0.0042860778, 0.00420490233, -0.0142479613, 0.00779286865, -0.0151051776, 0.00213492126, 0.00814354792, 0.000126126775, 0.00698760571, 0.0272490643, 0.00202452228, 0.00282816193, -0.0094358651, 0.00681876, 0.022937011, -0.00227292, 0.0209368411, 0.000199489325, 0.00128176459, 0.00443868805, -0.00881893, -0.00151068007, 0.0192353986, -0.0139102712, 0.0134556871, 0.00804613717, -0.00777338678, 0.0088124359, -0.00012988114, 0.014845415, -0.0330157876, -0.0087410016, 0.0187808145, 0.0109879449, -0.0264178254, -0.000500042399, -0.0015780559, 0.0142219858, -0.0114230467, 0.0226382837, -0.0187418498, 0.00185892393, -0.0040295627, 0.0122607807, 0.0222356524, -0.000498418929, -0.0277426131, 0.0025164471, 0.000586494571, 0.0225213915, -0.0096826395, 0.0307558551, -0.00553943077, -0.0153649393, 0.00947483, 0.000575941696, -0.00600700313, -0.00136131677, -0.0154298805, -0.0021852504, 0.0188457537, 0.0147025455, -0.0116373505, -0.0134037342, -0.0150402365, -0.00184268877, 0.0116828093, 0.0167936329, -0.00624728296, 0.00275672739, 0.0261580627, -0.00877996534, -0.0104684206, -0.0223395564, -0.00115350692, 0.00504263537, 0.025781408, -0.0425490625, -0.0189236831, 0.0229629874, 0.00781235099, 0.0123646855, 0.000641288178, -0.00872801337, 0.00352302613, -0.032262478, 0.023716297, 0.00855916739, 0.00785781, 0.0120724523, -0.0228590816, -0.0154428687, 0.00029608843, -0.00424386654, -0.0316650234, 0.013728437, 0.00167221972, 0.00957224052, -0.001931982, 0.000812568935, -0.0201965179, -0.00236221333, 0.00778637454, 0.00593232131, 0.00392890489, 0.0222226642, 0.00644210493, -0.0265477058, 0.00186541793, 0.00395163381, 0.00465623895, -0.00724087376, 0.0085656615, -0.00578945223, -0.0163650252, -0.0086890487, 0.00959172286, 0.00575048756, -0.00844876841, 0.0544461757, -0.0116763152, 0.00790976174, 0.000845039205, -0.0345483832, 0.00417243177, -0.0136505086, 0.0205342099, 0.0224824268, -0.00826044101, -0.00547773717, 0.00777988089, 0.00691617094, 0.0229629874, -0.00088806235, 0.0170274191, 0.0214044135, -0.00826693512, -0.0210797098, 0.0159883685, 0.00047934262, 0.0168975368, 0.0243657026, -0.00367563637, -0.00739023741, -0.016624786, 0.00746816583, -0.0086370958, -0.00165354938, -0.00868255459, -0.00668238476, 0.015793547, -0.00373083586, 0.00278595067, 0.021092698, 0.005552419, -0.00935144257, 0.00270477496, -0.00680577196, -0.0143908309, -0.0191964339, 0.00631547067, -0.0143648544, -0.0208719, -0.00399059802, 0.00554267783, 0.0140141761, 0.0479001664, 0.0209368411, -0.00809159502, -1.317837e-05, 0.0108580636, -0.00901375152, -0.0387045816, 0.0176508483, 0.018754838, -0.00542253768, -0.00231837854, 0.00979953259, 0.0131309843, -0.00615311926, -0.0102281403, 0.0129621383, 0.00413022051, 0.00443544099, 0.0079422323, -0.0133517822, 0.0079422323, -0.000437537121, -0.0300025456, -0.00242715399, -0.00772792799, -0.00457181642, 0.0363926962, -0.0121438876, -0.0118256779, 0.0105593372, 0.0263269078, -0.0233915951, -0.00489327218, 0.000708258129, -0.00123062381, 0.0284959227, -0.0140791163, -0.0125854835, -0.0117282672, -0.00106096664, 0.0233656187, 0.0078188451, -0.00275023328, 0.0127673168, 0.0174820032, 0.00821498223, 0.00591283897, 0.0177547522, -0.00104554323, 0.00284764403, 0.00165517291, 0.0154428687, 0.0213784371, -0.0144947357, -0.0031691, 0.0103645157, -0.00851370953, 0.0165078938, 0.0244955849, -0.00281030335, -0.027794566, 0.0131959245, 0.0144687593, 0.000533324433, 0.0190275889, 5.18509878e-05, -0.0155597618, 0.00713047478, 0.0184171461, -0.00174690143, -0.010383998, 0.00434127729, -0.0131764421, 0.0115983868, 0.0290933773, 0.00842279196, 0.00114376587, -0.0180015266, 0.00705904048, -0.015455856, -0.00929949, -0.014234974, 0.0134816626, -0.0213524606, -0.00316585298, 0.00927351415, -0.00154233864, -0.00835785177, -0.0195471123, -0.00202452228, -0.0185210519, 0.0147415102, 0.00770195201, -0.000902674, -0.0177028012, 0.0138583183, -0.0101956697, -0.0432504229, -0.00683824252, 0.010715195, -0.0120464759, 0.00572451157, 0.0334054306, -0.0120140063, -0.0174560267, -0.00440621795, -0.0287037343, -0.00537058525, 0.0175469425, 0.00418542, -0.00697461748, -0.00423412537, -0.00861112, 0.0276387073, -0.0124491081, -0.00567255914, -0.0106437597, -0.0168325957, -0.0129751265, 0.0110463919, 0.0188457537, 0.00465299189, 0.00399384508, 0.00714995712, -0.0232487246, -0.0133128176, 0.000936767785, -0.00766948191, -0.0129361618, 0.0115464339, 0.0196510181, -0.00547449, 0.00967614539, 0.00293044327, 0.00612714328, -0.013676485, 0.000704605249, 0.00644535199, -0.00737724919, 0.0204173159, -0.010715195, 0.00585114583, 0.0100398129, 0.035041932, 0.00624078931, -0.00744219, 0.00596803846, -0.0337431207, 0.0239890479, -0.0120854406, -0.00972160418, 0.00636092899, 0.0120464759, 0.00730581442, 0.0131959245, -0.00494847167, 0.00688370084, 0.0300804731, -0.00815653615, -0.0148324268, 0.00952028763, -0.00820848811, -0.00803314894, 0.00554592488, 0.00514978729, 0.0184950754, 0.0146505935, 0.00401332742, -0.00532512693, 0.0142089976, -0.0318988115, -0.00156344427, 0.00441271206, -0.0179885384, 0.0141700329, -0.0315091647, 0.0107801352, -0.022937011, 0.0107087009, -0.0336132422, 0.0240929518, -0.00726685, 0.0436140895, 0.0144427838, -0.000384975836, 0.0109294988, -0.00753310649, -0.0135725802, 0.00404579751, -0.00200504018, 0.012559507, -0.014455772, 0.0185600165, -0.0325482152, -0.0155467736, -0.0153129874, 0.0103645157, 0.032652121, 0.0119295837, 0.0288336147, 0.00146440987, 0.012273768, -0.0137544135, -0.000432260684, -0.00580568705, 0.02410594, -0.00216089748, 0.0196640063, -0.00416918471, -0.0142999142, -0.00870203692, -0.0224564504, -0.0165078938, -0.00447440566, -0.00288498495, 0.0107346764, -0.00931247789, 0.00492249522, -0.00603297912, 0.00816952437, 0.0301843788, -0.0201056022, -0.00106096664, -0.0210277569, 0.00234760181, 0.0108775459, 0.0137024606, -0.00399709214, -0.00355549646, 0.00779286865, 0.00967614539, -0.00162757316, 0.0285478756, -0.014845415, -0.0124750845, -0.00454584, 0.0133258058, -0.0265477058, 0.0178196933, -0.0249371808, -0.000233177241, -0.00191412342, -0.0103710098, 0.0226252954, 0.00635118829, -0.00368213048, -0.00475365, -0.0144947357, -0.00266905758, -0.0197808985, 0.00201965193, 0.0046822154, -0.0205342099, 0.0305480454, 0.00507510593, 0.00257164659, -0.00906570442, 0.014507724, -0.00455558114, 0.00503938831, 0.0128647275, 0.00687071262, 0.0020310164, 0.00708501646, 0.000911603274, 0.00892283488, -0.00640638778, -0.00656873919, -0.00455558114, 0.0185470283, 0.00554917194, -0.000106441657, 0.00535110338, 0.00638365839, 0.0153259756, 0.00768246967, 0.000630735303, -0.00709800469, -0.00475365, -0.00113727176, -0.018365195, -0.0148843797, 0.0302363317, 0.008760483, -0.0173780974, -0.00574074686, -0.0150792012, 0.0265087429, 0.00294180796, 0.0173391327, 0.013117996, 0.00475040311, -0.0106957126, 0.00612064917, 0.00798119605, 0.021820033, -0.00972160418, 0.00530564506, -0.0175988954, 0.0324443094, 0.0325741917, 0.0140531398, 0.0290154479, 0.0116113741, 0.00807860773, 0.01160488, 0.00382175273, -0.000276200386, 0.0193912555, -0.00474066194, 0.00855916739, -0.0105788196, 0.0252618827, 0.0142739378, -0.00795522053, 0.00055199489, 0.0178976227, 0.00652977452, -0.00498094177, 0.000390455185, -0.00179398339, -0.00079065148, -0.00970212184, 0.00857865, 0.0198198631, 0.00548423128, -0.00102037878, 0.0212875195, -0.0212875195, -0.0255216453, 0.0145986406, 0.000941638311, -0.00502640055, 0.00923454948, -0.00974758, 0.00223070872, -0.0242488105, -0.0138713066, -0.00712398067, -0.0146376053, 0.0142219858, -0.0152610345, 0.0096306866, -0.0108775459, -0.0213784371, -0.0167936329, 0.0181054324, 0.0297427829, 0.0021430389, -0.0088124359, -0.0105788196, -0.00430556, 0.00224369671, -0.000844227441, -0.00324378163, -0.000523177499, -0.00140433991, 0.00838382822, 0.00526668038, -0.0168585721, 0.00549072539, 0.00111860142, -0.0180145148, -0.0184431225, -0.00619533053, -0.000638041121, -0.00781235099, 0.0255216453, -0.00955275819, 0.0130985137, 0.0355354808, -0.0013824224, 0.00494522462, 0.0155597618, 0.0105528431, -0.0152870109, 0.0322365, -0.0129296677, 0.0184950754, 0.00369836576, 0.0300804731, 0.00929949, 0.0248852279, 0.0276906602, -0.0233396422, -0.00824745279, -0.00677330187, 0.000770357554, 0.0196899809, 0.00494847167, -0.0255995747, -0.018858742, -0.01250106, 0.0132478774, -0.00196445244, -0.0119555593, 0.00448739342, 0.014507724, 0.0151960943, 0.0244955849, 0.00378278829, -0.0076629878, 0.00432828907, -0.00386721105, 0.00720840367, 0.00536084455, 0.00359770772, 0.0260931216, 0.0124296257, -0.028963495, 0.0149363317, 0.00450687576, 0.0100073423, -0.00424386654, 0.00891634077, -0.00752661237, -0.0199237671, 0.00852669682, -0.010715195, -0.017352121, 0.00193360553, 0.00208459236, -0.00392890489, 0.0260541588, -0.0177547522, -0.00720190955, 0.0200146846, 0.0210407451, 0.00871502515, -0.032418333, 0.0194042437, -0.00957224052, -0.00755908294, -0.00952678174, -0.00785131566, 0.017469015, 0.00842928607, 0.0125530129, -1.82645363e-05, -0.0233656187, 0.0126309413, -0.00212680385, 0.0294570439, -0.0048153433, 0.0165338702, 0.0195990652, 0.00222421461, -0.00385747012, -0.00368862459, 0.0091241505, 0.005552419, 0.00903972797, -0.00998786, -0.00440621795, 0.00965666305, -0.0138323419, -0.00167384325, 0.00504588243, 0.0134816626, 0.0100722825, -0.0177157875, -0.0268074684, 0.00289472612, -0.0260931216, -0.00297265477, -0.00624728296, 0.0116438447, 0.0152740227, -0.0111957546, -0.000125213541, 0.0282361619, 0.0055913832, -0.00575048756, 0.00492898934, 0.0234305579, -0.00997487176, -0.0148194386, 0.0259632412, 0.0241838694, -0.0209238529, -0.00907869171, 0.0105073843, -0.00494197756, -0.00713047478, -0.0197159573, 0.00308467727, 0.00729282619, -0.00625702413, -0.0109749567, -0.01763786, 0.00346782664, 0.0139232585, -0.00939690135, -0.0205991492, 0.00576997, -0.00696812337, 0.0119880298, 0.0157675706, 0.0098709669, -0.0227811523, -0.0128647275, -0.0270412546, -0.0020180284, -0.000150479478, 0.014507724, 0.0117412554, 0.00735776685, -0.0123127326, 0.00014611629, -0.0422893, 0.00325027574, 0.0095592523, -0.00940988865, 0.0167546682, 0.00338015682, 0.0130660431, -0.0131504657, 0.00697461748, 0.0121373935, 0.000997649506, -0.0197419338, -0.0236123931, 0.000862897839, 0.00587062771, 0.0035717315, -0.010494397, -0.0149623081, 0.0112931654, 0.0191574693, 0.0107541587, -0.006669397, 0.0048056026, -0.024326738, 0.0110074272, -0.00421139598, 0.0158974528, 0.00057472405, 0.00381850568, 0.0157545824, -0.00772143435, 0.0198977925, -0.0173391327, -0.00141570449, -0.00358471973, 0.00246449467, 0.00576997, -7.46816586e-05, -0.0118321721, 0.0133258058, 0.00588361593, -0.00273237471, -0.0216252115, -0.0297168065, 0.0157675706, -0.0190795399, -0.0116698211, 0.00495496579, 0.0171183348, -0.000266459276, -0.00131179963, 0.00367563637, 0.0100073423, -0.00756557658, 0.0120659582, -0.00375681208, 0.00409775, 0.0185600165, 0.0102735991, 0.0190016124, -0.0184561107, -0.00259275245, 0.00119977712, 0.00111048378, -0.0158844646, 0.00348081463, 0.0213005077, 0.0197808985, -0.0189366713, -0.00408151513, -0.000630735303, -0.0147804748, -0.0069941, 0.00716294535, -0.0241968576, 0.0106437597, 0.0519784354, 0.00313338265, -0.0142999142, -0.00871502515, -0.0197808985, 0.00581218116, 0.0106957126, -0.0184171461, -0.00161377329, 0.00326001667, -0.00067416433, 0.00802665483, -0.0247943103, 0.000759398856, 0.00783832744, -0.00950080622, 0.0282101855, 0.0294570439, -0.0533032231, 0.00127527048, -0.00995538943, -0.0099943541, -0.0102865864, 0.0139362467, -0.00972809829, -0.00456856936, -0.0062440359, -0.0265736822, 0.000333632197, 0.00730581442, -0.0124036493, 0.00893582311, 0.00625377707, 0.0126764, 0.00538032642, 0.02645679, 0.00016336613, 0.00418542, 0.000722058, -0.00725386199, 0.0156117138, -0.025054073, 0.00929949, 0.0255216453, 0.0190925281, -0.0152740227, -0.0226902366, 0.0117932083, 0.0234175716, 0.00136375206, 0.0192483868, 0.000618964841, -0.00129150564, -0.0012265651, -0.00566281797, -0.0203783512, 0.00366589543, -0.0208848882, -0.00582841644, -0.0132608647, 0.0126893884, -0.000679034856, 0.00804613717, 0.0090007633, -0.00524395145, 0.00260574045, 0.0274828505, 0.00637716427, -0.00156831485, -0.00510757603, -0.0154168922, 0.0069941, -0.00679927785, -0.0201056022, -0.0266516116, -0.0325222388, -0.00881893, -0.00748764817, 0.014234974, -0.00770195201, 0.0135206273, -0.0045036287, 0.0115139633, 0.0282101855, 0.0107606528, -0.00356199034, 0.00459454535, -0.00450038165, 0.0362887941, -0.0202224944, 0.0224954151, -0.000217753855, 0.00763701135, -0.0026836691, -0.0164429527, -0.00596154481, 0.0143129025, -0.013949235, -0.0219109487, 0.0189496595, 0.00204075756, 0.0145337, -0.0194691848, 0.00180372444, -0.0113061536, -0.0250930376, 0.00515952846, -0.0141960094, -0.00731230853, 0.0224174857, 0.00371784787, 0.00472442666, -0.0173001681, -0.00171767815, -0.000187515907, 0.01997572, -0.00122818863, 0.0266256351, -0.00690318272, 0.0117022917, 0.00786430389, 0.00688370084, -0.00690967683, -0.0207939707, -0.00179398339, -0.0284179952, -0.0123452032, -0.00054996548, -0.00640638778, -0.0133517822, 0.021988878, -0.0122802621, 0.0148713915, 0.0209238529, -0.0126828942, 0.016014345, -0.00558488909, 0.00348081463, -0.000475283829, -0.0134297106, -0.0117672319, 0.000437537121, 0.000181224794, 0.0103320451, 0.025443716, -0.00458480464, -0.00393864559, 0.00242553046, 0.00705254637, -0.00754609471, 0.0177937169, -0.00376655324, 0.0019693228, 0.0170663819, 0.00256028213, 0.00342236832, 0.00603297912, 0.016520882, -0.00188490015, 0.00120383583, 0.0196640063, 0.00898777507, -0.00330060464, -0.0161442272, 0.000713128655, 0.00565957092, 0.0117997024, -0.0167286918, -0.0134816626, 0.00312201795, -0.00945534743, -0.00691617094, -0.00209758058, -0.000754528272, -0.00658172695, -0.0119101014, -0.0178846344, 0.0172222406, 0.00206998084, 0.0181054324, -0.00754609471, -0.0159104411, 0.00401657447, 0.0094358651, 0.00613039033, -0.00902024563, 0.00454259291, 0.0341327637, 0.0197419338, 0.0193522908, 0.00503938831, -0.00231350795, -0.00418217294, -0.0105528431, -0.0324702859, -0.0116113741, -0.0098060267, -0.00907219853, -0.0377174839, -0.0187938027, 0.0245865, 0.00443219393, -0.00852020364, 0.0188717302, 0.00477637909, -0.016520882, -0.00918909069, -0.00739023741, 0.00405553868, -0.00163731421, 0.00507185888, 0.00416593766, 0.00525693921, -0.0131569598, -0.00538032642, 0.00903972797, 0.00719541544, 0.0216901507, -0.00788378529, -0.0144168073, -0.0394319147, -0.00161377329, 0.0116438447, 0.0256775022, 0.0310935471, -0.0231837854, 0.0134946508, 0.023716297, -0.00412047934, 0.0153519511, -0.00429581897, 0.0125660012, -0.00469520362, -0.0355614573, 0.0230539031, 0.0116243623, 0.00225668494, 0.0267814919, 0.0083253812, 0.000728552055, -0.0147934631, 0.0120854406, 0.00949431211, -0.0188977066, 0.00244663609, -0.00831888709, -0.00148713915, -0.00128257636, -0.0284179952, -0.0178196933, -0.00263496372, -0.00484781386, -0.0232487246, 0.0163650252, 0.016014345, -0.00498418882, 0.00808510091, 0.00233461359, 0.0171053465, 0.00849422719, -0.00511082308, 0.00754609471, 0.0053738323, 0.0132868411, 0.00847474486, -0.00966315717, 0.0124685904, -0.0230019502, -0.00783183333, 0.00712398067, -0.00977355614, -0.00526992744, 0.00466273306, -0.00293693738, 0.00724087376, 0.000404660939, -0.0213654488, -3.46518827e-05, -0.0129816206, 0.0115009751, 0.0110918498, 0.00552319596, 0.00631547067, -0.0253917649, 0.00527966861, 0.00618559, 0.00420165528, -0.0163780134, -0.000160119103, -0.00368862459, 0.0180145148, -0.00413671462, 0.017352121, 0.00373408291, 0.0114944819, 0.0142999142, -0.00091485033, 0.0276646838, -0.0053965617, 0.00153503276, -0.011215237, 0.0186769087, 0.00592258, -0.00926702, -0.011663327, 0.00924104359, 0.0076954579, 0.0305740219, -0.0162611194, -0.0346003361, -0.0363926962, -0.00735776685, 0.00824095868, 0.00344509748, 0.010546349, 0.0106112901, 0.0141310692, -0.0278205425, -0.00890984666, -0.024053989, 0.00246774172, -0.00393864559, -0.0164949056, 0.00322267599, -0.00435751257, -0.00601349724, 0.00523421029, -0.00687720673, 0.0112217311, -0.00363667216, -0.00166897278, 0.000470413273, 0.0141830212, -0.00780585688, -0.0342366695, 0.00896829274, 0.00438673561, 0.0134816626, 0.00744868396, -0.0049387305, -0.0126828942, -0.00504912948, -0.0196899809, 0.00518875197, -0.0053121387, 0.00237844861, 0.0203913394, -0.00907219853, -0.0243397262, 0.00826044101, 0.0203783512, -0.0118191848, -0.0151051776, 0.00247098878, 0.0184561107, -0.0166507624, 0.0165078938, -0.0233526304, 0.0227551777, 0.000252253551, 0.00649405736, -0.0356913395, 0.00428932486, -0.0042471136, -0.00576022873, -0.00140677521, -0.017858658, 0.00281192688, 0.0161961783, -0.0294310674, 0.00526668038, 0.00982550904, -0.0155078089, -0.00481209671, -0.00304733636, 0.0178326815, -0.0100787766, 0.00777988089, -0.00174852496, 0.0146635817, -0.0103515275, -0.0062050717, -0.0294310674, 0.00696812337, -0.00754609471, 0.0038314939, 0.00242715399, 0.00903323386, -0.00525369216, 0.00321942894, -0.00928000826, 0.00245150668, 0.000644941058, 0.010604796, 0.0119165955, 0.00749414228, -0.0135076391, 0.0103645157, -0.0026836691, 0.00625702413, -0.0091241505, 0.0116113741, -0.0232227482, 0.0113126477, -0.0235344637, 0.00282816193, -0.0096826395, 0.0217810683, -0.00900725741, -0.021261543, -0.0162091665, -0.00190438225, 0.0160403214, -0.0178456698, -0.0149623081, -0.026171051, -0.0155987255, 0.00255378801, 0.0111892605, 0.011215237, 0.00138891651, -0.00339963892, -0.0298986398, 0.0278724935, 0.00384772895, -0.00199529901, -0.0356393866, 0.0126634119, -0.00601349724, -0.0263918489, -0.00559463026, 0.0408346318, -0.0104229618, -0.0103645157, 0.00136537559, -0.00506536476, 0.00846175663, -0.0230409149, 0.0071044988, -0.015624702, 0.0198977925, -0.0208459236, 0.00505562359, 0.0056758062, -0.0247163828, -0.00587712182, 0.01043595, 0.00152853876, 0.00622780109, 0.0349899791, -0.00771494024, -0.0214174017, 0.0146895573, -0.000462701573, -0.00132641126, 0.0282101855, -0.000815004169, -0.00791625585, -0.000353723182, -0.0152870109, 0.0173780974, 0.00849422719, -0.0123841669, -0.0194042437, 0.0268853977, -0.0335353129, 0.0176248718, 0.00784482155, -0.01674168, -0.0334054306, -0.0122412983, -0.0120075122, -0.0151960943, 0.00605895557, -0.00379902357, 0.00707202824, 0.00395488087, 0.0237292852, -0.0134946508, 0.0271711349, 0.00532512693, -0.0156117138, -0.018469099, 0.0109814508, 0.0102606108, -0.006110908, -0.0141570447, -0.0114879878, 0.015403904, 0.0401073, -0.006669397, -0.0100333188, 0.0125140483, -0.0140401516, 0.0275348034, -0.0106892185, 0.00510757603, -0.0127543285, -0.0151051776, -0.0310156178, -0.0105853137, -0.00352302613, 0.00128501165, -0.000309888303, 0.0176768247, 0.010825594, 0.00429581897, -0.0107541587, 0.00861112, 0.0197679102, 0.0154428687, 0.0118191848, 0.018248301, -0.017131323, 0.0108970283, 0.00134264631, 0.0124361198, -0.00275835092, 0.0135466037, -0.00586738065, 0.00290609058, 0.00700059393, 0.013676485, 0.0166897271, -0.0218070447, 0.0124815786, 0.00276159798, -0.0258333609, -0.0325741917, 0.00497769471, 0.000541442, 0.0116763152, -0.0167286918, -0.00326488726, -0.0121698631, -0.0111373086, -0.0059875208, -0.0116893034, 0.0140141761, 0.0251320023, -0.00397111615, 0.00903323386, -0.0152220707, 0.0155078089, -0.00145548058, 0.0095073, 0.00103417865, -0.0136375204, 0.00505237654, -0.00353601412, 0.0179625619, 0.016014345, -0.00203588698, -0.00393215194, 0.00691617094, 0.00885140058, 0.00442570029, -0.00629274175, -0.0220927838, 0.0235214755, 0.010494397, -0.00443544099, -0.0233656187, -0.00180047739, 0.00950080622, -0.000805263116, 0.0076629878, -0.0050231535, -0.0119230896, 0.00370161259, 0.000622211839, -0.00162919669, -0.000754122389, 0.00874749478, -0.0231967736, 0.00116974209, 0.0165858231, -0.00647132797, -0.0102606108, 0.0214693528, 0.00712398067, -0.0100592952, 0.00662718574, 0.0438998267, -0.0100722825, 0.00724736787, -0.010267105, 0.0276646838, 0.010325551, -0.00752661237, 0.0177028012, 0.00634794123, 0.0116957976, -0.0141440565, -0.0158195235, 0.00344509748, 0.0345224105, -0.00902024563, -0.0225213915, -0.0299505927, 0.00572451157, -0.000306844217, 0.0165858231, 0.00436075963, 0.00935144257, 0.0143388789, 0.00882542413, -0.0245475359, 0.0178976227, -0.00512381131, -0.00338340388, -0.00417243177, -0.00374382408, 0.00724736787, -0.00184755935, -0.0136634968, 0.00441920618, -0.0265866704, 0.00853319094, 0.0347821712, 0.0109814508, 0.00234922534, -0.00762402313, 0.009487818, 0.0147934631, -0.0069811116, 0.0275088269, -0.0275607798, -0.00257002329, 0.0141830212, 0.00781235099, 0.0198198631, -0.00885140058, 0.0048672962, 0.0151051776, -0.00365940132, -0.00361718982, -0.00717593357, 0.013338794, 0.0291972812, -0.0137544135, 0.00185080629, -0.00774091622, -0.0135725802, 0.012721858, -0.00673433766, -0.0126439296, 0.00149282138, -0.00135076395, 0.00464325119, -0.00295479619, -0.00691617094, -0.00115350692, 0.00508809369, 0.0128647275, 0.00175826601, -0.00335093355, -0.0302623063, 0.00942287687] |
05 Aug, 2022 | Node.js Stream writable.cork() Method
05 Aug, 2022
The writable.cork() method is an inbuilt application programming interface of Stream module which is used to write every data into the buffer memory. When we use stream.uncork() or stream.end() methods then the buffer data will be flushed.
Syntax:
writable.cork()
Parameters: This method does not accept any parameters.
Return Value: If this method is used then the data written after this method is not displayed in the output as these data are stored in the memory and can be again shown using some other specific methods.
Below examples illustrate the use of writable.cork() method in Node.js:
Example 1:
javascript
// Node.js program to demonstrate the
// writable.cork() method
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Calling cork() function
writable.cork();
// Again writing some data
writable.write('hello');
writable.write('world');
Output:
hi
Here, in the above example the data written before cork() method is only displayed and the data written after it is corked i.e. stored in the memory.
Example 2:
javascript
// Node.js program to demonstrate the
// writable.cork() method
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Again writing some data
writable.write('hello');
writable.write('world');
// Calling cork() function
writable.cork();
Output
hi
hello
world
In the above example, the cork() method is written at last so, none of the data is being stored in the memory. Therefore, all the written data is displayed in the output.
Reference: https://nodejs.org/api/stream.html#stream_writable_cork
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.cork() Method | https://www.geeksforgeeks.org/node-js-stream-writable-cork-method?ref=asr9 | CSS | Node.js Stream writable.cork() Method | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, Node.js Stream writable.cork() Method, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0357009843, 0.00862487685, -0.0148038939, 0.0518922955, 0.0192808192, -0.0245873369, -0.0266613122, 0.024244057, -0.02887832, 0.0495751649, 0.0334982798, 0.0415653288, -0.0264324602, -0.00124259735, 0.0178361889, -0.0179935247, -0.00626126025, 0.0199244674, 0.0153617216, 0.0187372956, 0.0142389145, 0.048202049, -0.00291071716, -0.00046709145, 0.0224847551, 0.0172068439, -0.011178012, 0.00429455936, -0.0116571719, -0.0217123777, 0.0168778691, 0.0285636485, 0.0218983199, -0.0269044675, -0.00346139353, 0.00062889728, -0.0295791812, 0.0242011473, 0.0164630748, -0.027676845, -0.0117644472, -0.0162771307, -0.0276625417, 0.0135022951, -0.0228995495, 0.00915409811, -0.051749263, -0.0370168872, 0.0112781357, 0.0021991292, 0.0407929532, 0.013924242, -0.00270868349, -0.0330691822, 0.0191091802, 0.0228995495, -0.00661526667, 7.47011072e-05, 0.0137669062, -0.0375604108, 0.00488099409, -0.0548101664, 0.0146179507, -0.0320965573, -0.0247732792, 0.0123508815, -0.0212260652, 0.0170209017, -0.011406865, 0.0346997529, -0.0396486893, 0.0328117236, -0.00874645542, 0.000767013349, -0.0100695081, -0.0169779919, 0.0205109026, 0.0537231155, -0.0141244875, 0.00365806348, -0.0204966, -0.00565694692, -0.0136882383, 0.0204250831, 0.014038668, -0.0611036085, -0.0459135249, -0.0106917014, 0.0639070496, -0.00271941093, 0.0474868864, 0.0180650409, 0.00159213378, -0.0155190574, -0.00247446727, 0.0161054917, -0.0178218856, -0.0355293453, -0.0212260652, 0.0342420489, 0.0229710657, 0.0183940176, -0.0244013947, -0.0123008201, 0.00329511799, -0.00291965669, 0.0349572152, -0.0326972939, 0.0167777464, 0.0276482385, 0.0476299189, 0.0228566397, -0.00420516403, -0.00376891391, -0.0167205334, -0.0197099186, -0.000862666522, -0.0176216401, -0.0181651637, 0.0187372956, -0.0109134018, -0.0160625819, 0.00458777649, 0.0678547546, 0.00456632162, 0.0102196932, -0.028935533, 0.0275052059, 0.00461995928, 0.0324970484, -0.0315244272, -0.0457991, -0.0257745087, 0.000484970544, -0.0128157381, 0.00413007196, 0.0213977061, 0.0153045086, -0.019266516, -0.0152043859, 0.00823153742, -0.0275338124, 0.0346425399, 0.0359298363, 0.0291929916, 0.0108561888, -0.0516062304, 0.00886803307, -0.0190662704, 0.0529221334, -0.000146496866, 0.00028025487, 0.0447406583, 0.0195668861, -0.0469719693, -0.0433961488, 0.000501508708, 0.00823868904, 0.0165775, -0.0494035259, 0.00268901652, -0.0366736054, 0.0258317217, 0.0443973765, 0.000930607086, 0.0352432802, 0.0211974587, 0.0147895906, 0.00927567668, 0.0198815577, -0.024873402, 0.00525287911, -0.0165918041, 0.00225991802, -0.0347283594, 0.0119503895, 0.0092542218, -0.0300654918, 0.0226993039, 0.00856051221, -0.00394412922, 0.00526003074, -0.0130302869, -0.0250593442, 0.00874645542, 0.00292680855, 0.00579640362, 0.00779528683, -0.0174070913, 0.000459939823, -0.0241439342, -0.00798123, 0.0379322954, -0.00738049205, 0.000582858629, 0.0521783605, -0.00582501, -0.0278627872, 0.00190412404, 0.0179792214, -0.0111565571, -0.0306090172, -0.00156620902, -0.0163629502, -0.0120004509, -0.0306948368, 0.0165059846, -0.0355865583, 0.0398775414, -0.00792401657, 0.0287352875, -0.0027658965, 0.00928282831, 0.006246957, 0.0361300819, -0.00871784892, -0.0560116395, 0.0107918242, -0.0277054515, -0.0243441798, 0.0101195695, -0.0284635257, 0.0139886066, 0.00264253072, -0.0466859, -0.0470577888, -0.0142603694, 0.00760219293, 0.0047915983, 0.0143604921, 0.00934004132, 0.0667104945, -0.0124510042, -0.0261177868, -0.0287352875, 0.0289641395, -0.00716236699, -0.0342706554, 0.0336985253, 0.0379036888, 0.0370168872, 0.0123008201, -0.0281488523, -0.0297508202, -0.0234573781, 0.0225276649, -0.0468003303, 0.00935434457, 0.0219269264, -0.0214120094, -0.0375890173, 0.0496323779, 0.0144463116, 0.00501687499, -0.0381611474, 0.0143533405, 0.00763079943, -0.00136506918, 0.0113425, -0.04253795, -0.00808850396, 0.0112137711, -0.0215264354, -0.0202248357, -0.000700860692, -0.00375103485, -0.0144105535, -0.024129631, -0.0309522953, 0.00600737706, 0.0455416404, -0.00700860657, 0.0458563119, -0.0154618444, -0.0294075422, 0.0153331151, -0.0154332379, -0.0278198775, -0.0395056568, 0.0034256354, 0.000539948756, 0.00106470031, 0.00320929824, 0.00463426253, -0.0116571719, 0.00470577879, 0.0285207387, 0.0181222539, -0.02792, -0.00716594281, -0.0040478278, -0.00643289974, 0.0512057394, 0.00980489794, 0.0657950863, -0.0304659847, -0.0249163117, 0.0312955752, -0.0126798572, 0.0200102869, -0.00573919062, -0.0422804914, -0.0119932992, -0.00853190571, -0.0092256153, -0.00608604494, 0.0400205739, 0.0157193039, 0.0524644256, -0.0254598372, 0.0299796723, -0.0384472124, -0.0261606965, -0.042480737, -0.0089037912, 0.0370454937, 0.0322109833, 0.02521668, -0.0166204106, -8.89485163e-05, 0.00808850396, 0.0270761065, -0.0543524586, 0.0248447955, 0.0254598372, -0.0155333607, 0.022985369, 0.00793832, -0.0120076025, -0.0111994678, -0.00305911386, 0.00965471286, -0.0251880735, 0.00836741831, -0.00863918, -0.0128657995, -0.06282, -0.0156477876, -0.0393054113, 0.00257459027, -0.016348647, -0.00744485669, -0.00416225428, -0.0128228897, 0.0532368049, 0.0110778892, 0.0107060047, -0.00413722359, 0.0246874597, 0.00562118879, 0.000889485178, 0.0182795897, 0.0138455741, 0.0216980744, 0.027734058, -0.00845323782, 0.0100981146, -0.0304373782, -0.00995508209, 0.013809816, 0.0135380533, -0.000161805845, 0.0167348366, 0.0165775, 0.0158337299, -0.040535491, -0.0236862302, -0.0278770905, 0.0104556968, 0.0302371308, -0.0486883596, -0.00752352457, -0.024072418, -0.00649011275, -0.00172890886, -0.0063292007, -0.00389764342, 0.0244300012, 0.0252452865, 0.0178504921, 0.0369310677, 0.0418227874, 0.0103341192, -0.00843893457, -0.0113639552, -0.0129802255, -0.0111351022, 0.0473152474, 0.014324734, -0.0216837712, -0.0520639345, 0.0283777062, -0.00793832, 0.0377034433, 0.0255885664, 0.0277483612, -0.0351574607, 0.00318069174, -0.00492747966, -0.023099795, -0.0403638519, -0.0403352454, 0.0186657794, -0.0160339754, 0.00424092216, 0.00979774632, -0.00582143432, -0.0396772958, 0.00284277671, 0.02792, 0.0178218856, -0.012951619, 0.0261177868, 0.028020123, -0.00808850396, 0.0605314746, 0.0640786886, 0.00450910861, -0.0395914763, 0.00687630149, 0.0223989356, -0.00414437521, -0.0301227048, 0.00528863724, -0.00612537935, 0.00308772037, -0.0197242219, -0.026246516, -0.0122722136, -0.00528863724, -0.0246874597, 0.00660096342, -0.0182652865, 0.000842999492, 0.0197242219, -0.0377892628, -0.0310095083, 0.00199888321, 0.00948307384, 0.0128443446, -0.0124009429, 0.00259604515, 0.00580713106, -0.0304659847, -0.0106344875, 0.0225276649, -0.0633921325, -0.0354435258, 0.0117859021, 0.00114873203, -0.00603240775, -0.00853190571, 0.00744485669, 0.0148611069, 0.00371527672, -0.0363017209, 0.0154046314, -0.0141673982, 0.00198815577, 0.0257172957, -0.0149183199, -0.0152043859, -0.0369882807, 0.013466537, -0.00165918039, -0.0546957403, -0.0208970904, 0.0154046314, 0.012379488, -0.0201104097, 0.0337557383, -0.000544418581, -0.0112709841, 0.0583859831, -0.0218554102, 0.0225705747, 0.01732127, -0.0286923777, 0.0350430347, -0.0379322954, 0.00416583, -0.0223274175, -0.0210258197, 0.0170638114, -0.000198569745, 0.0199530739, -0.0163629502, -0.00967616774, 0.00832450856, -0.00960465148, 0.0364733599, -0.0156048769, 0.0181794669, -0.0107918242, 0.00335590681, 0.0169779919, -0.00125690061, -0.00914694648, 0.0264324602, -0.0057356148, 0.0154475411, 0.00525287911, 0.021154549, 0.00024472017, -0.0264038537, -0.00980489794, -0.0161484014, 0.0407929532, 0.00249949796, -0.0200388934, -0.0307520498, 0.0384472124, -0.0345853269, -0.00435177283, -0.00344887818, -0.0266756155, -0.00139367569, -0.0157765169, 0.0161484014, 0.0200388934, 0.0186943859, -0.00260498468, 0.0215550419, -0.0233429503, 0.0024279817, 0.00781674217, 0.00160733098, 0.00126673409, 0.0143461889, -0.00810280722, 0.0184655339, 0.00654017413, 0.00347390887, 0.00425880123, 0.000800983631, 0.00867493823, -0.00748061482, -0.0180221312, -0.0113782585, 0.0194381569, -0.0150899589, 0.0369882807, -0.0321537703, 0.0153617216, -0.0245444272, 0.0315244272, 0.00706581958, -0.0127656767, -0.0239293855, 9.19097438e-05, -0.0224275421, 0.0453413948, -0.01915209, -0.0190090574, 0.0273478702, -0.0143962502, -0.0131518645, -0.0476871319, -0.0253597144, 0.0119074797, 0.019323729, 0.0398489349, 0.0324684419, 0.0202677455, 0.00552106556, -0.0208398774, 0.0299796723, -0.00491675222, -0.0344136879, -0.00440541, -0.0121077253, -0.00868209, 0.0341562293, -0.00973338168, 0.0216837712, 0.0247303694, 0.0252023768, -0.0131018031, 0.0277054515, 0.0204679929, -0.00241904194, -0.0165488943, 0.0218411069, 0.00137669058, -0.0193380322, -0.00287317112, -0.0100051435, -0.00450195698, -0.0408787727, -0.00748061482, -0.0104843033, 0.0170924179, -0.0113353487, 0.0171353277, -0.027619632, 0.0124510042, -0.0366163924, -0.00318426755, -0.00260140887, 0.00835311506, -0.00686199823, 0.0130517418, -0.02887832, 0.0207826644, -0.0338987708, 0.000396692514, 0.0192236062, -0.00664744899, 0.00461638346, -0.00443044072, 0.0063935658, -0.0145321311, 0.0583287701, 0.0109062502, 0.00294289971, 0.00336484634, -0.0167777464, 0.0152186891, -0.0313241817, 0.00866063498, 0.0181937702, 0.0102983611, 0.0202820487, -0.00897530746, 0.0165775, -0.0294933617, -0.0130231353, -0.0446834415, 0.0121005736, -0.0378750823, -0.00408358593, -0.0233000405, -0.0107274596, -0.0156906974, 0.0110135246, 0.0338987708, -0.0198243447, 0.0194524601, -0.0137740579, -0.0367022119, -0.00999799185, 0.0157336071, 0.0141316392, 0.0345567204, 0.0010477152, 0.00983350445, -0.0355579518, 0.0130445901, 0.0034077561, -0.0545527041, -0.0462854095, 0.00557470275, -0.00367236696, 0.0346425399, -0.0246588532, 0.0188517217, 0.0383041799, 0.0235575, -0.0540091805, -0.00435534865, 0.0251165573, -0.0381325409, 0.0290070493, 0.0282203685, 0.0213690978, -0.00649011275, 0.0090682786, 0.0345567204, 0.0262322128, 0.0182795897, -0.0251308605, -0.0489458218, 0.0017280149, -0.0176645499, -0.00109062507, -0.00658666, -0.0204822961, 0.0327259, -0.00900391396, 0.0107989758, 0.00452698767, -0.0314386077, -0.0344136879, -0.00133020489, -0.000476478, 0.00372958, -0.0309809018, -0.00672611687, -0.0123079717, -0.0401063934, -0.00770231569, -0.00697642425, 0.0199816804, 0.0471436083, 0.012551127, 0.0230568852, 0.00436607609, -0.0273049586, -0.011578504, 0.0204536896, -0.0494035259, 0.0288640168, -0.0275195092, 0.03141, -0.0249163117, 0.0348141827, -0.0139957583, 0.0294647552, -0.0103198159, -0.0138312709, -0.00446977466, 0.0160768852, -0.0357581973, 0.00346496934, -0.00401564548, -0.00447692629, 0.00984065607, -0.028535042, -0.0207826644, 0.00722673163, 0.00213118852, -0.0107131563, -0.00458777649, -0.0141745498, 0.00814571697, -0.0413364768, -0.0121863941, -0.023957992, -0.0156620909, 0.00821723416, 0.0327545069, -0.0377320498, -0.0148038939, -0.0104628485, -0.0352146737, 0.0204107799, -0.0184941404, 0.0230711885, 0.00991217233, 0.00484881178, -0.0136667825, 0.0150470491, 0.000782657531, -0.00208470295, 0.000467985403, -0.00431243842, 0.00414437521, 0.00966901612, -0.0015107838, -0.0129945287, -0.020353565, -0.0254312307, 0.0106773973, -0.0225133616, 0.00783819705, 0.00689418055, -0.00962610636, 0.00315566082, 0.00842463132, 0.0167634431, 0.0368166417, -0.0183225, -0.0115999589, -0.0137168448, 0.0371027067, -0.0309809018, -0.00454844255, -0.0432245098, 0.00753782783, 0.0125153689, 0.00640071742, -0.0411362313, 0.00472723367, 0.0161484014, 0.0195239764, -0.0054495493, 0.00979059469, -0.0185084436, 0.0212832782, -0.0176216401, -0.00583573757, 0.0299510658, -0.00309487199, -0.022127172, -0.00286065578, -0.00222773571, 0.0316388533, 0.00195597345, 0.00280701858, 0.0148468036, -0.00863918, 0.0022545543, 0.0527504943, -0.00953313522, 0.0301799178, -0.0198672544, -0.00914694648, 0.00995508209, -0.012207849, -0.0341848359, 0.0206825417, -0.0283920094, 0.0069084838, 0.0448264778, -0.00824584067, -0.0200245902, -0.025331106, -0.0421660654, -0.0265039764, 0.00800983608, -0.00854620896, -0.00694424193, -0.0108561888, 0.0223703291, -0.0216122549, -0.029049959, -0.0035543649, 0.0417941809, 0.0161913112, 0.0054781558, -0.000555146, -0.0174356978, 0.0217695907, 0.00487026665, -0.027905697, 0.0304087717, 0.0112423776, -0.0118502667, 0.00247983099, 0.0179506149, -0.0131089548, -0.00162163423, -0.0704865605, 0.0246302467, -0.0257602055, 0.0165059846, 0.00863918, 0.0197385252, -0.0113210455, 0.0066510248, -0.0360442623, -0.00608246913, 0.00592870917, -0.0253740177, -0.0325542614, 0.0178934019, 0.0148181971, 0.000709353248, 0.0322968028, 0.00777383195, 0.0106416391, -0.0313527882, 0.00702291, 0.00906112697, -0.0231284015, 0.00517778704, 0.00552106556, -0.0324684419, 0.0242726635, 0.00510627078, 0.00676902663, -0.00297150621, -0.0198100414, -0.0209972132, 0.0152615989, 0.0195382796, -0.0135881146, -0.0335841, 0.0058536171, 0.0265325829, -0.00501329917, -0.0297222137, -0.0157479104, -0.0321251638, 0.0160339754, -0.0086105736, -0.0155190574, -0.0029411118, -0.00102000253, -0.00402637292, -0.00561403716, -0.000856408849, -0.00484881178, -0.0058822236, 0.0136167211, 0.00989071745, 0.0121863941, 0.00243334542, -0.00740909856, -0.00563906785, 0.000821991533, -0.0108704921, 0.0182509832, -0.011464078, -0.0204679929, 0.0469147563, 0.019380942, -0.0294933617, 0.0164344683, -0.0100838114, 0.00236361683, -0.0155190574, 0.000390434812, -0.0077881352, 0.00292859646, -0.0210115165, 0.0369024612, -0.0012282941, 0.00849614758, -0.0191234834, -0.00983350445, -0.0194667634, -0.00779528683, -0.0232285243, 0.0136095695, 0.0108776437, 0.00411934452, 0.0211974587, 0.00190233614, 0.00107542775, -0.0098478077, 0.00708369911, 0.00395485666, 0.0162342209, 0.0174786076, -0.0245730337, -0.00972623, -0.0169207789, 0.0095975, 0.0188517217, 0.0257745087, 0.013752603, 0.0100981146, 0.00690133218, -0.00708369911, -0.0055603995, -0.00821723416, 0.0146894678, -0.0240009017, -0.0152186891, 0.0296077877, -0.00270689558, -0.0319535248, -0.0081528686, -0.0309236888, -0.012837193, -0.0140172131, -0.0213547945, -0.0489172153, 0.0380467214, -0.0256314762, 0.00148932892, 0.0144177051, -0.0204107799, -0.0228280332, -0.0511199199, -0.0102125416, 0.023900779, -0.00159034587, -0.0145607376, 0.0387904942, -0.00088278047, -0.0105701229, -0.00791686494, 0.0113138938, -0.0100265983, -0.0086105736, -0.0192379095, 0.0185084436, 0.00738049205, -0.0247303694, -0.0439682789, -0.00754497945, -0.00387976435, 0.0138384225, -0.00461995928, -0.00755928271, -0.0383041799, 0.0138813322, -0.0201104097, 0.0210830327, -0.00512772566, -0.012951619, -0.00264253072, 0.0220270492, -0.00709085073, 0.0298080333, -0.0244156979, -0.0132519882, 0.00826014392, -0.0108776437, -0.014324734, 0.00606101425, 0.0345853269, -0.024758976, -0.00128640118, 0.0218268037, 0.0157479104, -0.0253025, 0.00630059419, -0.0172211472, -0.00762364781, 0.000688345288, 0.0206539351, 0.0190662704, -0.00776668033, 0.0164058618, 0.0224275421, -0.00902536884, 0.00835311506, -0.0126941605, 0.0199101642, -0.0216551647, -0.0538375415, 0.00364376022, 0.0232428275, -0.00122024852, -0.0167777464, -0.00488457, 0.0478301644, -0.0031252664, -0.0338129513, 0.0206253286, -0.0440827049, 0.000707565341, 0.0248590987, 0.00986926258, 0.00737334043, -0.00546742836, -0.0114354715, -0.0187515989, -0.020239139, -0.00361336581, 0.0144892214, -0.00828875, -0.0193666387, 0.00900391396, -0.0360442623, 0.00625410862, 0.0139886066, 0.0125582786, -0.00716951862, -0.0263609439, 0.00256386283, -0.0112852873, -0.00157067878, -0.000454799563, -0.010605881, -0.00993362721, 0.00593228498, 0.00981205, 0.0026657735, -0.0121720899, 0.00402994873, -0.00448765373, -0.00483093224, -0.0171639342, -0.023271434, 0.0289069265, 0.0256314762, -0.0107560661, -0.00968331937, 0.0101910867, -0.0187802054, -0.0231427047, 0.00956174172, -0.0162056144, 0.0164630748, 0.0284635257, 0.0119360862, 0.0117859021, 0.026875861, 0.0136453277, -0.00686199823, 0.0139027871, -0.024244057, 0.00411576871, -0.00876791, 0.0131876236, -0.0299224593, -0.00311096315, 0.0139743034, 0.0170352049, -0.00993362721, -0.0172497537, -0.0166204106, -0.0109277051, -0.00497396523, -0.00679763313, 0.00128818909, -0.0143676437, 0.00273729, 0.0184226241, 0.0214406159, -0.00678690569, 0.00764510268, 0.00160196726, 0.0627627894, -0.0458563119, 0.0160768852, -0.0149469264, -0.020296352, -0.0189804509, -0.0059358608, 0.0117215374, 0.0117429923, 0.00277662394, 0.000483629614, -0.0117644472, 0.0246016402, 0.00994793, -0.0104843033, -0.0179077052, 0.00112459529, -0.0185370501, -0.0112709841, -0.0200961065, 0.0120648155, -0.00146429823, -0.0207254514, 0.00504548149, 0.0109062502, 0.0103984838, -0.0242011473, -0.027791271, -0.00638999, -0.00504548149, 0.0172068439, -0.00254419562, 0.00298580946, 0.00862487685, 0.0223417208, 0.0269473772, 0.0130946515, -0.00300905225, 0.0129015576, 0.0268472545, 0.0122150006, -0.0316102467, 0.0139456969, 0.0121649383, -0.0333266407, 0.00388691598, -0.00911834, -0.0295791812, -0.0391337723, 0.00591798173, -0.0151614761, 0.00689418055, 0.0109062502, -0.0256171729, -0.0188231152, 0.0155333607, 0.0109920697, -0.00877506193, 0.0294361487, -0.00124974898, -0.00113085296, 0.00509196706, -0.010491455, 0.00425880123, -0.0187659021, 0.00458420068, -0.00728752045, 0.00660096342, -0.00324863219, 0.0168635659, 0.00553179299, 0.00682623964, 0.0145893442, 0.00112370134, -0.00401564548, -0.0345281139, -0.00723388325, -0.00154654204, -0.00475584, -0.0111351022, -0.00150452612, -0.000791150087, -0.0320965573, 0.00596804311, 0.0230711885, -0.00605743844, -0.0148038939, 0.00698, 0.00653659832, 0.00202033808, 0.00109867065, 0.0212260652, -0.00486311503, 0.0221557785, 0.0102840578, -0.0010495031, 0.0343850814, -0.0258746315, 0.0124152461, -0.00945446733, -0.00532439537, 0.00674399594, 0.024015205, -0.00220449292, -0.0279486068, -0.00387976435, -0.00191663939, -0.00477729505, -0.0230854917, 0.0247875825, 0.0113281971, 0.0235145912, -0.00253168028, -0.019195, 0.00658308389, -0.00808850396, 0.0395342633, 0.0295219682, -0.0288068037, 0.00448765373, 0.00164577097, 0.0184083208, 0.0149898361, 0.0119718444, -0.013294898, 0.0107703693, 0.0195096731, -0.00521354517, -0.00395485666, -0.0112995906, 0.0139385452, 0.0068155122, -0.00152329926, 0.0128085865, 0.00121041492, 0.00652944669, 0.0291357785, 0.0175358206, 0.0128300413, -0.0110850409, 0.00234037405, -0.00316102454, -0.0208398774, -0.0152759021, 0.0152902054, 0.0224990584, -0.00319320709, 0.00369024603, -0.00114247436, 0.00194882171, -0.00560688553, -0.0376176238, -0.00992647558, 0.0112781357, -0.00223131152, -0.01915209, 0.0119289346, 0.00866778661, 0.0210115165, 0.00708727492, -0.0112566808, 0.028763894, -0.026704222, -0.00592513336, 0.00351860654, 0.01094916, -0.00851045083, 0.0127656767, -0.0113568036, 0.00522427261, 0.00708727492, 0.00866778661, 0.00200245902, 0.0135309016, 0.0181222539, -0.01047, 0.0183368027, -0.0140529713, 0.022012746, 0.00354721327, -0.00999799185, 0.0137311481, -0.0154189346, -0.0152329924, 0.00333623984, -0.0181222539, 0.000384624116, -0.00341848377, 0.0112423776, 0.00856766384, 0.00761649618, -0.0166776236, -0.000912727963, -0.0272048358, 0.0407357365, 0.00501687499, 0.0137955127, -0.00289820181, 0.0142389145, -0.0155190574, -0.0164630748, 0.00593943661, 0.001011063, -0.0229567625, 0.0145321311, -0.00217409828, 0.00394412922, 0.000261928799, 0.0090682786, -0.000259246939, -0.0141960047, 0.0118431151, 0.0151471719, -0.0288640168, -0.000522963644, -0.0180650409, -0.00311096315, 0.0201390162, -0.00518136285, -0.0384186059, -0.026704222, 0.000222594783, -0.0109706149, 0.0133449594, -0.0103698773, 0.00708012283, -0.00723030744, 0.0184512306, 0.00175572746, 0.011178012, -0.000725444406, 0.0239293855, 0.0129444674, -0.00447335048, -0.00722673163, 0.000679405755, -0.0142174596, -0.00918270461, 0.0191377867, 0.0196384024, -0.00726248976, 0.014553586, 0.014381947, -0.0185656566, -0.00409788918, -0.000307744, 0.0131947752, 0.00763079943, -0.00510984659, -0.0116786268, 0.0320965573, 0.00285886787, -0.0151328687, -0.0335841, -0.00676902663, -0.00837457, -0.0235145912, -0.0386760645, -0.0024834068, -0.02430127, 0.00151882938, -0.00994077884, -0.0142460661, 0.00587507198, -0.0370168872, -0.019195, -0.0308664758, 0.000145267681, 0.00630774582, -0.0154046314, 0.00840317644, 0.0242297538, 0.0238721725, 0.0253597144, -0.00339524075, -0.00318426755, 0.0207397547, 0.00321466196, 0.00182456197, -0.0011129739, -0.0393626243, 0.00980489794, -0.000933288946, -0.00597519474, 0.000379260367, -0.01732127, -0.00233501033, 0.0328117236, -0.00529578887, -0.0192808192, 0.0127370702, 0.00833881181, 0.0339273773, 0.00537445722, -0.0269616805, 0.0141745498, 0.0156048769, 0.0131161064, 0.0146251023, -0.0338701643, 0.0207826644, -0.00137132686, -0.0197385252, -0.0167920496, -0.00760934455, 0.0152615989, -0.00518851448, -0.00734473392, 0.0294361487, -0.0271190163, -0.00920416, -0.0078238938, 0.0144820698, -0.00957604498, -0.0304087717, 0.00970477518, -0.0199959837, -0.0312383603, 0.00667605549, -0.00969047099, -0.000199687187, -0.0289784428, 0.00444474397, -0.0129444674, 0.0179649182, -0.0304373782, 0.00977629144, -0.00553894462, 0.00710157817, -0.0059644673, 0.000406079023, -0.0127728283, -0.00254240772, -0.00729109626, -0.00984065607, 0.0337843448, 0.00750922132, 0.00857481547, 0.00568912923, 0.00767370919, -0.0151471719, 0.0238864757, -0.0143604921, -0.0161054917, 0.022870943, 0.00663314573, 0.0032986938, 0.0254884437, -0.0360728689, 0.0132448366, 0.0213834029, 0.00447335048, -0.0110778892, -0.00100212346, -0.00146251032, 0.0157336071, 0.0198958609, 0.00346496934, 0.00215621921, -0.00971907843, -0.00129444676, -0.00595016405, -0.00180847081, 0.00440898584, 0.00138831197, 0.0147037711, -0.00862487685, 0.0145321311, 0.00879651681, 0.0192951225, -0.00503833, -0.0182080735, 0.00601452868, -0.00201139855, 0.00934004132, 0.00308772037, 0.0107846726, -0.0267328285, -0.0100838114, 0.00321466196, -0.0332980342, -0.00859627, 0.0166919269, -0.00991932396, -0.0116786268, -0.0107060047, -0.0177789759, 0.00418728497, 0.01186457, 0.0428526253, 0.00714448793, -0.00886803307, -0.0231999177, 0.0385616384, -0.0243870914, 0.0289641395, -0.0148468036, 0.0122722136, -0.0378178693, -0.00527791, 0.0161054917, -0.0152472956, 0.01823668, 0.0241725408, 0.00751637295, 0.0188660249, 0.00110582227, -0.00151704147, 0.00358475931, -0.0492318869, 0.00325578381, 0.0039941906, -0.0141316392, -0.0174070913, 0.0140029099, 0.0242726635, -0.00728394464, 0.0402208194, -0.0139313936, 0.00302156759, -0.00718382187, 0.00327723869, -0.0106773973, 0.00431601424, 0.0107560661, -0.0327831134, 0.0154189346, 0.00474511273, 0.0284921322, -0.00378321717, 0.00508839125, -0.0169636887, -0.0167777464, -0.0402780324, -0.0119718444, 0.0010763217, -0.000354453136, 0.0171353277, -0.0314386077, 0.0341848359, -0.0159338526, 0.00333802775, 0.0149755329, 0.011063586, -0.00146072241, -0.033155, 0.00718382187, -5.47547388e-05, -0.0117000826, -0.00826014392, -0.0084746927, -0.00227064546, -0.00715521537, 0.0346711464, 0.0124867624, -0.00108526123, -0.0100981146, -0.0222702045, -0.01732127, 0.0113568036, 0.00485238759, -0.0267328285, -0.00780959, -0.00400491804, -0.00970477518, -0.00678690569, -0.00196312508, 0.00619332, -0.0154904509, -0.00300547644, 0.00846038945, 0.000539054803, 0.00738764368, 0.0171639342, 0.0098764142, 0.0163200404, 0.0166347139, 0.00017365074, -0.0170781147, -0.00903967209, 0.0119646927, 0.00525287911, 0.000236451073, -0.0109634632, -0.00832450856, 0.0426809825, 0.0153188119, 0.0151042622, -0.00144284323, 0.00954028685, 0.00438753096, 0.0220556557, -0.00428025611, 0.00557112694, 0.00135076593, 0.00592513336, -0.0039119469, -0.0145964958, -0.0197814349, -0.0089037912, -0.00850329921, 0.0103484225, 0.0260033607, 0.0329833627, -0.000980668585, 0.00881082, 0.00364018441, 0.018293893, 0.00129355281, 0.0209256969, -0.00994793, -0.00950452872, 0.00437322771, 0.0101696309, 0.00893954933, 0.00515275635, 0.00132305326, 0.0168778691, 0.00916125, -0.000156777343, -0.00790256169, -0.0152472956, 0.0131304096, -0.010663094, -0.00845323782, -0.00615398586, -0.00343636284, 0.0201533195, 0.0113997133, -0.0181079507, -0.00807420071, 0.0251880735, -0.0106130326, 0.00353112188, 0.0118717216, -0.0148897134, 0.00567125, -0.00981920119, -0.0014991624, 0.0260033607, -0.0160339754, 0.0321537703, -0.0265325829, 0.0183797125, 0.00214727968, -0.00443759235, 0.00605743844, -0.00417298172, 0.00122918806, -0.015705, -0.0133950207, -0.0205395091, -0.0210544262, -0.00630059419, 0.0205109026, -0.00443759235, 0.0152186891, -0.00505620893, -0.0098478077, 0.0189947542, -0.00284456462, 0.0158480331, 0.0178075824, 0.0137025416, 0.00323432893, 0.0195954926, 0.00379036902, -0.0222272947, 0.0072732172, 0.00823153742, 0.00607174169, 0.0159767624, 0.0133807175, -0.00828875, 0.0338987708, 0.0156477876, 0.00606816588, -0.000893507968, 0.0126369465, 0.0279915165, -0.0124295494, -4.07866937e-05, -0.0190090574, -0.0132662915, -0.00563906785, -0.0186085664, -0.00092613732, -0.0010629124, -0.0123866396, 0.0125296721, 0.00456632162, -0.0104056355, -0.00680478476, 0.00638999, 0.0118002053, -0.0164630748, -0.00556755112, -0.0051384531, 0.0109849181, -0.0147323776, 0.000311543292, 0.0187945087, 0.00548888324, 0.00592513336, 0.0100838114, -0.0253883209, -0.00348642422, 0.0177646726, 0.00195418554, 0.0141745498, 0.00433746912, -0.0242011473, -0.000639177801, -0.00445547141, 0.0178361889, -0.0187229924, 0.0507194288, -0.00738764368, -0.0210115165, 0.0103555741, 0.00493105548, -0.000904682383, -0.0219984427, -0.000161358868, -0.0147037711, 0.000499720802, 0.0189804509, -0.0151042622, -0.000105486681, -0.012150635, -0.0231140982, 0.0160053689, -0.00228673662, -0.0140601229, -0.0123580331, 0.0215550419, -0.0110135246, -0.00227600918, -0.00593943661, -0.000151748856, 0.00465571741, 0.0115999589, -0.0299510658, -0.00818862673, 0.0100695081, -0.000878757681, 0.00790256169, 0.0147895906, -0.00342384749, -0.000363392668, -0.0233858619, 0.0148897134, 0.0035829714, -0.00612537935, -0.010434242, -0.0237863529, -0.00709800236, 0.00385473366, -0.00131232582, -0.00258174189, 0.0199101642, 0.023157008, 0.000986032304, 0.00469505135, 0.0185656566, -0.00886803307, 0.00159392168, 0.0107918242, -0.0101338727, -0.000634708, 0.0294361487, -0.00312705431, -0.00864633173, -0.00848184433, 0.0126369465, 0.00306268968, 0.0057070083, -0.00749491807, 0.00389764342, -0.00876075868, -0.0133592626, 0.00239222334, -0.00415510265, 0.00317175221, 0.0489458218, -0.0326400809, -0.0158766396, 0.0143676437, -0.0131661678, -0.0280630328, -0.0024816189, -0.0136882383, 0.0181794669, 0.00344530237, -0.0155762704, 0.000822885486, 0.0032808145, 0.0156763941, 0.0149326231, 0.0152902054, 0.0347569659, 0.0057356148, -0.0111708604, -0.00198279205, 0.00222952361, 0.0250164345, 0.0253883209, 0.0109062502, 0.0125725819, -0.00835311506, -0.0138026644, 0.00463068672, -0.0116786268, 0.00904682372, 0.00326472335, -0.00251737703, -0.00628629094, 0.0189518444, -0.00806704909, -0.00654017413, 0.0217552874, 0.00758788968, 0.0147895906, -0.01915209, -0.0270904098, 0.0139313936, -0.00476656761, -0.0153045086, -0.0155905737, 0.00553536881, -0.00103073008, 0.0391909853, 0.0256171729, -0.0185799599, -1.77254497e-05, 0.0315244272, 0.0168635659, -0.0206968449, 0.00760219293, 0.0207683612, -0.00283026136, -0.00648296112, 0.00119611167, -0.00906112697, -0.0142317628, -0.0399347544, 0.00489529734, -0.00358654722, -0.0204250831, 0.00160107331, 0.00590367848, -0.00812426209, -0.0017762885, -0.00572488736, -0.00541021535, -0.00645435462, -0.0155333607, 0.0356723778, 0.000632473093, 0.00993362721, 0.0111923162, -0.00715521537, 0.00241725403, -0.0146751646, 0.014610799, 0.0100409016, 0.0288926233, 0.014496373, -0.00468789972, -0.024072418, -0.0198243447, 0.0277769677, 0.00976914, 0.00537803303, 0.00204894459, 0.0161197949, 0.00576422131, -0.0149612296, 0.00809565559, 0.00423019473, 0.0144534633, -0.00786680356, 0.0106988531, 0.0190090574, -0.0026175, -0.000897977734, -0.0177646726, -0.0175644271, 0.0134951435, -0.00395843247, 0.00203106552, -0.0167634431, 0.0113782585, 0.0198815577, 0.00515633216, 0.0168063529, -0.00046440959, -0.0155476639, 0.00876791, 0.00242440589, 0.0054245186, -0.0138527257, -0.0176645499, -0.0282775816, -0.0066224183, 0.0172068439, 0.0104556968, -0.00490244897, -0.0209113937, -0.00256922655, -0.0281202458, -0.00891094282, -0.00310559943, 0.00542094279, -0.0195382796, 0.0091970088, 0.00738049205, -0.00370454928, 0.00606101425, -0.00770946732, -0.0039405534, -0.025102254, 0.0144248568, 0.00775237707, 0.000746005389, -0.000260587869, 0.00357760768, -0.00601095287, -0.0213977061, -0.0164630748, 0.0150613524, -0.0109777665, -0.0202105325, 0.0287781972, -0.0120433606, -0.0143604921, 0.0154761476, -0.0015358146, 0.00928282831, -0.0120791188, -0.00249949796, 0.00821008254, -0.00553894462, -0.0103555741, 0.02521668, -0.0129587706, -0.00704794051, -0.00137222081, -0.00734473392, -0.0169779919, -0.003152085, 0.0242583603, 0.01186457, -0.02521668, 0.00466644485, 0.00835311506, -0.0112995906, -0.0159481559, -0.0171353277, 0.00667605549, 0.00664744899, 0.012837193, 0.00841032807, 0.0150756557, -0.00716951862, 0.0273192618, 0.00163146772, 0.000720080687, -0.00310917525, -0.0171353277, 0.0152186891, -0.000933288946, 0.0114926845, 0.00244586077, 0.0474296734, 0.0164344683, -0.0180364344, 0.0112280743, -0.0379036888, -0.00316281244, 0.00393340178, -0.0138956355, -0.00853905734, -0.00327545078, 0.0114926845, -0.00871069729, -0.00999084, -0.00740194693, 0.00099318393, 0.0108847953, 0.00362766907, 0.0124653075, 0.00130338629, -0.01915209, -0.0046271109, 0.0164630748, 0.0122006973, 0.0170495082, -0.0306376237, 0.024930615, 0.00257459027, -0.00099318393, -0.0149469264, -0.0109205535, 0.00767370919, 0.00374030741, -0.0100409016, 0.0121220285, 0.0253597144, 0.0101982383, -0.0430528708, 0.0133592626, -0.012150635, 0.0292215981, -0.00247267936, -0.0141673982, -0.00568555342, -0.00406928267, 0.00139546359, -0.00617186492, 0.00344172656, 0.00819577836, -0.0174500011, 0.0111637088, -0.0220270492, -0.0158051234, -0.012150635, 0.00969762355, 0.0357009843, 0.0112566808, 0.0354149193, 0.00609319704, 0.0253454093, -0.0143390372, -0.00830305368, 0.0269044675, -0.00308772037, -0.0198815577, 0.024244057, -0.0193094257, -0.023271434, 0.00734473392, -0.0127513735, -0.0114497747, 0.000422617188, -0.0228137299, -0.0017914857, -0.013409324, -0.0137669062, 0.0077881352, 0.0199101642, 0.00612895517, 0.0191377867, 0.00603240775, -0.0430814773, -0.0127871316, 0.00728036882, 0.00763795106, 0.00750922132, 0.00758788968, 0.0107203079, 0.00882512331, -0.0164487716, 0.0174786076, -0.00350430328, -0.0178934019, -0.0133092012, -0.0097119268, -0.00746631157, 0.0451983623, -0.0295219682, 0.0179363117, -0.00120952097, -0.00658308389, 0.0240295082, -0.00731970277, 0.00706224376, -0.0172783602, -0.0170781147, -0.0122722136, -0.0275052059, 0.00301084016, 0.0110135246, -0.0228995495, 0.0201962292, -0.00146161637, 0.0104986066, 0.0154904509, 0.0127728283, -0.0178934019, 0.00106201845, 0.0181508604, 0.0249163117, -0.00339345285, 0.0312669687, 0.00122382434, 0.00386903691, -0.00506336056, -0.0302371308, -0.0120004509, 0.00775237707, -0.00523857586, 0.00546385255, -0.00538160885, 0.00527433399, 0.00404067617, 0.0110135246, -0.00107185193, -0.0178790987, 0.00147234381, -0.0131947752, 0.00504190568, -0.0164058618, -0.0108776437, 0.0102697546, -0.0207826644, 0.00324505637, -0.0209686067, 0.00664387317, -0.0144892214, 0.00162342214, -0.00157425459, -0.00384043041, -0.00605386263, -0.01369539, 0.00138294825, 0.00407285849, 0.011464078, 0.00491317641, -0.0110349795, 0.0213977061, 0.0125582786, 0.0209256969, 0.0274050832, -0.00411576871, -0.00731255114, 0.0121649383, 0.000431333261, -0.00509554334, 0.0110921925, -0.00229567615, 0.0156334843, -0.0232285243, 0.0270761065, 0.0109134018, -0.000649458263, 0.00729824789, 0.00240116287, 0.00573203899, 0.00791686494, -0.0129444674, 0.00477729505, 0.00683696754, -0.0146751646, 0.0106559424, 0.00686199823, 0.000837188796, -0.0107703693, 0.00278913928, -0.0132162301, -0.0108490372, -0.0252309833, -0.0057070083, -0.0168206561, 0.0019702767, -0.0073661888, -0.0150756557, -0.0284492224, -0.0153331151, 0.00431601424, 0.00416583, 0.0113425, -0.00182188011, 0.0223989356, -0.011978996, 0.0111136474, 0.0204536896, 0.00473080948, 0.0108704921, -0.00674399594, 0.00470220298, 0.00389764342, -0.0159624591, -0.00304123457, 0.0161054917, 0.00212940061, 0.0111351022, 0.000776399858, 0.00568555342, 0.0107417628, -0.0188088119, 0.0014973745, -0.0195239764, 0.0178361889, -0.0162914339, -0.0138598774, 0.00328796613, 0.00458062487, 0.0268043447, 0.00932573806, -0.00707654702, 0.0126870088, -0.0147895906, -0.00157246669, 0.00936864782, 0.00242261775, 0.000312884222, 0.012436701, -0.00933289, 0.00701575819, 0.00168599898, 0.0290928688, 0.00543167, 0.0265468862, -0.00585004129, -0.00709085073, -0.00903967209, -0.0159052461, 0.00395485666, 0.0216980744, -0.00299832481, -0.0186657794, -0.0101910867, -0.0159624591, -0.00564264366, -0.000781316601, 0.00161180075, -0.00409073755, 0.027905697, 0.0144463116, -0.00463783834, 0.0191806965, -0.00954743847, 0.0181222539, -0.0147752874, -0.00821008254, -0.00228852453, -0.0163057372, 0.0101410244, 0.000638730824, -0.00576779712, 0.0225705747, 0.00657235645, -0.00492032804, -0.000518940855, -0.00972623, -0.00443044072, -0.00863918, 0.0416797549, 0.00286423159, -0.0276625417, -0.000196446592, -0.00217946223, -0.002537044, -0.00575349387, -0.00709085073, -0.0195239764, 0.00265862187, 0.04537, 0.00972623, -0.0256743859, 0.0171067212, -0.00554967206, -0.00595731568, -0.00299117318, -0.0375318043, -0.00218840176, 0.0144034019, -0.00134987198, -1.82003641e-05, -0.0113782585, 0.00157514855, 0.00669751037, 0.00142764603, 0.0146751646, 0.00881797168, 0.0405640975, 0.0180650409, 0.00473796111, -0.00657593226, -0.00183797139, 0.020353565, -0.0161340982, -0.0271762293, -0.013066045, -0.00351681863, -0.0154332379, 0.0160911884, 0.00561046135, -0.00230640383, -0.0165059846, 0.0114140166, -0.0190948769, 0.00739479531, -0.0294075422, -0.00848184433, -0.00606459, 0.00703721307, 0.0125439754, 0.00526003074, -0.00862487685, 0.0293503292, 0.0143747954, -0.0119146314, -0.0110206762, 0.0438824594, -0.00382970297, -0.0132519882, 0.0219698362, 0.00792401657, -0.0117358407, -0.00419443659, -0.00213297643, 0.000193541244, 0.0189518444, -0.0202677455, 0.000249860401, -0.0198529512, 0.00483093224, 0.000170745392, -0.0114283198, 0.0219412297, 0.00929713156, 0.000275785103, 1.54207228e-05, 0.00503117824, -0.0132233817, -0.0168778691, 0.00949022546, -0.00853905734, -0.0215264354, -0.00170387805, -0.012265062, -0.000109453606, 0.00580355525, 0.0234430749, 0.0269044675, 0.026017664, 0.005074088, 0.00699787913, -0.0116857793, 0.0147323776, -0.000947592256, -0.00113711064, -0.00887518469, -0.0091970088, 0.0290785655, -0.00449480535, 0.000751369109, -0.00891094282, 0.0113997133, -0.00807420071, -0.0403066389, 0.000750922132, -0.00121041492, 0.00863202848, 0.0133449594, 0.00199351949, 0.0123937912, 0.00472008204, -0.0079883812, -0.00498469267, -0.00381539972, -0.0109563116, 0.00619332, -0.0047093546, 0.0163772535, 0.00108973111, 0.00680478476, -0.00340060447, -0.0156048769, 0.0149040166, -0.00044988282, -0.0273049586, 0.00436607609, -0.0139743034, 0.00207397551, -0.0130588934, 0.0106702456, 0.0110206762, -0.0103412708, 0.00304659852, -0.0137597546, -0.0105772745, -0.00434819655, -0.0102411481, -0.000649011286, -0.0111494055, 0.0165631976, -0.0147609841, 0.00528863724, 0.00495966198, 0.0100480532, 0.00829590205, 0.0216265582, -0.00467717228, 0.00991932396, -0.000412783702, 0.0141960047, 5.77159662e-05, -0.0367880352, -0.00247267936, -0.0155476639, -0.00536373, -0.0375318043, -0.00483450806, 0.0129444674, 0.0344422944, -0.0209686067, -0.0133378077, 0.0335554928, -0.0179506149, -0.0104127871, 0.00454129092, -0.0348141827, -0.00010191086, 0.0234287716, -0.0204250831, -0.00323969265, -0.0379036888, -0.0171210244, 0.00344709028, 0.00090915215, 0.0048559634, -0.00308414456, 0.0120433606, -0.0064507788, 0.00875360705, -0.0234287716, 0.00249771, 0.00449122954, 0.00716951862, 0.0152329924, 0.0155619672, -0.0168635659, 0.00704794051, -0.00264253072, -0.0127728283, -0.0205967221, 0.00156531506, -0.0117644472, -0.00978344306, 0.0105415164, -0.0334982798, -0.0051956661, 0.0189947542, -0.000787127297, -0.0118931765, -0.00193451846, 0.0107989758, 0.00216873456, 0.0158766396, -0.000116214142, 0.00691921124, -0.00607889332, 0.00526360655, 0.00454486674, -0.000631132163, 0.0359012298, 0.00360800209, 0.00947592221, -0.00894670095, -0.00553179299, 0.00679763313, -0.011921783, -0.0120219057, -0.0104270903, 6.39736463e-05, 0.00366879115, -0.00848899595, 0.00180668291, -0.00638283836, -0.00046306866, -0.0265468862, -0.0126011884, -0.0100051435, 0.0133092012, -0.00575706968, 0.0265897959, 0.0220985655, -0.000885015354, 0.0113281971, 0.010148176, -0.00322896522, 0.00122471829, -0.00103341194, -0.00751637295, 0.0182223767, -0.0259461477, 0.0112638324, -0.0106773973, -0.0285207387, 0.00602525612, -0.00644362718, 0.0288497135, -0.0105772745, 0.00409431336, 0.0056533711, 0.0154332379, 0.00305553805, 0.0309236888, -0.00507051218, -0.00614325842, -0.0171353277, 0.028992746, -0.0296363942, 0.0169779919, 0.0133306561, -0.022069959, -0.00875360705, -0.0214692224, 0.00589652685, 0.0121792424, 0.0095975, -0.00495608617, 0.00846754108, -0.0153331151, -0.00951883197, -0.0181079507, -0.0301513113, -0.0197671317, -0.000469773309, 0.0104413936, 0.00259604515, -0.00956889335, 0.00358475931, 0.00688702893, -0.00798123, 0.00946161896, -0.0038118239, 0.00108615519, 0.0247446727, -0.0236862302, 0.00626126025, -0.0110278279, 0.0126941605, 0.013237685, 0.0129802255, -0.00099586579, -0.0171782374, 0.00737334043, -0.0274193864, -0.00895385258, -0.00946161896, -0.0268615577, -0.0210687295, 0.00928998, -0.00104592729, -0.00486669084, 0.0167205334, -0.0192236062, 0.0107918242, -0.00162967981, 0.012379488, 0.00552464137, -0.0124295494, 0.00239043543, -0.00908973347, 0.000646329427, 0.000778634741, 0.0276482385, 0.00968331937, -0.0118860248, 0.00277483603, -0.000598949788, -9.28176632e-06, 0.0259175412, -0.000867583265, -0.0150327459, 0.005789252, 0.00171460561, -0.00198815577, 0.00288568647, 0.000608336355, -0.0125725819, 0.0163629502, -0.0183654092, 0.00281595811, -0.0021240369, 0.000818862696, 0.000828249264, 0.00509911915, -0.00232070708, -0.0346997529, 0.0212403685, -0.00318426755, 0.00241189031, -0.00711588142, -0.00646508206, -0.0306948368, 0.00389049179, -0.0213834029, -0.0170209017, -0.000259023451, -0.0100766597, 0.020239139, 0.00434819655, 0.00755928271, -0.00136953895, -0.00232070708, 0.0316674598, 0.0113854101, 0.00450195698, 0.00545312511, -0.00365985138, 0.0380181149, 0.0156334843, 0.000173092019, 0.00470577879, -0.00996938534, -0.0262608193, 0.0100766597, -0.0216837712, -0.0147037711, -0.0160625819, -0.0190090574, 0.0166061074, 0.00821008254, -0.000223265248, -0.000278690452, 0.00799553283, -0.0132090785, -0.00391552271, 0.0112638324, 0.0020703997, 0.0101267211, -0.00652587088, -0.0131947752, 0.0147180744, 0.0148611069, 0.0220270492, 0.0288497135, 0.0115069877, 0.0123008201, -0.00963325799, -0.0205967221, -0.0347569659, 0.00591798173, 0.0383613929, 0.01732127, 0.0296363942, -0.0206396319, 0.012379488, 0.0228566397, 0.0101910867, -0.00665460061, 0.00510627078, -0.00561403716, -0.0135523565, -0.00974768493, 0.00989786908, 0.0206825417, -0.0189518444, 0.0159910657, -0.0118288118, 0.0221700817, -0.0175072141, 0.0133163529, -0.00167974131, -0.00810280722, 0.00359012303, 0.00585004129, -0.00164308911, -0.0217409842, -0.0195096731, -0.00372600416, 0.00390837109, 0.000145714657, -0.0126440981, 0.00863918, 0.00936864782, 0.0110850409, 0.00267650117, 0.0294075422, -0.00623622956, -0.0093614962, -0.0100623565, 0.00298938528, 0.0168921724, 0.0157479104, 0.00889664, -0.0200961065, -0.00723030744, -0.00654017413, -0.011406865, -0.0151471719, -0.024072418, -0.00408001, 0.00526718237, 0.0262894258, 0.00991932396, 0.0174356978, -0.00190233614, -0.0136024179, -0.0250021312, 0.010148176, -0.00176466699, -0.0214835256, -0.0103055127, -0.0139456969, -0.00197742833, 0.00505978474, -0.00143032789, -0.0210830327, -0.0022527664, -0.0121363318, 0.0166633204, -0.00563191622, 0.0272906553, 0.0136095695, 0.00682981545, 0.00405497942, 0.0130803483, 0.00780959, 0.026818648, -0.0112066194, -0.0150184426, 0.000969941088, 0.00406213105, 0.00971907843, -0.0214263126, -0.0038940676, -0.0078238938, 0.0213547945, -0.019380942, -0.0102411481, -0.0127156153, 0.0117429923, 0.0132305333, -0.00938295107, 0.0176502466, -0.000257682521, 0.0134307789, -0.0397059023, -0.0126440981, -0.00350251538, 0.00717667025, 0.00989071745, -0.0104843033, 0.010434242, -0.0113925617, -0.01186457, 0.0165059846, 0.00343278702, 0.0229424592, -0.00805274583, 0.0195954926, 0.0186228696, 0.0167348366, -0.000567661365, -0.00555682369, -0.0100981146, 0.0069907275, 0.00823153742, 0.00687272567, -0.011006373, -0.028706681, -0.000205944874, -0.0200531967, -0.000243379225, 0.0158337299, -0.00221522036, 0.0169922952, -0.00158140622, -0.0214978289, 0.00574991805, -0.00277304812, 0.00215979503, -0.0225848779, -0.000573025085, 0.00818862673, -0.00750922132, 0.00452341186, -0.0264181569, 0.00714091212, 0.00704794051, 0.00318784337, -0.0182652865, 0.00856766384, 0.00926852506, -0.0155333607, 0.0109634632, -0.0168349594, 0.0218697134, 0.00874645542, -0.0148181971, -0.00875360705, 0.0103412708, -0.013466537, 0.00417298172, -0.000619957747, 0.00621477468, 0.00754497945, 0.00438037934, -0.0176502466, 0.00576422131, -0.026933074, -0.00907543, -0.0152902054, 0.0154761476, -0.00534942653, 0.0139456969, -0.00408001, -0.0157336071, -0.00299296109, 0.00423019473, 0.00549603486, -0.00709085073, -0.00719812512, 0.0107989758, 0.0122865168, 0.0182795897, 0.0130803483, 0.0199244674, -0.00834596343, -0.0322395898, -0.000401832745, -0.0115570491, -0.0163915567, 0.0101910867, -0.00526360655, -0.00233322242, 0.0129444674, 0.0039405534, -0.00115945959, -0.0068155122, 0.00143122184, 3.34395e-05, -0.0016493469, -0.00466644485, 0.0181508604, -0.0175215174, -0.0137597546, -0.0132448366, -0.0191091802, 0.000262599264, -0.00298223365, 0.0144320084, -0.0104986066, 0.0293789357, -0.0158051234, -0.0138169676, -0.00502760243, 0.0152472956, -0.00692636287, -0.00991217233, 0.0023546773, 0.0128300413, -0.00287138321, 0.000303274224, -0.0121005736, -0.0140029099, -0.00323611684, -0.00189697242, -0.00756643433, -0.0127013121, 0.0128228897, -0.0196241, 0.0174213946, -0.000191753337, -0.00149469264, 0.0154046314, 0.00136775104, 0.00524215167, 0.00532081956, 0.0244156979, -0.0206539351, -0.0273192618, 0.000511342194, -0.0217409842, -0.0066796313, 0.0344136879, -0.000637389894, 8.77752e-05, -0.0275195092, -0.0109563116, -0.00833166, 0.00819577836, -0.00637211092, -0.000448988867, -0.00330763333, -0.0330119692, -0.0042516496, 0.0178647954, -0.00438395515, -0.00826729555, -0.0110349795, 0.00227600918, -0.000961895508, -0.00831735693, -0.00634708, 0.0140887294, 0.00208291505, 0.0135595081, 0.01260834, 0.013352111, 0.0178218856, -0.0292072948, -0.0140529713, 0.00647938531, -0.00804559421, 0.0132019268, 0.00734473392, -0.00966901612, 0.0315816402, 0.0171067212, -0.00264789443, 0.0137311481, 0.0217552874, -0.0142031563, 0.0151042622, -0.0217695907, 0.014610799, -0.0227851234, -0.0212403685, -0.0124724591, -0.0077595287, 0.0204822961, 0.0131733203, -0.0209256969, 0.0115427459, 0.00115588377, 0.0109849181, -0.0145392828, -0.00102626032, 0.0331836082, 0.0214978289, 0.0125153689, -0.0180650409, -0.00781674217, 0.00167974131, 0.0116214138, 0.00863918, 0.00120952097, 0.00370812509, -0.00865348335, 0.00146251032, 0.0217409842, 0.00498469267, 0.00567125, -0.0208112709, -0.00622550212, 0.0116643235, -0.0112066194, -0.0108776437, 0.00913264323, -0.00793116819, -0.0152759021, -0.0213690978, 0.00571773574, 0.00145982835, 0.00116214145, -0.0170209017, -0.00116571726, 0.00515990797, 0.0332980342, -0.00291965669, 0.00770231569, -0.00215979503, 0.0150470491, 0.00517421123, -0.00267113722, 0.00198100414, -0.0158194266, 0.00290535344, 0.00885373, 0.0181365572, -0.0102626029, 0.0016395133, -0.00264789443, -0.00273550209, 0.0136882383, 0.0173927862, 0.00193273055, 0.00652944669, 0.0151328687, 0.0249735247, 0.0201676227, -0.0208112709, 0.0175072141, -0.0102268448, -0.00588937523, 0.013809816, -0.00883227494, -0.0101553276, 0.00593943661, 0.0133878691, -0.00382970297, -0.00123008201, 0.00465929322, -0.044483196, 0.0137740579, 0.0103984838, -0.00936864782, -0.0157479104, 0.00112459529, 0.0145464344, 0.000759861665, 0.00654732576, 0.0389907397, -0.00354721327, -0.00367951859, -0.0237720497, 0.0152043859, 0.0240009017, -0.000914068893, 0.012551127, -0.00479875, 0.00764510268, -0.00298223365, -0.00654732576, -0.0134307789, 0.0326686874, 0.0097119268, -0.0109849181, -0.00854620896, -0.00691921124, -0.0225705747, 0.00867493823, 0.0394198373, 0.00240652659, 0.0217695907, 0.0237291399, -0.021268975, 0.0162914339, -0.0131447129, -0.00354006141, -0.0162199177, 0.00632204907, 0.000344843109, 0.000544865557, -0.00103788171, 0.0101124179, -0.00770946732, 0.0186800826, 0.0453986079, 0.00775237707, -0.00598592218, 0.00576064549, -0.00484881178, 0.0180507377, 0.00413007196, 0.0213404913, -0.0369596742, 0.0128014348, 0.000470667263, 0.00171728746, 0.0164201651, -0.0147323776, 0.0103198159, 0.010148176, -0.0061647133, 0.000611912168, 0.00290714134, 0.0171067212, -0.00856766384, 0.00110761018, -0.00673684431, 0.0164630748, -0.000555593, 0.0132305333, 0.000845234375, -0.0204822961, -0.00853190571, 0.00269795605, -0.0320965573, -0.00439110678, 0.0175930336, -0.010090963, 0.0093614962, 0.0046807481, 0.00849614758, -0.00766655756, -0.0203392617, -0.000206056618] |
11 Oct, 2021 | Node.js Stream writable._write() Method
11 Oct, 2021
The writable._write() method is an inbuilt application programming interface of Stream module which is used to implement a writable stream. The writable._write() method is affixed with an underscore as it is inside the class that defines it. Moreover, the user program must not call it directly. This method implemented by using child classes and it is called by the internal Writable class methods only.
Syntax:
writable._write( chunk, encoding, callback )
Parameters: This method accept three parameters as mentioned above and described below:
chunk: It is the data to be written which can be of type buffer, string or any.
encoding: It is the type of encoding to be used if chunk is of type string.
callback: It is a method which is called to check if the write completed or failed. The first argument passed to the callback must be “Error” object if the call didn’t succeeded and null if the write succeeded.
Below examples illustrate the use of writable._write() method Node.js:
Example 1:
// Node.js program to demonstrate the
// writable._write() method
// Constructing writable stream
const {Writable} = require("stream");
// Function to check char
const charchecks = new Writable({
// Implementing write function
write(chunk, encoding, callback){
// Defining string
const string = chunk.toString();
// If string contains below character
// then an error is show else the
// written string is returned
if(string.includes("\/")){
callback(Error("Forbidden character"));
}
else
{
// Displays string
console.log(string);
callback();
}
}
});
// Piping standard input to standard output, if
// you don't enter the forbidden character else
// it throws error
process.stdin.pipe(charchecks).on('error', console.log);
// Enter the string to be written
console.log("Enter the string: ");
Now, you need to run the code and enter the String in run time to get the output.
Enter the string:
GeeksforGeeks
GeeksforGeeks // Output
Enter the string:
GfG
GfG // Output
Enter the string:
Nidhi
Nidhi //Output
Now, to exit it you need to press control + C.
Example 2:
// Node.js program to demonstrate the
// writable._write() method
// Constructing writable stream
const {Writable} = require("stream");
// Function to check char
const charchecks = new Writable({
// Implementing write function
write(chunk, encoding, callback){
// Defining string and encoding it
const string = chunk.toString('hex');
// Prints encoded string
console.log(string);
// If the encoded string contains below
// character then an error is shown else
// the length of the encoded string is
// returned
if(string.includes("c")){
callback(Error("This is an error."));
}
else
{
// Displays length of the encoded string
console.log(string.length);
callback();
}
}
});
// Piping standard input to standard output, if
// you don't enter the forbidden character else
// it throws an error
process.stdin.pipe(charchecks).on('error', console.log);
// Enter the string to be written
console.log("Enter the string: ");
Now, you need to run the code and enter the String in run time to get the output.
Output:
Enter the string:
Geeks
4765656b730a // encoded string
12 // length of encoded string
Nidhi
4e696468690a
12
portal
706f7274616c0a // encoded string contains "c" so length of it
// is not returned and an error is thrown
Error: This is an error.
at Writable.write [as _write] (/home/runner/QuickwittedDistantCensorware/index.js:25:16)
at doWrite (_stream_writable.js:415:12)
at writeOrBuffer (_stream_writable.js:399:5)
at Writable.write (_stream_writable.js:299:11)
at ReadStream.ondata (_stream_readable.js:710:20)
at ReadStream.emit (events.js:198:13)
at ReadStream.EventEmitter.emit (domain.js:448:20)
at addChunk (_stream_readable.js:288:12)
at readableAddChunk (_stream_readable.js:269:11)
at ReadStream.Readable.push (_stream_readable.js:224:10)
Now, to exit it you need to press control C.
So, here an error is thrown as the run time input includes the stated character which is forbidden character so, an error is thrown.
Reference: https://nodejs.org/api/stream.html#stream_writable_write_chunk_encoding_callback_1
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.cork() Method/Node.js Stream writable._write() Method | https://www.geeksforgeeks.org/node-js-stream-writable-_write-method?ref=asr7 | CSS | Node.js Stream writable._write() Method | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, Node.js Stream writable._write() Method, CSS pause-before Property, CSS, Node.js Stream writable.cork() Method, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0327298678, 0.00681128213, -0.00353319314, 0.0518371724, 0.0335462019, -0.0223598834, 0.00423154095, 0.0153062521, -0.0149746165, 0.0311227124, 0.0515820682, 0.0476279557, 0.00468435092, 0.0110715227, 0.0101595251, -0.000506222423, -0.0147450231, 0.00525514642, -0.00411036657, 0.0228445809, 0.0220410023, 0.0255486853, -0.010548559, 0.00418052031, 0.0090880869, 0.0248599052, -0.0098278895, 0.00985339936, -0.042780973, -0.0231124405, 0.00945798866, 0.0219134502, 0.0358166285, -0.0245282687, 0.016148096, -0.0147832884, -0.0243496969, 0.0248471498, -0.00231666514, -0.0264798161, 0.00936870184, -0.0112437177, -0.020905789, 0.0280614626, 0.000857787905, 0.0530106537, -0.0216838568, -0.0271430872, 0.0106442226, -0.013176132, 0.0183930136, 0.0154975802, 0.0135970544, -0.014553695, 0.0348217227, 0.00925390515, 0.0397707447, 0.00369901094, -0.000565215247, -0.0338523276, 0.0208037477, -0.0675005689, 0.0119069889, -0.032984972, -0.00631064037, 0.00081075303, -0.0273726806, 0.0357911177, -0.017525658, 0.03392886, -0.0178317837, 0.0146940025, -0.0025414757, 0.0113585144, -0.0215563048, 0.00190371508, 0.0205358882, 0.0704087615, 0.00106904609, 0.0042283521, -0.00955365226, -0.0174491275, -0.0166583043, 5.06471515e-05, 0.0131506212, -0.0466075391, -0.0309951603, -0.010656978, 0.0155103356, -0.0177169871, 0.0357145891, 0.00512121664, -0.0147450231, -0.0183292367, -0.00708551938, -0.00164861092, -0.00704087596, -0.0332145654, -0.0143878767, 0.0229976438, 0.0644393191, 0.0103508532, -0.0259823631, -0.0248726588, -0.0503320582, -0.0230741743, 0.0542861745, -0.0305104628, 0.0497708283, 0.046888154, 0.0151276793, 0.00468116207, 0.0167093258, 0.0107781524, 0.0052232584, -0.00771690207, -0.0246558208, -0.0295410659, 0.0174363721, 0.0266838986, 0.00228158827, 0.00566012459, 0.00119739538, 0.0564800687, -0.00970671512, 0.0137118511, -0.0392350256, -0.00890313648, 0.000698746357, 0.0178445391, -0.0355870351, -0.0450769141, -0.0376023576, 0.00610655686, -0.0200511906, 0.0156123769, -0.00835466292, 0.00607148, 0.0283420775, -0.0104975374, 0.00896691252, -0.0255486853, 0.00973222498, 0.00903706625, 0.0361227542, 0.0331890583, -0.0102360565, 0.00637760526, -0.0217603892, 0.0239160191, -0.0153190074, 0.00553257251, 0.00641587051, 0.0212374255, -0.0121620931, -0.0219644718, 0.022563966, 0.00947712082, 0.0093049258, -0.00471942779, 0.0116199963, -0.0266583897, 0.0238777529, 0.0334951803, -0.00486292364, 0.0484697968, 0.000969396, 0.0174618829, -0.0117921913, 0.0224874355, -0.021530794, -0.00319358567, -0.0221175347, -0.0163649339, -0.0563780293, -0.0250639878, 0.00827813148, 0.01855883, 0.0278573781, 0.029668618, 0.0119324988, 0.013239908, 0.0228190701, 0.019311389, 0.0162628926, 0.00825899839, 0.00523920264, -0.00425705127, -0.0167603455, -0.0140434867, -0.0224364139, -0.00876282901, 0.0042825616, -0.0162118729, -0.000104632585, 0.0320410877, -0.0117858145, -0.0394135974, 0.0275257435, 0.0578066111, 0.00488843443, -0.00442286907, -0.0237502, -0.00982151181, 0.00404021284, -0.0234058108, 0.00378510868, -0.0652556568, 0.0466585569, 0.00171557581, -0.0033004107, -0.00360972434, -0.00132175861, -0.0164414663, 0.0283420775, -0.0216966122, -0.0175511688, 0.02428592, -0.0205869097, -0.0304084215, 0.0199874137, 0.000219828071, 0.0280359518, -0.0136608304, -0.0411738195, -0.0546943396, 0.00154178601, -0.0190817937, -0.00369582209, 0.032168638, -0.0061639552, 0.0405105464, 0.00823348854, -0.0395156406, -0.0254466441, 0.0138138924, 0.00098534, -0.0117284153, 0.00270888768, 0.0145409396, -0.00864803232, 0.00539226504, -0.0086862985, -0.00790185295, -0.0199619029, 0.010031973, -0.011065145, 0.0338523276, -0.0127488328, -0.0366839841, -0.047857549, 0.0300002545, 0.0108483061, 0.00971947052, -0.0464034528, 0.0306380149, 0.00614482258, 0.0296941288, 0.0299747437, -0.00575578865, 0.0326278284, 0.0157399289, -0.023660915, -0.00155294687, 0.0193368979, -0.017806273, -0.00208069361, -0.0411227979, -0.000413747126, 0.00361610204, 0.0520922765, -0.0229593776, 0.0163011588, 0.00191806466, -0.0322451703, 0.00262916763, -0.025663482, -0.0341074318, 0.000726249767, 0.00491394475, 0.015242476, 0.0133419493, 0.0103444755, 0.0341329426, -0.0151914554, -0.0363013297, 0.0220154934, -0.000274834922, 0.00852685794, 0.0222450867, 0.014209304, -0.0227935612, 0.0476534665, 0.0133674601, 0.0186608732, -0.0147577785, -0.021097118, 0.0338268168, 0.015867481, -0.00834828522, -0.00265946123, -0.044847317, -0.0152552314, -0.00996819697, 0.00297355838, -0.0252553169, 0.0423983186, 0.00753832934, 0.0291584097, -0.00460781949, 0.0215435494, -0.0211991593, -0.0279339105, -0.0212501809, 0.00118065416, 0.00591522874, 0.0441585369, 0.0366074517, -0.02213029, -0.0027471534, -0.00552938366, 0.0219772272, -0.041530963, 0.0151149239, 0.0176149458, -0.0239032637, 0.0203700699, 0.00872456376, -0.0432146527, -0.0450514033, -0.014834309, 0.0273726806, -0.0181889292, 0.0183164813, 0.000796004839, -0.0485463291, -0.077653721, -0.0391584933, 0.00903068855, 0.0414289236, -0.0272961501, -0.0118240798, 0.00179370143, -0.0203062948, 0.0344390683, 0.0249491911, -0.00735337846, -0.00149554841, 0.0341839641, -0.00382337417, 0.000828291464, 0.0546943396, 0.0298982132, 0.00538269849, -0.00901155546, -0.0358676501, 0.0093049258, -0.00310270488, -0.030076785, 0.0255359299, -0.00254785316, 0.00727684749, 0.00880747288, -0.00433677156, -0.00369582209, -0.077653721, 0.0101595251, 0.0210716072, -0.00583231961, -0.00976411346, -0.0498473607, 0.00253669242, -0.00505744061, -0.00995544158, -0.00156490481, -0.0127360774, 0.0058992845, 0.0053253, 0.0243369415, 0.0389289, -0.0046524629, 0.0638270676, -0.0112245847, -0.0139031792, -0.0372197032, 0.0096174283, -0.0341074318, 0.0140434867, 0.0432146527, -0.0332400762, -0.0511228815, 0.0135077676, -0.0138904238, -0.00688143587, 0.0485973507, -0.00473537156, -0.0366584733, -0.00955365226, -0.000239758083, -0.0391584933, -0.018622607, -0.0218114089, 0.00400513597, -0.0197705757, 0.00956003, 0.00140865357, -0.00993630849, -0.0398472771, 0.0265053269, 0.00806767, 0.0211991593, 0.0204338469, -0.0120919393, -0.00356189231, 0.0231251959, 0.0170664713, 0.0289543271, 0.0256252177, -0.0137756271, -0.0195154715, -0.000911997515, -0.00035714588, -0.0322196595, 0.00715567265, -0.0270665549, 0.04926062, 0.0140817519, -0.00719393836, -0.0189414863, 0.010548559, -0.0291839205, -0.0211353824, -0.016556263, -0.0129337832, -0.0143623669, -0.0508167557, -0.00625005271, -0.0212501809, -0.00891589187, 0.00132415025, -0.0129082724, 0.00855874643, -0.00555489399, -0.016275648, -0.0105039151, 0.0553576127, -0.0439799652, 0.0141837932, -0.0139159346, -0.0269390028, -0.0247451067, 0.00419008639, -0.0333931409, 0.00906895474, 0.0109631028, -0.0455361, 0.00822073314, -0.0090051787, 0.00364799, 0.0303829107, 0.0147067569, -0.0133419493, -0.0307400562, 0.0255741961, -0.00758935, -0.0580106936, 0.0112564731, 0.0146812471, 0.00713654, 0.00357464771, 0.00687505817, 0.00853961334, -0.0166710597, 0.0357145891, -0.0197833311, 0.00127870985, -0.00893502496, -0.0505871624, 0.0293114726, 0.00021783507, -0.00162150606, -0.038214609, 0.0111289211, 0.0176659655, 0.0217348784, -0.00957278535, 0.0036288572, 0.0106378449, -0.000870543066, -0.0227935612, 0.00331954332, 0.0281124823, -0.00894777942, -0.0368370451, 0.00472261664, -0.00311067677, 0.0103317201, -0.0172833093, 0.00919650681, -0.0117858145, -0.0179465804, 0.0405105464, 0.0299747437, 0.00964931678, -0.0315053686, 0.011734793, -0.0258548111, 0.0556127168, -0.0198598616, -0.0243879613, -0.0200894549, 0.0332145654, -0.0281379931, 0.0201787427, -0.016556263, 0.0076339934, 0.00669010775, -0.00691970158, 0.00602683658, 0.0261992011, 0.00704087596, 0.00822073314, 0.00296399184, 0.00448026741, -0.00338969706, -0.00739164418, -0.00378191983, -0.00190052635, -0.0184950549, 0.012206736, -0.00215881923, 0.0239670388, -0.00302298483, 0.022627743, 0.002034456, -0.00420921948, -0.0145026734, -0.017525658, -0.000157447124, 0.0183292367, -0.00829088688, 0.0307400562, -0.0266328789, -0.00757021736, -0.0165307522, 0.0298471916, -0.0201277211, -0.00885211583, -0.0281124823, 0.00400194712, -0.00454404345, 0.00943247788, 0.0264032856, -0.000550467055, 0.0363523476, 0.000841843837, -0.0123406658, -0.0166965704, -0.00139350665, 0.0165690184, 0.0127360774, 0.0227042735, 0.0354339741, -0.0113521367, -0.00297834165, -0.0335972235, 0.000414942915, 0.00638717134, -0.0305359736, 0.00502555259, 0.0110460119, -0.00531254523, 0.0280869734, -0.0264798161, -0.00256220275, 0.0256379731, 0.0308931191, 0.00295602, 0.0327808894, 0.0246685762, 0.0043399604, -0.0022991267, 0.0249619465, 0.0202680286, 0.00471623894, 0.0145026734, -0.0115881087, 0.0114414236, -0.0272706393, -0.00326214498, 0.00494902162, 0.00422516325, -0.0110460119, 0.000463970762, -0.0264798161, 0.000764116819, -0.0104018738, 0.0221175347, 0.0118368352, 0.00352362683, -0.00566650229, 0.03711766, -0.0094261, 0.0215945709, -0.0282910559, 0.024477249, 0.0131378667, 0.00239160191, -0.0185715854, 0.000245139207, -0.0125893923, 0.0026642445, 0.0488779657, -4.07070584e-05, -0.00828450918, 0.00581956469, -0.0253318474, 0.0148725752, -0.01821444, 0.00226086099, 0.0290818792, 0.0183802582, 0.014617471, 0.00305168401, 0.0253956225, -0.0206634402, -0.00266105565, -0.0381380767, 0.00379467499, -0.0238139778, -0.0141965486, -0.0110141234, -0.0252042953, 0.00857150089, 0.0185460746, 0.0301533174, 0.00476725958, 0.0107526425, -0.020280784, -0.027576765, -0.0289288163, 0.00869905297, 0.00171079254, 0.0711740702, -0.0105676912, 0.018966997, -0.0339798778, -0.00800389424, 0.0120919393, -0.0306890346, -0.0300002545, 0.00346622826, -0.00628512958, 0.0303318892, -0.00514034973, 0.0052296361, 0.042755466, 0.0251277629, -0.0300002545, 0.0077998112, 0.0107462648, 0.00634571724, 0.00415182067, 0.0228573363, -0.00132574467, -0.0137628717, 0.0198343508, 0.00193081994, 0.0273471698, 0.0133036841, -0.0421432145, -0.0515820682, 0.00502874143, 0.00756383967, 0.00634252839, -0.0132271526, -0.0280869734, 0.00603002543, -0.0242476538, 0.0158929918, 0.000744983961, -0.00859701168, -0.00143655553, 0.031734962, -0.0251660291, 0.00888400339, -0.0369135775, -0.0200767014, -0.0265818574, -0.0214415081, -0.00205358886, -0.0125383716, 0.0315819, 0.0368625559, 0.00347898365, 0.0203955807, 0.0160077885, 0.00172195339, -0.014145528, 0.0121174492, -0.0332655869, 0.0228190701, -0.032984972, 0.0169389192, -0.00603002543, 0.053673923, -0.0142858354, 0.0216583461, -0.00419965293, -0.0140817519, -0.00172673655, 0.0185205657, -0.014834309, 0.0197705757, -0.00441330252, -0.00410398887, 0.00542096421, -0.00655617798, -0.00811231323, -0.00558997085, 0.0136990957, -0.0383676738, 0.00895415712, -0.0190945491, -0.0290053468, -0.0605107173, -0.0213394668, -0.0183164813, -0.0240435712, 0.00178094616, 0.0237629563, -0.0260206293, 0.00398600334, -0.00744266529, -0.0398983, 0.0149235958, -0.02910739, 0.014770533, -0.0141200172, -0.0169771854, -0.00957278535, 0.00461738603, 0.00693245651, -0.028010441, -0.0106378449, 0.00739802187, 0.00316966977, 0.0247578621, -0.0282145254, 0.00822711084, -0.00919012912, -0.0122705121, 0.0131888874, -0.0380105264, 0.00720669376, -0.00739164418, -0.0130740907, -0.0098342672, 0.0047991476, 0.0246685762, 0.0299492329, 0.0167731009, -0.00558359316, -0.0151149239, 0.00838655047, -0.0411483087, -0.00988528784, -0.0322196595, 0.00100128399, -0.00327490014, -0.00716842804, 0.00910084229, 0.00897329, -0.00987891, 0.00834828522, -0.0236226488, 0.0261099152, -0.010312587, 0.00357783632, -0.0198981278, 0.00169165968, 0.0368880667, 0.0163266696, 0.00636166101, -0.0166965704, 0.024477249, 0.0366584733, -0.0167986117, 0.0177169871, -0.00331316586, -0.0122832675, -0.00235014735, 0.0450769141, -0.00871180836, 0.0275257435, 0.00283962861, -0.00871818606, 0.0244389828, -0.0172577985, -0.0211608931, 0.0246813316, -0.0321941487, 0.0215945709, 0.010765397, -0.00993630849, -0.0402299315, -0.0353574418, -0.0362503082, 0.00596624939, -0.0190435294, -0.00892864726, -0.0228956025, -0.0090051787, 0.0158802364, -0.0252425615, 0.0316074118, -0.0275512543, 0.0414799415, 0.0266583897, 0.0363013297, 0.00134567462, 0.00909446459, 0.027602274, -0.00547836255, -0.0328064, 0.0352298915, 0.0164159555, -0.0202935394, -0.00798476115, -0.00923477206, -0.0166327935, -0.0185333211, -0.0577555895, 0.00901155546, -0.0258803219, 0.0208165031, 0.00493626622, 0.0130740907, -0.015523091, 0.000377873104, -0.0160205439, -0.00457593147, 0.0280359518, -0.00566650229, -0.0121684708, 0.0112692285, 0.00220984, -0.00563780265, 0.0314288363, 0.0180741325, 0.0151659446, -0.0294900462, 0.0221558, 0.00898604561, -0.0217858981, 0.00352362683, 0.0087755844, -0.0227425396, 0.0118240798, -0.00720669376, 0.00252074841, -0.0244517382, -0.0228318255, -0.0254211333, 0.0308676083, 0.0140434867, -0.00205837213, -0.0297196396, 0.00854599103, 0.0308165867, 0.0096174283, -0.0145664494, -0.0242093895, 0.00133690541, 0.00702812057, -0.00502236374, -0.0191073045, -0.0160970744, -0.00901155546, 0.0049107559, 0.00557083823, 0.0117156608, -0.00170441496, -0.0154848248, -0.00781894382, -0.0248088837, -0.00132973061, -0.0331125259, 0.00729598, -0.0209313, -0.00187661033, 0.00572390063, 0.0285971817, -0.0227680504, 0.00626599696, 0.0252042953, 0.00392541569, -0.00732149044, -0.0154210487, 0.0132526634, 0.0225001909, -0.0120855616, -0.00670286268, -0.0145664494, 0.00255582528, -0.0505871624, 0.0326278284, 0.000455998757, 0.00280614616, -0.0136735849, -0.0227808058, -0.0237757117, -0.00888400339, 0.00431444962, 0.0219644718, 0.0137628717, -0.00148917083, 0.0372197032, 0.00394773763, -0.0090880869, -0.0296431091, 0.0308165867, -0.00706638629, -0.00332592102, 0.0117730591, -0.0164669771, -0.0390309431, -0.0109567251, 0.0167475902, 0.00147242961, 0.0103380978, 0.0221813098, -0.0137118511, -0.00788272, 0.00554851629, -0.0373217463, -0.0309441388, 0.0032876553, -0.0516330898, -0.00363842375, -0.00686868047, -0.00926028285, 0.0199363939, 0.0128444964, -0.00792098511, -0.0311482232, -0.00689419126, -0.0112883607, -0.0120919393, 0.0378829725, -0.0297196396, -0.0183292367, 0.0294390246, -0.0168496333, -0.0228063148, -0.0390054323, -0.000513397215, 0.00307241129, -0.0221685544, 0.00131298939, 0.0455361, -0.0119261211, -0.0214670189, -0.00419327524, 0.00126994064, -0.0132016428, -0.0170919821, -0.000583152287, 0.0150511479, -0.0251405183, -0.00329722185, -0.0122450013, 0.0191710815, 0.00656893337, -0.0303829107, 0.0141710388, -0.0149235958, -0.0215052851, 0.0114222905, -0.0267094094, 0.0144261429, -0.0423472971, -0.0140817519, 0.00122051418, -0.00790823065, -0.0228190701, 0.0384442024, -0.0146302264, -0.0217476338, 0.00320793525, -0.0248343945, -0.00493626622, -0.0206124187, 0.0112437177, -0.0157654397, -0.00631382922, 0.017372597, 0.0231634621, -0.0253956225, -0.0184185226, -0.0217348784, -0.0156378876, -0.00361610204, 0.0125128608, 0.000418928917, -0.0116710169, 0.00955365226, 0.036148265, -0.0184567887, 0.00357464771, -0.0223981496, 0.0207654815, 0.00530297868, -0.04926062, -0.00519455923, 0.0191583261, -0.0147195123, -0.0349492766, 0.00413587689, 0.0269645136, -0.0110715227, -0.0221685544, 0.0141837932, -0.0638270676, 0.00529979, 0.0369135775, -0.00323344581, 0.00928579271, -0.000816333457, -0.00748730823, -0.0117220385, -0.00603002543, -0.00326533383, 0.0183292367, -0.00111129764, -0.0209950749, -0.000596306054, -0.047041215, -0.00388077274, 0.0165945292, -0.00975135807, -0.00666459743, -0.0198343508, 0.00684954785, -0.0283675864, 0.0046524629, 0.0381635875, 0.00594073907, -0.0211353824, 0.00741077727, 0.00416138722, 0.0081697125, -0.000743788201, -0.00683679245, -0.00938145723, 0.00337375305, -0.00144851359, -0.0444136411, 0.0233292785, 0.0309186298, 0.00524876872, -0.00232463703, 0.0118687227, -0.0099171754, -0.0153572727, -0.016556263, -0.0169899389, 0.00351724913, -0.00814420171, 0.00576216634, 0.010548559, 0.00420603063, -0.00455998769, -0.00450258935, 0.000186644596, 0.00450258935, 0.0108865714, -0.0142475693, 0.00514991628, -0.0494136848, 0.0215180386, -0.0169516746, 0.00910084229, -0.0153700281, -0.00363204605, -0.000372093404, 0.0111863194, -0.0174746383, -0.0330104828, 0.0092985481, -0.00992993079, -0.00764674833, 0.00195633038, 0.0251787845, 4.9276965e-05, 0.0147832884, -0.0364543907, 0.0752557367, -0.0321941487, 0.0257017482, -0.00728322472, -0.000392621296, -0.0331890583, -0.0186481178, 0.0292859618, 0.0101914126, -0.0157271735, 0.022347128, -0.0235333629, 0.00341520761, 0.0145154288, -0.00743628759, -0.0125638815, -0.00221462338, -0.0159567669, 0.0101085044, -0.0220920239, -0.0180231109, 0.0193879195, -0.0145664494, 0.0010849901, 0.00423154095, -0.00126276584, -0.03267885, -0.00541458651, -0.013176132, 0.00275193667, 0.0129465386, -0.0099171754, -0.00330997701, 0.0146940025, 0.0285461601, 0.0192221012, 0.0031648865, 0.00473537156, -0.0134822568, 0.0390309431, 0.0172833093, -0.0224236585, 0.00721307145, 0.0136480751, -0.0103699854, -0.0153062521, -0.00765950372, -0.0197960865, -0.0433932245, 0.025319092, -0.000668054156, -0.0207654815, 0.0161098298, -0.00796562899, -0.0109248376, 0.00921563897, 0.00302139041, -0.0218751859, 0.0222068205, -0.00629788497, 0.000524159404, 0.0302043371, 0.024477249, 0.0230104, 0.00403064629, 0.0108993268, 0.000608264061, 0.028010441, -0.0218241643, 0.00549749564, 0.00620222092, -0.00531573361, 0.00537950965, 0.0143496115, -0.00355551485, -0.0317604728, -0.00767863635, 0.0234695859, -0.00333548733, -0.00562185887, -0.0119580096, 0.00727684749, -0.0166710597, 0.00694521191, 0.0301788263, -0.0231124405, -0.00404340168, 0.0284441188, -0.00541777536, -0.00830364134, 0.0188139342, -0.00971309282, 0.00462695258, -0.0021173649, 0.0164159555, 0.0230996851, 0.0122960228, -0.0143623669, 0.00704087596, 0.000107323132, 0.00321271853, 0.0050638183, 0.00739164418, -0.00294007594, -0.0182399508, -0.00469710631, -0.0110077467, -0.00018524949, -0.0165435076, 0.0285206493, 0.0104401391, 0.0153317628, 0.0100511052, -0.00728322472, 0.000983745558, -0.000587935443, 0.0400768705, -0.0034694171, -0.0367605165, -0.0103062093, -0.0213394668, 0.0157526843, 0.0104656499, -0.0159057472, -0.0314288363, 0.00971947052, 0.0139669552, 0.00138952071, -0.0242348984, -0.0165307522, 0.0282910559, 0.00437822565, -0.0072577144, 0.00206793845, -0.00153381401, 0.0118240798, -0.00124602462, 0.028826775, 0.0182654615, -0.0102870772, -8.08660407e-05, -0.0109694805, 0.0122131137, -0.0316074118, 0.0266838986, 0.00632020645, -0.0177807622, 0.0109439706, 0.00371814379, 0.0011989898, -0.0296431091, -0.0322196595, 0.0109631028, 0.023788467, 0.0207144618, -0.0106952433, 0.0214159973, 0.00134966068, 0.00617671059, 0.00804853719, -0.0153572727, 0.021722123, -0.0165307522, -0.014617471, 0.00518499268, 0.00987891, -0.00518818153, -0.0149363512, -0.0257017482, -0.0186608732, -0.000863368274, 0.00786358677, -0.0139797106, 0.00571752293, 0.0157144181, 0.00968120433, 0.0184312779, -0.00663908664, -0.0041008, 0.0145409396, -0.0140052205, -5.07904e-06, -0.001525842, -0.00421878556, -0.0306380149, -0.0147577785, -0.000998892356, -0.000480711984, 0.0298982132, 0.0175129026, 0.00660082139, 0.0067411284, -0.0187884253, -0.0254849102, 0.0248088837, -0.0195027161, 0.00699623255, 0.0135077676, 0.0139031792, -0.0126404129, -0.0239160191, 0.0221685544, 0.0163011588, -0.0158929918, 0.0116837723, 0.00683041522, 0.00092315831, -0.00722582638, 0.0302043371, 0.0148215545, 0.0143241007, 0.00443881331, -0.0130740907, -0.0214415081, -0.0113393813, -0.00808042567, 0.00120058411, 0.0151149239, -0.00206156075, -0.0358676501, -0.00442605792, -0.00792736281, -0.00457912032, 0.0110460119, -0.0207527261, 0.00401789136, -0.00903068855, -0.00394454878, 0.00177775742, 0.0122450013, -0.0187629145, -0.00170282053, 0.0157399289, -0.000354355667, 0.00864803232, 0.0025813356, 0.00160954811, -0.0242221449, 0.0053412444, 0.0184185226, -0.00977049116, 0.0310206711, -0.020344561, -0.0160077885, -0.0213267114, -0.000177775742, -0.0011001369, 0.000675627554, 0.00792098511, -0.032831911, 0.0294390246, 0.00393179338, 0.00476407073, -0.0350003, -0.0202680286, 0.00707914168, -0.0127552105, -0.0206124187, -0.00275193667, -0.0351278484, 0.0195537377, -0.00499047572, -0.0358166285, -0.00221621781, -0.0465054959, -0.00167252694, -0.0214287527, 0.0176659655, -0.0304339305, -0.00161034532, 0.013584299, 0.0179720912, 0.0146940025, 0.011734793, 0.0095982952, -0.00380743016, 0.0335206911, 0.00758297229, -0.0049585877, 0.000281212531, -0.0305869933, 0.0106250905, 0.00129545107, -0.000617431884, -0.00902431086, -0.0235333629, -0.00213809218, 0.0303574, 0.013520523, -0.0105230482, 0.00655617798, 0.0139031792, 0.0318114944, -0.0282145254, 0.00325098424, 0.0257145036, -0.00637122756, -0.00381380785, -0.00237884675, -0.0267349202, 0.0249236804, 0.00747455331, -0.0376023576, -0.0195537377, 0.00659444369, 0.0308420975, 0.00134248589, -0.0140562411, 0.0310716908, -0.0341329426, -0.0139414445, 0.0113202492, 0.00492032245, -0.0266073681, -0.0321431309, -0.000616634672, -0.00121573091, -0.0170792267, 0.0179465804, -0.00138712907, 0.0120536732, -0.0242986754, 0.000301142543, -0.0168113671, -0.00740439957, -0.0466330498, 0.00829088688, -0.010720754, 0.0090051787, -0.00416457606, 0.00614163373, -0.0402044207, -0.00979600102, 0.00453447737, -0.0333421193, 0.0209823214, 0.00386801735, -0.00464289635, 0.0184823, 0.0241328571, -0.00739802187, 0.0209950749, -0.00398919173, 0.0137501163, 0.00719393836, 0.01730882, 0.0183292367, 0.0136225643, -0.0222195759, 0.0277808476, 0.00453766622, -0.00346622826, 0.00224172813, 0.0174618829, -0.00500960881, 0.0212756898, 0.0105549367, 0.0308676083, 0.0275002327, 0.0238394868, -0.00121254218, -0.00752557395, -0.0237757117, -0.00697072223, -0.0161353406, 0.0135077676, -0.00500642, -0.00694521191, 0.0397707447, 6.81606543e-05, -0.00227361615, 0.00712378463, -0.0124171972, 0.00920926128, -0.00151308684, -0.00354275969, 0.0160205439, -0.0018064566, -0.00915824063, 7.68800383e-05, -0.0344390683, -0.0026706222, 0.0203700699, -0.0090880869, -0.0148215545, -0.0192093458, -0.011517955, 0.028699223, 0.00987253245, 0.0299237221, -0.000345187873, 0.00765312603, -0.00263713975, 0.0210078303, 0.010076616, 0.0206634402, -0.0338778384, 0.0343625359, -0.0277808476, -0.0052168807, 0.0387758389, -0.00864165463, 0.00457593147, 0.00784445461, 0.0185460746, 0.0211991593, 0.0110077467, -0.0100574829, 0.00982151181, -0.047041215, -0.0125575047, 0.0106888665, -0.0237502, -0.0242348984, 0.0183292367, 0.00483422447, -0.0100383507, 0.0300512742, -0.00842481665, 0.000578767678, 0.00992993079, -0.0211098734, -0.0201404765, 0.0100893714, -0.00970033742, -0.0184185226, -0.00880109519, 0.00850134715, 0.0275002327, 0.00241073477, -0.0189414863, 0.000969396, -0.00994906388, -0.0327808894, 0.00469710631, 0.00402107975, -0.00488843443, 0.0102169234, -0.0252298061, 0.0346941724, -0.00380743016, 0.0133547047, 0.0195282269, 0.0122832675, -0.0147067569, -0.0195282269, -0.00240116823, 0.00120138132, -0.0113521367, 0.00281730713, 0.0103827408, -0.00190849835, -0.00252393726, 0.0487504117, -0.00262279017, 0.00971947052, 0.00467797322, -0.0235333629, -0.00101244485, 0.000420124736, 0.00366074522, -0.0136863403, -0.0155358454, 0.00163585565, -0.00126436015, -0.0251150094, 0.00113282213, -0.00614163373, -0.0120217856, 0.0030293623, 0.00106585724, -0.0153827835, 0.00965569448, 0.0206506848, 0.012098317, 0.00978962332, 0.0153955389, 0.00874369685, -0.0126467906, -0.000742193777, -0.00425386243, -0.00470986124, 0.00580680929, -0.0127615873, -0.0204466023, 0.0302553587, -0.00300385198, 0.0191710815, 0.00469072862, 0.0108419284, 0.00554213859, 0.0105166705, 0.0120664285, 0.0232144818, 0.00376916467, -0.00617989944, -0.00195633038, -0.0173215754, 0.00393498223, -0.0113585144, -0.0193751641, -0.00265946123, 0.0214797743, 0.0189797524, 0.00738526648, 0.0121046947, 0.00293210382, 0.00940058939, 0.000833871833, 0.0135970544, -0.00219867937, -0.0213012, 0.0121046947, -0.00309632719, 0.0225512106, -0.0011535493, 0.0165307522, 0.00513078319, 0.00954727456, 0.00208547688, 0.0222450867, -0.0258037895, 0.0221430454, -0.0335717127, 0.00594711676, -0.0266583897, -0.00553576136, 0.0112756053, 0.00840568356, 0.00690056849, 0.00764037063, 0.00971309282, -0.00671561807, -0.00797200669, 0.0121110724, -0.0113648921, 0.0215690602, -0.000287590141, 0.00493307738, 0.0115434648, 0.00533167785, 0.0369901098, 0.0135332774, -0.00455042114, 0.00587696303, -0.00703449827, -0.00910084229, -0.0238139778, -0.0256379731, -0.0102169234, -0.0144644082, -0.0183675028, -0.00221621781, 0.0198343508, 0.00619584322, 0.00426980667, -0.00492669968, 0.00919650681, 0.0173598416, 0.0139286891, -0.00975773577, 0.0111863194, 0.0268369615, 0.0282400344, 0.000908808724, 0.00107622088, 0.00277585257, -0.0191073045, 0.000147282815, -0.0141837932, 0.00676026149, -0.0151787, 0.00497453194, 0.000558837666, 0.0267859418, 0.0299747437, 0.00370538863, 0.00597262708, -0.0102934549, 0.0203828253, -0.0251277629, 0.00266743335, -0.0147322677, -0.0219772272, 0.0154593149, 0.00405296823, -0.00937508, 0.00420921948, -0.0238777529, 0.0195154715, 0.00403064629, -0.00285716704, -0.0125256162, 0.0130103147, 0.0195537377, -0.00933681335, 0.00508295139, -0.00250161556, 0.0170409605, -0.023444077, -0.00271526538, -0.000366313703, 0.016683815, -0.0178445391, 0.00452172197, -0.0232399926, -0.000605872483, 0.0127297, 0.00624048663, 0.0127934758, -0.00262119574, -0.0131888874, 0.00976411346, -0.0120281633, 0.0260844044, -0.00112724165, 0.0293624941, -0.0148087991, -0.00939421263, 0.00261003477, -0.00393179338, -0.00478639267, -0.00677939411, -0.00432082731, 0.00840568356, 0.022627743, 0.0126850568, 0.000346782268, -0.00379467499, 0.00537632126, -0.00988528784, -0.00367987808, -0.00943247788, -0.0155358454, 0.00296399184, 0.00361291319, -0.0264543053, 0.0246430654, -0.0205231328, -0.0113648921, -0.0120026525, 0.0133674601, -0.0375513397, -0.000247929391, 0.00857150089, -0.00903068855, -0.00609061262, 0.0033004107, -0.0139031792, 0.000673634524, -0.022002738, 0.0253701136, -0.00141901709, 0.0101595251, -0.0193751641, -0.032831911, -0.0157781951, -0.0141072627, -0.00737888925, -0.0108227953, 0.00998732913, 0.00671561807, -0.00950900931, 0.00299587986, 0.00382975186, -0.00110412284, -0.0028699222, 0.0323727243, -0.00334186503, -0.00903706625, 0.0269645136, 0.00885211583, -0.0095217647, -0.00675388379, -0.0159822777, -0.0044994005, -0.0118495906, 0.00677939411, -0.00964931678, -0.0188522, -0.0104592722, 0.0124427071, 0.00964931678, 0.00936232414, 0.0385717563, -0.0309696496, -0.00803578272, 0.0209950749, -0.0124745956, -0.0105995797, -0.00453447737, -0.0069515896, 0.00511802826, -0.000186744248, -0.0152807413, -0.0217476338, 0.0130422022, 0.0206506848, 0.00904344395, 0.0118495906, 0.0325002745, -0.000235971384, -0.0331125259, -0.00800389424, -0.0045472323, 0.01946445, 0.0342094749, -0.00786996447, 0.0142858354, -0.00422197441, -0.00867354311, 0.00226883311, -0.00520731462, 0.0198598616, 0.000602285087, 0.0135587882, -0.0143878767, 0.0135460328, -0.00581637584, 0.0116837723, 0.0148087991, 0.0100957491, 0.0276532955, -0.0269900244, -0.00691970158, 0.00309632719, 0.00538588734, -0.0052232584, -0.0025813356, -0.00218751864, -0.00334824272, 0.0401534028, 0.0415819846, 0.00517223775, -1.61433127e-05, 0.0103699854, 0.0106952433, -0.027168598, 0.0106123351, 0.0176914763, -0.00271048211, -0.0178955588, 0.00863527693, -0.00335143134, 0.00577492127, -0.0228063148, 0.013864913, -0.0254211333, 0.000479516166, 0.00414863229, -0.0121302046, -0.0343625359, -0.000366313703, -0.0205996651, 0.00401789136, -0.0107845301, -0.0179210696, 0.0224746801, -0.0139159346, -0.0103380978, 0.0145026734, 0.00718118344, -0.00936232414, 0.00599494856, 0.00432401616, 0.0076339934, 0.0118751, 0.00404659053, -0.0027710693, -0.00870543066, -0.0289543271, 0.0276788063, 0.0122705121, 0.00760848261, 0.00689419126, 0.020688951, 0.0158292148, -0.003294033, 0.000741396565, 0.0054751737, 0.0153955389, -0.0117284153, 0.00780618843, 0.00945798866, -0.0104528945, -0.0166710597, -0.00403383514, -0.00829726458, -0.00395092648, 0.00417414261, -0.000987731619, -0.0192348566, 0.0148087991, 0.0189797524, 0.0220792685, 0.0149108404, 0.000332034077, -0.0235078521, 0.0149235958, 0.0175511688, -0.0134950122, 0.00748093054, -0.0192093458, -0.0251660291, 0.000977368, 0.00927303731, 0.0308420975, -0.00440054759, -0.0282910559, 0.000441649143, -0.0272961501, 0.00787634216, 0.000182558942, 0.00410398887, -0.0118814781, 0.00924752746, 0.00429212814, 0.00862889923, 0.0105102928, -0.0135715436, -0.0119006112, -0.0281890146, 0.00168847095, 0.0198981278, 0.0180103574, -0.0321176201, 0.00681128213, -0.0113011161, -0.026760431, -0.0208037477, 0.0315819, -0.00269932137, -0.000329243863, -0.00201532315, -0.0289543271, -0.00380424131, 0.0064222482, -0.00903068855, 0.0093049258, 0.00545604108, 0.00224172813, 0.00178254058, -0.0175766796, 0.00649877964, 0.0193368979, 0.00234695873, -0.0151404347, -0.0110587673, 0.010765397, -0.00220186822, 0.00500642, 0.00841206126, 0.00665821973, -0.0110141234, 0.00463014143, -0.0104592722, -0.00713654, -0.00348536111, 0.00595349446, -0.0145281842, 0.00143416389, -0.00420921948, -0.00781256612, 0.0157399289, -0.0176659655, 0.0136735849, -0.0122832675, 0.0206379294, 0.00911997538, -0.0186481178, 0.0195409823, -8.87882197e-05, 0.0109120822, 0.0176149458, 0.0351023376, 0.0108100409, -0.0099171754, 0.0129784262, -0.0238905083, 0.0060587246, -0.00385845103, -0.0129146501, 0.016339425, -0.012098317, 0.0187884253, 0.00608104654, -0.0133547047, -0.00080557121, 0.0114031574, -0.00250799325, -0.0110396342, 0.0119452542, 0.0131888874, -0.0173343308, -0.00990442093, 0.0118177021, 0.0305104628, 0.00981513411, -0.0125575047, 0.00177137984, 0.0127105666, -0.00834828522, 0.00134168868, 0.00925390515, 0.00570795638, 0.00919012912, -0.0104784053, 0.00453766622, -0.00317604723, 0.00607148, -0.0158547256, 0.0143241007, 0.0130230691, 0.038648285, 0.0208292585, -0.00732786814, 0.00468116207, -0.0047576935, -0.00448983395, 0.0122131137, 0.0051754266, 0.00988528784, -0.00933043659, 0.0143878767, -0.020625174, -0.0133036841, -0.0156123769, 0.00557721546, 0.0217348784, 0.030076785, 0.0077870558, 0.00198343513, 0.00394773763, -0.021938961, -0.000249922392, 0.000954249175, 0.000761725183, -0.030484952, 0.010031973, -0.015931258, -0.00860338937, 0.0161863621, -0.00875645131, 0.000473138585, -0.0210078303, -0.0187118929, -0.00749368593, -0.0197195541, -0.0124618402, -0.00991079863, 0.0161736067, 0.0322961919, 0.00142619188, -0.0119069889, -0.0341584533, -0.0268624723, -0.000740599411, -0.0013432831, -0.00115992688, 0.00407210086, 0.0310206711, 0.0156251322, 0.00894140266, 0.0248343945, -0.0148087991, -0.0246430654, -0.0122960228, 0.0100511052, -0.0103317201, 0.0251660291, -0.00411674427, 0.0205996651, -0.00469072862, 0.00234695873, 0.0466330498, 0.0081569571, 0.0133929709, -0.017181268, -0.0259313416, -0.00298471912, -0.0146047156, 0.0103827408, 0.000467956765, -0.00395730371, 0.0249364357, 0.00139988435, 0.0129592931, 0.00305487285, 0.0118878558, -0.00594073907, 0.011454179, 0.0125383716, 0.018405769, -0.00671561807, 0.0151149239, 0.0050765737, -0.00402426859, -0.00734062353, -0.00312662078, -0.0294900462, 0.000894459081, -0.00698985532, -0.00767225865, 0.00291137677, 0.0053412444, 0.00542734191, -0.000708711334, 0.0101914126, -0.0158164613, -0.0125638815, -0.0061703329, 0.0136863403, -0.0160715654, -0.00301979599, 0.0159440134, -0.0330104828, 0.0181761738, -0.000668054156, 0.0183802582, -0.00568882376, -0.00226086099, -0.00562504772, -0.00485973526, -9.21763203e-05, -0.00535399932, 0.0169899389, 0.014898085, -0.00492669968, 0.0047576935, -0.0103572309, 0.0117794368, 0.0158292148, -0.000659683545, 0.0211991593, -0.0162246265, 0.015650643, 0.00777430041, -0.0113330046, -0.00818246696, 0.0148725752, -0.00270729326, 0.0026578668, -0.00906257704, 0.0265563466, 0.0152552314, -0.00873094145, -0.00303255115, -0.0129146501, 0.00121015054, -0.01123734, -0.0108036632, 0.0239670388, 0.0175639242, -0.0297961701, 0.0190052632, 0.0173343308, 0.00578129897, -0.0214670189, 0.0167731009, -0.0207782369, -0.0182782169, -0.0251532737, 0.00575578865, -0.00220824569, 0.00530935638, -0.00862889923, -0.0153827835, -0.0144899189, -0.0367605165, -8.38057167e-05, -0.00032645365, -0.0013504579, 0.00506700715, 0.0264287945, -0.0193751641, 0.0144899189, -0.0033004107, -0.0079464959, 0.0389799215, 0.0015872264, 0.013801137, 0.00652110111, -0.0218496751, -0.01169015, 0.00873094145, 0.0118878558, 0.00497772079, 0.0259951185, 0.0208165031, 0.00773603469, -0.0109567251, 0.0116646392, -0.0113776475, -0.00651472341, -0.0221940652, 0.000721865159, 0.000240355992, 0.00269613252, 0.0351023376, -0.00327171129, -0.00426980667, 0.00690694619, 0.00057757186, -0.00744266529, 0.000171099178, -0.00503511913, -0.00567606837, 0.0191073045, -0.0100255953, 0.000971787551, -0.0023995738, 0.0269134939, -0.0011989898, 0.0135587882, -0.0137756271, -0.0128062312, -0.0159695223, -0.0077870558, 0.0036288572, 0.0155741116, -0.00552619481, -0.0273216609, -0.0132016428, -0.00285238377, -0.00313299848, 0.00272164284, -0.0230614189, 9.54149509e-05, 0.0293369833, 0.00367350061, 0.0179720912, -0.000135524111, -0.00679214951, 0.00357145886, -0.0166965704, 0.0144388974, -8.79412e-05, -0.00092315831, 0.0061575775, 0.00247929385, -0.00443881331, 0.0205869097, -0.00956640765, 0.00247132196, 0.000492271385, 0.00042929253, -0.0356380567, 0.0100383507, 0.0139924651, -0.00796562899, -0.0242476538, 0.00163745007, -0.0199108832, -0.0117858145, 0.0155103356, -0.00469710631, 0.0101659028, -0.0178445391, 0.0215180386, 0.00588971842, -0.0268879831, 0.0214159973, -0.00105868245, -0.00331316586, 0.00126914342, -0.0297961701, 0.00535718817, 0.023660915, 0.00464289635, -1.8111401e-05, -0.00835466292, 0.00313778175, 0.00366393407, 0.01946445, 0.0140052205, 0.0282910559, 0.0139542, -0.00167252694, 0.00949625392, 0.0328574218, 0.000686788349, 0.00753195165, -0.00302298483, -0.00599813741, -0.010701621, 0.00516267121, 0.00174586941, -0.00114318565, -0.0187118929, -0.000244939903, -0.0185715854, 0.00172673655, -0.0223088618, 0.00595987169, -0.0203828253, -0.0105740689, -0.0150001273, -0.00127233216, 0.0158929918, 0.00505744061, -0.0101340143, 0.00839292817, -0.000752955966, 0.00173470855, 0.00237884675, 0.0445922129, 0.000524159404, -0.00693245651, 0.00880747288, 0.0052232584, -0.0183802582, -0.00799751654, 0.00390309421, 0.00309951603, 0.0279594213, 0.00334824272, 0.00651153456, 0.00401470251, -0.00362566835, 0.0128444964, -0.00113760529, 0.00633615069, 0.0229211133, -5.09461024e-05, 0.00623729778, -0.0063233953, -0.0101531474, -0.00362247974, 0.013864913, 0.00290659349, -0.012206736, 0.00377873098, -0.0188522, 0.0111289211, 0.00534762163, 0.0220920239, 0.0226660091, 0.00762123801, -6.72139795e-05, -0.00329722185, -0.0192858782, 0.0102551887, 0.0137756271, -0.0109439706, -0.00630426267, 0.00736613385, 0.0108036632, -0.0333421193, -0.00307400571, 0.00989804324, 0.0208547693, -0.0315563902, -0.0245537795, -0.0170792267, 0.00803578272, -0.00551662827, 0.00704087596, 0.0007896272, 0.0202170089, -0.00173151982, -0.0121812252, 0.0152297206, -0.0124044418, -0.00831639674, -0.00440692529, -0.00408485625, 0.0125319939, 0.0114478013, 0.000534921652, 0.00431763846, -0.00836104061, 0.0136225643, 0.00389033905, -0.0095217647, 0.00938145723, 0.00127791264, 0.0111926971, 0.00621497631, 0.0107462648, 0.00913910847, -0.00864803232, -0.00998095144, -0.00540502043, -0.0501534864, -0.00787634216, -0.016084319, 0.00568244606, -0.0104401391, 0.0127998535, -0.011734793, -0.00591841759, 0.00709189661, 0.0164032, -0.0175766796, 0.000679613557, -0.00737888925, 0.00385845103, -0.0039636814, 0.014209304, 0.00404021284, -0.0218241643, 0.00625324156, -0.020063946, 0.00580680929, -0.0347707, -0.0062755635, -0.00438460335, 0.0180741325, -0.00536994357, -0.0163011588, 0.00318561378, -0.0233803, -0.0330615044, 0.00114717172, -0.00998732913, -0.0118751, 0.0400258489, -0.00707276398, -0.0215945709, -0.0115370871, -0.00989166554, 0.0141582834, 0.0209440552, 0.000627396919, 0.0119006112, 0.00923477206, -0.00389671675, 0.0200384352, -0.0127870981, 0.00534762163, 0.00156091887, -0.00977049116, 0.0259823631, 0.0160588101, -0.0015561356, 0.00453128852, -0.00762123801, -0.00886487123, 6.53206298e-05, 0.0062691858, 0.0110141234, 0.000707515574, 0.00329722185, -0.00404659053, -0.00594392791, 0.0127615873, 0.0079464959, -0.00943885557, 0.00792098511, 0.022002738, -0.00325576728, 0.00820797775, -0.00873094145, -0.00281411828, 0.000393019902, 0.016900653, -0.00839292817, 0.0179083142, 0.0290308576, -0.00407847855, 0.00130422018, -0.015586867, -0.0174236167, 0.0225001909, 0.00211895932, -0.00498409849, 0.0124427071, -0.00360972434, 0.00757659459, -0.00262597878, 0.0140434867, -0.00946436543, 0.0104273846, -0.00226723868, -0.00502874143, -0.00623092, 0.01821444, -0.00312343217, 0.029668618, 0.0237502, 0.00264989492, 0.0037340878, 0.00762123801, -0.00653066766, 0.000152165667, 0.0114414236, -0.0015936041, 0.0195537377, -0.00702812057, -0.000623410917, -0.00262279017, -0.034081921, 0.0116773946, -0.0021173649, 0.028418608, -0.000766109792, 0.00770414667, -0.0178700499, 0.011970765, 0.00672199577, 0.0440054759, 0.00878834, 0.000459187577, -0.0171047375, 0.0178572945, -0.031734962, 0.031173734, 0.0121684708, 0.00159200968, 0.000703130965, -0.0243369415, -0.0157144181, 0.00508614024, -0.0140179759, -0.0222323313, 0.00478639267, -0.0144261429, 0.026352264, -0.00583869731, -0.00462057488, -0.0179210696, -0.00706000859, 0.00903068855, 0.00318083051, -0.0166455489, -0.00258611888, 0.012206736, -0.0215052851, -0.000601089268, 0.00455679884, -0.00739164418, 0.0123406658, -0.0100000845, 0.000421320525, 0.00053412444, 0.0288777947, 0.0124682179, -0.0205996651, 0.0182399508, -0.0294645354, -0.00888400339, -0.0214925297, 0.00162947807, -0.0185970962, -0.00550068449, -0.00938145723, -0.0071110297, -0.00398600334, 0.0110268788, 0.00855236873, -0.0165690184, 0.0059056622, 0.00348855, 0.0227808058, -0.0176659655, 0.00821435545, 3.95859934e-05, 0.000252911908, -0.00586420763, 0.00538269849, 0.037245214, 0.00145967433, -0.0111416765, 0.0118240798, -0.00720669376, -0.000326055044, 0.0135332774, -0.00845670421, -0.0128700072, 0.0033769419, 0.00401789136, 0.0219517164, 0.0165179968, -0.0050765737, -0.00167093251, 0.0084758373, 0.00555170514, -0.0181761738, 0.012659546, -0.00980237871, 0.00811869092, -0.012831741, 0.0181379095, -0.0154720694, 0.00516586, 0.00343434024, 0.0205613989, -0.0187118929, 0.00174427498, -0.0212374255, 0.00527746836, -0.00189574307, -0.0107143763, 0.0222450867, 0.00528065721, 0.0259951185, 0.00136480748, 0.00286513916, -0.0206124187, 0.0130103147, 0.0277043171, -0.0119324988, -0.00477044843, 0.00580362044, 0.00416776491, 0.025727259, -0.00154417765, 0.00380743016, 0.00622454239, -0.0295665767, -0.00322228484, 0.000518579036, -0.0149363512, 0.00510846172, -0.00978324655, -0.0159185026, 0.0257527698, -0.00281252386, -0.00883936, 0.0125383716, -0.0107972855, -0.00525833527, 0.00193400867, 0.00203126715, 0.00204721116, -0.0105868243, 0.00348536111, -0.00209185435, 0.00754470658, 0.0130230691, -0.0117220385, 0.0165690184, 0.0099171754, 0.0127934758, -0.0144133875, 0.00246813311, -0.0242348984, -0.0152679868, 0.025663482, 0.0177169871, 0.0236736704, -0.0141072627, -0.00892864726, 0.00936232414, 0.0125702592, -0.00886487123, 0.00905619934, -0.0164414663, -0.00652110111, -0.0153190074, -0.00118942338, 0.0123980641, -0.00910722, 0.0149108404, -0.00690694619, -9.3372124e-05, -0.0126786791, 0.00434314925, -0.00818884466, -0.0223853942, -0.00136560469, 0.0276277848, 0.0125383716, -0.0183292367, -0.0234313216, -0.00481509184, 0.00699623255, -0.0194134302, -0.0227425396, 0.0241328571, 0.00521050347, 0.020280784, 0.0206634402, 0.0125893923, 0.00215881923, 0.0010554936, -0.021938961, -0.00906895474, 0.031734962, 0.0327298678, -0.00125160499, -0.0268624723, 0.00785720907, -0.00433358271, -0.0104337614, -0.00186066632, -0.0159440134, -0.0144899189, 0.0297706611, 0.00589609565, -0.0187501591, 0.0138521586, 0.000878515071, -0.00825899839, -0.023597138, 0.0101085044, 0.000768501428, -0.0202552732, -0.0213394668, -0.00345666194, 0.00735337846, 0.00595030561, -0.0039700591, -0.0108227953, 0.00128907338, -0.0115498425, 0.0047576935, 0.017525658, 0.00988528784, 0.00110173132, -0.00325576728, 0.0116773946, 0.0222961064, 0.0243114308, 0.0100829937, -0.0150001273, -0.00127073785, 0.025727259, 0.00286035589, 0.0187118929, 0.00168368767, -0.00252074841, -0.0180868879, 0.0378574617, -0.000159639429, -0.0204210915, -0.0210716072, -0.00821435545, 0.0110460119, 0.00168368767, 0.00640949327, 0.0101021267, -0.0110141234, -0.038342163, 0.00303892884, -0.00512759434, 0.00502874143, 0.0259313416, -0.00834828522, 0.0228445809, -0.01730882, -0.0272451285, -0.00683679245, -0.00954089686, 0.00704725366, 0.000569998461, 0.0120855616, 0.0278828889, 0.0151787, -0.00404340168, -0.00108817883, 0.00309313834, -0.00510846172, 0.00642543705, 0.0145026734, -0.00576535473, -0.0193241425, 0.00178413501, -0.0223726388, 0.0107717747, 0.00977686886, -0.00279179658, -0.000821116671, 0.0013966955, -0.0318880267, 0.0157144181, -0.00789547525, 0.00476088235, -0.00472899433, 0.0190180186, 0.0154210487, 8.00314695e-07, 0.0123024005, -0.0278063584, -0.0011463745, 0.00757659459, 0.00977686886, -0.0201404765, 0.00974498, -0.0163521785, 0.00540502043, -0.00155533839, -0.0268624723, 0.0110779, 0.0226149876, -0.0542351529, -0.0095982952, 0.0183037259, -0.010548559, -0.00973860268, 0.00724495947, 0.00556446053, 0.0015872264, 0.00896691252, -0.00931768119, 0.00433039386, -0.00839930587, 0.0106506, -0.0106888665, 0.0136480751, -0.00670924038, 0.013801137, -0.00440692529, 0.00493307738, -0.0109758582, -0.00348536111, 0.00982151181, -0.0104146292, -0.011001369, -0.0105613144, 0.00255582528, 0.0144771636, -0.0117858145, 0.00718756067, 0.00425705127, 0.000785242592, -0.00542415306, 0.00383612933, -0.0299237221, 0.0210843626, -0.0132016428, -0.0246813316, 0.00185588305, -0.0102551887, 0.00502236374, 0.00808042567, -0.00279657985, -0.00199778471, 0.0147195123, 0.000345187873, 0.00285557262, -0.0145026734, -0.0204083361, -0.00861614477, -0.0198598616, 0.0296431091, -0.0150766587, -0.0244900025, -0.0118049467, 0.0297451504, 0.0105549367, -0.0283165667, -0.0229848884, 0.0147450231, -0.00894140266, -0.0289288163, -0.0023230426, 0.0120536732, -0.00909446459, 0.00603640312, 0.0050638183, -0.0072640921, 0.000780459435, -0.00130661181, 0.00765950372, 0.0157271735, 0.0264032856, 0.000339408172, 0.00183515588, 0.00235014735, -0.0146429809, -0.00659444369, 0.0181634184, 0.00653066766, 0.0122832675, 0.0138394032, 0.00281890132, -0.0121939806, 0.000539306202, -0.00455361, -0.00174746383, 0.0302808695, 0.00406572316, -0.00470348354, -0.034898255, 0.0158292148, 0.00829088688, 0.0215052851, 0.00276150298, -0.0224619247, -0.000314097037, -0.029515557, 0.00383931817, 0.00121971697, -0.0230231546, -0.039464619, -0.0140562411, 0.00516267121, -0.012206736, 0.000507816789, 0.000569201249, 0.00172195339, -0.000290380325, 0.000106625586, 0.00669010775, 0.0104784053, 0.000356747274, -0.0263012424, -0.00702174334, 0.00571433408, -0.000281611108, 0.01855883, 0.00392860454, -0.00613206718, 0.0159822777, 0.0338778384, 0.000963018334, 0.0113330046, 0.0156633984, -0.0226149876, 0.00947074313, -0.0190562829, 0.0253063366, -0.0241328571, -0.0295920875, -0.0177935176, -0.00466521829, 0.0127169443, 0.00432401616, -0.0139414445, -0.0100957491, -0.00221940666, -0.00116949331, 0.00493626622, 0.00591204, 0.0160460547, 0.012659546, 0.0113840252, 0.00362566835, -0.0224236585, -0.0235588737, 0.00501598651, 0.00464927405, -0.00800389424, 0.00297036953, -0.0018590719, -0.0118751, 0.0327298678, 0.00361291319, 0.0043877922, -0.0230486654, 0.00802940503, 0.0087755844, -0.0090051787, -0.0154848248, -0.00494583277, -0.00862889923, 0.00489481166, -0.0126914345, 0.0114669334, -0.011345759, 0.0153572727, -0.0162628926, 0.00133451389, 0.00663270941, 0.0350258052, -0.00784445461, -0.00037886959, -0.0206379294, 0.0173981059, 0.00876282901, -0.0171940234, 0.0167858563, -0.00850134715, -0.00692607928, 0.00077248743, 0.0154593149, 0.0209313, 0.00290181022, -0.00265308376, 0.00766588142, 0.000596306054, 0.0168113671, -0.00278223027, -0.0153062521, 0.0305869933, 0.0305869933, -0.00358421402, -0.0228318255, 0.00656255567, 0.00192763109, 0.00366074522, 0.0126467906, -0.00238681864, -0.00644456968, 0.00124921335, -0.000577173254, -0.00836104061, -0.0115243327, -0.00318561378, -0.0190562829, 0.00636803871, -0.00386163988, -0.0147195123, -0.0162628926, 0.0282145254, 0.00551662827, -0.0099171754, 0.0140945073, 0.0470922366, -0.0013432831, -0.00276628626, -0.0143751213, 0.0222578421, -0.0127360774, -0.0179593358, 0.0145154288, 0.00121652812, -0.000563222216, -0.0149491066, -0.0206506848, 0.00804853719, 0.0221430454, -0.0206506848, 0.0111671863, -0.00827813148, 0.0172705539, -0.010701621, -0.00132255582, 0.00753195165, 0.000262876914, -0.000896850717, 0.00269294367, -0.0162501372, 0.00903068855, -0.00242349, 0.00916461833, -0.000328845257, 0.0262502227, -0.00550387334, -0.00888400339, 0.0118368352, 0.0231762175, 0.00470348354, 0.00155374408, 0.0301788263, 0.0179083142, -0.0081697125, -0.00537632126, 0.00543053076, 0.000841046683, -0.0105740689, 0.0290818792, -0.0308165867, -0.00111368927, 0.029668618, 0.00460144226, 0.0130996006, -0.0245410241, 0.00587696303, 0.0162501372, 0.0022401337, 0.0185715854, 0.0147960437, 0.00941972248, 0.0121365823, 0.00814420171, -0.00730235782, 0.0111034103, 0.0170664713, 0.00800389424, -0.0127169443, -0.0192731228, -0.000966207183, 0.00788909756, -0.0102998326, 0.0134312361, -0.00483422447, -0.00559634855, 0.0156251322, 0.00613844488, -0.00217954651, -0.0200767014, -0.020472113, -0.00653066766] |
12 Oct, 2021 | Node.js Stream writable.setDefaultEncoding() Method
12 Oct, 2021
The writable.setDefaultEncoding() method is an inbuilt application programming interface of Stream module which is used to set the default encoding for a Writable stream.
Syntax:
writable.setDefaultEncoding( encoding )
Parameters: This method accepts single parameter encoding which holds the encoding to be used for the Writable stream.
Return Value: It returns the encoding which is made by default.
Below examples illustrate the use of writable.setDefaultEncoding() method in Node.js:
Example 1:
// Node.js program to demonstrate the
// writable.setDefaultEncoding() method
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Calling setDefaultEncoding method
writable.setDefaultEncoding("utf8");
Output:
hi
Writable {
_writableState:
WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: false,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
bufferedRequest: null,
lastBufferedRequest: null,
pendingcb: 1,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: false,
bufferedRequestCount: 0,
corkedRequestsFree:
{ next: null,
entry: null,
finish: [Function: bound onCorkedFinish] } },
writable: true,
_write: [Function: write],
domain: null,
_events: [Object: null prototype] {},
_eventsCount: 0,
_maxListeners: undefined }
Here, the default value is returned in the output.
Example 2:
// Node.js program to demonstrate the
// writable.setDefaultEncoding() method
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Calling setDefaultEncoding method
writable.setDefaultEncoding("ascii");
Output:
hi
Writable {
_writableState:
WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false, ending: false,
ended: false,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'ascii',
length: 0,
writing: false,
corked: 0,
sync: false,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
bufferedRequest: null,
lastBufferedRequest: null,
pendingcb: 1,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: false,
bufferedRequestCount: 0,
corkedRequestsFree:
{ next: null,
entry: null,
finish: [Function: bound onCorkedFinish] } },
writable: true,
_write: [Function: write],
domain: null,
_events: [Object: null prototype] {},
_eventsCount: 0,
_maxListeners: undefined }
Here, the default value is “ascii”.
Reference: https://nodejs.org/api/stream.html#stream_writable_setdefaultencoding_encoding
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.cork() Method/Node.js Stream writable.setDefaultEncoding() Method | https://www.geeksforgeeks.org/node-js-stream-writable-setdefaultencoding-method?ref=asr6 | CSS | Node.js Stream writable.setDefaultEncoding() Method | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, Node.js Stream writable.cork() Method, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream writable.setDefaultEncoding() Method, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0132466387, 0.0340311155, -0.00535685197, 0.0488185771, 0.00882924534, 0.00362758385, 0.0154303946, 0.026604129, -0.02178213, -0.0136013608, 0.0260720458, 0.0321244858, -0.00421786308, 0.00453101564, 0.0215604287, -0.0242540967, -0.0279565044, -0.00969942193, 0.0034751643, 0.00137316098, 0.0208953265, 0.0232342724, -0.00650138408, -0.00875719264, -0.0104199499, 0.033299502, 0.0151532684, 0.0227687, -0.0444732346, -0.0321023166, -0.0121159637, 0.00577531289, -0.00416798, 0.000360610662, -0.0346962176, -0.020318903, -0.0113843502, 0.0314815529, -0.00109949871, -0.0229238905, -0.0307056, -0.00977147464, 0.0136789558, 0.0334325209, -0.00175282406, 0.0340754539, -0.0631404668, -0.0103700673, 0.00519611873, -0.0106693637, 0.000328221504, -0.00898443628, -0.0158516262, -0.0345632, 0.0313041918, -0.000986569794, 0.0145103354, 0.0165832397, 0.0230569113, -0.0324348658, 0.0101428237, -0.0349179171, 0.0296414327, -0.0427217968, -0.0138452323, 0.00396013539, -0.000665103202, 0.0313041918, -0.0184566136, -0.0113455523, -0.00501875812, 0.0179023612, 0.00779833505, 0.0357382111, -0.00723854, -0.00693924353, 0.0164834745, 0.0443180427, -0.0679292083, 0.0113621801, -0.00329503207, -0.0291758608, 0.00254956237, 0.0249857102, 0.052055411, -0.0289319903, -0.0369354, 0.00650138408, 0.019343419, -0.0107081616, 0.0144327395, 0.00373843429, 0.0207179654, -0.00915625412, -0.0221257675, 0.04325388, -0.0500157624, -0.0102315042, -0.0348735787, 0.0553809293, 0.0003675388, 0.0316589139, -0.0155634154, -0.0321023166, 0.0085354913, -0.0348735787, 0.0540063791, -0.0190662928, 0.00883478764, 0.036403317, 0.0233894624, -0.0273357425, 0.0146766109, 0.0303952172, 0.0149759073, 0.00516286353, -0.0409925282, -0.0227908697, 0.0304838978, 0.0274465922, -0.0290650111, -0.0294640716, 0.00545107527, -0.00535408081, -0.00738818804, -0.0150313322, -0.0114065204, 0.0165721551, 0.0275352728, 0.0164613053, -0.0325678885, -0.0376670137, -0.0323905274, 0.0132022984, -0.0196427144, 0.0224583186, -0.0190773774, -0.0107026193, 0.00396844931, -0.039307598, -0.0190108661, 0.0222920422, 0.00885141548, 0.00600255653, 0.0442515351, 0.0108411824, -0.0338980928, -0.0085410336, -0.0104642902, 0.000202648633, -0.0134794246, 0.00270752423, -0.00400447566, 0.0235889945, 0.00339479768, -0.0157629456, -0.00913962629, -0.010597311, -0.0144216549, 0.0193101633, 0.00927264709, -0.0167827718, 0.0273135714, 0.0161287524, 0.00159209082, 0.0334990323, 0.0262050666, 0.0200528614, -0.011007458, 0.00943892263, -0.000376199, 0.00341973896, -0.00880707521, -0.0084689809, -0.0397288315, -0.0304173864, 0.00284608756, -0.00172926835, 0.0484195128, -0.00221423944, -0.0217710454, 0.03704625, 0.0130471084, 0.0264045969, 0.0249857102, 0.000776646542, 0.00309273, -0.0156077556, 0.00484971097, -0.0105585139, -0.00972713437, 0.0168936215, 0.00861863, 0.0271583814, -0.00811425876, 0.0510355867, -0.0185896344, -0.0134572554, -0.0145546757, 0.0242762677, 0.0192103982, -0.00868513901, -0.0043425695, -0.0235446543, 0.00806991942, -0.0426774547, 0.000204207478, -0.0135791907, 0.0596375875, 0.00813088659, 0.0342084765, 0.00122559129, 0.00457535591, -0.00106693641, 0.0106859915, -0.00802557915, -0.00299573573, 0.0278678238, -0.0167938564, 0.0195983741, 0.0256729834, -0.0291315205, -0.0178136807, -0.010891065, -0.0612781756, -0.0862417147, 0.00521551771, -0.0140447626, 0.0200972017, 0.0143773146, -0.0187448263, 0.0470893085, -0.0153195439, -0.0229238905, -0.00915625412, 0.0141001884, -0.00451993058, -0.0289763305, -0.0105640562, 0.0336763933, -0.013545935, 0.0107525019, -0.00414581, -0.0467789248, -0.0315037221, 0.0380660743, -0.0354278311, 0.022447234, 0.00700575393, -0.0120605379, -0.0459808037, -0.00293476786, -0.0126923863, 0.0202080533, -0.0395736396, 0.0169379618, 0.0127367266, 0.0335212, 0.0246753283, -0.0194764398, 0.015907051, 0.0395958126, 0.0154636493, -0.0192658231, 0.00155052182, -0.0425887741, -0.0130803632, -0.0371571, -0.0216491092, 0.0346740484, 0.0448501259, -0.0181684028, 0.00918396655, -0.0100208884, -0.0248083491, 0.0097437622, -0.022857381, -0.0366471857, -0.0141556133, -0.00557023939, 0.00048012138, -0.00118471507, 0.0129584279, 0.0327009074, -0.0344080068, -0.0261607263, 0.0167051759, -0.0233229529, -0.0336763933, -0.000934608572, -0.00485525327, 0.0139117418, 0.0413915887, 0.0315037221, 0.00837475806, -0.0291758608, -0.0262715761, 0.0634065047, 0.0333216712, -0.00440630876, -0.0116614765, -0.048951596, 0.00657897908, 0.00928927492, -0.00283223111, -0.0135791907, 0.0210061762, 0.0083969282, 0.0180908069, -0.0157075208, 0.0283333976, 0.0308829583, -0.0195762049, -0.0276017841, -0.0129140876, -0.00881816, 0.0157740321, -0.0144105693, -0.0328117572, 0.03735663, -0.00874056481, 0.0248305202, -0.028067356, 0.0227243602, 0.00563120702, -0.0232121013, 0.00773182465, 0.0164723899, -0.0206071138, -0.00048116062, -0.0283333976, 0.0365585051, -0.0113344677, 0.0388642, -0.0137122115, 0.0115395412, -0.0496610403, -0.0463798642, -0.00441462267, 0.0408816785, -0.0123598343, -0.0221590213, 0.0218264703, -0.0452270173, 0.0446062572, 0.0365806781, -0.0307499394, 0.00928373262, 0.0139560821, 0.0124596, 0.000701476063, -0.00402110303, 0.00744915614, 0.0136124454, 0.00992666557, -0.0745802373, -0.00632402301, -0.0121159637, -0.0102536744, 0.0126813017, 0.00765977195, -0.00156714942, 0.0197646506, -0.0292645413, 0.00364421145, -0.0487298965, 0.00600255653, -0.0031620115, 0.0133131491, 0.00302899093, -0.0158627108, 0.0124041745, -0.016394794, 0.0171153229, 0.0193655882, -0.025118731, 0.0337872431, 0.0129030021, 0.0120494533, 0.0215382595, -0.011007458, 0.0552922487, -0.0105751408, -0.00704455143, 0.00389639637, 0.016960131, -0.0111571066, 0.0147431213, 0.0382656045, -0.0138895717, -0.0398618542, 0.0119053479, -0.0183125082, -0.0140891029, 0.0136900414, 0.0108245546, -0.0328339301, 0.00282114604, 0.0239215456, -0.0350065976, -0.0418571606, -0.0495723598, 0.00227243593, -0.0132798944, -0.00111335504, 0.00569217512, -0.0273135714, -0.0464685448, 0.0448501259, -0.0125482809, -0.0014950966, -0.00119649293, -0.015496905, -0.000510605285, 0.00301236333, 0.0614555366, 0.0156853516, 0.0288433097, -0.0194653533, -0.00824728, 0.00560903689, -0.015164353, -0.00562289357, 0.0112735, 0.0175143853, 0.0281338654, -0.0123154949, 0.0107525019, -0.00223225262, -0.000919366605, -0.0214495789, -0.0135791907, -0.0324348658, -0.00125261105, -0.0172040034, -0.0222255327, 0.00573651539, -0.00982135721, -0.00290151266, 0.0230569113, -0.00875719264, -0.0200750325, -0.0355165116, -0.0206736252, 0.00339202629, 0.0354056619, -0.0304838978, 0.00465849368, -0.0275574438, -0.0232564416, -0.0261385571, -0.0144327395, -0.0195651203, -0.00903431885, 0.0019191, -0.0553365871, 0.00394073641, -0.00859091617, 0.0204297528, 0.0444288962, -0.00751566608, 0.00302621955, -0.00276987767, 0.00506586954, 0.0231899321, -0.0651801154, 0.00118540786, -0.0135902753, -0.00872393698, -0.000162118915, 0.00518226251, -0.00361927, 0.00109811313, 0.0407043174, 0.0101095689, 0.00354444585, -0.019343419, -0.0201858822, 0.0345410258, 0.00909528602, 0.0125039406, -0.0269145109, 0.0359377451, 0.00604135403, -6.35658507e-05, -0.00132743514, -0.0170266423, 0.00697249873, -0.00775399478, -0.00512129487, -0.025140902, 0.0198089909, 0.0157075208, -0.0170044713, 0.0053402246, -0.00669537252, 0.0286659487, -0.0279343352, -0.00626859767, -0.00647367118, -0.00800340902, 0.00263408595, 0.0404382758, -0.0154082244, -0.0163837094, 0.0239658859, -0.0418571606, 0.0744028762, -0.00253986288, -0.00747132627, -0.0111792767, -0.00740481587, -0.0143551445, 0.0384429656, -0.00517394859, -0.0190108661, 0.0148318019, 0.0105418861, 0.000609331531, 0.0270918701, -0.0085410336, 0.00956085883, -0.00522106, 0.00240268535, -0.00129972247, -0.00573097263, 0.0114730308, -0.008529949, -0.0283333976, 0.00577531289, 0.0191660579, 0.0135902753, -0.00645704381, 0.0059415889, -0.000987262581, 0.00906757358, -0.00317032542, -0.0422562249, -0.0338315852, 0.0185785498, 0.0148207163, 0.0306390878, -0.0394406207, -0.00634065084, -0.0258725155, 0.0167827718, -0.00316755404, -0.0171707477, -0.0129695125, 0.0282668862, -0.000534161, 0.0084080128, 0.00404881593, 0.0072219125, 0.00617437484, 0.00759880431, -0.0034585367, 0.0110850539, -0.00922830682, 0.0125261107, 0.025939025, 0.0283112265, 0.0236333348, -0.00927264709, 4.50763328e-05, -0.0257173236, 0.0122268144, -0.000296351966, -0.0124485148, -0.00357492967, 0.00670645759, -0.0136789558, 0.0241875872, -0.0050049019, 0.018445529, 0.0312598497, 0.0346075371, 0.0104864603, -0.000554599101, -0.0047056051, -0.00629631057, -0.0267371498, 0.010031973, 0.017370278, 0.0163504537, 0.0224915743, -0.0295749232, -0.00258836, 0.00962736923, -0.0308386181, 0.010070771, 0.0164945591, -0.0107414173, -0.00751566608, -0.0269366801, 0.0175808948, -0.0145546757, 0.0296192635, -0.0172926839, 0.00568109, 0.00949434843, 0.0134905102, -0.0205184333, 0.0275131036, -0.0241210759, -0.0208399, 0.0151976086, 0.000892346783, -0.0290871803, -0.00658452185, -0.00163227413, 0.0104753757, 0.0229017213, 0.00785930268, -0.0142997187, 0.0297966246, 0.00596375903, 0.0196094606, 0.00178330799, 0.00234864582, 0.00201747986, -0.01081347, 0.0226135086, 0.0330778, 0.0411698893, 0.000303453329, 0.00925601926, -0.0519223921, 0.00485248212, -0.0385981575, -0.00428714463, 0.002151886, -0.0106693637, -0.0055452981, 0.00257450365, 0.0106582791, -0.003356, 0.0183014236, 0.00720528467, -0.0215160884, -0.0270697, -0.00533191068, 0.0250078812, 0.0403495952, -0.00557578215, -0.00119025761, -0.032789588, 0.0271805506, 0.000672724214, -0.00346130808, -0.0283555668, -0.0175032988, 0.00650692638, 0.0360485949, 0.00219345489, 0.00383542851, 0.0295749232, 0.0115062855, -0.0101816216, 0.00706672156, 0.0252074115, -0.0084634386, -0.0105252583, -0.0124263447, 0.00317586795, -0.0159403067, 0.0239880551, 0.00672862772, 0.0375783332, 0.0183790196, -0.0438968129, -0.0412364, 0.00414581, -0.020063946, 0.0034419091, -0.00251492159, -0.0182016585, 0.0409925282, -0.00973267667, 0.0156410113, 0.012803237, 0.0188002512, 0.0114286905, 0.0227465294, -0.00325623457, 0.00091036, -0.0260942169, -0.0339424349, -0.0201193728, -0.0247640088, 0.00577531289, 0.0156299248, 0.0300626643, 0.0247640088, -0.00218098424, 0.0183679331, 0.0130803632, -0.00284608756, -0.00646812888, 0.00478042942, -0.0253626034, 0.0042705168, -0.0417019725, 0.0378000326, 0.00172234024, 0.0195651203, -0.00421509147, 0.0196316298, -0.0173148531, -0.00855211914, 0.000897889317, 0.0235889945, -0.0114841154, 0.030528238, -0.011301212, 0.0163726248, 0.0137454662, -0.00512683718, -0.00606352417, -0.030350877, 0.0104975458, -0.0302400254, 0.0296414327, -0.00621871511, -0.00385759864, -0.0468676053, -0.0186672304, 0.00605798187, -0.00684502069, -0.001478469, -0.000216678149, -0.0140669327, 0.00400724681, -0.00540396338, -0.0211281125, 0.00295970938, -0.0342306457, 0.0144881653, -0.0058750785, -0.0345410258, -0.012980598, -0.0187891666, 0.0160179026, 0.00548987277, -0.0270697, 0.00305947475, 0.0190330371, 0.0384873077, -0.016162008, 0.0295084119, 0.0136346156, -0.0235446543, 0.0168492813, -0.0454043783, -0.00928927492, 0.008529949, -0.0162174329, 0.00402387464, 0.0221368521, 0.035893403, 0.0116282208, 0.0238772053, 0.00389362499, 0.0124374302, 0.0250300504, -0.0144105693, -0.0233672932, -0.0263159163, -0.0098158149, -0.00200223783, 0.0338094123, 0.0106361089, 0.0197757352, -0.0271583814, 0.0307277683, 0.00377168949, 0.00200362341, -0.0104199499, 0.0191771425, 0.0171374921, -0.0291536916, 0.0340089425, 0.0166386645, -0.0139339119, -0.0131690437, 0.0147985462, 0.0200750325, 0.0104698334, -0.00450330321, -0.0120827081, -0.00436196849, 0.013701126, 0.0258503444, 0.00180270686, 0.0385759845, 0.000381395133, -0.028222546, 0.0627414063, -0.02904284, -0.0387311764, -0.00786484592, -0.0262937471, 0.00351673318, 0.0041264114, 0.0343414955, -0.00894563831, -0.0317032523, -0.0185785498, -0.0110407136, -0.0154082244, -0.011827752, -0.0317254215, -0.0107026193, 0.0231234208, -0.00302899093, 0.0100375162, 0.0308607891, 0.00276572094, 0.0136567857, 0.0235224832, -0.00273385132, -0.00218098424, 0.00502430042, -0.0106859915, -0.0189443566, 0.0522327721, 0.0109631177, -0.0191993136, -0.0400170423, 0.0193877593, 0.00389639637, -0.0276017841, -0.0774180144, 0.0149980774, -0.0283777378, -0.0158183705, -0.000800895097, 0.0461581647, -0.0100818565, 0.00272830878, -0.0190219525, 0.0244314577, -0.00357492967, -0.011417605, 0.0125150252, 0.0146987811, -0.0110296281, 0.023500314, -0.00619100221, -0.006712, 0.013058193, -0.0299518146, -0.0308386181, 0.0231455918, -0.0144992499, 0.0219373219, -0.00563120702, -0.0210726876, -0.0177582558, -0.0133242346, -0.0103312703, 0.00817522686, -0.0041652089, -0.0261163861, 0.0127145564, 0.0061466624, 0.0134350853, -0.0300848354, 0.0201526266, 0.00522937393, -0.00280451844, -0.0097548468, -0.0208731554, -0.000441670098, -0.0108356401, 0.000655057374, -0.013623531, -0.0190330371, 0.00115146, 0.0062298, 0.0138674015, -0.0155301597, 0.00271168118, -0.02283521, 0.00555361202, -0.0265819579, -0.0128143216, -0.0214384943, -0.0122822393, -0.00481091347, 0.000279031578, 0.011750157, 0.0320136361, 0.00187891652, 0.0151310982, 0.0265154485, 0.0363811441, -0.0436307713, -0.0229017213, 0.000201782619, 0.00844681077, -0.029707944, -0.00432317099, -0.0409038477, 0.0299739856, -0.0712990612, 0.0229460616, 0.0070556365, -0.0126923863, -0.023500314, -0.0173148531, -0.0159957316, 0.00147431216, -0.0100153461, 0.0212833025, -7.93274157e-05, -0.00292091165, 0.0412142277, 0.0191217177, 0.0290650111, -0.0355608501, 0.0141445287, 0.0123376641, 0.00334768626, -0.00464463746, -0.0297966246, -0.0521884337, 0.00021892981, -0.00649584131, 0.0170266423, 0.0135791907, 0.00575314276, -0.0263159163, -0.0175032988, -0.0201193728, -0.0131025333, -0.00769857, 0.0103312703, -0.0314150415, -0.00139879517, 0.0287767984, -0.00134337, -0.0107414173, -0.0204297528, 0.00579748303, -0.0300183259, -0.00133574894, -0.0288433097, 0.0116171362, 0.0402830839, -0.00381325837, 0.0122933248, -0.0101927072, 0.0120051131, 0.0118831778, -0.0315037221, 0.00672862772, 0.0192547385, -0.00419015, 0.00425666058, 0.0557356477, 0.0104310354, -0.0119496873, -0.000109984518, 0.00868513901, -0.0260720458, -0.0137565518, -0.0153195439, 0.00524323, -0.0186339747, -0.0149648227, -0.0516120084, -0.0204186682, -0.0151532684, -0.0305725783, -0.0136346156, -0.0298187938, -0.0241210759, 0.0396623202, -0.0552035682, 0.0163837094, -0.0227908697, -0.00184981828, -0.00474163145, 0.0353391506, -0.0361372754, 0.0368023776, -0.0282668862, -0.0119829429, 0.00468620658, -0.00519889, -0.0135570206, 0.0180797223, 0.0252517518, -0.00529311318, 0.010070771, 0.0184122734, 0.00988786761, -0.0120937936, -0.0240767356, -0.0250743907, 0.00115492404, 0.00488019502, -0.0128254071, 0.0291980319, -0.00329503207, 0.0269145109, 0.00320635177, 0.0152308634, -0.0281338654, -0.0301956851, 0.011301212, -0.00502707157, -0.0279121641, -0.00603581173, 0.033609882, -0.0178358518, -0.0288654789, -0.0223031286, 0.0300183259, 0.00474717421, -0.0223918073, 0.0229904018, -0.0743142, 0.00187753094, 0.0158072859, -0.0177360848, 0.0113621801, 0.0061189495, -0.0356717035, 0.00263408595, 0.00467512151, 0.0072274548, 0.0258281752, -0.0083913859, -0.00124706852, -9.67344095e-05, -0.0385094769, -0.0194321, 0.00070009043, -0.011750157, -0.00297910813, -0.0135015948, -0.0148318019, -0.0289541595, -0.0168271121, 0.0398840234, -0.0144216549, 0.00102259615, 0.0250965618, 0.00667874468, 0.00580856809, -0.00769857, -0.00585290836, -0.013800892, 0.0086020017, -0.025140902, -0.0516120084, 0.0188445915, -0.000142287055, -0.0175143853, -0.00520443264, 0.0112901274, -0.0154747348, -0.0128586618, 0.0209174957, 0.00338094123, 0.0279565044, -0.0126923863, -0.00485802488, 0.00741590094, -0.00985461287, 0.0154525647, -0.00988786761, 0.0111293942, -9.2923925e-05, -0.0104532056, 0.000733691966, 0.0116393063, -0.0421675444, 0.00867405441, -0.00479705678, 0.00452270173, -0.0108855227, 0.00735493284, 0.0216491092, -0.0035583023, -0.0149204824, -0.00404050201, -0.0107913, -0.0117723271, -0.015984647, 0.0128475772, 0.0410590395, -0.00205766317, 0.0184011888, -0.0255621336, 0.0466902442, -0.0335212, 0.0239658859, -0.0208288152, -0.0207512211, -0.019088462, 0.00023850186, 0.0130138528, 0.0317254215, -0.00478597172, -0.00355275976, 0.0116725611, -0.000666835229, 0.0210394319, -0.0319027826, 0.0134461699, -0.00706117926, -0.0011251329, 0.0122711547, -0.0109852878, 0.00683947792, -0.0021851412, -0.0177693404, -0.00137523946, 0.00506864069, 0.0317254215, -0.000619723753, -0.025296092, -0.0112735, -0.00478597172, -0.00316755404, -0.0199309271, 0.00689490326, 0.0123044094, 0.0356273614, 0.00977147464, 0.00139740959, 0.0102980146, -0.00353058963, 0.0249413699, 0.0118942624, -0.0283112265, -0.00308164489, 0.0355165116, 0.000509566045, 0.00640161848, -0.0146655254, -0.0131025333, -0.0196759701, -0.000761404634, -0.000108339074, -0.0147098657, -0.00447004801, -0.0115949661, -0.00991558, 0.0321909972, -0.000123667633, -0.0219040662, 0.0139006572, -0.00374951935, 0.00775399478, 0.0226467643, 0.0279121641, 0.0278234836, -0.0318584442, -0.00511021, -0.0070888917, 0.0357603841, -0.0337207317, -0.00988786761, 0.0118499221, -0.00398230553, 0.0164058786, 0.0169933867, 0.0118831778, -0.0151865231, 0.00199392391, 0.0182016585, 0.0148428865, 0.00512683718, 0.0168603659, 0.019986352, -0.0226578489, 0.00851332117, 0.0357825533, -0.0271140411, -0.0138895717, 0.0380660743, 0.00317309657, -0.0155745, -0.0114508606, -0.0188667607, 0.0124485148, 0.0023167762, 0.0199530963, 0.0244314577, 0.0204297528, 0.0155523298, 0.000255649036, -0.00360264233, -0.0141666988, 0.00188584474, 0.00571434526, -0.00355553092, -0.016239604, -0.00457535591, -0.00585845066, -0.00579194026, 0.0086408, 0.0334768631, 0.030350877, -0.00157407764, -0.00406821445, -0.00662886212, 0.0157296918, -0.0010018117, 0.0207623057, -0.00445896294, -0.00841355603, -0.0231234208, -0.0308386181, 0.00795906875, 0.00937241316, 0.00757109141, 0.00170432695, -0.00915071182, -0.00560903689, 0.0061522047, 0.0138341468, -0.0433203876, -0.000922830717, 0.00569771742, 0.00251215021, -0.00331997359, 0.00599147147, -0.00993220787, 0.0179356169, 0.0152973738, -0.0105363438, 0.0115727959, 0.016960131, -0.00670091482, -0.0173481088, 0.0140669327, 0.0287546292, 0.0135791907, 0.0017902361, 0.00814751443, 0.0354721695, 0.016006818, -0.0212057065, -0.0297301132, 0.0329004377, -0.00496333279, 0.00599701377, -0.0031620115, 0.0305947475, -0.0113510946, -0.00127200992, 0.003713493, -0.018700486, 0.0280451849, -0.00764314458, 0.00276433513, 0.0179799572, 0.0136789558, -0.0214828346, -0.000536585867, -0.0115395412, -0.00513792224, 0.00996546354, 0.00623534247, 0.00216435664, 0.0221257675, -0.0190995466, 0.0172261726, 0.0215160884, -0.0278678238, -0.00314261275, 0.0232564416, 0.00175282406, -0.0262272358, 0.0110240858, 0.0047998284, -0.00950543303, -0.0173481088, -0.00989895314, 0.0215936843, 0.0139117418, -0.0124596, 0.00746024121, 0.0227243602, 0.000909667229, -0.0201969668, 0.0072274548, -0.00567554729, 0.031969294, -0.0049439338, -0.00779279275, -0.0241432469, -0.00647921395, 0.0157407764, 0.0214606635, 0.0203299876, 0.00745469844, 0.013390745, -0.0184677, 0.00356661598, 0.0296414327, 0.0257173236, 0.00185258954, -0.0196205452, -0.0147431213, 0.00804774929, -0.00503538549, -0.0141666988, 0.0030567036, 0.00742698601, -0.0172372591, -0.0146987811, -0.024963541, 0.0154636493, -0.0133796595, 0.0184233598, -0.023167761, -0.00998209, -0.0192103982, 0.0173148531, -0.00785930268, 0.0111737335, -0.00521274656, -0.00889575575, 0.0241875872, -0.00522383163, -0.0111460211, 0.00539842108, -0.00851332117, -0.0176030658, 0.00025495622, -0.00733830547, -0.000464879442, -0.000158048613, -0.0105030881, -0.0330334604, -0.00287934276, -0.00012773792, 0.00107247895, 0.00643487368, 0.015496905, -0.00136900414, 0.0233007818, 0.0155855855, 0.0103977798, -0.031149, -0.0145990159, 0.0160179026, -0.0146766109, -0.0142553784, -0.0408373363, -0.0190330371, -0.00625197031, -0.00899552088, -0.0297522843, -0.00924493466, -0.032656569, 0.0151200127, -0.0138230622, 0.0136789558, -0.0119053479, -0.000121589183, 0.0244979691, 0.0179467015, 0.0318806134, 0.0241432469, 0.00882370304, -0.0054455325, 0.017880192, -0.0085964594, -0.013135788, -0.0095331464, -0.0210948568, 0.0139117418, -0.0164945591, 0.00758217648, 0.00658452185, -0.015984647, -0.0114619453, 0.0316810831, -0.0146433553, 0.0073937308, 0.0167273451, 0.00979364477, 0.0178912766, 0.00235834508, -0.0098158149, 0.0128254071, -0.0104254931, -0.0124706849, 0.0337429047, -0.0059471312, 0.00815859903, 0.00780942, -0.0116947312, -0.0199641809, 0.0128143216, 0.0307721086, -0.00551481405, -0.0178691056, 0.0301735159, -0.027247062, -0.0195762049, -0.00390193891, 0.00543721858, -0.0367802083, -0.022425063, 0.00838584267, -0.0162728578, -0.0335433707, 0.0200417768, 0.0146987811, 0.0191549733, -0.0276682936, -0.0172926839, -0.0174811296, 0.0245201383, -0.00614111964, 0.0282003768, -0.00589724863, -0.00916734, 0.00422340538, 0.0169047061, -0.00751012377, -0.0301070046, 0.0148761421, -0.00753783621, 0.0178469364, -0.00217959867, 0.00101358956, 0.0058750785, -0.0191549733, -0.0129695125, 0.00123529066, -0.00309273, -0.000840385619, 0.00379385962, 0.0205073487, 0.00597484363, -0.00610232214, -0.0297966246, 0.0407043174, 0.016804941, 0.0031453839, -0.0168160256, 0.00872947928, 0.000656443, 0.0262494069, 0.00841355603, 0.00240684231, 0.00352781825, -0.0031121287, -0.0145879304, -0.0118166674, 0.00524600176, -0.0191882271, 0.00105515856, 0.00472777523, -0.00274770753, -0.0114841154, 0.0168936215, -0.0055508404, -0.00828053523, 0.0108079268, -0.0042372616, -0.0181351472, -0.00400170451, 0.000701822457, 0.0213387273, -0.0297301132, -0.0218597259, -0.0242984369, -0.0211613681, -0.0185120385, 0.010031973, -0.0146101005, -0.0323905274, -0.0303952172, -0.0116393063, 0.00713877426, 0.00391856628, 0.0102259619, -0.0287546292, 0.0129695125, -0.00379385962, 0.0213608984, -0.00626859767, 0.0168936215, -0.0173591934, 0.0184011888, -0.00964399613, 0.0128364917, 0.016239604, 0.00775953755, 0.00211447407, 0.00949989073, -0.00152696611, 0.0138674015, -0.0202413071, -0.000969249348, -0.00427328795, -0.0156410113, -0.00571988756, 0.0103534404, -0.0208509862, -0.00129140879, -0.0048774234, 0.022857381, -0.0264489371, 0.0243871175, -0.00724962493, 0.0163615383, 0.00758771924, -0.0262715761, -0.00663994718, 0.00281421794, 0.00122628408, -0.0043370272, 0.00152558053, 0.0129251722, 0.0165167302, 0.0334325209, 0.00666765962, 0.00592496106, -0.00978810247, -0.0170709826, 0.00249413704, -0.00780387782, -0.0130360229, 0.00825836509, -0.0164723899, 0.00798123889, -0.000117518888, 0.0363811441, -0.0021685136, 0.0120937936, 0.00870730914, -0.0145103354, -0.0040986985, 0.0330999717, -0.00936687, -0.00680622272, -0.00640161848, 0.00869622454, 0.0141556133, 0.0297744535, -0.0253626034, 0.0117723271, 0.00491899252, -0.0239437148, -0.00870730914, 0.00756554911, -0.00907311589, -0.022026, 0.00790918525, -0.0134350853, -0.000571573095, -0.0056118085, -0.0046668076, -0.0173370242, -0.0093447, 0.0172372591, 0.0179134458, -0.0236333348, -0.00762651674, 0.0240767356, 0.00132951362, 0.0164280497, 0.00268119737, -0.0109797455, -0.00483585475, -0.0146987811, 0.0126702162, 0.00600809883, 0.00789255835, 0.0104642902, -0.0166164953, 0.00232093316, -0.00415135268, -0.00197591074, 0.00907865912, 0.0192214828, -0.00564506371, 0.0131025333, 0.0152419489, 0.0160511583, 0.023167761, -0.00140156643, -0.0132355541, 0.00201609405, 0.00863525644, -0.00654018158, -0.0198089909, 0.00246781, 0.0228130408, -0.00844681077, 0.0247418396, 0.0141999535, -0.0085465759, 0.018933272, -0.00782050565, 0.0275131036, 0.0030567036, -0.023167761, 0.0100264307, 0.0100375162, 0.0129695125, 0.00948880613, 0.00312321377, -0.0369354, 0.0105917687, 0.000716371578, 0.0137676364, -0.0311268307, 0.0132798944, -0.0278013144, 0.00501044421, -0.0122600691, -0.0272027217, 0.00760988938, 0.00772628235, -0.0130360229, 0.0108300969, 0.0140447626, -0.00850777887, 0.000520304719, 0.0254956223, -0.00716648716, 0.0315480642, -0.00229599164, -0.00494116265, 0.00759880431, 0.00609677937, 0.0228795502, 0.00271029561, -0.00486911, 0.00172095455, 0.00872947928, -0.00204519229, 0.000628037553, 0.00539287832, -0.0122157289, 0.00255926163, -0.018933272, -0.0100430585, 0.00190524361, 0.00699466886, -0.0109908301, 0.0102037918, 0.0228795502, 0.0141888689, -0.00718311453, 0.00350010558, 0.000517533452, 0.00592496106, 0.0166830048, -0.00129764411, 0.00177499419, -0.00235557393, -0.01028693, 0.018678315, -0.00791472849, -0.00592496106, -0.0127699813, 0.00946663599, 0.022547, 0.0248970296, 0.00996546354, -0.0220592562, -0.0131690437, -0.0202856474, 0.0239215456, 0.00399061944, -0.00370240794, -0.0142775485, -0.0132798944, 0.00651246915, -0.0114841154, -0.00235834508, 0.0330112912, -0.00474717421, 0.015907051, 0.0165389, 0.00131912134, -0.00232924684, 0.00341419643, 0.000517533452, -0.0248526894, -0.0116282208, -0.0134350853, 0.00570326, -0.022037087, -0.00941675343, -0.0162728578, 0.0168271121, -0.00519057643, 0.00259251683, -0.0236776751, -0.0119829429, -0.000900660583, 0.0110462559, 0.0113455523, 0.0230790824, -0.0165278148, 0.00264932774, -0.00215604296, -0.00325900572, -0.0109575754, 0.0411255471, 0.00502984319, 0.00295970938, 0.00456427084, -0.0106527368, -0.00102259615, -0.00615774747, -0.00678959535, -0.00667320238, 0.0041264114, 0.00481091347, -0.00295970938, -0.000173636974, 0.00726625277, -0.0207733903, 0.0117723271, -0.00079812383, -0.0139117418, 0.00927264709, 0.0186118055, -0.00838584267, 0.0130360229, -0.0149537371, -0.00737156067, -0.00685610576, -0.00223640958, -0.0292645413, -0.00435365457, 0.0233007818, 0.00178469357, 0.000769718434, 0.00480814185, 0.0116725611, -0.0205960292, -0.0400613844, 0.012237899, 0.00727179507, -0.0135902753, -0.00792581309, -0.0168936215, -0.00517672, 0.0166830048, -0.0138674015, -0.00760434661, -0.00537348, 0.0119829429, 0.00641824584, -0.00616329, 0.0133464048, -0.0248305202, 0.00849669334, 0.0161509234, -0.00949989073, -0.0132022984, 0.014853972, 0.0144881653, -0.00212555891, 0.0130249383, -0.00146876962, 0.0020299505, 0.00428437302, 0.0084634386, 9.90510125e-06, -0.00976039, -0.00357492967, -0.00816968456, 0.000922830717, -0.00721636973, 0.0355608501, -0.00745469844, -0.0101594515, -0.00327009079, -0.0119496873, -0.00543167628, -0.00803112146, -0.0047388603, 0.0217599608, 0.00471946131, -0.0188445915, 0.016960131, 0.0163726248, 0.0221590213, 0.0135681052, 0.00681176549, 0.0401944034, -0.00747132627, -0.00449498929, 0.00931144506, 0.0154858194, 0.00926156249, 0.00210754573, 0.00433148444, 0.00241238484, -0.00765977195, 0.0118942624, -0.00230569113, -0.0173481088, -0.0021186308, -0.0111792767, 0.0098102726, -0.0133464048, 0.00158239144, -0.00589170586, 0.0100929411, 0.000631501665, 0.0214495789, 0.0116947312, -0.040460445, -0.0136789558, 0.00982135721, 0.00305393222, -0.0194431841, -0.020474093, 0.00397953438, -0.00667874468, 0.0464242026, 0.0166054107, -0.00471114786, -7.72381372e-06, 6.70732334e-05, -0.0094832629, -0.0114065204, 0.0195540339, -0.00318972417, 0.0157629456, -0.00241377042, 0.00663440442, -0.00410146965, 0.00532359676, -0.0183014236, -0.010403323, -0.0122268144, 0.0171042383, -0.00342251034, -0.00091036, -0.010929863, 0.00381048722, -0.0227021892, 0.00536239473, 1.39537442e-05, 0.00408207113, 0.0166054107, 0.0128586618, 7.69025573e-05, 0.00720528467, -0.00244841119, -0.00363866892, -0.00377723202, 0.015419309, 0.00318418164, 0.0248748604, -0.0152862892, -0.0123487497, -0.00278373412, 0.0061466624, 0.0222698729, 0.00911745615, 0.00937241316, -0.00149925344, 0.00371072162, 0.000682770042, 0.00657343678, 0.000952621805, 0.00835258793, 0.0192879923, -0.0221811924, 0.0294419024, 0.0115727959, -0.0252517518, -0.0189665258, -0.00926156249, 0.00821956713, 0.00535962358, 0.00208953256, 0.00624088524, -0.0188113358, 0.00492730644, 0.0238106959, 0.0117279869, 0.0172040034, 0.00586399343, -0.0136900414, -0.00771519728, 0.00977147464, -0.00388808246, 0.00690598832, -0.00889021251, -0.00647921395, -0.0114508606, 0.0149759073, 0.0118499221, 0.0113289244, -0.00599147147, -0.00658452185, -0.0270697, -0.022425063, -0.0212722179, -0.00233063241, 0.00821956713, 0.008529949, 0.00791472849, 0.00689490326, 0.019498609, -0.00662886212, -0.00829162, -0.0357382111, 0.0307499394, 0.0095386887, 0.010170537, -0.0232564416, 0.0214717481, -0.0357382111, -0.0157407764, -0.0315702334, 0.0176806599, 0.00603026897, -0.0152752036, 0.0172261726, -0.0253626034, 0.0136900414, 0.0150424177, -0.024320608, 0.00160040462, 0.00700575393, 0.0173259377, 0.0103201848, 0.00343359541, 0.0197203103, 0.00935024302, 0.00475825928, -0.0133353192, -0.0141223585, -0.00571988756, -0.00986015517, -0.00421509147, 0.00298465067, 0.00521274656, -0.0129030021, 0.0103257271, -0.00872393698, -0.011013, 0.00291259773, -0.0071276892, -0.0110739684, 0.0270031895, 0.0202302225, -0.0211613681, 0.0269145109, -0.000805052, 0.00677851029, -0.00995992, 0.00058127247, -0.00518780528, -0.00917288195, 0.0295527522, 0.00480814185, -0.0128475772, 0.0096772518, 0.0205960292, 0.0037689181, -0.00704455143, 0.0195762049, -0.0119164325, 0.00348624936, -0.0155190751, -0.0273135714, -0.00790364295, 0.00491622137, 0.00810871646, -0.00336154248, -0.00257727504, 0.00876827724, 0.0206182, 0.00474440306, 0.0142553784, 0.0211613681, 0.00831379, -0.0140669327, -0.00221146829, 0.0335212, 0.00730505027, 0.00659006415, -0.00128517335, 0.000829300552, 0.0182570834, -0.0120161977, -0.0170931518, -0.00879044738, 0.00686164806, 0.00907311589, -0.00379663077, 0.018700486, 0.00211585965, 0.00459475489, -0.0229460616, 0.032479208, -0.00354721723, 0.032789588, 0.0193545036, 0.0106194811, -0.00927818939, 0.000795352564, -0.0100264307, -0.00621317234, 0.0234559737, 0.011107224, -0.0112180738, 0.014853972, -0.0360707641, -0.0234559737, -0.0220925119, 0.0119053479, 0.0276017841, 0.014033678, 0.0137565518, 0.0097493045, 0.0106638214, 9.55219875e-05, -0.00582519546, -0.00482199807, 0.000606213871, -0.0106693637, 0.00161980349, -0.0165056456, -0.0149759073, -0.0105917687, -0.0236998443, 0.000341038598, -0.00367469527, 0.0180575531, 0.0112679573, -0.0392410904, -0.0108411824, -0.0122711547, 0.0225802548, 0.0105529707, 0.00678405259, -0.00321743684, -0.0302843656, 0.0084024705, 0.00933915749, 0.00145214202, 0.0156742651, 0.0117390715, 0.00823065266, -0.00361927, -0.00811980199, 0.0451826788, -0.00420677802, -0.0272027217, -0.00420677802, -0.00629631057, -0.0218929816, 0.0266262982, -0.0139228273, 0.0212057065, -0.0138452323, 0.026759319, 0.0338094123, -0.00193295616, -0.00203133607, -0.0163393691, -0.00449221814, -0.0190552063, -0.00774845248, 0.0160844121, -0.00280451844, -0.0217045341, 0.0122711547, 8.22718794e-05, 0.0118499221, -0.00142858631, 0.00908974372, -0.00515455, 0.0279786754, 0.0170488115, 0.0227908697, -0.0330778, 0.0096827941, -0.00108494959, 0.0278899949, 0.0043204, -0.0185563788, -0.020141542, 0.00176945166, -0.000990033848, 0.00129348715, 0.0110850539, 0.0185674652, -0.00119718583, 0.00335322879, 0.0177693404, -0.00373843429, -0.00570880249, -0.0166940913, -0.00656789402, -0.0189554412, 0.0229238905, -0.00626305537, -0.0215382595, -0.00141611556, -0.0185009539, 0.00795352552, -0.0239215456, -0.019653799, 0.00544830365, -0.00112998264, -0.00984907, -0.00793135539, 0.00623534247, 0.0133131491, -0.00456149969, 2.14881165e-05, -0.00748795364, 0.0204519238, 0.0206292849, 0.0037467482, 0.00858537387, -0.00381880091, 0.0111681912, 0.0165389, -0.0221590213, -0.00215742853, -0.00573097263, -0.0070833494, 0.0101927072, -0.0122268144, 0.0479761101, 0.00501321536, -0.00510466704, 0.0217599608, 0.00629076781, 0.0124152601, -0.0261385571, -0.00989895314, 0.0166719202, 0.0260498766, -0.000281629647, -0.000703900878, 0.00563120702, -0.0116282208, -0.0113455523, 0.0123930899, -0.0385538153, -0.0129695125, 0.00377168949, -0.00777616492, -0.0165832397, -0.0022183964, -0.00327286194, -0.0265819579, -0.0184677, -0.022857381, -0.00843018293, 0.00327286194, 0.0167495161, -0.00277403463, 0.0133353192, 0.00401278958, -0.0151976086, -0.0139449975, -0.0102647599, 0.0254956223, -0.0193877593, 0.00546216033, -0.00740481587, 0.00581965316, 0.0106305666, 0.00709997676, -0.00507141184, 0.00407098606, 0.012980598, 0.00668982975, -0.0103977798, -0.0103589827, -0.0112457871, -0.0150756724, -0.0135791907, -0.0191993136, -0.00652909651, -0.0108190123, -0.00602472667, -0.000147829574, 0.014931567, -0.0105363438, 0.0170709826, -0.0328117572, -0.00538179372, 0.00755446404, 0.00229044911, -0.015907051, 0.0116947312, -0.0180575531, -0.00120064989, 0.0179245323, 0.0220592562, -0.0024719669, 0.0295527522, 0.000774568121, -0.00799786579, -0.0444510654, -0.00740481587, 0.01134001, 0.0146766109, -0.00864634197, -0.0112125315, -0.0150091629, 0.00226966478, -0.0141556133, -0.0156299248, -0.0208177306, -0.0148650566, 0.0165610705, -0.00784267578, 0.0451826788, 0.0177915115, 0.00490790745, -0.00562566472, -0.00246781, -0.00113621796, -0.00242624106, 0.00275186449, 0.0243649483, 0.00676188245, -0.0214384943, 0.0256951544, -0.00602472667, 0.00124706852, 0.0157962013, -0.00874056481, -0.0211502817, -0.00215604296, 0.00511021, -0.0173370242, -0.00711106183, 0.00196898263, 0.0130360229, -0.0186672304, -0.000322852196, -0.00592496106, -0.0141223585, 0.0093447, 0.0135570206, -0.00766531471, -0.00518226251, -0.00666211732, 0.00748795364, -0.00575868553, -0.0170931518, -0.0214939192, 0.0290206708, 0.0104975458, 0.0115949661, -1.99076312e-05, -0.00486079603, 0.0233451221, 0.00979364477, 0.0378887132, 0.0114508606, -0.00782050565, 0.00851886347, -0.00342528149, 0.00851332117, 0.0257616639, 0.0073660179, 0.00336431386, 0.0060136416, 0.0112291593, -0.0197979063, 0.0116836466, -0.0115062855, -0.00488850847, 0.00694478583, -0.00986569747, -0.0230790824, 0.000202821844, -0.0196205452, -0.00325623457, -0.0259833653, -0.0121159637, 0.0020632057, 0.0131468736, 0.0310159791, 0.00237635826, 0.00236527319, 0.0143551445, 0.0036137274, -0.0378887132, 0.00574760046, 0.0219927467, 0.000904124696, 0.00352227571, 0.00432317099, 0.00131150044, -0.0171929188, -0.00777062261, -0.0145325055, 0.0221811924, 0.010403323, -0.00291259773, 0.00560349459, 0.00244979677, 0.00894009601, 0.00207983307, -0.00192464248, 0.0221368521, 0.036203783, -0.0223696381, 0.0122711547, 0.0016683006, -0.0085465759, 0.00641824584, 0.0108467247, -0.00226273644, -0.0315480642, -0.000676881056, -0.0221479367, 0.0124041745, 0.0186672304, 0.0170820672, 0.0174257047, 0.00582519546, -0.034740556, 0.0106416512, -0.0142110391, 0.0163393691, 0.00639053341, -0.0158737972, 0.00398784783, 0.0055065, 0.0127034718, -0.0233007818, 0.0236111637, -0.00392410904, -0.00663994718, -0.0245423093, -0.0337650739, 0.00370795047, -0.00540119223, -0.0083304178, -0.010891065, 0.0249413699, 0.035893403, 0.0213054735, -0.0157629456, -0.00414581, 0.0112956697, -0.00685056299, 0.00634065084, -0.0133464048, 0.0225802548, -0.00505201332, 0.00613557734, 0.00239852839, 0.0163504537, 0.00605798187, 0.0101040266, -0.00772628235, 0.00287380023, 0.0133464048, 0.00829162, 0.00964399613, 0.0103811529, 0.0163837094, -0.0210726876, -0.00727179507, -0.0184233598, -0.0214384943, 0.00520166149, -0.0144881653, 0.012725641, 0.00160594715, 0.0118055819, -0.0022502658, -0.00283500249, 0.0084634386, -0.0029735656, -0.0037689181, -0.00200085226, -0.000679305929, 0.0137787219, 0.00988786761, 0.0115727959, 0.00141195871, -0.0375783332, -0.0116060507, -0.016649751, -0.00145214202, -0.0384207964, -0.00152558053, -0.0117944973, 0.019986352, -0.0157407764, -0.00963845383, 0.000798816676, -0.0113455523, -0.0270031895, -0.0071941996, -0.00226412225, -0.0212500468, 0.027734803, 0.0220481716, -0.00134614122, -0.00546770263, -0.0208177306, -0.000360610662, 0.0307056, 0.000570187462, 0.00163227413, 0.00718311453, -0.00137523946, 0.023655504, -0.0204851795, -0.00823619496, -0.00926710479, -0.0129030021, 0.0135348504, 0.0142442938, -0.0023334038, -0.00263131456, 0.000908974383, -0.04325388, -0.00977701694, -0.00366915273, 0.00849115103, -0.00955531653, -0.00637944834, -0.00720528467, -0.00996546354, 0.0304173864, 0.00531805446, 0.0189776123, 0.0071221469, 0.0135015948, 0.0106305666, 0.00389916752, 0.00837475806, -0.00775399478, -0.0124817705, -0.00325900572, 0.0118720923, 0.0104365777, 0.0134905102, 0.00108079275, -0.00538456487, -0.0258946847, -0.00267426926, 0.0321023166, 0.0263380874, -0.00353613216, 0.0192547385, 0.00759326154, 0.0100264307, -0.0292645413, -0.0111626489, -0.000365113956, 0.00311767124, -0.0175476391, -0.00678405259, -0.0225248281, 0.00306224613, -0.0173148531, 0.0129140876, 0.0124706849, -0.0120494533, -0.00321189431, -0.0181573182, 0.00371626415, -0.0136789558, -0.00679513765, 0.0179467015, 0.0164945591, -0.00152142358, 0.011013, 0.00237497268, -0.0357825533, 0.0304838978, -0.0125371953, 0.0209950916, -0.00122004875, 0.0083803, 0.00115284557, 0.00178607926, 0.0160954986, 0.0146101005, 0.020551689, 0.0144770797, -0.00744361337, 0.0221479367, -0.0278678238, 0.0252074115, 0.0200861171, -0.0321909972, -0.00453101564, -0.00800895132, 0.00364421145, 0.0172816, 0.000517533452, -0.0329226106, 0.00542336237, 0.00756554911, 0.0167495161, 0.00674525509, 0.000696972769, -0.0187669955, 0.00434534112, -0.00169324188, -0.016006818, -0.0219373219, -0.000455872825, 0.00621317234, 0.00792027079, 0.000909667229, -0.0085410336, -0.0146211861, 0.00829162, -0.00823065266, -0.00036130345, 0.0150535023, 0.0119496873, -0.0139449975, -0.00761543168, -0.00123113371, -0.0196759701, -0.005406735, -0.0290871803, -0.0142775485, -0.00350287696, -0.0138784871, -0.0257616639, -0.00284054503, -0.0148983123, -0.00700575393, 0.0366250165, -0.0218486413, -0.00685610576, -0.0151200127, 0.0299518146, -0.00434811227, 0.00158377702, -0.0113621801, -0.0130692786, -0.00543999, -0.00703900913, 0.0330334604, 0.0114841154, 0.00210893154, -0.0115838805, 0.00849669334, 0.000723992533, 0.00234448886, -0.00995437801, -0.0104254931, 0.017880192, 0.0084745232, 0.00784821808, -0.0124817705, -0.000336362107, -0.00120480673, 0.0183014236, 0.00205212063, -6.5211294e-05, -0.000769718434, 0.00112928986, -0.000789117243, 0.00936132763, 0.0198311601, -0.0146766109, 0.0156964362, -0.00234033191, 0.0233451221, -0.00451993058, -0.000290289841, -0.00910637155, -0.00172095455, -0.0263602566, -0.00360818487, 0.023655504, -0.0150978426, 0.027247062, -0.0198311601, -0.0038382, -0.0140669327, 0.0122711547, 0.0231012516, 0.0177139156, 0.0109908301, 0.0206071138, 0.00701683899, 0.00738264574, 0.019343419, -0.0146433553, 0.0268258303, -0.0379995629, -0.00789810065, 0.00586953573, 0.0112402439, -0.00153389433, -0.00549264392, -0.0226911046, 0.0242319275, 0.00283777365, -0.00670645759, -0.0148872267, -0.00927818939, -0.0361372754, -0.00987678301, 0.0135681052, -0.00118125102, 0.0190330371, 0.0158959664, -0.0262494069, 0.0017902361, -0.00097271346, -0.00316478289, 0.0169268772, 0.00891792588, 0.00694478583, 0.013135788, -0.00435919734, -0.0237441845, -0.006080152, 0.0216380246, 0.0215493441, 0.0293532219, -0.0307499394, 0.0153528, -0.00346130808, -0.00921722222, -0.0278234836, 0.0178136807, -0.0145435901, -0.00455318578, -0.0137122115, 0.0160400718, 0.00825282279, -0.0180132128, 0.0118942624, -0.00201055151, -0.00906757358, 0.00642378861, 0.00743807107, 0.0138452323, -0.00929481722, 0.000366845983, 0.0109243207, 0.0173148531, -0.0111681912, -0.0286881179, 0.000881954562, 0.0245423093, 0.000174936, -0.0280230157, 0.0125261107, 0.02057386, 0.0182016585, 0.0101649938, 0.00267704041, 0.0157962013, 0.0058750785, -0.00439799484, 0.00301236333, 0.010364525, 0.00783159, -0.00493007759, -0.0171153229, -0.00983798504, 0.0137122115, 0.00675634, -0.0118166674, -0.0141556133, -0.0143662291, 0.0167162605, 0.00872393698, 9.38765443e-05, 0.0103534404, 0.00252739224, 0.00162118906, -0.0263159163, 0.0127921514, -0.00309827249, -0.0115506258, -0.0231012516, -0.00307610235, 0.00692261616, 0.0107913, -0.00125884637, 0.017880192, -0.00982689951, -0.023012571, 0.0323240161, 0.00982689951, 0.0183568485, -0.010480918, -0.00333105866, 0.016804941, 0.00749349641, 0.0141334431, 0.0054455325, 0.00301236333, -0.00385482726, 0.00215050043, 0.00676742522, 0.00883478764, -0.0130914478, 0.00859091617, -0.0118942624, 0.0128254071, -0.00723299757, -0.00492453482, -0.0104532056, 0.00874056481, 0.0264711082, -0.00369963655, 0.0150978426, 0.0160622429, -0.0106194811, -0.0464685448, -0.000697319163, -0.00228490657, -0.0035970998, 0.0394184515, -0.02088424, 0.00459475489, -0.0100873988, -0.00572543032, 0.00681730779, -0.0198422465, 0.0182459988, -0.00340865389, 0.0222698729, -0.00575314276, 0.0133020645, -0.00800895132, -0.00169601315, -0.00267704041, 0.00583628053, -0.00259390264, 0.0285107568, -0.0138563169, -0.0124041745, 0.00499935914, -0.0227908697, -0.0167938564, 0.0105363438, -0.012725641, -0.0106915338, 0.00988232531, -0.0357825533, 0.0193877593, -0.00593604613, -0.0027920478, -0.00771519728, 6.92815811e-05, 0.0103922375, -0.0134129152, 0.00760988938, -0.0289541595, 0.00316478289, 0.0159292221, 0.0101539092, -0.0208177306, 0.00955531653, -0.00261191581, -0.00125122548, -0.00256757555, -0.00277126348, 0.0182238277, 0.0293310508, -0.0403939337, 0.00120342115, 0.0168271121, -0.0167273451, 0.016649751, -0.0319249555, 0.0108633526, 0.00556469709, 0.013058193, -0.0144216549, -0.00518226251, -0.00327563332, -0.0095497733, -0.013290979, 0.00983244274, -0.00340588274, 0.00505478447, -0.0212611333, -0.00234171748, 0.00692815846, 0.0121492185, 0.00885695778, -0.0218264703, -0.0129030021, 0.00220592576, -0.012725641, 0.00734384777, -0.0134018296, -0.0113178398, 0.0143551445, -0.00265902723, 0.00686164806, -0.00995992, -0.0147652915, 0.0144659951, -0.0104753757, -0.00605798187, -0.00110227, 0.0221701078, 0.0111404788, -0.0163061135, -0.00156576384, 0.0233451221, 0.0309716389, -0.00253016339, -0.00427883072, -0.0255843028, -0.0342749842, -0.0137787219, 0.0013793963, 0.010597311, -0.020063946, -0.00700575393, -0.00795352552, 0.0154414792, -0.00439245254, 0.00754337898, -0.028244717, 0.000932530151, -0.0027754202, -0.0234559737, 0.00976039, 0.00232786126, -0.0218043011, -0.00876827724, -0.0180132128, -0.0118610077, 0.00138424605, -0.0124485148, 0.00596375903, -0.00223225262, 0.00467512151, -0.00357492967, -0.0058750785, -0.00703346636, -0.0198200755, -0.00488850847, 0.0198089909, 0.00778170768, 0.00675634, 0.0278678238, 0.0135902753, -0.0295527522, 0.0100596864, -0.00189970108, -0.0118831778, 0.0215604287, 0.00884587318, -0.0172594283, -0.0160400718, -0.0194321, -0.0106250234, 0.00866851211, -0.00477488665, -0.0116503909, 0.00943338, -0.0251630712, 0.00895672292, -0.012648046, -0.0191993136, -0.0334990323, -0.018112978, -0.0153084593, 0.0007392345, -0.00744361337, -0.00760988938, 0.00560349459, 0.000449637475, -0.00799786579, 0.0121381339, 0.0211724527, -0.0141666988, -0.00148401153, -0.0162950289, 0.0219040662, -0.00096024276, 0.0141223585, 0.0145546757, -0.0133574894, 0.0151200127, 0.0259168558, 0.00244702562, 0.00327563332, 0.00504924171, -0.0181351472, 0.000954700226, -0.0303065367, 0.0170488115, -0.00811980199, -0.0344523452, -0.0180575531, -0.0137787219, -0.00891238265, 0.000305531779, -0.00203964976, 0.02283521, 0.0203854144, 0.0096827941, -0.00115284557, -0.0101372814, 0.00857428927, 0.00942229573, 0.0147320358, -0.00752675114, -0.0343858376, 0.00689490326, 0.00614111964, 0.0155190751, -0.00192187121, 0.000818908331, -0.00376060442, -0.0128697474, 0.0211946219, -0.0124596, -0.00496333279, -0.0250743907, 0.00666211732, -0.012237899, -0.0113621801, -0.0195872895, -0.00387145486, 0.00438691, 0.00369132287, -0.00921722222, 0.00478320057, -0.0268258303, 0.00849115103, -0.0242762677, -0.000474925269, 0.0109797455, 0.0455374, 0.0178025961, -0.0102592167, -0.0154525647, 0.0183346793, -0.0100486008, -0.012648046, -0.000279378, -0.00453932956, -0.0167162605, 0.00596930133, -0.000924216351, 0.0179688726, -0.0037855457, -0.00377446064, 0.016960131, -0.0121381339, -0.0115062855, -0.00724962493, -0.00616883207, -0.00490236515, 0.0207512211, 0.0200972017, -0.013058193, 0.0235889945, -0.0242984369, 0.0329226106, 0.0103091, 0.00498550292, 0.0187669955, -0.00250799325, -0.0215493441, 0.00482199807, -0.00558132445, 0.0136457011, 0.00134544843, 0.014111273, -0.00453655794, -0.0143108042, -0.00396013539, 0.0129695125, 0.0311046597, -0.0113122975, -0.0171485785, 0.0233672932, -0.000971327827, -0.0060468968, -0.0059859287, -0.0041984641, 0.00325623457, -0.00472500408, 0.0264045969, -0.0130471084, -0.017780425, -0.0119053479, -0.0220592562, 0.00568109, 0.0313485302, 0.000251665362, -0.0116171362, -0.0214384943, -0.00338648376, -0.0122157289, 0.00535962358, 0.0143883992, 0.00921168, -0.000921445084, -0.00381325837, -0.0190108661, 0.0112291593, -0.00323129306, 0.00906757358, -0.0139671676, 0.00616329, -0.00412918255, -0.00142858631, 0.00370240794, -0.00150618167, -0.00126092485, 0.00478874333, 0.0299518146, -0.000698704796, -0.0146101005, 0.00269089686, 0.00918951, 0.00559240952, 0.0142332092, 0.0117169013, -0.0473553501, 0.00410701241, 0.00491899252, -0.00483585475, 0.0204186682, -0.00911191385, 0.0219040662, 0.00673971232, -0.00478042942, -0.00507418346, 0.00445064902, 0.0192214828, -7.95006199e-05, 0.00172372581, 0.00626305537, 0.00503815664, 1.28928696e-05, 0.00461969618, -0.008529949, -0.0177471712, -0.0055452981, 0.0107026193, -0.0148872267, -0.00401833188, -0.000103922379, 0.0010842568, 0.0156077556, 0.00394350803, 0.0149869928, -0.0268036593, -0.0172261726, 0.00236804457] |
12 Oct, 2021 | Node.js Stream writable.uncork() Method
12 Oct, 2021
The writable.uncork() method is an inbuilt application programming interface of Stream module which is used to flush all the buffered data when stream.cork() method was called.
Syntax:
writable.uncork()
Parameters: This method does not accept any parameters.
Return Value: If this method is being called then the data which was being corked is again displayed in the output.
Below examples illustrate the use of writable.uncork() method in Node.js:
Example 1:
// Node.js program to demonstrate the
// writable.uncork() method
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Calling cork() function
writable.cork();
// Again writing some data
writable.write('hello');
writable.write('world');
// Calling uncork() function
writable.uncork();
Output:
hi
hello
world
In the above example, the data that was being corked is also returned in the output as uncork() function is called after that.
Example 2:
// Node.js program to demonstrate the
// writable.uncork() method
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Calling cork() function
writable.cork();
// Writing data
writable.write('hi');
// Calling cork() function
writable.cork();
// Again writing some data
writable.write('hello');
// Calling uncork function
// using nextTick()
process.nextTick(() => {
// Calling uncork function
writable.uncork();
writable.uncork();
});
Output:
hi
hello
So, you need to call uncork() function the number of times you have called cork function. In the above example we have called cork() function two times so the uncork function is also called twice.
Reference: https://nodejs.org/api/stream.html#stream_writable_uncork
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.cork() Method/Node.js Stream writable.uncork() Method | https://www.geeksforgeeks.org/node-js-stream-writable-uncork-method?ref=asr5 | CSS | Node.js Stream writable.uncork() Method | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, Node.js Stream writable.cork() Method, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream writable.uncork() Method, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0219580047, 0.00710734911, -0.00938561466, 0.0365920141, 0.00912005, -0.0298271049, -0.0363963358, 0.0313645825, -0.0153887728, 0.0607164688, 0.035166353, 0.0238169562, -0.0244039949, 0.00448315078, 0.00416517211, -0.0263747647, -0.00813466497, 0.0198893957, -0.00832335558, 0.0202667769, -0.0113773495, 0.0422946662, -0.000541612157, -0.00743581029, 0.0282756481, 0.00654127682, 0.00292819971, -0.00529032759, -0.00497234892, -0.017834764, 0.0313366316, 0.0278423578, 0.0193303116, -0.00639801193, -0.00157154875, 0.0166606884, -0.0281079225, 0.0308334548, 0.0115520628, -0.0422946662, -0.0237610489, -0.0335450098, -0.0187852047, 0.0319516212, -0.0169402305, 0.00386117049, -0.0569985621, -0.0370392799, 0.00272203772, -0.00569566293, 0.0289325714, 0.000742532779, -0.0201270059, -0.0356695279, 0.0170240924, 0.00909209531, -0.0177369248, -0.0182820298, 0.0150812771, -0.0181282815, 0.0209796075, -0.0531967953, 0.00600665342, -0.0169821605, -0.0299948305, 0.0058004912, -0.0211333558, 0.0187292974, -0.019302357, 0.00508416537, -0.0332654677, 0.0467393808, -0.00856795441, 0.0100844689, 0.00455653062, -0.015947856, 0.0168144368, 0.0392197073, -0.0102242399, 0.00480112946, -0.0249351244, -0.0214827824, -0.0178627186, 0.0127121611, 0.0128309662, -0.047661867, -0.0685995445, -0.00710036047, 0.0542031452, -0.0124465963, 0.0407012776, 0.0164789855, 0.0189249758, -0.0232299194, -0.00606955029, 0.0263747647, -0.00763148954, -0.0341320485, -0.020825861, 0.0428257957, 0.0267381687, 0.0289884787, -0.0280380379, -0.00129986915, 0.000371484784, -0.0203506388, 0.0306377765, -0.0151930936, 0.0137604428, 0.032398887, 0.0716185942, 0.016688643, 0.00392756145, -0.0210914258, -0.0091899354, -0.00949044246, -0.00032169139, -0.014340492, -0.0256619323, 0.0238449108, 0.01257239, -0.0150952544, 0.0192045178, 0.0458448455, -0.0104898037, -0.0193442889, -0.0236212779, 0.0393315256, -0.000714141817, 0.0397787914, -0.0146899186, -0.0469071046, -0.033964321, -0.00881255325, -0.0172756799, -0.000384806684, 0.0152909337, 0.0119643873, -0.0244179722, -0.0190647468, 0.00391358463, -0.0197636019, 0.0355856642, 0.0234815069, 0.0406174175, 0.0111397384, -0.0414001346, 0.020825861, -0.00404287269, 0.0421269424, 0.00203191908, -0.0176810157, 0.0420430787, 0.0192464497, -0.0357813425, -0.0351384, 0.00949044246, 0.00905016437, 0.0131734051, -0.0419033095, 0.0085819317, -0.0300786924, 0.0265844204, 0.00864482857, 0.00298760249, 0.0315043554, 0.0237750262, 0.0118945017, 0.0140469726, 0.0170380697, -0.0241943374, 0.0100844689, 0.00277969334, -0.00614293, -0.0223773178, 0.0121880202, 0.0164370555, -0.0276746321, 0.019581899, 0.00503874, -0.0332375132, -0.00228525372, -0.0044447137, -0.00675093336, 0.0267800987, -0.00687323278, 0.0156263839, 0.00833733287, -0.0198893957, 0.0152210481, -0.0267102141, -0.0112795094, 0.0198614411, 7.76929519e-05, 0.00639451761, 0.0505970567, -0.00638403464, -0.0133900493, 0.00195853948, 0.00553143257, -0.0273811147, -0.040673323, -0.00421758601, -0.00323744281, -0.0254942067, -0.0444750935, 0.0199173503, -0.0403937809, 0.0384929, 0.00499680871, 0.0348029472, -0.0223773178, 0.00264166947, 0.0115800165, 0.0139840757, -0.015808085, -0.0513238646, 0.0203226842, -0.0343277268, -0.0363124721, 0.00406383816, -0.0260532908, -0.00500379736, 0.0140679386, -0.0427139774, -0.0593746677, 8.5282074e-05, -0.0156543385, 0.00779222604, 0.0124046654, -0.01747136, 0.061275553, -0.0118176276, -0.0365920141, -0.0321752541, 0.0172756799, -0.00124483439, -0.0399185605, 0.0335729644, 0.0231879875, 0.025005009, 0.00627920637, -0.0209516548, -0.023439575, -0.0100075947, 0.0209097229, -0.0480532274, -0.000763935212, 0.022796629, -0.0103150904, -0.0231600329, 0.0459007546, 0.0180024877, 0.00175412442, -0.0549299531, 0.00949044246, 0.000755199522, -0.0150253689, -0.00368995103, -0.0169262532, -0.00667056488, 0.0118665472, -0.0280100834, -0.00872869138, -0.0150533235, -0.00348728336, -0.0209237, -0.0358652063, -0.03594907, 0.00178557297, 0.0554051735, -0.00112340844, 0.0418753549, -0.00257003703, -0.0351943076, 0.0127890352, -0.0265844204, -0.0293239299, -0.0326504745, -0.00551745528, 0.00619534403, 0.00549998367, 0.00133131759, 0.0113703609, -0.00674045039, 0.00336148962, 0.0425462537, 0.0203785934, -0.0485004932, -0.000656049524, -0.00211228733, -0.00707590068, 0.03161617, 0.0201270059, 0.0499820635, -0.00905715302, -0.0496745668, 0.0231181029, -0.0135927172, 0.019442128, 0.0140469726, -0.0415958129, -0.0117127988, -0.013355107, 0.000174058412, 0.0141378241, 0.0464598387, 0.0147737814, 0.0440837331, -0.0186035037, 0.0408410504, -0.0303582344, -0.0330418348, -0.0462082513, -0.00563626038, 0.0346352234, 0.0506809205, 0.022111753, -0.0520506725, 0.00777126057, -0.0163392145, 0.0235513914, -0.0593746677, 0.0254383, 0.0429096594, -0.0135787399, 0.0183379389, 0.00500030303, -0.00341565069, -0.0279961061, 0.00273776194, 0.0141238468, -0.0171778407, 0.0129707372, -0.000182575706, -0.0212032422, -0.054902, -0.0198614411, -0.0281358771, -0.00240405905, -0.00988180097, 0.00286705, -0.00549998367, -0.00923186634, 0.0585360415, 0.00483956654, 0.00909908395, 0.000645129941, 0.0233137812, 0.0200151894, 0.000853912672, 0.00572361751, 0.0321473, 0.0198195092, 0.0174294282, -0.00402190676, -0.00149554841, -0.0112305898, 0.0165348947, 0.0135507863, 0.0192045178, 0.00372489379, 0.00486402633, 0.0142915715, 0.0107204262, -0.053364519, -0.0108881509, -0.0222375467, 0.0160736497, 0.00952538475, -0.0462082513, -0.0025385886, -0.0299668759, -0.00809273403, 0.00856096577, -0.0096162362, -0.0137674315, 0.0190647468, 0.00350999599, 0.0197496247, 0.0380456336, 0.0505411476, 0.00714578573, -0.018156236, -0.0100565143, 0.000152656008, -0.018156236, 0.0264726039, -0.00814165361, -0.0118875131, -0.0466555171, 0.0148716206, -0.0172057953, 0.0259135198, 0.0343277268, 0.0199313276, -0.0290443879, 0.00469280733, -0.0230482165, -0.0260532908, -0.046096433, -0.0221397057, 0.00224681688, -0.00789705478, -0.00325316703, 0.00425602309, -0.021510737, -0.0223214086, 0.0112026352, 0.0085819317, 0.0213569887, -0.0209796075, 0.0157242231, 0.0355856642, 0.0171778407, 0.0489757136, 0.044307366, 0.0150952544, -0.038884256, -0.00324792578, 0.0230062865, 0.0154866129, -0.0325107053, 0.0128868744, -0.00587387104, 0.0149415061, 0.00238833483, -0.0282476936, -0.00281114178, 0.00685226731, -0.019302357, -0.000668716268, -0.000877499, 0.00120727089, 0.0196098536, -0.0517711304, -0.0260952227, 0.00577952573, -0.00221187412, 0.00356939877, -0.00335974246, 0.00906414073, 0.00465786457, -0.0419312604, -0.0134110153, 0.024865238, -0.0541751906, -0.0346072689, -0.0068872096, 0.00677189883, -0.00780620333, -0.00415119482, -0.021189265, 0.0190228168, -0.0125164818, -0.042741932, -0.000808923913, -0.0103779873, -0.0123138139, 0.0242083147, -0.027437022, -0.00921788905, -0.0236352552, -0.005332259, 0.000420404569, -0.0632882491, -0.0105317356, 0.0144662857, 0.0107763344, -0.0111816702, 0.0289884787, -0.0184078235, -0.0271574799, 0.0457330309, -0.00790404249, 0.0121391006, 0.00898027886, -0.0382413119, 0.0351104438, -0.0360888392, -0.00477317534, -0.0342718177, -0.00978396088, 0.0182121452, 0.00723314285, -0.0017794579, 0.00986083504, -0.00772234099, 0.0205043871, -0.00842818338, 0.0427139774, -0.0114891659, 0.0297152884, 0.00695360079, 0.000719383243, 0.0151092317, 0.00242502475, -0.0171778407, 0.0142356632, -0.0110279219, 0.0104059419, 0.0190228168, 0.0159199033, -0.00970009901, -0.0272133891, -0.0114122918, -0.0142286746, 0.0479134545, 0.0158220623, -0.0156822912, -0.0407012776, 0.038017679, -0.0117477421, -0.0155704757, -0.00244773738, -0.00655525411, 0.0106784943, 0.00130947842, 0.0205602963, 0.0229503773, 0.0176251065, -0.0131943701, 0.0298830122, -0.0177089702, 0.000645129941, -0.0041477005, -0.0135647636, 0.00758955861, 0.0176810157, -0.0159338787, 0.0146479877, 0.00844914932, 0.00729603972, 0.00989577826, 0.00632463209, 0.00653778249, -7.60550101e-05, -0.00657621957, 0.00145711133, 0.0200151894, -0.00221187412, 0.0170939788, -0.0304980054, 0.0192045178, -0.0282896254, 0.0270037334, 0.0230062865, -0.00954635069, -0.018156236, 0.013075565, -0.0239147972, 0.0472425558, -0.017834764, -0.0145501476, 0.0203506388, -0.00832335558, -0.0139281675, -0.0295475628, -0.00649585156, 0.000116621326, 0.0212032422, 0.0369833745, 0.0263468102, 0.00874965638, 0.0183938462, -0.0049688546, 0.0295475628, -0.000415381568, -0.0358931608, 0.0320913941, -0.0131803937, -0.00200571213, 0.0332375132, -0.0143964, 0.0161714908, 0.00296488963, 0.0205323417, -0.00630716048, 0.0233836677, 0.0278842896, 0.0015610659, -0.0139141902, 0.0139840757, 0.00716325734, -0.0230062865, -0.00644693151, 0.00468581868, -0.00834432151, -0.0227407217, -0.00438181683, 0.00802284852, 0.00860988628, -0.0164230783, 0.00701999199, -0.0237470716, 0.0183938462, -0.0263887402, 5.57718558e-05, -0.0163112618, -0.00437832251, -0.00816261861, -0.0118525699, -0.0299389213, 0.023439575, -0.0410087742, 0.00939260237, 0.0109650251, 0.0015820316, 0.0217483472, -0.00959527, -0.0114332577, -0.0155844521, 0.0623937175, -0.00139858236, 0.00173228525, 0.00743581029, -0.00269233645, 0.0292959753, -0.0140260076, 0.0119643873, 0.0135997059, 0.00620932085, 0.0105107697, 0.000842119509, 0.0206581354, -0.0166467112, -0.0158360396, -0.0513238646, -0.0091899354, -0.0181702133, -0.0153188882, -0.0256898869, -0.0281358771, -0.0198055319, 0.00493041752, 0.0285132583, -0.0101264, 0.0053846729, -0.0096162362, -0.0246975143, -0.0170101151, 0.0217064172, 0.00520297093, 0.0319236666, -0.0143824229, 0.007973928, -0.0376822278, 0.0197775792, 0.00407432113, -0.0358092971, -0.0341320485, 0.007952963, 0.00417216076, 0.030889364, -0.0174853355, 0.0152769564, 0.0243061557, 0.0225590188, -0.0558244884, 0.00245822035, 0.0151371853, -0.0339363664, 0.0206721127, 0.0284433737, 0.00810671, -0.021608578, 0.0285831429, 0.01751329, 0.0156543385, 0.0161016043, -0.020043144, -0.0262210164, -0.00122648943, 0.00671249628, -0.0018869068, -0.00191311387, -0.0259834062, 0.031308677, 0.00684877299, 0.0042315633, -0.000618922873, -0.0286110975, -0.0315882191, 0.00509115402, 0.0135717522, 0.00780620333, -0.0359770246, -0.00372838811, 0.00090588996, -0.0444191843, 0.00499331439, -0.00409878092, 0.0300507378, 0.04578894, 0.0170939788, 0.0289884787, 0.0148995752, -0.0218042564, 0.0110978074, 0.0213569887, -0.0374585949, 0.0298550595, -0.0430773832, 0.0120412605, -0.016548872, 0.0415119492, -0.010343045, 0.0459566638, -0.0210774485, -0.00573759433, -0.00457749609, 0.0115870051, -0.034663178, 0.00252985279, 0.00284783146, -0.0156822912, -0.00102731597, -0.00952538475, -0.0110628651, -0.00410926389, -0.00418264326, -0.0188271366, 0.00416517211, -0.0204624552, -0.00955333933, -0.0384929, -0.00923885498, 0.00146235281, 0.00317105162, 0.00593676791, 0.0220558438, -0.0257457942, -0.0147318505, -0.0089034047, -0.0394992493, 0.0216365308, -0.022013912, 0.0341879576, 0.00572361751, -0.00117058109, -0.0258995425, 0.0246975143, 0.00244074897, -0.00373887084, -0.0142915715, -0.0187292974, 0.00267311791, 0.0239986591, 0.00633162074, 0.00454604765, 0.00197601062, -0.0157521777, 0.0265564658, -0.0198195092, 0.012090181, 0.021231195, -0.0127890352, -0.00296488963, 0.00452508219, 0.0220418666, 0.0425462537, -0.0165348947, -0.0207979064, -0.0189948622, 0.0132223247, -0.020546319, 0.00230796658, -0.0272832755, -0.000159862931, 0.0280240607, 0.0122788716, -0.030246418, 0.0116638793, -0.00737291342, 0.0340481848, -0.00369693968, 0.0215666462, -0.0141238468, 0.00144924922, -0.0181003287, -0.00171481387, 0.0233417358, 0.00258576125, -0.0289046168, -0.0156962685, 0.0105317356, 0.0201689377, -0.00181527424, 0.00888942741, 0.034467496, -0.0125094932, 0.0107973, 0.0609401, 0.00182750414, 0.0138023738, -0.0188830458, 0.0134249926, 0.0107623572, -0.00944152288, -0.038017679, -0.00245996728, -0.0379058607, 0.0103220791, 0.0496745668, -0.034467496, -0.0162833072, -0.004860532, -0.0308334548, -0.00888243876, 0.0128239775, -0.014340492, -0.00981191546, -0.0154307047, 0.0170660242, -0.000364496227, -0.0410087742, 0.0260672681, 0.0415678583, 0.00772234099, -0.00140731793, 0.0089034047, 0.0104199182, 0.0243900176, -0.0078691, -0.0437762365, 0.0242642239, 0.0229364, -0.00728206243, -0.0115101319, 0.00335624814, -0.0360049754, 0.00711084343, -0.0469909683, 0.00696408376, -0.0342159085, 0.0107344035, 0.00378429634, 0.019581899, -0.021510737, 0.0108671859, -0.0295196082, 0.00403238973, 0.0230062865, -0.0281219, -0.0220698211, -0.000647313835, 0.0245996732, -0.00577952573, 0.0262349937, 0.00479414081, 0.0115031432, -0.0402819663, 0.00218916126, 0.00974901859, -0.0218182337, -0.00473124394, -0.0118246162, -0.0214827824, 0.0257457942, 0.00971407536, 0.0187852047, -0.0138303284, -0.0173176117, -0.0241663847, 0.0258715879, 0.0198893957, -0.0252845511, -0.0439160094, 0.00530430488, 0.0268499851, 0.00546154706, -0.0179885123, -0.0172477253, -0.0194700826, 0.00948345382, 0.00654127682, -0.0144103775, -0.0249211472, -0.00794597436, -0.0208118837, -0.0173874963, -0.00338594941, -0.00601014774, -0.0060450905, 0.00505621126, 0.000653865631, 0.0396110639, 0.0095114084, -0.0029212113, -0.00882653054, -0.014801736, -0.0113424063, 0.0201409832, -0.0199592803, -0.0286110975, 0.0391358435, 0.00762450136, -0.0351943076, 0.0031029135, -0.0145361712, 0.00166414701, -0.00920391176, 0.0204205252, -0.00346282334, 0.0141727664, -0.0282337163, 0.0434687436, 0.0018537112, 0.0225310642, -0.0196378082, -0.0245158114, 0.000832947029, -0.0190367922, -0.0266403295, 0.0252985284, 0.00940658, -0.00288452138, 0.0278423578, -0.0113773495, 0.0173036344, -0.0129427826, 0.0219020955, 0.00365500827, 0.0023236908, 0.0100495256, -0.0119993296, 0.0126213096, -0.0175971538, 0.00136800739, 0.011146727, 0.0313645825, 0.0168004595, 0.00234815059, -0.00392406713, -0.02072802, 0.019945303, -0.00236736913, 0.00830937829, -0.00721916556, -0.0136416377, 0.0146060567, -0.0210215393, -0.0341600031, -0.00716325734, -0.0432451069, -0.00879857689, -0.0199173503, -0.00465437025, -0.0437762365, 0.0362845175, -0.0259554517, -0.004860532, 0.02068609, -0.0175831765, -0.027534863, -0.0383810811, -0.00610099873, 0.0204764325, 9.40177488e-05, -0.0115101319, 0.0420430787, -0.00852602348, -0.0128868744, -0.0122858603, 0.0182401, -0.0158500168, -0.0210075621, -0.0214408524, 0.0189529303, 0.0109650251, -0.0261790846, -0.0373467766, 0.00253509427, 0.0019201024, 0.0113424063, 0.0248093307, -0.0042315633, -0.051715225, 0.00907112937, -0.0145082166, 0.027576793, -0.00540563837, -0.0168563668, -0.0199173503, -0.000305312016, -0.019120656, 0.0225729961, -0.0306377765, -0.00612545852, 0.001433525, -0.0165348947, 0.00231146091, -0.00867977086, 0.0294077918, -0.0118316049, 0.0207000673, 0.024082521, 0.0118595585, -0.0188131593, -0.016045697, -0.0169821605, 0.00593676791, -0.00672996743, 0.0281219, 0.0159758106, -0.000610187242, 0.0290164333, 0.0101124225, -0.00611148169, -0.0112655321, -0.0218461882, 0.00274999184, -0.0276187249, -0.0476059616, -0.0065797139, 0.0190787241, -0.00689419825, -0.0192464497, 0.00800887123, 0.0556567609, -0.017876694, -0.025606025, 0.0395272039, -0.0413162708, 0.00146934134, 0.0255501159, 0.00849108, -0.00272029056, -0.00798091665, -0.0148436669, -0.0220418666, -0.0291562043, -0.00707240636, 0.00633860892, -0.0077083637, -0.0208957456, 0.00161610078, -0.0341879576, 0.00120115594, 0.00470329, 0.0198754184, -0.00806477945, -0.0186035037, -0.00467184139, -0.0181841906, 0.0106924716, 0.0123697221, 0.000419749413, -0.0127820466, 0.0223493632, 0.00414071232, 0.0128239775, -0.0075476272, -0.00564324902, 0.00172879105, 0.00562228356, -0.0168563668, -0.0234255977, 0.0241384301, 0.0210494939, -0.0093087405, 0.00346107618, 0.0165348947, -0.00620932085, -0.0158639941, 0.00707240636, -0.00531478738, 0.00764546683, 0.0370951891, 0.00416167779, -0.000361438753, 0.0269618016, 0.0202947315, -0.0287648458, 0.014661965, -0.0236771852, 0.00196902221, -0.00982589275, 0.0224751569, -0.0142356632, -0.00245647319, -0.00248617446, 0.0128030125, -0.0087846, -0.0225310642, -0.0194700826, 0.0108112767, -0.0142845837, -0.0202667769, 0.00300856796, -0.018799182, 0.00779921468, 0.00652380567, 0.015947856, -0.00327238557, -0.00542311, -0.00728905108, 0.0645741448, -0.0304420963, 0.0234815069, -0.0199173503, -0.0286530294, -0.0245018341, -0.00601014774, 0.0148296896, 0.0119853523, -0.0018869068, 0.00273077353, -0.011607971, 0.0271435045, 0.000985384686, -0.022013912, -0.0185336173, -0.0050632, -0.0246416051, -0.0107833231, -0.0233557131, 0.0026451638, 0.000603635446, -0.0280939452, 0.0131035196, -0.00104391377, -0.00638054032, -0.0034977661, -0.0286250748, 0.00133568537, -0.00821852777, 0.0236492325, -0.00814864226, 0.00944152288, 0.00747075304, 0.0259834062, 0.0325107053, 0.0117267761, -0.00735893659, 0.001651917, 0.023579346, 0.0104059419, -0.0175552219, 0.00969311, 0.0129008517, -0.0324547961, 0.00656224275, -0.019442128, -0.0201409832, -0.0417076275, 0.00772932917, -0.0207559746, 0.00562927173, 0.0120831924, -0.0353899859, -0.0186454337, 0.0317279883, 0.014661965, -0.00471027847, 0.020182915, 0.00241803611, 0.00581796281, -0.00286180875, 0.00281463587, -0.00529032759, -0.0101613421, 0.0225450415, -0.0117477421, 0.00845613796, 0.00421059737, 0.0128519321, 0.00932271685, 0.00603810186, 0.0156543385, 0.00240755337, -0.00218392, -0.0285551902, -0.014039984, -0.0102312276, -0.00907112937, -0.01281, -0.00111991412, 0.00770137506, -0.0423785299, 0.00809273403, 0.0260393135, -0.0145501476, -0.0232159421, 0.0201689377, 0.010203274, 0.0052763503, -0.00874965638, 0.0177509, -0.00223633391, 0.013236302, -0.000346588087, 0.0103919646, 0.0233696904, -0.0154726356, 0.0199732576, 0.00099586742, -0.00374236517, 0.00479414081, 0.0226708353, -0.00301905093, -0.027716564, -0.00872869138, 0.0023359207, 0.00189738965, -0.0172896571, 0.0317838974, 0.0170800015, 0.014340492, -0.0028880157, -0.0407012776, 0.0095323734, 0.0089034047, 0.0202108677, 0.0283315554, -0.043720331, 0.000856533414, 0.00483257789, 0.0326504745, 0.0070898775, 0.017233748, 0.00348378904, -0.000304220041, 0.0220837984, -0.00186069973, -0.0121321119, -0.0159199033, 0.0270875953, 0.01851964, -0.00358162867, 0.01847771, 0.0104338955, 0.00661116233, 0.0213989206, 0.0205043871, 0.0203087088, -0.00809972174, -0.000622417196, -0.00369693968, -0.019302357, -0.0162833072, 0.0192744043, 0.0182680525, -0.00739387935, 0.00681383, -0.00749870762, 0.00860289764, -0.00312038488, -0.021510737, -0.010985991, 0.00111030485, -0.00109370705, -0.0265285112, 0.0206441581, -0.00717024598, 0.0107763344, -0.00420710351, -0.00404986087, 0.0148855979, -0.0160596743, -0.00184322835, 0.000308587885, 0.0209656302, -0.0114122918, 0.00782018062, -0.0374585949, -0.0144942394, -0.00164580205, 0.00792500842, -0.0104129305, 0.0212451722, 0.0132852215, -0.00744279893, 0.0315043554, -0.0160596743, 0.0252565965, 0.00474172691, -0.0169122759, 0.00983288139, -0.021231195, -0.0206441581, 0.0116219483, -0.0155285439, 0.00481510675, -0.0199732576, -0.000162811222, 0.0122369397, 0.0116778566, -0.0231460575, 0.00123347796, -0.0214408524, 0.0479134545, 0.0105596893, 0.00376333087, -0.00749171898, 0.0158919487, -0.0177509, -0.000223305804, 0.00904317573, 0.011167693, -0.00968612172, 0.00525538484, -0.00830239, 0.00184497552, -0.000386335421, 0.020825861, 0.0182820298, -0.0128519321, 0.0195958763, 0.00856096577, -0.0301905088, -0.00100809743, -0.00960225891, 0.00844216067, 0.0227826517, 0.0058424226, -0.0267102141, -0.021608578, 0.0101264, -0.0120692151, 0.000994994, -0.0111397384, 0.0104688387, 0.00840023, 0.024180362, -0.00327063841, 0.0133341411, 0.0114542227, 0.0155285439, 0.0194840599, -0.00188341248, -0.0261371527, -0.00540563837, -0.00974901859, -0.008274436, 0.0177089702, 0.00324792578, 0.000424117257, 0.0151930936, -0.00712482026, -0.0233417358, -0.0136136832, -0.000251805963, 0.0162413754, 0.0106505407, -0.00805080216, -0.0146479877, 0.0285551902, 0.0067264731, -0.00322521292, -0.0225729961, 0.00467533572, -0.0161994435, -0.0205323417, -0.0355856642, -0.00800188258, -0.0190228168, 0.00474522123, -0.00998662878, -0.00526936213, 0.0136416377, -0.0434966944, -0.00518899364, -0.028820755, -0.00195504515, 0.00237610494, -0.0109510478, 0.00259799114, 0.0215666462, 0.016730573, 0.0175831765, 0.00176023948, -0.00742882211, 0.0140679386, 0.0116149597, -0.00222585117, 0.00144662859, -0.0355297551, 0.00035794446, -0.0040288954, -0.014480263, -0.0022171156, -0.025647955, -0.00152088178, 0.0246136505, 0.0140889045, -0.0149974152, 0.00739387935, 0.0116708679, 0.0362565629, -0.00152961747, -0.0044342312, 0.008274436, 0.0106016211, 0.012411654, 0.00426650606, -0.0342997722, 0.0217203945, -0.004137218, -0.0265704431, -0.0143544683, -0.00399744697, 0.0161295589, -0.00261895685, -0.00740785617, 0.028219739, -0.016087627, -0.00777824922, -0.00847011525, 0.00949044246, -0.012754092, -0.0319795758, 0.00849108, -0.00437482819, -0.0261092, 0.00603111321, 0.000849544827, -0.00228874804, -0.0321752541, 0.0126422755, -0.00566770881, 0.0157242231, -0.0256898869, 0.00742183346, -0.0256339777, -0.000337634032, -0.00503874, -0.00705842907, -0.0159897879, -0.00237610494, -0.00582495099, 0.00425602309, 0.0423785299, 0.00583543396, 0.0100075947, 0.0021018046, 0.00236212788, -0.00569566293, 0.0222655, -0.00613943581, -0.0213989206, 0.016590802, 0.0155145666, 0.00407781545, 0.0358092971, -0.0265983976, 0.00430144882, -0.00580398552, 0.00436085137, -0.011125762, -0.00208258606, -0.0100285606, 0.0114332577, 0.0231181029, 0.0118735358, -0.00677888747, -0.0252426192, 0.00519947661, -0.00546504138, -0.000845177, -0.00892437063, -0.0133201648, 0.0124396076, 0.00557336351, 0.028177809, 0.0174154509, 0.0270596407, 0.00300332671, -0.0179046486, -0.0162833072, 0.00158902013, 0.0152350254, 0.0205742735, 0.0256898869, -0.0266263522, -0.00728206243, 0.0102731595, -0.0364242904, -0.00359560573, 0.00833034422, 0.00298410817, -0.00826045871, -0.00289151, -0.0150533235, 0.00974203, 0.0225031115, 0.0345234051, 0.00144488143, -0.00874965638, -0.0174154509, 0.0419033095, -0.0155844521, 0.0203506388, 0.00250888709, 0.00288452138, -0.046375975, -0.000903269276, 0.0252286419, -0.00107798283, 0.0154307047, 0.0214408524, 0.00772932917, 0.0167585276, 0.00419662055, -0.0204065479, 0.00506669423, -0.0679845512, -0.00590182515, 0.0190507695, -0.00595773337, -0.0165069401, 0.0183379389, 0.0290443879, -0.0133900493, 0.0287648458, -0.028177809, -0.0066216453, -0.00884050783, -0.00111379917, -0.0122159747, -0.00288452138, 0.0250469409, -0.0389681198, 0.0265704431, 0.0107344035, 0.0281358771, 0.0034645705, 0.00127016776, 0.000925108499, -0.0165628493, -0.0433010161, -0.000888418639, -0.00787608884, 0.00991674326, 0.0112166125, -0.0217343718, 0.0287089366, -0.00153922674, 0.00106051145, 0.0140958922, 0.0206441581, 0.00560481194, -0.023257874, 0.00648886291, 0.00587736536, 0.00200221781, -0.00802284852, -0.00334227108, 0.00793898571, -0.0105457129, 0.0252565965, 0.0162693299, 0.00722615421, 7.67647871e-05, -0.0295755174, -0.0186873656, 0.00444820803, 0.00712132594, -0.0251308028, 0.0103849759, 9.62016711e-05, -0.0174014736, -0.00411275774, -0.00654477114, 0.0118595585, -0.00373188243, 0.00781319197, 0.0120482491, -0.00161173288, 0.00418264326, 0.00469979551, 0.0203646161, 0.0281917844, 0.0176670384, -0.00276571629, -0.0155564984, -0.00580398552, 0.010985991, -0.00818358455, 0.000512347615, 0.00105527008, -0.00779921468, 0.0437482819, 0.00914101489, 0.00873568, -0.0168982986, 0.0186454337, 0.0109929796, 0.0176251065, 0.00077136053, 0.0139421448, 0.0102731595, -0.000309243071, 0.0029753726, -0.0126003446, -0.0150673, -0.00358512299, -0.0164929628, 0.0165768266, 0.0286250748, 0.0251447801, -0.000225817319, 0.0035991, -0.000824211398, 0.0131524391, -0.0075056958, 0.0154307047, -0.0039764815, -0.019581899, 0.0083792638, 0.016688643, 0.0154726356, -0.000202776966, 0.00990276597, 0.0168982986, 0.0139002139, -0.0128169889, -0.0109929796, -0.0175692, 0.0214268751, -0.00453556469, -0.00877761096, -0.0071982, -0.00225729961, 0.0118665472, 0.0100006061, -0.0301066469, -0.00131384621, 0.0247673988, -0.0114332577, 0.00894533563, 0.0070479461, -0.00999361742, 0.00729603972, 0.000984511105, 0.00709686615, 0.0296593793, -0.00574108865, 0.032315027, -0.0210494939, 0.0172756799, 0.00744279893, 0.00224856404, 0.00884050783, -0.0155704757, -0.00933669414, -0.0167165957, -0.0222794767, -0.018156236, -0.014801736, -0.00379128498, 0.0151791172, -0.00191835524, 0.0042979545, -0.000280415319, -0.00175063021, 0.0132293133, -0.00534623582, 0.014480263, 0.0210774485, 0.0191765632, 0.0023359207, 0.0120831924, 0.0029212113, -0.0167725049, 0.0127750579, 0.0177369248, 0.00805080216, 0.0117058111, 0.00118455815, -0.00123871933, 0.0331257, 0.0132642556, -0.00196552789, 0.00689070392, 0.00386117049, 0.0239147972, -0.0172617026, 0.00928777456, -0.0123906881, -0.00771535235, 0.00682780705, -0.024040591, -0.000401186087, 0.0103011131, -0.00561529491, 0.0236073, 0.0117127988, 0.000473910623, 0.00114612118, -0.00315882172, 0.00515405089, -0.0231320802, -0.00427698856, -0.00231670216, 0.0104967924, -0.00410926389, -0.0101962853, 0.00556986919, 0.0138163511, -6.31698858e-05, 0.0120692151, -0.0136835687, 0.000286093506, -0.00778523786, -0.0052658678, 0.0200710967, 0.00296139531, -0.026248971, -0.00346631766, 0.00391009031, 0.0265564658, -0.00974203, 0.0444191843, -0.00587736536, -0.0218461882, 0.00699902652, 0.0049269232, -0.00507368287, -0.0214408524, -0.00171830819, -0.0215666462, 0.0170939788, 0.00353096169, -0.0122439284, -0.00507717719, -0.0120412605, -0.0133271525, 0.00288102706, 0.007079395, -0.00935766, -0.00935067143, 0.0198754184, -0.0103989532, -0.00270806067, -0.00884050783, -0.00851204619, -0.00143527216, 0.0200012121, -0.0314484462, -0.0105457129, 0.0113354176, 0.022614928, 0.00121338596, 0.0287089366, -0.00745677622, 0.011971375, -0.0198754184, 0.0201130286, -0.00796693936, -0.0037738136, -0.0126282983, -0.0175831765, -0.0134249926, 0.0128449434, -0.00230796658, -0.016590802, 0.0279262215, 0.00856096577, 0.00495138299, -0.00216120714, 0.0191765632, -0.0259135198, -0.00411275774, 0.00572711136, -0.00863784, -0.00804381352, 0.0387724414, -0.0105177583, -0.0220977757, 0.00694311829, 0.0187432747, -0.00713879755, 0.01751329, -0.00352222612, 0.0166606884, -0.00770137506, -0.0187432747, 0.00620233268, -0.000619359664, 0.00592977926, 0.0467673354, -0.0327063836, -0.0131454505, 0.00867977086, -0.0164370555, -0.0249351244, -0.0102591822, -0.00478365831, -0.00634909188, 0.00255606, -0.00863784, -0.00296663679, 0.00570964, 0.00991674326, -0.00575157162, 0.0109929796, 0.0286809839, -0.00154010032, -0.00149467483, -0.000938212, 0.0101264, 0.0251028482, 0.0144243538, 0.0152909337, 0.00902221, 0.0029212113, -0.0122089861, 0.0109091168, -0.010182308, -5.47617929e-05, 0.00464039296, 0.00882653054, -0.00986782368, 0.0181422587, 0.000196225199, 0.00409878092, 0.0217623245, 0.0155005902, 0.00838625245, -0.0235933233, -0.0317279883, 0.0132991988, -0.000378473313, -0.015905926, -0.0136695914, 0.00768739823, -0.00170520472, 0.0268080533, 0.0292959753, -0.00728206243, -1.86861653e-05, 0.0308334548, 0.00268360088, -0.0235653687, 0.0104758274, 0.0293239299, 0.000581796281, -0.0139561221, -0.00137936382, -0.022013912, -0.018016465, -0.0284573492, 0.00638054032, 0.000893223216, -0.0149694607, -0.00555938669, -0.00584591692, -0.0096162362, -0.00564674335, -0.00261022104, -0.00911306124, 0.00461942749, -0.0284573492, 0.0375424586, -0.00975600723, 0.005332259, 0.012893863, -0.00527285645, -0.0146759413, -0.0181702133, 0.010985991, 0.0111187734, 0.0320634395, -0.00893135928, -0.0133131761, -0.035166353, -0.0182121452, 0.03603293, 0.0104269069, 0.00392756145, 0.00502825715, 0.0266962368, -0.00446917349, -0.00976998452, 0.0133341411, 0.019945303, 0.0195120145, 0.00293693552, 0.0166327339, 0.017233748, -0.0132642556, -0.0164370555, -0.0224332251, -0.00839324109, 0.023719117, -0.00117232825, 0.0103220791, -0.0210355166, 0.00302254525, 0.0195120145, 0.00616040127, 0.00620233268, -0.000304656831, -0.0243900176, 0.0232019648, 0.00593676791, 0.00716325734, -0.00249141594, -0.0251867119, -0.0283315554, -0.00672996743, 0.0265983976, 0.0192184951, -0.00329859252, -0.0130685763, 0.0135717522, -0.0247394443, 0.00290374, -0.0110349106, -0.00299983239, -0.0137115223, 0.00540563837, -0.00249665719, -0.00202842476, 0.000713268237, -0.00213325303, -0.0133481184, -0.0289884787, 0.00353445602, 0.0192744043, 0.00169908965, -0.00530430488, -0.00640150625, -0.0221816376, -0.0325666144, -0.0145221939, 0.00245647319, -0.016451031, -0.00937163737, 0.040952865, 0.00201968919, -0.0132083474, 0.013257267, 0.00167899765, 0.00677539315, 0.00287229149, -0.00140295015, 0.0182121452, -0.00912005, -0.0141518014, 0.0150253689, 0.00539865, 0.000204414901, -0.00627221819, -0.00588784786, -0.0104338955, 0.000997614581, 0.0318398066, 0.00715277437, -0.0331536531, 0.0203785934, 0.000848671247, -0.0123557448, -0.00240755337, -0.0121600656, 0.00236212788, 0.00501428032, 0.0192184951, 0.00369693968, 0.019945303, 0.000587474438, 0.0171498861, 0.00468931301, 0.00833034422, 0.00284259021, -0.0174014736, 0.0170660242, -0.0131174969, 0.00801586, 0.00619534403, 0.0416796729, 0.00796693936, -0.00722615421, 0.0203226842, -0.0256619323, 0.0033370296, 0.00874266773, -0.0155425211, -0.00225205813, -0.00450411625, 0.014801736, 0.00303652231, -0.00424903445, -0.00247569149, 0.0139281675, 0.0118665472, -0.00834432151, 0.00913402624, 0.00188166543, -0.0197915565, -0.0210355166, 0.0232858285, 0.0102102626, 0.012914829, -0.0299948305, 0.0189948622, 0.0135927172, -0.00606955029, -0.00942754559, -0.00285656727, 0.00478016399, -0.00187467691, -0.0169681832, 0.0062163095, 0.0265285112, 0.00208083889, -0.048947759, 0.0250469409, -0.00691167, 0.0296873339, -0.00842119474, 0.000203650532, 0.00663562212, -0.00935067143, -0.00835829787, 0.00492342887, 0.000233679428, 0.0116009824, -0.00646440312, 0.00623727543, -0.0219440274, -0.014801736, -0.0197216701, 0.011125762, 0.0234675296, 0.014340492, 0.0342997722, 0.0101403771, 0.021370966, -0.0123347798, -0.00892437063, 0.0133201648, 0.00227302383, -0.0166047793, 0.0102941245, -0.0155145666, -0.0226848125, 0.00329859252, -0.0124256304, -0.00867977086, -0.00168860692, -0.0175831765, -0.0108322427, -0.0200571213, -0.00654477114, 0.00272727921, 0.0293798372, 0.0179885123, 0.00763847819, 0.00531828171, -0.0358931608, -0.00558035215, 0.0103570214, 0.00692564668, 0.000260541652, 0.0172896571, -0.000982764, -0.00621281518, -0.0187013429, 0.0158220623, -0.00495487731, -0.0211752877, 0.00929476321, -0.0168703441, -0.00277445186, 0.0363404267, -0.0334331915, 0.0171498861, 0.00287753297, -0.00195155083, 0.0319516212, 0.00245297886, 0.0190927014, -0.0250469409, 0.00563276606, -0.00496536028, -0.0244738795, -0.0123277912, 0.017052047, -0.018757252, 0.019581899, -0.00146497344, 0.00727507379, 0.0148436669, 0.0113633722, -0.0048081181, 0.00184846984, 0.0151092317, 0.0222655, -0.00681383, 0.0252426192, -0.0065797139, 0.00621980382, -0.0106505407, -0.0305818673, -0.0167585276, 0.00886147376, -0.00501428032, 0.00189389533, -0.00949044246, 0.000882740424, 0.0144243538, 0.0118316049, 0.00100897101, -0.0125094932, -0.0204764325, -0.0248792153, 0.00166239985, -0.0108112767, -0.00248093298, 0.00676840451, -0.0258436352, -0.0025176229, -0.0173176117, 0.00709337182, -0.0161854681, -0.00461942749, 0.011929444, -0.00272727921, 0.00871471409, -0.0113004753, -0.00511561381, 0.00251238141, 0.00798091665, 0.00272553205, -0.0112166125, 0.0342997722, 0.00824648142, 0.0166746657, 0.0398067459, 0.00728206243, -0.00327937421, 0.0131035196, -0.000170891726, 0.00184322835, 0.024082521, -0.00628270069, 0.00988180097, -0.0125374477, 0.0317559429, 0.00935067143, -0.0036585026, 0.00165104342, 0.0104688387, 0.00147982407, 0.00594725087, -0.00863784, 0.00204414898, 0.00503524579, -0.00475221, 0.0201968905, -0.000845613773, 0.000254645071, -0.015766155, 0.0115171196, -0.0172617026, -0.0101194112, -0.019302357, -0.00203017192, -0.00553492643, -0.0084771039, -0.00519598229, -0.0183658935, -0.0220698211, -0.0106575293, 0.00500729168, 0.00589134218, 0.0210774485, -0.00298061385, 0.0268080533, -0.0220418666, -0.00173490599, 0.0155005902, 0.014983438, 0.0140819158, -0.00774330646, 0.0141168581, 0.00685226731, -0.00490945205, -0.00715626869, 0.0147318505, -0.00524140755, 0.0258995425, -0.00587037671, 0.00154272106, 0.0147598041, -0.01751329, 0.00893135928, -0.0140609499, 0.0103290677, -0.00879158825, -0.0245437659, 0.00969311, 0.00386815891, 0.0197636019, 0.00710036047, 0.00160649151, -0.00371441105, -0.00952538475, 0.00572711136, 0.0199732576, 0.00252635847, -0.00228525372, 0.0152350254, -0.00794597436, 0.00655874843, -0.00513657974, 0.0233836677, 0.00325316703, 0.0362006575, -0.00149816903, -0.00823949277, -0.00316581037, -0.0181422587, -0.000526761462, 0.0136206718, -0.00225904677, -0.0140120303, -0.00597520499, -0.0150253689, -0.00694661262, -0.00116446614, -0.0119084781, 0.000583980174, 0.0279541742, -0.00111030485, 0.0033160639, 0.00775728328, 0.00504922261, 0.0188131593, -0.0191765632, -0.0141028808, -0.00195679232, -0.0223214086, 0.00256479555, 0.00430144882, -0.0218461882, 0.018156236, 0.0128728971, 0.000388956134, 0.00624426361, -0.0169961378, -0.0152490027, -0.00608352711, 0.0274789538, 0.000381749211, -0.023439575, -0.0136695914, -0.00325316703, -0.00105876441, -0.00118455815, -0.000166523896, -0.0160317197, 0.00418613758, 0.0336009189, 0.0227826517, -0.0309452713, 0.0263607875, -0.00462292181, -0.0102382163, -0.00924584363, -0.0220698211, -0.00394153874, 0.0167165957, 0.0061638956, -1.42227782e-05, -0.00503175147, 0.00565373199, 0.0173595417, 0.0137674315, 0.00225904677, 0.0126213096, 0.024683537, 0.0140260076, -0.00141605362, -0.00279192324, 0.00749870762, 0.0101892967, -0.0164929628, -0.0189109985, -0.0295755174, -0.00561878923, -0.0084771039, 0.019120656, 0.00344884628, -0.00293693552, -0.00613594148, 0.0132293133, -0.0228525382, -0.00525887916, -0.0196378082, -0.0120762037, -0.00505271694, -0.0036585026, 0.0121670542, 0.0117826844, -0.00842119474, 0.0281079225, 0.0099377092, 0.00434337975, -0.003986964, 0.0516313612, -0.00256654271, -0.0158919487, 0.0271435045, 0.0115870051, -0.0248093307, -0.00369344535, -0.000780096219, 0.0190927014, 0.017876694, -0.0130336341, 0.0190787241, -0.0204205252, 0.0156124067, 0.00373188243, -0.0180723742, 0.022013912, 0.00363404281, 0.00419662055, 0.00663562212, -0.00114262686, -0.0171498861, -0.00715626869, 0.00677539315, -0.0055454094, -0.0287368912, -0.0102661708, -0.0168423895, -0.00706891203, 0.00664959941, 0.022293454, 0.0243061557, 0.023257874, -0.00782716926, 0.00772932917, -0.0157801323, 0.0101333885, 0.00395551557, 0.000680509431, -0.00808574539, 0.00279891165, 0.0307216384, -0.00993072055, 0.00468232436, -0.00308893621, 0.0206721127, 0.00747075304, -0.0335450098, 0.00288976287, 0.0112795094, 0.00497933757, -0.0044027823, -0.00906414073, 0.0213569887, 0.00321473018, -0.00458099041, -0.00352921453, -0.0101054339, -0.00872170273, 0.00227826531, -0.00677189883, 0.0114122918, -0.000561267429, 0.0154027501, 0.0013225819, -0.00613943581, 0.0115310969, -0.00632812642, -0.0202108677, 0.0107413912, -0.0100145834, 0.00768739823, -0.00633860892, 0.00942055695, -0.000470416358, -0.00949044246, -0.00123435154, -0.0227127671, -0.0145361712, -0.00974203, 0.00265040528, 0.00454255333, -0.00219615, 0.00796693936, -0.000480025599, -0.00863784, -0.000341565086, -1.83585762e-05, 0.00787608884, 0.0203646161, -0.00474871555, 0.0085819317, 0.00382972206, 0.0249910317, 0.000895407167, -0.0377660915, 0.00166239985, -0.0133411298, -0.00851204619, -0.0304420963, 0.00501428032, 0.0114332577, 0.0245158114, -0.00969311, -0.0171638634, 0.0323429815, -0.00978396088, -0.00979793817, -0.00207035616, -0.0204484798, 0.00261720968, 0.0297152884, -0.0188830458, 0.00102469523, -0.0395551585, -0.00467883, 0.0127890352, 0.008295401, 0.00327238557, -0.0103220791, 0.0141238468, -0.0161575135, 0.0123627335, -0.0228385609, 0.00657621957, 0.00466135843, -0.00277095754, 0.0142426519, 0.0171359088, -0.0230062865, 0.00798790529, -0.00490595773, -0.00436085137, -0.0232858285, 0.0090082325, -0.0106365634, -0.0108741736, -0.00627920637, -0.035250213, -0.020588249, 0.0101473657, -0.000608876871, -0.00920391176, -0.00826744735, 0.00925283227, -0.00169297471, 0.0148157123, -0.00562927173, 0.0102661708, -0.00759654678, -0.00117756962, 0.0133131761, 0.00406733248, 0.031308677, 0.00387864164, 0.00857494306, -0.00997964, -0.0132991988, 0.0164650083, -0.00384020479, -0.0146340104, -0.00590531947, -0.00162134215, 0.012292848, 0.00404986087, 0.0067928643, -0.00956032798, -0.00785512291, -0.0247953534, -0.0166187566, -0.0175272673, 0.021971982, 0.00642247172, 0.0269058924, 0.0163112618, -0.00901522115, 0.0119993296, -0.00292994687, -0.00311689056, -0.00327937421, 0.000885361107, -0.000196880384, 0.0191765632, -0.0177369248, 0.00695010694, 0.000217300025, -0.0270456634, -0.0053427415, -0.00331781106, 0.0203087088, -0.008274436, 0.00129288062, -0.00376682496, 0.0233836677, 0.00516453385, 0.0242642239, -0.00327413273, 0.00428048288, -0.0178906713, 0.0233557131, -0.0290164333, 0.024683537, 0.00860289764, -0.0168284141, -0.00343137491, -0.0170660242, -0.00743581029, 0.00587387104, 0.00872869138, -0.00962322485, 0.0132712442, -0.00859590899, 0.00693612965, -0.00356415729, -0.0397228822, -0.0100565143, 0.0084771039, 0.0089872675, -0.00901522115, 0.00543009862, 0.00168773334, 0.00758955861, -0.0152070709, 0.00068837154, 0.00156543381, -0.00110681064, 0.0301625542, -0.0245717205, 0.0140329953, -0.00894533563, 0.0104548614, 0.0021629543, 8.22245856e-05, 0.0112236012, -0.0228525382, 0.00979793817, -0.0327063836, -0.0107553685, -0.000958304037, -0.0260532908, -0.0396669731, 0.00728905108, -0.0076664323, 0.00597520499, 0.00521694776, -0.0153887728, 0.00548600685, -0.00348903053, 0.00691516418, 0.00671948493, -0.00130074273, 0.00423855195, -0.00997265149, 0.0106016211, 0.00423855195, 0.0176111292, 0.0125863673, -0.014480263, 0.00889641605, 0.00761751272, -0.00997964, 0.019539969, -0.00373887084, -0.0143824229, 0.0174853355, 0.0162134208, -0.00371441105, -0.000928602763, 0.00255606, -0.000598394079, 0.0175831765, -0.0100844689, 0.00611148169, -0.0116149597, 0.00696408376, -0.00785512291, -8.82303648e-05, 0.0102312276, -0.0386326686, 0.00491294637, -0.00958129298, -0.00970708765, -0.00956731662, -0.0101473657, -0.0193163343, 0.00812068768, -0.0184357781, -0.016590802, -0.0121530779, -0.00210005743, 0.017834764, 0.00385068753, 0.00436085137, -0.00887545, 0.00660766801, 0.0234815069, 0.00988180097, -0.00675442768, 0.0066321278, -0.00574458297, 0.0328461565, 0.0209796075, 0.011649902, 0.00153835316, -0.00133743254, -0.0117267761, 0.00626872387, -0.0125654014, -0.015444682, -0.0045111049, -0.0272413436, 0.0159897879, 0.00970708765, 0.00730302837, -0.000401404483, 0.00249316287, -0.00566072, -0.0110838301, 0.0192045178, 0.00206686184, 0.0109440591, 0.0106016211, -0.010182308, 0.0125304591, 0.0103709986, 0.0217763018, 0.0164929628, 0.0106295748, 0.0251727346, -0.0148855979, -0.020182915, -0.0383251719, 0.00212801155, 0.0342718177, 0.0151930936, 0.032594569, -0.0217483472, 0.0204065479, 0.0122019975, -0.00175325095, 0.00228001247, -0.000663911633, 8.30981517e-05, -0.0132991988, -0.0131803937, 0.00308893621, 0.0280799679, -0.015808085, 0.00773631781, -0.00407432113, 0.0142706065, -0.0115171196, 0.0191066787, -0.0192464497, -0.0276746321, -0.0014544907, 0.0117337648, 0.00317279878, -0.000486140576, -0.0243201312, -0.00264865812, 0.00651681703, -0.000856970146, -0.00923885498, -0.00236212788, 0.0132712442, 0.00843517203, 0.00535322446, 0.0212451722, 0.0103570214, -0.0210075621, 0.00555938669, 5.0776136e-05, 0.0177788548, 0.0178627186, 0.00526936213, -0.0158779714, -0.00431193132, -0.0027185434, -0.00544058112, 0.00720518874, -0.0123906881, -0.00382273342, -0.00222759834, 0.0202947315, 0.0114332577, 0.0240685437, 0.00831636693, -0.0029212113, -0.0314484462, -0.00107623579, 0.00166676764, -0.00693612965, -0.0168843213, -0.0129008517, -0.00813466497, -0.00279541756, 0.0171219315, -0.0123836994, 0.00857494306, -0.0135647636, 0.0188271366, -0.0109230941, 0.018799182, 0.00677189883, 0.00229923078, 0.0133201648, 0.00336498371, 0.0128030125, 0.00864482857, -0.0100844689, -0.00129812199, 0.0141448127, -0.00156368664, 0.00671249628, -0.0213150587, 0.0105527006, -0.00273252069, 0.0254383, -0.0153608192, -0.0193722434, -0.0160736497, 0.0112026352, 0.0108532086, -0.00533575332, 0.0116359256, 0.00528683327, 0.0118945017, -0.0402819663, -0.00405335519, -0.00673346175, -0.00316056889, 0.0128728971, -0.00289325719, 0.0173036344, -0.00963021349, -0.00765245548, 0.00652380567, -0.011971375, 0.0211193785, -0.00270631351, 0.0265564658, 0.0143964, 0.00802284852, 0.000879246159, 0.0130615886, -0.0124535849, 0.00294567109, -0.00561878923, 0.0144243538, -0.00832335558, -0.0182540771, -0.000648624205, -0.00939959101, 0.000383933133, 0.0105596893, 0.00376333087, 0.0161435362, 0.00593676791, -0.0275069084, 0.00219440274, -0.0151092317, 0.00536021311, -0.0219580047, -0.000487450918, 0.0118036503, 0.00219265558, 0.00461593317, -0.036536105, 0.00708288886, 0.0116568906, 0.00609401, -0.00731700519, 0.00363753689, 0.0124396076, -0.0100355484, 0.00886846241, -0.0182261225, 0.016548872, 0.0119434213, -0.015905926, -0.00452508219, 0.0137604428, -0.00728206243, 0.00893135928, -0.00811369903, 0.0148576442, 0.00132345548, 0.00757558132, -0.0061638956, 0.00493391184, -0.0178627186, -0.0145082166, -0.0239707045, 0.0123627335, -0.0101264, -0.00207385025, -0.0151511626, -0.0115939938, -0.00247743865, -0.000858280517, 0.0189109985, 0.000271461235, -0.00698854355, 0.00266438234, 0.0101892967, 0.0225869734, 0.0152070709, 0.0199732576, 0.00245472603, -0.00934368279, -0.00260148547, -0.00654127682, -0.0153747965, 0.00694311829, -0.0120412605, 0.00767342094, 0.00406034384, 0.00395901, 0.000296357932, -0.0077083637, -0.00746376486, 0.013858282, 0.00245996728, -0.0168703441, 0.0117547307, -0.0106155975, -0.0172617026, -0.00914101489, -0.0261790846, -0.00238309335, -0.00509115402, 0.0117407534, -0.0117826844, 0.0311129969, -0.0122788716, -0.000200920636, -0.00145099638, 0.0200571213, -0.00640150625, -0.00265040528, 0.010985991, 0.0154726356, 0.00801586, -0.00958129298, -0.0128728971, -0.0155005902, 0.00872869138, -0.00792500842, -0.0177369248, -0.0110838301, 0.0131174969, -0.0228665154, 0.00357464, 0.00671948493, -0.00992373191, 0.0380456336, 0.00342263933, 0.0139072016, 0.00421059737, 0.0239008199, -0.0108601972, -0.0274090692, 0.0107274149, -0.017233748, -0.0148576442, 0.0347749926, -0.000766555895, -0.00350824883, -0.0140329953, -0.00424554, -0.00154534169, 0.011328429, -0.00116708677, 0.00934368279, 0.000527635042, -0.0358931608, -0.0196657628, 0.0209237, -0.00634210324, -0.0155844521, -0.00794597436, -0.00390310166, 0.001993482, -0.0203087088, -0.000394415925, 0.0087846, 0.0108601972, 0.0205043871, 0.0223912932, 0.0186035037, 0.00458797906, -0.0431892, 0.000202012598, 0.00169734249, 0.00701300381, 0.0121251233, 0.0135647636, -0.00638054032, 0.0206301808, 0.0139491335, -0.010685483, 0.015808085, 0.0145221939, -0.0237470716, 0.0196378082, -0.0250469409, 0.00600665342, -0.00668454217, -0.0104408842, -0.0154586583, -0.00838625245, 0.0247114897, 0.00614293, -0.014039984, 0.00691167, -0.00220488547, 0.00709686615, -0.0133341411, -0.000817222812, 0.032315027, 0.00519947661, 0.00549649, -0.00838625245, -0.00432590861, -0.00950442, 0.00413372368, 0.00789006613, 0.00809273403, 0.00221536844, -0.00401491858, -0.000660417369, 0.0114891659, -0.00935067143, 0.0163392145, -0.029603472, -0.00784114562, 0.0108182654, -0.0081765959, -0.00830239, 0.0148436669, 0.00854000077, -0.00691516418, -0.015905926, 0.00267661223, 0.00720518874, 0.0112305898, -0.023537416, 0.00150952546, 0.00507018855, 0.0197496247, -0.00529731624, 0.00146584702, -0.00544757, 0.0183379389, 0.0148157123, -0.0126562528, 0.00755461585, -0.0153328646, -0.00203890773, 0.0097350413, 0.0183379389, -0.0116708679, 0.0033911909, -0.00248792162, 0.00355018023, 0.0130056795, 0.00148157123, -0.00244074897, 0.00480462378, 0.021468807, 0.0261651073, 0.0190367922, -0.0153468419, 0.0188271366, 0.0091899354, -0.0141098695, 0.0145501476, -0.00176198652, -0.00871471409, 0.00666707056, 0.0230901483, 0.00303826947, -0.00312562613, 0.0100635029, -0.0337127335, 0.0119224554, 0.00529382192, -0.0131664164, -0.0182261225, 0.00717024598, 0.016087627, -0.0157242231, 0.019162586, 0.0327622928, 0.00591230812, 0.00866579451, -0.0213569887, 0.0112725208, 0.0280659907, 0.000770050159, 0.0168144368, -0.00286180875, 0.0139910644, -0.00631414913, -0.0120622264, -0.00958129298, 0.0341600031, 0.00417914893, -0.00203890773, -0.000466485304, -0.00694311829, -0.0123697221, 0.00510163698, 0.0288487077, 0.0173036344, 0.0214967597, 0.00939959101, -0.0251308028, 0.0200990513, -0.011607971, -0.00228001247, -0.0114332577, 0.00760353543, -0.000803682546, -0.0144243538, 0.00695360079, 0.0129847145, -0.00310815475, 0.025508184, 0.0344115905, 0.0150812771, -0.00637005735, 0.0058948365, -0.0119993296, 0.0254802294, 0.00192709093, 0.0109021282, -0.0350265801, 0.0115380855, 0.00628968934, 0.00755461585, 0.019400198, -0.0209237, 0.00135315675, 0.0126422755, -0.00554890372, -0.00654127682, -0.0014544907, 0.0150952544, -0.0135997059, -0.0035519274, -0.0065133227, 0.0135787399, -0.00167637691, 0.00571662886, 0.017974535, -0.012090181, -0.00286705, 0.00469979551, -0.0266822595, -0.00511212, 0.0144523084, -0.00415818347, -0.00721916556, 0.000140098462, 0.0100006061, -0.0150113916, -0.0268360078, -0.000109141394] |
12 Oct, 2021 | Node.js Stream writable.end() Method
12 Oct, 2021
The writable.end() method is an inbuilt application programming interface of Stream module so that no more data can be written to the Writable anymore. The arguments chunk and encoding are optional which will permit one final new chunk of data to be written instantly before closing the stream. Moreover, the optional callback function is added as a listener for the ‘finish’ event of the Writable stream.
Syntax:
writable.end( chunk, encoding, callback)
Parameters: This method accepts three parameters as mentioned above and described below:
chunk: It is an optional data to write. The value of chunk must be a string, buffer or Uint8Array. For object mode, the chunk value may be anything other than null.
encoding: It holds the encoding value if chunk is a string value.
callback: It is an optional callback function for stream.
Return Value: It returns the data written before calling this method and if the end() method has a chunk of new data then that is also returned at the end.
Below examples illustrate the use of writable.end() method in Node.js:
Example 1:
// Node.js program to demonstrate the
// writable.end() method
// INcluding stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Calling end method with its
// all the parameters
writable.end("last data", "utf8", () => {
console.log("Writable stream ended!");
});
Output:
hi
last data
Writable {
_writableState:
WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: true,
ended: true,
finished: false,
destroyed: false,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: false,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
bufferedRequest: null,
lastBufferedRequest: null,
pendingcb: 2,
prefinished: true,
errorEmitted: false,
emitClose: true,
autoDestroy: false,
bufferedRequestCount: 0,
corkedRequestsFree:
{ next: null,
entry: null,
finish: [Function: bound onCorkedFinish] } },
writable: false,
_write: [Function: write],
domain: null,
_events:
[Object: null prototype] {
finish: { [Function: bound onceWrapper] listener: [Function] } },
_eventsCount: 1,
_maxListeners: undefined }
Writable stream ended!
Example 2:
// Node.js program to demonstrate the
// writable.end() method
// INcluding stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Calling end method with its
// all the parameters
writable.end("last data", "utf8", () => {
console.log("Writable stream ended!");
});
writable.write('GfG');
Output:
hi
last data
Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at writeAfterEnd (_stream_writable.js:248:12)
at Writable.write (_stream_writable.js:296:5)
at /home/runner/LuxuriousLegitimateObservation/index.js:30:10
at Script.runInContext (vm.js:133:20)
at Object. (/run_dir/interp.js:156:20)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)Writab
le stream ended!
Here an error is displayed as write() method is called after end() method which is not possible.
Reference: https://nodejs.org/api/stream.html#stream_writable_end_chunk_encoding_callback
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.cork() Method/Node.js Stream writable.end() Method | https://www.geeksforgeeks.org/node-js-stream-writable-end-method?ref=asr3 | CSS | Node.js Stream writable.end() Method | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, Node.js Stream writable.cork() Method, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, Node.js Stream writable.end() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0407653563, -0.00703687686, -0.00638135709, 0.0410261154, 0.000427581719, -0.0361875817, -0.0135884518, 0.0296686031, -0.0378390588, 0.0106693972, 0.0323051661, 0.0467048697, -0.0152978729, -0.0134870457, 0.0134870457, -0.0233234614, -0.0183110908, 0.00681957742, 0.00148850051, -0.000539626693, -3.52262578e-05, 0.0205275435, -0.0116834613, -0.0165147502, 0.000230201491, 0.011806597, -0.0105317747, 0.0242506061, -0.0284082666, -0.0337248556, -0.00453069108, 0.0217299331, 0.0357240103, -0.00323413848, 0.00343514024, 0.0112995654, 0.0183835234, 0.0336379372, 0.00213677669, -0.0269596037, 0.00174473261, 0.0041757687, -0.0252936427, 0.0431701355, -0.0408812501, 0.0361006632, -0.0383026302, -0.0632196218, -0.00684130751, -0.0177316256, 0.0108359931, -0.00993782282, 0.017441893, -0.016688589, 0.0319285169, 0.01942656, 0.0368829407, 0.0034188428, -0.0138492109, -0.0222514514, 0.0254819691, -0.0555417091, 0.0423299111, -0.00609524641, -0.017441893, 0.00643568207, 0.00137260742, 0.0404466502, -0.0134653151, 0.00313997548, 0.00300235255, 0.0194700211, 0.0147835985, 0.0134798018, -0.0231930818, -0.00552302459, 0.0299873091, 0.0733023062, -0.0111184828, -0.0229178369, -0.0280895606, -0.00756926043, -0.0137550477, 0.00376652181, 0.00532383379, -0.019585913, -0.0260034874, -0.0142838098, 0.0409391932, 0.0108287502, 0.0559763089, 0.0237870347, -0.0193396416, -0.0382157117, -0.0160656646, 0.0218023658, -0.00319973263, -0.0169203747, -0.0363324508, 0.0191947743, 0.0312621295, 0.0397223197, 0.0138202375, -0.0200494863, -0.0163264237, -0.0108794533, 0.0538902357, -0.0095466841, 0.0262063, 0.0203537047, 0.0409681685, 0.0030421908, -0.0176881664, 0.00762720685, 0.00179724663, -0.0150660872, -0.000893190794, -0.0187601764, 0.0269451179, 0.0396353975, -0.00292448699, -0.0113212951, 0.0101261493, 0.0463282168, -0.0275680423, 0.0282923728, -0.0269451179, -0.00227077818, -0.0193251539, 0.0136898579, -0.0409971401, -0.0557734966, -0.0177895725, -2.00464292e-05, -0.00842397101, 0.0129655274, -0.00356733077, 0.0100464728, -0.00768515328, -0.0366801284, -0.00247540162, -0.0238015205, 0.0166451298, 0.00537453685, 0.0126033612, 0.0161815565, -0.0154282525, 0.00757650333, -0.0251198038, 0.0178040583, -0.0157179851, 0.0383605771, 0.0191513151, 0.0230337288, -0.0280316137, -0.0573380515, 0.00962636061, 0.0219617188, -0.0244534183, -0.0240767673, -0.0116255144, -0.0424747765, 0.0256702956, 0.0213098209, -0.0327977128, 0.0334640965, 0.0445029028, 0.0064284387, 0.020281272, 0.0305667724, -0.0174998399, -0.00861229748, -0.0194410477, -0.00703687686, -0.0264815465, -0.0161670707, 0.00849640369, 0.0265829526, 0.0111981593, 0.032247223, 0.00579827046, -0.000890021853, 0.000299692, -0.00120963296, 0.0419822335, -0.0131538529, 0.0155876055, -0.0205999762, 0.000452933309, -0.0354632512, -0.0141824037, -0.012291899, 0.0294223297, 0.0135015324, 0.0216140412, 0.0391718261, -0.0109518869, -0.00175921922, 0.000976036186, 0.04357576, -0.00597935356, -0.00769964, 0.0218748, -0.0194989946, 0.00197380222, -0.0201798659, 0.00312729971, -0.039548479, 0.0511088036, -0.0188036356, 0.00812699553, -0.00184070645, 0.00895997602, 0.0231930818, 0.0234103817, -0.00205528946, -0.0250039101, 0.00286472961, -0.0342753492, -0.0115168644, -0.00784450583, -0.0257282406, 0.00821391493, 0.00875716284, -0.0509349629, -0.05258644, -0.0112850787, -0.0238449797, 0.0166451298, 0.0176447053, 0.00826461799, 0.066754356, -0.00853986386, -0.0463571921, -0.026133867, -0.00951771066, -0.0144721353, -0.0383316, -0.000218204746, 0.0240043327, 0.00971328, -0.006359627, -0.0305378, -0.00188688259, -0.0471684411, 0.0287849195, -0.0175288133, 0.0265829526, -0.00559183629, -0.0272783097, -0.0348548144, 0.00396933453, 0.00105118554, 0.00294983853, -0.055223003, 0.0369988345, 0.0061278413, 0.0119080041, -0.00459225941, -0.0129220672, 0.0126902815, 0.025597861, -0.00716363499, -0.00535280677, 0.0109374, 0.0137043446, -0.00455966452, -0.0123643326, 0.00259310543, -0.00738093397, 0.0374334306, -0.0173694603, 0.0150226271, -0.0194555335, -0.0517751873, 0.01314661, -0.0266698711, -0.0209331699, 0.0142258629, 0.0164568033, -0.00570772914, 0.00648638513, 0.0127554713, 0.03659321, -0.0391138792, -0.0155296596, 0.0322761945, -0.0102565289, -0.0254095364, 0.0106331808, 0.00868473, 0.00233777869, 0.0471394695, 0.0260179732, 0.0326528475, -0.00363795296, -0.0428514294, 0.0316387825, 0.0100464728, -0.00540351029, 0.0100826891, -0.0363034755, 0.00744612375, -0.0221935064, -0.0248155836, -0.0269306302, 0.0264380854, 0.00177551666, 0.053078983, -0.00661314325, 0.00994506665, -0.0133204497, 0.00902516581, -0.0147908414, -0.000165351215, 0.0204985701, 0.0609597079, 0.0344781615, -0.022381831, 0.00587070361, -0.00359087158, 0.0140665099, -0.0416055806, 0.026133867, 0.029031191, -0.0268147383, 0.0175867602, 0.0183400642, -0.0456328616, -0.0509639382, -0.00810526498, 0.00571859442, 0.00483491039, 0.00430977, 0.0054904297, 0.000168067461, -0.0814727619, -0.0564978272, 0.00919176172, 0.0455169678, -0.0249894243, -0.027640475, -0.0122629255, -0.0283068605, 0.0478927754, 0.00181716564, -0.0325369537, 0.00961187389, 0.0240043327, 0.0151385209, 0.00130832312, 0.038534414, 0.00165690749, 0.0140158068, 0.00534918532, -0.0276549626, -0.00117160555, -0.0148487883, -0.0175577868, 0.036390394, 0.0144286761, 0.0275825299, 0.0192961805, -0.00149121671, -0.0072179595, -0.0358109288, -0.000616134144, -0.0144793792, 0.0259310547, 0.00238304934, -0.0150660872, -0.0127047682, -0.0138709405, -0.0130741764, -0.0147980852, -0.0292919502, 0.0218313392, 0.0156310648, 0.0159932319, 0.0121180592, 0.00659141317, 0.0629878342, -0.00413593091, -0.0040997141, -0.011270592, -0.00859056693, -0.0237435736, 0.03456508, 0.0156890117, -0.0347389206, -0.0328846313, 0.0304508805, -0.00379549502, -0.00363614224, 0.0364193693, 0.0191513151, -0.0240767673, -0.00429890538, 0.0147184087, -0.0317546763, -0.0254095364, -0.0325079821, 0.0299583357, -0.0163409095, 0.00522604911, -0.000742892094, -0.0119876796, -0.0357819572, 0.0404466502, 0.0173404869, 0.0220631268, 0.00927868206, -0.00806904864, 0.0140665099, 0.00402728096, 0.0393746383, 0.0342463739, -0.00901792198, -0.0443870127, -0.00421560695, -0.0137622915, -0.0109011829, -0.0396933444, 0.0231930818, -0.00598297501, 0.0293933563, -0.0168624278, -0.0315808356, -0.0491096489, 0.0234973021, -0.0353763327, -0.00911932904, 0.0226425901, -0.00715276971, -0.00294802757, -0.0658272132, -0.0245548245, 0.0175143257, -0.00352930347, 0.0083515374, -0.0141968904, -0.0138854273, 0.0160801504, -0.00880786683, 0.0100174993, 0.0422429927, -0.0699993595, -0.012291899, -0.00960463099, -0.0240188204, -0.0193106681, -0.00273072836, -0.0171087012, 0.00376290013, 0.0212953351, -0.024844557, 0.0226715636, -0.0191513151, 0.00748234056, 0.026887171, 0.00127663359, -0.0169493482, -0.0317836478, 0.055425819, 0.00575118931, -0.0470235758, 0.0123788193, 0.0128568774, -0.00662038662, -0.00496891141, -0.00179996283, 0.0214836616, 0.0126250917, 0.04357576, 0.00244280673, 0.0218168534, -0.00577654084, -0.012610605, 0.0281040482, -0.014595272, 0.00435323, -0.0293354113, 0.017919952, 0.0117848674, -0.00396933453, 0.0219617188, 0.00772861298, -0.0065044933, -0.0030295148, -0.0372595936, 0.0096843075, 0.0117124338, -0.0266553853, 0.00224542641, -0.00391500955, 0.00278324238, 0.0176157337, -0.0184414703, 0.00765618, 0.00290094619, 0.0121760061, 0.0257572141, 0.0187022295, 0.0110315634, -0.0174563807, 0.00275426917, -0.0348258391, 0.0207738169, -0.0264380854, -0.0192382354, -0.0578885414, 0.0463282168, -0.0215416066, 0.0254240222, -0.0111474562, -0.00822840165, -0.00810526498, 0.028698, 0.000636505953, 0.0276259892, 0.0155586321, -0.0101913391, 0.0200205129, 0.00110641576, 0.000411057903, 0.00852537714, -0.000518802146, -0.00421922887, -0.0161815565, -0.00387879321, 0.0174853541, 0.00684492895, 0.00530572562, 0.0227150247, -0.0021168578, 0.00282670208, -0.0196148865, -0.0207883026, -0.00277056661, 0.011111239, -0.00977847, 0.0245548245, -0.0426196419, 0.00445463648, -0.0180793051, 0.0313200764, 0.00785175, -0.00546145672, -0.0164278299, 0.00961911771, -0.000567694544, 0.0126975244, 0.0128641203, 0.00105390174, -0.00411420083, 0.000799933157, -0.0257572141, -0.0191513151, -0.0194410477, 0.00559907965, 0.0135015324, 0.00803283229, 0.0369408876, -0.0204985701, 0.00063378975, -0.0244968776, 0.00208607363, -0.000232917722, -0.0394615605, 0.000173613109, 0.0172970276, -0.00914830249, 0.0056027011, -0.0212518759, 0.0314939171, 0.0385923609, 0.0717377514, -0.00692098401, 0.013523262, 0.0216719862, 0.0270030648, 0.00460674614, 0.0172101073, 0.00124856574, -0.0070984452, 0.00935111474, -0.023294488, -0.00479869358, -0.023019243, -0.00703325495, 0.00666022487, 0.00355646573, -0.0093148984, -0.0157614443, -0.0191078559, -0.000514727784, -0.0118862735, 0.00799661595, -0.00775034307, 0.0186153091, -0.0166306421, 0.00677973917, -0.00978571363, 0.0028357564, -0.022265939, -0.0120456265, 0.0137840211, -0.00182893605, -0.00562805263, -0.00429166202, 0.00827910472, 0.029625142, 0.0606699735, 0.0224108044, 0.00417939061, -0.0137043446, 0.00582000054, 0.0123933051, -0.0153703066, 0.01728254, -0.00208788435, 0.00748958392, 0.00287740538, -0.00479507213, 0.0192382354, -0.00987263303, -0.0122846561, -0.0321603, 0.00718898652, -0.0309434254, 0.000965171203, -0.0125454152, -0.0194120742, -0.00439669, 0.0206289496, 0.012987257, 0.0216140412, -0.0141896466, -0.0139216445, -0.0254964549, -0.000489376194, 0.0122629255, -0.00437133852, 0.0608438142, -0.0108866971, 0.0336669087, -0.00868473, 0.0431121886, 0.0066855764, -0.0207448434, -0.0148922475, -0.00919176172, 0.0145373251, 0.0325369537, -0.0227729697, -0.0254240222, 0.0378100835, 0.0149646811, -0.0289877318, -0.00953944121, 0.0139578609, -0.0206579231, 0.0150516005, 0.0265684649, 0.00416490389, -0.0357819572, 0.0115241082, 0.01325526, 0.0375783, 0.0191513151, -0.0365062878, -0.0513695627, 0.0212084148, 0.0137695344, -0.00304581225, -0.0104013951, -0.0323051661, 0.0239898469, -0.00375927845, 0.0196148865, 0.0113937287, -0.0184704438, -0.00846018735, 0.0182821173, -0.0207883026, 0.00438220333, -0.0276115015, -0.0189629886, -0.0126033612, -0.0148922475, -9.52948103e-05, 0.0225991309, 0.0389400423, 0.0398382097, 0.00805456191, 0.0199915394, -0.00589605514, -0.0193251539, 0.00882235263, 0.027046524, -0.0197887253, 0.0164568033, -0.0476899594, 0.0231641084, -0.00565340417, 0.0125526581, -0.00758374669, 0.0292774644, 0.00706947176, 0.00679060444, 0.00112542952, 0.0109301563, -0.00597211, 0.0292919502, -0.0135160191, 0.00606989488, -0.000319611107, -0.00801110175, -0.0137260752, -0.0180937909, 0.00541799655, -0.0369698592, 0.013523262, -0.0120673561, -0.0170942135, -0.0523256809, -0.0325949, -0.010676641, -0.00262207864, 0.00221283152, 0.0240043327, -0.0269885771, -0.0005070318, -0.0031363538, -0.0349707082, 0.00622200454, -0.0173260011, -0.000772318046, -0.0151530067, -0.000684945611, -0.0196438599, 0.00825013127, 0.0108577237, -0.029190544, 0.00385344145, -0.0162684768, 0.0014061078, 0.034188427, -0.0409391932, -0.00263113272, -0.00840224139, -0.0310303457, 0.020339217, -0.0241636857, 0.00718536461, 0.0179489255, -0.00935111474, -0.00757650333, 0.009177275, 0.0303639602, 0.0182096846, 0.00553026795, -0.0095829, -0.00630530249, 0.00701514678, -0.0225701574, -0.023019243, -0.0409971401, -0.00244642841, -0.016688589, 0.00620027445, -0.01078529, 0.0220051799, -0.0032685441, 0.0241057388, -0.0197742395, 0.0115748113, -0.00658417, 0.00188145007, -0.0200494863, -0.0294223297, 0.0471684411, 0.0244099591, -0.0279446952, -0.00582000054, -0.0022544805, 0.0334351249, 0.00177008414, 0.016369883, 0.0102927452, 0.00320516527, 0.00179815199, 0.058439035, -0.0213387944, 0.0217733942, -0.0104883146, -0.0183255766, 0.0197597537, -0.0315808356, -0.0433729477, 0.0198901333, -0.044213172, 0.00493269507, 0.0151530067, -0.019803213, -0.0164133441, -0.0345940553, -0.0483563468, -0.0198611598, 0.00149936543, 0.00153558201, -0.0194989946, -0.0114227021, 0.0223528575, -0.015935285, 0.0093221413, 0.0025731863, 0.033695884, -0.023395896, 0.0155731188, 0.0200060252, -0.00516810268, 0.0112488624, -0.00722882478, -0.055107113, 0.0224542655, 0.0026854577, -0.0126395784, -0.0020281272, 0.0264091119, -0.0139288874, -0.00612059794, -0.0845439285, 0.0492834896, -0.0402148627, 0.0087209465, 0.0119080041, 0.0260759201, -0.0134798018, 0.0255833752, -0.0137550477, 0.00772136962, 0.0250328835, -0.0161525831, -0.0303929336, 0.0162539911, 0.00404901104, 0.002535159, 0.00532745523, -0.0205565169, -0.00757650333, -0.0190354213, -0.00658054836, 0.023395896, -0.034072537, -0.00387879321, 0.00961911771, -0.0110677797, 0.016529236, -0.00037959477, -0.0191947743, -0.00423009368, -0.0276984219, -0.0334640965, 0.0181807112, 0.019962566, -0.0173404869, -0.0365642346, -0.0110822665, 0.00483128848, 0.0062038959, -0.0108432369, -0.0156455524, 0.012451252, 0.00952495448, -0.00459588086, -0.037027806, -0.0151819801, -0.00106476678, -0.0116400011, 0.00395484781, 0.000118269694, -0.0137695344, -0.0140013201, -0.0175143257, -0.00564978272, -0.0253660753, -0.0109808594, -0.00335184229, -0.0031798135, 0.0141606731, -0.00242107688, 0.0235407613, 0.00378463021, 0.00685217232, 0.0429962948, 0.0112561053, -0.0179634113, 0.000692188914, 0.0119297337, 0.0116834613, -0.0051463726, 0.00542524, -0.00521156238, 0.0254674815, -0.0445608497, 0.0240912531, -0.00692822738, 0.00737369061, -0.0354053043, -0.0160222035, -0.0456328616, -0.0401569158, -0.0217589065, 0.0158773381, 0.00177370582, -0.0130162304, 0.0260469466, 0.0314939171, -0.0156310648, -0.0354922265, 0.0112271328, -0.0180503316, -0.00208245195, 0.00738093397, -0.0155151729, -0.0315228887, -0.0230771899, -0.0235987082, 0.0134363426, 0.0107997768, 0.0111039961, -0.0307695866, -0.00261302455, 0.00507756136, -0.00849640369, -0.0115748113, 0.0158338789, -0.0199046191, -0.00252791564, 0.0141968904, 0.017601246, 0.01089394, -0.00140158075, -0.0128568774, -0.0494573303, -0.0266698711, 0.00394760445, -0.00246272585, 0.0412579, -0.0110822665, -0.00236856285, 0.00592140714, 0.00727952784, -0.0105535043, -0.0603802428, -0.023019243, -0.0084891608, -0.0227874573, -0.0017211918, 0.0394905321, -0.00521880575, -0.00921349227, -0.00329751731, 0.0204985701, 0.00212953356, -0.000939819613, -0.0206289496, 0.00722158141, -0.0161525831, 0.00911932904, -0.010517288, 0.0129220672, 0.00621113926, 0.00335727469, 0.0107635604, -0.0370857529, -0.0321603, 0.0208027903, -0.0407943279, 0.00823564455, -0.0285096727, 0.00528037408, -0.0135160191, 0.00134182337, -0.0160656646, 0.03873723, -0.028871838, -0.00617130101, 0.0119804367, -0.0205710046, -0.0179634113, -0.0226136167, 0.025438508, -0.0244534183, 0.00553751132, 0.0420981236, 0.00746785384, -0.00816321187, 0.00152018992, -0.0144431628, -0.00453793444, -0.00372306188, 0.0361586101, 0.0346230268, -0.00734471763, -0.00327578746, 0.0185428765, 0.00138347247, 0.00423009368, -0.00683768559, -0.000837960572, -0.0107635604, -0.046415139, 0.00139433739, 0.00671092793, -0.00548680825, -0.03187057, -0.00415041717, 0.013523262, 0.00186334178, -0.0293933563, 0.0283068605, -0.0603802428, 0.0115748113, 0.0299293622, 0.00671454938, 0.00030308729, -0.0117269205, -0.0112778358, -0.014435919, -0.0170652419, -0.00215850677, 0.0280461013, 0.00802558847, -0.000985090272, 0.0173694603, -0.0273507424, -0.00160167716, -0.0178764928, -0.00427355338, -0.0153123597, -0.00143417565, -0.001603488, -0.0210925229, -0.00777931605, 0.0171376746, 0.00702601206, -0.00878613628, 0.0133494223, -0.0066493596, 0.000485754543, 0.00830083434, 0.0045017181, -0.0026112136, 0.00376652181, -0.00376290013, -0.0594531, 0.0251487773, 0.0146894353, -0.0129800141, -0.0134001253, 0.0161380973, 0.00184432813, -0.00869197305, 0.0105969645, -0.00122230873, 0.00843845773, 0.0111474562, 0.0106114512, 0.0139723476, -0.0083515374, 0.000392949645, -0.0215850677, 0.00643568207, 0.0007605477, 0.0158193912, -0.00844570063, 0.0190788824, -0.0321023539, 0.0245403387, 0.00122864661, 0.0187022295, -0.0129075805, -0.00558821438, -0.00447274465, -0.00467917882, -0.00982193, -0.0152254403, 0.0144214323, -0.00175469217, 0.00489647826, -0.00783726294, 0.0242506061, -0.0256847814, 0.0138057508, -0.00681595597, 0.0761416852, -0.0328846313, 0.0205854904, -0.0343043208, 0.00684855087, -0.0263077058, -0.0167899951, 0.0504134446, 0.0293209236, -0.00948873721, 0.0114734052, -0.000939819613, 0.000402682839, 0.0171087012, -0.0238449797, 0.0104158819, -0.0115965409, -0.0213243086, 0.00479869358, -0.0153268464, 0.00604454335, -0.00830807816, -0.0141534302, 0.000343378226, 0.0151819801, 0.0237870347, 0.000196927518, -0.0306536928, -0.0310303457, -0.018195197, 0.014863275, -0.0110677797, 0.00900343619, 0.0162829645, 0.0311172642, 0.0451403148, 0.00809077825, 0.014167917, -0.00719260797, 0.0369698592, 0.0263077058, -0.0314359702, 0.0134435855, 0.0133421794, -0.00083298079, -0.0119369766, -0.0188036356, -0.0346230268, -0.0451113433, 0.0075185569, -0.0176591929, -0.00798937213, -0.00606265152, -0.0324500352, -0.0233669225, 0.000571768906, -0.00935111474, -0.0171087012, 0.0210635494, -0.0149936546, -0.00675076619, 0.00773585634, 0.0212808475, 0.0181517377, -0.000123928534, -0.0154427392, -0.0119587071, 0.0285386462, -0.0138347242, -0.0167320482, 0.0160077177, -0.00690649729, 0.0129148243, 0.0121687632, 0.00078137219, -0.0116544878, 0.00571135106, 0.00861229748, -0.000734743371, 0.00853986386, 0.00750407, 0.0236276817, -0.0327977128, -0.00332649075, 0.0366511531, -0.0155441454, -0.0163409095, 0.0281619933, 0.011589298, -0.011161943, 0.00128206611, -0.026611926, 0.0015591227, -0.00745336711, 0.00634514075, 0.0156745259, 0.0231351368, 0.00307840738, 0.0094597647, 0.00639584381, 0.00311100227, 0.00929316785, 0.0216430146, -0.00284118881, -0.0327687413, -0.0121542765, 0.00339349126, 0.0038932797, -0.0171376746, 0.0233814083, 0.0102565289, 0.0135667222, -0.00252610468, -0.00713828299, 0.0162684768, -0.0169928074, 0.0368829407, -0.0124802254, -0.0350576267, -0.0260034874, -0.0420401767, 0.0138057508, -0.00345324865, -0.0122267092, -0.0145155955, 0.0275535565, 0.0217009597, 0.00558097148, 0.000565430964, -0.00286835129, 0.00168225903, -0.00489647826, -0.0240767673, 0.000586255512, 0.0040997141, 0.00496166805, -0.00556648476, 0.00762720685, 0.018137252, 0.00473712571, -0.000181195952, -0.00137260742, -0.00930765457, -0.0145228393, 0.04571978, 0.00344962697, -0.0100537157, 0.00626908569, 0.0066493596, 0.00157723099, -0.0250473693, -0.0358688757, 0.0273507424, 0.0104665849, 0.00437858142, -0.0135884518, 0.0193831, 0.0155586321, -0.00269813347, -0.0136246681, -0.021947233, 0.0209766291, -0.0250328835, -0.0146677056, -0.0148777608, -0.00686665904, 0.00467917882, 0.0113937287, -0.0169638339, 0.00889478624, -0.0160801504, -0.00780104613, -8.58445565e-05, 0.0056715128, 0.0236711409, 0.0012114438, 0.00490734354, 0.00083298079, 0.0131900692, 0.00934387185, -0.00447274465, 0.0034369512, -0.0135739651, -0.0039874427, -0.0137188314, -0.00350214099, 0.00136355334, 0.0117051909, 0.0285676196, -0.00364700728, -0.00199372135, 0.0104883146, -0.0180213582, -0.0296396296, 0.0341304839, -0.0191947743, 0.0240188204, 0.0111764288, 0.003943983, -0.030856505, -0.0233379491, 0.0326528475, 0.00495080324, -0.0140882405, 0.0100609595, -0.01303796, 0.00060662732, -0.014921221, 0.0209186822, 0.0061169765, -0.010140636, 0.00228345394, 0.0044763661, -0.00505583128, -0.00290094619, 0.0010584289, 0.00599384, -0.00820667204, -0.00582000054, -0.0242216326, -0.0118935173, -0.000521065725, -0.00775034307, 0.00230880547, -0.0222949125, 0.00643568207, 0.0066167647, 0.00340254535, 0.00337357214, 0.0274956096, -0.0382446833, 0.018296605, 0.0321892761, -0.00095973874, 0.00844570063, 0.00180448988, -0.00106567214, -0.0148777608, 0.00338986958, -0.00226172386, -0.00763445, 0.0164712891, 0.00646465505, -0.0368249938, -0.00718898652, -0.00017746113, 0.00985090341, 0.00726504112, 0.010517288, -0.010676641, 0.0223528575, -0.0138781844, 0.0106186941, -0.0484722368, -0.0079748854, -0.00189050427, -0.00865575671, -0.024525851, -0.00528399553, -0.0331164189, 0.0120528694, -0.0041757687, -0.0248590447, 0.00109192915, -0.037404459, 0.0104448544, -0.0213243086, 0.0104376115, -0.0244389325, -0.00614232803, 0.025380563, 0.0411420092, 0.0192382354, 0.0129003376, -0.0127047682, 0.000147356113, 0.0235987082, 0.0119731938, 0.00217661494, -0.0125164418, -0.0141317, 0.0332612842, -0.00671092793, 0.00584535208, -0.00809077825, -0.00572583731, -0.0162684768, 0.00964809, 0.00624011271, -0.00693547027, 0.00520794094, 0.00121959252, 0.0516013503, -0.00909759849, -0.0153268464, 0.0253081284, 0.00143236481, -0.0281619933, 0.0130886631, -0.00875716284, 0.0100102564, 0.0306536928, -0.0173694603, -0.0226281043, -0.00872819, 0.00588519033, 0.016688589, -0.0225556716, 0.0079748854, -0.0280895606, -0.00875716284, -0.0127844447, 0.00548680825, -0.0310882907, -0.0149646811, -0.0032920849, 0.00229975139, -0.0222514514, 0.0156455524, 0.0101913391, 0.0145735424, -0.0412289277, -0.0294802766, -0.00712017482, 0.00390414475, -0.0395195074, 0.0186008234, -0.00829359144, -0.000433693262, 0.0116327582, 0.0367960222, -0.0465600044, -0.00457052933, 0.00697893044, -0.0180213582, 0.0277563687, 0.0265974384, -0.00835878123, 0.0206289496, 0.0114154583, -0.0157904178, 0.0239608735, -0.00877165, 0.00741352886, 0.0250328835, -0.000730216329, 0.0115748113, 0.00802558847, -0.0229178369, 0.0236856285, -0.0141461864, 0.0145590557, 0.0123933051, 0.0184414703, -0.0180648174, 0.0193396416, 0.00922073517, 0.0184994172, 0.0197452661, 0.0316098109, -0.0216430146, -0.00541075366, -0.00138528331, -0.00783001911, -0.0103217186, 0.00659865653, -0.0103072319, -0.00605540816, 0.0495732203, 0.0144141894, -0.00384257664, -0.00193577493, -0.014863275, 0.0154427392, -0.00129383651, -0.0168624278, 0.00422285032, -0.0197887253, -0.0146025149, 0.00689201057, -0.0180068724, -0.0254819691, 0.0113068083, -0.0109808594, -0.0170217808, -0.0107273441, -0.0140302936, 0.0212373883, 0.017919952, 0.00868473, -0.0173694603, 0.00525502209, -0.0205275435, 0.0213967413, 0.0037991167, 0.029784495, -0.0159642585, 0.0273072831, -0.0294078439, 0.00015222271, 0.0264960323, -0.0160511769, 0.000942535873, 0.0165002625, 0.0203102455, 0.0130307171, 0.0089527322, 0.0143852159, 0.0319574885, -0.057743676, 0.00545783481, 0.0135667222, -0.0431121886, -0.0177026521, 0.00481318031, 0.0214402, -0.00433150027, 0.026887171, -0.0120166531, 0.0128206611, 0.00579464901, -0.0135377487, -0.00659865653, -0.00417214725, 0.0129075805, -0.0375203528, 0.00759099, 0.0134725589, 0.0187312029, 0.0220051799, -0.00290275691, -0.00127663359, -0.0291036237, -0.0244823918, 0.00534918532, 0.020339217, -0.012451252, 0.0044691232, -0.0149791678, 0.0368829407, -0.0148198148, 0.0111474562, 0.0143417558, 0.00892376, -0.00326673337, -0.0147184087, 0.0167465359, 0.00381722511, -0.0146532189, -0.0113502685, -0.0140013201, 0.00137170206, 0.00764893647, 0.0214981474, -0.0107708033, -0.00406349776, 0.00888029952, -0.0225266982, 0.017224595, 0.0149791678, -0.00465020584, -0.0350286514, -0.00757650333, 0.0103796646, 0.00577654084, -0.0131610967, -0.000718898664, -0.0105028013, -0.00643930351, -0.00517896749, -0.0110025899, -0.0071056881, 0.0101044187, 0.0199770518, 0.00846743118, 0.0148487883, 0.0141896466, 0.000714824302, 7.1923816e-05, 0.0011643623, 0.00139162119, 0.000646012835, 0.00570410769, -0.0119731938, -0.00726866256, 0.0282489136, 0.000249667879, 0.00542524, 0.00930041168, 0.00234502205, -0.0023287246, 0.0107563175, 0.00030467179, 0.0100682024, 0.00400192942, -0.00725055439, -0.00211142516, -0.00475161197, -0.0026673493, -0.0110243196, -0.0215705801, -0.00331019331, 0.0176447053, 0.0138564548, 0.0221500453, 0.00838051084, -0.00391863147, 0.0134001253, 0.000524234667, 0.0151530067, -0.00773585634, -0.0159787443, -0.00151023036, 0.0127047682, 0.011161943, 0.00547956489, 0.00303313648, -0.0194845069, 0.0190643948, 0.000650992617, 0.020875223, -0.0180793051, 0.0202088375, -0.0265829526, -0.0124802254, -0.00903240871, -0.00676525244, 0.0166596156, 0.00927143823, -0.0115241082, -0.00198285654, 0.0108359931, -0.00831532106, 0.00389690138, 0.0221935064, -0.00557372812, 0.0193396416, -0.00553026795, -0.00342246448, 0.0332902595, 0.00393311819, 0.0382736549, 0.00129021483, 0.0105969645, -0.00256594294, -0.0022725889, -0.000982374069, -0.0179344378, -0.00831532106, -0.00151837908, -0.00669281976, -0.00943079125, 0.000661857543, 0.0154137658, 0.00988712, 0.00169765111, -0.00188145007, 0.00756926043, 0.0131103937, 0.0109518869, 0.0128930937, -0.0109374, 0.0133856395, 0.0207448434, 0.00808353536, 0.0178330317, 0.000769601844, -0.0141896466, 0.00841672719, -0.017760599, 0.00300054159, -0.0212953351, 0.0145735424, 0.00143779733, 0.0254819691, 0.0103941513, -0.00103488809, -0.00186334178, -0.00806904864, 0.00426268857, -0.00078227761, 0.00196836982, -0.0134508293, -0.0241492, -0.00905413926, -0.00938733108, 0.00765618, 0.0112923225, -0.0136898579, 0.0023848603, 0.00520794094, -0.00138981035, -0.00341703207, 0.0084891608, 0.0234393552, -0.0173549745, -0.00982917286, 0.00451982627, 0.00270537683, -0.0284227524, 0.00144594605, 0.000175084409, 0.00597211, -0.00203174888, 0.00826461799, -0.0134580722, -0.0113864848, -0.00521880575, 0.00204623537, -0.00350214099, -0.000923522166, -0.00670006266, 0.00523691392, -0.0267133322, 0.0140882405, 0.0019158558, 0.0397223197, -0.0209476557, -0.0179923847, -0.000656877761, -1.13671886e-05, -0.00373030524, -0.0131683396, 0.00222912896, 0.000515180524, 0.00522604911, 0.0163409095, -0.00926419534, -0.0124367652, -0.0121108163, -0.0157179851, 0.00870646, 0.00321784103, -0.0140302936, -0.00330113899, 0.00589605514, -0.0222224779, 0.00613146275, -0.0171376746, -0.0122701693, 0.00188688259, 0.0124295224, -0.03187057, -0.0081197517, 0.00529123889, 0.00415403908, -0.00288645946, 0.0164278299, 0.00558097148, -0.00690649729, -0.0278288014, 0.0314649455, -0.000640127633, -0.00830807816, -0.033695884, -0.0220196657, 0.000208924263, 0.014349, -0.0165582094, 0.000420112046, 0.0134942885, 0.00367235881, 0.00152833865, 0.00668195449, 0.00055592414, -0.00667471113, 0.00897446275, 0.021469174, -0.00356189837, 0.00209150603, 0.01942656, 0.00469004409, 0.00827186182, 0.0171376746, 0.000135925264, 0.0115313511, 0.0148053281, -0.00140701316, -0.0102275554, 7.66206504e-05, 0.00212591188, 0.00135721546, 0.00199915399, -0.00229975139, 0.0251342896, -0.0392008, -0.0114444317, 0.016369883, -0.0202233251, -0.00762720685, -0.00517534604, 0.00100410404, 0.0170507543, 0.00419387734, 0.000306482601, 0.00196112646, 0.00914105866, 0.0174998399, -0.000775487, 0.0118283276, 0.0241347123, -0.00169040775, -0.00711655337, -0.0028918921, -0.00529123889, 0.0189774744, 0.0247866102, 0.00712741818, 0.00654433155, -0.00363976392, -0.00694995699, 0.00409609266, -0.0124874683, 0.00870646, -0.00792418234, 0.00853986386, -0.0134653151, 0.00809077825, 0.00887305662, -0.00778655941, 0.0043568518, 0.0178330317, 0.0125526581, 0.00158900139, -0.0144069456, 0.00827186182, 0.00957565755, -0.0188181233, -0.000621113926, -0.00163608289, 0.00568599906, 0.0516882688, 0.028277887, -0.00622562598, -7.99310692e-06, 0.0163264237, -0.00938008819, -0.0192382354, 0.0100319861, 0.0155296596, 0.0153413331, -0.01942656, -0.00392949628, -0.00173748925, -0.012501955, -0.0176157337, 0.0133566661, -0.0153268464, -0.016688589, 0.00289370283, 0.00394036109, -0.00795315579, 0.0159932319, -0.0235407613, 0.00984366, -0.0035311142, -0.0126250917, 0.0141968904, -0.00705860695, -0.00447998801, 0.0145590557, 0.0119804367, -0.00173115137, 0.00500874966, 0.00866300054, 0.00251161819, 0.0244968776, 0.0150516005, -0.0013173772, -0.00773585634, -0.0106331808, 0.0167175625, 0.000338851154, 0.00810526498, 0.0087209465, 0.0311462376, -0.00807629153, -0.00794591196, 0.00761996349, 0.00168859691, 0.00769964, -0.0045451778, 0.00915554538, 0.0151385209, -0.00350938435, -0.0117848674, -0.00795315579, -0.0124005489, 0.0238160081, -0.000407888961, -0.0147763547, -0.0105100442, 0.00464658393, 0.0124729816, 0.0217733942, 0.00718536461, 0.00637049228, -0.00360354735, -0.00111909152, 0.0113864848, -0.000394307746, -0.0208027903, -0.0271044709, -0.0248880181, -0.000717540504, 0.0114589185, 0.0254964549, -0.0109446431, -0.0234393552, -0.00537815876, -0.0168044828, -0.00176374626, -0.00496166805, 0.00506307464, -0.0135087753, -0.000561809342, 0.0107563175, 0.00268726842, -0.00768515328, 0.0103144748, -0.00798212923, -0.0131683396, 0.0107490737, 0.0166596156, 0.0114878919, -0.0282489136, 0.0073628258, -0.0110750226, -0.0230771899, -0.0127916876, 0.0271044709, -0.0139868343, -0.0070622284, 0.021947233, -0.0207593292, 0.00116798398, 0.012610605, -0.0159787443, 0.0158773381, 0.00614957139, 0.0133421794, 0.00522967055, -0.0116689745, -0.00301140663, 0.0197742395, 0.0100174993, -0.0114878919, -0.0026238896, -0.019803213, -0.00919176172, 0.0062727076, 0.0220196657, -0.000752851658, -0.0109518869, -0.000189231505, 0.00363614224, -0.022265939, 9.94257643e-05, -0.00644292543, -0.00679060444, 0.0114154583, 0.0123281153, -0.00820667204, 0.0202522986, -0.0184994172, 0.0102203125, -0.0121687632, 0.00311643467, -0.012719254, -0.00440393342, 0.0149067342, 0.00290275691, 0.0251777489, 0.00111365912, 0.0385923609, 0.0193396416, -0.0144431628, 0.0137333181, -0.0226425901, 0.00248083402, -0.00328484154, -0.00827186182, 0.0101116626, -0.00982917286, 0.00716725644, 0.0031743811, -0.0102203125, 0.00955392793, 0.0223238859, -0.00977847, 0.0048457752, 0.0152544137, 0.0172535665, -0.0162250176, -0.0134725589, 0.0149646811, 0.0135087753, 0.0161960442, -0.0169203747, -0.00104484765, 0.0236856285, -0.0193831, -0.0099160932, -0.00233234628, -0.00399468606, 0.01621053, -0.0206434373, 0.0134870457, -0.000777297828, 0.00281040464, -0.0239029266, 0.0306826662, 0.00802558847, 0.0268726852, -0.000715277, -2.34700256e-05, -0.00555561949, 0.0113864848, -0.00567875616, -0.00292810844, 0.0179054644, 0.0144141894, -0.0111402124, 0.0104158819, -0.00934387185, -0.0208027903, -0.0182386581, 0.0224397779, 0.0396353975, 0.0228019431, 0.00445101457, -0.00192853156, 0.0133928824, -0.00545421336, -0.0208897088, -0.000373256888, 0.0099160932, -0.021353282, 0.0220920984, -0.0101768523, -0.0227874573, 0.0107708033, -0.0166596156, -0.00793866906, -0.0165002625, -0.0069173621, 0.00166596158, -0.0324790068, -0.0228019431, -0.00293716276, 0.0114082154, 0.0183690377, -0.00576205412, 0.00161073136, -0.0328846313, -0.0287269726, 0.0145662986, 0.0159787443, 0.00922073517, -0.0114734052, 0.000527856289, 0.0108866971, 0.000896812475, 0.0316967294, -0.0111402124, -0.0138347242, -0.00463934103, 0.00626184233, -0.00851089, 0.0269885771, -0.0161236115, 0.0153703066, -0.0117776236, -0.0270754974, 0.0143997027, -0.00434236508, -0.000686303712, -0.00110641576, 8.48825512e-05, -0.0095466841, -0.00856883731, 0.0212373883, 0.000200436, -0.0298714153, 0.0231351368, -0.00182259816, 0.0185573641, 0.0156600382, 0.0202378109, -0.0118210837, 0.00526588736, 0.00943079125, 0.0121470327, 0.00752580026, 0.00169855647, -0.0061604362, -0.00437858142, -0.0261048935, -0.0217009597, -0.00221826416, 0.00718536461, 0.00713466154, 0.00491458643, 0.0149067342, -0.0036252772, 0.013363909, -0.00708033657, 0.00199372135, -0.00522242719, -0.00370857539, -0.00124313333, 0.0133928824, 0.00665298151, 0.00277237734, 0.00437133852, -0.0350576267, 0.00870646, -0.00112814573, 0.0364193693, -0.00891651586, 0.014703922, -0.00476609869, -0.0109374, 0.00497977622, -0.00341522112, 0.00539988838, 0.0176302195, 0.00825013127, 0.00919176172, -0.00945252087, 0.00816321187, 0.0263366792, 0.0114371888, 0.0202233251, -0.0126830377, 0.0137622915, 0.0213677678, -0.00642119534, 0.00248807739, 0.0174563807, -0.00560632301, 0.00204804633, -0.00683044223, 0.0235697348, -0.00111909152, 0.00196836982, -0.0113140522, 0.00505220937, 0.00713828299, 0.0189485028, -0.0106693972, 0.0157035, 0.030103201, -0.0303060133, 0.0261628404, 0.0239319, 0.00307116401, -0.0112054022, 0.023294488, -0.00411420083, -0.020121919, -0.00971328, -0.00509204762, -0.00597935356, -0.0176157337, -0.0174853541, -0.00880062301, -0.0120021664, -0.0350866, 0.0136536416, -0.0104376115, 0.00678698253, 0.00137441827, 0.0140882405, -0.0187167153, -0.00206796546, 0.00242650928, -0.0114878919, 0.0404466502, -0.0119007602, 0.01835455, 0.00335003133, -0.0093221413, -0.00654071, 0.00617130101, -0.0118935173, -0.00218385831, -0.00492907315, 0.00545059144, 0.0158049054, -0.00630168058, -0.00167320494, -0.00987987686, 0.00848191697, -0.0211070087, 0.00987987686, 0.00694271363, -0.00093529257, 0.0289297849, -0.0117776236, -0.00363614224, -0.00267097098, -0.00442928495, 0.0170362685, 0.000126192055, 0.00513912924, -0.0250183977, 0.00881511, -0.0207013842, 0.0142910527, 0.00397295598, 0.0284082666, -0.00400555087, 0.0163988564, -0.0076634232, -0.0261483528, -0.0161380973, -9.97087045e-05, 0.00486750528, 0.0169493482, -0.00791693944, -0.0294947624, -0.00213315524, 0.000900434097, -0.00557734957, 0.00437496, -0.0219762065, -0.00849640369, 0.0297555216, 0.0073990426, 0.0165582094, -0.00227077818, 0.00422285032, 0.00677973917, -0.00338262622, 0.00179000327, -0.0108142635, -0.0122774122, 0.014349, -0.00988712, -0.0142910527, 0.0178620052, 0.00351843843, -0.00714552635, -0.000190702805, -0.00310738059, -0.0275535565, 0.0107273441, 0.0241926592, -0.00695357891, -0.0276115015, -0.00524777919, -0.00843121391, 0.00332830148, 0.00697530853, -0.00223999401, -0.0226570778, -0.00679060444, 0.0155586321, 0.00539264502, -0.0219327472, 0.00702239, -0.00993782282, 0.00403452432, 0.00543248327, -0.0244244449, 0.00554475468, 0.0140882405, -0.00128206611, -2.41773814e-05, -0.0264380854, 0.00851813424, 0.013899914, 0.0174853541, 0.0116327582, 0.0109518869, 0.0200060252, 0.00635238411, -0.00585621689, 0.0293933563, -0.00158537971, 0.00393311819, -0.00424820185, -0.0006573305, -0.00777207268, -0.0010493747, 0.000210169208, -0.00335727469, 0.012291899, 0.0106983706, -0.01078529, -0.00831532106, -0.01728254, 0.000880967709, -0.0159207974, -0.00748958392, -0.0168769155, 0.0215126351, 0.00425182376, 0.00149483839, -0.00218023662, 0.00279591815, -0.00466107065, -0.00430252682, 0.000334097742, 0.0488488898, -0.00320516527, -0.0125454152, 0.0110967532, -0.00449447474, -0.0118862735, -0.00562805263, 0.0108722104, 0.0125381714, 0.018035844, 0.00719260797, 0.00626908569, 0.00280316151, 0.0137188314, 0.00735196099, -0.00365243969, 0.0141244568, 0.014276566, 0.0124367652, 0.0016270288, -0.0211359821, -0.0150371138, 0.00359811494, 0.0095466841, 0.00073338527, -0.0195569396, -0.0105028013, -0.00923522189, -0.00392587483, 0.0059032985, 0.0275970157, 0.0205854904, 0.01325526, -0.00106748298, -0.0158193912, -0.0266698711, 0.0240912531, -0.0129293101, -0.00830083434, -0.00321059767, 0.01835455, -0.00222369656, -0.0179489255, 0.00632703211, 0.00137985079, -0.0010140636, -0.0100102564, -0.028698, -0.0113285389, 0.00159624475, 0.0189485028, 0.00809802208, 0.00229250803, 0.00217299326, -0.0116762174, -0.012291899, 0.00504496647, -0.00846018735, -0.0131683396, 0.00182803068, -0.00914105866, -0.00336270733, -0.00222550728, 0.000550038938, 0.00637411373, -0.000787257391, 0.00388965802, -0.0106404237, -0.0121615194, 0.00832980778, 0.000461987453, 0.0165147502, 0.000373709598, 0.00462123239, 0.0106838839, -0.00374479196, -0.00120510592, -0.026611926, -0.0293209236, 0.00471539563, -0.00489285681, 0.0105679911, -0.0166161563, 0.00939457491, 0.00167501566, 0.00685579423, 0.000115553448, 0.0103362054, -0.00476609869, -0.0301901214, -0.0146821914, 0.00782277621, -0.00841672719, 0.0323341414, 0.0201508924, -0.0252646692, -0.00132371509, 0.000831622689, -0.00383895496, -0.0210635494, 0.00182531436, -0.00545421336, 0.0242071468, -0.0146677056, -0.0194845069, 0.0223093983, -0.00675800955, -0.00830083434, 0.0057837842, -0.0101696085, 0.0014676759, 0.0313490517, 0.0087137036, -0.00786623638, -0.0115023786, -0.00651535857, -0.000853805279, 0.0209621433, 0.00158085267, 0.0158773381, 0.00852537714, -0.00407074112, 0.0192961805, -0.0345071331, -0.00531659042, -0.00108106423, -0.0104593411, 0.0195279662, 0.0142838098, -0.00679784734, -0.00513912924, 0.00762720685, -0.0132262865, 0.00496529, 0.0068739024, -0.0090831127, -0.0015591227, 0.00960463099, -0.0112923225, -8.72026794e-05, 0.0335799903, 0.00452344771, 0.00659865653, -0.00418301206, 0.0102130687, -0.00813423842, 0.0077068829, -0.00783001911, 0.0221790187, 0.00508118281, 0.00864127, -0.00493269507, 0.00527675217, 0.0294802766, -0.000205415781, 0.00870646, -0.00260940287, -0.0177461132, 0.0251053162, 0.00558821438, -0.0219182596, -9.63134e-05, 0.00385344145, 0.0077430997, -0.0141172139, 0.00208245195, 0.000112101559, -0.00857608, -0.0206579231, -0.0162539911, 0.00290637859, 0.00209512771, -0.0123353591, 0.0144431628, 0.0200349987, 0.0141968904, 0.0111402124, 0.012827904, 0.0100030126, -0.00170398899, 0.00293354108, -0.00255145645, 0.0169493482, -0.0124440091, 0.0182531439, -0.0184269845, -0.0620027445, 0.00689201057, -0.00414317381, 0.0307116397, 0.00275064749, 0.0151095474, -0.00697893044, 0.0247141775, 0.0133349355, 0.0328846313, 0.0133494223, 0.0129655274, -0.0118500572, 0.0218603127, -0.0414317399, 0.0207448434, 0.0106042074, -0.020121919, -0.00626546424, -0.0206434373, 0.00238123862, -0.00256956462, -0.0169203747, -0.0152689, 0.0215416066, -0.00777931605, -0.000442747405, -0.0133928824, -0.00800385885, -0.0201653782, -0.0029860551, 0.00145228393, -0.0239898469, -0.00892376, -0.00519345421, 0.000696263276, -0.0217589065, 0.00399830798, 0.00357457413, -0.00790969562, 0.0120528694, -0.0133276926, -0.0244389325, -0.000134114438, 0.0119080041, 0.00982193, -0.00122864661, -0.00270537683, -0.0225266982, -0.0126395784, -0.0223528575, -0.00481318031, -0.0165726952, -0.0166451298, -0.00925695151, 0.00352024916, -0.0151095474, -0.0151095474, 0.00442928495, -0.0162250176, 0.0225991309, -0.00177280046, 0.0150226271, -0.0026112136, 0.0218892861, -0.00696082227, -0.010249285, 0.00945252087, -0.0077430997, 0.0233524349, 0.00392225292, -0.018035844, 0.0125454152, -0.00817045476, -0.000650539878, 0.0139433742, -0.00673265755, -0.0103072319, 0.0104665849, 0.00469728746, 0.00535280677, -0.00229069707, -0.0140737537, -0.00969879329, 0.0180793051, 0.0186587702, 0.0049001, -0.00386792817, 0.00769964, 0.000408115302, 0.00542886183, 0.00319792191, -0.018673256, 0.0125164418, -0.00365968305, 0.0436337069, -0.00573308067, -0.0040997141, -0.0166016687, -0.000437314913, -0.00681595597, -0.00630168058, 0.0190064479, -0.00742439413, 0.0240477938, -0.0119080041, 0.00356189837, -0.01621053, 0.0161670707, 0.0136898579, 0.0126613081, 0.00539264502, -0.00185066601, 0.00386430649, 0.0272203628, -0.00873543322, -0.01314661, -0.00138256699, -0.0255109426, -0.0084891608, -0.0109374, -0.00498701958, 0.000979657867, -0.0142693231, -0.0222804248, 0.0144286761, -0.0051137777, -0.0114082154, -0.00199734303, -0.000291316916, -0.0258006752, -0.0138926711, 0.00436409516, -0.00663849479, 0.00612059794, -0.00392587483, -0.0103217186, 0.0281330198, -0.00318524614, -0.0084891608, 0.0153123597, 0.0257137548, 0.00359630398, -0.00948873721, -0.0146966781, -0.0350576267, -0.0175143257, 0.0237580612, 0.00262751104, 0.0239898469, -0.00861229748, 0.00827910472, 0.00876440667, 0.01728254, -0.0138781844, 0.0139723476, -0.00862678327, -0.00589243369, -0.0303060133, 0.00919900555, 0.0193541273, -0.0115748113, 0.0131031498, -0.00354379, 0.0129003376, 0.00662400806, 0.00761996349, 0.0106042074, -0.0149501944, 0.00455242116, 0.00108196959, 0.00738455588, -0.0212663617, -0.021628527, -0.00239029271, 0.0029353518, 0.00356370909, -0.0227584839, 0.0144504057, 0.00837326795, 0.00553751132, 0.00920624845, 0.0105245309, 0.0132118, 0.0134001253, -0.00528399553, 0.00749682728, 0.0244389325, 0.0238739531, 0.00528037408, -0.00916278828, 0.0166741032, -0.00887305662, -0.00428079674, -0.0232510287, -0.0167610217, -0.0110967532, 0.0218168534, 0.00176012458, -0.00521156238, 0.00397657789, -0.0071745, -0.00441479823, -0.0213098209, 0.00478782877, 0.00512826443, -0.0140882405, -0.00899619237, -0.0123063857, -0.00160892052, 0.00862678327, -0.000768696424, -0.00421198551, -0.00772861298, -0.0179489255, 0.0139361303, -0.00197561318, 0.00734109571, -0.0121615194, 0.00474799052, 0.014059267, 0.0061604362, 0.0272348505, 0.00801110175, 0.00543972664, -0.0109301563, 0.0223528575, 0.00853262097, -0.00117975427, -0.00230699452, 0.0177171398, 2.88883621e-05, 0.0188181233, -0.0100899329, -0.0254964549, -0.015616579, 0.00265648449, 0.0189050417, -0.0090903556, 0.00852537714, 0.013841968, -0.0131176366, -0.0356081165, -0.00402365951, -0.00885132607, 0.00977847, 0.0179054644, -0.0147908414, 0.0124729816, -0.00139071571, -0.00633789739, 0.0134942885, -0.0153123597, 0.00656606164, -0.00330476067, 0.0234683286, 0.00240296847, 0.0237870347, -0.00366511545, 0.00404901104, -0.0181662254, 0.00442566304, 0.0173260011, 0.0171956215, -0.00850364752, -0.0112995654, 0.00436771661, -0.02865454, -0.00189050427, 0.0153413331, 0.00455966452, -0.0030295148, 0.0111039961, -0.037404459, 0.00290094619, -0.00471901707, -0.00504496647, -0.00198285654, -0.00523691392, 0.00856883731, -0.00606989488, -0.00603005663, -0.0102203125, -0.00598297501, 0.00974225346, 0.00229975139, -0.0238739531, -0.00310738059, -0.00416490389, -0.00925695151, 0.00693547027, -0.00885132607, 0.00404538913, 0.00522242719, -0.0281909667, -0.00476247724, 0.0196148865, 0.0127772009, 0.0117124338, 0.00703325495, 0.0169783216, -0.0152689, 0.000540079374, -0.0242795795, -0.00943079125, -0.0342463739, 0.00856883731, -0.0162395034, 0.0151240341, -0.00718174316, 0.00886581279, -0.0149501944, -0.00592502858, 0.000236992084, -0.00121325464, 1.66369809e-05, -0.00489647826, -0.0114516746, 0.0156020923, -0.00746061048, 0.0206724107, -0.00529123889, -0.010198582, 0.026452573, -0.00712741818, 0.0106186941, 0.00435323, -0.02736523, 0.0136971017, -0.0118645439, -0.0126975244, 0.0163843706, -0.0178185459, -0.00374117028, 0.0104810717, -0.00559907965, -0.00223637233, 0.00919176172, -0.0155151729, -0.00730487937, -0.0319864638, -0.0219762065, 0.0120890867, -0.0158049054, 0.0275100954, -0.00831532106, 0.00153196033, -0.0141606731, 0.0211649556, 0.00399830798, -0.017441893, -0.0102130687, 0.0075185569, -0.000894096214, -0.0158483647, 0.00275970157, 0.0141099701, -0.0236856285, 0.00332830148, -0.0089527322, -0.00528037408, -0.00304762321, -0.0053346986, 0.00562080927, -0.00441117631, 0.00751131354, -0.00613870611, -0.00238304934, -0.00375203509, -0.0112923225, 0.000638769532, -0.0129582835, 0.00529848225, 0.0652477443, 0.0255833752, 0.00547594344, -0.0201074313, 0.0153268464, -0.00923522189, -0.0161815565, 0.0330005251, -0.0138347242, -0.0121180592, -0.00427717529, -0.00610249, 0.00501237158, 0.0152109535, -0.00783001911, -0.0192961805, 0.00204080297, -0.0371147282, -0.0011172808, -0.00456690788, -0.00817045476, -0.0186442826, -0.0125671448, -0.018195197, -0.011212646, 0.0283358339, -0.0124150356, 0.00436409516, 0.00339892367, 0.0117848674, -0.00220558816, 0.0112850787, -0.00466469256, -0.015775932, -0.000871008146, 0.0113430256, -0.0126395784, 0.0015708931, 0.0164133441, -0.0266698711, 0.0397512913, 0.0227295104, 0.025989, 0.00259310543, 0.0107201, -0.0135594783, 0.00482766703, -0.00558821438, 0.00963360351, -0.0220051799, -0.0280605871, -0.00337176141, 0.00482042367, 0.00478782877, -0.0135739651, -0.019585913, -0.00262026791, -0.00664573815, -0.00189412583, -0.0110388063, 0.00416490389, 0.022700537, -0.00105933426, 0.00131285016, -0.00222731824, -0.0220920984, -0.00421560695, 0.00639584381, 0.00457052933, -0.00423371559, 0.0169203747, -0.00523329247, 8.05252494e-05, 0.019585913, 0.00672179274, 0.00901792198, -0.030856505, -0.00430614874, -0.00252972636, -0.0048023155, -0.0108866971, 0.00260034879, -0.00824288838, -0.00961187389, -0.00368322385, 0.0115965409, -0.0166451298, -0.00783726294, -0.00778655941, 0.0177750848, 0.0131538529, 0.061770957, -0.00178004371, 0.00847467408, -0.00226353481, 0.0136319119, 0.0112054022, -0.0121397898, 0.0269016586, -0.0171666481, 0.00224361569, 0.00280859391, 0.0078952089, 0.00132280972, 0.0100030126, 0.0142331067, 0.0104665849, 0.00605902961, 0.0106186941, 0.00088640023, -0.00966257695, 0.0159787443, 0.0257572141, 0.0116907042, -0.0102782585, 0.00119152467, -0.00124494405, 0.00928592496, 0.0191368274, -0.0139433742, 0.0117124338, -0.000829811848, 0.00725779776, -0.00409247074, -0.00775034307, 0.00149031123, -0.0211794414, 0.00967706367, 0.0135739651, -0.0169638339, -0.0224977247, -0.00361803384, 0.0174998399, -0.011270592, -0.0075185569, 0.0291036237, -0.0107201, 0.00603005663, -0.00358725, 0.0152833862, -0.00219834503, -0.00456328597, 0.016369883, 0.00508118281, -0.0125091989, -0.00273253908, -0.0128568774, -0.0198901333, 0.00516448077, -0.00658054836, 0.0101623656, 0.00819218531, 0.0115458379, -0.0161815565, 0.0167465359, 0.0106114512, 0.00120148424, 0.00164332625, 0.0166451298, -0.0194555335, 0.0173984338, 0.00601194846, 0.00591778522, -0.00493631652, 0.00985814631, -0.0181662254, -0.0118428143, -0.00821391493, 0.0153703066, -0.00561356638, 0.00864127, 0.0311752111, 0.0187167153, 0.00543610519, -0.00717812125, 0.00823564455, 0.00666384632, 0.00634514075, 0.0136536416, -0.051253669, 0.00435323, 0.0232655164, 0.00905413926, 0.0419242866, -0.0172680542, -0.00316170533, 0.0210056026, 0.00375203509, 0.00802558847, 0.00335727469, 0.00444739312, 0.00930765457, -0.00592140714, 0.00199734303, 0.00725779776, -0.0106621543, 0.0228743777, -0.0139361303, -0.0166596156, -0.00814872514, 0.0138926711, -0.0050341012, 0.00882959645, -0.000178366536, -0.00186696346, 0.00469366554, 0.01728254, -0.00598297501, -0.0116110276, -0.0032305168, -0.00545421336] |
12 Oct, 2021 | Node.js Stream writable.write() Method
12 Oct, 2021
The writable.write() method is an inbuilt application programming interface of Stream module which is used to write some data to the Writable stream. The callback function is called once the data has been completely handled.
Syntax:
writable.write( chunk, encoding, callback)
Parameters: This method accepts three parameters as mentioned above and described below:
chunk: It is an optional data to write. The value of chunk must be a string, buffer or Uint8Array. For object mode, the chunk value may be anything other than null.
encoding: It holds the encoding value if chunk is a string value.
callback: It is an optional callback function for stream.
Return Value: It returns false if the ‘drain’ event is emitted before this method otherwise returns true.
Below examples illustrate the use of writable.write() method in Node.js:
Example 1:
// Node.js program to demonstrate the
// writable.write() method
// Including stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Calling write method with
// all its parameter
writable.write("GfG", "utf8", () => {
console.log("CS-Portal!");
});
Output:
GfG
true
CS-Portal!
Example 2:
// Node.js program to demonstrate the
// writable.write() method
// Including stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Calling write method with one
// parameter
writable.write('GeeksforGeeks');
Output:
GeeksforGeeks
true
Reference: https://nodejs.org/api/stream.html#stream_writable_write_chunk_encoding_callback
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.cork() Method/Node.js Stream writable.write() Method | https://www.geeksforgeeks.org/node-js-stream-writable-write-method?ref=asr2 | CSS | Node.js Stream writable.write() Method | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, Node.js Stream writable.write() Method, CSS, Node.js Stream writable.cork() Method, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0227584839, 0.020968752, -0.00888516195, 0.0362565406, 0.0287742987, -0.0145141631, 0.00334564736, 0.0282200594, -0.0201373901, 0.00415968755, 0.0250331778, 0.0510362759, -0.0170428827, -0.0089313481, -0.0177010428, -0.016546376, -0.0202528574, 0.0159690436, 0.00448876759, 0.0342243277, 0.00373823405, 0.0311760064, -0.00011185836, 0.0079845218, 0.000493259286, 0.0177356843, -0.0067259348, 0.0156572834, -0.0447087027, -0.0140176564, 0.00520177465, 0.0335777141, 0.0370186195, -0.0253333915, 0.00579065457, -0.0106979888, -0.0114138825, 0.032261394, -0.00091002183, -0.00372957415, -0.00733790826, -0.0172969103, -0.0158304833, 0.0196177904, -0.0184169374, 0.0588880107, -0.0422839038, -0.0307141393, 0.0171698965, -0.0134749627, 0.01549563, 0.00990126841, 0.0269730184, -0.0130939232, 0.0205877107, 0.0219617654, 0.0317764319, 0.0091334153, -0.000896310201, -0.0339010209, 0.0243865643, -0.0479879566, 0.0080018416, -0.0251717381, -0.0427226759, 0.0153455231, -0.0294440053, 0.0567634255, -0.00973961502, 0.011315736, 0.0044079409, 0.0260261931, 0.0114542954, 0.0104497354, -0.0115293488, 0.0111887222, 0.0260492861, 0.0533918, 0.00187489041, -0.0243865643, -0.00751110818, -0.0282893386, -0.022192698, 0.00407886086, 0.0152069628, -0.0196870714, -0.0187402442, -0.00971074868, 0.0263033118, -0.0063102548, 0.0358639546, 0.00477454765, 0.00939321518, -0.0228970442, 0.00969342887, 0.00922578853, -0.00294873072, -0.0265111532, -0.00837710872, 0.0401593149, 0.0490964353, 0.0207147244, -0.0165925641, -0.0171006173, -0.0198025368, -0.033531528, 0.0671092421, -0.0350325927, 0.0080018416, 0.031799525, 0.0174470171, 0.00550776115, -0.00680676149, 0.0153224301, 0.0131747499, -0.00135962025, -0.0238092318, -0.0317071527, 0.0269499253, 0.0332775, 0.00783441495, -7.50984555e-06, -0.00357658067, 0.0502049178, 0.00323595409, 0.00325327413, -0.0447317958, -0.0063102548, 0.0132902162, 0.0151030431, -0.0499739833, -0.0387506224, -0.0411985144, 0.0122625623, -0.00866000168, 0.0109808827, -0.00421164744, 0.0189365372, 0.0207955502, -0.0393279567, 0.00969920214, -0.0360487, 0.0290514193, 0.0236937646, 0.0393741429, 0.0187402442, -0.0178511497, -0.00542404782, -0.0191328302, 0.0442006476, -0.0128860828, 0.0039922609, 0.0151030431, 0.0209341105, -0.0140407495, -0.025956912, 0.040690463, 0.00717625488, 0.00141735363, -0.0183361098, -0.00512383459, -0.038127102, 0.0357484892, 0.0303446464, -0.0220079515, 0.0435078479, 0.01882107, 0.0206685383, 0.00877546892, 0.0156572834, -0.0168581363, -0.00205675047, -0.0290052332, 0.00791524164, -0.0207147244, -0.0160729643, 0.0196755249, 0.0154840834, 0.0313607529, 0.0264649652, 0.00126003032, 0.00460134773, 0.00789214857, 0.0233473647, 0.00900640152, -0.00958950911, -0.00116837863, -0.00611396134, -0.01947923, -0.0132671231, -0.0154725369, 0.00183880702, 0.027227046, -0.00461866753, -0.000768575177, 0.0361641683, -0.0120893624, -0.016719576, 0.0205646176, 0.0369493403, 0.0020957205, -0.00865422841, -0.00594653469, -0.0281507801, 0.00997054856, -0.0370879024, -0.000847958494, -0.0630448163, 0.0479417704, -0.023901606, -0.00850412156, 0.0106748957, -0.00291120401, -0.0112349093, 0.0208994709, -0.021557631, -0.0163500831, 0.0186940581, -0.00991858914, -0.013394136, 0.0116332695, 0.00172045373, 0.0299520604, 8.84041874e-05, -0.0580566525, -0.0575947873, 0.00372668752, -0.00166849373, -0.00673170807, 0.00598117476, -0.00394607428, 0.0505282246, 0.0080018416, -0.0520523861, -0.00961837545, 0.00687604165, 0.0100571485, -0.0266728047, 0.00042686591, 0.00507187424, -0.00457825419, -0.0182206444, -0.0181744564, -0.027250139, -0.0271808598, 0.0128283491, -0.027688913, 0.0401824079, 0.011731416, -0.0341781415, -0.0423762761, 0.0200565644, 0.00209860713, 0.00947981514, -0.0476184636, 0.0250331778, 0.0114196558, 0.0203914177, 0.0116621358, -0.0130592827, 0.00588591443, 0.0172391776, -0.0118237892, -0.0171237104, 0.0206685383, -0.00711274799, -0.00142312702, -0.0281738732, -0.0107153086, 0.00210293708, 0.0416141972, -0.0253102984, 0.00960682891, -0.00598117476, -0.0299982466, 0.020726271, -0.0241787247, -0.0331851281, -0.00707810838, 0.0124126691, 0.00238438719, 0.0218347516, -0.00559436111, 0.0504820384, -0.0246636849, -0.0372264609, 0.0217077378, 0.00950290821, 0.00394030102, 0.0423993692, 0.000209644204, -0.0185324047, 0.0392817669, 0.00590612134, 0.0244558454, -0.0185901374, -0.030575579, 0.0401362218, 0.0236360319, 0.0124357622, -0.0105016958, -0.0291668866, -0.00627561472, -0.00636798795, 0.00493908767, -0.022435179, 0.0184631236, -0.0114658428, 0.0359794199, -0.012759069, 0.0163038969, -0.0218116585, -0.0139021892, -0.0132093895, 0.00374689419, 0.019456137, 0.0409675837, 0.0208301917, -0.0308757927, -0.00329368748, -0.0244558454, 0.0323537663, -0.0403902493, 0.0241325386, 0.0299982466, -0.012978456, 0.0247560591, 0.0181513634, -0.0351711549, -0.0504820384, -0.0139945634, 0.0320535526, -0.0106056156, 0.0329541937, 0.0130015491, -0.0179781634, -0.092604287, -0.0542693436, 0.016765764, 0.0457479022, -0.00717048161, -0.0125858691, -0.0114831626, -0.0105767492, 0.0441313684, 0.0137636298, -0.0423069969, 0.00461866753, 0.0201951247, 0.00280728401, 0.000494341773, 0.0522833169, 0.0217654705, 0.00764966849, -0.00962414872, -0.0427226759, -0.00424628751, -0.0177703239, -0.0284740869, 0.0253102984, -0.00947981514, 0.0151492301, 0.0210957639, -0.00709542818, 0.0129207224, -0.0617977716, 0.00815772172, 0.0112406826, 0.00448299432, -0.0177010428, -0.0381732881, 0.00657582795, -0.010178389, -0.0199872851, 0.0105190156, -0.0219848584, -0.00289244065, 0.015888216, 0.0467640087, 0.0216730982, 0.00622942811, 0.0622134544, -0.0215345379, -0.0162461642, -0.0281045921, -0.00335719413, -0.0174585637, 0.0127244294, 0.0294209123, -0.026857553, -0.0601812378, 0.00322152069, -0.00434154738, -0.00339472061, 0.039420329, 0.0202182177, -0.0321921147, -0.00502857426, 0.00984930899, -0.0391201153, -0.0142947761, -0.0365567543, 0.0152416034, -0.0145372562, 0.0106575759, 0.00173921708, -0.00621210784, -0.0445239544, 0.0251717381, 0.0134518696, 0.0190173648, 0.0231395252, -0.0104093226, 0.00751110818, 0.0125281364, 0.0315916874, 0.0181398168, 0.0272039529, -0.0150106698, -0.00686449464, 0.00960105564, -0.00799029507, -0.0266497117, 0.00586859463, -0.0307834204, 0.0417527556, 0.00476877438, -0.00880433526, -0.0119046159, -0.00210726704, -0.036464382, -0.00947404187, -0.0213382449, -0.00770162838, 0.00119652355, -0.0198718179, -0.00838288199, 0.00317244744, 0.00781132188, 0.0064084013, -0.0122394692, 0.00238005724, -0.0084175216, 5.78235522e-05, -0.0257952586, 0.0510824658, -0.0527451858, -0.00225015706, -0.0233358182, -0.00620633457, -0.0126551492, 0.0103284959, -0.0384042226, 0.0102418959, 0.0109635619, -0.032261394, 0.0141677633, -0.00666242791, 0.00317822071, 0.0346631, 0.0114312023, -0.0159113109, -0.0279891267, 0.0284048058, -0.0374112092, -0.0457479022, -0.000218845467, -0.00615437469, 0.0050314609, 0.0044252607, -0.00182726036, 0.00132858858, -0.00443969434, 0.0322152078, -0.0120662693, -0.00316090067, 0.00900062826, -0.0348478481, 0.0294209123, -0.00872350857, -0.0248022452, -0.0339933932, 0.00669129472, -0.00194417045, 0.0201835781, 0.00772472145, -0.00760925515, -0.00334564736, 0.0074764681, -0.0178973377, 0.00638530822, 0.0161076039, -0.0117833754, -0.0193406716, -0.00752842845, 0.00200912054, 0.0270423, -0.0200450178, 0.0100398287, -0.00214623706, 0.00596962776, 0.0349864066, 0.0401131287, 0.00223139371, -0.038542781, 0.00328502734, -0.00352462078, 0.0428612344, -0.0229432322, -0.00836556219, -0.044015903, 0.026418779, -0.0298596863, 0.0397436358, -0.01947923, -0.00238583051, 0.00182148709, -0.00355926086, -0.00308873388, 0.0240170714, -0.0205184314, 0.0165810175, -0.0130823757, 0.000135583148, -5.53371865e-06, -0.0124473097, -0.0124588562, 0.00722821476, 0.00238583051, 0.00782864168, 0.010374682, 0.0204491504, 0.00428381423, 0.0201489385, -0.00458402745, -0.0143871494, -0.0139830159, -0.0418220349, -0.0114369756, 0.0132671231, -0.00196004706, 0.0382425673, -0.023220351, -0.0132902162, -0.00602158811, 0.0274117924, -0.0121932821, -0.00950290821, -0.0357715823, 0.00167138036, 0.00266006379, 0.0209918451, 0.0270423, 0.00738409488, 0.0219848584, 0.00787482876, -0.01383291, -0.033138942, -0.0136712566, 0.0238092318, 0.0121586425, 0.0162230693, 0.036487475, -0.0198833644, -0.0130477361, -0.0187171511, -0.00291409064, 0.023878511, -0.0222850721, -0.00394030102, 0.00778245507, -0.00542116119, 0.0235205647, -0.0199064575, 0.0102880821, 0.0205992572, 0.0477108359, 0.00842906814, 0.0202759504, 0.0230817907, 0.00904681534, 0.00990126841, 0.0181744564, 0.0232549924, 0.00560013438, 0.00921424199, -0.00383349415, -0.000195030458, -0.0327463523, 0.0048236209, -0.0177472308, 0.0148374699, -0.0127937095, -0.0178973377, -0.0269268323, -0.00562322792, -0.0119854426, 0.0174585637, 0.0237630457, 0.00663933484, -0.0180936307, 0.0192944836, -0.0181398168, 0.0268344581, -0.0301137138, 0.0041019544, 0.0145488027, -0.00286934734, -0.012782163, 0.00962992199, -0.00485537434, 0.0112753222, 0.0488655046, 0.0101668425, 0.00544136763, -0.00306852721, -0.011644816, 0.0199410971, -0.0257721655, 0.0123318424, 0.033924114, 0.00199324382, 0.0132440291, 0.00267594052, 0.0225737374, -0.0239477921, -0.000159758987, -0.0349633135, 0.00844061468, -0.0264418721, -0.0105825225, -0.00629293453, -0.0240863524, 0.00239160378, 0.0183707513, 0.0120778158, 0.00761502841, 0.0138906427, -0.0261878464, -0.0159228574, -0.0198025368, 0.0152300568, 0.0112406826, 0.0695109516, -0.00878701545, 0.0230817907, -0.0447548889, 0.0178973377, -0.00253738044, -0.0266728047, -0.0154148033, -0.00108250021, 0.00354194082, 0.0313145667, 0.00225015706, 0.0123318424, 0.0483574495, 0.0287050195, -0.0258414447, 0.0149644827, 0.00192107703, 0.000780843489, -0.00353905419, 0.0155649101, -0.00972806849, -0.0196639784, 0.00527105434, -0.00834824145, 0.0359563269, 0.00733790826, -0.0399283804, -0.0451012887, 0.0321690217, -0.00933548156, -0.00968765561, -0.00731481472, -0.0211419519, 0.0286126453, -0.0183014702, 0.0154032568, 0.0105998423, 0.00857340172, 0.00292708073, 0.0215345379, -0.00722244149, 0.00795565546, -0.0393048599, -0.0275734458, -0.0267651789, -0.0376190469, -0.000337740057, -0.00882165506, 0.0391893946, 0.0405288078, 0.00943362899, 0.0177472308, 0.0153455231, -0.0173200034, 0.00172189705, 0.0168581363, -0.038542781, 0.0222619772, -0.0504358523, 0.0192713905, -0.0102823088, 0.0333467796, -0.0115639893, 0.030621767, -0.0146296294, -0.0133710429, 0.0045060874, 0.0386351533, -0.00313492073, 0.00684140157, -0.00537786121, -0.00644304138, -0.00864845514, -0.0080826683, -0.00284769735, -0.00182581705, 0.0155418171, -0.0242710989, 0.0202297643, 0.00476588774, -0.0320766456, -0.0468563847, -0.0180705376, -0.0157842971, -0.0258645397, -0.000868886826, 0.00955486856, -0.024732966, -0.00594076142, -0.00749956165, -0.025564326, 0.0101264287, -0.0336931795, 0.0104901493, -0.0115755359, -0.0144679761, -0.0136250695, -0.00383638078, 0.0148374699, -0.0150914965, -0.00928352214, 0.0166272037, 0.023878511, 0.0168581363, -0.0229663253, -0.00440505426, 0.000615942641, -0.021753924, 0.0126436027, -0.0323075801, 0.00106806692, 0.00124198862, -0.0183130167, 0.0153686162, 0.0013892086, 0.038935367, 0.0219271239, 0.00674902787, 0.0154840834, 6.96859497e-05, 0.00550776115, -0.036880061, -0.0193868577, -0.0539460368, -0.00153282029, -0.00480630109, 0.00488135451, 0.00599849457, 0.0122856563, -0.00132714526, 0.00540384091, -0.0115697626, 0.0261878464, -0.00659314822, -0.0160614159, -0.00674902787, 0.00521043455, 0.0336700864, 0.0325385146, -0.0145141631, -0.00951445568, 0.0218693912, 0.0454015024, -0.00270625064, 0.0283586197, -0.0019326238, 0.00796142872, 0.012759069, 0.0458171815, -0.0229663253, 0.0517290793, -0.00686449464, -0.00712429499, 0.0330234729, -0.0177703239, -0.0255412329, 0.0269268323, -0.0438080616, 0.0184053909, 0.0147335501, 0.00684717484, -0.029721126, -0.0395127, -0.0322152078, -0.000897753518, -0.0202644039, -0.0136712566, -0.0141793098, -0.00852144137, 0.0299751535, -0.0190981906, 0.0136597091, -0.00839442853, 0.0253564846, 0.0148143768, 0.0387968086, 0.0192713905, -0.028959047, 0.0238323249, -0.00762657495, -0.0288666729, 0.0430690758, 0.018624777, -0.0261647515, -0.015276243, -0.00300213392, -0.00170746364, -0.0120085357, -0.0611973479, 0.0195716042, -0.0314531252, -0.00272934395, 0.00534033449, 0.0297673121, 0.00215201057, 0.00375844073, -0.0102880821, 0.00460712099, 0.0309219807, -0.00406731432, -0.00990126841, 0.00283182063, 0.00872350857, -0.00304832053, 0.0281045921, 0.00968188234, 0.00526528107, -0.030621767, 0.00360833411, 0.00168292702, -0.025956912, 0.0161076039, 0.0318226218, -0.0219617654, 0.00455804775, -0.00323884073, 0.000518156798, -0.0221696049, -0.0203683246, -0.020922564, 0.00993013568, 0.00367184076, -0.0116505893, -0.0228739511, -0.0104555087, 0.0274117924, -0.00759193487, -0.0258414447, -0.0214883517, 0.0125050424, 0.0139830159, 0.00721666822, -0.0287973937, -0.0223312583, -0.00681253476, 0.0150106698, 0.0182090979, 0.00887361541, -0.00036227674, -0.00212458707, -0.00124198862, -0.0215691775, -0.0190289114, -0.0218809377, 0.0151954163, -0.0106691225, 0.00191674707, 0.0100860158, 0.0257259794, -0.00648922799, 0.00261676381, 0.0347092859, 0.0117545091, -0.00255181384, 0.0084983483, 0.00591766788, 0.0144564295, -0.0152646964, 0.0161537901, -0.00710120145, 0.0214421637, -0.0564863048, 0.0279891267, 0.00341204065, -0.0166618433, -0.0141677633, -0.0161768831, -0.0339933932, -0.029282352, -0.0202759504, 0.00830782857, 0.012759069, 0.0010630152, 0.0323999524, 0.00990704168, -8.42546e-05, -0.0301137138, 0.0134518696, 0.0173661895, -0.00767853484, 0.00699150795, -0.0336931795, -0.0388429947, -0.0159921367, 0.00130549527, 0.00715316134, 0.016569471, 0.0183245633, -0.0163154434, -0.0125974156, -0.00816926826, -0.0420067832, 0.0054586879, 0.00601581438, -0.0371109955, -0.00947981514, 0.00290254387, -0.00789214857, 0.0209110174, -0.0130823757, -0.0302060861, -0.0371109955, -0.00807689503, -0.0125050424, -0.0110790292, 0.0484498218, 0.00301079405, -0.00499970792, 0.014029203, -0.00964724179, -0.0168581363, -0.0329311, 0.00206108042, 0.00272212713, -0.00936434884, -0.0183592048, 0.0541307852, -0.00285347062, -0.00128312362, 0.00409329403, 0.00814040191, -0.0147797363, -0.0194907766, -0.01882107, 0.0249869917, -0.0283817127, 0.00528548798, -0.0418913141, 0.0210842174, -0.00255758711, -0.029744219, 0.0171006173, -0.02932854, -0.0237861387, 0.0195946973, -0.0397667289, 0.0113907894, -0.0383118466, -0.0213497914, 0.00175365037, -0.00512960786, -0.0396512635, 0.0381732881, -0.0306448601, -0.0193522181, -0.0111367628, -0.0273887, -0.00706078811, -0.019063551, 0.0222619772, -0.00422030734, 0.00383349415, 0.0231857114, 0.0265804324, -0.00654696161, -0.0027336739, -0.0233820044, -0.0214883517, -0.00562034128, 0.0155880032, 0.0108019086, -0.0126551492, 0.000440938427, 0.026418779, -0.0161422435, 0.00689913472, -0.0140638426, 0.0292130727, -0.0107788155, -0.0378268883, -0.0191328302, 0.0156688299, -0.014225496, -0.0277812853, 0.00831937511, 0.034824755, 0.00781132188, -0.0272039529, 0.00960105564, -0.0606431067, 0.00475145411, 0.0295594726, 0.00626984145, -0.0035852408, -0.00577333476, -0.0186594166, -0.00767853484, -0.00590612134, -0.00202499703, 0.0147912828, 0.00147220027, -0.0070434683, -0.00245944061, -0.0496968627, -0.00230644713, -0.0086195888, -0.00702614803, 0.00379885407, -0.0101610692, -0.00232376717, -0.030575579, -0.00011221919, 0.00831360184, 0.00183880702, -0.0163731761, 0.0118006961, 0.00728017464, 0.00139714696, 0.00446567405, -0.00929506868, -0.000684500963, 0.0117083229, -0.0154840834, -0.0496968627, 0.0140984831, 0.0214306172, -0.000754863489, 0.001674267, 0.0139714694, 0.00834824145, -0.0235436577, -0.00700882822, -0.00172478368, 0.0147104561, 0.00414814102, 0.000951156893, 0.0141908564, -0.000916516874, -0.00565209473, -0.00948558841, 0.0076843081, -0.00613128114, 0.0104728285, -0.0150106698, 0.0125396829, -0.0424224623, 0.026788272, -0.0137982694, 0.0052595078, -0.0125396829, -0.00182870368, -0.0187402442, 0.00228479714, -0.00702037476, -0.0225160047, 0.000263588794, -0.0127128828, -0.00984930899, -0.00663356157, 0.0245020315, -0.0200450178, 0.0193753112, -0.025956912, 0.0593960658, -0.0277812853, 0.0118815228, -0.00948558841, 0.00142745697, -0.0307834204, -0.0208186451, 0.0446394235, 0.017354643, -0.0206916314, -0.00938744191, -0.011315736, 0.0114600686, 0.000674036797, -0.0113215093, -0.00476877438, -0.0136481626, -0.0228046719, 0.0053692013, -0.0173661895, -0.00853298884, 0.0127013363, -0.0305293929, 0.015934404, 0.00726285484, 0.0151145896, -0.0185324047, -0.000921568542, -0.0356792063, -0.00699150795, 0.0132093895, -0.00735522807, 0.00702614803, 0.0117140962, 0.0224698186, 0.0337393656, 0.00664510811, 0.0226776581, -0.0119392555, 0.0502511039, 0.0125512294, -0.0273425132, 0.0167080294, 0.01947923, -0.00994168222, -0.0102245752, -0.0131285628, -0.0208301917, -0.0457017161, 0.0170544311, -0.00994745549, -0.0104959225, 0.00789214857, -0.000536559266, -0.0130361896, 0.00758616161, 0.00859072153, -0.0153224301, 0.0346169136, 0.0122510158, 0.00819236133, 0.0244327523, 0.0245020315, 0.0247791521, -0.00771317491, -0.00399803417, -0.00278996397, 0.0408290215, -0.0174932033, -0.000283434638, 0.00163241033, -0.00496218121, 0.0178973377, 0.00163818372, 0.00897753518, -0.0245713126, -0.0102880821, 0.03099126, 0.00266295066, 0.00641417457, -0.0126089631, 0.0037844209, -0.0282431524, 0.0022227338, 0.0235321112, -0.0369724333, -0.0109751094, 0.0326308869, -0.00684140157, -0.00753420172, -0.00488712778, -0.024709871, -0.0116910022, -0.00320708728, 0.0257028863, 0.025587419, 0.0224582721, -0.0124588562, 0.0167426709, -0.0055857012, -0.0102534425, 0.00938166864, 0.0182668306, -0.0123780295, -0.0257721655, -0.0122279227, -0.0164078176, -0.00111714029, -0.00928929541, 0.0257721655, -0.00471970113, 0.00317533407, 0.0118353358, -0.00138271367, 0.0227700323, -0.00676634815, 0.0465792641, -0.00778245507, -0.0302753672, -0.0079845218, -0.00407886086, 0.0204953384, 0.00499104755, -0.0282431524, -0.022192698, 0.00463310117, -0.00299347402, -0.000719501812, 0.00446567405, -0.0111540826, 0.0260492861, 0.0101899356, -0.00862536207, 0.00466196751, 0.0040904074, 0.0119161624, -0.00999364257, 0.0161999762, 0.0191212837, 0.00892557483, 0.0260261931, -0.0132786697, 0.00962992199, -0.0155302696, 0.0306448601, 0.0305293929, -0.0101668425, -0.000539085129, 3.60833401e-05, 0.00653541461, -0.017354643, -0.0212458707, 0.0242249109, 0.00227758056, 0.0122048296, -0.00114384189, 0.0294901934, 0.0171237104, 0.00500259455, 0.0114542954, -0.0272963252, 0.0201835781, -0.0347092859, -0.00150972698, 0.00284769735, 0.00254748389, -0.00260088732, 0.0327232592, -0.00991858914, -0.0065180948, 0.0161653366, 0.00574158132, -0.00436175428, 0.0130823757, 0.0100860158, 0.00895444211, 0.00527971424, -0.00603890792, 0.00571848778, 0.00238727382, -0.00175509369, 0.00201922376, -0.00394896092, -0.0152877895, -0.0254257657, -0.0134287765, -0.00713006826, -0.00442237407, 0.0293747261, 0.0113965627, 0.0182552841, -0.00172478368, -0.0211073104, -0.0237168577, 0.0259338189, -0.0109173758, 0.00482939417, 0.0290052332, 0.00305409404, -0.024709871, -0.00979734864, 0.0137174428, 0.0183130167, -0.00980889518, 0.00678366795, 0.0114600686, -0.0198371783, 0.00586570799, 0.0320304595, 0.0214075241, 0.0096645616, -0.00878701545, -0.00957218837, -0.0204029642, -0.0126551492, -0.00561456801, 0.00110559352, 0.0138906427, 0.000920125167, -0.0169736035, -0.0190981906, -0.00435886765, 0.000912908523, 0.00811153464, -0.0333005935, -0.0116505893, -0.00850412156, -0.00123982364, -0.0108654154, 0.00369782071, -0.016130697, 0.0245251246, 0.0139021892, -0.0088332016, 0.0128860828, 0.0212805104, 0.00811153464, -0.0184977632, 0.0120662693, 0.0248946194, 0.00253593712, 0.0234166458, -0.000218484623, -0.0198718179, -0.0107961353, -0.000152812951, -0.0024666572, 0.014444883, 0.00340626738, -0.0314993151, 0.0253795795, -0.00573292142, 0.00592921441, -0.0311760064, -0.0197101645, -0.00269759051, -0.0139483763, -0.0249177124, -0.0061024148, -0.021800112, 0.010813456, 0.0222850721, -0.0291668866, -0.00669129472, -0.0552854501, 0.00357369403, -0.00912186876, 0.0111309886, -0.0198487248, -0.010570976, 0.00388545427, 0.0320997387, 0.0280353129, 0.0225390978, 0.00703769503, 0.00566941453, 0.0290052332, 0.00991858914, -0.000766410143, -0.00980312191, -0.0371571817, 0.0101726158, 0.0114600686, -0.00323306746, -0.00491310749, -0.0112406826, -0.0171814431, 0.0342012346, -0.00443392107, -0.0127244294, 0.00632757461, 0.0148143768, 0.0399283804, -0.0188441649, -0.0151261361, 0.0227700323, 0.000834246865, -0.00086239184, 0.00184891035, -0.0252872054, 0.0196870714, 0.0051584742, -0.0336008072, -0.015888216, -0.0137174428, 0.00631602807, 0.00976270903, -0.0133017628, 0.0233011786, -0.0417989418, -0.0185439512, 0.00117343024, 0.011292642, -0.0348478481, -0.0334160589, -0.0106229354, -0.00165694708, -0.0210033916, 0.0216961913, -0.0134749627, 0.00529414788, -0.021165045, -0.00325327413, -0.0174470171, -0.00852144137, -0.047341343, 0.00153570704, -0.0202066712, 0.0128168026, 0.00857340172, 0.0291899797, -0.028450992, 0.00122755521, 0.00204664702, -0.0225621909, 0.00924310833, 0.00964724179, -0.0115524428, 0.00400669407, 0.00864268187, -0.00894289557, 0.020945657, 0.0058743679, -0.000367869652, 0.0189711768, -0.000152542329, 0.0275041666, 0.00666242791, -0.024732966, 0.0207031779, 0.00733213499, 4.43148529e-05, 0.0257028863, 0.0232896321, 0.00206541037, 0.0164193641, 0.00960682891, 0.0242018178, 0.0274579786, 0.01864787, 0.00299924728, -0.0160845108, -0.0191905648, -0.0066162413, 0.00649500126, 0.00729749491, -0.00271779718, -0.0137982694, 0.0423762761, 0.00715893507, -0.00140797195, 0.00716470834, -0.0222966187, 0.00239593373, 0.00703769503, -0.0125743225, 0.0193868577, -0.00612550788, -0.0123318424, -0.00104569527, -0.0297673121, -0.0154494429, 0.0173661895, -0.0151030431, -0.0115178023, -0.0338779278, -0.0136943497, 0.0051584742, 0.0164886434, 0.0401593149, -0.00323306746, 0.00596962776, -0.000162194614, 0.0174701102, 0.00819236133, 0.01882107, -0.0249638986, 0.0262802187, -0.0243865643, -0.0163731761, 0.0296980329, -0.0214537121, -2.31440799e-06, 0.0111194421, 0.0107037621, 0.031799525, 0.0113388291, 0.00704924157, 0.0116159488, -0.0554240122, -0.0107153086, 0.00412216084, -0.0214768052, -0.026788272, 0.00643726811, 0.00559436111, -0.0208879244, 0.041083049, -0.000400164252, 0.00576178776, -0.00330812065, -0.0148143768, -0.0186709631, 0.00283903722, -0.00494486094, -0.0326077938, -0.000180777541, 0.0106171621, 0.0369724333, 0.0115582161, -0.0157381091, -0.0063102548, -0.0262109395, -0.0319842733, 0.0245482177, -0.00738986814, -0.0134865092, 0.0107672689, -0.0117429625, 0.0361641683, -0.00186045701, 0.00836556219, 0.0250100847, 0.00849257503, -0.0134287765, -0.0115524428, 0.0214883517, 0.0107557224, -0.0132209361, 0.00417123409, -0.0105247889, -8.24504314e-05, 0.00529126124, 0.0460943021, 0.000269181735, 0.00347843417, -0.000298950472, -0.0275503527, -0.00256047398, 0.0162808038, 0.001674267, -0.0126897898, -0.0122625623, 0.000790946826, -0.012782163, -0.025564326, -0.00823854841, -0.00437907409, -0.0161768831, -0.00386813423, 0.00624097465, -0.00368338753, -0.00163818372, 0.0200450178, 0.0111944955, 0.0122856563, 0.0151261361, 0.00666820118, -0.00325616077, -0.000712285168, 0.000619551, -0.0051584742, 0.0038739075, -0.00747069484, -0.0166849364, 0.027619632, -0.0147104561, 0.0261185654, 0.0117198694, 0.0174239241, 0.00190231379, 0.00697996141, 0.0177010428, 0.0179204307, 0.000729244319, -0.0214421637, -0.0127013363, -0.0111367628, 0.000751255138, -0.0127937095, -0.00513538113, -0.0054760077, 0.0240170714, 0.0239939783, 3.9556362e-05, 0.0150106698, 0.00932393502, 0.00717048161, -0.0110905757, 0.00908145495, -0.00381617411, -0.0180474445, 0.00252294727, 0.0137520833, 0.01632699, 0.00609664107, 0.0095490953, -0.0104959225, 0.020726271, 0.00960105564, 0.0187979769, -0.0278967526, 0.021361338, -0.0241094455, -0.00144622033, -0.0228854977, -0.0140061099, 0.00514692767, 0.00802493468, 0.000967033557, 0.00351307401, 0.0102130286, -0.00895444211, -0.00874660164, 0.0198833644, -0.00680676149, 0.00988972187, -0.00565209473, 0.00687604165, 0.0139714694, 0.00178107375, 0.0314993151, 0.00602158811, 0.0108711887, 0.00417989399, 0.000580220134, -0.00677789468, -0.025518138, -0.016962057, -0.0104324156, -0.0143294167, -0.0261647515, 0.000647695968, 0.0186709631, 0.0228624046, -0.00174787699, 0.00649500126, 0.0111309886, 0.0173084568, 0.0117891496, 0.00762657495, -0.00585416146, 0.0330003798, 0.0299289655, -0.000980023528, -0.000721666845, -0.00200334704, -0.0111483093, 0.00236562383, 0.00122033863, 0.00643149484, -0.00498527428, 0.00740141468, -0.0076669883, 0.0271577649, 0.02031059, -0.000535837607, 0.00544425426, 0.00811153464, 0.0231279787, -0.00860804226, -0.00180128042, -0.0170659777, -0.0288204867, 0.0145141631, -0.00827318802, -0.00470526749, -0.00276831398, -0.0181398168, 0.0137867229, 0.00812308211, -0.00374112069, 0.00229201373, 0.0154725369, 0.0142832296, -0.0160729643, 0.0066162413, 0.00276687066, 0.0131054698, -0.0319380872, -0.000649860944, -0.00279140729, 0.00440505426, -0.00657005468, -0.00132570195, -0.0237168577, -0.0137520833, 0.0167311244, 0.00607932126, 0.0165348295, -0.000244825467, -0.0238092318, 0.00312914723, -0.0149644827, 0.0216269121, -0.00212747371, 0.0351480618, -0.00182870368, -0.00147436536, 0.00786328129, -0.00517579447, -0.00490733422, -0.00649500126, -8.69608484e-05, -0.00537786121, 0.0263033118, 0.01882107, -0.00563766109, -0.00847525522, -0.00512383459, -0.0181629099, 0.00249408046, -0.00302522723, -0.0166156571, 0.00591766788, 0.00506898761, -0.0109635619, 0.0172507241, -0.0189711768, -0.00252150395, -0.00623520138, 0.0176779497, -0.0431845412, -0.00559436111, 0.0169736035, 0.00834824145, 0.00449742749, 0.012782163, -5.28169912e-05, -0.00763234822, -0.0291206986, 0.0190404579, 0.00273078727, 0.00178396038, -0.0170197897, -0.0277812853, -0.0120316288, 0.0167080294, -0.00975116249, -0.0161653366, -0.00177530036, 0.0169851501, 0.0128860828, 0.0103111751, 0.00806534849, 0.00328502734, -0.011292642, 0.0266266186, 0.00493042776, -0.00717048161, 0.0224582721, 0.0180936307, -0.00843484141, 0.00359101407, -0.00493042776, -0.00161220366, -0.00425206078, 0.00319265411, -0.0116159488, -0.0200334713, -0.0126897898, -0.00703769503, 0.00680676149, 0.013197843, 0.0365336612, -0.0367645957, -0.00270480732, 0.0143756028, -0.0216269121, -0.00436175428, -0.00204087375, -0.00291842059, 0.00775936153, 0.00759770814, -0.0278043784, -0.00596962776, 0.00423474098, 0.0160845108, 0.00173055707, 0.022388991, 0.0212689638, -0.00389988744, -0.0216846447, 0.0097684823, -0.00532012759, 0.021800112, 0.0200219247, 0.000496506749, 0.0153224301, -0.00273656053, -0.00540672801, -0.00596962776, -0.016523283, 0.0155187231, 0.00993590895, -0.00489578769, -0.0158651229, 0.00623520138, -0.0048322808, 0.000442020915, 0.0201489385, 0.0130708292, -0.00258789724, -0.0062987078, -0.0177010428, 0.00437618745, 0.00515558757, -0.00561456801, -0.00714738807, -0.00606777472, 0.00613705441, 0.0438542478, 0.0358177684, -0.0116679091, -1.86956804e-05, 0.01882107, -0.00365163409, -0.0148836561, 0.0181975514, 0.0182090979, 0.00285491394, -0.0198833644, 0.00277408725, -0.00349575398, 0.00333410059, -0.0191097371, 0.00773049518, -0.0240401644, -0.00585704809, 0.00325038726, -0.0090525886, -0.0205415245, -0.00120374025, -0.0196408834, 0.00424628751, -0.0125050424, -0.0226083789, 0.0141446693, -0.0131632024, 0.00960682891, 0.00870618876, -0.0051613613, -0.0076669883, 0.00414525438, 0.0118468823, -0.00206541037, 0.0181167237, -0.00410484103, -0.00817504153, -0.0184515771, -0.0116794556, 0.0296056587, 0.000925898552, -0.00333987409, 0.013394136, 0.024317285, 0.00511228759, -0.00153859367, -0.00397205399, 0.00143106526, 0.0149067501, -0.0124126691, 0.0135211498, 0.00736677507, -0.0231626183, -0.0170428827, -0.0109289223, -0.00743028149, 0.012978456, -0.0101033356, 0.00253305049, -0.016765764, 0.0183707513, 0.0229085907, 0.0159459505, 0.0229778718, -0.00521909446, -0.00844638888, 0.00254171062, 0.0129322698, -0.00597540149, -0.00628138799, -0.022631472, -0.0261185654, -0.00828473549, 0.00975693576, 0.0233127251, 0.00939321518, -0.028081499, -0.00675480161, -0.033554621, -0.00463021453, 0.00153137697, -0.00318688061, -0.0198718179, 0.0172160845, 0.0135673359, 0.0132555766, 0.010986656, 0.000572642602, -0.0156341903, -0.0120085357, 0.00447722105, 0.0151261361, 0.010264989, -0.0146873631, 0.00812885538, -0.0313145667, -0.0149529362, -0.0128168026, 0.0249638986, 0.001674267, -0.00961260218, 0.0111309886, -0.0145949898, -0.00943940226, 0.0107095353, -4.75849047e-05, 0.00536054093, -0.00128745358, 0.00756306807, 0.000138379619, -0.023901606, 0.0121009089, 0.0205992572, 0.00728017464, -0.0147335501, -0.0172391776, 0.00897176191, -0.00281738723, -0.0113215093, 0.00332255405, 0.0156803764, -0.00859649479, 0.00598694803, -0.0121932821, -0.0176664032, -0.0042174207, 0.00763234822, 0.00348998071, 0.0104497354, 0.00550487451, -0.00789792184, 0.0215922706, -0.00056073512, 0.0197909903, -0.0145603493, 0.0143294167, 0.0053692013, -0.0240170714, 0.024709871, 0.00174643367, 0.0157727506, 0.00999941584, 0.0414987281, 0.0185439512, -0.00753997499, 0.0137982694, -0.0229432322, 0.0010254886, -0.00919692218, -0.018035898, 0.00793833472, -0.00624097465, 0.0271577649, 0.00294440053, -0.00576178776, -0.00368050067, 0.0136481626, 0.00169447367, 0.0021996405, 0.0152531499, 0.0235321112, -0.0191443767, -0.0120316288, 0.0233820044, 0.032677073, 0.00789792184, -0.0182206444, -0.00034495673, 0.0148374699, 0.0004481551, -0.00706078811, 0.0034582275, -0.00280006719, 0.00886206888, -0.0176317636, 0.00831360184, 0.00503723463, 0.00671438826, -0.0136712566, 0.0166156571, -0.00286646071, 0.0452167578, 0.0143525098, -0.0120085357, 0.000644087617, 0.00317244744, -0.0120662693, 0.0148490164, 0.015691923, -0.00339472061, -0.0093528023, 0.0108076818, -0.0328387283, -0.0111021223, -0.0144564295, 0.0113619221, 0.0245482177, 0.0217192844, 0.00823277514, -0.000210365877, 0.0137636298, -0.0198718179, -0.00542693445, 0.0058830278, 0.00061233429, -0.0363951027, 0.0295132864, -0.0124934958, -0.000633262622, 0.0156572834, -0.00859072153, 0.00761502841, -0.0272039529, -0.0177010428, -0.00399803417, -0.0281969663, -0.0176548567, -0.00882742833, 0.01965243, 0.0336469933, -0.000867443508, -0.0149991233, -0.0344552621, -0.024686778, -0.00414525438, 0.0157612041, 0.00534322113, 0.00730904145, 0.0196755249, 0.0112464558, 0.00598117476, 0.0213382449, -0.0104439622, -0.0137174428, -0.0217192844, 0.0168812294, -0.0225044582, 0.0212458707, -0.00131343363, 0.0116505893, -0.00934125576, -0.00633334788, 0.0488193184, 0.0169851501, 0.0153108835, -0.014641176, -0.0167426709, -0.00133364031, -0.022631472, 0.0157034695, 0.00377287413, -0.00722244149, 0.019698618, -0.0083020553, 0.0129553629, 0.0022443838, 0.0157612041, -0.0174585637, 0.0126089631, 0.0218693912, 0.028450992, -0.00561745465, 0.0134287765, 0.00299636065, -0.00219819718, -0.0211419519, -0.0100167356, -0.0143871494, 0.00316667394, -0.00573580805, -0.000159939402, 0.00918537565, -0.00131343363, -0.00273078727, 0.00792101491, 0.00135601196, -0.0258876327, -0.0203914177, -0.00334276073, 0.00706078811, -0.0098666288, 0.00521043455, 0.0100051891, -0.0320304595, 0.0163385365, -0.00764389476, 0.0214190707, -0.000496506749, -0.00591189461, -0.00121095695, 0.000838576816, -0.00479764119, -0.00652386807, 0.0129900025, 0.0182783771, -0.013809816, 0.0094509488, -0.0162115227, -6.42734522e-05, 0.0189134441, 0.00834824145, 0.0168234967, -0.0118930694, 0.00722244149, 0.0116505893, -0.00864268187, -0.0118006961, 0.0102880821, 0.00390277407, 0.00631602807, -0.0134980557, 0.0336700864, 0.00860226806, -0.00898908172, 0.00134230033, -0.00605622772, -0.000554600963, -0.00658737496, -0.00512383459, 0.0128976293, 0.0187171511, -0.0239708852, 0.00532878796, 0.020726271, 0.00986085553, -0.020114297, 0.0286357403, -0.0248946194, -0.021753924, -0.0162577108, -0.00359390071, -0.01715835, -0.00611396134, -0.00762657495, -0.00978002883, -0.0206569918, -0.0189018976, -0.0013033303, -0.0128168026, -0.00404999405, 0.0190866441, 0.0223197117, -0.0133594964, -0.00227902387, 0.00144333369, -0.00298192725, 0.0362565406, 0.00733213499, 0.00530569442, 0.00842906814, -0.0133479498, -0.0115235755, 0.0130477361, -0.00171468034, 5.63802205e-09, 0.00744760176, 0.0167426709, 0.0166502967, -0.00678366795, 0.00677212141, -0.0116332695, -0.00497661438, -0.0192021113, 0.00208850368, 0.00112652185, -0.00698573468, 0.0328387283, -0.00560590765, 0.00364008732, -0.000824865187, -0.00159632706, 0.00760348141, 0.00273078727, 0.0123780295, -0.0126205096, 0.0196062438, -0.017597124, 0.00932970829, 0.00375266746, 0.0274117924, 0.0121240029, 0.0286819264, -0.00643726811, -0.0140407495, -0.0174470171, -0.0137636298, 0.0115582161, 0.0161191504, 0.00584550109, -0.0287512057, -0.0252179261, -0.00396050746, 0.00533744786, -0.0135211498, -0.0179666169, 0.00701460149, 0.022388991, 0.0185785908, 0.00885629561, 0.00910454895, 0.00193695375, -0.0133017628, -0.00460712099, 0.00722821476, -0.00422608107, -0.00796720199, 0.0167080294, 0.00785750803, -0.00902949553, 0.0252641123, -0.0056838477, 0.0021491237, -0.00372957415, -0.00560879475, -0.0278736595, 0.00667397492, 0.0261185654, -0.00882742833, -0.0267189927, -0.0125281364, -0.00989549514, -0.0114889359, 0.00445701415, 0.00306852721, -0.00626984145, -0.00596385449, 0.0252641123, 0.0167773105, -0.0227122977, 0.0277351, -0.00915650837, 0.00770740164, 0.00641994784, -0.0262109395, 0.001310547, 0.0328849144, 0.0125396829, -1.17496375e-05, -0.00573580805, 0.00907568168, 0.00745337503, 0.0156688299, 0.0123202959, 0.0167080294, 0.028959047, 0.00577044766, -0.00561456801, 0.0272039529, -0.000661407656, 0.0104381889, -0.00923156179, 0.00381617411, -0.000155970236, 0.0152531499, 0.00999364257, -0.00213757716, -0.00187200378, -0.00809421483, -0.0148721095, 0.00134663028, -0.0232780855, 0.0027192405, -0.0141446693, -0.010680669, -0.0174470171, 0.0111887222, 0.028912859, -0.0050603277, -0.00595230795, 0.00374400755, 0.011927709, -0.00891402829, -0.00238005724, 0.0379654467, 0.000378514233, -0.00523064099, 0.0125165889, 0.0148952035, -0.0258645397, -0.0102188019, 0.00133869192, 0.00482650753, 0.0283355266, -0.00886784215, 0.0055857012, 0.000830638513, -0.00723976176, 0.00150395359, 0.0053576543, 0.0117256427, 0.0230125114, -0.00774781499, 0.00235407706, -0.00245655375, -0.00769585511, -0.00250995718, 0.00398937427, -0.0138213625, -0.026811365, -0.000412793423, -0.0246405918, 0.0164655503, 0.0148721095, 0.0110386154, 0.0164886434, 0.0148836561, -0.0182437375, -0.0113503756, -0.0300906189, 0.0137058962, -0.00237284042, -0.0139021892, -0.0210149381, -0.00560302101, 0.0100975623, -0.0311298203, -0.00417123409, 0.00532878796, 0.000365524233, -0.0160729643, -0.0295363795, -0.00948558841, 0.00521620782, -0.00852144137, 0.00215634052, 0.00927197561, 0.0174354706, 0.0116505893, -0.00290687406, 0.00376132736, -0.00505455444, -0.0240170714, -0.00668552145, 6.04395973e-05, 0.00902949553, -0.000405576749, 0.00577910803, 0.00775358826, -0.00351307401, 0.0113330558, 0.0182899237, -0.0220194981, 0.00812308211, 0.0047254744, 0.0104901493, 0.00635644142, 0.00630448153, 0.0169851501, -0.00634489488, -0.00596385449, -0.022850858, -0.0253795795, -0.00288522383, -0.00751688145, -0.000308692979, -0.0176086705, -0.000692800153, -0.0157496575, -0.00259367051, 0.0058916877, 0.0175278429, -0.0168004036, -0.00700882822, -0.0111078955, 0.0034668874, -0.00355348736, 0.0172160845, 0.0088158818, -0.0287281126, 0.00490733422, -0.0128168026, 0.0138675496, -0.0245482177, -0.002725014, 0.00444258098, 0.029351633, -0.00713006826, -0.0100167356, 0.0139137367, -0.00558281457, -0.0234050974, 0.00348709407, -0.0137867229, -0.0063102548, 0.0200681109, 0.00617169449, -0.0117025487, -0.00860226806, -0.0214537121, 0.0179666169, 0.0163385365, 0.000764966826, -0.00432134094, 0.0102188019, 0.00201200717, 0.0283586197, -0.0270423, 0.0110501619, -0.0111598559, -0.0127013363, 0.024686778, 0.0164078176, -0.00198025373, 0.00331678079, -0.00108177855, -0.00467928778, -0.0136366161, 0.012782163, 0.00489290105, -5.59742839e-05, 0.00867154822, -0.0128168026, -0.00846948195, 0.0154263498, 0.00807112176, -0.0178742446, -0.00311760069, 0.0172853637, 0.0107326293, 0.00978002883, -0.0252179261, 0.00883897487, -0.00823277514, 0.0141215762, -0.000873216835, 0.0124588562, 0.0397436358, -0.000149294821, 0.0133133093, -0.0200796574, -0.0145026166, 0.0261185654, 0.00982621498, -0.00207118387, -0.00168437033, -0.00298481388, 0.00613128114, -0.0111944955, 0.0068240813, -0.00815772172, 0.00303100073, -0.0116274962, -0.00844061468, -0.00648922799, 0.00148952031, -0.00508630788, 0.0203452315, 0.035609927, -0.000239593384, -0.000158315655, 0.0161653366, 0.00715893507, -0.018186003, -0.000262867135, 0.00111641851, 0.0094509488, -0.0110270688, 0.00223572389, -0.0157150161, -0.0125974156, 0.000598622602, -0.023024058, 0.0302522723, -0.00351884752, 0.001622307, -0.0153455231, 0.00467062788, 0.00931238849, 0.0308296066, 0.0141215762, 0.0126089631, -0.0142024029, 0.0204953384, -0.033069659, 0.0221003238, 0.0139830159, -0.0147566432, -0.0071416148, -0.0309681669, -0.00831360184, 0.00511806086, -0.00919692218, -0.0178049635, 0.00920846872, -0.0170428827, 0.0142024029, 0.00187344709, 0.00149529369, -0.0133710429, -0.000161833785, 0.0121355494, -5.29523022e-05, -0.0173315499, -0.00480052782, 0.0102476692, -0.0176433101, -0.00253305049, -0.0101091089, 0.00176519703, 0.00575024122, -0.0135788824, 0.0107845888, -0.00211737049, 0.0170775242, 0.00782286841, -0.00510940095, 0.0157034695, -0.0290514193, -0.00383060751, -0.0214537121, -0.0072513083, -0.0114773894, -0.00219386723, -0.000234180887, -0.00999941584, -0.00985508226, 0.00417700736, 0.00751688145, -0.0194099508, 0.00657582795, 0.000562900095, 0.0199295506, -0.00509496778, -0.00770162838, 0.00357369403, -0.0155302696, -0.0123895761, -0.0119969891, 0.0405749939, 0.00197015051, -0.0134056825, 0.000974250201, -0.00545291463, 0.00293574063, 0.0174585637, -0.0151607767, -0.0114312023, 0.00530858105, -0.00506321434, 0.00752842845, 0.0112406826, -0.00288666738, -0.00258068065, -0.000350008399, 0.00764389476, -0.00229057041, -0.00241758395, -0.00433577411, 0.00125570025, -0.00726862811, 0.00465330761, -0.0108711887, 0.00581374811, -0.00380751421, 0.0265342463, -0.0111252153, -0.000238691297, -0.0240863524, -0.000934558513, -0.0188441649, -0.00399514753, 0.00386524759, -0.0108076818, 0.0264880583, 0.00458980119, 0.00550776115, 0.00531435432, 0.00117631687, 0.0280122198, 0.00215345388, 0.00508919451, 0.00902372226, -0.00432422757, 0.0269268323, -0.00540095428, -0.00142312702, 0.00050841429, -0.0281276852, -0.0244327523, 0.00746492157, -0.0104093226, -0.00306275394, -0.015276243, -0.0223312583, 0.0231510717, 0.00109693361, -0.0244327523, 0.00692800153, -0.0129669094, -0.0148374699, -0.00894866884, 0.00879856199, 0.00517868111, -0.00518445438, -0.00327925407, -0.0131632024, 0.0066162413, 0.00669706799, -0.00931816176, 0.0238323249, 0.00846948195, 0.00325327413, -0.00794410799, -0.0063102548, -0.0336931795, -0.00677212141, 0.0325616077, 0.0182090979, 0.0282200594, -0.0257721655, -0.0104786018, 0.0131516559, 0.0141562168, 0.000407741754, 0.00129467028, -0.0136943497, -0.00400669407, -0.00890248176, 0.00702037476, 0.0263495, -0.0010110552, 0.0245944057, -0.0021491237, 0.0112118153, -0.00387968076, 0.0134403231, -0.00637376122, -0.0182783771, 0.00437330082, 0.00882165506, 0.0137867229, -0.015691923, -0.0277812853, -0.0111021223, 0.0140638426, -0.00642572157, -0.0233473647, 0.0300213397, 0.0122741088, 0.0140638426, 0.0145718968, 0.00434154738, 0.00401246734, 0.00581086101, -0.023901606, 0.00129322696, 0.0197101645, 0.0134980557, 0.00684717484, -0.0215691775, 0.00137044524, -0.00177963043, -0.010900056, -0.00376710086, -0.0064084013, -0.00834824145, 0.0307141393, 0.00151405693, -0.00648922799, 0.00919114891, -0.00160498696, -0.00676057488, -0.0288204867, -0.0006040351, 0.0132671231, -0.0275272597, -0.018232191, 0.00416546082, 0.00554240122, 0.00512094796, -0.00545291463, -0.00996477529, -0.00563477445, -0.0187286977, 0.0115755359, 0.0183476564, 0.012562776, -0.00943362899, -0.00338317407, 0.0148259234, 0.0186709631, 0.0233935509, 0.00980889518, -0.0118353358, 0.00306564057, 0.0231048856, 0.00098363182, 0.00475722784, -0.0147220027, -0.00498238765, -0.00353616732, 0.0242018178, -0.0121932821, -0.0159574971, -0.0245944057, 0.00259511382, 0.0200681109, -0.00482650753, 0.0220425911, 0.00079311186, -0.01632699, -0.0408521146, -0.000767853518, 0.00617746776, 0.0113792419, 0.0261416584, -0.0236244854, 0.0309681669, -0.0123780295, -0.00304254727, 8.92498883e-06, -0.00218232046, 0.0159113109, -5.71920937e-05, 0.0212689638, 0.0174585637, 0.0104035493, -0.00605045445, -0.00478320755, -0.0157958437, 0.00815194845, 0.00906413514, 0.0185439512, 0.00187200378, -0.0322383, 0.0106518026, -0.0228624046, 0.00889670849, 0.00438773446, -0.00585416146, -0.00759193487, 0.00741296168, -0.0288435798, 0.0161537901, -0.00676634815, -0.00797297526, -0.00646036118, -0.00536054093, 0.0101957088, -0.00802493468, -0.00133075367, -0.0138213625, 0.0128745362, 0.00338317407, 0.00612550788, -0.0198833644, 0.0148490164, -0.0111887222, -0.00877546892, -0.00148086029, -0.0208648313, 0.0126551492, 0.0128860828, -0.0202759504, 0.000248794648, 0.0204376038, -0.0110155223, -0.0027784172, 0.00822122861, 0.0128629897, 0.00384215405, 0.0136712566, -0.0194330439, 0.00647190819, -0.00789214857, 0.0128283491, -0.01947923, 0.0128398957, -0.0113734687, 0.00901217479, 0.00201489381, -0.00617169449, 0.00418855436, -0.0011885853, 0.000771461811, -0.00701460149, -0.0103227226, -0.00227613724, 0.000997343566, 0.0157034695, -0.0192136578, 0.0216730982, 0.0185670443, -0.00648345472, -0.00135745527, -0.00305698067, -0.0218116585, 0.0205184314, -0.0252410192, -0.0195138715, -0.00687604165, -0.00259655714, -0.00531724095, -0.000182942546, -0.0110790292, 0.0119738961, 0.0146065364, 0.000629654329, 0.011644816, -0.0261185654, -0.0150106698, -0.00308296061, -0.0175740309, 0.0102765355, -0.00493620103, -0.00429247413, -0.0156226438, 0.0330003798, 0.00283182063, -0.00815194845, -0.0347785689, 0.0152531499, 8.65098118e-05, -0.0333467796, -0.00250562723, 0.0264418721, -0.0197678972, -0.00139065192, 0.0036660675, -0.000314105477, 0.00363431405, 0.00595230795, 0.0136366161, 0.00382194738, 0.0154148033, -0.00146714866, -0.00791524164, 0.00806534849, -0.022215791, -0.0177587774, 0.0138906427, 0.00913918857, 0.00521620782, 0.0189711768, -0.000106175234, -0.0241325386, 0.0044281478, -0.00214623706, -0.00593498815, 0.0215229914, -0.00595808122, -0.000310497155, -0.022850858, -0.00523352763, 0.00605045445, 0.0184053909, -0.0113734687, -0.0101148821, -0.00452340767, -0.0299520604, 0.00663933484, -0.004399281, -0.0110905757, -0.030552486, -0.0217077378, -0.00663933484, -0.0244789384, 0.0176202171, 0.0037699875, 0.00197159383, 0.000681614329, 0.0136828031, 0.00909877568, 0.0141331227, 0.00131271197, -0.0279429387, -0.0092488816, 0.0210149381, -0.0057762214, 0.013394136, 0.0039922609, -0.00339760748, 0.0153108835, 0.0257490724, 0.00869464222, 0.00946249533, 0.0133248558, -0.012759069, 0.00348709407, -0.0179435238, 0.0172045361, -0.0245482177, -0.0299058724, -0.0139714694, 0.00121673022, 0.0105478819, -0.0034668874, -0.0123780295, -0.00477454765, 0.0122741088, -0.00271635386, -0.00535476767, -0.000195752131, 0.0162577108, 0.0261878464, 0.0102996286, -0.000464031764, -0.0235090181, 0.00778822834, 0.00354194082, 0.0117487358, -0.00766121503, 0.0100744693, -0.00806534849, 0.00215922715, 0.0195254181, 0.0150106698, 0.00404999405, -0.0229547787, -0.00361699401, -0.00176952709, -0.0103573622, -0.0123780295, -0.00138199201, -0.000296605052, -0.00329080061, -0.020749364, 0.00710697472, -0.014029203, 0.0056665279, -0.0108711887, 0.00665665464, 0.00598117476, 0.0493735559, 0.00283182063, 0.0097858021, -3.21141742e-05, 0.0189134441, 0.000451041764, -0.0208417382, 0.0143986968, -0.0197448041, 0.00294295722, 0.000777956855, 0.0150106698, 0.0130823757, 0.00529992115, -0.0104959225, 0.0110328421, 0.00296749407, 0.0270653926, 0.0072513083, -0.00986085553, 0.0123780295, 0.03099126, 0.00625829445, -0.0259107258, 0.0201258436, -0.00650654826, 0.00980312191, 0.0053692013, -0.00495640794, 0.00162375032, 0.00595808122, 0.0048438278, -0.00696841488, -0.00592344115, -0.00794410799, -0.0221118722, 0.0229085907, -0.00269326055, -0.0161653366, -0.00886206888, 0.0226199254, 0.0078863753, -0.00611396134, 0.00269181724, 0.0516367033, -0.000895588542, -0.00337451394, -0.00359101407, 0.0234397389, -0.0147681898, -0.0285433661, 0.017793417, 0.0144102434, -0.00538940774, -0.00279862387, -0.0302984603, 0.00749956165, 0.010680669, 0.00138487865, 0.0068240813, -0.0105594285, 0.0128052561, -0.0185439512, -0.00161653373, 0.0181975514, 0.00211304054, 0.00987817533, 0.0091507351, -0.0235321112, 0.00949136168, -0.00095260021, 0.00848680176, -0.00439639436, 0.01466427, 0.0122048296, -0.0022530437, -0.000386091735, 0.0171698965, -0.0110674826, 0.0127128828, 0.0398591, 0.0245482177, -0.000999508542, -0.00625829445, 0.00248830719, 0.00586282136, -0.00606777472, 0.0214768052, -0.0312221926, -0.000317713828, 0.0266959, 0.0114138825, 0.0131170163, -0.0258876327, 0.00511228759, 0.0134056825, -0.00290976069, 0.0201489385, 0.0202644039, 0.0087177353, 0.0196062438, 0.00199324382, -0.00333121396, 0.0130246431, 0.000735017646, 0.01383291, -0.0208879244, -0.0317764319, 0.00457248092, 0.00170169037, -0.00935857557, 0.00957796164, 0.00836556219, -0.00567807443, 0.0189365372, 0.00254748389, -0.00390277407, -0.0244327523, -0.0184400305, -0.00369493407] |
03 Oct, 2024 | Node.js Stream writable.destroy() Method
03 Oct, 2024
The writable.destroy() method is an inbuilt application programming interface of Stream module which is used to destroy the created stream and you cannot call the write() method to write data again after you have already destroyed the created stream.
Syntax:
writable.destroy()Parameters:
This method does not accept any parameters.
Return Value:
It returns all the properties of the Writable in which destroyed property is set to true. Below examples illustrate the use of writable.destroy() method in Node.js:
Example 1:
javascript
// Node.js program to demonstrate the
// writable.uncork() method
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Again writing some data
writable.write('hello');
// Calling destroy function
writable.destroy();
Output:
hihelloWritable { _writableState: WritableState { objectMode: false, highWaterMark: 16384, finalCalled: false, needDrain: false, ending: false, ended: false, finished: false, destroyed: true, decodeStrings: true, defaultEncoding: 'utf8', length: 0, writing: false, corked: 0, sync: false, bufferProcessing: false, onwrite: [Function: bound onwrite], writecb: null, writelen: 0, bufferedRequest: null, lastBufferedRequest: null, pendingcb: 2, prefinished: false, errorEmitted: false, emitClose: true, autoDestroy: false, bufferedRequestCount: 0, corkedRequestsFree: { next: null, entry: null, finish: [Function: bound onCorkedFinish] } }, writable: true, _write: [Function: write], domain: null, _events: [Object: null prototype] {}, _eventsCount: 0, _maxListeners: undefined } So, the created stream is destroyed.
Example 2:
javascript
// Node.js program to demonstrate the
// writable.uncork() method
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Again writing some data
writable.write('hello');
// Calling destroy function
writable.destroy();
writable.write('');
Output:
hihelloError [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed at doWrite (_stream_writable.js:411:19) at writeOrBuffer (_stream_writable.js:399:5) at Writable.write (_stream_writable.js:299:11) at /home/runner/QuizzicalFluffyOperation/index.js:29:10 at Script.runInContext (vm.js:133:20) at Object. (/run_dir/interp.js:156:20) at Module._compile (internal/modules/cjs/loader.js:778:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) In the above example, an error occurs because the write() method was called after the stream was destroyed.
Reference:
https://nodejs.org/api/stream.html#stream_writable_destroy_error
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.cork() Method/Node.js Stream writable.destroy() Method | https://www.geeksforgeeks.org/node-js-stream-writable-destroy-method/?ref=next_article | CSS | Node.js Stream writable.destroy() Method | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, Node.js Stream writable.destroy() Method, CSS, Node.js Stream writable.cork() Method, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.025942592, -0.0136104617, 0.00182663428, 0.0435885675, 0.000486423611, -0.0329358131, -0.00914883707, 0.0175833125, -0.0216940232, 0.0420094542, 0.0102517102, 0.0538402796, -0.021355642, -0.0305546094, 0.016505504, -0.00972533878, -0.0127958395, 0.0059498772, -0.012971296, 0.00928669609, 0.00053537928, 0.0321086571, -0.0213305764, -0.000869452837, -0.000196312263, 0.0158788711, -0.015603154, -0.0043143658, -0.0338131, -0.0294266697, 0.00916137, 0.0272459891, 0.0147258677, -0.00458695134, -0.00965641, -0.00278224912, -0.0231728759, 0.051383879, 0.0171697345, -0.00288251019, 0.000889035116, -0.0328856818, -0.0316825472, 0.0181974135, -0.00214935, 0.0305295438, -0.0528376661, -0.0504063331, -0.00481880503, -0.00782664213, 0.019626135, -0.000422193756, -0.00723760715, -0.041056972, 0.040906582, 0.0106903538, 0.00356240664, -0.019212557, 0.00200835778, -0.0531384498, 0.0167686902, -0.0657212362, 0.0283989925, -0.00886685215, -0.0145880086, 0.0125075877, -0.00224491162, 0.0178966299, -0.0309055243, 0.0238747057, -0.0312313717, 0.0535394959, 0.0103269061, 0.00985066593, -0.00312846364, 0.00837181229, 0.0102329114, 0.0523363613, -0.0147258677, -0.00848460663, -0.0240000319, -0.0273963809, -0.00605013827, 0.019137362, -0.00942455512, -0.0212553795, -0.066423066, -0.00181096839, 0.0552439354, -0.0298778452, 0.0248146541, 0.0315321572, 0.00966267567, -0.0267446823, -0.0234736595, 0.01303396, -0.0143248225, -0.0293765403, -0.0393525325, 0.0357431285, 0.00553003326, 0.0365702845, -0.0311311111, 0.000612925098, -0.0365953483, -0.0419843905, 0.0387008339, -0.019137362, 0.0242130868, 0.0674256757, 0.0523363613, 0.0319081359, -0.0103018414, 0.0157159474, 0.00619739713, -0.0110475337, -0.0165932328, -0.0223833192, 0.00973787159, 0.00865379721, -0.015189576, -0.00590601284, 0.0226841029, 0.0640168, -0.0155530227, -0.00455561932, -0.022746766, 0.0201274417, 0.00631959038, 0.0437138937, -0.0200773105, -0.0424856953, -0.0399791636, 0.0134726027, -0.0328606181, 0.00943082199, -0.00348407775, 0.0156532843, -0.00791437086, -0.0236741826, 0.00290757557, -0.0178715643, 0.0172825288, -0.00456188573, 0.0392773375, 0.0182600766, -0.025942592, -0.00610653544, -0.013522733, 0.0298277158, -0.0335123166, -0.00611280184, 0.0241504237, 0.032309182, -0.03065487, -0.00773264701, -0.00426110206, 0.0289253648, -0.0135352658, -0.0144000184, -0.00336188427, -0.0411071032, 0.0185733922, 0.0101514496, -0.0334621854, 0.0205410197, 0.0302788913, 0.0210673902, 0.0145754758, 0.0127958395, -0.0332365967, -0.0108846091, -0.0236616489, 0.0151018472, -0.0215812288, -0.0169566795, 0.0037065323, -0.0143248225, 0.0252156984, 0.0172449313, -0.025453819, 0.0150767816, 0.00461201649, 0.00942455512, 0.00587781426, -0.0132720796, 0.00739426538, -0.000697520503, -0.0157786105, -0.0189869702, -0.035718061, 0.00307989959, 0.0262433756, -0.015603154, -0.0101702483, 0.0519353151, -0.0238371063, -0.0167686902, 0.0162673835, 0.0145378783, -0.000590209675, -0.0237619113, 0.0156532843, -0.0176710412, -0.00710601453, -0.0603071265, 0.0226966348, -0.0523864925, 0.056797985, 0.00655457797, 0.030930588, -0.00182036788, 0.00179686921, 0.00466528, 0.00681776367, -0.0157786105, -0.0353420824, 0.0180470217, -0.0104397, -0.0247143917, 0.0274715759, -0.0152898375, -0.0112041924, 0.0072188084, -0.0550935455, -0.03925227, -0.013522733, -0.0106590213, 0.0171196051, 0.0152146416, -0.0153023703, 0.0764491856, 0.0158663392, -0.0523864925, -0.0245389361, 0.0397535749, -0.00347781135, -0.0401796885, 0.000825588533, 0.00575248804, 0.0167436246, -0.0110788653, -0.0116428351, -0.00118746888, -0.004680946, 0.0353420824, -0.0162799172, 0.0336125754, 0.0154903596, -0.00115143752, -0.0102454443, -0.00293734064, 0.014775998, 0.031406831, -0.0605076514, 0.017746238, -0.0149263898, 0.0178464986, -0.0004758492, -0.021844415, -0.0158538073, 0.0115175089, -0.0216188263, -0.00316606159, -0.00822768733, -0.00705588376, -0.0482507162, -0.0304543488, -4.23221827e-05, 0.0192752201, 0.0126391808, -0.0102141127, 0.00616293214, -0.0127394423, -0.0601066053, 0.0261180494, -0.0152146416, -0.0209671296, 0.00365640153, 0.0043206322, -0.00959374662, -0.0056929579, -0.0212052502, 0.0298778452, -0.00489713438, -0.00133237767, 0.0473232977, 0.0179091617, -0.0320835933, 0.0173953231, -0.0110976649, -0.0350914299, 0.0124511914, 0.0102767758, 0.055745244, -0.0488773473, -0.0518350564, 0.041808933, 0.0102955746, 0.00258016, 0.00194882764, -0.0276720989, 0.0013120122, 0.00100966194, 0.00213995064, -0.0139739085, 0.053188581, 0.0103394389, 0.0569985062, -0.0123634627, 0.0314569585, -0.00542350579, -0.0164553747, -0.0137859192, 0.000567102572, 0.0305546094, 0.0358183235, 0.00052441319, -0.0556951128, 0.0306799356, -0.0375478305, 0.0183227398, -0.0505817905, 0.0313065685, 0.0344146676, -0.0179467592, 0.00985066593, 0.00194726104, -0.0617609173, -0.0423102379, 0.0125138545, 0.0230475497, 0.0017060074, 0.0272209235, 0.00760105439, -0.0214935, -0.0619113073, -0.0448418334, 0.0134600699, 0.000847520714, -0.0295269322, -0.00988826342, 0.0125577189, -0.00458381791, 0.0256418083, 0.0186109897, -0.0340888165, 0.0134851355, 0.0124699902, 0.032384377, 0.000849087257, 0.0106840869, 0.00430809939, 0.00815249141, 0.00517598586, -0.0362193696, 0.0313065685, -0.0179342274, 0.000439034513, -0.00598434219, 0.0157660786, 0.00542350579, 0.0224459823, -0.0181598142, 0.00221201335, -0.0525368825, 5.6005294e-05, -0.0131091559, -0.0115613732, 0.012413593, 0.0085911341, -0.0236616489, -0.0290005598, 0.0124950558, -0.00617546495, -0.0464961454, 0.0172073338, 0.0162172541, 0.00599060813, 0.016430309, 0.0243509449, 0.0576000735, -0.0155028924, -0.00303290202, 0.00748199411, -0.0131467534, -0.0259676576, 0.0133096781, 0.00712481327, -0.0422851741, -0.0326851606, 0.013522733, -0.0169441476, -0.00757598924, 0.0458945781, 0.0371718518, 0.00850340538, -0.0123258643, 0.0135477986, -0.0408313833, -0.0259927232, -0.0298277158, 0.00685536163, -0.00709348172, 0.00725640636, 0.0179968905, -0.0139237782, -0.022120133, 0.0282736663, 0.00917390268, 0.0244888049, 0.0146632046, 0.00671750214, 0.0378486142, -0.00333368592, 0.0423603691, 0.0613097399, -0.000974413822, -0.0226841029, 0.00852220412, 0.0101890471, 0.0126517136, -0.0312815048, 0.0321086571, -0.0161671229, 0.0313817635, -0.0257671364, -0.0324345082, -0.0472731702, -0.000117395713, -0.0143749537, -0.0074631949, -0.00686789397, 6.86848143e-05, -0.0254412871, -0.0447917022, -0.00543290516, -0.00480000628, 0.00391958747, 0.0404554047, -0.0128710354, -0.0220198724, 0.014287225, 0.00582455052, 0.0240125638, 0.0439394824, -0.0564470701, -0.0140240388, 0.00550183468, -0.00855353568, 0.00389138889, 0.00834674761, -0.0131342206, -0.00860993285, 0.01733266, -0.0258924626, 0.0163300466, -0.0128146382, -0.00348407775, 0.0312063079, -0.00197232631, -0.00879165623, -0.0290256254, 0.0168814845, -0.0242757499, -0.0556449816, 0.0201525073, -0.00142950576, -0.000701828569, -0.00785170775, 0.0248647835, 0.00954361539, -0.0300533026, 0.0632147044, -0.00376606244, 0.0117556285, 0.000234791427, -0.0158412736, 0.0247645229, -0.0191874932, 0.0185608603, -0.0156156858, 0.0022574442, -0.0158538073, 0.00487833517, 0.00284334575, 0.0165807, 0.000516972, -0.0122444024, -0.0156282187, 0.00487833517, -0.0206412803, -0.0113859158, 0.00687416038, -0.0026208912, 0.0195384063, 0.0145754758, -0.0198767874, -0.005790086, 0.00123759953, 0.0271958578, 0.014700802, 0.0334371179, -0.0151519785, -0.0380742028, -0.0157660786, -0.0223833192, 0.0431875251, 0.00906737521, -0.0197138637, -0.0461702943, 0.0198266581, -0.035718061, 0.0119185532, -0.0149890538, -0.0165681671, 0.00593107846, 0.0197514612, 0.0170694739, 0.0260929838, 0.0214935, 0.0123885283, 0.00354987406, -0.0141618988, -0.00448042341, 0.0158914048, -0.0226214398, 0.011580172, -0.0338131, 0.0194632113, 0.0226966348, 0.000390862115, 0.00871019438, 0.0226966348, -0.00983813312, -0.00933682639, -0.0255666133, 0.0118684229, -0.00476867473, 0.0171070714, 1.44419246e-05, 0.0197138637, -0.0353671499, -0.00321462564, -0.00352794188, 0.0266694874, 0.00303290202, -0.00331488694, -0.0365953483, 0.00254569529, 0.00711228093, 0.0210548583, -0.00418590615, -0.0135352658, 0.00591227924, 0.0149013251, -0.00654204516, -0.0116052367, -0.0129086329, -9.16939825e-05, 0.00394151965, 0.025240764, 0.0178840961, 0.0127018439, 0.00367833371, -0.0276219677, 0.022533711, -0.00124386582, -0.0272961184, 0.00456188573, -0.000739426527, -0.0257420707, -0.00990079623, -0.0187989809, 0.0308804587, 0.00314256293, 0.0310057849, 0.00744439615, 0.00299530406, 0.0347906463, 0.0156282187, -0.00325849, -0.000242232694, 0.0117556285, -0.0316825472, -0.00659844186, 0.000186129488, 0.0140115069, -0.0150015857, 0.0120501462, 0.020942064, -0.000893734861, -4.47454877e-05, -0.00125953171, -0.013873647, 5.98238366e-05, -0.0116240364, 0.0010856411, -0.00447729044, -0.00460575, -0.0116804326, 0.0164929722, -0.0314569585, 0.013873647, -0.0415833443, -0.00137154222, 0.0131091559, -0.00530757895, 0.00199582498, 0.00133394427, -0.00448355684, 0.0006536562, 0.0534893647, 0.000968147477, 0.00867886283, 0.00618486432, -0.00705588376, 0.0388010964, -0.000600784086, 0.00356553984, 0.0166308302, 0.0156783499, 0.0198266581, -0.0131216878, 0.00471227756, -0.0320084, 0.00411384366, -0.0388010964, 0.0157786105, -0.0285493843, -0.000730810338, -0.0210673902, -0.0398037061, -0.0110913981, 0.00155483233, 0.0280731432, 0.0216940232, -0.018861644, -0.00949975103, -0.0312313717, 0.000678329845, 0.00583395036, 0.0199519843, 0.0276219677, -0.00969400723, 0.00970027409, -0.0510079, 0.0194632113, 0.00229974184, -0.0376480892, -0.0292010829, 0.0181974135, 0.0270705316, 0.0358433872, -0.0233107358, 0.0019801592, 0.0397034474, 0.05228623, -0.0262183119, -0.00449922262, 0.000450392225, -0.00504126, 0.0125075877, 0.026970271, 0.0163300466, -0.0172574632, 0.0138987126, -0.000865536393, 0.0126955779, 0.00694935629, -0.0239874981, -0.0343645364, 0.00985066593, 0.00842194352, 0.000333486067, -0.0260929838, -0.0115175089, 0.0374225043, 0.00151253457, 0.0165556353, 0.00889191777, -0.0157660786, -0.00450548902, 0.0271958578, 0.0193253513, 0.0146506717, -0.0141994962, -0.00774518, 0.00347154494, -0.0334120542, 0.0047780741, 0.0080021, 0.0293013435, 0.0312564373, 0.00127911393, 0.0210548583, 0.00760105439, -0.00319582666, 0.000806006254, 0.0139488429, -0.0380240716, 0.0162423197, -0.0486266948, 0.0203279648, 0.00316762808, 0.0474235602, -0.0137232551, 0.0284240581, -0.000216384098, -0.00026749383, -0.00967520848, 0.0253911559, -0.0149389226, -0.0057493546, 0.00378172821, -0.0034120148, 8.71900629e-05, -0.00601254031, 0.0107655497, -0.0204783566, 0.000657964323, -0.0261681806, 0.0219572093, -0.00469347881, -0.00167937553, -0.0503060706, -0.0233358014, -0.000852220459, -0.0218569469, 0.00273368508, -0.00105274294, -0.0255666133, -0.0101138512, -0.0127519751, -0.0421598479, 0.0193880145, -0.0129963616, 0.00331175374, 0.00351540931, -0.00731906947, -0.0256292764, 0.012068945, -0.0112605887, 0.00236867159, -0.0211049877, -0.0166057665, -0.0163551122, 0.0191498939, -0.0118370913, 0.0109222075, -0.0143498881, -0.034189079, 0.0231478103, -0.0208668672, -0.00022323789, 0.0300031714, -0.00449922262, -0.0231227465, 0.00250026444, 0.0317076147, 0.0240000319, 0.0148637267, -0.00861619879, -0.00870392751, 0.000862403191, -0.051383879, -0.0171822682, -0.0308052618, -0.00720000919, 0.00678016571, -0.000952481641, -0.0101138512, 0.0259676576, -0.0120752119, 0.0139864413, -0.00740053179, 0.0159415361, -0.0237619113, 0.00352167571, -0.00951228384, -0.0099571934, 0.0273963809, -0.00963134412, -0.0254412871, -0.0189869702, 0.0114673777, 0.0281232744, 0.0107906144, -0.00831541512, 0.0380240716, -0.0107780816, 0.0123070655, 0.0446413122, -0.0342642739, 0.0209796615, 0.0101890471, -0.025942592, 0.0422099754, -0.0162924491, -0.0369211957, 0.0258924626, -0.0516846627, -0.0134600699, 0.0389013551, -0.00661097467, -0.0322339833, -0.00167780893, -0.0414078869, -0.0159666, -0.019626135, -0.00154543284, -0.00385379093, -0.0223081224, 0.00626319367, 0.0027947817, 0.00150705152, -0.0126391808, 0.0183979347, 0.0130715575, 0.0106652882, 0.0181222167, -0.00832168199, 0.0138235167, 0.00621932931, -0.0590538643, 0.0529880598, 0.024751991, -0.00509139057, -0.0182976741, 0.00584334973, -0.0216062944, 0.0113921817, -0.0462705567, 0.0109786047, -0.0467718616, 0.00702455221, 0.0101138512, 0.0241504237, -0.00988826342, 0.00804596394, -0.0241002925, 0.0193253513, 0.0247269254, -0.0108094132, -0.00154621608, 0.0143122906, 0.0076699839, 0.0123383971, 0.00202089036, -0.0184605978, -0.0114736445, -0.0286747105, 0.0145880086, 0.0216438919, -0.0133598084, -0.00710601453, 0.000215013337, -0.0106903538, 0.00261932448, 0.00240626954, -0.00933682639, -0.00672376854, -0.00876659062, -0.0296021271, 0.0213055108, 0.0304042175, -0.00906737521, -0.044591181, -0.00354047469, 0.0163927115, -0.00986946467, -0.0182475429, -0.0234235302, -0.0076762503, 0.0117932269, -0.00711854734, -0.0178966299, -0.0370715894, -0.00929296296, -0.0132846124, 0.00134491036, 0.00679896446, -0.0191498939, 0.00647311565, -0.00884178746, 0.00569609087, 0.00879165623, -0.00998225808, -0.0163927115, 0.00967520848, -0.0211425871, 0.020252768, 0.0152522391, -0.00781410933, -0.013384874, 0.0431123264, 0.0328104869, -0.0292762779, 0.00683029601, 0.0121190762, 0.018861644, -0.0121629406, 0.0218569469, 0.00541410642, 0.0168940164, -0.0308052618, 0.0141869634, 0.00592481205, 0.00773264701, -0.0249149147, -0.0148135964, -0.0193002857, -0.000343864667, -0.0106026251, 0.020942064, 0.0148887923, -0.0114611117, 0.0289754942, 0.018034488, -0.00764491875, -0.0315070897, 0.0150767816, 0.0126579804, 0.00896084681, -0.0196637325, -0.0206412803, -0.0351666249, 0.00124699902, 0.00673003495, 0.0127206435, 0.0237619113, 0.0139112454, -0.0373473056, -0.0076699839, -0.00225117779, -0.00919270143, -0.0110976649, 0.00557389762, -0.0330360755, -0.0106590213, 0.0149138579, -0.00991332904, -0.0131091559, -0.00425483566, -0.0439896137, -0.0181096848, -0.0226339716, 0.0106464894, -0.0267446823, 0.0241128244, -0.0238245744, -0.0083342148, 0.0140992347, -0.0111916596, -0.0203404967, -0.0421849117, 0.000509922334, 0.00213525072, -0.0323342457, -0.0264689643, 0.0299029108, 0.00284491223, 0.00874779187, 0.00298747118, 0.0356178023, -0.0183979347, -0.0209295321, -0.00978800189, 0.000849870557, -0.00761985313, -0.0088480534, -0.0250778403, 0.00444282545, -0.0170945395, -0.00565849291, 0.0217692181, -0.0256919395, -0.0223457217, 0.0117806941, -0.0181598142, 0.0141994962, -0.0334120542, -0.0199519843, -0.024965046, 0.000109562803, -0.0167060271, 0.0192626882, -0.02191961, 0.00748826051, -0.0099697262, -0.0322590508, -0.0236115195, -0.0111916596, 0.025453819, -0.0262433756, 0.00713107968, 0.0196512, 0.0286747105, -0.0129963616, -0.00207102089, -0.00731280306, 0.00189243071, -0.00878539, 0.00738173304, 0.0181598142, 0.000835771323, 0.0148762595, 0.0078830393, 0.00195822702, 0.00708721532, -0.000469582854, 0.0126078492, -0.0196512, -0.0664731935, -0.000342885556, 0.00837807916, -0.018723784, -0.0157660786, -0.00449608965, 0.0444909185, -0.0148135964, -0.0207039434, 0.0186235234, -0.0565974638, 0.018861644, 0.0289504286, 0.0127519751, 0.00107154192, -0.0149890538, -0.00304386811, -0.0156532843, -0.0115989707, 0.0020866869, 0.00355927367, -0.014287225, -0.0138360495, 0.00152115081, -0.0311561767, 0.00300940336, -0.0229974184, -0.00187833142, -0.00528877974, -0.0155655555, 0.00623186212, -0.0104459664, -0.00558016403, 0.0300783683, -0.0153023703, 0.00554256607, 0.0179342274, 0.0117556285, 0.00126814784, 0.00633525616, -0.0143749537, 0.0151645103, 0.0220324043, -0.0108971419, -0.0464209467, 0.0056866915, 0.0333368592, -0.0104083689, 0.018861644, 0.00779531058, -0.00902351085, -0.00151958421, -0.00345587917, -0.012551452, 0.0136856576, 0.0144000184, 0.00177493703, 0.0107028857, 0.00200679107, 0.00439896155, -0.0188741758, 0.00212271814, -0.000819322246, 0.00719374325, -0.0157535449, 0.00932429451, -0.0334120542, 0.023160344, -0.0236115195, 0.0035122761, -0.0158412736, -0.0150767816, -0.00325849, 0.00566162635, -0.0224209167, -0.0168313533, 0.00938695762, -0.0151645103, 0.00763238594, 0.0134224715, 0.0114736445, -0.0162548516, 0.0157034155, -0.0031488291, 0.0677765906, -0.0250151753, 0.0281984694, -0.0197138637, -0.00413264241, -0.0279227514, -0.00146475388, 0.0273963809, 0.0192626882, -0.0192250907, 0.0106903538, -0.00953108259, 0.0199143868, 0.007212542, -0.023436062, -0.00648564799, -0.0115927048, -0.0232104734, 0.00999479089, -0.0249023829, -0.00586214848, -0.00514152087, -0.0179467592, 0.00342454761, 0.0148010636, 0.00105665938, 0.00409817789, -0.0225587767, -0.0371718518, -0.0123947943, -0.000335640128, -0.00714987889, 0.00882298779, 0.0147885308, 0.0344397314, 0.0256042108, 0.00227467669, 0.0116804326, -0.00597494235, 0.0260177888, 0.0123008, -0.0401295573, 0.0247895885, 0.0190245677, 0.00523864897, 0.00459008431, -0.0136480592, -0.0494037196, -0.03065487, 0.0254788846, -0.0166809615, 0.00320209307, -0.00844700821, -0.0340136215, -0.0114736445, 0.0351164937, 0.00937442482, -0.0195258744, 0.00939322356, 0.017746238, 0.010471032, 0.00978173595, 0.0282987319, 0.00122271699, -0.00494726514, -0.0206287485, -0.0158287417, 0.0162924491, -0.0220950674, 0.00993212778, 0.00382872554, -0.00625379384, 0.00150470168, 0.00857860129, 0.000786032353, -0.0238872375, -0.0115175089, 0.0230726153, -0.00175457145, 0.00677389931, -0.0111540612, 0.0161044598, -0.0491530672, 0.0136731248, 0.0228971578, -0.00892951526, -0.00612220122, 0.0297023878, 0.00296710571, 0.013873647, 0.0107404841, -0.00771384826, -0.0180470217, 0.0163551122, 0.0220574699, 0.0193002857, 0.0163676459, -0.013873647, 0.0205786172, -0.00783290807, 0.0224334504, -0.000568669173, 0.0076699839, 0.00387259, -0.0299029108, -0.00684282882, -0.0197890606, -0.00246579945, -0.00381932617, 0.0242381524, 0.018310206, 0.00813995861, -0.0036125374, -0.0232856702, 0.0126579804, -0.0196637325, 0.0303039569, -0.00200522458, -0.0275467727, -0.00558643043, -0.0215436313, 0.00343394699, -0.00505692558, 0.0104584992, 0.00203029, 0.00934309326, 0.0243760105, -0.00421410473, -0.00220574695, -0.00279634818, -0.00314412941, -0.011442313, -0.00645431643, 0.00946215354, 0.0122506684, -0.00381305977, 0.00756345643, 0.0137608536, 0.0080021, -0.00926789735, -0.00193472835, 0.00116318685, -0.0103958361, -0.0210924558, 0.0370465219, 0.0328606181, -0.00776397903, 0.00341514801, -0.00637285411, 0.00847207382, -0.00458381791, -0.0406058, 0.00619426416, 0.00657337671, 0.0185984578, -0.0201274417, 0.0348407775, -0.00312533043, 0.00575248804, 0.00481253909, -0.0229723547, 0.00986946467, -0.00530131254, -0.012344664, 0.00556763122, 0.0202653, -0.0151645103, 0.00489400094, -0.0209921952, 0.00670497, 2.4416644e-05, -0.00323969102, 0.00832794793, 0.0145504102, 0.0116303023, -0.00246736617, 0.00172793958, -0.00805223, 0.00811489299, 0.012137875, -0.0114736445, 0.00249086483, -0.0130088944, -0.00548303593, -0.0168940164, -0.0014412551, -0.00282768, -0.00443029311, 0.0244386736, -0.0123509299, 0.00263655698, 0.0143624209, -0.0102767758, -0.0177587699, 0.030930588, -0.0153023703, 0.0217566863, -0.000427285151, 0.0118057597, -0.0186360553, -0.0168564189, 0.0130590247, 0.00860993285, -0.00661097467, 0.00909870677, -0.0114924433, -0.0139488429, -0.0147509333, 0.00916137, 0.0267446823, 0.000417885662, 0.00326475617, 0.00728147151, -0.00851593819, -0.00205692183, -0.0305546094, 0.00887938496, 0.0259175282, -0.00917390268, -0.0232480727, -0.0295018665, -0.00149295235, -0.0167937558, 0.0129462313, -0.0322590508, 0.0133723412, -0.00542037282, -0.000866319693, -0.0148511939, 0.00338381645, -0.00850967132, 0.00405431353, 0.0317828096, -0.0104397, -0.0099697262, -0.0174329206, -0.00211645174, -0.0166809615, 0.000155972783, 0.0108031472, 0.00664857263, 0.0277472939, -0.00113263854, -0.0207290091, -0.0136229945, -0.000191710438, -0.00396345183, 0.0134475371, -0.00797076803, -0.0213431083, 0.0260929838, 0.0105775595, -0.0076699839, -0.0389514863, 0.00267885462, -0.0119185532, -0.0141493659, -0.0302538257, -0.0229096897, -0.0231352784, 0.00563029433, -0.00713107968, -0.0135853961, 0.00925536454, -0.025942592, 0.0136229945, -0.0157535449, 0.017056942, 0.000994779402, -0.0131216878, 0.0215937626, 0.0198642556, 0.0526872762, 0.0133347437, 0.00939949, -0.0194256119, 0.0275969021, 0.0110851321, -0.00576815382, -0.00753212487, -0.0331363343, -0.00730027072, -0.00762611954, 0.0124073271, -0.00661097467, -0.0171822682, -0.01955094, 0.0376982205, 0.00193159527, 0.00863499846, -0.00134804356, 0.00145770423, 0.0286747105, -0.0149514554, -0.0180720855, 0.0228219628, 0.0020772873, 0.00202402356, 0.00940575637, -0.0127457082, 0.0217566863, 0.0060470053, -0.0167060271, -0.0194381457, 0.0140992347, 0.0180720855, -0.00987573061, 0.00223864522, 0.0160543285, -0.0146256061, -0.00990706217, -0.0177713018, 0.00825275201, -0.0206036828, -0.0191122964, 0.000843604212, -0.0111916596, -0.0224209167, 0.0160919279, -0.0144000184, -0.00703708502, -0.0255916789, -0.00967520848, -0.0112480568, 0.00243603461, -0.0400292948, 0.00229817536, -0.0166057665, 0.00240940251, 0.00903604273, 0.0110475337, -0.0290256254, -0.0048752022, 0.0114235133, -0.00502559403, 0.0256167445, 0.014562943, -0.00250653061, 0.0061504, 0.0154402293, -0.0055895634, 0.0346402526, -0.00222611264, -0.00116475346, 0.033913359, 0.00822768733, -0.000551045116, 0.00225274451, -0.0174203888, 0.0078705065, -0.00755092362, -0.00531071192, 0.00192532886, 0.0024438675, -0.0162924491, 0.0141744306, 0.016016731, 0.0246016, 0.00892324932, 0.00844700821, -9.76176234e-05, -0.0119874831, -0.00664230622, -0.0169942789, 0.00527938036, -0.00123054988, 0.00427676784, 0.00163237809, 0.0254162215, 0.018423, -0.00952481665, -0.001707574, -0.0111227296, 0.00425170269, 0.0083843451, 0.00928669609, 0.0302538257, -0.011724297, -0.0257671364, 0.0230099522, -0.022333188, 0.000740993128, 0.00794570241, 0.0113859158, -0.0203530286, -0.0172574632, -0.0225587767, 0.0255540796, 0.014976521, 0.0316073522, 0.000437076291, 0.00242193532, -0.0195258744, 0.0318329409, 0.00710601453, 0.0186861865, -0.00439896155, 0.0161295254, -0.0375478305, -0.0136480592, 0.0285744499, -0.0167561583, -0.00761358719, 0.0154527621, 0.00998225808, 0.0232104734, 0.0171697345, -0.0202151705, 0.0166182984, -0.0500052869, -0.00637285411, 0.0127018439, -0.0223457217, -0.0274465103, 0.0243885443, 0.0246642623, -0.0350914299, 0.0284992531, -0.00937442482, 0.00423290348, -0.0189493727, -0.0131843518, -0.0314318947, -0.0095060179, 0.00200679107, -0.0354924761, 0.0131342206, 0.0101765143, 0.0321337245, 0.00164021098, -0.00897338, -0.0115676392, -0.0288752336, -0.0251029041, 0.00873525906, 0.00618173135, -0.011028735, 0.0164052434, -0.0336125754, 0.0234736595, 0.0032553568, 0.0112041924, 0.00994466059, 0.0176083781, 0.00407937868, -0.0160417967, 0.0166684296, 0.0151645103, -0.00461201649, -0.00913630426, -0.0155655555, 0.0120376134, 0.0139989741, 0.0376230255, -0.00993839372, 0.0060470053, 0.00466214726, -0.025942592, 0.000617233163, 0.00474674255, 0.00138799136, -0.029953042, -0.0109472731, 0.00436449656, 0.000491123355, -0.0115488404, -0.00563656073, -0.00277911592, -0.0123947943, 0.00117101986, 0.00135822629, 0.00359687163, 0.0232104734, 0.0211300533, 0.0170945395, 0.0150141185, 0.0136981905, -0.00336815068, -0.0120752119, -0.0101451827, 0.0159164704, 0.0012673646, 0.00638852, -0.00671123574, -0.0085911341, 0.0342392102, -0.0132846124, 0.012620382, 0.00508512417, 0.0193629488, -0.00231854082, 0.0108344788, 0.0188115127, -0.000538512424, 0.014700802, -0.0109911375, -0.000440209464, -0.00490653375, -0.0195258744, -0.0017216733, -0.0127018439, 0.00902351085, 0.0124511914, 0.0171572026, 0.00718747685, 0.0126266479, -0.0113859158, 0.00803343114, -0.0166809615, 0.0156282187, -0.00168564194, -0.0198141243, 0.00404804712, 0.0218068175, 0.00494726514, -0.00686789397, -0.00163081149, 0.0121065434, 0.00837181229, -0.000593342818, 0.014700802, -0.0207540747, 0.0236741826, -0.0251279697, 0.0010472599, -0.0188365784, -0.0154026309, 0.000910183939, 0.0111477952, -0.00894831493, 0.00182506768, 0.0201399736, -0.00577128679, -0.00344021339, 0.0272710547, -0.0072188084, 0.00962507818, -0.00765745109, -0.00663604, 0.0214935, 0.00597807579, 0.0288000368, -0.00648564799, -0.00256919395, 0.000284922047, -0.00445222529, 0.0103707705, -0.0210047271, -0.0080021, -0.00646684924, -0.0199269187, -0.0212929789, -0.00625379384, 0.000782115909, 0.0157786105, -0.0128835682, 0.00410131086, 0.00414204178, 0.0121253422, -0.00193786155, 0.0020005249, -0.00538277486, 0.0365953483, 0.0183854029, -0.0093493592, 0.000909400638, 0.0152021088, -0.0143373553, 0.0102015799, -0.0136856576, 0.0035122761, 0.0010331606, 0.00090156775, 0.00722507481, 0.0343394689, 0.0128585026, -0.00137937511, 0.00298903789, 0.00317389448, 0.0204658229, -0.0034120148, 0.00968774129, -0.0130590247, -0.00718747685, 0.00775771262, -0.0276720989, 0.00437702937, 0.0223206561, -0.00793317, 0.0255916789, 0.00557703059, -0.00448042341, 0.010959805, 0.00669870339, 0.0231102128, -0.0226214398, -0.0074694613, 0.0156783499, 0.0104209017, -0.0269953348, 0.00473107677, 0.00155013253, 0.0100950524, -0.00354674086, 0.00919270143, -0.011166594, -0.000158126844, -0.00150000199, 0.00983813312, 0.0216313601, -0.00625379384, -0.0218569469, 0.00316292839, 0.00691802474, 0.0247895885, -0.0172699969, 0.0220950674, -0.00607520388, -0.016718559, 0.00777024496, 0.00193159527, -0.0111979255, -0.0057493546, -0.0136480592, 0.00266475533, 0.0269452054, 0.0130966231, -0.0117305638, -0.00895458087, -0.00882925466, -0.00956868101, -0.00340261543, -0.00103864365, -0.0168188214, 0.00380992657, 0.0166182984, -0.00856606849, -0.00182350108, -0.0149389226, -0.00557389762, 0.0065044472, 0.0181974135, -0.0397285111, -0.0189619046, 0.0146130743, 0.0172825288, -0.004160841, 0.0184355341, -0.00855353568, -0.000735118461, -0.0364950858, 0.0227217, 0.00671750214, -0.000954831543, 0.00355300726, -0.0330862068, -0.0118809557, 0.0116428351, -0.00183603377, -0.00516658649, 0.0177587699, 0.00673003495, 0.00777651137, -0.00877285749, 0.00610653544, -0.00406684587, 0.00467781303, 0.0133723412, 0.00601254031, -0.00122663344, 0.0207039434, 0.00639478629, -0.0229848865, 0.00874152593, 0.00571175665, 0.00289974269, -0.00165117707, 0.00698695425, 0.00854727, -0.0156282187, -0.0113483174, 0.00601567375, 0.0112543227, 0.00533577707, 0.0506820492, -0.0272209235, -0.0098256, 0.0162924491, -0.0305044781, 0.000139523676, -0.00867259596, 0.00346527877, 0.0310809799, -0.00678016571, -0.00941202231, 0.00722507481, 0.0104459664, 0.0223707855, 0.00756345643, 0.0173827894, 0.0227592979, -0.00878539, -0.00794570241, 0.00521045085, 0.00161514571, 0.0232856702, 0.0228720922, 0.00595301, 0.00322089205, -0.00263499049, -0.00356240664, -0.00316136191, -0.0130590247, -0.00852847099, 0.00230444176, 0.024564, -0.00610026903, 0.00738799898, 0.0102141127, -0.00131514529, 0.00207885378, 0.00602507312, 0.00760105439, -0.0173201263, -0.0192752201, 0.0189117733, -0.00684282882, -0.0319081359, -0.00339948223, 0.00213211775, 0.0144877471, 0.0476742126, 0.0337629691, 0.00839061104, -1.12292082e-05, 0.0167436246, -0.0105211623, -0.0196887981, 0.0205535516, 0.0248647835, 0.00328668836, -0.0164679065, 0.00379739399, 0.0140115069, 0.000798956666, -0.0174329206, 0.00780784292, -0.00413890881, -0.0155655555, -0.00504439278, -0.0110350009, -0.00694935629, 0.000285313698, -0.0222705249, -0.00179216941, 0.00373473065, -0.0142120291, 0.0318078734, -0.0142496265, -0.0162047204, 0.0138987126, 0.0198642556, -0.0143373553, -0.00308929896, 0.00501306122, 0.00998225808, 0.026970271, -0.000265339768, -0.00586528191, -0.0151394457, -0.013660592, 0.0337379, 0.014562943, 0.00257546036, 0.0161796547, 0.0170820057, 0.00738799898, 0.00773264701, 0.020528486, 0.00634465599, 0.0121880053, -0.00245326688, 0.0172574632, 0.013936311, -0.0151519785, -0.0102767758, -0.00400731573, -0.00914257113, 0.0172950625, 0.013660592, -0.00840941072, -0.031557221, 0.00652951235, 0.0184856635, 0.00497546326, 0.0132595478, -0.00558643043, -0.0221326668, 0.0125890505, 0.014425084, -0.00517911883, -0.00661724107, -0.0148762595, -0.0158914048, 0.00331175374, 0.0270705316, 0.0175206494, -0.00770758186, -0.03065487, 0.00327102258, -0.0178715643, 0.000841254368, -0.0167436246, 0.00792690367, -0.0222329274, 0.00672376854, 0.0112167252, -0.00077310804, -0.0135979289, -0.0042987, -0.016016731, -0.0198141243, 0.0067551, 0.0152522391, -0.00534831, -0.00928043, 0.0168689508, -0.0126015833, -0.0349159725, -0.0125702517, 0.0110725993, -0.0110725993, -0.0088480534, 0.0317577422, -0.0131467534, -0.00312376395, -0.00106919196, -0.0257170051, 0.0111352624, 0.012269468, -0.00119295192, -0.0022402117, -0.0108971419, 0.000124445331, 0.0245765336, 0.0114360461, -0.00427990127, -0.00847834, -0.00263342378, -0.0126454476, -0.00315666199, 0.0216313601, -0.0006352489, -0.0160042, 0.00339948223, -0.01074675, 0.00250183092, 0.00378799462, -0.00527624693, -0.00821515452, 0.0107154185, 0.0162423197, -0.00356553984, 0.0121316081, 0.00273995125, 0.00358120562, 0.000750001, 0.0103770373, -0.00191122969, -0.0198391899, 0.0148637267, -0.0108470116, 0.00763238594, 0.00994466059, 0.0342642739, 0.00757598924, -0.0227217, 0.0113295186, -0.0241128244, 0.018423, -0.00995092653, -0.0172699969, 0.00631959038, 0.0103707705, 0.0137733864, -0.00459948368, -0.0113796489, 0.00109112414, 0.0249901116, 0.00320835924, -0.0102078458, 0.00331175374, 0.00211331877, -0.019350417, -0.0231102128, 0.0246767942, 0.0273462497, 0.00923656579, -0.014287225, -0.0018031355, 0.018936839, -0.025942592, -0.0139739085, -0.00259269262, -0.00846580695, 0.0133347437, -0.0335123166, 0.00348721072, -0.00750705926, 0.00877912343, -0.0302287601, 0.0349410363, -0.00379739399, 0.0394527912, -0.00143812201, -0.00790183805, 0.00667363778, -0.0130214272, -0.018310206, -0.00300940336, 0.0124887889, 0.00853473693, -0.0152397063, 0.0149013251, -0.0273462497, -0.0218193494, -0.0162799172, 0.0165431034, 0.0184355341, 0.0229974184, 0.0305546094, -0.00238433736, 0.0211801846, -0.00978173595, -0.00617233198, 0.00284334575, 0.0062067965, -0.0145504102, 0.0216814913, -0.00433943141, -0.0150141185, -0.00593421143, -0.0264188331, -0.00253629568, -0.00528251333, -0.00778904418, 0.00216814899, -0.0218820125, -0.00417024037, -0.0104334336, 0.012827171, 0.0336877741, -0.00323969102, -0.00181880128, -0.0382997878, -0.00977547, 0.00578695256, 0.0108658103, 4.18815835e-05, 0.00359060522, 0.0129336985, 0.00245013367, -0.0158036761, 0.0355927348, 0.00159321353, -0.0202402361, 0.00509765698, -0.00505692558, -0.0126454476, 0.0370966531, -0.0311812423, 0.0111227296, -0.00713734608, -0.00377232861, 0.0412073657, 0.00761358719, 0.00699322065, -0.00606580405, -0.00998852495, -0.00834048074, -0.0209796615, -0.000588643074, 0.0140867028, -0.0249149147, 0.016718559, -0.00377859501, 0.00424543628, 0.00736293383, 0.0169441476, -0.00233107363, 0.0033524849, 0.0180846192, 0.0125702517, -0.00714361249, 0.0179968905, -0.00690549193, 0.00945588667, -0.0167686902, -0.0157660786, -0.0199018531, 0.00847207382, 0.00678643165, -0.00349034392, -0.00581828458, 0.00662977388, 0.014976521, 0.0101827811, -0.00945588667, -0.0126642464, -0.00772011466, -0.00749452692, 0.000208942831, -0.0273211841, 0.00612533418, 0.00453055417, -0.0381493978, -0.00252689631, -0.013660592, 0.012413593, 0.000340339873, 0.00964387693, 0.00127128104, -0.0039101881, -0.0107028857, 0.000246932439, 0.00620053, 0.0136355273, -0.000272193574, -0.00187049853, -0.0143874865, 0.0206538122, 0.0293013435, 0.00601254031, 0.0326600932, 0.000794648542, 0.00705588376, 0.0177086387, -0.000433551468, 0.00138172507, 0.0236992482, -0.00811489299, 0.0065107136, -0.00272428547, 0.0363697596, 0.0185357947, -0.00820262171, 0.00703708502, 0.0118934885, 0.00464334805, 0.00468721241, -0.00422663754, 0.0109786047, 0.0132971453, -0.011304453, 0.00387885631, 0.0210673902, 0.00400105, -0.00960001256, 0.0166934952, -0.025942592, -0.0260177888, -0.0140115069, 0.00753212487, 0.00159008044, -0.00290600909, -0.0126454476, -0.00688042678, -0.0220700018, -0.0130088944, 0.00291540846, -0.00456815213, 0.00835927948, 0.00694309, 0.0223582536, -0.0144626824, -0.0095561482, 0.000231266618, 0.00928043, 0.0359687172, -0.00212115166, -0.00303290202, 0.00286841113, -0.00768251671, 0.00124229921, 0.000967364176, -0.0074130646, -0.00035718063, 0.00044530083, 0.00436762953, 0.0150517169, -0.0159164704, 0.00699322065, -0.00873525906, -0.0155780884, -0.0251655672, -0.00267415494, 0.00192846206, 0.00469661178, 0.0357932597, -0.00431123283, 0.0138611151, 0.0198642556, -0.00378486142, -0.00263029058, 0.0191248283, 0.00906737521, -0.0129211657, 0.0182976741, -0.0139237782, -0.00186893193, -0.00763238594, 0.0310559161, 0.00355614047, 0.026143115, 0.0126141161, -0.0191624276, -0.0163049828, -0.0110851321, 0.00492219953, 0.0259175282, 0.00406684587, -0.0239749663, -0.0136229945, -0.0119185532, 0.0010362938, -0.00576815382, -0.00283551286, -0.00567102572, 0.0155780884, 0.00957494695, 0.0235613883, 0.0136981905, -0.000873369281, 0.000444517558, -0.00778904418, -0.00377546181, 0.00317076128, -0.00328042195, 0.0213431083, 0.00474987552, -0.0161420573, 0.0190496333, 0.0114360461, 0.00076410023, -0.00525744818, -0.00173420587, -0.0267446823, -0.0175081175, 0.0229222234, -0.00837807916, -0.0235237908, -0.00419843895, 0.0046182829, -0.00761358719, 0.0152647719, -0.00871019438, -0.0109848706, 0.00145378779, 0.0226715691, 0.0145253455, -0.0295018665, 0.0257671364, -0.00356240664, -0.00535144284, -0.0152146416, -0.0108344788, 0.00194412784, 0.0105524939, 0.0226715691, -1.93742089e-05, -0.0199519843, 0.00805849582, 0.00525431475, 0.0283989925, -0.00283707934, 0.0147634661, 0.0156658161, 0.00978800189, 0.00296240603, 0.00703081861, 0.0131342206, 0.00501932763, 0.00312689692, -0.00529504614, -0.0129086329, 0.0046684132, -0.00526684755, -0.00402298197, 0.00490653375, 0.0174329206, -0.000348956062, -0.00452428777, -0.0252282321, 0.0184981972, -0.016016731, -0.0017232399, -0.0111540612, 0.0180846192, 0.0204658229, 0.00071436126, 0.00107937481, 0.0131592862, 0.0110162022, -0.00729400432, 0.00573368883, 0.0515342727, -0.0168313533, -0.0134726027, 0.0329107493, 0.0164679065, -0.0185984578, -0.00732533587, 0.0161169916, 0.00860366691, 0.0170694739, -0.0161796547, 0.0017091406, 0.00111383956, 0.00857233535, 0.00566475932, -0.00132219493, 0.00661724107, 0.0172950625, -0.000188675185, -0.00475927535, 0.0117618954, -0.00681776367, 0.00521671679, 0.00812116, -0.00755092362, -0.0286997762, -0.0114799105, -0.0276219677, 0.0072188084, 0.00834674761, 0.0205535516, 0.00956868101, 0.0144000184, -0.0122130709, 0.00536084268, -0.0353420824, 0.0085974, 0.00926163048, -0.00885431934, 0.00339008286, 0.0142621594, 0.0139112454, -0.0338632278, 0.00876032468, 0.00485327, 0.0004069196, -0.0103018414, -0.027045466, 0.0011318553, 0.000749217696, 0.00804596394, -0.0017060074, -0.0106715541, 0.0224585142, 0.018034488, -0.00352794188, -0.00464334805, -0.00258642645, -0.0242130868, -0.000700262, -0.00178590312, 0.012269468, 0.00409191148, 0.00310809794, 0.0104960976, -0.00808356144, 0.0156658161, -0.0157034155, -0.0110600665, 0.00411384366, 0.0100073237, 0.00898591243, -0.00591227924, 0.000182408854, 0.00863499846, 0.00349661033, -0.0158788711, -0.0169065502, -0.0378235467, 0.00892324932, -0.0150391841, -0.00397911761, -0.0108470116, 0.00861619879, -0.0132595478, -0.00234830589, -0.00642925128, 0.00229817536, 0.00309399888, 0.00202559, -0.00914257113, 0.0154026309, 0.0145754758, 0.0173075944, 0.022533711, -0.0215937626, -0.00763238594, -0.00745066255, -0.00290444237, -0.0185107291, -0.00232324074, 0.0131843518, 0.0195008088, -0.0113357846, -0.00801463146, 0.0129963616, -0.014562943, -0.023924835, -0.00803343114, -0.0226465054, 0.0127707738, 0.0518350564, -0.00474047614, -0.00347467815, -0.0237744432, 0.00174673856, 0.00875405874, 0.014976521, 0.00198799209, -0.00635718834, -0.00324282399, -0.0157786105, 0.0162673835, -0.0225086454, 0.00057532714, 0.00710601453, -0.00743186334, 0.0276219677, 0.0212052502, -0.034113884, -0.00829661638, -0.00296397251, -0.0117806941, -0.0173451919, 0.0139112454, -0.000517363602, -0.012062679, 0.000433943118, -0.0238997694, 0.00626632664, 0.00931802765, -0.00201305747, 0.00402298197, 0.00340261543, 0.016229786, 0.00480940565, 0.0169942789, -0.00327728898, 0.0152021088, 0.000324478227, 0.00392898684, 0.021844415, -0.000542428927, 0.0221702643, 0.0206287485, 0.0147384005, -0.0132344821, -0.0213305764, 0.00729400432, 0.00889191777, -0.000914883683, 0.00731280306, 0.00978800189, 0.00694935629, 0.00463081524, 0.0039101881, -0.0157911442, 0.00970027409, -0.025378624, -0.00753212487, -0.0106402226, 0.00961254537, -0.00558016403, 0.0224835798, 0.00637285411, 0.00143342221, 0.0158914048, 0.0178966299, 0.0152773047, -0.00595927658, -0.012282, -0.012827171, 0.0098130675, -0.0242381524, -0.0103206402, -0.0178590305, -0.0252031665, 0.00612846762, 0.00229034247, 0.016919082, -0.00827155169, 0.0128083723, -0.0152773047, 0.0151519785, 0.0331112705, 0.0227592979, -0.00142637268, 0.0119624175, -0.00435509719, 0.0216564257, -0.0283237975, 0.0267196167, -0.000397911761, 0.00266318885, -0.00625379384, -0.0197389293, 0.00758225517, 0.011166594, -0.0014475215, -0.024062695, 0.0254788846, -0.000323499116, 0.0199143868, -0.017056942, -0.00369713269, -0.00757598924, -0.0098631978, -0.00451488839, -0.0158287417, -0.0095060179, 0.000514230458, 3.99233541e-05, -0.00168407534, 0.000677154923, -0.00411384366, -0.00850340538, 0.0227718316, -0.0155780884, 0.0174329206, 0.00165744347, 0.0175958462, 0.00377232861, 0.00947468635, 0.00928043, -0.0218945462, 0.00423917, -0.0301285, -0.010471032, -0.0088856509, -0.012971296, -0.0170068108, 0.0157786105, -0.0124574574, 0.00948095229, 0.00970027409, -0.0186987184, 0.0117305638, 0.00311593106, 0.00440209452, 0.00147493661, -0.00303133554, 0.00154856604, -0.00280261459, 0.00489086797, 0.00924283173, 0.0229096897, 0.00425483566, -0.0168564189, 0.00422663754, -0.00397598417, -0.00605953811, 0.0190997645, -0.0135352658, -0.00316292839, 0.0155530227, 0.00441462733, -0.00510079, 0.00899844524, 0.0032459572, -0.00667990418, 0.00898591243, 0.015189576, 0.0101138512, -0.00466528, -0.00698695425, -0.00749452692, 0.0139613757, 0.00678643165, -0.0233232677, -0.00173733907, 0.0074757277, 0.00115848717, -0.00439269515, -0.000822455389, -0.0164052434, -0.0019033968, -0.00953108259, -0.0158287417, 0.00648564799, -0.00990706217, 0.0290256254, -0.000422977057, -0.00611593481, -0.0182224773, 0.00283394614, 0.0274715759, -0.0051258551, 0.00573995523, 0.0235613883, 0.0150642497, 0.0367206745, 0.00748199411, -0.00499739544, -0.0110099362, -0.0104522333, -0.0222705249, 0.00410444383, -0.0144626824, -0.0108282128, -0.0230600815, -0.0128710354, 0.0275217071, -0.0058934805, -0.00837181229, 0.00804596394, 0.00909870677, -0.0239373688, -0.0187864471, 0.0052292496, 0.00234830589, 0.00305640092, -0.00186423224, -0.00783290807, 0.00861619879, -0.00493473234, -0.00395405199, 0.0162924491, 0.0211676508, 0.0266444217, 0.00056514435, -0.00959374662, -0.0262433756, -0.00485327, 0.0248773172, 0.0161044598, 0.0341640115, -0.0232104734, 0.00454308698, 0.0167310927, 0.000362076185, 0.013384874, 0.000927416375, 0.00986946467, -0.00880418904, -0.0314318947, 0.0140365716, 0.00856606849, -0.00918643456, 0.0203655623, -0.000860836648, 0.00229974184, -0.017746238, 0.0186861865, 0.00525744818, -0.0222955905, -0.00102924416, -0.00293734064, 0.00542350579, 0.00177963683, -0.0234611277, -0.00744439615, 0.00124229921, 0.00196292694, -0.0249775779, 0.0185107291, 0.0281734057, 0.00456501916, 0.00203498965, 0.0147885308, 0.0186736528, -0.00420783833, 0.00220418046, 0.00905484241, 0.012275734, 0.0138987126, 0.00301566976, -0.0203530286, 0.00119451853, -0.0190371014, -0.00231697434, -0.00779531058, -0.0126141161, -0.00664230622, 0.00934309326, 0.00400418276, 0.00117963599, -0.000686162792, -0.0174830519, -0.0100073237, -0.0221702643, 0.00919896737, 0.00853473693, -0.00280731427, -0.0108532775, -0.0279227514, 0.00804596394, 0.00403238134, 0.00520105101, -0.0122506684, -0.00120940106, -0.00520418445, 0.0197013319, -0.00202245684, 0.0225713085, 2.99363965e-05, 0.0104522333, 0.00686789397, 0.00617233198, 0.0187363178, -0.00303133554, -0.0117493626, -0.00946841948, 0.00850967132, 0.00548303593, -0.00415457459, -0.00670497, 0.006103402, 0.00633525616, 0.0313817635, -0.00988199748, -0.0396282487, -0.0426110215, 0.00246266648, 0.0164428409, 0.000746084552, 0.00541723939, 0.0059498772, 0.00195352733, -0.035718061, -0.000407702872, -0.0318329409, 0.00983186625, 0.021706555, -0.0181347504, 0.0107968813, -0.00367833371, -0.00592167862, 0.00729400432, -0.00754465722, 0.024413608, -0.00656711031, 0.0200522449, 0.0181974135, 0.0288000368, -0.0142370947, -0.0172825288, -0.00105979247, 0.000806006254, 0.0152146416, 0.00436762953, -0.00344021339, -0.0206412803, -0.00308929896, -0.0120188147, 0.00791437086, 0.0122193368, 0.00179216941, 0.00628199242, -0.00980680156, -0.0233358014, 0.000925849774, 0.0111728609, 0.000408486172, -0.00991959497, -0.00175457145, 0.0111164637, -0.00550183468, 0.00247049937, -0.0193378851, 0.018448066, 0.00372846448, 0.00941828918, -0.0231979415, 0.00618799776, -0.00681149727, -0.0115049761, -0.00231697434, -0.0295519959, 0.0113921817, 0.023573922, -0.0397786424, -0.0129336985, 0.0109848706, 0.0017060074, 0.00604387233, -0.00450862199, 0.0152021088, -0.00621306291, 0.0180846192, -0.00772638107, 0.0220198724, -0.0097629372, -0.00532011129, -0.0189995021, 0.0130590247, -0.00528251333, 0.0128459698, -0.00145143794, 0.000543603848, -0.00423917, -0.0036125374, 0.00156814826, -0.00399791636, 0.000633682299, 0.0036156706, 0.010608891, 0.0149138579, -0.00842194352, 0.00333368592, 0.0074130646, -0.00129869627, 0.00461201649, -0.00191122969, -0.0157034155, 0.012269468, -0.0200773105, -0.00186736532, -0.00707468297, 0.0069556227, -0.00240470283, -0.0195008088, -0.0083342148, 0.000831071578, 0.0101138512, -0.0260929838, -0.00395405199, -0.0285493843, -0.0172323976, 0.000443734258, -0.0019895588, 0.00521985, -0.0088856509, -0.000335444289, -0.0264940299, 0.0236741826, 0.00264908955, -0.0124198599, -0.0253410246, 0.00940575637, -0.0180846192, -0.0174955837, -0.00480627269, 0.0266694874, -0.00490026735, -0.0135102, -0.00962507818, -0.00434256438, 0.00221357984, -0.00310966466, 0.0074130646, -0.00993212778, 0.022746766, -0.00779531058, -0.00405431353, 0.00348721072, -0.0220574699, 0.00907364115, 0.00380052719, 0.0020835537, 0.0103707705, 0.023511257, -0.0102517102, -0.0260177888, 0.0116052367, -0.00676763291, -0.0146632046, 0.02606792, 0.00142167287, -0.011649101, -0.0181347504, -0.00387572311, 0.0114360461, 0.0170820057, -0.0105900923, -0.00897338, 0.0162548516, -0.0379739404, 0.00739426538, 0.00906110834, -0.0256292764, -0.0342893414, -0.0149890538, -0.0100699868, -0.00535144284, 0.00111618941, 0.00391645404, -0.00224647811, 0.00574308867, 0.030930588, 0.000418277312, 0.00684909523, -0.00115457072, -0.0192250907, -0.00830914918, 0.0116741667, -0.0163927115, -0.0104334336, -0.00290914229, -0.00495979749, 0.0275718383, 0.0316073522, -0.00258485973, -0.0015274171, 0.0117368298, -0.0092115, 0.0174203888, -0.0187488496, 0.00119843497, -0.0211425871, -0.0138861798, -0.0237243138, -0.0116866995, 0.00384752452, 0.00842820946, -0.0173577257, 0.000657964323, 0.0150391841, 0.00778904418, -0.0203154311, 0.00760732079, 0.025378624, 0.0190746989, 0.00647938205, 0.00154699944, -0.0223457217, 0.00803343114, 0.01081568, 0.00785170775, 0.00947468635, 0.015741013, -0.00787677243, -0.00128146377, 0.0142997578, 0.0122882668, 0.0170318764, -0.0259676576, 0.00936815888, -0.00941828918, -0.0157034155, -0.0218193494, 0.00944335479, -0.00146397064, -0.00115065428, -0.0135352658, -0.000724152371, -0.00921776704, 0.000561227906, -0.0130840903, 0.00480313925, 0.00832168199, 0.028850168, 0.00571489, 0.00731280306, -0.00979426876, 0.0173075944, -0.00192376226, -0.0129086329, 0.0080772955, -0.0194130801, -0.00413890881, 0.00057532714, 0.00795823522, 0.0125263873, 0.00679269806, -0.00465274742, 0.010959805, 0.00878539, 0.00249713124, -0.00408564508, -0.00662977388, 0.0172323976, 0.0146882702, 0.0121754725, -0.0132846124, 0.00200522458, 0.00706841657, -0.00166997605, 0.0117368298, -0.00830288325, -0.00783290807, 0.000241645219, 0.0151394457, 0.00783290807, -0.0120062819, 0.0122506684, -0.0255039502, 0.0011733697, 0.00842194352, -0.0180219561, -0.0246016, 0.0116240364, 0.00532637769, -0.0177963674, 0.0125953164, 0.0466465354, -0.00823395327, 0.00552063389, -0.0137608536, 0.0130590247, 0.000687337713, 0.00156579842, 0.0122193368, -0.00484700361, 0.00731906947, -0.00277598272, -0.0327102244, 0.00242506852, 0.0265190955, -0.00657337671, -0.0187739152, -0.0255916789, 0.00398225058, 0.00271958578, 0.00869766157, 0.0173075944, 0.00168877502, 0.0134099396, 0.00669870339, -0.032459572, 0.0105900923, -0.00647938205, 0.00152350066, -0.00665483903, 0.00268198783, 0.00357807265, -0.000975980365, -0.00153446675, 0.0142621594, -0.021017259, 0.0180971511, 0.0443655923, 0.0192376226, 0.000918800128, -0.0144626824, 0.00930549484, 0.00480313925, -0.00725640636, 0.0179968905, -0.0453180745, -0.00628825882, 0.0258924626, -0.0080772955, 0.0263436381, -0.00944962073, 0.00845327508, 0.0186109897, 0.00136449269, -0.00140992354, 0.00211488525, 0.0161295254, 0.0065608439, -0.00363133638, -0.00334308529, 0.00906737521, -0.00998852495, 0.0234611277, -0.00716867764, -0.0166558959, 0.00340261543, 0.00339008286, -0.0155279581, -0.00246109976, -0.00657964312, -0.0100825196, -0.00381305977, 0.0223958511, -0.00317389448, -0.0153399678, -0.0301535632, 0.00364386896] |
12 Oct, 2021 | Node.js Stream writable.writableEnded Property
12 Oct, 2021
The writable.writableEnded property is an inbuilt application programming interface of Stream module which is used to check the writable.end() method is being called or not.
Syntax:
writable.writableEnded
Return Value: It returns true if writable.end() method is being called before otherwise returns false.
Below examples illustrate the use of writable.writableEnded property in Node.js:
Example 1:
// Node.js program to demonstrate the
// writable.writableEnded Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Again writing some data
writable.write('GFG');
// Calling end function
writable.end();
// Calling writable.writableEnded
// Property
writable.writableEnded;
// Calling destroy function
//to display output
writable.destroy();
Output:
hi
GFG
Writable {
_writableState:
WritableState { objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: true,
ended: true,
finished: false,
destroyed: true,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: false,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
bufferedRequest: null,
lastBufferedRequest: null,
pendingcb: 2,
prefinished: true,
errorEmitted: false,
emitClose: true,
autoDestroy: false,
bufferedRequestCount: 0,
corkedRequestsFree:
{ next: null,
entry: null,
finish: [Function: bound onCorkedFinish] } },
writable: false,
_write: [Function: write],
domain: null,
_events: [Object: null prototype] {},
_eventsCount: 0,
_maxListeners: undefined }
Here, you can see that the ended property in the above example is being set to true.
Example 2:
// Node.js program to demonstrate the
// writable.writableEnded Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Again writing some data
writable.write('GFG');
// Calling writable.writableEnded
// Property
writable.writableEnded;
// Calling destroy function
//to display output
writable.destroy();
Output:
hi
GFG
Writable {
_writableState: WritableState {
objectMode: false,
highWaterMark: 16384,
finalCalled: false,
needDrain: false,
ending: false,
ended: false,
finished: false,
destroyed: true,
decodeStrings: true,
defaultEncoding: 'utf8',
length: 0,
writing: false,
corked: 0,
sync: false,
bufferProcessing: false,
onwrite: [Function: bound onwrite],
writecb: null,
writelen: 0,
bufferedRequest: null,
lastBufferedRequest: null,
pendingcb: 2,
prefinished: false,
errorEmitted: false,
emitClose: true,
autoDestroy: false,
bufferedRequestCount: 0,
corkedRequestsFree:
{ next: null,
entry: null,
finish: [Function: bound onCorkedFinish] } },
writable: true,
_write: [Function: write],
domain: null,
_events: [Object: null prototype] {},
_eventsCount: 0,
_maxListeners: undefined }
In the above example the ended property is set to false because writable.end() method is not called before calling the writable.writableEnded property.
Reference: https://nodejs.org/api/stream.html#stream_writable_writableended
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableEnded Property | https://www.geeksforgeeks.org/node-js-stream-writable-writableended-property?ref=asr7 | CSS | Node.js Stream writable.writableEnded Property | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, Node.js Stream writable.writableEnded Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0363486297, 0.0025528355, 0.000598895887, 0.0519801453, 0.0174382422, -0.0160597768, -0.00487481151, 0.0139853898, -0.032976076, 0.00622985559, 0.00907377433, 0.0448335446, 0.00388445868, -0.0307009406, 0.00248926552, -0.00488150306, -0.00708637666, 0.00555735221, -0.00335080572, 0.0239692181, -0.0243974794, 0.0178798847, -0.0271811727, -0.00916745607, -0.0234338921, 0.00216639717, 0.00236881711, 0.00172475318, -0.0220018961, -0.0184821282, -0.0134099144, 0.0104254726, 0.0431740358, 0.0102180336, -0.0185624268, -0.00577817392, 0.0114827408, 0.019111136, 0.0241030492, -0.0338326, 0.00156415545, 0.00278369477, -0.029442925, 0.0198739748, -0.0287202355, 0.0281046107, -0.0489823222, -0.0522745773, -0.0157519653, -0.00284893764, -0.00607929472, 0.014788378, 0.0144270333, -0.0101176603, 0.0349032506, 0.012894663, 0.0325210504, -0.00828416832, -0.0155913671, -0.0468677841, -0.00301288115, -0.0567980781, 0.017665755, -0.0125734676, -0.0296302903, 0.0246517584, -0.013537054, 0.00424914947, -0.0281849094, 0.0338326, -0.021198906, 0.0359471366, 0.0327351801, 0.0149088269, -0.0141995195, -0.0154575361, 0.0284525733, 0.0584575906, 0.00166787487, -0.0190442186, -0.0442179218, 0.00911392365, -0.00602910807, 0.0116433389, -0.0045603076, -0.00354653411, -0.0305403434, -0.0170233641, 0.048821725, 0.00855852291, 0.00815033726, 0.0054369038, -0.0260168388, -0.0246517584, 0.00201249076, 0.0441911556, -0.0230457801, -0.0177728198, -0.0141861364, 0.0166218691, 0.024999721, 0.0230725463, 0.0129749617, -0.00726035796, -0.0150961913, -0.00859867223, 0.0137311099, -0.0303262137, 0.00934812892, 0.0413539261, 0.0300585497, 0.0125600845, -0.0196732283, 0.00737411436, -0.0237684716, 0.0158991795, -0.0221089609, -0.0304332785, 0.0293358602, 0.0346088223, -0.000688813918, -0.000139791169, 0.0156449, 0.0493035167, 0.0139318574, 0.00957564265, -0.0243037958, 0.00370044028, -0.0313433334, 8.88201903e-05, -0.0187364072, -0.0465465896, -0.03452852, 0.017665755, -0.000495594693, 0.016086543, 0.0142798191, 0.0339931957, -0.00980984699, -0.0205163658, 0.0110344058, -0.025387831, 0.0220955778, 0.0263915677, 0.0444588177, 0.0169163, -0.0286934692, -0.0129281208, -0.0217877645, 0.00679529319, -0.0139987729, 0.0213059708, 0.00500195147, 0.0160463937, -0.0300317835, -0.0301656146, 0.0325478166, 0.00652428484, -0.0161400773, -0.0102046505, -0.00202754699, -0.0305403434, 0.00826409366, 0.0459844954, -0.0322533883, 0.0247722063, 0.0352244452, 0.0133095402, 0.00932805426, 0.0147616118, -0.0243840963, -0.026833212, -0.0405509397, -0.00742764724, -0.00489154039, 0.00119862822, 0.023955835, 0.0228718, 0.0404706411, -0.00624658447, -0.00355322566, 0.0016084871, -0.0110879382, 0.000122957674, 0.0252406169, -0.0302994475, 0.0436825939, -0.0239826012, 0.00246249931, -0.00842469186, -0.0381419733, -0.0146813132, 0.0703953579, 0.0122054312, -0.00682206, 0.0326013491, -0.0302191488, -0.0012396141, 0.00154324423, 0.0237417035, -0.0221892595, -0.00625327602, 0.0175854564, -0.00738080591, 0.0098700719, -0.0232063793, 0.0097228568, -0.0390520245, 0.0386505313, -0.00143199682, -0.0168493837, -0.0208643284, 0.0148285283, 0.00237550866, 0.0143333515, 0.0203022361, -0.00397814065, 0.0133831482, -0.0100842016, -0.00635364931, -0.0103920139, -0.0249595717, -0.0141995195, 0.0205966644, -0.062419, -0.0487681925, 0.0107466681, -0.00205096742, 0.00597557565, 0.0159125626, 0.00657781726, 0.032467518, -0.00337924482, -0.0282116756, -0.0205297489, 0.0323872194, -0.0229788646, -0.0476975404, 0.0100574354, 0.00611609872, -0.0128009813, -0.0187899396, -0.0144404164, -0.0038208887, -0.011716946, 0.0100440523, -0.00460380269, 0.0191245191, -0.0111682368, 0.00602241652, -0.0491161533, -0.00857859757, 0.0129481955, -0.00634361198, -0.0326013491, 0.0214398038, -0.00053867168, 0.0219617449, -0.00935482047, -0.0255082808, 0.0120649077, 0.0378743075, -0.00428929878, -0.00371047785, 0.0149355931, 0.0182546135, -0.00355991744, -0.00490157772, 0.0160597768, 0.0115161985, 0.048152566, -0.0146679301, 0.0239290688, -0.0195661616, -0.0569586791, 0.0269001275, -0.0358400717, -0.0220955778, -0.000715161965, -0.0281581432, -0.00466402713, -0.00274521811, -0.00762839429, 0.0254145972, -0.0127809066, -0.010733285, 0.0471354462, 0.0220018961, -0.0491429195, -0.00506886747, 0.00863213, 0.00329894596, 0.0300317835, 0.0138381748, 0.0340467282, -0.0203825347, -0.0441376232, 0.0502135716, 0.0100842016, -0.0142396698, 0.00137177261, -0.0264183339, -0.0132024754, -0.0162069928, 0.00291083474, -0.0190308355, 0.0296570566, -0.00266826502, 0.0546300113, -0.0432275683, 0.0112819932, -0.00195895834, -0.000355698983, -0.00296102138, 0.0200747214, 0.00120615622, 0.0364021622, 0.0190308355, -0.00807003863, 0.00472759688, -0.00497853104, 0.0192048177, -0.0422907472, 0.045930963, 0.0244643949, -0.0171839613, 0.0158054978, 0.00353984255, -0.0373925157, -0.0622048713, 0.00607260317, 0.013864941, -0.0161534604, 0.0258160923, 0.0219215956, -0.0280778445, -0.0803524181, -0.0563162863, 0.013684269, 0.0477243066, -0.0221491102, -0.029442925, 0.00530307228, -0.0294696912, 0.0483399294, 0.0037305525, -0.0150961913, 0.0136909606, 0.0179200359, 0.0462521575, 0.000813026214, 0.0319054238, 0.00211119163, -0.00135838951, 0.0157787316, -0.0152969379, -0.0129281208, -0.0490626208, -0.00499191415, 0.0154307699, 0.00665477, 0.0227915011, 0.0482596308, 0.0203022361, -0.0208509453, -0.0363218635, -0.0356794707, -0.00159259455, 0.0138515579, -0.00893994235, -0.0151631068, 0.0018886968, -0.0277031157, -0.00516924076, -0.0100908931, -0.0136039695, -0.00778899202, 0.0148419114, 0.0115964981, 0.0154575361, -0.00711314334, 0.0504812337, -0.0317448266, -0.00486812, 0.0284793396, -0.0194323305, 0.0218279138, 0.015832264, 0.01177717, -0.0339396633, -0.045930963, 0.0415145233, 0.00102046505, 0.00664473278, 0.0292823277, 0.0125132436, -0.0150560411, -0.00373724406, 0.0179735683, -0.0216807, -0.0175453071, -0.0271008741, 0.0199007411, -0.0258027092, -0.00760831963, 0.0120180668, -0.00568783795, -0.0292823277, 0.0219483618, -0.000636117766, 0.00748117967, 0.00564768864, 0.00655105105, 0.0164345056, -0.0116701052, 0.0486343578, 0.0430402048, 0.00244242442, -0.0260569882, 0.00235376111, -0.0138114085, -0.0142530529, -0.0265789311, 0.0106262192, -0.0174917746, 0.00385769247, -0.011449283, -0.0287202355, -0.042263981, 0.0255618133, -0.0468677841, -0.0209981594, 0.0242502633, -0.0305403434, -0.00528299762, -0.0371248536, -0.0190040693, -0.00780906668, 0.010793509, 0.0171839613, -0.0112953773, -0.00701946113, 0.0100574354, -0.00213126629, 0.0056677633, 0.0163006745, -0.0337255336, -0.0152434055, -0.00344616058, -0.0138247916, 0.00226175203, 0.00806334708, -0.0204762165, 0.00494507328, -0.00161936088, -0.0105124628, 0.0360274352, -0.0289343651, 0.00615624804, 0.0347961858, -0.0324942842, -0.00500195147, -0.0349567831, 0.0421836823, 0.0232732948, -0.0506685972, 0.0131355599, 0.0041220095, 0.0136976521, 0.00419896282, 0.0170367472, 0.0117905531, -0.0192985, 0.061241284, -0.0108938823, 0.000169485022, -0.00801650528, -0.0133296149, 0.0168761499, -0.00113840401, 0.00601237919, -0.0292823277, 0.0136641944, 0.0181341656, -0.00328054419, 0.0170501303, 0.0232063793, -0.017411476, -0.0169698317, -0.0102046505, -0.0134433722, 0.00312663801, -3.37715355e-05, -0.0152300224, 0.00623320136, 0.0163140576, 0.025655495, -0.000198446985, 0.0199676566, 0.0067785643, 0.0211052243, 0.0220688116, 0.0279440135, -0.0205029827, -0.0106529854, 0.0079428982, -0.0248658881, 0.017933419, -0.022242792, -0.037686944, -0.0802453533, 0.0320392549, -0.0240896661, 0.0222963244, -0.0113957506, 0.0021764345, -0.012954887, 0.00973624, -0.00424245792, 0.0421033837, 0.022778118, -0.00415212149, 0.00962248351, 0.00736073125, -0.00352311367, 0.0224836878, -0.0225238372, 0.00372720673, -0.0337790661, 0.048152566, 0.022898566, 0.0136307366, -0.00628338801, 0.0307544731, -0.00266324636, 0.00911392365, -0.0383293368, -0.0281849094, -0.0209580101, 0.0121652819, -0.0101778843, 0.0216940828, -0.0381152071, -0.0103585562, -0.0220955778, 0.0301120821, 0.008705738, -0.000974460447, -0.0203423854, -0.00358333788, -0.00132911385, 0.0014880388, 0.0277298819, -0.0062700049, 0.0154307699, -0.0143065853, -0.0304065123, -0.0135571286, -0.00105559581, -0.00256454572, 0.0137980254, 0.0330028422, 0.0154040037, -0.0221758764, -0.00329560018, -0.0253075324, 0.00960240886, 0.00294261961, -0.0275692847, -0.00986338, -0.0117504038, -0.00531980116, -0.0212658215, -0.0122924214, 0.0188702382, 0.0237684716, 0.0519801453, -0.0187364072, 0.00116600678, 0.00241398532, 0.0122723468, 0.00863882154, 0.0334578715, -0.00170886074, -0.0282384418, 0.0125199351, -0.00385769247, -0.00964255817, -0.0215067193, -0.00642725686, 0.0254145972, 0.0132158585, -0.00141777727, -0.00164696365, -0.00859867223, -0.0182947628, -0.0197936762, -0.0128344391, -0.00503206346, 0.0143601177, -0.0124396356, 0.0100975847, -0.0284525733, 0.00792951509, -0.0327351801, -0.00265990058, -0.0135705117, -0.00249093841, -0.0073540397, -0.0201951694, 0.00549712824, 0.0286934692, 0.0343411565, 0.0162872914, 0.0211587567, -0.0147616118, 0.00503875501, -0.00180505204, -0.00971616525, -0.00688562961, -0.00199743477, 0.0100507438, 0.00625996757, -0.0191646684, 0.0213728864, -0.0121652819, 0.00126721687, -0.0518463142, 0.0165281873, -0.0373925157, 0.0105793783, 0.00017115791, -0.040711537, -0.00829086, -0.00074569229, 0.0325210504, -0.000131322144, -0.0223230906, -0.0218145307, -0.012506552, 0.00666480744, -0.00477778399, 0.00242234976, 0.0656309575, 0.00105559581, 0.0229387153, -0.0258428585, 0.0365895256, 0.00163107121, -0.0178129692, -0.0119779175, -0.0102916406, 0.0241699647, 0.0319321901, -0.0163274407, -0.00383761758, 0.0364556946, -0.0117035629, -0.016233759, -0.0127072986, 0.00329727307, -0.0150158918, -0.00409858907, 0.00218145316, 0.0167423189, -0.0224836878, -0.00601572497, 0.00528299762, 0.030486811, 0.0137980254, -0.0490358546, -0.0311024357, 0.021198906, 0.00661127502, 0.00302961, -0.0106864432, -0.0344482213, 0.0392661542, 0.00476105465, 0.0226309039, 0.0277834143, -0.0163006745, -0.00327217975, 0.0246919077, -0.00739418902, 0.00411531795, -0.00695254514, 0.0123191876, 0.00829755142, -0.00977638923, 0.013610661, -0.00907377433, 0.03873083, 0.0258562416, -0.00145290804, 0.0163140576, 0.00788936578, -0.00861874688, -0.0177995861, 0.0351173803, -0.0176256057, 0.0201684032, -0.0273953043, 0.00465733558, 0.0064205653, 0.011509507, -0.00096275023, 0.0378475413, 0.00212792051, 0.0165148042, -0.0107065188, 0.00907377433, -0.0104723135, 0.0189906862, -0.000928455906, -0.00725366594, -0.0102581829, -0.0381419733, -0.0167423189, -0.0360274352, 0.0221089609, -0.0134835215, 0.0100507438, -0.00220821938, -0.030888306, -0.0656309575, -0.0305135772, 0.00837115943, -0.0176523719, 0.00461049424, 0.018843472, -0.0290949643, -0.00131740363, -0.0141459871, -0.0396676511, -0.00300953537, -0.0167824682, 0.00847822428, -0.000134354254, -0.00457703648, -0.00967601594, -0.00622316357, 0.0153906206, 0.000864049478, -0.0021429765, -0.0207840279, -0.00313834823, 0.0195260122, -0.0250934027, -0.00139352027, -0.00861874688, -0.0374192819, 0.000408604246, -0.0323069207, 0.0177059043, 0.0313165672, 0.0186962578, -0.0108403498, -0.00127976353, 0.0338593647, -0.00366698252, -0.0104589304, -0.00199576188, 0.00989683811, 0.0194457136, -0.0164612718, -0.0414877571, -0.0421301499, -0.0105057713, -0.00588523922, -0.0041220095, -0.00724697439, 0.0223498568, -0.00983661413, 0.0109005738, 8.56312327e-05, 0.0120715993, -0.0291484967, 0.0171036627, 0.00189036969, -0.0171973445, 0.0297908876, -0.01492221, -0.062954329, -0.00776891736, 0.00281715253, 0.00896001793, -0.00522277365, 0.00390787935, 0.0175988395, 0.0105659952, -0.00291418051, 0.04630569, -0.0334311053, 0.0298176538, -0.00738749746, -0.0269402768, 0.0291484967, -0.0239826012, -0.0373389833, 0.0146679301, -0.0290414318, 0.018187698, 0.0191379022, 0.0027184519, -0.031022137, -0.0367501229, -0.0336987674, -0.0448603109, -0.00557073532, 0.0210918412, -0.0279440135, -0.00687893806, -0.000125780673, -0.00758824497, 0.0156716667, -0.00697262026, 0.0276495833, -0.0234472752, 0.0176256057, 0.0155646009, -0.0184553601, -0.0112284608, 0.0166887846, -0.0532916933, 0.00536664249, 1.87285659e-05, -0.0119846091, -0.00450677518, -0.0051224, -0.00619639736, 0.0234740414, -0.0617230795, 0.0552456342, -0.0539608523, -0.00891986769, -0.00950203463, 0.022122344, 0.0020543132, 0.0158991795, -0.0085317567, 0.00649751816, -0.00242234976, -0.0194724798, -0.0108336583, 0.0262577366, 0.0180404838, 0.00616963115, 0.0110410973, 0.0100440523, -0.0162069928, -0.0216271672, 0.0104522388, 0.0201684032, -0.0309953708, -0.00389784179, 0.0183081459, -0.0127742151, 0.00548039889, 0.0122054312, -0.0429063737, -0.0200613383, 0.000898343802, -0.0288808327, 0.0037171694, 0.0262175873, -0.0288808327, -0.0555668287, -0.00262978859, 0.0268733613, -0.0187364072, 0.00991691276, -0.0332169719, -0.00127892708, 0.00718675042, 0.00575809926, -0.0371248536, -0.0100975847, 5.68261021e-05, -0.0247722063, 0.0391323231, 0.00267328368, -0.011716946, -0.00940166134, -0.0177326705, 0.00432944857, -0.0206234306, -0.00650755549, -0.00605252851, 0.00918753073, 0.00233703223, 0.0213461202, 0.0338593647, -0.0139318574, 0.00778230047, 0.0531310961, 0.0545229465, -0.00259800348, 0.000443734985, 0.0200881045, 0.00777560892, 0.00240729377, 0.0248123556, -0.026431717, 0.0403100401, -0.0416215882, 0.0216940828, 0.00279540499, 0.00234539667, -0.0137712592, -0.00809011329, -0.00709306821, -0.0288273, -0.0188836213, 0.0220554285, -0.00966932438, -0.0201817863, 0.038864661, 0.0282384418, -0.003566609, -0.0236881711, 0.0218412969, -0.0108871907, 0.00317515177, -0.011509507, -0.00902024191, -0.0387040637, -0.0078626, -0.0198472086, 0.00803658, 0.0177460536, 0.0191512853, -0.0210249256, -0.00223665871, -0.0112953773, -0.0155378347, 0.000309694413, -0.00396141177, -0.017143812, -0.0200345721, 0.0372854508, 0.0162605252, -0.00263648015, 0.0122857299, -0.0276495833, -0.0305403434, -0.00135002506, -0.00474432576, -0.00776891736, 0.0344749875, 0.00533653, 0.0101645011, 0.0112016946, -0.000414668466, -0.0142932022, -0.0577616654, -0.0142798191, -0.00880611129, -0.0322801545, -0.0117972447, 0.03452852, -0.0103987055, -0.00563765084, -0.00509563368, 0.0478581376, -0.0159393288, 0.0169832148, -0.0219215956, -0.00528968917, -0.0201684032, 0.00020127, -0.0059688841, 0.0182679966, 0.0110812467, 0.00615624804, 0.00266826502, -0.0313165672, -0.0334846377, 0.0207171123, -0.0251870845, 0.000456699927, -0.0198739748, -0.0122522721, -0.0211587567, 0.00701276958, -0.0160463937, -0.00143868837, -0.0485005267, 0.00489488617, 0.00314336689, -0.0150025086, -0.0266993809, -0.0205698982, 0.0202487037, -0.0198338255, 0.0199408904, 0.0246785246, 0.0221089609, -0.0155913671, 0.00895332638, -0.0260569882, -0.0307812411, -0.00664138701, 0.0290681981, 0.0191780515, -0.0273819212, -0.0165549535, 0.0334043354, 0.00100540894, 0.00518931542, 0.0196999945, 0.000363017898, -0.020676963, -0.0518998466, 0.00461384, -0.000456281705, -0.0171705782, -0.0139050903, -0.00157419278, 0.0375798792, -0.00541013759, -0.0147080794, 0.0249595717, -0.0437628925, 0.00728043262, 0.0309418384, 0.000989516499, 0.00924106408, -0.00943511911, -0.0206635799, 0.00805665459, -0.0182947628, -0.00374728139, 0.0217609983, -0.00224836892, -0.0161133092, 0.00109323591, -0.0102381082, -0.0123593369, -0.0269001275, -0.00418892549, -0.0283990391, -0.016608486, 0.000408604246, -0.00986338, -0.00236212555, -0.00509563368, -0.0131556345, -0.0100507438, 0.0136976521, 0.00148218358, 0.00275692856, 0.00541682914, -0.00953549333, 0.00419896282, 0.00954887643, -0.0148820607, -0.0453421064, -0.00228349958, 0.0250131041, -0.0116165727, -0.0132560078, 0.00995706208, 0.0116500305, -0.0088328775, 0.0132894656, 0.00481458753, 0.0163675901, -0.00087910553, 0.0135035962, 0.0056677633, 0.0010647967, -0.00144036126, -0.00249930285, 0.00655439682, 0.00458372803, 0.0081168795, -0.000699269469, 0.0438967235, -0.0425851755, -0.000852339261, -0.0125199351, 0.00691908738, -0.0339664295, -0.010867116, 0.00227848091, -0.013015111, -0.0181207824, -0.0287737679, 0.00596553832, -0.0167824682, 0.0119578429, 0.00254781684, -0.00531310961, -0.00592204276, -0.000143346057, -0.00590531388, 0.0620442741, -0.0441911556, -0.0029309094, -0.0187364072, -0.00848491583, -0.0304600447, -0.0126671493, 0.0489287898, 0.0205565151, -0.0239156857, 0.0158857964, -3.06152583e-06, 0.0017665755, 0.0182144642, -0.0354921073, 0.0157921147, -0.0292020291, -0.0195393953, 0.00433948589, -0.0230725463, 0.00995706208, -0.00591200544, -0.0283455066, 0.0177995861, 0.0164345056, 0.026833212, -0.00656108838, -0.0192048177, -0.0156315174, -0.008418, -7.75804365e-05, -0.00835777633, 0.00477443822, 0.00675514387, 0.0265387818, 0.0227379687, 0.00163608987, 0.0128745884, -0.0118240109, 0.0328690112, 0.00512574567, -0.0479652025, 0.0349567831, 0.00162187021, 0.00744103035, -0.00655105105, -0.00578486547, -0.0223632399, -0.0470819138, 0.0103384815, -0.0090068588, -0.00322533865, -0.00686555495, -0.0267395303, -0.0346088223, 0.00403501932, -0.0197936762, -0.0173311774, 0.0162605252, 0.0020827523, -0.0164478887, 0.00797635596, 0.00559750153, 0.00943511911, -0.00376401027, -0.000235668864, -0.0153906206, 0.0235008076, -0.0081034964, 0.0107065188, 0.0139720067, 0.0157787316, 0.00646071462, 0.0130418772, 0.00831093453, -0.0127006071, 0.00360675831, 0.00603579963, -0.00415881304, 0.011509507, -0.00399821531, 0.0254145972, -0.0419427864, 0.0265521649, 0.0332972705, -0.00829086, -0.0204093, 0.0143065853, 0.0073674228, -0.000467155507, -0.00349634746, -0.00130903919, 0.00296604, -0.0115898065, -0.00147549203, 0.0147348456, 0.0200881045, 0.000600568776, -0.00418223394, 0.00189036969, 0.0216940828, 0.0113355266, 0.0271677896, 0.011837394, -0.0249461886, 0.00481124176, 0.0058317068, -0.000915909186, -0.0136240441, 0.0110076396, 0.0244242456, -0.00484135374, 0.00867228, -0.00473763421, 0.00334411417, -0.00475101732, 0.0374460481, -0.020422684, -0.0210115425, -0.0104790051, -0.0251201689, 0.000820136047, -0.00825071055, 0.0100507438, -0.0227112025, 0.0225238372, 0.0242770296, -0.0012906373, 0.0143735008, 0.0166352522, -0.00100122672, -0.0102849491, -0.0110544804, 0.00169715041, -0.00228349958, 0.00404171087, -0.0098700719, -0.00369374873, -0.00163525343, 0.007066302, 0.00512574567, -0.00176490261, -0.00305135781, -0.00323704886, 0.0299247187, 0.0213059708, -0.0071466011, 0.00189706124, -0.000248842902, -0.0225372203, -0.0187096409, -0.0280243121, 0.0320392549, 0.0182813797, 0.0194189474, -0.0166754015, 0.0203290023, 0.0120649077, -0.00304466626, 0.0174516253, -0.00651759282, 0.00462053204, -0.0120113753, -0.0131957838, -0.0115496563, -0.00107567047, -0.0175453071, -0.0110745551, -0.00131405785, 0.00876596197, 0.0088194944, 0.00169296819, 0.00256956439, 0.0189773031, 0.0247454401, 0.00431271922, 0.00248759263, -0.00898678415, 0.0267395303, -0.001554118, -0.0210383087, 0.00837785099, -0.0148419114, 0.00497183949, -0.0124463271, -0.00407516863, 0.0145608652, 0.0105659952, 0.0342073254, -0.0230457801, -0.00207940652, 0.011000948, 0.0131221768, -0.0336184688, 0.0278369468, -0.0168092344, 0.0294696912, 0.00413204683, 0.00454023294, -0.0113020688, -0.00593208, 0.0224167723, 0.0158456471, -0.0300585497, 0.0139452405, -0.0126738409, 0.0188970044, -0.00708637666, 0.018589193, 0.00730719883, -0.0165683366, -0.00668153679, 0.0216137841, -0.0111147044, -0.0112753017, 0.00184018281, 0.0215736348, 0.00260971393, 0.000424496713, -0.025775943, -0.0232732948, 0.0107399765, -0.0176122226, -0.0157787316, -0.0206234306, -0.00119946466, -0.0163809732, 0.00524619408, -0.00331902062, 0.0220554285, -0.022898566, 0.00792951509, 0.0122255059, 0.00218647183, -0.0033825906, -0.00674510654, -0.0220152792, -0.0198605917, 0.0246919077, 0.00190207991, -0.004710868, 0.00728043262, -0.0094083529, -0.0185624268, 0.00585847301, -0.00025678915, 0.00838454254, 0.0164211225, 0.0136641944, -0.00398817798, 0.0332169719, -0.0209580101, -0.001185245, -0.0455294698, -0.00792282354, 0.00228517246, -0.016889533, -0.0156582836, -0.00301622692, -0.0379010737, 0.0176791381, 0.00502202613, -0.0171973445, -0.0224836878, -0.0259766895, 0.000914236298, 0.00103384815, -0.0111481622, -0.0101979589, -0.0106329108, 0.0109942565, 0.0274354536, 0.017786203, 0.00734065659, -0.0108403498, -0.00174315507, 0.030620642, 0.0100708185, 0.000853175705, -0.00596219255, -0.0214531869, 0.0298176538, -0.0231929962, 0.0031701331, -0.0156850498, -0.00909384899, -0.0158188809, 0.0239826012, -0.00607594894, 0.0020258741, 0.0121518979, -0.0133028487, 0.0384096354, -0.00281380676, -0.00298946071, 0.0397479497, 0.00469079334, -0.018843472, 0.0178263523, 0.000810516882, 0.00024319689, 0.0260971393, -0.00701276958, -0.0208910946, -0.00143701548, 0.00204260298, -0.00671834033, -0.0116098812, 0.00630011689, -0.0217476152, 0.000807589327, -0.0024307142, -0.0024641722, -0.0308347736, -0.0040517482, -0.00151480502, -0.0172374938, -0.0238086209, 0.0185624268, -0.00310154445, 0.0199944228, -0.033645235, -0.000361554092, -0.0188836213, 0.0204360671, -0.0307009406, 0.00799643062, -0.00568783795, 0.00525288563, 0.0161266942, 0.0291484967, -0.0339396633, -0.00542686647, -0.00229855557, -0.000136340823, 0.0322801545, 0.0295767561, -0.0165014211, 0.00702615269, 0.0259766895, -0.0174516253, 0.0476172417, -0.0141995195, -0.000325586909, 0.0240495168, -0.0119377682, 0.00321028265, 0.00610940717, -0.0246249922, 0.00565438, -0.00212290185, -0.0129415039, 0.0149088269, -0.00605922, -0.0212390553, 0.00876596197, 0.0237149373, 0.00257792883, 0.0241030492, 0.0246785246, -0.0193520319, -0.00345619791, 0.00569787528, -0.0152166393, 0.00359337521, -0.00839123409, 0.00100959127, -0.00377404783, 0.0166218691, 0.0200881045, -0.00487815728, 0.000367200118, -0.0171705782, 0.0209580101, -0.0153772365, -0.00314838556, 0.00790944, -0.0089934757, -0.0246651415, 0.0227379687, -0.0131154852, -0.0114292083, 0.0224301554, -0.00583839836, -0.0217609983, 0.0165281873, -0.0125132436, 0.00363687053, 0.00890648458, 0.0328690112, -0.0119979922, 0.013282774, -0.0187096409, 0.0234606583, -6.4929176e-05, 0.0325745828, -0.0127675235, 0.0255350471, -0.0252673831, 0.00268834, 0.0332437381, -0.017786203, 0.0081168795, 0.016488038, 0.0206501968, 0.0117370207, 0.0315574631, -0.00829755142, 0.0124195609, -0.0414074585, 0.00289577874, 0.00455696182, -0.0356794707, -0.0231394619, -0.00270506879, 0.0208910946, -0.0131288683, 0.0282384418, -0.0225907546, 0.0135638202, -0.0181743149, -0.00567780063, -0.024852505, -0.0068588634, 0.0363486297, -0.0339128971, 0.00861874688, 0.00401159842, 0.00823732745, 0.00690570427, -0.0111749284, -0.0134366807, -0.0228851829, -0.0125935422, 0.0192583501, 0.00493503595, -0.0342340916, 0.000687559252, -0.0357597694, 0.0311827343, 0.00158004789, -0.00246919086, 0.0163943563, 0.00265320903, 0.00636703242, -0.01492221, 0.0250398703, 0.00537668, -0.00978308078, -0.00469413912, -0.00723359128, 0.0113489097, -0.0102648744, 0.0241431985, -0.0105659952, -0.0036837114, 0.0274354536, -0.0173177943, 0.0228182673, 0.00227513514, -0.0105258459, -0.0138381748, -0.00198572455, 0.0269670431, -0.00108821725, -0.00984999724, -0.00382758025, 0.00497853104, -0.0179200359, 0.000489321363, 0.000414877577, -0.0160196275, 0.022122344, 0.00405843975, -0.00134082418, 0.00906708278, 0.00740088057, 0.0104856966, -0.00703953579, 0.0128612053, -0.000814699102, 0.00482797064, 0.016889533, -0.0034160486, -0.00202420121, 0.0339664295, -0.00290748896, 0.0158590302, 0.00361344987, 0.00312329223, -0.00247922819, 0.00464729825, 0.00231863046, -0.00688562961, 0.0118106278, -0.00462387782, -0.0178665016, -0.0173177943, -0.00607594894, 0.000468828395, -0.0253209155, 0.00473763421, 0.0113489097, 0.0149489762, 0.0177594367, 0.0210784581, -0.0166887846, 6.35176766e-05, -0.0191914346, 0.0228718, -0.00337757193, -0.0203290023, 0.0187899396, 0.00969609059, 0.00895332638, -0.0076551605, 0.00784921646, 0.00545363268, 0.0196330771, 0.0208509453, 0.0207438786, -0.0264718663, 0.021720849, -0.0304600447, -0.0145073319, -0.00934812892, -0.0116232643, 0.0107399765, -0.00440640142, -0.00508894213, -0.0180404838, 0.0157252, -0.00923437253, -0.00136926328, 0.0347694196, -0.0113355266, 0.0153638534, -0.0103117153, -0.00247922819, 0.0228316505, -0.00915407296, 0.0302994475, -0.0241699647, -0.00184018281, -0.0105325375, -0.00653097639, 0.000606423884, -0.0136508113, -0.00357330055, -0.00722020818, -0.00455027027, -0.0103585562, -0.0251469351, 0.00634361198, 0.0165014211, -0.00960240886, 0.00290581607, 0.00668488257, 0.0122723468, 0.0154843023, 0.00107567047, -0.0154709192, 0.0136976521, 0.013015111, -0.00489823194, 0.0151898731, -0.00138682872, -0.0170902796, 0.0108135836, -0.00883956905, 0.00605252851, -0.0139987729, 0.00344616058, -0.0067785643, 0.0288273, 0.00336586172, 0.00697931182, -0.00108989014, -0.00580828637, 0.00741426414, -0.010405397, 0.0189906862, -0.00463726092, -0.00255785417, -0.00880611129, -0.00718005886, 0.00647409773, 0.000419059827, -0.00202754699, 0.00971616525, 0.00958902575, -0.00682540564, 0.0141058378, -0.00246082642, 0.0202754699, -0.0262309704, -0.018441977, 0.0135169793, 0.00518931542, -0.0314236321, 0.00623989291, 0.0158188809, 0.00917414762, 0.00147381914, 0.0171839613, -0.0133831482, -0.013610661, -0.0102849491, 0.0127407564, 0.00310154445, 0.00130151119, -0.0213327371, -0.00172642607, -0.0194858629, 0.0178129692, 0.00342608592, 0.0411130302, -0.0129214292, -0.0141861364, 0.0104254726, -0.00589527655, -0.00896001793, -0.0155512178, 0.00659120036, -0.00717336731, 0.0184955113, 0.0188033227, -0.0117303291, -0.0142530529, -0.00841130875, -0.0159527119, 0.0215870179, 0.0110277142, -0.00699269492, -0.00456365338, 0.0288005341, -0.0178932697, 0.00561088463, -0.0102046505, -0.00692577893, 0.00215134094, 0.00386438402, -0.0501600392, -0.00894663483, 0.0184553601, -0.00435621478, 0.0090068588, 0.00567110907, 0.000521524518, 0.00473428844, -0.0305938758, 0.024598226, 0.00574471615, 0.00450677518, -0.0186427254, -0.0159393288, 0.00829755142, 0.0021429765, -0.0206635799, -0.0172508769, 0.0162605252, 0.00789605733, 0.00666815322, 0.00491496129, 0.00483800797, -0.0140790716, -0.0109942565, 0.00957564265, -0.00254447106, -0.00167874864, 0.0276763495, 0.00218312605, -0.0112819932, 0.00480455, 0.00389784179, 0.0175453071, 0.00336586172, 0.00724028284, 0.00279707788, -0.0167958513, -0.00655105105, 0.00132576807, -0.000289619697, 0.0034160486, 0.0485808253, -0.021065075, -0.00461718626, 0.00720013352, -0.0347961858, -0.00590196811, 0.000418850716, 0.021198906, 0.0192048177, 0.0032035911, 0.00158255722, -0.00168209441, 0.00863213, 0.0228182673, 0.0141727533, 0.0090537, 0.0112217693, -0.0100306692, -0.0181743149, 0.0064640604, 0.00150142191, 0.0275960509, 0.0305403434, 0.0190977529, 0.00421234593, -0.0152434055, -0.0187096409, 0.00394133711, -0.014788378, 0.00470083067, -0.0120649077, 0.010793509, 0.00312329223, 0.0158456471, 0.00931467116, -0.00727374107, 0.00578486547, 0.012432944, 0.00107483403, 0.0025963306, -0.0358400717, 0.00798304752, -0.00417219615, -0.00813026261, -0.00265153614, 0.00136508106, 0.00175151951, 0.0525690056, 0.0212658215, -0.011255227, -1.42457338e-05, 0.0250666365, -0.0115362732, -0.033350803, -0.00353649678, 0.010659677, -0.00129900174, -0.00649417238, -0.00618301425, -0.00209948141, -0.00133245962, -0.0223364737, 0.0120381415, -0.00841130875, -0.00458372803, 0.00165532809, -0.00289745163, 0.00334411417, 0.00269503146, -0.017665755, 0.00619974313, -0.0180003345, -0.00892655924, 0.0373389833, -0.00525288563, -0.00125885231, 0.0164612718, 0.0131288683, -0.0107265934, -0.00150978635, 0.00694585359, -0.0151363406, 0.0392661542, 0.00222494826, -0.00060767855, -0.0137712592, -0.015966095, 0.0151497237, 0.000424914935, 0.000768694561, 0.0223900061, 0.02355434, 0.0012529972, -0.00173980917, 0.00777560892, -0.00175486528, 0.00350973057, -0.00238554622, 0.015310321, 0.0174917746, -0.00696592871, -0.00826409366, 0.0143065853, -0.0088328775, 0.0177326705, 0.00388111291, -0.0050789048, -0.0181207824, 0.0179869514, 0.00713990955, 0.024477778, 0.0188300889, 0.0194590967, -0.000593040721, 0.00119946466, 0.00914738141, 0.0106529854, -0.0153237041, -0.00845815, -0.0214933362, 0.00303964736, 0.0250131041, 0.0101310434, 0.00364021631, -0.0160463937, -0.00303128292, -0.00924106408, 0.00671499455, -0.00422572903, 0.00592204276, -0.00497518526, -0.000428678963, 0.0135102877, 0.0152300224, -0.00111247413, -0.00333073083, -0.0079428982, -0.0224435385, 0.00945519377, 0.00264651747, 0.00763508584, -0.0197133776, 0.004352869, -0.0159794781, -0.0351173803, -0.0111548537, 0.011328835, -0.00821056124, 0.00376735604, 0.038597, -0.0191512853, -0.0194055643, -0.00126470753, -0.0160597768, -0.00908715744, 0.00562092196, 0.0091206152, 0.0111280875, -0.0104321642, 0.00695923669, 0.0230859295, -0.0136374282, -0.0167824682, -0.00715329265, -0.0142129026, -0.0122255059, 0.0178531185, 0.0271544065, -0.000328932685, 0.00426922413, 0.0138381748, -0.0111147044, -0.024210114, 0.00305972225, -0.0104254726, -0.00936820358, 0.0270071924, 0.0156850498, -0.00464729825, 0.0112886857, -0.00833770074, 0.00647075195, -0.00968939904, -0.00430602767, -0.00762839429, 0.000951876398, 0.0125467014, -0.00699269492, 0.0135638202, 0.00444655074, 0.0272614732, 0.00906708278, -0.0131221768, -0.0126203084, -0.0173177943, 0.00760831963, -0.0122121228, -0.0120180668, -0.0010028996, -0.00529303495, 0.00775553426, 0.0127742151, -0.0203423854, 0.00896001793, 0.0188033227, -0.0104522388, -0.01806725, 0.000690905, 0.0214531869, -0.0172374938, -0.00603579963, -0.00357330055, 0.0108202752, 0.00890648458, -3.45295666e-05, -0.0156181334, 0.0197936762, -0.0270473417, -0.00534656737, -0.000879942, -0.00165951031, 0.0137578761, -0.0269268937, 0.0290681981, -0.00250432151, -0.00634361198, -0.0380884372, 0.0223900061, -0.0110812467, 0.0279975459, 0.00594880944, -0.00305135781, 0.00953549333, 0.000756984286, -0.00728712417, -0.00169631396, 0.0140255392, 0.00571795, 0.00584509, 0.0165683366, -0.0277298819, -0.0237818547, -0.0179601852, 0.0254012141, 0.0499459095, 0.0152434055, 0.0224569216, 0.00545363268, 0.0101979589, 0.00493503595, -0.00315005844, -0.0111883115, 0.00512574567, -0.0196063109, 0.0201282538, -0.0166620184, -0.0193520319, 0.0112016946, -0.0201684032, -0.00639045332, -0.0160330106, -0.00817710347, 0.00982992258, -0.0167824682, -0.0042591868, -0.00255618128, -0.00496514793, 0.0361077338, -0.0122522721, 0.00348631013, -0.0275692847, -0.0101444265, 0.00669826567, 0.0133229233, 0.00416885037, -0.0103786308, 0.00906039122, 0.0189237706, 0.008244019, 0.0284525733, -0.00775553426, -0.00544694113, -0.00750125432, 0.0129749617, -0.0261908211, 0.0164211225, -0.0129883448, 0.0131556345, -0.0205163658, -0.0251603182, 0.00340099237, -0.00289243273, 0.00242736842, 0.00201750966, -0.00302961, -0.011121396, -0.0094083529, 0.015577984, 0.0124864774, -0.0294161588, 0.0353047438, 0.00990353, 0.000678358309, 0.0042591868, 0.0201817863, -0.0118574686, 0.016889533, 0.00673172344, -0.000306766829, 0.0187364072, 0.00086237659, 1.25467013e-05, 0.00768861827, -0.00989683811, -0.0180137176, -0.00604583696, 0.0122054312, 0.00801650528, 0.0137712592, 0.0175319239, 0.00829086, 0.00653097639, -0.00515585765, 0.00108570792, -0.0148820607, 0.00454023294, -0.0148017611, -0.0151229575, 0.0129348123, 0.0214531869, 0.0019338649, -0.0210383087, -0.00076242123, -0.00721351663, 0.0319589563, 0.00300117093, 0.0194590967, 0.00772207649, -0.00188200513, 0.00525957718, 0.00620978046, 0.011911002, 0.0193921812, -0.00227011647, 0.0260569882, -0.0183081459, 0.0249461886, 0.0331902057, 0.00884626061, 0.0320392549, -0.00863213, 0.0175720733, 0.0142262867, 0.00518262386, 0.0108269667, 0.0203423854, 0.00124128698, 0.00115764234, -0.0133095402, 0.0273417719, 0.00516254921, -0.0024173311, -0.010539229, 0.00696592871, 0.0179066528, 0.00343946903, -0.0148285283, -0.00266659213, 0.0146679301, -0.0221089609, 0.0226978194, 0.0253209155, 0.00268332125, -0.00504544657, 0.0301388483, -0.00152818824, -0.033672, 0.0116031896, -0.00287904963, -0.00827747677, 0.00796966441, -0.00925444718, 0.000505632081, -0.0221758764, -0.0433614, 0.0111615453, -0.0155646009, 0.0132560078, 0.00055749173, 0.0127206817, -0.0253342986, -0.0242502633, 0.00133329607, 0.00537668, 0.0296838228, 0.000938493235, 0.0099972114, -0.000857357925, -0.0183884446, -0.01007751, 0.0013358054, -0.0113489097, -0.00937489513, -0.00430268189, 0.0040517482, 0.0105325375, -0.00752132898, -0.000833937433, -0.00779568357, 0.0105860699, -0.0177728198, 0.0109607978, 0.019887358, -0.00788267422, 0.023955835, -0.00418892549, 0.0112083862, 0.0232197624, -0.0155646009, 0.014132604, 0.0132894656, 0.0207572617, -0.028666703, 0.0168226175, -0.0112351524, 0.0170501303, 0.00749456277, 0.0360542, 0.00218647183, 0.0102448, 0.0118641602, -0.0203557685, -0.0143199684, -0.0038342718, 0.00995706208, 0.0194858629, -0.00354987988, -0.0339931957, -0.0139452405, 0.0078626, 0.00697931182, 0.0106663685, -0.0126470746, -0.00722689973, 0.0231126957, 0.0163408238, 0.0124931689, -0.00691908738, -0.000724362908, 0.0142396698, -0.0146143977, 0.00464395247, 0.000874923309, 0.000961913785, 0.0300585497, 0.00175319239, -0.0249461886, 0.0215468686, -0.00243573287, 0.0039848322, -0.00454023294, 0.00258462038, -0.0134902131, -0.00732058194, 0.0210115425, -0.000905035355, -0.0315306969, -0.0102381082, -0.00691239582, 0.00170216907, 0.0105325375, -0.0015256789, -0.0143065853, 0.0185088944, 0.0226041377, 8.77223501e-05, -0.0271811727, 0.00897340104, -0.00478113, -0.00228182669, 0.00469079334, -0.0187096409, 0.00893325079, 0.00528968917, 0.00414543, -1.61146691e-05, -0.0171973445, 0.016608486, 0.00417219615, 0.0270205755, 0.00703953579, 0.00750794588, 0.0248658881, -0.00845145807, -0.00089583447, 0.0114961239, 0.00705961045, 0.00267328368, -0.0054502869, -0.00678191, -0.0190174524, -0.000368245674, -0.00939497, 0.010151118, 0.00769531028, 0.0162203759, 0.00070805219, -0.0172508769, -0.0149623593, 0.0113355266, -0.0175988395, -0.0026147326, 0.00264484459, 0.0177192874, -0.00567110907, 0.00766185205, -0.000685886305, 0.0296302903, -0.00634361198, 0.00318686198, -0.000677521864, 0.043950256, 0.00355657167, -0.0203959178, 0.0103518646, 0.00833770074, -0.0193252657, -0.00720682507, 0.00511236256, 0.00595550099, 0.0113422181, -0.00365025364, -0.00468410179, 0.00402163574, -0.00266324636, 0.00591200544, -0.0161400773, 0.0110879382, 0.00600234186, -0.00543021224, -0.00585178146, -0.0138114085, -0.0147080794, 0.00974293146, 0.0118708517, 0.0154843023, -0.0227915011, -0.00909384899, -0.0112753017, 0.00153738912, 0.00955556799, 0.0292287953, 0.0174248591, 0.00651090126, -0.0123191876, -0.00229520979, -0.0323604532, 0.0104522388, 0.00516924076, -0.0116500305, 0.00722689973, 0.0141192209, 0.00512574567, -0.00274521811, -0.0035799921, 0.00837785099, 0.00251101307, -0.0109741809, -0.034822952, -0.00732058194, 0.00326883397, 0.00912730675, -0.00642391108, -0.00746779656, 0.0126537662, -0.00629342534, 0.00983661413, 0.00233368645, 0.00339095504, -0.0150828073, 0.00451346673, -0.00849160738, 0.00200914498, 0.00608598674, 0.010793509, 0.0106128361, -0.010271566, 0.00218981761, -0.0152032562, -0.00896670949, -0.00542017492, -0.00999052, 0.0049417275, -0.0061194445, 0.00572798727, 0.0167958513, 0.00808342174, 0.00442647608, -0.0278369468, -0.0260168388, 0.00784252491, -0.0132091669, -0.00110410969, -0.010659677, 0.0207037292, 0.0130351856, -0.00220654649, 0.0036703283, 0.0147214625, -0.0020392572, -0.0196999945, -0.015042658, 0.0110143311, -0.00127307198, 0.0158456471, 0.0186828747, -0.0110477889, -0.0033073104, -0.000636117766, 0.00231863046, -0.021198906, 0.0113823675, 0.0184152108, 0.0194590967, -0.0126203084, -0.00453688717, 0.00967601594, -0.00577817392, 0.00360341254, 0.00355322566, -0.0246249922, 0.016086543, 0.0456633, 0.00869904645, -0.0221892595, -0.0153370872, -0.013744493, 0.00809011329, 0.0256287288, -0.00589862233, -0.00414877571, 0.00337589905, 0.00391122513, 0.00849829894, -0.0244242456, 0.0085317567, 0.00321530132, -0.00681871409, 0.00261975126, 0.0186427254, -0.0270205755, 0.00618301425, -0.00674510654, -0.00925444718, 0.00445324229, 0.0242368802, -0.0159794781, -0.00239892933, -0.00237216288, -0.0169163, -0.00318853511, 0.0144671826, -0.00770869339, 0.00331734773, -0.00249595707, 0.00916745607, -0.00445658807, 0.0287737679, -0.00584509, 0.0037305525, -0.000826409378, 0.0123058045, -0.00118942722, -0.0245045442, 0.023152845, 0.0152166393, 0.0167958513, -0.0234071258, -0.00759493653, 0.0165683366, 0.0234338921, -0.0128612053, 0.011583115, 0.00139937538, 0.00833770074, -0.0166754015, 0.000590113166, -0.0107600512, -0.00981653854, -0.0287470017, -0.00941504445, 0.00362014142, 0.003533151, -0.0133229233, -0.00361010409, 0.0229788646, 0.0060257623, 0.00336753461, 0.023420509, 0.0118842358, 0.00703953579, 0.00560419308, -0.0217609983, 0.0208107941, -0.00991022121, 0.000860703702, -0.0264049508, -0.0254279803, -0.00361344987, -0.00470417645, 0.0269804262, -0.00174817373, 0.0158590302, 0.00595215522, 0.0217342321, 0.0230993126, 0.0162203759, 0.00749456277, 0.00926113874, -0.013744493, 0.0327887125, -0.0244108625, 0.0159928612, 0.0105258459, -0.00960240886, -0.0061897058, -0.0156984329, -0.00822394434, 0.0129816532, -0.0199007411, -0.0149489762, 0.0184553601, -0.0116299558, 0.001554118, -0.018589193, -0.00325210486, -0.0221758764, -0.0147749949, 0.0223230906, -0.0178531185, -0.0207706448, 0.0282384418, 0.00281547965, -0.0158456471, -0.0138381748, 0.00863882154, -0.00502537191, 0.016836, -0.00515251188, -0.00216807, -0.0166620184, 0.00310489023, 5.88126604e-05, 0.000699687691, -0.000765767, -0.0102046505, -0.00121452066, -0.0248391218, -0.0134567553, -0.0137712592, -0.0170367472, -0.00997044519, 0.011971226, -0.0208509453, -0.0092812134, 0.0235409569, -0.0171705782, 0.0256153457, 2.71583795e-05, 0.019244967, -0.0152166393, 0.00311994646, -0.0102247251, 0.00358333788, 0.000981988502, -0.0105860699, 0.0331634395, 0.00516924076, -0.00411197217, 0.00521942787, 0.0017080243, -0.0166352522, 0.0345017537, -0.00372720673, -0.00120281044, 0.00767523516, 0.00688562961, 0.00308816135, -0.010405397, 0.00185523892, 0.00796966441, 0.00742095569, 0.0205698982, 0.00633692043, -0.00689232117, -0.00403501932, 0.00875927, -0.00177661283, 0.00970278215, -0.0199542735, -0.00885295216, -0.0050554839, 0.0262577366, 0.00075991184, -0.00436290633, -0.0095823342, -0.00462053204, -0.0201550201, -0.00338593638, 0.0322533883, -0.00303630158, 0.0160999261, 0.00192215457, 0.00147800136, 0.00371047785, 0.0134634469, 0.00495845638, 0.00600903342, 0.00671499455, 0.0201684032, 0.01492221, 0.0164478887, -0.00334076839, -0.0112686101, 0.00636703242, -0.0144939488, -0.0152567886, -0.00604918273, 0.000173771812, 0.00185356603, -0.023955835, -0.0272748563, 0.0128076728, 0.000385811058, -0.00601237919, 0.0133095402, 0.00924775563, -0.024852505, -0.00554731488, -0.0016293982, 0.0106128361, 0.00601572497, 0.00604249118, -0.00875927, 0.018843472, -0.00860536378, -0.00305135781, 0.0184018277, 0.0161133092, 0.00395472, -0.00531310961, -0.00857859757, -0.0490893871, -0.00370378629, 0.0188167058, 0.0231929962, 0.0291484967, -0.0208910946, 0.0140924547, 0.0123861032, 0.00858528912, 0.00947526842, 0.00829755142, -0.00030906708, -0.00790274888, -0.0331634395, 0.0128344391, 0.0321195535, 0.00375397294, 0.0297641214, -0.00347627257, 0.020676963, -0.00250264863, 0.00815033726, 0.00551385712, -0.016836, 0.00223163981, -0.00461049424, -0.00340768415, -0.0190174524, -0.0377137102, -0.0274622198, 0.00160346844, -0.0108804991, -0.0134099144, 0.0162069928, 0.0124931689, -0.00595215522, 0.0121251317, 0.0170768965, 0.00851837359, 0.0170768965, 0.00252774195, -0.00141777727, 0.0132158585, 0.0239290688, 0.00168878597, -0.00997044519, 0.0079562813, -0.00753471209, -0.00748117967, -0.0086923549, -0.0156850498, -0.00449673785, 0.00671164878, -0.0011568059, 0.00774215115, 0.00153906201, -0.0143065853, 0.00567110907, -0.0187765565, -0.00248257397, 0.00462722359, -0.00833100919, -0.00352311367, -0.0166620184, 0.00461049424, 0.0141861364, 0.00616963115, -0.00197066856, -0.00191211724, -0.00560419308, 0.028265208, -0.010733285, 0.0160597768, -0.0036837114, 0.00915407296, 0.00461384, -0.0066146208, 0.0302459151, 0.00842469186, 0.0126805324, -0.00394133711, 0.0133028487, 0.00875927, -0.00978977233, -0.00827747677, 0.0205297489, -0.00210617296, 0.0210784581, -0.0151229575, -0.0231260788, -0.0320124887, -0.000800479553, 0.0123325707, -0.00475770887, 0.00768192671, -0.000221867493, 0.000271845201, -0.032467518, -0.00496180216, -0.0188970044, 0.00540010026, -0.00131071208, -0.0111147044, 0.00370044028, -0.00166201964, -0.00598561298, 0.0120247584, -0.0134366807, -0.00651090126, -0.00387776713, 0.0144404164, -0.00121953932, 0.015711816, 0.0045034294, -0.00170886074, -0.00126721687, 0.0126604578, 0.0115898065, 0.0189103875, -0.0121184401, -0.00823732745, -0.00926113874, -0.0249328054, -0.013015111, 0.00387442135, -0.00401159842, 0.016755702, 0.00298444205, -0.0273819212, 0.00597557565, 0.00350303901, 0.00449673785, -0.0104388557, 0.00713321799, 0.0183482952, -0.0191379022, 0.0149757424, -0.0109139569, 0.00238052732, 0.000935147458, -0.0120381415, -0.0181074, -0.00967601594, -0.00573133305, 0.00365359941, 0.0137311099, -0.0169430654, 0.0110210227, -0.00470752222, -0.0398282483, 0.00660792924, 0.019619694, -0.0115028154, 0.00430602767, 0.0209713932, 0.0309686046, -0.0144805657, 0.00240394799, -0.0181609318, 0.00391791668, -0.0174248591, 0.00407182286, -0.0151229575, 0.012238889, -0.00682540564, 0.00459711114, -0.0172776431, -0.000964423118, 0.0102314167, 0.00856521446, -0.0119377682, 0.0118173193, -0.00828416832, 0.0232866779, 0.0141459871, 0.0141459871, -0.0118708517, 0.00969609059, 0.0157787316, 0.00283555454, -0.0106931347, 0.0114292083, -0.0243840963, 0.0100105945, -0.0289611313, -0.0111080129, 0.0234606583, -0.00218145316, -0.00345954369, -0.00254614395, -0.0127072986, -0.00623989291, 0.0213595033, -0.0137980254, -0.00140690338, -0.0313165672, -0.0327351801, 0.00352980522, -0.010599453, 0.0172107276, 0.00217476161, -0.00160095911, -0.0239290688, 0.0286934692, 0.0128478222, -0.00732727349, -0.0260168388, 0.00802319683, -0.00472425111, -0.0186159592, 0.00667819101, 0.0251603182, -0.0181609318, 0.000156206428, -0.0146946963, -0.0146277808, 0.00635699509, -0.0105927614, 0.0114961239, -0.0126604578, 0.0163675901, -0.0202620868, 0.00948196, -0.00444989651, -0.00758155342, -0.0214264207, -0.00850499049, 0.008418, 0.00758155342, 0.0376334116, -0.00986338, -0.0225372203, 0.0188970044, -0.00642391108, -0.0106529854, 0.0293893926, -0.00802988838, -0.00978977233, -0.00143199682, -0.025655495, 0.00301789981, 0.00180839782, -0.0154709192, -0.0279707797, 0.00724028284, -0.0349032506, 0.00250432151, 0.00298611494, -0.0215201024, -0.0199275073, -0.0176523719, -0.00921429694, -0.0262577366, 0.028265208, -0.00367701985, 0.00445658807, 0.00474098, 0.0198204424, -0.00729381572, 0.0194858629, -0.00625996757, -0.0245179273, -0.00545363268, 0.0104990797, 0.00614621071, 0.0110544804, -0.00674510654, -0.0263781846, 0.0204494502, 0.0281046107, 0.00399152376, -0.00291083474, 0.0114225168, -0.00587854767, 0.0197802931, -0.00776222581, 0.0166754015, 0.00415546726, -0.0199944228, -0.0115161985, -0.00288239541, 0.00498187682, -0.0109607978, -0.0139987729, -0.000115011426, -0.00906039122, -0.0114091337, -0.00987676345, 0.00719344197, 0.0332437381, 0.00868566334, -0.00165030942, 0.00644733151, -0.0255484302, 0.00607929472, 0.00875257887, 0.0208777115, -0.0100306692, 0.0198204424, -0.00750125432, -0.0105860699, 0.00206602341, 0.0133296149, 0.00763508584, -0.0311827343, 0.00404840242, -0.00464395247, -0.0203557685, -0.0130552612, 0.00312161935, -0.00104639493, 0.00049434, -0.00542017492, 0.00132493163, -0.00509563368, 0.00516254921, 0.00312496512, 0.00891317613, 0.0184285939, 0.0456900671, -0.000998717383, 0.0180538669, 0.00859867223, 0.0118507771, 0.00896001793, -0.000729381572, 0.0166486353, -0.0123994863, 0.00518262386, -0.00730050728, 0.0178263523, -0.00594880944, -0.00134333351, 0.00605922, 0.0127273733, -0.00413204683, 0.00675179809, -1.11025238e-05, -0.0126336915, 0.0251469351, 0.00835108384, 0.00133078673, -0.0163542069, -0.000941839, -0.00367701985, -0.00176824839, -0.00335749728, -0.00190207991, -0.00619974313, -0.00310154445, 0.00656443415, -0.00289075985, -0.00071223441, 0.0173713267, -0.0214799531, -0.00105810515, 0.0179468021, -0.00529303495, -0.00991691276, 0.00417554192, 0.0159527119, -0.0021045, -0.00180672493, 0.0263380352, -0.00131991296, 0.0170367472, -0.00758824497, 0.032842245, 0.00732727349, -0.00210784585, 0.0158991795, 0.0115295816, -0.004352869, -0.0189371537, -0.00212624762, -0.00722689973, 0.0415145233, -0.0121652819, -0.000956895063, -0.0201014876, 0.0186025761, -0.00293258228, 0.0319857225, 0.0111950031, 0.00340433815, 0.0133229233, 0.0159259457, -0.0226175208, 0.0133898398, 0.00454357872, -0.0165014211, -0.0092812134, 0.00379077671, -0.00871912111, -0.00300786248, -0.00858528912, 0.00647075195, -0.0242234971, 0.00768192671, 0.0363218635, 0.0155913671, -8.62062952e-05, 0.00523950253, 0.00252774195, 0.0217609983, 0.00309652579, 0.0264986325, -0.0321195535, 0.000439552765, 0.00638376176, 0.000759075396, 0.014788378, -0.0243439469, -0.00967601594, 0.0209312439, -0.0102314167, -0.00553727755, -0.00153738912, 0.0106998272, 0.0228718, -0.00724697439, 0.000815117324, -0.00858528912, -0.0166486353, 0.0206501968, -0.01347683, -0.0104187811, 0.000514414744, -0.00806334708, -0.0107734343, -1.06646958e-05, 0.00982992258, -0.00833770074, 0.00902693346, 0.0199408904, -0.00392795401, -0.00348631013, -0.00102966593, 0.00408855174] |
12 Oct, 2021 | Node.js Stream writable.writableCorked Property
12 Oct, 2021
The writable.writableCorked property is an inbuilt application programming interface of Stream module which is used to check the number of times you need to call the uncork() function so that you can fully uncork the stream.
Syntax:
writable.writableCorked
Return Value: It returns an integer value that represents the number of times writable.uncork() need to be called.
Below examples illustrate the use of writable.writableCorked property in Node.js:
Example 1:
// Node.js program to demonstrate the
// writable.writableCorked Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Calling cork function
writable.cork();
// Writing data
writable.write('hi');
// Again calling cork function
writable.cork();
// Again writing some data
writable.write('GFG');
// Calling writable.writableCorked
// Property
writable.writableCorked;
Output:
2
Example 2:
// Node.js program to demonstrate the
// writable.writableCorked Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Calling cork function
writable.cork();
// Writing data
writable.write('hi');
// Calling uncork() function
writable.uncork();
// Again calling cork function
writable.cork();
// Again writing some data
writable.write('GFG');
// Calling writable.writableCorked
// Property
writable.writableCorked;
Output:
hi
1
In the above example we have already called uncork() function once. So in order to fully uncork the stream you need to call the uncork() function only once so, the output is one.
Reference: https://nodejs.org/api/stream.html#stream_writable_writablecorked
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableCorked Property | https://www.geeksforgeeks.org/node-js-stream-writable-writablecorked-property?ref=asr6 | CSS | Node.js Stream writable.writableCorked Property | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream writable.writableCorked Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0428252853, 0.0188697111, -0.0161967427, 0.0385196395, 0.0248369332, -0.0254437681, -0.0176271424, 0.0321623124, -0.0246346537, 0.0518411361, 0.0339250267, 0.0201845225, -0.0269030649, -0.00855349842, 0.00705085695, -0.00747708697, -0.0142823197, 0.00883524399, -0.0154165253, 0.0116526969, 0.00565296691, 0.0355721526, -0.0124690356, 0.010590734, 0.0138560897, 0.0100200195, 0.00468130689, 0.00407085847, 0.000812275335, -0.0221350677, 0.0209358428, 0.0297060702, 0.0137405023, -0.0200689342, 0.00580828777, -0.00744096562, -0.0340984054, 0.0112409154, 0.0234787762, -0.0377394222, -0.0168324765, -0.0206468739, -0.0375082456, 0.0235799141, 0.00973105, 0.00126604782, -0.0618394837, -0.0187974684, -0.00485107629, -0.00271631381, 0.0177138336, 0.0182917714, -0.00785997137, -0.0143473381, 0.0327691473, 0.00497027626, -0.0130469752, 0.00341525883, 0.0179016627, -0.0403112508, -0.00513282139, -0.0419294797, -0.0157921854, -0.0277410764, -0.0353120789, -0.00159204158, -0.0346474499, 0.0184073597, -0.0132420296, 0.0338383354, -0.0625908, 0.0364390612, 0.0112192426, 0.0318155475, 0.0163701251, 0.00907364395, 0.0324801765, 0.0455127023, -0.0118622, 0.00827175286, -0.027784422, 0.00417922204, -0.0174104143, 0.00779495342, -0.00395165849, -0.0387797132, -0.0502807, -0.0142100779, 0.0566380322, -0.00777328061, 0.034329582, 0.014983071, 0.00856794696, -0.0160667077, 0.00641512405, 0.0375371426, -0.00237677456, -0.0282178763, 0.00696416618, 0.0227130055, 0.0371036902, 0.0180028025, -0.0144340284, -0.00715199625, 0.00603585131, -0.0146796526, 0.0117393881, -0.0370747931, 0.0196210314, 0.0219183397, 0.0373637639, 0.0138994353, -0.00582634844, -0.010431801, -0.0141378352, -0.00400945265, -0.0205746312, -0.00247249566, -0.0147085497, 0.0127074355, -0.0108869281, 0.00108182977, 0.0111108795, 0.0392420627, 0.0123967938, 0.00542901549, -0.020357905, 0.0392131694, -0.0198233109, 0.0213548504, -0.0163990222, -0.0409180894, -0.0304284934, -0.0138849868, -0.012692987, 0.012642418, 0.0300817303, 0.024403479, -0.0201411769, -0.0218172, -0.00470659137, -0.022221759, 0.0257905312, 0.0498761423, 0.0361789875, 0.0188263655, -0.0567536205, 0.0230308734, -0.00179341726, 0.0621862449, 0.00260614417, 0.00211670203, 0.0343873762, 0.0165435057, -0.0429119766, -0.0244612712, 0.000997848, 0.00895083137, 0.0130325267, -0.0535171591, -0.0066318512, -0.0250103138, 0.0223084483, 0.0317866504, -0.00505335489, 0.028795816, 0.0135309994, 0.022221759, -0.00248875027, 0.0119633395, -0.00231717457, -0.0167168882, -0.00465963408, 0.0127724539, -0.010858031, 0.0104679214, 0.0235654674, -0.0327691473, 0.032249, -0.0110603096, -0.000780669274, 0.00931926817, -0.0233053938, -0.0189708509, 0.0131481141, -0.0227130055, 0.0246924479, 0.00532065192, -0.0272931736, 0.0187541228, -0.0208780505, 0.0198088624, 0.0442701355, 0.00778050488, -0.00389386457, 0.0489803366, -0.00615143916, -0.0147013254, -0.00812004413, 0.0266718883, -0.0180894937, -0.0207480136, -0.00317866495, -0.00220519886, -0.00226841099, -0.0208780505, 0.0063681663, -0.0288102645, 0.0428252853, 0.00648736628, 0.0213404018, -0.0124040181, 0.00841623824, -0.00766491704, 0.0186529849, 0.00856794696, -0.0372192785, 0.0342428908, -0.0168180279, -0.016153397, 0.0200833827, -0.0308041535, -0.0047102035, 0.0143256653, -0.0609147809, -0.0478822552, -0.00364824058, -0.0024002532, 0.00318227708, -0.00750598405, 0.00978161953, 0.055164285, -0.0275099017, -0.0199966934, -0.0356299467, 0.0490092337, -0.0166879911, -0.0447902791, 0.0309486389, 0.0244179275, 0.0227274541, 0.0141378352, -0.0229008365, -0.0316999592, -0.027596591, 0.000162319615, -0.0487202667, 0.0245046169, 0.024432376, 0.00300889532, -0.0375371426, 0.0356877409, 0.0305440817, -0.00994055253, -0.0233487394, 0.0144123565, 0.0118044056, 0.00644040899, 0.00337913772, -0.0199822448, 0.0177860763, 0.000487636105, -0.0402245596, -0.00934094097, 0.00855349842, 0.0258627739, -0.0130903209, -0.0430275649, -0.020892499, 0.0159366708, 0.063631095, 0.00541817909, 0.043056462, 0.000536399719, -0.0447035879, 0.0147518953, -0.0106340796, -0.0445013121, -0.0460617468, -0.00798278395, 0.0131481141, 0.00648375414, -0.00775160827, 0.0126785384, -0.0110747581, 0.00671854196, 0.0211236738, 0.0277121793, -0.0611459576, -0.022221759, -0.00463796128, -0.00959378853, 0.0442701355, 0.00782385, 0.0227274541, -0.0205457341, -0.0292581674, 0.0280589424, -0.017164791, 0.0065523847, -0.0175404511, -0.0489514396, -0.0178149734, -0.0243312363, 0.00447180355, -0.00251584104, 0.0386641249, 0.00197402318, 0.0447902791, -0.0233776364, 0.0315843709, -0.0438077822, -0.0276832823, -0.052447971, -0.00761434762, 0.0284057073, 0.0423340388, 0.0107424427, -0.0255449079, 0.00958656427, -0.00462351274, 0.0298505537, -0.0504251868, 0.0327691473, 0.0193031654, -0.00896528, 0.00605391199, 0.0020372353, -0.0184651539, -0.0256749447, 0.00144575082, 0.0177860763, -0.024678, 0.00880634692, -0.00751320831, -0.031642165, -0.0575338379, -0.0181906335, -0.032249, 0.0191297848, -0.00844513532, 0.00556627568, 0.00865463819, 0.00635733, 0.0603368431, -0.00245624105, 0.0126713142, -0.0161245, 0.0186963305, 0.00975994673, 0.000926508626, 0.0235365704, -0.0026838046, 0.0112336911, 0.0257327389, 0.00176722941, -0.0075493292, -0.0468708612, 0.0150553137, -0.00865463819, 0.000762608717, -0.0112409154, 0.0153731797, 0.0373637639, 0.00620923331, -0.0355432555, -0.0311798137, -0.0298216566, 0.0255160108, -0.00727480836, -0.0452815294, 0.00889303815, -0.0273365192, 0.0101572797, -0.000435711903, 0.00957934093, -0.0217449591, 0.0182628762, 0.00611531781, 0.0199822448, 0.0221784133, 0.0278711133, -0.0167746823, -0.0100200195, -0.024432376, -0.00312448316, -0.00463796128, 0.0315265767, 0.0190719906, -0.00619117264, -0.0468997583, 0.0135887926, 0.000311319542, 0.0310064331, 0.0294171, 0.0330581143, -0.0285068452, -0.00182231423, -0.012642418, -0.0342139937, -0.0423051417, -0.0242300965, 0.00696416618, 0.0129675083, -0.0141161624, 0.0150842108, -0.0191153362, -0.0383751541, 0.00853905, 0.024750242, 0.00904474687, -0.0173381735, 0.0205746312, 0.0519567244, -0.0117682852, 0.0492115133, 0.0424496271, 0.00159926584, -0.0196354799, -0.00345679815, 0.0114070727, 0.0156621486, -0.0260650534, 0.00392637355, -0.0190141965, -0.00561323343, -0.0211525708, -0.00687025115, 0.00514727, -7.86200326e-05, -0.026931962, 0.0144845983, -0.00284454389, -0.0255015623, 0.0140222469, -0.0344451703, -0.0343873762, -0.00789609272, 0.00169679301, 0.00486552482, -0.00200472632, 0.00616588769, -0.018017251, -0.00910254102, -0.0137693994, 0.0152864894, -0.056175679, -0.0471020378, 0.0141739566, -0.011443194, -0.00242373208, -0.0128230238, 0.00320936809, 0.0130975451, 0.00307391351, -0.0205023885, 0.0315843709, -0.0220917221, 0.0107424427, 0.0139644537, -0.0527369417, -0.00470659137, -0.0448191762, 0.0221928619, 0.0163845737, -0.0363523699, -0.019534342, 0.00816339, 0.0156621486, -0.0129241627, 0.0160667077, 0.0106268553, -0.0231031161, 0.0597589, -0.0236521568, -0.00395165849, 0.0100922612, -0.0289114024, 0.0304284934, -0.0227274541, 0.00321298023, -0.0398200043, -0.024027817, 0.0253137331, 0.0130830966, 0.0202278681, -0.00793943834, -0.00929037109, 0.0192742683, -0.0125485025, 0.0194187537, -0.0103667825, 0.0272642765, -0.000880002568, 0.00820673537, 0.0260939505, -0.00215643528, -0.0221206192, 0.0202423166, 0.000439549767, 0.016341228, 0.00409975555, 0.0087630013, 0.00126243569, -0.0166735426, 0.00432009483, -0.0113926241, 0.0549331121, 0.00658489345, -0.0202712137, -0.0580250844, 0.0465818904, -0.026614096, -0.00346221635, -0.0129891811, -0.0208202563, -0.000138050687, -0.029648276, 0.00246707746, 0.0209358428, 0.0300239362, -0.00204987777, 0.0172948278, -0.0238110907, 0.0113059338, 0.014448477, -0.0334915705, -0.0114865396, 0.0334915705, 0.0169336163, 0.0192742683, 0.00881357118, -0.0038866403, 0.00331411953, -0.00938428566, 0.0109591698, -0.0157632884, -0.011710491, -0.0164423678, 0.0314976797, -0.0078310743, 0.0311509166, -0.0440678559, 0.0206179768, -0.028795816, 0.0408602953, 0.0127291083, -0.00126604782, -0.0196499284, 0.00629592407, -0.0216871649, 0.0297927596, -0.00222145347, -0.0221784133, 0.036381267, -0.0207480136, -0.00450070063, -0.040744707, -0.0194909964, -0.0147518953, 0.0136899324, 0.0470153466, 0.0205601826, 0.0194476508, 0.012107824, -0.00749153551, 0.0230164248, 0.000165367339, -0.0391842723, -2.43535851e-05, -0.0198955536, 0.012375121, 0.0211092252, -0.0242734421, 0.00451153703, 0.0108219096, 0.0164279193, -0.0270475503, 0.0212537106, 0.0197799653, -0.00733621418, -0.0187685713, 0.0395888276, -0.00639345124, -0.0292003732, -0.0141089382, -0.0112120183, -0.00766491704, -0.046813067, -0.00429481, 0.00561684556, 0.0271631368, -0.016153397, 0.0089436071, -0.0231175646, 0.0189564023, -0.0321623124, 0.00712671131, -0.0103234369, -0.000810920785, -0.0106774252, -0.00463073701, -0.0163556766, 0.00831509847, -0.0347919352, -0.0105546126, 0.0101067098, 0.00404918566, 0.00382884638, -0.000534593652, -0.0170781, -0.013039751, 0.0647291765, 0.00340442243, -0.000616769365, 0.0067221541, -0.017164791, 0.0220917221, -0.0130325267, 0.00534232473, 0.0146074109, 0.00840901397, 0.00637539057, 0.00426952494, 0.0286946762, -0.0263251252, -0.00465241, -0.0510320216, 0.0100200195, -0.0374504551, -0.00891471095, -0.0101067098, -0.0272064824, -0.0120066851, -0.00225757458, 0.0371036902, -0.0162689853, 0.0117971813, -0.0174248628, -0.0335782617, -0.0119922366, 0.00744819, 0.00465241, 0.0436632968, 0.000434131594, 0.0182773247, -0.0415827185, 0.0295326877, 0.0078310743, -0.0372192785, -0.0260072593, 0.00657766918, 0.0135671198, 0.0276110396, -0.0095143225, 0.0227419026, 0.0212970562, 0.016846925, -0.0307752565, -0.00227924739, 0.0140366955, -0.0305729788, 0.0288680568, 0.0149541739, 0.0232476, -0.00929037109, 0.0189708509, 0.0153153855, 0.0144701498, 0.0155032165, -0.0261228476, -0.0282178763, 0.0152286952, -0.0173381735, -0.00360128307, 0.00518339127, -0.0365835428, 0.024403479, 0.00133377512, 0.00486191269, 0.00121457514, -0.0296771731, -0.020040039, 0.0125846239, 0.0136899324, 0.00421895552, -0.0338961296, 0.0238544364, -0.0140800411, -0.0184362568, -0.00375299202, -0.0143401138, 0.0307463594, 0.0454549082, 0.00957934093, 0.0246202052, 0.0142750954, -0.0184507053, -0.00077976624, 0.0133287208, -0.0495871753, 0.0237244, -0.0365546495, 0.014556841, -0.00481134281, 0.0301973168, -0.00683051767, 0.0564357527, -0.00141324173, -0.000384464947, -0.00988998264, 0.0140583683, -0.0382306725, -0.0038866403, 0.000776605681, -0.0135598956, -0.00046235128, -0.0395599306, -0.0177282821, -0.0153731797, 0.0124256909, -0.0174682084, -0.00404196139, -0.0172659308, 0.0038830284, -0.0378550105, -0.0166446455, -0.00926869828, -0.0124762598, 0.00900140125, 0.0223228969, -0.0320756212, -0.00653432403, -0.0120717026, -0.0289836451, 0.0341562, -0.0107713398, 0.0336071588, 0.0120428056, -0.00735066272, -0.0124473637, 0.0143690109, 0.00877745, 0.0163990222, -0.0231898054, -0.0102150738, 0.000210970349, 0.0103306612, 0.012613521, -0.00218894426, -0.00848848, -0.0329425298, 0.0179305598, -0.0164423678, 0.00559878489, 0.0127146598, -0.00282106525, -0.013624914, 0.00059013, 0.0291859247, 0.0241867509, -0.0085823955, -0.0149541739, -0.00890026242, 0.048460193, -0.00835122, -0.0268308222, -0.0318444446, 0.0117827337, 0.00306127104, -0.00887859, -0.0187541228, 0.00291678635, 0.0067329905, 0.00510031264, -0.00240928354, 0.0184362568, -0.0212970562, 0.020386802, -0.0150842108, 0.000555814884, 0.0323356912, -0.0152286952, -0.0422184505, 0.00733621418, 0.00650181482, 0.0264118165, 0.0155321136, 0.00430564629, 0.0226841103, -0.00468491856, 0.00970937684, 0.0268163737, -0.00177264761, 0.0358322226, -0.0140294712, 0.00501362141, 0.0229152851, -0.00631759688, -0.0265274048, 0.0172803793, -0.0338383354, 0.000451966422, 0.0447035879, -0.0303129051, -0.0148530351, -0.0302551109, -0.0292437188, -0.0273654163, 0.0212681592, -0.00874855276, -0.00614782702, -0.00517255487, 0.00693165697, -0.00322742853, -0.0202278681, 0.0156332534, 0.0280589424, 0.0207913592, 0.0163701251, -0.0104245767, -0.00595277268, 0.0241867509, 0.00458739139, -0.0373637639, 0.0432298444, 0.0113854, -0.013386514, 0.0227130055, 0.0104679214, -0.00804780144, 0.0272931736, -0.0458305702, 0.0167602338, -0.0306307711, 0.00883524399, -0.00195957464, 0.017164791, -0.00654516043, 0.0109230485, -0.0345607586, -0.0132781509, 0.0203145593, -0.0221206192, -0.0190575421, 0.0149108283, 0.0134515325, -0.00480411854, 0.0187396742, 0.0108435825, -0.00618394837, -0.0148963798, 0.0124907084, 0.00956489239, -0.0303707, 0.000386045256, 0.00231356244, -0.035369873, 0.0301106274, -0.000235465035, -0.0043273191, -0.018017251, -0.00498833694, -0.0106846495, 0.0116310241, 0.0116382483, -0.021022534, -0.0413226448, 0.00437788852, 0.0403979421, -0.0204301476, -0.0192164741, -0.00861851685, -0.0389242, 0.0118910968, 0.00738678407, -0.0289114024, 0.00259530777, -0.0134226354, -0.00986831, 0.0081995111, -0.0265563019, -0.0105835097, 0.000505245174, -0.00895805564, 0.00929759536, 0.0263540223, 0.00159294461, 0.00448264, -0.0186674334, -0.00399861624, 0.00815616548, 0.0206757709, -0.034994211, -0.0280589424, 0.0593543462, 0.0304573905, -0.0301106274, -0.00771548692, 0.00631398475, 0.00626341486, -0.00736149913, 0.0230019763, -0.00992610399, 0.0135309994, -0.0248224847, 0.0231175646, 0.00180967175, 0.0163556766, -0.00730731757, -0.0127363326, -0.0204012506, -0.0172803793, -0.0397044159, 0.0168180279, 0.0178727657, -0.00713393558, 0.0223951396, -0.00191081117, 0.0188841596, -0.0212970562, 0.0174393114, -0.00449347636, 0.0126713142, 0.00798278395, -0.0250970051, -0.0192742683, -0.0131119927, 0.0103089884, 0.0243023392, 0.0273654163, 0.0211381223, 0.0242012, 0.00968048, -0.0342717879, -0.00188552635, 0.00201917463, -0.00391192501, -0.00391914928, -0.0171503425, 0.0365257524, -0.00521951262, -0.0191297848, -0.00570353633, -0.0399933867, -0.0125485025, -0.000527369441, -0.006812457, -0.0374215581, 0.0409180894, -0.0153009379, -0.0102150738, 0.0120717026, 0.00260795024, -0.0324512795, -0.0525635593, -0.00596722122, 0.0412648506, -0.000490345177, -0.00602501491, 0.0272642765, -0.0142606469, -0.0203723535, -0.0132059082, 0.0174537599, -0.0323645882, -0.0106051825, -0.0166446455, 0.00339178, 0.00358141633, -0.0292148218, -0.0519856215, 0.0116960425, -0.00104029034, 0.00998389814, 0.00897250418, -0.00905197114, -0.0557422265, 0.0261228476, -0.00425868854, 0.0141017139, -0.00988275837, -0.0191586819, -0.00261517451, 0.0148819312, -0.00861851685, 0.013545448, -0.0289836451, -0.0108363582, -0.000344280124, 5.959997e-05, -0.0250536595, 0.00107912067, 0.0152286952, -0.00784552284, 0.0114359697, 0.0120644784, 0.0249380711, -0.0320467241, -0.00949265, -0.0297927596, 0.00433093123, 0.00523396069, 0.025068108, 0.00814171694, -0.0137260538, 0.0209502913, 0.0222795513, -0.0119705638, -0.0140150227, -0.0181328394, 0.0162689853, -0.0111831212, -0.0505985692, 0.00527008204, 0.00694610551, -0.00698222686, -0.0237966422, -0.00390470098, 0.0499339364, -0.00139337499, -0.0122884298, 0.0139427809, -0.0418138951, -0.00291136815, 0.0265707504, 0.00825008098, -0.00109266606, -0.00140059926, -0.0171792395, -0.00428397348, -0.0273365192, 0.00556627568, -0.00719534187, -0.00217449595, -0.0179450084, -0.00294929533, -0.0328558385, 0.000866908638, -0.00169227796, 0.0190141965, -0.0171936881, -0.0377394222, -0.00675105117, -0.0200689342, 0.0198233109, -0.00194693229, 0.00334121031, -0.00708336616, -0.00039417253, 0.00390108884, 0.0197799653, -0.0114793153, -0.00145297498, 0.00561323343, 0.0101428311, -0.0100272428, -0.0226841103, 0.0221206192, 0.0143545624, -0.00602501491, -0.00615505129, 0.00484746415, -0.00847403239, -0.0251548, -0.0023858049, -0.000251493795, 0.0160089135, 0.030284008, 0.0160956029, -0.0025935017, 0.0265274048, 0.0108941523, -0.0085823955, 0.0126207452, -0.0217016134, 0.00269644707, -0.0131697869, 0.0276254881, -0.0219038911, -0.0166301969, 0.00502445782, 0.0151564525, -0.00805502571, -0.0149108283, -0.00438872492, -0.00231717457, 0.00251222891, -0.0206179768, 0.00569992419, -0.0227996968, -0.000115926458, 0.0162978824, 0.00163538707, -0.000552654266, -0.00901585, -0.00335385278, 0.08073809, -0.0412070565, 0.00389386457, -0.0130253024, -0.0274954531, -0.0330003239, -0.0127724539, 0.0111325514, 0.00926869828, -0.00364462845, -0.000460996729, -0.0110386368, 0.0175260026, 0.00742651755, -0.0278133191, 0.000729196589, -0.00820673537, -0.0198233109, -0.011016964, -0.0195487905, 0.00661740266, -0.00222687167, -0.0228719395, 0.00707614189, 0.00851737708, 0.0116165755, -0.0428830795, -0.0267730281, -0.00278675, -0.00098701159, 0.0200689342, -0.0107424427, 0.00115768425, -0.0017970294, 0.0213548504, 0.0303707, 0.00795388687, 0.00770826265, 0.00101229642, 0.0236666054, 0.00411420409, -0.0225974191, 0.0201556254, 0.0137982955, -0.023392085, 0.00236955029, -0.0102511942, -0.00207155035, -0.0340984054, 0.0046993671, -0.0165579543, 0.0120428056, 0.000418328564, -0.0208058078, -0.0147013254, 0.0360922962, 0.0122884298, 0.0013771205, 0.0290703364, -0.00661017839, 0.0137693994, 0.00827897713, -0.00160919921, -0.00166879909, -0.0209069476, 0.0264407136, -0.0173381735, 0.00974549819, 0.0116599211, 0.0265129562, 0.0109952912, 0.0163990222, 0.00370603451, -0.00447180355, -0.00135544781, -0.0264696106, -0.0067221541, -0.00198485958, -0.00283009559, -0.0115082124, -0.00765046896, 0.00201375643, -0.0310353301, 0.0265707504, 0.0196499284, -0.00266032596, -0.0147880167, -0.000484024, 0.00711587491, 0.00842346251, -0.00715560839, 0.0254871137, -0.0120861512, 0.0129241627, 0.00354710128, 0.0111614484, 0.0346763469, -0.0313820913, -0.000825820782, -0.00838011689, -0.00145478104, -0.00238941703, 0.0353987701, 0.0060755848, -0.0213837456, -0.00197402318, -0.00538928201, 0.004417622, -0.0254871137, 0.0226407647, 0.0193609595, 0.00706169335, 0.00758545054, -0.0281456336, -0.000659211772, 0.00868353527, 0.0155899068, 0.0312665068, -0.0242300965, 0.0104390252, 0.00313531957, 0.0216582678, 0.0137188295, 0.00283190166, -0.0230597705, 0.00845236, 0.0121945152, -0.0114576425, -0.00687025115, -0.0162978824, 0.0067221541, 0.00892193522, 0.00825008098, 0.0150408652, 0.0026639381, 0.00371687091, 0.0207769107, 0.0152286952, 0.0125412783, 0.00491970638, 0.000196973386, -0.000306352886, -0.0116671454, -0.0118838726, 0.0206035282, 0.0244757198, -0.00838011689, -0.014824138, -0.00932649244, -0.00156765978, -0.0149541739, -0.0334048793, 8.61829103e-05, 0.0106485281, -0.00658489345, -0.0310353301, 0.0113059338, -0.000165931735, 0.00679078419, 0.0139644537, -0.00924702547, 0.0193898566, -0.0153731797, -0.0124834841, -0.00293845916, 0.00834399555, -0.0105762854, -0.00651987549, -0.018017251, -0.000285131682, 0.0100994855, 0.0225107279, -0.00184759905, 0.022698557, 0.029431548, -0.0155465612, 0.0391553752, -0.00898695271, 0.026744131, -0.00232801097, -0.0198088624, 0.00638983911, -0.0213981941, -0.00685941475, 0.00890748668, -0.0202134196, 0.00614782702, -0.0063681663, 0.00331231346, 0.00201375643, 0.00254112598, -0.0208202563, 0.00418283418, -0.0226407647, 0.0440389588, 0.00187649601, 0.0143690109, -0.00802613, 0.0053387126, -0.00361753744, 0.0013364841, -0.00295290747, 0.011443194, -0.0118044056, 0.00872688, -0.00204445957, 0.0136032412, -0.0073903962, 0.0130830966, 0.0112914853, -0.0146507565, 0.000803696574, 0.00669325702, -0.0230164248, -0.00493054278, -0.0174682084, -6.58647405e-05, 0.0164134707, -0.0115732299, -0.0368436165, -0.0365835428, 0.0165290572, -0.0113709513, 0.00179793243, -0.0187685713, 0.0168180279, -0.0130469752, 0.0259928107, -0.00107731461, 0.00466685835, 0.009767171, 0.0183495656, 0.0139427809, 0.00773715973, -0.0277410764, -0.00965158269, -0.0129747326, -0.0212970562, 0.0389819928, 0.00933371671, -0.0139355566, 0.00570353633, -0.0107713398, -0.0156477, -0.0107713398, -0.000277455925, 0.015994465, 0.0171214454, -0.001786193, -0.00537483348, 0.0466974787, 0.0075493292, -0.00191442319, -0.0295760334, -0.00196499284, 0.00734705059, -0.0320467241, -0.0170058571, -0.012534054, -0.0270331018, 0.00683051767, -0.0124401394, -0.00575771835, 0.00546874851, -0.0384040512, -0.0180028025, -0.0290847849, -0.00693165697, 0.00121999334, -0.0139572294, 0.00107821764, 0.0155465612, 0.0200689342, 0.0227852482, 0.000969854067, 0.00284635, 0.0209213961, 0.0040527978, 0.0125051569, -0.00305765891, -0.0354276672, 0.0211525708, -0.0154743195, 0.00935538951, -0.0155754583, -0.0133431684, 0.00302153779, 0.0404846333, -0.00362837384, -0.0124618113, -0.00637900271, 0.00560239702, 0.020704668, 0.00683413, 0.0059022028, 0.017670488, 0.00557711208, -0.00134641747, 0.010590734, -0.032653559, 0.0213837456, -0.0154165253, -0.0107207699, -0.00759989908, -0.00778050488, 0.00842346251, -0.0123678967, -0.0127074355, 0.0319311358, -0.0124040181, -0.018176185, -0.0162545368, -0.00680884486, -0.00912421383, -0.0316999592, 0.011522661, -0.0142028537, -0.0286802277, 0.0036085071, -0.00763602043, 0.0124184666, -0.0270186532, 0.00400222838, -0.0176126938, 0.0221784133, -0.021210365, 0.00805502571, -0.00569631206, 0.00158391427, 0.00337191345, -0.0113348309, -0.0172225852, 0.0036843617, 0.00402028905, -0.00409975555, 0.0324512795, 0.0131914597, -0.0185662936, -0.00777328061, 0.00349833746, -0.00612976635, 0.0318733416, -0.0172514822, -0.0157921854, 0.0201411769, 0.00706891762, 0.0049847248, 0.0282467734, -0.0290269908, 0.0231898054, 0.00482217921, -0.00103667821, -0.0119922366, 0.00408891914, 0.00505335489, 0.0123967938, 0.0188841596, -0.00764324469, -0.000698493561, -0.0179161113, -0.0107352184, -0.00479689427, 0.00864741392, -0.000698945078, 0.00368074956, 0.00984663703, -0.00519422768, 0.0153731797, 0.00110079336, 0.0406869128, 0.00647653, -0.0204445962, -0.0126062967, 0.00217269, 0.00408530701, 0.010352334, 0.0169625133, -0.0375371426, -0.00217630179, 0.0283190161, -0.029966142, -0.000983399455, 0.00877745, -0.000543624, -0.0116382483, 0.00697861472, -0.0102873156, 0.0128880423, 0.00890748668, 0.0442990325, 0.00284454389, 0.00347847096, -0.0190575421, 0.0494137928, -0.0119922366, 0.0337516442, 0.000270005927, 0.00468853069, -0.0515810624, 0.000772090512, 0.0173092764, -0.00682690553, 0.0245335139, 0.0208347049, 0.0177860763, 0.0194332022, 0.0167168882, -0.00749153551, 0.00628508767, -0.0461195409, 0.0109880669, 0.013039751, -0.00647291774, -0.0134876538, 0.00955766812, 0.0177282821, -0.00140511442, 0.0363234729, -0.025385974, -0.0073000933, -0.0132925995, 0.00699667493, -0.0219472367, -0.00141865981, 0.0301973168, -0.0215860251, 0.0193609595, 0.00378911314, 0.0254582167, 2.63289639e-05, -0.00385051919, -0.0146435322, -0.0163267795, -0.0220772736, -0.00586969405, -0.00345499208, -0.013624914, 0.0145062711, -0.0272209309, 0.0239122305, -0.0184940509, 0.000392817979, 0.00916755851, 0.0181328394, -0.000511114893, -0.0295326877, 0.00705808122, -0.00317144068, -0.0103162127, -0.00433093123, -0.00206974428, 0.00767214131, -0.0101789525, 0.0283768103, 0.021874994, 0.00330328313, 0.000110282519, -0.0214704368, -0.0170347542, -0.00345499208, 0.0102800913, -0.0178872142, 0.00162906584, 0.0006000633, -0.0170636512, -0.000573423924, 0.00249055633, 0.0122306356, -0.0215137824, 0.0166735426, 0.019852208, -0.000693075417, 0.00846680813, -0.00253751385, 0.00908086821, 0.0213259533, 0.0156043554, 0.00556988781, -0.0181183908, 0.00220700493, 0.00610086974, -0.000297774095, 0.00331231346, -0.00195596251, -0.00225396245, 0.041380439, 0.015488768, 0.0132348053, 0.0022033928, 0.00756377773, -0.0018873323, 0.0199244507, -0.0184218083, 0.00715560839, 0.00843791105, 0.00897250418, -0.00732899, -0.024678, -0.00898695271, -0.00454043411, -0.0219761338, 0.0135526713, 0.0176126938, 0.0093987342, 0.00354529521, 0.0115082124, -0.00495221559, 0.0162400883, -0.00526285777, 0.0255304594, -0.00743374182, -0.00955044385, 0.0141450595, -0.000700299628, 0.0171936881, 0.00592748774, 0.0019035869, 0.0187830199, 0.0122595327, 0.00323104067, -0.000626702677, -0.0182339791, 0.0156910457, -0.0162545368, -0.00045648159, -0.00923257694, -0.00243818061, 0.0226841103, 0.0141739566, -0.0128302481, -0.00728203263, 0.0331159085, -0.0119994609, -0.00609003333, 0.00950709824, -0.0188986082, -0.00607197266, -0.0100561399, 0.00676188758, 0.026108399, -0.0167602338, 0.0156477, -0.0334915705, 0.0145279439, 0.00321478629, -0.00778772915, 0.00503529422, -0.0141161624, 0.00344054378, -0.0275099017, -0.020198971, -0.0186674334, -0.0364968553, -0.00357599813, 0.00625257846, -0.0156621486, 0.0142173013, -0.0185373966, -0.0161822941, 0.0256316, -0.000729196589, 0.021210365, 0.0158499796, 0.0187830199, 0.0043489919, 0.0189130567, -0.000274746824, -0.0157777369, 0.00760712335, 0.0175982453, 0.000458964903, 0.00869798381, -0.00322201056, -0.00775883254, 0.0347919352, 0.0170492027, -0.00177625974, -0.00811282, 0.00213476247, 0.0346763469, -0.018710779, 0.00143852655, -0.00211489596, -0.00744096562, 0.00304140453, -0.0267874766, -0.00996222533, 0.00413948856, -0.0222362075, 0.00515810633, 0.0140294712, -0.00684135407, -0.00438872492, 0.00902307406, 0.000368661917, -0.0230019763, -0.0148674836, -0.0042550764, 0.00234426535, -0.00280481065, -0.0124762598, 0.0260217078, 0.0158644281, -0.00476799766, 0.00448986422, -0.0285646394, -0.00224673818, 0.0130253024, -0.00149632047, 0.00444290694, 0.0100489156, -0.0223084483, -0.0021275382, -0.0114070727, 0.0252703875, -0.0200255904, 0.0571003817, 0.00301611959, -0.00920368, 0.010352334, 0.0016525446, 0.00250681071, -0.0216438193, -0.00523757283, -0.0115732299, -0.00349833746, 0.00237316242, -0.0255593564, -0.000635281496, -0.00301611959, -0.0235654674, 0.0220050309, 0.0159511194, -0.00633204542, -0.0155465612, 0.0278277677, -0.0160811562, -0.00812004413, -0.0098755341, -0.00468491856, -0.00806947425, 0.0204590447, -0.0467552729, -0.00722785061, 0.0148096895, 0.00707975402, 4.82556561e-06, 0.0130975451, -0.0159800164, 0.00982496422, -0.0254293196, 0.0196210314, -0.000788796577, -0.00283551379, -0.00908086821, -0.0189997479, 0.00144033262, -0.00559517276, 0.00185482332, -0.0213837456, 0.0216293707, 0.0183495656, -0.00208419282, 0.00704363268, 0.022886388, -0.0251548, -0.00392276142, 0.0171214454, 0.00629231194, -0.0121150482, 0.024215648, -0.00667880848, -0.020386802, -0.00959378853, 0.0157632884, 0.00353807095, -0.0018981687, 0.00818506256, 0.0149252769, -0.0113131581, -0.0214415397, 0.010619631, -0.00652348762, -0.00210767169, 0.0476221815, -0.0282756705, -0.00511837332, 0.000211873368, -0.0197221711, -0.0235799141, -0.00954322, -0.00177987176, 0.00232801097, -0.000433002802, -0.0119272182, -0.00455488265, 0.00287705311, 0.0133142723, 0.00412865262, 0.0178294219, 0.0285357423, -0.00427674921, -0.0117827337, 0.000777508714, 0.011147, 0.0283334646, 0.0118622, 0.0149108283, 0.00775160827, -0.020040039, -0.0134370839, 0.00467047049, -0.00832232274, -0.00273618032, 0.0027596592, 0.0128735937, -0.00496305199, 0.0104751457, -0.00273979246, 0.0148674836, 0.00928314682, 0.0107207699, 0.00777328061, -0.00994777679, -0.034705244, 0.0122739812, -0.0122523084, -0.00571437273, -0.0140222469, 0.0078310743, 0.00131029624, 0.03395392, 0.017988354, -0.0199100021, -1.85403314e-05, 0.0248947274, 0.00253390172, -0.0263251252, 0.00926147401, 0.0181617364, -0.00697861472, -0.0078310743, -0.0101067098, -0.0103884554, -0.0172948278, -0.0338961296, 0.0111903455, 0.0182339791, -0.00695694191, 0.00431648269, 0.00502807, -0.0103089884, -0.0118116299, -0.00183044153, -0.0162111912, -0.00520145195, -0.0227996968, 0.0432298444, -0.00415032497, 0.00575410621, 0.0283190161, -0.00697139045, -0.00717005692, -0.00879912265, -0.00433093123, -0.00493776705, 0.0340117142, -0.00945652835, -0.0110819824, -0.0266285446, -0.0197655167, 0.0368725136, 0.00893638283, 0.00531704, -0.0049847248, 0.0227563512, 0.000113838199, -0.00832954701, 0.0136538111, 0.00856794696, 0.0163267795, 0.00600334257, 0.0129675083, 0.0176126938, -0.00576855475, -0.00348208309, -0.0194043051, -0.0139861265, 0.0190719906, 0.00070571783, 0.0025772471, -0.0117610609, 0.00131210231, 0.0178727657, 0.0227130055, 0.0174104143, 0.00191622926, -0.0215137824, 0.0186818819, 0.0107857883, 0.0101645039, -0.00694249338, -0.00340984063, -0.0278277677, -0.00586969405, 0.0326824561, 0.0177427307, -0.00530620338, -0.0166879911, 0.00491970638, -0.0221350677, -0.00410698, -0.00790331699, 0.0046090642, -0.0113276066, 0.00323645887, 0.00968048, 0.00134099927, -0.000665533, -0.00100055709, -0.00142227195, -0.0284923967, 0.0153442826, 0.0141522838, 0.000796020788, -0.00944930408, 0.00173923548, -0.0136393625, -0.0411203653, -0.0130108539, 0.0137910713, -0.0148674836, -0.00272353808, 0.0253426284, -0.00615143916, -0.0161389485, 0.0113131581, -0.00971660111, 0.00465963408, 0.00173652638, -0.000520145171, 0.0146579798, -0.00754210539, -0.00710503897, 0.0312665068, -0.0103017641, -0.0251548, -0.0061695, -0.0083078742, -0.0135382237, 0.00667880848, 0.0248369332, 0.00756377773, -0.0226696618, 0.0258627739, 0.00849570427, -0.00965880696, -0.00406724634, -0.0131264413, 0.00432009483, 0.00445374334, 0.0252848361, 0.00252306531, 0.0105040427, -0.00632843329, 0.0295471363, -0.00266213203, -0.00697500259, -0.0056312941, -0.00518700341, 0.0156621486, -0.013307048, 0.00918200705, 0.00846680813, 0.0475354902, 0.00308836205, -0.0120211327, 0.00970215257, -0.0318444446, 0.00798278395, 0.0105690612, -0.0120789269, -0.00474993698, -0.00518339127, 0.0178438704, 0.000336830126, -0.00698222686, -0.00392276142, 0.00765769277, 0.0123678967, -0.0152431438, 0.00478244619, 0.00646208134, -0.00930482, -0.00752765685, 0.0156043554, 0.0131481141, 0.0130830966, -0.018710779, 0.0145712895, 0.00370603451, -0.0147591196, -0.0150553137, -0.013733278, 0.0122234123, -0.00765046896, -0.0089436071, 0.0117538366, 0.0203145593, 0.00341525883, -0.0401667655, 0.0163990222, -0.0106629767, 0.0385774337, -0.00795388687, -0.00276688347, 0.00847403239, -0.00707975402, -0.000631669362, -0.000901223801, -0.00251403498, 0.00559878489, -0.0152720409, 0.0108941523, -0.0267874766, -0.0125196055, -0.0154309738, 0.00684135407, 0.0328558385, 0.00517255487, 0.0390975811, 0.00678356, 0.0213981941, -0.00793943834, -0.0001326325, 0.00723868702, -0.00182050816, -0.0151275555, 0.0177571792, -0.0215860251, -0.0250247624, 0.0102511942, -0.0185373966, -0.00947097689, -0.000877293467, -0.0256749447, -8.16677639e-05, -0.0231898054, -0.00334121031, 0.00552654266, 0.0160811562, 0.0136971567, 0.010193401, 0.00693165697, -0.0277988706, -0.0101283826, 0.0173092764, -0.00210405956, 0.0031280953, 0.018840814, 0.00500639761, 0.00547236064, -0.0188263655, 0.00887136534, -0.00807669852, -0.0241145082, -0.00962991, -0.0148674836, -0.0105546126, 0.0327980444, -0.0192453712, 0.00797556, 0.00106106, -0.00566741545, 0.0103956796, 0.0073903962, 0.00528453058, -0.00374215562, -0.00907364395, -0.005176167, -0.0292292703, -0.00436344, 0.0187541228, -0.0178005248, 0.0360922962, 0.000990623725, -0.00560600916, -0.0046993671, 0.0146074109, -0.0101283826, -0.00174555671, 0.00447541568, 0.0151997982, 0.000165367339, 0.0189419538, -0.00365907699, 0.00887136534, -0.000882711669, -0.0170636512, -0.0137116052, -0.000747257203, 0.00513643352, 0.00295471353, 0.00549764559, 0.0106051825, 0.00879189838, -0.000294613477, -0.00195776857, -0.0152286952, 0.00154869619, -0.0295471363, -0.00379994954, -0.00332856807, 0.00207877462, 0.00348569523, 1.36371618e-05, -0.000886323804, -0.0231609084, 0.0208636019, -0.00957934093, -0.00111885392, -0.0080405781, -0.00552654266, 0.00248333206, -0.0185373966, -0.013465981, 0.00780217769, 0.00296735601, 0.00231356244, -0.0134804295, 0.0375371426, 0.0117971813, 0.0292726159, 0.0242012, 0.0058227363, -0.000487184589, 0.0157343913, 0.00037385436, -0.00459100353, 0.01697696, -0.000878648, 0.00178799906, -0.0123028783, 0.0196788255, 0.0134370839, -0.0130758723, 0.0059852819, 0.0145207196, 0.0206179768, 0.00592387561, -0.0170636512, -0.00777328061, 0.00232981704, -0.00703640841, 0.0146941012, 0.00319130742, -0.00400584051, -0.00440317346, 0.011204794, -0.00356516172, -0.0193609595, -0.0115443338, 0.00427313708, -0.0208491534, 0.0111181038, -0.0123462239, -0.0152575923, -0.0192453712, -0.0158499796, 0.0128735937, 0.00585524552, 0.0189419538, -0.0202712137, 0.0308041535, -0.0170347542, 0.0038613556, 0.0144268051, 0.0178872142, 0.0170203056, -0.00224673818, -0.000465963385, 0.0109013766, -0.0175549, -0.00168505369, 0.000909351045, 0.0101139341, 0.0118333027, 0.0017997385, 0.00484024, 0.00333398604, -0.024244545, 0.00380717381, -0.013119217, 0.0087630013, -0.000652439077, -0.0164279193, 0.00549042132, -0.00515088206, 0.0190430935, 0.00292942883, -0.00411059195, 0.0236088112, -0.009420407, 0.0112987095, 0.031613268, 0.00161913247, -0.00112427212, 0.00858962, -0.00120373874, 0.0152864894, 0.000810469268, 0.0281745307, 0.0125051569, 0.0263684709, 0.00671131769, -0.00373493135, 0.00128862355, -0.0201411769, 0.0103667825, 0.019346511, -0.00530620338, -0.0152286952, -0.0107713398, -0.0156621486, -0.00556988781, 0.00853905, 0.000980690354, 0.00391914928, 0.0351386964, 0.0141739566, 0.00413226429, 0.00142498105, -0.00121818727, 0.0224240366, -0.0164279193, -0.0113998484, 0.00589859067, -0.0118477512, 0.00884246826, -0.00421895552, -0.0152864894, 0.0105835097, 0.0117610609, 0.00509308837, -0.00394082209, -0.00692082057, -0.00619478477, -0.0125629511, 0.0181472879, -0.00261878641, -0.026238434, -0.00697500259, -0.0073903962, 0.00173652638, 0.00141233869, -0.00238038669, -0.0167746823, 0.0122450842, 0.032249, 0.0150408652, -0.034329582, 0.011710491, -0.00882802, -0.00598889403, -0.00118748425, -0.0296771731, 0.00627063913, 0.0103812311, -0.0129964054, -1.58735711e-05, -0.00355251948, 0.0114504183, 0.00601056637, 0.00702557201, 0.0104462495, 0.00736511126, 0.0388664044, 0.00780217769, 0.00117574481, -0.0143690109, 0.00514004566, 0.0177571792, -0.0153587312, -0.024750242, -0.0213692989, -0.0123317754, -0.0145351682, 0.0207913592, 0.00322562247, -0.00382884638, -0.0191731285, 0.0143762352, -0.0264118165, 0.00296555, -0.0255882535, -0.00373131922, 0.0155321136, -0.00458016712, 0.00596722122, 0.000579293643, -0.00737956, 0.028102288, 0.0144340284, -0.00944208, 0.00324187707, 0.0271631368, -0.00234426535, -0.012613521, 0.0206468739, 0.0125196055, -0.0204445962, -0.00820673537, -0.00160197495, 0.00510392478, 0.00529536698, -0.0197077226, 0.00111795089, -0.0144195808, 0.0054506883, -0.0104462495, -0.0134443082, 0.0204157, -0.00323645887, -0.00171395065, -0.0125774, -0.00316060451, -0.0121006, -0.0141378352, 0.0131264413, 0.00244721095, -0.0323356912, -0.00926147401, -0.0134804295, -0.00813449267, 0.00131300534, 0.0356877409, 0.0219472367, 0.0259783622, -0.00261878641, 0.00280119851, -0.0109230485, 0.00455488265, 0.00296916207, -0.0180317, 0.0116526969, -0.0135887926, 0.0281745307, 0.00405641, -0.00494137919, -0.00208780495, 0.0100561399, -0.00251222891, -0.0379417, -0.00504974276, 0.00329244672, 0.0116454726, -0.00167241122, -0.010778564, 0.0225396249, -0.000589678471, 0.000280842272, -0.00782385, 0.00301250746, -0.00606474839, -0.00504613062, -0.00715922052, 0.0121800667, 0.00432009483, 0.0108291339, 0.00212392607, -0.00957934093, -0.000975272211, -0.00753488112, -0.0176271424, -0.00827897713, -0.020040039, 0.00324910134, -0.0133792898, 0.00941318274, -0.00271992595, 0.00271089561, 0.0070147356, -0.0188552625, -0.00448264, 0.00681606913, -0.0178872142, 0.0012488903, -0.0166157484, 0.0166879911, -0.000857426843, 0.00237858063, 0.00465602195, 0.00979606807, 0.00123082963, 0.00977439526, -0.00541817909, 0.00690998416, 0.00241289567, 0.0106485281, -0.00629231194, -0.0298794508, -0.00670409342, -0.00270547741, -0.00146652048, -0.0273509677, 0.003326762, 0.0182917714, 0.0243890304, -0.01697696, -0.0169047192, 0.0252414905, -0.0116671454, -0.00049711793, 0.00705808122, -0.0287669189, 0.0104029039, 0.0362656787, -0.00560600916, -0.00957934093, -0.0398200043, -0.0211670194, 0.000392817979, 0.00383607065, 0.00189636264, -0.00399500411, 0.00467047049, -0.00142859318, -0.00424062833, -0.0157343913, 0.00188372028, 0.0117827337, -0.00136899319, 0.0211525708, 0.00950709824, -0.0287524704, 0.0120428056, -0.00221603527, -0.00415754924, -0.0144557012, 0.00584802125, -0.0144123565, -0.0101428311, -0.00429842202, -0.0325957648, -0.0138127441, 0.010858031, -0.001936096, -0.0112481397, 0.00335927098, 0.0100705884, 0.00499194907, 0.0304284934, 0.00312448316, -0.000728293555, -0.00771548692, 0.00382523448, 0.00173833244, -0.00647291774, 0.0207191166, 0.0072097904, 0.0164712649, -0.00866186246, -0.0117177153, 0.0154598709, -0.00696416618, -0.024562411, 0.00357599813, 0.00481495494, 0.0162111912, -0.00517255487, 0.00555905188, -0.0120500298, -0.0107135456, -0.015142004, -0.0130541995, -0.00637177844, 0.0224673823, -0.00102674495, 0.0195632391, 0.0189419538, -0.0145351682, 0.00376744056, 0.0203434564, -0.0159222223, 0.00474632485, 0.00267477427, 0.00258627743, 0.0110675339, -0.0131119927, 0.00875577703, -0.0179161113, -0.027437659, 0.00615505129, -0.00373854348, 0.0244757198, -0.00393359782, 0.0081055956, 0.00493054278, 0.018522948, 0.010511267, 0.0200978313, -0.00417561, 0.000476348243, -0.0184507053, 0.0308908448, -0.0231031161, 0.0175549, 0.0118333027, -0.0195632391, 0.00371325877, -0.015994465, -0.00725313555, 0.0168180279, -0.00628508767, -0.0152864894, 0.00190539297, -0.0124256909, -0.0128952656, -0.013386514, -0.0263106767, -0.0214704368, -0.00382162235, 0.0214559883, 0.00884246826, -0.00442123413, 0.0158933252, -0.00572882127, -0.00748431124, -0.00862574112, 0.00635371776, 0.000374757394, 0.0312665068, -0.0122812055, 0.0118983211, -0.0122017395, 0.00317324675, 0.011204794, 0.00286260457, 0.00183856871, -0.00979606807, 0.0120717026, -0.0271631368, -0.00659934198, -0.00389025244, -0.013704381, -0.0275243502, 0.0136754839, -0.0135671198, -0.00172478694, 0.0170347542, -0.0207913592, 0.00627063913, -0.00556988781, 0.0013446114, 0.00077389658, -0.0155321136, -0.00575049408, -0.00520867622, 0.00259711384, 0.0110892067, 0.03369385, 0.0106485281, -0.00264407136, 0.00602140278, 0.00914588571, -0.0159655679, 0.0282323249, 0.00653071189, -0.0144195808, 0.0120428056, 0.00394443423, 0.00241289567, -0.00363198598, -0.00191803533, -0.0141233867, 0.00782385, -0.002481526, 0.00626341486, -0.00454765838, -0.00134370837, -0.00404918566, 0.00330328313, 0.00599973043, -0.030977536, -0.00792499, -0.00831509847, 0.000377466466, -0.00696777832, 0.0026729682, -0.0166446455, -0.00273798639, -0.0155754583, -0.00824285671, 0.00272715, -0.0055301548, 0.026931962, -0.00103396911, 0.00555905188, 0.00260072597, -0.00301792566, 0.0210947767, 0.0156910457, -0.00487274909, 0.001693181, 0.00559878489, 0.0386063308, 0.0256316, 0.00648014201, 0.00784552284, -0.0124618113, -0.0153442826, 0.00358502846, -0.0238255393, -0.0108363582, -0.0236666054, -0.0202423166, 0.0140366955, 0.011175897, 0.00224312604, 0.00160829618, 0.00726758409, -0.009420407, 0.00484746415, 0.00171665975, 0.000861941953, 0.0145062711, 0.00391914928, -0.00186024141, 0.00623090565, 0.00522673689, 0.0169480648, 0.014289544, 0.0154020768, 0.016500162, -0.0130253024, -0.0236377083, -0.0327691473, 0.00628508767, 0.0350520052, 0.0144918226, 0.0234209821, -0.015806634, 0.0157054942, 0.0310931224, -0.000967144966, 0.000190426421, 0.00709420256, -0.00379994954, -0.00754210539, -0.0122523084, 0.0111975698, 0.0243745819, -0.00671493, 0.0124762598, -0.0128158, 0.0173092764, -0.00785274711, 0.0137405023, 0.00556266401, -0.0121006, 0.0108724795, 0.00326174381, -0.0110964309, -0.0154598709, -0.0312087107, -0.00134280534, -0.00244540488, -0.0081995111, -0.00954322, -0.00427313708, 0.013465981, 0.00522673689, -0.00084342988, 0.0284923967, -0.0113492785, -0.0144412527, -0.00276868953, -0.0104823699, 0.00926147401, 0.0170925483, 0.00220158673, -0.00807669852, -0.0079466626, -0.000852911675, -0.00524118496, -0.00273979246, -0.0136176897, 0.00191622926, 0.00741206901, 0.0196210314, 0.0123823453, 0.0202712137, 0.00434176764, -0.00376021629, -0.0276110396, -0.00186024141, -0.0033159256, -0.00474271271, -0.00113691459, -0.0198088624, -0.00100507226, 0.00510392478, 0.00669325702, -0.0190575421, -0.00579022709, -0.0061695, 0.0207624622, -0.0182628762, 0.0141956294, 0.0162834339, -0.00060864212, 0.0154598709, 0.00934816524, 0.00288427738, 0.0172948278, -0.0092181284, -0.00732899, 0.00714838412, 0.00107009034, 0.00422979193, -0.0273798648, 0.00272715, -0.0096949283, 0.0204445962, -0.0105184913, -0.00603946345, -0.00279216818, 0.0151131069, -0.00788164418, -0.00709420256, 0.00698945113, 0.00622729352, 0.0150408652, -0.0340695083, -0.00477883406, -0.013971678, 0.00671131769, 0.0102800913, -0.00176542334, 0.00636455417, -0.00443568267, -0.00013771205, 0.0111181038, 0.00642234832, 0.0157921854, 0.000853363192, 0.0126857627, 0.0212970562, 0.0170347542, 0.00971660111, -0.00332314987, -0.00476438552, -0.00174826581, 0.00658128131, 0.0246346537, -0.00324187707, -0.0236666054, -0.0148096895, -0.0109230485, -0.000852460158, 0.014448477, -0.00134280534, 0.0266285446, -0.00378911314, -0.0102873156, -0.00346582849, 0.00385051919, 0.0057324334, -0.0161967427, 0.00245624105, 0.00954322, -0.0081055956, 0.0152286952, -0.045772776, 0.00812004413, 0.0148096895, 0.0121872909, -0.0146507565, 0.0085823955, 0.00693165697, -0.00629231194, 0.00736511126, -0.0199100021, 0.0155754583, 0.00574327, -0.0166446455, -0.003326762, 0.0210080855, -0.0287524704, 0.00408169487, -0.00503529422, 0.013307048, 0.0124690356, 0.0144557012, -0.0176415909, 0.00183676265, -0.022886388, -0.00601056637, -0.0173237249, 0.0157921854, -0.0141161624, 0.0250536595, -0.00772271119, -0.012339, -0.00374215562, 0.00328522245, 0.0189564023, 0.00482579134, -0.00820673537, 0.0171792395, 0.0153587312, 0.0206468739, 0.0111975698, 0.0206324253, -0.0125774, -0.0151275555, -0.0085823955, -0.00989720691, -0.0245190654, 0.00812004413, -0.0179305598, 0.00781662669, 0.0137549508, 0.000379498291, 0.00402028905, -0.00621645758, -0.0082211839, 0.00543623976, 0.00838734116, -0.011204794, 0.0161245, -0.0142389741, -0.0202278681, -0.0147591196, -0.0243023392, -0.000748611754, 0.00357599813, 0.00415032497, -0.0204590447, 0.0320467241, -0.00925425, -0.00446819142, -0.012454587, 0.0134515325, -0.00317685888, -0.00057252089, 0.00318408315, 0.0203001108, 0.00422618, 0.00793943834, -0.00761434762, -0.00830065, 0.00333940424, -0.00224493211, -0.0124762598, -0.000612254255, 0.024056714, -0.0280589424, 0.0100778127, -0.00184218085, -0.011125328, 0.0205890797, 0.000573423924, 0.0121583939, 0.00452598557, 0.0254726652, -0.0221639648, -0.028102288, 0.00990443118, -0.00968048, -0.0127652297, 0.0386063308, 0.000271134719, 0.0111108795, -0.0088569168, -0.00971660111, 0.00638983911, -0.00172388391, -0.00428758562, 0.00664991187, 0.00738317193, -0.034994211, 0.00887859, 0.0159366708, -0.00359044666, -0.0130469752, -0.0114070727, -0.0087630013, -0.00875577703, -0.00347666489, -0.000340893748, 0.0162689853, 0.0121439453, 0.0112409154, 0.00310281059, 0.0225974191, 0.00402390072, -0.0404268391, -0.00197221711, 0.00719172973, 0.0162689853, 0.0282612219, 0.00417199777, -0.0199677963, 0.0244757198, 0.016500162, -0.0059852819, 0.0157488398, 0.0215137824, -0.0197944138, 0.0208058078, -0.024403479, 0.00715560839, -0.00359225273, -0.0122378599, -0.00297277421, -0.0136754839, 0.0140944896, 0.0100922612, -0.00740484474, 0.0135815684, 0.00283370772, 0.00187469, -0.0127580054, -0.00178980513, 0.0339250267, 0.0267007854, 0.012295654, -0.00701834774, -0.00696055405, -0.00778772915, 0.000265265, 0.00924702547, 0.000702105695, -0.00411420409, -0.00520506408, 0.00295290747, -0.0036085071, 0.00448986422, 0.0114865396, -0.0102222981, 0.00702918414, 0.0172370337, -0.0230164248, -0.0167457853, 0.0152431438, 0.0033321802, -0.0125629511, -0.0259639136, 0.00249597454, 0.00430203415, 0.00854627416, -0.0204879418, 0.00486913696, 0.00574327, 0.0271486882, -0.00563851837, 0.00357599813, -0.00354348915, 0.0209936369, 0.0149397254, 0.0056204577, -0.00428397348, -0.00873410422, 0.0144051323, 0.00422979193, 0.0262817796, -0.0204590447, 0.00385051919, -0.00304682273, 0.0091314381, 0.0156765971, 0.00995500106, -0.00230272603, -0.00618394837, 0.0166301969, 0.0176126938, 0.00625257846, -0.0114504183, 0.011443194, -0.00217630179, -0.0133142723, 0.00457655499, -0.00424785214, -0.0129891811, 0.0127146598, 0.0041539371, -0.015488768, -0.000543624, 0.0106846495, -0.0299950391, 0.0183495656, 0.0123101026, 0.00230272603, 0.00243456848, 0.00837289263, 0.0147085497, -0.0056312941, 0.00512559712, 0.0335204676, -0.0137621751, 0.00226479885, -0.0202856623, 0.00898695271, 0.0286657792, -0.00635371776, 0.0207913592, -0.000313802855, 0.00678356, -0.0105257155, -0.00589859067, -0.00571437273, 0.0404268391, 0.0108869281, -0.0150408652, -0.0324223824, -0.0031280953, -0.0143256653, 0.00829342566, 0.0301395245, 0.00772993546, 0.0344740674, 0.0316710621, -0.0261517446, 0.0151997982, -0.0134587567, -0.00394082209, -0.012339, 0.000165818856, 0.000511114893, -0.00252667745, -0.00412142836, 0.0150119681, -0.00909531675, 0.0235654674, 0.032653559, 0.00965158269, -0.00500639761, 0.00300708925, 0.00136538106, 0.0274232104, 0.00659211772, 0.018710779, -0.0263973679, 0.0147952409, 0.00175729604, 0.00515810633, 0.0147446711, -0.0228719395, 0.0026729682, 0.0111325514, -0.0116165755, 0.00868353527, -0.0178872142, 0.00759989908, -0.00413587643, -0.00411781622, 0.00024788169, -0.00493776705, 0.00836566836, 0.0155610098, 0.0132059082, -0.00502084568, -0.00352723454, -0.0023099503, -0.0314687826, -0.00719534187, 0.0226696618, -0.0136104655, 0.0211236738, 0.0070147356, 0.0100778127, -0.00448986422, -0.0254148711, 0.0150986584] |
12 Oct, 2021 | Node.js Stream writable.writableHighWaterMark Property
12 Oct, 2021
The writable.writableHighWaterMark property is an inbuilt application programming interface of stream module which is used to check the highWaterMark value which was passed while creating the Writable.
Syntax:
writable.writableHighWaterMark
Return Value: It returns the value of highwatermark if it is set otherwise returns the default value.
Below examples illustrate the use of writable.writableHighWaterMark property in Node.js:
Example 1:
// Node.js program to demonstrate the
// writable.writableHighWaterMark Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('hi');
// Again writing some data
writable.write('GFG');
// Calling writable.writableHighWaterMark
// Property
writable.writableHighWaterMark;
Output:
hi
GFG
16384
Here, the default value is returned.
Example 2:
// Node.js program to demonstrate the
// writable.writableHighWaterMark Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and setting the value
// of the highWaterMark
const writable = new stream.Writable({
highWaterMark: 1234
});
// Calling writable.writableHighWaterMark
// Property
writable.writableHighWaterMark;
Output:
1234
Here, the value of highWaterMark which was set while creating Writable stream is returned.
Reference: https://nodejs.org/api/stream.html#stream_writable_writablehighwatermark
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableHighWaterMark Property | https://www.geeksforgeeks.org/node-js-stream-writable-writablehighwatermark-property?ref=asr5 | CSS | Node.js Stream writable.writableHighWaterMark Property | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream writable.writableHighWaterMark Property, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0620602667, 0.0288002621, -0.00979262684, 0.0307614747, 0.0402182788, -0.0231315549, 0.00138779252, 0.0381764658, -0.0501855314, 0.00819410477, 0.0351406187, 0.0553437881, 0.0153807374, -0.00317689474, 0.00777096627, -0.0167240333, -0.0215733312, -0.00909411255, 0.00396943931, 0.022003185, 0.00789186265, 0.0158508904, -0.0207673535, 0.0276181623, -0.0245823134, -0.00110150257, 0.0242464896, 0.00216270634, -0.0172076188, -0.0357854, 0.0129762376, 0.0397078246, 0.00100411358, -0.00164553744, -0.00386197562, -0.00562840933, -0.0136680352, 0.0327495523, -0.00477877492, -0.0541616865, -0.00616908632, -0.0243808199, -0.0300360955, 0.0189942028, 0.0164285079, -0.00789857935, -0.0581378452, -0.010329945, -0.00211737, -0.0373167582, -0.00225673709, -0.000238435008, 0.0258450117, -0.0110620409, 0.0213852692, 0.00210225792, 0.0125799654, 0.0337973237, 0.0134866899, -0.0344689712, 0.0182553902, -0.0509646423, 0.00175971759, -0.022755431, -0.0159717873, -0.00894635, -0.0412123166, 0.0412391834, -0.00178154605, 0.0223658755, -0.0192762949, 0.0389555804, 0.0301704239, 0.0394123, -0.0065955827, 0.00286457827, 0.0250927657, 0.0339047872, 0.00229199859, 0.00715976674, -0.0265703909, 0.00235916325, 0.00105700595, -0.00284107076, 0.0146150589, -0.0224867724, -0.0150986454, -0.0135269891, 0.0453496687, -0.0141717708, 0.0213852692, 0.0311107319, 0.0143732652, -0.0147628216, -0.0120090647, 0.0487079062, -0.0231449865, -0.00957098324, 0.0120090647, 0.0336898603, 0.0277793575, 0.013177732, 0.0092150094, 0.00705230329, 0.0152061088, -0.0171941873, 0.00893963408, -0.0453765318, 0.0136881843, 0.0282629449, 0.0432272591, 0.00225169957, -0.0274569672, 0.0149374492, -0.0224867724, 0.0207673535, -0.0191151, 0.0185240488, 0.0298748985, 0.0240181293, -0.0221240819, 0.0188330077, -0.000431533786, 0.0162538793, 0.0108135315, 0.00397615554, -0.0325346254, 0.0102023315, 0.01421207, 0.00109310693, -0.0125933988, -0.0294719096, -0.0330988094, -0.00787843, -0.0422063544, 0.0070052878, 0.0196121186, 0.0342809111, -0.0155285, -0.0370480977, -0.0109948767, -0.0378003456, 0.0315943174, 0.0154882008, 0.0371018313, 0.0398958847, -0.0262882989, 0.00456048921, -0.0248644054, 0.0164822396, 0.00135924749, 0.00906053, 0.0175568759, 0.0394928977, -0.0321047716, -0.00270842016, -0.00684073381, 0.0104038259, -0.0204986949, -0.0164688062, 0.00110821903, -0.0488422364, 0.0259927735, 0.032051038, -0.00749559095, 0.0282898098, 0.0171807539, 0.0348450951, -0.0190345012, 0.00993367285, -0.00344555383, -0.029203251, -0.015085212, -0.00794559438, -0.0210091472, -0.0169926919, 0.0379346758, 0.00652841758, 0.03600033, 0.00834858324, 0.0119821988, 0.00137435959, -0.00228360295, 0.00844261423, -0.0088388864, -0.012801609, 0.0342809111, 0.00664595608, -0.0254017245, -0.011485179, -0.0507228523, 0.0306540113, 0.0473108776, 0.00888590235, -0.00345227029, 0.020283768, -0.028612202, -0.0259927735, 0.0185777806, 0.00608513, -0.0199882425, -0.00346906157, -0.0244211182, 0.000415792048, 0.00399630517, -0.0191956982, -0.00812694, -0.0171538871, 0.0402720086, 0.0110687576, -0.0065250597, 0.00583326211, 0.0215464644, -0.0329644792, 0.00567542482, 0.00433212891, -0.00604147278, 0.0292301178, -0.0109142782, -0.0180404633, 0.0301166922, -0.0310032684, -0.00465787807, 0.0346570313, -0.0785559416, -0.0414003767, 0.0182553902, -0.0263286, 0.00627655, 0.0165494047, -0.00244983588, 0.0363495834, -0.0187255442, -0.0336898603, -0.00197464484, 0.0397078246, -0.0302510224, -0.0129090734, 0.0152061088, 0.0268121846, -0.0125933988, -0.0127142947, -0.0161867142, 0.00484258169, -0.0203240663, 0.0105045736, -0.0636184886, 0.0393317, 0.00576945581, 0.0149643151, -0.030895805, -0.00388212502, 0.0186315123, 0.00512803206, -0.0375585519, 0.0380152725, 0.0139702763, 0.0253076926, 0.00508101657, -0.0204449631, 0.0142792342, 0.0133053456, -0.00788514689, -0.0136143034, 0.0100881513, 0.0256569497, 0.0167643316, -0.0176777728, -0.0112568187, 0.00792544521, 0.0499168746, -0.00639744662, 0.0205389932, 0.000511711754, -0.0322390981, 0.00889261812, -0.0173822474, -0.0367525741, -0.0314599872, -0.0166300032, 0.00840903167, -0.0143866986, 0.024850972, 0.048734773, -0.0150583461, -0.0200822726, 0.0289345924, -0.0112904012, -0.0255494863, -0.00143061008, -0.0169926919, -0.00130047824, 0.0240987279, 0.0110553242, 0.0241524596, -0.0083821658, -0.0259256102, 0.0586751625, 0.0198807791, 0.0198539123, -0.0287465304, -0.0291495193, -0.0128687741, -0.0381764658, 1.66600171e-06, 0.00403660396, 0.0117941378, 0.00421123253, 0.0646394, -0.0187389776, 0.0278330892, -0.0308152065, -0.0133254947, -0.0161329824, 0.00337671, -0.000989001594, 0.0489497, 0.025603218, -0.0374779552, 0.00450004125, -0.00590378512, 0.0502929948, -0.0515288264, 0.044543691, 0.00917471, -0.0155822318, 0.00791201275, 0.0182285253, -0.0285853352, -0.0396809578, -0.0016472165, 0.00308286399, -0.0242464896, -0.0098060593, 0.0183225553, -0.05690201, -0.0514213629, -0.0601796545, -0.013929978, 0.0497556776, -0.016589703, -0.0378272124, -0.00525564514, -0.0138762463, 0.0699588433, -0.000493661209, -0.0174494125, 0.00459407177, 0.0229569264, 0.0472571477, 0.000753085245, 0.0316749141, 0.0224599056, 0.036806304, 0.0217345264, -0.0174225476, -0.000194987791, -0.0337435901, 0.00554781174, -0.0175837427, -0.00290823542, -0.0201628711, 0.0210897438, 0.037746612, 0.0210360121, -0.0456989259, -0.0296331067, -0.0191419665, 0.0211166106, -0.0189136062, -0.00401645433, 0.0207404885, -0.0259121768, 0.00994039, -0.00377466134, 0.00351271848, 0.00123247388, -0.0165762696, -0.00151288696, 0.0291226543, -0.00762320403, 0.0696901903, -0.0131374337, 0.000458399707, 0.00374443713, -0.0259793419, 0.00173285161, 0.00752917305, 0.0512601696, -8.03353905e-05, -0.0423406847, 0.000109562563, -0.00278901798, -0.0233733468, 0.0193031617, 0.0265032277, -0.0108202482, -0.00486608921, 0.0266644228, -0.0390361771, -0.012002348, -0.0238435, 0.0301704239, -0.00605826406, 0.0121098123, 0.012096379, -0.0159314889, -0.0254554562, -0.0175703093, -0.0077911159, 0.000478549133, -0.0055813943, -0.00300394534, 0.0425287448, 0.0109545775, 0.000989001594, 0.0191956982, 0.0109075624, -0.0161867142, -0.020377798, 0.0071933493, 0.000723700621, -0.0177986696, -0.00316514075, -0.049863141, 0.0131508661, -0.0287465304, 0.0109411441, -0.0191956982, -0.0101083014, -0.0352480821, 6.71123198e-05, 0.00998068787, -0.0260330737, -0.0225808024, -0.0340122506, -0.006212743, -0.00336159789, -0.00224666228, -0.013553855, -0.0189270377, -0.00956426654, -0.0018554274, -0.00156326056, -0.0282092132, 0.00935605541, -0.0477676, -0.0258047134, 0.00875828881, 0.0011401223, 0.0011149355, 0.0111762211, -0.021439001, 0.0279136878, 0.00763663696, -0.0253748577, 0.0275644306, -0.0034338, -0.0152195422, 0.0240181293, -0.039089907, -0.00199815258, -0.0294181779, 0.0329644792, 0.0137486327, -0.0361077935, -0.0128553407, 0.0301972907, 0.0149374492, 0.0197330154, 0.00272856955, 0.00993367285, -0.0222584121, 0.0601796545, -0.0203375, -0.0129695209, -0.00701872073, -0.0196792837, 0.0193837583, -0.0106321862, 0.0355167426, -0.0200419743, -0.00280245091, 0.024850972, 0.0159314889, -0.00265133, -0.0267450195, -0.00489631342, 0.0216404963, 0.00611535413, -0.00689110765, -0.00873142295, 0.0101217339, -0.0290957876, -0.0140374415, 0.0277793575, 0.00928217452, -0.0219360217, 0.00313491654, -0.0043086214, 0.00320208143, 0.0318898447, 0.0300360955, 0.0043086214, -0.0204180963, 0.0530064553, -0.0305465478, 0.0381764658, -0.0367257074, -0.0259390417, -0.0586751625, 0.0121971257, -0.023977831, 0.000809335732, -0.0162941776, -0.00783141423, 0.00172781432, -0.0330182128, 0.0186449457, 0.0229031947, 0.00513139, 0.00731424568, -0.000585173257, -0.00733439531, 0.00568885775, -0.00403324561, -0.0309764016, -0.00592729263, -0.000419779943, 0.0239375308, -0.0173822474, 0.0122172758, -0.00145243865, 0.0192762949, -0.0177449379, 0.00204684702, -0.0170195587, -0.02579128, -0.0158643238, 0.0237226039, 0.000295944861, 0.0273360703, -0.0337435901, 0.00667618029, -0.0206330232, 0.0405944, 0.0148702851, 0.0106523363, -0.0128351916, 0.0167106, -0.00440265192, -0.0058030379, 0.00178154605, -0.0227822978, 0.0230643898, -0.0187792759, -0.0145344613, -0.0364839137, 5.48337557e-05, -0.0105784545, 0.0195583869, 0.0299286302, 0.0259121768, 0.00413063448, -0.0114918957, -0.0219360217, -0.00423474, 0.0177046396, -0.038283933, 0.00263285986, -0.00182184495, -0.00515153958, 0.00448660785, -0.00576609746, 0.00858366, 0.0129963867, 0.0113172671, -0.011364283, 0.015461335, 0.0133859431, -0.00570564903, -0.0120426472, 0.0341465808, 0.00807320792, -0.00242464896, 0.0208748169, -0.013835947, -0.0221240819, -0.0306808762, -0.00279741362, 0.0351943523, 0.0184703171, -0.00443959283, 0.0070052878, -0.00120980584, -0.00739484373, -0.0224196073, 0.0086038094, -0.00118629809, 0.0119351838, 0.000586432579, 0.00770380162, -0.0316211842, 0.0335286632, -0.0391705073, 0.00787171349, -0.00249349279, 0.00524557, -0.0140105756, -0.0123381726, 0.00994710531, 0.00216606446, 0.0379346758, 0.0312450603, -0.00160020113, 0.0285584684, -0.00927545782, 0.00827470236, -0.00857022777, -0.00717991637, -0.00457392214, 0.00628662435, 0.0275644306, -0.0023776337, 0.0195583869, -0.0289077256, -0.0201360043, -0.0414541103, 0.0169120952, -0.0304659493, -0.00808664132, -0.00670976285, -0.0468810238, -0.018564349, 0.0157837253, 0.0346033, -0.0162673127, -0.009436653, -0.0321047716, -0.0300092287, 0.000506674405, 0.0189942028, 0.00327092526, 0.0495407507, -0.00505079236, -0.00106120366, -0.0362958536, 0.0321853682, 0.0080194762, -0.0337704569, -0.0282898098, 0.0054336316, 0.0283166766, 0.0252808277, -0.00494332844, 0.0328301489, 0.0149911819, 0.00842246506, -0.0216673613, 0.00348921097, 0.00617244421, -0.0135269891, 0.0123717543, 0.00273024873, 0.00450675748, 0.0015154056, 0.0181747917, 0.0197598822, 0.0275912955, 0.00647132751, -0.0299286302, -0.0443018973, 0.0111829378, 0.0116933901, 0.0104306918, -0.00453362335, -0.0173822474, 0.0383913964, -0.0216807947, 0.00969187915, 0.0303047542, -0.00947023556, -0.0110351751, 0.0343615077, -0.00953740068, -0.00930904, -0.0315943174, 0.0147225223, 0.0095978491, -0.0101217339, 0.0111829378, -0.00170346699, 0.0288002621, 0.0292301178, 0.00804634206, 0.0268390514, 0.033394333, -0.0118142869, -0.0050877328, -0.0137150502, -0.0379615389, 0.00668961322, -0.0383645296, 0.0257778466, 0.0276450291, 0.0279405527, -0.00456720591, 0.026073372, -0.00865754206, 0.0108000981, -4.19779935e-05, 0.0273092035, -0.0018806142, 0.0104172593, 0.00122911565, -0.0125329504, -0.0103568109, -0.0168180633, 0.00492653763, -0.0179732982, 0.0317017809, -0.0140643073, 0.0178792682, -0.0299823638, -0.00873814, -0.0550213978, -0.0145613272, 0.0200016741, -0.0334212, -0.00105868501, 0.00264965114, -0.0179867316, -0.00895306654, -0.0129359392, -0.038310796, 0.0336898603, -0.0174091142, 0.0271614417, -0.00176643406, -0.0123717543, -0.0192897283, -0.00122155959, 0.0127008623, 0.0167374667, -0.0304390844, -0.016307611, -0.000606582034, 0.0104105426, -0.0011149355, 0.000125619146, -0.0234539453, -0.0124456361, -0.00304760248, -0.0391705073, 0.00729409652, 0.0223793089, -0.00735454448, -0.0083955992, 0.0148837175, 0.0321047716, -0.0118075702, 0.00799261, -0.00198639859, 0.0196389854, 0.0229972247, -0.020283768, -0.0391167738, -0.0281823464, 0.00664259773, -0.00275543565, -0.0202434678, 0.0188061409, 0.0222584121, -0.0243539531, 0.0134396749, -0.0121165281, 0.00268659159, -0.0132650463, 0.00936277211, -0.0038921996, -0.00370413833, 0.0429854654, -0.00430526305, -0.0275375638, -0.0129157891, 0.0368600376, 0.00557131926, 0.0035731669, 0.030707743, 0.0273629352, 0.0292838495, -0.000967173, 0.0161732826, -0.0207673535, 0.037907809, -0.016307611, -0.00887246896, 0.0457526557, -0.0064075212, -0.0190479346, 0.0100680022, -0.0244345516, 0.024259923, 0.0334212, -0.0133053456, -0.0252539609, -0.0320241712, -0.0098262094, -0.0174628459, 0.00199983176, -0.0120762298, 0.0173688158, -0.00616908632, 0.00873142295, 0.00436571147, -0.00242800731, -0.00881202053, 0.0201225709, 0.0187658425, 0.0133389272, -0.0109814433, -0.0168583635, 0.0119821988, -0.00699185487, -0.0346033, 0.0461825095, 0.0106859179, -0.0089665, 0.0124053368, 0.000151330678, -0.00118797726, 0.0207807869, -0.0432003923, 0.0185240488, -0.0436571129, 0.0031836112, -0.0142658018, 0.0206195917, -0.00470489357, -0.00305935624, -0.0168852285, -0.00199143612, -0.00360003277, 0.00721349847, -0.0158643238, 0.0117739877, 0.0158240255, -0.000530601828, 0.00496683642, 0.0242061913, 0.0256166514, -0.0176240411, 0.0307346079, 0.0195046552, -0.0126202647, 0.0236554388, 0.00730752945, -0.0183762871, 0.00466459477, 0.00822097063, -0.010423976, -0.0266509894, -0.00270002452, -0.0175837427, 0.00830828492, 0.00356645044, -0.0111560719, -0.0413466468, 0.00619259384, 0.0207807869, 0.00137435959, -0.012989671, -0.00693140645, -0.0376391485, 0.000899168663, 0.0135740042, -0.0628125146, -0.0086239595, -0.0064075212, 0.00016497352, 0.0389018469, -0.00963143073, -2.64854916e-05, 0.00255897851, -0.012613548, 0.00405339524, -0.00695827231, -0.0121568274, -0.00333641097, -0.0129292225, 0.00233901385, 0.0120157814, 0.0326420888, -0.0119217504, -0.021909155, 0.0671647936, 0.0205927249, -0.0260330737, -0.00295357173, 0.0260465071, 0.0190076362, -0.027859956, -0.00582654588, 0.00452354876, 0.0150717795, -0.0465049, 0.025509188, 0.0249853022, -0.0183762871, -0.0270674117, -0.00593065098, 0.0130232535, -0.0108739799, -0.0318361111, 0.00737469411, 0.0033145824, -0.0121635441, 0.0505885221, -0.00781126507, 0.0252539609, -0.0300629605, 0.0129157891, 0.00187893503, 0.0217882581, -0.016683735, -0.0337435901, -0.0369943678, -0.00312484195, -0.0106187537, 0.0140374415, 0.0222584121, 0.0288271289, 0.00626311684, 0.00788514689, -0.029391313, -0.00948366895, 0.00610527955, 0.0013835947, -0.0253882911, -0.0094299363, 0.0441407, -0.0146687906, -0.0146419248, 0.0102157649, -0.029203251, -0.0438720435, -0.00992695615, -0.016025519, -0.0264091957, 0.0626513138, 0.0144538628, 0.0136143034, 0.0207270551, 0.0144135645, -0.0235614087, -0.0558273755, 0.00608848827, 0.0208882503, -0.0291226543, 0.00054529414, 0.0332600065, 0.00517504709, -0.010753083, -0.0100680022, 0.0217882581, -0.0217345264, -0.0203106329, -0.0180538967, 0.0161598492, -0.0241927579, 0.00044118872, -0.0154210357, 0.0274301, 0.0310032684, -0.00994710531, 0.0117001068, -0.000892452139, -0.033394333, 0.0453765318, -0.0389824435, 0.0145478938, -0.0325883552, 0.0176509079, -0.00987322442, 0.0345764346, -0.0200688392, 0.020847952, -0.0172076188, -0.0182553902, -0.0101284506, -0.0156090977, -0.00799932703, 0.00689782389, -0.000551171077, -0.00728066359, 0.0281286146, 0.00470489357, 0.0367794409, -0.0255360529, -0.0312450603, -0.0223121438, -0.0143195335, -0.00895306654, -0.0120560797, 0.0179867316, -0.0361883901, -0.0135605717, 0.058406502, -0.0129829543, -0.0073814108, -0.0123650385, -0.00609184662, -0.0264629275, -0.0527915247, -0.00646125292, 0.00826798566, -0.0350868888, -0.034495838, -0.00131475076, 0.0266912878, 0.000440349162, -0.0171270221, -0.00493325386, -0.0673259869, 0.00571236573, 0.0234270785, 0.00192259217, 0.00513474829, 0.0124456361, 0.0101015847, 0.00177147135, -0.00271009933, 0.000855931314, 0.00171270221, 0.00269330805, -0.0278330892, -9.26139473e-05, -0.0294987764, -0.0119150337, -0.0117068235, 0.00722021516, -0.0226882659, -0.0178658348, 0.0106456196, -0.0312181953, 0.00637058029, 0.0107732322, -0.0328838825, -0.0260196403, 0.0209822804, -0.00758290477, 0.00836873334, 8.08601108e-05, -0.00224666228, -0.00411720155, 0.0229837913, -0.0333406031, -0.0263286, 0.0145478938, 0.0212509409, -0.0187524091, -0.0195986871, 0.000910082948, 0.00976576097, -0.0310032684, 0.0174628459, -0.000228570178, 0.0185240488, 0.00932247285, 0.0029955497, -0.0110284584, 0.0111224893, 0.00229367753, 0.00344555383, 0.0155285, -0.010470991, 0.0123919044, -0.0157031287, 0.0246360451, -0.0612005591, -0.0101687498, -0.00895306654, -0.013929978, 0.00753588974, -0.00632356526, -0.00511459867, -0.00171186263, -0.000328477821, -0.0212643724, 0.0116665242, -0.0233599152, 2.71807512e-05, 0.00577617204, 0.0215867646, -0.0133389272, -0.0145613272, -0.0309226699, 0.0789320618, -0.0369137712, -0.00816052221, -0.0130635519, -0.018591214, -0.0542422868, -0.00531273521, 0.0201763026, 0.0185374822, -0.0159314889, 0.00239946228, 0.00332465721, 0.00818067137, 0.0195046552, -0.0294181779, 0.0214658678, -0.00392914051, -0.0102560641, 0.00659222435, -0.0184300188, 0.00231886446, 0.0113709988, -0.0143329669, 0.00592393475, 0.017933, 0.0090000825, -0.0357316695, -0.0219763201, -0.00908739585, -0.0150046144, 0.0118881678, -0.0213584043, 0.0187524091, -0.000828225864, 0.0212912392, 0.0191822648, -0.00985979103, 0.00604818948, -0.0202569012, 0.0198807791, 0.000768197293, -0.0293107145, 0.0270674117, -0.00713961711, 0.00502056815, -0.00159432425, -0.0202300344, -0.0118075702, -0.0147896875, 0.0112030869, -0.0115993591, -0.0131441494, -0.00620938512, -0.0170195587, -0.016495673, 0.012425486, 0.00709260209, -0.0233330484, 0.0213852692, -0.023037523, 0.000790445658, 0.025012169, 0.0164150745, 0.0168717951, -0.0132448971, -0.00660901563, -0.00756947184, 0.0220300518, -0.00605154783, 0.0106456196, -0.00246830611, 0.00462093763, 0.00261942693, -0.000565443595, 0.00186886033, -0.0209016837, -0.00195785356, -0.00918814354, 0.00930904, -0.00279573444, -0.0219628867, 0.00289816083, -0.0454571322, 0.0352480821, 0.026261434, -0.0139031122, -0.00924859196, 0.0196927171, -0.0031063715, 0.0155419325, 0.00274200272, -0.00122239918, -0.00842918176, -0.00271177851, 0.00852321181, 0.0182956886, 0.025509188, -0.00325077586, -0.010047853, -0.000176727364, 0.00500377687, 0.0131643, 0.00697842194, 0.0184837505, -0.00118293986, -0.0162001476, -0.0171673205, -0.013929978, -0.00918814354, 0.0277256258, 0.00267147948, -0.0129225058, 0.0133523606, -0.0238166358, 0.00353622623, -0.00208042935, 0.0181479268, 0.012237425, -0.0168449301, -0.0167508982, -0.018282257, 0.0101083014, -0.00572579866, 0.0035731669, -0.0322659649, 0.00382839306, -0.00148686056, -0.0175971761, -0.0133322114, -0.000186697129, 0.00410041073, 0.00436571147, -0.00158424955, 0.0124456361, -0.00936277211, 0.00818738807, 4.22403573e-05, 0.0111157726, 0.0188061409, -0.000725799531, -0.00468810229, -0.012002348, -0.0180941951, -0.012472502, 0.0465855, 0.0188330077, 0.00996725541, -0.0207136218, 0.00691797351, -9.03576365e-05, -0.0326420888, -0.0409167893, 0.0151255112, 0.00389891607, 0.0160523858, -0.0195718203, 0.0288002621, -0.012613548, -0.0283704083, 0.00697170524, -0.0160389524, -0.00267483783, -0.0158777572, -0.0218151249, 0.00296532549, 0.00116195087, 0.00394593133, 0.00578624662, -0.0192494299, 0.0162941776, 0.0122508584, -0.0009503818, 0.00852321181, 0.0173016507, 0.00786499679, -0.0128351916, 0.012801609, -0.0218016915, 0.00757618854, -0.00771723455, -0.0139434105, -0.0142926676, -0.022473339, -0.000616236939, -0.0143732652, -0.0122239925, 0.0111762211, 0.0131508661, 0.020189736, -0.00953740068, -0.00366383931, 0.0114583131, -0.00514146499, -0.0243136548, 0.0117605552, 0.00505079236, 0.00651498465, 0.00973889511, -0.000501217262, -0.0122642908, 0.0104978569, 0.0137956478, 0.0141717708, -0.0191016663, 0.0159180555, 0.00173285161, -0.0131978812, -0.0118948845, 0.00289816083, 0.0205792915, -0.00516497251, -0.021909155, -0.00637058029, -0.0319973081, -0.00379145239, -0.00577953039, 0.0186583791, 0.0174359791, -0.00401645433, -0.0162673127, -0.0229972247, 0.00421123253, -0.02456888, 7.61507044e-06, -0.0148971509, 0.00553102046, -0.0283166766, 0.0259793419, -0.00257241144, 0.0191956982, -0.0141449049, 0.0177583713, -0.00370078, 0.00938292127, -0.00819410477, -0.00424481463, -0.0214927327, -0.0179195665, 0.0312719271, -8.93606557e-05, -0.000257954787, -0.0111560719, -0.0175971761, -0.0123180225, 0.00038451844, -0.000231928425, -0.00483586499, 0.0115926433, 0.00522877881, -0.0111359227, 0.0492183603, 0.0136747519, 0.00740156, -0.0194643568, -0.00380488555, 0.00685416721, -0.030895805, -0.00776425, -0.0340928473, -0.017530011, 0.0262748674, 0.00535639236, -0.022661401, -0.00142221444, -0.0409436561, -0.010565022, -0.0206733234, -0.00387205021, -0.0243808199, -0.00610527955, 0.00144656166, 0.0243942514, 0.0331794061, 0.015837457, 0.00542355701, -0.00325413421, 0.0465586334, -0.00342204608, 0.00952396728, -0.00763663696, -0.0306002796, 0.0115389116, -0.0106523363, 0.00227520731, -0.0173285156, -0.00438250275, 0.0065955827, 0.0307346079, -0.0282360781, -0.0227017, 0.0181076284, 0.0174359791, 0.0188464411, -0.018309122, 0.0138762463, 0.0210897438, -0.0230240896, -0.013412809, 0.0147896875, -0.0145613272, 0.0135001233, 0.00379145239, -0.0058030379, -0.0266644228, 0.000900008192, 0.0124926511, 0.00342036691, -0.00112836855, 0.0369406343, -0.0159852207, -0.00387205021, -0.0182285253, -0.00117622339, -0.0282092132, -0.0266644228, -0.00109562569, -0.00895978324, -0.0393317, 0.00463772891, -0.0168583635, -0.00392578216, -0.0184971839, -0.000151645509, -0.0180673283, 0.0243002214, -0.0362689868, 0.0058802776, -0.0310032684, 0.017933, 0.00647132751, -0.00235412596, -0.0227017, 0.00319536496, -0.00737469411, -0.0112030869, 0.0212240741, 0.00635378947, -0.0345495678, 0.00219796784, -0.00188565149, -0.0118411528, 0.0126807131, -0.00471161027, 0.0100680022, 0.0280211512, -0.00508101657, 0.0233867802, 0.000795063213, -0.0474720746, 0.0256972499, 0.0119687654, -0.000840399473, 0.00455377297, -0.00791201275, 0.000890773, 0.0120695131, 0.0135471383, 0.0181882251, 0.0119821988, -0.00281084655, -0.030143559, -0.0110486085, 0.00529594393, -0.00695827231, 0.00832171738, 0.00230543152, 0.00746872462, 0.00479220785, 0.0149911819, 0.0336629935, -0.0105784545, -0.0108874124, -0.00992695615, -0.00406347, 0.00200654822, 0.00693812314, 0.0263688974, -0.0120359305, -0.0238972325, -0.000601544685, -0.0117672719, -0.0151926754, 0.00986650772, -4.14008e-05, 0.00184871093, -0.0108874124, -0.00332633639, 0.0195718203, -0.00401645433, 0.0252002291, -0.00123331347, 0.00945680309, -0.00908739585, 0.0373167582, -0.0174762793, 0.0472302809, 0.000386617321, 0.0191151, -0.0129695209, 0.011364283, 0.0298748985, 0.00797917694, 0.00306607271, 0.0180270299, 0.0166165698, 0.0219494533, 0.0309495367, -0.0207673535, 0.00558811054, -0.0397884212, -0.00963143073, 0.0243673865, -0.0144269969, -0.0235479753, 0.0262882989, 0.0146419248, -0.015461335, 0.0277524926, -0.00706573622, -0.00566535024, -0.00120224978, -0.0124590686, -0.017812103, -0.0181479268, 0.0125396661, -0.00875828881, 0.0173956808, 0.00319536496, 0.0193300266, 0.0163479093, 0.0015053309, -0.0153135723, -0.0248106737, 0.0034824945, 0.00294349692, -0.0160120856, -0.0414003767, -0.0104105426, -0.0236688722, 0.0217748247, -0.000420619501, 0.0147762541, 0.00627990812, 0.00892620068, 0.00576273911, -0.00866425782, 0.0171001554, 0.00479892455, 0.00705901952, 0.00929560699, -0.00259424, -0.00735454448, 0.00183863612, 0.0336092599, 0.00850306265, 0.00510116573, -0.011485179, -0.0294450447, -0.0103097958, -0.0103568109, 0.00375115359, -0.0147896875, -0.0092082927, 0.0080060428, -0.010141884, -0.00606162241, -0.00633699819, -0.00261942693, -0.0158643238, 0.00857694354, 0.0265703909, 0.000772814907, 0.0317823775, 0.0115120448, 0.0149374492, 0.0164553747, 0.000611619384, 0.000734195113, 0.010612037, -0.00807992462, -0.00449332455, -0.00942322053, 0.015716562, 0.0112366695, -0.00865082536, 0.0118545853, -0.00281084655, 0.0190076362, -0.00535303401, 0.00679707713, 0.0055813943, 0.00695827231, 0.00714633381, -0.00372428773, 0.0156762619, -0.00812694, -0.0107396506, -0.0109411441, 0.00367055577, 0.00750902388, -0.029203251, -0.000620014966, 0.0321853682, 0.00290655624, 0.00392242381, 0.0268793497, -0.0070052878, 0.0133120613, -0.0236688722, 0.0282360781, 0.00637393864, -0.00848291349, 0.0273360703, 0.0118881678, 0.00829485152, -0.00679707713, 0.0123986201, -0.00208042935, 0.00975232758, 0.00864410866, 0.0133120613, -0.0207673535, 0.0187792759, -0.0248106737, 0.0193031617, -0.015085212, -0.00939635467, 0.0127948932, 0.00357652525, -0.00269330805, -0.00061959523, 0.0414809771, -0.00298211677, 0.00131475076, 0.0280211512, 0.000630929251, 0.0054336316, -0.00288808602, 0.0018806142, 0.00369742187, -0.0143329669, 0.00249685114, -0.00966501329, 0.0110284584, -0.0172210522, 0.00127864967, 0.00437578605, -0.030143559, -0.0103366617, -0.0317823775, -0.0161732826, 0.00177482958, -0.0227285661, -0.00855679438, 0.0194643568, -0.00965158083, 0.0076030544, 0.00724708103, -0.00055033149, 0.017059857, 0.0018806142, -0.000703131431, 0.0122441417, 0.0225539375, 0.00926874112, 0.0140240081, 0.00526236137, -0.0137687819, 0.00623289263, -0.00123583211, 0.00436571147, -0.00493997056, 0.00914784428, 0.00270506204, 0.0263151657, 0.0193703268, 0.0131105669, -0.00232558092, -0.00336831436, 0.0133993756, -0.00671312073, 0.01037696, -0.0109277116, -0.0126068313, -0.000614557823, -0.0127210114, 0.00504743401, 0.00963143073, -0.0266241226, 0.0112030869, 0.026543526, 0.00960456487, 0.00420115748, 0.00754260598, 0.0139837097, -0.0124993678, -0.0244882833, 0.0122508584, -0.00387205021, -0.0186583791, -0.00579632167, 0.0121030957, 0.0177315045, 0.00902694836, 0.000297204213, -0.0209016837, -0.0195180885, -0.00131391129, 0.00570900738, 0.00657207472, -0.0012517838, -0.0253479928, 0.000557467749, -0.0144135645, 0.0136344526, -0.00858366, 0.0471228175, -0.00492653763, -0.0133053456, 0.0212643724, 0.0128083257, 0.00173285161, -0.00897321571, -0.00407690275, -0.00284610805, 0.0207942203, 0.00325749232, -0.0200554077, -0.0109948767, 0.00188733067, -0.0333406031, 0.0197195821, 0.0254420228, -0.00018197461, -0.00987322442, 0.032212235, -0.0122239925, 0.011485179, -0.00555117, -0.00275543565, -0.0138090812, 0.0237360373, -0.0484392494, -0.0100680022, 0.0154479025, 0.000631768839, 0.00918814354, 0.00867097452, -0.0274032354, 0.00394928968, -0.0335017964, 0.0264494941, 0.0143329669, 0.0098194927, -0.0107396506, -0.0266241226, 0.00530601852, -0.00468810229, -0.00160775718, -0.014118039, 0.00735454448, 0.0115792099, -0.0020636383, 0.00687431637, 0.0238569342, -0.0254017245, 0.00314499135, 0.0220837835, -0.013412809, -0.0219494533, 0.0132986289, 0.0124859344, -0.0100142704, -0.00825455319, 0.00591050182, -0.00161531323, -0.0101956157, 0.00571236573, -0.0132381804, -0.0223658755, -0.0213852692, 0.0177583713, -0.00648811879, -0.0229031947, 0.0352212153, -0.0284778718, -0.00426160591, 0.000502476585, -0.0250524674, -0.0230912548, -0.0251196325, 0.00792544521, 0.0047183265, -0.00799261, -0.02065989, -0.020686755, 0.0086172428, 0.0241793245, 0.00391570712, 0.0206061583, 0.0492720902, -0.012660563, -0.0143866986, -0.00687095802, 0.00928889, 0.0167374667, 0.0135471383, 0.00647132751, 0.00248173904, -0.00157249568, 0.00928217452, 0.0159180555, 0.00208042935, -0.00239946228, 4.83534022e-05, 0.0124322027, 0.000658634759, 0.000359331636, -0.0119553329, 0.00779783214, 0.0173150841, 0.0219360217, -0.00113424542, -0.0125396661, -0.00595751684, 0.0076030544, -0.0151389437, -0.00581647083, -0.00735454448, -5.30496909e-05, 0.00500713522, 0.0344152376, 0.0190345012, -0.0174897108, -2.16186672e-05, 0.0351943523, -0.0100075537, -0.0190479346, -0.000366677792, 0.0129628051, 0.00148770015, -0.0132381804, 0.00501385191, -0.0133053456, -0.00495004514, -0.0185509156, 0.00620602677, -0.0164150745, 0.00264797197, 0.0129292225, 0.0136814676, -0.000992359826, 0.0299823638, -0.0121702598, 0.00771051785, -0.0180673283, -0.00726051396, 0.0237494707, 0.00250188843, -0.0080194762, 0.027295772, -0.00458399719, -0.0188061409, 0.00951053482, 0.0108806966, -0.00916799437, 0.0326689556, -0.0252270959, -0.0256300848, -0.00799261, -0.0201225709, 0.0131911654, 0.00480899913, 0.00578960497, 0.0178658348, 0.0219763201, 0.0122575741, 0.0141314724, 0.00567878317, 0.00429518847, 0.0033851054, 0.0135135558, 0.0215330329, 0.0174628459, -0.00266308407, -0.0050239265, -0.0130165368, -0.0122508584, 0.0191285331, 0.0168180633, 0.00540004903, -0.0092082927, 0.0269599482, 0.0192762949, 0.020686755, 0.0193165932, 0.00825455319, -0.00686088344, 0.0127008623, 0.0194777902, -0.00111241685, 0.00254554558, -0.0125799654, -0.0330450758, -0.00140290463, 0.036564514, 0.0123448884, -0.00119385414, -0.0191822648, 0.0025086049, -0.00827470236, 0.00634707278, -0.0141449049, 0.00685080886, -0.00146419241, -0.00935605541, 0.00422130711, 0.00515489792, 0.0141583383, -0.00315002864, 0.00325245503, -0.0421257578, 0.00994039, 0.0144135645, 0.0135740042, -0.0286659338, 0.00492989551, -0.0219494533, -0.0340122506, -0.0189942028, 0.0131911654, 0.00196289108, -0.0124523528, 0.012519517, -0.0106724855, 0.00366719766, -0.00500713522, -0.0259256102, 0.00927545782, 0.0019007636, 0.010329945, 0.0086105261, -0.0124456361, 0.00293510128, 0.0269196481, -0.00246662693, -0.0253479928, -0.0181344934, -0.00730081275, -0.0135135558, 0.024259923, 0.0285047367, 0.000687599531, 0.00857694354, 0.0254151579, 0.00216942281, -0.0363495834, 0.0139568439, -0.00540004903, 0.00511124078, 0.00918814354, 0.0182419568, 0.00552094588, 0.0027722267, -0.00515825581, 0.00749559095, -0.015085212, -0.00406011147, 0.00666610571, 0.00153975282, 0.0255763531, -0.00711946795, -0.000802619266, 0.00650155172, 0.03600033, -0.0033498439, -0.0114381639, -0.00354965916, -0.0211837757, 0.0135202724, -0.00756947184, -0.0206061583, 0.000513390871, -0.00663924, 0.0170867238, -0.0163882095, -0.00537318317, 0.0187121108, 0.000868944509, 0.00951725058, -0.000342120649, -0.00842246506, 0.0176643394, -0.0212106407, -0.00214423588, 0.0173688158, 0.00910082925, 0.00690454058, -0.00841574837, 0.0072336481, 0.0204583947, -0.0110217426, -0.00946351886, -0.0119419, -0.00857694354, 0.00498698559, -0.00975232758, 0.0160523858, -0.00119049591, 0.00912769511, -0.0183897205, 0.0459675826, -0.00192427123, 0.0231718533, 0.000131705965, 0.010141884, 0.000389975583, -0.0180270299, -0.0095911324, -0.000544034818, 0.00732767861, 0.0112769688, -0.0170329902, 0.00143312872, -0.0250524674, -0.0143195335, -0.0297137033, 0.0149508826, 0.0334480666, 0.00159600331, 0.0258450117, 0.0141717708, 0.0086038094, -0.0168180633, -0.00229031942, 0.00194442074, 0.00914112851, -0.0157971587, 0.0283166766, -0.0186852459, -0.0143866986, 0.00596087519, -0.0237091705, -0.00997397117, -0.0177180711, -0.0123851877, -0.00570900738, -0.0158105921, -0.000702711637, -0.00461086305, 0.0103635276, 0.0295525081, 0.0143866986, 0.00184871093, -0.014588193, -0.00371757126, 0.0276181623, -0.0154882008, 0.0108135315, 0.00147174846, 0.000351775583, 0.0119486162, -0.0198539123, 0.0212912392, -0.00249517197, -0.0155016342, -0.0251867976, 0.00620266842, -0.0123247392, 0.0251599308, -0.0115321949, 0.01812106, -0.00567878317, 0.00275039813, 0.0146419248, -0.00204516784, -0.00693812314, 0.000200025141, -0.0119553329, -0.00295525091, -0.0112299528, 0.0145613272, 0.0212912392, -0.0158911888, 0.0365376472, -0.00255729933, 0.00657543307, -0.0169523936, 0.0278330892, -0.00916799437, 0.00426832261, 0.0142792342, 0.00226849085, -0.0101821823, 0.0153001398, -0.0174091142, 0.0179732982, 0.00131726952, -0.0111359227, -0.01934346, 0.0103232283, -0.00673662871, 0.00505079236, 0.0011149355, 0.0218419898, -0.00352615165, -0.00930232368, 0.00186382292, 0.00112920802, -0.00387205021, -0.0157702938, -0.00513810664, -0.00284778723, 0.0184434522, -0.00991352368, -0.00528922724, -0.00389555795, -0.00510788243, 0.0320779048, -0.00211401191, -0.00137519906, -0.0067064045, 0.000403618411, 0.0176240411, -0.0163344778, 0.000719083066, 0.0201628711, -0.020095706, -0.00141969579, -0.0200554077, 0.0313256569, 0.0214658678, 0.00901351497, 0.0134463916, 0.0115254782, -0.00305767707, 0.0152329747, -0.00516833086, -0.00703887036, 0.00522542093, -0.00657207472, -0.00525564514, -0.0144269969, 0.0384182595, 0.00850306265, -0.0110418918, 0.0080261929, 0.0111090569, 0.0214524344, 0.0025438664, -0.00342036691, -0.0116866734, 0.0145075945, -0.0184568856, -0.00317017827, 0.0154882008, -0.00767021906, -0.00261606858, 0.0158240255, -0.00178658345, -0.0172344856, 0.000395642594, -0.0129023567, -0.00293174316, 0.00825455319, 0.000994038885, -0.00462429598, -0.0174494125, -0.0212375075, 0.0129762376, -0.0155285, 0.0161732826, -0.0014902188, 0.0187389776, 0.00275879377, 0.00195113721, 0.00451683206, 0.00342204608, 0.0272151735, 0.00940978713, 0.0106926346, -0.00105700595, -0.015461335, -0.00627990812, 0.00587356091, 0.0014599947, -0.00156829786, 0.00673327036, 0.00734782824, 0.00496011972, -0.019907644, 0.0073814108, -0.0162941776, 0.00757618854, 0.000157732313, 0.0144807287, 0.0134262415, -0.00511124078, 0.012942655, -0.00392578216, -0.0062564, 0.0210763123, 0.0124792187, 0.014588193, 0.0248241071, 0.0113978647, -0.00714633381, 0.0141583383, -0.00819410477, 0.020686755, 0.00684409216, 0.0346301682, 0.0101754656, 0.0210628789, 0.00648140255, -0.00696498901, -0.0178792682, -0.0105045736, 0.0207270551, 0.0226345342, 0.0151255112, -0.0200151075, -0.0102291973, -0.0112836845, 0.0127008623, 0.00280916737, 0.00172277691, -0.0034824945, 0.03355553, 0.0119419, 0.0232658833, 0.017530011, 0.000189740531, -0.00122407835, -0.00319032767, -0.00608177204, 0.0123045901, 0.00846276339, 0.00721349847, 0.00736797741, -0.00678364374, 0.0171673205, -0.00302577391, 0.00991352368, -0.0170195587, 0.0159583539, -0.0148031199, -0.00773738418, 0.00282595865, -0.0119217504, -0.0138090812, -0.00442616, -0.00701872073, -0.0020367722, -0.00602804, -0.00485601462, -0.00331122428, 0.010329945, 0.0151255112, -0.00528922724, -0.0179061331, 0.00974561088, 0.00328267924, -0.00519855507, 0.00258080708, -0.00785828102, 0.00750230718, -0.00330282864, 0.00655192556, -1.44561718e-05, 0.00742842583, 0.0113709988, 0.00524892844, 0.023977831, 0.00754932268, -9.74938957e-05, 0.028451005, -0.00660229893, -0.0177315045, 0.00229031942, 0.00160355936, -0.00436907, -0.00151036819, -0.015367304, -0.0119687654, -0.00454369793, -0.00442951778, 0.00445974199, 0.00165897037, 0.00824112, -0.00832171738, -0.0101754656, -0.0213046726, 0.000129292224, -0.0143732652, -0.000158571871, 0.000834522536, 0.0151792429, 0.0118478695, -0.000835781859, -0.00894635, 0.0185240488, 0.00510788243, -0.0100344196, -0.00395264803, 0.0218285564, 0.0053799, -0.00173285161, 0.00324741774, 0.0179598648, -0.0417765, 0.00352615165, 0.00580639625, 0.00917471, 0.0162673127, -0.0188061409, -0.000689278648, 0.00639073, -0.00840903167, -0.00578960497, -0.00468810229, 0.0110150259, 0.0178792682, -0.0106792022, -0.0114583131, 0.0193703268, 0.0015766935, -0.000442448072, 0.016777765, 0.0239106659, -0.039815288, -0.0220972169, -0.00928217452, 0.00761648733, 0.0177046396, 0.0108605465, 0.0192091297, 0.0168583635, -0.0143329669, 0.0102560641, -0.0259524751, 0.00072873797, 0.00485937251, -0.0161061175, 0.0173688158, -0.00315506617, 0.0210628789, -0.00554109551, 0.000662412785, -0.00424481463, 0.00601124903, 0.00401645433, -0.0240181293, -0.0122239925, 0.0130769853, 0.00163882086, -0.0110889068, -0.00583326211, 0.0177986696, 0.00979934353, -0.00412391825, -0.0127680264, 0.0113575663, 0.00465452, -0.0071933493, -0.0155553659, 0.0141986366, -0.0118210036, 0.0119553329, 0.00954411644, -0.00569893233, 0.00998068787, 0.001682478, -0.00951053482, 0.0131374337, -0.00193434604, 0.0104575576, -0.00444630906, -0.00906053, 0.00535303401, 0.0192628615, -0.000109562563, -0.00808664132, -0.000999076292, -0.00451347418, -0.00933590624, -0.00650826842, -0.00928889, 0.00223826664, -0.0114448806, -0.000161405391, -0.000465535966, 0.00822097063, -0.00799261, -0.00856351107, -0.0112904012, 0.0180941951, 0.00403324561, 0.0193703268, 0.0112836845, -0.0248106737, -0.0189270377, -0.0029250267, -0.010423976, -0.0135941543, 0.0167374667, 0.0163210444, 0.0287465304, -0.0174628459, -0.00978591, 0.00950381812, -0.00711275125, -0.00904038083, 0.00203173491, -0.0324271619, 0.00693812314, 0.0405406691, 0.0239106659, -0.00911426265, -0.0199210774, -0.00606833911, 0.00948366895, 0.00245655235, -0.00374443713, 0.000749307219, 0.0148031199, 0.00822768733, 0.0149777485, -0.0195583869, 0.00342876255, -0.00177818781, -0.00906053, 0.00478549162, 0.0015002935, -0.0123448884, -0.00564520061, 0.000754764362, 0.000743010489, -0.017933, 0.00907396339, -0.00262446422, -0.0160389524, -0.00285114534, -0.0206061583, -0.00445638411, 0.0122172758, 0.0110687576, -0.0151792429, -0.0146687906, 0.0190345012, 0.0150583461, 0.0173956808, -0.0173553824, -0.00409033569, 0.00720678223, -0.00124254869, 0.0216404963, -0.000238015229, 0.020941982, 0.0102426307, 0.0236285739, -0.0157031287, -0.0138225146, 0.0197598822, -0.00466459477, -0.0246629119, 0.0127948932, 0.0132919122, 0.00788514689, 0.00480228243, 0.00594744226, -0.0133120613, -0.0018201659, -0.0134799741, -0.00998068787, -0.00492653763, 0.0117001068, -0.00102510268, 0.00948366895, 0.0338779204, -0.0340391174, -0.0062899827, 0.0177718047, 0.017059857, 0.00875828881, -0.000930232345, 0.0134934066, 0.00526236137, -0.00274704, 0.0088388864, -0.0119284671, -0.0216942281, 0.0106523363, -0.00397951389, 0.0169255268, -0.0095911324, 0.0209285486, 0.00456384756, 0.00577281369, 0.0211569089, 0.0179598648, -0.0101754656, 0.0222449787, -0.00196960755, 0.0333406031, -0.0191419665, 0.0150180478, 0.0160792507, -0.0135269891, -0.00571908196, -0.0209285486, -0.00141130015, 0.0159583539, 0.0095911324, -0.017933, 0.0150314802, 0.000452103, 0.00405675359, -0.0116598075, -0.000648140267, -0.0226076692, -0.00273696519, 0.0290689226, 0.0106590521, -0.0189001728, 0.014588193, 0.00729409652, -0.000301192107, 0.00229199859, 0.00498698559, -0.0114045814, 0.021909155, -0.0127344448, -6.05532587e-05, -0.0034824945, 0.0125262337, 0.00394257344, -0.00223658746, 0.00601796526, -0.0257778466, 0.00697170524, -0.0127948932, 0.00479892455, -0.00151120778, -0.00818067137, -0.00585676963, 0.0162538793, -0.02588531, -0.0101486, 0.0246226117, -0.0331794061, 0.000632188574, -0.00884560309, 0.0188330077, -0.0127814598, -0.0100814356, -0.00288808602, -0.00736797741, -0.00881202053, -0.00343044172, 0.0296062399, 0.00962471496, 0.00169591093, -0.000980606, 0.00243640272, -0.0175434444, 0.027389802, 0.0011401223, 0.00038451844, 0.0149777485, -0.00965829659, 0.00545378122, -0.0125463828, -0.00325749232, 0.00134329579, 0.0206195917, 0.00976576097, -0.00127277279, 0.00544370618, -0.0126941456, 0.0118680187, 0.00381496013, -0.000632608368, -0.0293107145, 0.000801359944, 0.00701200403, 0.00752917305, -0.00322726835, 0.0148434192, -0.0233196151, -0.00455377297, -0.00807992462, -0.00988665689, 0.0109277116, -0.00118545862, 0.0282629449, 0.00439593568, -0.00424145674, 0.0157299936, 0.00416757539, 0.0203509312, 5.40466681e-05, 0.00577617204, 0.0119083179, 0.0121299615, 0.0173553824, 0.0073814108, 0.00295692985, 0.0071933493, -0.00824112, -0.0111493552, 0.000776592875, -0.0132919122, -0.000983124599, -0.0281823464, -0.0241121594, 0.0123919044, 0.00227352814, -0.0153135723, -0.00362689863, -0.0088388864, -0.0114247315, -0.00307111, -0.00472168485, 0.0162270144, -0.00307111, 0.00565191731, -0.01421207, 0.0136210201, -0.00578288874, -0.0143866986, 0.0158508904, 0.0223255772, -0.00481907371, -0.0184165854, -0.002453194, -0.0288002621, 0.000312106393, -0.000931911462, 0.019907644, 0.0108135315, -0.0200016741, 0.0184703171, 0.016025519, 0.00495004514, 0.00604147278, 0.00264461362, -0.0177180711, -0.00169087364, -0.0219225883, 0.000335404184, 0.0231046882, 0.00891276821, 0.0204315297, -0.00928217452, 0.00482579041, 0.00260935212, 0.00516497251, 0.0110015925, -0.0126538463, 0.0103030792, 0.0181344934, 0.00242968625, -0.0145344613, -0.0276987609, -0.00216942281, 4.50476364e-05, 0.00256065768, -0.0166165698, 0.0046847444, 0.0241524596, -0.0104844244, 0.0219897535, 0.0185106173, 0.00692469, 0.004600788, -0.00522206258, -0.0109545775, 0.0221106485, 0.0114986124, 0.0162807461, -0.0116127925, -0.00820753723, 0.0217882581, -0.00975904427, -0.0129292225, -0.00923515856, -0.00639073, 0.0271480083, 0.0102224816, -0.00388212502, 0.0104038259, 0.000319662417, 0.0109948767, -0.0208076518, 0.0038921996, 0.000331836054, -0.0149777485, -0.0144001311, -0.00478549162, 0.0141449049, 0.00940307, 0.00630005728, -0.0117001068, -0.00550751295, -0.00916799437, 0.0147896875, -0.0110486085, 0.0263688974, 0.0116665242, -0.00632356526, 0.00262446422, 0.0155553659, 0.00112249155, 0.0148971509, 0.00626311684, -0.00279741362, 0.00608177204, 0.00468810229, -0.00287465309, -0.0214255694, 0.0125128, -0.00242632814, 0.00707245246, -0.0201091394, -0.0213584043, -0.00645789457, 0.0119620496, 0.0228763279, -0.00407354441, 0.0285584684, -0.00236084242, 0.00794559438, -0.0454839952, -0.00068676, -0.0263420306, 0.0103971101, 0.01360087, -0.00514482288, 0.0100277038, -0.00588699384, 0.00375787, 0.00382503495, 0.00223826664, 0.0155016342, 0.00450004125, 0.0129292225, -0.000507513934, 0.00658550765, 0.0154479025, -0.0149777485, -0.0175837427, 0.000218705347, 0.0122105591, 0.0161195491, 0.00930232368, -0.0347376317, -0.0176912062, -0.0135202724, -0.00297036301, 0.00395264803, -0.0142389359, 0.0214524344, -0.00834186748, -0.0259256102, 0.00483250665, -0.00598102482, -0.000222483373, -0.010000837, 0.0108336806, 0.00381496013, -0.00895306654, 0.0108605465, -0.0109680109, -0.000378221739, 0.0129762376, 0.0278330892, -0.0186449457, -0.00175468018, -0.0109142782, -0.00135421008, 0.0169792585, -0.0148299858, 0.00767693575, -0.00662580691, -0.0251733642, -0.0145747596, 0.00342204608, -0.032212235, 0.0208345186, -0.00992695615, 0.0243808199, -0.000889933493, 0.0128351916, 0.00305767707, 0.000706909457, -0.00948366895, -0.00251196325, -0.0341465808, 0.00144991989, -0.002523717, 0.00991352368, -0.00506422529, -0.00791201275, -0.00432877103, 0.00750230718, 0.00623625098, -0.0131978812, -0.0068676, -0.00197968213, 0.00938963797, 0.0142792342, 0.00385861727, 0.0035227933, 0.0125396661, -0.0193031617, -0.0164688062, -0.0027168158, -0.0467198305, -0.0183494203, -0.0202166028, -0.0103165116, 0.0141314724, -0.00522877881, -0.0071866326, -0.00660901563, -0.0199613757, 0.00670304615, 0.0144538628, -0.0304122176, 0.00247502257, -0.0258718785, -0.03624212, 0.00414406741, -0.00660565728, 0.00162622752, -0.0105986046, 0.00705230329, -0.0132919122, 0.0255226213, 0.00571236573, -0.0159986541, -0.0174359791, 0.00913441181, -0.00371421291, -0.0180941951, 0.00816052221, 0.0260599386, -0.0114986124, 0.0117404051, -0.0279405527, -0.00418436667, -0.00545378122, -0.00343883736, 0.00121316407, 0.00756947184, 0.0361346565, -0.0305465478, -0.00111241685, 0.00471496815, -0.0034270836, -0.00119217508, 0.0134732574, -0.00473511778, 0.00624632556, 0.022567369, 0.00174628454, -0.0192494299, 0.00742842583, -0.0178658348, -0.0227285661, 0.0290420558, 0.00431533763, -0.00183527789, -0.0262211338, -0.0127613107, -0.00473175943, -0.00144068478, -0.0115657775, -3.31101437e-05, 0.00979934353, -0.022191247, 0.0010595246, 0.0156090977, -0.0175703093, -0.0155285, -0.0255763531, -0.0056854994, 0.00131978816, 0.00295357173, 0.0157299936, 0.00404667854, -0.00803290866, 0.00987994112, -0.00481235748, 0.0199882425, 0.00570229068, -0.0187792759, -0.0133859431, 0.0112501029, -0.00197968213, 0.0321047716, -0.00810679048, -0.0200151075, 0.00895978324, 0.0297137033, -0.00421459088, -0.00396608096, 0.0132784797, -0.0118008535, 0.0181613602, -0.0166300032, 0.0166031364, 0.000425027189, -0.0105851712, -0.0130434027, -0.016213581, -0.000928553229, 0.00536982529, 0.00011722355, 0.00951053482, -0.000504575495, 0.0113777155, -0.00161783188, 0.00714633381, 0.0254420228, 0.0216136295, 0.00470153522, -0.00581982918, -0.0159046222, 0.000504155701, -0.0116732409, 0.0168986619, -0.00644782, -0.00128704531, -0.0012366717, -0.00282931677, 0.000305599795, 0.00708588539, -0.00331794075, -0.0083888825, -0.000269078941, -0.00929560699, -0.0044899662, -0.012002348, 0.000125199367, -0.000722861092, 0.00392914051, -0.0103165116, 0.00515489792, -0.0144538628, -0.00175132195, -0.0254285894, -0.0019460998, 0.0177583713, 0.0200419743, 0.00697170524, 0.0156493969, 0.0033498439, 0.0241927579, 0.0118008535, -0.00702543696, 0.00712618418, -0.00827470236, 0.0167374667, 0.00465452, 0.0195046552, -0.00184031529, 0.00406682817, -0.006588866, 0.00319872331, -0.0146822231, -0.00209554145, -0.00158592861, 0.00488959672, 0.0139971422, 0.0178792682, -0.0031684991, -0.0102963625, 0.0138628129, -0.00799261, -0.00756275561, 0.000281462446, 0.00486944756, 0.00420115748, -0.000109142784, 0.00889261812, -0.00544706453, -0.000989001594, 0.00977919344, -0.0280748829, 0.00442616, 0.00857022777, -0.00661909, -0.000249349279, 0.0139165446, -0.00254050829, -0.00969859585, -0.00254722475, 0.0307883397, -0.0205792915, -0.00463437056, 0.00284778723, 0.0193703268, 0.00577953039, -0.0200688392, 0.0104508419, -0.0049131047, -0.00370413833, 0.000623793, 0.00177315052, 0.0115053291, 0.0371555611, 0.00326420879, -0.0119217504, -0.0116329417, 0.00218789303, -0.00504071778, 0.00318025285, 0.00685416721, -0.00665603066, 0.0281017479, 0.0253748577, -0.0277793575, 0.0169926919, -0.00369406352, 0.0149374492, 0.000693056674, -0.00209386228, 0.00433212891, -0.0104038259, -0.0247703753, 0.0279942844, -0.00605826406, 0.0234673787, 0.0203106329, 0.00691797351, -0.00475862529, 0.0110150259, 0.0148031199, 0.0126471305, -0.00386533374, 0.0208882503, -0.0327226855, 0.00390227442, 0.0233330484, 0.00188565149, 0.0108941291, -0.0264091957, -0.00577617204, 0.00703215366, 0.000252497644, 0.00645789457, 0.000641423743, -0.00159432425, 0.0156628285, -0.00931575615, -0.0056854994, 0.00203005574, 0.010706068, 0.0137352, 0.00257241144, -0.0196792837, -0.0133523606, 0.00705901952, -0.0196927171, -0.00630005728, 0.015367304, -0.0149240168, 0.0206195917, 0.00865754206, -0.00488288049, 0.00230207318, -0.0197867472, 0.0128083257] |
12 Oct, 2021 | Node.js Stream writable.writableObjectMode Property
12 Oct, 2021
The writable.writableObjectMode property in Stream module is used to get the object mode value of the Writable stream.
Syntax:
writable.writableObjectMode
Return Value: It returns true if the objectMode is set to true otherwise returns false.
Below examples illustrate the use of writable.writableObjectMode property in Node.js:
Example 1:
// Node.js program to demonstrate the
// writable.writableObjectMode Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// setting value of objectMode
objectMode: true,
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('GfG')
// Calling writable.writableObjectMode
// Property
writable.writableObjectMode;
Output:
GfG
true
Example 2:
// Node.js program to demonstrate the
// writable.writableObjectMode Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Writing data
writable.write('GfG')
// Calling writable.writableObjectMode
// Property
writable.writableObjectMode;
Output
GfG
false
Here, the objectMode is not set so, by default it is set to false.
Reference: https://nodejs.org/api/stream.html#stream_writable_writableobjectmode
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableObjectMode Property | https://www.geeksforgeeks.org/node-js-stream-writable-writableobjectmode-property?ref=asr3 | CSS | Node.js Stream writable.writableObjectMode Property | Node.js Stream writable.writableObjectMode Property, Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0303776246, 0.0019860263, -0.00975858048, 0.0631833449, 0.0322778746, -0.00111755216, 0.0181975439, 0.0341781266, -0.017128652, 0.0224863049, 0.0377147049, 0.0492481738, 0.00415350031, -0.0181711502, -0.00265408331, 0.00291965646, -0.0326209776, -0.0102138491, -0.0103722038, 0.0143178636, -0.00307471165, 0.023185702, -0.0328321159, -0.00560838, -0.0327529386, 0.000868474133, 0.0181975439, 0.00306151551, -0.021760514, -0.00963981543, 0.000961672165, 0.0186594091, -0.00553580094, 0.00258150417, -0.0162840951, -0.0204276983, -0.00454938598, 0.024861617, 0.0014185902, -0.0284509808, -0.0331488252, -0.028055096, -0.0131302066, 0.006241797, 0.00428876095, 0.0457643792, -0.0605441108, -0.0195963383, 0.00780554488, -0.0148853, 0.0105371559, 0.00379060488, 0.0104315868, -0.0212458633, 0.0111045921, 0.00980476756, 0.00400834205, 0.00982456189, 0.0054071378, -0.057799302, 0.024980383, -0.0425181165, 0.00193489098, -0.0326209776, -0.0356033146, 0.0249012057, -0.0191872567, 0.0417791307, -0.00913836, 0.034019772, -0.00158766634, 0.0503038689, 0.0206520334, 0.0307471175, 0.0099103367, 0.0240698457, 0.0308262948, 0.0438113436, -0.00533125969, -0.0145685915, -0.0330960378, -0.0147269452, -0.0188969411, 0.0335183181, -0.0136976428, -0.0330696478, -0.00143343594, -0.0272633247, 0.0532334223, 0.00674985, 0.00943527464, 0.0214174129, 0.00212788535, 0.000854453188, -0.00195468543, 0.0196359269, -0.0308262948, -0.0204145033, -0.0144630214, 0.0629722103, 0.0303248391, 0.0294802841, -0.012424211, -0.00384668866, 0.0182767194, -0.0421486236, 0.0567436069, -0.00169076154, 0.00633087102, 0.0322514847, 0.0305095855, 0.00658819685, -0.0109066488, 0.0184086822, -0.0167195704, 0.0365006551, -0.0315388888, -0.0029345022, 0.0207708, 0.0229613669, -0.0203485209, 0.010583343, 0.00758120976, 0.00754821952, -0.00887443591, 0.00463516079, -0.028187057, 0.0344684422, -0.0011587902, -0.00308625842, -0.0242282, -0.0376883112, -0.0393774249, -0.00978497323, -0.0197414961, 0.0191080794, 0.0165876076, 0.0410665348, -0.0207971912, -0.0394038185, -0.00317533268, -0.0167987477, 0.0101742605, 0.0289788283, 0.0332543924, 0.0266826916, -0.0097651789, 0.00814204756, -0.00914495811, 0.0112431524, 0.00471763732, 0.0179204233, -0.0152811855, 0.0230933279, -0.00823442079, -0.00812885165, 0.00922413543, -0.00612303102, -0.013136805, -0.00508053228, -0.00841257, -0.0474271, 0.00256335945, 0.0330696478, -0.0161125455, 0.020929154, 0.0247956365, 0.040090017, 0.0173793789, 0.00678284047, -0.0125231827, 0.00291965646, -0.0253630728, 0.00475722551, -0.000435886584, -0.00511022378, 0.0365534388, -0.00827400945, 0.0327529386, -0.00758120976, -0.0205728561, 0.00336172874, 0.0161389373, 0.00636716047, 0.00371472677, -0.0179996, 0.025692977, 0.0287940819, -0.0301928781, 0.0135260923, -0.0247296561, 0.00872927811, 0.0540251918, -0.00483970204, -0.00251552323, 0.0375299565, -0.0397469178, -0.0309846494, 0.0127277235, 0.0302720554, -0.0120481197, -0.0155451093, 0.0213646274, 0.0061362274, -0.00598117197, -0.0455004573, -0.0178148542, -0.0789132044, 0.038664829, -0.00853793323, 0.0170890633, -0.00522569055, 0.00931650866, -0.016877925, 0.0232252907, 0.00679603685, -0.00111095409, 0.00772636803, -0.0111903669, -0.0171022601, 0.00367513834, -0.0190420989, -0.0192532372, 0.012008531, -0.0676172674, -0.0574825928, 0.00230438425, -0.0194247887, 0.00917135086, -0.00200747, -0.00344090606, 0.0363686942, -0.00591849023, -0.0565852523, 0.00137652736, 0.0660865083, -0.0165480189, -0.057904873, 0.0151756164, 0.0242150053, -0.0362103395, -0.0121602872, 0.000364132313, -0.0143970409, -0.013090618, 0.0153735587, -0.0240038652, 0.0513595641, 0.0242809858, 0.0182371307, -0.00657829968, -0.0256665852, -0.0044636107, 0.0100554954, -0.0230009556, 0.0183295049, 0.00707975496, 0.0170494746, -0.010286428, -0.0144894142, 0.0164160579, 0.0406442583, -0.0270785782, -0.0169175137, -0.00769337732, 0.0176433027, 0.0048891874, -0.0426764712, -0.0147005534, 0.0184614677, 0.0591717064, -0.0165348239, -0.00592508819, 0.0155583052, -0.0113883102, 0.0258777235, -0.0193588082, -0.0379786268, -0.0122988466, -0.024848422, -0.00869628787, 0.00311430031, 0.00719192252, 0.0275536403, -0.0268542431, -0.0235683918, 0.0373979956, 0.00472753448, -0.0548961423, 0.0277647786, -0.00875567086, -0.00225489866, 0.00244294433, 0.0297178142, 0.0261284523, -0.0377147049, -0.03375585, 0.0374771729, 0.00794410519, 0.00464175921, 0.00447020866, -0.0285301581, -0.0091317622, -0.00746244425, -0.00743605196, 0.000491145591, 0.0548961423, -0.0121668847, 0.0286885127, -0.0162445065, 0.0380314142, -0.0116390381, -0.0253102891, -0.0142518831, 0.0195963383, 0.0159805827, 0.0290580057, 0.0125627704, -0.00479021622, 0.0109132472, -0.0265507307, 0.018316308, -0.0310638268, 0.0199658331, 0.013255571, 0.0133677386, -0.00263099, 0.00645953417, -0.0533126, -0.0467672907, -0.0311430041, 0.0164688416, 0.00475722551, 0.0157562476, 0.00321987, -0.0236211754, -0.0733708069, -0.0501191206, -0.00398854772, 0.0223675389, 0.0117182145, 0.00631107669, 0.00888103433, -0.0087886611, 0.049723234, -0.00723810913, -0.0180919729, -0.00497496268, 0.032357052, 0.0425972939, 0.000711769389, 0.0193060227, 0.00692799874, 0.0151360277, 0.0147269452, -0.0259832945, 0.000677954173, -0.0458171628, -0.00728429575, 0.0297178142, -0.0332280025, 0.00577993039, 0.0342309102, 0.0122526605, -0.0057634348, -0.0261548441, -0.0121404929, 0.0121734831, 0.00733048236, -0.0128003024, -0.0220112409, -0.0118501764, -0.0244129468, -0.013671251, -0.00259635, 0.00603065779, -0.013671251, 0.00406442583, 0.0506733619, 0.0192400422, -0.00994992536, 0.0321459137, -0.029612245, -0.0165084302, -0.00199757284, -0.00236046803, 0.00169076154, -0.0243469663, 0.0353921764, -0.00887443591, -0.0395357795, 0.00907237921, 0.0108736586, -0.0145290028, 0.0303776246, 0.0550017096, -0.00994992536, -0.0187121946, 0.013090618, -0.00791771244, 0.00285367551, -0.0451573543, 0.00238686055, -0.015940994, 0.00580962189, 0.0133017572, -0.0159673877, -0.0103326151, 0.023542, 0.0296386387, -0.000799194153, 0.00502114929, -0.0190157071, 0.0593300611, -0.0107087065, 0.0327793323, 0.0301137, 0.0399580561, -0.0086435033, -0.00236046803, 0.0198206734, -0.00331884134, -0.013921978, 0.0145949833, -0.0212458633, 0.0249539912, -0.0307207257, -0.0199526362, -0.00198932528, -0.0157562476, -0.0113421232, -0.0127871064, -0.012008531, -0.0266694948, -0.0157034639, -0.0104183899, -0.00959362835, 0.000870948425, -0.00154312921, 0.0277647786, -0.00843896251, -0.0131434035, -0.0146081802, 0.0200582054, -0.00345080323, 0.024017062, -0.0401428044, 0.018672606, 0.00552260457, -2.1701544e-05, -0.000745997, 0.0190420989, -0.0343100876, 0.0333863534, 0.00323966402, 0.00704676425, 0.0231065247, -0.00768677937, -0.00455598393, 0.0290843975, -0.0273952857, -0.0052322885, -0.0241094343, 0.0190157071, -0.0179732069, -0.0325681902, -0.0205332674, -0.00876886677, 0.00246108905, -0.00428876095, 0.000482898, 0.00774616236, -0.0474534929, 0.0686729625, -0.0123318378, 0.00169241114, 0.00349039165, -0.00927692, 0.0344156586, 0.0182371307, 0.0365798324, -0.0483508334, 0.0136316624, 0.0335974954, 0.0124638, -0.0343628749, 0.00246933661, 0.00593828456, 0.0110188164, -0.0105503518, 0.00351348496, 0.000494032283, 0.00756141543, -0.00125363783, -0.0239246879, 0.0219452605, 0.0276064258, -0.016772354, -0.00677624252, 0.0127541153, 0.00909877196, -0.011295937, 0.0423597619, -0.0131302066, 0.00187550823, 0.0219584573, -0.0302192699, 0.0576409474, -0.0183690935, -0.0220904183, -0.04542128, 0.00322811748, -0.00898000598, 0.0245317128, -0.0206520334, -0.0156110898, -0.0130510302, -0.0175641254, 0.00915815402, 0.0248220302, 0.000867649331, 0.00151838642, -0.00876886677, -0.00696098898, 0.00430855528, -0.0015975635, -0.023304468, -0.0125099858, -0.032330662, 0.0270521846, -0.00568755716, 0.0204145033, 0.0200318135, 0.0202693436, 0.00421288284, -0.00163797685, -0.017009886, -0.03378224, -0.0160069764, 0.00661458913, 0.0156770702, 0.0190289021, -0.0477702, -0.0326737612, -0.00559848268, 0.0260360781, 0.00853133574, -0.000511764665, -0.0364478715, 0.0150040658, -0.0119953351, -0.0129388617, 0.00536425039, -0.0132159824, 0.0277383868, -0.0102336435, -0.0267090835, -0.0130576277, -0.0199922249, 0.00880185701, -0.00122807024, 0.0235815868, 0.0191080794, 0.00576673402, -0.0115070762, -0.0135392891, 0.0131038148, 0.00523558771, -0.0257457625, -0.00189035386, -0.0196887124, -0.00863690488, 0.0186330173, -0.0017534435, -0.013506298, 0.0174453594, 0.0349962898, -0.0387440063, -0.000578570354, 0.019266434, 0.00786492787, 0.000843731279, 0.0139615666, 0.00808926299, -0.0312749669, 0.0132621685, -0.023555195, 0.00660469197, -0.0194511805, -0.000295677077, 0.0294802841, 0.0151756164, -0.00179468154, -0.00662778551, -0.0114147021, -0.00653541181, -0.0212194696, -0.00629788078, 0.00728429575, 0.0107087065, -0.0137504274, 0.0184614677, -0.0102996249, 0.030799903, -0.0172738098, -0.00451639527, -0.0160729568, -0.00421288284, -0.0179072265, 0.0125891631, 0.00843236409, 0.00213283394, 0.0346531905, 0.0210215263, 0.0100620929, -0.00219056709, -0.0112563483, 0.0472159609, -0.00347719551, -0.0211402923, 0.0212854501, -0.00402153842, 0.00342770969, -0.00518280268, 0.00035691564, -0.017590519, -0.00128167972, -0.0333071798, 0.0204672869, -0.0286357272, -4.02844562e-05, -0.00217572157, -0.0257589594, -0.0152811855, 0.00654201, 0.0401164107, -3.02326716e-05, -0.0334391408, -0.0306151565, -0.00707975496, 0.00423267717, 0.00667397212, 0.0205992498, 0.0466881134, 0.00485619716, 0.0323042683, -0.0333599634, 0.0229481701, -0.00676304614, -0.012364828, -0.0166140012, -0.00777255464, 0.0187517833, 0.0224335194, 0.00144333299, 0.00621870346, 0.0242413972, 0.00493867323, 0.00769337732, -0.0108406683, -0.00965301134, -0.00563477213, 0.0122526605, -0.00738326693, -0.0246504787, 0.00341121457, 0.0181975439, 0.0147797307, 0.0256006047, 0.0399844497, -0.0190684907, -0.027949525, -0.00296914228, -0.00628468441, 0.0105437543, -0.0266826916, -0.0192928258, 0.0390871093, -0.00880185701, -0.000921258877, 0.00979816914, 0.00503764488, 0.0222487729, 0.0274216775, -0.0103524094, -0.000554239901, -0.0239114929, 0.00747564062, -0.00830700062, -0.0182503276, -0.0108340699, -0.00262604142, 0.0333863534, 0.0434946343, 0.0116588315, 0.00685541937, -0.00913836, -0.0278175641, 0.00562487496, -0.0194247887, -0.0310110413, 0.0276064258, -0.0321986973, 0.00213283394, -0.013255571, 0.00683562551, 0.000974868366, 0.0374507792, -0.0152415968, -0.00694119465, -0.00597457401, 0.0211930778, -0.0165216271, -0.00715893181, 0.00568095874, -0.0178148542, 0.000770739862, -0.00789132062, 0.0025782052, -0.000499393209, 0.0337030627, -0.0230273474, 0.0128069, -0.00743605196, -0.00756141543, -0.0437057726, -0.0301928781, 0.0106097348, 0.000415061339, -0.000168148297, 0.0200318135, -0.0223015565, -0.0115862526, -0.0145026101, -0.0189497266, 0.0216945335, -0.0220772214, 0.0296386387, -0.00263099, -0.00261614425, 0.00419968693, -0.012839891, 0.0189233329, 0.0215097871, -0.0165612157, 0.00243469677, 0.0141067244, 0.00939568598, -0.0404595137, -0.0131565994, -0.00419638772, -0.0254158583, -0.0154923247, -0.0368173644, -0.00366524118, 0.0244789291, 0.015109635, 0.0125429761, 0.00915815402, 0.0547905713, 0.00472093606, -0.00266233087, 0.00604385417, 0.0140935285, 0.0322778746, -0.015347166, -0.0271841474, -0.0320139527, 0.00309615559, 0.0115598608, -0.00595807889, 0.0255874079, 0.024980383, -0.0277647786, 0.0122526605, 0.0150172617, -0.00921093952, -0.0439960919, 0.0112167597, -0.0062319, -0.0130246375, 0.0427820422, -0.0164820384, -0.033887811, -0.013671251, -0.00555889402, 0.0208631735, 0.00463186204, 0.00503104646, 0.0191608649, 0.00721171685, -0.0145553956, 0.025099149, -0.0556879118, 0.0531806387, 0.0108538643, -0.0119359521, 0.0535237379, 0.0163764693, -0.0366326161, 0.00130147405, -0.024017062, 0.0292955376, 0.0148457112, 0.0174981449, -0.0261020605, -0.0319611654, -0.0376091339, -0.0150304576, -0.00927692, -0.0105569502, -0.00584591134, -0.00385328685, 0.0182107389, -0.0186594091, 0.00806287117, 0.00123549311, -0.012661742, 0.025798548, 0.0348115452, 0.024267789, -0.0421486236, 0.00302192708, -0.00288501661, -0.0206652302, 0.0347059742, 0.00601746142, -0.0125231827, -0.00609993795, 0.00283223181, 0.0185406432, 0.033887811, -0.0394829921, 0.0190948844, -0.0488258936, -0.00754162157, 0.00475062756, 0.0240434539, 0.024980383, 0.0107285008, -0.0175377335, 0.0151228309, 0.0110781994, 0.00595477968, 0.0099103367, 0.0114476932, 0.03378224, 0.0117248129, 0.0216945335, 0.0106229316, 0.00457907701, -0.0281342734, 0.031881988, 0.02021656, -0.0186462142, 0.0107350992, 0.00631107669, -0.0196887124, -0.0103919981, 0.0115598608, -0.0257061739, -0.0256006047, 0.0156902671, -0.0201109909, 3.3989204e-06, 0.0182239357, -0.0260756668, -0.0421222299, -0.00999611244, 0.0293219294, -0.0507789291, 0.0108670611, -0.0220112409, 0.00403803354, 0.0267486721, 0.0149512812, -0.046740897, -0.0243469663, 0.0215757675, 0.0249935798, 0.015465932, 0.0205068756, -0.0231065247, -0.0193324145, 0.0116720283, 0.00621870346, -0.0126881348, -0.00528507307, 0.0049815611, -0.0190552957, -0.00670696236, 0.0119029619, 0.0213910211, -0.0115862526, -0.00273820898, 0.080391176, 0.0147269452, -0.0524944365, -0.000467639911, 0.0168119427, 0.0107153049, -0.0205728561, 0.0110254148, -0.000112786169, 0.0193720032, -0.0434946343, 0.0397997, 0.00896681, 0.00702697, -0.0191872567, -0.000503929448, 0.00623849779, -0.0106031373, -0.0147533379, 0.0241094343, -0.00748223858, -0.00998291653, 0.00857752189, 0.0198338702, 0.0286885127, -0.048166085, 0.00921093952, 0.0119557464, 0.0147797307, -0.00369493267, -0.0272633247, -0.0343892649, 0.0055852863, -0.0111969654, 0.0257061739, 0.0244129468, 0.0216153562, 0.0166271962, -0.00671685953, -0.0261284523, 0.00477702, 0.0136052696, 0.0176960882, -0.0196755156, -0.0232780762, 0.0381105915, 0.00422278, 0.0119095594, -0.00481330929, -0.0580632277, -0.0257853512, -0.020454092, -0.00537414756, -0.00116373878, 0.0277911723, -0.0014152911, -0.012839891, 0.0129388617, 0.0148193194, -0.0247956365, -0.0326473676, 0.00112415024, 0.0261548441, -0.0218396913, 0.00456918, 0.0348643288, 0.00312749646, -0.0168383364, -0.00380050205, 0.0144498255, -0.00951445103, -0.00114311976, -0.0315124951, -0.00568095874, -0.0334127471, -0.0252575036, -0.0247824416, 0.0189761184, 0.0366062261, -0.00708635291, 0.0030895574, -0.0368965417, -0.0234496258, 0.0377147049, -0.0179468151, 0.0110320132, -0.0384536907, -0.0063869548, -0.0218001027, 0.0126947323, -0.0194907691, 0.0128134983, -0.0324362293, -0.0136184655, -0.0118963635, 0.00124621496, -0.00779894693, -0.00243964512, 0.0216153562, -0.0119953351, 0.016759159, 0.0144762183, 0.0397205241, -0.00761420047, -0.0141990976, -0.0342836976, -0.0257193707, 0.00539724063, 0.00235551945, 0.0277383868, -0.0335183181, -0.0233968403, -0.0124572013, -0.00272336323, -0.0227634236, -0.0260624718, 0.0129388617, -0.0208367798, -0.0290316138, -0.00671685953, 0.0115004778, -0.0395357795, -0.00397865055, -0.0115598608, 0.0343628749, -0.00981136598, -0.0292955376, 0.0120217269, -0.0818163678, 0.000460217037, 0.0172210243, -0.013506298, -0.0014969426, -0.0181447584, -0.0350754671, -0.00169900921, -0.0197810847, -0.00314729079, 0.00925052725, 0.0116852242, -0.0153999515, -0.0275272485, -0.064661324, 0.00318687945, -0.0217341222, 0.00452629244, -0.0121734831, -0.00442072283, -0.00134848547, -0.0220904183, 0.0136844469, -0.0135656809, -0.0226710513, -0.0153735587, 0.0357088856, 0.00403473433, -0.00118435791, -0.0035563726, -0.00537414756, 0.00944847055, 0.00479681417, -0.0316444598, -0.0503038689, -0.00104167406, 0.0181975439, -7.63935532e-05, -0.00476712268, -0.00283058221, -0.00321327173, -0.0276592094, -0.00460217055, 0.000946826476, 0.0256533884, 0.0238323156, 0.0204145033, -0.0118501764, 0.0109462375, -0.00427226583, 0.000566198956, 0.0114476932, -0.00560178189, 0.0192268454, -0.0175773222, 0.0333863534, -0.0295858532, 0.00125363783, -0.0185274482, 0.00452299323, -0.00541703496, -0.0211007036, -0.00434154598, -0.0175509304, -0.0124769956, -0.0250463653, 0.0114938794, -0.0183558967, 0.0277911723, 0.0192400422, 0.00882825, -0.00507063512, 0.00639355322, -0.0042524715, 0.0624971464, -0.0112629468, 0.00331719173, -0.0173265953, -0.00773296598, -0.0339669883, -0.00861711055, 0.0278439559, 0.0244129468, -0.0199262444, 0.00185736339, 0.00565786567, 0.0113487216, 0.0041502011, -0.00983116, 0.0139351748, -0.0152284009, 0.00497496268, 0.0181183666, -0.0345476195, 0.00842576567, 0.00364544685, -0.0291899666, 0.016178526, -0.00077238935, 0.0353657827, -0.0229481701, 0.00263428898, -0.0119623439, -0.0159805827, -0.00575683685, -0.00842576567, 0.0106295291, 0.00358936307, 0.0232516825, 0.0280814879, -0.00273161079, 0.0176696964, -0.0151888123, 0.0283454116, -0.000598777, -0.0370548964, 0.0260888636, 0.0154527361, -0.00602406, -0.00972559, -0.00338152307, -0.0059712748, -0.0262076296, 0.0231725052, -0.0173397902, -0.00446031149, -0.0085709244, -0.0221168101, -0.0149248885, 0.0231329165, 0.0138032129, -0.0136052696, 0.00706655858, 0.0129058715, -0.00377410976, 0.020335326, 0.00752182724, 0.0210215263, -0.0240434539, -0.00733048236, -0.0153867546, 0.0315388888, -0.0251387376, 0.0228162091, 0.00281408709, -0.00791111495, 0.0147533379, 0.0094220778, 0.0264979452, -0.0199526362, -0.0114344964, 0.0146741606, 0.0268146545, 0.00936929323, -0.0172870066, 0.00745584629, -0.0464241877, 0.0271313619, 0.0176828913, -0.0164688416, -0.0222091842, -0.00434154598, -0.0124044167, 0.0165084302, -0.00483310362, 0.0134139247, -0.0112497499, 0.000168354483, -0.0116786258, 0.0263263956, 0.0200845972, 0.0136316624, 0.00750863086, -0.0178148542, 0.0019563348, 0.00457907701, 0.024848422, 0.0179996, -0.0179864038, 0.00709295087, -0.0217341222, 0.000996312127, -0.0178808346, 0.0198470671, 0.0201241858, -0.0129586561, 0.0264979452, -0.0169702973, 0.00799029134, 0.00740965968, 0.0316708498, 0.00336007937, -0.0116654299, -0.012008531, -0.0081024589, 0.0257325657, 0.0145421987, 0.00923733134, -0.00249572913, 0.0256665852, 0.00125858642, -0.00609993795, -4.51814776e-05, -0.011295937, -0.00469454378, 0.00058186939, -0.00541043701, 0.0257457625, 0.000370318, 0.0133479442, -0.00567436079, 0.00806946866, 0.00599106913, 0.0113289272, 0.0136052696, 0.0099631222, -0.0085709244, -0.0103194192, 0.0270257927, 0.0121009042, -0.021166686, -0.00789791811, -0.0094946567, -0.0180919729, -0.0292163603, -0.0536029153, 0.0158486217, -0.00358606409, 0.0137372315, -0.0126287518, 0.0312749669, -0.0110188164, -0.000270728051, 0.00114229496, -0.0163104888, 0.00574364094, -0.00432505039, -0.0102402419, 0.0110781994, 0.0138823893, -0.0152284009, 0.000207943056, -0.013552485, 0.0259700976, 0.00174189685, 0.00133528921, 0.0119755408, 0.00948146079, -0.0124638, 0.0157826412, 0.0264451597, -0.0114938794, 0.0209027622, -0.0120481197, -0.00907237921, -0.00481001055, -0.00652551511, -0.0153207742, -0.000708882697, -0.00220871205, 0.000950950314, 0.00983116, 0.0182635244, -0.00151673681, -0.0040446315, 0.0152020082, -0.00041320562, -0.00622530142, 0.024017062, -0.019266434, 0.0172738098, 0.0190684907, -0.00776595669, -0.00881505385, -0.00702037197, 0.0260096863, 0.0257325657, -0.00497826189, 0.00631107669, 0.0158354249, -0.0114344964, 0.0220772214, 0.0477438085, 0.0176696964, -0.0055423989, -0.0239510816, 0.00792431086, -0.0202429518, -0.00594158377, -0.0174717531, 0.00178973295, 0.013090618, -0.0176960882, -0.00833999086, -0.0136184655, 0.0125297802, -0.00335348118, 0.00413700473, -0.00645953417, 0.00216087583, -0.00861051213, 0.00273326039, 0.00775935827, -0.00762739638, -0.00791111495, 0.0116852242, -0.00429865811, 0.0125495745, -0.0123516321, -0.00236706622, -0.0131500009, -0.0078847222, 0.0179204233, 0.00887443591, -0.0101742605, 0.00200582063, -0.0101148784, -0.0090063978, 0.00237861276, -0.00019691186, 0.0060009663, 0.0247032642, 0.00137817685, -0.00760100409, 0.0237135496, 0.00608674157, 0.0166931767, -0.0405914746, 0.0018045787, 0.00180127961, -0.0244921241, -0.0285565499, -0.0025798548, -0.0333599634, 0.0281342734, 0.0175641254, -0.0137636242, -0.00222025858, -0.0401428044, -0.0071853241, -0.0186989978, -0.0064892252, -0.0265903194, -0.0153735587, 0.0143046677, 0.0131170107, 0.0373716056, 0.0129520586, -0.010464577, 0.00347389653, 0.0218396913, 0.00866329763, -0.00168168917, -0.00778575102, -0.0185010545, -0.0159146022, 0.0123582296, -0.00195798441, -0.018672606, -0.00624839496, -0.0032973974, 0.0333071798, -0.0247296561, -0.0170758665, 0.00485949637, -0.0167855509, 0.0074690422, -0.0325154066, -0.00965961, 0.0219056718, 0.00192829291, -0.0200318135, 0.0327001549, -0.00831359811, 0.0113157313, 0.0030895574, -0.00797049701, -0.0140011553, -0.00583931291, 0.0115004778, -0.0063143759, -0.0158222299, 0.0312221795, -0.0186066255, -0.00428876095, -0.0284509808, 0.000313615659, -0.0190025102, -0.0192400422, -0.00725130504, -0.0131170107, -0.0257853512, -0.0014928187, -0.025930509, 0.00121982256, -0.0261152554, -0.00874907244, -0.00866329763, 0.0193588082, -0.00859071873, -0.0103722038, -0.0304040164, 0.00719192252, 0.0142914718, -0.0101412702, -0.0253762696, 0.00446031149, -0.0124176126, -0.00412050961, 0.0318028145, 0.013671251, -0.0186858028, 0.00372462394, 0.0105503518, -0.00956723653, 0.0114938794, -0.0087160822, -0.0181447584, 0.0305359792, 0.013493102, 0.024861617, -0.00767358299, -0.0175509304, 0.022605069, 0.0132423742, -0.0381897688, -0.00241820142, -0.00983116, -0.0078121433, 0.0160729568, 0.0116324397, 0.00895361323, 0.0261944328, 0.0136976428, -0.01689112, -0.00799689, -0.0256006047, -0.00608344236, 0.00985755213, 0.00184416724, -0.0055852863, -0.00459227338, 0.033544708, 0.0137372315, -0.00611643307, -0.00295759551, -0.00902619213, 0.000898165512, -0.00581292063, -0.00789132062, 0.0376355276, -0.00905258488, -0.0100422986, 0.0222223811, -0.029849777, -0.0202825405, 0.0133083556, 0.00810905732, -0.0130840205, 0.00253036898, -0.00686201779, -0.0117644016, 0.0203221291, 0.0439697, -0.00127508165, -0.00791111495, -0.00583601417, 0.0360783786, 0.00870948378, 0.0289524365, -0.00580632268, 0.00765378913, -0.0279231332, 0.00656180456, 0.0231329165, 0.00550281024, -0.00418978976, 0.0134073272, 0.0189233329, 0.0247296561, 0.0221695956, -0.0208763685, 0.020691622, -0.043547418, 0.0105371559, 0.0112431524, -0.0225258935, -0.0263263956, 0.00698078331, 0.00244129472, -0.0164556466, 0.0205464642, -0.0332543924, 0.017128652, -0.00401164126, 0.00216087583, -0.0214306097, -0.0149644772, 0.0259700976, 0.00476382393, 0.0160861537, 0.00863690488, 0.0128332926, 0.000467227539, -0.0177884605, -0.0195567496, -0.0124176126, -0.023304468, -0.00208829669, -0.0127739096, -0.03710768, -0.00560178189, -0.0273688938, 0.0154395401, -0.00220871205, -0.00267222803, 0.00909877196, 7.48471284e-05, 0.00456918, -0.0140011553, 0.00552920252, -0.00281243748, 0.0123186409, 0.000170828775, -0.000304749468, 0.00381039921, -0.00941548, 0.040327549, -0.00935609732, -0.00602406, -0.000429288484, -0.0206124447, 0.00903938897, 0.0145949833, 0.0103656054, -0.00727769779, -0.00675644819, 0.00673335465, -0.0162445065, -0.0116654299, -0.00972559, -0.000851154095, -0.0114147021, 0.0115268696, 0.016165331, -0.00254356512, 0.00651561795, 0.0066970652, 0.0162709, 0.0120283253, 0.00987074804, 0.00193489098, 0.0220244378, -0.0145421987, 0.00252707, -0.00804967433, 0.013506298, -0.00243799575, -0.00490238378, 0.0276064258, -0.00917135086, 0.0150040658, -0.00427226583, 0.0165612157, -0.00383349252, 0.00972559, 0.0139615666, 0.00425906945, 0.0187517833, -0.00480011338, -0.0194115918, -0.00447350787, -0.00432834961, 0.00414690189, -0.0235156063, 0.00350688701, 0.0229349751, 0.0118699707, 0.00416339748, 0.0128069, 0.00737666897, -0.00080496748, -0.024386555, 0.0257457625, -0.00420958409, -0.0214965902, 0.0202297568, 0.00412050961, 0.032462623, -0.0024445937, 0.00273326039, 0.00406772504, 0.0212062746, 0.0105173616, 0.0300081316, -0.0199262444, 0.0139351748, -0.0375827439, 0.00675314898, -0.00922413543, -0.0154791279, -0.000835896, 0.00109363405, 0.0071127452, -0.00987734646, 0.0134205231, -0.00464835716, -0.00652881386, 0.0219320636, -0.0192796309, 0.0018045787, -0.00775935827, 0.00506403716, 0.0178280491, 0.00115219213, 0.00565786567, -0.00683562551, -0.00898660347, 0.00691480236, -0.0111441808, -0.000429700856, -0.0319347754, -0.00504754204, -0.0158090331, 0.000997961732, -0.0205860529, -0.0314333178, -0.0060009663, 0.0017006587, -0.00440752693, -0.0057205474, 0.0196095351, 0.0053675496, 0.0093494989, 0.00451639527, 0.000813215098, 0.0179468151, 0.0200186167, -0.00426566787, 0.00607024645, -0.000472588465, -0.00428876095, 0.00064702559, -0.00706655858, -0.00371142779, -0.00638035685, 0.00729749165, -0.00762079842, 0.0233836453, 0.00361575535, 0.00588879874, -0.0057502389, 0.0031208985, 0.0329376832, -0.00224335189, 0.0136844469, -0.0108274724, -0.0133611402, 0.00122477114, -0.0081024589, 0.0193456113, 0.0134997, 0.000218355664, 0.015465932, 0.0190948844, -0.00413370598, 0.00667397212, 0.00784513354, 0.0115598608, -0.0122196702, -0.0167063735, 0.00358276488, 0.00952764787, -0.0264847483, 0.0164424498, 0.0140407439, -0.00111260358, -0.0190025102, 0.00245943945, -0.0127871064, -0.0199394394, 0.0203881096, 0.00385658583, 0.0155583052, 0.015347166, -0.0281342734, 0.00691480236, -0.012661742, 0.0188837443, 0.00212623575, 0.046740897, -0.00187550823, -0.018791372, 0.00681583118, -0.00694779307, -0.0234892145, -0.0138032129, 0.0110913962, -0.0194643773, 0.0136316624, 0.00892062299, -0.0127475178, -0.0132885613, -0.00393906189, -0.0258645285, -0.00208499772, 0.018421879, 0.00719852047, 0.00293945079, 0.0291899666, -0.0134601118, 0.0034837937, -0.00980476756, -0.00582281779, -0.00882165134, 0.0314861052, -0.0339142, -0.00241490244, 0.0206784271, -0.00185241492, 0.00782533921, 0.0134667093, -0.0171418488, 0.00315718795, -0.0365006551, 0.0159673877, 0.00605375133, 0.0110386107, -0.00680923276, -0.0245581064, 0.0132225798, 0.00327100512, 0.00607024645, -0.0198998507, -0.0157958362, 0.011058405, 0.00960022677, 0.0110518076, 0.00845215842, -0.0260756668, -4.5387671e-05, 0.00650901953, -0.000774863642, -0.0115730567, 0.0222091842, 0.0147665339, 0.000361039449, -0.0140011553, 0.00301203, 0.0135920737, -0.0164424498, 0.00339142024, 0.00654530898, -0.0270785782, -0.0159014072, -0.000961672165, 0.00566446362, -0.0127541153, 0.0292691439, -0.0230009556, -0.00158931583, -0.00268047559, -0.0351018608, -0.00831359811, -0.0162049178, 0.0174321644, 0.00186561106, 0.00449660094, -0.0209159572, -0.0129850488, 0.0109528359, 0.00888103433, 0.0101478687, 0.022605069, 0.0231988989, -0.00305161835, -0.0225126967, 0.022591874, 0.0110188164, 0.03710768, 0.0198734589, -0.000339801831, 0.0425709, -0.0199526362, 0.00346399937, 0.00328585086, -0.0078121433, -0.00348049449, -0.00243139756, -0.00559188472, -0.0157958362, -0.000250727579, -0.0121404929, 0.00595477968, 0.00312749646, 0.0152020082, 0.000170622588, -0.00543682929, -0.0255214274, 0.0118831675, 0.00729749165, 0.0198734589, -0.00660139276, 0.00259635, -0.00492217811, 0.0340725556, 0.0162709, -0.0188177638, -2.35830303e-05, 0.0200582054, -0.0197414961, -0.0205332674, 0.000172478292, 0.0143310595, 0.00122312165, 0.00125528732, 0.00863690488, -0.00929011591, -0.00317038409, -0.0115136737, 0.000997136929, -0.0160069764, 0.0148457112, -0.000735275098, 0.00499475701, 0.00086517504, -0.00723810913, -0.0136448583, 0.00777255464, 6.8042842e-05, -0.012067914, 0.0183295049, -0.00877546519, -0.0193192195, 0.0156374834, 0.00326935551, -0.00426566787, -0.00444711512, 0.000413411821, -0.0123252394, 0.035788063, -0.0112695443, -0.0126023591, -0.00991693512, -0.0101874573, 0.0340725556, 0.00178973295, -0.00396215543, 0.00243634614, 0.0237267464, -0.0013633311, 0.00457907701, -0.00277449843, 0.0146873575, 0.0163764693, -0.00297409086, 0.0255346242, 0.00639355322, 0.000522074173, -0.0129982447, 0.0132159824, -0.017484948, 0.0163896661, 0.00540054, -0.0105173616, -0.0293219294, 0.0141859017, 0.0159805827, 0.0250331685, 0.0151888123, 0.00446031149, -0.016165331, -0.00174849492, 0.013136805, -0.00603725575, -0.0134007288, -0.00845215842, -0.0136844469, -0.00335348118, 0.0156374834, 0.0162577033, -0.00173364917, -0.0153207742, 0.00476712268, -0.0182371307, 0.000602076063, 0.00229613669, 0.00843896251, -0.000452381821, -0.00686861575, -0.00451309606, 0.0168383364, 0.0162313115, -0.00922413543, -0.010761491, -0.0262868069, 0.0121009042, 0.0186066255, 0.0106889121, 0.00213778252, 0.0162049178, -0.0202297568, -0.0357616693, 0.00208334811, 0.0124901915, -0.00664098142, -0.00107054075, 0.0123318378, -0.0288204737, -0.00578322913, -0.00637705764, -0.0256006047, -0.0108010797, 0.0175245367, 0.00172210252, -0.0189497266, -0.019266434, -0.00675644819, 0.0178676378, -0.00876886677, -0.0106691178, -0.00347389653, -0.000367225177, -0.00547641795, 0.0120943058, 0.0117644016, 0.0104843713, -0.0066244863, 0.0148193194, -0.00918454677, -0.00791111495, -0.00185901299, -0.0127409194, -0.00281573669, 0.00534775527, 0.0109726302, -0.00785832945, 0.0110320132, -0.00184746634, 0.0079573011, -0.0185142513, 0.000452381821, 0.00752842519, -0.0146873575, 0.0262472183, 7.4537842e-05, 0.00281078811, 0.0126947323, 0.050066337, -0.000856927421, 0.00326110795, -0.00493867323, -0.0273688938, 0.00901299622, -0.0118237846, -0.0141463131, -0.0024247996, -0.00917135086, 0.0405914746, -0.00177323772, -0.00965961, -0.00186066248, 0.00672345748, 0.00309780519, -0.00221531, -0.00468464661, 0.0191080794, -0.0150436545, -0.00760760251, 0.0136448583, 0.0203089323, -0.00172045303, -0.000969095039, -0.0090063978, 0.00940888189, 0.0076339948, -0.0272897165, -0.00406112662, -0.01093964, 0.0136844469, -0.00793750677, 0.0329640768, 0.0175641254, 0.00369493267, -0.0195435546, 0.021061115, -0.00707315654, 0.0191872567, -0.0028586241, -0.00533125969, -0.0113685159, -0.000148560212, -0.0212062746, 0.0130840205, 0.0144102369, 0.00875567086, -0.0103656054, 0.00908557512, -0.0269730072, -0.0180523843, -0.0114278989, 0.0183031131, 0.0417263471, 0.00313079567, 0.0270521846, 0.00831359811, 0.00629128236, -0.00275965268, -0.0144498255, 0.0111837694, -0.000967445492, -0.0254422501, 0.0270785782, -0.0327001549, -0.0134205231, 0.00244954228, -0.0115598608, -0.012127297, 0.00533785811, -0.0128926756, 0.00483310362, -0.0132159824, 0.000777750334, -0.000825174095, -0.00866329763, 0.0244525354, -0.00482980488, 0.0110979937, -0.0381897688, -0.00499805622, 0.0198602621, -0.000889093149, 0.00611313386, 0.0100620929, 0.0137900161, 0.00678284047, -0.00696098898, 0.0313013569, -0.0114278989, -0.0213778242, -0.0118435789, 0.010999023, -0.0142650791, 0.0188837443, -0.0108868545, 0.0163896661, -0.00986415055, -0.0237795301, 0.017841246, 0.0217869058, -0.0140407439, -0.00550281024, -0.0101346718, 0.00661129, -0.0177356768, -0.000554652244, 0.00544342725, -0.0137240356, 0.0313277505, -0.00286522228, 3.18306484e-05, -0.0122328661, 0.0197151043, -0.0113883102, -8.61360531e-05, 0.0265771225, 0.0208631735, 0.00197447953, 0.0260228831, 0.0111837694, 0.0211798809, 0.00237366417, -0.0101214759, -0.0231593102, 0.00768677937, 0.0107746869, 0.00569085591, -0.00821462646, 0.0114872819, -0.000709295098, 0.0115466639, -0.0014449826, -0.0063869548, -0.00493867323, -0.015571502, -0.00764059275, -0.00119260547, 0.0102402419, -0.000636303681, -0.0188177638, 0.000714656, 0.00295759551, 0.0136052696, 0.00910536945, -0.00215592724, 0.0166535899, 0.00605705, -0.00950785354, -0.0181051698, 0.00285037654, 0.0267882608, -0.0170230828, 0.00551930536, -0.015927799, 0.0331488252, 0.0174981449, 0.0209687427, -0.00133528921, 0.0103326151, 0.00351678417, 0.0146873575, 0.00165364728, 0.00970579591, 0.0157826412, 0.0143574523, -0.00748223858, -0.00143343594, 0.0284773726, -0.00381369819, 0.000625581772, 0.00190025102, 0.00530816661, 0.0109594343, -0.000986415078, -0.0042854622, -0.00853793323, 0.0119359521, -0.0257721543, 0.0125627704, 0.0245185178, -0.00888103433, -0.0191212762, 0.0176696964, -0.0174717531, -0.0185670368, 0.00762739638, 0.0041798926, -0.0131697953, 0.00130559783, -0.00247263559, 0.0019860263, -0.0102732321, -0.0275272485, -0.000802905532, -0.0202033632, 0.0244525354, -0.000504754193, 0.0161917228, -0.0152811855, -0.0162840951, -0.00265738228, 0.019266434, 0.0414360315, 0.0109594343, -0.0090591833, 0.0050970274, -0.020929154, -0.00211468921, 0.0116126454, -0.0035035878, 0.00569745433, -0.00119920354, 0.011949148, 0.0188441556, -0.011474085, 0.0136976428, -0.0051267189, -0.0160861537, -0.0141990976, -0.00288336701, 0.0142914718, -0.0169966891, 0.0149116926, -0.0106031373, 0.0112035638, 0.0391662866, 0.0070401663, 0.0202825405, -0.00173364917, 0.0055423989, -0.0292163603, 0.0162840951, -0.0032446126, 0.00775935827, -0.00848514866, 0.0254026614, -0.00154395401, 0.0099631222, -0.00459557259, -0.00356297079, -0.0182371307, -0.00791111495, 0.00731068803, 0.00783193763, 0.00222355756, -0.0275272485, -0.00439433055, -0.00691480236, 0.000450319902, 0.00441082567, 0.0038169974, -0.0012371426, 0.0225786772, 0.0191080794, 0.00436134, 0.0164160579, -0.00851154141, -0.0103062224, -0.0101742605, -0.0070401663, 0.0109264432, -0.00507393433, 0.010227046, -0.0033501822, -0.0115532624, 0.0317500271, 0.0149380844, 0.00232912716, 0.00828060787, -0.00141694071, -0.0194643773, -0.0191872567, 0.0261680409, -0.0128860772, -0.027474463, -0.0101214759, -0.00554899685, -0.0237663351, -5.11352264e-05, 0.0119821383, -0.00682902709, 0.0144234337, 0.0344156586, 0.00245779, -0.0310638268, 0.00548961433, 0.00352008315, -0.00586900441, 0.00257160701, -0.0254554469, 0.00805627275, 0.0177356768, 0.000152065448, -1.28869024e-05, -0.00305161835, 0.0037642126, -0.0110979937, -0.00309285661, 0.0137504274, 0.012674938, 0.0254818387, -0.00528177433, -0.00489248661, 0.0115994494, -0.00173364917, -0.0038367915, -0.00934290141, -0.00365204504, 0.00712594157, -0.000110724264, -0.00785832945, -0.00610323669, 0.00607354566, -0.00505743921, -0.00390937086, -0.00690160645, -0.0189365298, -0.00853793323, -0.0165612157, -0.0169966891, 0.0114608891, -0.00666407496, 0.00347719551, 0.00297903945, 0.00258975197, 0.0272105392, 0.00389617449, -0.00599436834, 0.00939568598, 0.032462623, 0.00950785354, 0.00199592346, 0.0010334265, 0.0232384875, -0.0324098356, -0.0155055206, -0.0121141, 0.00404793071, 0.0127277235, -0.0310110413, 0.0117644016, 0.00227799197, -0.00645293575, -0.012674938, -0.00582281779, 0.00861711055, -0.000637128425, -0.00671356078, -0.000898165512, 0.0147137493, -0.020335326, 0.00498486, 0.0132027855, 0.0228030123, -0.033887811, -0.00297738984, -0.0229745638, 0.0157694444, 0.0149116926, 0.0231329165, 0.0115730567, 0.0197151043, -0.00581292063, -0.00566776283, -0.0350226834, -0.00630117953, 0.0161257423, -0.0171682406, 0.00835318677, -0.0189629216, 0.00890742708, -0.010583343, -0.00487929024, -0.00220046425, 0.00991693512, -0.0268146545, -0.0229877587, 0.00647602929, 0.0164292529, 0.0108670611, -0.00761420047, -0.000767440826, 0.027949525, 0.0138032129, 0.00231098244, 0.000336708967, -0.00705996063, -0.0178544428, -0.00346729835, -0.00371472677, 0.011533468, -0.00978497323, 0.0170890633, 0.0126287518, -0.0115466639, 0.0171946324, 0.00337657449, 0.00151013874, -0.0154263433, 0.00217242236, -0.00465825433, 0.00735027669, -0.0221036151, 0.0126089575, 0.00858412, 0.00914495811, -0.0264319647, -0.0204936806, 0.00461866567, -0.0060636485, 0.00686861575, -0.00211798819, 0.000149591157, 0.00579972472, 0.00377081078, 0.00407432299, 0.00807606708, -0.0196359269, -0.00882165134, -0.0134535134, -0.00516630756, 0.00427556504, 0.00653211307, 0.0182371307, -0.0288732592, -0.00014288997, 0.00579972472, 0.00819483306, -0.0170494746, 0.0108670611, 0.0327529386, 0.00911196787, -0.0156110898, 0.00443721795, 0.00996972, -0.00841257, -0.00188870437, -0.00746244425, -0.0380841978, -0.00187055964, 0.0512012094, 0.00740965968, -0.00406772504, -0.0221827924, -0.0190025102, 0.00911196787, 0.00889423, -0.0196491238, -0.0129454602, -0.00243469677, -0.011830382, 0.00993013103, -0.0269862041, 0.00110600551, 0.00812885165, -0.00935609732, 0.0276064258, 0.0181711502, -0.0164160579, 0.00262274244, -0.00958703086, -0.0133809345, -0.00854453165, 0.0156506784, -0.00330894417, -0.0110979937, -0.00105404551, -0.0166535899, 0.000780636969, 0.00727769779, -0.00391596882, -0.00837957952, -0.00418319134, 0.0127673121, 0.00410401449, 0.0142254904, -0.00997631811, 0.00765378913, -0.00267222803, 0.00567436079, -0.00441082567, -0.0218660831, 0.0163632724, 0.0208763685, 0.014634572, -0.0141859017, -0.00434814394, 0.0115598608, 0.0190157071, -0.0274480712, 0.00436134, 0.00518610189, 0.00993013103, -0.0136844469, -0.000875896949, -0.0142254904, 0.00292790425, -0.018421879, -0.00387638016, -0.0130246375, 0.0108340699, -0.00448340503, -0.00294439937, 0.027474463, -0.0334127471, 0.0119425496, 0.0258513317, -0.0039720526, -0.00184581673, 0.00366854016, 0.0115070762, 0.0203485209, -0.00291800709, 0.00117446075, -0.0123186409, -0.0363950878, 0.00719852047, -0.0115070762, 0.0134733077, -0.0128464885, 0.0221959874, -3.01811251e-05, 0.00199262425, 0.00935609732, 0.0150040658, -0.00642324425, -0.00325615937, -0.00361245638, 0.0339142, -0.0271313619, 0.0204408951, 0.0115466639, -0.0136844469, 0.00015897282, -0.0227370318, -0.0163764693, 0.00452959165, -0.000376297539, -0.0241754167, -0.00294604897, -0.0153867546, 0.00129899976, 0.00286522228, 0.00137817685, -0.00820802897, -0.00795070361, 0.0196755156, 0.00946826488, 0.00121817307, 0.0133215515, 0.00246273866, 0.00184746634, -0.0152547928, -0.00615932047, 0.00465495512, 0.0104183899, -0.00336007937, 0.00117033685, -0.00943527464, 0.0205464642, -0.00442072283, -0.0099103367, 0.00604715291, -0.0167987477, 0.000765378878, -0.0154527361, -0.0157430526, 0.00571394945, -0.00476382393, -0.0215361789, 0.00817503873, -0.00773296598, -0.0138428006, 0.0310374331, -0.0250727572, 0.0112497499, -0.00462196488, 0.0179864038, -0.0239510816, -0.00184911583, 0.00327430409, -0.0226446576, -0.0126947323, 0.00939568598, 0.0229613669, -0.0028817174, -0.0104249883, 0.00409741653, 0.0134271216, -0.00833999086, 0.0169439055, 0.00662118709, 0.00894701574, 0.00563147338, 0.0117512057, 0.016178526, -0.00953424536, 0.00394895906, -0.0136580542, 0.0153867546, 0.00693459669, 0.00513991527, 0.00669376645, -0.00396875339, 0.00301203, 0.00307801086, 0.00945506897, -0.011533468, 0.0027547041, 0.0006577475, 0.0231593102, -0.000199489252, -0.00233572535, -0.0168383364, -0.0267486721, -0.0112563483, 0.00344420504, 0.00777255464, -0.00298398803, 0.0451309606, -0.00539064268, -0.0111837694, 0.00785832945, 0.00652551511, 0.0300345235, 0.00895361323, 0.00852473732, 0.0143178636, 0.00880185701, 0.0229481701, 0.0194115918, 0.00110023213, 0.00586240645, -0.033650279, -0.022591874, 0.00120085315, -0.0221168101, -0.00274315756, -0.0247692447, -0.0130180391, 0.00796389952, -0.00132374256, -0.00655850535, -0.00266727945, -0.010583343, -0.0132093839, -0.00939568598, -0.00105322071, 0.0125693688, 0.0158090331, -0.00671356078, -0.0179336201, 0.00338482228, -0.00397535181, 0.00304831937, 0.0198074784, 0.0173529871, 0.000138663061, 0.00293780142, -0.0121668847, -0.0404067263, 0.0104249883, 0.0124044167, 0.0106493235, 0.010227046, -0.0233572517, 0.0183822904, 0.0201505795, 0.00543023134, -0.00457247905, -0.0168251395, -0.0105701461, -0.00439762976, -0.0189629216, 0.016877925, 0.032225091, -0.00179303205, 0.0305887628, -0.000464340847, 0.00625169417, -0.010761491, 0.0146609647, 0.0152811855, -0.0103590079, 0.0105701461, -0.00650242157, 0.00877546519, -0.0119953351, -0.0383745134, -0.0189761184, -0.00287346984, -0.00209159567, -0.0115730567, 0.00667067291, -0.000731563661, -0.00474732835, 0.0142386863, 0.0189629216, 0.0024742852, -0.0122790532, -0.0027547041, 0.00172375201, 0.00839277543, 0.00756801385, 0.0105569502, -0.00931650866, 0.00955404, 0.00294110039, -0.0144366296, -0.00867649354, -0.0106229316, -0.0106295291, 0.0146213761, 0.0141859017, -0.00084620557, 0.0172078293, 0.00145817874, 0.00865669921, -0.0313013569, 0.0065519074, 0.00197283016, -0.00727769779, -0.00193159201, -0.0163500775, -0.00193159201, -0.000778575079, 0.00775276031, 0.00220541283, -4.45113619e-05, -0.00247923378, 0.0199922249, -0.00446031149, 0.0137636242, 0.00919774268, 0.00466815149, -0.0027035689, 0.00420958409, 0.0111375824, 0.00587230362, 0.00856432598, 0.00223675393, 0.0218132976, -0.00037217373, -0.00761420047, -0.0284773726, 0.00461206771, 0.000456093228, 0.0106955105, -0.00963981543, -0.0164160579, -0.0125429761, -0.00670036441, 0.0176828913, -0.0110979937, 0.0170230828, -0.00289656315, -0.00230438425, -0.0356561, 0.00433494756, -0.0266035143, 0.00345080323, 0.0177620687, -0.00973218866, 0.0107087065, -0.00936929323, 0.0035266811, 0.00647602929, -0.0172210243, -0.000199283051, 0.0014449826, 0.0178016573, 0.0245317128, 0.00222685677, 0.0131500009, 0.000134745453, -0.00186726055, 0.0031192489, 0.00935609732, 0.0101214759, -0.00748223858, -0.0292427521, -0.0188045669, -0.0261416472, -0.020335326, 0.0194643773, -0.00932310708, 0.00925712567, -0.00566446362, -0.0193983968, 0.0122988466, -0.00855113, -0.00250397669, 0.00137240358, 0.00971899275, 0.0124703972, 0.00105487031, 0.0085709244, -0.016772354, 0.00847195275, -0.000343513268, 0.0203221291, -0.0185670368, -0.00492217811, -0.0145026101, 0.00534445606, -0.00832679495, -0.0238455106, 0.0180523843, 0.0104315868, -0.0247164592, -0.000280419, 0.00956723653, -0.03544496, 0.00712594157, 0.00633087102, 0.017128652, -0.00358276488, 0.0113421232, -0.0136448583, -0.00204870827, -0.0151492236, -0.0115796551, -0.0268014576, 0.00760100409, 0.0142914718, 0.0233440567, -0.0180655811, -0.00689500803, 0.00956063811, -0.0102666337, 0.0060009663, 0.00137240358, -0.00115549122, -0.0030169785, 0.0166799817, -0.00236376724, -0.00319512701, 0.0180259924, 0.00197612913, -0.0035266811, -0.029137183, 0.0063440674, -0.0414360315, 0.0143310595, -0.0299553461, -0.0206256416, 0.0124506028, 0.00946826488, -0.0011084798, -0.0164688416, -0.0132687669, -0.0049815611, 0.0196887124, -0.00912516378, 0.00497496268, -0.0322778746, -0.0259173121, -0.00812885165, -0.00123466831, 0.00595148094, 0.0034837937, 0.00470114173, -0.0259700976, 0.0359728076, 0.00469784299, -0.0101478687, -0.0174189676, 0.00509372866, -0.0130312359, -0.0203749146, 0.000908062677, 0.0135128964, -0.0151360277, -0.010227046, -0.021522982, -0.00269697094, -0.00402483717, -0.00888103433, -0.00584921, -0.0140935285, 0.0334919244, -0.0103524094, 0.00312419748, -0.0020371615, -0.0216285512, -0.0144762183, 0.0120019326, 0.0116786258, 0.00843896251, 0.0290843975, -0.00826081354, -0.0313277505, 0.00333863543, -0.000487021811, -0.0123714264, 0.0303776246, 0.00669376645, -0.00204705866, -0.0214042161, -0.0120283253, -0.00622530142, 0.00358276488, -0.0137900161, -0.01010828, 0.0140011553, -0.026049275, -0.00179963012, 0.00401494, -0.00534445606, -0.015927799, -0.0205332674, -0.0131829912, -0.00798369385, 0.00434484472, -0.00488258945, -0.00481001055, -0.0183690935, 0.00921753701, -0.00168168917, 0.0220640264, 0.000150828302, -0.0319083817, -0.0085181389, 0.0143310595, 0.000735275098, 0.0328321159, -0.00211468921, -0.00225984724, 0.00615932047, 0.0140803326, -0.0081552444, -0.00924393, 0.0224335194, -0.0109330416, 0.0128596853, -0.0171682406, 0.0117907934, -0.00505414, -0.0238851, -0.0134799061, -0.0126815364, 0.00511022378, -0.00989054237, -0.00548631512, 0.00767358299, 0.00583601417, 0.00848514866, 0.00263263937, 0.0137108387, 0.0208895653, 0.0168119427, 0.00692140032, 0.000454856112, -0.0140671367, 0.0132687669, 0.00344750402, 0.021892475, -0.00135013496, -0.00731728598, -0.00956723653, -0.000438360876, 0.00370812882, -0.00492547732, 0.000243923278, -0.0194643773, 0.0060636485, -0.00146477681, -0.0232120939, -0.0177356768, 0.00480341259, -0.00250232709, 0.00217737094, -0.0136976428, -0.00667727087, -0.0203485209, -0.0156506784, -0.00486279512, -0.00250067748, 0.0150436545, 0.0297969915, 0.0121932775, 0.00966620725, 0.0127607137, 0.0188309606, -0.00452629244, -0.012008531, 0.00977177732, -0.00847855, 0.00484300079, 0.00227964134, 0.0237003528, -0.0102072516, 0.0135128964, -0.0028586241, 0.00742945354, 0.00197447953, -0.00202396535, -0.00594488252, -0.00801008567, 0.0170494746, 0.00363554968, -0.00505414, -0.0195831433, -0.00276130228, -0.0160201713, 0.00744924787, -0.00204211, -0.0105305575, -0.00664428063, 0.000519187539, -0.00292130606, 0.0083729811, -0.00747564062, 0.016046565, -0.0205992498, 0.0123780239, 0.0159541909, -0.0198338702, 0.00476052472, 0.00932310708, 0.0125231827, -0.00421288284, -0.00652551511, 0.0343364812, 0.00434814394, -0.00546322158, -0.0096200211, 0.0313541405, -0.00253036898, -0.0235024113, 0.0224467162, 0.00596137764, -0.00587560283, -0.023317663, -0.00525538158, -0.00629788078, 0.0243205745, -0.00225159945, -0.0153075783, -0.0348115452, 0.00789132062, -0.00331389275, 0.0150700463, 0.00616591889, -0.000612385571, 0.0123120435, 0.0132423742, -0.0331752151, -0.0103062224, -0.00268542417, 0.00719192252, 0.00472093606, 0.00749543449, 0.00118353311, -0.000291553268, -0.0109924246, 0.0205860529, -0.0169043168, 0.0198734589, 0.0231988989, 0.00549951149, -0.00126930827, 0.00964641292, 0.0230009556, 0.0117775975, 0.00378400693, 0.0352866054, -0.0347323678, 0.012305445, 0.0115796551, 0.0187121946, 0.0123252394, -0.0283190198, 0.00428876095, 0.019622732, -0.0106955105, 0.00117033685, -0.00100868358, -0.00419308851, 0.0268278494, -0.00801008567, 0.00125116354, -0.00489578582, 0.0253102891, 0.0144234337, -0.00246438803, -0.0190025102, -0.0104579786, 0.0154791279, -0.00795070361, 0.00104002457, 0.00633087102, 0.00138889882, 0.0218132976, 0.0269994, 0.0079573011, 0.00228459, -0.0100357011, 0.00244129472] |
12 Oct, 2021 | Node.js Stream writable.writableFinished Property
12 Oct, 2021
The writable.writableFinished property is set to true instantly before the emit of the ‘finish’ event.
Syntax:
writable.writableFinished
Return Value: It returns true if ‘finish’ event is called before it else it returns false.
Below examples illustrate the use of writable.writableFinished property in Node.js:
Example 1:
// Node.js program to demonstrate the
// writable.writableFinished Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Using for loop and calling
// write method
for (let i = 0; i < 5; i++) {
writable.write(`GfG, #${i}!`);
}
// Emitting finish event
writable.on('finish', () => {
console.log('All writes are now complete.');
});
// Calling end function
writable.end('This is the end\n');
// Calling writable.writableFinished
// Property
writable.writableFinished;
writable.destroy();
Output:
GfG, #0!
GfG, #1!
GfG, #2!
GfG, #3!
GfG, #4!
This is the end
All writes are now complete.
Example 2:
// Node.js program to demonstrate the
// writable.writableFinished Property
// Accessing stream module
const stream = require('stream');
// Creating a stream and creating
// a write function
const writable = new stream.Writable({
// Write function with its
// parameters
write: function(chunk, encoding, next) {
// Converting the chunk of
// data to string
console.log(chunk.toString());
next();
}
});
// Calling write() method
writable.write('GfG');
// Calling writable.writableFinished
// Property
writable.writableFinished;
writable.destroy();
Output
GfG
In the above example the output is false as ‘finish’ event is not called before writable.writableFinished property.
Reference: https://nodejs.org/api/stream.html#stream_writable_writablefinished.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property | https://www.geeksforgeeks.org/node-js-stream-writable-writablefinished-property?ref=asr2 | CSS | Node.js Stream writable.writableFinished Property | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, Node.js Stream writable.writableFinished Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0199262388, 0.000387046, -0.00271488167, 0.0486660078, 0.0152868191, -0.0230191853, 0.0168880355, 0.0288766231, -0.0403177887, 0.00274225278, 0.0151225924, 0.0425622277, -0.00440676417, -0.0247846283, -0.0128234103, -0.00421174429, 0.00734232645, 0.00601482298, 0.00477627572, 0.00653145416, -0.0350898877, 0.0116190771, -0.0295882747, -0.0225401893, -0.0304367822, 0.00116242096, -0.0221296214, 0.0144383116, -0.0190093033, -0.0283292, 0.0166416932, 0.0253594238, 0.0206926335, -0.0113590509, -0.00134375517, 0.0147941373, 0.0153552471, 0.0291229654, 0.00937463809, -0.0267690402, -0.00364037068, -0.00228378503, -0.0434654765, 0.0291503351, -0.0278228316, 0.0245246012, -0.0697418377, -0.0404272713, -0.00421174429, -0.0117422482, 0.00856034551, 0.0373069569, 0.0165185239, -0.0208431743, 0.0488849767, 0.0252773091, 0.0416316055, -0.00170813443, -0.00871773, -0.0577532463, -0.0198988672, -0.0484470353, 0.00426990818, -0.00788975, -0.0292871911, 0.0245246012, -0.0322159119, 0.0102984169, -0.0203915499, 0.0239087492, -0.0136992894, 0.0314495154, 0.0207610615, 0.0180102549, -0.0141098574, -0.00129671092, 0.0231012981, 0.0329001918, 0.0168196075, -0.0248941127, -0.0165732652, 0.00801976398, -0.0210895147, 0.0264679566, 0.000774092, -0.0146709671, -0.0320790559, -0.017189119, 0.0555909202, 0.0163542964, 0.0158889852, 0.00765709532, -0.0262079313, -0.0229370724, -0.0210074019, 0.0543865897, -0.00535791367, -0.00772552332, -0.0100794472, 0.0373069569, 0.0271932948, 0.0332833864, -0.0135692758, 0.00417410908, -0.0251404531, -0.034925662, 0.0340771526, -0.0277407188, 0.015697388, 0.0245519727, 0.0225538742, 0.000733035151, -0.0298619866, 0.00834137574, 0.00314426748, 0.0404272713, -0.0249351691, -0.00932673924, 0.0521421507, 0.0240729768, -0.0132545074, 0.0180239398, -0.00454704184, 0.0410568118, 0.00109057152, 0.03125792, -0.00327941286, 0.00437939307, -0.0268511549, -0.00948412344, -0.0226359889, -0.0378817506, -0.0585743822, 0.00691465102, 0.0128370961, 0.0235118661, 0.0198167544, 0.0229644421, 0.000258957269, -0.0213495418, -0.00160549232, -0.0321338, 0.0505546182, 0.0330370478, 0.0241140332, 0.0151636489, -0.0239361208, -0.0152320769, 0.00145580608, 0.0268785264, -0.0293419342, 0.0199672952, 0.00754076755, 0.0218011662, -0.0375806689, -0.0188861322, 0.0320243128, 0.0177776, -0.00740391156, -0.0106131854, -0.0174354594, -0.0220611934, -0.00472153304, 0.0335571, -0.0296703894, 0.0469142497, 0.0248256847, 0.0268511549, 0.00269948528, 0.00706177158, -0.0103805307, -0.0105584431, -0.0263311, -0.00436228607, 0.00591218099, 0.0194883, 0.0424801148, 0.00872457214, 0.0309020933, -0.00676410971, -0.0133297779, 0.01970727, -0.0070480858, 0.00314426748, 0.0149994213, -0.0393597968, 0.0415221229, 0.00663067494, -0.0305188969, -0.0306557529, -0.0228275862, 0.00451624906, 0.0641033649, -0.00842348859, -0.00373616978, 0.0303546693, -0.00446834974, 0.00144725258, 0.000355611846, 0.00739706866, -0.0259752758, 0.00239840196, -0.0041091023, -0.00308268215, -0.0141646, -0.0289039947, 0.00450940616, -0.0567131415, 0.0394145399, 0.0181334242, -0.00214521843, -0.0115711782, 0.0222664773, -0.00542292045, 0.0196525268, 0.000571801618, -0.00876562949, -0.00231286697, -0.0186261069, -0.0186124202, -0.0164774675, -0.021404285, -0.0312031768, 0.0166964363, -0.0495418869, -0.0572058223, 0.0107158273, -0.00144725258, 0.0131587079, -0.0112085091, -0.00371564133, 0.0267279837, -0.00787606463, -0.0324896239, -0.0194061864, 0.0415221229, -0.0115643349, -0.040700987, 0.0120159602, 0.0152731333, -0.0048515466, -0.0180649962, -0.00247196225, 0.00767078064, -0.0142467134, -9.59596e-06, -0.0181060545, 0.0283292, 0.0120433308, 0.00858771615, -0.0335571, -0.0167511795, -0.00403383188, -0.000353473471, -0.0368142724, 0.0230602417, 0.00518000079, 0.0311758053, -0.00360273523, -0.00639117695, 0.0121049164, 0.0280144308, -0.0080950344, -0.0115985489, -0.0209663454, 0.0252499394, -0.0173807163, -0.0309020933, 0.011790148, 0.00116242096, 0.0441771299, -0.00190914166, 0.0250035971, -0.00896407, -0.0520600379, 0.0172028039, -0.0476806425, -0.0390587114, -0.0106473994, -0.0154236751, 0.000276919629, 0.0140961716, -0.0129739521, 0.00321953837, -0.0142740849, -0.0270427521, 0.0140140578, 0.0128644677, -0.0422885157, 0.0092377821, -0.010161561, -0.0193514433, 0.0311484337, 0.0183113385, 0.0244151168, -0.0278775748, -0.0409473255, 0.0318874568, -0.00132664817, -0.00827294774, -0.00125650945, -0.0134940054, -0.0232244693, -0.0116532911, -0.0137198176, -0.0180376247, 0.0283018276, 0.00356167834, 0.0459288843, -0.0459015146, 0.0216506254, -0.0103942156, -0.00849191658, -0.00349496095, 0.0146572813, 0.00938148145, 0.0188177042, 0.0118996324, -0.0207336899, -0.00340429391, -0.0114616929, 0.0195156708, -0.0314495154, 0.0359110236, 0.0212674271, -0.0116669768, 0.00918304, 0.00737654045, -0.0359931365, -0.062734805, 0.00501235249, 0.0107021425, -0.0172301754, 0.00495076692, 0.0125428559, -0.0492955446, -0.0664572939, -0.0400714464, 0.00718494179, 0.0216369387, -0.0182702802, -0.0293419342, 0.00720547047, -0.0265090149, 0.0402083024, -0.0034812754, -0.0228686444, 0.000351762777, 0.0379638635, 0.034515094, 0.00079462037, 0.0234981813, 0.0181060545, -0.010195775, 0.0213495418, -0.00811556261, 0.00750655355, -0.0443139859, 0.00747918244, 0.000124453465, -0.0165458955, -0.0050773588, 0.0678805932, 0.0139593156, 0.00901881233, -0.0365405604, -0.0369237587, -0.00683253771, 0.0226223022, 0.00195019855, -0.0167648643, 0.034241382, -0.0119543746, -0.00415358087, 0.00156015879, 0.00519026536, -0.0143561978, -0.000738167262, 0.00557004055, 0.0184618793, -0.0184208229, 0.0536475666, -0.0160258412, 0.0135419052, 0.000821136229, -0.0180513114, 0.0188313909, -0.00876562949, -0.0243056323, -0.0168332923, -0.0477627553, 0.0268511549, -0.00462915562, -0.0276175477, -0.00572742522, 0.0162721835, 0.00575821754, 0.00525527168, 0.0181607958, -0.019844126, -0.0322159119, -0.0345424637, 0.00174320373, -0.0131518655, -0.0110921813, 0.00873825792, 0.00245485525, -0.0102094607, 0.0337760709, 0.00170043623, 0.00571031822, 0.0103873732, 0.00228720647, 0.0257289354, -0.0207610615, 0.0423158854, 0.0400988199, 0.00147034705, -0.0196798984, -0.0110784965, -8.86891285e-05, -0.0172986034, -0.021609569, 0.00371222, -0.0126933977, 0.0173533447, -0.0179691967, -0.0185439922, -0.0339402966, -0.0185987353, -0.0458194, -0.0104215872, 0.0340224095, -0.0260573886, -0.0112700947, -0.0329275616, -0.0172849167, -9.12017204e-05, -0.00749971066, 0.0274122637, -0.00379775511, -0.00626116386, 0.0202683788, 0.014000373, 0.0180376247, 0.0462573394, -0.0399072208, -0.0402356759, 0.0200904664, -0.00441360706, -0.00136342831, -0.00148061127, -0.0414126366, -0.00241208775, 0.0129465815, -0.0147530809, 0.0270290673, -0.0123512577, -0.00556319766, 0.00759551, -0.0206926335, -0.00458467705, -0.0458741449, 0.0307652373, -0.00327941286, -0.0546329282, 0.0059669232, -0.00584375253, 0.0202410072, 0.0145888533, 0.0227591582, 0.0267142989, -0.0431917645, 0.0428633094, -0.00470100483, -0.0159163568, -0.00147291308, -0.00684280181, 0.0270427521, 0.00284147356, 0.0165185239, -0.0280144308, 0.0121528162, 0.0109826969, 0.0159711, 0.0235666092, 0.0277407188, -0.0107637271, 0.00568636833, -0.0156700164, -0.00801976398, 0.0040988382, -0.0123102, -0.0012864467, -0.00460178405, -0.0113727367, 0.0166964363, -0.0179555118, 0.0149583649, -0.00840296, 0.0328728184, 0.0217327382, 0.0412210375, -0.00651092594, -0.0273438357, 0.0141509138, -0.0332833864, 0.0183113385, -0.0247162, -0.0271522384, -0.0736285448, 0.0282197148, -0.040564131, 0.0198167544, -0.0186534785, -0.0172986034, -0.0168606639, 0.0172438603, -0.0116122346, 0.0442318693, 0.00923094, -0.0203368068, 0.0224580746, 0.00325204153, 0.0034539043, 0.0129328957, -0.021746425, -0.0109963827, -0.0292050783, 0.0401535593, 0.000828834367, -0.000572657, 0.00908724125, 0.0296156462, 0.0161079559, 0.0226359889, -0.0414947495, -0.0227044169, -0.00436912896, 0.0192009024, -0.0142330276, 0.0102984169, -0.0342687517, -0.0242919456, -0.0211442579, 0.0296977591, 0.00849191658, 0.00273712073, -0.0119201606, -0.00106491102, 0.00127532717, 0.0151773347, 0.0211853143, -0.0199946668, 0.0234708097, -0.0140414294, 0.00167905248, -0.0260300189, 0.0103326309, -0.00251815096, 0.00316479593, 0.0221433062, 0.0237718932, -0.0125839124, -0.00227009947, -0.0233065821, -0.00891617, 0.0120159602, -0.0467773937, -0.0286576543, -0.0112358807, -0.00114788, 0.000362026971, -0.0118038328, 0.00959360786, 0.0254825931, 0.0423432589, -0.0336392149, 0.0284113139, -0.00340771535, 0.0146435956, 0.00399277499, -0.00636038417, 0.00242406246, -0.0437391885, 0.0144246258, 0.00332046952, -0.0041091023, -0.0383196883, 0.00616536429, 0.0124881137, 0.00605930109, -0.00597034441, -0.0158753, -0.00670252414, 0.00841664616, -0.0157931857, -0.0029663546, 0.0069796578, 0.0177502278, -0.0199262388, 0.0166690648, -0.0138156172, 0.0176818, -0.0282470863, -0.00866983, 0.0067709526, -0.00793765, -0.00791027863, 0.00165681343, 0.0208021179, 0.0198578108, 0.0263447873, 0.00769815221, 0.0219927654, 0.0188177042, -0.00221193559, -0.00465994794, -0.0168469772, 0.00739706866, 0.00515262969, 0.00554951234, -0.0126181263, -0.000691550667, 0.0344603509, 0.00280383811, 0.00527922157, -0.0421790294, 0.0195840988, -0.0399893336, 0.0167511795, -0.00468389783, -0.0492955446, -0.0104215872, 0.000248693075, 0.0286029112, 0.0207063183, 0.00890248548, -0.0286576543, -0.00342311151, 0.0115164351, -0.017325975, 0.0137266601, 0.0593407787, -0.00344192935, 0.0200494099, -0.0282470863, 0.0239498056, 0.00823873375, -0.0268648397, -0.0149583649, -0.00774605153, 0.0194883, 0.0379638635, 0.00314597809, 0.0048515466, 0.0365405604, 0.0114753786, -0.00263105729, -0.00741075445, 0.00329309842, 0.00362326344, -0.0127823539, 0.000171070045, 0.0169017203, -0.00413647387, 0.0179281402, 0.00929936767, 0.0232518408, 0.0034898289, -0.0212263707, -0.0358836539, 0.00222904258, -0.00844401773, 0.0223349053, 0.00016893167, -0.0190640464, 0.0382102057, -0.0195567273, 0.0207473747, 0.0111811385, -0.00329823047, 0.00897091348, 0.0279323161, 0.017586, -0.00662383204, 0.00272343517, 0.0110921813, 0.0162584968, 0.00123084895, 0.0138772018, -0.00450256374, 0.0394419096, 0.0191735309, 0.0012855914, 0.0354730859, -0.00128473609, -0.0181881674, -0.00716441358, 0.00695912959, -0.0146299107, 0.0181607958, -0.0414400063, 0.0236213524, 0.00534422835, 0.0214590263, 0.00123598112, 0.0250583403, 0.00891617, -0.00281239161, 0.00131467334, 0.0218695942, -0.00975783542, 0.00539554935, 0.0139251016, -0.00705492869, 0.00619615708, -0.0215821974, -0.0104831727, -0.00938832387, 0.0127549823, -0.0134734772, 0.000266655436, -0.00395513931, -0.0113727367, -0.0716578215, -0.034925662, 0.0136787612, -0.0098399492, -0.00312544964, 0.0189545602, -0.0168332923, 0.00650408305, -0.010195775, -0.0338034406, 0.0158753, -0.0039961962, 0.0226223022, -0.00243261596, -0.0168606639, -0.00951149408, 0.00934726745, -0.0068907016, 0.0114137931, -0.0213358551, -0.01189279, 0.0100726038, 0.0340224095, -0.0223622769, 0.00534764957, 0.000131082415, -0.0258247349, -0.00143784378, -0.0257015638, 0.0203778632, 0.0172164887, 0.0116122346, -0.00810872, -0.0210210867, 0.0317506, -0.00339231896, 0.00492339581, 0.00193138083, 0.00668199593, 0.0249762274, -0.0260847602, -0.0329275616, -0.0347066894, 0.00575137511, -0.0206378903, 0.000650066184, -0.00183900294, 0.0348709188, -0.0208842307, 0.00619273586, -0.00870404392, 0.00834137574, -0.0227044169, 0.0124196857, 0.0155879026, -0.00803345, 0.0342140086, -0.017586, -0.0447519235, 0.00726021267, 0.0034282438, 0.0297525022, -0.00220338209, 0.0290955938, 0.0335571, 0.017052263, 0.0251404531, 0.0270153824, -0.0375806689, 0.0615852177, -0.00873825792, -0.0149720507, 0.0350898877, -0.0222664773, -0.0280554872, 0.0231560413, -0.0470784754, 0.0213905983, 0.0287671387, -0.00322295958, -0.0263995286, -0.0212947987, -0.036896389, -0.0318327136, 0.00671278872, 0.0137814032, -0.0250583403, -0.010058919, 0.000697538082, -0.0117833046, 0.00478654, -0.0041091023, 0.00753392465, -0.0164637808, 0.0206515752, -0.00189203466, -0.0261395033, 0.00942253787, -0.00173379492, -0.0506093614, 0.0177502278, 0.00101701147, -0.0236076657, 0.00672989571, 0.00850560237, 0.0191598441, 0.0269606393, -0.0393050537, 0.0422064029, -0.0417410918, -0.0118859466, 0.00627142796, 0.0335844718, 0.0192009024, 0.0225949325, -0.000884432113, -0.00890932791, -0.0012599309, -0.00618247129, -0.00370537722, 0.0263858438, 0.0105995, 0.0108047845, 0.0222664773, 0.00553582655, -0.000765110774, -0.0108458409, 0.0345972069, 0.0108732125, -0.0252225678, 0.000479851471, 0.0127207683, -0.00745181134, -0.00639459817, -0.00796502177, -0.0440950133, -0.0153005049, 0.0086287735, -0.0254552234, -0.00827979, 0.00676753093, -0.0173807163, -0.0522516333, -0.000876734, 0.0362668484, -0.0174080878, -0.0382375754, -0.0234023817, 0.00470442604, 0.021199, 0.000427888939, -0.0424527414, -0.0121049164, 0.00308097154, -0.00522790058, 0.0284386836, 0.00579927443, -0.0162448119, -0.00160720304, -0.011858576, 0.00890932791, -0.013966158, 0.00907355547, -0.00177912845, -0.00849191658, 0.00404409599, 0.0211168863, 0.0164227244, -0.00217430037, -0.0086972015, 0.072971642, 0.0275491197, -0.00222904258, -0.00386276166, 0.00754076755, 0.0041433163, 0.0140277436, 0.0286029112, -0.0215000827, 0.0191598441, -0.0452719778, 0.000400731573, 0.0108937407, -0.00394145399, -0.0261395033, -0.0119201606, -0.0069967648, -0.0280554872, -0.0251678247, 0.0264953282, 0.00847138837, -0.0071438849, 0.0335571, 0.0070138718, -0.00728758378, -0.0255920794, -0.000821991591, -0.00746549666, 0.0100178616, -0.0129123675, -0.012166502, -0.0229507573, -0.010264203, -0.0238540079, -0.00884774234, 0.0318874568, 0.0266869273, 0.00575479632, -0.0144930538, -0.0161490124, -0.0126386546, -0.00204599765, -0.00591218099, -0.0367047898, -0.0306831226, 0.0291229654, 0.00741759734, 0.00228720647, 0.00431438675, -0.0428359397, -0.034788806, -0.0159300435, -0.00626116386, -0.00908724125, 0.0383470617, 0.0115095926, -0.00118380471, 0.00342311151, -0.00159522821, -0.0265637562, -0.0557277761, -0.01389773, 0.00126335223, -0.03465195, -0.0208021179, 0.0275080632, -0.0136992894, -0.00507051637, 0.00495076692, 0.0370058715, -0.0228686444, 0.00505340891, -0.0214590263, 0.00849191658, -0.0193788148, -0.0050157737, -0.0178597122, 0.0294514187, 0.0212947987, 0.000507650373, 0.00116840843, -0.0336939543, -0.0356646813, 0.0314495154, -0.0180513114, 0.0166143235, -0.0282470863, -0.00838927459, -0.0150952209, 0.00838927459, -0.0282470863, 0.000228378514, -0.0565489158, -0.00524500757, 0.00861508772, -0.0136787612, -0.0278502032, 0.00156358024, 0.0267006122, -0.0143972551, 0.0259615909, 0.0197346397, 0.0210758299, -0.000385121442, 0.00132237142, -0.0227591582, -0.00365405623, -0.00532027846, 0.00475916872, 0.00709598558, -0.0213358551, -0.0108732125, 0.0158068724, -0.00630222028, 0.00201007305, -0.00966887921, 0.0159984715, -0.0218011662, -0.0386755168, 0.00932673924, -0.00942253787, -0.0443687253, -0.00757498154, 0.00484812493, 0.0475985296, 0.00274909567, -0.0167511795, 0.0128781535, -0.0586291254, 0.00975783542, 0.0223212186, -0.00853297394, 0.00249762274, -0.00687017292, -0.0276996624, -0.000106972235, -0.0138566736, 0.00304846815, 0.0025301259, 0.0164774675, -0.00636038417, 0.00847823173, -0.0208979174, 0.00521079358, -0.0207473747, 0.000696255069, -0.0271248668, -0.0197209548, 0.0049028676, -0.0206242055, -0.00667173183, 0.00161917799, -0.0173122883, -0.0250035971, 0.0210895147, -0.00130098767, 0.00781448, 0.00372248422, -0.0136171756, -0.00473864, 0.0177776, -0.0162584968, -0.0402904153, 0.00626116386, 0.0177639127, -0.0107910987, 0.00161832268, 0.00812240597, 0.00366432033, -0.00856718794, 0.0050773588, -0.0119885886, 0.0267690402, 0.0108047845, 0.0300262142, -0.0158616137, -0.00157555507, 0.00284147356, 0.00781448, 0.0152457627, 0.0156152733, 0.0172438603, -0.000313485856, 0.0272890944, -0.0303546693, 0.00796502177, -0.00515262969, 0.00364721334, -0.0200904664, -0.0192830153, 0.00793765, -0.00377380522, -0.00540239224, -0.032681223, 0.0201999508, -0.0207200032, 0.00278330967, -0.00157812121, -0.00359247089, 0.00573768932, 0.0170659479, -0.0159300435, 0.0640486255, -0.0334202424, 0.00360273523, -0.0344056077, -0.00688043702, -0.0220475066, -0.0140961716, 0.0297525022, 0.0262216162, -0.0377722643, 0.0216643102, -0.00948412344, 0.0132887214, 0.0201862659, -0.0326264799, 0.0204599779, -0.0337486975, -0.0276038628, -0.00460862694, -0.0132339783, 0.00717125647, -0.00438965717, -0.0319422, 0.0176133718, 0.0176818, 0.0265500713, -0.0143698836, -0.00155075, -0.0253183674, -0.0136103332, 0.00616878597, -0.00759551, 0.00851244573, 0.00522447936, 0.0179281402, 0.0242508892, -0.00413647387, -0.00294240471, 0.0113590509, 0.0438213, 0.00443755696, -0.0459288843, 0.0266595557, -0.0122691439, 0.00478654, 0.00294411555, -0.00268579973, -0.010093133, -0.0402083024, 0.00617562886, -0.0104831727, 0.00209560804, -0.017804971, -0.012166502, -0.0228139013, 0.00833453238, -0.00185953139, -0.00836190395, 0.0266458709, 0.00573084643, -0.00202204799, 0.00989469141, 0.0140140578, 0.00105550222, -0.0086287735, -0.00558030466, 0.00176202145, 0.0237582084, -0.0048857606, 0.0188587625, 0.0159711, 0.00305531104, 0.0154921031, 0.00141047256, 0.0104352729, -0.00954570808, 0.00554951234, -0.00778710842, 0.00380117632, 0.0118654184, -0.00111366599, 0.0273027793, -0.0346793197, 0.0103736874, 0.0310389493, -0.0216643102, -0.0272343513, 0.0191461593, 0.0194061864, 0.00546055567, 0.0104558012, 0.00631932728, -0.011858576, -0.0223212186, -0.00540923467, 0.0286576543, 0.0128576243, -0.0082182046, 0.00533738546, 0.0121186022, 0.00925146788, 0.00137882459, 0.0305462666, 0.00830716174, -0.0308747217, -0.00752023933, 0.00918304, 0.00784185063, -0.0155468453, 0.0189408753, 0.0282470863, 0.00141132786, 0.0122144008, -0.0158889852, 0.0140072154, -0.00875194371, 0.0189135037, -0.000578216743, -0.0212263707, -0.0218422227, -0.0180239398, 0.0218559094, -0.0112700947, 0.00161917799, -0.0192145873, 0.0112495665, 0.0288766231, -0.00658277515, 0.00953202322, 0.00638091285, 0.0213905983, -0.0090803979, -0.00752708176, -0.0034727219, -0.000742871664, 0.00287739816, 0.000579072104, 0.00967572164, 0.0250172839, -0.000387473643, 0.00484812493, 0.00938148145, -0.00610377919, -0.00853297394, 0.0317506, 0.0162174404, -0.0231697261, -0.00717125647, -0.0111400811, -0.0048070685, -0.0160532128, -0.0397977345, 0.0277133472, 0.0104694869, 0.0150267929, -0.00485496782, 0.0277407188, 0.0129602663, 0.000412064983, 0.0236760937, -0.0159711, 0.00833453238, -0.0132476641, -0.0226770453, -0.00459494162, 0.00550161256, -0.0159437284, -0.0109347971, 0.00238300581, 0.00833453238, 0.0112085091, 0.00298517221, 0.00797186419, -0.00036822827, 0.0290134791, 0.00648013316, 0.0269058961, -0.00547424145, 0.0144656831, -0.00765709532, -0.0113453651, 0.0179828834, -0.0245382879, 0.0172028039, -0.0149446791, -0.00216574688, 0.00933358166, 0.00488918182, 0.0327907056, -0.0248804279, -0.00296977605, -0.0049473457, 0.00308952504, -0.0302178133, 0.0207200032, -0.0225265045, 0.0183523949, 0.000668456196, 0.00346587901, -0.0231834128, -0.00632959185, 0.0235392377, 0.0163679812, -0.0148488795, 0.0078692222, -0.00476601161, -0.00610035798, -0.00163970643, 0.0129876379, 0.0219927654, 0.000803173869, -0.0257015638, 0.0200904664, -0.0102778887, -0.00128730212, 0.00196901616, 0.0183523949, 0.0172986034, -0.00281752367, -0.00775289442, -0.0293419342, 2.50323592e-05, -0.0181060545, -0.0163953528, -0.0179691967, 0.00615167897, -0.00752708176, 0.0122691439, 0.00225983537, 0.00967572164, -0.0168059207, 0.0113864224, 0.00953202322, -0.000929765694, -0.00042126, -0.0168606639, -0.0289861076, -0.0250172839, 0.0228549577, 0.00602166541, -0.0104352729, -0.010264203, -0.0106542427, -0.00972362142, 0.00214692904, -0.000269007636, 0.00243090536, 0.0165595803, 0.0180649962, -0.00570347533, 0.0359657668, -0.00622352818, 0.0132750357, -0.0423706286, -0.00587454531, -0.0231423564, -0.0168332923, -0.0195430424, -0.0127686681, -0.0265637562, 0.0242782608, 0.0138840452, -0.0210484583, -0.0025985539, -0.0472427048, 0.00262763584, -0.0125770699, -0.0153005049, -0.0070754569, -0.0198578108, 0.00709598558, 0.0196251553, 0.0129192099, 0.0163132399, 0.00143698836, -0.00140619581, 0.0252362527, -0.00215206109, -0.000219825015, -0.00589507399, -0.0241824612, -0.0080950344, -0.00930621, 0.00671621, -0.011961218, -0.0150541635, -0.0015259448, 0.017325975, -0.00745865377, 0.0115848631, 0.00257802568, -0.00990837719, 0.0178323407, -0.00409541698, -0.0107568847, 0.0441223867, 0.00476601161, -0.0258657914, 0.0149720507, 0.00120091171, 0.00343166501, 0.0120501742, 0.00577532453, -0.014137229, 0.00440334296, 0.00348298601, -0.0090803979, 0.0087451, 0.0109347971, -0.0185439922, -0.00769815221, -0.0209389739, 0.00272172433, -0.0357194245, -0.0154647324, 0.00728074135, -0.0221706778, -0.0196798984, 0.0048515466, -0.00667515304, 0.0360478796, -0.0321611688, -0.0208158027, -0.00451282784, 0.0141782854, -0.0098057352, 0.00305017899, -0.0164637808, 0.00594639499, 0.0137198176, 0.0104968576, -0.0383470617, 0.00621326407, -0.00544002745, -0.00719862757, 0.0163953528, 0.0165458955, -0.0242645759, 0.0179281402, 0.0213769134, -0.0120228026, 0.0252225678, -0.011927004, 0.00778026553, 0.0329275616, -0.0131176515, 0.0178597122, 0.00986047741, -0.0103121027, 0.0329001918, -0.00371222, -0.0236350372, 0.00560425455, 0.0129397381, -0.0103463167, 0.0159300435, 0.0353636, -0.00400646031, 0.0216369387, 0.0182839669, -0.0127344541, 0.0069625508, -0.00955255143, -0.00525185047, 0.0105858147, 0.00235392386, 7.3399744e-05, 0.00585743831, 0.0185303073, 0.0246751439, -0.00516973669, -0.0188313909, -0.0321611688, 0.0124470564, -0.00145067403, -0.00778026553, 0.0157931857, -0.00649039773, -0.00425622286, 0.0273575224, -0.00788290799, -0.00265158573, 0.0243466888, 0.00734916935, -0.0151773347, 0.00370879867, -0.0131792361, 0.00157897652, 0.010058919, 0.0344329774, -0.0139251016, -0.00400988199, -0.0135692758, 0.0431643948, -0.00557688344, 0.0194472428, -0.00116413168, 0.0260300189, -0.0220338218, 0.0017235307, 0.0432465076, -0.0160258412, -0.00805397797, 0.0172301754, 0.0287123956, 0.0169975199, 0.0329275616, -0.00661356794, 0.01206386, -0.032681223, 0.00278502028, 0.00280383811, -0.0361299925, -0.0184481945, 0.0141919712, 0.0111537669, -0.00530317146, 0.0387576297, -0.0291229654, -0.00282607717, -0.0191598441, -0.0050773588, -0.0327633359, -0.00442387117, 0.0191735309, -0.0231286697, -0.000805739895, 0.000885287474, 0.0107226707, -0.00208705454, -0.0115780206, -0.00437255, -0.0410841815, -0.00797186419, 0.0274943784, -0.00540581346, -0.0310936905, 0.00371222, -0.0294514187, 0.0341866389, 0.00566926133, 0.00603193, 0.0171070043, 0.00382512622, 0.0030536002, -0.012200716, 0.0408652127, 0.000381700025, -0.0148899369, 0.000115258445, -0.00486181071, -0.0111263953, -0.0104284296, 0.0405367576, 0.000525185, 0.000668883906, 0.0206515752, -0.0181060545, 0.0131313363, 0.00777342264, -0.00322638103, -0.0156837013, -0.0116738202, 0.0241414048, -0.00500208791, -0.0114001082, -0.00944990944, 0.00131039659, -0.0272617228, 0.0113590509, -0.00188861333, 0.0017312289, 0.0130286943, -0.00269093178, 0.0206652619, 0.0130902799, 0.00747918244, 0.00433149375, -0.00929252524, -0.0030091221, -0.00139079941, 0.00231970986, 0.013829302, 0.00296806521, -0.00430754386, 0.0380459763, 0.00308268215, 0.0146846529, 0.0123375719, 0.00207850104, 0.000271146, 0.00841664616, 0.00385249732, 0.00473864, 0.00210416154, -0.00929936767, -0.0182018522, -0.0154647324, -0.0040748883, 0.0003838384, -0.0183250234, 0.00938832387, 0.00739022577, 0.00272001373, 0.0101205036, 0.0154510466, -0.00595665909, 0.00702071469, -0.0210210867, 0.0139045734, -0.0102163032, -0.0168469772, 0.0268648397, 0.0120364884, 0.0014925861, -0.0171343759, 0.0269058961, 0.00638775527, 0.0123033579, 0.00290476927, 0.0166280083, -0.0291503351, 0.0156700164, -0.0322432816, -0.00441018585, -0.00785553642, -0.0101547176, 0.00962097943, -0.0132818781, -0.00203573355, -0.00272001373, 0.00938148145, -0.00754076755, -0.0126728686, 0.0323801376, -0.0154921031, 0.0115643349, -0.00646986905, 0.000297020364, 0.0181471109, -0.0049028676, 0.0282197148, 3.64593034e-05, -0.0019895446, -0.0134666339, 0.00182702811, -0.00734232645, -0.0299167298, -0.00718494179, -0.00344877201, -0.00511499448, -0.0022222, -0.0223896466, -0.00417068787, 0.0176270567, -0.0247846283, 0.0153415613, -0.00651434716, 0.00500893081, 0.00483786082, -0.0108868973, -0.00817030575, 0.0162721835, 0.0172438603, -0.00166793296, -0.00521421479, 0.00715072779, -0.00561451865, -0.00816346239, -0.0126523403, -0.00275251712, -0.00910776947, 0.00406804588, 0.00158325327, 0.0193514433, 0.010058919, -0.00450598495, -0.00102556497, -0.00360957789, 0.0117011908, -0.0270974953, 0.0117217191, -0.0134461056, 2.34686722e-05, -0.00776658, -0.00629195618, 0.0069351797, -0.00554951234, -0.00683253771, 0.000823274604, -0.00446150685, -0.0171480607, -0.00209389743, 0.00282778777, 0.0103531592, -0.0193240717, -0.0278365184, 0.019433558, 0.0007458654, -0.0257152487, 0.00680174492, 0.0082866326, 0.0172438603, 0.00765025243, 0.0146299107, -0.0103600016, 0.00208534393, 0.0109553253, 0.0122896722, 0.0060114013, 0.000397737866, -0.0160942692, 0.00371222, -0.0223075338, 0.0220885649, -0.0126112839, 0.0390313417, -0.0168332923, -0.017052263, 0.0135898041, -0.00267895684, -0.0247162, -0.0114616929, -0.00806766376, -0.00644591916, 0.0261668749, 0.0226770453, -0.0125428559, -0.0106679276, -0.0136582321, -0.00575137511, 0.0223759618, 0.0291777067, -0.00289450516, -0.00754761044, 0.0241140332, -0.00487891771, 0.00642881216, -0.00688728, 0.00468047662, 0.00833453238, 0.00761603843, -0.0259615909, -0.00960729364, 0.0134597914, -0.00182360667, 0.00435202196, 0.0202820655, -0.00778026553, 0.00246511935, -0.0457646586, 0.0443961, 0.0111537669, 0.0167511795, -0.0122417724, -0.0243056323, -0.00138224592, -0.00472495472, -0.0166006368, -0.0082182046, 0.00692491559, 0.0174354594, 0.0140961716, 0.00951833744, 0.0020237586, -0.0175586287, -0.0108253127, 0.0273164641, 0.00314597809, -0.00764340954, 0.0270016957, 0.00182360667, -0.0216506254, -0.00111794274, 0.00836190395, 0.0049644527, 0.00265500718, 0.0014489633, -0.0127276117, -0.00954570808, -0.00762288133, 0.0231286697, 0.00787606463, 0.00437255, 0.033091791, -0.0169290919, 0.00135573011, -0.00225128187, -0.0436570756, -0.0142330276, -0.000618418213, 0.0117969904, 0.0174902, -0.00429043686, -0.0136377038, -0.000351548952, 0.0194472428, 0.0110511249, 0.00149429683, 0.0040133032, 0.0244972296, 0.0015182466, -0.0274396352, 0.00143698836, -0.0049473457, 0.0268648397, 0.033091791, 0.0128986817, 0.0127276117, -0.0229507573, -0.0145477969, 0.0099631194, -0.0099631194, -0.0039003971, -0.00258828979, 0.00544687035, -0.00903249811, 0.0115780206, 0.00872457214, -0.0117764622, 0.0060285083, 0.00578216743, -0.00460178405, -0.00388329, -0.0385660306, 0.0137061318, -0.00216745748, -0.0114753786, -0.000436870119, 0.00706861448, 0.00249762274, 0.0434381068, 0.00688728, -0.0227181017, -1.81227333e-05, 0.0360478796, -0.00632274896, -0.0153005049, 0.0099973334, 0.0101136612, 0.00921041146, -0.00791027863, -0.00496787392, -0.00187321694, -0.00686333, -0.0209937152, 0.00185439934, -0.0199672952, 0.00339060836, -0.0043965, -3.34121182e-06, 0.00925831124, 0.00279870583, -0.00977836363, -0.0024001128, -0.00112050876, -0.0168469772, 0.0377722643, -0.0133160921, -0.000748003775, 0.0107979411, -0.00448887795, -0.0247435719, 0.015834244, 0.00121117593, -0.0058984952, 0.0228549577, -0.00217601098, -0.0140824858, -0.00856034551, -0.0119406888, 0.0306557529, -8.04563824e-05, 0.00497471681, 0.0132750357, 0.0211853143, 0.000538870634, 0.00464284094, 0.0156563297, 0.0128644677, 0.0132339783, -0.00487891771, 0.00627827086, 0.0207884312, -0.0250857119, -0.00333415507, 0.00454362063, -0.0167922359, 0.0148078231, -0.00223588548, -0.000365234533, -0.0211716294, 0.0198578108, 0.00830031838, 0.013829302, 0.0266869273, 0.00856034551, -0.0060182442, -0.00923094, 0.0090803979, 0.00897091348, -0.0228139013, -0.00899144169, -0.0249762274, 0.00458467705, 0.0307104941, 0.0136992894, 0.0127549823, -0.0321338, -0.00418437319, -0.0175449438, 0.00286200177, 0.0141235432, 0.0024856478, -0.0210074019, -0.0088888, 0.00552898366, 0.00811556261, -0.0014908755, -0.00843717437, -0.0106816133, -0.0182292238, -0.00469074072, 0.00698307902, 0.0176133718, -0.00585743831, 0.00336665846, -0.017462831, -0.0328728184, -0.00843033195, 0.00389355421, -0.0154647324, 0.0127481399, 0.0389766, -0.0122212442, -0.0208568592, -0.00663409615, -0.0198851824, 0.00235905591, 0.00179794617, 0.0108937407, 0.000832683465, -0.00838243216, -0.00393118942, 0.0195977837, -0.0151773347, -0.017462831, -0.0119749028, -0.0182018522, -0.000762117037, 0.0141782854, 0.0385112874, 0.0179007687, 0.00310492143, 0.0058984952, -0.00328967697, -0.0155605311, -0.00579927443, -0.0159300435, -0.00455730595, 0.0191051029, 0.00706177158, -0.00199638749, 0.0155057888, -0.00793080684, 0.0172986034, -0.0105242291, 0.00565899722, -0.00469758362, -0.00417410908, 0.0229370724, 0.00608667219, 0.0182702802, 0.0192145873, 0.0430275388, -0.00164569379, -0.0172301754, -0.0108800549, -0.0188724473, 0.00918988325, -0.0208979174, -0.00943622366, -0.00986047741, -0.00396198221, 0.0261258166, -0.008793, -0.0151225924, 0.0112153525, 0.0101136612, -0.0068051666, -0.0221433062, 0.00138652266, 0.00521763647, -0.0151362773, 0.00178426062, 0.000861765351, 8.47331321e-05, 0.00520052947, 0.0010632003, -0.0152731333, 0.0187082198, -0.0206789467, -0.0166827515, -0.00277646678, -0.00349496095, 0.0122896722, -0.0176818, 0.0158889852, 0.00223075342, 0.00268066768, -0.0395513959, 0.0142877698, -0.019844126, 0.0493776575, -0.00152508949, -0.0139114158, 0.00813609175, 0.000837387866, -0.00886827148, 0.00819767639, 0.00755445333, 0.0190093033, -0.0114616929, 0.0221569929, -0.0389766, -0.0264132153, -0.0149994213, 0.0109826969, 0.0498977117, 0.00728074135, 0.011858576, 0.0106747709, 0.00507393759, 0.00211955793, -0.0159437284, 0.0014917308, 0.00468389783, -0.0230602417, 0.00892985612, -0.0147120235, -0.0100041758, 0.000330379029, -0.00978520699, -0.0050431448, -0.0158479288, -0.0244561732, 0.00474890461, -0.0175586287, -0.00165510271, -0.00479680393, 0.00986047741, 0.0285207983, -0.0173533447, 0.00225299248, -0.0254552234, 0.0014404098, 0.0191872157, 0.00829347596, 0.00311347493, -0.00138652266, 0.0125907557, 0.0141646, -0.00361642078, 0.0282470863, -0.0241140332, -0.0137677174, -0.00492339581, 0.0110032251, -0.0327085927, 0.0183250234, -0.0118791042, 0.00573084643, -0.00867667235, -0.0262353029, 0.0280281156, 0.00715757068, 0.00975099299, -0.00864245836, -0.015697388, -0.00151653599, -0.0195567273, -0.00038619063, 0.000865614449, -0.0244151168, 0.0316137448, -0.00252328324, -0.000199403526, 0.0070754569, 0.0183797665, -0.0098399492, -0.00267553562, 0.0152731333, 0.0113864224, 0.00942253787, 0.00318703498, 0.000755701913, 0.0132476641, -0.0171617474, -0.0222938489, -0.0092035681, 0.0116806626, 0.00554609066, 0.0207610615, 0.00947728, 0.00428701518, 0.00546739856, -0.00442729285, -0.0058198031, -0.0126112839, -0.00725337, -0.021746425, -0.0114001082, 0.00178426062, 0.0274670068, 0.000674443669, -0.0180923678, 0.00646986905, 0.00517315837, 0.0383744314, 0.00176373217, 0.0049986667, 0.00732179778, 0.0162448119, -0.0109826969, -0.00573426811, 0.0165322088, 0.0155605311, -0.00563846854, 0.0204326063, -0.0307378657, 0.0309294648, 0.0291503351, 0.0166827515, 0.0104626436, 0.00994943362, 0.0174217727, 0.0109826969, 0.0127686681, 0.00329309842, 0.00566926133, 0.00373959122, -0.00119920098, -0.0050328807, 0.0265090149, 0.00815662, 0.00411252398, -0.0138361454, 0.00622695, -0.000685563195, 0.00910776947, -0.0168469772, -0.000229875368, 0.00523132179, -0.0171754323, 0.00765709532, 0.0355825685, -0.00413305219, -0.00445466395, 0.0395787656, -0.0121254446, -0.0356920548, 0.013829302, 0.0090803979, -0.00705492869, 0.00306899659, -0.0110374391, 0.00988100562, -0.0229097, -0.0320243128, 0.0107568847, -0.00484470371, 0.0165732652, 0.00734916935, 0.0129260523, -0.0196114704, -0.0208568592, -0.00648355484, 0.0140414294, 0.0284386836, 0.00186637416, 0.00194335566, 0.00200323015, -0.0184481945, -0.00940885209, -0.00723284157, -0.00695570791, -0.0173396599, -0.00632959185, 0.00568978954, 0.0175449438, -0.0173122883, -0.0103736874, 0.0127823539, 0.00901881233, -0.0195977837, 0.0106952991, 0.0208842307, -0.00445466395, 0.0279186312, -0.00401672488, 0.00518684369, 0.0211032014, -0.00743128266, 0.0240729768, 0.00994943362, 0.0109826969, -0.0278091468, 0.0171617474, -0.0167238079, 0.0114548504, 0.0024873584, 0.0256331358, 0.0040030391, 0.0157931857, -0.00388329, -0.0156563297, -0.00988100562, -0.0137335034, 0.00682569481, 0.0164227244, 0.00520395068, -0.0366500467, -0.00171241118, -0.00692149391, 0.0128302537, 0.0069796578, -0.0080266064, 0.000641940336, 0.0186261069, 0.0170659479, 0.0226496737, 0.00754761044, -0.0114206364, -0.00736969756, -0.0177091714, 0.00864930172, -0.00431438675, 0.00118893676, 0.0201725792, -0.00752708176, -0.0193514433, 0.0191051029, -0.00884774234, -0.00299543655, -0.00229918142, 0.0206789467, -0.0203504935, -0.0127070826, 0.0156837013, 0.00558372634, -0.0220201369, -0.0113179944, -0.0101478752, 0.00402356731, 0.0206378903, -0.00459152, -0.00819083396, 0.0113727367, 0.0163269248, -0.00357536389, -0.0284113139, 0.0193103869, -0.0040133032, 0.00164141704, 0.00782816485, -0.0291503351, 0.00278844172, 0.00150370575, -0.000893841, -1.53695746e-05, -0.0137882456, 0.0152457627, -0.0029492476, 0.0309020933, 0.00387986866, 0.0145751676, 0.0308747217, -0.0117833046, -0.000566669507, 0.00531685678, 0.00145666138, 0.00202546944, 0.000428958127, -0.00814977661, -0.0131313363, 0.0071096709, -0.00959360786, 0.00851928815, -0.00625432096, 0.00443755696, 0.00369853433, -0.00834821817, -0.0164364092, 0.0226359889, -0.00342995441, -0.0100178616, -0.00765709532, 0.00205455115, -0.00875878613, 0.0069796578, -0.00140191906, 0.0270564388, 0.00122229545, 0.00566926133, 0.00183044944, 0.0376354083, 0.00114959071, -0.0253320523, 0.0219106507, 0.0281102303, -0.0152731333, -0.0212400574, -0.000436228613, 0.00220680353, 0.0101341894, -0.0245109163, 0.0061585214, -0.00713019958, -0.0039859321, -0.00192795938, 0.000884432113, 0.0139798438, -0.00191769516, -0.00421174429, -0.0121596586, -0.00845770258, -0.0154510466, 0.000978520606, 0.00873825792, 0.0183523949, -0.0296977591, -0.0106131854, -0.0147393951, -0.000570518605, 0.0152594484, 0.0235392377, 0.0150267929, 0.00322980247, -0.0106473994, 0.000640657323, -0.0218011662, 0.00799923576, 0.0177091714, -0.00769130932, 0.0210758299, -0.00544687035, 0.00367458467, -0.00187150633, -0.00847823173, 0.00627142796, 0.0155879026, -0.00912145525, -0.0371701, 0.00595323741, 0.00448887795, 0.0142740849, -0.0142603992, -0.00183729234, 0.0105721289, 0.00633985596, 0.00586770242, 0.00296122255, 0.00627827086, -0.0208842307, 0.0024172198, -0.00925831124, -0.00104096124, 0.00337350136, 0.00475916872, 0.0070823, -0.0224307049, 0.00736969756, -0.00321440608, -0.0176954847, 0.00144383113, -0.00940201, 0.00583348842, 0.0170385763, -0.00741759734, 0.0206105188, -0.00769815221, 0.0110237533, -0.0281102303, -0.0176954847, 0.0116396062, -0.0129055241, -0.00513552269, -0.0121459728, 0.0177776, 0.0088409, -0.0146846529, 0.00102470955, 0.0151636489, 5.25773103e-05, -0.00977836363, -0.00771183753, 0.00671621, -0.00749971066, 0.0151362773, 0.0218559094, -0.0136240181, -0.0116806626, 0.000126057246, -0.000329737522, -0.019570414, 0.00730126956, 0.00970993564, 0.0244835448, -0.00846454594, -0.00155673746, 0.0164774675, 0.000957992277, -0.012132288, 0.0102505172, -0.0260437038, 0.00583348842, 0.0442045, 0.00344192935, -0.00908724125, -0.0113453651, -0.00744496845, -0.00110938924, 0.01562896, -0.010058919, -0.0210484583, 0.00915566925, 0.00218285387, 0.00812240597, -0.0223212186, 0.014068801, 0.00473864, -0.00281752367, 0.0193925, 0.0152731333, -0.032818079, 0.00894354191, -0.0112153525, -0.0162174404, 0.00177057495, 0.0215274543, -0.0272343513, -0.00793765, 0.000349838228, -0.00715072779, -0.00770499464, 0.0068838587, -0.000643223349, -0.0106610851, 0.00358904945, 0.0189682469, -0.00186124211, 0.0153552471, -0.0156426448, -0.00383196911, -0.00491313171, 0.00370879867, 0.00627142796, -0.0049028676, 0.0127481399, 0.0277544037, 0.0222801622, -0.0238540079, -0.00729442667, 0.0157521293, 0.0154373609, -0.000334869605, 0.00813609175, -0.00785553642, 0.0128576243, -0.00182189594, 0.00318019208, -0.0209526587, -0.0155194746, -0.0060182442, -0.0165458955, 0.0043965, 0.00923094, -0.0024770943, 0.00779395131, 0.0272480361, -0.00834137574, 0.00418779487, 0.0353636, 0.0123102, 0.00177741772, -0.00417410908, -0.0117490906, 0.0116053922, -0.00329138758, -0.00427333, -0.0150678493, -0.0199809819, -3.08193376e-05, -0.00667515304, 0.0362394787, -0.000721060263, 0.00983310584, -0.00338718691, 0.0117969904, 0.0220201369, 0.0145341111, 0.0107431989, 0.0129465815, -0.00842348859, 0.0305462666, -0.0214590263, 0.0266048126, 0.0206515752, -0.00678121671, -0.0151910204, -0.00616536429, -0.0163542964, 0.00557346223, -0.0187766477, -0.00988100562, 0.0160942692, -0.00657251105, -0.000887853559, -0.00574453222, -0.014137229, -0.00888195634, -0.00830031838, 0.0283292, -0.00930621, -0.00822504796, 0.0189135037, 0.000440505362, -0.01189279, -0.000522619, 0.00311347493, 0.00769815221, 0.0176818, -0.0132408217, -0.00740391156, -0.0118038328, 0.00159950496, -0.00721915578, 0.00520737236, 0.00137454784, -0.0123581, -0.00537159946, -0.0192009024, -0.000867752824, 0.00124881137, 0.00415700208, 0.00526211457, 0.00909408368, -0.0208568592, -0.0154647324, 0.0233750101, -0.021746425, 0.0183250234, -0.00825926196, 0.0088203717, -0.0144519974, -0.00960045122, -0.0260847602, 0.00276449183, -0.00109912502, -0.00203402294, 0.0248941127, -0.00175090192, -0.00958676543, 0.0170933194, -0.00933358166, -0.00921725389, 0.0319148265, 0.00617905, 0.00449572084, 0.00951149408, -0.00715072779, 0.00183900294, -0.00118123868, 0.00342140091, -0.0107431989, -0.000825413, 0.0201588944, 0.0164090395, -0.0019809911, -0.0130765941, -0.00113590516, -0.0123717859, 0.00803345, -0.0149446791, 0.00451967074, 0.00185097789, 0.0247025155, -0.00262592523, -0.00237103086, 0.000300441781, -0.017257547, -0.0202820655, -0.0135624334, 0.0217053667, -0.0131723937, 0.0307926089, -0.00313742459, -0.00567952543, -0.0102368314, 0.00981257763, 0.0143698836, -0.0111948233, 0.00703440048, 0.0303272977, 0.0183660798, 0.0134666339, -0.0109279547, -0.0087314155, 0.00385249732, -0.0190366749, -0.0336392149, -0.00105806824, -0.0029920151, 0.0030193862, -0.0256468207, -0.0170248915, 0.0164090395, 0.00746549666, -0.0145477969, 0.0143972551, -0.00258828979, -0.0187082198, -0.00342140091, -0.00412278809, 0.0222254209, 0.00619957829, 0.00617220718, -0.0140140578, 0.0132613499, -0.0220885649, -0.00548108434, 0.0145477969, 0.0276449192, -0.00721231289, -0.00193651288, -0.0139935296, -0.0298346151, -0.00697281491, 0.0150131071, 0.00731495535, 0.0255783927, -0.0140824858, 0.010264203, 0.00674358103, 0.00285858056, 0.00298004015, 0.00172182, -0.00668883882, 0.00717809889, -0.0340497829, 0.017120691, 0.0386481434, 0.00457099173, 0.0376080386, -0.00038191388, 0.0117696188, 0.00227009947, 0.0137745598, -5.30049838e-05, -0.0135487476, 0.000919501472, 0.000227523167, -0.00293042976, -0.00815662, -0.0115985489, -0.0216232538, -0.0162584968, -0.00787606463, -0.00732179778, 0.0115438066, 0.00750655355, 0.00747918244, -0.00345732551, 0.0048241755, -0.00778710842, 0.0254962798, -0.0070754569, 0.00131895009, 0.00180992112, 0.0270016957, 0.0122896722, -0.00765709532, 0.0015430518, -0.00827294774, -0.00259171124, 0.0116122346, -0.00858087372, -0.00773920864, 0.00540923467, -0.0132476641, -0.0116259204, 0.0159984715, -0.00159693882, 0.00804713462, -0.0267690402, -0.00489260349, 0.000210736907, -0.00937463809, 0.00323664537, -0.0190777313, 0.0017568894, 0.0181881674, 0.0030091221, -0.000812155, -0.0131176515, -0.00941569544, 0.0266458709, -0.0124949561, 0.021746425, 0.00586085953, 0.00156871229, 0.0131587079, 0.0059669232, 0.021609569, -0.001482322, 0.0130902799, 7.85853044e-05, 0.0144383116, 0.00281239161, -0.0114206364, 0.000315624231, 0.0228139013, 0.0112153525, 0.0225538742, -0.0153415613, -0.0309842061, -0.0261942446, 0.0069625508, 0.0113727367, -0.00549476966, 0.017462831, 0.00545371324, -0.00788975, -0.0345424637, 0.00953202322, -0.00274567422, 0.00929936767, 0.0130629083, -0.0224443898, 0.0169564635, -0.00628169207, 0.00697623659, 0.0176407434, -0.023580296, 0.00114531396, -0.011961218, 0.00712335669, -0.00879984349, 0.0178870838, 0.00344877201, -0.0171343759, 0.00351377879, 0.00495076692, 0.00233339542, 0.0201999508, -0.00647671195, -0.00835506059, -0.0108047845, -0.0377996378, -0.00820452, 0.0114959069, -0.00670594582, 0.0124265281, -0.00719862757, -0.0245382879, 0.0121938726, 0.00533054257, -0.0108526833, -0.0167785492, 0.0118380468, 0.0132887214, -0.0110169109, 0.00891617, -0.0124675846, 0.00769815221, 0.0130629083, 0.00709598558, -0.0165185239, -0.0087861577, -0.00452309195, 0.00527922157, 0.00298175099, -0.00992890541, 0.00924462546, 0.00279015233, -0.0276586041, 0.00438623596, 0.0125360126, -0.00882721413, -0.00737654045, 0.0153963044, 0.0234708097, -0.0141235432, 0.0164911523, -0.00732864067, 0.00801976398, -0.00566584, -0.00046616586, -0.0116669768, 0.0125633841, -0.00369511289, 0.0126181263, -0.012132288, 0.00247367285, 0.0112906229, -0.00159779424, -0.00721915578, 0.00892301369, -0.0111263953, 0.0231423564, 0.00773236621, 0.0250720251, -0.0108184693, 0.0252909958, 0.001499429, 0.00531001436, -0.0300262142, 0.0129055241, -0.0265911277, 0.00886827148, -0.0341866389, -0.0111400811, 0.00906671211, -0.00458125584, -0.0130218519, -0.0242782608, -0.0138498312, -0.00165253668, 0.0147393951, -0.0164364092, -0.00384565466, -0.0266595557, -0.0275764912, 0.0169154052, -0.00792396441, 0.0188177042, -0.00253354735, 0.00724652689, -0.0381828323, 0.0259889606, 0.00458809873, -0.00124881137, -0.0169975199, 0.00424595829, -0.00547424145, -0.0200630948, 0.00107688596, 0.0412484109, -0.00646302616, 0.00238984847, -0.0164227244, -0.00622352818, 0.00748602534, -0.00814977661, 0.0177639127, -0.00026644161, 0.00945675187, -0.0270564388, 0.00115557818, -0.0113864224, -0.00967572164, -0.0174217727, -0.00402698899, 0.0125975981, 0.00565899722, 0.0218969658, -0.0019809911, -0.036212109, 0.0164774675, 0.00450256374, -0.0162037555, 0.0339402966, -0.0190777313, -0.00399277499, 0.00109741429, -0.0257426202, -0.00189716683, 0.0124949561, -0.0193514433, -0.0293693058, -0.00067957578, -0.0297525022, -0.000757412636, 0.0162995532, -0.0223759618, -0.00863561593, -0.0199946668, -0.0088409, -0.0259068478, 0.0203231219, -0.000488832651, 0.00416384498, 0.00256605074, 0.0088888, -0.0215548258, 0.0172164887, 0.00547082024, -0.0217601098, -0.00995627698, 0.0162174404, -0.00971677899, 0.0138156172, -0.00520737236, -0.0151499631, 0.0222664773, 0.0259342194, 0.0087861577, -0.000890419586, 0.0177776, -0.00990153383, 0.0188450757, -0.0254552234, 0.0125702266, -0.00489944592, -0.0218422227, -0.0229918137, -0.00773236621, -0.00422200887, -0.0135008479, -0.00624747807, 0.00164483848, 0.0103394734, -0.0116190771, -0.00934042409, 0.000851073477, 0.0202273224, 0.00805397797, -0.00103326305, 0.00236589881, -0.0303272977, 0.00897091348, 0.00949780922, 0.00852613151, -0.00211100443, 0.0110169109, -0.0116738202, 0.000803173869, 0.00526211457, 0.0247162, 0.00594639499, -0.0397156216, -0.000816004118, -0.0158889852, -0.0199262388, 0.0115917064, 0.000508505735, -0.000943451305, 0.00877931435, -0.0117422482, 0.0069522867, -0.0163679812, 0.000608154, 0.000846369076, 0.00567268254, 0.0162584968, 0.0355552, -0.00150541635, 0.0178186558, -0.00533054257, 0.0181744825, 0.00997680519, 0.0049199746, 0.0135282194, -0.0151910204, 0.0125086419, 0.00121374195, 0.0206105188, 0.00657935394, -0.00521079358, -0.00227865297, 0.0207063183, 0.00460862694, 0.00760235265, -0.00342653296, -0.0115711782, 0.0248393714, 0.0205147192, -0.012132288, -0.0254689083, 0.000637235935, -0.00313400314, -0.00046616586, 0.0122349299, -0.00258315774, -0.00299714715, 0.00633301307, 0.00730126956, -0.00808134861, -0.00414673798, 0.0206105188, -0.0301904418, 0.00495076692, 0.0106200287, -0.0180923678, -0.0107500413, -0.000723198638, 0.0129739521, -0.00481048971, -0.00241550896, 0.0318874568, -0.0122212442, 0.0135076912, -0.000357750221, 0.0264953282, 0.00419805897, -0.00860140193, 0.0254415367, 0.0100383898, 0.00282778777, -0.0344603509, -0.0190503597, 0.00472495472, 0.0417958349, -0.0140961716, 0.00143100088, -0.0315863714, 0.00177741772, -0.00111708743, 0.0133982059, 0.00653145416, -2.1463944e-05, 0.00433149375, 0.0103668449, -0.0281923432, 0.0113932649, -0.00585743831, -0.00179281412, -0.0059156022, 0.0123444144, 0.00434860075, -0.00481733261, -0.000543575094, 0.00728758378, -0.0252909958, 0.0153141906, 0.0289039947, 0.0181744825, 0.00299885799, -0.00338034402, 0.00192282733, 0.00844401773, 0.00780079421, 0.0207610615, -0.0203094352, -0.000624833337, 0.0100862896, 0.0116532911, 0.017120691, -0.0179144554, -0.00603193, 0.0244288016, -0.00380117632, -0.0116532911, 0.00410226, 0.000939174555, 0.0171480607, -0.00239498052, 0.000587625604, 0.0109279547, 0.000348341389, 0.0291229654, -0.00412278809, -0.0163269248, -0.00482075382, 0.000193736822, -0.00855350215, 0.00260197534, 0.021472713, -0.00248222635, 0.00417068787, 0.0138224596, -0.00559056923, -0.00536817824, -0.0125428559, 0.0040133032] |
05 Apr, 2023 | Node.js http.ServerResponse.writableFinished Property
05 Apr, 2023
The httpServerResponse.writableFinished is an inbuilt application programming interface of class ServerResponse within http module which is used to check if all the data has been flushed or not.
Syntax:
response.writableFinished
Parameters: This property does not accept any arguments as a parameter.
Return Value: This property returns true if and only if all the data has been flushed or not.
Example 1: Filename: index.js
Javascript
// Node.js program to demonstrate the
// response.writableFinished APi
// Importing http module
const http = require('http');
// Setting up PORT
const PORT = process.env.PORT || 3000;
// Creating http Server
const httpServer = http.createServer(
function (request, response) {
// Checking all the data has been flushed
// or not by using writableFinished API
const value = response.writableFinished;
// Display the result
// by using end() api
response.end("Data has been flushed : "
+ value, 'utf8', () => {
console.log("displaying the result...");
// Closing the server
httpServer.close(() => {
console.log("server is closed")
})
});
});
// Listening to http Server
httpServer.listen(PORT, () => {
console.log("Server is running at port 3000...");
});
Run the index.js file using the below command:
node index.js
Console output:
Server is running at port 3000...
displaying the result...
displaying the result...
server is closed
server is closed
Browser Output: Paste the localhost address http://localhost:3000/. In the search bar of the browser.
Data has been flushed : false
Example 2: Filename: index.js
Javascript
// Node.js program to demonstrate the
// response.writableFinished APi
// Importing http module
const http = require('http');
// Request and response handler
const http2Handlers = (request, response) => {
// checking all the data has been flushed or not
// by using writableFinished API
const value = response.writableFinished;
// display result
// by using end() api
response.end("Data has been flushed : "
+ value, 'utf8', () => {
console.log("displaying the result...");
const value1 = response.writableFinished;
console.log("Data has been flushed " + value1);
httpServer.close(() => {
console.log("server is closed")
})
});
};
// Creating http Server
const httpServer = http.createServer(
http2Handlers).listen(3000, () => {
console.log("Server is running at port 3000...");
});
Run the index.js file using the below command:
node index.js
Console Output:
Server is running at port 3000...
displaying the result...
Data has been flushed true
Browser Output: Paste the localhost address http://localhost:3000/. In the search bar of the browser.
Data has been flushed : false
Reference: https://nodejs.org/dist/latest-v12.x/docs/api/http.html#http_response_writablefinished
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property | https://www.geeksforgeeks.org/node-js-http-serverresponse-writablefinished-property?ref=asr8 | CSS | Node.js http.ServerResponse.writableFinished Property | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, CSS pause-before Property, CSS, Node.js Stream writable.writableFinished Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0368164703, 0.0122844987, -0.011677308, 0.0492564701, 0.0433622785, -0.0364018045, 0.0228807107, 0.0232065208, -0.0452579, 0.0192523785, 0.0287452824, 0.0431253277, 0.00224179146, -0.0366091393, -0.0149946408, -0.027738234, -0.00924114138, -0.0073159039, -0.00335991033, 0.00957435556, -0.0156092355, 0.0391267575, -0.0371719, -0.0125362603, -0.037764281, 0.0183638074, -0.0111589748, 0.0121512124, -0.0330844708, -0.012417784, 0.0218144264, 0.03284752, 0.00929297507, 0.000348949368, -0.00598674919, -0.00628293958, 0.0187044255, 0.0272791386, -0.00858211797, -0.00686421338, -0.0023639698, -0.00628664205, -0.0135284979, 0.0267459955, -0.0329659954, 0.0165274255, -0.0362833291, -0.0484863743, 0.0169717111, -0.00602007052, 0.00262683886, 0.0454652309, 0.00867837947, -0.00740476092, 0.0306853298, 0.0281232819, 0.041614756, -0.00368201733, 0.00190487469, -0.0201261397, 0.00206222595, -0.0636809468, 0.0148909744, -0.0162312351, 0.0124770217, 0.038889803, -0.0115662366, 0.0210887585, -0.0246726628, 0.000149367916, -0.0263609495, 0.046886947, 0.0253983308, 0.022984378, -0.00214738073, 0.0164978076, 0.0143948551, 0.0462353267, 0.0266275201, -0.0163645223, -0.018793283, 0.00973726064, -0.0215478539, 0.00113940763, -0.00952992681, -0.0140838549, -0.0228362828, -0.0135359028, 0.0556838028, 0.0196078066, 0.0278122816, 0.014602188, -0.0281973295, -0.00352281495, -0.0143208075, 0.0282713771, -0.0103148315, -0.0087746419, -0.0150538785, 0.035217043, 0.0126399267, 0.0384751372, -0.00993718952, -0.00460946374, -0.0151945697, -0.0434215181, 0.00764171313, -0.0528403744, 0.0157721415, 0.0380604714, 0.0288637578, -0.0112034036, -0.0380012318, -0.00311370194, -0.000127732128, 0.0249836631, -0.0212220438, 0.00931518897, 0.0428587571, 0.0331437103, -0.00361722568, -0.000592380879, 0.0245838054, 0.0231176633, -0.0190006159, 0.0313369483, 0.0051463088, -0.00527218962, -0.00621999893, -0.020807378, -0.014424474, -0.0123511413, -0.046886947, -0.018985806, 0.00576460641, 0.0125732841, 0.0255908538, 0.0231324732, -0.014772498, -0.0294117108, -0.00693085603, -0.0488418043, 0.0511817075, 0.0353355184, 0.0438954234, 0.029382091, -0.0283158049, -0.0216367114, 0.00581273716, 0.00987795088, -0.0154167125, -0.00387269, 0.00427995156, 0.0298708063, -0.000684014813, -0.032669805, 0.0284046624, 0.0273383781, -0.0221994724, -0.0071011656, -0.0239618067, -0.0426810421, -0.00222513056, 0.050381992, -0.0104333078, 0.0358982794, 0.0327882804, -0.00601266604, -0.0163497124, 0.020066902, -0.0195781887, -0.0193708539, -0.0302262343, -0.0114329504, 0.0206592828, 0.00141245814, 0.0387120917, 0.0155648077, 0.0225993302, 0.0203482825, -0.000170193802, -0.00838959403, -0.00567945139, -0.0143134026, 0.0463538021, -0.0310111381, 0.0203779023, 0.000801102549, -0.0417036116, -0.0364314243, -0.041792471, 0.0126991654, 0.0758247524, 0.00719742756, 0.0128990933, 0.0193560459, -0.00827111769, 0.0154463314, 0.0198595691, 0.0156240454, -0.0228066631, -0.00950771291, -0.0227622353, 0.0182453301, -0.0134322364, -0.0186155681, 0.0245097578, -0.0394821838, 0.0574905649, -0.00213257107, -0.0186303779, -0.027915949, 0.0235767588, 0.0273383781, 0.0186748076, 0.00422071386, 0.00202149968, 0.0174752362, -0.0202742349, -0.00345246983, -0.0162608549, -0.0415259, -0.0442508496, 0.0326401852, -0.0539362766, -0.0407854244, 0.0217255689, -0.0219625216, 0.0419701859, 0.0122919027, -0.00810821354, 0.0107443081, -0.00451320177, -0.00828592759, -0.0224956628, 0.0592677072, -0.000411427027, -0.0595935173, -0.0294709485, 0.0139727835, -0.00862654671, -0.0153722838, 0.00499451114, 0.00562761817, -0.0157425217, -0.0294413287, -0.0166755207, 0.00395414233, 0.00975207053, 0.0295746159, -0.0258870441, -0.00882647466, -0.00125788373, 0.00333399349, -0.0210591406, 0.0390082821, 0.0140246172, 0.0194597114, -0.0256945211, -0.0179639496, 0.00765652256, 0.0144911166, -0.0128398556, -0.0119364746, -0.0197410919, 0.0317219943, -0.0204519499, -0.0278715193, 0.0191190932, 0.00891533215, 0.0533142798, -0.00902640354, 0.0266571399, 0.0183045696, -0.038149327, 0.0110479034, -0.0584976114, -0.0359871387, -0.000616909121, -0.0279603768, -0.0136617841, 0.0120697599, 0.0122178551, -0.00456133252, -0.00689383224, -0.0156536642, 0.0190154258, 0.0124548078, -0.0426514223, 0.00494638039, -0.014779903, -0.0108109508, 0.0141949262, 0.0158461891, 0.00793790352, -0.00949290302, -0.0332918055, 0.0375569463, -0.0103000225, 0.00492786849, -0.0191190932, -0.0323736146, -0.0047057257, -0.00858211797, -0.0157869495, -0.00267311861, 0.0283454247, -0.0166607127, 0.0364314243, -0.0265979, 0.0124474028, -0.0141060697, -0.0059682373, -0.0120031172, 0.00165588968, 0.0302262343, 0.0204815678, 0.0352762826, -0.0294709485, -0.0152834263, -0.0260055196, 0.0422367565, -0.0453467555, 0.0384455174, 0.0154167125, -0.00570907071, 0.00850066543, 0.00536474911, -0.030122567, -0.0433919, 0.00220291642, -0.00696417782, -0.00352836866, -0.0123881651, 0.026094377, -0.0456725657, -0.0719742775, -0.0372903757, 0.0124325939, 0.0188377108, -0.0197410919, -0.0435103737, 0.0160979498, -0.0161868073, 0.0579348505, 0.00519814203, -0.0320181847, -0.0143726412, 0.0272199, 0.0429179929, 0.0012680653, 0.0409039, 0.0254427586, 0.0143208075, 0.0219625216, 0.00945587922, -0.00193819613, -0.0410816148, 0.00509077311, -0.00864876062, -0.0157721415, 0.0205408074, 0.0269533303, 0.00617557066, 0.00353947561, -0.0423848517, -0.0163645223, -0.00668279687, 0.0214441884, 0.0100556649, -0.0180231873, 0.0300781392, -0.0161127597, 0.0111071412, -0.0336472318, -0.00614224933, -0.00824890379, 0.000761301955, 0.00874502305, 0.00788607076, 0.0172530934, 0.0620815158, -0.00398005918, 0.0221106168, -0.00935961772, 0.00784164201, 0.0185415205, -0.0196522363, -0.00864135567, -0.00698268972, -0.0405780897, 0.0256204735, -0.00733071333, -0.0250132829, -0.0142763788, 0.0321959, 0.0105517842, 0.00884128455, 0.0151205221, -0.0397487581, -0.0174011886, -0.0320774242, 0.0104259029, -0.0184378549, -0.0302854721, 0.000620148727, -3.67345565e-05, -0.00392822549, 0.00313591631, 0.000405410654, 0.00180305925, 0.0271162335, -0.000325809466, 0.0300040916, 0.00609782059, 0.0376458056, 0.0326401852, -0.00495378487, -0.050737422, -0.0544694215, 0.00196226174, -0.0128916884, 0.00207333313, 0.00874502305, -0.00827852264, 0.0207629502, -0.00892273709, -0.00605339184, -0.0348616131, -0.0201261397, -0.0357501842, -0.0207777582, 0.0249688532, -0.0290266629, 0.00711597502, -0.04490247, -0.0270718057, -0.00497970171, -0.0211628061, 0.0242579971, -0.0192819983, 0.0155203789, 0.0161275696, -0.0114033315, -0.00981871318, 0.0198595691, -0.0340026617, -0.0281973295, 0.0153426649, 0.0180379972, -0.0153130451, 0.0058571659, -0.0384455174, 0.0130916173, 0.0122844987, -0.013498879, 0.0184526648, -0.00984833203, -0.00714559434, 0.022258712, -0.0158461891, 0.0019604105, -0.0544101819, 0.0426218025, 0.00881907064, -0.0255316161, -0.00912266504, 0.0102629988, 0.00346172578, -0.0118846409, 0.0159350447, 0.0290414728, 0.000445442653, 0.0566316098, -0.0027638271, -0.0200076643, 0.00545730861, 0.00112737482, 0.0235175211, 0.000386898755, 0.0298263766, -0.0230732355, 0.0382381864, 0.01331376, 0.00415407075, 0.0159794744, 0.0263461396, 0.0025916663, -0.00329696969, -0.0165126175, 0.0125362603, -0.00274161273, -0.0167051405, -0.00447988044, -0.0214886162, 0.0166903306, 0.0205556154, -0.0118698319, 0.020244617, 0.0173123311, 0.0344765671, 0.0350985676, 0.0351281874, -0.00607560622, -0.0120327361, 0.032284759, -0.0375569463, 0.0125510693, -0.0425329469, -0.0216070917, -0.070434086, 0.012773213, -0.0328771397, 0.0210739486, -0.00189932121, -0.00460576126, -0.0465018973, 0.0271606632, -0.0124474028, 0.0467980877, 0.0128324507, -0.0209110454, 0.00950030796, -0.0010635088, -0.00494638039, -0.00863395166, 0.00251391623, -0.00702341553, -0.0571943745, 0.0155055691, 0.0110553084, 0.00145503553, 0.0166459028, 0.0564539, 0.00686791586, 0.00392082101, -0.0366979949, 0.00828592759, 0.00422811834, 0.0187636632, -0.026834853, 0.0296634715, -0.0440139, -0.0414666608, -0.0188673306, 0.0198299494, 0.0150983073, 0.0103148315, -0.00350985676, -0.0062792371, 0.0182749499, 0.013143451, 0.0104259029, -0.0119957123, 0.0130990222, -0.0200965218, -0.0159498546, -0.0306260902, 0.00787126087, -0.0196818542, 0.00145133317, 0.0040318924, 0.00858952291, -0.023532331, 0.0102407839, -0.0208666157, -0.019341236, 0.00782683212, -0.0195189491, -0.0250280909, -0.000877926941, -0.00482420158, 0.0130694034, -0.0220217593, -0.00196226174, 0.0359279, 0.0346839, -0.0337064713, 0.0253983308, -0.00788607076, 0.0104999505, -0.0113440938, -0.0101223085, -0.00519443955, -0.0293080434, 0.0185711402, 0.00162904745, -0.00642363029, -0.0218736641, 0.000888571318, 0.0211479962, -0.0114477603, 0.00600526109, -0.00990016572, -0.0198447593, 0.00882647466, -0.0302558523, 0.0164385699, -0.00559799932, 0.00577941583, -0.016956903, 0.0178306643, -0.00326179713, 0.0151649499, -0.0294413287, -0.00850066543, 0.0109812608, 0.010773927, -0.0199188069, -0.0142467599, -0.00396154728, 0.0145651642, 0.0210591406, 0.0337360911, 0.00380604714, 0.000768243917, 0.0107294982, -0.00409483258, -0.0225400925, -0.000724740967, 0.000419294578, 0.0137654506, -0.0193560459, -0.00633107079, 0.0277974717, 0.0219921395, -0.0102111651, -0.0428587571, -0.00609041564, -0.0230436157, 0.00864876062, -0.0146762365, -0.0287008528, -0.00958916545, 0.00747510605, 0.0195781887, 0.0284639, -0.0160090923, -0.0204519499, -0.00930038, 0.0289229956, -0.0267015677, -0.00513149938, 0.0741660818, -0.0100038322, 0.0198003314, -0.0280492343, 0.0327586606, 0.016986521, 0.0126843555, -0.0131064272, -0.0160979498, 0.0273531862, 0.0202742349, -0.00863395166, -0.00915228482, 0.046709232, -0.023902569, -0.0125880931, 0.000983907608, 0.0137432367, -0.00101445219, 0.00353392214, 0.017889902, 0.00606079679, 0.00352836866, 0.0259462819, 0.0152093787, 0.0458798967, 0.0236063786, -0.00101537781, -0.021177616, 0.00306742219, 0.0137728555, 0.0081378324, 0.00209739851, -0.0354539938, 0.0296782814, -0.0174308065, 0.0087376181, -0.00162164262, -0.00231583905, -0.01222526, 0.0371719, 0.0245838054, -0.00128194923, -0.000679849589, 0.00776759395, 0.00720113, -0.00248799962, 0.0169717111, -0.00237877946, 0.0419405662, 0.0151649499, 0.00218255329, 0.032314375, -0.00858952291, -0.0344469473, 0.00247504143, 0.00559799932, -0.0205556154, 0.00636809459, -0.0287897103, 0.0194597114, -0.0185415205, 0.00847104657, 0.00398005918, 0.020985093, 0.00972245075, -0.00439472543, 0.00539807091, 0.0134174265, -0.0105739981, 0.0214886162, -0.00338027324, -0.00316368416, 0.0214441884, -0.0133655937, -0.0298411865, -0.0178602841, 0.0152982362, -0.0276641864, 0.0237100441, -0.02227352, -0.023917377, -0.061489135, -0.0355132334, 0.0115292128, -0.0358390436, 0.00108387193, 0.0122770937, -0.0203038547, -0.00417628512, -0.019341236, -0.024820758, 0.0276493765, 0.000474830304, -0.00357279717, -0.019533759, 0.00748621346, -0.00181046408, 0.00236952351, 0.0180824269, -0.00406521372, -0.00725666573, -0.0358390436, -0.00196781522, 0.0247615203, -0.0163645223, -0.0180824269, 0.0128028318, -0.00143930037, 0.00743808225, -0.0454356112, 0.00261943415, 0.0199928544, 0.00654210616, -0.00224734494, -0.00198262464, 0.0568685643, 0.0018613718, 0.00833035633, -0.00254168408, -0.00878204685, 0.0225845203, -0.0264794249, -0.0206592828, -0.0428587571, 0.0158017594, -0.0233694259, -0.000276521547, 0.0173123311, 0.0473904684, -0.00410964247, 0.0186748076, -0.0139727835, -0.0137136169, -0.0180824269, -0.00103388971, 0.00500932056, -0.0012495534, 0.0121438075, -0.0114477603, -0.0396302789, -0.00261943415, -0.0128916884, 0.023354616, 0.00486863032, 0.0178306643, 0.0407558046, 0.0165570453, -0.000578496954, 0.00498710666, -0.023176901, 0.0219625216, -0.0298115667, -0.0191931408, 0.00745659415, -0.0168532357, -0.0452579, 0.018067617, -0.0440139, 0.0283306148, 0.0240358543, 0.00870059431, -0.00447617797, -0.0241691396, -0.0592380874, -0.0280344244, -0.00296375551, 0.00642363029, -0.033054851, 0.00252687465, 0.00218810677, -0.0135210929, -0.0200817119, 0.00374680897, 0.0228066631, -0.0106406417, -0.00712708244, -0.00957435556, -0.00191413064, -0.000437806477, -0.00418739207, -0.0771872252, 0.00176140747, 0.018067617, -0.000932074268, 0.0101593323, 0.0147058554, 0.00893014204, 0.00733811827, -0.0412889458, 0.0513594225, -0.0256649014, -0.00239173765, 0.00856730808, 0.0215626638, 0.00394303538, 0.0247319, 0.00761209428, -0.019874379, -0.003376571, -0.00752323726, 0.00296930922, 0.00677535636, 0.00691604661, 0.00651248731, 0.0127139743, -0.0149798309, -0.0119809033, -0.0157573316, 0.0172827113, 0.0178306643, -0.015150141, 0.0115144029, 0.0225104727, -0.00165959203, 0.00258055911, -0.000292256649, -0.0318700895, -0.0199928544, 0.00568315387, -0.0218588542, -0.0116699031, 0.00864135567, -0.0201557595, -0.0454652309, -0.0170309506, 0.00978909433, -0.0225549024, -0.0225400925, -0.00820447505, 0.00125140464, 0.00706043933, 0.00857471302, -0.032314375, -0.0131952837, 0.0164681878, -0.00220847, 0.0124844266, -0.00131341943, -0.0405484699, -0.01642376, -0.0118550221, -0.00773057, -0.00904861744, -0.0235175211, 0.00684570149, -0.00691604661, -0.0141504984, 0.0215478539, 0.00579792773, -0.0139875934, -0.0058571659, 0.0646879897, 0.0178750921, -0.00270273769, -0.00661985623, 0.0143652363, -0.00273050554, 0.0071011656, 0.00344876735, -0.020066902, 0.0221994724, -0.0274420436, -0.000858952291, 0.000190788298, 0.0114107365, -0.00909304619, -0.0157721415, 0.00622370141, -0.0413481854, -0.0167643782, 0.0159942843, 0.00835997518, -0.00992978457, 0.0299152341, 0.0108998083, -0.027738234, -0.020259425, 0.00420220196, -0.0147502841, 0.0147132603, -0.0138098793, -0.00526478514, -0.0181268547, -0.0176085215, -0.023724854, -0.0134544503, 0.0206000451, 0.0319885686, 0.00268052355, -0.0114625702, -0.0151649499, 0.0052203564, -0.00604598736, -0.0114477603, -0.0430364721, -0.0328771397, 0.0331733301, 0.0106184268, -0.00343580917, 0.000568778196, -0.0382678024, -0.0349504724, -0.00297856517, -0.0141282836, -0.0171198063, 0.0414962806, -0.00242876168, -0.000840440334, -0.00384307094, -0.00609041564, -0.0438954234, -0.0651619, -0.0231028534, 0.000323264103, -0.00240284484, -0.00320626143, 0.00796011835, -0.00947068911, -0.0208814256, 0.00593861844, 0.0174752362, -0.012580689, -0.0125880931, -0.00392822549, -0.000528514793, -0.00563502312, -0.00924114138, -0.0088116657, 0.0401041843, 0.0143652363, 0.00944107, -0.000700212724, -0.0339434221, -0.0505004674, 0.00841180794, -0.0173863787, -0.00417998759, -0.0211035684, -0.0128250457, -0.0362240896, 0.030833425, -0.0179935694, 0.00299707707, -0.035779804, -0.0048167971, 0.0168976635, 0.0023824817, 0.0108775934, -0.0125214504, 0.0240358543, -0.0287008528, 0.0334399, 0.0261684246, 0.028656425, -0.00309148757, -0.00188728841, 0.0044724755, -0.0130768074, -0.00786385592, 0.0170605686, 0.0219773296, -0.00754174916, -0.00279899966, -0.0024546783, 0.00687532034, 0.00432067784, -0.0163645223, -0.00091356237, -0.0121364035, -0.0588826574, 0.00996680837, 0.00148465461, -0.0276789963, -0.00725296326, 0.0175937116, 0.0114773791, -0.0197707117, 0.00106998789, 0.00695307041, -0.0354539938, 0.0113440938, 0.0122919027, -0.0148835694, 0.000271893572, -0.0158313792, -0.00529810647, 0.00112367247, -0.0125732841, 0.00459465431, -0.0119364746, 0.00627183262, -0.00764911808, 0.0119883083, -0.023917377, -0.00452060672, -0.0195781887, 0.0180972349, -0.0233398061, -0.0102407839, 0.0152241886, -0.00717151072, -0.00410964247, -0.0143059976, 0.00105888082, -0.0335287564, 0.0239469968, -0.000922818319, 0.00260277349, 0.00385788037, 0.0128916884, -0.0152834263, 0.0116328793, -0.0198891871, -0.0223771874, 0.00920411758, 0.0215478539, -0.0176825691, -0.0221846644, 0.000978354, 0.00129027956, -0.0165274255, -0.010944237, -0.00215663668, 0.032669805, 0.0136765931, 0.0234879013, -0.0169717111, -0.00778240385, -0.00975207053, 0.0121215936, 0.0184674729, -0.00353577337, 0.00643843971, 0.00552024925, -0.000728443381, -0.0293080434, -0.0069715823, -0.0122030461, 0.00827111769, -0.00444285665, -0.0176381413, -0.00300077931, 0.0133878076, -0.0251465682, -0.0131212361, 0.0115588317, -0.00242135674, 0.0052203564, -0.00519443955, 0.00920411758, -0.0095595466, 0.0149205932, -0.0245245676, 0.0757062733, -0.0290710907, 0.0247022826, -0.0241247118, 0.0151353311, -0.0176529493, -0.0149354031, 0.0287749, 0.0269533303, -0.0246578529, 0.0214886162, -0.0233249962, 0.0070641418, 0.00556838, -0.0271014255, 0.025738949, -0.0161423795, -0.0401634239, 0.00881907064, -0.00740105845, -0.008944951, 0.00680867769, -0.0240358543, -0.0148539506, 0.035039328, 0.0171198063, 0.00229362468, -0.0361352339, -0.0280048065, -0.0137728555, -0.00575720146, -0.0187044255, 0.0140024032, 0.0125510693, 0.0121512124, 0.0459687561, -0.000621074345, 0.00974466559, -0.00446136855, 0.0224956628, 0.0133285699, -0.0321366638, 0.00433548773, -0.000541010348, 0.0145355454, 0.00907083228, -0.0155796167, -0.0212960932, -0.0407854244, 0.0126621416, -0.0216663312, 0.0066235587, 0.00651619, -0.0324032344, -0.0162608549, -0.00767133245, 0.00185489259, -0.00610522553, 0.0282121394, -0.0200372823, -0.00618667761, -0.0122696888, 0.0167051405, -0.00393192796, -0.0100186411, -0.0189413782, 0.0107813319, 0.022821473, -0.00698268972, 0.00252132118, 0.0254575685, -0.0110404985, 0.00875242706, -0.0150686884, -0.00116717548, -0.0159350447, 0.00225104741, -0.0117809745, 0.0216070917, 0.0130619984, -0.0220661871, 0.0299152341, -0.0382085666, -0.00318219606, 0.0325513296, -0.0174308065, -0.00997421332, 0.00378568401, 0.0146688316, 0.0026101782, 0.0210147109, -0.00500191608, -0.00579792773, -0.0136173554, -0.01113676, 0.0207333304, 0.000847845105, -0.00827111769, 0.00786385592, 0.00906342734, -0.0044724755, 0.00295264833, 0.0168828554, 0.00987795088, -0.0241247118, 0.000433409907, 0.013498879, -0.000689105538, 0.00378198153, 0.0219773296, 0.0170161407, 0.00395044, 0.00294894609, -0.0383862816, 0.0259166639, -0.0218144264, 0.0239618067, 0.00718261814, -0.0193264261, -0.00233990443, -0.0328771397, 0.0322551392, 0.000520647271, -0.0102407839, -0.0216811392, 0.0328179, 0.0430068523, -0.00372089236, -0.00219551171, 0.00140505342, 0.00371719, 0.00222327956, -0.0141208787, -0.00315813045, -0.00536474911, 0.0185267124, 0.000891348114, -0.00158461882, 0.0206000451, 0.00563502312, 0.00368942204, -0.00166607124, -0.026834853, -0.00489824917, 0.0377939, -0.00861914176, -0.0175937116, -0.0185119025, -0.00619038, -0.00870059431, -0.0130101647, -0.0240802821, 0.00981130823, 0.0178306643, 0.0305964723, -0.0107220942, 0.00362463039, 0.000613669574, -0.0162312351, -0.00167255034, -0.00493897544, 0.00617186818, -0.0152982362, -0.0292488057, 0.0109886648, 0.00653470168, -0.0058756778, -0.0249392353, 0.000165565827, 0.00688642776, 0.00737884408, -0.0141875222, 0.0224364251, 0.00213812478, 0.0288637578, -0.00407261867, 0.0174159985, -0.0202742349, 0.0272347108, -0.0170161407, -0.0162312351, -0.00362463039, -0.0158609971, 0.00793790352, -0.00118383614, -0.00342655322, -0.0185711402, 0.0054165828, 0.0423256122, -0.019163521, -0.0124399979, -0.00958916545, 0.00417628512, -0.0213257112, 0.0201705694, -0.0126399267, 0.0163793303, -0.00172716053, -0.0159202367, -0.00885609444, -0.0190894734, 0.0233990438, 0.0202890448, -0.0351281874, 0.0126251169, -0.00122178555, -0.0120771648, -0.0167199504, -0.00250466028, -0.000274207559, -0.011121951, -0.0303595196, 0.0151205221, 0.00476496341, 0.00306186872, -0.0121882362, 0.0113366889, 0.00423182081, 0.000663651677, -0.0312777087, -0.00771576073, -0.00420960644, -0.0150834983, -0.0158017594, -0.0168384258, 0.0105073554, -0.00778240385, 0.00662726117, 0.0119883083, 0.0275605209, -0.0193560459, 0.0063347728, 0.0149279982, -0.0120845698, -0.00182157115, -0.0266127102, -0.0120845698, -0.0193856638, 0.0199484266, 0.0069715823, 0.00194004737, -0.0139135458, 0.000434335496, -0.00469461828, 0.00298597, -0.000220985836, 0.00026934818, 0.0105591891, 0.0153722838, 6.49652065e-05, 0.0243172348, 0.000133979891, 0.0178158544, -0.0445766598, -0.0039763567, -0.013683998, 0.00717151072, -0.0117069269, -0.00314332102, -0.0348912328, 0.0180379972, -0.00694566593, -0.0193116162, -0.00890052225, -0.0306260902, 0.019874379, -0.000957990938, -0.0152686173, -0.0161275696, -0.01642376, 0.0144985216, 0.0238433294, 0.00901899859, 0.013498879, -0.0126029029, -0.0152241886, 0.0366979949, -0.011129356, -0.00119679444, -0.00859692786, -0.0167643782, 0.0434511378, -0.0159794744, 0.000462103373, -0.00547952298, -0.0143578313, 0.00324883894, 0.0125510693, -0.0160387121, -0.00143744925, 0.0203334726, -0.00544249918, 0.0207777582, -0.0177121889, -0.0116476892, 0.0367276147, 0.0104481177, -0.0304483771, 0.0103962841, -0.022258712, 0.0119512845, 0.0199336167, -0.0109220222, -0.0108998083, -0.00157906523, 0.0045280112, -0.00793790352, -0.0180231873, 0.0123215225, -0.00280640437, -0.00730849896, -0.0274716634, -0.0138172843, -0.0333510414, -0.0311888531, 0.00346913049, -0.000327660673, -0.0118105933, 0.0056239157, 0.00493527297, 0.022984378, -0.0343877114, -0.0305076148, -0.00577201089, 0.00774538, -0.0137136169, 0.00605339184, -0.0237544738, -4.52673848e-05, 0.00345617207, 0.0150316646, -0.0386528522, 0.00385788037, 0.00432438031, -0.0198595691, 0.00427624956, 0.00187340449, -0.0358390436, 0.0187636632, 0.0182009023, -0.0119290696, 0.0200372823, -0.0150316646, 0.00255834498, 0.0353651382, -0.0206889026, 0.0150909023, 0.00696417782, -0.0130619984, 0.0172234736, -0.0296930913, -0.0111663798, 0.0176677592, 0.0122844987, -0.00941145141, 0.0109220222, 0.0275753289, 0.00753804669, 0.0118105933, 0.0187340453, -0.0192375686, 0.0270866156, 0.0023806307, -0.00534993969, 0.00486122537, -0.0122104511, 0.0126991654, 0.02847871, 0.0143208075, 0.0162756648, -0.0145873791, -0.0158165693, -0.0219477117, -0.00200113654, 0.0149131883, -0.00398746366, 0.013683998, -0.00346357701, 0.000104245148, 0.00614224933, -0.0155796167, -0.014609593, 0.024095092, -0.00418739207, -0.00156888366, -0.00941145141, -0.0114255464, 0.0200520921, 0.00849326048, 0.0241987593, -0.0111589748, 0.00369867799, -0.0103222365, 0.0245689973, -0.0141356885, 0.0385639966, -0.0247763302, 0.0135359028, -0.0129805459, 0.00999642722, 0.0334102809, -0.00470202323, 0.000659949321, 0.0238285214, 0.0214145686, 0.00249725557, 0.0437473282, 0.0018058361, 0.0378235169, -0.0248948056, -0.000525738, 0.00333769596, -0.0314554237, -0.0213405211, -0.008944951, 0.0183341876, -0.0118994508, 0.0485456139, -0.014965022, -0.00587938027, -0.0066976063, -0.021903282, -0.0293376632, -0.0175492838, 0.0155351879, -0.024820758, 0.0014781754, -0.00810821354, 0.00778980833, 0.0219625216, -0.0135433078, 0.00878945086, -0.0247022826, -0.00511298748, 0.0109812608, 0.00141430937, -0.0113366889, -0.00964099914, -0.0249688532, 0.0198003314, 0.00544620166, 0.0140172122, -0.000809895748, 0.0088116657, -0.00373014831, -0.0149354031, 0.0358094238, 0.00197522, 0.00340804108, -0.00328216027, -0.0105221653, -0.00713818939, -0.0213257112, 0.0274124257, -0.00539436843, -0.000246439711, 0.0207629502, -0.0424144715, 0.0180528071, 0.025738949, -0.0115958555, -0.0142023312, -0.0164385699, 0.0253242832, 0.0115662366, 0.00910785608, -0.000775648688, -0.0110404985, -0.0368460901, 0.00815264136, 0.00122641353, -0.0267608054, 0.0194745213, -0.00923373643, 0.0180972349, 0.0157425217, 0.00285083288, 0.00751953479, -0.00247319019, -0.0108331656, -0.00387639226, -0.00844142772, 0.0161571875, -0.000841365953, 0.00594232045, 0.025901854, -0.00231028534, 0.0152982362, 0.00825630873, 0.00395414233, 0.0137284268, 0.0172234736, 0.0141579024, 0.0151575459, 0.00204741629, 0.00123566948, -0.0059312135, -0.00589048723, -0.0262424722, -0.0119142607, -0.0119364746, 0.00878204685, 0.0191931408, -0.00460205879, 0.00176510983, 0.0115588317, -0.0123585463, 0.00968542695, -0.0196374264, 0.0214441884, -0.00475385645, -0.0160090923, 0.00468351133, 0.00691974908, 0.00740105845, -0.00556097552, 0.0272791386, -0.0149798309, 0.00680867769, -0.0126325218, 0.0172086637, -0.0280788541, 0.0239321869, -0.0415555164, 0.00644954666, -0.00145040755, -0.00577201089, 0.0130175697, 0.00526478514, 0.000608116, 0.00421701139, 0.0166607127, -0.0137876645, -0.00846364163, 0.0149057833, -0.00725296326, 0.0103296414, -0.0112774512, -0.00776759395, 0.00907083228, -0.00303780311, 0.0243320446, -0.00511669, 0.00293598766, -0.0232657585, -0.00149391056, -0.00176696107, -0.01826014, -0.00187340449, 0.00220291642, 0.00632736832, -0.0013911695, -0.0263757575, -0.00505004684, 0.0313961878, -0.0102778077, 0.00388379698, -0.0113440938, -0.00124585105, 0.00700490363, -0.00607560622, -0.0103000225, 0.000873761775, 0.0105369743, 0.00118846411, 0.000524812436, 0.0141801173, -0.00790088, -0.00440213038, -0.0105369743, -0.00778240385, -0.00173549086, -0.00318219606, -0.00541288033, 0.0273679961, 0.00526848715, -0.0100778798, 0.00258611282, -0.00953733176, -0.00487973727, -0.020066902, 0.0217551868, 0.00758988, 0.0141579024, -0.0205556154, -0.0164829977, 0.0132323075, 0.00936702266, 0.000947809371, 0.0104407128, 0.00551654678, -0.0132026887, 0.00731960591, 0.00657913, 0.0118105933, -0.0170753784, -0.0332621858, 0.00902640354, -0.00482420158, -0.0376161858, -0.00098113087, 0.000300355605, 0.0186155681, 0.00222883304, 0.022451235, 0.00679757027, -0.0130323796, -0.00296375551, 0.0115884505, 0.00535364216, 0.0134840691, -0.00901899859, 0.0027453152, -0.025901854, 0.0215478539, -0.0162164271, 0.0248355679, -0.018985806, -0.0134470453, 0.0063347728, -0.00604228489, -0.0216070917, -0.0119512845, 0.00206222595, 0.00736033218, 0.0162016172, -0.000166954225, -0.0184082352, -0.00895976089, -0.0126917604, -0.00660134433, 0.00880426075, 0.0195189491, 0.00370608293, -0.0172679033, 0.00715670129, -0.0183934253, 0.00649397541, -0.00565353502, 0.00100519625, 0.0157129019, -0.00365795195, -0.00613114191, -0.0177862365, 0.0194597114, -0.00473164208, 0.00410964247, -0.00246763648, -0.000615057943, 0.0174456164, -0.0245393775, 0.0315739, 0.00141801173, 0.024820758, -0.0112330224, -0.0182897598, 0.0023639698, -0.00485752337, 0.00127639563, -0.0145577602, 0.00220106519, 0.00634588, 0.00247133896, 0.0274272338, -0.00557948742, -0.0186896157, 0.000602099637, 0.0347727574, -0.00537585653, -0.00220291642, 0.0234730914, 0.00654210616, -0.00521665392, -0.0172827113, -0.00153278548, 0.0164385699, 0.0177121889, -0.0024361664, -0.0164978076, 0.00120327366, -0.00680867769, 0.021710759, -0.00178362173, -0.00309704128, 0.0198595691, -0.0146244029, 0.00456873747, 0.012047546, -0.0324032344, -0.0224956628, -0.0026657139, 0.0040874281, 0.00623480882, -0.0108109508, -0.00147632416, -0.00022410971, 0.0146392118, 0.00805638, 0.00376717211, -0.000796474575, 0.0223475676, 0.0062792371, -0.0162608549, 0.00576830888, -0.0013550712, 0.0245097578, 0.0201261397, 0.00128565158, 0.00164385687, -0.0236656163, -0.0133655937, 0.0274568535, -0.00417998759, -0.00428735651, 0.00480198767, 0.00623110635, -0.00499821361, 0.0330252349, 0.0105443792, 0.000376254407, 0.00506855873, 0.01860076, 0.00503153494, 0.000741864496, -0.0369645655, 0.00775278453, 0.000775648688, -0.0135359028, 0.00228066626, 0.00173271401, -0.00118013378, 0.0419405662, 0.00640882039, -0.0391859934, -7.29629255e-06, 0.0194449015, -0.00629034452, -0.0142171411, 0.00224734494, 0.0139061408, 0.0202742349, -0.000737236522, -0.00767133245, -0.00524257077, -0.015683284, -0.0219625216, 0.0020344581, -0.000207564706, -0.00202520215, 0.0140764508, 0.00942626, 0.0117735695, 0.0169717111, -0.0180231873, -0.000544712704, 0.00144022598, 0.00122826477, 0.0298115667, -0.00803416595, -0.00688272528, 0.0188377108, 0.00201779744, -0.0147280693, 0.00774538, 0.00170494616, -0.0101889512, 0.00889311824, 0.00556838, -0.0115218079, -0.00570536824, -0.00233064848, 0.0179491397, 0.00187803246, 0.00878945086, -0.00133841054, 0.0265238527, 0.00154481828, 0.00125325576, 0.0123215225, 0.0155796167, 0.00946328416, 0.00289155915, 0.0031655354, 0.025561234, -0.00834516529, -0.00682718959, -0.00386158284, -0.00664947508, 0.0221402347, -0.00247689243, -0.0217996165, -0.0204667598, 0.0105443792, 0.00648657046, 0.0115514267, 0.0152389975, -0.00633847527, 0.00620148703, -0.0113589028, 0.0159202367, 0.00644214218, -0.0154759502, -0.0112996651, -0.0353355184, 0.00784904696, 0.0126473317, 0.00453171367, -0.00355798751, -0.0215922836, -0.0158461891, -0.0153574739, 0.000607190421, 0.00519073755, 0.00395414233, -0.0170309506, 0.00252872589, 0.0101074986, 0.0112996651, -0.00124214869, -0.0181268547, -0.00755655859, -0.0178454742, -0.00526848715, -0.00395414233, 0.0181120448, -0.0132693313, 0.00954473671, 0.00367646385, -0.0405780897, -0.0163793303, 0.00367276138, -0.0158906169, -0.00696047535, 0.0187784731, -0.024628235, -0.00947809406, 0.00506485626, -0.00584976096, 0.0152538074, 0.0123881651, 0.0108924033, 0.00820447505, -0.00492416602, -0.00919671264, 0.0204667598, -0.0102555938, 0.0155796167, -0.0106628556, -0.0288933776, -0.00644584419, 0.0212220438, 0.021888474, 0.00857471302, -0.00333584473, 0.00256760092, 0.00342470198, -0.0157129019, 0.00263239257, -0.0191783309, 0.000463723147, 0.0227029976, 0.00644214218, 0.00920411758, 0.00651619, -0.00842661783, 0.0321366638, -0.00774538, -0.000761764764, -0.0100112371, -0.0109960698, 0.0209702831, -0.0059127016, 0.022643758, 0.00995199848, 0.0413778052, -0.00123844622, -0.023902569, -0.0154463314, -0.0134470453, 0.00575349899, -0.00930778403, -0.00143004442, -0.00224364246, 0.00457614241, 0.0122622838, -0.00489824917, -0.0108331656, 0.0256649014, -0.00565353502, -0.00787126087, -0.00690493966, 0.00209924974, 0.0205259975, -0.0194152836, 0.00911526103, -0.0112034036, 0.00611633249, 0.000946883811, -0.00417998759, -0.00285268412, 0.0170901883, -0.00925595127, -0.0100260461, -0.00667168945, 0.000275827333, 0.0066235587, -0.00482420158, 0.00747140357, 0.0121141886, 0.00702341553, -0.0292932335, 0.0154463314, 0.00630515395, 0.0359871387, -0.00172993727, 0.00576090394, -0.00134396413, 0.000645139778, -0.00255834498, -0.00771576073, 0.0118550221, 0.0242728069, -0.00335250539, 0.00835257, -0.0282269493, -0.0151353311, -0.0114181414, 0.00881907064, 0.0317516141, 0.0066050468, 0.00496489229, 0.00826371275, 0.0133878076, -0.0105369743, -0.0263313297, 0.0282417573, 0.0148317358, -0.0198891871, 0.000634958269, -0.00787866581, -0.0291599482, -0.00033043744, -0.0122400699, -0.00533142779, 0.00466499943, -0.019341236, -0.00380604714, -0.0113811176, -0.0170605686, -0.00631996337, 0.00748991547, 0.0152241886, -0.00713818939, 0.00454652309, -0.0227326155, -0.00584976096, 0.0199632347, 0.00644214218, -0.00357279717, 0.00303224963, 0.00623110635, 0.0251317583, -0.00984092709, 0.0203482825, -0.0193264261, -0.0095595466, -0.0184526648, -0.000337842212, -0.0304779951, 0.0154759502, -0.0023806307, 0.00251391623, -0.0055461661, -0.0250577107, 0.00486492785, -0.00266201166, 0.000578959764, -0.00848585553, -0.0174900461, -0.0118105933, 0.00113663077, 0.00118938973, 0.00473904703, -0.00931518897, 0.0393637083, 0.00210480322, 0.0044354517, 0.0108849984, 0.0194745213, -0.0163052827, -0.00603488, 0.0206889026, 0.0198151395, 0.0237396639, 0.00104129454, 0.00542768976, 0.0227770451, -0.0216811392, -0.012765808, -0.0184674729, 0.000577571336, 9.76502852e-05, 0.0286860429, 0.0121882362, -0.000425542356, 0.00523516582, -0.0177566167, -0.00719002262, 0.00669390382, -0.0140616409, -0.0184082352, -0.00129398191, 0.00746770157, 0.0250280909, 0.00643473724, -0.0233398061, -0.00444655912, 0.00680867769, 0.0524257086, -0.0081378324, 0.00178084499, -0.00929297507, 0.0106184268, -0.00385417813, 0.00337286852, 0.0095595466, 0.0167199504, 0.00128380046, 0.010951641, -0.0358686633, 0.0264794249, 0.0200520921, 0.0206592828, 0.00920411758, 0.0140986647, 0.0073899515, 0.0157721415, 0.0143059976, 0.00482420158, 0.00981130823, 0.00179287768, -0.00919671264, 0.00372459483, 0.0156388544, -0.001552223, 0.0135581167, -0.00359686255, 0.00885609444, 0.0124770217, 0.00995940343, -0.00631255843, 0.00709376112, 0.0120623559, -0.0191339012, 0.0154019026, 0.0334991366, -0.00647176104, -0.00303039839, 0.0270718057, -0.00536845159, -0.0214738064, 0.0178750921, 0.00943366531, -0.000671056448, 0.00871540327, -0.0121215936, -0.0102111651, -0.0212960932, -0.0265682824, 0.0177714266, 0.0183638074, 0.0163941402, -0.00607560622, 0.00667168945, -0.015142736, -0.00929297507, -0.00410223752, 0.00640882039, 0.0247615203, 0.00452430872, 0.0272939485, -0.00234730914, -0.018067617, -0.00281751156, -0.00879685581, -0.00508336816, -0.00353577337, -0.0174604263, -0.00272310083, 0.012232665, -0.0204519499, 0.00972245075, -0.00235471386, -0.00327475555, -0.0200817119, 0.0127954269, 0.0159202367, 0.0130916173, 0.0201409496, -0.0133063551, 0.00208629132, 0.00842661783, 0.00769354636, 0.0236804262, 0.0025176187, 0.0114107365, -0.0245838054, 0.000640511804, -0.0204815678, 0.01222526, -0.00964099914, 0.0384751372, 0.0124548078, 0.000121252961, 0.00408372562, -0.0109294271, 0.00602007052, -0.0137136169, -0.0030118865, 0.0201409496, -0.000638197816, -0.0172382835, 0.000446368242, -0.00229362468, 0.00123844622, 0.00568685634, -0.0135433078, 0.00133933616, 0.0284046624, 0.0003572797, 0.0203038547, 0.0166903306, -0.00840440392, 0.0150760934, -0.0184822828, -0.00153833907, -0.00684570149, -0.00296375551, 0.00559799932, -0.0157425217, -0.00995940343, 0.0100704748, -0.00639401097, -0.0101297125, 0.0156536642, 0.0195041411, -0.020629663, -0.00838218909, 0.00647176104, 0.0119809033, -0.00801195111, -0.0181712825, 0.00500561856, 0.0187044255, 0.0103666652, 0.00669020135, -0.0183341876, 0.0126325218, 0.0096928319, 0.00978168938, -0.0110701174, 0.0151575459, -0.00104314566, -0.00124399981, -0.0015466694, -0.023547139, 0.00131989864, 0.00248614838, -0.00928557, -2.07101912e-05, -0.0190302357, 0.00616816571, 0.00231028534, 0.0238433294, 0.0119660934, 0.00535364216, 0.0168532357, 0.00335250539, -0.0113663077, 0.00297671393, -0.00684199901, 0.00305261277, -0.00436510658, -0.0162756648, -0.0139727835, -0.00321181514, -0.00779721327, 0.00815264136, -0.000585438916, 0.0106776655, -0.000576182967, -0.00936702266, -0.025368711, 0.0154907601, -0.0115810456, -0.0125362603, -0.0148761645, 0.00443915417, -0.01423195, -0.00638290402, 0.00340063637, 0.00864135567, -0.00335250539, -0.00512409443, -0.000515093678, 0.0299892817, -0.00440213038, -0.0336768515, 0.0101519274, 0.000334602635, -0.00434659468, -0.0178750921, -0.00262313662, 0.0163645223, 0.0109368321, -0.0232361387, 0.00203630934, -0.00542768976, 0.000223646915, -0.00811561756, -0.00995940343, 0.0220513772, -0.000584050489, 0.000111418514, 0.00203260686, -0.0201261397, -0.00152538077, -0.0151649499, 0.00879685581, 0.0310999956, -0.0224216152, -0.0164681878, -0.000629867485, 0.00133748492, 0.0134174265, 0.0243468545, 0.0120179271, 0.00980390329, 2.51067668e-05, 0.00208073785, -0.0203038547, 0.0104999505, 0.00492786849, -0.00690123718, 0.0165570453, 0.0103296414, 0.00576090394, 0.000691882335, -0.00544990413, -0.000927909103, 0.00856730808, -0.0144392839, -0.0264053773, 0.00155314861, 0.00868578441, 0.0213553309, -0.00337471976, 0.00861173682, 0.0107294982, 0.00326735084, -0.00458354689, -0.00556838, -0.00200113654, -0.0111589748, -0.0016327498, -0.0160979498, -0.00941885542, -0.00171327661, -0.00373199955, 0.019163521, -0.021903282, 0.00510188, 0.00709005864, -0.0219625216, 0.0139653794, -0.0144540928, 0.00383936847, 0.0145133315, -0.000916802, 0.00422811834, -0.00677905837, 0.00751213, -0.020999901, -0.011314475, 0.0238729492, -0.0230288059, 0.00135877368, -0.00508336816, 0.0254279487, 0.0156092355, -0.00555727305, 0.00211220793, 0.0298263766, 0.0115292128, -0.0143356174, -0.00885609444, 0.0272939485, -0.0142763788, 0.0232657585, 0.0104777366, -0.0101519274, -0.0146392118, 0.00382085657, -0.00208258908, -0.021518236, 0.0174752362, 0.00115329155, 0.0215330441, -0.0138320932, 0.00527218962, 0.00767133245, -0.00580163, 0.00646435609, 0.0176233314, -0.0275605209, 0.0107517131, 0.0500265658, 0.0101889512, -0.00992978457, -0.0264201872, -0.00238618418, 0.00240654731, 0.00414666627, 0.00704563, -0.0101593323, 0.0175789017, 0.00331363059, 0.0121512124, -0.0271606632, 0.0205852352, 0.000485011842, -0.00182064553, 0.0095817605, 0.00390971359, -0.0255908538, -0.00155129738, 0.00664947508, -0.0151575459, 0.00323402928, 0.0209406633, -0.0237100441, -0.0106998794, -0.0131064272, 0.00425773766, -0.00438732095, 0.0219329018, 0.0152093787, -0.00363203511, -0.00150409201, 0.0123067126, 0.000474830304, 0.0142911887, -0.0142615698, -0.0101519274, -0.00306927343, 0.0142023312, 0.0111515699, -0.0177418068, 0.0251465682, 0.0216515213, 0.0126399267, -0.00167995517, -0.0210443307, 0.00878204685, 0.0171198063, -0.00638660649, 0.00115329155, -0.00422811834, -0.00178639858, -0.000642825791, -0.00676424894, -0.0322255194, -0.00495008286, -0.0170013309, -0.0136025455, 0.00919671264, 0.00943366531, -0.00193264254, 0.00781942718, 0.0280344244, 0.00125788373, 0.00197336869, 0.0124844266, 0.0150390696, -0.00600896357, 0.0190302357, -0.00430586841, 0.0172382835, -0.00204186281, 0.00155407423, -0.00550544, -0.0625554174, -0.00134488975, -0.0118031893, 0.0126399267, 0.00180861284, 0.0108183557, -0.00223994022, 0.0273828059, 0.0178454742, 0.00994459353, 0.00732330838, -0.00157443725, -0.0161127597, 0.0228510927, -0.0219773296, 0.0127509981, 0.0237692818, -0.00819707, -0.0104407128, -0.0168532357, -0.0089819748, 0.00943366531, -0.00375976739, -0.0216811392, 0.0104703316, 0.0136469742, -0.00896716584, -0.00346542802, -0.023547139, -0.0162756648, -0.00563502312, 0.0119809033, 0.0182453301, 0.00248614838, 0.0154315215, -0.00949290302, -0.0242579971, -0.00380234467, 0.0132841412, 0.00750472536, 0.0132174985, -0.0193116162, -0.00334139843, -0.00214552949, 0.00305631501, -0.00867097545, -0.0039948686, 0.00901159365, -0.00811561756, -0.00111904449, -0.0116328793, 0.00366535666, 0.000114831644, -0.00123937184, -0.00209739851, 0.0051277969, -0.0263461396, -0.00807119, 0.029011853, -0.0207481403, 0.00519073755, -0.000622925523, 0.0054350947, -0.00265090447, -0.00432438031, -0.0174159985, 0.00960397534, 0.0027656781, -0.0160683319, 0.00887830835, 0.00629034452, -0.0240210444, 0.00968542695, -0.00880426075, -0.00597934425, 0.0259907115, 0.0171346162, 0.00208073785, 0.0222142823, -0.00718632061, 0.00608301116, -0.0051277969, 0.0130027598, -0.0117735695, 0.0118698319, 0.0149057833, 0.00255834498, -0.0123437364, -0.00471313, 0.00628293958, 0.0132249026, 0.00133008021, -0.0196226165, 0.00644584419, 0.0136988079, 0.013498879, -0.000215085165, -0.00107831834, 0.00169013662, -0.020985093, -0.0118550221, -0.0148613555, 0.0165866651, -0.00379494, 0.0367572345, -0.0170457587, -0.00325439242, -0.0141801173, 0.00850807, 0.00427995156, -0.000520647271, 0.00257685687, 0.0222439021, 0.0295449961, 0.010581403, -0.000438963471, -0.00398376118, -0.00198262464, -0.0166014731, -0.0337953269, 0.0146318078, 5.46679621e-05, 0.0110849272, -0.0282121394, -0.00587197533, 0.0212812833, -0.00211591041, -0.0153130451, 0.0208962355, -0.0118031893, -0.0206592828, 0.0111515699, -0.00521295145, 0.0154463314, -0.00826371275, -0.0126695456, 0.00253983308, 0.00641992781, -0.0219921395, -0.00521665392, 0.00664947508, 0.0200224742, -0.00919671264, -0.0134914741, -0.00143652363, -0.0350689478, -0.00908564124, 0.013321165, 0.0077749989, 0.00959657, -0.00798973721, 6.60643491e-05, 0.0185267124, 0.0106406417, 0.0106258318, 0.0150686884, -0.0246874727, 0.0141430935, -0.0353651382, 0.0102778077, 0.0340619, -0.000725666585, 0.0147650931, -0.00878945086, 0.00343395793, 0.00575720146, 0.0129435221, 0.0104703316, -0.0014476307, -0.0017012438, 0.0077749989, 0.00817485619, -0.014239355, -0.00551284431, -0.0184970926, -0.0336472318, -0.00455022557, -0.0119957123, 0.000445442653, 0.00915968884, -0.000359825091, 0.00292302947, 0.0111589748, 0.000986684347, 0.024998473, -0.0051277969, -0.00143374677, 0.00920411758, 0.0149354031, 0.0183638074, -0.00201409496, 0.00058266212, -0.00644214218, 0.00410594, 0.00840440392, -0.013150855, -0.00507966615, 0.00255094, -0.00686791586, -0.00477236835, 0.0258722343, 0.0178750921, 0.0134766651, -0.00922633242, -0.000948735, -0.0130694034, -0.0106628556, -0.00696417782, -0.0138913319, -0.000580348133, 0.016986521, 0.000297810213, -0.0127361892, -0.0126399267, -0.000722889788, 0.024998473, -0.0188525207, 0.0202298071, 0.00769354636, 0.00693455851, 0.00363573758, -0.000353345938, 0.0211628061, -0.00427254708, 0.0130694034, -0.00744918967, 0.00349689834, 0.0123733552, -0.0167791881, 0.0080637848, 0.00950771291, 0.0178750921, 0.0177862365, -0.0215626638, -0.0292784236, -0.0184230451, -0.0111663798, 0.0215330441, -0.0191783309, 0.0216811392, 0.0138839269, -0.00529810647, -0.0358390436, -0.00794530846, -0.0141208787, 0.00393192796, 0.0106998794, -0.00595342787, 0.0304779951, 0.00275457115, 0.00676054647, 0.0174308065, -0.0154463314, 0.0109664509, -0.0115736416, 0.00328030903, -0.00568315387, 0.0208962355, -0.00156425568, -0.00935961772, 0.00217699981, 0.00725296326, 0.0206740927, 0.0277678538, -0.00435029715, -0.00930038, -0.00128380046, -0.0329363756, -0.0108257607, 0.0088709034, -0.00209739851, 0.0207037106, -0.00634588, -0.0268200431, 0.0103518553, 0.00867837947, -0.00700490363, -0.00613854686, 0.0201557595, 0.00205111876, -0.000829333207, -0.0112848552, -0.00862654671, 0.00525738, 0.0135359028, 0.0167791881, -0.0107072843, -0.00889311824, -0.00779721327, 0.00557948742, 0.00061737193, -0.00390971359, 0.00766392751, 0.00328216027, -0.0223623775, 0.00938183162, 0.0122919027, -0.00536474911, 0.00773057, 0.0192523785, 0.0209702831, -0.0242135674, 0.017697379, -0.00619778503, 0.00917449873, -0.00624961825, -0.0124399979, -0.0153870927, 0.0101593323, 0.000771946332, -0.000871910597, -0.0166607127, 0.0154167125, 0.0088116657, 0.00476866588, -0.000540547539, 0.00958916545, -0.00287860073, 0.013506284, 0.00741957035, 0.0267459955, 0.00698639173, -0.000642825791, -0.00483901147, 0.012958332, -0.0200520921, 0.0111885937, -0.0201113299, 0.00439102342, -0.0150760934, -0.0133433789, 0.0206592828, -0.00167810393, -0.00687161833, -0.00394303538, -0.0134322364, -0.00845623668, 0.0135136889, -0.00870799925, -0.00183730631, -0.0227918532, -0.0266719479, 0.00148558011, -0.0150242597, 0.00458354689, -0.00828592759, 0.00350430305, -0.0241543297, 0.0230880436, -0.00556097552, -0.0116699031, -0.00502413046, 0.0011440356, 0.00817485619, -0.0203186646, 0.00298597, 0.0147058554, -0.00732701086, 0.00308963656, -0.0184378549, -0.000112980451, 0.00414666627, -0.0239914246, 0.00480198767, -0.0023639698, 0.00048686302, -0.0217551868, 0.00680867769, -0.00473164208, -0.0101297125, -0.0112034036, -0.00678646332, 0.0241543297, 0.0596231334, 0.0170013309, 0.00221957709, -0.0137876645, 0.0264794249, -0.00198817835, -0.00891533215, 0.035217043, -0.0231028534, 2.34146646e-05, 0.0105517842, -0.00515001127, -0.00727888, 0.0168828554, -0.0157573316, -0.0264794249, 0.00952992681, -0.0215626638, -0.00535734463, 0.0187340453, -0.00443174923, -0.00588678475, -0.0155499978, -0.0139653794, -0.0181120448, 0.00858211797, 0.0110701174, 0.00568685634, 0.00775278453, 0.00833776, -0.0112922601, 0.00544620166, 0.0112848552, -0.0105221653, -0.00964840315, 0.027545711, 0.00736773713, 0.00960397534, 0.0100186411, -0.0143948551, 0.0221846644, 0.0160831399, 0.0110849272, -0.00849326048, 0.0190006159, -0.0106924744, 0.00794530846, -0.0268792827, 0.0122622838, -0.025901854, -0.0148243317, -0.0282713771, -0.00187618134, 0.00435399963, -0.0148539506, -0.0101000937, 0.0101815462, 0.0047982852, -0.00116439862, -0.00436510658, -0.00582754705, 0.0199336167, -0.00684940396, -0.00657542748, -0.00244171987, -0.0277530439, -0.00821188, 0.00737514207, 0.00821188, -0.00564983254, 0.0054721185, -0.00680127274, 0.00162904745, 0.0110775223, 0.0159942843, 0.0169717111, -0.0270421859, -0.00154111581, -0.0118476171, -0.0157425217, 0.00530921342, 0.0094484752, -0.0173715688, 0.0110997362, -0.000576645776, 0.00184841349, -0.0185859501, 0.00114866358, -0.00691974908, 0.0138543081, 0.0180972349, 0.0473904684, -0.00964840315, 0.0270273779, 0.0127435932, 0.00205852347, 0.0152093787, -0.00336916628, 0.0148909744, -0.0186155681, 0.0100556649, 0.00201224373, 0.0351874232, 0.0128472606, -0.00252132118, 0.0273976158, 0.0113440938, 0.0129064983, -0.00211961288, 0.00935961772, -0.00714559434, 0.0215626638, 0.0059682373, -0.0173715688, -0.0128694745, -0.00129027956, -0.00937442761, -0.0129879508, 0.0159054268, -0.0102555938, -0.00436140411, 0.00273420801, 0.000599322841, -0.0113366889, -0.00330067216, 0.0174752362, -0.000605339184, 0.00827852264, 0.0058756778, -0.0106924744, -0.0105295703, 0.0029563508, -0.00585346343, -0.00383196375, 0.00880426075, 0.0204075202, -0.0178306643, 0.0221846644, -0.000477144291, 0.0178010445, 0.0112848552, -0.0043984279, 0.021903282, 0.00827111769, 0.01331376, -0.0152686173, -0.00534623722, -0.00125233014, 0.0344469473, -0.0251169484, -0.00334139843, -0.0211331882, 0.00138931826, 0.00922633242, 0.00339138042, -0.000978354, -0.0014476307, -0.00767873693, 0.0120549509, -0.0168976635, 0.0222290922, 0.0044909874, -0.0173715688, -0.00864135567, 0.0134618552, -0.00599045167, -0.0231324732, 0.00282676751, 0.0183638074, -0.0284046624, 0.0213257112, 0.0218588542, 0.0229695681, 0.0142171411, -0.0095817605, 0.0145503553, 0.00845623668, -0.00494638039, 0.0112774512, -0.0182157122, -0.00165959203, 0.00317479135, 0.0112552363, 0.0501154214, -0.016793998, -0.0081378324, 0.0147502841, -0.0133729978, -0.00588678475, 0.0108405696, 0.000884406152, -0.00832295138, 0.00259351754, -0.0123363314, -0.000385047577, 0.0175789017, 0.0165866651, 0.00340619, -0.0130027598, -0.0120919747, 0.00907823723, -0.00465389201, -0.00551284431, 0.0113514988, 0.00248614838, 0.00102093141, 0.00663836813, -0.00658283243, 0.00415036827, -0.0116476892, 0.0126769505] |
05 Apr, 2023 | Node.js http.ServerResponse.getHeader() Method
05 Apr, 2023
The httpServerResponse.getHeader() is an inbuilt application programming interface of the class Server Response within http module which is used to get the response header of the particular name.
Syntax:
response.getHeader(name)
Parameters: This method accepts the name of the header as the parameter.
Return Value: This method returns the value of the particular header object.
Example 1: Filename: index.js
Javascript
// Node.js program to demonstrate the
// response.getHeader(name) APi
// Importing http module
const http = require('http');
// Setting up PORT
const PORT = process.env.PORT || 3000;
// Creating http Server
const httpServer = http.createServer(
function (request, response) {
// Getting header value
// by using response.getHeader(name) Api
const value = response.getHeaders();
// Display the header value
console.log(value)
// Display result
response.end("hello world ", 'utf8', () => {
console.log("displaying the result...");
// Closing the server
httpServer.close(() => {
console.log("server is closed")
})
});
});
// Listening to http Server
httpServer.listen(PORT, () => {
console.log("Server is running at port 3000...");
});
Steps to run:
node index.js
Console output:
Server is running at port 3000...
[Object: null prototype] {}
displaying the result...
[Object: null prototype] {}
displaying the result...
server is closed
server is closed
Browser Output: Paste the localhost address http://localhost:3000/. In the search bar of the browser.
hello world
Example 2: Filename: index.js
Javascript
// Node.js program to demonstrate the
// response.getHeader(name) APi
// Importing http module
const http = require('http');
// Request and response handler
const http2Handlers = (request, response) => {
// Setting the response header
response.setHeader('Content-Type', 'text/html');
// Getting header
// by using response.getHeader() Api
const value = response.getHeader('Content-Type');
// Display result
response.end("header value : "
+ value, 'utf8', () => {
console.log("displaying the result...");
// Closing the server
httpServer.close(() => {
console.log("server is closed")
})
});
};
// Creating http Server and listening
// on the 3000 port
const httpServer = http.createServer(
http2Handlers).listen(3000, () => {
console.log("Server is running at port 3000...");
});
Steps to run:
node index.js
Console output:
Server is running at port 3000...
[Object: null prototype] {}
displaying the result...
[Object: null prototype] {}
displaying the result...
server is closed
server is closed
Browser Output: Paste the localhost address http://localhost:3000/. In the search bar of the browser.
header value : text/html
Reference: https://nodejs.org/dist/latest-v12.x/docs/api/http.html#http_response_getheader_name
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method | https://www.geeksforgeeks.org/node-js-http-serverresponse-getheader-method?ref=asr10 | CSS | Node.js http.ServerResponse.getHeader() Method | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, Node.js http.ServerResponse.getHeader() Method, CSS pause-before Property, CSS, Node.js Stream writable.writableFinished Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0134359095, -0.0252488684, -0.00364498934, 0.0487151481, 0.0303039625, -0.0204864368, -0.000531699508, 0.0107154706, -0.0432875752, -0.0164955724, 0.0028434908, 0.0191827547, 0.0222557187, -0.0104228072, 0.00264062174, 0.0195552353, -0.0384453274, -0.0378333926, -0.00838746596, 0.0358911715, 0.0190497246, 0.0110679967, -0.0128638856, 0.00574684469, -0.0199011099, 0.0269117281, 0.00722346408, 0.0207391903, -0.0145400483, -0.00856040418, -0.00675786333, 0.0342150107, 0.0147928037, -0.0171873216, -0.0236126129, -0.0298782699, -0.0261933729, 0.0126443878, -0.00451632822, -0.019342389, 0.0145267462, 0.00175265456, 0.0159634575, -0.0156840961, -0.0202203784, 0.0179721918, -0.00495199719, -0.0412655361, 0.0166286, -0.0251557473, -0.0112209804, 0.0439793244, -0.0202868935, 0.0439527184, -0.00125213363, 0.0145001402, 0.00464603119, 0.00423364202, 0.00617586263, -0.0136487558, 0.0098840408, -0.0918963, 0.00062897685, -0.0364232883, 0.0261800699, 0.0313948, -0.0067744921, 0.046240814, 0.00665144064, -0.00226647826, -0.0148194097, 0.029372761, 0.029984694, 0.0105957445, 0.00456953933, 0.00419373298, -8.65206894e-05, 0.00957142282, -0.0258741025, -0.024996113, -0.027457146, 0.0125845252, 0.0240383055, -0.000620246807, 0.0342150107, -0.0702392086, -0.0100702811, -0.0229341667, 0.0205263458, 0.0115602035, 0.0261800699, 0.0605015, -0.00930536538, -0.0153914327, -0.0170809, 0.0123251192, -0.0302241445, -0.018677244, -0.0340819806, 0.0422499478, -0.0149258319, 0.0228676517, -0.00467263674, -0.0332039893, 0.00875994656, -0.00777553394, 0.0195685383, -0.0226282012, -0.00877325, 0.018717153, 0.0426224284, -0.00942509063, 0.00504511734, 0.00973770861, -0.0114072207, 0.0257277712, -0.0108351968, -0.0200208351, 0.0149258319, -0.00629558833, 0.010276475, -0.0240117, 0.0371682495, 0.00947165117, -0.0421701334, 0.0240250025, 0.000209520367, -0.00773562538, 0.0160299707, -0.00833425485, 0.0171075054, 0.00572023867, 0.0255282279, 0.0175731052, 0.00820122566, 0.0130168693, 0.0140744476, 0.040600393, -0.0181584321, -0.0433141813, -0.00128871656, -0.0382590853, -0.000379547826, 1.68364586e-05, 0.0633217096, 0.0108817564, -0.0207791, 0.00856705569, -0.0257144682, 0.0104361102, -0.0275901742, -0.00236126129, 0.015590976, -0.0301975403, 0.0239185803, -0.016828144, 0.0283351354, 0.015590976, -0.0370618254, 0.0127109028, -0.0162561201, -0.0551803485, 0.0261002518, 0.0472784378, 0.00480234, 0.0465334766, 0.0331507772, -0.0164157543, -0.0202735905, 0.0223754458, -0.02558144, -0.0106622586, -0.00550739281, -0.00260403892, -0.0513491184, -0.0141941737, 0.0572023876, -0.0309425015, 0.014380414, 0.0139015103, 0.0102565214, -0.00683102943, -0.00354189193, -0.00177427172, 0.00736979581, -0.000326544163, -0.00456621405, -0.0595436953, -0.026845213, -0.0180520099, -0.0595436953, 0.0129503543, 0.0226282012, 0.00201871223, 0.0400150642, 0.0235327967, 0.00620579394, -0.0240250025, 0.036902193, -0.00986408629, 0.00537768938, -0.00907256454, -0.0367159508, 0.00695740664, 0.0131831551, 0.00538101513, 0.0335764699, -0.00755603611, 0.0448839217, 0.0130102178, -0.0296388194, -0.0650244802, -0.0014533397, -0.00608274247, 0.0184910037, -0.00125296507, -0.0189033933, 0.0278828386, -0.0188235771, 0.00840076897, -0.01500565, -0.0217768159, -0.00999711454, 0.0358645655, -0.0124381939, -0.0194754172, -0.00298982253, -0.035013184, 0.0166951157, 0.0210318547, -0.0507105812, -0.00888632424, -0.0114870379, -0.0163093321, 0.00775557943, 0.0309158955, 0.00301642832, -0.0209121294, -0.00889297575, -0.00802828837, -0.0284415595, 0.00356849772, 0.0116134146, -0.0154180387, 0.0109615736, -0.00927210785, -0.0428884886, 0.00340054883, -0.0110347392, 0.000804824289, 0.00832760334, -0.0179721918, -0.0107420767, 0.00373478374, -0.0108684534, 0.0231603161, 0.00191561482, 0.00778218545, 0.0164290573, -0.0446444675, 0.024942901, 0.02743054, -0.0092322, 0.00135938812, 0.0130035663, -0.000187903192, 0.0117930034, -0.00581003306, -0.0163093321, 0.0182648562, 0.0534509756, -0.0486885421, -0.00442653382, 0.0239185803, -0.02743054, 0.0368489809, -0.024916295, -0.021231398, 0.0491142347, -0.00299979956, -0.00748287048, -0.0117198378, 0.0325122401, 0.00788860861, 0.00100852468, 0.00762255071, 0.0601822324, -0.0189433023, -0.00456621405, 0.0180653129, -0.00697736116, -0.00341884047, 0.0215639696, 0.0209919456, 0.00593308499, 0.0232401323, 0.00100270461, 0.0051282607, 0.015590976, 0.0446710736, -0.000195801782, -0.0400416702, -0.0192492679, 0.0167350248, -0.0232401323, 0.00373810949, 0.00959802885, -0.0232534353, 0.00818792358, 0.0182914604, 0.0139813274, 0.00822118, -0.0371948555, -0.0301975403, -0.0246103294, 0.00921224523, 0.0041238931, 0.0531051, -0.0153648276, -0.0302241445, -0.018757062, 0.0126709938, -0.00466266, 0.0403609388, 0.0258608, 0.0199942291, -0.00816131756, -0.000685514067, 0.024969507, 0.00985078327, -0.0109881796, 0.0381260552, 0.00793516822, 0.00188734627, 0.0285745878, -0.020566253, -0.0170010813, -0.0250892341, 0.00338558317, 0.0602886565, -0.0221492965, -0.0339755565, 0.000301601249, 0.0145001402, 0.0260071326, -0.0147395916, -0.031926915, 0.0130966865, 0.0222690217, -0.00115402497, 0.00109249912, 0.056883119, 0.0672061518, 0.0171474125, 0.00601290213, 0.0207125861, -0.0139281163, -0.0289736744, 0.0164822694, -0.0111145573, 0.0014150939, 0.0304369908, -0.00354854343, 0.0203135, -0.0150322551, -0.0490344204, -0.0323792137, -0.0245305113, -0.00283850217, -0.0247433577, -0.035013184, -0.00212347228, -0.0192891769, 0.0123982849, -0.0158836395, -0.0334966555, 0.00327583449, 0.0167882349, 0.0080815, 0.0257942863, 0.0138882073, 0.014979044, -0.00221160403, 0.0236924309, -0.00292995945, 0.023093801, 0.0417178348, -0.0279360488, 0.0310223177, 0.0529720709, -0.0370352194, -0.00675453758, 0.00978426915, -0.0259672236, -0.0144336261, 0.0117930034, -0.0174001679, -0.00428352784, 0.0397756137, -0.0196616575, 0.00240782136, -0.00894618779, 0.0265525505, -0.0105691385, -0.0543821752, -0.0216171816, -0.0174400769, -0.0313948, 0.0113872662, -0.0144868372, 0.024916295, -0.00806819741, -0.000128144151, -0.0114005692, 0.0353324525, 0.0414251722, 0.0174400769, 0.0601290204, -0.0147528946, -0.0346140973, 0.00887967274, -0.0189166963, 0.0213112142, 0.0074230074, -0.0231603161, 0.029292943, 0.00465600844, -0.00404740172, -0.00829434581, -0.00470256852, -0.0543555692, -0.0107553788, -0.00782209355, -0.00336562889, -0.00577345025, -0.0473848619, 0.0307296552, -0.00192392909, -0.00268385629, -0.0284415595, -0.027510358, 0.0320865475, 0.0238121562, -0.0242245458, -0.0234263726, -0.00481564272, -0.0268984251, 0.00945834816, 0.019342389, -0.00670465175, -0.0300911162, 0.00205695792, -0.0164955724, 0.035571903, 0.00556725543, -0.0388444103, 0.00997050945, 0.00857370626, -0.00439327629, 0.0178923756, -0.00374476099, 0.00157306565, -0.0263264012, 0.0229341667, 0.0599161759, 0.0163492411, -0.0415049866, -0.00579340477, 0.000702142657, -0.0192226637, 0.0170010813, -0.0196749605, 0.0465600826, 0.0257809833, 0.00522138085, -0.024956204, -0.0273241177, -0.0014957427, 0.0317938849, -0.012478102, 0.0284415595, 0.0259273145, 0.0651841164, 0.00675453758, -0.007502825, -0.0253419876, 0.0251424443, 0.00830099732, -0.0258208923, -0.0208988264, 0.0156707931, 0.00441988232, -0.00126377365, -0.0195419323, 0.00961798243, 0.0202336814, -0.0157240052, -0.0172405336, 0.0188634843, 0.038817808, 0.0362104401, 0.000553316728, 0.046160996, -0.00305134826, -0.00944504514, 0.00757599063, -0.0469591692, 0.0203534085, -0.0625767484, -0.00609604502, -0.0178125575, 0.0195818413, -0.0353058465, 0.0323526077, 0.00895949, 0.000324673427, -0.0331241749, 0.0177992545, -0.0211249739, 0.0217768159, 0.00522470661, -0.00198878068, 0.0162960291, 0.00599627336, 0.00662150886, -0.0236658249, 0.00368822366, 2.12404393e-05, -0.0344544612, -0.022468565, 0.0179056767, 0.0113207512, 0.00408398453, 0.0346407034, -0.00701726973, -0.0141276596, -0.0295590013, 0.00828769431, 0.0150854671, 0.00603950769, -9.75371368e-05, 0.0370352194, -0.00981752574, -0.0133228349, -0.0312617682, 0.0273507237, 0.0148992268, 0.00170193729, 0.0257144682, 0.0122852102, 0.0170809, -0.0126377372, -0.00195219775, 0.00664478913, 0.0216570906, -0.0214575473, -0.0233864654, 0.0039609326, 0.00534775807, -0.00997050945, -0.0047724084, 0.0197281726, -0.0188235771, -0.0124115879, -0.00159884, -0.0104228072, -0.0324590281, 0.022455262, 0.0223887488, 0.0262598861, 0.00558055844, -0.00753608206, 0.0272309966, -0.0152051924, 0.00464603119, 0.00169694878, 0.0188767873, -0.0145932604, 0.0161763038, 0.00193723198, 0.00241779862, -0.00385118392, 0.0373544879, 0.00438995054, -0.0123184677, 0.0384187214, 0.00566370133, -0.0209254324, -0.0317672789, -0.0133161834, 0.0197813846, -0.0272176936, -0.0201272592, 0.00719685853, -0.0404939689, 0.000488049438, -0.0460811779, 0.0226947144, -0.00474912859, 0.0111744199, 0.00695075514, -0.00145666546, -0.013442561, 0.0135090752, -0.0110679967, 0.0010068618, -0.000210455735, 0.00928541087, -0.00363168656, -0.0448839217, 0.0203001965, 0.0325388461, 0.0162827261, 0.0096978005, -0.0148593178, 0.0144602312, -0.0220428742, 0.016242817, -0.00246435869, -0.0130900349, 0.0287342221, 0.0140877506, 0.00432343641, -0.00619914243, -0.0252355654, 0.0076158992, -0.0307030492, -0.0420104973, -0.0110813, -0.01870385, -0.0244906042, -0.0275635682, -0.0216570906, 0.00794182, 0.0245704204, 0.0451765843, -0.00957807433, -0.0217369068, -0.0158304274, 0.0167616289, -0.00710373838, 0.00246934732, 0.00601622788, 0.072953, -0.009465, 0.00166868011, -0.032405816, 0.0272975117, -0.02055295, 0.00327583449, -0.0166286, -0.032432422, 0.0142340828, 0.0108019393, 0.00734319026, -0.0283617415, 0.0250227191, -0.0264993384, -0.0050318148, 0.00938518252, 0.0236525219, -0.0331773832, 0.00105757907, -0.000771982828, 0.0122652557, 0.00552069535, 0.0205130428, 0.0211781859, 0.0551271364, 0.051748205, 0.00420038449, -0.00856040418, -0.00400416693, 0.0360242, -7.07754807e-05, 0.00224984973, -0.0238387622, 0.0326718763, -0.0107154706, 0.00023778899, -0.0333370194, -0.00339722307, -0.0147395916, 0.0434738137, -0.0208456144, -0.018677244, -0.0140478425, -0.00101101899, 0.0162694231, -0.018717153, -0.0103629446, 0.0129170977, 0.0592244267, 0.011227631, 0.00889962725, 0.00939183403, 0.0143272029, -0.013755179, -0.0100702811, -0.00441323081, 0.00965124, 0.00197381503, -0.0114537803, 0.0390040465, -0.00477906, 0.033682894, 0.00760259619, 0.00451300247, -0.00883976463, 0.000353981333, 0.0289204624, 0.0135290297, -0.0188368801, 0.0190098174, -0.0304902028, 0.00453295652, 0.00212846091, -0.0272975117, -0.0317140669, -0.00926545635, 0.00572356442, -0.0259539206, 0.00715029845, -0.0171873216, 0.0185442157, -0.0224419609, 0.0221093874, 0.0229208637, -0.0320333354, 0.00132280518, -0.00740970485, -0.0260736458, -0.021218095, 0.00977096613, 0.00624902826, 0.00417045318, 0.00862691831, -0.0287342221, 0.0140744476, 0.0185309127, 0.00392767554, -0.0260071326, 0.0350397862, -0.00207857508, -0.0233332533, -0.0205396488, -0.0211249739, 0.0339489505, 0.0113340542, -0.0195685383, -0.0116732782, 0.0192625709, 0.051801417, -0.0553399846, -0.0110347392, 0.00210019224, -0.00309125683, -0.0271777846, 0.0202602874, 0.0598629639, 0.0202070754, -0.00318770274, -0.0048455745, 0.00486552855, 0.00110912765, 0.0103562931, -0.0307562612, -0.0292663369, 0.0182781573, 0.01279072, -0.00467263674, 0.0147661977, 0.00225982699, 0.00933862198, 0.0252355654, -0.0219098441, -0.000937021687, 0.00556060439, -0.029292943, 0.00330410292, -0.01219209, 0.00655832, 0.0276433863, -0.00878655259, 0.00230139843, -0.0236525219, 0.0298250597, 0.0110879513, -0.00790191162, 0.0247699637, 0.0363966823, -0.00548078679, 0.0184244905, 0.00929206237, -0.00173270027, -0.00318603986, -0.0119127296, -0.0180254038, 0.0206992831, -0.020592859, 0.0141010536, -0.0173203517, 0.0136088468, 0.0316076465, -0.010642305, -0.0320333354, -0.0248763878, -0.0360508077, -0.0125379656, 0.00367159513, 0.0109216655, 0.0099172974, 0.0050484431, 0.00822783168, -0.006701326, -0.0254218057, 0.0133028813, 0.0104494132, 0.0210717637, -0.0417178348, 0.00388776697, 0.0103097325, 0.00619914243, -0.00837416388, -0.031208558, 0.0127508109, 0.00662483461, 0.0113739632, -0.0065150857, 0.0114537803, -0.0151918903, 0.00578010175, -0.032432422, 0.0461077839, -0.00193889486, -0.00174101454, -0.00242445013, 0.00121721358, -0.00905261, 0.00421701325, 0.0186107308, -0.0106356535, -0.0232667383, -0.00363168656, -0.0100569781, 0.00205363217, 0.0137817841, 0.00129869371, -0.012830629, 0.0202336814, -0.0237722471, -0.0196084455, -0.00551404431, 0.0252355654, -0.00584994163, 0.00867347792, -0.0157506112, -0.0232135262, 0.0142739909, -0.00546748424, 0.00409396179, 0.0278828386, -0.00911247358, 0.00850054063, 9.30682e-05, 0.0107420767, -0.0020652723, -0.0139015103, -0.0102232639, 0.0175731052, -0.013755179, 0.00502516329, 0.0151652843, 0.00519144908, -0.00967119448, 0.004682614, 0.00915903319, 0.0210052487, 0.00432011066, -0.00224153535, 0.00597964507, 0.00673458353, -0.0132696237, -0.0176529232, 0.00551071856, -0.0287342221, 0.00792186521, -0.0241048206, 0.0227745324, -0.0128239775, -0.0278030206, 0.00945169665, 0.00264727324, -0.0331507772, 0.0245172102, 0.0403343365, 0.0326452702, -0.0112010259, -0.0119991982, 0.0271777846, 0.0255548339, -0.000217418958, -0.00514156325, -0.00905261, 0.0158969425, -0.0174666829, 0.0194488112, -0.0171873216, 0.0120923184, -0.00409728708, 0.00452963077, 0.0348269418, -0.0150588611, -0.0200873502, -0.0132097611, -0.0164423604, -0.00432343641, 0.0325920582, 0.0147795007, 0.00606611371, -0.0216437876, 0.00795512274, -0.036902193, 0.0139680244, -0.0102365669, -0.0188102741, -0.0292131267, -0.0101234922, -0.00181584328, -0.00277697644, 0.0170675963, 0.0198745038, -0.00756268762, -0.0122120446, -0.014367111, -0.00743631041, -0.0259539206, -0.00141758821, -0.0455490649, 0.00448307069, 0.0373012796, 0.0431545451, -0.0213378202, 0.00586989615, 0.00107919623, -0.0341884047, -0.0221492965, -0.0336296819, 0.0178125575, -0.0324856341, -0.000981087447, -0.0112741916, -0.0159634575, 0.00590647897, -0.0239451863, -0.0537968501, -0.00934527349, -0.0165487844, 0.0210717637, 0.00887302123, 0.0300379042, 0.0223222338, -0.0174533799, 0.00332572032, 0.00344877178, -0.00111827347, -0.00555727864, -0.00699066371, 0.0113274027, -0.0335232578, 0.00237789, -0.0303837806, 0.0180254038, -0.0125645706, 0.00319102849, 0.0093585765, -0.0200341381, -0.016907962, -0.0188634843, -0.00678446935, -0.0125778737, 0.018757062, -0.0153249186, -0.027510358, 0.042542614, -0.0284415595, -0.00264228461, -0.000137809533, -0.0264461264, 0.0177061353, 0.0243176669, 0.0353058465, -0.00778218545, 0.0177593455, 0.00423364202, 0.016828144, 0.0140744476, 0.0319535211, -0.020566253, -0.0141941737, -0.00158803142, -0.0184111875, -0.00477573415, 0.0043101334, 0.0216836967, 0.0304635968, 0.0126709938, 0.0113274027, -0.0185309127, 0.0160432737, -0.0253685936, -0.00723011559, 0.00966454297, -0.00623239949, -0.024344271, 0.0486087278, -0.0181451291, -0.00501186028, 0.0195552353, 0.0100303721, -0.054967504, -0.0020586208, -0.0143937171, -0.0106888646, 0.00247433572, -0.00794182, -0.00817462057, -0.0102166124, -0.00153814559, 0.00846063253, -0.018757062, 0.00088630442, -0.00576014724, 0.000549159537, 0.00399751589, 0.0175864082, -0.0121588334, -0.0461077839, 0.00134192815, -0.0245039072, 0.0119858952, -0.0183845814, 0.0265259445, -0.00237789, -0.0180520099, 0.00744961342, 0.00901935343, 0.0102365669, -0.0127707655, 0.0172671396, 0.00916568469, -0.00796177424, -0.023147013, 0.0567234829, 0.0119925467, 0.0105292303, -0.0217236038, -0.00400084164, 0.0144602312, -0.0147129865, -0.00425692182, -0.0267787, -0.0209121294, -0.00786865409, -0.0391370766, 0.0229208637, 0.00863357, 0.013688664, 0.000925381668, 0.0210983697, -0.0122453021, -0.0183978844, 0.00246269582, 0.0144868372, 0.012804023, 0.016229514, -0.00547746103, 0.0133627439, -0.00663813762, -0.0343746431, -0.0384453274, -0.0184111875, 0.00822118, 0.0214575473, 0.00481231697, -0.0141276596, 0.0113274027, -0.0181584321, -0.0003610485, 0.00442653382, -0.000200686423, -0.00469924277, 0.0104560647, 0.00740970485, -0.00733653875, 0.0277764145, -0.00567367859, 0.0413985662, -0.00830099732, 0.00820122566, -0.0246768445, 0.0136154983, -0.0452297963, 0.00252588443, 0.0182116441, 0.0209387336, 0.00485555129, 0.0295323953, 0.00450635096, 0.0148061067, -0.0101767043, -0.0317140669, 0.0330443569, -0.000729164167, -0.023758946, -0.00249595311, 0.00144253112, -0.004852226, 0.00590980472, 0.00472584832, -0.0170542933, -0.00342216599, 0.00325089158, -0.0164423604, -0.0379930288, -0.0322195776, -0.0013926453, -0.00104427617, -0.0127375079, 0.029399367, -0.00212846091, 0.0166818127, 0.0345342793, 0.00697736116, 0.00441988232, -0.010316384, 0.00599627336, 0.0251424443, -0.00124797656, 0.0072434186, 0.0253552906, 0.00959802885, -0.0159368515, -0.0366627388, -0.0175731052, 0.00172771164, -0.00647185137, -0.0105624869, -0.00901935343, 0.044378411, -0.0162694231, -0.00851384364, -0.00516816927, 0.009365228, -0.0163891483, 0.00581668457, -0.0311021358, -0.0050484431, -0.00915238168, 0.00852049515, 0.00797507726, 0.00912577659, -0.0135024237, -0.00139347673, -0.000932033116, -0.0223089308, 0.0162561201, -0.00115651917, -0.00438662479, 0.00803494, -0.00462940242, -0.0102232639, -0.0263929162, -0.0171474125, 0.0110480422, 0.029958088, -0.005144889, -0.017479986, -0.0115003409, -0.0353058465, 0.00594971329, 0.0177859515, -0.0043999278, 0.00154645985, -0.00330410292, 0.0188368801, 0.00395760685, 0.00967784598, -0.00818127207, -0.0145400483, -0.0219630562, 0.0215772726, 0.0186107308, 0.0236525219, 0.00743631041, -0.0132895783, -0.000604033936, -0.00327250874, 0.00581335882, 0.00229973556, 0.0169744752, -0.00903265644, 0.0069840122, 0.0178258605, 0.00150073122, -0.00853379816, 0.0107620303, 0.00589317642, -0.00758264214, 0.00270879921, -0.00833425485, -0.012178787, -0.0021101695, 0.0155377649, 0.00967119448, -0.0230272859, 0.00615258235, -0.0128904916, 0.0273507237, 0.00562711852, -0.007795488, 0.000234047562, 0.00789526, -0.00728332717, 0.00740305334, -0.0135423327, -0.016216211, -0.00532447826, 0.00356184645, -0.0327516943, 0.0122186961, -0.00194055773, 0.00603950769, -0.0123118162, 0.00820787717, 0.00127624511, 0.0104427617, 0.0195020232, -0.0151785873, -0.0223621428, -0.00107753335, 0.0138882073, -0.00526461517, -0.00984413177, -0.00200873497, 0.0188900903, -0.00812806, -0.0229873788, -0.0189699084, -0.0230405889, 0.0128705371, 0.0362636521, -0.0253419876, 0.00564042153, -2.65018334e-05, -0.0269516371, -0.0064984574, 0.00144003681, 0.0327516943, 0.00695075514, -0.0130035663, 0.0253286846, 0.0226015951, -0.00262898183, -0.012504708, 0.00172937452, -0.00367492088, 0.0226415023, -0.00106506189, 0.00681107491, -0.00175764319, 0.00146913691, -0.00110580202, -0.00723676709, -0.040680211, 0.0328847207, -0.00480899122, -0.0111810714, -0.00848723762, 0.0195153262, 0.00474580284, -0.00413719611, 0.012764114, -0.0162561201, 0.0151519813, 0.0297186356, -0.0021218094, -0.00859366078, 0.0196749605, -0.00547413528, 0.0179189797, 0.0208057053, 0.0162960291, 0.0266456697, -0.00607276522, -0.0259672236, 0.00752277905, -0.0338691361, -0.0165753886, 0.0256745592, -0.0129237492, -0.00492206588, -0.0040340987, -0.029958088, -0.0204864368, 0.00746291596, 0.000613595359, -0.0107620303, 0.00580338156, 0.00239950721, 0.00802828837, -0.00200707209, -0.00814136304, 0.0122586051, 0.0194887202, 0.00773562538, -0.0271245744, 0.00732988724, -0.019342389, -0.000783622847, 0.00431678491, -0.0255282279, -0.00363833783, -0.011513643, 0.0124315424, 0.0141808707, 0.0204332247, -0.00142673391, 0.00855375268, 0.0189832114, 0.00893953629, -0.0046161, -0.0176795293, 0.00285845646, 0.00213178666, -0.00504179206, 0.00080815, -0.0196616575, 0.00913907867, -0.0197148696, 0.010289778, 0.00167034299, -0.000200686423, 0.0017310374, 0.0108085908, 0.0107553788, -0.00400084164, -0.00651176, 0.00336895464, 0.0203800127, -0.0352260284, -0.00269050756, 0.00699066371, -0.0324856341, 0.0145533513, -0.0158703364, -0.025608046, -0.00435336772, 0.00610934803, -0.00611267379, -0.0139148133, 0.00333070871, 0.0433407873, -0.0230006818, -0.00683768094, -0.0177992545, -0.0113007976, 0.0169744752, 0.0271777846, 0.0130368229, -0.00848723762, -0.00423364202, 0.00712369289, 0.0283085313, -0.009691149, -0.000648931134, -0.0160565767, 0.00725007, 0.0192758739, -0.0148859238, 0.0288938563, -0.0078487, -0.00715695, -0.00620246818, 0.00341218896, -0.0390838645, -0.0297718477, 0.0339489505, 0.00137352245, 0.0266722757, -0.0184377935, -0.0154579477, 0.016202908, 0.00268551917, -0.0279892609, 0.0053078495, -0.00370817794, 0.0043034819, 0.0172538366, -0.0465866886, -0.0175997112, -0.0142739909, 0.00437997328, -0.00485555129, -0.00693080109, 0.0169478711, -0.00263563334, -0.013755179, -0.0257942863, -0.00567700434, -0.0133427894, -0.0218034219, -0.0160432737, -0.0010584105, -0.00734319026, 0.0246103294, 0.00860696379, 0.00330909155, -0.0160964858, -0.00713034393, -0.020566253, 0.00600292487, -0.0419572853, 0.0116666267, 0.00178591174, 0.000636875397, -0.00444316212, 0.0086202668, -0.0160698798, -0.0222690217, 0.0257144682, -0.0313149802, 0.00225317548, 0.0124248909, -0.0419040732, 0.0276433863, -0.0140744476, -0.0223488398, -0.00367492088, -0.0079152137, -0.00669800071, 0.00657162303, 0.010928317, 0.0398288257, 0.00595303904, -0.0341618, 0.0131232915, 0.00233964412, -0.0137950871, 0.00692414958, 0.0117464438, -0.0378333926, -0.00836086087, -0.0100569781, 0.0298250597, -0.00655166898, -0.0116533237, -0.0307562612, 0.0250626281, 0.0120391073, -0.0236259159, -0.0144868372, -0.00108418474, -0.00425692182, 0.0101168407, 0.0117065348, 0.0320865475, -0.0230139829, 0.0202469844, -0.00930536538, -0.0278296266, 0.0382856913, 0.0354388729, 0.0111212088, 0.0116200661, 0.00450302521, -0.0174267739, -0.0326718763, -0.0259406175, 0.000500105205, -0.0197813846, 0.00929206237, -0.0108285453, -0.0103230355, 0.0098840408, -0.00567035284, 0.0251956563, -0.0032159714, 0.0208589174, 0.00160881714, 0.0329645388, -0.0278030206, 0.023093801, -0.043021515, 0.00132696237, 0.00434339046, 0.0108484989, 0.0301177222, 0.000200790353, -0.00221825531, 0.00682437792, 0.00167450018, 0.0179987978, 0.00676784059, -0.0032326, 0.0372480676, -0.0167483278, -0.0259672236, 0.0280690789, -0.009691149, 0.018663941, -0.00846728403, 0.00509500317, -0.00447974494, 0.0439793244, 0.0130102178, 0.00332239456, 0.010329687, -0.01685475, 0.00788195711, -0.0144868372, -0.0163625441, -0.0286011938, 0.0064652, 0.0132097611, -0.00920559373, 0.0523069277, -0.000606528251, 0.0119393356, 0.00473582558, 0.000811475737, 0.00223820959, -0.00753608206, -0.00246103294, 0.00790191162, -0.0391104706, 0.00680442341, 0.0117198378, 0.0288938563, -0.011254237, -0.00755603611, -0.0172272306, -0.0110280886, 0.00547080953, 0.00200208346, 0.00594306178, -0.0101767043, -0.00403077295, 0.00569363311, -0.0138482992, 0.01893, -0.0185176097, 0.0117331408, -0.00676784059, -0.0182914604, 0.0168015379, 0.00681107491, -0.0148460148, -0.0135024237, -0.00641198875, 0.0199676249, 0.0209121294, 0.0161896069, 0.0158836395, -0.0360774137, -0.0173070487, 0.0060528107, 0.0197148696, -0.027457146, 0.0245704204, 0.0118063064, -0.00549076404, 0.00732988724, -0.0125778737, 0.0166552067, 0.0137950871, -0.0215107575, -0.00782209355, -0.0127242059, 0.0222690217, -0.000458533672, -0.00262731896, 0.000779465656, -0.0254750159, 0.0220827814, -0.00254085031, 0.0144070201, 0.0255548339, 0.00488880882, 0.0369554, 0.0142340828, -0.00816131756, 0.0129037946, 0.00383455539, -0.0049353689, -0.00300645106, 0.0124847535, -0.0076092477, -0.0177460425, 0.02128461, -0.00663148612, 0.0078021395, 0.0277232043, -0.00644524582, 0.0160698798, -0.025621349, 0.0201937724, 0.00885306764, -0.0139015103, -0.0236791279, 0.00657494878, 0.00985078327, 0.000613595359, 0.0176928323, -0.013455864, 0.0241713338, 0.0119393356, 0.0157639142, -0.0241580307, 0.0385251418, -0.0258075893, 0.0135955438, 0.016202908, -0.00550739281, 0.00214342657, -0.000357722776, -0.00171274587, -0.00477906, 0.0214841533, -0.0131632006, -0.00173602591, 0.0174001679, 0.0156707931, 0.00193723198, -0.00601955364, -0.00609604502, -0.0104693668, -0.000276658364, 0.00128289661, 0.00660820585, 0.00781544205, -0.00322428579, -0.00301975384, -0.0251823533, -0.00912577659, -0.00382790389, 0.0188235771, 0.0176928323, 0.00555062713, -0.00620579394, -0.00300977682, 0.024344271, 0.0107620303, -8.56892584e-05, -0.0160033666, 0.00190231192, 0.00851384364, 0.0227346234, 0.0146331685, -0.0110413907, 0.0193290859, -0.00623239949, -0.0186107308, -0.00215839245, -0.016828144, 0.0171607155, -0.0157373082, -0.00183746044, 0.0160166677, -0.000917067344, 0.00311121135, 0.0267520938, 0.00361838355, -0.000704637, -0.00568365585, -0.0113074491, -0.00510498043, 0.0055007413, 0.00412056735, 0.00428352784, 0.00649513165, -0.0226814114, 0.00296321674, 0.0140478425, 0.0167483278, -0.00646852562, 0.0146464715, 0.0371150374, -0.00636210293, -0.00171274587, 0.0181983411, 0.00726337312, -0.0139414193, -0.0135356812, -0.0199144129, -0.00292829657, -0.0261401609, -0.00668802345, -0.0102631729, 0.00465600844, 0.00298982253, -0.00140095968, -0.0111611169, -0.0111810714, -1.14451541e-05, 0.00309125683, 0.0013926453, 0.0207924023, -0.0104826698, 0.0027021477, -0.0250892341, 0.0207125861, 0.00609604502, -0.003897744, -0.0110347392, 0.0054275752, 0.00264561037, 0.000771567109, -0.00464603119, -0.0010584105, 0.00415715, -0.00451632822, 0.00700396672, 0.0020586208, 0.00196716352, -0.00775557943, -0.0110413907, 0.00881315861, 0.0220162682, -0.00100353605, 0.0146730775, -0.0078487, 0.00080440857, -0.00953816529, 0.0162960291, 0.00222158106, -0.0198345948, 0.00526461517, 0.00921889674, -0.00555062713, -0.013741876, 0.0161097888, -0.00255914172, 0.0129570058, -0.0131365946, -0.00802828837, 0.0102365669, 0.00238786708, 0.0158969425, 0.000922055915, 0.00947830267, 0.00188402052, 0.000193515341, 0.0190497246, -0.0131432461, 0.0172006246, 0.0059563648, 0.000284764799, 0.0107088191, -0.0133760469, 0.00344544603, -0.0121654849, -0.0326984823, 0.0250892341, 0.0187836681, 0.000955313153, -0.0105026243, -0.00107503904, -0.00502516329, 0.0029665425, -0.0108019393, -0.00869343244, 0.00555395288, 0.0116732782, -0.000430265063, -0.0240915176, 0.00770236785, 0.00243276427, 0.0257277712, 0.00444316212, -0.0133826984, 0.0133960014, -0.0101101892, 0.00723011559, 0.00870673545, -0.0157506112, -0.00540096965, -0.0192359649, -0.0140478425, -0.00305799977, -0.0190896336, -0.0100303721, 0.0123982849, 0.0080548944, 0.0138482992, 0.0333370194, 0.00715695, 0.0376737602, -0.0146464715, -0.00517482078, 0.0200341381, 0.0100902347, 0.016242817, 0.0103363385, 0.00192060345, 0.0227745324, -0.0151120722, -0.0015181913, 0.0154180387, 0.00721681304, -0.00670465175, 0.00886637, -0.000546249561, -0.0238121562, 0.0335232578, 0.00260071317, -0.00876659807, -0.00515486626, 0.0267520938, 0.00883311313, 0.00180586602, -0.00214675232, 0.00315444567, 0.00590980472, -0.0255282279, 0.0252222624, 0.00451632822, -0.0152584044, 0.0304635968, 0.0149125298, -0.0265658535, -5.46600313e-06, 0.00748287048, 0.00135606236, -0.0126576908, -1.75899422e-05, -0.00615923386, 0.000998547534, -0.0160964858, 0.010316384, -0.000524216623, -0.00689089205, 0.0144868372, -0.00372148096, 0.0177061353, 0.00264561037, 0.0158703364, 0.00959802885, 0.00923885, 0.0185442157, -0.0312883742, -0.00232467847, 0.00198212918, 0.00600957638, 0.011580158, 0.0167483278, -0.00264394749, 0.013701967, 0.00438995054, -0.0158570334, 0.00599627336, 0.0227213204, -0.0165088754, 0.00527126668, -0.00110247626, -0.0104228072, -0.00845398102, 0.0060594622, 0.000215340377, 0.0177061353, 0.0162827261, -0.00317606283, 0.00801498536, 0.00142257684, 0.0140345395, 0.00131116516, 0.00931201689, 0.00127125659, -0.0141409626, 0.0218965411, 0.0476775244, 0.0023745643, -0.0105358819, 0.00501518603, 0.000650178292, 0.0129703088, 0.0067811436, -0.0158703364, -0.0153382216, 0.0102698244, 0.00435669348, 0.023067195, -0.0203800127, 0.00652838871, -0.00278861634, 0.000734152738, 0.0307562612, -0.00241281, 0.000436916482, -0.0397490077, -0.0121654849, -0.00628228532, 0.00281355926, 0.0194754172, -0.00142257684, 0.0107354252, -0.0277498085, -0.0048455745, -0.0105425334, -0.0238919742, -0.000666391163, 0.00319601712, 0.0191960577, -0.0141808707, 0.0252355654, 0.00202702638, -0.0109482706, -0.0113207512, -0.00454958528, 0.00369154941, 0.000411765737, 0.0214043353, -0.0236126129, -0.000444399368, 0.00294492533, -0.0333370194, -0.0269649401, 0.0146331685, -0.00369154941, -0.0151120722, -0.0104693668, -0.00625900552, 0.0164157543, 0.0170276873, 0.0229873788, 0.0111677684, -0.00181584328, -0.00141592533, 0.0273773279, 0.000303887675, -0.0054275752, 0.00462275092, -0.00138599391, 0.00745626492, 0.00725672161, -0.0285213757, -0.0016079857, 0.0204731338, -0.0140877506, 0.0159767605, -0.001948872, -0.00210518087, -0.000100655, -0.0177593455, 0.00257577025, -0.017506592, 0.00165953441, 0.0320067331, 0.012464799, 0.0183313694, -0.0144868372, 0.00304802251, 0.015590976, 0.000912910211, -0.00398753863, 0.00679444615, -0.0123783303, 0.0177327394, -0.0231869221, -0.00696405815, 0.00800168328, 0.0380462408, 0.0116200661, -0.00662150886, 0.000772814208, -0.029346155, -0.00468593976, -0.0130501259, -0.0122386506, -0.0185176097, 0.0109881796, 0.0095448168, 0.00392102404, 0.00233964412, 0.0220694784, -0.0227745324, -0.00749617349, 0.00716360146, 0.00294825085, 0.0162694231, -0.0146597745, 0.027510358, 0.0244506951, 0.00444316212, 0.00891958177, 0.0198478978, 0.00246768445, -0.0173203517, -0.0023745643, 0.00995055493, 0.0133627439, -0.000168156723, 0.013455864, 0.00752277905, -0.00208522659, 0.0106556071, 0.0114936894, 0.000329454168, 0.0291865207, 0.00078237569, -0.000843070098, -0.008427375, 0.0164290573, 0.00558055844, -0.00178424886, -0.0033905718, -0.00615923386, 0.016242817, 0.00804159138, -0.00158221135, -0.0204598308, -0.00332239456, 0.00924550183, -0.00433341321, 0.0175864082, -0.00176429457, -0.0125778737, -0.0334700495, 0.00921224523, 0.017493289, 0.0087998556, -0.00693745213, 0.00443318486, 0.0216038786, 0.00743631041, 0.00353856641, -0.0106356535, -0.0394829512, -0.0103562931, -0.0199410189, 0.000992727466, 0.00298150815, 0.0217369068, 0.0139813274, -0.00792186521, -0.0255415309, -0.017493289, -0.0272443, -0.00218998664, -0.00790191162, -0.00810810551, -0.0143405059, -0.00356849772, -0.000410102861, 0.0128572341, -0.00634214841, 0.00713034393, -0.0195818413, -0.00310289697, 0.00613927934, 0.00558721, 0.00208190084, -0.0115202945, -0.0159102455, -0.0111877229, -0.0198212918, -0.00478571141, 0.0159501545, 0.00457951659, 0.00258907326, -0.0130634289, 0.00327250874, 0.0065150857, -0.021244701, -0.00400749268, -0.0147129865, -0.0271910876, -0.00649513165, -0.00123467366, 0.0162561201, 0.00734984176, 0.0263530072, 0.0166419037, 0.0214043353, -0.00617918791, 0.0166019946, -0.0192492679, -0.0125512676, 0.0122053931, 0.010276475, 0.00592975924, 0.0175731052, -0.0142606879, 0.0138216931, -0.0244639982, 0.00591645623, -0.00685763499, -0.00422699051, 0.0159767605, 0.00618916517, 0.00748952199, -0.000885473, 0.00300645106, 0.00567367859, -0.0130567774, 0.00472917408, -0.0246103294, 0.00491541438, -0.0100569781, -0.0270713624, 0.0131831551, 0.0103895497, -0.0190896336, -0.0225350801, 0.0117464438, 0.0239451863, -0.00871338695, 0.0038079496, 0.00519477483, 0.00220162678, -0.000270630495, -0.00800833385, -0.00701061822, 0.0151918903, -0.00573021593, 0.00286011933, -0.0145666543, 0.00178092322, -0.00574019318, 0.00828104373, 0.00341884047, 0.0258075893, 0.00903265644, 0.0148194097, -0.0114670834, 0.0186373368, -0.00135938812, 0.00637540547, -0.00278529059, -0.0121588334, 0.00442320807, -0.00296820537, -0.0027985936, 0.0101101892, -0.0213644262, 0.0243043639, -0.0222690217, -0.000310539122, 0.00077655568, 0.0104494132, 0.00235128426, 0.0105292303, 0.0177327394, -0.0304103848, 0.016163, 0.0333902314, 0.0151120722, -0.00379464682, -0.0138083901, -0.00345542328, -0.0139813274, 0.00457286509, -0.00290667941, -0.0300113, -0.00441323081, -0.0101567497, 0.01186617, 0.0143272029, -0.0013028509, -0.0172937457, 0.0139813274, 0.000889630173, 0.00572356442, -0.0100237206, 0.0022332212, 0.012464799, 0.00894618779, 0.0285479818, -0.00594971329, 0.011227631, 0.0184777, 0.0121122729, 0.00986408629, -0.0109482706, -0.0116666267, -0.00288173649, 0.0208589174, -0.0198878068, 0.0232401323, -0.00875994656, -0.0115868095, -0.0202868935, -0.00189233478, 0.0176263172, 0.0284415595, 0.013701967, -0.0166286, -0.0076092477, -0.0160565767, 0.0136487558, 0.0301709343, 0.0170542933, 0.0222557187, 0.00260736467, 0.0109349685, -0.0259672236, 0.00889297575, -0.00627895957, 0.00652838871, 0.0128239775, 0.0121654849, 0.00644857157, 0.00949825719, 0.0104427617, -0.00628561107, -0.0132496692, 0.00504511734, -0.0108751049, -0.00457951659, -0.00262066745, -0.00927210785, 0.019342389, 0.0117663983, -0.0315012224, 0.00536771258, -0.00409063604, -0.00856705569, 0.027457146, 0.0145134432, -0.0109083625, 0.0161097888, -0.00408731028, -0.0273773279, -0.0272709057, -0.00348535483, 0.0102299154, -0.0132097611, 0.0108950594, 0.0185309127, 0.0145134432, -0.0177859515, 0.031847097, 0.0119393356, -0.0101567497, 0.00702392124, -0.00684433198, -0.00220162678, 0.0133361379, 0.0201139562, -0.00321098277, 0.0241713338, 0.00498525472, -0.00672460627, -0.00488548307, -0.0124182394, -0.01685475, 0.0179588888, 0.000260861183, 0.00668137195, 0.0174666829, 0.0144602312, 0.00492539164, -0.01685475, -0.00274371915, 0.00885306764, -0.0107221222, -2.43972754e-05, -0.010642305, 0.00870008394, 0.0169611722, 0.0468261391, 0.00378799532, -0.000513823761, -0.00222158106, 0.0285745878, 0.00545750698, 0.00768241379, 0.00362503505, 0.00905926153, -0.0160698798, 0.00895949, -0.0110480422, -0.0013028509, -0.00685098348, 0.0172139276, -0.0116533237, -0.00998381246, -0.00305301114, -0.00419373298, -0.0333370194, 0.00777553394, -0.00537436362, -0.0145400483, 0.00100104173, -0.000384120678, -0.0194222052, -0.016216211, -0.00596634205, 0.00727002416, -0.0101168407, -0.0193024799, 0.00957807433, 0.0136487558, -0.00743631041, -0.00826108921, -0.00134857954, -0.0128838401, -0.0267920028, -0.0135622872, -0.0128904916, 0.00354521768, 0.012830629, -0.0303305686, 0.0112941461, 0.0166152976, -0.0133361379, 0.0151652843, 0.00592310773, 0.00400416693, 0.0176130142, -0.00545085547, 0.0103828982, -0.000773645646, 0.0111145573, -0.0066115316, -0.00673125777, 0.0227745324, -0.0164157543, 0.00937853102, -0.0114471288, -0.00040262, -0.00911912508, 0.00129786227, 0.0103828982, 0.0246236324, 0.00834755786, -0.0181850381, -0.0181318261, 0.0265259445, -0.00254750159, -0.0301443283, 0.0172139276, 0.0149391349, 0.00417377893, -0.00835420936, 0.00516816927, 0.014952438, -0.0236392189, -0.0176662263, 0.00373145798, -0.00423364202, 0.000668469758, -0.00480234, 0.00781544205, 0.00162877142, 0.0309158955, 0.0288406461, -0.0065949033, 0.00226315251, 0.00159634568, -0.0127109028, 0.0166818127, -0.0146065634, 0.00564374728, -0.00394097855, -0.0153781306, -0.018690547, 0.00196550065, 0.000917067344, 0.0143405059, -0.0076890653, 0.0222158115, 0.00393100129, -0.000757848495, 0.0157240052, -0.00258741039, -0.00300645106, 0.0105491849, -0.00583996484, -0.0102099609, -0.0197015665, 0.0143272029, -0.0181983411, 0.00676784059, 0.00973770861, 0.0226415023, 0.0050384663, 0.00727002416, 0.00825443771, 0.013442561, 0.0161496978, -0.00507504912, 0.00753608206, 0.0228809547, -0.00144003681, 0.010642305, -0.00304802251, -0.00602287939, -0.0124315424, -0.0163492411, 0.0104361102, -0.0173336528, 0.0121455304, -0.00498858048, -0.00574019318, -0.0252222624, 0.0266057625, 0.0120657133, 0.0108950594, -0.00187071762, 0.0114205228, -0.00900605, -0.0207657963, 0.0139015103, 0.00770901935, -0.0116799297, -0.0419838913, -0.0119127296, -0.00140761107, -0.00175598031, 0.01893, -0.00274371915, 0.00303139398, -0.00838081446, 0.0164423604, -0.0188501813, 0.014992347, -0.0104161557, -0.0228410456, 0.00603950769, 0.0108551504, 0.00318271434, 0.00561714126, 0.00563044427, -0.00943174213, 0.0116001116, -0.0109682251, 0.00462940242, -0.0154446447, 0.0156308841, -0.00766911078, 0.00352858915, 0.014979044, 0.0242245458, -0.00497527746, 0.0032043315, 0.0232002232, 0.0195818413, 0.0287608281, 0.0257543772, -0.0158703364, -0.0252887756, -0.00287508522, -0.0138882073, -0.0181318261, 0.0264993384, 0.00921889674, -0.00262898183, 0.0148194097, -0.0275901742, 0.0189699084, 0.0325122401, 0.00738975033, -0.011227631, -0.00287508522, -0.00538434088, 0.000490128, 0.0067811436, -0.0197015665, -0.0136753619, -0.00495199719, -0.00418708194, -0.0151918903, 0.00636542868, -0.02055295, 0.00332405744, 0.0386847779, -0.00603950769, -0.00154230278, -0.00173270027, 0.00951156, -0.00469924277, 0.00340553746, -0.00925880484, 0.0283617415, -0.010303081, -0.031926915, 0.00478571141, -0.0897146314, 0.013103338, -0.021191489, 0.00437997328, -0.00384453265, 0.031181952, -0.00222490681, 0.00918563921, -0.00630224, -0.00718355551, 0.00186406623, -0.00639536, -0.013429258, -0.00304469676, -0.0216038786, 0.0258075893, 0.00441655656, -0.0119127296, 0.0004759937, -0.0220029652, -0.00481896847, 0.0174267739, -0.00418708194, -0.0190098174, -0.01057579, 0.020632768, -0.0105824415, -0.00402412144, -0.0182515532, -0.0222690217, 0.0189832114, -0.00711704139, 0.0213245172, 0.00185076334, 0.0104826698, -0.00524466066, -0.0172671396, 0.00318271434, 0.008101454, 0.017493289, 0.0160698798, -0.0191029366, 0.00616921112, 0.0130368229, 0.0156707931, -0.0214309413, -0.00968449749, 0.00585991889, -0.00866682641, -0.0223355368, -0.0129836118, -0.00516151777, -0.00457619084, -0.00134275958, 0.00416380167, -0.0100636296, -0.0271910876, 0.00203866651, 0.0331773832, -0.0238254592, 0.0015630885, -0.0147528946, 0.00730993319, -0.000817711465, 0.00857370626, -0.00397756137, 0.00868012942, -0.00147079979, -0.0149125298, 0.00360508077, 0.000409063592, -0.0284681655, -0.00519477483, -0.0112209804, 0.00518147228, -0.0130966865, -0.00649180589, -0.00582666183, 0.0151120722, 0.00940513704, 0.00555062713, -0.0051282607, 0.0347205177, 0.0150987701, 0.0213777293, 0.0167217217, -0.0018274833, 0.00934527349, 0.00516816927, -0.00132197374, 0.0129170977, -0.000437332201, -0.00959137734, 0.00996385794, 0.0208456144, 0.0119792437, -0.0100303721, 0.0177460425, 0.0159634575, 0.0138083901, -0.000382042112, 0.00645522308, 0.023053892, -0.0186107308, 0.0395095572, -0.00306132552, 0.00629558833, 0.0217635129, 6.39161881e-05, -0.00976431463, 0.00885306764, 0.00909917057, 0.0129836118, 0.0229873788, 0.00391104678, 0.00667139469, 0.00281688501, 0.00653836597, -0.0246901475, -0.0182781573, 0.00850054063, -0.00644524582, 0.00417710468, -0.00581003306, -0.023093801, 0.003435469, -0.0216836967, -0.0148327118, 0.00147495687, 0.0136620589, -0.0194488112, 0.00971775409, -0.00709043536, -0.0121455304, -0.0102033094, -0.01279072, -0.0132430177, -0.00267554191, 0.0126576908, 0.001289548, -0.00448307069, 0.00496197445, -0.005776776, -0.00980422273, 0.00953151379, -0.0383389033, -0.0118595185, 0.0164423604, -0.00703722378, 0.00695075514, -0.00792186521, -0.00125047076, 0.0256745592, -0.0118262609, 0.0064252913, -0.00541094691, -0.00933197048, 0.00520807784, -0.0189166963, -0.0184244905, 0.0106755616, -0.0180786159, 0.00338558317, -0.0109017109, -0.00772232236, 0.0142340828, 0.00296487962, 0.00341551472, 0.00854710117, 0.00790191162, 0.0233997665, 0.0384453274, -0.0326984823, 0.0084340265, -0.0283617415, -0.00652838871, -0.0196749605, -0.00583996484, 0.000215963955, 0.0157240052, 0.00873999298, 0.0247167516, -0.00701061822, -0.00101185043, 0.010303081, -0.0171075054, 0.00183746044, 0.0272709057, -0.00873334147, 0.0177061353, -0.00268718181, 0.00504511734, 0.0269915443, -0.00833425485, -0.0144735342, -0.00519144908, -0.0116732782, 0.00552734686, 0.00419040723, 0.0040340987, 0.0288140401, 0.016894659, 0.0098773893, -0.00844067801, -0.0282553192, -0.00506507186, 0.0149125298, -0.0123517253, -0.0088065071, -0.0190098174, -0.00874664448, 0.00551404431, -0.0230139829, -0.00929206237, -0.00747621898, -0.00432343641, -0.0294259731, -0.00774892792, 0.00274039339, -0.0130368229, 0.013768482, -0.00507172337, -0.00478903716, -0.0153249186, 0.0181318261, -0.00341884047, -0.00620911969, 0.00220661541, -0.0360508077, -0.00424361881, 0.00142257684, 0.0215506665, 0.00952486228, -0.0166152976, -0.0152983125, 0.000834755774, 0.00161214289, 0.0145799574, -0.0183579754, 0.0170010813, 0.0080615459, 0.0019355691, -0.0157107022, -0.00334900036, -0.00425359607, 0.0215772726, 0.00146331685, 0.01279072, 0.00470922, -0.0113806147, -0.00920559373, 0.0110613452, -0.0171607155, -0.00510165468, -0.00254750159, 0.005144889, -0.015590976, -0.016828144, -0.00274039339, -0.00258408464, -0.0170143843, 0.00852049515, 0.0238121562, 0.0128771886, -0.013688664, -0.00328913727, 0.0156574901, -0.019342389, 0.00123134791, -0.00250759302, -0.00991064589, 0.0123849818, -0.00410726434, -0.0370352194, 0.0179189797, 0.0156574901, 0.00820787717, -0.0271777846, 0.00940513704, 0.000816464308, -0.0150854671, -0.0221892055, -0.0130900349, -0.0065217372, 0.00676451484, 0.0117131863, -0.01219209, -0.0182914604, -0.0131299431, 0.000787364261, 0.0153914327, -0.0152051924, 0.00154978561, 0.0124448454, -0.0389774404, 0.010915014, 0.00597299356, -0.0140478425, -0.0228543486, -0.0135090752, 0.0124049364, -0.0158437304, 0.0117597468, 0.00314446841, 0.000371857081, 0.0029665425, -0.0181850381, -0.0195818413, -0.00209021522, 0.0149125298, -0.031873703, -0.0181451291, -0.00713034393, 0.0187836681, -0.00148576545, 0.00526794093, -0.00777553394, -0.0127375079, -0.00161546865, 0.00830099732, -0.00231968984, 0.0132829268, 0.00278695347, 0.0078487, -0.0179588888, -0.0267520938, -0.00985078327, -0.0252887756, -0.00527126668, 0.00545750698, -0.0106888646, -0.00480566593, 0.0145134432, 0.0121854385, -0.00260902755, -0.00766911078, -0.0163093321, -0.0157772172, -0.0201804694, 0.00241613574, -0.0253153816, -0.0220561773, -0.00187071762, -0.0198478978, 0.00623239949, -0.00282852515, 0.0086202668, -0.0110679967, 0.0136620589, -0.0146730775, -0.00897944439, -0.0201804694, -0.0139946304, 0.01500565, -0.0321663655, 0.018743759, -0.031847097, -0.0122253476, -0.0101234922, -0.00850719213, 0.00173768878, -0.0127973715, -0.0173602588, -0.0164290573, -0.0112874946, -0.00456953933, -0.0283883475, 0.00185242621, 0.011852867, -0.0204731338, -0.0132762752, 0.00454293378, -0.00561714126, 0.053131707, 0.0147661977, 0.0155510679, -0.0199809261, 0.0116466722, -0.0148327118, 0.00211848388, 0.0284947716, -0.0103962012, 0.0019804663, -0.013415955, 0.0202336814, 0.0161363948, 0.00710373838, -0.0192226637, -0.00315777143, -0.00607609097, -0.0223754458, -0.0086202668, -0.0109549221, -0.00639203424, -0.0100636296, -0.012764114, 0.0171208084, 0.00191395194, -0.0146597745, 0.0219763592, 0.0112941461, -0.0148327118, -0.00513823749, -0.00665476592, 0.00351528637, 0.0218965411, -0.00364831509, -0.0112608885, 0.026845213, -0.0088065071, 0.0129570058, 0.00479901442, -0.00250094151, 0.0159501545, 0.0243176669, -0.00199376931, -0.00274205627, 0.0187969711, -0.00876659807, -0.0120657133, -0.00705052679, 0.0174134709, -0.015577673, 0.00850054063, -0.0026173417, 0.00131615379, -0.00607941672, -0.0024710102, 0.0086136153, 0.0180387069, 0.0100170691, 0.000208688944, -0.00138931966, 0.0131432461, 0.0235727057, 0.00510165468, -0.0199011099, -0.0168015379, -0.0102831265, -0.00886637, -0.00106256758, 0.00800833385, -0.0125911767, -0.0218832381, -0.0114205228, -0.0141010536, 0.00947830267, 0.022468565, 0.0220561773, 0.0105425334, -0.0046161, 0.00701726973, 0.00726337312, -0.0200075321, 0.0352526344, -0.0394031331, -0.00193723198, -0.00367159513, -0.0211382769, -0.0361838341, -0.0151120722, -0.0169212651, 0.018690547, 0.0116732782, 0.0661951378, -0.005776776, 0.0275901742, -0.00282187364, -0.0132297147, 0.00458949385, -0.0067977719, 0.0235727057, -0.0170675963, 0.00263729622, 0.000602371059, 0.0186240338, 0.0019039748, 0.0179721918, 0.032432422, -0.0102365669, 0.0163492411, -0.000187487472, 0.0122319991, 0.00487883156, 0.0032608686, -0.0141010536, 0.00896614138, 0.00860696379, 0.00410061283, -0.006870938, -0.0111744199, 0.00816796906, 0.00447974494, -0.00325421733, -0.00388444122, -0.0281755012, 0.0128372796, 0.0167882349, -0.00653836597, 0.00680774916, 0.0289470684, -0.00222324394, -0.0033007774, 0.00249927863, 0.00388444122, 0.00689754356, -0.0164024513, 0.0224020518, 0.0349599719, -0.0228676517, 0.00912577659, 0.00248431298, 0.0303571746, 0.0112941461, -0.023093801, -0.0043101334, -0.00904595852, -0.0144602312, 0.00226148963, 0.00191395194, -0.0173070487, 0.0378067866, -0.0198212918, -0.0110813, -0.00373145798, -0.00840076897, -0.00804824289, -0.0109349685, 0.00089212443, -0.0104826698, 0.00225982699, 0.00770901935, -0.010316384, -0.00256579323, 0.00820122566, 0.0163492411, -0.0109748766, 0.0156574901, -0.0165886916, -0.00357847498, -0.00841407198, -0.00116899062, -0.0112209804, 0.00812140852, 0.0163226351, -0.0201538652, 0.0104560647, 0.00469924277, 0.0246236324, -0.00372480671, -0.0141675677, 0.0014982369, -0.0154978558, 0.016828144, 0.0141143566, 0.00300977682, 0.0365563147, -0.0190763306, 0.00623572525, 0.00617586263, 0.00887302123, 0.0125579191, 0.0305168089, 0.0108484989, -0.0213378202, 6.82032493e-08, -0.0164689664, 0.000921224477, 0.0264993384, 0.0153249186, 0.0132031096, -0.0253153816, -0.00814136304, 0.0275635682, -0.00639868574, 0.0320599414, -0.00719685853, -0.00838746596, -0.0113606602, -0.0215639696, 0.00608939352, 0.00259738741, 0.00858035777, 0.0181185231] |
06 Apr, 2023 | Node.js http.ServerResponse.setTimeout() Method
06 Apr, 2023
The httpServerResponse.setTimeout is an inbuilt application programming interface of class ServerResponse within the HTTP module which is used to set the Socket’s timeout value to msecs (Milliseconds).
Syntax:
const response.setTimeout(msecs[, callback])
Parameters: This method takes the first parameter as socket time-out value in a millisecond, and the second parameter is a callback function which is optional.
Return Value: This method returns nothing but a call-back function for further operation.
Example 1: Filename-index.js
Javascript
// Node.js program to demonstrate the
// response.setTimeout() method
// Importing http module
const http = require('http');
// Setting up PORT
const PORT = process.env.PORT || 3000;
// Creating http Server
const httpServer = http.createServer(
function (request, response) {
// Setting the socket time out value
// by using setTimeout method
response.setTimeout(6000, () => {
console.log("socket is destroyed due to timeout")
})
});
// Listening to http Server
httpServer.listen(PORT, () => {
console.log("Server is running at port 3000...");
});
Run the index.js file using the following command:
node index.js
Output:
Server is running at port 3000...
socket is destroyed due to timeout
Now open your browser and go to http://localhost:3000/, you will see the following output:
ERR_CONNECTION_REFUSED
Example 2: Filename-index.js
Javascript
// Node.js program to demonstrate the
// response.setTimeout() Method
// Importing http module
const http = require('http');
// Request and response handler
const httpHandlers = (request, response) => {
// Setting the socket time out value
// by using setTimeout method
response.setTimeout(5000, () => {
console.log("socket is destroyed due to timeout")
})
}
// Creating http Server
const httpServer = http.createServer(
httpHandlers).listen(3000, () => {
console.log("Server is running at port 3000...");
});
Run the index.js file using the following command:
node index.js
Output:
Server is running at port 3000...
socket is destroyed due to timeout
Now open your browser and go to http://localhost:3000/, you will see the following output:
ERR_CONNECTION_REFUSED
Reference: https://nodejs.org/dist/latest-v12.x/docs/api/http.html#http_response_settimeout_msecs_callback
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.setTimeout() Method | https://www.geeksforgeeks.org/node-js-http-serverresponse-settimeout-method?ref=asr6 | CSS | Node.js http.ServerResponse.setTimeout() Method | Node.js http.ServerResponse.setTimeout() Method, Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, Node.js http.ServerResponse.getHeader() Method, CSS pause-before Property, CSS, Node.js Stream writable.writableFinished Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0348467045, -0.0123349158, -0.00861513242, 0.0651956, 0.038072411, -0.0199789293, -0.00571313314, 0.0343923792, -0.0257602111, 0.0171053261, 0.0263054, 0.040548481, 0.00968847424, -0.0344378129, 0.0229547564, -0.0190021303, -0.0296219699, -0.00620721141, 0.00150353077, 0.0289632, -0.0081380913, 0.0354373269, -0.0142885121, 0.0185591634, -0.0313256867, 0.0196949765, 0.0136410994, 0.0146974046, -0.0341879353, -0.0273276307, 0.00779166864, 0.0321889035, 0.0356190577, 0.0160376616, -0.0350738689, -0.0195927527, -0.00497769518, 0.0190021303, -0.0151630873, -0.0409346558, -0.0233750064, -0.0181729887, 0.0322797708, -0.0206377, -0.00131186261, 0.0325523652, -0.0120736789, -0.06587708, 0.0103813196, -0.0171053261, 1.99876249e-05, 0.0234885868, -0.0374817885, -0.00119473203, 0.0126415845, 0.0248742774, 0.0167191494, -0.0105346544, 0.0210465919, -0.00619017426, 0.0227275938, -0.038231425, -0.00767808734, -0.0260100886, 0.0214100517, 0.0442966595, 0.0161058102, 0.0118465163, -0.046363838, -0.0218757354, -0.0155833373, 0.024101926, 0.0117215775, 0.00906377751, 0.0150267901, -0.0201493, -0.0146406135, 0.0431608483, -0.0113865128, -0.00154470396, -0.0234658718, 0.0104608266, -0.0159013644, 0.0157196354, 0.0358916521, -0.0309849456, -0.00523325289, -0.0214554835, 0.00998946466, -0.0176050831, 0.0279409699, 0.000187763886, 0.0038333647, 0.00947834924, -0.0261236709, 0.0079222871, -0.0329612568, -0.0153334588, -0.0654681921, 0.0383222885, -0.0078541385, 0.00984180905, 0.000331515068, -0.0263962653, -0.0218075868, -0.0246925484, 0.0135388765, -0.0195018873, 0.0106595932, 0.0344605297, 0.0126983756, -0.0278955363, -0.00934205204, -0.0185137317, -0.0267370082, -9.18410296e-05, -0.017128041, -0.00875143, -0.018286569, 0.0395943969, -0.0354827605, 0.00522473408, 0.0266461447, 0.0249878597, -0.0192860831, -0.0152085191, 0.00976798125, 0.00045255, 0.0302353092, 0.00879118312, 0.000981057412, 0.0161398854, 0.000583878253, -0.00402929215, 0.012471213, 0.0285543073, 0.0056677009, 0.0254876167, 0.00529004307, -0.0231478438, 0.0154016074, 0.0364368409, 0.0018258174, 0.0164919868, 0.0613792688, 0.0190589223, -0.0284861587, -0.00734870229, -0.00105488522, 0.0464092679, -0.0327340961, -0.0516112857, -0.00123235572, -0.00621856935, -0.0178549606, -0.0393218026, -0.00951810274, -0.0112956483, -0.0189112667, 0.00642869435, -0.00839364901, -0.043069981, 0.0199448541, 0.0389583446, -0.016526062, 0.0394808166, 0.00734870229, -0.00962600484, 0.0169122368, 0.0076383343, -0.0273049157, -0.0343242325, -0.024760697, 0.00993835274, -0.00220205495, -0.030099012, 0.000867476221, 0.00193229981, 0.0624696463, 0.0167645812, -0.0275320765, 0.0221142545, -0.0172189064, 0.0131072681, 0.0104551474, 0.0010584346, -0.0360733829, -0.0266688596, -0.0296219699, 0.00367719051, -0.0202174485, 0.0288496185, 0.0152198775, -0.00327113783, -0.00320298923, 0.0203310307, -0.0279864017, -0.0132662812, 0.0243063718, -0.0295311064, -0.00123519532, -0.0346876904, -0.031575568, -0.00375101832, -0.0155833373, -0.00571597274, 0.0163102578, -0.0315301344, 0.06419608, 0.0162989, 0.0202174485, -0.0489307716, 0.0158445742, -0.0253740344, 0.010653914, 0.00850723, -0.012050963, 0.050566338, 0.005985728, -0.0081324121, 0.0180821232, -0.0222278368, -0.0596074, 0.0198653471, -0.0512023941, -0.0342333652, 0.0107220635, 0.0103415661, 0.0253740344, 0.0133685041, -0.0114092296, -0.000898711034, -0.00288212229, 0.00554276118, -0.00833685789, 0.0354373269, 0.0420931838, -0.0368911661, -0.0191157125, -0.00624696491, -0.0335973129, 0.0195246041, 0.0110287322, -0.0481584184, -0.0253740344, -0.0289404839, -0.00500893, 0.008234635, -0.00361756049, -0.0136978896, -0.0441149287, -0.0215122756, -0.0100689717, 0.0261463877, -0.0338244736, 0.0439331979, -0.015469756, 0.0243290886, 0.00438707275, 5.15995744e-05, 0.0105914446, 0.0144588836, -0.01604902, 0.0244881, 0.0202855989, 0.0248515606, -0.0261691026, -0.0170598924, 0.00205581938, 0.0128687471, 0.0528833941, -0.042910967, 0.0338699073, 0.00736006023, 0.0169349536, 0.0330521241, -0.0240792092, -0.00641733641, 0.0346195437, -0.00131186261, -0.015708277, 0.014969999, 0.00071307685, -0.0153448172, 0.0178095289, -0.00342447241, 0.0397079811, -0.0194450971, 0.00198625075, 0.0221028961, -0.0176845901, 0.0105289752, 0.0376180857, -0.00134167762, 0.0330066904, -0.0169803854, -0.012471213, 0.0427746698, -0.0144248093, -0.00578128174, -0.045046296, -0.0278501045, 0.0060254815, 0.0181502718, -0.0116079962, -0.00167958159, 0.0360733829, -0.0130959097, 0.0118238, 0.0142203635, -0.0176505148, 0.00374817871, 0.00638894131, 0.0349148549, 0.0337336101, -0.00975094363, 0.00285514677, 0.0199221391, -0.00460571656, -0.0411391035, -0.00391571084, 0.0275547933, -0.00996674784, 0.0236476, 0.0154129658, 0.0218984503, -0.0189680569, 0.0433652923, -0.0175596494, 0.00710450253, -0.00353237451, 0.0161171686, -0.0234204382, 0.0348694213, 0.0298491325, -0.0207853559, -0.0198539905, 0.00469658151, 0.0142885121, 0.0323024876, -0.0164806284, -0.0401850194, 0.00770648289, -0.0133003555, 0.0661496744, 0.0470680408, -0.0136524579, -0.02594194, 0.0152653102, 0.0101711946, 0.000604464847, 0.0243518036, 0.0461139567, 0.0418205895, 0.0125052873, -0.000437642477, -0.0289404839, 0.00417410815, -0.0211828891, -0.00483003957, 0.0115171317, 0.0132549228, 0.00682622893, 0.0167986564, -0.0142090051, -0.0502483137, -0.0188771915, -0.00157877838, -0.031098526, 0.0062356065, -0.0194791723, 0.0206604153, 0.00573301, 0.0197971985, -0.00363175804, -0.0146860462, 0.024442669, 0.0180594064, 0.016946312, 0.0305306204, 0.0080642635, 0.0529742613, 0.0182297789, 0.0298491325, -0.0114887357, 0.00806994271, 0.0193883069, -0.0280091185, 0.0152425943, 0.0559728034, -0.016389763, 0.0159127228, -0.0117556518, -0.0631965697, -0.0042990474, 0.0534285866, 0.0268733054, -0.00243205694, 0.00757586444, -0.0548824258, -0.0253058858, -0.0132662812, 0.0113524385, -0.00762697589, -0.011602317, 0.015129013, -0.0222278368, -0.0412754, 0.0134252952, -0.0292130783, 0.0103813196, 0.0132549228, 0.000675808, -0.0255784802, 0.00808130112, 0.0235794522, 0.0188317597, -0.00840500742, -0.000654156611, 0.000699944, 0.0166396424, -0.0141749308, 0.00502880663, -0.024124641, -0.0131754167, 0.013470728, 0.0126529429, -0.0187408943, 0.00230001891, 0.0113978712, -0.0367321521, -0.00856402051, -0.0155833373, -0.0174233522, 0.0157196354, -0.023443155, 0.0132549228, -0.023102412, -0.0145043163, -0.0016057539, -0.0371183269, 0.049566824, 0.0194678139, -0.016287541, -0.0138228294, 0.00770080369, -0.0233068578, -0.0143793765, 0.00402645255, 0.0273730643, 0.014969999, -0.00918303803, -0.0060538766, 0.0265098456, 0.0273957793, -0.0018968056, -0.0180366915, -0.0282362811, -0.0110571273, 0.0291449297, -0.00364595582, 0.00867192261, 0.00350965839, 0.0119146658, 0.0269414559, -0.0376635194, -0.0306214858, 0.00708178617, 0.00989292, -0.0166850742, 0.0421159, 0.0135956667, -0.011891949, 0.0412526838, 0.0199789293, -0.00538658723, -0.0395262502, -0.000197524758, 0.0134480111, -0.0183660761, 0.00268335524, 0.0010208108, 0.0502483137, 0.0313711204, -0.0203991793, 0.0500665829, -0.0128573887, -0.000382626575, -0.0185478069, -0.00770080369, 0.0132322069, 0.0130391186, -0.030757783, 0.0125393616, -0.00259391, -0.0184910148, 0.00120325061, -0.0135388765, 0.00753611093, -0.00822327752, -0.0230569784, 0.00620721141, 0.0310530942, 0.0234885868, -0.0231137685, -0.0117556518, -0.012709734, 0.00283385045, -0.0679215416, 0.00518498057, -0.0259646568, -0.0143680191, -0.0338699073, 0.0479312576, -0.00529572228, 0.0191725027, -0.00705907028, 0.00667289412, -0.0349602848, 0.0360052325, -0.000626116234, -0.00497201597, -0.00696820533, -0.0125961527, -0.0183433592, -0.0269641709, 0.0159127228, 0.0159013644, -0.0533831529, -0.0172984134, 0.0121759018, 0.0134366527, -0.0204218961, 0.0476132296, -0.0470680408, -0.0021864376, -0.0297128353, 0.0161398854, 0.00585510954, 0.0206149835, 0.00489250896, 0.00902402401, -0.0181616303, -0.0321889035, -0.0161739588, 0.0174574275, 0.0152993845, 0.00751339504, -0.00711586047, -0.00424225675, 0.0271004681, 0.0146065392, 0.0129255382, 0.00655363407, 0.000323173939, -0.0233295728, 0.00179600238, 0.0104153939, -0.00383052509, 0.0328931101, 0.00717833033, 0.0204446111, 0.00934205204, -0.0139932008, -0.0135275181, -0.0165374186, -0.0280091185, 0.031575568, 0.0188771915, 0.0228979643, -7.22305267e-05, -0.00604251865, 0.0148450602, -0.0300762951, -0.0118465163, 0.0228866078, -0.00407756446, -0.00312632183, 0.0134593695, -0.00525312917, -0.00239514303, 0.00424225675, 0.00291619659, 0.0139136938, 0.00535251293, 0.0118238, 0.0115796011, -0.0109378677, -0.0198312737, 0.0160263032, 0.0280545503, -0.0298718493, -0.000331692543, -0.00385040184, -0.0174915, 0.00711586047, -0.0348921381, 0.0200584363, 0.00444386341, -0.0103074918, 0.0121872602, -0.000370913534, -0.000363282306, 0.0132549228, -0.00712721888, -0.00312916143, -0.0109946579, 0.0327340961, -0.0287814699, -0.0196381845, -0.0110741649, 0.0193088, 0.00295027113, 0.0191270709, 0.000557257619, -0.00909785181, 0.00354089309, 0.0341425, -0.00672400557, 6.92579e-05, 0.0153675331, 0.0411163867, 0.00315755676, 0.0327113792, -0.0269641709, 0.021444127, 0.00519917812, -0.0287587531, -0.00470794, -0.0529288277, -0.0210125167, -0.0111082392, 0.0143453022, -0.00573301, 0.00749635743, 0.0153107429, -0.014890492, 0.0122099761, -0.00996107, -0.02594194, -0.0191952195, -0.0355736241, -0.00647412706, 0.0484764464, 0.00722376304, 0.0182411373, -0.0542463697, 0.0312802568, -0.0112047829, 0.00532127824, -0.0129368957, 0.00843340252, 0.0178436022, 0.0184455831, -0.00473633502, -0.010233664, 0.0519747473, 0.00541782193, -0.011312685, 0.0105857654, 0.00466818642, 0.00364027661, 0.0199221391, 0.0206263419, 0.0117329359, -0.0184001513, 0.0308259316, 0.00280403532, 0.0180707648, 0.0181729887, -0.0180821232, -0.016707791, 0.00939316303, 0.00928526092, 0.0201493, -0.0141635723, -0.0209898017, 0.0417297259, -0.0043700356, -0.00353521411, 0.0223073438, 0.0186841041, -0.0359143689, 0.0427292399, 0.0184001513, -0.000712366949, -0.0110684857, -0.0162989, 0.0291903615, -0.0122667672, 0.0191952195, 0.0179117508, 0.057699237, -0.0395943969, -0.00935908873, 0.0128914639, -0.0125280041, -0.00065273681, 0.00440411, -0.0153788915, 0.00585510954, -0.000798617664, -0.0274184961, 0.0269414559, -0.00276712142, 0.0294629578, 0.00850155111, -0.0255784802, -0.0192633681, -0.0175823662, 0.0061220252, 0.0199107807, -0.00731462752, -0.00369706727, -0.00911488943, -0.0183320027, 0.0307804979, -0.0154924728, -0.0285770241, -0.0137660382, 0.00428768946, -0.0175710078, 0.0228525326, -0.0145383906, 0.00866056513, -0.0328476764, 0.00137646194, 0.00096544, -0.0395262502, 0.00177186634, 0.00780302659, 0.0161626022, -0.0116988616, 0.00705907028, -0.0277592391, 0.00236248854, -0.00100448355, -0.00661042426, 0.00706474902, -0.00173637224, 0.00465398887, 0.00695684692, 0.0395943969, -0.0030269383, -0.025442183, -0.0313484035, 0.00892748, 0.0357553549, 0.0078541385, -0.0193769485, -0.00383904367, 0.0196495429, 0.0358689353, -0.0236930326, 0.00504584378, -0.00957489293, -0.0134025784, 0.0300762951, -0.000484139775, 0.0305760521, 0.0277592391, 3.76847697e-06, -0.0029218758, 0.00725783734, 0.00159865501, 0.00327397743, -0.0169122368, -0.0414571278, 0.0214100517, 0.01297097, 0.0193088, -0.0206490587, -0.0133457882, -0.000811395526, 0.0213419031, -0.0010939287, -0.0216258559, -0.00165970495, 0.00245477306, -0.00875143, 0.00942723732, -0.00114716985, 0.0128687471, 0.0303943232, -0.00429052906, 0.0269187391, 0.023284141, -0.0081324121, -0.0040889224, 0.0377543829, 0.00283385045, -0.032257054, -0.00964872073, 0.031098526, -0.00983613, -0.0238293316, -0.0170598924, 0.00385892042, 0.0152425943, -0.0319617428, 0.0303261746, -0.000282178225, 0.0323933512, 0.0394353829, 0.0241473578, 0.00707610743, -0.0337336101, -0.0529288277, -0.0169008784, -0.00356644904, 0.00865488593, -0.0187636111, -0.0211147405, 0.00192946021, 0.0031745939, -0.00747932028, 0.0167191494, 0.0214327686, 0.00867760181, 0.00273304712, 0.0187295359, 0.00235680933, 0.00439275196, 0.00126430043, -0.0323252045, 0.015708277, 0.0353464633, -0.00485843467, 0.00994403195, 0.0308259316, -0.0117329359, -0.0373682082, -0.0824599341, 0.0466591455, -0.0107902121, 0.00729759037, -0.0183660761, -0.0176050831, -0.0128346728, 0.0240110606, -0.0191384275, 0.0239656288, 0.0150835803, 0.00779734785, 0.017446069, -0.00820624, 0.026100954, 0.000638894096, 0.0077121621, 0.00561375, -0.000332224939, -0.00355509087, 0.00575004704, 0.00630943431, 0.0476132296, 0.0223073438, 0.0146519719, -0.0120850373, 0.012050963, -0.0105005801, -0.00555128, 0.00124371389, 0.00395830395, 0.00458300067, -0.00707042823, 0.0104097147, -0.000535606232, -0.038912911, -0.0244199522, -0.00797907729, -0.0214782, -0.000411021872, 0.00473917462, -0.0331884213, -0.000996674877, 0.0233068578, -0.011233178, 0.00107831124, -0.00657067122, -0.00435015885, 0.0185250901, -0.00727487449, -0.0390946418, 0.0039781807, 0.00700227963, -0.0100689717, -0.0251241568, -0.0581535622, -0.00529004307, -0.0368003026, -0.0260782372, 0.0198199153, 0.00883093663, -0.0198085569, 0.0179912578, 0.016208034, 0.0247152634, -0.0175369345, 0.0232614242, -0.0257374942, 0.00903538242, -0.00442114752, 0.0081721656, -0.0261691026, 0.0289404839, -0.0397306941, 0.0146178976, -0.0130164027, -0.00724647893, -0.00210693083, -0.0181957036, 0.015787784, -0.0110628065, 0.00297582685, -0.000556902727, -0.00449497486, -0.00077803107, 0.0373000577, 0.017287055, -0.00798475649, -0.00776895229, -0.00128630677, -0.0511115305, 0.0384358689, 0.000759574119, -0.0064116572, -0.0336200297, 0.00096827955, 0.0305306204, 0.0116193546, 0.00613338361, 0.0243290886, -0.0359825157, -0.0265098456, -0.0286906045, -0.0186727457, 0.00159865501, 0.00757586444, -0.0530196913, 0.0284634419, 0.0240337774, -0.00494929962, -0.0304397549, 0.00864352752, -0.00821191911, -0.00393274846, 0.00592325814, -0.00946131162, -0.00654227566, -0.00112658332, -0.0263962653, 0.0209898017, 0.0278501045, -0.0234658718, -0.0140954237, -0.0450008623, -0.00545757543, -0.000698524236, -0.0042592939, -0.00414003385, 0.0345741101, 0.00674104271, 0.0137773966, 0.0193996653, -0.0040860828, 0.0320526063, 0.0106311981, -0.00106553338, 0.00750203663, -0.00986452494, 0.0114149079, -0.022602655, 0.00808130112, 0.0126870172, -0.0180934817, 0.004012255, -0.0100121805, -0.0266915765, 0.0110571273, -0.00773487799, -0.014390735, -0.00980205555, -0.0142090051, -0.047885824, 0.0161853172, -0.00642301561, -0.00162137125, -0.0226140115, -0.00322002638, -0.0185364485, 0.0373682082, 0.0172529798, 0.00947834924, 0.0175823662, -0.0134025784, 0.0162761826, -0.010523296, 0.00917735882, -0.00745660439, -0.010602803, -0.00123803481, 0.00625264365, -0.0084163649, -0.00636054575, 0.0151517289, 0.00372546259, 0.0365958549, 0.00475621177, 0.012630227, -0.00296162907, -0.0063775829, 0.0190021303, 0.0220574643, -0.0354600437, -0.02426094, 0.0399578586, 0.0174006354, 0.00526732719, 0.00980773475, 0.0235340204, -0.0311439577, -0.0115455268, -0.0121986186, -0.0279636849, 0.00688301912, 0.00296162907, -0.01297097, -0.00364311622, -0.0081380913, 0.0119828144, -0.0022205119, -0.00670696842, -0.0190248471, 0.00350113981, -0.016526062, -0.00300138257, -0.0114205871, -0.00714425603, 0.0102393432, 0.00398669951, 0.0194905307, -0.0279636849, -0.00901834574, 0.0159581546, -0.0117783677, -0.0125393616, 0.0029957036, 0.00194649736, -0.00659338711, -0.00935340952, 0.00526164798, 0.0084901927, -0.0247152634, 0.00117343548, 0.0358916521, 0.0117215775, -0.00376805547, -0.0204673279, 0.0118578747, 0.0196609013, -0.0321207568, -0.00425077556, -0.0139818424, 0.0135615924, -0.0176732317, 0.00480732322, -0.00309508713, 0.0252377372, -0.00322002638, 0.00816080719, -0.00741117168, -0.00553992204, 0.00900698733, -0.000785839744, 0.0213305447, -0.0019351393, -0.024101926, 0.0258283596, -0.00818920322, -0.0320071764, 0.0105176168, -0.015867291, 0.00776327355, 0.0223073438, 0.0173779204, -0.00275718304, -0.024101926, -0.0349602848, -0.00503448583, -0.0318708792, -0.00962600484, -0.0211715307, 0.0276683737, 0.0443648063, 0.00897291303, 0.0325978, 0.00395262474, 0.0301217288, -0.0150154317, 0.0144020934, 0.00154044467, 0.000466747646, -0.0364822745, 0.0123576317, 0.0265779961, 0.0146406135, 0.000289454532, 0.0167986564, -0.00959761, -0.000425574457, 0.0146860462, -0.01255072, 0.0224663559, 0.0128460312, -0.0188204013, 0.000876704697, -0.0199902877, 0.00659338711, -0.00875143, -0.0226594452, -0.00338755851, 0.0150722219, -0.0110400906, 0.00872871373, -0.037231911, -0.0181389134, -0.0084845135, -0.0188204013, -0.00872871373, 0.00346422591, 0.0104551474, 0.015708277, 0.0256239139, -0.0012806278, 0.01255072, 0.0180026162, 0.0122099761, 0.00960328802, -0.016787298, 0.0028508876, 0.0123235574, 0.0151517289, 0.00771784084, -0.033097554, -0.0219665989, -0.0261463877, -0.00870599691, -0.040593911, 0.00909217354, 0.0164124798, 0.00559671223, -0.0108583607, -0.0172189064, 0.00157593878, 0.000441901764, 0.0110514481, -0.0115398476, -0.00757586444, 0.00450349366, 0.0187408943, 0.0180594064, -0.0043700356, -0.00395546434, 0.0216258559, 0.00573017029, -0.0127210915, 0.0154470401, 0.0190021303, 0.0108697182, 0.0147428364, -0.015390249, 0.00521905487, -0.0246471148, 0.0058125169, 0.0361415297, 0.0456596315, 0.0210352335, 0.00511967158, 0.00470794, -0.0578355342, 0.0171848312, 0.0277819559, 0.0101711946, 0.012709734, 0.0259192251, 0.0370501801, 0.0197063349, 0.0124371387, -0.0195359625, -0.000376237644, -0.00613338361, 0.0228411742, 0.0432744287, 0.0128914639, -0.0174347106, 0.00121602847, 0.0152653102, -0.0254194681, 0.0117102191, 0.0259646568, -0.00871735532, -0.0029531105, 0.00523893163, 0.0121531859, 0.0108470023, 0.0291222129, 0.0388674773, 0.0147996275, 0.0118692331, -0.0121872602, -0.0224890728, 0.00709314458, -0.0194223803, 0.0191725027, -0.00443250546, -0.0204900447, -0.016628284, -0.0129141798, 0.00585510954, 0.00301558012, 0.0195246041, 0.00272168894, -0.000573939877, -0.000180132643, 0.0111991037, 0.00659338711, -0.0183774345, -0.0262826849, 0.0308486484, -0.00829142611, -0.00686598197, 0.0169122368, 0.00261520664, 0.0174574275, 0.00663314061, -0.0241927914, 0.00578128174, 0.0602888875, -0.00648548501, -0.0146860462, 0.0101939104, 0.00992131606, 0.00206575776, -0.0182297789, -0.0229206812, 0.0085583413, 0.0360733829, -0.0159013644, -0.0111593502, -0.0126415845, 0.0131867742, 0.0318708792, -0.0198994223, 0.008314142, -0.0396171138, -0.0186727457, -0.00888772681, -0.014390735, 0.0162193924, 0.00446374, -0.0312348232, 0.00956921373, -0.00896155462, -0.0234885868, -0.00646276912, 0.0290994979, -0.0113410801, 0.0377543829, 0.0108356439, 0.0186613873, -0.000297795661, 0.0179685429, 0.0317572951, -0.00579831889, -0.0399805754, 0.0206604153, 0.0101484777, -0.0220461059, -0.0256693456, 0.0113524385, -0.0483401492, -0.0286451727, -0.0114092296, -0.00680919131, 0.00202600425, 0.0426383726, 0.00338471914, -0.00262514502, 0.0133003555, 0.00245193369, -0.0169235952, -0.00458016107, 0.0010939287, 0.00825167261, -0.00322854496, -0.0253058858, -0.000969699293, -0.0191270709, 0.0136751737, 0.0149472831, -0.0273276307, 0.01297097, 0.0185250901, -0.00147513556, 0.00490954611, 0.0127892401, 0.0100973668, -0.00604819786, -0.00277138059, 0.0104778633, 0.0157309938, -0.0184683, -0.0180026162, 0.0140272751, 0.0206717737, -0.00224748743, -0.00964872073, -0.0282589961, -0.018127555, -0.0215690657, 0.00326545886, -0.024124641, 0.0123349158, 0.000456099398, 0.0339834876, 0.00301558012, 0.0286906045, -0.00800179411, -0.0107561378, 0.0158786476, -0.0285315923, -0.00263082399, -0.00354373269, -0.0133571466, -0.0224322826, -0.00905242, 0.000110830384, -0.0164238382, 0.00345854671, -0.0126983756, -0.0159581546, 0.00339039811, -0.000122987112, 0.00027153, -0.00309224753, 0.0147996275, -0.0245108176, 0.0238066148, 0.0241473578, -0.0113013275, -0.0343923792, -0.00106624328, -0.00118124427, 0.0196041111, 0.0152880261, -0.00659338711, 0.00186983007, 0.0146746878, 0.00260242866, -0.0121872602, -0.00318879145, -0.0164124798, 0.00918871723, -0.01604902, 0.0133117139, -0.0190702789, -0.0217735115, 0.00685462402, -0.00901266653, 0.054019209, -0.0115852803, 0.000803586794, -0.023602169, 0.0261463877, -0.0109832995, -0.022704877, -0.0056648613, -0.00340459566, -0.000337194127, -0.00874575, 0.00346990488, 0.00699660042, -0.00787685439, 0.00346138631, 0.0401623026, -0.0493396632, -0.0342106521, 0.040071439, 0.00500041107, 0.0324842148, -0.00300422218, -0.00707042823, 0.00273304712, 0.0233295728, 0.00675808, -0.0114035504, 0.00058778259, 0.0240337774, 0.0307123493, -0.0313484035, -0.0165714938, -0.00881389901, 0.0330748372, 0.0155606214, -0.0195927527, 0.0127778826, -0.0212283228, -0.000595591322, -0.0276683737, -0.00615042076, -0.0120396046, -0.0373454913, -0.0267370082, 0.0216599312, -0.0142771536, 0.00621856935, -0.00339891668, 0.00954081863, -0.0456142, -0.0062015322, -0.0168100148, -0.00680919131, -0.0272821989, 0.00809265859, 0.00704203313, 0.00688869832, 0.00177186634, 0.00103358866, -0.0312348232, -0.0116534289, 0.0268733054, -0.0213873349, 0.00930797774, -0.00441262871, -0.00780302659, 0.0163329728, 0.00380212977, -0.00931933522, -0.0221937615, -0.0107674953, -0.0230569784, 0.00388447614, -0.00532979658, 0.0273730643, 0.0136638153, -0.0397306941, 0.0224777143, -0.00997810625, -0.00275576324, 0.0230796952, -0.0110628065, -0.0140272751, 0.00881389901, 0.011971456, -0.00653659692, -0.00920575392, -0.0139932008, -0.017366562, 0.0185023732, 0.0158218574, 0.00113439199, -0.00370842544, 0.0134252952, 0.00522189448, 0.0105800861, -0.000741117168, 0.00793364551, -0.0214782, 0.0189112667, 0.0170826092, -0.0139591265, 0.0498394184, 0.00891044363, 0.0172416233, 0.00648548501, -0.012630227, -0.0324387848, -0.0231932756, -0.000419185526, 0.00360052334, -0.013129984, 0.0137773966, -0.031416554, -0.00764401304, 0.004512012, -0.00337904, 0.034256082, -0.00720104668, 0.0312802568, -0.000581393659, 0.0060595558, -0.0269641709, -0.00116278732, -0.0257147774, -0.0209670849, 0.0215236321, 0.024283655, 0.0259192251, -0.00264786114, -0.00647412706, 0.00948970765, 0.0155379046, -0.00815512892, 0.0257147774, -0.0223868489, 0.00997242704, -0.0419796035, -0.00758154364, 0.00534115499, -0.0233522896, 0.00923982915, -0.00594029529, 0.0223982073, -0.0285088755, 0.0436378866, 0.00474485382, 0.0140954237, -0.0167191494, -0.0208875779, -0.00883661583, -0.0123235574, 0.00800747331, -0.0142203635, 0.0157423504, 0.00119899132, 0.0236703176, 0.0218757354, 0.00881389901, -0.000610498828, 0.00201890548, 0.0161512438, 0.00937612634, -0.00450065406, -0.00659338711, -0.00529004307, -0.044046782, 0.0287587531, 0.0210693087, 0.0263962653, -0.00489534857, -0.00928526092, -0.00776327355, -0.0315301344, 0.00110386708, 0.0300762951, 0.00971119, 0.00304397545, -0.00530424109, 0.0223868489, -0.0137546808, 0.0157537088, -0.0279182531, -0.000267803116, -0.000282533176, -0.0210238751, 0.0127210915, 0.0206490587, -0.0171734747, -0.00904674083, 0.00130263413, 0.00686030323, 0.015049506, 0.010392678, 0.00450917287, -0.0161398854, -0.0118238, 0.00961464643, -0.00123164593, -0.00920007564, 0.00895019714, 0.015549263, 0.00718968827, 0.00236958731, -0.00847315602, -3.25658511e-05, 0.00469942112, -0.0403440334, -0.00759858079, -0.0202060919, 0.015708277, -0.00129553524, 0.0158332158, -0.00743388804, -0.0163784064, 0.0190816373, -0.00169661886, 0.0204332545, 0.0345059596, -0.00377089507, 0.022523148, 0.0250787232, -0.00637190416, -0.0058096773, 0.00652523851, -0.0207739975, -0.0184342247, -0.0208307877, -0.0147996275, -0.0163216144, -0.00864352752, 0.00360336271, -0.0030979265, 0.0162193924, -0.0221937615, -0.00176476757, -0.0123576317, 0.0140954237, 0.00368003012, -0.0272594821, -0.00525596878, 0.0305533372, 0.00654795486, 0.00273446692, -0.00272736792, -0.0123803485, 0.0139818424, -0.00458300067, 0.00358064659, -0.0313256867, 0.0156174116, -0.0276683737, 0.0347104073, 0.000950532441, -0.01562877, -0.00879686233, 0.00260526827, 0.0031348404, -0.0101314411, 0.0107220635, -0.00690005627, -0.00503448583, 0.00945563335, -0.0106368773, 0.00708746538, 0.00874007121, 0.000362217485, -0.00759858079, -0.0121759018, -0.0124939298, -0.00656499201, 0.00997242704, -0.00477892812, 0.0152766686, 0.00793932378, 0.00286366534, -0.00881957822, 0.0108867558, -0.00222477131, -0.0102052689, -0.0212623961, 0.00601412309, 0.0206263419, 0.00760993874, -0.00201748568, -0.010443789, 0.00334212603, 0.00357496762, 0.00937044714, 0.0122781256, 0.0159581546, -0.00155464234, 0.0106993467, -0.0100746499, -0.00850723, -0.0263054, 0.0166396424, -0.00669561047, -0.0284180101, 0.00586078875, 0.00854130462, -0.00213958533, 0.0335973129, 0.00964304153, -0.0112842899, -0.00463411212, -0.0229206812, 0.0311893914, -0.0183660761, 0.0062299273, 0.0200697947, 0.0175142176, -0.0211488158, -0.0148564177, 0.00563930534, 0.0137660382, 0.0155379046, 0.0293493755, 0.0150040733, -0.011891949, 0.00374249974, 0.016526062, 0.0140954237, 0.0057046148, -0.0174233522, -0.0103074918, 0.000988866086, -0.0331202708, -0.0285088755, -0.00912056863, 0.0249197092, 0.0137206065, 0.00475053256, -0.00263366359, -0.00462275371, -0.0267142933, 0.0338699073, 0.0263281167, 0.0321889035, 0.00443818467, -0.00212538778, -0.0139591265, -0.00184995343, -0.0285543073, 0.02220512, -0.00280545512, 0.0172756966, 0.000414571288, -0.00512535078, 0.00993835274, 0.00133173924, 0.00852994621, -0.00847315602, 0.0253513195, 0.00544905709, 0.00502028782, 0.00793932378, -0.016787298, -0.00471077906, 0.0101541569, -0.0125280041, -0.0186159555, -0.0214554835, 0.0128005985, -0.0106993467, 0.0210125167, -0.0160830952, -0.0190589223, 0.000899420935, -0.0126075102, -0.0166169256, -0.00383904367, 0.0277365241, 0.00808697939, -0.00357496762, -0.0167418662, 0.0160035882, -0.0164919868, -0.0190929957, 0.0141181406, -0.00561091024, 0.00221199333, 0.00307521038, -0.0339153409, -0.00366583257, -0.0127665242, -0.0058494308, -9.41481485e-05, -0.00172217458, -0.00224464806, 0.0212396793, -0.00257261354, 0.00846747681, -0.0133685041, 0.00101797131, 0.0283725783, 0.0039781807, -0.00590054225, 0.0131413424, -0.00713857682, -0.0144816, -0.00897291303, -0.0258737914, 0.015867291, 0.0138682621, -0.00092639646, -0.0144475261, 0.00169661886, 0.00240934081, 0.00991563685, 0.0131867742, -0.014890492, 0.0079279663, -0.00706474902, 0.0108413231, -0.00809265859, -0.0155606214, 0.00713289808, -0.0315301344, -0.00312916143, 0.0030610126, -0.00808697939, -0.00335348421, 0.000621502, 0.0220801812, 0.00475337217, 0.00592325814, 0.00582103524, 0.0253058858, -0.00925686583, -0.0272821989, 0.00126784993, 0.0212964714, -0.000768092694, 0.00243773591, -0.0111366343, 0.00998946466, 0.00779734785, -0.00273588649, 0.0304397549, -0.0133912209, 0.00237242691, 0.00419682451, 0.0247152634, -0.0260555223, 0.0326886624, 0.0102790967, 0.00466534682, 0.0328022428, 0.0277592391, 0.0063775829, -0.0308486484, -0.00549448933, -0.00695116818, -0.0139591265, -0.017866319, -0.000367719069, 0.005985728, 0.00272452855, 0.0290767811, -0.000761703763, -0.0252150204, -1.2722423e-05, 0.0311439577, -0.00925686583, 0.0190929957, 0.00632647146, 0.00314619858, 0.00293323398, -0.0184342247, -0.0062696808, -0.00302409893, -0.0137546808, -0.0102961333, 0.0109094717, 0.00252292189, -0.0140159167, 0.0200584363, 0.013709248, -0.00228014216, 0.0112558948, -0.0225912966, 0.00086108729, -0.00556547754, 0.000262479, 0.017548291, 0.0207967125, -0.00851290952, 0.0126415845, 0.0119600976, -0.00123164593, 0.00618449505, 0.0159013644, 0.00858105812, 0.0159581546, -0.0175710078, -0.00471077906, -0.0115852803, -0.00201464607, 0.00532411784, -0.00463127252, 0.0375272222, -0.00468806317, 0.0139591265, 0.0112161413, 0.00897859223, -0.00922279153, 0.0100462548, -0.000721240474, -0.0112104621, 0.0127892401, 0.0275093615, -0.00989859924, -0.00940452144, -0.000153778266, 0.00707610743, 0.0201379433, 0.0245562512, 0.00784278, -0.0170371756, 0.0132208485, -0.00521053653, 0.0139023364, -0.00981341396, 0.0116988616, 0.00790524948, 0.000974668481, 0.0113183642, 0.00784278, 0.0102223055, -0.0185478069, -0.0187295359, 0.00242495816, 0.00666153617, 0.0260100886, 0.00693981, 0.0019748928, -0.0189453401, 0.00223187, -0.0270777531, -0.00720104668, 0.0146406135, -0.0147655532, 0.0213419031, 0.0080983378, 0.0104608266, -0.00552856363, -0.0190362055, -0.01068231, -0.0250787232, -0.00770080369, -0.0260328054, 0.02220512, -0.016128527, 0.0155151887, -0.00513954833, -0.0108810766, -0.0266915765, -0.0147541948, -0.00884797331, -0.0246244, 0.0019692136, -0.0217621531, 0.005775603, -0.00289773988, -0.00952378195, 0.00322286598, -0.0193769485, -0.010733421, -0.00377373467, 0.00487831142, -0.015049506, 0.00416275, -0.0119146658, 0.00546041504, 0.0121077532, -0.00954081863, 0.00480448361, 0.0156514868, -0.0116193546, 0.0116079962, -0.013209491, -0.0213305447, 0.00894451793, 0.0235113036, 0.0141635723, 0.000802876952, -0.0148677761, 0.0289177671, -0.000355296128, 0.00909217354, -0.0221483298, 0.000846179784, -0.00113510189, -0.0136410994, 0.00334212603, 0.00772352, -0.0183774345, 0.0218870919, -0.00323422393, -0.0113183642, -0.00447793771, 0.0256239139, 0.0146633303, 0.00741685089, 0.00244341511, -0.0214554835, -0.00732030673, -0.015787784, -0.0156855602, 8.47422052e-05, 0.0081324121, 0.00579547975, -0.0165374186, 0.00535819214, 0.0159013644, 0.00644005276, 0.00956921373, -0.00516794343, 0.000541285321, 0.0234885868, -0.00929094, 0.0198880639, 0.00389299472, 0.00896155462, 0.00688869832, -0.0110344114, 0.0154243242, -0.00351817696, 0.0161398854, 0.014470242, 0.0011656268, -0.0154583985, 0.0140613494, 0.00692277262, -0.0203196723, 0.013470728, 0.0150381476, -0.00396966189, 0.0275775101, -0.0145156747, 0.00478744647, -0.00537238969, 0.0272821989, -0.0263054, 0.00155322254, 0.00579547975, -0.00276854122, 0.00638894131, 0.0114092296, -0.00736573944, 0.00182297791, -0.0257147774, -0.00327113783, -0.0269187391, -0.00236816751, 0.0120282462, 0.00513386913, 0.00195785542, 0.00991563685, 0.00908081513, -0.0105403336, -0.0154243242, -0.00295027113, 0.0107277418, -0.0076724086, -0.0038731182, -0.00822327752, -0.021444127, -0.0117783677, -0.0110173738, 0.0039441064, 0.0149018504, 0.00304681505, 0.00162563054, -0.0190134887, -0.0174801424, -0.0163216144, 0.0159354396, 0.0151630873, 0.0336427428, -0.00474485382, -0.00880254153, -0.0140045593, -0.0105744079, 0.00804154761, -0.00760993874, 0.0127551658, 0.00473349541, 0.0168213714, 0.00199618912, 0.0291903615, -0.0126415845, -0.0244653858, -0.0111934245, 0.0157309938, -0.0248061288, -0.0118578747, -0.0015702598, 0.016787298, -8.08378536e-05, 0.0111593502, 0.0179685429, 0.01255072, -0.00625264365, -0.00337904, -0.0284180101, -0.0170939676, 0.0191043541, 0.00618449505, -0.00691141468, -0.00964304153, 0.0211601723, -0.0113240434, 0.0173097719, 0.001641248, 0.0122099761, -0.0208989363, 0.00527300593, -0.000674033305, 0.0102961333, 0.0189566985, -0.00257119397, 0.00748499949, 0.0193088, -0.029599255, 0.00236248854, -0.015969513, -8.28344e-05, 0.00178180472, -0.00121034938, -0.00276996102, 0.0200357195, 0.00753611093, 0.00029708576, -0.00209841225, 0.0124939298, -0.0156855602, -0.0019351393, -0.024101926, -0.0267370082, 0.00496349763, 0.0081664864, -0.0255557653, -0.0285315923, -0.0176959466, 0.0079222871, -0.0272367653, -0.00914896373, -0.00183007668, -0.00493510207, 0.00802451, -0.00503164623, 0.00766672939, 0.00979069714, 0.00977934, -0.000687166117, -0.0227957424, 0.00766672939, 0.0163216144, 0.0122781256, 0.007814385, 0.00593461655, 0.0211260989, -0.000835531508, 0.0110287322, 0.0242155064, 0.00223045028, 0.0061674579, 0.000310218602, -0.010392678, 0.040389467, -0.00029371382, 0.00985884573, -0.00273446692, 0.00505152298, 0.0328931101, -0.0406166278, 0.0107050259, 0.00521337613, 0.00931933522, -0.0100689717, 0.0196949765, 0.0277138073, -0.00453472836, 0.00766105, 0.00875710882, -0.00543202, -0.00997242704, 0.00287786312, 0.00119686162, -0.0113865128, -0.00128488708, -0.00419966411, -0.0238066148, -0.0305760521, -0.00328817498, -0.0082403142, 0.0114830565, 0.00179458258, -0.0275320765, -0.000995255075, 0.00190248468, 0.0104097147, -0.0142203635, 0.00349262124, 0.00575004704, 0.000203381293, 0.0190816373, -0.00226452481, 0.00748499949, -0.00606523501, -0.00674104271, -0.00195359625, -0.00263224379, 0.00783710089, 0.00901834574, -0.00856402051, -0.00738845533, 0.0224663559, -0.0160263032, 0.0162648242, -0.0271459017, -0.0126870172, -0.0319844596, 0.0136978896, 0.00923415, 0.000426284358, 0.00285798637, 0.0020416216, -0.0113297226, 0.00474485382, 0.00489534857, 0.0292812269, 0.0124825714, 0.00507139973, -0.00925118662, -0.000503306568, -0.00155890163, 0.000559742213, 0.0126188686, 0.0082743885, -0.00147087628, 0.00141479552, -0.00509127602, -0.014890492, -0.0116761448, 0.000464618, 0.000958341174, -0.0299854297, -0.0121077532, 0.0184910148, 0.0229093228, -0.0274412129, -0.00200186833, 0.00412867591, 0.00168100139, -0.000195750064, 0.0289859157, 0.0167759396, -0.0131981326, -0.0112842899, 0.0110912016, -0.0183320027, 0.00367435114, 0.00469374191, 0.00158303767, -0.00709882332, 0.0137887551, 0.0077121621, -0.00643437356, -0.016707791, 0.0144929579, 0.00140982633, -0.000934915035, -0.0111763878, -0.0147087621, 0.0260100886, -0.00141195604, 0.00717833033, 0.00136013457, -0.000981767313, -0.0129936868, -0.0142998705, -0.0113183642, 0.00366867194, 0.0028125539, 0.0151176546, 0.0142657962, 0.0230456199, -0.00455744471, 0.000480590359, 0.00542066153, -0.022943398, 0.000108612, 0.0240564924, -0.00119260233, -1.36763274e-05, -0.00437571481, 0.0082743885, -0.00329953316, 0.00991563685, 0.0263962653, -0.00433880091, -0.00328817498, 0.0251695886, 1.28888014e-05, 0.0111536719, 0.00745092519, 0.0137206065, -0.0123349158, 0.0173892789, -0.00736006023, 0.00871167611, -0.00161853177, 0.0211828891, -0.00684894482, -0.0114149079, -0.0225685798, 0.00361756049, -0.0165147036, 0.00519349938, -0.00485559506, -0.00694548897, 0.00994403195, 0.00751907378, 0.0127551658, 0.0019748928, 0.017866319, -0.00483287917, -0.00417126855, -0.0193315167, 0.0114660198, 0.0156969186, 0.00485275593, -0.00783142168, 0.0130845513, -0.0112729315, -0.030598769, -0.00517930184, -0.0292130783, 0.0159240812, 0.00805290509, -0.0225345045, -0.012050963, 0.00554276118, -0.0214100517, 0.0195018873, -0.0139136938, 0.011023053, 0.0360733829, -0.000396824238, 0.00312064285, -0.00365163479, 0.00265212054, 0.000318382226, 0.0147882691, 0.00279125734, -0.0291903615, 0.00228724093, -0.00644005276, 0.0302807409, -0.000755314832, 0.00348694203, 0.0130618354, 0.00531275943, -0.0134252952, -0.0123235574, -0.00420250371, 0.0181843471, 0.0211260989, -0.00329101458, -0.0123803485, 0.0196154695, 0.0135615924, -0.0261691026, 0.0208307877, 0.00121034938, -0.0106198397, -0.017287055, -0.0110173738, 0.00238804426, 0.00908081513, -0.0183774345, 0.00785981771, 0.0138909779, 0.0362096801, 0.0203083139, -0.0229320396, -0.00721808383, 0.00889340602, -2.1074633e-05, 0.0222959854, -0.0160035882, -0.000302232424, 0.0170939676, 0.00580115849, -0.00578696094, -0.0155038303, 0.00229008053, 0.0190589223, -0.0255557653, 0.00828574691, 0.00900698733, -0.000979637611, 0.0085924156, 0.0079904357, 0.00369138829, -0.00633783, -0.000470652, -0.0153334588, -0.00427065231, 0.00469374191, -0.01255072, 0.00162279105, 0.0285543073, 0.016548777, -0.00917168, 0.00540930359, -0.00216088188, 0.0158218574, 0.0206149835, 0.0260782372, -0.00233977218, 0.0238747634, -0.00244199531, 0.013288998, 0.00986452494, -0.0185364485, -0.0238747634, -0.0190929957, 0.014890492, -0.0260782372, 0.0122554088, 0.00080784614, 0.00200186833, -0.0143225864, 0.0179344676, 0.00600276515, -0.015129013, 0.00287360372, -0.008234635, 0.0184910148, -0.0082403142, 0.00964304153, -0.00574720744, -0.00256693456, -0.025260454, -0.0215577073, 0.0044410238, 0.00385892042, 0.00480164401, -0.00522189448, 0.000556547777, -0.00636622496, 0.0182752106, -0.0131527, 0.00432744296, 0.00889908522, -0.00690573547, 0.0254876167, 0.000775901426, 0.00154612376, 0.00660474552, 0.0115284892, 0.00533263618, -0.0013530358, -0.00212254818, 0.0204786863, -0.0277365241, 0.0140386336, -0.01152281, -0.016287541, 0.0100973668, 0.0239656288, -0.00391855044, -0.00808130112, 0.0189453401, 0.00233835238, 0.00231279666, 0.0151744448, -0.00160859339, 0.0165147036, 0.00396966189, 0.00247464981, -0.0135843083, 0.033097554, -0.00930797774, 0.0064116572, 0.00181445933, -0.0147882691, 0.0306442, 0.0156060532, 0.00647980627, 0.00860377401, -0.00465114927, 0.00315187755, 0.00137646194, 0.00824599341, -0.0215804242, -0.00145383901, -0.00869463943, 0.00484707672, 0.00341027486, -0.00199193, -0.0102847759, -0.00757018523, 0.0171848312, -0.0082800677, -0.00443818467, 0.00529004307, 0.0147769107, -0.0142317209, -0.0103245294, -0.00296730828, 0.00312348246, -0.0215463489, -0.0222959854, 0.00132109108, -0.0202855989, 0.00315187755, -0.00897859223, -0.002848048, -0.00843908172, 0.0364595577, -0.0230456199, 0.000113314971, -0.00102648989, 0.00152056804, 0.00286650495, -0.00537806889, -0.0102904541, 0.00941588, -0.0322343372, 0.0169008784, 0.0147087621, -0.024942426, 0.0032796564, -0.00312064285, 0.00307521038, -0.00394978561, 0.0113410801, -0.00896155462, 0.011312685, 0.0331202708, 0.0129823284, -0.00750771584, -0.0241473578, -0.0243972372, 0.0327568129, -0.011812442, 0.000316430058, 0.00169945834, -0.0175255761, -0.000535961182, -0.00504300417, -0.00934773125, -0.00188686734, 0.00608227216, 0.0218303017, -0.000983896898, -0.0150835803, -0.00153760519, -0.00102507009, -0.0264871307, 0.00283101085, 0.0122667672, 0.00181587902, 0.00399805745, -0.00458867941, -0.0039412668, 0.000211899882, 0.015129013, -0.0187976845, 0.0113354018, -0.0206717737, 0.00258397171, 0.0336200297, -0.0256920625, -0.0186727457, -0.000756024732, 0.0201152265, -0.0108583607, 0.00508843688, -0.00242211856, 0.0170144606, -0.00660474552, -0.00964872073, 0.0333247185, -0.00178180472, -0.0126983756, -0.0290540643, -0.0142998705, 0.0120963957, 0.00769512448, -0.018207062, -0.00622424856, 0.00791660789, -0.0186045971, -0.00141763501, -0.00695684692, 0.0386857502, 0.00833685789, 0.00900130812, 0.0179912578, -0.00570745394, 0.00510831363, 0.00125578186, -0.0124484971, -0.0139591265, 0.0249197092, -0.00530140148, 0.0147201205, 0.00986452494, 0.00737709738, -0.00862649, -0.00984748825, -0.00743956724, -0.00885933172, -0.0058437516, -0.0128346728, 0.0085924156, -0.00181871862, 0.0061277044, -0.00997242704, 0.00258681132, -0.0018982254, 0.00638326211, 0.0060254815, 0.00167958159, -0.00242779753, 0.0235567354, 0.00896155462, 0.0169008784, -0.0129368957, -0.00607091375, -0.00953513943, -0.0299172811, -0.00301558012, 0.0130164027, -0.0123576317, -0.00421670126, -0.00619017426, -0.0108299656, -0.00649116421, -0.0183774345, -0.00199193, 0.0349602848, -0.0115568843, -0.0255784802, -0.00534967333, -0.0189112667, 0.0124484971, -0.0106936675, -0.023942912, -0.00933069363, -0.00364595582, 0.00514806667, 0.00304113608, 0.00174205133, 0.0190362055, -0.0194791723, -0.00460571656, -0.0112558948, -0.0392763689, -0.0233522896, 0.00762129715, 0.0111139184, -0.0028878015, -0.0322116204, 0.00398669951, -0.00545473583, 0.0010584346, 0.00140130776, 0.00259674969, -0.0359370857, 0.0080585843, -0.0200697947, -0.0120736789, 0.00749635743, 0.00275008427, 0.0200357195, -0.025442183, 0.0119373817, 0.0178095289, 0.00272026914, -0.0170826092, 0.010313171, 0.00122738653, 0.00887069, 0.037072897, -0.00284094922, -0.00471645826, -0.0194337387, -0.0253513195, -0.0154356817, -0.010602803, 0.00571881235, 0.0256920625, -0.0116647864, 0.02262537, 0.0108356439, 0.00419966411, 0.0030610126, -0.00271459017, 0.00654795486, 0.0121418275, 0.00214526453, 0.0086662434, -0.0117670102, 0.0111479927, 0.0163102578, 0.000633924967, 0.00384756224, -0.00672968477, -0.00303829648, 0.00912056863, 0.0116988616, -0.000729049149, 0.0116193546, -0.00236958731, -0.00374533935, -0.00864920672, -0.0166850742, 0.0167986564, 0.00216940045, -0.0285543073, -0.00963736326, 0.000433028239, -0.015549263, -0.0197744835, -0.0084845135, -0.0120850373, 0.0172529798, 0.0188658331, -0.00701363757, 0.047567796, -0.0151062962, -0.0039412668, 0.0240564924, -0.0107107051, -0.00476756971, -0.0114773782, 0.012391706, -0.0106936675, 0.00439275196, -0.00607091375, 0.00389299472, -0.0172302648, 0.00704203313, 0.0132208485, -0.000400728575, -0.0157764256, -0.0198426321, -0.00723512098, 0.0113524385, 0.0189907718, -0.00191952183, 0.0129255382, -0.00170087814, 0.0146519719, -0.00417978736, -0.00969415344, 8.32337e-05, 0.0157764256, 0.00682622893, -0.00508275768, 0.0239201952, 0.000517504232, -0.0177300218, -0.0014623577, -0.00666153617, -0.00747364154, -0.00545757543, 0.00519349938, -0.017366562, 0.0061617787, -0.0038731182, -0.00891044363, 0.00122170756, -0.00313768, 0.0129823284, 0.0109549044, -0.00948970765, -0.016389763, 0.0183547176, -0.0241700746, 0.00162988983, -0.022943398, -0.0116761448, 0.000900130835, -0.0122667672, -0.0381859913, 0.0181502718, -0.00352669554, 0.00653659692, -0.0179117508, 0.0124257803, -0.00529856188, -0.00381632755, -0.0164351966, 0.0210352335, 0.0200470779, 0.0226821601, 0.0212964714, -0.0185705218, 0.00568189844, 0.00551152648, -0.0120282462, -0.0166396424, -0.00627536, -0.000567196, 0.0186045971, -0.050884366, 0.0133344298, -0.00379361119, -0.0100860083, 0.0102563798, -0.0080585843, 0.00275860284, -0.0140272751, 0.0122667672, 0.00515374588, 0.0225685798, 0.0175823662, 0.00546041504, -0.0183774345, 0.010602803, -0.0081664864, -0.0356190577, -0.0159240812, -0.0136070251, 0.0323024876, 0.014969999, 0.000946983055, -0.013550234, -0.0148450602, -0.0132549228, 0.00826303102, -0.00491238572, 0.0103074918, -0.00292755477, -0.0127892401, -0.0131981326, -0.00759858079, -0.00497769518, -0.00804154761, -0.0111252759, 0.00930229854, -0.0169917438, -0.00109889789, 0.0246244, 0.00435299845, -0.00175482919, -0.0170598924, 0.0181729887, 0.00624128571, -0.0274412129, -0.00156316091, -0.011812442, -0.0111593502, -0.0108753974, -0.00739981374, 0.00364027661, -0.00981341396, 0.00733166514, -0.0208648629, 0.0173552036, -0.00472781667, -0.0212056059, -0.0278955363, -0.0060538766, -0.000638184254, -0.0254876167, 0.00690573547, -0.0131186256, -0.00437571481, -0.00821191911, -0.0274639279, -0.0238066148, -0.000154044465, -0.00897859223, -0.00203310302, -0.0159013644, -0.00542350113, -0.0153561747, -0.00304965465, -0.000827012933, -0.0212510377, -0.00704771187, 0.0103358869, -0.00336200278, 0.00346990488, -0.0230910536, 0.00574152824, -0.00694548897, 0.0131754167, 0.00563930534, 0.00690573547, 0.0246698316, -0.0151403705, -0.00694548897, -0.0298945662, -0.00646276912, 0.0122667672, 0.00760425953, 0.00140130776, -0.00544337789, 0.00209131348, -0.01297097, -0.00298150582, -0.00348978164, -0.0234204382, -0.0184455831, -0.00494362088, 0.00111664494, 0.0127892401, -0.0292130783, -0.00177612563, -0.00761561794, -0.00860377401, 0.0125280041, 0.0172416233, 0.0217167214, 0.00969983265, -0.00289915944, -0.0340516381, 0.0112275, -0.00890476443, 0.0136865322, 0.0141976466, -0.0248061288, 0.017446069, 0.000230711768, -0.0102279847, 0.0030297779, 0.00821191911, -0.0059119, -0.0170826092, -0.00297866645, -0.0186613873, -0.0271686167, 0.00958057214, -0.00810969621, 0.00717265112, -0.0061674579, 0.00946699083, 0.0147201205, 0.0173324868, 0.0178208873, 0.00717833033, 0.0016426678, 0.00165402587, 0.0318708792, 0.00858105812, -0.0162421074, -0.0131072681, -0.0446601175, 0.0113070058, 0.0212169643, 0.0096544, -0.00406904565, 0.00569893559, -0.00373114157, -0.0186841041, 0.00261946581, 0.023783898, -0.000917168, -0.00897291303, 0.00523609202, -0.0113637969, -0.00651388057, -0.0117556518, -0.0010598544, -0.0135843083, 0.00316891493, -0.00170371763, -0.0251923054, -0.0170826092, -0.00486695347, -0.00156884, 0.0105744079, 0.00364027661, 0.0467954464, 0.0174347106, 0.017025819, 0.00458300067, -0.0027784796, -0.00579831889, -0.00559671223, 0.0136410994, -0.0112558948, -0.0085697, -0.00193229981, 0.00794500299, 0.00719536748, 0.00483571878, 0.00500609027, -0.00111522514, 0.00187124987, 0.0151176546, 0.0106652724, 0.0206149835, -0.0134366527, 0.0125847943, -0.0153221, -0.0105403336, 0.014129498, -0.00125365227, 0.0277138073, 0.0116193546, -0.0103188502, -0.00498905312, -0.0030297779, -0.00927390344, 0.00267909607, 0.0107731745, 0.012471213, 0.0129141798, 0.0271004681, 0.0133798625, -0.0187636111, -0.0172529798, 0.0353237465, 0.0262145363, -0.00789389201, 0.0151176546, 0.0301671606, -0.0198767055, 0.0175369345, -0.0304624718, 0.00746796234, -0.00361188152, -0.000961890561, 0.00761561794, -0.00934205204, -0.00986452494, 0.00230853749, -0.016548777, 0.010733421, 0.0375499353, -0.0306442, -0.0202742405, -0.023443155, -0.0244653858, 0.00200186833, 0.013970485, 0.0140954237, 0.0061220252, 0.00406904565, -0.0175710078, -0.0115682427, 0.00435583806, -0.00564782415, 0.000250588462, 0.00139278919, 0.0116647864, 0.0119146658, -0.000879544241, 0.00346422591, 0.00721808383, -0.00397250149, 0.00343299098, 0.0260555223, 0.00701931678, -0.00519349938, 0.00139207928, -0.00753043219, 0.00161143299, -0.0172756966, 0.0191157125, -0.0184342247, -0.0107674953, 0.0146519719, -0.022704877, 0.0198653471, -0.0136978896, 0.0269641709, 0.01255072, -0.00667289412, -0.00231705606, 0.0209557265, -0.00990427844, -0.00771784084, -0.00247323, -0.0187408943, -0.0109549044, 0.0101882312, 0.00833685789, -0.0110514481, -0.0173779204, -0.00782574341, 0.00245477306, -0.0109662628, 0.0176164396, 0.010653914, -0.00691141468, -0.0207285639, -0.00787685439, 0.0128914639, 0.00237668608, 0.00666721491, 0.013288998] |
05 Apr, 2023 | Node.js http.ServerResponse.writeProcessing() Method
05 Apr, 2023
The httpServerResponse.writeProcessing() is an inbuilt application programming interface of class ServerResponse within the HTTP module which is used to send an HTTP/1.1 102 Processing message to the client.
Syntax:
response.writeProcessing()
Parameters: This method does not accept any arguments as a parameter.
Return Value: This method has nothing to return.
Example 1: Filename-index.js
Javascript
// Node.js program to demonstrate the
// response.writeProcessing() method
// Importing http module
const http = require('http');
// Setting up PORT
const PORT = process.env.PORT || 3000;
// Creating http Server
const httpServer = http.createServer(
function (request, response) {
// Sending a HTTP/1.1 102 Processing message
// by using writeProcessing method
response.writeProcessing();
// Display result
// by using end() method
response.end("HTTP/1.1 102 Processing message"
+ " has been sent", 'utf8', () => {
console.log("displaying the result...");
httpServer.close(() => {
console.log("server is closed")
})
});
});
// Listening to http Server
httpServer.listen(PORT, () => {
console.log("Server is running at port 3000...");
});
Run the index.js file using the following command:
node index.js
Output:
Server is running at port 3000...
displaying the result...
server is closed
Now run http://localhost:3000/ in the browser and you will see the following output on screen:
HTTP/1.1 102 Processing message has been sent
Example 2: Filename-index.js
Javascript
// Node.js program to demonstrate the
// response.writeProcessing() method
// Importing http module
const http = require('http');
// Request and response handler
const http2Handlers = (request, response) => {
// Sending a HTTP/1.1 102 Processing message
// by using writeProcessing method
response.writeProcessing();
// Display result
// by using end() method
response.end("HTTP/1.1 102 Processing message"
+ " has been sent", 'utf8', () => {
console.log("displaying the result...");
httpServer.close(() => {
console.log("server is closed")
})
});
};
// Creating http Server
const httpServer = http.createServer(
http2Handlers).listen(3000, () => {
console.log("Server is running at port 3000...");
});
Run the index.js file using the following command:
node index.js
Output:
Server is running at port 3000...
displaying the result...
server is closed
Now run http://localhost:3000/ in the browser and you will see the following output on the screen:
HTTP/1.1 102 Processing message has been sent
Reference: https://nodejs.org/dist/latest-v12.x/docs/api/http.html#http_response_writeprocessing
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.writeProcessing() Method | https://www.geeksforgeeks.org/node-js-http-serverresponse-writeprocessing-method?ref=asr5 | CSS | Node.js http.ServerResponse.writeProcessing() Method | Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writeProcessing() Method, Node.js Readable Stream close Event, Node.js http.ServerResponse.getHeader() Method, CSS pause-before Property, CSS, Node.js Stream writable.writableFinished Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0260420758, 0.0123027954, -0.0108431419, 0.0651824176, 0.0468633808, -0.005587616, 0.0316953361, 0.0274167769, -0.0143339541, 0.0122023961, 0.0487169065, 0.0373177081, 0.0168516636, -0.0283589866, 0.0264127813, -0.0218561906, -0.0566870794, -0.0138474023, -0.00566870812, 0.00932170358, 0.00876564533, 0.0252852179, -0.0314482, 0.0176703054, -0.020172568, 0.0135539277, -0.0290695056, 0.0164191741, -0.0404687077, -0.0208830889, 0.00330159767, 0.0550189056, 0.0184271634, -0.00218368834, 0.019415712, -0.0292239673, -0.0108663114, 0.019446604, -0.0183808245, -0.020188015, 0.0208830889, -0.0126657784, 0.000251481339, 0.00148764974, -0.0163573883, 0.0465853512, 0.00348888128, -0.0911318213, 0.0347536616, -0.00413954724, 0.0162647124, 0.0229683071, 0.0202497989, -0.0200798921, -0.0129978685, 0.00452569872, 0.00473035919, 0.0198327545, 0.00997816212, -0.00385572552, 0.0211302247, -0.056161914, 0.0124958716, -0.0204042606, 0.0207131822, 0.0497672409, -0.020867642, 0.0615680404, -0.0139246332, -0.00407776283, -0.038831424, 0.00397350173, 0.00707043894, 0.026567243, 0.00746817514, 0.0329310223, 0.0388005301, 0.0300889462, 0.0182418097, -0.0434961356, -0.0137083884, -0.0083563244, 0.0156777613, -0.0128588546, 0.0195083879, -0.0211611167, -0.0219797585, -0.0330237, 0.0420133136, 0.00641398085, 0.00942210294, 0.0210529957, 0.00603169063, -0.00881970674, -0.0164500661, -0.00801651087, 0.00320699043, -0.0257486012, -0.017206924, 0.0200181082, -0.00622090511, 0.00368774938, -0.00831770897, -0.0499834865, 0.00720173074, -0.0111057255, 0.0205587205, -0.0563163757, -0.00314520625, 0.0465853512, 0.0107350191, -0.00531731, -0.0182572566, -0.0165272951, -0.00829454, -0.0181645788, -0.0138782952, -0.0204197057, 0.00834087841, 0.0282199718, 0.000766028592, -0.00673448713, 0.00758788222, 0.0480063893, -0.0361747, 0.0353097171, -0.0265054572, 0.00692756288, 0.0171296932, -0.00692756288, -0.00779254269, 0.00661864132, -0.00457976, -0.012642609, -0.0100785615, -0.00112177094, 0.00297723012, 0.0286215693, 0.0194002651, -0.038090013, 0.0175312907, -0.0178093202, 0.00308728334, -0.00577683048, 0.0462146439, 0.0216553919, -0.0330237, -0.00604327535, -0.0259802919, 0.0130982678, -0.0419515297, -0.0323131792, 0.0195701718, -0.00179464032, 0.0111520635, -0.0645027906, 0.0305832215, -0.00198675087, -0.0294402111, -0.0041086548, -0.00530186389, -0.0761800259, 0.00899733603, 0.0262274295, 0.0105496664, 0.0491493978, 0.0259802919, -0.020049, -0.0208521951, 0.0254705716, -0.00606258307, -0.000273443729, -0.0263201054, -0.0186434072, -0.0377502, -0.0247137137, 0.0276948046, -0.002521571, 0.0274322219, 0.0361129157, 0.00868069194, 0.00523621822, 0.000200316237, -0.0158940069, 0.00824820157, 0.0252543259, -0.0262428746, -0.0225358177, -0.032405857, -0.0239568558, -0.0451952033, 0.0178711042, 0.0385225, -0.022319572, 0.0263664424, 0.0261810906, -0.0159712378, -0.00891238265, 0.0397581868, 0.023786949, -0.00553355506, -0.0206822883, -0.0114841536, 0.00207363511, 0.00684647122, -0.0188751, 0.0091672428, -0.0361438058, 0.0674066544, -0.0202961378, -0.0204814896, -0.0391403437, 0.00495432736, 0.0133608514, 0.010418375, -0.014743275, -0.00993182324, 0.0498599187, -0.00661864132, -0.0240340866, 0.0109126493, -0.017237816, -0.0220260974, -0.00933715, -0.0538450032, -0.0282663107, -9.52105474e-05, -0.0398508646, 0.000937866105, 0.0257794932, -0.00879653729, 0.0230300911, 0.00661864132, -0.0228138473, -0.0227984, 0.042476695, 0.0141022624, -0.00702796225, -0.0392948054, 0.00429014629, -0.00203695055, 0.0106809577, -0.00318961358, -0.00908228941, -0.0274940059, -0.0139169097, -0.0127198398, 0.00411637779, -0.00126368168, -0.00615139771, -0.0120093198, 0.0255941395, 0.0149517972, 0.0481299572, -0.035958454, 0.0306141134, 0.00505472673, 0.0170370173, 0.00200798921, -0.0217480678, 0.0198790934, 0.0199254323, -0.0384607166, 0.000134670438, 0.00303515303, -0.00732916081, 0.0138860177, -0.021609053, 0.0127893472, 0.0292857513, 0.0615062565, -0.0445773602, 0.00217403448, 0.0297954716, 0.000293234, 0.0142103853, -0.0308612492, -0.0040391474, 0.057490278, -0.00953022577, -0.0288687069, 0.0124109183, 0.017948335, 0.0191840194, 0.000200919603, -0.00433648424, 0.0329619162, -0.00586178387, -0.0142567232, 0.0248836204, -0.0122255655, -0.00163149124, 0.0244356841, -0.00591584528, 0.00476897461, 0.00223195716, -0.00591198355, 0.00794700347, 0.00824820157, 0.0173304919, -0.0269997325, -0.0403451361, 0.0185198393, -0.0143416766, -0.0226130486, 0.0158476681, 0.0272005312, -0.0164655112, 0.0107659111, 0.0143107846, 0.0350316875, -0.00918269, -0.00283435406, -0.0199408773, -0.0117158452, 0.0100013306, 0.0484079868, 0.0446391441, -0.0227829553, -0.0346918739, -0.0304596517, 0.0112138474, -0.0567488633, 0.0323749632, 0.016604526, 0.0124727022, 0.00691597816, 0.00453728344, -0.00620545913, -0.0259957369, -0.00701637799, 0.00023470787, 0.0157241, 0.00255246321, 0.0127275623, -0.0497672409, -0.0279573891, -0.0208058581, 0.0153842866, 0.0263355505, -0.0141022624, -0.02885326, 0.0121715041, 0.00241731014, 0.0393874794, 0.0131291607, -0.0354641788, 0.0042051929, 0.00995499268, 0.010070838, 0.00145965372, 0.0406540595, 0.0527946725, 0.0144189075, 0.00407776283, 0.00321857515, -0.00537523255, -0.0145347528, -0.0216553919, -0.00629427377, -0.000193558575, 0.0298572555, 0.00604713662, -0.00771917403, 0.0117312912, -0.067468442, -0.0139555251, -0.0165118501, -0.00150985341, 0.00153495336, -0.0541230328, 0.00311045256, -0.0179637801, -0.00104164437, -0.0402215682, -0.0321587212, 0.0246210378, 0.0153533947, 0.00101847528, 0.0286061242, 0.0324367508, 0.0366071872, 0.0117390137, 0.0133840209, -0.0360820219, -0.00208328874, 0.0179174431, -0.0241113175, 0.0137856184, 0.0128356852, -0.0357422084, -0.0126735009, -0.020095339, -0.0161256976, -0.0114841536, 0.0415808223, 0.0046106521, -0.027370438, 0.0158476681, -0.0316335522, -0.00542929396, -0.0290540606, 0.025903061, 0.00384414103, -0.0203888137, -0.0253470019, -0.0275094528, -0.02948655, 0.0363600515, -0.0257331543, 0.000665629108, -0.00788908079, 0.00378428749, 0.00406617811, 0.0202652458, 0.0161874816, 0.00219720369, 0.0403760299, -0.0226439405, -0.033734221, -0.0157395471, -0.0121406121, -0.0252697729, -0.00567256939, 0.000556541258, 0.0360820219, 0.0131214373, -0.0176394135, -0.0131446067, 0.0333944075, -0.0265054572, -0.0177011974, -0.0276793595, 0.000533854822, 0.0162183754, -0.0310157109, -0.00753768254, 0.0356495306, -0.00553355506, -0.00932170358, -0.0150213037, 0.0354023948, -0.00230532605, 0.000816711, -0.0345065221, 0.0188287608, -0.0455041267, -0.00888149068, -0.0150676426, 0.0106500657, -0.0212537944, -0.0174695067, -0.0377193056, 0.0235398132, 0.0146351522, -0.0334870815, -0.00810918771, -0.00527097192, -0.00486937398, 0.0257486012, 0.00508175744, -0.00316837523, -0.0184580553, 0.0116695063, -0.0101866843, -0.0225512646, -0.0305214357, 0.017979227, 0.0178247653, 0.00537523255, -0.00507403444, 0.00971557852, 0.0198945403, 0.0808138475, 0.0120556587, -0.029532887, -0.0219025295, -0.0113451388, 0.00248874817, -0.0141022624, -0.00725579169, -0.0130750993, 0.0163419433, -0.014395738, -0.020867642, 0.00676151784, 0.0483770929, 0.0192458052, -0.000163149132, -0.00256790943, 0.00587723, 0.0137392804, -0.0407776274, 0.00907456689, 0.00169231021, 0.0283126477, -0.000279477361, -0.00291544595, 0.0300426073, -0.0130982678, 0.0401288942, 0.0102175763, 0.0201416761, 0.00484234327, -0.0238487329, 0.022304127, -0.0119475359, 0.00302743, -0.0357731022, 0.00104840205, -0.0257794932, -0.0102716377, -0.04327989, 0.0248990674, -0.00851850864, 0.00558375474, -0.0101094535, -0.00510492641, -0.0124340868, 0.0438977331, 0.0328383483, -0.00370898773, 0.00117679755, -0.0298418086, -0.0317880139, -0.0140636479, 0.0411792248, 0.00157356844, -0.043218106, -0.0113065243, -0.0136466036, 0.0171142463, 0.0251153111, 0.0370705724, 0.00805512629, -0.0367307588, -0.00820958707, 0.00239414093, -0.00547949364, 0.00152433419, -0.0121328887, 0.0588495322, -0.0318189077, -0.0249145124, -0.0136620495, 0.0333326198, 0.0102793602, -0.00497749634, 0.00364527269, -0.0164655112, -0.0107350191, 0.0262892134, 0.0151062571, -0.00411637779, -0.0146737676, -0.0307531282, 0.0210066568, -0.0120015973, -0.0140868165, 0.0134226354, 0.00505086547, -0.0094993338, -0.00351011963, -0.0178711042, -0.00766897434, -0.041055657, -0.0199872162, 0.0224431418, 0.00457976, -0.00845672376, 0.00162376824, 0.00571890781, 0.00139593869, -0.0183499325, 0.021609053, 0.0450098515, 0.0182418097, -0.00686964, 0.0206359513, 0.00132353522, 0.00561464671, -0.0198327545, 0.012943808, -0.000780992, -0.00434806896, 0.0324676409, 0.0042051929, -0.0175621826, -0.000615429366, 0.00157356844, 0.0288378149, -0.00552197034, 0.0135848196, 0.0243121162, -0.0156777613, 0.0120093198, -0.00489254296, 0.00386731, 0.00780798914, -0.00658002635, 0.0109435413, 0.0362982675, -0.0141486013, 0.00420133118, -0.0169597864, 0.0171142463, 0.0308303572, 0.0181027949, 0.00447163777, 0.00146834215, -0.0127352858, 0.0131600527, 0.0363909416, 0.0162801594, -0.00854167715, -0.0104415445, 0.00204081205, -0.00661478, -0.0205587205, -0.00259880139, 0.0314018615, 0.0519296899, 0.0108817574, 0.0108817574, 0.019462049, 0.0253315568, -0.0103102522, -0.0197555255, -0.0153456712, -0.00825592503, -0.0117158452, -0.0213773623, -0.00786205, 0.0120402128, 0.0298572555, 0.0278029274, 0.0428474024, -0.0355877466, -0.0220106505, -0.0248836204, -0.0188905448, -0.00109570567, -0.010402929, 0.0846444666, -0.0239568558, 0.0209757648, -0.0357422084, 0.0271387473, 0.0170833543, -0.000537716376, -0.00517443381, -0.0295946728, 0.0199099854, 0.0232308917, -0.00909001287, -0.0277411435, 0.0483462028, -0.0109667107, -0.0419206358, 0.00600852165, 0.0218561906, -0.00694300886, 0.0107581886, 0.0413645767, 0.00668814871, -0.0018477363, -0.00156488, 0.0153611181, 0.0365145132, 0.0253006648, 0.00868069194, -0.0273241, 0.0421677753, 0.0243584532, -0.0203733686, -0.0102021303, -0.00600079866, 0.0135539277, -0.00505086547, -0.00864207651, -0.0182881486, 0.0186125152, -0.00331125152, 0.0543701686, 0.000715346192, 0.000494032924, -0.00795472693, -0.00457976, 0.00429786928, -0.0278956052, 0.00929853506, -0.00260073226, 0.046832487, 0.0111134481, 0.0355877466, 0.0255632475, -0.010464713, -0.0348463356, -0.00194330886, -0.0110362181, -0.0361438058, 0.00751451356, -0.0445155762, -0.00850306172, -0.00503928075, 0.0430636443, -0.00242503313, 0.0106037278, -0.0163110513, -0.0182881486, 0.0339504629, 0.0451025292, 0.00784274284, 0.0244356841, -0.0142258313, -0.00552197034, 0.00451025274, -0.0102021303, -0.0314636454, -0.00436737668, 0.00836404786, -0.0329928063, 0.00955339521, -0.0280191731, -0.0018477363, -0.0381209031, 0.00309307571, 0.0118239671, -0.044700928, -0.00131291605, 0.00622476684, -0.0157086551, -0.0183499325, -3.69861e-05, -0.00564167742, 0.0262583215, 0.0186279621, -0.0196165107, 0.0176239666, 0.00258335541, 0.00873475336, -0.00973874796, 0.0271541923, -0.0315408781, -0.00853395462, -0.0293475352, -0.0226902775, 0.019446604, -0.0191222355, -0.035278827, -0.00786591135, 0.0246828217, 0.0238332879, -0.0585715026, -0.0057613845, 0.00386151788, -0.0136466036, -0.0152529953, 0.0274322219, 0.0399435386, 0.00616298243, 0.0051203724, -0.00331511302, -0.00854167715, 0.00855712313, -0.00849533919, -0.014743275, -0.0252543259, 0.0184117164, -0.00549107837, 0.014743275, 0.0208213031, 0.0218716376, 0.0280037262, 0.0181645788, -0.0205278285, -0.000432007306, -0.0211456716, -0.0203424748, -0.0181645788, 0.0120942732, 0.0247600526, 0.0052516642, 0.0307840202, 0.00876564533, -0.0255478024, 0.00438282266, -0.0114687076, 0.0109898793, 0.0134380814, 0.0202034619, -0.00709746964, -0.00159384147, -0.0171914771, -0.00294054579, -0.00445233, -0.0245129149, 0.00942210294, 0.0183962714, -0.0462455377, 0.0441448726, -0.0168980025, 0.00392137142, 0.0202806909, 0.0163728353, -0.0414263643, -0.0339504629, -0.0453187712, -0.0129824225, -0.0191376824, 0.00303322216, 0.0153611181, -0.0176703054, 0.00697776256, -0.00995499268, -0.0191222355, 0.00990865473, 0.0267217029, -0.00962290261, -0.00537523255, 0.0303051919, -0.00248295581, 0.0139941406, -0.0147664435, -0.0351552591, 0.0376266278, 0.0110207722, 0.00328422082, 0.0015677762, 0.0113296928, -0.000978412107, -0.0221805573, -0.0122255655, 0.0300889462, 0.000519856811, 0.020049, 0.0164037272, 0.0479754955, 0.0105264978, -0.00533275586, -0.0129978685, -0.0312474016, 0.0132450061, -0.00153398793, 0.013322236, 0.00943755, 0.0118780285, 0.00834860187, 0.018010119, 0.0204814896, 0.021578161, -0.0205896124, -0.00404300913, 0.0189059917, -0.0222114511, 0.0301198382, 0.0126503324, -0.011507323, -0.00306025287, -0.00820958707, -0.0177938733, -0.0151448725, -0.0213773623, -0.0154306246, 0.00690825516, 0.00330932066, -0.00237869495, 0.00317609846, -0.00754154427, -0.000472553249, -0.0164809581, -0.0170833543, -0.00713994633, 0.00211804244, -0.000269823562, 0.01226418, 0.00476125162, -0.0094993338, -0.0130442074, 0.0132372826, 0.00710133137, 0.0106346197, -0.0192612503, 0.00270692399, -0.0116231684, -0.00838721637, 0.00765352836, -0.0397890806, 0.0340431407, -0.00931398105, -0.00694687059, 0.00568801584, 0.0293629803, -0.0211920086, -0.0171296932, 0.0360511281, 0.0177629814, -0.00207749661, -0.00109184417, 0.00475739, 0.00976964, -0.0211147796, 0.00966151711, -0.0459366143, 0.0473885462, -0.0547717698, -0.0119629819, 0.00206977362, 0.0288378149, -0.00578455348, -0.00510878814, -0.00147799589, -0.0236015972, -0.0196474027, 0.00125885475, -0.0141717698, -0.00557603175, 0.0166354179, 0.0202806909, -0.0343211703, -0.0297182407, 0.00491957366, 0.0175621826, 0.0196165107, -0.0181954708, 0.00444074534, -0.0243584532, -0.0174077228, -0.0113296928, 0.00215665763, 0.0115845529, 0.0188287608, -0.0227829553, 0.000858222309, 0.000282132154, -0.0182263646, -0.0110516641, -0.0231536608, -0.0536287576, -0.0129515305, 0.00311431405, 0.00509720342, -0.000472070533, -0.0237251651, 0.0132295601, -0.0273549911, -0.00758402096, -0.0176857505, -0.00807829481, 0.059776295, -0.0149363503, 0.000669490662, -0.00797017291, -0.0213773623, -0.0316953361, -0.0493347496, -0.0125344871, -0.0083563244, 0.00405845512, -0.0131214373, 0.00617456669, -0.0227057245, -0.0119166439, 0.000978894765, 0.0181954708, -0.00972330198, -0.0062363511, -0.00659547234, 0.0033730357, -0.0259185079, -0.0196474027, -0.0314945392, 0.000442143792, -0.00512809539, -0.00689280918, -0.0120633813, -0.0398508646, -0.0131368833, -0.0115304925, -0.0212537944, -0.00696617784, -0.0318806916, -0.00113045936, -0.0263201054, 0.034475632, -0.0287142452, 0.0345992, -0.0254087877, -0.0146583216, 0.00632516621, 0.0184735, 0.0180719029, 0.00010987225, 0.00327649782, 0.00546790939, 0.014774167, 0.012943808, 0.0273549911, -0.00515898783, -0.0167126488, 0.00586564559, -0.0318806916, -0.00841038581, 0.0329928063, 0.0311856177, 0.0143030621, 0.00820186362, -0.00847217, -0.032405857, -0.0116926758, -0.0143494, -0.00300039933, 0.0122564575, -0.0190141127, 0.00348115829, 0.0427547246, 0.000701830839, -0.0116926758, 0.0306141134, 0.00317223696, -0.0202497989, -0.023817841, 0.0167744327, -0.0368852168, 0.00493115839, 0.0150058577, -0.0119166439, -0.000253894803, -0.00276870816, 0.0156854857, 0.00290193059, -0.017979227, 0.00415885448, -0.000400632474, -0.0101017309, -0.0141331553, -0.00343675073, -0.0717315525, -0.00307376822, -0.0268761627, 0.0217944067, -0.0112447394, 0.00721717672, 0.0190295596, 0.00561078545, 0.0235089194, -0.0103488676, 0.001617976, -0.00687350146, 0.00278994651, 0.0091286283, -0.0119938739, 0.0255478024, 0.0182418097, -0.00227057235, 0.0160793606, -0.00847217, -0.0377810895, 0.00668042572, 0.0236324891, -0.0120479353, -0.0313400775, 0.000782922725, -0.0272623152, -0.0431872159, -0.011538215, -0.00999360811, 0.0139400791, 0.00117390137, -0.0105728358, -0.00217017299, -0.00456431415, 0.000348984671, 0.00563781615, 0.00231111841, 0.0217017289, 0.0189677756, -0.00387889449, 0.00234394125, -0.0335179754, 0.016542742, -0.0282508638, 0.0115150455, -0.00992410071, -0.0113683082, -0.0077770967, 0.00800878741, -0.0108585879, 0.010480159, 0.00781957339, 0.00100399461, 0.0061938744, 0.00130519306, 0.0193384811, -0.014380292, 0.0255786944, -0.0290231667, 0.091378957, -0.0255014636, 0.0119552594, -0.0164964031, 0.00616298243, 0.00657230336, -0.000848085852, 0.0349699035, 0.0236788262, -0.0215009302, 0.0216553919, -0.0251462031, 0.0114841536, 0.00327456696, -0.0083563244, 0.0215163771, 0.00922902767, -0.0247137137, 0.0103256982, -0.0126966704, -0.00952250324, -0.00392137142, 0.00388661772, -0.0128279617, 0.00625179708, 0.0110825561, -0.0118934745, -0.0307994653, -0.00354873482, 0.0113605857, -0.00593901426, -0.0358966701, -0.00579227647, 0.0330237, 0.0199563242, 0.0462455377, -0.0188596528, 0.0385533944, -0.0160793606, 0.0148436744, 0.02516165, -0.0073098531, 0.00797789544, -0.00641398085, 0.00710133137, 0.0196474027, -0.0229683071, -0.0192766972, -0.0299962703, 0.0191685744, -0.000871737662, -0.0235861503, 0.00659547234, -0.0305832215, 0.0164037272, -0.0148282284, 0.025887616, 7.88594334e-05, 0.0204660445, -0.0236942731, -0.0061938744, -0.0109589873, 0.00296564563, 0.00929853506, 0.00493115839, -0.0239568558, -0.000989513937, 0.00966924056, -0.0157163776, 0.0263046585, 0.000169424093, -0.00128685078, 0.0217635147, -0.015832223, -0.00418202393, -0.0178093202, -0.00207170425, -0.00579999946, 0.0297800247, 0.00384414103, -0.0156468693, 0.0213928092, -0.0654913411, -0.0134766968, 0.00701251626, -0.00657230336, 0.00728282239, 0.014789613, -0.00100978685, -0.00752995955, 0.0315563232, -0.0158476681, 0.00425153086, -0.00971557852, 0.00760719, 0.00419747, 0.010402929, 0.00429014629, 0.00871158391, 0.00213928078, 0.00396964047, 0.00886604469, -0.00874247588, -0.00198868173, -0.00308535271, 0.0118162446, 0.00742569845, -0.00735619152, 0.0138860177, 0.0124418102, -0.00411251653, 0.0118007986, 0.0107427426, 0.00376884127, 0.0193693731, -0.013654327, 0.0358966701, 0.0195083879, -0.0152838873, 0.0125190401, -0.00225512637, 0.0153765641, 0.0267834868, -0.00941438, -0.00475352816, 0.00685419422, 0.0221960042, 0.00211611181, 0.00200992, -0.00982370134, -0.00437509967, 0.0169134475, -0.0214700382, 0.01546924, -0.00381517946, 0.00783888064, 0.00243661762, 0.0128202392, 0.0122950729, 0.000428387139, 0.0171296932, -0.0162183754, -0.0188133139, -0.00928308908, 0.0306913424, -0.00452956045, -0.00926764309, 0.00783115812, 0.00969241, -0.0137933418, -0.0313864164, -0.00890466, -0.0125035942, 0.012580825, 0.0118394131, 0.00263548596, 4.36230839e-05, 0.00844127778, -0.0105419438, -0.002963715, -0.0159557909, 0.022273235, -0.00889693666, 0.00131581223, 0.0143262306, 0.00407776283, 0.0218407437, -0.012233288, 0.0152375493, -0.00353521947, 0.0308612492, -0.00444460707, 0.0042824233, -0.022273235, 0.0277565904, 0.00137373491, 0.0204814896, -0.0205278285, 0.0341358185, -0.0167280957, -0.0204505976, -0.0162338205, -0.00317996, -0.00254860171, -0.00888921414, 0.00238062581, -0.0246982668, 0.00422450062, 0.0160793606, 0.00900505949, -0.0166354179, 0.0151757644, -0.0118007986, 0.0155078555, 0.0106886812, 0.00824820157, 0.0124186408, -0.00492729666, -0.0227211714, -0.0122564575, -0.0101248994, 0.0176239666, 0.0152066574, 0.00329580531, 0.00295599177, 0.0026644473, -0.0231227688, -0.0172532611, 0.00286910776, 0.0067383484, -0.0174077228, 0.0169752315, -0.0107195731, 0.0176394135, -0.00994727, -0.00652596494, -0.00243854849, 0.00841038581, 0.00207556575, -0.023740612, -0.00523235649, 0.00381904119, -0.0252388809, 0.021578161, -0.0230918769, 0.00161507982, -0.00442143762, 0.00848761573, 0.0120942732, 0.0322513953, -0.0218716376, 0.00857256912, 0.0196010638, -0.00666497974, 0.003338282, -0.00384800253, 0.0153611181, 0.00201571221, 0.0183499325, 0.0153842866, -0.00945299584, 0.0129978685, -0.0204197057, -0.00347150443, 0.003875033, -0.000192593201, 0.00938348845, 0.0301816221, 0.0135153122, -0.0208058581, 0.0298109166, 0.00901278201, 0.015832223, -0.0363909416, 0.00661478, -0.0104415445, 0.00925992, -0.0212537944, -0.00613209, -0.039572835, -0.00220106519, 0.00437896093, -0.0152221033, 0.00664181076, -0.0211456716, 0.0125267636, 0.00196647784, 0.0114455391, -0.000440695701, -0.0116463378, 0.0100631155, 0.0307840202, 0.0404378138, -0.00690053217, -0.0086884154, -0.0107041271, 0.028776031, -0.0173304919, -0.0185507312, -0.0118316906, -0.0118162446, 0.0284980014, -0.0184580553, 0.00487709697, 0.00331511302, -0.0202343538, -0.0107041271, 0.0113992, -0.0274476688, -0.0285752323, 0.00754154427, -0.00864207651, 0.0157163776, -0.0256713703, -0.00671517942, 0.0264127813, 0.00935259648, -0.0130364839, -0.0153302252, 0.00679627107, 0.0189214367, 0.0275248978, -0.0263201054, -0.0102484683, -0.0271078553, 0.0169597864, 0.00388082536, -0.0150367506, 0.00955339521, -0.00878109131, -0.00437509967, -0.0179637801, -0.0102098528, -0.0340740345, -0.0454114489, -0.00698548555, 0.0104956049, -0.011901198, 0.00329966703, -0.00597762968, 0.0057961382, -0.00996271614, -0.0103488676, 0.0017820904, -0.00565326214, -0.0443611145, 0.00364720356, -0.00011542318, 0.0074758986, -0.010781358, 0.0132527286, -0.0277565904, 0.0134921428, 0.0266599189, -0.0187978689, -0.0131446067, 0.0171296932, -0.02452836, 0.00224933401, -0.0105805583, -0.0248218365, 0.00678854808, -0.01226418, 0.00615139771, 0.0197709706, -0.00710905436, 0.0265209042, 0.00974647049, -0.0312937386, 0.0319115818, -0.0292548593, -0.0086575225, 0.00953794923, -0.000695555878, -0.00510106515, 0.0067653791, -0.0133840209, 0.0293784272, -0.0104878824, 0.00924447365, -0.0157627147, 0.0146274297, 0.00469946722, -0.00944527239, -0.00918269, -0.00409707054, -0.00561850844, 0.0210375488, 0.0252697729, 0.0107890805, -0.0203733686, 0.0281890798, -0.018010119, -0.00624793582, 0.0226748325, 0.0233699046, 0.0036375497, 0.0135693736, 0.0200181082, -0.0107195731, -0.0357422084, -0.0153688407, 0.0156005314, -0.014727829, -0.00479600485, -0.034475632, -0.0113760317, 0.0215318222, -0.00272816233, 0.0224585868, -0.00571118481, 0.0203579217, 0.0101326229, 0.0324985348, -0.00715153106, 0.0152143799, -0.0160330217, -0.00967696309, -0.00874247588, 0.00778095843, 0.0162029285, -0.0132141141, 0.00307183736, 0.00992410071, 0.00491185067, 0.00400053244, 0.0245746989, -0.00778868143, 0.0311083868, -0.0573049225, -0.00956111774, 0.0074758986, -0.0146042602, 0.00819414109, 0.0267680418, 0.0133994669, 0.00678082509, 0.0463691056, 0.0111288941, 0.0226439405, 0.0361129157, -0.0330854841, -0.0213773623, 0.00850306172, 0.00179367501, -0.014712383, 0.0148205049, -0.011175232, 0.00719400775, 0.0414881483, -0.0127893472, 0.018689746, -0.0100399461, -0.0126966704, 0.0181800257, 0.00367809576, -0.0176548585, 0.00833315495, -0.0161565896, 0.0117699066, 0.0104106516, 0.00729826838, -0.0258258302, -0.00923675, -0.0176394135, -0.0224740338, 0.0177629814, 0.0134303588, -0.00191917433, -0.00892782863, -0.0113683082, 0.0157936085, -0.00873475336, 0.0388932079, -0.00788521953, 0.0162338205, 0.00359507301, -0.0197709706, 0.00410093181, 0.0222268961, -0.0163419433, -0.0247754976, 0.012959254, -0.00293861493, 0.0057884152, 0.00892782863, -0.0176548585, -3.98219026e-06, -0.00311624492, 0.00159094529, 0.0102793602, -0.0101171769, 0.0128202392, 0.00200605858, -0.00545632467, 0.018689746, -0.00413182378, 0.0212383475, 0.00617456669, -0.012627163, -0.0144420769, -0.0305986665, -0.00064149464, 6.78782453e-05, -0.0191222355, 0.0378428735, -0.014395738, 0.0173304919, -0.0168980025, 0.0400053225, 0.0235243663, 0.0189368837, 0.0157086551, 0.00923675, -0.00295406114, -0.00377849513, 0.00444460707, -0.0144420769, -0.0120402128, 0.0144884149, 0.00294054579, -0.00386151788, 0.0156854857, 0.0235243663, 0.0120556587, 0.00537909428, -0.00668042572, 0.00557603175, -0.00332669751, 0.0228138473, -0.0131909447, -0.0248372816, -0.0116695063, 0.0186743, 0.0141563239, 0.000610602496, 0.00665725674, -0.00996271614, 0.0159248989, -0.00212769629, 0.0196319558, -0.0375648439, 0.0312319566, -0.0308458041, -0.00336145121, -0.00698162429, -0.00280925422, 0.000147099694, 0.00768442033, 0.00539840199, -0.00790452678, 0.00348888128, -0.00892782863, 0.00232077227, 0.00788908079, 0.0112910783, -0.00650665723, -0.00582703, 0.0116849523, 0.00718242303, 0.00199447386, 0.0140790939, -0.00694300886, 0.00590426056, -0.0086884154, -0.0199872162, 0.00607030606, -0.0200181082, -0.0124495337, 0.00698934728, 0.0127198398, -0.00664953375, 0.00559533946, 0.0143185081, 0.026706256, 0.0160175748, 0.00151950726, -0.00270885462, 0.00476897461, 0.023786949, 0.0125422096, 0.0113219703, 0.002426964, 0.0307994653, 0.00557989301, 0.00198288937, -0.00517443381, -0.00502769602, 0.00303708366, -0.0132836215, -0.00186704379, 0.0141331553, -0.0127352858, 0.00158804923, 0.0127352858, 0.00342516624, -0.0164500661, 0.00447549904, -0.0116772298, 0.00632516621, -0.0040043937, -0.00871158391, 0.00445619132, -0.00999360811, -0.00906684343, -0.00446777605, 0.0262892134, 0.0106500657, -0.00888921414, 0.0366071872, 0.0276175756, -0.0145038608, 0.000431524619, 0.0117853526, 0.0135384817, -0.00517443381, -0.019492941, -0.0150058577, 0.00369933411, -0.0198482014, -0.0113683082, -0.0153688407, 0.0228447393, -0.00316837523, 0.00608575204, -0.00345605845, -0.0183653794, -0.00939893443, -0.00223002653, 0.0211147796, 0.0501070544, -0.000597087201, -0.00544087868, -0.0153688407, 0.00129071227, -0.00159770297, 0.0270615164, -0.014032756, 0.003338282, 0.000209728678, 0.00647576526, -0.0161256976, -0.00862663053, 0.0057884152, -0.0152452718, 0.0125422096, 0.00192882807, 0.0113065243, -0.00875019934, -0.0225821566, 0.0130750993, 0.00319926743, -0.0116231684, 0.000525166397, -0.0289459378, 0.00189986674, -0.0211147796, 0.0227211714, 0.0163264964, -0.0140636479, 0.0106964046, 0.000122603189, 0.004309454, -0.00456045242, 0.0111984015, -0.0138319563, 0.00445619132, -0.0101480689, 0.00338268955, 0.0210529957, -0.0172996, 0.00925992, -0.0037070571, 0.0255478024, -0.00479214359, -0.0293938741, 0.00810918771, 0.0114841536, 0.0108817574, 0.0042129159, 0.00267989328, 0.00161507982, 0.00562623143, 0.00690053217, -0.00269340863, -0.00513195712, 0.00421677763, 0.0176703054, -0.00576910749, -0.00913635083, 0.0205432754, 0.0116077224, 0.00273009297, -0.00872703, -0.0268452708, 0.0117776291, 0.0129747, 0.0048191743, -0.0132990675, 0.00243082549, -0.0179328881, 0.00162666431, 0.00327070546, -0.00127430086, 0.0167280957, -0.0122101195, 0.0236015972, 0.000833605125, -0.0162183754, -0.0020852196, -0.00932942703, -0.0101944068, -0.00220299582, -0.0118085211, -0.0101712374, 0.0132295601, 0.0146583216, 0.021639945, 0.0271696392, -0.00364913419, 0.0297182407, 0.00996271614, -0.0131832212, 0.0133685749, 0.0019375165, 0.0145115834, 0.00714380806, -0.00569573883, 0.0101944068, -0.0153920101, -0.0023227029, 0.0203579217, -0.00491185067, 0.0113065243, 0.00378042599, 0.00536750956, -0.028065512, 0.0260729678, -0.00559533946, -0.00609347504, 0.0157704391, 0.0247446056, 0.0179328881, 0.0185198393, 0.0153147792, -0.00497363508, -0.0145270303, -0.0240031946, 0.0101944068, -0.00752995955, -0.0152143799, 0.0140945399, 0.0214082543, -0.0285443384, -7.82108145e-06, 0.0161565896, 0.00924447365, -0.0103102522, 0.00296564563, 0.0122255655, 0.0179174431, -0.00574593851, 0.0106886812, 0.00352942734, -0.0166663099, -0.0046106521, 0.0124109183, -0.00375146442, -0.00987776276, 0.0386151783, 0.0156932082, -0.0141254319, 0.017268708, -0.0155928088, 0.00849533919, -0.00618229, -0.0112138474, 0.00227829558, -0.000266444724, -0.00972330198, 0.011491877, -0.00523235649, 0.000762167096, -0.00223388802, 0.0155928088, -0.0193539262, 0.0115922764, 0.000887666421, 0.00698548555, -0.0107890805, 2.73172209e-05, 0.017284153, -0.000985652441, 0.0267525949, 0.00145675754, 0.0153611181, 0.0155696394, 0.00096875825, -0.0166508649, 0.00712836161, 0.020867642, 0.0115459384, 0.00193655118, 0.0145347528, -0.000643425388, -0.0112061249, -0.00430173101, 0.00165659108, 0.00669587171, 0.000217693057, -0.00267989328, 0.00757243624, 0.00729054539, 0.00961517915, 0.0255478024, 0.00647576526, -0.00947616436, 0.00524780247, -0.00572276954, 0.0126503324, 0.00414727, 0.00603169063, -0.0149363503, -0.0268452708, -0.0103952056, -0.00166045269, 0.00395033276, -0.0237715039, -0.0141794933, -0.0243893471, -0.0182881486, 0.00619001314, -0.021609053, 0.0127893472, -0.0290540606, 0.0186279621, -0.00610892102, 0.0145270303, 0.000814297586, -0.0152838873, -0.00251191738, -0.0435270295, 0.0162801594, 0.0108045265, 0.0193693731, -0.0233235676, -0.00152143801, 0.000426939048, -0.0370705724, -0.0180719029, 0.0121637806, -0.011569107, -0.0147973364, -0.0111057255, -0.0149209043, 0.0139014637, 0.0242194403, -0.00685419422, 0.00928308908, 0.0307531282, -0.0279882811, 0.0124340868, 0.0047496669, -0.00016990678, 0.0108894799, 0.00867296848, 0.0144575229, -0.0237251651, -0.0150444731, 0.018010119, 0.0110439407, -0.0120479353, 0.0361129157, -0.00490026595, 0.00584247615, 0.00598535268, -0.00413182378, -0.0158476681, -0.0156777613, -0.00908228941, 0.00276291603, 0.00487323524, 0.0119398134, 0.00336338207, 0.0146505982, 0.039572835, -0.0206050593, 0.00756471325, 0.00329001318, -0.0128279617, 0.0213928092, -0.00549107837, 0.0238023959, -0.00167300261, 0.0185507312, -0.00025437749, -0.00733302208, 0.00471105147, -0.0311238337, -0.00375532592, 0.00230146456, 0.00029082055, 0.0110207722, 0.00592743, 0.0122255655, 0.0109435413, -0.0017540945, 0.00503928075, -0.0028498, 0.00757243624, -0.00535978656, 0.0159557909, 0.0160175748, -0.025964845, 0.018689746, 0.00846444722, 0.00809374079, 0.00770758931, 0.00668428745, 0.0153533947, -0.00162280281, 0.00806284882, 0.0149054583, 0.00360858836, -0.00469560549, 0.0182418097, 0.000934487325, -0.0160330217, 0.00227636471, 0.0193539262, 0.00559147773, 0.0126039935, 0.00114783621, 0.0267680418, -0.0216245, 0.0117699066, -0.0120556587, -0.00766511261, 0.0121792266, -0.000535302912, 0.0079856189, 0.020049, -0.0206050593, -0.0068078558, -0.0128665771, -0.00396577874, -0.0116231684, 0.0171760302, 0.0135462042, 0.0121869501, -0.0229374152, 0.00502383476, 0.0132218366, -0.0196165107, -0.0228292923, 0.0151448725, 0.0182418097, -0.0181800257, -0.0145115834, 0.0109976027, -0.0392639115, -0.0145347528, 0.000132136309, 0.00659933407, -0.00259300927, -0.00671131769, -0.00939893443, -0.011569107, -0.0252543259, -0.00370898773, -0.00415885448, 0.00258142455, 0.00138628483, -0.0162801594, -0.0310620498, -0.00278994651, 0.0161720365, 0.00568029284, -0.00303322216, 0.00845672376, 0.000577779603, 0.00712450035, -0.00824047904, 0.0204197057, -0.00306990673, -0.00412796251, 0.0048191743, 1.62002743e-05, -0.0109280953, 0.0335179754, 0.0091286283, 0.0181491338, -0.0116077224, -0.0147509975, 0.0242812242, 0.00612050574, 0.0182881486, -0.0041086548, 0.00510492641, -0.0149595197, 0.0153611181, 0.00473808218, 0.000574883481, 0.00289999973, 0.0190913435, 0.00074720371, 0.0186434072, 0.00385572552, 0.0299190395, -0.0104260975, -0.00759946695, 0.00547949364, 0.0192458052, -0.00410093181, 0.0124958716, -0.0058308919, 0.00514354184, -0.00922902767, -0.0081478022, -0.0146814901, 0.000684936706, 0.00508948043, 0.00392330205, 0.0121792266, 0.00691597816, 0.010480159, -0.00920585822, 0.0013109853, 0.00261617824, -0.0370396785, 0.0115845529, -0.0129978685, -0.0151603185, -0.00068879826, 0.00485006627, -0.0240340866, -0.00983914733, -0.00673448713, 0.000856774277, -0.01546924, -0.0184735, -0.0107736345, 0.0131059913, 0.0103256982, -0.00681557879, 0.00187380146, 0.0138319563, -0.0107504651, -0.00335565885, -0.0148977358, 0.00186028623, 0.0194774959, 0.00662636431, -0.00437509967, -0.0112292934, 0.0113374162, 0.0195238329, 0.0220260974, 0.0086498, 0.02516165, -0.00573049253, 0.00105419441, 0.0030969372, 0.00634061219, 0.0168053247, 0.00259687076, 0.0262274295, -0.00770372804, 0.0142876161, -0.0108045265, 0.000965862127, 0.0169443395, 0.0130905453, -0.0187669769, 0.00447163777, 0.00669587171, -0.000988548505, 0.00329580531, 0.0106964046, -0.00076168438, -0.0118625825, -0.021609053, 0.00526324892, -0.0020195737, 0.0043249, -0.00891238265, -0.0407776274, -0.00850306172, -0.0143185081, -0.00610505976, 0.0017154793, 0.00066514645, 0.00366264954, -0.00127526629, 0.00855712313, -0.00166045269, -0.00354294246, -0.00466857478, 0.0231382139, 0.0122101195, 0.00834860187, 7.82560746e-05, 0.00367809576, -0.0118934745, -0.00837949384, -0.00723262271, 0.0191840194, -0.0103565911, 0.0219025295, -0.00735233, -0.0200181082, 0.0383680388, -0.00830226298, 0.00369161088, -0.0245438069, -0.0136620495, -0.00459134486, 0.0104415445, 0.0196782947, -0.0151834879, -0.00952250324, -0.00678854808, 0.0134226354, 0.0252388809, -0.0360511281, 0.00626724353, -0.0121946735, 0.0144652454, -0.0150444731, 0.0121097201, -0.00100978685, 0.0113837542, 0.0176703054, 0.000699900091, -0.00444460707, -0.00870386139, 0.00606258307, -0.00413954724, -0.014712383, 0.010827696, -0.00292123808, -0.0154769635, -0.00364334206, 0.0114146462, -0.0011787283, -0.00630585849, -0.0283126477, 0.00453728344, 0.0138165103, 0.00351011963, 0.0062286281, 0.0135848196, 0.000471346517, 0.0272314232, 0.00491957366, -0.000273202371, 0.00222037267, 5.34578867e-05, 0.00125982019, -0.00396577874, 0.00965379458, 0.00920585822, 0.0111675095, -0.0182572566, 0.0109203719, -0.00148958049, -0.0138319563, 0.0221651122, 0.00262003974, 0.00247330219, -0.00225705723, -0.0029328228, -0.00415113149, -0.000159046263, 0.0175776295, -0.00113432086, -0.0215009302, 0.00541770924, 0.0116926758, 0.0118162446, 0.00753768254, 0.0142490007, -0.00201378157, -0.0158090536, -0.00790452678, -0.0242039934, -0.00330739, 0.0150135811, 0.00412410079, -2.41194011e-05, -0.0127121164, -0.00600852165, 0.0168825556, 0.0191376824, -0.00146930746, 0.00688508619, -0.00568029284, 0.00223774952, -0.0264900122, 0.0109049259, -0.015453794, 0.0151603185, -0.00968468655, 0.0107736345, -0.0114378156, -0.00403528614, 0.00546790939, 0.0117003992, -0.00270885462, 0.0161411446, -0.00393874804, -0.00807057228, -0.0240649786, -0.00859573856, 0.000310610834, -0.00430559227, -0.0020195737, 0.020095339, -0.00037601529, -0.00574207678, 0.0061938744, -0.00555672403, 0.0116540603, -0.0215318222, 0.00993182324, 0.0233853515, 0.000914214354, -0.0129824225, 0.0051203724, -0.00560692372, 0.0034386816, -0.0206668433, -0.00214700378, 0.0153997326, 0.0144575229, -0.0236015972, 0.00778868143, -0.0102407448, -0.0171451382, 0.00505858846, -0.0173922759, 0.00686964, 0.00536750956, -0.000199230184, 0.0164964031, -0.00482303556, 0.00375339529, -0.0319424756, -0.00129747, 0.0257794932, -0.0198945403, 0.00816324819, -0.0119629819, -0.00108508649, -0.00115169771, 0.0278029274, 0.0107118506, 0.00312589854, -0.00738708349, -0.01875153, -0.00816324819, 0.0171760302, 0.00135925424, -0.0253470019, -0.00597376795, 0.00861118454, 0.0182418097, -0.0294402111, 0.00241731014, -0.0120093198, 0.00136987341, -0.0198327545, -0.0160175748, -0.00286138477, 0.00479986658, 0.00456431415, -0.00187573221, 0.0185198393, 0.013654327, 0.0208521951, -0.00902050547, -0.0211920086, 0.0139478026, -0.0348154455, 0.0153225027, -0.0168671105, -0.00419747, -0.00158611848, -0.0167280957, 0.0040043937, 0.00297143799, 0.00802423432, 0.0143030621, -0.0340122469, 0.0209448729, -0.00170292938, 0.00294826878, -0.00438282266, 0.00577683048, 0.00920585822, -0.00763422064, -0.00457976, -0.033888679, -0.00542157097, 0.015121704, -0.0185507312, -0.00850306172, -0.00281311572, -0.0139864171, 0.00979280937, -0.00153978018, 0.00794700347, 0.0192303583, 0.0159094539, 0.00229953392, -0.00661864132, 0.0282199718, 0.00246171746, 0.00739480648, 0.00697003957, -0.0277565904, 0.00820958707, 0.002699201, 0.00952250324, -0.0145656448, 0.010781358, 0.00272623147, 0.023014646, -0.0121869501, 0.0226902775, -0.00710519264, 0.00688508619, -0.0051203724, 0.00512423413, -0.028111849, -0.0106886812, 0.0153920101, 0.00260845525, -0.0042399466, -0.022273235, -0.0154229021, 0.0105187744, 0.00249454053, 0.00186221697, 0.00511264941, 0.019415712, -0.00493501965, 0.0285443384, -0.0334252976, 0.0162647124, -0.0155696394, 0.00298495335, 0.0269225016, -0.00756857498, -0.0303360838, -0.00694687059, -0.00471877493, -0.0267989337, -0.0102330223, 0.021639945, 0.0045836214, -0.00761877466, 0.0118780285, -5.89786505e-05, -0.00534820231, 0.0196782947, 0.028806923, -0.00954567175, -0.00196358189, 0.0147046596, 0.0130519299, -0.00538295554, 0.0155464709, -0.010402929, 0.0011980359, 0.0283280946, 0.00723262271, 0.00635605818, 0.0118316906, -0.00188442064, -0.00210838881, 0.00845672376, -0.0143494, 0.0120865507, 0.0121174427, -0.00576910749, -0.00411251653, -0.00264127809, 0.00909001287, 0.00288648461, -0.00253701722, -0.00755699025, 0.00587723, 0.0150058577, -0.00577296922, 0.00377849513, -0.010433821, 0.00897416752, 0.0160639137, 0.0325294249, 0.0166508649, -0.00156970695, 0.00860346202, 0.0139786946, -0.0114687076, 0.0115613844, 0.00688508619, 0.0285597853, -0.00420905417, -0.00823275559, -0.00732529908, -0.0424149111, -0.00377077213, -0.0217326228, 0.00820958707, -0.00884287525, 0.0234162435, -0.00672290241, 0.0174386147, -0.0182109177, 0.0135384817, 0.00805512629, 0.00577296922, -0.0240495335, 0.00615139771, -0.00271464698, 0.0115845529, 0.0141486013, 0.000749617117, -0.015863115, -0.00405073212, -0.0195547268, -0.00304866838, 0.00371478, -0.00866524596, -0.00508948043, -0.00134670432, 0.00624793582, 0.00578069221, -0.01513715, -0.0237251651, 0.00824047904, 0.00991637725, 0.00373408757, -0.0179174431, -0.000184146134, -0.00406231685, -0.0174386147, -0.011901198, -0.00950705633, 0.00601624465, 0.00571504608, -0.0212074555, -0.00864207651, -0.00642556557, 0.0115922764, 0.00899733603, 0.000626048597, 0.020095339, 0.00715153106, -0.000608189031, -0.00330352853, 0.00706271594, 0.0103952056, 0.00694300886, -0.00799334142, -0.0113451388, -0.0253161099, -0.00764966663, 0.012580825, -0.0110671101, -0.00785818882, -0.00939121097, 0.0033730357, 0.00690053217, -0.0250380803, -0.00446777605, 0.00579227647, -0.0137392804, -0.00682716351, 0.0164655112, 0.00152047258, 0.00132353522, 0.00422063889, -0.00192689733, 0.0130828219, 0.00733302208, -0.00691597816, -0.000951381458, 0.0321896113, 0.00187476689, 0.000238448716, 0.0182881486, 0.0150213037, -0.00552969333, 0.021562716, 0.0129669765, -0.0205587205, -0.00372829544, 0.00632516621, -0.016573634, 0.0120324893, -0.00284207705, -0.0170524623, 0.0218716376, 0.0310466029, 0.0172532611, 0.00492729666, 0.00198482024, 0.0129129151, 0.0029675765, -0.011476431, -0.00548721664, 0.018010119, -0.0126580549, 0.0329001322, -0.0142567232, -0.00737549877, 0.0107504651, 0.020172568, 0.0104415445, 0.0134303588, -0.0043442077, 0.012611717, 0.00929853506, 0.045287881, 0.000576331513, 0.00627496652, -0.000123447899, -0.0302743, -0.0177011974, 0.0315563232, -0.0145038608, 0.0123877488, -0.00715925405, 0.00813235622, 0.0205896124, -0.0125190401, -0.0413336866, 0.0142876161, -0.0247909445, -0.0184426084, 0.0112138474, -0.00255053258, 0.00767283561, -0.0260884147, -0.0062286281, -0.00129071227, 0.0293320883, -0.00260266289, -0.0178093202, 0.0109898793, 0.0176703054, -0.0169134475, -0.0139864171, 0.0116540603, -0.0411174409, -0.00620932039, 0.0272932071, -0.00979280937, -0.00466085179, -0.00637922715, -0.00502769602, 0.0134921428, 0.0243430082, 0.00901278201, 0.00915952, -0.0105342204, 0.00620932039, -0.000142996825, -0.0130442074, 0.0354641788, 0.00154267636, -0.000266927411, -0.00855712313, -0.00924447365, 0.000255342864, 0.0033691742, 0.0284671094, -0.000696038594, 0.023817841, 0.0305677745, 0.0221033283, -0.0258721691, 0.00338655105, -0.00734074507, 0.0036336882, -0.0134535283, -0.00897416752, 0.00722489972, 0.00330352853, 0.000394116156, 0.0158940069, 0.00753768254, -0.0094993338, -0.0123800263, 0.00253508636, -0.000620738952, 0.0336106494, -0.00150985341, -0.00142683077, -0.0200026613, 0.000292509969, 0.00328422082, -0.0108817574, -0.0115999989, -7.51789266e-05, -0.00097986008, 0.0347227678, 0.0113219703, 0.00881198328, 0.0155310249, 0.00695073185, 0.00448708376, -0.0182572566, 0.00770758931, 0.00844900124, 0.0197400786, -0.0129515305, -0.0140404785, -0.0121019967, 0.00920585822, -0.00471105147, -0.0249917433, -0.0294247661, -0.0167435408, 0.0104878824, -0.00434806896, 0.0234471355, 0.00485778926, 0.00815552566, -0.00192013977, 0.0112138474, 0.0155619169, 0.00610119803, 0.00311431405, 2.2595912e-05, 0.0135075888, -0.0110902786, -0.0061668437, -0.00610505976, -0.0121715041, 0.00870386139, 0.0116617838, -0.0109744333, -0.00476125162, -0.00631358149, 0.00461451383, 0.0156237008, 0.010480159, 0.00779254269, 0.0185507312, -0.00596990669, -0.020188015, -0.0169906784, -0.00130422763, 0.0198790934, 0.00224740338, -0.00711291563, 0.0102870837, -0.00922902767, -0.0141331553, 0.00323981349, -0.00167686411, 0.00839494, -0.00804740284, 0.0170215704, -0.00180332875, -0.000925316184, -0.00312010641, -0.011885752, -0.00949161, 0.0101635149, 0.0132141141, 0.0271696392, -0.0159403458, 0.0166817568, 0.018705193, -0.0264900122, 0.0023574566, -0.00229374156, -0.00451411447, 0.0116308918, 0.00608961331, -0.0235552583, 0.0258258302, -0.00121058582, 0.00139593869, -0.00754154427, 0.0106500657, 0.000700382807, -0.0136774955, -0.0389549918, -0.00830998644, 0.0146197062, 0.00533661759, 0.0148977358, -0.0260111839, -0.0267989337, -0.00345412758, -1.47069528e-07, -0.0231691059, -0.0127043938, -0.000972137088, -0.000268858188, -0.0108045265, 0.0045488677, 0.000381083548, -0.00390785607, -0.00927536562, 0.0064371503, 0.0124418102, -0.0110130487, 0.0109667107, -0.00841810834, 0.00277063902, 0.00285366154, 0.000176543763, -0.0332090519, -0.0029250998, 0.00822503306, -0.0166663099, -0.0107736345, -0.00128105853, 0.0236942731, 0.00830226298, -0.00452956045, 0.00529027916, -0.00472649792, 0.00346764293, -0.00567643112, 0.00160832214, 0.0131754987, -0.00398122473, 0.00462609809, -0.00803195685, -0.00398894772, -0.00297336862, -0.0322822891, 0.0121560581, 0.00398508646, -0.0167589877, 0.01226418, 0.0137392804, -0.0140095865, 0.00291351508, -0.00638695061, 0.0143725695, -0.00391557906, -0.00542543223, -0.000686384796, -0.0443302244, -0.00878881477, -0.0127816238, 0.000478828209, 0.0199563242, -0.00732529908, 0.00151854183, 0.00617456669, 0.0113605857, -0.00663794903, -0.0134921428, -0.00590812229, -0.00922130421, 0.00770372804, -0.0150599191, 0.000180284609, 0.00134187739, -0.0125422096, 0.00817097165, -0.00678082509, 0.0123027954, -0.00732529908, -0.020157123, -0.0105573898, -0.00698934728, 0.00608189031, -0.025192542, -0.00245978683, 0.0194002651, -0.0109280953, -0.00804740284, 0.0109049259, 0.00772689702, 0.0624948032, 0.00413182378, -0.00399280945, -0.0153688407, 0.00548335537, -0.0120093198, -0.00329194381, 0.0383680388, -0.00887376815, 0.00462223683, -0.00645259628, -0.00543701695, -0.00198482024, 0.00167300261, -0.0166508649, -0.0246673748, 0.0232463367, -0.0142335547, -0.00878109131, 0.00280925422, -0.0023574566, -0.0106037278, -0.0113914777, -0.00613981346, -0.00258914777, -0.00617842842, 0.0013148468, 0.00362210372, 0.00698934728, -0.0057961382, 0.00531731, 0.00496977335, 0.00765352836, 0.0046183751, -0.0103797596, 0.0215009302, 0.00439054566, 0.0111211715, 0.0105882818, -0.0248527285, 0.0421059914, 0.0103952056, 0.00235552574, -0.00929853506, 0.019446604, -0.0283126477, -0.00342709711, 0.00650665723, -0.0057266308, -0.0247754976, -0.0145270303, -0.0167280957, -0.00810918771, 0.000259445718, -0.00452569872, 0.0183808245, 0.0213464703, 0.0168362167, 0.0218407437, 0.00220106519, 0.0119629819, 0.00745659089, 0.0114609851, -0.00851850864, -0.00192593201, -0.0230918769, -0.0168362167, 0.00493888138, 0.00172899454, -0.00742569845, 0.00416271621, -0.0150444731, -0.0146428756, 0.0100090541, 0.0293166433, 0.00456817541, -0.0023613181, 0.0120015973, -0.0264745653, 0.0129051926, -0.0174540598, 0.0069043939, -0.0257177092, -0.0212074555, 0.00184580544, -0.00269727013, -0.0138010643, -0.0199872162, -0.0192612503, 0.0131600527, 0.010402929, 0.0609810874, -0.00994727, 0.0103720371, 0.0133685749, -0.00523621822, 0.00307569886, -0.0267217029, 0.0261656437, -0.0243275613, 0.00449094502, -0.00151564577, 0.00638308888, 0.0112679088, 0.017268708, 0.0180873498, -0.014727829, 0.017948335, 0.0206359513, -0.00411637779, -0.00476125162, 0.0191685744, 0.00466857478, 0.00469560549, -0.00281118485, 0.00353521947, 0.00168169104, -0.0074758986, 0.00871158391, -0.018720638, 0.00513581885, 0.0105573898, -0.0192458052, 0.00616298243, -0.0160639137, 0.002521571, 0.0112910783, 0.017268708, -0.00561464671, -0.00167589867, -0.00369354174, 0.0145579223, 0.00418974692, -0.0119784279, 0.00520532578, 0.0307531282, -0.0111211715, 0.00594287599, 0.0126657784, 0.0246673748, 0.00415499322, -0.0181336869, 0.0134766968, -0.00906684343, 0.00545246294, -0.0063676429, -0.00851850864, 0.0023227029, 0.0227520633, -0.0402833521, -0.00302163768, -0.0142026627, -0.0120788272, -0.00893555209, -0.0210838877, 0.0257640462, 0.00186994, -0.00473808218, 0.0178247653, -0.010070838, 0.00596990669, -0.00150213041, 0.00234780274, -0.000654527277, 0.0202343538, 0.00596604496, -0.020126231, 0.00110825559, 0.0148822898, -0.00691597816, 0.0115613844, 0.0236170422, 0.00383448717, 0.00824047904, 0.00735619152, -0.00691597816, -0.0151294265, -0.00975419395, -0.00240379479, -0.0191840194, 0.00498135807, 0.0170061234, 0.0104878824, 0.0489331521, 0.000407872809, -0.00788521953, 0.00809374079, 0.000396046904, 0.0207286272, 0.00977736339, -0.00795472693, -0.00697003957, 0.0251770951, -0.0124186408, 0.0148205049, 0.0250689741, 0.00757629797, -0.00522849523, -0.0262428746, -0.0173768308, 0.0184735, -0.0036375497, 0.00168748328, -0.000340296247, -0.0100090541, 0.00405073212, 0.00451411447, 0.00435579196, -0.00808601826, -0.00544474, 0.00254860171] |
05 Apr, 2023 | Node.js http.ServerResponse.sendDate Method
05 Apr, 2023
The httpServerResponse.sendDate is an inbuilt application programming interface of class Server Response within http module which is used to check if the date header has been sent or not. HTTP header is also used to pass additional information such as Date etc. Refer to this article.
Syntax:
response.sendDate
Parameters: This method does not accept any arguments as a parameter.
Return Value: This method returns true if and only if the date header has been sent.
Example 1: Filename: index.js
Javascript
// Node.js program to demonstrate the
// response.sendDate() APi
// Importing http module
const http = require('http');
// Setting up PORT
const PORT = process.env.PORT || 3000;
// Creating http Server
const httpServer = http.createServer(
function (request, response) {
// Checking if date header has been
// sent or not by using sendDate API
const value = response.sendDate;
// Display result
// by using end() api
response.end("Date header status: "
+ value, 'utf8', () => {
console.log("displaying the result...");
// Closing the server
httpServer.close(() => {
console.log("server is closed")
})
});
});
// Listening to http Server
httpServer.listen(PORT, () => {
console.log("Server is running at port 3000...");
});
Steps to run:
node index.js
Console output:
Server is running at port 3000...
displaying the result...
displaying the result...
server is closed
server is closed
Browser Output: Paste the localhost address http://localhost:3000/. In the search bar of the browser.
Date header status: true
Example 2: Filename: index.js
Javascript
// Node.js program to demonstrate the
// response.sendDate() APi
// Importing http module
const http = require('http');
// Request and response handler
const http2Handlers = (request, response) => {
// Checking if date header has been
// sent or not by using sendDate API
const value = response.sendDate;
// Display result by using end() api
response.end("Date header status: "
+ value, 'utf8', () => {
console.log("displaying the result...");
// Closing the server
httpServer.close(() => {
console.log("server is closed")
})
});
};
// Creating http Server and listening
// on the port 3000
const httpServer = http.createServer(
http2Handlers).listen(3000, () => {
console.log("Server is running at port 3000...");
});
Steps to run:
node index.js
Console Output:
Server is running at port 3000...
displaying the result...
displaying the result...
server is closed
server is closed
Browser Output: Paste the localhost address http://localhost:3000/. In the search bar of the browser.
Date header status: true
Reference: https://nodejs.org/dist/latest-v12.x/docs/api/http.html#http_response_senddate
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method | https://www.geeksforgeeks.org/node-js-http-serverresponse-senddate-method?ref=asr4 | CSS | Node.js http.ServerResponse.sendDate Method | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, Node.js http.ServerResponse.getHeader() Method, Node.js http.ServerResponse.sendDate Method, CSS pause-before Property, CSS, Node.js Stream writable.writableFinished Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [0.00103333616, 0.00469429838, -0.00453560753, 0.0708573386, 0.0361667648, -0.0172124282, 0.0135957515, 0.033066757, -0.0293762702, 0.0178471915, 0.0310886558, 0.0342477113, 0.00950669311, -0.0339819975, 0.00527739525, -0.0194267202, -0.0199286267, -0.00217923219, 0.0159576628, 0.0145331351, 0.012577177, 0.049511563, -0.0179505255, 0.00381227233, -0.0322991349, 0.00555787235, -0.00762454467, 0.0356943831, -0.0390010588, -0.0254495926, 0.0159429014, 0.0128576541, 0.033893425, -0.0314724669, -0.0130052734, -0.0291548409, 0.0174781438, 0.0316496119, -0.0389715359, -0.0288743656, -0.0128207495, 0.000414257083, -0.0100085987, 0.0026054834, -0.0493048951, 0.04340012, 0.00795668829, -0.0611735024, 0.0315610394, -0.00899740588, -0.0130126551, 0.0278262664, -0.0130274165, 0.0313248485, -0.0248295926, 0.0207257718, 0.0347496197, 0.0015361649, -0.00190798147, 0.0039045345, 0.0320039, -0.0628268421, 0.0293024611, -0.0104293143, 0.0263795964, 0.0466477461, -0.00141161098, 0.0516963303, -0.0274867415, -0.0268815029, -0.0337753296, 0.0166662354, 0.0364620052, 0.0270586461, 0.0285200775, -0.00146604574, -0.00191351713, 0.0253757834, -0.0437544063, -0.0490687042, -0.0160609968, -0.031442944, -0.00840692781, -0.0189838614, 0.0376134366, -0.0418648757, 0.0118390797, -0.0254348312, 0.024253875, 0.0219510123, 0.0597858764, -9.38190788e-05, -0.0241948273, -0.0139205139, -0.0361667648, -0.00144482544, 0.0108131245, -0.00553942, -0.0252281651, 0.0441382155, 0.00120125327, 0.00466108415, -0.000202054129, -0.0620592162, -0.0113740787, -0.0123557486, 0.0264681671, -0.0455848873, 0.00635501742, 0.0422486886, 0.0299519859, -0.00884978659, -0.0272210278, -0.00530691911, -0.0179062393, -0.00497846585, -0.0187476706, -0.0102447895, 0.0291253179, 0.0280329343, -0.0194562431, 0.00444703596, 0.0296419859, 0.0299667493, -0.0136031322, -0.0130200358, -0.0219657738, -0.0205633901, 0.0174781438, -0.0412744, -0.00672775647, 0.0209619626, -0.00352995, 0.0199581496, 0.0176405236, 0.0285348408, 0.0166809987, 0.0384696275, -0.0241062567, -0.0483010858, -0.00874645263, -0.0206519607, 0.0321810395, 0.0151752792, 0.0501906127, -0.000766698504, -0.018378621, 0.0136547992, -0.00941812061, -0.00343030691, -0.0272062644, -0.0272800755, 0.0319743715, 0.00803787913, 0.01654814, -0.0383515321, 0.0198400542, -0.0181571934, -0.0299962722, -0.0236486364, -0.00666870875, -0.0446105972, 0.0178471915, 0.0211391058, -0.00816335529, 0.0383810587, -0.00434739282, -0.0313543715, -0.00758763961, 0.0250805449, -0.0343658067, -0.0242391136, -0.0445810743, -0.00941812061, -0.0210800581, 0.00600811187, 0.0402705856, 0.00297084148, 0.0446991697, 0.0158690903, -0.00600442104, 0.0327715166, -0.02170006, 0.0143781342, 0.0249181632, -0.0167105217, -0.00139039068, -0.018452432, -0.034277238, -0.0184376687, -0.0441382155, 0.00885716733, 0.0637125522, 0.0212867241, 0.0086505, 0.0242095906, 0.00759502081, -0.0117357466, 0.0035022716, -0.0279738866, -0.0361077189, -0.031413421, -0.0217591077, -0.0266305488, 0.00755811576, -0.0153967086, 0.0193086248, -0.0247705448, 0.0455553643, -0.0157657582, -0.0341296159, -0.0444039293, 0.0140607525, 0.00649525598, 0.0191610046, -0.00511501404, -0.0192495771, 0.0472677499, -0.0246081632, -0.00789026, -0.025671022, -0.0211538672, -0.019795768, 0.0441086926, -0.0472087, -0.00114405074, -0.00630335044, -0.0283724591, 0.0282543637, 0.0278853141, -0.00697501888, -0.0185114797, 0.000348981615, -0.0229548253, 0.00191720761, 0.00762454467, 0.0278410278, -0.0248000678, -0.0532906204, 0.00855454709, -0.00753966346, 0.00133872393, -0.00560953934, -0.0318562761, -0.0254053082, -0.0271324553, 0.0236486364, -0.00890883431, 0.01221551, -0.000933231728, -0.00750644924, -0.00384548679, -0.0192495771, 0.00610775501, -0.0304096062, -0.00365911727, -0.0157067105, 0.0232943501, 0.00667978032, 0.00332143763, 0.00219768449, 0.0296715107, -0.00713371, 0.00123539031, -0.0092483582, 0.0194857679, -0.0137212276, -0.00472013187, 0.0214048214, 0.0058272779, 0.0290515088, -0.0483896546, 0.00105086598, 0.0252872128, -0.0090416912, 0.0233091116, -0.0105547905, -0.0145921828, 0.0327715166, -0.0153967086, -0.0377020091, 0.0212719627, 0.0123262238, -0.0232795868, 0.00958050229, -0.0116397934, 0.035901051, -0.0229548253, -0.0125476532, 0.0406248719, -0.0162971877, 0.0162086152, 0.0350448564, -0.0017299155, 0.0298338905, 0.000326146721, -0.0224086326, 0.0176257621, -0.00820026081, 0.0485372767, -0.0138614662, -0.0223200619, 0.0178176686, 0.0270734075, -0.0191610046, -0.022940062, 0.0182605255, -0.0112855071, -0.00046315603, 0.0088350242, 0.00476441765, 0.00423667813, -0.00705620972, -0.0195595771, -0.0052109668, 0.0130495597, 0.0187181458, 0.0267929304, -0.0233829208, -0.0188805275, -0.0145478966, 0.0180981457, -0.0106507437, 0.0354581922, 0.0565382503, -0.0132414652, -0.0316496119, 0.0196333863, -0.017345285, -0.00667608948, -0.00726287719, -0.0100897895, 0.0134112276, 0.016444806, -0.011905509, -0.0204748176, -0.0372001, -0.0123926532, 0.0345724747, 0.0341296159, -0.00382703426, -0.029405795, 0.0135219414, -0.00969121698, 0.0685544759, 0.0161052831, -0.0151752792, -0.00879812, 0.017448619, -0.00218476797, 0.00127137254, 0.0384991542, 0.0239586364, 0.0250214972, 0.0136105139, -0.00464263186, -0.013787657, -0.057187777, -0.0216410123, 0.0168138556, -0.00754704466, 0.0393553451, 0.0131012267, 0.0241800658, 0.0090416912, -0.0619411208, -0.00870216638, -0.0157362334, 0.00828883238, -0.00873169, -0.0342181884, 0.0143117057, -0.021212915, 0.0123409862, -0.0237962548, -0.0267634075, 0.0114405071, 0.0297305584, 0.0186590981, 0.00442120247, 0.0174190961, 0.0412744, -0.0188510045, 0.00471275114, 0.00299667497, -0.0108205061, 0.0365505777, 0.00103887194, 0.0140238479, 0.0247557815, -0.0493048951, 0.0116028888, -0.00486406079, -0.016621951, -0.0134481322, 0.0470906049, 0.0389715359, -0.00719644828, 0.0337753296, -0.0176552869, 0.0187771935, -0.0331848525, 0.0319153257, -0.00680525694, -0.0303210355, -0.00511132367, -0.0086283572, -0.0252281651, 0.020386247, -0.000684585189, 0.0250067357, 0.0070156143, 0.0164152831, -0.0197810065, 0.026674835, 0.0335686617, 0.00304649654, 0.0341296159, -0.0174043328, 0.00136086682, 0.00557632465, -0.00935907289, 0.0189100523, 0.00372370076, -0.00978716929, 0.0394734405, 0.0049120374, 0.00667978032, 0.00465001259, 0.0265419781, -0.0482420363, 0.00517406175, 0.0203272, -0.0195448156, 0.00766144972, -0.032269612, 0.000397880562, 0.0177143347, -0.00891621504, -0.0339819975, -0.0581030175, 0.026364835, 0.00292102, -0.0158100426, -0.0325058028, 0.00856930949, -0.0252724495, 0.023117207, 0.0037772127, 0.0335096158, -0.0331848525, 0.000697501935, 0.00469060801, 0.0309410375, 0.00636239816, 0.000846505282, -0.00942550227, -0.0147250406, 0.00703775743, 0.0248295926, 0.0283281729, -0.00312584196, -0.0314724669, 0.02860865, 0.0196776725, 0.00764668779, 0.00685323309, 0.00241911388, 0.0010231873, -0.0280476958, 0.0214491058, -0.00529215718, 0.0346315242, 0.0496001355, 0.0259810239, -0.0105326483, -0.0362848602, -0.00168101653, 0.0315019898, -0.0121564623, 0.0142083727, 0.00173452857, 0.0423077345, 0.00582358753, 0.00777216395, -0.0253167357, 0.0227333959, 0.00279923389, -0.035074383, -0.0206372, 0.0153671848, 0.0279591233, -0.0516668074, 0.000494063832, -0.00864311866, 0.00720382947, 0.000570641423, -0.0107393153, 0.018349098, 0.00599704031, 0.0283724591, 0.030025797, 0.0374953412, 0.00222720858, -0.0250214972, -0.00753966346, -0.0142674204, -0.0198105313, -0.0420420207, -0.0104293143, -0.0152490893, 0.00560584851, -0.0247557815, 0.04850775, -0.0283724591, 0.0125697963, -0.0225414895, -0.00298191281, 0.00633656513, 0.0308819897, 0.0114921741, -0.00196887436, 0.00228994666, -0.00506703788, -0.0082371654, -0.0238848273, 0.00801573601, 0.00780906901, -0.0428982116, -0.00990526564, 0.0131086074, 0.00942550227, 0.0382334366, 0.0470315591, -0.00780168781, -0.00301697245, -0.0496296585, 0.039562013, -0.00374953402, -0.0119793182, -0.00532906223, 0.0219657738, -0.0325648524, -0.0151014701, -0.0288153179, 0.0190429091, -0.00348566426, 0.0182900503, 0.0119940806, -0.0105621722, 0.0211981535, 0.0210062489, 0.00468691764, -0.00734406756, -0.00899002422, -0.0340410471, -0.012680511, 0.0109607447, 0.0106507437, 0.0219067261, 0.00544346729, 0.0112781264, -0.00468322728, -0.0132488459, -0.0160019491, -0.012112176, -0.0366096236, 0.0175962392, 0.0248591155, -0.00831097551, -0.0030538775, -0.0338048562, 0.00862097554, -0.0403001085, -0.00099919911, 0.0452306, 0.0264534056, 0.006314422, 0.00410751114, -0.0172567144, 0.00387132, 0.000795299769, -0.00423667813, -0.0120457476, -0.0128724165, 0.0483306088, 0.0176405236, -0.0442858338, -0.0129314642, 0.00286935316, 0.0412448756, -0.0310000852, 0.0155000426, 0.0158100426, 0.00498215668, -0.000568796182, -0.0466182232, 0.029509129, 0.0362553373, 0.0112412209, 0.0111157447, 0.0181129072, -0.0247853063, -0.00413703499, -0.002003934, 0.0070229955, 0.00490096584, 0.00906383432, -0.000463386677, -0.0130717028, -0.018762432, 0.0147398021, -0.00679418538, 0.0221576802, -0.0211243443, -0.00274572172, -0.000224197036, -0.00857669, -0.0168876648, 0.00789764058, 0.00369417667, 0.0292877, 0.00935907289, 0.00331774727, -0.0018581599, 0.0148209929, -0.0044175121, -0.0102374088, -0.00464263186, -0.0397982039, -0.0146881351, -0.0405953489, -0.00727763912, 0.0201057699, 0.0142231341, 0.00770573551, 0.0103997905, -0.0319743715, -0.0312953256, -0.0150793269, -0.00737728225, -0.00643989863, -0.00315352064, 0.0903431, -0.00876121409, 0.0187771935, -0.026778169, 0.0563020594, -0.0283134114, 5.58186039e-05, -0.00697501888, 0.000886178, 0.0293762702, 0.0128428927, -0.00547299115, -0.0333915204, 0.0637125522, -0.0270586461, -0.00785335526, 0.00868002418, 0.0201057699, -0.0331553295, -0.00248185196, 0.0211538672, 0.00093692221, -0.0135219414, 0.0126214633, 0.0177586209, 0.0345134288, 0.0191314816, -0.00441382173, -0.0319153257, 0.0102595519, 0.0156624243, 0.00269959075, -0.000913395372, -0.0204157699, 0.0356943831, -0.00177512388, -0.00854716636, -0.0184819549, 0.0209176764, -0.0274276938, 0.029819129, -0.00547299115, -0.00610406417, -0.00796406902, 0.000237805711, -0.00102041941, -0.0244014952, 0.00635870779, -0.0172862373, 0.0520210937, 0.0222019646, 0.0147767067, -0.0116766989, -0.0138024185, -0.0246524476, 0.00539180031, -0.0203124359, 0.0078459736, 0.0219067261, 0.00276232907, 0.0132783698, -0.0275162663, 0.0263353102, 0.0088055, 0.00504858512, 8.20556597e-05, 0.00266453112, 0.0231467299, 0.0376429595, -0.0108278869, 0.0315019898, -0.0242981613, 0.00312768715, 0.0238700658, -0.0118021751, -0.0563611053, -0.0011938723, -0.00180833833, -0.042396307, 0.00920407288, 0.0146955168, -0.00491941813, -0.032269612, -0.013529323, 0.00200024364, -0.0434296429, 0.00302435341, -0.0130864643, -0.00969859771, -0.0146069452, 0.00634763623, -0.00700454321, -0.0022641134, -0.0146881351, -0.0247853063, 0.0106950291, 0.00335096149, -0.0129536064, -0.0277672186, 0.0178029053, 0.0075285919, -0.0112264594, -0.0311772283, 0.00646942249, 0.012318843, -0.00816335529, -0.0365210511, 0.00572025357, 0.0245343521, 0.0319448486, -0.0693220943, -0.00403370149, -0.00246339967, 0.0152195655, -0.0108278869, 0.0266453102, 0.046057269, 0.0194562431, -0.00109422917, -0.00928526372, -0.0125624156, 0.00041171987, -0.0149538508, -0.0278557912, -0.0111895548, 0.0112412209, 0.0258776899, 0.0136843231, -0.000459465547, -0.000231001381, 0.00408167765, 0.0274572186, 0.00556156272, -0.000957681215, -0.00664656563, -0.0185410026, 0.0183933843, 0.0305867512, 0.00396358222, 0.00282137678, -0.00167732604, 0.0164595693, -0.0350448564, 0.0317086577, 0.0242243521, 0.00349858101, 0.0049304897, 0.0280329343, -0.0191905294, 0.00584942056, -0.014097658, -0.0043326309, -0.00587894488, -0.0373772457, -0.00905645359, -0.0106064575, -0.0603468306, 0.0283429343, -0.0160462353, 0.0362258144, -0.000584942056, 0.0129757496, -0.00735513913, -0.0237519704, -0.0559772961, -0.018762432, 0.00780906901, 0.00576084899, -0.00267191208, -0.00494894199, 0.0257891174, -0.00327161606, -0.00171607616, 0.0098240748, 0.0236191116, -0.00491572777, -0.0372886732, 0.0356648602, -0.00930740684, 0.00612251693, -0.00288411509, -0.0581620634, 0.00385286775, 0.0155738518, 0.00368864113, 0.000391883514, 0.0128428927, 0.00358530739, -0.00261286437, -0.0420420207, 0.0280476958, 0.0151605178, -0.00100012182, 0.00661704177, 0.0223495848, -0.0239143521, 0.0234124456, 0.0205633901, -0.0109607447, -0.0113224117, 0.00437322631, 0.00748061575, -0.00902693, -0.0200614836, -0.0121269375, 0.00953621697, 0.0131750358, -0.00139039068, -0.00773525937, -0.0430753566, -0.00162381399, -2.1032889e-05, 0.0466182232, -0.00348750944, -0.00528477645, -0.00361298607, -0.0125919394, -0.00586049212, 0.0106507437, 0.00624799309, -0.00445072632, -0.0100085987, 0.0284315068, -0.00166902237, -0.0183343366, -0.00468691764, -0.0215081535, -0.00459834607, -0.0232500639, 0.0180243347, -0.0118316989, 0.0175371915, -0.0156329, -0.013352179, -0.0135367038, -0.00299482956, -0.0218772031, 0.0166514739, -0.00662811333, -0.0424258299, -0.00831097551, -2.70155124e-05, -0.0276343618, -0.019869579, -0.0605239756, 0.0219214894, -0.0145331351, 0.000953068084, 0.0186000504, 0.0173157621, 0.0086505, 0.0181276686, 0.0189543385, 0.00201685075, -0.0122450339, 0.00898264349, 0.0106064575, 0.0144888489, 0.013093845, 0.0108647915, -0.02716198, 0.00981669314, -0.0429277383, -0.0043141786, -0.0176257621, 0.0161052831, -0.00660228, -0.00848073792, 0.00994955096, -0.0446991697, -0.0198843405, -0.0297896061, -0.0159133766, -0.0266600735, 0.016134806, 0.020592913, -0.0129831312, -0.0201205313, -0.00910073891, -0.0237667318, 0.0109755062, -0.00275863847, -0.0234124456, -0.0123557486, -0.000208512472, -0.00606715959, -0.00747323455, 0.00747692538, 0.0244900677, 0.000527739525, -0.00806002226, -0.0402705856, -0.0119867, -0.0152638517, 0.0170943327, -0.0491277538, -0.0214195829, 0.00711156707, 0.0161790922, 0.0125845587, -0.00549513428, -0.0141345626, -0.0354581922, -0.0167252831, -0.00831835624, 0.00370893884, 0.00679049501, -0.00948455, 0.0012796761, -0.00754704466, -0.00741418684, -0.0324762799, -0.0452306, -0.0254643559, -0.00692704273, 0.0192495771, 0.0146290874, -0.00244494714, 0.00500060897, -0.0157067105, 0.00244310196, 0.000713647809, -0.00609299308, 0.0112412209, -0.00941812061, 0.00760240154, -0.0288300794, -0.00862097554, -0.0318858027, 0.0147914691, -0.0221724417, -0.0124295577, -0.000915240613, -0.00997907482, -0.0307048466, 0.00203714846, -0.0164152831, 0.00362221221, -0.0141640864, -0.0261286423, -0.0160609968, 0.0632401705, -0.0281067435, 0.00314613967, -0.0464706048, -0.0233238731, -0.00129905122, 0.0295977, -0.00868002418, 0.00497477548, -0.00618894538, -0.00710418634, 0.0159724243, 0.0172124282, 0.0179062393, -0.00545453886, 0.011521698, -0.00766883045, -0.0171976667, -0.00970597938, 0.00709680514, 0.0275310278, 0.0377020091, 0.0246967338, 0.0027734004, -0.0214491058, -0.00615942152, -0.00728132948, -0.0154262325, -0.00360745029, -0.0321810395, -0.0254495926, 0.0425144024, -0.00928526372, 0.0153819472, -0.0164595693, 0.0109681254, -0.0198843405, 0.0141198, -0.0182605255, -0.0170500465, -0.000570641423, -0.00486406079, 0.000529584766, -0.0131897982, -0.0150940893, -0.00351149775, -0.0182900503, -0.0116471751, -0.0110345539, -0.012112176, -0.0136990855, -0.0126878917, -0.00766144972, -0.0435477383, -0.00156661146, -0.000701653713, -0.00425513089, -0.00968383625, 0.0132267028, -0.00266084052, -0.0238110181, 0.036904864, -0.00403370149, 0.0129167018, -0.0204895791, 0.00963216927, 0.010156218, -0.00780906901, -0.0244900677, 0.032062944, -0.00642882707, -0.000184178338, -0.0219805371, -0.0102078849, 0.0400343947, 0.000764853263, -0.0138467047, -0.0211981535, 0.00137839664, -0.00473120343, -0.0105326483, 0.0191314816, -0.00810430758, 0.0217295829, -0.00874645263, 0.00425882125, -0.000582174223, -0.0182457641, -0.00986836, 0.00417394, 0.00826668926, 0.0189248137, 0.0103628859, 0.0208143424, -0.0070414478, -0.0349267609, 0.0228810143, -0.00849549938, 0.00499691861, 0.00453191716, 0.0223348234, -0.015411471, -0.00126491417, -0.0295681767, -0.0143855158, -0.019352911, -0.00468691764, -0.00694549503, -0.00214601774, 0.0273095984, -0.00181479659, 0.0257005468, -0.0167252831, 0.0620592162, -0.0172271896, 0.0156329, -0.028091982, 0.0175224282, 0.0104957428, -0.00722597213, 0.0258629285, 0.0249034017, 0.0024135781, 0.0281510297, -0.0138614662, 0.00417394, -0.00845859479, -0.0305867512, 0.0160167105, 0.00264238822, -0.00704882899, -0.0058088256, -0.00909335818, 0.0112264594, 0.00286381738, -0.00949931145, -0.003930368, 0.0177290961, 0.0177586209, 0.0290662702, -0.0286529362, -0.0147545645, -0.0106581245, -0.00219768449, -0.0432820246, -0.0131750358, -0.000145889542, 0.0171090942, 0.0356943831, 0.00570549164, 0.0365505777, -0.00966907386, 0.0145405158, 0.0233533978, -0.00955097843, -0.00946240686, 0.0255824514, 0.00660966104, 0.0181276686, -0.0386762954, -0.0263795964, -0.033893425, 0.0160167105, -0.017035285, -0.0167695694, 0.0150940893, -0.0183343366, -0.0146143259, -0.00257411413, 0.00043201755, -0.0140681341, -0.00240250654, -0.0331848525, -0.00319042546, -0.00792716444, 0.0156329, -0.0133300368, -0.0124590816, -0.0156329, 0.00472382223, 0.00738097262, -0.00190060039, 0.0128428927, 0.0138171809, -0.0200910065, 0.0142600387, 0.000554034254, -0.0230581593, -0.0144962305, -0.00018879144, 0.0199286267, 0.0348381922, 0.00656168442, -0.014459325, 0.0109607447, -0.0156033756, 0.00967645552, 0.0172271896, 0.0123631293, -0.00428834511, -0.00219030352, 0.00263316208, 0.0164595693, -0.00654323213, -0.0300848447, -0.0314724669, -0.00911550131, 0.0176995732, 0.0116619365, 0.0176552869, 0.0162381399, 0.0107171722, 0.00539918151, 0.0100159794, 0.0074252584, 0.0152490893, 0.000857576728, -0.0184081458, -0.00293947244, 0.00888669118, -0.000484837627, 0.00169762375, 0.0166662354, 0.0124664623, -0.00303542498, -0.000894020312, -0.0233681593, 0.00911550131, -0.0237667318, 0.0303800832, 0.00081467483, -0.0117726512, 0.0128502734, -0.0140238479, 0.033243902, 0.0242095906, -0.00162196869, -0.00725180563, 0.00780906901, 0.00917454902, -0.00692704273, 0.00261470955, 0.00675728032, -0.00418501161, 0.00382703426, -0.0141640864, 0.00598596875, 0.00120586634, 0.00522572873, -0.0174043328, 0.0106802676, -0.00132672978, 0.00949931145, 0.0328600891, -0.0153524233, -0.0318858027, -0.0124664623, 0.0215081535, -0.00931478757, 0.00677204225, -0.0118390797, 0.0203419607, 0.00669823261, -0.0221576802, -0.00367941475, -0.0187329091, 0.0259662624, 0.0267338827, -0.0223938711, -0.00204083882, -0.0213900581, -0.021109581, 0.00314613967, -0.0148578975, 0.0284757931, 0.016621951, -0.0266600735, 0.0152786132, 0.0035631645, -0.00372185535, 0.0152786132, 0.0181719549, 0.00758763961, 0.0144519443, 0.00199470785, 0.0244900677, 0.00547299115, 0.0312658, 0.00112283044, 0.00485298969, -0.0402115397, 0.0398572534, -0.0228219666, -0.0228219666, 0.0158986151, -0.00363328378, -0.013093845, -0.0216410123, 0.0198991019, 0.00057387061, 0.00997169409, 0.0382334366, -0.0108943153, -0.0123040816, 0.0272062644, 0.00237482786, 0.00834049936, 0.0138245616, 0.00757287769, 0.0142157534, 0.00340262847, -0.0130569404, 0.0114995549, -0.023633875, 0.0069307331, 0.0173600484, -0.0107319346, -0.00368310534, -0.0123631293, -0.032062944, -0.00713001937, 0.026984835, -0.00354655739, -0.00346352137, 0.00800097454, 0.0108352676, 0.0130274165, -0.0165333785, -0.0298486538, 0.0325648524, -0.00766144972, -0.00506334705, -0.00445810752, -0.0114109833, -0.00102410989, -0.0152343279, 0.00311292522, -0.031413421, -0.0120826522, 0.00567596778, 0.000728409737, -0.00837002322, 0.0290957931, -0.0275605526, -0.0118686035, 0.0148136122, -0.0101266941, -0.0115659842, -0.000215778127, 0.0150350416, -0.0163267106, 0.00279554329, 0.00759502081, -0.0223200619, -0.0284315068, 0.0029265557, -0.00274941232, 0.00486037042, -0.00018590824, 0.0136990855, -0.000100623416, 0.00575346826, -0.00471275114, 0.0113445548, -0.013093845, 0.0356943831, -0.0420124978, -0.00904907286, -0.00701192394, -0.0209029149, 0.0117136035, -0.00144574803, -0.0181424301, 0.00665025646, -0.00385655812, 0.00999383722, -0.0248591155, -0.00440275, 0.0361962914, -0.0226743482, -0.00857669, -0.0126362247, 0.0028195316, -0.0040152492, 0.0256267376, 0.0323286615, -0.0209619626, -0.0220986325, 0.00137839664, 0.027501503, -0.0126214633, 0.000453468499, -0.0142378965, -0.00540287187, 0.0149686122, -0.0341296159, 0.00224566087, -0.00504489476, 0.00278447196, -0.0132488459, 0.0188362412, -0.0249624494, -0.0139648, 0.0316200852, 0.00689751888, 0.0231024437, -0.0159429014, -0.0214491058, 0.00783859286, 0.00742894877, -0.000491757295, 0.00475703692, 0.00546930078, 0.0237814933, 0.0448172651, -0.0232943501, -0.0075285919, -0.011108364, 0.0272062644, 0.0155738518, 0.000824823685, 0.0156033756, -0.0142674204, -0.000400187098, -0.0440791696, -0.00824454613, -0.00490465621, -0.0247853063, -0.0203419607, 0.0194414817, 0.00380120077, 0.0116250319, 0.00269959075, 0.000590016483, 0.00173637376, -0.0331848525, -0.00519251404, -0.0328600891, -0.035222, -0.00483453693, 0.0238110181, -0.000316459191, -0.00532168103, 0.02443102, -0.0183638595, -0.0117874136, 0.00927788299, -0.0373772457, -0.00341185462, -0.00919669215, -0.0230581593, 0.00837740395, -0.0135514652, 0.0027973887, 0.00977978855, -0.0264091194, -0.0204748176, 0.011263364, 0.000295930862, 0.0196186248, 0.00256488798, -0.0289776977, 0.0181129072, -0.0144002773, 0.0148357553, 0.0360191464, 0.0101193134, -0.0026017928, -0.000970597903, -0.0160905197, 0.00502644246, 0.00332328281, -0.0020076246, -0.0290810317, 0.0388534404, -0.00289149606, 0.00182402285, 0.009846217, -0.0130126551, -0.0173748098, 0.0277672186, 0.0241505429, -0.00246524485, -0.0343067609, 0.00696025696, -0.000505596632, -0.0263500717, 0.0454963148, 0.0164005216, 0.0281362683, -0.0114774127, -0.00254459027, -0.023117207, -0.0218772031, -0.0144150397, 0.0114478888, -0.0183048118, -0.00696394779, -0.0421896391, -0.0220691077, 0.0281510297, 0.00304280594, 0.0133743221, -0.0169614758, 0.00754335383, 0.00362221221, 0.0139205139, -0.0136547992, 0.0325058028, -0.0367867686, -0.00365542667, 0.00591584947, 0.0247262586, -0.00459465524, 0.00323286606, 0.0111526493, 0.0195152909, 0.0108943153, 0.0109976493, 0.00202976749, 0.0148357553, 0.0232353024, -0.0193233863, 0.00573870633, 0.00875383336, -0.0156624243, 0.0100676464, -0.0328305662, -0.00152693875, -0.00700085238, 0.0429277383, 0.0145700397, 0.0265567396, -0.00645466056, 0.00417394, 0.002474471, -0.0192791, 0.00248554256, -0.0164005216, -0.00720013864, 0.011573365, -0.00262762629, 0.0334800929, 0.00206298195, 0.0217148215, 0.00314244907, -0.0109164584, 0.0309705604, 0.0116250319, -0.0160609968, 0.0160019491, -0.0219214894, 0.0210652966, 0.00199839822, 0.0138467047, -0.00505965669, -0.00172161183, 0.00109699706, 0.00242464943, 0.0150719462, 0.00815597456, 0.00946240686, -0.0124295577, -0.0105031244, 0.00911550131, -0.00868002418, -0.00698609045, -0.00913026277, -0.00284167449, 0.00818549842, -0.0242981613, 0.00887192879, -0.000511132355, 0.00317012775, -0.0103702666, -0.00288042449, -0.0152048031, 0.0198252928, 0.00847335625, 0.0153671848, -0.011108364, -0.00620370731, 0.0199581496, -0.0103924097, -0.0260400716, 0.0153376609, -0.0092483582, -0.0186295751, 0.00838478468, -0.010901697, 0.010540029, -0.00283798389, -0.0233238731, 0.0041112015, -0.00589370681, 0.0146659929, 0.00868002418, -0.00013008964, 0.0289481748, -0.0088055, 0.0141640864, -0.000192020612, 0.0237519704, 0.0287267454, 0.0137212276, 0.026364835, 0.0190281477, 0.00436584512, 0.0177438576, -0.00405215379, -0.00630335044, -0.00986097939, -0.0147619452, 0.000996431336, -0.0101709804, 0.00729978178, 0.0256415, -0.00703406706, 0.0143707534, -0.0188952889, 0.0146143259, -0.037554387, 0.0104588382, 0.0080304984, -0.0142969443, -0.0108278869, 0.0294796042, -0.0106138382, -0.00715216249, -0.00567596778, -0.00645466056, 0.00380120077, 0.00293209148, 0.00486037042, -0.0261434056, 0.02170006, -0.0104957428, -0.0174781438, 0.0131086074, -0.00912288204, 0.00130735477, -0.00801573601, 0.00700823357, -0.00910812058, -0.00383810583, -0.0100824088, -0.00524049066, 0.00887931, 0.00564275356, -0.00544346729, -0.0353991464, 0.00476810848, 0.0160609968, -0.0045282268, 0.0171533804, 0.00340078305, 0.00315167522, 0.00214970834, 0.00543977693, -0.00385655812, 0.00100842537, -0.0161643308, 0.016621951, 0.00180464785, -0.00921145361, -0.0195152909, 0.021109581, 0.0307638943, 0.0103702666, -0.0164890923, 0.00727025792, 0.00334173534, 0.00725549599, 0.0020722081, 0.0113888411, -0.0111674117, 0.00350596197, 0.00694918586, -0.00878335722, 0.0108278869, -0.0173305236, 0.00625906466, -0.0122450339, -0.00346905715, 0.00551727694, 0.00841430854, 0.00497108512, 0.014355992, 0.0023489946, -0.000756088353, -0.000276325154, 0.00216262508, 0.00989050325, 0.00458358414, 0.0070414478, 0.0124074146, -0.000841430854, -0.0159576628, 0.00577930175, 0.0189248137, 0.0146586113, -0.00034667505, 0.0194857679, 0.0125181293, -0.00317381811, 0.00193196954, 0.0144962305, -0.0143928966, -0.0120457476, -0.0128133688, -0.000549882476, 0.000266868301, -0.0192052908, -0.00473858463, -0.00239697075, 0.0227481574, -1.84812634e-05, -0.00675728032, -0.00199101726, -0.0151088508, -0.00187845749, 0.00224935147, 0.0165924262, 0.0360486694, -0.0152195655, -0.00136824779, -0.0216705352, 0.00373661728, -0.00737359142, 0.00605608802, -0.0127764633, -0.0049231085, -0.000421638048, -0.00114958652, -0.0218476783, -0.0015149446, 0.00660597067, -0.0104957428, 0.0209619626, -0.00383441523, 0.00839216541, -0.0108057437, -0.0293467473, -0.00873169, 0.0216852967, 0.014304325, 0.00428096391, -0.0221429169, -0.00609299308, -0.0172714759, 0.0172714759, -0.00312215136, -0.0186738614, 0.00253167353, -0.000611236785, -0.00667239912, -0.0102743134, 0.00816335529, -0.00662442297, 0.0251395926, -0.00304465112, 0.0118390797, 0.0206076764, -0.0137433708, 0.0231614914, -0.0034561404, 0.0173600484, -0.00605239766, -0.0204748176, -0.0146955168, 0.0140017048, 0.00403370149, -0.0105547905, 0.00727394829, 0.0147988498, 0.0104957428, -0.00531061, -0.00667239912, -0.0127469394, 0.0187329091, 0.0322991349, -0.0127100348, -0.00625906466, 0.011780032, -0.0154262325, 0.0140607525, -0.0128502734, -0.0222610142, 0.0147398021, 0.0248148292, 0.00641406514, -0.0176405236, 0.0100307418, -0.011470031, -0.00749906804, 0.00636977935, 0.0156624243, 0.0210210104, -0.0157362334, 0.00710049551, -0.00655799406, -0.0178767163, -0.00491572777, 0.00546930078, -0.0150940893, 0.00163119496, -0.019869579, -0.0165333785, 0.0084438324, 0.0166809987, 0.0252724495, 0.00527739525, -0.00122431887, 0.030025797, 0.00525156222, -0.0135662276, 0.0101414565, -0.00330298534, 0.0072185914, -0.0010896161, -0.0177143347, 0.0183933843, -0.00380120077, -0.00901216734, -0.000557724736, -0.010540029, -0.00473858463, 0.00549513428, -0.0132414652, -0.0162529014, 0.0379382, 0.00728871, -0.00774264, 0.0113445548, 0.00643620826, 0.0224972051, -7.2714116e-05, 0.00112652092, 0.00551358657, 0.00557632465, -0.0260695945, 0.0139869433, -0.00941074, 0.00859883334, 0.0286972206, 0.0248148292, -0.040565826, -1.09561315e-05, 0.0229991097, -0.0106138382, -0.00579775404, 0.010901697, 0.0109164584, 0.00213310099, -0.00457989331, 0.000352902745, -0.0102226473, -0.00354286679, -0.00546930078, 0.0105178859, 0.0153524233, -0.010591696, 0.00574977743, 0.0153819472, -0.00723335333, 0.0187771935, -0.0234862547, 0.0121269375, -0.00247816159, -0.00447286945, 0.00415917812, 0.01373599, -0.00719644828, 0.00146235514, 0.00674620876, -0.00754704466, 0.009432883, 0.0161200445, -0.000615388562, 0.020282913, -0.00255197124, -0.0227776822, 0.00645466056, -0.0106507437, 0.0225562528, -0.00916716829, -0.00635501742, -0.0136400377, 0.00643989863, 0.0102743134, 0.0149686122, -0.00700454321, -0.0105326483, 0.00671299454, -0.0241062567, 0.0169614758, 0.0444334559, -0.00973550323, -0.0171533804, 0.0215672012, 0.00731085334, 0.00808954611, 0.0227038711, -0.017448619, -0.00113851507, 0.0172862373, 0.0118316989, 0.00926312059, 0.000956758566, 0.000559108681, 0.00638085091, -0.0149390884, 0.0253167357, -0.0147619452, -0.0123409862, -0.0249034017, -0.0122228907, 0.00201685075, -0.00600073067, 0.00970597938, 0.00533644296, -0.00366280763, -0.0328010432, -0.0198548157, -0.0178029053, -0.0089605, 0.00579775404, -0.0155000426, 0.0229695868, -0.00435477402, 0.0159133766, -0.00769835431, 0.00213125581, -0.00870216638, -0.027088169, 0.00949931145, -0.000124323255, 0.00410382077, -0.0189986229, 0.0155295664, -0.0234419685, -0.0439315476, -0.023117207, 0.016031472, -0.00869478565, -0.0186590981, 0.00235083979, -0.0251248311, -0.00680525694, -0.000285782036, -0.00497846585, 0.009432883, 0.0151309939, -0.00907121506, 0.0099347895, -0.0250362586, 0.00938859675, -0.00174283213, 0.00532537187, -2.95815535e-05, -0.00485298969, -0.0187033843, 8.74184e-05, 0.009226216, -0.0141936103, 0.00382703426, 0.012163843, -0.0109459823, 0.00394143956, -0.00331590185, 0.00555418199, -0.00447286945, -8.1017708e-05, 0.0280476958, 0.0172271896, 0.00544346729, -0.00531799067, -0.00324578281, 0.0171533804, -0.0237076841, -0.0202238653, -0.00474596536, -0.0241210181, 0.0227481574, -0.0164300445, 0.0142600387, 0.00351887872, 0.0248295926, 0.00898264349, -0.00511501404, -0.000978901517, -0.0152048031, -0.00123169983, -0.0147102783, 0.0202976745, -0.0125107486, 0.00169208797, 0.00355947413, 0.00364620052, -0.0159133766, 0.00450977404, -0.00629596971, 0.00591954, 0.0146881351, 0.0141271818, 0.0140755149, -0.0190871954, 0.0366686732, 0.00845121406, -0.000668439316, 0.00531799067, -0.00308155594, 0.00749537768, -0.000273557293, -0.00128982496, 0.0118833659, 0.0182014778, -0.00418132078, 0.00603025453, -0.0102152657, 0.0158838537, 0.00745847262, 0.0251986403, -0.0142969443, 0.0160462353, -0.0072185914, -0.00376798655, 0.00736990105, 0.00347459293, -0.00617049308, -0.00337864016, 0.00518513331, -0.00816335529, 0.0117947944, 0.0116102695, 0.00109330658, -0.0126952725, -0.00825930852, -0.0110271731, -0.00575346826, 0.0282100774, 0.0112559833, 0.0107762199, -0.0251248311, 0.00417394, 0.00577192055, -0.0116619365, -0.0176257621, 0.0140828956, 0.0249329247, 0.0101636, 0.00766883045, -0.0152048031, -0.0282986481, -0.0248886403, 0.00258149509, 0.00983883627, -0.00213125581, -0.0112928879, 0.00295054377, -0.00917454902, -0.0139648, -0.00395620149, -0.0102152657, 0.00842168927, -0.0108205061, -0.000575715851, -0.0258038808, -0.0157362334, 0.000669823261, 0.0172271896, -0.00632918393, 0.0142305149, -0.012732178, 0.0151752792, 0.00200577942, 0.0152933756, -0.00204083882, -0.0135440845, -0.0133447982, 0.00761716394, -0.0174338575, -0.0190871954, 0.0223348234, 0.0217443444, -0.00955835916, -0.0121269375, 0.0102964565, 0.000956758566, -0.000208281825, -0.0123483669, -0.0186886229, -0.0158395674, 0.0041112015, -0.00636239816, -0.00602656417, -0.00343215233, 0.0086283572, -0.00980193168, 0.0155738518, -0.0199286267, 0.00701192394, -0.0242981613, -0.0103038382, 0.0128502734, 0.0294796042, 0.0145405158, -0.00587894488, -0.0183933843, 0.0297600813, -0.025774356, -0.011521698, 0.00248000678, -0.0116693173, -0.00443227403, 0.0184967164, 0.0147102783, 0.0148431361, 0.0104736, -0.00811907, 0.00705620972, 0.00410382077, -0.0226005372, -0.00675728032, -0.000738558592, -0.025671022, 0.00719275791, 0.0142083727, -0.0191610046, -0.0214933921, 0.00252798316, 0.0218181554, -0.0150645655, -0.0186148137, 0.00674620876, -0.00728132948, 0.00346352137, -0.00536227645, 0.00991264638, 0.0137138469, 0.0113814594, 0.0163267106, -0.0288153179, -0.0103924097, 0.00627751742, 0.000184639648, -0.0209767241, 0.000554034254, 0.0117062228, 0.0158838537, 0.000102122678, 0.0092483582, 0.0107762199, -0.00333619956, 0.0136105139, -0.0101414565, 0.00055957, -0.0187476706, 0.00218292256, 0.00675359, 0.000617233862, 0.0386172496, -0.0202386267, -0.00282506715, 0.017861953, 0.0140607525, -0.00472013187, 0.0186590981, 0.0137728946, -0.00459465524, 0.00967645552, 0.0107614584, 0.00834049936, 0.0020722081, 0.00785335526, -0.00762454467, -0.00393405836, 6.83893231e-05, -0.00711894827, -0.0161938537, -0.0190133862, 0.00554680079, 0.0138762286, 0.0193381477, -0.00221244665, -0.0123336054, -0.00141253357, 0.0130569404, 0.00927788299, -0.0119645568, 0.00295238895, -0.00200577942, 0.0207405332, 0.0158395674, -0.00733299647, 0.0184819549, 0.00275863847, -0.00290256739, -0.0180981457, 0.00994217, -0.00144482544, 0.0108426483, 0.00717799598, -0.0153819472, 0.00989788398, 0.00140330743, 5.751969e-05, -0.0189838614, -0.0186000504, 0.00415548775, 0.0199729111, 0.0210062489, -0.0161495674, 0.000962294289, -0.00755442539, 0.023013873, 0.0143855158, -0.00808954611, 0.0313248485, 0.00153247442, 0.0080304984, -0.0175814759, -0.00214601774, -0.0118907467, 0.00170592731, 0.0184229072, 0.00155000424, 0.00349304522, -0.00615942152, 0.00938859675, -0.014562659, -0.00884978659, 0.0105031244, -0.00921883434, -0.0113445548, 0.00283429353, 0.0253462605, 0.031413421, -0.000238728331, -0.0201057699, -0.000225350319, 0.0016644093, -0.0136178946, 0.0155886142, 0.0207110085, 0.00229548244, 0.0173600484, -0.00566120585, -0.00762454467, -0.00546930078, -0.00209804135, 0.00602656417, -0.00355024775, -0.0070414478, 0.0176257621, 0.0140238479, -0.0315610394, 0.0177733824, -0.000419792806, -0.0010462529, 0.0150867077, -7.49053361e-05, 0.017035285, 0.0147545645, -0.00974288397, 0.00109607447, 0.00435108319, 0.01221551, -0.0107540768, -0.0146807544, -0.0126583679, 0.00381227233, 0.0272948369, 0.00714109093, 0.0181129072, -0.00652108947, 0.00684585189, 0.00213679159, -0.0317086577, 0.00438798824, 0.0216410123, -0.0092483582, -2.142212e-05, -0.0149612315, 0.0260253102, 0.00242649484, 0.0266600735, 0.0086283572, 0.0092483582, -0.00338233076, 0.00772787817, -0.00566489669, 0.0190429091, -0.00738835335, 0.0164743308, -0.0143855158, 0.0307343695, 0.00436953595, -0.00616311189, 0.00843645167, -0.00660597067, -0.00940335914, -0.00174283213, -0.0146143259, -0.00985359866, -0.0216557737, 0.00410013041, -0.00365542667, -0.0103038382, -0.00909335818, 0.00236560171, 0.000477456662, -0.0101414565, 0.0186295751, -0.00238036364, -0.0043326309, -0.0270143598, 0.00572025357, 0.0119128898, -0.00569442054, -0.0128281303, 0.00945502613, -0.0169909988, -0.00293024606, -0.00925574, -0.00387132, 0.0293762702, 0.0237372071, -0.0319448486, 0.00342292595, -0.00225488702, -0.0214933921, 0.0143338488, -0.000911550131, 0.0186295751, 0.000508825819, 0.00522572873, 0.0118759852, -0.0161643308, -0.0168876648, -0.0118833659, 0.00648049405, 0.017138619, -0.0131086074, 0.0115143172, 0.00646942249, 0.00721121, 0.0100602657, 0.00901954807, 0.0123483669, 0.0117209842, -0.0117357466, -0.0236043502, -0.0122228907, 0.0224972051, -0.000791148, -0.0164890923, 0.0111526493, 0.0223348234, -0.00687537575, -0.0115143172, 0.0233533978, -0.00362590281, -0.0123040816, -0.0130052734, -0.0125181293, 0.00137562875, -0.00122339616, 0.000760240189, 0.00830359384, 0.00718168635, 0.0304686558, 0.0191167183, -0.0328010432, 0.0145700397, 0.0194562431, -0.0406248719, 0.0272357892, -0.00317012775, 0.000829898112, 0.00859883334, 0.00171884394, -0.00815597456, -0.010333362, 0.00115789007, 0.00822978467, -0.0310296081, 0.019352911, 0.00491572777, -0.0167695694, 0.0134776561, 0.000228348843, -2.19699268e-05, -0.000179795883, 0.00453929836, -0.0196481496, 0.00361852185, 0.000303311856, -0.0131602744, -0.00497477548, 0.0015361649, 0.0133595606, -0.00143652176, 0.0148578975, 0.0133817038, 0.0105474098, 0.00758763961, 0.00927788299, -0.0212719627, 0.0162824262, 0.0025169116, 0.0137212276, -0.0090416912, -0.00591954, -0.00708204322, -0.00960264541, -0.00725549599, -0.0221724417, 0.0266305488, 0.0272210278, -0.000386809086, -0.019692434, 0.0142748011, -0.00850288, -0.00651370827, -0.00705251936, 0.0183638595, -0.0112338401, -0.018762432, 0.0163857583, 0.0122893192, -0.00304834172, -0.0400934443, 0.00914502516, 0.00192458858, -0.00634763623, 0.00956574082, -0.00503013283, 0.0145036113, 0.00465001259, -0.00125199743, -0.0234567318, 0.0188805275, 0.0102964565, -0.0163414739, 0.0175962392, 0.00232869689, -0.0112928879, 0.00747323455, 0.00542870536, -0.0109755062, 0.0172419511, -0.000357746525, -0.0051593, -0.00030492642, -0.00145774207, -0.0145257544, 0.00317935389, 0.022940062, 0.0203567222, -0.00174190954, -0.0115438411, 0.00432525, 0.0213457718, 0.00669454224, 0.0144076589, -0.00174375472, -0.0160905197, 0.00746954419, -0.00434739282, -0.0224824417, 0.0210800581, 0.00224197051, -0.00122800935, 0.0102521712, -0.011263364, 0.00972812157, 0.0317381807, 0.00763192587, -0.0148505168, -0.00815597456, -0.00543239573, 0.0178029053, 0.0173600484, -0.0211981535, -0.0179948118, -0.00124553917, -0.00373846269, 0.00524787139, 0.0116840797, -0.00745109189, 0.0200171974, 0.0269995984, -0.0119867, -0.000858499378, -0.0132340835, 0.0213605352, -0.0190871954, 0.00135256327, -0.00994955096, 0.017035285, -0.00855454709, -0.0235157795, 0.0105326483, -0.0537630059, 0.000812368293, -0.0188067183, 0.01373599, -0.0107393153, 0.0270291213, -0.0157362334, 0.00646942249, -0.00772049744, -0.00357792643, -0.00604501646, -0.000611236785, -0.0290810317, 0.00393774873, -0.0192791, 0.00388608198, 0.0158838537, -0.00537703838, 0.00388239161, -0.0104366951, -0.00329929474, -0.00499691861, 0.0141567057, -0.00644358899, 0.00107577676, -4.01917023e-05, 0.00931478757, 0.00673882803, -0.015618138, -0.00790502131, 0.0247262586, -0.00765406853, 0.00747323455, -0.00556156272, -0.00839954708, -0.000836817781, -0.0139057525, -0.017035285, 0.0102005042, 0.00751383, 0.0132636074, 0.00210911292, 0.00297822244, 0.00119202712, 0.0195743386, -0.0224529188, -0.0167843308, 0.00405953499, -0.0198252928, -0.0118095558, -0.00939597841, 0.00286381738, -0.00760240154, 0.0260843579, -0.00991264638, 0.000525894284, -0.0186590981, -0.000584942056, 0.0210357718, -0.0242391136, 0.00755811576, -0.0155000426, 0.0189986229, 0.00787549745, 0.0181276686, 0.000291548407, 0.0036517363, -0.0179800484, 0.00331959245, -0.000344829808, -0.00756549696, -0.0213162489, -0.0113740787, -0.0196776725, -0.0130790835, 0.00333619956, 0.0043067974, -0.0061188261, 0.0165776648, -0.00397465378, -0.00133595604, 0.00797883142, 0.0186738614, 0.0190281477, 0.0158690903, 0.013787657, 0.00272726943, -0.00153524231, -0.00721121, -0.0159871858, -0.000113770773, -0.00111452688, -0.0100971702, 0.0216114875, 0.00683109, 0.0127026541, -0.00947716925, 0.00957312156, -0.0017705108, 0.0136547992, -0.0102743134, -0.00949193072, 0.0238257796, -0.0141788479, 0.0357534327, -0.00606346875, 0.000433862791, 0.0168286171, 0.00961002614, -0.0117947944, 0.0136252753, -0.00214601774, 0.0105252666, 0.0229843482, 0.0221724417, -0.00467584608, 0.00530322874, -0.00204821979, -0.00350965257, -0.0253019743, 0.0144150397, -0.00834788, 0.00773525937, 0.0153081371, -0.0271472167, 0.0140312286, -0.0106950291, -0.030232463, 0.0203272, -0.0213605352, -0.0234862547, -0.00134795008, -0.00282691256, 0.00258334051, -0.00180833833, -0.00178527273, -0.0116693173, -0.00297453185, 0.0117283659, -0.00328637799, -0.0115069365, -0.00152601604, -0.010953363, -0.0235748272, -0.00930740684, -0.0354581922, 0.00472013187, 0.0225857757, -0.011315031, 0.00192827906, -0.0131012267, 0.010901697, 0.0240176842, 0.00210911292, 0.00595644489, -0.00288596028, -0.00896788202, -0.0109164584, -0.0203272, 0.00356131932, 0.00616311189, 0.00821502227, 0.0168286171, 0.00271066208, 0.00955835916, 0.0038196533, 0.0045282268, -0.00433632126, -0.000981669407, -0.000850195764, 0.0167105217, 0.0275310278, -0.0390601084, 0.0137138469, -0.019175766, -0.0167695694, 0.000372047158, -0.00418501161, 0.0138614662, 0.00888669118, 0.00315352064, 0.0220986325, -0.00148265285, -0.00166809978, 0.00534013379, -0.0116840797, 0.000533275248, 0.0180981457, 0.00662442297, 0.00507072825, -0.0127247963, 0.00276786461, 0.00382703426, -0.0161643308, -0.02201006, -0.00161551032, 0.00120586634, 0.0132562267, -0.00835526083, 0.00167086767, 0.0155443279, 0.00504858512, 0.0162676629, -0.0118759852, -0.0134186083, 0.00739573454, 2.92644036e-05, -0.0168286171, 0.00815597456, -0.0126509871, -0.0125476532, -0.0166662354, 0.0114847934, -0.0248738769, -0.00436215475, 0.0159429014, -0.0233533978, 0.00564644393, -0.0118981274, 0.00125015224, 0.00662811333, 0.00154077797, 0.0151752792, -0.00961740687, 0.0107171722, -0.00525525259, -0.000303311856, 0.0026663763, -0.0261138808, 0.0142895626, -0.00609299308, 0.0260253102, 0.0088350242, -0.0170648079, -0.00482346537, 0.00619632658, -0.016031472, 0.0070156143, -0.0106876483, 0.0151900416, 0.0134259891, -0.00401155883, -0.0186000504, -0.0114847934, 0.0064177555, 0.0140386103, 0.00246339967, 0.00455406029, 0.024357209, -0.00920407288, -0.000487605488, 0.00957312156, -0.00503751356, 0.00163580803, -0.00476072729, 0.00485298969, -0.0321515165, 0.0095288353, -0.0161790922, 0.0068347808, -0.017345285, 0.00268667401, 0.0164743308, 0.0183933843, -0.00757287769, -0.0115364604, 0.027575314, -0.0335686617, -0.0101340758, -0.011470031, 0.00298744859, -0.00428096391, 0.00138393231, -0.0287119839, 0.0106876483, 0.0217148215, -0.000313230033, -0.0200024359, 0.00408905884, 0.00761716394, -0.0213752966, -0.0204452947, 0.00701930514, 0.000509287114, -0.00020147748, 0.00323840161, -0.019795768, -0.00464263186, -0.0106286006, -0.00669085188, -0.00698609045, -0.00221613701, -0.00643989863, 0.00801573601, -0.0155886142, 0.0139795616, -0.0116914604, -0.00535120536, -0.0213900581, -0.00824454613, -0.0135736084, -0.0282543637, 0.00246893545, -0.000797606364, 0.0282248389, -0.0189543385, -0.0203714836, -0.013093845, 0.0156329, 0.0203567222, -0.00752490154, -0.0205191039, -0.0104293143, 0.0180538595, 0.0078238314, -0.0158543289, -0.00494894199, 0.00157399243, 0.00938121602, -0.00442120247, -0.000382195984, 0.00389715354, 0.00222536316, 0.0113593172, 0.0021533987, -0.0120678898, 0.00842168927, -0.0289776977, 0.0130864643, 0.0042219162, -0.0205486268, 0.0056132297, 0.00842907093, 0.00289887702, -0.0121195568, -0.0181424301, -0.00438060705, -0.00185077882, -0.012680511, -0.0133374175, -0.0305867512, -0.0221872032, -0.00934431143, -0.0122524146, 0.00282137678, -0.00988312252, -0.00419977354, -0.00301697245, 0.0206667241, 0.00122800935, -0.00916716829, -0.0116324127, -0.00180372514, 0.0029228651, -0.0113814594, 0.00882764347, -0.0141419433, -0.0121933669, 0.00760240154, -0.00562430127, -0.0098240748, 0.000646296423, -0.00699716201, -0.00399679644, -0.0165629033, -0.00270697172, -0.00376060558, -0.000547575881, 0.00424405932, -0.00310000847, -0.0198400542, 0.0226743482, 0.00562430127, 0.0633582696, 0.0164743308, 0.00882764347, -0.00882026181, 0.0135367038, -0.0208586287, 0.0150645655, 0.0373772457, -0.0491572767, 0.00670930417, -0.00429941667, -0.0214786306, 0.00613358803, 0.000225580981, 0.0114183649, -0.0246229246, 0.0105547905, -0.00261286437, -0.00913764443, -0.000175528752, 0.00365911727, -0.000248415861, -0.00389346294, 0.0163857583, 0.00604870683, 0.00299482956, 0.00154170068, 0.00409274921, -0.00126952725, 6.0511e-06, -0.00684216153, 0.002003934, 0.0132709891, -0.0092483582, -0.0108205061, 0.032446757, -0.00972812157, 0.00776478322, -0.00632918393, -0.0157509949, 0.017138619, 0.0231910162, -0.00155461731, -0.00548037235, 0.0175224282, -0.0154262325, -0.000595090911, 0.00425513089, -0.00229917304, -0.0248738769, 0.0107836006, -0.0183638595, 0.00913026277, -0.00583834946, -0.00470167957, 0.0301881786, 0.0320039, 0.0135957515, -0.000812829589, 0.0146438498, -0.000894942903, 0.0153524233, -0.000363974221, -0.00444334559, 0.00606346875, -0.0179948118, 0.000486221572, 0.00281399582, -0.00691228081, -0.0132488459, -0.00631073164, -0.0154705187, -0.00331590185, -0.00644358899, 0.0169024281, 0.024947688, -0.0159429014, 0.0236633979, -0.00656906562, 0.0133374175, -0.00634763623, 0.0348086655, -0.0264829304, 0.00106009224, 0.00708942395, -0.00487144198, -0.00764668779, -0.0231910162, -0.00216262508, 0.0162824262, 0.0127764633, 0.0571582504, -0.0132193221, 0.016134806, 0.0138909901, 0.000591861724, -0.000494063832, -0.0114552695, 0.0258186422, -0.0181129072, -0.0155738518, -0.012422177, 0.0127100348, 0.0199286267, -0.00884240493, 0.028505316, -0.00931478757, 0.0211243443, 0.0164890923, 0.00624061236, 0.00293947244, 0.00225673243, -0.00149926008, -0.00931478757, -0.00317197293, 0.00180833833, 0.0113224117, 0.00383810583, 0.0311477035, -0.0136031322, -0.00652108947, 0.00284536486, -0.031236276, -0.00546930078, 0.00484191813, -0.0134259891, 0.0156329, 0.0203124359, -0.00425882125, 0.000801296846, -0.00109884224, -0.000766237208, 0.00564644393, 0.00177789177, 0.0182605255, 0.0342181884, -0.0195595771, 0.0204010084, 0.00317197293, 0.0270291213, 0.0104145519, -0.0155295664, 0.0019614934, 0.0088055, -0.00290994835, -0.0190281477, 0.00295054377, -0.00532168103, 0.00741049647, -0.0169614758, -0.00938859675, 0.00207958906, -0.0286824591, -0.00484191813, 0.00299667497, 0.0191610046, 0.00256673316, -0.0182752889, 0.0218476783, -0.000430172309, 0.00466846535, 0.00654323213, 0.00886454806, -0.0027549481, 0.0186443366, 0.00132765248, -0.0204895791, -0.0140533717, -0.0040152492, 0.00373292691, -0.00426251162, 0.0343362838, -0.00357423606, 0.0229695868, 0.0012796761, 0.0237224456, 0.00490096584, -0.0154852802, 0.0109902686, -0.0240767319, -0.0233533978, 0.0279443618, 0.00519251404, 0.0481534638, -0.0341296159, 0.00607823115, 0.0223200619, 0.00905645359, -0.00715216249, 0.0189100523, 0.0032679257, 0.00388608198, 0.0134481322, -0.00146696833, -9.21468309e-05, 0.0107762199, 0.0189395752, 0.00824454613, -0.0262910239, -0.00676466152, 0.0129167018, -0.00381227233, 0.0255676899, -0.0154409949, -0.00838478468, -0.00877597649, -0.0151014701, -0.000284398091, 0.0125550348, 0.00298560341, 0.00529584801] |
19 Nov, 2021 | Node.js Http2ServerResponse.sendDate Method
19 Nov, 2021
The Http2ServerResponse.sendDate is an inbuilt application programming interface of class Http2ServerResponse within the http2 module which is used to check if the Date header is automatically generated and sent in the response or not.
Syntax:
response.sendDate
Parameters: This method does not accept any argument as a parameter.
Return Value: This method returns true if and only if the Date header is automatically generated and sent in the response or not.
How to generate a Private key and Public certificate?
1. Filename: Private key
Open notepad and copy-paste the following key and save the file as private-key.pem
-----BEGIN RSA PRIVATE KEY-----
MIICXQIBAAKBgQC38R9wXcUbhOd44FavgmE5R3K4JeYOHLnI7dUq1B8/Gv7l3SOg
JKef/m9gM1KvUx951mapXGtcWgwB08J3vUE2YOZ4tWJArrVZES0BI/RmFAyhQFP5
HcWl3LSM9LRihP98F33oIkKaCxA5LxOrkgpV4HrUzIKTABDYah7RPex1WQIDAQAB
AoGBAIXR71xxa9gUfc5L7+TqBs+EMmrUb6Vusp8CoGXzQvRHMJCMrMFySV0131Nu
o0YYRDsAh1nJefYLMNcXd1BjqI+qY8IeRsxaY+9CB2KKGVVDO2uLdurdC2ZdlWXT
Vwr3dDoyR0trnXJMmH2ijTeO6bush8HuXxvxJBjvEllM5QYxAkEA3jwny9JP+RFu
0rkqPBe/wi5pXpPl7PUtdNAGrh6S5958wUoR4f9bvwmTBv1nQzExKWu4EIp+7vjJ
fBeRZhnBvQJBANPjjge8418PS9zAFyKlITq6cxmM4gOWeveQZwXVNvav0NH+OKdQ
sZnnDiG26JWmnD/B8Audu97LcxjxcWI8Jc0CQEYA5PhLU229lA9EzI0JXhoozIBC
TlcKFDuLm88VSmlHqDyqvF9YNOpEdc/p2rFLuZS2ndB4D+vu6mjwc5iZ3HECQCxy
GBHRclQ3Ti9w76lpv+2kvI4IekRMZWDWnnWfwta+DGxwCgw2pfpleBZkWqdBepb5
JFQbcxQJ0wvRYXo8qaUCQQCgTvWswBj6OTP7LTvBlU1teAN2Lnrk/N5AYHZIXW6m
nUG9lYvH7DztWDTioXMrruPF7bdXfZOVJD8t0I4OUzvC
-----END RSA PRIVATE KEY-----
2. Filename: Public certificate
Open notepad and copy-paste the following key and save the file as public-cert.pem
-----BEGIN CERTIFICATE-----
MIICfzCCAegCCQDxxeXw914Y2DANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMC
SU4xEzARBgNVBAgMCldlc3RiZW5nYWwxEDAOBgNVBAcMB0tvbGthdGExFDASBgNV
BAoMC1BhbmNvLCBJbmMuMRUwEwYDVQQDDAxSb2hpdCBQcmFzYWQxIDAeBgkqhkiG
9w0BCQEWEXJvZm9mb2ZAZ21haWwuY29tMB4XDTIwMDkwOTA1NTExN1oXDTIwMTAw
OTA1NTExN1owgYMxCzAJBgNVBAYTAklOMRMwEQYDVQQIDApXZXN0YmVuZ2FsMRAw
DgYDVQQHDAdLb2xrYXRhMRQwEgYDVQQKDAtQYW5jbywgSW5jLjEVMBMGA1UEAwwM
Um9oaXQgUHJhc2FkMSAwHgYJKoZIhvcNAQkBFhFyb2ZvZm9mQGdtYWlsLmNvbTCB
nzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAt/EfcF3FG4TneOBWr4JhOUdyuCXm
Dhy5yO3VKtQfPxr+5d0joCSnn/5vYDNSr1MfedZmqVxrXFoMAdPCd71BNmDmeLVi
QK61WREtASP0ZhQMoUBT+R3Fpdy0jPS0YoT/fBd96CJCmgsQOS8Tq5IKVeB61MyC
kwAQ2Goe0T3sdVkCAwEAATANBgkqhkiG9w0BAQsFAAOBgQATe6ixdAjoV7BSHgRX
bXM2+IZLq8kq3s7ck0EZrRVhsivutcaZwDXRCCinB+OlPedbzXwNZGvVX0nwPYHG
BfiXwdiuZeVJ88ni6Fm6RhoPtu2QF1UExfBvSXuMBgR+evp+e3QadNpGx6Ppl1aC
hWF6W2H9+MAlU7yvtmCQQuZmfQ==
-----END CERTIFICATE-----
Example 1: Filename: index.js
Javascript
// Node.js program to demonstrate the
// Http2ServerResponse.sendDate method
const http2 = require('http2');
const fs = require('fs');
// Private key and public certificate for access
const options = {
key: fs.readFileSync('private-key.pem'),
cert: fs.readFileSync('public-cert.pem'),
};
// Request and response handler
const http2Handlers = (request, response) => {
// Checking if the data header is sent or not
const value = response.sendDate
if (value)
console.log("data header is sent")
else
console.log("data header is not sent")
};
// Creating and initializing server
// by using http2.createServer() method
const server = http2.createServer(options, http2Handlers);
server.on('stream', (stream, requestheader) => {
stream.write('hello ');
// Getting all information of this http2stream object
// by using state method
const status = stream.state;
stream.end("priority weight : " + status.weight);
// Stopping the server
// by using the close() method
server.close(() => {
console.log("server destroyed");
})
});
server.listen(8000);
// Creating and initializing client
// by using tls.connect() method
const client = http2.connect('http://localhost:8000');
const req = client.request({ ':method': 'GET', ':path': '/' });
req.on('response', (responsesocket) => {
console.log("status : " + responsesocket[":status"]);
});
req.on('data', (data) => {
console.log('Received: %s ',
data.toString().replace(/(\n)/gm, ""));
});
req.on('end', () => {
client.close(() => {
console.log("client destroyed");
})
});
Run the index.js file using the following command:
node index.js
Output:
data header is sent
status : 200
Received: hello
Received: priority weight : 16
client destroyed
server destroyed
Example 2: Filename: index.js
Javascript
// Node.js program to demonstrate the
// Http2ServerResponse.sendDate method
const http2 = require('http2');
const fs = require('fs');
// Private key and public certificate for access
const options = {
key: fs.readFileSync('private-key.pem'),
cert: fs.readFileSync('public-cert.pem'),
};
// Request and response handler
const http2Handlers = (request, response) => {
// Checking if the data header is sent or not
const value = response.sendDate
if (value)
response.end("data header is sent")
else
response.end("data header is not sent")
};
// Creating and initializing server
// by using http2.createServer() method
const server = http2.createServer(options, http2Handlers);
server.on('stream', (stream, requestHeaders) => {
// Getting all information of this http2stream object
// by using state method
const status = stream.state;
stream.end("The sum weight of all Http2Stream : " +
status.sumDependencyWeight);
// Stopping the server
// by using the close() method
server.close(() => {
console.log("server destroyed");
})
});
server.listen(8000);
// Creating and initializing client
// by using tls.connect() method
const client = http2.connect('http://localhost:8000');
const req = client.request({ ':method': 'GET',
':path': '/www.geeksforgeeks.org' });
req.on('data', (data) => {
console.log('Received: %s ',
data.toString().replace(/(\n)/gm, ""));
});
req.on('end', () => {
client.close(() => {
console.log("client destroyed");
})
});
Run the index.js file using the following command:
node index.js
Output:
Received: data header is sent
client destroyed
server destroyed
Reference: https://nodejs.org/dist/latest-v12.x/docs/api/http2.html#http2_response_senddate
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method | https://www.geeksforgeeks.org/node-js-http2serverresponse-senddate-method?ref=asr1 | CSS | Node.js Http2ServerResponse.sendDate Method | Node.js Stream readable.destroyed Property, Node.js Readable Stream close Event, Node.js http.ServerResponse.getHeader() Method, Node.js http.ServerResponse.sendDate Method, CSS pause-before Property, CSS, Node.js Stream writable.writableFinished Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0116722062, -0.0155888451, -0.00822960492, 0.0469064154, 0.044575084, -0.0227071811, 0.0218989868, 0.0370837338, -0.0329495035, 0.0241215229, 0.0228159763, 0.0180289727, 0.0033590619, -0.0266704466, 0.0130632343, -0.0180756, -0.023546461, -0.00444118911, 0.00208071456, 0.00494242553, 0.00320363976, 0.0366485529, -0.0236241724, -0.00870364252, -0.0257068295, 0.000114077455, 0.00758460257, 0.0346591473, -0.03649313, -0.0209509097, 0.0253027324, 0.017562706, 0.0147340233, -0.032048054, -0.0116722062, -0.0308202188, -0.00152022322, 0.026468398, -0.0537139066, -0.0138558876, -0.0147884209, -0.00522218551, -0.0161794499, 0.00111612561, -0.0387001224, 0.0446683355, 0.0125736548, -0.0486782268, 0.0303694941, -0.0234842915, -0.0160395689, 0.0191946402, -0.0117887724, 0.0317682959, -0.0171586089, 0.0178890936, 0.0311310645, -0.00950406678, 0.00735535473, 0.0257223714, 0.040565189, -0.0486471429, 0.01296221, -0.00184952398, 0.022163203, 0.0488336496, -0.00547086075, 0.0559830703, -0.0465023182, -0.0171896946, -0.03705265, 0.0353119187, 0.0507919714, 0.0299032293, 0.0191013869, -0.0106541906, 0.00890569109, 0.0335711911, -0.0202048849, -0.0277739447, -0.0346902311, -0.0290794913, -0.0208887421, -0.0195676535, 0.0412179641, -0.0348145701, 0.00363299367, -0.0396637432, 0.0380162671, 0.00948852487, 0.057817053, -0.00332603487, -0.0262974333, -0.0240282696, -0.0423059203, 0.0130710062, -0.000331972085, -0.0326386578, -0.0542423427, 0.0459117144, -0.0172829479, 0.018122226, 0.000144736914, -0.0493310019, -0.00602261, -0.0179046355, 0.0383892804, -0.0246344171, 0.0122239552, 0.03817169, 0.0361822844, -0.00330077857, -0.0154334232, 0.00504345, -0.0247121267, -0.0130554633, -0.0147961918, -0.0203603059, 0.0184796974, 0.00197289046, -0.015876377, -0.00739809591, 0.00975274201, 0.0398502499, -0.0177958403, -0.000507550547, -0.0295923837, -0.0298255179, 0.0271677971, -0.0455076173, -0.0193966888, 0.0033590619, -0.0124260038, 0.024105981, 0.0112758791, 0.0314729922, 0.0142444437, 0.0293126237, -0.0414044708, -0.0477146097, -0.0133663081, -0.043456044, 0.0383271091, 0.0161483642, 0.0603659749, 0.00404874794, -0.0335090235, 0.0118587129, -0.0251939371, 0.00816743542, -0.0262663495, -0.0236397143, 0.0118664838, 0.00878135301, 0.0219611544, -0.0416531451, 0.0325143225, -0.0141822742, -0.0372080728, -0.0293437093, -0.00921653584, -0.028566597, 0.0309134722, 0.0156898703, 0.00131331745, 0.0460982211, 0.00244595669, -0.0168477651, -0.00355139701, 0.0281780418, -0.0361201167, -0.0138636585, -0.0317061245, -0.00125891971, -0.0186972897, 0.00524549885, 0.0288929846, 0.00276068668, 0.0276962332, 0.0116566643, 0.00606923643, 0.0331049263, 0.000100478013, -0.00383892795, 0.0354051739, -0.000813538, 0.0068269195, -0.0094030425, -0.0370837338, -0.025489239, -0.0324210674, 0.00322501035, 0.0654016584, 0.0208887421, -0.00132108852, 0.0196919907, 0.00388166914, -0.00145708304, 0.00424302556, 0.00175529928, -0.0259399619, -0.0367728882, -0.0361512, -0.0352186672, 0.0116644353, -0.0165213775, 0.0133663081, -0.00385641307, 0.0382027738, -0.00896008871, -0.055299215, -0.0491134115, 0.00637230976, 0.00716107711, 0.0211374164, 0.0162260756, -0.0233133286, 0.0505432934, -0.0543977655, -0.00808195397, -0.020764403, -0.0130166076, 0.000506093493, 0.0298255179, -0.05128932, -0.0148816742, -0.00142696989, -0.0121384729, 0.0372391567, 0.0211063325, -0.00568845216, -0.0172207784, -0.00155130774, -0.00718439044, 0.0202825945, 0.0121695567, 0.0239816438, -0.0202048849, -0.0339752883, -0.00979159772, -0.00059691834, -0.00608089287, -0.00372236129, -0.0392907299, -0.0505122095, -0.0288152732, -0.00270628883, 0.0139724547, 0.0205468126, 0.0311932322, 0.0152624585, -0.00270628883, -0.015884148, 0.00107144169, -0.0202825945, 0.00679194927, -0.00785270613, 0.0223497096, 0.0131875724, -0.0084705092, 0.017562706, 0.0286598504, -0.0095584644, 0.0149749275, -0.0123327505, 0.0079964716, 0.00751466257, -0.00869587157, 0.0185107831, 0.00553691527, 0.035684932, -0.031504076, -0.00517555885, 0.0262974333, 0.00252755336, 0.019085845, -0.0244012829, -0.0231112782, 0.0256135762, -0.0220544077, -0.0334468558, 0.00850936491, 0.0232356172, -0.0227071811, 0.00601483835, -0.0146873966, 0.030556, -0.0177025869, -0.040689528, 0.018961506, -0.022986941, 0.0276029799, 0.0198163278, -0.000689200242, 0.0240127277, -0.000147286803, -0.016024027, 0.0212617554, -0.0138325747, 0.0474348515, -0.0181843955, -0.0102889491, 0.000688228873, 0.033850953, -0.0229403153, -0.0170187298, 0.0280070771, -0.000190270759, -0.0046121534, 0.00372818974, 0.00453444244, 0.0104288282, -0.0150293251, -0.018401986, -0.01338185, 0.00193500624, 0.0279915351, 0.0314574502, -0.0187594574, -0.0160551108, -0.0102345506, 0.02452562, -0.0276340637, 0.0370837338, 0.0496418476, -0.0340374596, -0.0342861339, 0.0157598089, -0.0219456125, -0.0142910695, -0.0145863723, -0.0245567057, 0.00364853581, 0.0130399214, 0.0162260756, -0.0237174258, -0.031504076, -0.0114623858, 0.0173295736, 0.0291882865, -0.0182154793, -0.0287997313, 0.00633733952, 0.00602261, 0.0621999577, 3.08112358e-05, -0.0153790256, -0.0093797287, 0.026748158, 0.00350477034, 0.00149011018, 0.0453521945, 0.0465023182, 0.0118043153, 0.0274941847, -0.00481420197, -0.0125347991, -0.0545842722, -0.0284733437, 0.0118198572, 0.00497351, 0.0384514481, 0.00932533108, 0.0281935837, 0.0126125105, -0.0541801751, -0.032731913, -0.0170653556, -0.000396326563, -0.0123560634, -0.024945261, 0.0125347991, -0.0173917431, 0.0153712537, -0.028970696, -0.0298876856, 0.00653938856, 0.0132031143, 0.0190703012, 0.000713970687, 0.0259399619, 0.0360579453, -0.0163193289, 0.0127601614, -0.00233327551, -0.00483363, 0.0364309587, -0.00187866564, 0.0132108862, 0.0268724952, -0.0248520076, 0.0219456125, 0.00164941791, -0.0128922705, 0.00236630277, 0.0499216057, 0.0498594381, -0.0178113822, 0.0386068709, -0.0306492541, 0.00228082063, -0.0120529905, 0.0253649, -0.0227538086, -0.018526325, 0.00302684703, -0.0126669081, 0.00138520019, 0.0161328223, 0.00477534672, 0.0264217723, -0.00807418209, -0.00838502683, -0.0293747932, 0.0333846845, 0.0397880785, 0.00716884807, 0.0328873359, -0.0264062285, -0.00725044496, 0.00651218975, -0.0202670526, 0.0139957676, 0.00943412632, -0.00907665584, 0.0297633484, 0.00885906443, 0.0296079256, 0.0152080609, 0.027867198, -0.0356227644, 0.00592158549, 0.0168943908, -0.0142366719, -0.0191169288, -0.0447305031, -0.00879689585, 0.00261109276, -0.0212306697, -0.0335090235, -0.0355916806, 0.0155499894, -0.00360579463, -0.032048054, -0.0467199087, 0.0173140317, -0.0530611351, 0.0148428185, -0.0257068295, 0.0203603059, -0.0400367565, 0.0206556078, -0.00616637524, 0.0237485096, -0.0116566643, -0.00957400631, 0.011423531, -0.018246565, 0.0197075326, 0.0181843955, 0.0325143225, 0.00336877583, -0.0104676839, 0.0223497096, 0.0299498551, 0.00716884807, 0.00334740523, -0.0179512631, -0.000709113723, -0.00474037649, 0.0149205299, 0.012814559, 0.0560763255, 0.056293916, 0.0384514481, -0.00749523472, -0.0228004344, -0.00636453833, 0.0327008292, -0.0345969796, 0.02452562, -0.000620231673, 0.062013451, 0.00933310203, 0.00854822062, -0.0227538086, 0.0255358648, 0.00268491823, -0.0377365053, -0.0197541602, 0.00563793955, 0.0253804419, -0.0471240059, 0.0157598089, -0.00302296155, 0.0214793459, -0.00296467822, -0.017687045, 0.0290950332, 0.0150370961, 0.0281935837, 0.0209975373, 0.010024731, -0.0107629867, -0.0294525046, 0.0123249795, -0.0311466064, -0.0207954887, -0.0391353071, -0.0313020274, -0.0124804014, 0.0106464196, -0.0232977849, 0.0312709436, -0.0228004344, 0.0192878935, -0.0371459, -0.0130632343, 0.0092631625, 0.0207022354, -0.000936418655, 0.00944966916, 0.0142289009, -0.0137470923, -0.00777110923, -0.0203292221, 0.0157131832, 0.00515224552, -0.0304938331, -0.0072737583, 0.000383941369, 0.0151769761, 0.0265305676, 0.0381406024, -6.91507303e-05, -0.0220388658, -0.0363066234, 0.033042755, -0.000817909255, -0.00509007648, -0.00385058462, 0.0159929432, -0.0240748972, -0.0183087327, -0.0294835884, 0.0297322646, -0.00665595522, 0.0110816015, 0.0155810742, -0.0214638039, 0.0255514067, 0.0180289727, 0.015044868, -0.00112583942, -0.0104210572, -0.0271833409, -0.0128922705, 0.0152080609, 0.00409148913, -0.0106930463, -0.00751854805, 0.00618191762, 0.00444118911, -0.00655493047, -0.0115167843, -0.0170187298, -0.0273543037, 0.0166146308, 0.0175782498, -0.0132730547, 0.0141356476, -0.0311932322, -0.0022847061, -0.0449791811, 0.0120374486, 0.045134604, 0.014765108, 0.00887460634, 0.004946311, -0.010864011, 0.00463158125, -0.00155713607, 0.0136227543, -0.00821406208, -0.00271211704, 0.0339752883, 0.0118975686, -0.0306181703, 0.00264994823, 8.21430513e-05, 0.0325454064, -0.0218057334, 0.0114390729, 0.00272960216, 0.0098537663, 0.0169410184, -0.0301829875, 0.0346280634, 0.0184952393, 0.0150137832, 0.00901448634, 0.0159074608, -0.0186972897, -0.0106075639, 0.0103744306, 0.00223030825, 0.00012895184, 0.00512116123, -0.00418085698, -0.0155422185, -0.0170653556, 0.016024027, 0.0165213775, 0.0297322646, -0.00920099299, -0.00320752524, 0.007452494, 0.00492688315, -0.0298876856, -0.0133585371, 0.0128067881, 0.00810526684, 0.0126202814, 0.00459272554, 0.0029471931, 0.00735146925, -0.0124881724, -0.0178269241, -0.0127757033, -0.0414044708, -0.00857930444, -0.0313331112, -0.00595655525, 0.0124337748, 0.0179201774, 0.0140113104, 0.0107474439, -0.0384203643, -0.0200028345, -0.0105609372, -0.00447615888, 0.00149788125, 0.00427411031, 0.0960509107, -0.0054902886, 0.0110272039, -0.025489239, 0.0417464, -0.0227071811, -0.000445138867, -0.0035475113, -0.00948075298, 0.0441709869, 0.0145708295, -0.0134984171, -0.0394772366, 0.0486160591, -0.0483984686, -0.0216658525, 0.0266549047, 0.00851713587, -0.0343793891, 0.00162901881, 0.0267015323, 0.0052649267, -0.00303267548, 0.00112195394, 0.0121151591, 0.0402854308, 0.014632999, -0.00998587534, -0.0310067255, 0.0204535592, 0.0209198259, 0.00414977223, -0.0130865481, -0.022287542, 0.0350010768, -0.00232744729, -0.0184486136, -0.0222719982, 0.0188993383, -0.00236047455, 0.0241992343, -0.0254426114, -0.000870849937, -0.0200805459, 0.0148816742, -0.00151536625, -0.0281780418, -0.00827623159, -0.0184796974, 0.0436114669, 0.0117110619, 0.00570787955, -0.0071921614, -0.0100713577, -0.0175005384, -0.0023546461, -0.0349078216, 0.00222448, 0.0133119104, -0.0037009907, 0.023406582, -0.0181843955, 0.0159074608, 0.00761568686, 0.0161949918, -0.00701342616, -0.00127446197, 0.0222719982, 0.0548640303, -0.0169721022, 0.0437979735, -0.017562706, 0.01380149, 0.00733204139, -0.0220388658, -0.0411557965, 0.00280925608, -0.018961506, -0.0367728882, 0.0155577604, -0.00174947095, -0.00880466681, -0.0348145701, -0.0168322232, 0.023406582, -0.0502635352, 0.0027101743, -0.0101490691, -0.017966805, -0.00279177097, -0.00199523219, 0.00140365656, -0.0118742548, 0.0017688988, -0.0307425074, 0.01296221, 0.000708628038, -0.00896008871, -0.0135372719, 0.0121540148, 0.0129855238, -0.0100946706, -0.0151225785, -0.00360773737, -0.00552914431, -0.0218523592, -0.0238573048, 0.00726598734, 0.0228315182, 0.0153168561, -0.058252234, -0.00996256247, -0.00513670314, 0.00903002918, -0.00747580733, 0.0283490065, 0.033726614, 0.0183553603, 0.0127213057, 0.0132031143, 0.00937195774, -0.00660932856, -0.0239661, -0.0231112782, -0.00650441833, 0.00743695162, 0.00536595099, 0.0118509419, 0.00929424632, 0.0162260756, 0.000548834563, 0.035684932, 0.00119383668, 0.00107241306, -0.0169876441, -0.0185418669, 0.0243080296, 0.0200805459, 0.000893191842, -0.00172227214, 0.00249064062, 0.0165369213, -0.0154411942, 0.0353430063, 0.0270123761, 0.00448393, 0.0130787771, 0.0360890329, -0.0132575128, 0.0124726305, -0.0183398183, -0.0027801143, 0.00246149884, -0.0297788903, 0.0128611857, -0.0155655323, -0.0575994626, 0.0279293675, -0.0310067255, 0.0322656445, -0.0115944948, 0.00142405578, -0.0245567057, -0.0360579453, -0.0499837734, -0.0113380486, 0.0242458601, 0.00105104258, -0.00506676314, -0.00712610735, 0.032607574, -0.00575450622, -0.00233716122, 0.00620134501, 0.0191324707, -0.00798092876, -0.0217746478, 0.0205934402, -0.0064228219, 0.00718827592, -0.013653839, -0.0439223088, 0.017562706, 0.0130710062, -0.0090844268, 0.00389915402, 0.0183864441, 0.0136072123, -0.00500459457, -0.0490823276, 0.0338820368, 0.0212151278, 0.0127368476, -0.0173917431, 0.0276806913, -0.0190392174, 0.0165369213, 0.0269968342, 0.00567679526, -0.0203292221, 0.00192140671, 0.007522434, -0.00304238917, -0.02480538, 0.00463546673, 0.00235076062, 0.0208732, 0.0138869723, -0.00388944, -0.036244452, 0.00798092876, -0.0127757033, 0.0309134722, -0.00467043649, -0.0198940393, 0.0111204572, -0.0135528147, 0.010032502, -0.00646944856, -0.00705616735, -0.00553303, -0.00176404184, 0.00814412255, -0.00875804, -0.0231734477, -0.00976828393, -0.0303694941, -0.000552720157, -0.0253804419, 0.021728022, -0.000258146523, 0.0220233239, -0.0283956341, -0.0140423942, -0.033042755, -0.0241370648, -0.0204380173, 0.0131254038, -0.0142910695, -0.0516001657, -0.00542034861, 0.00170575851, -0.0323899835, -0.0300431084, -0.0561074093, 0.026888039, -0.00151245215, -0.00819852, 0.0252561048, -0.00455775578, 0.0108795529, 0.00898340251, 0.0263596028, -0.00169313047, -0.0137082366, 0.0240593534, 0.0175005384, 0.013374079, 0.0291727446, 0.0173762012, 0.00386612676, 0.0188527107, -0.0499837734, -0.0135372719, 0.00383115676, 0.021883443, -0.00529212551, -0.0142677566, 0.012690221, -0.043891225, -0.0173606575, -0.0248364657, -0.00529989647, -0.0218057334, 0.00103258609, 0.0243080296, -0.0227071811, -0.0143998656, 0.00553691527, -0.0139879966, 0.0277584027, -0.0188527107, -0.0362755395, -0.00291999429, 0.00138811441, -0.00906888489, -0.0186662041, 0.023406582, 0.0192723516, -0.00631791167, -0.0034426013, -0.0443885773, -0.00948075298, -0.0190547593, 0.0119286524, -0.0471861772, -0.00618968857, -0.00599152502, 0.0193966888, 0.00792653114, -0.0167545117, -0.011423531, -0.0191790983, -0.0207333192, -0.0229092296, 0.0100169601, -0.00144445489, -0.00921653584, 0.00883575156, -0.0161328223, -0.0055718855, -0.0283179227, -0.047652442, -0.028426718, -0.0130399214, 0.0116644353, 0.0224895906, 0.010584251, 0.0108873239, -0.0284578018, -0.000101145844, 0.00411868794, -0.0150215542, 0.00190100761, -0.00913882442, 0.00780607946, -0.0314574502, -0.0137626342, -0.0440466478, 0.0191635545, -0.0101335263, -0.023546461, -0.00446838792, -0.0354362577, -0.0309290141, -0.010724131, -0.00489968434, 0.00120549335, -0.0107863, -0.0165369213, -0.0125581129, 0.0629149, -0.0383892804, -0.000959246303, -0.0387933776, -0.0390731357, -0.00510561885, 0.0387933776, -0.00128223305, 0.00962840393, -0.0103278039, -0.00861816, 0.00788767636, 0.020065004, 0.0226450115, 0.000135630136, -0.00535429409, -0.00443341769, -0.0355295129, -0.0119053395, 0.0142366719, 0.0353430063, 0.0278827399, 0.0170498136, 0.00299964822, -0.0164902937, 0.00621688738, -0.012954439, -0.0174539108, -0.0114934705, -0.030509375, -0.0178735517, 0.05017028, -0.0147107095, 0.0114546148, -0.0213860925, -0.000579433341, -0.00948075298, 0.0181066841, -0.00877358206, -0.0112525662, 0.000347999972, 0.00190100761, -0.00620523095, -0.0147340233, -0.0189459641, -0.00551360194, -0.0323589, -0.0140113104, -0.0057001086, -0.0291105751, -0.00708336616, -0.00364270736, -0.0114390729, -0.0469064154, -0.0108950948, -0.00622854428, -0.000733398425, -0.0194122307, 0.00239544432, -0.0155111337, -0.0269191228, 0.0266704466, -0.00201854552, 0.0221010353, -0.00201854552, 6.8179339e-05, 0.0249918867, -0.017687045, -0.0286598504, 0.0336333625, -0.018526325, 0.00725433044, -0.0408760346, -0.0146718547, 0.037363492, -0.00129097549, -0.010444371, -0.0361822844, -0.0127135348, -0.00375344581, -0.0226294696, 0.0151148075, -0.00486082863, 0.0223963372, -0.0166768, 0.00706005283, -0.00170964398, -0.0255047809, -0.00948075298, 0.00782939233, 0.00289085275, -0.00201854552, 0.0192568079, 0.0159929432, -0.00643447833, -0.0200494621, 0.0208421145, -0.0143687809, 0.0105065396, 0.00888237823, 0.00826068874, -2.79122451e-05, 0.00162804744, -0.0264528561, -0.0128456438, -0.0203913916, -0.00181455398, -0.00945744, -0.00498128124, 0.0390731357, -0.000406526146, 0.0184486136, -0.00794595946, 0.087098591, -0.0133119104, 0.0112758791, -0.02480538, 0.00125114864, -0.00625185762, -0.0201893412, 0.0264994819, 0.0192101821, -0.000948075322, 0.0239661, -0.0146718547, 0.0132575128, -0.00163678988, -0.0347834863, 0.021168502, -0.00625574309, -0.012830101, -0.00569233764, 0.000600803876, 0.01212293, 0.0065782438, -0.00472483458, -0.0043634777, 0.0169565603, 0.0117654596, 0.0265616514, -0.0285976827, -0.0057389643, -0.00864147395, -0.00683080498, -0.0340685435, -0.0155810742, 0.0166301746, 0.0120374486, 0.0294991303, 0.00155033625, 0.0283956341, -0.00878135301, 0.0141278766, 0.0166146308, -0.0124182329, -0.0141900452, 0.0208265726, 0.0117110619, 0.0158297494, -0.028970696, -0.0212462135, -0.0237018839, 0.0153945675, -0.00972942915, -0.0201582573, 0.0123249795, -0.0194433145, -0.0107008172, 0.0113535905, 0.0127290767, -0.0266393628, 0.00603815168, -0.0340996273, 0.00349505641, -0.0141978171, 0.015604387, -0.0107785286, -0.0137393214, -0.0191324707, 0.000862107438, 0.00963617582, -0.00311232917, 0.0153712537, 0.0183709022, -0.0202048849, 0.0182154793, -0.00260137883, -0.0139879966, -0.0119286524, -0.00443341769, 0.0230491105, 0.0440466478, 0.0040681758, -0.00080188131, 0.0128767276, 0.00397880794, 0.0117965443, 0.0151769761, 0.0100014172, -0.00250035431, -0.0124493167, 0.00937195774, 0.0269812904, -0.0110816015, -0.0189459641, -0.0167389698, -0.0123949191, 0.007452494, 0.000900963, 0.030789135, 0.0207488611, 0.00115595246, 0.00669481046, 0.00130748912, 0.0120452195, 0.0118509419, 0.00596432621, -0.0117343748, 0.0042352546, 0.0104832267, 0.00962840393, 0.00163484714, 0.0120219057, 0.0144542633, -0.0144620342, 0.00395355187, -0.027587438, 0.0187905431, -0.0199095812, 0.028146958, 0.00423914, -0.0103200329, 0.0163970403, -0.0219611544, 0.0346902311, 0.0332292616, -0.00914659537, -0.00815966446, -0.00287142489, 0.0130010657, -0.016863307, -0.00135023019, 0.010444371, 0.00771282613, 0.0100869, -0.0290328637, 0.0108562401, 0.00131428882, 0.00688908854, -0.00706782378, 0.00451501459, -0.000310601521, 0.0161172803, 0.0282557532, -0.0210286211, -0.0390109681, -0.0213083811, 0.0271677971, -0.0163348708, 0.00631791167, 0.00118800835, 0.00960509107, 0.00154159381, -0.0217901897, -0.0120918462, -0.0155888451, 0.0385757871, 0.0197541602, -0.0155810742, 0.0055602286, -0.0285044294, -0.0123949191, 0.000706685241, -0.00934087299, 0.0240748972, 0.0308979303, -0.0208265726, 0.0119364234, 0.00310455821, 0.00655881641, -0.00253143883, 0.0126669081, 0.00343094463, 0.00110544031, -0.0096750306, 0.00611197762, 0.000846079492, 0.0130088367, -0.0015629644, 0.00040919747, -0.0559830703, 0.0313331112, -0.011143771, -0.0287220199, 0.0092398487, -0.00681914855, -0.015278, -0.000184442426, 0.0171896946, -0.00184175291, 0.0156277, 0.0307269655, -0.013513959, -0.00566902431, 0.0217746478, -0.00168730214, 0.00126669079, 0.0114857, 0.0136305252, 0.0249763448, 0.00474037649, -0.00843942445, 0.0130787771, -0.0216347687, -0.0118587129, 0.0165680051, -0.0137160076, 0.00154353655, -0.00963617582, -0.0239971858, -0.0086103892, 0.0237329677, -0.00719993282, 0.00592935644, -0.00360773737, 0.00233327551, 0.00436736317, -0.01338185, -0.0286287665, 0.0216813944, -0.00719604734, -0.00582833216, -0.0069667995, -0.0146096852, 0.0095584644, -0.00143668381, 0.00633345405, -0.0141822742, -0.0163659565, 0.00086016464, 0.01296221, 0.000705228187, 0.0428032689, -0.033850953, 0.00677640736, 0.0106386486, -0.0155499894, -0.00969834439, 0.00270434609, 0.0110660596, -0.0242147762, 0.00981491059, -0.00236630277, -0.0184796974, -0.0181688536, -0.0138792014, -0.00222448, 0.00333769154, -7.27934384e-05, 0.0145475166, -0.00246927, 0.00468209339, 0.0124726305, -0.0113691324, -0.00397103699, 0.0441399, -0.0299809389, -0.00311815762, -0.000346542918, -0.0170342717, 0.00404486246, 0.00488025649, -0.0225828439, 0.00169604458, -0.0106619615, 0.00307735917, -0.0173917431, -0.00173587154, 0.0397880785, -0.0273543037, -0.0154489651, -0.0181688536, 0.013785948, -0.00789544731, 0.0166923422, 0.0271522552, -0.022986941, -0.022847062, -0.00126377668, 0.0351875834, -0.0105376244, -0.00819852, -0.0150837228, -0.00568456622, 0.0185729507, -0.0159774013, 0.0185418669, -0.00986153726, 0.00573507883, -0.0130088367, 0.00425079698, -0.022007782, -0.0210907906, 0.0196298212, 0.0109572643, 0.00772836804, -0.0111359991, -0.02480538, 0.012674679, -0.00850159395, 0.0120141348, 0.00839279778, 0.0197230745, 0.0117887724, 0.0283800904, -0.0147806499, -0.00722324615, -0.013234199, 0.0307735931, -0.00178444094, -0.00675309403, 0.0134051638, -0.0134051638, 0.000472094893, -0.0345658958, -0.00570787955, -0.00866478682, -0.0134828743, -0.0232356172, 0.0265461095, 0.00357276737, 0.00921653584, 0.00608477835, 0.00380201521, -0.00168535928, -0.00776333828, -0.0106775044, -0.0308357608, -0.027867198, -0.0052649267, 0.0155266766, 0.00589050073, -0.0116488924, 0.0247587543, -0.0266238209, -0.0128844995, 0.014073479, -0.037487831, -0.00856376253, 0.000706685241, -0.0297478065, 0.016024027, -0.00727764377, -0.0147884209, 0.00101801532, -0.0275563542, -0.0154800499, 0.0157831237, -0.0173140317, 0.0151070366, 0.00319975428, -0.0206556078, 0.00590215763, -0.0142677566, 0.0125503419, 0.0276651494, 0.0123716062, -0.00868810061, 0.00172227214, -0.00493076863, -0.00118509412, -0.00577393407, -0.00391275343, -0.0343793891, 0.0267637, 0.0113458196, -0.00892123301, 0.000149593849, -0.0116644353, -0.026468398, 0.0143221542, 0.0298255179, 0.000977217, -0.032048054, -0.0090378, -0.0023546461, -0.0189148802, 0.0365863815, 0.00812858064, 0.0288618989, 0.00533098076, -0.000104363571, -0.0219766963, -0.0109417215, -0.00633733952, 0.00905334204, -0.00243235729, -0.00753020495, -0.0419639908, -0.0236241724, 0.0254736952, 0.0187594574, 0.00958177727, -0.0212306697, 0.00283839763, 0.00756517472, 0.0131798014, -0.0349389054, 0.0415909775, -0.0337887816, 0.00270046038, 0.0129388971, 0.015604387, 0.0200805459, -0.0019748332, 0.0117810015, 0.0152546875, 0.0213705506, 0.0102889491, 0.00906888489, 0.00670646736, 0.0302140731, -0.0160861965, 0.00164747518, 0.000268588978, -0.016024027, -0.00264217705, -0.0204691011, -0.00557577098, 0.0130166076, 0.0452589393, 0.00509007648, 0.0326386578, -0.00544366194, 0.00576227764, -0.00406040438, -0.0290017799, 0.0056301686, -0.00930978917, 0.00320946821, -0.000572633639, -0.0150293251, 0.033291433, 0.00836171396, 0.0121695567, 0.00896008871, -0.0149516147, 0.0307580512, 0.0081752073, -0.00456941221, 0.00489579886, -0.0124570886, 0.00194180594, 0.0117576886, 0.0177958403, -0.0148272766, -0.000610517745, 0.00486471457, -0.00603038073, 0.0221165773, 0.00276457216, 0.00309678703, -0.0136305252, -0.0133041395, 0.0183242764, -0.00819074921, 0.00161930488, -0.00345620094, 0.00121423579, 0.00341345975, -0.0172363203, 0.000844136754, -0.0124570886, -0.00730872806, -0.0200183783, 0.00736312615, -0.00779830804, 0.0160084851, 0.0197230745, 0.0199717507, -0.0168477651, -0.00411868794, 0.00887460634, 0.0114313019, -0.0274786428, 0.0148972161, -0.00739421044, 0.000192820647, 0.0114157591, -0.00756517472, 0.00441010436, -0.00690851593, -0.0153168561, 0.00385641307, -0.00712222187, 0.0105531663, 0.00229053455, 0.0198940393, 0.0336644463, -0.00607700739, 0.0129466681, 0.0123405214, 0.0166612584, 0.0392596424, 0.0103433467, 0.0120918462, 0.0119364234, -0.00214482611, 0.0132730547, -0.00587495882, 0.00638396619, -0.0146096852, -0.0155733032, 0.00739032496, 0.00522607099, 0.0114857, 0.0311932322, -0.00555634312, 0.0191324707, -0.010040273, 0.00577781955, -0.0269657485, 0.0122705819, 0.0184330717, -0.0220854934, 0.00298799155, 0.0119053395, -0.00256835157, -0.0139646837, -0.00687743165, -0.00950406678, 0.00651218975, 0.00196026242, 0.0225362163, -0.0168322232, 0.0181533117, -0.0152391456, -0.00336294761, 0.00659767166, -0.00525327, 0.0173451155, -0.00637619523, 0.00265771942, -0.00289473822, -0.000224026502, -0.00981491059, -0.0117965443, 0.00759625947, -0.00489968434, -0.00625574309, -0.0256602019, 0.00456552673, 0.00512116123, -0.00439067651, 0.0170342717, -0.00505899219, -0.00304627488, -0.00509007648, 0.00899117347, -0.00423914, -0.00334740523, -0.017842466, 0.0185418669, 0.00320752524, -0.000762054406, -0.0278827399, 0.0232045315, 0.043766886, 0.00747192139, -0.0137004657, 4.21946934e-05, -0.00630625524, 0.0105453953, 0.00482197339, -0.00269463216, -0.00934087299, 0.00388555462, 0.00358636701, -0.0105997929, 0.00625574309, -0.0151692051, 0.00685411831, -0.0213860925, 0.00116858061, 0.00484528672, -0.000818394939, 0.0103899734, 0.00124629168, 0.0120063638, -0.00209431397, -0.000464566634, -0.00333186309, 0.00498905219, 0.0113769043, 0.00463546673, 0.0173140317, -0.00861816, -0.0112370243, 0.00887460634, 0.0204691011, 0.0130166076, -0.00403320557, 0.0178735517, 0.00854044873, -0.00666372618, 0.00767008495, 0.00300547644, -0.013513959, -0.0145552875, -0.0197230745, 0.00121520716, 0.00554857217, -0.0162260756, -0.00286948215, -0.0028150843, 0.0262818914, -0.00327163702, -0.00668703951, 0.00013380879, -0.0150526389, 0.00235658884, -0.00384087069, 0.0124726305, 0.0271677971, -0.0111049153, -0.00608866429, -0.0197386183, 0.00725044496, -0.0217901897, 0.0100014172, -0.00456552673, -0.0145941433, -0.0098537663, -0.000177278431, -0.0204691011, -0.000488122809, 0.00600318192, -0.00535818, 0.0238417629, -0.0161172803, 8.65143e-07, -0.00805864, -0.029530216, -0.0083150873, 0.0225206744, 0.0156665556, 0.00386418402, -0.0185574088, -0.00730872806, -0.021044163, 0.00948852487, 0.00408760365, -0.00275291549, 0.0147884209, 0.013925828, -0.00434405031, -0.00920876488, 0.0171741508, 0.00457329769, 0.0341617949, -0.00590215763, 0.0162105337, 0.00835394207, -0.00865701586, 0.0292038284, 0.00318421191, 0.018775, -0.00129777519, -0.0193811469, -0.0116644353, 0.019645365, 0.0155499894, -0.0115478681, 0.0140346233, 0.0116022658, 0.00632568309, 0.010164611, 0.00773225352, -0.0136149833, 0.0147495652, 0.0203136802, -0.00223419396, -0.0019291779, 0.0104676839, -0.0184796974, 0.0168011375, -0.0123482924, -0.0128922705, 0.0205001868, 0.0217746478, -0.00539315, -0.0137548633, 0.0233754963, 0.000118205855, -0.00430908, 0.00314341369, 0.00822183397, 0.00442953221, -0.0206556078, 0.0101335263, -0.010040273, -0.0161483642, 0.00244207098, -0.00136188685, -0.0144231785, -0.0052649267, -0.0175316222, -0.00772059709, 0.00849382207, 0.0118276281, 0.0241215229, 0.00467820792, -0.00256058061, 0.0251628514, 0.00512893219, -0.0171586089, 0.0041653146, 0.000289473828, -0.00450724317, -0.00448781578, -0.00789156184, 0.0184486136, -0.0150526389, -0.00476369, 0.00598375406, -0.00893677585, -0.00993147772, 0.00383892795, -0.0104366, -0.0106231067, 0.0286287665, 0.00885906443, 0.00367767736, 0.000171935797, 0.00627905643, 0.0181533117, 0.00357665308, -0.00699011283, 0.0106930463, -0.0027801143, -0.0222409144, 0.00532321, -0.00294525037, 0.00463935221, 0.0301363617, 0.0150837228, -0.0376743376, -1.5124825e-05, 0.0114157591, -0.00138520019, -0.00741363829, 0.0122550391, 0.0130010657, 0.00875804, -0.00733981282, 0.0079731578, -0.019085845, -0.00501236552, -0.00265189097, 0.0161483642, 0.00739421044, -0.0150992656, 0.00409926, 0.0231112782, -0.00374761736, 0.0124959433, -0.0260643, 0.0153401699, 0.00509007648, 0.00170672988, 0.00449170126, 0.0221476611, -0.00643836381, -0.00110252609, 0.00892900489, -0.0169254765, 0.012954439, 0.00812080875, -0.00590215763, 0.000824223273, -0.00109281228, -0.0289551523, 0.00376315974, -0.007639, 0.00853267778, 0.00139879971, -0.0128067881, -0.00621300191, 0.00924762, 0.0171275251, 0.00485305768, -0.00846273825, -0.00870364252, 0.0120219057, -0.0275718961, 0.0179512631, 0.0457873754, -0.00933310203, -0.015604387, 0.0192101821, 0.00932533108, 0.0188682526, 0.0241370648, -0.0197697021, 0.00526104076, 0.0170964412, 0.00750689162, 0.00261692097, -0.00193209201, 0.00244401395, 0.0130399214, -0.00932533108, 0.0233133286, -0.0128456438, -0.00994702, -0.0276496075, -0.00987708, 0.00114526728, -0.000792167441, 0.00538149336, -0.0059487843, 0.00222448, -0.0336644463, -0.0206866935, -0.0166146308, -0.00840056874, 0.0131254038, -0.00693182927, 0.0160084851, -6.92114409e-05, 0.0115789529, 0.000701828278, 0.00505510671, 0.00800424255, -0.0283645485, 0.0068852026, -0.00554468669, 0.0110738305, -0.0180445164, 0.00465100911, -0.010164611, -0.0338820368, -0.0131564876, 0.00916213822, -0.00108115561, -0.0239194743, -0.00686966069, -0.0239661, -0.00746026495, 0.00278399978, -0.000291902281, 0.0153634828, 0.0214948878, -0.00550971646, 0.0171119832, -0.00962840393, -0.00252561062, 0.00327357976, 0.00355333975, 0.00943412632, -0.00471706316, -0.0128611857, -0.00376510248, 0.0120685324, 0.00279177097, 0.00037082762, 0.0210286211, -0.00493076863, 0.00538926432, 0.0044023334, -4.61409627e-06, 0.000297730614, -0.00417697104, 0.0272455085, 0.00573507883, 0.0112603372, -0.00565736741, -0.0108173843, 0.0212772973, -0.0265616514, -0.0112603372, -0.0123482924, -0.0129155833, 0.02648394, -0.0113302777, 0.0182776488, 0.000638202357, 0.0312709436, 0.00386224128, -0.0159929432, -0.00179026928, -0.0197386183, -0.00416142913, -0.00666372618, 0.0201738, -0.013234199, 0.00387584069, 0.00681137713, -0.00327357976, -0.00721158925, 0.00770505471, 0.000294573605, -0.000203141652, 0.0121073881, 0.0191013869, 0.0162105337, -0.00962840393, 0.0214171764, 0.00681137713, 0.00279177097, 0.00810526684, 0.000200834605, -0.00246149884, 0.00704062497, -0.0017407285, 0.0115556391, 0.0176404174, -0.00251978217, 0.00127834745, -0.000846565235, 0.0119908219, 0.00142502715, 0.0294369627, -0.00420805579, 0.0274475571, -0.0015629644, -0.000651801762, -0.00209431397, 0.00341734523, -0.0106231067, 0.0114623858, 9.36175784e-05, -0.0179357193, 0.0107785286, 0.00507064862, 0.00491134124, -0.0218057334, 0.00710667949, -0.0128689567, -0.0114468439, 0.022007782, 0.019241266, 0.0112292524, -0.0233599544, 0.0111359991, 0.00521052862, -0.0162882451, -0.0134828743, 0.0111049153, 0.0214638039, 0.00906888489, 0.009061113, -0.0120219057, -0.0245722476, -0.0151692051, 0.00692017283, 0.0181377698, -0.00496185338, 0.000967017433, -0.00126280531, -0.0129855238, -0.021603683, 0.00287142489, -0.0048686, 0.0180134308, -0.00616637524, -0.00544754742, -0.0186662041, -0.0223186258, 0.00503179338, 0.00581667526, 0.012814559, 0.00832285825, -0.0101412972, 0.015044868, 0.0106541906, 0.0101412972, 0.0075107771, -0.0199406669, -0.0142988414, 0.00416142913, -0.0285355132, -0.0212772973, 0.022007782, 0.0206400659, 0.00324638095, -0.0208732, 0.0159152318, -0.00700565521, 0.000874249788, -0.00889014918, -0.0159618575, -0.00656270189, -0.00368933403, -0.00563793955, -0.0101335263, -0.00773613947, 0.023266701, -0.0189148802, 0.01282233, -0.00567291, 0.0150604099, -0.0266393628, -0.00540092075, 0.0122394972, 0.0250540562, 0.0163193289, -0.00399046438, -0.0139802257, 0.0253959857, -0.00913105346, -0.00342123094, 0.00680360617, -0.0164747518, -0.00282479823, 0.015604387, 0.0092398487, 0.016863307, -0.00150953792, -0.0134906452, 0.0130321505, 0.0169876441, -0.0322345607, -0.00349117094, 0.00281314156, -0.0260176733, 0.00111612561, 0.00871141348, -0.0128767276, -0.020904284, 0.00936418679, 0.0271211714, -0.0108873239, -0.0270123761, 0.00937195774, -0.00325220916, 0.00210985611, -0.00564571097, 0.00748357829, 0.0146485409, 0.00116955198, 0.0119519662, -0.0290639494, -0.0151692051, 0.00928647537, 0.0128611857, -0.00292582274, -6.06510803e-05, -0.00498516671, 0.0144620342, 0.00319586857, 0.0120374486, 0.0183709022, -0.0070755952, 0.0109339505, -0.00698622735, -0.00573119288, -0.0200028345, 0.00655493047, 0.0062829419, -0.000307444512, 0.0195521116, -0.00629848428, -0.000449995801, 0.0137237785, 0.0137315504, -0.00906888489, 0.0187594574, 0.00974497106, -0.0125037152, 0.0113147348, 0.0171119832, 0.00634899642, -0.00192140671, 0.00712222187, -0.0113147348, -0.00582444621, -0.00593324192, -0.00368350581, -0.0251006838, -0.0132652838, 0.00394772366, 0.011843171, 0.0236241724, 0.00274708704, -0.00666761165, 0.00549806, 0.00918545108, 0.0176093336, -0.0135683566, -0.0095584644, 0.00232356158, 0.00302878977, 0.0205468126, -0.00891346205, 0.0205157287, 0.00519887218, 0.0102112377, -0.0128922705, 0.0105531663, -0.0125037152, 0.0181533117, 0.00301324762, -0.0143143833, 0.00746026495, -0.00477146124, -0.00464712316, -0.0158219784, -0.0130554633, 0.00536206551, 0.031068895, 0.0164125822, -0.0282402113, -0.000781967887, -0.00511339, 0.0259555057, 0.00336683309, -0.0155733032, 0.0259865895, 0.00135800138, -0.000165378922, -0.0170498136, 0.00273348764, -0.00942635536, 0.00823737588, 0.00968280248, -0.00463546673, -0.000125551989, -0.00126960501, 0.0121540148, -0.0156432427, -0.0243391134, 0.00857930444, -0.0136849238, -0.0118043153, -0.0055718855, 0.0331981778, 0.0285821389, 0.00291222311, -0.0194588583, -0.00575839216, 0.0159618575, -0.0140346233, 0.0233910382, 0.0167700537, 1.51172362e-05, 0.0104832267, 0.00364270736, -0.0200183783, -0.0124182329, -0.000759140239, 0.003691277, -0.0077594528, -0.00406040438, 0.0196609069, 0.0102345506, -0.0393839814, 0.0130088367, -0.00463935221, 0.00989262201, 0.0191169288, 0.000459952542, 0.0206556078, 0.0143610099, -0.00491522672, -0.00489579886, -1.87902988e-05, 0.00543977646, -0.0153479408, -0.010452142, -0.00898340251, -0.0055718855, 0.0255358648, 0.00026543194, 0.014213359, 0.00524161337, 0.00677640736, 0.00325220916, -0.0204069335, -0.00325803761, 0.0169876441, -0.00965171773, -2.02777373e-05, -0.0159774013, 0.0181377698, -0.000408468943, 0.0323278159, -0.00442564674, 0.0092398487, 0.00208848552, 0.00456164125, -0.0160395689, 0.0168477651, -0.00986930914, 0.0118198572, -0.00922430679, 0.0343483, 0.00164747518, -0.00646556308, 0.00512504671, -0.0100169601, -0.00714164926, 0.000745055091, -0.00934087299, -0.00583221763, -0.0163504146, 0.00634899642, 0.00474814791, -0.010584251, -0.00547086075, 0.00237795943, -0.00754186139, -0.0241836924, 0.0156432427, -0.0098537663, 0.00040919747, -0.0195521116, -0.00346008642, 0.00255280943, -0.0114079881, -0.0108406972, -0.0024595561, -0.0146407699, -0.0123949191, -0.0216658525, 0.00238378765, 0.0342861339, 0.0150137832, -0.0267170742, 0.00701342616, -0.00307541643, -0.00875804, 0.0123949191, 0.010452142, 0.0251628514, 0.000724655925, -0.00522218551, 0.00769339828, -0.00816743542, -0.021044163, -0.00739809591, 0.00687354617, 0.0297167227, -0.00778276613, -0.00826068874, 0.0154800499, -0.00819074921, 0.0035475113, 0.0210752487, 0.0042352546, 0.0216503106, 0.00527269766, -0.0179201774, -0.0175316222, 0.0171119832, 0.00264800549, -0.00615860429, 0.0185107831, 0.0242147762, -0.000146315419, -0.0107474439, 0.0346280634, -0.00575062074, -0.00439844793, -0.013234199, -0.00950406678, 0.00043008232, 0.00566125289, -0.00138325745, 0.00163776125, 0.00808972493, 0.0283490065, 0.0232822429, -0.0272921361, 0.0139491409, 0.0217124801, -0.024385741, 0.0272455085, -0.00807418209, -0.000577004859, -0.000829080236, -0.00387195521, -0.0017931835, -0.0180134308, -0.00584775954, 0.0102734063, -0.021184044, 0.0346280634, -0.0078177359, -0.0142677566, 0.0154800499, -0.0037009907, 0.00069017167, 0.00994702, 0.00765065709, -0.0266549047, 0.00561074074, 0.00777110923, -0.00583610311, -0.00506676314, 0.0121462438, 0.00589438621, -0.00475980435, 0.00559519883, 0.0142677566, 0.0183709022, 0.00536206551, 0.0161483642, -0.0177802984, 0.0303228684, 0.00286171096, 0.0152857723, 0.00316478428, -0.0161483642, -0.0054902886, -0.00601872429, -0.00331437821, -0.017966805, 0.0143920947, 0.0275408104, 0.00478311768, -0.00603038073, 0.00581279, -0.0171275251, -0.00442176126, -0.00712222187, 0.0124726305, -0.0171741508, -0.0149205299, 0.0235153772, 0.0120374486, -0.00395160913, -0.035125412, 0.00516390195, -0.00610032072, -0.000755254703, -0.00297633489, -0.00133177382, -0.00124143471, -0.00355333975, -0.0034076313, -0.0192723516, 0.0111670839, 0.00267131883, -0.0144231785, 0.0174849965, -0.00289668096, -0.00805086922, 0.0079148747, 0.0045422134, -0.00572342193, 0.0219456125, -0.00767008495, -0.00663652737, -0.000540092122, -0.00601095287, -0.00665595522, -0.00152410881, 0.0121462438, 0.0179978888, 0.0081752073, -0.000789738959, 0.0111748548, 0.00296662096, 0.0119519662, 0.0061042062, 0.0020340879, -0.0153013142, 0.0150215542, 0.00559519883, -0.0205623545, 0.020065004, -0.00250424, -0.0123949191, 0.00550971646, -0.00934864487, 0.0120763034, 0.0210907906, 0.00574673526, -0.00988485105, -0.00791098922, -0.00865701586, 0.0301829875, 0.0159774013, -0.0198007859, -0.0273853894, -0.00157073548, 0.0044606165, -0.00157850655, 0.0084705092, -0.0120063638, 0.0194588583, 0.0322967283, -0.00982268248, 0.00758071709, -0.0172674041, 0.0202204268, -0.018122226, -0.00513281766, -0.0060342662, 0.0124493167, -0.00668315403, -0.0235775448, 0.00303267548, -0.0581589825, -0.00139199989, -0.0110349748, 0.0136460681, -0.0101568401, 0.0106153348, -0.00816743542, 0.0102734063, -0.0050279079, 4.82355172e-05, -0.00507453457, -0.014065708, -0.0307269655, 0.000842679641, -0.00451501459, 0.0127057638, 0.021044163, 0.00512116123, 0.00286559644, -0.00601095287, -0.00942635536, 0.00145902578, 0.0044606165, -0.0182310231, 0.00191654987, -0.00515224552, 0.00290445215, 0.00174364261, -0.0164747518, -0.0095584644, 0.0174539108, -0.00897563156, 0.0070639383, -0.00802755542, 0.00596432621, -0.0105531663, -0.0129233543, -0.0204380173, 0.00785270613, 0.00996256247, 0.0111359991, -0.00491134124, -0.00165038928, 0.00197386183, 0.0198007859, -0.0125969686, -0.0177336708, 0.0112214815, -0.0143998656, -0.0173140317, -0.0181533117, -0.00225750729, 0.00191752124, 0.00834617112, -0.0178735517, 0.00693182927, -0.0157753527, -0.0102345506, 0.0201427154, -0.0285821389, -0.000241997201, -0.0193345193, 0.0105609372, -0.00191072153, 0.00863370206, 0.00201077457, 0.00127543334, -0.00373596069, -0.00213122671, -0.00372818974, -0.00323083857, -0.018246565, -0.00733204139, -0.00875804, -0.015752038, -0.00189032231, 0.000926704786, -0.0123871481, 0.00407983223, -0.00709890854, 0.0092631625, 0.00158239214, 0.0209819954, 0.0142366719, 0.0176093336, 0.0237485096, -0.00189129368, -0.00787601899, -0.0121307019, -0.0081518935, 0.00342511642, -0.0158297494, -0.00714553474, 0.0239039324, 0.0128689567, 0.0110660596, -0.0189925916, 0.00392441032, -0.0126513662, 0.00993924867, -0.00324638095, -0.0164902937, 0.0236552563, -0.0181843955, 0.0305870865, -0.00780607946, 0.00305987429, 0.00601095287, 0.0048375153, -0.0179046355, 0.014904988, -0.00443341769, 0.0190236755, 0.0170808975, 0.0108018415, -0.00808972493, 0.00646556308, -0.000263246329, -0.000294816447, -0.0107085882, 0.0187439155, -0.00699011283, 0.0141045637, 0.0115789529, -0.0196764488, 0.0114623858, -0.0161328223, -0.0237485096, 0.00181358261, -0.022986941, -0.0214016344, -0.00861816, 0.00176792732, -0.00431296555, 0.00639562309, -0.00667149713, -0.00413034437, -0.00283256941, 0.00496573886, -0.00262469216, -0.0180600584, 0.000346542918, -0.00773613947, -0.0157831237, -0.0226916391, -0.0249608029, 0.0123249795, 0.0273853894, -0.0123871481, 0.00540869217, -0.0173451155, 0.0149904694, 0.0319858864, 0.00448393, -0.000822280475, -0.0161172803, -0.0162260756, -0.00218173885, -0.0195210259, 0.000421582663, 0.00555634312, 0.0104909977, 0.0140579371, 0.0156743266, 0.00177958398, 0.00523384195, 0.00499293767, -0.0105609372, -0.0129855238, -0.0050279079, 0.0115556391, 0.0320791379, -0.0390109681, 0.0168166813, -0.014904988, -0.0188371688, 0.00333574857, -0.0128844995, 0.0184952393, -0.00155907881, -0.00319392583, 0.0210286211, 0.00717661949, 0.000469666411, 0.00295884977, -0.00979936868, -0.00565348193, 0.0254736952, 0.00899117347, 0.000726113038, -0.00541646313, -0.000876192586, 0.0101568401, -0.0120063638, -0.021883443, 0.000294816447, 0.000976731302, 0.0121928705, -0.0106386486, -0.00128029031, 0.0200805459, 0.01380149, 0.00815966446, 0.00367573462, -0.0144231785, 0.00268686097, -5.79038715e-06, -0.0151692051, 0.0118276281, -0.000842193956, -0.00896008871, -0.00500848, 0.0106231067, -0.00132303138, -0.00899117347, 0.0179823469, -0.0240438115, 0.0125658838, -0.00823737588, -0.00274708704, 0.0123327505, -0.00457718316, 0.0052183, -0.0146407699, 0.0119053395, -0.0175782498, -0.00320363976, 0.0200494621, -0.0184952393, 0.0230801944, -0.0103899734, 0.0212617554, 0.00850936491, -0.0162105337, -0.0131331747, 0.0134362476, -0.0160706546, 0.00480643101, -0.0125192571, 0.0159152318, 0.0208265726, -0.00472483458, -0.0130166076, -0.0287375618, -0.00316672702, 0.0104055153, 0.00545143336, -9.58032e-05, 0.0181843955, -0.0130243795, 0.00327940821, 0.00127640471, -0.0114002172, 0.00222836551, -0.00520664314, 0.00411091698, -0.0308979303, 0.00709113711, -0.0151070366, 0.0117188329, -0.0203758478, 0.000745055091, 0.0155966161, 0.0284733437, -0.00425468246, -0.0180289727, 0.0235153772, -0.0291105751, -0.00741363829, -0.0152546875, 0.000215162581, -0.0125581129, -0.00227304944, -0.0246344171, 0.00824514683, 0.0150526389, -0.00455775578, -0.0205778982, 0.00550971646, 0.00514836, -0.0187128317, -0.0195210259, -0.00424691103, 0.00136480108, -0.00704451045, 0.0110893734, -0.023546461, -0.0102345506, -0.00256252335, -0.0103278039, -0.000174971385, -0.0109028667, -0.010032502, -0.00360385189, -0.0228936877, 0.0163504146, -0.0148428185, -0.0195210259, -0.0233133286, -0.00983045343, 0.0021661967, -0.0256912876, 0.00932533108, 0.000531835307, 0.0110349748, -0.0286287665, -0.00067365804, -0.0243235715, 0.0114313019, 0.0166457165, -0.00357665308, -0.0148195056, -0.0100791287, 0.0157908946, 0.0146718547, -0.011143771, 0.00141337048, -0.0122394972, 0.0163970403, -0.0079964716, -0.00253532431, 0.0134129347, 0.010864011, -0.00538537884, 0.0045422134, -0.00260915, -0.00112681079, -0.0240282696, 0.00372818974, 0.0105687082, -0.0195831954, 0.00108018424, -0.0026266349, 0.0166612584, -0.0116178086, -0.0111748548, -0.0168011375, 0.00721936068, -0.0136771519, -0.0153323989, -0.0245411638, -0.0141511904, -0.00175724213, -0.0183242764, 0.00733981282, -0.00372430403, -0.0128456438, -0.0122084124, 0.0152002899, 0.00496962434, -0.00390692521, 0.00488025649, 0.00449947221, 0.00561462622, -0.000362327963, 0.00840056874, -0.0116566643, -0.0173451155, 0.00552914431, -0.00859484728, -0.00651607523, 0.00261109276, -0.00632179761, -0.00784493517, -0.0173295736, -0.00529989647, -0.00563793955, -0.00501236552, 0.0106153348, 0.00512504671, -0.0137393214, 0.0150215542, 0.0205934402, 0.0750378296, 0.019225724, 0.00318421191, -0.00468986435, 0.018806085, -0.00512893219, 0.00782550685, 0.0427721851, -0.03761217, 0.00336683309, -0.00913882442, -0.0176404174, 0.00998587534, 0.00822960492, 0.0105687082, -0.0255514067, 0.0156354718, -0.00877358206, -0.00543589098, -0.00680749165, 0.00300159096, 0.00144542637, -0.00407594675, 0.00801201351, 0.00285976822, -0.00793430209, 0.00705616735, 0.00690074498, -0.00613529095, -0.00252561062, -0.00930201821, -0.00360385189, 0.012814559, -0.00568845216, -0.0159463156, 0.0319858864, 0.00200494612, 0.00552525884, -0.0028500543, -0.00841611158, 0.0117343748, 0.0252561048, -0.00485694315, 0.000433967885, 0.0194433145, -0.00945744, 0.0141123347, -0.00920876488, 0.00646167714, -0.0312864855, 0.00905334204, -0.0173451155, 0.00875026919, -0.0110971443, 0.00479477458, 0.0182776488, 0.0286132246, 0.00646167714, -0.0101024425, 0.0230801944, -0.00655493047, 0.0197075326, 0.00379424402, 0.00735535473, 0.0147262523, -0.00798870064, -0.00322501035, 0.000754283275, -0.00087667827, -0.010024731, -0.0157209542, -0.0182310231, -0.00219922396, -0.00762734376, 0.0175005384, 0.0196609069, -0.014213359, 0.0234687496, -0.00943412632, 0.00890569109, -0.00315312762, 0.0302917846, -0.0129466681, 0.00661321403, -0.00558742741, -0.00787990447, -0.0128844995, -0.0210286211, -0.00763511471, 0.022442963, 0.0111126862, 0.0603038073, -0.0253493581, 0.0224895906, 0.00960509107, -0.00170867261, -0.00343483035, -0.0156976413, 0.0229092296, -0.0119441953, 0.00294525037, -0.0190081336, 0.014353239, 0.018775, -0.000319829705, 0.0287531037, -0.000159914853, 0.00905334204, 0.0125814257, 0.00547474669, 0.00687743165, -0.00825291779, 0.00661709951, -0.00115109561, -0.000142794132, -0.000173514301, 0.00388361188, -0.00524938432, 0.029250456, -0.0139724547, 0.00113846746, 0.00217591063, -0.0189304221, -0.00174461398, 0.00488802791, -0.00891346205, 0.0281003304, 0.0222564563, 0.000897563121, 0.0066598407, -0.000692600093, -0.00779830804, 0.0138481166, 0.00174558547, 0.0256602019, 0.0208265726, -0.0165990889, 0.0218679011, 0.00983045343, 0.0277273171, 0.00664429832, -0.0210130792, 0.000208848563, 0.0118043153, -0.00228276337, -0.00981491059, 0.00641505048, -0.00754186139, -0.00275874371, -0.0124493167, 0.00329883583, -0.000674629409, -0.0147262523, -0.00733204139, -0.00438290555, 0.0162727032, -0.00465878, -0.0293281656, 0.0123949191, -0.00244207098, -0.00289668096, 0.00458106911, 0.0134362476, 0.0141822742, 0.0105453953, -0.000943218358, -0.0138092609, -0.0170808975, -0.00662098499, -0.00352808367, 0.00881243777, 0.0126513662, -0.0118897976, 0.02508514, 0.00633733952, 0.0200183783, 0.00258389371, -0.0156587847, 0.00558742741, -0.0197386183, -0.00974497106, 0.0292659979, 0.00382921402, 0.039446149, -0.0377365053, 0.0154489651, 0.0237951372, 0.0141745033, 0.0121307019, 0.024385741, -0.000880563806, 0.0154722789, 0.0107863, -0.00333769154, -0.0117188329, 0.00865701586, 0.01352173, -0.0072038183, -0.0158452913, -0.0179201774, -0.00165913184, 0.00305404584, 0.0207177773, -0.0193500612, -0.0184796974, -0.00543977646, -0.00455387, 0.000381512888, 0.0154334232, 0.00585164549, 0.00331437821] |
27 Jan, 2023 | Node.js Http2ServerResponse.getHeaderNames() Method
27 Jan, 2023
The Http2ServerResponse.getHeaderNames() is an inbuilt application programming interface of the class Http2ServerResponse within the http2 module which is used to return an array containing the unique names of the current outgoing headers.
Syntax:
response.getHeaderNames()
Parameters: This method does not accept any arguments as a parameter.
Return Value: This method returns an array containing the unique names of the current outgoing headers.
How to generate a Private key and Public certificate?
1. Filename: Private key
Open notepad and copy-paste the following key and save the file as private-key.pem
-----BEGIN RSA PRIVATE KEY-----
MIICXQIBAAKBgQC38R9wXcUbhOd44FavgmE5R3K4JeYOHLnI7dUq1B8/Gv7l3SOg
JKef/m9gM1KvUx951mapXGtcWgwB08J3vUE2YOZ4tWJArrVZES0BI/RmFAyhQFP5
HcWl3LSM9LRihP98F33oIkKaCxA5LxOrkgpV4HrUzIKTABDYah7RPex1WQIDAQAB
AoGBAIXR71xxa9gUfc5L7+TqBs+EMmrUb6Vusp8CoGXzQvRHMJCMrMFySV0131Nu
o0YYRDsAh1nJefYLMNcXd1BjqI+qY8IeRsxaY+9CB2KKGVVDO2uLdurdC2ZdlWXT
Vwr3dDoyR0trnXJMmH2ijTeO6bush8HuXxvxJBjvEllM5QYxAkEA3jwny9JP+RFu
0rkqPBe/wi5pXpPl7PUtdNAGrh6S5958wUoR4f9bvwmTBv1nQzExKWu4EIp+7vjJ
fBeRZhnBvQJBANPjjge8418PS9zAFyKlITq6cxmM4gOWeveQZwXVNvav0NH+OKdQ
sZnnDiG26JWmnD/B8Audu97LcxjxcWI8Jc0CQEYA5PhLU229lA9EzI0JXhoozIBC
TlcKFDuLm88VSmlHqDyqvF9YNOpEdc/p2rFLuZS2ndB4D+vu6mjwc5iZ3HECQCxy
GBHRclQ3Ti9w76lpv+2kvI4IekRMZWDWnnWfwta+DGxwCgw2pfpleBZkWqdBepb5
JFQbcxQJ0wvRYXo8qaUCQQCgTvWswBj6OTP7LTvBlU1teAN2Lnrk/N5AYHZIXW6m
nUG9lYvH7DztWDTioXMrruPF7bdXfZOVJD8t0I4OUzvC
-----END RSA PRIVATE KEY-----
2. Filename: Public certificate
Open notepad and copy-paste the following key and save the file as public-cert.pem
-----BEGIN CERTIFICATE-----
MIICfzCCAegCCQDxxeXw914Y2DANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMC
SU4xEzARBgNVBAgMCldlc3RiZW5nYWwxEDAOBgNVBAcMB0tvbGthdGExFDASBgNV
BAoMC1BhbmNvLCBJbmMuMRUwEwYDVQQDDAxSb2hpdCBQcmFzYWQxIDAeBgkqhkiG
9w0BCQEWEXJvZm9mb2ZAZ21haWwuY29tMB4XDTIwMDkwOTA1NTExN1oXDTIwMTAw
OTA1NTExN1owgYMxCzAJBgNVBAYTAklOMRMwEQYDVQQIDApXZXN0YmVuZ2FsMRAw
DgYDVQQHDAdLb2xrYXRhMRQwEgYDVQQKDAtQYW5jbywgSW5jLjEVMBMGA1UEAwwM
Um9oaXQgUHJhc2FkMSAwHgYJKoZIhvcNAQkBFhFyb2ZvZm9mQGdtYWlsLmNvbTCB
nzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAt/EfcF3FG4TneOBWr4JhOUdyuCXm
Dhy5yO3VKtQfPxr+5d0joCSnn/5vYDNSr1MfedZmqVxrXFoMAdPCd71BNmDmeLVi
QK61WREtASP0ZhQMoUBT+R3Fpdy0jPS0YoT/fBd96CJCmgsQOS8Tq5IKVeB61MyC
kwAQ2Goe0T3sdVkCAwEAATANBgkqhkiG9w0BAQsFAAOBgQATe6ixdAjoV7BSHgRX
bXM2+IZLq8kq3s7ck0EZrRVhsivutcaZwDXRCCinB+OlPedbzXwNZGvVX0nwPYHG
BfiXwdiuZeVJ88ni6Fm6RhoPtu2QF1UExfBvSXuMBgR+evp+e3QadNpGx6Ppl1aC
hWF6W2H9+MAlU7yvtmCQQuZmfQ==
-----END CERTIFICATE-----
Example 1: Filename: index.js
Javascript
// Node.js program to demonstrate the
// Http2ServerResponse.getHeaderNames() method
const http2 = require('http2');
const fs = require('fs');
// Private key and public certificate for access
const options = {
key: fs.readFileSync('private-key.pem'),
cert: fs.readFileSync('public-cert.pem'),
};
// Request and response handler
const http2Handlers = (request, response) => {
// Setting new header
response.setHeader(
'Content-Type',
'hello world; charset=utf-8'
);
// Getting header's names
// by using getHeaderNames() method
const value = response.getHeaderNames()
// Display the header
console.log("header names :- " + value);
};
// Creating and initializing server
// by using http2.createServer() method
const server = http2
.createServer(options,http2Handlers);
server.on('stream', (stream, requestheader) => {
stream.write('hello ');
// Getting all information of this
// http2stream object by using
// state method
const status = stream.state;
stream.end("priority weight : "
+ status.weight);
// Stopping the server
// by using the close() method
server.close(() => {
console.log("server destroyed");
})
});
server.listen(8000);
// Creating and initializing client
// by using tls.connect() method
const client = http2.connect(
'http://localhost:8000');
const req = client.request({
':method': 'GET', ':path': '/'});
req.on('response', (responsesocket) => {
console.log("status : "
+ responsesocket[":status"]);
});
req.on('data', (data) => {
console.log('Received: %s ',
data.toString().replace(/(\n)/gm,""));
});
req.on('end', () => {
client.close(() => {
console.log("client destroyed");
})
});
Run the index.js file using the following command:
node index.js
Output:
header :- content-type
status : 200
Received: hello
Received: priority weight : 16
client destroyed
server destroyed
Example 2: Filename: index.js
Javascript
// Node.js program to demonstrate the
// Http2ServerResponse.getHeaderNames() method
const http2 = require('http2');
const fs = require('fs');
// Private key and public certificate for access
const options = {
key: fs.readFileSync('private-key.pem'),
cert: fs.readFileSync('public-cert.pem'),
};
// Request and response handler
const http2Handlers = (request, response) => {
// Setting new header
response.setHeader('Foo', 'bar');
response.setHeader(
'Set-Cookie', ['foo=bar', 'bar=baz']);
// Getting header names
// by using getHeaderNames() method
const value = response.getHeaderNames()
// Display the header
console.log("header names")
value.forEach(element => {
console.log(element);
});
};
// Creating and initializing server
// by using http2.createServer() method
const server = http2.createServer(options,http2Handlers);
server.on('stream', (stream, requestHeaders) => {
// Getting all information of this http2stream object
// by using state method
const status = stream.state;
stream.end("The sum weight of all Http2Stream : " +
status.sumDependencyWeight);
// Stopping the server
// by using the close() method
server.close(() => {
console.log("server destroyed");
})
});
server.listen(8000);
// Creating and initializing client
// by using tls.connect() method
const client = http2.connect('http://localhost:8000');
const req = client.request({ ':method': 'GET',
':path': '/www.geeksforgeeks.org' });
req.on('data', (data) => {
console.log('Received: %s ',
data.toString().replace(/(\n)/gm,""));
});
req.on('end', () => {
client.close(() => {
console.log("client destroyed");
})
});
Run the index.js file using the following command:
node index.js
Output:
header names
foo
set-cookie
Received: The sum weight of all Http2Stream : 0
client destroyed
server destroyed
Reference: https://nodejs.org/dist/latest-v12.x/docs/api/http2.html#http2_response_getheader_name
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method | https://www.geeksforgeeks.org/node-js-http2serverresponse-getheadernames-method?ref=asr10 | CSS | Node.js Http2ServerResponse.getHeaderNames() Method | Node.js Stream readable.destroyed Property, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Readable Stream close Event, Node.js http.ServerResponse.getHeader() Method, Node.js http.ServerResponse.sendDate Method, CSS pause-before Property, CSS, Node.js Stream writable.writableFinished Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0213420484, -0.0197530575, -0.0126171745, 0.0272752549, 0.040030919, -0.0141478535, 0.00416199118, 0.023485, -0.0321588516, -0.00428225892, -0.00454466091, 0.0151318619, 0.0102191092, 0.00256206631, 0.00614458555, 0.0129087325, -0.040818125, -0.0168812107, -0.012682775, 0.027289832, 0.00782833342, 0.0292724278, -0.0190387405, -0.0114290752, -0.0346079394, 0.0223187674, 0.0170707237, 0.0114655197, -0.0300596338, -0.001778504, 0.0205839984, 0.0173477028, 0.00396883395, -0.0133023355, -0.00243450957, -0.0198113695, -0.0494774, 0.000974897179, -0.0209776014, -0.0115092536, 0.0310509317, -0.0141988769, -0.003480474, -0.00636325404, -0.0176246837, 0.0309926197, -0.00600974029, -0.0368237793, 0.00611543, -0.026531782, -0.014082253, 0.0419552028, -0.0327419676, 0.0179308187, 0.00955581479, -0.000173568144, -0.00197166135, -0.00700103724, 0.0297826529, 0.0298263878, 0.0168520547, -0.0663002953, 0.00120176584, -0.0274064559, 0.0367071554, 0.0278292149, -0.013149268, 0.0508185662, -0.0105325337, -0.000749395287, -0.0127265081, 0.0695657507, 0.0339956656, 0.0488359705, -0.0321880057, -0.00973075, 0.0182223767, 0.0188492276, 0.00229966408, 0.0110136047, -0.0200883485, -0.0042567472, 0.0167500097, -0.0240535382, 0.0240681153, -0.0315465815, -0.0205548424, -0.0330626816, 0.0157732908, 0.00330189476, 0.0103138657, 0.0576410256, 0.0109261377, -0.0301179457, -0.0199717265, 0.028295707, -0.00508404337, -0.0463577285, -0.0301179457, 0.0325087197, -0.013178423, 0.0207443554, 0.000858729531, -0.0202924404, -0.0186888706, 0.000512048835, 0.0333250836, -0.00312149315, -0.0039870562, 0.0187180266, 0.0445209108, -0.00402350072, -0.00981821679, 0.0280187279, -0.00471230689, 0.00431505917, -0.0140385199, -0.0175517946, -0.0119611686, 0.000783106661, -0.00252926606, -0.0229601953, 0.0148403039, 0.0125442846, -0.0578742698, 0.0231934413, -0.0140020745, -0.0237619802, 0.0156712439, -0.00196437235, -0.00186323805, -0.0254530162, 0.0116404546, 0.0256425291, -0.0150735509, 0.00227597496, 0.0094756363, 0.0248553231, -0.0318672955, -0.040030919, -0.0176246837, -0.0428007208, 0.0231059752, -0.0100514637, 0.0596527755, 0.0081198914, -0.0252780821, 0.00500750914, -0.0463868827, 0.0197822135, -0.013236735, -0.0169978328, 0.00200628373, -0.0237911362, 0.0205985755, -0.0295639858, 0.0249865241, 0.0206277315, -0.0244617201, 0.0123985056, -0.0174351707, -0.0296660308, 0.0257591531, 0.0261527561, 0.0188783836, 0.0508768782, 0.0316632, -0.00266775605, 0.000504759839, 0.0333250836, -0.0227561053, -0.0212108474, 0.0122162821, 0.0190533176, -0.0367071554, -0.0213857815, 0.0671749711, -0.00778459944, -0.0113124521, -0.00649081077, 0.00105052011, 0.00461390615, 0.0140312305, -0.00376109872, 0.0364447534, 0.0184264686, 0.00954852626, -0.0283248629, -0.0154379979, -0.0174789038, -0.0458329245, 0.00208281772, 0.0308468398, 0.00801055692, 0.0395935811, 0.0179016627, -0.0067641465, 0.000522071088, 0.0271732099, 0.0316048898, 0.00580564933, -0.0092788348, -0.0245783422, -0.00306682615, 0.0180620197, 0.0222750343, 0.0145924799, 0.014257188, 0.0384856611, 0.0254530162, -0.0632680953, -0.0539382361, 0.00315611577, -0.00191152736, 0.0199279916, 0.0283540189, -0.0218085404, 0.0395352691, -0.0240826942, 0.00981092826, -0.000124937171, -0.0291412268, 0.00984008424, 0.0234995782, -0.0342289135, -0.0270420089, 0.00241993181, -0.012930599, 0.00364994211, 0.00496013137, -0.0391562432, -0.0116623212, -0.0199279916, -0.0156129329, 0.0315757357, 0.0256716851, 0.00825838186, -0.0237911362, -0.0142790554, -0.0235433113, -0.0153359529, 0.00385585497, 0.0288788229, 0.00207188423, -0.0307885297, -0.0201758165, -0.0512850583, 0.00799597893, 0.00139765639, 0.0287038889, 0.0320130736, -0.0265172031, -0.000278346823, -0.0116623212, -0.0232954882, 0.0392728671, -0.0164001398, 0.00596236205, 0.0300596338, -0.039826829, 0.0194615, 0.0226103254, -0.0178579297, 0.00123001053, -0.00482893, 0.0133606475, 0.0206277315, -0.0171873458, 0.00194614986, 0.00234886445, 0.0577868037, -0.0130545115, -0.00479248539, 0.0463285707, 0.00417292444, 0.0153359529, -0.0204819515, -0.0251760371, 0.054842066, -0.00347136287, 0.00453372765, -0.0419552028, 0.0446083806, -0.0200737715, -0.0209776014, -0.00163090276, 0.0398559831, -0.00900914334, -0.0253363941, 0.0153359529, -0.0147819929, 0.0323046297, 0.0210213345, 0.00639241, 0.00524075562, -0.0034075845, 0.00423488067, 0.0107730692, -0.00298482552, 0.0278146379, -0.0059222728, -0.0261673331, -0.0281790849, 0.00272606756, -0.0392728671, -0.00351509661, 0.013309624, -0.00145870133, 0.0109115597, 0.0122017041, -0.0270420089, 0.00493097538, -0.0361240394, -0.0280770399, -0.0440835766, -0.00064324995, 0.0181786437, 0.0481653884, -0.0229601953, -0.0220563654, 0.000870574091, 0.0196072776, -0.0278146379, 0.0275376569, 0.0237619802, -0.0103211543, -0.0201175045, 0.00849162787, 0.0242576282, -0.00190423848, -0.0217502303, 0.0141988769, 0.0108605372, -0.00483986363, 0.0428007208, -0.0238057133, -0.00622476405, -0.0252343491, 0.00459932815, 0.0362115093, -0.0370861813, -0.0380774811, -0.0299138557, 0.0313133337, 0.0112322737, -0.0149204824, -0.0451040305, -0.00614094129, 0.038777221, -0.00435879268, 0.00137761177, 0.0500313602, 0.0661836714, -0.00290464703, 0.0174934827, -0.00896540936, -0.0202632844, -0.013805273, 0.00944648, 0.00139127846, -0.00827295892, 0.0329460576, -0.0118445456, 0.0236890912, -0.00164456957, -0.0492149964, -0.0373485833, -0.0129233105, -0.0238057133, -0.0197384786, -0.0223916583, -0.00342398463, -0.0276251249, 0.0155254658, -0.0250885691, -0.053267654, -0.000247824326, 0.00315976026, 0.00957039278, 0.00164274732, 0.0184264686, 0.0235724673, 0.0116914771, 0.0283540189, -0.0231642853, 0.0304678157, 0.0373485833, -0.0251468811, 0.0210067574, 0.0410513729, -0.0312550217, 0.01341167, 0.00522982236, -0.00711766072, -0.00967243779, 0.0332376175, -0.0140312305, -0.0219543204, 0.055221092, -0.0300013218, -0.00760966493, -0.00373558747, 0.0152047519, -0.00493461965, -0.038981311, -0.00683339173, -0.0172019247, -0.0168374777, 0.0163126718, -0.00160083582, 0.0250885691, -0.00887065381, -0.0201029275, -0.00353878574, 0.0466784425, 0.0389521532, 0.0231497083, 0.0632097796, -0.0194031876, -0.0394769572, 0.00510226563, -0.0300596338, 0.0195781216, 0.00583844958, -0.00268780068, 0.00723792845, -0.000190423845, 0.00300669228, 0.00656370027, 0.00218850747, -0.0312258657, 0.00299211429, 0.0114072086, -0.00808344688, -0.0373485833, -0.0709069148, 0.0203944854, -0.0135210045, -0.0160940029, -0.0191845186, -0.0285726879, 0.0212254245, 0.0145851914, -0.0225811694, -0.0369987153, 0.00524804462, -0.0569995977, -0.0143956784, -0.02758139, -0.00091111887, -0.0204527956, 0.00800326839, -0.0308176856, 0.0503229164, -0.00402350072, -0.0422176048, 0.0221292544, -0.00776273292, 0.01313469, 0.0153359529, -0.00478519639, 0.00772628793, -0.0242867842, 0.0102774212, 0.0498272702, 0.00846976135, -0.040351633, -0.0285143759, -0.013542871, 0.027741747, 0.026750451, 0.00935172383, 0.07901223, 0.0404391, 0.0169249438, -0.027318988, -0.0302637238, 0.000336658413, 0.0179453976, -0.0226540603, 0.026590094, 0.0184556246, 0.0601192676, -0.00019133497, 8.14881932e-05, 0.00594778406, 0.0216336064, 0.0143665224, -0.0284560639, -0.0261527561, 0.0217356514, -0.000612271891, -0.0211233795, 0.00064097211, 0.0193740316, 0.0308468398, -0.0183973126, -0.0195343886, 0.0113561852, 0.0352202095, 0.0425091609, -0.00350780762, 0.0289517138, -0.00200992823, -0.00393967796, 0.0211088024, -0.055949986, 0.0118664121, -0.0439086407, -0.0222750343, -0.0195198115, 0.0227998383, -0.0227998383, 0.0178579297, 0.0011962991, 0.00574733783, -0.0478446744, 0.0240535382, -0.0379900113, 0.0103138657, -0.0120267691, 0.00448634941, 0.0208026655, 0.0108386697, 0.0135647375, -0.0262256451, 0.00646165526, 0.00113252073, -0.0330043696, -0.0288350899, 0.00335838413, 0.0176684167, 0.00927154534, 0.0224645473, -0.027712591, -0.0121798376, -0.027260676, 0.0112614296, 0.00292651379, 0.0142353214, -5.62687092e-06, 0.0283831749, -0.00896540936, -0.0148038594, -0.0395352691, 0.040089231, 0.013149268, -0.00723428372, 0.0226394814, -0.00814904738, 0.0259195101, -0.00968701579, 0.00645072153, 0.00494190864, 0.0098546613, -0.0207735095, -0.0230185073, -0.00478884066, 0.0151464399, -0.0451331846, -0.0223916583, 0.0241993181, 0.00738006271, 0.00759508694, -0.0027042008, -0.00350416312, -0.0214586724, 0.0186597146, 0.0111156506, 0.00144959008, 0.0196072776, -0.0125734406, 0.00509862136, -0.0157587118, 0.0095412368, 0.0163418278, 0.013324202, 0.0006605612, 0.0118299676, -0.00794495642, 0.000418431329, 0.00512413261, 0.0383398831, -0.00615551928, -0.014067675, 0.0346370935, 0.00580564933, -0.00281353504, -0.00312149315, -0.0172893927, -0.0101753753, -0.00557604758, -0.00809073541, -0.0101024862, -0.00865927339, 0.0179453976, -0.0281061959, 0.0206714645, 0.00380118797, 0.0230185073, -0.00241628732, 0.00304495939, -0.00890709832, -0.00759508694, 0.00326727238, -0.0111083612, 0.0144831454, 0.0129670436, -0.00464306166, -0.0379025452, 0.00218121847, 0.0378150791, 0.0284560639, 0.0155108878, 0.00107512029, 0.0133023355, -0.0166916978, 0.0131419785, -0.00327820564, -0.0116040101, 0.0227852613, -0.000824562565, 0.0119757466, 0.000345314067, -0.000317297148, -0.00105416449, -0.0294765178, -0.041663643, -0.0198405255, -0.0245637652, -0.0103138657, -0.0261673331, -0.0142353214, -0.00789393391, 0.0165459178, 0.0311967097, -0.00293198065, -0.0438794866, -0.00684068073, 0.026429737, 0.00526626687, 0.00775544392, 0.00890709832, 0.077962622, 0.00246548769, 0.0113999192, -0.0366488472, 0.0141842989, -0.0151464399, 0.0090164328, 0.013819851, -0.0393311791, 0.0236307792, 0.013761539, -0.0172893927, -0.0208026655, 0.0247095432, -0.0331793055, -0.0081198914, 0.0312550217, -0.00105143117, -0.026706716, 0.0276688579, 0.0101972427, 0.0170124117, 0.0214878283, 0.00387407746, 0.00854265, 0.052597072, 0.0210359134, 0.00416928, -0.0382232592, 0.00311420439, 0.0315757357, -0.00498199789, -0.000333469507, -0.0300013218, 0.0332667716, -0.00295566954, -0.0310217757, -0.0295202509, 0.000338936225, -0.00384127721, 0.0331501476, -0.0438794866, -0.00865927339, -0.0183681566, 0.0123620611, 0.0134335365, -0.0310217757, -0.0147528369, 0.0260652881, 0.041547019, 0.0112031177, 0.00431141444, -0.00746024121, 0.0252635032, -0.0154525759, -0.0189075395, -0.0357741714, 0.0204090625, -0.0190095846, -0.0314882696, 0.0397393592, -0.00194068323, 0.0220417883, 0.00623934204, 0.0209047105, -0.0126536191, 0.0112614296, 0.0188638046, 0.0293744728, -0.013761539, 0.0327711254, -0.0203799065, 0.02626938, 0.00230330857, -0.0204236414, -0.0173622817, -0.0198113695, -0.00331647275, -0.0307885297, 0.0108386697, -0.0195198115, -0.00702290423, -0.0227123704, -0.00672770198, 0.0277854819, -0.0364447534, 0.00420572469, 0.000963963743, -0.0429756567, -0.00134663365, 0.00190606073, -0.013047222, -0.00742744096, 0.013644916, -0.0369112492, 0.0131274005, 0.0150589729, -0.00389594422, -0.0094756363, 0.0324504115, 0.0121944146, 0.00180219312, -0.0105762677, -0.0248553231, 0.0288788229, -0.0127629535, -0.00516057713, -0.00822193641, 0.0375526771, 0.0210650675, -0.0401183851, -0.0102409758, 0.00362260872, -0.00926425681, -0.0191699415, 0.0126098851, 0.0539965481, 0.0207006205, 0.0116331661, 0.00528813386, 0.0212837365, -0.00436608167, -0.0109261377, -0.0249719452, -0.0323337875, 0.0128358426, -0.00564529235, -0.00396518921, 0.0255842172, 0.000487448589, 0.00964328181, 0.0332084596, -0.0404391, -0.00358069711, -0.00620289706, -0.026502626, -0.00140676752, -0.0079158, 0.00790851191, 0.00249828794, -0.013586605, 0.00205366197, -0.0211671144, 0.0429465, 0.00964328181, 0.00185777142, 0.0258611981, 0.0317506716, -0.00558698084, 0.0102847097, 0.0100660417, -0.000245090981, 0.000413875736, -0.00668032374, 0.00159901357, 0.00275522354, -0.0311383978, 0.00511319889, -0.0324212536, 0.0276542809, 0.0112614296, -0.0161814708, -0.0283394419, -0.0353076793, -0.0377859212, -0.00522253336, 0.0196510125, 0.00623934204, -0.0157295559, 0.00491639739, 0.025555063, 0.00160356925, -0.0316632, 0.00468315091, -0.00686254725, 0.00564529235, -0.0254530162, -0.0182952676, 0.0103648882, 0.00161723595, -0.0255696401, -0.0498855822, 0.0150443949, 0.00264771143, 0.00627214229, -0.00507675437, 0.0196510125, -0.00822193641, -0.0101097748, -0.0384273492, 0.0515474603, -0.0133898025, 0.0101607973, -0.0175372157, 0.0178141966, -0.012697353, 0.0168374777, 0.0288205128, 0.00525168935, -0.0281061959, -0.0013138334, 0.0204090625, 0.0198259465, 0.00324722775, 0.0198259465, -0.0182661116, 0.0214003604, -0.00474146241, 0.00688076951, -0.0130253555, 0.0507894121, -0.00557240285, -0.00495648663, -0.0186451375, -0.0254238602, 0.0173185468, -0.0147018144, 0.0257737301, 0.0082510924, -0.0380774811, 0.00569995958, -0.0048362189, -0.00252562156, -0.0210650675, -0.0315757357, -0.00375016523, -0.00283357967, 0.0066329455, 0.00637054304, 0.0263568461, -0.00158352463, 0.00391781097, -0.00897998735, 0.000772628817, -0.0101535087, -0.0148986159, -0.00386678847, 0.0245929211, 0.00227961945, -0.0386605971, -0.0170124117, 0.00670219027, -0.0301762577, -0.00374287623, -0.0291120708, 0.026313113, 0.00959954876, -0.0206277315, 0.0042567472, -3.75836535e-05, -0.0110937832, 0.00190606073, 0.0302637238, 0.0210504904, -0.0314299576, 0.00755135342, 0.0350744314, 0.0232663322, 0.013090956, -0.00461755041, -0.00343856262, 0.0385148153, -0.0212400034, 0.0204382185, 0.00755135342, 0.00970888231, -0.0114072086, 0.00231059757, 0.0102263978, -0.0328294337, -0.0302637238, -0.00590769481, 0.00175663724, -0.0208172444, 0.0284414869, 0.0156566668, -0.00344402925, -0.0126900636, 0.00511319889, -0.0298847, 0.0260361321, -0.00531000085, -0.0180911757, -0.0182952676, -0.0199134145, -0.0073363292, -0.0155983549, 0.0154088428, 0.0110646272, -0.00356247486, 0.00344949611, -0.0175517946, 0.00224864134, -0.0359199494, -0.00414376846, -0.0424800068, -0.000604071829, 0.0242430512, 0.0303803477, -0.0115967207, -0.0116040101, 0.00596600631, -0.0243013632, -0.0303803477, -0.0397393592, 0.0199425705, -0.00368456473, -0.00897269882, 0.0101826647, -0.0293598939, 1.6257778e-05, -0.0151318619, -0.0432089, -0.0206131525, -0.0285581108, 0.0119538801, 0.0107876472, 0.0155546218, 0.00318162702, -0.013047222, -0.0012236326, 0.00718690548, -0.00115712092, -0.0143446559, -0.0104523553, 0.0100441743, -0.027902104, -0.00531364512, -0.026444314, 0.0144685674, -0.00630494254, -0.0165750738, 0.00241264282, -0.0335583314, -0.0295785628, -0.00879047532, 0.00514235487, -0.013805273, 0.0296368748, -0.00909661129, -0.0232954882, 0.0236599352, -0.0372319631, -0.00484715262, -0.00672041299, -0.0286601558, 0.0140239419, 0.0368237793, 0.0192719866, -0.00406359, 0.0170415677, 0.00683703599, 0.00100587518, 0.0162689388, 0.0276251249, -0.00322718313, -0.0150006609, -0.0116112987, -0.0208609775, 0.013309624, 0.0165750738, 0.0260215551, 0.00427861419, 0.0184847806, 0.0121652596, -0.00601702882, 0.0123766391, -0.0153942648, -0.0164730288, 0.00559791457, -0.0114946757, 0.000407725689, 0.039243713, -0.00882692, -0.000757139758, 0.0073509072, 0.00747117493, -0.0297243427, -0.013790695, -0.0257445741, -0.00603525154, 0.00332376175, 0.00123456609, -0.0174351707, -0.0170269888, -0.00262220018, -0.00344220712, -0.0365905352, -0.0100879082, -0.006560056, -0.0198113695, 0.0146799469, 0.0288205128, -0.0108168032, -0.041809421, -0.00598422857, -0.0290829148, 0.0118591236, -0.0231497083, 0.0148621714, -0.0175080597, -0.0218085404, 0.00779188843, 0.0215898734, 0.0293015838, -0.000100336969, 0.00617374154, 0.0199717265, -0.00933714584, -0.0236599352, 0.0418968908, 0.00193339423, 0.013572027, -0.0341997594, -0.0183973126, 0.00147783477, -0.00698645972, 0.00678601349, -0.0428298749, -0.0258611981, -0.00551409135, -0.0304678157, 0.0225374363, 0.00645436626, 0.0175955277, -0.0146435024, 0.00673863525, -0.00364447548, -0.0200446155, -0.00343674049, 0.00457746116, 0.00814904738, 0.0114144972, 0.00896540936, 0.0134043805, -0.00504030939, -0.0209192894, -0.0212691594, -0.0193302985, 0.0246803872, 0.0146216359, 0.00321624964, -0.0113124521, 0.0141186984, -0.0187471826, -0.00731081795, -0.00375745422, 0.00311967102, -0.006960948, 0.0157441348, 0.0358324833, 0.00403443445, 0.0201903936, 0.00358798611, 0.0618686154, -0.00853536185, -0.00500022, -0.0182078, 0.00287184678, -0.0469116904, -0.0211233795, 0.0221292544, 0.0322171636, -0.0160940029, 0.0275959689, -0.00210104021, 0.0061117853, 0.0104523553, -0.0347245634, 0.0326836556, 0.00280989055, -0.0249865241, 0.00330189476, 0.0095266588, -0.000891529839, 0.00782833342, 0.00692814775, -0.00169923669, 0.00696459273, 0.0108459592, -0.014111409, -0.0353368334, -0.0184556246, -0.00892167632, 0.00656370027, -0.0124641061, 0.0217648074, 0.00825838186, 0.0107512027, 0.0114946757, 0.000645983266, 0.0105616897, -0.00332193938, 0.0117789451, 0.0131419785, -0.0161668938, -0.00970888231, 0.0231351312, 0.000478337402, 0.0127410861, -0.0155691989, -0.0221146774, 0.0105106672, 0.00351691875, -0.00634503178, -0.0215315614, 0.0394186452, -0.0165750738, -0.013251313, -0.0067714355, 0.00949021429, -0.0290974919, 0.0246074982, -0.012988911, -0.00809802487, -0.0208318215, 0.00752219744, 0.0186159816, 0.0131274005, -0.00160265807, -4.67233149e-05, -0.00335473963, -0.0188346487, 0.0141041204, 0.0111593837, -0.00955581479, 0.0208609775, 0.000645983266, -0.0115384096, -0.0208172444, -0.0173914377, 0.0122017041, 0.0220126323, -0.00983279478, 0.00343491812, -0.0062429863, -0.014228032, 0.00298300316, 0.0236453563, -0.00204090634, 0.0156129329, -0.0083677154, 0.0164730288, -0.00613729656, 0.00433692569, -0.00350780762, -0.00525168935, -0.0239077602, 0.00031183043, 0.00672405725, 0.0283540189, 0.0290974919, -0.0227706823, 0.00203726185, -0.00641427701, 0.00736548519, -0.0103065763, 0.0166188087, 0.00230513071, -0.000270374527, 0.0242576282, 0.00759508694, -0.0247970112, 0.00641792128, 0.0196364336, -0.0242867842, 0.00964328181, -0.0301762577, -0.00302855903, -0.00582751632, 0.00996399578, 0.0125734406, -0.0203215946, 0.00895083137, -0.0230039302, 0.0362989753, 0.0262548011, -0.00272242329, -0.0100295963, 0.00436608167, -0.00043915931, -0.00763153145, -0.00327091664, -0.0135064265, 0.00375745422, -0.00420572469, -0.0293453168, 0.00442439318, -0.0175955277, -0.000564438116, -0.013951052, -0.00846976135, -0.00645801052, 0.0166771207, 0.0200154595, -0.00943919178, -0.0368820913, -0.00780646643, 0.0259049311, -0.0148913264, -0.012843132, -0.00379025447, 0.0215024054, -0.00227233046, -0.0169103667, -0.0292724278, 0.00426403619, 0.00597329531, 0.0292141158, -0.0168520547, 0.00803971291, -0.00362989749, -0.013047222, 0.00435150368, -0.000941185805, 0.0149715049, 0.0165313408, -0.000672861293, 0.0167500097, 0.0093298573, 0.0151610179, -0.0208172444, 0.00178761524, -0.00742744096, -0.00241993181, -0.00887065381, -0.00399070047, -0.00323264976, -0.013761539, 0.00352238561, -0.00444990443, -0.0479029864, 0.0206277315, 0.00984737277, -0.0199279916, -0.0100368857, 0.0139000295, 0.00194614986, 0.0179308187, 0.0045009274, -0.00787935592, 0.013849007, 0.0154088428, -0.00320167164, -0.00564529235, 0.00376838772, -0.00673863525, 0.0150735509, 0.0219980534, 0.0257008411, 0.0360365734, 0.00253108819, -0.0236890912, 0.00783562195, -0.0178725086, -0.0134772705, 0.0156129329, -0.0112395622, 0.0061773858, -0.000499748683, -0.00803971291, -0.0135647375, 0.0042567472, 0.00965057127, -0.0091039, -0.00388501096, 0.0143373664, -0.000738461851, 0.000842784939, -0.0054084016, 0.0238640253, 0.0168957878, 0.00316340476, -0.0252343491, -0.00131292234, 0.00727437297, 0.0132440235, 0.00123183266, -0.0216336064, -0.0139291855, -0.0104888007, 0.0188200716, 0.0151901739, 0.0148840379, 0.00269508967, 0.013805273, 0.0203070175, 0.0116550326, 0.000865562935, -0.00542662386, 0.00744566321, -0.0109261377, -0.000744839665, -0.0110646272, -0.0117862336, 0.00888523087, -0.0386897512, -0.00026422448, -0.00928612333, -9.16813369e-05, 0.0184847806, 0.0123474831, -0.0024545542, 0.00750761945, -0.0250885691, 0.0127119301, 0.0305844378, -0.012828554, 0.00587853882, 0.00200992823, -0.0221001, 0.00772628793, -0.00666939, -0.0334708616, -0.00383034372, -0.00236162, -0.0136959385, 0.00097307493, -0.000461481715, 0.0470866226, -0.0360074192, -0.0217356514, -0.0229456183, 0.00322353863, 0.0155691989, 0.0328294337, 0.0100879082, -0.00995670725, -0.00908932183, -0.00539382361, 0.0367071554, -0.00780646643, -0.0104742227, -0.0153213749, -0.00381941022, 0.0286893118, -0.00347682973, 0.0290974919, -0.0121215256, -0.00254748832, -0.0195343886, -0.00503302086, -0.0282665528, -0.0280624609, 0.0116112987, 0.00126372185, 0.00529542286, -0.0218231194, -0.00569995958, 0.00647987751, -0.0160502698, -0.0204819515, 0.00527355587, 0.00970888231, -0.013586605, 0.0235578902, -0.0215752944, -0.0242430512, -0.0247678552, 0.0187909156, -0.00854994, -0.0249865241, 0.0101680867, -0.013426248, -0.00795224588, -0.0289225578, -0.0101462202, -0.0116623212, -0.0027698013, -0.0278146379, 0.00424216967, -0.00115985435, 0.0119320126, 0.0107730692, 0.0128066866, -0.0230768193, -0.00489088614, -0.0179016627, -0.0065309, -0.0263568461, 0.0214295164, -0.00360074174, 0.00992026273, -0.0235141553, 0.0124713955, -0.0215315614, -0.0130836666, 0.027114898, -0.0167500097, -0.0188054927, 0.0145997684, -0.0383107252, 0.0237182472, -0.00781375542, -0.0285581108, 0.00385221071, -0.0202341285, -0.006574634, 0.00891438685, -0.000994941802, 0.0183535777, 0.0217356514, -0.0226249043, 0.0207152, 0.00272606756, -0.0151755959, 0.0102263978, -0.000707028259, -0.0249136351, -0.00479977438, -0.00735819619, 0.0250594132, -0.0143811, -0.00630494254, -0.0220272094, 0.0101316422, 0.0228289943, -0.0411679968, -0.00439888192, -0.0067568575, -0.00560155883, -0.00547035784, 0.0325087197, 0.0226394814, -0.00911118835, -0.00263313344, -0.00275157904, -0.0247532781, 0.0283831749, 0.0242284723, 0.0151901739, 0.0147674149, 0.00427861419, -0.0111739617, -0.0153067969, -0.00879047532, 0.00351509661, -0.0176101048, 0.00581658306, -0.0166771207, -0.00984737277, 0.0201758165, 0.0179453976, 0.0142498994, 0.000112010675, 0.0209047105, -0.00306864828, 0.0263568461, -0.0339956656, 0.0298847, -0.0379025452, -0.000386769971, 0.00509133236, 0.000175276495, 0.0379608572, -0.00684432499, -0.000737550727, 0.00759508694, 0.0145414574, 0.00356429699, 0.0203215946, -0.00402714545, 0.0397393592, -0.0169978328, -0.0154234199, -0.0108605372, -0.0184847806, -0.00595871732, 0.0112322737, 0.0109042702, 0.0100587523, 0.0392145552, 0.0065017445, 0.00359527511, 0.0114509417, -0.00810531341, 0.0112249842, -0.0128941545, 0.00223406358, -0.0287622, 0.00789393391, -0.000133820591, -0.0233829543, 0.041605331, -0.00658921152, 0.0105689792, -0.00356247486, -0.0119903246, 0.00506217638, -0.00793766789, 0.00365358661, 0.00364447548, -0.0194469206, -0.0188054927, 0.0260507111, 0.0320713855, -0.0173185468, -0.00328913913, -0.00857180636, -0.0190095846, 0.0107512027, -0.00744930794, 0.00754406443, -0.0191990975, 0.0111593837, 0.0169249438, -0.013309624, 0.0147091029, -0.00654547801, 0.0249282122, -0.00837500487, -0.00814904738, 0.00846247189, -0.00347136287, -0.0127192196, -0.0252926592, 0.0130618, 0.0130326441, 0.0112104062, 0.00892896485, 0.0166916978, -0.0336749554, -0.00754406443, -0.000409547938, 0.0310800876, -0.0246366542, 0.00848433934, 0.00201175036, 0.00146325689, 0.0124568176, -0.00709214946, 0.0167500097, 0.0108168032, -0.0195927, -0.00900914334, -0.0189075395, 0.0203070175, -0.000893352029, 0.0176975727, 0.00602431782, -0.0273335669, 0.0188346487, 0.0176829956, 0.0118445456, 0.0356283933, 0.0125661511, 0.0204819515, 0.0115602762, -0.00703748222, 0.0103576, 0.00583480531, 0.0131857125, -0.012799398, 0.00971617177, 0.00310144853, 0.00187690486, 0.0150006609, 0.0153067969, 0.00642521027, 0.0170269888, 0.0060534738, 0.0181932226, -0.0164584517, 0.00671676826, 0.0266192481, -0.0288788229, -0.0170415677, -0.0103648882, -0.00299758115, -0.0218522754, 0.0254675951, -0.0061117853, 0.0239806492, -0.00453008292, 0.0332667716, -0.00845518336, 0.0286018439, -0.0207297765, 0.0298263878, 0.00845518336, -0.00709579373, 0.0152047519, 0.00319620501, 0.00288642454, 0.000111042609, 0.0193302985, -0.0147747034, -0.00784291141, 0.00820007, 0.00181585993, 0.00572182657, -0.0119101461, -0.00315064914, -0.00558333658, 0.00906016584, 0.0121069476, -0.00298482552, 0.0109334262, -0.003418518, -0.00455559418, -0.0317215137, -0.0153505309, 0.000953941431, 0.0238348693, 0.0061919638, 0.0026058, -0.0174934827, -0.00336202863, 0.0258903541, 0.00504759839, 0.000652361137, -0.0151318619, -0.00986195076, 0.00466128439, 0.0154963098, -0.00925696734, 0.00111247611, 0.00621018605, -0.0142717659, -0.0247970112, 0.000630038674, -0.0143592339, 0.0225374363, -0.0253509711, 0.00193521648, 0.0101316422, -0.00444990443, 0.0181494877, 0.0147091029, 0.0112614296, 0.0066329455, 0.00622112, -0.0154234199, -0.013105534, 0.0191699415, -0.00106145348, 0.0154963098, 0.0030850484, -0.0185139347, -0.00553595833, 0.0183681566, 0.0133169135, -0.00188237161, 0.00666939, 0.027479345, -0.00137852284, 0.00523346663, 0.0146143464, 0.0106418682, -0.0167500097, -0.0282373969, -0.0108969817, -0.00888523087, -0.0111083612, -0.00164183625, -0.0129014431, 0.0108896932, -0.00162452494, 0.000655550044, -0.00900914334, -0.00889252, -1.62862507e-05, 0.00561978109, -0.0190824736, 0.00717961695, -0.00517515512, 0.00410732394, -0.0284560639, 0.0142498994, -0.0117206331, 0.00388501096, 0.000404992345, -0.00411461294, -0.0112687182, 0.0053428011, -0.0189366955, -0.0114144972, 0.0131711345, 0.0115238316, 0.00889980886, -0.0094756363, -0.0140895424, -0.0132002905, -0.0163126718, 0.013149268, 0.0262256451, 0.00471595116, 0.00417292444, -0.0115602762, -0.00876131933, -0.0118518341, 0.0117789451, 0.00109972048, -0.00243815407, 0.000314108242, 0.0266775601, -0.00232881983, -0.0205256864, 0.0178433526, -0.00410367921, 0.0226686373, -0.00876860786, -0.0103648882, 0.000899729901, 0.0122089926, 0.0225228593, -0.00130107778, 0.0056052031, 0.0120340576, -0.000105120344, 0.00709214946, -0.00123001053, 0.0213712044, -0.00116987666, 0.00854994, 0.00572547084, -0.00720148347, 0.00866656285, 0.00841873884, -0.027902104, 0.027129475, 0.00966514926, 0.000528904493, -0.00503666513, 0.00113980973, -0.0153213749, -0.0062429863, -0.0108751152, 0.0101972427, 0.0158024449, 0.012930599, -0.00558333658, -0.0174060147, 0.0161523148, 0.0117425, 0.0202049725, 0.00435150368, -0.0168228988, 0.00351509661, -0.0193302985, 0.00803242438, 0.00703383749, -0.000381303253, 0.00324905, -0.0188200716, -0.00692085875, -0.0147455474, -0.00738735171, -0.00436608167, 0.00513142161, -0.00624663103, 0.0161960497, 0.0216481853, 0.00672041299, 0.040089231, -0.013280469, -0.00635961, 0.00370643148, 0.0126025965, 0.0112614296, -0.0040016342, 0.00506217638, 0.0180765986, -0.0129816215, -0.00354971923, 0.0198113695, 0.00556511385, -0.0175372157, 0.00967972726, -0.00426039193, -0.0108969817, 0.0250448361, 0.0168812107, 0.00112523185, -0.0136813615, 0.0167645868, 0.00436972594, -0.00816362537, -0.00539382361, 0.012988911, -0.00100587518, -0.0227123704, 0.00709579373, 0.000854629499, -0.0189804286, 0.0293890499, -0.00233975332, -0.014388389, -1.09618986e-05, -0.000125392733, 0.000369458692, -0.0183535777, 0.00213019596, 0.00366452, 0.00790122245, -0.0210067574, 0.00159628026, -0.00829482637, -0.0139146075, 0.00180492643, 0.0123401936, 0.0232663322, -0.00919865631, 0.00307047064, 0.0171144567, 0.00836042687, 0.0108459592, -0.0349578075, 0.00554324733, 0.00288095791, 0.00415834645, 0.0186159816, 0.0203653295, 0.000790395599, 0.0119538801, 0.0112104062, -0.0235141553, 0.00506582111, 0.0104960892, -0.0262256451, -0.00274975668, 0.013367936, -0.0174643267, -0.00239624269, 0.00510226563, -0.000473781809, 0.0227415264, 0.00180128205, -0.00758779794, 0.00631223153, -0.00311602652, -0.00145414576, 0.00763882045, 0.00342034036, 0.00512413261, -0.00723428372, 0.0237036683, 0.0427424088, 0.0254384391, -0.00689170323, 0.00608263, 0.00614823028, 0.0160211138, -0.00323993876, -0.0208464, -0.0126536191, 0.0145487459, 0.00305407052, 0.0184702016, -0.0148767494, 0.00828024838, -0.0110719167, -0.00105416449, 0.0306135938, -0.000733450695, -0.00630858727, -0.0260944441, -0.000611360767, -0.0135210045, 0.0109990267, 0.0201758165, -0.0149423499, -0.000884240842, -0.0220563654, -0.00828753691, 0.00174479268, -0.00707028247, 0.0026386003, 0.0199134145, 0.000535282365, 0.00317980489, 0.0148767494, 0.00672770198, -0.00734726246, -0.00372100947, -0.0145851914, 0.00938088, -0.0105179567, 0.0204236414, -0.0290829148, -0.0158753358, 0.0128868651, -0.0228435732, -0.0297680758, 0.00979635, 0.000415242423, -0.0084989164, -0.0150589729, -0.0274064559, 0.0221729893, 0.0231497083, 0.027348144, 0.0112249842, 0.0128941545, 0.0102336872, 0.0357450172, 0.00671312399, -0.0118882786, 0.0113926306, -0.00730717322, -0.00219215197, 0.006829747, -0.0151755959, -0.00258393306, 0.0187034477, 0.00381576573, 0.00964328181, 0.0183098447, 0.00439159293, 0.00712130498, -0.00769713242, -0.0018340823, -0.00666574575, 0.00513142161, 0.0244617201, -0.00951208081, 0.0116914771, -0.0218960084, -0.00147145696, 0.0160502698, 0.00459932815, -0.00644343253, 0.00297389203, -0.00153887982, 0.0206568874, -0.00717597222, 0.00499657588, 0.0197239015, 0.026575515, 0.0058639613, -0.0229018833, -0.0033456285, -0.0261964891, -0.00605711807, -0.00732904, -0.00743108569, -0.0175809506, 0.00887065381, 0.0125078401, -0.0101462202, 0.0186597146, 0.0165459178, -0.00731446221, -0.0122308601, -0.00224499684, 0.0120705031, 0.0206568874, 0.00260944455, 0.0246366542, 0.00744930794, 0.00654547801, 0.0130326441, 0.0190824736, 0.000470592902, -0.0125151286, 0.00243633194, 0.0107439142, 0.00876131933, 0.00414741319, 0.0091039, 0.0103794662, -0.00981092826, 0.013309624, 0.0253072381, -0.00354060787, 0.0382524133, 0.00239988719, 0.0030959819, -0.0191116296, 0.0105471117, -0.013805273, 0.00681881374, -0.00782104395, -0.0116040101, 0.0164730288, 0.00066420564, 0.00088196306, -0.0286018439, 0.0143082105, 0.00218121847, -0.00793037843, 0.0144831454, 0.00560155883, 0.000541660178, -0.0244034082, 0.0104888007, 0.0140166525, -0.00226686383, 0.00548493583, 0.00803971291, 0.026531782, 0.00533551211, -0.00375016523, -0.0156129329, -0.0218376964, -0.00983279478, -0.0127046416, -0.000606805144, -0.00633774279, 0.0309343077, 0.0131128225, -0.0106054237, -0.0221292544, -0.0113780526, -0.0193302985, 0.00466128439, -0.00214841822, -0.00516422186, -0.0124932621, -0.00943190232, 0.000831851503, 0.0164730288, 0.0131638451, 0.000881051936, -0.0171727687, 0.00497835362, 0.00813446939, 0.0110937832, 0.013251313, -0.0225228593, -0.0102118207, -0.0145123014, -0.0222021453, -0.0062429863, 0.0103648882, 0.0027770903, 0.0109115597, -0.0143227885, 0.0124130836, -0.00140312302, -0.0123110386, 0.00237073121, -0.0157732908, -0.0173039697, -0.0135938935, 0.00746024121, 0.0115894321, -0.000417975796, 0.0367946252, -0.000101134196, 0.0216773394, 0.00388136646, 0.0142207434, -0.00807615742, -0.00584938331, 0.0182369556, 0.00871758536, -0.000771262101, 0.00254202168, -0.0206277315, 0.013251313, -0.0153505309, 0.0110063162, 0.00295566954, -0.00917678885, 0.0206423085, 0.0100295963, 0.0174934827, 0.00658192253, -0.00656370027, -0.00118354347, -0.0124495281, 0.00637783203, -0.0209484454, -0.00155254651, 0.00527355587, -0.0301179457, -0.00205366197, -0.00337113976, -0.013863585, -0.0227269493, 0.0217793863, 0.0163272507, -0.0120413471, -0.0214732494, -0.000249874342, 0.0122745931, -0.00221219659, -0.00859367289, -0.000105632847, 0.0172456577, -0.0133898025, 0.00989110675, -0.0195781216, -0.0132586015, 0.00452279393, 0.0150881289, 0.00845518336, 0.0139146075, -0.00289735803, 0.00924967881, -9.95824485e-06, 0.0187909156, -0.00227233046, -0.00754406443, 0.00804700144, -0.0101243528, -0.00267686718, -0.0115748541, 0.00572182657, 0.0061117853, -0.0192282535, 0.0164438728, -0.0107366247, -0.00374652073, -0.000201243383, 0.0127337975, -0.00138581183, 0.0177121516, 0.00957768131, -0.0289079789, 0.0207589325, 0.0254238602, 0.0163709838, -0.00906016584, -0.0117716556, -0.00613729656, -0.00161359156, -0.00771899894, -0.00100040855, -0.0232225973, -0.00749304146, -0.00470866216, 0.0112832962, 0.00958497077, 0.000577649393, -0.0019935281, 0.0158899128, -0.0119028566, 0.00568173733, 0.00144867902, -0.0115894321, 0.0131419785, 0.00335838413, 0.0179016627, -0.00692450348, 0.00568173733, 0.0228581503, 0.0114290752, 0.00902372133, -0.013382514, -0.0191116296, 0.00028267462, 0.0176101048, -0.00981821679, 0.0145560354, -0.00285909092, -0.0118008116, -0.0211379584, -0.0026422448, 0.0227998383, 0.0407015, 0.0123547716, -0.0202924404, -0.00247277669, -0.0134189585, 0.0083021149, 0.0208172444, 0.00519337738, 0.02626938, -0.00256206631, 0.00215935172, -0.0195781216, 0.0122089926, -0.000379253237, 0.00681881374, 0.00342034036, 0.00254566618, -0.00892167632, -0.000994941802, 0.0178870857, -0.00259304442, -0.0201903936, -0.00471959589, -0.0172019247, -0.00203179498, -0.00987652875, 0.00436972594, 0.0241993181, 0.0109552937, -0.0167791657, -0.0030267369, 0.00803242438, -0.00550680235, 0.0354534574, 0.0139437634, -0.0140239419, 0.00997128524, 0.00600245129, -0.0355992354, -0.026852496, -0.00821464788, 0.00873216335, -0.0101097748, 0.00634503178, 0.0180474427, 0.00886336435, -0.0292432718, 0.0236307792, 0.00187872711, 0.00473781815, 0.0202049725, -0.0121579701, -0.00410003494, 0.00758779794, 0.0129087325, -0.00752948644, 0.0158753358, -0.00180583762, -0.00610814104, -0.00733268447, -0.0139874965, -0.0226540603, 0.0143519444, 0.00102045317, 0.00440617092, 0.0330918357, 0.026531782, 0.0184118897, -0.0158899128, -0.0150298169, 0.00907474384, -0.0176975727, -2.28633889e-05, -0.00964328181, 0.000496104243, 0.0150881289, 0.0540840179, -0.00543391285, 0.00371554284, 0.00929341279, 0.0170853, 0.00299393665, 0.0101316422, 0.0072780177, 0.00116349885, -0.00900914334, 0.0152193299, -0.0123839276, -0.00554324733, -0.0048945304, 0.0151610179, -0.0107074687, -0.000778095506, -0.00319256051, -0.000850985, -0.0156858228, 0.00156712451, -0.012813976, -0.0117206331, -0.00193703873, -0.00537924562, -0.0268087611, -0.0259632431, -0.00474875141, -0.00906745531, -0.00449728267, -0.0173914377, 0.000779462222, 0.00849162787, -0.0091476338, -0.00892896485, -0.00794495642, -0.0187180266, -0.0281207729, -0.0177704617, 0.00782104395, 0.0157732908, 0.00688441424, -0.0129378876, 0.0215752944, 0.013528293, 0.00686619198, 0.0242867842, 0.0109844487, 0.00620654179, 0.0126244631, -0.0131857125, -0.00369549822, 0.0014249899, 0.00941732433, -0.00273153442, -0.0101899533, 0.0330918357, -0.0122527266, 0.00558333658, -0.00616645254, -0.0123037491, -0.0116768992, 0.00740557443, 0.00737641845, 0.0196947455, 0.0256716851, -0.0231351312, -0.0122745931, 0.0194906555, 0.013236735, -0.0200737715, 0.0141915875, 0.0198551025, -0.00298482552, -0.00650903303, 0.00999315176, 0.000301580352, -0.0103503102, -0.0165313408, -0.00505124312, 0.00397612294, 0.0157004, 0.000503848714, 0.00361896423, 0.000243268732, 0.0349869654, 0.0227415264, -0.0146580804, 0.00160994707, 0.0149860829, -0.00155892444, 0.0195927, -0.0208755564, -0.00458475, 0.00254566618, -0.0234704223, -0.0040526567, -0.0162252057, -0.00892896485, 0.00631952053, -0.00468315091, 0.0273335669, -0.013499137, 1.71973679e-05, 0.026750451, -0.00962141529, 0.00116896548, 0.0122964606, 0.00290464703, -0.0147309704, -0.026954541, 0.0202487055, -0.0150298169, 0.00645436626, 0.00900185481, 0.0146507919, -0.000949385867, -0.00493461965, 0.0132586015, 0.00320531614, 0.0120486356, -0.00498564262, 0.00349869649, 0.0325378776, -0.00511684362, -0.000485626369, 0.00833127089, -0.0234121103, -0.013659494, -0.00725979498, 0.0195343886, -0.00573640456, -0.00594413932, -8.83785324e-05, 0.00230513071, -0.0233683772, 0.0247678552, 0.00720148347, 0.00332376175, -0.0128722871, 0.00303584803, -0.0154234199, -0.0030923374, 0.0237911362, 0.00765339844, -0.00299758115, -0.026371425, -0.0195927, -0.00920594484, 0.00750761945, 0.0189221166, 0.0100077298, -0.00762424292, -0.0149277719, 0.0142936325, -0.0117862336, 0.0101097748, -0.0222021453, -0.0108313812, 0.0115529876, -0.00314518227, 0.00505853212, 0.0172602367, 0.00532093411, -0.00327456114, 0.0178579297, -0.0149715049, 0.00180128205, -0.00701561524, -0.000433692592, 0.00948292483, 0.00214112946, 0.0140093639, 0.00721970573, 0.00638512103, 0.0179599747, 0.026444314, 0.0157878678, 0.0331501476, 0.0137105165, 0.000494737527, -0.013324202, 0.00577284908, -0.013222157, -0.00505488738, 0.0217793863, 0.0117643671, -0.00430777, 0.0144685674, -0.0261236, 0.0278292149, 0.0203361735, 0.00265135593, 0.00340940687, 0.00222859671, -0.0045665279, 0.0114217866, 0.0162252057, -0.0112541402, -0.0388063751, -0.00161268038, -0.000817273627, -0.0172165018, 0.00528813386, -0.0148694599, 0.00306682615, 0.041809421, -0.00522617763, -0.00202450622, -0.00426403619, 0.000344175147, -0.00759508694, 0.000139401192, -0.0114800977, 0.0209484454, -0.0114582311, -0.0325087197, -0.00597329531, -0.0856597498, 0.00163181394, -0.000829118188, 0.00824380387, -0.00148147927, 0.0249282122, 0.00460661715, 0.012536996, -0.00328913913, 0.00684796926, -0.00642521027, 0.00649445551, -0.00816362537, 0.00531729, -0.000507948746, 0.0343746915, 0.02682334, 0.00558333658, -0.00308140414, -0.0139146075, 0.000739373, 0.013572027, -0.0124495281, -0.0245637652, 0.00176574837, 0.0210504904, -0.0173622817, -0.00302127027, -0.0214732494, -0.0256716851, 0.0187909156, -0.000820007, 0.0059951623, 0.00104049779, 0.0208609775, -0.0170269888, -0.0191845186, -0.0117497891, 0.00747117493, 0.00127465534, 0.0107001802, -0.0162397828, 0.0024436207, 0.00849162787, 0.0111739617, -0.0187034477, -0.0222458784, 0.014373811, -0.0041838577, -0.0234995782, -0.0170415677, -0.00289735803, -0.0135064265, -0.00346771837, -0.00195526099, -0.00674956851, -0.0102701318, -0.00475239614, 0.0385148153, -0.0127483755, -0.0158607569, -0.0210796464, -0.000435514812, -0.0147455474, 0.0119028566, 0.0048216409, 0.00363536435, 0.00543755759, -0.0180182867, -0.00807615742, 0.0109552937, -0.0251031481, 0.00192610535, -0.0101462202, -0.00888523087, 0.00189694948, -0.00444626, -0.0081198914, 0.00391416671, 0.00801055692, 0.0187034477, 0.00895812083, 0.0353951454, 0.00289006904, 0.0226832163, 0.0241555832, 0.00656370027, 0.00456288317, -0.0138562955, -0.000708394917, 0.0171144567, -0.0091039, -0.000960319303, 0.0107876472, 0.0207735095, 0.0145123014, -0.0165896527, 0.00837500487, 0.00929341279, 0.003487763, -0.00194432773, 0.00756593095, 0.00402714545, -0.0239952262, 0.0345496275, -0.00410003494, -0.000409320142, 0.00811260287, -0.0014076787, -0.00620654179, 0.00999315176, 0.00205366197, 0.0131128225, 0.0167791657, 0.00545213511, 0.013295047, 0.00261491118, 0.00925696734, -0.0208609775, -0.0179745536, 0.00194250548, -0.00879047532, 0.0144758569, -0.00950479228, -0.00779917743, 0.00484715262, -0.0240972713, -0.003487763, -0.00278620142, 0.00980363879, -0.027610546, -0.006691257, 0.00427132519, -0.0156858228, -0.00524075562, -0.0179016627, -0.00790851191, -0.00450457167, 0.00440981518, -0.0106928907, -0.0100587523, -0.000562160334, -0.00552138034, -0.0105398232, -0.00153796864, -0.0279312599, 0.00293562491, 0.0211379584, -0.0118737016, 0.00771899894, -0.0177121516, 0.013047222, 0.0293161608, -0.0184410457, -0.00110974279, -0.0125953071, -0.0225082804, 0.0180182867, -0.0147601254, -0.0158753358, 0.00859367289, -0.00886336435, -0.00258575543, 0.0061117853, -0.00946834777, 0.0125734406, 0.00394696696, -0.00984737277, 0.00980363879, 0.000627760892, 0.0293015838, 0.0326253437, -0.0348994955, 0.00799597893, -0.0194469206, -0.0152193299, -0.014111409, -0.0118299676, 0.0119976131, 0.00478155166, 0.0149569279, 0.0155254658, -0.00572911557, 0.00397612294, 0.00150972395, -0.00580564933, -0.00572182657, 0.0393311791, 0.00810531341, 0.00801784638, 0.00241264282, 0.00313242665, 0.0316048898, 0.00115985435, -0.0127702421, -0.00325998338, -0.00790851191, 0.00369914272, 0.00800326839, -0.0102992877, 0.0300887898, 0.0120049026, 0.0163126718, -0.00225228583, -0.0159190688, -0.0135647375, 0.0159482248, -0.00328549463, -0.00433328142, -0.0132148685, -0.0153942648, 0.0159336478, -0.013003489, 0.00369185372, -0.00148330152, -0.00262584467, -0.0221146774, 0.01396563, -0.00217392971, -0.0123037491, 0.00632680953, -0.0101389308, -0.00809802487, -0.0141186984, 0.0054156906, -0.00637054304, -0.0156566668, 0.0241993181, -0.02758139, 0.00312696, -0.0023816647, 0.0238348693, -0.00711401599, -0.00161814713, -0.0166479647, 0.0114800977, -0.00498928688, 0.0140385199, -0.0300013218, 0.0255259071, 0.00517151086, 0.0101753753, -0.0100879082, -0.013178423, -0.0114363637, 0.00908932183, 0.0127775315, 0.0084478939, -0.00543026859, -0.0185576696, -0.00508768763, -0.00895083137, -0.0286747329, 0.000374697644, -0.00117261, -0.00540475734, -0.0149059044, -0.00889252, 0.0056780926, 0.00844060536, -0.0237036683, -0.00150699064, 0.0142207434, 0.0267796051, -0.00310327089, -0.0022468192, 0.0100295963, -0.0306135938, -0.000836862659, -0.00568902632, 0.00130107778, -0.0026349558, -0.00600245129, -0.0427715629, 0.000135528928, 0.013790695, -0.00690992549, -0.00984008424, 0.0194906555, -0.0059295618, -0.02626938, -0.0204527956, -0.0147747034, -0.0168520547, 0.00556146959, 0.0189950056, -0.0158024449, -0.00259851106, 0.0126025965, -0.00693908148, 0.013717806, -0.0188200716, -0.00101589749, 0.00865198486, -0.0291120708, 0.0152193299, -0.00884878635, -0.0199863035, -0.0283540189, -0.00583116058, 0.0124713955, -0.0226394814, -0.00362078636, -0.00175390381, -0.0163855627, -0.00563435908, 0.00127101084, -0.0119028566, 0.000139628974, 0.0122891711, -0.0136813615, -0.0122235706, -0.0210796464, 0.0188054927, 0.00344220712, 0.00654912228, 0.00364629785, -0.0122454381, 0.0114144972, -0.00860825088, 0.00167372532, 0.0146435024, 0.0190095846, -0.00799597893, -0.0111520952, -0.00884878635, -0.0125661511, -0.0174060147, -0.00531000085, 0.00200810609, -0.0128577091, -0.00830940437, -0.00327456114, 0.026852496, 0.0098546613, 0.00628672028, -0.0141915875, -0.00229966408, -0.0203799065, -0.00941732433, -0.00938088, -0.0151318619, 0.00544120185, -0.0148986159, 0.0144029669, 0.00118718785, 0.00509862136, -0.0150735509, 0.00122089928, -0.00810531341, -0.00267686718, 0.0039579, -0.00267686718, 0.0170124117, -0.0223479234, 0.0165604968, -0.00453372765, -0.0212254245, -0.00562707, -0.0128868651, 0.000352830772, -0.0101097748, -0.0218668524, -0.0107074687, -0.00755864196, -0.00772628793, -0.0286164209, -0.0025201547, 0.00543755759, -0.0114800977, -0.00976719428, -0.00204819534, 0.00852807239, 0.0716066509, 0.00909661129, 0.0040599457, -0.0310509317, 0.0172310807, -0.00144776783, -0.00168374763, 0.0328585915, 0.00398341194, 0.00840416085, -0.0110937832, 0.0185430907, 0.0202632844, 0.00814175792, -0.01361576, -0.0158461798, 0.00313424901, -0.0299721658, 0.0019971726, -0.00635596504, -0.00328185013, -0.0133752255, -0.000543026836, 0.00687348098, 0.00107238686, -0.0121506816, 0.0181349106, 0.00149241276, -0.0140312305, -0.00250193244, -0.00888523087, 0.00533915637, 0.0207735095, -0.0155691989, -0.0211525355, 0.026983697, 0.00115985435, 0.00184774911, -0.00477790739, -0.0039214557, 0.0117643671, 0.0291995369, -0.00643978827, 0.00136485603, 0.0134626925, -0.0035333191, 0.0106491577, -0.0113926306, 0.00719419448, -0.0186014026, 0.00610814104, 0.00571818184, 0.00967972726, -0.0165167637, 0.0103138657, 0.00451550493, 0.0102774212, 0.00680788, -0.0104377782, 0.0125588626, 0.00456288317, 0.012959755, 0.000717506104, -0.00967972726, -0.00323264976, 0.00365540897, -0.0170998797, 0.00200992823, 0.0177850407, -0.00783562195, -0.0292432718, -0.0164438728, -0.0174497478, 0.00655641127, 0.0162106268, 0.0193740316, 0.00780646643, 0.0107949367, -0.000230968639, 0.00526626687, -0.0236745123, 0.0334125496, -0.0159190688, 0.00949750282, -0.00711766072, -0.0184410457, -0.0319839157, -0.0229310393, -0.0181640666, 0.0367654674, 0.012930599, 0.0635596514, -0.0204527956, 0.0346954055, 0.00345860724, -0.0067641465, 0.00857909489, -0.0159773808, 0.0255404841, -0.00465763966, 0.00479977438, -0.00647258852, 0.0119903246, -0.000620927487, 0.0196947455, 0.0303511918, 0.0100879082, 0.014125987, 0.00158990244, 0.00532457884, 0.0105033787, -0.00108969817, -0.00856451783, 0.0113488967, 0.00944648, -0.00134936708, -0.00763882045, -0.00430777, 0.00826567, 0.00532093411, -0.0164584517, 0.00261673331, -0.0112832962, 0.0100806188, 0.0216481853, -0.000302947039, 0.0255842172, 0.0191845186, 0.00236344244, -0.00391052198, -0.0046321284, -0.0173039697, 0.0163855627, -0.013193001, 0.026998274, 0.0223916583, -0.0129962, 0.0116258767, -0.00277526816, 0.026750451, 0.0132002905, -0.0292870048, -0.00452279393, -0.00466128439, -0.0111448057, 0.000991297304, 0.0108240927, -0.0255696401, 0.0151318619, -0.00951937, -0.00453372765, -0.00493461965, -0.000482893, -0.0134772705, -0.0195052326, 0.00214477372, -0.0162106268, -0.0156420879, 0.000191107189, -0.00470866216, -0.0114728091, 0.00279349042, 0.0167062748, 0.00972346, 0.00846247189, -0.00461390615, -0.00695730373, -0.00243268744, -0.00604982954, -0.0120049026, 0.0158316, 0.00773357693, -0.0211962704, 0.0111666732, 0.00100860861, 0.0260361321, -0.00754406443, -0.0116696106, 0.000801329035, -0.0134043805, 0.00793037843, 0.0280916169, -0.00416199118, 0.0313424878, -0.0197967906, -0.00152065745, 0.00693543674, 0.000875129655, 0.0219397433, 0.0373485833, 0.0113634747, -0.00922052283, 0.000574916, -0.00238713156, -0.0252489261, 0.0162106268, 0.00474875141, -0.00379025447, -0.00478884066, -0.0288059339, 0.0152922189, 0.00130745559, 0.0292578489, -0.00884878635, -0.0130836666, 0.00602431782, -0.00244908757, 0.0024472652, 0.00630858727, 0.00870300736, 0.00525533361] |
16 Dec, 2020 | Node.js Http2ServerResponse.writeHead() Method
16 Dec, 2020
The Http2ServerResponse.writeHead() is an inbuilt application programming interface of the class Http2ServerResponse within the http2 module which is used to send the response header to the request.
Syntax:
response.writeHead(statusCode[, statusMessage][, headers])
Parameters: This method accepts the following argument as a parameter.
statusCode: It is the 3-digit HTTP status code.
statusMessage: It is a human-readable status message. It is an optional parameter.
headers: This is the response header passed as a parameter. It is an optional parameter.
Return Value: This method has nothing to return.
How to generate a Private key and Public certificate?
1. Filename: Private key
Open notepad and copy-paste the following key and save the file as private-key.pem
-----BEGIN RSA PRIVATE KEY-----
MIICXQIBAAKBgQC38R9wXcUbhOd44FavgmE5R3K4JeYOHLnI7dUq1B8/Gv7l3SOg
JKef/m9gM1KvUx951mapXGtcWgwB08J3vUE2YOZ4tWJArrVZES0BI/RmFAyhQFP5
HcWl3LSM9LRihP98F33oIkKaCxA5LxOrkgpV4HrUzIKTABDYah7RPex1WQIDAQAB
AoGBAIXR71xxa9gUfc5L7+TqBs+EMmrUb6Vusp8CoGXzQvRHMJCMrMFySV0131Nu
o0YYRDsAh1nJefYLMNcXd1BjqI+qY8IeRsxaY+9CB2KKGVVDO2uLdurdC2ZdlWXT
Vwr3dDoyR0trnXJMmH2ijTeO6bush8HuXxvxJBjvEllM5QYxAkEA3jwny9JP+RFu
0rkqPBe/wi5pXpPl7PUtdNAGrh6S5958wUoR4f9bvwmTBv1nQzExKWu4EIp+7vjJ
fBeRZhnBvQJBANPjjge8418PS9zAFyKlITq6cxmM4gOWeveQZwXVNvav0NH+OKdQ
sZnnDiG26JWmnD/B8Audu97LcxjxcWI8Jc0CQEYA5PhLU229lA9EzI0JXhoozIBC
TlcKFDuLm88VSmlHqDyqvF9YNOpEdc/p2rFLuZS2ndB4D+vu6mjwc5iZ3HECQCxy
GBHRclQ3Ti9w76lpv+2kvI4IekRMZWDWnnWfwta+DGxwCgw2pfpleBZkWqdBepb5
JFQbcxQJ0wvRYXo8qaUCQQCgTvWswBj6OTP7LTvBlU1teAN2Lnrk/N5AYHZIXW6m
nUG9lYvH7DztWDTioXMrruPF7bdXfZOVJD8t0I4OUzvC
-----END RSA PRIVATE KEY-----
2. Filename: Public certificate
Open notepad and copy-paste the following key and save the file as public-cert.pem
-----BEGIN CERTIFICATE-----
MIICfzCCAegCCQDxxeXw914Y2DANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMC
SU4xEzARBgNVBAgMCldlc3RiZW5nYWwxEDAOBgNVBAcMB0tvbGthdGExFDASBgNV
BAoMC1BhbmNvLCBJbmMuMRUwEwYDVQQDDAxSb2hpdCBQcmFzYWQxIDAeBgkqhkiG
9w0BCQEWEXJvZm9mb2ZAZ21haWwuY29tMB4XDTIwMDkwOTA1NTExN1oXDTIwMTAw
OTA1NTExN1owgYMxCzAJBgNVBAYTAklOMRMwEQYDVQQIDApXZXN0YmVuZ2FsMRAw
DgYDVQQHDAdLb2xrYXRhMRQwEgYDVQQKDAtQYW5jbywgSW5jLjEVMBMGA1UEAwwM
Um9oaXQgUHJhc2FkMSAwHgYJKoZIhvcNAQkBFhFyb2ZvZm9mQGdtYWlsLmNvbTCB
nzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAt/EfcF3FG4TneOBWr4JhOUdyuCXm
Dhy5yO3VKtQfPxr+5d0joCSnn/5vYDNSr1MfedZmqVxrXFoMAdPCd71BNmDmeLVi
QK61WREtASP0ZhQMoUBT+R3Fpdy0jPS0YoT/fBd96CJCmgsQOS8Tq5IKVeB61MyC
kwAQ2Goe0T3sdVkCAwEAATANBgkqhkiG9w0BAQsFAAOBgQATe6ixdAjoV7BSHgRX
bXM2+IZLq8kq3s7ck0EZrRVhsivutcaZwDXRCCinB+OlPedbzXwNZGvVX0nwPYHG
BfiXwdiuZeVJ88ni6Fm6RhoPtu2QF1UExfBvSXuMBgR+evp+e3QadNpGx6Ppl1aC
hWF6W2H9+MAlU7yvtmCQQuZmfQ==
-----END CERTIFICATE-----
Example 1: Filename: index.js
Javascript
// Node.js program to demonstrate the
// Http2ServerResponse.writeHead() method
const http2 = require('http2');
const fs = require('fs');
// Private key and public certificate for access
const options = {
key: fs.readFileSync('private-key.pem'),
cert: fs.readFileSync('public-cert.pem'),
};
// Request and response handler
const http2Handlers = (request, response) => {
// Sending the data to the client
// by using response.writeHead() method
response.writeHead(200, {
'Content-Length': Buffer.byteLength('hello world'),
'Content-Type': 'text/plain; charset=utf-8'
});
// Sending the signal to the client
response.end("hello world")
};
// Creating and initializing server
// by using http2.createServer() method
const server = http2.createServer(options, http2Handlers);
server.on('stream', (stream, requestheader) => {
stream.write('hello ');
// Getting all information of this http2stream object
// by using state method
const status = stream.state;
stream.end("priority weight : " + status.weight);
// Stopping the server
// by using the close() method
server.close(() => {
console.log("server destroyed");
})
});
server.listen(8000);
// Creating and initializing client
// by using tls.connect() method
const client = http2.connect('http://localhost:8000');
const req = client.request({
':method': 'GET', ':path': '/' });
req.on('response', (responsesocket) => {
console.log(responsesocket);
});
req.on('data', (data) => {
console.log('Received: %s ',
data.toString().replace(/(\n)/gm, ""));
});
req.on('end', () => {
client.close(() => {
console.log("client destroyed");
})
});
Run the index.js file using the following command:
node index.js
Output:
[Object: null prototype] {
':status': 200,
'content-length': '11',
'content-type': 'text/plain; charset=utf-8',
date: 'Sun, 06 Dec 2020 14:12:00 GMT'
}
Received: hello world
client destroyed
server destroyed
Example 2: Filename: index.js
Javascript
// Node.js program to demonstrate the
// Http2ServerResponse.writeHead() method
const http2 = require('http2');
const fs = require('fs');
// Private key and public certificate for access
const options = {
key: fs.readFileSync('private-key.pem'),
cert: fs.readFileSync('public-cert.pem'),
};
// Request and response handler
const http2Handlers = (request, response) => {
// Sending the data to the client
// by using response.writeHead() method
response.writeHead(200, {
'Content-Length': Buffer.byteLength('hello world'),
'Content-Type': 'text/plain; charset=utf-8'
});
// Sending the signal to client
response.end("hello world")
};
// Creating and initializing server
// by using http2.createServer() method
const server = http2.createServer(
options, http2Handlers);
server.on('stream', (stream, requestheader) => {
// Stopping the server
// by using the close() method
server.close(() => {
console.log("server destroyed");
})
});
server.listen(8000);
// Creating and initializing client
// by using tls.connect() method
const client = http2.connect(
'http://localhost:8000');
const req = client.request({
':method': 'GET', ':path': '/' });
req.on('response', (responsesocket) => {
console.log(responsesocket);
});
req.on('end', () => {
client.close(() => {
console.log("client destroyed");
})
});
Run the index.js file using the following command:
node index.js
Output:
[Object: null prototype] {
':status': 200,
'content-length': '11',
'content-type': 'text/plain; charset=utf-8',
date: 'Sun, 06 Dec 2020 14:39:31 GMT'
}
Reference:
https://nodejs.org/dist/latest-v12.x/docs/api/http2.html#http2_response_writehead_statuscode_statusmessage_headers
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method | https://www.geeksforgeeks.org/node-js-http2serverresponse-writehead-method?ref=asr10 | CSS | Node.js Http2ServerResponse.writeHead() Method | Node.js Stream readable.destroyed Property, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Readable Stream close Event, Node.js http.ServerResponse.getHeader() Method, Node.js http.ServerResponse.sendDate Method, CSS pause-before Property, Node.js Http2ServerResponse.writeHead() Method, CSS, Node.js Stream writable.writableFinished Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream writable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js Stream readable.resume() Method, Node.js Readable Stream resume Event, Node.js Stream readable.pause() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, p5.js | pause() Function | GeeksforGeeks | [-0.0153138069, -0.039850615, -0.00950980652, 0.026702933, 0.0326352417, -0.0249972045, 0.0313672647, 0.0358353667, -0.0462810583, 0.0209668595, 0.03665049, 0.0256613828, 0.00806069281, -0.0121514192, -0.00134250533, 0.00312653743, -0.0542511791, -0.0141439503, 0.00140005478, 0.020800814, 0.0107098529, 0.0205291063, -0.0297521073, 0.0126721943, -0.0207253397, 0.00739651592, 0.00669082813, 0.0177818276, -0.0235480908, -0.0210876185, 0.00351711875, 0.0201517325, 0.0154270194, -0.0214348, -0.00487566274, -0.014000548, -0.0314880237, 0.00609457819, -0.0387637801, 0.0117589505, 0.00734745758, -0.0209668595, 0.0114495046, -0.00961547066, -0.0111325113, 0.0188686624, -0.0150798354, -0.0684102252, 0.0279860012, -0.040303465, -0.019744169, 0.0123853907, 0.0117589505, 0.0172384102, 0.00153307884, 0.0236084722, 0.0253292937, -0.0160459112, -0.00200951262, 0.00969849247, -0.00294351135, -0.0512020029, -0.000937772566, -0.0165893286, 0.000748142484, 0.0594136454, 0.00518133491, 0.0603495315, -0.05246998, -0.0155175887, -0.0186120495, 0.040303465, 0.0318201147, 0.0364693515, 0.00642289314, -0.0029755882, 0.00964566, 0.0419035256, 0.000548606389, -0.000323597575, -0.0224763509, -0.0297219176, -0.00438130368, -0.0110042049, 0.0339937843, -0.0488773845, -0.0248311609, -0.0360768847, 0.0238198, -0.00537756924, 0.0237745158, 0.00941168889, 0.0069549894, -0.0232763831, -0.0180686321, 0.0158194881, -0.0155628733, -0.0451640338, -0.0459187776, 0.0294653047, -0.00729839876, 0.0272916351, 0.00164251716, -0.0273369197, 0.00582286948, -0.018325245, 0.0368014425, -0.0244235974, -0.011283461, 0.00533228414, 0.0345070101, 0.010694758, -0.0256613828, 0.027895432, -0.00592476036, -0.0136986496, -0.0044643255, -0.0195932202, -0.000784464646, 0.000967019, -0.00660780584, -0.0131703271, 0.010694758, 0.0279860012, -0.0342654921, 0.0156685375, -0.0239858441, -0.00860411, 0.0259934701, -0.0242726486, -0.0162421446, -0.0266274568, -0.00256613828, 0.0242726486, 0.00604929356, -0.00256425142, 0.00725311413, 0.0110494895, -0.00223782356, -0.0462206788, -0.0139703583, -0.0406959318, 0.0106041888, -0.00161704444, 0.0532247238, 0.012702384, -0.0274274889, -0.0190648977, -0.0476697907, 0.0308993235, -0.0444092862, -0.02516325, -0.00194158545, 0.0179931577, 0.0132910861, -0.044680994, 0.0276237223, 0.00778143667, -0.0493302345, -0.0185667649, -0.0237292312, -0.0517152324, 0.0294653047, 0.023759421, 0.0262500849, 0.0704631358, 0.00503793312, 0.00256236456, -0.0148005793, 0.0349296704, -0.0180082526, -0.026008565, -0.0286803674, -0.00482660392, -0.0251783449, -0.000833051454, 0.0367410593, -0.000565588183, 0.0119023528, 0.0225518271, 0.00947206933, 0.00685309852, 0.0108608026, -0.0109966565, 0.0263859387, 0.0205291063, -0.00196422776, 0.00408317894, -0.0209668595, -0.0299181528, -0.0378580876, 0.00750595424, 0.0268689767, 0.00508699147, 0.0103853121, 0.0212989468, -0.0100532239, -0.00575494207, 0.0341447331, 0.018083727, -0.00426431792, -0.00996265374, -0.030371001, -0.00716254441, 0.000865599955, -0.0201215427, 0.00649082, 0.0029755882, 0.0457074493, -0.0016378, -0.0343258716, -0.0419639088, 0.0201668274, -0.0102343634, 0.0175252147, 0.0100532239, -0.0186573341, 0.0522888415, -0.0329069495, -0.0066379956, 0.023155624, -0.0214197058, 0.00042525251, 0.0282124244, -0.0424771346, -0.015955342, -0.000509453879, -0.0403638445, 0.0320918225, 0.0154043771, -0.018204486, 0.00927583501, -0.00530586811, -0.0147854844, 0.00907960068, 0.0313370749, 0.0102947429, -0.0273218248, -0.0304464754, -0.0112985559, -0.00935885683, 0.00118966924, 0.0086343, -0.0157742016, -0.0615269355, -0.000278784486, -0.0406053625, 0.0138722416, 0.00909469556, 0.00569833629, 0.00490585249, 0.000342230371, 0.0192309413, 0.00796257611, -0.000830692879, 0.0326956213, 0.000804748503, 0.00595495, 0.0034246624, -0.0204536319, 0.0318804942, 0.0220838841, 0.000878808, 0.00938904658, 0.0186875239, -0.0251934398, 0.0314276442, -0.0105815465, -0.00918526482, 0.00517001376, 0.0628552884, -0.0287105571, 0.0108457077, 0.0511114337, 0.00861165766, 0.0118872579, -0.0174648352, -0.0280916654, 0.0219178386, 0.00245858682, -0.00503793312, -0.0171025563, 0.0623722523, -0.00268501067, -0.00286803674, -0.0182497706, 0.0241669845, -0.0105589041, -0.0213744212, -0.00391336065, -0.0232009087, 0.0301596709, 0.0186875239, -0.00677007623, 0.0100305816, 0.0210423339, -0.00657006865, -0.00010289318, -0.0101437932, -0.011109869, -0.00907960068, -0.0261142291, 0.00859656278, 0.00255104317, -0.0363485925, 0.000886355469, 0.0392770097, -0.0100003919, 0.00516624, 0.0242877435, 0.0117438557, -0.00677007623, -0.0132684438, -0.0170723666, -0.0222499277, -0.000136444025, 0.0481830202, 0.0252236295, -0.0595042147, -0.0122193461, -0.00963811297, 0.039850615, -0.0545832701, 0.0326352417, 0.0291181207, -0.0375259966, -0.0055360659, -0.000400959107, -0.00459263241, -0.018898854, -0.0246651173, 0.00743802683, 0.00942678377, -0.0106041888, 0.0218121745, -0.0450734645, -0.0294653047, -0.0217065103, -0.00417752191, 0.0398204252, -0.0189441387, -0.0258576162, -0.0200309735, 0.00436998252, 0.0354730859, 0.0120080169, -0.0372542888, -0.0160459112, 0.052258648, 0.00928338245, 0.0013943942, 0.060862761, 0.065330863, 0.0201819222, 0.0153817339, -0.00941923633, -0.0130344722, -0.0434734, -0.012702384, 0.00787200592, 0.01471001, 0.0314276442, 0.00785691105, -0.00999284443, 0.0172686, -0.0499642193, -0.0322427712, -0.0112759136, -0.0186875239, -0.00870222785, -0.0369222, -0.00451338431, -0.0212838519, 0.0136835547, -0.0196385048, -0.0167251825, 0.0132835386, -0.00339069869, 0.0098947268, 0.0154270194, 0.0384920724, 0.0345673896, 0.00716254441, 0.0249972045, -0.0236235671, 0.0137816714, 0.024106605, -0.0400015675, -0.00357749849, 0.0232009087, -0.0345975794, 0.0136231752, -0.0144458488, -0.024227364, 0.0107098529, 0.0378580876, 0.00639647665, -0.0211932827, 0.0283482801, -0.0345372, -0.0135929855, -0.0151100252, 0.035714604, -0.0158798676, -0.0247405916, -0.00500774337, -0.014362826, -0.00838523358, 0.0246500224, -0.0100154867, 0.00136892148, -0.0124608651, -0.0262198951, 0.00472848723, 0.026008565, 0.0601382032, -0.00195856718, 0.026476508, -0.0182799604, -0.0123627484, -0.000583985122, -0.0364693515, -0.00380392256, 0.00980415754, -0.0214800853, 0.0462508686, 0.00561154028, 0.0187629983, -0.0057398472, 0.0125891725, -0.0240160339, -0.0225971118, -0.00480018789, -0.0248613507, -0.0399713777, -0.0491490923, -0.0236688517, 0.0088909138, -0.00408317894, -0.00678894483, -0.014362826, 0.0116004543, 0.000264397153, -0.0180082526, -0.0372241, 0.0390354916, -0.0600174442, 0.00114061066, -0.00947961677, -0.0083097592, -0.0395789072, 0.0151704056, -0.032031443, 0.0339334048, -0.0271557793, -0.0381599851, 0.00963056553, -0.00668705441, 0.00243594451, 0.000244349183, 0.0135477, -0.0171025563, -0.00962301809, 0.0141741401, 0.020921573, -0.0140760224, -0.0231254343, -0.0134722255, 0.000183615673, 0.00749463309, 0.0174648352, 0.0166044235, 0.0580551028, 0.0440470092, 0.0197139792, -0.00977396779, -0.008189, -0.000153425819, 0.0306728985, -0.0273369197, 0.013532605, 0.0178120174, 0.0723952875, -0.00999284443, 0.00638515549, 0.0186573341, 0.0172384102, 0.00963056553, -0.0224763509, -0.0311559364, 0.00646440405, 0.0122797256, -0.00630590739, 0.0275784377, -7.61232659e-05, 0.0222348329, 0.00953244884, -0.0127401212, 0.0261595156, 0.0242122691, 0.019744169, 0.0432620719, 0.00822673738, 0.00129722059, -0.0263708439, 0.0392468199, -0.0434432104, 0.0010075866, -0.0488773845, -0.0217367, -0.0174195506, 0.014604345, -0.0400317572, 0.0192762259, -0.00886072405, -0.00476622442, -0.0224763509, 0.0074304794, -0.00468697585, 0.0196988843, -0.00758897653, 0.0045322529, 0.0114796944, -0.0271255895, 0.0139628109, -0.0416620076, 0.0288615078, -0.00223782356, -0.0559116229, -0.00677762367, -0.0153817339, 0.0173138846, 0.0184761956, 0.0198347382, 0.00920036063, -0.0396694764, -0.0307634678, 0.0169667024, 0.00542662758, 0.0172686, -0.0259934701, 0.0392468199, -0.0124684125, -0.0181139167, -0.02623499, 0.0322427712, -0.00460018031, 0.00666063791, 0.00926074, -0.028242616, 0.00334918778, -0.00126137014, 0.00357183791, -0.00941168889, -0.0117212133, -0.0196988843, 0.0029133216, -0.00746444333, 0.00702291634, -0.024348123, 0.00145194365, -0.00281897839, 0.0181893911, -0.0169968922, -0.00451715803, -0.0200158786, -0.0223706868, 0.0274878684, 0.0203932505, 0.00304351537, 0.0203177761, -0.0110494895, 0.0206196755, -0.0236537568, 0.00795502868, 0.0282124244, 0.0204083454, -0.010468334, 0.0273067299, 0.00276614609, 0.0305672344, -0.0164987594, 0.0296162535, -0.014657178, -0.011230628, 0.032756, -0.0112457229, -0.0162723344, -0.0190498028, -0.00552474475, 0.0196686946, 0.00385864172, -0.0038831709, -0.00913243275, -0.000474075176, 0.0178120174, -0.0238198, 0.0138948839, 0.00875506, 0.00787200592, -0.0120080169, 0.00988717936, -0.0104381442, 0.0112004383, -0.0202272069, -0.00817390531, 0.00915507507, 0.0190950874, 0.00971358828, -0.0191403721, -0.00676630251, 0.0160157215, 0.0282275211, 0.0132533489, -0.005139824, -0.0188535675, -0.0134948678, 0.0152534274, -0.0207555294, -0.0153364493, 0.0331182778, 0.0132156117, 0.00384165975, -0.0174497403, 0.00275482493, 0.00435488764, -0.00905695837, -0.0373146683, -0.00470584445, -0.0226423964, -0.0194271766, -0.0320918225, 0.00046275396, 0.00182837353, 0.0235782824, 0.0419941, 0.0134495832, -0.0343258716, -0.0160006266, -0.00427186536, -0.00382279116, 0.0104305968, 0.00642289314, 0.0823579431, -0.00867958553, 0.0153439967, -0.0387335904, 0.0230499599, 0.0124382228, 0.0123099163, 0.0109740142, -0.0163176209, 0.0441677682, 0.0241971742, -0.00802295562, -0.0216008462, 0.0350202397, -0.00636251317, -0.0341749229, 0.0103475749, 0.0357749872, -0.0256010015, 0.0284690391, 0.0235933773, 0.00806069281, 0.00190856529, -0.0166044235, 0.0202272069, 0.0701612383, 0.0336013138, -0.000308974355, -0.0359863155, 0.0132156117, 0.0206498653, -0.00277558039, -0.0238348953, -0.0304313805, 0.0218272693, 0.000786823279, 0.00405676244, -0.0049473634, 0.00856637303, -0.0151477633, 0.0294653047, -0.0271859709, -0.00591721293, -0.0273218248, 0.0100683188, 0.00322842831, -0.0306276139, -0.0014472265, -0.00707952259, 0.0282275211, 0.00129627716, -0.00512095541, 0.00273595611, -0.0037397691, -0.0349900499, 0.0130722104, -0.0139854532, -0.00612476794, -0.0135552473, -0.0309747979, 0.0174799301, 0.014536418, 0.0296615381, 0.00472471351, 0.0100683188, -0.0341447331, -0.00859656278, 0.0156685375, 0.0488773845, -0.00747199077, 0.0202724915, -0.0185063854, 0.021751795, 0.00440017227, -0.0190498028, -0.0329069495, -0.00662667444, -0.00653610518, -0.0230801497, 0.0195177458, -0.0162572395, -0.00174252107, -0.0414506793, -0.0164685696, 0.0331484675, -0.0507793464, 0.00636251317, -0.0061172205, -0.0323333405, 0.00141231949, -0.0016406303, 0.000493887288, -0.00360957533, 0.0162572395, -0.032514479, 0.00556625566, -0.000203073985, -0.00383788603, -0.0130797578, 0.0285445135, -0.00292086904, -0.0159704369, 0.00377939316, -0.0360165052, 0.0101437932, -0.0161364805, 0.00139156391, 0.0135552473, 0.0103400275, 0.0129740927, -0.0533756763, -0.0227782503, 0.00336616952, -0.0156232528, -0.00726443529, 0.00418506935, 0.0276841018, 0.0162723344, 0.0197743587, 0.0149892662, 0.0281822346, -0.00295860646, -0.0316389762, -0.0141364029, -0.0358655564, 0.0158496778, 0.000369354093, -0.00439639855, 0.0376769453, 0.0202423017, 0.0125514343, 0.020800814, -0.0317597352, 0.00239254651, -0.0250726789, -0.0209970493, 0.00784181617, 0.00477377186, 0.00729839876, 0.0100456765, -0.00450583687, 0.0109966565, -0.00583041692, 0.0211932827, 0.00719650835, -0.000713235466, 0.0120080169, 0.0341447331, -0.0053587, 0.0238499902, -0.0245443564, 0.00174629479, -0.0134571306, -0.0206347704, -0.0103173852, 0.00471339189, -0.0253896732, 0.0117815938, -0.0427488424, 0.0292237848, 0.00891355611, -0.00682668248, -0.0312766954, -0.022929199, -0.0559116229, -0.001263257, 0.00920036063, 0.0118344259, 0.00953999627, -0.00495113712, 0.0382203646, -0.00856637303, -0.0150647406, -0.0136911022, 0.0346881524, 3.32855e-05, -0.0105815465, 0.00470207073, 0.0173591711, 0.0248613507, -0.0393675789, -0.0580852926, 0.0433828309, 0.00668705441, 0.00285482872, 0.000925979635, 0.0109589193, -0.006619127, -0.00816635787, -0.0567569397, 0.0413903, 0.00717386557, 0.0217970796, -0.00991736911, 0.0170874614, -0.00637006061, -0.0235028062, 0.00680404, -0.000968905864, -0.00615495816, 0.00700782146, -0.00597381871, 0.0390656814, 0.00930602476, 0.00224159728, -0.00424544932, 0.00392090809, 0.00532096298, 0.00854373071, -0.00462659635, 0.0403336547, -0.0256764777, 0.0138118612, -0.011472147, -0.0227782503, 0.02280844, -0.0218272693, 0.00460395403, -0.011577812, -0.02388018, 0.00262651802, 0.00212272466, -0.000496245862, -0.00725688785, -0.00864939485, 0.0113815777, 0.000273359765, 0.012875976, -0.0116910236, 0.00467188098, -0.00268878462, 0.00575494207, -0.0218423642, -0.0177516378, -0.00429073395, -0.0172836948, 0.014362826, 0.0127929533, -0.0096833976, -0.0389147326, -0.0136005329, 0.00950980652, -0.0186271444, -0.0110343946, -0.0194724612, 0.0253292937, 0.00110759051, -0.0224914458, 0.0201366376, 0.000860411033, -0.00896638911, -0.00265482091, 0.0307483729, 0.0124910548, -0.0113438405, 0.00882298686, 0.0385222621, 0.0215857513, -0.00640402408, -0.00427563908, 0.0132608963, 0.0371939093, -0.0239103697, 0.0154723041, 0.0239254646, 0.0209668595, -0.0133590139, -0.000878808, -0.00705688028, -0.0441375785, -0.016664803, -0.00418129563, 0.00426809164, -0.0213442314, 0.0165289491, 0.0101966253, -0.00573607348, -0.0264161285, 0.0165893286, -0.0137892189, 0.0439564362, -0.0215857513, -0.0262802746, -0.0235480908, -0.00480396161, -0.00670214929, -0.00815881, 0.0152156902, 0.0290426463, -0.0133212758, 0.00180478767, -0.0262500849, -0.0146798203, -0.0547946, 0.00534737902, -0.0546134599, 0.00318125659, 0.0113740303, 0.0179176833, -0.000877864542, -0.0102721006, -0.0033284321, -0.0425978936, -0.0155024938, -0.0191403721, 0.00154534355, 0.00757765537, -0.0259632803, -0.00196045404, -0.0117363082, -0.00149628497, -0.0253443886, -0.0540700406, -0.0215404667, -0.00801540818, 0.0023491485, 0.00265104719, 0.0239707492, -0.00291520846, -0.0297219176, -0.0100532239, 0.00470584445, 0.0083097592, -0.0128684286, -0.0276237223, 0.0144684911, -0.0161817651, -0.0149137918, -0.0372542888, 0.0221442636, -0.010747591, -0.0286652725, -0.0044718734, -0.0491792858, -0.0115476223, -0.00516624, -0.0171327461, 0.00355674303, 0.00485302, -0.0147477472, -0.0314880237, 0.0517454222, -0.0325446688, 0.0262953695, -0.015004361, -0.0252085347, -0.00195856718, 0.0089437468, 0.0115702646, -0.0109211821, 0.0152836172, -0.00480396161, 0.00882298686, 0.0136080803, 0.0211329032, 0.0150420982, -0.0106192837, 0.00852863584, -0.0225216374, -0.00840032846, 0.0234726164, 0.0315182135, 0.0172836948, 0.00777388923, 0.0141741401, -0.0204385351, -0.00432847114, -0.0126269097, -0.0108230654, -0.00944187865, -0.0273671094, -0.0192460362, 0.0375561863, 0.00071842433, -0.0111174164, 0.0125891725, 0.00126797415, -0.0207253397, -0.00636251317, 0.0182648655, -0.0192611311, 0.00273595611, 0.0120382076, -0.0237745158, -0.0170723666, -0.015955342, 0.00316804857, -0.02623499, -0.00820409507, -0.0151100252, -0.0294502098, 0.00149251125, 0.00881543942, -0.0216159411, -0.0440470092, -0.0108758975, -0.0221895482, 0.0231707189, -0.0162119549, -0.0120306592, -0.0201970171, -0.0189441387, 0.00986453705, 0.00508321775, 0.0111023216, -0.00759652397, -0.000215692402, 0.0267935023, -0.0153817339, -0.0125363395, 0.0420846678, -0.00997775, 0.0182346758, -0.0322125815, -0.0336918868, 0.0213291366, 0.0204989165, -0.0160006266, -0.0406355523, -0.0216914155, -0.0276086275, -0.02516325, 0.0104607865, -0.00300577795, 0.00729839876, -0.00976642, -3.22536216e-05, 0.0107400427, -0.0134571306, -0.0120080169, -0.00201894692, -0.00104438048, 0.0156685375, 0.0298426785, 0.00527945207, 0.00558135053, -0.0364391617, -0.00303596794, -0.0310049877, 0.0204536319, 0.00911733788, 0.000352608156, -0.0135703422, 0.0173742659, -0.00840032846, -0.00504548056, -0.0103777647, -0.0053587, -0.00630213367, -0.00174723822, 0.0537983328, -0.00537379552, 0.0199253075, -0.0174799301, 0.0790370554, -0.0237292312, 0.0143703744, -0.0203026813, 0.0159251522, -0.0265670773, -0.0144684911, 0.0243783128, 0.021993313, -0.000188097, 0.0260689445, -0.00612476794, 0.0130495671, 0.00547945965, -0.00833994895, 0.0206498653, 0.00787955336, -0.0255708117, -0.00598891359, -0.0140609276, -0.00384543347, 0.00296992762, -0.00511718169, -0.0152836172, 0.0157138221, 0.00112079864, 0.00630590739, -0.0344768204, -0.00167648075, 0.00232084561, 0.00529832067, -0.0198196433, -0.00233405363, 0.0342654921, 0.0117287608, 0.0434130207, -0.0195630305, 0.00850599352, -0.00176988065, 0.0208460987, 0.0148911495, -0.0180686321, 0.00416242704, 0.0162572395, 0.00146420824, 0.00182837353, -0.0330579, -0.00870222785, -0.00849089865, 0.00935885683, -0.00390581321, -0.0139326211, 0.0211178083, -0.0232914779, 0.00392468181, 0.0121061346, 0.00993246399, -0.0331484675, 0.0150571931, -0.0109815616, 0.00211895094, -0.00590589177, 0.0140156429, 0.0243934076, -0.00166987674, -0.020921573, -0.00224348414, 0.00226990017, -0.00398506178, 0.0291634053, 0.0132835386, -0.00792483892, 0.0173138846, -0.00978906266, -6.10872958e-05, -0.0323031507, 0.00524926232, 0.00562286144, 0.0322427712, 0.00930602476, -0.00470207073, 0.00779653154, -0.0278048627, -0.00587570155, 0.0215706564, 0.00308313966, 0.010694758, -0.00248877658, 0.00953999627, 0.00723801926, 0.0207857192, -0.0130269248, 0.00831730664, -0.016544044, 0.00985699, 0.0095852809, 0.0151326675, 0.0259934701, -0.0198045485, -0.00950225908, -0.0150949303, 0.0114419572, 0.0144986808, -0.00230197702, -0.0109060872, -0.00239065965, 0.0170421768, 0.00283407327, -0.00267557637, 0.0125212446, 0.000248122931, -0.0195932202, 0.0101136034, -0.0311559364, 0.00439639855, 0.000569833617, 0.0111023216, 0.0188837573, -0.0181893911, -0.00349636329, -0.0290879309, 0.0332390368, 0.0297370125, -0.0144081116, -0.00137080834, -0.000785408134, 0.00815126207, -0.00360580161, -0.0095249014, -0.00607193587, 0.0193366054, 0.0192762259, -0.0392468199, 0.0209668595, 0.00267935, 0.0038020357, -0.00128778629, 0.00722292438, 0.00282086525, 0.00727575645, 0.0183856264, -0.0126570994, -0.0431715026, -0.0196083151, 0.0367712528, -0.010521167, -0.00933621451, 0.000690593093, 0.00266236835, -0.0128155965, -0.0241217, -0.0422658063, -0.0114495046, 0.0148534114, 0.0154043771, -0.00117268739, 0.0225367323, -0.00361900963, -0.0135099627, -0.00793238636, -0.000981170451, 0.0155024938, 0.00469452329, -0.0144005641, -0.0106796632, 0.0170270819, 0.0270048305, -0.0102268159, -0.00750972796, -0.00963056553, 0.0128608812, -0.00631345483, -0.0097362306, -0.00272274809, 0.00270765321, -0.0107324952, 0.00649082, -0.0367108695, 0.0286501776, -0.00427186536, -0.0203026813, -0.0236537568, -0.0116230967, -0.0243330281, 0.0206498653, 0.00189252687, -0.0161213856, 0.0130797578, 0.0265368875, -0.0129137132, 0.00293785078, 0.00407940522, -0.0133967511, -0.00248877658, 0.0175403096, 0.016785562, 0.022340497, -0.0133816563, -0.024227364, 0.00117080053, -0.0316389762, -0.00483037764, 0.0228688195, -0.026355749, 0.00709461747, -0.00928338245, -0.0117891412, -0.00237745163, 0.00729085132, 0.00188780972, -0.0029133216, -0.00150760624, -0.0124306753, 0.0197139792, -0.00326050492, -0.0110872267, 0.00607193587, 0.0107626859, 0.00960037578, -0.0222952124, -0.00305106281, -0.00131703273, 0.00425677048, 0.00504925428, -0.0180535372, -0.0114419572, -0.00524926232, 0.00520020351, 0.02516325, 0.0452847928, -0.019864928, 0.0292237848, 0.00383788603, -0.00701914262, -0.00920036063, -0.00944942702, 0.0224159714, -0.0147402, 0.0239858441, -0.00795502868, -0.0313672647, 0.00562663516, -0.0224461611, -0.00393600296, 0.00345296529, -0.000133377864, 0.00726443529, 0.0122797256, 0.000440819131, 0.00499642221, 0.00104626734, -0.000721726392, 0.0252236295, -0.0291181207, 0.00313597172, 0.00717009185, -0.00560399285, -0.00357561163, -0.00983434729, -0.0389751121, -0.00877015479, -0.00583041692, -0.0345070101, -0.006619127, -0.00546059106, 0.0310049877, -0.00464169122, -0.00332088466, -0.0209064782, -0.00178969267, 0.00493604224, 0.0255557168, 0.0238499902, -0.0230952445, -0.00641157199, -0.00783426873, 0.0281520449, -0.00358693278, -0.00271520065, -0.0140231904, -0.00717763929, 0.0222348329, -0.0212989468, 0.00692102546, -0.00185667642, -0.00257368572, -0.0224310663, -0.0155024938, -0.0344466306, -0.0339635946, 0.0171176512, 0.0275029633, 0.0310653672, -0.024348123, -0.0399411879, 0.020800814, -0.0131778745, 0.00652478356, 0.0110570369, 0.00257179886, -0.00930602476, 0.0221744534, -0.0242877435, -0.00889846124, -0.0173742659, 0.00459640659, -0.00583041692, -0.0139250737, -0.00772105716, -0.0208460987, -0.00631345483, -0.0214498956, -0.0234122369, -0.0293747354, -0.0204536319, -0.00356806419, 0.00458885869, -0.0110796792, 0.0225216374, 0.0131401373, 0.00814371463, -0.0194271766, -0.00557380309, -0.0122117987, -0.00806824, -0.0418431461, 0.00914752763, 0.00320389913, 0.0171327461, -0.00813616719, 0.00920036063, -0.041118592, 0.0044718734, 0.014536418, -0.0155326836, -0.0279105268, 0.0229744837, -0.0348089114, 0.0135401525, -0.000410629291, -0.0227027759, -0.00600400846, -0.0136231752, -0.0149968136, 0.0164534748, 0.00253217458, 0.0162572395, 0.0140609276, -0.0270048305, 0.0280463807, -0.0124382228, -0.0123702958, 0.0155930631, 0.000779275782, -0.0119778272, 0.0106796632, -0.00145194365, 0.0198951177, -0.00529454695, -0.0119929221, -0.02813695, 0.00772483088, 0.0126646468, -0.0187629983, -0.00691347802, -0.00124533172, 0.00272274809, 0.0100305816, 0.0277444832, 0.015834583, -0.0103022903, -0.00346239982, -0.00915507507, -0.00787200592, 0.0258274265, 0.0025887806, 0.00357561163, 0.0134042986, 0.0121438717, -0.0091626225, -0.00977396779, -0.00854373071, 0.0105966413, -0.00637006061, -0.00285860244, -0.0316389762, -0.0163930953, 0.0195177458, 0.0308087543, 0.0078267213, -0.0101890778, 0.0153892813, -0.0149288867, 0.0353221372, -0.0422356166, 0.041239351, -0.0268538818, 0.00208876096, 0.00396241946, 0.00632477598, 0.0270954, -0.00281897839, -0.00278878841, 0.00627194345, 0.0289973617, 0.0100003919, 0.0334805548, 0.00104343705, 0.0311559364, -0.0373146683, -0.016891228, 0.00207932666, -0.0467640944, 0.0108230654, 0.012875976, 0.00996265374, -0.00977396779, 0.0505680181, -0.0132986335, 0.0135854371, -0.00449828943, -0.0251934398, -0.00667573325, -0.0220235046, 0.000408506574, -0.0237896107, 0.0186271444, -0.0161666702, 0.000649082, 0.0433224514, -0.00155383442, 0.00292464276, 0.00347183412, -0.0302804299, 0.00597381871, 0.00289067929, 0.00351334503, -0.00272086123, 0.00569833629, -0.00108023093, 0.0152307851, 0.0411487818, -0.0244386923, 0.00439639855, -0.00816635787, -0.00896638911, -0.00293596392, 0.00862675253, -0.00532851042, -0.0127099315, -0.017736543, 0.0194422714, -0.0105664516, 0.0243632179, -0.00791729148, 0.018672429, 0.000133142, -0.0128684286, 0.0187780932, 0.0172686, -0.0179176833, -0.0295256842, -0.00645685662, 0.0043209237, 0.0162421446, 0.00823428482, -2.08292349e-05, -0.0317899249, -0.00603042496, -0.00183686439, 0.0213593263, -0.015487399, 0.0038643023, 0.00489830505, -0.005139824, 0.0107626859, -0.00761916628, 0.0188082829, 0.00219631242, -0.00678139739, -0.0101664355, -0.0267180279, 0.00105758861, -0.00372656109, 0.00804559793, 0.00315484055, -0.0102721006, 0.018430911, 0.00932112, 0.00846825633, 0.0469754227, 0.0214649905, 0.0123401061, 0.0141288554, -0.000155784408, 0.00435488764, 0.01152498, 0.00752104912, -0.00962301809, 0.00172365236, -0.0141137606, -0.00715877069, 0.0198045485, 0.0108985398, 0.0128910709, 0.0275482479, -0.00187554513, 0.00884562917, -0.0136382701, 0.0106872106, 0.0158647727, -0.040061947, -0.00984189473, -0.00304162852, 0.0186573341, 0.00154723041, 0.00846070889, -0.00780407898, 0.0171780307, -0.00698140543, 0.0340843536, -0.0203177761, 0.0244537871, -0.0433224514, 0.0267633125, -0.000119992903, 0.00778143667, 0.0235480908, 0.0160610061, -0.00040614797, 0.0146722728, 0.0126872892, -0.0137288393, -0.005615314, 0.0159704369, 0.0034246624, 0.00666441163, -0.0227480605, 0.000194818946, 0.00353221386, 0.00923055, 0.00687196711, -0.00596627127, -0.0105513567, -0.00797767099, 0.0150647406, -0.0155779682, -0.0145666078, -0.00408695266, 0.0188384727, 0.00643044058, 0.00416242704, -0.0148911495, 0.00303408108, 0.0290124565, 0.00825692713, -0.0078871008, -0.0180384424, -0.0117212133, 0.0234877113, 0.01619686, -0.00227933447, 0.00216612243, 0.00678139739, -0.000626439636, -0.0105287144, 0.0043662088, -0.0141514977, 0.0255557168, -0.020680055, -0.00620401651, 0.0068304562, -0.0126193622, -0.00529832067, 0.0034057938, 0.0107098529, 0.000838240376, -0.00418884307, -0.0227027759, 0.00429828139, 0.00557380309, 0.00510963378, 0.00430960255, -0.0173591711, 0.00232461933, 0.000446008024, 0.0144307539, 0.0158949625, -0.00183026039, 0.026823692, 0.020212112, -0.0125665301, 0.00055945589, -0.000196941677, 0.0115098841, -0.0109211821, -0.0197592638, -0.00556625566, 0.0145817026, -0.0112004383, -0.00612854166, -0.00599268731, 0.0238650851, 0.00386052858, -0.0208460987, -0.00193403801, -0.018898854, -0.00469074957, -0.0120382076, -0.00129910745, 0.00846070889, 0.0026227443, 0.00121419854, -0.0214197058, 0.00884562917, -0.0129967351, 0.0232461933, -0.00443790946, 0.000299540028, -0.0108079705, -0.0112608187, -0.00820409507, 0.00783426873, -0.00343220984, 0.0075172754, 0.015728917, -0.0150571931, -0.017011987, -0.0171176512, -0.0240613185, 0.0146345356, 0.0226574913, -0.0010481542, -0.00549455453, -0.0215102769, -0.00314540626, -0.0137514817, 0.00477754558, -0.0101739829, -0.00784181617, 0.0114193149, 0.00657006865, -0.00985699, -0.00747953821, 0.0145666078, 0.00551719731, 0.022098979, -0.015608158, -0.00177837152, 0.00113495009, -0.0172987897, 0.0260538496, -0.000786823279, 0.00660403213, 0.00588324899, -0.0120155644, 0.0238047056, 0.00115947938, 0.0196083151, 0.00275859865, 0.016891228, 0.00516624, 0.00291709532, 0.00767954579, 0.00867958553, -0.0246198326, 0.00473603467, 0.0203026813, 0.00279067527, -0.00073021726, 0.0057662637, 0.00397374062, -0.00208310038, -0.0176006891, -0.0159855317, 0.0307936575, 0.0142496144, -0.012408033, -0.0111551536, 0.00852863584, -0.0112532703, 0.00917771738, 0.0101890778, -0.0167251825, -0.00833240151, -0.0259783752, 0.00275482493, 0.00292464276, -0.0107551385, 0.00479641417, -0.0180233475, -0.0170572717, -0.00597759243, -0.00677385, -0.00965320785, 0.00771350972, 0.00103022903, 0.0139628109, 0.0204989165, 0.0137816714, 0.0202272069, -0.0102041727, -0.00798521843, 0.0156534426, -0.00276425923, -0.00441149343, 0.00855127815, -0.00673611276, 0.0111400587, -0.0297672041, -0.0136760073, 0.0182950553, -0.0172836948, -0.00298879622, -0.00250953226, 0.00632100226, -0.0184007213, 0.0240311287, 0.00832485408, 0.00564927794, -0.00188592286, 0.0132835386, 0.00729839876, 0.00299257, -0.00785691105, 0.000837768661, -0.000429733802, -0.0223857816, 0.00927583501, -0.0034246624, -0.0108532552, 0.0434432104, 0.0103626698, -0.0300389118, -1.25741954e-05, 0.0153439967, 0.0138722416, -0.00485302, 0.015072288, 0.0122117987, 0.0191252772, -0.0189139489, 0.0127552161, -0.00378316687, -0.000929753354, -0.0024548131, 0.0212838519, 0.00276991981, -0.0126193622, 0.0131778745, 0.014483586, -0.00709839119, 0.00826447457, -0.0372844785, 0.0156836323, -0.00658893725, 0.00298879622, 0.0176006891, 0.0169516075, 0.00229442935, 0.0134722255, 0.0107777808, -0.00858901534, 0.0149137918, 0.00771350972, -0.00538889039, -0.00368693681, 8.31400466e-05, -0.00074389705, 0.00400015665, 0.000723613251, 0.00865694229, 0.0136609124, 0.0199555, 0.00238688593, 0.00418884307, 0.016664803, 0.00384354661, -0.00270010578, 0.00840032846, 0.0086343, -0.01471001, 0.0189592335, 0.0392770097, 0.00147741637, -0.00669460185, 0.00725688785, -0.00910979, 0.0204989165, 0.0143552786, -0.0230952445, -0.000578324543, 0.0222650226, -0.00703801122, 0.00904941093, -0.00804559793, -0.00425299676, 0.00396619318, 0.00947961677, 0.0290879309, -0.00567569397, -0.00303030736, -0.0223254021, -0.012234441, -0.0124684125, 0.00610589935, 0.00957773346, -0.0162723344, -0.00498887477, -0.0229442939, -0.033208847, -0.00259444118, -0.0254802424, 0.0175554045, -0.0134948678, 0.0124533176, -0.000633043644, 0.0195328407, -0.00962301809, -0.00140760234, 0.00549078081, -0.0169516075, 0.00256425142, 0.000602853775, 0.0240462236, -0.024106605, 0.00287558418, 0.0215102769, -0.0204536319, -0.0109287295, 0.0148685062, -0.00488321, -0.0196536, -0.00966830272, -0.022566922, 0.0199102126, 0.0226122066, 0.0148685062, 0.0215857513, 0.0109815616, 0.00294162449, 0.0247254968, 0.00667950697, -0.00297936192, 0.0178422071, -0.000354966731, 0.0137665765, -0.00386052858, -0.0197290741, -0.00914752763, 0.0194422714, 0.00569833629, 0.0100532239, 0.0085210884, -0.0124155805, -0.0034152281, -0.00960792322, -0.0038020357, 0.00687574083, -0.00123023684, 0.0212989468, -0.0012726913, -0.00547945965, -0.0119702797, -0.0102419108, 0.022929199, -0.0173440762, 0.0117438557, 0.0113136508, -0.00758142909, 0.0162270498, -0.00832485408, 0.020559296, 0.00555870822, 0.0320012532, 0.00618514791, -0.012408033, 0.0110042049, -0.0254500527, -0.0106570208, 0.000778332353, 0.0105438093, -0.00530964183, -0.00134816603, 0.0113211982, -0.012875976, 0.0086343, 0.00239443337, -0.00738142105, 0.00238122535, -0.00378316687, 0.0104834298, 0.0257368572, -0.0110494895, 0.0191554669, 0.0218272693, 0.0046567861, 0.013532605, 0.0116381915, -0.00146798196, -0.00846070889, -0.000925979635, 0.0107702333, 0.00478131929, -0.00631345483, 0.0112155331, 0.00558135053, -0.0089437468, 0.00598514, 0.00941168889, -0.00177554123, 0.0295105893, 0.0113061033, 0.0110042049, -0.0150119085, 0.00505680172, -0.000562286179, 0.00243971823, -0.00305106281, -0.0123552009, 0.0116910236, 0.0052190721, -0.0164081901, -0.0217367, -0.00330201606, -0.00848335121, -0.0178422071, 0.0161364805, 0.0135929855, 0.00830221176, -0.0214498956, 0.0040945, 0.0142345196, -0.00728330389, -0.00823428482, 0.00723801926, 0.0154723041, 0.00114344095, 0.00444923062, -0.00629836, -0.0206951499, -0.0147552947, -0.0102871954, 0.0156383477, -0.00637760805, 0.0200007837, 0.00109721278, -0.0163176209, -0.0263859387, -0.00718896091, -0.0120004695, 0.0242424589, 0.00322088087, 0.000411336863, -0.0186422393, -0.0128382389, 0.00437753, 0.000501434726, -0.00054671953, 0.0138495993, -0.0141288554, 0.0267180279, 0.00997775, 0.0111853434, 0.00593608152, -0.0321823917, -6.86937274e-05, -0.00764935603, -0.0208460987, 0.00569078885, 0.00129061658, 0.020800814, -0.00106419262, -0.0208310038, 0.0133439191, -0.0137816714, 0.0073323627, -0.00774369948, 0.000962773571, -0.00593608152, -0.00100381288, 0.00367750251, 0.00475490326, -0.000922205916, 0.0334503651, -0.0188686624, 0.0102645531, 0.003530327, 0.0209517628, -0.00901167374, -0.0174497403, 0.00812862, 0.0262953695, 0.00209253468, -0.00204158947, -0.00814371463, 0.0082116425, -0.018083727, 0.00755123887, -0.00229254249, -0.0162119549, -0.008189, 0.0103777647, 0.0106192837, 4.10393441e-05, -0.0153515441, -0.00991736911, 0.00524171488, 0.0083701387, -0.0355334654, 0.00461904891, -0.0121287769, -0.0234424267, 0.00567192025, -0.0010792875, -0.0246198326, -0.010747591, 0.0103324801, 0.0248009712, -0.0148534114, -0.00976642, 0.0107023055, 0.00557757681, 0.0121816089, 0.00349258957, -0.0073059462, 0.0185667649, -0.00805314537, 0.0124382228, -0.011698571, 0.00306427083, 0.0123250112, 0.0185969546, 0.00926074, 0.00175855937, -0.0041548796, 0.0220687892, 0.00617382675, 0.0176459737, 0.0125212446, -0.00618514791, 0.0011538188, -0.00343032298, 0.00824183226, -0.00245103939, 0.00502661197, 0.0163629055, -0.000633515359, 0.020212112, -0.00142081035, 0.000185148761, 0.0199404042, 0.0144760385, -0.0123929381, 0.00181139167, 0.00306615769, -0.01152498, 0.0098947268, 0.0292086899, 0.00753991771, -0.0128533337, -0.0085814679, -0.00203215494, 0.000459687813, -0.00238122535, -0.00976642, -0.0299785323, -0.0165289491, -0.00671347044, -0.0017340302, 0.0131250424, 0.00200762576, -0.0147175575, 0.00912488531, -0.00200951262, 0.00667950697, 0.00250953226, -0.0110721318, 0.0246198326, -0.00835504383, 0.0281520449, 0.00127457816, 0.00492094737, 0.00763803488, 0.00700027402, -0.002807657, 0.00554738706, -0.0227631554, 0.0091626225, 0.0121287769, -0.0120231118, 0.0308238491, -0.0143024465, -0.00914752763, -0.006056841, 0.00356617733, 0.0121665141, 0.0372844785, 0.0257217623, -0.0182648655, -0.00529454695, 0.00320767285, -0.0010292856, 0.013879789, 0.00576249, 0.00996265374, -0.0119702797, -0.00366806821, -0.0110117523, 0.0107702333, 0.00475490326, 0.0121589666, 0.00950980652, -0.00618892163, -0.0111702485, 0.000155076821, 0.00511718169, -0.00700782146, -0.00784181617, 0.00466810726, -0.0127401212, -0.00932866707, -0.0177214481, 0.0172384102, 0.00763803488, 0.00676630251, -0.022687681, 0.000651440583, 0.0260991342, 0.00427563908, 0.0226725861, 0.0189139489, 0.000191870713, 0.0148685062, 0.00799276587, -0.019744169, -0.0210876185, 0.00156138185, 0.00575494207, -0.0110042049, -0.00343598356, 0.0130797578, 0.0173440762, -0.0306879934, 0.024227364, -0.00295483274, -0.0101588881, 0.0150119085, 0.00416997448, 0.000443885307, -0.00125759642, -0.00165100803, -0.012823144, 0.00118589553, -0.00328880805, -0.0188837573, -0.0141137606, -0.021631036, -0.0146345356, 0.0227329656, -0.00461527519, 0.0251783449, 0.00733613642, 0.0177667327, -0.00770218857, -0.00809088256, -0.00907960068, 0.0183554348, -0.00316993543, -2.26571374e-05, -0.00746821705, 0.000396006071, 0.00411714241, 0.0390354916, -0.0073134941, -0.00753237028, 0.0101664355, 0.0228537247, -0.0128533337, 0.017857302, 0.000823145441, 0.00255670398, -0.00930602476, 0.0154496618, -0.0145213231, -1.71292086e-05, -0.00843051914, 0.0128155965, -0.0120080169, 0.0119627323, -0.00820409507, -0.00508699147, -0.0247556865, 0.00265670777, 0.00061794871, 0.00144062249, 0.00383411231, 0.00907205325, -0.00787200592, -0.0149590764, 0.000128778629, -0.00139628106, 0.0151251201, -0.0117287608, -0.00118023483, 0.013479773, -0.0138873365, -0.014830769, 0.00378505373, -0.0243330281, -0.0231405292, -0.0238499902, 0.0114495046, 0.0269142613, 0.00607193587, -0.0116532864, 0.0126570994, 0.00447564712, -0.00118400867, 0.00372278737, -0.00203592866, 0.0169817973, 0.00567192025, -0.0110419421, 0.0102721006, 0.00547568593, 0.000595778052, -0.0104230493, 0.00403789384, 0.0356542245, -0.00965320785, 0.00473226095, -0.00550965, 0.00747576449, -0.00272463495, 0.0211932827, -0.00526058348, 0.0228688195, 0.00593608152, -0.0177516378, -0.028725652, 0.02280844, 0.00369071052, -0.00828711689, 0.0217970796, 0.0135024153, -0.00107268349, -0.0305823293, 0.0109136347, -0.00214725384, -0.00516624, -0.0137137445, -0.00307559222, 0.00363976508, 0.00602665124, 0.00246802112, -0.00315106683, 0.00124910555, 0.0427186526, 0.0392770097, -0.00412091613, 0.00911733788, 0.0253896732, -0.00562663516, 0.0283784699, -0.0140609276, 0.00196988834, -0.00495491084, -0.0117212133, 0.0103098378, -0.00539266411, 0.000337041507, 0.00626816973, -0.00888336636, 0.0394883379, -0.00766822463, 0.0101513406, 0.00883053429, -0.01152498, 0.00716254441, 0.00924564525, 0.00729085132, -0.0165742338, -0.0138948839, 0.00816635787, -0.00844561402, 0.00266991579, 0.00944187865, 0.0192158464, 0.00816635787, 0.00250009797, 0.0181290116, 0.0224763509, 0.00893619936, 0.000164864949, -0.012581625, 0.0324541, -0.010106056, 0.013479773, 0.00812107231, -0.0314880237, -0.0160308164, -0.010936277, 0.00485679414, -0.018083727, -0.00313785858, 0.0208762884, 0.0176459737, -0.0141288554, 0.00821919, -0.0119778272, -0.000288218842, -0.00210762979, 0.00399638293, -0.0137439342, -0.00305861025, 0.02623499, 0.00678139739, -0.00656629493, -0.036046695, -0.012113682, -0.00875506, 0.0085814679, -0.00475867698, 0.0119174477, -0.00631345483, -0.00493226852, 0.0137137445, -0.024000939, 0.014362826, -0.00978906266, -0.0123778433, 0.0204536319, -0.0156685375, 0.00346617354, 0.00670969673, 0.00207555294, -0.0035907065, 0.0133665614, 0.00555116078, -0.00383222545, -0.00880789198, -0.00410204753, 0.00687574083, -0.00349447643, 0.000844372669, 0.012113682, 0.0125212446, 0.00868713297, 0.0135250576, 0.0124835074, 0.0195479356, 0.00718141301, 0.00607948331, -0.00685687223, 0.0285897981, -0.0070153689, 0.00670969673, 0.0178422071, -0.00684555108, 0.00339258555, 0.00831730664, -0.00684555108, 0.0302804299, 0.0148458639, 0.00123589742, 0.00256802514, 0.00306993141, 0.00348881586, 0.0105815465, 0.0109513719, -0.00977396779, -0.0189592335, 0.0105362618, 0.00309446082, -0.0110570369, 0.0114872418, -0.0117966887, 0.00226990017, 0.0376165658, 0.00307936594, 0.0181139167, -0.00364542566, 0.00568701513, 0.000153661676, 0.00440394599, -0.00343598356, 0.0126344571, -0.00858901534, -0.016544044, -0.0170572717, -0.0787955374, 0.00225480529, 0.00571720488, 0.00919281319, -0.00214725384, 0.0219329335, -0.00475490326, 0.0317899249, -0.0118117835, 0.000221117152, -0.00113778037, -0.00389449205, -0.0203781556, 0.00535115274, -0.00230009016, 0.028952077, 0.0196686946, 0.00366240763, -0.0112079857, 0.00270954, 0.00217367, 0.00833240151, -0.00763048744, -0.0213140417, -0.00370769226, 0.0100230342, -0.0140760224, -0.000508038735, -0.0106192837, -0.0169817973, 0.0172686, 0.00184912898, 0.0060115559, -0.0144081116, 0.0080003133, -0.0148986969, -0.0244990718, -0.0114570521, 0.00563040935, -0.00499642221, 0.0106570208, -0.0177214481, -0.0140986647, 0.00500774337, 0.0108909924, -0.0127325738, -0.0108381603, 0.0219027437, -0.00298690936, -0.0214649905, -0.0218272693, -0.00405676244, -0.00314918, -0.0093135722, -0.000464404962, -0.00940414146, -0.0132231591, -0.00929093, 0.0414808691, -0.00603042496, -0.00586060667, -0.00960792322, -0.000839183806, -0.00720028207, -0.00571343116, 0.00258689374, 0.00397374062, -0.00051935995, -0.0078871008, 0.0157892983, 0.00512850285, -0.0211781878, -0.0181893911, -0.00385298114, -0.0193064157, -0.0123476535, -0.0149364341, -0.0119325425, 0.0201819222, 0.00697385799, 0.00661157956, -0.00829466432, 0.0284388494, 0.00853618328, 0.0188233778, 0.028016191, -0.0171629358, -0.00581532205, -0.0112532703, -0.0263708439, 0.00314729312, -0.00486434158, -0.0148081267, 0.0130344722, 0.0196083151, 0.0117815938, -0.0176912583, 0.0107324952, -0.00399260921, -0.000881638261, 0.00306993141, -0.00113778037, 0.0272312555, -0.0271557793, 0.0260991342, 0.00051935995, 0.00396619318, -0.00211706408, 0.0135627948, 0.00371712656, 0.0136382701, -0.00183214725, 0.0294502098, 0.0092154555, 0.0224914458, -9.50803769e-06, 0.00946452189, -0.000215928259, -0.0190648977, -0.00984944217, 0.0142722568, -0.0117061185, 0.0113815777, -0.0036963711, 0.00290577416, 0.00809843, -0.0146873677, -0.00180384424, 0.00673233904, -0.00550210243, -0.0165289491, -0.00779653154, 0.00644176174, -0.0152005954, -0.0105513567, -0.0146647254, -0.00256613828, 0.00641534571, 0.00204347633, 0.00151232339, 0.00407185731, 0.0115551697, -0.0180233475, -0.0125438869, -0.0140533801, -0.030612519, 0.00978151523, 0.0247858763, -0.0141288554, 0.0114796944, -0.0181742962, 0.014415659, 0.0269897357, -0.0169063229, 1.71292086e-05, -0.0150119085, -0.014483586, 0.00810597744, -0.020559296, -0.0227027759, 0.016544044, -0.00377184572, 0.0091626225, -0.00378128, -0.00926828757, 0.0129816402, 0.0188233778, 0.00816635787, 0.000426667655, 0.00457753753, 0.015419472, 0.0193517, -0.021631036, 0.00415865332, -0.0141288554, -0.0118117835, -0.0062417537, -0.0172082204, 0.0172987897, -0.00471339189, 0.00424544932, 0.026476508, 0.000482094358, 0.00528322579, -0.00157553342, -0.00321522029, 0.00834749639, 0.0475792214, 0.0175101198, 0.0046379175, -0.0140835699, 0.00260764919, 0.0291634053, -0.00067172444, -0.0280765705, -0.00988717936, -0.0022963162, 0.0132231591, 0.00110947737, -0.00357372477, 0.0209064782, 0.0189743284, 0.0103626698, -0.00354919559, 0.0037775063, -0.00436998252, -0.00665686419, -0.00100286945, -0.0148156742, -0.00240575452, 0.0136307226, -0.000454027206, 0.0102117201, 0.00145383051, -0.0107098529, 0.000983057311, -0.0117740454, 0.0181139167, -0.013653365, -0.0175252147, 0.0134042986, 0.0157591067, 0.00190479157, -0.00665686419, 0.00610967306, -0.00677007623, 0.0025604777, 0.0133665614, -0.024936825, 0.0172082204, -0.00291898218, 0.0125740776, 0.00187554513, -0.0172233153, -0.0173742659, 0.00663422188, -0.00893619936, 0.00715499697, -0.00410959497, 0.0155175887, 0.0276991986, -0.00201706, -0.0201668274, -0.028831318, -0.0100230342, 0.0145062283, 0.00997775, 0.00390581321, 0.0189441387, -0.012408033, -0.00470961817, -0.00923809782, -0.0179327782, -0.00296049332, -0.0104909772, -0.00756256, -0.0117514031, 0.012408033, -0.00226612645, 0.00460018031, -0.0181592014, 0.00371146598, 0.0087324176, 0.0293596406, 0.00233028, -0.0152609749, 0.00803050306, -0.0309747979, 0.000699083961, -0.0159402471, -0.00269821892, -0.00180101395, -0.00367938937, -0.0359561257, 0.016544044, 0.00708329631, -0.00834749639, -0.00997020211, 0.012943903, -0.00938149914, -0.0171931256, -0.0210876185, -0.0160006266, 0.0217668898, -0.00321899401, 0.0235631876, -0.0208159089, -0.0139099788, 0.00108966534, -0.0118344259, 0.00164346059, -0.0163327157, 0.014121308, 0.00355674303, -0.0331484675, -0.0027982227, -0.00485679414, -0.02280844, -0.00528322579, -0.00189158344, 0.00243594451, -0.0109740142, 0.00243971823, -0.0127929533, -0.0019529066, -0.0249972045, 0.00885317661, -0.0240613185, -0.00688706199, 0.0198498331, -0.0078871008, -0.00150288898, -0.00617382675, 0.0154572092, 0.000918903912, 0.00276048551, 0.00997775, -0.0114947893, 0.00473603467, 0.00568324141, -0.00284916814, 0.00880034454, 0.0102343634, -0.00156138185, -0.00480018789, -0.00384165975, -0.0174497403, -0.0220235046, -0.014657178, 0.0109589193, -0.0218574591, -0.00180007052, 0.000517944805, 0.0160157215, -0.00351900561, -0.00918526482, -0.00148590724, -0.00557380309, -0.016423285, -0.00177837152, -0.0225367323, -0.00827956945, 0.000333267759, -0.0230046734, 0.00565305166, 0.00152930513, 0.00364731252, -0.0214348, 0.00478131929, -0.0139401685, -0.0226423964, -0.00246236054, -0.00100098259, 0.0148685062, -0.00765690347, 0.0166949928, -0.00766822463, -0.00684555108, 0.00688328827, -0.00243971823, 0.00193215115, -0.0110721318, -0.0201366376, -0.00220574671, -0.00166610291, -0.00085239188, -0.0156685375, -0.00957018603, 0.0108532552, -0.00332088466, -0.0152081428, 0.00297936192, 0.016785562, 0.0721537694, 0.0153364493, 0.0143930167, -0.0120080169, 0.0128986184, 0.00439639855, 0.00149345468, 0.0401525162, -0.012770311, 0.00407185731, -0.0171478409, -0.0040303464, 0.00855882559, 0.00568701513, -0.0162421446, -0.0238348953, 0.00912488531, -0.0255557168, -0.00369448424, -0.003486929, -0.00506434916, -0.0133439191, -0.000651912298, 0.00311521627, -0.0069549894, -0.0173289794, 0.0120004695, 0.0100003919, -0.00386241544, 0.00791729148, -0.0144533962, 0.00130948517, 0.00612099422, -0.000970792724, -0.0197592638, 0.029676633, -0.0049134, 0.001566099, 0.00605306728, -0.00871732272, 0.0222650226, 0.0228839144, -0.00513227656, -0.00337749068, 0.0251028687, -0.0125514343, 0.0131703271, -0.0130797578, 0.0120231118, -0.0266123619, -0.0012226894, 0.0142194247, 0.00551719731, -0.0151251201, -0.0119099, 0.00747199077, 0.0190648977, -0.00206423178, -0.00247179484, 0.00344730471, 0.000461102958, 0.0310351774, 0.00726820901, 0.0099551063, -0.0131552322, -0.019970594, -0.0179478731, 0.00014104326, 0.00271520065, -0.00209253468, -0.0130495671, -0.0214046109, -0.0169214178, 0.0127099315, 0.0196385048, 0.0020868741, -0.00480396161, 0.00884562917, -0.0182195809, -0.00282463897, -0.0134495832, 0.0195479356, -0.00486434158, 0.00892110355, -0.00744934846, -0.0103853121, -0.0250877738, -0.0180082526, -0.0211932827, 0.0171478409, 0.00907960068, 0.065451622, -0.00852863584, 0.026355749, 0.000262274407, -0.00323786261, 0.00885317661, -0.022219738, 0.0312465057, -0.00849089865, 0.00677007623, -0.00271142693, 0.0150345508, 0.0232009087, 0.0221442636, 0.0273369197, 0.00679271854, 0.0109136347, -0.00362467021, 0.00467942841, -0.00529454695, -0.0141364029, 0.0065134624, 0.0152911646, -0.00837768614, 0.00383411231, -0.000342466228, -0.0128457863, 0.0182950553, -0.00471339189, -0.0017434645, 0.00430960255, -0.0151553107, 0.00309634767, 0.000348598551, 0.00509831263, 0.0171478409, 0.0105890939, 0.00681913504, -0.00665686419, 0.00146043452, 0.00246802112, 0.00915507507, -0.00448319456, 0.024936825, 0.0251179654, -0.0132307066, 0.0111853434, 0.000233971426, 0.0251028687, 0.000119580152, -0.029903058, -0.00071653747, -0.0039699669, -0.000733047549, 0.0020151732, 0.00977396779, -0.0105815465, 0.0221140739, -0.0180233475, -0.00829466432, -0.0162874293, -0.0236990415, -0.0233216677, -0.0136231752, 0.00975132547, -0.0117589505, -0.0162119549, 0.0162572395, 0.0056417305, -0.00342277554, -0.000466527708, 0.00980415754, 0.0106796632, 0.0102871954, -0.00825692713, -0.0112381754, -0.00558135053, 0.0108230654, -0.0157892983, 0.00522284582, 0.0185365751, -0.00960792322, 0.0102871954, 0.0082116425, 0.0119778272, 0.002569912, -0.0181441065, 0.00455866894, -0.0236990415, 0.0141816875, 0.0234424267, 0.00268878462, 0.0347183421, -0.0084229717, 0.0200158786, 0.0109060872, 0.010641926, 0.0253443886, 0.0157742016, 0.00455489522, -0.00510963378, 0.0166346133, -0.0153590916, -0.0095852809, 0.0194875561, 0.0107098529, -0.00560776656, -0.00371146598, -0.0150949303, -0.000160973286, -0.00812862, 0.0259179957, -0.0235631876, -0.0109891091, 0.00987208448, -0.00409827381, -0.00234537479, -0.00352655305, 0.000908997841, 0.016378] |
09 Oct, 2024 | Node response.writeHead() Method
09 Oct, 2024
The response.writeHead() property is used to send a response header to the incoming request. It was introduced in Node.js v1.0 and is a part of the ‘http‘ module. The status code represents a 3-digit HTTP status code (e.g., 404), and the headers parameter contains the response headers. Optionally, a human-readable statusMessage can be provided as the second argument.
When using response.setHeader(), headers set with it will merge with those passed to response.setHeader(), where the latter takes precedence. If response.writeHead() is called without prior use of response.setHeader(), it directly writes supplied headers to the network channel, bypassing internal caching. This can affect the expected result of response.getHeader(). For progressive header population with future retrieval and modification, prefer using response.setHeader().
In order to get a response and a proper result, we need to import ‘http’ module.
Syntax:
// Import Moduleconst http = require('http');response.writeHead(statusCode[, statusMessage][, headers]);Parameters: It accepts three parameters as mentioned above and described below:
statusCode <number>: It accepts the status codes that are of number type.statusMessage <string>: It accepts any string that shows the status message.headers <Object>: It accepts any function, array, or string.Return Value <http.ServerResponse>: It returns a reference to the ServerResponse, so that calls can be chained.
The response.writeHead() method sets the status code and headers for the HTTP response in Node.js. To learn more about managing HTTP responses and building full-stack applications, the Full Stack Development with Node JS course provides detailed lessons on HTTP handling with Node.js
Explore this Express.js Response Complete Reference article to uncover detailed explanations, advanced usage examples, and expert tips for mastering its powerful methods, properties, and events. Enhance your Express.js applications with comprehensive insights into response handling, customization, and error management.
Example 1: The below example illustrates the use of response.writeHead() property in Node.js.
JavaScript
// Node.js program to demonstrate the
// response.writeHead() Method
// Importing http module
var http = require('http');
// Setting up PORT
const PORT = process.env.PORT || 3000;
// Creating http Server
var httpServer = http.createServer(
function (request, response) {
const body = 'hello world';
// Calling response.writeHead method
response.writeHead(200,
{
'Content-Length':
Buffer.byteLength(body),
'Content-Type':
'text/plain'
});
response.end(body);
});
// Listening to http Server
httpServer.listen(PORT,
() => {
console.log("Server is running at port 3000...");
});
Step to run index.js file using the following command:
node index.jsConsole Output:
Server is running at port 3000...Example 2: The below example illustrates the use of response.writeHead() property in Node.js.
JavaScript
// Node.js program to demonstrate the
// response.writeHead() Method
// Importing http module
var http = require('http');
// Setting up PORT
const PORT = process.env.PORT || 3000;
// Creating http Server
var httpServer = http.createServer(
function (request, response) {
// Setting up Headers
response.setHeader('Content-Type', 'text/html');
response.setHeader(
'Set-Cookie',
[
'type=ninja',
'language=javascript'
]);
response.setHeader('X-Foo', 'bar');
// Calling response.writeHead method
response.writeHead(200,
{
'Content-Type': 'text/plain'
});
// Getting the set Headers
const headers = response.getHeaders();
// Printing those headers
console.log(headers);
// Prints Output on the
// browser in response
response.end('ok');
});
// Listening to http Server
httpServer.listen(PORT, () => {
console.log(
"Server is running at port 3000...");
});
Step to run index.js file using the following command:
node index.jsOutput:
Server is running at port 3000...[Object: null prototype] { 'content-type': 'text/plain', 'set-cookie': [ 'type=ninja', 'language=javascript' ], 'x-foo': 'bar'}
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method | https://www.geeksforgeeks.org/node-js-response-writehead-method?ref=asr1 | CSS | Node response.writeHead() Method | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, Node.js Readable Stream close Event, CSS, Node.js Stream writable.writableFinished Property, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0165711511, -0.0150989452, 0.000225431548, 0.0498901196, 0.0351209454, -0.020022003, 0.0220477581, 0.0238850713, -0.0492776819, -0.00875668135, 0.0397377871, 0.0306218863, -0.00269708154, -0.0110297678, -0.0150989452, 0.00788513571, -0.0546482876, -0.00523516489, 0.0180669129, 0.00640115188, -0.00261611, 0.0322943106, -0.00753769511, 0.0249215029, -0.000824435381, 0.00103496085, 0.0115656508, -0.00704303384, -0.0152049437, -0.0279601365, -0.0129318582, 0.0233079661, 0.0436715186, -0.0173249207, -0.0317054279, -0.0143098431, 0.00325946417, 0.016948035, -0.00489361305, -0.0210113246, -0.00376295857, -0.0229664147, 0.0261699352, -0.0222950876, -0.0085387947, -0.00242766785, -0.0163120423, -0.0565327108, 0.0317289829, -0.0412453227, -0.00023463284, 0.0181022454, 0.020163333, 0.0171247013, -0.00797935668, 0.0413866565, 0.00912178867, -0.0139565133, -0.0193153434, -0.0276539177, -0.030457, -0.0606313348, -0.0124136414, -0.0285490192, -0.031234324, 0.037971139, -0.0197275616, 0.0523398705, -0.0271357019, -0.0150518343, -0.00388956838, 0.0430826358, 0.0133676305, 0.0339667387, 0.0366049297, -0.0288787931, 0.00617737649, 0.0153698307, -0.0233315211, -0.0139329582, -0.0184320193, -0.020234, 0.0155111626, 0.00248802826, 0.0352387242, -0.0661903843, -0.00741991866, -0.0185615737, 0.0101994434, -0.0141802887, -0.00141920662, -0.00466983765, -0.0117540928, -0.00630693045, -0.023402188, 0.00102465542, -0.00771435956, -0.0220595356, -0.0242619552, 0.0260286033, 0.00766136032, 0.0200808905, 0.00317996508, -0.0254868306, 0.00895690173, -0.0156760495, 0.0240852907, -0.0324827544, -0.0211997665, 0.0223657545, 0.0149458358, 0.0045520612, -0.0423524231, 0.0080559114, 0.0116363168, 0.0305276643, -0.00988144707, -0.011282987, 0.0280543584, 0.0120838676, 0.00025597983, 0.00333601888, 0.00968711544, 0.0314934328, -0.00734336395, -0.00631870842, -0.0252041668, 0.00550016155, 0.016736038, -0.0223068651, -0.00733158598, -0.00888623577, -0.00541477371, 0.0233079661, 0.00563266035, -0.00471105939, 0.00946334, 0.0231901892, 0.00581226964, -0.0555433892, -0.0195155628, -0.0111946547, -0.00583288027, 0.0080971336, 0.0498901196, 0.0218828712, -0.0120367566, -0.00843868498, -0.0331658572, 0.0146513944, -0.0417870954, -0.0513034351, 0.0107883262, 0.0273241438, -0.0064777066, -0.0252041668, 0.0295854528, -0.0267352611, -0.0500314496, -0.0195273403, -0.0192093439, -0.0397142284, 0.0164533742, 0.0437657423, 0.0334720761, 0.0572864823, 0.0111769885, 0.00547955092, -0.0252983887, 0.0172895882, -0.00416634325, -0.0223186444, -0.0627042, -0.023425743, -0.00283841323, 0.0146396169, 0.0504554436, -0.000214758053, 0.0372644775, 0.0169833694, 0.0166064836, -0.00337724062, -0.00117850094, 0.00168273156, 0.00863301661, -0.00155464956, -0.0140978452, -0.00408095494, -0.033307191, -0.00841513, -0.049042128, 0.0228250828, 0.0175015852, -0.00884501357, -0.00662492728, 0.0138858473, -0.0278423615, -0.0147220604, 0.0273476988, -0.0310929921, -0.0184437968, -0.003916068, -0.0300565585, -0.00325063104, 0.0139211807, -0.0342729576, 0.00421934249, -0.0329538584, 0.031281434, -0.0171835888, 0.0206344407, -0.0473225899, 0.020234, -0.00700770086, 0.00681925844, -0.0197864491, -0.00399556709, 0.0474874787, -0.00343907322, -0.00254986086, 0.024709506, -0.046992816, -0.0210702121, 0.0255103856, -0.0384657979, -0.0103819966, 0.00850346219, -0.0493719019, 0.0376413651, 0.0162649322, -0.0188206825, 0.00778502552, -0.00112844596, -0.012236977, 0.00747880666, 0.0476994738, 0.00713725481, -0.018997347, -0.026782373, 0.00617148774, -0.0114302076, -0.00409273291, 0.0078733582, -0.0396435633, -0.0404915549, 0.00420167623, -0.0256517176, 0.000210157406, -0.000831796438, -0.0316347629, -0.0185733512, -0.0189855695, 0.0247801729, 0.0137209604, -0.0064777066, 0.0310929921, -0.00105778, 0.00709603308, -0.00985789206, -0.0136974053, 0.0218239818, 0.0348618403, 0.0163120423, 0.0134147415, 0.012378308, -0.0300330035, 0.0182553548, -0.0172778107, -0.0123429755, 0.0147573929, 0.0371231474, -0.0541771837, 0.0307867732, 0.0305983294, -0.0162060447, 0.0141685111, 0.00511738798, -0.0227779727, 0.00990500208, 0.0176782496, -0.00430178596, -0.00859179441, 0.0175369177, -0.00177842495, -0.00693703489, -0.0160176, 0.00568271521, -0.0193977859, 0.0048788907, 0.00310929911, -0.0150518343, 0.0182671323, 0.0178313591, -0.00617148774, 0.0265703741, 0.00698414538, -0.012307642, 0.0159233809, 0.0014066929, -0.0198924486, -0.0135678509, -0.0388897955, 0.00719025452, 0.0127669703, -0.0195980072, -0.00282810791, 0.0344849527, -0.0200808905, 0.00523222, 0.0420462042, 0.00255427742, -0.0103231091, -0.0178902484, -0.0205755513, -0.00439895177, -0.00191239559, 0.029020125, 0.00820902083, -0.0704303384, -0.00942800753, -0.026641041, 0.0270179249, -0.0451319478, 0.0296796747, 0.022330422, -0.0212115441, 0.0109296581, -0.000145104306, -0.014380509, 0.0012315003, -0.0240735132, 0.0160293803, 0.00857412815, 0.0123665305, 0.0294441208, -0.0357333831, -0.0349796154, -0.0183495767, 0.00603604456, 0.0522456467, 0.00623626495, -0.00787924696, -0.00585938, -0.00999922305, 0.0240852907, 0.0361102708, -0.0299623366, -0.00484355772, 0.0434595235, 0.00714314356, 0.000580417225, 0.0667086, 0.0668499321, 0.0477701426, 0.0279601365, 0.00522044254, -0.0180551354, -0.0771200433, 0.00786746945, -0.00125726394, 0.00293999538, 0.0303392224, 0.0149929458, -0.0154640526, -0.0166535955, -0.040091116, -0.0219299812, -0.010629328, -0.0179844685, -0.00539416308, -0.0621859841, -0.00293263444, -0.0187146831, 0.0124725299, 0.00220242026, 0.00762602733, 0.00431061909, 0.00112623756, 0.0104703298, 0.0318232067, 0.035992492, 0.033377856, 0.0105881058, 0.00740814069, -0.0111298775, 0.0328831933, 0.0276539177, -0.0395493433, 0.013379408, 0.0226837508, -0.0457208306, 0.00674859248, -0.015570051, -0.0344849527, 0.000552445301, 0.0309516601, -0.0260050483, -0.00829735305, 0.0195980072, -0.0322236456, -0.0192093439, -0.0248272829, 0.0388897955, -0.0225659739, -0.020069113, -0.007237365, -0.0187382381, -0.0384893529, 0.0172660332, -0.0186911281, -0.0248037279, 0.00627748668, -0.0150636118, 0.0172660332, 0.0233079661, 0.0538945198, 0.00378651381, 0.0250392798, 0.00683103595, -0.00467278203, -0.00240558456, -0.0317996517, -0.0110297678, 0.00125431956, -0.0485710204, 0.047016371, 0.00101729436, 0.0114832073, -0.0239675138, 0.0190562345, -0.0300801136, -0.0184320193, 0.00540005183, -0.0361102708, -0.000912031624, -0.0292556789, -0.0159704909, 0.0183142424, 0.0279130265, -0.0100757778, -0.0109237684, 0.00838568527, 0.00270444248, 0.0033006859, -0.0228839703, 0.0360867158, -0.0332365222, 0.0133911865, 5.78300933e-05, 0.00164739857, -0.0351680592, -0.00301360572, -0.0214706529, 0.0442604, -0.0126727493, -0.0279601365, 7.99591871e-05, -0.00945745129, 0.00435184082, 0.000845046248, 0.00703125587, -0.021376431, -0.0124843074, 0.0211762115, 0.0196568947, -0.0287610181, -0.0320587605, -0.00133749924, 0.0276774727, -0.0116716493, 0.0348382853, -0.0171011444, -0.00509383297, 0.0479350276, 0.00799702294, -0.0287374612, -0.0045520612, 0.00779091427, 0.0395493433, -0.00480822474, 0.00800291169, 0.021093769, 0.0550722852, -0.015852714, -0.012260532, 0.0186911281, 0.0196922272, -0.006130266, -0.0385129116, -0.0266881511, 0.00232461328, 0.0117776487, 0.0220477581, 0.0199160036, 0.00670737075, 0.00854468346, 0.00120500068, 0.00619504321, 0.0396435633, 0.0187264606, 0.0114655411, 0.0344849527, 0.0240264032, -0.00272799772, -0.0355213881, 0.0370289274, -0.031257879, 0.0169362575, -0.0372644775, 0.00184025755, -0.0283605773, 0.0173602533, -0.0391253494, 0.0252983887, -0.00898045674, -0.00913945492, -0.0064777066, 0.00451378385, -0.0121545326, 0.0332129672, 0.00168420374, 0.010652883, -0.0145807285, -0.0153227206, -0.0198688935, -0.026782373, 0.00567388209, 0.00328301941, -0.0588882416, 0.0176546946, -0.0101228887, -0.00478466973, 0.00773202628, 0.0242384, -0.00907467771, -0.0208111051, -0.0346498415, 0.0250863917, -0.0116480943, 0.00623626495, -0.0203753319, 0.0282192454, -0.0095634507, -0.0223186444, -0.00625393121, 0.00820313208, -0.00926900934, 0.0182435773, -0.0223893095, -0.0219653137, 0.00550016155, 0.0171247013, -4.92844e-06, -0.00753769511, -0.00957522821, -0.0350973904, 0.00524399802, -0.00842101872, 0.0120132016, -0.00729036424, 0.0219299812, 0.0203164425, 0.00279866369, -0.0207993276, -0.000768491533, -0.0175486952, -0.0450377278, 0.0339196287, 0.0416928753, 0.017925581, 0.00162531552, -0.0137209604, 0.0186204612, -0.00746702915, -0.00530288601, 0.00870957132, 0.0272299238, -0.0235906299, 0.0482883565, 0.00266763731, 0.028973015, -0.0238968488, 0.0229428597, -0.0112653207, -0.0130496342, 0.0229664147, -0.021093769, -0.0160647128, -0.0367462635, 0.00169156468, 0.0374058113, 0.00954578351, 0.00470517064, -0.0123665305, -0.0100404453, 0.0275596976, -0.0328360833, 0.0111946547, 0.00570921507, -0.0068251472, -0.0195391178, 0.0191269014, -0.00504966686, 0.0147573929, -0.0293970108, 0.0116186505, -0.0111357663, 0.0131320776, 0.00633637467, -0.0233668536, 0.00606548879, 0.0228250828, 0.0235670749, -0.00411039917, -0.012284087, -0.0274890307, -0.00662492728, 0.00697825663, -0.011701094, 0.00929845311, 0.0279836915, 0.0267352611, 0.0105351061, 0.000939267455, 0.00365990424, 0.00412217714, -0.012166311, -0.0370760374, 0.00248508388, -0.0149105024, -0.0140507342, -0.0385600217, -0.00767902657, -0.010117, 0.0164887086, 0.0313521, 0.00579754729, -0.0120720891, -0.0395729, -0.0176664721, -0.012331198, 0.00712547731, 0.0073492527, 0.0661903843, -0.0161118228, 0.0307867732, -0.0322236456, 0.0217650943, 0.00628337543, 0.0170304794, 0.000174456422, -0.0104585513, 0.016712483, 0.0288081281, 0.0128140813, -0.0193742309, 0.0444724, 0.0326005295, -0.00277069188, -0.0180315804, 0.0428941958, -0.0255810525, 0.000279351108, -0.00889801327, -0.0067132595, 0.0118659809, -0.00908645522, 0.0260757133, 0.060442891, 0.0377355851, -0.0043960074, -0.0273948107, -0.000468897633, -0.0016105934, -0.00969889294, -0.0238850713, -0.0396435633, 0.035474278, 0.00422817562, 0.0130378567, 0.00637759641, 0.0125078624, -0.033330746, 0.0174191426, -0.0270179249, -0.00269266474, -0.0143922865, -0.006130266, 0.00885679107, -0.0253690537, 0.00137062382, -0.0352387242, 0.0112653207, 0.00535883, 0.00182111887, 0.0117894262, 0.00190650683, -0.0148280589, 0.0177489165, -0.00145969226, -0.020069113, -0.0185497962, -0.0127551928, 0.00531171961, 0.00352151692, 0.0519158728, -0.00873901509, 0.00843279622, -0.0326240845, -0.015687827, 0.0102936644, 0.015664272, -0.00638348516, 0.00668970402, -0.0201868899, -0.00158114929, 0.00676625874, -0.0283605773, -0.0294205658, 0.0029709118, 0.00817368831, -0.0168420374, 0.0236259624, -0.003065133, 0.0143333981, -0.0325769745, -0.00772024831, 0.00637170766, -0.042729307, 0.00582110276, -0.00350090605, -0.0293263439, -0.010652883, -0.00169303699, -0.00176075846, -0.00909823366, 0.0125431959, -0.00987555832, 0.0148280589, -0.0258166045, 0.00740814069, -0.0199748911, 0.0064777066, -0.00696059037, -0.0303863324, 0.00517333206, -0.0305512194, 0.0357569419, -0.00101876655, 0.0226130839, 0.0171718113, -0.000761130534, 0.0185733512, -0.0582286939, -0.0253926106, -0.012378308, -0.010582217, -0.0250157248, 0.00462567154, 0.0409391038, 0.00206550513, 0.00747880666, -0.00730803097, 0.0150871677, 0.0091689, -0.00801469, -0.0173131432, -0.038065359, 0.0176193621, 0.0250863917, -0.0146396169, 0.0176546946, -0.0216002073, 0.0280072484, 0.00328596379, -0.0211762115, 0.00287816278, -0.0260757133, 0.000305666792, 0.0264761541, 0.000927489833, 0.0141567336, 0.0223068651, -0.0126256393, 0.00659548305, -0.0090923449, 0.00687225768, -0.00533527462, -0.00683103595, -0.00314463209, 0.0442368463, -0.0138269588, 0.0377591401, -0.0296325628, 0.0305512194, -0.0137798488, -0.00186086842, -0.0159469359, 0.0102053322, -0.014545396, 0.0288552381, -0.0446844, 0.0362280458, 0.036016047, 0.00127125, -0.0414102115, -0.0122723095, -0.0723147616, 0.00939856376, 0.00581226964, 0.0216355398, 0.0297974497, -0.00277510844, 0.0127787488, -0.0159469359, -0.0163238198, -0.0142391771, 0.0352858342, 0.0294441208, -0.0155582735, 0.0136856269, -0.0124725299, 0.0296561178, -0.0174662527, -0.0513505451, 0.0414808765, 0.00525283115, 0.0143687306, 0.012166311, 0.00310929911, -0.00958700571, -0.00876845885, -0.0538945198, 0.0310223252, -0.00224216981, -0.0165358186, -0.00487005757, 0.00299593923, -0.00951634, -0.0264761541, -0.0104055526, -0.00820902083, -0.00802646764, 0.00798524544, -0.00875668135, 0.0321058705, 0.0124725299, -0.0120838676, -0.0037423477, 0.0300801136, -0.00180786906, -0.0104232188, 0.0130731892, 0.0405622199, -0.0314698778, 0.018808905, -0.00367757073, -0.0276774727, 0.0205873288, -0.0236730725, -0.00552960578, 0.00931611937, -0.00322707556, 0.0124960849, -0.0225777514, 0.00778502552, 0.0136385169, 0.010582217, 0.000701138109, 0.0320116468, 0.00685459143, 0.00563560473, -0.00855646189, -0.0176311396, -0.0062421537, -0.0112240985, -0.00799113419, 0.0182318, 0.00784980226, 0.00286638527, 0.0136031834, -0.0153462756, -0.0281485803, -0.0217297617, 0.0184791293, 0.00872723758, 0.000663964951, -0.0216355398, 0.0150047243, -0.00677214796, -0.000566431263, 0.0280308034, 0.00887445826, -0.0136738494, 0.00756125, 0.0326005295, 0.0357804969, -0.0124725299, 0.00657781679, 0.0235552974, 0.0320116468, -0.0228368603, -0.000565695169, -0.0226130839, 0.0413395464, -0.0174191426, 0.0106705492, 0.0104644401, 0.011188766, -0.0113948751, 0.0227190834, -0.00270738686, -0.0478408076, -0.0152049437, 0.00914534368, 0.00321824243, -0.00845046248, 0.0288552381, 0.0160529353, 0.0100816665, -0.0403737798, 0.0265939292, -0.0293970108, 0.00896867923, -0.0081148, -0.0146985054, -0.0363458209, -0.0153344981, 0.00316229858, 0.00849168468, 0.006189154, 0.0433181897, -0.024544619, 0.00219211471, -0.0301978905, -0.0252512787, -0.0223068651, -0.00137062382, -0.0473932549, 0.00948689599, 0.020163333, 0.0110651, -0.0040574, 0.00817957707, -0.00756713888, -0.0576162562, 0.00389545714, -0.000648874789, -0.00280013587, 0.0143922865, -0.016688928, -0.000236841151, -0.00914534368, 0.0256046075, -0.0218710937, -0.0525754206, 0.00499666715, 0.00614204351, 0.0117364265, -0.00286049629, 0.0256281625, -0.0122251986, -0.00279571931, -0.0116009833, 0.00510561047, 0.0293027889, -0.00910412241, -0.0293970108, 0.023425743, -0.0149929458, -0.0100816665, -0.0387013517, 0.0311636571, -0.0169833694, -0.0256752726, -0.00929256435, -0.0286667962, 0.0114832073, 0.00406623306, -0.0243561771, 0.0124843074, -0.00390723487, -0.0234846305, -0.0293498989, 0.0544598475, -0.0103937751, 0.0378298052, -0.0204695519, -0.0198571142, -0.0109767681, -0.00991089083, -0.00893334579, -0.0130849676, 0.0156524945, -0.0134147415, 0.00342435134, 0.00494072353, 0.0382302478, 0.012307642, 0.00296796742, 0.00232314109, -0.00837390777, -0.00486122444, 0.00827968679, 0.0186204612, -0.00542360684, 0.0106646605, 0.0440955162, -0.0253454987, -0.0157231614, -0.00359218265, 0.0126374168, -0.00302391127, -0.0186911281, -0.0210113246, 0.0333543, 0.00360101601, 0.00827968679, -0.00315935421, -0.000887004135, -0.0197511166, -0.0122723095, 0.0133676305, -0.0294441208, -0.000719172647, 0.0097577814, -0.00968122669, -0.0206108838, -0.00691936817, -0.000360322418, -0.0237790719, -0.00657781679, -0.0097577814, -0.0103643304, -0.00713136606, -0.000731318374, -0.024521064, -0.0295383427, -0.000616854348, -0.0112888757, 0.0207286607, -0.00484355772, -0.013379408, -0.0123194205, -0.00744347367, 0.0154993851, 0.0113536529, -0.0146278394, -0.00992266834, 0.012189866, 0.0218004268, 0.0111181, 0.000150073, 0.0299858917, -0.006725037, 0.020022003, -0.0244032871, -0.0169362575, 0.0126609718, 0.0183849093, -0.0115126511, -0.026853038, -0.00337429624, -0.0148398373, -0.0250392798, 0.0161707103, -0.0114302076, 0.0153227206, 0.00233197445, 0.0153109431, 0.010582217, -0.0181729104, -0.00602426706, -0.00349501707, 0.00657781679, 0.0407506637, 0.0276303627, 0.00558849424, 0.0151578337, -0.0484296903, -0.00430473033, -0.028973015, 0.0165358186, -0.00578871416, 0.0172778107, -0.010605772, 0.00926312059, 0.00250275037, -0.00250422256, -0.0173366982, -0.0180551354, -0.0111122113, 0.0174426977, 0.0305041093, -0.00420167623, 0.0139211807, -0.0191857889, 0.0356627181, -0.0467572622, 0.00355685, -0.0255103856, 0.0126138609, -0.0197157841, -0.00813246612, 0.031328544, 0.0126374168, -0.01692448, 0.0184791293, -0.00613615476, 0.00784391351, 0.018973792, -0.0052469424, 0.010558662, 0.00451378385, -0.0149340583, -0.0192446765, -0.0272063669, -0.00730803097, -0.00459033856, 0.00114611245, -0.00888034701, 0.00440484053, -0.0075318059, 0.00057379232, -0.0314698778, 0.0159940459, 0.0137445154, -0.000978280907, -0.0234375205, 0.00878612604, 0.0283134673, 0.013402964, 0.040114671, -0.0168302599, 0.0159116033, -0.0052469424, 0.013426519, 0.0145336185, -0.017760694, 0.0243797321, 0.00424878672, 0.00995800178, 0.026876593, -0.0271357019, -0.00175781397, -0.0238144044, 0.00882734731, -0.00590060186, -0.00504672248, 0.0218946487, -0.0136856269, -0.00262788776, -0.00688403565, 0.0125785284, -0.0215413179, -0.00141626224, 0.00426939735, 0.0021479486, 0.00323590892, -0.00100698892, 0.0127316378, 0.005032, -0.0154876076, -0.00478466973, 0.0037305702, -0.000847254589, 0.0435066335, 0.00453145, -0.00197864487, -0.00108207145, -0.0075318059, 0.00532938587, -0.0370760374, 0.00290907919, -0.00506733311, 0.0242148452, 0.0172542538, -0.011677538, 0.0119425356, -0.0341080688, -0.00674859248, 0.0297738947, -0.00634226343, 0.00727858674, 0.00515566533, 0.000294809259, 0.000380933314, 0.0142274, 0.00473755924, 0.00100551674, -0.0091689, 0.0232137442, 0.0306454413, 9.92819e-05, 0.0235788524, -0.017902026, -0.0150165018, -0.0103702191, -0.00415456528, 0.0207168832, 0.000634152733, -0.0222479776, -0.00587115763, 0.0221066456, -0.0105704395, 0.000645562366, 0.0191740114, 0.0040839, -0.0239086263, 0.00859768316, -0.0136149619, -0.00213322649, -0.00474344799, 0.00844457373, 0.0235906299, -0.0134854075, 0.000150993132, -0.0143922865, 0.0144158415, 0.0125196399, -0.000498709793, 0.00683103595, 0.0114302076, -0.00773202628, 0.0026853038, -0.00198011706, -0.0194213428, 0.0125785284, 0.0158173814, -0.00804413389, 0.0269237049, 0.00873901509, 0.00978133734, -0.00309163262, 0.013379408, -0.0113536529, -0.00247477833, 0.0232726336, -0.00278394157, -0.0240146257, -0.00653070584, 0.0227544159, -0.0135442959, -0.0106941042, -0.00750236213, -0.00131541607, -0.00522044254, -0.0181611329, -0.0345320664, 0.00601248955, 0.00512622157, 0.00275891414, 5.64038928e-05, 0.0282899104, 0.0119013134, -0.0249686148, -0.0119602019, 0.00159734359, 0.0158880483, -0.0141449552, -0.00384245766, -0.0019742283, 0.0195508953, 0.0149929458, 0.0141096227, -0.00799702294, 0.00408095494, 0.0257223845, 0.00803235639, -0.0108059924, 0.00890390202, 0.0311165471, -0.00883323606, 0.0134618524, -0.0288787931, 0.0189384576, -0.00232608547, -0.0182553548, -0.0132969646, -0.00564443786, -0.00794402417, -0.0144865075, -0.0132734096, -0.0218946487, 0.00998744555, 0.0326005295, -0.0185733512, 0.0053912187, 0.00999922305, -0.00567977084, 0.0148633923, 0.0168302599, 0.012260532, 0.00216561509, -0.00994033553, -0.0376413651, 0.00365401548, -0.0282192454, 0.00298416172, 0.0244032871, -0.0324827544, 0.00772613706, -0.0134382965, -0.0060596, 0.01347363, 0.0103466641, 0.0135089625, -0.00460800482, -0.00105409953, -0.00443428475, 0.00949867349, -0.00813835487, -0.0146278394, 0.00783213601, 0.0219064262, 0.0160176, -0.00586526887, -0.00102465542, -0.00856235065, -0.0066013718, 0.00278541376, -0.0330716372, 0.00487594632, -0.0143333981, 0.00471105939, 0.0191740114, 0.0407506637, 0.00239086268, 0.0195155628, -0.00386306853, -0.000367499422, -0.0139211807, -0.00704303384, 0.0146867279, -0.0163944867, 0.0235906299, 0.00831501931, -0.030245, 0.00861534942, -0.00198747823, -0.0181729104, 0.00740225194, -0.000144184174, 0.0113948751, 0.0167713705, 0.00458445, -0.00893334579, 0.0263112672, -0.01447473, 0.0120838676, -0.0399262272, -0.00107691868, -0.00205078302, -0.0120838676, -0.000951045076, -0.0255810525, -0.0254632756, -0.00235258532, 0.007237365, -0.0298681166, -0.0183731318, -0.00940445252, 0.00640115188, 0.00220094807, 0.00240705698, -0.024473954, -0.0329303034, 0.0111711, 0.0110121015, 0.0332365222, -0.0183966868, 0.00386012415, -0.000167739476, 0.0270414799, 0.0104526626, 0.00357157178, -0.00793224573, -0.00740814069, 0.00646004, -0.0285254642, -0.0066013718, -0.01687737, -0.0146160619, -0.011259432, 0.0184791293, -0.0473697, -0.0421168692, 0.038159579, 0.0249686148, 0.0320352, 0.000957670039, -0.040114671, 0.0298916716, 0.015664272, 0.0149929458, 0.00547071779, -0.0180904679, -0.00697825663, 0.0233550761, -0.014592506, -0.00764369359, -0.0120838676, -0.00223775324, 0.00148840027, 0.00630693045, -0.00453145, -0.0173602533, 0.0139682908, -0.0107294377, 0.00215236517, -0.00185203517, -0.0249686148, -0.0104644401, -0.0137445154, -0.0305041093, 0.0240028463, 5.3735519e-05, 0.0059742122, -0.0138622923, -0.00750236213, -0.00725503126, -0.00622448698, -0.0297974497, 0.00731391972, 0.00280455244, 0.00803235639, 0.0105704395, 0.00484355772, -0.0222479776, -0.00684870267, 0.0120426454, -0.0107235489, -0.00495839, 0.0187264606, -0.0322472, 0.00948689599, -0.00968711544, -0.00999922305, 0.0169362575, -0.00843279622, -0.0132734096, 0.000609493291, 0.0159233809, 0.0295854528, 0.0141802887, -0.0231901892, 0.044825729, 5.56217856e-05, -0.0195037853, 0.00974011514, 0.00499666715, -0.00778502552, 4.59604307e-05, -0.0103878854, 0.0212468784, 0.0118012037, -0.0101111112, -0.0125078624, 0.0147338379, -0.00080088008, -0.0100581115, 0.00617148774, 0.00752002839, 0.00340079586, 0.0167831481, 0.0191269014, 0.0275596976, 0.00986967, 0.00699003413, 0.000917920494, -0.0120603116, 0.033872515, 0.0129907457, 0.00794402417, 0.00548838405, 0.0135325175, -0.00863301661, -0.00729036424, -0.0171953663, 0.00351268356, -0.00305924425, 0.00225100294, -0.0352622792, -0.0139447358, -0.00205814396, 0.00835035276, 0.0185026862, -0.00825613178, 0.0119719794, -0.0102171097, 0.049042128, -0.0230606347, 0.049042128, -0.0182082448, -0.0140154017, -0.0123900864, -0.0108943246, 0.00572688133, 0.00198011706, -0.00889801327, 0.00663670478, 0.0126491943, 0.0182082448, 0.0204813313, 0.00397201208, 0.00705481134, -0.0418813191, -0.0113595417, 0.0150636118, -0.0457208306, 0.0172660332, 0.00394256786, 0.00969300419, -0.0241088457, 0.0582758039, -0.00307985512, -0.00567388209, -0.0151107227, -0.013497185, -0.00904523395, -0.00484061334, 0.00731980847, -0.0283370223, 0.00288699614, -0.0120249791, 0.0158880483, 0.0305983294, -0.0130731892, 0.00642470736, 0.000396391464, -0.0250392798, 0.0119189797, -0.00168420374, -0.014545396, -0.00815602113, -0.0134854075, 0.0175840296, 0.00340668485, 0.051633209, -0.0293498989, 0.0173955858, -0.0120956451, -0.00836801901, -0.0082914643, 0.00766724907, 0.00166212057, -0.00763780484, -0.0310458802, 0.0159822684, -0.00283252448, 0.0262877103, -0.00186970166, 0.0208464377, 0.00367462635, -0.0032889084, 0.0335662961, 0.022424642, -0.0180786904, -0.0186911281, -0.020304665, 0.000561646593, 0.00929845311, 0.00483766897, -0.0162531547, -0.0271121468, -0.0163120423, -0.00251747225, 0.0110886563, -0.00314757647, 0.0150518343, 0.0102465544, -0.0195037853, 0.00148177543, -0.00386012415, 0.0249215029, 0.00542360684, -0.0106999939, 0.00227014162, -0.00876257, 0.00620093197, 0.000211813647, -0.010487996, 0.00483472459, -0.000254139566, 0.0120603116, -0.00224069762, 0.0137209604, 0.0355684981, 0.0213410985, 0.0138976248, 0.0120132016, 0.0135914059, 0.00583876902, -0.00305041089, -0.00447256211, 0.00945156254, 0.0123665305, -0.0163709316, -0.0182200223, 0.0191033464, 0.0110179903, 0.021352876, 0.0331423022, -0.0159351584, 0.0176782496, -0.0314463228, 0.0203282218, -0.00659548305, -0.0367227085, -0.00784980226, -0.00217444822, 0.0240617357, -0.00206550513, 0.00898634549, -0.00784391351, 0.0120720891, 0.00635993, 0.0185380187, -0.0228133053, 0.027065035, -0.0480763614, 0.0285490192, 0.00079131074, 0.00689581316, 0.00737869646, 0.0177724715, 0.000374124356, 0.00735514145, 0.0141449552, -0.00654837256, -0.00965767168, 0.0189149026, 0.0146749495, 0.00755536137, -0.0233079661, -0.00185645185, 0.000796463457, 0.00222744769, 0.00040522471, -0.0170540344, -0.0216590948, 0.00832679775, 0.0161471553, -0.00838568527, -0.0107294377, 0.00462567154, 0.0175958071, -0.00276185852, -0.000987114152, -0.0137445154, 0.000376332668, 0.0165475961, 0.00143687311, -0.0118954247, -0.00709603308, -0.006189154, 0.0216708723, 0.01687737, 0.001958034, -0.00444606226, 0.0133911865, 0.000585569942, -0.0116834268, -0.0115126511, -0.00685459143, 0.0272534788, -0.0139918458, -0.00976955891, 0.000669117668, -0.00949867349, -0.0125078624, 0.0142509546, 0.000263708906, 0.00296943961, -0.00420167623, -0.0191740114, 0.0120544229, -0.0121074226, 0.0101287775, -0.00347735058, -0.000547660631, -0.0180904679, -0.00140890118, 0.00534116337, 0.0080971336, 0.00233491883, 0.023237301, 0.0280072484, -0.00285755191, -0.0105174398, -0.00274419202, 0.0240970682, -0.0139918458, -0.0144511741, 0.000411849644, 0.00498783402, -0.0109532131, -0.0081678, 0.0171482563, 0.0339431837, 0.0135089625, -0.0229899697, -0.00754947262, -0.0236259624, -0.000157157992, -0.00674270373, 0.010117, 0.0110121015, 0.000193779124, -0.000967975473, -0.0217179842, 0.00764958235, -0.00459622731, 0.024473954, 0.00137283211, 0.00617148774, -0.00458150497, -0.0141331777, 0.00162384321, 0.00333013013, -0.0141214, -0.00515272096, 0.0118247587, 0.00333896326, -0.0115538733, -0.013308743, -0.0208228827, 0.00870957132, 0.0386542417, -0.00384834665, 0.00107912708, -0.0113772079, 0.00271033123, -0.00796757918, 0.00893334579, -0.01181887, -0.0231784116, 0.0036481265, 0.00450495025, -0.0236259624, -0.0102995532, 0.0157584939, 0.00615971, 0.0120190904, -0.00423406437, 0.00721380953, 0.010046334, -0.0387249067, 0.0276774727, 4.82147479e-05, 0.00848579593, 0.00660726056, -0.0175133627, 0.0288787931, -0.011771759, 0.0174426977, 0.00324768643, -0.00129186083, 0.0203988869, 0.00744347367, 0.000767755439, 0.0031269656, -0.0228133053, -0.0106469942, 0.0279836915, -0.000527417811, -3.34696851e-05, -0.0030298, 0.00736103, -0.00901579, -0.0272770338, -0.0230135247, 0.0253690537, 3.75642558e-05, -0.00399556709, 0.00245858403, -0.0166300386, -0.026829483, 0.0120956451, 0.0180669129, -0.0199984461, -0.000612437725, -0.0189266801, -0.000912031624, -0.00499961153, -0.0193742309, 0.00185497967, -0.0290672369, -0.0248508379, 0.00315640983, 0.00231283577, -0.023425743, 0.00172689767, 0.00199189479, 0.0135442959, 0.0212939885, 0.026805928, 0.0116952043, -0.0160764903, -0.00581226964, 0.0230841916, -0.00915712118, -0.00171659223, 0.0322472, -0.0115538733, 0.0155818285, -0.0287845731, -0.00950456224, 0.0206697732, -0.0209288802, 0.00860357191, -0.00752591714, 0.0075318059, -0.0182435773, 0.0204106644, 0.00765547156, 0.00713136606, 0.0197157841, 0.0139447358, 0.00224805856, 0.00106955774, -0.00690170191, -0.0067132595, -0.00271033123, -0.0118129812, 0.0110592116, -0.00963411666, -0.00237908494, 0.0464039333, 0.00798524544, -0.0432004146, -1.70108815e-05, 0.0252277218, -0.00253955531, -0.0064777066, 0.0220124256, 0.000917184341, 0.000823699287, -0.0256752726, -0.000281927467, 0.0057504368, 0.00345968409, -0.00534705212, 0.0127198603, 0.00554138375, -0.00614793226, 0.0161589328, 0.00752002839, -0.0107058827, 0.00476994738, -0.0303863324, 0.00143319264, -0.0128140813, 0.00569743756, 0.0147691714, 0.0051350547, 0.00779091427, 0.0142038437, 0.00233344664, 0.00262936, 0.013402964, 0.00734336395, -0.000928225927, 0.00106366887, -0.017996246, 0.00526460866, -0.00648948411, -0.00920423213, 0.0318703167, 0.00295766187, 0.0364164896, -0.00207286607, -0.00655426132, 0.0181964673, 0.00982255861, 0.000822227099, 0.00544716232, 0.0050437781, -0.00610671053, 0.0280543584, 0.0304334424, -0.00387190189, 0.00292969, 0.0160058234, -0.019232899, 0.0205873288, 0.0230017472, -0.0140271792, -0.00670737075, 0.0174309202, -0.00359807163, 0.016665373, 0.00627748668, -0.0047552255, -0.00022819193, 0.0189031251, 0.0286667962, 0.000371732021, -0.00225394755, -0.0136267394, -0.0178784709, -0.0148987249, 0.00519099832, 0.00799702294, 0.00070813112, -0.0126256393, -0.0217297617, -0.0242619552, -0.00144865073, -0.0251570567, 0.00799113419, -0.0230253022, 0.0230841916, -0.0117423153, 0.0358040519, -0.0185969062, -0.00290907919, -0.00774969254, -0.0178666916, 0.00191239559, 0.0152285, 0.022353977, -0.0198571142, 0.00898634549, 0.0141802887, -0.023472853, -0.0210348796, 0.0111475438, -0.0140389567, -0.0121074226, 0.00750825088, -0.00583582465, 0.00827968679, 0.0193271209, 0.0248272829, 0.0051350547, -0.0140507342, -0.00977544766, 0.00851524, 0.00686048, 0.0115538733, 0.0127434153, -0.00100625283, -0.0134854075, -0.00366873736, -0.0136620719, -0.00904523395, 0.0211291015, 0.00807357766, 0.036039602, -0.00765547156, -0.00940445252, 0.000675742573, -0.0238615163, 0.00140890118, 0.00572688133, -0.00369229284, 0.0111004338, 0.0159587134, -0.0139211807, 0.00433123, 0.0078733582, 0.00929256435, -0.0207522158, 0.0155111626, 0.0186204612, -0.0181964673, 0.0172071438, -0.00497605652, 0.0238615163, -0.00524988677, 0.0277716946, -0.00402206695, -0.00377179193, 0.0147809489, -0.0163356, -0.00431061909, -0.0104173301, 0.0095222285, -0.00774380378, -0.0104821073, 0.00726680923, -0.00816191, -0.0068251472, -0.00117555656, -0.0215413179, 0.00560321612, -0.00863301661, 0.00469928188, 0.0205519963, -0.0109826569, 0.035945382, 0.0226719733, 0.00169598137, 0.000796463457, -0.00237908494, -0.0140742902, -0.0248979479, -0.00468455954, 0.00401617819, -0.00328596379, -0.00425173109, 0.0154404966, 0.00736103, 0.00345085096, 0.0112947645, -0.0159940459, -0.00513799908, 0.00764958235, 0.0103289979, 0.0163473766, 0.00369523722, 0.00124254194, -0.00270885904, -0.00935734157, -0.0103525529, 0.00139270688, 0.0193388984, -0.00423406437, -0.0226719733, -0.00570627069, -0.0210819896, -0.012236977, -0.0220124256, 0.0236730725, 0.00484355772, 0.000660284422, -0.0173484758, -0.000537355198, 0.0173131432, -0.000778060872, 0.00345379533, 0.00129406911, 0.0171835888, -0.00822668709, 0.0130967451, -0.00576221431, 0.0037423477, -0.0249686148, -0.0211762115, 0.0106941042, 0.00244238973, 0.0109473243, 0.00876845885, -0.0197157841, -0.0262406, -0.00921012089, -0.0187853482, 0.028925905, 0.00931023061, 0.00272063678, -0.00608904427, -0.0142980646, 0.00210819906, 0.0127669703, -0.00951634, 0.0122134211, -0.0111004338, 0.0150165018, -0.00599482283, -0.00446961774, -0.00108501583, -0.0331423022, 0.015687827, 0.00961056072, -0.0123900864, 0.0153933866, 0.00629515294, 0.0242619552, -0.0046433378, -0.0057710479, 0.0177018046, -0.0092866756, 0.0171482563, -0.00985200237, 0.00501433387, -0.00941623, -0.00159587129, 0.0148045039, 0.0128376363, -0.00527344225, 0.0277245846, -0.00868012663, 0.0112653207, -0.0109414356, 0.0234610755, -0.0133440755, -0.022212645, 0.0108766584, 0.0243090652, 0.00156642718, 0.0134618524, -0.00880968105, 0.0102877757, -0.0265232641, -0.00558260549, -0.016688928, -0.00348029518, -0.00611259928, 0.0137091829, 0.0127787488, -0.00510266609, -0.0103113307, -0.00207139389, -0.00468750391, 0.000589986565, -0.018808905, 0.00468750391, -0.0132616321, -0.0240852907, 0.0156996045, -0.00398084521, -0.0258637164, -0.00553255, 0.00994622428, -0.000796463457, -0.0235670749, 0.00461683795, 0.0207522158, 0.00572688133, 0.0240617357, -0.00508205546, -0.000660284422, 0.0231077466, 0.00874490384, 0.0119366469, -0.00547366217, 0.0161471553, 0.0113595417, 0.0175958071, 0.00923956465, 0.00315935421, 0.0144629525, 0.0255103856, 0.0104762185, 0.018997347, 0.00594771234, -0.00756713888, 0.00753769511, 0.000879643136, 0.0158173814, -0.00858590566, -0.00820902083, 0.0262406, -6.31208313e-05, 0.0258401595, -0.017807804, -0.0107942149, 0.0141567336, 0.00323590892, 0.00554727251, -0.00231136358, 0.00525872, -0.00491716806, 0.00918067712, 0.0279601365, 0.00903345644, -0.0191740114, -0.00698414538, 0.00456383871, -0.00920423213, 0.00502611138, -0.010117, -0.0232844111, -0.00948100723, -0.0104408851, -0.0121192, 0.00294735655, 0.00358923827, -0.0198335592, 0.0119425356, 0.0054824953, -0.00762013858, 0.0114419851, 0.0125667509, 0.0203164425, -0.000546924537, 0.0226013064, -0.000577472791, 0.00229811366, 0.00258519384, -0.00979311485, -0.0222008675, 0.00971656, -0.023543518, -0.00354212779, 0.00651892833, -0.0151107227, 0.0172071438, -0.0172660332, 0.00813246612, -0.00695470115, -7.82109491e-05, 0.00343024, 0.0186440181, 0.0322707556, -0.00292380108, 0.00469044829, 0.0144511741, -0.0109002134, 0.0199984461, 0.0237672944, 0.0151225, -0.0172542538, 0.00624804245, -0.00395728974, 0.00418989826, -0.00673681498, 0.0090511227, 0.0149693908, 0.00371879246, 0.00294882874, -0.000914239965, -0.00543244043, 0.00179020257, -0.00737869646, 0.00589176873, 0.000242361915, -0.0125785284, -0.0202693325, 0.00763191609, 0.0040603443, 0.00859179441, -0.0163709316, 0.00216267072, 0.0219299812, 0.00944567379, 0.0148516148, 0.0310458802, -0.00648948411, 0.0143451756, 0.00472283689, -0.02034, -0.00785569102, 0.0105174398, -0.00512622157, -0.00577988103, -0.0147102829, 0.00589765748, 0.00915123243, -0.000672062044, 0.0178902484, 0.00557966111, -0.0166064836, 0.000750088948, 0.0130614117, -0.00752002839, -0.00734336395, -0.00353329442, -0.00131983275, -0.00818546582, -0.000870073796, -0.00102244713, -0.0187500156, -0.00685459143, 0.00537355198, 0.0142391771, 0.00110047404, 0.0280308034, -0.0120603116, 0.021352876, -0.0185026862, -0.00881557, 0.00108207145, 0.0258637164, -0.00585938, -1.22262109e-05, -0.00516449893, 0.00727269799, -0.0153816091, 0.03384896, 0.00138534594, -0.0296796747, 0.020069113, 0.0320352, 0.00399556709, 0.0179609135, 0.00870957132, 0.00719025452, -0.013426519, 0.0060066008, -0.0123194205, 0.00823846459, -0.0141685111, 0.0251806118, -0.0253219437, 0.00832090806, -0.00173867529, -0.0105645508, -0.0171364788, 0.0138269588, -0.00981078111, -0.000142896, 0.00480233599, 0.0114890961, -0.000774380402, -0.00386306853, -0.00696647912, -0.00226278068, 0.0117894262, -0.0205519963, 3.02262306e-05, 0.0119013134, -0.00408684416, -0.023425743, 0.0151225, -0.0117599815, -0.0174426977, -0.0165240411, -0.0129318582, 0.0188206825, 0.0100522228, -0.0160058234, 0.00620093197, 0.00964589417, -0.0158173814, 0.000901726191, -0.00577399228, 0.00915712118, 0.00216119853, -0.00985789206, 0.0197864491, 0.0185733512, 0.0148162814, -0.00364518212, 0.0105174398, 0.0176900271, -0.0219417587, 0.0192093439, -0.0250392798, 0.00715492154, 0.00375412544, 0.00944567379, -0.00406917743, 0.0243090652, -0.00879201479, -0.0131556336, -0.0187382381, 0.0207993276, -0.00114905683, -0.0166182611, 0.0120073128, -0.00276774727, -0.00512327719, -0.0248037279, 0.00988733582, -0.0104526626, -0.00739047443, -0.0085270172, -0.0229310822, 0.0111769885, 0.000535146915, 0.00481411396, 0.00709603308, -0.00378651381, 0.0636935234, 0.0372644775, -0.00524105364, 0.00959289446, 0.0210231021, -0.0071137, 0.0229310822, -0.00358334952, 0.015640717, 0.00901579, 0.00147735875, 0.00929256435, 0.00403678883, 0.00386601314, 0.0181375779, -0.0151342778, 0.0171364788, 0.015640717, 0.00357746077, -0.00832679775, -0.011701094, 0.00965767168, 0.000993739115, 0.00935734157, -0.0254161656, -0.0071843653, 0.0130614117, -0.0124843074, 0.0073492527, 0.00813246612, 0.0319174267, -0.0056385491, 0.00936911907, 0.0273241438, 0.0104291076, 0.0154876076, -0.00555905, -0.0157938264, 0.0173131432, -0.00320646469, 0.0080618, 0.0157231614, -0.0210584346, -0.0271828119, -0.0202104449, -0.00638348516, -0.0224953089, 0.0113948751, 0.036039602, 0.00837979652, -0.0148987249, 0.00420462061, 0.0111593222, -0.00875668135, 0.00370407035, 0.00395434536, -0.000135534967, -0.0127080828, 0.0182318, 0.00630104169, 0.00345085096, -0.0318232067, -0.012378308, 0.00340079586, 0.0244503971, -0.003916068, -0.000499445887, -0.00150238629, 0.00293557881, 0.0269708149, -0.0199631136, 0.024544619, -0.00808535516, -0.0232726336, 0.0170304794, -0.0044077849, 0.00282221893, 0.0120603116, 0.00767902657, -0.0100875562, 0.00771435956, 0.0192446765, 0.00768491533, 0.000433564681, 0.00725503126, -0.00534705212, -0.0040044, -0.00466689328, 0.00238939049, 0.0031770207, -0.00267794286, 0.0161589328, 0.0203282218, 0.0194213428, 0.00517627643, -0.00407506619, 0.00595065672, 0.0149929458, -0.0132027436, -0.00704303384, 0.0281956904, -0.00311224349, 0.0267117061, 0.00900401175, -0.00494072353, 0.0183142424, 0.048995018, -0.00488477945, 0.00850935094, 0.000850198965, 0.015852714, -0.00976955891, 0.00942800753, -0.00627748668, -0.00615971, 0.0155818285, 0.00609493302, -0.00190061796, 0.0209406596, -0.00190650683, -0.00306218863, 0.0376413651, 0.000998891774, -0.00254838867, 0.00248508388, 0.0138269588, 0.00551193953, -0.00186970166, -0.00195656181, 0.00943978503, -0.0108884359, -0.0167478155, -0.018973792, -0.049089238, 0.0184320193, -0.00549721718, 0.00714903232, -0.00757891685, 0.0232255217, -0.0147456154, 0.0218357593, -0.0127198603, -0.00321235368, 0.0101052225, 0.0022598363, -0.0172189213, 0.00221567019, -0.0109178796, 0.0223186444, 0.00396906771, -0.00668970402, -0.0132380771, -0.00655426132, 0.0137091829, 0.00948100723, 0.00160617684, -0.0160529353, 0.00366579299, 0.00723147625, -0.00159145473, 0.00092307321, -0.000619430677, -0.0281014685, 0.0309045482, 0.00729036424, 0.00932200905, -0.0138151813, 0.00175045303, -0.00726680923, -0.0159233809, 0.00314757647, 0.0113595417, -0.010117, 0.00649537286, -0.0168067049, -0.0207875501, 0.00311813247, 0.00657192757, -0.0240264032, 0.00975189265, 0.008344464, 0.00253955531, -0.00380418031, -0.0154993851, 0.00317113171, 0.00427823095, -0.00649537286, -0.0050113895, -0.000704818638, -0.0139800683, 0.00893334579, 0.044872839, -0.0143098431, -0.00568860397, 0.00110268232, 0.00792635698, 0.00525577553, -0.00405445555, -0.0031770207, 0.0069488124, -0.0188795701, 0.00305629964, 0.029114347, 0.0099815568, -0.020304665, -0.0405151099, -0.0110297678, -0.00769080454, -0.0136620719, -0.0107529927, -0.00213911547, 0.0247801729, -0.000633416639, -0.0161000453, -0.0197746716, 0.0185380187, 0.0182671323, 0.00820902083, 0.0183495767, -0.0224128645, -0.00204783864, -0.013332298, -0.0416457653, -0.00168273156, 0.00933378655, -0.0136738494, 0.00279866369, 0.0215295404, 0.00983433612, -0.00737280771, 0.016900925, 0.0063540414, 0.00673681498, -0.0169362575, 0.00767313782, 0.0433417447, -0.0112005435, 0.0253926106, 0.0128494147, 0.0130025242, -0.00314463209, 0.00768491533, 0.00651892833, 0.0153227206, 0.00103128038, 0.0299858917, 0.0166535955, 0.0242855102, -0.00281044142, -0.00125063898, -0.00141331775, -0.0203517769, -0.0124725299, 0.010093445, -0.00634226343, -0.00267205387, -0.0074611404, -0.000709603308, -0.0045196726, -0.00550899515, 0.000437613257, 0.0228486378, -0.00466100452, 0.00173425872, -0.00710192183, 0.00614204351, -0.00207139389, -0.0173955858, -0.0136385169, -0.00690759066, 0.00968711544, 0.00639526313, 0.005023167, 0.0121074226, 0.0123900864, -0.0280072484, -0.0120426454, 0.00398967834, -0.0332600772, 0.000539195433, 0.0112005435, -0.00579165854, 0.0210348796, -0.0151342778, 0.0126020834, 0.0143569531, -0.0249450598, 0.0126491943, -0.0125667509, -0.00759069435, 0.000415898219, -0.0181611329, -0.0181375779, 0.0118012037, -0.00375706982, 0.0176193621, -0.0146396169, 0.000478466973, 0.0165358186, 0.016759593, 0.0140625117, -0.00155906624, 0.000558702217, 0.0149929458, 0.000118696611, -0.0121427551, -0.0128258588, -0.0175251402, -0.011630428, -0.0152285, -0.00112918206, 0.0165358186, -0.00656015, 0.000518584566, 0.0383480228, -0.00794402417, -0.00477289176, -0.00409862166, -0.0172660332, 0.0108589921, 0.0330480821, 0.0255103856, -0.000948836794, -0.00577988103, -0.00141184556, 0.0310223252, -0.0102171097, -0.0239204038, -0.00998744555, -0.000474418397, 0.00787924696, 0.00855057221, -0.00678392546, 0.0119896457, 0.0150165018, 0.00750236213, -0.0180669129, 0.00889801327, 0.00553549454, -0.0126491943, -0.00640704064, -0.0207051057, -0.00338901835, 0.0229546372, -0.0118600922, 0.0168891475, -0.0100993337, -0.00413101027, 0.000924545398, -0.0174426977, 0.0137798488, -0.00572099257, -0.01347363, 0.00878612604, 0.00978133734, -0.00583876902, -0.006725037, 0.00387190189, 0.00205078302, -0.00545010669, 0.00332718575, -0.0334956311, -0.000779533118, 0.000142343924, 0.0101523325, 0.0109178796, -0.0113830967, -0.00433711894, -0.00594476797, 0.0063540414, 0.0110121015, -0.00588293513, 0.0160293803, 0.0182789098, -0.000889948569, -0.0123194205, -0.0108884359, -0.00817957707, 0.0204931088, 0.0145336185, -0.0025616386, 0.0211762115, -0.0130260792, -0.00467572641, 0.0059742122, -0.0103172204, -0.00967533793, -0.0137680713, -0.0126609718, -0.0110709891, 0.0158291589, 0.000638937403, -0.000272910198, -0.0108059924, 0.0020699217, -0.000548028678, 0.0214706529, -0.00450789509, -0.0106882155, 0.008998123, -0.0295383427, -0.00148030312, -0.00754947262, -0.0142391771, 0.000514536, 0.00370995933, -0.0283841323, 0.037971139, -0.00125211128, -0.00727858674, -0.0148869473, 0.0121780885, -0.00270002591, -0.00960467197, -0.0117599815, -0.00933967531, 0.0226366408, -0.00532349711, 0.0142862871, 0.00434595207, -0.00939267408, -0.00423406437, -0.0124843074, -0.00124180585, -0.019091567, 0.0173955858, 0.00174161978, -0.0507381074, -0.0187029056, -0.0023879183, -0.0281014685, 0.00262641557, -0.0199277811, -0.011141655, -0.00965178292, -0.00270297029, -0.0126727493, 0.0284076873, -0.00139785965, -0.00297238398, -0.0152873872, -0.0100993337, 0.0139682908, -0.017972691, -0.0138858473, -0.00439011818, 0.0216708723, 0.000855351682, -0.00246300059, 0.00874490384, 0.00614204351, -0.00172542548, -0.00116377883, -0.00686048, -0.00805002265, 0.0138269588, 0.0112535432, -0.0105409948, -0.0171482563, -0.0066013718, -0.0261463784, -0.010558662, 0.021164434, -0.0212586559, 0.00706658885, 0.0196333397, 0.00206108857, -0.0106116608, -0.0206226613, 0.00909823366, -0.00177106389, -0.0172778107, -0.000918656588, -0.0308338832, -0.00487005757, -0.0129789682, -0.0120014232, -0.0071843653, 0.00211261562, 0.015711382, -0.0171011444, 0.006189154, -0.0165122636, -0.0412924364, -0.0244032871, -0.01347363, 0.00687814644, -0.0238732938, 0.0186204612, -0.0229664147, -2.09041764e-06, 0.00476994738, -0.00948689599, -0.000382773578, -0.00282369112, -0.00965767168, 0.00224511418, -0.0141685111, 0.00594771234, -0.0107824374, 0.00406328868, -0.00269266474, -0.00481116911, -0.0293027889, 0.000823699287, 0.00121972268, 0.00614204351, 0.0195626747, 0.00500844512, -0.0120367566, 0.00230989116, -0.00339490711, 0.00668381527, 0.0295618977, -0.00946334, 0.0112535432, -0.0135796284, -0.00761425, 0.0047758366, -0.00354507216, -0.00190061796, -0.0209759921, -0.00706658885, -0.0230370797, -0.00166653725, -0.00934556406, -0.0192446765, -0.012331198, -0.00976367, 0.00850346219, -0.0156996045, -0.00199336698, 0.00646592909, 0.0250157248, 0.00372173684, 0.0130496342, 0.00497900089, 0.00857412815, -0.00156201061, -0.00956933945, -0.0132027436, 0.0239910688, -0.0153816091, 0.00116525113, 0.00741991866, -0.00471400376, 0.0208935477, 0.0212822109, -0.00470222626, -0.00525872, 0.0269708149, -0.0114655411, -0.00755536137, -0.010069889, 0.0090511227, -0.0141331777, -0.00557082752, 0.0106469942, -0.0113300979, -0.0103407754, -0.0178431366, 0.0153816091, 0.0189031251, 0.00391017925, 0.00608904427, -0.00015172924, -0.00274124765, 0.0283841323, 0.00817957707, 0.001943312, -0.0209171027, -0.0287845731, -0.0139211807, -0.0122723095, 0.0026352487, -0.00450789509, -0.0193153434, -0.0124725299, -0.0254632756, 0.0205991063, 0.0281250235, 0.00115862617, -0.0180669129, -0.00227750279, -0.0143451756, -0.00242619566, 0.00750236213, 0.0136267394, -0.0132734096, 0.00301802228, -0.00303863315, -0.00737280771, -0.0271828119, 0.00067132595, -0.0119484244, -0.000875962607, 0.00419284264, 0.0644472912, 0.0174426977, 0.0239086263, -0.0017224811, -0.012166311, 0.00642470736, -0.0181846898, 0.044919949, -0.00454322761, -0.00559732737, 0.00827379804, 0.0165004861, -0.00403678883, 0.0129083022, 0.00872134883, 0.00726092, 0.00249833358, 0.00695470115, -0.00882734731, 0.0040397332, 0.000749352854, 0.00515566533, 0.00935145281, -0.021329321, 0.00337135186, 0.000111979673, -0.00392195676, 0.0162649322, 0.00541771809, -0.00667203777, 0.00131909666, -0.0124843074, -0.00863890536, -0.00190356246, 0.0112770982, 0.00414867653, 0.00294588436, 0.00503494451, -0.0070724776, -0.0040574, 0.00608315552, 0.0113889864, -0.00767902657, 0.0166535955, 0.02894946, 0.00127051387, -0.00955756195, -0.00226719724, 0.0332600772, 0.0057504368, -0.0255810525, 0.0105704395, -0.0129083022, -0.00204783864, 0.00892745703, 0.00961056072, 0.0126020834, 0.0371231474, -0.0190797895, -0.0140271792, -0.0203988869, -0.0377120301, -0.023496408, 0.00194183982, 0.0042752861, 0.00610082177, -0.00525283115, 0.0144158415, 0.0122487545, 0.000240889713, -0.00668970402, 0.0060066008, -0.013355853, 0.0119130909, -0.00776147, -0.00926312059, -0.00839157403, 0.0164651517, -0.0175133627, -0.00113065424, 0.0411275476, -0.0020080891, 0.0100404453, 0.0187146831, 0.00377473631, 0.00664259354, -0.0144865075, 0.0136856269, -0.0162767097, 0.00764369359, 0.0178549141, 0.000847254589, 0.00962233823, -0.0128258588, 0.0149929458, -0.000410009379, 0.0139447358, 0.00679570297, -0.00110341841, 0.0113948751, -0.00590649061, 0.0220242031, -0.0082914643, -0.000755241723, 0.0229781922, 0.0187735707, 0.00710192183, -0.0173013657, -0.0161707103, -0.00533233024, -0.0148516148, 0.0351445042, -0.0193860084, -0.0118306475, -0.0107824374, 2.39463516e-05, 0.0093278978, -0.00948100723, 0.00310046598, 0.0234846305] |
23 Sep, 2020 | Node.js response.writeContinue() Method
23 Sep, 2020
The response.writeContinue() (Added in v0.3.0) method is an inbuilt Application Programming Interface of the ‘http’ module which sends an HTTP/1.1 100 Continue message to the client, indicating that the request body should be sent. See the ‘checkContinue‘ event on Server. The response.writeContinue() is called internally even when no listener is attached.
In order to get a response and a proper result, we need to import ‘http’ module.
Import:
const http = require('http');
Syntax:
response.writeContinue();
Parameters: This method does not accept any parameter.
Return Value: It does not return any value, instead sends an HTTP/1.1 100 Continue message to the client, indicating that the request body should be sent.
The below example illustrates the use of the response.writeContinue() method in Node.js.
Example 1: Program without response.writeContinue() method.
Filename: index.js
// Node.js program to demonstrate the
// response.writeContinue() Method
// Importing http module
var http = require('http');
// Setting up PORT
const PORT = process.env.PORT || 3000;
// Creating http Server
var httpServer = http.createServer(function(request, response){
// Writing string data
response.write("Heyy geeksforgeeks ", 'utf8', () => {
console.log("Writing Data...");
});
// Defining Buffer 'Hello world'
const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64');
// Writing the buffer data.
response.write(buf, 'utf8', () => {
console.log("Writing Buffer Data...");
});
// Prints Output on the browser in response
response.end(' ok');
});
// Listening to http Server
httpServer.listen(PORT, () => {
console.log("Server is running at port 3000...");
});
Output:
Output: In-Console
Server is running at port 3000…
Writing Data…
Writing Buffer Data…
Now run http://localhost:3000/ in the browser.
Output: In-Browser
Heyy geeksforgeeks hello world ok
Example 2: Using response.writeContinue() method.
Filename: index.js
// Node.js program to demonstrate the
// response.writeContinue() Method
// Importing http module
var http = require('http');
// Setting up PORT
const PORT = process.env.PORT || 3000;
// Creating http Server
var httpServer = http.createServer(function(request, response){
// Writing string data
response.write("Heyy geeksforgeeks ", 'utf8', () => {
console.log("Writing Data...");
});
// Using response.writeContinue() method
response.writeContinue();
// Defining Buffer 'Hello world'
const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64');
// Writing the buffer data.
response.write(buf, 'utf8', () => {
console.log("Writing Buffer Data...");
});
// Prints Output on the browser in response
response.end(' ok');
});
// Listening to http Server
httpServer.listen(PORT, () => {
console.log("Server is running at port 3000...");
});
Run index.js file using the following command:
node index.js
Output:
Output: In-Console
Server is running at port 3000…
Writing Data…
Writing Buffer Data…
Reference: https://nodejs.org/api/http.html#http_response_writecontinue
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method | https://www.geeksforgeeks.org/node-js-response-writecontinue-method?ref=asr9 | CSS | Node.js response.writeContinue() Method | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, Node.js Readable Stream close Event, CSS, Node.js Stream writable.writableFinished Property, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0243145097, -0.0197268669, -0.005822259, 0.0618522279, 0.0258527193, -0.0246248506, -0.00238489988, 0.0421253592, -0.0474416316, 0.0121640014, 0.0319515876, 0.0380504541, 0.01547655, -0.0261090882, -0.00183337077, -0.0321944617, -0.0549977496, -0.00432115514, 0.0170822255, -0.0142891603, 0.0183505733, 0.0221556183, -0.00606850768, 0.0123394113, -0.0182696152, 0.015260661, -0.0200776868, 9.85626502e-06, -0.0420174152, -0.0212515835, 0.0124406097, 0.0420444, 0.031007072, 0.00252320385, -0.00928323157, -0.0140058054, 0.0010423396, 0.0170687325, -0.0249216985, -0.0306832381, 0.015328126, -0.0133851245, 0.0173116066, 0.0133851245, -0.0345692411, 0.0447969884, -0.015517029, -0.0599092245, 0.0202665888, -0.0260146372, 0.0196728949, 0.00743468106, -0.00498568872, -0.0239501968, -0.0121909874, 0.0056029968, 0.0170552395, -0.0109968511, 0.0220476743, -0.00364650181, 0.00333953463, -0.034002535, 0.0205634367, -0.00817005336, -0.00982970092, 0.0420174152, -0.0239906758, 0.0361614227, -0.0248677265, -0.0324103497, 0.000834462, 0.046308212, 0.0221151393, 0.0301705021, 0.00223310292, -0.00332435477, 0.0328961, 0.034029521, 0.000393407274, -0.0517324246, -0.0169472937, 0.00326700928, -0.0101872673, -0.0039703357, 0.0253264904, 0.00353518408, 0.006702682, -0.0204015207, 0.015368605, 0.00839943532, 0.0539452881, 0.00920227263, -0.00401418796, -0.0393727757, -0.0506799668, -0.00445608608, -0.0106865102, -0.0236533489, -0.0170687325, 0.0509228408, 0.030980086, 0.0261630602, -0.0123663973, -0.0144240903, 0.0157329179, -0.000658630393, 0.0244089607, -0.0522721484, 0.0030831662, 0.0517863967, 0.00122618268, 0.0270805899, -0.0355137587, -0.0169203077, -0.000362837047, -0.0121235223, -0.0259471703, -0.0129196132, 0.0329770595, 0.0454176702, 0.00860183127, -0.0274449028, 0.0250971075, 0.0521102324, -0.015260661, -0.00166386401, -0.0298466682, -0.0155979879, 0.0181346852, -0.0136145065, -0.0164075717, -0.0379155241, -0.0110440766, -0.0140732704, 0.0288211945, -6.89938533e-05, -0.00681399973, 0.0160837378, 0.00931696407, 0.00110474497, -0.0235993769, -0.034002535, 0.0333278812, 0.046443142, 0.0590996407, 0.00861532427, -0.0350280069, -0.0144240903, -0.0190117341, 2.65117724e-05, -0.0222905502, -0.0420444, 0.00794741791, 0.0327341855, -0.0223984942, -0.0260146372, 0.0299546123, -0.0100523364, -0.00664870953, -0.0111722611, -0.00649353955, -0.0184989981, 0.0254884064, 0.046335198, 0.0223984942, 0.0377805941, 0.0290370844, -0.0061865719, -0.0193085819, 0.0184180383, -0.0235858839, -0.0143026533, -0.0209952146, -0.0020087806, -0.00802837592, 0.00467872154, 0.0260686092, -0.0182021502, 0.0480353236, 0.0218452793, -0.0100995619, -0.0243684817, 0.0247327946, 0.00165290094, 0.0223040432, -0.0148288822, -0.015463057, -0.00758310454, -0.0228977371, -0.0101332944, -0.0425301529, 0.0198752899, 0.0205634367, 0.000567973882, 0.0108012017, 0.046200268, -0.0341914371, -0.0105785662, 0.0335977413, 0.0034474791, -0.0224254802, -0.0226278771, -0.0215889104, -0.0364582725, 0.000462137599, -0.0244494397, 0.0169877745, -0.0277687348, 0.0560232215, -0.0199157689, -0.0256368313, -0.0488449074, -0.00447632559, -0.00607862743, 0.0367011465, -0.0121977339, -0.0298736542, 0.0443112366, 0.015368605, -0.00880422723, 0.00551866507, -0.0101063084, -0.0296847522, -0.00509026041, -0.0617442839, 0.013486322, 0.0147749102, -0.0262844972, 0.0130343046, -0.00399057521, 0.00552878482, 0.0339215733, -0.0147074452, -0.00937768258, -0.0163131207, 0.0217103474, 0.02699963, -0.0192950889, -0.0129600922, 0.0145455282, -0.0138708744, -0.0126902312, -0.00937768258, -0.0388600379, -0.0244629346, -0.0179862604, -0.0132434471, 0.031061044, -0.00520495139, -0.0316007659, -0.0364043, -0.00376119302, 0.0126902312, 0.0222230852, -0.0382123701, 0.0334628113, 0.00862881728, 0.0248272456, 0.00515435217, -0.00824426487, 0.0159892868, -0.0019446885, -0.00951261353, 0.0172441415, -0.0159353148, -0.0213055555, 0.00479341252, -0.00832522381, 0.00160061533, 0.0326532274, 0.0338945873, -0.0449319184, 0.00933720358, 0.0361614227, -0.00391636323, 0.026702784, -0.019483991, -0.0105988057, 0.0346502, -0.0102344928, -0.0103829168, 0.0100388434, 0.0273504499, 0.00245911186, -0.0160297658, -0.0179997534, 0.0253804624, 0.0157464109, -9.85626539e-05, 0.0127981761, -0.0124675957, -0.0107337367, 0.0337866433, -0.0148288822, 0.019497484, 0.00453704456, -0.0370789543, 0.0648207, -0.00428067613, -0.0113679105, -0.0207253546, -0.0486829914, -0.00277282554, -0.0172171555, -0.00316412468, -0.0119143799, 0.0405601636, -0.0282544866, -0.0103289438, 0.0242605377, 0.0247597806, -0.00913480762, -0.00389275025, -0.0313039199, -0.0123933833, 0.0219802093, 0.0510038, 0.0442572646, -0.0457684882, -0.0311959758, 0.0012793116, 0.0364043, -0.0157599039, 0.02699963, 0.030980086, -0.00538036134, 0.0243819747, 0.046092324, 0.0149638131, -0.00855460577, -0.0061460929, -0.0143701183, 0.019551456, 0.0120695503, -0.0109833581, -0.0236263629, -0.0318706296, -0.0287132505, 0.0135335475, 0.00538710784, -0.0172306485, -0.0253129974, 0.0319246, 0.00121943606, 0.0549437776, 0.0226278771, -0.00768430252, -0.0288211945, 0.0129803326, 0.00596393645, 0.000831932, 0.0700020418, 0.0344882831, 0.0251915585, 0.023289036, -0.000719349249, -0.000907408888, -0.0337056853, -0.00859508477, 0.0242335517, 0.0140058054, 0.0299006402, -0.0109968511, -0.013391871, 0.00860183127, -0.0780978799, -0.0129870791, -0.00663859, 0.00110221503, 0.000659473764, -0.0560771935, 0.0146534722, -0.00508351345, 0.00586611172, -0.0129870791, -0.0352978669, -0.0175274964, 0.0128588947, 0.0158273689, 0.0346502, 0.0252050534, 0.0633094758, 0.0246653296, 0.00957333203, 0.0205904227, 0.00705012865, 0.0228167791, 0.00605164142, 0.00404792046, -0.0152066881, -0.0150042921, -0.00131304422, 0.00479003927, -0.0124136228, 0.0204285067, 0.0400474295, -0.0121302688, 0.00261934195, -0.00881772, -0.0236803349, -0.00696242368, -0.0283624306, 0.0342993811, -0.0156789459, -0.00661497703, 0.0177838653, -0.0318166576, -0.046362184, 0.00135268015, -0.0223040432, -0.00683761248, 0.00348121184, 0.006716175, 0.00108450535, 0.0318976156, 0.0369979963, 0.0228707511, 0.0165964738, -0.03108803, 0.00224322267, 0.00767755602, -0.0254884064, 0.0114893485, -0.000449909508, -0.00588297797, 0.0297387242, -0.000838678563, 0.0039838287, -0.0371869, 0.00979596749, -0.0433397368, -0.00515097892, -0.000572612102, -0.00964754447, 0.0111520216, -0.0285513327, -0.00913480762, 0.00821053237, 0.00163434795, 0.00298196822, -0.0315467939, 0.0430159047, 0.0132704331, -0.0125890328, -0.0133244051, 0.0184855051, -0.0338406153, -0.0276877768, 0.0151527161, 0.00931696407, -0.0201856308, 0.0177838653, -0.0296037924, 0.0141137503, 0.00105161604, -0.00965429097, -0.00533650862, 0.00136448652, -0.00246079848, 0.0158543549, 0.00661497703, -0.0386711359, -0.026783742, 0.0341914371, -0.0148558691, -0.0207388476, -0.0111115426, 0.0292529725, 0.00377131277, -0.00241019949, 0.0108281877, 0.00810258742, 0.00194637512, 0.0491417572, -0.0261360742, -0.0173520856, -0.0143161463, -0.023289036, 0.0188363232, -0.0346232131, 0.0114893485, -0.0176084545, 0.00438187411, -0.0339485593, 0.000196281981, 0.00226852228, 0.0307911821, 0.00437512761, -0.00326363603, -0.00568058202, 0.00202564686, 0.0159218218, -0.0122854393, -0.0013307539, 0.0212515835, 0.0175814684, 0.0142621733, -0.0327881575, 0.023019176, 0.001919389, 0.0211436395, 0.0563470535, 0.0334897973, 0.00931696407, -0.0467130058, 0.0172441415, -0.0186474212, 0.00193288212, -0.0506799668, -0.0238422528, -0.0612585321, 0.00736046908, -0.0275528468, 0.0213325415, -0.0131287556, -0.00446620584, 0.0221286323, 0.0319246, -0.0289831124, 0.0323024057, -0.000871146272, 0.0139383404, -0.0159218218, 0.00925624557, -0.0217778124, -0.0213325415, 0.00758310454, 0.0246923156, -0.00806885492, -0.0216428824, 0.0343533531, 0.0248137526, 0.0217238404, 0.0399934575, -0.00807560142, -0.000301907421, 0.000366210326, -0.0149503201, -0.00589309772, 0.019362554, -0.0190522131, 0.000884639332, -0.0174330454, -0.000550264202, -0.0184315313, 0.0200776868, -0.015233675, 0.00810258742, -0.00570756802, -0.0286053065, 0.0130410511, 0.0277147628, 0.0351089649, 0.0191736501, 0.00903360918, -0.0249351915, -0.00773827499, -0.0173925664, 0.00463824254, 0.00627090363, 0.0179727674, 0.00718505913, 0.015341619, -0.0170282535, -0.0160567518, -0.0530547462, -0.0379964821, 0.0329230875, -0.0107067497, -0.00941816159, 0.000179099399, -0.0147749102, 0.0144510763, -0.0480623096, 0.0244224537, 0.0283624306, 0.0225469172, -0.0131827286, 0.0197673459, -0.000117642696, 0.00907408912, -0.013472829, 0.0102277463, 0.0337056853, -0.0178918093, 0.0382123701, 0.0132501936, -0.0172171555, -0.0423142649, 0.00836570282, 0.0284703746, -0.0264868941, 0.0347311608, 0.00591333723, -0.00602128217, 0.00719180563, -0.026905179, 0.00684435898, -0.015395591, -0.0208737776, -0.00942490809, 0.0159892868, -0.01890379, 0.00665545603, -0.00850063376, 0.0178108513, 0.0127307102, 0.0421793312, -0.0103289438, -0.0216698684, -0.0215619244, 0.0352708809, 0.0318436436, -0.00585261872, -0.0193220749, -0.00544108, -0.00918203313, -0.0183100943, -0.0214135, 0.0030663, 0.0228302721, 0.0129938256, -0.00605164142, 0.000488280435, 0.0209412426, 0.0168258566, -0.0180132464, -0.0146669662, -0.00818354636, -0.0139653264, 0.00236803363, -0.027067095, 0.00318267755, -0.00444933958, -0.0125553, 0.0164615437, 0.0256773103, -0.0117187304, -0.0198617969, -0.0135065615, -0.029199, -0.0290100984, -0.0114488686, 0.073510237, -0.00745492056, 0.0149098411, -0.0203610417, 0.0700560138, -0.00881772, -0.0255693644, 0.00103812292, -0.00974199548, 0.00981620792, 0.0239906758, -0.0135740275, 0.0173385926, 0.0523800924, 0.0179187953, -0.00686459895, -0.0220476743, 0.0200911798, -0.0228977371, -0.000214834959, 0.0143296393, 0.00953959953, -0.0201316588, 0.0241930727, -0.0100590829, 0.0336247273, 0.0239501968, -0.0159892868, -0.0183235873, 0.0318976156, 0.0105448328, -0.00368023454, -0.00576154049, -0.00669256225, 0.0294688623, -0.00191432913, 0.0184450243, -0.00592683069, 0.0415046811, -0.0422333069, 0.0518133827, -0.0226143841, 0.00840618182, -0.00121690612, -0.03046735, 0.00700290268, -0.0402633175, -0.0130612906, -0.00640583457, 0.0219802093, 0.0126295127, 0.0129870791, 0.00747516, -0.00355879683, -0.0288211945, -0.0201046728, -0.0139248474, -0.0396696217, -0.00511724642, -0.005768287, 0.00914155412, -0.000750973588, 0.0432587788, -0.00255693658, -0.00189746276, -0.0459843799, 0.00895265117, 0.00430428889, 0.0238557458, 0.00126075861, 0.00139653264, -0.0300085843, -0.0132906726, 0.0163131207, -0.0512466766, -0.03108803, 0.0203205608, 0.00859508477, -0.00274246628, 0.019537963, -0.0298466682, -0.00152218679, -0.0449858904, -0.00439199386, 0.000244772702, -0.0456605442, 0.0132569401, -0.0204824787, -0.0345692411, -0.0489528552, 0.00060971803, 0.000437681418, 0.033975549, -0.0137629304, -0.00238995976, 0.0172036625, -0.00208805245, 0.0109293861, -0.00773827499, 0.00899313, 0.0245708786, -0.0253939554, -0.0302244741, -0.00332266814, 0.0385901779, -0.0191061851, -0.0254344344, 0.00508688716, 0.0240176618, 0.0172576346, -0.0413697474, -0.00674653426, -0.00646992633, 0.00246923161, 0.00707036816, -0.0112262331, 0.0260011442, 0.00511724642, 0.0112059936, -0.000240345282, -0.0111317821, 5.50791301e-05, -0.0161242168, -0.0177298915, -0.0504640788, -0.000767839956, -0.0174600314, 0.00910782162, 0.00335302763, 0.0201721378, 0.00145725138, 0.00468209479, -0.0158948358, 0.00340699987, -0.0215484314, -0.0147209382, -0.00510375341, 0.0249756705, 0.0212245975, 0.0108281877, -0.00387251074, -0.00444596633, 0.00997812394, 0.00107185566, -0.0335707553, 0.0200372078, 0.0239367038, -0.0102682253, -0.0206174087, 0.0298196822, -0.0437715165, 0.0106055522, -0.0220071953, -0.0161107238, -0.0252590254, -0.00771803549, -0.0355407447, 0.0621760599, -0.0255558714, 0.0196998809, 0.0208198056, 0.0110035976, -0.0114691081, -0.0359455347, -0.0496275052, -0.0142891603, -0.0123529043, 0.00103559298, -0.0130680371, -0.0141407363, -0.00324508315, -0.0100320969, -0.0237073228, -0.00404454721, 0.0395346917, 0.00866255, 0.0115028415, 0.0146129932, -0.000994270551, 0.00980946142, -0.0272425059, -0.0667637065, 0.00833197, 0.00673304126, -0.0116782514, -0.011806435, -0.00512736617, 0.00135183684, -0.00118064357, -0.0333548672, 0.0209952146, -0.00912806112, 0.0119008869, 0.0065373918, 0.00458089681, -0.0102884648, 0.00782598, 0.00914830063, -0.0157194249, -0.00159133878, -0.00819029287, 0.00324508315, -0.0113948965, 0.019537963, 0.00385227124, 0.00583912572, 0.0184855051, -0.00544782635, -0.00325182965, -0.00232586777, 0.0170552395, -0.0175140034, 0.0238287598, 0.0111722611, -0.00954634603, 0.000570082164, -0.00364650181, -0.0163131207, 0.000179310227, -0.0208063126, -0.026945658, 0.00638896786, 0.01547655, -0.00584587222, 0.00727276411, 0.0106055522, 0.0224794522, 7.30654938e-06, -0.00884470623, 0.00066790689, -0.00766406301, -0.00690845121, -0.0128251621, -0.0198752899, -0.00418959791, 0.0120155774, -0.00503628794, 0.011442122, -0.00218925043, -0.00918203313, 0.00704338169, -0.00953285303, -0.0121100293, -0.0316547379, -0.0523531064, 0.0309531, -0.0118536614, -0.0103221973, 0.0117659559, 0.0184989981, -0.0104099028, -0.00471582776, 0.030980086, 0.0151527161, -0.00980946142, 0.00931021757, 0.00174735242, 0.0110373301, -0.0207388476, 0.0133109121, -0.0306292661, 0.0121437619, -0.0459034182, 0.0224794522, -0.000637969177, 0.00885819923, -0.00737396209, 0.0027121068, -0.0221691113, -0.0314388499, -0.00542084035, 0.00100186036, 0.0137764234, -0.0123798903, 0.0229112301, 0.0143431323, -0.00433127489, -0.0186204351, -0.00945864152, -0.0157868899, -0.00975548849, -0.00305786682, -0.0361344367, -0.0192546099, -0.0295498203, -0.00135942665, 0.00895265117, 0.0126699917, 0.0378885381, -0.0333278812, 0.00122533937, -0.00595044345, -0.0329230875, -0.0281465407, 0.000173934095, -0.0419364572, -0.0250701215, 0.013486322, -0.0238287598, 0.00178108504, 0.000688146509, -0.00707036816, -0.0185394771, 0.0108214412, 0.0011831735, -0.00377468602, 0.0329770595, -0.00424019666, -0.00623717112, -0.00908083562, -0.0123124253, -0.0186339281, -0.0564010292, -0.00923600513, -0.00500930194, -0.00451005809, -0.0349740349, 0.0250026565, -0.0249216985, 0.00238152663, 0.00279137865, -0.00395009574, -0.00530952262, 0.000661582046, -0.00856809877, 0.0252455324, -0.0290370844, -0.00943165552, -0.0431778207, 0.0196594018, 0.00382865826, -0.031168988, -0.0147614172, -0.0273369569, -0.0140867634, -0.00537024159, -0.015341619, 0.0223984942, -0.018876804, -0.0211031605, -0.0225334242, 0.0176894125, -0.0265948381, 0.0107067497, -0.00273571978, -0.00543096, 0.00103137642, -0.0110575696, 0.0197538529, -0.00511724642, 0.0225739032, 0.00469896104, 0.0236938279, 0.0159218218, 0.0246113576, -0.0213190485, -0.0124473562, -0.0100253504, -0.0225334242, 0.00721204514, 0.023289036, 0.00972175598, 4.27456216e-05, 0.00135099352, 0.0218587723, -0.0183910523, 0.0142891603, -0.0105245933, 0.0107134962, 0.00399732171, -0.0512466766, -0.0141542293, 0.0332469232, 0.011631025, -0.00999836437, 0.00595044345, 0.0184315313, 0.00275258604, -0.0299006402, 0.00856809877, -0.0258931983, 0.0140597774, 0.0135605345, -0.0148558691, -0.00910782162, 0.00579189975, 0.0157733969, -0.0271885339, -0.019403033, 0.0104908608, 0.006689189, 0.00477991952, -0.0225469172, 0.00128184154, -0.053405568, -0.00517459167, -0.00783947296, 0.00716481963, -0.0172171555, -0.003889377, 0.0192950889, -0.0101940138, 0.0324913114, -0.00835895631, -0.0176759195, -0.0127307102, 0.00734697608, 0.0300895441, -0.00105667592, 0.02326205, -0.000147264189, 0.0168933216, 0.0183640663, -0.0119413659, -0.0245843716, -0.0133716315, 0.0184315313, -0.00270704692, -0.0337326713, 0.0124878353, -0.00456403056, -0.0303594042, -0.0110305836, -0.00459439, 0.0240581408, 0.00239333301, 0.0161512028, 0.00174229254, -0.0123326648, -0.00360602257, -0.00478666602, 0.000734528934, 0.0119548589, 0.00976898149, 0.0183235873, 0.0296307784, -0.0362154, 0.0325452834, -0.0157464109, 0.0146264862, -0.00393997598, 0.00476979977, -0.00233598752, 0.00510038, -0.015287647, -0.0185124911, 0.00865580328, -0.0219532233, -0.00549505232, -0.000575142039, 0.00746166706, -0.0108416807, 0.00698940968, -0.0237073228, 0.0614744201, -0.0319785737, 0.0228167791, -0.0168798286, -0.00379155227, -0.0133378981, -0.00761009101, 0.019443512, 0.01156356, -0.0249351915, 0.0100860689, -0.0146264862, 0.0274583958, 0.0237612948, -0.0281465407, 0.0170957185, 0.0132299541, -0.0168123636, -0.00339350686, -0.00154326973, -0.00727951061, -0.0106730172, -0.0157059319, 0.00146484131, 0.0137089575, 0.0186474212, -0.0110170906, -0.0355407447, -0.00372746028, -0.00746841356, 0.0151797021, -0.0140192984, 0.0265678521, 0.0308451559, 0.0101805208, 0.0432587788, 0.00756961154, 0.0202396028, -0.0119346194, -0.0122382138, 0.0126834847, -0.0176894125, 0.0260686092, 0.00598417595, 0.011536574, 0.0108214412, -0.0106055522, -0.0288211945, -0.0441763066, 0.00657112431, -0.0226548631, -0.00593357719, 0.0383473, -0.00943840202, -0.00998487, -0.00806210842, 0.00655088481, 0.000279770349, 0.0263249781, -0.00334290788, 0.00573118078, -0.00592683069, -0.000866929651, 0.0272559989, 0.0210896656, -0.00242875237, -0.00134003034, 0.0279306527, -0.0143971043, 0.0177838653, 0.00486762449, -0.0030663, 0.0026918673, -0.0197133739, 0.0121505084, -0.0130275581, -0.00252826372, 0.0252455324, 0.00802837592, 0.03046735, -0.015530522, 0.00959357154, -0.0282814726, 0.0138843674, 0.0207928196, -0.0158543549, -0.00860183127, 0.0142216943, 0.000952104689, -0.00862207077, 0.0200237148, 0.000427139952, -0.00916854, -0.0256098453, 0.0190657061, 0.0284973606, -0.000631222618, -0.00903360918, 0.0113948965, -0.0102142533, -0.0182021502, 0.0104166493, 0.0147479242, 0.000240766953, -0.0175949614, -0.00924275257, 0.00833871681, -0.00512061967, 0.00987018, -0.00404792046, -0.00914830063, -0.00752913253, 0.0191331711, -0.00689158496, -0.00251477072, -0.00991740543, 0.0362963565, 0.0124271167, 0.000821390538, 0.00468884129, 0.0103154508, 0.0178513303, 0.0284433886, -0.005808766, -0.0146939522, 0.0191196781, -0.0260955952, 0.00579864625, 0.00722553814, -0.00882446673, 0.0156114809, 0.0146399792, -0.0165559947, 0.0162321609, 0.0141542293, 0.0179053023, -0.00565696927, 0.0051105, 0.00184517715, -0.00764382351, 0.0210087076, -0.00456740381, -0.0114488686, -0.0051105, 0.0334088393, 0.00242031924, -0.0103087043, -0.0100590829, 0.00884470623, 0.0197673459, -0.0394267477, -0.0333548672, 0.00626753038, 0.0160567518, 0.0162591487, -0.00380841875, 0.00746166706, 0.0191871431, -0.000756455178, 0.000203133939, -0.0147614172, 0.00196155487, -0.011550067, -0.0114353755, 0.0187418722, 0.0110575696, 0.015449564, 0.0207118597, 0.00137123314, 0.00517796492, 0.01890379, -0.00277788565, 0.0133176586, 0.00188228313, 0.0365932025, 0.0296037924, -0.002430439, 0.0146939522, 0.0164345577, -0.0218857583, -0.00891217217, -0.000294106721, 0.00813632086, -0.00863556378, -0.00592345698, -0.00973524898, -0.0157733969, -0.0119683519, 0.0376456603, 0.00319111068, 0.00521844439, 0.00734022958, 0.00641932758, -0.011577053, -0.00378817902, 0.00373758, 0.0172036625, 0.00478329277, -0.00241357274, -0.00690507796, -0.0140732704, 0.00846015383, 0.0179727674, -0.00893241167, 0.0148693621, 0.00688483845, -0.018944269, -0.0148828551, 0.015449564, 0.0192006361, -0.011442122, 0.0137899164, 0.00854785927, -0.000658208737, -0.0132569401, -0.00738070859, 0.0110575696, 0.0291720144, 0.0147884032, -0.0111115426, -0.0332469232, 0.00407828, -0.00698266318, -0.00125569873, -0.0151797021, 0.00968802348, 0.0147614172, 0.0113948965, 0.0198483039, 0.0345422551, 0.000251519232, -0.00222129654, 0.0207118597, -0.00828474388, -0.0137831699, 0.011401643, 0.00503966119, -0.0127711892, 0.0138573814, 0.0338676, -0.00219262368, 0.0203340538, -0.0123056788, -0.0169338, 0.00887844, -0.00021367539, 0.00369710079, 0.0299006402, -0.0032889354, -0.0319785737, 0.0121774944, -0.00540397409, 0.0348121189, -0.0318976156, -0.00686459895, -0.00698266318, -0.0173790734, -0.00768430252, -0.015395591, -0.0250836145, 0.0161646958, -0.015341619, -0.0105313398, 0.0125890328, -0.0286322925, 0.00187047664, 0.013378378, 0.00698266318, -0.0258122403, -0.0181211922, 0.00709060766, 0.0480353236, 0.0488179214, -0.00839268882, 0.00589984423, -0.0120493108, 0.0528658442, -0.0168393496, -0.00479678577, -0.00973524898, -0.0116849979, -0.0109563721, -0.0166234616, -0.00389275025, -0.0173925664, -0.00301401434, 0.00216395082, 0.0238827318, -0.0348121189, -0.0324643217, 0.00746841356, 0.00549167907, 0.0333548672, -0.0192276239, -0.0303324182, 0.0244629346, 0.0111587681, 0.0123866368, -0.0100928154, -0.0331389755, 0.00208636583, 0.0270940829, -0.0226008911, -0.030494336, -0.00226008892, 0.00933045708, 0.00457752356, -0.00347783859, 0.0143431323, -0.026824221, 0.00667906925, 0.0191466641, 0.000540987705, -0.0244359467, -0.027067095, -0.0125080748, 0.0131355021, 0.00271379342, 0.00441898, 0.00144375837, -0.00940466858, -0.0312229618, 0.00106173591, -0.0240446478, 0.00744142756, -0.0471177958, -0.0103356903, -0.00459439, 0.0158138759, -0.00275933254, 0.0114488686, -0.0378615521, 0.00128437148, -0.00156772591, -0.0341104791, 0.015544015, 0.0259471703, -0.0137291979, 0.0115837995, -0.0121707479, -0.00420309091, 0.0179592744, -0.0144510763, -0.00301064108, 0.00420646416, -0.00932371058, 0.0332469232, 0.011617532, -0.0337056853, 0.0119818449, -0.026797235, -0.00288077025, 0.0220341813, 0.015409085, -0.0102547323, -0.00675665401, 0.0100320969, 0.0415316671, 0.00884470623, 0.000802837603, 0.000383498322, 0.0106460312, -0.000480268907, -0.00399732171, 0.00180638453, 0.00833197, 0.00779899396, 0.0178513303, 0.0370519683, 0.0111790076, -0.00750889257, 0.00468209479, -0.00885145273, -0.0176354405, 0.0285243466, 0.0132771796, 0.0131962216, -0.011401643, 0.0149503201, -0.00863556378, -0.030440364, -0.00037590845, 0.0443652086, -0.023235064, -0.00107269897, -0.0326802135, -0.0199697409, 0.0207793266, 0.0201181658, 0.0340834931, -0.00764382351, -0.00479003927, 0.0121370154, 0.0262305252, -0.015328126, 0.0241795797, -0.0325992554, 0.00150616386, -0.00683423923, -0.015368605, -0.011509588, -0.0168528426, -0.000140412245, 0.011523081, 0.0165155157, 0.0165425017, 0.0276068188, 0.00170602987, 0.0295498203, -0.0514895506, 0.0147209382, 0.0256233383, -0.0423952229, -0.0141002573, 0.00541746709, 0.0171766765, -0.00811608, 0.0510847569, 0.00628439663, 0.0197808389, 0.00373758, -0.0144105973, 0.0027053603, 0.00718505913, -0.00907408912, -0.013661732, 0.0143701183, -0.00101619679, 0.0209412426, 0.0219532233, -0.00255019, 0.0193085819, -0.0014901408, -0.00241357274, 0.015355112, -0.0109226396, -0.0122921858, 0.00656437781, -0.000408797816, 0.0157329179, -0.0029111295, 0.0259606652, 0.00656437781, 0.00381853851, -0.0307102241, -0.00870977622, -0.00858833827, 0.00937093608, 0.00359927607, 0.00466185529, -0.00602128217, 0.00512736617, -0.0162051748, 0.0429619327, 0.00355542358, -0.00137882296, 0.00085470156, -0.00384552451, 0.0119076334, 0.0187283792, -0.00973524898, -0.00935069658, -0.00626078388, 0.0120628038, -0.00633499585, 0.00412213244, -0.00994439144, -0.0225469172, 0.00339013361, 0.00102884648, 0.000276607898, -0.000532132923, 0.0109766116, 0.0100253504, 0.00694218371, 0.00425369, -0.00291450275, 0.00909432862, 0.00947888102, -0.0178648233, -5.34715546e-05, -0.00735372258, 0.00989716593, -0.00262608845, -0.00216563744, 0.0390489399, -0.0174060594, 0.023140613, -0.00537698809, 0.0370519683, 0.0212111045, 0.0149638131, 0.0185259841, 0.00609549368, -0.00474281376, -0.00895939767, -0.00944514852, -0.0139383404, -0.00517796492, -0.00614946615, -0.00329905539, -0.00634848885, 0.0248002596, 0.0129465992, -0.00272728642, 0.00150869379, -0.00368023454, 0.00680725323, -0.0219397303, 0.0186069421, 0.00405129371, -0.0245169066, -0.011644518, 0.00166555063, 0.0170822255, -0.00240851287, 0.0126834847, -0.00643956708, 0.0218452793, -0.0128858807, 0.0140327914, -0.026743263, 0.0295228343, -0.0394537337, -0.00526229665, -0.00861532427, -0.0238287598, -0.00642944733, 0.00268849405, 0.00794067141, 1.66028e-05, 0.00104824279, -0.00660148403, -0.0187418722, 0.00419634441, -0.00697591668, -0.00190758263, -0.0106055522, -0.0101332944, 0.000702904537, -0.00645306, 0.00902686268, -0.00271379342, 0.00118992, 0.00350482459, 0.00711084716, -0.00931021757, -0.0127239637, -0.0173385926, -0.00338844699, 0.00734022958, -0.0296847522, 0.00305955345, 0.0103491833, 0.0278227087, 0.0011072749, 0.0063451156, -0.0134660825, 0.00107269897, -0.00406141393, 0.0121437619, 0.0190791991, 0.0103694238, 0.013445843, -0.0179053023, 0.00932371058, 0.00613597315, -0.00741444109, 0.0116512645, -0.0244494397, 0.000790187856, 0.0186069421, 0.00902686268, 0.00308485283, 0.0179322883, 0.0133851245, -0.0244629346, 0.00870303, -0.015463057, 0.00723228464, -0.0197403599, 0.00124557887, -0.00709060766, -0.00483389199, -0.0124068763, -0.00137797964, 0.00671954826, 0.0177298915, 0.00787320547, 0.0129128667, 0.00934395, -0.0109226396, -0.00419634441, 0.00217575743, 0.0128116691, -0.0164075717, -0.00391973648, -0.0130343046, 0.00842642132, -0.0203610417, -0.0146669662, 0.011806435, 0.0172036625, 0.00215720432, 0.0101400409, -0.0188363232, -0.0190926921, 0.0102682253, -0.0115163345, 0.00974199548, 0.0248812195, -0.0224659592, -0.0109226396, -0.0015930254, 0.0216968544, -0.0159218218, 0.0240446478, -0.00238489988, 0.000582731911, 0.0206713807, 0.00156350934, 0.00381516526, 0.00524205714, -0.00435488811, -0.00524205714, 0.0180942044, 0.0145455282, 0.0119413659, 0.0029937746, -0.0206174087, -0.011550067, 0.00719855214, -0.00843316782, -0.00412887894, -0.0123933833, 0.00305955345, -0.0132636866, 0.0294688623, -0.0228842441, -0.00208805245, 0.00667232228, 0.000677605043, -0.0246653296, -0.0101400409, -0.00147327443, -0.0106190452, 0.00933720358, -0.013513308, -0.00641932758, 0.00964079797, -0.0148153892, 0.0168123636, 0.0233430099, 0.0105785662, -0.0118131815, -0.0131287556, 0.00407153368, -0.00221961, -0.015517029, -0.015436071, 0.00955983903, 0.0127509497, 0.00498568872, 0.00431440864, -0.00101619679, -0.00439536711, -0.0119346194, 0.0306022801, -0.00212853169, -0.00101957, 0.0296037924, 0.0197538529, -0.0191736501, -0.00278631877, -0.015557508, 0.00756286504, -0.00677014748, 0.00456740381, -0.00225502905, -0.00935744308, -0.0126632452, 0.0197133739, 0.00936419, -0.00197842112, 0.0169607867, -0.0223850012, 0.00937093608, 0.00082012557, -0.0337326713, 0.00746166706, -0.011846914, -0.0140192984, 0.0158003829, -0.00881097373, -0.00605838792, 0.0101940138, -0.00263789506, 0.0234779399, 0.00492834346, 0.00964079797, 0.0206983667, -0.0161512028, -0.000772899832, 0.0254344344, -0.0103964098, 0.00174903905, 0.019537963, -0.00696242368, 0.000370848575, -0.0125620468, -0.00517796492, 0.00752913253, -0.0165694878, 0.0164480507, -0.0173251, -0.0133581385, -0.0115028415, 0.0177163985, -0.0115837995, -0.00966103747, 0.0180132464, 0.015449564, -0.00758985104, 0.00297522172, 0.00128943135, -2.68280164e-05, -0.00359252957, -0.00731324311, -0.00698266318, 0.00317424443, 0.000273445476, 0.0186609142, 0.0264868941, -0.0342993811, -1.83684933e-05, 0.0172171555, 0.0234779399, -0.00703663519, 0.0169472937, 0.00413562544, 0.00992415193, -0.019497484, 0.00514423242, -0.00226008892, 0.00105330267, -0.00461800257, 0.0255423784, -0.000911625451, -0.000964754436, 0.0172171555, 0.00587960472, -0.00436838111, 0.0123259183, -0.0122314673, 0.0138438884, -0.0240311548, -0.0164345577, 0.00859508477, 0.0260416232, -0.00738070859, 0.00301570096, -0.00322821666, 0.00427730288, 0.0128049226, 0.00840618182, 0.00329399551, 0.0273099709, -0.00120594306, -0.00411201268, -0.00443584658, -0.0240311548, 0.0255828593, 0.0032484564, 0.0211706255, 0.00402430771, 0.0226008911, 0.00781248696, 0.0058290055, -0.000315400481, 0.00771128898, 0.01547655, -0.0108281877, 0.0223310292, 0.0191061851, -0.00999161787, -0.00458764331, 0.00137882296, -0.0100995619, 0.0218047984, 0.0228032861, -0.0212380905, -0.0233834889, 0.0131085161, 0.006689189, 0.0145185422, 0.0139518334, -0.0136279995, 0.00593695045, 0.0148558691, 0.00383540476, 0.0062000649, -0.00486425124, -0.0135740275, -0.0249351915, -0.0182831082, 0.0109091457, 0.00947213452, -0.0186744072, -0.0173520856, -0.0220476743, -0.00665208278, -0.0103289438, -0.00739420159, 0.0059875492, -0.0320865177, 0.0146669662, -0.00403780071, 0.013594267, 0.00545457285, -0.0137494374, -0.00839268882, -0.015490043, -0.00769779552, -0.00481027924, 0.0147074452, -0.0149098411, -0.00110811822, -0.01938954, -0.0454986282, -0.0199562479, 0.0207523406, -0.00334122125, -0.00331592164, 0.00691519771, -0.00225502905, -0.0101670269, 0.013648239, -0.00311521231, 0.00165121432, -0.0105988057, -0.00627427688, 0.0177029055, -0.0257447753, 0.0218992513, 0.0113274315, -0.00902011618, 0.00978922099, 0.000476052344, -0.00994439144, -0.00446620584, -0.0050733937, -0.0245978646, 0.0240716338, -0.00672966801, -0.00700290268, 0.00476642651, 0.00188734301, 0.00754262554, 0.00459439, 0.000201552713, 0.0258257333, 0.0125755398, -0.00391636323, -0.00646655308, -0.00269018067, 0.0204015207, -0.000836991938, 0.00843316782, 0.0123461578, -0.0175140034, 0.015517029, -0.00312364544, 0.0132839261, 0.00954634603, 0.0190926921, 0.0132232076, -0.0011519707, 0.00111570815, -0.0317357, -0.0130073186, -0.0257042963, 0.00527579, -0.000543517701, 0.00878398772, -0.00308653945, 0.00302076084, 0.00117221032, -0.00470233429, 0.000199339, 0.00727276411, -0.0141677223, 0.000211777937, 0.00467534829, -0.0165425017, 0.0367551185, 0.0278766807, 0.0122179734, 0.0112734586, 0.00373420678, -0.00566034252, -0.00283185788, 0.0103559298, 0.005768287, 0.0144510763, 0.00573118078, 0.0122584533, -0.0146669662, 0.00777875399, 0.00962055847, -0.0214404855, -0.015382098, 0.0290370844, -0.0133986175, 0.0323024057, 0.011806435, 0.00257548946, -0.00422333041, 0.00537698809, 0.00672629476, -0.00370047404, 0.0146804592, 0.0144240903, -0.00674316101, 0.00744817406, -0.0235858839, -0.0187013932, -0.0141407363, 0.0028082449, 0.00372746028, 0.00970151648, -0.0181751642, -0.00502279494, -0.00619669165, -0.0131152626, -0.00885819923, 0.00984994, 0.0127307102, -0.0433397368, -0.00437175436, 0.0158678498, -0.00351494434, -0.0101805208, -0.0128251621, 0.0199427549, 0.00439536711, -0.0106460312, -0.00691519771, -0.0011705237, -0.019470498, 0.00797440391, -0.00653401855, 0.0385901779, -0.0122517068, -0.00339350686, -0.0273639429, -0.00965429097, -0.00223478954, 0.0150447721, -0.000238237, 0.00877724122, 0.011604039, 0.0127644427, 8.52804078e-05, 0.0164750367, 0.0149907991, -0.015422578, -0.011617532, 0.0187823512, -0.0180132464, 0.000123756734, 0.00757635804, 0.0244899206, -0.00889193267, -0.00808234792, 0.0257717613, -0.011523081, 0.00687809195, -0.0212245975, -0.00449656509, -0.00762358401, -0.00109040865, 0.013621253, -0.013499815, -0.0102614788, 0.015571001, -0.00987018, 0.00804861542, 0.00552541157, 0.0286053065, -0.0186744072, 0.000925961824, 0.0112464726, 0.023235064, 0.00970826298, -0.0105988057, 0.00794741791, 0.0145590212, -0.0368090905, -0.0173790734, -0.0257987473, -0.00663184328, -0.00439536711, -0.00222298317, 0.00226852228, 0.00328387553, 0.00815656, 0.0243819747, -0.00328556215, -0.00940466858, -0.015287647, -0.00817005336, 0.0104773678, -0.0242065657, 0.00280993152, 0.0039703357, -0.0206848737, -0.00281836465, 0.00533988187, 0.00687134545, -0.0283624306, -0.00963405147, -0.00704338169, 0.0125687933, -0.000675918418, 0.0161916818, 0.0145050492, 0.0101467874, 0.0125890328, -0.00302076084, -0.0174330454, 0.0180807114, 0.0169877745, 0.0218452793, -0.00233430089, -0.0239097178, 0.00902686268, 0.0111790076, 0.0233565029, -0.00127593835, 0.0181751642, -0.0107944552, 0.00221623643, -0.00146821456, 0.0191601571, 0.0245708786, 0.00877049472, 0.0138978604, -0.011590546, 0.00971500948, 0.00475293351, 0.000104044208, 0.000622789434, -0.00368023454, -0.013499815, 0.0108821597, 0.0137696769, 0.000852593279, -0.00114016433, 0.0140192984, 0.00575816724, -0.0274314079, -0.00543096, -0.000244351046, -0.0222230852, -0.00863556378, -0.00547818607, -0.0186069421, -0.0166909266, 0.0020155271, -0.00394672249, -0.00178108504, -0.00472257426, -0.00105836254, 0.00789344497, 0.00380167202, -0.00772478199, -0.00624391763, 0.00796765741, 0.0140327914, -0.0143431323, 0.023019176, -0.00455728406, -0.00580539275, -0.019376047, -0.00376793952, -0.0238827318, 0.000256789965, -0.0111115426, 0.0124001298, 0.00568395527, -0.0171227045, 0.0212650765, -0.00553553132, 0.00196492812, -0.0432317927, 0.00415249169, 0.00124726549, 0.0129803326, 0.0243549887, -0.00197842112, -0.018944269, -0.000735793903, -0.0171766765, 0.0148828551, 0.000261639041, 0.0165155157, 0.00107944547, -0.0110913021, -0.015355112, -0.00134509034, -0.00461462932, 0.0132974191, 0.00478666602, 0.0223310292, 0.00709735416, -0.0145860072, -0.00896614417, -0.0126160197, 0.00742118806, -0.00366336806, 0.00540397409, -0.0251645725, -0.023086641, -0.000129976208, -0.00128015492, -0.015368605, -0.0179862604, 0.00353181083, 0.0190522131, -0.00395346899, 0.0132434471, 0.0218992513, -0.00177939842, -0.000788079575, 0.0119143799, -0.00860857777, -0.0151122371, 0.00294148899, 0.00725252461, -0.00374769978, -0.0187148862, 0.00825775787, 0.01360776, -0.00996463094, 0.0130612906, -0.0199967287, -0.0275393538, 0.00938442908, 0.00958682504, -0.00689833146, -0.0125890328, -0.0121032828, 0.00527916336, -0.00838594232, 0.0204824787, -0.00702314219, -0.023275543, 0.0108686667, 0.0105313398, 0.0313039199, -0.00646318, 0.0324373357, 0.00533313537, 0.0107067497, -0.00679713348, 0.0027121068, -0.0114758546, 0.013486322, -0.00951261353, -1.4283678e-05, 0.00293136924, 0.0147209382, 0.00010125072, 0.0112532191, 0.00783947296, -0.00899313, 0.0215889104, 0.00356554333, -0.0140597774, 0.0168258566, 0.00602128217, 0.0108484272, -0.013378378, 0.00936419, -0.0106055522, 0.0173385926, 0.00985668693, 0.00831173081, -0.00396696245, -0.00105414598, -0.013648239, 0.00577840675, -0.0201316588, 0.0356486887, -0.0193085819, -0.00788669847, -0.0112869516, 0.013715704, 0.00359927607, -0.013445843, -0.00860183127, -0.00457415031, 0.00931696407, -0.0036330088, 0.00695567718, 0.0206309017, 0.00923600513, -0.0126497522, 0.00583575247, -0.00818354636, -0.0242065657, -0.0272964779, -0.00201384048, 0.00569407502, 0.0179727674, 0.00279981177, 0.0240446478, -0.0199832357, -0.0204959717, 0.0140327914, -0.026716277, 0.0100860689, 0.0235049259, -0.00278969202, 0.0136684785, 0.0202126168, 0.0128993737, -0.00481702574, -0.0127779357, 0.0204150137, -0.0326262414, 0.00816330686, -0.00835221, 0.00675328076, 0.0179187953, 0.0130343046, 0.00858833827, 0.0114623616, 0.00369035429, -0.0206983667, -0.0103626773, 0.0354327969, -0.0151392231, -0.0133109121, -0.0187958442, 0.0174465384, 0.00852762, -0.0120088309, -0.0141677223, 0.00385227124, -0.00153905316, -0.0229382161, -0.0199697409, -0.00647329958, 0.00552541157, 0.0162051748, 0.00158374896, 0.0129398527, 0.0325992554, 0.0166504476, -0.00898638368, -0.00581888575, 0.0187688582, -0.0145050492, 0.0105988057, 0.000791452825, 0.0200237148, 0.0206713807, -0.0216024034, 0.0158813428, 0.000362204562, 0.0107337367, 0.0283624306, -0.0291720144, 0.0407760553, -0.00890542567, 0.000929335132, -0.00715807313, 0.00414574519, 0.00210997858, 0.000371481059, 0.0145455282, -0.0228842441, -0.00217913068, -0.0100658294, -0.0106730172, -0.00419297116, 0.00161663827, 0.0115568135, -0.0185124911, 0.0032754424, 0.0126497522, 0.0144915562, 0.0164345577, -0.00252489047, -0.00692194421, 0.033975549, -0.0127509497, 0.00783947296, 0.0137629304, -0.0121032828, -0.000697001349, -0.01138815, -0.0137494374, -0.0345692411, 0.0163401067, 0.00427392963, 0.0218317844, -0.0266623031, 0.0128926272, 0.00269018067, -0.0065104058, 0.00186035689, 0.0113814035, -0.0140192984, 5.03354713e-05, 0.0197538529, -0.00156435266, -0.0158948358, -0.0338945873, -0.0145590212, 0.006702682, 0.0218587723, 0.00995788444, -0.0101670269, 0.0109091457, -0.00103980966, 0.0255963523, -0.0312769338, 0.0298736542, -0.0242740307, -0.0120560573, 0.0239501968, -0.0100455899, -0.0179322883, 0.00166470732, 0.0209412426, -0.00159471203, -0.0103424368, 0.0172441415, 0.0117457164, -0.00845340732, 0.0128588947, -0.0149638131, -0.0123529043, 0.023329515, 0.0113948965, -0.00592345698, 0.00519820489, 0.0201451518, 0.00599092245, 0.00895265117, -0.00194300187, 0.00169675343, -0.00122618268, 0.0112599656, -0.000195860324, 0.00658124452, 0.0328421295, -0.0126160197, 0.00823751837, 4.208678e-05, -0.0142351873, 0.0199427549, 0.023167599, 0.00189071626, -0.00848039333, -0.00450668484, -0.000711337721, 0.0215889104, 0.00375107303, -0.0146939522, 0.00449319184, -0.0110305836, 0.00573792728, -0.0132232076, 0.00374432653, 0.00595044345, 0.0185664631, 0.0253399834, -0.0114623616, -0.00248947111, 0.0132097146, 0.0223984942, -0.0140462844, 0.00910782162, -0.00736046908, 0.015463057, -0.0160972308, -0.00935744308, 0.011401643, -0.0191871431, 0.00804186892, -0.0161377098, 0.0146399792, -0.0064901663, 0.0114083895, -0.00311352569, 0.00974199548, -0.00922251213, 0.00735372258, 0.0163266137, 0.00157615915, -0.0135875205, 0.0150987441, -0.019335568, 0.0206848737, 0.00781923346, 0.00138050958, -0.0277687348, 0.00341711962, 0.00855460577, 0.00185023702, -0.0121640014, -0.0059538167, 0.0103221973, 0.00320123066, 0.0119683519, 0.00208299258, -0.0239367038, -0.0142756663, 0.00433464814, 0.00524880365, 0.0325452834, -0.0163401067, -0.00131557416, 0.0201451518, -0.00323327654, -0.00178277167, -0.005795273, -0.0117861954, 0.0209952146, -0.0175409894, -0.00131979084, -0.00729975, 0.003351341, -0.0148828551, -0.00885145273, 0.00469896104, -0.00209648558, 0.00639234111, -0.0196594018, -0.000142309713, -0.0141677223, 0.00155423291, 0.00428067613, -0.0225064382, -0.019335568, 0.00860857777, 0.00820378587, -0.0189982411, -0.00765057, 0.00991740543, 0.0174600314, 0.00492834346, -0.0132367006, -0.00775851449, 0.00588635122, -0.00223647617, -0.0131422486, 0.0276338048, 0.0128588947, -0.0241256077, -0.0183775593, -0.0234914329, 0.0165155157, 0.015571001, -0.00486087799, -0.00312701869, 0.0338406153, 0.00576154049, -0.0108214412, 0.0120425643, 0.0248677265, -0.0179322883, 0.00999161787, -0.00226177555, -0.0132974191, -0.0111182891, 0.0207523406, 0.000293263409, 0.00486425124, 0.000788501231, -0.00989716593, 0.0213460345, 0.0178378373, -0.00140243582, 0.000487437123, 0.00151122373, 0.00638222136, 0.0111790076, -0.0245034136, 0.00325351628, 0.0184450243, 0.00146062474, 0.0327341855, -0.00223141629, -0.00171783636, -0.000684351602, 0.0156789459, 0.0124675957, 0.0165829808, -0.0130882766, 0.0259741582, 0.00587623147, 0.0255963523, -0.0214000065, -0.0126969777, -0.0175005104, -0.0358645767, -0.0110170906, 0.00537698809, -0.00604826817, 0.00266656769, -0.0215079524, 0.0112532191, 0.00281836465, -0.00869628321, -0.0236398559, 0.006675696, -0.0295498203, -0.00953959953, 9.1130918e-05, 0.0063383691, -0.0128116691, -0.0187148862, -0.0026024757, 0.00143363851, 0.00763707701, 0.0180267394, -0.00417947816, 0.0101400409, 0.00521844439, -0.0157194249, -0.00266656769, 0.00326700928, -0.0459843799, 0.00117221032, 0.023019176, -0.0120830433, 0.0182021502, -0.023208078, 0.0012017265, 0.0218452793, 0.00476979977, 0.000183315991, -0.00589309772, -0.0178918093, -0.00149267074, -0.0206713807, -0.0126227662, 0.0306832381, 0.00883796, 0.0174330454, -0.0208872706, -0.00750889257, 0.00804186892, 0.0180537254, 0.0143971043, 0.0021690107, -0.00404454721, 0.03046735, 0.00796765741, -0.023316022, 0.0167448986, -0.00810258742, -0.00781923346, -0.0236803349, -0.00762358401, 0.0124001298, 0.00549505232, 0.023275543, 0.0311959758, -0.00431440864, -0.00355205033, -0.00982295442, -0.0164885297, -0.000554902479, 0.0331119895, 0.00375444628, 0.00310846581, -0.0221286323, -0.0266757961, -0.00352506433, -0.00435151486, -0.0146804592, -0.00100523361, -0.0104368888, 0.0191736501, -0.0113139385, 0.00468884129, 0.0249891635, 0.00961381197, 0.013513308, 0.00588972447, 0.015287647, 0.00666894903, -0.00494520972, 0.000245616015, -0.0111587681, -0.00558613054, 0.00750889257, -0.0130343046, -0.00840618182, -0.010221, -0.00716481963, 0.00721204514, 0.00236128713, 0.0261900462, 0.00331929489, 0.00558613054, -0.00484401174, -0.00100186036, 0.013648239, 0.0149233341, 0.0143701183, 0.00697591668, 0.00660823053, -0.0121505084, -0.0141407363, 0.00412550569, -0.000130924935, -0.0132906726, 0.023032669, -0.000336272584, -0.013459336, -0.015530522, 0.00930347107, 0.0126564987, -0.0126362592, 0.0036397553, -0.00930347107, -0.00638222136, -0.0240581408, -0.0104436353, -0.0101737743, -0.00956658553, 0.0110103441, -0.0199697409, 0.0403982475, 0.00749539956, -0.0139653264, 0.0217103474, -0.00432452839, 0.0102817183, -0.0161107238, 0.0121100293, -0.00237140688, -0.0010111368, -0.00729975, 0.0019885411, -0.0296307784, 0.00331592164, 0.00292968261, 0.00678701373, -0.0116107855, -0.0179187953, -0.00794741791, -0.0234104749, 0.0160702448, 0.0027880054, 0.00354193058, 0.00763033051, 0.00241019949, -0.018890297, 0.0146129932, -0.000525808, -0.0084669, -0.0032889354, 0.0103559298, 0.00298196822, -0.0051105, -0.0294958483, 0.00714458, 0.0136279995, -0.00137207645, 0.0100995619, -0.00538373459, -0.0281195547, -0.000666641921, -0.00666557578, -0.000624476117, -0.0138303954, 0.00335640088, -0.00547818607, -0.0118941404, -0.00501604844, -0.000712181034, -0.0214674734, -0.0104166493, 0.00933045708, 0.00548155932, -0.0212111045, 0.0121774944, -0.00559962355, 0.0101737743, -0.00650028605, 0.00824426487, -0.00678701373, 0.00681737298, -0.00928323157, 0.00498906197, 0.000189324623, -0.0059538167, 0.00944514852, -0.00702314219, -0.0146534722, 0.00833871681, -0.00677689398, -0.00529265637, 0.0013046111, 0.0129061202, -0.0146264862, 0.0258392263, -0.00294654886, 0.00499580894, 0.00230225478, 5.4393935e-05, -0.011307192, 0.00961381197, 0.00311521231, -0.0130612906, 0.0125620468, -0.00823077187, -0.0216428824, -0.00445945933, -0.00610224, 0.00467534829, 0.00192950887, -0.00464161579, -0.00392985623, -0.0307102241, -0.013351392, -0.0214809664, -0.00720529864, 0.00419297116, -0.0105515802, -0.00899313, 0.00273909303, 0.019551456, -0.0123259183, -0.0134795755, -0.0318706296, -0.00457077706, 0.00795416441, -0.0289561264, -0.00411201268, 0.0149368271, -0.015517029, -0.00549505232, 0.000312238059, 0.000745492056, 0.00396358874, -0.0160972308, 0.0182561222, -0.00372071378, 0.00267668744, -0.00491147721, -0.0172846206, 0.00538710784, -0.0052454304, -0.0243010167, -0.00037696262, 0.00535000162, 0.00550179882, 0.00271379342, -0.00418959791, -0.0134121105, 0.0143971043, 3.08864765e-05, 0.000997643801, 0.0367821045, -0.00134171708, 0.011361164, -0.000395515584, -0.0038050455, -0.00271548, 0.0111925006, -0.00325014303, -0.0106055522, -0.00889867917, -0.0170822255, 0.00438187411, -0.000429459091, -0.00291618938, -0.0280925687, -0.0217508264, -0.0104099028, -0.0143296393, 0.000177729016, 0.00122027937, 0.0226143841, 0.00840618182, 0.00180301128, 0.0126699917, -0.015287647, -0.00491485046, -0.0226818491, -0.023194585, 0.0142756663, -0.00309497258, 0.00480353227, -0.00169085013, -0.0130747836, 0.0344882831, 0.0261630602, 0.0129533457, -0.00550179882, 0.0227088351, -0.0235184189, 0.0245034136, -0.00570756802, 0.00248609786, -0.0334628113, -0.00856135227, -0.0172306485, 0.00484738499, -0.00590996398, 0.00963405147, -0.00343567273, 0.00382191176, -0.00221792329, 0.0238287598, -0.00293136924, 0.02699963, 0.0100928154, 0.0290370844, -0.00856809877, 0.00401081471, -0.0130410511, -0.00525555, -0.00556251779, 0.0105111, -0.00951261353, 0.00655763131, -0.0128386552, -0.0164750367, 0.00760334404, 0.0220071953, 0.0298466682, -0.00139653264, -0.0108821597, -0.0210222, 0.00893241167, -0.00475630676, 0.00112329796, -0.0201586448, -0.00296847522, -0.00397370895, 0.00264464156, -0.00775851449, -4.82271789e-05, 0.00178277167, 0.013459336, 0.0119211264, 0.0650905669, 0.00243549887, 0.0277957208, -0.00676677376, -0.00690170471, -0.00678364048, -0.0263924431, 0.0189847481, -0.00626415713, 0.00711084716, 0.000393196446, -0.00473606726, -0.000225165582, 0.00348458509, 0.00758985104, -0.0110980486, 0.00792717747, 0.0369710103, 0.000724830781, -0.0116647575, -0.00178108504, 0.0159757938, 0.00185361027, -0.011658011, 0.0157464109, 0.00316918455, -0.00585261872, 0.0081768, -0.0166369546, 0.0142621733, 0.00175747217, 0.00745492056, -0.0186069421, 0.00972175598, 0.00411538593, -0.00685785199, 0.0124743422, -0.0103087043, -0.0283354446, -0.0110103441, 0.0123191718, 0.00599766895, -0.0288751666, 0.0179322883, 0.0425301529, -0.00533988187, -0.00312533206, -0.00912131462, 0.0367011465, -0.00377805927, -0.0343803391, 0.0177298915, -0.00452017784, -0.00320291729, -0.00866929628, -0.00692869071, -0.00471245404, 0.015571001, -0.0170957185, -0.00971500948, -0.000488280435, -0.0286862645, -0.0289291386, 0.00195312174, 0.0180672184, -0.00136954652, -0.00872326922, 0.0185394771, -0.0179187953, 0.00931021757, 0.000170666244, 0.0253669694, -0.0307641961, 0.00321641029, 0.015449564, -0.0186204351, -0.00991065893, 0.00964754447, -0.0214135, 0.0115568135, 0.0364852585, 0.00898638368, 0.00507002044, 0.00234948052, 0.0050733937, -0.00538373459, -0.000566287257, 0.0252860114, -0.00922251213, -0.00751563953, 0.0117727024, -0.0118266745, 0.0163401067, -0.0108686667, -0.0125755398, 0.00385227124, 0.00694218371, 0.00825101137, 0.013162489, 0.00748190656, 0.00266150781, 0.011307192, -0.0171766765, 0.00891891867, 0.0114083895, 0.0174330454, -0.0215214454, -0.0331119895, -0.00992415193, 0.000478160626, -0.00321978354, 0.023005683, 0.00276270579, -0.0107269892, -0.0150717581, 0.00176084542, 0.00213190494, -0.023248557, -0.0105043538, -0.015436071] |
17 Jun, 2021 | Different types of module used for performing HTTP Request and Response in Node.js
17 Jun, 2021
HTTP’s requests and responses are the main fundamental block of the World Wide Web. There are many approaches to perform an HTTP request and Response in Node.js. Various open-source libraries are also available for performing any kind of HTTP request and Response.
An HTTP request is meant to either retrieve data from a specified URI or to push data to a server. Between a server and client, it works as a request-response protocol. A client may be the web browser and a server may be the application on a computer system that hosts a website.
There are three approaches to create different post requests are discussed below:
Using HTTP module
Using express.js framework
Using axiom module
HTTP Module: The HTTP module is the built-in module that can be used without external installing command.
Importing Module:
const http = require("http")
Filename: index.js
Javascript
// Importing http module
const http = require("http")
// Creating http server
const server=http.createServer((req,res) => {
// Handling the request
if(req.url == '/') {
// Sending the response
res.write("<h1>This is the server GFG!<h1>")
res.statusCode = 200
// Ending the response
res.end()
}
})
// Listening the server
server.listen((3000),() => {
console.log("Server is Running")
})
Run index.js file using below command:
node index.js
Output:
Now open your browser and go to http://localhost:3000, you can see the following output:
Express.js Framework: Express.js is a third party module that needs to be installed externally using the npm install command. Express.js is one of the powerful frameworks for Node.js. It can handle different types of client’s requests with the help of different middleware.
Installing Module: Install the module using the following command:
npm install express.js
Filename: index.js
Javascript
// Requiring module
const express = require("express");
// Creating express app object
const app = express();
// Handling '/' route
app.get("/", (req, res, next) => {
// Sending the response
res.send("unknown request");
})
// Handling '/GFG' route
app.get("/GFG", (req, res, next) => {
// Sending the response
res.send("Getting request of GFG");
})
// Handling '/Hello' route
app.get("/Hello", (req, res, next) => {
// Sending the response
res.send("Getting request of the Hello");
})
// Server setup
app.listen(3000, () => {
console.log("Server is Running");
})
Run index.js file using below command:
node index.js
Output:
Server is Running
Now open your browser and go to http://localhost:3000/GFG, you can see the following output:
Axios Module: Another library that can be used is Axios. This is a popular node.js module used to perform HTTP requests and supports all the latest browsers. It also supports async/await syntax for performing a POST request.
Installing Module: Install the module using the following command:
npm install axios
Filename: index.js
Javascript
// Importing the axios module
const axios = require('axios');
// Data to be sent
const data = {
name: 'geeksforgeeks',
job: 'Content Writer',
topic: 'Node.js'
};
const addUser = async () => {
try {
// Endpoint of resource
var URL = 'https://reqres.in/api/usersdata'
// Making post request
const res = await axios.post(URL, data);
// Printing the response data
console.log('Body: ', res.data);
} catch (err) {
// Printing the error
console.error(err.Message);
}
};
Run index.js file using below command:
node index.js
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js | https://www.geeksforgeeks.org/different-types-of-module-used-for-performing-http-request-and-response-in-node-js?ref=asr10 | CSS | Different types of module used for performing HTTP Request and Response in Node.js | Different types of module used for performing HTTP Request and Response in Node.js, Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, Node.js Readable Stream close Event, CSS, Node.js Stream writable.writableFinished Property, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0232919287, 0.0221998952, -0.0127882892, 0.0463252179, 0.0201164111, -0.0268123019, 0.0150873074, 0.0100079142, -0.0446009561, 0.033134602, 0.0314103365, 0.017989818, 0.0115884896, -0.0519578122, 0.016567301, -0.00174761319, -0.0384223424, -0.0293986965, -0.0410374776, 0.0206049513, 0.00218586344, 0.0336806178, -0.0102665536, 0.000782654097, -0.015978178, 0.0169265214, 0.0330196507, -0.0113154808, -0.0794310793, 0.00604929216, 0.0183921456, 0.0246713404, 0.0369279832, -0.0113585871, -0.0306344181, -0.0322437324, 0.00532366429, -0.0167828333, -0.0253897831, 0.0030318303, 0.0260794889, 0.00488182157, 0.0253610462, -0.0500611253, -0.0280480236, 0.0136288684, -0.00961277075, -0.0471011363, 0.0577053614, -0.0120267393, -0.00479560858, 0.0103958733, 0.00790287554, 0.021150969, -0.00767297344, 0.00774481799, 0.0391695239, -0.0055571585, -0.0092894705, -0.030145878, 0.0541131422, -0.0602342784, 0.0356060453, -0.0405202, 0.0183634087, 0.0739709139, -0.0213377643, 0.0582513772, 0.00650909543, -0.00446512457, -0.0272577368, 0.0444860049, -0.0139880897, 0.00475250185, -0.0317839272, 0.0117178094, 0.0042783292, 0.046986185, 0.0152166272, 0.0126014939, 0.00263848272, -0.0144335246, 0.00319527625, -0.0312379114, 0.0397730172, -0.025907062, -0.0402040817, -0.0562972128, 0.0243552253, 0.0266542435, 0.00795316603, 0.0175731219, 0.00440764939, -0.0215245597, -0.0043860958, -0.00596667081, 0.0175156463, -0.0163948741, -0.0178604983, 0.030979272, 0.0226884373, 0.015489636, 0.000341036, -0.0379912779, 0.0377901122, -0.00894461852, 0.0295136478, -0.00778074, -0.00213018409, 0.0232775602, 0.0323012061, 0.0149436193, -0.0299447142, 0.00368202152, -0.0120411087, -0.00853510574, -0.0143904174, -0.0601193272, -0.00115848973, 0.00979238097, 0.0107407263, 0.0306631569, 0.0180472936, 0.0404627211, -0.029484909, 0.0202744678, 0.00357245887, 0.0131475106, 0.021984363, 0.0156045873, -0.0290538445, 0.0190962218, 0.0159925465, 0.00663482305, 0.0213521328, 0.00195416552, -0.00905238464, 0.0405776724, -0.00905238464, -0.0501186, -0.0102881072, -0.04681376, -0.0335656665, -0.00764423609, 0.0297435503, 0.00202241773, -0.0227746498, 0.010661697, -0.0189956389, -0.0100582056, -0.0224154294, -0.0113298493, 0.0328472257, 0.00604569959, 0.0221424196, -0.0393419527, 0.0158057511, -0.00274265697, -0.0432215445, -0.00435735798, 0.0115741203, -0.054457996, 0.0368417688, 0.0221280511, 0.0194267053, 0.0264961869, 0.0369567201, -0.0292119011, -0.0462677442, 0.0292262696, -0.0252748318, -0.0345427506, -0.0176162273, 0.0394856408, -0.0165529326, 0.0110281035, 0.0349163413, -0.0325311087, 0.0090164626, 0.00403405866, 0.0158919636, -0.0106473286, 0.019656606, 0.0188519508, 0.00150424044, 0.013822848, 0.00645162025, -0.0253323074, -0.0377326384, -0.0218263045, -0.0331633389, 0.00502551, 0.0545442104, 0.0238810536, -0.000435107184, 0.0189381633, -0.024139693, 0.0155758495, 0.0281629749, -0.00294202496, 0.0102162622, -0.0580789484, -0.0352611952, 0.0179610811, 0.0276025888, -0.0419570841, 0.0387671962, -0.0373590477, 0.0487391874, 0.00971335266, -0.0168834161, -0.012572756, 0.0111646075, -0.0197140817, 0.0154177919, -0.0172570068, -0.00760831358, 0.0243264884, -0.0147855617, -0.00544220721, -0.0192111712, 0.017889237, -0.010489271, -0.000108215514, -0.0343415849, -0.0429341681, 0.00327430503, -0.0276744328, 0.000970796391, 0.0225878544, 0.0267691948, 0.0371866226, 0.00321862567, -0.0174869075, -0.0448308587, 0.0383648686, 0.02757385, -0.0304045174, -0.0488828756, 0.0423019379, -0.0348588638, -0.000475968642, -0.00324197509, -0.0314965509, -0.017156424, 0.00982830301, -0.0312379114, 0.0692004487, 0.00637259148, -0.0146275042, -0.0122925639, -0.0281629749, 0.0111646075, 0.0279187039, -0.0197284501, -0.000825311639, -0.0106329601, 0.00835549459, -0.00908112247, -0.0592571981, 0.024973087, -0.00123572233, -0.00990014803, 0.0371004082, 0.0001928571, -0.0467275456, 0.0340254717, -0.0322149955, 0.00168834161, 2.4598261e-05, 0.0606366098, -0.0464401692, -0.00539191626, 0.0350887664, -0.0159207024, 0.00242115371, 0.000815882056, 0.00275522983, 0.0257490054, -0.0026205217, -0.0153315784, -0.0123213017, 0.0431353301, -0.00022698316, -0.0111574233, 0.00610317523, -0.00746462494, -0.03264606, -0.0178461298, 0.0105539309, -0.0248437673, 0.0140886717, -0.00724190753, -0.000180284347, 0.00701559801, 0.017745547, -0.00688627828, 0.0334219784, 0.0122422725, 0.0377039, -0.00313780084, -0.0335944034, -0.00151052687, 0.024484545, -0.04098, -0.0141245937, -0.00143598835, -0.0121991662, 0.020145148, -0.00182304974, 0.0337093547, -0.00417056307, -0.0450607575, -0.0437388234, -0.00803219527, 0.0307206325, 0.0181766134, 0.0148861436, -0.0143760489, -0.0296860747, -0.0222430024, 0.000920505379, -0.0284647197, 0.0611538887, 0.0674761906, 0.0127308136, 0.00741433399, 0.00565414829, 0.0322437324, -0.00453337654, -0.0246282332, -0.0349738151, 0.0190387461, 0.0114519848, 0.0132193556, -0.0152741028, -0.0513255857, -0.00685035624, 0.0196853448, 0.030145878, -0.0244701765, -0.0129247932, -0.0135139171, 0.00292406394, 0.0267548263, -0.0152884722, -0.0126948915, 0.0166104082, 0.00558589585, 0.00360658509, 0.00132642582, 0.0372153595, 0.0502622873, -0.00448308559, 0.0251455121, 0.00942597538, -0.00432502804, -0.0324161574, -0.0064875423, 0.0334219784, 0.0186364166, 0.0286802538, -0.025217358, 0.0325885862, -0.00880811363, -0.047474727, -0.0135642076, -0.0342841111, -0.000685664243, -0.0071125878, -0.0210503861, 0.00923199579, 0.00342517812, 0.00322221778, -0.0484230742, -0.0458654165, 0.0185933113, -0.00914578233, -0.00921762642, 0.0162655544, 0.0071233646, 0.0453481376, -0.015489636, 0.0479057953, 0.0166104082, 0.00421366934, 0.0144981844, -0.0348588638, 0.0169552602, -0.00410231063, -0.0340542085, 0.0122566409, -0.00085000816, 0.00247503701, -0.00796035118, -0.0108844144, -0.0114663541, -0.0434227102, 0.0228033885, -0.00139827013, -0.00283785071, 0.00836986396, 0.0201307796, 0.0162368175, -0.0270278342, -0.0218119361, 0.00329585839, -0.0319850929, 0.0277462769, -0.00227387273, -0.019484181, -0.00280372472, -0.039629329, -0.00199547596, 0.0446584299, 0.0480494834, 0.00912422873, 0.0461527929, -0.0171420556, -0.029068213, 0.0154465297, 0.00622171815, -0.000327565213, 0.00118004298, -0.029657336, 0.035979636, -0.0149005121, 0.00547812972, -0.011495092, -0.00528415, -0.0149292499, -0.0247719232, -0.0137797408, 0.00266183214, 0.0113657722, -0.0476471558, 0.0176018588, 0.00883685146, 0.000190724226, -0.0386235081, -0.00797472, 0.0561535209, 0.0114663541, -0.017644966, -0.068740651, -0.0171851628, -0.0563546866, 0.0123931458, -0.0128960563, -0.00194518501, 0.00358323567, 0.00217867899, -0.0454056114, 0.0232919287, 0.0430491194, -0.0404052474, -0.0226022247, 0.00432502804, 0.0140240118, -0.0165385623, 0.0207486395, 0.000254149287, -0.00102198543, 0.0234499872, 0.00910267606, -0.0130541129, -0.017055843, 0.00598822441, -0.0108341239, -0.0230907649, 0.00733889733, -0.00577269122, 0.0188088436, 0.0545154735, 0.0184065159, -0.0201738849, -0.0200301968, -0.0210791249, 0.0265680309, -0.0144335246, -0.00616783509, 0.0123787764, 0.0605216585, 0.00466628885, 0.00986422505, -0.0297435503, 0.0278037526, 0.0154321603, -0.0257490054, -0.0242259055, 0.0183634087, 0.00320066465, -0.0275451131, -0.000100189151, 0.0012572757, -0.0085566584, -0.0172857437, -0.0278037526, -0.0132409083, 0.0327322744, 0.00134348881, 0.0147280861, 0.0125655718, -0.00137492071, -0.0155040044, 0.0214814525, -0.00204576715, 0.0402040817, -0.0425031, -0.024728816, 0.00153208012, -0.00623608707, -0.0265536606, 0.0134708108, -0.00998636056, -0.0155183738, -0.0283354, 0.0148861436, 0.00476687076, 0.0216395091, 0.0252029877, -0.0088727735, -0.000188815859, -0.0312953852, -0.0250880364, -0.041985821, 0.00645162025, 0.0020906697, -0.012817027, -0.0295136478, -0.00636540679, -0.0148574058, 0.0174438022, 0.0344278, -0.0110352878, -0.0200876724, -0.00597026339, 0.0174150635, 0.0105108246, 0.0154177919, -0.0243983325, 0.0357209966, -0.0543717816, -0.0193261225, -0.0241971686, 0.0279905479, 0.0386809818, 0.00519434456, -0.00311085908, 0.00167038047, -0.0132265398, 0.00940442178, 0.0024498913, 0.000503808318, -0.00524822762, -0.0154465297, -0.0137797408, -0.00194698118, -0.00884403568, -0.0171420556, 0.0107694641, -0.00967743061, -0.00343595468, -0.018578941, -0.0139449826, -0.00918170437, -0.0165098254, 0.0404627211, 0.0131044043, -0.0143257575, 0.00445075566, -0.0123500386, -0.0074287029, -0.0162368175, -0.00524822762, 0.0256053172, 0.0334794559, -0.0179754496, 0.0156189557, 0.0060600685, 0.0152884722, -0.00634385366, 0.0210647546, 0.00498599606, -0.00439687259, 0.0265967678, -0.00517638354, -0.0201164111, -0.00795316603, -0.00274984143, 0.0217544604, -0.00384726352, -0.00603851536, 0.0175443832, 0.00474890973, 0.00391551573, -0.0303757787, 0.0186364166, 0.00637618359, -0.0193835981, -0.0175731219, 0.0141245937, 0.0108916, -0.000580591906, -0.00808967091, 0.00652346434, 0.00422803825, -0.000958223653, -0.0114807226, -0.0093325777, -0.0240534786, 0.010733542, 0.035807211, 0.0143401269, -0.00510094687, 0.00491055939, 0.00300848088, 0.0375602134, -0.00727423746, -0.012500912, 0.00386881665, 0.00918170437, 0.0224441662, 0.0212946571, -0.0181478765, 0.0215964038, -0.0144694466, -0.0129032405, -0.0188519508, -0.00719880126, -0.0160931274, -0.0161649734, 0.00197571889, 0.0162511859, 0.0189669, 0.0343990624, 0.0110496571, -0.0201595165, -9.63163e-05, -0.00890151132, -0.00203678664, 0.0197140817, -0.0247575529, 0.107536584, -0.00842015445, 0.0307493694, -0.046124056, 0.0324448943, 0.0155327423, 0.00200086436, -0.00756520731, -0.0105611151, -0.000247862918, 0.00314139295, 0.00421726191, -0.0281773433, 0.00201523327, -0.0494288951, 0.00967024546, -0.00648035808, 0.00995762274, -0.0457504652, 0.0193548612, -0.000537036336, 0.014447893, -0.017156424, 0.0294561721, 0.0245563891, 0.034628965, 0.0328184851, -0.0153315784, -0.0276169572, -0.0187657364, 0.068625696, -0.0225160103, -0.00729579106, 0.00982830301, 0.00190028234, 4.87755606e-05, -0.00720239338, -0.041497279, -0.00271930755, -0.0136647904, 0.0286658853, -0.00917452, -0.00127703277, -0.0270709414, -0.0320713073, -0.00336590642, -0.023996003, 0.000980675, -0.0146777947, 0.0564121604, 0.0222430024, -5.21713264e-05, -0.0231769793, 0.00590560352, -0.0216826163, -0.00477764755, -0.0391695239, -0.0155471116, -0.0333070271, -0.0204612631, -0.0280049164, -0.0242833812, 0.0297435503, -0.00473813294, 0.0218263045, -0.0345427506, 0.00441124151, 0.0145484749, -0.00916733593, -0.00662763882, 0.0228608642, -0.0159350708, -0.00394425308, 0.0121129528, -0.0274301618, -0.038134966, 0.00395503, 0.00117645075, -0.0283641387, 0.0256484225, -0.0189381633, 0.0015482452, -0.0323874205, 0.0117537314, -0.00311804353, -0.0243264884, -0.00491774408, 0.0151878893, -0.0143688647, -0.00553201279, 0.00594871, -0.026151333, 0.00697249128, 0.00756520731, 0.000732812099, 0.00585172, 0.00256125, 0.0249874555, -0.0307206325, 0.0132409083, -0.00932539348, 0.00754365372, -0.008578212, 0.00331920758, 0.0203606803, -0.0236655194, -0.0417559184, -0.00353474077, -0.00276600639, 0.0263093915, -0.0471586138, 0.00312343193, 0.00613550516, 0.0170702115, 0.00269955047, 0.0141174095, 0.0308068451, 0.0243552253, 0.0255478416, -0.0137294503, 0.00232236763, 0.00356527441, -0.0261800718, -0.0291975327, -0.0358359478, 0.014656242, 0.0192111712, 0.024240274, 0.0328184851, 0.0270709414, 0.0178317614, 0.0360945873, -0.00909549091, -0.00109382987, -0.0318701416, -0.0119764488, -0.00167846296, -0.0116459643, -0.00947626587, 0.0372153595, 0.0130541129, -0.0020906697, -0.0176880714, 0.0363819636, -0.0132480934, 0.0132768303, 0.0188088436, 0.00142251758, -0.01170344, 0.0212084446, 0.0186076798, -0.0179036055, -0.0273295809, 0.0262806527, -0.0166104082, -0.00494288933, -0.0329047, 0.0252460949, -0.0241684299, 0.0209641736, 0.0175874904, 0.0180616621, -0.018722631, -0.0432502814, -0.0277893841, -0.0273295809, 0.0192973856, 0.0334219784, 0.00296537438, -0.00885840505, 0.0201882552, 0.00137132849, -0.0107982019, 0.036295753, 0.0308930594, 0.00290071452, 0.0305482056, 0.027645696, 0.00977801252, 0.00663123094, -0.00605288427, -0.0336518809, 0.0107910177, 0.0185645726, 0.00741433399, 0.0139809055, 0.0252460949, 0.00895898696, -0.00100582046, -0.0418133959, 0.0288095735, -0.0118327597, 0.00961277075, 0.0232344531, 0.0233206674, 0.00567929354, 0.00548890606, -0.00680724951, -0.00255047344, 0.00122853788, -0.0169839971, -0.0204612631, 0.0184927285, 0.0189669, 0.00714132562, 0.00808967091, 0.00498240395, 0.012572756, 0.00322940224, -0.00798190385, 0.00836986396, 0.00887995865, 0.0223435834, 0.000930384, 0.0248725042, 0.0138659542, -0.00284862728, 0.0097708283, -0.0120698465, -0.00286658853, 0.00655220216, 0.0160643905, 0.0213090256, -0.00732452888, -0.0051225, -0.0210503861, -0.0121632442, -0.00270493864, -0.00785976928, 0.00543143088, 0.00414541736, 0.00564337149, -0.0140599338, -0.0217544604, 0.0114663541, -0.0157051682, -0.021495821, -0.00831957255, 0.00434298906, -0.0277893841, -0.0124578057, 0.0072203544, -0.00852073636, -0.0102952914, -0.0286946222, 0.029484909, -0.00306236418, -0.0182915647, 0.00241576531, -0.014828668, -0.0158919636, -0.0208061151, 0.0185214672, -0.00736404303, 0.00517638354, -0.00625764066, 0.0214527138, 0.0206911657, -0.0033964403, 0.00339464424, -0.00447590137, 0.0156476926, -0.00635822257, -0.0139593519, -0.00946189743, 0.0018392147, 0.0346002243, 0.0136216832, 0.0184352528, -0.0286084097, 0.000124605, 0.00626123277, 0.00302464608, 0.00169822015, -0.00869316328, 0.0368705057, -0.0309505332, -0.0130972201, 0.00842733867, -0.0358646847, 0.0280336551, -0.0235793069, -0.00306236418, -0.0360945873, -0.00315037346, -0.00212838803, -0.00478842389, 0.0124506215, 0.0167253576, -0.00586968102, -0.031467814, -0.0180185568, -0.007989089, -0.0119764488, 0.00375745795, -0.0656944513, 0.0168690477, 0.0394856408, 0.0184065159, -0.0162368175, 0.00662404671, -0.00591638, -0.00519793667, -0.00343415863, 0.0173432194, 0.00438250368, 0.00396580668, -0.0222861096, -0.00770889595, -0.00129679, -0.0116747022, 0.00195416552, -0.0566995405, -0.0284216143, 0.00208528154, 0.0186651554, 0.00650909543, 0.00329226605, 0.00319168391, 0.00032913679, 0.00621453393, -0.00316653843, 0.0226596985, -0.0135426549, 0.00186256401, -0.0101228654, -0.00378260366, -0.0149148814, -0.0282635558, 0.0157482754, -0.0109993657, -0.00474172505, -0.018650787, -0.00967024546, -0.0205187388, -0.0192830153, -0.00467706518, -0.0252892021, 0.00905238464, -0.0108844144, -0.0350887664, 0.0315252878, -0.0167828333, 0.0408650488, 0.00364609947, -0.0211366, -0.0136647904, -0.0210216492, 0.0259645376, -0.00358862383, -0.00406279648, -0.0195416566, 0.0178461298, 0.0134779951, 0.0112580052, -0.0241253227, 0.00144137675, -0.0081399614, -0.0211797059, -0.022573486, 0.0235074628, 0.0361233242, 0.0191824343, 0.0401466079, 0.0163661372, 0.00168654544, 0.0316402391, -0.028651515, -0.0331920758, -0.00442561042, -0.0491127782, -0.0283354, 0.0275020059, 0.0295136478, -0.00174491899, 0.013370228, -0.0146418726, -0.0206911657, -0.010870046, 0.0196853448, -0.0307206325, 0.00716647133, 0.0161649734, 0.000211603983, -0.0260794889, 0.0207773782, -0.00559308054, -0.0182197206, 0.00694016134, -0.00585172, -0.00493929721, -0.00132912, -0.00632230053, -0.0188663192, -0.071097143, 0.00443997933, -0.00228285324, 0.00171258906, -0.00307134469, 0.0230045523, 0.0263812356, -0.0187657364, 0.00492133619, -0.0140455654, -0.00355809, -0.0169408917, -0.00563977938, 0.0101947095, -0.0250305627, 0.000886379334, 0.00462677423, 0.000175906331, -0.00126715424, -0.00862131827, -0.0146131348, 0.0262662843, 0.0219125189, -0.033134602, -0.019067483, 0.0151447831, 0.0121345064, -0.0160356537, 0.0211366, 0.0167540964, 0.0171420556, -0.018578941, 0.0257346369, 0.00645521237, -0.0195991304, 0.0180472936, -0.00108754344, 0.0109490743, 0.0166966207, 0.0070012291, 0.00666715298, 0.00995762274, -0.0390258357, 0.0056469636, -0.0272577368, 0.0334794559, 0.0154752666, -0.0100222826, -0.0130972201, 0.0148861436, -0.00842733867, -0.00555356592, -0.0384223424, 0.00282707415, -0.00591638, 0.00469143409, 0.0234787241, -0.00532007217, 0.00700841378, -0.00831957255, 0.0885122046, -0.0159638077, 0.0039227, -0.0261944402, -0.00440764939, -0.0233781431, -0.0139306141, 0.0174725391, 0.0131403264, 0.00317372289, 0.00578706, -0.0128529491, 0.00450463919, -0.0126230475, -0.0206624269, 0.0225303788, 0.0129104247, -0.00366226444, 0.00065064017, -0.00910986, -0.00579065224, 0.0141102253, -0.00836986396, -0.0158775952, 0.00687550148, 0.018737, -0.0208348539, -0.0418708697, -0.0211940743, -0.00139467791, 0.0119261574, -0.0198002961, 0.0274301618, 0.00708744256, 0.0172426365, 0.0573605075, -0.00258639571, 0.00625045598, -0.00829083472, 0.0271571539, 0.00713773351, -0.0109778121, -0.0162080787, 0.0273726862, -0.00908112247, 0.0109849973, -0.0130828507, 0.00772326486, -0.0414110683, 0.0143832332, -0.0162942931, -0.00119890214, 0.0203463119, -0.0127595514, -0.000611574796, 0.00944752805, 0.00799627323, -0.0172570068, 0.0147424545, -0.0116531495, 0.00556793483, -0.00239241589, 0.0152741028, 0.0111574233, -0.0163086616, -0.00684317155, -0.00850636791, -0.00390114682, -0.0234787241, -0.00719880126, -0.000684317143, -0.0193548612, 0.0118902354, -0.00936131552, -0.00976364315, -0.0214239769, -0.0230189208, 0.000405695901, 0.0242115371, 5.87102804e-05, -0.0113298493, -0.00293484051, -0.0324736349, -0.017055843, -0.0113945091, -0.00753646949, -0.00549249863, 0.000915117038, 0.006182204, 0.00083833345, 0.00738559617, 0.00714491773, 0.00237984327, -0.000356976467, 0.0150442012, -0.000269865239, 0.037157882, 0.0231482405, 0.00166678824, -0.016912153, 0.0126877073, 0.012953531, 0.0231913477, 0.00432143593, 0.00698686, 0.00808248669, 0.0194410738, 0.0081399614, -8.06564785e-05, 0.00444716355, 0.0343703255, -0.00871471595, 0.00995043851, -0.0103815049, 0.0144191552, -0.00495366612, 0.0153028406, 0.0210503861, -0.00486745266, -0.000108271641, 0.000271661353, 0.0286802538, 0.00973490532, -0.02771754, 0.000194091932, 0.0177599173, 0.00182215159, -0.0217257235, -0.0201738849, 0.00597026339, -0.0116747022, 0.0137438187, -0.00348624564, 0.00699045276, 0.0107694641, 0.00991451647, -0.0125655718, 0.0379338, 0.0229758136, 0.00688268617, -0.0102234473, -0.017644966, -0.0405776724, 0.00113693636, 0.0374165215, -0.00491055939, -0.00472017191, -0.00147819694, 0.0166535135, -0.00542783877, -0.0186651554, -0.0354048833, -0.00566492463, 0.0136216832, 0.0162942931, -0.00865005609, 0.0137222651, -0.0422732, 0.0028773651, -0.00870753173, -0.0106401443, 0.0212946571, 0.0161218662, 0.0129104247, 0.00726346113, 0.0113729564, -0.017400695, -0.00333896489, 0.00031813563, -0.00635822257, -0.0165960379, 0.000636720331, -8.17229156e-05, -0.00186974846, 0.00125278533, -0.0104246112, 0.0135857612, -0.0114448005, 0.0177168101, -0.023996003, -0.0283497702, -0.0142036229, -0.0190531146, -0.00124739704, -0.00367124495, -0.00152938603, -0.0293986965, 0.00397658302, 0.0128816869, 0.0181047693, -0.00370716699, 0.0157626439, -0.0122566409, 0.00796753541, 0.0120051866, -0.00472376402, 0.00680006528, 0.00348085747, -0.0182915647, 0.0222573709, -0.0306918938, 0.00469143409, 0.0102593694, 0.00326352823, 0.00606725318, 0.00539550884, -0.00110460643, -0.00386163243, 0.0218837801, 0.000340137951, -0.0225878544, 0.0209641736, -0.0147568239, -0.000238657856, 0.0173432194, -0.0337380953, 0.0114448005, -0.0130541129, 0.00674977386, -0.0224585347, -0.00124829507, -0.00319168391, 0.0075508384, -0.0135498391, -0.0145341065, 0.0031449853, -0.0046052211, -0.00182125357, 0.00979956519, 0.0391982608, -0.0229901839, 0.000693297712, 0.0187944751, -0.0237373635, -0.001280625, -0.014491, -0.00924636424, -0.0205331072, -0.0117465463, 0.0156620629, -0.00514046149, -0.000584633148, -0.000754365406, -0.0084560765, 0.0359221622, -8.94125042e-05, 0.00690783141, -0.00179251586, 0.00344313914, -0.000656926539, -0.0131690642, -0.0117896535, 0.0277893841, -0.0229758136, 0.003872409, -0.00200804882, -0.0181335062, -0.000857641571, -0.0105683, -0.0240534786, 0.00223256228, -0.00822617486, -0.0167397279, -0.00619657291, -0.0113801407, 0.0103958733, -0.0323012061, 0.00600977754, -0.0197859257, -0.0152022587, 0.00844170805, 0.0164523497, 0.00348265353, -0.0192973856, -0.000531648, 0.00819025282, 0.0407213606, -0.00529492646, -0.034312848, -0.00882966723, 0.0171851628, 0.0505496636, 0.00594511768, 0.0308643207, -0.0159925465, 0.00593434088, -0.00628278591, 0.0293268524, -0.0268554073, -0.0138300322, 0.0206480585, -0.00498958817, 0.00140455645, -0.0147065325, -0.0256053172, 0.0173001122, 0.0239097904, -0.0143976025, -0.0155902179, -0.00852073636, -0.00359760434, 0.0218981486, -0.0461815298, 0.0240103733, -0.0123069324, -0.00936131552, 0.00893743336, -0.0291831642, 0.0257058982, 0.0262519158, 0.0028719767, -0.0572455563, 0.0128242113, -0.0349450782, -0.0240678471, -0.0200876724, 0.000323299464, -0.00843452383, 0.0180472936, 0.0129750846, -0.00722394651, -0.0124434363, -0.00317192683, 0.00574754598, -0.0129319783, -0.0219987314, -0.017400695, 0.0105180088, 0.0070120059, -0.00386881665, -0.0110640256, -0.0398879685, -0.012953531, 0.0230332892, -0.0222717393, 0.0128242113, 0.00947626587, -0.0266829822, 0.00149525993, -0.0224585347, -0.000301072607, -0.0128816869, -0.00652346434, -0.0168546773, 0.020389419, -0.0298010241, 0.0284647197, 0.018650787, -0.0125943096, -0.00189489406, -0.00675336644, -0.0022990182, 0.00571880816, 0.0113154808, -0.00768015813, -0.00212838803, -0.0129319783, 0.0134133352, -0.00934694614, 0.0100438362, -0.0212659203, 0.0137581881, -0.0146634262, -0.0220418386, -0.00460162899, -0.00173504034, -0.0149579877, 0.0131403264, 0.0116747022, 0.00213736854, -0.0153746847, 0.0054458, 0.0123356702, -0.0289532617, 0.0232919287, 0.0104964552, -0.00425677607, 0.0450607575, 0.0014171293, -0.0337955691, -0.0268554073, -0.0326747969, 0.00440764939, -0.0147065325, -0.0137653723, -0.0410374776, -0.0169696286, 0.00614268938, 0.0061714272, 0.0208923295, 0.0113657722, -0.00481716171, 0.0103024757, 0.0184927285, -0.0501760729, 0.0204468947, -0.026050752, -0.00873627, -0.0137581881, 0.0214527138, 0.021323394, 0.00390473893, 0.00562900258, 0.00435376586, 0.0202744678, -0.00542424619, -0.00778792473, -0.00147101248, 0.0206480585, -0.0304045174, 0.0105826687, 0.00405201968, -0.0272002611, -0.00297435489, 0.00699045276, 0.0205187388, 0.0209498052, 0.0329047, 0.0135498391, 0.014411971, 0.00736404303, 0.0182053521, 0.00296537438, -0.0142323598, -0.0115884896, -0.0135498391, 0.0210647546, -0.00813277718, -0.0017592879, 0.0200301968, -0.00286120013, 0.000647496956, 0.0162655544, 0.00742151868, -0.00357425492, 0.0108916, 0.000989655498, 0.0021499414, -0.0208923295, 0.02139524, -0.00221639732, 0.0205905829, -0.0132624619, 0.00916733593, 0.00682521053, -0.00405201968, -0.00301925768, -0.0018392147, 0.00169822015, -0.000195888031, 0.00331741152, 0.0102881072, -0.0110927634, 0.0171995312, -0.0299159754, 0.0197284501, -0.00467706518, -0.0389396213, 0.0279330723, 0.00955529511, -0.0112939272, -0.0120626613, 0.0048135696, 0.0118327597, 0.0159207024, 0.0112436367, 0.00871471595, -0.0192686468, -0.00831238832, 0.00127703277, 0.00684317155, -0.0327322744, 0.00625764066, 0.00265105558, -0.00727783, -0.0130397445, -0.0010722765, 0.00844170805, -0.00155453151, -0.0177886542, 0.00921044219, 0.00674618175, 0.00644084346, -0.00159763813, -0.00228824164, 0.046296481, -0.0185933113, 0.019900877, -0.00898772478, 0.0268123019, 0.022817757, -0.00224872725, 0.0202169921, 0.0143185733, -0.00281450129, 0.00434658164, -4.63620381e-05, -0.00898054056, -0.0178173911, -0.00672822073, -0.0204181559, -0.0184065159, 0.0160931274, 0.00725986855, 0.00714851, 0.0215101894, -0.0146634262, 0.0262806527, 0.00342338206, 0.0273295809, 0.000156261405, -0.0284359828, -0.0250593, -0.00142610981, 0.0216395091, 0.00229542609, 0.00243731868, -0.020906698, 0.0307781082, -0.00504347123, 0.0316977166, -0.0104030576, 0.0321862549, -0.0373877846, 0.0213521328, 0.00531648, 0.00130307639, 0.00133630435, 0.0134348879, -0.0156908, 0.0155040044, 0.013822848, -0.00178443338, 0.00473813294, 0.0217544604, -0.00835549459, 0.00305338367, 0.00116028578, 0.012917609, -0.0032940621, -0.0115597518, 0.0178604983, -0.0101300497, 0.00492852041, -0.00461959, -0.00537754735, 0.0107982019, -0.0218694117, -0.013786925, 0.00680006528, 0.00785258412, -0.0022469312, -0.00926791783, 0.0109203374, 0.0129104247, 0.00822617486, -0.0173719563, -0.0140024582, -0.00653424114, 0.0268697757, -0.000456885, -0.00367842941, -0.00118273718, 0.0140886717, 0.00360299274, -0.00580861326, -0.000260435656, -0.0193835981, 0.0118040219, -0.000970796391, -0.0131403264, 0.0277750157, 0.00125637755, -0.0023151834, 0.0233781431, 0.00402328186, -0.0197428204, -0.00516919885, 0.00489978259, -0.0011746547, -0.0110281035, -0.0124721741, -0.00203499035, -0.00205654372, -0.0216969848, 0.00608162209, -0.00541706197, 0.0120195551, -0.00726705324, 0.0318414047, 0.0218263045, 0.0122135347, -0.00858539622, 0.0251598824, 0.00599900074, 0.00339823635, -0.00969898328, -0.0205043703, -0.00419570832, -0.00697249128, -0.0110568414, -0.00447949348, 0.0102665536, -0.000416472554, -0.000392449612, -0.00768015813, -0.0214814525, 0.00492133619, -0.0122638261, 0.00618938822, 0.00992170069, -0.0130325602, -0.00661327, -0.0108269397, 0.0198434014, -0.0133989658, 0.0177599173, -0.0120339235, 0.00395143777, 0.00542424619, 0.0021014465, 0.000119777957, -0.000676683732, 0.00485667633, 0.00573676918, 0.00329226605, -0.0130972201, -0.00906675309, -0.0100941276, -0.0186651554, 0.0128745027, -0.000193642903, 0.0114088785, 0.0104102427, -0.0103958733, 0.0134779951, -0.00583735108, 0.000337892823, -0.0169552602, -0.00474172505, 0.0140599338, 0.00696530705, 0.00104443682, -0.00928228628, -0.0041669705, 0.0172713753, 0.00651987223, -0.0308643207, 0.0070012291, 0.0156045873, 0.021740092, 0.0136791589, -0.00487822946, 0.0102593694, -0.0208204854, -0.0119548952, 0.0137007125, 0.000144249934, -0.000892216689, 0.0145628443, 0.00428551389, -0.000218227127, -0.00237625092, -0.0022613, -0.00121596514, -0.00517279143, -0.00109472789, 0.0251598824, -0.0170271043, -0.00233853259, 0.00638696039, 0.0012033924, 0.00396221457, -0.0180760324, -0.00230799895, 0.0168546773, -0.00165241945, -0.000342158572, -0.0225591175, 0.0040699807, -0.00279474421, 0.0118183913, 0.0122781945, -0.0180329252, 0.0169696286, -0.0178173911, 0.0104461648, 0.0119261574, -0.012953531, 0.00024921, -0.00245348364, -0.00622890284, -0.0055571585, -0.0034018287, 0.00299590826, -0.0122566409, -0.00627560169, 0.0191393271, 0.0217688289, 0.0130756665, 0.0295136478, -0.0143904174, -0.0115238288, 0.0167109892, 0.00625764066, -0.00454774546, 0.00375027373, 0.00353474077, 0.0190387461, 0.008578212, 0.00715569453, 0.0137653723, -0.00205115532, 0.00618938822, 0.0127164451, 0.00805374887, -0.0153028406, 0.034628965, 0.0108269397, 0.0047273566, 0.00247683306, 0.0449170694, -0.0078454, -0.00654861, -0.0181622449, 0.00839141663, 0.0143544953, -0.0243983325, 0.00819025282, 0.000155138827, -0.00776637113, 0.0207199026, 0.0141102253, -0.0315540247, -1.11835789e-05, 0.0110137342, -0.00270134653, 0.0116244117, 0.00310906302, 0.0146203199, 0.00862131827, -0.00614987407, 0.00990014803, -0.00898054056, -0.0093110241, 0.00280372472, 0.0211222302, 0.00348624564, -0.0161362346, 0.0243839622, 0.00161021086, -0.0107622799, 0.0203463119, -0.0449458063, 0.00249120197, 0.00710899569, 0.0116244117, 0.0131690642, 0.010316845, 0.00951937307, 0.02049, 0.0219268873, 0.0194267053, 0.00699404487, 0.0100222826, -0.000439372932, 0.00416337838, -0.00659171678, -0.00389755447, -0.00149346387, -0.0120554771, 0.00169552595, 0.00875782315, 0.028062392, -0.0103599513, 0.0194985494, -0.00940442178, 0.0014117409, 0.00169283187, 0.00512968469, 0.0059630787, -0.00808967091, 0.0082620969, 0.0256340541, 0.00353653682, -0.00468784198, 0.00418852409, 0.00381134124, 0.00371435145, 0.0331920758, -0.00516201463, 0.00829083472, 0.00612472836, -0.00718443235, 0.00864287186, -0.00717724767, -0.0101659717, -6.01696192e-05, 0.00146472617, 0.0178317614, -0.0109634437, -0.00806811731, -0.0333932415, -0.0191824343, -0.0083052041, -0.00302823819, 0.0210072789, -0.0167684648, -0.00907393824, -0.0126733389, -0.0102593694, 0.0103527671, -0.021740092, 0.0121273212, -8.47538467e-05, 0.0163805056, -0.0231482405, 0.0149148814, -0.00535958633, -0.0193692297, -0.00528415, -0.0184639916, 0.0022415428, 0.00487463735, 0.0255909469, -0.0200589355, 0.0191536956, 0.00158865761, -0.00333716883, -0.0141245937, 0.00435735798, -0.0156764314, -0.013786925, -0.0217975676, -0.00255945395, 0.0146849798, 0.000605737441, 0.0216395091, -0.00604569959, 0.00443638675, -0.0113082966, 0.0139737204, -0.00216610637, -0.0125583876, 0.00231877551, -0.00494648144, -0.00401968975, 0.00142700784, -0.00946189743, 0.0150442012, 0.00933976192, -0.00827646628, 0.0030426071, -0.0021391646, 0.00139557594, 0.000621453393, -0.0129750846, -0.00911704451, -0.0228321254, 0.000951039197, 0.00663841516, -0.00570443925, 0.00772326486, 0.0128026586, 0.00143509032, 0.0167253576, -0.0168690477, -0.00383289461, 0.00636540679, 0.0186076798, 0.0198577698, -0.0129607162, 0.0249299798, 0.012745183, 0.0329047, 0.00327610108, -0.0121057685, 0.00195236946, -0.0206624269, -0.00882966723, -0.00880092941, -0.00306236418, -0.00194698118, 0.00518716, 0.00354910945, 0.00717365555, 0.00798190385, 0.00744307181, -0.00684676412, 0.00967024546, 0.0072203544, 0.0123428544, 0.022401059, -0.00448308559, 0.0156333242, 0.0100222826, 0.0231338721, 0.0150442012, -0.00412027212, 0.0130756665, -0.00686831726, 0.0278037526, -0.00111628114, 0.00222358177, 0.00255586184, -0.00835549459, 0.00964150764, 0.0113585871, -0.00143778452, -0.00328867394, 0.0140671181, 0.0107263569, 0.00570084713, -0.00310726697, -0.00946908165, 0.000718443247, -0.0121416906, 0.0236798879, -0.000270538789, -0.00386522454, 0.0102378158, 0.0210791249, -0.0167109892, -0.00426036818, -0.00179251586, 0.00515123783, 0.00405561179, 0.00877937581, 0.010245, 0.0066096778, -0.0115813045, 0.00243911473, 0.0138444006, -0.0063797757, -0.02556221, 0.0120339235, 0.020317575, 0.00590919564, -0.0011064026, -0.0233925115, -0.0182197206, -0.00783821568, -0.00171618129, 0.00770171126, -0.00450463919, 0.00517997565, -0.0010264758, -0.0061714272, -0.0245276522, -0.00274804537, -0.0065881242, -0.010316845, -0.00322581013, 0.0193548612, -0.00053479115, -0.0126517853, 0.0215245597, 0.00699404487, -0.0214527138, -0.00718443235, 0.000184999124, 0.000840129564, -0.00125098927, 0.0106185907, 0.0216538794, 0.00446512457, -0.00576909911, 0.00328687765, -0.0180041865, 0.00606725318, 0.0102737378, 0.0259932764, 0.00633307686, 0.00203319429, 0.029312484, -0.0153603163, -0.0013003822, -0.00376105029, 0.00167936098, -0.0166535135, 0.0128385806, 0.0196422376, 0.0142682828, -0.00589841884, 0.0256915297, 0.00288814167, 0.00959840138, -0.00939005334, 0.0137438187, -0.0105323773, 0.00392629206, -0.0011261598, 0.00461240532, 0.0269272514, -0.00151771132, -0.00577987591, 0.0209498052, -0.0104174269, -0.0109993657, -0.0096271392, 0.00488182157, 0.000907932641, 0.0168546773, 0.00780229364, 0.00926791783, -0.0015715945, -0.00388677791, -0.015072939, -0.0168690477, -0.0372728333, 0.0105467467, 0.0153028406, 0.0113514028, -0.0121632442, -0.00595948659, -0.0190962218, -0.00571521604, 0.0268266704, 0.0168977845, -0.00527696544, 0.00483153062, 0.0185645726, 0.0101444181, 0.0192973856, -0.00608521421, 0.00424599927, 0.0170989484, 0.0137725566, 0.00715569453, -0.0297148116, -0.000960917794, -0.0118543133, 0.00171169103, 0.00902364682, 0.00705152, 0.00692938501, 0.0174438022, 0.00898772478, -0.000917811238, 0.0191536956, 0.0140168276, -0.00456570648, -0.0129966382, 0.0097708283, -0.0197715573, 0.0152309965, 0.0049141515, -0.0183059331, 0.0066456, -0.0155902179, -0.00767297344, 0.0148861436, 0.00917452, -0.0281917118, 0.0260938574, 0.0293699596, -0.0110065499, 0.0151304146, 0.0106904348, -0.00461240532, -0.000478213769, -0.0113657722, -0.00550327497, -0.0225303788, -0.00380415679, -0.0111071318, -0.034312848, -0.0151016768, -0.0212802887, 0.0100510204, 0.0145197371, 0.0044974545, 0.00338027533, 0.0088727735, -0.00655938685, 0.0130541129, 0.0157482754, 0.011286743, 0.0128026586, 0.00211940752, 0.0116531495, -0.00584812788, 0.00431425171, -0.0337093547, 0.0169552602, -0.0221424196, 0.00383648672, -0.00329047, 0.0128816869, 0.00537036313, -0.00286838459, 0.0132768303, -0.00683239521, 0.00900209323, -0.0177168101, -0.0121488748, 0.00478483178, 0.0067821038, -0.00162907, -0.029068213, 0.0117896535, -0.00409512641, 0.0149723571, 0.00581220584, 0.00332100387, 0.0153028406, -0.00377901131, -0.00131295493, 0.000886828348, 0.00770889595, -0.013197802, 0.0175731219, 0.00840578601, -0.00114771305, -0.00218227133, -0.0156908, 0.0176593345, -0.00992888492, -0.00742151868, -0.000382571016, -0.000124492741, -0.0052410434, 0.000812289887, -0.00949781947, 0.0158488583, -0.00294741336, -0.015733907, 0.00267979316, 0.00130846468, 0.0203463119, 0.0124434363, 0.00779510895, -0.0201164111, 0.0308355838, -0.000299052, -0.0212084446, -0.00676055066, -0.0217544604, 0.0235505681, -0.00085494743, 0.00429629069, 0.00337847928, -0.00423163036, -0.0224297978, 0.0130397445, -0.00300668483, -0.0135139171, 0.0124362521, 0.0253610462, 0.0267979316, 0.00946189743, 0.0170702115, -0.00813277718, 0.012500912, -0.0125440182, 0.00456211437, -0.0128098428, -0.00288454955, 0.00284323911, 0.00731016, -0.0198146645, -0.0146203199, -0.00433580484, 0.0180472936, 0.00145933777, -0.00638336781, -0.000860335771, 0.0131475106, -0.0140240118, -1.92660646e-05, -0.00825491268, 0.0117537314, -0.00468784198, 0.0283785071, 0.00896617118, -0.0147711923, -0.00276600639, 0.0168259405, -0.0116531495, 0.0196422376, 0.00283964677, 0.00783821568, -0.00643006666, -0.0103671355, -0.00824772846, -0.0161362346, -0.00669948291, 0.00223795068, 0.00435735798, -0.0180760324, -0.0110640256, -0.0198577698, -0.0377326384, -0.00273367646, -0.0188950561, -0.0207917467, -0.0138875078, -0.0081399614, -0.00684317155, -0.0153746847, 0.0195129178, -0.00627200911, 0.00122943602, -0.00368202152, 0.0178030226, 0.0153603163, 0.00197033049, 0.0257490054, -0.00524463551, -0.0234356187, -0.0139162457, -0.0139449826, -0.00736404303, 0.0242977496, 0.0135426549, -0.00445434777, 0.0119548952, 0.00563618727, 0.00406638859, -0.0118902354, 0.000500665104, -0.00415978627, 0.0135642076, -0.00414182525, 0.0294130649, 0.0136216832, 0.0220274683, -0.0216395091, -0.00823335908, 0.0388534106, -0.011042472, -0.0101587875, 0.00323119829, 0.0050326949, -0.0122063505, 0.00541706197, 0.0163805056, 0.0170989484, 0.00353833288, -0.00992170069, -0.0121416906, 0.00776637113, -0.0108484924, -0.0131187737, 0.0109131522, 0.0101013118, -0.00088323612, -0.0114016943, 0.00236547436, -0.00672462862, -0.0101372339, -0.0190243758, 0.00352037186, 0.00569007033, 0.00127882895, 0.00893743336, 0.0155327423, -0.00384367118, 0.0292837452, 0.0331920758, -0.0208492223, 0.0108413082, -0.0100294678, -0.00894461852, 0.00893743336, -0.00930384, 0.018722631, -0.00833394099, -0.0116244117, -0.00173953071, -0.00295280176, -0.00433939695, 0.0372728333, -0.00541347, 0.0345714875, 0.0101875253, 0.00469502667, 0.00494648144, -0.00479201647, -0.0016254778, -0.00410590321, -0.00196853443, -0.00813277718, -0.0193261225, 0.00258280337, -0.00406279648, 0.0102018937, 0.0179179739, -0.00706229685, 0.00817588344, 0.0274301618, 0.0049141515, 0.0104820868, 0.0122997481, 0.0287952051, -0.0141461473, 0.0237517338, -0.0100582056, 0.0174294319, 0.0064983191, -0.0132409083, -0.0183921456, -0.000924995635, -0.00322940224, -0.0220418386, 0.0170414727, 0.0183059331, 0.0278324913, -0.0102665536, 0.00433939695, 0.00770171126, -0.00449027028, -0.00218227133, 0.0121416906, -0.0185214672, -0.0111861611, -0.00382571016, 0.0183346719, 0.0134348879, -0.0183634087, -0.0061714272, 0.00333896489, 0.00442920253, -0.0109778121, 0.00360119669, -0.00814714655, -0.0096055856, 0.0237229951, -0.0148717752, 0.00545298401, -0.0139665361, -0.0061929808, 0.0234643556, -0.00581939, 0.00524463551, -0.0135498391, 0.013334306, 0.00343775074, -0.0101084961, -0.0138372164, 0.0139737204, -0.00563618727, -0.00305877207, 0.0018535835, -0.00583735108, 0.00888714287, 0.00130577059, -0.0118471291, 0.00980675, 0.00900927838, 0.00453337654, -0.00793161336, 0.00696171494, 0.000796573935, -0.00613550516, 0.0172282681, 0.000594511745, -0.00876500737, 0.0191105902, -0.0108844144, 0.000246066804, 0.0255191028, -0.00525900442, 0.0164236128, 0.0175587516, -0.00682880264, -0.00969898328, 0.00436454266, 0.00989296287, 0.007989089, -0.0115525667, -0.0121704284, 0.00267979316, 0.00172426377, 0.00898772478, -0.0133486753, 0.00212659198, 0.000343505671, 0.0068934625, 0.0286946222, 0.00821180642, 0.00488541415, -0.00569007033, -0.00304081105, -0.0180616621, 0.0180329252, -0.0147424545, 0.00979956519, -0.00467347307, -0.0183490403, -0.0134277036, -0.0587686561, -0.00323479064, -0.0157770123, 0.0139449826, -0.0133630438, 0.0198865086, 0.0121776126, 0.0186076798, 0.0105395624, 0.0210647546, -0.00915296655, -0.00434658164, -0.0197859257, 0.00852792151, -0.02049, 0.0173432194, 0.0393706895, -0.0140743032, -0.0124290679, -0.017989818, 0.000251455116, 0.00115938776, 0.00581579795, -0.0182484575, -0.00703355903, 0.00801782683, -0.00429269811, 0.00520152878, -0.0253323074, -0.0135642076, 0.0154608982, -0.0136719747, 0.0145772127, -0.00199906831, 0.00270314259, 0.00456929905, -0.0234356187, -0.0113011124, 0.0178317614, -0.00541706197, 0.00933976192, -0.00961277075, 0.00258998782, 0.000630433904, 0.0148430374, -0.0157913826, -0.0134133352, -0.0029941122, -0.00914578233, -0.00894461852, -0.0185933113, 0.0202744678, -0.00839860085, -0.000990553643, -0.0159494393, 0.00853510574, -0.00755802263, -0.00115040725, 0.0179179739, -0.00421366934, -0.0140886717, 0.00665278407, 0.0028773651, -0.0048027928, 0.0162655544, 0.00870753173, 0.0103743197, 0.000444312231, -0.0104102427, 0.0273870565, 0.0129391626, -0.0157195386, -0.00983548816, -0.00310367462, 0.00164433697, -0.000502461218, 0.00629356271, -0.00024427069, 0.0269990955, 0.0158919636, 0.00604929216, -0.016567301, 0.0235793069, 0.0149723571, 0.0149005121, 0.0137581881, -0.0180760324, -0.00171169103, -0.00571880816, -0.0192973856, 0.0105395624, -0.0126661537, 0.0042998828, 0.027473269, 0.0219412558, 0.017644966, -0.00622171815, -0.00375027373, -0.00600259332, 0.00262770616, -0.000975286704, -0.00890869554, -0.00111538311, -0.0103527671, 0.0355485715, -0.0219125189, -0.00841297, 0.0119261574, -0.00947626587, -0.000417819625, 0.0203463119, -0.00511890789, 0.020978542, 0.00220023235, 0.0140168276, 0.0132049862, 0.00358682778, 0.00827646628, -0.0274876375, -0.0234787241, 0.0148574058, -0.0064013293, 0.00632589264, -0.00278396741, 0.00217867899, -0.000826658739, -0.00745025603, -0.0119764488, -0.00842015445, -0.0104677174, -0.0171707924, -0.011566936, -0.0200876724, -0.0039945445, -0.0188950561, -0.0173432194, -0.00894461852, 0.0122710103, 0.00661686203, 0.000147617626, 0.010453349, -0.00190207839, -0.0126877073, -0.0128960563, 0.000150985332, -0.0298297629, 0.00506143272, 0.0242546424, -0.0187513679, 0.0161937103, -0.00756520731, -0.00310726697, 0.0309217963, 0.0247862916, 0.00710899569, -0.0138731385, -0.0105611151, -0.0206336901, 0.00291149109, -0.00229542609, 0.0213521328, -0.00919607282, 0.0117609156, -0.0064013293, 0.00534162531, -0.00307134469, -0.0164379813, 0.00879374519, -0.00335153774, -0.00661327, 0.0243408568, 0.0240391102, -0.0169408917, -0.000451721164, -0.0111215012, -0.0165816694, -0.033824306, -0.019067483, 0.0112220831, 0.0158632267, -0.00129948417, 0.0345427506, 0.00865724124, -0.0120770307, -0.00948345, -0.0226165932, 0.0188950561, 0.0317839272, -0.00801064167, 0.0244701765, 0.00249659014, 0.00192902, 0.00553201279, -0.0119333416, -0.0123213017, 0.00944034383, -0.0145772127, -0.00552123599, -0.00139377988, 0.00367124495, 0.00157069648, 0.012572756, -0.000378978788, -0.00264746323, -0.00330663496, 0.0123356702, -0.0136001306, -0.00913859811, -0.00775200222, -0.0103671355, 0.00374308927, 0.0116100423, -0.0218837801, -0.0049357051, -0.0175012778, 0.00955529511, 0.00109921815, 0.00506861694, 0.010870046, -0.0107982019, -0.00188052515, -0.000269191689, 0.0101516023, 0.0205331072, -0.000365283486, -0.00928228628, 0.0156476926, 0.0119980015, -0.0167684648, -0.00584094319, 0.00036707957, 0.00816869922, 0.00507939374, -0.00365687604, -0.0115813045, 0.00312702404, 0.0144335246, 0.0422157235, 0.0144981844, -0.00546735292, 0.00856384356, -0.00197751494, -0.0306631569, -0.0173288509, -0.00520871347, 0.00526259653, 0.00387959345, -0.00085629453, 0.00582657475, -0.00695093814, -0.00998636056, -0.0201738849, -0.0188519508, 0.00140455645, -0.013370228, -0.00419930043, 0.00629715482, 0.0126733389, -0.00985704083, 0.0160069149, -0.0150010949, 0.00196673837, 0.00169911818, 0.010245, -0.00973490532, -0.00753646949, 0.0190387461, -0.0257921126, -0.00206732028, -0.0214670841, -0.00134169275, 0.0190962218, -0.000196000285, -0.0161793418, 0.0148430374, -0.000253475737, 0.0133917816, -0.00391551573, 0.0144766308, 0.0141677, -0.0058660889, -0.0228464939, -0.00206372817, 0.00777355582, 0.00534162531, 0.0122853788, -0.0255047344, -0.00765860453, -0.0301171392, -0.0162799228, 0.00404124334, 0.00956966355, 0.00152040552, 0.0118543133, -0.0175587516, -0.00194698118, 0.00337309088, -0.0167972017, -0.00553919747, -0.00180957885, 0.00851355214, -0.0220418386, -0.0130612981, 0.0131906178, 0.00338207139, -0.0214096084, -0.0122997481, -0.0202744678, -0.00179431192, 0.00516919885, -0.0209929105, -0.0142970197, -0.00455852225, 0.0151735209, -0.00112975203, 0.0189381633, -0.0069257929, -0.0138659542, -0.0200301968, -0.00896617118, -0.0111071318, 0.0147568239, 0.0188375805, 0.00656297896, -0.0117321778, -0.0117896535, -0.00425677607, -0.0105251931, -0.0071125878, 0.0100869425, -0.0208635908, -0.00261154119, 0.0154752666, 0.0069257929, -0.00051952427, 0.00996480789, -0.00103276211, 0.019311754, -0.00485667633, -0.0101156803, -0.0138515858, -0.00236008596, -0.0139737204, -0.00456929905, 0.0273583177, -0.00257741497, 0.00449027028, -0.00911704451, 0.0165098254, -0.0227171741, -0.0265680309, -0.0118543133, -0.0142610976, -0.0034018287, -0.00939005334, 0.00673181284, -0.0156189557, -0.00854947418, 0.0110783949, 0.00342338206, -0.00719880126, -0.00758676045, -0.016667882, -0.0167828333, -0.00485308375, 0.0020475632, -0.0237086266, 0.0160356537, 0.00620375713, -0.0133630438, -0.00618579611, 0.0163948741, 0.00905238464, 0.0610964112, -0.00391551573, 0.0157913826, -0.0193835981, 0.00417774729, -0.00184999127, -0.0181047693, 0.0406064093, -0.0108484924, 0.0198721401, -0.0170271043, -0.0157195386, -0.0139521677, 0.00336590642, -0.00789569132, -0.0179179739, 0.0088943271, -0.0156620629, -0.00734967412, -0.0123715922, -0.010209078, -0.00944034383, -0.0168834161, 0.00890151132, 0.00747899385, -0.0201164111, 0.0167109892, 0.0119980015, 0.0109131522, 0.012572756, 0.00368920597, 0.0113082966, 0.0064013293, -0.00562900258, -0.0312953852, 0.0237373635, 0.0153028406, 0.0133630438, -0.00219484395, -0.00367304101, 0.0036155656, 0.00956966355, 0.0126230475, 0.00867879391, 0.0160069149, -0.00949781947, -0.00361376931, -0.0134348879, -0.0073317131, -0.0116100423, 0.00499677239, -0.00765860453, 0.00324915955, -0.0106545128, -8.46836883e-06, 0.0173719563, 0.00941879, 0.00990733225, 0.0138012944, 0.0123069324, -0.00681084162, -0.00399813661, 0.0128385806, 0.00263129827, -0.00200445671, -0.0126158632, -0.0212371815, 0.00142700784, 0.00451182341, -0.00434658164, -0.015489636, -0.0147855617, 0.00290430663, 0.00241935765, 0.0168834161, 0.018650787, -0.00199727225, 0.00992170069, 0.0152166272, 0.00211761147, -0.00650550332, 0.0158632267, -0.0155758495, 0.0060600685, 0.00525181973, -0.0224585347, -0.0298585, -0.00509376265, 7.48612229e-06, 0.00458366796, 0.0124362521, 0.0463252179, -0.00739278086, 0.0324161574, 0.00639414461, -0.00651628, 0.0133486753, -0.00644802814, 0.00809685513, -0.00426396076, 0.00574036129, 0.0157482754, 0.0135857612, -0.0063797757, -0.00140455645, 0.0193835981, -0.0105395624, -0.00274445303, 0.0220993143, 0.00019184679, 0.00681443419, 0.00146293, 0.0241109543, 0.0194410738, 3.75709328e-06, 0.0143976025, 0.00919607282, -0.00176377816, 0.0167397279, 0.00640492141, 0.000447679922, 0.0116028581, -0.00191285508, -0.00169462792, 0.00609958312, -0.00264027878, 0.0191249587, 0.016078759, -0.00245887204, 0.0042783292, -0.00475968653, -0.0153890541, 0.00569007033, -0.0090452, 0.020561846, 0.0348588638, -0.0153746847, 0.0109706279, -0.00432862062, 0.00839141663, 0.00482793851, -0.00422444614, 0.0108125703, 0.00833394099, 0.0056469636, 0.0100582056, -0.0135067329, -0.018234089, 0.0127595514, -0.0117465463, -0.00806811731, 0.0145915821, -0.00202960218, -0.000933976204, -0.000196786088, 0.00292226789, -0.0025720268, -0.0118183913, 0.0145987663, -0.00150154636, -0.0133199375, -0.010036652, 0.0297435503, -0.0121273212, 0.00196135, 0.0018823212, -0.000307134469, -0.0171420556, 0.0284647197, 0.00315576186, 0.0120411087, 0.0204468947, -0.006598901, 0.0159063321, 0.00594152557, 0.022817757, -0.00445794035, -0.0157626439, 0.00551045965, -0.000219012931, -0.000888175447, 0.00819025282, -0.00227207667, 0.0464114323, -0.00034844497, 0.00768734235, -0.00199727225, -0.0133127533, 0.0173144825, 0.0206624269, 0.0077591869, -0.0205762144, 0.00165421551, -0.0163948741, 0.000784899225, 0.0186076798, -0.0127308136, 0.000248985481, -0.0176162273, -0.0275882203, 0.0247000773, -0.00152758986, 0.0123141166, -0.0130900359, 0.00208887365, 0.000822617498, -0.00279654027, 0.0245563891, 0.011531014, -0.0122925639, 0.00474890973] |
20 Dec, 2023 | How to get server response from an AJAX request using jQuery ?
20 Dec, 2023
In this article, we will see how we can use jQuery to get the server response to an AJAX request. The jQuery ajax() method implements the basic Ajax functionality in jQuery. It communicates with the server via asynchronous HTTP requests.
Syntax:
$.ajax(url);$.ajax(url,[options]);
Parameters:
url: A URL string to which you wish to post or get the data.
options: Options for configuring an Ajax request. The JSON format is used to specify an options parameter. This is an optional parameter.
The table below lists all of the configuration options for Ajax requests.
Options
Description
url
The URL to which the request is sent is a string.
data
Data is to be transmitted to the server. It can be a JSON object, a string, or an array.
type
A kind of HTTP request, such as POST, PUT, or GET. The default is GET.
success
A callback function is called when an Ajax request is successful.
timeout
A timeout value in milliseconds for the request.
username
In response to an HTTP access authentication request, utilize this username using XMLHttpRequest.
xhr
A function is s called when the XMLHttpRequest object is created.
xhrFields
To set on the native XMLHttpRequest object, an object of field_Name-field_Value pairs.
statusCode
A JSON object containing numeric HTTP codes and methods to be invoked when the matching code is present in the response.
accepts
The content type specified in the request header, which informs the server about the sort of answer it will accept in return.
async
All queries are sent asynchronously by default. To make it synchronous, set it to “false”.
beforeSend
A callback function will be called before the Ajax request is issued.
cache
A boolean indicating the presence of browser cache. The default value is “true”.
complete
When the request is completed, a callback function is invoked.
contentType
When transmitting MIME material to the server, this string contains the kind of content. The default is “application/x-www-form-urlencoded; charset=UTF-8”.
crossDomain
A boolean value that indicates whether or not a request is cross-domain.
dataType
The type of data you anticipate receiving from the server.
error
When the request fails, a callback function is executed.
global
A boolean value indicating whether or not to invoke a global Ajax request handler. The default is “true”.
headers
An object containing additional header key/value pairs to deliver with the request.
ifModified
Only allow the request to succeed if the response has changed since the last request. The Last-Modified header is used to do this. The default setting is “false”.
isLocal
Allow the present environment to be acknowledged as local.
jsonp
In a JSONP request, you can change the name of the callback function. This value will be used instead of ‘callback’ in the query string’callback=?’ section of the URL
jsonpCallback
A string holding the name of the callback function for a JSONP request.
mimeType
Override the XMLHttpRequest mime type with a string containing a mime type.
password
In response to an HTTP access authentication request, utilize this password using XMLHttpRequest.
processData
A Boolean that indicates whether or not the data supplied to the data option will be transformed into a query string. The default value is “true”.
Example 1: The below example uses the ajax() method to get the text content from an external file demo.txt.
HTML
<!DOCTYPE html>
<html>
<head>
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script>
</head>
<body>
<h1 style="color:green">GeeksforGeeks</h1>
<h2>Click on the button to send ajax request</h2>
<button>Send</button>
<h2 id="p1"></h2>
<script>
$(document).ready(function () {
$("button").click(function () {
$.ajax("demo.txt", {
success: function (data) {
// Success callback function
$("#p1").append(data);
},
error: function (errorMessage) {
// Error callback
$("#p1").append("Error: " + errorMessage);
},
});
});
});
</script>
</body>
</html>
demo.txt:
Welcome To GFG
Output:
Example 2: The following example demonstrates how to obtain JSON data using the ajax() function.
HTML
<!DOCTYPE html>
<html>
<head>
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js">
</script>
<style>
#output {
background-color: rgb(205, 228, 30);
width: fit-content;
}
</style>
</head>
<body>
<h1 style="color:green">GeeksforGeeks</h1>
<h2>Click on the button to send ajax request</h2>
<button>Send</button>
<div id="output"></div>
<script>
$(document).ready(function () {
$("button").click(function () {
$.ajax("demo.json", {
success: function (data) {
// success callback function
$("#output").append("<p> Name: " + data.name + "</p>");
$("#output").append("<p>Age : " + data.age + "</p>");
$("#output").append("<p>Gender: " + data.gender + "</p>");
},
error: function (errorMessage) {
// error callback
$("#output").append("Error: " + errorMessage);
},
});
});
});
</script>
</body>
</html>
demo.json:
{ "name": "Vishal Kumar", "age" : "22", "gender": "Male" }
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ? | https://www.geeksforgeeks.org/how-to-get-server-response-from-an-ajax-request-using-jquery?ref=asr10 | CSS | How to get server response from an AJAX request using jQuery ? | Different types of module used for performing HTTP Request and Response in Node.js, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, Node.js Readable Stream close Event, CSS, Node.js Stream writable.writableFinished Property, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0208887924, 0.0177720971, -0.0100080594, 0.0694815591, 0.00754933152, 0.0179937277, 0.0293108, 0.0192819629, -0.0226895511, 0.0269421097, 0.0109776976, -0.0225648824, -0.000630698167, -0.0414174348, 0.0308345184, -0.0361813828, -0.0214151684, -0.0137411691, -0.0213320572, 0.0192958154, -0.0126330098, 0.0176889841, -0.0239916369, -0.0144891758, -0.0399768278, 0.0137273166, -0.0128546422, 0.0177305397, -0.0484819487, -0.00992494728, 0.0101188747, 0.00574164791, 0.0252660196, -0.0709221587, -0.024518013, -0.0119958185, 0.00934316404, -0.0129031241, -0.0412235074, -0.022163175, 0.00889297388, 0.00729999598, 0.0388686694, -0.0404755, -0.0213320572, 0.00377812888, 0.00255049672, -0.0332724676, 0.00121118291, 0.000892587297, 0.0127299745, 0.00920464378, 0.0125568239, 0.0192127023, 0.00804800354, -0.00944012776, 0.00830426533, -0.0370402075, 0.000962712918, 0.0129031241, 0.0757426545, -0.0460717, 0.0378159173, 0.00330196694, 0.00450882129, 0.0298925824, -0.00756318355, 0.0489252098, -0.00491052866, 0.0364861265, 0.00854667462, 0.0339650661, -0.0261941031, 0.000606457237, -0.00699525233, 0.0268174428, -0.00494169537, 0.023368299, 0.00441878336, 0.0185616594, 0.00133498502, -0.00841508061, -0.00259897858, -0.0248227566, 0.00112633954, 0.0103266547, -0.0478170514, -0.0574580319, 0.0552971251, 0.0190603305, 0.0106937326, -0.010285099, -0.0118365213, 0.000105296727, -0.0185339563, 0.00410711346, 0.00673552742, 0.0149739953, -0.0436337516, 0.042968858, 0.00239466177, 0.0464595556, -0.0148354759, -0.0417775847, -0.00107526034, 0.0138796885, 0.0128338635, -0.00911460631, 0.00524990214, 0.00357381208, 0.0359320492, 0.00199468574, -0.00410365034, -0.0253768358, -0.0117326314, 0.0221770275, 0.000107731648, -0.0259170644, 0.0229111835, 0.00928083, 0.00511484547, -0.00918386597, 0.0273576695, 0.0407802425, -0.0374834724, 0.0116980011, 0.0103612849, 0.02784249, 0.0472629741, -0.0155003713, 0.00479278667, 0.00870597269, -0.00949553587, 0.0172872767, 0.0156804472, 0.0582891516, 0.00944012776, -0.0157081503, -0.00560659077, -0.00493823271, -0.0271914471, -0.0506705604, 0.00644809892, -0.0103197284, 0.0405586101, 0.0254322439, 0.0177859478, 0.00578320352, -0.0246011242, 0.00174535008, -0.0200161189, -0.0455453247, -0.00979335327, 0.00390279666, 0.0161929708, -0.0149047356, 0.00828348659, -0.0192542598, -0.0176197253, 0.0115456292, 0.0136303529, -0.0169132743, 0.0104790265, 0.0248504616, 0.00598752033, 0.0162899345, 0.0557680912, -0.0558512025, -0.0824470147, 0.0218030233, -0.029698655, -0.0214290209, -0.0215398371, 0.041555956, -0.069814004, -0.00296605635, 0.0401430503, -0.0311669651, -0.0152510349, 0.00825578254, 0.0192958154, -0.0216368, -0.0211796854, -0.00105621386, 0.0066385637, 0.00896916, -0.0123906005, -0.0392011181, -0.0120789306, -0.0195867065, -0.0509476, 0.0145722879, 0.0607271, 0.0181045439, 0.0171072017, -0.00041404448, -0.0183123238, 0.0161237102, -0.0179660246, -0.0332724676, 0.0358766392, -0.0482326113, -0.0346299633, 0.0302250311, 0.00458847, 0.0113863312, 0.0170517936, -0.0448527262, 0.0359874554, -0.00319461408, -0.023077406, -0.0151956277, -0.020750273, -0.0041867625, 0.0121620428, -0.0169409774, -0.0274961907, 0.0158466715, -0.0394504517, -0.037788216, -0.0168163087, 0.00498671457, -0.034851592, 0.0478724614, -0.030169623, -0.0464595556, -0.00389240775, -0.0303635504, -0.0073969597, 0.0245734211, -0.00916308817, -0.000327036716, -0.0139143188, -0.0124598602, 0.00100513466, 0.0100842454, 0.00112893677, 0.00706104934, -0.0709221587, 0.0262910668, -0.0155142229, 0.00682902848, 0.0203208625, -0.0135887973, 0.0280364174, -0.016483862, -0.0503935218, 0.00883756671, -0.00837352499, -0.0124460086, -0.0262079556, -0.00684634363, -0.00229769805, 0.0304189585, 0.0137619469, 0.0349624082, 0.00831119064, -0.0192819629, 0.0418607, -0.0368462801, 0.0105621386, -0.000867047696, -0.00967561174, 0.0115456292, 0.0206810143, 0.0341867, 0.0306682941, -0.0295601357, 0.0168301612, -0.0123975268, 0.0262910668, -0.0116079636, 0.0058697788, 0.0155834826, -0.0165254176, 0.01119933, -0.0163176376, -0.0252660196, -0.00393742649, 0.0175504647, 0.013658057, 0.0257508401, 0.0495624021, 0.0296709519, 0.0103128031, 0.00600137236, 0.000920291233, -0.00585592678, -0.0182846207, 0.0281610843, -0.00619530026, -0.026845146, -0.00219207653, 0.0178136528, 0.000541526, 0.0227172542, 0.0104097668, 0.00343182916, -0.0149047356, 0.0661016703, 0.0214013159, -0.0139143188, -0.0342975147, 0.0457115509, -0.015832819, 0.0186863281, 0.0264849942, -0.00635113521, 0.01119933, -0.00286043482, 0.051335454, -0.00727229193, -0.029255392, -0.0344637372, -0.027579302, 0.027579302, 0.034907002, 0.0247119404, 0.0289229453, -0.050504338, -0.0095925, -0.00727921817, -0.0378436223, 0.0606716946, 0.0567931384, 0.0121620428, 0.00820730068, 0.00264746067, 0.038619332, 0.0176058728, -0.0337988436, 0.0148493275, 0.0119127072, 0.0074523678, 0.00704373419, -0.0113932574, -0.00229596649, 0.0207641255, -0.0105413608, 0.0162483789, -0.0167054944, -0.0106660286, -0.034934707, -0.0247950535, 0.052859176, -0.0108530298, -0.0222739913, -0.0192542598, 0.0135126114, 0.00901764259, 0.00136268896, 0.0181461, 0.0314440057, 0.00190984237, -0.000991282635, 0.0169409774, -0.0266096629, -0.011933485, -0.0598405749, 0.00833196845, 0.01842314, 0.035765823, 0.0249474254, -0.00898301229, 0.00558235, -0.054188963, -0.0326352753, -0.0406417251, 0.0308622215, -0.00681863958, -0.0284519773, 0.00760473963, -0.0151125155, 0.0193512235, -0.0401430503, -0.00662124855, -0.00725844, -0.00483780587, -0.014364508, 0.0296155438, -0.00907305, -0.00107958901, -0.0431073755, 0.06693279, 0.0160267465, 0.00926005188, 0.0222324356, -0.0147800678, 0.0158189666, 0.0360982716, -0.0505597442, 0.0152648874, -0.0038647037, -0.0264711436, -0.014627696, -0.0300033987, 0.0123559702, -0.00390279666, 0.0376496948, -0.00572779588, 0.00320500298, 0.0224540681, 0.00958557334, -0.00629226398, -0.0289783515, -0.0137273166, -0.0124183046, -0.0197390784, -0.00748699764, 0.0256538764, -0.00669050869, 0.0202100463, -0.0503381118, -0.0370956138, 0.0336880274, 0.029698655, 0.0433013029, 0.0395058617, 0.0124183046, 0.00449843192, 0.012612232, 0.00380236981, -0.0300588068, -0.0142952483, -0.0365692414, -0.00263707153, -0.00851204433, 1.28036172e-05, -0.0135749448, -0.0083596725, -0.0209857579, 0.0107906964, 0.0167331975, 0.020777978, 0.0380929597, -0.0131593859, 0.0429134481, -0.0359320492, -0.00795103889, -0.0285350885, -0.0277870819, 0.026872851, 0.0222878437, -0.00138606422, -0.0497840345, -0.0119611891, -0.0457946621, -0.0258755069, 0.0204593819, -0.00246738479, -0.00422485545, -0.0429134481, -0.0159297828, -0.00487589883, 0.020223897, -0.0133879436, -0.0409464687, -0.00431835605, 0.0243656412, -0.0265127, 0.00451921, 0.0175366122, -0.016012894, 0.0154588148, 0.00190464791, -0.00853974838, 0.00753548, 0.0115871849, -0.0138935409, -0.0183400288, -0.0175504647, -0.0362090878, 0.0390903, 0.0304743666, 0.0322474204, -0.000675284246, -0.00985568762, 0.0125360461, 0.0123628965, -0.0224402156, 0.0259170644, 0.0461271107, 0.0196836703, -0.018159952, 0.0154172592, -0.00795796514, 0.0148216235, 0.0241301581, 0.000519016583, -0.0170794968, 0.0238392651, -0.00151419512, -0.0246288292, -0.0141290249, -0.0232297778, -0.0182292126, -0.0506151542, -0.0244349018, 0.0026388031, 0.0228834786, 0.00815881882, 0.01287542, -0.0169271249, 0.0251275, -0.010492879, -0.000373570714, -0.0218999889, 0.0255707633, -0.00703334529, -0.0416390672, 0.00424217, -0.024781201, -0.0232574828, 0.00455730315, 0.00403092755, -0.011670297, -0.0445756875, -0.00556503469, 0.0118088173, -0.00397898257, 0.0211519804, -0.0195590034, 0.00398937147, -0.0286736079, -0.00223016948, 0.005298384, 0.0177028365, 0.00063286256, -0.0546876378, -0.0272884108, -0.0182430632, 0.00183192501, 0.038674742, 0.0302804392, -0.0105621386, -0.00346472766, -0.0111785522, 0.0295878388, 0.012037375, 0.0177305397, -0.0420546271, 0.0346576646, -0.0263326224, -0.00729307, 0.0214982796, 0.00991802104, 0.0196559671, -0.0169409774, 0.00583168538, 0.0190049224, 0.0347684808, 0.0217060596, 0.031111557, 0.00568277668, 0.00306128873, 0.00723073632, -0.00955094397, -0.0122451549, -0.00262321974, -0.0109222904, -0.0160821546, 0.00263014552, 0.0124598602, 0.0059528905, 0.0171072017, -0.0282719, 0.0261248425, 0.0376219898, 0.00648272876, 0.0166223813, 0.00344914431, -0.00868519489, 0.00185443449, 0.000692166388, 0.0192819629, 0.0455453247, 0.018866403, -0.020750273, 0.0138935409, -0.0114001837, 0.00443609804, -0.0140597643, 0.0192681104, 0.0338542499, -0.00788870547, 0.0237145983, 0.00993879884, -0.00472006388, -0.0629434213, 0.00445687631, 0.0134017952, 0.000404304796, 0.00967561174, 0.00247431081, -0.00510099344, -0.00458847, -0.00490013976, 0.0258200988, 0.0116148889, -0.0364584252, 0.0104236184, 0.0241578612, 0.0103612849, -0.00104063039, 0.0201269332, -0.0060082986, -0.00051252346, 0.032607574, -0.00454691425, -0.00623339321, -0.0370956138, -0.00511830859, 0.0431904905, 0.000360800914, -0.0339650661, -0.0142813968, -0.0205979012, 0.00170898868, -0.0101812091, 0.0123975268, -0.00660047075, -0.0069259922, 0.00044196489, -0.00294354674, 0.00509406719, 0.0282996055, -0.0205979012, -0.00285004592, -0.00573818479, -0.0428026319, -0.0204593819, -0.019309666, -0.0123559702, 0.0100980969, 0.0360982716, 0.0338542499, 0.0110469582, 0.00222670659, -0.0411126912, 0.0112408856, 0.0115802595, 0.0137965772, -0.0236730427, 0.109153643, -0.00849819276, 0.0019271574, -0.0139628006, 0.015749706, -0.0007683523, 0.00413828064, -0.00280502695, -0.00847048871, 0.00317383604, -0.00403439067, 0.0012631279, -0.0196559671, 0.0466257818, -0.011067736, 0.02972636, -0.00180422107, -0.00177824858, -0.0289229453, 0.0319980867, -0.0142259886, 0.0208472367, -0.025487652, 0.0466257818, 0.0346299633, 0.0274546333, 0.0250166841, 0.0271221865, 0.0155834826, -0.00276173954, 0.0328569077, -0.0067666946, -0.0128615675, -0.0136442054, 0.0115456292, 0.0157912634, -0.0154172592, -0.0326906852, 0.0281333812, 0.0374834724, 0.00198429683, -0.00381968473, -0.0061017992, 0.00350108906, 0.00530531025, 0.00613296637, -0.0252106115, -0.0367908701, 0.0174396485, 0.0607825108, 0.0585107841, -0.00252625579, -0.00503519643, -0.00675976882, -0.0233544465, -0.0307514071, -0.0456838459, 0.00434952322, -0.0361813828, 0.00744544202, -0.0193927791, -0.0209857579, 0.0397829, 0.0010544823, 0.00458847, -0.0189079586, 0.0166085307, 0.0465149656, 0.0253075771, -0.0234652627, 0.0431073755, -0.0136165014, 0.0142675443, 0.0200576745, -0.029255392, -0.00727229193, 0.0153618511, 0.0102366172, 0.00488628773, 0.0219831, -0.0255707633, 0.00136788352, -0.0163453426, 0.0265542548, 0.0167609025, -0.0212350935, -0.0131732374, 0.0125568239, -0.0172318686, 0.0165115651, -0.00512523437, -0.0355441943, 0.0147523638, 0.023368299, -0.00206740876, -0.0109292157, 0.0243517887, 0.00946783181, -0.0344083309, -0.0185478069, 0.0159990434, -0.0105275083, -0.010832252, 0.0142675443, 0.0338819548, 0.0190049224, -0.013214794, 0.00189945346, 0.0245734211, 0.0308345184, -0.0343529209, 0.00317729893, -0.0015367046, -0.00371925789, 0.00272364658, 0.00458154408, 0.0355164893, 0.0211242773, 0.0506982654, -0.022897331, -0.00313747465, -0.0131039778, -0.00799259543, -0.0208887924, -0.00165531214, 0.00132805901, -0.0148770316, 0.0118780769, 0.00859515648, 0.041001875, 0.00279290648, -0.0119888932, 0.00512869749, -0.0227449592, -0.0235899296, -0.0145722879, -0.00259897858, -0.00371925789, -0.00158864947, 0.0183538795, -0.0202377494, 0.0021678356, -0.00144580088, 0.0199330058, -0.000546287629, -0.00856745243, 0.0290060565, 0.00896916, -0.0072376621, -0.00468197092, 0.0135333892, -0.0134017952, -0.0209996086, -0.0111162178, -0.0144199161, 0.0297540631, -0.0067874724, 0.0129931616, -0.0382314771, 0.0162622295, 0.0109361419, 0.00912153162, -0.0043806904, -0.0124737127, -0.00512523437, 0.00120512268, 0.024545718, -0.00680132443, -0.0161791183, -0.0200161189, -0.00787485298, -0.00661085965, -0.00556157203, 0.0103682103, 0.00984183513, 0.00887219608, 0.0107699186, -0.00178344303, 0.0400045328, -0.00230808696, -0.0118365213, -0.0351286344, 0.0262495112, 0.0103543587, 0.00732077379, 0.0330785401, 0.0113863312, 0.014364508, 0.012743826, -0.0255153552, 0.0310284458, -0.0239777863, -0.00222497503, 0.0220662113, 0.00946090557, 0.0026820905, 0.000683941762, -0.00642732112, 0.000134840418, 0.0200022664, -0.00467158202, -0.00866441615, 0.019309666, 0.0123836743, 0.00339200487, 0.0293662082, 0.0241855662, 0.00205355673, -0.0149185881, 0.00308552966, 0.00589055661, 0.00614335528, 0.0327183865, -0.0026820905, 0.0105205821, 0.0631096438, -0.0107699186, 0.000687404769, 0.0284519773, -0.0217337646, 0.00402053865, 0.032552164, -0.00627841195, -0.0123144146, -0.0205979012, -0.0254183915, -0.0260555837, -0.00678400975, -0.00671128649, 0.00072809495, 0.0154034067, 0.0120512266, 0.00822115317, -0.0115802595, 0.0152510349, 0.00463002594, -0.0416667722, 0.0290891677, 0.0143783605, -0.0361536816, 0.000312535412, -0.00347165368, 0.000965310202, -0.0398383066, -0.0199330058, 0.0256538764, 0.00553386798, -0.0116218152, -0.00184231403, -0.0189356636, -0.0463487394, 0.00763936946, 0.0241301581, -0.00898993853, 0.0013176701, -0.0227034036, 0.0277870819, 0.0127646038, 0.0114486655, 0.012951606, 0.00621954119, 0.0318041556, 0.00348204258, -0.0247396454, 0.0225233268, -0.0175920203, 0.0479832739, 0.0270252228, 0.0257923957, -0.000208970174, 0.00532608805, 0.00935008936, -0.0170240887, -0.00413135439, 0.00204663072, 0.0277316738, -0.0169686805, 0.0411958024, 0.00973794516, -0.0064550247, 0.0358212329, 0.0111162178, -0.00625070836, -0.032552164, 0.0106521761, -0.0149462912, 0.00836659875, 0.0165946782, 0.00897608604, 0.00686365832, 0.00315652112, -0.0144614726, 0.0216783565, -0.00743159, 0.021484429, -0.0406971313, 0.0064342469, 0.0343252197, 0.0248781648, -0.0286736079, 0.00635459786, -0.0206256062, -0.00777096348, -0.043855384, -0.00497286255, -0.0216368, -0.0181461, -0.0105136568, 0.0259724706, 0.0213043522, -0.00374696194, -0.0283688642, -0.0205840487, -0.0248920172, 3.82823418e-05, 0.0214013159, 0.00496593677, 0.0127576776, -0.0253491327, 0.00320154, 0.00940549746, 0.0236176345, 0.000881765387, -0.0154588148, 0.0126814917, -0.00135576306, 0.00156440854, -0.00320673455, 0.00668704556, 0.0260278787, -0.00198602839, 0.00503173331, -0.00189599046, 0.0121828206, -0.0554910526, 0.00079822063, 0.0235206708, -0.0167609025, -0.0014778336, 0.0353779681, 0.0132979052, 0.0193927791, -0.0198775977, 0.0515570864, -0.00833196845, -0.00831811689, 0.012272859, 0.0215813927, 0.0169271249, 0.00150294031, -0.00277559157, -0.0230497029, -0.00606716936, 0.0050213444, 0.00206221431, -0.0090245679, -0.0210550167, -0.0158051141, -0.025487652, -0.00704719732, 0.0298371762, 0.0133810174, 0.0328292027, 0.016012894, -0.0393119343, -0.00022596051, 0.0202377494, -0.03343869, -0.0263187718, 0.0147246597, -0.0110746622, -0.0285073854, 0.0237838589, 0.000211242776, 0.0016752244, 0.0352671519, 0.0138035025, -0.0096340552, -0.00599444658, 0.0397829, -0.0424978882, 0.00138433278, -0.00114192301, 0.000230505684, -0.00916308817, 0.00815881882, 0.000917694, -0.0244349018, 0.00630957913, -0.0075908876, -0.0108045479, 0.00287428685, 0.0135403154, -0.0134364255, -0.0329677239, -0.000967907428, 0.0135887973, 0.0262495112, -0.00282407342, 0.0148354759, 0.0173565373, -0.0158051141, 0.00421446655, -0.0123836743, 0.00235830038, -0.0272052977, -0.0129100494, 0.00837352499, -0.0313608944, 0.00168734486, 0.0265681073, -0.0173288323, -0.0075908876, -0.0246011242, -0.00231155, 0.0242409743, 0.000148259525, -0.0124598602, -0.0217614677, 0.00574511057, -0.00483434275, -0.0141428765, 0.00624378212, -0.00651735906, -0.017896764, -0.0202793051, 0.0142952483, -0.00235483749, -0.0119265588, 1.95334633e-05, 0.0194066316, 0.00645848783, -0.0178136528, -0.000865316193, 0.0081518935, -0.00138086977, -0.00426987419, 0.0243240856, -0.0109153641, 0.0293662082, 0.00910768, -0.0230219979, -0.0116910748, 0.0234375577, -0.0233821496, -0.00294354674, -0.0245595686, 0.00488282461, 0.00794411357, 0.00141549972, 0.0411403961, -0.0323028304, -0.00656584091, -0.0053537921, 0.072972253, 0.00590094551, 0.0181045439, 0.0201269332, 0.00492438069, -0.0124044521, 0.0168301612, 0.00934316404, 0.0321366042, -0.012141265, 0.00625417102, -0.00894838199, 0.0368462801, -0.0212627966, -0.00993879884, -0.00555118313, -0.0172872767, -0.0164423063, 0.0120789306, -0.000389370631, 0.00394435273, 0.0193927791, -0.0175781678, -0.0431073755, 0.0216368, 0.000490014, 0.0149601437, -0.0302527342, -0.0245872736, -0.00377466576, 0.00309765013, -0.00174361863, 0.0147385122, -0.00342144025, 0.0146415476, 0.0458223671, -0.00472698966, -0.0119958185, -0.00434606, 0.0191988517, 0.00332274497, -0.017425796, -0.0143506564, 0.0162206739, -0.000909902272, 0.00549923815, -0.0298648793, -0.0212627966, -0.0143229524, 0.00639615394, -0.0225371793, -0.0104998043, 0.00361190503, 0.0017444843, 0.00297644525, -0.00486550946, -0.0105552124, 0.00339200487, 0.0358489379, -0.0215952452, -0.00311496505, 0.00189252745, 0.00820037536, 0.000242193302, -0.014890884, -0.0107075842, 0.00992494728, 0.0120927831, 0.00296432478, -0.00496247364, 0.0232436303, -0.00153497304, 0.00319980853, -0.00596674252, -0.0131455334, 0.011670297, -0.00397205679, 0.0167054944, -0.00420407718, -0.0259170644, -0.00212974264, 0.0135195376, -0.0151956277, -0.0187971443, -0.00585246366, -0.00786100142, -0.0126330098, 0.0230497029, 0.0118780769, 0.00583861163, -0.00412442861, -0.0137342429, -0.0163176376, -0.0114486655, 0.00753548, -0.00570701761, 0.0397551954, 0.00585246366, -0.0029227687, -0.0200992301, 0.0265819598, 0.0160821546, 0.00784715, 0.0108668823, -0.00569316559, 0.000855792954, 0.0139281703, 0.0174812041, 0.00359805301, 0.0114625171, 0.0358489379, 0.00555118313, -0.00337468972, 0.000900379033, 0.018894108, -0.0149739953, 0.0177028365, 0.0161375627, -0.00542651489, 0.0114763696, 0.0172457211, 0.0183815844, -0.00239639333, -0.0137827247, -0.0105482861, -0.0178690609, -0.00538149616, -0.00575896259, -0.021664504, 0.0132840537, -0.036347609, 0.0123906005, 0.0048274165, 0.0155003713, -0.00558927609, -0.010153505, -0.0184646957, 0.0226895511, -0.000731557957, 0.00339719933, -0.0138866147, 0.00108651503, -0.0357104167, 0.00840815436, 0.0171626098, 0.00825578254, 0.00147956517, 0.00563775795, -0.0142259886, 0.00432181917, -0.0265819598, -1.94117165e-05, 0.0141220987, 0.0442986488, 0.0132424971, -0.0282441974, -0.0195451509, -0.00658661872, -0.00757703558, -0.00375735085, 0.0108945863, 0.03343869, 0.0249751285, -0.0133048315, 0.000952323957, 0.0229527391, -0.0141013209, -0.00885834452, 0.0178413559, 0.0145307323, -0.0310561508, 0.0100357626, 0.0113794059, -0.00541266287, 0.0174673535, -0.000307124486, 0.0185893644, 0.00318422494, 0.0234791152, -0.0157220028, -0.00575549947, -0.021221241, -0.00791640952, -0.00109690404, 0.000778308371, -0.0051944945, -0.0338265486, -0.00786100142, 0.0127091957, 0.0077294074, -0.0105898427, 0.00978642702, 0.0122105246, 0.0451297648, 0.0202516019, -0.0026024417, 0.00221631746, -0.0177582446, 0.000298250554, 0.0283134561, -0.0219553951, 0.0101812091, -0.00741081173, 0.0116218152, 0.00532955118, -0.0159713384, -0.021221241, -0.00511484547, 0.0342975147, -0.00468197092, -0.0180906914, 0.00146657892, -0.00593903847, 0.0113724796, 0.0120512266, -0.0147246597, -0.00157046877, -0.0217199121, 0.017453501, -0.0129239019, 0.0255153552, 0.0023063554, 0.00264746067, 0.00572779588, 0.00321539189, -0.0314163, -0.00622646697, 0.00134017959, 0.000128888394, 0.0376496948, -0.0246565323, 0.00263014552, 0.0442432389, -0.00978642702, -0.0139905047, -0.00209511281, 0.00883756671, -0.0319149718, -0.0105413608, 0.00574164791, 0.00375388796, -0.00186136051, -0.0225648824, -0.000332014752, 0.0227172542, -1.79372382e-05, 0.0332170613, 0.00782637112, -0.000175855283, 0.00761859166, 0.00215225224, -0.00443956116, 0.018894108, -0.0188525505, 0.00718225399, 0.00885834452, -0.0182569157, -0.00986261293, -0.0475400127, -0.03720643, -0.00397205679, 0.00742466375, -0.0277316738, -0.00130901253, -0.0387578532, 0.0291722808, -0.0132840537, 0.0123074884, -0.00193754642, -0.0153618511, 0.00844971091, 0.0129585322, 0.0112131815, -0.00822115317, 0.0080964854, 0.00222497503, 0.0380652547, -0.0184924, -0.0262910668, -0.0150571074, -0.0120789306, -0.0037850549, 0.0169409774, 0.0151817752, -0.0291445758, 0.00209684414, -0.00825578254, 0.00325694797, -0.0132702012, -0.016276082, 0.0182015076, 0.0126468623, -0.00755625777, -0.0203485657, -0.00551655283, 0.0298094712, -0.000399110315, -0.000543690403, -0.0193235185, -0.0168855693, 0.0175781678, 0.00479971291, -0.033521805, -0.00145532412, -0.0168024581, -0.00488628773, 0.0214982796, -0.0285904966, 0.0173011292, 0.026401883, -0.00546807097, -0.0474291965, 0.0116980011, -0.00312708551, -0.00835274719, -0.0119542629, -0.0166085307, -0.00937086809, -0.00381968473, -0.00765322149, -0.00276173954, 0.00689482549, -0.0175920203, -0.00459885877, -0.000720303215, -0.0288121291, 0.0112616634, -0.00904534571, -0.00410018768, -0.0312500782, -0.00573125854, -0.0100357626, -0.0111023663, 0.0390348919, -0.00761859166, 0.0199884139, 0.00789563172, -0.0276347101, 0.0157220028, -0.0195451509, -0.0166085307, -0.0148354759, -0.00155401952, 0.00522219809, 0.0317487493, 0.0138727631, 0.00781252, 0.00746622, -0.00478586089, 0.006489655, -0.0174119454, -0.00469928607, 0.00304397359, 0.02051479, 0.0174950566, -0.0015470935, 0.00275308196, 0.00272018346, 0.00876830611, -0.00401014974, -0.0148493275, 0.000573558733, -0.000655804935, -0.00778481551, -0.0280364174, -0.00875445455, -0.0387578532, -0.000257127482, 0.0229527391, 0.0231882222, -0.012168969, -0.00296259322, -0.00593903847, -0.0190326273, 0.000125100734, 0.0244487524, -0.00377120287, 0.0226064399, 0.0106452508, -0.0191157386, -0.0450189523, -0.0121966731, -0.0101742828, -0.0457392521, -0.00306821475, -0.0136372792, -0.00428026309, 0.00478239777, 0.0109015116, 0.0274684858, 0.0373449512, -0.00458847, 0.00329677248, 0.00362229394, -0.0308622215, 0.0133533133, -0.0544937067, -0.0182707682, -0.0073277, -0.0152787389, -0.000481356459, -0.00931546, -0.0154726673, 0.00671821274, 0.0253768358, 0.022634143, -0.00742466375, -0.0087267505, -0.000322924403, -0.00340758823, 0.00572779588, 0.0150016993, -0.00975872297, -0.00606716936, 0.0188525505, -0.0105275083, -0.0053434032, 0.0316656381, 0.0266096629, 0.0012371554, 0.00536418101, -0.00261283061, 0.00212454819, -0.0136511307, 0.00013332536, -0.0174673535, 0.00704027107, -0.00851897057, -0.0369848, 0.0285904966, -6.60674777e-05, 0.00431489339, 0.00215917802, 0.0118365213, 0.00520142028, 0.00955786929, 0.00473391591, 0.0163314901, -0.00522219809, 0.0152648874, -0.0121135609, 0.00851897057, -0.00886527, -0.00319288252, -0.00434952322, 0.00898301229, 0.0161098577, -0.0298648793, 0.00469582295, 0.00414866954, -0.00011146519, -0.0100980969, -0.0295601357, 0.00692945533, -0.00849126652, 0.00668012, -0.0074523678, -0.0151125155, 0.00342490315, 0.00552694174, -0.00499017769, -0.00572779588, 0.00596674252, 0.00588016771, 0.0213043522, 0.012716122, 0.000116876123, -0.00820037536, 0.00135836028, -0.00106487132, 0.00340239378, -0.0230081473, 0.0118780769, 0.000462742872, 0.00260417326, 0.00287774974, -0.0173980929, 0.0150294034, -0.00412096549, 0.00842200685, 0.00916308817, 0.0158189666, 0.0107699186, 0.0145030282, 0.0171072017, 0.0257923957, -0.0103266547, 0.0187832918, -0.00320154, 0.000153345798, 0.0238808226, 0.0048620468, -0.00718225399, 0.00678054662, 0.00773633365, -0.00586631568, -0.0072376621, -0.00128304, -0.037234135, -0.00389933377, -0.000789130281, 0.0104028406, 0.00986953918, -8.79276413e-05, 0.0112478118, 0.0139489491, -0.015306443, 0.00606024358, -0.00591133442, -0.00130728108, 0.0083596725, -0.00775018567, -0.024781201, 0.0263049193, 0.000155618385, -0.00124148419, 0.0061364295, -0.0120789306, -0.00212627975, -0.0193650741, 0.0215813927, 0.00109603826, 0.0101050232, -0.00281195296, 0.0113794059, -0.00199122285, 0.0106175467, 0.00177824858, 0.017716689, -0.0176474284, 0.00961327739, 0.0134779811, -0.0120789306, -0.00915616192, 0.00367770204, -0.0181045439, 0.0135472408, 0.00131593854, 0.0027305726, 0.00831811689, -0.0117672607, 0.0182153601, -0.0262910668, 0.00727229193, -0.00919079222, -0.00481356494, -0.00416944735, -0.0064342469, 0.00585592678, -0.0070541231, 0.00274961907, -0.0127299745, -0.0178275052, 0.016012894, 0.00170725712, 0.0138450591, -0.0100703929, -0.00303012179, -0.00254876516, 0.0154172592, -0.0115594817, -0.00908690225, -0.00770170335, 0.00696754828, -0.0165392701, -0.0119196326, -0.00180248951, -0.0053330143, 0.0123282662, -0.00911460631, 0.000782637158, 0.015098663, 0.00103543582, -0.00386816682, 0.0219138395, 0.014364508, -0.0160544496, 0.00139558746, 0.00252971868, -0.014627696, 0.00726536615, -0.0117672607, 0.00848434, 0.0115525555, 0.00601868751, 0.0241717137, 0.00643078377, 0.0125706764, -0.0260694362, 0.00405170536, 0.00829041284, -0.00865056459, -0.00746622, 0.00630957913, -0.00887219608, 0.0101396525, -0.00598405767, -0.00300761219, -0.0215536878, -0.00248123682, -0.0116910748, -0.0135818711, -0.00418329937, -0.00616413308, 0.0142121362, -0.010021911, -0.005298384, 0.00360497902, -0.00284658279, -0.00955786929, 0.0101188747, -0.0176058728, 0.00806878135, -0.0116564455, -0.00146484736, -0.00598059455, 0.0226479955, -0.00135662872, -0.00498325145, 0.00409672456, 0.00264226622, 0.0046888967, 0.002708063, 0.00849819276, 0.016012894, 0.0104166931, -0.00780559331, -0.000993879861, -0.0145861404, -0.0257369876, -0.0109153641, -0.000252582278, 0.000814669882, 0.00741081173, -0.00739003392, -0.0137965772, -0.00845663715, 0.00821422692, -0.0114001837, 0.00448111724, 0.000169470382, 0.00416252157, 0.00100946345, -0.00866441615, 0.0122867106, 0.00910075381, -0.000175855283, -0.0213182047, -0.00182673056, -0.00460924814, 0.000396729505, 0.0207364205, -0.0240608975, 0.00719610602, -0.000718571711, -0.0150571074, 0.000448890874, 0.00815881882, -0.000466205878, 0.00260763615, -0.00842200685, -0.0025470336, 0.0202100463, 0.0122797843, -0.0020189269, -0.00945397932, 0.00085795729, 0.0110885138, -0.0168994218, -0.0120581528, 0.0088999, -0.0101050232, 0.0112755159, -0.00585592678, 0.000847135438, 0.0220523607, 0.0344360359, -0.00808955915, -0.0102296909, 0.0184508432, -0.00870597269, 0.00106660288, -0.00597713143, -0.0103543587, 0.0127091957, -0.016982533, 0.0180352852, 0.0139974309, 0.00247084768, 0.00384046277, -0.000987819629, -0.0078194458, -0.0326629803, -0.00878908392, 0.0163453426, -0.0191295911, 0.00474084169, 0.0133117577, 0.00108651503, -0.0019271574, 0.0258616563, -0.000255612395, -0.0182153601, -0.000260590459, 0.0226479955, 0.00823500473, 0.00588709349, -0.00834582094, 0.00566199888, 0.0186586231, -0.0167609025, -0.0126053058, 0.0220108032, 0.00183885102, -0.0176197253, -0.0243933462, -0.00367423892, 0.0369570963, 0.0213874653, 0.000362748862, -0.0165946782, 0.0174673535, 0.0102920244, -0.0100357626, -0.0254322439, 0.0131386081, 0.00135576306, -0.0178552084, 0.0207918286, -0.0138658369, -0.00503865955, 0.0179798771, 0.00793026108, -0.0200299695, -9.7396769e-06, -3.43053071e-05, -0.00344741275, 0.00890682638, -0.000780472765, -0.0102366172, 0.0229111835, -0.0194204822, 0.0139766531, -0.00175400754, -0.000294354686, -0.0130070141, 0.0270113703, -0.0021678356, -0.0254460964, 0.0347407795, -0.0172318686, -0.0173149817, 0.0173426848, -0.0281610843, -0.020043822, -0.00750777591, 0.00483780587, 0.0103612849, 0.0108391782, 0.0274269301, 0.00510099344, 0.00306648319, 0.00354610803, -0.0113655534, 0.0350732245, -0.0136719095, 0.00205009384, 0.00528106932, -0.000474430475, 0.00241717137, 0.0144891758, 0.0135056851, -0.00335044879, 0.019074183, -0.00365346111, 0.0276624132, 0.00150467188, -0.0111647, -0.00851204433, 0.0176612809, 2.7271095e-05, -0.0264849942, 0.0024414123, 0.0239639338, -0.0118365213, -0.0070991423, 0.0215259846, 0.00683941739, 0.0170933492, -0.00639615394, 0.0042075403, -0.00200853776, 0.0127299745, 0.000486118079, -0.0102712465, -0.0130554959, -0.00124754442, -0.0142952483, -0.0211381298, 0.0177582446, -0.00392703759, -0.0175089091, -0.0123074884, -0.00624378212, -0.00176266511, -0.0118850032, 0.00424909638, -0.00483087962, 0.0078194458, -0.00986261293, 0.0105829164, -0.00144320366, -0.0159159303, 0.00192023139, 0.00375042483, 0.0117118536, -0.00319980853, 0.00069259922, -0.00608794717, -0.0176058728, 0.0197529308, -0.0194066316, -0.00612604, -0.00159644126, -0.000818565721, 0.00967561174, 0.00624378212, 0.0032552164, -0.005481923, -0.0240193419, -0.0130139394, -0.00694677047, -0.00913538411, -0.00353398756, -0.0105898427, 0.0183677319, -0.00431835605, 0.0319703817, -0.00303358468, -0.0029348894, 0.00284138834, 0.00470274873, -0.00231328141, -0.0222601388, -0.00674591679, -0.00149947731, 0.00604985422, -0.0203347132, -0.0235760789, -0.00812418945, 0.00643771, -0.0103820628, 0.00471313763, -0.0184508432, 0.026221808, -0.00824193098, -0.00151159789, -0.0118088173, -0.0316656381, 0.00455730315, -0.00190118491, -0.00158085779, 0.0229111835, 0.0109430682, 0.0183261763, 0.0224956237, -0.0168163087, 0.00288467575, 0.00931546, -0.0069052144, 0.0286182, -0.0162068214, -0.0028206103, 0.0120304488, 0.00588709349, -0.0133117577, -0.0287844241, 0.000952323957, -0.0319980867, -0.0107491398, -0.00989724323, 0.000825058843, -0.00625763414, 0.00765322149, -0.000699958124, -0.0116564455, -0.00948168337, 0.0160267465, 0.0180768408, 0.0155834826, 0.000246089156, 4.44778561e-05, 0.00448111724, -0.00297990814, 0.0167886056, -0.00232020742, -0.00230116094, -0.0017557391, -0.00185270293, 0.00874752831, 0.0102920244, -0.00851897057, 0.0105898427, 0.0105344346, -0.00301973266, -0.0156250391, 0.0223571043, -0.0132078677, 0.0232851859, -0.00127178535, -0.00485512055, 0.0300865117, 0.00436337525, -0.0123559702, -0.00286216638, -0.00102418114, -0.0121204872, 0.0011462518, 0.00603253953, 0.00207260321, 0.0196421146, -0.00337468972, -0.00941935, -0.019600559, 0.0113032199, -0.0015038061, 0.000766620797, 0.00591826066, 0.0101604313, -0.00367077603, -0.0116287414, 0.00277905446, 0.0155557785, -0.0113239978, -0.0116218152, 0.0128684938, 0.00766014773, 0.00372272101, -0.0046231, -0.0233544465, -0.0392842293, -0.0148770316, -0.00583861163, -0.00610872544, 0.00388201885, 0.00282234186, -0.00575549947, 0.00505943736, -0.00675284257, -0.0131940152, 0.00816574506, -0.00973794516, 0.02030701, 0.00305955717, 0.00548884878, -0.0103405071, 0.0198775977, 0.0023392539, -0.0130139394, 0.0134294992, -0.00206914032, 0.0102089131, -0.0159851909, 0.00987646542, 0.0161375627, -0.0131940152, -0.00534686632, -0.00389240775, -0.0306405909, 0.0209996086, 0.00117395574, 0.0193512235, -0.000791294617, -0.00964790769, -0.00359805301, -0.0133117577, 0.00721688429, -0.00184231403, 0.0175227616, -0.0310838539, -0.000577021739, 0.00660393387, -0.00752162794, -0.00824885722, 0.0122035984, -0.0100773191, 0.00262495107, 0.00594942737, 0.00789563172, -0.00829733908, 0.0107075842, -0.00272191502, 0.00130208663, 0.0191018879, 0.0173149817, -0.0111785522, 0.00779866753, -0.00394781586, 0.00714069838, 0.00887219608, 0.00119300222, -0.00862978678, 0.0127022704, 0.0171626098, 0.00389587064, 0.00361190503, -0.0090938285, -0.0239916369, -0.00774325943, -0.0254738, 0.0129723838, 0.00971716736, 0.00260071014, 0.00624724524, 0.00414866954, -0.00936394185, -0.0148493275, 0.0230219979, 0.0373172462, 0.0106175467, 0.00215917802, -0.0143783605, 0.0193235185, 0.0280641206, 0.00238254131, -0.00230289251, 0.0257923957, 0.0209164973, 0.00356342318, -0.0106175467, -0.00597713143, -0.0170933492, 0.00655545201, -0.00964098144, 0.0202377494, 0.016982533, 0.0141359502, -0.00720303226, 0.0234929658, 0.00800644699, 0.00874752831, 0.0014890884, -0.00202238979, 0.01674705, -0.0492022485, 0.00991109479, 0.00206914032, -0.00353398756, 0.00944705401, -0.0119611891, -0.016040599, 0.0203485657, -0.00540573709, -0.0341035873, 0.0208195336, 0.00750084966, -0.0123213409, 0.00150120887, 0.0162068214, 0.000755366054, -0.00188560144, -0.0270667784, -0.0212766491, -0.0195590034, -0.00768785179, -0.0101119485, -0.0156527422, -0.0233128909, -0.0137273166, 0.0148770316, 0.0181183964, 0.014052839, -0.0276070051, 0.0236730427, 0.00124494708, 0.0223016962, -0.00079302612, -0.00251240376, 0.00767399976, 4.00408935e-05, 0.0137827247, -0.00295739877, 0.0188802555, -0.0135610932, 0.00745929405, 0.00622646697, 0.0149878478, 0.0175504647, 0.0196421146, 0.0124944905, -0.00966175925, 0.00492091756, 0.0096894633, 0.000724199053, -0.00627494929, 0.00259205257, 0.010153505, 0.0251136478, 0.00485858368, -0.0102920244, 0.00556157203, -0.0105552124, 0.00192196295, 0.0121135609, 0.00182153599, 0.02407475, 0.00945397932, 0.000145012964, 0.0167609025, 0.014364508, -0.00558581296, -0.00730692223, 0.00178863748, 0.00974487141, -0.0141013209, 0.0132909799, 0.0247950535, -0.0065727667, -0.0283550136, 0.012037375, 0.0264572911, -0.00155228807, 0.000552780752, -0.0207087174, -0.000758396171, 0.000886527, -0.0180214327, -0.00559273874, 0.00175227609, 0.00500749238, 0.00983490888, 0.00422485545, -0.00930853374, 0.0225371793, -0.00991802104, -0.00782637112, 0.0106798802, -0.00844278466, 0.0154588148, -0.032025788, 0.0206256062, -0.0104166931, 0.0203347132, -0.00395820476, 0.0298371762, 0.00095924997, 0.00102158391, 0.0280502699, 0.00591826066, -0.00844278466, 0.0185893644, 0.00501441862, 0.0112339593, -0.0154449632, -0.0101812091, 0.00351320975, 0.00308552966, 0.00953709148, 0.0126260845, -0.000390669273, -0.0138450591, -0.0064792661, 0.0031894194, 0.00642732112, 0.0114763696, 0.00662124855, 0.0212489441, 0.0145168798, -0.0174673535, -2.11296883e-05, 0.000980893732, 0.0112616634, 0.00617798511, 0.0185755119, 0.000404304796, -0.00923234783, -0.0102920244, 0.0347684808, -0.000325088768, 0.0167331975, 0.01287542, 0.00261802506, -0.00575896259, -0.00125620188, -0.00402746443, 0.00684288051, 0.0181738045, -0.00509753032, -0.0158605222, -0.0318872705, 0.0113170715, 0.00639961706, -0.0324690528, 0.018603215, 0.0015038061, -0.0102504687, 0.000736752467, -0.0165392701, -0.00243968074, -0.0309176296, 0.0192265548, -0.0225925874, -0.0253768358, -0.0116495192, 0.024988981, 0.00640308, 0.00102158391, 0.000731557957, -0.00470967498, 0.00664549, 0.00413828064, 0.00294181518, -0.00394781586, 0.0245734211, 0.00620568916, -0.00683249161, -0.00170639134, -0.00886527, -0.00622646697, 0.015541927, -0.0124529339, 0.012743826, -0.00224575307, 0.00424909638, 0.00562736904, 0.000682210259, 0.0160544496, -0.0140389865, -0.0130070141, 0.0221216194, -0.0184092876, -0.0118157435, -0.0103197284, -0.00270113698, 0.00297990814, 0.0305851828, -0.00391664868, 0.00552694174, 0.0420269221, -0.0122243762, 0.00063242967, 0.0137203913, -0.0148770316, 0.0180214327, 0.0179383196, -0.00743159, 0.00364307198, 0.00635113521, -0.0145307323, -0.0086713424, -0.00707143825, -0.0244626049, 0.00273923, 0.0153202955, 0.0188109949, 0.00334871723, -0.00677015772, 0.00832504313, 0.0136303529, -0.00214532623, -0.00592172332, 0.0061572073, 0.000589575095, -0.00807570759, 0.0185201038, -0.00715455, 0.00563429482, -0.00354264514, -0.0300033987, -0.0203208625, -0.00511138234, -0.0106452508, 0.0195451509, -0.0178413559, 0.032053493, 0.003153058, 0.00307687209, -0.00306821475, 0.00915616192, -0.00864363834, -0.00747314561, 0.00612604, 0.000285697199, -0.0197529308, -0.019808339, -0.0109569198, -0.00399629772, 0.00747314561, 0.0125291198, 0.0116495192, 0.0177028365, -0.00624378212, 0.0113863312, 0.0119542629, 0.015541927, -0.0120304488, 0.0332447626, -0.0185893644, 0.00220246566, -0.0155280754, -0.00326906843, -0.024518013, -0.0030837981, -0.0152648874, -0.0192681104, -0.00926697813, 0.000322491513, 0.0197252259, -0.0163868982, 0.0144476201, 0.0152510349, 0.00807570759, -0.00578666665, 0.0214982796, -0.0378159173, -0.0180491358, 0.00783329736, 0.000335477758, 0.0118365213, -0.0157358553, 0.00332620787, 0.00833196845, -0.00201026932, -0.00427680044, 0.0220800638, 0.0136234267, 0.00196525035, -0.00522219809, -0.0159713384, 0.0114001837, 0.012141265, -0.0020397047, 0.00665587885, -0.00309765013, -0.0169686805, 0.0121620428, 0.0144060645, -0.0109292157, -0.000883064058, -0.0171764605, -0.0128407897, -0.0226756986, -0.00499017769, -0.00675976882, -0.01674705, 0.00114971469, 0.0133117577, -0.00824193098, 0.0111023663, 0.0269559622, 0.00854667462, 0.00310284458, 0.00410365034, 0.0145584363, -0.00505943736, 0.0143368039, -0.0235760789, -0.0305574778, 0.0103058768, -0.00290025934, -0.00527068041, 0.0127230482, -0.00709221605, 0.014890884, 0.021221241, -0.026401883, -0.00369847985, 0.00811033696, 0.00360844214, 0.0285073854, 0.00830426533, -0.0180352852, -0.00245180121, 0.00707143825, 0.0192542598, 0.0123698227, 0.00717532821, 0.00117828441, -0.00147004193, 0.0309453346, -0.00860900898, -0.0083388947, 0.00607755827, -0.00198083394, -0.0132494234, 0.0203901213, 0.00713377213, -0.00759781385, 0.0144891758, -0.0270667784, 0.000606457237, -0.0648826957, -0.00210723327, -0.0141428765, -0.00862286054, -0.00975872297, 0.0124598602, 0.0332447626, 0.00974487141, 0.0293662082, 0.0142813968, -0.0067874724, -0.00108045479, -0.022661848, -0.00821422692, -0.0188802555, -0.00790255703, 0.0290337596, 0.00831119064, 0.00553386798, -0.00183365645, 0.02051479, 0.0064792661, 0.00202758424, -0.0168578662, -0.0107214367, 0.01287542, -0.0166223813, 0.012480638, -0.0285904966, -0.0314163, 0.0175920203, 0.00952324, 0.00937086809, -0.0126053058, 0.000652774761, -0.00960635114, -0.0104443962, 0.0128338635, -0.00325348484, -0.000250850775, -0.000409499306, -0.0222185832, 0.0027513504, -0.00666973088, 0.00531916227, -0.00205182517, -0.00545768207, -0.00912153162, 0.00230462407, -0.0135195376, -0.0112755159, 0.0330231301, -0.00715455, -0.0190187749, 0.00212627975, 0.0103128031, -0.0326352753, -0.0016241452, 0.0228280704, -0.0100288372, -0.00810341071, -0.0137203913, 0.00125273888, 0.00618837401, 0.0382314771, 0.0157358553, -0.0243240856, 0.0105413608, -0.0143783605, -0.00768785179, -0.0178829115, -0.0209580529, 0.00804107729, -0.0182430632, -0.00392703759, 0.010596768, -0.00584900053, 0.00699178921, 0.000216978355, 0.00941935, -0.0203762688, -0.00693291845, 0.0273022614, -0.0061121881, 0.0207364205, -0.0014051107, -0.0162899345, -0.0139281703, 0.00833196845, -0.00750084966, 0.00966175925, -0.0126537886, -0.0161237102, 0.0340481773, -0.0029123798, 0.00409326144, -0.00921157, -0.0144060645, 0.00733462581, 0.0231743697, -0.0113032199, -0.00516332733, 0.00129602628, -0.00344394962, 0.0354333781, -0.0132217193, 0.00393742649, -0.0173011292, 0.00244833832, 0.0287567209, 0.0226202905, -0.0192958154, 0.0166362338, -0.017924469, 0.00989031699, -0.00888604857, 0.00842200685, -0.000656670658, -0.0176197253, -0.0434675291, 0.0200576745, -0.0187140312, -0.0200022664, 0.00525336526, 0.00561005389, 0.0045295991, -0.0319149718, -0.0138312066, -0.00952324, -0.0157358553, -0.0186586231, 0.0113724796, -0.00590787176, -0.0096894633, 0.00557196094, -0.0116079636, 0.0046785078, 0.00578666665, 0.00318595651, 0.0141220987, -0.00411750237, -0.00981413107, 0.00296778767, 0.0130485697, 0.00195659278, -0.0136649832, -0.00451228395, 0.0030734092, -0.0175366122, 0.00363960909, -0.00557542406, -0.020750273, 0.014627696, 0.00588709349, 0.00100773189, -0.0105552124, -0.015541927, 0.00217476161, 0.0156111866, -0.00310457614, 0.0346299633, -0.00944705401, 0.0120789306, -0.0034526072, 0.00960635114, 0.00670782384, 0.00543344114, -0.00185270293, -0.00357381208, -0.002649192, 0.000852762838, 0.024047045, -0.0142259886, 0.00306128873, -0.00583168538, 0.00404131645, -0.0212489441, -0.00620222604, 0.00628880132, 0.0167331975, 0.0104166931, 0.0135610932, 0.0138035025, -0.00552001595, 0.0165254176, -0.0262079556, 0.000440882694, 0.0203347132, 0.00602215063, 0.0128407897, -0.0173565373, 0.00414866954, -0.030169623, -0.011642593, -0.0184646957, 0.00592518644, -0.0125776026, -0.00579705555, 0.0267620347, 0.000739349693, -0.000921157, 0.0123698227, 0.000134407543, 0.00609141029, -0.00310111302, 0.0106106205, -0.0115179252, -0.00713377213, 0.00366731291, -0.00248816283, 0.00608794717, -0.00754933152, -0.0173011292, -0.00185616594, -0.00574164791, 0.00128304, -0.0126399361, 0.00135056849, -0.00950246118, -0.00116010371, -0.0140320603, -0.00461963704, 0.0409187637, -0.000141874625, 0.0223848075, -0.00983490888, -0.00741081173, -0.00821422692, -0.00911460631, 0.0131316818, 0.011538703, 0.0234514102, -0.000192845604, 3.12751836e-05, -0.00128650304, 0.00092375424, -0.00418329937, 0.0239500813, -0.00696408516, 0.00616759621, 0.0122243762, 0.00334871723, 0.00510791922, -0.0026388031, 0.0263603274, 0.00805492885, 0.00413828064, 0.00879601, 0.0149185881, -0.00282926788, -0.00830426533, -0.000661865168, -0.0237700064, 0.0084289331, 0.00977950171, -0.00129948929, -0.0212905016, -0.000692166388, -0.00192369439, -0.0132632758, -0.0342698097, 0.00166310393, 0.00366731291, 0.00546807097, -0.00725844, -0.00697793718, 0.00146657892, -0.0243240856, -0.00197217637, -0.00980027951, 0.000973967661, 0.000674418523, 0.000970504712, -0.0184092876, 0.00570701761, 0.0147800678, 0.000621607818, 0.00841508061, -0.00309765013, 0.00566199888, -0.0163314901, -0.00684288051, -0.0234929658, -0.00224921596, 0.00798566919, 0.0153479995, -0.0122243762, 0.00542305224, 0.00191676838, -0.00443609804, -0.00304224226, 0.000857091567, -0.00709221605, 0.00858823, -0.0185893644, -0.00720995804, 0.00451574707, 0.00224229, -0.00787485298, -0.0194620378, 0.0249335729, -0.0298925824, -0.00682902848, 0.00275654509, 0.00441532, -0.0141567281, -0.0256261714, -0.0211104248, 0.00226653111, -0.00877523236, -0.0230081473, -0.00611911435, -0.00246911636, 0.0070991423, -0.00351840421, 0.0213874653, -0.012951606, -0.0181045439, 0.00470621185, -0.00574164791, -0.004474191, 0.0243517887, -0.00386816682, 0.00379890692, -0.000166873127, -0.00849819276, 0.00351147819, 0.00669743447, -0.00529145822, 0.00434606, 0.00734847784, -0.00884449203, 0.00923234783, 0.00828348659, 0.0102366172, 0.00315652112, -0.00932931155, 0.0153757036, -0.00619183714, -0.0177859478, -0.00360844214, -0.0171072017, -0.016040599, -0.0256815795, 0.00860208273, -0.020223897, -0.00795796514, -0.0122035984, 0.0236176345, -0.0119542629, -0.00856745243, -0.00254530227, -0.00923927408, 0.025695432, -0.0134017952, 0.0124460086, -0.0112201078, -0.00135143427, 0.0170379411, 0.00295220432, -0.0180906914, 0.0034629961, -0.0101950606, -0.0229942948, 0.00310111302, -0.0206948649, -0.0150709599, 0.000635026954, -0.0103266547, -0.0124113783, -0.00190291647, 0.00213840022, 0.0104790265, 0.0685396194, -0.00650350703, 0.00349070015, -0.0159436353, 0.00492784381, -0.00474776793, -0.00768785179, 0.0304466635, -0.0150016993, 0.0401430503, 0.00270113698, 0.0200161189, -0.00384738878, -0.0109776976, 0.0112547381, -0.0190603305, 0.0028206103, 0.00597020565, -0.0159990434, -0.000392400747, 0.0103405071, 0.00911460631, -0.00479278667, -0.0206117537, 0.00170206267, 0.00660393387, -0.0112339593, 0.00279290648, 0.00073805108, 0.019572854, -0.0108045479, 0.00392703759, -0.00139731902, -0.00343356072, -0.0115802595, 0.0317764543, 0.0281333812, 0.000172933374, -0.0015367046, -0.0232020747, 0.0141982846, 0.0138658369, 0.0216090959, 0.0166085307, 0.0191434436, -0.00601868751, 0.0123282662, -0.0205979012, -0.000748007209, -0.0385085195, 0.00793718733, -0.00620568916, -0.00623339321, 0.0112408856, 0.00220766, 0.00143108319, 0.00907997601, 0.00641346909, 0.0141151724, 0.00583861163, 0.0192404073, 0.0187140312, 0.000758396171, 0.00309765013, 0.0103751365, -0.0176058728, 9.68015665e-05, 0.00196178746, -0.00426987419, -0.00612950325, -0.00304743671, -0.0145722879, 0.0164700095, -0.00474430481, 0.00701256748, 0.032579869, 0.0067874724, 0.00268382207, 0.0195451509, 0.00401707552, -0.017218018, 0.00943320151, -0.0199053027, -0.0304466635, -0.0052048834, -0.00262321974, -0.0058247596, -0.0177305397, 0.000360151607, 0.0350732245, 0.00112720532, 0.0138866147, 0.00306648319, 0.0165254176, 0.0138450591, 0.00873367675, -0.0155142229, 0.0084289331, 0.0189495161, -0.0159990434, 0.0161929708, 0.0135472408, 0.0175366122, -0.00241717137, 0.00883756671, 0.0186447725, -0.00479625, -0.000286346505, 0.00671128649, 0.0187140312, 0.00549577503, 0.0134156477, 0.0161514152, 0.00858130492, -0.00391664868, 0.00460924814, 0.000696495117, -0.000489148195, 0.0331339464, -0.00204663072, -0.0152510349, -0.000258858956, -0.021456724, -0.0046785078, -0.00587670458, 7.95948e-05, 0.020043822, 0.0142675443, 0.0132840537, -0.0102712465, -0.00499017769, -0.00999420695, -0.0144199161, -0.00496593677, 0.0226756986, 0.027814785, -0.0164977144, 0.00272364658, 0.00224575307, 0.00812418945, -0.00167782162, -0.014025135, 0.0134433517, 0.000286779366, 0.00528106932, 0.00402746443, -0.00964790769, 0.000944532221, 0.0403923877, -0.0176889841, 0.0040136124, 0.00269594253, -0.000666626787, -0.0123559702, -0.0019306204, 0.0100149848, 0.012716122, -0.0203762688, 0.00396513054, 0.00376427686, -0.0137688732, 0.000132567817, 0.0246842373, -0.00789563172, -0.00659354497, -0.0143506564, 0.00429411512, 0.00178344303, 0.00337815285, 0.00199988042, 0.0158882271, 0.0246703848, 0.0107768439, 0.0110608097, 0.00273749861, 0.0080618551, 0.00631996803, -0.00449843192, 0.0116772233, -0.0115525555, -0.00770862959, -0.000596934, 0.000457981252, 0.0358489379, 0.00886527, -0.0244764574, -0.00907997601, -0.0020985757, 0.0141982846, 0.0165669732, -0.00547499722, -0.0367908701, -0.00527760619, -0.0160267465, -0.00108132057, 0.0171487574, 0.000941069215, -0.02428253, -0.00706451247, -0.0121828206, 0.0439107902, -0.0175227616, 0.00484819477, -0.0250443891, -0.0196282621, -0.00922542159, -0.00687404769, 0.0165254176, 0.0148216235, 3.54416e-05, 0.00918386597] |
01 Apr, 2024 | How to Replicate Postman POST API Request using AJAX ?
01 Apr, 2024
In this project we'll mimic the action of submitting data using POST to a server from a web page. We replicate this process using AJAX (Asynchronous JavaScript and XML) directly in a web page, we're embedding similar functionality within our own interface. This involves setting up HTML elements like input fields and buttons to gather user input, using JavaScript to construct and send the request to the server, and handling the response accordingly.
PrerequisiteAJAX JavaScriptHTMLNodeJSExpressJSApproach to Replicate Postman POST API Request using AJAXSetup HTML structure and define JavaScript Function.Set up the XMLHttpRequest object with the appropriate details.Construct the payload for your POST request. Use the XMLHttpRequest's send() method to send the POST request to the desired API endpoint. Setting Up ExpressJS: The code initializes an Express.js server.Define logic within the callback function to handle the response received from the server.Steps to Create HTML project that replicates Postman POST APISet Up Your HTML File (Frontend):Create an HTML file with the name index.js. Add the below mentioned code in it.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POST Request Example</title>
</head>
<body>
<input type="text" id="urlInput" placeholder="Enter API Endpoint URL">
<button onclick="sendPostRequest()">Send POST Request</button>
<div id="response"></div>
<script>
function sendPostRequest() {
var xhr = new XMLHttpRequest();
var url = document.getElementById("urlInput").value;
xhr.open("POST", url, true);
xhr.setRequestHeader("Content-Type", "application/json");
xhr.onreadystatechange = function () {
if (xhr.readyState === 4) {
if (xhr.status === 200 || xhr.status === 201) { // Handle both 200 and 201
// Handle the response data here
document.getElementById("response").innerText = xhr.responseText;
} else {
// Handle error response here
document.getElementById("response").innerText = 'Error: ' + xhr.status;
}
}
};
var data = JSON.stringify({
// Include your request payload here
key1: 'value1',
key2: 'value2'
});
xhr.send(data);
}
</script>
</body>
</html>
Run the HTML fileTest your implementation by opening the HTML file in a web browser.
Set up the Backend:Step 1: Initialize a Node.js Project
Open your terminal.Create a new project directory, Navigate to your project directory.mkdir <<name of project>>cd <<name of project>>Run the following command to initialize a new Node.js project and create a package.json file:
npm init -yStep 2: Install Dependencies
Run the following command to install the required dependencies (Express.js,cors):
npm install express corsStep 3: Create index.js File
The index.js below sends request to the server using POST method. Let's test this file using both Postman and our project.
JavaScript
// index.js
const express = require('express');
const cors = require('cors');
const app = express();
const port = 5000;
app.use(cors()); // Enable CORS for all routes
const propertySchema = {
name: String,
description: String,
numberOfRooms: Number,
washroom: Number,
kitchen: Boolean,
hall: Boolean,
amenities: [String]
};
// Temporary storage for properties
let properties = [
{
id: 1,
name: "Luxury Beachfront Villa",
location: "Malibu, California",
room: 7,
price: 1500000,
amenities: ["Private Beach Access", "Infinity Pool", "Home Theater"]
},
{
id: 2,
name: "Charming Cottage",
location: "Cotswolds, England",
room: 3,
price: 400000,
amenities: ["Fireplace", "Garden", "Country Views"]
},
{
id: 3,
name: "Modern Downtown Loft",
location: "New York City, New York",
room: 2,
price: 800000,
amenities: ["City Views", "Gym", "Concierge Service"]
},
{
id: 4,
name: "Rustic Mountain Cabin",
location: "Aspen, Colorado",
room: 4,
price: 600000,
amenities: ["Hot Tub", "Ski-In/Ski-Out Access", "Wood-Burning Fireplace"]
},
{
id: 5,
name: "Paris Apartment",
location: "Paris, France",
room: 6,
price: 2500000,
amenities: ["Terrace", "Panoramic City Views", "24/7 Security"]
},
{
id: 6,
name: "Secluded Lakeside Retreat",
location: "Lake District, England",
room: 5,
price: 1000000,
amenities: ["Private Dock", "Boathouse", "Tranquil Surroundings"]
}
];
// // Route to list properties
app.get('/properties', (req, res) => {
res.json(properties);
});
// Route to create a new property
app.post('/properties', (req, res) => {
const newProperty = req.body;
properties.push(newProperty);
res.status(201).json({ message: 'Property created successfully', property: newProperty });
});
app.listen(port, () => {
console.log(`Server is running on port ${port}`);
});
Output of POST API in Postmanoutput in PostmamOutput in POST API HTML fileoutput in index.js
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ? | https://www.geeksforgeeks.org/how-to-replicate-postman-post-api-request-using-ajax?ref=asr10 | CSS | How to Replicate Postman POST API Request using AJAX ? | Different types of module used for performing HTTP Request and Response in Node.js, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, CSS, Node.js Stream writable.writableFinished Property, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0528934598, 0.0335056968, -0.0169642922, 0.0445658304, 0.0022587881, -0.00104400341, 0.0240557883, 0.024185909, -0.0325135365, 0.0329201594, 0.0534464642, -0.00550566893, -0.0001326606, -0.0696788356, 0.0232100151, -0.0328225717, -0.0505187847, -0.00753471535, -0.0510067306, -0.0072012851, -0.0163868889, 0.00826257, -0.0168992318, -0.00633924548, -0.0328551, 0.0378972217, 0.0112390472, 0.0270810612, 0.00313099357, -0.0049160663, 0.0105396565, 0.00857973564, 0.0304478947, -0.0236166362, -0.00264304643, 0.0107185701, 0.000667877495, 0.0058187684, -0.0232262798, -0.00633924548, 0.0345141217, -0.0034928876, 0.00479814596, -0.0241208486, -0.0125890337, 0.0135567952, 0.00817311276, -0.0282846633, -0.00655068923, 0.02628408, 0.0362707302, -0.021811232, -0.00528202672, -0.00112939405, -0.00115480798, 0.00390560948, 0.024706386, -0.012898067, -0.0188835505, -0.000808670593, 0.038417697, -0.0374743342, 0.00802672841, -0.011889643, 0.0131013785, 0.0826907605, -0.0351647176, 0.0334731676, -0.0115806097, 0.0332942531, -0.0178263318, 0.0137682389, -0.000905243389, 0.0398164801, -0.0100517087, -0.00735173561, -0.00914087426, 0.0250804778, 0.0106291128, 0.0362382, 0.0134917358, -0.00774209294, 0.00515190745, -0.0117025962, 0.024706386, 0.00700610643, -0.0391008221, -0.0690933, 0.0415080301, 0.00247836439, -0.0096938815, -0.0166877881, 0.0104827285, -0.0176474173, -0.0252919216, 0.0339611135, 0.0037409272, 0.00862853, -0.0252105966, 0.0158908088, 0.005753709, 0.0183468089, 0.0205588359, -0.0202010069, -0.00428580167, -0.0113366358, 0.0282358695, -0.00476561626, 0.0158582795, 0.00910021272, 0.0604729019, 0.0233238693, -0.0298948884, -0.0141423317, 0.00103332952, -0.0135974577, -0.0119953649, -0.0644415393, 0.0104095368, 0.00445251679, -0.00964508671, 0.0224943589, 0.0239582, 0.0226407424, -0.0149230473, 0.0206076298, -0.000816803, 0.0191600546, 0.0153134046, 0.00924659614, -0.025877459, 0.00743712625, 0.00535928505, 0.0111414576, 0.00499332463, 0.00518443715, 0.00376939098, 0.00396863604, 0.00198533456, -0.0337659344, -0.0188835505, -0.0241371132, -0.0287400801, -0.0271135904, 0.0184281338, 0.0144676296, -0.0014445266, 0.0239094049, -0.0242347028, -0.0229335111, -0.0594644807, -0.0542271808, 0.0235841069, 0.00918153673, 0.00418414595, -0.0347093, 0.00507058296, 0.00570491422, -0.0161754452, -0.00819344446, 0.0155167161, -0.042646572, 0.0109462785, 0.0322207697, -0.00233198027, 0.0149474442, 0.042158626, -0.0351647176, -0.0757293776, 0.0321882404, -0.0311147571, -0.0320255905, -0.00760790752, 0.0382550471, -0.0671415105, -0.0109137492, 0.0250967424, -0.00614406634, 0.0301876571, -0.0184769277, 0.0169968214, -0.00647749705, -0.00931978878, 0.00579437101, -0.00412925193, 0.00720535126, 0.0188347567, -0.0208841339, -0.0167853776, -0.0254545715, -0.0555283725, 0.00235231128, 0.0472007431, 0.0222991798, -0.0188998152, 0.0103363451, -0.0229660403, 0.0169317629, -0.000253376667, -0.00483067567, 0.0125077087, -0.0877003446, -0.0382875763, 0.00408858946, 0.00701423874, 0.0126947556, 0.0187209, -0.042158626, 0.0502910763, -0.0210142527, -0.0222666506, -0.0088562388, 0.00593262259, -0.035750255, 0.0247877091, -0.00319198682, -0.0418658555, 0.000816803, -0.0370189138, -0.0219738819, -0.0450537764, 0.0147603983, -0.0168667026, 0.00757131167, -0.0197293255, -0.0178100672, 0.00282805972, -0.00105925172, 0.0271135904, 0.00965321902, 0.0141423317, -0.00594075536, 0.00395440403, 0.00102468883, -0.0119059077, 0.0239744652, -0.0108974837, -0.0319605321, -0.0341237634, 0.0413453802, -0.0155655108, 0.0161591787, 0.0155248484, -0.0103444774, 0.0156874973, 0.00972641073, -0.0532512888, 0.0398815386, 0.0178751275, -0.00865292735, 0.00388934463, -0.0100842388, -0.0058756955, 0.030756928, -0.00888063572, 0.0067458679, 0.00987279508, -0.00527796056, 0.0144838942, -0.0429068096, 0.00133168884, -0.0132152326, -0.0179727152, 0.0310659613, 0.0297322404, 0.0240557883, 0.0206238944, -0.0205425713, -0.00893756375, 0.00326721207, 0.0535765849, -0.0204612464, -0.00830323249, 0.0314563178, -0.013524265, -0.0160941202, -0.0125727691, -0.0236166362, 0.0280081593, -0.00374702667, 0.0103688743, -0.0154760536, 0.0538368225, 0.0446634181, -0.016305564, -0.0194528215, -0.0121905431, -0.0130363181, -0.0287075508, 0.00735173561, -0.0203636568, -0.0227708612, 0.0222341195, 0.0147929275, 0.0326436572, 0.0438827053, 0.00819751061, 0.0259913132, 0.023258809, 0.0585211143, -0.00657915277, -0.0318304114, 0.00360064255, 0.0560488515, -0.0171757359, -0.00431019906, -0.00740053, -0.00618472882, 0.00789254345, -0.0239094049, 0.0486320555, -0.0195829421, -0.0222991798, -0.0350020677, -0.0274226237, 0.0544548891, 0.035392426, 0.0122637358, -0.0206076298, -0.0602777228, -0.0134592056, -0.0128736692, -0.0759245604, 0.0707848519, 0.0321394466, -0.024104584, -0.0213720798, 0.00769329816, 0.0227708612, -0.014752266, -0.0276178028, -0.0268045571, 0.00209410605, 0.0136381201, 0.00678246375, -0.0448585972, -0.0234051924, 0.0214696694, -0.00433053, 0.0322045051, -0.0103444774, -0.00764857, 0.00614, 2.10617764e-05, 0.067206569, 0.0108486889, -0.0118327159, 0.0138414307, 0.0289189946, 0.0112634441, 0.00156956294, 0.0110032056, 0.0482742265, -0.00926286168, 0.0108405566, 0.0106779076, 0.00888876896, -0.0136137223, -0.0480139889, 0.0330177508, 0.0247551799, 0.0218600277, 0.0168829672, 0.0269509424, 0.0142073911, -0.0271786507, -0.010279418, -0.0227220673, 0.0180215109, -0.0129143316, -0.0120360274, 0.0202498026, -0.02628408, 0.00336480141, -0.0741679519, -0.0276178028, 0.034871947, -0.00722568249, -0.0155817755, 0.0260563716, 0.0150938286, 0.0137601066, 0.00854720548, 0.0804787353, -0.00672960281, -0.00836016, 0.0262678154, -0.0437200554, 0.0243648216, 0.00297444384, -0.00407435792, 0.0020981722, -0.0174685046, -0.0195341464, -0.0155899078, -0.0228359215, 0.0169480275, -0.0240395237, 0.0182329547, 0.00474528503, 0.00356811285, -0.00916527212, -0.00161530799, 0.0478838682, -0.0171594713, -0.00482254336, 0.014695338, -0.0270647965, -0.00336276833, 0.024104584, -0.0341888219, 0.0364008509, -0.0304316301, 0.000870172225, 0.0403044261, 0.038775526, 8.64072863e-05, 0.0420935638, -0.0186721068, 0.00746559, 0.0244786758, 0.011670067, -0.0058756955, -0.00461516576, -0.0447610095, 0.00676213251, -0.0207540151, 0.0175498277, 0.00714842416, -0.0224780943, -0.0197781194, -0.0373767428, 0.0111658545, -0.0239419341, -0.00126561266, -0.00408249, 0.027016, -0.0101736961, -0.000762925541, -0.00247836439, -0.0141423317, 0.0276665967, -0.00299477507, -0.00118937087, -0.0327412449, -0.00654255645, -0.0600825474, 0.00101909775, -0.000755301386, -0.0206076298, 0.00069176656, -0.0150043713, -0.0469405055, -0.011344769, 0.0169154983, -0.0237142257, -0.0568295643, 0.0136137223, 0.0198269151, -0.0251455382, 0.00395643711, -0.00188164576, -0.00634331163, 0.0114992857, 0.0144920275, 0.00317165582, -0.0207865443, 0.008506543, -0.0012666292, -0.0232750736, 0.0066889408, -0.00268777506, 0.0253081862, 0.0306593385, 0.00770956324, 0.00691258302, -0.00226692064, -0.0157525577, 0.0304641612, -0.0204937756, -0.00891316589, 0.0236329, 0.0205263048, -0.0211443715, 0.00849841069, 0.0156712327, 0.00763637107, 0.00256375503, -0.0178751275, 0.00115582452, 0.0101086358, 0.00577404, -0.0162567683, -0.00675806636, -0.00949870236, -0.0485344641, -0.0262352861, -0.0228359215, 0.0177775379, 0.0246087965, -0.00417194702, -0.000238636596, -0.00334853656, 0.0112146493, -0.00828696694, 0.0279268362, -0.0235190466, 0.0396863595, 0.0384827554, -0.0205913652, 0.00891316589, -0.00854720548, -0.0062660533, 0.0334731676, 0.00287482142, -0.0181678943, -0.025275657, 0.00108161592, 0.000381716905, 0.00786407944, 0.0158908088, -0.0164194182, 0.00100537424, -0.0449887179, -0.0356851928, -0.0183468089, 0.00814465, 0.0106372451, 0.00867732521, -0.0262352861, -0.00895382836, 0.00890503358, 0.0334406383, 0.0249828883, -0.00426140428, -0.0227545965, -0.00572931161, 0.0287888758, 0.0298460945, -0.000133931302, -0.0453790762, 0.0274063591, -0.0444357097, -0.00495266262, 0.0152076827, 0.0328551, 0.0112715764, -0.0204937756, 0.00574557623, 0.00694511272, 0.00275893393, 0.0241696443, 0.0336683467, 0.0193552319, -0.0117025962, -0.0270973258, 0.0149718421, -0.024348557, -0.038417697, -0.0112715764, 0.00635957625, -0.0251455382, 0.0046680267, -0.0204937756, 0.000711081142, -0.0272437092, -0.00646936474, 0.0236166362, 0.00384054985, -0.025194332, 0.00234621204, 0.0103119472, -0.0257148091, -0.0124914441, 0.00131745706, 0.049900718, 0.0096938815, -0.00877491385, 0.0226732716, -0.0167365838, 0.0109625431, -0.00571304653, -0.0154353911, 0.00708743092, -0.00809178874, 0.0209979881, -0.00655882154, -0.020721484, -0.0501934849, -0.00948243774, 0.0378972217, 0.00895382836, -0.0119791, 0.024267232, 0.00951496698, 0.0204124507, -0.0307406634, 0.0140203452, 0.0182004254, 0.0105152586, -0.0074411924, 0.0236816965, 0.00927099399, 0.0123694576, 0.00612373557, 0.00608307309, 0.031082226, 0.00550160278, 0.0265768487, 0.00214290083, -0.0189486109, 0.0100191794, 0.0259262528, 0.000787322875, -0.00396050327, -0.00886437111, 0.00979147106, 0.0283659883, -0.0260075778, 0.0183956027, 0.0194202922, -0.0188835505, -0.000726837781, -0.00283415895, -0.010580318, -0.00155228155, -0.0350345969, 0.00883184187, 0.00742899347, -0.021079313, -0.0068963184, -0.00398693373, -0.0166552588, -0.0165576693, 0.0223642401, 0.0394911803, -0.00356811285, 0.00961255655, -0.0239582, -0.0170456171, 0.00106840068, 0.0144920275, -0.0339611135, 0.116586812, -0.01745224, 0.00310862926, -0.0186070465, 0.00389137771, 0.0396213, 0.00580250379, 0.0102224909, -0.00784781482, 0.0217461735, 0.0145814838, -0.01437004, -0.0284798425, 0.00827070232, -0.0147929275, -0.0056683179, -0.00450944388, 0.015679365, -0.047005564, 0.0423212722, -0.00451351, 0.0173871797, -0.01652514, 0.023014836, 0.025275657, 0.0364659093, 0.0161266495, 0.00646529812, -0.0346117094, -0.02797563, 0.0378646888, -0.0259099882, -0.0419309139, -0.026641909, 0.0298298299, 0.0170781463, -0.0317165591, -0.0328225717, 0.0313262, 0.00439152354, 0.0200546235, -0.00150145369, 0.00154211593, -0.0125077087, -0.0198269151, 0.00343189412, -0.0181678943, -0.00353558292, -0.0037531259, 0.051722385, 0.0398164801, -0.000437373354, -0.0153378015, -0.00587976165, -0.0223642401, -0.0279105715, -0.0631403476, 0.00360064255, -0.0447610095, -0.0175660942, -0.0339611135, -0.023502782, 0.0189648755, 0.00684345746, 0.00211647036, -0.0199407693, 0.00455010636, 0.0439477637, 0.0389381722, 0.00849841069, 0.0521127433, -0.00669707311, 0.0228359215, 0.00449724542, -0.0116781993, -0.0192088485, 0.01745224, 0.0161673129, -0.0232425444, -0.013743842, -0.0237630215, 0.00294394721, -0.00576590747, 0.00971014611, 0.00188469549, -0.0147603983, -0.0125483712, 0.0151751526, -0.0213720798, 0.00756317936, 0.0175335631, -0.00595702, 0.00180642062, 0.018184159, -0.0293581467, -0.0234377235, 0.0115318149, 0.0190624651, -0.0300087426, 0.015679365, 0.00429393398, -0.0119221723, -0.00709556323, 0.00267151, -0.00502178818, 0.0123369275, -0.0380273387, 0.0013804835, 0.0110113379, 0.00424513919, -0.0397514179, -0.0268045571, 0.0107348347, 0.00918153673, 0.0272437092, 0.00444438448, 0.00888876896, 0.0228684507, 0.0311798155, -0.00773802679, 0.010360742, -0.00564798713, -0.00413331809, -0.027016, -0.0168179087, 0.0144351, 0.00486727152, 0.00703863613, 0.00398693373, 0.0222178549, 0.0333430469, 0.0234865174, 0.00466396054, 0.00840895437, -0.0291629676, -0.0209491923, -0.00992972218, 0.0139471525, -0.000549448712, 0.0174034443, -0.0107267024, -0.000458466908, -0.0311635509, 0.0151019609, 0.0117595233, -0.0188998152, 0.00603834447, 0.0208678693, -0.00510717882, -0.00167325174, 0.0102143576, -0.019387763, -0.0225106236, 0.0155329807, -0.0151426233, 0.00829916634, -0.022169061, 0.0396213, -0.0395237096, 0.0205425713, -0.00803079549, 0.000667369226, -0.000898127502, 0.0105559211, -0.0207377486, -0.0371815637, 0.0186233129, 0.0105071263, -0.00340749673, -0.0206564255, 0.010661643, 0.00892943051, -0.00205954304, 0.0323183574, 0.0105396565, -0.00918153673, 0.00961255655, -0.00924659614, 0.00396050327, 0.0447610095, 0.00335056963, -0.0302689821, 0.0207540151, 0.0134673379, -0.010116769, 0.01228, 0.00588789443, -0.0174034443, -7.77665628e-05, -0.0342864133, 0.021485934, -0.014670941, 0.013280292, 0.0188998152, 0.0429718681, 0.00280366233, -0.0154841859, 0.00223439094, -0.0201847423, -0.0131664379, -0.0116538014, -0.0365309678, 0.0288702, 0.01745224, 0.0226082131, 0.0102550201, 0.0268533528, 0.00871798676, -0.00659948355, -0.0489573516, 0.0201034173, 0.0144432327, 0.0237630215, -0.0210955776, 0.0328225717, 0.0505513139, 0.00229945034, 0.0048835366, 0.00811211951, -0.0153296692, 0.00992972218, 0.033538226, -0.0015289007, -0.00697764289, -0.0264629945, -0.0104095368, -0.0383526385, -0.00218153, -0.000952513306, 0.0107836295, -0.00279553, 0.0106047159, -0.0114423577, -0.0157688223, 0.0170618817, 0.00672553666, -0.0121661462, 0.013442941, 0.00572931161, -0.0188022256, -0.0230311, -0.00168951659, 0.0130200535, -0.0493802391, -0.00487947045, 0.0237142257, -0.0220552068, -0.0122312056, 0.000837134139, 0.00881557632, -0.00539994705, 0.00239500683, 0.030838253, -0.0172570609, -0.0142724514, 0.000502941257, 0.0223642401, 0.0163868889, 0.0133209545, 0.00185928156, 0.0198431797, 0.012214941, 0.00487133814, 0.00627418561, 0.00504211942, 0.00863666274, 0.0390032344, 0.017858861, 0.0124914441, 0.00664421218, -0.00691258302, 0.0237955507, 0.0203148611, -0.00807958934, -0.00240110606, 0.0108812191, -0.0359129, 0.0223805048, 0.0372791551, -0.00775429187, 0.0232425444, 0.000384004146, 0.0289352592, -0.0165658016, 0.00158684445, 0.00583096733, 0.0183956027, 0.0105884504, 0.0238931403, -0.00819751061, -4.49111394e-06, 0.0104176691, -0.00156041398, -0.0325460695, 0.00789254345, -0.0377345718, 0.000354015734, 0.0378646888, 0.010198093, -0.0185094569, -0.000833067927, -0.0115562128, -0.0257636029, -0.0172570609, 0.0222991798, -0.0219738819, -0.0401743054, 0.0025779868, -0.0115643451, 0.0465826765, 0.00508684805, -0.0154272588, -0.0371490344, -0.0350345969, 0.0330828093, 0.00818937737, 0.00392797356, 0.00138759939, -0.00535115274, 0.0170456171, -0.000422125, 0.0215347297, 0.0134510733, -0.00625792099, 0.00280366233, -0.00264711259, 0.0168179087, -0.0115806097, -0.00709149707, 0.0534789972, -0.00948243774, 0.00897009298, -0.0377020426, 0.00319198682, -0.0425815135, -0.0178425964, 0.0278617758, -0.00815684814, -0.0158989411, 0.0116863316, 0.00259425188, 0.0420610346, -0.0462573804, 0.0141748618, -0.00470462255, -0.0104420669, -0.030756928, -0.00287075504, -0.000379429664, -0.00146892387, -0.0181516297, 0.00278943055, -0.0124019869, 0.00697357627, 0.00304966909, -0.0302852467, -0.00817311276, 0.00420854334, -0.0128818015, -0.0351321883, 0.0347418301, 0.0224292986, 0.0346117094, 0.0352948345, -0.02459253, -0.0341237634, 0.00163360604, -0.0171106756, -0.0162649, 0.00624978822, -0.0479814596, -0.00314115919, 0.00970201381, 0.00108771527, 0.0136950472, 0.030512955, 0.00458670221, -0.0109462785, -0.0262678154, 0.0385803469, -0.0386128761, -0.00364943733, 0.0128330076, 0.0067458679, -0.00399913266, 0.016606465, 0.0218274985, -0.0306430738, 0.00292971544, 0.00913274195, -0.021241961, 0.00102214736, 0.00916527212, -0.0287238155, -0.0428417511, 0.0044606491, 0.000806129188, 0.0134104108, 0.000533692073, 0.000597226841, 0.0246575903, -0.0148010598, -0.0102143576, -0.017013086, 0.015158888, -0.0233238693, -0.0161347818, 0.00379785453, -0.00369416573, 0.0282683987, 0.0201684777, 0.00242347037, 0.0010511193, -0.00607900694, -0.0116131399, 0.0353598967, 0.0457043722, -0.0178100672, -0.0181028359, 0.02966718, -0.0153865963, 0.00284839096, 0.0190136693, -0.00479408, -0.0225431528, -0.000802571245, 0.0103282128, 0.00512751, 0.00669707311, -0.000886437134, 0.00541621214, 0.00398896728, 0.00757131167, 0.0219250862, 0.00973454304, 0.0198594444, -0.0256497487, 0.0148742525, -0.012898067, 0.0320255905, 0.0102956826, -0.00551786786, -0.0221365299, 0.0108649544, -0.00725414604, -0.00134897023, -0.0207865443, -0.00186944706, 0.013060716, -0.00336073525, 0.02797563, -0.0121986764, 0.000218432542, -0.0123206628, 0.103249595, 0.00830323249, 0.00709149707, -0.00728260959, -0.0070508346, -0.0184769277, 0.010742967, 0.0215997882, 0.0174034443, -0.0259099882, 0.0292280279, -0.0267882925, 0.0230473652, 0.00101249013, -0.00825037155, 0.0180540401, -0.0101249013, -0.00943364296, 0.012133616, -0.0140040796, -0.000289464428, 0.00991345756, -0.0117025962, -0.0115968743, 0.0315376446, 0.0142073911, 0.00559512619, -0.00159396033, -0.0273087695, -0.00166816893, 0.00729480805, -0.0219901465, 0.0114830201, 0.00809178874, 0.0203311276, 0.0551705472, -0.00190401007, -0.00231978158, -0.0167203192, 0.00246413262, 0.00947430544, -0.00578217255, -0.0239582, 0.0203148611, -0.0215022, 0.00857973564, -0.0188998152, 0.00285449019, -0.0130932452, -0.00619692728, -0.016061591, -0.0184443984, -0.00428580167, -0.00372466235, 0.00888876896, 0.0208841339, 0.00754691428, -0.015378464, 0.0291792322, 0.00441998709, -0.00576997362, -0.0195992067, 0.017696213, 0.000501924718, -0.0149718421, -0.00804299396, -0.00545687461, 0.00677026529, -0.0285123717, 0.00937671587, 0.0272274446, 0.00363723864, 0.00891316589, -0.0147197358, -0.0113854306, -0.018704636, 0.00287888758, -0.0217949674, -0.00335463602, -0.017858861, -0.00455010636, 0.0181678943, -0.0247551799, 0.0134185441, -0.00807552319, -0.0012269835, -0.0055707288, -0.0134185441, -0.000546399038, 0.0140366098, 0.0205913652, -0.00668487465, -0.00268370868, -0.0207865443, 0.015158888, -0.00199753325, 3.33875214e-05, 0.0201196838, 0.00341562927, -0.00971827842, 0.0142480535, 0.0155817755, 0.0207377486, 0.00340953, -0.0059936163, 0.0016844339, -0.00671740435, 0.0106535107, 0.00226488756, 0.0122230733, 0.0298623592, 0.000588586146, 0.0131013785, 0.00901075546, 0.011052, -0.00230351673, 0.0208190735, 0.00521290069, 0.00790880807, -0.017696213, 0.00583096733, 0.0230311, 0.00428580167, -0.0242184382, 0.00715249032, -0.008596, -0.0137682389, -0.035392426, -0.0170618817, 0.0303665716, -0.00300087431, 0.0309846364, 0.00643276842, 0.00472088763, 0.00987279508, -0.0042532715, -0.0155248484, 0.0201847423, 0.0044931788, 0.006754, -0.0204449818, 0.000786814606, -0.0476886891, 0.00998664927, 0.0235190466, -0.00644903351, -0.0122474711, 0.0187696964, 0.0114504909, -0.0110357357, -0.00320215244, -0.0232913382, -2.68752083e-05, 0.0101736961, 0.0175498277, -0.00849841069, -0.0112390472, -0.0027731657, -0.00809585489, 0.00195585447, 0.00136625173, 0.0119547024, 0.025438305, -0.015158888, 0.0152402129, 0.0244298819, -0.0139634181, -0.00397880143, 0.00914900657, 0.0313099362, 0.00022872517, -0.00602208, 0.00443625171, -0.00517223869, 0.0220389422, -0.0212256964, 0.021079313, -0.0142724514, 0.0379948094, -0.0299599487, -0.0185582526, -0.0382875763, -0.0389056429, -0.014914915, 0.00679872883, 0.00205141073, -0.0457694307, -0.00814465, 0.0082259737, 0.0154191265, 0.00219982793, 0.00239297352, 0.0042207418, 0.0360104926, 0.00892943051, 0.0055381991, -0.00252512586, -0.00590009289, -0.00583096733, 0.0258286633, -0.0135811931, 0.00209613913, 0.00422480796, 0.0210142527, 0.00712402677, -0.00827070232, -0.0269834716, -0.0144594973, 0.0157688223, -0.0104339346, -0.0312286112, -0.00188367884, -0.00220796047, 0.00650189444, 0.038417697, -0.00986466277, 0.0119791, 0.00088338746, 0.0161998421, -0.0225268882, 0.0133778816, -0.000635856, 0.00488760276, -0.00809992105, -0.0295695905, -0.0181028359, 0.0131176431, 0.0125809014, -0.00157769548, 0.031082226, -0.0376044512, 0.0319442675, 0.0186883714, -0.00705490075, -0.0126459608, 0.0135405306, 0.022169061, -0.0166389942, 0.00157362921, -0.0140528744, -0.00403166236, -0.011369166, -0.0230311, 0.000374855153, 0.0276991278, -8.57719424e-05, -0.000392390735, -0.0133534838, -0.00309033133, 0.0228847153, -0.0320581198, -0.0128655368, 0.029472, -0.0124507817, 0.00480221212, 0.0023055498, -0.0307081342, -0.0241533779, -0.0347418301, -0.0444031805, 0.00131339079, 0.0126052983, -0.0173058547, -0.00114972517, -0.0435574055, 0.0234865174, -0.0202823319, -0.00290328497, 0.0101411659, -0.00405809283, -0.0160453245, 0.0127679473, -0.00988092739, 0.00191519212, -0.000112774222, 0.00560732465, 0.0390682928, -0.00576184131, -0.0114342254, -0.0188510213, 0.00968574919, 0.022657007, 0.0015187352, 0.0137926368, -0.0167203192, 0.0107104378, -0.0125239743, 0.0138332983, -0.0217787027, -0.00648562936, 0.0138658285, 0.0127679473, -0.00922219921, 0.0046110996, -0.00472902, 0.00564392097, 0.00479001366, 0.00966948364, -0.0229009818, 0.00967761595, 0.0151670203, 0.0145082921, -0.0186883714, 0.0294394717, 0.00390357641, 0.00369213265, 0.0102062253, -0.0248690341, 0.0119465701, 0.0272599738, 0.00370433135, -0.0253895111, -0.00138759939, -0.0207540151, -0.025031684, -0.0124101201, 0.0151670203, -0.0094092451, -0.00580657, -0.0153052723, 0.000569779833, -8.20233909e-05, -0.0300900675, -0.0141748618, -0.017858861, -0.0257798694, -0.0078884773, -0.00204124511, 0.000508532336, -0.0111983847, -0.00166206958, -0.01360559, -0.0268370882, 0.00706709968, 0.00320011936, 0.020721484, -0.00474121887, -0.0349695385, -0.00269590737, -0.0123694576, -0.0118001858, -0.00310253, -0.00938484818, -0.00737206638, 0.0217624381, 0.00396253681, -0.000463803823, -0.00127476163, -0.00448504649, 0.00961255655, -0.0208190735, 0.0107348347, 0.00675806636, -0.00394220557, 0.00523729809, -0.00415771548, -2.73040678e-05, 0.0104095368, -0.0130444504, 0.00312082795, -0.0230961591, 0.00470868917, -0.0124995764, -0.0238931403, -0.00641243719, 0.000227073266, -0.0180215109, 0.0229009818, 0.0120034972, -0.00295614591, -0.00655068923, 0.00459890068, 0.00953936484, -0.00980773568, 0.00462329807, 0.00648969552, 0.00711182831, 0.00774209294, 0.00887250341, -0.0147034712, -0.0254057758, -0.0020585265, 0.000174466477, 0.000402302161, -0.00780308666, -0.0244949423, -0.00662794709, -0.0177612714, 0.0110194711, 0.0106372451, 0.016061591, 0.00955562945, 0.0113285035, 0.0178100672, -0.0302039217, 0.0124833118, -0.0181191, -0.011588742, -0.0289515238, -0.00576997362, 0.00236654305, 0.0080185961, -0.00912461, 0.00250682794, 0.0104095368, 0.0258123986, -0.0108893514, -0.0026613446, 0.0100517087, -0.0228359215, 0.00383851677, -0.00823004, -0.0312936716, -0.0287563447, 0.00499332463, 0.000476510788, -0.00867732521, 0.0248852987, 0.0437525846, 0.0116375368, -0.0013184736, 0.0264142, -0.00246006623, -0.0272925049, 0.00107958284, -0.0142968483, 0.0359454304, -0.0143781723, -0.0318792053, 0.0138007691, 0.00899449084, -0.00382631808, 0.00600581476, 0.0205263048, 0.00457450328, 0.00995412, 0.0259587821, 0.00132965564, 0.00967761595, 0.00887250341, -0.0160371922, 0.0117107285, -0.0109625431, -0.00207479158, 0.00257188757, 0.0177450068, -0.00445658294, -0.0119221723, 0.00636770902, -0.0198431797, 0.00204124511, 0.00387917901, -0.00916527212, 0.0165983327, -0.00396253681, 0.00323061598, -0.000112456546, -0.0336032845, 0.00112024508, 0.0096369544, -0.0152483452, -0.00608307309, 0.0077461591, -0.00145367556, 0.0136137223, 0.00321638421, 0.0135486629, -0.012133616, -0.00336073525, 0.0160859879, 0.00516410638, -0.0437200554, -0.0150856962, -0.00284229149, -0.00570084807, -0.00741679501, -0.0100679742, 0.00376329152, 0.00437932462, -0.00243363576, 0.00854720548, 0.0277967174, 0.00874238461, 0.00702237105, 0.0107836295, 0.0334406383, 0.00932792109, -0.000301663094, 0.00185521529, 0.00326314592, 0.0117188618, 0.00245193392, -0.00396660296, 0.00733140437, 0.0087993117, -0.01360559, 0.00208800682, 0.012434517, -0.0194202922, 0.00519663608, 0.00685972208, -0.00422480796, 0.0120116295, 0.00476968242, 0.0155573785, 0.0283985175, -0.0038690134, 0.0347418301, 0.0102550201, 0.00685972208, 0.0151670203, -0.0284635779, -0.0242347028, 0.0181678943, -0.000827476848, 0.000438898191, -0.000264304661, -0.0239256695, 0.00927099399, -1.58201583e-05, 0.0219413526, -0.00197110279, 0.016061591, -0.0209166631, -0.00583503349, 0.0052982918, 0.00984839816, -0.000310557953, 0.0168016423, -0.0107836295, 0.01360559, 0.0111658545, -0.00842521898, -0.00363723864, -0.00134998676, -0.0188510213, 0.011052, 0.00038197104, 0.00272030476, 0.00674180174, -0.0125727691, 0.00307, -0.0096938815, 0.00444845064, -0.00751845073, 0.00118835433, 0.0147441328, -0.0251130071, 0.0151832858, 0.0048184772, -0.00483474182, -0.00340953, -0.0162893, 0.0109300138, 0.00521696731, -0.000658728532, -0.0116863316, -0.00643276842, -0.00984026492, 0.0292768218, -0.0144188348, -0.0100354441, 0.00884810649, -0.000931673858, 0.000454400695, 0.00482660951, 0.00451757619, -0.00962068886, 0.00847401377, -0.00815278199, -0.00712402677, 0.0105640534, 0.00425733812, 0.00170273182, 0.00964508671, 0.0161510464, -0.0113854306, 0.000347153982, -0.00766890077, -0.000863564608, 0.0181353651, -0.0115806097, 0.00260848366, 0.00933605339, -0.00968574919, 0.0295858551, -0.00748998718, 0.0152808744, -0.0125565035, 0.0201034173, 0.00251089409, 0.0208353382, -0.0188510213, 0.0265280548, 0.00832356326, 0.00675806636, -0.00216526492, 0.000483118405, -0.0179076567, 0.00756317936, -0.0101249013, -0.005526, 0.0114992857, -0.00344205974, -0.00144960929, -0.00489166891, -0.00773396064, -0.00494859647, -0.0171269421, -0.00285042403, 0.00107043388, -0.00931978878, 0.00483474182, -0.0155655108, 0.00213883445, -0.00651002675, 0.012735418, 0.0129305962, -0.00442405324, -0.00905141793, 0.00832762942, 0.00370026496, -0.00230148365, -0.0109300138, 0.0081690466, -0.00375515921, -0.00753064919, 0.000539283152, -0.0307731926, -0.0161429141, -0.00194568885, 0.00702237105, 0.0030456027, 0.000401285623, 0.00524543086, 0.0180540401, -0.0116131399, -0.0165739339, -0.00439152354, 0.000879321247, 0.0131745702, 0.00971827842, -0.00351525191, -0.0195666756, 0.0167040545, 0.0132233649, -0.0069613778, -0.0201684777, -0.00961255655, 0.0349695385, 0.0026369472, 0.0101574305, -0.00727854343, 0.00648562936, -0.0214534048, 0.00512751, 0.00375515921, 0.0025901855, -0.000927607645, 0.00532675534, 0.0114016961, -0.00582283456, -0.00068058446, 0.00569678191, 0.0145164244, -0.0121092191, 0.013304689, 0.0195666756, 0.00567645067, -0.00975080859, 0.0157769546, -0.0108486889, -0.0128411399, -0.0116944639, -0.0104827285, 0.0112471795, 0.0118652452, 0.00557479495, -0.0263654049, 0.0141585963, -0.0141179347, -0.00206462597, 0.00605460955, 0.0100110471, 0.00157871202, -0.00586349703, 0.0253569819, -0.0117107285, -0.000633314601, -0.00404996052, -0.0122230733, -0.0229660403, -0.0185582526, -0.011670067, -0.00428173551, -0.0280081593, -0.0143944379, 0.0189486109, 0.0175010338, 0.00448098034, 0.00779902, 0.0140122129, -0.00952309929, 0.00426547043, 0.00395440403, 0.00319198682, 0.00348272198, 0.00522916578, -0.00170578156, 0.0024214373, 0.00703457, 0.00857160334, 0.00909207948, 0.00908394717, -0.00121173519, 0.0012493477, -0.00794133823, 0.0088562388, 0.0118977753, -0.00539181475, 0.0029541126, 0.0220064111, -0.016850438, -0.00572117884, -0.0103282128, 0.0107104378, 0.0106860399, -0.0337008759, 0.00500958972, -0.0183305442, -0.014288716, 0.00909207948, 0.00976707321, -0.0272599738, -1.87745245e-05, -0.00530235795, 0.00537148351, 0.0306918696, 0.0068963184, -0.0119953649, 0.00636770902, -0.0053308215, -0.025031684, 0.00130220864, -0.0175335631, 0.0230961591, 0.0191600546, 0.00537961628, -0.0123125305, 0.0213883445, -0.0106372451, -0.0313749947, 0.0175823588, -0.0241208486, -0.00144147687, -0.00629045069, 0.000471173873, 0.0102631524, 0.00184403325, 0.0132233649, 0.0194365568, 0.000896094425, -0.00739646377, 0.0164194182, 0.0155817755, -0.00691664917, 0.0158176161, 0.000480068731, -0.00644903351, -0.0186070465, -0.00342172873, -0.0084414836, 0.01360559, 0.0139146233, -0.004912, 0.0245762654, 0.00797386747, -0.00733547052, -0.00979960337, 0.00235231128, 0.0168829672, -0.0225756839, -0.00517630484, 0.0228033923, 0.00959629193, -0.0113203712, 0.0193552319, -0.00346035766, 0.0209979881, 0.00112024508, 0.0102550201, 0.0166471265, 0.0224455632, -0.0089212982, 0.0183468089, 0.00905955, 0.00706303352, 0.00892943051, -0.00832762942, 0.018704636, -0.00582690071, -0.0115643451, -0.012898067, -0.025031684, -0.00628231838, -0.0109625431, 0.014150464, -0.00918966904, -0.0138576962, -0.00798200071, 0.0141179347, 0.00818531122, -0.028300928, 0.0103851398, -0.0271461196, 0.00980773568, -0.0126947556, -0.0111007951, -0.0165414046, -0.00139064912, -0.00401133113, -0.024267232, 0.00983213261, -0.00473715272, 0.0177124776, -0.0221202653, -0.000749202038, -0.0130281858, -0.00684345746, -0.00140386436, -0.00340343057, 0.00865292735, -0.0132071, -0.00147807295, 0.000382479309, 0.00665234448, -0.0213070214, 0.0142968483, 0.000859498396, -0.0032529803, -0.00264711259, 0.0016203908, -0.00083154306, -0.0164031535, 0.0082910331, -0.0136137223, -0.000247658551, -0.0210955776, -0.0102631524, 0.00698170904, 0.0123694576, 0.000695324561, -0.0129549941, -0.00792100653, 0.0138170337, -0.00269184122, -0.00149840408, -0.023421457, -0.0253732465, -0.00924659614, -0.00536741735, 0.00815278199, -0.000363673025, 0.00407029176, -0.00195280474, 0.0276503321, -0.00749811949, -0.00361284125, 0.00339733134, 0.00610340433, 0.00554633141, -0.0125402389, 0.0106779076, 0.0248852987, 0.0044931788, 0.000654154, -0.0159721337, 0.0087911794, -0.0178751275, -0.00347255636, -0.00223032455, 0.00201989734, 0.0138007691, -0.00550160278, 0.0102306232, -0.00836016, -0.00277519878, -0.00509498036, -0.0168016423, 0.01821669, 0.0224618297, 0.00876678154, -0.00511124544, -0.0107185701, 0.0217136424, -0.00176677492, 0.00484694075, 0.0168992318, -0.0131827025, 0.017094411, 0.00202498026, -0.00325501338, 0.0216323193, -0.00399913266, -0.000715655682, -0.0183630735, 0.00618472882, 0.0101492982, 0.00665234448, 0.00162445707, -0.00598955, 0.0161429141, 0.0121580139, -0.00276706624, -0.00211850344, 0.0020137981, 0.00606680801, 0.00184606633, 0.0104420669, 0.00430206629, 0.017013086, -0.00163767231, -0.0202172715, -0.00210020528, 0.00521290069, 0.00101045705, 0.012296265, 0.0218762923, 0.00415364932, -0.00362504, -0.0233889278, 0.00274063577, 0.0182004254, -0.00440778816, -0.0120278941, 0.0199895632, 0.00905141793, 0.0012046193, -0.00436306, -0.0220552068, 0.0019345067, -0.0174034443, -0.00207377481, -0.00182675174, -0.0305617489, 0.00132965564, -0.00562358974, 0.00370229827, -0.0131095108, 0.00224455632, 0.0160209276, -0.0104827285, 0.0113935638, 0.00979147106, -0.00991345756, -0.018704636, 0.0370514467, 0.0103770075, -0.018184159, 0.00897009298, 0.00200566556, 0.011068265, -0.00469242409, 0.00365147041, 0.000900160638, -0.0121905431, -0.00757537782, 0.0112715764, -0.00513970898, -0.00261661597, -0.000341562933, 0.0431019887, 0.00054080796, -0.00738019915, 0.0132965567, -0.0208028089, 0.00827070232, 0.00211647036, 0.00628638454, -0.0069288481, -0.00835202727, 0.00712809293, -0.0202823319, -0.0231612194, 0.0157850869, -0.0020259968, -0.00296631129, -0.00369823189, 0.0144920275, -0.017370915, 0.00568864914, -0.00559106, -0.00918966904, 0.0236491673, 0.0178751275, 0.0018379339, 0.0152402129, -0.0067783976, -0.0155655108, -0.00564798713, 0.0302527174, -0.00120563584, 0.00444031786, 0.011588742, 0.0150856962, 0.000627723522, -0.0180540401, 0.000536741747, -0.020965457, -0.0500958972, 0.0433622263, -0.00687598716, -0.00672960281, -0.00653035799, 0.00408858946, -0.0149799744, -0.00612780172, 0.0243973527, 0.0201522131, 0.000876271573, 0.00863666274, 0.0203636568, 0.0050583845, 0.0264792591, -0.000932690455, 0.0137519743, 0.000976402371, -0.00110702985, 0.0335707553, -0.0202010069, 0.00187859614, 0.0129549941, -0.00759977521, -0.000499383314, 0.0087342523, -0.00386088085, 0.0171594713, 0.00438339077, 0.0201359484, 0.0050909142, 0.013906491, 0.0142317889, -0.00598955, 0.0157281589, -0.008596, 0.00802266225, 0.00294191414, -0.0115968743, 0.0145814838, 0.00669707311, -0.010279418, 0.0130769806, -0.00157769548, -0.0102387555, 0.0311310217, 0.0104745962, 0.00268980814, 0.0134104108, 0.0198919736, 0.0014323279, -0.00546500692, -0.0257798694, -0.0115318149, 0.00208394043, 0.0128330076, -0.0046110996, -0.0122230733, -0.00413535116, -0.0244136173, 0.0126459608, -0.00044957205, -0.00391780818, -0.00994598679, 0.0158826765, -0.00743306, 0.0253895111, -0.00217136438, 0.0097589409, 0.00574557623, 0.00641243719, 0.00342986104, -0.000129801541, 0.0142155234, -0.0154109942, 0.00337090087, -0.00949870236, -0.00380395376, 0.0106047159, 0.0264629945, -0.00387917901, 0.00703050382, 0.0274714176, -0.00865292735, 0.00449724542, 0.000785289798, -0.00493639754, 0.00829509925, 0.00630264916, -0.0026491459, -0.0323834196, -0.00787221268, -0.0131989671, 0.00506651681, 0.0163543578, 0.00756724551, 0.010198093, -0.0042207418, -0.00027040398, 0.0266744383, 0.0158745442, -0.00648562936, -0.0081039872, 0.0192088485, 0.0143293785, 9.16171412e-05, -0.00194467232, 0.0349370092, -0.004907934, -0.005753709, 0.0087911794, 0.0138332983, -0.0118571129, 0.00286262273, -0.0268208217, 0.017614888, 0.00505431788, -0.00876678154, 0.0101411659, 0.014150464, 0.0040133642, 0.0256497487, -0.0210305173, -0.023502782, 0.0214534048, 0.00487947045, -0.0187696964, -2.42861661e-05, -0.0162974317, 0.0110926628, -0.0168829672, 0.0127110202, -0.00644903351, 0.0128818015, -0.0148742525, 0.00672553666, -0.00604241109, -0.0189811401, 0.0238768756, 0.0210630465, 0.0149881067, 0.0398815386, 0.00849841069, -0.00377752329, 0.000465074525, -0.0197455902, -0.00239094044, -0.0206889547, -0.00644496735, 0.0143456431, 0.00653442414, -0.0281870738, 0.00413941732, -0.0186883714, 0.00236044382, 0.0240883194, 0.0040845233, 0.00571711268, 0.0179727152, 0.00212053652, -2.04264288e-05, -0.0148579869, 0.0107267024, -0.00439152354, 0.029992478, 0.00849841069, 0.00945804, -0.0273738299, 0.00950683467, -0.000724296377, 0.0175172985, 0.000714130816, 0.00507058296, -0.00855533779, -0.00487133814, -0.0158501472, -0.0109381462, 0.00375109282, -0.014670941, -0.000723279838, -0.0152646098, 0.00754284812, -0.014150464, -0.031846676, -0.00391984126, -0.0037409272, -0.00569271529, -0.0178913921, 0.00132457295, 0.00256172195, -0.0243648216, 0.0075062518, -0.0176474173, -0.0237955507, -0.0153378015, -7.60511175e-05, 0.00399506651, 0.0040194639, 0.0190136693, 0.0169805568, -0.0207540151, -0.00191620865, -0.00918153673, -0.00434272876, 0.0160778556, -0.00140691397, 0.0115562128, -9.33325791e-05, -0.000771566236, 0.00290735113, -0.00422887458, -0.0141098015, -0.00998664927, 0.00590415904, -0.00609933818, -0.00169154978, -0.00307406625, 0.00764043722, -0.017370915, -0.0339285843, 0.0223479737, 0.00474121887, 0.00165088754, -0.0097589409, -0.0123775899, -0.00393000664, 0.00645716581, -0.0113772983, -0.00517630484, -0.000563680485, -0.0111170597, -0.00706709968, 0.00764450384, -0.00866919197, 0.00260238419, 0.000583503337, 0.00234214589, -0.0060586757, -0.0160697233, 0.00419634441, -0.00944177527, -0.0072012851, -0.0254545715, 9.42856e-05, 0.0029093842, -0.0144432327, 0.0120848222, 0.00585536426, -0.00755911274, 0.00710776169, 0.00343799358, -0.00919780135, 0.00925472844, 0.0231612194, -0.0154760536, -0.00107145042, -0.00797793455, 0.00570898037, -0.0111739868, -0.00675806636, -0.00870985445, 0.0242997631, -0.0156874973, 0.0263328757, -0.0291304383, 0.0420610346, -0.00804299396, 0.00572931161, 0.0209329277, 0.0047330861, 0.00108974834, 0.00252105971, 0.00625385437, -0.0037205962, -0.00161734119, 0.00958816, 0.000549957, 0.00318182143, -0.0115236826, 0.0112634441, 0.000877796381, 0.0181678943, 0.0173546504, 0.00944990758, 0.0124751795, 0.0209003985, -0.0220226757, 0.0131095108, -0.0105396565, -0.00820157677, 0.00277723186, -0.0127923451, -0.0166715235, 0.00582283456, -0.008596, -0.0220552068, -0.00363520556, 0.0157932192, 0.00662388094, -0.0283171926, 0.00676213251, 0.00714435801, -0.00904328562, -0.0020137981, 0.0256009549, -0.0267394986, -0.00668080803, 0.00531862257, 0.011369166, 0.0136950472, -0.0124914441, 0.00392594049, 0.00493639754, -0.00143741071, -0.0107104378, 0.0131583055, 0.00621319236, -0.0148173254, -0.00419634441, -0.0128004774, -0.00871798676, 0.00916527212, 0.00157769548, 0.00736393407, -0.0160859879, -0.00949870236, -0.00901888777, 0.0264142, -0.00532268919, -0.00454603974, -0.00530235795, 0.00312692719, 0.00176372519, -0.00126764574, 0.00739239762, -0.00124528154, 0.0101655638, -0.0025779868, -0.00928725861, 0.00520883454, 0.0193714984, 0.00607900694, -0.00635957625, 0.016549537, 0.0206726901, -0.0179076567, -0.0139959473, 0.000351474358, -0.0187209, 0.00190299342, 0.00874238461, -0.00487947045, 0.0230961591, 0.00537961628, 0.0169642922, 0.0143863056, -0.0316677615, 0.00754691428, -0.0169805568, 0.00730700698, 0.0215022, -0.0137926368, -0.0049160663, -0.00875864923, 0.0130851129, 0.00532268919, -0.0115643451, -0.00158887752, 0.0176311526, -0.000562155677, 0.0202660672, -0.00370433135, -0.00275283447, 0.00591229182, 0.00802266225, -0.0071687554, 0.0221527964, -0.0251130071, -0.00938484818, 0.00870172214, -0.0152646098, -0.00601801369, -0.0687029436, 0.00287888758, -0.00909207948, 0.00709556323, -0.00795760285, -0.00775835803, -0.00278739748, 0.00902702, 0.00256578811, 0.00325704645, 0.00657508615, -0.00761197368, -0.0236166362, 0.0067458679, -0.00496486109, -0.00320215244, 0.0147847952, -0.00035833611, -0.00250479486, -0.00953936484, 0.00827883463, -0.0116619347, -0.00925472844, -0.0031370928, -0.00832356326, -0.00620506, 0.00229131803, 0.0243648216, -0.014532689, -0.0178913921, 0.0125890337, 0.0077461591, 0.0119547024, -0.0197293255, -0.00622945745, 0.00825037155, -0.0162161067, -0.0168829672, 0.00317572197, -0.0188998152, 0.00203209603, -0.00511937775, -0.00530642411, -0.00852280855, -0.00455823867, -0.00488760276, -0.00174542726, 0.0109625431, -0.00991345756, 0.0101086358, -0.00877491385, 0.0100761065, -0.0122312056, -0.00101503148, -0.00639617257, 0.012296265, -0.00971827842, -0.011052, 0.0401417762, -0.00511937775, -0.0172407962, 0.00897822529, 4.50461521e-05, -0.00666047726, 0.0273738299, 0.00475341734, -0.0250804778, -0.00326924515, -0.000364181295, 0.0287563447, -0.00177490734, -0.00068058446, -0.000604342727, -0.00455417251, -0.00302933785, -0.00492826523, 0.00765670231, -0.00194467232, 0.0236979611, 0.0158989411, -0.00474935118, 0.0110601326, 0.0189323444, -0.0215022, 0.00218559615, 0.00574151, -0.0119791, -0.00613593403, 0.019631736, -0.00757131167, 0.0129143316, -0.00664421218, -0.0111739868, 0.0343189426, 0.00593262259, 0.016850438, -0.0119709671, -0.0127028879, -0.0151995504, 0.00279349671, -0.0100273117, -0.0229985714, -0.000158964, -0.016850438, 0.037083976, -0.0110113379, -0.00189079484, 0.0174197089, 0.0108974837, 0.0189323444, 0.0308057237, -0.00819751061, 0.0129387295, -0.00991345756, 0.0117676565, 0.0258286633, 0.00127171201, 0.0108486889, -0.0279593654, -0.0186721068, 0.0143131129, -0.0114179607, 0.00699797366, 0.00348272198, 0.0066889408, 0.00748185441, -0.0116212722, -0.006754, 0.0121092191, -0.00351728499, -0.032692451, 0.00876678154, -0.0065384903, -0.00385884778, -0.0165088754, -0.00734766899, 0.0129224639, 0.00559919234, 0.00310253, 0.01406914, -0.0151507556, -0.00379378814, -0.00420041056, 0.00739646377, -0.0139715504, -0.0202823319, -0.00468022516, 0.0172407962, -0.0242997631, 0.0113610337, -0.0186395776, 0.000405860104, 0.0181353651, 0.0168829672, -0.00684345746, 0.00369416573, 0.00260035112, 0.00201583118, -0.000180565825, -0.00631078193, 0.0105477888, 0.00172306295, 0.008234106, 0.00621319236, 0.0199570339, 0.0137519743, -0.00643683458, -0.00325094722, -0.00751845073, 0.0216648486, 0.0170293525, 0.0288376696, -0.0153540671, 0.0119872326, 0.0038120863, 0.0100598419, -0.024950359, -0.00727854343, 0.0335707553, 0.00777055649, 0.0118733784, 0.0127028879, 0.00520883454, -0.019306438, 0.0122556034, -0.0125321066, 0.0133778816, 0.0283171926, -0.00249869539, 0.00280162925, 0.00519663608, -0.00570898037, -0.0215997882, -0.0215509944, -0.0165901985, -0.0107673649, -0.00875051692, -0.0149881067, 0.0102550201, -0.00708336476, 0.00765670231, 0.0287238155, 0.00400116574, -0.00582690071, 0.0170456171, 0.00329974177, -0.0166552588, -0.0140610076, -0.0094092451, -0.0237630215, 0.0150369015, 0.000277265732, -0.0180215109, -0.00269590737, -0.024104584, 0.0131583055, -0.0081039872, 0.0148091931, 0.0041882121, 0.00176779146, -0.0164112858, 0.00258205319, 0.0130851129, 0.017370915, 0.00920593459, -0.0206238944, 0.0157769546, -0.00356607954, -0.0124589149, -0.00869359, 0.00793320592, 0.0175823588, 0.0123287952, -0.0118245836, -0.000712097739, 0.0154028619, -0.00597735122, 0.0122312056, -0.00255155633, 0.00215916568, 0.0173871797, 0.000853907317, -0.00734766899, -0.0198106505, -0.00208597351, 0.00849841069, -0.0027142053, -0.000878304651, 0.000711589411, -0.00707523199, 0.00342579489, -0.00710369553, -0.0133453514, -0.0019243412, 0.000263796363, -0.0125646368, -0.0246575903, 0.01652514, 0.00137641723, 0.00762010645, -0.0200383589, 0.00805925857, -0.00716062263, 0.00693698041, -0.0109544108, 0.00575777516, 0.00291751674, -0.0377020426, -0.01360559, -0.0367261469, 0.00595702, 0.00210833782, -0.01314204, -0.0293906759, 0.00199041725, 0.0204124507, 0.0189160798, -0.00508684805, -0.00158989406, 0.0109137492, -0.0141179347, -0.01437004, 0.00875864923, 0.00482660951, -0.00510717882, 0.00476968242, -0.0240232591, 0.00650189444, -0.00785594713, -0.0113122389, -0.0118327159, 0.0205100402, -0.00364943733, -0.0130363181, -0.0220714714, -0.0103200795, -0.004635497, -0.00164580473, -0.00877491385, -0.00747778825, 0.0228684507, -0.0266907029, -0.0271135904, 0.0191925839, -0.00774209294, -0.0208190735, -0.0251130071, -0.0176636837, -0.0024214373, 0.0089212982, -0.0175823588, -0.0147116035, -0.00889690127, 0.0144594973, -0.0120685566, 0.0229497757, -0.00519257, -0.00730294082, 0.0209329277, -0.0217624381, -0.0192413777, 0.0231612194, 0.00690445071, -0.0191437881, -0.00718095386, 0.0104664639, 0.0147929275, -0.0314237885, -0.00301713916, 0.00250479486, -0.0100842388, -0.0203148611, 0.00267151, 0.00356201339, -0.00876678154, -0.00122495042, -0.00711589446, 0.0142561859, -0.0213883445, -0.00953936484, -0.0131745702, -0.0204612464, -0.0222178549, -0.0121905431, 0.0196642652, -0.00577404, -0.00679466268, -0.00800639763, 0.0257636029, -0.023502782, -0.0132558942, -0.00959629193, 0.00721348356, 0.00401743082, -0.00266744383, 0.0092791263, -0.00435086107, -0.0106941722, 0.0373442136, -0.00698170904, -0.00554633141, -0.00902702, -0.021241961, -0.0178913921, -0.0112309149, -0.00897009298, -0.0121173514, 0.0121580139, 0.00106636761, -0.00997851696, -0.0145001598, 0.00465989439, -0.00648562936, 0.0729968771, 0.00627418561, 0.0145896161, -0.00926286168, 0.00195788755, -0.0224455632, -0.0245112069, 0.053771764, -0.00256172195, 0.0300900675, 0.00147095707, 0.0166308619, 0.000626198715, -0.00523729809, 0.00208394043, -0.0168829672, 0.0106372451, -0.00570084807, -0.00234417897, 0.00352948369, -0.00574557623, 0.00634737778, -0.00429393398, -0.00178303977, -0.00447284803, -0.015215815, -0.0148010598, 0.0123043982, -0.00232588081, 0.0104014045, -0.00818531122, 0.0183305442, 0.000768008293, -0.00248243054, -0.0237955507, 0.0205588359, 0.0108568212, -0.0124995764, -0.000773091102, -0.0071687554, 0.0136381201, 0.010824292, 0.0163299609, 0.00111414574, 0.029146703, -0.0177938025, 0.00156244705, 0.000818327826, 0.00128696032, -0.0281382799, -0.00273453654, -0.00523323193, -0.00759570906, -0.0129143316, 0.00489980169, 0.0250642132, 0.00843335129, -0.0066564111, 0.00914087426, 0.00474121887, -0.00480627827, 0.00886437111, -0.00438339077, 0.020965457, 0.00517223869, -0.0171594713, -0.00206055958, 0.00253732456, -0.00209004, 0.00887250341, -0.0295695905, -0.0310984906, 0.00814058352, 0.00941737834, 0.00487133814, 0.0127110202, 0.00561545743, 0.0152076827, 0.0101655638, 0.000217670124, -0.0230473652, 0.00820970908, -0.00954749715, -0.0119953649, -0.00918153673, 0.000682109327, -0.00783968251, -0.00296224514, -0.0179239213, 0.00739646377, -0.00422887458, 0.0295695905, -0.0194690861, 0.0243973527, 0.00557886111, 0.00708743092, -0.00299274176, 0.00955562945, 0.0236979611, -0.0044931788, 0.014126067, 0.0260726362, -0.00371043058, -0.00470868917, -0.0109950732, 0.0200546235, 0.00453790743, 0.00694917934, 0.0191275235, 0.011344769, 0.0124914441, 0.00662794709, 0.00655475538, 0.00583503349, -0.00720941741, 0.000989617547, 0.0144676296, -0.0143619077, 0.022169061, 0.0131257754, -0.00804299396, 0.00659948355, 0.0152239474, 0.00813651737, -0.000792913954, -0.0107185701, 0.0167853776, 0.020396186, 0.0150694307, 0.00472495379, -0.00396863604, -0.00956376176, 0.0031045631, 0.012979391, -0.00290531805, 0.0192576423, 0.000133677153, 0.0182004254, 0.0133860139, 0.00691664917, 0.00638397364, 0.00387104647, 0.0132721597, 0.0191437881, 0.0150612984, 0.00381818553, 0.0137194442, -0.0202660672, 0.0127110202, -0.017370915, -0.00823004, -0.00288295373, 0.00237060944, -0.0164763443, -0.00958002731, 0.0189811401, 0.000589602685, -0.024950359, 0.0256985445, 0.00475341734, -0.0167040545, -0.011588742, 0.0235515777, -0.0034806889, 0.00590009289, -0.00748185441, 0.0192576423, -0.0198919736, 0.0234539881, 0.015215815, 0.0288376696, 0.00195077166, -0.0118001858, 0.0238768756, 1.23892801e-06, 0.0156305693, 0.00432239752, -0.0128004774, 0.017614888, 0.00405402668, -0.00499739079, -0.00396050327, -0.000367993402, 0.0475585721, -0.013060716, -0.0174847692, 0.010523391, 0.00199550018, 0.0127435504, 0.0143456431, 0.0272274446, -0.00356201339, 0.00614406634, -0.0101736961, -0.00447284803, 0.00532675534, -0.000454908964, -0.00993785448, -0.0261864904, -0.0126296962, 0.0213395506, 0.00113346032, 0.000981993391, -0.0198594444, -0.0138739608, -0.00416788086, 0.0169805568, 0.0196805298, 0.0155004514, -0.0160534568, 0.0147847952] |
25 Jul, 2024 | How To Export Specific Request To File Using Postman?
25 Jul, 2024
Postman is a popular tool used for API testing and development. It provides a user-friendly interface to make HTTP requests, track responses, and organize API endpoints. One of the powerful features of Postman is the ability to export specific requests to a file. This is useful for sharing requests with team members, for documentation purposes, or for backup. This article will guide you through the steps to export a specific request to a file using Postman.Steps To Exporting a Specific Collection1. Open Postman and Select the RequestFirst, open Postman and navigate to the request you want to export:Open Postman and go to the Collections tab on the left sidebar.Locate the collection that contains the request you want to export.Click on the collection to expand it and see all the requests it contains.Select the specific request you want to export by clicking on it.2. Access the Request Export OptionsOn the right side of the request builder, click on the </> (Code) button. This will open a new window with various code snippets.3. Copy the Code:Select your desired format (e.g., cURL, HTTP, JavaScript, etc.) from the dropdown menu.Copy the displayed code snippet.4. Save the Code:Open a text editor or code editor on your computer.Paste the copied code into the editor.Save the file with an appropriate name and extension (e.g., request.txt, request.curl, etc.).OutputTips for Exporting Requestsa. Exporting Multiple RequestsIf you need to export multiple requests, you can export an entire collection or folder instead of individual requests:Select the collection or folder containing the requests.Click on the three vertical dots next to the collection or folder name.Choose Export and follow the same steps as above.b. Using Postman WorkspacesPostman Workspaces allow you to organize requests and collections by project or team:Create separate workspaces for different projects or teams.Export requests from the relevant workspace to keep your exports organized.c. Sharing Exported RequestsOnce you have exported a request, you can share the file with others:Email the exported file to team members.Upload the file to a shared repository, such as GitHub or a cloud storage service like Google Drive or Dropbox.Ensure that recipients have Postman installed so they can import the request into their Postman application.Importing Requests in PostmanTo import a previously exported request, follow these steps:Open Postman and go to the File menu.Select Import.Drag and drop the exported file into the import window or click Choose Files to locate the file on your computer.Click Import to add the request to your Postman collections.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman? | https://www.geeksforgeeks.org/how-to-export-specific-request-to-file-using-postman?ref=asr9 | CSS | How To Export Specific Request To File Using Postman? | Different types of module used for performing HTTP Request and Response in Node.js, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0387156233, 0.0301583074, -0.0165053736, 0.0155499447, 0.0200224575, -0.0080588311, -0.0151760811, 0.0307952594, -0.0236226227, 0.0265442953, 0.0182639156, -0.0319860838, -0.0115689924, -0.0214209836, 0.0103504751, -0.0198147558, -0.0584888384, -0.0227225814, -0.0235949289, -0.0115274526, -0.0103158578, 0.0404326245, 0.00360362697, -0.00998353492, -0.00404672418, 0.0261842795, -0.00487406971, -0.000147013969, -0.04937765, 0.00205971, 0.0252150036, 0.0246195924, 0.00578795793, 0.00990737788, -0.00387363927, 0.0132098375, 0.0115620689, -0.0198009089, -0.0491007157, -0.00635221461, -0.0137914028, -0.0111051248, 0.023414921, -0.039380271, -0.0314876, -0.00784420595, 0.00777497236, -0.0311275832, 0.0102604711, -0.0171423256, 0.0125382682, -0.0243841968, -0.0200224575, -0.030518325, 0.022002548, 0.0293275, 0.0297982916, -0.0055629476, -0.00276762713, -0.0241626482, 0.0333430693, -0.0581011288, 0.0317922272, -0.00133015728, 0.0118043879, 0.0346723609, -0.0301860012, -0.0129813654, -0.0335646197, 0.0174608026, -0.0150514599, 0.0450574532, -0.0252842382, 0.0468852296, -0.00977583323, 0.000891387055, 0.00596104283, 0.0137013979, 0.0118459286, 0.0201055389, -0.0590981, -0.0167961549, 0.00703763077, 0.00163997919, 0.00220337044, -0.0185270049, -0.0310445018, -0.0609812625, 0.0326230377, 0.0148299113, 0.0268212315, 0.0247996, 0.0205901768, -0.0274720304, 0.0222794842, 0.0178069714, -0.0028749397, 0.016145356, -0.0367216878, -0.000447424391, 0.0212409757, 0.0108281896, 0.0419003852, -0.0409311093, -0.00274685677, -0.0392694958, 0.0144975884, -0.0256719477, -0.01802852, 0.00561487302, 0.0201055389, 0.00175075349, -0.0116728432, 0.00568064535, 0.0164638329, -0.0160207357, 0.00226914254, -0.0515931398, -0.0418449976, -0.00054262107, 0.0202717, 0.0159238074, 0.0359185711, 0.0254227053, -0.00244049658, 0.0137083214, 0.0154391704, 0.0108143426, -0.015023767, 0.0028126291, -0.00724187074, 0.00438597053, -0.00634529116, 0.0491561033, -0.0113820611, 0.0198562965, 0.0108835762, 0.0645260364, -0.0662984252, 0.00118649681, -0.0377463475, -0.0593196452, -0.00902118348, 0.00672954, 0.0218086932, -0.0242595747, 0.0137013979, 0.0519531555, 0.0036070887, 0.0261565857, -0.00927734934, -0.0100319991, 0.0281920638, -0.0242457278, 0.0210748129, -0.0553871579, 0.00305840955, -0.0384663828, -0.000924273219, 0.0203270875, 0.0222102497, -0.0385217704, 0.0077680489, 0.0351431519, 0.0174746476, 0.00545909675, 0.04300813, -0.00387017778, -0.0444205, 0.0194685869, -0.0419003852, -0.000598873652, 0.0145668229, -0.00210125023, -0.0636952296, -0.0272089411, 0.00268800813, 0.0458051786, 0.0404603183, -0.0250349957, 0.0027641654, 0.00688877795, -0.00289570983, 0.0214348305, 0.000802681083, -0.00540024787, 0.0341461822, 0.00408480316, -0.0183054563, -0.00205451739, -0.0434789211, 0.011305904, 0.0455005504, 0.0054175565, 0.0374140255, 0.0328168906, -0.0141237257, -0.000599306368, -0.0115412995, 0.0145252822, -0.0080865249, -0.031819921, -0.0204517078, 0.0266550705, 0.0294936616, 0.0131752202, -0.00541409478, 0.0331492126, 0.0148437582, -0.00439635571, -0.0226948876, -0.0321799405, -0.00400172221, -0.029909065, -0.0109528108, 0.00499176746, -0.0165469144, -0.00799652096, -0.0498207472, -0.0270427801, -0.023581082, -0.00540024787, -0.0103227813, -0.0216148384, -0.0111120483, 0.0119220857, -0.000235828134, 0.0189285614, 0.0017966209, 0.0186377782, 0.0491837971, -0.0160622764, 0.00635567633, -0.0259073433, 0.00760881091, 0.0312383566, -0.00541409478, -0.0221825577, -0.0201055389, 0.0335092321, -0.00643183384, -0.00287840143, 0.0101427734, -0.0232349131, 0.0171561725, 0.0128775146, -0.00205451739, 0.0364724435, 0.000295758771, 0.0177792776, -0.000578103471, -0.016920777, -0.0155914854, 0.0609258749, 0.00894502643, -0.00606143195, 0.00241626473, -0.0105581768, -0.0201747715, -0.0117766941, 0.00230375957, -0.0282889903, 0.00602335343, -0.0117628481, 0.00931196567, 0.00618259143, 0.0106620276, -0.0208255723, 0.00241280301, 0.00237991707, 0.0150099201, -0.0346446671, 0.0173638742, -0.011790541, -0.0238441713, -0.0265581422, -0.0081834523, 0.00149026071, 0.0157714933, 0.00247511361, -0.00688531622, -0.0164361391, 0.030684486, 0.0157991871, -0.0366663, -0.0356970243, -0.00313283619, 0.000401124184, -0.0557748675, 0.00517523754, -0.0164638329, -0.024051873, 0.0440327898, -0.00844654161, 0.0166853815, 0.0272504818, -0.00639375532, 0.0602612272, 0.00491907215, 0.0851854533, -0.00820422266, -0.00777497236, -0.0218779277, 0.0369432345, 0.00823191646, 0.0212686695, -0.00515100593, 0.0122544086, -0.00537947798, -0.0441989526, 0.0487683937, -0.0342846513, -0.03890948, -0.00516485237, 0.0105304839, 0.0262119733, 0.0233872272, 0.00837038457, -0.0244118907, -0.0562456585, 0.0135906236, -0.0177654307, -0.0387156233, 0.0413465127, 0.042731192, -0.0212548226, -0.0182362217, 0.0419003852, 0.0293275, 0.0163945984, -0.0194685869, -0.0405710936, 0.0279012807, 0.00791344047, 0.00999045838, -0.00426827278, -0.0553040765, -0.0314599052, 0.00323841791, -4.13781027e-06, -0.00521331606, -0.00546255847, -0.0343954265, -0.00922196172, 0.0561625771, 0.0153283961, -0.0119220857, -0.0036070887, 0.00619297661, 0.0177792776, 0.00100821932, -0.00725571765, 0.00999738183, 0.0309337284, 0.0323184058, -0.0264335219, 0.0146637503, -0.0247165188, -0.0289951768, 0.0296598226, -0.00980352703, 0.021504065, -0.0214071367, 0.024688825, -0.0222933311, -0.0149268396, -0.0185962375, 0.00206490257, 0.0117836175, 0.0163530577, 0.0110497382, 0.0589873232, -0.0189008676, 0.0135767777, -0.0515100583, -0.0137844793, 0.0190254897, -0.0128290504, 0.00756727066, 0.0129329013, 0.0112505164, 0.043201983, 0.016768463, 0.0549163669, -0.00236087758, -0.0156330261, -0.0183746889, -0.0377740413, 0.00166767277, -0.0204655547, 0.0050852336, 0.0278458931, -0.0381063633, -0.00327130407, -0.0386879295, 0.0144975884, 0.0144975884, 0.000745130354, 0.01915011, 0.0157991871, -0.0211717412, -0.00471483171, -0.04239887, 0.00792728737, -0.0138883302, -0.0220994763, 0.0536978506, -0.0256027132, -0.0208809581, 0.0399895273, -0.0137983263, 0.0442543402, -0.00509561878, -0.0362508968, 0.055664096, 0.0203270875, 0.0116589973, 0.0567718372, -0.015979195, -0.00248549879, 0.00400172221, 0.043562, -0.00828730315, -0.00672954, -0.0311829709, -0.00613066601, 0.00924273208, 0.00916657504, -0.0116797667, -0.0109805046, -0.0207424909, -0.0107174153, -0.0156330261, -0.0227225814, 0.011866699, -0.0138952537, -0.00266204542, -0.0165607613, 0.00974813942, 0.0270012394, -0.0220163949, 0.00261011976, 0.0101496968, -0.0144145079, -0.0683477521, -0.020894805, -0.0784836039, -0.00846038852, -0.0364724435, -0.026115045, 0.00043920285, -0.0169346239, 0.00162526697, 0.00218433095, 0.0177100431, -0.0225702673, -0.0947674289, 0.0172254071, 0.0104335556, -0.00649068272, 0.0218917746, -0.0056391051, -0.00493984204, -0.0107728019, -0.0232072193, -0.031819921, -0.0209363457, -0.00610643439, 0.0117766941, -0.0246195924, 0.0146083627, -0.0119705498, 0.0114443712, -0.0121644046, 0.0261427388, -0.0184577703, -0.000225010328, -0.030684486, 0.0175023414, -0.030684486, -0.0103227813, 0.0291613396, -0.00287320884, 0.00276589626, 0.000287104514, -0.0073595685, -0.030518325, -0.0128152035, -0.00596796628, 0.00823191646, -0.0130990632, -0.00936043, -0.0281228293, -0.0148022184, -0.000755948189, -0.0237610918, -0.0545009635, -0.0166576877, 0.0268489253, -0.00214105984, -0.00672954, -0.0242595747, 0.0194408931, 0.00904887728, 0.00412980514, 0.0225148797, -0.00867501367, 0.0415680632, -0.0129052075, 0.00165122969, -0.00391171826, 0.0155637916, -0.00223798747, 0.0425096452, 0.000913022668, -0.0144145079, 0.0156884119, 0.0171423256, 0.0159099605, 0.00337688578, -0.0106412582, 0.00528947357, 0.0184023827, -0.0141721889, -0.0116036097, -0.0167546161, -0.0053552459, -0.0120674772, 0.01772389, -0.0403495431, 0.0434235334, 0.0124828806, 0.0217948463, 0.0185823925, -0.00913195778, -0.0155914854, -0.0244672764, 0.0150653068, 0.0283443779, 0.0073387986, -0.0464421324, 0.0194408931, -0.0123859532, -0.0116659198, -0.00212202058, 0.0108420365, -0.0178346653, -0.0329276659, 0.0247303657, -0.0124413408, -0.0318476148, 0.026267359, -0.00229164376, 0.011866699, -0.0102258539, -0.0336753912, -0.015023767, -0.0218640808, -0.0360847339, -0.0181392953, -0.0105858706, 0.00317091472, 0.0142345, 0.0177931245, -0.00154651329, 0.00113024423, 0.0150099201, 0.0231795255, -0.0112158991, -0.030850647, -0.0141514186, 0.00630028918, -0.0170038585, 0.0108974231, -0.00679185, 0.0410141908, 0.00346342823, 0.0174608026, 0.0121436343, -0.0164776798, 0.00378363533, 0.00395672023, -0.0188870206, 0.00184335385, -0.00499522919, 0.0104266321, -0.00563218165, -0.0293551944, -0.0387156233, -0.0116451504, 0.0292444192, -0.00225529587, -0.000842057867, 0.0176961962, 0.0203132406, 0.0235395432, 0.00243876572, -0.00184162299, 0.03195839, 0.0325676501, -0.0132167609, 0.0266827643, 0.0167130753, 0.00896579586, 0.00928427279, 0.0168930832, 0.00671223132, -0.025782723, 0.0140614146, -0.0208117254, -0.0106966449, -0.018817788, 0.0168653894, 0.00682646735, 0.00269839307, 0.000489397498, 0.0126421191, -0.0159515012, -0.0190393366, -0.0032436105, 0.0303521622, 0.0159515012, 0.0332046, -0.0188454799, -0.0148991458, 0.0119082388, 0.0120882476, 0.0135837, 0.0073249517, -0.0115551455, -0.0152453156, 0.0212686695, 0.00660838047, -0.000298571395, -0.0192747302, 0.0452790037, 0.0118943918, -0.00938812364, -0.00799652096, -0.018817788, -0.0136944745, -0.00456251716, -0.0216286853, 0.12085478, 0.00354304723, 0.00187624, -0.00443789596, 0.0165746063, -0.0120259365, -0.00543140341, 0.0038459457, 0.00267243036, 0.000980525743, 0.0184023827, -0.00190739532, 0.0118736224, 0.0214625243, -0.0205070954, 0.00959582534, -0.0039394116, -0.0103781689, -0.00402595429, 0.0245780516, -0.0227364283, 0.0139852576, -0.00637644669, 0.000590219395, 0.0110289678, -0.0171700194, -0.010045846, -0.0227502752, -0.00893810298, -0.0173777211, 0.0257134885, -0.0241488013, 0.0158268809, -0.00603027688, 0.0276520383, 0.0215179119, -0.026101198, -0.00927734934, -5.49003562e-05, -0.00756034721, 0.0296598226, -0.020091692, 0.0119774733, -0.0266412236, -0.0242180359, -0.00392210297, -0.0158407278, -0.00601296825, -0.0151622342, 0.0400449149, 0.00488445489, 0.00927042589, -0.0220856294, -0.000494590029, -0.0159653481, -0.00633836817, -0.080643706, -0.00939504709, -0.0233733803, -0.021836387, -0.0247026719, -0.016616147, 0.00973429345, -0.0210471209, -0.0228472035, -0.0296044368, -0.000511465769, 0.0123721063, 0.0043201982, -0.0128567442, 0.0463036634, -0.026419675, 0.0366663, 0.0135421604, -0.00426827278, -0.0126836589, 0.00559064141, 0.0135698542, 0.00650452962, 0.00187277829, -0.00174296461, 0.0162699781, -0.000885761809, -0.0222656373, 0.00194374309, 0.0115966862, -0.0171423256, 0.0244395845, -0.0118874693, 0.0327891968, 0.00768496841, 0.0172946397, 0.0176131167, -0.00361747388, -0.0239272527, -0.0103297047, 0.0195378195, 0.0288844034, 0.00273474096, -0.0030964883, 0.0253396258, -0.0165330674, -0.0164638329, 0.0233595334, 0.0325953439, -0.0080588311, -0.0462482758, 0.0132859945, 0.0438389368, 0.0323461, -0.0184162296, -0.032429181, 0.0139852576, -0.0103297047, 0.001898741, 0.021531757, 0.0222794842, 0.016768463, -0.0102812415, -0.0093812, 0.00810729526, 0.00718648359, 0.000172219443, -0.0357801057, -0.0363616683, 0.0296875164, 0.0176823512, -0.0258242618, 0.000104716346, -0.0142621929, 0.0402110778, 0.0184716173, -0.00105754856, 0.0343954265, -0.0441712588, 0.00321591692, 0.00224664155, -0.0119290091, 0.00531716738, 0.0237749387, 0.0281228293, -0.0157576464, -0.0135283135, 0.0507900231, -0.000688877772, 0.0171977133, 0.017391568, -0.00592296431, 0.0212409757, 0.0158545747, 0.024051873, -0.0252980851, -0.0277074259, 0.00123842224, -0.00747726625, -0.000326697686, -0.0207978785, 0.0362508968, -0.0394633487, 0.0141721889, -0.0099627655, 0.0249103736, 0.00463867467, -0.00392902642, -0.0271258615, -0.0113405203, 0.0244118907, -0.0127113527, -0.0095196683, -0.00448982138, 0.0256442539, 0.0013448695, -0.0249242205, 0.00740110921, -0.0382171385, -0.0093812, 0.0243288092, 6.89635053e-05, -0.00795498, 0.0362232029, 0.0353093147, -0.0377186537, 0.00142968108, 0.0105651, 0.0101635437, 0.0347554423, -0.0066118422, -0.015508404, 0.015813034, -0.0327338092, 0.0126698129, -0.0236918572, 0.00245434348, 0.0184439234, -0.00109216548, 0.00586065371, 0.0303244684, -0.00446212804, -0.0267243031, -0.0287182424, 0.00462482776, -0.0337584727, -0.00844654161, -0.0339800231, 0.0256719477, -0.00191778038, 0.0487407, -0.00954736117, -0.0431189, -0.0564949028, -0.00803806167, 0.0257550292, 0.0197455212, -0.0318753086, 0.020562483, -0.000709215237, 0.0130021358, 0.022473339, -0.030213695, -0.0377186537, -0.00671915477, 0.0324014872, -0.00428558141, -0.0140752615, -0.0111051248, -0.040183384, -0.0343123451, -0.00827345718, -0.00237472448, -0.0194408931, -0.032290712, 0.0279428214, -0.000778881891, 0.010592794, 0.00171267474, 0.0269873925, 0.00622413214, 0.0223487187, -0.0157576464, -0.0184300765, 0.0144975884, 0.0155499447, -0.021504065, -0.0484083779, 0.000226524819, -0.0111812828, -0.0108697303, -0.0123928767, -0.00714494335, 0.00707224756, -0.0259073433, 0.00306879473, 0.0302967764, 0.0164361391, -0.00853654556, 0.00325918803, -0.0042094239, -0.000393335358, 0.0116174566, 0.00347208255, 0.00180181349, 0.000468627288, -0.0213240553, 0.0290782582, -0.00944351, 0.0204378609, 0.0297982916, 0.0148576051, 0.0253950115, 0.0198286027, 0.00408826442, 0.0109458873, 0.0463867448, 0.0121367108, -0.0181254484, 0.00341150281, -0.0188454799, -0.00718648359, 0.00623797858, -0.0219333153, 0.0220302418, 0.00327822752, 0.00428558141, 0.0116036097, -0.00210817368, 0.0356693305, 0.0372201689, 0.000483339507, -0.00100821932, -0.0122267148, 0.000553871563, -0.0102189304, 0.0216148384, -0.0286905486, 0.010212007, -0.0396018177, -0.00264646765, 0.0386048481, 0.000998699688, 0.00047468525, -0.0173361804, -0.00924273208, -0.0139021771, 0.0070410925, 0.00874424726, -0.0153837828, -0.0125590386, 0.0072003305, -0.0223902594, 0.0267243031, 0.00258588791, -0.0137360152, -0.048103746, -0.00602335343, -0.00652183779, 0.0271950942, 0.0242734216, -0.00280051329, -0.0028922481, 0.00675377157, 0.00881348178, 0.0440327898, 0.0260596573, -0.0157714933, -0.0118182348, 0.00779574271, -0.0299644526, -0.0189424083, -0.0338692479, 0.0251457691, 0.00834961422, 0.00272089406, -0.0314322114, -0.00074123597, -0.020091692, 0.00621028524, -0.00218779268, 0.0059575811, 0.0166992284, -0.00209605787, 0.0157853402, 0.013140603, -0.0294659678, 0.00184681558, 0.0134036923, -0.0197593682, -0.0361955091, -0.00297013647, -0.0139437169, 0.00504715461, -0.0186100844, 0.00576372631, -0.00674684811, 0.0495438129, -0.0180977546, -0.0414849818, -0.00504715461, -0.00657722494, 0.00208740355, -0.0459990352, 0.0214625243, 0.0360293463, 0.0354200862, 0.0360847339, 0.017405415, -0.0189701021, 0.0246472862, -0.0238441713, -0.0155360978, 0.0158407278, -0.0232072193, 0.010440479, 0.0333153754, -0.0288290158, -0.0226810407, 0.0222240966, 0.0126282722, -0.0329830535, -0.0190393366, 0.023885712, -0.0243703499, -0.00570487743, -0.000466463738, -0.0018589315, 0.0132859945, 0.0484360717, 0.00396018196, -0.00832884386, -0.0125451917, 0.00801729131, -0.00654260814, 0.00622413214, -0.0171977133, -0.0162284374, -0.0548886731, -0.0051336973, 0.00211855886, 0.0162007436, -0.0150930006, -0.0224456452, 0.0292998068, -0.0360293463, 0.0131059866, -0.0122267148, -0.00996968895, -0.0278735869, 0.0099489186, 0.0222794842, 3.2128879e-05, 0.0273058694, 0.0108281896, 0.0190947223, -0.00798959751, -0.0244811233, 0.0106135644, 0.0337861665, 0.0157991871, -0.029105952, -0.0226671938, 0.039380271, -0.0166853815, -0.00144006615, 0.0235118493, 0.00224317983, -0.00293898117, -0.0145114353, 0.0153007023, -0.00127303926, 0.00720725395, 0.00999738183, -0.0114512946, -0.0105789471, 0.00130765617, -2.68281547e-05, 0.0110843554, -0.0152730085, -0.00504023163, 0.0386325419, 0.00761573436, 0.025311932, 0.0129952123, -0.0133552281, -0.00668799924, 0.00198182184, -0.0110289678, -0.00611335738, -0.0199809168, -0.0268489253, 0.00856423937, -0.0133206118, 0.0145945158, 0.00795498, -0.00366247585, 0.00587103888, 0.055525627, -0.00577411149, -0.00785805285, -0.000129164589, -0.0147606777, -0.026890466, 0.00733187515, 0.0251042303, 0.00509215705, -0.0113543672, 0.0055283308, -0.0188454799, -0.000345520675, 0.00234010746, 0.00533447554, 0.0194824338, 0.00493984204, 0.0204101671, 0.0225702673, -0.000216788801, -0.0256996416, -0.00304456288, -0.0123305665, -0.0149683794, 0.0315983742, 0.0173361804, 0.00763650425, 0.000258761895, -0.0174192619, 0.00352573884, -0.02785974, -0.045555938, 0.0277905073, -0.00745649636, 0.0277351197, 0.0397679806, 0.0163115188, -0.00926350243, -0.0243703499, -0.0177654307, -0.000561227673, -0.00216356083, -0.021781, 0.0124690337, -0.0260181185, 0.00578795793, -0.0143175805, 0.0154807111, -0.0157022588, -0.00873732381, -0.000708782522, -0.0040986496, 0.0179592855, 0.0259904247, 0.0257273354, 0.00523754815, 0.0201747715, -0.0109597342, -0.0337584727, 0.00175075349, 0.00517869927, -0.00709647965, -0.00446905149, 0.00054262107, -0.0143868141, -0.0102466242, 0.000639981299, 0.00931196567, 0.000199263959, 0.0122544086, 0.0170453973, -0.0200778451, -0.00869578402, -0.00110341609, -0.0186377782, -0.00114928349, -0.00655645505, -0.0225148797, -0.0117836175, -0.0367770717, -0.0168515425, -0.0110843554, 0.00160276587, 0.0339523293, -0.00907657, -0.0159099605, 0.0110428147, -0.0100735398, -0.00431673648, 0.0095196683, -0.0037005546, -0.00796882715, 0.0097066, 0.000981391175, -0.000298571395, -0.0187208597, -0.0123721063, 0.0167407691, 0.000640846731, -0.0168930832, -0.00107226078, 0.00491561042, -0.00855731592, -0.00636606151, 0.00550756045, -0.00609258749, -0.0106066409, 0.0148437582, -0.00092946575, 0.00906272419, 0.0167130753, -0.00422673253, -0.0196762886, -0.0142621929, 0.0166853815, 0.0027814738, 0.0179592855, 0.0151622342, 0.0185270049, 0.00274685677, -0.0102050835, -0.007594964, -0.0128290504, -0.0143729672, -0.00490868697, 0.0146499034, -0.0296321306, -7.44264908e-05, -0.010592794, 0.0143591212, 0.00632798299, 0.0359739587, 0.0253534727, -0.013992181, 0.000579401618, 0.00457636407, -0.0137083214, 0.0119774733, -0.0100873858, -0.0026845464, -0.000145607642, 0.00210644281, -0.0348662175, 0.000521850889, 0.0152591625, -0.0184716173, 0.00594373466, 0.012185175, 0.013673705, 0.000446991675, -0.00531370565, -0.0114512946, 0.00987968408, 0.0257965699, 0.0311829709, -0.000571612793, 0.0128636677, -0.030684486, -0.00290782587, -0.00309995, -0.00831499696, 0.00605797, 0.00913195778, -0.00725571765, -0.00418519229, 0.00356208673, -0.015189928, 0.00362093537, 0.0180839077, 0.0421496257, -0.016145356, -0.011153589, -0.0121990219, -0.0149683794, 0.00817652885, -0.0173500273, 0.0123028727, -0.00869578402, 0.0440881774, 0.0084050009, -0.0145114353, -0.0122405617, -0.0327338092, -0.0103781689, -0.00733187515, -0.00811421871, -0.0407095626, -0.00225875759, -0.0104750963, 0.015674565, 0.00269839307, 0.00659799529, 0.00669838442, 0.0121782515, 0.0218225401, -0.00723494776, -0.0152453156, -0.0025910805, -0.0176269636, 0.00348939095, -0.0148160653, -0.0016858466, 0.00325399544, 0.012884438, 0.0111397421, 0.0140544912, -0.0168653894, -0.0104958666, 0.0157161057, 0.0136944745, -0.0186377782, 0.00782343652, 0.00953351427, 0.00688531622, 0.0409034155, 0.00887579191, -0.00794805679, -0.00832884386, -0.00956120808, -0.0158822685, -0.00560448831, 0.0165607613, -0.00310687348, -0.0187485535, -0.0148852989, 1.5793994e-05, -0.0172115602, -0.00221548625, 0.0265442953, 0.0224317983, -0.0246611331, 0.00963736512, -0.00474252552, -0.0397679806, -0.00478406576, 0.02324876, -0.000345304317, 0.00464559812, -0.0104335556, -0.0195516665, 0.00263089, 0.0055767945, -0.0201747715, -0.0176961962, 0.020728644, -0.00011293788, -0.00888271537, 0.00477368059, -0.013369075, 0.00592296431, -0.00627259584, -0.0102812415, 0.0346169733, -0.0416511446, -0.00842577126, -0.0243980438, -0.0159930419, -0.0130090592, -0.00918042194, -0.0175300352, -0.00655299332, 0.00386671606, 0.00231933733, 0.00760188745, -0.0200501513, 0.00682992907, -0.0426204167, 0.014871452, -0.000447424391, -0.00484983809, -0.00876501761, 0.0103920158, 0.0119151622, -0.000477714231, 0.0148437582, 0.00669838442, 0.0154945571, -0.00558717968, -0.0152314687, -0.0143175805, 0.019925531, 0.00689223967, 0.00544871157, 0.00500215264, -0.0452513099, 0.000325183209, -0.00837730803, 0.0116520738, -0.0327338092, -0.0253534727, 0.0426758043, 0.00191951124, -0.0151760811, 0.0202163123, -0.0325399563, 0.0319030024, 0.00955428462, 0.0257688761, -0.0195239726, 0.0149268396, 0.00767804496, -0.00195066654, -0.0204655547, 0.00843269471, 0.00308783399, 0.0073872623, 0.0102950884, -0.0142206531, 0.0299921464, 0.00993507169, 0.0012773663, -0.0129813654, 0.0214348305, -0.0323461, -0.0174608026, -0.0263781343, 0.00552486908, -0.00738033885, 0.0100873858, -0.0121574812, -0.00977583323, -0.0155914854, 0.0127252, 0.0133829219, -0.0258519556, -0.013140603, -0.0169484708, 0.015023767, -0.0185270049, -0.0149545325, 0.00869578402, 0.0147606777, -0.0335369259, 0.00814883597, -0.017391568, 0.00687493104, -0.0107728019, 0.00370401633, -0.00515792891, -0.0110289678, 0.028469, 0.000235179061, -0.00945735723, -0.0129121309, 0.0180008262, 0.0247580595, -0.0179454386, 0.00730418134, -0.0281505231, -0.00342188799, -0.0201886185, 0.0160345826, -0.0231379848, -0.0423434824, 0.00432366, 0.000575507176, -0.0221548639, -0.00237472448, -0.0066118422, 0.00677108, 0.0114305252, -0.0163115188, -0.0173361804, 0.00901426, -0.012185175, 0.00491561042, -0.000154370064, -0.0101912376, 0.0218225401, 0.0154391704, -0.00924273208, -0.0041471133, 0.0180146731, 0.000268497912, 0.0047529107, 0.00843269471, 0.0377186537, 0.00949197449, -0.00835653767, -0.0326784253, -0.0224871859, -0.0204794016, -0.00822499301, -0.0258519556, -0.0162284374, -0.0289120972, -0.0140614146, 0.00433058338, 0.030546017, 0.0211025067, 0.0240657199, -0.0149406856, 0.0305737108, 0.0043201982, -0.0331492126, 0.0242595747, -0.00108091498, -0.0203547813, -0.0256027132, 0.00744264945, 0.00461098086, 0.012974442, -0.00685416069, 0.00450713, -0.00053007243, -0.0158407278, -0.00709647965, -0.0101496968, 0.0117074605, -0.0147606777, -0.0113543672, -0.00167199981, -0.0224456452, -0.0164915267, 0.0156607199, -0.0309891142, 0.0476883426, -0.015189928, 0.0113335969, 0.0189008676, 0.0268766191, 0.0103920158, 0.001166592, -0.0252703913, -0.0206732564, -0.015674565, 0.025464246, -0.00141410343, 0.00867501367, 0.007435726, 0.00269320048, -0.0153699368, 0.00299609918, 0.00520293135, 0.0129605951, 0.0073734154, -0.00286455452, -0.0245088171, 0.0341461822, 0.0010246624, -0.011153589, 0.00471137, -0.0169900116, 0.00266031455, 0.0199809168, 0.0145945158, -0.0107243387, 0.013673705, -0.0122059453, -0.0113128275, 0.00900041312, 0.0219056215, 0.00121765211, 0.00546602, 0.00186412409, 0.00801036786, 0.0125244213, -0.0381340571, 0.0122267148, -0.000461703894, -0.00525485678, 0.00150064577, -0.0114582181, 0.00340804108, 0.0065010679, 0.00388748618, 0.00684723724, 0.00898656622, -0.00338900182, -0.0048533, 0.00112764793, -0.0350877643, -0.00931888912, 0.0169623177, 0.00924965553, -0.00313283619, -0.00446905149, -0.00843961816, 0.00301340758, -0.0161315091, 0.0171007849, 0.0398233682, 0.0107451091, 0.0137567855, -0.00369016943, 0.0514546707, 0.00472867861, -0.0053552459, 0.00367286103, -0.00216529169, 0.00987968408, 0.00222587143, -0.00398441358, 0.0101704672, 0.00296148215, 0.00475983415, -0.0180977546, 0.0105304839, -0.0207147971, -0.0111397421, -0.00884809811, 0.00406749453, 0.00790651701, 0.00259973481, 0.0142760398, 0.0198701434, 0.0097066, 0.0153283961, 0.0154253235, 0.000606662477, 0.00631413609, -0.0211302, -0.0260319635, -0.00101773906, 0.00580526656, -0.00199913024, -0.0184300765, -0.000407398504, 0.00286282366, 0.00976891, 0.0261981264, -0.0178900529, 0.00169969338, -0.0131129101, -0.00900733657, -0.00148247194, -0.0022224097, -0.0072626411, 0.0202301592, -0.0111120483, 0.00637644669, 0.00580180483, -0.00228472031, -0.0108489599, 0.0160068888, -0.0343677327, -0.00536563108, 0.00338207837, -0.003877101, 0.0177792776, -0.0198562965, 0.0273889489, -0.00324880308, 0.000983122, -0.00148333737, -0.00323495618, 0.00756727066, -0.00823191646, -0.0102397008, 0.00239549461, -0.0264750626, -0.0220302418, -0.0218502339, 0.014400661, -0.0106204879, -0.0239826404, -0.00420250045, 0.0180839077, -0.00355170155, 0.0250211488, -0.0162284374, 0.00873732381, 0.0140614146, 0.00474944897, -0.0283582248, -0.0218225401, 0.00740110921, -0.00328861247, -0.0110289678, 0.0102604711, -0.00676069502, 0.0265304483, 0.00736649195, -0.00791344047, 0.0283166841, 0.0108212661, 0.00300821499, -0.00965813547, 0.0150514599, 0.0056391051, 0.0220579356, 0.00903503, -0.00248896051, -0.0219194684, -0.0321245529, 0.0247303657, -0.0055767945, 0.00868193712, -0.00560448831, 0.0124344174, 0.00455559371, -0.000494157313, -0.0160207357, 0.00555256242, -0.0129259778, 0.0177377369, -0.0071034031, -0.00634529116, -0.00717956061, -0.0119843967, -0.0208532643, -0.0077057383, 0.00913888123, 0.00142362306, -0.00986583717, -0.0108489599, -0.00999045838, 0.0068333908, 0.00603720034, -0.00236087758, -0.00735264551, -0.0143175805, -0.00164257537, 0.00649068272, 0.0126144253, 0.0134106157, 0.0137429386, 0.00574295595, -0.00843961816, 0.0125659611, 0.000483339507, -0.00335957739, 0.00523754815, -0.00565987546, 0.026253514, 0.00176719658, 0.0117974645, -0.0140614146, -0.0106343348, -0.00918042194, 0.000740803254, -0.00483252946, 0.0073872623, -0.00593334949, -0.0171700194, 0.0381063633, -0.00631067436, -0.00148939528, 0.00447597494, 0.0216009915, 0.0161868967, 0.0073249517, -0.0266689174, -0.034506198, 0.0358908772, 0.000989180058, -0.013992181, -0.017253099, 6.75031e-05, -0.00789267, 0.0129675185, -0.00128775148, -0.00983814429, -0.00171873276, -0.00410903478, -0.00100302685, -0.0021427907, -0.00789267, -0.00969275273, -0.00217740773, 0.00234703091, -0.00240761065, 0.00699609052, -0.00173344498, -0.0164222922, 0.00650452962, 0.00255300174, 0.0182085279, -0.0110358912, 0.00739418576, 0.00426827278, 0.0142345, -0.0260873511, 0.00882732868, 0.00401903084, 0.0257550292, 0.021836387, 0.0171561725, -0.000621807412, 0.0222933311, 0.02785974, 0.00274339528, 0.00494676549, 0.00850192923, 0.00947120413, 0.00416788366, 0.0277489666, -0.0125313448, 0.0101912376, -0.0320414715, 0.00518908445, -0.0134660034, -0.0218917746, 0.00969967619, 0.000900041312, -0.0277489666, 0.015646873, 0.0100112287, 0.0123028727, -0.00866809, 0.00780958915, 0.0130644459, 0.000192232386, -0.0187485535, 0.00214971416, 0.00257204124, -0.00429596659, 0.0162284374, 0.0157299526, 0.00680223526, 0.0147883715, -0.00176979275, 0.0108558834, -0.0068818545, -0.00722110085, -0.00450020656, 0.00173431041, -0.0162699781, 0.0006754637, -0.00894502643, 0.00875117071, 0.0149129927, -0.0299644526, -0.00412634341, -0.0209086519, -0.000336001016, 0.0113335969, -0.0292167254, -0.00291474932, -0.00553179253, 0.00675377157, 0.0204378609, 0.0198286027, -0.0128152035, -2.31365793e-05, -0.0277351197, 0.00480137439, 0.0271120146, -0.00834961422, -0.00380094373, -0.00553871598, -0.00760188745, 0.0047529107, -0.00515100593, 0.000996968825, -0.000804411946, 0.0178900529, -0.00454174681, 0.0161315091, 0.0220302418, -0.0137844793, -0.0238718651, 0.0278182011, -0.0445589684, 0.00468367664, 0.00301167672, -0.0127944332, 0.00651837606, 0.0246472862, 0.00334226876, 0.018817788, 0.0177377369, 0.00427173451, 0.00498830574, 0.0252565444, -0.00156555267, -0.00609951094, -0.000358285673, -0.0140198749, -0.0105304839, 0.00974813942, 0.00679185, -0.0144422017, 0.0243841968, 0.0185546987, 0.0177377369, 0.010212007, 0.00934658293, -0.0153145492, 0.0230272114, 0.0175854228, -0.0190947223, -0.00714494335, 0.00965813547, 0.00214452157, 0.00568410708, 0.00357939512, -0.00225183414, -0.00310687348, 0.0217533056, -0.00543486513, 0.00760188745, 0.00702378387, -0.0156191783, 0.00507484842, 0.00239203288, 0.00495715067, 0.0212548226, 0.000218952366, -0.000360449252, 0.0119359326, -0.00640760176, -0.0162976719, -0.0429250486, 0.001819122, -0.000543486502, 0.013611394, 0.0057221856, -0.0155360978, -0.0319860838, 0.0125244213, -0.00684031425, -0.0212409757, 0.00761573436, -0.00312591274, 0.00634875288, 0.00806575455, 0.00621720869, -0.0190947223, -0.00762958126, 0.0101635437, -0.0117213074, 0.00960274879, -0.00291648, 0.0168100018, -0.0148437582, -0.0147883715, -0.0166853815, -0.00633144472, 0.0181254484, -0.0028610928, 0.00196797494, -0.0281089824, -0.000943312538, -0.0183331501, -0.00170228968, -0.00621028524, 0.0018502773, -0.00838423148, 0.014871452, -0.0132652242, -0.00683685252, 0.00458674924, -0.00995584205, 0.0238441713, -0.0110151209, 0.0195655134, -0.00496061239, 0.00483252946, -0.0106481817, 0.00522716297, 0.0156191783, -0.00203720899, -0.00682992907, 0.0160345826, 0.00178450497, -0.0027814738, -0.000406533101, -0.0129190544, 0.0118390052, 0.0125659611, -0.00527908839, 0.0105720237, 0.00563564338, -0.0101289265, -0.00231933733, 0.00850885175, -0.0180700608, -0.0030168693, -0.00411249651, 0.00627259584, -0.00609258749, 0.0146499034, 0.0156884119, -0.000219276888, -0.00953351427, -0.00888963882, -0.00501599954, -0.0206455626, -0.00195585913, -0.0126075018, 0.00298917573, 0.0124413408, 0.0140475677, -0.00212202058, -0.0117351543, 0.00481868256, 0.000818691449, 0.00128428976, 0.000332755677, 0.0421773195, 6.98289296e-05, 0.00258415705, 0.00105408684, -0.0111051248, 0.010758956, 0.018513158, 0.00300994585, -0.0217256136, 0.00467675319, -0.00925657898, 0.001166592, 0.00233837659, -0.00773343211, 0.018831633, -0.000417350879, 0.00966505893, 0.0150791537, -0.00162093982, -0.00668107579, -0.0181669872, -0.00302379276, 0.00767112151, -0.00414019031, 0.0179454386, -0.0018277762, -0.0101496968, 0.00642837211, -0.00183296879, -0.0100389225, 0.0162561312, 0.00812114216, -0.019787062, -0.00262050494, 0.00822499301, -0.00581911346, 0.00875809416, 0.0212271288, -0.0163392127, 0.00415057503, -0.0074218791, -0.00477714231, 0.0167269222, 0.00188662508, -0.0256165601, 0.00480829785, -0.00386325433, -0.0229579769, 0.00471829344, -0.0311829709, -0.00827345718, -0.0152037749, -0.00954043772, -0.0351431519, -0.0159376543, 0.00736649195, -0.00574295595, -0.0232210662, -0.0109874271, -0.00852269866, -0.00331630604, 0.00357247167, 0.032290712, 0.0137083214, -0.0059091174, -0.00676761847, 0.0107451091, 0.0216840729, -0.00833576731, 0.0177100431, -0.00658068666, 0.0111397421, -0.00254954025, 0.0236641634, 0.0166438408, -0.00510946522, 0.00200951542, 0.0190670285, 0.00518908445, -0.0117213074, 0.00942274, 0.0374694131, 0.0131821437, -0.00483252946, 0.00937427673, 0.00512677385, -0.000903503038, -0.0135767777, 0.00902810693, 0.00226048846, -0.0200501513, 5.32776867e-05, -0.0150930006, -0.020894805, 0.00887579191, 0.0165330674, 0.00297013647, 0.000785372569, -3.86466054e-05, -0.0132721476, 0.0170315504, 0.0103504751, 0.00223279488, 0.0234703086, 0.0111466656, -0.0023816477, 0.0141168023, 0.00977583323, -0.0121782515, -0.00884809811, 0.0239134058, -0.00461444259, -0.00881348178, 0.000204240147, 0.0138121722, -0.0125590386, -0.0190670285, 0.0111951297, -0.022002548, -0.0246334393, 0.0192885771, -0.0130782928, 0.00702032214, -0.00869578402, -0.00092946575, 0.0018277762, 0.0012089978, 0.00651491433, 0.00132583012, 0.00643529557, 0.00531024393, -0.0113474438, 0.00286628539, 0.0219056215, -0.00935350638, 0.0142068062, 0.029742904, 0.00482214428, 0.000139766038, -0.0151068475, 0.000790565158, 0.0116105331, -0.00892425608, 0.00140631455, 0.00608912576, -0.010592794, 0.0122544086, 0.00153699366, 0.00947120413, -0.00278493552, 0.0142206531, 0.0150514599, -0.00819037575, -0.0154530173, -0.000247944088, 0.00521331606, 0.0119220857, -0.0115066823, 0.00164863339, 0.00639029359, -0.0122890258, 0.0219887011, 0.00636952324, -0.00824576337, 0.0203686282, 0.0220302418, 0.00958197843, 0.0215871446, 0.0194132, -0.0222240966, -0.00929811876, -0.0165884532, -0.0074218791, -0.00896579586, -0.017557729, 0.000921676925, -0.0365278311, -0.0060060448, -0.0118805459, 0.00872347783, 0.0143175805, 0.00867501367, -0.0049121487, 0.0284413062, 0.00264300592, 0.00180527521, 0.000126676488, -0.0185685456, -0.0105374064, -0.0129259778, 0.0161315091, -0.00522370124, -0.00417826883, -0.000863260764, 0.00508869532, -0.00661876565, -0.00464905938, -0.00183123793, -0.000446558959, 0.0122267148, 0.00549717527, -0.004704447, -0.0112643633, -0.000854606566, -0.0150514599, -0.0183331501, -0.00534832245, -0.00146083627, 0.0108974231, -0.0318753086, -0.00692685647, 0.0142206531, -0.014719137, 0.0253950115, 0.00510254176, 0.0124551868, 0.00274339528, 0.00413326686, -0.000380786718, -0.00466636801, -0.029576743, 0.0116936136, -0.00163911376, -0.00158805365, -0.0048152213, -0.00895887241, 0.0166992284, 0.00411942, 0.0177377369, -0.014006028, 0.0139437169, -0.0076572746, 0.00819037575, -0.00813498907, 0.0163115188, 0.0134936962, -0.00760188745, 0.00466290629, 0.029105952, -0.0073595685, -0.00295109698, -0.0222379435, -0.00712417345, 0.00649414444, 0.00833576731, -0.0259627309, -0.0136806285, 0.00315879891, 0.0184854642, -0.00997661147, 0.00796882715, -0.034976989, 0.0108004957, -0.0255057868, -0.00607181713, -0.0113682142, -0.0062275934, -0.00517869927, 0.0277351197, 0.00718648359, 0.00904195383, -0.00474252552, -0.0133413821, -0.0141514186, -0.0128498208, -0.0224456452, -0.00468713837, -0.0140614146, 0.0266966112, 0.010122003, -0.0116797667, -0.000594546553, 0.0240103323, 0.0152037749, -0.000523581752, 0.00861962698, -0.00879963487, 0.0072141774, 0.0184439234, -1.47392584e-05, 0.00774035556, -0.0163392127, -0.0194132, 0.00956120808, 0.00663607381, 0.00340804108, -0.0149960732, 0.0288567096, 0.00535178417, 0.00170315511, 0.0016745961, 0.0195239726, 0.000822153117, -0.0186377782, -0.016145356, -0.018513158, 0.0019212421, -0.00982429739, -0.000896579644, -0.0169484708, 0.00435481546, 0.00179142843, -0.0203547813, 0.00861962698, -0.00740803266, -0.0138537129, -0.0237472448, 0.0299644526, -0.0212825164, -0.0271258615, -0.0101773906, -0.011866699, 0.000430981338, -0.0038286373, -0.00330072851, 0.00129640568, -0.00229337462, 0.00887579191, 0.00573257077, 0.000669838453, 0.00462828949, -0.00601643, -0.00119688187, 0.0229164362, 0.0176408105, 0.0521470085, 0.0133344587, 0.00608566403, -0.00498484448, 0.0164638329, -0.0154530173, 0.00612028083, -0.0116589973, -0.000543919217, 0.00911811087, 0.0265996829, 0.00817652885, -0.0160761233, -0.00252357731, 0.00434789201, -0.0271397084, -0.00691300957, 0.00724187074, -0.0136944745, 0.00391864125, 0.000800084788, 0.0113889845, 0.00868886057, -0.00315533718, 0.0122267148, -0.00420596218, 0.0105720237, 0.0212409757, 0.0073595685, 0.0132583007, 0.00104975968, 0.0021912544, -0.0211302, 0.00987276062, 0.00268108468, -0.0198562965, -0.0225425735, -0.0163392127, -0.000343140768, -0.00275724195, 0.0136598581, 0.0075811171, -0.0107520325, 0.0161592029, 0.00990045443, -0.0204655547, -0.00223798747, 0.0140544912, -0.000244698749, 0.00237126276, -0.00298744487, 0.0121090179, -0.00335784652, 0.0232349131, -0.0178623591, 0.01162438, -0.00107918412, 0.0274581835, -0.0191639569, 0.0260596573, -0.00176027312, 0.0163530577, 0.00188835594, -0.00915272813, 0.0274997242, -0.00229683612, 0.00671223132, 0.0225702673, -0.00898656622, 0.0115066823, -0.00161142019, -0.0245365109, 0.00871655438, -0.00165642216, -0.0135421604, 0.00844654161, 0.00954043772, 0.0106274113, 0.0149683794, 0.021531757, -0.0189701021, 0.00375594175, -0.00536216935, 0.00243876572, 0.0270150863, -0.0319030024, -0.0134729259, 0.0112574399, 0.00126525038, -0.0339523293, -0.00693724165, 0.000921676925, 0.0147745246, -0.0203270875, 0.0166299939, 0.00277974294, 0.0072141774, 0.00590565568, -0.00323841791, -0.0243149623, -0.0120882476, -0.0123582594, 0.000444828125, 0.0223487187, -0.00137169764, -0.011472065, -0.0306567922, -0.0142068062, -0.00717263715, -0.000321721513, -0.0118390052, -0.0334261507, -0.0137429386, 0.0004725217, 0.00878578797, 0.030518325, 0.00666030589, 0.0071518668, -0.00226914254, 0.00658414839, 0.0185685456, 0.0125382682, -0.00154997502, -0.0109666577, -0.00205105566, 0.00760188745, 0.018665472, -0.00203720899, 0.00205971, -0.00439981744, 0.0110289678, -0.0231795255, 0.0315429866, 0.0214625243, -0.0171284787, -0.0163530577, -0.0141306492, 0.0192885771, 0.0246611331, -0.0125728846, -0.0253950115, 0.0109735811, -0.01352139, 0.00934658293, 0.00794113427, 0.000468627288, 0.0109458873, 0.0203132406, 0.016920777, 0.0130921397, -0.00361747388, 0.0121020945, -0.0127459699, 0.00988660753, 0.0122959493, -0.0166438408, 0.0131613733, 0.00596796628, -0.00400518393, 0.0212548226, -0.0362508968, -0.0114236018, 0.00988660753, -0.0110982023, 0.0143314274, 0.0015352628, -0.00783036, -0.00412980514, -0.00151362724, -0.016920777, 0.00848115887, -0.00109043473, 0.000337299134, 0.000133491703, -0.0113889845, 0.00484637637, -0.0183193032, 0.00828038063, -0.0119567029, 0.0072280243, -0.0123236431, -0.00376286497, 0.00992814824, -0.00472867861, -0.00308783399, -0.0125867315, 0.0121436343, 0.00791344047, -0.00345823565, -0.0147468308, 0.00179835176, -0.0148160653, 0.0129398247, -0.00913888123, -0.0149545325, -0.0205347892, 0.0126628894, 0.00677800365, -0.0107797254, -0.0118113114, -0.00418865401, -0.0113820611, -0.011001274, 0.00559410313, 0.00412634341, -0.0132652242, 0.00566679845, -0.00232452969, 0.00704455422, -0.0183746889, 0.016616147, 0.00603720034, 0.00198182184, 0.0013820827, -0.00356554822, 0.00516831409, -0.00888271537, -0.00850885175, -0.0157576464, 0.0158684216, 0.00888963882, -0.01233749, 0.00276243454, 0.00521677779, 0.000165945123, 0.00774035556, -0.00947120413, 0.0187900942, -0.00229164376, 0.000413672853, -0.0159099605, 0.0143037336, -0.020257853, -0.0153560899, 0.00471829344, -0.0170177035, -0.00399826048, -0.00752573, 0.0109666577, 0.00586065371, 0.00848115887, 0.0124551868, -0.0242318809, -0.018513158, -0.0251457691, 0.0234426148, -0.00347035169, 0.00208048, 0.00294417352, 0.0109943505, 0.0109735811, 0.00875117071, 0.0164638329, -0.0102812415, 0.00522716297, -0.00448982138, -0.000552140758, 0.00920119137, 0.0148299113, -0.0109597342, 0.00497792102, 0.00708263274, 0.00885502156, -0.00624836376, -0.00901426, -0.00156555267, 0.00799652096, -0.0141098788, 0.00592988776, 0.0134867728, 0.015508404, 0.0231795255, 0.00400172221, 0.00452790037, -0.0117974645, -0.0084050009, 0.00914580468, -0.0296875164, -0.0098519912, 0.00635221461, 0.0145114353, -0.0237472448, 0.0191362631, 0.00514062075, -0.0117420778, -0.0165607613, 0.0309614222, -0.005182161, 0.00993507169, -0.0104197096, 0.0233179945, -0.0066118422, -0.000997834257, 0.0100943092, -0.0157022588, 0.0184300765, 0.0136944745, 0.00961659569, 0.0185823925, 0.00999045838, 0.00245780521, 0.00672607822, -0.0163115188, -0.000340111757, 0.00563218165, -0.0254504, -0.00801729131, -0.00253742421, -0.002985714, 0.0139575638, -0.0172807928, -0.00567718362, 0.0156607199, 0.013292918, -0.00807960145, 0.0191085692, -0.0211440474, -0.00971352309, -0.00354131637, 0.0212271288, -0.0184300765, -0.0103920158, 0.00352227711, -0.00207701838, -0.0156330261, 0.0123859532, -0.0218779277, -0.00223798747, 0.00735264551, 0.00293551944, -0.00284724613, 0.0206594095, 0.00398095185, -0.00288013229, -0.0112782102, -0.0133829219, 0.018817788, -0.00792728737, -0.0247580595, 0.00599566, 0.00917349849, 0.0316814557, -0.000109422093, 0.00326611148, -0.00532755209, 0.00580180483, 0.0119497795, 0.0353370085, -0.020562483, 0.016145356, -0.0120259365, 0.00395325851, -0.0250626896, -0.0216840729, 0.0442266464, -0.00202855468, -0.00140371826, 0.00203720899, 0.0245088171, -0.00626913412, -0.000547380885, -0.0147468308, 0.012503651, 0.00871655438, 0.00191085692, 0.0165192205, 0.007435726, -0.0135698542, -0.00680569699, -0.0114789885, -0.0175715759, 0.00774035556, -0.00942274, -0.0038113289, 0.0168376956, -0.00141150714, 0.00272608665, 0.00594027294, -0.00326784234, 0.000806142809, -0.00744264945, 0.019302424, -0.0105997175, -0.0202993937, -0.0107520325, -0.0139229465, 0.00145391293, 0.0168515425, -0.021033274, 0.0182777625, -0.00462482776, 0.0128359739, 0.000626999943, 0.00976198632, 0.0311275832, 0.000165079691, -0.0219333153, -0.00693724165, 0.00592988776, -0.000659453333, 0.0057498794, -0.0116105331, -0.000627432659, -0.00923580863, 0.000219276888, -0.0230964459, 0.0257273354, 0.0245780516, 0.00217567687, -0.0186377782, 0.0107797254, 0.0193578117, -3.13040209e-06, 0.0290505644, -0.00585026853, -0.00542101823, 0.017086938, 0.00168238499, -0.0159376543, -0.0319860838, -0.0250211488, 6.84767e-05, 0.0157853402, -0.00849500578, 0.00832192, 0.00335092307, -0.00146862515, -0.0110081974, -0.0144145079, -0.0118113114, 0.00407441799, -0.00417480711, -0.0159653481, 0.0121574812, -0.0157576464, 0.007276488, -0.012351336, -0.00119515101, 0.00473906379, 0.0124967275, -0.0142898867, 0.00780266616, 0.00409172615, -0.0189285614, 4.42989076e-05, -0.0154114766, -0.00396364368, -0.0157022588, 0.00809344836, -0.026253514, -0.00444135768, 0.00985891465, -0.0105512533, -0.00284551526, -0.0227641221, 0.0140960319, -0.00450713, -0.00766419806, -0.0021791386, 0.00333361467, 0.000460838462, -0.00326611148, -0.0223902594, 0.000508004101, 4.09994791e-05, -0.00138294813, -0.0226533469, 0.0200501513, -0.00536563108, -0.00213932898, -0.0236641634, -0.0161176622, -0.0100735398, 0.00983814429, -0.00458328752, -0.00731802825, 0.00228125858, -0.0310998894, -0.0124898041, 0.0272920225, -0.007594964, -0.0242595747, -0.000315447163, 0.023885712, 0.00662222691, 0.0225979611, -0.0149129927, 0.00253742421, -0.00209432701, 0.00469406182, -0.00929119624, 0.00248549879, -0.0114028314, 0.00947120413, 0.0157438, -0.0126905823, -0.00419903873, 0.0192747302, 0.0204932485, -0.0353923924, -0.0151345413, 0.00153439736, 0.0102397008, -0.00505407806, 0.028635161, 0.0336753912, -0.0128082801, -0.0241072606, 0.0171007849, 0.00240761065, -0.0160899702, -0.00239203288, -0.0194824338, 0.000878838415, -0.03544778, -0.00437904708, -0.0165884532, -0.00790651701, -0.0132790711, -0.00936043, 0.0277074259, -0.00510946522, -0.0157576464, -0.007594964, 0.0284136124, -0.0122336382, -0.0076572746, -0.00201643864, 0.0180562139, 0.0140891084, -0.00933965947, 0.00565641373, 0.00316918408, 0.0115551455, 0.0354200862, -0.0028749397, -0.0122821024, -0.0225841142, 0.000634788768, -0.0145391291, -0.0181531403, 0.00427173451, 0.0068957014, 0.0202024654, 0.0129882889, 0.00688531622, -0.0184300765, -0.00126957754, 0.000332755677, 0.0144145079, -0.0102258539, 0.0096304426, -0.0156053323, -0.00920119137, -0.0248272941, -0.0168515425, 0.0404603183, 0.0056875688, 0.0177100431, -0.0243149623, 0.00925657898, -0.0224317983, 0.0054521733, 0.00269146962, -0.0104474025, -0.000173193053, -0.0234010741, -0.000205646458, 0.0234287679, 0.00315533718, 0.0151622342, -0.00508177187, -0.0197316743, -0.0188593268, -0.0073111048, -0.00239549461, 0.00360362697, -0.0033370764, 0.0238995589, -0.000886194524, -0.00830807351, 0.00331457518, -0.0040501859, -0.0285797734, 0.017391568, -0.00902810693, 0.0164638329, -0.0104266321, 0.00169796252, -0.00509215705, -0.0114512946, -0.00506100152, 0.0016036313, 0.0204794016, 0.00628298055, -0.0038286373, -0.00705147767, -0.00103331672, -0.0244257376, -0.00165988388, -0.0110843554, -0.00185200816, -0.00961659569, -0.00194201223, 0.0330384411, 0.0115205292, -0.00591604086, 0.0279566683, -0.0252842382, -0.00705147767, -0.0072626411, 0.0190254897, -0.0054521733, -0.00160968932, -0.0140406443, 0.000285373681, 0.0158545747, -0.00896579586, 0.0125174979, -0.0102397008, -0.0290228706, -0.0104820197, -0.00200778455, 0.0130021358, 0.011714384, 0.00568410708, 0.00969275273, 0.0224041063, 0.00531716738, -0.0260873511, 0.0032557263, -0.0147883715, 0.00857116282, -0.00480829785, 0.00649068272, -0.000842923298, -0.00211336627, -0.0276381914, 0.0209224988, -0.0218086932, 0.0165469144, 0.00189527927, 0.0111674359, -0.0049744593, 0.0160068888, 0.0111258952, 0.0084050009, 0.0284136124, -0.00631759781, -0.00388748618, 0.00317091472, 0.01945474, -0.0234703086, -0.014082185, 0.000531803234, -0.0158822685, -0.010835113, 0.00676415674, 0.0074703428, 0.0171977133, 0.0356416367, 0.00266550691, 0.0280674417, 0.0144422017, 0.00573949423, 0.0125451917, 0.00139766035, 0.0122474851, 0.00373863312, -0.00196797494, 0.0162007436, 0.0168792363, -0.00263435161, 0.0107520325, -0.00373171, 3.37042206e-06, 0.0127944332, 0.00202336209, 0.027527418, -0.00947120413, -0.0122544086, 0.0157438, 0.0141098788, 0.0114236018, 0.0150930006, 0.0139021771, 0.00704455422, -0.0111882063, -0.0010895693, 0.0114443712, 0.00915965158, 0.0200778451, 0.0138744833, 0.00774035556, -0.0185823925, 0.0114305252, -0.00929119624, 0.0168653894, -0.0111466656, -0.00155603304, -0.00199739938, 0.00648029754, -0.026115045, -0.00633490644, 0.0265027545, -0.00324880308, -0.0158684216, 0.0165746063, -0.00792728737, -0.0123582594, -0.0152453156, 0.00790651701, -0.00839807745, 0.0238718651, 0.0177931245, 0.0149268396, -0.00453828508, 0.0144560486, 0.00106706819, 0.00446212804, 0.00163045945, -0.0258242618, 0.0157438, 0.00272435579, 0.00590219395, -0.0238718651, -0.00924965553, 0.00975506287, 0.027693579, -0.00387363927, -0.00518908445, 0.0150099201, -0.000266983407, -0.00987968408, -0.0138883302, 0.00346342823, -0.0161868967, 0.00504369289, 0.0180977546, 0.024688825, -0.00666376762, 0.00827345718, 0.00161747809, 0.0159515012, -0.0138814067, 0.00320899347, 0.00756727066, -0.0356693305, -0.0299367588, 0.017391568, -0.00744264945, -0.00740803266, -0.0171284787, -0.0124344174, -0.00236087758, -0.000438337447, 0.0138329426, 0.0073734154, -0.0166576877, -0.00451405346] |
29 Nov, 2023 | Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?
29 Nov, 2023
Application programming interface testing, sometimes known as API testing, is a subset of software testing that focuses on evaluating the interactions between various APIs and specific API functions. This kind of testing is often carried out at the integration level, following the conclusion of unit testing and before user interface testing. It is used to verify that the API behaves correctly and complies with the system's requirements. Primarily, an API is tested in two ways:
Accessing the Endpoint through Postman.Accessing the Endpoint through Browser.Let's discuss both methods in detail.
Accessing Endpoint through PostmanPostman is a tool that provides us with an option to test our APIs during the development phase. It provides a wide variety of all-in-one platforms where one can access the endpoints of the API. To get access to endpoints through Postman, you need to either install the app or sign into their platform on the browser.
Now, let's try to test an API to shuffle the deck of cards through Postman.
Here, the GET request is sent to the endpoint through Postman. As one can see in the image above that it returns with status 200 OK hence our request has been successful. Moreover, the time taken to fetch the result is 388ms.
Accessing Endpoint through BrowserAccessing the endpoint through Browser is the conventional method of testing the API's during the development phase. For this, method you don't need to install/sign in on any platform and can access the endpoint directly.
Using the same above API, let's try to access the endpoint through browser.
As one can see in the image above, the response body is same however the network tab shows that the time taken to access the endpoint is 313ms and 299ms in two attempts respectively.
Hence, we can say sending postman GET request is slower than accessing the same endpoint in browser. Let's understand the reason behind it.
Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?Factors
Browser
Postman
Caching
Resources like photos, stylesheets, and JavaScript files are frequently cached by browsers to prevent having to download them again whenever you visit a page. And now because the browser can load materials from its local storage instead of requesting them over the network, caching can speed up subsequent visits and hence access the endpoints faster.
Unlike browsers, Postman normally doesn't cache responses. A new network request is made for each request to the server in Postman.
User-Agent and Headers
In order to identify themselves, browsers always provide a "User-Agent" header in every request.
Postman not necessarily sends the same user-agent header as a standard web browser. Depending on the user-agent, some servers could behave in a different manner or execute speed enhancements.
Network Proxy Settings
Depending on how it is set up, if you have a proxy enabled for your browser, it can contribute in slowing down requests.
Depending on your browser's proxy settings, Postman might or might not use them. If it doesn't, different requests will perform differently as a result.
Parallelism
In order to download resources simultaneously, browsers are made in a way such that they can establish numerous parallel connections with a web server. This could hasten the loading of web sites that use several resources.
Postman's default configuration might not be able open as many simultaneous connections. Requests could be sent in a sequential manner, which could slow down performance when retrieving several resources.
Request Payload and Headers
Depending on how a user has previously interacted with a website, some cookies and headers may be automatically sent by browsers along with requests. This may affect how the server responds and fasten the results.
Your browser's message and the payload and headers you deliver in a Postman request can be different. The response and processing times of the server may be impacted by this.
Request Rate Limiting
Requests are normally sent by browsers more slowly than by humans, so rate limitation on the server may not be activated.
If one uses Postman to send a lot of queries quickly, the server might think one is abusing its resources and impose rate constraints, which can contribute to slowing down responses.
GZIP Compression
Gzip compression, which minimizes the amount of data delivered over the network and speeds up loading times, is frequently supported by browsers automatically for HTTP answers.
There's a chance that Postman doesn't enable gzip compression by default, which could result in larger response payloads and possibly slower download speeds.
Server-Side Caching
Usually, servers have caching mechanisms that store content that has been frequently requested. These cached resources can act as an advantage for browsers.
The server treats the requests as unique requests each time hence postman requests doesn't have any benefit due to server-side caching.
Cookies
Browsers manages cookies automatically. Thus, resulting in fast access to the resources.
Postman requires additional configurations as it does not manage cookies automatically.
ConclusionConclusively, these differences between Postman and a browser when accessing the same endpoint can be attributed to various factors related to request headers, caching, parallelism, network optimizations, and server-side behaviour. The specific impact of each factor may vary depending on the website, server configuration, and how one configures Postman. These impact the overall performance and hence slows down the time for accessing endpoint through postman.
Want to learn Software Testing and Automation to help give a kickstart to your career? Any student or professional looking to excel in Quality Assurance should enroll in our course, Complete Guide to Software Testing and Automation, only on GeeksforGeeks. Get hands-on learning experience with the latest testing methodologies, automation tools, and industry best practices through practical projects and real-life scenarios. Whether you are a beginner or just looking to build on existing skills, this course will give you the competence necessary to ensure the quality and reliability of software products. Ready to be a Pro in Software Testing? Enroll now and Take Your Career to a Whole New Level! | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser? | https://www.geeksforgeeks.org/why-sending-postman-get-request-slower-than-accessing-the-same-endpoint-in-browser?ref=asr10 | CSS | Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser? | Different types of module used for performing HTTP Request and Response in Node.js, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0372453853, 0.0204511583, -0.018054178, 0.0434836783, 0.0320826583, -0.0165944789, 0.000827323063, 0.00592714781, -0.0266894512, -0.00333810225, 0.0381365679, -0.014727599, 0.0150349047, -0.0435758717, -0.0261977632, 0.00839711353, -0.0165483821, -0.0248456206, -0.00420239801, -0.00630743802, -0.00830492191, 0.0112012727, -0.0118082007, -0.0201745834, -0.0286101084, 0.0426232256, -0.00346870674, 0.0168403219, -0.0262284949, 0.0133985048, 0.0268738344, 0.0130143734, 0.0298546944, -0.00294436747, 0.00951877702, -0.0045557986, 0.00032122992, -0.0444055945, 0.000143209, -0.00755202398, 0.0140054319, 0.0126225585, 0.0208506547, -0.000746175298, -0.0374912284, -0.00702576386, 0.0213116128, -0.0244000293, 0.0432378352, 0.000709202664, -0.000202149167, -0.0157954842, -0.00712563796, 0.0246151425, 0.0379214548, -0.00561600178, 0.0375834182, -0.0222027972, -0.0173473749, -0.0140745761, 0.0491073616, -0.0300237127, -0.0142743243, 0.00804371201, 0.00692588976, 0.0341108702, -0.0775638223, 0.0360161625, 0.00789774209, -0.00537784025, -0.0554071181, 0.0286408402, -9.98741743e-05, 0.0255985186, 0.0220798757, -0.0150733171, 0.0435451381, 0.0209428463, -0.00256599789, 0.0131449774, -0.0222181622, 0.0131296124, -0.000961288926, -0.0307612456, 0.0494761281, -0.0180695429, -0.0257982668, -0.0479396023, 0.0300698094, -0.00803602953, 0.0109246979, -0.00262745912, 0.0115393084, -0.0426539555, -0.0338650271, 0.000441271, -0.0322977714, 0.018054178, -0.0298086, 0.0418549627, 0.0149273472, -0.0223718155, 0.025490962, -0.0415476561, 0.0250453688, -0.0223718155, -0.0231400784, -0.0200823918, 0.0117313741, 0.0598630421, 0.0171015318, -0.0102102133, -0.0117544215, -0.00674534822, -0.0105559314, 0.00529717235, -0.0145739466, -0.0402877033, 0.0166559387, 0.00992595591, 0.00491688214, 0.0275806375, 0.0136289829, 0.0519345701, -0.016824957, 0.0328509212, 0.0138671445, 0.0292554498, -0.0119080748, -0.0514736138, -0.00577349542, 0.0385975279, 0.00287522376, 0.0122614754, -0.0128069418, -0.0133754564, 0.0147967432, 0.0627517104, 0.017823698, -0.0163947288, -0.0151731912, -0.0548539683, -0.00682601565, -0.0127762118, 0.0155573227, -0.00770183513, -0.0220491439, 0.0578040965, -0.0466181897, 0.0219876841, -0.0303310174, -0.0563290343, 0.0165483821, -0.0163639989, 0.0191912074, -0.0510126539, 0.0302388258, 0.0182078294, -0.0261823982, 0.00670309365, 0.0246766042, -0.0452045873, 0.00397191895, 0.00457116403, 0.0186534226, 0.0268123746, 0.0305307657, -0.0451431274, -0.0553456582, 0.0347254835, -0.0261516683, -0.00525107654, -0.0270428527, 0.0312222037, -0.042315919, -0.00586568704, 0.0115239434, -0.0114471167, 0.00519729825, 0.00279263547, -0.00347254821, -0.00735995825, -0.0156341493, -0.00994900428, 0.0185305011, -0.0103715491, 0.0344796367, -0.00681449147, -0.0278725773, 0.00631512096, -0.0553149283, -0.0127531635, 0.0494146682, 0.0290403366, 0.0249531772, 0.0213577077, -0.0213577077, 0.012745481, -0.00954950787, -0.00914232805, 0.0058848937, -0.0421008058, -0.0230478868, -0.0113933384, 0.0624136738, -0.00792847294, -0.000701039855, 0.00785164628, 0.0196214337, 0.0219262224, -0.0454504304, 0.000675111, -0.00873514917, -0.0433607548, -0.00781707466, -0.00123594294, -0.0228635035, 0.0127992593, -0.0488307886, -0.0085584484, -0.0390584841, 0.0111474944, 0.00793615542, -0.00965706445, -0.04010332, -0.00516272662, 0.0250914656, -0.0153268445, 0.0244153943, 0.0111859078, 0.0227866769, -0.00377025013, 0.00683753937, -0.0196367987, -0.0430534519, 0.00544314226, -0.0264589731, -0.0271657743, -0.0545159318, 0.0375526883, -0.00339572178, 0.00583495665, -0.0292861797, -0.0448972806, 0.000674150651, -0.00792079, 0.00457884651, 0.0237700529, 0.0105943447, 0.0210964978, -0.0153652569, -0.0397652872, -0.0190068241, 0.0178851597, -0.012107823, 0.0109707937, 0.0110553028, -0.0248763524, 0.0193294939, -0.0374605, 0.0328509212, -9.24316264e-05, -0.0208506547, 0.0511355773, -0.0188224409, 0.00152116048, 0.0334655307, 0.00336115016, -0.00862759165, 2.55537434e-05, 0.049937088, -0.0333426073, 0.0147045515, -0.000317388593, -0.0263053197, -0.0271043144, -0.00399112562, 0.0127147501, 0.0477244891, 0.0136059355, -0.0116084516, -0.039826747, 0.0310224555, 0.0316831619, 0.00199748343, -0.00696814433, 0.0169171486, -0.0153652569, -0.0584187098, -0.00998741761, -0.0211118627, -0.0125226844, 0.0170093402, 0.0153959878, 0.011746739, 0.0250146389, -0.00985681266, 0.0380751081, 0.0134138698, 0.0299776178, -0.0107249497, 0.00787469465, 0.00515120244, 0.0306997839, -0.0163486339, -0.0163639989, -0.00980303437, 0.0204972532, 0.0322670415, -0.050213661, 0.0518423766, -0.0251221955, -0.00647261459, -0.0354015529, -0.0126686543, 0.0221259706, 0.0142820068, 0.0063189622, -0.0366922356, -0.0459421203, 0.0266279913, -0.0217879359, -0.0176700465, 0.04649527, 0.0192065723, -0.00103523419, -0.0109554287, 0.006929731, 0.0212501511, -0.0287637617, -0.00440598745, -0.0218493957, -0.00629207306, -0.00273117446, 0.0462801568, -0.0500292778, -0.0229403283, -0.00613457896, 0.00630743802, 0.0473249927, -0.0270428527, -0.00507437624, -0.00158262148, 0.00602318067, 0.0337421037, -0.00445976574, -0.0251836572, 0.0164254606, 0.0199902, -0.00645724963, 0.00164792384, 0.0197443552, 0.0241849143, 0.016102789, 0.00310378196, 0.0114471167, 0.00558911217, -0.014105306, -0.0179312546, 0.0101103391, 0.0418242291, -0.00528180739, -0.0120309964, 0.0304693058, -0.00348215154, -0.00767494598, 0.00196867366, -0.0357395895, 0.0298393294, -0.00722935377, -0.0139900669, 0.0251221955, -0.00279647694, 0.00936512463, -0.0636121631, -0.00841247849, 0.0265358, 0.0223410837, 0.00753281731, 0.0114855301, -0.0071294792, 0.0293783713, 0.00683753937, 0.0599552356, -0.013106565, -0.00586568704, 0.0308534373, -0.0213269778, 0.0225869287, 0.0146046774, -0.0211118627, 0.00554685807, -0.0250146389, -0.0107787279, -0.0535018258, 0.00032483114, 0.0223410837, -0.00338227721, 0.0110629853, -0.0275038108, 0.00236432906, 0.0288252234, -0.00509358291, 0.0333733372, -0.0167174, -0.000883502304, 0.0106634889, -0.015465132, -0.00638810592, 0.00138095254, 0.00286562042, 0.000309225812, -0.0419164225, -0.0312836654, 0.0316831619, 0.048216179, -0.0235549398, 0.0312836654, -0.00450586155, -0.0286254752, -0.00977230351, 0.0408101231, 0.0119925831, 0.000906550209, -0.00782859884, 0.0187456142, 0.000762500917, 0.0227405801, 0.0233705565, 0.00471713394, -0.014712234, -0.0366307721, 0.0133063132, -0.00832028687, 0.0342337936, -0.050490234, 0.0328201912, 0.0214959942, 0.00502059795, -0.000859013933, -0.00630359678, 0.00431763753, 0.0225408319, -0.0235242099, -0.0503365844, -0.0256753452, -0.061614681, -0.0200670268, -0.032174848, -0.0105866622, -0.043022722, 0.00791310798, -0.0204511583, 0.0153114786, 0.0384746045, -0.0333118774, -0.0625673309, -0.0179773513, 0.0284103602, -0.00537784025, 0.0121308705, 0.0286254752, 0.00716405129, -0.00671077613, 0.0108171413, 0.00454811612, 0.00574660627, -0.00591178285, -0.00110437791, -0.0166713037, -0.00951877702, -0.03463329, 0.0188378058, 0.0387819111, 0.0393965207, 0.00597708533, 0.0139055578, -0.010993842, -0.00185055321, -0.0378599949, 0.00252566417, 0.0606927648, 0.00940353796, -0.0363234691, -0.00815126859, -0.00344181759, 0.00319597358, -0.0268123746, -0.00277342903, -0.0065187104, -0.0617068745, -0.00494761299, -0.0361698158, -0.0087121008, 0.0029635739, -0.0179005247, -0.0179312546, -0.0269813929, -0.00429074792, 0.0274577141, -0.0176239498, -0.0394272506, -0.00694893766, 0.0384131446, -0.00439062249, 0.0305307657, -0.0255985186, 0.0396730937, 0.0112780984, -0.0125303678, -0.00285601732, 0.00345142093, -0.00781323295, 0.0622907542, 0.020297505, 0.0101487525, -0.0522418767, 0.0110706678, 0.0121923322, 0.00960328616, 0.0155189103, -0.00822809525, 0.0251529254, -0.0105328839, -0.00280992151, 0.011861979, -0.0056275255, 0.00592714781, -0.00262169703, -0.0493224747, -0.0189453624, -0.00798225123, 0.000881581625, 0.0181310028, -0.0150195388, -0.027718924, -0.00666468032, 0.0226330236, -0.00777866133, 0.00598092657, -0.00573892379, 0.0187763441, -0.0133293606, 0.000181382056, -0.00810517371, 0.0129144993, 0.00817431696, 0.00117160089, 0.0153959878, -0.0151731912, -0.0100796092, 0.0187609792, 0.0119541707, -0.00327856187, -0.0158108491, -0.0162103474, -0.0211425945, -0.0118235657, -0.0237700529, -0.0402877033, -0.0113088293, 0.0210657679, 0.0107710455, 0.00467872107, -0.00915769301, -0.0150733171, -0.00148658862, -0.00187936309, 0.0162564423, 0.00872746576, -0.00277727027, -0.000382210768, -0.00207623048, -0.0248609856, -0.00381250447, 0.024246376, 0.00150003331, -0.01756249, -0.0019417844, 0.00745215, 0.0066531566, -0.00958792, -0.0102486266, -0.0053279032, 0.0257214401, 0.0088119749, 0.00066694821, -0.0345718302, -0.0289020482, -0.0112934643, 0.0236164015, 0.00131276913, -0.0148812514, 0.0216189176, 0.00998741761, 0.00171898818, 0.00909623224, 0.0286254752, 0.0249531772, 0.0208506547, 0.0173781067, 0.0133754564, 0.0494761281, 0.0142435934, 0.0120540448, 0.0348791331, -0.0047132927, 0.0231247116, 0.0143741984, -0.00878892746, 0.00556606427, 0.00438678078, 0.0326665379, 0.0135060614, 0.00340724573, -0.01002583, 0.04056428, -0.0144279767, 0.00241618673, 0.0253987703, 0.0404106267, 0.00122729992, -0.00188128371, -0.00898099318, -0.00896562729, 0.0216957442, -0.00686442852, 0.0143665159, 0.00367997913, -0.0216803774, -0.0119695356, 0.000335394754, -0.0065532825, -0.00795152, 0.0296395812, 0.027227236, -0.013859462, 0.0129605941, -0.0163947288, -0.0136827612, -0.0204665232, -0.00248340983, -0.0306229573, 0.12132407, -0.00257752184, 0.00971084274, -0.0111859078, 0.0327894576, 0.000965130224, 0.00626902515, -0.00174203608, 0.0147813773, -0.00039469506, 0.0210504029, -0.00772104179, -0.0255370568, 0.0375526883, -0.0199441034, 0.0208813846, 0.00601933943, 0.02323227, -0.0143434675, 0.0238929745, 0.0127531635, 0.00228558201, -0.0149964914, 0.00611537229, 0.0158723108, -0.00847393926, 0.0314526819, -0.0193448588, -0.0336806439, -0.0122153796, 0.0535632856, -0.0201438516, -0.0258597285, -0.0124304928, 0.0281184204, -0.00325743458, 0.00239121821, -0.0194063205, 0.00878892746, 0.0158723108, -0.00242963131, 0.00788237713, 0.00543930102, -0.0336806439, 0.00624597725, 0.0118235657, -0.0236932263, -0.000908470829, -0.0113779735, 0.0517501868, 0.02300179, 0.0104099615, 0.00396039523, -0.00364924874, -0.0132909473, -0.0210350379, -0.0389970243, 0.012499637, -0.00216842187, -0.0135521572, -0.0224025454, 0.00170650391, 0.00848162174, 0.00312298862, 0.0142128635, -0.00879661, -0.00977998599, 0.00686058728, 0.0174242016, -0.018054178, 0.036077626, -0.0228635035, 0.0202360433, 0.00712179672, -0.0123229362, -0.024983909, 0.00249301293, 0.0364156589, 0.00459421193, 0.014973443, -0.0414861962, -0.0132679, 0.00668772822, 0.00363004208, 0.0393350571, -0.029962251, -0.00781707466, 0.0145355333, -0.0138056837, 0.0348791331, -0.0015077159, 0.00455195736, -0.0111551769, 0.0144279767, -0.037368305, -0.0146584557, 0.00496681966, 0.0181310028, -0.00450202031, -0.00502443919, 0.0128914509, 0.00757891312, -0.0449587442, 0.0356166661, 0.0170247052, -0.0179005247, -0.0406257398, 0.00968779437, 0.0209274814, 0.00307881343, -0.0160413291, -0.0186534226, -0.0164100956, 0.0101871658, -0.000622773077, 0.0169786103, 0.0109246979, 0.0275038108, 0.0245229509, -0.0122614754, 0.0125995111, 0.0049706609, -0.00447129, -0.0484620221, -0.00694509642, 0.0247227, 0.0127915768, 0.0206048097, 0.00430995459, 0.0104944706, 0.0216189176, 0.00941890292, 0.0430534519, 0.0179773513, 0.0081973644, -0.0141821327, 0.0159645025, -0.00758275436, 0.0107479971, -0.00156341493, 0.00280992151, 0.000660706079, -0.0206048097, 0.0449587442, 0.00817431696, -0.00200708676, 0.0107326321, -0.00839711353, 0.0295934863, 0.0416398458, 0.0128453551, -0.0334655307, -0.00835101772, -0.0208967496, -0.00367805851, -0.0118466131, -0.0419164225, 0.0188531708, -0.0130988816, 0.00537015731, -0.00970316, -0.00707570091, -0.0479088724, -0.0159798674, -0.0239698011, -0.0180849079, 0.0345103666, 0.0150810005, 0.0227405801, -0.029931521, 0.0133831389, -0.00831260439, 0.00365309, 0.0264282431, 0.00382979051, -0.00666083908, 0.0313297585, -0.0126993852, -0.00710259, 0.0113626076, -0.0308688022, -0.027196506, 0.0133754564, 0.017808333, 0.00639962964, 0.0411174297, 0.0199441034, -0.0104176449, 0.00142608793, -0.0208660197, 0.0146123599, -0.0316831619, 0.0149119822, 0.0146968691, 0.0295012947, 0.00477475394, 0.00735995825, 0.0022682962, -0.00938049, -0.0133216782, 0.0102025308, -0.0104406923, 0.027949404, -0.00981071685, 0.025490962, 0.0357703194, 0.0367536955, -0.0149196647, -0.00370686827, -0.0254141353, 0.0046364665, 0.000483525451, 0.0244768541, -0.0262899548, 0.0264282431, 0.00674534822, -0.00474018184, 0.011385656, -0.0157647543, -0.0164100956, -0.00824346, 0.0194985121, 0.0123613495, -0.0091115972, -0.0273194276, -0.0325436145, -0.0295934863, -0.0151424613, -0.02621313, 0.00781323295, -0.00331697497, 0.00684906356, 0.00043839, 0.0196367987, 0.0104483748, 0.0230786167, -0.0248302557, 0.0101487525, -0.00151635881, -0.0499063544, -0.00757891312, -0.0332811475, 0.00266203075, -0.0580192134, -0.0376141518, 0.0192219373, -0.0211272296, -0.0235395748, -0.008911849, -0.0303463824, -0.00239505945, -0.00150291424, 0.0106097106, -0.00870441832, 0.016824957, 0.0023067093, 0.02323227, 0.00877356157, 0.0164561905, -0.0224025454, -0.0048707868, 0.0224332754, -0.0101948483, 0.01286072, -0.00575044751, 0.00888111908, 0.0238315146, 0.00506669376, 0.0191758405, -0.0192833971, -1.10062656e-05, 0.00640731212, 0.0351249799, -0.0089733107, -0.0378599949, 0.0270274878, -0.0302080959, 0.0204050615, 0.0240619928, -0.0150502697, 0.0104791056, -0.0142051801, 0.0144279767, -0.00619604, -0.00116871984, -0.00987217762, 0.0127838943, 0.0109631112, 0.00165272551, -0.00765573932, -0.0227713119, -0.0165176522, -0.0127992593, -0.0295934863, 0.016579112, -0.0618297942, 0.0102793574, 0.0065187104, -0.0120309964, 0.0044367183, -0.0215420909, 0.000768743048, -0.0251375604, 0.0167020354, 0.0137595879, -0.00924220216, 0.00518961577, -0.000470080849, -0.0075673894, 0.0160566941, -0.0105021531, 0.00212424691, -0.065824762, -0.0366307721, -0.0103254532, 0.0117390566, 0.0214499, -0.00666468032, -0.00835101772, 0.00333426078, -0.00123690325, 0.0162410773, 0.00100642431, -0.0285025518, -0.0199902, -0.0158723108, -0.0018275053, -0.0122076971, -0.0201592185, 0.0529179461, 0.010993842, 0.0147660123, -0.0273501575, 0.00791310798, -0.0387204476, 0.0417627692, 0.00672230031, -0.00256023603, 0.00213769148, -0.0181002729, 0.0222949889, 0.0261209384, -0.054700315, 0.00861990917, -0.0191758405, -0.0156802461, -0.00977998599, 0.00775945513, 0.00522418739, 0.00162391562, 0.00110629853, -0.0128530376, -0.00655712374, 0.0131449774, 0.0322977714, -0.0429919884, -0.0205433499, -0.0370302685, -0.0286408402, -0.0420393459, 0.0203128699, 0.0364156589, 0.0481239855, 0.025460232, 0.00577733666, -0.0347254835, 0.0213730726, -0.0186995175, -0.0431763716, 0.0307151489, -0.00269660261, 0.0167020354, 0.029962251, -0.0167020354, -0.0200670268, 0.00382594904, -0.0280876905, -0.0179466214, -0.00908086728, 0.0273347925, -0.0008983874, 0.0185765959, 0.0113011468, 0.00677992, -0.0145201683, 0.00941122, 0.0228020418, -0.0113549251, 0.00136462692, 0.00736379949, -0.00213769148, -0.0048707868, -0.0175932199, -0.0208352897, -0.0578348301, -0.00447897241, 0.00387780694, 0.0229556952, -0.0285486486, 0.0064956625, 0.0273655225, -0.00234128116, -0.0299007911, -0.0304539409, 0.0139362887, 0.00478243642, -0.0260287467, 0.00190049026, 0.00875051413, 0.0148044256, 0.0232015382, 0.00659937784, 0.000549307966, -0.00955719, -0.0126225585, 0.0305154, 0.0233859215, -0.0181924645, -0.0376756117, 0.0257521719, -0.0308227055, -0.00858149584, 0.0218186658, 0.028456457, -0.0154881794, -0.00486694509, 0.0254448671, 0.0130143734, -0.0241388194, 0.00548539683, -0.00182942592, -0.0098414477, -0.011746739, 0.0206662714, -0.0152423354, 0.00288098585, -0.00272733322, -0.00123498251, -0.0198980086, 0.0154497661, 0.00362235936, 0.00094544352, -0.01446639, 0.00494377175, -0.0183614828, 0.0036550106, -0.0255677886, -0.00472481642, 0.00747135654, 0.00126283208, -0.00420623925, -0.00977230351, -0.00971084274, -0.00512815453, 0.0956948251, -0.0265050698, 0.00532022025, -0.0279033072, -0.0101180216, -0.00465951441, 0.00475554727, 0.0290557016, 0.0228174068, -0.0205894448, 0.0220798757, -0.00923452, 0.00344373821, -0.0028694619, 0.00228366139, 0.0250300039, -0.0186380576, -0.00755586522, 0.0189299975, 0.016579112, -0.0172090884, 0.0133908214, 0.00605007028, -0.010386914, 0.00863527507, 0.0169478785, -0.0216957442, -0.0115854042, -0.00346102426, 0.0130911991, 0.0141360369, -0.0415476561, 0.00796688627, 0.00383747299, 0.0120463613, 0.0386897177, 0.0184229445, -0.0097262077, -0.0302234609, -0.0251375604, 0.00843552593, -0.0410559662, -0.0393657908, 0.0129298642, -0.0090117231, -0.0060385461, -0.0206201747, 0.0108632371, -0.0255370568, 0.00315563963, -0.0113933384, -0.0159491375, 0.0217418391, 0.00744830864, -0.0169017836, 0.0237854179, 0.0260441117, 0.00171706756, 0.00858917926, 0.0139209228, 0.00692588976, -0.00924220216, 0.0229556952, -0.00468256231, 0.000465039106, -0.00642267754, -0.0139670186, -0.0085584484, -0.00435989164, 0.000213553067, 0.0256907102, -0.00605391152, 0.0225715637, 0.00597708533, -0.0198672786, -0.0169478785, -0.0181617346, -0.018561231, -0.00677992, -0.02323227, -0.0242924727, 0.0194063205, 0.00450586155, 0.0244307593, -0.000426866056, -0.00858149584, -0.00799761619, -0.027227236, 0.00924988464, 0.00696814433, 0.0160413291, -0.0105559314, -0.0221567, -0.0196982604, 0.00724856, 0.000732730725, -0.0179158896, 0.0285179168, 0.0116238175, 0.00410636514, -0.00813590363, 0.00237393216, 0.0219415873, 0.000887343602, 0.000664547377, 1.60104773e-05, 0.00312682986, 0.0198211819, -0.0192373022, 0.0114394343, 0.0276728291, -0.012745481, 0.00387396547, 0.00590410037, 0.0294091031, -0.0068529048, 0.021296246, -0.01014107, 0.0218493957, -0.00721782958, -0.0106404405, 0.0163947288, 0.00248725107, -0.00951877702, 0.00594635447, -0.000556990562, -0.0201899484, -0.0103485007, -0.00337843597, 0.0358932428, -0.0244000293, 0.029962251, 0.000793711573, -0.0123920804, 0.00276574632, 0.0251529254, -0.0120770922, 0.0228788685, -0.00545466645, 0.019052919, -0.019775087, 0.00603470486, -0.0218493957, -0.0150579521, 0.00389317214, 0.003121068, 0.00858917926, 0.0101333875, 0.00089022459, -0.0175471231, -0.0071294792, -0.0214959942, 0.0115854042, 0.000233359853, 0.0334040709, -0.00666083908, -0.00563520798, -0.0104867881, 0.0101871658, -0.00447897241, 0.00683753937, 0.016809592, 0.0248302557, -0.0305922274, 0.000439830503, -0.0112627335, -0.0245229509, -0.024492221, -0.00706417719, 0.0231247116, -0.0163486339, -0.0275345407, 0.00825114362, -0.0132141216, 0.0256292485, 0.00388933066, 0.0204357915, -0.0229864251, 0.033895757, -0.0120540448, -0.0179773513, -0.00512815453, -0.0247073341, 0.0103715491, -1.51251752e-05, 0.0214191694, -0.048492752, -0.00338419783, 0.00495913671, 0.0281184204, -0.0158876758, 0.00575813, 0.0119311223, -0.0174088366, 0.00681065, -0.00186399778, 0.00698350929, 0.00251606083, -0.0159030408, 0.00246036192, -0.00105636148, 0.0137672704, 0.00321325939, 0.00974157359, 0.00656480622, 0.00325743458, -0.0078439638, 0.0173781067, -0.0128837684, -0.00628823135, -0.0162103474, 0.0304539409, 0.00662242575, 0.0193294939, 0.0161949806, -0.00741757778, 0.0195138771, -0.0202053133, -0.0092268372, -0.0292093549, -0.00432916125, -0.00446744869, 0.0171015318, -0.0128684035, -0.0029021129, -0.00636121677, 0.02005166, 0.0105789797, 0.00768262846, 0.00053538318, -0.018054178, 0.0256446153, 0.0151424613, -0.00386244152, 0.00464799, -0.0021165642, 0.019790452, -0.0350020565, -0.0106404405, 0.0181771, 0.0171476267, 0.0101794833, -0.0252912138, -0.00402569724, 0.00267547555, 8.82301902e-05, -0.0102639915, -0.0169939753, 0.00563904922, 0.0292400848, -0.0243692975, -0.0239237063, 0.0209582113, -0.0344181769, 0.0165176522, -0.0105559314, -0.0172090884, -0.00615378562, -0.00228942325, -0.0158569459, 0.000241042479, 0.0137365405, -0.00481700804, 0.0175471231, -0.00493993, 0.00293860538, -0.0363542, 0.0123613495, 0.0137365405, -0.00404106267, -0.00222027977, 0.0228635035, 6.10108764e-05, -0.00128299894, 0.00345334155, -0.00244307588, 0.0200209301, 0.00869673584, -0.0261823982, -0.0123843979, 0.010632758, 0.032174848, 0.0233244598, -0.01286072, -0.00283681066, -0.00811285619, -0.0221567, -0.00307305157, -0.00420623925, -0.0188992657, 0.0211118627, -0.00561216, 0.00340340449, 0.011385656, -0.00264858617, 0.0438524447, 0.0102102133, -0.0244307593, -0.00867368747, 0.0191143807, -0.006061594, 0.0126840202, -0.0158876758, 0.0137826363, -0.019790452, -0.00268507865, 0.00777866133, -0.00149043, 0.0273808893, 0.00829723943, -0.00279647694, -0.0350942463, 0.0192680322, -0.0179619864, -0.00737532368, -0.0114163859, 0.00945731625, 0.00158070086, 0.0170708, 0.00650718668, -0.00674918946, -0.0351557098, 0.00274653966, -0.00194754638, -0.00460189441, 0.00353592983, -0.0164408255, -0.00033395426, -0.0048707868, -0.0119003914, 0.0114087034, -0.0101026567, -0.0362312756, 0.00965706445, -0.00339764263, 0.0027350157, -0.0193448588, 0.00735227577, 0.00636121677, 0.000477043213, -0.022018414, 0.011877344, 0.00644572545, -0.00991059095, 0.0262284949, -0.00867368747, 0.0066762045, -0.0167174, -0.00357626355, -0.000251606078, -0.0142743243, 0.00521650491, -0.0232937299, -0.0109477462, -0.0132064391, 0.012499637, -0.00622677058, 0.0244307593, -0.0236932263, -0.0156648792, -0.027211871, 0.00901940651, -0.00923452, -0.0198519118, -0.0187456142, -0.0198672786, -0.00688363519, -0.00490919966, 0.0331582241, 0.0204972532, -0.0104944706, -0.000951685652, 0.00934975874, -0.00838943, 0.0108478721, 0.0168556869, 0.00793615542, 0.0151885571, 0.00852771755, -0.018561231, -0.0199902, -0.00236240821, -0.0121155055, -0.0354015529, -0.0233859215, -0.0271657743, -0.00948804617, -0.00394887105, 0.0126225585, -0.00862759165, -0.0192373022, -0.0225715637, 0.0253834054, 0.0187456142, -0.0283642653, 0.0287176669, -0.0419471525, -0.0250761, -0.00482084928, -0.00509358291, 0.0102332616, 0.0198365469, -0.0250146389, 0.00595019571, 0.00501675671, -0.00494761299, -0.0120156314, -0.027949404, 0.0350020565, -0.00921915472, 0.0234627482, 0.0204511583, -0.00953414198, -0.0338035673, 0.0122076971, 0.0238929745, 0.0254448671, 0.00715636881, 0.0118850265, 0.0123843979, 8.18079934e-05, 0.0222642571, 0.00192161754, -0.0389048308, -0.00419471506, -0.0292093549, 0.0224947371, -0.00222796225, -0.0252143871, 0.0107249497, 0.0167327654, -0.0251836572, 0.0203282349, 0.00585032161, 0.000392534304, 0.00164984446, 0.0289788749, -0.0122691579, 0.00525491824, -0.0128299901, -0.0123306187, -0.013728857, -0.0280108638, 0.000291939883, 0.00344950031, -0.01435115, -0.0107326321, 0.00984913, -0.0169939753, -0.0235703047, 0.0123229362, 0.0179773513, 0.00281952461, 0.00201861071, -0.00352248526, 0.00548923807, -0.00688747643, -0.0154113527, 0.00841247849, 0.00726392539, -0.0129375467, -0.000282336609, -0.00970316, 0.021280881, 0.0228942335, -0.00437525706, -0.00152788276, -0.00251414021, -0.00500139128, 0.017839063, 0.00485926261, -0.0356166661, -0.00152596214, 0.0037606468, 0.0197443552, -0.0108555546, 0.00542393606, -0.0053471094, -0.0010890126, 0.00446744869, 0.00690284185, 0.0244153943, 0.0165176522, 0.0279647689, 0.0121769663, 0.0602625385, 0.00448281365, 0.00605007028, 0.00439062249, 0.014958078, 0.0111705419, -0.00787469465, -0.0157801192, -0.0014539375, 0.00517809158, 0.000709682819, -0.00938049, 7.83268e-05, -0.00467103813, 0.0133908214, -0.0114163859, -0.00921915472, 0.00882734079, 0.0102563091, 0.0346947499, -0.000662146544, -0.00681833318, 0.0159798674, -0.000491448154, -0.000387252512, -0.00433684373, -0.0206201747, -0.0216342825, 0.0186380576, -0.000649182126, -0.00581575, -0.00200708676, -0.0192373022, 0.0262899548, -0.0097262077, 0.030438574, -0.00596556114, 0.0156802461, -0.021296246, -0.00574276503, 0.0108555546, 0.00933439378, 0.0252143871, 0.0100335134, -0.0107864104, 0.0244614892, 0.00971084274, -0.0153575744, -0.00629207306, -0.0165022872, -0.0267970096, 0.00648029707, -0.00224140682, 0.0186687876, 0.00191969681, -0.0117160091, 0.00575813, -0.0270428527, 0.00931134634, -0.0221567, 0.0104176449, 0.0143050542, 0.000179341368, -0.00148178695, 0.00152884307, -0.0147429649, -0.0019725149, -0.0159030408, 0.00409099972, -0.00124746689, 0.0163793638, 0.00876587909, 0.00348023069, -0.0169478785, 0.0285793785, -0.00153364474, -0.0192065723, 0.00171418651, -0.00164696353, -0.00400649104, 0.005012915, 0.00496681966, 0.00377985323, 0.0133063132, -0.00395655399, -0.000526260061, 0.0216496475, 0.00801298209, 0.00319981482, 0.0239698011, 0.0259365551, 0.00672230031, -0.00537015731, 0.0102178957, -0.0118927089, 0.0050859, -0.00073417119, -0.00689131813, -0.00464030774, -0.0123229362, 0.02028214, -0.00237393216, -0.00633816887, 0.00377601199, 0.00185343414, 0.0239237063, 0.0166252088, -0.0274423491, 0.00351096131, -0.0046134186, -0.0006659879, -0.0126917027, -0.011877344, 0.0108478721, -0.00546619, -0.0124458587, -0.0165637471, -0.00154997036, 0.0134061873, -0.012123188, -0.0277650207, 0.00647645583, -0.000641979685, 0.0152039221, -0.00314027444, -0.00483237347, -0.000496009714, -0.00301735243, 0.00671077613, -0.00561600178, -0.00883502327, 0.0079438379, 0.0021165642, -0.000733691035, -0.0118235657, 0.00307305157, 0.0223871805, -0.00350519945, -0.00601933943, 0.011877344, -0.01002583, 0.00151059683, -0.00697966805, -0.0171168968, 0.00988754351, -0.0083587, 0.0196214337, -0.00045639617, -0.00131372956, -0.007110273, 0.0126225585, -0.0260133799, -0.00343413511, 0.00979535189, 0.00856613088, 0.0268584695, 0.0208813846, -0.00228174077, -0.00775945513, 0.00582343247, -0.00715252711, -0.0124228103, -0.0153806228, -0.00109573489, -0.00251029897, 0.0152653828, 0.0130988816, -0.00571203465, 0.0164100956, -0.0230632517, -0.00980303437, -0.0014923506, 0.0111551769, 0.00126955437, 0.0055046035, 0.00246612378, 0.0143818809, 0.0121692838, 0.0180695429, -0.00216073939, 0.00418319134, 0.015088683, 0.0129375467, -0.0159952324, -0.0184844043, 0.00208007172, 0.00403338, -0.0181924645, 0.003121068, -0.00822809525, 0.0252297521, 0.0122307446, -0.00121385534, -0.0020493411, 0.0106173931, 0.0148735689, -0.00870441832, 0.00524339406, -0.0171629917, -0.00050177169, -0.00402953895, 0.0168403219, -0.00919610634, 0.00450586155, -0.00440214621, -0.00637658173, -0.0141129885, -0.00865832251, 0.00903477147, 0.0151885571, -0.00882734079, -0.0115546733, 0.0173781067, 0.0108555546, -0.00602318067, 0.0252912138, 0.00149427133, 0.015104048, -0.0141206719, -0.000131925146, -0.0205279831, 0.00300390786, 0.0179773513, 0.0269506611, -0.00126283208, -0.000158214141, 0.0123229362, 0.00640347088, -0.00268123741, -0.00797456875, -0.00912696309, -0.00798993371, 0.00349175464, 0.00497834338, -0.00358970836, -0.00349559612, 0.0228327718, 0.011009207, -0.00463262526, 0.00125995115, -0.00460189441, 0.0194524154, -0.0191451106, 0.0104791056, -0.00663779117, -0.0126302419, 0.0269045662, 0.0183461178, -0.0239390712, -1.50801598e-05, -0.00884270575, 0.00177084596, 0.00944195, -0.008158952, -0.0106173931, 0.0033592293, 0.00723319501, -0.0106097106, -0.00895794481, -0.0109400628, 0.00941890292, 0.025245117, 0.000723607605, -0.0140668927, 0.0155726885, -0.0046364665, -0.0227866769, 0.0231554434, -0.0263821464, 0.00770951807, 0.000953126117, -0.00400649104, 0.0135828871, 0.0101487525, 0.00680680899, 0.0148505215, 0.0228635035, -0.00315563963, 0.00599629153, 0.0177315064, -0.0356781259, 0.00360315293, 0.00155669264, -0.00172763108, -0.00659169536, 0.00582343247, -0.002879065, 0.0275038108, 0.00316908443, -0.00147794571, 0.0278111156, -0.0132909473, -0.00477091223, -0.00735611701, -0.0139670186, 0.0148505215, -0.0165176522, -0.0130143734, 0.0173012801, 0.0357703194, -0.00816663448, 0.0129605941, 0.0129144993, 0.0266126264, 0.00318829087, 0.00668388698, 0.00619219895, 0.013859462, -0.00810517371, 0.0153037962, -0.00740221282, 0.01300669, 0.0205894448, -0.0203896966, -0.00417550886, -0.00610000733, -0.00262553827, -0.00776713761, -0.00624597725, 0.00893489737, -0.00413325429, 0.0133370431, -0.0101103391, -0.00413325429, -0.0135367913, -0.00712179672, -0.00108421093, -0.0226944853, 0.00391429942, -0.00624213601, 0.013483013, -7.7306453e-05, 0.00735611701, -0.0129298642, -0.0360468924, 0.00825114362, -0.0115085775, 0.0225715637, 0.00849698763, 0.00699503347, -0.02323227, 0.000900788233, -0.00205894443, -0.0147736948, 0.00316524296, -0.0114240693, -0.000302263419, -0.0276574641, -0.0071870992, 0.0152730662, 0.0128299901, 0.00460957736, 0.0105252014, 0.0013098882, 0.0134676481, 0.00781323295, 0.0211272296, 0.00209543691, -0.0167634953, 0.00735995825, 0.00775177218, 0.0176085848, -0.00925756712, -0.0115316259, 0.0148121081, 0.0145048033, 0.00716789253, -0.0120463613, -0.0117851524, 0.0144510241, 0.00757507188, -0.000453275105, -0.00792847294, -0.0146891857, 0.002072389, 0.00783628132, -0.00875819661, 0.015710976, 0.0175163932, -0.000434068526, 0.001546129, -0.01446639, -0.00970316, -0.0226944853, 0.00320941815, 0.00747135654, -0.00152500183, 0.0119618531, -0.00277342903, 0.0160566941, -0.00710643176, -0.014973443, -0.00139151607, -0.0148044256, 0.0122384271, 0.0151270963, 0.00862759165, 0.0325436145, 0.0195292421, -0.0111244461, -0.00787469465, -0.011270416, 0.0256138835, -0.0161335208, -0.0141590843, 0.0168556869, 0.00822041277, -0.0206970014, -0.0143895634, -0.00403722143, 0.00117832317, 0.00111494143, 0.00242963131, -0.02323227, 0.0100488784, 0.0181156378, -0.00233743968, 0.0212501511, -0.0118542956, 0.000951685652, -0.0184997693, -0.00277342903, 0.0100488784, 0.00275998446, -0.00152692245, 0.00200132467, 0.00815126859, 0.023739323, -0.0102178957, -0.0255985186, -0.00244691735, -0.0110860337, -0.00608848315, 0.0174395666, -0.0123383021, 0.0119541707, -0.00272157113, -0.00443287659, -0.00653023459, 0.00664931536, -0.00784780551, 0.026489703, 0.0170861669, 0.00130028487, 0.0256599803, -0.0137595879, -0.00397960143, 0.0138901928, 0.000853732112, -0.00719094044, 0.0251529254, 0.00537399855, -0.013367774, 0.00968779437, -0.0192833971, -0.00821273, -0.0133139957, -0.00527412444, 0.00321325939, -0.00155573233, 0.00395271229, -0.00191201421, -0.0179312546, -0.0152346529, 0.00159222481, 0.00321325939, -0.0145048033, 0.0221259706, 0.0116622299, -0.00401033228, -0.0113549251, 0.0160259642, 0.00673382403, 0.00248340983, 0.00174107577, -0.0167634953, 0.018038813, 0.0118005173, -0.00332465768, -0.000689996115, -0.016317904, 0.0145816291, 0.023247635, -0.0119772181, -0.014089941, 0.0113933384, 0.0297471378, 0.00350135798, -0.0148966173, 0.00940353796, -0.0175778549, 0.00527412444, 0.00139823847, 0.0270735826, -0.00176988554, 0.00731386244, 0.00573892379, -0.00918074138, -0.0194063205, 0.00926525053, 0.00834333431, 0.0143434675, 0.00060068554, 0.0171322618, -0.0200977568, 0.0157647543, 0.00674918946, -0.0144510241, 0.0117083257, 0.00804371201, -0.0102332616, 0.011270416, -0.00154901, 0.00177852856, -0.00696046138, 0.0250761, -0.00416014344, 0.00534326816, -0.00362812146, -0.00106980605, -0.0234320182, -0.0274730809, 0.00353592983, -0.0163025372, -0.0276881941, 0.0137058096, -0.0054047294, 0.0198211819, -0.00326703792, -0.00733691035, 0.0025967285, 0.0029539708, 0.0307612456, 0.022003049, 0.00181021937, 0.0074675153, 0.0152346529, 0.00370302703, 0.0209274814, -0.00186015642, -0.00160470908, 0.00745599112, -0.0128453551, 0.00757123064, -0.0238929745, -0.00314987777, -0.00214345334, -0.00744830864, -0.00374912284, 0.00185727549, -0.00171514682, 0.00709490757, -0.00602318067, 0.0165637471, 0.0160720591, 0.000885423, 0.00968011189, -0.00117544224, 0.0113702901, -0.0101718, 0.0166405737, 0.00924220216, -0.0145048033, 0.00673766527, 0.00198980072, -0.00126571313, 0.0209582113, 0.0245075859, 0.00121673627, -0.0162103474, 0.0211118627, -0.00707954215, 0.00718325796, 0.00744830864, 0.0102947224, -0.00686442852, -0.00713332091, -0.0336806439, -0.0033880393, -0.00911928061, -0.012107823, -0.0144510241, -0.0118466131, -0.0324514247, 0.0123843979, 0.00798993371, 0.0167788602, -0.0122768404, -0.00101314671, 0.00593867199, 0.0334348, 0.00215497729, -0.00850467, 0.0074444674, 0.00417550886, -0.000402617763, 0.00626134221, 0.00493224757, -0.0111551769, -0.000719766249, -0.00539320521, -0.0118082007, -0.0199133735, 0.0307612456, 0.000299142353, 0.00528180739, 0.0251682922, 0.005012915, -0.0091115972, -0.00740221282, -0.0171476267, 0.0173934717, 0.00944963284, 0.00107748865, -0.0205126181, 0.00134349964, 0.00180541771, -0.00256791874, 0.0120770922, -0.00631127926, -0.00333041954, -0.00201284862, 0.00689900061, 0.00729081454, 0.00497450214, -0.0113626076, 0.0215574559, 0.00605391152, 0.0224025454, -0.00434068544, -0.0142589584, 0.0195138771, -0.0236317664, -0.00867368747, 0.0126225585, 0.00111878279, -0.00770951807, 0.0142743243, -0.00870441832, 0.00275998446, 0.0232169032, -0.0167481303, 0.0125841461, 0.000554109574, 0.0124381762, 0.00288866833, -0.0104560573, -0.00931134634, 0.0310685504, 0.00306536886, -0.0153114786, -0.00292516081, -0.0116545474, -0.00713716215, -0.0104867881, -0.00412557181, -0.0215881858, 0.00238161488, -0.0033361814, 0.0295627546, -0.00815126859, 0.00937280711, 0.0107172672, 0.0255831536, 0.0210811328, 0.0103561832, -0.00134734099, 0.0128991334, 0.000172378976, -0.00429074792, -0.0143127376, -0.0138825104, -0.00476707099, 0.0270274878, 0.000689996115, 0.00538168149, -0.00127051468, 0.019037554, 0.00414861972, 0.00605391152, 0.00727544958, 0.00285217585, 8.07276228e-05, 0.00243731402, -2.0151896e-05, 0.000532502192, 0.00227213744, 0.000712563808, 0.00893489737, 0.00671461737, 0.00977230351, -0.0279033072, 0.00266203075, -0.0118005173, 0.00340532511, 0.00217994582, 0.0143972458, 0.00574276503, 0.00671845861, -0.00700271595, -0.0174242016, -0.00745983236, 0.00336691202, -0.00711795548, -0.00767494598, -0.00477091223, -0.0148889348, -0.00194466533, 0.0111244461, 0.00168345601, -0.0120924572, -0.0214191694, 0.0139593361, -0.0303771142, -0.0182078294, -0.00701424, -0.0123843979, -0.00679528527, -0.00842016097, 0.010156435, 0.026489703, -0.00976462103, 0.0193755887, 0.0123459846, -0.0205279831, 0.00323438668, 0.0108017763, -0.0179005247, 0.0365078524, 0.01151626, 0.0148658864, 0.00376832928, -0.000703440688, 0.00464799, -0.0149427131, -0.0131372949, 0.00487846928, -0.0115316259, -0.00354169193, 0.00585416285, -0.0231093466, 0.00370878889, -0.0120847747, -0.0157340243, 0.0146661382, -0.0174549315, -0.01151626, -0.00275422237, -0.0188531708, -0.00911928061, 0.0125534153, -0.00160566939, 0.00039109381, 0.00380098051, -0.024983909, 0.0149350306, 0.0126609718, 0.0175317582, 0.00973389, 0.0279340371, 0.00798993371, -0.00350519945, -0.000630455732, -0.00954950787, -0.0192526672, 0.0106020272, -0.00749056274, -0.00347638945, -0.0109707937, -0.00439446373, 0.0181771, -0.0140054319, 0.00435989164, -0.0136289829, -0.00546234893, -0.0149657605, 0.0141283544, 0.0155573227, -0.0138287321, 0.00628054887, -0.00903477147, 0.0026735547, 0.00508974167, 0.0187917091, -0.0122076971, 0.00747903902, -0.0104944706, 0.0146354074, 0.0008983874, 0.0359239727, 0.00404874515, -0.00333426078, 0.0228327718, -0.00940353796, 0.00521266367, -0.00452506822, 0.0112934643, 0.00848162174, -0.0148505215, 0.0122230621, 0.00304040033, 0.00346870674, -0.00807444286, 0.0141360369, -0.00748288026, 0.0123075712, -0.008158952, 0.0142128635, 0.00639962964, 0.00320173544, -0.0269813929, 0.0287176669, -0.00831260439, -0.00589641742, 0.00930366293, -0.012253793, -0.0106865363, 0.0152423354, -0.00359547022, -0.0188378058, -0.008911849, -0.00373375765, -0.00976462103, -0.0166559387, 0.0144587075, 0.00472097518, 0.0225715637, -0.000110677873, 0.0156879276, -0.0268123746, -0.0103561832, -0.0216189176, 0.000668868888, 0.0111859078, -0.021296246, -0.00535863359, -0.0192526672, -0.00647645583, -0.00753665855, 0.0142128635, -0.00161527272, -0.0109477462, -0.00261017308, -0.00809749, -0.0121692838, 0.0150579521, 0.00264474493, 0.0285486486, -0.0171168968, 0.00339572178, -0.0124919545, 0.015826216, -0.0079438379, -0.00993363932, -0.0103485007, 0.0134061873, 0.00512047205, -0.0065187104, 0.0156418327, -0.00326703792, 0.0256292485, -0.00944963284, 0.00373951951, 0.0278111156, 0.0157493893, -0.00793615542, -0.00790542457, 0.00860454421, 0.0164869204, -0.0184075776, -0.0144356592, 0.00324206939, -0.00749056274, 0.00784780551, 0.0101487525, 0.00515888538, 0.0283028036, -0.000479684124, 0.00355705712, 0.00530485529, -0.0232015382, 0.00653791707, -0.0228327718, 0.0104560573, -0.00553533388, 0.00016289574, -0.00370686827, 0.000565153372, 0.00852771755, 0.00479780184, -0.0171015318, 0.0237854179, 0.0145048033, 0.00183710863, 0.0173473749, 0.0103331357, 0.00303271762, -0.00918074138, -0.000670309353, 0.00245652045, 0.0131372949, -0.000249205274, 0.00724856, 0.00342261116, -0.0215574559, -0.00477091223, -0.0619219877, -0.00868137088, 0.00117448182, 0.0194831472, -0.000286658091, -0.0108555546, -0.00613842, -0.00664931536, -0.0117313741, -0.00995668676, 0.0367229655, -0.00804371201, -0.00749056274, 0.0132602174, -0.0149196647, -0.000532982347, 0.00925756712, 0.000944003, -0.00915769301, -0.0323592313, 0.00474786432, 0.00227597868, 0.00620756391, 0.00382979051, -0.00335538806, -0.0113088293, -0.0075673894, 0.00581575, -0.011385656, -0.0195907038, 0.0025352675, 0.00277150841, 0.0056044776, -0.00787469465, 0.0101487525, 0.00174491701, -0.0114471167, -0.0185151342, 0.0136750787, -0.00747519778, 0.00692204852, -0.00103427388, -0.0166252088, -0.00643420173, 0.0236624964, 0.0062382943, -0.000710643129, -0.0051704091, 0.00250837835, -0.00285217585, -0.0111090811, 0.00416782591, -0.015580371, 0.00490535842, -0.000998741714, 0.011255051, -0.00699503347, -0.0197597202, 0.0176393148, 0.00329008582, -0.00448281365, -0.0153652569, 0.00988754351, 0.0124074453, 0.0108478721, 0.000221355745, 0.00178140949, 0.00163447927, 0.0111859078, 0.0280415956, 0.0258904584, -0.015349892, 0.00693741348, 0.0129144993, 0.0222027972, -0.00433684373, 0.0162564423, -0.00197635614, 0.0105943447, -0.00871978328, 0.00825114362, 0.00160951074, 0.0282874387, -0.00426385878, 0.00252182293, 0.0132755823, 0.00193986378, 0.00220299372, 8.99107617e-05, 0.0222335272, 0.036384929, -0.00455195736, 0.00828955602, 0.0245690458, 0.0134061873, 0.00470176898, -0.0201284867, -0.0158108491, -0.0101180216, 0.0037932978, -0.00640731212, -0.0169632435, 0.00278303213, -0.00648029707, 0.0107403146, 0.000180421732, 0.00422928715, 0.0118927089, 0.00280031818, 0.0131910732, 0.0257214401, 0.00288866833, 0.00414477801, -0.00918842386, 0.0176239498, 0.00592714781, -0.0322977714, 0.0122998888, -0.0224486403, -0.00322478334, 0.0157493893, -0.0129068159, 0.00298854266, 0.000457596558, 0.00292516081, -0.0126609718, -0.014235911, -0.00528564863, -0.0135521572, -0.0107326321, -0.00220491434, 0.00968011189, 0.00219915248, -0.0083587, -0.00268315803, -0.00240082154, 0.00632280344, 0.0159337725, -0.00316332234, 0.00734075159, -0.0164869204, -0.00219146977, -0.0112320036, 0.0205433499, -0.0216957442, -0.012123188, -0.00714100339, 0.0343874469, -0.0192065723, 0.00120233139, -0.0111244461, -0.00808212534, 0.0363542, 0.0175471231, -0.0120233139, 0.00343221426, -0.00990290847, -0.00181310042, 0.00306152762, -0.0207123663, -0.0124151278, -0.0121462364, -0.016809592, 0.0102409441, 0.0314680487, 0.0240619928, -0.000919994782, 0.0196675286, 0.000706321676, 0.00118024379, 0.00918842386, 0.013598253, -0.022033779, 0.00353400921, -0.0184536744, 0.0184844043, -0.0198211819, -0.00513583748, 0.0107019022, 0.0165483821, -0.00386628299, 0.0150963655, 0.00519345701, -0.0118696615, -0.00564673217, -0.00783244, 0.00911928061, 0.0339879505, -0.00976462103, 0.0238315146, 0.0316524319, -0.0143972458, 0.00805139448, 0.00044463214, -0.0199748352, 0.000677511794, -0.00876587909, 0.00438678078, -0.000713043963, -0.000102635116, 0.0115854042, 0.0281491522, -0.0150810005, 0.00862759165, -0.0161335208, -0.00436757458, -0.0172244534, -0.0042792242, -0.0295627546, -0.00350904069, 0.0190836489, -0.00653791707, -0.0169017836, 0.00108325062, 0.00135982526, 0.0135521572, -0.0241234545, 0.00297893933, 0.0100181475, 0.00867368747, -0.00661858451, -0.0122691579, 0.0032977683, -0.0169632435, 0.016824957, -0.0134446006, 0.0125380503, 0.0154113527, -0.0085354, -0.0020781511, 0.0214038044, 0.0118466131, -0.00261017308, -0.0245536808, 0.00642651878, 0.00750208693, -0.00895794481, 0.0142435934, 0.0041563022, 0.0158108491, 0.013844097, -0.00288098585, -0.00145009614, -0.0126917027, -0.0194370504, -0.00133677735, -0.00424849382, 0.0162564423, -0.0116238175, -0.00556990597, 0.01446639, -0.0110783502, -0.0142820068, -0.00599245029, 0.0166405737, -0.000187624202, -0.0189146325, 0.00490151718, -7.99473564e-05, 0.0236471314, -0.0204972532, 0.00280608, 0.00636505801, -0.00156245462, -0.00961096864, 0.00426001754, 0.00325167249, -0.00772104179, -0.0055046035, -0.0189914573, -0.000878700637, 0.00515504368, -0.00175452034, -0.0241695493, -0.00547003141, 0.0107787279, 0.0153422095, 8.48690397e-05, -0.0239544362, -0.00550076226, -0.00647261459, -0.0115700392, -0.00379713927, -0.000612209493, -0.00203013467, -0.0112934643, -0.0104560573, -0.0167942271, -0.0141514018, 0.00274461904, 0.00248148898, 0.0169325136, -0.00253910874, -0.00269468199, -0.0269813929, -0.00948804617, 0.00450202031, -0.0152039221, -0.0228635035, -0.0131757082, 0.0147352815, -0.0254295, -0.0179466214, 0.0164254606, -0.0268277396, -0.0127531635, -0.00905781891, -0.0123843979, -0.00613073772, 0.00729081454, -0.0323592313, 0.00861222669, 0.00103235326, 0.0128991334, -0.00269852323, 0.0079438379, -0.00238545612, 0.00133293611, 0.00515504368, -0.0135137439, -0.0143204201, -0.000563232694, 0.00547003141, -0.00579654332, -0.0154881794, 0.0161488857, 0.0220952407, 0.00653407583, 0.0131526599, 0.0165637471, -0.0162257124, -0.0016604081, 0.00285793794, -0.00135886495, -0.00295205018, 0.00828955602, -0.0163947288, -0.00636889925, -0.0208045579, -0.00993363932, -0.0164869204, 0.00595403742, -0.018054178, -0.0294705629, 0.0297932345, -0.0189914573, -0.0175778549, 0.00751361065, 0.0359854326, -0.0132832648, -0.00238545612, 8.45689356e-05, -0.0171629917, 0.0199441034, -0.0131142475, 0.0125995111, 0.00600397447, -0.0213884376, 0.0249992739, 0.0124151278, 0.00389509276, -0.00841247849, -0.00828187354, -0.033649914, -0.00694893766, 0.00116679922, 0.013483013, 0.0189146325, 0.00618067477, 0.00662242575, -0.00763653312, -0.0105405664, 0.006061594, 0.0779940486, 0.0144433416, 0.0243692975, -0.00166520977, -0.00416014344, -0.0273040626, -0.0110399378, 0.0483083688, -0.00729849748, 0.0153037962, -0.00653407583, -0.00118792651, 0.00493993, 0.00924220216, 0.000772104191, -0.0171629917, -0.00889648404, -0.0132294865, 0.00974157359, -0.00566209713, 0.00154228776, 0.0146430898, 0.00701808138, -0.00271004718, -0.00662242575, -0.00740221282, -0.00909623224, -0.00254679145, -0.00634201, 0.0217572041, 0.0110553028, 0.0258443635, -0.0146430898, -0.00142992928, -0.0243232027, -1.80811858e-05, 0.00164792384, 0.0201438516, 0.00145873916, -0.00684522232, 0.00709490757, 0.00477091223, 0.0151194129, 0.00182462437, 0.0159337725, -0.00900404062, -0.00258136331, 0.000219555121, -0.000111878282, -0.0108555546, 0.00987986, -0.00959560368, 0.00526644196, -0.0162564423, 0.023247635, 0.0116622299, 0.00346294488, 0.0049706609, 0.0277957506, -0.00170362287, -0.00367997913, 0.0177468732, 0.00855076592, 0.0146123599, -0.000357242243, -0.0100488784, -0.0129144993, 0.00915769301, 0.00360507355, 0.00983376428, -0.0228942335, -0.0162410773, 0.00647645583, 0.00262937974, 0.0136750787, 0.00333426078, -0.00050081138, -0.0100335134, 0.00738300616, -0.000862855231, -0.0157186575, 0.00622292934, -0.0238007829, -0.0204511583, 0.00647261459, -0.0160720591, -0.0165330172, -0.00806676, -0.0159491375, -0.00866600499, -0.00533174444, 0.0158876758, -0.0228635035, 0.0307305139, 0.0256138835, 0.0046134186, -0.00422928715, 0.0152116045, 0.0185305011, 0.00396807771, 0.0157032926, 0.000529141049, -0.00353400921, -0.000260969304, -0.00722935377, 0.0227098502, -0.00165368582, 0.00226061349, 0.0106711714, -0.00716789253, 0.0116238175, 0.0179312546, 0.00429843087, 0.0100796092, 0.00701808138, -2.01969106e-05, 0.0171629917, -0.00300582848, 0.0362620056, -0.000517136941, 0.010993842, 0.0133831389, 0.00365885184, 0.00818968192, -0.00388933066, 0.00378945656, 0.00800529867, 0.017839063, 0.0170093402, 0.0157647543, -0.00227405806, -0.01151626, 0.0164100956, 0.004889993, -0.01002583, 0.0219108574, 0.00598092657, 0.00663010869, -4.83915574e-06, 0.0382287614, 0.0312529318, 0.0157801192, 0.00974925607, -0.00336883264, 0.00538168149, -0.0115316259, 0.00202053133, -0.0219723172, -0.0331889577, -0.0099413218, 0.00745983236, 0.0188685358, 0.0088734366, -0.0155880535, 0.0171015318, 0.00470561, 0.00226253411, -0.0142743243, 0.0198365469, -0.00697966805, -0.00465951441, -0.00268315803, 0.0233398266, 0.0106711714, 0.0101180216, 0.00724856, 0.0170400701, -0.0123306187, 0.016579112, 0.00720246462, 0.00517809158, -0.00759812, -0.00902708899, 0.0209582113, 0.0102639915, -0.00721398834, -7.94071675e-05, -0.0103638656, -0.00822809525, 0.000923355925, 0.0115854042, -0.00381442509, 0.0134061873, 0.0475401059, -0.00271965051, -0.0150118563, -0.017823698, -0.0171937235, 0.0129836425, 0.0130374208, 0.0167634953, -0.024738064, 0.00232783658, -0.0168403219, -0.0109400628, -0.0149273472, -0.00526260072, -0.017823698, -0.0416705795, -0.00838174764, 0.0216803774, 0.0259211883, -0.00412941305, -0.00373567827, 0.00322862482, 0.00640731212, 0.0103100874, 0.00717557501, 0.0105559314, -0.0084585743, 0.00558142969] |
09 Jul, 2024 | How to Access Request Parameters in Postman?
09 Jul, 2024
Request parameters are additional pieces of information sent along with a URL to a server. They provide specific details about the request, influencing the server's response. Parameters typically follow a 'Key=Value' format and are added to the URL in different ways depending on their type.Table of ContentQuery ParametersPath ParametersBody ParametersQuery ParametersThese parameter are appended to the URL after a question mark (?). Used for optional information or filtering results.Example: Fetching a list of users with a specific age range:https://api.example.com/users?age_min=25&age_max=35userId=12345 and status=active are query parameters.Code Snippet: Extracting in Express
Node
const userId = req.query.userId;
const status = req.query.status;
Handling GET Requests with Query ParametersOpen Postman and create a new GET request:Set the HTTP method to GET.Enter the URL: https://postman-echo.com/get.Click on the Params tab.Add userId with value 12345 and status with value active.Send the request.Postman Screenshot for GET RequestAccessing Query Parameters in PostmanDirect Way : Automatically Detect when write full URL or Write it yourself in block Using Pre-request Script : Add this in ''the'test'portion.
Node
let url = pm.request.url.toString();
let params = {};
if (url.includes('?')) {
let queryString = url.split('?')[1];
queryString.split('&').forEach(param => {
let [key, value] = param.split('=');
params[key] = value;
});
}
console.log(params);
Example to showcase a servercreate a server using express use of node js App.js : having an endpoint ( GET )
Node
const express = require('express');
const app = express();
// Define a route to handle GET requests with query parameters
app.get('/api', (req, res) => {
// Extract query parameters from the request
const userId = req.query.userId;
const status = req.query.status;
// Log the extracted parameters to the console
console.log(`UserId: ${userId}, Status: ${status}`);
// Send a response back to the client with the received parameters
res.send(`Received userId: ${userId}, status: ${status}`);
});
// Start the server on port 3000
app.listen(3000, () => {
console.log('Server running on port 3000');
});
That Video shows, how postman extract automaticaly parameters from URLPath Parameters Embedded directly within the URL path, denoted by colons (:). Used to identify specific resources within a URL structure.Example: Retrieving details of a user with a specific ID:https://api.example.com/users/:id (where ":id" is replaced with the actual user ID)Code Snippet: Extracting in Express
Node
app.get('/api/users/:userId', (req, res) => {
const userId = req.params.userId;
res.send(`UserId: ${userId}`);
});
Handling GET Requests with Path ParametersOpen Postman and create a new GET request:Set the HTTP method to GET.Enter the URL: https://jsonplaceholder.typicode.com/todos/:id.Click on the Params tab.Add an ID with a value 5.Send the requestPostman Screenshot for Path ParametersAccess Query Parameters in PostmanDirect Way : Gave input when writing full URL with ' :id " , input id value Using Pre-request Script : Add this in ''the'test'portion. Body ParametersBody parameters are included in the body of an HTTP request, typically used with POST, PUT, or PATCH requests. For example, sending JSON data in a POST request. typically in formats like JSON or form data. Used for sending the main data payload of the request.Example: Creating a new user with name and email details:https://api.example.com/login/Body detail :{ "name": "John Doe", "email": "[email protected]"}Code Snippet:
Node
const { name, email } = req.body;
Handling POST Requests with Body ParametersSet the HTTP method to POST.Enter the URL: https://postman-echo.com/post.Click on the Body tab.Select raw and JSON formats.Enter the JSON data:{ "userId": "12345", "status": "active"}Send the requestPostman Screenshot for Body Parameters:Access Query Parameters in PostmanDirect Way : That's what we already provided as input Using Pre-request Script : Add this in 'the test' portion.
Node
const requestBody = pm.request.body.raw;
const bodyParams = JSON.parse(requestBody);
const userId = bodyParams.userId;
const status = bodyParams.status;
console.log(`UserId: ${userId}, Status: ${status}`);
SummaryUsing pre-request scripts in Postman, you can access and manipulate request parameters before sending the actual request. This is useful for setting up test conditions, modifying requests dynamically, and performing pre-request validations. The examples provided show how to handle query, path, and body parameters, making your API testing more robust and flexible.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman? | https://www.geeksforgeeks.org/how-to-access-request-parameters-in-postman?ref=asr10 | CSS | How to Access Request Parameters in Postman? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0245428104, 0.037948817, -0.00273591978, 0.0603833608, 0.0187008157, 0.0180892572, -0.0225150101, 0.0100907162, -0.0299985558, -0.0255888961, 0.0447403342, 0.0108712576, 0.00614374923, -0.0319297947, 0.00177734205, -0.01096782, -0.059095867, 0.000405861647, -0.0335391574, 0.0225954782, 0.0119817192, 0.0310929231, -0.0520468503, 0.0100022005, 0.00545574585, 0.0299502742, 0.00681565888, 0.0141704548, -0.032509163, 0.00833650865, 0.011217271, 0.0201653391, 0.0170914512, -0.022016108, -0.00706511037, 0.00566496328, 0.0124725755, -0.00762436492, -0.0167534854, 0.000320615596, 0.0164959878, -0.00791405048, 0.00607132772, -0.0393972434, -0.0516284145, -0.0086342413, 0.0181697253, -0.0369510092, 0.0289846566, -0.00869056862, -0.0236093793, -0.0312699527, 0.0089480672, 0.0286305957, 0.0331851, 0.0124564823, 0.0242370311, -0.013896863, -0.0169305149, -0.00160634704, 0.0416503549, -0.0597074255, 0.00618800707, -0.00408376288, 0.00416825432, 0.0363072641, -0.0201170575, 0.0189583153, -0.01096782, 0.0126415584, -0.00980907679, 0.0551046431, -0.0119736725, 0.0335713439, 0.00157516554, -0.00589832105, 0.0298859011, 0.0323965102, 0.0292582475, 0.0214850176, -0.0315435454, 0.00746342819, 0.0441287756, -0.00189502677, 0.0220965762, -0.043388471, -0.0356635191, -0.0600614883, 0.0384638123, 0.00512582622, -0.000363615807, 0.0355025828, -0.00768471602, -0.0231265686, -0.000209971782, 0.0243979674, 0.0152487298, 0.0129714785, -0.0326379128, 0.0236576591, 0.00714960229, 0.0157395862, 0.0242531244, -0.0258463956, 0.0426159762, -0.0366291367, -0.0092377523, -0.00724616414, -0.00726628117, 0.0169948898, 0.00068699749, -0.0191192515, -0.0174776986, 0.0458347052, -0.00915728416, -0.0101309502, -0.00128548, -0.0858757, 0.0101148561, 0.0130278068, 0.0287754387, 0.0319780745, 0.0569715053, 0.0141302207, -0.0199239329, 0.0234001614, 0.0172845758, -0.00055523077, -0.00256894832, -0.0250578076, 0.00623628777, 0.00597074255, -0.0189744085, 0.0341185294, -0.00400731806, 0.0158844292, 0.00773299672, 0.0266832653, -0.00184674584, -0.0408456735, -0.0363394506, -0.0364038274, -0.00340581778, -0.0117885955, -0.00188999751, -0.0137037393, 0.00892392639, 0.046381887, -0.00871470943, 0.0063891774, -0.01765473, -0.0429700352, 0.00801865943, -0.0164959878, 0.0515640415, -0.0100102481, -0.0163913779, -0.00675530778, -0.00616386626, 0.0137600675, 0.00379608874, -0.0294996537, 0.0153935719, 0.0557483882, 0.0446437746, 0.0234162547, 0.0478303172, -0.0357922688, -0.0365969501, 0.037594758, -0.0116759399, -0.0339897797, 0.0184111316, 0.0275684148, -0.0585164949, -0.00885150488, 0.024446249, -0.000104105769, 0.00867447536, 0.00283851684, 0.022160951, 0.00456254883, -0.0097849369, 0.00207809196, -0.0017723128, -0.00486430433, 0.028373098, -0.0195376854, -0.0196181536, -0.00873080269, -0.0512743555, 0.0203262754, 0.0409100465, 0.0344404019, 0.0106298532, 0.0239312518, -0.0315435454, -0.0182823818, 0.00163249916, 0.0119253919, 0.00434930762, -0.0657264516, -0.00455450173, 0.0166086424, 0.0384960026, 0.00285058701, -0.0204550233, 0.00898830127, 0.0400731787, 0.0117725022, -0.0257015526, -0.0251060873, 0.00367337465, -0.0217103288, -0.00413204357, -0.00780944154, -0.0288398135, -0.0129634319, -0.00981712434, -0.012899057, -0.0229978207, -0.00617996, 0.00473153172, 0.0315757319, -0.0274879467, -0.0284213778, 0.0069725723, -0.0012261346, 0.0211631451, 0.0286305957, 0.0382706895, 0.0166086424, -0.00313826092, -0.0235610977, -0.0223540738, 0.0237059407, -0.0196986217, -0.0344082154, -0.0159085691, 0.022579385, -0.0195859671, 0.0155866956, 0.0111850835, -0.00586211029, 0.0165764559, 0.0168017671, -0.0274235718, 0.0171236396, 0.0304813646, -0.000540645909, 0.00279224757, -0.0261843614, -0.00318050687, 0.0188295655, -0.0108873518, -0.0213079881, 0.0198434647, -0.0254118666, -0.0069524548, -0.0431309715, 0.0360819548, -0.0112414118, -2.80381482e-05, 0.0114828162, 0.0286788773, -0.0154096661, 0.00198052428, -0.0131324148, 0.00316441315, -0.00115874247, 0.0213240813, -0.00482407026, -0.00942282937, 0.0303687099, -0.0245267171, -0.00716569601, 0.0116437525, 0.000702588237, 0.00545172254, -0.00740710041, -0.050952483, -0.0338932201, 0.0498259291, 0.0111448495, -0.0303365234, -0.0230621938, 0.00703694671, 0.0030678513, -0.0668851957, -0.00469934475, -0.0198917463, 0.00371360872, 0.0206159595, -0.00661851186, -0.00189804437, 0.0460600145, -0.0392041206, 0.0175581668, 0.0205033049, 0.0897381678, -0.0289524682, -0.0123518733, -0.0240921881, 0.0455772057, -0.0208573658, 0.00815143157, -0.00561668258, -0.0217747036, -0.0106379, -0.0444184616, 0.0484740622, -0.0525296591, -0.0403950512, -0.0247520283, -0.0264418609, 0.0403950512, 0.00599890668, 0.0152165424, -0.0663702, -0.0368222632, 0.00211631437, -0.00457864208, -0.04087786, 0.0102114184, 0.0141543616, -0.0297893379, -0.028083412, 0.00963204727, 0.0316240154, -0.0410709828, -0.0306744892, -0.00905267615, 0.00621617073, 0.00525859883, 0.0166730173, -0.0472831316, -0.0251060873, -0.0300307442, -0.0130278068, 0.0154579468, -0.0199561212, -0.0206481479, -0.00434930762, 0.0103804013, 0.0653723925, 0.00895611383, -0.0125852311, 0.0143716261, 0.00681163557, 0.0433562808, 0.00157315389, 0.00418434804, 0.0040797391, 0.0230621938, 0.00787381642, -0.0112977391, 0.0229012575, -0.00888369232, -0.016327003, 0.00471543847, 0.0240439065, -0.00862619467, -0.0153211514, 0.0299824625, 0.0017190025, -0.0411675461, 0.00982517097, -0.0203906503, 0.0123438267, -0.0261038933, 0.00127139804, 0.0294996537, -0.0202619, 0.0204067435, -0.039944429, -0.0284535661, 0.0100504821, 0.018652536, -0.0208412707, 0.0229173526, -0.000611558557, 0.00274799, -0.00843307, 0.0524331, 0.0123116393, 0.00366935134, 0.00648171594, -0.0292904358, 0.0218390767, 0.00265545165, -0.0454162695, 0.0539780892, 0.00712546194, -0.00976884272, -0.0101309502, -0.00543965213, -0.023013914, -0.0088756457, 0.0202297121, 0.0110885222, 0.0274879467, 0.0184594113, -0.0333138481, 0.0184272248, -0.00116678933, -0.0218068901, 0.0109517258, -0.0384316258, 0.00974470284, 0.0219839197, -0.0130599933, 0.01765473, -0.0459634513, -0.0126737459, 0.0542034, 0.0285340343, -0.0128266355, 0.0646320805, -0.000854472, 0.0205354914, -0.000995291397, 0.0521434136, -0.0165603608, -0.0223218873, -0.0122794518, 0.0142831104, -0.0219678264, 0.00366733945, 0.00269970903, -0.000865536393, -0.0147981076, -0.0115230503, 0.00228529773, -0.00946306344, 0.0438069031, -0.0261843614, 0.0380453803, -0.00146753935, -0.000636704848, 0.00873080269, -0.00218270067, 0.0107907895, 0.00637308368, 0.00352853187, -0.0505018607, -0.00170592649, -0.0788588673, -0.0112253176, -0.0355025828, -0.0058741807, -0.0320585445, -0.0170270782, -0.0375303812, -0.00264941645, -0.0052505522, -0.0419078544, -0.0361141413, -0.00293507869, 0.00772092678, -0.0265223291, -0.00848939829, -0.00174515473, -5.50075783e-05, 0.0032831037, 0.0453197062, -0.00852158573, -0.0201170575, 0.0092377523, -0.00958376657, -0.00751170935, -0.00130559702, -0.029869806, 0.0536240265, -0.0024583044, 0.0183306634, 0.00413606688, 0.0145647498, -0.0287432522, 0.0162948165, -0.0396869294, 0.0164155196, 0.0321229175, 0.0332494713, -0.00953548495, -0.00372165558, -0.0527871586, 0.0153774787, 0.0031624015, -0.0189261269, 0.00910900347, -0.0205354914, -0.0103401672, -0.0105574317, 0.00317849498, 0.00566094, -0.0284213778, -0.0359853916, -0.0113862548, 0.0062081241, -0.0156752113, 0.00484418729, -0.0255728029, -5.41903246e-05, 0.00108732691, -0.0047959066, 0.00675530778, -0.00786577, 0.0107103214, -0.00746342819, -0.0413928591, -0.0191031583, 0.00140014722, -0.0254923347, 0.0397834927, 0.0127139799, -0.0123277325, -0.0338932201, 0.0127703082, -0.0181375388, 0.0212275181, 0.0176708233, 0.00944697, 0.00339777092, -0.0249934327, -0.0189583153, -0.0109275859, 0.00573738478, 0.00724616414, -0.0206803344, -0.0474440679, 0.00344806374, 0.0177512914, 0.0235610977, 0.0118288295, -0.0229817256, -0.0161821619, -0.0220643878, 0.0575830638, 0.0123840608, 0.0103321206, -0.02406, 0.0438390933, -0.0220643878, -0.0291295, 0.0151199801, 0.0131806964, 0.0158039611, -0.0112816459, 0.0141463149, -0.0151521675, 0.00138908287, -0.0171236396, 0.00640527112, 0.00580578297, -0.0116357058, -0.0352128968, 0.0108149303, 0.0109517258, -0.0155464616, -0.00925384648, -0.00436540134, -0.0181375388, -0.00216459529, 0.00354864891, 0.00526262214, -0.0103079798, -0.0277776327, 0.00977689, 0.0210183021, -0.0154177127, 0.00462692324, -0.0194089375, -0.00379407709, 0.00122211128, -0.00647769263, 0.0118851578, 0.0402019285, 0.0077973716, 0.014395766, -0.00586211029, 0.0152809164, 0.00349433278, -0.00292502018, 0.0143072512, 0.00535516068, 0.0180409774, -0.0109436791, -0.00605925778, -0.0282604415, -0.0220965762, 0.0266349837, 0.000520025962, -0.0255728029, 0.0192801878, 0.0113701606, 0.032010261, -0.00196744828, 0.00786577, 0.0228046961, 0.0299663693, -0.0275845099, 0.0294513721, 0.0155866956, 0.0341185294, 0.0242853109, 0.00249652681, -0.00539941806, -0.0148705291, 0.00364923431, 0.0147981076, -0.0136474119, 0.0165442675, 0.017365044, 0.010613759, -0.00497696, -0.0356635191, 0.0263774861, -0.0382706895, -0.0247520283, 0.0172041077, 0.0333138481, -0.0135025689, 0.0282604415, -0.024156563, -0.0255728029, -0.00628456892, 0.00554828439, -0.00341788796, 0.0101631377, -0.00852963235, -0.0281477869, 0.000321872911, -0.024301406, -0.0104930568, 0.0323643237, 0.0384638123, -0.026651077, 0.0195698738, -0.00872275606, 0.0090687694, 0.00177935371, 0.0204067435, -0.0148142008, 0.109694287, -0.00309601519, -0.00489246845, -0.0120380474, 0.0244623423, -0.00436137803, -0.0213079881, 0.00117383024, -0.0268120132, 0.00269568572, 0.0160614587, 0.0112896925, -0.0245749969, 0.0222896989, -0.0216620471, -0.00118992396, -0.0121828895, 0.0152326357, -0.0256049912, 0.0284374729, -0.000323884626, -0.0185398795, 0.0170431715, 0.00829627458, 0.0262326431, -0.00975274947, 0.0328471325, -0.0282443482, -0.0387535, -0.00964009389, 0.0282121617, -0.0300629307, -0.00794623792, -0.0211792383, -0.00256894832, 0.00209820899, -0.0220965762, 0.00180651178, -0.0114506288, -0.007218, 0.0191675331, -0.0147256861, -0.0122311711, -0.0261199865, -0.035373833, -0.00081624958, -0.0192158129, 0.00881931838, -0.0236576591, 0.0388178751, -0.0151119335, 0.00422860542, -0.0237542205, 0.0143877193, -0.00735881971, -0.00967228133, -0.0540102758, 0.00708120409, -0.0371441357, -0.012400154, -0.0395259932, -0.00491258549, 0.0138646755, 0.00461887615, 0.0207447093, -0.012544997, -0.00420044176, 0.0173489507, 0.00968032796, 0.000703594065, 0.0402019285, -0.0546540208, 0.0264579542, 0.00437344844, -0.0227725096, -0.015683258, -0.00299945334, 0.0305618327, -0.0164074712, 0.018008789, -0.0174776986, 0.0255245231, 0.0125530437, 0.00255084294, 0.0277454462, 0.00457864208, -0.00516606029, -0.0113540674, -0.0196342487, 0.023158757, 0.0170592647, 0.0245428104, -0.012544997, -0.00532699702, -0.0210343953, 0.00305980444, 0.0158924758, 0.0146049839, -0.0201170575, 0.00996196643, 0.00528273918, -0.0296444949, 0.0117322681, 0.0107827429, 0.00743124122, 0.0131324148, -0.0243818741, 0.0281799734, -0.00572129106, 0.0136474119, -0.0366935134, -0.0298859011, 0.00187189213, 0.0186847225, 0.00764850527, 0.0137681141, 0.0292743426, 0.0311733913, 0.0510490462, -0.0220000148, 0.0214850176, 0.01096782, -9.28056397e-06, -0.0531090312, 0.00943087693, 0.0282604415, 0.00520629436, 0.00555633148, -0.00204992807, 0.0137600675, 0.0281799734, 0.00103200506, 0.0211309567, 0.0230943821, -0.0260878, -0.0222736057, -0.00603511743, -0.0439678393, -0.00650183298, 0.0157073978, 0.00559656555, -0.0251704622, -0.0419400409, 0.027793726, 0.0193123743, -0.00158522418, 0.00560058886, 0.0293065291, 0.0176708233, 0.0164959878, 0.0124323415, -0.00616386626, -0.0333460346, -0.0191836264, -0.0195698738, 0.0220643878, -0.0254279599, 0.025942957, -0.0366613269, 0.0190548766, -0.00151280267, 0.00375183113, -0.0190387834, -0.0169948898, -0.0267315451, -0.0224023554, 0.0237381272, 0.00780139491, -0.0113138333, 0.00260314718, 0.00313021406, -0.0234484412, 0.00733065559, 0.0410709828, -0.0090687694, -0.00946306344, 0.0256210845, 0.00703694671, -0.013003666, 0.0150234187, -0.0019020678, -0.05932118, 0.000862015935, 0.0119092977, 0.00636906037, 0.00852963235, 0.00779334782, 0.0175903551, 0.0298376195, -0.0226759464, 0.0393328704, -0.0215976723, 0.00968837459, 0.0267798267, 0.0332816616, 0.00910900347, 0.0263613928, -0.028727157, -0.00929408055, -0.0399122424, 0.00752377929, -0.0294030905, 0.0147659201, 0.00823994633, 0.0275523216, 0.0173811372, 0.0252509303, 0.00160232361, -0.0164477061, -0.0248807762, 0.00920556579, 0.0135025689, 0.0294674654, -0.0346979, -0.00384034635, 0.00797842536, 0.00659839483, 0.0158200543, -0.00376792485, -0.0312216729, 0.0139210038, 0.028228255, -0.0138163948, -0.0105171977, -0.0281316936, -0.0174294189, -0.0281477869, -0.0011154908, 0.00746342819, -0.00023084323, -0.0241082814, 0.00776116084, -0.0109195383, -0.00563277584, 0.0169466101, 0.0148222474, -0.0051097325, 0.0210343953, 0.00508559216, -0.0261199865, 0.00214447826, -0.00401335303, -0.00718178926, -0.0281960685, -0.0122150769, 0.00889978651, -0.00843307, -0.00597074255, 0.00181958789, -0.00426883949, -0.0278581, -0.00225713383, 0.026586704, -0.0128668696, -0.00584601704, 2.04785356e-05, 0.0165925492, 0.00622824114, -0.0015801948, -0.0236093793, -0.00720190676, 0.00596269593, -0.0237059407, 0.0123760141, -0.00685186964, 0.00370958541, 0.0306423027, 0.00946306344, 0.0327505693, -0.0102918865, -0.000775009627, 0.0236737523, 0.00262728776, -0.00372970244, -0.0236415658, 0.00306583964, -0.0120621873, -0.00847330503, 0.0442575254, -0.00295117241, 0.00496086618, -0.00735077262, 0.00486430433, 0.00617996, 0.0204711184, 0.000289937103, 0.0278098192, 0.0103482148, -0.00452633807, 0.00110342063, -0.0101229036, 0.00168580946, 0.00570922066, -0.0203906503, -0.0142509239, -0.0556840152, -0.00496489, 0.0331207216, -0.014331392, -0.0148463883, -0.00942282937, 0.0105976658, -0.0301433988, -0.0158361476, 0.0233357865, -0.00409985613, -0.00942282937, -0.00877908338, -0.0153935719, 0.0271660741, -0.000651289709, 0.00259107701, -0.0464462638, -0.0336679071, -0.0038584515, 0.0281960685, 0.00747952191, 0.00506145181, -0.0151682617, 0.00858596, 0.00567301037, 0.00372769078, 0.00270172092, 0.027793726, -0.02114705, 0.0121104689, -0.0122874985, -0.0143555319, -0.024800308, 0.0223057941, -0.0161016919, 0.0426481627, -0.0164959878, -0.0116839865, -0.0151038868, 0.000194758264, 0.0140980342, 0.00520227104, -0.00259711221, 0.00568910362, 0.0173328575, 0.0538493395, -0.05932118, 0.00992978, 0.00764045818, -0.0195215922, -0.0125771845, -0.020149244, 0.00112353766, -0.0148142008, 0.00246836292, 0.00926189311, 0.00913314428, 0.0331207216, -0.000750366249, -0.0201814324, -0.0208734591, -0.000489850354, -0.0062564048, -0.0202779938, 0.011716174, 0.0573255681, 0.0244623423, 0.0333782211, -0.00855377316, -0.00568105699, 0.00552414404, -0.0422619134, -0.0369510092, 0.0157395862, -0.032299947, -0.0103562614, 0.0195054989, -0.00751573266, -0.0181375388, 0.0346335247, 0.00902048871, -0.048892498, 0.00502121774, -0.00407772744, 0.00302560534, 0.00817959569, 0.0138405357, 0.00952743832, 0.0064575756, 0.0132048363, 0.022724228, -0.0277454462, -0.00151883787, 0.011362114, -0.00667483965, -0.0104447762, -0.0232875049, -0.0262970179, -0.0755113885, -0.015787866, 0.0112333652, 0.0352128968, -0.0227403212, 0.0125128096, 0.0222736057, -0.0233840682, 0.00468727434, 0.00124122249, -0.00250256201, -0.0052988329, -0.00349634467, 0.0078496756, -0.0106057124, 0.0233518798, 0.00190307363, 0.00549598, -0.00602707034, -0.00528676249, -0.0121587496, 0.0276810713, 0.0229656324, -0.0221448559, -0.0224667303, 0.0152728697, -0.0176708233, 0.000351797033, 0.0269568563, 6.43745807e-05, -0.00528676249, -0.00429700362, 0.0124323415, -0.017509887, 0.00580578297, -0.00112957275, 0.000131640991, -0.00187792734, 0.00308998, 0.0169948898, -0.00494879624, -0.00780139491, -0.0261038933, -0.00314429612, -0.00941478275, 0.0272143558, 0.0150073245, -0.00536320731, -0.0290812179, 0.0244784355, -0.0378522538, -3.36724975e-06, -0.0244623423, -0.00871470943, 0.00254883128, -0.0121185156, 0.00449012732, -0.00592246186, -0.00665472262, -0.0108149303, 0.0656620786, -0.00336960703, -0.0142267831, -0.0216137674, -0.0306262076, -0.0214206427, 0.0100665754, 0.02401172, 0.0182341, -0.0313021429, 0.0206803344, -0.0174133256, 0.0142428763, 0.00973665621, 0.00676737819, 0.048635, 0.00155907194, 0.000905267603, 0.0229334459, 0.00268965052, 0.0107022747, 0.0104769636, 0.000585406378, 0.00228529773, 0.0340863429, 0.0266993586, -0.0172041077, -0.0113782072, -0.0138003016, 0.00331126759, 0.0101953251, -0.0244784355, 0.0140738934, -0.00440965919, 0.032155104, 0.0491178073, 0.0024583044, -0.00184272241, -0.0257337391, -0.0136554586, 0.0225311033, -0.0142026423, -0.0174776986, 0.0176064484, -0.00593050849, 0.0123035926, -0.0253957734, 0.0163430981, -0.0163591914, 0.000301001477, 0.0193284694, -0.0051097325, 0.00889978651, 0.00966423471, 0.010324074, 0.0231748503, 0.00264740479, -0.0157315396, 0.0148463883, 0.0146693578, -0.0063167559, -0.00701682968, 0.0205033049, -0.00639320072, 0.00451426767, -0.00724214083, -0.0240278132, 0.0187008157, -0.0102516524, -0.00143535202, 0.0190548766, -0.0015832124, 0.0108310236, 0.00750768604, -0.018507693, -0.00215856032, 0.00669495668, -0.0030336522, 0.0025528546, -0.0351807103, -0.00598281296, 0.00825604051, -0.013542803, 0.00933431461, -0.0161982551, 0.012754214, 0.0018578103, -0.0033555252, -0.0223218873, -0.00417227764, 0.0171558261, -0.00216660718, -0.00496489, -0.00324286963, 0.0186686292, 0.00865033455, 0.00348628615, 0.0172362942, 0.00210424419, -0.0193606559, 0.0374660082, 0.011901251, 0.0105332909, 0.0155062275, -0.00872275606, 0.00181858195, 0.00385643984, 0.00914119091, -0.00780944154, 0.000508961559, 0.0248968694, 0.0051781307, 0.0149027165, -0.0328632258, 0.0209378339, 0.0129795251, 0.00455450173, 0.00444586948, 0.0192158129, 0.004341261, -0.0156510714, 0.00883541163, 0.00486430433, -0.00914923754, 0.0209056456, -0.00745135825, -0.0198112782, -0.0199722145, -0.000316843652, 0.0116196126, -0.0121587496, 0.0509202965, 0.0129071036, -0.000599488325, 0.0125369504, -0.0172041077, 0.000565289287, 0.0167052038, 0.015329198, -0.0150234187, -0.0158441942, -0.00474360213, -0.0310768299, 0.00823994633, 0.00289685628, 0.00313826092, -0.0224828236, 0.0172684826, 0.00110543228, -0.0236093793, 0.0109758666, -0.0152889639, 0.0124403881, -0.0121587496, 0.0213562679, -0.0137439733, 0.00343599333, -0.00329718576, -0.00950329751, 0.00659437152, -0.000392534072, 0.0244784355, -0.00831236783, 0.00141221739, 0.00893197302, 0.008827365, -0.0178317595, -0.030803239, -0.00692026783, 0.0456415787, 0.0062081241, -0.00518617732, 0.00178740057, -0.0103160273, 0.00753182638, -0.0123116393, 0.0166408308, -0.0359210186, 0.0259268638, -0.0146371713, -0.0208412707, -0.0264096726, -0.0166891105, -0.0106700873, -0.00717776595, 0.00819166563, -0.0470578223, -0.014041706, 0.00499305362, 0.00264740479, -0.005359184, 0.013333586, 0.00726225786, 0.0160614587, -0.00479993, -0.00361302355, -0.00100635574, -0.0196342487, -0.0149670905, 0.0148142008, -0.0215654857, 0.00553621398, -0.000713149668, 0.0414572321, -0.00470336806, 0.0167534854, 0.00553621398, 0.00696050189, 0.0111287562, 0.0238507837, -0.00574140809, 0.0251704622, -0.00391477952, -0.00139109453, 0.0279546622, -0.0290007498, 0.00378200668, -0.000843910559, -0.00688003376, -0.0100182947, 0.00641331775, 0.00558047183, -0.000409130647, -0.0178317595, -0.0126576526, 0.00026906564, 0.00517410738, -0.0166730173, -0.000133024048, -0.00300548831, -0.0210987702, 0.0219356399, 0.0051097325, -0.0124323415, -0.0119575793, -0.00655816076, -0.00764045818, -0.00527066924, 0.000101339676, -0.0154257594, -0.0052384818, 0.0113460207, -0.0352772735, -0.00666679302, 0.0276649781, -9.4550167e-05, -0.00236777775, -0.027520135, -0.0132128829, 0.0130439, -0.0099056391, -0.0159809906, 0.0153855253, -0.037369445, 0.011756408, 0.0218390767, -0.0165603608, -0.0139451446, -0.0166247357, -0.0278741941, -0.00969642121, -0.00889173895, 0.00592648517, 0.0063891774, -0.0318171382, 0.00988149829, -0.0442253388, -0.00740710041, -0.00512984954, -0.0103562614, -0.00785369892, 0.0174133256, 0.0135267098, -0.00902853534, 0.00410388, -0.00306583964, 0.0258463956, -0.00485223439, -0.0224023554, -0.0138566289, 0.00929408055, 0.0168661401, 4.27487466e-05, 0.0120943747, -0.0275040399, -0.003582848, -0.0312055796, -0.00291697332, -0.0253796801, 0.00431712065, 0.0318815112, 0.00363314059, -0.00399725931, -0.00903658196, 6.58912222e-06, 0.0212597065, 0.0155142751, -0.0234806295, -0.0135267098, 0.00960790645, 0.0176708233, 0.0181536321, -0.0232070368, 0.0278741941, 0.004019388, -0.0031221672, -0.0133818667, -0.0201975256, 0.0239795316, 0.0280351304, 0.00707315747, -0.0380453803, 0.00265142811, -0.0168500468, -0.0119495317, -0.0032549398, 0.00617996, -0.0141463149, -0.00220684125, -0.0104769636, -0.0173006691, -0.0155142751, -0.0166086424, 0.00901244208, -0.016367238, -0.0106700873, -0.0230782889, -0.000458920375, -0.0153935719, -0.00972860865, -0.00622421736, -0.0281799734, -0.0238829702, 0.0347622745, 0.00290490314, 0.0163511448, -0.0121265622, -0.00132772583, 0.0178317595, -0.0115552377, 0.00208613882, 0.000356323377, 0.00106922165, 0.00348628615, 0.00900439452, 0.00651390338, -0.00707315747, 0.00655413745, -0.0167695787, 0.0210665818, -0.0249451511, -0.010509151, 0.0185720678, 9.31671239e-05, -0.000299492705, 0.0249451511, -0.0258142073, 0.0253313985, -0.0149912313, -0.000220156042, 0.00609949185, 0.0198112782, -0.0133255385, 8.6943408e-05, 0.0112253176, -0.00740710041, -0.0295640267, 0.00135689555, -0.00417630095, -0.00499707693, -0.0176708233, -0.00465911068, -0.00629663887, -0.0211792383, 0.0120219532, 0.00808303338, 0.0129714785, -0.00691624451, 0.0127864014, -0.0111287562, -0.0371763222, -0.0262326431, -0.00735881971, -0.0236093793, -0.0268120132, -0.0258946754, 0.00283449329, -0.00396507187, -0.00578164216, 0.0122874985, 0.0275684148, 0.00577359553, -0.00520227104, 0.0085135391, -0.0488281213, 0.011901251, -0.0229334459, -0.020084871, -0.0285984091, -0.00325695169, 0.02401172, -0.00448610401, -0.012504763, -0.00454645511, 0.00539137144, 0.015723493, -0.0146291237, 0.00388661539, 0.0483775, -0.0135508496, 0.00629663887, 0.00357882446, -0.0186042544, -0.00456657214, 0.018507693, -0.026586704, 0.00542758219, 0.00615984295, 0.0247037467, 0.0307066757, 0.02966059, 0.0147095928, 0.0283248164, -0.0286788773, -0.0191675331, 0.0100826696, 0.027085606, 0.0104608694, -0.0174455121, 0.0367578864, 0.0116839865, -0.00499305362, 0.0123035926, 0.0182019137, 0.00984931085, -0.01375202, 0.00225109863, -0.0240760949, -0.00323079946, -0.0191192515, -0.0252187438, 0.00683979969, -0.0276166964, 0.0127381207, 0.00765252858, -0.0173328575, -0.0195376854, 0.00438149506, -0.0064575756, -0.0172684826, 0.00909291, 0.0122231245, 0.0108390702, 0.0101872776, -0.00656218408, 0.00832041539, -0.00300548831, -0.0281155985, 0.0131565556, 0.0153613854, 0.00215856032, 0.00716971932, -0.00801865943, 0.0152970105, 0.016656924, 0.00184574, -0.00281437626, -0.00467922771, 0.0029008796, 0.0160051305, 0.0155706024, -0.0409100465, -0.000739301846, 0.0117966421, 0.0253153052, -0.00653402042, -0.00546781626, 0.00414411398, 0.0195054989, -0.0234484412, 0.00558851846, 0.0266671721, 0.00214850181, 0.020583773, -0.00116980693, 0.0557162, 0.0138405357, -0.0011185084, -0.01339796, 0.0151602142, -0.0176708233, -0.00893197302, 0.008131315, 0.0125128096, 0.00984931085, -0.00519422442, -0.00803475268, 0.0122874985, -0.0128910104, 0.00580980629, 0.00416423101, -0.00572531438, 0.0132611645, -0.0325574465, 0.0203262754, 0.00196644245, -0.0118207829, 0.0186686292, -0.00211832626, 0.0108953984, 0.00966423471, -0.0130197592, -0.0238185953, 0.0110321939, 0.012544997, 0.00454645511, -0.0132370237, -0.00658230111, 0.0219034515, 0.0138485823, 0.028373098, 0.00237783627, 0.0167695787, -0.0207608026, 0.00206602179, 0.00236978941, 0.00202176417, -0.00227725087, -0.00381218246, -0.0155706024, 0.00285863387, 0.0123760141, -0.00915728416, -0.0176708233, -0.0019493429, -0.0223540738, 0.010573525, -0.0191192515, 0.00439356547, -0.00469129765, -0.0139451446, 0.00200667651, -0.00943087693, -0.0059948829, -0.000349282403, -0.012899057, -0.00862619467, -0.0235450044, -0.0116115659, -0.00702889962, -0.0085135391, -0.0111689903, -0.0110965688, 0.00573336147, -0.00895611383, 0.000207582882, 0.00103904598, 0.00186384539, -0.0153211514, -0.00118791219, 0.000150877924, 0.0154659934, 0.022724228, 0.00962400064, -0.00459071249, 0.0204067435, 0.00986540504, -0.00381821743, 0.0103401672, -0.00667081634, -0.00165362214, 0.00314630778, 0.0232714117, 0.00527469255, 0.0217103288, 0.0133577259, 0.00731053855, -0.00191413797, -0.00795026124, -0.0063288263, 0.0181053523, -0.00782151148, 0.00669495668, 0.00619203039, -0.016656924, 0.0226598531, 0.0188134722, 0.0175742619, -0.00311009702, 0.00595062552, 0.0105493851, 0.019296281, -0.0130278068, 0.00797842536, 0.00874689687, -0.00778530119, -0.0195698738, 0.00430505024, -0.00663058227, -0.0241404697, -0.00365929282, -0.0218068901, 0.0194733124, -0.00128849747, -0.00573336147, -0.0140014719, -0.0130921807, 0.00195437204, -0.029805433, 0.00131967897, -0.00675128447, -0.0243496858, 0.00550805032, 0.00823994633, -0.00300548831, 0.00982517097, 0.0182662886, 0.0111368028, 0.0130117126, -0.0194894057, 0.00300548831, -0.00726225786, -0.00805487, -0.010364308, 0.0143796727, 0.0078496756, -0.00420044176, -0.000621114159, -0.0204228368, -0.0122794518, 0.00548391, -0.00112655526, 0.0025186555, 0.0149992779, -0.0109356325, 0.0197790917, -0.0219034515, -0.00591843808, -0.00288277422, 0.0128507763, 0.00180651178, 0.015932709, 0.0116598466, -0.0292099677, 0.00976079609, -0.0116678933, -0.0190870631, -0.0332172848, -0.0163189564, 0.00266752183, 0.0155866956, -0.00119193562, 0.0044740336, -0.00167977426, -0.0170592647, 0.00432919059, -0.0113138333, 0.01235992, 0.00392282614, 0.00565289333, -0.00761229452, 0.00173610204, 0.0115310969, -0.00788991, 0.0112011777, -0.00490051508, 0.0112092244, 0.00699268933, 0.000351294118, -0.00479993, -0.00111347914, -0.00543562882, -0.00513387285, 0.000140442207, -0.00962400064, 0.00436942466, 0.024800308, 0.00188698, -0.0112253176, 0.0100263413, 0.0127783548, -0.00704901712, -0.000205822638, -0.0139451446, -0.00533906696, -0.000259510038, 0.0156591181, -0.000721196528, 0.0066386289, 0.00694440817, 0.0016807802, 0.00529480958, -0.0181214456, -0.003582848, -0.0167212989, -0.0232070368, -0.0121989837, 0.0254279599, 0.0168661401, -0.00970446877, 0.0184111316, 0.0266671721, -0.0179926958, 0.00256090146, -0.0183950365, 0.000113409907, -0.000400078, 0.0126335118, 0.00861814711, 0.00536320731, 0.00749561563, 0.0079703778, 0.0111046154, -0.00546781626, -0.0087549435, -0.0010491045, 0.00236174255, -0.00119998248, 0.00208412716, -5.68306859e-05, -0.00727835158, 0.0224184487, -0.00106117479, -0.00411796151, -0.0101148561, 0.00664265221, 0.016656924, -0.0281638801, 0.0125932777, 0.00891588, -0.0193445627, 0.0121587496, 0.0198595598, -0.0199078396, -1.52685316e-05, -0.0373050719, 0.00133677851, 0.00226316904, 0.00268160366, -0.010364308, 0.00902048871, 0.0147176394, -0.0127864014, -0.0184755046, -0.00657023117, 0.017863946, 0.0151763083, -0.00837674271, 0.00707315747, 0.0255728029, -0.00987345167, -0.0164638, 0.0280029438, -0.0226598531, -0.00743928785, -0.00642136484, -0.000104797298, -0.00886759907, -0.000561768829, 0.00265947497, 0.0173972305, 0.00662253518, 0.00122814637, 0.0038705219, 0.0136474119, -0.0242370311, 0.0123357791, -0.00434528431, -0.0112816459, -0.0131646022, -0.00249451515, -0.0204872116, 0.0196503419, 0.00925384648, -0.00878713094, 0.0290651247, -0.0090687694, 0.00998610724, -0.0125771845, 0.008827365, 0.0227081347, -0.0087066628, -0.00771287968, 0.0132289771, 0.0136474119, 0.00126938627, 0.00946306344, 0.00750768604, 0.00587820401, 0.0123840608, -0.011257505, 0.00831236783, 0.0221287627, -0.0312055796, 0.0298376195, 0.00463497, 0.00929408055, 0.0104125887, -0.00967228133, 0.00392684946, -0.0210665818, -0.00788991, -0.0209378339, -0.0342472792, -0.000646260451, -0.00787784, 0.0252509303, -0.0171397328, -0.01836285, -0.00533102034, 0.00172302593, -0.00533102034, -0.026940763, 0.00455450173, -0.0122150769, 0.00684784632, -0.00877908338, 0.00729846861, -0.0220000148, -0.00372769078, -0.00573738478, -0.000976180192, 0.00885150488, 0.00847330503, 0.0117000807, -0.00432516728, 0.00751573266, -0.0031945887, -0.00338368909, 0.0025588898, 0.0252670236, -0.0211792383, -0.0131243682, -0.00416825432, 0.00320665888, 0.0232231319, -0.0076565519, 0.0183306634, 0.00525859883, -0.00262125256, -0.0228046961, -6.45003165e-05, 0.00300347665, -0.0233196933, 0.0143474853, 0.00865838118, 0.00607132772, -0.0259751454, -0.00525859883, 0.0107988361, 0.00720190676, 0.0153131038, -0.0102114184, -0.0147176394, -0.00866642874, 0.00350439129, 0.00473957881, 0.00175320159, -0.0139290504, -0.0129875727, -0.00349634467, 0.00321068242, 0.0178800412, 0.0101550901, 0.0172362942, -0.000485575467, -0.00732663227, -0.0110643813, -0.0128185889, -0.0167856719, 0.0025186555, 0.00356273097, 0.00335954851, 0.0138244415, 0.00109537377, 0.00120702339, -0.0072139767, -0.00360698835, -0.0207768977, 0.00577761885, -0.0126576526, -0.00734272599, 0.0215654857, 0.00663058227, 0.0168500468, 0.0154177127, 0.0032951741, 0.0117000807, -0.0195698738, 0.00594660221, 0.0280351304, 0.0144601408, 0.00672714412, -0.00718178926, -0.00442172913, 0.0102757933, 0.027938569, 0.0136554586, 0.0036371639, 0.00108229765, -0.00576554844, -0.0082319, 0.0118690636, -0.0119736725, 0.00604718737, -0.0109919598, 0.00653804373, 0.0239473451, -0.0109195383, 0.0108551644, -0.0147417793, 0.024655465, 0.00225512218, -0.00680358894, -0.0134542882, -0.000545675168, -0.028517941, -0.00182260538, -0.00657023117, -0.00432114396, 0.0193928424, -0.0079904953, -0.00745135825, -0.000396557502, 0.0107746962, -0.00176426594, 0.0246876534, 0.00352652022, 0.00560863549, 0.0187812839, -0.0149509972, 0.0122311711, 0.0170914512, 0.00545976916, -0.025653271, -0.00248043309, 0.0192158129, 0.00873884931, 0.0104528228, -0.0311090183, -0.0202458072, -0.0173972305, 0.0017190025, -0.0201975256, -0.00280834129, 0.0140095185, 0.00164356362, -0.0137600675, -0.0242531244, 0.0041521606, -0.001996618, -0.0118207829, 0.0106942281, 0.0197790917, 0.00666276924, -0.00922970567, 0.00828822795, 0.0112816459, -0.0138807697, 0.0220482945, -0.0203745551, 0.0237864088, -0.00844111759, -0.00398720056, 0.0159648973, -0.00288679777, 0.0119173452, 0.00308394479, -0.00547586288, -0.0141543616, 0.0107425088, 0.0360497683, 0.00836064946, -0.0071536256, 0.0110402415, -0.0162063017, -0.0278741941, -0.00628456892, 0.028807627, -0.0103964955, -0.00343398168, 0.00375384302, -0.000762939395, -0.0020288052, 0.0209217388, 0.0109114917, 0.00411192654, -0.0179283209, 0.0248807762, -0.0315757319, 0.0241887495, -0.00525859883, -0.00652999664, -0.00385442819, 0.0130599933, -0.0142992046, 0.0135025689, 0.0130599933, -0.00268160366, -0.0116035184, 0.0325413533, -0.0149912313, -0.000121582467, 0.0125852311, -0.00984126423, -0.00537930103, -0.0230621938, -0.00163249916, -0.0123760141, -0.0166086424, 0.0189744085, 0.00363112893, 0.024446249, -0.00641331775, -0.0108310236, -0.0152648231, -0.00353859039, 0.0220482945, 0.00580980629, 0.00687198667, 0.000479791808, 0.0121989837, 0.00618398329, 0.023158757, -0.00319257705, -0.00785772223, 0.0178478528, -0.0102757933, 0.027793726, -0.00981712434, -0.0222896989, 0.00455450173, -0.0148544349, -0.00289082108, 0.0169627033, -0.0135508496, 0.00968032796, -0.00981712434, 0.0158200543, 0.00652597332, 0.00415618392, 0.0112896925, 0.00388460374, 0.000928905152, -0.0101631377, 0.00847330503, -0.0101872776, -0.00896416, 0.00917337835, -0.00382022909, -0.00747147528, 0.00492867921, 0.0102918865, -0.0301273055, 0.00768873934, 0.0100102481, -0.00994587317, 0.0211953316, 0.0205515865, -0.00443379954, -0.0112414118, -0.0346013382, -0.0161902085, -0.0010742509, -0.0019624189, -0.0110321939, -0.00782151148, 0.00133275508, -0.0233518798, 0.00685589295, 0.00531492662, 0.00797440112, -0.00698464224, 0.0145486556, -0.00503328769, 0.026506234, -0.0134221008, -0.0126174185, 0.0128427297, 0.000594459067, 0.00499707693, -0.00524250511, -0.00306382775, -0.00469934475, 0.0123116393, -0.00114968978, -0.00693233777, -0.00391276786, 7.87708559e-05, 0.0234645363, 0.00369952689, 0.0243979674, -0.015932709, -0.0113057867, -0.00611960888, -0.0115310969, 0.00610753847, 0.0148061542, 0.0061960537, -0.0406525508, -0.00243818737, -0.00187792734, 0.00775311375, 0.01339796, -0.00305779278, -0.00229535624, -0.0192319062, -0.00394897815, 0.00126737461, 0.0102114184, -0.0129714785, 0.0170109831, 0.0111287562, 0.0167534854, -0.0136071779, 0.00617191335, 0.0302721485, -0.0132611645, -0.00859400723, 0.00576554844, 0.00446598651, -0.00737491343, 0.00477578957, -0.00520227104, 0.0223701671, 0.0148624824, -0.0192158129, -0.000259761495, 0.0240921881, 0.00564082293, -0.00113359618, -0.0137439733, 0.00288880942, 0.0156671647, -0.00294714887, -0.0264579542, -0.00557242474, -0.00791002717, 0.0127783548, -0.0154257594, 0.00344605185, -0.0196664352, 0.00753182638, -0.00377798337, -0.000632178504, -0.00953548495, -0.00119495322, 0.00906072278, 0.0286305957, 0.0168178603, -0.00304572238, -0.0083526019, -0.00910900347, 6.55061667e-05, -0.0199561212, -0.00848939829, -0.00613167929, -0.00912509765, 0.00831236783, 0.0109034451, -0.016656924, -0.00308796833, -0.00367337465, -0.00383431115, 0.0135106156, 0.00414009, -0.00460278289, 0.00174012547, -0.0135347564, -2.16572698e-05, -0.0106861806, -0.00564484624, 0.0129553853, 0.0321872905, 0.00362911704, 0.00308796833, -0.0174616054, 0.0219356399, -0.0076082712, 0.00556437811, 0.000686494575, 0.0213723611, -0.0102757933, -0.000585406378, -0.0287593454, -0.00663460558, 0.0132128829, -0.00145546906, -0.00805084594, -0.00836064946, 0.0244623423, 0.0116035184, -0.0134945223, 0.000431007968, -0.00733065559, -0.0223218873, -0.0106700873, 0.00381620578, -0.0138888163, -0.0265384223, -0.0147256861, 0.00988954585, -0.00258303015, -0.0157959126, 0.00138908287, 0.0246876534, 0.00985735841, 0.014540609, 0.0188295655, -0.0148061542, -0.0255245231, 0.0015832124, 0.0109597733, 0.0158441942, 0.00797440112, -0.00576152513, -0.00612363219, 0.018942222, 0.0189905018, 0.000809208606, -0.00658632442, -0.0131002273, 0.0102516524, -0.00545976916, 0.0225311033, 0.013188743, 0.0193606559, -0.0192480013, -0.0083526019, 0.0189905018, 0.00324286963, -0.00375183113, -0.000613570272, -0.0180248842, -0.00982517097, -0.0142509239, 0.0105252443, 0.0104125887, -0.00698061893, -0.00912509765, 0.001456475, 0.00339777092, 0.0197147168, 0.00611156225, 0.0229978207, -0.0163913779, -0.0110161006, -0.0118771102, 0.00537527772, -0.0127783548, -0.0152889639, -0.02406, 0.0105976658, -0.00359290652, -0.00261722924, 0.0214206427, -0.00308796833, -0.00484821061, 0.0161016919, 0.0089963479, -0.018507693, -0.000453388173, 0.0104286829, -0.0130921807, 0.010509151, -0.00947915763, 0.00808705669, 0.00659839483, 0.00241002347, -0.00379206543, 0.0197147168, 0.000444586971, 0.00247640978, -0.0121024214, 0.0397834927, 0.010613759, -0.00116075424, 0.0209378339, -0.0102436058, 0.00468325103, -0.0113057867, 0.00691222074, 0.0106459465, -0.0138405357, -0.00843307, 0.00588222779, 0.00115974841, -0.00845721085, 0.00456254883, 0.00422860542, 0.00916533172, 0.0344725884, -0.00586613407, 0.00958376657, 0.0175742619, -0.019296281, 0.0297249649, -0.0208251774, -0.0153613854, 0.0121185156, -0.0206964295, -0.0115954718, 0.0166086424, -0.00282845832, -0.0299180876, 0.00212033791, 0.012504763, 0.0172523893, -0.0232875049, 0.0134945223, 0.00348427426, 0.0157476328, -0.00171799667, 0.0118127363, -0.0352128968, -0.00769276265, -0.00214850181, 0.00740307709, 0.00904462859, -0.0241726562, -0.00449012732, -0.014830295, 0.00753182638, 0.000556236657, 0.0088756457, 0.000765454, -0.0252187438, 0.0100102481, -0.00766459899, 0.00518617732, 0.00345812226, 0.0146049839, 0.0101389969, -0.00993782654, -0.00777323078, 0.00349634467, 0.00972056203, -0.00064877508, 0.00225914549, -0.0106057124, 0.00331730279, -0.00101188803, 0.000454142573, 0.0220000148, -0.00562875252, 0.0175259802, -0.0154579468, 0.0186364427, 0.00884345826, 0.0101953251, -0.00125329266, -0.0318493247, 0.0260717068, 0.0175903551, -0.00874689687, 0.00074785162, 0.000248445664, -0.0201170575, -0.0134703815, 8.60632863e-05, 0.00231547328, 0.042873472, 0.00107626256, 0.000197650093, 0.0211148635, -0.0223540738, 0.00603109365, -0.00828822795, 0.0111207096, 0.0220482945, -0.003671363, 1.11979716e-06, -0.00584601704, 0.0036773982, 0.0059345318, -0.0181697253, -0.00548793329, 0.00306583964, 0.0132128829, 0.0324286968, -0.0125128096, 0.0066386289, -0.0121185156, -0.00713350857, -0.0112816459, 0.00278218905, 0.0074151475, 0.00751170935, -0.0146693578, -0.0390753709, -0.0107907895, -0.0561990105, -0.00334546668, -0.0107586021, 0.00665874593, -0.0232875049, -0.00107726839, 0.00182763464, 0.0144440476, -0.00907681603, 0.00545172254, 0.0156913046, 0.00254279608, -0.0124725755, -0.00558047183, -0.000188974605, -0.00455852505, 0.0172684826, 0.0155142751, -0.00232553179, -0.023866877, 0.024365779, -0.00700073596, -0.00763241155, -0.00270976755, 0.00499707693, -0.0133577259, -0.000493873784, 0.00921361241, -0.00967228133, -0.0195537806, 0.0110402415, -0.0226276666, 0.0133899134, -0.018942222, 0.00914119091, 0.0130519466, 0.004341261, -0.00710534444, 0.000319106824, -0.00409382116, -0.00643343478, -0.0085135391, 0.00613167929, 0.00345208705, 0.0155545091, 0.0195859671, -0.00527066924, 0.00672714412, -0.00698464224, -0.00301554683, 0.00496891327, 0.0149107631, -0.0134542882, -0.00483211735, -0.0146693578, 0.00803072937, -0.00761229452, -0.0115954718, 0.02679592, 0.00277011888, -0.00215252512, 0.0104447762, 0.011716174, -0.00301554683, 0.0158602875, 0.0013840535, -0.00705706375, -0.00468727434, -0.0130760875, 0.016656924, -0.00391679117, 0.00535113737, -0.0101148561, 0.00340984133, 0.021726422, 0.0206964295, 0.0236898474, -0.00865838118, 0.019151438, 0.011112663, 0.00663058227, -0.00840088353, 0.0109356325, -6.59462312e-05, -0.00756803714, 0.00243014051, -0.0232070368, 0.000980203622, -0.0032287878, 0.00656620739, 0.0239151586, -0.00557644852, -0.0077370205, 0.025942957, 0.027520135, 0.0168661401, -0.0115632843, 0.0147981076, -0.0188456587, 0.00595062552, 0.00471141469, -0.00755596673, -0.0140819401, -0.00453036139, 0.015433806, -0.0192640945, -0.000731757958, -0.000230088845, -0.00664667599, -0.013687646, 0.0287593454, -0.0124484347, 0.0119495317, 0.00197448907, 0.0405238, 0.00205998658, 0.00287070405, 0.0255567096, -0.0148142008, -0.00113158452, 0.0051177796, -0.00309802685, 0.00720995339, 0.00649378635, 0.00974470284, -0.0112977391, -0.0121426554, -0.00660241814, -0.00991368573, -0.00568910362, -0.0250256192, 0.00235369569, -0.0215976723, -0.00724616414, -0.00636503706, -0.00527871586, 0.00313021406, 0.0183950365, -0.0174455121, 0.00613167929, -0.00692429114, 0.00936650205, -0.00897220802, -0.00229535624, -0.0142187364, -0.0182180069, -0.00832041539, 0.0195215922, -0.0147417793, -0.00252670236, -0.0167052038, -0.00373372575, 0.0276810713, 0.00588222779, 0.00609949185, 0.0156591181, -0.00202478189, -0.0017884064, 0.000459423289, -0.0244945288, 0.0105332909, -0.0228529777, -0.00216459529, 0.0127703082, 0.0114264889, 0.0201009642, -0.0161016919, 0.00809912756, -0.022869071, 0.00604718737, 0.00783760566, 0.015828101, -0.0109517258, 0.00625238148, 0.000159553412, -0.0066386289, -0.0181214456, -0.0145567032, 0.0191997197, -0.0062684752, -0.00350439129, 0.0170109831, -0.00852963235, -0.006015, 0.0128668696, -0.0230461, 0.0157476328, 0.0314308889, -0.0119495317, 0.00710534444, 0.00980907679, -0.00662655849, -0.000395551644, -0.0113701606, -0.00904462859, 0.00518215401, -0.00780944154, 0.0163752846, 0.00155706028, 0.013687646, 0.000393288472, 0.0100263413, -0.000561265915, 0.00637308368, -0.0031342376, -0.0153372446, -0.0134462416, -0.00567301037, -0.00737893675, -0.00997806061, 0.0139531912, 0.00162847585, -0.0151682617, 0.000568809803, -0.0322516672, 0.00635296665, 0.0150314653, 0.0122070303, 0.0109356325, -0.0053712544, -0.0258624889, -0.00346013391, 0.00067392143, -0.00634894334, 0.0112655517, -0.027520135, 0.0200687759, 0.00338570075, -0.00642136484, -0.003001465, 0.0114667229, 0.0222092308, 0.0211792383, -0.0305618327, 0.0147015452, 0.0122070303, 0.00925384648, 0.0239312518, -0.00447001029, 0.0029733011, 0.0299180876, -0.0156993512, -0.00642941147, -0.0153211514, 0.000227322744, 0.0155464616, 0.015079746, -0.00319257705, 0.00265545165, -0.00270172092, -0.00225512218, -0.00438954169, -0.00852158573, -0.0140175652, 0.0112253176, -0.0037981004, -0.0314147957, 0.0129473377, -0.0129312444, 0.00843307, -0.00305175758, 0.00563277584, 0.00640124781, -0.0109597733, -0.0058741807, 0.000899232458, -0.00573738478, -0.0209217388, 0.0101389969, -0.00664265221, 0.00424067583, -0.0097849369, 0.00590636814, 0.0073547964, -0.00414411398, 0.0196664352, 0.000400329445, 0.0161258336, -0.00191916723, 0.00438551838, -0.00998610724, -0.0266188905, -0.00264539314, -0.00468727434, 0.00814338494, -0.00667483965, -0.00153392565, -0.00321671739, -0.019795185, 0.00444586948, -0.00716971932, 0.0330885351, -0.000683979946, -0.0178800412, -0.0181536321, -0.00902853534, 0.00410991488, -0.0129231978, -0.024446249, 0.00404755212, 0.0217907969, -0.0320263542, -0.0199239329, 0.0132048363, -0.0135025689, -0.0197308101, -0.0221448559, -0.00560461218, -0.00252267905, 0.0210022088, -0.0297732446, -0.00751975598, -0.000278621243, 0.0186364427, -0.0162465349, 0.0174616054, -0.0114184413, 0.00935845543, 0.00429298, -0.00968032796, -0.0151441209, 0.00095757196, -0.0157154445, -0.00479993, 0.00274799, 0.0181536321, 0.0150877926, -0.00725018745, 0.00336960703, 0.0114667229, -0.0237864088, -0.0119092977, 0.00873080269, -0.00437747175, -0.0195537806, -0.00827213377, -0.00915728416, -0.00957571901, -0.0101148561, -0.0109034451, -0.0141945956, -0.0154579468, -0.0310285501, -0.0129231978, 0.0333138481, -0.0101550901, -0.0198756531, 0.0042205588, 0.0179605093, -0.032589633, -0.0137037393, -0.0112977391, 0.0126576526, 0.0142831104, 0.00927798729, 0.0205998663, 0.0170431715, 0.00524250511, 0.0296284016, 0.00197348325, 0.0014343462, -0.00997806061, -0.0233357865, -0.011362114, -0.0148222474, -0.00368745672, -0.00943087693, 0.0257498343, -0.00518215401, -0.0115552377, -0.0104045421, 0.000955057272, -0.0101229036, 0.075962007, 0.00273189647, 0.0179605093, -0.0142750638, -3.11657241e-05, -0.00622019405, -0.0205193982, 0.0503087379, 0.00465106359, 0.0312055796, -0.00350640318, -0.00103804015, -0.0118127363, -0.00377396, -0.00394294318, 0.00847330503, 0.00929408055, -0.0294191856, 0.0065782778, 0.000176652917, -0.017509887, -0.00418837136, -0.0146613112, -0.00987345167, -0.00802268274, -0.011716174, 0.0056931274, 0.00528676249, -0.0114506288, 0.0070932745, 0.00542355888, 0.00865033455, 0.00150375, 0.00942282937, -0.0182180069, 0.00660644146, -0.00406163372, 0.0135910837, 0.0038644867, 0.0105493851, 0.0173006691, -0.00408778619, 0.010364308, 0.0168661401, 0.0214850176, 0.000970145105, -0.0182180069, -0.0039711073, -0.0219839197, -0.00679554185, -0.00167977426, -0.00712143816, -0.00241203513, -0.0166086424, 0.00484418729, 0.0229173526, 0.0178961344, 0.00122009951, -0.000658833655, 0.0120782815, 0.0121185156, 0.00126737461, -0.00707315747, -0.00634894334, -0.00355066056, -0.000670400914, -0.0015198437, -0.00327706872, -0.00201472337, 0.00227725087, 0.00233961386, -0.0297088698, 0.0035164617, 0.0213723611, 0.0132128829, 0.00123921072, -0.0138405357, 0.00215654867, -1.26517432e-06, 0.0101068094, -0.00856986642, 0.0161419269, -0.0390109979, 0.000259510038, -0.01836285, -0.0117966421, -0.0196503419, -0.00723811705, -0.0378522538, 0.0103160273, -0.00249853847, 0.0162465349, -0.0103804013, 0.0302560534, 0.0049166088, 0.011257505, 0.00539539475, 0.00114063721, 0.0163591914, 0.00560863549, 0.0207125228, 0.0173489507, 0.00883541163, -0.0059948829, 0.00495281955, 0.0121989837, -0.00112655526, 0.00514594326, 0.016512081, 0.00100585283, 0.015972944, 0.0214689244, 0.00486028101, 0.02114705, 0.0151119335, -0.0181858204, 0.00560461218, -0.0227403212, 0.0163109098, 0.00313624926, -0.00473957881, 0.00637308368, 0.00320062391, 0.0189905018, 0.00986540504, -0.00849744491, 0.0164396595, 0.0147739667, -0.00374177261, 0.0254601482, -0.0102999331, -0.00984126423, -0.00181556446, -0.00114164304, 0.00506949844, 0.0351807103, 0.00120199414, 0.0100343879, 0.00495684287, 0.0170914512, 0.016512081, -0.00271177944, -0.00717374263, 0.0225954782, -0.0223701671, -0.0012452458, -0.000873583194, -0.00786174648, -0.0172041077, -0.00456254883, 0.0022370168, 0.0168822352, 0.018507693, -0.00891588, 0.00649378635, -0.000957069, 0.00453840801, -0.0128346831, 0.0221287627, 0.0012925209, -0.000322375854, -0.00852963235, 0.00905267615, -0.00021625837, 0.0164959878, -0.0187330041, 0.0211631451, -0.00710534444, 0.0201331507, 0.0113057867, 0.0260234252, 0.000230591773, -0.017220201, 0.00942282937, 0.000244045048, 0.027793726, 0.00102999329, -0.00877103675, 0.0104447762, 0.0129956193, -0.00347421574, 0.00313222595, 0.0125610903, 0.0359853916, -0.0100343879, -0.00926189311, -0.0128588229, -0.0134221008, 0.0182984751, 0.0208090842, 0.0205354914, -0.0191192515, -0.00317044836, -0.00388259208, -0.00954353157, -0.00532297324, -0.0155464616, -0.00814338494, -0.0283409096, 0.00177331863, 0.020728616, 0.00397513062, -0.00314027257, -0.0161982551, 0.00388259208, 0.0111207096, 0.00541148847, 0.0196825285, 0.0282926299, -0.00575750181, 0.0149992779] |
07 Aug, 2024 | What are pre-request scripts in Postman, and how are they used?
07 Aug, 2024
Postman is an API(application programming interface) development tool which helps to build, test and modify APIs. It has the ability to make various types of HTTP requests(GET, POST, PUT, PATCH), save environments for later use, converting the API to code for various languages(like JavaScript, Python). In this article, we will learn What are pre-request scripts in Postman, and how are they used?PrerequisitesBasic HTTP conceptsKnowledge of REST APIWhat is pre-request script?A pre-request script associated with a request will execute before the request is sent. You can write pre-request scripts for your Postman API requests in JavaScript. The Pre request tab allows for any pre- request processing before a request is sent.Steps to execute pre-request scripts in PostmanStep 1: After downloading and installing the Postman, open the software. Add a new Collection and give it a name like "GFG". Here, we can see, multiple tabs like Authorization, Pre-request scripts, Tests , Variables.Step 2: Click on Pre-request scripts. Now in the right side pane, we can multiple snippets arrived. We can use any of the available snippet or create our own code based on our requirement. Code is written in Javascript.Step 3: We will add a pre-request script that will generate random numbers. We will use those random numbers to set a variable 'id' that is already stored as a global variable in our environment as shown belowPre-request Script:var random=Math.floor(Math.random()*10);pm.variables.set('id',random)Step 4: Click on SaveStep 5: When you hover, on the name of your collection, 3 dots will appear. Click on those 3 dots, and then click on "Add new request"Step 6: Now You can simply paste the API in the space provided and select the API type you are requesting from the dropdown like GET,POST, PUT, DELETE etc. Output will be shown in the body with the status code.We use global variable in our request using {{id}}API USED:https://reqres.in/api/user/{{id}}Output:Note: Pre-request script first generated a number , that id was not available.Then it generated 6,then 5 then 1 etc.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used? | https://www.geeksforgeeks.org/what-are-pre-request-scripts-in-postman-and-how-are-they-used?ref=asr9 | CSS | What are pre-request scripts in Postman, and how are they used? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0263648387, 0.0222619157, -0.0199839529, 0.0593823679, 0.0201780982, 0.00324706873, 0.0192462038, 0.00477919355, -0.00982371811, -0.00449121231, 0.035386093, 0.0138489828, -0.0216794815, -0.0166705512, 0.0155445123, 0.0150656225, -0.0426859297, -0.0215371102, -0.040640939, -0.0161657743, -0.0215500519, 0.0380264595, -0.000715503818, -0.00804405846, -0.00259668427, 0.0147420485, 0.00603466202, -0.00942248572, -0.0126582291, 0.000713481451, 0.0205405, 0.0064811944, 0.0131371189, -0.0151303373, -0.00153050676, 0.000739771873, 0.016554065, -0.0109562278, -0.0261318665, -0.0495974794, -0.0304677617, -0.0264036674, 0.022339575, -0.0261059795, -0.0216406528, -0.00369521929, 0.0121987537, -0.0408221409, 0.0263777822, 0.00946131442, -0.00270669954, -0.0308042802, 0.00653620204, 0.00736455247, 0.00821878854, 0.00828350335, 0.0117133921, -0.0261965804, -0.0319173746, -0.049908109, 0.0192979742, -0.0288369469, 0.0170458984, -0.0227278639, 0.00586316735, 0.0233232398, -0.0119722513, -0.00819937419, 0.00350107462, 0.0100955199, -0.0103155505, 0.0361885577, -0.0230255518, 0.0593305938, -0.0224042889, 0.0126388147, 0.013163005, 0.0203981288, 0.0226372629, 0.000417815405, -0.0198415797, 0.0125352712, 0.0312443413, 0.00976547413, 0.0232067537, -0.0434625074, -0.0109432852, -0.0644042417, 0.0646113306, 0.0077916705, 0.0173953585, 0.0447050333, 0.0106844259, -0.0163987484, -0.023698587, 0.0226243194, -0.00989490375, -0.0089306524, -0.00872356445, 0.0160881169, 0.0424788408, -0.00798581541, 0.00913774, -0.0180295631, 0.0186637696, -0.0334187597, 0.0212005917, -0.0207087584, -0.0272320192, 0.0283192284, -0.0225725472, -0.039605502, -0.0109368134, 0.0253682304, 0.018417852, -0.00174730155, -0.0149232494, -0.0519272126, 0.00378905586, 0.0133312643, 0.0084647052, 0.0172788706, 0.0304159895, 0.0405373946, -0.00950661488, -0.00454622, 0.0398125909, 0.0199321806, -0.0119010648, -0.0190520585, -0.00439090421, 0.0157645438, -0.00753281126, 0.0256400332, 0.0136807244, 0.0386477225, -0.0114998333, 0.0464393944, 0.00380199868, -0.031322, -0.0827314928, -0.0421941, -0.000619240454, -0.00891123805, 0.0427635871, -0.0118622361, -0.0239962749, 0.0746550784, -0.0247081388, 0.0242939629, -0.0237244722, -0.0210193899, -0.00394760724, -0.0413398594, 0.0153503679, -0.0148197059, 0.0035107818, -0.009797832, -0.0170200113, 0.0284745432, 0.00550723588, -0.0221583731, 0.00436178222, 0.0294840969, 0.0100761056, 0.0102508357, 0.014962079, -0.0253423434, -0.0356449522, 0.0111309579, -0.00784344226, -0.0101731783, 0.0281121414, 0.0233102981, -0.0177707039, 0.00273743924, 0.00371463364, -0.0242033619, 0.0547746681, -0.021808913, 0.0263130665, -0.00454298407, 0.0124058407, 0.0188967437, -0.0295617543, 0.0119916657, 0.0221842583, -0.0367321633, -0.00577256689, -0.0209287908, -0.0284745432, 0.0195050631, 0.0395019576, 0.0240998194, 0.043617826, 0.0275685359, -0.0161916614, -0.0396572724, -0.00847117696, -0.008264089, 0.00945484266, -0.0488985591, -0.0130206328, 0.0123734837, 0.00670446083, -0.0104708662, -0.0110597722, 0.012334655, 0.032642182, 0.0242551342, 0.0167611521, -0.0190908872, 0.0033878237, -0.0487691276, 0.00627087103, -0.0187284835, -0.0138489828, 0.00938365702, -0.0194015186, -0.00656208815, -0.00471124286, -0.00691802, -0.0147161623, -0.0312961116, -0.0233232398, 0.0174730159, -0.0330304727, -0.0095972158, -0.0158292577, -0.00834174734, 0.0233491268, 0.0371463373, 0.0199580677, -0.0348424874, 0.00290731573, 0.0379488021, -0.0053713345, -0.0302865598, -0.0124058407, 0.0244104508, -0.0217053685, 0.0181201641, 0.0044717975, -0.0198156945, 0.009208926, 0.0240351036, -0.0141207855, 0.0327457264, -0.00014399059, -0.00937718526, -0.0205016714, -0.0182754807, -0.015259767, 0.0507364608, 0.000327619055, -0.00250931922, 0.00273258542, -0.0105744107, -0.00254814816, -0.0161269456, -0.000476867717, -0.00373404822, -0.0289922636, 0.0119916657, 0.014845592, 0.0158680864, 0.0233232398, -0.0166834947, 8.88818322e-05, 0.0192850325, 0.0240092184, -0.0546711236, -0.0047047711, 0.0301571302, 0.00391201396, -0.0294064377, 0.00869120751, 0.000474036438, 0.0185213964, -0.0197509788, -0.00438119704, -0.0287334044, 0.0415210612, 0.00549752824, -0.0223266315, -0.0154280253, 0.0153244818, -0.0130335754, -0.0367321633, 0.000931894174, -0.0294323247, 0.00942248572, 0.029898271, 0.00457857735, 0.0444720611, 0.0388548113, -0.0362662151, 0.0541534051, 0.0331599, 0.0660091713, -0.0196733214, -0.0551370718, -0.0262612961, 0.0497010238, -0.028215684, 0.00394437136, -0.0147808772, -0.00143909699, 0.0201651547, -0.0147938197, 0.0476042591, -0.0451192111, -0.0187155418, -0.00762988348, 0.00962310191, 0.000968296314, 0.0250575989, -0.014431417, -0.0436954834, -0.0448344648, 0.00794698671, -0.0091312686, -0.0406927131, 0.041081, 0.0563278235, 0.0040932158, -0.0343247689, 0.00408674404, 0.0427118167, -0.0196086057, -0.00525161205, -0.0451968685, 0.00908596814, -0.00379552739, 0.0255753174, -0.0235562138, -0.0532215126, -0.00686624786, 0.015259767, 0.0104902806, -0.0173953585, -0.0247469675, -0.00885946583, 0.00764929783, 0.0400196761, -0.0275944211, -0.00730630895, 0.0227408055, 0.00393466419, 0.0420387797, 0.000866370334, -8.76178674e-05, 0.0426341593, -0.00565608, 0.0269472729, -0.0149491355, -0.0148067633, -0.0352825485, -0.0223654602, 0.00671740388, 0.015259767, 0.00262257014, 0.0037275767, 0.0158292577, 0.0232326388, -0.0491056442, -0.0172270983, -0.0262483526, 0.00333605171, -0.0197380371, 0.00448150514, 0.055395931, 0.00900831074, -0.00645207288, -0.0224431176, -0.0485102683, -0.001376, 0.0305971913, -0.02632601, 0.0289404914, 0.00718982238, 0.0287075173, -0.00961663, 0.0607802086, -0.0142372716, -0.0119334226, -0.00308366376, -0.0389842391, 0.000208098762, -0.0287334044, -0.00878180843, 0.0127941305, -0.0250446554, 0.031373769, -0.0101602348, 0.00650060875, -0.0228184648, -0.0222878028, -0.0115257185, -0.00547487848, 0.0068209474, -0.00732572377, -0.0294582099, 0.0287075173, -0.015661, -0.0441355444, 0.00554930046, -0.0220030565, 0.027387334, 0.00876239408, 0.00160978246, 0.0434107371, -0.0437213667, -0.0300277, 0.0544122644, 0.0426859297, 0.0327974968, 0.0466205962, 0.0034266524, 0.0312443413, -0.000278273947, 0.0168388095, -0.0177707039, -0.00750045385, -0.0384147502, 0.000891447358, -0.0220030565, 0.00737102423, 0.000515292166, 0.0181848798, -0.0362144411, -0.0227019768, -0.0264813267, -0.00523543311, 0.000878504419, -0.0308042802, 0.024643423, 0.00035633627, 0.0279827118, 0.0232714675, -0.00424529565, 0.00700214924, -0.0207475889, 0.0201522112, -0.0359038115, -0.02632601, -0.0795216337, 0.0116422055, -0.0396313891, 0.00823820289, -0.0118687078, -0.0433071926, -0.0290958062, 0.0165411215, 0.0187284835, -0.0264683831, -0.0596412271, 0.00792110059, 0.0029218765, -0.0241386481, -0.0228184648, -0.00709275, -0.00332958018, -0.0175636169, 0.018443739, -0.00215824111, -0.018210765, 0.017382415, 0.0119916657, 4.23680176e-05, -0.00190261728, -0.0142631577, -0.0133959791, 0.0229996666, 0.0333928727, -0.0215371102, 0.0105161667, -0.0410292298, -0.00599259743, -0.0163469762, -0.0202557556, 0.00178289472, 0.00746162469, 0.0228831787, -0.0140431272, -0.0155315697, -0.00535515556, -0.00365315448, 0.0117845787, -0.000974767783, -0.0363956429, -0.0300535876, -0.0158551447, -0.0243975073, 0.0254717749, 0.01853434, -0.0386736095, -0.0107944412, 0.0349201448, -0.0150138503, -0.00264360267, -0.0215759389, 0.0285263155, 0.0344800837, -0.000887402683, 0.0365250744, 0.0181719363, -0.0103543792, -0.0129041458, 0.00417087367, -0.0111892018, 0.00393142831, -0.0404856242, 0.0402785353, 0.000251781312, -0.0209287908, 0.00520631159, -0.00490215141, 0.00762341218, 0.0231032092, 0.0242033619, 0.0113121597, 0.00874945056, -0.0493127331, -0.0159586873, -0.0416246057, 0.03476483, 0.0102637792, -0.0253423434, -0.0328233838, -0.00571432337, 0.029069921, 0.0233620685, 0.0303642191, 0.00290246215, -0.0163469762, -0.0185602251, 0.0360073559, 0.00451709796, 0.0234008972, -0.015169166, 0.0163599197, -0.0321503505, -0.0078305, 0.0294323247, 0.0195050631, 0.0246951953, -0.0357226096, 0.00719629368, -0.0161398891, -0.0371981077, 0.0123281833, -0.0133183207, -0.008264089, -0.00377934868, -0.0338588208, -0.00294452673, -0.0316585153, -0.0185213964, -0.0455851555, -0.0293546654, -0.0117781069, 0.0324868672, 0.0068209474, 0.00481478637, -0.0043326607, 0.0125417421, 0.0193238612, -0.00613173423, -0.0158422012, 0.01183635, 0.0241515897, -0.0129494462, 0.00804405846, -0.0238409583, 0.0181719363, 0.0279309396, -0.00609614095, -0.0176024456, -0.0295617543, 0.0208252463, -0.0196603779, -0.00191879598, -0.0168776382, 0.00639382936, -0.0119140083, 0.0101861209, -0.0257824045, -0.0376122855, -0.0285780877, 0.0303901043, -0.023698587, 0.0032244185, 0.0265848693, 0.000578389154, 0.00709922146, -0.000496282184, 0.00726748025, 0.0374051966, -0.00552988611, -0.0218736269, 0.0338588208, 0.0187025983, 0.0195309483, -0.00609937683, 0.0126258712, 0.00680153305, 0.018443739, 0.0279568247, -0.0187543705, 0.0025352051, -0.00682741916, 0.0238797888, -0.0186767131, 0.00569490902, -0.0210711621, 0.0150656225, -0.0394501872, -0.0176153891, 0.00245107571, 0.0290440358, -0.0116551491, 0.0227019768, 0.0122699402, -0.0103543792, 0.0270508174, -0.00276979664, -0.00208543683, 0.00172465132, -0.0343765393, -0.0121793393, 0.00849706307, -0.0268437285, 0.00524514029, -0.00665268907, 0.0386994928, 0.0132536059, -0.00293481955, -0.00445885491, -0.018948514, -0.0227149203, 0.0302089024, -0.00632911455, 0.0921539813, 0.00113008346, 0.00126517576, -0.00254491228, 0.0296652969, 0.00532603404, -0.0312184542, -0.00325192232, -0.0291216932, -0.021692425, 0.00639382936, 0.0173177, -0.0190391149, 0.0102378931, -0.0109950565, -0.007998758, -0.0104708662, -0.00353666791, -0.0149232494, 0.0142113864, -0.016321091, 0.0266366415, -0.00328266202, -0.00277141435, 0.00307395635, -0.0392172113, 0.00659120968, -0.0218477417, -0.0248375684, 0.00569490902, 0.0466464795, 0.00293320161, -0.000836439722, -0.00865885, 0.0174471289, 0.00467888545, -0.0129882749, 0.0016389041, 0.0132018337, 0.0178613048, 0.0268955, -0.0141725568, 0.00150623871, -0.0430483334, -0.026002435, 0.0111050718, 0.0130918184, 0.00642942265, -0.0105096949, 0.0294582099, 0.00795992929, 0.0150138503, -0.0178742483, 0.0129170883, -0.0169552974, -0.0157645438, -0.0442132, -0.0184566826, -0.047164198, -0.0238280166, -0.0277497377, -0.023375012, 0.0365509614, -0.000933512056, 0.0236597583, -0.0221066, -0.00994020421, 0.011215087, 0.0393984132, -0.0316326283, 0.0365250744, -0.0245657656, 0.0484067239, 0.0188449714, -0.0113186315, 0.00778519921, 0.000115576717, 0.0300018154, 0.00184760964, -0.0251482, 0.00422264542, 0.0325386375, 0.00561077939, -0.00343959546, -0.00620615622, -0.00765576959, -0.0134736365, 0.00711216452, -0.019595664, 0.00873650797, 0.0121534532, 0.0207864176, -0.00369521929, -0.0167352669, -0.00311763911, -0.0213041361, 0.00751339691, 0.0288887192, -0.00513512501, 0.00762341218, 0.01274883, -0.0128653171, -0.0210841056, 0.0186119974, 0.0216406528, 0.015699828, -0.0294840969, 0.0167093799, 0.0138230966, 0.0469053388, -0.0168646965, -0.0216406528, 0.011124487, 0.00729336636, -0.0153244818, 0.0240351036, 0.00647472311, 0.0100437487, 0.0325904116, -0.0057369736, 0.0174989011, 0.032642182, -0.00716393627, -0.0451968685, -0.0358779244, 0.0186378825, 0.0189355724, -0.000216794826, -0.0065426738, 0.00429706741, 0.0374310836, -0.00848412, 0.018443739, 0.0263389535, -0.0218477417, 0.0104967523, 0.00384729914, -0.0240092184, 0.0158939734, 0.0296911839, 0.0077916705, -0.0150267938, -0.0175506733, 0.0190520585, -0.00463682087, 0.00698273489, -0.00375669845, 0.00920245517, 0.0295876395, 0.00807641633, 0.0123022972, -0.041262202, -0.0101408204, -0.000667372136, -0.00714452192, -0.00692449138, -0.0340141356, 0.0420128964, -0.028862834, 0.0238409583, -0.00770107, 0.00344606698, -0.0185472835, -0.024759911, -0.026118923, -0.0104902806, 0.0383112058, -0.00687919091, 0.00988843292, -0.0303642191, -0.0183660816, -0.0203981288, -0.0267919581, 0.0202428121, -0.000211536739, 0.00238797884, 0.00492156623, -0.0104579236, -0.016851753, 0.0104061514, 0.0104902806, -0.00279082893, 0.00706039276, -0.00148682424, -0.0134477504, 0.0182754807, 0.00759752607, -0.0127682444, 0.0224819463, -0.0305713061, 0.016528178, -0.023607986, 0.0212911926, 0.0151562234, 0.0262095239, 0.0125287995, -0.00900183897, -0.0221195444, -0.0251482, -0.0360850133, -0.0351013467, -0.0243457351, 0.00210323348, -0.0122505259, 0.0262871813, -0.0055104713, 0.0477336906, 0.0234656129, -0.0161916614, -0.0392689854, 0.0201522112, 8.44832466e-05, 0.0340400226, -0.0220807139, 0.0146773327, 0.00965545885, -0.00423558848, 0.0162175465, 0.00275038206, -0.00453004101, 0.0122958254, 0.0352307782, 0.0064423657, -0.00564637268, -0.0407185964, -0.0277497377, -0.015169166, -0.00204499, 0.0143537587, 0.00364991883, -0.0594859123, 0.00574991666, -0.0261448082, -0.0155962845, 0.0102637792, 0.00527749769, -0.0083870478, 0.012218168, -0.0430483334, -0.0225725472, 0.0108785704, 0.0175506733, -0.00983018894, -0.0310372524, -0.0180295631, 0.00902772509, -0.0109691713, -0.00813465938, -0.00309498888, -0.00519336853, -0.0356449522, 0.00973958801, 0.0179519057, -0.00645207288, 0.0274391063, -0.0106520681, 0.0230902676, 0.00521601876, 0.0169682391, -0.000747861224, -0.0128912022, 0.0373016521, -0.0291734654, 0.00786285661, 0.00946778618, 0.00199483591, 0.0395278446, 0.0206440445, 0.0151303373, -0.0132665485, -0.00346224569, 0.0205405, 0.0148067633, -0.000276453851, 0.0102573074, 0.0195827205, -0.033729393, 0.0174083, 0.0509953201, -0.0109756421, 0.00676917564, -0.0123152407, 0.0199062955, 0.000795992964, -0.0131565332, 0.0320726894, 0.000996609, -0.0219124556, 0.00241548265, -0.01853434, -0.0195568353, -0.0260412656, 0.00760399736, -0.0221066, -0.0074875108, -0.034350656, -0.000979621429, 0.0257176906, 0.00679506175, 0.00235885708, -0.00326324743, -0.00438443245, -0.0233620685, 0.0114933616, 0.00453651277, -0.0257306341, -0.00917656906, -0.00486008683, -0.0338588208, 0.00783697143, -0.0165152363, -0.0324092098, -0.0438249111, -0.00187673129, 0.00491509447, 0.0337811634, -0.00424529565, -0.019569777, 0.0345836282, 0.0220936574, 0.0130012175, 0.0010152146, 0.000608724251, -0.00205793302, -0.0259636063, -0.0126194, -0.00746809645, -0.0255494323, -0.0372498818, 0.0495715924, -0.0171364974, -0.00294614467, -0.0292252358, -0.0165799502, -0.0286039729, 0.00647472311, 0.0154409688, -0.00395407854, -0.00848412, 0.00234753196, 0.035800267, 0.0286298599, -0.0265589841, 0.0225337185, 0.000903581386, -0.0110921292, -0.0243327916, -0.0116680916, -0.0107556116, -0.00623851363, 0.00509953219, -0.00629352126, -0.00285069016, 0.0354896374, 0.0161528327, -0.0583987, -0.0233620685, -0.0144055309, 0.00580815971, -0.0486914702, 0.0205663871, 0.00979136, 0.0180036779, 0.0500893109, 0.0128912022, -0.0305454191, 0.0121793393, -0.0116939778, -0.0355931818, 0.0126711717, -0.0507882312, 0.00410292298, 0.0234914981, -0.00408027275, -0.0134606939, 0.0136030661, 0.0248763971, -0.030105358, 0.00881416537, 0.0490279868, -0.00267757778, -0.00388612808, 0.00338135217, 0.0244881082, 0.00373728387, 0.0550335273, -0.0133959791, -0.0162693188, -0.0174083, 0.00599259743, -0.00267434213, -0.0148844207, -0.016851753, -0.0258859489, -0.0344541967, -0.0022860528, 0.0119916657, 0.0171623845, -0.0057434449, -0.0224042889, 0.0130012175, -0.0286298599, 0.00614467729, 0.000385255727, -0.0257694628, -0.026351897, -0.0128459027, 0.0183660816, 0.000641890627, 0.00533897709, 0.00286201527, 0.0101343486, 0.00862649269, -0.00239121448, 0.00730630895, 0.030985482, 0.0207217019, -0.0278532822, -0.0280344822, 0.0299759284, -0.0367580466, -0.00863943528, 0.00997256208, 0.00405115122, -0.00920245517, -0.00648443028, 0.010742669, 0.00334899477, -0.00568843726, -0.00827703252, 0.0150656225, -0.011422175, 0.00245592953, 0.0164375771, 0.00250770128, -0.0148714781, -0.0418834649, -0.00397349335, -0.00568843726, 0.0068209474, 0.0054101632, -0.00444591185, -0.021485338, 0.00417734496, -0.00871709362, -0.00770107, -0.00322765438, -0.0209935047, 0.0186508261, -0.0185213964, 0.0198156945, 0.0106520681, -0.00713157887, -0.00416763779, 0.0745515302, -0.0112021444, -0.016644666, 0.0113315741, -0.0171235558, -0.00314999651, 0.029898271, 0.0178742483, 0.00753928255, -0.0163081475, 0.0153503679, -0.000938365643, -0.00406085839, -0.0129300319, -0.00187025988, 0.0191814881, 0.00475007156, 0.00216794829, 0.00692449138, -0.00071631273, -0.000263510883, 0.0253423434, -0.00862649269, -0.0205793288, 0.0219771713, 0.011156844, -0.00778519921, -0.0104902806, -0.00855530612, 0.00323412567, 0.00420970237, -0.0302089024, 0.0290181488, -0.00737749552, 0.0238927305, 0.039579615, 0.0111309579, 0.00439090421, -0.0366027318, -0.018443739, -0.00324706873, -0.0228055213, -0.0210064482, 0.0143278725, -0.0262612961, 0.00686624786, -0.0212523639, 0.00138894294, -0.0223654602, 0.00192203175, -0.00106294174, -0.0210582204, -0.00384729914, 0.00498628104, 0.0103737945, 0.0205663871, -0.00203528279, -0.0165152363, -0.0111180153, 0.0170847271, -0.00516424701, -0.00147145439, 0.0219771713, -0.022339575, -0.0230902676, 0.007998758, -0.0102637792, 0.0135901235, -0.0144443596, 0.0216794815, 0.0121469814, -0.00265816343, 0.00913774, -0.00708627841, -0.00809583068, -0.00869120751, -0.0221324861, -0.0126970578, -0.0137972105, -0.0384406336, -0.0192591455, 0.00428088894, 0.0012012698, 0.00468859263, -0.00609290507, 0.0037599341, 0.00904066768, -0.0132924346, 0.00947425701, 0.00376316975, -0.0150785651, 0.000250972371, -0.00836116169, -0.00062328513, 0.00863943528, 0.00455269124, 0.00376964128, 0.0072480659, 0.0108785704, -0.00765576959, 0.0145479031, -0.00696332054, 0.00988196116, 0.00291055138, -0.0103867371, 3.08912386e-05, -0.00577903818, 0.00102815754, -0.0181978215, 0.0212523639, 0.00183466659, 0.0176024456, -0.00768165523, 0.0125805717, -0.00204337202, 0.0139913559, 0.011538662, 0.00348166027, 0.0325127505, 0.00200292538, 0.000324383291, 0.0191556029, 0.00061155553, -0.0210452769, 0.00607996248, 0.00558812916, -0.00859413482, -0.0195827205, -0.0221842583, 0.0169811826, 0.01274883, 0.0345577411, 0.0455333851, -0.0128653171, -0.00684683351, -0.0133053781, -0.00552988611, 0.0120304944, 0.00207734737, 0.0138878115, -0.00267110649, -0.0166576076, -0.025588261, -0.0313478857, 0.0102378931, 0.0240739323, -0.00239121448, 0.030105358, -0.00984313246, -0.00645854417, 0.0023167925, -0.00229737791, 0.00641971547, 0.00639706524, 0.0267919581, -0.0110597722, -0.0105485246, -0.017589502, -0.00353019638, 0.0324350931, -0.0106908968, -0.00347195286, -0.0128200166, -0.0168905817, 0.00725453719, 0.00485037966, -0.0360591263, -0.0279568247, 0.00170847261, 0.0162175465, 0.0111050718, 0.0142631577, -0.0110274144, -0.0257176906, 0.0195309483, -0.00827056076, 0.019569777, -0.0106585398, 0.03541198, -0.00769459829, -0.0142502151, -0.00883358, -0.0212005917, 0.0167999808, -0.00942895655, 0.0124640847, -0.0392689854, 0.0119593088, -0.00664621731, -0.00464005629, 0.00230708532, 0.00156529096, 0.0214465093, 0.0101537639, -0.00307233864, 0.000382424449, 0.012159925, -0.0149232494, -0.0175118446, 0.0258988924, -0.0376122855, -0.00820584595, 0.00593435392, 0.0222748592, -0.00197542156, 0.0136548383, -0.0067821187, 0.00292511215, -0.00292673, 0.018767314, -0.00462064194, 0.0144443596, 0.0165928937, 0.0171235558, 0.0492609628, -0.00655238098, 0.00153536035, -0.00585022429, 0.0094095422, -0.015169166, 0.0112215588, 0.0331081301, -0.0228055213, 0.00146660081, -0.010004919, -0.0167352669, -0.0247081388, -0.00401555793, 0.0166576076, 0.00456239842, -0.0295358673, 0.00799228717, -0.00834821817, -0.0334446467, -0.0154280253, 0.000374739553, 0.00822526, 0.00154992123, -0.0115904333, 0.0158422012, 0.0122569967, 0.0120304944, -0.0447826907, -0.0104449801, 0.0219771713, -0.00014692299, -0.00378582, 0.00270831748, -0.016554065, 0.01274883, -0.0186767131, 0.00968134496, 0.00222619157, -0.0205146149, 0.00855530612, 0.00911185425, -0.00557195069, -0.0221842583, -0.00948720053, -0.0290958062, -0.0168905817, -0.000355729571, -0.00776578486, -0.0091312686, -0.0208511315, -0.0169682391, -0.0344800837, 0.00498628104, -0.00887888, -0.0204757862, 0.014431417, 0.00737749552, 0.01705884, -0.00231193891, 0.0038440635, -0.000539560278, 0.0265072118, -0.00578227406, -0.0172788706, -0.00329884072, -0.0112927454, 0.0215241667, -0.00668504648, 0.0254070591, -0.0361367837, -0.00427441718, 0.00303350971, -0.00781108532, -0.0155962845, -0.0170717835, 0.0379488021, -0.0133959791, -0.0125223277, 0.0177965909, -0.023607986, 0.0387253799, 0.0256788619, -0.00875592232, -0.0231938101, 0.00880122278, 0.00790168624, 0.0108720986, -0.00226987409, 0.014107842, -0.00232811761, -0.0142890438, -0.0154539114, -0.0138101541, 0.028371, 0.013221249, -0.00139056088, -0.00443620468, 0.00678859, -0.0477595776, -0.0235173851, -0.0191297159, 0.00657503121, -0.012101681, 0.00695037749, -0.0125482138, -0.0139395837, -0.0464652777, 0.0302347895, 3.20540858e-05, -0.0167093799, -0.0213170797, -0.0206181593, -0.00236047502, 0.00416116649, -0.0112992171, 0.00278273947, -0.00957133, -0.00980430283, 0.0499339961, -0.00522572594, 0.0271284748, -0.0355672948, 0.00919598341, 0.0177318752, -0.0100502195, 0.00454945536, 0.00783697143, -0.0107103111, -0.0025190264, 0.014754991, -0.00161787181, -0.00572079467, -0.000358358608, -0.0228314064, 0.00168420456, -0.000306991191, 0.00333605171, 0.00994667597, -0.0287334044, 0.00106779544, -0.00375022693, -0.0169811826, -0.0154280253, -0.00841940474, 0.00761694042, 0.00319691468, -0.0132277198, 0.0117845787, 0.0112603875, 0.00168582238, -0.0201910399, -0.0391395539, 0.0148197059, 0.00739043858, 0.0171623845, 0.0159069151, -0.000663327461, 0.0101019917, -0.00296232337, 0.0114674754, 0.0186767131, 0.0195438918, -0.0156221706, 0.0163728632, -0.0256270897, -0.0282933433, -0.0167482086, 0.00511571066, -0.0208252463, -0.0229608361, -0.020333413, -0.0117586926, -0.00695037749, 0.0190132298, 0.0289146043, 0.000335101708, -0.00722865108, 0.00975253154, 0.000334899465, -0.0116292629, 0.000927849498, -0.023698587, -0.0282933433, -0.00351401768, -0.0186508261, -0.00328913331, -0.010626182, 0.0012991511, 0.00398320053, 0.00150462077, -0.00595053239, 0.000783049967, -0.0339364782, 0.0149361929, -0.0115904333, -0.00969428755, 0.00819290336, -0.0394243, -0.0210323334, -0.00717040803, -0.0267401859, 0.000823092298, -0.00163162372, 0.0307783931, -0.0111115435, -0.0300018154, 0.0309337098, -0.0143796448, -0.0159328021, 0.00909244, -0.00652002357, 0.0126970578, -0.00620615622, 0.0019835108, 0.00483096531, 0.00514806807, -0.00738396682, 0.00684683351, 0.011156844, -0.000774960616, 0.00208381889, 0.00307395635, -0.0185990538, -0.0118428217, 0.00231517456, -0.0164375771, 0.00549752824, -0.023077324, -0.0115580764, 0.0166317225, -0.00582110276, -0.0114157032, 0.0199710093, -0.0121081527, 0.00309013529, 0.0151821095, -0.00485037966, -0.0122440541, 0.0284486581, -0.0104514519, 0.00859413482, -0.00284745451, -0.0209158473, 0.0166834947, -0.00686624786, -0.00844529085, 0.019802751, 0.000725211052, 0.0110533, 0.00797934365, -0.00548458565, -0.0170717835, 0.00918951165, 0.00635823607, -0.00221486646, 0.00628381409, -0.0417540371, 0.00798581541, 0.0145349605, 0.00707333582, -0.00608319789, -0.0248763971, 5.01540271e-05, -0.0161010604, -0.005843753, 0.0169423539, 0.0198804084, 0.0146255614, -0.00215824111, -0.00190099934, 0.0556030199, 0.011952837, -0.000418624346, -0.0107620833, -0.00498304516, -0.0133830355, -0.0173435863, 0.0195309483, 0.0174859595, 0.0089306524, 0.0174212437, -0.00928011257, 0.00459475582, -0.0104838097, 0.0153633105, 0.00969428755, 0.000503562624, -0.00199645385, 0.00615114858, 0.0104385093, 0.00380199868, 0.00260639144, 0.00786932837, 0.00361109, 0.0068533048, -0.0058761104, -0.0160104595, -0.0303901043, 0.0185731687, 0.00116324984, 0.00593435392, -0.0185861122, -0.00373728387, 0.0258341767, 0.00742279598, 0.0191167742, -0.000349258073, 0.0106844259, -0.0112992171, -0.00421293825, -0.0143537587, 0.0164634641, 0.00645207288, 0.0116810342, -0.0209676195, -0.0154150827, 0.0227278639, -0.00161140028, -0.00585022429, 0.024759911, -0.0217959695, 0.0181719363, -0.0037437554, 0.0137583818, -0.00614144141, -0.026533097, 0.0190779436, -0.00673034694, -0.00608643377, -0.00500893127, -0.0108203264, 0.000936747761, -0.0028361294, 0.0161528327, -0.010626182, -0.0107297255, -0.0178224761, -0.0264295544, 0.0188190844, -0.0171364974, -0.0212523639, -0.00720276544, -0.00774637051, -0.0260671508, -0.000955353316, -0.0130076893, 0.0134089217, 0.00395084312, 0.00525161205, -0.0285780877, -0.00161059143, 0.00929305609, -0.00388612808, -0.00612526294, 0.0083870478, -0.0276203081, 0.0317102894, 0.0210323334, -0.00648443028, 0.0270249303, -0.00131856557, -0.0144184735, -0.00492480164, 2.75796592e-05, 0.00457534147, 0.0183790233, 0.00641647959, -0.00143990596, 0.00700214924, -0.0102961361, 0.0368098207, -0.00572726643, 0.00235562143, 4.42639612e-05, -0.000213761319, -0.00524190487, -0.00181201648, -0.0168776382, 0.00408027275, -0.0117910495, 0.00357226096, -0.0340917967, -0.00244784, 0.0077204844, 0.00706039276, -0.0124187842, 0.0176412743, 0.0103802653, 0.0141207855, -0.0171494409, -0.0215241667, -0.00931894127, -0.00673681824, -0.000409321568, -0.000196470311, 0.0043261894, -0.0229220074, 0.00358843966, -0.0038440635, -0.00230384944, -0.00759105477, 0.0143796448, 0.0106779542, -0.0101602348, 0.00267919572, 5.16644604e-06, -0.00237988937, -0.00965545885, -0.0085035339, 0.0218477417, 0.0119334226, -0.00596671132, 0.000994991162, -0.00825114641, -0.0186378825, 0.00979136, -0.0116745634, 0.0255364887, -0.00379552739, -0.00131371187, 0.0193109177, 0.00718335109, 0.00655561639, 0.00312249269, 0.0193368047, -0.000611151103, 0.0128006022, -0.019479176, -0.0399161354, 0.0275167637, 0.00220030569, -0.00878828, -0.0438249111, 0.00367580471, 0.010742669, -0.00713805063, -0.0120046092, -0.0128459027, 0.0146514475, -0.0237115286, 0.000625711924, -0.00168744032, -0.00271317107, -0.0164764058, 0.000346022338, -0.00992726162, 0.00231517456, 0.00958427228, -0.015790429, 0.0237244722, 0.0155703984, -0.0121663958, 0.00390554266, -0.0285263155, 0.0232196972, -0.00412880909, -0.0012595132, -0.00147630798, -0.0205534436, 0.000393951777, 0.0195050631, 0.0158551447, -0.00578227406, 0.00553959329, 0.00905361, 0.00286201527, 0.00148439745, 0.00921539776, -0.0207993593, 0.00420970237, 0.0110533, 0.0129882749, 0.00729336636, 0.0226631481, 0.00973958801, -0.00837410428, 0.0205793288, -0.0089694811, 0.0223913454, 0.0029380552, -0.0283451136, 0.020424014, 0.0141855, 0.00690507703, 0.00408998, 0.00291216932, 0.0230255518, -0.0151432799, -0.0136807244, -0.0134995226, -0.0127229439, -0.00243651494, 0.024734024, 0.016023403, -0.00445238315, 0.0166317225, 0.00197380362, 0.0171235558, -0.00454945536, -0.00209837966, 0.0104449801, 0.00749398209, 0.00455592712, 0.00569490902, -0.00805053, 0.00618027057, 0.0218995139, -0.00096425158, -0.00343959546, 0.0106326537, -0.0160881169, 0.00592141086, -0.0296135265, -0.013900755, -0.00489568, -0.0132471342, 0.0302606747, 0.00504452456, 0.00233135326, -1.64694302e-05, -0.0247210823, 0.00952602923, 0.00361109, -0.000881740125, -0.0177448187, -0.0111115435, 0.00180878071, -0.0208252463, -0.00381494174, -0.0104126232, 0.00877533667, 0.0160104595, -0.0142631577, 0.0162304901, 0.0280603692, -0.0174341872, -0.00593111804, 0.00990137551, -0.0169811826, 0.0116680916, -0.00840646215, 0.000726019964, 0.0194144621, 0.0356708393, -0.00299791642, 0.0179777909, 0.0101602348, -0.0169811826, 0.0110274144, 0.0281121414, 0.00486979401, 0.000696898263, -0.000105667255, -0.00978488848, -0.00648766616, 0.00174730155, 0.0047047711, 0.0180813354, 0.0310890246, 0.00285877939, 0.0270249303, -0.00404467946, 0.00312087475, -0.02715436, 0.0110662431, 0.0178613048, -0.0284745432, -0.00948720053, 0.0212911926, 0.0132018337, 0.0179260205, 0.0113251023, -0.00849706307, 0.00985607505, 0.0109821139, 0.00855530612, 0.0103996797, 0.0259247776, -0.0284745432, 0.0164246354, -0.00304968841, -0.00117619277, -0.00663974602, -0.00645207288, 0.0148197059, -0.001553157, 0.00540692778, -0.0234526694, -0.0339623652, 0.0112021444, -0.00158794119, 0.00412557321, -0.0346095152, -0.0253682304, -0.0206052158, -0.0015458765, -0.00403497228, -0.018236652, 0.00903419591, -0.0109173991, 0.00259668427, -0.00851000566, 0.00385700632, -0.00236047502, 0.0120952101, -0.00612849835, 0.00064998, 0.0202428121, 0.000221243972, 0.0327974968, -0.0044653262, -0.00300277, -0.00580815971, 0.00655561639, 0.00276170718, -0.00768165523, -0.0131306481, -0.00317750033, 0.000990946544, 4.26713705e-05, -4.35055845e-05, -0.00749398209, 0.00489244424, -0.0035269605, -0.00267110649, -0.00805700198, -0.0019139424, 0.0100890491, 0.00481478637, -0.00366933318, -0.00965545885, 0.00262904167, -0.010328494, 0.00445561903, -0.00981077459, 0.0132341916, 0.0136160096, -0.0026889029, -0.00234267837, 0.0112474449, 0.00900831074, -0.00492480164, 0.00109044556, -0.011803993, -0.00676917564, 0.00332958018, -0.00525808334, 0.00188482064, 0.0188838, -0.00225369539, -0.000483339216, -0.0161657743, 0.00653296662, 0.00343959546, -0.0122440541, 0.0172400419, 0.00143909699, 0.017589502, 0.0139913559, -0.0043650181, 0.000278273947, 0.000989328604, 0.0107361972, -0.00633235043, -0.00617379881, -0.00448797643, 0.00623851363, 0.0184566826, -0.00146255607, -0.00918951165, -0.01431493, -0.00921539776, -0.00351725332, -0.00555577176, 0.00969428755, 0.0432554223, -0.00594729697, 0.000152787776, -0.0157257132, -0.0032875156, -0.000878504419, 0.0239703897, 0.00784991402, -0.028862834, 0.0026889029, -0.00679506175, 0.00370816211, -0.00735160941, -0.0102184787, 0.0150267938, -0.00625145668, 0.0152338808, 0.0101278778, 0.00109125453, -0.0175636169, 0.00624174951, 0.0101602348, 0.0107620833, 0.00613820553, -0.00203366484, -0.00166479009, -0.0169552974, 0.00859413482, 0.0123540694, 0.00782402791, 0.0130594615, 0.00243004342, -0.00811524503, 0.0107879695, 0.00128620805, -0.00351725332, 0.0111827301, 0.0169941261, 0.00825114641, 0.0182754807, -0.00540692778, 0.0101472922, 0.0167870373, -0.00876886491, -0.0221324861, -0.00229252432, 0.0131241763, -0.0248763971, 0.00328589766, -0.024734024, -0.0217183121, -0.0105873533, -0.0077204844, -0.032020919, -0.0158680864, -0.00458828453, -0.00396702159, -0.0357226096, -0.0249928832, -0.00483096531, -0.00361432554, -0.0091700973, 0.00899536721, 0.0166576076, 0.0130724041, -0.00354637508, 0.0147938197, 0.0141725568, -0.0133053781, -9.38871235e-05, -0.0175636169, 0.0132924346, -0.0102767218, -0.00694390573, 0.0075198682, 0.00617379881, 0.0140172411, 0.000131452092, 0.00860060658, -0.00806994457, -0.00320338621, 0.0334446467, 0.00501540257, -0.0160881169, 0.0219383426, 0.00169067609, -0.00592464674, -0.0049312734, 0.0165411215, -0.00682741916, -0.00708627841, 0.00179260201, -0.00630322844, -0.00894359499, 0.0193756334, 0.01201108, -0.00714452192, 0.00329075125, 0.00969428755, -0.0215241667, 0.0191556029, -0.0126388147, -0.011480418, -0.00629028585, 0.0169552974, -0.00492803752, 0.0186119974, 0.00167935097, -0.0187932, -0.0133442068, 0.0349460319, -0.0108267982, -0.000885784801, 0.00687271962, 0.0168129243, -0.0173694715, -0.0179260205, -0.0096360445, -0.00593759, -0.0135901235, 0.0193626899, -0.00092865841, 0.0114157032, 0.00985607505, -0.0194015186, 0.012218168, 0.00691154832, 0.0167611521, -0.0122958254, -0.0091312686, -0.00763635477, 0.0140301846, 0.0204110704, 0.0275426507, -0.000898727798, -0.0077528418, 0.0182237085, -0.0231290963, 0.0115904333, -0.00323897949, -0.00884652324, 0.0281121414, -0.0209417325, 0.00352048897, 0.0162822623, 0.0102573074, -0.00102087716, -0.0186119974, 0.00262742373, -0.0232196972, 0.00653620204, 0.0074810395, -0.0040317364, -0.00147145439, 0.00988196116, 0.0235044416, -0.0146643901, -0.013900755, 0.0186896548, -0.015052679, 0.00257888762, 0.0121663958, -0.000972341, -0.0100502195, 0.00737749552, 0.0352307782, -0.00937718526, 0.0252258573, 0.0279827118, -0.0261577517, 0.000617218087, -0.0376122855, -0.0212911926, -0.012218168, -0.0067756474, -0.00539074885, 0.00481802225, -0.0223784037, -0.0168129243, -0.00718982238, 0.00525808334, 0.00920245517, -0.00652649486, 0.0113704028, -0.0178224761, -0.00331340148, -0.0183660816, -0.00479537202, 0.00874945056, -0.0043261894, 0.0146514475, 0.0115645481, -0.00434560375, -0.00825114641, 0.00676917564, 0.00051852793, -0.000625711924, -0.00355284661, -0.00632911455, 0.0123087689, -0.00616732752, -0.0137842679, -0.0138489828, -0.00691802, -0.0214206222, -0.0240092184, -0.00749398209, 0.00944837183, 0.00755222561, -0.0345836282, -0.0180683918, 0.00970075931, 0.00370492646, 0.0293028951, -0.00888535194, 0.03411768, -0.0165152363, -0.0008566631, -0.00999844819, 0.0276720803, -0.0162693188, -0.00114221754, 0.00993373338, 0.00310469605, -0.0183143094, -0.0143796448, 0.0255753174, 0.000832395046, -0.00917656906, 0.0222619157, 0.0278015099, -0.0424788408, -0.00321147568, -0.00507041, 0.0288887192, 0.00247210823, -0.00874945056, 0.00337811629, -0.00145851145, 0.0106132394, 0.00297526619, -0.0318397172, 0.0128459027, 0.0140948994, 0.0104255658, -0.0417540371, 0.00358196814, -0.0056043081, 0.0180554502, -0.00911832601, 0.0233102981, -0.0355414078, 0.00894359499, -0.0111892018, 0.00497010211, -0.00767518394, -0.0114674754, 0.0034266524, 0.0252258573, 0.00337811629, -0.00224722386, 0.00567225879, -0.0108397407, -0.0078305, -0.0118428217, -0.00286363321, 0.0040932158, 0.00836763345, -0.000132665489, 0.00324545079, -0.00275038206, 0.0163081475, 0.010800912, 0.00187996705, 0.0209417325, 0.0268178433, 0.00908596814, 0.00388936396, 0.0265072118, -1.44597298e-05, 0.0136807244, -0.00159683952, -0.0246563666, 0.0119010648, -0.00985607505, -0.00773989875, -0.00338458782, 0.00944837183, 0.0140560707, 0.0185084529, -0.00770107, 0.0103414366, -0.0124899708, -0.00559783634, -0.0165022928, -0.00215500523, 0.0060087759, 0.00565931574, -0.00421617413, -0.00915068295, 0.0137842679, -0.00492480164, -0.026002435, 0.0109173991, -2.78577299e-05, -0.0117069203, -0.0270767026, 0.030985482, -0.0251999721, -0.0276979655, -0.00649413746, -0.00021234568, -0.00579845253, -0.0109044565, -0.00581786688, 0.00658473838, 0.0118881222, 0.0124576129, 0.010477338, -0.0103673227, 0.00938365702, 0.0128135448, -0.0056366655, 0.00195762492, 0.0133442068, 0.00952602923, 0.0077528418, 7.85679e-05, 0.0101537639, 0.00232811761, -0.0210582204, -0.00195115339, 0.0156739429, -0.00355931791, 0.00315485, 0.0233361833, -0.000201222807, -0.00916362554, -0.00188158487, 0.023167925, 0.00659444556, 0.00138166256, 0.00455269124, -0.00977841765, -0.0104967523, 0.00648443028, 0.00497333799, 0.00700862054, -0.0195180047, 0.0141596142, -0.00567225879, 0.015492741, 0.016851753, 0.0103996797, 0.0305971913, 0.000524594914, 0.0146773327, -0.0217441972, -0.00565931574, -0.0186249409, 0.0062093921, -0.0175247882, -0.00471447827, 0.00463034911, -0.0194532908, 0.01274883, 0.00607996248, -0.009208926, 0.0161398891, 0.00866532139, -0.0214335658, 0.00617056293, 0.0149232494, -0.00635176478, -0.0105549954, -0.00856824871, 0.01431493, 0.0231808666, 0.00204337202, 0.0167870373, 0.0207475889, 0.016851753, 0.00442002574, -0.00990784727, 0.0114545329, 0.0153633105, 0.00523866899, 0.0129429745, 0.00216794829, 0.00572726643, 0.00454622, 0.00248019747, 0.0222878028, -0.00355608226, 0.00383112044, -0.0103090797, -0.0218736269, 0.00330531225, 0.004604463, -0.0091700973, 0.0078758, -0.00434883963, 0.0141855, 0.0125093851, 0.0340400226, -0.010891513, 0.00888535194, -0.00624498539, -0.0177448187, 0.01431493, -0.014107842, -0.00718335109, 0.0106650107, 0.00973958801, -0.0256012045, 0.00367904059, 0.00900831074, 0.0103543792, -0.0194144621, 0.00953250099, 0.00720923673, 0.0241386481, -0.00476948591, 0.0173177, -0.0152727095, -0.00968134496, 0.000664945343, 0.00157661608, 0.0089306524, -0.00691802, -0.00425500283, -0.0135642374, -0.0108526843, 0.00601201179, -0.00132261019, -0.00817348808, -0.00489568, -0.000463924749, -0.00468859263, 0.0190132298, -0.000339955324, -0.000351684896, 0.00946131442, -0.0300794728, -0.00770754134, -0.00134283362, 0.0268178433, 0.00068071956, -0.000725211052, -0.00691154832, 0.00599259743, 0.0158033725, -0.00183304877, 0.0017181799, 0.00289113703, 0.0190391149, -0.00769459829, 0.0175377298, 0.0164505206, -0.000743412122, -0.00183790235, -0.0205663871, 0.0279050525, 0.0196344927, -0.000855854189, 0.00490862317, -0.0113056879, 0.000684359809, -0.00184922747, 0.000677888282, 0.0103220223, 0.0278015099, 0.0114674754, 1.05477657e-05, 0.0193885751, -0.0128717879, 0.00740338163, -0.0455074981, 0.00939012785, 0.00990137551, -0.00224560616, 0.00110743323, 0.000936747761, 0.010004919, 0.00729336636, -0.0215241667, 0.000585265108, 0.0123087689, 0.0153891966, 0.0224172324, 0.00548458565, -0.00134445145, -0.00280700764, -0.0189355724, -0.00786932837, -0.00986901857, -0.0158163141, -0.0105161667, 0.0105614671, -0.0155056836, 0.00270993519, -0.0128135448, -0.0110533, -0.00217118394, 0.0151173947, -0.0172012132, -0.00357226096, 0.00700214924, 8.46349212e-05, -0.0249928832, -0.0114092324, 0.023167925, 0.0190391149, -0.00808288716, -0.00625145668, 0.00761046913, 0.009208926, 0.00453004101, -0.0131112328, 0.00263389526, -0.0221713148, -0.000693662558, 0.000161888296, -0.000542391499, 0.0012781187, 0.00122392, -0.00392495701, 0.0125093851, 0.021485338, -0.00830291864, -0.0166834947, 0.00948720053, -0.0114415893, 0.0218995139, -0.0189355724, 0.0250964276, 0.00805700198, 0.0047371285, -0.00033166373, -0.00647795899, -0.00331663713, -0.00605084049, 0.00491185905, 0.00166479009, 0.0159198586, 0.00772695569, 0.00960368756, 0.00154668547, 0.0153115392, 0.0042323526, 0.00343635981, 0.00292673, -0.00292834803, -0.00774637051, 0.00717687933, -0.022546662, 0.0050380528, -0.0153503679, -0.0119657796, 0.017680103, 0.000807722507, 0.00267434213, 0.0041935239, 0.0163081475, -0.00786285661, 0.0165022928, -0.0040932158, -0.0165670067, -0.00514483219, -0.0235173851, 0.0293028951, -0.00344606698, 0.00378258433, -0.0216794815, 0.0209287908, 0.0302089024, 0.00263713114, 0.0186378825, -0.00639382936, 0.00933835655, 0.00488273706, -0.0118622361, 0.0136030661, 0.00579845253, 0.00470153568, 0.0114933616, 0.0117392782, -0.0288110618, 0.00348813157, 0.00577256689, 0.0111439014, 0.025264686, -0.0213559084, -0.00792110059, 0.00393466419, 0.0303642191, -0.00394113595, -0.00244460441, -0.00627734279, -0.0249411128, -0.00426471, 0.00462711323, -0.019595664, -0.0142372716, -0.0128394309, 0.000247938849, -0.011273331, 0.00828997511, -0.0124899708, 0.00975900237, -0.00502187433, 0.0250446554, -0.00592141086, 0.0179260205, -0.0103349648, 0.0180554502, -0.000764444412, -0.00187025988, 0.0351531208, -0.0181331076, -0.00689860526, 0.00283451146, 0.00110177067, 0.0131371189, 0.0132341916, 0.0134089217, 0.000726828934, -0.00181848789, -0.00857472047, 0.00733219506, -0.0210452769, -0.0181072205, 0.00553312153, -0.0167740956, -0.00354637508, -0.0202169269, -0.0168905817, 0.0171106122, 0.0135901235, -0.000265128736, 0.0117263347, -0.0324350931, -0.00369521929, -0.0118492935, 0.000870415068, -0.00463034911, 0.000661709579, 0.0040996871, 0.0279309396, -0.000375750737, 0.0170070678, -0.021485338, 0.000796397391, 0.0164505206, -0.00553635741, 0.00187834923, 0.0122958254, -0.00446856208, -0.00500245951, -0.00750692515, -0.0183660816, 0.0158033725, -0.00805053, -0.00597318262, 0.0162304901, 0.0040996871, 0.0176542178, -0.0130853476, -0.00162919692, -0.0255106036, 0.00492480164, 0.00412557321, 0.0137324957, -0.0218477417, 0.0140819559, -0.0124511411, 0.00781108532, -0.00157661608, -0.0222748592, 0.0225725472, -0.000280094071, -0.0116227912, 0.0256270897, -0.0112345023, -0.0166187789, 0.00600554, -0.0131953629, 0.00867179316, 0.0228702351, 0.00286201527, 0.0275167637, 0.0156221706, -0.0213947371, 0.0145867327, 0.00300600589, -0.00981724635, 0.0105614671, -0.00610261271, -0.0159198586, 0.00418381672, -0.00138408935, -0.00163405051, 0.00421617413, -0.0115516046, -0.00430677459, 0.00195277133, 0.000616004691, 0.0119916657, -0.00715099322, -0.0141855, 0.00158308761, 0.0104126232, -0.00863943528, -0.0354378633, -0.0070150923, -0.0146902762, 0.0204757862, 0.00476948591, 0.0171623845, 0.0125870425, -0.0125417421, -0.017680103, -0.00212911936, -0.0187284835, -0.00917656906, 0.00410939427, 0.00669798953, -0.00573373772, -0.0160104595, -0.0123281833, -0.0199968964, 0.0074875108, 0.0170976687, 0.0165799502, -0.00219059852, -0.000428736035, 0.00593759, 0.00464329217, 0.0298206136, -0.00093593885, -0.0180554502, -0.00939012785, -0.0100308051, 0.00974606, -0.00369521929, -0.0280344822, 0.0192203168, 0.00999197643, -0.0151562234, -0.010742669, -0.00111471373, -0.00119479839, -0.0178483613, -0.0217053685, -0.0181460511, 0.00167773303, -0.000164011755, -0.044032, 0.00038202, -0.00925422646, 0.00534221297, 0.0034040024, -0.000782241, -0.0152856531, -0.0129041458, -0.0162175465, -0.00714452192, 0.0107167829, -0.0138878115, 0.00577903818, -0.0124770273, -0.00216471241, -0.0272061322, -0.00435854681, -0.00360138272, 0.0174600724, 0.0224301741, -0.00647472311, -0.0150397364, -0.00622233516, 0.015052679, -0.010535581, -0.0153503679, 0.0132536059, 0.023582099, 0.00908596814, -0.0123928981, 0.000916524383, 4.9597882e-05, -0.00227796356, 0.00970723107, -0.0192203168, 0.0310890246, -0.0126776434, -0.0106455963, -0.0238539018, -0.00602495484, -0.00629028585, -0.00415793061, -0.02715436, 0.00609614095, -0.0158680864, -0.0236856434, -0.0197121501, 0.0325127505, -0.00302865612, 0.00671093212, 0.0205016714, -0.00304321689, 0.00881416537, 0.0180813354, -0.0277497377, -0.00331663713, 0.00118751789, 0.020656988, -0.0162175465, -0.00633882172, -0.0185084529, -9.31793038e-05, 0.0255623739, -0.00990784727, -0.00226178486, 0.0148197059, 0.00950661488, -0.0157386567, 0.00327942614, -0.00496686669, -0.0118751796, -0.0116227912, 0.0123475976, -0.00717040803, -0.0179907344, -0.0206958167, 0.00175700884, -0.00638735807, -0.00567873, 0.00225693127, -0.00108397414, 0.00843234826, 0.00471124286, -0.0197121501, -0.0166058373, -0.00322765438, -0.0228831787, 0.00488920882, 0.0237244722, 0.00227796356, -0.00740338163, -0.00870415, 0.020100439, -0.0163081475, 0.00201425049, -0.0137972105, 0.0115904333, 0.00189452793, 0.0172012132, 0.0281897988, 0.000872841862, 0.00805700198, 0.0343247689, 0.00239121448, -0.00313381781, 0.00687919091, -0.00633235043, 0.00862002093, -0.0150785651, 0.0170847271, -0.0139913559, 0.0106973685, 0.00373404822, -0.0127164721, -0.0174600724, -0.0127617726, -0.0149361929, 0.00964251626, 0.0060152472, 0.0182754807, -0.00819290336, 0.000556547893, -0.00284098298, -0.0167223234, 0.0332634449, 0.00469506392, 0.0280344822, 0.00717040803, -0.00783697143, -0.00111956731, 0.0115969051, 0.00605084049, -0.0107167829, 0.0162693188, 0.0007345138, 0.0127100013, 0.0143667022, -0.0204499, 0.0199968964, -0.0136807244, -0.00746162469, -0.0101214061, -0.0248763971, -0.00566255115, 0.00862002093, -0.00285392581, 0.018236652, 0.0147679336, 0.0100696338, 0.00557842199, 0.008852995, -0.0145479031, 0.0128588453, 0.0200486667, -0.0134477504, -0.00695037749, 0.00534221297, -0.00330531225, -0.000600634899, -0.00524190487, 0.00665268907, 0.016528178, -0.00267110649, -0.00773342745, -0.002752, -0.0207993593, -0.025588261, -0.00884005148, 0.00778519921, -0.00147388119, -0.015259767, 0.00316617521, 0.0206699297, 0.0162693188, 0.00663327426, 0.0277756229, -0.0103996797, 0.00740338163, 0.0096748732, 0.00919598341, -0.0114674754, -0.017680103, -0.0162952058, -0.000303553214, 0.00618350599, 0.00569490902, 0.0141337281, -0.0186249409, -0.0143408161, -0.0112539167, 0.0167482086, 0.00776578486, 0.000575557875, -0.00631617149, -0.0157386567, 0.00497010211, -0.000820261, -0.0265848693, -0.00452033384, -0.01770599, -0.00143262546, -0.0101667065, -0.0184955113, -0.0038440635, -0.0124899708, -0.0308819376, -0.00209514401, -0.0106779542, 0.00858766399, -0.0201910399, 0.00374699105, 0.000979621429, 0.00412233733, 0.00602495484, 0.00952602923, 0.0213300213, 0.000838057604, -0.00675623259, 0.00311440323, 0.00124980602, -0.00657179533, -0.00821231771, 0.00611879118, -0.0115451338, -0.0147808772, 0.0014504221, 0.00641647959, -0.00101925922, 0.0331340134, 0.00740985293, 0.0140301846, 0.0104708662, 0.0122699402, 0.00795345753, 0.00250770128, 0.0217441972, 0.0145090744, 0.00242357189, 2.11208117e-05, 0.0151562234, 0.0176671594, 0.00717687933, 0.0101667065, 0.0189355724, 0.0255106036, 0.0142890438, 0.0181848798, -0.0068209474, -0.0140431272, 0.00324383308, 0.0175506733, 0.00073532277, 0.0249152258, 0.00727395155, -0.0060702553, -0.00123767194, 0.0275944211, 0.0162304901, -0.0132924346, 0.00457534147, 0.000659687212, -0.0107814977, -0.00333605171, 0.0190391149, -0.0225725472, -0.00456887, -0.0220807139, 0.0201910399, 0.0131371189, 0.00283289352, -0.0230643805, -0.00619321316, 0.0235950425, -0.00128216343, -0.0335740745, 0.0269472729, -0.0041320445, -0.00836116169, -0.00410292298, 0.0169035252, -0.000214772488, 0.0227149203, 0.0161657743, 0.00614144141, -0.0289404914, 0.000467564969, 0.0112280305, 0.0209805612, 0.00819937419, -0.0218865704, 0.0212523639, -0.00286686886, 0.00858119223, 0.00682741916, -0.0125029134, -0.000425904756, 0.0197121501, -0.0149491355, -0.00313058193, 0.000550076424, 0.00834821817, 0.00032357435, -0.00359814684, -0.00539398473, -0.00717687933, 0.0125417421, 0.0160492882, 0.026442498, -0.0093966, -0.0051707183, -0.00697626313, -0.00942895655, 0.00268728519, 0.0170070678, 0.00520307571, -0.0286298599, -0.0127358874, 0.0075198682, -0.0174471289, -0.0131888911, -0.016851753, -0.0077593131, -0.00868473575, 0.00781108532, 0.0260153785, 0.010477338, -0.0198286362, 0.0250187702] |
14 Mar, 2024 | How to create a new request in Postman?
14 Mar, 2024
Postman is a development tool that is used for testing web APIs i.e. Application Programming Interfaces. It allows you to test the functionality of any application's APIs. Almost every developer uses Postman for testing purposes. We can create any type of HTTP request in it such as GET, POST, PUT, DELETE, PATCH, etc.
PrerequisitesKnowledge of APIsKnowledge of HTTP requestsSteps to Create a new Request in PostmanHTTP Request is a way to fetch data from the respective database. Postman supports a large number of different types of requests. In order to create a new request in Postman follow the steps given below:-
Step 1: Open the Postman Application or use web version. If you have not installed the Postman application in your system then, refer to How to Download and Install Postman on Windows? article.
Step 2: Create a new Workspace. Now, Click on "Workspaces", as shown below. then Select "Create Workspace".
Postman 1Now, select "Blank Workspace" and click "next".
Postman2After that, give your workspace some name. for example: "My workshop", etc.
Postman3Step 3: Click on the NEW option
After that you need click on "New" option as shown below and select the request type such as HTTP, GraphQL, gRPC, WebSocket, etc. In this example, Select "HTTP".
Step 4: Click on the Save option
Now, click on "Save" option as shown below and give your "request" some meaningful name and also give some name to your "collection". and click on "save".
In the example as shown below, request name is "Get Users" and collection name is "Users".
Step 5: Select Request type and add API URL
Finally, select the request type from dropdown and add the API endpoint from where you want to fetch data, put data, post data, delete data, etc.
In the example below, request type is "GET" and API is "https://engineering-task-dataneuron.onrender.com/add".
PostmanOutput: Now, click on the "Send" Button then, you will get your response.
Output
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman? | https://www.geeksforgeeks.org/how-to-create-a-new-request-in-postman?ref=asr10 | CSS | How to create a new request in Postman? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0454996787, 0.0276910942, -0.0167049542, 0.0415617228, 0.0127042923, -0.00116633682, 0.00442706328, 0.0259854831, -0.000663902785, 0.0140211247, 0.056234993, -0.0103402659, -0.0130178239, -0.026110895, 0.0099264048, -0.00669703074, -0.073190771, -0.0217841621, -0.0222732704, -0.0117135337, -0.0433175, 0.0424396098, -0.0187868029, -0.00656534778, 0.00473432429, 0.00934950635, 0.0159650184, 0.00164133694, -0.0109986821, 0.0266877934, 0.0110990116, 0.0369465426, 0.0221854821, 0.00544604054, 0.0180970337, -0.00382821844, 0.0272396095, -0.0246561095, -0.0176455472, 0.004561882, 0.00986369792, -0.0233643614, 0.0249069352, -0.0428910963, -0.0206805319, -0.0339366384, 0.0175075941, -0.036695715, 0.0185359772, 0.0101960413, 0.00768779032, -0.043066673, -0.0175703, -0.000972731214, 0.00451798737, -0.00471551251, 0.0368712954, -0.0146732703, -0.0330838338, -0.0439194813, 0.0259102359, -0.0350653529, 0.00482524838, -0.00129331707, 0.00675346656, 0.0421135388, -0.0141339963, 0.00356171676, 0.0040727728, 0.00673465477, -0.0141841611, 0.0313029774, -0.0163663402, 0.0467287228, -0.0199280567, 0.0300990157, 0.044772286, 0.00958152, 0.0106537975, 0.0205300357, -0.0404330119, -0.0150745902, 0.0185359772, -0.0129927415, 0.016692413, -0.0150118843, -0.0262613911, -0.0521716252, 0.0546798781, -0.00467788847, 0.00923663564, 0.017633006, 0.00442706328, -0.0181471985, 0.0012031768, 0.00218688161, 0.0083524771, 0.0181471985, -0.00408844976, 0.00384389516, 0.0469795465, -0.00169777253, 0.0361689851, -0.0338864736, 0.00350528117, -0.0326323472, 0.0367207974, -0.000206146899, -0.055683177, -0.033134, 0.00920528173, 0.0198653508, -0.00241889479, 0.022662051, 0.0364448912, -0.023539938, -0.0190501679, -0.0328831747, -0.0180719495, 0.00865973718, 0.0350402705, 0.0181095749, 0.0264369678, 0.0253960434, -0.0283934046, 0.00877887942, -0.00501023186, 0.0236277264, -0.0240666717, 0.0155260749, 0.0215458777, -0.000554558705, 0.00665940717, 0.00310552865, 0.0197650194, 0.0208310261, -0.0154508278, 0.0530746, -0.0323313586, 0.00907359924, -0.0586429164, -0.0573386252, -0.00150259922, -0.0377241, 0.0361689851, -0.00236402685, 0.00104797876, 0.0351656824, 0.0112808598, 0.0241920836, -0.0310270675, -0.0104280543, 0.0370970368, -0.0242673308, 0.0353663415, -0.0574389547, -0.00652772374, -0.0397808664, -0.0120709594, 0.0276910942, 0.0231386181, -0.0436937362, -0.00642739376, 0.00976336841, 0.00153865537, 0.0336105675, 0.0266877934, -0.0135821803, -0.0298732724, 0.00839010067, -0.0199907627, -0.000386231492, 0.0119894408, 0.0361188166, -0.0489861481, -0.0294468701, 0.00460264087, 0.0185610596, 0.0502904393, -0.0106851505, 0.00680990238, 0.0103277247, -0.0080326749, 0.0384264104, -0.0150369667, 0.00756864808, 0.0271392781, -0.0130554475, -0.0167174954, -0.000285901449, -0.0257848222, 0.0108858105, 0.0141967023, 0.012817164, 0.0376739353, 0.0454244316, -0.0198151842, 0.0174825117, -0.0119769, 0.0100267343, 0.00566237746, -0.0583419241, -0.0129802, -0.00289075961, 0.0361689851, -0.00838383, 0.0218468681, 0.00951254275, 0.0167425778, 0.0143346563, -0.000391130423, -0.0216963738, 0.0048095719, -0.0318297073, 0.0235524792, -0.0193386171, -0.0376237705, 0.0161405969, -0.0284937341, -0.0227122158, -0.0404580943, 0.0157518182, 0.00326699717, -0.012585151, -0.0249445587, 0.0116884513, -0.00946864858, 0.00187335012, -0.0233894438, 0.0177082531, 0.0189874619, 0.0165293757, 0.0279419199, -0.0122339958, 0.00157471152, 0.0244303681, -0.0107541271, -0.0621544681, -0.0531749278, 0.0565861501, 0.0185108948, 0.0255841631, 0.00579719571, -0.0464778952, 0.0254462082, 0.0275155157, 0.00053339533, 0.0345386192, 0.0119330054, 0.000721514167, -0.00281864731, -0.0189498384, -0.0168679897, 0.0554323532, -0.00284373, -0.00812673382, 0.0186739303, -0.0403577611, 0.0146732703, -0.0305755828, 0.0103402659, -0.00686633773, 0.00656534778, 0.0258851536, 0.0041636969, 0.00569686573, 0.0177960433, -0.00305222836, 0.00272458792, -0.00539901108, 0.0205300357, -0.00484719547, 0.013431686, 0.00796369743, -0.00417310325, -0.0343379602, 0.00966930855, -0.000971947389, 0.0125475265, -0.0130805308, -0.0148112234, -0.0159023125, 0.0392039679, 0.00474059489, -0.0173821822, -0.0161531381, -0.0295221172, -0.00687887892, -0.0197650194, 0.0262864735, -0.00943729561, -0.0110237645, 0.00260858121, -0.00707326876, 0.0200910922, 0.0353412591, -0.0311524812, 0.0428158492, 0.00644620555, 0.0785082653, -0.0135821803, -0.0302996747, -0.0130178239, 0.0495630465, -0.00515132118, -0.0174825117, -0.0117448866, -0.000268853182, -0.00269009941, -0.0180719495, 0.0462019891, -0.0513689853, -0.0136574283, -0.0258099064, -0.00938713, 0.030801326, 0.0310772341, -0.00591006689, -0.072990112, -0.0299736019, -0.0495128818, -0.0329835042, -0.0339617208, 0.0534759164, 0.0242046248, 0.00377491815, -0.0316290483, 0.000623143686, 0.0359683223, -0.0250072647, -0.0107541271, -0.0171438977, 0.0139082531, 0.00814554561, 0.0237656813, -0.0125161735, -0.0142217847, -0.0238534696, 0.00411039684, 0.0193762407, 0.00314942305, -0.00998911075, -0.0196396075, -0.0085155135, 0.0429412611, 0.0106287152, -0.0115504973, 0.0015801983, -0.00694158534, 0.0358679928, 0.000839480374, -0.0282679927, 0.0098950509, 0.00226839981, 0.0279920846, -0.00551815284, 0.0190000031, -0.0367960446, -0.012384491, 0.0139835011, 0.021984823, 0.00342689827, 0.00295660109, 0.020417165, -0.0251075961, -0.0534759164, -0.0144099034, -0.0230884533, -0.00622986909, -0.0334349908, 0.00960033201, 0.0471300408, 0.0169056132, -0.00666567776, -0.0451986864, -0.0413861461, 0.00909868162, 0.00395990163, -0.00427656854, 0.0275405981, 0.0218970329, 0.0418376327, -0.00691650296, 0.0621043, -0.00525792176, -0.0115442267, -0.00145870482, -0.020141257, 0.017031027, -0.0194264054, -0.0192382876, 0.00817062892, -0.0171564389, 0.0191128738, -0.0404831767, -0.0113247549, -0.0050478559, -0.000351155177, 0.0144099034, 0.0109986821, 0.00528300414, 0.00284843286, -0.0186739303, 0.0274402685, -0.0302244276, -0.02326403, 0.018310234, -0.0220224466, -0.00721122231, 0.0182099044, -0.0100455461, 0.0308765732, 0.00882904418, -0.024894394, 0.0506415926, 0.029572282, -0.00165387813, 0.0349148586, -0.00462145312, 0.0159775615, 0.0234019849, 0.0273148566, -0.00411980273, -0.0110802, -0.0379498415, 0.0148112234, 0.00223234366, 0.0100455461, -0.00964422617, -0.0100580873, -0.0265122168, -0.0216963738, -0.0184356477, -0.0142217847, 0.0170561094, -0.0333346575, 0.0258851536, -0.0094435662, 0.0125349853, 0.00659670075, -0.0113059422, 0.00445214612, -0.0101145236, 0.0182224456, -0.0474561155, -0.0089607276, -0.0724383, 0.00559653575, -0.0290455502, -0.0138455471, -0.0244679917, -0.0060511562, -0.0022840763, -0.0108042927, 0.00498514948, -0.020417165, -0.0679736063, 0.015801983, 0.0255590808, -0.00827722903, -0.00329207978, -0.00308514899, 0.0023217, -0.0279168375, 0.0123468665, -0.00591633748, -0.0140336659, 0.0184732713, 0.0064901, -0.0143848211, -0.00820198189, -0.0141465375, 0.00800759252, -0.00867227837, 0.0211445577, -0.0334600732, -0.0235524792, -0.0108544575, 0.0223108958, -0.0386521518, -0.0397056192, 0.0407089181, 0.00289859786, 0.00348960469, -0.014246867, -0.0209188163, -0.00963168498, -0.0171815213, -0.0175828412, 0.0243927427, -0.0199280567, -0.0131808603, -0.00684125535, 0.0111178234, -0.00155354815, -0.00441452209, -0.0287696421, -0.00204892782, 0.01247855, -0.0140336659, -0.00135367189, -0.0106663387, 0.00265090796, 0.0107227741, 0.0135947214, 0.0252079256, -0.0197775606, 0.0130052827, -0.0196019839, 0.0113686491, 0.0107541271, 0.0183980223, -0.0238409285, 0.0572884604, -0.00455247611, -0.019200664, -0.00538019883, 0.0149993422, 0.00924290624, 0.00957525, 0.0136072636, -0.0131934015, 0.0163036324, -0.0524224527, -0.0264118854, -0.0253333375, 0.0133188143, -0.00551501755, 0.0064587472, -0.0441953875, 0.0276409294, 0.0326825157, 0.0265874639, 0.0308514908, -0.011431355, -0.0229003336, -0.0154257454, 0.0246310271, 0.0119518172, -0.00398811931, -0.0235023145, 0.0256594103, -0.00210222811, -0.00483151898, 0.00774422567, -0.00321056158, -0.00892310403, -0.0259353183, 0.0161531381, -0.0276660118, -0.0103402659, 0.0134693095, 0.00421386212, -0.000165387813, -0.00941221323, -0.0187993441, 0.0111303646, -0.0236528087, -0.0216336679, -0.030801326, -0.00998911075, -0.000556910178, 0.0168303661, 0.00333910948, -0.0240415875, -0.0112808598, -0.00229975278, -0.00263993442, 0.00716732815, 0.00510742655, -0.000301186112, -0.00364323496, -0.00988878, 0.0151372962, 0.00522029772, 0.0237029754, 0.0157267358, 0.012171289, -0.00416683219, -0.0188871324, 0.0217841621, -0.00592574384, -0.0250198059, 0.00433613919, 0.003154126, 0.0223485194, 0.000878671766, -0.0181722809, -0.0274402685, -0.0047217831, 0.0487854853, 0.00439257501, -0.00534884585, 0.0340369679, 0.0158897713, 0.0193135347, 0.00458069379, 0.0275907647, 0.0230382886, 0.0262112264, -0.0183980223, 0.0255967043, 0.0117762396, 0.0267128758, -0.00284373, 0.0296475291, 0.0470046289, -0.0134066027, -0.00813927501, -0.0156138642, 0.00333283888, -0.00905478746, 0.0328831747, -0.0139835011, -0.0166046228, -0.0111178234, -0.00282648555, -0.0211821813, -0.0320303701, 0.00584422564, 0.0378745943, 0.00375610637, 0.0128547875, 0.0203168355, -0.0337359793, -0.0047249184, 0.00967557915, -0.00869736169, 0.00221666717, -0.00570313632, -0.0097257439, 0.00210379576, 0.0105597377, 0.000462066906, -0.020755779, 0.0249571, -0.00986996852, -0.0125726098, -0.0141590787, 0.00561534753, -0.0324818529, 6.47638299e-05, -0.0125788804, 0.106349856, 0.00547425821, 0.0216838326, -0.00209438987, 0.0200910922, 0.0224237666, -0.0252204668, 0.00389092485, -0.0087976912, -0.0341373, 0.00530181592, -0.00336419209, -0.00708581, 0.0405584238, -0.00947491918, 0.0071485159, -0.00665313657, 0.0334099084, -0.0226495098, 0.0142719494, -0.0249445587, 0.0117511572, 0.00770033151, 0.00513878, 0.034262713, -0.00467475317, -0.0111115528, -0.0364448912, -0.0426402725, -0.0154884513, 0.0523221232, -0.0386772342, -0.0298983548, -0.0109297046, 0.0190250855, 0.00647755899, -0.00495693134, -0.00246435683, 0.0117135337, 0.0054868, 0.0376488529, -0.00368085876, 0.00939967204, -0.0141339963, -0.0303498395, 0.0276660118, -0.0147485174, 0.00233894424, 0.00134975277, 0.0441201404, -0.00255998387, 0.0146732703, -0.017294392, 0.0110363057, -0.0326323472, -0.00856567826, -0.0583920889, -0.0120897712, -0.030525418, -0.028017167, -0.0508422516, -0.0435432419, 0.00872244406, -0.00604802091, 0.0320052877, -0.0243551191, -0.00374983554, 0.026386803, 0.0294217877, -0.0106349858, 0.0285438988, -0.0272646919, 0.0339366384, 0.0125224441, 0.0229128748, 0.000292955898, 0.00276377937, 0.0142719494, 0.00569059514, 0.00834620651, 0.00437689852, 0.0229379572, -0.00296600722, -0.0060605621, -0.00438630441, -0.0172567684, -0.0229630396, 0.0121901007, -0.00588498451, 0.0281425789, 0.0265373, 0.00833366439, 0.0124409264, -0.00710462173, -0.0183729399, -0.0117009925, 0.0272145271, 0.0172567684, 0.00375610637, -0.00284373, 0.0283934046, -0.00693531474, -0.00466848258, 0.0218844917, 0.0151372962, 0.00995148718, -0.0469544642, 0.011124094, 0.022988122, 0.0276409294, -0.0358429104, -0.0246937331, 0.00485033076, 0.0194765702, 0.0105534671, 0.0264369678, -0.000455012458, 0.0149742598, 0.0116257444, -0.0198151842, 0.00599158509, 0.0137953823, -0.0328079276, -0.0188369676, -0.0244178269, 0.0129802, 0.0387524813, 0.0158772301, 0.00729274051, -0.011124094, 0.0462019891, 0.0254587512, 0.00117025594, 0.0235148557, -0.0272897743, 0.00362128788, -0.0227623805, -0.0422891155, -0.0212699715, 0.0256092455, 0.00634587556, -0.0356422514, -0.0234270673, 0.0433175, 0.0104217837, 0.00660924194, -0.00131056132, 0.00695412653, 0.0241670012, 0.0250825118, 0.0369214602, -0.0235273968, -0.0122339958, 0.0132310251, -4.19103308e-05, 0.00304439, -0.0206554495, 0.0320052877, -0.0186864715, 0.0217214562, -0.0161029734, -0.00964422617, 0.00992013421, 0.0126227746, -0.0106600681, -0.0384514928, 0.0438191481, 0.0117762396, -0.00692277355, -0.0121901007, -0.00037486598, 0.00563415932, -0.0197775606, 0.0193135347, -0.0369967073, -0.0118201338, 0.0320554525, 0.00304752518, -0.00466221198, 0.0443960465, 0.0114815198, -0.0446719564, 0.0131432367, 0.00692904415, 0.0124597382, 0.025095053, 0.00642739376, -0.0366204679, -3.36556368e-05, -0.0267128758, -0.0100204637, -0.0324066058, 0.0137201343, 0.0382257476, 0.0161656793, -0.00578151923, 0.0216963738, -0.0278666709, -0.0196646899, -0.0192759112, -0.0240666717, -0.00862211362, -0.001284695, -0.0153630394, 0.0382257476, -0.0103653483, 0.0421135388, -0.00537392823, -0.0101646883, -0.0547802076, 0.0280924141, 0.0353412591, 0.026186144, -0.0354165062, 0.0260607302, 0.0354666747, -0.00420132093, 0.0212574303, -0.0110112233, -0.0300488509, 0.0204547886, 0.0185359772, 0.0302996747, -0.00304439, -0.0295221172, -0.0024878718, -0.0239788815, -0.0122277252, 0.00187805318, -0.00914884638, -0.0321808644, 0.0157141946, -0.0214957129, -0.00904224627, 0.0216712914, 0.0173445567, 0.00741188228, 0.00229975278, 0.00891683344, -0.0182976928, 0.0315538, -0.00660297135, -0.0106914211, -0.0392039679, -0.00727392873, -0.00261328439, -0.017093733, -0.0128547875, -0.00765016628, -0.00997029897, -0.0431419201, 0.00898581, 0.0164541285, -0.000740718, 0.00845907722, -0.00856567826, 0.00929307099, 0.00932442397, -0.00169777253, -0.0241042953, 0.022248188, 0.00721122231, -0.0259854831, 0.0216712914, -0.00303655164, 0.029572282, 0.0471300408, 0.00631452259, 0.019539278, -0.0045650173, -0.0107227741, 0.0278415885, 0.0331089161, 0.0106976917, -0.0193887819, 0.0218217857, -0.0113372961, -0.00559340045, 0.0279168375, -0.0130679887, 0.0018467, 0.00692904415, 0.0160402674, -0.0224864725, 0.00928053, 0.0238283873, 0.0128046228, 0.0014798682, -0.0046465355, -0.0292963739, -0.00276377937, 0.0135320155, 0.0178211257, -0.0259604, 0.00544290524, -0.0367960446, -0.00226683216, 0.0421386212, -0.0113435667, -0.0222105645, 0.0240415875, -0.0291709621, -0.0298983548, 0.00281237671, 0.0014924095, -0.0223736018, -0.0234145261, -0.00749967108, -0.0118264044, 0.039755784, 0.00813927501, -0.0190752503, -0.0454244316, 0.00548993517, 3.14756144e-05, 0.0409848243, 0.010308913, 0.0118075926, 0.000111303649, 0.034939941, 0.000906889618, 0.0372224487, 0.00348333386, -0.0189623795, -0.0351406, 0.0127983522, -0.00949373096, -0.0176204648, -0.0240917541, 0.0313531421, -0.0022778057, 0.00337673328, -0.0344132073, -0.000645874708, 0.0127168335, -0.00888548, 0.0180594083, -0.000602372224, -0.0110425763, 0.00142735173, 0.04341783, 0.0219722819, -0.0401320197, 0.0101835, 0.0246561095, -0.0156264063, -0.0203042943, -0.0333597437, 0.0046465355, -0.0140838306, 0.00930561218, -0.00724257575, -0.00163036329, 0.0346891135, 1.77586153e-05, -0.0559841692, -0.0153003326, -0.0142343258, -0.0194264054, -0.0552818589, 0.0155009925, 0.0327075981, 0.0114752492, 0.0395049565, 0.0228376277, -0.00930561218, 0.0249320175, -0.0326323472, -0.0310270675, 0.0135320155, -0.025571622, 0.00166798709, 0.0064901, -0.0118514877, -0.00359307, 0.0392541327, 0.000787747675, -0.0231009945, -0.0135194743, 0.0181095749, -0.0230508298, -0.012384491, 0.000859076041, 0.0170686506, 0.00586617272, 0.0373227783, -0.00123844901, -0.00351782236, -0.00739934109, 0.0228877924, -0.01247855, -0.0175953824, -0.00767524866, -0.0142092435, -0.0479076, 0.0150244255, 0.0177709609, 0.0175577588, -0.00691650296, -0.00845907722, 0.0365703031, -0.0344132073, 0.0091300346, -0.0182600692, -0.0139207942, -0.036294397, -0.00486287195, 0.026386803, -0.0122214546, 0.0229755808, 0.0161155146, 0.0179967023, -0.00332656829, -0.0101646883, 0.00287508313, 0.0195769016, 0.0315538, -0.0227498394, -0.025233008, 0.0438693129, -0.0378745943, 0.000701526529, 0.0374983549, -0.00934950635, -0.0231887829, -0.0191003326, 0.0181221161, 0.00213671662, 0.00616089208, 0.00223234366, -0.0223359782, -0.0267630406, 0.00746204751, -0.00624241028, -0.00633960497, -0.0147485174, -0.0327075981, 0.0461769067, -0.00897326879, 0.0310019851, 0.0125914216, 0.00709835114, -0.0252455492, 0.00277318526, -0.00550561165, -0.00549620576, -0.0228000041, -0.0183353163, 0.0141590787, -0.0116257444, 0.0156765711, 0.0192884523, -0.0237280577, -0.0197148547, 0.054328721, 0.00678481953, -0.00291584199, -0.0135194743, -0.00389406015, -0.0270138662, -0.00103935658, 0.0232765712, 0.0156264063, -0.0152501678, 0.00258036354, -0.000148731458, 0.011801322, -0.00660924194, -0.00686633773, -0.00364637026, 0.00833993591, 0.00619851612, 0.0259604, -0.00681617297, -0.0163412578, 0.00986996852, -0.0160904322, -0.0131432367, 0.0221353173, 0.00602607382, 0.0225366373, -0.0224363077, -0.0161907617, -0.00315882894, -0.00425148569, -0.0472554527, 0.0424145274, -0.0100204637, 0.0264871325, 0.0368712954, 0.0197148547, -0.00946237799, -0.022323437, -0.0176204648, 0.0111052822, -0.00270577613, -0.014924095, 0.0140963718, -0.0281676613, 0.0252204668, -0.0194264054, 0.00447095791, -0.0288699716, -0.0110802, 0.000968028209, -0.00365891145, 0.0152125442, 0.0186488479, 0.015801983, 0.0202541295, 0.0254587512, -0.00610132143, -0.00970693212, 0.0138330059, 0.0131808603, -0.0015112214, 0.0147736, 0.00170717854, -0.0265623815, -0.00235775625, 0.00511996774, -0.000200856055, -0.0133062731, -0.00127136987, 0.00800132193, -0.00948746, 0.00211947225, 0.00576584274, -0.0299485195, -0.0233643614, -0.000725825201, -0.0202039648, -0.014108913, -0.0290455502, -0.01078548, 0.0295221172, 0.000696823583, 0.0158521477, 0.000304909307, -0.00142186496, 0.00711716292, -0.00724884635, 0.0158396065, 0.0121587478, -0.00278729433, -0.00432986859, 0.00698548, 0.00102524774, 0.0190752503, -0.0191379581, -0.0123468665, 0.0475815274, 0.0109798703, -0.0212198049, -0.0119580878, -0.00115066022, 0.0253207963, 0.0110488469, -0.00561848283, -0.00809538085, -0.013093072, -8.0195452e-05, -0.0128673287, -0.0147359762, 0.0138204647, 0.00623613968, -0.0148112234, 0.00526105706, 0.00695412653, -0.00402574334, 0.019464029, -0.000866130518, 0.0354917571, 0.00437376322, 0.00368712936, 0.0319551229, 0.00316039659, -0.00169463723, 0.00171188149, 0.0163788814, -0.0274653509, -0.0135194743, -0.0248818528, 0.0105158435, -0.0137326755, 0.0190250855, 0.0195267368, -0.024894394, 0.0173570979, 0.00289232726, -0.0148488479, 0.023878552, 0.00920528173, 0.0287194774, 0.000895916, -0.00246278918, -0.0366204679, 0.00366518227, -0.00391600747, 0.0208184849, -0.00205363077, 0.00716105755, -0.0214580894, -0.0139960423, 0.0242673308, -0.00451171678, 0.000212809449, 0.00309612276, 0.0338112265, 0.00525165116, 0.00571254222, -0.00775049627, -0.00193762407, -0.000915511686, 0.000450309482, 0.00872871466, -0.00580033101, -0.00289703021, -0.00756237749, 0.00500396127, -0.0147485174, -0.010139606, -0.00527359825, 0.0313531421, -0.0100768991, 0.00705445651, -0.00516386237, -0.0262112264, 0.0135821803, -0.0293465406, -0.0166297052, -0.0109986821, 0.0457254201, 0.000680755067, -0.0139709599, -0.028293075, -0.0306759123, -0.0191755816, 0.00490676658, 0.00443646964, -0.0367207974, 0.00337359798, -0.011907923, 0.0214957129, 0.00725511694, -0.0062235985, 0.0241670012, 0.00577211333, -0.0113874609, -0.00374042965, -0.0177333374, -0.0154382866, -0.0256092455, 0.00758118927, -0.0339617208, -0.00489736069, 0.0134567684, 0.0264369678, -0.00692277355, 0.0226745922, -0.00498201419, -0.0125161735, 0.0213577598, 0.0114501668, -0.0267379582, 0.0241042953, 0.0157518182, 0.0234772321, 0.033134, -0.00314001716, 0.0277161766, -0.00517013296, 0.0025286309, 0.00138110586, 0.0110049527, 0.0136950519, -0.00506666768, -0.0131181544, -0.0230382886, -0.0183980223, 0.002161799, 0.00383135374, 0.0114877904, 0.00468729436, -0.0165168345, 0.0357175, -0.000598453102, -0.0178085845, -0.00941848382, -0.000738758361, -0.00907987, 0.0025286309, -0.00223234366, -0.0175577588, 0.00391600747, 0.00892937463, -0.0334851556, -0.0103904307, 0.0278165061, -0.000107776425, -0.0127168335, -0.0146607291, -0.00435495144, 0.00813300442, -0.0265373, -0.0195267368, 0.0166297052, -0.011124094, 0.00463399431, -0.00810165145, -0.0153254149, 0.00882904418, -0.0225993432, -0.0173069332, -0.00984488614, 0.00128861412, 0.00683498476, -0.0193009935, 0.0120270653, 0.00950627215, -0.0196019839, 0.0124221146, -0.0109359752, -0.00443646964, -0.00118828402, 0.0124033028, 0.0156640299, 0.00707326876, 0.00593201444, 0.00862211362, 0.0327075981, -0.000473432417, -0.0123155136, -0.00180750852, 0.0360184871, 0.00758746, 0.00229034689, 0.0113122128, -0.0370719545, -0.0124221146, 0.00515132118, 0.00689769117, -0.0168303661, -0.00756237749, 0.0331089161, 0.000263366383, -0.00314472, 0.00696039712, -0.0278415885, 0.0249571, 0.0180970337, -0.00528927473, -0.00461518252, 0.00391287217, 0.0029503305, 0.0101835, -0.00580346631, 0.0261610616, -0.0114564374, -0.00916138757, 0.0045587467, 0.00247376272, 0.0321808644, 0.00777557911, 0.0107478565, -0.0167049542, 0.02326403, -0.0268382877, -0.0166422464, -0.0218719505, 0.0292211268, -0.00584109034, 0.0133438967, -0.014108913, -0.0111742597, -0.0241042953, 0.00945610739, 0.00901716296, -0.00743696513, -0.0303498395, -0.0114062726, 0.0131181544, -0.00493498426, -0.000691336754, -0.00517326826, 0.000165093879, -0.0468290523, 0.028017167, -0.00669703074, 0.0148237646, -0.0224990137, -0.0108795399, 0.00508861477, -0.0267630406, 0.0248818528, -0.0136072636, 0.00183729408, -0.0211069342, 0.0272396095, 0.0122653488, 0.0224990137, 0.00358679937, -0.012785811, -0.000101505793, -0.0195141956, 0.0274151862, 0.00464967079, -0.0220099054, -0.000161664633, 0.00120944739, -0.0291960444, 0.00120082533, -0.002280941, -0.00392854866, 0.011462708, 0.000952351664, -0.0113372961, -0.0033140271, -0.0201036334, 0.00199876283, -0.0132059427, 0.0123029724, 0.0245306976, 0.0214204658, -0.00442079268, -0.000467161793, 0.00903597474, 0.0028719476, 0.0231887829, -0.0194514878, 0.0190376267, 0.00766270747, -0.00691023236, -0.0245306976, -0.0119267348, -0.00761881331, 0.0113310255, -0.035617169, -0.0195643604, -0.0429663435, -0.0110425763, 0.00536765764, 0.0224488489, 0.0102838306, 0.00997029897, -0.0226996746, 0.0208184849, 0.0077943909, -0.0136198048, 0.0217590798, -0.00361188175, -0.0230884533, -0.00389719545, -0.00544917583, 0.0074683181, 0.0112745892, -0.00106287142, -0.00028335402, -0.00683498476, -0.00885412656, -0.011431355, -0.0194514878, 0.0110739293, -0.0204422474, -0.00471237721, 0.000123942882, -0.00794488564, -0.0397808664, 0.00627376325, -0.0154759102, 0.00414175, -0.0173821822, 0.0424145274, 0.0032262383, -0.000716811162, 0.0291709621, 0.00499769067, -0.0241042953, -0.00599158509, -0.0287696421, 0.0455498435, -0.00373415905, -0.00709208054, -0.00953762513, 0.014585481, -0.00419191504, 0.0123155136, 0.017031027, 0.0201914236, 0.0100330049, 0.0159273949, -0.0195267368, 0.0193511583, -0.00823333487, -0.0162033029, 0.0134693095, -0.0167300366, -0.00689769117, 0.00373729435, 0.0191881228, -0.0150118843, 0.0124848206, -0.0205049533, -0.000108266315, 0.00781320315, 0.0208811909, -0.00539274, 0.0170561094, -0.00816435833, 0.0127669992, 0.0218343269, -0.0409597419, 0.0133815203, 0.0142217847, -0.0188745912, 0.00510742655, -0.00127920811, 0.00749967108, 0.0100957118, -0.0121273948, 0.00986996852, -0.00450858148, -0.00528613944, -0.0112181539, 0.000835561194, -0.025170302, -0.00166328414, 0.0136699695, 0.0139082531, -0.0240290463, -0.00312904338, -0.00604488561, -0.00618911, -0.0109924115, 0.00230915891, 0.0221980233, 0.0204422474, 0.0114689786, 0.00985115673, 0.0526231118, 0.00409472035, 0.000339005841, -0.0127231041, -0.00350841647, 4.87443358e-05, -0.00914884638, 0.0100580873, 0.0128297051, 0.00189529732, -0.00391287217, -0.012955118, 0.0151874619, -0.0132811908, 0.00204579253, -0.00718614, -0.00300676632, 0.0133438967, -0.00474059489, -0.00334538, 0.0114376256, -0.00891683344, 0.0229630396, 0.0188871324, -0.00067017338, 0.000149613275, -0.010139606, -0.0222356468, -0.000518894463, 0.00318234391, 0.0154508278, -0.00187648553, 0.00433300389, 0.00624554558, 0.00712343352, 0.0100518167, -0.0114376256, 0.0130679887, -0.0168554485, -0.00324191479, 0.00411039684, -0.0012408006, -0.0142217847, 0.00533630466, -0.0138079235, 0.0137326755, 0.015262709, -0.00694158534, -0.00738052931, 0.00775676686, -0.0292211268, -0.0101207942, -0.00674719596, -0.00179810263, 0.0153504973, -0.0212574303, 0.0245181564, -0.000166465587, -0.00183415879, -0.00419191504, -0.00150338316, 0.00157157623, -0.0130429063, -0.00772541389, -0.0171438977, -0.0344132073, -0.0187366363, -0.0179214552, 0.0103967013, 0.010308913, -0.0167425778, 0.00181064394, 0.00153552007, -0.0214706305, 0.00961914379, -0.0112056127, 0.0142217847, 0.000844967144, 0.00346138678, -0.0296475291, -0.00188745908, 0.00882904418, -0.00208811928, 0.00687260833, 0.0161280558, -0.0160653498, 0.00936204754, 0.0134943919, 0.00553069403, 0.0275405981, 0.0106287152, 0.000193213724, 0.00574703049, -0.0063834996, -0.0021179046, 0.0172693096, 0.0041636969, -0.0100392755, 0.00615775678, -0.0287696421, 0.0228000041, -0.0165042933, 0.00635214616, 0.00677227834, 0.0202792119, -0.00526732765, 0.00905478746, -0.0151749197, 0.00334851537, -0.0137577578, 0.0105158435, 0.00489422539, -0.00127215369, 0.00451798737, -0.00453366432, -0.00571254222, 0.00114282197, 0.00719868112, 0.019877892, -0.0140712894, -0.00160998374, 0.00279042963, -0.00742442394, -0.00302401045, 0.0182600692, 0.0014485151, -0.00966930855, 0.00438630441, 0.00249884534, -0.00585363153, 0.00413234392, 0.0104280543, 0.012647857, -0.00457128789, -0.00176361413, 0.00259447237, -0.000993110705, -0.0114188138, -0.00734917633, 0.022662051, 0.0131056132, -0.0170686506, 0.00189686497, -0.0105597377, -0.00860330183, 0.00936831813, -0.00297698076, 0.0147610586, -0.00132388633, -0.0114752492, 0.0228250865, -0.011907923, -0.00321369688, 0.0119831702, -0.000514975342, 0.00936831813, 0.0282429084, -0.016416505, -0.0360184871, 0.0245056152, 0.0231762417, -0.011431355, -0.0202415884, 0.000583560322, -0.00315255835, -0.0212574303, 0.00570313632, -0.00408217916, -0.00593514973, -0.0232389476, -0.0145478575, 0.000595709658, -0.00659043, 6.83890394e-05, 0.00241419184, -0.00254117209, -0.0089607276, 0.0124095734, -0.0120396065, -0.0100518167, 0.00698548, -0.0028249179, 0.0100831697, -0.0085155135, 0.0181722809, -0.00395049574, 0.00367458817, -0.0156765711, 0.000741893717, 0.00526419235, 0.0315036364, -0.00832739379, 0.0156514887, 0.0150495078, 0.00525478646, 0.0153755806, -0.00591320219, 0.0137452167, -0.00333910948, -0.00490990188, -0.00162409269, 0.0250699706, -0.00017724323, -0.00458069379, -0.00299579254, -0.00131683191, -0.000303341629, -0.00347392797, 0.0158396065, 0.00857194886, -0.0188118853, 0.00263523147, 0.016416505, 0.0148739303, 0.00341435708, -0.00528927473, 0.012955118, 0.0123217842, -0.0126917511, -0.00594142033, -0.01627855, -0.0130805308, 0.0101960413, 0.0178963728, -0.00128155958, 0.0100204637, 0.00951881334, 0.0137075931, -0.0114125432, -0.0046465355, 0.00168836664, -0.0107290447, -0.0064901, 0.00153081713, -0.0141214542, 0.00150495081, 0.0240165051, -0.0163161736, 0.00339554506, -0.0182600692, 0.0126227746, 0.0222105645, -0.0367960446, -0.00309612276, -0.00847161841, 0.01078548, 0.0203419179, 0.00336732739, -0.0120521476, -1.85057015e-05, -0.0317795426, -0.0083148526, 0.00441765739, 0.00236716215, -0.0113874609, 0.000874752644, -0.00619538082, -0.00858449, -0.0024032183, -0.00348646916, 0.00655907718, 0.02455578, 0.00117417518, -0.0122904312, 0.0233894438, -0.0134442272, -0.00620792201, 0.0191755816, -0.0238409285, -0.00976336841, -0.000885726244, -0.0123405959, 0.018924756, 0.0201663394, 0.00444587553, 0.0279168375, 0.00170247559, 0.0103716189, -0.00493498426, 0.0220851526, 0.00363069377, -0.00390033075, -0.00238440628, -0.0116257444, -0.0162409265, -0.0139584187, -0.00171658443, -0.00485660136, 0.0206554495, 0.00276848231, 0.0152000031, 0.0157141946, -0.00724884635, -0.0253458787, 0.0150745902, 0.0265623815, -0.0216712914, -0.0171062741, 0.0268884543, 0.00697293831, 0.00130899367, 0.0274151862, -0.0156389475, 0.00289703021, 0.0215709601, -0.00274810288, 0.0223986842, 0.0104343249, -0.0182224456, 0.0153128738, -0.00394736044, -0.00305379601, 0.0246561095, -0.00828977, -0.00156530552, 0.00120709592, 0.00732409349, -0.0199155156, -0.0412356518, -0.0103778895, 0.00177615543, 0.017093733, -0.0136950519, -0.019802643, -0.0216336679, -0.00595396152, 0.0125788804, -0.00906732865, 0.00469670072, -0.015262709, 0.0136950519, -0.0147359762, 0.00832739379, -0.00934323575, 0.00785709731, -0.00673465477, -0.00033508669, 0.0153254149, -0.00215396076, 0.0137828412, -0.0167300366, 0.0140587483, -0.00606683269, -0.00626122206, 0.0107666682, 0.00340181589, -0.0081518162, -0.0175075941, -0.00217277277, -0.0162158441, 0.00796369743, -0.00761254271, 0.0130554475, -0.00686633773, 0.00136856455, -0.0240792129, 0.000656064483, 0.000531043799, -0.00033410691, -0.00152533036, -0.00695412653, 0.00493811956, -0.0139333354, 0.00188432378, 0.000526732765, -0.000818317, -0.00100251671, 0.0104970317, -0.0113561079, 0.0031917498, 0.00704818591, -0.00204736018, 0.00269793766, -0.0102963718, -0.0149366362, 0.0154759102, -0.0169934016, 0.00119141932, 0.0112181539, 0.022323437, 0.00329207978, 0.00644620555, -0.000498906826, 0.00420132093, -0.0102901012, 0.00386897754, 0.00841518305, 0.00712970411, 0.00435181614, -0.00287508313, -0.0180970337, -0.0161782205, 0.00225115544, -0.00475627137, -0.012647857, -0.0179339964, 0.00861584302, 0.0228627101, 0.00425462099, -0.000447566097, -0.00899835117, 0.0109924115, 0.00943102501, -0.0230132062, 0.0148990126, 0.0426904373, 0.00105424935, 0.00957525, -0.0131557779, -0.00383762433, 0.00889175106, 0.0346640311, 0.00743696513, -0.0073052817, 0.0132310251, -0.00395049574, 0.00600412628, 0.00735544693, -0.0121462066, 0.0233267359, -0.00366518227, 0.0114689786, 0.018310234, -0.00543977, -0.0101584177, 0.00111930713, -0.0094435662, 0.0102712894, -0.0122653488, 0.00504472, -0.0138831707, -0.0117323454, 0.00396303693, 0.000445606507, 0.0192884523, 0.00622673379, 0.00870363228, -0.0105033023, 0.00562161813, 0.0102211237, 0.000736406888, 0.0146983527, 0.0225993432, -0.00139364717, 0.0124973617, -0.0132310251, 0.0043988456, -0.000879455591, 0.00893564522, -0.0148488479, 8.69559735e-05, 0.00300049549, -0.00775676686, -0.00443333434, -0.0121336654, 0.00948746, -0.0146105634, -0.01227789, -0.0190376267, -0.0209815223, 0.00176518178, -0.000551423349, -0.0358679928, -0.0134191439, 0.00837128889, -0.00876006763, -0.0130429063, 0.0207306966, 0.020693073, 0.00916765817, -0.0131181544, 0.00902343355, 0.0110739293, -0.00652145315, -0.0013701322, -0.0200033039, 0.00303811929, 0.000611386262, 0.00217120489, 0.00721122231, -0.0195894428, 0.0163287167, -0.00139443099, 0.0191128738, 0.00785082672, 0.0217214562, 0.0361439, 0.00461518252, -0.00304909283, -0.00795742683, -0.00056278886, 0.0216963738, -0.0190125443, 0.0270891134, 0.00876633823, -0.000623143686, 0.00822706427, 0.00487854891, -0.0162158441, 0.0212198049, 0.00680990238, -9.55291057e-07, 0.00758118927, 0.00891683344, -0.0186112244, 0.0243802015, -0.00179810263, -0.00627689902, 0.0171564389, 0.0180217847, -0.0110990116, 0.0125663392, 0.0060542915, -0.00816435833, -0.0143346563, 0.0208059438, -0.0126039628, -0.0128547875, 0.00107384508, 0.00802640431, -0.00443333434, -0.0243174955, -0.0106224446, -0.0201161746, -0.0208310261, 0.0250323471, -0.00437062792, 0.0153003326, -0.0109924115, -0.016353799, -0.00516072707, 0.00844653603, 0.0171940625, 0.00683498476, 0.00149084185, 0.0180594083, 0.0194891132, 0.014648187, 0.0181095749, 0.00796996802, -0.00016558377, 0.017294392, -0.0152000031, 0.0221102349, -0.0157267358, -9.49779678e-06, 0.0208686497, -0.0234270673, -0.00064430706, 0.0181722809, -0.0107290447, 0.0141590787, 0.0100894403, 0.00271361438, 0.00760627212, 0.00982607435, 0.00892310403, -0.00236402685, 0.00509175, -0.00145008275, 0.015939936, 0.0108607281, -0.00264777266, 0.0105848201, 0.0111679891, -0.0075561069, 0.0150495078, 0.00887921, -0.0129174944, 0.0219597407, 0.0231762417, 0.00933696516, 0.000668213819, 0.0164666697, -0.00882277358, 0.00449290499, -0.01627855, -0.00990132149, 0.00136072631, -0.00428597443, -0.00141716201, -0.00734917633, -0.00512310304, -0.019539278, 0.00818317, -0.00795115624, 0.00460891193, -0.00133564381, 0.0224613901, -0.0223108958, 0.0113749197, 0.0224112254, -0.00618911, 0.00655907718, -0.00877260882, 0.0031133669, 0.0108795399, -0.0247188155, -0.00122747547, 0.0115442267, -0.0153254149, 0.00394736044, 0.0115379561, 0.00574389519, -0.00642739376, 0.000662335078, -0.00781947374, -0.000461283082, -0.00793234445, -0.0194389466, -0.0218217857, -0.0107603977, 0.00431105681, 0.00963168498, -0.0316290483, -0.019200664, 0.0118138632, -0.00502904365, 0.00897326879, 0.00859703124, 0.0275155157, -0.00529868063, 0.000185179495, -0.00693531474, 0.00199719518, -0.00754356571, 0.0126541276, 0.0101145236, 0.00500396127, 0.00849670079, -0.0104719494, 0.0248818528, -0.0138580883, 0.0134943919, -0.0131683191, 0.00491617247, -0.0220349878, 0.0116508268, -0.00729901111, 0.0281927437, 0.0122214546, -0.00653399434, 0.00724884635, 0.0142719494, 0.00437376322, 0.011293401, -0.0163663402, -0.00692277355, 0.000770895334, -0.00322310277, -0.0176455472, -0.00967557915, 0.00350214588, 0.00185297057, 0.00240792125, 0.0161280558, -0.0321056172, -0.00696666772, -0.0149115538, 0.0118891113, -0.0171188153, -0.0117762396, 0.0161531381, 0.0222732704, 0.0120835006, 0.000949216366, -0.00756864808, -0.00133877911, -0.0147986822, -0.0231386181, 0.001284695, 0.00781947374, -0.00998284, 0.0164666697, -0.00284216227, -0.0111742597, -0.00523911, 0.004800166, 0.0175828412, -0.00435808674, 0.0031854792, -0.0115818502, 0.0181346573, 0.013431686, -1.56153346e-05, -0.0104656788, -0.00741815334, -0.025170302, 0.00872871466, 0.00996402837, -0.00231386186, -0.0119267348, 0.00923663564, -0.00132467016, -0.00313844951, 0.00355858146, 0.0264369678, -0.00764389569, -0.0151372962, -0.0124346558, -0.0162409265, 0.0118640289, 0.00119925768, -0.00862211362, 0.00431105681, 0.0182224456, -0.0110363057, -0.0311273988, 0.00783828553, -0.00382508314, -0.0298231076, -0.0168554485, 0.0197650194, -0.01797162, -0.0313782245, 0.00103465363, -0.014986801, -0.00770033151, -0.0112432363, -0.000114928858, 0.0144976927, 0.00408844976, 0.00164290459, 0.0225742608, 0.00412607333, 0.0214580894, -0.00727392873, 0.00373415905, 0.0262112264, 0.0365703031, 0.00943102501, 0.0132184839, 0.00969439093, 0.0183478575, 0.00727392873, -0.0152376266, 0.0148488479, 0.0121587478, -0.00933696516, 0.0148237646, 0.0133062731, 0.0264620502, -0.0140963718, -0.0162409265, 0.020755779, -0.000224370917, -0.0157141946, 0.00523283938, 0.00461518252, 0.00711716292, -0.0189498384, -0.0012658831, 0.00674092537, -0.0239538, 0.0184356477, -0.00742442394, 0.0041605616, 0.00693531474, -0.00233267364, 0.00798250921, 0.00202384521, -0.0109986821, -0.011431355, 0.0196145251, -0.0199782215, -0.01227789, -0.0296976957, -0.00181221159, 0.00219785515, 0.00253019854, 0.0186363067, 0.00752475392, -0.0234145261, -0.003273268, 0.0218970329, -0.032356441, 0.0213075951, 0.0326323472, 0.00337359798, -0.00317607308, -0.0116696386, 0.00781320315, 0.00616716268, -0.00609505037, -0.00939340144, 0.0146231046, -0.00184513233, 0.0098950509, -0.0269135367, 0.0170059428, 0.0120521476, -0.000343316904, 0.0230382886, -0.00708581, 0.0190250855, -0.00239381241, 0.00768151972, 0.0185986832, -0.0096128732, -0.00338613917, 0.00718614, -0.00601353263, -0.00315882894, -0.00206930726, -0.0073115523, 0.00948746, 0.0214204658, 0.00675973715, 0.0174072646, 0.0141465375, -0.0157894418, 0.0146105634, -0.00977591, 0.000565924216, 0.00899835117, -0.0228752512, -0.00682871416, -0.000152552631, -0.00453366432, -0.0217465386, 0.0083587477, 0.00791980326, 0.0186112244, 0.000179300769, 0.0214706305, 0.00839010067, 0.017031027, -0.00511056185, 0.0198151842, -0.0174072646, -0.0100580873, -0.00185297057, 0.00264150207, 0.0150369667, -0.0157769, -0.0171313565, -0.0146732703, -0.013770299, -0.0199155156, 0.00190156803, -0.0279670022, -0.0348897763, 0.000352918782, -0.00371534727, 0.0138831707, 0.0116696386, -0.00169934018, 0.00516699767, -0.014108913, -0.00425775675, -0.0138580883, 0.0288198069, -0.00842772424, -0.017231686, -0.0156640299, -0.00107698038, 0.0100643579, 0.0011592824, 0.0173570979, 0.0102148531, 0.000471472857, -0.041862715, 0.0311775636, 0.00281394436, -0.00783201493, -0.00397871342, -0.0136323459, 0.0208811909, 0.0282429084, -0.00914884638, -0.028895054, -0.0049663377, -0.00743069453, 0.00406650221, 0.00178242603, 0.0153755806, 0.0256217867, -0.00897953939, 0.0284686517, 0.0188369676, 0.00209595752, -0.00843399484, -0.0237656813, 0.0206554495, 0.0135821803, -0.0155135337, 0.0117198043, 0.0153003326, -0.000316470774, -0.00476881256, -0.0150369667, -0.010446867, 0.0168679897, 0.0195016544, 0.0350151882, 0.0108168339, -0.0105910907, -0.0106036318, -0.00608250918, -0.0135947214, 0.0108920811, -0.0153254149, -0.00567491865, -0.0010840348, 0.00124471972, 0.00325132068, -0.00873498525, 0.00309925806, -0.00296130404, 0.00820198189, -0.016567, -0.00892310403, -0.00717986934, -0.00981980376, -0.015400663, -0.0162660088, 0.0143722799, 0.019539278, 0.00435495144, -0.00073327159, 0.011092741, -0.00508547947, -0.00248003355, -0.00325445598, -0.0253709611, -0.016567, 0.00946864858, 0.00117731048, 0.00206460431, -0.00721749291, -0.00713597471, -0.0151874619, 0.00909241103, 0.031679213, 0.00229504984, 0.000624711334, 0.0126353158, -0.0119831702, -0.00086456287, -0.00894191582, 0.0165042933, -0.000690944842, 0.0101960413, 0.00475000078, -0.00132937322, -4.26696643e-05, -0.0197148547, 0.0118765701, -0.0152376266, 0.00869109109, 0.0169432368, -0.0105848201, -0.00602920912, -0.000201639894, -0.0058097369, 0.0178712904, -0.000579249288, 0.00705445651, -0.0089669982, 0.00301617221, -0.015939936, -0.00277475291, -0.00154962903, -0.00570313632, 0.00313688163, -0.00375610637, 0.000463242643, -0.0117135337, 0.0108795399, 0.00344257476, 0.0115066031, 0.0100768991, -0.0140712894, 0.00689769117, -0.0186112244, 0.0268132053, -0.00138345733, 0.00502904365, -0.0101584177, 0.00575016625, 0.00598845, -0.0113937315, 0.0208561085, -0.00187805318, 0.0210191458, 0.00859076064, -0.0125412559, 0.00811419263, 0.0106788799, 0.00524851587, -0.0128422463, 0.00156608934, -0.00369026465, 0.00828977, -0.000851237797, -0.00238283863, 0.032356441, -0.0140963718, 0.000134818503, 0.0146356458, 0.031202646, 0.0110237645, 0.00927425921, -0.000391522335, -0.0194389466, 0.00162409269, 0.0107729388, -0.0416369699, -0.00280767377, 0.0125914216, 0.0220976938, -0.00507607358, 0.0199155156, 0.0104844905, -0.00261171674, -0.00881650299, 0.0199907627, 0.00117731048, 0.00250354828, -0.0109673282, 0.00849043, -0.00560907694, -0.00820825249, 0.0165042933, -0.0251828432, 0.00899208058, 0.0255214572, 0.0024032183, 0.0151122138, 0.00764389569, 0.00176204648, 0.000574938196, -0.0063834996, 0.00941848382, -0.00759373093, -0.0239538, -0.0252957139, -0.00143362232, -0.0115003325, -0.00469356496, -0.0310772341, -0.00174323458, 0.020078551, 0.0129049532, -0.0188996736, 0.0226495098, -0.0131056132, 0.00438943971, -0.00517326826, 0.0171313565, -0.0264369678, -0.00241732714, 4.85483797e-05, 0.0047280537, -3.54927361e-05, 0.0150871314, -0.0301491804, 0.0146105634, 0.0317795426, -0.000479311129, -0.0111115528, 0.0203293767, 0.00702937413, 0.00686633773, -0.00544290524, -0.0169432368, 0.00404769043, -0.00510115596, -0.0116445562, 0.0139960423, 0.0160904322, 0.00716732815, -0.011600662, -0.000254940212, 0.00533003407, 0.0140085835, 0.00694158534, 0.0327075981, -0.0195267368, 0.00756864808, -0.00938085932, 0.0029127067, -0.0266627111, -0.0173696391, 0.0213953834, 0.00814554561, 0.011801322, 0.00587871391, -0.0104907611, -0.0221729409, 0.0212950539, -0.020216506, 0.00591320219, 0.0167425778, -0.00721122231, 0.00822079368, -0.00508234417, -0.022988122, 0.00382821844, -0.0058128722, -0.0179214552, -0.00134269823, -0.012955118, -0.0100455461, -0.00149946392, -0.00233580894, -0.00619224552, 0.0213452186, 0.00125255797, 0.0131306956, -0.00592260808, 0.0127168335, -0.018523436, -0.00891683344, -0.0105597377, -0.00577211333, -0.00222920836, 0.00258663413, -0.0250448883, 0.0157267358, -0.026386803, 0.019200664, 0.00537706353, 0.0214706305, 0.0179339964, 0.0083211232, -0.0160402674, -0.00345825148, -0.0152752502, 0.00424835039, -0.0064650178, -0.00603547972, -0.00406963751, -0.00544917583, -0.0151623785, -0.0195267368, 0.00849670079, 0.0216085855, 0.0200409275, -0.00882904418, 0.00744950632, 0.00899835117, -0.00329207978, 0.0185485184, -0.00158411742, -0.00734917633, -0.00680990238, 0.0021179046, -0.0133438967, -0.0146356458, -0.0208184849, -0.00498514948, 0.0149491774, -0.0141214542, -0.00698548, 0.00469670072, 0.012447197, -0.0290455502, -0.0218217857, -0.0149115538, 0.00881650299, -0.0161782205, -0.0292712916, 0.0140462071, -0.00315569364, 0.0192132052, 0.0135320155, 0.000250433222, 0.0030663372, 0.00916138757, -0.0149115538, 0.00542095816, -0.00403828453, -0.0139333354, 0.00860957243, -0.0255967043, 0.00189529732, -0.00793861505, 0.0055401, -0.0201663394, -0.00758746, 0.0258099064, 0.00445214612, 0.00453052903, 0.00638663489, 0.0121524772, -0.0103841601, -0.0306759123, 0.00934950635, 0.0141841611, 0.00663432479, -0.0110802, -0.00764389569, -0.00207087491, -0.0128422463, -0.0116194738, -0.00647128839, 0.0287445597, -0.0160653498, -0.0107102329, -0.0241168365, -0.00513250893, 0.014786141, 0.00869736169, -0.0253082551, -0.00551188225, -0.00884158537, -0.0146356458, -0.0105597377, 0.00647128839, 0.00253960444, -0.0171940625, 0.000411509973, -0.00364637026, 0.00126039621, 0.0121462066, -0.0300739333, -0.00194703008, 0.0151122138, 0.00064901, -0.000429929933, 0.0169934016, -0.00077011151, 0.00339554506, 0.0120897712, -0.00182945572, -0.0159650184, 0.0239538, 0.00526732765, -0.00814554561, -0.00401006686, -0.00498514948, 0.000677227858, -0.0171438977, 0.0131181544, 0.0204422474, -0.00948746, -0.0194765702, 0.0305003356, 0.00738052931, -0.0206303671, -0.0123405959, -0.00374042965, 0.0112369657, -0.0175953824, -0.00878515, -0.0165419169, -0.00495379604, -0.00471551251, 0.000232209204, 0.0314534716, -0.0104782199, -0.0152752502, -0.00452112313, 0.00886039715, -0.0213953834, -0.0181597397, -0.0157016534, 0.0103841601, -0.00623927498, -0.00263836677, 0.0181597397, 0.0211320166, 0.0100016519, 0.0256343279, -0.0100267343, -0.00436122203, -0.00342689827, -0.0075561069, -0.0166673288, -0.0156765711, 0.00664686598, -0.00670330133, 0.0141590787, 0.0155135337, 0.00950000156, -0.0177584197, -0.00700429175, -0.0110049527, 0.0120396065, -0.0188996736, 0.02055512, -0.0150118843, -0.00522029772, -0.0341373, -0.014723435, 0.0273148566, 0.00369026465, 0.0260356478, 0.00209752517, 0.00883531477, -0.00970066153, 0.00849670079, 0.00652145315, -0.0163914226, 0.00285627111, -0.00600099098, 0.0227874629, 0.0108544575, -0.0145227751, 0.0112996716, -0.0187617186, 0.00602920912, -0.00304282224, -0.0212950539, 0.00967557915, 0.00160528079, 0.00887293927, 0.00786336791, 0.00542409346, 0.0024847365, 0.00209752517, 0.00267912587, -0.0433927476, 0.0138706295, 0.00975709781, -0.0057376246, -0.000690161, 0.00926171802, 0.0153254149, -0.0104155131, -0.0012439359, 0.00970693212, 0.0185485184, 0.00397557812, -0.0206052847, -0.0224237666, -0.0125036323, -0.0235023145, 0.000112871305, -0.0147108939, -0.00225115544, 0.00692904415, 0.011801322, 0.0248066057, -0.00303811929, 0.0126290452, 0.0238910932, -0.011462708, -0.0135696391, 0.0124221146, 0.0151122138, 0.0027402644, -0.0246811919, -0.0207808614, 0.0109485164, 0.0175828412, 0.00219158456, 0.0112808598, -0.00422013272, -0.0266627111, -0.00182318513, 0.0071422453, 0.0221227761, 0.00473118899, 0.000846534793, 0.00638977, 0.0146231046, 0.00237343274, -0.0270389486, 0.0148112234, -0.000588655239, 0.00341435708, -0.00595709682, -0.0121336654, 0.0081894407, -0.0135194743, -0.031478554, -0.00489422539, -0.00363382907, 0.00165074284, 0.00163193094, 0.014648187, 0.00239538, 0.0123280548, 0.00623300439, 0.00244868034, 0.0175201353, -0.00315882894, 0.0107980222, 0.0117574278, 0.00515445648, -0.00905478746, -0.0102273943, 0.00740561169, 0.0006960397, -0.0111742597, 0.00358366407, 0.00550247636, 0.0105597377, 0.0294970348, 0.0139333354, 0.0203544591, -0.000336262427, 0.0108356457, 0.00854686648, 0.0021586637, 0.0181848221, 0.00571254222, 0.000317646511, 0.0176455472, 0.0205049533, 0.0141967023, 0.00347706326, 0.00643993495, 0.0225742608, 0.0206429083, -0.0101835, 0.0111429058, -0.0131808603, -0.028217826, 0.0144600682, 0.0235650204, 0.00551501755, 0.0317795426, 0.00570940692, 0.0102211237, -0.00748713, 0.0100957118, 0.0152877914, 0.0169181544, 0.00094059424, 0.00802640431, -0.00545858173, -0.000268853182, 0.00079049106, -0.0150369667, 0.00904851686, 0.0117072631, 0.000763840915, 0.00481897779, 0.0159148537, -0.0128297051, -0.00535825174, 0.022323437, -0.00433613919, -0.0319802053, 0.0248066057, 0.0014108913, 0.000192331921, -0.00669076, -0.000139423501, -0.0199782215, 0.00639290549, 0.00672211358, 0.0166297052, 0.00538019883, 0.0150369667, 0.0167927425, 0.0114125432, 0.00116006623, -0.0169432368, 0.0260858126, 0.00862211362, 0.0140085835, 0.00161625445, -0.0226996746, -0.00331089157, 0.0096066026, -0.0186488479, -0.00198465376, 0.00307574309, 0.00606996799, -0.00436122203, -0.0114188138, -0.0124346558, -0.00623927498, -0.00113655138, 0.0384264104, 0.025571622, -0.00963795558, 0.00881023239, -0.0132059427, 0.0243174955, -0.00254430738, 0.00134426588, -0.00421699742, -0.046879217, -0.0201036334, 0.0131557779, 0.000145204234, -0.00124550355, -0.0133689791, -0.000542409311, -0.0006313739, 0.0173821822, 0.0271392781, 0.0167425778, -0.0177835021, 0.011939276] |
29 Jul, 2024 | How to create and send POST requests in Postman?
29 Jul, 2024
Postman is an API(application programming interface) development tool which helps to build, test and modify APIs. It can make various types of HTTP requests(GET, POST, PUT, PATCH), saving environments for later use, and convert save the API to code for various languages(like JavaScript, and Python). In this article, we will learn how you create and send GET requests in Postman. Prerequisites:Basic HTTP conceptsKnowledge of REST APISteps to create and send POST requests in PostmanStep 1: After downloading and installing the Postman, open the software. Add a new Collection and give it a name like "GFG". Step 2: When you hover, on the name of your collection, 3 dots will appear. Click on those 3 dots, and then click on "Add new request".Step 3: You need select "POST" request from the dropdown down menu as shown below.Step 4: Now You can simply paste the API in the space provided and click on Send. Output will be shown in the body with the status code; 201 (Created). Note: You will to pass the body of the object .How to pass Body:Lets suppose , our object body is JSON . Then select "Body -> raw -> JSON " as shown belowStep 5: Then hit the Send button.ExampleLets suppose we can an API:https://jsonplaceholder.typicode.com/usersWe will send a POST request, with an object body{ "name": "Nikita", "username": "nikitamehrotra99", "email": "nikz@gfg", "address": { "city": "Noida", "zipcode": "300005" }, "phone": "123456", "website": "https://auth.geeksforgeeks.org/user/nikitamehrotra99"}Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman? | https://www.geeksforgeeks.org/how-to-create-and-send-post-requests-in-postman/?ref=next_article | CSS | How to create and send POST requests in Postman? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to create and send POST requests in Postman?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0264552273, 0.053114742, -0.0198031161, 0.0519656241, 0.0305665117, -0.00583815249, -0.00378889404, 0.0311793741, -0.0102143735, 0.00763524417, 0.0489013121, -0.00697131, -0.0135595808, -0.026557371, 0.0198669564, -0.021386344, -0.0605201609, -0.0091674, -0.0441005565, -0.0195094533, -0.00662019057, 0.019471148, -0.0113698738, -0.00166302768, -0.00564663298, 0.0169175547, 0.0161387101, 0.00797359459, 0.00370909437, 0.0116060814, 0.0184369441, 0.0267105866, 0.0328647457, -0.00675425446, 0.000939243531, 0.000320795167, 0.0114145624, 0.0133297574, -0.0143128904, -0.0166621953, 0.0169686265, -0.0100228535, 0.0240548495, -0.0387124754, -0.0327115282, -0.0287279245, 0.0344735086, -0.0373079963, 0.030847406, 0.00287758047, -0.0056530172, -0.0457348563, 0.00196786271, -0.00320475968, -0.011759297, 0.00615416, 0.0586815737, -0.00929508, -0.0221268851, -0.0577622801, 0.0139426198, -0.0453518182, 0.00907802396, -0.0138404761, 0.00518379454, 0.0441771634, -0.0192285571, 0.0121614877, -0.0141596748, -0.00472095562, -0.00826087408, 0.0228929631, -0.00800551474, 0.0489523821, -0.0160876382, 0.00653719902, 0.042772688, 0.00686278194, 0.010393125, 0.0016566437, -0.0293407869, 0.000801987888, 0.0159471892, -0.0158322789, 0.0282938145, 0.00319837569, -0.035877984, -0.0539318919, 0.0423385762, -0.00711814128, 0.0193307, 0.00829917844, -0.00574877672, -0.0194328446, 0.00955043919, 0.0150662009, 0.0305920485, 0.0226120688, -0.00581900077, 0.0166621953, 0.0409341, -0.010584644, 0.0267105866, -0.0316390209, 0.0233909152, -0.0229823403, 0.0286002457, 0.000637201301, -0.0326859951, -0.015015129, 0.0131637733, 0.0296472181, -0.010201605, 0.0379974693, 0.0464754, -0.0100483894, -0.0140319951, -0.0246166401, -0.00740542077, -0.00890565664, 0.03314564, 0.0240293127, 0.0264807623, 0.035826914, -0.0286257807, 0.00496354699, 0.00176038337, 0.00822257064, -0.0158961173, 0.0039899894, 0.00644463114, 0.000631216331, 0.0053082821, 0.00965258293, 0.000450070831, 0.0174282733, 0.00471776351, 0.0365419202, -0.0162919257, 0.00243868167, -0.0533701, -0.0444835946, -0.00302281603, -0.0360567383, 0.0215906315, -0.00654358277, -0.00832471438, 0.0347799398, 0.021386344, 0.00326381135, -0.0640951917, -0.0435387641, 0.0460157506, -0.0155386152, 0.0213097353, -0.053523317, 0.00230302196, -0.0483905934, 0.00347288698, -0.000722188095, 0.0289322119, -0.0490545258, 0.0123593919, -0.00231419387, 0.00580942491, 0.0431812629, 0.0395551585, -0.0175048821, -0.0355204828, 0.0217183102, -0.0171601474, 0.00220885826, 0.0165983569, 0.0130552454, -0.0530126, -0.0167898759, 0.0183986388, 0.000985527411, 0.0454028882, 0.000250970334, 0.00967811886, 0.0117912171, 0.0157429017, 0.0276043434, -0.0281405989, 0.0163302291, 0.0394785516, -0.00963343, -0.00562748127, -0.00132308051, -0.0374612138, -0.00516464235, 0.0226503722, -0.00109166116, 0.0260338839, 0.0317922346, -0.0218715258, 0.012691359, -0.0193562377, 0.00385911786, 0.00602648035, -0.0596519411, -0.032813672, -0.0192668606, 0.0189221259, -0.0117273768, 0.0144150341, -0.00812681, 0.0232249312, 0.0215650946, 0.00592433661, -0.00803105067, 0.00514549064, -0.0482629128, 0.0174282733, -0.0269148741, -0.0351119079, 0.0193179324, -0.0249230713, -0.0277830958, -0.0297748987, 0.0217949189, -0.00539127365, -0.0131765418, -0.026965946, 0.00998455, -0.00772461947, -0.0150917368, -0.0325327776, 0.0146703934, 0.0251401253, 0.024859231, 0.0257019158, -0.00629141554, 0.0063009914, 0.0315368772, -0.0058796485, -0.031562414, -0.0324817076, 0.0542383231, 0.00797997881, 0.0193434693, 0.00272117276, -0.0264296904, 0.0118997451, 0.0491056, -0.0167771075, 0.0412149951, 0.0028057606, -0.0052699782, -0.0116571533, -0.0234675221, -0.0175304171, 0.0597030111, -0.0153470952, -0.00593710458, 0.0111975065, -0.0260849558, 0.00906525645, -0.00636802334, 0.0193307, -0.00548384152, 0.00697131, 0.0100292377, 0.0223311726, 0.017938992, 0.0089567285, 0.0102909813, -0.00217215018, 8.30915305e-05, 0.0275788084, -0.0185007825, 0.0148363775, 0.012908414, -0.0101505332, -0.0256763808, 0.0040282933, -0.0223822445, 0.0110825952, -0.0116699217, -0.00378889404, -0.0290598925, 0.0498206057, 0.0110698268, -0.00267808093, -0.036618527, -0.030821871, -0.00699046161, -0.0412149951, -0.00102782133, -0.0141852107, -0.00325583154, 0.0211054478, 0.00695854193, 0.0591922924, 0.0336563587, -0.0254976284, 0.0382783636, 0.0280384552, 0.0922357887, -0.00848431326, -0.019471148, 0.0103995083, 0.0367717445, -0.00430280482, -0.0132659171, -0.00351119088, 0.00178911129, -0.00567855313, -0.0269404091, 0.0472159386, -0.0457603931, -0.0278597027, -0.0169430915, 0.000525481591, 0.0262764748, 0.0248209275, 0.00558279315, -0.0580176413, -0.0454028882, -0.0289066769, -0.0200967789, -0.023518594, 0.041981075, 0.0301068649, -0.000428923871, -0.0106612518, -0.00403786916, 0.0351119079, -0.00889927242, -0.0176070258, -0.0271957684, 0.022318406, 0.00893757679, 0.0196243636, -0.00834386609, -0.0229695719, -0.0246677119, -0.00452943612, 0.0143511947, 0.0012983426, -0.0138277076, -0.0168920197, 0.00799913052, 0.0559236929, -0.00217215018, 0.0011834309, 0.0152194165, 0.0034569269, 0.0204032101, 0.000779244932, -0.026965946, 0.0254720934, 0.0149385212, 0.032813672, -0.0243740473, 0.0338095762, -0.0411128514, -0.0331201032, 0.0116316173, 0.032762602, 0.00739903655, -2.71818044e-05, 0.0269148741, -0.0195732918, -0.0657294914, -0.0212969687, -0.00638079131, 0.0182581916, -0.0293918587, 0.0151045043, 0.0342181511, 0.0253188778, -0.00271798088, -0.0283704214, -0.0392998, 0.0136361886, 0.00129914063, -0.00227110204, 0.0246294066, 0.00121854281, 0.0236590412, -0.00320316362, 0.0603158735, -0.0145810181, 0.0132020777, 0.0108336192, -0.0375122838, 0.0106867878, -0.0257657561, -0.0224971566, 0.00392295746, -0.0125381434, 0.0282938145, -0.0449177064, 0.0114720175, 0.00197743881, 0.000939243531, -0.000873807701, 0.00755863637, 0.0266850498, -0.0124934549, -0.0193051659, 0.0411128514, -0.0058445367, -0.0408574939, 0.0305154398, -5.85032212e-05, -0.0214629509, 0.0148874493, -0.0142745869, 0.0403723083, -0.00792252272, -0.0276554152, 0.0364142396, 0.0338606462, 0.00051031966, 0.04588807, -0.0117912171, 0.026008347, 0.0257402211, 0.0353928022, -0.00640313514, -0.00192796288, -0.0223311726, 0.0261360276, 0.00542957755, 0.0242080651, 0.00140367833, -0.0281661339, -0.0366440639, -0.0398360565, -0.0205564257, -0.0210543759, 0.0123147033, -0.0311793741, 0.026991481, -0.0031329398, 0.0072011333, 0.00037346303, -0.0197009724, 0.0195860602, -0.00262860511, 0.0286513176, -0.0481352322, -0.022343941, -0.0656784177, 0.00878436118, -0.0485438071, -0.0165217482, -0.0241569933, -0.0174155068, -0.0105718765, 0.0077501554, 0.00268286886, -0.0127105108, -0.0443814509, 0.00912271161, 0.0211948249, -0.0255614687, 0.000949617533, -0.00965258293, -0.00355268666, -0.00956959091, 0.00502419472, 0.00541042583, 0.00108048914, 0.0147086978, 0.00295259221, -0.0156790633, 0.0224843882, -0.0196882039, 0.0134702045, -0.0144533385, 0.0168281794, -0.018104976, -0.00872052088, -0.0254593249, 0.04162357, -0.0317411646, -0.0200712439, 0.025816828, -0.0127232783, 0.00736711686, -0.0122955516, -0.0178879201, -0.00248656143, -0.0284725651, -0.0168664828, 0.0274511278, -0.0234164502, 0.0101505332, -0.0095632067, -0.013457437, 0.0177347045, -0.0270936247, -0.0270425528, -0.0145044103, 0.0239654724, 0.00205245055, 0.00349203893, -0.0143256588, 0.00905887224, 0.036235489, 0.0096398145, 0.000964779465, -0.0129786376, -0.0073926528, -0.0307963341, 0.0165600516, 0.0171218421, 0.0261743311, -0.0181560479, 0.0533190295, -0.0119125126, -0.0276809521, -0.00546788145, 0.018513551, 0.0104697328, 0.00164387573, 0.00243708561, -0.00478160335, 0.00465392368, -0.0393764079, -0.0371547826, -0.0162280854, 0.00730327703, -0.0102207568, -0.00408574939, -0.0310772303, 0.0198669564, 0.0151555762, 0.0264041554, 0.0182198882, -0.00908440817, -0.0305920485, -0.0172495227, 0.0356226265, 0.017147379, 0.0136361886, -0.0270680897, 0.0100994613, -0.0165089797, -0.0203010663, 0.00536254607, 0.0083566336, -0.0213480406, -0.0246677119, 0.0159854945, -0.0218204539, -0.0155386152, 0.0207096413, 0.0218332224, 0.0075075645, -0.0149512887, -0.0239527058, 0.00437302841, -0.0164323729, -0.0396828391, -0.0338861831, 0.0111975065, -0.0019423269, 0.0144150341, -0.00496993074, -0.0243612807, -0.00918655191, -0.0103548206, 0.0117912171, 0.0263020117, -0.00132467656, 0.010010086, -0.00658827089, -0.0149002168, -0.00119061291, -0.0120465765, 0.0340138637, 0.0115358578, 0.0155003108, -0.0035814147, -0.0130488621, 0.0198158845, -0.00907164, -0.0242974404, -0.0133680608, 0.0123913111, 0.0153215602, 0.00197743881, -0.00576473679, -0.0315879472, -0.00794167537, 0.0440494828, -0.0125381434, -0.00472733937, 0.0263020117, 0.0126977423, 0.00752671622, -0.00403786916, 0.0117529128, 0.0238377936, 0.0330179594, -0.0238250252, 0.0321752764, 0.0232887715, 0.00725858891, 0.00930146314, 0.0220119748, 0.0406021327, -0.0161514767, 0.00785868336, -0.0176964011, -0.00175080739, -0.000778446964, 0.0366696, -0.0011171971, -0.0151555762, -0.0183986388, 0.0048901313, -0.0102462927, -0.026965946, 0.00893119257, 0.0457093194, -0.0109166112, 0.0268382654, 0.0261487961, -0.0223056376, 0.0169303231, -0.010584644, 0.00875244103, 0.00699684583, -0.0157173667, -0.0130680138, -0.0152960243, 0.00386869372, -0.0211182162, -0.0203776751, 0.0302600805, -0.00974834245, -0.00638398342, -0.0193307, -0.00424215663, -0.028089527, -0.0221268851, -0.0312559828, 0.109293796, -0.00121614884, 0.0157556701, -0.00201893458, 0.0130616296, 0.0112804985, -0.0228546597, 0.00521252211, -0.0164834447, -0.0239271689, -0.000854655751, -0.0119955046, 0.00387826981, 0.0153726311, -0.00726497313, 0.0122444797, -0.0153343277, 0.0384571142, -0.0496673882, 0.0103739724, -0.0246549435, -0.0025966852, 0.0192157887, -0.0263786186, 0.0284470301, 0.00937807094, 0.0117273768, -0.027757559, -0.0338351093, -0.0162408538, 0.0407553501, -0.036286559, -0.0281405989, -0.0149512887, 0.0251911972, 0.0131893093, -0.00849069748, 0.000586129434, 0.0236718096, 0.0151300402, 0.0162536204, -0.0216927752, 0.00437302841, -0.0211182162, -0.0347544029, 0.00907802396, -0.0261487961, -0.0174921136, -0.0123147033, 0.0415980332, 0.00187689112, 0.00604563206, -0.0222290289, 0.0195732918, -0.020977769, -0.00739903655, -0.0608776659, -0.0157429017, -0.0371547826, -0.0399892703, -0.0434110872, -0.0306686554, 0.0242463686, -0.00845239405, 0.0425939374, -0.0408064201, -0.0204542819, 0.0155003108, 0.0252678059, -0.0087396726, 0.0548001118, -0.017313363, 0.0233781468, -0.00808850676, 0.00816511456, -0.000574957463, 0.00039201646, 0.0183348, 0.00545192184, 0.0112166582, 0.0280639902, 0.0197648127, -0.00289832847, -0.0124679189, -0.00460604392, -0.00748202857, -0.018488016, 0.0116635375, -0.0153087918, 0.00790337101, 0.0165089797, 0.0171984509, 0.0123274717, -0.00547107356, -0.0289322119, -0.0100164693, 0.0267616585, 0.0247060154, -0.0125700627, -0.000516703643, 0.0325583145, -0.0103803566, -0.00840132218, 0.0171984509, 0.0159471892, 0.0191264134, -0.0415980332, 0.0316390209, 0.0258040596, 0.026991481, -0.025650844, -0.0258295964, -0.00660103885, 0.0102654453, 0.0147853056, 0.0373846069, 0.0123210875, 0.0207734816, 0.0333754644, 0.00823533814, 0.0193817727, -0.00663934276, -0.0132276136, -0.0354183391, -0.0240803845, 0.00830556173, 0.0289832838, 0.0142362826, 0.0122444797, -0.021386344, 0.048518274, 0.0136617245, -0.00309782778, 0.0326604582, -0.0159471892, -0.00334520731, -0.0150406649, -0.0131254699, -0.00237324578, 0.0225482285, 0.0192923974, -0.0318177715, -0.0238633286, 0.0434621572, 0.0106548676, 0.00782676321, 0.00231259782, 0.0102335252, 0.0234547537, 0.00638717506, 0.0266850498, -0.0338606462, -0.0134319011, 0.0187306069, -0.0110506751, 0.00284566055, -0.0289066769, 0.0275788084, -0.0120018888, 0.0249230713, -0.00197584275, 0.00204925868, -0.00205404661, -0.00805020239, -0.00263179699, -0.0330690332, 0.0303622242, 0.0180156, -0.00211469433, -0.00279139658, 0.00364525453, -0.0084332414, -0.00317922374, 0.0279618464, -0.0197903477, -0.0087396726, 0.00666487869, -0.00136856642, -0.0123721594, 0.0490034558, 0.0182454232, -0.0509952568, 0.0140192276, 0.0106229484, 0.00734796468, 0.0215650946, 0.00163589569, -0.0320475958, 0.000811563863, -0.0255359337, -0.0118997451, -0.026008347, 0.0293918587, 0.0276043434, 0.0188072138, 0.00867583323, 0.0118486732, -0.0317411646, -0.00906525645, -0.031230446, -0.032813672, -0.0247315504, 0.00474649156, -0.0152960243, 0.0221396536, 0.00385592575, 0.0422108956, 0.00213544234, -0.0128062703, -0.0573026352, 0.0244889595, 0.0398360565, 0.0292386431, -0.0116954576, 0.0218204539, 0.0290854275, -0.00231419387, 0.0261998679, -0.00359418266, -0.0211182162, 0.026008347, 0.0204798188, 0.0215140227, -0.0115167061, -0.0215140227, -0.0112421941, -0.0421342887, -0.00707983738, -0.0109740673, 0.00226950599, -0.0342692211, 0.00643186318, -0.0239782408, -0.0152194165, 0.00476883538, 0.00376016623, 0.00122093677, -0.00224556611, 0.00236207386, -0.0203266032, 0.0103229005, -0.00915463176, -0.016381301, -0.0396828391, 0.00271957694, -0.00966535, -0.0256763808, 0.000438100862, -0.0201223157, -0.00436026044, -0.021386344, 0.00789060351, 0.0186029263, -0.0106867878, 0.0130552454, -0.0190753415, 0.0204287469, 0.012825422, -0.00612224, -0.0212458968, 0.00828641, 0.00879074447, -0.0165855885, 0.036286559, -0.00443048449, 0.0192668606, 0.0593965799, 0.00679255836, -0.00587326474, 0.00702238176, -0.00436664466, 0.0185646228, 0.0380485393, 0.00618927181, -0.0275277365, 0.0238377936, -0.00940360688, 0.0115167061, 0.0349076204, -0.0133042214, -0.00426769257, 0.0179262254, 0.0131510058, -0.0119125126, 0.0282938145, 0.0348820835, 0.0220885817, 0.0021099064, -0.0073543489, -0.0132020777, 0.00186412316, 0.00677979039, 0.0111081311, -0.025650844, -0.00336116715, -0.0507909693, -0.0147086978, 0.0442537703, -0.00703514973, -0.00863752887, -0.00861837715, -0.0191902537, -0.0269148741, -0.00441452442, 0.0138277076, -0.0233526099, -0.0308729429, 0.00858007371, -0.0217055436, 0.0324306339, -0.00313772773, -0.0186029263, -0.0450198501, -0.0050433469, -0.00276586064, 0.0266339779, -0.00762886, 0.00762886, 0.00139091036, 0.0511229374, 0.00679894211, 0.0200329386, 0.0182071198, -0.00959512684, -0.035877984, 0.00316485972, -0.0112996502, -0.019254094, -0.0318688452, 0.031970989, -0.000720592099, 0.0100356219, -0.0375122838, -0.00330051943, -0.016981395, -0.00695215771, 0.0172878262, 0.00870136917, -0.00165345171, -0.00705430144, 0.0434876941, 0.0263020117, -0.0573537052, 0.0172495227, 0.0105335722, -0.00861199293, -0.0308729429, -0.0421087518, -0.0126594389, 0.000894555647, 0.00812042691, 0.00187689112, 0.00349842291, 0.0264552273, -0.00882266462, -0.0637887567, -0.0194073096, -0.00677340617, -0.0280384552, -0.0491822064, 0.00561152119, 0.0321242027, 0.0144788744, 0.0455050319, 0.0110251391, -0.0311027654, 0.0253444128, -0.0338351093, -0.0181943513, 0.00845877733, -0.0436919816, -0.00507845869, 0.0126019828, 3.08476046e-05, -0.00897588, 0.02926418, 0.00497631496, -0.015589687, -0.0178751536, 0.024450656, -0.0224460848, -0.00601690402, 0.0126211345, 0.0213352721, 0.000284087262, 0.03735907, 0.00827364251, -0.0307708, -0.00922485534, 0.00884181634, 0.00256157317, -0.0226631407, -0.00442410028, -0.0180922076, -0.0361333452, 0.0111847389, 0.0200584754, 0.0151811121, 0.00399956526, -0.0161131732, 0.041981075, -0.0299281143, 0.0109740673, -0.0102143735, -0.0127232783, -0.0206330344, 0.00598179223, 0.00480394717, -0.0100356219, 0.0323284902, 0.0267105866, -0.00188327511, -0.00412086118, -0.0174921136, 0.00538808201, 0.022726981, 0.0291365, -0.0246804785, -0.0234164502, 0.0319199152, -0.0497950688, 0.00759694027, 0.0271446966, 0.00540723372, -0.013016942, -0.0225609969, 0.0199180283, -0.00835025, -0.00739903655, 0.00855453778, -0.0100739254, -0.0077884593, -0.00470499555, 0.00228706188, 0.0023493059, -0.00449751597, -0.0373335332, 0.0358013771, 0.00494120317, 0.0306941904, 0.0150406649, -0.00112996507, -0.0196243636, 0.0141852107, -0.0133680608, -0.0137255639, -0.0245911032, -0.0200329386, 0.0172878262, 0.00718198111, 0.0170196984, 0.018513551, -0.00619246392, -0.00843962561, 0.0562811978, -0.00829279423, -0.0108910752, -0.0166877322, -1.08727218e-05, -0.0104952687, -0.0106995562, 0.0315113403, 0.00279458868, -0.0251401253, 0.00665211072, -0.00974834245, 0.011650769, -0.00149225607, -0.00402190955, 0.00214501843, 0.00216097827, 0.00352076674, 0.0125828311, -0.0168154109, -0.0187816788, 0.0139681557, -0.00892480835, -0.013457437, 0.0203776751, 0.0108080832, 0.015972726, -0.0141596748, -0.0175559539, 0.00408894103, -0.00526359398, -0.0425173268, 0.0295706112, -0.00546469, 0.0251784306, 0.0207224097, 0.0172750577, 0.00406978931, -0.0418789312, -0.00517102657, 0.0125062233, -0.0217821505, -0.0241697598, 0.00326700346, -0.0238377936, 0.0238888655, -0.0104058925, 0.00289992429, -0.0168409478, -0.0360056646, 0.00557321729, -0.026557371, 0.0141341388, 0.0211565197, 0.0201989226, 0.0153726311, 0.0304899048, -0.0105654923, 0.00456454791, 0.0113060344, 0.00702876551, 0.00955043919, 0.0251911972, 0.00591156865, -0.00161674374, -0.00368675031, -0.00669041462, 0.0158450454, -0.006454207, -0.0014308102, 0.00306750392, -0.00766078, -0.0051582586, -0.00070064218, -0.03314564, -0.0162791573, -0.00448155636, -0.00773100369, -0.00218013022, -0.030055793, -0.0280384552, 0.00829279423, 0.0103420531, 0.0198286511, -0.0084204739, -0.013099934, -0.0103612049, -0.0150534324, 0.0189348944, 0.013482973, 0.00214182632, -0.00704153348, 0.000576154504, -0.0149768246, 0.0160365663, -0.027732024, -0.00440494856, 0.0470627248, 0.00689470209, -0.0230717156, -0.00289832847, 0.00450709229, 0.026965946, 0.00160158181, 0.00856730528, -0.00392295746, -0.0123849278, 0.00797997881, -0.0139809232, -0.00584772881, 0.017147379, 0.00286960043, -0.0179517604, -0.00168856361, 0.00877797697, 0.00924400799, 0.0337329656, -0.0158450454, 0.0280129183, 0.0140319951, 0.00946106296, 0.0243995842, 0.000315807672, -0.000677101198, -0.00388146169, 0.0023876098, -0.0176197942, -0.0122700157, -0.0205308907, 0.0256891493, -0.00686916616, 0.0211692881, 0.00826087408, -0.00931423157, 0.00146352814, 0.01061018, -0.00808212254, 0.00741180452, 0.0141979791, 0.010010086, 0.000876999693, 0.0058796485, -0.0326349214, -0.00201414665, 0.0122955516, 0.013700028, 0.0105782598, 0.0117273768, -0.0141086029, -0.00193115487, 0.0104186609, -0.0169941634, 0.0139681557, -0.00510718673, 0.027348984, -0.00067231321, 0.00521890633, -0.0117401453, -0.00545511348, 0.0144022666, -0.00273553678, 0.00878436118, -0.00250730943, -0.0100803096, 0.00282970048, 0.0039133816, -0.0108463876, -0.0279873833, -0.00609351182, 0.0175048821, -0.00351438276, 0.00702238176, -0.00524125, -0.0140447635, 0.0205053538, -0.0218459908, 0.00483586732, -0.00831833, 0.0509186499, -0.00168058358, -0.0133042214, -0.0208756253, -0.0311793741, -0.00932061579, -0.00404744549, 0.024859231, -0.0370781757, 0.000194910986, -0.00544872973, 0.0234292187, 0.00757778808, -0.00344735105, 0.0245911032, -0.000324785156, -0.0100164693, 0.00376016623, -0.0109612988, -0.00693300599, -0.0210543759, 0.0142107466, -0.0239910092, 0.00826725829, 0.00287438836, 0.0185390878, -0.00268606097, 0.0099462457, -0.00653719902, -0.00483905943, 0.0124806874, -0.00363248657, -0.00831194595, 0.0241697598, 0.00374420616, 0.00988879, 0.0211054478, -0.018104976, 0.0230461787, -0.00233494188, 0.0184369441, 0.00976749416, 0.0140702995, 0.0259955805, -0.00909717567, -0.0106357159, -0.0264807623, -0.0149257528, 0.00722028501, 0.0119125126, 0.00264296914, 0.00354949478, -0.0251145903, 0.0380740762, 0.00180826325, -0.0115869297, 0.00924400799, -0.00161674374, 0.000685081177, -0.00558917737, -0.0131382374, -0.0010788932, 0.00466988375, -0.00421342906, -0.0393764079, -0.0139043154, 0.0307452623, -0.000149524858, -0.0132659171, -0.00838855375, -0.0142107466, 0.0129275657, -0.0275022, -0.0074309567, 0.0157939736, -0.0111655863, -0.00593710458, -6.77300704e-05, -0.0204287469, 0.00190881104, -0.0124232313, -0.0182326566, -0.00988879, -0.00468903547, -0.000473611755, -0.0108080832, -0.0103995083, -0.00467945961, -0.03314564, 0.00605520792, -0.0163685326, -0.00202691462, -0.000586927461, 0.0152832558, 0.0122317122, 0.00169015955, -0.00512953056, 0.0114847859, 0.040831957, -0.0011171971, -0.00264935312, -0.00815873, 0.0206585694, 0.00907164, -0.00427407678, 0.00962704699, -0.0333754644, 0.00753948418, 0.0157684386, 0.0274511278, -0.0283448864, -0.0107506281, 0.0349331573, 0.000861039734, 0.0137383323, 0.00520933047, -0.0158195104, 0.0272979122, 0.0189604294, 0.000142741876, -0.0212969687, 0.0154620074, 0.00852900185, 0.0112549625, -0.00130472658, 0.0259317402, -0.0047369157, -0.00207798649, 0.00476564327, -0.0117401453, 0.023110019, 0.0166621953, 0.00552852964, -0.0202882979, 0.0135340448, -0.018079441, -0.0146576259, -0.0246038716, 0.0422875062, -0.00531785795, 0.0172367543, -0.0123210875, -0.0234419871, -0.0163685326, 0.0218970627, -0.00478798756, -0.0231483225, -0.0267616585, -0.00506569073, 0.0183475669, -0.0021099064, -0.000450469815, -0.00175719138, -0.00937807094, -0.0327115282, 0.0186412316, -0.0187178385, 0.00810127426, -0.0357503071, -0.00318560773, -0.00316007179, -0.0259955805, 0.0051582586, 0.00126323069, 0.00349842291, -0.0117273768, 0.0254082531, 0.0189859662, 0.020045707, 0.00597221637, -0.00752033247, 0.00658827089, -0.0182071198, 0.0273745209, 0.00875244103, -0.0271446966, 0.00942914281, -0.0058445367, -0.0290854275, 0.00920570362, 0.00148906407, 0.0150278965, 0.00661380682, -0.00563705713, -0.00376016623, -0.000840291788, -0.0162536204, 0.00193753885, -0.01657282, -0.00272117276, 0.0256125405, 0.0210160725, 0.00468265172, 0.0207351781, 0.00738626858, -0.0104250442, 0.0215906315, -0.0233398434, 0.0257146843, 0.0186156947, 0.0151428087, -0.0133935967, -0.0149768246, -0.0136489561, 0.00750118028, -0.0256380774, -0.0170835387, -0.0467818305, -0.0112613467, 0.0101313815, 0.0196371321, 0.0208373219, 0.00268286886, -0.0205819625, 0.0294940025, 0.0191519503, -0.00729050906, 0.0277830958, -0.0116699217, -0.022726981, -0.00155210588, -0.0034281991, 0.00599775231, 0.0142107466, 0.00428684475, 0.00498589082, -0.00976111, 0.00541680958, -0.00300206803, -0.0073926528, 0.0153598636, -0.0111719705, 0.00319677964, 0.00208596652, -0.0165983569, -0.0348054767, 0.000523885596, -0.0171856824, 0.0187306069, -0.0140958354, 0.0328392088, 0.0103229005, -0.00409851735, 0.0109293796, 0.000458848808, -0.0313836597, -0.00690747, -0.0209522322, 0.0323284902, 0.0122891674, -0.0131382374, 0.00136138441, 0.0217438471, -0.000367478031, -0.0058828406, 0.00805020239, 0.022152422, 0.00333243934, 0.0211692881, -0.0180666726, 0.0230461787, -0.00337393512, -0.01695586, 0.00635525538, -0.0187689103, -0.000898545666, 0.0111336671, 0.0154875433, -0.0108719235, 0.00311378785, -0.0150534324, -0.022318406, 0.000295059726, 0.015998261, -0.00223120209, 0.0147853056, 0.00271957694, 0.00417512516, 0.0120848799, -0.013482973, 0.0211948249, 0.00852900185, -0.015640758, 0.00930784736, 0.0122125596, -0.00510718673, 0.00901418459, -0.0127743501, 0.00904610381, -0.00394530175, 0.00559236947, -0.000982335419, -0.00379847013, -0.0264807623, -0.00359099056, 0.00707345363, 0.00910356, -0.0100930771, -0.000508324651, -0.00620204, -0.00914186426, -0.00444963621, 0.00323348748, 0.0196882039, 0.0204925854, 0.0320475958, 0.0027674567, 0.040091414, 0.015806742, 0.00856730528, -0.00926954392, 0.00531785795, -0.00195030682, -0.00165983569, -0.00636483124, 0.0201733876, 0.00206202664, 0.00395806972, -0.00464754, 0.0134319011, -0.0071628294, 0.00399637362, 0.00123689673, 0.00212267437, 0.0111017469, -0.00562748127, 0.000895353674, 0.00670956634, -0.00720751705, 0.0152194165, 0.0190370381, -0.00740542077, 0.0023493059, 0.000248775847, -0.0245528, 0.0075841723, 0.00411128532, 0.00187050714, -0.00621161563, -0.015015129, 0.0145044103, 0.00856092107, 0.0295450743, -0.00238282164, 0.00932061579, -0.00617011962, 0.00400275737, 0.00588603271, -0.00411447696, -0.010776164, 0.0104952687, -0.0212331284, 0.00606478425, 0.00568493688, -0.00539127365, -0.00760332402, 0.00395806972, -0.0306941904, -0.00204287469, -0.00686278194, -6.61340746e-05, 0.00665211072, -0.0222928692, 0.00712452549, -0.0147725372, -0.00809489097, 0.00571685703, -0.00623076782, 0.0042549246, -0.00867583323, -0.00692023803, -0.0157684386, -0.0189731978, -0.0165345166, -0.0147470012, 0.011159203, -0.0118295206, -0.00571047282, 0.00133983849, 0.00219449424, -0.0138915479, 0.017747473, -0.0130360937, 0.000629620336, 0.0164579079, 0.017721938, -0.0326349214, 0.00617969595, 0.0125445267, -0.00658188667, 0.0124487672, 0.00679255836, -0.00544553762, 0.0142235151, 0.020811785, 0.000346730085, 0.024884766, 0.00476883538, 0.00186891109, -0.000604483415, -0.00101585127, -0.00513272267, 0.00951213483, -0.00124168477, -0.00252805743, -0.00610308815, -0.0315113403, 0.0260211155, -0.00780761149, 0.00304994802, 0.00287917652, 0.0316900909, -0.00066034327, 0.00861199293, -0.0229568034, -0.00494758692, -0.00935253501, 0.00736073265, -0.00939083938, 0.0101569174, -0.00419108476, -0.00165185565, -0.00627864758, -0.00210511847, 0.00226471806, 0.00882904883, -0.0146959294, -0.00160397578, -1.16270785e-05, 0.0051965625, -0.00992709398, 0.0042166207, 0.0105399564, -0.0128062703, 0.00443686824, -0.00853538513, -0.0160493329, -0.00511357049, 0.0132531496, 0.0290088207, -0.0122700157, -0.00581900077, -0.00470180344, 0.00192796288, -0.00929508, -0.00260785711, 0.012059344, 0.00792252272, -0.00406021345, -0.00408574939, -0.00550937746, -0.0075458684, -0.00241633761, -0.00104856922, 0.00307548395, -0.0125764469, -0.0169175547, 0.0178623851, -0.0197009724, -0.00995901413, 0.00723305298, -0.00551895332, 0.0192668606, 0.020237226, -0.000609271403, -0.0398871265, 0.0146448575, 0.0160748698, -0.00651804684, -0.0251528937, -0.0108527718, 0.00171090756, -0.0120529607, 0.0128892623, -0.00839493796, 0.00162951171, -0.0308729429, -0.00749479653, 0.0142235151, -0.00468584383, -0.00272436487, 0.00561790541, 0.0104633486, 0.00207958254, 0.00836301781, 0.00344096706, -0.00529870624, 0.0119444327, 0.00514229853, 0.0216417033, -0.0221396536, 0.00543596176, 0.00261583715, 0.00648612715, -0.0147597697, -0.00783314742, 0.000289274234, 0.0236590412, -0.0101058455, 0.00910356, -0.00290950038, -0.00106612523, 0.0129786376, -0.00792890694, 0.0171346106, 0.00657550292, -0.00367717445, -0.00204925868, 0.0166238919, 0.00676063821, 0.00195190287, 0.001541732, -0.00250571338, 0.00169973553, -0.012525375, 0.0175048821, -0.00344735105, -0.0190498065, 0.00811404269, 0.0217183102, 0.00757778808, 0.00041575692, 0.00162552169, 0.00636163913, 7.64083e-05, -0.00221843412, -0.0150023606, -0.0207351781, -0.0031504957, 0.0112549625, 0.0193690043, -0.00471137976, 0.024872, 0.00538489, 0.016547285, -0.0111975065, -0.00752671622, -0.00617331173, -0.012033808, -0.00177315134, 0.00347288698, -0.0233143065, 0.0027706488, 0.029289715, -0.026582906, 0.0199052598, -0.0111911222, -0.00296376413, 0.017938992, -0.0430791192, -0.00859922543, -0.00789060351, 0.0106229484, 0.0174027383, 0.00863114558, -0.00861199293, -2.07479461e-05, -0.0222162623, 0.00271319295, 0.0176197942, -0.00931423157, -0.0132276136, 0.00119061291, -0.00538808201, -0.0267616585, -0.00422619702, -0.015998261, -0.00424534874, 0.0148874493, -0.00095919345, -0.01061018, 0.0330690332, -0.0111464346, -0.0211309846, 0.0281661339, -0.0279107746, -0.0140064592, -0.00181464723, -0.0271446966, 0.0101888375, 0.0223567095, 0.00983771775, 0.0266595148, -0.00635525538, -0.00296057225, -0.00083151384, 0.0229823403, 0.00744372467, 0.00847793, 0.00440494856, -0.011542242, -0.0291109644, -0.00757778808, 0.00525401812, 0.0105144205, 0.0162663888, -0.00416874094, 0.0151811121, 0.0122636314, 0.00536893, -0.0214246474, 0.016981395, 0.0259572752, -0.024884766, -0.00474329945, 0.0279873833, 0.00974195823, -0.0032063555, 0.0235441308, -0.000814356841, 0.0116060814, 0.0202627629, 0.00497950707, 0.0220758133, 0.0140064592, -0.0257657561, 0.0279363114, 0.00960789435, -0.00389422965, 0.026991481, -0.00504653854, 0.00622757571, 0.00414320501, -0.00533381803, -0.0184114072, -0.0254465565, -0.00422300491, -0.00581261655, 0.00969088636, -0.00323348748, -0.0205181222, -0.0289066769, -0.0103995083, 0.00250411732, -0.00672871852, 0.00389422965, -0.016215317, 0.0102654453, -0.0138915479, 0.00753948418, -0.003109, 0.0119380485, 0.00553172128, -0.00272915279, 0.0152577199, 0.00393253379, 0.0152960243, -0.0117018409, 0.0117848329, -0.00808850676, -0.00408894103, 0.00446559628, 0.0102399094, -0.00128876662, -0.0269404091, 0.00435706833, -0.012225328, 0.00946106296, -0.0156535264, 0.0212331284, -0.015015129, -0.0002637383, -0.0179772973, 0.00285204453, -0.00813319441, 0.0088035129, 0.00720751705, 0.00464754, 0.0108017, -0.0133042214, 0.00740542077, -0.00262860511, -0.0107889315, 0.00210033054, 0.00426769257, -6.92013828e-06, 0.00859284122, 0.014057531, -0.000937647535, 0.00327179139, -9.35153803e-05, -0.0119125126, 0.0144916419, -0.00718836533, -0.00818426628, 0.0205564257, 0.0149512887, 0.00154252991, -0.000213663938, 0.0105463406, -0.00203489466, -0.00443686824, 0.0133552933, 0.00689470209, 0.00372824632, 0.0145427138, 0.0072011333, -0.0148619134, -0.0250762869, 9.42635e-05, -0.00631056726, -0.0115230894, -0.0108655393, 0.00550618535, 0.0182581916, 0.00619565556, -0.000499147689, -0.00572643289, 0.0110698268, 0.00317762769, -0.0180922076, 0.0134191327, 0.0383039, 0.00295578432, -0.00454858784, -0.0102207568, 0.00697769364, -0.00564982509, 0.0241952967, 0.0076927, -0.0109485313, 0.0116380015, -0.0130297095, 0.00594029622, 0.00777569134, -0.0137638682, 0.0124168471, 0.00168537162, 0.0111847389, 0.0163429976, 0.00311059575, -0.00499865878, 0.00939722359, -0.00594029622, 0.0157173667, -0.0108910752, -0.00402190955, -0.0180028323, -0.000183639262, 0.00490928302, -0.0153215602, 0.0106740203, 0.0190753415, 0.00356226275, -0.0177730098, 0.00420066109, 0.00153614592, -0.00170771556, 0.00763524417, 0.0203904416, -0.0059594484, 0.0180156, -0.0202755313, -0.00397722144, 0.00335797528, 0.00643505529, -0.00138293032, 0.00736711686, -0.000174661793, -0.0103739724, 0.00312336371, -0.0118869767, 0.0167388041, -0.0169047881, -0.0114273299, -0.0197009724, -0.0194200762, 0.00913548, -0.0104058925, -0.037818715, -0.0147342337, -0.00143320428, -0.0072394372, -0.0191902537, 0.0191391818, 0.0179645289, 0.00389103778, -0.0122891674, 0.0183348, 0.0176580977, -0.011676305, 0.016215317, -0.012059344, 0.0157556701, -8.33907834e-05, 0.00696492568, -0.000420943892, -0.0156918298, 0.0220885817, 0.00964619871, 0.0259189717, -0.00225833408, 0.0131510058, 0.0417001769, -0.000599296414, -0.0106676361, -0.00465073157, -0.00119699689, 0.0144533385, -0.00882266462, 0.0279618464, 0.0111145144, -0.00788421929, 0.0125317592, -0.0198286511, -0.0134063652, 0.0170452353, 0.0167132672, -0.00170452357, 0.00285683246, 0.00578708062, -0.0309495497, 0.0168920197, 0.00340904715, 0.000444085832, 0.0193434693, 0.0200967789, -0.00291269226, 0.0160748698, -0.00290152035, -0.0178623851, -0.00609989604, 0.0143511947, -0.00261424109, -0.0130105577, -0.00513591431, 0.0236590412, -0.00424215663, -0.0190498065, 0.00827364251, -0.0105080362, -0.0386358649, 0.0212075915, 0.0030292, 0.00383358193, -0.0175942574, -0.0108017, -0.0107825473, 0.0168026444, 0.0129786376, -0.0012113608, 0.00933338329, 0.0166877322, 0.011925281, 0.0219353661, 0.0330434963, -0.00255359337, -0.00414639711, 0.0180283692, -0.0176836327, 0.0106229484, -0.0140192276, -0.00520613836, 0.01908811, -0.0227908194, 0.00685639819, 0.00923124, -0.00925677549, 0.0105463406, -0.00180347532, 0.0132659171, -0.00239878171, -0.00035032109, 0.0283704214, 0.000869019714, 0.0012600387, -0.00378889404, 0.0206713378, 0.0178496167, -0.0196115971, 0.0121742561, 0.00664572651, -0.00295099616, 0.0182071198, 0.012333856, -0.00827364251, 0.0187944472, 0.0210288409, 0.0114209456, 0.00819065049, 0.0127551984, -0.00806297082, -0.000608473376, -0.012908414, -0.0242463686, 0.0114017939, -0.00527636195, -0.00204606657, -0.01061018, 0.0118805924, -0.0167005, 0.00586368842, -0.00366121437, 0.00359737454, 0.00796721131, 0.0126466705, -0.00591156865, 0.0183475669, 0.0190242697, -0.00740542077, 0.00474010734, -0.00786506757, 0.00582538452, 0.0110698268, -0.0226120688, 0.00997816585, 0.0157684386, -0.0123019358, 0.00505292276, 0.00382400607, 0.0102718286, -0.00545192184, 0.0039133816, -0.00753310043, -0.00499865878, -0.0157301351, -0.0160237979, -0.0227014441, 0.0010549532, 0.00380485412, 0.0119635845, -0.0332477838, -0.0203393698, 0.0234802905, -0.00773100369, 0.0137511, 0.0153470952, 0.0217438471, -0.00162711774, 0.00282810465, 0.00847793, 0.003466503, -0.00691385381, 0.00854176935, 0.0167388041, 0.00164866366, 0.00257114926, -0.0153343277, 0.0291875713, -0.0136872604, 0.0162791573, -0.00566897728, 0.00601052027, -0.0231866278, 0.00983771775, -0.00789698679, 0.0290854275, 0.006218, 0.000965577434, 0.0136489561, 0.0125381434, 0.0175048821, 0.0137766358, -0.0168281794, 0.00348565495, 0.00529232202, -0.000973557413, -0.0213480406, -0.00340585504, -0.00743734045, 0.0133935967, 0.00138771837, 0.0205053538, -0.0355715528, 0.000919293612, -0.0176964011, 0.0108974595, -0.0242336, -0.00380804599, 0.0247187838, 0.0226248372, -0.00223758607, -0.000388625, -0.00714367721, -0.00918655191, -0.0106676361, -0.0191519503, -0.000522688613, -0.00330051943, -0.00567536103, 0.0196243636, 0.0108080832, -0.0163429976, 0.0103675891, 0.0124551514, 0.00393572543, 0.0046986118, 0.0100994613, -0.0277064871, 0.00732881296, 0.0136234201, -1.4376431e-05, -0.0185007825, -0.00422938867, -0.025791293, 0.0182837285, 0.00358779868, -0.00230940594, -0.0161387101, -0.00190721499, 0.00219289819, 0.00087779772, -0.00310740387, 0.0234164502, -0.0100866938, -0.0145810181, -0.00745010842, -0.0016223297, 0.00634567952, 0.00260945316, -0.00980579853, 0.00570408907, 0.0101058455, -0.0107825473, -0.0184752475, 0.0145937856, -0.000242591355, -0.0162280854, -0.0313070528, 0.0130552454, -0.00454858784, -0.0316390209, 0.00190881104, -0.0193307, -0.0100356219, -0.0076735476, 0.00329413544, 0.016406836, 0.0125636794, 0.00684363, 0.0236462746, -0.000342540588, 0.0189221259, -0.00431557279, -0.0120401923, 0.0163685326, 0.019254094, 0.0153981671, 0.0120146563, -0.00258391723, 0.0142235151, 0.0118869767, -0.00946106296, 0.00336435926, 0.0204287469, -0.0135723483, 0.0169430915, 0.0176964011, 0.00817149878, -0.00412724493, -0.0205181222, 0.0148619134, -0.0140064592, -0.00347927096, 0.011076211, -0.00394530175, -0.00114672293, -0.0136234201, -0.00150981208, 0.00912909582, -0.0174155068, 0.0142618185, 0.00447198, -0.00900141615, 0.00608074386, 0.00323667959, 0.0170835387, 0.00139330432, -0.00568174524, -0.0127488142, 0.0108974595, -0.011842289, -0.0106676361, -0.0354183391, 0.00602648035, 0.0127615826, -0.000840291788, 0.0141724432, 0.0172750577, -0.0162536204, -0.00585092045, 0.0123274717, -0.0296472181, 0.0155641511, 0.0289322119, -0.020211691, -0.00382081396, -0.0102462927, -0.00457412377, 0.00854815356, -0.00947383139, 0.000738946081, 0.0126147512, 0.00610308815, 0.0073543489, -0.0186412316, 0.0151938805, 0.0107506281, 0.00618927181, 0.0164323729, -0.00442090817, 0.0187561419, -0.0113124186, 0.00667126244, 0.0252678059, -0.0078139957, -0.0211437531, 0.0015034281, -0.00634887116, -0.000646378321, 0.000723784091, -0.0170580037, 0.010201605, 0.0161514767, 0.00142921426, 0.0129594859, 0.0222290289, -0.0106612518, 0.014466106, -0.0150662009, -0.00237324578, 0.00548384152, -0.0135340448, -0.0176964011, 0.0152704883, -0.00882266462, -0.0178496167, 0.00420704484, 0.0166749638, 0.0219225977, -0.00401552534, 0.0133552933, 0.0123849278, 0.0090078, -0.00206362247, 0.0208373219, -0.0133935967, -0.0115741612, -0.00423258077, -0.00143559824, 0.0194200762, -0.0121551044, -0.00967173465, -0.0141724432, -0.0063392953, -0.0156790633, 0.000123789418, -0.0174155068, -0.0260849558, 0.00352395885, -0.00863114558, 0.0136361886, 0.0025105013, 0.0118359048, -0.000149824104, -0.0178879201, 0.00529551413, -0.000346530578, 0.0251784306, 0.00220885826, -0.00760970823, 0.000428923871, 0.0153981671, 0.00903972052, -0.00219449424, 0.0121806404, 0.00528913, 0.0100803096, -0.0317411646, 0.016381301, 0.0104697328, -0.00784591492, -0.00170133158, -0.00813957863, 0.0210926812, 0.0279618464, -0.00516783446, -0.0253316462, -0.00153135799, -0.00299887615, -0.000275309285, 0.0075841723, 0.00736711686, 0.0336308219, 0.0104825, 0.025025215, 0.0183986388, -0.0150406649, 0.000451267813, -0.0302600805, 0.0160237979, 0.0170196984, -0.0118614407, 0.00600732816, 0.00263658515, 0.00382719794, 0.00604244, -0.0037346303, -0.00275947666, 0.0165983569, 0.00683724601, 0.0351119079, -0.00571047282, -0.00749479653, -0.0122764, -0.00374101428, -0.00419746898, 0.00491885887, -0.0282682776, -0.00163589569, 0.00831194595, -0.0112868827, -0.0133297574, -0.0124743031, 0.00389422965, -0.00253763329, 0.0237739533, -0.0138277076, -0.0185773913, 0.00121215882, -0.0205564257, -0.0140958354, -0.0183858722, 0.0184497107, 0.0105910283, -0.00135021249, -0.00854176935, 0.00555725722, -0.000740941032, 0.00714367721, 0.00268446491, -0.0107123237, -0.0191647168, 0.000491965679, -0.0122444797, 0.00502419472, 0.00134941447, -0.0125445267, -0.0263275467, 0.00232217391, 0.0294940025, 0.00433472451, -0.00547745777, 0.00668403041, -0.00432514865, 0.00255678524, -0.0189604294, 0.00564663298, 0.0117082251, 0.00292226835, -0.00275309267, -0.00590518443, -0.0110187549, -0.00710537331, 0.0106804036, -0.00856730528, 0.00362610258, 0.0104697328, 0.00906525645, -0.00579346484, 0.00962704699, -0.0138404761, 0.00663295854, -0.00701599754, -0.000929667556, -0.00909079239, 0.00717559736, -0.0238505621, 0.00428365264, -0.00814596284, -0.00862476137, 0.0210288409, -0.000618049351, -0.00613500783, -0.0143767307, 0.0188710541, 0.00793529116, 0.0248975344, 0.0134063652, -0.026557371, 0.0016566437, -0.0142873544, 0.0181815848, -0.00813319441, -0.0119955046, -0.0202627629, 0.0111783547, 0.00973557401, -0.0046762675, 0.0225099251, -0.01061018, 0.0142362826, -0.00139729434, -0.0111655863, 0.00240835757, 0.0160493329, 0.0119763529, -0.0128445746, 0.00670318259, -0.0125062233, 0.00675425446, -0.0118805924, -0.00488055497, 0.0259317402, -0.0142745869, -8.65827751e-05, 0.021986438, 0.0261743311, 0.0212842, 0.000526678632, 0.00304994802, -0.0280129183, 0.000610069372, -0.0100675412, -0.0307452623, 0.00757778808, -0.00564663298, 0.023518594, -0.00890565664, 0.0160110295, 0.0138404761, 0.00330690341, -0.00444006035, 0.0289066769, -0.00185773917, 0.00602009613, -0.0170707703, 0.0036197186, 0.015998261, -0.00705430144, 0.0167005, -0.0293407869, -0.00811404269, 0.0215140227, -0.00711175753, 0.00997816585, 0.00974834245, -0.00139011233, -0.00554768136, -0.00678617414, 4.66080637e-05, -0.0076927, -0.0246677119, -0.0232760031, -0.0085098492, -0.01657282, -0.0139043154, -0.0290598925, -0.00601052027, 0.0211565197, 0.00328455935, -0.013074398, 0.0191391818, -0.0100803096, -0.0153598636, -0.0170707703, 0.0124679189, -0.0243229754, -0.00438260427, -0.00287917652, 0.0191264134, -0.0138532436, 0.0061477758, -0.0283959582, 0.00514229853, 0.0338861831, 0.00502419472, -0.017313363, 0.0152449524, 0.0153470952, -0.00320475968, -0.00409851735, -0.0263275467, 0.00662019057, -0.008586457, -0.0166111235, 0.0202244595, 0.0183603354, 0.0185901597, -0.0158578139, -0.0157684386, -0.00559875323, 0.0113060344, 0.0128573421, 0.0218204539, -0.0192157887, 0.0160237979, -0.00721390126, -0.0133425249, -0.0186029263, -0.0164196044, 0.0357247703, 0.00642867107, 0.00849069748, 0.0100930771, 0.000933657575, -0.0230206437, 0.0256125405, -0.0246294066, 0.0100866938, 0.0180539042, -0.00446559628, 0.0178496167, 0.00733519671, -0.0255997721, 0.00215459429, -0.00200616661, -0.0216927752, 0.00946106296, -0.00976111, -0.00443367613, -0.00759055605, -0.0122444797, -0.0104761161, 0.0107059395, -0.00308027188, 0.00742457248, 0.00787783507, 0.0172622912, -0.0264041554, -0.00566259306, -0.0118486732, -0.0146193216, -0.000780840928, -0.00579346484, -0.0118678249, 0.0120976483, -0.0277830958, 0.0194839165, 0.00361652649, 0.0229568034, 0.00940360688, 0.00539765786, -0.0165983569, -0.00293344026, 0.00297334022, -0.00566259306, -0.00520933047, 0.0100037018, 0.00485501904, -0.00433472451, -0.0161387101, -0.028523637, 0.00902695209, 0.0046379636, 0.030821871, -0.0153598636, 0.00433472451, 0.00875882525, 0.00230302196, 0.0217183102, 0.000599695428, -0.00564024923, -0.0116826892, -0.000927273592, -0.00983771775, -0.00981856603, -0.0120848799, -0.00436664466, 0.00521890633, -0.0136106526, 0.00667764666, 0.00677340617, 0.00416874094, -0.0267871935, -0.0122380955, -0.0161642451, 0.0143384263, -0.00795444287, -0.0333754644, 0.0154875433, -0.0169430915, 0.00808212254, -0.00280256872, 0.0121614877, -0.0103037488, 0.00960789435, -0.0160237979, -0.00262062508, -0.00522209844, -0.0150789684, 0.0122508639, -0.0391210504, -0.00241633761, -0.0115230894, 0.0065276227, -0.0207224097, 0.00022703041, 0.021986438, -0.0061382, 0.0054231938, -0.00467945961, 0.000644383312, -0.00882266462, -0.00879074447, 0.0130233262, 0.0183220319, -0.00326859951, -0.0136489561, 0.00139170839, -0.00343458308, 0.00567855313, -0.00570728118, -0.00792890694, 0.022726981, -0.0139043154, -0.0141469073, -0.014083067, -0.0191774853, 0.00478479546, 0.0135212764, -0.0263275467, -0.00442729238, -0.00812681, -0.0263786186, -0.00812681, 0.0118614407, -0.001507418, -0.0114400983, -0.00275468873, -0.0102207568, 0.00138133438, 0.00242431764, -0.0159599576, 0.00649889512, 0.00488693919, 0.0129531017, -0.0113890264, -0.00288077234, -0.00533701, 0.00877159275, 0.0118869767, -0.00709260534, -0.0231866278, 0.0121742561, 0.0182071198, -0.0113124186, -0.00556044932, -0.00426450092, -0.00275309267, -0.0223694779, 0.00346331089, 0.0174538102, -0.00859922543, -0.0305409767, 0.0205436572, 0.00221524225, -0.0180666726, -0.0105527239, -0.00448155636, 0.011759297, -0.0206585694, -0.00594029622, -0.0207351781, -0.00181943527, -0.0183475669, -0.0118550565, 0.020020172, -0.0103803566, -0.0131637733, 0.00129355455, 0.0187178385, -0.0120082721, -0.00830556173, -0.0160876382, 0.00580942491, 0.00100308331, -0.010527188, 0.0136361886, 0.00520294625, -0.00645739911, 0.0262764748, -0.000414559909, -0.00207639043, -0.00321433553, -0.00831833, -0.0163302291, -0.0101505332, 0.00707983738, 0.00939722359, 0.00752671622, 0.0107442439, 0.0155769186, -0.0282172058, -0.00226471806, -0.0121231843, 0.00925677549, -0.00228865794, 0.0173772015, -0.00690747, 0.00271319295, -0.0211948249, -0.0150406649, 0.0289066769, -0.0045837, 0.0329158157, 0.00201414665, -0.00943552703, 0.000770866, 0.0134191327, -0.00218013022, -0.0129339499, -0.000626827357, -0.00082433183, 0.0091674, 0.0114720175, -0.018679535, 0.0133042214, -0.0132786855, 0.00831833, -0.00306112, -0.0120018888, 0.00615096791, 0.00879712868, -0.00415278086, 0.0217438471, 0.0229312684, -0.00415597297, 0.00208277442, 0.00139170839, -0.0481097, 0.0146193216, 0.00376016623, -0.00578069687, 0.000632413314, 0.0129275657, 0.0164196044, 0.003109, -0.000139150885, 0.0177091695, 0.0218332224, -0.00410490111, -0.0110506751, 0.00469222758, -0.0145682497, -0.0227142125, -0.00813319441, -0.00870775338, -0.0074692606, -0.0017859193, 0.00633291155, 0.0290343557, -0.00176995934, 0.0103420531, 0.0185390878, -0.0135595808, -0.00266690901, 0.00856092107, 0.0144916419, 0.0123530077, -0.015781207, -0.0361078084, -0.00457412377, 0.0161514767, -0.0064893188, 0.0144916419, -0.00874605682, -0.0312559828, -0.0020125506, 0.0172495227, 0.0296216831, 0.00238122582, 0.00555406557, 0.00838216953, 0.0051582586, 0.00247060158, -0.0237484183, 0.0163429976, 0.00130313053, -0.00551256957, -0.00148427614, -0.0225226935, 0.0027706488, -0.00870136917, -0.0263530836, 0.00238920562, -0.0107506281, 0.0124870716, -0.00597540848, 0.0146959294, 0.00988240633, 0.0156024545, 0.00289194449, 0.00887373649, 0.0188965909, 0.00104138721, 0.0119380485, 0.00926316, -0.00314889965, -0.011842289, -0.00417512516, 0.00142043631, -0.00411766907, -0.0116316173, 0.0145810181, 0.00329413544, 0.00312017184, 0.022177957, 0.00557002518, 0.00780761149, 0.00790337101, 0.0112102749, 0.00118821883, -0.00522209844, 0.015423703, 0.0104058925, 0.00295259221, 0.0201989226, 0.0170707703, 0.0164451413, 0.0140958354, -0.00830556173, 0.0233398434, 0.0212331284, -0.00633610319, 0.0121104158, -0.0065308148, -0.0165855885, 0.0139681557, 0.0196882039, 0.017338898, 0.0247187838, 0.00886096898, -0.000334361132, 0.000500344671, 0.0229057316, 0.00436345255, 0.00935891923, 0.0101122297, 0.0147980731, -0.0108910752, -0.00293982425, 0.00564024923, -0.019254094, 0.0169175547, 0.00610308815, 0.00494439481, 0.015615223, 0.0150023606, -0.0243357439, -0.013700028, 0.0286768526, 0.00159679377, -0.023493059, 0.0259317402, -0.000604483415, -0.0027706488, -0.00325263944, 0.0173005946, -0.0218587592, 0.0123913111, 0.0161770135, 0.0121487202, -0.0161131732, 0.00619565556, 0.0190753415, 0.0230589472, 0.00886735227, -0.0183986388, 0.0284470301, 0.0112613467, 0.00464115571, 0.00397083769, -0.0220885817, 0.00176676735, 0.011676305, -0.00918016769, -0.00153534801, 0.00955682248, 0.00837578624, -0.00180666731, -0.00732242875, -0.0136872604, -0.00503057893, -0.00441133231, 0.0304388329, 0.0318433084, -0.0028440645, 0.00979941431, -0.0117976014, 0.0177857764, 0.000963981438, 0.00200776267, -0.00314730383, -0.0315879472, -0.0166238919, 0.0108208517, -9.93756748e-06, -0.00677340617, -0.0298259705, -0.00467945961, -0.00880989712, 0.0185263194, 0.0199818667, 0.0142235151, -0.0198414195, 0.00875882525] |
29 Jul, 2024 | Explain the use of environment variables in Postman requests.
29 Jul, 2024
Postman is a powerful API development tool which offers a feature known as environment variables. These variables are used for efficiently testing and development of APIs by allowing users to manage dynamic values across requests easily. Table of ContentWhat are Environment Variables in Postman?Advantages of Using Environment VariablesHow to Use Environment Variables in Postman RequestsPrerequisitesBasic HTTP conceptsKnowledge of REST APIWhat are Environment Variables in Postman?Environment variables in Postman acts as placeholders for values that can change or need to be reused across multiple requests. These variables give the option to hold and repeat parameters in the requests, collections, scripts and so on. If we need to modify a value, we need to do it in only one place. Advantages of Using Environment VariablesReusable and Dynamic: Environment variables makes it possible of reusing values across requests. They allow for dynamic changes without disturbing individual requests.Scoped Values: We can create multiple environments in Postman (e.g., development, testing, production). Environment variables takes care that the same variable name can hold different values within different environments.Security: They store sensitive information such as API keys or tokens securely. Environment variables can be hidden from shared collections, which takes care of security and confidentiality.How to Use Environment Variables in Postman RequestsStep 1: After downloading and installing the Postman, open the software. Add a new Collection using `+` icon and give it a name like "Test" Step 2: Create environment "GFG" using Add ButtonStep 3: Add a environment variable; 'var' and add a initial value 1 and click on save.Step 4: When you hover, on the name of your collection, 3 dots will appear. Click on those 3 dots, and then click on "Add new request".Step 5: Now You can simply paste the API in the space provided and select the environment "GFG" and select the API type you are requesting from the dropdown like GET,POST, PUT, DELETE etc. Output will be shown in the body with the status code.API Used:https://jsonplaceholder.typicode.com/posts/?userId={{var}}Output :
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests. | https://www.geeksforgeeks.org/explain-the-use-of-environment-variables-in-postman-requests?ref=asr10 | CSS | Explain the use of environment variables in Postman requests. | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to create and send POST requests in Postman?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0377859734, 0.0232609306, -0.0134297973, 0.0127648273, 0.0375252031, 0.0181237068, -0.00820782315, 0.00654539652, -0.0194536485, -0.0271203686, 0.0302496403, 0.00438098237, -0.0474867225, -0.0213442519, -0.0101440605, 0.0357780233, -0.0482168831, -0.0154116703, -0.0177195091, 0.00406153593, -0.0112914611, 0.0159592927, -0.0341873094, -0.0342916176, 0.0131299086, 0.0236390512, 0.0271986, -0.00975942053, -0.010131022, 0.0171327703, 0.0524153262, -0.00706694182, 0.0124388607, -0.0107699148, -0.0167416111, -0.00255557313, 0.00481451722, -0.00805787835, -0.0351782478, -0.0196753051, -0.0188669097, -0.0188538712, 0.0156072499, -0.0344220065, -0.0478257239, -0.0273289867, 0.0082339, -0.0333267599, 0.00522849383, 0.0078231832, -0.0158028305, -0.0392723791, 0.00865765568, 0.0305104144, 0.00968770869, 0.0348653197, 0.0137688024, -0.0173022728, -0.0450615324, -0.0304321814, 0.0230262354, -0.0124193029, 0.0106656058, -0.0154116703, 0.00882063899, 0.0375252031, -0.0280330721, 0.00982461404, -0.00570440432, 0.0243952926, -0.0101636183, 0.0527543314, 0.00829257444, 0.0463914759, 0.0112523446, -0.0400286205, 0.0213572904, 0.00501009682, -0.0184235964, 0.0127974236, -0.0286328495, -0.00374860852, 0.0122172041, -0.029623786, 0.0475128, -0.0200795028, -0.0134558752, -0.0510332324, 0.0602906644, -0.01655907, -0.00915312394, 0.00263380492, 0.00457656197, -0.0309798047, -0.00586412754, 0.0213833675, -0.0225568451, 0.000914334494, -0.00621943036, 0.0231696609, 0.0175760854, -0.0186322145, -0.00141306245, -0.0357519463, 0.0251645725, -0.0229610428, 0.00258653983, -0.00873588771, -0.0185539816, 0.0164286848, -0.00739942724, 0.00376164727, -0.0157506745, 0.0322575904, -0.00249200966, 0.0114740022, 0.00510462699, -0.0424016528, -0.0163113363, 0.0210834779, 0.0322575904, 0.0171588473, 0.0580480173, 0.0277723, 0.00110176497, 0.00550556509, 0.0340569243, -0.00164857286, -0.0174717754, -0.00707346154, 0.00541103492, 0.0234956257, 0.0083968835, 0.0223873425, -0.0217484497, -0.0025148273, 0.0195058025, 0.0513983108, -0.0291804727, -0.0121389721, -0.0731728375, -0.0494946726, -0.050068371, 0.0118651614, 0.0251906496, -0.0403154716, 0.00409739232, 0.0344741605, 0.0118064871, 0.0118456027, -0.00132586656, -0.0364299566, 0.0292847827, -0.0230131969, 0.00953124464, -0.057578627, 0.0183714423, -0.00469391, -0.0282156132, 0.00972030498, -0.00134623935, -0.0146684684, -0.000680453959, 0.0113566536, 0.0112458253, -0.0088662738, 0.0274332948, -0.00959643815, -0.0264553968, 0.0203533154, -0.0156072499, 0.00150107325, 0.0267813634, 0.055596754, -0.0451658443, 0.00597169623, -0.0058706468, 0.00406805519, 0.0309798047, -0.000723237, -0.023117505, -0.0124779772, -0.00350087439, 0.0457395427, -0.00544363167, 0.00798616558, 0.0374208912, -0.0212790575, -0.00694959424, -0.00784274098, -0.0147206225, 0.00711257709, 0.00787533727, 0.011161074, 0.0240302105, 0.0418801047, -0.0338483043, 0.0182149783, 0.0100006359, -0.0388551429, 0.0222048014, -0.0549708977, -0.0118586412, 0.0291022416, 0.0132733341, 0.0234434716, -0.00278700888, 0.0258556195, 0.0330659859, 0.0267813634, -0.00336070894, -0.0199230388, -0.00719732838, -0.0318142772, 0.0305886455, -0.00734075345, -0.00729511818, 0.0159984101, 0.0117608514, -0.01388615, -0.0371340439, 0.00761456462, -0.0135341063, -0.00402242, -0.0246821418, -0.00323032262, -0.0324922875, -0.0376816653, -0.0262467787, 0.0365603417, 0.0429231972, 0.0315013491, 0.0225177277, -0.0278766081, 0.000237343964, 0.0160766412, -0.0200012717, -0.041123867, -0.00421799952, 0.0268335175, 0.00323032262, 0.00304126251, 0.00861854, -0.0558053739, 0.00843599904, 0.00230620918, -0.019597074, 0.0402633138, 0.022400381, 0.0106395287, -0.0187626015, -0.0387769118, -0.0363517255, 0.0301453322, -0.0176282395, -0.00730163744, 0.0153595163, -0.0126148826, -0.00523501309, 0.00486341212, 0.0194145329, 0.0108481469, 0.00359540456, 0.00860550161, -0.00732119568, 0.0289718546, 0.00102027343, 0.00625528675, -0.00378446467, 0.00942041632, 0.00801224355, -0.0434708185, 0.00644434709, 0.0319446623, 0.0151248202, -0.00314883119, -0.0170023851, -0.00856638514, 0.0160636026, -0.0374208912, 0.00812959112, -0.0256600399, 0.0273811407, 0.00491230702, -0.0311884228, -0.00619987259, 0.00467109215, -0.0158549845, -0.0711388141, -0.0239910949, -0.0204967391, 0.0114805214, 0.0229610428, 0.0163895693, 0.0138600729, 0.0330138318, -0.0668099821, 0.0309015736, 0.0328312926, 0.0478518046, -0.0136514548, -0.0382553637, -0.0330659859, 0.0192580689, 0.0049775, -0.0219831448, -0.00914008543, -0.00837732479, 0.0233782791, -0.0348653197, 0.0680616945, -0.0224786121, -0.0285024643, -0.0187104456, 0.0360387973, 0.0244996, -0.00413976749, -0.010672126, -0.0172370803, -0.0121063758, 0.0045798216, 0.00246267277, -0.029728096, 0.00932914577, 0.0334310681, -0.0234304331, -0.0525457114, 0.0132211791, 0.0414107144, -0.0202229284, -0.00991588458, -0.0378381275, 0.000802283699, 0.0247082189, 0.0474867225, -0.0469390973, 0.0132668149, -0.0167024955, -0.0130255995, 0.00385617721, -0.0221396089, -0.0349957049, -0.0253601521, -0.00674749538, 0.0688440129, -0.0443835258, -0.0167416111, 0.023195738, -0.0114805214, 0.0330920629, 0.000925743312, -0.00962903444, 0.0150857046, 0.0120672602, 0.0218788348, -0.0150726661, 0.00328410696, -0.0144859273, -0.00498727895, 0.00947909, -0.00702130655, 0.00919876, -0.00526435, 0.0179933216, -0.00310156611, -0.0576829351, -0.00352369202, -0.0243692156, 0.0461046249, -0.0487905852, -0.0208748598, 0.0303278733, 0.0247212593, 0.0316056609, -0.0171979647, -0.0179672446, -0.0215137526, 0.0183062479, -0.033144217, 0.0220483374, 0.00852075, 0.0170284621, -0.00892494805, 0.0511896946, 0.000367322878, 0.00550556509, -0.000369156449, -0.0261424705, 0.0420626476, -0.0104243914, -0.0251645725, 0.0113110188, -0.0196753051, -0.000253234815, -0.0368471928, 0.00502639497, -0.0334310681, -0.00657473318, 0.00794053078, -0.00730163744, 0.0138209565, 0.0127322301, -0.0202620439, -0.00157849013, -0.00226709316, -0.00827301573, 0.00601407187, -0.0347088538, 0.00846859533, 0.0161679108, -0.0113370959, 0.0507203043, -0.0647238046, -0.0386465229, 0.0258295424, 0.029649863, -0.0106134517, 0.0681138486, 0.0144598503, 0.0198317692, 0.0340569243, 0.0533019528, 0.0136905704, 0.0197535362, 0.0135471448, 0.0137557639, -0.0215137526, 0.00357584655, 0.00151248206, 0.00485363323, -0.0164286848, -0.0375252031, 0.0106786452, -0.0116891395, 0.00881412, -0.0170936547, 0.00535562076, 0.010157099, 0.0599777363, -0.0105873747, -0.0191016048, 0.00119466521, 0.0165069159, -0.00241866731, -0.0291543957, -0.0404197797, -0.0618553, 0.0409413241, -0.048347272, -0.0139252655, -0.0541364253, -0.0376034342, -0.00797964633, 0.00753633305, -0.00599777373, -0.00332648261, -0.0494425185, -1.93223968e-06, 0.0224264581, -0.0215789471, 0.0044592144, 0.0036377802, 0.0191668, -0.0196492281, 0.0393506102, -0.0245647952, -0.0269117504, 0.00193786761, 0.00437772274, -0.0190885663, 0.0132668149, -0.0166242644, 0.0245908722, 0.00580219412, -0.00764064211, -0.0139774205, 0.0127843851, -0.0143685797, 0.0269639045, -0.0291543957, -0.00833820924, 0.0260120835, 0.00622269, 0.0105156619, -0.0138731115, -0.00444943551, -0.017693432, -0.00652909838, -0.00844903756, 0.0455570035, -0.0122172041, -0.0140556525, 0.013090793, -0.0107568763, -0.00521219568, -0.01388615, -0.0620117635, -0.0210574, 0.0207966287, 0.0166764185, -0.00434838608, -0.0236651283, -0.00946605112, 0.00687788194, -0.00588368578, 0.0108090313, 0.0130321188, -0.0232870076, -0.0238215923, -0.00313579245, -0.0247734133, 0.0073081567, -0.0175891239, 0.0565355346, 0.0088662738, 0.000872773875, -0.00026362497, 0.00572396209, 0.0154638253, 0.0280591492, 0.0114609627, 0.0232870076, 0.0416975655, -0.0172501188, -0.0158289075, -0.00584782939, 0.0134037202, -0.0125888055, 0.0150857046, -0.0521023981, 0.0194275714, 0.0218006037, 0.000536214, 0.00470042927, -0.0159201771, -0.000342060521, 0.00142202654, 0.0384118296, -0.00567180756, 0.0198839232, -0.0180976298, 0.0308494177, -0.00959643815, -0.00811003335, 0.0338222273, 0.0161157567, -0.00890539, -0.00788185652, 0.0165981874, -0.0209661312, -0.0144468118, 0.00645738561, -0.0171066932, 0.00914660469, 0.00434512645, -0.0105417389, -0.0262989327, 0.025047224, -0.00754937157, -0.0372905061, 0.0271986, -0.0118847191, 0.0261424705, 0.00984417181, 0.00555771962, -0.00838384405, -0.00245941314, 0.00897710212, -0.01110892, -0.0229088869, -0.000339819526, 0.00157278578, -0.000345727633, 0.00483733462, -0.0269899815, 0.00822086167, 0.0137948794, 0.00977245905, -0.00239421986, -0.00375186815, 0.0125170927, -0.0171849262, 0.00811655261, 0.020288121, 0.029623786, 0.00525783096, 0.00381054217, -0.00611186167, -0.0505899154, -0.00891191, 0.0234825872, -0.00229154062, -0.00848163385, 0.0265857838, 0.0108937826, 0.00700174877, 0.0118260449, 0.0239519794, 0.0392202251, 0.0185539816, -0.0131820636, 0.0328312926, 0.0267552864, 0.0272507537, 0.00168850366, 0.0266900919, -0.0111675942, 0.00284731272, 0.0178629346, -0.00838384405, -0.000779873575, -0.00852075, 0.0249168389, 0.0247994903, -0.00311297481, 0.00565876905, 0.00755589083, -0.0226741917, -0.0134037202, 0.00756241, 0.0206140876, -0.0105156619, 0.0101179834, 0.0236651283, -0.0150596276, 0.0366646498, -0.0138209565, 0.0111936713, -0.00403545843, -0.00436794385, -0.0289197, -0.0229480043, -0.0525196344, -0.00304289232, -0.0068844012, 0.0373165831, -0.0236520898, -0.00725600217, -0.00846859533, 0.00799268577, -0.0343437716, 0.021292096, -0.0242909826, 0.0891321301, 0.003246621, 0.00437772274, -0.0229349658, 0.024199713, -0.00420496101, -0.0316056609, 0.0111806327, -0.0258816965, -0.0237172823, 0.0168980751, -0.0142121157, -0.0133906817, 0.0192841459, -0.0325444415, 0.0201968513, -0.00247734133, 0.00786881801, -0.0191407204, 0.014173, -0.0289718546, 0.000268514472, -0.000391362875, 0.00846207608, 0.0199882332, -0.0269117504, 0.00414628722, -0.0202098899, -0.0299627911, -0.0108546661, 0.0271725226, 0.00128104619, -0.00235999352, -0.0115131177, 0.0328573696, -0.012986484, -0.0250993781, 0.00326291914, 0.0143164247, 0.0209922083, 0.0267552864, 0.000501987583, 0.00122807676, -0.0202490054, -0.0288153905, -0.00184170762, 0.0122563196, -0.015737636, -0.0068583237, 0.0360387973, -0.00331833353, -0.0012125934, -0.0404980108, 0.0138991885, -0.00230294955, -0.0276158359, -0.0222048014, 0.00308363792, -0.0325183645, -0.0390898362, -0.0280069951, -0.008768484, 0.00755589083, 0.00155322778, 0.00308037829, -0.0344220065, -0.0077971057, -0.0010960605, 0.0224525351, 0.00880108122, 0.0265336297, -0.0212529805, 0.0346306227, -0.0170154236, -0.00324336137, -0.000960784673, -0.0341873094, 0.0392463021, 0.0124193029, -0.0174978524, -0.0235738587, 0.0366907269, -0.00256698183, 0.0113892509, 0.0127191916, -0.0131429471, -0.0162070282, -0.020470662, -0.0326226726, 0.0198056921, 0.0126996338, 0.0414628685, -0.0080187628, 0.00195253605, -0.00609556353, -0.0402893908, 0.0322315134, 0.00545993, 0.00420496101, -0.016715534, 0.020470662, -0.0273029096, -0.0242518671, 0.0286328495, 0.0122367619, 0.0177325476, -0.0225046892, 0.0227133073, 0.0219570678, 0.0382814407, -0.033639688, -0.0398721546, 0.0116174268, 0.0161548723, -0.0186322145, 0.01388615, 0.0121194143, 0.0490513593, -0.00352695165, -0.0062878835, 0.0168068055, 0.037003655, 0.00734075345, -0.0312927328, -0.0132994112, 0.0109524559, 0.0172631573, -0.00149129424, 0.0230392739, -0.00531324511, 0.0309276506, -0.00662688818, 0.0262989327, 0.0298584811, -0.0203793924, -0.0152552072, -0.00953124464, -0.0454526916, -0.00179281272, 0.0227915403, 0.00107976224, -0.0237433612, -0.0249559544, 0.0310058817, 0.00384639832, 0.0128104622, -0.00418866239, -0.00155811734, 0.0275376048, 0.0346045457, 0.0239650179, 0.00936826132, -0.0440445207, -0.0164026078, -0.0102222925, -0.0122889169, -0.0285546184, 0.0190494508, -0.022243917, 0.0325444415, -0.0160636026, 0.0185018275, -0.00206662412, -0.0424016528, 0.00504269358, -0.00579567486, 0.00593258068, -0.0117347743, -0.008768484, 0.000565143477, -0.00184659718, 0.00818174519, -0.00430927, 0.0250081085, -0.031449195, 0.0148249315, -0.00694959424, -0.00754285231, -2.10859234e-05, 0.0210182853, 0.0329356, -0.0395592302, 0.0171327703, -6.19335333e-05, 0.0242518671, 0.0103591979, -0.017771665, 0.0165721085, 0.0113240574, -0.03533471, 0.033378914, -0.0171066932, 0.0235086642, 0.0190494508, 0.00982461404, 0.018619176, 0.0076602, 0.00154263387, -0.00179118291, -0.0373426601, -0.0180193987, -0.0125170927, 0.00757544907, -0.00970074721, 0.0307190325, -0.00988328829, 0.035282556, 0.0164678, -0.0413585603, -0.0100071551, 5.1537e-06, 0.0326226726, 0.00615097769, -0.0322836675, -0.0129212905, -0.00528064836, -0.00955732167, 0.00216604373, -0.000763575255, -0.0221917629, 0.010698203, 0.0414367914, -0.0280852262, 0.00412346935, -0.0100397514, -0.0195579585, -0.00546644907, -0.0396896154, 0.00594235957, -0.00230294955, -0.0318925083, 0.019623151, -0.000217989742, 0.00682572741, 0.00359866419, 0.0097333435, 0.00580871338, 0.00174717756, -0.0280330721, -0.0338743813, -0.0108155506, -0.00396374613, -0.000768464757, -0.0303017963, -0.0195318796, -0.0136644933, -0.0177325476, -0.0229740813, -0.0188147556, 0.0135601843, -0.0146163134, 0.00426037516, 0.0180976298, 0.00180748128, -0.0061640162, 0.00166079658, 0.0283199232, 0.0084946733, 0.00951168686, -0.020314198, -0.0252167266, -0.00508506875, -0.0232087765, 0.0228697713, -0.000489763857, -0.0132928919, 0.0505377613, 0.00399634289, 0.0369515, -0.00138209562, -0.0137818409, 0.0108220698, 0.0216441397, 0.00531650474, -0.017510891, 0.0319968201, -0.020444585, 0.0141860386, 0.0658190474, -0.00645412598, 0.0179672446, 0.0242518671, -0.00241377787, -0.0301974863, 0.0300671, 0.0207314342, 0.00973986275, 0.00976594, -0.0124910157, -0.0016143464, -0.0146945454, -0.0239128619, -0.00435816497, -0.0244735237, -0.00736683048, -0.0492339, -0.0193232615, 0.0419583395, 0.00876196474, -0.0183192864, -0.0248386059, -0.0243561771, 0.00115880894, 0.00310482574, 0.0059684366, -0.0117412936, -0.0170154236, 0.0140426131, 0.00583153078, 0.0390898362, -0.000435979484, -0.00712561607, -0.0520502441, -0.00784274098, -0.0171458088, 0.0508767664, 0.00426363479, 0.00527738873, 0.00465805363, 0.00102353306, 0.00432556821, 0.0101440605, 0.0190494508, 0.0294673219, -0.0475128, -0.0120737795, -0.0104830656, -0.0204837, -0.0380206704, 0.040628396, 0.00430275081, 0.0114935599, -0.0572135448, -0.0450615324, -0.0287110824, 0.0179542042, 0.0137948794, -0.0047036889, -0.00875544548, 0.00318468735, 0.0521284752, 0.0198578462, -0.0475910306, 0.0182410553, -0.00223123701, -0.0106590865, -0.0131951021, -0.03554333, -0.00820130389, 0.00465153437, 0.00968770869, -0.000338800863, 0.0215007141, 0.0156724434, -0.0163374133, -0.0420365706, -0.0349957049, -0.000750944077, -0.0177064706, -0.0142381927, 0.029754173, 0.0241345204, 0.0043614246, 0.0435490534, 0.0151248202, -0.00921831746, 0.0222569555, -0.0358562544, -0.025894735, 0.0205358546, -0.0295455549, -0.0219049118, 0.0171849262, 0.00674749538, -0.0373426601, 0.0197013821, -0.00560661452, -0.0124193029, 0.00389855285, 0.0165069159, -0.0162591822, -0.00685180444, 0.013912227, 0.00932262652, -0.00450484967, 0.0134428358, -0.0207444727, -0.0265857838, 0.00397026539, 0.0121389721, -0.00940085854, -0.0165069159, -0.0344741605, -0.0319968201, -0.0568484627, -0.00580545375, 0.0242909826, 0.0313709639, -0.0275897589, -0.013038638, 0.00711257709, -0.016715534, 0.00597169623, -0.0124714579, -0.0261685476, 0.000780281, 0.000412143214, 0.0229610428, -0.00273648417, 0.00977245905, 0.00203891704, -0.0102027347, -0.0207314342, -0.0171718858, -0.000285423943, 0.00872284919, 0.022374304, 0.00438750163, -0.0302496403, -0.00186615507, -0.0358301774, 0.00528064836, 0.0286067724, -0.0043353471, -0.0152291292, 0.01388615, 0.0169763081, -0.0105808554, 0.00818174519, -0.00466131326, 0.015685482, -0.0132276984, -0.00103738671, 0.0112197483, 0.00707346154, -0.0154507868, -0.0206010491, -0.00666600373, 0.00483081536, 0.00482429611, -4.61190903e-05, 0.0216311011, -0.0132407369, -0.0051763393, -0.0347610116, 0.0116891395, -0.0188277941, -0.0216832552, 0.0156072499, 0.00734075345, 0.00693003647, 0.0134428358, -0.0222830325, -0.0272768307, 0.0541364253, -0.00832517073, -0.0095834, 0.0101962155, -0.00874240696, -0.00701478729, 0.0100658285, 0.0262598172, 0.0128691364, -0.038933374, 0.0200925414, 0.0020943312, -0.0186061375, -0.000350820861, -0.0107438378, 0.00398004428, 0.010698203, 0.0032580297, 0.00835124776, 0.00979853701, -0.0143294632, 0.0142251542, -0.00411369046, -0.0154638253, 0.0211877879, 0.0168328825, -0.0134428358, 0.00652909838, -0.0317360461, -0.00466457289, -0.0201707743, -0.0386465229, 0.0363778025, -0.0211356319, 0.0204054695, 0.0247342978, 0.00642152922, -0.00119629502, -0.0235347431, -0.0116174268, -0.01991, -0.0272507537, -0.00729511818, 0.0113175381, -0.0152552072, 0.000774984073, -0.0434447415, 0.0248777214, -0.00397678465, -0.0141599616, 0.00354650966, -0.0159853715, 0.00271203672, 0.00186289544, -0.00540125603, 0.022609, 0.0178238191, 0.0128235007, 0.0050296546, 0.0228567328, 0.0067866114, -0.0240171719, 0.00533606298, -0.0228567328, -0.0258816965, -0.00728207966, -0.00799268577, -0.00105449988, -0.00400286214, 0.00142365636, 0.0111219585, -0.000135479597, -0.00536539964, 0.0110502457, -0.02978025, -0.00799268577, 0.0118586412, -0.00648672273, 0.0133385267, -0.037029732, -0.0207183957, 0.000620557694, 0.0264032427, 0.0283199232, -0.00577937625, -0.00403545843, -0.00586086791, -0.00583479088, 0.0136384154, 0.00309341704, 0.0109328981, 0.0124062644, 0.0156985205, -0.00636937469, 0.0134949908, -0.0232348535, 0.010235331, 0.0327009037, 0.00808395538, -0.00897058286, 0.0304843374, 0.00604014937, 0.0103526786, 0.0131233893, -0.0112327868, -0.0116174268, -0.017797742, 0.000116736563, -0.0144598503, 0.0160636026, -0.00501987571, 0.00324336137, 0.00223775627, -0.0273289867, 0.00975290127, 0.025151534, 0.01483797, 0.013912227, 0.0317360461, 0.00487645064, -0.0160114486, 0.0208096672, -0.0117412936, 0.00914660469, 0.00656821392, 0.0258034654, -0.0177455861, -0.020288121, -0.0234825872, 0.0112458253, 0.00131201302, 0.0154768638, 0.0292847827, -0.00494490378, -0.00932914577, 0.0188799482, -0.0143294632, -0.00368993473, -0.00229317043, -0.0179150887, -0.00249363948, -0.00342590222, -0.027928764, -0.0249559544, 0.00135438854, 0.00922483671, -0.0126931146, 0.0126735568, -0.0101114642, -0.0239519794, 0.0110632842, -0.00291250576, 0.0127126724, -0.0118651614, 0.020314198, -0.00514700264, 0.01666338, -0.0318403542, -0.00547622796, 0.031709969, -0.00328899664, 0.00970726646, 0.00927699078, -0.00519589754, 0.0039604865, 0.0106916837, -0.0168719981, -0.0280591492, -0.00511440588, 0.0202229284, 0.00792749226, -0.00779058645, 0.0157767516, -0.0247603748, 0.0358562544, -0.0225177277, 0.011545714, -0.0173283499, 0.0320489742, 0.00719732838, -0.0122758783, -0.0301974863, -0.00711257709, -0.0118651614, 0.0116826203, 0.0164678, -0.03311814, 0.0094073778, -0.0113892509, 0.000416217779, -0.000311093754, 0.00853378884, 0.0208227057, -0.0186322145, -0.00521219568, -0.0207966287, 0.00595213845, -0.0270160586, -0.00681920769, 0.0132276984, -0.0183192864, -0.00141713698, -0.000303963257, 0.0137036089, -0.00290109706, 0.0274854489, 0.00807091687, 0.018619176, -0.0123019554, 0.00617379509, 0.00851423107, 0.0197404977, 0.00736683048, 0.00425059628, 0.0309276506, -0.0284503084, 0.0106786452, -0.00264358404, 0.0040582763, -4.260477e-05, 0.0200403873, 0.0261424705, -0.0257904269, -0.0162852593, -0.0204576235, 0.000580219436, -0.0449050702, 0.005772857, 0.00110095006, -0.00537843816, -0.0374208912, 0.0383596756, 0.00470694853, -0.0178368576, -0.00119629502, -0.00190853071, -0.00170480192, -0.02766799, -0.025999045, -0.00488297, 0.00784926, 0.026025122, 0.00032515105, -0.0303800274, 0.0104569877, -0.000142304518, -0.0234956257, -0.015815869, -0.0151639367, 0.01655907, -0.0203793924, 0.013938304, 0.0144468118, -0.0344220065, -0.00678009214, 0.0103591979, -0.0114153279, -0.0195188411, -0.0183714423, -0.0249559544, 0.00642152922, 0.0112849418, -0.00332322298, 0.000339004589, -0.0361170284, -0.00627484452, -0.0485558882, -0.00916616246, -0.00662036845, 0.00444291625, 0.00641826959, 0.0199491158, 0.0222308785, 0.00397352502, 0.00190527108, 0.0143033862, 0.0214485601, -0.00316512957, -0.0200273488, -0.0118521219, 0.00868373271, 0.0066888216, -0.0299367141, 0.00394744799, -0.0329877548, 0.0129799647, -0.0242388286, 0.00837080553, -0.00437772274, 0.00278374925, 0.0328573696, 0.0137296859, -0.0131233893, 0.000657228869, -0.00771887414, 0.0169763081, 0.0146815069, -0.000185291268, -0.010567816, 0.00634655729, -0.00175532664, -0.00312438374, 0.00229969, 0.00531976437, 0.00701478729, -0.00107487279, -0.0240041334, -0.0152160907, 0.027694067, -0.00185474625, -0.000858920277, -0.00042742287, 0.0139252655, -0.0240562875, -0.00715821236, -0.033587534, 0.0156333279, -0.00851423107, 0.00744506251, 0.00468413066, -0.00650302088, -0.021292096, 0.0149944341, 0.0135210678, -0.00715821236, 0.0159462541, 0.00261913659, -0.00330203515, -0.00670186, -0.00622269, 0.0180585142, 0.00637589395, -0.0383857526, 0.0198448077, 0.0146423914, 0.0233261231, -0.00816870667, 0.0127322301, 0.00713213533, 0.00247571152, 0.0142903477, -0.00853378884, -0.00538169779, -0.0214615986, 0.0204054695, 0.0169371907, 0.0188799482, 0.01666338, -0.0143164247, 0.0111415163, -0.0124258222, 0.0191016048, 0.00234695501, -0.0239650179, -0.000289702235, 0.0136644933, -0.0170545392, -0.0103331208, -0.00297443941, -0.00168524403, -0.000587146205, -0.00402567955, -0.00799920503, 0.000211266684, 0.0180454757, -0.0100267129, -0.027954841, -0.00166568602, 0.0142121157, 0.0200534258, -0.0127648273, 0.00287827943, 0.00914008543, -0.00752329454, 0.00509810774, -0.0202359669, 0.0292326268, -0.0234695487, -0.00703434553, -0.0319707431, -0.0252428036, -0.0111806327, 0.0177455861, -0.0429231972, -0.0211877879, -0.0147988545, -0.011056765, -0.00805787835, -0.00170643185, 0.00912704691, 0.0200925414, 0.00657799328, 0.0136905704, 0.0207183957, -0.0179802831, -0.0166503415, -0.0247082189, -0.0159332156, -0.0183062479, 0.000301518507, 0.00319609628, 0.0142903477, -0.00854682736, 0.0108611854, -0.0103331208, -0.00112702732, -0.0199360773, -0.0101049449, 0.027694067, -0.0238867849, 0.0103461593, 0.00846859533, -0.0193102229, -0.0184366349, -0.0196361896, -0.028346, 0.0170675777, -0.0318925083, 0.010183177, 0.00334767043, 0.0112523446, 0.0414367914, -0.015763713, -0.02489076, -0.013064716, -0.00660733, 0.0267813634, 0.0154638253, -0.0205619335, 0.00567506719, 0.00917920098, -0.0168589596, 0.00700174877, 0.0262728557, -0.00434186636, -0.0118390834, 0.0221917629, 5.87757386e-05, 0.00648672273, 0.0129930032, -0.000531732, 0.00142365636, -0.0147727774, 0.0137557639, -0.000416014052, -0.00320261554, -0.0111480355, 0.0214355215, -0.00488297, -0.0238215923, 0.000410309643, 0.0116174268, -0.0129017327, 0.00677357242, 0.00835776702, 0.00627158489, -0.00580219412, -0.0128300199, 0.0118586412, -0.0117608514, -0.00204217667, 0.00934218429, 0.00734075345, 0.0159723312, 0.00784926, -0.00297443941, -0.00346501824, 0.0120151052, -0.00547622796, 0.0125888055, 0.0137427244, -0.0323097445, -0.0215137526, -0.0068583237, 0.0420104936, 0.00374534889, -0.01388615, 0.00216604373, 0.0129473675, 0.000308445276, 0.00401590066, 0.0315535031, 0.0155681344, 0.0116043882, 0.00329225627, 0.0546579733, 0.0145120043, 0.01206074, -0.00918572117, 0.000187837883, -0.0124258222, -0.0160896797, 0.0200534258, 0.0159984101, -0.00627810415, -0.0104178721, -0.0275897589, 0.0115587525, 1.11223153e-05, -0.00804484, -0.0114218472, -0.00405175705, 0.00785577949, 0.00738638872, 0.016819844, -0.00662362808, 0.0014953689, 0.00714517385, 0.00961599592, 0.00803180132, 0.00613793917, 0.00119792495, -0.0198187307, 0.0161679108, -0.00407457445, -0.00448855106, 0.00109443069, -0.0147988545, 0.0169111136, 0.0156594049, 0.0253210366, 0.0109133404, 0.0100006359, -0.00884671602, -0.0133906817, -1.59799711e-05, -0.00437446311, 0.00777102867, -0.00331670372, 0.00106101925, -0.00533932261, 0.0192711074, -0.00335744931, -0.00573374145, 0.0131755443, -0.0200403873, 0.0131494664, 0.0165851489, 0.00277560018, -0.012549689, -0.0116369845, 0.00868373271, -0.01944061, -0.00930306874, 0.00673445687, -0.00154181896, -0.0123084746, 0.00257513113, 0.00645738561, -0.00754937157, -0.00739942724, -0.00147499598, -0.0132342177, 0.00665296521, -0.0175760854, -0.0131299086, 0.0021807123, 0.00473628519, -0.0239650179, 0.00250830804, -0.0143033862, 0.0102418503, 0.00284405309, 0.0137166474, -0.0104961041, -0.00238281116, 0.0145771978, -0.00745158177, -0.00345197949, 0.0112327868, -0.00517959893, 0.0266379379, 0.0263250116, 0.00265825237, 0.005593576, 0.00375838741, 0.017563045, 0.00807091687, 0.00437446311, -0.000786392891, 0.0165199544, -0.00491230702, 0.00347479712, 0.000920038903, -0.00749721704, 0.0255426932, 0.00875544548, -0.0115000792, 0.00729511818, -0.000476725225, 0.0036671171, -0.00534258224, -0.0187626015, -0.0136123383, -0.0184496734, -0.00518285856, -0.0234173946, 0.00583153078, -0.0028456829, 0.00131201302, -0.00497424044, 0.00460263947, -0.0103917951, 0.0040093814, -0.00880760048, -0.0400025435, 0.00656821392, -0.0023388057, -0.000158806535, 0.0155290179, -0.00694959424, -0.0374991223, -0.000286035123, -0.00107894733, 0.00702782627, -0.0101375412, -0.0122172041, 0.0175760854, 0.00103738671, -0.0071777706, -0.0119042769, 0.00151900132, -0.00613467954, 0.00316024, 0.0100332322, 0.0113045, -0.00317490846, -0.00242029736, -0.0232870076, 0.0111219585, 0.00261913659, -0.0108351083, -0.000366507971, 0.0110698044, 0.0014187668, 0.0290240087, -0.0222048014, 0.007920973, 0.00422451878, 0.0140556525, -0.000193236701, 0.00330203515, -0.0146293519, -0.0331963748, 0.0336918421, -0.0153725548, -0.00955080241, -0.00425711554, 0.00393766863, 0.00620639184, 0.00748417852, -0.0149162021, -0.00673445687, -0.00641175034, -0.00251645711, 0.00259142928, 0.00109280087, 0.0032286928, -0.0100788679, -0.00286361086, -0.0014864048, 0.0149813956, 0.00679965, -0.00622594962, 0.00882715825, 0.00653887726, -0.00900318, 0.00791445374, -0.0135732228, -0.0145380814, 0.00782970246, -0.00386921596, -0.0309276506, -0.0131494664, 0.0121324528, 0.0277462229, 0.00946605112, 0.00543059269, -0.00447225291, -0.00257350132, 0.00975290127, 0.00271203672, 0.00739942724, -0.0101636183, 0.00797964633, 0.00134786929, 0.00682572741, 0.00602385076, 0.00844903756, 0.0102809668, -0.00445595477, 0.000970563618, -0.0244474467, 0.0140295746, 0.0163504519, -0.0360648744, 0.00542407343, -0.000506062177, 0.00788837578, -0.00729511818, 0.0192319918, 0.0235999357, 0.00929654948, -0.00584782939, -0.0182932094, -0.014811893, -0.00334115117, 0.0167285725, 0.000337171048, -0.00206662412, 0.0173544269, 0.0130060418, -0.00024977143, -0.00416584499, -0.0250602625, -0.00358236581, -0.00543711241, -0.00611838093, -0.00533932261, -0.0206662416, 0.0074059465, 0.0184366349, -0.0212529805, 0.0076015261, -0.00722340588, 0.0127713466, 0.0258425809, -0.0277723, -0.00748417852, -0.00646064524, -0.00979201775, 0.0181758627, 0.014968357, -0.00179770228, -1.48212648e-05, -0.0197535362, -0.00229806, -0.0154768638, -0.00584782939, -0.00870329142, 0.00191993953, -0.00221493864, -0.0326487496, 0.00139024481, 0.00245778332, 0.00180748128, 0.0247212593, -0.00573700108, 0.000431089982, 0.0267292093, -0.0107373185, -0.0200925414, 0.0155029409, -0.0363256447, 0.00597821549, -0.0100788679, -0.0124193029, 0.0137557639, 0.0134819523, 0.0103787566, 0.0263771657, 0.0178107806, -0.00727556041, -0.00301355519, 0.0144598503, -0.00144484406, -0.000869514188, 0.00236325315, -0.0178368576, -0.0211356319, 0.00368015561, 0.0048992685, 0.0135341063, 0.0141599616, -0.000565143477, 0.0203272365, -0.0102614081, 0.0180585142, -0.0183975194, -0.000695122406, 0.0466261692, -0.0115065984, -0.0252558421, 0.00994848087, 0.0181497838, 0.0015263356, 0.0204837, -0.0047754012, -0.00124518992, 0.00728207966, 0.00234206533, 0.00199491158, 0.0216311011, -0.0195449181, 0.0398721546, 0.0153334383, 0.0105808554, 0.0113110188, -0.0149292406, 0.00150433287, -0.00237792172, -0.00550230546, 0.00142691599, -0.0283720773, 0.0141078066, -0.00434512645, 0.0157506745, -0.00674097613, -0.0134037202, -0.0228567328, -0.000554142112, 0.00357910618, -0.0255035758, 0.0214615986, -0.00447225291, -7.67548e-05, 0.0053002066, 0.0105091427, 0.00347479712, -0.00248712022, -0.00238118134, 0.00395396724, 0.0410195552, -0.00529042771, 0.0169241522, -0.00715169311, 0.000743609853, -0.00356280804, -0.0235999357, 0.00733423419, -0.0122498, -0.00148070033, -0.00730163744, 0.00818174519, -0.0031683892, 0.0133906817, -0.0200795028, -0.0138731115, 0.00204869616, -0.00203891704, -0.00840992201, -0.00507203024, 0.000111134017, 0.00324499118, 0.000819396926, 0.00899014156, 0.0087880427, -0.01110892, 0.013912227, 0.00947257, 0.0135471448, 0.0149162021, 0.00221656845, -0.0142512321, 0.0168850366, 0.00759500684, -0.00878152251, 0.011676101, 0.00809699483, -0.0169241522, 0.0149944341, -0.00344871986, 0.00897058286, 0.0199882332, -0.00314883119, -0.0159201771, -0.00255394331, -0.00114251068, -0.0113370959, -0.0126670375, 0.000607111608, -0.00645738561, 0.00387247559, 0.000807173201, 0.0112393061, 0.0020340276, -0.0212790575, 0.00855986588, -0.0170545392, -0.0166242644, -0.0159332156, -0.00168850366, 0.0226481147, 0.0117412936, 0.00113028695, 0.00336722843, 0.000833657919, 0.0233130846, -0.0182540938, 0.00122970657, 0.0395592302, 0.00138209562, 0.00853378884, -0.003246621, -0.0118064871, -0.00697567174, 0.0403415486, 0.00766671915, -0.0256470013, -0.00726252142, 0.00764716137, -0.00125415402, 0.00228013191, -0.00986373, 0.0154377483, 0.00468087103, 0.00732771493, 0.0111219585, 0.0113827316, -0.0233391635, -0.016689457, 0.021318173, -0.0067866114, -0.00161108677, 0.00665948447, 7.03882761e-05, -0.00241051824, -0.0110828429, -0.00327432808, -0.0124714579, 0.00796008855, 0.00889887102, 0.000472243177, -0.0140686911, -0.00816218741, 0.00562943192, 0.017510891, 0.0103917951, -0.00667252298, 0.0129799647, -0.0144076953, 1.73296739e-05, 0.0211095549, -0.005772857, -0.00970726646, 0.014811893, -0.00425059628, -0.0258425809, 0.0002017933, -0.0268074404, -0.00310156611, -0.0117217358, -0.00984417181, -0.0306147225, -0.00351391314, -0.00773843192, 6.65174302e-05, -0.0382553637, -0.0149553185, -0.00825997721, 0.0130973123, -0.00741898501, 0.0124584194, 0.0109980917, 0.00295814103, -0.00159886305, 0.00494490378, 0.00794053078, -0.00713865459, -0.00864461716, -0.0302496403, 0.0158028305, 0.0116500231, 0.00347153749, 0.0250341855, -0.000999085722, -0.0047525838, 0.00124926458, 0.0165329929, -0.0142251542, 0.000746054575, 0.00599777373, 0.00730163744, -0.00412020972, 0.00651279977, 0.00781666394, -0.000364878157, -0.0153464777, 0.0241866745, -0.00259631895, -0.00600103335, 0.00215463503, -0.0209661312, -0.0170545392, 0.0164938774, 0.00893146731, 0.00656169467, -0.00467435177, 0.0128235007, -0.0110828429, 0.0181237068, -0.0186974071, -0.00904881489, -0.00614771806, 0.0137166474, -0.0169111136, 0.022609, 0.00561639341, -0.0151117817, -0.00251156767, 0.0264945123, -0.0313970409, -0.00612816, -0.000356321543, 0.0252297651, -0.0047917, -0.00802528206, 0.00243822532, 0.00437446311, -0.0132668149, 0.00407457445, 0.0107503571, 0.000207293982, 0.0140817296, -0.0117282551, -0.0163113363, 0.0102222925, 0.0215919856, -0.00642152922, -0.00302659394, 0.0145511208, 0.00216604373, 0.0138079179, 0.034083, -0.0246299878, -0.000102119026, 0.0141078066, -0.0273811407, 0.0170154236, 0.00263054529, 0.00207966287, 0.0097333435, -0.00971378572, 0.0202620439, 0.00154589361, 0.00335093, 0.0157897919, 0.0150726661, 0.0108807441, -0.0188799482, -0.0129930032, 0.00134379463, 0.00147418107, 0.0137296859, 0.00302985357, 0.00465805363, 0.0120216245, -0.0117478129, 0.0169241522, -0.0261033531, 0.00191993953, 0.015711559, -0.00872936845, 0.000492208579, 0.0098767681, 0.0142903477, -0.00154263387, 0.019466687, 0.017771665, 0.000958339893, -0.00735379197, -0.0163504519, -0.0150726661, 0.0107503571, 0.000625447195, 0.00129897438, -0.00947909, -0.0113696931, -0.0270682126, -0.00287990924, -0.00338026695, 0.0219701063, -0.00106020423, -0.00477866083, -0.0146815069, 0.0048503736, -0.00942693558, -0.0180976298, -0.00765368063, 0.00839036424, 0.00369971362, 0.0085403081, -0.00528064836, 0.00733423419, 0.0238085538, -0.00541755417, -0.0183714423, -0.00325477, 0.014785816, 0.00487645064, 0.00492860517, -0.0134949908, -0.0317882, -0.0136123383, -0.0020046907, -0.0285024643, 0.00414954685, 0.00805787835, 0.008768484, -0.0264423583, -0.0101962155, 0.00496446155, -0.000578997, 0.0225959606, 0.00584456977, 0.00215463503, -0.00328247715, 0.0021432261, 0.00086055015, 0.0110828429, -0.0195188411, 0.0095051676, 0.0198839232, 0.0174717754, -0.0224525351, 0.000526842487, 0.0347610116, -0.0133320075, -0.0188017171, 0.0108416276, 0.0083447285, -0.0257121958, -0.0123867067, -0.0261946246, 0.0267292093, 0.00462545687, 0.0109785339, 0.00401916029, 0.0063856733, -0.00289946725, 0.0134297973, -0.0210574, -0.00606296677, 0.00492534554, 0.0182410553, -0.0469651744, -0.00855986588, 0.00233391626, 0.00857290439, 0.0124910157, 0.0136514548, -0.0378642045, -0.00194764661, -0.0210574, 0.00881412, -0.00743854325, 0.0090618534, 0.00280004763, 0.00694307499, 0.00848815404, 0.00741898501, 0.000628299371, 0.00434186636, -0.00816870667, -0.0291543957, -0.015868023, -0.00187104463, 0.00670837937, -0.00129652955, 0.0092117982, 0.0134428358, 0.0135471448, 0.00997455791, -0.00711909635, -0.00808395538, 0.0214746371, -0.00442335801, 0.00594235957, 0.0080187628, -1.4795799e-05, 0.0109003019, 0.000374045951, 0.00197209395, 0.000645005144, 0.0127517879, 0.00486341212, -0.0094073778, 0.00182703917, 0.00756241, 0.0210052468, 0.00762108434, 0.00857290439, -0.0112393061, -0.0137688024, -0.0200925414, -0.0133906817, 0.00548926694, 0.0104765464, 0.00141224754, 0.0220222604, 0.0196753051, 0.0164417233, -0.0168719981, 0.0130712353, 0.000731793582, -0.00784274098, -0.0246169493, 3.86829925e-05, -0.00863157865, -0.0237433612, 0.00747765927, -0.0133646047, -0.00490904739, -0.00915312394, -0.0120933373, 0.00514374301, 0.017615201, 0.0114805214, 0.014968357, -0.0150205111, -0.00147988542, 0.00144810381, 0.0113762124, 0.00586738717, 0.0154247088, 0.00982461404, 0.00301681506, 0.016689457, -0.000955895172, 0.00827953499, -0.00297117978, -0.000737090537, 0.013833995, -0.0119759897, 0.0311101917, 0.0156463664, 0.00578263635, -0.0143555412, -0.0117217358, 0.0246560648, -0.0145120043, 0.00472976593, -0.00106101925, -0.0159332156, 0.00278537907, -0.0034422006, 0.00521871494, -0.0110046109, -0.00115554931, -0.000903740642, 0.00568158645, -0.0024170375, 0.0151248202, 0.00737335, 0.0396635383, -0.0113175381, 0.0112393061, 0.00877500325, -0.00272833509, 0.00246104295, -0.00932262652, -0.0294934, -0.00576959737, 0.0105873747, -0.00973986275, -0.00102760771, -0.00167872466, -0.00702782627, 0.00219375081, 0.00722340588, -0.00560987415, 0.000862994872, 0.0190103352, -0.0118912384, -0.00790141523, -0.00917920098, -0.0184496734, -0.00225731428, 0.0123606296, 0.021422483, 0.0203793924, -0.00244800444, 0.0109720146, -0.00455374457, 0.0187104456, 0.00802528206, 0.0124649387, 0.00902925711, -0.0105221812, 0.00205684523, -0.0015075925, 0.0205228161, 0.0246430263, -0.0110763237, 0.000532139442, 0.0262858942, 0.00312438374, 0.00242681662, -0.00165916677, -0.00548600731, 0.0221917629, 0.00208618212, 0.00131690246, 0.00868373271, 0.0224264581, -0.00788185652, 0.0101701375, -0.0164938774, -0.0178368576, -0.00256861188, -0.0160505641, -0.00181563036, 0.00871633, -0.00551534398, -0.0130516766, -0.00371927163, 0.0185539816, 0.0217354093, -0.015763713, 0.0147597389, 0.00276093162, 0.0229740813, 0.00045757473, 0.0147988545, -0.0331702977, -0.00787533727, -0.00226057391, 0.00944649335, 0.0164286848, 0.00900969934, -0.0116695818, -0.0123019554, 0.00716473162, 0.0164286848, -0.0107568763, -0.016689457, -0.0183192864, 0.0132668149, -0.00842296053, 0.0265857838, -0.000447388273, 0.014733661, -0.00792749226, -0.0218918733, 0.0028261249, 0.00241866731, 0.00992240384, 0.00560987415, 0.00923787523, 0.00610208279, 0.0223091096, 0.0136123383, -0.014173, 0.0191146433, 0.0108155506, 0.0164026078, -0.019492764, 0.00918572117, 0.00910748914, 0.00671489863, 0.00724948291, -0.0204315465, 0.0203533154, 0.00882715825, -0.0109524559, -0.0189842582, -0.0120933373, -0.0159071386, -0.00264684367, 0.0164938774, -0.00449507078, 0.0144728888, 0.0070865, -0.00237466209, 0.00857942365, -0.0125105735, 0.0165199544, -0.0344480835, 0.00853378884, 0.0168850366, -0.00383987906, 0.0128691364, 0.00452114781, -0.00358562544, 0.00408435334, -0.0119368732, -0.0224916507, -0.00728207966, 0.00825345796, 0.0108481469, -0.0126605183, -0.0262728557, 0.0122889169, -0.0206792802, 0.00571418321, 0.0111545548, 0.00190364115, -0.00185148662, 0.0132407369, -0.0138209565, 0.00678009214, -0.010776435, 0.00335093, 0.00602711039, 0.00734727271, -0.0404980108, -0.00927047152, 0.0179150887, -0.0116630616, -0.00712561607, 0.00742550474, 0.00846207608, 0.0193493385, 0.00516330078, 0.00253601512, -0.0103657171, -0.00592606096, 0.0184105579, -0.00634655729, -0.00204217667, -0.0265466683, 4.94296801e-05, -0.0127843851, 0.00836428627, -0.00729511818, 0.00739942724, -0.00881412, 0.00807743613, 0.0173935443, -0.00780362496, -0.00207803305, 0.0121715693, -0.00575003959, 0.0316056609, -0.0312145, 0.00501661608, 0.00754937157, 0.00439076126, -0.00867069419, -0.0162722208, -0.0160375256, 0.0121976463, 0.00444617588, -0.00186126563, 0.00292717433, 0.0197665766, 0.0136514548, 0.0166373029, 0.0209270138, 0.00213018758, -0.00091270468, -0.00521545531, -0.00169991248, -0.00545667, 0.00518611819, -0.0131103508, 0.0147988545, -0.0263119731, -0.00508506875, 0.0273029096, -0.00252786605, 0.00619987259, 0.0106916837, 0.0154638253, 0.00379424379, 0.011161074, 0.00551534398, -0.0112197483, -0.00387899484, -0.00121177849, 0.0244996, -0.0114414049, -0.00848815404, -0.0319185853, 0.0198448077, 0.02766799, 0.00882063899, 0.0247864518, -0.00580545375, 0.00590324355, 0.0114609627, 0.00644760672, -0.00805787835, 0.0108090313, 0.0170023851, -0.0103070438, 0.0104961041, 0.000238973793, -0.00666600373, -0.00195742561, -0.000271366647, 0.0321272053, -0.00741246575, -0.00927699078, 0.0182801709, 0.0153204, 0.00943345483, -0.0052513117, 0.0113175381, -0.0313188098, -0.0152421687, -0.00595865771, -0.0199882332, 0.0209530927, -0.00243985513, 0.0120477015, -0.00112539751, 0.0196492281, 0.0089640636, -0.000367119152, 0.00744506251, 0.014890125, -0.00641175034, -0.00373557, -0.00278374925, 0.0225698836, 0.0193754174, -0.00158989895, 0.0274332948, -0.0232348535, 0.00423429767, 0.0268856715, -0.000242233451, 0.0233130846, 0.0155420573, 0.00613142, -0.0107438378, 0.00397352502, -0.00337374769, -0.00828605425, -0.0118521219, -0.0252297651, -0.0100006359, -0.018488789, 0.00295325159, -0.0189321022, -0.0135601843, 0.00440706, 0.0127909044, 0.00791445374, 0.019570997, -0.0259599295, -0.014173, -0.0151117817, -0.00263054529, -0.008768484, 0.00880760048, 0.00641175034, 0.00785577949, -0.0117804101, 0.0163765289, -0.0191276819, -0.00381706143, 0.0239519794, -0.00125741365, 0.00324988062, 0.0158289075, 0.00199328177, -0.0102027347, 0.00487971026, -0.00145706779, 0.00469065038, -0.0194275714, -0.00980505627, 0.0159201771, 0.0118456027, 0.0187495612, -0.0185279045, -0.0145380814, -0.023117505, -0.00501335645, 0.00603363, 0.00702782627, -0.00985721, 0.0082339, -0.011134997, -0.0112393061, -0.000113578761, -0.0132081406, 0.0260772761, 0.00573700108, -0.00552838249, -0.00422125915, 0.00489274925, -0.0108351083, 0.0123410709, -0.0189842582, 0.00500683719, 0.0187365226, -0.00165672204, 0.00754285231, 0.0109068211, -0.0290761627, 0.0102288118, -0.00396700576, -0.0117543321, 0.000423755759, -0.00955080241, -0.00508832885, -0.00637915405, 0.00473628519, -0.0132407369, 0.0119759897, -0.00335418968, -0.000796171837, 0.00778406719, -0.008768484, -0.00069552986, 0.00398004428, -0.0150987431, -0.00976594, 0.00475910306, 0.00102027343, -0.0109003019, 0.0100984257, -0.0161548723, 0.0100984257, 0.00665948447, 0.0583087914, 0.0170936547, 0.00454396568, -0.0182671323, -0.00665948447, -0.00128267601, 0.0170154236, -0.0071777706, -0.00747114, 0.0122237233, -5.4752094e-05, -0.013912227, -0.0347870886, -0.00115880894, 0.00956384093, 0.0162982978, -0.0169893466, -0.000134359099, 0.00549252657, -0.00892494805, 0.00431252969, -0.000935522316, -0.00283101434, 0.00504269358, -0.000297647668, -0.000255883264, 0.00352369202, -0.0118064871, -0.00608252501, -0.00134542445, 0.00329388608, 0.00207640324, 0.0141990772, 0.0155681344, -0.0336918421, -0.0127257109, -0.0339004584, 0.0155029409, 0.0109263789, -0.0447746851, -0.0126539981, 0.00190853071, -0.000661303464, -0.02499507, 0.00629766239, -0.00322054373, -0.0251384955, -0.0106786452, -0.00173902838, -0.00927047152, -0.0238476694, 0.0132602956, -0.0171197318, -0.00364103983, -0.0191276819, 0.00576959737, -0.0161939897, 0.000148925697, 0.0189842582, -0.0114153279, 0.00613467954, -0.00549252657, 0.00488948962, -0.0173413884, 0.000307834096, 0.0147727774, -0.00490252813, 0.0123606296, 0.0108351083, 0.00495142303, -0.0061411988, 0.00295162178, 0.00526109058, -0.0158810616, 0.0297020189, 0.00328573678, -0.0145380814, -0.0305364914, 0.000219212103, 0.00249363948, -0.00887279306, -0.0211617108, -0.00426037516, -0.00420822063, -0.0222830325, -0.0191668, 0.0114088086, -0.0100723477, -0.00882063899, 0.00575981848, 0.00189549208, -0.00119710993, 0.018645253, -0.0182149783, -0.0111024007, 0.0110893622, 0.0125692477, -0.0162722208, 0.0181367453, -0.0285546184, 0.0041071712, 0.025972968, -0.0143555412, -0.0203533154, 0.000937967037, 0.00202261889, -0.00824041944, -0.00411695, 0.00718429, 0.00983765256, -0.000382602535, 0.0192319918, 0.0257643498, -0.0137166474, -0.0356476381, 0.00802528206, -0.00877500325, 0.00277560018, -0.0117608514, -0.00201283977, -0.0134167587, -0.0164286848, -0.00771235442, -0.0202490054, 0.0107503571, -0.0127583081, -0.00910097, 0.0379163586, -0.00272181584, 0.00123541104, 0.00624224823, 0.00349435513, -0.0212138649, -0.0112849418, -0.0245256796, -0.000708975946, 0.00684528518, 0.000390955422, 0.0106330095, 0.0126605183, 0.00595865771, 0.00960295741, -0.00545667, -0.0052513117, -0.00490578776, -0.0250863396, -0.00947257, -0.00464501511, 0.0133646047, -0.00962903444, 0.0162331052, -0.00102108833, -0.00720384764, -0.0113762124, -0.00910097, -0.0127843851, 0.0116565423, 0.00923135597, 0.0204576235, -0.00615423732, 0.00893798657, -0.0164417233, -0.0218006037, 0.035073936, 0.0239128619, 0.0143164247, 0.0122628398, -0.0102614081, -0.0220874529, 0.017667355, 0.011623946, 0.0113501344, -0.00116043887, -0.0161939897, 0.0160244871, 0.00804484, -0.00820782315, 0.00733423419, -0.0228436943, 0.00882715825, -0.0058217519, 0.005323024, -0.000616483099, -0.000196700086, -0.0188669097, 0.0121780885, 0.0220613759, 0.00674097613, 0.00657473318, -0.0132863726, -0.025177611, 0.00938130077, 0.0211486723, -0.00490904739, 0.00337700732, -0.00385291758, 0.00125496893, -0.0121976463, -0.00251645711, 0.00176673546, 0.0188277941, 0.0140686911, -0.0138079179, -0.00590976281, -0.0160114486, -0.0128235007, 0.000616075646, 0.0160244871, 0.00871633, -0.0104635069, -0.00387573522, 0.0329877548, 0.00439076126, -0.0105287, 0.0113957701, -0.00284894253, 0.00219538063, -0.0047265063, -0.00741898501, -0.00526109058, -0.0182801709, -0.00821434241, -0.000420496101, 0.0106004132, 0.0128952134, 0.000739127805, -0.0193754174, -0.00960295741, -0.00285057235, 0.0194797255, 0.00825997721, 0.0211877879, -0.000302333414, -0.0053491015, -0.00208618212, -0.00336070894, -0.0262989327, -0.00211877865, -0.00371275237, -0.010157099, -0.009309588, -0.0171197318, -0.0121911271, -0.00661710883, -0.0401329286, 0.0159723312, -0.00410391157, 0.0114674829, -0.00736031123, 0.0106590865, -0.00330529478, 0.00464175548, 0.00138780009, -0.00711909635, 0.0291804727, 0.00679313065, 0.0239519794, -0.00815566815, 0.00712561607, -0.0210965164, -0.0112001905, -0.000682083773, -0.00719732838, -0.00404849742, 0.0242257901, 0.00628136424, 0.00105287007, 0.0326487496, -0.0106916837, 0.0131429471, 0.00169665285, 0.00262402603, 0.00132260693, -0.00173739856, 0.01991, 0.00833169, -0.0033639688, -0.00611186167, -0.00335744931, 0.0123019554, 0.0083968835, 0.0055186036, 0.00718429, 0.012523612, 0.00413324824, 0.0115783112, -0.0016819844, -0.010287486, 0.0106916837, 0.022400381, -0.00393766863, 0.0185800605, 0.00138535537, 0.00484059472, -0.015815869, 0.0262207016, 0.00400286214, 0.00945953187, 0.0131429471, 0.00263380492, -0.040654473, 0.0123084746, 0.0240302105, 0.00419844175, 0.0175500065, -0.0197535362, 0.00600103335, 0.031423118, 0.0128821749, -0.00533280289, -0.00841644127, 0.0287110824, 0.00229969, -0.0482951179, 0.0207705516, 0.00745810103, 0.00222634757, -0.00223286683, 0.0235868972, -0.00438098237, 0.00105205516, 0.0174456984, 0.0230523124, -0.00132342183, 0.0110502457, 0.024043249, 0.0145511208, 0.0099810781, -0.0146815069, 0.0168719981, 0.00448855106, 0.00961599592, -0.00194438698, 0.00631722, -0.010183177, 0.00252623623, -0.00397678465, -0.000441683864, 0.00457656197, 0.00831213221, -0.000530509627, -0.00444943551, -0.020314198, 0.0156072499, 0.00510788662, 0.0270421356, 0.0228697713, -0.0134297973, -0.0191537589, -0.000322095118, -0.00558379712, 0.00411369046, 0.0160896797, 0.00818174519, -0.00944649335, 0.00364755909, 0.00164938776, -0.0105091427, -0.0188669097, -0.0262076631, 0.0127517879, -0.00713865459, 0.015737636, 0.0123801874, 0.0240171719, 0.00259631895, 0.00333626149] |
30 Dec, 2023 | How to organize requests within a Postman Collection?
30 Dec, 2023
Postman is very useful for testing the APIs. It has a feature to organize requests within a collection. Whether you are a beginner or an experienced user, understanding how to structure your requests can drastically enhance your work of testing the endpoints. In this guide, we will explore step-by-step techniques to organize requests effectively using Postman Collections.
Prerequisites:Postman should be installed.Basic understanding of terms like APIs and CRUD operations.Ways to Organize requests within a Postman Collection:1. Naming Conventions for requests:Start by establishing a consistent naming convention for your requests. This practice ensures clarity and helps you quickly identify the purpose of each request. For example: Use verbs to describe actions, e.g., `Get User ` or `Create Account `.
Examples:
Get User -> use this name shows that its a request to get user details.Create Account -> use this name shows that its a POST request to create account.Naming of the request2. Folder Structure:Make use of folders to group related request together. This is particularly useful when dealing with various endpoints or functionalities within an API. For instance:
Create folders like `Authentication` or `User Management`.Place requests related to authentication within the `Authentication` folder and related to user management within the 'User Management'Folder Structure Example:Authentication:LoginLogoutthe above shows that Login and Logout is the request name. They all are present within the Authentication folder.
User Management:Get UsersCreate UserUpdate UserDelete UserThe above shows that Get Users, Create User, Update User, Delete User is the request name. They all are present within the User Management folder.
Requests are grouped together within a Folder3. Request Order:Arrange requests logically within folders by considering the order of execution. This helps when running collections in sequence or when there are dependencies between requests. For example:
Place login requests before other authenticated requests.Order requests for creating, reading, updating, and deleting (CRUD) operations sequentially. Request Order Example:Authentication:Login Logout Product Management:Create Product Get Products Update Product Delete Product Sequence of request within a folderConclusion:This is how you can organise your request in proper folders. Related request should be grouped together. For Example, during authentication process, we need request for signup, signin, logout that should be grouped together.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection? | https://www.geeksforgeeks.org/how-to-organize-requests-within-a-postman-collection?ref=asr10 | CSS | How to organize requests within a Postman Collection? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How to create and send POST requests in Postman?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0220895968, 0.042412024, -0.0193953905, 0.0214232877, 0.0425279066, 0.0164259691, -0.00705780741, 0.023625005, -0.0197864845, 0.0217274725, 0.0267972164, -0.0162956044, -0.000986789353, -0.0331416391, 0.00336413691, -0.0138621274, -0.0337500051, -0.0148108937, -0.0410504378, -0.0181062259, -0.00338224322, 0.00671016751, 0.0370525829, 0.0107044009, -0.00378420134, -0.000764535449, 0.00335327326, -0.0023682944, -0.0121673839, 0.0355461426, 0.0370815508, 0.0186711419, 0.0194388442, 0.00256203115, -0.0182076208, 0.0152816558, 0.0118776849, -0.0218868069, -0.026550971, -0.0043165246, -0.0215681382, 0.000269782788, 0.0033460306, -0.00735112792, -0.0110230707, -0.0203658845, 0.0041934019, -0.0252328385, -0.0167591237, 0.0311716795, 0.0187290814, -0.0631545186, 0.0095600877, -0.00854613911, -0.001811528, 0.00183235016, 0.00970493723, -0.0231180303, -0.00812607445, -0.0203513987, 0.0399206094, -0.050089065, -0.00315410481, -0.00963251293, 0.0379506499, 0.0447875634, -0.0494517274, 0.0177875571, -0.00374798896, 0.000806632394, -0.00979909, 0.0449034423, -0.0426727533, 0.049306877, -0.0130654536, 0.00346915307, 0.0563465767, 0.0103133069, 0.0372553729, 0.0045012082, -0.0118849268, 3.13746968e-05, 0.0107623413, -0.00610179827, 0.0588090234, -0.00405941624, -0.0287526883, -0.0649506599, 0.0386459306, -0.00101123273, -0.0116386823, 0.0222054757, 0.0276228599, -0.0211480726, 0.000904858694, 0.00254573557, -0.00578312902, 0.00633717934, 0.000268877455, -0.0153395953, 0.0395439975, -0.00228862697, 0.00637701293, -0.0194243602, 0.00621043565, -0.0210177079, 0.0418615974, -0.015368565, -0.0362993628, -0.0127829965, 0.0230745748, 0.0126671158, -0.023538094, 0.0367918536, 0.0212204978, -0.0471341312, -0.0460332707, -0.075379841, -0.0335472152, -0.00416081073, 0.047365889, 0.00660877256, 0.0291148126, 0.0462360606, -0.0449034423, 0.0346191041, 0.0355751142, 0.0299839117, -0.0291872378, 0.0343583748, -0.0307950713, -0.00367375347, 0.0201775786, 0.0334603079, 0.0186132, 0.0199892744, 0.00531598832, 0.0211625583, -0.0227124505, 0.00598954, -0.0637339205, -0.0600257628, -0.00431290315, -0.0110013429, 0.0228138454, -0.0114358924, -0.011081011, 0.0816952959, -0.0119935647, 0.0412821956, -0.0356620252, 0.00494299969, 0.0160203893, -0.0206700675, 0.0364731848, -0.045511812, -0.0046388153, -0.0308530107, 0.0237264, 0.011182406, 0.0569259785, -0.0518562347, 0.00525442697, 0.0375450701, 0.0111244656, 0.0378927104, 0.0244506486, 0.0134710325, -0.0574184656, 0.0255949628, -0.0305922814, 0.0116097126, 0.00724973297, 0.0227848757, -0.0501470044, -0.0543186814, 0.00827816688, -0.0110954959, 0.0307081603, -0.0087923836, -0.0170343388, 0.0103929741, 0.00729318801, 0.0105088539, -0.0142459795, 0.0102988221, 0.0324173868, 0.00783637539, -0.00867650378, 0.00176988367, -0.0312585905, 0.0174544025, 0.0555643886, 0.00606196467, 0.0547242612, -0.0130147561, -0.0357199647, 0.020814918, 0.00819125678, 0.00428755442, -0.021292923, -0.0306791905, -0.00533409417, 0.0454538725, 0.0234801546, 0.00339672808, -0.00566000631, 0.0196850896, 0.0135000022, 0.0121456571, -0.0185118057, -0.00795949716, -0.0140504315, -0.0170053691, 0.020423824, 0.000596600177, -0.0253487173, 0.0271593407, -0.0152092306, -0.0311716795, -0.024117494, 0.0132537577, 0.0219012927, -0.0122180814, -0.0113272555, 0.0210177079, 0.00667033391, 0.0270000044, -0.0011180595, -0.0173240378, 0.0236974303, 0.00425134227, 0.00138784223, -0.00703607965, 0.0239726435, 0.00766979763, -0.0136738224, -0.0290134177, -0.0316931382, 0.0243057981, -0.00558033912, 0.0254211426, 0.00323920394, -0.0336341262, 0.0154409902, 0.0323015079, -0.0242768284, 0.0591566637, 0.00263807713, 0.0132103032, -0.00261997106, -0.0254935678, -0.0225531161, 0.0373133123, 0.00339129637, 0.0195981804, -0.0157306902, -0.0197285451, -0.0114286505, 0.00892274827, -0.000964156585, 0.00434187334, 0.0129133612, 0.0167301539, 0.02742007, -0.0169474278, -0.00587728107, 0.00731853675, 0.00884308107, 0.0308819804, 0.0284485035, -0.0163825136, 0.014687771, 0.0229731798, -0.0114141656, -0.0142459795, 0.0080246795, -0.00892274827, 0.00800295267, 0.0066920612, -0.0107840691, -0.0551008694, 0.0433100946, -0.0168750025, -0.0294189975, -0.00311064976, -0.0124281142, 0.0114358924, -0.0679055899, -0.0188884158, -0.0378927104, 0.0122905066, 0.0267247912, -0.0260874517, 0.0110737681, 0.0153830498, -0.0159624498, 0.0254356265, -0.0122905066, 0.050262887, -0.032098718, -0.0441502221, -0.0261019357, 0.0142677063, 0.00114612421, 0.0112620732, -0.0272897054, -0.016049359, -0.042498935, -0.02742007, 0.0579688959, -0.0444688946, -0.0327360593, -0.0111534353, -0.0130147561, 0.0295203924, 0.0350246839, 0.0157596599, -0.0336051583, -0.0354012959, 0.0036610791, -0.0110954959, -0.0326201767, 0.0080246795, 0.00902414322, -0.0310268309, 0.00824919716, -0.00507698581, -0.0087127164, -0.0138548845, -0.0155858397, -0.0229297262, 0.014296677, 0.00909656845, 0.0177006479, -0.00530512445, -0.0562306978, -0.017599253, 0.000699805678, -0.012254294, -0.0097556347, -0.0342714675, -0.034039706, 0.0185262915, 0.0460043, -0.0142821921, -0.014195282, -0.00475469511, 0.0300128814, 0.00491040852, 0.000977736199, -0.0356620252, 0.0363573022, 0.0383272618, 0.00892274827, -0.013717277, 0.0429334864, -0.0289699621, 0.0078074052, 0.0124063864, 0.0180917419, -0.0313744694, -0.0216550473, 0.00943696499, -0.0241899192, -0.0318379886, 0.0144270416, 0.0207859483, 0.0437156744, -0.00593884243, 0.0144560114, 0.0362703949, 0.00748149306, -0.0250300486, -0.0556802675, -0.0335182473, -0.00209126924, -0.016440453, -0.00761185773, 0.0198154543, 0.0159914196, 0.0411952883, -0.00331343943, 0.0559699684, -0.00759737287, 0.0060692071, -0.0209307987, -0.0128336931, -0.0141807972, -0.0193229653, -0.00345104677, 0.024595499, -0.0255515072, 0.0230890606, -0.0316931382, 0.00810434669, -0.0336051583, 0.00130274298, 0.00103658147, -0.0203658845, 0.00885756593, 0.00751770521, -0.02684067, 0.0192505401, -0.0113924379, -0.025971571, 0.0411663167, 0.00123756065, -0.00878514163, 0.0483508669, -0.0209307987, 0.0283181388, -0.00208221609, -0.0209452827, 0.0422671773, 0.0244071931, -0.0183959268, 0.0570418574, -0.00522545725, 0.035980694, -0.00885756593, 0.0108637363, -0.00974839274, 0.0112403454, -0.0308819804, 0.00348906987, -0.00994394, -0.0234511849, -0.000186946796, 0.0116024697, -0.0187435653, -0.0108202808, -0.032967817, -0.00766979763, 0.00817677192, -0.0537392795, 0.016397, -0.0149629861, 0.00201160181, 0.0281732883, 0.00218180032, 0.00305452035, -0.00173910311, 0.000809801, -0.0370525829, -0.0138259148, -0.0675000101, 0.0235960353, -0.0323884189, 0.00116513565, -0.0226834808, -0.00539203454, -0.0226110555, 0.00541738281, 0.0336630978, -0.00829989463, -0.0533626713, 0.00304727792, 0.0114214076, -0.00270507019, 0.0151947457, -0.0105523085, -0.017888952, -0.00811883248, 0.0122832647, -0.0279560145, -0.0204672795, 0.0139924921, 0.0177875571, -0.0148326205, 0.00154446112, -0.0158465691, 0.000955103489, -0.00833610725, 0.0137752173, -0.0220461413, 0.00341121317, -0.0206990391, 0.00517476, -0.0164114833, -0.0259860568, 0.0466995798, -0.0154120205, 0.00711212587, -0.00104201341, 4.07743755e-06, -0.0331706069, -0.0124643268, -0.000621496234, 0.0185407754, -0.0305922814, -0.00906035583, -0.0208004341, -0.017410947, 0.0133623956, -0.0264350902, -0.0503787659, -0.0308530107, 0.000931565359, 0.00283181388, -0.0115228025, -0.00339672808, 0.0262323022, 0.017599253, -0.00628286088, 0.0131016653, -0.00645305915, -0.000501089846, -0.00223430828, 0.0319249, -0.0316062309, 0.0464098789, -0.0241609495, 0.0260729659, -0.00674638, -0.0206990391, 0.000127083083, 0.018482836, 0.00221439148, -0.0028155183, 0.0010619302, 0.0112403454, -0.00143129728, -0.033344429, -0.0326781198, -0.03131653, 0.018772535, -0.0316352, -0.0069202, -0.036067605, 0.0263916366, 0.0155858397, 0.0117183495, 0.00394715741, -0.0264640618, 0.0106247338, -0.029361058, 0.0343004353, 0.0138621274, -0.00436722208, -0.0179613773, 0.0314613804, -0.022263417, -0.00293501932, -0.0106247338, 0.0253197476, 0.000190002218, -0.0131958183, 0.00793776941, -0.0447296239, -0.0314613804, 0.00335327326, -0.014492224, -0.00679345615, -0.0148108937, -0.017497858, -0.00479090773, -0.00438894937, -0.0124353562, -0.0372843407, -0.0105233388, 0.0121166874, 0.01352173, 0.00720627839, -0.00252219732, 0.0141373416, -0.0153106255, 0.0507264063, 0.0205976442, -0.0107623413, 0.0109144337, -0.00604023738, -0.010016365, 0.0163825136, -0.0143835861, 0.0108709782, 0.0334603079, -0.0029658, 0.00189391128, -0.0250590183, 0.00995842461, -0.00752494764, -0.00348182744, -0.0164549388, 0.0097556347, -0.0223213565, -0.0127757536, -0.0305633117, -0.0196126644, -0.0216985028, 0.029361058, -0.0051638959, -0.0240885243, 0.015658265, 0.0465257615, 0.0299259722, -0.0121384142, 0.0313455, 0.0210177079, 0.0338658877, -0.0220461413, 0.0170777924, 0.0291582681, 0.0251314435, -0.00265799416, 0.0331995785, 0.0343004353, -0.0103929741, 0.0204093382, 0.00641322555, -0.00733302161, -0.0079450123, 0.0141083719, -0.00751770521, -0.00765531277, -0.0287526883, 0.00967596751, -0.0189173855, -0.0138766123, 0.0020460037, 0.0422092341, 0.0115807429, 0.0233063344, 0.00713385316, -0.015947964, 0.0170633085, 0.000183325552, 0.0171067622, -0.00389283872, -0.00319755962, -0.0240160991, -0.0134855174, -0.0127105713, -0.038616959, -0.0203369148, 0.0305922814, -0.00295312563, -0.00407027965, 0.00489230268, -0.0248851981, -0.0333154574, 0.00620681467, -0.00242261309, 0.135579422, -0.000644129, -0.0101250019, -0.00771325268, 0.00922693312, 0.021785412, -0.0286368076, 0.00773498, -0.0226400252, -0.00907484069, 0.0262612719, -0.00499369716, -0.0140214618, -0.00487781735, -0.013717277, 0.000259824359, -0.00438894937, 0.0167880934, -0.0412242562, 0.0272317659, 0.00532685174, 0.0114648631, 0.00724611199, -0.00117509416, 0.0241609495, -0.016628759, 0.0251169577, -0.0340976454, -0.0124643268, -0.0199892744, 0.0413111672, -0.0282457136, -0.0138621274, -0.00484884763, 0.0209887382, -0.00403044606, -0.0124643268, -0.00853165425, 0.0048814388, 0.0433390625, 0.0138621274, -0.0278980751, 0.0110230707, -0.0125729637, -0.0248707123, 0.000582567824, -0.021684017, -0.0168460328, 0.00333878817, 0.0205107331, -0.0105450666, -0.0158176, -0.0203513987, 0.0221040808, 0.0158755388, -0.000378193799, -0.0405869186, 0.0200037602, -0.0185842309, -0.0504656769, -0.0255225375, -0.0114865899, 0.0295059066, -0.0133986082, 0.034039706, -0.0312296208, -0.0132175451, -0.00136792543, 0.0125005385, -0.0218578372, 0.0333733968, -0.00269782776, 0.0415139571, -0.0021057541, -0.00307805859, -0.0275069792, -0.011182406, 0.0201486088, -0.00327722705, 0.00906759873, 0.0166866984, 0.00215283036, -0.00341121317, 0.0072171418, 0.0196850896, -0.00827816688, -0.00914002303, -0.000889468414, -0.0223213565, 0.032098718, 0.0153540801, 0.0101322448, -0.0214667432, 0.0119935647, -0.0160059053, -0.0218723211, 0.0132754855, 0.0365311243, -0.00481263502, -0.00235743076, 0.0168605186, -0.00771325268, 0.00254211435, 0.0136738224, 0.0191056896, 0.0164114833, -0.0280863792, 0.00362124527, 0.0153251104, 0.0210466776, -0.00596056972, -0.0357199647, 0.00900965836, 0.00407027965, -0.00047121456, 0.0250155628, 0.0309109502, 0.00622854196, -0.0151802609, -0.0156292953, 0.00835783407, 0.0127685107, -0.0279704984, -0.0465837, -0.0233208202, 0.0133479107, 0.00319755962, 0.0106681883, -0.00675000111, 0.000859593099, 0.0106392186, -0.00125114026, 0.00344561506, 0.0179468915, -0.00965424, -0.0143980719, -0.00567811262, -0.0118994126, 0.00490316609, 0.0187435653, 0.000637791818, 0.0169329438, -0.0182365924, 0.0466706082, -0.0102191539, -0.000323422486, 0.022176506, -0.0100743044, 0.040557947, 0.0103495196, 0.00518562319, -0.00336051569, -0.0286368076, -0.0148471063, -0.0237988252, -0.01887393, -0.0185552612, 0.0195402391, -0.0370815508, 0.00939351, 0.00609455584, 0.00180066423, -0.021104617, 0.00210937532, -0.0159189943, -0.00392180867, 0.0365311243, -0.00283000316, 0.0143980719, -0.0144487694, 0.0145574063, 0.000784904929, -0.0156292953, 0.0124425991, -0.0303315502, -0.0171647035, 0.0420643874, -0.00316315773, 0.00499731861, 0.0382982902, 0.0174399167, -0.0575633161, -0.000148697392, -0.0045410418, 0.013710035, 0.0327650271, 0.000735112815, -0.000129006861, -0.00266885781, -0.0398337, 0.0271593407, -0.0265654568, 0.0266233962, 0.0123267192, 0.00403768849, 0.00735837035, 0.0275794044, -0.0173095521, 0.0087054735, -0.0375450701, -0.00749597792, -0.0162666347, 0.000884489156, -0.01613627, 0.0312875584, -0.0015408399, 0.040644858, 0.00889377855, -0.00939351, -0.0276663136, 0.0287382025, 0.0533626713, -0.00618870836, -0.0303894915, 0.03131653, 0.0114648631, 0.0173530076, 0.00496834842, -0.00460984511, -0.0145429214, 0.00777119258, 0.0282457136, 0.0282457136, -0.00866926182, -0.0259570871, -0.0181641672, -0.0235670656, -0.0121963546, 0.00182510761, -0.00181967579, -0.0209452827, 0.00987875741, -0.0242913142, -0.00153812394, 0.0306502208, 0.00818401482, 0.0046533, -0.00756840268, -0.0132030603, -0.0495386347, 0.0045012082, 0.00193374499, -0.0294045117, -0.0250735022, -0.0144632543, -0.0292017218, -0.0381824113, -0.00226508896, -0.00699262461, -0.0270000044, -0.0249141678, 0.0213798322, 0.0158031154, -0.0028734582, 0.000891731645, -0.0068767448, 0.00832162146, -0.000593431585, -0.00314143044, -0.00115336664, -0.00230492256, 0.00716282334, -0.0192650259, 0.033344429, -0.0166142732, 0.0154120205, 0.0285209287, -0.00373350387, 0.00223974022, -0.000687583932, -0.0211625583, -0.000315274665, 0.0226834808, -0.0172805823, -0.0195547249, 0.013130636, -0.0194823, 0.00151187, 0.0197285451, -0.0294045117, 0.0201051533, 0.00997290947, 0.0373133123, -0.00754667539, -0.0106899161, 0.023625005, 0.00885756593, 0.00101123273, -0.00395077886, -0.00862580631, -0.00646392303, -0.00449034432, 0.0317800492, -0.0416877754, 0.00254754606, -0.0350826234, -0.00508060725, 0.0365311243, -0.00702883722, 0.00538117066, -0.00682966877, -0.0219302624, -0.00390008115, -0.00388197508, 5.9807131e-05, -0.0110665262, -0.0225531161, -0.0250590183, 0.0124788117, 0.0101684574, -0.00860407855, -0.0133116981, -0.0263626669, -0.0118342293, 0.00832886435, 0.0327650271, 0.00165853032, -0.0175413117, -0.0104147019, 0.0426437855, 0.00974115, 0.0276663136, 0.0361255445, -0.0154265054, -0.0256673861, 0.0168025792, -0.0239291899, -0.0101684574, -0.0369367041, 0.0369077325, -0.0116169555, 0.00351622934, -0.0281443186, -0.00824195426, -0.00952387508, 0.0246244688, 0.0125150243, -0.00551515678, -0.00339310686, -0.0311427098, 0.0116604101, 0.0323304795, -0.0433970056, -0.00504801609, 0.00447223801, -0.00540289795, -0.0150209256, -0.0028734582, -0.00733664306, 0.0315193199, -0.0157451741, -0.00998015236, -0.00261634984, 0.0323304795, -0.00157614704, -0.0533047318, -0.0168460328, -0.0128699057, -0.0158755388, -0.045598723, 0.0079522552, 0.0243782233, 0.0288395975, 0.0453379899, 0.0213074069, -0.0032663634, 0.00458811782, -0.0057469164, -0.0139345517, 0.02003273, -0.0263192113, 0.0102481246, 0.0222923867, -0.0146081038, -0.0045410418, 0.00164132949, -0.00987875741, -0.0186711419, -0.00707229227, 0.00115155603, 0.0039109448, -0.00592435757, 0.0070397011, -0.00903138611, 0.0150788659, 0.0184538662, -0.0100380918, -0.00661963644, -0.0199747887, -0.00154989306, 0.00688036624, -0.0215681382, -0.00428031199, -0.0256239325, -0.0622274801, 0.0101974271, 0.0132682426, 0.032880906, -0.00689123, -0.0137752173, 0.0175702833, -0.0510161035, 0.00548618659, -0.00321385521, -0.0196706057, -0.0261453912, 0.0109723732, -0.00936454069, -0.00212748162, 0.000954198127, 0.00209851167, 0.00727508171, 0.000249413279, -0.00476555899, -0.0102698514, 0.0104364287, 0.0297811218, -0.00364659401, -0.0135941552, 0.0239291899, -0.0481770486, -0.010110517, 0.0164259691, 0.00640236167, -0.0353433564, 0.000807537697, -0.00710488344, -0.0186856259, -0.00304727792, -0.000809801, -0.0159045104, -0.000140096934, 0.0157596599, 0.00164857192, -0.00226146774, -0.0153830498, -0.0356330536, 0.0131958183, -0.00974839274, 0.00244253, 0.0224951766, 0.00974115, -0.00249503809, 0.0031758321, -0.013130636, 0.00111987011, -0.0326491483, -0.0285064429, -0.00328990142, -0.00921969, -0.0134493057, 0.00922693312, -0.00140956976, 0.00558033912, 0.0654141754, 0.00557309669, -0.0189318713, -0.0150209256, 0.00110538513, -0.00228319527, -0.00249141688, 0.018468352, -0.00625389069, -0.00305089913, 0.0146588013, -0.00690571498, 0.00766979763, 0.0131523628, 0.010697159, 0.0140721593, 0.00306719472, 0.0264061205, 0.0211770423, -0.000624212145, -0.0191926, -0.00467140647, -0.00548980804, 0.0186276864, 0.0142821921, 0.0209742524, 0.0205976442, -0.000111523041, -0.0141590694, 0.00644581672, -0.00211480726, -0.0268117, 0.0389356315, -0.00736561324, 0.0230166353, 0.0446716808, 0.020814918, -0.00633355789, -0.0468733981, -0.0212349836, -0.00833610725, -0.0217129868, -0.0225531161, 0.00527253328, -0.0136883073, 0.0182800461, -0.00182601297, 0.0153975356, -0.0228862707, -0.0164549388, -0.023248395, 0.0076191, 0.000932470663, 0.00437084306, 0.00495386356, 0.0165128782, 0.0044541317, -0.0253487173, -0.017599253, 0.0118197445, -0.0147094987, -4.20121032e-05, 0.029665241, -0.0381534398, -0.00995842461, 0.00187580509, -0.0215391666, 0.000657708675, 0.00707229227, 0.00401958218, -0.0100236069, -0.017410947, -0.0105595514, 0.00745252287, -0.0342714675, -0.00513130473, 0.0081985, -0.0183235016, -0.0217274725, -0.0416008681, -0.00812607445, 0.0109578883, 0.00384214125, 0.0177875571, -0.00170017465, -0.00344742555, -0.00619957224, -0.00739096198, 0.00884308107, -0.000622401538, 0.00400871877, 0.00661601545, -0.0120877167, -0.0156437792, 0.00568535505, -0.00972666498, 0.00404493092, 0.0355171748, 0.00077720976, -0.0200037602, -0.012935088, -0.00119320035, 0.0197285451, 0.00241537066, 0.00772773754, 1.17761201e-05, -0.00861132145, 0.0121239293, 0.00449034432, 0.00692382129, 0.0216260776, 0.0130799385, 0.00583020505, -0.00430928217, -0.00171013316, 0.000362124527, 0.00569259748, 0.0162521489, 0.00508784968, 0.00595332729, -0.00198263186, 0.0189029016, 0.00714109605, -0.0141807972, 0.00101575931, 0.0196416341, -0.0144994659, -0.0131596057, -0.0202789735, 0.0261164214, -0.00207497366, 0.0213074069, 0.0203803685, -0.012543994, 0.00706142839, 0.0109434035, 1.42232902e-05, 0.0135362148, 0.00479452871, 0.020423824, 0.00869823154, -0.0048416052, -0.0234366991, -0.0240305848, 0.0178454965, -0.0115445303, 0.00399785489, 0.00966872554, -0.00946593564, 0.0196416341, -0.0136883073, -0.0116241975, 0.0146443164, 0.0100018801, 0.0206845533, 0.00177984207, 0.0239871293, -0.00580847776, 0.0109796161, -0.000601126754, -0.0100453347, 0.0174688883, -0.00458449684, -0.0013425767, 0.00559120299, 0.000874530757, -0.000554050552, -0.0180048328, 0.010016365, 0.00405579479, -0.0010039903, -0.00513492571, -0.00460622413, -0.038008593, -0.00422599353, -0.0117907748, 0.00357597973, 0.016049359, 0.0196271501, -0.000337002159, -0.019743029, 0.00465692161, -0.0195981804, -0.0138693694, -0.0100308498, 0.00344923628, -0.0454828404, -0.0190477502, 0.00371177658, 0.000905764, -0.00306900544, 0.00333516696, 0.0236539748, 0.00416443218, 0.00151187, 0.0176427066, 0.00129731116, -0.0107695833, -0.00885756593, 0.0164983943, -0.0254066568, 0.00155351427, 0.0132175451, 0.0116531672, 0.0251314435, 0.0137534896, -0.00250590174, -0.00165853032, 0.0123412041, 0.0153830498, -0.01613627, 0.0248417426, 0.00549705047, -0.00264350907, 0.0532757603, 0.00244253, 0.0181062259, 0.0109289186, 0.0184973218, 0.00470037665, -0.00427306956, 0.0289265085, 0.00988599937, -0.0168170631, -0.0167011842, 0.00184502453, -0.0137679745, 0.00397250615, 0.00643495284, -0.00526529085, -0.0219592322, 0.0170777924, 0.00784361735, -0.0156727508, 0.00782913249, 0.000851445307, 0.00111987011, -0.00471124, -0.0190767199, -0.00237553706, 0.00945869274, 0.0216985028, -0.0279994681, -0.0222923867, 0.00194279815, -0.000169859035, -0.0124281142, 0.0043961918, -0.0192939956, 0.00622854196, -0.0279704984, 0.00154717709, 0.00866926182, -0.0260005407, 0.00492851483, 0.00033971807, -0.0159334801, -0.00626837555, 0.00678983517, -0.0279270448, -0.0138548845, -0.0182800461, 0.0076191, 0.0128481789, -0.0189173855, -0.00572156766, -0.0309978593, 0.00922693312, 0.00418615947, -0.0141807972, -0.0152526852, 0.0219737161, 0.0117907748, 0.0102626095, 0.00632269448, 0.0299839117, 0.0266089104, -0.00846647192, -0.0216115918, -0.00796674, 0.0156148104, -0.000915269775, 0.00440343423, 0.0408766158, 0.00684053265, 0.00501180347, -0.0109216757, -0.0339238271, -0.0138476426, 0.00119682157, 0.0329967886, -0.00654359, -0.00979184732, 0.0173240378, -0.0196850896, 0.0266813356, 0.022364812, -0.0069346847, -0.0137027921, 0.016918458, -0.0169908833, 0.0057070828, -0.00430203928, 0.0351695344, -0.00656893896, -0.0123629319, -0.00950214826, -0.0144053139, 0.0318379886, 0.0278401338, 0.0166722145, -0.0182655621, 0.0101829423, -0.000927944144, -0.0138983401, -0.0106899161, -0.00260005426, -0.000864119676, 0.00365564716, -0.0279704984, -0.0123194763, -0.0235960353, 0.0293320864, 0.0136810653, -0.00600040331, -0.00176716771, -0.01381143, 0.00853889622, 0.00793776941, -0.0242333747, 0.00440705568, 0.00133352354, -0.0278691035, 0.0223937817, -0.00388921751, 0.00816953, -0.0150064407, 0.0126019334, -0.00635890663, 0.00475831656, 0.00824195426, -0.00944420788, 0.00050742703, -0.00329533336, -0.0211335886, 0.0106537035, -0.00546083786, -0.00220171711, -0.00553326309, 0.00531236688, -0.0280284397, -0.00774946483, -0.00581572, -0.0264350902, 0.00713023217, -0.0108202808, 0.000123575, 0.0231614858, 0.000188870574, 0.023625005, 0.0232773647, 0.00305995229, -0.00612352602, 0.00409200741, -0.00119953754, 0.0057070828, 0.00718455063, -0.0276373439, 0.0282457136, 0.013514488, 0.00483436277, 0.000185588826, 0.0244361628, 0.000924775552, 0.0348798335, -0.0101394868, 0.0158900246, 0.0214957129, 0.0120152924, -0.0212494675, -0.0299259722, -0.00479090773, -0.00216550473, -0.0204817634, -0.0177585874, -0.0299549419, -0.00671016751, 0.0139562795, 0.0334313363, 0.00837231893, -0.000425722654, -0.0263626669, 0.0284774732, 0.0194678158, 0.00319031719, 0.0363573022, -0.0270434599, -0.0249576233, -0.0261309072, 0.0095600877, 0.0108782211, 0.0297231823, -0.00852441136, 0.0042585847, -0.00386749, 0.00470037665, -0.00075684028, -0.0127612688, 0.0237843394, 0.00613801088, 0.0307081603, -0.023538094, -0.0234511849, -0.0313455, -0.0174254328, 0.00466054259, 0.0127612688, -0.00815504417, 0.0117835328, -0.00810434669, -0.017497858, 0.00835059211, 0.0133986082, -0.023625005, 0.000770419952, -0.000645487, 0.0454538725, 0.0146225886, -0.00319755962, -0.0041934019, -0.0119066546, -0.00876341388, -0.00245158304, 0.00961802807, -0.00921244826, -0.00567087, 0.00869823154, -0.0326491483, 0.0102843372, 0.00979909, -0.00474383123, -0.00202065497, -0.00442516198, 0.00248236372, 0.00090893259, -0.00447585946, -0.0148905609, 0.0174544025, -0.0220316574, -0.00556223281, 0.0152092306, 0.0134420628, -0.00808262, 0.011088253, -0.00556947524, 0.00033722847, -0.00769152492, -0.0231614858, 0.0153975356, 0.00198082114, -0.0222489312, -0.00707229227, 0.000908479909, -0.00264350907, 0.0194243602, -0.0200472139, -0.00686950237, 0.00190658565, 0.000813874882, 0.00374436774, -0.0129206032, -0.038616959, -0.0186856259, -0.00196995749, 0.00618870836, -0.0134348199, 0.0061669806, 0.00238096877, -0.00103658147, -0.00329533336, 0.00559844542, 0.0420933552, 0.0113562252, 0.0330257565, -0.0110665262, 0.0599098839, 0.00674275868, -0.00898068864, 0.00737647666, 0.00938626751, 0.00366832153, -0.00499007618, 0.00894447602, -0.000436812727, -0.00168206845, 0.00651824148, -0.0437156744, -0.00309978612, -0.000973209681, -0.0211335886, 0.00626475457, 0.0085099265, 0.00629372429, -0.00851716939, -0.000639149803, 0.0100091221, 0.0199747887, 0.0116169555, 0.030244641, -0.00866926182, 0.0209887382, -0.00751770521, -0.00961802807, -0.00618508691, 0.00593884243, 0.00881411135, 0.00848819874, -0.0132175451, 0.0327360593, 0.0133479107, 0.030824041, 0.00196452555, 0.0128481789, 0.0107840691, -0.00177169428, 0.0139128249, 0.0113634681, 0.00221258099, 0.0165708195, -0.0266233962, -0.00217093667, 0.00713023217, -0.00439981325, -0.0174544025, 0.0116604101, -0.0429045148, 0.0129930284, -9.14930279e-05, 0.00342750875, 0.0246824082, -0.0126236612, -0.000358729623, -0.00165762508, 0.00414270489, 0.00329714385, 0.0159189943, 0.0157741439, -0.00258194795, -0.0137027921, -0.012543994, -0.0196850896, -0.0132103032, -0.00994394, -0.00668844, -0.0178310126, -0.0205831584, -0.00307805859, 0.00914002303, -0.00214739842, 0.0174254328, -0.0231180303, -0.0034582892, 0.023045605, -0.00312151341, -0.0345321968, 0.000555408478, 0.0107188858, 0.00231578643, -0.00636252807, 0.00950939, -0.00122579152, 0.023639489, 0.0133406678, 0.0129495738, 0.0324463584, 0.0121384142, 0.00966872554, 0.0102770943, 0.00790155772, -0.00448672287, 0.00630096672, -0.00325187831, -0.00180971739, -0.00942972302, -0.0191781148, 0.0215536524, -0.00515665347, 0.00140594854, 0.00821298454, 0.0207424928, 0.0144053139, 0.0170053691, -0.0228717849, -0.00809710473, -0.0107623413, 0.00272860844, 0.00527977571, -0.0089155063, 0.00866201892, -0.0138621274, 0.00274852524, -0.0123701738, 0.00541014038, -0.00230130134, -0.0186276864, -0.0259860568, -0.0086330492, 0.0132827284, -0.0039544, 0.00056129304, -0.0113344975, -0.0166432429, 0.00276663154, 0.0036809959, 0.0168315489, -0.00722800568, 0.02003273, 0.0149340155, -9.63590719e-05, 0.00254030363, -0.00367737468, 0.00379506522, 0.00499007618, -0.0109578883, 0.0065942877, -0.0151368054, -0.0128264511, -0.00785810221, -0.00165853032, 0.00671016751, -0.00152182835, 0.000908027287, 5.97505496e-05, 0.00861132145, -0.0113562252, 0.0214667432, -0.021292923, -0.000642318395, -0.00682604732, 0.012645389, 0.00124118186, 0.0132175451, -0.0133986082, -0.0225386303, 0.0163100883, 0.011472105, -0.014296677, -0.00705780741, -0.00652186293, -0.00528339716, 0.0284195337, -0.000497921254, -0.0258412063, 0.00391456624, -0.00380230765, 0.00882135332, -0.00375161017, -0.0100815473, 0.0117835328, -0.00921969, 0.00293320883, -0.00756116025, -0.00736561324, 0.00965424, 0.00128101557, -0.0106464615, 0.00764082791, 0.0246244688, -0.00767704, 0.0266523659, -0.0123629319, -0.00474021025, -0.029462453, 0.0123629319, 0.0203948542, 0.0155134154, 0.00933557097, 0.0136231249, -0.0125874486, 0.00376609527, 0.0305343401, -0.0168605186, 0.0200472139, -0.00251676561, -0.0131958183, 0.00200254866, 0.0137607325, -0.00740182539, 0.00255841, -0.0028155183, -0.0105885211, -0.00895171892, -0.0283181388, 0.0164259691, -0.0125295091, -0.0318090208, 0.0176427066, 0.0117545621, 0.0108709782, -0.014876076, 0.0104581565, 0.00915450789, -0.00641322555, 0.00840853155, 0.0113417404, -0.0120877167, -0.00313961972, 0.0124208713, 0.00967596751, -0.00170741719, -0.00867650378, 0.0110303136, 0.014006977, -0.0202210341, -0.00196090434, -0.00677172886, 0.00596056972, -0.00838680379, 0.0129061183, -0.00427306956, -0.0173819773, 0.00579399243, -0.00840129, 0.0133334249, 0.00232302886, -0.0056491429, -0.00284086703, -0.0469023697, -0.00829989463, -0.00253668241, 0.00615973817, 0.0390515104, 0.0155423852, -0.0156727508, -2.59994104e-05, -0.0204527937, 0.00903862808, 0.00663774274, 0.0035107974, -0.0213218927, 0.00537392823, -0.00476193754, -0.0174399167, -0.00998015236, -0.00052779651, -0.000686678628, 0.00837231893, -0.00173186057, 0.00139780075, 0.0263481811, 0.000111466456, -0.0231614858, 0.0215246826, -0.0237553697, -0.00521097193, -0.00825643912, -0.017888952, 0.00545359543, 0.0183379874, -0.00866926182, 0.00984254479, 0.0181496814, -0.00663774274, -0.00042481735, 0.00578312902, -0.0068767448, 0.00846647192, 0.0158465691, -0.00728956703, -0.0187435653, -0.00408114353, 0.00545721687, 0.00829265174, 0.0366180316, 0.00793052744, 0.0169329438, -0.00447948044, 0.00294950441, 0.00576864369, 0.0145067088, 0.016918458, 0.000920701656, -0.00274128281, 0.0138910972, 0.0171647035, -0.0122398091, 0.0196416341, 0.00126109866, -0.00702521577, 0.0303605217, -0.00668481877, -0.0101829423, 0.00848819874, -0.00623940583, 0.0106609464, 0.000505616365, 0.00837956183, 0.0188449603, -0.00600402476, 0.00569984037, -0.000977736199, 0.00550791435, -0.0109144337, -0.0343004353, 0.00886480883, -0.0127250561, 0.00639874069, 0.000327496382, -0.0241030082, -0.0192939956, -0.0123629319, -0.00682242634, -0.00235743076, 0.00455190521, -0.00365383667, 0.0205107331, 0.00542462571, 0.00569984037, -0.0036085709, -0.00648202933, 0.0110665262, 0.0162811186, 0.0179034378, -0.00695279101, 0.0263916366, -0.00950939, 0.000973209681, -0.0126309041, 0.0105740363, 0.0117835328, 0.00876341388, 0.00652910536, -0.00569621893, 0.00755391782, -0.0257398114, 0.00608731341, 0.00544997444, -0.00292234495, -0.00269420655, 0.0115372874, -0.0123629319, 0.00861856434, -0.00177350489, -0.00496834842, -0.00714109605, -0.00394715741, 0.0029132918, 0.00517838076, 0.0063118306, 0.0105305817, -0.000965967192, 0.0172660984, 0.00201703375, -0.0138186719, 0.0213653482, 0.0094007533, 0.00698900362, -0.00770601025, -0.00842301641, -0.000184230856, 0.00974115, -0.00241356, 0.0020478142, 0.0129930284, -0.00237191562, -0.00510957697, 0.0110013429, -0.00979909, -0.00556585426, 0.0128119662, 0.0082347123, 0.00913278107, 0.0224227514, -0.00114069227, -0.00576502271, 0.0101612145, -0.0243637394, -0.0102988221, -0.0335761867, -0.0139635224, -0.0153106255, 7.3103889e-05, 0.0172805823, -0.00808262, 0.00423685694, -0.00283000316, 0.00747425063, -0.00232121837, -0.00451931404, 0.0106754312, 0.0295638479, -0.0188159905, -0.00571794622, -0.0132103032, -0.0253632031, 0.00613076845, 0.0206990391, 0.0136013972, -0.0118414722, -0.00105197181, 0.00334240939, -0.00742355315, 0.00180519081, 0.00132628111, 0.0208583735, -0.00384938391, -0.00374436774, 0.0164114833, -0.0106174918, -0.00925590284, -0.00457363296, 0.0239871293, 0.011769047, -0.00480177114, 0.000403995189, 0.000946955639, -0.00970493723, 0.0224806909, 0.0022705209, 0.0179468915, 0.0209887382, -0.0106247338, -0.000983168138, -0.000350808143, 0.0137897022, 0.00612352602, 0.0175702833, 0.0215536524, 0.00555136893, -0.00125114026, 0.00971942209, 0.00175177748, 0.00228138454, 0.000275667291, -0.0305343401, -0.00522907823, -0.00783637539, -0.00440343423, -0.00243709818, -0.027434554, 0.0039761276, -0.00753943296, 0.00525804842, -0.0306212511, 0.00408114353, -0.00472210394, 0.00162050733, -0.0332864858, -0.0116531672, -0.00227776333, 0.00642046798, -0.00709401956, 0.0258412063, 0.012551236, -0.000286983704, -0.0180482864, -0.00562379416, 0.00326093147, 0.00656169653, 0.00175630394, 0.00443964684, 0.00770601025, 0.00832162146, 0.00661239401, 0.00911829621, -0.0100380918, 0.00577588612, 0.0196561199, 0.0102988221, 0.0153395953, 0.00661239401, 0.0200906694, 0.00336413691, -0.00493213627, -0.00848095678, 0.00905311294, 0.00472572539, -0.01945333, 0.0100525767, 0.0117473202, -0.0123267192, 0.00846647192, -0.0115155606, -0.00539203454, 0.0157886297, 0.00845922902, -0.00835783407, 0.00785086, -0.0154265054, -0.0194823, 0.0238422789, -0.0027231765, -0.024117494, 0.00501180347, 0.0147167407, -0.0190477502, 0.00573605252, -0.0026308347, -0.0194823, -0.012739541, 0.0232918505, 0.00309073296, -0.00890102144, 0.00121764373, 0.0146443164, -0.0202355199, -0.0152092306, 0.00444688927, -0.00808262, -0.0154699599, 0.0253197476, -0.000608821865, -0.00480539259, 0.000408748077, -0.00498283375, 0.0101322448, -0.00165490911, 0.0103205489, 0.00394715741, 0.00234113517, 0.0197140593, 0.000454239955, 0.0121239293, 0.0419485047, 0.00223974022, -0.00378420134, 0.016918458, -0.0117038647, 0.00808986183, -0.00771325268, -0.0175702833, 0.0168460328, -0.0127757536, 0.00885032397, 0.00803916436, 0.000821570051, 0.0055042929, 0.00542462571, 0.00450845063, -0.00869098864, 0.00389283872, 0.0276083741, -0.018482836, 0.00698538218, -0.00914002303, 0.0207859483, 0.0146370735, 0.00935729779, 0.01526717, -0.00191744941, -0.00677535, 0.00848819874, 0.00104110804, -0.00116604101, 0.0135941552, 0.036067605, 0.0115083177, 0.02003273, 0.00134529267, -0.0264061205, -0.00162684452, -0.0171212479, -0.0124932965, 0.00583744748, -0.00731129432, 0.00192469195, -0.0132610006, 0.00815504417, -0.0278256498, 0.0129133612, 0.00115879846, -0.00572518911, 0.00490316609, 0.0346770473, -0.0150788659, 0.00363029842, 0.000788073521, 0.00286802626, 0.0116314404, -0.0126816016, -0.00673551625, 0.0124932965, -0.0257253274, -0.000585736416, 0.0128988763, -0.0124643268, 0.00590987224, 0.0261309072, 0.00843750127, 0.0154554751, 0.0157017205, -0.00861132145, -0.00968321, -0.0156148104, -0.0215101968, -0.00456639053, 0.00634442177, 0.0117111076, 0.0106102489, -0.0342135243, -0.0295348763, 0.00937902555, -0.00462433044, 0.0123629319, 0.00364840473, 0.00563465757, 0.00513854716, -0.0124208713, -0.000330438634, -0.00639149826, 0.0069202, 0.00499731861, -0.0102698514, 0.0186856259, -0.00997290947, 0.0025384929, 0.025087988, -0.00664860662, 0.00342750875, -0.00922693312, 0.013036483, -0.0196271501, -0.00371901901, -0.0102263968, 0.0233932454, 0.0170488227, 0.00640236167, 0.00108456297, 0.0103205489, 0.00782913249, 0.00157071522, -0.0303894915, -0.0215826221, 0.00239002192, -0.00743079558, -0.0271158852, -0.0165128782, -0.0178599823, 0.0101322448, 0.0036085709, 0.00905311294, -0.0484957173, -0.00449034432, -0.0275504347, 0.00913278107, -0.00227776333, -0.00225965702, -0.013224788, -0.000835602346, -0.00288794306, -0.00218723225, -0.00381317129, 0.00307081616, -0.017990347, -0.00746700773, -0.00652910536, -0.00545721687, -0.00873444416, 0.0171067622, -0.00216550473, -0.0137027921, 8.43637e-05, 0.0106609464, 0.0120225344, 0.00221620221, 0.00895171892, -0.0218868069, 0.0117473202, -0.000401279249, -1.31128691e-05, -0.00196814677, -0.00885756593, -0.0227703899, 0.0127902385, 0.0215826221, -0.00027815692, -0.0206121281, -0.000511500926, 0.00460260268, -0.00567087, 0.00444326783, 0.0286947489, 0.000390641828, -0.00213472405, -0.0281732883, -0.0129857855, -0.00895171892, 0.00434549432, -0.00670654653, -0.00585193234, 0.00684053265, -0.00829265174, -0.0173674934, 0.0148108937, -0.00249865931, -0.0159769338, -0.0155858397, 0.0262033306, -0.0221040808, -0.015658265, -0.00163861352, -0.0266523659, 0.0018495511, -0.00762634259, 0.0101684574, 0.0231035445, 0.00514216861, 0.00512044085, 0.0190332662, -0.0111027379, -0.012348447, -0.000117124655, -0.00493213627, 0.0305922814, 0.00513854716, 0.0341845565, 0.00553326309, -0.00466416404, 0.00733302161, -0.00550067145, -0.0172081571, -0.00651824148, -0.000874530757, -0.0171067622, -0.000787168217, 0.00441429811, 0.000701163604, -0.000112994174, -0.0215826221, 0.0155713549, -0.0293031167, -0.00637339195, -0.000548166, -0.0171647035, -0.00080572709, 0.00206048856, 0.00492851483, 0.0134058502, -0.000564008951, 0.000735112815, -0.00693830615, 0.0175847672, 0.00991497, 0.0121094445, 0.0151802609, 0.0107261287, 0.0175702833, -0.0191056896, 0.0111534353, -0.0169763975, -0.00564190047, -0.0102698514, -0.0193374511, -0.00399423344, 0.00134891388, 0.00374074653, 0.00402320363, -0.0142170088, 0.0122398091, 0.0135000022, -0.0309109502, -0.00884308107, 0.0125874486, -0.00603661593, 0.0062321634, -0.00699986704, 0.00570346136, 0.0120370192, 0.0116821378, 0.00853889622, 0.0135724274, 0.000213653475, 0.00345466798, -0.0171647035, 0.020713523, 0.00845198706, 0.0117473202, 0.0024208026, -0.0128916334, 0.0262323022, -0.0103857312, 0.00408114353, 0.0103350338, 0.0104653994, 0.00562379416, 0.00804640725, -0.0148181356, 0.00886480883, -0.00424409937, -0.0193809047, 0.0121384142, 0.000966872496, -0.00285173068, 0.00466778548, 0.0302156713, -0.00620681467, 0.0213653482, -0.0129061183, -0.00420426577, 0.0329967886, -0.0182945319, -0.0152237155, 0.00210213289, 0.0234946404, -0.023625005, -0.0134130931, 0.0207569785, 0.0185987167, -0.00584831135, 0.0187290814, 0.015368565, 0.00471124, -0.0135651855, -0.00517838076, -0.0163100883, 0.000158429481, 0.0114286505, -0.00628648186, 0.0207424928, 0.0115228025, -0.0272027943, -0.0203513987, -0.0207280088, -0.0142677063, 0.00319212768, -0.0257542972, -0.0322145969, 0.00318126404, -0.0105450666, 0.017888952, 0.0129713006, 0.00982081704, 0.00853889622, -0.0147964088, 0.000234701962, -0.000977736199, 0.0326491483, -0.00601850962, 0.0054644593, 0.00698900362, 0.0370525829, 0.014296677, -0.0172226429, 0.0170777924, 0.00945869274, 0.0125222662, -0.0214377716, 0.0230745748, 0.0210466776, 0.00777843501, -0.00861132145, -0.0173385236, 0.0276083741, 0.0144849811, -0.0316641703, -0.0385300517, 0.00803916436, -0.0167156681, -0.0187580511, 0.00420788722, 0.0104364287, 0.00612352602, 0.0154120205, 0.0276228599, 0.0130509678, -0.00254030363, 0.0105088539, -0.0106826741, 0.00895896088, -0.00470761908, -0.0011841472, 0.0217129868, -0.00762634259, -0.00676810741, 0.00130998553, -0.0252183527, -0.0115155606, 0.00563465757, -0.000831075828, 0.016397, 0.0112475883, -0.00386749, 0.00231578643, -0.00916175079, -0.00264894101, -0.00575415883, -0.0145501634, -0.0139345517, 0.0103929741, -0.0335472152, -0.0111099808, -0.0183235016, -0.0160783287, 0.00745252287, -0.000454013643, -0.0171212479, -0.00881411135, 0.000857329811, -0.0195402391, -0.0250445325, -0.00122126495, 0.0102698514, 0.0133696375, 0.0152816558, -0.00867650378, 0.00335327326, -0.00704332208, 0.0193084795, 0.00237553706, -0.0153251104, -0.0219592322, 0.0225096606, -0.00158338947, 0.000282909779, -0.00292415568, 0.00466778548, -0.0175702833, -0.00736923423, 0.024117494, 0.000207655787, -0.0126671158, 0.000191360188, 7.64422293e-05, 0.0174833722, -0.0121239293, 0.0134058502, -0.00201884424, 0.00985703, -0.0131885754, -0.00100036908, -0.00623940583, 0.00688398723, 0.0196706057, -0.0108057959, 0.0124136293, -0.00115879846, -0.00116513565, 0.00664498517, 0.00953111798, -0.0071193683, 0.0172805823, -0.00429841829, -0.00134167145, -0.0220026858, 0.00104925584, -0.0138041871, 0.012935088, 0.0081478022, -0.00232121837, 0.0108347656, -0.000737828726, 0.00321023399, -0.0142170088, -0.0170777924, 0.0147964088, 0.0171791874, 0.00525804842, -0.0252183527, -0.00571432523, -0.0304474309, -0.000339491758, -0.00453017792, 0.00569621893, -0.0167156681, 0.0247548334, 0.010110517, 0.00819125678, 0.0218143817, -0.01352173, 0.000720175158, 0.00149376376, 0.0165997893, 0.0164549388, 0.0198009703, 0.00518200221, -0.0154409902, 0.0120442621, 0.0013244705, 0.0234656706, -0.00101666467, 0.00505163707, 0.0276952852, -0.013905582, 0.0105233388, 0.0154409902, 0.0226255413, 0.0204383079, -0.00201522303, 0.0142677063, -0.0144342836, -0.0121239293, 0.00770601025, -0.0104871262, -0.00710126199, -0.006757244, 0.00678983517, -0.00530512445, 0.0129278461, 0.0163825136, -0.00990772713, 0.00889377855, 0.0296362713, -0.00250047, 0.0120370192, -0.0158755388, 0.028390564, 0.0157306902, -0.00273585087, -0.0051638959, -0.0162811186, -0.00265437295, 0.024508588, 0.00893723313, 0.00894447602, 0.00912553817, 0.0130147561, 0.00156799925, -0.00898068864, -0.011385195, 0.0138548845, -0.0281153489, -0.0245375577, -0.00454466278, -0.0211770423, -0.00342026632, -0.0225386303, -0.00554050552, 0.00350355497, 0.000808895682, -0.0223213565, 0.0131089082, -0.0128916334, -0.00787983, 0.0069202, 0.00950939, -0.00811883248, -0.00334422, -0.0089155063, 0.0112548303, -0.00487419637, -0.00485971104, -0.0256818719, 0.0107623413, 0.0102408817, -0.011870442, -0.022075111, 0.0269710347, -0.000226327829, -0.0103422767, -0.00719541451, -0.0315193199, 0.0137607325, 0.00911829621, -0.0124063864, 0.0184393805, -0.00896620378, 0.0173819773, -0.0170922782, 0.00590625126, -0.00867650378, -0.00435997918, 0.0111317085, 0.0195257552, -0.0144777391, 0.0338369161, -0.00824195426, -0.010211912, -0.0190767199, -0.0200037602, 0.0263481811, 0.0118125025, 0.00207859487, -0.00922693312, 3.5476889e-05, -0.0200037602, 0.0104364287, -0.0128264511, 0.0177006479, 0.00652910536, 0.00114974543, 0.0209452827, 0.0192650259, -0.0277966801, 0.00155532488, 0.0181786511, -0.024117494, 0.00619232934, -0.0120297773, 0.00174634554, 0.00352709298, 0.0027231765, 0.00237734756, 0.0138766123, -0.00155441952, -0.00114340824, 0.00190296443, 0.00748149306, 0.00384214125, -0.00608369196, -0.00782913249, -0.0198878795, 0.0186421704, 0.014687771, -0.00661239401, 0.0108420085, -0.0196850896, 0.0175847672, -0.0092776306, 0.0355751142, 0.0145718912, 0.00369367027, -0.019931335, -0.0302736107, 0.00414632587, 0.0094007533, 0.00982806, -0.0150643811, 0.00739458296, -0.000968683104, -0.0142677063, -0.0172805823, 0.00741631025, 0.00235018833, 0.0011941056, -0.00154536648, 0.0119645949, 0.000990410568, 0.00577950757, 0.0227703899, 0.00496110599, -0.00354338856, -0.00358141167, 0.0106681883, -0.0127829965, -0.0233642757, -0.012645389, -0.00126200402, 0.0266668499, -0.0177151319, -0.021684017, -0.025565993, 0.0200472139, -0.0181351975, 0.00851716939, -0.00998015236, 0.0172226429, -0.0145791341, -0.0338948555, 0.00595694873, 0.0023483776, 0.00555136893, -0.0252183527, 0.00566000631, 0.00949490536, -0.00499007618, 0.00519648707, -0.00661963644, -0.0197575148, -0.018381441, -0.00752494764, -0.014680529, 0.00509509211, -0.0223937817, -0.0018576989, -0.0167156681, 0.014977471, 0.0134493057, -0.0157886297, -0.00529788202, -0.0065544541, -0.00966872554, -0.0182655621, 0.00481987745, 0.0179324076, 0.0183524713, 0.00585555378, -0.0142677063, -0.0182076208, -0.00437084306, -0.0116314404, -0.00455190521, -0.00545359543, 0.0204962492, -0.00196633628, 0.0115445303, -0.0157886297, -0.00952387508, 0.0100091221, 0.0135869123, -0.0105088539, -0.0164839085, -0.00890826341, -0.0235815495, -0.022654511, 0.019931335, -0.0119935647, -0.0164549388, 0.000575325335, 0.0127612688, -0.00106283557, 0.0153106255, -0.0220026858, 0.00739096198, 0.00440705568, 0.00205505663, -0.00610179827, 0.0168025792, -0.00190115382, 0.00221077027, 0.0207424928, -0.00528339716, -0.0082347123, 0.0283181388, 0.0130147561, -0.0200182442, -0.0041934019, -0.0117255924, 0.0153395953, -0.00317945331, 0.00795949716, 0.011189648, -0.0124643268, -0.0086330492, 0.000140096934, -0.0154989297, -0.0204527937, 0.00882135332, -0.0048814388, -0.0131089082, -0.0112113757, 0.00126019341, -0.0205541886, -0.00608369196, -0.00748149306, 0.00013772049, 0.037834771, 0.00116785162, -0.00336775812, -0.00190296443, 0.0109723732, -0.00571432523, -0.0184973218, -0.0089155063, 0.00865477603, 0.0026109179, -0.00176083052, 0.00509871356, -0.00466778548, -0.0026507515, 0.0400364883, 0.0043563582, 0.00934281293, -0.00555136893, -0.0151223205, -0.0147022558, -0.0102915792, -0.00738371909, 0.0134493057, 0.00804640725, 0.00824919716, 0.00303460355, -0.0307081603, 0.00161869673, -0.00592435757, 0.0082274694, -0.0135796703, 0.0195112694, -0.0197719987, -0.0175268278, -0.0257398114, -0.0141880391, 0.0444978625, 0.0119428672, 0.0288106278, -0.00400147634, 0.000708406093, 0.00169021625, 0.00874168612, -0.0177151319, -0.0079088, 0.0216115918, -0.0161652397, 0.017019853, -0.00140504318, -0.010016365, 0.00493213627, -0.0133913653, -0.016237665, -0.0150354104, -0.0255080517, 0.00810434669, 0.0010139487, 0.0101974271, -0.0024407194, 0.00961078517, -0.00720265694, -0.00624302682, 0.0058917664, -0.0281877741, 0.00705056451, -0.0147167407, -0.0107695833, -0.00146207784, 0.0193229653, 0.00638787681, -0.00809710473, 0.00670292508, -0.00228500576, 0.0212349836, 0.00223974022, -0.00433100946, -0.0161217842, -0.0103277918, -0.0119211394, 0.0121166874, -0.0116241975, -0.00300382311, -0.00599678233, 0.0139490375, 0.0400364883, 0.0190332662, 0.00707229227, 0.0357779041, -0.01555687, -0.000417801173, 0.00235562, 0.0169474278, -0.00541376183, 0.0013326183, -0.00812607445, -0.0151802609, 0.0217709262, 0.00474383123, 0.0119211394, -0.00241174945, -0.0214522574, 0.00722800568, -0.00759013044, -0.00747425063, -0.00964699779, 0.00845198706, -0.00833610725, 0.0118994126, -0.0230745748, -0.0227414202, 0.00634804321, -0.00522907823, -0.00549705047, -0.0192360561, -0.0133116981, 0.000479815, 0.00343656191, -0.0214667432, 0.00388197508, -0.0139345517, 0.0200617, -0.00555499038, 0.00653272681, -0.00257470552, 0.00966872554, 0.0193229653, -0.00299658044, 0.0289120227, -0.0101901842, 0.0138693694, -0.00043002289, -0.0101901842, -0.0356040858, -0.00671378896, 0.00546083786, -0.00313237729, -0.000765893376, 0.0134348199, 0.0140866442, 0.00646030158, 0.0225096606, 0.0248996839, 0.0358358435, 0.0132610006, 0.0131885754, 0.0169763975, 0.000162956043, 0.0114286505, 0.00338948565, -0.00273404014, 0.00548256561, 0.0222054757, 0.0238857344, 0.0288975388, 0.00415718975, 0.00200979109, -0.00173819775, -0.000760461495, 0.0157886297, -0.0076191, -0.00337319, 0.0238277949, 0.00373350387, 0.0137824602, 0.0277387388, 0.00273041893, 0.000635075907, -0.00117237819, -0.00391818769, 0.0120225344, 0.0231759697, 0.00916175079, 0.0182365924, -0.00974839274, -0.0106464615, 0.0105088539, -0.0239291899, 0.00767704, 0.0043563582, -0.0118632, 0.00278292713, -0.00449758675, -0.0194388442, -0.01613627, 0.0201486088, -0.00941523816, -0.0195981804, 0.0285064429, -0.00502991, -0.0169619136, -0.00858235173, 0.0206845533, -0.0144994659, 0.0213074069, 0.0323594473, 0.011377953, -0.00748873549, 0.0229297262, 0.0169908833, 0.0025330612, -0.0015852002, -0.0257977527, 0.0209452827, -0.00405217335, 0.0064747869, -0.00222887658, -0.0145791341, 0.000498826557, 0.0215826221, 0.00197357871, -0.00218904275, 0.0156437792, 0.00262721349, 0.00116875698, -0.0115445303, 0.00337137934, -0.00222706585, 0.00223068707, 0.0356040858, 0.0180482864, -0.0104436716, -0.00102209649, -0.00507336482, 0.0104871262, -0.00543186814, -0.000155147733, -0.00604385836, -0.0527253337, -0.00433463091, 0.00229768013, -0.00189029006, 0.000766346056, -0.0112548303, -0.00743079558, 0.00801743753, 0.0149195306, 0.0304764, 0.00868374668, -0.0163100883, -0.00858959369] |
28 Dec, 2023 | How to handle Conditional Requests/Branching in Postman ?
28 Dec, 2023
Conditional requests or branching in Postman allows you to create logic within your requests to handle different scenarios based on conditions. This feature is useful for executing specific actions or tests depending on the response received from an API endpoint.
In this article, we'll explore how to handle conditional requests or branching in Postman.
Table of Content
Understanding Pre-request Scripts and TestsCharacteristics of Pre-request ScriptsCharacteristics of Tests ScriptsImplementing Conditional Requests in PostmanConclusionUnderstanding Pre-request Scripts and Tests:Postman offers two key areas where you can implement conditional logic: Pre-request Scripts and Tests. These areas allow you to write JavaScript code to perform actions before sending a request (Pre-request Scripts) and after receiving a response (Tests).
Characteristics of Pre-request Scripts:These scripts run before the actual request is sent.Can be used to set variables, modify request headers, or perform any actions needed before sending the request.Ideal for defining conditions based on which the request will be modified.Characteristics of Tests Scripts:Run after the response is received.Suitable for evaluating the response data and deciding subsequent actions based on the outcome.Allows conditional logic based on the response status code, headers, or body content.Implementing Conditional Requests in PostmanLet's consider an example where we want to create a new user only if the user doesn't exist; otherwise, we update the existing user data.
1. Create Requests:For this scenario we would require creating three requests in Postman:
Request 1 (GET): Fetches user data.
Request 2 (POST): Creates a new user.
Request 3 (PUT): Updates user data.
2. Pre-request Script in Request 1 (GET):In the Pre-request Script of the first request (GET), set conditions to determine whether to create a new user or update existing user data:
3. Test Script in Request 2 (POST) and Request 3 (PUT):In the Tests of the second request (POST) and third request (PUT), use postman.setNextRequest() to navigate to subsequent requests:
4. Execution:Execute the first request (GET). Depending on the condition (whether the user exists or not), Postman will navigate to the appropriate subsequent request (either POST or PUT). After the execution of the subsequent request, the flow will continue to the first request or stop based on the conditions defined in the Test scripts.
5. Testing:Test different scenarios by manipulating the conditions in the Pre-request Scripts and Tests. Ensure that the requests are sequenced correctly based on the conditions and the logic defined in the scripts.
Conclusion:Handling conditional requests or branching in Postman involves using JavaScript code within Pre-request Scripts and Tests. These scripts allow you to set conditions, modify requests based on those conditions, and perform specific actions or tests depending on the received response. By effectively using these capabilities, you can create more robust API tests and simulate various scenarios to ensure your API behaves as expected under different conditions.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ? | https://www.geeksforgeeks.org/how-to-handle-conditional-requests-branching-in-postman?ref=asr10 | CSS | Branching in Postman ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How to create and send POST requests in Postman?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.022734914, 0.0374294333, -0.0160499867, 0.0501831658, 0.0270323679, -0.0217799246, -0.0148177417, 0.0240441747, -0.0242752191, 0.00514077069, 0.0442683883, -0.0249221493, -0.0135623924, -0.020270424, -0.00419733347, -0.00928034261, -0.0555434301, -0.0160037782, -0.00459011132, -0.0299589485, -0.0304364432, 0.0300513674, 0.00126016268, 0.00285726739, -0.0037795254, 0.0232740212, -0.000224547708, -0.0138319461, -0.0232278127, 0.00578384846, 0.0150949974, 0.0180061758, -0.000718648953, -0.014548189, -0.00658095675, -0.0159883741, 0.011367457, -0.00650394149, -0.0396166667, -0.00810200907, -0.0205168743, -0.0280181635, 0.0172668286, -0.036474444, -0.0343796276, -0.00276677427, -0.00154511933, -0.0471641645, -0.00124090887, 0.00167989603, 0.0151951173, -0.040972136, 0.00923413318, 0.0146252038, 0.0342872068, 0.0192846283, 0.005837759, -0.0216721036, -0.0131850177, -0.0223806445, -0.0102892434, -0.0172360223, -0.0121607147, 0.001651978, 0.0137472292, 0.0341023728, -0.0303440243, 0.00797878392, 0.0115599949, 0.0138088418, -0.0141400071, 0.029604679, -0.0316070765, 0.0375834629, -0.00315955235, 0.0336710848, 0.0415266454, 0.0180523843, 0.0256923, 0.000318650767, -0.0242906231, 0.0197929293, 0.00834845752, -0.00599178951, 0.0325928703, -0.0371521749, -0.00386231695, -0.0730721056, 0.0635838211, 0.0147715332, 0.0223960467, 0.0100042867, 0.00266472902, -0.0328085124, -0.00636146311, 0.0275714751, 0.00153741776, -0.00408951193, -0.00745122926, 0.00581850531, 0.0341947898, 0.0164658688, 0.000678215933, -0.00791717228, 0.0230891854, -0.0219493583, 0.00221226434, 0.0105741993, -0.0435906537, 0.0256152861, -0.013523885, -0.00782860443, -0.00225654803, 0.0209327564, 0.00256460928, -0.0169895738, -0.0173130371, -0.087674208, -0.000609383511, 0.000842836103, 0.00668107672, 0.0417114832, -0.00160095538, 0.0355810635, -0.00656940416, 0.0135623924, 0.0120682959, 0.0318227187, 0.000171599691, -0.0146406069, -0.00684665935, -0.0209481586, -0.0260465723, 0.0390313491, 0.0224576592, 0.0332398, -0.00871813111, 0.0410337485, -0.0114521738, -0.0174362622, -0.0475030318, -0.0802191272, -0.000665219559, -0.00731645292, 0.0340407602, -0.0123763578, -0.0288345255, 0.070792459, -0.00131022267, 0.00970392674, -0.0228889454, -0.00422043819, 0.0186531041, -0.0251377914, 0.0341023728, -0.0186377, -0.0132928398, -0.0471641645, 0.00661946414, 0.0134314671, 0.0222112108, -0.0317919105, -0.00154511933, 0.0446072556, 0.00601874525, 0.0244908631, 0.0132466303, -0.00488662, -0.0398323089, 0.0259849597, -0.028064372, -0.0175594874, -0.00685051037, 0.0257077049, -0.0370289534, -0.00191960612, 0.0309909526, 0.000845242816, 0.051723469, -0.0130386893, -0.0181910116, -0.00233163801, 0.0198237356, 0.0118988622, 0.0127768368, -0.00820983, 0.0290809739, -0.0406024605, 0.0013824245, -0.0176056959, -0.0347184949, 0.0411877781, 0.0398323089, 0.0156418066, 0.0451925732, -0.0115214875, -0.0436830744, 0.000856313796, 0.0053872196, 0.000329721719, -0.00873353425, -0.0629060939, -0.032685291, 0.0523395911, 0.0284802541, 0.00325774681, 0.00124668505, 0.00636531366, 0.011775638, -0.0013362153, -0.0282338057, -0.0172514245, 0.00261274376, -0.0244600568, -0.0132697346, -0.00616507418, -0.0276946984, 0.0110131865, -0.0470101349, -0.0151104005, -0.00241635484, 0.019669706, -0.0192230176, -0.00484811282, -0.0394934416, 0.0146175027, 0.0169433635, 0.0032827768, -0.013308242, -0.0232432149, 0.03872329, 0.0395858586, -0.00746663241, -0.0381687768, 0.0305750705, 0.0232740212, -0.00965771731, -0.0383844227, -0.00200047228, 0.0205014702, -0.0165736899, 0.0101814214, -0.0224422552, -0.0235358737, 0.0198545419, -0.00130925991, 0.00263007218, 0.0528632961, 0.00864881743, -0.00932655204, -0.0151951173, -0.030313218, -0.00777084287, 0.0279873572, 0.0138704544, -0.014848548, -0.0320075564, -0.0200085733, 0.00407025823, -0.0158343446, 0.0166199, 0.00157881354, -0.000386761181, 0.0227657203, 0.0128769567, -0.0304518472, -5.65957089e-06, 0.00300937262, -0.012091401, 0.00319228391, 0.0478727035, -0.0358275138, 0.0174824707, 0.0166815128, 0.0113135464, -0.0372137874, 0.0117294285, -0.00318265683, -0.0109669771, 0.0066387183, -0.00327700074, -0.0165582877, 0.030528862, -0.00207748753, -0.0080018891, -0.0175286811, -0.00240672776, 0.00286689424, -0.0820058808, -0.00562596694, -0.0284186434, 0.00679659937, 0.0354886465, -0.0144326659, 0.0241828021, 0.037799105, -0.00122261781, 0.00660021044, 0.034410432, 0.0553277843, -0.0113058444, -0.045993533, -0.0213332362, 0.0182064157, 0.0209481586, 0.00463246973, 0.0210405774, -0.00232008565, -0.0103816614, -0.0124841789, 0.0442375839, -0.0510765426, 0.00328855286, -0.00175787404, -0.0135777956, 0.0294352453, 0.0460551456, -0.000827433, -0.0361971855, -0.0272634141, 0.00633450784, -0.0231970064, -0.0227503181, 0.0414034203, 0.0156341046, -0.0237207096, -0.0325004533, 0.0072394372, 0.0059109237, -0.00792487338, 0.0125842988, -0.0253688376, 0.0221341942, -0.0261543933, -0.00358313648, -0.036474444, -0.0362896062, -0.0201163944, 0.000740309479, -0.0188995525, -0.00724713877, -0.0359507389, 0.000865459326, 0.010751335, 0.0350881666, -0.0336094722, 0.00273019215, -0.017205216, 0.00260311691, 0.0434058197, 0.00104548258, 0.0242906231, 0.0607804693, 0.00147580553, 0.0232740212, -0.00924183521, -0.00316532841, -0.0438063, -0.0210097712, 0.0233972464, 0.0286958981, -0.00803269446, -0.00664642, 0.0234126486, 0.00680815196, -0.0620435178, 0.00651934464, 0.0107744392, 0.0108514549, 0.000447170023, -0.00434366241, 0.0567448661, 0.0336710848, -0.00109072903, -0.026015766, -0.00159132842, -0.00490202336, 0.00270516216, -0.0334554426, 0.0455930531, -0.0193308387, 0.0411569737, -0.00897228159, 0.0593633875, -0.0334246382, -0.0153799541, -0.00235089171, 0.00768997706, -0.0098810615, -0.015264431, -0.0412493907, 0.020794129, -0.0250761788, -0.0037795254, -0.0243984442, 0.0148331448, -0.0403868183, -0.0225192718, 0.000707096653, -0.00279758056, 0.0408181064, -0.0317919105, -0.0140629923, 0.0395550542, -0.0178059358, -0.0352730043, -0.002150652, -0.0290809739, 0.007782395, 0.0446688682, -0.0112288296, 0.0239517558, -0.0248297304, 0.00851789117, 0.0516002439, 0.0304518472, 0.0333938301, 0.0355502591, -0.0101583172, 0.0181756094, 0.00442452868, 0.043220982, 0.00412416877, -0.00766302133, -0.0287421066, 0.00639612, -0.00354077807, -0.00881054904, -0.042296797, -0.00112634862, -0.0276176836, -0.0400787592, -0.0313298218, -0.00926493946, 0.0179907717, -0.030313218, 0.00646158308, -0.000590611, 0.00697373459, 0.0132466303, 0.010651215, 0.00201587519, -0.0287421066, -0.0105048856, -0.0532329679, -0.0247989241, -0.0587472655, -0.000245125237, -0.0360431559, -0.0238901433, -0.0374910422, -5.15942302e-05, -0.0143941576, -0.00885675848, 0.00728949718, -0.0276484899, -0.0682663545, 0.0014392233, 0.0137703344, -0.00732800504, 0.00969622564, -0.00835616, -0.0076514692, -0.00717012351, 0.0153414458, -0.00314607471, -0.0320075564, 0.0397706963, 0.0144865764, -0.0300359633, 0.00989646465, -0.0159113593, -0.00964231417, -0.00745893084, 0.0161424056, -0.0065655536, 0.0112827402, -0.0467328802, -0.00812511332, -0.0325004533, -0.00387964537, 0.0264316481, -0.0111595159, 0.0111826202, 0.00321923918, -0.0239209495, -0.0168817528, -0.00322309, -0.00306713395, 0.00961150881, -0.0247527156, -0.0396782793, -0.00725869136, -0.0187301189, 0.00896458, -0.00399709353, -0.0457778908, -0.0295430664, 0.0248605367, -0.00617662631, -0.00974243414, -0.0181910116, 0.0435290411, 0.028203, -0.0113443527, 0.00732800504, -0.00987336, 0.00261081848, -0.0243214294, 0.00304402946, -0.0352421962, 4.90972488e-05, -0.0317919105, 0.0324080363, -0.0102122277, 0.00924953632, -0.00482115708, 0.000487121724, -0.00120914, 0.0135469902, 0.0475030318, -0.0134083619, 0.0223806445, -0.0373370126, -0.0270939805, -0.0376142673, 0.0293428265, -0.0272788163, 0.00768227549, -0.0362587981, 0.0059301774, 0.0286650918, 0.0190843884, 0.0173592474, 0.00580310216, -0.0185914915, -0.0158189405, 0.0412493907, -0.00572223635, 0.017513277, -0.0462399796, 0.0117063243, -0.0313144177, -0.0182064157, 0.00840236805, 0.0310217589, 0.0134391682, -0.0172360223, 0.0237053074, -0.0213178322, -0.0394934416, 0.000669070345, -0.0155262826, 0.00465557445, 0.00349456887, -0.0315454639, -0.0131619135, -0.0110208886, -0.0116678169, -0.038815707, -0.00810971, -0.0218415372, 0.0373370126, 0.0197467208, 0.00100216153, -0.0122531326, 0.00274174428, 0.0310525652, 0.0346568823, -0.0060418495, 0.0109207686, 0.00198314385, -0.0191305988, -0.00830224808, 0.00400094455, 0.0166661087, 0.0361047685, -0.00361779332, 0.0127383294, -0.0248451326, 0.0315762684, -0.00603414793, -0.00154319394, -0.0113289496, 0.0288653318, -0.00834075641, 0.019146001, -0.0318227187, -0.0285110604, -0.0131542115, 0.0430053398, -0.00410491508, -0.0199469607, 0.0140783954, 0.0254150461, -0.0054988917, -0.0103046456, 0.019977767, 0.00911861099, 0.00554125, -0.0156726111, 0.0201472, 0.0225962866, 0.00700454088, 0.0130617935, 0.00686976407, -0.0196080934, 0.00559516111, 0.0584084, -0.00435136398, 0.0116524138, -0.00421273662, 0.00887986273, -0.00757445395, 0.00475954497, -0.0127691356, 0.0265548732, -0.0390929617, -0.019146001, -0.00450924551, 0.0318227187, -0.0109053655, 0.0309909526, -0.0183912516, -0.0329009332, 0.0379223302, -0.00262237061, 0.0174824707, 0.0177751295, -0.0170357823, -0.00234319014, -0.000871235505, -0.0223344341, -0.0136163039, -0.000597349834, 0.0316994935, -0.0159421656, 0.00445533451, -0.00887216162, 0.00517542753, -0.0505220331, 0.0402944, -0.0108360518, 0.11003945, -0.00489047123, -0.000888563925, 0.0107128266, 0.0500291325, 0.0333014131, -0.0195156746, 0.00977324, -0.00811741129, -0.00547578745, 0.0347493, 0.00545268273, -0.0227041077, -0.00867962372, -0.0128384493, -0.0115522938, -0.0379531346, 0.0122069241, -0.0374294333, 0.0166353025, -0.00680045038, 0.00162791077, -0.00598408794, 0.0435598493, 0.014748428, -0.0232740212, 0.028880734, 0.00342332968, -0.0171898138, -0.000617566344, 0.0600411221, -0.012907763, 0.0102276308, -0.00992727093, 0.0147176227, 0.0127460305, -0.00996577833, -0.0164658688, 0.000366303982, 0.0240441747, 0.0192692261, -0.00504835229, -0.000508782279, -0.00323271682, -0.0164196603, -0.00847168174, 0.00965771731, 0.00357350963, 0.000899153529, 0.0312065966, -0.0147715332, -0.0103277508, -0.0162502266, 0.0227195118, -0.0295430664, 0.00747433398, -0.0179137569, -0.00609961106, -0.0292504076, -0.0372445956, -0.0455930531, 0.00315955235, 0.0328085124, -0.00659250887, 0.011167217, -0.026108183, 0.0154184615, 0.0191922113, 0.0326544829, -0.00890296791, 0.0220263731, -0.00651549362, 0.0112211276, 0.0132081229, -0.0255228672, -0.013308242, -0.0134314671, 0.0257231072, 0.010042794, 0.0008669034, 0.00928034261, 0.0143248439, -0.00853329431, 0.000396147399, 0.0164658688, 0.0121453116, -0.0102661382, -0.0109977834, -0.0348725244, 0.000920814055, 0.0176210981, 0.00770152919, -0.00696603302, 0.0204090532, -0.036659278, 0.00144307408, 0.032685291, 0.0376142673, -0.00363704725, 0.00206978596, 0.00743197557, -0.0160191804, 0.00274366979, 0.0381995849, 0.0216875058, 0.0272172038, -0.0162656289, 0.0026531769, 0.0256768987, 0.0295276623, -0.0264778566, -0.0253226273, 0.0348109119, 0.00890296791, 0.017004976, 0.0336094722, 0.0356734842, -0.000487843732, 0.0234588571, -0.0109284697, 0.00951909, 0.0174362622, 0.0124764768, -0.0575458258, -0.0204398576, 0.0361663811, 0.023659097, -0.00727794506, -0.0111826202, -0.00142478291, 0.0287575107, -0.0278949384, 0.00347916572, 0.0108668581, -0.0174516644, -0.000692656264, 0.0115599949, -0.0052948012, 0.0183604453, 0.0232740212, -0.0255382713, -0.00161058223, -0.016080793, 0.0340407602, -0.00951138884, 0.0415574498, -0.00270708743, -0.0115368906, 0.0128384493, -0.00928804372, 0.0130463904, 0.000307579816, -0.043744687, -0.031037163, -0.0110362917, -0.00331550837, -0.0396474712, 0.0193770472, -0.060441602, 0.0193770472, -0.0166353025, -0.00479805283, -0.0121145053, -0.0197467208, -0.0346876867, -0.019669706, 0.0379223302, 0.000846205512, 0.00924953632, -0.0245986842, -0.0127460305, -0.00362742017, -0.0173438434, 0.00749358768, -0.00239517563, -0.0201009903, 0.023967158, 0.0040279, -0.00482885865, 0.0437754914, -0.00719707878, -0.039431829, 0.00603414793, 0.0115908012, -0.0206246953, 0.00462091761, -0.00174150825, 0.0184066538, 0.0226116888, -0.0224576592, 0.00606880477, -0.0312528051, 0.0287729129, 0.0131465103, -0.002150652, 0.00121395348, 0.037891522, -0.0184990726, 0.00290732714, -0.0277717151, -0.0253688376, -0.0175440833, 0.00608035736, -0.00675809197, 0.0329933502, -0.00861801114, 0.0401403718, 0.0267551132, -0.00919562578, -0.0290039591, 0.0358275138, 0.0245832819, 0.0049174265, 0.0140475892, 0.00574919162, 0.00490587391, 7.94220159e-06, 0.0201472, -0.0234588571, -0.00664256886, 0.000941030623, 0.0307136979, 0.000118711854, -0.00655400148, -0.0236282907, -0.0223960467, -0.0273866374, -0.0147638312, -0.000155113608, -0.00436291611, -0.0244600568, 0.00798648596, -0.0234280508, 0.013932066, 0.0107051255, 0.00871813111, -0.0245678779, 0.014132306, -0.0145635912, -0.04433, 0.00630370155, -0.00661561359, -0.00938046258, -0.0277871173, -0.0173900537, 0.00392200379, -0.0321307778, -0.0198699459, -0.00504065072, -0.0244600568, -0.0518158898, 0.0288191214, 0.0183142368, -0.023967158, -0.0134006608, -0.0111287097, 0.0229967665, 0.00695833145, 0.00891066901, -0.0205322765, 0.0115985032, 0.0349957496, -0.0523087867, 0.019454062, -0.0161732119, -0.0161116, 0.0335478596, -0.00369865936, 0.0274636522, -0.00938046258, 0.0124302683, 0.00539492117, 0.0220263731, -0.0132774366, -0.0124379694, 0.0149409669, -0.0247373115, -0.00564907165, 0.022226613, -0.0246140864, 0.0217491183, 0.00203512912, 0.0102045266, 0.0187763274, 0.00784400757, 0.0179137569, 0.0106589161, 0.0130771967, -0.00376797304, -0.00646158308, -0.00477879867, -0.0102584371, 0.0177597255, -0.0357967094, 0.000733570661, -0.0487968884, -0.0142632322, 0.0287883151, -0.00328470208, 0.00316725392, -0.00926493946, -0.01495637, -0.0180523843, 0.000894340046, 0.00789406709, -0.0133775566, 0.00849478692, 0.0036466741, -0.00421273662, 0.0328085124, -0.0114290696, -0.0294352453, -0.041064553, -0.0211329963, 0.00385654066, 0.0437754914, 0.0158343446, -0.00589552056, 0.00110516942, 0.0272634141, 0.000871235505, 0.0290193614, -0.00582620688, 0.000431766966, -0.00857180171, 0.0246294905, -0.0129231662, 0.00747048343, -0.0428513065, 0.030836923, 0.00172032905, -0.0296816938, -0.0111980233, -0.00549119, -0.0254304502, -0.00256268377, 0.0173130371, 0.0102969445, -0.00945747737, 0.0243368316, 0.0203012303, 0.0436830744, -0.0477186739, 0.0213332362, 0.00567217637, 0.00217760727, -0.0331473798, -0.0156649109, -0.0196234956, -0.0111980233, -0.00642307522, -0.00164523919, 0.000226112083, 0.0397090837, -0.00170107523, -0.0429129191, -0.011367457, -0.030621279, -0.0358583182, -0.0455930531, 0.0284956582, 0.0217491183, 0.0322848111, 0.0247681178, 0.0459011123, -0.0164350625, 0.0162656289, -0.0112442328, -0.0272942185, 0.0213948488, -0.0325004533, -0.0138935586, -0.00790176913, -0.0215334762, 0.0127383294, 0.00152105198, 0.00179349363, -0.00971933, 0.000238506735, 0.0332089923, 0.0212870259, -0.00229505566, 0.00434751343, -0.0162810329, -0.00342332968, 0.0369673409, -0.0101737203, -0.019977767, -0.0126459105, 0.0134468703, 0.00164716458, -0.0165274814, -0.0123455515, -0.00877204165, -0.0525860414, -0.00641922466, 0.0322848111, 0.0311757904, -0.0293428265, -0.0276946984, 0.00910320785, -0.0264624543, 0.0214718636, -0.0118064443, -0.0353346169, -0.00978864357, -0.0042281393, 0.0168663487, 0.00574149, 0.0249375515, -0.00698913774, 0.0244446527, 0.00744352816, -0.0258617345, 0.0213794447, 0.0119604748, 0.0204244554, -0.00775543973, -0.0411569737, 0.0156649109, -0.020178007, -0.011467577, 0.0233048275, -0.0119989822, -0.0282338057, -0.0128153441, 0.0128692556, -0.0238439348, -0.0089414753, -0.013315944, 0.0132389283, -0.0138781555, 0.00343295652, -0.00258963928, 0.00529865222, -0.00520623382, 0.000595424499, -0.00935735833, -0.00626519416, 0.00322886603, 0.0358275138, 0.00969622564, -0.0439603291, 0.000856313796, -0.0136933187, 0.0142016197, 0.00376797304, -0.0333938301, 0.00432825927, -0.0446380638, 0.0302516073, 0.0237053074, -0.0259695556, -0.00236244407, 0.0897074118, -0.00917252153, -0.00998118147, 0.0116216075, -0.0069352272, -0.0166815128, -0.00319228391, 0.0376450755, 0.0215026699, -0.0260465723, 0.0409413278, -0.00489432178, -0.00319420919, 0.0100581972, -0.0154107595, 0.0348417163, -0.026939949, 0.0104355719, 0.036566861, -0.00850248802, -0.0161116, 0.00468638027, -0.00350034493, -0.00734725874, 0.019762123, 0.0102045266, 0.0175594874, 0.000718167576, -0.0199315567, -0.00420503505, 0.0181910116, -0.0225654803, 0.016080793, 0.00206978596, 0.0261389893, 0.0561903566, 0.00724328822, 0.0175594874, -0.0226579, -0.0164504666, -0.000554510101, -0.00958070252, -0.0237361137, 0.00572608691, -0.0234896634, 0.0124379694, -0.0185144767, 0.0123686558, -0.0440219417, -0.0146714132, -0.0234896634, -0.00489432178, -3.20395629e-05, -0.001651978, 0.0191922113, 0.0212254152, 0.00323849311, -0.00442837924, -0.00630755257, 0.0174516644, -0.015464671, 0.00229890645, 0.0110208886, -0.0114521738, -0.0128923599, 0.00854099542, -0.0140552903, 0.00365245016, 0.00191768073, 0.0137703344, -0.00836386066, -0.021610491, 0.0178059358, -0.00216990593, -0.0033944489, 0.00336364284, -0.00928034261, -0.0117679369, -0.0151104005, -0.0357967094, -0.00694677932, 0.0200393796, 0.00508300913, 0.0073318556, -0.0100813014, 0.0186993126, -0.0111364108, -0.00724328822, -0.00651549362, -0.0049174265, 0.0182834305, -0.000829839788, 0.00409336295, -0.0159421656, 0.00727794506, -0.00176653825, -0.0104432739, 0.0171744097, 0.000550178, -0.0176673084, 0.0203782469, 0.000570394506, 0.0347493, 0.0121684158, -0.0100119878, 0.00325774681, -0.00200239755, 0.00471718656, 0.0145173827, 0.00503294915, -0.00209289044, -0.000883269124, 0.0208095312, 0.000663775543, 0.0012120282, 0.00971933, 0.029496856, 0.00608805893, 0.020178007, -0.0108514549, 6.56435e-05, 0.0130617935, 0.00409336295, -0.00807120278, 0.00135065569, 0.0113058444, -0.00114752783, -0.0047518434, -0.01249188, 0.0241519958, -0.00431670714, 0.040047951, -0.000186521414, 0.00514462171, 0.00561826536, 0.00974243414, 0.0101660183, 0.0112981433, -0.000152225533, 0.00131792412, 0.00297856634, -0.0101891235, -0.0249067452, -0.0137780355, -0.00795568, -0.0199623629, -0.0198083334, 0.0229813624, -0.00511766598, 0.000752343156, -0.00219108514, -0.019146001, 0.015156609, 0.01556479, 0.0129154641, 0.00133814069, -0.0161270015, -0.00794797763, 0.00615737261, -0.00415882561, 0.00834075641, -0.00204860675, -0.0170973949, -0.00776699232, 0.0119296685, 0.0090878047, -0.0111441128, -0.00902619213, 0.0196389, 0.0304980557, 0.0101275109, -0.00460936502, -0.00596098369, -0.0120143853, -0.000795664208, 0.005837759, 0.0243676379, 0.00509841228, 0.0356734842, -0.024074981, -0.00577614689, -0.00407025823, -0.0314838514, 0.0111749191, -0.00610346207, 0.00542572746, -0.0207479186, -0.0129154641, -0.00774003658, 0.00175113522, 0.00591862528, -0.00933425315, 0.025291821, 0.019361645, 0.0119912811, 0.00784400757, -0.00958070252, -0.0113597559, -0.0072740945, 0.0272942185, -0.0147792343, -0.0126767168, 0.00200817361, -0.00206593517, 0.00798648596, -0.00357928569, 0.00169626181, 0.0127075231, 0.0154338647, 0.0105356919, 0.00622283574, 0.022165, 0.00105607219, 0.014648308, 0.0472873896, 0.00336749363, -0.000738865463, -0.00064452173, 0.0205322765, -0.00526784593, 0.0158959553, 0.0186222978, 0.00180408324, 0.00695063, -0.014448069, -0.0249683578, -0.01239176, 0.000518890505, 0.0277101025, -0.00404330296, -0.0261389893, 0.0292350054, -0.0067503904, -0.0110825, -0.0147176227, -0.0060225958, 0.00625364156, -0.0201626029, 0.00519083068, 0.0287883151, 0.00977324, 0.0190997925, -0.0115599949, -0.00116293086, 0.0306058768, -0.000277014391, -0.00184162811, 0.0142401271, -0.0165120792, 0.00157785078, -0.0203474406, -0.0201626029, 0.00674268883, -0.0382611975, 0.000403848942, 0.00138723792, -0.00122646848, -0.00614196947, -0.0013804991, -0.0365360528, -0.0122069241, -0.0242136084, -0.000404330291, -0.0114136664, -0.0142401271, 0.0336094722, -0.0200239755, -0.00655015046, -0.0109977834, -0.029697096, -0.00181178469, 0.0296200812, 0.0303594284, 0.018021578, 0.00327892601, 0.0151797142, 0.029604679, -0.0173900537, -0.0245524757, -0.00034969757, -0.00542572746, 0.0193308387, -0.00576844532, 0.00667337514, -0.0051022633, -0.000788444071, -0.0154723721, 0.00787866395, -0.0189919714, -0.00398554141, 0.0241828021, -0.00556820538, -0.0129924798, -0.000620454433, -0.0174054559, 0.0392469913, 0.00356773334, 0.00490202336, -0.00327892601, 0.0110439928, 0.0123763578, 0.00920332689, -0.0284340456, 0.0277255047, 0.00447843922, 0.00357736018, -0.00732800504, -0.0278641321, 0.0182064157, 0.00925723836, 0.00672728568, -0.0306828916, -0.0070353467, -0.0260465723, -0.0261697955, 0.00227580196, -0.00339829968, 0.00162020919, 0.022165, -0.00428590085, -0.0252764188, -0.0213640425, 0.012183819, -0.00664256886, 0.00435906556, -0.0116601149, -0.00824063644, 0.0159421656, -0.00156533578, -0.0137934387, -0.00556435483, -0.0209481586, -0.0289577488, 0.0246294905, -0.00960380677, 0.0179753695, -0.0306058768, 0.0195772871, 0.00587241584, -0.0158189405, -0.00513692, 0.000688324159, -0.00851789117, -0.0115060844, -0.00334438914, -0.0106050055, -0.0139012598, 0.000250059034, 0.00358891254, 0.0152952373, -0.0213178322, -0.00208133832, -0.010042794, -0.0254150461, 0.00358313648, -0.0171590075, -0.024891343, 0.0164966751, 0.00275907293, 0.0243676379, 0.00493282964, 0.013215824, 0.00434751343, 0.015772732, 0.00398939196, -0.000474606728, -0.019361645, 0.0150333848, 0.0175286811, 0.0273558311, 0.00426664716, 0.00227772724, 0.00989646465, -0.000775447697, 0.00412802, 0.00263969903, 0.0294198412, -0.0048057544, 0.0279411487, -0.018021578, -0.0149255637, -0.0148870563, 0.0273558311, -0.030821519, -0.0274636522, -0.0281875972, -0.0172360223, -0.00405485509, 0.0206863079, 0.0312990136, 0.00703919772, -0.00469793286, 0.00802499335, 0.000217207184, -0.00240095169, 0.00404330296, -0.0224730615, 0.00423584087, -0.0084177712, 0.000349938229, -0.0134930788, -0.0034406581, 0.00439757295, 0.00699683931, 0.00298049184, -0.0145789944, -0.0193154346, -0.00532945804, 0.0074050203, -0.00379300304, 0.0251531936, -0.011467577, -0.0184220579, -0.0293120202, 0.00307291024, -0.00678504724, 0.0102584371, 0.0124841789, 0.00621898472, -0.00240865326, -0.0354886465, 0.00663101673, -0.00799418706, -0.0197929293, 0.00532175647, 0.00811741129, 0.0197929293, 0.00423199032, -0.0132466303, 0.00405485509, -0.000886157213, -0.00300167105, 0.0195156746, -0.0041164672, -0.000427434861, 0.0144865764, -0.0142709333, -0.026108183, 0.014039888, -0.00379300304, -0.0172976349, -0.00539877173, -0.00800959, -0.0147946374, 0.0159883741, -0.0123840589, -0.0213332362, 0.0285264645, -0.00941126887, -0.0127229262, 0.0199315567, 0.000941030623, -0.00796338078, 0.00295546185, 0.00275137136, -0.00130829727, -0.0040240488, -0.0252302103, 0.000139108874, 0.00359661411, -0.00764761865, 0.00234511564, -0.0187763274, 0.0107667381, 0.0298819337, -0.00289192423, -0.0167277213, -0.00236244407, -0.00796338078, -0.00855639856, -0.00296123791, -0.0290501676, -0.0157188214, 0.0118295485, 0.00919562578, -0.00638841838, -0.0109207686, -0.00683895778, 0.00500214333, -0.00444378238, 0.0131465103, 0.0179445632, 0.00681970408, 0.00269168452, -0.000153549234, 0.0646312311, 0.0133313471, 0.00821753126, -0.016897155, 0.00114367704, 0.0115599949, -0.0146021, -0.0131619135, 0.00888756476, 0.00742427399, -0.00907240156, -0.0195464808, 0.00981174782, -0.0101198098, 0.0119758779, 0.00651934464, 0.00380070461, -0.00285534188, 0.00857950374, 0.0265702754, 0.00140841713, 0.0162810329, 0.017004976, 0.00523703964, 0.00449384237, 0.0156880151, -0.0144711733, -0.028572673, 0.0199315567, 0.0121992221, 0.0340407602, -0.00456315605, -0.000151022177, 0.0170819908, -0.000119313532, 0.0322232, 0.00412416877, 0.0198853482, -0.018853344, -0.00074560428, 0.000515039777, -0.00184066547, -0.0025145493, 0.000718167576, -0.0202242155, 0.0017212918, 0.0107051255, -0.00212562201, -0.0160191804, 0.0108206486, -0.0225192718, 0.00779009657, 0.0037583462, 0.000454149558, 0.0235204697, -0.0107975435, 0.0176056959, -0.0240133684, -0.00830224808, -0.0035080465, 0.00108687836, 0.00526014436, -0.00988876354, -0.0130155841, -0.0301129799, -0.0136086019, -0.0102815414, -0.0137472292, 0.000758600596, 0.00128904346, -0.0196543019, -0.0131234061, 0.00609961106, -0.0117140254, 0.0118603548, 0.00117640861, -0.00734340819, 0.00870272797, 0.00991957, -0.0333938301, 0.0114136664, 0.019161405, -0.0108437529, -0.0143325459, 0.0120297885, -0.0357967094, 0.0223190319, 0.0296200812, -0.0133929588, 0.0253996439, 0.00572993793, -0.00301899947, 0.000270034856, 0.00358891254, -0.00163272419, 0.0121761179, 0.00844087638, -0.0101583172, -0.0253688376, -0.0223190319, 0.0326544829, -0.00432440871, 0.00329625444, 3.00088891e-06, 0.0101891235, -0.00901078898, 0.00789406709, -0.0155185815, -0.0146098007, -0.0196080934, -0.000948732137, -0.00592632685, 0.00331550837, 0.00613041734, 0.00685051037, 0.00848708488, 0.0228119288, 0.00828684494, 0.0102661382, -0.0183604453, -0.0101968246, -0.0138473492, -0.00146714132, -0.000235979664, -0.00669262884, 0.0149409669, -0.00129770767, -1.61250773e-05, 0.0111518139, -0.00125342386, 0.00807890389, 0.0139089618, 0.0220109709, -0.015256729, -0.0102815414, -0.00427434873, -0.00757445395, -0.0132004209, 0.000433692359, 0.0160499867, 0.00952679198, -0.00268205744, 0.0024221309, -0.0179907717, 0.0128153441, 0.00230083172, 0.00154704473, 0.0203166343, 0.00693137618, -0.0144172627, 0.0298511274, -0.00495208334, -0.00232201093, 0.00434751343, 0.0192076135, 0.000467627222, 0.00389312301, -0.0199623629, -0.0309139378, 0.0119681759, -0.000635857519, -0.0260311682, -0.0142401271, -6.87120773e-05, 0.00153356697, 0.0264316481, 0.0127691356, -0.00385268987, 0.00205245754, -0.013315944, -0.00709695928, -0.000695544353, -0.00327507523, -0.00376027171, -0.00714701926, -0.00177423982, 0.00517927855, -0.00810200907, -0.00534486119, 0.00297664106, -0.0159729719, 0.000109265442, 0.0162964351, -0.0159113593, 0.00595713267, 0.00545653328, -0.0101121077, -0.0195310786, -0.00160191802, 0.00107147521, 0.0108052455, -0.00310179079, 0.00286881952, 0.00838696491, 0.00122454308, -0.0104663782, 0.00862571225, 0.00415882561, 0.00145751436, 0.00393740693, 0.0133005409, 0.0169433635, -0.00985795725, 0.0205784868, 0.0108283497, -0.00736266188, 0.00816362072, -0.0268475302, 0.00758985709, 0.00680815196, -0.0477186739, 0.00399709353, -0.00113308744, 0.0124841789, -0.00932655204, 0.00374101778, 0.0267243069, -0.0104201687, 0.00430900557, -0.00857180171, -0.0149178617, 0.0201317966, 0.0154030584, 0.0155570889, 0.00144885015, 0.0130617935, 0.00123513269, 0.00835616, 0.00201009912, -0.0197005123, -0.00680045038, 0.0106435129, 0.013215824, -0.00616122317, -0.0134237651, -0.00938816369, 0.00262622139, 0.00105414679, 0.00481730653, -0.0109669771, 0.0140167829, 0.00954989623, -0.030729102, -0.00746278185, -0.0117063243, 0.00553739956, 0.0212562196, 0.0355810635, -0.012191521, -2.36461019e-05, -0.0285572708, -0.00743197557, -0.000633450749, 0.0207017101, -0.0055528027, 0.00760526024, 0.000984833, -0.00539107062, -0.0093111489, -0.00263199769, 0.0240441747, 0.00835616, -0.00947288051, -0.000218290224, 0.0221958067, -0.00631525414, -0.0160037782, 0.0174208581, -0.00958070252, -0.004659425, -0.00136798411, -0.0137857376, 0.0173130371, 0.0179291591, -0.00302285026, -0.0124379694, -0.00300937262, -0.0124148652, 0.00619202945, 0.00855639856, -0.0175286811, -0.00108399021, 0.00278217741, -0.00814821757, -0.017728921, 0.0106050055, -0.00834075641, 0.0100813014, 0.0136933187, 0.00375064462, 0.0200085733, -0.00709695928, -0.00411261665, -0.0117679369, -0.00696988404, 0.0158805531, -0.0245832819, -0.00495978491, 0.0194694661, 0.000377134245, -0.0074050203, 0.00732030347, 0.0164042562, 0.0180677883, 0.025199404, -0.00430900557, -0.00369673409, 0.0180523843, -0.0264162458, 0.0184990726, 0.00458240975, 0.0119912811, 0.013308242, -0.00320576155, -0.000757637958, -0.00619973103, -0.00451694708, -0.011575398, -0.0386000648, -0.00619202945, -0.0269707553, 0.0160191804, -0.00638841838, -0.0329625458, -0.0120528927, -0.00246834, -0.0117294285, -0.0151874153, 0.00035234497, -0.00420503505, 0.0156572089, -0.00183874008, -0.00946517941, 0.00080047769, 0.000461851072, -0.00390852615, 0.0102892434, 0.0174824707, -0.00517157698, 0.0207633227, 0.00598408794, 0.00125246122, -0.0104355719, -0.000509745, 0.00169529906, 0.00363897253, -0.00476339599, -0.0206092913, 0.0053679659, -0.0104047656, -5.27073389e-05, 0.0119450716, 0.0048635155, -0.0096885236, -0.0155185815, -0.000551140693, 0.0118757579, -0.0117063243, 0.00136413332, -0.00302285026, -0.00587241584, -0.00883365422, -0.00577999745, 0.00754364766, -0.0110516939, 0.00311334315, 0.0164966751, -0.00144692475, -0.00254535535, 0.0029246558, -0.000814918079, 0.000228037461, 0.00752439396, -0.0125149852, -0.00214102515, 0.0122608347, -0.0148870563, -0.000279661792, 0.0212562196, 0.00684665935, 0.00410106406, -0.00300937262, -0.00641922466, -0.0144557701, -0.00246641482, 0.0177443232, -0.00118699821, 0.0211175922, 0.00435136398, 0.0019465615, -0.00469408184, -0.00266857981, -0.0143479491, -0.019146001, 0.00045655627, -0.00514077069, 0.00406255666, 0.0292196013, 0.000490491162, 0.00273211743, -0.00295353634, 0.00809430704, 0.0100504952, -0.0014517383, 0.0168355424, 0.0369981453, 0.00425894558, -0.0053140549, -0.00985025615, -0.00221996568, -0.0055720564, 0.0276946984, -0.00233163801, -0.0126074031, 0.0123763578, -0.00738961715, 0.00331935915, -0.00327315, 0.00097087404, 0.0102584371, -0.00290925265, 0.00685051037, 0.0211792048, -0.019762123, -0.0136086019, -0.0146021, 0.0048442618, 0.0124148652, 0.00798648596, 0.00878744479, -0.000699395139, -0.00267820666, 0.00230853329, 0.00965771731, 0.0060033421, -0.00331743364, 0.00379877933, 0.00379877933, -0.0093111489, 0.00183007587, 0.0184682664, 0.0262622144, -0.00450924551, 0.00859490689, 0.0207633227, -0.030513458, 0.00285726739, 0.00294390949, 0.0108822603, -0.0295430664, -0.0107359318, -0.00217375671, -0.0089414753, 0.00646158308, -0.0148331448, -0.018129399, 0.00572608691, -0.00722403452, -0.00992727093, -0.00343873282, -0.0167123191, 0.00185221771, -0.0143787554, -0.0332398, 0.00435136398, 0.011575398, -0.00747433398, 0.00635761255, 0.0282954182, -0.00345221045, -0.00477494812, 0.00481730653, 0.00948058255, -0.0159729719, -0.0184528641, -0.0130386893, 0.00572993793, 0.0128307473, -0.0051022633, 0.00191864348, -0.000872198201, 0.00523703964, 0.017821338, -0.0127537325, -0.00230853329, 0.00455160392, 0.041588258, -0.00569528062, -0.00904159527, 0.0157573279, 0.00296893949, -0.00384498853, -0.0142940385, 0.010343154, 0.010235332, -0.0077438876, -0.0119219674, -0.0186531041, 0.00713546667, 0.0211638026, 0.0012120282, -0.00715857139, 0.00244523562, 0.0225808844, -0.0140475892, 0.0159267616, -0.0213948488, -0.00646158308, 0.00501754647, 0.0142401271, -0.0122531326, 0.0210097712, -0.000403848942, -0.0173746496, -0.024475459, 0.0202242155, -0.0128384493, -0.00412031822, 0.00281298347, -0.00183200126, -0.01178334, -0.0102892434, -0.00981174782, -0.0121145053, -0.013308242, 0.018237222, -0.0108206486, 0.0176519044, 0.0146637112, -0.0246602967, -0.0128461504, -0.000675327843, -0.00048254893, -0.000426712853, -0.007478185, 0.00230468251, 0.00186377007, 0.00970392674, 0.0203936491, 0.00121491624, -0.00431670714, 0.0290039591, -0.00813281443, 0.00423584087, -0.0123455515, -0.000620454433, 0.029096378, -0.00775158918, 0.00817132276, 0.00724713877, -0.0186068937, 0.0117987422, 0.00443993136, 0.0182064157, -0.00726639293, 0.00928804372, 0.00605340209, -0.0163118392, 0.012799941, 0.0220263731, 0.00956529938, -0.00412416877, -0.00198314385, -0.00103296759, 0.00549119, -0.014440367, 0.018036982, -0.01249188, -0.0120143853, 0.0199623629, 0.00951138884, 0.0220263731, 0.0220725834, 0.0225192718, -0.0208711438, -0.00482885865, -0.0209789649, -0.0136086019, -0.0182680264, -0.00664642, -0.0122762378, -0.015264431, -0.0137087218, -0.0334862471, 0.00852559321, 0.0061881789, 0.0201317966, -0.0233202297, 0.00972703099, -0.00685821194, 0.00552199641, -0.00510611385, -0.0237823222, -0.00801729225, 0.00297086476, 0.00615352159, 0.00817132276, -0.0255382713, -0.00901078898, 0.0249221493, -0.00817132276, 0.00447073765, 0.0242906231, 0.00733570661, 0.0247219093, 0.00222189119, 0.00706615299, -0.00505220331, 0.00186762086, -0.0141092017, -0.0204552617, 0.00632295525, 0.00636146311, 0.0113212476, -0.0215334762, -0.0112519339, 0.00792487338, 0.00083513459, 0.0194694661, -0.01178334, 0.0124302683, -0.0158497468, -0.00741657242, 0.0102507351, 0.00905699842, -0.0077631413, 0.00992727093, 0.00621128315, -0.00302670104, 0.00752054341, 0.00146617857, 0.0139859766, -0.0042820503, -0.00592632685, -0.00506760599, -0.00822523329, -0.0286650918, -0.011059396, 0.00827914383, 0.0165120792, -0.00613811892, -0.00450539449, 0.00184451626, 0.0185760874, -0.00178001588, -0.00495593389, -0.0294814538, -0.0114829801, 0.0118834591, -0.00252995244, -0.026123587, -0.00848708488, 0.00393933197, 0.00630370155, 0.00472873868, 0.0155031784, -0.0366900861, -0.00426664716, -0.00709695928, 0.00679659937, -0.0240595769, 0.00514462171, 0.0126305083, 0.0158035383, 0.0133852577, 0.00414342247, -0.00438602082, -0.0113366507, -0.00609961106, -0.0112365307, -0.00234319014, -0.0231970064, 0.00660021044, 0.00709310826, -0.0033482397, -0.00491357548, -0.00217953278, -0.000146930732, 0.00168470945, 0.00559901167, 0.0358275138, -2.79330852e-05, 0.00964231417, 0.0095036868, -1.51699069e-05, -0.00935735833, 0.00454775291, -0.00395473512, 0.00631525414, -0.00505220331, 0.00918022264, -0.0138473492, 0.0119989822, 0.00302670104, 0.00427434873, -0.00556050427, 0.0379223302, -0.00241250405, 0.0053872196, -0.018129399, -0.00631910469, 0.00413957192, -0.00340215047, -0.0105125876, -0.00618047733, 0.0187301189, 0.0042281393, -0.013416064, -0.000407218351, -0.00966541935, -0.0142170228, -0.0268321279, 0.011167217, -0.0248605367, -0.0237977244, 0.000185197714, 0.00109650521, 0.0183450431, -0.00627674628, 0.014648308, 0.00848708488, 0.0075783045, 0.00555665325, 0.00888756476, -0.0144865764, 0.00768997706, 0.0179291591, -0.0219801646, 0.015256729, 0.0102661382, 0.0278333258, 0.00257423613, 0.00821753126, -0.0123070432, -0.00277062505, -0.0283262245, -0.00352344965, -0.00499059074, -0.0141246049, 0.010859156, -0.00484811282, -0.00758985709, -0.013932066, -0.0143094407, 0.023551276, -0.0137549313, -0.0028264611, 0.0056644748, -0.0206863079, 0.000475088076, 0.00244138483, -0.0110208886, 0.00244523562, -0.0207633227, 0.0211638026, -0.0237053074, 0.0165582877, 0.0124302683, 0.00641922466, 0.0320383608, 0.00147388014, 0.0107359318, -0.00707385456, 0.0140860965, -0.0122454315, 0.00119758782, 0.00424739346, -0.00720093, -0.00078026118, -0.0100196898, 0.00241635484, 0.0087566385, -0.0173746496, 0.00651164306, 0.0183450431, -0.0140706934, 0.000502524781, 0.024999164, -0.000397350785, 0.0185144767, -0.00174824707, 0.0130926, 0.0102661382, 0.007782395, 0.00166353025, 0.022534674, 0.0173130371, -0.00136798411, -0.0274020415, 0.0180061758, 0.00882595219, 0.00765531976, -0.00302862632, -0.0224422552, -0.00482115708, -0.00508300913, 0.00196389, 0.00372176408, 0.0119296685, 0.00395088457, -0.00464402186, -0.0150949974, -0.0087489374, -0.00456315605, 0.00319228391, 0.0117679369, 0.0056452211, 0.00863341428, 0.0130926, 0.0147638312, -0.000499155372, 0.000759082, -0.00882595219, -0.00840236805, 0.0175286811, -0.0148639511, -0.00971933, 0.0109977834, -0.00736651244, -0.0215026699, -0.000593499106, 0.00715472037, 0.0262776166, -0.00958070252, 0.00938816369, -0.00265895296, 0.000690730871, 0.00761681236, 0.0175594874, -0.0200701859, 0.00466712657, -0.002739819, -0.00838696491, 0.00764376763, -0.0146098007, -0.013007883, -0.00330395601, -0.00646158308, -0.0213948488, 0.0162502266, -0.00661561359, -0.0148100406, -0.00611116318, -0.0012014386, 0.00976553932, 0.00489047123, 0.0067311367, -0.0076707229, -0.00534486119, -0.00976553932, 0.00497903861, 0.0155416857, -0.00202935282, -0.0114213675, 0.000701801851, 0.0126690157, 0.0241211895, -0.00170781405, 0.00725869136, -0.0332398, 0.0181602053, -0.019053584, 0.0138473492, 0.0160961952, 0.0263854396, -0.00247796695, -0.0456854701, 0.0247219093, 0.0203012303, -0.00469408184, -0.00351189729, 0.00295738713, 0.00383921224, -0.0163118392, 0.0101506151, 0.0266472902, 0.0107436329, 0.0203628428, -0.00255305693, 0.0178829506, 0.001574, 0.00408181036, -0.0114136664, 0.00906469952, -0.00758985709, -0.0043937224, 0.00420503505, -0.00512536755, -0.00620358158, 0.0109284697, -0.0131542115, 0.00352152414, 0.0051099644, -0.00780935073, 0.00427049771, 0.0122377295, 0.00562596694, -0.00110998284, -0.0140629923, -0.000969429966, 0.00534871221, -0.00616892474, -0.0187301189, 0.00799418706, -0.028203, 0.00821753126, -0.0174824707, -0.00586856529, -0.0127768368, 0.0136317071, -0.00735496031, 7.52704145e-05, -0.00814821757, 0.00764761865, -0.0154184615, -0.0161578078, 0.0310063567, 0.0147022195, -0.0124379694, -0.00156918657, 0.0137703344, -0.00723173609, 0.0128846578, -0.000305895112, 0.00471718656, -0.0131388083, 0.00913401321, 0.00644232891, -0.00694677932, 0.00924953632, -0.00733570661, -0.00153741776, 0.00427434873, 0.0122608347, -0.00796338078, -0.0174978748, -0.0114290696, 0.00201009912, 0.00586471427, -0.0286650918, 0.0153876552, 0.0134699745, 0.00535641331, -0.0164812729, 0.0107436329, 0.00562981796, 0.00409336295, 0.00997348, -0.0221804045, 0.0158959553, 0.00375642092, 0.00641152309, 0.0118218474, 0.00211599516, -0.00271671452, 0.000683510734, 0.000743678887, 0.0089414753, -0.0320075564, 0.0124379694, -0.00793257542, 0.012091401, 0.00315377628, -0.0196543019, 0.0134391682, -0.00573763903, 0.00497518806, -0.0127460305, 0.0131619135, -0.00958840363, 0.0029246558, 0.0146406069, -0.00797108281, -0.00903389417, -0.0226733014, 0.0329009332, 0.00606110366, -0.00619973103, -0.00529095065, 0.0233356338, 0.0129231662, 0.00977324, 0.00214295043, -0.0149101606, 0.0100581972, -0.00243368326, 0.000284956594, 0.000920332735, 0.00385654066, 0.00140167831, -0.000912631222, 0.00295738713, 0.000227917131, 0.0040047951, -0.00651164306, -0.00175691128, 0.012592, -0.0107128266, 0.0133005409, 0.012183819, 0.0154184615, 0.0193770472, -0.00258001219, 0.00287459581, 0.00550274272, -0.00117544585, -0.00780164916, -0.0329933502, -0.0245370716, -0.00708540669, 0.0192692261, -0.00824833754, -0.0040972135, 0.00913401321, 0.0133005409, 0.0155570889, 0.0338559225, -0.00871042907, 0.0127460305, 0.0050368, 0.0338559225, 0.00116293086, 0.00666567357, 0.0130848978, -0.01556479, -0.00158940314, 0.0115291895, -0.0176673084, 0.0258463323, 0.0213948488, 0.0133390483, 0.00750128925, 0.00512921857, -0.0117679369, 0.00217568199, -0.0343796276, -0.00760526024, 0.0122685358, -0.00041612325, -0.00267628138, -0.010959276, -0.0128538525, 0.0105587961, 0.0129231662, 0.00258771377, 0.00448999135, -0.0252456125, 0.00515232282, -0.00126401347, -0.00107821403, -0.0106743192, -0.0245832819, -0.0112134265, 0.0198853482, -0.0127537325, 0.025184, -0.00617277576, -0.00323079154, 0.0163272414, 0.00855639856, -0.00101949, 0.0131773166, -0.0130309872, -0.000820212881, -0.00579155, -0.0275252648, 0.00507145701, 0.00321923918, -0.00565677322, 0.0112211276, 0.00370443542, 0.0153260427, -0.0137318261, -0.0101121077, -0.0167277213, -0.000707578, -0.00550659327, 0.0201934092, -0.0110979034, 0.0167893339, -0.00533330906, -0.00481730653, -0.0189919714, -0.00910320785, 0.0239055473, 0.000383873092, 0.00487121707, 0.019762123, -0.00107243797, -0.0188379399, -0.014232426, -0.00934965629, 0.00292273029, 0.0114136664, -0.0121299084, 0.01168322, 0.0118218474, -0.0261852, 0.013007883, -0.00427049771, -0.00987336, 0.000446448015, -0.013724125, 0.00676579354, -0.00758985709, 0.00965771731, -0.000887601229, 0.0253842399, -0.0114444727, -0.00888756476, -0.0106204087, -0.00519083068, -0.00370828621, -0.00239710091, -0.0129539724, 0.00201972597, 0.024167398, 0.0110208886, -0.0211792048, 0.0089337742, -0.0237515159, 0.0109977834, -0.0127922399, 0.0153876552, 0.0151335048, 0.00264162454, 0.00315955235, 0.00193982269, -0.0144172627, 0.0108899623, 0.000777854468, -0.00892607216, 0.00872583222, -0.00657325517, -0.0151720122, -0.00905699842, 0.0184528641, 0.00345221045, 0.0059109237, -0.0369981453, -0.00322116446, -0.000217808876, 0.00599949108, 0.0146560101, 0.00621513417, 0.00347724045, 0.0210559815, -0.00152297737, 0.00352730043, -0.0127768368, -0.0162656289, 0.0026069677, 0.020285828, 0.000761970063, -0.0056452211, -0.0194694661, 0.00364859938, 0.00632680627, 0.00489047123, -0.000425268809, 0.00840236805, 0.00905699842, -0.0475030318, -0.00268013217, -0.0137780355, 0.0125534926, -0.0123147452, 0.00331165758, 0.00706615299, -0.0190073736, -0.0282492097, -0.0013131107, 0.0054988917, -0.0195772871, -0.000953545561, -0.0109669771, 0.00318073155, -0.010135212, -0.00559131, -0.0120066842, 0.00556435483, 0.0260465723, -0.0146714132, -0.000117508491, -0.00117159507, 0.0109669771, -0.00275329663, -0.0104201687, 0.00746663241, 0.0095421942, 0.00554510113, -0.000596387137, -0.018853344, -0.00443993136, -0.0118372506, 0.00743197557, -0.00318073155, 0.0236128885, -0.00572223635, -0.014039888, -0.0207787249, 0.0131773166, 0.000192417894, 0.00689671934, -0.0262006018, -0.00270901294, -0.0193308387, -0.0452233776, -0.0236282907, 0.0199007522, -0.00760526024, 0.0185298789, 0.0167585276, -0.00361586805, -0.00216990593, 0.0142709333, -0.02110219, 0.0225038677, -0.00889526587, 0.00141996949, -0.00568757951, -0.00512536755, -0.00759755867, -0.0126536125, 0.00942667201, 0.00705075, -0.0222728215, 0.0122146253, -0.00250107166, -0.00802499335, -0.00319420919, 0.000220696951, -0.00452849921, -0.00160095538, 0.0161732119, 0.0012120282, -0.01485625, 0.00118699821, 0.00469408184, -0.00206015911, -0.0146868164, -0.0140244849, -0.0152336247, 0.00852559321, -0.0061342679, -0.014032186, -0.00017930122, -0.00606880477, -0.0360739641, -0.00607265579, 0.0349957496, -0.00744737871, -0.0154261626, -0.00290540187, 0.0251069851, -0.0124379694, -0.00721248193, -0.0184066538, 0.0232740212, 0.00789406709, 0.00320576155, 0.00610731263, 0.00563366851, 0.00827914383, 0.026108183, 0.00142959633, 0.00765531976, 0.0153414458, -0.010343154, 0.00154030579, -0.00462091761, 0.0106127076, -0.0199469607, 0.0153414458, 0.00190612848, -0.0103508551, -0.0371213704, -0.00113501283, -0.00196100189, 0.0118372506, -0.00290732714, 0.0126305083, -0.0208865479, 2.30895457e-05, -0.0111903222, -0.0156341046, 0.0547424704, -0.00192634494, 0.0324388407, -0.00928804372, 0.00829454698, -0.00307291024, 0.00291117793, -0.00881054904, -0.00889526587, 0.0010522214, -0.0117602348, 0.00216990593, -0.00984255411, 0.00539877173, -0.000166064216, -0.0167277213, -0.0169433635, -0.0331165753, -0.00518697966, 0.000422862096, 0.00363127096, 0.006657972, 0.0109438729, 0.00506375544, -0.000529480109, -0.0183604453, -0.0095421942, -0.039431829, 0.0127845388, 0.00998118147, 0.00759755867, -0.00291117793, 0.00634220941, 0.00330010522, -0.0111441128, -0.00138338713, 0.0122454315, 0.0259233471, -0.000243320188, 0.000679178629, -0.00441297609, -0.00228735409, -0.0229967665, 0.00939586572, -0.00920332689, -0.00525244279, -0.0157881342, -0.00273404294, 0.0262314081, 0.0110670971, -0.00877974369, 0.00674653938, 0.00300552184, 0.00135450647, 0.0237977244, 0.00241250405, -0.00761296181, 0.00329625444, -0.00608805893, -0.0136702145, 0.00528709963, 0.00355810649, 0.00798648596, -0.0226116888, -0.019454062, 0.00472873868, -0.000849574921, 0.0154030584, -0.000842354726, 0.0129154641, 0.00495208334, 0.0105202887, -0.0175594874, -0.00888756476, -0.00238362327, -0.0289577488, 0.00519083068, -0.00940356683, -0.00911090896, 0.00969622564, -0.00203705439, -0.0316070765, 0.00216798042, 0.00189746427, 0.0222728215, -0.012907763, 0.00293428265, -0.00205438281, 0.0117679369, 0.00696603302, 0.00445918553, 0.0242752191, -0.00553354854, -0.00300359633, 0.00759755867, -0.00386039144, -0.00700454088, 0.00588011742, 0.000685436069, -0.0111826202, -0.00795568, -0.000770634273, 0.00567602692, -0.00248951931, 0.0156495068, 0.00650394149, 0.0154492678, 0.0227811225, -0.00124283426, 0.00581465429, -0.0178675484, 0.00709695928, 0.0151489079, 0.00541032432, -0.000662331528, 0.0210097712, 0.00414342247, 0.0309909526, 0.0196080934, 0.0154800732, 0.00961921, 0.00555665325, 0.000794701569, 0.000151022177, -0.0113366507, 0.00607265579, 0.0210405774, 0.0114752781, 0.0395550542, -0.0168509465, 0.0161886141, 0.00354462885, 0.0156572089, 0.0103200488, 0.0057453406, 0.00211406965, 0.0198853482, 0.00603414793, -0.0242290106, 0.0279873572, -0.0231816024, 0.0193924513, -0.0091263121, 0.0150410868, 0.00561441481, 0.0034868673, -0.0266010817, -0.0138319461, 0.00918022264, 0.00560286269, -0.0267859176, 0.0302053969, -0.0047710971, 0.00678504724, -0.0045593055, 0.0017992697, 0.00219301041, 0.0267397091, 0.0114367707, 0.0131465103, -0.0135084819, 0.0176827107, 0.00210251752, 0.0180061758, 0.0045670066, -0.00190612848, 0.0136163039, 0.00550659327, 0.0132235251, 0.00399709353, -0.00309601473, 0.00887216162, 0.0355810635, -0.00906469952, -0.0101737203, -0.00193019572, 0.000619010418, 0.000657036726, 2.81587163e-05, -0.00103393034, -0.0085641006, 0.0160345845, 0.020178007, 0.00736651244, -0.00534871221, -0.0235358737, -0.00884905737, -0.00985025615, -0.0136471093, 0.00485196337, 0.00145462633, -0.0376142673, -0.013624005, 0.00959610566, -0.0174516644, -0.0184066538, -0.017004976, -0.0080480976, 0.00790176913, -0.0115676969, 0.0271247849, 0.00941897, -0.0122454315, 0.0119989822] |
24 Nov, 2023 | How can you view different types of responses in Postman?
24 Nov, 2023
Postman is a powerful tool that allows you to test and interact with APIs by sending requests and examining the responses. Responses from APIs can come in various formats, and understanding how to view these different types of responses is important for effective API development and debugging.
Prerequisites:Basic knowledge of PostmanPostman should be installed in your system.The following responses can be viewed in Postman
Table of Content
Response BodyCookiesHeadersTest ResultsNetwork InformationStatusResponse TimeSizeAPI Response contains multiple fields like Body, Pretty, Raw, Preview, etc. and we are going to explain each fields below -
Response BodyThe response body contains the data and documents sent by the server to the client side. We can see that data in different data methods like Pretty, Raw, and Preview, and we can also change the format of the data into multiple formats like HTML, XML, JSON, etc. Fields contains by response body are as follows please read them for better understanding.
Pretty : Pretty is a data visualization method in which data is presented in a beautiful and attractive manner, and keys and values are represented in different colors that look attractive.Raw : It contains data in raw format; there is no styling, just data formatted with spaces, and if the user wants to minify the data, they can check if it is possible or not.Preview : It renders data into an Iframe tag so that the user can directly view the output of the code. If the response is in HTML, the developer does not need to run it; they can directly view the output in the Preview Section. CookiesCookies are the small text information sent by the server to visit a particular site that helps to remember the website that you visited last time, like an e-commerce site that contains a cart that is implemented through cookies. In the cookies section, developers can go and check what particular cookies are being sent by the server to the client side with their name, value, the associated domain or path, and other information about them.
HeadersHeaders are a kind of metadata about the request and response cycle. Headers contain all the details about the request and response cycle, like date, content type, connection, record, and all other details.
Test ResultsIf any API contains any test script that will be visible in test result section. Test script is a automate code which test the endpoint is working or not properly.
Network InformationNetwork information contains all the details about network protocols, like the local address, remote address, TLS protocol, and other network details about the particular request.
StatusIt shows the situation and condition of the request the browser made to the server, indicating whether it is okay or not. If the status code is 200, then it's okay. If it's 404, it means the requested URL does not exist. There is a status code range from 100 to 500, which is configured in the backend to identify bugs and help debug the code easily without the need to scan the entire code.
Response TimeIt is the time taken by the request endpoint from the server. If the response is received in 10 seconds, then it will be 10 seconds.
SizeThe size is the total memory utilized by the response, including the size of the body and headers.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman? | https://www.geeksforgeeks.org/how-can-you-view-different-types-of-responses-in-postman?ref=asr9 | CSS | How can you view different types of responses in Postman? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0291483905, 0.0267396569, -0.0186609235, 0.0528838933, 0.0545889549, -0.0269020423, -0.0269697029, 0.0130450549, 0.00581208616, -0.00860648882, 0.0577554926, -0.00594402524, 0.0101559274, -0.0292566475, 0.0143306153, -0.0282823294, -0.0421122536, 0.00801783707, -0.0522614121, -0.0055955709, -0.00389051181, 0.0274839271, 0.00547039788, -0.0106769176, -0.023167152, 0.0161980614, -0.00338643673, -0.0193375349, -0.00744948396, 0.0108190058, 0.0227341205, 0.030691063, 0.0127338143, -0.0257924013, -0.0350755, -0.0214891564, 0.0182278939, -0.0105212964, -0.0068777483, -0.0221928321, 0.0170235261, -0.0041171764, 0.0330456682, -0.0615986399, -0.0552926287, -0.0228423774, 0.0120098405, -0.0539664701, 0.0477145873, -0.0265096091, -0.0138705196, -0.0483370721, -0.0201224033, 0.000553552178, 0.0293919705, 0.0268343817, 0.0672821701, -0.00560572, 0.00528094685, -0.0316924453, 0.0356979817, -0.0623023175, 0.00936429296, 0.00299738557, -0.0068777483, 0.0515848026, -0.047335688, 0.00779455574, -0.0203659832, -0.00908011571, -0.00818698946, 0.0505022258, -0.0323149301, 0.0488512963, -0.00738182291, 0.0205960311, 0.0334245712, -0.00383976591, -0.0147230495, 0.00732769398, -0.0232618768, 0.0134036588, 0.00947931595, -0.0073682908, 0.0045840377, -0.0117730265, -0.0261307061, -0.0518554449, 0.0297438074, 0.0347777903, 0.0115159145, 0.0197435, 0.00144202658, -0.0226935241, -0.00253052404, -0.00677963952, 0.0128894346, 0.00584591692, 0.0107716424, 0.0173077025, 0.0114956163, 0.0124631701, 0.00306504662, -0.0491760671, 0.0448998883, -0.0349672437, 0.020704288, -0.0168882031, -0.0421122536, -0.00238674437, 0.0250616614, 0.00876210909, -0.0396223255, -0.00553805893, 0.00140650454, 0.0237761009, -0.0109746261, -0.0571600758, 0.000994617818, 0.0075306776, 0.0324773155, 0.0154673215, 0.0154537894, 0.0290401317, -0.0328291543, 0.0580802634, 0.0328291543, 0.00446901377, -0.0318007059, -0.0206636917, 0.0142900189, 0.0182278939, -0.0088094715, 0.0259277225, -0.0293919705, 0.00519975368, 0.00362663344, 0.0427888632, 0.0183496829, -0.00295340572, -0.0359415635, -0.0439526327, 0.0190533586, 0.00284176506, 0.0200682748, -0.000812355778, 0.00885683484, 0.0459824651, 0.0058391504, -0.00191819144, -0.0487159714, -0.0833584443, 0.00848469883, -0.0226664599, 0.0328291543, -0.0396493897, 0.0140193747, -0.0300685801, -0.0170235261, 0.0261036418, 0.0264554787, -0.0064345682, 0.0164957698, 0.0254811607, 0.0234783925, 0.038810391, 0.0448186956, -0.018606795, -0.00834937673, 0.0139787775, -0.00198416086, -0.00749008078, -0.0129503291, 0.027226815, -0.0540476665, -0.020947868, 0.0185797308, 0.00629586307, -0.00807873253, 0.00694879238, 0.000575119106, -0.00908011571, 0.00246286299, -0.0100341374, -0.000851260847, 0.00673565967, 0.0639261827, -0.0153049352, -0.0136404727, 0.0155349821, -0.03079932, -0.00329678576, 0.0631683767, 0.0105821919, 0.0136337066, 0.023045361, -0.0420581214, 0.00125003827, 0.00442841742, 0.0247098245, 0.016265722, -0.0320984125, -0.0242497288, 0.0257382728, 0.0297167432, 0.00302275852, 0.026008917, 0.00206704577, 0.0234919246, -0.034507148, -0.0119760102, -0.0455494337, 0.0109881582, -0.032910347, -0.0152102094, -0.0112046739, -0.0459283367, -0.00082377356, -0.00453329179, 0.0114414878, -0.00442503439, -0.0169829298, -0.00834261067, 0.0197705664, -0.00477348873, 0.0098446859, -0.00977025926, 0.000757804, -0.0108528361, 0.0344259553, -0.0154402573, -0.0257247407, 0.0123278471, -0.0225311369, 0.0202983227, 0.0224905405, 0.000587382703, -0.0323961228, -0.05965, 0.0150748873, -0.0253729019, -0.00190296769, 0.0303392243, -0.0411379337, -0.0106363203, 0.0073953555, 0.00298723648, 0.0209749322, 0.0154131921, 0.0172265097, 0.0131127164, -0.0211779159, 0.00782162, 0.0514224172, -0.00748331472, 0.0103047816, 0.00569367921, 0.00698938873, -0.00585944904, -0.0453870483, 0.00231400877, -0.00861325487, -0.0162386578, -0.00472950889, -0.0137554966, -0.00168306916, 0.0182820223, -0.0163333826, 0.00829524733, 0.0190398265, 0.0418416075, -0.0202441923, 0.0299603231, 0.0396493897, -0.0361580774, 0.0040901117, -0.0027301244, -0.0329644755, -0.01539966, -0.00671536149, 0.00338981976, -0.0248316135, 0.0580802634, -0.0183767471, -0.0217733327, -0.0112791006, -0.0154131921, 0.0190533586, -0.0504210331, 0.00514562475, -0.0217192043, -0.0158326905, -0.000775987923, 0.00255082245, -0.0105754258, 0.00818698946, -0.0283635221, 0.0311240945, 0.0140870353, 0.042274639, -0.0151425479, 0.00648531364, -0.036482852, 0.0276327822, -0.0246827602, 0.0101762256, -0.00587974722, 0.0304745473, -0.0186203271, -0.0366993658, 0.0340470523, -0.0323149301, -0.0107987076, -0.0371323973, -0.00243918179, 0.0300415158, -0.00604551705, 0.0214891564, -0.046198979, -0.0351837575, 0.0125917261, -0.0161439329, -0.0172129776, 0.0228829756, 0.0238572937, -0.00114685518, -0.0291483905, 0.00682023633, 0.0433301516, 0.022679992, -0.026983235, -0.0075036129, 0.0295002274, -0.00563955028, 0.0382961668, -0.0103995074, -0.0273350738, -0.0196352433, -0.0201900639, 0.0304204188, -0.027226815, -0.0016763031, -0.0155891115, -0.0179437157, 0.0218951236, -0.00792987738, -0.0533981174, -0.0372406542, 0.0012415807, 0.031313546, 0.00097347371, -0.00858619, 0.0436819904, 0.0662537217, 0.0160356741, 0.00363678276, -0.0189586319, -0.024412116, -0.00127456547, -0.00502721779, -0.000441065611, 0.0111776097, -0.0123684444, 0.0527215078, -0.0183361508, -0.0547513403, -0.0221522357, 0.0202171281, 0.022544669, 0.0294731632, 0.00498323794, 0.0398929678, 0.00283669052, 0.00990558136, -0.0456035621, -0.0294731632, 0.0352108218, -0.00575119117, -0.0217868648, 0.0265502054, -0.0145606631, 0.0431677662, -0.00410026126, 0.0659830794, -0.00527756382, 0.0159274172, 0.0287694875, -0.0230047647, 0.0101356283, -0.00664431741, -0.00279440242, 0.00339996885, -0.00258296146, 0.000308703631, -0.0381879099, 0.0128691364, -0.0356438532, 0.0302850958, 0.0243715178, 0.00656989031, -0.0073953555, 0.0184714738, -0.0147230495, 0.0258059334, -0.0263607539, -0.0466049463, 0.0409484804, -0.000775565044, 0.0119963083, 0.0274839271, -0.0116715347, 0.0409484804, -0.00941165537, -0.0169152673, 0.0440608896, 0.0188233107, 0.0118542202, 0.0506916754, 0.00140988757, 0.0130721191, 0.00986498408, 0.0398388393, -0.0109204976, -0.0338576026, -0.0491219386, 0.0147095174, -0.00492910901, 0.00757127395, 0.0100273713, -0.0256706104, -0.0381608456, -0.015900353, 0.00299061951, -0.0115429787, 0.0453329198, -0.0414085761, 0.0269155744, 0.00128217728, 0.012815007, 0.0130112246, -0.0549678542, 0.0359686278, 0.0196487755, 0.0196217112, -0.0750767291, -0.0096281711, -0.0584591664, -0.0109069645, -0.0333975069, 0.00788251497, -0.0215838831, -0.00417807139, -0.0408943519, 0.0184579398, 0.0111776097, -0.0301497746, -0.0364557877, -0.00833584461, 0.0223146211, -0.0219492521, -0.00569367921, -0.00196217117, -0.00533169275, -0.00897862483, 0.0175377503, 0.029825, -0.0294190347, 0.0207448844, 0.0191480834, -0.0057545742, -0.00709088054, -0.0362392701, 0.00359956897, 0.00597108947, 0.0187285859, -0.0137013672, 0.0317465737, -0.0198788233, 0.0143982759, -0.0137148993, 0.0195675828, 0.0266043339, 0.00803813525, 0.0168340746, -0.0169558655, -0.0134983845, 0.0116444705, -0.000111746493, -0.00853206124, -0.00220744242, -0.0206230953, -0.0102777174, -0.00139804697, -0.00952667929, -0.00772012863, -0.00773366075, -0.0263336897, -0.0325855725, 0.0376195572, 0.0249669366, -0.0307451915, -0.031178223, 0.0125917261, -0.00363339973, -0.00948608201, 0.00870798, 0.00272504962, 0.00376195577, -0.0219763163, -0.0193916634, -0.0128894346, 0.00451637665, -0.00419498654, 0.0503939688, -0.0065191444, -0.0288777463, -0.0498256125, 0.0136540048, 0.00638043927, 0.0201088712, 0.0122466544, 0.0149936937, 0.0139381811, -0.0332351178, -0.0329915397, -0.039568197, 0.0104401037, -0.00465846481, -0.0113264639, -0.0496902913, 0.00145302154, 0.0152237415, 0.0116241723, 0.025386434, -0.00460095285, -0.0347507261, -0.0204742402, 0.034886051, 0.010345378, 0.0163063183, -0.0316112526, 0.023424264, -0.00836290885, -0.0219492521, -0.0126052583, 0.0196352433, 0.0105280634, 0.0126526207, 0.00912747905, -0.0295272917, -0.00308196177, -0.00256604608, 0.00794341, 0.00768629787, -0.0319360271, -0.0269426387, -0.0145877274, 0.0051523908, -0.0405154489, -0.000525641954, -0.0167393498, 0.0122737186, 0.0259547867, 0.0355626605, 0.000571313198, 0.00986498408, -0.00926280115, 0.0381879099, 0.0206772238, 5.27016309e-05, -0.00339827733, -0.00844410155, -0.0391081, 0.00838997308, -0.00527079776, 0.0202983227, 0.00893802755, -0.0299061947, 0.00818022341, -0.0254134983, 0.0266449302, -0.00954697747, -0.0314218029, -0.00482085161, 0.0121586947, 0.00484115, 0.020582499, -0.0242903251, -0.00945901778, -0.0148177752, 0.044981081, 0.0046956786, -0.0131059494, 0.0134645533, -0.00184376421, 0.00205351366, 0.0264690109, 0.00849823095, 0.0292295832, 0.0144388732, 0.005236967, 0.0182549581, 0.0241144057, 0.0279304907, 0.0161168668, 0.0268885102, 0.0107039819, 0.025630014, 0.0124767022, -0.0162251256, -0.0186203271, -0.00423896639, 0.0203930475, 0.00941842142, -0.00322405016, -0.0116377044, 0.0165769625, -0.0073344605, 0.00264047342, -0.00907335, 0.03721359, -0.00447916286, 0.0227070563, -0.011833922, -0.01515608, 0.0254405625, -0.00912747905, -0.0105280634, -0.00811932888, -0.0216650758, -0.0284447148, -0.0425994098, -0.0297438074, -0.0128285391, 0.000877902436, 0.0300144516, -0.0096281711, 0.00660033757, 0.00318007031, -0.0163739789, -0.0196758397, 0.0123413801, -0.0297438074, 0.100030132, 0.00207550335, 0.00705028372, -0.0073344605, 0.0332892463, 0.0201088712, -0.0215162206, 0.0313676745, -0.00856589153, -0.00845763367, 0.0200006124, 0.0192698743, -0.016130399, 0.0278763622, -0.0162792541, 0.0261713024, -0.00968906563, 0.0146012595, -0.023911424, 0.0277681053, -0.0190939549, -0.00136252481, -0.0159274172, 0.00442503439, 0.00292295846, 0.00398862036, 0.0402448066, -0.0172671061, -0.0414085761, -0.000303840498, 0.0246286299, -0.0136675369, -0.00378902, 5.9798117e-06, 0.0233972, -0.0149666294, -0.0308534484, -0.0241008736, 0.00241211732, 0.0019131169, 0.0489866175, -0.00515577383, 0.0142900189, 0.00607934734, -0.0171453152, 0.0133292312, -0.0183902793, 0.000453329179, -0.00115446711, 0.0545618907, -0.002648931, -0.00824788492, -0.00182346592, 0.00640412048, -0.0189180356, 0.00056158693, -0.0574848466, -0.0138975848, -0.0227070563, -0.0407049023, -0.032423187, -0.0384856202, 0.0519637056, -0.0105280634, 0.0110287545, 0.00330355181, 0.0187150519, 0.00964170322, 0.0219221879, 0.00771336211, 0.0176595394, -0.040677838, 0.0206636917, 0.0129706273, 0.00564293331, -0.00610302901, -0.00437767152, 0.0328832828, -0.00652591046, 0.0267125908, 0.0135254487, 0.0219221879, -0.00212286622, -0.00396155566, 0.0131668448, -0.0228694435, -0.0190804228, 0.00757127395, -0.0238166973, 0.00866738334, 0.0137622626, 0.00583576737, 0.0186338592, 0.0151154837, -0.0169288013, -0.00669506332, 0.0133901266, 0.0363204628, -0.0105348295, 0.0101288622, 0.00793664344, 0.00704351766, -0.00236644596, 0.0346154049, 0.012936797, 0.000290731172, -0.0386750698, -0.00203321525, 0.0159815457, 0.00308365352, -0.0233701337, -0.0397576466, 0.00631954428, 0.0300415158, 0.0180925708, 0.0112723345, 0.0105348295, 0.0156838372, 0.0196217112, -0.0160356741, 0.0260630455, 0.00028840531, 0.0163198505, -0.0244933087, -0.020826079, 0.0275921859, 0.0310699642, -0.0157514978, 0.0304745473, -0.0135186827, 0.0186338592, -0.00222774083, 0.00109188061, 0.00855912548, -0.0220033806, -0.0343447588, 0.0203659832, -0.0245068409, -0.0104942322, 0.00295340572, -0.0145065337, -0.0155755794, -0.0331809893, 0.0244933087, 0.00669506332, -0.00574104208, 0.0106160222, 0.0193781313, -0.0118068568, 0.00403259974, 0.0143847438, -0.00684730057, -0.0342906304, -0.0373489112, -0.00735475868, 0.00616392354, -0.0277139749, 0.0338576026, -0.0396493897, 0.0101762256, -0.0055685062, 0.0127270482, -0.0217192043, -0.00637367321, -0.0430053771, -0.0206230953, 0.0219221879, 0.000735391281, -0.00379240303, 0.00543318409, 0.00469906162, -0.00928986538, -0.0198652912, 0.036482852, -0.00711794477, 0.00394125748, 0.0142088253, -0.00135153, -0.0182955544, -0.0221387036, 0.00380593538, -0.0581885241, -0.0152237415, 0.0317736417, 0.0129773933, 0.0306369346, 0.0114347218, -0.0181872956, 0.0160762705, -0.0215432849, 0.0113264639, -0.0230182968, 0.00606919825, 0.01515608, 0.0351837575, 0.0392434224, 0.0150884194, -0.035616789, -0.0133224651, -0.0087282788, 0.00761187077, 0.000985314371, -0.0180249102, 0.00675934134, 0.0213944316, 0.00863355305, 0.0106972158, -0.00360295223, -0.0158462226, -0.0168205425, 0.0322066694, 0.0133630615, 0.0250887256, -0.0211102553, 0.00500015309, -0.00244763936, 0.00375180645, 0.00185898796, -0.0131262485, -0.00627894746, 0.00502045173, 0.0169558655, -0.00625864929, -0.0286071021, -0.0170776546, -0.0250616614, -0.0197029039, -0.0199329518, 0.0147365816, 0.0073953555, -0.0378360711, 0.0129706273, -0.0102641843, -0.0151696121, 0.00941842142, 0.0104874661, 0.00737505686, -0.0138434554, -0.00236644596, -0.0492031313, 0.0329374112, 0.00484791584, -0.0307451915, -0.0500962585, -0.026252497, -0.00602183538, -0.0142764868, -0.0192969386, -0.0337222777, -0.00622481853, -0.0287965517, -0.00275211409, 0.0216109473, 0.0247504208, -0.00453667482, -0.00403598323, -0.00179978448, 0.0128488373, -0.00567338103, -0.00964846928, -0.0295543559, 0.0201088712, 0.00793664344, 0.0161574651, -0.00185053039, 0.0119895423, 0.0528838933, 0.0133833606, 0.017618943, -0.0017185912, 0.028715359, 0.0121383965, -0.00855235942, 0.00621805247, 0.00218376121, 0.0193240028, -0.0100747338, 0.0287965517, 0.0350213721, -0.00797047466, 0.0228423774, -0.00349131133, 0.0254405625, -0.0101356283, -0.00676272437, 0.0149260331, 0.0169558655, 0.000495617336, 0.0172129776, -0.00805843342, -0.0156838372, 0.00495279068, 0.0149666294, -0.0108663682, 0.0246150978, -0.029202519, 0.00170167594, 0.0504751615, -0.0126593867, -0.00290604308, -0.00740212156, -0.03280209, -0.0119760102, -0.00731416186, 0.00488512963, -0.007638935, -0.00744948396, -0.0210967232, -0.0194863882, 0.0210967232, 0.0336140208, -0.0203524511, -0.059162844, -0.00899215695, -0.000860141416, 0.0355085321, -0.0152102094, 0.0224905405, 0.0295543559, 0.0533981174, 0.00838997308, 0.0135186827, 0.0177407339, -0.000833922706, -0.0213538352, 0.0225987975, -0.00485806493, -0.00306335511, -0.0226664599, 0.0339117311, 0.00119590946, 0.0062214355, -0.0202577244, 0.00498662097, -0.0202171281, 0.000871982076, 0.00998677406, -0.00291111763, -0.00116546196, -0.00576472329, 0.0264419466, 0.0361310132, -0.0520449, 0.0222469606, 0.0298791304, -0.00967553351, -0.0206230953, -0.016631091, 0.00784868468, -0.0119015826, 0.000387359643, -0.0172129776, -0.00671874452, 0.011583576, 0.0229371041, -0.0435466655, -0.00880270544, -0.0139517132, -0.0266990587, -0.0128691364, 0.0135389809, 0.00413747458, 0.0109069645, 0.0416521579, -0.00853206124, -0.0262930933, 0.0166716892, -0.0171723794, -0.029825, -0.0153455315, -0.0286882948, 0.0052132858, 0.0263607539, 0.00328832818, -0.00725326687, 0.0275921859, -0.0140329069, -0.0483912, -0.0152508058, 0.0280387495, 0.0124834683, 0.01133323, -0.00757804, -0.0133427633, -0.00824111886, 0.0490948744, -0.00108257716, -0.0283905864, -0.012314315, -0.00705028372, -0.0188909713, -0.00334753166, -0.00700292084, -0.0238572937, -0.0879593939, 0.0118474541, -0.00696232449, 0.0289318748, -0.0131736109, 0.00596094038, 0.0143847438, -0.029094262, 0.0220439769, -0.0415438972, -0.0143170832, -0.0388645194, 0.00215669675, 0.00696232449, 0.0105077643, 0.0276733786, 0.00602183538, -0.00620113732, 0.00919514, -0.0197840985, 0.000853375299, 0.0108596021, 0.0236137137, -0.0227341205, -0.0506104827, 0.00111556193, -0.00893126149, -0.0298791304, 0.0182684902, -0.00239520194, 0.00298723648, -0.0292837117, 0.0113129318, -0.0075036129, -0.00680332072, -0.0170911867, -0.0110558197, -0.0184985381, -0.00597447297, 0.00853206124, -0.00554144196, -0.0235189889, 0.0052132858, 0.025873594, 0.00477348873, 0.0199329518, 0.0245339051, 0.00311410078, -0.0290130675, 0.0133292312, -0.0237219725, 0.00350484368, -0.0263201576, -0.0249804687, 0.00138874352, -0.00500353612, 0.00634322548, -0.00636014063, 0.00705028372, -0.0077742571, 0.0619234145, 0.00496970583, 0.00606243219, -0.0087282788, -0.00498662097, -0.0209749322, -0.00562940119, 0.035237886, 0.025765337, -0.018241426, 0.00818022341, 0.00149784703, -0.0107310461, 0.000454174966, 0.00190296769, 0.0239249561, -0.00239689345, -0.00478702085, 0.00705028372, -0.0171453152, 0.00377548789, 0.0132074412, -0.00605566613, -0.0122601865, 0.0186609235, 0.0175242182, -0.00128471467, -0.0183902793, -0.0215974152, 0.00383976591, -0.0107039819, -0.0541559234, 0.0190939549, 0.00109695515, 0.00596094038, 0.0511788353, 0.0144794695, 0.0112791006, -0.0330186039, -0.00309718563, -0.00626879837, -0.0282552633, -0.00110118394, 0.0137487296, -0.0113061657, 0.0217733327, -0.0321796052, 0.0068777483, -0.0206772238, -0.00956051, -0.00775395893, -0.0102168219, 0.0181061029, 0.00763216894, 0.0246556941, 0.0115362126, -0.00941842142, 0.0122398883, 0.0151154837, 0.00803136919, 0.0107784085, 0.0153184673, 0.0375654288, -0.0104807, -0.000669421745, -0.00152321986, -0.0322066694, 0.00959434, -1.27525263e-05, -0.0006651929, -0.00350822671, -0.00406981353, 0.013308933, -0.000572581834, -0.0201765317, 0.0125037665, -0.00568014709, 0.00448931241, 0.0125443628, -0.0262118988, -0.0225176048, 0.00939812325, -0.0228694435, 0.0257788692, -0.0146283237, 0.00744948396, 0.0078283865, -0.0218815915, -0.00858619, -0.0135457469, 0.00354544027, -0.00500691961, -0.00279101916, -0.00688113132, 0.00937782507, -0.00791634526, -0.00926280115, 0.0252105165, 0.00904628541, -0.00133884349, -0.0116783008, 0.00524035, 0.0377278142, 0.0084035052, -0.0137554966, -0.00376195577, 0.00155451312, 0.0159680136, -0.0177001376, 0.00548054697, 0.00799077284, 0.00705705, 0.00574104208, -0.0220845751, 0.0073953555, 0.0106769176, 0.0150884194, -0.00562263513, 0.0180655066, -0.000160589334, -0.0107039819, 0.0157785621, 0.000341477, 0.00352175883, 0.0351025648, 0.0340741165, -0.0141817611, -0.0117459623, -0.0018319235, 0.00655974122, 0.00301768375, 0.0305286758, 0.0148042431, -0.000666038715, 4.61205354e-06, 0.0191345513, 0.00197908632, -0.0063330764, -0.0225311369, 0.0139923096, -0.00295171421, 0.00317668729, -0.0268208496, -0.00121451623, 0.00588651327, -0.00767953182, 0.00375857251, -0.00801107101, -0.0141141, -0.019215744, -0.00523358397, -0.00190804224, 0.00828848127, -0.00492234295, 0.0163739789, -0.0125037665, -0.00592372706, -0.000753152301, 0.00329847727, -0.00614700839, -0.000336402387, 0.0116038742, -0.0116647687, -0.0139787775, -0.00555159105, 0.0102844834, -0.0236949082, -0.00898539089, 0.00971613, 0.00449269544, -0.00754420971, -0.0267937854, 0.00379916932, 0.00277917855, 0.00966876745, -0.00948608201, 7.48500606e-05, -0.0108934324, 0.0407319665, -0.008998923, -0.021083191, -0.033641085, -0.0177813303, -0.00853206124, 0.00925603509, 0.00652252743, -0.031313546, -0.00378902, -0.00419836957, -0.000632208132, -0.00534522487, 0.0149666294, 0.0161033347, 0.00447578, 0.00502721779, -0.0113873584, -0.00887036696, -0.01503429, -0.0296355505, -0.0130450549, -0.0125578949, 0.0116038742, 0.0118000908, 0.00945225172, 0.00117053662, 0.0163739789, 0.0268479139, 0.00548054697, 0.0119692441, -0.00512870913, -0.0319630913, 0.0314759314, -0.000174755871, 0.0197840985, 0.0361851417, 0.00904628541, 0.0288236178, -0.0153861279, -0.00324096531, -0.00710441265, -0.00599815417, 0.012314315, 0.00598123902, -0.00909364782, -0.0164822377, -0.00177948619, -0.005236967, -0.000866907474, 0.0184308756, 0.00148938934, -0.0290401317, 0.0173212346, 0.00813962705, -0.0122128241, -0.012192525, 0.0073344605, -0.0066037206, -0.00159510982, 0.0133630615, 0.00507796369, 0.0223552193, 0.012192525, -0.0234783925, -0.0171317831, 0.0118203899, -7.78102331e-05, -0.0110828839, -0.0241820682, -0.00348116225, -0.00925603509, -0.0168882031, -0.0277681053, 0.0212049801, -0.029337842, 0.00283669052, 0.00470244465, -0.0252375808, 0.00852529518, -0.0168611389, -0.0171859134, -0.00680332072, 0.0118474541, 0.0119015826, -0.00324265682, 0.00740888761, -0.000780639646, -0.0328291543, 0.0150207579, -0.00369429449, -0.0264419466, -0.0162927862, 0.0237355046, 0.00221928325, 0.0080990307, 0.0105754258, 0.0103589101, 0.0361851417, -0.00310395169, -0.00800430495, -0.0128014749, 0.0177272018, 0.00106143311, 0.000657581, -0.00413409155, -0.0291483905, -0.0176054109, -0.0146012595, -0.0177136697, -0.0290401317, -0.0149260331, 0.0263878182, 0.00118576025, 0.00142003677, -0.00405966444, -0.00910718087, 0.0164416414, 0.00952667929, -0.000918499078, -0.00603875099, 0.00928309932, 0.0012170535, 0.0225176048, 0.00480055297, 0.0188639071, -0.0337764062, -0.0113738263, -0.00125849596, -0.0170505904, 0.0351566933, 0.029825, -0.00769306393, -0.0354002751, 0.0114482539, -0.0282552633, -0.0279575549, -0.0139517132, 0.0239249561, -0.0338034704, 0.0195540506, 0.0105551276, -0.0142494217, -0.0234107319, 0.0304474831, -0.0192428101, -0.00898539089, -0.0129435631, -0.00751037896, -0.00667138165, -0.0346695334, -0.0126526207, -0.00546024879, -0.0226664599, -0.0229777, 0.0347236618, 0.000643203093, 0.00436075637, 0.00644471729, 0.0132751027, 0.0230724253, -0.0154402573, 0.0129029667, -0.00234445627, -0.0136675369, -0.0143982759, 0.0491760671, 0.00128048577, 0.00966200139, -0.00922897, -0.00247639534, 0.00814639311, -0.0257112086, 0.00457050558, -0.0260901097, -0.00836290885, -0.0158191584, -0.0150613552, -0.0126999831, 0.0126729188, -0.00100392115, 0.00727356551, -0.0110828839, 0.00197232026, 0.00183361513, -0.00466523087, 0.00139804697, -0.00674242573, -0.0026912191, 0.00111471617, -5.53446444e-05, -0.00385668105, 0.0108528361, -0.0035183758, 0.00601506932, -0.00845086761, 0.0170776546, 0.025386434, 0.0174700897, 0.00725326687, -0.000836037158, -0.0308805145, -0.0347507261, -0.020582499, -0.00558203831, -0.0462801754, 0.013802859, -0.0306639988, -0.0220981073, 0.00424911547, 0.0259006582, 0.023045361, 0.0264148824, -0.0378360711, 0.00815315917, 0.0220169127, 0.000238082401, 0.0136675369, -0.00230893423, -0.0395411327, -0.00820728857, 0.00389727787, 0.00416453881, 0.00224803924, 0.00711794477, 0.000920190592, -0.00582900131, -0.00157396577, -0.00945901778, 0.00795017648, -0.00339996885, -0.00916130934, -0.0024104258, -0.0018319235, -0.0199329518, -0.0208531432, -0.00774719287, -0.0188909713, 0.0279034264, -0.00298554474, -0.00180824217, 0.0290130675, -0.00938459113, -0.0186744556, 0.0165228341, -0.0194999203, 0.00731416186, -0.0030938026, 0.0362934, -0.0021516222, -0.0201224033, 0.0171588473, -9.96415038e-05, 0.0100612016, 0.0194863882, 0.00898539089, 0.00897862483, 0.0340470523, 0.000755266752, -0.0129503291, 0.0268073175, -0.00203321525, -0.0140193747, 0.00784868468, -0.0151425479, 0.0105754258, 0.00167968613, 0.00301768375, -0.0210290607, 0.0203795154, -0.0158191584, -0.00954021141, 0.00900568906, 0.00568353, 0.000333230797, 0.00421190169, -0.0261983667, 0.00504751597, 0.0190127622, -0.0232212804, 0.0209343359, 0.0248316135, -0.00412732549, 0.021191448, -0.00494264159, 0.0114482539, 0.00514562475, 0.00140481303, -0.00021926417, -0.00740888761, -0.0106227882, 0.0193375349, 0.00239181891, -0.0335869566, -0.00836967491, -0.000251191726, 0.0125037665, -0.0194999203, 0.000518452958, 0.00517268898, 0.0139652453, -0.000337671052, -0.0102980155, 0.00632969337, 0.0012517299, 0.00751714502, 0.0176866036, 0.0604078062, 0.00550422817, 0.0110084563, -0.01072428, -0.00385668105, 0.00514900777, -0.00212455774, -0.00162555731, 0.000299400243, 0.0028772871, 0.010101798, -0.00650899531, 0.0217192043, -0.0211237874, 0.0194863882, 0.000234910782, 0.00357250473, -0.00237490376, -0.0103386119, 0.00100476691, -0.00121197896, -0.00451637665, 0.00641765259, -0.00363339973, 0.00755774183, 0.00978379138, -0.0135998754, -0.0351025648, 0.0178083945, 0.0255623534, -0.000464747, 0.0133021669, 0.00149700127, 0.0217733327, 0.00166107935, 0.0339117311, -0.00826141704, 0.00235291384, -0.0130450549, 0.00911394693, -0.000932877068, 0.00535199093, 0.0101626934, 0.0121383965, -0.0122737186, 0.00653605955, 0.00805166736, -0.0154402573, -0.0223146211, 0.00754420971, -0.0163739789, 0.01552145, -0.00977025926, -0.000864793081, 0.00833584461, -0.00155366736, 0.0129435631, -0.0121045662, -0.0169964619, -0.0148854358, 0.0056192521, 0.00109357212, -0.00407319656, -0.0135795772, -0.000309337978, -0.0166581552, -0.0232754089, -0.018742118, 0.00389389484, -0.0104942322, 0.00367399631, 0.00896509178, 0.00500015309, -0.0114144227, -0.000765838777, -0.00312763313, 0.0107987076, 0.0026303241, -0.00115785014, -0.0186473913, 0.0210290607, 0.0102980155, 0.00371120987, 0.00100307539, -0.000921882107, -0.0123481462, -0.00398862036, 0.0182008278, -0.000696063275, 0.0331809893, 0.00160441315, -0.00180824217, 0.0056192521, -0.0123075489, -0.0161574651, 0.00408334564, 0.0158191584, -0.00607258128, 0.00907335, -0.00698262267, 0.0384585522, 0.0104468698, 0.00653267652, 0.0105415955, 0.0258059334, 0.0190939549, 0.00919514, -0.0293919705, 0.00200107624, -0.00820728857, -0.00103098562, -0.00882977, -0.00731416186, 0.0120369047, -0.0140058417, -0.00670859544, -0.00589327933, 0.00634999154, 0.0205960311, -0.0171588473, -0.0102506522, 0.00705028372, 0.00828848127, 0.00905305147, 0.0132345054, 0.00496970583, -0.00201460836, -0.00922897, -0.00494264159, 0.0152372736, 0.000715093, 0.012815007, -0.00895832572, 0.00738182291, 0.00148177752, 0.00162724883, -0.00545348227, -0.00327817909, -0.00954021141, 0.00931016356, 0.00707058236, 1.13583383e-05, -0.00964846928, 0.00232754089, -0.0069014295, 0.0108528361, -0.00582223525, 0.0147636458, -0.0166446231, -0.00396493869, 0.00652252743, -0.00293479906, -0.000369387184, 0.00549407909, 0.0248316135, 0.0182955544, 0.00924250297, 0.00713147689, -0.0251969844, 0.0192292761, -0.0125849592, -0.0129570952, -0.0285529736, -0.0165228341, -0.00158834364, -0.0110219885, -0.00526741473, -0.00161540811, 0.00367737934, -0.00935752597, -0.0068743648, -0.00830877945, -0.00360295223, 0.0142223574, 0.000288828218, -0.00285022263, -0.00818698946, 0.00832907762, -0.00177948619, -0.00157396577, 0.017253574, 0.0023901274, 0.0282823294, -0.00309718563, 0.00302445, -0.0184850059, -0.0210425928, -0.0212997049, 0.00416792231, 0.0172129776, 0.0299873874, 0.0154808536, 0.0181061029, -0.0134848515, -0.00383976591, 0.00809226464, -0.00871474575, 0.0172806382, -0.00392772537, 0.000594994577, 0.0112655684, 0.0217192043, 0.0149125, -0.0022666459, 0.00631616125, -0.00261002593, 0.0196217112, -0.00806519948, -0.0143576795, -0.00955374353, -0.0161980614, 0.0121722268, 0.0106295543, 0.0141952932, -0.005730893, 0.0217462685, -0.00380593538, 0.0161168668, 0.00724650081, 0.00267430395, -0.0197570324, 0.00391081, 0.00792987738, 0.0252781771, 0.00211440842, 0.00702321948, 0.0222334284, -0.00427956274, -0.00710441265, 0.000622481864, -0.0135795772, -0.00710441265, 0.0104536358, -0.00206873729, -0.00709088054, -0.00143018598, 0.03079932, -0.00644133426, -0.00514562475, 0.00188097788, -0.00732092792, 0.00439120363, -0.0290130675, -0.00711794477, 0.00421866775, -0.0089447936, 0.0220169127, 0.0319901556, -0.0259818528, -2.19634185e-05, -0.0250481293, -0.00712471083, 0.00167884037, -0.00492234295, 2.40910431e-05, 0.00803813525, 0.00501368567, -0.0117933247, -0.00754420971, 0.0029500227, 0.0137284314, 0.00924926903, 0.00219221879, -0.00440811878, 0.0220169127, -0.0142358895, -0.0263472218, 0.017497154, -0.0271591544, 0.0222063642, -0.00915454328, 0.00941842142, 0.0123955086, -0.00121197896, 0.00266922941, 0.014547131, 0.0086741494, -0.0105483616, -0.00248485291, 0.0198246948, -0.0187827144, 0.00632631034, 0.00152068259, -0.00118660612, -0.00173212343, -0.0023901274, -0.00102844834, 0.0137013672, 0.0214079637, 0.0073682908, 0.0309075788, 0.00452652574, 0.0176054109, -0.0193104707, 0.0167934783, 0.02414147, -0.0223146211, 0.0159950778, 0.0307451915, 0.0243850499, -0.0156161757, -0.000260283676, 0.00592372706, 0.0117188981, 0.00830877945, -0.0200006124, 0.000599223364, 0.00403936626, -0.0143170832, 0.0297438074, 0.0122940168, -0.00486821402, 0.0127135152, -0.00435060682, 0.0100679677, -0.0114144227, -0.00719237188, -0.0241008736, -0.0266584624, 0.00218714424, -0.00262355804, 0.023288941, -0.0134510212, -0.012815007, -0.0154537894, -0.00366723025, 0.00970259774, -0.0193104707, 0.00977702532, -0.0245745014, 0.0150478231, -0.0193646, 0.0166852213, -0.00874181092, -0.00912071299, -0.0027538056, -0.000268107, 0.0101897577, -0.00919514, 0.0137284314, -0.0142494217, -0.00217699492, -0.0129570952, -0.01084607, -0.00671874452, 0.00220236788, -0.0209884644, -0.020582499, 0.00235460536, -0.00671197847, 0.0106972158, -0.0150884194, 0.0173618309, 0.0040664305, -0.000798823545, -0.00985145196, 0.0148719037, 0.0144118089, -0.00447578, 0.00358265382, 0.0111505445, 0.0245745014, -0.0051016449, 5.97320395e-05, 0.00537567213, 0.00426941365, 0.00125088403, 0.00925603509, -0.026996769, 0.00189112697, 0.00514562475, -0.00713824341, -0.00395817263, -0.0079095792, 0.000883822795, 0.0132412724, -0.00808549859, 0.00900568906, 0.0138705196, -0.00676949043, -0.00459418679, -0.00563955028, -0.00459080376, 0.00185898796, -0.0131600788, 0.00555497408, 0.00396155566, 0.0062721814, 0.0152372736, 0.0185120702, -0.0133495294, -0.0221116394, -0.00456035649, -0.0101965237, -0.00820052251, -0.000894817698, -0.00694202632, 0.0119827762, 0.0263201576, -0.00599815417, -0.00705705, -0.0119489459, 0.0120098405, -0.0261983667, 0.00254574791, 0.0342635661, 0.00594064221, 0.00858619, -0.0194051955, -0.00164500985, -0.0132345054, 0.00558203831, 0.0121451626, -0.00123988918, -0.00120267563, 0.00812609494, 0.0183090866, 0.0151290158, -0.0130924173, 0.0124090407, 0.000600069121, 0.0221522357, 0.00610302901, -0.000323293061, -0.016401045, -0.0277951695, 0.00580193708, 0.00295509747, -0.00627894746, -0.0121316304, -0.00622481853, -0.0183496829, 0.00667138165, -0.0134983845, 0.00197401177, 0.0199870802, 0.0186879877, -0.00429986138, -0.0132818688, 0.00317330426, -0.00205182214, 0.00893802755, 0.0264825448, -0.0210019965, 0.0263878182, -0.0118745184, 0.00519637, -0.00169575564, -0.00272674114, -0.00669168029, -0.00769306393, 0.00916130934, 0.0152237415, -0.0109137315, 0.00344056566, 0.000394760078, -0.0194051955, -0.0211373195, -0.00744948396, 0.0202983227, -0.0041171764, -0.0122263562, -0.00851852912, -0.0204471759, -0.00437428849, -0.000626710709, -0.00787574891, 0.0187285859, 0.00440473575, 0.0121857589, -0.0102438862, 0.0153590636, 0.0237219725, -0.00107919413, 0.026374286, -0.0019773948, 0.0185256023, 0.0123007828, 0.000175284469, 0.00207381183, -0.00874857698, 0.00606581522, 0.00664093439, -0.00298047019, -0.00686083268, 0.0224228799, 0.037944328, 0.00775395893, 0.00359618594, -0.00274534803, 0.00847793277, -0.0126999831, -0.0120639689, 0.0151966773, -0.0026184835, -0.00760510471, 0.00818698946, -0.0104198055, -0.0122940168, 0.0146147916, 0.0123278471, 0.0110828839, 0.00226157135, 0.0169829298, -0.0106836837, 0.0231536198, 0.00472612586, -0.0108257718, -0.00621805247, 0.00838997308, -0.00683038542, -0.00386344735, 0.0018826694, -0.00734799262, -0.000977702555, 0.0230047647, 0.00028840531, -0.00978379138, 0.00924926903, 0.00908688176, -0.011096416, 0.00526064821, -0.00143356901, -0.00284176506, -0.0221657678, 0.0118542202, 0.00256604608, 0.0051862211, 0.00910041388, -0.00159510982, -0.00394802354, 0.00204843888, 0.0106295543, 0.0042017526, -0.00099208043, 0.0109881582, -0.0129503291, 0.0104198055, 0.0175512824, -0.0102100559, 0.0111640766, 0.0104536358, -0.00120859593, 0.00403598323, -0.017118251, -0.0105009982, 0.0113467621, 0.0115768099, -0.00485806493, 0.00890419725, 0.0139923096, 0.0108528361, 0.0101559274, 0.0163063183, 0.00663416833, 0.0173212346, 0.0161574651, -0.000868599047, -0.00134814694, -0.0187691823, 0.022788249, 0.00847793277, -0.0071720737, 0.00413747458, -0.00655635819, -0.00253729033, 0.0116309384, -0.00399200339, -0.0161980614, 0.00525049912, 0.0125375967, 0.000851260847, 0.0134510212, 0.0108190058, 0.00311410078, -0.00931016356, -0.00211440842, -0.00801107101, -0.00675934134, -0.00522681791, -0.00370106078, -0.0351296291, -0.0242226645, -0.0136066414, 0.0140599711, -0.00929663144, 0.0221793, -0.0249669366, 0.023911424, 0.00873504486, -0.00156212505, -0.00526064821, -0.00275888015, 0.000272758713, 0.00696232449, 0.018241426, 0.0105754258, 0.00232246635, -0.00433030864, 0.00855912548, -0.0219492521, 0.00259649358, 0.00509149581, 0.00631954428, 0.00353190792, 0.0058493, -0.00169237261, 0.00803136919, -0.00583238434, -0.0197299682, -0.0130991833, -0.000448677485, 0.00016175225, 0.0305286758, -0.024276793, -0.000558203843, 0.00400215248, 0.00679993769, 0.0188368428, 0.00721267052, 0.0313676745, -0.00155028433, 0.0102438862, 0.00958080776, 0.00935752597, -0.0184173435, 0.0130518209, 0.0136269405, -0.00812609494, 0.00412732549, 0.0060489, 0.0277139749, 0.00504751597, 0.0082681831, 0.0109069645, 0.0119218808, -0.00994617771, 0.0137081333, -0.0166175589, 0.0195811149, -0.0046347836, -0.0247233566, -0.0127947088, 0.00322743319, -0.00369767775, 0.00065631239, -0.00417807139, -0.00773366075, 0.0132683367, -0.0115429787, -0.0450081453, -0.00687098177, -0.0117391963, 0.000185856508, -0.0128488373, 0.0198923554, -0.0354002751, 0.0120504368, -0.00805166736, 0.00165685057, -0.0351296291, 0.00422881683, 0.00538243819, 0.0111911418, 0.0186203271, -0.00185391342, -0.0151290158, -0.0116444705, -0.0138163911, -0.0185661986, -0.00484115, -0.00700292084, -0.0118271559, 0.0121722268, 0.0107378121, -0.0309887715, -0.00307519571, 2.10383641e-05, 0.00417468837, 0.00117730268, 0.00222774083, -0.0078013218, 0.0174565576, -0.00324265682, -1.17085374e-05, 0.0015832691, 0.00193848973, -0.00198246934, 0.00776072498, 0.0221387036, -0.00278763613, -0.0214756243, 0.027849298, 0.0113805924, 0.000630939496, 0.00614362536, 0.0242497288, -0.0199329518, 0.00434045773, -0.0180655066, -0.00659357151, 0.00454344088, 0.00622481853, -0.0111167142, -0.00704351766, -0.000132784859, 0.000469398685, -0.0137351975, 0.0107310461, -0.000745963305, -0.0345612764, -0.0102777174, -0.00420851866, -0.0262389649, -0.0204471759, -0.0115565108, -0.0128556043, 0.00381270144, -0.000114178059, -0.00600492, 0.0121654607, 0.000468552927, 0.0069014295, 0.00407657959, -0.0206907559, 0.00168306916, -0.00379916932, -0.0181467, 0.0313676745, 0.00915454328, 0.00497985492, -0.00219729333, 0.0152643379, -0.00290096854, -0.0038194675, -0.00628233049, 0.0110490536, 0.0111505445, -0.0108528361, 0.0152914021, 0.00135998754, 0.000496040215, -0.00909364782, 0.00358265382, 0.0261983667, -0.000545517425, -0.0133427633, 0.00239689345, -0.0163198505, 0.00563616725, -0.00375857251, 0.0167528819, 0.00483776676, 0.00605566613, -0.00287559559, -0.0157650299, 0.0118542202, 0.0204336438, 0.00893126149, 0.0246150978, 0.00377210486, 0.0147501137, -0.00616730703, 0.00389727787, 0.0143170832, -0.0080449013, -0.0230047647, -0.0089447936, -0.016509302, 0.00776749104, 0.0177136697, 0.0158056263, 0.00599815417, 0.00277579552, 0.00855235942, -0.00495955674, 0.00927633327, 0.0291483905, -0.0080990307, -0.00727356551, -0.00600830326, 0.00651576137, 0.00266246311, -0.00959434, -0.00568014709, -0.0114279548, 0.00513885869, 0.0228153132, -0.0135119166, 0.00857942365, -1.70738494e-05, 0.00287221256, 0.00401230156, 0.00450284453, 0.00971613, -0.00972289592, 0.0152372736, 0.00595755735, -0.00830201339, 0.00182346592, 0.000558626722, 0.0177272018, 0.00376195577, -0.0110355206, -0.0105415955, 0.0342365019, -0.00746301655, 0.0165363662, 0.00584591692, 0.0103318458, -0.00724650081, 0.0135119166, -0.0256706104, -0.00165177591, 0.0103318458, -0.00586959813, -0.0316383168, 0.00756450789, 0.00847793277, -0.0410296731, -0.00788251497, 0.0187691823, 0.00210425933, -0.0145606631, 0.0126796849, 0.0224228799, 0.00298216171, 0.00746978261, 0.0185797308, -0.0320713483, 0.000552706362, -0.00187590322, -0.00501030264, 0.0299061947, -0.018985698, -0.00923573691, -0.00820728857, -0.004743041, -0.00663416833, 0.0117527284, -0.00219560182, -0.0244391803, -0.00389727787, -0.018850375, 0.00831554551, 0.0153861279, 0.00848469883, 0.0168070104, -0.011096416, -0.00457727164, -0.000542134338, 0.000518875837, 0.0153590636, -0.00946578383, 0.00882300362, 0.0136404727, 0.0101288622, -0.00714500947, 0.0175512824, 0.00511179399, 0.0191480834, -0.0262795612, 0.0207448844, 0.00862678699, 0.00705705, 0.017118251, -0.0027842531, 0.00205182214, 0.00788928103, 0.00947255, -0.0141952932, 0.00452314271, -0.0346965976, 0.0185661986, 0.0171453152, -0.0100882659, 0.0241550039, 0.0105077643, 0.00253221556, 0.0293107759, -0.0320713483, -0.000346974441, -0.00367399631, -0.00487836357, 0.0282011349, -0.00588651327, -0.00260833441, 0.0060522831, 0.00650899531, 0.00991911348, -0.0148313073, 0.00640412048, -0.00427956274, 0.00322066713, 0.0146283237, -0.00562263513, -0.0168611389, -0.00442841742, -0.00115277548, -0.00513209216, 0.000546786061, -0.0130788852, -0.00425588153, -0.0111505445, -0.0376736857, -0.00375518948, -0.0147636458, 0.00513885869, -0.00608273037, 0.0166446231, -0.00696909055, -0.00366723025, 0.00212455774, 0.0143035511, -0.0133427633, -0.0166581552, 0.00525388215, -0.0115497448, -0.00232077483, -0.0220981073, -0.0132886348, -0.000504920783, 0.000387993961, -0.000588651339, -0.010223588, -0.0179437157, 0.0187962465, 0.01072428, 0.00567676406, -0.00741565367, -0.00811256282, -0.00360295223, -0.00597447297, 0.0200818069, -0.00868091546, -0.025630014, -0.00266753789, -0.00376195577, 0.0244256482, 0.00722620264, 0.00868768152, 0.0112588024, 0.00382961682, 0.00897862483, -0.00692172768, -0.000928648224, -0.00784868468, -0.0230724253, -0.00845763367, 0.00402921671, 0.0241550039, 0.00607596431, -0.00519637, 0.00738858897, -0.00154605554, -0.0168476067, 0.00604213402, 0.0177813303, 0.00989204925, 0.00236644596, -0.0133968927, -0.00135153, -0.00193003216, -0.0063567576, 0.0182820223, -0.0353461429, -0.000509995327, 0.0023173918, 0.0140193747, 0.00183023198, 0.0154943857, 0.0191345513, -0.0174565576, 0.00217699492, -0.0353732072, 0.00722620264, -0.00400891853, -0.0203930475, -0.0137487296, -0.00215331372, 0.0143576795, -0.00428971183, 0.0240738094, -0.000237236643, 0.02414147, -0.00027360447, -0.0036841454, -0.0003442257, 0.0263201576, -0.00772012863, 0.00652929349, 0.0186609235, 0.000225395954, 0.00659695454, -0.00482085161, 0.0147771779, 0.0300144516, -0.00163063186, 0.00589327933, 0.0112926327, 0.00513209216, -0.00166699965, 0.0109813921, 0.0175377503, -0.010352144, -0.000509572448, -0.00920190569, -0.0253729019, 0.00656650728, -0.000344014261, 0.0277951695, 0.005977856, -8.73779354e-05, 0.00342703331, 0.00612332718, -0.00208396115, 0.016387511, -0.0104401037, 0.0181872956, -0.0127067491, 0.0163604468, -0.00356912171, -0.0131533127, 0.00557188923, -0.0183496829, 0.000306800677, 0.0171588473, -0.0163333826, 0.0173212346, 0.00370444381, 0.0129638612, -0.022679992, -0.00153928937, -0.0120978, -0.0155755794, -0.0102574183, 0.00375518948, -0.000179830444, -0.0164551735, 0.00429986138, -0.017997846, -0.0125037665, 0.0237625688, -0.00473627495, -0.00240027648, 0.00926280115, -0.020163, -0.01096786, -0.00933722779, 0.0173888952, -0.00380931841, -0.0126255564, 0.00891096331, 0.00629247958, -0.00268107, -0.0144118089, -0.0248316135, -0.00698938873, 0.0384044237, -0.00599138811, 0.00799077284, 0.021326771, -0.000744271791, 0.0111776097, -0.0117797926, -0.0182549581, 0.0183496829, -0.0244256482, -0.00235798839, 0.00525049912, 0.0145065337, 0.0300415158, 2.41703328e-05, 0.00910041388, -0.0127473464, 0.00871474575, 0.0157379657, 0.0188097786, -0.00444194954, 0.014425341, -0.0326126367, -0.0100206053, -0.0135998754, -0.0127270482, 0.0224228799, -0.00267430395, 0.000569198804, 0.0144930016, -0.0132886348, -0.00118068571, 0.0154943857, -0.00920867175, 0.0079637086, 0.0207854807, 0.00415438972, 0.0123684444, 0.00692849373, -0.0236407798, -0.00667476468, -0.000841957459, -0.0103656761, 0.00581546919, -0.0016602336, -0.00944548566, -0.00147416559, -0.0093033975, 0.0178354587, 0.0226123314, -0.0096823, 0.000126335915, -0.00741565367, 0.0102844834, -0.0149936937, -0.00805843342, -0.025021065, -0.013802859, 0.0203118548, 0.00258127, -0.0154131921, 0.00573427603, -0.0193375349, 0.00353190792, -0.0147771779, 0.0207448844, 0.0229912326, 0.00772012863, -0.00713824341, -0.0204065796, -0.00774042681, -0.0238708258, -0.0187150519, -0.010101798, -0.0161574651, -0.00576134026, -0.0109272636, -0.00871474575, 0.0206772238, 0.00391081, 0.00530124502, -0.0198517591, 0.00614700839, 0.0100003062, 0.013058587, 0.0112655684, -0.0190804228, 0.00380255235, 0.00490881084, 0.00355897238, -0.0109137315, -0.00571059436, -0.00992588, -0.000945563486, -0.00496294, 0.00369429449, 0.0140870353, 0.00377210486, 0.00157227414, -0.0143306153, -0.0022057509, -0.0101559274, 0.0135186827, -0.0167393498, -0.0212185122, -0.0067661074, -0.0191751476, 0.00945901778, -0.0044723968, 0.00655297469, 0.00166277087, -0.0108257718, -0.00320544327, 0.00689804647, 0.00834261067, -0.0409484804, -0.00221759174, -0.0276869107, 0.00287897862, 0.00644810032, 0.0166716892, -0.0210425928, 0.00544671621, -0.000255843421, -0.00702321948, 0.0107784085, 0.0031665382, -0.00387359643, -0.012084268, -0.0255217571, -0.00436075637, 0.00233430695, 0.000734545523, 0.00359280291, 0.00364016579, 0.00343887415, -0.00707058236, 0.00449269544, -0.0122872507, 0.0224905405, -0.00568691315, -0.0148989679, -0.0384585522, 0.00523358397, -0.00579855405, -0.00367737934, -0.010223588, 0.00838320702, 0.00148854358, -0.0104265716, -0.0256029498, 0.0111573106, -0.00356235541, -0.0116580026, -0.00556512317, -0.0067897886, 0.000671536138, 0.0136337066, -0.0252781771, 0.00661048666, -0.00106143311, 0.00812609494, -0.00593049312, -0.00773366075, -0.000484199554, 0.00775395893, -0.000159320683, 0.004990004, -0.0199058875, 0.0251699183, 0.0165228341, 0.00100645842, -0.00233599846, -0.0159815457, 0.00978379138, 0.0113467621, 0.00302106701, 0.0162927862, -0.0174430255, -0.0122940168, 0.0115632778, -0.0101356283, -0.00705028372, 0.0032477316, -0.00346255535, 0.00752391154, -0.0263066255, -0.00772689469, -0.0159950778, 0.00820052251, -0.0334787, -0.00633984245, 0.017497154, -0.010473934, -0.0274839271, -0.00765246758, 0.0109069645, -0.0188639071, 0.00181331672, 0.000386725325, -0.00708411448, 0.00890419725, 0.000452483422, 0.0195405185, 0.0128759025, -6.06835238e-05, 0.0139787775, -0.0113129318, -0.0120910341, 0.005050899, -0.0150884194, -0.0180519745, 0.000486313977, -0.00618760521, 0.00140143, 0.0122737186, 0.0145065337, -0.00315638911, -0.00919514, -0.0142494217, 0.0203253869, 0.0108190058, -0.0265231412, 0.0231130216, -0.0062214355, -0.00242226641, -0.0127608785, -0.0100544356, 0.040298935, 0.00389389484, 0.0167934783, -0.0168476067, 0.0152508058, 0.00348454528, 0.00603198446, 0.00419836957, -0.00672889361, 0.008132861, 0.005730893, 0.00500353612, 0.00647516456, -0.00641088653, 0.0145741953, -0.0214079637, -0.0144388732, 0.00716530764, 0.00847116672, -0.0198246948, -0.0101288622, 0.00293649058, 0.02193572, 0.0147095174, 0.00889743119, -0.0141411647, 0.00782162, -0.0315571241, 0.00374165736, 0.00352175883, 0.0130450549, -0.0122669525, 0.000594994577, -0.00567676406, 0.00275042257, 0.00738182291, -0.00564969936, 0.0103859743, 0.002834999, -0.0321796052, 0.00667814771, -0.0285800379, -0.0144930016, 0.0114482539, -0.0168611389, 0.00617745612, -0.0088433018, 0.0108731342, 0.0274568629, 0.00916130934, 0.0096281711, 0.0261713024, -0.0106836837, 0.0220439769, 0.00837644096, 0.00269291061, -0.0174159594, 0.00311410078, -0.0206095632, 0.011461786, 0.0150072258, -0.00906658359, 0.0126187904, -0.0148448395, -0.0113264639, -0.00300246, -0.00511179399, 0.0064345682, 0.0207719486, 0.017375363, -0.00761863682, 0.0073344605, -0.00280793454, -0.0140329069, 0.0182820223, -0.00462463452, 0.000834768463, 0.01552145, -0.014655388, -0.000871136319, 0.00115023821, -0.0247774851, 0.00479040388, 0.00432015955, 0.0153184673, -0.0180519745, 0.0381337814, 0.00122804847, 0.0100206053, -0.0151425479, -0.00112655689, 0.0218274631, -0.0118677523, 0.00616054051, 0.00492234295, 0.00672551058, -0.00973642804, 0.0125240646, 0.00425588153, -0.0126052583, -0.00834261067, 0.00508134672, 0.00238166982, 0.016874671, 0.0233024731, -0.00959434, 0.00472612586, -0.0110422876, 0.00385329803, 0.00284007355, -0.00492910901, 0.0119760102, 0.00782162, -0.00441150181, 0.0143170832, 0.0132209733, 0.000477010559, 0.0184985381, 0.0125308307, 0.00939135719, 0.000189556726, -0.00613347627, 0.0201088712, -0.0115091484, -0.0095740417, 0.00267430395, 0.00670859544, 0.012070735, 0.026117174, -0.00570044527, 0.0206772238, -0.00097939407, 0.03721359, 0.0124022746, -0.00256266305, 0.00478363782, 0.0259547867, -0.0180249102, -0.00904628541, 0.00402583368, -0.00105212966, -0.000478279224, -0.0132277394, 0.00614024233, -0.00399538642, 0.0089447936, -0.0227611847, 0.00363678276, 0.00723973475, 0.00788928103, -0.0153319994, 0.0172671061, 0.0125511289, -0.00701645343, -0.0119963083, -0.00684053451, -0.0139517132, -0.00327479583, 0.00746301655, 0.0111234803, -0.0247774851, 0.0109340297, 0.00696232449, 0.0193646, 0.0103589101, -0.00189958466, 0.0143712116, -0.000401103287, 0.024642162, -0.0166987535, -0.00336106378, 0.0163333826, 0.0280928779, -0.00166530814, -0.000782331161, 0.0172265097, 0.00554144196, 0.0128353052, 0.00257281237, 0.000797554909, -0.00720590446, 0.0125578949, 0.0127067491, 0.0228153132, -0.0224634763, -0.00324265682, -0.0100476695, -0.00420513563, 0.00825465098, 0.00914101116, -0.0133765945, -0.0195269864, -0.0297979359, 0.00817345735, 0.00179640146, 0.0023478393, -0.0286612306, -0.0060861134, 0.00672551058, 0.00366384699, 0.016022142, 0.000813201535, -0.00364693184, 0.00940488931] |
15 Jul, 2020 | HTTP status codes | Server Error Responses
15 Jul, 2020
HTTP status codes is a conversation between your browser and the site server. The server gives responses to the browser’s request in the form of a three-digit code known as HTTP status codes. Categories of HTTP status codes are.
Informational responses (100–199)
Successful responses (200–299)
Redirects (300–399)
Client errors (400–499)
Server errors (500–599)
Server Error Responses: Server error response occurs when the server fails to fulfill the request of the visitor.
500 Internal Server Error: 500 Internal Server Error is a common error message that occurs when the server meets an unexpected situation and it doesn’t know how to handle it.
Status:
500 Internal Server Error
501 Not Implemented: 501 Not Implemented occurs when the requested method is not supported by the server. The server either does not perceive the request or it comes up short on the capacity to fulfill the request. GET and HEAD are the only methods that the server support.
Status:
501 Not Implemented
502 Bad Gateway: 502 Bad Gateway occurs when the server is working as a gateway and it receives an invalid response from the upstream server.
Status:
502 Bad Gateway
503 Service Unavailable: 503 Service Unavailable occurs when the server is unable to handle the requests (the server is temporarily overloading or down).
Status:
503 Service Unavailable
504 Gateway Timeout: 504 Gateway Timeout occurs when the server is acting as a gateway and did not get a response from the upstream server on time.
Status:
504 Gateway Timeout
505 HTTP Version Not Supported: 505 HTTP Version Not Supported occurs when the HTTP protocol version used in the request is not supported by the server.
Status:
505 HTTP Version Not Supported
506 Variant Also Negotiated: 506 Variant Also Negotiated occurs when there is an internal configuration error in the server.
Status:
506 Variant Also Negotiated
507 Insufficient Storage: 507 Insufficient Storage occurs when the server is unable to store or execute the (PUT or POST) operation that is required to complete the request successfully due to the large size of the operation.
Status:
507 Insufficient Storage
508 Loop Detected: 508 Loop Detected occurs when an infinite loop is detected by the server while processing the request. The request is terminated by the server.
Status:
508 Loop Detected
510 Not Extended: 509 Not Extended occurs when there are no further resources(extensions) for the server to complete the required request.
Status:
510 Not Extended
511 Network Authentication Required: The 511 Network Authentication Required occurs when the visitors need to authenticate in order to gain network access.
Status:
511 Network Authentication Required
Supported Browsers: The browsers compatible with the HTTP status code Server Error Responses are listed below.
Google Chrome
Internet Explorer
Firefox
Safari
Opera
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses | https://www.geeksforgeeks.org/http-status-codes-server-error-responses?ref=asr10 | CSS | HTTP status codes | Server Error Responses | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0455324501, 0.0220735669, -0.00996512454, 0.046839349, 0.0576082207, 0.0105140228, 0.00980176125, 0.0173164457, -0.0318622589, 0.0387888364, 0.016741408, -0.0242560916, -0.010572833, -0.0214331858, 0.00756042544, 0.0108864894, -0.0336396433, -0.0319406725, -0.00190317538, 0.000354088639, -0.00974948518, 0.0178130679, -0.00122440339, 0.0137224663, -0.0537920669, 0.011258957, -0.00553146051, -0.0207143892, -0.048015561, -0.0126442723, 0.0355738588, -0.0132127739, 0.0311042555, 0.00467544, 0.0111805424, -0.0393116, -0.0164538901, 0.0208450798, -0.0481985286, 0.00228871126, 0.0336135067, -0.0275756214, 0.0215769447, -0.00193258061, -0.0247004386, -0.0120169595, -0.018061379, -0.0417162962, 0.0316008776, -0.0221911874, -0.018597208, 0.00714875152, 0.0103964014, 0.0338487476, 0.0186233465, 0.0106512476, 0.0201916285, 0.0266869292, -0.0222303942, -0.00437158579, 0.0258374438, -0.035730686, -0.0329861939, -0.00975602, -0.00393377338, 0.0585491881, -0.00754735619, 0.00481266482, 0.00497929472, -0.0103898672, -0.0179829653, 0.00399911869, -0.0202308353, 0.0530863404, 0.0142060192, 0.0219559465, -0.0143628474, 0.0165976491, 0.00624045497, -0.0311565325, -0.0299280453, 0.0104813501, 0.0169505123, -0.0384751819, 0.0148202637, -0.0132323783, -0.0331430212, -0.0571377352, 0.0317054316, -0.0119581493, -0.00623392034, -0.00491068233, -0.0390502177, -0.0184142422, 0.00765844295, -0.00252722087, 0.0110367835, 0.00797863398, -0.00680895709, -0.00857980829, 0.00577650452, 0.0193944182, -0.00931167323, -0.0373251066, 0.0251970608, -0.00335873687, 0.010233039, -0.0332475752, -0.00903068949, 0.0262687206, 0.00351556507, 0.00672400836, -0.015761232, -0.0154083688, -0.0139446389, 0.0201393533, -0.00425723149, -0.0167283397, 0.00520473532, -0.00562947849, 0.00626332546, -0.0205052849, -0.0295098368, 0.0229230523, -0.0254323035, 0.00892613735, 0.00443039602, -0.00695925066, 0.0279154163, -0.0189239345, 0.0244651958, 0.0214201156, 0.0343715101, 0.0396775305, -0.0040187221, -0.0116575612, -0.00339467661, 0.0128337732, 0.0319145359, 0.000767396239, -0.0557262823, -0.00979522709, 0.0227270182, 0.00159768714, 0.00113455392, 0.0391809084, -0.0252362676, 0.00710300962, -0.0171596166, 0.00776952971, -0.0552035198, -0.0363318622, -3.58376892e-05, 0.00177411886, 0.0182835516, -0.0448267236, 0.0153168859, -0.014637297, -0.0176562387, 0.0291439034, -0.010474816, -0.00341754756, -0.0102395732, -0.00321007683, 0.0182835516, 0.0177738611, 0.0373512469, -0.0143759167, -0.0154345073, 0.0215246677, 0.0196165927, -0.0134872235, -0.0333521254, 0.00507077808, -0.0124417022, 0.0141014671, 0.0409844331, -0.000691432564, 0.0107165929, 0.00380635075, 0.00984750316, -0.0138400868, -0.00727944169, -0.0313395, 0.0194989704, -0.0106447125, -0.00216782279, -0.0128468424, -0.0173033755, -0.0325418487, -0.042343609, 0.00398604944, 0.0237464011, 0.00873663649, 0.0187540371, 0.0252493378, -0.0423174724, -0.0240731258, 0.0270267241, -0.0347635821, -0.00678935321, -0.000463541626, -0.0285165906, 0.0379001424, 0.0175908953, 0.0130494116, 0.0205052849, 0.019237591, 0.00182802847, -0.0129448595, -0.0201262832, -0.0453233458, -0.0192898661, -0.0241776779, 0.0182051379, -0.00818120316, -0.00413634349, 0.0674361214, 0.0137878107, 0.000824573159, 0.0569809079, -0.0095207775, -0.0399389118, 0.0370898657, -0.030450806, -0.0433107167, 0.0187409669, -0.0621562377, -0.0117033031, 0.0182443447, -0.0178914815, -0.0224133618, -0.00841644593, -0.0277324505, -0.0183619671, 0.0544193797, 0.0292223189, -0.0547853112, -0.0803483054, 0.00551839173, -0.00774339167, 0.0172641687, 0.0119058732, -0.0246612318, -0.0452972054, 0.00613917, 0.0113635091, 0.00414287765, -0.00119254761, -0.0135264304, -0.0191330388, 0.00472771609, 0.00696578529, 0.0175124798, 0.0098279, 0.0455063097, 0.00473098364, -0.00761923566, 0.0219036695, -0.00477019046, 0.0161925107, -0.00248474651, -0.0314963274, -0.00050601596, -0.0191722456, 0.0188716576, 0.0413503647, -0.00746894209, -0.0101676937, 0.0130036706, 0.0289348, -0.0324634351, -0.0210411139, 0.0508123301, 0.0133042578, 0.0455585867, 0.0286472812, -0.0384490415, 0.0180221722, 0.0137093971, 0.00995858945, -0.0306076333, 0.0165715106, -0.0377694555, -0.0177346542, -0.00259746681, -0.0246743, -0.00129791652, 0.00560334045, 0.0217468422, -0.0257720985, 0.0316531546, -0.0357045494, -0.00306305033, -0.00671093911, -0.0123698227, -0.0109387655, 0.0388933904, -0.00451207766, 0.0183358286, -0.0264255479, 0.00242756959, -0.0230145361, 0.00293889479, -0.0313656367, 0.0123959612, 0.0265954453, -0.0264124796, 0.0289609376, -0.0133957407, 0.015369162, 0.0123306159, -0.0152776791, -0.0110433176, 0.00287518324, 0.00513285585, 0.0200086627, 0.0182704832, -0.0259812027, -0.0297450796, -0.00743627, 0.0123110125, -0.0436766483, 0.0520669557, 0.0277324505, 0.00373120373, -0.00865168776, 0.012631203, -0.0512305386, 0.0383183509, -0.0049302862, 0.00854060147, 0.0376910381, 0.000977725722, 0.0311042555, -0.0197342131, -0.0265039634, 0.0459506586, 0.0428925082, -0.0176301021, -0.013513362, -0.0133499987, -0.0437550619, 0.023302054, 0.0216292199, 0.0155390594, -0.0425527133, -0.0484337695, 0.0161794405, -0.0421083681, 0.000819263863, 0.0249618199, 0.00733171776, 0.03583524, 0.0429709218, -0.027758589, -0.0143497791, -0.0216945652, -0.00441405969, -0.0213678405, 0.0188063122, 0.0205052849, 0.0161925107, -0.0180221722, 0.0180221722, -0.0635154173, 0.011847062, 0.00771071902, 0.0351033732, -0.0285427291, -0.0465518311, 0.00977562368, -0.0137486039, 0.0383706279, -0.0556217283, 0.0148202637, 0.0114615262, -0.0162186474, 0.00383575587, 0.0165453739, 0.0274187941, 0.0465256944, -0.036906898, 0.0123306159, 0.014297503, 0.0089392066, 0.036358, -0.0312610827, -0.00744280405, 0.00377041078, 0.0160356816, -0.0108995587, -0.0264124796, -0.0163624063, -0.0193160046, 0.0199563857, -0.0208450798, -0.00712261349, -0.0191199686, -0.0283859018, -0.00402525673, 0.0253146831, 0.0112785604, 0.0284120385, -0.0386842862, -0.0155259902, -0.0040089204, -0.0199302491, -0.0176301021, 0.00369199691, -0.0286734197, 0.00814853143, 0.0284120385, 0.0242691617, -0.00374100567, 0.0241515394, -0.011454992, 0.0598560907, 0.0491394959, -0.0203484576, 0.00395664433, 0.0159703363, 0.00709647546, -0.0349726863, 0.00830536, 0.0330907479, -0.0176823772, 0.0248311292, 0.00886079203, 0.00509691611, -0.0350511, 0.0220082216, 0.00107247604, -0.0110237142, 0.0112850945, -0.0478848703, -0.00765190832, -0.0050413725, -0.00333259883, -0.0172249619, -0.0321236402, 0.0479632877, -0.0178, 0.0381092466, -0.0791982338, -0.0364364162, -0.0353124775, -0.00514265755, 0.015421438, 0.0101219527, -0.00954038091, 0.00620778231, 0.00314146443, 0.0427879542, 0.00937701855, -0.0186102781, -0.0111282663, -0.0110237142, 0.0142844338, -0.0166760627, 0.00839684252, 0.00568502164, -0.00922019, 0.00300097256, 0.0270528607, 0.0139446389, -0.0530340634, -0.0155259902, 0.00126606086, -0.00241450057, -0.00944889802, -0.0279154163, 0.0102134356, 0.0387888364, 0.0239293668, -0.0289609376, -0.0158527158, 0.0439380296, 0.00957958773, -0.00271345419, 0.00353843579, 0.0219690148, 0.0443301, -0.0160748884, 0.0191591755, 0.0271312762, 0.0567718036, -0.000339386, -0.0227008797, 0.000146618011, -0.00735785579, 0.00515899388, -0.0390763544, -0.00884118862, -0.00871049892, -0.0258374438, -0.0161925107, -0.0486951508, -0.010376798, 0.024569748, -0.0206490438, 0.0163885448, 0.00598234171, 0.0342930965, -0.0284643155, 0.0345806144, -0.0226486027, 0.0556740053, -0.0511782654, -0.0147679877, -0.0294052847, 0.0191199686, -0.0450096875, -0.00267424714, -0.0339010246, 0.0104617467, -0.0296928026, -0.0107231271, 0.00258929865, 0.00910256896, 0.00227074139, -0.00368546229, -0.0195904542, -0.004773458, -0.0429186448, -0.0331953, 0.0161794405, 0.0147157116, -0.0575559437, -0.0274187941, 0.0240992643, -0.00200282666, 0.00622085109, 0.00876277499, -0.0139185013, 0.000756369263, -0.00876930915, 0.0237202626, 0.0157220252, -0.00326725375, -0.015813509, 0.0441471338, -0.0125070475, -0.0197472814, -0.0406969152, -0.00602154899, 0.0085994117, 0.00959919207, 0.00888693053, -0.0366193801, 0.0201785602, -0.0051295883, 0.00354823773, -0.00575036649, -0.0383706279, -0.0518317148, -0.0198256969, -0.0131539637, 0.00983443391, -0.014297503, 0.00336200418, 0.0190546233, 0.012239133, -0.00643322291, 0.000226461532, 0.00221683178, -0.0352863409, 0.0258635804, 0.0316792913, 0.00217109, -4.78601614e-05, -0.0349204093, -0.0294575598, -0.0356784128, -0.0365932435, 0.0203223191, 0.0174079277, -0.014245227, 0.0590196736, -0.00186396833, -0.00809625536, -0.0356522724, 0.00789368525, 0.0229491908, 0.0113504399, 0.0167022012, 0.0276017599, 0.0174471345, -0.0098148305, 0.00464276783, 0.0165453739, 0.00418208493, 0.0147157116, -0.00461336225, -0.025994271, 0.000834783365, -0.00918098353, 0.0214070473, 0.0075342874, -0.0236679874, -0.00055625, 0.0174079277, 0.00387823023, -0.00535176182, 0.00869089551, 0.0247527156, 0.0130428774, 0.025602201, 0.00442059431, 0.0166891329, -0.00664232718, 0.00786101259, 0.0490872227, 0.00483553577, -0.0247919224, -0.0417424329, -0.0192506593, 0.0175124798, -0.0208842866, -0.002447173, 0.00334240054, 0.0183881037, 0.0168067534, 0.0212632883, -0.021341702, 0.0206751823, 0.0163232, -0.0114484569, -0.0100239348, -0.0146895731, -0.0391286314, -0.0451665148, -0.0159311295, -0.0194597635, -0.00945543218, 0.00742320064, 0.0104944194, -0.0242299549, -0.0189108644, -0.0129775321, -0.0189500712, 0.00823347922, -0.0124613056, 0.0984881, 0.00367239327, 0.0216945652, -0.0203092489, 0.036906898, 0.00796556473, -0.0216553584, 0.0381092466, -0.0107819373, 0.0157873705, 0.0133369304, -0.01791762, -0.0258897189, 0.0163885448, -0.0376126245, 0.0198910404, -0.00505444175, 0.0196427293, -0.0120104253, 0.0354170315, -0.00693964725, -0.0129513945, -0.0164669584, 0.0341624059, -0.00695925066, 0.0210149772, 0.0296666641, 0.0063058, -0.0307905991, 0.0119581493, 0.0236941241, -0.0108407484, -0.00355150481, 0.0119842868, 0.0287518334, 0.022125842, -0.0221389122, -0.021929808, -0.00398931699, 0.00905029289, 0.025066372, -0.022713948, 0.015761232, 0.0248049907, 0.00937048346, -0.0196688678, -0.0317054316, 0.0142190885, 0.0191983841, 0.0208450798, -0.00871703308, -0.0112654911, 0.00670440495, 0.00284741167, -0.0294575598, -0.0254453719, -0.0058843242, 0.00141308724, -0.0255891327, -0.0389979407, -0.00747547671, -0.0112328185, 0.050080467, 0.00102346728, 0.00185580016, 0.00699192332, -0.00933781173, 0.00840337668, -0.0126573415, -0.00819427241, -0.00555759855, -0.0219036695, 0.0228838455, 0.00692004338, -0.00314146443, -0.0179698952, -0.00991284847, 0.0178784132, -0.00486494089, 0.0198649038, 0.00818120316, -0.00212371489, -0.0330907479, 0.00153560925, 0.0161925107, -0.0425265767, 0.00142288906, -0.00522107165, -0.0194205567, -0.0177346542, 0.00206653797, 0.00654104212, 0.0168590304, 0.0325418487, 0.014833332, 0.0206359755, 0.0109191621, 0.00850139465, -0.0569286309, 0.00335546955, -0.0218644626, 0.00148905092, -0.0201785602, 0.00941622537, 0.0329077803, 0.0167022012, 0.00191297708, 0.0306076333, 0.00678281905, 0.0249356814, -0.0475450791, -0.0212110113, -0.0301894248, 0.039207045, -0.0130624808, -0.0219690148, 0.0427618176, 0.0124743748, 0.00905029289, 0.000497439411, -0.00884772372, 0.024425989, -0.00311369286, -0.00185253297, 0.0104421433, 0.0215246677, 0.021786049, -0.025458442, 0.0397036672, -0.0443301, 0.0322281905, -0.0116052851, -0.0292484555, -0.0199955925, -0.000397583935, -0.0302678384, -0.0212502182, -3.90794194e-05, 0.0162709244, 0.0275233462, 0.0174863432, -0.0178, -0.0205183532, 0.00483880285, 0.00466563832, 0.0125658577, 0.0222303942, 0.0354431681, -0.00528968405, -0.00281473924, 0.0162447859, -0.00788715109, -0.0249356814, -0.0173556525, -0.0256936848, -0.00287518324, -0.00400565332, 0.0223741531, -0.0371160023, 0.0115464749, 0.00256642792, -0.0128599107, -0.0230668113, -0.0176954474, -0.0309997033, 0.00184926565, 0.0137486039, 0.0021171805, 0.00502830371, -0.024425989, -0.00842951518, 0.0123175466, -0.00735132117, 0.0179306883, 0.0248311292, 0.0138400868, -0.00788715109, -0.0307644624, 0.0105662988, -0.0152515406, -0.0261772368, -0.0246743, 0.013167033, 0.00082539, -0.0208712164, 0.031574741, 0.0112262843, -0.0241776779, -0.044643756, 0.00888693053, -0.00947503559, -0.00148823415, 0.0147549184, 0.00362338452, 0.00702459551, 0.00608035922, 0.00183129578, -0.0133957407, -0.0103833321, 0.0131278262, 0.0108080758, 0.0192245208, 0.00186723552, 0.0285165906, -0.0254976489, 0.0263732728, -0.0121541843, -0.0123175466, 0.0169897191, 0.00980829634, 0.0118732005, -0.0219820831, 0.0256675463, -0.00120806706, 0.0336657837, 0.0121803218, -0.0208320096, -0.0289609376, 0.00767804636, 0.00274612685, 0.0161794405, 0.0215246677, -0.00927900057, 0.00974948518, -0.0258505121, -0.0401741527, -0.0131539637, 0.00863861945, -0.00132813863, 0.0100566074, -0.00722716562, -0.0149640227, 0.00192767975, -0.00473425072, 0.0354170315, -0.00991938263, -0.000275470346, 0.0100500723, -0.00572422845, -0.0332214385, 0.00551512465, -0.00697885407, -0.0164408218, -0.0109975766, -0.0242952984, 5.22505361e-05, 0.00303364522, -0.01287298, 0.00214985292, -0.0230276044, -0.0224917755, 0.00454475, 0.0112393526, 0.0122914091, -0.0038618939, -0.0386842862, 0.0174471345, 0.0206621122, 0.0112132151, 0.000219722817, -0.0260073412, 0.0260334779, -0.00473098364, 0.00376387639, -0.00249291467, 0.00223153434, 0.00934434589, -0.0121476492, 0.0113831125, -0.0297973547, -0.0186102781, 0.0199825242, -0.0237333309, -0.0208712164, 0.0080374442, 0.0325157084, -0.0118013211, -0.0126704099, 0.00790021941, -0.0346851647, 0.0405400842, -0.018061379, -0.00859287754, -0.0309212897, -0.00332769798, -0.0148464013, -0.0175778251, -0.00237856084, 0.00782834, -0.000183374621, -0.0224133618, -0.031574741, 0.0229883976, -0.0268176198, -0.0136048449, -0.0294575598, -0.0145980902, 0.0115464749, 0.0254453719, -0.00792635791, 0.00983443391, -0.000572994642, -0.00518186437, -0.0100958142, -0.0325157084, 0.000443529716, -0.0205052849, -0.0391024947, 0.0110890595, 0.00399911869, -0.00053460442, -0.0309474282, -0.0550989695, -0.0263471343, 0.0136179142, -0.00497929472, -0.0159180611, 0.0183619671, -0.0122718057, 0.0384229049, 0.0169243738, 0.0280461069, 0.0200870764, -0.034946546, -0.00610323, 0.0191330388, 0.0256544761, 0.00514919218, -0.0156174731, 0.011794786, 0.00577323744, -0.0391809084, 0.00765190832, 0.0140230535, -0.0323588811, -0.0228969138, 0.0027069198, -0.0139577081, 0.0151077816, -0.0166891329, -0.018179, 0.00907643139, -0.00736439, 0.0415856056, 0.030006459, -0.0432061628, -0.00961879548, 0.026582377, 0.0188324507, -0.00984096806, 0.010670851, 0.00867129117, 0.0177738611, -0.0248834044, 0.0288041104, -0.0349726863, -0.0336135067, 0.00264157471, 0.00269711809, -0.00155684643, 0.00868436, 0.020074008, 0.0222696029, 0.00808318611, 0.0245828182, -0.00219069375, -0.00596927293, -0.0312610827, -0.0125397202, 0.00757349422, -0.0121084424, 0.00253212173, 0.0333521254, -0.0317577086, -0.0189500712, -0.0077237878, 0.00686123315, -0.0388149768, -0.0135002928, 0.0169505123, -0.0183881037, 0.0201132149, -0.00479306141, -0.0121737877, -0.00895227585, 0.00658678357, 0.0074885455, -0.0131082218, -0.00551839173, -0.0165323038, -0.033822611, -0.0300587341, -0.0171596166, -0.0090698963, -0.0570854582, 0.015904991, 0.0079067545, 0.0135525689, -0.019237591, 0.0158004388, 0.0260334779, -0.0228315704, -0.00328032277, 0.00173491181, 0.0141798817, -0.0309997033, -0.0329077803, -0.0117621133, -0.00631233444, 0.00677628443, 0.0209104251, -0.0134872235, 0.0237725396, -0.0368023477, -0.00707687158, -0.00773685705, 0.0123959612, -0.0230668113, -0.0510214344, 0.004773458, -0.0170550644, -0.0166629944, 0.00197178777, -0.009252863, -0.000458640745, -0.036906898, -0.0116771655, 0.00387496292, -0.0213024952, 0.0127814971, 0.0184011739, 0.00741013186, 0.00750161475, 0.0279938299, 0.0036887296, -0.00264974288, -0.0219559465, 0.0383183509, -0.00150048628, 0.0391809084, 0.0483292192, 0.0112981638, -0.00543997763, 0.0244913343, -0.0243083686, -0.0132977227, 0.00325255119, -0.0104356082, -0.0113308365, 0.00605748873, 0.0279938299, -0.0225048438, 0.00573403062, -0.0174602047, 0.0709908903, -0.00554452976, 0.0252885446, -0.0129121868, 0.00840991084, -0.00974295102, -0.0112262843, 0.0245828182, -0.00162872602, -0.024569748, 0.0118928039, -0.00218906, -0.00914831087, -0.000248515484, 0.00784794334, 0.015761232, 0.00445653405, -0.00217109, 0.0193682797, -0.000787408149, -0.00740359724, 0.0112001458, -0.000723696721, -0.0240208507, 0.010821145, 0.00465256954, 0.0174079277, -0.0301371496, -0.00391743751, -7.19306336e-05, 0.0122718057, -0.015565197, 0.00787408184, 0.0103898672, 0.00494662207, 0.0512828156, -0.0144935381, 0.0213809088, -0.00114272197, 0.00744280405, 0.00546284858, -0.0263602044, -0.00109943096, 0.0331953, 0.0213155635, 0.0110367835, -0.0149640227, -0.00658024894, 0.00790021941, -0.000985077, 0.000382064492, 0.00910910405, 0.0138923628, -0.00933781173, -0.00132242101, -0.0161140952, -0.00697231945, 0.0265693087, 0.0109387655, -0.00506097637, -0.00220702984, -0.0188193824, 0.013023274, 0.00882158522, -0.00457742251, -0.0115595441, 0.00917444844, -0.000953221286, 0.00261543668, -0.00293889479, 0.0043127751, 0.00232138392, -0.00845565274, -0.0102134356, 0.00915484503, -0.0133696022, 0.00702459551, 0.0200086627, 0.0132519817, -0.00798516814, 0.00112230168, 0.00744933868, -0.00251741917, 0.0284120385, 0.0079067545, 0.00200119289, -0.00415268, -0.00631886907, 0.0221650507, 0.00323294755, 0.0355738588, -0.00411020545, 0.00102755136, -0.00301894243, -0.00234752195, 0.00612610066, 0.0212763567, 0.0230276044, -0.0244129207, -0.0133957407, 0.0085994117, 0.00668806862, 0.00556086609, 0.0063090669, 0.00489761354, -0.00515572634, 0.0105989715, -0.0114092501, -0.00514265755, -0.00467217294, 0.0163754765, -0.00802437495, -0.0109910415, -0.00693311263, 0.0165192354, -0.0154475756, 0.0364102758, 0.0332214385, -0.0191722456, -0.00341428025, 0.0119124074, 0.0217729788, -0.00568175456, 0.00403505843, 0.0124220988, 0.0180091038, 0.0166891329, 0.00850792881, -0.0142321577, -0.00183946395, -0.0411935374, 0.0325679854, 0.00903722364, 0.0164538901, 0.0229753293, 0.0138139492, -0.0204007328, 0.0259027891, -0.0180091038, 0.0160879586, 0.0237986762, -0.0152123338, -0.0131212911, 0.010821145, 0.030398529, -0.00940969121, 0.0169505123, -0.00206817174, -0.0118078552, 0.0146634355, -0.0283074863, -0.0140753295, -0.0033162625, 0.007880616, 0.0153430235, -0.0101415562, 0.0135656381, -0.00947503559, -0.000624862267, -0.020217767, -0.0126900142, 0.00942275953, 0.0159311295, 0.0147679877, 0.0192898661, 0.00361685, -0.0139838466, -0.0303462539, 0.0172249619, -0.015565197, 0.0212371498, 0.0161925107, -0.00567848701, -0.00720102759, -0.00880198181, 0.0252232, -0.00199465849, -0.0227008797, -0.00297483453, 0.0149509534, 0.00186560187, -0.030450806, -0.00443366356, 0.00374100567, -0.0319929495, -0.0335350931, -0.0299280453, -0.0177215841, 0.000202773939, 0.0123698227, -0.0134741543, 0.012925256, 0.0184665192, -0.00358744478, -0.00858634338, -0.015565197, 0.0256675463, 0.00324111572, -0.0384490415, 0.00837070402, -0.0427879542, 0.00220049545, 0.0233935378, -0.0089130681, 0.0145719517, -0.00457742251, 0.00688083656, 0.00962533, 0.00610323, 0.00381615246, -0.043415267, 0.00642015366, 0.00309408945, 0.0104813501, 0.00827268697, -0.0146503663, 0.00525701139, -0.00700499211, 0.00687430194, 0.00189500721, -0.000852753234, -0.0406446382, -0.00364952255, -0.0108472826, -0.00201099482, 0.00755389081, -0.00352863409, 0.00818773825, -0.007880616, 0.0400957391, -0.0155782662, 0.00273469137, -2.92266068e-05, 0.0221519805, 0.00230504759, -0.0123044774, 0.0163101312, -0.029274594, -0.00256479415, 0.0226486027, -0.0230014659, 0.00197832217, -0.0168720987, -0.0215508062, 0.00228217687, -0.00012834181, 0.00717488956, -0.00122603704, -0.000268935837, -0.0113373706, -0.0144935381, -0.0130102048, 0.00635154126, -0.00821387582, -0.00765190832, 0.00445326697, -0.0112785604, 0.0237464011, 0.000120377881, -0.0258374438, -0.0131408945, -0.0253277514, -0.0171988234, -0.00651490409, 0.0267522745, 0.00622085109, 0.00658678357, 0.0122783398, -0.0152907474, -0.00808972, 0.0148594705, 0.0240077805, 0.0124939783, -0.0120234936, -0.00213841768, 0.0120365629, 0.0226486027, -0.000860921398, -0.0433629937, -0.0161140952, -0.0118078552, 0.0405923612, -0.00467870757, 0.00560987461, 0.00292745931, -0.0374819338, 0.00733171776, -0.0139838466, -0.0156174731, -0.0178392064, 0.0314179137, 0.00413307594, 0.021929808, 0.0128599107, -0.00744280405, 0.00219396083, -0.00641361903, -0.00671747373, -0.0132846544, -0.0306337718, 0.00376387639, -0.0061195665, -0.0239032283, 0.00367239327, -0.00157726672, -0.0332998522, 0.00443366356, -0.0219036695, 0.0177738611, 0.0274449326, -0.00736439, -0.00171367463, 0.00122276973, 0.0105859023, -0.0113177672, -0.00292255846, 0.00787408184, -0.00886079203, -0.0118797347, 0.0151731269, -0.0109845074, 0.0145066073, 0.0225832574, -0.00162137474, -0.021197943, -0.0208842866, 0.020021731, 0.00795903057, -0.00680895709, -0.0222303942, -0.0136440517, -0.0261511, -0.00258439779, 0.00979522709, 0.0224525686, -0.0162186474, 0.0312872231, -0.0217729788, 0.025014095, -0.0190546233, -0.0106120408, 0.0126442723, -0.0175908953, -0.0212110113, 0.0341362692, 0.0175124798, 0.0240600575, 0.027706312, -0.0378217287, 0.0210019071, -0.0375080742, 0.041507192, 0.0039305063, 0.0245174728, -0.0209496319, -0.0081616, -0.0162839927, 0.0114484569, -0.00852099806, 0.00146372966, 0.00288661872, 0.0111740083, 0.0139446389, -0.00350249605, -0.00352863409, -0.00795249548, 0.012578927, 0.0185710713, -0.00125054142, 0.0291177668, 0.00157073222, 0.00340774562, 0.00935741514, -0.00608689385, 0.0350511, 0.0191069, 0.0199955925, 0.0137355346, 0.00993898604, -0.0286472812, -0.00869743, -0.0153822312, 0.00664886134, -0.0301894248, -0.00205510273, 0.00450554304, 0.0093900878, 0.00204693456, 0.0132258432, 0.0052080024, 0.00233772, 0.00752775278, -0.00592353102, -0.00100631418, -0.00385862682, 0.00656391308, -0.0280461069, -0.0337964743, 0.00549225369, 0.000355518045, 0.0107884724, -0.00956651941, -0.00885425787, 0.0019799557, 0.0120496321, 0.00414614519, 0.0135787064, 0.0169635825, 0.0158788543, -0.0102526424, -0.00673054298, 0.012435168, -0.00838377327, 0.0176823772, -0.0271312762, -0.0144543312, -0.0157873705, 0.0429970585, 0.013219309, -0.00281147193, -0.0185187943, -0.0102918493, -0.00543017592, -0.00877584331, 2.96350136e-05, -0.00025505, 0.0114288535, 0.00626986, -0.012729221, 0.00945543218, -0.00944236387, -0.00336200418, 0.0219951533, -0.00800477155, 0.00921365619, 0.00961226, 0.00319210696, 0.0115268715, 0.00342408195, -0.0110041108, 0.0130951535, 0.0401741527, -0.0166368559, -0.0253146831, -0.0218383241, -0.00045823236, 0.00156093051, 0.0051295883, -0.00495969132, 0.00220049545, 0.00609016092, -0.00474732, -0.010376798, 0.0138008799, -0.0172903072, 0.0170550644, -0.00297320099, -0.015225403, 0.024478266, 0.0249356814, 0.0110955937, -0.00750814937, -0.0118862698, 0.00498256227, 0.0255760625, 0.00624372205, -0.00048396198, -0.0233412609, 0.00452514645, 0.0177215841, -0.00455128448, -0.0197864883, 0.00821387582, -0.0140099842, 0.0057372977, 0.0153168859, 0.0181397926, 0.00561640924, -0.0123894261, -0.00758656347, -0.00829882454, -0.00349922874, 0.0047375178, 0.0192767978, 0.0231844336, 0.0637245178, -0.0193160046, 0.00822694506, 0.00020716431, -0.0122522013, 0.0182835516, 0.00411673961, -0.00813546218, 0.00773685705, -0.000678363547, 0.0317577086, 0.0116706304, -0.0190284867, -0.0199433174, -0.00178392057, -0.0308690146, 0.00490088062, 0.00969067495, 0.0116575612, -0.00445326697, 0.00523740798, -0.0214854609, 0.0145458141, -0.020805873, 0.00435851654, -0.00479632849, -0.0144674, -0.0206751823, -0.0172903072, 0.0224264301, -0.0174209978, 0.0161271654, -0.00198649033, 0.0204530098, -0.0101284869, 0.00868436, 0.00220376276, 0.0242952984, -0.0287256949, 0.0159964748, 0.00937701855, 0.0043911892, 0.0188847277, -0.00477999216, -6.73360555e-05, 0.00191951159, 0.0114027159, -0.011749045, -0.0167022012, -0.00859287754, 0.0133107919, -0.00720102759, 0.00906336214, 0.0147157116, -0.0101350211, 7.38322797e-06, 0.00676975, -0.00849486, -0.0172249619, 0.00257459609, -0.00111740083, 0.00663579255, -0.00396644603, -0.00361358281, 0.0215638746, -0.0130036706, -0.0218252558, -0.0194466952, -0.0215246677, -0.00803091, 0.0182966217, -0.021929808, 0.00609996263, 0.00330319349, 0.0296666641, 0.00899801683, 0.015565197, 0.00331136165, 0.0234327447, -0.00501523446, 0.00829229, -0.00444019772, -0.0275756214, -0.000244635623, -0.0236679874, -0.0117621133, 0.00280330377, -0.0120496321, -0.0194597635, 0.0394422896, 0.00564254727, 0.0154606448, -0.0124743748, -0.0279154163, 0.00711607886, -0.00460029347, -0.014297503, -0.0119385459, 0.0128860492, 0.0135525689, 0.00232955185, 0.0100566074, 0.0111282663, -0.0195251089, 0.0106643168, 0.0208842866, -0.00298953732, -0.0143759167, 0.0100762108, 0.0191330388, -0.00148251641, -0.0145196756, 0.0113177672, 0.00620451476, 0.00713568227, -0.00539750326, 0.00392723922, 0.00769111561, 0.0141668124, 0.000838050619, 0.00852099806, -0.00202243, -0.00793942716, 0.0384490415, -0.00658351649, 0.0138139492, 0.012925256, -0.00225767237, -0.0230406746, -0.0141537432, 0.00140736962, 0.00405466184, 0.00520146824, -0.00576997036, 0.000909930211, 0.00176431704, -0.0132715851, 0.000479469483, -0.0112850945, 0.00628619641, -0.00291602407, -0.003463289, -0.000487637619, -0.0162186474, -0.0249095429, 0.00290132128, 0.00152662431, -0.001493135, -0.00045823236, -0.0289609376, -0.0177738611, -0.0217991173, -0.00951424334, -0.00739706261, 0.00922019, -0.00124727411, -0.0196819361, 0.0103702638, -0.0132911885, 0.0190807618, -0.000552982732, 0.00088869303, -0.0137747424, 0.00912870746, 0.00233118562, 0.00889346469, 0.0285950061, -0.00675014639, 0.0034534873, 0.0121476492, -0.0215246677, 0.0152384713, -0.0161402337, 0.0159703363, 0.00871703308, -0.00440752553, 0.0309997033, 0.00107901054, -0.000537871674, -0.00131343608, -0.00214658584, -0.00701806135, 0.0357568264, -0.00993245188, -9.8272867e-05, -0.00496949302, -0.00573076308, -0.0169505123, -0.0191722456, -0.00089359394, 0.034894269, 0.0128795141, 0.0142060192, -0.00644629169, -0.00569155626, 0.000390028436, -0.00450554304, 0.0218252558, -0.0108080758, -0.0144674, -0.000221152237, -0.00739052799, -0.00356457382, -0.0111413356, -0.0071422169, -0.0080374442, 0.0040971362, -0.0219036695, 0.0115856817, -0.0109518347, -0.0406969152, 0.00221846532, 0.000448430597, 0.00957305357, 0.01566975, 0.0279938299, -0.00343715097, -0.00341428025, 0.00019235957, -0.00167936843, -0.00466563832, 0.00984750316, -0.016153302, 0.0249618199, -0.0269744471, -0.00644955924, 0.016885167, 0.00528314942, -0.0119320108, 0.019237591, -0.0124024954, -0.00356784114, 0.0275494847, 0.0115334056, -0.00083519175, -0.00606402289, 0.0164408218, 0.0155390594, -0.00466563832, 0.00512305414, 0.00580591, 0.0137486039, 0.010180763, 0.011010645, 0.00558373658, 0.000515000895, 0.0133826714, 0.02574596, -0.0151600577, -1.86846082e-05, 0.00434218, 0.0118928039, 0.00915484503, -0.00633847248, 0.00920058694, 0.0235503651, -0.00805704761, -0.00488127721, -0.00305978325, 0.0145066073, 0.00602481607, 0.00502176909, 0.00850792881, -0.0130886184, 0.0258243736, 0.0135002928, 0.00385535951, -0.00178228691, -0.0274972077, -0.00273305783, -0.0234850198, 0.00895227585, 0.0255107172, 0.00159605348, -0.00804397929, 0.0150032295, 0.0033064608, -0.0169766508, -0.0044598016, 0.0339533, -0.00605748873, 0.00160258799, -0.00183946395, 0.00262523838, -0.00701806135, 0.00688737119, 0.0217076335, 0.00381288514, 0.0124743748, 0.00522107165, 0.00919405185, -0.0107950065, 0.00191624439, 0.0101219527, 0.0238117464, 0.00132732186, -0.0153168859, 0.00580264255, 0.0181659311, 0.0408276021, -0.0256675463, 0.00552165881, 0.00747547671, 0.0200086627, 0.00925939716, -0.00378674711, 0.00154541107, 0.00713568227, 0.0137093971, 0.0182704832, 0.0058843242, 0.0075342874, -0.0176301021, -0.000609342824, 0.0174994115, -0.00277226488, -0.0222173259, -0.00325255119, -0.00618491136, 0.0150293671, -0.00892613735, 0.0111870766, 0.0111674732, -0.0146111595, -0.0145196756, -0.0132977227, -0.00601828145, -0.019629661, -0.0103898672, -0.0198387653, -0.00551839173, 0.00143269077, 0.0222303942, 0.00676975, -0.0104813501, 0.014245227, -0.0168328919, 0.00773032242, 0.00151518895, 0.00288661872, 0.00335546955, 0.0126573415, -0.00194891694, -0.00799170323, -0.0405400842, -0.0138400868, -0.0193421431, 0.00243737129, 0.00413307594, -0.0121215116, 0.0165584423, 0.00355803943, 0.0115595441, -0.00989977922, 0.016793685, -0.0191722456, -0.0019799557, -0.00662599085, 0.0132454466, -0.00526354602, -0.0115334056, -0.00239326339, -0.0118143894, -0.0201132149, 0.0102461083, 0.0129513945, -0.0071422169, 0.028490454, -0.022178119, -0.00115415745, 0.00808972, -0.00647896435, -0.0123567535, 0.000998962903, 0.000942602695, 0.0117686484, -0.00796556473, 0.017865343, -0.00714875152, 0.00050683273, 0.0078022019, 0.00396644603, 0.000324887544, -0.0105597647, 0.0145327449, 0.0123698227, 0.000873173587, 0.00221029716, 0.0144020552, 0.0115791475, -0.0166107193, -0.0111413356, 0.0192767978, -0.00877584331, -0.00280493731, -0.000802110822, 0.0063058, 0.00665866304, 0.0158919226, 0.0115660783, -0.0142844338, 0.0107623339, 0.00338814221, -0.0100304689, 0.0204138011, -0.0157089569, -0.00476692338, 0.0153038166, 0.0173687208, 0.0140883988, 0.00204693456, 0.00280657108, 0.00491721695, -0.0126508065, 0.013657121, 0.00214821938, 0.0154998517, 0.0390240811, 0.00249781553, 0.0203353874, 0.00626986, 0.0296928026, -0.00477999216, 0.00744933868, 0.0012203193, -0.00712914765, 0.0141668124, -0.0117817177, -8.89305666e-05, -0.0238640215, -9.82218189e-05, 0.0060738246, 0.0148856081, 0.00680242246, 0.00487474259, 0.0139315706, 0.00505770883, -0.00976908859, -0.0144151235, -0.00210901233, -0.000786182936, -0.0199171789, 0.0129513945, 0.000394929317, 0.00857980829, -0.00555106439, 0.00429317169, 0.0162970629, -0.00548245199, -0.00495969132, 0.0024814792, 0.014049191, 0.0122979432, -0.00277716573, -7.7750432e-05, 0.00173654535, -0.015565197, 0.00897841342, 0.0157481637, 0.00956651941, -0.00314146443, -0.00199955935, 0.00884118862, -0.0138923628, -0.0152776791, -0.0177869294, 0.00811585877, -0.00185089931, -0.00454148278, 0.0239293668, 0.0110433176, 0.00343061658, 0.0179568268, -0.00828575529, 0.0129579287, -0.0158657841, -0.00249618199, -0.00650183531, 0.0157089569, 0.0121868569, 0.000543997739, 0.0102983844, 0.00712914765, -0.0176823772, -0.0144151235, 0.0305292197, 0.00969720911, -0.0187148303, 0.0112850945, 0.0226355344, -0.0050413725, 0.005727496, 0.00771071902, 0.00337180588, -0.0208712164, 0.0066913357, 0.00695925066, -0.00987364072, 0.0023083149, -0.00924632791, -0.0111478698, 0.00564581435, -0.0189631414, 0.0041559469, -0.0124547714, -0.0319406725, 0.0135917757, -0.00761270151, -0.00205346895, -0.0047048456, 0.00107329292, 0.00556086609, -0.0290654898, -0.0175516866, 0.00381615246, -0.0128599107, 0.00323294755, 0.0108538168, 0.00613917, 0.0125985304, 0.00133222272, 0.015761232, -9.13810072e-06, 0.0296666641, -0.0160618201, 0.0193160046, -0.00506751053, -0.015957268, 0.00784140918, -0.0139838466, -0.00456435373, -0.0105859023, -0.00504464, 0.0150162987, -0.027079, -0.0130102048, -0.0174209978, 0.00321497768, 0.0107165929, 0.00125299185, 0.00141962175, 0.0222826712, 0.0141537432, 0.000105062631, 0.00496622594, 0.000155398753, -0.000353680225, 0.00647569727, -0.00658351649, -0.00830536, 0.0320975, -9.26572757e-05, 0.020753596, 0.00398278236, -0.00190970988, 0.00343388366, 0.00870396383, -0.0109453006, 0.0282552112, 0.00567522, 0.0259289257, -0.0188455191, -0.00976255443, -0.00290132128, -0.00630253274, -0.00959265698, 0.019629661, -0.00971681252, -0.0308428761, 0.00953384675, 0.0387365595, -0.0278631411, 0.000426376617, 0.0119124074, 0.000690207351, -0.0103506604, -0.0164669584, -0.00594640197, -0.0265693087, 0.0115268715, -0.0124743748, -0.0341362692, -0.013023274, -0.0293530077, 0.00609669555, 0.0192506593, 0.0130298082, -0.0181920696, 0.0386058725, 0.0128925834, -0.0100174006, -0.0060738246, 0.00818120316, 0.00339140953, -0.0109975766, 0.014585021, -0.00604768656, 0.0190023482, -0.0125070475, 0.0108080758, -0.00761270151, 0.0135917757, -0.0105859023, -0.00180679141, -0.0131343603, -0.00402198965, -0.00182639493, -0.00590719469, 0.0020404, 0.0016973383, -0.00225930591, 0.00134692539, 0.0133042578, 0.0138139492, -0.0125005133, -0.018453449, 0.000309776515, 0.0123175466, -0.0011966317, -0.0247004386, 0.0120365629, -0.0128076347, 0.00489761354, 0.0198256969, -0.0166629944, 0.015904991, -0.00293072662, 0.00412980886, 0.00248801382, -0.0206751823, -0.0108799553, -0.00212534866, -0.0102983844, -0.00441079261, 0.00797209889, -0.00507077808, 0.0156828184, 0.00204530079, -0.0164146833, 0.0119646834, -0.00344695267, -0.0164277516, 0.0103637287, -0.00457088789, -0.00658351649, 0.0228446387, 0.00722716562, -0.0134218782, 0.021733772, -0.0236810558, -0.0197211448, -0.0198518336, 8.10176862e-05, 0.00124645734, -0.000889509858, -0.000543589354, -0.00993245188, 0.0179045517, -0.0136309825, 0.0274972077, 0.00830536, 0.00716835493, 0.0110759903, 0.00574056478, -0.0134741543, 0.00333586615, 0.000868272677, -0.00837723911, 0.0150424363, -0.00435851654, 0.00895881, -0.00830536, -0.0104878843, 0.0153299551, 0.00475058705, 0.000478652684, 0.0124286339, 0.0095207775, 0.0263471343, -0.00433237851, -0.00697231945, 0.00331136165, 0.0271051377, -0.0133826714, -8.9913292e-06, -0.0102003664, 0.0195251089, 0.00578303915, 0.0400173254, 0.00926593225, -0.0150293671, -0.0209365617, 0.00850139465, 0.00976908859, 0.0151600577, -0.00364952255, 0.000230341393, -0.0223741531, -0.00878891256, -0.0205706302, -0.012239133, 0.00602808315, 0.0121149775, -0.00947503559, -0.0179568268, -0.0156044038, 0.0125527894, -0.023837883, 0.0197472814, 0.00700499211, -0.00846872199, 0.011010645, 0.0017757524, -0.0112328185, 0.00292092492, 0.00366912596, -0.0108080758, 0.00781527068, -0.00576343574, 0.0268698949, 0.00483226823, 0.00108146097, -0.0210019071, 0.00987364072, -0.02389016, 0.00525047677, -0.0170812029, -0.00628292887, 0.029954182, -0.00614897162, -0.00757349422, 0.010376798, 0.00686123315, 0.00863208435, 0.0139707774, 0.00203223177, 0.00669787033, -0.00274449331, 0.0156044038, 0.0176431704, -0.016153302, 0.00326725375, -0.00689390535, 0.00195871876, 0.0282029342, -0.0198910404, -0.00543017592, 0.0203223191, -0.0120823048, -0.0193944182, 0.0208450798, 0.00657698186, 0.00544977933, 0.0158265773, 0.0134088099, -0.0228969138, 0.00648876606, 0.0205314234, -0.0143367099, -0.00338814221, -0.00530928746, 0.017329514, -0.013461086, 0.0155782662, 0.00771071902, -0.00495315669, -0.00999126211, 0.0106839202, 0.0132519817, -0.0101088835, 0.0111217322, 0.00391417, 0.0141537432, 0.0224264301, 0.0120169595, -0.0214331858, -0.00147026416, 0.0110955937, -0.0102918493, 0.0283859018, 0.00334403431, -0.00968414, 0.00412000716, -0.0125135817, -0.01752555, 0.00199465849, -0.00534196, 0.0104029365, -0.0237986762, 0.0220474284, 0.0199433174, 0.00642995536, -0.00139675103, -0.0143759167, -0.0198649038, -0.0171073414, -0.0157350935, -0.00411673961, -0.0338487476, 0.00600847974, -0.0135787064, -6.22820226e-05, 0.00544324471, -0.0119124074, -0.0142060192, 0.0116183544, 0.0104356082, 0.00029405285, 0.00208450784, -0.00271345419, -0.0148594705, 0.00471464731, -0.0084621869, 0.0127814971, -0.00556740072, -0.0114157852, -0.00323131401, -0.0198649038, -0.0126573415, -0.0174602047, 0.0307905991, 0.0201132149, -0.00239489693, -0.0122325979, 0.0192114525, 0.000213392515, -0.00357110845, 0.00352536677, -0.0228707772, -0.0233804677, -0.00941622537, 0.00619471306, -0.00164261181, 0.0165323038, -0.0215638746, -0.015421438, -0.0207405277, -0.0176301021, -0.00333586615, -0.0073774592, -0.00091728149, -0.00612936821, -0.013167033, -0.0281245206, 0.00478979386, 0.00319537427, 0.00497929472, 0.00844258349, -0.0161010269, -0.00424743, -0.00395337725, 0.00242103497, 0.0179829653, 0.00253865612, 0.00633193785, 0.00673707714, -0.0191722456, 0.00130771834, 0.0135656381, -0.012970998, 0.00350249605, 0.0106904544, -0.00422782637, 0.0216814969, 0.0241254028, 0.00579610839, 0.00752121815, -0.0136832586, -0.0210933909, -0.00103735307, 0.0116314236, -6.09036542e-05, -0.00741666602, 0.00480939774, 0.00415921398, 0.0145327449, 0.0152123338, 0.019185314, 0.0112328185, 0.000182762014, -0.006926578, 0.00580264255, 0.00242430228, 0.0197603516, 0.000484370365, 0.00780873653, -0.0280199684, 0.0198126268, 0.00063098839, -0.00200936105, -0.0116575612, -0.00458395714, 0.000517859706, -0.015421438, 0.0225832574, -0.0162839927, -0.0181659311, -0.00181659311, -0.00132650509, -0.0235111583, -0.00288008433, 0.0116314236, 0.00112311845, -0.00976908859, -0.0351817906, 0.00710300962, -0.01287298, 0.00545958104, 0.00609996263, -0.0198126268, -0.00446633575, 0.00250271638, -0.00587778958, 0.0329861939, 0.00955345, 0.00584511692, -0.00303364522, -0.00234752195, -0.00586472079, -0.00676321518, -0.00406446354, 0.0112066809, 0.0129448595, 0.00381941977, -0.00704419939, -0.00330972811, 0.0155390594, 0.0153560927, 0.0207797345, -0.0207274575, -0.0157481637, 0.00378674711, -0.0168720987, 0.0165061671, -0.0180483107, -0.0328816436, -0.00553472806, 0.00678281905, -0.000680405588, 0.00455455203, 0.00619798061, -0.00268078176, 0.00359071186, -0.0181920696, 0.0179960337, -0.00803091, 0.0200870764, -0.045819968, -0.017865343, 0.0112785604, -0.00782180578, -0.0149378842, 0.000271794677, -0.00187540369, 0.00609669555, 0.011794786, -0.0130755501, 0.00735785579, -0.0142713645, -0.0132846544, 0.00625679083, -0.00674361177, -0.00944889802, -0.0267392043, 0.00109126279, -0.0106643168, -0.00807665102, -0.00732518313, -0.0162317175, -0.0104617467, -0.00262033753, 0.0180091038, 0.0154345073, -0.00887386128, -0.0105859023, 0.0161271654, 0.0351033732, -0.0250533018, -0.0049302862, -0.00555433147, 0.0109126279, -0.0165192354, -0.000205836986, -0.0076453737, 0.0104290741, 0.0215900131, -0.0215769447, -0.00586798787, 0.0276540369, 0.0109518347, 0.00924632791, 0.0309997033, -0.0278892778, -0.0131212911, -0.00336853857, -0.000979359378, 0.0282290727, -0.00306631764, -0.000537871674, 0.0225963276, -0.00217272388, 0.00876930915, -0.0104682809, -0.0199825242, 0.0210411139, 0.00320844329, 0.00579937547, -0.0233674, 0.0302155633, 0.0126181338, 0.0242560916, -0.00649530068, -0.0018002569, -0.0221519805, 0.00371486763, 0.0105401604, 0.00986710656, -0.00657044724, 0.0161402337, 0.0135656381, 0.0169635825, 0.00649203314, 0.00301404158, -0.00645936094, -0.0166107193, -0.00793289207, 0.0260988232, -0.0140753295, 0.0008266152, 0.0156958867, 0.0010536894, 0.0191330388, -0.0232889857, -0.0176039636, -0.000876440841, -0.0243214369, -0.00458395714, 0.0145196756, 0.00643649, -0.00216292194, -0.0269744471, -0.00204366725, -0.0143105714, -0.00774339167, 0.0203876644, 0.00437812, -0.0126246689, 0.0121607184, -0.00599214341, 5.87595168e-05, -0.00897187926, -0.0198387653, -0.00979522709, 0.017381791, -0.00128076354, -0.00265137642, -0.0146111595, -0.00831189379, 0.0241515394, 0.00458069, -0.00324438303, 0.00107819377, -0.0191069, 0.0157743022, -0.00244063861, -0.0120692356, 0.012533186, -0.00754082156, -0.0193290729, -0.0249487497, -0.00617510965, 0.00434871484, -0.00448920671, 0.0193421431, 0.00257132878, 0.00699845748, 0.0125919962, 0.0103375912, 0.00933127664, 0.0306860469, -0.00898494758, -0.0343976468, -0.00395664433, -0.0103245219, 0.0118209245, 0.00740359724, 0.00895881, 0.00435524946, 0.00959265698, 0.00549225369, 0.00214331853, -0.00849486, 0.00412980886, 0.028830247, -0.00206653797, 0.0150555056, 0.0185580011, -0.0188063122, -0.00235732365, 0.00467870757, -0.00697231945, 0.00621758401, 0.00401545502, 0.0127814971, 0.0198649038, -0.00802437495, 0.0139446389, -0.00287845056, -0.00456762081, -0.0083314972, 0.00262033753, -0.00209921063, -0.0104290741, -0.0259419959, -0.0137747424, 0.0151992645, 0.0276017599, -0.0317838453, -0.0169635825, 0.00787408184, -0.000251578545, -0.0109583689, -0.00578630669, 0.019237591, 0.00509691611, -0.00475385413, 0.00300097256, -0.00933127664, -0.00984096806, -0.00391090289, 0.00248638, -0.0125593236, -0.0167806149, -0.00359724648, -0.0253277514, 0.00476692338, 0.00628292887, -0.000618736201, 0.00831189379, -0.00791982282, 0.0106643168, -0.0147026423, 0.00511651952, 0.0121084424, 0.00577650452, 0.00293399394, 0.0105924364, 0.0278370026, 0.0120496321, -0.0177607909, -0.00875624, 0.0133565338, 0.0235242266, 0.0146111595, 0.0194074884, -0.00796556473, 0.00195545144, -0.0236941241, -0.0193682797, -0.00196198584, 0.0253146831, -0.010964904, -0.0292484555, 0.000154275636, -0.00633193785, 0.0082008075, -0.0140099842, -0.00636134297, 0.016205579, 0.0290916283, -0.00193421426, 0.0142844338, 0.00924632791, -0.018113656, 0.00661945622, -0.0138400868, -0.00408406742, 0.0207274575, 0.0123502193, -0.0120561663, 0.0340578519, -0.0166368559, -0.0136309825, -0.00511651952, 0.00441732723, -0.0237464011, -0.0184795875, -0.0182182081, -0.00605422119, 0.0159180611, -0.000388394808, 0.00304508046, 0.00601828145, -0.000513775682, 0.0197211448, 0.0242038164, -0.0193944182, -0.00290622236, -0.00231975014, 0.0192506593, -0.0273403805, -0.013363068, 0.0389718041, -0.0106839202, -0.020217767, -0.0187540371, -0.00962533, 0.0089130681, -0.00450881, 0.0189892799, 0.00692004338, 0.0136179142, 0.00164424547, -0.00384882488, -0.00629926519, 0.00488127721, -0.0124024954, 0.00229851296, -0.00610649725, 0.0123044774, 0.0016875366, 0.0208842866, -0.00070491, -0.0101023484, -0.0060313507, -0.0106839202, -0.013363068, 0.011847062, 0.0105140228, 0.00414287765, 0.0140753295, -0.00874317158, -0.0139185013, 0.00527334772, 0.00773685705, 0.014977091, 0.000878074439, 0.0142713645, 0.0176301021, 0.025210131, 0.0029323604, -0.0187278986, 0.0159964748, 0.00207470614, -0.0105532296, -0.0111086629, -0.0124809099, 0.0142321577, 0.00155031192, 0.000695108261, 0.00728597585, -0.0196950063, -0.00682202587, -0.0132323783, 0.0175516866, 0.0060411524, -0.0128599107, 0.00276899757, -0.0171073414, 0.0128207039, -0.021341702, 0.00228707772, 0.00103980349, -0.00139511738, 0.0171726868, -0.0132977227, 0.00482246652, 0.00302547705, -0.0131539637, -0.00472118193, -0.0144543312, -0.00678281905, -0.0163232, 0.00107574335, -0.00654104212, 0.00105777336, -0.000392478862, -0.0108146099, 0.00930513907, 0.00856020488, -0.0111740083, 0.00404486, -0.0216161516, 0.0110367835, -0.00905029289, 0.0117163723, 0.0425788499, 0.0150555056, 0.0245566797, -0.0154606448, 0.0112001458, -0.00412980886, -0.00946850143, -0.0175778251, -0.00794596132, -0.00448267208, -0.0174994115, 0.00667826692, -0.00336527149, -0.0149509534, 0.00305814948, -0.0252885446, -0.00878891256, 0.0112066809, -0.00857327413, 0.00333096529, 0.017381791, 0.0150293671, 0.0187671054, -0.00323294755, -0.00202896469, 0.0153430235, -0.00519493362, -0.0207666643, 0.00773032242, 0.0142190885, -0.0107819373, 0.00692004338, -0.0093900878, -0.00206163712, 0.00314473175, 0.0118013211, -0.009546916, 0.0174340662, -0.00263667386, -0.0202831123, -0.0181528628, -0.0179960337, -0.0258766506, -0.00303854607, 0.00281800632, 0.00155848009, -0.01566975, -0.00269875163, 0.0157481637, 0.0162186474, 0.0321236402, 0.0318361223, -0.0121933911, 0.00134284131, -0.001847632, 0.0018100586, -0.0127880313, -0.0177346542, 0.00527334772, -0.0133042578, -0.000593823381, -0.0149248149, 0.0173033755, -0.0162839927, -0.022857707, -0.0154345073, 0.0060411524, 0.0384229049, -0.000652633957, 0.0139446389, -0.00335873687, -0.00705726817, 0.0031937405, -0.0216292199, 0.00851446297, -0.0129187219, -0.0264124796, 0.00758002885, -0.0165976491, -0.00122848747, -0.00249128114, -0.0229230523, 0.00750814937, 0.00381941977, 0.0323066041, 0.0031529, 0.0204530098, 0.0323327444, -0.000117314834, 0.000474568602, -0.00116967689, 0.0192767978, -0.0251055788, 0.0138008799, 0.0179045517, -0.0101611596, -0.00477999216, 0.0121803218, 0.00709647546, -0.0138792945, 0.00221683178, 0.00356130674, 0.0069069746, -0.0169113055, 0.00539423618, 0.0208842866, -0.00356784114, -0.00652797287, 0.0186102781, 0.00421802467, -0.00693311263, 0.0234588832, -0.00861901511, -0.0190807618, 0.02016549, -0.0124613056, -0.0142321577, 0.00356784114, 0.0127945663, 0.0316008776, 0.00966453645, -0.00569809042, -0.0112850945, -0.0010904459, 0.00284414436, -0.0170681346, -0.0197603516, 0.00315943453, 0.0398866348, -0.00319047342, -0.00236712536, 0.00546611566, 0.025210131, 0.0129056526, -0.0237202626, 0.00203223177, -0.0236026421, 0.00560007291, -5.40628389e-05, -0.0163624063, 0.023445813, 0.0285165906, -0.0061881789, -0.0068481639, 0.00107901054, 0.00767151173, -0.0030646841, -0.00476365583, 0.00307775312, -0.000278125, -0.00670440495, -0.00392070459, 0.0156174731, 0.0103114527, 0.001046338, 0.00291602407, 0.0110694561, 0.00767804636, 0.0104421433, 0.0124743748, -0.0225701891, 0.00103571941, -0.00100549741, 0.00677628443, 0.0193813499, 0.0143105714, 0.0116575612, -0.000838867389, 0.0213155635, 0.00852099806, -0.00284904521, 0.00722716562, -0.0103637287, -0.00251415186, 0.00171530829, 0.00363972085, 0.00289151957, 0.0182704832, -0.000509691599, -0.0189631414, 0.000379001431, -0.00086582225, 0.00621758401, -0.00631886907, -0.00562294386, -0.00134447496, -0.0228315704, 0.00418861955, 0.00856020488, -0.00410040375, 0.000947503606, -0.0175778251, -0.0051295883, 0.0201132149, 0.00283597619, 0.00682856049, -0.00988671, -0.0154345073, -0.0283859018, -0.0182312764, 0.00888039544, 0.00465583662, -0.00836417, 0.036959175] |
02 Jul, 2021 | How To Troubleshoot Common HTTP Error Codes ?
02 Jul, 2021
It has happened to almost everyone many times that when we want to access any website, some coded message shows up on the screen indicating that we can’t access the website. These codes with error message are basically called as HTTP error code. HTTP (HyperText Transfer Protocol) is a process through which the client interacts with the server. When accessing a web server, every HTTP request i.e. received by a server is responded with an HTTP status code, which is of 3 digits and is grouped into 5 different categories.
Series Begin With
Code Indication
1**
Informational
2**
Success
3**
Redirection
4**
Client Error
5**
Server Error
The series starts with 1**, 2** and 3** are fully functional requests and are discussed below.
The series starts with 4** represents client side error which are discussed below.
The series starts with 5** represents server side error and are discussed below.
Note: 4** and 5** is solvable by Troubleshoot. 1** Informational: The HTTP status codes in this class are intended to be provisional, which is sent by the server before any full and completed second response is sent.
100 – Continue: This status code indicates that only a part of the request has been received by the server without any problem and client should continue the request or ignore the response if the request has already finished.
101 – Switching Protocols: This status code is sent in response to an upgrade request header from the client and indicates the protocol which the server is switching to.
102 – Processing: This status code is used to inform the client that the server has accepted the complete request but has not yet completed it.
2** Success: The HTTP status codes in this class indicate successful completion of a request.
200 – Ok: This HTTP status code is a standard response for successful HTTP requests. The information returned with the response is dependent on the method used in the request, like: GET or POST or HEAD or TRACE.
201 – Created: This HTTP status code indicates that a new resource has been created as a result of the successful completion of a request.
202 – Accepted: This HTTP status code indicates that the request has been received and has been accepted for processing but although it may not be processed immediately.
203 – Non-Authoritative Information: This HTTP status code indicates that the request has been received and understood and the information sent back to the client as the response is from a third-party rather than from the original server.
204 – No Content: This HTTP status code indicates that the server has successfully processed the request but needs to return any content or maybe there is no need to send back any data.
205 – Reset Content: This HTTP status code is sent from the server to the client. It requests to reset the content from which the original document was sent.
206 – Partial Content: This HTTP status code indicates that the server is sending only a part of the requested resource due to a range header sent by the client.
207 – Multi-status: A multi-status response conveys information about multiple resources where message body is followed by an XML message and contains separate response codes.
3** Redirection: The HTTP status codes in this class indicates that additional action is required on the client-side in order to complete the request.
300 – Multiple Choices: This HTTP status code indicates multiple options for the resource that the client should choose one of them. It could be used to represent different file format options or different media presentations for the same content.
301 – Moved Permanently: This HTTP status code indicates that the URL of the requested resource has been changed permanently to a new URL. The response should also include new URL and any future references to that resource ought to use the new URL.
302 – Found: This HTTP status code indicates that the resource requested by the client has temporarily moved to a new URL. The temporary URL should be given by the Location field in the response.
303 – See Other: This HTTP status code indicates that the response/resources can be found at another URL using the GET method. When received in response to a POST/ PUT/ DELETE, it should be assumed that the server has received the data and the redirect should be issued with a separate GET message.
304 – Not Modified: This HTTP status code used for caching purposes. That means the resource has not been modified since last requested. Normally, when a document is cached, the date it was cached is stored. When the document is viewed next time, the client asks the server if the document has changed. If not, then the client just reloads the document from the cache.
305 – Use Proxy: This HTTP status code indicates that the client’s requested resource can be reached through a proxy mentioned in the location header. The address of the proxy has to be provided in the response. Not all clients implement this because of security reasons.
306 – Switch Proxy: This HTTP Status code indicates the subsequent requests should use the specified proxy. But it is no longer in use and is reserved for the future.
307 – Temporary Redirect: Here the server sends the HTTP response to direct the client to get the requested resource at another URL with the same method that was used in the previous request.
4** Client Error: The HTTP status codes in this class indicate the errors that are technically the result of a problem with the client’s request.
400 – Bad Request: This error code indicates the HTTP request that was sent to the server has invalid syntax. Steps to Troubleshoot:
Check for errors in the URL (Uniform Resource Locator) which is the most common reason.
Cookies linked with that site may be corrupted so clear the cookies and cache of the browser.
Try to open the same webpage on separate web browser.
401 – Unauthorized: This error code indicates that the user trying to access the resource without having proper authentication. So that the user must provide credentials to view the protected resources. Steps to Troubleshoot:
First check for the errors in the URL, if the URL is valid, then visit the main page and look for the link saying log in or secure access. Enter your credentials and then try again or if you don’t have valid credentials or forgot your password then follow the instructions to create a new account or reset your password.
Clearing browser cache can solve this error because there might be invalid login information stored locally in your browser i.e. interrupting the login process.
If the site shouldn’t need authorization, then this error message may be a mistake. Hence it is best to contact the website administrator.
403 – Forbidden: It generally occurs when the user made a valid request but the server is refusing to serve due to lack of permission to access the requested resource. Troubleshoot Steps for Client:
Contact the ISP (Internet Service Provider), if the website is working for others.
In order to get permission, you must speak to the website administrator to grant access.
If the user keeps on getting this error, make sure www data contains proper permission to access file/read. Typically it means that the permission of the file should be set to read.
Check .htaccess settings (.htaccess file controls the access of resources, specific to a certain range of IP address).
It can also happen if your website doesn’t have an index file. If it is not, then you should rename your homepage as index.html / index.php.
404 – Not Found: This error code indicates that the user can communicate with the server but the server is unable to locate the requested resource/file. Steps to Troubleshoot:
Check out the URL again if it contains any error.
Refresh your web page by pressing F5 key.
Clear your browser cache.
Modify the DNS (Domain Name System) server. (Try it only if, the entire site gives you a 404 error)
5** Server Error: The HTTP status codes in this class indicates the server is aware that it has encountered an error or is otherwise incapable of performing the request.
500 – Internal Server Error: It is the most common server error and is usually referred to as catch all code error. This HTTP error code indicates that there is something wrong with the website server and the server is unable to detect the exact problem. Although this is not a problem from the client side but the client can attempt to resolve it by following steps. Troubleshoot steps for Client:
May be there would be high web traffic. So by reloading the webpage by pressing F5 key can solve the issue.
Clear your cookies and cache of your web browser.
Check your website’s .htaccess file. Make sure that it is build properly.
Check if there is any incorrect permission on files and folders.
502 – Bad Gateway: This HTTP error code indicates that the server is acting as a gateway or proxy server and unable to get a valid response from upstream servers or the origin server. This can occur because of the DNS issue. Steps to Troubleshoot:
Reload the URL by pressing F5 key.
Start a new browser session by closing all opened browser windows.
Clear browser cache.
Disable your CDN (Content Delivery Network) temporarily.
Restart your network devices. (modem, router etc.)
503 – Service Unavailable: This error code indicates that the server is extra loaded or under maintenance and the service should become available at some point. Steps to Troubleshoot:
Reload the URL by pressing F5 key.
Restart your router, modem and your device.
504 – Gateway Timeout: This error indicates that the server is a gateway or proxy server and is unable to get a response from the backend server within the allowed time period. Steps to Troubleshoot:
Try reloading the URL by pressing F5 key.
Restart all your network equipments such as: modem, router etc.
Check the proxy server settings in your browser or application and make sure they are correct.
Change the DNS server. (if all the devices in your network are getting the same error)
If still you are getting this error message code then contact the website administrator.
And if still also you are getting this error then contact to your ISP.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/How To Troubleshoot Common HTTP Error Codes ? | https://www.geeksforgeeks.org/how-to-troubleshoot-common-http-error-codes?ref=asr10 | CSS | How To Troubleshoot Common HTTP Error Codes ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, How To Troubleshoot Common HTTP Error Codes ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0347974263, 0.00224299636, -0.0104260091, 0.031096274, 0.0361192636, 0.0249662437, 0.0150359245, 0.0223390888, -0.00755926967, 0.0448103584, -0.00484123733, -0.0125987828, 0.00375485048, -0.0500316247, 0.0106325466, 0.00779059157, -0.0350948386, -0.0239418186, -0.00678682, -0.00783189945, 0.000202406678, 0.00217070826, -0.0213311855, 0.0219755825, -0.0369784608, 0.0161512271, -0.00962464418, 0.0114173889, -0.0412413925, -0.00739404, 0.0305014476, -0.0148789566, 0.0205380823, -0.0324676819, 0.00662572077, -0.027262941, -0.0146063268, 0.00594827766, -0.0633822083, 0.00501059787, 0.0238922499, -0.0253627952, 0.00299272733, -0.0123426765, -0.00272216322, 0.00160273048, -0.0185057539, -0.0258419625, 0.0356566198, -0.0355574824, -0.00945941452, 0.0107729919, 0.0609368, 0.0366149545, 0.0233139452, 0.00611350778, 0.0281221364, -0.0260732844, -0.0251975656, -0.0158042442, 0.0321867913, -0.0208354946, 0.00281717046, -0.0217112135, 0.0209346339, 0.0538319163, -0.0425301865, 0.0214468464, 0.00953376759, -0.00888111, -0.0304353554, 0.0170517303, -0.0238261577, 0.0329138041, 0.013614947, 0.00676616607, -0.00157794589, 0.0330625102, 0.00798886735, -0.0142015135, -0.0174978506, -0.0237270202, 0.00510147447, -0.0317902416, 0.0190510117, 0.000745083787, -0.041373577, -0.0669511706, 0.0379037485, 0.0152755082, 0.00585327065, -0.013234918, 0.00173078361, -0.0324842073, -0.010731685, 0.0054980265, 0.00822018925, 0.00548563385, -0.0234130826, 0.020174576, 0.0141023751, 0.0281221364, -0.0141188987, -0.0389612205, 0.0123013686, -0.032500729, 0.0107399458, -0.0141684674, 0.0328642353, 0.0299231429, 0.014069329, 0.00622090744, -0.0114669576, 0.00024229422, -0.0169195458, -0.00539475773, -0.00459752325, -0.0461652465, -0.00137760467, -0.00405226415, 0.00416379469, 0.0215459839, 0.000632004521, 0.0364497267, -0.0342686884, 0.0376393795, 0.0187040288, -0.00313936896, 0.0324676819, -0.01418499, 0.0292622223, 0.00180926779, 0.0146889417, 0.0356566198, 0.0127970586, 0.00544845732, -0.013234918, 4.81813076e-05, 0.0356566198, -0.0127309673, -0.0349957, 0.0081045283, -0.00722467899, -0.00359375123, -0.00534931943, 0.0297579132, -0.0130283805, 0.039060358, -0.0366149545, 0.0127557516, -0.0583261698, -0.0218599215, 0.00421542907, -3.77576216e-05, 0.0186214149, -0.0356566198, 0.0123591991, 0.000186141857, -0.04702444, 0.00330046797, 0.000626841094, -0.0311458446, -0.00635309145, -0.0015387038, 0.0234791748, 0.0196127947, 0.0539310537, -0.0273290314, -0.0332607888, 0.0409770235, 0.0124500757, -0.0076336232, -0.0201250073, 0.00690661138, -0.046297431, -0.00483710645, 0.0458678305, 0.017068252, 0.0127887977, 0.0129375048, 0.000328394497, -0.0180596318, 0.00460578455, -0.0333929695, 0.0310136601, 0.00159137091, 0.00370734674, -0.00134662399, -0.0237435419, -0.0343678258, -0.0350948386, -0.0257263016, 0.0388620831, 0.0312945507, 0.0207198337, 0.00991379656, -0.0370115079, 0.0158372894, 0.0307492912, -0.0113595584, -0.0170517303, -0.0232808981, -0.0330129415, 0.0597141, 0.0534023158, 0.00159446895, 0.00594414724, 0.0114339115, 0.0171839129, 0.0076790615, -0.0416049, -0.00158724014, -0.00247431826, -0.016233841, -0.00452316971, -0.0100625036, -0.0241400935, 0.050890822, -0.0237435419, -0.0148624331, 0.0393908173, -0.0170517303, -0.0275273081, 0.0342356451, -0.0231487155, -0.0609698482, 0.0527744442, -0.0481810495, -0.00733620953, 0.000368152949, 0.0076336232, -0.00741882436, -0.00138380076, -0.0284360722, -0.0358549, 0.0355905294, 0.00103320344, -0.0319554694, -0.0726350844, 0.000468065438, -0.0189849194, 0.0270811878, -0.0069850958, -0.041373577, -0.0487758778, 0.000625292072, -0.000102300568, 0.017861357, 0.00827802, -0.00430010911, 0.00702227233, -0.0120783085, 0.0147467721, 0.012136139, 0.00151805009, 0.0458017401, 0.00310012675, -0.0130035961, 0.0260567609, -0.00252388744, 0.034169551, 0.00969899725, -0.0141106369, -0.00731555559, 0.00205608015, 0.0232808981, 0.0229504388, -0.000374090916, -0.0184561852, -0.0213807542, 0.0741552, -0.0259245783, 0.0107564693, 0.0348304696, 0.0193319023, 0.011830464, 0.0135075478, -0.00917852297, 0.0293778833, 0.0269324798, 0.0223060418, -0.0320380852, 0.0387299, -0.00804256741, -0.0261559, -0.0334921107, -0.0081788823, -0.00655549811, -0.0320546068, 0.00628286833, -0.023016531, 0.0227356404, -0.018274432, -0.00252801809, 0.012020478, -0.00143750047, -0.0209181104, 0.0277421065, -0.0275768768, -0.00458926149, -0.00553520303, -0.000697063806, -0.0120783085, 0.00507255923, -0.0316911042, 0.0111778053, 0.0242557544, -0.0249497201, 0.0191005804, -0.0152176777, 0.0264202673, -0.010012934, -0.0170186833, -0.0436207056, -0.000382610568, 0.0194310416, 0.0332112163, 0.0114008663, -0.0392255895, -0.0403822, 0.0135653783, 0.017068252, -0.0613333546, 0.0453390963, 0.0403822, -0.00536584249, -0.0154242152, 0.0371767357, -0.0210998636, -0.0116900187, -0.0194475632, -0.0114256507, 0.0191336274, 0.00641918322, 0.0173656661, -0.0218929667, -0.015928166, 0.055252891, 0.0315589197, 0.00686530396, -0.023660928, -0.00135488552, -0.0360531732, 0.0012474861, 0.0343678258, -0.000523314229, -0.00030748258, -0.0272464175, 0.020058915, -0.0352931172, 0.00174524123, 0.0372428298, 0.012284846, 0.0343347825, 0.0461322, -0.0101699028, -0.0118222022, -0.00515104318, -0.00570456358, 0.0161512271, 0.0458678305, -0.0116156647, -0.00341199827, -0.0048618908, 0.0182248633, -0.0445790365, 0.0114834812, -0.0268829111, 0.0306997225, -0.0238426812, -0.0348304696, 0.0110869287, -0.00710488763, 0.0160025191, -0.0603750199, 0.0102029489, 0.0171343442, -0.035755761, -0.0233800374, 0.0178778805, -0.000843189, 0.0405143797, -0.006654636, 0.0355244391, 0.0126813976, 0.00889763236, 0.0146393729, -0.0312945507, -0.0032343762, -0.000577788451, -0.0185057539, 0.0202406682, -0.000304126355, -0.0217938293, 0.0121196164, 0.013689301, -0.017861357, 0.00031522775, 0.00538649596, -0.0366810486, 0.00906286202, 0.0416709892, 0.0291465614, 0.0178778805, -0.0180926789, -0.00331905647, 0.00834411196, -0.0232313294, -0.00470905332, 0.005175828, -0.0465287529, 0.00185883685, -0.0234296061, 0.0253132265, 0.00380855, 0.0422988646, -0.00974030513, 0.0448434055, 0.0216946919, -0.0112273749, 0.0162007958, 0.0417370833, 0.00930244569, -0.00373213133, 0.0189518742, 0.00148913485, -0.0228017326, 0.0113182506, 0.0206867885, 0.00655549811, -0.0249331985, 0.0158951208, 0.00503538223, 0.00196623639, 0.00296794274, -0.0423649549, 0.0248505827, 0.00161615538, -0.0114256507, -0.00416586, -0.018125724, 0.00871587917, -0.0117230639, 0.0203067604, -0.0567730069, -0.0184892304, -0.0659267455, 0.00526257372, 0.0102607794, -0.00743534742, -0.0265689753, -0.0085010808, -0.00959159806, 0.0241896641, 0.0159529503, -0.0413405299, -0.0377054736, -0.00724946382, 0.0270646643, -0.0228347778, -0.00194868061, 0.00997162703, -0.00187742524, 0.0159116425, 0.0292291772, 0.017861357, -0.0561781786, -0.0148706948, -0.00534931943, 7.34498753e-05, 0.00311458437, -0.0422988646, 0.0450747274, 0.0140280221, 0.0294935443, -0.0110043138, -0.00326948753, 0.0250653811, 0.00869109482, -0.0290804692, 0.00931896828, 0.0402169675, 0.0478505902, -0.0332277417, 0.0233304668, 0.0358218513, 0.0376063362, 0.00342232524, 0.000863326422, 0.00154696533, -0.0276264455, 0.00814583618, -0.0456034653, -0.0128383664, -0.00360407797, -0.0297248662, -0.0346321948, -0.0488419719, -0.0225869324, 0.0234791748, -0.0244044624, 0.0354252979, -0.00444055488, 0.0475862212, -0.014713726, 0.0097485669, -0.0303031709, 0.0783189908, -0.0190014429, -0.0161347035, -0.00993858092, 0.0224547498, -0.0200423915, 0.0221077669, -0.0208520181, 0.0190840587, -0.0295926817, 0.00890589412, -0.00357722817, 0.00225951942, 0.0200919602, -0.0180431101, -0.00442816224, 0.0119296014, -0.0153746456, -0.0289978553, 0.0131605649, 0.000787940284, -0.0286343489, -0.0275768768, 0.00816235878, 0.00150049443, 0.0137553923, 0.0105499318, -0.0220251512, -0.0141354213, 0.00349048246, 0.0323850699, 0.00346776331, -0.00719163334, -0.0514526032, 0.0464296117, -0.036648, -0.0141932517, -0.0150028784, 0.00545671862, 0.011946125, 0.0101203341, 0.0371436924, -0.0223556105, 0.00870761741, 0.0206206962, 0.00900503155, 6.49624781e-05, -0.021347709, -0.042133633, -0.0273125097, -0.00679921219, 0.00474623, -0.0115908803, -0.0115413116, 0.00370941218, 0.0265028831, 0.013689301, 0.00275520934, -0.0139288837, -0.0189518742, 0.030220557, 0.00921156909, -0.011566096, -0.00293283141, -0.033525154, -0.0172004364, -0.0225373637, -0.00978161208, 0.0206206962, 0.0332442634, -0.00811279, 0.0380359329, -0.010087288, 0.0106821153, -0.0247018766, 0.0154820457, 0.0100542419, 0.00407704897, 0.00892241672, 0.0191831961, 0.00977335125, -0.018324, -0.00681573525, 0.00598132377, -0.0102112107, -0.00660506682, -0.000149610554, -0.018241385, 0.0217112135, 0.00993858092, 0.0128053203, 0.00769558456, -0.00460578455, -0.0115000037, 0.0109877912, 0.0165560395, -0.00299685798, -0.00580370147, 0.00703053409, 0.00579130929, -0.00553520303, -0.00471731462, 0.00859195646, -0.0104921013, 0.0253793187, 0.0358879417, 0.00907112379, -0.0102359951, -0.0587557666, -0.0166799631, 0.0227852091, -0.0211329088, -0.00964116678, 0.00396551844, 0.0141023751, 0.0195632242, -0.0121278772, 0.00277999369, 0.0133257946, 0.0112273749, -0.0252306126, -0.0188527368, -0.0269655269, -0.0277751535, -0.0253627952, -0.0208850652, -0.0261559, -0.00441990094, 0.0117974179, 0.00460165367, -0.0254288875, -0.00867457222, -0.0163495019, -0.023660928, 0.0307988618, -0.0176961273, 0.155183956, -0.00960812066, 0.0181092024, -0.0201580524, 0.0444138087, 0.00862500258, -0.00220581982, 0.00993031915, -0.0111199748, 0.0223886576, 0.0271968488, -0.0180265866, -0.00831106585, 0.0128135821, -0.0480819121, 0.0140280221, -0.00264780968, 0.0220086277, -0.0260732844, 0.049602028, -0.00947593711, -0.00731555559, -0.0430258773, 0.0273951236, 0.00356690143, 0.0260732844, 0.0481810495, 0.0116652334, -0.037507195, 0.00652658287, 0.0351609327, -0.0241731405, -0.026089808, -0.00739817042, 0.0397543237, 0.0229504388, -0.00676203519, -0.0461652465, -0.00616307696, 0.017861357, 0.0136727775, -0.0189518742, 0.0106986389, -0.0244044624, 0.00163267832, -0.0296587739, -0.00933549181, 0.0122435382, 0.017861357, 0.0425962768, -0.00351113616, 0.000259462628, -0.0145732807, 0.0047214455, -0.0503951311, -0.0208354946, -0.0089637246, 0.00618373044, -0.000574174046, -0.0298240036, -0.0103103481, 0.0049982057, 0.0417040363, 0.00871587917, 0.00481232209, 0.00316621875, -0.0273125097, 0.0217938293, -0.00137967, -0.00603915425, -0.0115578342, 0.00624982268, 0.0330294669, -0.000532350212, 0.00145712157, -0.0177952647, -0.0117726335, -0.0144245736, -0.00124955142, 0.0160107818, -0.023627881, -0.0182909537, -0.0261724219, 0.000288636045, 0.0238096341, -0.0350617953, -0.0101451185, 0.0112438975, -0.0267507266, 0.0257263016, 0.00360614341, -0.0133918868, -0.0247844905, 0.0479497276, 0.0117065413, -0.0108638685, 0.0131192571, 0.00776580721, -0.0287995785, 0.00597306248, -0.0167047475, 0.000710488763, -0.0125161679, 0.016076874, 0.0367140919, 0.00213146629, -0.000871587952, 0.0214138012, 0.00568391, 0.00358135905, -0.042695418, -0.0171839129, -0.0195632242, 0.0166799631, 0.00931896828, -0.00819127448, 0.0309145227, 0.0142345596, 0.0141684674, -0.00674138172, -0.00416379469, 0.00781950727, 0.00451490795, -0.0297248662, 0.0239913873, 0.0295926817, 0.0143915275, 0.00134662399, 0.0395560488, 0.00046909813, 0.014408051, -0.00470492244, -0.0246357843, -0.00105127553, -0.0284195505, -0.0253462736, -0.001881556, -0.0104755778, 0.0135571165, 0.00234626513, 0.00211081258, -0.0128796743, 0.0115743577, 0.0182579085, 0.0142841283, -0.00570456358, 0.0383994393, 0.0200093463, 0.0134745017, 0.00386431534, 0.021876445, -0.0127309673, -0.0418362208, -0.0243879389, -0.0296422523, -0.0115082655, -0.0117726335, 0.0205050353, -0.0413074866, 0.00432902435, -0.00962464418, -0.014829387, -0.0321372226, -0.0212485697, -0.0512543283, -0.0189683978, 0.0105912387, 0.0217442606, 0.0112025896, -0.0264533143, 0.0114586968, 0.0166386552, 0.00732794777, 0.0167460553, 0.0170186833, -0.00850934163, 0.0336573385, -0.00835650414, 0.0119130788, 0.00287087029, -0.0484784655, -0.0375402421, 0.0193153806, 0.0067083356, -0.0219260138, 0.0318728574, 0.0157546755, -0.000474261557, -0.0327320509, -0.0135488547, 0.0191171039, 0.00121134205, 0.0129457656, 0.00626221485, 0.00130944722, 0.0188196898, 0.00408324506, 0.0116074029, -0.00113079243, 0.0202406682, 0.0234791748, -0.0148624331, 0.0389281735, 0.0138214845, -0.00829454325, 0.0146393729, -0.00912895426, -0.00236691884, 0.0260567609, 0.00911243167, 0.00383746531, -0.0146972034, 0.0314597823, -0.00917026214, 0.0189023055, 0.0308484305, -0.02351222, 0.000858679356, -0.000109271205, -0.00914547686, 0.0104012247, 0.0297413897, -0.0184066147, -0.00822018925, -0.0249497201, -0.00350700552, -0.0179439709, 0.000670213951, -0.0293448381, 0.00792690646, 0.0116900187, -0.0141767291, -0.0254288875, -0.0132597024, 0.0126731368, 0.00390355731, 0.0157133676, 0.0297744349, -0.00125058414, -0.0156142293, 0.00232767686, -0.0132266572, -0.0179604944, 0.0029121777, -0.0112273749, 0.00287706638, -0.00748491613, -0.00834411196, -0.00866631, -0.0389281735, -0.0266681127, 0.00527496589, 0.0183570459, -0.00276553608, 0.0054154112, -0.0346982889, 0.0103020864, 0.0129127195, 0.0212485697, 0.000802914263, -0.000920640596, 0.0316415355, -0.0250653811, 0.00731555559, 0.0128466282, 0.0064770137, 0.00743534742, 0.00200134772, 0.00358755514, -0.0292456988, -0.0230826233, 0.0205380823, -0.0156555362, -0.0268333424, -0.00433728611, 0.0307492912, -0.00989727303, -0.000720299256, 0.000183043798, -0.0119378632, 0.0520474315, -0.0151020167, 0.000326329144, -0.0268002972, 0.0160107818, -0.0349957, -0.00586979371, -0.00289772, 0.0161925349, -0.00211700867, -0.0139371455, -0.0355905294, 0.0275603533, -0.0172995739, 0.0235452671, -0.0558146723, -0.0261063315, 0.0245366469, 0.0441494398, -0.0155646605, -0.000779678754, -0.0167295318, -0.0101120723, 0.000909797382, -0.00410802942, 0.00559716439, -0.0139619298, -0.0213642307, -0.0147963408, 0.0125492141, -0.0054980265, -0.02146337, -0.0643405393, -0.0266020205, 0.00306708086, -0.0140941143, 0.00390975364, 0.0194971338, -0.0216616448, 0.0134084094, 0.00635309145, 0.0202737134, 0.0103764404, -0.0168534536, -0.0239252951, -0.00269324798, 0.0144576197, 0.0122683235, -0.0231487155, 0.0196623635, 0.00413281377, -0.00710488763, -0.00606806949, -0.00139102957, -0.0342356451, -0.010880392, -0.00566738704, -0.0240740031, 0.00848455727, -0.00454795407, -0.00651006, 0.0342686884, -0.0275934, 0.0406465642, 7.5773416e-05, -0.0252967048, -0.0222234279, 0.0148376487, 0.00779059157, -0.0144328354, 0.00872414093, 0.00888111, 0.0227852091, -0.0020612434, 0.00974030513, -0.0148624331, -0.0197780244, -0.0224382263, -0.0169360694, 0.00486602169, 0.030336218, 0.0530388094, 0.0359540358, 0.0071792407, -0.00668768166, 0.00917852297, -0.0320215635, -0.0470574871, -0.0338721387, -0.00537410378, -0.00874066353, -0.00571695575, 0.00814170577, -0.0314597823, -0.0186214149, -0.00038441777, -0.00746839354, -0.0127474898, -0.000144834368, 0.0193979945, -0.0227191169, 0.017101299, 0.00894720107, -0.0131936111, -0.00653071329, 0.000908764661, 0.01478808, -0.00497755175, -0.000570043281, -0.00470079202, -0.00621677656, -0.0244540311, -0.019910207, -0.0128796743, -0.0683391, 0.00159240351, 0.010277302, 0.0369123705, -0.00700988, 0.00400062976, 0.0333929695, -0.0154985683, -0.0153168151, -0.0128796743, 0.0263541751, -0.023132192, -0.0200754385, -0.00480406033, -0.0151515855, 0.00648114458, 0.00832758937, -0.00686943484, 0.0195632242, -0.0167873614, -0.0268002972, 0.0230661, 0.0235617887, -0.0260567609, -0.0303692631, 0.00226158486, -0.0280725677, -0.0109051764, 0.00275934, 0.00620851479, -0.018241385, -0.0076790615, -0.0114256507, -0.000515052699, 0.000917026191, 0.0149946176, 0.0156472754, 0.0113512967, -0.00049001, 0.0222069044, -0.00877371, -0.00275107846, -0.0288326237, 0.00843498856, -0.00396345323, 0.0447442681, 0.0447442681, -0.00966595113, -0.0165643021, 0.0254288875, -0.0279899519, -0.0139040994, -0.00881501753, -0.0131440414, -0.0305014476, -0.0119874319, 0.0112934662, -0.0226695482, 0.00959986, 0.00230702315, 0.0858534798, -0.00948419888, 0.0096742129, -0.0259411, -0.0176135115, -0.0158372894, 0.000179945739, 0.0115330499, 0.0187866446, -0.0099055348, 0.0323189758, -0.00550628779, -0.00917852297, 0.00726185599, -0.012929243, 0.0191831961, -0.00137244118, -0.00901329331, 0.015961213, 0.0056467331, -0.0229339153, 0.000912895426, 0.0071792407, -0.0153416, 0.0196788851, 0.00714619504, 0.00570869446, -0.0241400935, -0.0374741517, -0.00866631, 0.0291465614, -0.0150441863, -0.00129705505, 0.0187370759, 0.021876445, 0.0557485819, -0.00897198543, 0.0109547451, -0.0230000075, 0.0161347035, 0.0110043138, -0.0246688295, -0.0172004364, 0.0321041793, 0.00164197257, -0.0140280221, -0.0102442559, 0.00459339237, -0.00414314074, 0.00982292, -0.00928592309, 0.0112934662, 0.0110869287, -0.0189849194, -0.00130531657, 0.0161429644, -0.00722881, 0.0200093463, 0.0248340592, -0.0172004364, 0.012664875, -0.0083647659, -0.00411835639, -0.00211391062, 0.00472557638, -0.00146331766, -0.0281221364, -0.00147571, -0.0253132265, 0.00292043923, 0.0109877912, 0.0176135115, -0.0219094902, 0.00830280408, -0.0122765843, 0.0109299608, 0.0216946919, -0.00127846666, 0.00537823467, -0.0310632288, 0.0161677506, 0.0285682566, -0.00256726029, 0.0238757264, -0.00361853559, -0.000886561873, 0.00524605066, -0.0091950465, -0.0112769436, -0.00260856771, 0.030220557, -0.0143832667, -0.00270564039, -0.0125739984, 0.0168699771, -0.00101254974, 0.0274777394, 0.0268663876, -0.00463883067, 0.00516756624, 0.0173326209, 0.004029545, 0.00476275291, 0.00381887704, -0.00454382319, 0.00421129819, 0.00806322135, 0.00380648486, -0.0220581964, 0.0114421733, 0.0274281707, 0.013424933, 0.0172830522, -0.0106903771, 0.0102525176, 0.00163577637, 0.0312284585, 0.0185057539, -0.0150276627, -0.00540301902, 0.00524192, 0.0333103575, 0.013350579, -0.0201250073, 0.000401198951, -0.00408944115, 0.0077245, 0.000534415594, -0.00453556189, 0.00461404631, -0.0290969927, 0.0421997271, 0.00408324506, 0.0106408084, -0.00283575896, 0.00636548363, -0.0208685417, 0.0332112163, -0.00738577824, 0.0109795295, 0.00739404, -0.0120370016, -0.0220086277, 0.0157959815, 0.00684051961, -0.0138132228, -0.00793929864, -0.00506429747, 0.0068487809, 0.00269531342, -0.0186379366, -0.0240409561, 0.00781124551, 0.00525844283, 0.0236113593, 0.000755927, 0.0309475679, -0.00741469348, 0.0043538087, -0.0104921013, -0.00385811902, 0.0225373637, 0.0216451231, 0.0163495019, 0.0047131842, 0.016456902, -0.0139040994, 0.00818301272, 0.0261889454, 0.00473796856, 0.00272216322, 0.00542780338, 0.00146228494, -0.00770384585, -0.00692313444, 0.0152920308, 0.0348635167, -0.0290969927, 0.010467317, -0.00523365848, -0.00527496589, -0.0341365039, -0.0158951208, -0.00248257979, -0.0224712715, -0.0278081987, -0.0177952647, -0.0124583375, -0.00283369352, 0.00393247278, -0.0103268716, 0.0142097753, 0.00201683794, -0.0156720597, 0.0237600654, -0.00320339552, 0.0137306079, 0.00422782125, -0.0370776, 0.0286013018, -0.0377054736, 0.00824910495, 0.00571282534, 0.0206867885, -0.00377963483, -0.00764601538, -0.00955855194, 0.0129788117, 0.0196788851, 0.0076171, -0.0190014429, -0.00771623803, -0.0167543162, 0.0122518, -0.0043538087, -0.0011679692, 0.00256106397, -0.00556824915, -0.00194764789, -0.0021066817, 0.00533279637, -0.0237600654, -0.00969899725, -0.0123013686, 0.00192079809, 0.00535758073, 0.0174978506, 0.0124418149, 0.00407291809, 0.0497342125, -0.0283038896, 0.022487795, 0.0248836298, 0.00806322135, 0.0167295318, -0.018770121, 0.00728664035, -0.0272133704, -0.0111530209, 0.00744360872, -0.00105592259, 0.0287995785, -0.0251479968, -0.016076874, 0.0124583375, 9.31354734e-05, 0.00318687246, -0.0142428204, -0.0122683235, 0.00319513399, -0.0131853493, -0.0132514415, 0.0411422551, -0.000638716971, -0.00220168894, 0.00652245199, -0.00757992361, 0.00973204337, -0.0191831961, -0.0385646671, 0.00190324243, -0.00414107554, -0.0292291772, -0.00636961404, -0.00270357495, 0.0269985721, -0.0187205523, 0.0178283099, -0.00733207865, 0.0136727775, 0.00968247466, 0.0193484258, 0.0137884384, -0.018390093, -0.014523712, 0.0110456217, 0.0248505827, -0.00442403182, -0.0403491519, -0.0196293164, -0.00788146816, 0.0215294622, -0.00585740153, -0.00562607963, -0.00812105183, -0.00907112379, -0.00763775408, -0.0225704107, -0.0283038896, -0.0179274492, 0.0171343442, -0.00244746846, 0.0166551787, -0.00681986567, 0.000628390117, -0.000251717487, 0.000364538544, -0.0131936111, -0.0185718462, -0.0120287398, 0.00474209944, -0.00191460189, -0.0285847802, 0.0193649493, 0.00501472875, -0.0304188319, 0.0112273749, -0.0149202636, 0.0105168857, 0.0170021616, 0.00241442258, -0.0441824868, -0.00691487314, -0.0130614266, -0.00229876162, 0.006617459, 0.00135695084, -0.00168431271, -7.8161509e-05, 0.0106490692, -0.00227810792, -0.00511386665, 0.00110394252, 0.00651006, -1.35459504e-05, -0.0142758666, 0.00869109482, -0.00303816563, -0.00111220405, -0.00635722186, -0.0179770179, -0.0186379366, -0.000839574612, 0.0105499318, 0.0154903065, -0.0170021616, 0.0233304668, -0.00213972782, 0.0140032377, -0.00244127237, -0.0116982795, 0.00285434723, -0.00489493692, -0.00257758703, 0.0269655269, -0.00437859353, 0.00144059851, 0.0379698388, -0.0234626513, 0.0187205523, -0.0301048961, 0.0103847021, 0.004399247, 0.0174978506, -0.001663659, 0.0227852091, 0.00448599271, 0.0207528807, -0.0146558955, -0.000697063806, -0.00816649, 0.0249001514, -0.00134662399, -0.0221077669, 0.00488667563, -0.0102029489, 0.00587392459, -0.00731968647, 0.0233965591, 0.0367471389, -0.00399856456, -0.0047586225, 0.0161016583, -0.0130035961, 0.0069850958, 0.0187866446, 0.0212650932, 0.0240079109, 0.0166717, -0.0117230639, -0.0103599168, -0.00562194875, 0.00311045372, -0.0162751488, -0.0309971366, 0.00748491613, -0.00274694781, 0.0139454072, 0.0245366469, -0.000470905332, 0.00326948753, 0.00224712724, 0.0085671721, 0.0154572614, -0.0262385141, 0.015449, -0.0338721387, -0.0142262978, -0.0133257946, 0.0110373599, 0.0132844876, -0.00973204337, -0.0168451928, 0.00843498856, 0.0223225653, 0.00933549181, 0.0176796038, -0.0120535241, 0.02108334, -0.0195467025, 0.0076708, -0.0125161679, -0.0133257946, -0.0076708, -0.00374245807, -0.00436620135, 0.00217483914, 0.0250488594, 0.0072164177, 0.00186709838, -0.00422782125, -0.00375485048, 0.000748181832, -0.0207528807, -0.0164073333, 0.00298859645, 0.0139288837, 0.0138462689, -0.0131357806, -0.0113843428, -0.00879023317, -0.0056467331, 0.00282749743, 0.00708836457, -0.00822845101, -0.000570559641, 0.00597306248, 0.00169154152, 0.00554759521, -0.00836889632, 0.01903449, 0.0364166796, -0.0201911, -0.0147302495, -0.00845151115, -0.00133010105, 0.00111736753, -0.00107089651, -0.0015717498, -0.00365984323, 0.018918829, 0.0127557516, 0.00277999369, 0.0195632242, -0.0180761553, 0.00696031144, -0.0144576197, -0.0249662437, 0.0288161021, 0.0215129387, 0.00776580721, -0.0109051764, -0.0285847802, 0.00772036891, 0.0104342708, 0.00390149187, -0.000944392406, 0.000344143, -0.000899470469, 0.0209015869, -0.00432076305, -0.0248175375, 0.0152589846, -0.000195177869, 0.0168038849, 0.00623743, -8.70684307e-05, 0.00453143101, 0.00681573525, -0.00565912528, -0.00226158486, 0.0226860717, 0.000381061545, 0.00656789029, 0.0251479968, 0.0555833504, -0.0128879352, 0.00598545466, 0.0164073333, 9.30225178e-06, 0.0316084884, 0.00501059787, -0.0117643718, -0.00678268913, 0.0123509383, 0.036648, 0.0135158096, -0.00695618056, -0.0334590636, -0.0180265866, -0.015812505, -0.00475449162, 0.0113843428, 0.00534105767, 0.00260443683, 0.0258584861, -0.0099798888, 0.0266681127, -0.00380648486, 0.00793103687, 0.00750970095, -0.027262941, -0.00791038387, -0.00585740153, 0.016911285, -0.00445707748, 0.0110125756, -0.00793516822, 0.00993858092, -0.0158290286, 0.0208850652, 0.00955855194, 0.0168451928, -0.0376063362, 0.0127227055, 0.00185057533, 0.00200857641, 0.0289813317, 0.0148872174, -0.00461404631, 0.0186544601, 0.012020478, -0.0101120723, -0.0154903065, -0.00799712911, 0.0161347035, -0.00757579273, 0.00805909, 0.0105581935, 0.0137801766, 0.001142152, 0.0131192571, -0.0145319737, -0.0236444045, -0.000472970714, -0.00269737886, 0.00605567731, -0.014069329, -0.0120039554, 0.0180596318, -0.000538546359, -0.0153746456, -0.0142262978, -0.0127144437, -0.00180100638, 0.020025868, -0.0253793187, 0.00152424618, 0.00829454325, 0.028254319, 0.00907938555, 0.00493211392, 0.010806038, 0.00624982268, -0.00225125789, -0.00988075, 0.000446379, -0.0143254362, 0.00655962853, -0.022372134, -0.00664224382, 0.0154820457, -0.00370734674, 0.00661332859, 0.0455043241, 0.0137306079, 0.0109547451, -0.0124170296, -0.0265524518, 0.00243920693, 0.00304229627, -0.0219590589, -0.00567977922, -0.0117478492, 0.0135488547, -0.00215005456, 0.0144163119, 0.018885782, -0.0260567609, 0.00376311201, 0.0098146582, 0.00151598465, -0.0189849194, 0.0168204084, 0.00300305407, -0.011946125, -0.0261889454, -0.00651832111, -0.00145092537, 0.0162503645, -0.0150854932, -0.0114256507, 2.54944644e-05, -0.00667942036, -0.00128259743, -0.0117974179, -0.00843911897, -0.0108390842, -0.00454382319, -0.0124913836, 0.00444881618, -0.000197759582, 0.00165849552, -0.011491742, -0.0119130788, -0.00634482969, 0.00250529894, 0.00702640321, 0.00496102916, -0.00584500935, 0.00411835639, -0.00545671862, 0.00323231076, 0.000959882687, 0.0151763698, -0.0107564693, 0.00505190529, -0.0172830522, -0.00213146629, -0.0136727775, 0.012210493, 0.00631178357, 0.00582022453, 0.00359581667, -0.0185553227, -0.00776993809, -0.0180596318, -0.0240244325, -0.0235617887, 0.0177952647, 0.00528322719, -0.00451903883, 0.0124170296, 0.00053131755, 0.0154076917, 0.00207776646, -0.0049445061, -0.00225538877, 0.00199411879, 0.00617959956, 0.0231652372, 0.0356235765, -0.0103186099, -0.00446533924, 0.00705118757, -0.00594827766, 0.000575206708, -0.00298240036, 0.00864978693, 0.00482058339, 0.0076336232, 0.0197119322, -0.00208189734, 0.00796408299, 0.0132183954, -0.00314763049, 0.00558477221, 0.0232478529, -0.00546498038, 0.00606806949, 0.0182909537, -0.00991379656, -0.0251479968, -0.0122600617, -0.0132844876, 0.0367140919, 0.0254949797, 0.00223266962, -0.0126153063, 0.0155068301, -0.0145071885, -0.00267672515, 0.0235783122, -0.015812505, -0.0155068301, -0.02108334, -0.0125987828, -0.00440337788, -0.00450251577, -0.0102277333, -0.00947593711, -0.000379254343, -0.0144328354, -0.00407085288, -0.00153250771, -0.034169551, -0.0123178922, 0.0111447591, 0.0120452624, 0.0156307518, 0.0229669623, 0.00986422785, -0.0188692585, 0.00442403182, 0.0102359951, 0.00367430085, -0.000976405689, 0.00416172901, 0.023776589, -0.00038441777, -0.0178778805, 0.0174152348, 0.0129870735, -0.0185718462, 0.0201084837, -0.0191336274, 0.0107812537, 0.0205876511, 0.022487795, 0.00114421733, 0.0127392281, 0.0258584861, 0.0123344148, -0.000945941429, -2.5575142e-05, 0.00997162703, 0.0163577646, -0.00971552078, 0.0133918868, -0.00206640689, -0.0285847802, 0.0263541751, 0.0306832, -0.0298074819, -2.08312358e-05, -0.00454382319, 0.00145402353, 0.00562607963, -0.0029844658, 0.00047710145, 0.0308649521, 0.000664534164, -0.00396964932, -0.0176796038, -0.000697063806, 0.0114752194, 0.0242392328, 0.0156803206, -0.0107647311, 0.0312284585, -0.00567564834, -0.0136314705, 0.00309806131, -0.0224547498, 0.00814170577, -0.0174152348, 0.00851760339, 0.0168038849, 0.00195074594, 0.00379822333, 0.00978987385, -0.000160582844, -0.0157711972, 0.00542780338, 0.00905460119, -0.00630765315, 0.00242061866, -0.0136727775, 0.00578717887, 0.0108143, 0.00504777487, 0.00868283305, 0.0266515892, -0.000265658775, 0.004399247, 0.0134414556, -0.0129127195, -0.00307121151, 0.0154076917, 0.0178778805, 0.00883154, -0.0206537433, -0.0064315754, 0.0124583375, 0.0212650932, -0.0205876511, -0.0123839844, 0.0210337713, 0.0222069044, 0.0059689316, -0.00608046167, 0.017861357, 0.0115578342, 0.000139154596, 0.0209511556, 0.00133216637, 0.0037693081, -0.0113926046, -0.00310012675, 0.0139701916, -0.00527496589, -0.0144245736, -0.00723294076, -0.00117416529, 0.00561781786, -0.0053699729, 0.0326329134, 0.00112562894, -0.00501472875, -0.0132679641, -4.05329702e-05, 0.0056921714, -0.0279073361, 0.0172995739, -0.0276264455, -0.0169030223, 0.0160355661, 0.0268994346, -0.00265194057, -0.0134910243, 0.0198606383, -0.0246688295, 0.0131109962, -0.00381474616, -0.0103268716, -0.00193319027, 0.0131109962, -0.00860848, -0.0116734952, -0.0194971338, -0.0140941143, -0.0147302495, 0.00460578455, -0.00999641139, -0.0170847755, 0.0108886529, 0.000112821072, 0.0085671721, 0.00138070271, 0.0183405243, -0.0261228532, 0.00461817672, 0.00126917253, -0.00445707748, 0.00754687749, -0.00455208495, 0.00847629551, -0.00657202071, -0.0222564731, 0.0155150918, 0.012020478, 0.0056384718, 0.0130283805, -0.0108638685, 0.00417412119, -0.000222156814, -0.00719163334, -0.0155977067, 0.00372180436, 0.0121774469, -0.0108556068, 0.00204885122, 0.0074023013, -0.00722881, -0.00970725901, 0.00686943484, -0.00324057229, 0.00046186932, -0.0184396617, 0.0173821896, -0.00130531657, -0.0213311855, 0.0150359245, -0.000686736952, 0.00577478623, -0.0148624331, -0.0191336274, -0.00220788503, -0.00430010911, -0.0108638685, 0.00918678474, 0.000248361262, 0.00326948753, -0.00315176114, 0.0171673913, 0.000858679356, 0.0224051792, 0.00829454325, 0.00778646115, 0.0105912387, -0.00800952129, 0.0143502206, 0.00488254474, 0.0042505404, 0.0112273749, 0.00354418228, 0.00304436171, 0.00575413276, -0.0256767329, 0.0181092024, 0.00615894608, 0.0071792407, 0.0508577749, -0.00247018761, 0.00346982875, -0.000820986286, 0.0101203341, 0.00696857274, 0.00140135642, 0.0104755778, -0.00642744452, 0.0152094159, -0.00415346771, 0.0034471096, -0.0278412458, 0.00677855825, -0.0176300351, 0.0081788823, 0.0045273006, 0.00917852297, 0.00785255339, 0.013689301, -0.0116817569, -0.0106325466, 0.0127061829, 0.00575413276, -0.00308773457, 0.0026416136, 0.014408051, 0.0181092024, 0.000288894225, -0.00678268913, -0.00418857904, -0.0158372894, -0.00724533293, 0.00686943484, 0.00859195646, 0.0215790309, 0.00940984488, -0.0167295318, -0.0193649493, -0.0158951208, 0.00645222934, 0.0130531657, 0.0129540274, 0.0102855638, 0.000828215096, 0.000843705377, -0.0237931106, -0.0118800327, -0.00451903883, 0.00601437, 0.00581609411, 0.0100790262, -0.00176176429, 0.00653071329, 0.00476688379, 0.0100707645, 0.00200444576, 0.0112934662, -0.0161016583, 0.00528735807, 0.000129473148, 0.0116734952, 0.0220251512, -0.0172665287, -0.005138651, -0.00244746846, -0.00709662586, -2.29127454e-05, 0.0147467721, 0.00632417621, -0.0268002972, -0.00899677072, 0.0250158124, -0.0179274492, 0.00627460703, -0.00229463074, 0.018125724, -0.0273290314, 0.0170847755, 0.00719576376, -0.0244870763, -0.0123839844, 0.00726185599, -0.0149120018, 0.00869109482, -0.0323520228, -0.00364332017, -0.0163412411, -0.012284846, 0.00828628149, -0.00756753143, 0.015168109, -0.0146393729, -0.00271183648, -0.000885012851, -0.0153911691, -0.0108308224, 0.00911243167, 0.00159240351, -0.00225125789, 0.00752622401, -0.00134972204, 0.00881501753, -0.0180926789, 0.001327003, 0.000912379066, 0.0165395178, -0.0140032377, 0.00695618056, 0.0154820457, 0.00582848629, -0.00370115065, -0.00582848629, 0.000717201212, -0.0136314705, 0.00815409794, 0.0204389431, -0.0164155941, -0.010921699, -0.0115082655, 0.0120617859, 0.0277090613, 0.00709662586, -0.00127949938, 0.0198275931, 0.0141106369, 0.000526412274, 0.00326329144, 0.00656375941, -0.00941810664, 0.00178448332, 0.00452316971, 0.000414365699, 0.0164651629, 0.0123509383, 0.0109464834, 0.00497342134, 0.028898716, -0.00377550418, 0.000609285431, -0.00898850895, 0.0100955497, -0.00277999369, 0.0124748601, -0.020025868, -0.0104342708, 0.00621677656, 0.00722467899, -0.011871771, 0.0147550339, 0.000456964044, -0.0324511603, 0.00795995258, 0.0285352115, -0.018390093, 0.0123839844, 0.00417618686, -0.00658854377, -0.0066628973, -0.0180761553, -0.0147632957, -0.0161925349, 0.0157711972, -0.0148954792, -0.033905182, -0.0122352773, -0.0389281735, 0.0148459105, 0.0266020205, 0.0186379366, -0.0220416747, 0.0249001514, 0.00759644667, 0.0045273006, 0.0107977763, -0.00508082053, 0.00213972782, 0.00750557, 0.00794756, -0.00677029695, 0.0110456217, -0.0289813317, -0.0252140891, -0.00195487682, 0.0121609233, -0.00652245199, 0.0169691145, 0.00882327929, 0.00509321271, 0.0141602056, 0.00324883382, -0.0106490692, 0.00725359423, 0.00427945564, -0.0113099897, 0.0250819046, 0.0072164177, -0.0231817607, -0.0225869324, 0.00130531657, 0.00938506052, 0.0135571165, -0.0184561852, -0.00217483914, -0.00806322135, -0.00910417, 0.0208850652, 0.0106821153, 0.0121691851, -0.00993858092, 0.00437033176, -0.000234161809, -0.0233635139, -0.00230702315, 0.00209945301, -0.016952591, -0.00991379656, 0.004029545, 0.00175040471, 0.00741882436, 0.00327155273, -0.0128879352, 0.0101203341, 0.00845151115, -0.0289648082, -0.0042051021, -0.00994684268, 0.00236691884, 0.0191831961, 0.00715032546, -0.00527909677, 0.0207198337, -0.008798494, -0.00396345323, -0.00265607121, -0.018324, 0.000451542437, -0.0069313962, 0.0143915275, -0.0166386552, 0.0136562549, -0.0139040994, 0.025445411, 0.00625808397, -0.00409357157, 0.028898716, 0.00601437, -0.0145898042, -0.0051840893, -0.00640679104, -0.023776589, -0.00485362951, -0.00670420472, -0.0117065413, -0.00831519719, -0.0223556105, 0.0282377973, 0.00575413276, -0.0216451231, 0.000850417826, 0.0104260091, 0.0104177473, -0.00445707748, -0.001293957, 0.0162255801, 0.0186214149, -0.00679095043, -1.76363592e-05, -0.0037899618, 0.0254949797, 0.0179109257, 0.0304023083, 0.0024763837, -0.00430424, -0.0213972777, 0.0105003631, -0.0076171, 0.000656789, -0.012929243, 0.00732381735, -0.00594414724, -0.00494037522, -0.006654636, -0.0217938293, 0.0102112107, 0.00441163965, -0.00750970095, -0.0110704061, -0.0151020167, -0.0105664544, -0.0225208402, 0.0238261577, 0.000704809, -0.0122518, 0.00188465405, -0.00077709707, -0.0106077623, -0.00163371104, 0.00940158404, -0.0140775908, 0.0210998636, -0.00870761741, 0.0237270202, 0.00969073642, -0.0174482819, -0.00995510351, 0.00715032546, -0.0239748638, -0.00200134772, -0.0100625036, -0.00943462923, 0.037804611, 0.00387257664, 0.00457686931, 0.0119048171, -0.00108845218, 0.0238757264, 0.0063406988, 0.00386431534, 0.00588218588, 0.000566428876, 0.00671659689, 0.021347709, -0.0143584814, 0.000312646036, -0.023132192, -0.00824910495, 0.0365488641, -0.0191501509, 0.0032818797, 0.00277586305, -0.0277421065, -0.0130944727, 0.0244705547, 0.00643570628, 0.00646049064, -0.000391904759, -0.0217938293, -0.0237435419, 0.00798473693, 0.00574587099, -0.00722054858, 0.00380441942, -0.008133444, 0.00159137091, 0.000825117, 0.0076873228, 0.00534518855, 0.00776167633, -0.0206372198, 0.0179274492, 0.0082243206, 0.000630455499, 0.00427119387, 0.00211081258, 0.0119213406, 0.0232478529, 0.00715445634, -0.00811692048, 0.000303351844, 0.010806038, -0.000104043225, 0.0160520896, -0.00625808397, 0.00547737256, 0.0016770839, -0.00162854756, -0.0318232849, -0.000699645549, -0.0127887977, 0.0233635139, -0.00398410717, 0.0441824868, 0.0116982795, 0.0141106369, 0.00437033176, 0.00380028854, -0.00438272441, -0.00985596608, -0.00329427188, -0.0188362133, -0.0396221392, 0.0226860717, -0.0131440414, 0.00501885964, -0.00499407481, 0.00319306855, -0.00365571235, 0.0155233527, 0.0111530209, 0.00249084132, -0.00177209114, -0.000113660128, -0.017068252, 0.0202241447, -0.00195074594, -0.00369702, -0.000860228378, -0.0181918163, -0.00910417, 0.0115330499, -0.00346156722, -0.015622491, 0.00618373044, 0.0136314705, 0.000740436662, -0.0181092024, 0.0125822602, 0.00892241672, 0.00401508762, 0.0126070445, -0.00613003084, -0.0249166749, -0.0127887977, 0.00131048, 0.0202076212, 0.0148954792, -0.0171343442, -0.0103681786, -0.0190675352, -0.00348635181, 0.00408737548, -0.00163577637, -0.00139722566, -0.00830693543, -0.0145732807, -0.0179274492, -0.00204058969, 0.00953376759, 0.000990863307, 0.0126400907, -0.0214303229, -0.0123509383, 0.000726495404, 0.0142015135, -0.0038168116, -0.00248051458, 0.00723294076, -0.00676616607, -0.0143667432, 0.00747252395, 0.0255115032, -0.0290804692, 0.00331286038, 0.00964116678, 0.0082697589, 0.0284195505, 0.0241070483, -0.000848868804, -0.0119709093, -0.0222895183, -0.00123199576, -0.017745696, 0.00741056306, 0.00864978693, 0.00472970726, -0.000350855466, -0.014903741, 0.00358342426, 0.00771623803, 0.0123261539, 0.00957507547, -0.000447669881, -0.00615894608, 0.00641092192, 0.0126153063, 0.0163660254, 0.0142841283, 0.0159033816, -0.0124583375, 0.00491972128, -0.00505603617, 0.000733724213, -0.0116982795, 0.00223060418, 0.0189353507, -0.00715445634, 0.0162503645, -0.014523712, -0.0103020864, -0.000905150257, -0.00370734674, -0.0150359245, 0.0123839844, 0.00442816224, -0.00800539088, -0.00202819752, -0.0252801813, -0.00874892529, -0.0463304743, -0.00703879539, 0.000870555232, -0.00681573525, -0.00141478132, 0.00556411827, 0.00413074857, 0.0270646643, 0.00753861619, 0.0141106369, 0.0111117139, 0.00889763236, -0.0195136555, -0.00219549285, -0.0113512967, -0.000190143517, 0.0107482076, 0.0135653783, -0.0141932517, -0.0031228459, 0.0173821896, -0.00485776039, -0.00255073723, -0.0172004364, -0.016911285, -0.00270150951, -0.00605567731, 0.0123344148, -0.012136139, -0.020703312, -0.00970725901, -0.00403574109, 0.0102525176, 0.0013208068, -0.00127020513, -0.00460165367, 0.00342852133, -0.0184892304, 0.00624156091, -0.000901019492, 0.00979813561, -0.0337564759, -0.0125574758, -0.00796408299, -0.0126070445, 0.00604328513, -0.0102194715, -0.00851760339, -0.00546498038, 0.0053699729, -0.01903449, 0.0226860717, -0.00535345031, 0.00906286202, 0.00535758073, -0.00888111, -0.0140114985, -0.0263046063, 0.0109299608, 7.66770172e-05, -0.0109299608, -0.0240574796, 0.000202277588, -0.00520887366, -0.000428307, 0.00173801242, 0.00933549181, 0.00962464418, -0.00285434723, 0.00729903253, 0.0164486412, -0.0177787412, 0.0131936111, 0.00679095043, -0.00635309145, 0.00496515958, 0.00552281085, -0.00177828723, 0.0118635101, 0.0331946947, -0.000108238521, -0.0014591869, 0.0408117957, 0.00210255105, 0.00989727303, 0.0226365011, -0.03018751, -0.00538649596, 0.00285847788, -0.00866631, 0.0313936882, -0.0122352773, 0.000901535852, 0.0163660254, 0.00430424, 0.0100542419, -0.0250158124, -0.00478340685, 0.0176630802, 0.00741882436, 0.00882327929, -0.0163577646, 0.018125724, 0.014259344, 0.0262219924, -0.0134662399, -0.00264574448, -0.0200754385, -0.000973823946, 0.0105747161, 0.028403027, -0.0117891561, 0.0233635139, 0.00368875847, 0.0335747227, 0.00342852133, 0.00136314705, -0.00139206229, -0.0140032377, -0.00625808397, 0.0125079062, -0.0208024494, 0.00780298375, 0.0128961969, 0.0049445061, 0.00376724266, -0.0265524518, -0.000580370193, 0.000603605644, -0.0151350629, 0.00489080604, 0.0103351325, 0.00389116514, -0.00710075675, -0.00890589412, -0.000999124837, -0.00571282534, 0.00714619504, 0.00912895426, 0.00288739312, -0.013763654, 0.0239418186, 0.0095833363, -0.00289565464, -0.0342686884, -0.0283699799, -0.0203232821, 0.00697683403, -0.00667528948, 0.000625808374, -0.0032157877, -0.00225125789, 0.0228513014, 0.0091950465, 1.04962965e-05, -0.00238550734, -0.0201250073, 0.00858369563, 0.00363299344, -0.0105747161, 0.00722881, -0.00407085288, -0.00408737548, -0.00863326434, -0.00193732104, 0.00722881, -0.0117974179, 0.0130201196, 0.00594827766, 0.00304436171, 0.0159199052, 0.0265524518, 0.0104425326, 0.010392963, -0.00156452099, -0.00975682773, -0.0107564693, -0.0119213406, 0.0184396617, 0.0199928228, 0.0106408084, 0.0088893706, -0.00241648778, 0.0108473459, 0.0113099897, -0.0129457656, 0.0128383664, 0.0262385141, 0.00715858722, 0.0136479931, 0.00826562755, -0.00593175506, -0.010467317, -0.0162751488, -0.0109547451, -0.00933549181, -0.00463883067, 0.021232048, 0.0143006509, 0.0130531657, 0.020818973, 0.00791038387, 0.00260856771, -0.001881556, 0.00780298375, -0.00111013872, -0.0014591869, -0.00840194244, -0.00845151115, 0.00233593839, 0.0174648054, -0.0121030929, -0.0105086239, -0.00370528153, -5.80241067e-05, -0.00464709196, -0.0191666726, -0.00455208495, 0.00445294706, 0.000600507541, 0.00278618978, -0.00882327929, -0.00868283305, -0.00926113781, 0.0171343442, -0.0294935443, 0.00403161068, 0.000430114189, 0.00173594709, 0.0012020478, 0.00751383137, 0.0164238568, -0.00894720107, -0.0108390842, 0.00489080604, 0.00209945301, -0.00850934163, 0.0155233527, 0.00181856204, 0.0160107818, 0.0238261577, 0.0204885118, -0.0179770179, -0.0133257946, -0.00256726029, 0.0165147334, 0.015449, 0.00307947304, 0.00538236555, 0.0100625036, 0.0143584814, -0.0144906659, -0.0155563988, -0.00867457222, 0.0220912434, -0.00755513925, -0.0147632957, 0.00773276109, -0.00874892529, 0.0203893743, -0.0111034522, -0.0160438269, 0.0172334835, 0.013499286, -3.16905862e-05, 0.0151763698, -0.00104249769, -0.0147385104, 0.00414727163, -0.0184727069, -0.00190220971, 0.00876544882, -0.00505190529, -0.00964116678, 0.0194806103, -0.0140362838, -0.0119296014, 0.00816649, 0.00669181254, -0.0169195458, -0.0139206229, -0.0206372198, -0.0192492884, 0.00181856204, 0.00432076305, -0.00295968121, -0.00650592893, 0.00679095043, 0.00501472875, 0.0249497201, -0.00329014123, 0.00182475813, -0.00685704267, 0.00807974394, -0.0235452671, -0.0204554666, 0.0131027345, -0.00772863068, -0.0161677506, -0.0239252951, -0.00380648486, -0.0168451928, -0.0124996454, 0.0114256507, -0.00642744452, -0.0153994309, -0.0095833363, -0.0268829111, -0.0118800327, 0.00432076305, -0.015242462, 0.00626221485, 6.40185362e-06, -0.00732794777, -0.00356070511, 0.0109630069, 0.00525018154, -0.0136479931, 0.015928166, -0.00931896828, -0.0151102785, 0.00993858092, -0.0116487108, -0.00514691276, 0.0153250769, 0.00387670752, 0.0120783085, -0.00201580534, 0.000619095925, 0.0310797524, 0.00590284, 0.0105995005, 0.000632520881, 0.00287500094, -0.00187432719, -0.0104590552, 0.00757579273, 0.000155806672, -0.002033361, -0.00829454325, -0.00584913976, 0.0220912434, 0.00607633125, -0.010880392, 0.0325172506, -0.0229669623, -0.0137140853, -0.0119543858, 0.0218599215, -0.00745187048, -0.0126979211, 0.0138049619, 0.0076336232, 0.0161842722, -0.000967111497, 0.0102029489, 0.0105829779, -0.001478808, 0.0142345596, -0.0116239265, -0.00925287697, -0.0158785973, -0.0213972777, -0.0183074772, -0.00893894, 0.00565086398, -0.0112108514, 0.000625808374, -0.0144989276, -0.0107234232, -0.00359375123, -0.00972378161, 0.00701814191, 0.0865804926, 0.00453143101, 0.00936027616, -0.0216120761, -0.00504364399, -0.0154572614, -0.00781950727, 0.0587227196, 0.000850934186, 0.0250819046, -0.00692313444, 0.0111282365, -0.018770121, -0.00780711463, -0.0232313294, -0.0116404491, 0.00252595264, -0.015052448, -0.00163577637, -0.0111447591, -0.0110869287, -0.0160603505, -0.00265813665, -0.0071709794, 0.00828628149, -0.0200423915, -0.012020478, 0.00418857904, -0.00426706299, 0.00319100334, -0.0131109962, 0.00207570102, 0.0174648054, -0.00153663848, -0.0187370759, 0.00948419888, 0.00700574927, 0.00416379469, 0.0114256507, -0.0124665992, 0.00388703425, 0.00571282534, 0.0115330499, -0.020058915, 0.0168204084, -0.0142510822, -0.00800125953, -0.0230991449, -0.0107895155, -0.0127887977, 0.0056012948, 0.00455621583, 0.00673725083, -0.0255445484, 0.00308979978, 0.015449, 0.018241385, 0.0104260091, 0.0148872174, -0.00681160437, 0.00218929676, -0.00785255339, 0.00741882436, -0.008133444, -0.00164300518, -0.00521713542, -0.0164734256, 0.00178138528, -0.0113347741, 0.00622916874, -0.00814583618, -0.0189023055, -0.0173326209, -0.00979813561, 0.0158620737, 0.00146641571, 0.00379615789, 0.00785255339, -0.0119296014, -0.010731685, -0.00676616607, 0.0148376487, -0.0255115032, -0.0228182543, 0.0026808558, -0.00859195646, -0.0128383664, -0.00940984488, -0.0227686856, 0.00289978553, 0.00418031728, 0.0325502977, -0.00326948753, 0.0160438269, 0.0264863595, 0.0114256507, -0.00180823519, 0.00615894608, 0.0254123658, -0.0144824041, 0.0236113593, 0.0188692585, -0.0120287398, -0.00163887453, -0.00560542569, 0.0225043185, -0.00650592893, 0.0176630802, -0.0093520144, 0.00606393861, -0.00889763236, -0.00356070511, 0.0118882945, 0.0265359282, -0.00705944933, 0.00834411196, 0.00698922668, 0.00644809846, 0.0256932564, -0.0033996061, -0.00348428637, 0.0256106406, -0.00877371, -0.0130283805, -0.010921699, -0.00723707117, 0.0269655269, 0.0145815425, 0.0259576235, 0.00907112379, 0.0134827634, 0.00380441942, -0.00706357975, -0.0106077623, 0.00184334652, 0.0413074866, -0.00249910285, -0.00798060652, 0.00669181254, 0.020025868, 0.0186214149, -0.0199597776, -0.0032818797, 0.00306501542, 0.00130944722, 0.00415553292, -0.00841846503, 0.0135901626, -0.0216120761, -0.0122435382, -0.0100707645, 0.014449358, 0.0130944727, -0.00655549811, 0.00144163123, 0.00693552662, -0.00894720107, -0.00427532475, -0.000994477654, 0.0069850958, -0.009162, 0.000470130821, 0.0166717, 2.00244485e-05, 0.0042051021, -0.00959986, 0.0115165273, -0.0128135821, 0.0105003631, 0.00746426266, 0.0167212691, -0.00689835, -0.000176202244, 0.00992205832, -0.00264780968, 0.0164073333, 0.00440750876, -0.0133175328, -0.0064315754, -0.0107729919, -0.00161408994, 0.000161615535, 0.0108969146, 0.0370115079, 0.000439150201, 0.00775754591, -0.00998815, 0.00528322719, 0.0155150918, 0.0127392281, -0.0185222756, -0.000537513639, -0.000571592303, -0.0163164567, -0.00527909677, 0.0114173889, 0.00237724581, -0.00208396255, -0.0175639428, 0.00154386729, 0.0109877912, 0.00772863068, -0.00230495771, 0.00678268913, -0.000412300345, 0.00186813099, -0.000438892021, 0.00600610813, -0.00207363581, -0.00782363769, 0.0188692585] |
02 Aug, 2024 | Express: Specify HTTP status code when throwing error in service
02 Aug, 2024
In express, we can use res.status(–statusCode–) to set the status code. Let’s create a simple web application using express and create a blog route, and when the user tries to access that route it will send the status code.
Syntax:
res.status(--statusCode--);where you have to change the –statusCode– to the code you want to set.
Creating Application:
Step 1: Initializes NPM: Create and Locate your project folder in the terminal & type the command
npm init -yIt initializes our node application & makes a package.json file.
Step 2: Install Dependencies: Locate your root project directory into the terminal and type the command
npm install expressTo install Express as dependencies inside your project
Step 3: Creating Routes for the home page and the blog page: Let’s create two routes so that users can access the home page and the blog page.
app.get('/', (req, res) => { res.send('Hello Geeks!');});app.get('/blog', (req, res) => { res.status(400); res.send('Error');});Inside blog routes we use res.status function to set the status code to 400 which throws when the user requests for the blog page.
Example 1:
JavaScript
const express = require('express');
const app = express();
app.get('/', (req, res) => {
res.send('Hello Geeks!');
});
app.get('/blog', (req, res) => {
res.status(400);
res.send('Error');
});
app.listen(3000);
Steps to run the application: Inside the terminal type the command to run your script.
node app.jsOutput:
https://media.geeksforgeeks.org/wp-content/uploads/20240728233513/t11.mp4Creating Application:
Step 1: Initializes NPM: Create and Locate your project folder in the terminal & type the command
npm init -yIt initializes our node application & makes a package.json file.
Step 2: Install Dependencies: Locate your root project directory into the terminal and type the command
npm install expressTo install Express as dependencies inside your project
Step 3: Creating list of products: Let’s create an array of products and set it to a constant products.
const products = ["Milk", "Sugar"];Step 4: Creating Routes for the home page and the products page: Let’s create two routes so that users can access the home page and the products page.
app.get('/', (req, res) => { res.send('Hello Geeks!');});app.get('/products', (req, res) => { if (products.length === 0) { res.status(400); res.send('No products found!'); } else { res.json(products); }});Inside the product route, we use res.status function to set the status code to 400 which throws when there is no product. If there are products it will send the list as JSON.
Example 2:
JavaScript
const express = require('express');
const app = express();
const products = ["Milk", "Sugar"];
app.get('/', (req, res) => {
res.send('Hello Geeks!');
});
app.get('/products', (req, res) => {
if (products.length === 0) {
res.status(400);
res.send('No products found!');
} else {
res.json(products);
}
});
app.listen(3000);
Steps to run the application: Inside the terminal type the command to run your script.
node app.jsOutput:
https://media.geeksforgeeks.org/wp-content/uploads/20240728233947/screencapture.mp4
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service | https://www.geeksforgeeks.org/express-specify-http-status-code-when-throwing-error-in-service?ref=asr9 | CSS | Express: Specify HTTP status code when throwing error in service | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0386838205, 0.0266395025, -0.00951974373, 0.0399198085, 0.020538453, -0.0129581597, 0.00161812629, 0.0141875735, -0.0404720604, -0.00842181779, 0.0178297963, 0.0407350361, 0.0216166545, -0.0212353393, 0.0282173622, -0.0203543697, -0.0538575538, -0.0140560856, -0.00483547756, 0.0039840918, -0.00345485169, 0.0372900441, -0.00753427204, 0.0332139134, -0.0160941519, -0.00926334132, -0.00508530485, 0.0129844565, -0.055277627, -0.0143979546, 0.00873081479, 0.0103218211, 0.0460734554, -0.0156207951, -0.00823773351, -0.000313722558, 0.0223661382, 0.042312894, -0.0523848869, 0.00378685934, -0.00947372243, -0.00120311673, 0.0177114569, 0.010249503, -0.0205647498, 0.00305381278, -0.0318990313, -0.0434962884, 0.033056125, -0.0401564874, -0.0258242767, -0.00374741293, 0.0279543847, -0.01300418, -0.00859932601, -0.0178297963, 0.0191578269, -0.0263896752, -0.0163702779, -0.0352125317, -0.00965780579, -0.0347128771, -0.0148713123, -0.0274021346, 0.00825745706, 0.0652181357, 0.0140297879, 0.00206929515, -0.00364879682, 0.0048782113, -0.00640018657, 0.0146609312, 0.00471385103, 0.0486243255, 0.0190394875, -0.00747510232, 0.0146740796, 0.0417343453, -0.0172906946, 0.0182242598, -0.0273758378, -0.00821801089, 0.0275336225, -0.00857302919, 0.0345024951, -0.0309260171, -0.0246145856, -0.050596647, 0.0380000807, -0.00105272722, 0.00869794283, -0.00790901389, -0.0244173538, -0.0139903417, 0.0200519469, 0.0394464508, 0.00499983784, -0.00281877769, 0.00764603727, 0.0302422792, 0.0222215, -0.00227145804, 0.00797475781, -0.0496499315, 0.0146740796, -0.0143059129, 0.0328194462, -0.0111633455, 0.0110844532, 0.00353045738, 0.0170408674, 0.0131816892, -0.0340817347, 0.00133049593, -0.0158311762, 0.00348443654, -0.0170934629, 0.000777423789, 0.0373689383, 0.0129581597, -0.00902666338, -0.00425035506, -0.00147513289, 0.0253377706, -0.000410489622, 0.0174090341, 0.0201176908, -0.00186713203, 0.0397620238, -0.00288287806, -0.00650209, -0.00641991, 0.0100851431, -0.00429966301, 0.00248677, -0.0113803009, 0.0163571276, -0.0199993514, 0.0218007378, -0.0624831803, -0.0495184436, -0.0497288257, 0.0110910274, 0.0127017573, 0.0207225364, 0.0411032028, 0.011728745, -0.0176194143, -0.0343973041, 0.0109858364, -0.065112941, -0.0629039407, 0.0152131813, 0.0216035061, 0.00431281189, -0.0192367192, -0.0366589, -0.0257585328, -0.025009051, -0.00652510067, 0.00391506031, -0.0430755243, 0.00219256524, 0.0211958922, -0.0137273651, 0.0501495898, 0.046888683, -0.0284014456, -0.0357647836, 0.00963808317, -0.00190000411, -0.014240169, -0.00972355064, 0.0111567713, 0.00641004834, 0.00681766169, 0.0283488501, 0.00581506453, 0.0351336375, 0.0250747949, 0.00268400228, 0.0232734066, 0.0119851464, -0.0272180513, 0.0114591941, -0.0221820548, -0.024114931, -0.0314256735, -0.0359751619, -0.0280332789, -0.0308734216, 0.0343973041, 0.0369481742, -0.0188948493, -0.00206600782, 0.0298478156, -0.0542783178, -0.0177772, 0.00186055759, -0.0624831803, 0.0176194143, -0.0372900441, -0.0264685694, -0.0111041758, -0.00148828176, -0.0348969623, 0.0434699878, -0.0163308308, 0.0292166714, -0.00260675303, -0.0156076457, -0.0299530048, 0.0016493547, -0.0476513132, 4.9847371e-05, -0.00587094668, 0.0137142166, 0.0448374674, 0.00112340203, -0.00910555571, 0.00980244298, -1.60508023e-07, -0.0215114653, 0.0313204825, -0.0495184436, -0.042418085, 0.000489382539, -0.0630617291, -0.00500312494, -0.00212353398, -0.0310049113, -0.0131948376, -0.0129713081, 0.00280234171, -0.0189605951, 0.0393149629, -0.00327076833, 0.00145951868, -0.0590644851, -0.0119457, -0.0155682, 0.0293481592, -0.000600736588, -0.0530949235, -0.0318727344, 0.00735018868, -0.00517405942, 0.0241280794, -0.00216298038, -0.0214457214, -0.0489135981, -0.0418921299, 0.00973669905, 0.0167778898, 0.0049603912, 0.0239176974, -0.0115052145, 0.0122678466, 0.0313730761, -0.0104467347, 0.0375530198, 0.032267198, 0.0124585042, 0.0343710072, 0.0169751234, -0.0406561419, -0.0244042054, 0.000679629506, -0.0236810204, 0.0117418934, 0.033056125, -0.0793662593, -0.00918444898, 0.0265343133, 0.00896749366, 0.0230761748, 0.0225633699, -0.00953946635, -0.000687847496, 0.0131159453, -0.00829690322, 0.00225173496, -0.00337924599, -0.0228920914, 0.0214062743, -0.0204727091, -0.0137405135, -0.0231419187, -0.0157917291, -0.0186581723, -0.0274810269, 0.0199599043, 0.0225370731, 0.0180270281, 0.0187896602, 0.00885572843, -0.0173958857, 0.0339765437, 0.00114641245, 0.0266395025, -0.0286644213, -0.0203938149, 0.0214457214, 0.0178297963, -0.00100095372, -0.0146609312, 0.0301633868, -0.0367377959, 0.0168830808, 0.0157654323, 0.0408928208, -0.0205778982, -0.0407876298, -0.0391308814, 0.00510174083, 0.00974327326, 0.023391746, 0.0133723468, -0.0538575538, -0.0326090679, -0.0188291054, 0.0109858364, -0.0688472092, 0.0381315686, 0.0416291542, -0.0110778781, 0.00505572, 0.0295059457, -0.0278228968, 0.0023372022, -0.0108083272, -0.00677821506, 0.00730416784, 0.0277703013, -0.00804050174, 0.000721130462, -0.0336346738, 0.009907634, 0.0234048944, -0.00474014878, 0.021879632, -0.011728745, -0.00408599479, 0.0143979546, 0.0595904402, 0.00692285225, -0.0196837783, -0.0010971044, 0.0104335863, -0.0175405219, 0.000782765506, 0.0407087393, 0.046020858, 0.0237073172, 0.0530686267, -0.0255481508, 0.0281647667, -0.0510437079, 0.00739620952, -0.00918444898, 0.0285066348, 0.00948687177, 0.00208080024, 0.00697544729, 0.00130091107, -0.0287170168, 0.00381315686, 0.00538772764, -0.0116432775, -0.0358962715, -0.0412872843, 0.00349429809, 0.0170145687, 0.0112553872, -0.000878505351, -0.012622864, 0.0131027959, -0.0261529963, 0.0037079663, 0.0431281216, 0.0293218624, 0.0343710072, -0.00840866845, 0.0237204656, -0.0398935117, 0.0489924923, 0.00627527293, -0.0204990059, 0.00891489815, 0.00372440252, -0.0426284634, 0.0348706618, -0.0138851507, -0.00221228856, 0.004523193, 0.0170014203, 0.0163571276, -0.0295322426, -0.00587752135, -0.0301370881, -0.0239439961, 0.0192498676, 0.0242332704, 0.0064396332, -0.0477828, -0.0160941519, -0.0233260021, -0.034844365, 0.0277440045, -0.007567144, -0.0198547132, -0.0278754923, 0.00248677, 0.0416554511, 0.0244173538, 0.0500444, -0.0224055834, 0.0307419337, 0.00245554163, -0.0178560931, -0.00327241188, -0.021774441, -0.0172906946, -0.0039347834, -0.00784984417, 0.0280595757, -0.0146346334, 0.0260215085, -0.0167384446, -0.00538444053, -0.0602215827, 0.00510502839, 0.000355428958, -0.0144899962, -0.011590682, -0.017579969, -0.00715295644, -0.0072515728, -0.00206600782, -0.0107294349, -0.0191578269, 0.0299793035, 0.0147266751, 0.00747510232, -0.031504564, 0.0158706214, -0.0751060396, 0.00449360814, -0.016580658, -0.00484862644, -0.0223003943, -0.012037742, 0.00322967814, 0.0284277424, 0.00561454473, -0.0149370562, -0.0439170487, 0.00589067, 0.0152920745, -0.0195259936, 0.0197495241, -0.00233062776, 0.002631407, 0.0227474533, 0.0146872289, -0.00790901389, -0.0135301324, 0.0228789411, 0.0203017741, -0.0216166545, -0.00335294846, -0.0348180681, 0.0152263306, 0.00478945673, 0.0249301568, -0.00494395522, -0.0311101, -0.0150028, 0.00818513893, -0.00132309971, 0.0277440045, 0.0371848531, 0.0254824068, -0.0130239036, 0.0015942941, 0.00761973951, 0.0400512964, -0.00467440439, -0.047572419, -0.0532527082, -0.0194865465, 0.0161861945, -0.0317938402, -0.0252325796, 0.011590682, -0.0301633868, -0.0296900291, -0.0318464339, 0.00893462077, -0.00706091477, -0.0107360091, 0.026245039, 0.0141086811, 0.0124650784, -0.0347917713, 0.00380329532, -0.0268104374, 0.0525426716, -0.019644333, -0.0124585042, -0.0145425918, -0.00544032315, -0.0371059626, 0.0298478156, -0.0378422961, -0.0176457129, 0.011524938, -0.0123401647, 0.0151605858, 0.00806022529, -0.00963150896, 0.00717267953, 0.00430623768, -0.0193156116, -0.0189737435, -0.0597482249, 0.0113540031, -0.0109266667, -0.0385786295, -0.0152657768, -0.00170441542, 0.00727129588, 0.0474146344, 0.024732925, -0.0240886323, 0.00529239886, 0.0017405746, 0.0207356848, 0.00565399136, -0.0190131888, -0.0262581874, 0.0216298047, -0.0138983, -0.014792419, -0.0122152511, 0.0146872289, 0.00226817094, 0.00506886886, 0.0119851464, -0.018986892, 0.0112356646, 0.0356069952, 0.0127477786, -0.0068242359, -0.0135827279, -0.00617665704, 0.0147003774, -0.00980244298, -0.0155944973, 0.0196837783, 0.00561125763, 0.006518526, 0.0459945612, -0.0115315123, 0.000463906705, -0.0266000573, -0.0499918, 0.0390519872, -0.00782354642, -0.00124091958, -0.00871109124, -0.0327405557, 0.00702146813, -0.0097104013, -0.0224055834, 0.0175405219, 0.0303474702, 0.00563755538, 0.0404720604, -0.0223398395, 0.0108214766, -0.00978272, -0.00356004224, 0.0205910467, -0.0288222078, -0.00121215661, 0.00482890289, -0.0234048944, -0.0123007186, -0.00736333756, 0.0262318905, -0.00829032902, 0.00679136394, 0.00677821506, 0.000845633273, -0.0113079827, -0.0364485197, 0.00704119168, 0.0167384446, -0.00272673601, -0.0108083272, 0.0107951788, 0.00635087863, -0.00158196711, 0.0010379348, 0.0173958857, 0.0166858491, 0.00185891404, 0.0190789327, -0.00191150932, -0.0353703164, -0.0135827279, 0.0448637642, 0.00487163663, -0.0251536872, -0.0300056, -0.00451004412, 0.0246803295, -0.0137668112, 0.0228000488, 0.0226291139, 0.0165149141, 0.029926708, -0.000841113389, 0.00152361917, 0.0408402272, -0.0088951746, -0.0197232254, 0.0221426077, -0.037526723, -0.0416817516, -0.0299530048, 0.00984188914, -0.00226652739, -0.0100917174, 0.0274547301, 0.0141349779, -0.0166201051, -0.0233522989, -0.019644333, 0.0100982916, 0.00135925901, 0.0108083272, 0.0949344561, -0.0117944889, 0.017921837, -0.00746195391, 0.0431807153, 0.0138062583, 0.0165149141, 0.0029256118, -0.00369810476, -0.00499326317, 0.0244962461, 0.0246145856, -0.0236678701, 0.0116038313, -0.00141842861, 0.00713323336, -0.0167647414, 0.00968410354, -0.00539101521, 0.0250616446, -0.016133599, 0.0145425918, 0.00423063198, 0.00443115132, 0.0114920661, 0.0184477903, 0.0141612757, -0.0138062583, -0.0354492106, 0.0365800075, 0.0404194631, -0.0138588529, -0.00474672299, -0.0279280879, 0.0207882803, 0.0338713527, 0.0191052314, -0.0329246372, 0.014240169, -0.00490779616, 0.0271391589, -0.0169225279, 0.00247033406, -0.00901351403, -0.011663001, -0.00665658852, -0.00464481954, 0.00308339763, -0.0200782437, 0.0187633615, -0.00803392753, 0.00163291872, -0.00575589482, 0.0148055684, -0.0173827354, -0.00201834342, -0.000863712921, -0.0185003858, -0.0331087224, -0.0360277593, 0.00125242479, -0.00533513259, 0.055382818, -0.00043350007, 0.0122678466, -0.00453634188, -0.0125373974, 0.0151605858, 0.0157128368, -0.0107097114, 0.0136090256, 0.00501298672, 0.0182505585, 0.010630819, -0.00821801089, -0.0292166714, 0.0132540073, 0.00995365437, -0.0451530367, 0.00812596921, 0.022050567, 0.0018161803, -0.0426021665, 0.0216561016, 0.0159495156, -0.00207586959, -0.00167154334, -0.0155682, 0.0118273608, -0.0040629846, 0.0178166479, 0.0237204656, 0.0164886173, 0.026179295, 0.00809309725, -0.00388547545, -0.00718582841, 0.00717267953, -0.0387890115, -0.00795503426, 0.0196574815, -0.0150159495, 0.013175115, 0.00558167277, 0.00799448, 0.00404983573, -0.00456592673, 0.001891786, 0.00264948653, 0.0231419187, -0.0412872843, -0.0294796471, 0.0091713, 0.00402353797, 0.0163965747, -0.0154761579, 0.00986161269, 0.0289799925, 0.00594326528, -0.00406955881, -0.000315571611, 0.0305052549, -0.0259031691, -0.0271654557, 0.021156447, 0.0234706383, 0.0164360218, -0.00631143199, 0.0263896752, -0.0338450558, 0.0156996883, -0.017750904, -0.0273232423, -0.000100259727, -0.004214196, -0.0194733981, -0.00167976134, 0.00902666338, 0.00399724, 0.00468426617, 0.00217777281, -0.0157128368, -0.0177246053, 0.0230498761, 0.00103053858, 0.00394135807, 0.0121692298, 0.00484205177, -0.0185529813, 0.00452976767, -0.00376056158, 0.0343184136, -0.0556457937, -0.0158311762, -0.00516091054, 0.0126097156, -0.0313467793, 0.0375530198, -0.0349758528, 0.0342921168, 0.0128792664, 0.0020709387, -0.0150816934, -0.030478958, -0.055382818, 0.00877026096, 0.018986892, 0.0177640524, 0.0155944973, -0.0287433136, 0.00478288205, 0.00599914789, 0.0233654473, -0.00200190744, 0.0147661213, 0.0120574655, 0.022668561, -0.00645935629, -0.0038591777, 0.0169356763, -0.0274284333, -0.0202097315, 0.0130436262, -0.000306531787, 0.00438513048, -0.00608790247, 0.0194471013, -0.00898064207, -0.0290851835, -0.026692098, 0.0200782437, 0.0236547217, -0.0146346334, 0.0163965747, 0.0100851431, -0.000398984412, -0.000282905, -0.0239834432, 0.00947372243, 0.0224318821, -0.0230761748, -0.00402353797, 0.0415239632, -0.0156470928, 0.0111173252, 0.0113145569, -0.0110055599, -0.00641662255, 0.0228263456, -0.0102626514, -0.0208408758, -0.00690312916, 0.02311562, 0.0196969286, -0.0100391218, 0.00929621328, -0.0297689214, -0.0186976176, 0.0114591941, 0.00802735239, 0.0140166394, 0.0226422623, -0.0263765268, 0.0159100685, -0.000152444103, -0.0214588698, -0.0229578353, 0.00155977847, -0.00752769783, -0.00545675913, -0.00389533699, 0.0142927645, -0.00644620741, -0.0210249592, 0.00911870506, -0.0314256735, 0.00305874366, -0.0064363461, -0.0287433136, -0.030478958, -0.00249170093, -0.00312284403, 0.00675849197, -0.00110532239, -0.0235363822, -0.0120443162, -0.0221031606, -0.00368824322, 0.0015581348, 0.00805365, -0.0245751385, 0.011386876, 0.0164886173, 0.00461852178, 0.0021498315, -0.00650537712, 0.0173432902, 0.0177377537, -0.00884915423, -0.00445744907, -0.0354229137, 0.0259820633, -0.014963354, 0.0142927645, 0.0178955402, -0.00383945461, 0.00896749366, 0.00298478152, 0.0133263264, -0.0633773, 0.00140363618, 0.0213931259, 0.00228789425, 0.00079344894, 0.017579969, 0.0174484812, -0.012695183, -0.0537523627, 0.0132737309, -0.00804707594, 0.0311889946, 0.00162798795, 0.000554304803, -0.00495052943, 0.0218533333, -0.00999310054, -0.017198652, -0.00153265893, 0.0116498517, -0.0146740796, -0.0190394875, -0.00628184713, 0.00801420398, -0.018092772, -0.0154498601, -0.057854794, -0.0188685525, 0.0239571445, 0.0337661617, -0.0223266911, 0.0170014203, -0.018986892, -0.0255744494, -0.0254429616, 0.000691134715, -0.0109858364, -0.0088951746, 0.00311791315, -0.016475467, 0.0085861776, 0.00261825812, -0.0207751319, -0.0437855609, -0.00496367831, 0.0153315207, -0.0331350192, 2.68883032e-05, 0.0234311912, -0.0135169839, 0.0264028255, -0.00301765348, 0.0309786126, -0.00896091852, -0.0386049263, -0.0203938149, 0.0133986445, -0.004523193, -0.00306038721, -0.0245751385, 0.0122218253, 0.00951316953, -0.040761333, -0.020157136, -0.00596627593, -0.0222477987, -0.00822458509, -0.0119128283, -0.0106439674, 0.00342197972, -0.00111929304, -0.0325038768, 0.0523322932, -0.0373426415, 0.0354492106, -0.0028105597, -0.0321094096, -0.0320042223, 0.0140429363, 0.0131816892, 0.00451004412, -0.0161730442, 0.00365865836, 0.00026174364, 0.0186581723, 0.0158443246, -0.0119391261, -0.0197626725, -0.0121889533, -0.0181848146, 0.00946714822, -0.00837579649, 0.0541731268, 0.00671575824, 0.0287433136, 0.0229052398, -0.0159100685, -0.00519707, -0.0254955571, 0.00114312524, -0.00427994, -0.0331613161, -0.0319253281, 0.0323460884, -0.0368429869, -0.0210249592, -0.0220374167, 0.018197963, -0.0100719938, -0.0267841406, -0.00394464517, -0.00834949873, 0.00171920785, 0.0163176823, -0.00849413592, -0.000852207711, 0.0108806463, 0.0023766486, -0.00238979748, 0.0158180278, -0.0195917375, -0.00837579649, -0.00759344175, -0.0117550427, 0.000243458562, -0.0383945443, 0.00537457876, 0.0091713, 0.0318464339, -0.0138983, -0.000905624765, 0.0245356932, -0.0135827279, -0.0161730442, -0.00649551582, -0.00149567798, -0.0056967251, 0.0124256322, -0.0050359969, 0.00406627171, -0.0138983, 0.00470727636, -0.007876141, 0.0144768478, -0.0176720098, -0.027586218, 0.0240623355, 0.0241543762, -0.0199467558, -0.0331087224, 0.0153315207, 0.0010971044, -0.0240754839, 0.00902008824, -0.0085861776, 0.00334801758, -0.00597613724, 0.01111075, 0.00586765958, -0.00942112785, 0.0108806463, 0.0181322191, -0.00706091477, 0.0255087055, 0.0155550502, 0.0119128283, 0.0186187252, -0.036185544, 0.0318990313, -0.0270076711, 0.027691409, 0.0126031414, -0.00186384481, -0.00708721252, 0.0151868835, -0.0118076373, -0.00665658852, -0.0170803126, -0.00922389515, -0.00208737468, 0.00781697221, 0.00190493488, 0.00111929304, 0.0200913921, -0.00207751314, 0.0723184943, -0.015962664, 0.0174221825, -0.0271917544, -0.0171723552, -0.00259689149, -0.00409585657, 0.0186318737, 0.0153841162, -0.0162256397, 0.00238486659, 0.00563755538, 0.00917787477, 0.0219453759, 0.00346800056, -0.00949344598, -0.0136879189, -0.00469412748, 0.00849413592, 0.000950002053, 0.00615693349, -0.00272509223, -0.0135038355, -0.00833635, 0.0250747949, 0.00875053741, -0.0103415446, -0.0232339595, 0.0014069234, 0.00695572421, 0.0252194311, -0.0204069633, 0.00921732094, -0.00532527082, 0.0191578269, 0.0661122501, 0.0131948376, 0.0388153084, 0.00183919084, 0.00783012062, 0.0141612757, -0.0131356679, 0.00572959706, 0.0239965916, 0.0147135267, 0.00809967145, -0.0336609706, -0.0210644044, -0.0175931174, -0.00275467709, -0.0191709753, 0.0110450061, -0.0210381076, 0.00270536914, -0.000437609066, 0.00663357833, -0.0151737351, -0.0245093945, 0.0301107913, -0.0267709922, 0.000846455107, 0.018986892, -0.00481904158, -0.00721212616, -0.0219322275, -0.0125702694, -0.00675191777, 0.000953289215, -0.014621485, 0.00902666338, 0.0161730442, -0.000832484453, 0.00316722132, -0.00639032526, 0.00552579, -0.0158180278, -0.0121495072, 0.0172381, 0.0269550756, 0.00661056768, 0.0290062912, 0.010801753, 0.0103481188, 0.000430212851, 0.00685053365, -0.0262581874, -0.00771835539, 0.0154893063, -0.00570658641, -0.016856784, 0.0204201136, 0.0314519703, -0.00953946635, -0.0181848146, 0.0246408824, 0.0323986858, 0.00929621328, 0.0165280625, -0.0164623186, -0.0323986858, -0.00919102319, 0.00183097273, 0.0065119518, 0.00117681909, 0.00101492438, 0.0117944889, 0.010663691, 0.0142007228, 0.0202886239, 0.0113145569, 0.00833635, -0.00163538416, -0.0138325552, 0.00670260936, -0.0201308392, -0.00901351403, 0.00912527926, 0.0178560931, 0.000210791972, -0.00950659439, 0.00640018657, 0.00786299258, -0.00116202666, 0.0154761579, 0.0025163549, -0.00839552, 0.000929457, -0.010216631, 0.000899872161, -0.00290588848, -0.0308734216, 0.0116761494, -0.00546333333, 0.023904549, -0.00755399559, -0.00724499812, -0.00757371867, 0.0153052229, -0.00942112785, 0.00680451281, 0.022392435, 0.00161073008, -0.0270602647, 0.00684395945, 0.0361592472, -0.00671904534, -0.0104270121, -0.0353703164, 0.0193550587, 0.000416653143, -0.0260215085, -0.0248118173, -0.00800763, -0.0107425833, 0.0287433136, -0.0293481592, 0.0434173942, -0.0269550756, -0.0297952201, 0.00400381489, -0.0145294424, 0.0318201371, 0.024838116, 0.00882285647, 0.0071003614, 0.0122218253, -0.00178659556, -0.012728055, -0.00322639104, 0.0148187168, 0.0187765099, 0.00669274805, -0.0293744579, -0.00743565615, 0.0160941519, 0.0214325711, 0.0152920745, -0.0387101173, 0.0204727091, 0.0147266751, -0.0293218624, -0.0236941688, -0.0354755074, -0.000600736588, -0.0404720604, -0.013207987, -0.0267052483, -0.00420433423, 0.0116695752, 0.00435883272, -0.00711351, 0.0284014456, 0.0243121628, 0.0249433052, 0.00345485169, 0.0181453675, 0.023010429, -0.0200125, -0.0416554511, 0.0170803126, -0.0346339829, 0.00680451281, 0.021327382, 0.0177640524, -0.00438841758, -0.00768548343, -0.00705434056, -0.000219831782, 0.0223661382, 0.014240169, -0.00798133202, -0.00477630785, -0.00256401929, 0.0106571158, 0.00331678917, -0.0278491937, -0.0213536788, -0.0106834136, 0.00938825496, 0.00156964, 0.00133707037, -0.0169356763, -0.0195785891, -0.00685053365, -0.0236152746, -0.0238256566, -0.00161237374, 0.0418921299, 0.000373508577, 0.040209081, -0.00590053154, 0.00802735239, 0.0100128241, -0.00464481954, -0.00932251103, 0.0276125167, 0.0085796034, -0.042234, 0.0104533099, 0.00185398315, -0.0158969201, 0.00064634654, -0.0176851582, -0.0128595429, 0.00071167975, -0.000115052149, 0.0205121543, -0.0129844565, -0.00519378297, -0.0273495391, 0.00892147236, -0.00490122149, 0.0192104224, -0.00409914367, 0.0141086811, -0.008428392, -0.0298478156, 0.0262713358, -0.019815268, -0.0342658162, -0.000167031074, -0.0121955276, -0.0172906946, -0.0233260021, -0.0197758209, 0.00777752511, -0.00553893903, 0.024456799, -0.0267841406, -0.0116235539, -0.0194208026, 0.000613063574, 0.0372111537, -0.0268235877, -0.00615364639, 0.0121297836, 0.0216955487, 0.0143585084, 0.00100259727, -0.0135827279, -0.0019920459, 0.00430295058, -0.0138851507, 0.0207882803, -0.0263239313, 0.0143322106, -3.69040026e-05, 0.00290095783, -0.023904549, -0.0126491617, 0.0188817009, 0.0190131888, 0.0257979799, 0.0142138712, -0.015410414, 0.00849413592, 0.00239144103, 0.0267315451, -0.0037802849, 0.00597942434, 0.00754084671, -0.00271851802, -0.0272180513, 0.0269287769, 0.0097564226, -0.0135958772, 0.00828375481, 0.0177246053, 0.0152131813, 0.00456263963, -0.0178955402, -0.0341343284, -0.013313177, -0.00307846675, -0.0234706383, -0.0139640439, 0.00556523679, -0.00141596328, 0.00369810476, 0.0105387773, -0.0092041716, 0.0148318652, 0.0215772092, 0.00603859406, -0.0223792866, -0.0227080062, 0.00227474538, -0.00724499812, -0.00471385103, 0.0135564301, 0.0132408589, -0.0165412128, -0.0310049113, -0.00416160049, -0.011971998, -0.00536800455, -0.00976299681, -0.0240886323, 0.00713323336, -0.0229709838, 0.0129187126, 0.0140560856, -0.0033315816, -0.00587094668, 0.00745537924, -0.000721130462, 0.0217612926, 0.0300844926, -0.00385589059, 0.0294007547, -0.0447059795, 0.0111436229, 0.0178955402, 0.0174090341, -0.00133213948, 0.0157785807, -0.0104993302, 0.00293547334, -0.00813254341, 0.00386903947, 0.00759344175, 0.0147003774, 0.00969067775, -0.00336938445, -0.000697298208, 0.026797289, -0.0102823749, -0.00423063198, 0.0232076626, 0.0320042223, -0.016856784, 0.0204464104, 0.000766740413, -0.0212221909, 0.0396831296, 0.0325564705, 0.00201012543, 0.0112356646, 0.0270865634, -0.0230367277, -0.00747510232, 0.0038197313, 0.00767890923, -0.00470398925, -0.0180533268, 0.000159634859, 0.0193024632, -0.00634759152, 0.00239801547, 0.0110450061, 0.00918444898, -0.000765507692, 0.0152526274, 0.0188554041, 0.00516091054, 0.000506640354, -0.0208934695, -0.00253772177, -0.005693438, 0.00204464095, 0.0166069567, -0.0106242439, -0.00289273984, 0.00411886675, 0.020262327, 0.00704776589, -0.0180138797, -0.00063319772, -0.00371125364, -0.0238782521, 0.00508859241, 0.0174879264, -0.0201965831, 0.0271917544, -0.0103678424, 0.0057690437, -0.0080799479, 0.0338976495, 0.00527267577, -0.00203971029, -0.0129187126, -0.0251142401, -0.0155550502, -0.00377371046, 0.000340842, -0.011281685, 0.0297163259, 0.00622925209, 0.0223661382, 0.0323460884, 0.00758686755, 0.00936195813, 0.0207093861, -0.0276125167, 0.00928306486, 0.0179086886, -0.011248813, -0.0107820304, 0.0213142317, 0.0105913719, -0.00625883695, 0.0445481911, -0.0120180184, 0.00155895657, -0.0170277189, -0.00710693561, -0.00249827513, -0.00494395522, 0.00445416197, 0.00089329778, 0.00493080635, -0.00561125763, 0.00234213308, 0.0110778781, -0.00159100688, 0.0310575068, -0.00194931217, -0.01111075, 0.0309786126, 0.0135432817, -0.00438184338, -0.0092436187, -0.00377042335, -0.0092501929, 0.0138851507, -0.0111370478, 0.0039380705, -0.015134288, -0.0102034817, 0.0258637238, 0.0119391261, -0.0259820633, 0.00964465737, -0.00462180935, 0.00761973951, 0.0088951746, 0.0171723552, 0.00367838168, -0.0163702779, -0.0183426, 0.00607804069, 0.0180796236, 0.017987581, 0.0169356763, -0.0090924073, 0.0293481592, -0.00303244591, 0.00252786, 0.00815884117, -0.00687025674, 0.0240886323, 0.0123335905, 0.00618651835, 0.00172413862, 0.00356004224, 0.0206699409, -0.00925676711, -0.00315735978, -0.000113305825, -0.0113934502, -0.019815268, -0.00186877558, -0.0154498601, 0.0109595386, -0.00151047041, 0.0176194143, -0.0191183798, 0.0438381545, -0.00521021895, -0.00110121339, -0.0114263222, -0.0351336375, -0.00270372559, 0.0036323606, 0.0345287919, 0.0040596975, 0.00420762133, -0.0221820548, 0.0107294349, 0.00719240308, 0.0212747864, -0.0109135183, 0.019710077, -0.0317938402, 0.00977614522, 0.000834949897, 0.00330692739, 0.00055800291, -0.01245193, -0.0190657843, 0.0124256322, 0.00317215221, -0.00341211795, -0.0121955276, 0.00119407696, -0.0141875735, 0.00955261569, -0.00162470073, 0.0142796151, 0.0125439717, -0.0065152389, 0.0077643767, 0.00460866047, -0.0325301737, 7.36539223e-05, 0.0123007186, 0.0284803379, -0.0121297836, 0.00482232869, 0.00969067775, -0.0155287534, 0.000700174482, -0.0134643884, 0.00350087252, -0.0144374007, 0.0136484718, 0.00320666772, 0.00422405731, -0.00772493, 0.0142796151, -0.000410900539, 0.0192104224, 0.0131619656, 0.0106439674, -0.0122086769, 0.00282535213, -0.00443772599, -0.0113145569, 0.014174425, -0.0199336074, -0.0152526274, 0.00786956679, -0.00219092169, -0.000608954579, 0.0350810438, 0.00980901718, -0.0106702652, -0.0215377621, -0.0202228799, 0.0212879349, -0.0250616446, -0.00890174881, 0.00348114921, -0.0107031371, 0.00399395311, 0.00309325918, 0.00451990589, 0.0264291223, -0.0142664667, 0.0190263391, 0.0322934948, -0.00434897142, -0.0151079912, 0.0186450221, 0.011386876, -0.0223135427, -0.013793109, 0.0109792622, 0.0133263264, 0.00820486154, -0.010801753, 0.0207093861, 0.0197758209, 0.010867497, -0.015581348, -0.0071003614, -0.0032559759, 0.0116695752, -0.00612077443, 0.0138325552, 0.0107557327, 0.0161861945, 0.000601147476, -0.0418921299, -0.00160826463, -0.0160021111, 0.0142533174, -0.00381644419, -0.00156635279, 0.00961836, -0.00376384892, 0.0110910274, 0.0031047645, -0.0158969201, 0.00459222449, 0.0306630414, 0.000870287302, 0.010939816, -0.00689655449, -0.0102363545, 0.0048782113, 0.0307156369, -0.01623879, -0.0175273735, -0.0134906862, 0.00328884786, -0.00713323336, -0.009046386, -0.0193813555, -0.00427994, 0.0137799606, -0.0198284164, 0.00551264174, -0.00506886886, 0.0245619901, 0.00178330834, -0.00419118535, -0.0195917375, -0.000206682962, 0.00148006377, -0.0092041716, 0.0179481357, 0.00272673601, -0.00767890923, 0.00836922228, -0.0201965831, 0.0305315536, -0.00781039754, -0.00882285647, 0.019710077, 0.00201998698, 0.0465205163, 0.00419776, -0.0127017573, 0.0143059129, -0.0251142401, 0.000530883495, 0.0239571445, -0.00228131982, 0.00100917171, 0.0115446616, 0.00475658476, -0.0157785807, -0.0248118173, -0.0037079663, 0.0210249592, 0.0225502215, 0.000313722558, -0.0130173285, -0.000339198392, -0.00128694042, 0.0236810204, 0.0409191176, -0.00871766545, 0.0128595429, -0.00932908617, 0.011833935, -0.0190131888, -0.0343710072, -0.00248512649, -0.0129384361, -0.0292166714, -0.00531869661, 0.0127872247, -0.00675191777, -0.0156602412, 8.68541e-05, 0.0158969201, 0.000609365467, 0.011663001, 0.00832977518, 0.00548305688, 0.0125242481, 0.00184905238, -0.0200650953, -0.0142796151, -0.00263469433, -0.00192137086, 0.0127412034, 0.00328556076, -0.00116777932, 0.00961836, 0.00938168075, -0.00864534732, 0.00808652211, -0.0102758007, 0.00286644208, 0.00912527926, 0.0105190538, -0.00198382768, -0.00953946635, 0.0236284249, 0.00729759363, -0.00336938445, 0.00269222027, 0.0181848146, 0.0120706139, -0.0150290979, -0.00726472121, 0.0118142124, 0.0091713, 0.0263370797, 0.0127017573, 0.000777423789, -2.45898282e-05, 0.019092083, 0.00474672299, 0.00713323336, 0.00142171583, 0.0116761494, -0.0122546973, 0.000702229037, 8.20260175e-05, -0.00187699369, 0.00736991176, -0.00957891345, -0.00690970337, 0.0102100568, 0.0167252962, 0.0138325552, -0.00202984875, -0.0193813555, 0.00901351403, -0.0172775462, -0.000153984976, -0.0109924115, -0.00442786422, 0.0137010673, 0.0021103851, 0.00352388294, 0.0301107913, -0.0106373932, -0.000430212851, 0.0109266667, 0.00260346569, 0.00676506618, -0.00117106654, -0.0212221909, 0.00510174083, -0.00373755116, -0.0158837717, 0.0158969201, 0.000871109136, 0.0287696123, 0.00638375059, -0.00150882674, 0.0190131888, 0.00537786633, -0.00191315287, 0.00454949075, 0.00826403126, -0.0185924266, 0.00533184549, 0.018986892, 8.45941468e-05, -0.0199599043, -0.00352717028, -0.0107360091, 0.0149896517, 0.0349232592, -0.0131553914, 0.00715953112, 0.0229709838, -0.00550935417, 0.0188028086, 0.0116432775, 0.0164491702, 0.00388876256, -0.0143716568, 0.0237073172, -0.0120706139, -0.0323460884, -0.0239965916, -0.0269813724, -0.00431281189, 0.0146872289, 0.0167121459, 0.0114000244, 0.00141185429, -0.0183557495, -0.00177837745, -0.0145951873, -0.0292166714, -0.00493080635, -0.0236284249, -0.00337924599, 0.00321488571, 0.0169225279, -0.00633444265, 0.0013157035, 0.0200125, -0.0256533418, 0.00955919, 0.0221689064, 0.031504564, -0.00396108115, 0.0134643884, -0.0177903492, -0.0161073, -0.0412083939, -0.00361592462, -0.0060057221, -0.0257716812, 0.0127477786, -0.0109003689, 0.0264685694, 0.00132474327, 0.0153315207, -0.00168469222, 0.00792873651, -0.00834949873, 0.00615693349, 0.000948358444, 0.00456263963, -0.00215804949, -0.0011447689, -0.0213668272, -0.0073304656, -0.0156733897, -0.00213503907, 0.00763288839, -0.00456263963, 0.0116892988, -0.00640018657, -0.00056129013, 0.000831662677, -0.00769863231, -0.00547319511, 0.00113983813, -0.00479274383, 0.00602873275, -0.00391177321, 0.0018326164, 0.00113901624, -0.0126754595, -0.00137651677, -0.028138468, 0.0025919606, 0.0297426246, 0.00884915423, 0.0129187126, -0.00935538299, 0.00862562377, 0.00603530696, 0.0291114803, -0.00435883272, -0.00416488759, 0.00763946259, -0.0174221825, -0.00926334132, -0.0170408674, -0.00420762133, 0.00805365, 2.10329708e-05, -0.000269756187, -0.00665658852, 0.0156470928, 0.00440814113, 0.00809309725, 0.0113277063, -0.00365537126, 0.0179086886, 0.00936853234, 0.00854673143, 0.000670178793, 0.0223792866, 0.0160021111, -0.0015540258, -0.0138194067, 0.0103086727, -0.0200125, -0.00900036562, 0.0181190707, -0.00729759363, -0.0116892988, 0.00911870506, 0.0145951873, -0.00277768751, -0.0159363672, 0.00456263963, -0.00440485356, 0.0100391218, 0.00662371656, -0.00821801089, -0.019644333, -0.0136353234, -0.0124913761, 0.0229315367, 0.00433582254, 0.0039840918, 0.0267315451, 0.0165017657, -0.00775780203, -0.0104204379, 0.00496367831, 0.0120245935, -0.0119259767, 0.00847441237, 0.00459222449, 0.00681766169, -0.0145425918, 0.00268071517, 0.004953817, -0.00622596499, -0.0059268293, -0.00958548766, 0.00877683517, 0.00846126396, -0.00303244591, -0.0129976058, -0.0116892988, -0.0305841491, -0.00178823911, 0.0331613161, -0.00770520698, 0.0016099083, -0.000273043406, -0.023904549, -0.00942112785, -0.00423391908, 0.00877026096, 0.00533841969, -0.0156470928, 0.0133723468, -0.0060813278, -0.00704776589, -0.00477959495, 0.00680451281, -0.00352388294, 0.0145557402, -0.0133329006, -0.0127017573, -0.0162124913, 0.0196574815, 0.00268400228, -0.0137405135, 0.00900036562, 0.0123270163, -0.00673876889, 0.0331876129, -0.00633444265, 0.0109924115, -0.0127477786, -0.00521021895, 0.0193682071, -0.00516419811, 0.00709378673, 0.00540416362, -0.000470892, -0.0125702694, 0.0140560856, 0.0176457129, -0.0156339444, -0.0169356763, 0.0058512236, -0.0129515845, 0.00557181146, -0.00769205811, -0.0106110955, 0.00183919084, -0.0229446851, 0.0148055684, 0.00836264808, 0.00203313585, -0.00233884575, -0.00243746187, 0.0201965831, -0.0285066348, -0.0136353234, 0.00514447456, -0.0153052229, 0.00466454308, -0.01345124, 0.00930278841, 0.0236810204, -0.00931593683, -0.00736991176, 0.00839552, 0.0210644044, -0.0454686098, 0.00307353609, -0.0113211311, -0.0281910636, 0.00442128954, 0.00388876256, -0.0128661171, -0.00231912266, 0.00775780203, 0.0102823749, -0.00260182214, -0.00298313797, 0.00368495588, -0.00319023174, -0.00247526472, -0.00432924787, 0.00928306486, 0.0159232169, -0.0223003943, 0.00555208791, -0.000384192, 0.0167121459, 0.0162519384, -0.00412544142, 0.0145557402, -0.000424460246, 0.0170671642, 0.015857473, 0.0110055599, 0.0121034859, 0.00298478152, -0.00943427626, 0.0144111039, -0.00943427626, 0.0172249507, 0.00840209424, -0.00296341465, -0.00789586455, -0.00106834143, 0.00948687177, -0.0106373932, -0.0123730367, 0.0131225195, -0.00148499454, -0.0238125082, 0.0196969286, 0.0360014625, -0.00746195391, 0.0079155881, 0.0222215, 0.000856316707, -0.00451661879, -0.0168699324, -0.00188028079, -0.0124124829, 0.0114526199, -0.0144242523, -0.0271917544, -0.00595970126, 0.000171859152, -0.00677821506, -0.000132926318, 0.0133526241, -0.00280727237, 0.0311364, 0.0406561419, 0.0098681869, -0.008737389, 0.0105059044, 0.0237730611, -0.0193813555, 0.00564084249, -0.00784984417, -0.00495052943, -0.00959863607, -0.00238651037, -0.0171592068, 0.0135564301, 0.00604845583, 0.0159889609, 0.0123007186, -0.00650537712, -0.00157128368, -0.0256401934, -0.0020824438, -0.0171197597, -0.0116038313, -0.0031442109, 0.000805775926, 0.0107886046, -0.0252325796, -0.00135268457, 0.00435554562, 0.00396108115, -0.00950002, -0.0057690437, 0.00391506031, -0.0133066028, 0.00463824533, 0.0203675181, -0.00527596287, 0.00744223036, 0.00221557566, -0.00307189231, 0.013142243, 0.00352388294, -0.0104861818, -0.0143059129, -0.025627045, 0.0027070127, 0.00186548848, -0.00126310822, -0.0114854919, 0.00148170732, -0.0149107585, 0.0154893063, 0.00155649125, -0.0323986858, 0.0104007144, 0.0143585084, -0.00491765747, 0.0199073087, 0.0168699324, -0.0229315367, 0.0234706383, 0.011663001, -0.019433951, -0.0186844692, 0.00902666338, 0.0128200967, 0.0083889449, -0.00315078534, 0.00681108702, 0.0192761663, 0.0100522703, 0.030478958, 0.00174714904, -0.00284507521, 0.000395697221, -0.0219716728, -0.0114920661, 0.0140429363, -0.00630157068, -0.010492756, 0.00325268856, -0.00560139585, -0.00372111518, -0.0291903745, -0.0044443, 0.0140034901, 0.00735676335, -0.00962493382, 0.0127083315, 0.000936853234, 0.0133394748, -0.0132934544, -0.0207356848, -0.00497354, 0.0242727157, -0.00586765958, -1.03431366e-05, -0.0273495391, 0.00165592914, -0.000754824257, 0.040761333, 0.0106965629, -0.00762631372, -0.00790901389, 0.0241675265, -0.00323460903, 0.0097169755, 0.00336938445, -0.0055455137, -0.0168699324, 0.0052661011, -0.0155156041, -0.00982216652, 0.00153348083, 0.00353374449, -0.0268498845, -0.00422077, -0.0105387773, -0.0149370562, -0.0251142401, 0.00434568385, -0.008119395, -0.0133986445, 0.000785230892, -0.00172249507, 0.00171427708, -0.000380493904, 0.0173827354, -0.00456592673, 0.0123730367, -0.0106505416, 0.0126557369, -0.00149403431, -0.00790901389, 0.00260675303, 0.0142927645, -0.0157259852, -0.00128694042, -0.00342197972, -0.00809967145, 0.0279543847, 0.000661549857, -0.00621281611, -0.0130962217, 0.0039840918, 0.0125045255, -0.00185069605, -0.00634101685, 0.0113934502, -0.000727704843, 0.00208408758, 0.0295585413, 0.0019558866, 0.00241445145, -0.00282699568, -0.00805365, 0.037816, -0.0115380874, 0.0126557369, 0.01200487, -0.00462180935, -0.00647579227, 0.0225239228, -0.000933566, 0.0179481357, -0.0106571158, -0.0138194067, 0.0144242523, -0.00711351, 0.00826403126, -0.0244962461, 0.011663001, -0.00567042734, -0.0160152595, -0.0265474617, 0.0136879189, 4.04480197e-05, 0.0124979503, 0.000754824257, 0.000165901089, 0.0133000286, -0.00132145616, 0.0102823749, 0.000668124296, -0.00494724233, 0.0333191, 0.00832977518, -0.0153841162, 0.020262327, 0.00988791, -0.0125176739, 0.0325038768, -0.00869794283, -0.0225502215, 0.00329213496, 0.015410414, 0.00535156857, 0.00922389515, -0.0159100685, 0.0193156116, 0.00516748521, 0.0182637069, 0.0252588782, 0.007876141, 0.0121297836, 0.00813911762, 0.0071003614, 0.00566385314, -0.020538453, -0.0116695752, -0.0262976345, 0.00982216652, -0.00313434936, -0.00738963531, 0.00217612926, 0.0128332451, -0.0142664667, 0.0153446691, 0.0307945292, 0.00981559232, -0.00156306569, 0.00172906939, -0.0326879583, 0.00623253919, -0.010630819, 0.011590682, -0.0153972646, -0.0186187252, -0.013207987, -0.0168304853, -0.0209197681, -0.00828375481, 0.0305578504, 0.0243384596, 0.0310838036, -0.0145688895, 0.0230893232, -0.00196574815, -0.00213668286, 0.00479603093, -0.0107951788, -0.00809309725, -0.00974327326, 0.0114986403, 0.0210644044, 0.0149370562, -0.0189605951, 0.00767890923, -0.0139508946, -0.00243746187, -0.0230761748, -0.0162124913, -0.0279280879, 0.0124322064, 0.00540745119, -0.0351336375, -0.0124782277, -0.0148976101, -0.00650866423, 0.0103941401, -0.00816541538, -0.00257059373, 0.0172381, 0.005778905, -0.0176457129, 0.00970382709, 0.00994708, 0.0168962292, -0.00635087863, 0.00397423, -0.000802077819, -0.00654811086, -0.00350415986, -0.00214818795, -0.0107623069, 0.012419058, 0.0187765099, 0.0149896517, 0.00323460903, 0.00727129588, 0.0101771848, 0.000883436122, 0.0132934544, -0.000843167887, -0.0111830691, -0.0046776915, -0.00848756172, 0.00587094668, 0.0127083315, 0.0144636985, 0.017198652, 0.014069234, -0.000260921835, 0.00427665282, 0.00582163874, 0.0248907115, -0.014963354, -0.00602873275, -0.0125176739, -0.00516419811, 0.0197232254, -0.0027744004, 0.00871109124, 0.0108543485, 0.00520693138, -0.00994050596, 0.0240360368, -0.00382301863, -0.0123270163, -0.0158443246, 0.0166332535, -0.00147924188, -0.00366852, 0.0049603912, 0.00553893903, -0.0117024472, -5.06434917e-05, 0.0227869, -0.0121955276, 0.0167910401, 0.0112553872, 0.00481904158, -0.0139771923, 0.0170934629, 0.00189342967, -0.00498011429, 0.0182374101, 0.0104072886, 0.0169093795, 0.0213536788, 0.00652181311, -0.00268071517, -0.0177772, 0.00406627171, 0.012419058, -0.00690970337, -0.0152920745, 0.0133000286, -0.00282206479, -0.000405764265, 0.00777752511, -0.00742908148, 0.001573749, 0.00433582254, -0.00261497102, -0.000820979243, 0.00460537337, -0.00805365, 0.00354360626, 0.0135958772, 0.00578876678, -0.00169291021, -0.00804707594, 6.4357293e-05, -0.00583150052, -0.0189342964, 0.0172512475, -0.0202360302, 0.0132277096, -0.0223135427, 0.00546990801, -0.00391834741, 0.00988133624, -0.0274284333, -0.00839552, -0.00894119591, 6.50250076e-05, -0.0145425918, -0.0132014127, 0.0126491617, -0.021117, -0.00691627758, 0.000412955036, -0.0016337405, -0.024732925, 0.00213997, 0.0034778621, 0.00113326369, -0.0133986445, -0.00781039754, -0.00156470924, -0.0019279453, -0.000493491534, 0.00591039332, 0.00190657843, -0.0222477987, 0.0200387966, 0.0385786295, 0.0129384361, -0.0195785891, -0.0286381245, -0.0210381076, 0.00295519666, -0.00721212616, -0.00453634188, -0.00729101896, 0.0234180428, 0.0118733821, -0.0150816934, -0.0142270196, 0.0281647667, 0.0146083357, 0.00953946635, 0.00775780203, -0.0259557646, 0.00609118957, -0.00877026096, -0.0315571614, -0.00120722572, 0.000423638441, -0.0126688853, 0.00740278419, 0.0100719938, 0.0304263625, -0.0123664625, 0.0118076373, 0.00731731672, 0.00120969117, -0.00915157702, -0.0077841, 0.0424969755, -0.00976957101, 0.0279017892, -0.00482561579, 0.00809967145, -0.00165757281, 0.00488807261, -0.00584136182, 0.00513132568, 0.0077643767, 0.0138194067, 0.00519378297, 0.0125505459, 0.0122086769, -0.0273232423, -0.00855330564, -0.0211827438, -0.00894119591, 0.0269550756, -0.0135695795, 0.00354689336, -0.00161483907, 0.00491108326, -0.00390848611, -0.00188685523, -0.0131685399, -0.00518063409, -0.0307682324, 0.00700174505, -0.00264126854, -0.00372111518, -0.00956576411, -0.0228657927, -0.0266789496, -0.0161730442, 0.00478616962, 8.14610321e-05, -0.000796325214, 0.00153512438, 0.0233522989, -0.00636731461, -0.0124585042, -0.0138062583, -0.0293218624, -0.00519707, 0.0230367277, -0.00538444053, 0.0155287534, -0.0161730442, 0.00072154135, 0.00769205811, 0.000403504324, -0.0051904954, -0.0138325552, -0.00109628262, 0.0178692415, -0.00466125552, 0.00356004224, -0.0020429974, -0.00411886675, 0.0186450221, 0.00571644818, -0.0208540242, 0.00477630785, -0.0113671524, 0.0103218211, 0.0138720023, 0.00399395311, 0.00859932601, 0.0239176974, 0.00264455588, 0.0101048658, -0.0126623111, -0.00243417476, -0.0179349873, -0.0198415648, -0.000477466412, -0.00512803858, 0.00973669905, 0.0295848381, -0.0108740721, 0.00699517084, 0.0210775547, -0.00306367432, 0.0125834178, 0.0275599211, -0.00263469433, 0.0129910316, 0.00719897728, 0.00952631794, -0.00439170469, -0.001891786, 0.0018523396, -0.00796160847, -0.00510502839, -0.00617994415, 0.00169619743, 0.00834949873, 0.00936195813, 0.00154745136, -0.0114723425, -0.0218401849, 0.0049571041, 0.00165675092, -0.00881628226, -0.0113211311, -0.0161467474, -0.00730416784, 0.0226817094, -0.0104993302, -0.00960521121, -0.0155156041, -0.0244830977, 0.00187041925, 0.000223324445, 0.0330035314, -0.0179744326, -0.00011905843, 0.00772493, -0.00765918614, -0.00266263541, 0.0184346419, 0.0128463944, -0.0127806505, 0.0209066197, 0.00239472836, -0.000579780666, -0.00625555, 0.0042174831, -0.0076131653, 0.00829032902, -0.0147003774, 0.0139114484, -0.0213010833, -0.000778656511, 0.0117484685, 0.0287433136, 0.0173564386, 0.0185266826, 0.00821143668, -0.00984846428, -0.0162124913, -0.0136090256, 0.0166727, 0.00130912906, -0.00298806862, 0.0272180513, -0.0056967251, -0.019710077, -0.0211038515, -0.00478616962, -0.00184083439, 0.003474575, -0.0160021111, -0.0116301291, 0.019710077, -0.0152263306, 7.57084199e-05, -0.0161467474, 0.00575918192, 0.0048814984, 0.0177114569, -0.00965780579, -0.00981559232, 0.010867497, -0.031609755, 0.0134183681, -0.0113803009, -0.0120969117, 0.00934223458, -0.000170934625, -0.0161598958, 0.028585529, -0.00401696377, -0.0213142317, -0.0216429532, 0.0183426, -0.0162650868, -0.00822458509, -0.0148187168, -0.0049571041, 0.0116564259, -0.00928963907, 0.0211432986, -0.0136090256, -0.00204957183, 0.0180796236, 0.00715295644, -0.0139771923, -0.00819171313, -0.00850071, 0.0062851347, -0.031162696, -0.0370270684, 0.000950002053, -0.0205253027, -0.00256401929, -0.0237204656, -0.000763453194, -0.00101328071, 0.00242595677, 0.0144899962, 0.019815268, 0.00296834554, 0.00134528836, -0.0150685441, -0.0104467347, 0.00533841969, -0.0150553957, 0.00300286105, -0.00821143668, 0.00815226696, -0.00646921806, 0.0107162856, -0.00267578429, -0.00645278208, -0.0335294828, 0.0137405135, 0.000376590353, 0.0061602206, 0.000388917368, -0.00222708099, 0.0133986445, -0.00598928612, -0.0147135267, 0.00188028079, -0.00727787, 0.0106045213, -0.0165280625, -0.00620295433, 0.0240228884, -0.0116301291, -0.0166201051, -0.0110187083, 0.033713568, -0.0072515728, -0.00504585868, -0.00516419811, -0.0112225153, 0.0105059044, -0.0133066028, -0.0166201051, 0.0123401647, -0.0123467389, 0.00323625258, -0.00784984417, 0.018921148, -0.0386838205, -0.0224318821, -0.00765261147, -0.0153841162, 0.0132605825, -0.0147529729, 0.00254593976, -0.00744223036, -0.00893462077, 0.0202491786, -0.00373755116, 0.0157654323, -0.00832320098, -0.00616350817, -0.0312678888, -0.0247592218, -5.95292149e-05, -0.0163571276, 0.00233062776, -0.010663691, 0.00592354219, -0.0241806749, -0.000737977331, -0.00616350817, 0.00629828358, 0.00543374848, 0.0251931343, -0.0276125167, -0.00136254611, -0.00883600488, 0.00440156646, 0.0375530198, -0.0147266751, 0.00506558176, 0.00427007815, -0.00654482376, -0.00877683517, -0.00357647822, -0.00340225641, -0.0214720182, -0.0288748015, -0.0255218539, -0.00541073829, 0.0120443162, -0.0214851666, -0.0151474373, -0.00489793438, 0.000760987808, -0.00145047891, -0.0204464104, -0.0148187168, 0.0345550925, 0.00820486154, 0.00813254341, -4.73562868e-05, 0.0164228734, -0.000647168315, -0.0265343133, -0.0128003731, 0.030478958, 0.00635087863, -0.00154005515, -0.00687683141, -0.0159889609, 0.0152131813, 0.0197363738, -0.0140823834, -0.00907925796, 0.0303474702, -0.0265606102, -0.00482232869, 0.00111189683, 0.017987581, -0.029926708, 0.00493080635, -0.00305381278, 0.00967752934, -0.0323460884, 0.00706748897, 0.0129713081, 0.0121166352, 0.021879632, 0.0154235624, 0.00312284403, -0.00387232658, 0.000603612862, -0.00613721041, -0.00106587599, -0.0129318619, -0.0164228734, -0.0220768638, -0.00014515061, -0.0117418934, 0.0127149057, 0.00306367432, -0.0196180344, -0.00598271191, -0.00185398315, 0.0127083315, 0.0011686011, -0.0110450061, 0.0111370478, -0.00542717427, -0.0138062583, 0.0137405135, 0.0261661466, -0.00552250305, 0.00502613513, 0.0228526443, 0.00132392149, -0.0366063081, -0.0189474449, -0.0155024556, -0.0032231037, 0.0151737351, 0.0293744579, 0.0212353393, 0.0106768394, 0.0133723468, 0.00816541538, 0.00120558217, -0.00512803858, 0.0276125167, -0.0182637069, 0.0124124829, 0.00868479349, 0.00865192153, -0.00147266756, -0.00836922228, -0.000833306287, 0.0150290979, 0.00194931217, 0.00865192153, 0.00269222027, -0.00818513893, 0.0201045405, 0.0281121712, 0.00666316319, 0.00123927603, 0.00376056158, 0.0107425833, 0.00169291021, 0.029032588, 0.00627856, -0.000312900753, 0.0253640674, -0.0108609227, 0.0103809908, -0.00798133202, 0.0119128283, 0.0232471079, 0.00958548766, -0.00511817727, -0.0152263306, 0.00668617338, 0.00132885238, 0.00108477741, -0.0127017573, 0.00832977518, 0.039525345, -0.0212484878, -0.00294369133, -0.000777423789, 7.76088418e-05, 0.00689655449, -0.0174484812, 0.0108543485, 0.000628677837, -0.00790901389, -0.00761973951, 0.00035501807, 0.0245882887, 0.0273232423, 0.00172742584, -0.00911870506, 0.0120245935, -0.00847441237, -0.0199993514, 0.00454291608, 0.0159495156, 0.00890174881, -0.000131796347, 1.95691373e-05, 0.0204069633, -0.0030291588, -0.00506886886, 0.00646593096, -0.00393149629, 0.00948687177, -0.00198711501, 0.000820568355, -0.011524938, 0.0100917174, 0.0104138628, 0.012280995, 0.0266395025, 0.012728055, 0.0150159495, 0.00934223458, 0.0120640397, -0.00306203077, 0.010939816, 0.0123335905, -0.00348772365, 0.00394793227, 0.00342197972, -0.0122218253, 0.0188685525, -0.00768548343, 0.0227606017, -0.00759344175, 0.00201176899, 0.0165938064, -0.008737389, 0.00599257322, -0.0118405102, -0.0117155956, -0.0423391908, 0.00167565234, 0.00851385947, 0.0137010673, -0.00214161351, -0.0136353234, -0.0117616169, 0.000890832336, -0.00527925, 0.0153052229, -0.00501298672, -0.00954604149, 0.00230268668, -0.0139377462, 0.0326616615, 0.015134288, -0.00589395734, 0.0134117939] |
18 Jul, 2022 | Throwing an Error “cannot read property style of null” in JavaScript
18 Jul, 2022
In this article, we will see how we may receive an error “cannot read property style of null” in JavaScript, along with understanding the cause to get this error with the help of an example, and thereafter we will try to understand how we may correct it with certain small changes in the code snippet.
When we are trying to access one property i.e. either doesn’t contain any value (not even defined properly) in it or it is not defined in the whole code snippet, then there is the possibility to get this error. Below is a pictorial representation of the browser’s console containing error message (in red).
We will understand the concept through the illustration.
Example 1: In this first, we will create an HTML document (named “index.js“, or any other user-defined name) and we will create a div tag containing some text in it which initially we will give a color of green itself (code snippet shown below).
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
</head>
<body>
<!-- This is really a bad technique to
call JavaScript file just after the body tag-->
<!-- This is the reason why we receive that
shown error in console itself-->
<script src="index.js"></script>
<div id="id_1" style="color: green;">
GeeksforGeeks
</div>
</body>
</html>
Output:
Then, we will create another file which is a JavaScript file (named “index.js“, or any other user-defined name), which we will use to access the div box id and later try to display its value in the browser’s console and further try to change it’s valued and then we will look into the output section that what exact value we have witnessed whenever we want to change it or even display it.
Javascript
let id = document.getElementById("id_1");
console.log(id);
// Cannot read properties null error
// will be received...
id.style.color = "blue";
Now, again when we will refresh the page and open the browser’s console following output is displayed.
Output:
Now, as we may see and visualize that we have received the value of null and that’s because we have called our script tag just before the div tag itself so that’s why it’s impossible for document.getElementById() to fetch the existing id value inside the div tag.
Let’s have a look at another example that shows how we may correct it with little minor changes embedded in it.
Example 2: In this example, we will take into consideration all the things which we have done in the previous example itself, and hence here we will try to do some minor changes starting from calling the <script> tag just after the <div> tag and also calling it, in the end, is the best practice which will help them to not to run infinitely in some situations. Here is our HTML file with some changes in it.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
</head>
<body>
<div id="id_1" style="color: green;">
GeeksforGeeks
</div>
<script src="index.js"></script>
</body>
</html>
Below shown is our JavaScript file also having certain changes in itself.
Javascript
let id = document.getElementById("id_1");
console.log(id);
// This works perfectly now.....
id.style.color = "blue";
Output:
Below shown is the image of the browser’s console which shows the div block containing the id as well as the initial values in itself.
Note: Always remember not to call the script tag just after the body tag in order to avoid certain unusual situations with files as well as with their loading and working process.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript | https://www.geeksforgeeks.org/throwing-an-error-cannot-read-property-style-of-null-in-javascript?ref=asr5 | CSS | Throwing an Error “cannot read property style of null” in JavaScript | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.0424371623, -0.00438165711, -0.00248834863, 0.0380555056, 0.0286701024, 0.0167557821, -0.0366490483, 0.0028619389, -0.0162283592, -0.0099466322, 0.0194605086, 0.0109473811, 0.00380352186, -0.0408143252, 0.0198256467, -0.00287884357, -0.0655625761, 0.00596730318, -0.034674596, 0.00577121042, 0.00376295089, -0.0262764189, -0.0493071675, 0.0199338365, -0.0361351483, 0.0262764189, -0.0237880703, 0.0176077709, -0.0209886786, -0.00558864139, -0.00754618738, -0.0121036517, 0.0327271931, -0.0370006599, -0.00294308062, 0.00259991852, -0.0381366462, 0.0489285067, -0.0155792255, 0.00328624295, 0.0296978988, -0.02553262, -0.0123267919, -0.00232268404, 0.0237339772, 0.0251945294, -0.00349585922, -0.0217730496, -0.0322403423, -0.0306445528, -0.00645077322, 0.0127595477, 0.042924013, -0.0129150702, 0.0367301889, -0.00745152216, -0.0107648121, 0.00330652832, -0.0152681824, -0.0102712, 0.0223545656, -0.0519848466, -0.0248429142, -0.00848608, -0.0284537245, 0.0505242944, -0.0220435224, 0.00442898972, -0.00968968309, 0.0320780575, -0.0236934051, 0.000854101963, 0.00451013166, 0.0254244301, -0.0113328043, -0.0202584025, -0.0135439187, 0.0371629447, -0.0139428657, -0.00311719743, 0.00529450225, -0.00907435827, -0.0147542842, 0.00593349431, -0.017499581, -0.0101697724, 0.00414161291, -0.0498210639, 0.0271689799, -0.00806684699, 0.00922311842, 0.0257625207, 0.0222058054, 0.0111569976, -0.0147813316, 0.00486512715, 0.000839733111, -0.000546016672, -0.0155251315, -0.0148083782, 0.016025506, 0.0195146035, -0.0121712703, -0.00242242077, 0.028372582, -0.0158767458, 0.00801275298, -0.00861455407, 0.0389210172, 0.060153123, 0.0543650053, -0.00579825789, -0.0218812395, 0.00667391298, -0.00854693633, 0.0698360428, 0.00109795, -0.0394078679, 0.0490907878, 0.0190277528, -0.0102509139, -0.00549397618, -0.0209210608, 0.0632365122, -0.0224762782, 0.0502538234, 0.00703228917, -0.0367572345, 0.0275476407, -0.0152817061, -0.00941244885, -0.0137738204, 0.00902026333, -0.0014191363, 0.00632567937, 0.0138482, -0.00983844325, -0.00387114, 0.000995677547, -0.0331058539, -0.0129421167, -0.0207587779, -0.0419232622, 0.00851312745, -0.0099398708, 0.010798621, 0.0244913, 0.0248699617, -0.0670772195, 0.0145514291, -0.0786534548, -0.0449525565, 0.0120089864, 0.0368113294, 0.0470081493, -0.000312522723, -0.00532493042, -0.00595377944, -0.0282373466, 0.0263575613, 0.011981939, -0.020907538, -0.00928397477, -0.000987225212, -0.00970996916, 0.0208534431, 0.0368383788, -0.00692071952, -0.0701606125, 0.0298872292, 0.0186761376, 0.00344007416, -0.0146866655, -0.00774904201, -0.0381366462, -0.0126513587, 0.0281021111, -0.0281832516, 0.00936511625, 0.00949359, -0.019176513, -0.0114612794, 0.0257895682, 0.0126107885, 0.000643640407, -0.0187302325, -0.0275476407, -0.0258166157, 0.00903378706, -0.0158902686, -0.027006695, 0.0164717846, 0.0500915386, -0.0152546586, 0.000490654318, 0.0109068099, -0.0141727682, -0.0160390288, -0.00115373498, -0.0156738907, 0.0290758125, -0.0325649083, -0.0239774026, 0.00899997819, 0.0289405752, 0.0153763713, -0.00408751797, -0.0461967327, 0.0600449331, -0.0378391258, -0.00160593144, 0.0188519452, 0.00504769618, -0.0348909758, -0.0162148364, 0.000901012099, -0.019284701, 0.0277234484, -0.0230713189, -0.0444386601, 0.0297519937, -0.010088631, -0.0454935022, 0.00887150317, -0.0644806847, -0.00910140574, -0.014592, 0.000536719221, -0.0265604164, -0.0202178322, -0.0268849824, 0.00982491951, 0.0195281263, -0.0305093173, 0.0390562527, 0.0340254605, -0.0258030929, -0.028264394, -0.00909464341, -0.00149267109, -0.0268038418, -0.0180540513, -0.0172155853, -0.0099398708, 0.00615663407, -0.0028619389, -0.0311043561, -0.0189060401, -0.000490654318, 0.014592, 0.00105991482, -0.036405623, -0.00732304761, 0.018338047, -0.0213267691, 0.0143350512, -0.0154304653, -0.0276152585, 0.0385694019, 0.0371088497, 0.0290217176, 0.0121712703, -0.00437151454, 0.0139022954, 0.0150518036, 0.00304619852, -0.014605524, -0.0422207825, -0.00415175548, 0.0209210608, 0.0578270555, -0.0666985586, -0.00472989073, 0.00697819469, -0.0268849824, 0.0077017094, 0.00519645633, 0.000214582033, -0.000228211313, -0.00616001524, 0.0205559228, -0.0152276112, 0.0307797901, 0.033890225, 0.0127392625, -0.0151464697, 0.0168504473, -0.0136723937, 0.00148844486, -0.00958149415, -0.0156333204, -0.000300900836, -0.00611944403, 0.000573486555, 0.0362433381, -0.0349721164, -0.00321186287, 0.00430389633, -0.032781288, 0.0236798823, -0.022543896, -0.063723363, -0.000923833228, -0.00604844512, -0.0172155853, 0.0480089, 0.0551223308, -0.00592673244, 0.0150518036, 0.0108594773, 0.0242343508, -0.00776256574, -0.00444589462, -0.0576647744, -0.0391103476, -0.0181216691, 0.0296438038, 0.00443575159, -0.00649134396, 0.0291299056, -0.0149571383, -0.0332951844, -0.0212861989, 0.0214620065, 0.0447902754, -0.0196633637, -0.0594498925, 0.0235716924, -0.044817321, -0.0108865248, -0.0566910729, -6.94010669e-06, 0.0206911582, 0.0383259766, 0.0147948554, -0.0138143916, -0.00866864901, -0.0243831109, -0.00151211128, 0.0129962116, -0.0052336459, 0.0226791333, 0.00445941789, -0.0217460021, 0.00248327712, -0.0668608472, -0.0157009382, 0.0173778683, 0.0263440385, -0.0170938727, 0.00087988138, 0.045872163, 0.0145108588, -0.00797218177, 0.0406249948, -0.0236663576, -0.0124349808, -0.0245183464, -0.0275341179, 0.00297350879, 0.0470081493, -0.013293732, 0.00713371672, -0.0222058054, 0.0188113749, -0.0664280877, 0.00954768527, 0.0390021577, 0.00334033743, -0.026533369, -0.00828998722, -0.0133613497, -0.0272636451, -0.014659619, -0.0135844899, -0.01875728, 0.0222328529, 0.01365887, -0.0276017357, 0.0263169911, -0.0141592445, 0.0482793711, -0.0156738907, 0.0368654244, 0.0183245242, 0.0445738956, -0.0292921904, -0.00161015755, 0.00440194272, -0.0137602966, -0.00139885081, 0.0298872292, 0.0138346767, -0.0280480161, 0.020650588, -0.0116438484, 0.00340119377, -0.0334304236, 0.0208263956, -0.024274921, -0.0163365491, 0.00422275439, 0.00329131423, -0.024585966, -0.015498084, -0.032835383, -0.00657924777, 0.0117790848, 0.0221922826, -0.0187708028, -0.0212456286, 0.00556159439, 0.0095274, -0.00761380559, 0.0342147909, 0.0284807719, 0.0285619143, 0.0324026272, 0.00785046909, -0.00784370769, 0.0242343508, -0.0183245242, -0.013347826, 0.01875728, -0.0058692568, -0.00911492854, -0.0280480161, 0.0202178322, 0.0447091311, 0.00171327533, -0.0755700618, -0.0276964, 0.00757999672, 0.00308676925, -0.0065522003, -0.0113328043, 0.031050263, -0.0218677148, -0.0173508208, 0.00648458209, 0.0147272367, -0.00386099727, 0.00787751656, 0.0430051535, -0.00255089533, -0.0121577466, -0.0431674384, -0.0124890758, 0.0155116078, -0.0158226509, -0.0274124052, -0.0155657018, -0.00821560714, -0.0152817061, 0.0510652401, 0.0106025282, -0.00724866753, -0.00437489524, 0.0061025396, -0.0172155853, 0.00411456544, -0.0189871807, -0.0197445042, 0.0184327122, 0.00504093431, -0.0077084708, -0.0247752964, -0.0222328529, 0.00636963127, 0.00790456403, -0.00157719373, -0.0295085683, -0.0245048236, 0.026371086, 0.00780313648, -0.0214214362, -0.0122726969, 0.0100548211, 0.0198797416, -0.0194740314, 0.0261952784, 0.0467376783, 0.00624115672, 0.0210427735, -0.000543058384, -0.0217324793, 0.0468729138, -0.0166611169, 0.000474595, -0.0101359636, 0.0151735162, 0.0165394042, -0.0253027175, -0.0405709, 0.011271948, -0.0187167078, -0.00487865089, -0.04406, -0.003874521, 0.0385964513, 0.00155775354, 0.000776763714, 0.0185544249, 0.0304552224, 0.0114071844, -0.010744527, -0.0182569046, 0.039353773, -0.012401172, -0.00870922, -0.0218947623, -0.0133275408, -0.0241802558, 0.0217865743, 0.0219894275, -0.00833055843, 0.00501726801, 0.0149436146, 0.0138008678, 0.00914873835, 0.00988577586, -0.00592673244, -0.00144026696, 0.00166932354, -0.0205559228, 0.0405168049, 0.0100615835, -0.0285078194, -0.0327271931, 0.0317534916, -0.024274921, 0.010798621, 0.0287512448, 0.0258977581, -0.0114883268, -0.0229360815, 0.00687338645, -0.00978434831, 0.0188925155, -0.00743123656, -0.0306175053, -0.0112043303, -0.0373252295, 0.00347895478, 0.0218000971, 0.0314289257, -0.0197715517, 0.00759352, 0.0388398767, 0.0177835785, -0.00660291407, 0.00785046909, 0.0251810048, 0.00943273399, 0.0227197036, 0.00501726801, -0.0268849824, 0.00755971111, -0.00159832439, -0.0171344429, 0.0407331847, 0.000562498637, 0.0189195629, 0.00467917696, -0.00777608901, -0.0265604164, -0.0300224666, 0.0334845148, -0.027006695, 0.0112787103, 0.0115153743, -0.0320780575, 0.0140781021, -0.00882417057, 0.00728923827, -0.0125228846, 0.0210292507, -0.0553657562, 0.0217595268, 0.00600787392, -0.0108932871, -0.0208263956, 0.0190683231, 0.025113387, -0.0373522751, 0.00186457101, -0.00094919, -0.0147948554, -0.0508759096, -0.0218271445, -0.0324567184, 0.0171750151, 0.00929073617, 0.0250998642, -0.00797218177, 0.0101630101, 0.0216919072, 0.00839817617, 0.016498832, -0.0266145114, 0.00855369773, 0.0114612794, -0.000389015768, -0.0026979649, 0.021178009, 0.00119768677, -0.00802627672, -0.0100142509, -0.00123403152, 0.0190412756, -0.0135642039, -0.0104131978, 0.0153358, -0.00895264558, 0.00570021151, -0.00520321773, 0.00330483797, 0.0304281749, 0.00942597259, -0.00718781119, 0.00192880817, -0.0214079116, 0.0423289724, -0.0205288753, 0.0104740541, 0.00975730177, -0.0180675741, -0.00988577586, 0.0150112333, -0.0664821789, -0.0260465182, -0.0157144628, -0.00756647298, 0.00755971111, 0.0337279402, 0.0175401531, 0.0102103436, 0.0252891947, -0.0362162888, -0.0181622393, 0.00153831334, 0.0315641612, -0.0267767943, 0.0786534548, 0.00962206535, 0.0167152118, 0.00185273774, 0.0396512933, 0.0311854985, -0.0320239626, -0.00389818731, -0.0141457208, -0.0061059203, 0.00281629665, -0.00388128287, -0.000499106594, 0.015132946, 0.0127054537, 0.0237610247, -0.00309015019, -0.0403815694, -0.022016475, 0.0188519452, 0.000650824863, 0.0290758125, -0.0156738907, 0.0124146957, 0.00759352, -0.00895264558, 0.0324837677, -0.01276631, -0.00644401135, -0.00156282494, 0.00100666541, 0.0291299056, -0.0194334611, -0.0196904093, 0.0471433848, 0.00613296777, 0.00498684, -0.0169992074, -0.00339781283, 0.0472245291, 0.0714588761, 0.0026252754, 0.00891207438, -0.016498832, -0.00923664123, -0.00351614458, 0.0160796, 0.0134019209, 0.00203699735, -0.00620396668, 0.016498832, 0.00484146085, -0.035513062, 0.0356753431, -0.0276152585, -0.0280480161, -0.0276828781, 0.011691181, -0.00975053944, -0.00488541275, 0.0128812604, -0.00907435827, 0.0569615439, 0.0106633846, -0.00151464692, 0.00851988886, -0.013293732, 0.0157685559, 0.0147272367, 0.00985872839, 0.0200825948, 0.0139699131, 0.0085807452, 0.0166475922, -0.00709314551, -0.00627834676, -0.00150196848, -0.0326731, -0.00431742, 0.00957473274, -0.0184191894, 0.00526745524, -0.0135844899, 0.0131382095, -0.0114342319, -0.0155792255, -0.00748533104, 0.0195686966, 0.00345866918, 0.0493612625, -0.0144702876, -0.00671786489, 0.0174725335, 0.0343770757, 0.00893235952, -0.00691395765, 0.022543896, -0.000215849868, -0.0223275181, -0.0228414163, -0.011454517, -0.0280209687, 0.00661981851, -0.0199203119, 0.0186355673, 0.0271013621, 0.012820404, 0.00760028185, -0.00311719743, 0.0487391762, -0.0227467511, -0.009087882, -0.00850636512, 0.00771523267, -0.00879036169, 0.00346543104, 0.0243966337, 0.0273988806, 0.00599435065, -0.0258166157, 0.00175638194, 0.015498084, -0.00139969611, -0.0193793662, -0.00516602816, 0.00765437633, 0.0177294835, -0.0288864803, 0.00200318824, -0.00638991687, -0.0101765338, -0.000335555145, 0.00575092528, -0.0105551956, -0.0299683716, -0.0325919576, -0.00308676925, -0.00670434115, 0.0289135277, 0.0120901279, 0.0152817061, 0.00467241555, 0.0159984585, 0.00495641166, -0.0210833438, 0.00703905104, 0.0257219505, -0.0036412382, -0.00824265461, 0.0012061391, 0.0124823134, -0.0254920498, -0.0253162421, -0.0321321525, -0.00457098801, 0.0258030929, -0.035513062, 0.000927214103, -0.0593417026, -0.0100615835, -0.0105213868, 0.017864719, -0.0208804905, -0.00593687501, -0.0374875106, -0.0183245242, -0.0192711782, -0.0084049385, 0.00958149415, -0.0325378627, -0.0333492793, 0.0262493733, 0.00720133493, 0.00938540138, 0.0255731903, 0.0114207081, 0.0422748774, -0.00745152216, -0.000793668209, 0.00460479734, -0.0222058054, -0.0346205, 0.0199879296, 0.00371223735, -0.0301847495, 0.00890531298, 0.0115356594, -0.0192982256, 0.0190818459, -0.0296438038, 0.0246671066, -0.0175807234, 0.00232268404, -0.0208399184, -0.00322538661, 0.00514912326, -0.01098119, -0.00114443747, 0.00423289742, -0.0015788842, 0.0138008678, -0.0238286424, 0.0151058985, 0.0236934051, 0.0287512448, 0.00285686762, -0.0135236336, 0.0240585431, -0.00530464528, 0.018283952, -0.0022956368, -0.0274394527, 0.018311, 0.00862807781, -0.00705933664, 0.0138279153, -0.0299954191, -0.00204714, -0.00286701019, 0.0173102506, 0.0405709, 0.0403545238, -0.00245792046, -0.0110082375, -0.0102441525, -0.00521674147, 0.00757999672, -0.0264116563, -0.0255055726, 0.00747856917, -0.00195923634, -0.00269458396, 0.00751914037, -0.0125499321, 0.00490231719, -0.00582192419, 0.00826294, 0.0294544734, 0.00579149602, -0.00826294, -0.0200149771, -0.00487865089, 0.0145379063, -0.00481103268, -0.0353507772, -0.0110623324, -0.0231389366, -0.00329976645, 0.00267936988, -0.0077084708, -0.0421666875, -0.00348909735, 0.0632365122, -0.00158226513, -0.0175536759, -0.0124620283, 0.0314559713, 0.0125161223, -0.0199744068, 0.0267227, -0.0131990658, 0.0197986, -0.0148895206, -0.0101156775, 0.0244777761, -0.00493612606, 0.0369736142, 0.0401651897, 0.0304281749, -0.00939216372, -0.00700524217, 0.0510381907, -0.0271284077, -0.0262764189, 0.00378999836, 0.0120833665, 0.0211239159, -0.0330247134, -0.0138752479, -0.000275966653, 0.0165394042, -0.00512545696, 0.00277741626, -0.038298931, 0.0153628476, -0.0409225151, -0.0007387285, 0.0268308893, 0.010507863, 0.0192170832, 0.00198459323, -0.0249105319, 0.0269931722, -0.0072351438, -0.0090473108, -0.0234364569, -0.0149300909, 0.039353773, 0.0354048721, -0.0151735162, 0.00649810582, 0.0155386552, -0.0288594328, -0.0101494873, -0.00108020019, -0.0280480161, 0.00570697337, 0.00554468948, 0.019649839, 0.0338361301, 0.0012010677, -0.00489893602, -0.0237339772, -0.000620819279, -0.0116506098, -0.0187302325, 0.00968968309, -0.00137772015, -0.0184462368, 0.0160525534, 0.000786906399, 0.0318887271, 0.0250998642, -0.0196227916, 0.00441884715, 0.0269255545, -0.0238151178, 0.0226385631, 0.00494288793, 0.0317264423, -0.00177497684, -0.0424101129, 0.00355671556, 0.016918065, -0.0166611169, 0.022909034, -0.00874979049, 0.0197986, -0.0260329936, -0.00726219127, -0.0151464697, 0.00822236948, 0.000745912897, 0.0606399737, 0.004543941, 0.00274867844, 0.0154710365, 0.00280615385, 0.0186355673, -0.0208940133, 0.0081479894, 0.00373928458, 0.0167287346, 0.0135844899, 0.0170533024, -0.0212726761, -0.0168774948, -0.0559337474, -0.0133207785, 0.0191088933, 0.0179999564, 0.0141186733, 0.0184462368, 0.0197445042, 0.0141592445, 0.00866864901, 0.00806008559, -0.0377038904, -0.0134492535, 0.0223410428, -0.0114950882, 0.00257456163, -0.0225709435, -0.0148624731, 0.0263034664, -0.00182230957, 0.0177835785, -0.00277910661, 0.0115762306, 0.00215363852, -0.0206370652, 0.00950711407, 0.0101021538, -0.0074447603, -9.65143699e-05, 0.0205694456, -0.0152005637, 0.00622763298, -0.00849960372, -0.00911492854, -0.0156738907, 0.00996015593, -0.0104334829, -0.00377309369, -0.0438165739, -0.0103523415, -0.00552778505, 0.0257084277, 0.0210833438, -0.0101494873, -0.00133883976, -0.00462508248, 0.0179052912, -0.0087836, -0.00893912185, 0.00958825648, -0.0192982256, -0.0153222764, 0.0012061391, 0.00970996916, -0.0243966337, 0.019703934, 0.0192170832, 0.00311212614, -0.0134424912, 0.00911492854, 0.00511193322, -0.0201502144, -0.0196633637, -0.00914873835, -0.00822913088, -0.0223545656, 0.0224762782, 0.0032980761, 0.00240551634, -0.00198121229, 0.0117993699, -0.00831703469, 0.0257760454, -0.0150112333, 0.0103388177, 0.0194064137, 0.00231930311, 0.0202043075, 0.0242343508, -0.0160390288, -0.0400840491, 0.0342959352, -0.0131179243, 0.0295356158, 0.0212050565, -0.0157144628, -0.017499581, 0.0140240081, -0.0121509843, -0.0047366526, 0.010798621, -0.0213402938, -0.00901350193, -0.0278316382, -0.00365814287, 0.00536550162, 0.00650824839, 0.00914873835, 0.06778045, 0.00844550878, -0.0164582618, -0.0332951844, -0.0197445042, -0.0210562963, -0.0128880227, 0.0261411835, 0.0194740314, -0.0345664062, 0.0350532569, 0.00684295828, 0.00702552777, 0.00279939221, 0.0077084708, -0.00164565712, -0.028264394, -0.0165664516, 0.0259789, -0.0427346826, 0.00110809272, 0.0139293429, 0.00711343111, -0.0157550331, 0.0324026272, 0.0180810969, -0.0254109073, -0.014132197, -0.00345021696, -0.00288898614, 0.0240585431, 0.00625468045, 0.01875728, 0.00272501213, 0.0142133385, 0.0364597142, 0.00980463438, 0.00187133276, -0.0162959788, 0.000285264134, -0.000993141788, -0.0229766537, -0.00175807229, 0.00684633944, 0.0201907847, -0.00791132543, -0.00775580388, -0.0127325011, -0.00418556435, 0.029373331, -0.0170262549, 0.00995339453, -0.0388128273, -0.0178917665, -0.0211915337, -0.00826970208, -0.00826294, -0.0054398817, 0.00803303812, -0.0275476407, 0.00756647298, -0.0164853092, 0.0054162154, 0.0020386877, 0.0120901279, 0.00110217615, -0.0334845148, 0.0206776354, -0.00517617073, 3.06923102e-05, 0.0177294835, 0.0249781515, 0.000542635797, -0.0113868993, -0.013841439, 0.00221787579, 0.00712019298, -0.00614649151, -0.00797894411, -0.0253297649, 0.0056765452, 0.00740418909, 0.00343838381, 0.0327542387, -0.0106025282, 0.027006695, -0.0284807719, 0.00475355703, -0.0152546586, 0.0306986477, -0.0316182561, -0.000268782227, -0.0236934051, 0.00660291407, 0.0160119813, -0.00408751797, 0.00891207438, 0.025005199, -0.014592, -0.0194875561, 0.0167016871, 0.0169045422, 0.0158091281, 0.0294815209, -0.00109034299, -0.00144533836, 0.00202347361, -0.00421599252, -0.00408413727, -0.00165495463, -0.000781835057, 0.0203260202, 0.00714724045, 0.00847931858, -0.0221787579, 0.010142725, 0.0301306546, 0.0154710365, -0.00567316404, -0.0172967277, -1.11596387e-06, 0.0176618658, -0.00475355703, -0.00534521602, -0.0171479676, -0.0208804905, 0.016918065, 0.0184327122, -0.00300393696, -0.000391340145, -0.0249105319, 0.011508612, -0.00586249493, 0.0289135277, -0.00547031, -0.000369575544, -0.0433026738, 0.027480023, 0.0245589186, 0.0143891461, 0.0281021111, -0.0068091494, -0.0291299056, 0.000168834114, 0.0187437553, 0.00854017492, -0.00212490093, -0.00442222832, 0.00101511774, 0.00838465244, -0.0184462368, -0.0414634608, -0.00372238015, 0.0195551738, 0.00603154069, -0.0157415085, 0.0140916258, -0.0019034514, 0.00613972964, 0.0359999128, -0.0121442229, 0.0361892432, -0.00288222427, -2.72849866e-05, 0.0007919778, 0.0180540513, -0.0216513369, -0.0357564874, -0.016552927, 0.0211239159, 0.0135101099, -0.00262189447, 0.00607211143, -0.0092569273, 0.0306445528, 0.0169856828, -0.00414837431, -0.00914197601, 0.0172561556, 0.0081479894, -0.0206641126, 0.0193658434, -0.00470284373, 0.00436475268, -0.0469540544, -0.0231524613, -0.00161776459, -0.00850636512, -0.0187978502, -0.00103371276, 0.00309353112, 0.00238185, -0.00688691, 0.0485498421, 0.00637639314, -0.00872950535, -0.0154575128, -0.0196768865, -0.0014968972, 0.0150518036, -0.0289135277, 0.0145379063, 0.00332681392, 0.0226791333, -0.00920283236, -0.0169586372, -0.00532493042, 0.0279939212, 0.028372582, -0.00336907525, 0.0100615835, 0.00101511774, -0.00605520699, 0.0222869478, 0.0135168713, -0.0193658434, 0.00447294163, -0.0227737986, 0.00739742769, 0.00893912185, 0.0120766042, 0.0205559228, -0.00512207625, -0.00902026333, 0.000344430038, 0.0107310032, 0.0181216691, 0.00252553844, -0.0247617736, 0.0104334829, -0.00956797, 0.0149706621, 0.0252080522, 0.000887488422, -0.000774228, -0.0116979433, 0.0133748734, -0.0108932871, -0.00391171081, 0.00232944591, 0.00186457101, 0.0367301889, -0.0114748031, 0.0187302325, 0.00791808777, -0.000162811863, 0.0362703837, -0.000610676594, -0.0129218316, -0.00425656373, -0.0113666141, -0.00519307517, 0.00232437439, 0.013002973, 2.50002322e-05, 0.0173102506, -0.0383800715, -0.0219894275, -0.019703934, -0.0384341665, 0.00854017492, 0.0190818459, -0.00432080077, -0.00916902348, -0.00576106785, 0.0117047047, 0.00443913275, 0.00675843563, 0.00312057836, -0.0172561556, 0.0169586372, 0.00970320683, 0.0262764189, -0.00881064683, 0.0106228143, 0.0069984803, 0.0107850973, 0.0170803498, -0.0273988806, -0.00466227252, -0.0361081026, -0.0373522751, -0.003648, -2.64133473e-06, -0.00173778692, 0.00755971111, -0.0259383284, -0.00111739023, -0.0184597597, 0.00875655282, 0.0320510119, -0.0113936607, 0.00726219127, -0.0184462368, -0.0052268845, 0.00325074326, -0.0103050089, 0.00647105835, -0.00977758691, -0.0131314481, 0.0183245242, 0.00589968497, -0.00120191288, 0.00709990738, -0.0069984803, -0.0266821291, -0.00403342349, 0.0117249899, 0.0115018506, -0.0234905519, -0.0107310032, -0.00337921781, 0.0171479676, 0.0103929127, -0.0104131978, -0.00782342162, -0.00467241555, -0.002954914, -0.00960177928, 0.00523702707, -0.0186626147, 0.00860103127, 0.0157685559, -0.000250821147, 0.0171750151, 0.0104402453, 0.0121847941, -0.00393875828, 0.000728585757, -0.0102712, -0.0133343022, 0.00311381649, -0.0117723225, 0.0110488087, 0.0076679, 0.0281021111, 0.0134560149, 0.0015307063, 0.0288594328, 0.0179729089, -0.0476843305, 0.0395972, -0.00307662669, 0.0143620986, 0.0116573721, -0.00255934754, -0.00187809463, 0.0195957441, -0.0262764189, 0.00959501788, 0.00523702707, -0.0167016871, -0.0202719271, 0.00988577586, -0.00661305664, 0.0152411349, 0.00351952552, 0.0107715745, 0.0234229323, 0.00128812611, -0.0135980137, -0.00366490474, 0.00569683034, -0.00203361642, 0.0108865248, -0.0118061323, -0.00939216372, 0.0103591029, 0.026898507, 0.0133343022, -0.015078851, 0.0135642039, 0.0139969606, -0.00465889182, 0.00220773323, 0.0358646773, 0.040408615, 0.000584051944, -0.00465889182, -0.00328286202, -0.0174319632, 0.00220266171, -0.0140375318, -0.020123167, -0.0183245242, 0.00531140715, 0.00192542735, -0.00623439485, -0.000221872106, -0.005635974, -0.00469946256, 0.0180810969, -0.004716367, 0.0304822698, -0.00116556813, 0.00164481194, -0.0205153525, 0.00927045103, -0.00895940699, -0.00531140715, 0.0351884924, -0.0253838599, 2.66246534e-05, 0.00558864139, 0.0137264878, 0.0309691206, 0.00582868606, -0.0333492793, 0.00966263562, -0.00722838193, 0.00178681011, -0.00111316412, -0.0152276112, -0.00933806878, -0.0398947187, 0.0169045422, 8.24624658e-05, 0.039353773, 0.0177430063, -0.00791808777, 0.00302253198, 0.00698495656, -0.0108391922, -0.00726219127, -0.0185409021, -0.00189330871, -0.00227028, 0.00267598894, -0.00412132731, 0.0248293914, 0.00107512891, -0.0197174568, -0.0018307619, 0.0312936865, 0.0144702876, 0.00826970208, -0.0289946701, -0.00818856, -0.0287241973, -0.00539593, 0.0186761376, -0.0011528898, 0.00753266364, 0.00826970208, -0.0170127302, 0.0149300909, 0.0113395667, 0.000141786848, -0.0147678079, -0.0115559446, 0.0258436631, 0.00955444667, 0.00521336077, 0.020231355, 0.00361419097, 0.0069984803, -0.0258571878, -0.00506798178, 0.010798621, 0.00329638575, 0.0101900576, -0.00410780357, 1.06049583e-05, -0.00130841148, -0.000271951809, -0.0126513587, 0.00311212614, -0.00486174598, 0.00564949773, 0.0172696803, -0.00682605384, -0.0447091311, 0.0197986, -0.00351614458, 0.0299413241, -0.0189195629, -0.00538578723, 0.00470960513, -0.0239503551, -0.0067651975, 0.0106228143, 0.020231355, 0.00804656185, 0.00163974054, 0.00826970208, 0.0507136248, -0.00551088061, 0.00727571454, 0.0119548915, -0.00779637462, 0.0214755293, -0.0117520373, -0.0110826176, -0.0127460249, 0.0149571383, -0.000678294746, 0.0090540722, 0.018703185, -0.0262223259, -0.0095138764, -0.00566640217, 0.00941921, -0.00239537354, -0.00221111416, 0.0341607, 0.0195551738, -0.0026049898, 0.0220435224, -0.0147813316, 0.015078851, 0.00467241555, -0.0276828781, -0.0128609752, 0.0102441525, 0.00102526043, 0.00333357556, 0.00839817617, 0.0225574207, -0.00920283236, 0.00811418, 0.00175469148, 0.0102779614, 0.0171479676, -0.0186761376, -0.0165258795, -0.00480427081, 0.0235987399, 0.00594363688, -0.0154304653, -0.0191494655, -0.00831703469, 0.0243560635, -0.0119413687, -0.00220266171, -0.0176889133, 0.0132193519, -0.0118399411, -0.0141727682, 0.0149436146, -0.000618283637, -0.00825617835, 0.0135371573, -0.00837789103, 0.00959501788, 0.0264251791, -0.0101224398, 0.0136453463, -0.012110414, -0.0161472186, -0.0162959788, 0.00805332325, -0.0213402938, -0.0197174568, -0.00267936988, 0.0131990658, 0.024274921, 0.00145463587, 0.00208940147, 0.0101765338, 0.0460074022, -0.00588616123, 0.0250728168, 0.0226656087, 0.0193387959, -0.0122118406, 0.0199879296, -0.0095206378, -0.00566978334, -0.00616339594, -0.0279668737, 0.0111434739, -0.0224762782, 0.0126175499, 0.0214079116, 0.0358105823, 0.00598082691, 0.0153222764, -0.0043140389, -0.0174049158, -0.010142725, -0.0109338574, -0.0147813316, -0.00238692132, -0.00363785727, 0.0112854717, -0.00498345913, -0.00157127716, -0.0077084708, -0.00824265461, 0.0100751072, 0.0222058054, 0.00343162194, -0.0171750151, 0.0111029027, -0.0069241, -0.00356009649, -0.0407872796, -0.012110414, -0.0171885379, -0.00609239703, 0.0157415085, -0.00256272848, -0.00807360932, -0.0052302652, -0.0133004934, -0.0457369275, -0.00643048761, -0.0102914851, -0.00871598162, 0.0117385136, 0.0372711346, -0.0195146035, 0.00421937369, -0.0174860582, -0.00101511774, -0.01098119, -0.0276693534, -0.000592081575, 0.0107783359, -0.0174049158, 0.00155099167, -0.000129953667, -0.0181216691, -0.000796626555, -3.3201577e-05, 0.0265468918, 0.0118602263, -0.0240314957, -0.00851988886, 0.0157685559, 0.00686662504, 0.0148624731, 0.00979787204, -0.0169856828, 0.0124417432, 0.0180270039, -0.00124417432, 0.00117824657, -0.00702552777, -0.0226791333, 0.00797218177, 0.0149165681, -0.0174184404, -0.00980463438, 0.0149165681, -0.00968968309, -0.00498345913, 0.00240044482, -0.00340288435, 0.0193387959, -0.01518704, 0.0325649083, -0.00799246691, -0.00566640217, 0.0023683263, -0.0263440385, 0.00603830209, -0.0152952289, 0.00375280832, 0.00307831704, 0.0140916258, 0.0141186733, -0.00373252272, 0.0192441307, 0.0106025282, -0.00287546264, -0.00392185384, 0.0127122151, -0.0277234484, 0.00423965929, 0.024694154, -0.00436813338, -0.0421937369, -0.000671110291, 0.00290927175, 0.0198662169, 0.0160796, 0.00308338832, 0.00415851735, 0.0023784691, 0.00259822817, 0.0147678079, 0.00098638, 0.00281122536, 0.0212185811, -0.00686324388, -0.00207756809, -0.02706079, -0.0138346767, 0.0109879524, -0.00609577773, 0.0119548915, -0.00271486933, -0.0108865248, 6.80143671e-07, -0.0329706185, 0.00221787579, 0.0158226509, 0.0167152118, 0.0158091281, 0.0311043561, 0.0124282194, 0.0015307063, 0.000401060242, 0.0132328756, -3.55259508e-05, 0.0177294835, -0.00284503447, 0.01518704, -0.00827646349, 0.0244913, -0.00366490474, -0.000669419882, -0.011454517, 0.00223308988, 0.0169045422, -0.00475017633, 0.0232065544, 0.00646429695, 0.00041331604, 0.00126107887, 0.00480765151, -0.00383395, 0.0230713189, -0.0019085228, -0.00231761276, 0.0103388177, -0.0266686045, -0.00516940886, -0.00292617618, 0.000877345738, 0.0126581211, 0.0243560635, -0.0120089864, -1.95722896e-05, -0.0136656314, 0.0115897534, -0.00113936607, 0.00869569648, -0.0273718331, 0.000472059328, -0.0168234, 0.00273853587, 0.0107512884, 0.00102948654, 0.0152140874, 0.0106430994, -0.0040503284, -0.00902702566, 0.0220840927, -0.0180946216, -0.0202719271, -0.016390644, -0.0325378627, 0.0193928909, 0.00257794256, -0.0116641335, 0.0141727682, 0.0101156775, -0.0143620986, -0.000702806341, 0.010690432, -0.00617691968, 0.0241937805, 0.011981939, 0.0284807719, 0.0167693049, -0.000980463461, 0.0129150702, -0.0027114884, -0.00920283236, 0.00816151313, 0.0105213868, 0.0139969606, 0.00353304925, -0.00478736637, -0.00588616123, 0.000856637664, -0.0051863133, -0.0249781515, 0.00979787204, -0.0171750151, -0.00504093431, 0.00906759594, 0.0230172239, -0.00872950535, -0.0081547508, -0.00321524381, 0.0122524118, 0.0261411835, 0.0177159589, 0.0153222764, 0.014132197, -0.00519307517, 0.0161742661, 0.014132197, 0.0167016871, 0.000660967606, 0.0104402453, 0.014186291, -0.00698495656, -0.0470622443, -0.0272906926, 0.0050138873, -0.000954261399, 0.0195957441, 0.0092636887, 0.00978434831, -0.00391509198, -0.011163759, -0.0106430994, -0.0153087527, 0.00070703245, -0.0102779614, -0.013821153, -0.0344582163, 0.00196768856, -0.0126040261, 0.0146866655, -0.00831703469, -0.00199980731, -0.0255596675, 0.01875728, 0.00943273399, 0.00818179827, -0.0154034188, 0.0127460249, 0.00666715112, -0.0284807719, -0.0135033475, -0.0391644426, -0.00446279906, -0.00299379439, 0.00922311842, -0.0180134792, -0.00833055843, -0.0123808868, 0.00966939796, -0.00366828567, 0.0088309329, -0.00303605571, 0.0138008678, 0.00288053392, 0.00763409119, -0.0026049898, -0.0135033475, 0.00936511625, -0.0110082375, -0.0108865248, -0.00016418536, 0.0306716, 0.00823589228, 0.01697216, 0.0130367829, 0.0139834369, -0.00170228735, -0.00442222832, -0.00224999455, 0.0103996741, -0.000533338287, 0.0021451863, 0.00516602816, 0.00772199454, 0.00799246691, -0.0234635044, -0.0120833665, -0.0243695881, 0.0163771193, 0.00078268029, -0.00100412976, 0.0186896622, -0.0294815209, 0.00269965525, 0.0127798337, -0.000173060253, -0.0123741245, -0.0162148364, 0.00181216688, -0.0136994403, -0.0101562487, -0.013476301, -0.0110623324, -0.0131584955, 0.0052065989, 0.0103793889, 0.00017010195, 0.00224492303, 0.0277234484, -0.00607549213, -0.0223951377, -0.00791808777, 0.0241937805, -0.00226689898, 0.0110420464, 0.019230606, -0.0240044501, -0.00170313253, 0.0132734459, 0.00354657276, -0.0025813235, -0.0215701945, 0.00152394443, 0.0119887013, -0.0165258795, -0.0236663576, 0.00335386116, -0.00350938295, -0.0152546586, 0.0271419324, -0.00205221144, -0.0127595477, -0.00313748303, 0.0306175053, 0.0125634558, 0.00183245237, -0.0145784765, -0.0168774948, -0.00137941062, -0.00778961275, 0.00436813338, 0.0100818686, 0.00860779267, -0.0360540077, -0.0186896622, -0.0132261133, 0.02731774, -0.000514743268, 0.0038643782, 0.0218271445, 0.0199473593, 0.00538578723, 0.000923833228, 0.015971411, -0.00519307517, -0.00961530302, -0.00717428746, 0.00726219127, 0.00151718257, 0.00314593525, -0.0164312143, -0.0173508208, -0.00849960372, -0.00181892863, -0.00837789103, -0.00349247828, 0.00849284139, 0.00334033743, 0.00638315501, 0.00360066746, -0.00538240606, -0.0235040747, 0.00620058598, -0.00993310846, -0.0125499321, -0.00659953291, 0.0140645783, -0.0176753886, 0.00968968309, 0.00602815952, -0.0109203337, -0.00885121804, 0.0309420731, -0.00216040039, 0.0189736579, 0.00178681011, 0.0189330876, -0.00299886568, 0.0168504473, -0.0245453939, 0.0230442714, 0.00760028185, 0.00910140574, -0.00465889182, -0.0240585431, 0.01098119, 0.00131686381, -0.0177430063, 0.00558526069, -0.0166746397, -0.0118805123, -0.0150518036, 0.00311719743, -0.0250998642, -0.00258470443, 0.0016803114, 0.00207080645, 0.00370547548, 0.00618030038, 0.00441208528, -0.0311314035, -0.000461916614, 0.00492598349, -0.0038170456, -0.029373331, 0.0279939212, 0.0056799259, 0.0095274, 0.00315438746, 0.0029211049, 0.0069984803, 0.0149165681, -0.00745828403, -0.0145243825, 0.00292617618, -0.00191697502, 0.00792484917, -0.00977082551, -0.00812094193, 0.00405709, -0.00279601128, 0.0187843274, -0.0111434739, -0.00824941602, 0.00658600964, 0.00275205937, -0.0228955112, 0.0170938727, 0.00900674, 0.0162283592, 0.00847255625, -0.014713713, -0.0300224666, 0.0178376716, 0.00056757, 0.00818179827, 0.00772875641, 0.0257489979, -0.021434959, -0.0199203119, 0.0113666141, 0.00471298629, 0.0231254138, 0.00416866, 0.0129015464, 0.0087971231, 0.00104470074, 0.00230577961, 0.00843874738, 0.0163635965, 0.0165664516, -0.00378999836, 0.00593011314, -0.0180946216, 0.0229901765, 0.00403680466, -0.0025711807, -0.0151464697, 0.00141491019, 0.0172561556, 0.0047806045, -0.0112787103, 0.00512883812, 0.00369533291, -0.0108391922, 0.0199744068, 0.0304822698, -0.00434446707, -0.00487188902, 0.0351344, -0.00434446707, -0.024329016, -0.0279398263, -0.0237475, 0.00388128287, 0.00750561664, -0.0044999891, -0.0315371118, -0.0119684152, -0.0160525534, -0.00658262847, 0.00166678778, 0.0172291081, -0.00895264558, 0.0198932644, 0.00528774085, 0.0271013621, -0.0152546586, -0.00957473274, 0.00362095283, 0.00776932761, -0.00142674334, -0.00577797228, 0.0219894275, -0.0281832516, 0.0194469839, -0.00924340356, -0.0104740541, 0.02527567, 0.0264251791, 0.00924340356, -0.00434784824, 0.00340964599, 0.00053418352, 0.0142944809, -0.00258470443, -0.00408075657, 3.72956456e-05, -0.00611268217, 0.0332410894, -0.0276964, -0.0391644426, 0.00939216372, 0.0129691642, 0.0182163343, -0.00203192583, 0.00510855252, -0.00979111064, 0.00349585922, -0.00811418, -0.00393875828, 0.00707962224, -0.0117993699, 0.0119616538, 0.0238286424, -0.0171344429, -0.00743123656, 0.0153087527, -0.0359728634, -0.00222970895, 0.00414499361, -0.0141998148, -0.0262358487, -0.00697819469, -0.0186896622, 0.0119481301, 0.00656910473, -0.00844550878, -0.00966263562, 0.00577797228, -0.00125516218, 0.0123335533, -0.0148895206, -0.0247617736, 0.00699171843, -0.00886474177, -0.00500712544, -0.0033944319, 0.00675843563, 0.0220435224, -0.00083846529, -0.00400299532, 0.0147948554, 0.0305634122, -0.0192576535, -0.00344852661, -0.00334878964, -0.00888502691, 0.0290758125, 0.0193252712, -0.04403295, -0.000842268812, 0.0160660762, -0.0288864803, 0.00507136248, 0.0107242409, -0.00892559811, -0.0120360339, -0.00700524217, 0.00257456163, -0.00291772396, 0.015132946, -0.022381613, -0.00300731789, 0.000804233598, 0.0168639701, 0.00121205568, -0.00777608901, 0.0288323872, 0.0213808641, -1.18331791e-05, 0.00116049685, 0.024220828, -0.00178850046, 0.0260735657, -0.00252046715, 0.0140104843, -0.00868217275, -0.00920959469, 0.00404018536, 0.00229901774, 0.000646176108, 0.0140781021, -0.0111502353, 0.0149165681, -0.0235176, -0.0137062026, 0.0029397, 0.0199879296, -0.00110555708, -0.00876331422, 0.0269255545, 0.000815644162, -0.0081479894, 0.0410577506, 0.00205728272, -0.00365814287, 0.000861286419, 0.0136453463, 0.013239637, -0.0132463994, 0.000278291031, -0.00691733835, 0.00657924777, 0.0332681388, 0.0120968902, 0.0269796494, 0.00377985556, -0.000632652489, 0.0091555, 0.00494626909, 0.00350262108, 0.0127325011, -0.00551764248, 0.0145243825, 0.0036277147, -0.0185949951, 0.013422206, 0.00376295089, 0.0125905024, 0.00712019298, -0.00495979236, -0.0202178322, -0.00757323485, -0.00475017633, 0.00679562567, 0.000139885087, -0.0165394042, 0.0147407604, -0.0074920929, 0.0318346322, -0.0210833438, -0.0139158191, -0.0230442714, -0.0147407604, -0.00251539587, 0.028264394, 0.00666038925, 0.00530464528, -0.00297012809, -0.0127122151, -0.0272230748, 0.00299548474, 0.0216513369, 0.00822913088, -0.00347557385, -0.0171073955, -0.0184868071, -0.00302084163, 0.00344683602, 0.0357294381, 0.00246975361, 0.0223275181, 0.0120901279, 0.0103861503, 0.00919607095, -4.3951808e-05, -0.0123335533, 0.00487188902, 0.0269661248, 0.000747603364, 0.0131787807, 0.0112516629, 0.0172291081, 0.000539254863, 0.014713713, -0.0179323386, -0.00513898069, -0.002508634, 0.0212050565, -0.000325201108, 0.00970320683, 0.0117655611, 0.000993141788, -0.0324567184, -0.00373590365, 0.00988577586, -0.0154845603, -0.00445265649, -0.00220435229, -0.0120495576, -7.93985164e-05, 0.0136926789, -0.00243087299, -0.0246265363, 0.00720809679, -0.0228819884, -0.0131111629, -0.0110961413, 0.012347077, 0.00048769603, -0.000457690476, 2.73114e-05, 0.0111029027, -0.00238015945, 0.0113395667, -0.0131990658, 0.00968968309, -0.00880388543, -0.00281291571, 0.0188789926, 0.00140223175, 0.00118500832, -0.00845227111, 0.00119177019, -0.0201502144, 0.0158902686, 0.010142725, 0.00129066175, 0.00405709, -0.000256737723, -0.00325750513, 0.0157279857, 0.00351276388, 0.0119616538, -0.0267632697, -0.0113463281, -0.00362095283, 0.0119548915, 0.0226791333, -0.0172967277, -0.00785723142, 0.000825364259, 0.0114207081, -0.00667729415, -0.000589123287, 0.00323383883, -0.0175266284, 0.0123267919, -0.0247347262, -0.000601801672, -0.0012737572, 0.00457098801, -0.00636963127, 0.00106245046, -0.00941244885, 0.00977758691, -0.00423965929, -0.0136791551, 0.00463860622, -0.0028619389, 0.00524040777, -0.0216242895, 0.00448646536, -0.00893235952, -0.0034045747, -0.00317129213, 0.000467410573, -0.0192035586, 0.030157702, 0.0334033743, -0.00528774085, 0.0188519452, 0.000896785932, 0.0025187768, 0.00660629477, -0.011508612, -0.000381408725, -0.0100210123, -0.00972349197, -0.0256002378, 0.00395904388, -0.00215363852, -0.0063155368, 0.0185544249, 0.020596493, 0.000603069551, 0.0108730011, -0.00109541428, 0.00623777602, 0.00939216372, 0.0226115156, 0.000860441185, 0.0138752479, 0.0153898951, -0.0190007053, 0.00309691206, -0.000889178889, -0.0143350512, 0.00535873976, 0.000394298433, -0.00510855252, -0.00220942358, 0.0137332501, 0.0204342101, -0.00484484155, 0.00124248385, -0.00812770333, 0.00941244885, 0.0181892868, -0.0182704292, -0.00646767765, -0.0348639265, 0.0174184404, 0.00153831334, -0.00506122, -0.033890225, -0.010088631, 0.00406047096, 0.00735009462, 0.0136859166, 0.0194064137, 0.00532831158, 0.0210968684, 0.00566640217, 0.0203665923, -0.0294815209, 0.0210968684, 0.000356051896, 0.0129759265, -0.00875655282, -0.0222599, 0.0142674334, 0.00620734785, 0.0154169416, -0.00338597968, 0.00331667112, 0.00805332325, 0.0124417432, 0.0012061391, -0.00845903251, -0.0214484818, -0.00153831334, 0.00120698428, 0.000969475484, -0.0139158191, -0.000394509756, -0.00463860622, 0.0070187659, -0.0109609049, 0.00386099727, -0.0107174795, 0.0107783359, -0.00879036169, -0.0110961413, -0.00890531298, -0.0100818686, -0.0055075, -0.00387114, 0.0157685559, -0.0133004934, -0.0102441525, 0.00375280832, -0.000716752547, -0.0223410428, -0.00795189664, -0.0099872034, 0.0206100177, -0.0118128937, -0.00246975361, 0.00283320108, 0.00975053944, -0.00761380559, -0.0179323386, 0.00178173871, -0.0160931237, 0.00198797416, 0.00735009462, 0.0177159589, -0.000405497703, 0.0138887716, 0.0139834369, -0.0137738204, 0.00559540326, 0.0123200305, 0.00646767765, -0.00597406505, 0.0184462368, -0.00173778692, -0.000123297505, -0.00328117167, 0.0210833438, 0.00780313648, -0.00750561664, 0.0170533024, 0.0193523187, 0.00206911587, -0.00801275298, -0.0117452759, 0.00066308066, 0.0111367125, -0.00823589228, -0.00376633182, 0.0132599222, -0.0123267919, -0.0159984585, 0.00344852661, 0.00683619687, -0.00695790956, -0.00279939221, -0.0199608821, -0.00178511965, 0.00966939796, 0.00778961275, 0.000714216905, -0.013476301, -0.00424304, -0.00538240606, -0.0207046829, -0.00362095283, 0.00235311221, 0.0397324339, 0.0366490483, 0.010927096, 0.00350938295, -0.011582992, 0.0226250384, -0.00346543104, 0.0017918814, -0.00314931618, -0.00299210381, -0.0192982256, 9.90500484e-05, 0.00111316412, -0.0120225102, -0.00218913821, 0.00579149602, -0.00751914037, -0.011271948, -0.00437151454, 0.0155657018, -0.0122659355, 0.00188316591, -0.00455746427, -0.000744222431, -0.0117993699, -0.00652515329, -0.00817503594, -0.00409089914, 0.0372981802, -0.00861455407, -0.00363109563, 0.0108324308, -0.00251201494, -0.0164717846, 0.010744527, -0.00483807968, -0.0159849338, -0.0128136426, 0.00294646155, -0.00394213898, -0.0052268845, -0.0127325011, -0.0190548, 0.000368941633, 0.00684295828, 0.015132946, -0.0135371573, 0.0088309329, -0.0107377646, -0.00762056746, 0.000727740524, 0.0117790848, -0.0194740314, 0.0211239159, 0.00417204108, 0.000127523643, 0.0147948554, -0.00976406317, 0.0118669886, -0.0196092688, 0.000746335543, 0.00512207625, 0.00568330707, 0.0135033475, 0.0110082375, 0.00251201494, -0.00529788341, -0.00964235049, -0.00822913088, 0.0112854717, -0.00435461, 0.017499581, 0.0197715517, -0.0148759969, 0.00625806116, -0.00585573306, 0.000477130699, 0.0115627069, 0.0163095016, 0.0076611382, -0.00154000381, -0.00149436144, 0.0114815645, 0.0147678079, -0.0178376716, -0.0141051495, -0.000144639489, 0.00367842824, 0.0130503066, 0.00955444667, -0.011015, 0.0130705917, 0.0230037011, 0.011163759, -0.000802965718, 0.0294815209, -0.0157279857, 0.0211915337, 0.00651501026, -0.0244101584, 0.00705933664, 0.0150518036, -0.0126513587, -0.034728691, 0.000764930504, -0.0112449015, -0.000727317936, -0.00398947205, 0.0306716, -0.00703905104, 0.010507863, 0.0243425407, -0.00219082856, 0.00368180918, 0.0065488196, 0.017499581, -0.0196363162, 0.0139293429, 0.00370885641, -0.00227028, 0.00559202256, 0.0153763713, -0.0104334829, 0.0136318225, -0.0164717846, -0.0154304653, -0.00313241151, 0.011271948, -0.0026151326, -0.00482455641, 0.0115221357, 0.0313748308, 0.0128947841, 0.00834408216, 0.00345190731, -0.00511193322, 0.0289676227, 0.00438165711, -0.0115018506, 5.074004e-05, -0.0171344429, 0.0105822431, 0.00487865089, -0.0417339318, 0.0140104843, 0.0054229768, 0.000139356809, -0.000244059323, 0.00459803548, -0.0195822213, -0.00826970208, -0.0199338365, -0.00693086209, 0.00335217058, -0.00157550327, -0.013841439, -0.00484146085, -3.00319753e-05, -0.0227332283, -0.00247144396, -0.0192711782, -0.010636338, -0.0129353553, -0.00331159984, -0.023639312, 0.00831703469, -0.00140983879, -0.00532493042, 0.00835084356, 0.00131094723, -0.00651501026, -0.0159173161, -0.0127189774, -0.00730952388, -0.00279601128, -0.00159240782, -0.00410780357, -0.028426677, -0.00172003708, -0.00254244311, 0.0099398708, -0.0110488087, -0.0297790412, 0.0148354257, -0.00253568124, -0.0341607, -0.0111434739, 0.0156603679, -0.0213808641, -0.00199811673, -0.0119007975, 0.0144702876, 0.0103388177, -0.00397932902, -0.00758675812, 0.0183786172, 0.00152901583, -0.00125516218, -0.0333222337, 0.00194064144, 0.00413485104, -0.0144297164, 0.00792484917, 0.00864160154, 0.00510517182, -0.027425928, -0.00238861167, -0.000657164084, -0.00831027236, 0.0025187768, 0.012110414, -0.00458451174, -0.019649839, 0.0119548915, -0.01518704, 0.0105146253, -0.0076679, -0.000993141788, 0.00145210011, -0.00101511774, -0.00448646536, 0.0157956034, 0.00110133085, 0.00564273586, -0.00553116621, -0.00521336077, 0.000285264134, -0.00113598525, 0.00412132731, -0.014240386, 0.00163044303, -0.0181351919, 0.0219218098, 9.79935139e-05, 0.0036074291, 0.0304011274, -0.0155792255, -0.00933806878, -0.00413147, 0.00325581478, -0.0137738204, -0.00184766646, -0.00445265649, 0.00785723142, 0.000887488422, -0.00695790956, -0.00358038186, 0.00580840046, 0.016552927, 0.0243831109, -0.0095138764, -0.0142539097, 0.00705257477, -0.0212321039, -0.0311854985, -0.0206370652, -0.013002973, -0.0105957668, 0.00519307517, -0.0104943393, -0.0104808155, -0.0330247134, -0.00114697311, -0.0113328043, 0.011035285, 0.0228819884, -0.0012593884, -0.0525798872, 0.00351614458, 0.0100751072, -0.0137738204, 0.0464672036, 0.0154710365, 0.0328894779, -0.00797218177, -0.0114342319, -0.011400423, 0.0027943207, 0.00854693633, -0.0170397777, -0.00263879891, -0.0275070705, 0.00564949773, -0.00972349197, 0.00470622443, -0.0102779614, 0.00369195198, -0.0141457208, -0.0189330876, 0.005635974, -0.0188789926, 0.00104047451, -0.0101292012, 0.0331058539, -0.00419908809, 0.0184462368, -0.00599435065, -0.0152411349, -0.0207858253, 0.00822913088, -0.0112922341, -0.00112246152, 0.00804656185, -0.0277234484, 0.0196904093, 0.0329435691, -0.0191088933, -0.00673815049, 0.0205153525, -0.00543650053, -0.0143350512, -0.0201772619, -0.00438503828, -0.0208804905, 0.011981939, -0.0138076292, -0.0195686966, -0.0333492793, 0.0131111629, 0.0266956519, 0.00906759594, 0.000674913812, -0.00646767765, 0.00340964599, -0.000757746107, 0.0162418839, 0.0251269117, 0.0114612794, 1.49895741e-05, -0.0287512448, 0.00348909735, -0.00790456403, -0.00232099369, -0.000688014843, -0.00415175548, -0.00791132543, -0.0070187659, 0.0198932644, 0.0187167078, 0.00375618925, 0.00697143283, 0.0139834369, 0.00124501949, -0.0249375794, -0.0190818459, 0.00188823731, 0.00245792046, -0.0280750636, -0.000784370757, -0.0211103912, -0.010798621, -0.0169992074, 0.00387114, 0.0202178322, 0.00508150505, 0.0358105823, -0.00226858957, -0.00966939796, -0.024329016, 0.0166881643, 0.00194402225, 0.00278417813, 0.0301036071, 0.0040503284, 0.0263305139, -0.00371899921, 0.0118467025, 0.00935835391, 0.00795865804, -0.0031814347, 0.0175401531, 0.00629187049, 0.00939892512, 0.0215161014, -0.0193793662, -0.0102644376, 0.0128001189, 0.0254379548, -0.00272839307, -0.0190277528, -0.00258639478, 0.018175764, 0.000906928675, -0.00879036169, 0.00276896404, 0.00479412824, -0.00848608, -0.00938540138, 0.00474341447, 0.0257895682, 0.00379337906, 0.00674491236, 0.0181216691, -0.0122388881, -0.0146866655, 0.010636338, 0.00464874879, -0.00644739205, 0.0108730011, 0.0242343508, -0.0136859166, 0.0106295757, 0.0244777761, 0.0269661248, -0.00646091579, -0.0140916258, -0.00538578723, -0.00673815049, -0.0131652569, 0.00892559811, 0.00669081742, -0.0117182285, 0.0102373902, -0.00375618925, 0.00731628574, 0.0204206873, -0.0107850973, -0.0040537091, -0.00698495656, 0.00658600964, -0.00182907144, -0.022909034, -0.000679562567, 0.00575430598, 0.00146815949, 0.005463548, -0.0056765452, -0.0157956034, 0.0106566232, -0.0208940133, 0.00328962388, -0.00337921781, 0.00152478961, 0.00912845228, 0.013057068, 0.0191900358, 0.016918065, -0.00420246925, -0.00314931618, -0.0112449015, 0.00640344061, -0.00419570738, 0.00579825789, -0.0361081026, -0.00598758878, -0.00179864326, -0.00133883976, 0.01518704, -0.00310705486, 0.0162283592, 0.000816489395, 0.0038508547, 0.0101900576, 0.00450337, 0.00163805007, 0.00467917696, -0.00269965525, -0.0181351919, -0.0172291081, 0.0104943393, 0.0244642533, -0.0111367125, 0.00641358318, -0.000561653404, 0.00709990738, -0.00846579485, 0.0124214571, -0.0201502144, -0.0047806045, 0.00117486564, 0.00872950535, -0.0110690938, -0.00212152, -0.000995677547, 0.0195957441] |
02 Aug, 2024 | Node.js Error: Cannot GET/ from Running the URL on the Web Browser
02 Aug, 2024
The “Cannot GET /” error in Node.js typically occurs when you try to access a route in your web browser that hasn’t been defined in your application. This common issue can be resolved by ensuring that your server is correctly set up to handle incoming requests at the root path or other specified paths.
Understanding the ErrorWhen you see the “Cannot GET /” error, it means that the server received a request for the root URL (/), but there is no route defined to handle this request. In a Node.js application, routes define how an application responds to client requests at a particular endpoint.
Steps to Set Up ProjectStep 1: Initializes NPMCreate and Locate your project folder in the terminal & type the command
npm init -yIt initializes our node application & makes a package.json file.
Step 2: Install the required library necessary packages/libraries in your project using the following commands.
npm install expressStep 3: Create Server FileCreate an ‘app.js’ file, inside this file require an express Module, and create a constant ‘app’ for creating an instance of the express module.
const express = require('express')const app = express()Step 4: Create a Message RouteCreate a get route using app.get() method which sends “hello” as a text to the web browser.
app.get("/messages", (req, res) => { res.send("Hello");});Step 5: Set up a port to run our serverWe will do it by using the express, app.listen() method.
app.listen(3000, () => { console.log("listening on http://localhost:3000");})Example: Implementation to show how the above error occurs.
Node
const express = require('express')
const app = express()
app.get("/messages", (req, res) => {
res.send("Hello");
});
app.listen(3000, () => {
console.log("listening on http://localhost:3000");
})
Step to Run Application: Run the application using the following command from the root directory of the project
node index.jsOutput: Your project will be shown in the URL http://localhost:3000/
Reason: Since in the server file, we create a get route for ‘/messages’ URL but inside the browser, we try to get the ‘/’ URL which is not specified in our server file that’s why it throws the error.
Solution Approach: We have to set up a universal route, and when any route or URL which are not specified inside the server file will call then the universal URL sends a “404 URL NOT FOUND” message.
app.get("/:universalURL", (req, res) => { res.send("404 URL NOT FOUND");});Example: Implementation to show how to resolve the above error occured.
JavaScript
const express = require('express')
const app = express()
app.get("/messages", (req, res) => {
res.send("Hello");
});
app.get("/:universalURL", (req, res) => {
res.send("404 URL NOT FOUND");
});
app.listen(3000, () => {
console.log("listening on http://localhost:3000");
})
Step to Run Application: Run the application using the following command from the root directory of the project
node index.jsOutput: Your project will be shown in the URL http://localhost:3000/
https://media.geeksforgeeks.org/wp-content/uploads/20240727111915/errorhandle.webmConclusionThe “Cannot GET /” error in Node.js is a common issue that arises when the server does not have a route defined for the root URL or the requested path. By following the steps outlined in this guide, you can define the necessary routes, serve static files, and handle undefined routes to ensure your Node.js application responds correctly to incoming requests. This approach helps in building robust and user-friendly web applications.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser | https://www.geeksforgeeks.org/node-js-error-cannot-get-from-running-the-url-on-the-web-browser?ref=asr10 | CSS | from Running the URL on the Web Browser | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method | GeeksforGeeks | [-0.032787919, 0.013393675, 0.0036205966, 0.0402569808, 0.0464854203, -0.0173813961, -0.0243567396, 0.0326360054, -0.0415482447, -0.00531379506, -0.0108301407, 0.0453967117, -0.0118112471, -0.0390923135, 0.0496502779, 0.00407633604, -0.0626894906, -0.0272430908, -0.0253061969, 0.0109440759, 0.00396873103, 0.0131404866, -0.0178244747, 0.0141405817, -0.0511440895, 0.0105769522, -0.0126910768, 0.00628857128, -0.0350159779, -0.0184827652, 0.0153432274, 0.01726746, 0.0507643074, -0.000654334202, -0.019634774, -0.0116656637, -0.0316738896, 0.0246732254, -0.0408899523, 0.00576004, 0.022407189, 0.0129505955, -0.0120707648, 0.000215803695, -0.00529480586, 0.0127860224, -0.0103933904, -0.0356742702, 0.00090040185, -0.0398518816, -0.000257342443, 0.018773932, 0.0167357642, -0.040130388, 0.0186093599, -0.00814634189, 0.0367629789, -0.0107668443, -0.0189764835, 0.00840586051, 0.0738804266, -0.0668417811, 0.00627274672, -0.0343070515, -0.0212805, 0.0761591196, -0.0264328867, 0.0354717188, 0.0270405393, 0.00323923118, -0.00901984237, 0.00529164122, -0.00388327963, -0.0114631122, 0.00126515166, -0.0255720448, -0.0135202697, -0.000621498795, 0.00503845233, 0.00654492434, -0.0361553282, -0.0381048806, 0.0101085538, 0.000624268083, 0.0322309062, 0.00388960936, -0.0152925896, -0.0443839543, 0.0156217348, -0.00263316114, 0.0340538621, 0.0228376091, -0.01683704, -0.0563597754, 0.0204702951, 0.027622873, 0.00760198664, 0.00479159364, -0.0169256553, 0.0228376091, 0.0351425745, 0.0061271633, -0.00184511172, -0.0519036576, 0.00806405582, -0.0296990182, 0.0275215972, -0.014444408, 0.0507136695, 0.0388897657, 0.0396493301, -0.00559863215, -0.00726018241, 0.0276735108, -0.0167610832, -0.00130945968, -0.0296990182, -0.0470171161, 0.0303066708, 0.0165838506, -0.00288951444, 0.0046555046, 0.0121467216, 0.0156976916, -0.0273443647, 0.00446561351, 0.000312727439, 0.0042788866, -0.000290969037, -0.0064658029, -0.0189258456, -0.000882203924, 0.0176219251, 0.0126277795, 0.0410671867, -0.0385606177, 0.0093489876, -0.017723199, 0.0229768623, -0.0382567942, -0.00705130165, -0.0256480016, -0.0140013276, 0.000943127437, 0.0182675552, 0.016596511, 0.00364908017, -0.0126214502, -0.0319777168, -0.00507959584, -0.0520555712, -0.0386365764, 0.0210526288, 0.0106908875, 0.0448650159, -0.0201538093, -0.00665253, -0.0197613686, -0.0115327397, -0.0270658582, 0.0195841361, -0.0478526391, -0.00737411715, 0.00420293026, 0.0337247178, 0.0672468841, 0.0109504052, -0.0341045, -0.0600056909, 0.0171915032, -0.029774975, 0.026331611, -0.0243820585, 0.0212931577, -0.0373453125, -0.0337500349, 0.0296483822, -0.00137987768, 0.0140899438, 0.0292179603, -0.0171155464, -0.0342817307, 0.00630123029, -0.00256036944, 0.00253979792, -0.0373199955, -0.0298509318, -0.0258505531, -0.0196727514, -0.017507989, -0.0366870239, -0.00406684121, 0.0420799404, -0.0300534833, 0.0147862127, 0.00552267581, -0.0557521246, -0.0156470537, 0.0537772514, 0.00176124298, 0.0241668485, -0.00881096255, -0.0109250871, 0.00209355308, 0.0461056381, -0.0381555185, 0.0173940547, -0.00977940857, 0.0302560348, 0.011108648, -0.00955786835, -0.0353957601, -0.0330157876, -0.0540304407, 0.00789315347, -0.0159508791, -0.00626641698, 0.0588916615, -0.0223185718, -0.00364591531, 0.00549419178, -0.00217900402, -0.0227616522, 0.0251922626, -0.0309396423, -0.0264075678, -0.0180396847, -0.0399278365, 0.00638984656, -0.00543722464, -0.0216349624, -0.000346354063, -0.00241003861, 0.00191948586, -0.043573752, 0.036712341, -0.0315726139, -0.0315979347, -0.0264582057, 0.00518403575, 0.00202867342, 0.00710826926, 0.00686774, -0.0329398327, -0.00137354794, 0.00158638461, -0.00264265575, 0.014254516, -0.0125138452, -0.0256859809, -0.00703864219, 0.0168750174, 0.0136088859, 0.0141152628, -0.00569357816, -0.0321549475, -0.020065194, -0.0061303284, 0.0555495732, 0.014659618, 0.0284837149, 0.0329651535, -0.0107225357, 0.0179637298, 0.0338766314, -0.0250023715, -0.0252429, 0.00258094096, 0.00962116569, 0.0113175288, 0.043573752, -0.0568155162, 0.00169794587, 0.0291166846, 0.000360200298, -0.00751970056, 0.033699397, 0.0250909869, 0.028888816, -0.000162100027, 0.0270658582, -0.0191283971, 0.0175839458, -0.0147735532, -0.000785280194, -0.0277241487, 0.00575687503, -0.00406684121, 0.0101781804, 0.00875399448, -0.0180143658, 0.00651327614, 0.00302876835, -0.00481058285, 0.0179890487, -0.00838054158, 0.0178624541, 0.0313194245, -0.0163306631, 0.0558027588, -0.00587081, -0.0359021388, -0.0205589123, 0.0154191842, -0.0186979752, -0.00695635611, 0.0471943505, -0.0166851263, 0.0289394539, -0.0212678406, 0.0469158404, -0.018102983, -0.0224451665, -0.044308, -0.0211792234, 0.0223945286, 0.0330917463, 0.0354717188, -0.0387378521, -0.015520459, -0.0400797501, -0.025420133, -0.0146469586, 0.0278507434, 0.0383074321, 0.00360793713, -0.00922872312, 0.0389404036, -0.0627401248, 0.00282305246, 0.0015135929, -0.00200968422, 0.0187359545, 0.0142798349, 0.00819065049, -0.00776655925, -0.0155078, -0.010247807, 0.0342310928, 0.0391935892, 0.00373453135, 0.0260277856, -0.0146722775, -0.015545778, 0.0130771892, -0.00816533156, -0.0251163058, 0.0156470537, 0.0290660486, -0.0205082744, 0.000909896393, 0.0498781465, 0.014254516, 0.0174573511, 0.0480805077, -0.017672563, 0.0032439786, -0.0341551378, 0.000384134531, 0.0333449356, 0.037041489, 0.0147482343, 0.0184827652, 0.0207867809, -0.0190777592, -0.0429661, -0.00511124404, -0.0270911772, -0.00956419855, -0.0368136168, -0.0221793186, 0.00102857861, 0.00258252351, -0.0100072781, -0.0308890045, -0.0104566878, 0.00520619, 0.011944171, 0.00366173964, 0.0130771892, 0.000289782241, 0.0585371964, -0.0176092647, 0.0167864021, 0.0215336885, 0.0323068611, 0.0170016121, -0.00488970429, 0.0168496985, 0.0268886257, -0.0277747866, 0.0171788447, -0.0177485179, -0.00657657301, 0.0274203215, -0.0207488034, -0.0204702951, -0.0488907136, 0.0166344885, -0.0169762932, -0.0137734581, 0.0149381254, 0.00744374376, 0.0293951929, -0.0106086014, 0.00228660926, -0.0273443647, -0.0532202385, 0.00655125408, 0.00552900555, -0.0247618426, -9.00995292e-05, 0.00460170209, -0.00504161743, 0.0333702527, 0.0291166846, 0.00219008117, 0.0324334539, 0.00190207909, -0.0182422362, -0.0289141349, -0.0123049645, 0.00635503326, -0.0239642989, -0.00182454009, 0.00745007349, -0.0121783698, 0.00198594783, -0.0113428477, 0.019179035, -0.0351172537, 0.00126752525, 0.0185840409, 0.0213944335, 0.0275469162, -0.025635343, 0.0417507961, 0.00339272688, -0.0120264571, 0.002292939, -0.00122005236, 0.00816533156, 0.00992499199, -0.00266164471, -0.0340032242, 0.0203310419, -0.0814760849, -0.0112858806, 0.0176599026, -0.0184194688, -0.0121530509, 0.010545304, -0.031927079, 0.0146216396, 0.0123112937, -0.0278760623, -0.0356742702, 0.0121150734, 0.0244073775, -0.0223818701, 0.0173940547, -0.0281798877, -0.00356046436, 0.0193436071, -0.0132291028, -0.019394245, -0.0392695479, -0.00665885955, 0.00811469369, -0.0153938653, 0.00746906269, -0.0151406769, 0.00999461859, 0.0480805077, 0.0096907923, -0.0182042588, -0.0587397479, -0.0195714757, 0.0132670812, -0.0323321819, -0.00257144636, 0.0334208906, 0.0498021916, -0.0149761038, -0.0194575414, -0.00979839731, 0.0407633595, -0.00661455141, -0.0214703903, -0.0287622213, -0.00596575579, -0.00704497192, -0.0440801308, -0.0245466325, 0.0161534306, -0.0385859385, -0.00602588803, -0.0222679339, -0.0354717188, 0.0435231142, -0.00450042682, -0.0013442731, 0.0437003486, 0.0192676503, -0.0274962783, 0.00627907645, 0.00205082749, 0.0670949742, -0.00924771279, 0.00402253354, -0.00566509413, -0.0188752078, -0.0257999152, 0.0118492246, 0.00421242462, 0.0144950459, -0.000698642223, -0.00585498568, -0.00232300512, 0.0146216396, -0.0107605141, -0.0125265047, -0.00406051148, -0.00988068432, -0.03496534, -0.0295724254, 0.00254771, -0.041801434, -0.0414976068, -0.00726018241, -0.0116150258, 0.0186473373, 0.0455233045, 0.0485109314, -0.0199765787, -0.020495614, 0.00067965308, 0.00988068432, 0.0103047751, -0.0273696836, -0.0106529091, 0.00970978197, -0.0153812058, -0.0115960361, -0.03921891, 0.0291420035, -0.00346235372, -0.0159635395, 0.0209766738, 0.0138747338, -0.000396596151, -0.0057347212, 0.0293951929, -0.00192898046, 0.00233249972, -0.00773491058, -0.0118745435, -0.00439915154, 0.0156976916, -0.00161407713, 0.0249643922, -0.0174953304, -0.0211285856, -0.0196221136, -0.0011464695, -0.00910212938, -0.0346361957, 0.0214577317, -0.0451688394, 0.0111529566, -0.00278823916, -0.0342817307, -0.0085577732, -0.00762097584, -0.00290375645, 0.00619046064, 0.0351678915, -0.0166598074, -0.000676092575, -0.00708295032, 0.0243314207, 0.00135376758, 0.0111846048, 0.0228249487, -0.0213184766, 0.0107035469, 0.00914010778, -0.0136088859, -0.0119315116, -0.0291420035, 0.00398455514, 0.0133303786, 0.00103174336, 0.0074880519, 0.00307465857, -0.0147482343, -0.0264075678, 0.0321296304, 0.0184701066, -0.023078138, -0.00780453766, 0.00251447898, -0.00111165608, 0.0185460635, 0.00218216889, 0.0271418151, 0.0241035521, 0.00288160238, -0.0184827652, 0.00337057281, -0.0187232941, -0.0039782254, 0.0158875827, -0.00790581293, -0.00155157119, -0.012748044, 0.00866537914, 0.0189385042, 0.00751970056, 0.0148874875, 0.00854511466, 0.0326360054, 0.0132797407, -0.00910212938, -0.00855144393, 0.0266860761, 0.000836313469, -0.00548153231, 0.0193815846, -0.0498021916, -0.0111149782, -0.00293540489, 0.00407950068, 0.00418394106, 0.0129885739, 0.047067754, -0.0188119113, -0.0340538621, -0.0365604311, -0.0206981655, -0.0103933904, 0.00472829631, -0.0105009954, 0.0888691843, -0.0102224881, 0.0243567396, -0.0219641086, 0.0412444174, 0.0107984925, -0.0266860761, -0.0036205966, -0.00322657172, -0.0028483714, 0.000624268083, -0.00706396112, -0.0156976916, -0.026306292, -0.0145456828, 0.00337057281, 0.000457717455, 0.0103111044, -0.0268126689, 0.00513339834, -0.00763363531, 0.0224451665, -0.00742475456, 0.0222805943, -0.0030999775, 0.0179510694, 0.0428395048, -0.0321802683, -0.0151913138, -0.025496088, 0.0435990728, -0.023749087, -0.0426116362, 0.0100009488, 0.0146469586, 0.0156090753, -0.003563629, -0.0103933904, -0.00896287523, -0.00847548712, 0.0389150828, -0.0116909826, 0.00920973439, -0.00236731302, -0.0242048278, 0.000990600325, -0.0341551378, -0.0120834243, 0.0138747338, 0.0176345836, 0.0373706333, -0.00907681, -0.0310409181, 0.0309396423, -0.0397506058, 0.00546570821, -0.0365857482, -0.0228122901, -0.0148621686, -0.0322562233, 0.00473779114, 0.0126277795, 0.054334268, 0.011539069, 0.0266607571, 0.00453207549, 0.0149128065, 0.00454789959, -0.0281292498, -0.015976198, 0.0251669437, -0.0103744017, -0.00485805562, -0.00655758381, -0.0195588171, -0.0128429905, 0.00708295032, -0.0292939171, -0.0503338873, 0.0259771477, 0.00019849588, -0.0321043096, -0.0265341625, 0.00615564687, -0.028053293, 0.00248757773, -0.00174700108, 0.00584232621, -0.0100832349, 0.0203816798, 0.0119315116, -0.00203342061, 0.00114963436, 0.0244706757, -0.00274076615, -0.000691125693, 0.0178624541, -0.0147229154, -0.0231034569, -0.00201601395, 0.0139506897, -0.00882995129, -0.0110390214, -0.0118302358, 0.028458396, 0.00903883204, -0.00580434781, -0.00429154607, 0.0183941498, 0.031952396, -0.0392695479, -0.0167990606, -0.00203975034, 0.0121593811, -0.0196980704, 0.00665885955, 0.012425229, 0.0460296832, 0.00350033189, -0.0277747866, 0.00680444296, 0.0129505955, -0.0328638777, -0.0426622741, -0.0082286289, 0.014684937, 0.017723199, -0.0126910768, -0.00412064418, -0.0270152204, -0.0064879572, -0.000873500539, -0.0145456828, 0.015760988, -0.0242048278, -0.0381808355, -0.0216223039, 0.014444408, 0.000238748908, 0.0345096029, 0.0134443128, -0.00140519661, 0.00864638947, 0.00140124047, -0.0219641086, 0.00348450779, 0.0184194688, -0.00936164707, 4.56184498e-05, 0.00979206804, 0.00779820792, -0.0241415296, -0.0334715284, 0.00694369664, 0.00584549131, 0.00642149523, -0.00620628474, 0.0299015697, -0.0233060084, 0.0178497937, 0.029800294, 0.00729183061, -0.0183814894, -0.0161154531, -0.0336740799, -0.0267367121, -0.00625692261, 0.0326106884, 0.0205589123, -0.033699397, -0.000283848116, 0.0300028455, 0.00601639319, 0.0131278271, 0.016001517, -0.000676488213, 0.0449409708, -0.00741842529, 0.00610184437, 0.00585815031, -0.0282811634, -0.0128176715, 0.0355476737, 0.0163433217, -0.0140266465, 0.0138620744, -0.016811721, -0.0188498888, 0.0234832391, -0.0290154107, 0.013798777, -0.00957052782, 0.00215210277, -0.0206095502, 0.0213184766, 0.00952622, -0.0109124277, -0.0167357642, -0.0175459683, 0.0170016121, -0.00512073888, -0.0118935332, 0.0407380424, 0.041371014, -0.0102161588, 0.0147102559, 0.0150267417, 0.0153179085, 0.0223185718, 0.00596575579, -0.00827293657, -0.0143304728, 0.00549419178, -0.00247491826, 0.0182295777, 0.0130898487, -0.0175206494, 0.00732980901, -0.0101148831, 0.00581700727, 0.0131025082, 0.0123112937, 0.0208627377, 0.0148115316, 0.00531063043, -0.00437383261, -0.0137228202, -0.00499097956, -0.0343830064, -0.0131404866, 0.00690571824, -0.000755609653, -0.00353198056, -0.0169636346, 0.029774975, -0.0203563608, -0.0200145561, 0.00417128159, 0.00710826926, 0.00766528398, -0.0245466325, 0.00436117314, -0.0132797407, 0.0131404866, -0.0533215143, -0.00276608509, 0.000577190833, -0.0236351527, -0.00276450277, -0.0111402972, -0.00953888, 0.0231667534, 0.0283571202, -0.000636927492, -0.0345096029, -0.00257935864, 0.0415229239, 0.0175712872, 0.0148368506, -0.0152039733, -0.018318193, 0.0198753029, -0.0196854118, 0.0297243372, -0.00932366867, -0.022622399, 0.0266860761, 0.00347184832, 0.0424597226, -0.0221033618, -0.00640883576, 0.0187486131, -0.0198753029, 0.013798777, -0.000660663936, 0.0125961313, -0.0113365185, -0.0312687866, 0.0312434696, -0.0325347297, 0.026331611, -0.00668417802, -0.00544671901, -0.0231161155, 0.0274203215, -0.0215463471, -0.000968446257, 0.0202930644, 0.00776655925, -0.0388897657, -0.00991866179, -0.0246225875, 0.0119061926, -0.0266101193, -0.0295977443, -0.0454473495, -0.00733613875, 0.0283064824, 0.0108997682, -0.010032597, -0.00694369664, -0.00177864975, -0.00258094096, 0.00950723048, -0.00282621733, -0.0296737012, -0.00145820796, -0.0216982607, -0.00378833385, 0.0239896178, 0.00153337326, -0.0266354382, -0.0295724254, -0.0127543742, -0.00858309213, -0.0285343509, -0.0187486131, -0.0079248026, -0.00171218766, 0.00674114563, -0.00593094202, 0.0308636874, 0.0231540948, -0.00141785596, -0.0209133755, 0.0282811634, -0.0117289601, 0.012640439, -0.0215336885, 0.0169129968, 0.00337057281, -0.021356456, -0.0156343933, -0.00617463607, -0.0010167103, -0.020280404, -0.0237997249, -0.0304839034, 0.010032597, -0.00301610888, -0.0390416756, 0.0253441762, -0.0374719091, 0.0345602408, 0.0130518703, -0.0149634443, -0.0212805, 0.0206475276, 0.00751337083, -0.00826660637, 0.00298287789, 0.00237997249, 0.0254707709, 0.00885527, 0.0215210281, -0.0210019909, -0.0103870612, -0.0399025194, -0.0363578796, 0.00238155504, 0.0029021739, 0.0515745133, 0.00975409, 0.0118112471, -0.0140013276, 0.00202234369, 0.0144190891, -0.041801434, 0.000428442523, 0.00979206804, -0.0138240959, -0.0128809689, 0.0271924529, -0.0327372812, 0.0119125219, 0.00262524886, 0.0174067132, -0.0108554596, -0.0308130495, -0.00795645081, -0.0305345412, -0.00162040687, 0.0147862127, -0.0187612735, -0.000925720728, 0.0101718511, 0.00582650211, -0.0215083696, -0.00241478602, -0.0075766677, 0.00620945, -0.0128176715, -0.0114947613, 0.00562711572, -0.0469918, -0.0176345836, 0.0146975964, 0.0156723727, 0.00782985613, 0.00183403469, 0.00771592185, -0.0210019909, 0.0130518703, 0.00823495816, 0.00586448, -0.00932999887, 0.00977940857, 0.0108744493, -0.00386112556, -0.0179384109, -0.0143557917, -0.00795012061, 0.0198120046, -0.0150520606, -0.0242428053, 0.0351932123, 0.0127100665, -0.0150520606, -0.0133177191, -0.00214577303, 0.00707029086, -0.011216254, 0.00196854118, 0.0105642928, 0.016596511, 0.00428838143, 0.0227869712, 0.00314586796, -0.0180650037, 0.0377504155, -0.00279298634, 0.0140519654, 0.00036732122, -0.00153732928, 0.000520619, 0.00880463235, -0.0334208906, 0.000134209724, -0.0258378927, 0.0322562233, 0.0257113, -0.0157356691, -0.0093173394, -0.00158321974, -0.0219261292, -0.0223312322, -0.0180650037, -0.0186093599, 0.00117574446, 0.00244326959, 0.00857043266, 0.017026931, 0.0127796931, -0.00305250473, 0.0784378201, -0.0250783283, -0.00915909652, -0.0106718978, -0.00661455141, -0.0306611359, -0.00926037226, 0.0152799301, 0.0171788447, -0.00519036548, 0.0197107308, 0.0114631122, 0.00412064418, 0.00919707492, -0.0157483295, -0.00446561351, -0.0126467692, -0.0108048217, 0.0211032666, -0.0186599977, -0.0135962265, 0.0102857854, -0.00290375645, 0.00361743174, 0.029774975, -0.0231161155, -0.0125518236, -0.0217742175, -0.0134316534, -0.00614931714, 0.015976198, 0.00663987035, 0.0321296304, 0.0102794562, 0.043573752, 0.0303066708, -0.0053549381, 0.00473146141, -0.00607652543, 0.0200905129, 0.0202677455, -0.0173813961, 0.0162293874, 0.0307117738, -0.0145710018, -0.00195904658, -0.0216096435, -0.0214450713, -0.023293348, 0.0135202697, 0.00916542578, 0.00206981646, -0.0225970801, -0.014254516, -0.00916542578, -0.0109124277, 0.00256669917, -0.0129569247, 0.00659556221, -0.0193309467, 0.00995031092, -0.00251289643, -0.0134443128, 0.0188245699, 0.00396873103, 0.0120834243, -0.0169256553, -0.00873500574, -0.022622399, 0.0149507849, 0.01726746, 0.00961483549, -0.00896287523, 0.00351615623, -0.0140646249, -0.00424723839, -0.0143304728, 0.00111719454, 0.0231414344, -0.0219261292, -0.0109440759, 0.0323321819, -0.00668417802, 0.0227869712, 0.00911478885, -0.00777921872, -0.0174446926, -0.0216982607, 0.0025540397, -0.0131658055, 0.0225844197, 0.0169509742, -0.0141152628, -0.00284204166, 0.0333449356, -0.0122859757, 0.017887773, 0.0179004315, 0.00359527767, -0.0205842312, 0.0208753981, 0.023749087, 0.00379782845, 0.0257999152, 0.000790818653, 0.0203437023, 0.000247254473, -0.00998195913, -0.000440310745, 0.00550685124, -0.00177232, 0.0144697269, 0.0188119113, -0.00130233867, 0.00751337083, 0.0019796181, 0.0368136168, -0.00680444296, -0.00936164707, -0.00130154751, 0.041877389, 0.032787919, -0.0232173912, -0.00295755896, 0.00622527394, -0.00832990371, 0.00914643705, -0.00100009481, 0.00283096475, -0.0168623589, -0.0291420035, 0.0190524403, -0.0181283019, 0.0229768623, 0.0119948089, -0.0141026033, -0.0165838506, 0.037117444, 0.017026931, -0.017887773, 0.00146849372, -0.00453524, -0.0228502676, -0.00305725192, 0.0339525864, -0.00702598272, 0.00619362528, 0.00199386, -0.0112922098, -0.00836788211, -0.0089755347, -0.0440801308, -0.0163686406, 0.018343512, 0.0342057757, -0.0119188521, 0.0238883421, -0.00105943589, 0.000104736988, 0.00278982148, 0.0107605141, 0.0261543784, 0.0117669385, -0.00246384135, 0.0225844197, 0.0128999576, -0.0195461567, -0.000675697, -0.00663987035, 0.0172168221, -0.00214577303, 0.0229642037, 0.00124774489, 0.0107478546, -0.00688039931, 0.0082602771, 0.0407127216, 0.0057885237, -0.00744374376, -0.017507989, -0.0156090753, 0.00283729448, -0.00506060664, -0.00609235, -0.0298762508, -0.0334968492, -0.0213184766, -0.0116909826, 0.000258727057, -0.000540795, 0.00587397488, 0.0312941074, -0.00307940599, -0.0238630231, 0.0184574462, 0.00196537632, 0.0071652364, -0.00804506708, -0.0148874875, 0.00726651214, -0.0340032242, 0.0018008037, 0.0060575367, 0.0366110653, -0.00638668146, -0.0364085175, -0.0100895641, -0.000290969037, 0.0259771477, 0.0231667534, -0.000140440534, 0.00917808525, -0.00268221647, 0.00966547336, 0.0146722775, -0.0173054393, 0.015760988, 0.0139760086, 0.00480108801, -0.0169129968, 0.01726746, -0.0127543742, -0.00995664, -0.0108681191, -0.00739310635, -0.00590245845, 0.0105199851, 0.027622873, -0.0151659949, 0.0176599026, -0.0008133683, 0.0243694, 0.0261037406, -0.00115675526, -0.00161170354, 0.0151280174, 0.0172421411, -0.0328638777, -0.0212045424, 0.00279140403, 0.00872867554, 0.00260626, -0.0143937701, -0.0101528615, -0.0061303284, -0.000122242607, 0.0323575, -0.0165711921, 0.00807671528, -0.00819065049, -0.0130518703, 0.00076906028, 0.0240022764, -0.007222204, 0.02415419, 0.00527898176, -0.0289394539, -0.00443396484, -0.00749438163, -0.020900717, 0.0160394963, 0.0050194636, -0.00586764514, -0.0119315116, 0.00309206545, 0.0225337818, -0.0140519654, 0.0269645825, -0.0270405393, -0.00608285517, 0.00560812699, 0.00741209555, 0.0304332655, -0.00200493704, -0.00676013483, 0.00582650211, 0.0312687866, 0.0226983558, -0.0189385042, -0.0134443128, -0.00151675777, -0.0109187569, 0.00310472492, 0.00293540489, -0.014013987, 0.0129252765, -0.0389910378, 0.012830331, -0.00536443293, -0.00736778742, 0.0347881094, 0.00295914151, 0.0197233893, 0.00138304255, -0.0186979752, 0.00601955829, 0.0108301407, -0.00336107821, 0.0079184724, 0.0252049211, 0.0314460211, 0.00852612499, -0.0433205627, -0.00864638947, -0.010545304, -0.000969237473, 0.00720954454, -0.0177485179, 0.0268379878, 0.00489286892, -0.00234357663, -0.028888816, 0.00764629478, 0.017887773, 0.0114757717, -0.0166471489, -0.00534227863, 0.0113111995, 0.0157863069, 0.00749438163, 0.000752049149, -0.0021964109, 0.0325853676, -0.0107351951, 0.0046744938, -0.0129759144, 0.0120137976, 0.00656391354, 0.0220400654, 0.00311421929, -0.0134696318, -0.0173434168, -0.0161281116, 0.0198626425, -0.019634774, 0.0207741223, 0.00260784221, -0.0264328867, 0.0093173394, -0.0211032666, -0.0188245699, 0.011001043, 0.00740576582, 0.00110532634, -0.0103490828, -0.026331611, 0.02415419, 0.0397506058, -0.0312181506, 0.0172801204, -0.0143051539, -0.00016496818, -0.00927303173, 0.0137607986, -0.0109314164, 0.00598474499, -0.00488337455, 0.00780453766, -0.00115675526, -0.00617147144, 0.00390226883, 0.0278001055, -0.015976198, -0.00131816301, 0.00595309632, 0.0042820517, -0.00789948367, -0.00996297, 0.0229768623, 0.0367629789, -0.0082982555, 0.0246732254, 0.0142671755, -0.0467639305, 0.028888816, 0.0273950025, 0.015545778, 0.0154824806, 0.0105389738, -0.0157989673, -0.0119948089, -0.0228755865, -0.0061461525, -0.0121277329, -0.037547864, -0.0191030782, 0.00970345177, -0.00715257693, -0.0158116259, 0.0100579159, -0.036281921, 0.0246225875, -0.00717156613, 0.0196221136, -0.0304079466, 0.0140899438, -0.0331170633, -0.0121530509, -0.0157989673, 0.00876032468, 0.00595309632, -0.00814634189, -0.00163781352, -0.00504161743, 0.00361743174, -0.00128493202, -0.00565243466, -0.019229671, 0.0224198475, -0.013153146, 0.000147264756, 0.0114884311, -0.00412064418, -0.00778554846, 0.0132037839, 0.00314745051, -0.0266354382, 0.0387378521, 0.00902617257, 0.0146216396, -0.0131404866, 0.0211285856, 0.0100136083, -0.00919707492, -0.00275975536, -0.0150140822, 0.0268379878, 0.014039306, -0.00666518928, 0.000452178967, -0.0190904178, -0.0131658055, 0.00306358165, 0.0022059055, 0.00660189195, 0.00307307625, -0.0143684512, -0.00320441788, -0.0287369024, -3.58271718e-05, 0.0145710018, 0.0162293874, 0.00874766521, 0.00104598526, -0.0126467692, 0.00793746207, -0.00194796955, -0.00303035066, -0.00896920543, -0.0196980704, -0.00244643446, 0.0107731735, 0.00240212656, 0.0218248554, -0.00483906642, 0.00815267209, -0.00461436156, -0.021331137, 0.0346868336, -0.0122416671, -0.0096971225, 0.000761148112, 0.00475994498, 0.0184701066, 0.0146342991, 0.0115074208, -0.00493401242, -0.0233946238, -0.0186979752, 0.0214197524, 0.0167610832, -0.0273696836, 0.00294331717, 0.00471880194, 0.0123302834, -0.00586448, -0.00166313245, 0.0157989673, -0.0136595229, -0.00622527394, 0.00645630853, 0.00390859833, 0.00240529142, 0.00227236748, 0.00924138259, 0.0517011061, -0.0383074321, 0.00186251837, -0.020495614, 0.00041934356, 0.0194195639, -0.0057853586, -0.013798777, 2.59369936e-05, 0.0123492721, 0.0106845573, -0.00360793713, -0.0286356267, -0.00441497564, -0.00221698242, 0.0119631598, -0.00701332325, 0.0122416671, 0.0161914099, 0.0161534306, 0.0199639183, -0.0247365236, 0.0330157876, 0.00780453766, 0.00945659261, 0.0190777592, -0.0433458835, -0.0205082744, 0.00254296279, 0.00134822913, 0.00511757378, 0.000816533109, -0.0174067132, 0.00790581293, 0.0026410732, 0.0215210281, -0.00907681, 0.0222679339, -0.0282305256, 0.0131025082, -0.0035572995, 0.00458271289, 0.00507643074, -0.0129885739, -0.0121467216, 0.00198753015, 0.0064151655, -0.00696901558, 0.00330727571, -0.00401936844, 0.00709561, 0.00625375751, 0.00795012061, 0.016216727, 0.00683609117, -0.0101085538, -0.0021331138, 0.00237997249, 0.000340024329, 0.014900147, -0.0093932962, 0.0191916935, -0.0120201269, -0.0188245699, 0.00953254942, -0.0165458731, -0.00547836768, 0.0148115316, -0.0142165385, 0.00228502695, 0.00281830528, -0.0147862127, -0.019014461, -0.000886951224, 0.0244959947, 0.00186568324, 0.00483906642, 0.0200905129, 0.0212045424, -0.00715890666, 0.00432952447, -0.00626325235, -0.00707662059, 0.00293224, -0.0285343509, -0.00446877815, 0.0273950025, 0.00306991138, 0.000943127437, 0.0473462641, 0.00565559976, -0.0183055326, -0.0207741223, -0.0121403923, 0.0144064296, -0.0224325079, -0.0134443128, 0.000695081719, -0.00836155284, -0.00367123424, -0.0113681667, -0.00606070133, -0.00701332325, 0.00128651445, 0.0251416247, 0.0224578269, 0.00983637571, -0.00947558228, 0.0217742175, 0.0187486131, 0.00329778111, -0.00342754018, -0.000845016853, 0.0104313688, 0.00451308629, -0.00230085105, -0.00264423806, -0.00253188564, -0.00472513167, 0.00173434173, -0.0257113, -0.0110390214, -0.0146216396, 0.0201917887, -0.000450200925, 0.0243567396, -0.0203690212, 0.00839953, 0.0173054393, 0.00889957789, -0.00697534485, 0.0126087908, -0.00150093343, 0.00449409708, -0.0236478131, 0.0109693948, 0.0116086956, -0.00151675777, 0.01108333, -0.00808304548, 0.00554482965, 0.00010305566, 0.00721587427, 0.010437699, -0.0120011382, 0.022862928, 0.00118998624, 0.00526632229, 0.00294331717, -0.0128366603, 0.0196600929, -0.0318004824, 0.0145583423, -0.00492135296, -0.0166091695, 0.0106972167, 0.00038710158, 0.000585498579, -0.00182454009, 0.00160537381, -0.00187517784, 0.0164952353, -0.00100879825, -0.00790581293, 0.00741209555, 0.00291958079, 0.0259518288, -0.0167484246, 0.00621894421, -0.00617463607, -0.0181283019, 0.0103744017, -0.00194005738, 0.00901984237, -0.00294806436, 0.0276481919, 0.0188245699, -0.0216223039, -0.00234041177, 0.0150773795, -0.0164066199, -0.000655916636, 0.0236857906, -0.00793746207, 0.014229198, 0.0137228202, -0.0164445974, 0.00434851367, 0.00785517506, -0.00467132917, 0.0146089802, -0.0068234317, 0.00139016344, -0.013368356, 0.000879830273, -0.0043358542, 0.0301294401, 0.0136468634, 0.00879830308, 0.000568091869, 0.00348767242, -0.0106339203, -0.00934265833, -0.00408266578, -0.002857866, -0.00854511466, -0.014444408, -0.00913377758, 0.0128746387, -0.0129062869, -0.0197613686, -0.00677912403, 0.0191410556, 0.00900085364, 0.0105959419, 0.026762031, 0.00163306622, -0.0128619792, 0.019634774, 0.0147102559, -0.00576004, 0.00493717706, 0.00470614247, 0.0307877306, -0.0113744969, 0.0100579159, -0.0207614619, -0.00311263697, -0.00407000631, 0.0103744017, -0.0126277795, 0.000697851, 0.0326866433, -0.00885527, -0.0054214, -0.0113998149, 0.0177611783, 0.0127607035, 0.00598474499, -0.0085577732, -0.00129521778, 0.00696901558, -0.0271418151, 0.0113048693, -0.00585815031, -0.00988701358, 0.0211792234, 0.0237364285, -0.0140266465, -1.8012488e-05, 0.00490552839, 0.0109947138, -0.0199386, 0.00440548128, -0.0118492246, 0.00446877815, -0.0104313688, -0.00288793212, -0.0163939595, 0.00321707735, 0.00743108429, 0.00948824175, 0.00403202791, -0.0111466264, 0.0180776641, 0.00821596943, 0.0190650988, 0.00747539243, -0.0209640134, -0.00157293398, -0.0118555548, -0.00702598272, 0.0162673648, 0.000585894159, -0.0138494149, 0.0221160222, -0.00726651214, -0.00371237728, 0.00828559604, -0.0101655209, -0.00757033844, 0.0103427535, -0.0162547063, -3.72612485e-05, -0.00974143, -0.00241162116, -0.00117257959, 0.00955153909, 0.0138367554, 0.00607652543, 0.0164825767, 0.0101338727, -0.00506377127, 0.0113365185, -0.000830775, 0.00256828149, -0.0292939171, 0.00363958557, 0.00840586051, 0.0155964158, -0.0129885739, 0.0154318437, -0.00811469369, 0.0259265099, 0.0143178133, 0.00918441545, 0.00588663435, 0.0229262244, 0.00318226381, 0.00230559846, -0.0136595229, 0.0195967946, -0.00172009983, -0.0158116259, 0.014444408, -0.0178371351, -0.011077, -0.0166724678, -0.0106022712, -0.00349400216, -0.0146975964, 0.0219261292, 0.00555115938, -0.00102304, -0.00917175598, 0.00768427318, 0.00303509808, -0.0228122901, -0.00489919866, -0.00921606366, -0.00970978197, -0.00401620381, 0.0179890487, -0.0151026985, -0.00487387972, -0.00300344941, -0.0150014227, 0.00696901558, 0.0198879614, 0.0163306631, -0.0334715284, 0.0194069035, -0.0104503585, -0.00883628149, -0.0278760623, -0.0133556966, -0.00390226883, -0.0202677455, 0.00214419072, 0.00281514041, 0.00698800432, -0.00915909652, 0.000295320729, -0.0167484246, -0.0104123801, -0.0252049211, 0.0180270262, -0.00762097584, 0.0173940547, 0.00504478207, -0.00542456517, -0.00168053911, -0.0143051539, -0.0145963207, 0.00124299759, 0.0196221136, 0.00453207549, 0.00902617257, -0.0111719454, 0.00525999255, -0.0117036412, -0.0110200327, -0.00772858085, -0.00261100708, 0.00260309502, 0.00706396112, 0.00299711968, -0.00453524, 0.00205873954, 0.0244073775, 0.00043675027, -0.00506377127, 0.000824445277, -0.0021141246, 0.00941861514, 0.01261512, -0.0315472968, 0.0203437023, -0.00695002638, 0.0120327864, -0.00410165498, -0.000329540751, 0.00283254706, -0.0357249081, -0.0101465322, -0.00645314343, -0.00123350311, -0.00880463235, 0.0053549381, 0.0102224881, -0.000381365273, 0.0251289662, 0.0265341625, 0.0113555072, 0.0108491303, -0.030610498, 0.0183561705, -0.0133303786, -0.00202550855, 0.0256859809, 0.0209893323, 0.0156217348, 0.0248631183, -0.0268379878, 0.0208500791, -0.00511124404, 0.0119125219, 0.0101085538, -0.0126657579, 0.0295217875, -0.00950723048, 0.0120011382, -0.000586685375, 0.00824128836, 0.000584707363, -0.0107795037, 0.00998195913, 0.00554799428, 0.00766528398, -0.0150647201, -0.00703231245, -0.022622399, 0.0150394011, -0.00991233252, 0.0230275, 0.00260784221, 0.0082222987, -0.0215590075, 0.00102699618, -0.0122859757, 0.0132037839, 0.00084580807, 0.0201917887, -0.00265689753, -0.00384846632, -0.0158242863, -0.00549102714, 0.00204449776, -0.0193182882, 0.00421242462, -0.0245466325, -0.00235148892, -0.0222172961, -0.00126277795, -0.0235971753, 0.00922872312, -0.0192929693, 0.000560179702, 0.0140519654, 0.00212203665, 0.00136800949, 0.000564927, -0.00043398104, -0.0175712872, -0.000113539252, -0.00820963923, -0.0135709075, 0.00265531521, 0.0107478546, -0.025496088, -0.00767161371, -0.00667784829, -0.000220155373, -0.000467607635, 0.0120011382, -0.0105769522, -0.0141532412, -0.0228755865, 0.0242174864, 0.0107795037, 0.000459299888, 0.00116624986, 0.0050352877, -0.0115770474, 0.0211285856, 0.0114251338, 0.00418394106, 0.00048105829, -0.0263569299, 0.0114124743, 0.00261258963, -0.00651960587, 0.00880463235, -0.00760831637, -0.0128809689, 0.00556065375, 0.00912744831, -0.0149254659, -0.012640439, 0.0026410732, -0.0167610832, 0.00811469369, -0.0109124277, 0.0118935332, -0.0125011858, -0.00658923248, 0.0203563608, 0.000225693875, 0.00294015231, 0.0169256553, -0.00186568324, 0.00275500817, -0.0162673648, -0.00796911, 0.00917175598, -0.00960217603, -0.0145077053, -0.00984270591, -0.00198436552, 0.00461436156, 0.00429471117, 0.00763363531, 0.000980314449, 0.00195271685, -0.0315726139, 0.0181409605, -0.00675380509, -0.00692470744, -0.00475678034, 0.00736145768, 0.00280089863, -0.0118239066, 0.00149618625, 0.0025097318, -0.0167357642, -0.0211918838, -0.00236098352, 0.00377250975, 0.00574105093, 0.00755767897, 0.0105389738, 0.0182928741, 0.00762730557, 0.00272652437, 0.0102857854, -0.00841219, 0.00717789587, 0.00773491058, 0.0185207445, -0.00151913136, 0.0275722351, -0.00366173964, -0.00794379134, 0.0143178133, -0.00261575449, -0.0133050596, 0.0277494676, -0.000979523291, 0.0186346788, 0.0133177191, 0.00284362421, -0.0153432274, -0.000295518519, 0.0266607571, -0.0177485179, -0.00924771279, 0.0164066199, 0.0157483295, -0.0208121, 0.0350666158, 0.0382314734, -0.00524100335, -0.0184827652, 0.0194955189, 0.00388327963, -0.0154698212, -0.0167990606, -0.00576637, -0.0194955189, 0.0267367121, -0.00176282541, -0.0199765787, -0.0148621686, -0.00901984237, 0.011646674, 0.0197233893, 0.00534227863, -0.0125201745, 0.0151026985, 0.0134189939, 0.0150140822, -0.00531379506, -0.00144792208, 0.0162800252, 0.000194440916, 0.00398139, -0.000357035431, 0.0100705754, -0.00251764385, -0.00017485836, 0.000682422309, -0.000281276676, 0.0223565511, 0.0212045424, 0.00691837771, -0.000864797214, 0.00862740073, -0.0166218299, 0.00238472, -0.0186093599, -0.0231794138, 0.0170902293, 0.0109250871, 0.00425356813, -0.0323828198, -0.0175712872, 0.00384846632, 0.00202234369, -0.000474728557, 0.00353831029, -0.0109314164, -0.0109504052, -0.00117020588, 0.0221286807, 0.00470930757, -0.00324714347, 0.0112795504, -0.00566509413, 0.0215969849, 0.0011607114, -0.0313447453, -0.00879830308, -0.0288634971, 0.00934265833, -0.00289900904, -0.00659556221, -0.00922872312, 0.0120264571, -0.00933632813, 0.0182042588, 0.0141279222, -0.00763996504, 0.000971611124, 0.005715732, -0.00384530146, 0.0124505479, 0.0119758192, -0.0191283971, 0.025040349, -0.00276608509, 0.00845649838, -0.00145425182, 0.00339589175, 0.00395607157, -0.00676013483, -0.000515476102, 0.00191632099, 0.00182295765, 0.00458271289, 0.0344336443, 0.0106339203, -0.00048620117, 0.0226097386, -0.00895654596, 0.00209355308, 0.00662088115, 0.00927303173, -0.0218248554, 0.012507515, 0.00293224, -0.0107415253, -0.00328195677, -0.0151026985, 0.0225844197, 0.0190524403, -0.0212551802, -0.00288951444, -0.00161170354, 0.00600689882, 0.0180017073, -0.0154191842, -0.00644048443, 0.0161787495, 0.0141532412, -1.94465629e-05, -0.00699433405, 0.0279520173, 0.00667784829, 0.0351678915, 0.00874766521, 0.0108174812, 0.00263632601, 0.00276292022, -0.0090071829, 0.00741842529, 0.00337690255, -0.00400354434, -0.0046966481, -0.00568091869, -0.00837421231, -0.00500363903, -0.0184194688, 0.0103364233, -0.00476627471, -0.000688356406, -0.00914643705, -0.00583916157, -0.00560812699, 0.0244326964, -0.0172041636, -0.0152799301, -0.00701965299, 0.011133967, 0.0130265523, -0.0192803089, 0.0030366804, 0.00163306622, 0.00100088608, -0.0121530509, 0.013583567, 0.0157989673, 0.00676013483, 0.0150394011, -0.00370288291, -0.0125391642, -0.014229198, -0.0141026033, -0.0104566878, 0.0242428053, 0.0172041636, 0.00529797096, 0.00413646828, 0.0013980756, 0.00988068432, 0.00304142758, -0.00131104211, -0.0114188045, -0.00355413463, -0.0136342049, 0.0109567354, -0.0230528191, 0.00603221776, -0.0174446926, -0.0111213075, 0.0365351103, -0.0292432792, -0.0164445974, -0.01705225, -0.00180871587, -0.0112542314, 0.0140772844, 0.0039750603, 0.00450359145, -0.0207614619, -0.0189005267, -0.0156343933, -0.00331044057, 0.00451941602, -0.0159255601, 0.00814001262, -0.00338956201, -0.00376301515, -0.00815900136, 0.00457005389, 0.00779187819, -0.00197170605, -0.0247491822, 0.0100642452, 0.0264582057, 0.00661455141, -0.00393391727, 0.0179637298, -0.00928569119, 0.0255087484, 0.02678735, -0.00114409579, 0.000131242661, -0.00995664, -0.0186599977, 0.0115264095, -0.00381365279, 0.000447036058, 0.00348134292, 0.00134585553, -0.0161027927, 0.00908314, -0.00431053527, 0.0096591441, -0.0202550851, 0.0227996297, 0.0114884311, -0.000424486469, 0.0100769047, -0.0122416671, 0.00288476725, -0.00183878199, 0.00138541625, -0.00465234, -0.00567142386, 0.00190524396, -0.0139253717, 0.00799442921, -0.011216254, 0.0250150301, -0.00386429043, 0.00767161371, 0.0127543742, -0.00700066378, 0.0345602408, 0.0250530094, -0.00942494441, 0.00924771279, -0.0237870663, 0.00818432, -0.00420926, -0.0356489494, -0.00778554846, -0.00936797727, -0.00450992119, -0.0089818649, 0.00625059288, 0.00955153909, 0.0143304728, -0.0102794562, 0.0105896117, 0.0136342049, 0.00124378887, -0.00660189195, 0.00657657301, -0.00386745529, -0.0309396423, 0.0125771426, 0.015545778, 0.025445452, -0.0196474325, -0.0121720405, 0.00674747536, 0.00550052151, -0.00377883948, -0.0214577317, -0.0235591959, -0.0221666601, 0.0301294401, -0.0100895641, 0.007222204, 0.00420926, -0.00633920869, -0.00367123424, -0.00276133791, -0.00489919866, -0.00153653813, -0.00204291521, 0.00135139399, -0.00514605781, 0.00329778111, -0.0104756774, -0.0132924, 0.00185935351, 0.00761464611, 0.00160932983, -0.000714862079, -0.00444029458, 0.00242428062, 0.00824761763, 0.030610498, -0.00304459245, -0.000564927, 0.000433585432, 0.0118682142, -0.0156470537, -0.0152925896, 0.00226603774, 0.00225021341, -0.011671993, -0.0107351951, 0.00643731933, 0.0368389376, -0.00196379377, 0.0176219251, 0.000403914892, 0.00186251837, 0.00447827298, 0.00632021949, 0.0437509865, 0.0195588171, 0.00247333595, -0.00570940226, 0.0255847052, 0.0123112937, -0.0255214069, -0.00429471117, 0.00530746533, -0.00313162617, 0.0113301883, 0.00946925208, -0.0021584325, 0.0151280174, -0.00630123029, 0.0185334031, 0.00731082, 0.0119188521, -0.00398772, 0.0253441762, -0.00191473856, -0.0192549899, 0.00417444669, -0.0210273098, 0.0119251814, 0.0010428204, 0.00117970048, -0.0146216396, -0.00426939223, 0.00616830634, -0.000624663662, 0.00352248596, 0.00312687876, 0.00349083729, -0.000582333712, -0.00695635611, 0.0175839458, -0.0346615165, 0.019609455, 0.0185967, 0.00612083357, -0.0298762508, -0.0378010534, 0.0117479498, 0.0146469586, 0.00546570821, 0.00612083357, -0.0130012333, 0.00141548237, -0.00888058916, -0.00482957205, -0.00677912403, -0.00203025574, 0.0105073256, 0.014684937, 0.00497199036, -0.0129505955, -0.0124821961, -0.00281514041, -0.00172484713, -0.00695635611, 0.0145963207, -0.00315694488, 0.00275184331, -0.0148495091, -0.00393075263, 0.00762730557, 0.0157863069, -0.0305598602, 0.0143684512, 0.00543722464, -0.01683704, -0.0221160222, -0.00108554598, 0.00745007349, -8.41901419e-06, 0.00614931714, -0.0153938653, 0.00526315719, -0.0158496052, -0.00358894793, 0.00167579181, 0.00488653919, -0.0210273098, 0.00967813283, -0.007880494, -0.0182802156, 0.0234832391, -0.00228027953, 0.0341298208, -0.000701015873, 0.0100958943, 0.00683609117, 0.00874766521, 0.00693736691, 0.00921606366, 0.00882995129, 0.00561129162, 0.00592777738, 0.000771829509, -0.00215368532, 0.0141152628, 0.01769788, -0.00577586424, -0.00816533156, 0.032762602, 0.0250783283, 0.01239991, -0.00298129534, -0.0366617031, 0.00195746403, -0.0046206913, -0.00945026334, -0.0127163958, 0.00671582669, -0.0228122901, 0.00495300116, 0.00578219397, 0.00696901558, -0.0121783698, -0.00510491431, -0.0122226784, 0.0188245699, 0.0112415729, -0.00672848616, 0.00910845865, -0.0212678406, 0.0250909869, -0.0122986343, -0.00901984237, 0.00222014729, -0.00243852241, 0.00968446303, 0.0290407296, -0.00140282291, 0.0289394539, -0.00798809901, 0.02458461, 0.00961483549, -0.0176092647, 0.00068954326, -0.026306292, -0.00772858085, 0.0146342991, -0.0185967, -0.0221666601, 0.0248124804, -0.00739943609, -0.0126784174, -0.00960217603, 0.00418077642, -0.0147482343, -0.00650061667, -0.0257239584, -0.028053293, 0.00135455886, -0.0180650037, -0.0116846524, -0.00710193953, 0.00493084732, 0.0264835246, 0.00767794345, -0.00670316722, 0.0234199427, 0.00638668146, 0.00410481961, -0.00453207549, -0.0170016121, -0.0451435223, -0.0136721823, 0.00745640323, -0.0204702951, 0.00856410339, -0.0132417623, -0.00621894421, -0.00414912775, 0.00534860836, 0.00445611868, -0.00556698348, -0.0023372469, -0.0116403447, -0.0135709075, -0.000786862627, 0.0194322225, -0.000966863823, 0.0246479064, 0.00622527394, -0.0224958044, -0.00211887178, -0.00118523894, -0.0065069464, -0.0179890487, -0.00260309502, 0.0111276377, 0.0351172537, 0.00166155, 0.020736143, 0.00582333701, -0.0108174812, -0.0200778544, -0.0311421938, 0.00635819789, 0.0285343509, 0.0181536209, 0.00588663435, -0.00640883576, 0.00104598526, -0.005715732, -0.0212678406, 0.0151533354, 0.0475234948, -0.00193214521, -0.000416178722, -0.0138747338, 0.0126341097, 0.0333449356, -0.00540557597, -0.00831091497, -0.00566192949, -0.00946925208, 0.0159508791, 0.0123239532, -0.00883628149, 0.014874828, 0.0131025082, 0.00554799428, 0.00381048792, 0.00618729554, 0.014013987, 0.0145330243, -0.00877931342, -0.0207108241, -0.00496882573, 0.0229262244, -0.00091543491, -0.0206095502, -0.00190049666, -0.00472513167, 0.00694369664, 0.00117416203, 0.023508558, 0.00517770601, 0.00259993016, 0.0204449762, -0.0096971225, 0.00529797096, 0.00918441545, 0.00748172216, -0.0230275, 0.0221033618, -0.0156976916, -0.00781086739, -0.0129126171, -0.00906415097, 0.002669557, -0.00160537381, -0.0162420459, -0.0281039309, -0.028053293, -0.00340538635, 0.0178624541, 0.0105009954, 0.00301610888, 0.0208374187, 0.00926670153, -0.0262303352, -0.0240529142, -0.00937430654, 0.0189385042, 0.0227616522, 0.000662641949, 0.00313637336, -0.0205968898, 0.0105389738, 0.0152166327, -0.0121340621, 0.0201031715, 0.0211285856, 0.0132037839, 0.00932999887, -0.00564610492, -0.0258252341, 0.000526948716, -0.017672563, -0.00478842901, 0.00178339693, 0.0395227373, -0.0146469586, 0.00946292281, -0.00974143, -0.0340032242, 0.000578773266, -0.00771592185, -0.00441497564, 0.00731714955, 0.00851346552, -0.0181536209, 0.00708928, -0.00158480217, -0.00828559604, -0.00731714955, 0.000866379647, 0.000680048659, -0.0257113, -0.0178624541, -0.0224578269, 0.00815900136, -0.0028768552, 0.0186093599, -0.0434977971, -0.0147102559, 0.000444266829, -0.00415862212, 0.011026362, -0.00182928739, -0.0107984925, 0.0154065248, -0.0373706333, -0.00705763139, -0.0109883836, -0.000504794705, -0.0170649104, 0.00482324231, 0.0151406769, -0.000469585677, -0.00414912775, -0.00458904263, 0.0146722775, 0.00512706861, -0.00244801701, -0.0329651535, -0.00174858351, -0.0107351951, -0.0159508791, -0.0287115835, -0.00113539246, 0.00261417194, -0.0217362382, 0.00605120696, -0.0159635395, -0.00790581293, -0.00941228494, 0.00444029458, -0.00159746164, 0.014229198, 0.00425673276, 0.0101148831, -0.0287369024, 0.00116624986, -0.00171693496, -0.00533278426, -0.00844383892, 0.00475994498, -0.00363325607, 0.0100199375, 0.00358894793, 0.00731714955, -0.0137228202, -0.0121847, -0.00400354434, 0.0107668443, -0.0121593811, 0.00609867973, -0.0146469586, 0.00901984237, -0.0194828603, -0.0243187621, 0.00492135296, -0.0116150258, 0.00744374376, -0.0046428456, 0.00638668146, -0.0327119641, -0.012697407, -0.00696901558, 0.00222647702, -0.024128871, -0.0382821113, -0.0234452616, 0.00378200435, 0.00142181211, 0.0241795089, -0.00946925208, -0.0101085538, -0.0137481391, -0.0117352903, -0.0410418659, -0.0148241911, -0.0121910293, -0.0126910768, -0.00770326238, 0.00164414325, 0.000541586196, -0.0153558869, 0.00628224155, -0.0120517761, 0.00710826926, 0.0106086014, 0.0132670812, -0.0267113931, -0.0075766677, -0.0123745911, -0.019824665, 0.0378770083, -0.00711459899, 0.00529797096, -0.00846282765, -0.00377567462, -0.0054087406, -0.00191790343, -0.0223945286, -0.00322182453, 0.00307307625, -0.0277494676, -0.00795012061, -0.00782985613, -0.00729183061, -0.0141279222, -0.00452258065, 0.0183814894, 0.000635345059, -0.0050732661, -0.00452258065, 0.00611450383, -0.0179130919, 0.00154128543, -0.00342437532, 0.00122400851, -0.0204069987, -0.0194955189, -0.0144064296, 0.0137861175, 0.0121847, 0.00974775944, -0.00982371625, 7.18026931e-05, 0.013343038, 0.0215083696, -0.0172421411, 0.0115517285, 0.0334968492, -0.0273443647, 0.0105009954, -0.0106972167, 0.00418077642, -0.0177485179, 0.0150140822, -0.00158875831, 0.0246352479, -0.0141532412, 0.0108744493, 0.0266354382, -0.00834256317, 0.0178497937, 0.00808937475, -0.00107842509, 0.00674114563, -0.00108712842, 0.00653226487, 0.0117163006, -0.00782985613, -0.00905782077, -0.0135709075, 0.000445058045, 0.000845016853, 0.0215463471, -0.000558992906, -0.0244580153, 0.00923505332, 0.0101908399, 0.00810836349, 0.01705225, 0.012532834, 0.00472829631, 0.00657024328, -0.0139127122, 0.00473779114, 0.0206348691, -0.0456752181, -0.0197993461, -0.00285153626, -0.000990600325, -0.0230021812, -0.0160268359, -0.00277399714, 0.0082539469, 0.00550368661, 0.0312434696, -0.0179384109, 0.0134443128, -0.00184194685, 0.00424090866, 0.000330925366, -0.0054087406, 0.0157483295, -0.0207234845, -0.00119868969, 0.00275975536, 0.0138747338, 0.00779187819, 0.00155394489, 0.0064120004, -0.000630597759, 0.0144697269, 0.0114631122, -0.00285311858, -0.00727284141, -0.00457005389, 0.0128050121, 0.0224451665, 0.00423141383, -0.00114013976, 0.0162293874, -0.011861884, 0.0139127122, 0.0184574462, -0.0137354797, 0.0114694424, -0.0122543266, 0.00135060272, 0.00278982148, 0.00254929229, 0.0109187569, 0.00724119321, 0.00131974544, -0.0154445022, -0.00934265833, 0.0105642928, 0.000376618, -0.0181536209, 0.0159382205, 0.0421305783, -0.0230907965, -0.00271702977, 0.00607019616, -0.00527581666, -0.0035826182, -0.00158242858, 0.0109947138, -0.0133556966, -0.000278507418, 0.0133303786, -0.0101085538, -0.00497515546, 0.0102541372, 0.00286261318, 0.000609630602, 0.0208247602, 0.0128999576, -0.0129885739, 0.00724119321, 0.0211032666, -0.0203943383, 0.0192043521, -0.00436750287, 0.0142165385, -0.00624109805, -0.00459220773, 0.016166091, -0.00115992012, 0.000310353789, -0.0101655209, 0.00209355308, -0.0106465789, 0.0147608938, 0.0121024139, 0.00668417802, 0.0136215454, 0.00309839519, 0.0129885739, 0.0115453983, 0.011431464, 0.00626008725, -0.0168750174, 0.00484223152, -0.0108617898, -0.0124505479, -0.00670949696, -0.0143557917, 0.0298762508, -0.00294648204, 0.0207488034, -0.014254516, -0.00330727571, 0.0333196148, 0.0157736484, 0.00439598644, -0.0115833767, 0.00506060664, -0.0274456404, -0.00520619, 0.0157863069, 0.00674114563, -0.00398139, -0.0100452565, 0.00220432295, 0.0141532412, 0.0096907923, 0.00253979792, -0.0115897069, -0.00311105466, -0.0147988722, 0.00638351683, 0.00696268585, 0.0134316534, 0.00442763511, 0.028509032] |
24 Jan, 2023 | How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?
24 Jan, 2023
To change the URL in the browser without loading the new page, we can use history.pushState() method and replaceState() method from JavaScript. To display the browser-URL before changing the URL we will use window.location.href in the alert() function and will use again after changing the browsers-URL. Note: The history.pushState() method combines HTML 5 History and JavaScript pushState() method.
Syntax:
alert(" Message:" + window.location.hrf);
Below examples illustrate the above approach:
Example 1:
HTML
<head>
<script>
function geeks() {
alert("The current URL of this"
+ " page is: " + window.location.href);
}
function change_url() {
window.history.pushState("stateObj",
"new page", "changedURL.html");
alert("The URL of this page is: "
+ window.location.href);
}
</script>
</head>
<body onload="geeks()">
<a href="javascript:change_url()">
Click to change url
</a>
</body>
Output:
Example 2:
HTML
<head>
<script type="text/javascript">
function geeks() {
alert("The current URL of this "
+ "page is: " + window.location.href);
}
function change_url() {
window.history.replaceState("stateObj",
"new page", "changedURL.html");
alert("The URL of this page is: "
+ window.location.href);
}
</script>
</head>
<body onload="geeks()">
<a href="javascript:change_url()">
Click to change url
</a>
</body>
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ? | https://www.geeksforgeeks.org/how-to-display-changed-browser-url-without-reloading-through-alert-using-javascript?ref=asr10 | CSS | How to Display Changed Browser URL Without Reloading Through alert using JavaScript ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, CSS, Node.js Stream writable.writableFinished Property, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ? | GeeksforGeeks | [0.00144567, 0.0009751342, -0.0135615738, 0.0397975147, 0.00521867117, 0.0122054163, 0.0100000761, 0.0254501309, -0.0366796218, -0.0173892323, 0.0147783132, 0.0093663577, -0.0206338707, -0.0451207496, -0.0121040214, -0.0421042517, -0.0431435481, -0.0066603804, -0.00670474069, 0.0345503278, 0.0259824544, -0.0189735293, -0.0592653453, -0.0182130672, -0.0200508498, 0.0152979624, 0.0050032069, 0.0158176105, -0.0320408, 0.019062249, -0.0015803352, 0.0093663577, -0.0311029, -0.0176680684, -0.0254121069, -0.00196769554, 0.00668572914, 0.0143473847, -0.0321928933, -0.00360902632, 0.0242207162, -0.00674910098, -0.00639738701, -0.0295566265, 0.011951929, -0.0102408892, -0.00504439836, -0.0322689414, 0.0075982837, 0.00107969774, -0.00253487355, 0.00399876293, 0.0119646033, -0.0213943329, 0.0201142225, -0.0183905084, 0.0225096773, -0.0418254137, -0.0149937775, -0.00796584, 0.0344742797, -0.0228138622, 0.0143980822, -0.0143093616, -0.0042680935, 0.0223575849, 0.0116223954, -0.021330962, 0.0200128276, 0.0184538793, -0.00643857894, 0.0465149283, 0.000442018587, 0.0208366606, -0.00943606719, -0.00716735516, -0.020126896, -0.00595061574, 0.0143727334, 0.0158556346, 0.0168442354, -0.00761095807, 0.00470852759, -0.0116921039, 0.00346960826, -0.0448165648, 0.0262612905, -0.0515846759, 0.0493793376, -0.0107351895, 0.00213563093, 0.0152092418, 0.0421549492, -0.0287961643, -0.0301649962, 0.00852351263, -0.000733529043, 0.0156528447, -0.0145375, 0.0461093485, 0.0283145383, 0.0177948121, -0.0162485391, -0.0207099169, 0.0225096773, 0.0145375, 0.0328266136, 0.0166921429, 0.0152345905, 0.0295819752, 0.0296326727, -0.00593160419, -0.030570576, 0.0174526051, 0.0133714583, 0.00108048983, 0.00434730807, -0.00855519809, 0.0159950517, 0.0255642, -0.00336504471, 0.00958182197, 0.0101394942, 0.0729029626, -0.0242587402, 0.0362993889, -0.0165654, -0.0282638408, 0.0205705, -0.0209887531, 0.0106971664, 0.0101078087, -0.0214450303, 0.0041318438, 0.0272245426, -0.00138784328, -0.00212295656, -0.00925862603, -0.0355389267, -0.0104563534, -0.0536379255, -0.0179849286, 0.019100273, -0.0075982837, 0.0137009919, 0.0116857672, 0.0448926091, -0.0197846889, -0.0735113323, 0.0283145383, -0.0195565503, -0.0612425469, -0.022294214, 0.0114512909, 0.000311512209, 0.0124969268, -0.0113879191, -0.0150698237, -0.0216478202, -0.00136962393, -0.000891166506, -0.0151585443, 0.0175920222, 0.00756026059, 0.000783434371, -0.00875798799, 0.0879601166, -0.0438026153, -0.0140178511, 0.0165147018, -0.0334096327, 0.0215971228, -0.00523768272, -0.0179849286, -0.0175666735, 0.00512044458, 0.0466923714, -0.0083333971, -0.0010123651, -0.0265908241, -0.015044475, -0.010323273, -0.00431245379, 0.0159950517, 0.0136629688, 0.0214323569, -0.0244361814, -0.0091065336, 0.00282321544, -0.0198227111, -0.0618002191, -0.0112168156, 0.0300889499, 0.00816863, 0.0110773975, 0.026311988, 0.000409540517, 0.00424274476, 0.0255642, -0.00131100498, 0.0123765199, -0.0287708156, -0.0285680257, 0.0107225152, -0.032801263, -0.0215971228, 0.0154627291, -0.0628141686, 0.0152219161, 0.0255515259, -0.00144408573, -0.0045817839, -0.0311535969, -0.0148543594, -0.039366588, -0.00111692864, -0.0508242138, -0.0285933744, 0.0168822575, -0.028339887, -0.0116540808, 0.0318887085, -0.0204817783, 0.00836508255, -0.0665150806, -0.00884670857, -0.0049208235, 0.0430168062, 0.0210267771, -0.0366796218, -0.0234602541, 0.0145375, -0.0124398917, 0.00116683403, -0.00898612663, -0.00579535449, -0.0261345468, -0.00870729052, 0.00418887846, 0.0123384967, 0.00615023682, 0.0246516448, -0.00571930828, -0.0225603748, -0.00671741506, 0.0125032635, -0.00823833887, -0.0082827, 0.00551651884, 0.0165780727, 0.0311029, -0.00077155215, -0.023042, 0.00214988971, -0.0249558296, 0.00347911404, 0.0250699, -0.0242460649, 0.0680360049, -0.0224463046, 0.0270977989, -0.0370091535, 0.0280357022, 0.0366796218, 0.0232447907, -0.010785887, 0.0275540762, -0.00444553467, -0.0116033833, 0.0127504142, 0.0128454715, -0.0507481694, 5.57969252e-05, 0.0199748036, 0.00740816817, 0.0200001523, 0.00718636671, 0.00216573267, 0.0125856474, -0.000413897331, 0.00614073128, 0.0356149748, 0.0434223861, -0.000637679128, 0.0053707636, 0.0113942567, -0.000903840875, 0.0109823402, 0.00674910098, 0.0150571493, -0.0154627291, -0.0274526812, 0.032116849, -0.0137643637, 0.0670220554, 0.0226237457, -0.0348291621, 0.0588597655, -0.0206211973, 0.0222054925, -0.00624846341, -0.0426365733, -0.0247023422, 0.0226997919, -0.0191889927, 0.00260141399, 0.0448419116, -0.0228138622, 0.0184919033, -0.0510523543, 0.0294552315, -0.0260585, 0.00903048739, -0.0193157364, -0.0169836525, 0.00340940501, 0.0422309935, 0.0235869978, -0.0106401322, -0.00955647323, -0.0348291621, -0.0273512863, -0.00077551289, 0.0418507643, 0.0240179263, -0.0117237903, -0.0254881531, -0.0190369, 0.0375161283, -0.0262866393, -0.0409889072, -0.0284666307, -0.0105070509, 0.0070216, -0.0178201608, -0.0166287702, 0.0187580641, 0.00225920603, 0.0210521258, -0.000767195306, 0.0138023868, -0.0346770696, -0.016932955, 0.00568445399, 0.0133587839, -0.020507127, 0.00123416656, 0.0120089632, 0.0397468172, -0.000856312, 0.000861857, 0.0193537604, 0.047224693, -0.0112358266, 0.0421549492, -0.0213689841, -0.00341891078, -0.00639105, -0.0360459, -0.0238278117, 0.0353614874, -0.004147687, 0.0168822575, -0.00159142527, 0.0235109515, -0.05997511, -0.0138023868, -0.0050697471, -0.00327632413, -0.00567494798, -0.0374147333, -0.00238278112, -0.0115526859, 0.0351333469, -0.037237294, 0.00655898545, -0.0387328677, 0.00974025205, -0.0123828575, 0.0289989542, 0.023118047, 0.0374654308, 0.0074335169, 0.0184031818, 0.0279850047, -0.012915181, 0.0253740847, -0.00891641807, 0.00871996488, 0.0241319966, -0.0356149748, 0.0129278554, -0.0294552315, -0.0104817022, 0.0117047783, -0.0248797834, -0.0367303193, -0.0429661088, 0.0212042183, -0.0302663911, 0.0336631201, 0.00235426379, -0.0110203633, -0.00610587653, -0.00303234253, 0.0211661942, -0.000617479382, -0.0273259375, 0.00407480914, -0.0173638836, -0.0399749577, -0.0243221112, 0.0183144622, -0.0106274579, 0.041115649, 0.0388342626, 0.00362170069, 0.0331054479, -0.013498202, 0.0274526812, 0.0608876646, -0.0142966872, -0.032902658, 0.0116477441, -0.0313056894, 0.00610904535, -0.00510143302, -0.00124921743, 0.0299115088, -0.0276554711, -0.0423577391, -0.0169456303, -0.00139972544, 0.0301649962, -0.0071483436, 0.00955013651, 0.0332068428, -0.015868308, -0.026413383, -0.0148797082, 0.00624212623, 0.0370852, 0.00856153574, 0.0159443542, -0.0490244552, 0.0192903876, -0.0397214703, -0.0174526051, 0.00856153574, 0.0561221, -0.0171864424, 0.0246896688, 0.0199874789, -0.00672375225, -0.0112041412, -0.0259064082, -0.0465909764, -0.0150951724, 0.0326745212, 0.0052345139, 0.0196325965, 0.0198987573, 0.00509826466, 0.00852984935, 0.0247023422, -0.00712933205, -0.00686950749, -0.0154500548, -0.00516797369, -0.0136756431, -0.00441384874, 0.00138071401, -0.0201902688, 0.0245375764, 0.00284064258, -0.0124905892, 0.0159570295, -0.0341193974, 0.0146262208, -0.0296580214, 0.00430928497, 0.0710271597, 0.0189101566, 0.00463248137, -0.00582070323, -0.0181750432, 0.0421549492, 0.0203930587, -0.0234729294, -0.0127060534, 0.00144250144, -0.00658433419, -0.0132447146, -0.0288975593, 0.0212802645, -0.0359191597, -0.0385554284, -0.00371992704, 0.0403805375, 0.0455770269, -0.0138277356, 0.0175920222, -0.000188333186, 0.0253360607, -0.0354375318, 0.0076806671, -0.0256402455, 0.038301941, 0.0073954938, -0.00446771458, -0.00956281088, 0.0089037437, -0.0183651596, -0.00582070323, -0.0130292503, -0.0223829336, -0.0347277671, 0.00942339282, -0.00427126186, 0.0212422404, 0.00910019595, -0.00709130894, -0.0282638408, 0.0149177313, -0.0161598194, -0.00607735943, 0.0382258929, 0.00242397282, -0.0389356576, -0.0104436791, -0.0168949328, 0.0264894292, 0.0288975593, 0.0315845236, 0.0100064138, -0.0187327154, -0.0136502944, -0.00678712409, -0.00655264826, -0.0168442354, -0.0314577818, -0.0166794676, -0.0172751639, -0.0141445948, -0.0399242602, 0.0199874789, 0.054651875, -0.0340687, 0.0146388952, 0.00559573341, -0.0107542016, 0.0295819752, -0.00361219491, 0.0215971228, 0.0123068113, 0.0227504894, 0.0091635678, -0.0321928933, -0.008536187, -0.00223861029, 0.0210648, -0.00795950275, 0.0416226238, -0.00576683739, -0.00398292, -0.0198987573, 0.0118632084, 0.0209634043, -0.0270977989, 0.0246389713, -0.00704061147, 0.00587773789, 0.00854886137, -0.0099367043, 0.0142840128, -0.00871996488, 0.0333842859, -0.0298354626, 0.0321928933, 0.0270724501, 0.00303867972, -0.0406847224, 0.0300382525, 0.0185552742, -0.0332828909, -0.00434413971, -0.0169202816, -0.00559890177, -0.0381751955, 0.00247308612, -0.010564086, 0.0233715344, 0.0152092418, 0.00131971855, -0.00676811254, 0.00269013457, -0.0177441146, 0.00872630253, 0.0117047783, -0.019201668, -0.0170216765, 0.0349052101, 0.00591893, 0.00995571632, 0.0302156936, -0.0207732897, 0.030469181, 0.00213404675, -0.0111597814, -0.0162612144, -0.0282891896, -0.015044475, 0.0334603302, -0.0246896688, -0.0205451511, -0.0340940505, -0.0175286513, 0.035031952, -0.0101648429, -0.0194931775, 0.0342968404, -0.0364768319, 0.0249431562, -0.00766799273, 0.0296326727, 0.0158302858, 0.0053549204, -0.0394933298, 0.0112548387, -0.0209634043, -0.036274042, -0.0344742797, 0.00138942758, 0.0211154968, 0.00904949848, 0.0203170124, -0.0126236705, 0.00258557103, -0.00353298, -0.00348861981, -0.0287454668, -0.0143093616, -0.0199621301, 0.103473537, 0.00482259691, -0.0138150612, -0.00809258409, -0.00168252236, -0.00103771384, -0.0219773538, -0.0145881977, -0.00443919748, -0.0043504769, -0.00286123855, -0.0423577391, -0.0019486841, 0.0190369, -0.0194678288, -0.00241605146, 0.0120469863, -0.0307226684, -0.0416479744, 0.026895009, 0.0145755233, 0.00424274476, 0.00706596, 0.0354121849, 0.0053707636, 0.0146515695, 0.00157795881, -0.00980362389, -0.00823200215, -0.0378456637, 0.0261345468, -0.0270724501, -0.0101965293, 0.00579535449, -0.0212168917, 0.0215084031, 0.00276142801, 0.0217238665, 0.0101078087, -0.00265844865, 0.00164133066, -0.0308240633, -0.00257131248, -0.0360712521, 0.00159221748, -0.00892275479, -0.0204817783, -0.0102472268, 0.00296421768, -0.00300699379, 0.0353107899, -0.00275033782, -0.0365528762, -0.00106702338, -0.0074778772, -0.0109379794, -0.0110583864, 0.00779473642, -0.0280103534, -0.00468951603, -0.00260458258, -0.0244235061, 0.0366035737, -0.000223385738, 0.0183778331, -0.0543983877, -0.00534858322, 0.0261091981, 0.024765715, 0.00671741506, 0.043523781, -0.0184285305, 0.0182384159, 0.00787712, -0.0354375318, -0.0357924141, 0.0125793098, -0.0224209558, -0.00776938768, -0.00769967865, -0.0159570295, -0.0145881977, -0.0220407266, 0.0334603302, 0.0347531177, -0.0265147779, -0.00155102578, 0.0160964467, 0.0212929379, 0.0178074874, -0.00944240391, -0.0235109515, 0.0323449858, -0.0199874789, 0.0197339915, 0.00499370089, -0.00553553039, -0.0197593402, 0.0194931775, 0.00561791332, 0.0132827377, -0.0223322362, -0.00306085986, 0.0144361053, 0.00100285932, 0.0054087867, 0.00524085108, 0.00737014506, -0.00602032477, 0.0404819325, -0.0173005126, 0.0365275294, -0.00541512389, -0.00482259691, 0.0275033787, 0.0235363, -0.00439483719, 0.00802287459, 0.0240179263, -0.014119246, -0.0139925024, -0.00484794565, -0.0218886342, -0.02727524, -0.000103078259, 0.0169963278, -0.00882136, 0.00145596801, -0.00563692488, 0.011489314, 0.0106781553, -0.0156781934, 0.000350327435, -0.0178708583, 0.00403678603, -0.0141699435, -0.00708497176, -0.0192903876, -0.0310268532, 0.0146262208, 0.0171991177, 0.00607102225, 0.0470726, 0.0132700633, -0.00541195506, 0.0240686238, -0.0126173329, 0.00462614419, 0.0228011869, 0.0256022234, 0.0270217527, -0.029505929, -0.0415465795, 0.00373577, 0.000172094151, -0.0134601789, -0.0237517655, -0.00412867544, 0.0100697856, -0.00813694391, 0.00903682411, 0.00416036136, -0.00450890651, 0.0169583037, -0.0582007, -0.00111534435, 0.0216985177, 0.00304026389, 0.0107161785, -0.0260585, -0.0193284117, 0.0108302478, -0.0223702602, 0.0200001523, 0.00488596875, 0.00204849476, 0.0460333042, 0.0250699, 0.00349812559, 0.0127314022, -0.0162865631, -0.0103169354, 0.0199748036, -0.00558939623, 0.00731944758, 0.0457291193, -0.00223702588, 0.00416352972, 0.0192396902, 0.013878433, 0.0187834129, 0.00289609306, 0.0211661942, -0.00485111447, 0.00696456525, 0.0268189628, -0.00601398759, 0.0223575849, -0.0146515695, 0.0302917399, -0.0152979624, 0.00845380314, 0.014702267, 0.0134221558, -0.00420789, 0.0275287274, 0.00100682012, 0.045272842, 0.0349052101, 0.0370852, 0.00570029672, -0.0178835336, 0.0302917399, -0.0312296432, -0.000695902039, 0.0450193547, -0.0250699, 0.0101901917, 0.00935368333, -0.0157542396, 0.0271738451, 0.0318887085, -0.0465402789, 0.0192270167, -0.0224716533, 0.013739015, 0.00955013651, 0.0340180025, 0.00573832, -0.0527760684, -0.011489314, 0.0242714137, -0.0131686684, 0.00248417608, 0.0173638836, 0.0131179709, -0.0182384159, 0.0338152125, -0.00204691035, 0.00366922957, -0.0191256218, -0.00987967, 0.0233081616, -0.0471993461, -0.025792338, 0.0150951724, 0.00190115522, -0.0171484202, 0.0130292503, 0.022636421, -0.0314831287, -0.0027265735, 0.0469205081, -0.016590748, -0.0112738498, 0.00636253273, 0.0584034882, 0.0115273371, -0.00688851904, 0.0129278554, -0.0073131104, 0.0113942567, -0.00544047263, 0.000512519735, 0.00844112877, 0.0130292503, 0.0303677861, 0.00673008943, 0.0149937775, -0.00759194652, -0.0121547189, 0.0475288779, -0.00109633279, -0.0485428274, -0.00264102151, -0.00957548525, -0.000756501337, 0.0300382525, -0.0157035422, 0.00324463821, 0.0182003919, -0.0120533239, 0.0151205212, -0.00516797369, -0.00273766345, -0.0175920222, -0.0110583864, 0.00394806545, -0.00653363671, -0.00719904108, 9.65925428e-05, -0.0276047736, -0.00583654642, -0.0322689414, -0.0225857235, -0.0177187659, -0.0280103534, 0.00414135, -0.0111154206, -0.0256022234, -0.00679346127, -0.0201015472, -0.0274019837, 0.0019486841, 0.0256529208, 0.0170216765, 0.00858054683, -0.0177060924, 0.0108936196, -0.0188341103, 0.0222181678, -0.00487012602, -0.0316352211, -0.0182003919, 0.00462931301, -0.0316352211, 0.00389736821, 0.0243221112, -0.022636421, -0.0173765589, 0.006577997, 0.0346770696, 0.0237771142, -0.0334603302, 0.00144883862, -0.0207859632, 0.00143061928, 0.00173638843, -0.022737816, 0.0230039768, 0.0118758827, -0.00238594972, -0.00497152098, -0.016007727, -0.00491765467, -0.00218474423, 0.0217872392, -0.0269710552, -0.00778206205, 0.000432116736, -0.00365972379, 0.0440054052, -0.0060076504, 0.032015454, -0.025209317, 0.0291256979, 0.0276808199, -0.00243664719, -0.00655898545, -0.00571614, -0.00736380788, 0.0116414065, 0.0135362251, 0.029075, 0.0146642439, -0.0140812229, 0.00105118041, 0.0155134266, -0.00991135556, -0.00889740605, -0.00216731685, 0.0162865631, 0.022497002, 0.0152345905, 0.00308779278, -0.00427126186, 0.0148543594, -0.0333082378, -0.0201902688, 0.0115146628, -0.0155134266, -0.0351586975, 0.0029547119, 0.00851717498, 0.00485111447, 0.00734479632, 0.0276301224, 0.00338405627, -0.0140685486, 0.0569332615, -0.0282638408, 0.00241922, -0.0105957715, -0.00135140447, -0.0171864424, 0.00871996488, 0.0263373367, 0.015969703, 0.0124018686, -0.0364768319, 0.00927763712, -0.00671741506, 0.000745807309, -0.0302410424, -0.0220027026, -0.00230198214, 0.0218252614, 0.0222688653, -0.0223702602, -0.0179088823, 0.0231433958, 0.00770601584, 0.0203550346, -0.021330962, -0.00614073128, -0.0238151364, 0.0132954121, 0.00467367331, -0.0256529208, 0.0129595408, -0.00313373748, 0.0278836098, -0.0167174917, 0.0135362251, 0.00581436604, 0.00851083826, 0.0416226238, -0.000223781812, -0.0239292067, -0.0239925776, -0.00221484574, -0.00925228838, -0.00381498481, -0.00565593643, -0.0233335104, -0.0137136662, 0.00591893, 0.0155894728, -0.028339887, 0.0147402901, 0.0195312016, 0.0131813427, 0.00872630253, 0.0243347865, -0.000386172149, 0.0231560692, -0.0136756431, -0.0135615738, 0.0100317625, 0.0105830971, 0.0218759589, 0.00601398759, -0.0193284117, -0.00287232851, 0.00553236157, -0.0446898229, -0.0269203577, -0.0107351895, 0.0169836525, -0.011489314, 0.0071103205, 0.0205705, 0.00147656386, -0.00994937867, 0.0681881, -0.0047021904, -0.0186313204, 0.0107288528, 0.0141065717, -0.0061724172, -0.0193157364, 0.0255515259, 0.00345693389, -0.0149557544, 0.0254881531, -0.00830171071, 0.00782642234, 0.0182764381, -0.0153740086, -0.016109122, -0.0153866829, -0.00643541, 0.000290322234, -0.0100000761, 0.0204564296, 0.00552919321, 0.0074335169, -0.00711665768, 0.0361219496, 0.000286955619, -0.0109886769, 0.00518381642, -0.0346770696, -0.00689485623, 0.004147687, 0.0234602541, 0.0181243457, 0.00749688875, -0.0101204831, 0.0649434626, -0.00684415875, -0.0088340342, -0.0322689414, -0.00180292886, 0.00229406054, -0.0271231476, -0.0135488994, 0.020126896, -0.00338722486, -0.000404985651, -0.0154373804, 0.0155641241, -0.00915089343, 0.000363199855, -0.0176300462, 0.00082462607, -0.00602349313, -0.00880234875, -0.00791514292, -0.0162738878, -0.0219139829, -0.00142745068, 0.0146008721, -0.00685683312, -0.0170090012, -0.0300382525, -0.00538343797, -0.00346643967, 0.00636887, -0.0229025818, -0.0187327154, -0.0172498152, 0.038403336, 0.0111661181, 0.0139291305, -0.00528204301, 0.0209000334, -0.00908752158, 0.0144741284, -0.033181496, -0.0221040975, 0.0189862028, -0.00496518379, -0.0115843723, -0.0312549919, 0.0350066051, -0.00228138617, 0.00277885515, -0.0103296097, -0.00828903634, -0.0228645597, -0.0209760796, -0.0308747608, 0.00943606719, 0.000970381312, 0.00645125331, 0.00609953934, 0.00675543817, 0.0138530843, -0.008536187, -0.0112865241, 0.0121103581, -0.00612488808, -0.0334603302, 0.0104943765, 0.00916990545, -0.0166160967, 0.00764898118, -0.00428076787, -0.0060900338, 0.0199494548, -0.00854252372, 0.0068631703, 0.00380547903, 0.00604250468, -0.0040494604, -0.00472437078, 0.0264640804, 0.00659067137, -0.0158556346, 0.0160584245, -0.00342207938, 0.00889106933, -0.00226395903, 0.0289736055, 0.00519332243, -0.0149937775, 0.0139164561, 0.00831438508, -0.00517431088, -0.0289736055, -0.0125159379, -0.0113562336, -0.0133841326, -0.0106971664, 0.0456530713, 0.0121864043, 0.0149684288, 0.00998740178, -0.0167048164, 0.0174779538, -0.00664770603, 0.0143727334, -0.000529550947, 0.00419204729, 0.0131433196, -0.011489314, 0.0206211973, 0.00141002343, 0.016590748, 0.0027234049, 0.00255071651, 0.0093663577, -0.0229786281, -0.00782008469, -0.0194171313, -0.0101458319, -0.0159443542, 0.0286187232, -0.0178328361, 0.0260838494, 0.0142840128, 0.00700258836, -0.00657166, -0.0336631201, 0.0184158571, 0.0158176105, -0.00579852331, 0.00885304622, 0.00875165127, -0.0240686238, -0.0344742797, 0.00650828797, 0.000657878933, 0.0155767985, -0.00260933558, -0.00369140971, -0.00406847196, 0.000781057926, 0.0108682709, 0.0114259422, -0.0366796218, 0.0286440719, -0.0065399739, -0.0239292067, 0.00841578, 0.00937269535, -0.0117934989, -0.0188594591, -0.0231433958, -0.00533590885, -0.00873263925, -0.00254913233, 0.0101965293, -0.00256655947, 0.0193410851, 0.024765715, 0.027858261, 0.00282321544, -0.00284064258, -0.0160204, -0.0130039016, -0.00970222894, 0.0285426769, -0.00723706419, 0.00865025632, -0.0125412866, 0.0533337407, -0.0167428404, -0.0148670338, -0.0116287321, 0.0306719709, -0.00543413544, 0.0395693779, 0.016451329, 0.0140938973, -0.00756659778, -0.00609637098, 0.027858261, -0.00280737248, 0.00185521063, 0.00610270817, -0.00329216709, -0.0102345524, 0.0378203131, 0.00473704515, -0.00931566, 0.0207606144, 0.00407164078, -0.00740183098, -0.00745886564, -0.00123891945, -0.0093093235, 0.013739015, -0.0248164125, 0.0448672622, 0.0348038152, 0.00228297058, 0.00216256408, 0.0174906272, 0.0110013513, -0.0241953675, 0.00846647751, -0.00279152952, 0.0194805041, -0.00707229739, -0.00954379886, -0.00157716661, 0.0197846889, -0.000217444627, -0.0105704227, 0.000107039, 0.0115463492, -0.00776938768, -0.00312423171, -0.00799752586, 0.0181877185, 0.0110520488, -0.00100682012, -0.0108302478, -0.0228138622, -0.0202029422, -0.0287708156, -0.0376428738, 0.0112611754, -0.00353931729, -0.0246516448, -0.0180102773, -0.0073954938, 0.0257796645, -0.00597913284, 0.00868827943, -0.011128095, -0.0178074874, 0.00594744692, -0.0326491706, 0.0203043371, -0.0310015045, 0.010323273, 0.0016254877, -0.000418254145, 0.0172244664, -0.0247783884, -0.00327632413, -6.77286516e-05, -0.0166667942, 0.0286187232, -0.00260775117, -0.0255768746, -0.0108682709, 0.0246389713, -0.0102852499, -0.0522183962, 0.0148797082, 0.0549560599, 0.0031654234, 0.0116921039, 0.0120659983, -0.0191509705, 0.0437772684, 0.0159063321, 0.0205324758, 0.0337391682, 0.0229279306, -0.017655395, 0.0304438323, 0.00774403894, -0.0244615301, 0.0240813, 0.0244615301, 0.00775671331, 0.00157954311, 0.00563058769, -0.000855519844, 0.00638788147, -0.00974025205, 0.00544681, -0.0180609748, 0.0146262208, 0.0159063321, -0.0132066915, -0.0136756431, 0.00162231911, -0.00303551112, 0.0172751639, 0.00248100748, 0.0345249772, -0.00854886137, 0.00297213928, -0.0475795753, 0.000500241469, -0.000632530195, 0.016590748, -0.0245629251, -0.0153233111, -0.00158746459, -0.0311029, 0.0288215131, -0.00834607147, 0.0224209558, 0.0145121515, -0.00652729953, 0.015969703, 0.00275350641, -0.0197466649, 0.0303170886, -0.0108619332, -0.0135742482, 0.0103676328, -0.0141065717, 0.0121293701, 0.0061185509, -0.0231307205, -0.00538660632, -0.00651462516, -0.0214070082, -0.0174272563, -0.00624212623, 0.0111154206, -0.00520282798, 0.0223068874, 0.000574307283, -0.00384983933, -0.0183144622, -0.00671741506, 0.00601081876, -0.00913821906, 0.00434097089, -0.00759194652, -0.0192396902, 0.00251744641, 0.0113372216, 0.000186055753, 0.00657166, 0.0235743243, -0.0266922191, -0.0198734086, -0.00214196811, 0.0489737578, 0.00769967865, -0.0126807047, 0.0137643637, 0.0183271356, 0.00429977942, -0.0196325965, 0.00696456525, 0.00917624217, -0.0238911826, -0.00897979, 0.00366606098, 0.00174906279, -0.0112358266, 0.00388469384, 0.00304184831, 0.0148670338, 0.0110647231, 0.00671107788, 0.00405262923, -0.0406847224, -0.00897345226, -0.0339419581, -0.00143299566, -0.00837775692, -0.0138530843, -0.00871362817, 0.0177567899, 0.0235109515, 0.00919525418, 0.000630153751, 0.0154373804, -0.0231687445, -0.0323956832, 0.0228392109, -0.0120850094, -0.0156401694, 0.0113308849, -0.0165273752, -0.0153486598, -0.0146515695, -0.013498202, -0.0241700187, 0.0369331092, 0.0391384475, 0.00100206723, 0.0108555965, -0.0191889927, -0.0281877946, -0.0105070509, -0.023561649, -0.0181877185, 0.0158936568, 0.0104500167, -0.00861223321, 0.0145375, -0.0213563107, -0.00832705945, -0.00397658302, -0.028339887, 0.0134094814, 0.00820665341, -0.00840944331, -0.0107732126, 0.00863758195, 0.00338405627, 0.0022718804, -0.00911920797, 0.00152884563, -0.0192650389, -0.0284919795, 0.02016492, -0.0176934171, -0.0112611754, -0.00513628777, 0.0104183303, 0.0163752828, -0.0160584245, -0.00148765394, 0.0171103962, 0.0138657587, 0.0111534437, 0.036172647, -0.0150318006, 0.00884670857, -0.0051521305, 0.00939170644, 0.00102345517, -0.00708497176, 0.00875798799, 0.0324210338, -0.00531056, -9.03048713e-05, -0.00620727148, 0.00449306332, 0.0276554711, 0.00719904108, -0.0354628824, 0.00457544671, -0.00667305477, 0.00755392341, -0.00791514292, -0.0123511711, -0.00417937292, -0.0190875977, 0.00652096234, -0.0107225152, 0.00986699574, 0.0145501746, 0.0135488994, 0.0136756431, 0.0556658246, 0.0207986385, -0.0131052965, 0.00361853209, -0.0150318006, 0.0102599012, -0.00480358535, 0.00775037613, 0.00323988521, -0.0156148216, -0.0250699, 0.0102915866, 0.00992403, -0.0322689414, 0.00808624644, 0.00467684167, 0.0145121515, -0.000477665249, -0.0119012315, 0.0362993889, 0.0316352211, -0.00379597326, 0.0123701831, 0.00137516891, 0.0166921429, 0.0132827377, -0.018479228, -0.00665404322, 0.0015391435, 0.000574703387, 0.017414581, 0.0200888738, -0.0158176105, 0.00418887846, -0.00639738701, 0.00204215758, 0.0117554758, 0.00728776166, -0.0129532041, -0.0141319204, 0.0107415272, 0.00513628777, -0.00417937292, 0.0112358266, 0.00274875364, 0.0121673932, 0.0298608113, -0.00504439836, -0.0131433196, 0.00251269341, 0.0006507496, 0.0152219161, 0.00269013457, 0.000212295665, -0.00391004235, 0.00737014506, -0.00191699818, -0.0169456303, -0.00730677322, 0.00733845914, -0.000544997805, -0.0073131104, -0.0198480599, -0.00726875, -0.0131179709, 0.0175793488, -0.00309888297, -0.047123298, 0.0203170124, 0.0245882738, 0.00686950749, -0.0414198339, -0.00144012505, -0.00274875364, 0.0100951344, -0.00495567778, 0.0061185509, -0.00200571865, 0.0294552315, -0.0024334786, -0.0019835385, 0.00439166836, -0.0147149414, -0.00445504, -0.00262042554, 0.00673008943, 0.0156908669, 0.0167681891, 0.00844112877, 0.0321675465, 0.0287454668, 0.00474971952, -0.0180229507, -0.00795316603, 0.0161217954, -0.011248501, -0.0162992366, -0.000676890486, -0.0132447146, -0.0029547119, -0.00519015361, 0.00228138617, 0.00489230594, -0.0229152571, -0.00660334574, -0.00251427782, -0.00545314699, -0.00830171071, -0.0215084031, -0.00932833459, 0.0032066151, -0.0142333154, 0.0112104779, 0.0149304057, 0.0103422841, 0.0103169354, 0.00914455671, -0.00151537906, 0.0109443171, 0.00656532263, -0.0160710979, -0.00942973, -0.0036977469, -0.0145881977, 0.021711193, 0.0388342626, -0.00411916943, -0.00119455915, -0.00106068619, -0.0065399739, 0.00315750181, 0.00111534435, 0.0195692237, -0.00127139757, -0.00218474423, 0.00617875438, -0.00322562666, 0.0222054925, -0.00782642234, -0.00769967865, -0.00307194982, 0.0123765199, 0.00553236157, -0.00753491186, -0.0156528447, -0.0165273752, 0.0194805041, 0.015868308, 0.0045817839, -0.0215084031, 0.0107478639, 0.00911287, -0.00701526273, -0.0110583864, 0.00609320216, -0.00734479632, 0.00735113351, -0.0074335169, -0.0120659983, -0.000923644577, 0.000109910536, -0.016451329, -0.003168592, -0.0102535635, 0.021812588, -0.00522183953, 0.0306212734, -0.0147783132, 0.00775671331, 0.000827002514, -0.0232701395, 0.0124652404, 0.0179849286, 0.00479091099, 0.0131306453, 0.00291827321, 0.0227631647, -0.0112041412, 0.0168569088, 0.0197466649, -0.00288183428, -0.00666671759, -0.0285173282, -0.0396200754, 0.000735509384, 0.0105387373, 0.0018298619, -0.00350129418, 0.000812743849, 0.00872630253, 0.0027598436, 0.0223575849, 0.00809892081, 0.0213816594, -0.00934100896, 0.0148543594, 0.0119899521, -0.00165717362, -0.0190369, 0.0160964467, -0.0134728532, 0.00754124904, -0.00480041699, -0.0178074874, -0.0123258224, -0.00657166, -0.0161598194, 0.010646469, 0.0123068113, 0.00761095807, -0.0223575849, -0.00981629826, 0.0156908669, -0.0185172521, -0.0050697471, 0.0497849174, 0.0108429221, -0.0199494548, 0.015424706, -0.00849816389, 0.000711744942, 0.00756659778, 0.00707863458, 0.00817496702, 0.00549433846, 0.0277822148, -0.00341574219, 0.0198100377, 0.0120659983, -0.00332385302, 0.000985432067, 0.0112865241, 0.0324970782, 0.00517431088, -0.026413383, -0.00162073481, -0.0159443542, 0.00179500738, -0.0118568707, -0.00775671331, 0.00930298585, 0.0267429166, -0.0181116723, 0.00820665341, -0.00590308663, -0.0152219161, -0.00199304428, -8.61956069e-05, -0.0135742482, -1.27733865e-05, 0.015044475, 0.00633718399, 0.0121547189, 0.00212770957, -0.003494957, 0.022737816, -0.00733212195, -0.00274241646, 0.00547215855, 0.0148923825, -0.000143774858, 0.000367160595, -0.0104310047, -0.0062389574, 0.0121800676, -0.00447722059, -0.00814961828, 0.0110076889, -0.0266922191, 0.00978461187, -0.00810525846, -0.0052059968, 0.00971490331, -0.00236060098, 0.00651462516, 0.00770601584, 0.00662869448, 0.00205324753, -0.00332702161, -0.0136629688, -0.014119246, 0.00124525663, -0.00222276733, 0.00283588981, -0.00805456098, -0.0303170886, 0.00574465701, -0.000466179103, 0.0221801437, 0.00315591763, 0.0138150612, -0.00686950749, -0.0144361053, 0.0214196816, 0.000578664127, 0.0253740847, -0.000949785463, -0.00997472741, -0.00386885088, 0.00843479205, -0.00311789452, 0.016007727, -0.000759273826, 0.0309001096, 0.00647977041, 0.00492399186, 0.0228265356, 0.0458558612, 0.0058048605, 0.00437582564, 0.0111344326, 0.0083333971, -0.00469585322, 0.00945507828, 0.000945032574, -0.0237897877, -0.0240813, -0.0296326727, -0.0203170124, -0.00168252236, 0.00186154782, -0.0121673932, 0.0117554758, -0.00439800555, -0.0111597814, 0.00245882734, 0.00652096234, -0.0142079666, 0.000285569346, -0.0128708202, -0.00259666122, 0.000180114643, -0.00629599206, 0.00714200642, -0.0250825733, 0.00792148, -0.0157288909, 0.00318285055, -0.0096388571, -0.00332068442, 0.0107288528, -0.00864391867, 0.0100761224, 0.00291827321, -0.00194393122, -0.0188594591, -0.00675543817, 0.00795950275, 0.00379280467, -0.0212422404, 0.00179659168, -0.000483210286, 0.00352981151, 0.00459762709, -0.0300889499, -0.0205831733, 0.0108619332, -0.0178835336, -0.0194424801, 0.000346564746, -0.00250477204, 0.00269171898, -0.0212929379, -0.0214577056, -0.00874531362, 0.0335617252, 0.00127139757, 0.00557672186, -0.0169202816, 0.0157035422, -0.0131433196, 0.00288817147, -0.0150064519, -0.020608522, -0.00337455049, -0.00557672186, -0.00846647751, 0.00536759477, 0.00603299914, 0.0112041412, 0.00783275906, -0.0213689841, 0.00269013457, 0.0121166958, -0.0264387317, 0.00493666623, 0.00726241292, -0.00448355777, 0.00288975588, 0.0120786726, -0.00463248137, -0.0193410851, -0.00229564495, 0.000290124211, -0.0190369, -0.000240813, -0.0014623052, -0.00887839496, -0.00878333673, 0.0143093616, -0.0159190055, -0.00496518379, 0.0125286123, 0.0221167728, 0.00272023631, -0.00721805263, 0.0117871622, 0.00374844437, -0.00110425428, 0.0208239872, 0.0113942567, 0.00427759904, 0.02988616, 0.00911920797, 0.0174399298, -0.0146515695, -0.00386251369, -0.00955647323, 0.0109506538, 0.00500954408, -0.00762363244, 0.00730677322, -0.000503806106, 0.0321421959, -0.00654631108, -0.00594744692, 0.00141636061, 0.00448355777, -0.00360268913, -0.00225128466, -0.0125222756, 0.0127440766, 0.00576683739, 0.0202029422, -0.00414451817, -0.00049430033, 0.0100444369, -0.00538343797, -0.0341954455, -0.00480358535, 0.0198353864, 0.000108425258, 0.00748421438, 0.00110425428, -0.0126426816, -0.0143347103, 0.0176807437, 0.0211788695, -0.019201668, -0.000222791627, 0.00547532691, 0.00184095197, -0.000482418138, 0.00878333673, -0.0216858443, -0.0344742797, -0.0179469045, -0.017173769, 0.0124208806, 0.00755392341, 0.0055577103, 0.00537710078, -0.0031654234, -0.00842211768, -0.00281370967, 0.0168315601, 0.0185552742, -0.00912554469, 0.0356910191, -0.00150904187, -0.00685049593, -0.0017870859, 0.0225096773, 0.0141572692, 0.0133461095, 0.0135362251, 0.0122244274, 0.00499370089, -0.00896711554, -0.00468317885, 0.00546582136, -0.0330547504, -0.00140289403, -0.0175033025, 0.00862490758, 0.0145881977, 0.0145755233, 0.016970979, -0.0255008284, 0.0467430688, -0.0242207162, -0.0061185509, -0.00492716068, 0.0268443115, -0.0193791091, -0.0218632855, -0.0112611754, -0.0296073239, -0.0052662, -0.000519649067, 0.00530739175, 0.011831522, -0.00463881856, 0.00844112877, -0.0124525661, 0.00818764139, -0.00639105, 0.0179215558, -0.011850534, -0.000821457477, -0.00114861457, 0.0335110277, -0.00627381215, 0.00345693389, -0.00260458258, -0.010906294, -0.0177821387, 0.00627064332, 0.0100951344, 0.00771869, -0.0038181534, -0.010665481, -0.00749055156, 0.00684415875, -0.0127250655, 0.0234729294, -0.00904949848, -0.0294805802, -0.00860589556, 0.00224970025, -0.0134221558, 0.0182891134, 0.0220027026, 0.00743985409, -0.00558939623, 0.00448672613, 0.00381181622, 0.0201522447, -0.000936318946, 0.010665481, 0.0329280086, 0.00872630253, 0.00220534, -0.00148448534, 0.00289609306, -0.00551335, 0.0138150612, 0.00118426129, 0.000210711369, -0.0156021472, 0.035995204, 0.0146515695, 0.00118980627, 0.00998740178, 0.00430928497, 0.00589041226, 0.0182003919, -0.00725607574, -0.0147529645, 0.0219773538, 0.0062389574, -0.00849182624, -0.0101458319, -0.00261091976, 0.00483527128, -0.0196072478, -0.000951369759, -0.00116445753, 0.00119772775, -0.00446454622, 0.0163879581, 0.00387518806, 0.00462297583, 0.0126109961, -0.00381498481, -0.0102725755, -0.0193664338, -0.0153613342, -0.0247530397, 0.0114069311, -0.0159190055, -0.038023103, -0.0152599392, -0.0143727334, 0.00125713891, 0.00467050448, 0.00708497176, -0.00995571632, 0.016590748, -0.025690943, 0.0115463492, -0.0252219923, -0.00426492468, 0.00811159518, 0.0143854078, 0.00782642234, 0.00931566, 0.0154880779, 0.00389736821, 0.012192742, 0.0203296859, 0.0122751249, 0.012896169, 0.0114512909, 0.0157035422, -0.00177599583, 0.0144994771, -0.0145121515, -0.00467684167, -0.0140812229, -0.0130799478, -0.0120976837, 0.00101870229, 0.018479228, 0.0109189684, -0.0322435908, 0.00273607927, 0.00675543817, 0.0269964039, 0.00363120646, 0.0074335169, -0.00289767724, 0.00614389963, 0.0268696602, -0.0105514117, 0.0026774602, 0.000193977234, 0.0148163363, 0.0135742482, 0.0130039016, -0.0314070843, 0.00211661938, 0.0076806671, -0.0192143414, 0.0105260629, -0.00802921224, -0.00868827943, -0.00866926741, -0.0120976837, 0.0350573026, 0.0099367043, -0.0202409662, 0.000269132288, 0.0011795084, 0.00563058769, 0.00581119768, 0.00622945186, -0.0160330757, 0.0160457492, -0.0208239872, -0.00802287459, -0.00553236157, 0.0163119119, 0.0280357022, 0.00154152, -0.00374210719, 0.0138911074, 0.0135108763, 0.00591576099, -0.00570663391, 0.00915089343, -0.00907484721, 0.00738281943, -0.000606389309, -0.0205958486, 0.0148797082, 0.02727524, 0.00286599132, 0.00144250144, 0.0111914668, -0.00326998695, 0.0120089632, -0.000432908884, -0.0107161785, -0.00278043956, 0.00762363244, 0.0068251472, -0.00452474924, -2.82450274e-05, 0.000838884735, 0.00601081876, 0.0106528066, 0.0235363, 0.0121610556, -2.13013554e-05, 0.026793614, 0.0166160967, 0.00288817147, 0.017072374, -0.0177060924, 0.0205958486, 0.00048558673, -0.000722042867, 0.0157922618, 0.00580169167, -0.013155994, -0.00552285602, -0.022497002, 0.0147656389, -0.0212929379, 0.0117998365, 0.00978461187, 0.0092713, -0.00363120646, 0.0193410851, 0.00449306332, -0.0242460649, -0.00468317885, 0.0249558296, 0.0073131104, 0.00506024156, -0.00580169167, -0.00280420389, 0.0303677861, -0.0179088823, -0.00847281516, -0.00213246234, 0.023080023, 0.0242207162, 0.0183524843, -0.00912554469, 0.00554186758, -0.0161724929, 0.00519965962, 0.00196611136, -0.00887205731, 0.00391004235, 0.00773770176, 0.0149557544, 0.00762996962, -0.0101775173, 0.0176173709, -0.00778206205, -0.0154500548, 0.00951211341, -0.0235489756, -0.00380864763, 0.0316352211, -0.0204564296, 0.0145375, -0.00216890126, -0.00965153147, 0.00636570109, 0.00250477204, -0.00346010248, -0.0225730482, 0.00769967865, -0.0095691476, 0.0125476243, -0.0074778772, -0.0112611754, 0.00564959925, 0.00647977041, 0.00312581589, -0.0163752828, -0.0386314727, 0.00671107788, -0.00936002098, 0.0255895481, 0.00688851904, -0.0291003492, 0.0145375, -0.0152599392, -0.00281529385, -0.00892275479, -0.0075982837, -0.000785810815, 0.00199779728, 0.00371358986, 0.000305571099, -0.00667305477, -0.0188721344, 0.000907801616, 0.0173258614, 0.0020659219, -0.000220217145, 0.0125476243, 0.021711193, -0.00713566924, 0.0102852499, -0.00151062617, 0.00604884187, -0.011521, 0.0081306072, -0.00867560506, 0.0162738878, 0.00969589129, 0.012915181, -0.0242587402, 0.0220660754, 0.0135869225, 0.00724340137, -0.00836508255, -0.00043885, -0.00891641807, -0.0153866829, 0.00686950749, 0.00435364526, 0.00194393122, 0.0115273371, -0.0184158571, -0.0177694634, 0.00432512816, 0.0276301224, -0.0141952923, 0.0148290107, 0.0123575088, -0.00518064806, 0.0181877185, 0.0176934171, -0.0161471441, 0.0121420445, -0.00769334147, -0.0118188476, -0.0141826179, 0.00202631461, -0.00376428734, -0.00679979846, 0.00474655069, -0.00275509083, -0.00903048739, 0.0176173709, 0.00721171545, -0.00866293069, -0.0121864043, -0.00313215307, 0.0165654, -0.00249843486, 0.0067427638, -0.0180863235, 0.00208176486, 0.0073131104, 0.0137643637, 0.00294520613, -0.01233216, 0.0112801874, 0.00103137665, 1.93457399e-05, -0.00801653787, -0.010424668, -0.00483844, -0.00691386778, 0.0230926983, -0.000132090674, -0.00950577576, -0.00971490331, 0.00972757768, -0.00712299487, 0.0146262208, 0.00433146534, 0.0102092037, 0.00897345226, -0.0186059717, 0.00632767798, -0.00616924837, -0.0300382525, -0.00113356381, 0.0180863235, -0.0313056894, -0.000593318837, -0.00293570035, 0.00123416656, 0.0052345139, -0.00513945613, 0.0208620094, 0.00259349262, -0.0181623697, -0.00678078691, 0.00573198264, -0.0127694253, -0.00284064258, 0.00673008943, 0.000714121386, 0.0117618134, -0.0013815061, -0.00501588127, -0.00781374797, -0.016007727, 0.0033301902, 0.00952478778, -0.0143473847, 0.00243031, -0.00220850855, 0.0191509705, 0.0258810595, 0.00697090244, -0.0196199212, 0.00663503166, 0.0321928933, 0.00464832457, -0.0106908297, 0.00968321692, -0.00534858322, -0.0124969268, 0.00515846768, -0.00518381642, -0.00985432137, 0.0281117484, -0.00152171624, -0.0194171313, 0.0123511711, 0.014119246, 0.00289926166, -0.000729172199, -0.0363754369, -0.000928397465, -0.0270471014, 0.00845380314, -0.0195312016, 0.00571297109, -0.0292777903, -0.0177567899, 0.0026774602, -0.0227758382, 0.0130672734, 0.010665481, -0.0150824981, -0.0017554, -0.00036260573, -0.011730127, -0.0217618905, -0.00358684617, 0.00584605196, -0.00401460612, -0.0164640043, 0.0107478639, -0.0202916637, -0.00627698051, 0.0369838066, -0.00601398759, -0.00654631108, -0.0194551554, -0.0011383167, 0.0238278117, -0.0153866829, -0.0116794296, 0.00100840442, 0.0141826179, 0.00317492918, -0.0141699435, 0.0162105169, -0.00239387131, -0.00610270817, -0.0224843286, -0.00228930777, 0.00224336307, 0.00448355777, -0.0143854078, -0.0142586641, -0.0173892323, 0.0191509705, 0.00745886564, -0.00376745593, 0.00522500835, -0.00391954836, 0.00343792234, 0.00863758195, -0.011248501, -0.00619142875, -0.0214957278, -0.00840944331, -0.00991135556, 0.000153280635, -0.0043346337, 0.0162992366, 0.000975926348, -0.008536187, -0.00661602, 0.00760462089, -0.0176173709, 0.000910970208, 0.0182003919, 0.00210552942, -0.0032478068, -0.00461030146, 0.0280357022, -0.00650195079, 0.0028834187, 0.000344386353, -0.00442018593, -0.00203740457, 0.0110964095, -0.00566227362, 0.0198860839, 0.0174906272, 0.00586506352, 0.00990501884, -0.00249526626, 0.0100761224, 0.01703435, -0.0127060534, -0.0125919841, -0.00676811254, -0.0261852443, -0.00882136, 0.00594427856, 0.0119582657, 0.00636253273, 0.00317968195, 0.0039005368, 0.00277251797, 0.0148923825, -0.0142586641, -0.0248164125, 0.0145248258, 0.0154627291, 0.000567177951, -0.0155007523, 0.0182764381, -0.0182637647, 0.00893542916, 0.0152979624, 0.00407797797, -0.000586981652, 0.0091065336, 0.0183271356, 0.0250572246, -0.000963252, 0.0049873637, -0.00276301219, 0.0258050133, -0.00969589129, 0.00781374797, 0.0113942567, -0.00447405176, -0.0293031391, -0.0163245853, 0.013878433, -0.0162231904, 0.0138150612, 0.00411283225, 0.000895919395, -0.0051236134, -0.00837775692, -0.00482576573, -0.00325731258, -0.0177314412, -0.0238658339, 0.0108365845, -0.00742084254, -0.0166034214, 0.000926021, 0.00950577576, 0.021229567, -0.0044708834, 0.00759194652, 0.00181243464, -0.0175793488, -0.00771869, 0.00329850428, 0.00793415401, -0.0190369, -0.0117934989, -0.00532006612, -0.0277061686, 0.0117111159, -0.0123194857, 0.00379597326, 0.000769175705, -0.00210869801, -0.00264260569, -0.0206972435, -0.0265654754, -0.0232954882, 0.00637203828, -0.00195977418, 0.00652729953, -0.00172529835, 0.00922060292, -0.0160964467, 0.02727524, -0.0145881977, 0.0320661515, 0.0117428014, -0.00775037613, -0.00563375652, -8.75818587e-05, 0.00531372894, 0.00253487355, 0.0138404099, -0.0220787488, 0.0171103962, -0.0179849286, -0.00311789452, -0.0020659219, 0.0117744878, 0.00711665768, 0.00964519382, 0.00324463821, 0.0168315601, 0.00547532691, -0.0126363449, 0.0146769183, 0.0205958486, 0.00369457831, 0.000976718497, 0.00764264399, -0.00869461615, -0.0099367043, 0.00654631108, 0.0168188866, -0.0128518092, -0.0150318006, 0.00885304622, 0.0316098742, 0.00474021351, 0.00999373943, 0.00443602866, -0.00827636197, -0.00334603316, 0.0387835652, 0.0186313204, -0.0242333915, 0.00290876743, 0.0253614094, 0.0101901917, 0.0071103205, -0.0111978035, -0.0257796645, -0.00184728915, -0.0271231476, 0.00151617127, 0.0115843723, 0.0121166958, 0.000662631821, 0.0199241061, -0.0162992366, 0.00872630253, 0.00799752586, -0.00473387633, 0.0234095566, -0.0135488994, 0.0123068113, 0.0066603804, 0.0120406495, -0.0263880342, 0.00827002525, 0.0112421643, -0.00941705517, -0.0168822575, 0.00754124904, 0.00249526626, -0.00459762709, 0.0232067667, -0.00272815768, 0.0273005888, 0.014220641, 0.0211028233, -0.0153106367, 0.00135061238, 0.0213943329, -0.00208018068, -0.00174114131, 0.00569712836, -0.0146642439, 0.00743985409, -0.00378963607, 0.00424591312, -0.0299622063, -0.0126173329, 0.00313532166, -0.000963252, -0.00887205731, 0.0091635678, 0.000276063569, 0.0100000761, 0.00234475802, -0.00461347, 0.015526101, 0.00558939623, -0.00552919321, -0.00175381568, -0.0156021472, -0.029505929, 0.00386885088, -0.00459762709, -0.0102535635, 0.00234317384, 0.00568128517, 0.0157795884, 0.00848548952, -0.00805456098, -0.0146515695, -0.0017062868, 0.0150571493, -0.00156686874, -0.0127314022, -0.0216604955, -0.000214870146, 0.00882769749, -0.0101965293, -0.0116730928, -0.0134348301, 0.0200001523, 0.0197213162, -0.0105070509, 0.0153993573, -0.00468634767, 0.00638154428, 0.0113752447, -0.0152092418, -0.00214038393, -0.007230727, -0.0138404099, -0.0176934171, -0.0128327971, 0.00982897263, 0.0116414065, 0.0153866829, 0.0178835336, -0.00606785342, -0.0111344326, -0.00586506352, -0.0392398424, -0.00584288361, 0.00891641807, -0.0410142541, -0.00590308663, 0.00700258836, 0.00683782157, -0.0197466649, 0.00943606719, -0.014562849, 0.00241446705, -0.000815120293, -0.00189481804, -0.0385300778, 0.0123828575, 0.00829537399, -0.0172244664, 0.0085932212, -0.00647026487, -0.0020326518, 0.0129341921, -0.0186946932, 0.00538026914, 0.0204564296, 0.0108619332, 0.0014979518, -0.00310680433, -0.0144868027, -0.00757927215, 0.00547849573, 0.0162738878, -0.00372943282, 0.010202866, -0.0234095566, -0.00804822333, -0.0146642439, -0.028922908, 0.00704694865, -0.00997472741, -0.000533907732, -0.00698357681, 0.00742084254, -0.00885304622, -0.0276047736, 0.00894810352, 0.03386591, -0.000381617283, -0.0223322362, -0.016932955, 0.0257796645, -0.00757293496, 0.0130799478, -0.00808624644, -0.0186059717, -0.00585872633, -0.0227885135, 0.011147107, -0.0110203633, -0.00193125685, -0.0188214369, -0.00320503069, 0.00980996061, -0.00284064258, 0.0162738878, 0.0141319204, 0.00147418736, 0.00536125759, 0.0371359, 0.000468555547, -0.0239545554, 0.00601715595, -0.0166921429, -0.01363762, 0.0402791426, -0.014562849, -0.00857421, -0.0120850094, -0.0134728532, -0.00200413447, -0.0261598956, -0.0154627291, 0.00550067564, -0.010646469, -0.00670474069, -0.00517431088, 0.00225762185, -0.0202916637, -0.0134728532, -0.012414543, 0.000945824722, -0.00142428209, -0.012414543, -0.020025501, -0.00683782157, -0.0235109515, 0.00140527054, -0.00683782157, 0.0195058528, -0.00653363671, -0.0114639653, -0.0471993461, 0.000891166506, -0.00145913661, 0.0101141455, -0.0173892323, 0.00031943369, 0.0202536397, 0.0306466222, 0.0246896688, 0.0103169354, 0.0187960882, -0.00785177108, -0.00194709981, -0.0189101566, -0.0082256645, -0.0218379367, 0.00106227049, -0.0139925024, -0.0105514117, -0.00650828797, -0.000246358017, 0.0287454668, -0.0078010736, 0.00323988521, -0.00282955263, -0.0177441146, 0.000208334925, 0.00913821906, 0.0193664338, -0.00354565447, 0.00237010675, -0.0208620094, -0.0207859632, -0.00277885515, 0.0133461095, -0.00573198264, -0.00891008, -0.0282638408, -0.0090685105, 0.00992403, 0.035995204, 0.00521867117, -0.00163816207, -0.0103866449, -0.0108175734, -0.015285288, -0.00986065809, 0.000527174503, -0.00417620409, -0.0120406495, -0.00242872583, -0.00418571, -0.00802921224, -0.00359318336, 0.00217840704, -0.00846647751, 0.00726875, 0.0172878373, -0.00244298438, 0.00824467652, 0.00989234447, 0.00412233826, -0.0204564296, -0.00745886564, 0.0213689841, 0.014562849, 0.0130926222, -0.00717369234, 0.0306466222, 0.00566544244, -0.00225286884, 0.00276301219, -0.00953112449, 0.0108492589, 0.0239672288, 0.0142713385, 0.0086312443, -0.0102599012, 0.0115146628, 0.0105830971, -0.00650828797, 0.00775671331, 0.00467684167, -0.0131940171, 0.00381181622, -0.00753491186, 0.00391321117, -0.0014979518, -0.00600131322, 0.00600448158, -0.0121357068, -0.00331434724, 0.0154500548, 0.00911287, -0.0047845738, -0.0242460649, -0.00234158942, -0.010804899, -0.0108746076, -0.0246769935, -0.0171357449, 0.040152397, 0.00962618273, 0.00681881, 0.0227885135, 0.0114196055, -0.00590625545, 0.00555454195, 0.0293538366, 0.00486378884, -0.0193030629, 0.0139164561, 0.0190115515, -0.00343158515, 0.0112421643, -0.00827636197, 0.00120485714, -0.0131052965, 0.00369457831, -0.024182694, -0.00409065234, 0.000415481627, -0.00903048739, -0.0409635566, 0.00901147537, 0.00830804836, 0.00287708151, 0.00474971952, -0.00999373943, 0.00991135556, -0.0182384159, 0.00171896117, 0.00579852331, 0.0118695451, 0.0183651596, 0.00520282798, 0.0356149748, 0.0246643201, 0.0215337519, -0.00160409964, 0.0102535635, -0.00530422293, 0.015285288, -0.00904949848, 0.0211661942, -0.0159823783, -0.00127852685, -0.00501904963, 0.0110140257, 0.000578268, -0.00724973856, -0.0177821387, -0.0245755985, 0.0133841326, 0.00638154428, 0.00342841656, -0.01233216, -0.00503806118, -0.00230831932, 0.00100602792, -0.00043449318, 0.0123194857, 0.000613122538, -0.0314577818, -0.012794774, -0.0101204831, 0.00106860767, -0.00487012602, 0.0171484202, 0.00479408, -0.0226871185, -0.00437582564, 0.0087960111, 0.00381181622, 0.0133714583, 0.00273607927, -0.00920792855] |
26 Mar, 2024 | How to Display JavaScript Variable Value in Alert Box ?
26 Mar, 2024
JavaScript is a powerful scripting language widely used in web development to enhance user interactivity and functionality. Often, developers need to display variable values to users, either for debugging purposes or to provide informative messages. One common method to achieve this is by using an alert box.
Below are the approaches to display JavaScript Values in Alert box:
Table of Content
Using the alert() function directly with the variableConcatenating the variable within the alert() functionUtilizing template literals within the alert() functionConverting the variable to a string before passing it to the alert() functionUsing the alert() function directly with the variableThis approach involves directly passing the variable to the alert() function, triggering a popup dialogue with the variable value.
Syntax:alert(variable);Example: Let's consider an example where we have a variable num containing the value 42. We can directly pass this variable to the alert() function to display its value in an alert box.
JavaScript
let num = 42;
alert(num);
Output:
Concatenating the variable within the alert() functionHere, the variable is concatenated with a string within the alert() function, allowing customization of the message displayed in the alert box.
Syntax:alert('Variable value: ' + variable);Example: Suppose we have a variable name containing the value "gfg". We can concatenate this variable with a string to create a custom message displayed in the alert box.
JavaScript
let name = "gfg";
alert('Hello, ' + name);
Output:
Utilizing template literals within the alert() functionTemplate literals allow embedding expressions within backticks. This approach utilizes template literals to include the variable directly within the alert() function, providing a cleaner and more readable way to display variable values.
Syntax:alert(`Variable value: ${variable}`);Example: Consider a variable age with a value of 30. We can use template literals to directly embed the variable value within a message displayed in the alert box.
JavaScript
let age = 22;
alert(`Age: ${age}`);
Output:
Converting the variable to a string before passing it to the alert() functionIn this approach, the variable is explicitly converted to a string using methods like String() or concatenation before being passed to the alert() function. This ensures consistent behavior, especially when dealing with non-string variables.
Syntax:alert(String(variable));Example: Suppose we have a boolean variable isTrue with a value of true. To display its value in an alert box, we can convert it to a string using the String() method before passing it to the alert() function.
JavaScript
let isTrue = true;
alert(String(isTrue));
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ? | https://www.geeksforgeeks.org/how-to-display-javascript-variable-value-in-alert-box?ref=asr10 | CSS | How to Display JavaScript Variable Value in Alert Box ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ? | GeeksforGeeks | [-0.00920779258, -0.0219895, -0.00136038312, 0.0160205662, 0.0360369682, -0.000998958712, 0.0199915823, 0.0380721129, -0.0138116898, 0.0141591532, -0.0121550318, -0.014717578, -0.0206989199, -0.0288146846, -0.0086431643, -0.016169481, -0.0442768261, 0.009679351, -0.0200412199, 0.0154869622, 0.00662042806, -0.00853768364, -0.0655714, -0.0089099668, -0.0222128704, 0.0177082494, 0.00200567325, 0.0152263641, -0.0423905924, 0.0180433039, 0.00450462103, 0.00438673142, -0.0349945761, -0.0252159499, 0.00294413604, -0.0277226549, -0.000669333327, 0.0237888675, -0.0426884219, -0.0110505922, -0.0167775415, 0.0013293596, 0.00330090686, -0.0519210324, -0.00651494786, -4.93953266e-05, 0.0193338841, -0.0428621508, 0.0187754594, -0.00239036535, -0.00856870785, 0.0259356964, 0.0417701229, 0.0206492823, 0.0173483752, -0.00556252478, -0.0111188442, -0.0392386019, 0.0282190312, -0.0195324346, 0.0373523682, -0.0379480198, 0.00282159285, -0.00440534577, -0.0290628728, -0.00175128, 0.0184652228, 8.59934371e-05, 0.0115407649, 0.0428869724, 0.0147548057, 0.0290628728, -0.00505994307, 0.0100826574, -0.000257495558, -0.00323265512, -0.0102315703, 0.00401134649, -0.0218281783, 0.00979724061, 0.00432158215, -0.0280452985, 0.027846748, -0.0154249147, -0.0149285374, -0.0326367877, -0.0195944812, -0.0486697629, 0.00964832772, 0.00448910939, 0.00178230356, 0.0238260943, -0.00555942208, -0.000250515266, -0.00162253226, 0.0188499168, 0.00108582468, 0.0101757282, -0.028640952, 0.0085811168, 0.0558920465, 0.0254145022, -0.013389769, -0.0500099808, -0.00616438175, -0.00590998866, 0.0185024515, 0.00547876116, 0.0075573395, 0.0118510006, 0.00524608418, -0.0168644078, -0.0289635975, -0.00879828166, -0.0380969346, 0.0446987487, 0.00313337962, -0.0272759143, -0.0111374585, 0.0205003694, -0.0134021789, 0.0311476551, -0.00230194815, 0.0350938514, -0.0248188488, 0.0346719325, -0.000544075679, -0.00321093854, 0.0333565325, -0.00103463582, 0.0112119149, 0.0118075674, -0.0229822546, 0.00332882814, 0.0196441188, 0.00668868, 0.0267050825, 0.0133649502, -0.0115159461, 0.000596040161, -0.0521692224, -0.0106038535, -0.00975380745, 0.0243100636, 0.0239750091, 0.0170133207, 0.0230567101, -0.00216234219, -0.00988410693, -0.0119750947, 0.0116462447, -0.0642808154, -0.00774348108, 0.0237640478, 0.0410255566, -0.00868659746, 0.00698030135, 0.0148044433, -0.0227464754, 0.00283865584, -0.0137372334, -0.0211084317, -0.00151162304, -0.00954905245, -0.0435322598, 0.00893478561, 0.0642311797, 0.00328849745, -0.0337784551, 0.0137372334, 0.0224238299, -0.00748288305, 0.00133013516, 0.0338280909, -0.022399012, 0.0274000093, 0.0139357839, 0.00952423364, -0.00581381517, -0.00871762075, -0.023863323, -0.00392758287, -0.0377494693, 0.0146431206, 0.00595342135, -0.0116586545, 0.0103680743, -0.0503574461, 0.00801648851, -0.00212356285, -0.0339770056, 0.00528951734, -0.000380232523, 0.0180308931, 0.0241487399, 0.0171250068, -0.026382437, 0.0262831617, -0.00470317202, -0.0271518212, 0.0105045782, -0.0292117856, -0.0130547145, -0.0224238299, -0.0294351559, -0.0310483798, 0.00269129383, -0.0541547276, 0.0201901328, 0.0358632356, -0.0103928931, 0.0224982873, -0.00622022385, -0.0390648693, -0.0144693889, -0.0333813503, -0.0127072511, 0.0106224678, -0.0153008206, -0.0589199476, 0.00495446287, 0.0238012765, -0.0199543554, -0.00243379828, -0.0407525487, -0.00947459601, 0.00606200378, 0.0189864188, -0.0308746491, 0.00093225803, -0.0176834296, 0.0329346135, -0.00101214368, -0.0105356015, 0.021083612, -0.00771245733, 0.00876725838, 0.00621712161, 0.0156855118, 0.0389904119, -0.00211270456, -0.0384195782, 0.00821503904, -0.0232800804, -0.0243721101, 0.00415405491, -0.00495446287, 0.0032543717, 0.0074518593, 0.00186761841, -0.0218778159, -0.00315199373, -0.0225355141, 0.00653356221, -0.0449965745, -0.0155862374, 0.0039182757, 0.00259977439, 0.0454929508, 0.0364837088, 0.00936291087, -0.00725330878, -0.0203266367, 0.0145686641, 0.0394619703, 0.0104301209, 0.0108148139, -0.0477018282, 0.00433709379, 0.00609613, 0.029832257, -0.0287154075, 0.027846748, 0.0218902249, -0.0110009545, 0.017236691, -0.035515774, 0.0357143246, -0.028640952, -0.0177082494, 0.0322396867, 0.0312469304, 0.0662166923, 0.0398342535, 0.0261094291, -0.0121860551, 0.00154342223, -0.00899062771, -0.00375074847, 0.0174600612, -0.014320476, -0.0410255566, 0.0206989199, -0.0193338841, 0.0574804544, 0.0187382307, -0.0588206723, 0.0225727428, -0.0116090169, 0.0313710235, -0.0561402366, -0.0384692177, -0.0415963903, 0.0121240076, -0.0395364277, 0.0223369636, 0.0345974751, 0.00108349789, 0.00958007574, -0.0313958451, 0.020425912, 0.0027533411, -0.0240866933, -0.0142087908, -0.0148664908, 0.0255634151, 0.0160826147, 0.0255385954, 0.0218405873, 0.00796064548, -0.00617058622, -0.00384381926, -0.0040702913, 0.033555083, 0.0347215682, 0.0152139543, -0.0729177818, -0.0116834734, 0.0476770103, -0.0126017705, -0.0567855276, -0.0414474793, -0.0212449357, 0.023466222, -0.00870521087, -0.0233173091, -0.0344733819, -0.0108334273, 0.0068003647, -0.00206616917, -0.00509717129, 0.000187789497, -0.0554453097, -0.0215799902, -0.00442395965, -0.052913785, -0.00624814536, 0.0104425307, 0.0201156773, -0.0437804498, 0.000844616443, 0.0198302604, 0.065075025, -0.0040827007, 0.0290876906, -0.0140102403, -0.0156234652, -0.0222128704, -0.0365581661, -0.00949941482, 0.0185645, 0.038568493, 0.0017605871, -0.0233793557, 0.0273503717, -0.0720739365, 0.0173111465, 0.00444877846, 0.0192470178, -0.0405043624, -0.0184900425, 0.0100019965, 0.00405167695, 0.0268291757, 0.0105852392, 0.00264630979, -0.0493895113, -0.00336915883, -0.0517721176, 0.0391641445, -0.0182294454, 0.0122108739, 0.00754493, 0.0136751859, 0.0326864235, 0.0220019091, 0.0129430294, 0.00366078014, 0.0313462056, 0.0229574349, -0.0330090709, 0.0555942208, 0.0111870961, -0.0459396914, 0.0182542633, 0.00221818453, -0.00534225721, -0.0384692177, 0.0332820751, -0.0189367812, 0.0168147702, -0.00770625286, 0.0025470343, -0.0354165, -0.023863323, 0.00716023799, -0.0157599691, -0.022796113, 0.0388663188, 0.0182418544, -0.0190981049, -0.0107217431, 0.0107155377, -0.00918297376, 0.0234041754, -0.023342127, 0.00190329552, 0.0334309898, 0.0052119582, 0.00381900044, 0.021207707, 0.00426573958, -0.0150898602, 0.0192221981, 0.0089099668, 0.0103308456, -0.022138413, -0.019755803, 0.0201156773, -0.0129430294, -0.0266058054, -0.0195200257, 0.00992754, 0.0281942133, 0.0231187586, 0.00863696, 0.00258116028, -0.00335985166, -0.002368649, -0.0220267288, -0.00830811, 0.0268788133, 0.0219895, 0.0196813475, -0.037129, 0.0128437541, -0.0282190312, 0.0146679394, 0.00663904194, 0.0233917646, -0.0319914967, -0.0142584285, -0.0250298101, -0.0154249147, -0.0277722925, -0.0118199773, -0.0424650498, 0.00344361528, 0.0161818899, 0.0173731949, 0.0197930317, 0.024657527, 0.0193462931, 0.010076453, 0.0203142278, -0.0226844288, -0.0341755562, -0.0104611451, 0.00320473383, -0.00687482115, -0.0170753673, -0.00855629798, -0.0253028162, -0.00311631663, -0.00311011192, -0.00905267522, 0.0118323863, 0.0195696633, 0.0226347912, -0.0131043522, 0.0203762744, 0.0127196601, 0.0155738275, 0.0428869724, 0.000729441468, -0.0130174868, 0.0673087165, 0.0147051681, 0.0274744667, 0.00469076261, 0.0105293971, -0.0309491046, -0.025178723, -0.010870656, -0.00348394597, -0.016976092, -0.0328105167, -0.0229698457, 0.00802889746, 0.031668853, 0.0107093332, -0.00760077266, -0.0373771861, 0.0280204806, -0.0011315844, 0.00308063976, -0.0331828, 0.00504132872, -0.0151394978, 0.00605890155, 0.00794203207, -0.0221260041, -0.00176368945, 0.000843840884, 0.00879828166, -0.0086990064, -0.0203638654, 0.0321404077, -0.0134642255, -0.00217320048, 0.00626055477, -0.0093567064, -0.0176710207, 0.00386243337, -0.0126762269, -0.0190236475, 0.0340018235, -0.0157227404, -0.0329346135, -0.00517783221, 0.0121426219, 0.0224114209, 0.00614886964, 0.0180433039, -0.020674102, -0.0154373245, -0.00691825431, -0.00468766, 0.0062512476, -0.0140722878, -0.0326119661, -0.0132656749, -0.00224145222, -0.00366388261, 0.0300308075, 0.0202894099, 0.0595652387, -0.0428373329, 0.00930086337, 0.0354909524, 0.0089099668, 0.045865234, -0.00695548253, 0.0179192089, 0.00886032917, 0.000664679799, -0.010541806, -0.0271021836, 0.0104301209, -0.0125024952, 0.0297329817, -0.0216544457, 0.0115283551, 0.0156482849, 0.0121426219, -0.0325871482, -0.00319542689, 0.0455922261, -0.0476025529, 0.0125831561, -0.0324382372, -0.00526780076, 0.00145035144, 0.00407649577, -0.00679415977, 0.00796685088, 0.0136379572, -0.0436563566, 0.0131539898, -0.00558424089, -0.00961109903, 0.00674452214, 0.0349201225, 0.00993374456, -0.0244589765, -0.0112305293, -0.0225975625, -0.0281197559, -0.0712301, -0.00797926, 0.00491723465, -0.0106534911, 0.000538646593, 0.0119316615, -0.0184776336, -0.012254307, -0.00469076261, 0.00514680892, -0.00657079043, -0.0103060268, -0.0101322951, 0.00371972495, 0.0367318951, 0.0298074372, 0.0155366, -0.0207733773, -0.00856250338, -0.0157971978, -0.00244465657, -0.0186637752, -0.0271766391, -0.0425146893, 0.0278963856, -0.0347463898, -0.00942495838, -0.0386677682, -0.0332572572, 0.0346719325, -0.0013735682, -0.0155738275, 0.00787998457, -0.0442023687, 0.00141700113, -0.00848184153, 0.0177951138, 0.0402313545, -0.0113236, -0.0430855229, 0.00825226773, -0.044798024, -0.012006118, -0.0217785407, -0.0207981952, 0.0212697536, -0.0013060919, 0.0144197512, -0.00786137, 0.0137124145, -0.0212945733, -0.0120123234, -0.0211084317, -6.09806884e-05, -0.00390896853, 0.107713804, -0.00112382846, 0.017770296, -0.0208974704, 0.0296585243, 0.00715403305, -0.0253028162, 0.00771866227, -0.0158964731, 0.00127274159, 0.00951182377, -0.00840118062, 0.022672018, 0.0145066176, -0.00508786412, 0.00201808265, 0.0052243676, -0.039387513, -0.0183783583, 0.0251166746, -0.0297826193, -0.00749529246, -0.0168271791, 0.0122294882, -0.0213318, -7.65409422e-05, 0.0150402226, 0.0120371422, -0.00936911535, -0.0032016316, 0.0297578, 0.00814058259, -0.0115904026, -0.0193090644, -0.0103804832, 0.0124404477, -0.00219336571, 0.00189553958, 0.0308001917, 0.0163059831, 0.0401568972, -0.0322396867, -0.00965453219, -0.022274917, -0.00577658694, -0.0199791733, 0.00422540912, -0.00819022, 0.0150526315, 0.0259108786, 0.0199419446, -0.0081033539, -0.0271766391, -0.00189243723, -0.0136255482, -0.0274248291, 0.00255013676, -0.00762559148, -0.0390400514, -0.0303286333, -0.0124156289, -0.0317929462, 0.0415715724, 0.000134370799, 0.0158344265, -0.0321404077, 0.00298291538, 0.0170753673, 0.0360121503, -0.0246327072, 0.00720367115, -0.016703086, -0.00625745254, 0.0154000958, -0.0172615089, -0.00637223944, -0.0215427615, -0.00827708654, -0.0195200257, -0.00828329101, -0.0213318, -0.00192811433, -0.0395116061, 0.0226347912, 0.0226347912, -0.0240246467, -0.0132656749, 0.00822744891, 0.00639085378, 0.00131695019, -0.0137248235, -0.0192842465, 0.00302479719, -0.0262335241, 0.0432840735, -0.0254393201, -0.0077807093, -0.0325375125, 0.00232211361, 0.00122387952, 0.0201280862, -0.00910851732, -0.000920624181, 0.0326367877, 0.00202583848, 0.0264072549, 0.0055408082, 0.00100749021, 0.0153132295, 0.0508290045, -0.0134890443, 0.00186296483, -0.00697409641, 0.00603718497, -0.0144073423, 0.0162935741, 0.0164921246, 0.0232428517, 0.0291373283, 0.00824606232, 0.00457597524, 0.0274248291, -0.00948080048, -0.0412489288, 0.0170753673, 0.020016402, 0.0187134128, 0.016045386, 0.010144705, 0.00338156824, 0.00952423364, -0.0039182757, -0.0101198861, 0.00629468076, -0.0155862374, -0.0176834296, -0.00251911324, -0.0190236475, -0.0240122359, -0.0121115986, -0.012856164, 0.00380659103, 0.0183163099, 0.0162563454, 0.00572694931, 0.0180060752, -0.016566582, 0.0174228325, 0.00719126174, -0.00411062175, 0.0356895067, -0.00295809656, -0.0612032823, -0.0117207011, 0.00349635538, 0.0161942989, -0.0264568925, 0.00813437812, 0.00397722051, 0.0123597868, 0.0222997367, 0.0254641399, 0.0208106041, -0.0169264544, -0.0073339697, 0.0168768167, -0.00324196205, -0.000967159518, 0.00445808563, -0.00112150179, -0.0166534483, 0.0190484673, -0.0102563892, 0.0244341567, -0.000910541508, 0.00431227498, 0.0354165, 0.0296833441, 0.00603718497, -0.0190856941, 0.0101819327, -0.0135883195, 0.0292614233, 0.0110257734, 0.00555942208, 0.0651246607, 0.00525228912, 0.022932617, 0.0100454288, -0.0279212054, 0.0329842493, -0.0116338357, 0.0217537209, -0.021741312, 0.0193338841, 0.0418197624, 0.0218033586, -0.00256254617, 0.0083763618, -0.00146198529, 0.0121178031, 0.00496997451, 0.0163804404, 0.0300556254, -0.00120681652, -0.00328539521, -0.029708162, 0.0163928494, 0.00954284705, 0.0166906752, 0.0114104655, 0.00324816676, 0.0189988296, -0.00497928169, -0.0314951204, 0.0298570748, -0.00842599943, -0.00666386075, 0.0136131383, -0.0172987375, -0.00748288305, 0.0380472951, -0.0344237424, 0.00689343549, -0.0360121503, 0.00371972495, 0.0220639575, -0.0135014541, 0.0143577037, -0.000428900734, -0.0277474727, 0.00873623509, 0.015251183, -0.0120433467, 0.0156482849, -0.00405167695, -0.00465973886, 0.0254393201, -0.022138413, -0.011472513, -0.0163308028, -0.0106348768, 0.0252655875, -0.0362851582, -0.0367070772, 0.00481485669, -0.0134394066, -0.0135510918, -0.019358702, 0.0334061719, -0.035267584, 0.0169140454, 0.0337039977, -0.0259853341, -0.0254641399, 0.0100454288, 0.0226472, 0.00987790152, -0.0101881372, 0.0484712124, -0.0198798981, 0.00807853509, 0.0316440314, -0.0231683962, 0.0326367877, -0.0121115986, 0.030626459, 0.0171374157, 0.0347463898, 0.00494205346, -0.0199047178, 0.0312221125, -0.0121922595, -0.0195696633, -0.0120681655, 0.00947459601, 0.0129678482, -0.0119750947, -0.00695548253, 0.00797305536, 0.00301859248, 0.0118385907, -0.00852527469, -0.0403554477, -0.0121115986, -0.00429986557, -0.014841672, -0.00225541298, 0.0126079749, 0.0325375125, 0.000166073, -0.0237392299, 0.003049616, -0.00719126174, 0.0433088914, -0.0218654051, -0.0362851582, 0.0246823449, 0.0320163146, 0.00805371627, 0.0291125104, -0.0197930317, 0.0196689386, -0.0327608809, 0.00574246142, 0.00814678706, 0.029038053, 0.0248560775, 0.0274000093, 0.00374454376, 0.0127568888, 0.00535776885, -0.00898442324, 0.000493662432, 0.00846943259, 0.00688102609, 0.00952423364, -0.00649633352, -0.00158685516, 0.0209347, 0.00139063119, 0.0230939388, -0.00214838167, 0.0208354238, -0.0115904026, 0.0150650414, -0.0287154075, 0.0157723781, -0.010076453, 0.0271518212, 0.00354599301, -0.00632880628, -0.0135883195, -0.0184900425, -0.0226844288, 0.0161818899, 0.0270277262, -0.0283927638, -0.0262831617, -0.0237392299, 0.0137744611, 0.0191105139, -0.0289139599, 0.0402809903, -0.0373771861, 0.0367070772, 0.0199295357, 0.0143452948, -0.00393999228, 0.000600693689, -0.00256719976, -0.0137124145, 0.0273007341, 0.0206244644, 0.000909765949, -0.0459148698, -0.0018490043, -0.00255013676, -0.00171094935, 0.00407339353, 0.0215179417, 0.024657527, -0.0016008158, -0.00289294706, 0.00847563706, 0.00421299972, 0.00232521584, -0.0384692177, -0.0199791733, 0.00346533186, 0.00553150102, -0.011404261, 0.0391889624, -0.0208602417, 0.0484712124, 0.0204383228, 0.027449647, 0.00514680892, -0.0137496423, 0.0156482849, 0.00367008732, -0.00166441407, 0.00442395965, 0.011143663, -0.00815299153, 0.00395550393, -0.0107713807, 0.0162191186, -0.00751390634, -0.016169481, -0.00833913311, 0.00557803642, -0.0254393201, 0.0030434113, -0.0407525487, 0.00227402709, 0.00854388904, 0.0241487399, -0.014059878, -0.0166906752, 0.00958007574, -0.00272076624, 0.0260349736, -0.0315695778, -0.0212945733, -0.00642808201, 0.0314703, -0.0158716533, -0.0184900425, -0.00342500117, -0.00399583485, 0.00830190536, -0.00652735727, -0.0008229, -0.00606820872, 0.00856250338, 0.0230815299, -0.00104239164, -0.022138413, -0.0308994669, -0.000355995377, 0.00213442091, -0.00703614391, 0.010008201, -0.00129600929, -0.00964212324, 0.00340638706, -0.00355530018, 0.00838877074, -0.00290070288, 0.00295034074, 0.0239625983, -0.0204507317, -5.47275e-05, 0.00455736136, -0.00557803642, -0.00193897262, -0.00671970332, -0.0112181194, -0.000547565869, 0.0329594314, -0.00341259176, -0.0458155945, -0.0163928494, -0.00490482524, -0.00861834548, -0.0191105139, -0.024533432, 0.0129306205, -0.00852527469, 0.012006118, 0.00510337576, 0.00134254456, -0.0096235089, 0.0467090756, 0.00962971337, -0.0075573395, 9.54459247e-05, -0.0220515467, -0.0263079796, -0.0177330673, 0.0201777238, 0.0144321611, -0.026779538, -0.00129833608, 0.00667627063, 0.000128941683, 0.0132904937, -0.0197930317, -0.0105728293, -0.0274992846, 0.000516154512, -0.00486139208, -0.00851286482, 0.015251183, 0.0140102403, 0.00405477965, 0.006961687, 0.0245954785, -0.00111607264, 0.0077683, -0.00791721325, -0.0392137803, 0.00440534577, 0.0108396327, 0.019358702, 0.00689343549, 0.00224920828, 0.0113608278, 0.0513253808, 0.00723469444, 0.000285998452, -0.00390896853, 0.0122418972, -0.0184776336, -0.0331083462, -0.00109047815, 0.043979, 0.0207485575, -0.00132237934, -0.0272759143, 0.00623263326, -0.00583242951, 0.000110327543, -0.0226844288, -0.00185676012, -0.00847563706, -0.00474660471, -0.0115469694, -0.00845702272, -0.00953043811, 0.0151270889, 0.0280452985, -0.0208850615, -0.00808474049, -0.0160826147, 0.0162811652, -0.00855009351, -0.00613335799, -0.0133525413, -0.0159833394, -0.00112925761, 0.0039058663, -0.010268799, 0.000700744684, -0.0109016793, 0.0166286286, 1.34879783e-05, -0.015921291, -0.0116462447, -0.00782414246, 0.0169885028, 0.013129171, -0.0108458372, -0.0494143292, 0.0444505587, 0.0238260943, 0.0410255566, -0.0021158068, 0.011596607, -0.012006118, 0.0123039447, -0.0281445757, -0.00519644655, -0.0241487399, 0.0082584722, -0.00505684037, 0.00153489073, 0.0184900425, -0.00704234838, -0.0139854215, 0.0175221078, -0.00416336209, -0.0249181241, 0.0126762269, 0.00540120201, -0.0217909496, 0.00541050918, -0.0151394978, 0.00210960209, 0.0207981952, -0.0189740099, -0.0118323863, 0.0157227404, 0.0041292361, -0.00475591188, -0.00444567623, 0.00644049142, 0.0127196601, 0.00591619313, 0.00450462103, -0.000168593673, 0.0167527236, 0.00388725218, 0.0118323863, 0.0117269065, -0.0275489222, -0.00566800451, -0.0181549881, -0.00686861668, -0.00252686907, 0.00594721688, 0.00422540912, -0.0152760018, -0.000884171517, 0.0197433941, 0.026258342, 0.0141095156, -0.00353048136, -0.00184124836, -0.00103541138, -0.0214683041, 0.00122310396, -0.0277722925, -0.00255168788, -0.015375277, -0.0125583373, 0.0243224725, 0.00247878255, 0.0114352843, 0.0096235089, 0.005106478, 0.00683759293, -0.019482797, 0.00456977077, -0.0169264544, 0.00943736732, -0.0106659, 0.0195696633, -0.0416460298, 0.0350938514, -0.0056586978, 0.00176368945, 0.0274992846, -0.0213193912, 0.0153504582, 0.0121364174, -0.00152946159, -0.00410131458, 0.0175717454, -0.0191353317, 0.0197806228, 0.00880448706, -0.00948080048, 0.0233917646, -0.0065769949, -0.000687947497, -0.0148168532, 0.0205003694, 0.0188871436, 0.0208230149, -0.0222128704, 0.0304527283, -0.00484277774, -0.0330835246, 0.0145686641, -0.00715403305, -0.00584173668, -0.0509779155, -0.00223214529, 0.00158530404, -0.000610000803, 0.00951182377, -0.0068003647, -0.00990272, 0.0224486496, 0.0202025436, 0.0344982, 0.0230443012, -0.00492343912, -0.00711060036, -0.0277474727, 0.00223679887, 0.0308746491, -0.0351434909, 0.00311631663, -0.0104115075, 0.0369800851, -0.0195448436, -0.00877346285, -0.017224282, 0.0234165844, 0.0138613274, 0.0133525413, 0.00151937897, 0.00116803707, 0.0101074763, 0.0064715147, 0.00784896128, 0.028094938, 0.00367008732, -0.00626365701, 0.00541050918, 0.00820883457, 0.00199946854, 0.0272014588, -0.0155738275, -0.00313493097, -0.00202428736, -0.0220143199, -0.0065769949, 0.00817781, -0.0221880507, 0.0308746491, -0.00790480338, 0.0185272712, 0.0282438509, -0.0114290798, 0.0127817076, 0.011199506, 0.0199667644, -0.0100516342, -0.0239501894, -0.00310545857, 0.0169388652, -0.000611164141, -0.00299997837, -0.00345292245, 0.0300308075, -0.00014164194, 0.00504132872, 0.015251183, -0.00979103614, -0.0199667644, -0.0064156726, -0.0138489176, 0.0339770056, 0.00107574195, -0.00485518714, 0.0112119149, -0.0190981049, -0.0155366, -0.0339273661, -0.043234434, 0.0328601561, 0.0179564375, -0.0366822593, -0.00207547634, -0.0198302604, 0.000220267291, -0.00693686819, 0.00108815136, -0.00427814899, 0.0157103315, 0.0050630453, -0.0194579773, 0.0273007341, 0.00912092719, 0.0125087, 0.00249119196, 0.0235282686, -0.00220267288, 0.000340871367, -0.0133153126, -0.00337536354, 0.00451082597, 0.00637223944, -0.0232304428, -0.0359873325, 0.0202894099, 0.00833913311, 0.0117579298, -0.0209098812, 0.00298291538, 0.0424402319, 0.0140226493, 0.00456356583, -0.0117144966, -0.00465043169, 0.0151767265, 0.00272852229, 0.0279460233, 0.0136379572, 0.017757887, 0.00937532, 0.0186141375, -0.00893478561, -0.0163680315, 0.00817160588, 0.000350178452, -0.0105045782, -0.00216389331, 0.0274000093, -0.00385312643, -0.00583553175, -0.0147423968, 0.0161446612, -0.0139978305, -0.0190981049, 0.00199791742, -0.0137744611, -0.026258342, -0.0269532707, -0.010938908, 0.00259356969, 0.00246171956, 0.0150402226, -0.00403926754, -0.00546324905, -0.0395364277, 0.00280142762, -0.00960489456, 0.00801648851, -0.00944977719, -0.0214310754, 0.00412303116, -0.0115097417, 0.0276730172, 0.0122108739, 0.0237020012, 0.00754493, -0.0271270014, 0.00592239806, 0.013662776, -0.0118447961, 0.0205996446, -0.00642187707, -0.00351496949, 0.000860128261, -0.00394929945, 0.0154745523, 0.00314423791, -0.0235158596, -0.00215303525, 0.00833292864, -0.0268291757, 0.0154000958, -0.00570523273, 0.0222252794, 0.024521023, 0.0165293533, -0.00855629798, -0.000831431418, 0.00349635538, -0.0048862109, -0.00758215832, -0.0116028115, 0.0134890443, 0.0172118712, -0.0200039931, -0.0426636, -0.00458218, -0.00914574601, 0.00201032683, 0.00622332655, -0.0188126881, 0.0067879553, 0.00693686819, 0.0273007341, 0.0177454762, 0.0135014541, -0.0124032199, 0.0235406775, -0.0160826147, -0.0309739243, 0.00576728024, -0.000288325216, -0.0252779983, -0.0206368733, 0.00315974979, -0.0049451557, -0.00562146911, -0.00645910529, 0.00536707602, 0.0204010941, 0.0112181194, 0.0110505922, 0.0333813503, -0.0198426694, -0.00405788189, -0.0424650498, 0.0113856466, -0.00221197982, -0.0117144966, 0.0210712031, 0.00714162365, -9.21496685e-05, 0.00144026882, -0.00127972185, 0.0170133207, -0.0239501894, -0.0217289031, -0.00268974272, -0.0284424014, -0.000787998433, 0.00573935872, -0.0165914, -0.00265561696, -0.0182294454, -0.0283927638, -0.0087610539, 0.00848184153, 0.0288891401, -0.020277, 0.00372592965, -0.00510027353, -0.00544463517, -0.00906508416, -0.018837506, -0.0180433039, -0.00977862626, -0.00501030497, -0.000466516794, 0.0142832473, -0.00823985785, -0.0309491046, 0.0187630504, 0.0165293533, 0.0168519989, -0.0235654972, -0.00230505061, 0.023863323, -0.0212573446, 0.0130174868, 0.00447980221, 0.00235003466, -0.00997097231, -0.0055377055, -0.0120743699, 0.0146183018, -0.00438362919, 6.67491331e-05, -0.0241735596, 0.0096235089, 0.00481795892, -0.00278436462, -0.0055532176, 0.00534846215, 0.00436191261, -0.0172739197, 0.0026416562, -0.0261838865, 0.00621091714, -0.00623263326, 0.0255137775, -0.0116090169, -0.0105542159, 0.0134021789, 0.013786871, -0.00786757469, -0.00921399798, -0.00275954581, 0.0135635007, 0.0192346089, 0.0110940253, -0.021207707, 0.00642808201, -0.00268508913, 0.0147548057, -0.00982205942, -0.0154993711, -0.0148292622, -0.00735878898, 0.0141219255, -0.00528021, 0.0106348768, 0.00117734412, 0.0045604636, 0.0208974704, 0.0553460345, 0.0113111902, 0.0113298045, 0.00846943259, -0.0154993711, 0.0126762269, 0.000315664744, 0.0234786309, -0.00691204937, -0.00477452623, -0.0298570748, 0.00924502127, 0.0239253696, -0.0317681283, -0.00910231285, 0.000581691798, 0.00922020245, -0.00557493418, -0.0285664946, 0.0123597868, -0.00188002782, 0.000169854, 0.00570523273, -0.00132625725, 0.00560905971, 0.00987169705, -0.0164300781, -0.021617217, 0.00415095268, 0.0108892703, -0.000393223629, 0.00787998457, -0.00195138203, -0.000870210875, -0.000651107, 0.0143080661, 0.00806612615, 0.0137992799, -0.0243472904, -0.0200412199, 0.00820262916, 0.00490792748, -0.0237144101, 0.0137248235, 0.00622642878, -0.00672590826, 0.0159833394, -0.00345602469, 0.00172956358, -0.00353048136, 0.00010654654, 0.0146307116, 0.00713541918, 0.00832051877, -0.00815299153, 0.0011083167, -0.00572074484, -0.00164424872, 0.00167217, 0.00499479333, 0.00961730443, 0.00610853918, -0.0215427615, -0.00571764214, -0.0110692065, 0.0150898602, -0.0101633184, -0.0422665, 0.024521023, 0.00592239806, 0.011472513, -0.0257619657, 0.000775201246, -0.00601857109, 0.0250049904, -0.00732156029, 0.00249274308, 0.0290876906, 0.0182542633, 0.00355219771, -0.0251042657, -0.00214838167, 0.00326367863, -0.0210463833, -0.00377246505, 0.000524686, 0.020277, 0.00405477965, 0.015387686, 0.033803273, 0.0143328849, -0.0158220157, 0.0031023561, -0.00484898267, 0.020686511, -0.00992133468, -0.0169512741, -0.00605269661, -0.0104673496, 0.00534846215, -0.00484898267, 0.00609613, -0.000998183, -0.00180091779, -0.0149285374, 0.0115841981, -0.00906508416, -0.0128065264, 0.00455736136, -0.0203886852, -0.0017729965, -0.0244341567, 0.0204879604, -0.000369180372, 0.00918917917, 0.0112119149, -0.0154373245, -0.0051095807, -0.010212956, 0.00281383703, -0.0117641343, -0.0127320699, -0.00863696, -0.0149533562, 0.0170381404, 0.0241611488, -0.0224734675, -0.00200877548, -0.000756974914, -0.00482416386, -0.00646531, -0.0158344265, 0.00840738509, 0.00629778299, -0.00356150488, 0.00457907747, 0.0111188442, 0.0106162624, -0.00469076261, 0.00343430834, 0.0199915823, 0.00581071293, -0.00296895485, -0.0111250496, -0.00691204937, -0.0284175817, 0.0111250496, 0.00768763851, 0.0246327072, -0.0156234652, -0.0135138631, 0.0174972881, 0.00257495558, -0.0220391378, 0.00265716808, -0.0126700224, 0.00300463196, -0.00693686819, -0.0314951204, 0.00327919051, 0.0123473778, -0.0366326198, -0.015511781, 0.016578991, 0.0178571623, 0.00373213436, 0.00950561929, -0.029832257, -0.00986549258, 0.0179812554, -0.0117579298, -0.000960179197, 0.0180929415, -0.00687482115, -0.00589137431, -0.00167682348, 0.024657527, -0.00066390424, 0.000363557367, 0.0145934829, -0.0212697536, -0.0186389554, -0.00179471297, -0.0333068967, -0.00742083602, 0.0237144101, -0.0149285374, -0.0210587941, -0.013526273, -0.00365147321, 0.011925457, 0.0371041782, 0.0226099715, -0.00182418537, 0.00626986194, -0.0102191614, 0.00626055477, 0.0150278127, -0.0208974704, 0.00665765628, -0.0117020877, 0.0050475332, -0.0023624443, -0.0122853303, -0.00448600715, -0.0100454288, 0.015921291, 0.000139896874, -0.0165293533, 0.0217661299, -0.038965594, 0.00380969327, 0.0116772689, 0.00841359, -0.000498703739, 0.0241735596, 0.0254393201, -0.00515921833, 0.0419190377, 0.0148044433, 0.00212976756, -0.00502271438, -0.00286502577, 0.014183972, 0.0160702039, 0.0131539898, 0.00889135245, 0.0161446612, -0.00868659746, -0.0217164923, 0.0103990976, -0.002553239, 0.0379728377, 0.0265313499, -0.0272510964, -0.00746426871, -0.00426573958, -0.00740842661, -0.0229946636, -0.00609923201, -0.00922020245, 0.0395116061, -0.0149161285, -0.000375772885, -0.018837506, -0.00165200466, 0.00736499345, 0.00626055477, 0.00487690372, -1.26760333e-05, 0.0119750947, -0.00847563706, -0.00769384298, 0.000908990332, 0.000259240624, 0.016169481, 0.00101059256, 0.00332262344, -0.000468455779, 0.00465663662, -0.00761318207, 0.0224114209, -0.0229822546, -0.0144445701, 0.00253772736, -0.00921399798, -0.0197309852, -0.0143949324, -0.042564325, 0.0126389991, -0.0134269977, -0.0110567976, -0.00475280965, -0.0101757282, 0.0254889578, 0.00789239444, 0.0105542159, 0.00203514565, 0.0023453813, 0.000716256443, -0.00605890155, 0.00149223325, 0.0133153126, -0.001855209, 0.00791100785, -0.00809714943, 0.0260846112, -0.0179812554, 0.0177454762, 0.0143452948, 0.0159709286, -0.0139854215, 1.66630457e-06, -0.0108086085, -0.0146058928, 0.0338280909, -0.018427996, -0.0134518165, 0.00596583076, -0.0166410375, -0.0167279039, 0.000920624181, -0.00965453219, 0.0203018188, 0.0177082494, 0.0110381832, 0.0168023612, 0.0138240987, 0.00757595384, 0.0280701183, 0.0133401314, 0.0140846968, -0.012254307, 0.0167651325, -0.0017962642, -0.0178075247, -0.0427876972, -0.0121364174, -0.0334558077, -0.00525849359, 0.000267966, 0.000309072231, 0.025588233, -0.0165169444, -0.0244217478, 0.0170629583, -0.00700512, -0.0125087, -0.00401755096, -0.0165541731, -0.014183972, 0.00436191261, -0.00835154299, 0.0145190265, -0.00436191261, 0.0212945733, -0.00961109903, 0.0205127783, -0.0259605162, 0.00101602159, -0.0105666248, 0.0200908575, -0.0141219255, 0.00487690372, 0.0075573395, -0.0221880507, -0.00976621732, 0.0205127783, -0.0181549881, -0.0125645427, 0.00443636905, -0.0300804451, -0.00507235248, -0.000254005397, -0.0173731949, -0.0177454762, 0.0150154037, 0.00790480338, 0.00594411418, 0.0086431643, -0.00144337118, 0.00480865221, -0.0129802581, -0.00514060399, -0.0117579298, 0.0169512741, -0.00259977439, 0.000801959075, -0.0114228753, 0.0244093388, -0.00821503904, -0.010268799, -0.00226161769, -0.00488931313, -0.0117517253, -0.0143328849, -0.0089658089, 0.00795444101, 0.00969796535, -0.0222997367, 0.00122000161, -0.0231559854, -0.00699891523, 0.0142087908, -0.0244713854, 0.024396928, -0.00894719549, -0.0133153126, 0.0123163536, -0.000241402086, -3.79069133e-05, -0.0174352415, 0.010541806, -0.0263576172, -0.0101136807, 0.00417887373, 0.00282624643, -0.0308994669, -0.00425333, 0.0205996446, -0.0060309805, 0.00378487445, 0.00302169495, -0.0119502759, 0.00501030497, 0.0130174868, 0.0237516388, 0.0102625936, 0.00374454376, -0.00893478561, -0.00354599301, 0.00485208491, 0.00769384298, 0.0151767265, 0.0110257734, -0.00452944, 0.00212046038, -0.0127196601, 0.00505994307, 0.00261373515, -0.0106721055, 0.0302045401, -0.0114538986, 0.0182294454, -0.00202428736, -0.00770004792, -0.00801028311, 0.032736063, -0.0225727428, -0.00932568219, -0.00974760298, -0.00797305536, 0.0239377804, 0.0229202062, -0.010734152, -0.0104425307, 0.0112181194, -0.0318425819, -0.016442487, -0.00979724061, 0.00681277411, -0.0143080661, -0.0104363263, 0.0121736452, -0.0064715147, 0.0100826574, 0.00481175445, 0.0089658089, -0.0187878683, 0.000856250292, -0.00449221162, -0.00452323537, -0.0107155377, 0.0233793557, -0.0223245546, -0.0293110609, -0.0104797594, -0.0112553481, 0.0082584722, 0.012334968, -0.00580140576, 0.015511781, -0.00429986557, -0.00206927164, -0.010337051, 0.00774968555, 0.0162439365, -0.00430607051, 0.0127817076, -0.00612405082, -0.0102501847, -0.00465353439, 0.0207857862, -0.00742083602, 0.00840738509, -0.0132284462, 0.0107155377, 0.0008229, -0.0104611451, 0.0138240987, -0.00810955931, -0.0303782709, -0.0144942077, -0.00540430425, 0.0121550318, 0.0164176691, -0.00791100785, 0.0229698457, -0.0256626904, 0.0139357839, 0.0146431206, -0.00467214826, -0.00166441407, 0.0209967457, -0.0116524501, -0.0119006382, -0.00678175036, -0.0284175817, -0.0149905849, 0.0338529088, -0.00179471297, 0.0100578386, -0.0155862374, 0.0167899523, -0.0216916744, 0.00868039206, -0.00148757978, 0.0254393201, -0.0109947501, -0.010337051, -0.00945598166, 0.015375277, -0.00982826389, -0.00317991502, -0.0118510006, 0.00316130091, -0.0276730172, 0.00548496563, 0.0185024515, 0.0167403128, -0.00644669589, 0.00175593363, -0.00882930588, -0.00582622504, -0.0150402226, 0.00157522131, -0.00109435618, 0.00755113503, 0.0174724702, 0.00454805419, -0.00362355192, 0.0243100636, 0.0252531786, 0.0171250068, 0.012856164, 0.00279056933, -0.00211270456, 0.0106783099, 0.00507545471, 0.0324630551, 0.00326367863, 0.0102750035, -0.00949320942, 0.00611784635, -0.00460079405, 0.00930086337, 0.0192966554, -0.0130547145, 0.00816540141, -0.00268198689, 0.0406284556, 0.0145438453, 0.00227557821, -0.00263855397, 0.00799167, 0.0110071599, -0.00291931722, -0.0312221125, -0.0218281783, 0.00238881423, -0.00244000321, -0.0190732852, -0.0214434862, 0.0135386819, -0.0132532651, -0.0101136807, 0.0157723781, -0.00755113503, -0.0157227404, 0.00790480338, 0.0269532707, 0.00958628, 0.0277722925, 0.0265065301, 0.00198240555, -0.0109078838, -0.0314951204, 0.00597203569, -0.0267299, 0.00794203207, -0.00529572181, -0.0162935741, -0.0205127783, -0.0310732, 0.0010726396, 0.00558424089, 0.00488000643, -0.0130547145, 0.0230194833, 0.00241828663, 0.0120185278, -0.0139357839, -0.00270060101, -7.54745051e-05, 0.0151767265, -0.00562767405, 0.00644669589, 0.0192842465, -0.00698650582, 0.00134176901, 0.00218871236, 0.00602477556, 0.035937693, 0.00912092719, 0.0121115986, -0.00482106162, 0.00449221162, -0.0249553528, 0.00627916865, 0.00210184627, -0.00577038247, -0.0154993711, 0.00681277411, 0.00745806424, -0.00212666509, -0.0119999135, 0.00445188116, 0.0182542633, 0.0283183064, 0.000221430673, 0.0223493744, -0.0032667811, -0.00930086337, 0.0132160373, -0.0171374157, 0.00540740695, -0.00536397379, 0.0168395899, -0.00579830352, -0.0210215654, 0.000628227135, 0.00846943259, -0.0114849228, -0.0298570748, -0.00261683739, -0.00709819095, -0.00664524687, 0.00589757878, -0.0131912185, 0.0304030906, 0.00343741057, 0.012663818, 0.00170939823, -0.00210029515, 0.00645290082, 0.0153504582, 0.00109125383, -0.0178571623, -0.00734017463, -0.00241673551, -0.019755803, 0.00441155024, 0.0173731949, 0.0165541731, 0.0162687562, 0.00571454, 0.0129430294, 0.0231559854, -0.028765047, -0.0225727428, 0.00846943259, 0.00704234838, 0.021480713, 9.62821105e-06, -0.00574246142, 0.0213814378, 0.0183535386, -0.0059844451, -0.0190360565, -0.00644669589, -0.000686008483, -0.0042316136, 0.00796064548, 0.00260753022, 0.00699891523, 0.0146307116, -0.00222283811, 0.0126203848, -0.00410131458, 0.0012704148, 0.00297981314, 0.0105790347, 0.0174600612, 0.0244713854, -1.58632192e-05, 0.0283679441, 0.0228581596, 0.00266027031, 0.00636603497, -0.000699969125, 0.0332076214, -0.0133525413, 0.00291466364, 0.0177206583, 0.0107837897, -0.0131539898, -0.0166038107, -0.0166038107, 0.0288891401, -0.0269532707, -0.00669488451, 0.0149781751, 0.000183329859, 0.0115841981, 0.00303100189, 0.0110816164, -0.00924502127, -0.015114679, 0.0118634095, -0.00729674147, -0.0112925759, 0.0107527664, 0.0122791259, 0.0386677682, -0.0218157675, 0.0011781198, -0.00470627425, 0.0233545378, 0.00974760298, 0.0325126909, 0.0179068, 0.00630088523, -0.0112057105, 0.0101571139, -0.00264320732, -0.0132780839, 0.00438983412, 0.0196813475, -0.0196068902, 0.0105480105, 3.24777902e-05, 0.00613956293, 0.0163804404, -0.00910231285, 0.0235903151, -0.0200039931, -0.0166534483, 0.024396928, -0.0127692977, 0.0123597868, 0.0107651753, -0.00853768364, -0.00881069154, 0.00175283116, 0.0105169872, -0.015511781, -0.00882310048, -0.0096235089, -0.0179316178, 0.00305426959, 0.000880293548, 0.0143452948, 0.0139606027, 0.00409200788, -0.00334434, -0.0307009164, 0.000190310166, 0.0100826574, 0.0149905849, -0.00787998457, -0.0298074372, -0.000855474675, 0.0120929843, -0.00545704458, 0.0100268153, -0.0132160373, 0.00512819458, 0.0179440286, 0.015114679, 0.00828329101, -0.00590998866, -0.0154993711, 0.025588233, 0.00616438175, 0.0104611451, -0.00281693926, 0.012006118, 0.00471558142, -0.00954905245, 0.00633811345, -0.00517783221, 0.0171374157, -0.0156606939, 0.0122729205, 0.00311011192, 0.0446987487, -0.0120743699, 0.0104611451, 0.00210339739, -0.00234227884, 0.0170629583, 0.00436501531, -0.00868659746, 0.0031023561, -0.027970843, -0.000202428739, 0.0226347912, -0.0115283551, -0.00167372113, 0.0207113288, -0.0169140454, -0.0128313452, 0.0138489176, 0.0043960386, -0.0020925391, -0.000783344905, 0.0259605162, -0.00480244728, 8.5314794e-05, 0.0170629583, -0.0225479249, 0.0143080661, -0.00832051877, -0.0305768214, 0.00307598617, -0.0213069823, -0.0050630453, 0.00118199771, -0.0205375981, -0.0126265893, 0.0112119149, 0.00309304916, 0.0239253696, -0.0141219255, 0.00715403305, 0.0106162624, 0.0241363309, 0.0127568888, 0.0281197559, -0.0115904026, -0.00465973886, 0.0118758194, 0.0370545425, 0.00328539521, -0.0203762744, -0.00613335799, -0.00183039007, -0.00245396374, -0.00796685088, 0.000169466206, -0.0175717454, -0.0111188442, 0.0185272712, -0.011472513, 0.0116896778, 0.00409821235, 0.00414474774, -0.00847563706, 0.0189243723, 0.0137992799, 0.0158716533, 0.00439293636, -0.000702683639, -0.00278591574, 0.00974760298, -0.0174600612, -0.0238136854, 0.0011339112, -0.0168768167, -0.010281208, -0.00537017826, 0.0196937565, -0.00195913785, 0.0021452792, 0.0218157675, -0.0215799902, -0.0115283551, 0.00982826389, -0.00125180068, -0.00514060399, 0.00800407864, 0.000222594055, -0.0189367812, 0.0123846056, 0.00273007341, 0.00523987971, -0.00717885187, -0.000128359985, -0.0150774512, 0.0240991022, -0.00170474465, 0.00392137794, 0.0101385, 0.000893478573, 0.0219398625, 0.00585104385, -0.014059878, -0.00457597524, 0.00388725218, -0.00136581226, 0.00176989415, 0.00421299972, -0.0144073423, -0.0336791798, 0.0126327937, -0.0126389991, -0.0127568888, 0.011925457, -0.00481175445, -0.0238881428, 0.0167527236, 0.00605579931, 0.00737740286, -0.00327919051, -0.0232304428, -0.0115531739, -0.0240246467, 0.0123535823, -0.000188274236, 0.00197154726, -0.0175717454, 0.0100826574, 0.00820262916, -0.0102315703, 0.0165541731, 0.0131043522, -0.0111622773, -1.53663568e-05, 0.00956766587, 0.00694927759, -0.00521816313, 0.00035463809, 0.00442395965, -0.00784896128, -0.00848184153, 0.014717578, 0.00736499345, -0.00464422721, 0.0129554393, -0.0159833394, -0.00495446287, 0.000761240663, -0.00537328096, 0.0285913143, -0.0195820723, -0.0048396755, -0.000231513332, 0.019482797, 0.0143080661, -0.00561836688, -0.00386553584, 0.00353668607, -0.00722228503, -0.0276978351, -0.0194703862, 0.00445188116, 0.005270903, -0.00892237667, -0.00474040024, -0.0123846056, 0.00658940431, 0.0191601515, 0.0085811168, 0.0267547201, 0.00765041029, -0.0115469694, 0.0166410375, 0.0156731028, 0.00442395965, -0.00271611288, -0.0334309898, -0.00217320048, -0.0214186665, 0.0031550962, 0.0193462931, -0.001541871, 0.00170164229, 0.00830811, -0.00742704049, -0.0100206099, 0.00692445878, -0.000974139839, -0.0170009118, -0.00112848205, 0.00630088523, 0.0053763832, -0.00898442324, -0.00410751952, -0.00437432202, 0.00651494786, 0.00687482115, 0.0159585197, -0.00845081825, 0.0212201159, 0.00566800451, 0.0162935741, 0.011664859, -0.0145562552, 0.0109947501, 0.028640952, 0.00396170886, 0.00515921833, 0.00680656917, -0.00247878255, 0.0170753673, -0.0134766353, 0.0230939388, 0.00812196825, -0.0159957483, 0.0108644515, 0.000514603336, 0.00592860254, -0.00438673142, -0.00629468076, -0.00523677701, 0.00232056249, 0.00612715352, -0.0176586118, -0.00215613749, -0.0213566199, 0.0093567064, -0.00724089937, 0.0251663122, -0.00738981226, 0.00726571819, 0.0101509094, 0.0325623304, -0.0050630453, 0.00024896409, -0.0261094291, 0.0257371459, -0.00631329464, 0.00697409641, 0.0166534483, -0.0157599691, -0.0103494599, 0.00308994669, 0.0252655875, 0.00910231285, -0.00411062175, 0.0137372334, 0.00257340446, 0.0109264981, -0.020947108, 0.00632260181, -0.0368063524, -0.0170009118, -0.0184652228, -0.00425953511, -0.00272541982, -0.00616438175, -0.0064156726, -0.00152170565, 0.0139978305, 0.00281693926, 0.0156606939, -0.0116400402, -0.0188499168, 0.00198705913, -0.000376742362, 0.00612094859, -0.0135510918, -0.0133773601, -0.0159957483, -0.0279212054, 0.00509096636, -0.0192594267, -0.00930706877, -0.0200908575, 0.0138613274, 0.0104301209, 0.0123287635, -0.0152263641, -0.0131912185, -0.00476521906, 0.000775976805, 0.050382264, -0.00217164936, 0.0162811652, 0.0252531786, 0.0149037186, 0.0128809828, -0.00639085378, 0.00781173259, -0.0207981952, -0.00899062771, 0.0229450259, 0.00157599687, 0.00448600715, 0.0127568888, -0.0238012765, 0.0199915823, 0.00311321439, -0.00445188116, 0.00260753022, 0.0368808098, 0.0137744611, 0.0274744667, 0.00535156438, 0.00665145135, 0.0046783532, -0.0178571623, 0.00972278416, 0.0179564375, -0.0129554393, 0.00728433207, 0.0110878209, 0.0101757282, -0.0096235089, 0.0065769949, 0.0053981, -0.00365767791, -0.00550358, -0.0113980565, 0.012254307, -0.00438052695, 0.0227837041, -0.00383140985, -0.00904647075, -0.0132160373, 0.0192221981, 0.00709819095, 0.0302045401, 0.0181177594, 0.0272014588, 0.00118199771, 0.00982826389, 0.000597203558, -0.0147548057, -0.017112596, -0.0193090644, 0.00381279574, 0.00253772736, 0.0161446612, 0.00108582468, 0.0126389991, 0.00349015067, 0.00189864193, 0.000828329066, 0.0097351931, 0.0164673068, -0.013786871, 0.0146431206, 0.000995856361, 0.0231932141, -0.0146927582, 0.0182790831, 0.00710439542, -0.00449531386, -0.00432778662, -0.000292978744, 0.000334278884, 0.0117827486, 0.020277, 0.00890376233, 0.015908882, 0.0261590667, 0.013786871, -0.00221663341, -0.00361114251, 0.004737298, 0.0191477425, 0.00308219087, -0.00379107916, -0.000542136724, -0.00900924206, 0.00322334794, -0.00435260544, -0.0135510918, -0.0139978305, 0.00621712161, 0.00327608804, -0.019358702, -0.00898442324, -0.00108815136, -0.0229822546, -0.0130919432, -0.00871762075, 0.0102005471, 0.00116028124, -0.00828329101, -0.0224858765, -0.00284796301, -0.0392882377, -0.00722228503, -0.000255944382, -0.0101881372, -0.00789859891, -0.000281732704, 0.00579830352, 0.0137372334, 0.00127274159, -0.0360617861, 0.0103308456, 0.00688102609, 0.00961730443, -0.00878587272, -0.000361036684, 0.00487690372, -0.0221135952, 0.00756354444, 0.00916436, 0.00571764214, 0.0236275438, 0.012856164, 0.0264072549, 0.00692445878, 0.00655838102, 0.00656458549, 0.00663904194, -0.0220515467, -0.00503822649, -0.0010579034, -0.0325623304, -0.0101757282, -0.0264817122, 0.0067879553, -0.014059878, 0.0213069823, 0.00467214826, 0.0114352843, -0.0316936709, -0.0131043522, -0.0252159499, -0.0130547145, 0.00659560924, -0.0199419446, -0.014841672, -0.0144693889, 0.013116762, -0.0123101491, 0.00352427666, -0.00871141627, -0.0191105139, 0.0208230149, -0.00239191647, -0.0148913097, 0.00102610432, 0.00340638706, -0.0254393201, 0.0228829794, -0.00604959438, 0.00670108944, 0.00209874404, 0.0137000047, 0.0112243248, 0.00951182377, 0.00247878255, 0.00788618904, 0.0105356015, -0.0202645902, -0.0135635007, 0.00256564841, 0.016566582, -0.0253028162, -0.00405788189, -0.015375277, 0.00430917274, -0.0243472904, -0.0172987375, 0.0215303507, -0.00630398747, 0.00731535582, -0.0164548978, 0.00777450437, 0.00150541833, -0.00925122574, 0.00574866589, 0.00446739281, 7.28084196e-05, -0.0146183018, 0.00714162365, -0.00510337576, 0.00346222939, 0.000915970653, -0.014581074, -0.0391641445, 0.00928845443, -0.0182790831, 0.00463802228, -0.0152387731, 0.00705475779, -0.0242107864, -0.014320476, -0.00550047727, -0.0073339697, -0.0182046257, 0.0284920391, -0.00151550095, 0.00881069154, 0.0217785407, 0.00728433207, -0.0342996493, 0.00846943259, -0.00704234838, -0.0150774512, 0.037253093, 0.00290380535, 0.026903633, -0.0150029939, -0.0206616912, -0.0067879553, -0.0163308028, -0.0144693889, 0.0163680315, -0.00900924206, 0.00383761455, -0.0306760967, 0.00583242951, 0.00157599687, -0.0203638654, -0.0112367338, -0.011596607, -0.00547565846, -0.00302479719, -0.0221880507, -0.0175965633, -0.023875732, 0.0210712031, -0.0146555305, 0.0336047225, 0.00115097407, -0.0259356964, -0.0295096114, -0.0119626848, 0.00933809206, 0.0125149051, 0.000410674402, 0.00946218614, 0.00843840837, 0.0199419446, 0.0276730172, 0.00109047815, 0.0163059831, -0.00172335887, 0.00345292245, -0.0276978351, 0.00312717492, -0.00012632407, -0.00139373355, -0.0050506359, 0.00552219385, -0.0108892703, 0.00874244, 0.0303286333, 0.0166410375, -0.00535156438, 0.00689343549, -0.0129182106, 0.0134269977, -0.00890376233, 0.00819022, 0.00924502127, 0.0199171267, -0.00894719549, -0.00753252069, -0.0214558952, -0.00378797692, -0.00426573958, 0.0125645427, -0.0227340665, -0.0122853303, 0.0158468354, 0.0170753673, 0.0115035363, 0.00020184704, 0.00261528627, -0.00892237667, -0.0120495511, -0.0146058928, 0.00879207719, -0.0278219301, -0.0339273661, 0.00543843023, -0.0194083396, -0.0155490087, -0.00974760298, -0.0120867798, 0.0135510918, 0.00537328096, 0.028640952, 0.00565249287, 0.00235468824, 0.00387794524, 0.0126762269, -0.0306512788, -0.0243597012, 0.025178723, -0.00898442324, 0.0196441188, 0.00234227884, 0.0120247323, -0.00229884591, -0.00964832772, -0.00301704137, 0.0161446612, -0.000317991507, 0.0224858765, 0.0109140892, -0.00386863807, -0.0170257296, -0.0132656749, 0.00272231759, -0.0132904937, 0.0143080661, -0.0123287635, 0.0131912185, 0.000172665503, -0.00890376233, 0.00252997153, 0.0121488264, -0.0163804404, -0.0202894099, -0.00729674147, 0.0155986464, 0.00459458958, 0.0156979226, 0.000912868301, -0.00468455767, -0.0163183939, 0.0131043522, -0.0323637798, -0.00958628, -0.00709198602, 0.0368311703, -0.000770159939, -0.00819642469, 0.0213690288, 0.00685000233, -0.00313337962, -0.00567731168, 0.0113670332, 0.0271518212, -0.0170505494, 0.00845702272, 0.0329842493, 0.0132532651, 0.0234414022, -0.00721608056, -0.00248653837, -0.00513439951, -0.00531433616, -0.00997717772, -0.00589757878, 0.0145934829, 0.000795754371, -0.0455674082, 0.0285913143, 0.00221818453, 0.0067879553, 0.0133773601, 0.0100702476, -0.0011695883, -0.00130143843, -0.0138613274, 0.00992754, 0.0207361486, 0.0123721967, 0.018427996, 0.0113049857, 0.0355902277, 0.0110381832, 0.000412613357, 0.0117827486, 0.0158096068, 0.0107279476, 0.0178571623, 0.0026292468, -0.0142584285, -0.00465043169, -0.015921291, -0.00976621732, 0.00436811754, -0.0379728377, 0.00371041801, -0.00743324542, 0.0205748267, 0.00642808201, 0.000723624544, -0.00016810892, -0.00324196205, -0.025588233, 0.00446118833, -0.00629778299, 0.0235158596, 0.0201777238, -0.0118261818, -0.00742704049, -0.00288984482, -0.00241208193, -0.013526273, 0.0233173091, -0.0135386819, -0.00270060101, 0.0156855118, 0.0160950236, 0.00142165471, 0.00928845443, 0.0243472904, -0.00453254208] |
15 Feb, 2024 | How to write an Alert Box in JavaScript ?
15 Feb, 2024
In JavaScript, you can use the alert() function to display an alert box with a message to the user. The alert box typically contains a message and an OK button, allowing the user to acknowledge the message.
Syntax:alert("message");Example: Here, the alert() function is called with the message "Hello, world!". When executed in a browser environment, this code will display an alert box with the message "Hello, world!" to the user. The user can then click the OK button to dismiss the alert box.
JavaScript
alert("Hello, world!");
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ? | https://www.geeksforgeeks.org/how-to-write-an-alert-box-in-javascript?ref=asr10 | CSS | How to write an Alert Box in JavaScript ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ? | GeeksforGeeks | [-0.0174895376, -0.00637993868, -0.00462758215, 0.0297163371, 0.0165935121, -0.0264951754, 0.0313269161, 0.031735234, -0.024022596, 0.00875044055, 0.00431283843, 0.00517483894, 0.0161058, -0.0158789586, -0.015663458, -0.0200528558, -0.0455726087, 0.0010966406, 0.0257012285, 0.0222192, -0.00223864964, 0.000976839452, -0.0396747105, 0.0145519311, -0.0312815495, 0.0132702719, -0.016831696, 0.0162645895, -0.0183061715, 0.00548391184, -0.0271303337, -0.000455456728, -0.0206880141, -0.0197919868, -0.0107069546, -0.0372248143, -0.000370745314, 0.024839228, -0.0359318145, -0.00937425625, 0.00135254697, -0.0117164031, -0.00786575582, -0.0364535525, -0.0175008811, -0.00585253024, -0.0131908776, -0.0283325985, 0.0124649825, -0.00844987389, 0.00356993, 0.0164687485, 0.0160831157, 0.0182721447, 0.023818437, -0.0140869049, 0.00944230892, -0.035773024, 0.0206539873, -0.00101582799, 0.0230018049, -0.0579355136, 0.0236369632, 0.00899429526, -0.022094436, -0.00115618668, 0.0140188523, 0.00455102278, 0.0213004891, 0.0372701846, 0.0330055505, -0.00910771638, -0.00851225574, 0.0371567644, -0.02758402, 0.0114725474, 0.00576462923, 0.00584685942, -0.0247711744, 0.0128619559, 0.0220604092, -0.0268808082, 0.0216067247, 0.0281511247, -0.0178638287, -0.0284233354, -0.0279469676, -0.0462758206, 0.0263590701, -0.00715687359, 0.0323250219, 0.0249072798, -0.0137806674, 0.0140755624, 0.014699379, -0.0133610088, 0.00654439908, 0.0187711976, -0.0418297127, 0.0249753334, 0.06691847, 0.00406614738, -0.0269488599, -0.048544243, -0.0243174899, -0.00336010102, 0.0296709687, -0.00477786502, -0.00287806126, 0.0129186669, -0.00615876727, -0.0071512023, -0.0195424613, 0.0143364314, -0.00926083513, 0.0209148563, -0.0123855872, -0.0113534555, 0.00500470726, 0.0589336194, -0.00020061362, 0.00574478041, -0.0129980613, 0.0396520272, -0.0184763018, 0.00920979585, 0.0156067479, 0.00225140946, 0.0323250219, 0.00919278245, -0.0019607679, 0.018147381, -0.0041143517, 0.00268240971, 0.0226388574, 0.0394478701, -0.00163042871, 0.00944798067, -0.00940828305, 0.0154139316, -0.0494062454, -0.00550659606, -0.00835346617, -0.00218335679, 0.00332607469, 0.0277654938, 0.018759856, -0.0129413512, -0.0247484911, 0.00080245448, 0.000611765252, -0.0585253052, -0.00898862444, 0.026154913, 0.0376558155, -0.0113988239, 0.0108940993, 0.00527975382, -0.021799542, 0.0193383023, -0.00238893251, -0.0547597222, 0.00680526765, -0.0147107206, -0.0632889941, 0.0232513323, 0.0559393, -0.0187485125, -0.0133836931, 0.0206539873, 0.000874760502, 0.0015992379, -0.00632322812, 0.0170925651, -0.0132022193, 0.0171039067, 0.0272891242, -0.0048742732, 0.00920979585, 0.010723968, -0.013326983, 0.0116256662, -0.0109961787, 0.0239091739, 0.0163326431, -0.031417653, -0.00689033372, -0.0249299649, 0.01282793, 0.00763324229, -0.0423514508, 0.0140642207, -0.0270395968, 0.021538673, 0.0443022922, 0.0391302891, -0.0278108623, 0.0247484911, -0.00732133398, -0.0148695102, 0.0267447028, -0.0156067479, -0.00772965, -0.017999934, -0.0463211909, -0.0339356028, 0.0178184602, -0.0589789897, 0.00858597923, 0.0184876453, 0.0344119705, 0.000364719832, -0.0210623033, -0.0302607585, -0.0206086189, -0.0344800241, -0.0245216489, -0.00478920713, -0.0186804608, -0.0603400432, 0.00424478576, 0.0140755624, -0.0202796981, -0.0102079017, -0.0368165, -0.00284261699, 0.0173647758, 0.0198373552, -0.00262569916, -0.0189526714, -0.0440527685, 0.0469109789, 0.00246832729, -0.0022939425, 0.0268127546, 0.0153005105, 0.0284687039, 0.00542153, 0.00995837525, 0.022502752, 0.0153685631, -0.0428278185, -0.0163326431, -0.0293080211, -0.0204951987, 0.00147163915, -0.00212239288, -0.0384951308, 0.00594893843, -0.0115179159, -0.00452266773, 0.017330749, -0.0341397598, 0.0295802318, -0.014291063, 0.00563135929, 0.0203250665, -0.0150736682, 0.0335499719, 0.0286048092, 0.00705479458, 0.00496784551, -0.0107750073, 0.0267220177, 0.0161058, -0.00505007571, 0.0238411222, -0.0617010966, 0.00241728779, 0.00474951, 0.0481812954, -0.0245670173, 0.0449601375, 0.00717388652, 0.00641396502, 0.0250207018, -0.0461397171, 0.0550773032, 0.00178071181, 0.0227863044, 0.0153799057, 0.045323085, 0.0872435346, 0.0284233354, 0.0340263397, -0.0186577756, -0.012362903, -0.00729297893, 0.0122948503, 0.0467748754, -0.0256104916, -0.0192702506, 0.00247683399, -0.0238864906, 0.0767634213, 0.00380244339, -0.0157541949, 0.0233420692, -0.0310320221, 0.0185556971, -0.0520376153, -0.0466841385, -0.0362493917, 0.00793380849, -0.0148695102, 0.0252702273, 0.0397427641, 0.00327219954, 0.0204271451, -0.00675422838, -0.00365216052, -0.0271530189, 0.00473533245, -0.0212210938, -0.0334819183, 0.016979143, 0.0384043939, 0.00603967533, -0.000266008, -0.00926083513, -0.00675422838, 0.0156294312, -0.0156407747, 0.0395612903, 0.0469109789, 0.0283099152, -0.0419431329, 0.000107927299, 0.0417843461, -0.00256615318, -0.0463892445, -0.0221398044, -7.89185094e-07, 0.0327106528, -0.0174101442, -0.0298751257, -0.0271303337, 0.0176710114, 0.012362903, 0.00823437423, 0.0262456499, -0.00453117397, -0.0582984611, -0.0411265, -0.0245216489, -0.0313949697, 0.000875469355, -0.00751415, 0.0130434297, -0.0441208184, 0.000680526777, 0.0231492538, 0.0607029907, 0.0117277447, 0.00250944262, -0.0267673861, -0.0173420906, -0.0246577542, -0.0414894484, 0.0126351137, 0.000125560735, 0.0332777612, 0.0205859356, -0.0359091312, 0.0223779883, -0.082207635, 0.0203817766, 0.0264044385, -0.0222872514, -0.0177844334, -0.0193042774, -0.000732984045, -0.0111549683, 0.0473646633, 0.0093288878, 0.00548674725, -0.0507219285, -0.00132277398, -0.0391529761, 0.0299431793, -0.0195424613, 0.0309639685, 0.0306690745, 0.00768995285, 0.0394251868, -0.0146199837, -0.0250433851, -0.00237191934, -0.00219895225, 0.00890923, -0.0367938168, 0.0630167797, 0.01642338, -0.0143364314, 0.0191341452, -0.0296256, -0.0382682905, -0.0141549576, 0.0283325985, -0.00755951833, 0.0433041863, -0.0191001184, 0.00496217469, 0.0115406, -0.0365669727, 0.00899996702, -0.0165254585, -0.0284687039, 0.0440074, 0.01051981, -0.0176029596, -0.00550943147, 0.0335726552, -0.00977690145, 0.0178638287, -0.0106048761, -0.0098959934, 0.012011298, -0.0117504289, 0.0287182312, 0.0113647971, -0.0202570148, -0.0322569683, 0.00966915116, -0.0153345373, 0.00807558466, -0.0370433405, -0.00655007036, -0.0201549344, -0.0135084568, -0.0217201468, 0.00638560951, -0.00465310179, 0.0125897452, 0.0285594407, -0.00373155531, -0.00859732181, -0.0176256429, -0.0165368, -0.00614175433, -0.0324838124, 0.0522190891, -0.00922113843, 0.0183401965, -0.0426463448, 0.00175660977, -0.00311057456, 0.0307598114, 0.0206880141, 0.0229904633, -0.0169337746, -0.0156067479, -0.0159696955, 0.0112457052, -0.0150169581, -0.0133383246, -0.0406955034, -0.00261435704, 0.0011887952, 0.00124267023, 0.048544243, 0.00330906152, 0.0164687485, -0.00221738312, 0.028083073, -0.0212664623, -0.0543967746, 0.00300282449, 0.00765025523, -0.0224006735, -0.000552928, -0.00817199238, -0.0187485125, -0.010695613, 0.0203477517, -0.0202570148, -0.00881849322, 0.00599430688, 0.0231038854, -0.0245216489, -0.0132816145, 0.0209942516, -0.000974004, 0.0313269161, 0.0152211161, -0.0153458789, 0.0414894484, 0.0129073244, 0.0192929339, 0.0172513537, 0.012623772, -0.0457540862, -0.0364535525, -0.0235462263, -0.00770696579, -0.0234328061, -0.0399242379, -0.015050984, 0.0074064, 0.0314403363, -0.015255142, -0.0183401965, -0.00112924911, 0.0505404547, 0.0140415365, 0.00570224738, -0.0326199159, 0.010463099, -0.00105906976, 0.0166161954, -0.00864836108, -0.0288316514, -0.00138586445, -0.000251475925, -0.0228770431, -0.0285821259, -0.00569374068, 0.0328240767, -0.02103962, -0.00218902784, 0.000476723188, -0.0356142335, -0.036612343, -0.0119092185, -0.015255142, -0.0120906923, 0.0435083471, -0.0004171771, -0.0510395095, -0.00805857126, -0.00252078474, 0.0203137249, 0.0086994, 0.00924949348, -0.0105254808, 0.00136814243, -0.02103962, -0.00973153301, 0.0013093052, -0.0175462496, -0.0485896133, 0.00654439908, -0.0049735168, 0.00727029471, 0.024022596, -0.00278874207, 0.03284676, -0.0354100764, -0.0178524852, 0.0308505483, 0.00228401809, 0.0644685701, -0.00407465408, 0.0239091739, 0.00499336515, 0.0179205388, 0.00328637729, -0.0323477052, -0.0134630883, -0.00641963584, 0.0134857725, -0.0151870893, 0.0314403363, 0.000482394244, 0.00183600455, -0.0146086421, 0.00598296477, 0.0218562521, -0.0418297127, 0.0328240767, -0.0136218779, 0.0074064, 0.00299431779, -0.00577313546, -0.0185330138, 0.0124649825, 0.0339809693, -0.0534440354, 0.036612343, -0.0219810158, 0.00542153, 0.0116370078, 0.0381095, 0.00848957151, -0.0166275371, -0.0087447688, -0.014347773, -0.0217314884, -0.0739052072, 0.000141865021, 0.00350187742, 0.00157655368, 0.0168543793, 0.00665782, -0.00349053531, -0.0365216061, -0.0103043094, -0.0125103509, -0.0012944187, -0.0120226396, -0.0111889942, 0.0206426457, 0.0248165429, 0.0533079319, -0.00727596553, -0.00893191434, 0.0271076504, -0.0197919868, 0.00163468206, -0.00413987134, -0.0453911349, -0.0382002369, 0.0126918247, -0.0511302464, -0.0299658626, -0.0436671339, -0.0237503853, 0.0130774565, 0.00953304581, -0.00527408253, 0.0109734945, -0.0354100764, 0.00717388652, -0.0120453238, 0.0271757022, 0.0266766492, 0.0125103509, -0.0451869778, 0.0166275371, -0.0439620316, -0.00685630739, -0.0210963301, 0.000491255254, 0.0435310304, 0.00846121646, 0.00884117745, 0.0172967222, 0.00123912585, -0.0209829099, -0.0124422982, -0.00923248, -0.0203023832, -0.0210849885, 0.0971792266, 0.0164574068, 0.0226955675, -0.0060169911, 0.0049735168, 0.0155840637, -0.010315652, -0.00962945446, 0.0119659295, 0.00332891, -0.00926650688, 0.00409450289, 0.0218902789, -0.000160739015, 0.00934023, -0.0150850108, -0.0051408126, -0.0214252509, -0.0223326199, 0.0195538029, -0.000808834448, -0.00810961053, -0.00461340463, -0.0024782517, -0.00726462342, 0.0169337746, 0.00534780649, 0.0149602471, -0.000819467648, -0.00282702176, -0.000991726061, -0.00261861039, -0.0338902324, -0.0443476625, -0.00654439908, 0.0148921944, 0.0210169349, 0.0204271451, 0.0148241417, 0.0254743863, 0.0438259244, -0.0389034487, -0.0112003367, -0.00533079309, 0.00348202884, -0.0482266657, -0.018147381, -0.00738938665, 0.0112740602, 0.00960677, 0.0200982243, -0.011954587, -0.00822303165, 0.00522871409, -0.0170925651, -0.00644799136, 0.00182466244, -0.0113931522, -0.0221398044, -0.0352739729, -0.0146313263, -0.0489525609, 0.0413533449, 0.00827974267, 0.00678258343, -0.0356142335, 0.0168770645, 0.0190434083, 0.0270849653, -0.0208354611, 0.00516066141, -0.0206653308, -0.00152267865, 0.0199961457, -0.00142768852, -0.019315619, 0.0093459012, -0.0192589089, -0.0239318591, -0.00685630739, -0.00678258343, 0.0152778262, -0.0244762804, 0.00923248, 0.0102135725, -0.0255651232, -0.0107409814, -0.010315652, 0.0323930755, -0.00653305696, -0.0102419285, -0.0149715897, 0.00903966371, -0.0256104916, 0.039538607, -0.00326652848, -0.00462191133, -0.0383590274, 0.00856896676, -0.00374573283, 0.00576179335, -0.0055321157, 0.023115227, 0.013179535, -0.0192135405, -0.00846121646, -0.0045992271, 0.00837615, 0.0132475877, 0.0375877619, -0.00873909798, 0.0357957073, -0.00576179335, 0.00765025523, 0.00486860191, -0.00312191667, 0.0423968174, 0.00482323347, 0.0156407747, -0.000507559569, 0.00211813953, -0.021946989, -0.0212664623, -0.0265178606, 0.0112286918, 0.00767293945, 0.0318486542, 0.0230358317, -0.00531378, -0.0051408126, 0.024022596, -0.0168090109, -0.0180906709, 0.000508622907, -0.0248165429, -0.0116370078, -0.00857463758, -0.00791679509, -0.00545555633, -0.0214365944, -0.00685630739, -0.00287947897, 0.00678258343, 0.00354441046, -0.00349337095, 0.0203250665, -0.0176369864, 0.0168203544, 0.00474100327, 0.00655574119, 0.0216974616, -0.0198033303, -0.0346841812, 0.0255878065, -0.0239091739, 0.00484024687, -0.0210736468, 0.0295121782, 0.0195764881, -0.000722350844, 0.0160944592, 0.0168543793, 0.000138143398, 0.00159214914, -0.0283099152, 0.0112570468, 0.00199621194, -0.0044886414, 0.0285140723, 0.00518901693, -0.0136559037, 0.016309958, 0.00328637729, 0.0101908883, -0.00102433458, 0.00651037274, 0.0347068645, 0.0371794477, 0.00202598493, -0.0145065626, 0.0147447474, -0.0106218886, 0.040128395, 0.0269261766, 0.0114101656, 0.0234328061, -0.0141209308, -0.00175660977, -0.00537049072, -0.0190093815, 0.0213798825, 0.00230812, 0.0066748336, 0.0108827576, 0.0133383246, 0.0235462263, 0.00635725446, -0.0124876667, 0.0184649602, 0.00166161952, -0.00621547783, 0.0122608244, 0.0217201468, 0.0435083471, 0.0147334049, 0.00224715611, -0.0130094038, 0.0264951754, 0.0372701846, -0.00665214937, 0.0060169911, -0.00982794072, 0.0252021756, -0.00494516129, -0.0233193841, 0.0355008133, -0.00804723, 0.0119205611, 0.0241133329, 0.00860299263, 0.0220717527, 0.00847823, -0.0219583306, 0.00528258923, -0.0330962874, 0.00836480875, 0.0139734838, 0.0191114601, 0.0170585383, -0.0127598774, -0.0191908553, 0.00576462923, -0.00816065073, -0.00765592651, 0.0236596484, -0.00695271557, 0.0027703112, 0.0305783376, -0.0241133329, -0.0170018282, -1.60606087e-05, 0.00953871757, 0.0324384421, -0.0411038175, -0.056665197, -0.00329488376, -0.00456803618, 0.0208468046, -0.0129640354, 0.0155273527, -0.0211643837, 0.00956140179, 0.0193269607, -0.0333684981, -0.0268354397, -0.00104418327, 0.0130547723, 0.016275933, -0.0249753334, 0.0561207756, -0.0132249035, 0.00550092477, 0.00339129171, -0.0140301939, 0.0243174899, -0.00584685942, 0.0217541736, 0.0211190153, 0.00966348, 0.00804155786, -0.00678258343, 0.0381321833, -0.0134630883, -0.00348202884, 0.00296879816, 0.0176936965, -0.00247116294, 0.0123515613, -0.0274025463, 0.00555763533, 0.00531945098, 0.00149290566, -0.0193609875, -0.0159356687, -0.0195197761, 0.000405480532, -0.0252702273, -0.00342531828, 0.0166388806, 0.00121644163, 0.0248165429, -0.0169337746, 0.0010470188, -0.0133950356, 0.0255197547, -0.0156294312, -0.0280603878, -0.00242012343, 0.028899705, 0.00133766048, 0.0197579619, -0.0255651232, 0.00125613902, -0.0331870243, 0.0110528888, 0.0123402188, 0.017999934, 0.0141662993, 0.0407181866, -0.0288543366, -0.00516916811, -0.00223156065, -0.0143704573, -0.000782605784, 0.0160264056, 0.0225821473, -0.0114498632, -0.00532228639, -0.0109451395, 0.0214479361, 0.000420012628, 0.022094436, -0.00530527346, 0.00983361248, -0.0138940886, 0.0112967445, -0.0133836931, -0.00432134513, 0.00842151884, 0.0115349293, 0.00850091409, 0.000183068798, -0.012362903, 0.00957841426, -0.00548391184, 0.02103962, -0.00885251909, -0.0221284628, -0.0427144, -0.036090605, -0.00534497062, 0.00687899161, -0.0298297573, 0.043893978, -0.0125784036, 0.0261775963, 0.0436671339, 0.0198940672, 0.000123877137, -0.00677124131, -0.0104460865, -0.0190093815, -0.00184592896, 0.0133950356, 0.0230925418, -0.0422380306, -0.0107976915, 0.00423060823, 0.000890355906, 0.00694704428, 0.0401057117, -0.000545839197, 0.0110188629, -0.00945932232, 0.00755384751, -0.0107976915, -0.00242154114, -0.011047218, -0.028786283, -0.0243401751, 0.023410121, -0.00060219533, 0.0375650786, -0.0129980613, 0.0333231278, 0.0173874591, 0.0219243038, -0.00450565433, -0.0286048092, 0.0260188077, 0.0110585606, -0.0157541949, 0.0162872747, 0.017478196, -0.0123402188, 0.0117390873, -0.0127598774, 0.0134630883, -0.00883550569, -0.0334819183, -0.0142116677, -0.0148014575, -0.0202683564, 0.000693286653, -0.0240452792, 0.0182721447, 0.012011298, 0.00928351935, 0.0032381732, -0.0189866982, 0.029807074, -0.00303968624, 0.0320528112, -0.0257692803, -0.022854358, -0.00464459555, 0.0262910184, -0.0194970928, -0.0142116677, 0.00135750917, 0.00444327295, 0.00785441324, -0.00592625421, -0.00545272091, -0.015867617, 0.0232967, 0.0245670173, -0.00623816205, -0.0221738312, -0.0127939032, -0.0262456499, 0.00206568232, -0.0168997478, 0.0275159664, -0.00507559581, -0.017591618, -0.0170245115, 0.00872775633, -0.0156974848, 0.00230953773, -0.0312134959, 0.0140188523, 0.00250802469, 0.00551226689, -0.000667412474, 0.0145292468, -0.0109791653, 0.0110528888, -0.00585253024, -0.00920412503, 0.0199734606, -0.00306520611, -0.0322569683, -0.00186435983, -0.0116823763, -0.0132022193, -0.0237730686, -0.0146313263, -0.00206993567, -0.00157230045, 0.0235462263, 0.00346501567, 0.00898295362, 0.00518618105, 0.0353873931, 0.0124536399, 0.0102135725, -0.0165027753, -0.0157315116, -0.013939457, -0.0142343519, 0.0243174899, 0.00704912329, -0.00931754615, 0.00918144081, -0.00712284725, -0.00659543881, 0.00281851506, -0.00681660976, -0.00347635779, -0.0224460419, 0.00875044055, 0.00363231171, -0.0168090109, 0.0117277447, 0.0278562307, -0.0135424826, 0.00707180751, 0.0147220632, -0.00531378, 0.0163780116, -0.00813796651, -0.0311000738, 0.00390735781, 0.00982227, 0.00233789301, 0.0116710346, -0.00670318864, 0.0115179159, 0.0454818718, -0.00293193618, 0.00613041222, 0.0143591156, -0.00501321396, 0.00169422815, -0.0467748754, -0.0147107206, 0.0330055505, 0.0195991714, 0.00111365377, -0.00802454539, -0.0105651785, -0.0120226396, 0.0148808528, -0.0328694433, -0.0003870496, 0.00661245175, 0.0177730918, -0.018498987, -0.0142456945, -0.0201662779, 0.0281511247, 0.0060169911, -0.0122721661, -0.0166955907, -0.000628069509, 0.0216180682, -0.00331189693, 0.00144753722, -0.0231605954, -0.000553991355, -0.0120226396, -0.012975377, -0.0199167505, 0.0220490675, 0.000848531839, 0.0264724921, -0.00756518962, -0.00322399568, -0.0192475654, 0.00506708911, 0.0111209415, -0.0150283, -0.00363231171, -0.0340490229, 0.0284460206, -0.00472399034, 0.012158745, 0.00471548364, 0.0244762804, -0.0221171211, 0.00759921595, -0.0303061269, 0.0117617715, -0.0216747783, -0.00804155786, 0.0156407747, 0.0147674317, 0.0309186, 0.00749146566, -0.00541585917, 0.0245670173, -0.00268382742, -0.0185897239, 0.000869089446, 0.00221880083, -0.0063742674, 0.0130434297, -0.0191795137, 0.000757086033, 0.0177277233, -0.00883550569, -0.0308051798, 0.00268666307, 0.0210736468, -0.00105765206, -0.0035302327, 0.0318940207, 0.00859165099, 0.000500825176, 0.0293080211, 0.00404062774, 0.0151303792, 0.00417389767, 0.0151530635, 0.00545272091, -0.0216294099, -0.016831696, -0.0098562967, 0.00681660976, -0.0118411658, 0.000719515316, 0.00979391485, -0.00949902, -0.00885251909, 0.00648768852, 0.0133156404, 0.0104687707, -0.00210679742, -0.00936858542, 0.0192815922, -0.0123288771, 0.00340830488, -0.00958975684, 0.025134122, -0.0058071618, -0.0032381732, 0.0173080638, 0.00257465965, 0.0225594621, 0.0205859356, 0.0187485125, -0.00422493694, -0.015050984, -0.0168543793, -0.00570508279, 0.0046729506, -0.0104971258, 0.017534906, -0.0181587227, 0.0231492538, 0.00843286142, 0.00660678092, 0.0237730686, -0.0275386516, 0.0201889612, -0.00138090225, 0.00507559581, -0.0249526482, 0.0217768569, -0.00813796651, -0.00948200654, 0.00382512761, 0.00379393692, 0.00063055061, 0.010111494, -0.00496784551, -0.0191908553, 0.00839883462, 0.0328694433, -0.00340546947, -0.0101568624, 0.0164800901, 0.00345934462, -0.0146199837, 0.0170925651, -0.00302267307, -0.007627571, -0.0436898209, -0.0143704573, -0.0128846401, 0.00742341299, 0.00471264822, 0.00479204301, -0.002103962, 0.0165027753, 0.0153912473, 0.0103269937, 0.0157315116, -0.00759354467, -0.0126577979, -0.0152664846, -0.00855195336, 0.0113307713, -0.0113534555, 0.0112343626, -0.00846688729, 0.0182721447, -0.0101228356, 0.00419091061, -0.00700942613, 0.0308732316, 0.0178411435, 0.0175235644, 0.00827407185, 0.0281964932, 0.00854628254, 0.0125557194, -0.00581283309, 0.00839883462, 0.00010030681, 0.00440924661, 0.010139849, 0.0314857066, 0.00776367635, 0.0105878627, -0.0145859579, -0.000440924661, -0.0144611942, -0.00742908427, 0.00784307159, -0.00018998039, -0.0040973383, 0.0335046, -0.00379393692, 0.00449714763, 0.00566254975, -0.00566822104, 0.0135538252, 0.00318996934, 0.0336180218, 0.00717955781, -0.0225708056, -0.0086994, 0.00863701943, 0.00850091409, -0.0172513537, -0.0307598114, 0.0122721661, -0.000162954268, 0.0246577542, 0.0239091739, 0.006209807, -0.019871382, 0.0106786, -0.0127371931, 0.0226842258, -0.00540168118, -0.00203023828, -0.000269552402, -0.00295745605, -0.0212778039, -0.0128959827, -0.032529179, 0.00907369051, 0.0224573836, -0.0301246531, -0.0136899306, 0.0021351527, 0.00338278525, -0.00330055482, 0.0195084345, -0.00250235363, -0.0258600172, 0.00239743921, -0.0275159664, 0.0478637181, -0.000246336509, 0.0139621412, -0.015663458, 0.020631304, -0.0071512023, -0.00704912329, -0.0107636657, -0.000324845198, -0.0309412852, 0.0241813846, -0.0181246959, 0.001526932, 0.0106275603, 0.00439223321, -0.0152664846, -0.0299204942, -0.0168543793, 0.0387446582, 0.0119886138, 0.0186010655, -0.0107409814, -0.0165821686, 0.028083073, -0.000600068655, 0.0344800241, -0.00159498467, 0.0106615862, -0.00560583919, 0.0262456499, -0.0237730686, -0.00656141248, -0.0130774565, -0.00289649214, 0.0161058, 0.000183600452, 0.0325064957, -0.00653305696, 0.00402077893, -0.00990166515, 0.00909637474, -0.011251376, -0.0185103286, 0.0027192717, 0.00311057456, -0.0202570148, -0.00660110964, -0.0114612058, 0.000199904738, -0.0194744077, 0.0135084568, -0.0074064, 0.00324384426, -0.0536708795, 0.00129016535, -0.0110075204, 0.0185897239, -0.0221171211, 0.00166303734, 0.00753683411, -0.00216350798, 0.028899705, 0.0226275157, 0.0182040911, 0.00513797719, -0.0199621189, -0.0144271683, 0.0057249316, -0.00120580837, 0.019667225, 0.00183033349, 0.0157882217, 0.0069583864, 0.0019607679, 0.023523543, 0.000631613948, -0.0202343296, -0.00799051858, 0.00724193919, -0.0235915948, 0.00562285259, 0.00143761281, 0.0387673415, 0.0145972995, 0.019463066, 0.00557181286, -0.000691160036, -0.00328354165, 0.00251511368, -0.000797492336, -0.0146653522, 0.0186464339, -0.00294327829, -0.0276067033, -0.0210849885, 0.0126124294, -0.00467862189, -0.0204725135, 0.00285537704, -0.0212778039, 0.0140869049, -0.00468429271, 0.027470598, 0.0146653522, -0.0154252741, -0.0019933763, 0.0233647525, 0.000669184665, -0.0183288548, 0.0173761174, 0.00596028054, -0.0183401965, -0.00995270442, -0.00785441324, -0.00297163357, 0.0132249035, -0.0151757477, 0.0107523231, 0.0188279077, 0.0145519311, 0.0124876667, 0.0394478701, -0.0352286026, -0.0206086189, -0.0261095446, -0.00354724587, -0.00776367635, -0.0114215082, 0.0201322511, -0.00451983185, 0.00406047655, 0.00208269549, 0.00640262291, 0.0123742456, 0.000148067746, -0.0210169349, -0.00872775633, -0.0323250219, 0.00101157476, -0.00131993846, -0.0066748336, -0.0168884061, -0.00304819294, -0.0220830943, -0.0092381509, 0.00887520332, 0.0253155958, -0.00983361248, -0.022854358, 0.00497068092, -0.00881282147, -0.0011987196, -0.0426463448, -0.0241587013, 0.0107806781, -0.00362664065, 0.00711717596, -0.00231946213, -0.0115973111, -0.0353873931, 0.0240906477, 0.00432985183, 0.0190434083, 0.00208694884, -0.0010930961, 0.0297843888, -0.00987898093, 0.0228770431, -0.000886811467, 0.0179772489, -0.00201747846, -0.0114668766, -0.0192702506, 0.00523722079, -0.0107693365, 0.00633457024, -0.0255197547, 0.0238638055, -0.00358410785, -0.00802454539, 0.00934023, 0.0143024046, 0.0197352767, -0.019168172, 0.00665214937, -0.0083024269, 0.00624383334, -0.00990166515, 0.0131908776, -0.0145972995, -0.0250207018, 0.00381662115, 0.0216180682, -0.0103950463, -0.00349337095, -0.00120439066, 0.0187825393, 0.00504440488, 0.00920979585, -0.0244082268, 0.015255142, 0.0071909, 0.0109961787, -0.0127145089, -0.0154479584, -0.011103929, -0.0197125934, 0.00305953505, -0.00803021621, -0.0106162177, 0.00907369051, 0.01642338, 0.0203364082, 0.0508580357, 0.00796783436, 0.00585820153, 0.00661812304, -0.0150963524, 0.0185443554, 0.00139153551, 0.0288770199, -0.0068676495, -0.0178978536, -0.0149942739, 0.00949334912, 0.0197693035, -0.0353647098, -0.00789411087, 0.00120297284, 0.00550659606, 0.00183033349, -0.015663458, 0.0225821473, 0.00587521447, -0.0174328275, 0.00286671915, -0.00497635221, -0.00412002252, 0.0222305413, -0.017330749, -0.0124082714, 0.0249526482, 0.0122608244, 0.000500470749, 0.0148241417, 0.0106729288, 0.000146295541, 0.00689600501, 0.00289223879, -0.00712284725, 0.00748012355, -0.00243430096, -0.0196899083, 0.00497635221, 0.0193723291, -0.00794515, 0.0105878627, 0.00643097796, -0.0112740602, 0.00524289161, 0.00334875891, 0.0153912473, -0.0021436594, -0.0133156404, 0.0194744077, -0.0121927718, 0.0110358763, -0.000162156779, 0.00204299809, 0.00220462331, -0.000646854867, -0.00446312129, 0.0129073244, -0.00122778374, 0.00943663809, -0.020018829, -0.0117617715, -0.00631755684, 0.0125784036, -0.0279242825, -0.0185670387, 0.0159810372, 0.0142116677, 0.00768428156, -0.00927784853, -0.00499052973, -0.0100434413, 0.025542438, -0.00116043992, 0.00665214937, 0.0194176976, 0.00037464418, -0.0134063773, -0.0103043094, -0.0058241752, -0.0167409591, -0.0233193841, -0.00877312478, 0.0120680081, 0.0154593, -0.00153118523, 0.0153572215, 0.0179205388, 0.0059092408, -0.0169904847, -0.00132277398, -0.00717955781, 0.0228770431, -0.00233364, -0.0186804608, -0.0192815922, -0.0130887982, 0.0194517244, -0.00482890476, 0.00213657063, 6.47297929e-05, -0.00774666341, 0.00431850972, -0.0115802977, -0.0031049035, -0.0327560231, -0.0043893978, -0.0203817766, -0.00998105947, -0.00952170417, 0.0183288548, -0.00804723, 0.002103962, 0.0241360161, 0.0014361951, -0.000771972584, -0.00350187742, -0.0064763464, 0.018033959, -0.014903537, -0.0100661255, -0.0129867196, 0.0227295943, 0.0295348633, -0.0235462263, -0.0016701261, -0.00960109849, -0.0144611942, -0.00735536031, -0.00988465175, 0.006107728, 0.00155528728, -0.000932179915, 0.00737237372, 0.0252021756, 0.0315764435, 0.00385064748, 0.00565120764, -0.00795082096, -0.000284438924, -0.00132277398, -0.0117277447, -0.0187711976, -0.0159016419, -0.00224290276, 0.0067769126, 0.01148389, -0.0173194073, -0.0195197761, 0.0228883848, -7.02679317e-05, -0.0254290178, -0.00786575582, -0.0154706426, 0.00845554564, -0.0119092185, -0.0176369864, -0.00356142363, 0.0237503853, -0.0367030799, -0.0104460865, 0.0206653308, 0.0110302046, -0.0105651785, 0.0260868594, -0.0387900285, -0.00342531828, 0.0205859356, -0.00940261222, 0.0213572, 0.0245897, -0.0158903, 0.00882983487, 0.00460206252, 0.0276067033, -0.0100377705, 0.0135538252, 0.00435537146, -0.0277654938, -0.0152324578, 0.00147305697, -0.0407862402, 0.0153345373, 0.00783172902, 0.00237050164, -0.00415972, -0.0173420906, 0.00179347163, 0.0148808528, 0.0327333398, 0.0154366158, 0.0136332195, 0.00904533546, -0.00389318028, 0.00369752897, 0.0098562967, -0.018759856, 0.014699379, -0.0138487201, 0.0100831389, -0.00305102835, -0.0150850108, -0.0058071618, -0.00155528728, -0.000231981656, 0.0132702719, -0.0115973111, 0.0185103286, -0.0222305413, -0.00215925486, 0.0154593, -0.000108015905, -0.00485158898, 0.0167409591, 0.0122608244, -0.0189413298, 0.0184422769, 0.0123175345, 0.00154536287, 0.00634591235, -0.00631188601, 0.0114044948, 0.0160377473, 0.0171606168, 0.00404062774, 0.00689033372, -0.0252021756, -0.0119092185, 0.00547540514, 0.00316161406, 0.0329374969, 0.0251568072, -0.0482720323, -0.00807558466, 0.00534213521, -0.00924949348, -0.0128846401, -0.0115292585, 0.00165878399, 0.0375650786, -0.0302607585, 0.00623816205, -0.0200982243, -0.00307938363, 0.019610513, -0.000315984187, 0.00575328711, -1.03175571e-05, 0.0194403827, 0.00702076824, 0.00249668257, 0.00699241273, 0.0047721942, 0.0104177305, -0.0141095892, -0.00160632678, 0.00519185234, 0.00997538865, -0.00991867762, 0.0125443768, -0.03284676, -0.0283552837, 0.00619846489, -0.0118978769, -0.0209715664, -0.000776225876, -0.0197239351, 0.0202683564, -0.018147381, -0.0159923788, -0.0164120384, 0.0167976692, 0.0194290392, 0.00446595717, 0.0046644439, 0.0186464339, 0.00833645277, 0.00869372953, 0.0147787733, 0.0129413512, 0.0275386516, 0.00576179335, 0.0116937188, -0.0136559037, 0.0188619345, -0.0188959613, 0.0119772712, 0.00384781184, 0.0160377473, 0.00162334, -0.00598296477, -0.00440641074, 0.00182891579, 0.0166615639, -0.0208014362, -0.0202003028, 0.0204044618, -0.0239318591, -0.00240169256, 0.00419374648, -0.00747445272, 0.00527691795, 0.0195651446, 0.0036294763, 0.0237730686, 0.0321208648, -0.00807558466, 0.0149829313, -0.00351605518, 0.0157655366, -0.00893191434, 0.00483741146, -0.00344233145, 0.00171549467, -0.0195764881, -0.0282418616, -0.0263590701, -0.00472115446, 0.00528258923, -0.00734968949, 0.0132929562, -0.0165254585, -0.0200528558, 0.00239318586, -0.0101965601, 0.00365783158, -0.00840450544, -0.0104177305, 2.22522503e-05, 0.00657842541, 0.00280433754, 0.0131341666, -0.00165878399, 0.0259053856, -0.0178978536, 0.0125557194, -0.0118184816, -0.00374573283, 0.00459639123, 0.0136332195, 0.00778636057, 0.00896026939, -0.00246123853, -0.00503306277, -0.0181814078, 0.0273798611, -0.0149715897, -0.0194517244, 0.00588655658, -0.0132135618, 0.0128052458, 0.00137948454, -0.0248165429, -0.0169904847, 0.0122267976, -0.00235065306, 0.0121474033, 0.00294044288, 0.0107750073, 0.000581283297, -0.0294894949, -0.0173080638, -0.0228883848, 0.0178184602, -0.0112060076, 0.0156861432, -0.00477786502, 0.0131341666, -0.0257692803, -0.00763891311, -0.00165311294, -0.00797917694, -0.0145972995, -0.00377692375, -0.0138940886, 0.0141889835, -0.00522587867, -0.00923248, 0.00106474082, -0.0171719585, -0.00309072575, 0.0168543793, -0.0344800241, 0.0293080211, -0.0101171648, -0.0115009025, 0.00502739148, -0.00282702176, -0.00444894377, -0.00670886, 0.00982227, -0.0228770431, -0.0142230103, 0.00237617269, 0.00716254441, -0.0272664391, -0.0157995634, 0.00218902784, -0.0182154328, -0.00523722079, 0.00524572749, -0.00112924911, 0.00754250539, -0.0019309948, 0.0206199624, 0.0154706426, -0.00596595136, 0.00698674191, -0.00262428145, 0.0257919654, 0.00754817622, 0.0186464339, 0.00481472723, -0.00785441324, 0.00694704428, -0.00349337095, 0.0114612058, 0.00770129496, -0.00225849822, 0.0104801124, -0.0235008579, 0.0257012285, -0.00179772498, -0.000651108159, -0.005523609, 0.0252702273, -0.0186350923, -0.00168288604, -0.0139734838, -0.00693003135, 0.0226728842, 0.0183288548, -0.0107296389, 0.000127687381, 0.0160831157, -0.0170812216, 0.00249668257, 0.0102646127, -0.00229819561, -0.00368902227, -0.00100023265, 0.0242721215, -0.00708882092, 0.00714553148, 0.0065670833, -0.000671665766, -0.0100491121, -0.000568877847, 0.000852785131, -0.00613041222, 0.0013801934, 0.0240906477, -0.0166275371, -0.0263137016, -0.00945932232, -0.0175575912, -0.0117050605, 0.0112797311, 0.00121785945, 0.00571075408, -0.00531378, -0.0123175345, -0.00440641074, -0.0230585169, 0.0243855435, 0.00748012355, 0.0168884061, 0.00491964165, -0.0063912808, -0.0173534323, 0.018498987, -0.0070604654, 0.0244535953, -0.00028302116, 0.00612474093, -0.00311057456, 0.00656141248, 0.0155046685, -0.0179885905, -0.0370887108, -0.013996168, 0.00710583385, 0.0106842704, 0.0117844557, 0.0163780116, 0.0130887982, -0.0241360161, 0.0301473364, -0.00307087717, -0.000191220941, 0.0134857725, 0.0166161954, -0.00241161673, 0.006209807, -0.00845554564, -0.0402645022, -0.0110528888, 0.0154252741, -0.000562143454, 0.0160490908, 0.00555763533, 0.0128506143, -0.0194857512, 0.000580574444, 0.0110302046, 0.0192815922, -0.000999523676, -0.00394422, -0.00665782, 0.00634591235, 0.0102759544, -0.00551226689, -0.00881282147, -0.00194659014, -0.0211303569, 0.0254743863, 0.00757086044, -1.11482786e-05, 0.000476368761, 0.0108770868, -0.0177730918, -0.00171124132, -0.0133156404, 0.00970884878, -0.00503306277, -0.000298793806, 0.0192929339, 0.000971877307, -0.00650470192, 0.0178298019, 0.013996168, 0.023818437, 0.00521170115, 0.0013553825, -0.0168543793, 0.0185670387, -0.00131497625, 0.0361813419, -0.0238864906, 0.0215727, 0.00854628254, 0.012623772, -0.00742908427, -0.00276747555, 0.00769562367, -0.0198940672, 0.011370468, -0.00422777282, 0.0328694433, 0.00661812304, 0.0149375629, 0.00460773334, 0.0129300086, 0.0121927718, 0.00035514991, -0.0235689115, -0.0106445728, 0.00430149632, 0.00173534336, -0.00685630739, -0.0278335456, 0.0219810158, -0.00855195336, -0.0102475993, 0.0127258506, 0.0185103286, -0.00805857126, 0.0109734945, 0.00260868599, 0.00506992452, 0.00516349683, 0.0194403827, -0.0179091971, -0.00530810887, -0.0309412852, 0.0080869263, -0.0299431793, 0.0127939032, -0.0124422982, -0.0236369632, -0.0218108837, -0.0248165429, 0.0119092185, -0.0147787733, -0.00883550569, -0.00405480526, 0.0111719817, -0.0047721942, 0.0162986163, -0.0042901542, -0.000733692956, 0.0122267976, 0.00201606052, -0.00380527903, 0.0120339822, 0.0220263842, -0.0211757254, 0.00897728279, 0.00513797719, 0.0137466416, 0.0340943933, 0.0161398277, 0.00236908393, -0.0145859579, 0.00164460635, -0.0163213015, 0.012419614, -0.00138940883, -0.0148241417, -0.0356142335, 0.00581850391, 0.0175235644, -0.0121020349, -0.0163666699, 0.0221851729, 0.0037032, 0.0264724921, 0.00861433521, 0.024430912, -0.0149262212, -0.00033920008, 0.0203931201, -0.0173647758, 0.016831696, -0.013939457, 0.0200074874, -0.0045907204, -0.0237050168, -0.0020033007, 0.00328070624, -0.0054498855, -0.01282793, 0.0202570148, -0.00346785109, -0.0257692803, 0.00447446341, -0.00527408253, 0.027878914, -0.00331756799, -0.00775800552, 0.00241161673, 0.00579014886, -0.00114980678, 0.0103950463, 0.00415121345, 0.00531378, -0.0147447474, -0.0153912473, -0.0212551206, 0.00379960798, 0.0208014362, 0.0215159878, 0.0224914104, 0.00737237372, 0.0176483281, 0.0275613349, -0.0202910397, -0.00766159734, -0.00812095311, -0.0162305646, 0.0137466416, 0.0151190367, -0.00782038737, 0.00398391718, -0.00297730463, -0.0030453573, -0.0200074874, 0.0070604654, 0.0112173501, -5.17040862e-05, 0.00223014294, 0.0137806674, 0.00294894935, 0.0172626954, -0.00981092826, -0.00345934462, -0.00120439066, -0.0116256662, 0.0118751926, 0.0205972772, 0.00721925497, 0.0102702836, -1.89182902e-05, 0.0161058, 0.0263137016, -0.0033374168, -0.006107728, -0.00946499314, 0.0256331749, -0.00813229475, -0.00135963585, 0.0313496, 0.00182324473, -0.0162872747, -0.0057334383, -0.0139054311, 0.0228203312, -0.0119886138, 0.00457654288, 0.00709449174, 0.00159498467, -0.00568239857, 0.00484875357, 0.00682795187, -0.0222759098, -0.0200301725, 0.0286501776, 0.0174328275, -0.00709449174, 0.0118298242, 0.018703144, 0.0478637181, -0.000944230938, 0.00730432104, -0.00772397919, -0.00041540488, 0.0251568072, 0.0267220177, 0.0131908776, 0.000442342425, -0.0283099152, 0.00103425898, -0.00416255556, 0.0164347216, -0.0051663327, 0.00709449174, -0.0140755624, 0.0165935121, -0.00894325599, 0.00504724029, 0.00137168681, -0.00307654822, 0.0282645468, -0.0209602248, -0.0312815495, 0.0144044841, 0.00799051858, 0.00919845421, 0.00728730764, 0.00142485299, 0.000746452832, 0.00720791286, 0.0109337969, -0.00450281892, 0.00172541896, -0.0130207455, -0.000730857428, -0.00145746151, 0.00871074293, 0.0170812216, 0.017591618, -0.0140188523, -0.00549241807, -0.025746597, 0.00425045704, 0.00900563784, 0.00275329803, -0.0297390204, -0.0390622392, -0.00650470192, 0.00367484475, 0.0113307713, -0.0107466523, -0.0136445621, 0.00623816205, 0.0167296175, 0.001749521, 0.00329771941, -0.00513797719, -0.0149829313, 0.0140755624, 0.0119319027, 0.0114895608, -0.0157088265, 0.0200641975, 0.0251794904, 0.00636859657, 0.0135424826, 0.00178212952, 0.0160831157, -0.0086880587, 0.00668050442, -0.00605101744, 0.029602915, 0.00636292528, 0.0165481437, -0.016979143, -0.00832511112, 0.0153799057, 0.0123742456, 0.00171691237, -0.00364648947, -0.0227749627, -0.00742908427, 0.0123855872, -0.00528826, 0.00226984033, 0.0131341666, -0.0289223883, -0.00961244106, 0.00122423936, 0.0117164031, -0.00507559581, -0.00693570217, 0.0134971142, 0.00562001718, 0.0193609875, 0.017183302, -0.015311853, 0.00948200654, -0.0144498525, -0.0308959167, 0.00672587287, -0.0196331982, 0.00449714763, -0.00248534046, -0.0187711976, 0.00332040363, 0.0184876453, -0.0248845965, 0.00673154416, -0.00277598226, 0.0145746153, 0.0136445621, 0.00779770268, -0.00955005921, 0.0329148136, -0.0110075204, -0.000879013794, 0.000272210717, 0.0207900926, -0.00326369307, -0.00335159432, 0.0112286918, -0.00563135929, 0.00761055807, -0.0224914104, -0.0126577979, -0.00396406837, -0.0109678237, 0.00569657609, -0.00731566316, 0.0114895608, -0.00218902784, 0.00260443264, -0.00823437423, -0.000198132533, -0.001749521, 0.00165027741, 0.0180566441, -0.0159356687, -0.00331473257, -0.000468571059, -0.0220604092, -0.00889788754, 0.018498987, -0.0116143236, -0.0024782517, -0.0142343519, 0.0092891911, 0.00572776701, -0.00763891311, 0.00793947931, -0.00909637474, -0.012362903, 0.00454251608, 0.00556047074, -0.01379201, 0.00489979284, 0.000789694604, -0.000453330082, 0.0205065403, -0.0135991937, 0.00922680926, -0.00632889895, 0.000658551464, 0.0206653308, 0.014291063, -0.00791112427, -0.0055321157, 0.00313325878, 0.019202197, -0.000112978079, -0.00860299263, -0.0112797311, 0.00216492591, 0.0133496672, -0.0176143013, 0.00512663508, 0.00956140179, -0.0106786, -0.0213118307, 0.0189640131, 0.00768995285, 0.00166729058, -0.0025193668, -0.00297730463, -0.0374289751, 0.0211757254, 0.0164460633, 0.00309072575, -0.00222872524, -0.0181587227, 0.0144498525, -0.0238638055, 0.0164574068, 0.00236483058, 0.012215456, 0.000361529848, 0.00824571587, -0.0052485629, -0.00246265624, 0.0197239351, 0.00695271557, -0.00298864674, 0.00139011769, 0.00461624, -0.003762746, -0.0172059853, 0.0146086421, -0.00540451705, -0.0215046462, -0.00801887363, 0.0273798611, 0.0109451395, -0.00550943147, -0.002578913, -0.0266993344, -0.0126918247, -0.00204158039, 0.00451416103, 0.0379733965, -0.0315991268, -0.0167749859, 0.00470414152, 0.0313496, 0.0103723621, -0.00405480526, -0.00197069207, 0.000541231479, 0.00157371815, -0.028377967, -0.0319847576, 0.0027703112, 0.017999934, -0.00349904201, -0.0235008579, -0.016570827, -0.00155954051, -0.00155245175, -0.0093288878, 0.0377919227, 0.00236624829, -0.000767010381, 0.0182608031, 0.00637993868, 0.00612474093, 0.0111152707, -0.0126351137, -0.0142797204, -0.0108487308, 0.01379201, -0.00361246313, 0.0117731132, 0.0100264279, -0.00866537448, 0.00290925195, -0.0134063773, -0.000779770256, -0.0178298019, 0.00751415, -0.00526557583, -0.00350754848, 0.0118298242, -0.00978824403, -0.0114044948, -0.0092891911, -0.00123061927, -0.00448580552, 0.0138714043, -0.016309958, 0.0145065626, -0.00225424487, 0.0170471966, 0.00307371258, -0.00841584802, 0.00594326714, 0.0227636211, 0.00996404607, -0.00208269549, 0.00745743932, -0.0196445398, 0.0156294312, 0.000522446062, 0.0103780339, 0.00626651756, -0.00270509394, -0.00152126094, 0.0115746269, 0.00883550569, 0.00211955747, -0.00422493694, 0.00658976752, -0.00171549467, 0.000460418902, -0.0123515613, -0.00309923245, -0.014699379, 0.00557748415, 0.00358694326, 0.0119659295, -0.0163439848, 0.00505291158, 0.00939127, 0.0307371262, -0.0126464562, 0.0133610088, -0.0166275371, 0.039243713, -0.00246123853, -0.00250235363, 0.01712659, 0.00110798271, -0.0252929125, 0.00729297893, 0.0221624896, -0.00196502102, -0.0071909, 0.0287182312, 0.0133836931, 0.0041880752, -0.0172626954, 0.0175802745, -0.0278562307, -0.0148921944, -0.0114328498, 0.00640262291, -0.00337711419, -0.0219016206, -0.0101511916, 0.00549808936, 0.0140869049, -0.000842860783, 0.00880148, 0.0132362461, -0.0155613795, -0.00504724029, -0.000779061404, -0.013939457, -0.0210963301, -0.016309958, -0.0157315116, -0.023115227, -0.000221348426, -0.0233874377, -0.0157995634, -0.0133042987, 0.0209488831, 0.00892057177, 0.0063005439, -0.0223893318, 0.00255764648, 0.00376558164, 0.00245131413, 0.0467748754, 0.00179630716, 0.00784307159, 0.0152778262, 0.0105027966, -0.00703211036, -0.00563703, 0.00873909798, -0.0117164031, -0.00201889616, 0.00956140179, -0.00210537971, 0.0155954054, 0.0184536185, -0.0362493917, 0.00803021621, -0.00372588425, 0.000447659026, 0.00440924661, 0.0327333398, 0.0117731132, 0.0321662314, 0.00498769432, 0.00265121902, -0.00715687359, -0.0194403827, 0.0269488599, 0.0111096, 0.00366633805, 0.00330339046, 0.0037712527, 0.00817199238, -0.0178638287, 0.0082287034, 0.0126010878, 0.00282276841, 0.00139295321, -0.00854628254, 0.02296778, -0.0108373892, 0.00948200654, -0.00710583385, -0.0143137472, -0.00547540514, 0.0249299649, 0.0143591156, 0.00999807287, 0.0112060076, 0.0292172842, -0.00196927437, 0.0163780116, -0.0074517685, -0.0201209094, -0.0221511461, -0.0238411222, -0.00279299542, -0.00159214914, 0.00563135929, -0.0154366158, 0.0256558601, 0.00446312129, -0.00779203186, 0.00260585058, 0.00142059964, 0.0256331749, 0.00283694593, 0.0124422982, -0.00813229475, -0.00757653173, -0.0207900926, 0.00825138763, -0.00360679207, 0.00399525929, 0.00685630739, 0.00301700202, 0.00334025221, 0.0110699022, 0.0261775963, -0.000554700207, 0.0172286704, 0.00369185791, 0.00657275459, -0.00506141782, -0.0136332195, 0.0273118075, 0.0211530402, 0.00691301795, -0.0127031663, 0.00786575582, -0.0122494819, -0.0115406, -0.0176710114, -0.0168543793, -0.0113534555, 0.00706613669, 0.00443193084, -0.0113194287, -0.000480622053, -0.00941962469, -0.00781471562, -0.004471628, -0.00817199238, 0.00108813401, -0.00799618941, -0.00359828537, -0.0284006521, 0.0098959934, -0.0335272849, 0.00926083513, -0.0058071618, -0.0113421129, -0.00463892426, -0.000266539661, -0.00423060823, 0.0183969084, 0.00966915116, -0.0211190153, 0.01180714, 0.0106842704, 0.00650470192, -0.0101285074, -0.0111663099, 0.0114044948, 2.9961343e-06, 0.000875469355, 0.00236624829, -0.00760488678, 0.0161058, 0.00546973385, 0.0198486988, 0.0099130068, -0.00339696277, 0.00479204301, 0.00818333495, -0.00799618941, 0.00457654288, 0.0146766948, -0.0171946436, -0.00187711976, -0.0182721447, 0.0125784036, 0.00259876158, 0.0188052244, -0.00129158318, 0.0175008811, -0.0295575466, -0.0143250888, -0.0404686593, -0.00226133387, 0.0149942739, -0.0240906477, -0.00499620102, -3.17889317e-05, 0.000530598219, -0.0129300086, 0.00450848974, -0.0069754, -0.00767293945, 0.00560300378, -0.0123175345, -0.0114895608, -0.0071512023, -0.00761622889, -0.015867617, 0.00110160268, -0.00270792958, 0.00750280777, 0.00871641375, -0.00899996702, -0.00376558164, 0.013531141, 0.0126464562, 0.00716254441, 0.00848957151, -0.0063912808, -0.0115973111, 0.010315652, -0.00152834971, -0.024725806, 0.0148354843, -0.0170018282, 0.00485158898, -0.0231832787, -0.00522304326, 0.0113137579, -0.00728163682, 0.00939694047, -0.0188619345, 0.00738371583, -0.00133198942, -0.01642338, -0.00379110128, 0.00398391718, -0.0186237507, -0.0210509617, -0.00107750075, -0.00320414687, -0.00106048759, 0.0126577979, -0.00831944, -0.0328013897, 0.0026214458, -0.0202003028, 0.0125897452, -0.00258741947, 0.0121700875, -0.0179772489, -0.0228997264, 0.000564270129, -0.00520035904, -0.00842151884, 0.0148808528, -0.0152211161, 0.0055151023, 0.0297163371, -0.00864269, -0.0303288102, -0.00839883462, -0.00177929399, -0.0087050721, 0.0235915948, -0.00355575257, 0.0257012285, -0.0202910397, -0.00645933347, 0.00224006735, -0.0172286704, -0.0162305646, 0.00594893843, -0.00690734712, 0.00265830779, -0.036612343, 0.0136899306, -0.00622682, 0.00108529849, -0.00477502961, -0.00904533546, 0.00902832206, 0.000461836666, -0.000937851, -0.0140642207, -0.00574761583, 0.0222532265, -0.0236823317, 0.0205859356, 0.0159583539, -0.0297390204, -0.033754129, -0.00130008976, -0.00148865231, 0.00250235363, -0.00816065073, -0.0116370078, 0.0304876, 0.0309639685, 0.0237277, 0.0262683332, 0.00771263707, -0.00142272632, 0.0155840637, -0.024839228, -0.00912473, -0.0124876667, -0.00159073132, -0.0261775963, 0.0136332195, -0.00314743631, 0.0136105353, 0.0286048092, -0.00488278, -0.00655007036, 0.0172513537, -0.00324100885, 0.00881849322, 0.0031956404, 0.0039187, 0.0173534323, -0.00843286142, -0.00666349148, -0.00584118813, -0.016718274, 0.00545839174, -0.00814930815, 0.0241813846, -0.0293533895, -0.0149829313, 0.0108033624, 0.0299204942, -0.00766726863, -0.00729864975, 0.00627785968, -0.00799618941, 0.006107728, -0.0126804821, -0.00100944808, -0.0152324578, -0.0336633921, -0.00115547783, -0.0131114824, -0.00270367623, -0.00751415, -0.0191908553, 0.00449431222, -0.000195119792, 0.0198600404, -0.000602904183, -0.00641963584, -0.00396973966, -0.00142910623, -0.0282872301, -0.0160490908, 0.0247711744, -0.00208836654, 0.00251086033, 0.00494516129, 0.0082684, 0.00689033372, -0.00211530412, -0.00376558164, 0.0140869049, 0.0068676495, 0.0181360394, 0.00753116328, -0.00635158317, -0.0185330138, -0.00721925497, 0.00593192503, -0.017534906, 0.0101341782, -0.0245897, 0.0110302046, 0.0030453573, -0.0142456945, 0.00632322812, 0.0224460419, -0.0137126148, 0.00246974523, -0.0184195917, 0.00821169, 0.0123288771, 0.0144385099, 0.00580149097, -0.0144611942, -0.0362493917, 0.0160831157, -0.0046729506, -0.00714553148, -0.00788276829, 0.0466841385, 0.0117164031, -0.0199054088, 0.0149148786, 0.023410121, -0.00213373499, -0.00634591235, 0.0157201681, 0.010491455, 0.00611907, 0.00566538563, 0.0066748336, 0.0228316747, 0.0424421877, 0.000814505504, 0.0093629146, -0.00203023828, -0.00292626512, -0.0168543793, 0.0117504289, 0.0184195917, -0.0155500369, -0.0327787064, 0.040151082, 0.000388112938, -0.0082854135, 0.0179545656, 0.00423627906, -0.00111861585, 0.00575045124, -0.00426463457, 0.00183742237, 0.0103440071, 0.00299148238, -0.00429582549, 0.00674855709, 0.0498599298, 0.00809259806, 0.000491255254, 0.0378372893, 0.0101852175, -0.00142201746, 0.00451416103, 0.00225849822, -0.0152664846, 0.00176795188, -0.00627218839, -0.0098562967, -0.00148865231, -0.0213004891, 0.0111492975, -0.0068846629, 0.00895459857, 0.00231804443, -0.0105254808, 0.00562001718, -0.0140075097, 0.00547540514, 0.00661812304, -0.0077183079, 0.024226753, -0.00114980678, -0.0291265473, -0.0113591263, -0.0153231947, -0.012419614, -0.0243855435, 0.0303741787, -0.0105141392, -0.00195935, -0.00978257228, 0.00519752316, -0.00239176815, 0.00740072876, -0.00170557026, 0.00196785666] |
03 Apr, 2024 | How to Customize the Position of an Alert Box using JavaScript ?
03 Apr, 2024
In web development, alert boxes are frequently used to inform users of important information. However, alert boxes always appear in the center of the screen by default, which might not be the best arrangement for some layouts. This article explores various methods for achieving this personalization.
Approach: Using CSSIn this approach, the alert box is positioned in relation to its parent element and styled using CSS. The alert box's location on the screen can be changed by modifying its top and left properties.
Example: This example showcases a custom alert box styled with CSS, triggered by clicking a button.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<title>Custom Alert Box</title>
<style>
body {
display: flex;
justify-content: center;
width: 100vw;
margin-top: 20px;
}
.alert {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #f8d7da;
color: #721c24;
padding: 15px 20px;
border: 1px solid #f5c6cb;
border-radius: 5px;
}
</style>
</head>
<body>
<button onclick="showAlert()">Show Alert</button>
<script>
function showAlert() {
const alertBox = document.createElement('div');
alertBox.className = 'alert';
alertBox.textContent = 'This is a custom alert box.';
document.body.appendChild(alertBox);
}
</script>
</body>
</html>
Output:
OutputWe can also create a custom Alert function for showing the alert box. The custom alert function that opens a modal dialog box in place of using JavaScript's default alert function. This gives you more options for how to style and arrange the alert box.
Example: This creates a custom alert box, appearing as a modal overlay with a message when the "Show Alert" button is clicked.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<title>Custom Alert Box</title>
<style>
.modal {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 0.5);
padding: 20px;
color: #fff;
}
</style>
</head>
<body>
<button onclick="customAlert()">Show Alert</button>
<div id="modal" class="modal"></div>
<script>
function customAlert() {
const modal = document.getElementById('modal');
modal.innerHTML = '<p>This is a custom alert box.</p>';
modal.style.display = 'block';
}
</script>
</body>
</html>
Output:
OutputWe can also create an Alert using window.alert method. using this method, you can override the alert function's default behavior and intercept it with your own custom implementation. This gives you the ability to modify the alert box's position and, if necessary, add new features.
Example: This code implements a custom alert box styled with CSS, appearing centered on the screen when triggered by the "Show Alert" button.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<title>Custom Alert Box</title>
<style>
.alert {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #007bff;
color: #fff;
padding: 15px 20px;
border-radius: 5px;
}
</style>
</head>
<body>
<button onclick="customAlert()">Show Alert</button>
<script>
window.alert = function (message) {
const alertBox = document.createElement('div');
alertBox.className = 'alert';
alertBox.textContent = message;
document.body.appendChild(alertBox);
};
function customAlert() {
alert('This is a custom alert box.');
}
</script>
</body>
</html>
Output:
Output
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ? | https://www.geeksforgeeks.org/how-to-customize-the-position-of-an-alert-box-using-javascript?ref=asr9 | CSS | How to Customize the Position of an Alert Box using JavaScript ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ? | GeeksforGeeks | [0.00652319612, -0.00121737039, -0.00507189939, 0.0115187112, 0.0260316767, 0.00545763876, 0.00475490559, 0.0255733728, -0.0295758955, 0.0171711296, 0.01305403, -0.0158114936, 0.0221971981, -0.0540187843, -0.020134829, -0.049466297, -0.0342506, 0.0124429585, -0.0206847955, -0.00216166792, -0.0175377727, 0.00120113883, -0.0540187843, 0.0249623, -0.0225332882, 0.0115187112, -0.00218267366, 0.0203487054, -0.0366337784, 0.0330895595, -0.0032024004, 0.00981534738, -0.0210514385, -0.0497107245, -0.0218763854, -0.0164836738, -0.0095021734, 0.0312410668, -0.043294467, 0.0044455505, 0.000910402159, -0.00299043464, 0.0216166805, -0.0129470928, -0.0107090408, -0.00570206763, -0.0259858463, -0.0545993038, 0.0204556435, -0.0172016826, 0.0151240379, 0.010052138, 0.0267649628, -0.00171195704, 0.00125747209, -0.0109381927, -0.00533924345, -0.0262302756, 0.0175530501, -0.00715336436, 0.0359310471, -0.0424084105, 0.000968167558, -0.00128611608, -0.0175377727, 0.0156205334, -0.0123207439, 0.0123512968, -0.00802796148, 0.0388030857, 0.000866003917, 0.0100903297, -0.0260011237, 0.00152099691, -0.0300036464, 0.0121145071, -0.00479691708, 0.00225332892, -0.0131838834, 0.0244428888, 0.014497688, -0.00516737951, -0.0152538903, 0.0116332872, 0.0077644363, -0.0277274027, -0.0272232667, -0.0606183633, 0.0122596361, 0.00126988441, -0.00779880909, 0.0133213745, 0.00709225703, -0.0184696577, -0.0195848644, 0.0106555717, 0.0241067987, 0.00454484951, -0.0446999334, 0.0293314662, 0.0249775779, 0.0348922238, -0.0207306258, -0.0270093922, -0.00124124042, 0.00814253744, 0.0199056771, -0.00498787686, 0.0231290832, 0.00215021032, 0.0101743527, -0.00157542061, -0.0210819915, 0.0235262811, -0.0372754037, 0.0336395241, 0.00892165489, -0.0356255099, -0.00339717953, 0.0177058168, -0.0141615989, 0.0212805904, 0.00879180152, 0.0712510198, -0.0361143686, 0.0239693075, 0.0120381229, 0.0153302746, 0.0465637036, 0.0319285244, -0.014864332, 0.0223499667, 0.0108083403, 0.010250737, 0.0110222148, 0.0375198349, 0.0172933433, 0.0156128956, -0.00423931377, -0.00143888418, -0.0219986, -0.0197834633, -0.0170947462, -0.0115110734, -0.026474705, 0.0249775779, 0.0295606181, 0.00311264908, -0.0450665765, -0.0111902598, -0.0293161906, -0.0579296462, -0.00848626532, 0.0534688197, 0.0661180168, -0.0113583049, -0.0303397365, 0.0144747728, 0.00162125099, 0.00824183691, 0.0310119148, -0.0491607599, 0.0108694471, -0.02242635, -0.0315924324, 0.0128401555, 0.0538354628, -0.0115416264, -0.0678901225, 0.0340061709, 0.0106479339, -0.0063857045, 0.000397435651, 0.0115950955, -0.0204098132, 0.0194320958, 0.0380392447, -0.0393225, 0.0145358806, -0.0190807302, -0.0289037153, 0.0174766649, 0.00349075, 0.00299234432, 0.0113353897, 0.00468234112, -0.00970841, -0.0421334282, 0.0119541008, -0.00453339191, -0.0253594965, -0.00507189939, 0.0216625109, 0.0179960765, 0.0219527688, 0.00868486427, -0.0375198349, 0.0415529124, -0.00751618855, 0.00677908259, 0.00905150734, -0.0278648939, -0.0374281742, 0.00821128301, -0.0208375622, -0.0157656632, 6.97004289e-05, -0.0396280326, 0.0294384044, -0.0165753346, 0.0027498249, 0.032417383, 0.00895984657, -0.0166517179, -0.0174613893, -0.0011801332, -0.015857324, 0.00717246, -0.0155517878, -0.0271316059, 0.0247178711, 0.042163983, -0.0185613185, -0.00784464, -0.0523994416, 0.00297515793, 0.0232360214, 0.0313785598, -0.00917372201, -0.0203639809, -0.0394447111, 0.0067141559, -0.0124735115, 0.0122596361, 0.0459831841, 0.00778353261, -0.0044149966, 0.0341283828, -0.0199209545, 0.0191265605, -0.0122214444, -0.0391697288, -0.034800563, -0.00709989527, 0.00616419083, 0.0103576742, -0.0167281013, 0.00247675204, 0.001716731, -0.00965494104, -0.0139553621, 0.0245956574, -0.0245039966, 0.0279871076, -0.0166975483, -0.0176599864, 0.00558367232, -0.0306758247, 0.0571047, 0.0229457617, 0.00458304165, -0.0168044865, -0.00906678382, 0.0127026634, 0.0593351126, -0.00690893549, 0.0460748449, -0.0188668557, -0.00148471456, 0.00404835353, 0.0260316767, -0.0519716926, 0.0309966393, -0.000419634744, 0.00570206763, 0.0278190635, -0.0189585164, 0.0278343391, 0.0147421174, 0.00333034364, 0.0138255088, 0.0340672769, 0.106754318, 0.0404529795, 0.0148566933, -0.00301334984, -0.00740925083, -0.00378291891, -0.00598086929, 0.0164683964, -0.0329979, -0.00892929267, 0.0255733728, 0.00127179408, 0.0779728144, -0.00838696584, -0.0327840261, 0.0185765959, -0.0231749136, -0.000684114464, -0.0315618813, -0.0285829026, -4.60691153e-05, 0.0123360204, -0.00139687292, 0.0287356712, 0.0150705688, 0.0097389631, -0.0078179054, -0.00643917359, 0.0140011925, -0.0050489842, 0.00748181576, -0.0175377727, -0.0368782096, 0.0396891423, 0.0264899805, 0.00188573066, -0.00469379872, 0.00499169622, -0.00136345485, -0.00648118462, -0.0361449234, 0.0562186427, 0.0241831839, 0.00804323796, -0.0230832528, -0.0267344099, 0.0279412773, -0.034800563, -0.0778506, -0.0331506692, -0.00779499, -0.00698913867, -0.0134894196, -0.0191723909, -0.0112055372, -0.000649264257, -0.0205167495, 0.00299616344, -0.00224569044, -0.0175072197, -0.0259094629, -0.0276968479, -0.0199820623, -0.0438444316, 0.00412091846, -0.0101056071, 0.0223194137, -0.0151163992, 0.00154964102, -0.00899803825, 0.0443943962, 0.00771096768, 0.0346783474, -0.00314129307, -0.0288426094, -0.0239693075, -0.0375503898, 0.00385548384, 0.0097389631, 0.012374213, -0.030156415, -0.0142074293, 0.0247789789, -0.0318674147, 0.00798213109, 0.00841752, -0.00989173166, -0.00161074824, -0.0405751951, -0.00885290839, -0.027269097, 0.0240762457, -0.0162697975, 0.0117402254, -0.0115339886, -0.0246873181, -0.0407585166, 0.0337922946, -0.0198292937, 0.0456165411, 0.0263830423, 0.0215097424, 0.0291787, -0.00971604791, -0.0132831829, -0.021463912, 0.00243665045, 0.00805087667, -0.0534993745, 0.0499246, 0.018912686, -0.0251761749, 0.00932649, -0.0187599175, -0.0375809409, -0.0313785598, 0.00722592883, -0.0356866196, 0.0249317475, 0.0123436591, 0.0339145102, 0.00843279622, -0.0129929231, 0.00311646843, -0.00223996164, -0.00807379186, 0.0269635618, 0.025542818, -0.00987645518, -0.0234193429, -0.00858556479, 0.0158420466, 0.0291023143, 0.0257566944, 0.00129566411, 0.0488552228, 0.00454103062, -0.0010817888, 0.0394447111, -0.0104035046, -0.0113659436, 0.0225027353, 0.0131991599, 0.00546145812, -0.00936468225, 0.00770714832, 0.0187140871, -0.0329979, -0.0252678357, -0.00978479441, -0.0260927845, -0.00193633512, 0.0140088303, 0.0130693074, 0.0179655235, -0.0198292937, -0.0381003544, -0.0209903307, -0.0185307655, 0.0332117751, 0.00970841, 0.00188477593, -0.0455248803, 0.0295911729, -0.007928662, 0.0366643332, -0.00557985343, 0.0228999313, -0.0137491254, -0.0161170308, -0.0175224952, 0.00853973441, -0.0129776467, -0.0242290143, -0.0244276114, -0.0117020328, 5.9585509e-05, 0.00137682213, 0.0151011227, -0.0062520327, 0.0228082705, -0.00790574681, 0.0223041363, -0.0295911729, -0.0413390361, -0.000423453952, 0.00643917359, -0.0137720406, -0.000468329585, -0.0054767346, 0.0289495457, 0.0017654259, 0.0319285244, -0.00911261421, -0.000747608661, -0.0223041363, 0.00264288741, -0.035992153, 0.00756583782, 0.0515744947, 0.0035919589, 0.000500315393, -0.00117154, -0.0147879478, 0.00204327283, -0.000633032643, 0.0250997916, 0.00625967095, 0.0298356, -0.0103653129, -0.0181182921, -0.00455248822, 0.00493058888, -0.00865431, -0.0262455512, -0.0309660845, 0.0145511571, 0.0322340615, 0.000211846331, -0.00124505966, -0.0267649628, 0.0652014092, 0.0198598467, -0.017614156, -0.0347700082, 0.0172016826, 0.0205320269, -0.00937995873, -0.00104455161, -0.030156415, 0.00904386863, -0.00482747052, -0.0119846538, -0.0283995811, -0.0503218, 0.0375809409, -0.0136574646, -0.00561422622, 0.0283079203, -0.020868117, -0.0432333611, 0.0116027342, 0.00714190677, -0.0134435892, 0.0351061, -0.00724884402, -0.0420417674, -0.0157809407, -0.0293467436, 0.0262302756, 0.0181946754, 0.0085932035, -0.0064162584, -0.00956328, -0.00255695544, -0.01104513, 0.0171711296, 0.0110756839, -0.0511773, -0.0073366859, -0.0125117041, -0.00802796148, 0.0170794688, 0.0116562024, 0.0393836051, -0.0190807302, 0.0116714798, 0.0228999313, 0.00545381941, 0.0542937666, -0.0056600566, 0.00554929953, -0.0128936237, 0.00556075713, -0.00957855675, -0.017583603, -0.0306911021, -0.00494586583, 0.00240418734, -0.0178585853, 0.0497718342, 0.0132144364, 0.0201959368, -0.0226860568, -0.00489239721, 0.0321424, -0.0271010529, -0.00233735121, -0.000142384597, -0.00724502513, 0.00986117776, -0.00396051165, 0.00833349768, 0.0197376329, 0.0306758247, -0.0472053289, 0.0425306261, 0.000554261613, -0.0154295741, -0.0116256494, 0.0207764562, 0.00202035764, -0.0243053976, -0.00619856408, -0.0203639809, -0.0163920131, -0.0566769503, -0.00638952386, 0.0119082695, 0.00770714832, -0.00963966455, -0.000940955768, 0.00922719, -0.00526285963, 0.00405981112, 0.011213175, -0.0244887192, -0.0222124755, -0.0126339179, 0.039841909, 0.0134359505, 0.0101514375, -0.0101056071, -0.0471136682, 0.0226707794, -0.00995283853, 0.00142838131, -0.0123054665, -0.0456470959, -0.0100750532, 0.0189890694, -0.0321424, -0.00735578174, -0.0595489889, -0.00673707109, 0.00836405065, -0.00560658751, -0.0143678356, 0.000263286202, -0.0392919444, 0.0311799608, 0.00420876, 0.034036722, 0.00538125494, 0.00113907678, -0.0498329401, -0.00938759744, -0.0328451321, -0.0326618105, -0.0404224284, -0.00541180838, -0.00586247398, 0.013619272, 0.0242442898, -0.0103118438, 0.0108847236, -0.0260775071, -0.0319896303, -0.0213875286, 0.0137262102, -0.0157656632, 0.115370438, -0.000570970587, 0.00212538568, 0.00322722527, 0.0137185715, 0.0227166098, -0.0074703577, 0.00904386863, 0.0197987407, 0.0142685361, 0.00327687478, -0.00495732343, 0.0151622295, -0.000414144655, 0.0113048358, -0.00961674936, 0.000869345735, -0.00745508121, -0.0462887213, 0.0422862, 0.00850918051, -0.0179655235, -0.0317757539, 0.0143754743, -0.00339336041, 0.00971604791, 0.0403002128, 0.0201806594, -0.0204709191, -0.00869250204, 0.00932649, 0.0103194825, -0.0446082726, -0.0171558522, 0.00902095344, -0.00243283133, 0.00259323767, 0.0118013322, 0.0368171, 0.0308285933, 0.017614156, -0.0136956563, -0.0129852844, -0.0270552225, 0.000766227255, -0.0156434495, -0.0109458314, 0.000524662784, 0.0139782773, 0.0239387546, -0.000225690936, -0.0118089709, -0.0053545204, -0.0190043468, -0.0157962162, -0.00672179461, -0.0256039258, -0.00569061, -0.0287356712, -0.0249928534, -0.0266274717, -0.0282468144, 0.0404224284, 0.0085320957, 0.0137720406, -0.0109840231, -0.014696287, 0.0279565547, 0.0335478634, -0.00580136711, 0.0424695201, -0.013451227, 0.00702351145, 0.00420876, -0.00956328, -0.0267496873, -0.00588920852, -0.0206542406, 0.00348693086, 0.00177210942, -0.0436305553, -0.00843279622, -0.0124047659, 0.0128096016, 0.0230985302, -0.0197987407, -0.00453721127, 0.00291405059, 0.02610806, -0.00167376501, -0.00480073597, -0.0133442897, -0.00895984657, 0.00622147927, 0.0290870387, -0.00614127563, 0.00713044917, -0.000868390896, -0.016453119, 0.0165295042, 0.000129733497, 0.0146199027, 0.0407890715, -0.0129394541, -0.0201959368, 0.00664922968, 0.00791338552, 0.0190807302, 0.018179398, 0.0303397365, -0.0168808699, 0.0126721105, -0.00574026, -0.00598468864, 0.0150476536, 0.0242137369, 0.0120763145, 0.00602669967, 0.0337922946, -0.0138866166, 0.00385166472, -0.0341283828, -0.0204709191, -0.032906238, 0.0189585164, 0.0235110037, 0.0167128257, 0.0135887181, 0.00118395244, 0.0425917357, -0.00876888633, -0.0113506662, -0.010731956, 0.0124353198, -0.036694888, -0.0351061, -0.0147726713, -0.00257796096, -0.0065690265, -0.0248553623, -0.0144747728, 0.0157962162, -0.020302875, 0.0122749135, -0.0017768835, 0.00857792608, 0.0143907508, 0.0306299943, 0.0141234072, 0.00507189939, 0.00876124762, -0.015292082, -0.0239998624, -0.00909733772, -0.0107777864, -0.0187904704, -0.027926, -0.00372372125, -0.0101208836, -0.0221971981, 0.00282238983, 0.0273454823, -0.0109076388, -0.0178585853, -0.00759257236, -0.0174002815, 0.00354803819, 0.00409418391, 0.00450665783, -0.016055923, 0.00602288079, 0.0112819206, -0.00947925821, 0.023816539, 0.0307827629, -0.00498787686, 0.0232665744, 0.0415223576, 0.0173544511, 0.00105219, -0.0137873171, -0.0399946757, 0.0376420505, 0.0138942543, 0.0148796085, 0.0482135974, 0.00193538028, 0.0169114247, -0.00061536883, -0.0164989494, 0.0347700082, -0.0041285567, 0.010900001, 0.00633223588, 0.0059464965, 0.0306147188, 0.010250737, -0.0208528396, 0.0205778573, -0.00608398765, -0.00379437651, 0.0147421174, 0.0103423977, 0.0172780678, 0.0252220053, 0.0162697975, -0.033670079, 0.0429583788, 0.025542818, -0.0101285223, 0.0182863362, -5.4453456e-05, 0.011213175, -0.0234346204, -0.0150400149, 0.0479691699, -0.0102889286, 0.0082265595, 0.0065919417, 0.0088299932, 0.00115530845, 0.0193709899, 0.00400634203, -0.013963, -0.0327534713, -0.0112666441, -0.012970008, 0.0211889297, 0.025542818, -0.0044340929, -0.0168350395, 0.00289877388, -0.0166517179, -0.00355567643, 0.0243359506, -0.0095021734, -0.00438062381, 0.0264288727, 0.00811198354, -0.0184543803, -0.023984585, -0.0161017533, 0.0287662242, -0.0413390361, -0.0344033651, -0.0056715142, -0.0114652421, 0.00346401567, -0.0147115635, 0.00512154913, -0.0159795377, -0.000487664278, 0.0256192032, -0.0378559232, -0.028200984, 0.00823419821, 0.0156587251, 0.00278610736, -0.00167662941, 0.0192487743, -0.0184696577, 0.0144747728, 0.0146122649, -0.000556171231, 0.022029154, 0.000992037589, 0.0492218658, 0.0415223576, 0.00635897042, -0.0161323063, -0.0139935538, 0.055638127, -0.0238012634, -0.010900001, 0.000346115121, 0.00854737312, -0.0132679055, 0.0195695888, -0.0151011227, -0.00259514735, 0.033670079, -0.00376191339, 0.00764986034, -0.0314396657, 0.00876888633, -0.0287509486, -0.0162697975, 0.010900001, 0.0243970584, 0.00641243905, 0.00493822759, 0.00821128301, -0.00385930296, -0.0229915921, 0.0266427491, -0.029927263, -0.0106402952, 0.0131838834, 0.0313785598, -0.00208146474, 0.00492295064, -0.017583603, -0.0239387546, -0.0386808701, 0.012740856, 0.0107854251, 0.0269177314, -0.00477018254, -0.00577845192, -0.0141539602, -0.0144518577, 0.014696287, -0.0177363716, -0.0173086207, 0.0280787684, 0.00424695201, 0.00226860563, -0.0160712, 0.0032692363, 0.0223346893, -0.00230679754, 0.0350449905, -0.00371799245, 0.0061107222, 0.0165447798, 0.0341894925, -0.0141768754, 0.00899803825, -0.0332117751, 0.00548437331, 0.0117325867, -0.00617564842, -0.0014369745, 0.0204861965, -0.0325090438, 0.0209903307, -0.00887582358, -0.0128248781, -0.00870777946, -0.0239693075, -0.00730613247, 0.0248248093, -0.0304008424, 0.0562797524, -0.0254664347, -0.00554929953, 0.0353505276, 0.0127179408, -0.00844043493, 0.00241182558, -0.0270857755, -0.0108312555, 0.00137491245, 0.0274524204, -0.0194779262, -0.0331812203, -0.0070311497, 0.00185326743, -0.000888919109, 0.00833349768, 0.0416751243, -0.0067332522, 0.0107854251, 0.0141997905, -0.0117173102, 0.000906105503, -0.0193709899, -0.0186071489, -0.00967021752, -0.0188515782, 0.0140775759, -0.00139687292, 0.0332728811, -0.00687074335, 0.0354421884, 0.00758111477, 0.00155441498, 0.019340435, -0.0337617397, 0.0245192721, 0.0119999312, 0.00987645518, 0.0169725306, 0.0130158383, -0.00461359508, 0.00507571874, -0.008807078, -0.0101743527, -0.00776061742, -0.0174155589, -0.00204709196, -0.00259323767, -0.010449335, -0.0203487054, -0.0425306261, 0.00842515845, 0.0174155589, 0.0327229165, 0.00286440109, -0.0238470938, 0.017583603, -0.015887877, 0.0137644019, -0.0171711296, -0.0221513677, -0.0289648231, 0.023159638, 0.00241946406, -0.0109763844, 0.00338190282, -0.00381920137, 0.00709989527, -0.0163309053, -0.0128859859, -0.0136498259, 0.00996811595, 0.00874597114, -0.0102812899, -0.0112666441, -0.0116562024, -0.0262149982, 0.00301907863, -0.00246529444, 0.0225180108, -0.0154524893, -0.0131762447, -0.00838696584, 0.00565241789, -0.00818836782, 0.00400634203, -0.0139935538, 0.0358393863, 0.00438062381, 0.00551492674, 0.00439590076, 0.00481601292, -0.0282620899, 0.00276892097, 0.00392995821, 0.0261844452, 0.0560047701, -0.0153073594, -0.0234651733, 0.0069815, 0.0021292048, -0.0169572551, -0.0177516472, -0.0103805894, 0.00648118462, -0.0215402953, 0.00583192054, -0.0125422571, 0.0172780678, 0.0151698682, 0.0862834, 0.0132220751, -0.0091355294, -0.029423127, -0.00295415218, -0.0175683256, -0.00342009496, 0.0185918715, 0.00877652504, 0.000970077177, 0.0288884398, -0.00154964102, 0.0105486345, -0.00111329718, -0.0220138766, 0.00330742844, -0.014810863, -0.0110909613, 0.00024204189, -0.0201195534, 0.00619856408, 0.00841752, -0.00138064125, 0.00798976887, 0.023190191, 0.0130463922, 0.0234651733, -0.00505280355, -0.0292550828, 0.00933412835, 0.0145358806, 0.0101285223, 0.0323868282, 0.00540417, 0.0137796784, 0.0600378476, 0.00129948324, -0.0264135972, -0.00378864771, 0.00166326226, 0.00331124756, -0.0175072197, -0.0239387546, 0.0251761749, 0.0277732331, -0.00100254035, -0.0325395949, 0.0154142966, -0.00352703244, -0.000525617565, -0.0407890715, -0.0129165389, -0.0210667141, -0.0104416963, -0.0128707085, 0.0289495457, -0.00776061742, 0.00719537539, 0.0161323063, -0.0179960765, -0.0110756839, 0.000485754688, 0.00572880218, -0.000767659454, 0.00653083436, -0.0255275425, -0.0163920131, 0.0012288281, -0.0176447108, -0.0014942626, 0.0144671351, 0.0100444993, 0.0111215143, -0.0118013322, -0.00261806254, -0.0122138057, -0.0200431682, 0.00751236919, -0.00561040686, -0.0125651723, -0.00285867229, 0.0280176606, -0.00931885093, 0.0207611788, -0.0125957262, 0.0173850041, -0.0243970584, 0.000928543333, -0.0290106535, -0.000907060341, -0.0108923623, -0.025542818, -0.010334759, 0.00636660866, 0.0248248093, 0.0167433787, 0.00453339191, 0.0287815016, 0.00844807364, -0.0053545204, 0.00139400852, 0.0176599864, 0.0050489842, -0.00169668021, -0.0281398762, 0.00346592534, 0.0301716905, 0.00202417676, -0.012458235, 0.0150094619, 0.0154830422, 0.0130922226, -0.0118548013, 0.0183168892, 0.00263142982, -0.000396003452, 0.0196918026, 0.022594396, 0.004586861, -0.00462123379, 0.0131991599, 0.0128401555, 0.00143601978, -0.00240418734, -0.0138560627, -0.000345399021, 0.00238127215, -0.0102125444, 0.0276815724, 0.0208375622, -0.00675998628, 0.0289037153, -0.00398724619, 0.0190043468, 0.000231539088, 0.00010126851, 0.0127103021, -0.0007485635, 0.00137586729, -0.00446846569, -0.0021349336, 0.0127561325, -0.0200278927, 0.0267802402, 0.00126033649, 0.0118853543, -0.00430424, 0.0128707085, 0.00914316811, 0.00142360735, -0.0273913126, -0.0252220053, 0.00850154273, -0.00837932806, 0.0316535421, -0.00412091846, 0.0106784869, -0.00499169622, 0.0108770858, 0.013848424, -0.0108236168, 0.0274218656, 0.0280023851, 0.00808906835, -0.0170794688, 0.0248706397, -0.0351061, -0.027635742, -0.0169419777, -0.00837932806, -0.00653083436, -0.0345866866, 0.0071839178, -0.0224416275, 0.0165753346, 0.0151851447, 0.00548055395, -0.0142838135, 0.0108541707, -0.00266962172, -0.00255122664, 0.00420876, -0.0210819915, -0.0016012002, -0.0336395241, -0.00116103725, -0.0135887181, -0.0032692363, 0.00677908259, 0.00535070105, -0.00574407913, 0.0334867574, 0.0177974794, 0.0256344806, 0.0160100926, -0.012970008, -0.00228388235, -0.0216625109, 0.0082571134, 0.019141838, -0.0177058168, 0.0174155589, 0.00928065926, 0.0319285244, -0.0198598467, -0.0164683964, -0.00979243219, 0.0313785598, 0.0436611101, 0.00596177345, 0.0121679753, -0.00146466377, -0.00713044917, -0.00970077142, 0.012175614, 0.0153073594, 0.00884527061, -0.00151049416, 0.0125651723, 0.00668742182, -0.0180113539, 0.00719919475, -0.00111520686, 0.012091592, 0.00449520024, -0.00468234112, 0.0243665054, -0.0117478631, 0.00425459025, 0.00730995135, -0.0236332174, 0.0248248093, 0.0412168205, 0.00268680812, 0.0194168203, 0.0101132449, 0.0252525602, -0.00466706418, -0.0265510883, -0.00241182558, 0.0303244591, 0.0130616687, -0.0238470938, -0.00948689599, 0.0236790478, -9.2555958e-05, 0.02089867, 0.00684019, -0.00516356, -0.00114671525, -0.0123589355, -0.0161781367, 0.00896748528, -0.0232665744, 0.0139400847, 0.0085320957, -0.0242595673, -0.0115110734, -0.0210819915, -0.040972393, 0.0120457616, 0.00662631448, -0.0298203249, -0.010250737, -0.0313174501, 0.00128707092, -0.0132220751, 0.00692803133, -0.0109611079, -0.00134531374, -0.00573262107, -0.0211583748, 0.0315007716, -0.0363587961, 0.0147726713, -0.00783700123, 0.0120381229, 0.0111673446, -0.0100368615, -0.00898276176, -0.00816545263, 0.00648882333, 0.0121908905, -0.00744362362, 0.011129153, 0.0109458314, 0.00420876, 0.00275364425, -0.0289037153, 0.0070311497, 0.0179044157, 0.00907442253, 0.0258330777, 0.00320621952, -0.0124276811, 0.0207764562, -0.0111367917, 0.0125651723, -0.0147803091, 0.012656833, -0.0147955865, 0.0123131052, -0.0230221469, -0.0107625099, -0.0118548013, -7.72045587e-06, 0.0181641225, -0.0163156278, 0.0205167495, 0.0111444294, 0.00155059574, -0.0386197641, 0.0100063076, -0.0299119856, 0.00250539603, 0.000861229899, -0.0201653838, -0.00975424051, -0.0152691668, -0.00512918737, -0.0275593568, -0.0254511572, -0.00866194908, 0.0152997207, 0.00628640549, -0.0360532627, -0.0179502461, 0.0094716195, 0.0222583059, -0.0366643332, -0.020104276, -0.000122572499, -0.0183168892, 0.0329979, 0.0187599175, 0.0110069383, 0.022624949, -0.000336567115, -0.0108694471, 0.0190196224, -0.0295758955, 0.0264441501, -0.00520557165, 0.00868486427, 0.00775297871, 0.00173296267, -0.00391086238, -0.00114957965, -0.00996047724, -0.00418202532, -0.0199973378, -0.0191265605, 0.0146733718, 0.00443027355, 0.0214028042, 0.0294842348, 0.0399335697, 0.00819600653, 0.00921955239, 0.00601142319, -0.00737487804, 0.00108751759, 0.00151240372, -0.0102889286, 0.00565241789, -0.0285829026, -0.0168961473, 0.00873833243, 0.00548437331, 0.00179597945, 0.00758875301, 8.43208e-05, 0.0341894925, 0.00487712026, 0.0219680462, 0.0143983895, -0.00818836782, 0.00163270859, 0.0148490546, -0.0155670652, -0.0078981081, -0.0146351801, 0.00304581318, -0.0190349, -0.0323257223, -0.00725648273, -0.0224110745, 0.0191723909, 0.00112189038, -0.00675234804, 0.00545000052, 0.0155670652, -0.00709607638, 0.0113048358, -0.0440277532, 0.00173105299, -0.0290870387, -0.00135677133, -0.0222430285, 0.0192334987, 0.0320507362, 9.01689564e-05, 0.000981534715, 0.0013500877, 0.00931885093, 0.0288578849, -0.00398342684, -0.0271927137, 0.000952413364, -0.0114881583, 0.014810863, -0.011778417, -0.0176752638, -0.0160864759, -0.00193060632, -0.00121928006, -0.0251761749, 0.011327751, 0.0173086207, -0.0065384726, 0.00442645419, -0.000327257818, 0.00295606186, -0.0140011925, -0.0285676271, -0.022059707, 0.0180724617, -0.00194110908, -0.0204250887, -0.0105791874, 0.00400252314, -0.017186407, 0.0267038569, 0.00179311505, 0.011724948, 0.00292168907, -0.00630932068, 0.0118318861, -8.22918519e-05, 0.00147516653, -0.0109916618, 0.0270399451, -0.00325777871, -0.00794393849, 0.00391850062, -0.00319476193, 0.0113506662, 0.0120152077, -0.0154372118, 0.014497688, 0.0100750532, -0.0111520682, -0.00494204648, 0.00103309401, -0.00393377757, -0.0123818507, -0.0079592159, -0.0225332882, 0.0233124048, 0.00700441515, -0.0131151378, -0.0205625799, -0.00747799641, -0.00316802762, 0.0116332872, 0.00105505437, 0.00363778928, -0.0160864759, 0.00711135287, 0.0234651733, 0.0175224952, -0.0460748449, 0.00337044522, 0.00483892811, -0.000517979206, -0.00790574681, -0.0313174501, -0.0150018232, -0.00152959011, 0.0023659952, -0.0105791874, 0.00963202585, -0.00325014046, 0.0138713391, 0.00424695201, 0.0534077138, 0.0196765251, 0.00684400881, 0.0127255786, 0.000691275462, 0.0120763145, -0.00151526812, 0.0140241077, -0.00387648935, -0.00808143057, -0.0169572551, -0.00934176706, 0.0331812203, -0.0326007046, -0.004403539, 0.0118548013, -0.00305345142, -0.0179808009, -0.0129318163, 0.0199056771, 0.0150018232, -0.0104035046, 0.0070196921, 0.00545381941, -0.00154677662, 0.0180113539, -0.028628733, -0.00818072911, 0.0157198329, 0.0201806594, 0.0133748436, 0.00599996559, -0.0095021734, -0.00602288079, 8.19934794e-05, 0.00769951, 0.0078179054, 0.000440162956, -0.0337006338, -0.00928829797, 0.0267496873, -0.00285485294, 0.00786755513, 0.00401398074, -0.000179502473, -0.00136154529, -0.00265434501, -0.00486184331, -0.00114098645, -0.0221055374, -0.00993756205, 0.0230221469, -0.00193060632, 0.013703295, 0.0157351103, 0.000960051722, -0.00382683985, -0.000752382679, -0.00750855, 0.00866194908, -0.00659576058, 0.00844043493, -0.0218305551, -0.012458235, -0.005026069, 0.0271316059, -0.0131227756, -0.035564404, 0.0178585853, 0.00476636318, 0.0142303444, -0.0199820623, -0.00848626532, -0.00121641567, 0.0288731623, -0.0132984594, 0.00141596887, 0.0167892091, -0.00714190677, -0.0067141559, -0.00539653143, -0.0010703312, -0.00922719, 0.012007569, -0.0192640517, 0.0137720406, 0.0181488451, 0.0138255088, 0.0269941147, 0.0144365812, 0.0155594265, -0.0167128257, 0.0114652421, -0.00303817471, 0.0128401555, -0.00713426806, -0.024351228, -0.0147650326, -0.0146580953, 0.00638952386, 0.0146733718, -0.00456394581, 0.0219986, -0.00933412835, -0.00534688216, 0.00267916988, 0.00812726095, -0.0257719718, -0.0140622994, -0.0242137369, -0.00349265966, -0.0219374932, 0.012458235, -0.0159642622, 0.00339908921, 0.00428514415, -0.00738633564, 0.00123837602, -0.00899040047, -0.00716482196, -0.00959383417, -0.00299807312, -0.00633223588, -0.0377031565, 0.0304619502, 0.0260469541, -0.0197834633, -0.003525123, 0.000919950136, -0.0170336384, -0.00864667166, -0.005026069, 0.0115721803, 0.00697004236, -0.0242748447, 0.0123512968, 0.0112513676, 0.00498787686, -0.0250845142, 0.0217847247, 0.00580900535, 0.00137109333, -0.0129623692, -0.0147955865, -0.0107625099, -0.0135199726, 0.0119006317, 0.0107625099, 0.022594396, -0.0132449903, -0.0104569737, -0.00312983547, -0.00285485294, -0.00577463256, 0.000446846563, 0.00583574, 0.00759639172, 0.00610690285, -0.0162086915, -0.0132908206, 0.0240762457, -0.019539034, -0.0116791176, 0.00961674936, 0.0144289425, 0.0120152077, 0.0173544511, -0.0178891402, 0.000135104245, 0.0251609, 0.00958619546, 0.0163309053, 0.0173697285, 0.00531250937, 0.017782202, 0.0124124046, 0.0127790477, -0.0173086207, 0.0218000021, 0.0123131052, -0.0179044157, -0.0124429585, -0.00278228824, -0.0225180108, -0.00597323105, -0.00256077456, -0.00358813978, -0.00726412097, -0.011977016, -0.00750855, 0.00577463256, 0.0351977609, 0.019539034, -0.00144652254, 0.0065690265, -0.0177210942, -0.0112742828, 0.00868486427, -0.0179960765, 0.0137414867, -0.0260927845, 0.00516737951, -0.0101056071, -0.0177363716, -0.00415911, -0.0130158383, 0.000440401665, -0.0128707085, -0.00262761046, 0.0136956563, -0.0318368636, -0.0143678356, 0.0161628611, 0.00417056773, 0.00141787855, 0.0187904704, 0.0147803091, -0.0153302746, 0.0182557832, 0.00885290839, -0.0001464425, 0.00340481801, 0.0071839178, 0.0146351801, 0.00856265, 0.00670651766, 0.0114270505, 0.00412473734, -0.00436916621, -0.0131838834, -0.0108388932, 0.00912789162, 0.0304772276, 0.0375503898, -0.0153073594, -0.0149559928, -0.00679817842, -0.00168235821, -0.0151316756, -0.0157809407, 0.00126797485, 0.0272538215, -0.0259247385, 0.00644299295, -0.0176294334, -0.0119235469, 0.0255580954, 0.00148185017, -0.0024519274, -8.65287802e-06, 0.00768423313, -0.00192201312, 0.000263763592, 0.00535070105, 0.00215212, 0.0256192032, 0.00507953763, -0.00599996559, 0.0123589355, 0.00394523516, 0.00678290147, 0.0140393842, -0.0257566944, -0.0178585853, 0.0144442199, -0.00413619494, -0.0361143686, 0.0107854251, -0.0329673477, 0.00697004236, -0.0131151378, 0.00147230213, -0.0109993, -0.00127752288, 0.0171711296, -0.00438062381, -0.0176294334, 0.00721065234, 0.0014369745, -0.00379055738, 0.00190864585, 0.007050246, 0.0161934141, 0.00470907521, 0.0119311856, -0.00408272631, -0.0120533993, 0.00175587786, 0.00034587644, -0.00575171737, 0.0156740025, -0.00594267715, -0.0106632104, 0.00525904028, 0.00385166472, 0.0171100218, -0.0164683964, -0.0104264198, 0.0265816413, -0.00204518228, -0.00168044865, -0.00271736179, 0.00726412097, 0.00834877416, 0.0067332522, -0.00278801704, 0.0267191324, 0.035992153, -0.029988369, 0.0239234772, -0.00922719, 0.0117631406, -0.00882235542, 0.0117402254, 0.0105868261, -0.00464032963, -0.0245039966, -0.0121603375, -0.0224874578, -0.0167281013, 0.0101972679, -0.013703295, 0.0158726014, -0.00185422227, -0.00952508859, -0.0102049066, -0.0178433098, -0.0100750532, -0.0030496323, -0.0113888588, 0.00333416276, 0.00684019, -0.008807078, 0.00479691708, -0.00860084128, 0.0199973378, -0.0218000021, -0.00384020689, -0.0276815724, 0.00344682927, 0.019508481, 0.0143754743, 0.00580136711, 0.0153379124, 0.00475490559, -0.0102812899, -0.0123283817, 0.0145893497, -0.0194168203, -0.0230221469, 0.00789047, -0.0206084102, -0.00808906835, 0.0034220044, 0.0011829976, -0.00171482144, 0.014215068, -0.00729467487, -0.00742452731, -0.00211965689, 0.0104035046, 0.0130158383, -0.0167586561, -0.0194320958, -0.0130005619, 0.0325701497, 0.015887877, -0.0039757886, 0.00118968124, 0.0186529793, 0.00165466906, 0.00591212371, -0.0206847955, -0.0178891402, -0.00399106555, -0.00987645518, -0.0117936935, 0.0250845142, 0.00705788424, -0.00967021752, -0.00155059574, -0.0131227756, -0.00477782078, 0.0109763844, -0.0126950257, 0.0129394541, -0.0130005619, 0.001702409, 0.0067332522, 0.0128630707, 0.00631314, -0.000203730524, 0.00193633512, -0.0258330777, -0.0233124048, -0.00069318508, 0.00730613247, -0.0125117041, -0.000275221188, 0.00461359508, -0.00815017615, 0.00113525765, -0.0113812201, 0.00842515845, -0.0115339886, 0.00101877202, 0.0156740025, 0.0141234072, -0.0088299932, 0.00191437465, 0.0124735115, -0.0117860558, 0.000451143162, 0.0112360902, 0.00994520076, -0.00414001429, -8.92141543e-05, 0.0125117041, 0.0110604074, -0.0152538903, -0.00157160137, 0.00354803819, -0.00266198348, 0.0179960765, 0.0181182921, -0.00701587275, -0.00271927146, 0.0265816413, -0.0205014739, -0.0088605471, 0.00814253744, 0.00394905405, 0.0195237584, 0.00968549494, -0.00635515107, -0.00647354638, 0.0197223555, -0.0244734418, -0.0167586561, 0.00999103114, 0.0077873515, -0.00302671711, -0.0215708502, 0.0282468144, 0.000698436459, 0.014978908, 0.00818836782, 0.00468234112, -0.012740856, -0.00616037194, -0.00838696584, 0.00483510876, 0.0140317455, 0.0158114936, -0.0301258601, -0.0227318872, -0.016621165, -0.0082265595, -0.0114652421, 0.0165600572, 0.00537361624, 0.00565241789, 0.0240915231, -0.0022934305, -5.73775324e-05, 0.0148414169, 0.0223346893, 0.00637042802, 0.0189890694, -0.0128783472, -0.00989173166, 0.0146504566, 0.0146733718, -0.00787519291, 0.0317452028, -0.00683637056, 0.0167739317, 0.00957855675, -0.00589302788, 0.0265969187, -0.0193557125, -0.0227929931, -0.0153302746, 0.00021506878, -0.003433462, 0.00693948893, 0.00353849, 0.00643535424, -0.0264288727, 0.0276968479, -0.0165600572, -0.0076422221, 0.000984399114, 0.0264135972, -0.0127026634, 0.00523994444, -0.000550442375, -0.0289189927, 0.00424695201, 0.0206084102, -0.00319476193, 0.0169572551, -0.00219986, -0.00128707092, -0.0273760352, 0.00684782816, -0.00399106555, 0.0165906101, 0.00285485294, 0.000814444677, 0.0146351801, 0.0102201831, 0.00881471671, -0.00346783479, 0.00769569073, -0.0140317455, -0.0125117041, 0.0198292937, 0.0134283118, 0.014978908, -0.0117402254, -0.0127943251, 0.00699295755, 0.00158114941, -0.00380965346, 0.00802796148, 0.00286822021, -0.000289543212, 0.0140470229, 0.013420674, 0.00328833237, 0.00507571874, 0.0237248782, 0.032478489, -0.000742834643, 0.0125117041, -0.00631695893, 0.0109611079, 0.00433479343, 0.00624821335, -0.00784464, 0.0188210253, 0.0146199027, 0.00167185545, 0.00162125099, -0.00279183616, 0.025115069, 0.00196879823, 0.00265625468, 0.0137262102, 0.0353810824, 0.00700441515, 0.0156892799, 0.00982298609, 0.0168350395, 0.0091660833, -0.00791338552, -0.0348922238, -0.00718009844, -0.0105639109, -0.000587202201, -0.0126110027, -0.0335478634, 0.0345561355, 0.0173850041, -0.0118318861, 0.0179960765, 0.00840224326, 0.00396815035, -0.00451429607, 0.00798976887, -0.00580136711, 0.0076536797, 0.0159795377, 0.00464032963, -0.00538507383, -0.0324479342, -0.0171711296, -0.0102354595, 0.0023488088, -0.00884527061, -0.02242635, -0.0326312557, -0.0281704292, 0.00658812234, -0.0104951654, 0.00361678377, -0.00751618855, 0.0205320269, -0.00139591808, 0.0414918028, 0.00734050525, -0.00165562378, 0.0125804497, 0.0041285567, -0.00204518228, 0.010533357, 0.0223499667, -0.0267496873, 0.00423931377, 0.00255504576, 0.0179349706, 0.0338228494, 0.0198445711, 0.00431951694, -0.0018752279, 0.0130082, -0.0268566236, -0.000923291955, -0.0189279616, -0.0201195534, -0.0361143686, 0.00693185069, 0.000313890603, 0.00093856873, -0.0238623712, 0.0159642622, 0.00669506, 0.0110756839, 0.0204403661, 0.00356904371, 0.0197376329, 0.00333798211, 0.0119006317, -0.0113659436, 0.0126186414, 0.000997766387, 0.0135810804, 0.00760784931, -0.0147039257, 0.013336651, 0.00436534733, -0.0170794688, -0.0112590054, 0.00275364425, -0.0131074991, -0.0203334279, 0.0182252284, -0.0132831829, 0.0365115665, -0.00125365285, -0.0140241077, -0.0121374223, -0.00240609678, 0.00895220786, 0.0133290133, 0.00182271388, -0.0157656632, -0.00242328318, 0.0117860558, -0.0199515074, 0.0152080599, 0.0113659436, 0.012970008, 0.0150782075, 0.0111138765, 0.0253747739, 0.0387114249, -0.0153455511, -0.0140622994, 0.0101437988, -0.0054881922, 0.0310271922, 0.0112742828, -0.00225905771, 0.0111978985, 0.0125498958, -0.00566387549, -0.0273607597, 0.0204403661, 0.00392613886, -0.0157045554, -0.0131304143, 0.0178891402, 0.00900567695, 0.00291214115, -0.0233429596, -0.00713044917, 3.61929e-05, -0.00667596422, -0.000329406117, 0.0151316756, 0.00857028831, -0.00740161212, -2.3556715e-05, -0.00264288741, 0.0188210253, -0.0156434495, 0.0109534692, -0.00746271946, 0.0277579557, -0.000873642333, -0.00325014046, 0.00836405065, 0.0142761748, -0.00225905771, 0.011778417, 0.0110680461, 0.0198598467, -0.0144900503, -0.00123073766, -0.000422737852, -0.0161017533, 0.00154582178, -0.00739015453, -0.0175224952, -0.0166364405, -0.0242748447, 0.0298508778, 0.000917563157, -0.0129012624, -0.0139553621, 0.0294995122, 0.0314091109, -0.00162793463, 0.00779880909, -0.0252525602, 0.0121679753, 0.013733848, 0.023785986, 0.0130616687, -0.00462123379, -0.00892929267, 0.00392995821, -0.0128707085, -0.00608398765, -0.00172627904, 0.00804323796, -0.0055072885, 0.0155135961, -0.0138866166, 0.0107777864, -0.0106021026, 0.00612218, 0.0172016826, -0.0133901201, -0.0184085499, 0.0108388932, -0.00213684328, -0.000650219037, -0.0077758939, -0.00649264222, -0.0149178, 0.0082876673, 0.0156205334, -0.0165600572, -0.00415911, -0.0152156986, -0.00912789162, 0.00960911065, 0.00408272631, 0.0132373525, 0.0265663657, 0.0143831121, -0.0147039257, -0.0356255099, 0.0104111433, 0.0160712, 0.0112437289, 0.00827239, -0.0118242474, -0.0120152077, 0.0190807302, 0.0130311148, -0.00535833975, -0.0122290831, 0.000654515636, 0.00742452731, -0.00103691313, 0.00515974127, -0.00154104771, -0.000195137327, 0.0241831839, 0.0130922226, 0.00832585897, -0.00875361, 0.0103500355, 0.0151316756, -0.000889873947, 0.0139095318, -0.0077873515, 0.0167433787, -0.0244581662, 0.00164798542, -0.0088681858, 0.0297133867, 0.00163366343, 0.00874597114, -0.0126644718, 0.0246414877, -0.00213875272, 0.0015057202, 0.0025187633, 0.0157962162, -0.0188210253, -0.00425840961, 0.0159642622, -0.00114671525, -0.0120381229, 0.0221819226, -0.0287051182, -0.00967021752, 0.00149044336, 0.00684782816, 0.00111711642, 0.00908206124, 0.0085932035, 0.0160712, -0.00415147189, 0.0241220761, -0.00770714832, 0.0151469531, -0.0240151379, -0.0277732331, 0.00601524208, -0.0176752638, -0.00383256865, 0.000921859755, -0.00843279622, -0.00876124762, 0.0095021734, -0.0181182921, 0.0159795377, -0.0188668557, -0.00204900163, 0.0100750532, -0.0032692363, 0.00999103114, 0.0326923653, -0.00402161898, -0.00858556479, 0.0116867563, 0.0365115665, 0.00473580975, -0.0141539602, 0.000742834643, -0.00509481458, -0.00312983547, -0.0162392445, -0.00671033701, -0.00265434501, -0.00752382679, 0.00405217288, 0.000485515979, -0.0115950955, 0.000496973575, 0.00264670653, -0.00957091898, -0.00240036799, -0.0114728808, -0.00180743705, 0.0220444296, -0.0125040654, 0.0121908905, 0.00179025065, -0.00934940483, -0.0246262103, 0.00789047, -0.000504134572, -0.00732140895, -0.0117936935, 0.00946398079, 0.000385739346, 0.00384784536, 0.0267191324, -0.00347547326, -0.0265816413, -0.00384784536, 0.00813489873, -0.0153302746, 0.00561040686, 0.0167128257, -0.00532778585, -0.00119063607, -0.0124047659, -0.00595413474, 0.00777207501, -0.010930554, -0.00730613247, 0.0166669954, -0.0134970574, 0.0142685361, 0.0124964267, -0.00353467092, 0.0335173123, 0.0124505963, -0.00999866892, -0.0195848644, 0.0146046262, 0.00388603751, 0.0186529793, -0.00250157691, -0.00705406489, -0.0117325867, 0.0139553621, 0.0143220052, 0.00296560978, 0.0105868261, 0.00630168244, -0.0123436591, 0.028231537, 0.00516737951, -0.0094716195, 0.00847862754, -0.0221055374, -0.00469379872, -0.0553631447, 0.00357668218, 0.0103653129, -0.00356713403, -0.00342964288, -0.00752382679, 0.00268107932, 0.00747417705, 2.83903919e-05, 0.00754292263, 0.00902095344, -0.00890637748, 0.0124811502, -0.00582046295, -0.0289495457, 0.00225523836, 0.00447992329, -0.00321576768, -0.0205167495, 0.0156281721, 0.0186682567, -0.00386121264, 0.00160883856, -0.0105562722, -0.0153531898, -0.00508717634, 0.00468234112, 0.0237401556, -0.0224721804, -0.00282238983, 0.0132144364, 0.029988369, -0.00105600921, -0.0182863362, 0.00599996559, -0.00308973389, -0.00664541032, -0.0361143686, -0.0178585853, -0.00318330433, 0.00287203956, -0.00909733772, -0.0247331485, -0.0183932744, 0.00352130365, 0.00459068, -0.0114805195, 0.0221208148, -0.003525123, 0.00205854955, -0.0102736522, 0.00398342684, -0.014016469, -0.00181889464, -0.0128325168, 0.00804323796, -0.00511009153, -0.00341818528, 0.0118548013, -0.00819600653, 0.00962438714, -0.00645826943, 0.008891101, -0.014131045, 0.0128096016, -0.00525904028, 0.00235644728, -0.00928065926, -0.0018809567, 0.0181641225, -0.0065804841, -0.00570206763, 0.00537361624, 0.0105028041, -0.000212801126, 0.00757347653, -0.0108923623, 0.00877652504, -0.00066788285, 0.0115339886, 0.0125040654, -0.0288884398, 0.0133672049, -0.000768614293, 0.0122825513, -0.00992992334, -0.0028911354, -0.00849390402, 0.0261233374, -0.00620238297, 0.0194320958, -0.0140393842, -0.00980771, 0.0050489842, 0.00202417676, 0.00873069465, -0.0114881583, -0.00643535424, -0.00259705703, 0.0104416963, -0.00785991643, -0.0140622994, -0.0143296439, -0.00912789162, 0.0221971981, -0.00100349518, 0.00399106555, -0.0190501772, 0.00261997222, 0.0192029439, 0.0487941168, 0.00632841652, 0.0203792583, -0.00864667166, 0.0373670682, 0.00435770862, -0.00855501089, 0.0139935538, -0.0107472325, -0.00836405065, -0.00982298609, 0.00577845192, 0.00404835353, -0.0122443596, 0.0143678356, 0.0161017533, 0.0042813248, -0.0114728808, 0.0105486345, -0.0245039966, -0.000133672045, 0.00127656804, 0.0155823417, -0.00395669276, -0.0123894894, -0.0121145071, 0.0049153124, 0.0228693783, -0.00101304322, 0.00370271574, 0.013703295, -0.017812755, 0.0114576044, -0.00152768055, -0.00201080949, -0.0128325168, 0.0013243081, 0.007928662, -0.0328451321, -0.0180877373, -0.0157656632, -0.00422785617, -0.0112360902, 0.0150247384, -0.00771860592, 0.0152768055, -0.00422021747, -0.00810434576, 0.0126110027, -0.00589302788, 0.0504134595, -0.0100444993, -0.00193442556, 0.0118318861, 0.00821892172, 0.000185828016, -0.00306872837, 0.00805851538, 0.00125747209, -0.00134244934, 0.00599996559, 0.0059579541, 0.00687456271, 0.01721696, -0.0144289425, 0.00420876, -0.00393759646, -0.0174919423, 0.000800122682, 0.0162239671, 0.0153149972, 0.0167128257, 0.0125193419, -0.0058128247, 0.0111367917, -0.00945634302, 0.0321729518, 0.0181946754, 0.0141615989, 0.00737105869, 0.0108465319, 0.00756201893, -0.0152233364, 0.00291405059, 0.00906678382, -0.0152080599, -0.000412235036, -0.0165295042, 0.0104264198, -0.00921955239, 0.0245345496, 0.00378100947, -0.0136269107, 0.00473580975, 0.0144213047, 0.0134588657, -0.00663777208, 0.0062520327, 0.0173238982, 0.00525140204, 0.0241373535, -0.00127656804, -0.000396242132, 0.00774916, -0.0149483541, 0.00131571491, -0.0166058876, 0.0150782075, -0.0151393143, 0.0230679773, 0.00410564151, 0.0041170991, 0.0254053269, 0.001061738, 0.029988369, -0.0172627904, 0.0294536818, 0.00422021747, -0.00674471, -0.013023477, 0.00912025291, -0.0121526988, -0.0118548013, -0.0034220044, 0.00508717634, 0.0145053267, 0.0109840231, 0.0348616689, 0.000338476733, 0.0248400867, 0.0337922946, 0.0204556435, -0.0172016826, 0.00235071848, 0.0142303444, 0.0105639109, 0.000798213063, -0.0120686768, 0.0146810105, -0.0207764562, -0.00856265, -0.0192946047, -0.00474344799, 0.00818836782, 0.000444698264, -0.0113964966, -0.00800504629, 0.0193251595, -0.0109152775, 0.00975424051, -0.0161475837, -0.00585865509, 0.000688411063, 0.00579754775, -0.00341627561, -0.0209292229, -0.00771478703, -0.0313785598, 0.00176733546, -0.0205931347, -0.000235955042, -0.0163614582, -0.00495732343, -0.0112819206, 0.00478927838, -7.13713234e-05, 0.0113506662, 0.0273913126, -0.0101056071, -0.00988409296, -0.0136727411, -0.00467852177, 0.0065690265, -0.0044149966, -0.000251828606, 0.00218840246, -0.0214486346, 0.00609544525, -0.00750473095, 0.00203945348, 0.0101285223, -0.00431569759, 0.00805851538, 0.00179025065, -0.0201501064, -0.0120763145, 0.00286249141, -0.0192793291, 0.0025302209, -0.0143983895, -0.00773006352, 0.0091660833, 0.00769951, 0.0148337781, 0.0132297138, -0.0294078514, -0.0110374922, -0.0229915921, -0.00418584468, 0.0124735115, -0.0261691678, 0.00501079205, -0.00755056133, 0.00236790488, -0.00718009844, 0.0129012624, -0.00997575372, -0.00355758611, 0.0205625799, -0.00131476007, -0.0128783472, -0.00278801704, -0.0135581652, -0.00308591477, 0.00821128301, -0.00326541718, 0.015857324, 0.0240609683, -0.00329979, 0.0122596361, 0.00346592534, 0.0247789789, 0.0109611079, 0.00283766654, -0.00554548064, 0.000905628141, 0.00681345537, 0.00506044179, -0.0148032242, -0.00352321332, -0.0151469531, 0.00519793294, -0.00247866171, -0.0231290832, 0.0196459722, -0.0194932036, -0.0114805195, -0.0146504566, 0.00820364431, -0.00727557857, 0.00022831664, -0.0108847236, -0.00102354598, 0.00414001429, 0.00310119148, 0.000584815221, -0.00869250204, -0.00764986034, 0.00995283853, -0.0136880176, -0.0242901202, -0.00795157719, -0.0219222158, -0.0190807302, -0.0205931347, 0.00532778585, -0.010052138, -0.00234117056, 0.00642389664, 0.00926538277, 0.00417438708, 0.000897034945, 0.00404453417, 0.069601126, 0.00738633564, 0.0141921528, -0.0318674147, 0.0104111433, -0.0132297138, -0.0269330088, 0.0471136682, 0.00672943285, 0.0201959368, -0.00532014761, 0.00505662244, -0.00785227772, -0.0116332872, -0.00688220095, 0.000231897138, -0.0110833226, 0.00292932754, -0.0154219354, -0.00882235542, 0.0129241776, -0.0112055372, 0.0143372817, -0.0283995811, -0.00349456933, -0.0109611079, -0.0270552225, -0.0207306258, -0.0165447798, 0.00474344799, -0.0175530501, 0.0191571135, -0.00131857931, -0.003433462, -0.036694888, -0.000557126, 0.00488857785, 0.0117096715, 0.0162850749, -0.0115645416, 0.0245345496, 0.0292398054, 0.00635133171, -0.0078981081, 0.0125880875, -0.00998339243, -0.0151163992, -0.0246262103, -0.00551110739, -0.0107854251, 0.011724948, -0.0310883, -0.0154754044, -0.00306872837, 0.0157656632, 0.0259705689, 0.027437143, -0.00507953763, 0.00549201155, -0.011297198, 0.00578990951, 0.0134588657, 0.0101896292, 0.0123207439, 0.00427368656, -0.0134588657, 0.00441117771, 0.000394809933, 0.00622911751, -0.0056600566, 0.0249775779, -0.0205167495, -0.0156205334, 0.00315275067, 0.0200126152, -0.0013271725, -0.00314511242, -2.17963025e-05, 0.00355567643, -0.00608780701, -0.0152691668, -0.00808143057, -0.00867722556, -0.0318368636, -0.00985354, -0.0187446401, -0.00160310976, 0.00162220583, -0.0173544511, 0.0122443596, 0.000691275462, 0.0401168913, -0.00265052565, -0.0182405058, 0.00396051165, 0.00476636318, -0.0045677647, 0.00100349518, 0.0162392445, -0.014810863, 0.00951745, 0.00666068727, 0.0104569737, -8.4380481e-05, -0.0101590753, 0.0230068695, 0.00481219357, 0.0166822709, 0.0140699381, 0.00960147195, -0.0113888588, -0.0188821312, -0.00346019655, 0.0219527688, -0.000330838317, 0.0113812201, 0.0063857045, 0.00551492674, 0.0157198329, -0.00521702925, -0.000997766387, 0.00798213109, -0.00779499, 0.00212729513, -0.00313174515, -0.00258750888, 0.0150171, 0.0135581652, 0.0186988097, 0.000426079641, -0.0105486345, 0.0161170308, -0.000223065232, 0.00264861621, -0.00355758611, 0.0301869679, -0.00260087615, -0.0265052579, 0.0217847247, 0.0173544511, -0.00693185069, -0.00608780701, 0.01554415, 0.0142914513, 0.00400252314, 0.0136345485, 0.00805851538, -0.0132067986, 0.00824183691, -0.00425077137, -0.0151927834, 0.00876888633, 0.00366643327, -0.023220744, -0.00546909636, 0.00808143057, -0.00325205, -0.0284759663, 0.0394447111, 0.0147573939, -0.00708079943, 0.0130005619, 0.0205625799, -0.0105409957, -0.00245001772, -0.0131991599, 0.00643917359, 0.000874597114, 0.0136880176, 0.00347165414, 0.0298203249, 0.0228235479, -0.00340672769, -0.00431187823, 0.0164683964, -0.00142742647, 0.00365688535, 0.000700346078, -0.00305154198, -0.00854737312, 0.0118700778, -0.0115416264, -0.00238891039, 0.0548131801, -0.00651937677, 0.00396051165, 0.002682989, -0.0127255786, 0.00276701152, -0.0050489842, -0.00899040047, -0.00481983228, -0.00795157719, -0.0127103021, -0.00125078845, 0.0136269107, -0.000918517937, -0.0171711296, 0.00276701152, -0.0140317455, 0.000424408761, -0.00983826257, 0.0257872473, -0.00861611869, -0.00419730227, 0.00892929267, 0.000883190311, -0.00141024007, 0.00821128301, -0.00281857071, -0.00958619546] |
28 Aug, 2024 | How to Change Button Label in Alert Box using JavaScript?
28 Aug, 2024
The alert() function in JavaScript is a useful tool for showing alerts, but it doesn't allow for much customization. One thing that isn't immediately changeable is the button label—which is set to "OK" by default. we will going to discuss some approaches that will help us to change the button label in alert box.These are the following approaches:Table of Content
Using Custom HTML, CSS, and JavaScriptUsing JavaScript LibrariesUsing Custom HTML, CSS, and JavaScriptThis method gives you total control over how your alert box appears and feels. Using JavaScript to govern functionality, CSS to style content, and HTML to describe content, you create the complete structure and behavior from scratch.Example: This code creates a basic custom alert box with a "Close" button. Clicking the button hides the alert box.
HTML
<!DOCTYPE html>
<html>
<head>
<title>Custom Alert Box</title>
<style>
/* Style your alert box here */
#alert-box {
display: none;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 20px;
border: 1px solid #ddd;
background-color: #f1f1f1;
}
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
</style>
</head>
<body>
<button id="show-alert-button">Show Alert</button>
<div id="alert-box">
<p id="alert-message"></p>
<button id="alert-button">Close</button>
</div>
<script>
function showAlert(message) {
document.getElementById("alert-message")
.textContent = message;
document.getElementById("alert-box")
.style.display = "block";
}
function closeAlert() {
document.getElementById("alert-box")
.style.display = "none";
}
// Call to show the alert box with a custom message
document.getElementById("show-alert-button")
.addEventListener("click", function () {
showAlert("This is a custom alert with a 'Close' button!");
});
// Button click event listener to close the alert box
document.getElementById("alert-button")
.addEventListener("click", closeAlert);
</script>
</body>
</html>
Output: OutputUsing JavaScript LibrariesIn this approach, we are using SweetAlert2. With a variety of capabilities, that provides pre-built, customizable alert boxes. we will use that to customize the alert label.Example: This code utilizes SweetAlert2 to display a custom alert with a title, message, and a button labeled "Got it!" (button color is also changed).
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
<title>Document</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
</style>
</head>
<body>
<script src=
"https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<button id="myButton">Click for Custom Alert</button>
<script>
document.getElementById("myButton")
.addEventListener("click", function () {
Swal.fire({
title: 'Custom Alert Title!',
text: 'This is a custom alert from SweetAlert2!',
confirmButtonColor: '#3085d6', // Change button color
confirmButtonText: 'Got it!' // Change button label
});
});
</script>
</body>
</html>
Output:Output
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript? | https://www.geeksforgeeks.org/how-to-change-button-label-in-alert-box-using-javascript-2?ref=asr9 | CSS | How to Change Button Label in Alert Box using JavaScript? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ? | GeeksforGeeks | [-0.00931593776, -0.0212624297, -0.00415656529, 0.0360720083, 0.0225268397, 0.0198962856, 0.0115395552, 0.0182540063, -0.0240819175, 0.0110890185, 0.0151002491, -0.0144244442, 0.0258695316, -0.0533086732, -0.0349384025, -0.029299425, -0.0645866245, -0.00350437686, -0.0149985151, 0.014097441, -0.00366424466, -0.0109146172, -0.0590639189, 0.00885813497, -0.0141701084, 0.015042115, 0.00038173, 0.0216402989, -0.0294738263, 0.0236604474, -0.0197509509, -0.00784806, -0.0271920748, -0.0049849716, -0.0222652368, -0.0449374095, 0.00127712649, 0.0126586305, -0.028776221, -0.00604954641, -0.00567167671, 0.00882906746, 0.00280132145, -0.0113070197, -0.0162629243, 0.00892353524, -0.0327583849, -0.0250847246, -0.0140247736, -0.0220181681, -0.00283583836, -0.00321370806, 0.0269304737, 0.0171203986, 0.0265090037, 0.00635474874, -0.0272792764, -0.0458384827, 0.0162919909, -0.0024815856, 0.00352072692, -0.0438328683, -0.0131164342, -0.0021564, -0.00677621877, 0.00832766388, 0.0125423623, 0.0102388114, 0.0134289032, 0.0288634207, -0.00533377426, -0.00174583, -0.0253317934, 0.0126658967, -0.0157397203, 0.0108419498, 0.0160594564, -0.0150711825, -0.0386880301, 0.039937906, 0.0254916623, -0.00719042169, 0.0228465758, 0.000733484805, -0.0128984321, -0.0203322899, -0.0247504562, -0.0510705262, -0.00932320487, 0.0027232042, 0.0228901748, 0.026102066, -4.44519028e-05, -0.0170041304, -0.0130873667, 0.00803699531, 0.0250556581, 0.00116630888, -0.050314784, 0.0197218843, 0.0245033875, 0.0361010768, -0.0224687047, -0.0302004982, 0.0240964517, 0.00897440221, 0.0220908355, 0.0100353435, 0.00899620261, -0.00289942231, 0.0203177556, -0.00399669725, -0.033019986, 0.0139666405, -0.0187190771, 0.0136469044, -0.00489777094, -0.0147005795, 0.00901800208, 0.0410424471, -0.023849383, 0.00771725923, 0.0323223807, 0.0396763049, -0.0489777066, 0.0305493, 0.0158705208, 0.0207392257, 0.0430189967, 0.0275844783, -0.0220472347, 0.0251137931, 0.0201724209, -0.00327729178, 0.0444432721, 0.0241255183, 0.0102606118, 0.0169169288, -0.0181232058, -0.0119028911, -0.025215527, -0.0164954588, 0.00389132975, -0.00696152, -0.0259858, 0.0266688708, 0.0224541724, -0.0167279951, -0.0144607779, 0.0102097448, -0.014308176, -0.047582496, 0.00762279192, 0.0214804318, 0.0524657369, -0.00610041339, -0.0295174252, -0.00257605314, -0.0096792737, 0.0345896, 0.0336594582, -0.0179342702, 0.0181377381, -0.0165535938, -0.0555758923, 0.016088523, 0.0615055375, -0.0203758888, -0.0517971963, 0.0429027304, -0.00126168469, -0.0173965339, 0.0143299764, -0.0022563173, -0.0123606948, 0.00346077653, 0.0471755601, -0.00832039677, 0.0012762181, 0.000832948, -0.0185446758, 0.00643831585, 0.0230355095, 0.00627844827, 0.0234569795, -0.00689975265, -0.00637654867, -0.0216402989, -0.00813872926, 0.00303749, -0.0392984338, -0.00346259307, 0.00303385663, 0.0222071037, 0.038426429, 0.0291250236, -0.0365080126, 0.0474080965, -0.0214949641, 0.0087564, 0.0142355086, -0.0129347658, -0.0394147, 0.00271593756, -0.0260875337, -0.0160739906, 0.0113360872, -0.0465070233, 0.0456350148, 0.0168733299, -0.00128893484, 0.0139739066, 0.018922545, -0.027671678, -0.0085020652, -0.00618761405, -0.0220908355, -0.0101734111, -0.0185737424, -0.024314452, 0.0149549143, 0.0329327844, -0.00836399756, -0.0127240308, -0.0929559097, -0.0217275, -0.00162502076, 0.0350837335, 0.00257786969, -0.0129274987, -0.0374090858, -0.00605681306, -0.0228465758, -0.0038731629, 0.0413331166, 0.0306365, 0.014308176, 0.0295028929, -0.00670718448, 0.0094758058, 0.0137922391, -0.0372056179, -0.0043709334, -0.054035347, 0.00222725049, 0.00545004196, -0.0202450883, -0.0130146993, -0.000778447604, 0.0090325363, -0.0172948, 0.0170913301, -0.0226140395, 0.0502857193, -0.0400541723, 0.00484690396, 0.0146061117, -0.0170622636, 0.0626682118, 0.0283983517, 0.0223669708, 0.014569778, -0.0029793561, 0.0389496312, 0.0482801, -0.00440363353, 0.0269159395, -0.0288343541, 0.0164518598, -0.0186609421, 0.0224251058, -0.0254771281, 0.0374090858, 0.0148967812, 0.00394583028, 0.0184720084, -0.0139230397, 0.0366242789, -0.00264690351, 0.00585334469, 0.0308109019, 0.0464198217, 0.112779528, 0.0558084287, 0.0216112323, -0.00474153645, -0.0200852212, -0.00278133806, -0.0217275, 0.0318573117, -0.0261456668, -0.00808786228, 0.0317410417, -0.0127458312, 0.06028473, 0.0201142877, -0.0246051215, 0.0237185825, -0.0246632546, 0.014518911, -0.0197218843, -0.0584244467, -0.0240528509, 0.0109509509, -0.0023616848, 0.0233843122, 0.0479894355, -0.00952667277, -0.00584607804, -0.00198199856, 0.014780513, -0.00565351, -0.000537283253, -0.00713228807, -0.0356941409, 0.0251283254, 0.0129274987, 0.0172802657, -0.0152746504, -0.0133853024, -0.0248812567, 0.0120482258, -0.0242999196, 0.0781317949, 0.0408971123, -0.00162592914, -0.0330781192, -0.0172802657, 0.0458675511, 0.00543187512, -0.0756901801, -0.00655095, -0.0136323711, 0.0265671369, -0.013051033, -0.0222071037, -0.0184574742, 0.00765912514, 0.00475243619, 0.0160303898, -0.00805879477, -0.00681618555, -0.0188498776, -0.0272938088, -0.0123534277, -0.0460128859, 0.00979554188, -0.0116558224, 0.0194166824, -0.0115104886, 0.00142246089, -0.00557357585, 0.0774341896, -0.00689248601, 0.0086474, -0.0169169288, -0.0191260129, -0.0112561528, -0.0479603671, 0.00760825817, 0.0235732477, 0.0205648243, 0.00499223825, -0.0339501277, 0.0190097447, -0.0512449257, 0.00836399756, 0.0194312148, -0.0182249397, -0.0136323711, -0.0169750638, -0.0116194887, -0.0225849729, 0.0449955463, -0.0230500437, 0.0200561527, -0.0025633364, -0.0111326184, -0.0535412095, 0.0351709351, -0.0114450874, 0.0297935624, 0.032438647, 0.0332525223, 0.0350256, -0.0244307201, -0.0163355917, -0.0244888533, -0.0179197378, -0.00259240321, -0.0355778709, 0.0610404685, 0.0292122234, -0.0270758066, -0.00712865451, -0.020390423, -0.0315957069, -0.0302295648, 0.0200997535, -0.0138140395, 0.0436003357, -0.00134343526, 0.0223960374, 0.0128984321, -0.0255207289, -0.00195111497, -0.015303717, -0.0234569795, 0.0248231236, 0.00347349327, -0.0289070215, -0.0103550795, 0.0209717602, 0.0106094144, 0.0124333622, 0.0181232058, 0.00616944721, 0.0397344381, 0.0145116448, 0.0187336095, 0.0368858837, -0.00196928182, -0.0162047911, 0.0381938927, 0.0144244442, 0.00435276655, -0.0338919945, -0.00304294, 0.00738299, -0.0239365827, -0.0136396382, 0.0144535108, -0.00445450097, 0.0123970285, 0.0170477312, 0.00836399756, 0.0268578064, -0.031188773, -0.0255933963, -0.0116703557, 0.0108928168, 0.0168587957, 0.0173965339, 0.0229192413, -0.034647733, 0.0266107377, -0.0211316291, 0.0101370774, -0.0015932289, 0.0255497955, -0.0138067724, -0.00429463293, -0.038891498, -0.0117720906, 0.0069179195, -0.0127748977, -0.0131091671, -0.0094758058, 0.0205648243, 0.0135815041, 0.00951940659, 0.0250120591, 0.00523930695, 0.000571346, 0.027831547, -0.00632568169, -0.0382810943, -0.0101588778, -0.00317374105, 0.00758645823, -0.0280059483, -0.0192422811, 0.0342407972, 0.0110163512, 0.0199253522, -0.0193730816, 0.00458166841, -0.0303167664, 0.0446176752, -0.0208845604, 0.0155943865, 0.0182540063, 0.0188644119, 0.000626754772, 0.0156961195, 0.00208373251, 0.0219019018, -0.00167588785, 0.0202160217, -0.0155071858, 0.00333905895, 0.000107978951, -0.014569778, 0.00508670555, -0.00693608634, 0.00768819219, -0.00917060394, -0.0371765532, 0.0199544188, 0.0316829085, 0.00722312182, 0.0133053688, -0.0345896, 0.0589476526, 0.00336449244, -0.0135524375, -0.055343356, 0.0373509526, 0.0196346845, 0.000470066094, -0.0271048751, -0.0363045447, -0.0156525206, -0.0082985973, -0.0133998357, -0.0289651547, -0.0247068554, 0.0389496312, -0.030142365, 0.00281948829, 0.0233843122, -0.0280786157, -0.0385426953, 0.0121354265, -0.00508307246, -0.0322351791, 0.0491230413, 0.00508307246, -0.0151002491, -0.0278896801, -0.0188789442, 0.0264363363, 0.0155943865, 0.0103841461, -0.016088523, 0.0067980187, -0.000219704802, -0.0167715959, -0.00408753147, -0.00477060303, -0.0281222146, 0.00936680473, -0.0238203164, -0.0123388944, 0.0140901748, 0.0112706861, 0.0460419543, -0.0197073501, 0.0112125529, 0.0412168503, -0.00351346028, 0.0305202343, 0.0089671351, 0.0248376578, 0.00983187556, 0.0155362524, -0.0107838158, -0.00612584688, -0.0374962874, -0.0116921561, -0.0037241953, -0.0185737424, 0.0395600349, 0.0109582171, 0.00887993444, -0.0230355095, 0.0169605296, 0.034764, -0.0189516116, 0.00402213074, -0.012629563, -0.0112634199, 0.0159577224, 0.00134434365, 0.00220000022, 0.00948307291, 0.0249829907, -0.0309562366, 0.0119174244, -0.00833493, -0.0072957892, -0.00548637519, 0.00739389, 0.00653641671, -0.00661635073, 0.0260003321, -0.0341245271, -0.00302840653, -0.0422632582, 0.00579884462, 0.0153182503, 0.00174128835, -0.0151583832, 0.011110818, 0.000853839854, 0.00473427, -0.00355342729, -0.00677621877, -0.00171857979, -0.0183848068, -0.00459983526, 0.0173965339, 0.026073, 0.0473790281, 0.0285872854, -0.0524366684, 0.0123243611, -0.0329618528, -0.00992634241, -0.0124478955, -0.0362754762, -0.0283256844, 0.015201983, -0.0242853854, -0.0157542545, -0.0300260969, -0.0147223799, 0.0125350961, 0.0169895962, 0.0026777871, -0.00596961239, -0.0364789478, 0.0292267576, 0.00848753192, 0.0311015714, 0.0145407114, 0.00058497116, -0.0567385666, -0.00573707744, -0.0317991786, -0.0430189967, -0.029299425, -0.0086256, 0.0224396382, -0.00313014071, 0.0115468213, -0.0164663922, -0.0109364167, -0.031188773, -0.00279042148, -0.00940313842, -0.00164409587, -0.0247068554, 0.117430232, 0.0046180021, 0.0013316269, 0.00704872049, 0.0158559885, 0.00190751464, -0.0263346024, -0.00837853085, 0.00552634243, -0.014882247, 0.00579884462, -0.0187917445, 0.00699422043, 0.00431643287, 0.0152601171, -0.0130365, 0.0238929838, -0.0255207289, -0.0320026465, 0.0425248593, -0.0161757246, 0.0108274166, -0.0265526026, 0.0377578884, 0.000765276665, 0.0315957069, 0.0181086715, 0.0204049554, -0.0123970285, -0.0114741549, 0.036420811, -0.00778265949, -0.0370893516, -0.021436831, -0.00783352647, 0.00223270035, -0.00669991784, 0.002973906, 0.0297354273, 0.0283692833, 0.00757192448, -0.0315375738, -0.00660908408, -0.0415947177, 0.00287398859, -0.0183266737, 0.00107910822, 0.00656548375, 0.00658001704, 0.0183848068, 0.000545458344, -0.00836399756, -0.0159722548, -0.0102097448, -0.024212718, -0.0181086715, -0.0186464097, -0.00418926543, -0.0508961231, -0.0240819175, -0.0206665583, -0.0203613564, 0.0396763049, 0.00352617702, 0.0144317104, -0.0191550795, 0.00116358395, 0.0174110662, 0.0441526063, 0.00635838183, 0.0477859676, -0.0290087555, 0.0254335273, 0.0176726691, -0.0177162699, -0.0412168503, 0.00174310501, -0.0228611082, -0.0154199852, 0.00309199025, -0.0341826603, -0.0145770451, -0.0211461615, 0.0028594553, 0.0111616859, -0.0231808443, -0.00473063625, 0.00753559126, 0.0336594582, 0.0122298934, -0.0179342702, -0.0347930677, -0.0116412891, -0.00879273377, 0.034909334, -0.00523567339, 0.00222180039, -0.0104786139, 0.0101588778, -0.00676168501, 0.00755739119, 0.0196782835, 0.00864013284, 0.0127748977, 0.00120445923, -0.000542733294, 0.0033517757, 0.0139739066, 0.00193476479, 0.0438328683, -0.0129056992, 0.0211752281, 0.0111616859, -0.00796432793, 0.0156379864, 0.013051033, 0.0158995893, 0.00698332, 0.0408680476, -0.0286454186, -0.0142209753, -0.0366533473, -0.0141410418, -0.0333106555, 0.0164373256, 0.0146860462, 0.0195910838, 0.034909334, 0.0273810104, 0.0214077644, 0.00095012394, 0.0228756424, -0.0150711825, 0.00212188298, -0.0364498794, -0.0153473178, 0.0191841461, -0.00960660726, -0.00099372433, -0.00461436855, -0.0162629243, 0.0140029741, 0.003577044, 0.0102024777, 0.00829133, 0.00623848103, 0.0154490517, 0.0247649904, 0.0064528496, 0.0174401328, 0.0157397203, -0.00914880354, -0.0403157771, -0.0025633364, 0.00775359292, -0.00389859662, -0.0133853024, -0.0127748977, -0.00643831585, 0.00134252699, 0.00855293218, 0.0290232897, -0.0245760549, -0.0180069376, -0.0223524384, -0.0335141234, -0.00728852255, 0.00542824157, 0.00800066162, -0.00653641671, 0.003144674, 0.0182540063, -0.00276862131, 0.0166698601, 0.0180069376, 0.00617308076, 0.0508089215, 0.0180360042, 0.033485055, -0.0100062769, -0.00264508696, -0.0356069393, 0.0472918302, 0.00832039677, 0.0172948, 0.0408680476, -0.00126350136, 0.00632931525, 0.00894533563, -0.00997720938, 0.0213060305, 0.0049849716, 0.0178325363, 0.00815326255, 0.0126731638, 0.034066394, 0.0311597046, -0.00380412908, 0.026073, -0.0104640797, 0.00435276655, 0.0188789442, 0.0273374096, 0.023326179, 0.0179924052, -0.00457440177, -0.030607434, 0.0328165181, 0.0326711833, -0.0020492156, 0.0239075162, 0.00847299863, 0.0144244442, -0.0082549965, 0.00118265906, 0.0249103233, 0.000435322087, -0.0144753112, 0.0211606957, -0.00587514509, 0.03784509, 0.0156961195, -0.0124406284, -0.01137242, -0.0274682101, 0.00783352647, -0.000515028951, 0.0168151949, 0.00304657337, 0.00417836523, -0.00567531027, -0.000551816716, -0.0183121394, -0.00353344367, 0.0112488866, -0.00323732477, -0.00513030589, 0.0265235361, -0.00265780371, -0.0187481437, -0.0313050412, -0.0285000857, 0.0390658975, -0.0440654047, -0.0413040482, 0.00063901738, -0.00843666494, -0.00880000088, -0.00285582198, 0.0169169288, -0.024634188, -0.00307745696, 0.0334559903, -0.017382, -0.0231081769, -0.00721222209, 0.0206810925, 0.00289397221, -0.0042292322, 0.0244597867, 0.0073175896, 0.0208554938, 0.0220327023, -0.0177162699, 0.0240092501, 0.0168006625, 0.0243871193, 0.0400541723, 0.0157833211, -0.00212914962, -0.00506853871, 0.0467395596, -0.00737935631, -0.0148967812, -0.00853839889, 0.0187190771, 0.00726672215, 0.00213641627, -0.000423967838, 0.0108855497, 0.0345605314, -0.00108455832, 0.00861833245, -0.019867219, -0.0118302237, -0.0146569787, -0.026261935, -0.00311015709, 0.0140901748, 0.0151147824, 0.00252155261, -0.0172221325, -0.0123098278, -0.00101824943, 0.0334269218, -0.0282094162, -0.0295028929, 0.0080079278, 0.0260148663, -0.0234424453, -0.00845846441, 0.000577250263, -0.0149549143, -0.0324967839, 0.0163355917, 0.000899711042, 0.014518911, -0.0157687869, -0.00199108198, 0.0032809251, -0.0174692012, 0.00995541, -0.0127458312, -0.0196201503, 0.00661271717, 0.0119537581, 0.0323805138, -0.01352337, -0.00271593756, 0.00107002491, 0.0046289023, 0.0360720083, -0.0136687048, 0.00130891835, 0.0202014875, 0.0287907533, -0.0161466561, 0.0153473178, -0.00127894315, 0.0154345185, 0.00676895166, 0.00330272526, -0.0120482258, -0.00342625962, -0.0160303898, 0.00034925685, -0.00133616861, -0.0197945517, -0.0148531804, -0.025157392, -0.00214004982, 0.0216402989, -0.036420811, 0.0407227129, -0.0204049554, 0.0140683744, 0.0386298969, 0.00172493816, -0.00568621, -0.00700875372, -0.0197509509, 0.00386226294, -0.00499950489, 0.0340082608, -0.0112416195, -0.0407517776, -0.00727762235, -0.00131800177, 0.000667175918, 0.0173674654, 0.0334269218, 0.00605681306, 0.0310143717, 0.0136469044, -0.0358685404, -0.00261057, -0.0357232057, -0.0209717602, -0.0183557402, -0.00776085956, 0.013886706, -0.000295210601, 0.0304621, 0.0103550795, -0.0024325354, 0.0282094162, 0.0198090859, 0.00468703592, -0.0260293987, 0.0412749834, -0.0119828247, 0.00610404694, 0.00983914174, 0.0190097447, -0.0187190771, 0.00148876978, -0.00180123874, -0.00526110688, 0.00885813497, -0.0312178396, -0.0152746504, 0.0174692012, -0.00651825, -0.0165390596, -0.034764, 0.000694426126, 0.0104786139, 0.00741932355, -0.0124042947, 0.00244706869, 0.0185446758, -0.0250556581, 0.0203468222, -0.0202160217, 0.00737572322, -0.0219164342, 0.0132835684, -0.0159722548, -0.0202450883, -0.0122371605, -0.00703782076, 0.00866193324, 0.00411296496, -0.0116049554, -0.0145479785, 0.0246196557, 0.0233843122, -0.00453443453, -0.0115758888, -0.0187626779, -0.0043927338, -0.00545004196, -0.00349711021, 0.0217275, -0.0110454177, -0.0195038822, -0.0139375729, 0.00375689543, -0.00895986892, -0.00247431896, -0.0171785317, 0.0184138753, -0.00497043785, -0.00151783659, 0.00592964562, 0.00805879477, -0.0169169288, 0.00562807638, 0.0196201503, 0.0289215557, 0.0341826603, -0.0309271701, -0.0214804318, 0.00765912514, -0.00458530197, -0.00280495477, -0.0220327023, -0.0105730807, 0.0139012402, -0.00354071055, 0.00913427, -0.00382956257, -0.00593691226, 0.0110962847, 0.0844102427, 0.0262474, -0.0113142869, -0.019968953, -0.0139375729, -0.0291250236, -0.017556401, 0.0140393078, 0.0275990106, -0.0137995053, 0.0139521072, 0.00784079358, -0.005817011, -0.00237440155, -0.0132036349, -0.00115904224, -0.0296336934, 0.00581337791, -0.00794979464, -0.0286599528, -0.0001550991, 0.00475606974, 0.0112343524, 0.0191841461, 0.00668538455, 0.0159286559, 0.00627118116, -0.0106748147, -0.0313341059, 0.00773179252, 0.0142282424, 0.000294075173, 0.0315375738, -0.0111907525, -0.00171222142, 0.0637146235, -0.00180305552, -0.0101879444, -0.000277725048, -0.02274484, -0.00262692012, -0.0220617689, -0.0112634199, 0.0429317951, 0.0215966981, 0.00774632581, -0.0218292344, 0.0118156904, 0.00956300646, -0.0120990928, -0.0380485579, -0.0114305541, -0.010115277, 0.00681618555, -0.022483239, 0.0071758884, -0.0124478955, 0.00900346879, 0.00280132145, 0.00429826602, -0.00106457481, -0.0029902563, 0.00751379086, 0.000215163105, 0.00755739119, -0.0185882766, -0.0122298934, -0.00540280808, -0.0316829085, -0.000555904233, 0.0259712655, 0.0071649882, 0.0107038822, -0.0145261781, -0.0102606118, -0.0123461615, -0.0090107359, 0.00489413738, -0.00269595394, -0.0110962847, -0.014620645, 0.0200561527, -0.0079861274, 0.0162338577, -0.0158123877, 0.0245179217, -0.0141701084, 0.00838579796, -0.0211170949, 0.00231263437, -0.00856746547, -0.0368277505, -0.0108710164, 0.00474153645, 0.0308690369, 0.0130655663, -0.0181086715, 0.0304621, 0.00230718427, -0.0099699432, -0.0104713468, 0.0131818345, -0.00270140404, -0.000790710212, -0.031188773, -0.00796432793, 0.0481929034, 0.00333542563, -0.0191405471, 0.00738662342, 0.0248812567, 0.00429826602, -0.0241109841, 0.0245324541, 0.00750652421, -0.0142427757, 0.0173529331, 0.0269014053, 0.00348257669, -0.00338447583, -0.00524294, -0.00204558228, -0.00561717618, 0.0109073501, -0.0110454177, -0.0117502902, -0.00771725923, -0.00226903404, 0.0253753942, 0.020753758, -0.0176000018, 0.0250120591, 0.00240891846, 0.00968654081, -0.0164954588, 0.00140883576, 0.00235441793, -0.00760099152, 0.0017939721, 0.00557357585, 0.00266143703, -0.00639471551, -0.00797159411, 0.0351709351, 0.0155798523, 0.0164663922, -0.00837853085, 0.00588604528, 0.0117866239, -0.0166407935, -0.0271194074, -0.0236023143, 0.00202014879, -0.00106094149, 0.0307237022, -0.00240710168, 0.0280640814, -0.0128475651, 0.00306110666, 0.0127240308, -0.0196201503, 0.0231953785, 0.0185301416, 0.0202886891, -0.0199253522, 0.0123098278, -0.0114596207, -0.00235441793, -0.0119900918, 0.0218728334, 0.00938860513, -0.0049740714, -0.000733484805, -0.0183702745, 0.00413839845, 0.00237621809, 0.0117357569, -0.00563171, 0.00276498776, -0.00208736607, -0.00406936463, 0.0272792764, -0.0266979374, -0.00898166839, -0.0136323711, -0.0121281594, -0.00667448435, -0.0071867886, 0.0111035518, 0.00773905916, -0.00859653205, 0.0271630082, 0.0117212227, 0.0304621, 0.0167134609, -0.0183848068, -0.00628934801, -0.0318863764, -0.0119610252, 0.0245033875, -0.0218292344, 0.0148677137, -0.00523567339, 0.0222361702, -0.0228175074, -0.0107838158, -0.0174692012, 0.029299425, 0.00905433577, 0.00841486454, 0.0171639975, 0.00495590456, -0.0133925695, -0.00154054514, 0.00410206476, 0.0087200664, 0.0057189106, -0.00622758083, 0.0057189106, -0.00430553313, -0.0146133788, 0.00711775431, -0.0139230397, 0.0159286559, 0.00346622663, -0.00651461678, 0.0339210592, -0.00583154475, -0.00069488032, 0.0291104894, -0.0143881105, 0.0223524384, 0.028093148, 0.00695788674, 0.00541370828, 0.0103623457, 0.0397053696, -0.0187626779, -0.00858926587, -0.0167425275, 0.00939587224, 0.00477423659, -0.00458166841, -0.00441090064, 0.0210298952, -7.55057845e-05, 0.0243871193, 0.0168878622, 0.00588967837, 0.0131818345, 0.0079861274, -0.02316631, 0.0411296487, -0.0269450061, 0.0145407114, 0.001356152, -0.0170913301, -0.0228756424, -0.0184865408, -0.0396763049, 0.0097228745, 0.00606044661, -0.0335431919, -0.0133417025, -0.0177744031, 0.0196637511, -0.0246196557, 0.00957754, -0.0117720906, -0.00716862176, 0.00156507036, -0.0124987625, 0.0393275023, -0.0230064429, 0.00331725879, -0.0109654842, 0.0232971124, 0.00139611901, -0.0198236182, -0.0131019, -0.0147151127, -0.00527927373, 0.0087128, 0.00560264289, -0.0125423623, 0.0190533455, 0.000640379905, -0.0053410409, -0.0135815041, 0.00415293174, 0.0197073501, 0.00987547543, 0.0102315452, 0.00199834863, -0.00730305584, 0.0349384025, -0.00692518614, 0.0126731638, 0.0119973589, 0.0184429418, -0.011110818, 0.00100371602, -0.0178906713, -0.00802246109, 0.0156525206, 0.00110454182, 0.0117575563, -0.0219455, 0.0273664761, -0.00753559126, 0.00408026436, -0.0303749, 0.0047270027, -0.0108201494, 0.00195656507, -0.00238711829, -0.00842213072, -0.0111398855, -0.0178180039, -0.0258259308, -0.023268044, -0.0188644119, -0.00866193324, 0.0115904221, 0.00187481439, -0.0255352631, 0.0053301407, 0.0129420329, 0.0139593733, -0.0137995053, -0.0148241138, 0.00630751485, -0.028776221, 0.0260293987, 0.0232535116, 0.000980099197, -0.0018947979, -0.0162047911, -0.0066781179, 0.000506853859, -0.0131164342, 0.0127167637, -0.00732848933, -0.0043927338, 0.00966474, 0.00173947169, 0.00103823293, -0.0153327845, -0.0106820818, -0.00755739119, -0.0326421149, -0.0110308845, 0.0124188289, -0.00385499629, 0.0278606135, 0.033019986, 0.0198381525, 0.013995707, -0.00119174249, -0.00635474874, -0.00677258521, 0.00173129654, 0.00246886886, -0.00672535133, 0.00196019839, -0.0331071876, -0.0283256844, 0.00313922414, 0.0122952946, 0.00391676323, 0.00145243609, -0.00631478149, 0.00914153643, -0.0131818345, 0.023326179, 0.0263491347, -0.00701238681, -0.00806606188, 0.0270903409, -0.00511940569, -0.0109727504, -0.0148168467, 0.00231808447, -0.0168733299, -0.00600231253, -0.000777085137, -0.0161902569, 0.0240528509, -0.00389859662, -0.0202160217, 0.0172802657, 0.0147078456, 0.00572254369, 0.0137268389, -0.0562734976, -0.0127094975, -0.0309853032, 0.00233261776, -0.0128838988, 0.00786259398, 0.0183702745, 0.018079605, 0.00575524429, 0.00716135465, 0.0141192414, 0.0142645761, -0.0058279112, -0.0294302255, 0.00588967837, -0.0120918257, 0.0106384819, 0.0113360872, -0.0126586305, -0.0129420329, 0.000720313867, 0.00693245325, -0.0280786157, 0.00856746547, 0.0127530973, -0.0117793567, 0.00106639147, -0.00152964506, 0.00411659805, 0.00105185807, -0.0162193235, -0.0249248575, 0.026785139, -0.00853839889, -0.024314452, 0.015201983, -0.00919240341, -0.0145915784, 0.00495227147, 0.0024161851, 0.0110454177, 0.0014924031, -0.00813146215, 0.0254916623, 0.0165535938, 0.000889265153, 0.00243616872, 0.0297935624, -0.0064528496, -0.00918513723, -0.0138503723, 0.0092578046, 0.00493410463, 0.0087564, -0.0232971124, 0.0138721727, 0.0131164342, -0.0259421989, 0.00293575577, 0.00192023139, -0.00559900934, -0.00343534304, 0.000650371658, -0.0180214718, 0.0105512803, 0.0106530152, -0.00373872858, -0.0215385649, -0.0100498768, -0.00783352647, 0.0183412079, 0.00119446754, -0.00665268442, -0.00311924051, 0.0131745674, 0.00724855531, 0.0217711, -0.0248521902, 0.00731032249, 0.00812419597, 0.00711775431, -0.0115250219, -0.0172948, -0.0122807603, -0.0213205628, 0.000558629283, -0.014046574, -0.000145448, -0.000899711042, 0.0145770451, 0.0201142877, 0.0411587134, 0.0155362524, 0.0174692012, 0.024634188, -0.00324277487, 0.01179389, 0.00337357586, 0.0233116448, 0.0127748977, -0.0106820818, -0.0214804318, -0.00608951319, 0.0368858837, -0.0244888533, -0.00724128867, 0.019547483, 0.00484690396, -0.0126949642, -0.0218292344, 0.0116994232, 0.0087636672, -0.00477060303, -0.00306292344, -0.0161611903, 0.0129783656, 0.018501075, -0.021015361, -0.0127312979, 0.022904709, 0.0114378212, 0.0120046251, 0.0105367471, -0.0107111484, 0.015986789, 0.00105912483, 0.012317094, 0.00418199878, 0.0112924865, -0.0229773764, -0.012367961, 0.0250992589, -0.0109654842, -0.00544640841, 0.00927960407, 0.0061839805, 0.00820412952, 0.00546457525, -0.00599867944, -0.00748472381, -0.020811893, -0.010326012, 0.0198962856, -0.00234351796, 0.000557720952, 0.00560990954, -0.00531560741, 0.0124406284, -0.00661271717, 0.00355161051, 0.00845846441, 0.00193476479, 0.00792799424, -0.0224687047, -0.000781172654, -0.00135070202, 0.0248812567, -0.00235441793, -0.0243289862, 0.0280059483, 0.00911973696, 0.008691, -0.00999901, -0.000930140435, -0.0158269219, 0.017454667, -0.00455260137, -0.0110817514, 0.00794979464, -0.0118665574, -0.0123316273, -0.0170913301, 0.000631296483, -0.0105948811, 0.00200743205, -0.00691065285, 0.00193476479, 0.0161030572, -0.00418199878, 0.0122008268, 0.0206520241, 0.0126077635, -0.0157542545, 0.012055492, -0.00650008302, -0.00441453373, -0.00507943891, -0.028093148, -0.00418199878, -0.00606771326, 0.00529017393, -0.0179342702, 0.00100644107, 0.0194021482, -0.00357341068, 0.0010400496, -0.00110272516, 0.0110962847, -0.0200706869, -0.0119174244, -0.00899620261, -0.00558084296, -0.0272211414, 0.0158995893, -0.00954847317, 0.000705780403, 0.0120845595, -0.00559537625, 0.0163210575, 0.00107729156, -0.00198381511, 0.00634021545, -0.0108855497, 0.00089698605, -0.0340954624, 0.0266688708, 0.0317701101, -0.0106457481, 0.000462572294, -0.0115613556, -0.00985367503, 0.00104731636, 0.00162774581, 0.00850933138, -0.00482147047, -0.00819686241, 0.00650371658, 0.0102606118, 0.0160013232, -0.00619124761, 0.0145988455, 0.00102733285, 0.0118883578, -0.0117575563, -0.0205502901, -0.0146351792, -0.0154926516, 0.00922147091, 0.00317010772, 0.0140029741, -0.0107692825, -0.00842213072, 0.00392039679, -0.00464343559, -0.0110163512, -0.00156416197, -0.000819777139, -0.00265417038, 0.021960035, -0.0106820818, 0.00991907623, 0.0197364185, -0.0400541723, -0.00743022375, 0.00122535101, 0.00442906749, 0.0099699432, 0.0192422811, -0.00318464101, 0.00370966177, 0.0233697798, -0.0124188289, 0.0155071858, 0.0269886069, 0.00392403, 0.0255352631, 0.0108346827, 0.0118810907, -0.0186900105, 0.0214949641, 0.0145334443, -0.0189952124, -0.0142791094, -0.00594781199, -0.0202160217, -0.0179197378, 0.0140611073, 0.0114668878, -0.0149258478, -0.00740842335, -0.0087200664, 0.0133199021, 0.0351709351, 0.0250265915, 0.00118447572, 0.011321553, -0.00640198216, 0.00263418676, -0.000881544256, -0.0121717602, 0.0152601171, -0.0263927355, 0.00745565724, -0.00278133806, -0.0257677976, -0.00282857171, -0.0132254343, 0.00551180867, -0.00333542563, 0.00344805978, 0.0160303898, -0.0293430239, -0.00749925757, 0.0132981017, -0.0116412891, 0.00217275, 0.031130638, 0.00689611956, -0.0198962856, 0.0274972767, 0.0080079278, 0.00298117287, -0.000255697785, 0.0243580528, 0.0158850551, 0.0147514464, 0.00511940569, 0.0182104055, 0.00812419597, 0.000934682146, -0.00174492167, 0.00606771326, -0.000142609424, 0.0391821675, 0.0367405489, -0.0239365827, -0.0290668886, -0.0100789443, -0.00377506227, -0.0108637502, -0.0191260129, 0.00164409587, 0.0274391435, -0.0404320434, 0.00539190788, -0.0221489705, -0.00768092554, 0.0255061947, -0.0112488866, -0.00231263437, -9.4666093e-06, -0.00685251923, -0.0109218834, 0.00434913347, 0.0131745674, -0.00147877797, 0.0357522741, -0.00946854, -0.0132181682, 0.00136977714, -0.00656911684, 0.00342262629, 0.0215094984, -0.0130583, -0.0187045429, 0.0106966151, -0.00574797718, -0.0399669744, 0.0092142038, -0.024634188, 0.016088523, -0.00917787, 0.00649645, -0.0047270027, 0.0209717602, 0.0202741548, 0.00793526, -0.00318464101, 0.0127240308, 0.0145625118, 0.014308176, -0.00511213904, -0.00030088771, 0.00991907623, -0.000996449264, 0.0241400506, -0.00572981033, 0.00200561527, 0.00262510334, 0.00426556589, -0.0133199021, 0.0107547492, -0.00477423659, -0.019968953, 0.0114087537, 0.0236604474, 0.0280640814, -0.0203758888, -0.0241691191, 0.0417981856, -0.026102066, -0.00263963686, 0.00819686241, 0.00846573152, 0.00684888568, 0.0105149476, -0.0119174244, 0.0245469883, 0.014620645, -0.0143009098, 0.0227157734, -0.00733575597, 0.0172948, -0.00756465783, 0.013995707, 0.0138576394, -0.00491230423, -0.0245324541, -0.0147005795, -0.0186900105, -0.0155943865, 0.0021854667, -0.00721585518, 0.00183757243, 0.00165862939, -0.014729646, 0.00641288236, -0.00218365015, -0.00441453373, -0.00629298156, -0.00932320487, -0.00956300646, 0.00781172654, -0.00946854, -0.00237258477, -0.0179197378, 0.0182830729, -0.0446467437, -0.0021800166, -0.0201869551, 0.0047270027, 0.0150857158, 0.0223233718, 0.00204376574, -0.00144426106, -0.00531560741, -0.0124914953, -0.00992634241, 0.014468044, -0.0184865408, -0.0225123055, 0.00418563187, -0.00917787, -0.00958480686, 0.0119392248, -0.0090325363, 0.00320825796, 0.0173674654, -0.00401849765, 0.000112974827, 0.00305020669, 0.000307700277, 0.00957754, -0.019344015, -0.0176290683, -0.00542097492, 0.0290087555, 0.00676168501, -0.00962114055, -0.00563171, 0.023791248, 0.00341717619, 0.0071867886, -0.0102170119, -0.0161757246, 0.00725945551, -0.00700512, -0.00654731691, 0.0128184985, 0.00526474044, -0.0104132127, -0.00349166, -0.0143881105, -0.0100498768, -0.00670718448, -0.0119101582, 0.0234569795, 0.00509760575, 0.00442906749, 0.0110236173, 0.00925053749, 0.0185446758, -0.00723402202, 0.00610404694, -0.0264072698, -0.008691, -0.00531924097, -0.00216366653, -0.0228756424, 0.00608224655, -9.25371642e-05, -0.0138503723, 0.0087564, 0.00659818389, 0.0230645761, 0.00123443443, -0.00454170164, 0.0229483098, 0.0141773755, -0.00761552481, 0.00682708574, 0.0148531804, -0.00208373251, 0.0122516938, 0.0187917445, 0.0183121394, -0.0029902563, 0.00550817559, 0.00176672183, 0.00452716788, -0.00321734138, 0.00719042169, 0.0153327845, 0.00419653207, 0.0163937248, 0.0168151949, 0.00547910854, 0.0035061934, 0.0251137931, -0.0235587135, -0.0149985151, 0.00618034741, 0.00849479809, 0.0142137092, 0.00758645823, 0.00161684572, -0.00560264289, 0.0203177556, -0.0164663922, -0.00446540071, 0.0214658976, -0.00162502076, -0.0120336926, -0.00226540072, 0.0249103233, 0.000711230445, 0.00849479809, 0.00911247, 0.00182122225, -0.0160449222, 0.00186936429, -0.00310652377, 0.00586424489, 0.0120191583, 0.000350619346, -0.0344151966, -0.0303458329, -0.00496680476, -0.0154490517, -0.00666358415, 0.0201433543, 0.01006441, 0.00729215564, -0.00283947168, 0.00110181677, 0.00270867068, 0.00248521892, 0.0140683744, 0.00308835693, 0.0217275, -0.0153618511, -0.00888720155, 0.0117430231, -0.000711230445, -0.00881453417, 0.021436831, -0.00239075162, 0.00744112348, 0.00320099108, 0.00318645779, 0.0196928177, -0.00879273377, -0.0217856336, -0.0172075983, -0.00222906703, 0.00793526, 0.00973014161, 0.0102824122, 0.00470883586, -0.0314503759, 0.021858301, -0.0118156904, 0.00889446773, 0.00636564894, 0.0278170127, -0.0167570617, 0.0202741548, -0.00398943061, -0.0314503759, -0.00444723386, 0.0108346827, -0.0125496294, 0.0116267558, -0.00294120586, 0.0142936427, -0.0164663922, 0.00846573152, -0.00135706039, 0.0146279121, -0.00983187556, -0.0171930641, 0.00587877817, -0.000748472405, -0.00127167639, 0.0043818336, 0.00393493, -0.0134797702, -0.012106359, 0.0274682101, 0.0212042965, 0.00159777061, -0.00416746503, -0.0133271683, 0.00349166, 0.00386589626, 0.000396944699, 0.00895260181, -0.00237985165, -0.00381502928, 0.00505763851, 0.00693972, -0.00347167649, 0.00924327, 0.0363336131, 0.0289796889, 0.00509033911, -0.00269595394, 0.0042510326, 0.0113360872, -0.00316829095, 0.0220617689, -0.0161175895, 0.0199253522, 7.84011208e-05, 0.00572254369, -0.00898166839, 0.00256878627, 0.01137242, 0.00306292344, 0.00981007516, -0.00679438515, 0.0250701923, 0.00414929865, 0.0106748147, 0.0131673012, 0.0230791103, 0.014518911, -0.00963567384, -0.0220181681, -0.0129274987, -0.00727398926, 0.00417109858, -0.0109872846, -0.0166262612, 0.0230064429, -0.00187299773, -0.0143808434, 0.0179633368, 0.000222884, -0.00682345219, 0.0035061934, 0.012629563, -0.0118229575, 0.0122371605, 0.0196928177, -0.00564987678, -0.00831313059, -0.0234569795, -0.0135815041, -0.013574237, -0.00184120575, -0.00906160288, -0.0286018196, -0.0386008285, -0.0246051215, 0.0125205629, 0.00171585486, 0.00528290728, -0.0333397202, 0.0167715959, -0.00200924883, 0.0167134609, -0.00575161073, -0.000886085967, 0.0108201494, -0.00834219716, -0.00126622641, 0.00770999258, 0.0272792764, -0.021335097, 0.0043600332, -0.00372782862, 0.0110454177, 0.0271775406, 0.0260584671, -0.00043872837, -0.00840033125, 0.0189806782, -0.0277588796, 0.0121717602, -0.016408259, -0.00943220593, -0.0261456668, 0.00742295664, 0.0215385649, 7.89120604e-05, -0.0215676315, 0.00830586348, 0.00447266782, 0.0144971106, -4.32880915e-05, 0.00769545883, 0.00416383194, -0.00137250219, 0.0237767156, -0.00579157751, 0.0132690351, -0.0158705208, 0.00747019053, 0.00466886908, -0.0024270853, 0.0171058644, 0.00664905086, 0.000846118957, -0.0154490517, 0.0148531804, -0.0195910838, -0.00376416207, 0.00964294095, -0.00964294095, 0.0331071876, 0.000407163549, -0.0249684583, -0.00272502098, -0.00190206454, 0.0038731629, 0.0199108198, 0.00392766343, -0.00612584688, -0.00656548375, 0.00340082613, -0.013675971, 0.0141773755, 0.0214658976, 0.0221344363, 0.0119464919, 0.00588967837, 0.0329327844, 0.030665569, -0.0132981017, -0.00930140447, -0.00261420337, -0.000145561527, 0.0302004982, 0.0141555751, 0.00251973607, 0.00824046321, 0.0115540884, 0.00895260181, -0.0267706048, -0.00376779563, 0.00554087572, -0.000335177581, -0.0138939731, 0.0025524362, 0.00864013284, 0.00467976928, -0.00686705252, 0.000953757321, 0.00130437664, -0.00615854701, 0.00528654037, 0.0254625957, 0.00122807606, 0.00808059517, -2.21124083e-05, 0.00794979464, 0.00588604528, -0.00518480642, 0.00908340327, -0.00821139663, 0.0110018179, -0.000602229615, 0.00102551619, 0.0136614377, 0.00894533563, -0.00701602036, -0.00596961239, 0.0155217191, 0.0341245271, -0.00806606188, -0.00242345198, 0.00468703592, -0.0113796871, -0.0063220486, -0.000151806365, 2.40710178e-05, -0.0262183342, -0.018922545, 0.0234424453, 0.000739843177, -0.00919240341, -3.97115036e-05, 0.0156961195, 0.033485055, -0.0118374908, 0.0110090841, -0.0159722548, 0.0161902569, 0.0177017357, 0.0168733299, 0.0114741549, 0.000957390643, -0.0201724209, -0.00454170164, -0.0124987625, -0.00192749815, -0.00336994254, 0.0118302237, -0.00115722558, 0.0168442614, -0.0218147, 0.00786986, -0.00666721771, 0.0072957892, 0.0211897623, -0.0210298952, -0.0100426106, 0.0127022304, 0.014518911, -0.00797886122, 0.00711048767, 0.00220181677, -0.0143663101, 0.0121717602, -0.0011454171, -0.0149258478, 0.0068089189, -0.00206374913, 0.000659909216, 0.00444360077, 0.0171058644, 0.00477787, 0.0150130484, 0.00525747379, -0.0100135431, -0.0221199021, -0.00201288215, -0.0099699432, 0.0111762192, -0.00874913391, -0.0246632546, -0.00327729178, 0.00883633457, 0.0017939721, 0.00475243619, -0.0188353434, 0.00548637519, 0.0149258478, 0.00257241959, -0.000978282536, -0.0115613556, -0.00833493, 0.0219891015, 0.0141192414, -0.00176218012, 0.00552997552, 0.0135597037, 0.0194893498, -0.00167770451, 0.0224105716, -0.00771725923, 0.0103914132, -0.0198381525, 0.0161321238, 0.00197473168, 0.0136614377, 0.000542733294, 0.00133071851, 0.00183666404, 0.00988274254, -0.00616581365, 0.0132109011, 0.00737572322, 0.0161902569, -0.0141337747, -0.00950487237, 0.00853113178, -0.0163791925, -0.0165245272, 0.0170041304, -0.028776221, -5.4330103e-05, 0.00957754, 0.00615854701, -0.00136796047, -0.00117085059, 0.0119028911, 0.00377142895, 0.00794979464, 0.0174982678, -0.0044908342, 0.0199834872, -0.0225849729, -0.0228901748, -0.00142518594, -0.00295937271, -0.00424376596, -0.0024924858, -0.00608951319, -0.00441090064, -0.00523204, -0.015565319, 0.00773905916, -0.0208845604, -0.00332089211, 0.00341717619, 0.0129929, -0.0014070191, 0.0315085091, 0.00910520274, -0.000874277554, 0.00302840653, 0.029139556, 0.00372782862, 0.000191773346, 0.0130583, -0.00373509526, -0.0191550795, -0.0110817514, -0.00555177592, -0.0123824952, -0.0155507857, 0.00422559911, -0.0107402159, -0.00200561527, 0.000303158566, -0.0105948811, -0.00222906703, 0.00054455, -0.0117793567, -0.000323369139, 0.00931593776, -0.029197691, -0.00526474044, -0.00194021489, -0.0195038822, -0.0189370792, 0.0112706861, 0.0048650708, -0.00162229571, -0.015143849, 0.0100280764, 0.0110744853, -0.00270322082, 0.0368277505, -0.00616581365, -0.0153763844, 0.0188498776, 0.00423649931, -0.0109800175, 0.0134507027, 0.0172948, 0.00182213064, 0.00417836523, -0.0296772942, -0.00053001655, -0.00804426149, -0.0241836514, 0.00795706082, 0.0193149485, -0.00922873709, 0.0153763844, 0.0129856328, -0.00436730031, 0.0145770451, 0.00960660726, -0.0224105716, -0.0167425275, 0.00813872926, -0.00784079358, 0.00566804362, -0.0172075983, 0.00653641671, -0.0184429418, 0.0312759727, 0.00845846441, 0.00826226361, 0.00239801826, 0.0132399676, -0.0110381516, 0.0253608618, 0.0198381525, -0.00576977758, 0.0137777058, -0.0252736602, -0.00900346879, -0.0605753958, 0.0190678798, 0.00271048746, -0.00514847273, 0.00103550788, 0.00750652421, 0.00510850595, 0.00982460845, 0.0262038, 0.0111616859, 0.0043818336, -0.00429463293, 0.00986820925, 0.00393856363, -0.0156670529, 0.00310470723, -0.00238530152, 0.00296663935, -0.00734302308, 0.0166989285, 0.00330090872, 0.014882247, -0.00628208136, -0.0099481428, -0.00952667277, 0.00462163519, -0.00275045447, 0.0226867069, -0.0274100769, -0.0144607779, 0.00482147047, 0.0130292336, -0.00397489732, -0.0103405463, 0.00414203154, -0.00986820925, -0.012840298, -0.0355197378, -0.00670718448, -0.00286308862, 0.00340809277, -0.0133998357, -0.0146642458, -0.0170913301, -0.00385862961, 0.00978827477, -0.00556630921, 0.0160158556, -0.00178307202, 0.00525384024, -0.00572617725, 0.0104422802, -0.0102606118, 0.00709958794, -0.00600231253, -0.00368422829, -0.00350982696, -0.0082767969, 0.0103550795, -0.00636201538, 0.00961387344, -0.00870553311, 0.0132109011, -0.0128620984, 0.0194893498, 0.00771725923, 0.00268868729, -0.0085238656, -0.00917060394, 0.0185882766, -0.00502493838, -0.0188062768, -0.000272502075, 0.000271366647, 0.00208373251, 0.0241691191, -0.00385136274, 0.020913627, -0.000401940575, 0.00859653205, 0.00451990124, -0.0131309675, 0.012367961, 0.0231808443, 0.000497316301, -0.0154345185, 0.00226721726, -0.0116776228, 0.00467250263, -0.00192749815, 0.00824046321, 0.000555450097, 0.00158687052, 0.0153327845, 0.00669628475, 0.0132327015, -0.00238166819, -0.0152746504, 0.0105367471, 0.00855293218, 0.00332270889, -0.0101879444, -0.00963567384, -0.00855293218, 0.0192713477, -0.0197364185, 0.00246523554, -0.0188498776, 0.0104132127, 0.000559991808, 0.0521169342, 0.00112634199, 0.00580974435, -0.0075428579, 0.0303458329, -0.00518843951, -0.0141555751, 0.0130437668, -0.0205793567, -0.0149258478, 0.00177217193, 0.00587514509, 0.00157869537, -0.0152310496, 0.0213641636, 0.0229773764, 0.00217456673, 0.00255061942, 0.0112125529, -0.0147950463, -0.0218147, -0.0104640797, 0.00182576396, -0.00770999258, -0.0111907525, -0.00958480686, 0.00607498, 0.012317094, -0.00792072713, 0.0126004964, 0.00529017393, -0.00969380792, 0.0069288197, -0.00181395561, -0.00183757243, -0.0265671369, -0.0166407935, 0.00332997553, -0.0345605314, 0.00463253539, -0.00951940659, -0.0137922391, -0.0111035518, 0.0087564, -0.0114523545, 0.0144971106, -0.0224251058, -0.00750652421, 0.00751379086, -0.00175582175, 0.039937906, -0.0122589609, -0.00188208104, 0.00635474874, 0.0104858801, 0.0166553278, 0.00359521084, 0.00310652377, -0.0112416195, -0.0158269219, 0.0158559885, 0.0127312979, 0.0120336926, 0.0356941409, -0.0198236182, 0.0139303068, 0.0029085055, -0.00733575597, 0.0148749808, 0.0128838988, 0.0209572278, 0.022221636, 0.0174982678, 0.00286672194, 0.00595144555, -0.0109364167, 0.0285146181, 0.0236023143, -0.0030393065, -0.00991180912, 0.00391313, 0.00922147091, -0.0240237843, -0.0032100745, 0.0106094144, 0.00171676313, -0.0030447566, -0.000416928204, -0.00668175099, 0.00502130529, 0.0164663922, 0.00405119779, -0.0114087537, 0.00514120609, 0.0187190771, 0.00789166056, -0.00748472381, 0.00570437685, 0.0137123046, 0.00590421166, 0.0141846417, 0.00564624323, -0.00648918282, -0.00184756413, -0.0152601171, 0.0025578863, 0.00280313822, 0.0141337747, -0.0182249397, 0.0273228753, 0.00457440177, -5.77931496e-05, 0.00981734227, 0.00439636689, 0.0149113145, -0.0156670529, 0.012266227, 0.0251283254, -0.00173311331, -0.000748472405, 0.00831313059, -0.00151692831, 0.00164682092, -0.0071867886, 0.0087636672, 0.00969380792, 0.0183557402, 0.0334559903, 0.00601321273, 0.0223088376, 0.0307237022, 0.0155071858, -0.0144971106, 0.00416019838, 0.0113578867, 0.00954120606, -0.00929413829, -0.0141991759, 0.00101824943, -0.022381505, -0.00735392282, -0.00084021478, -0.0212188289, 0.000254789455, 0.0029139556, -0.00927233789, -0.00812419597, 0.0248085894, -0.00849479809, 0.0043455, -0.0100934776, -0.00255061942, 0.0144462436, -0.000456668087, 0.00617671385, -0.0159141216, -0.00675441837, -0.0287035536, 0.00386589626, -0.0179052036, -0.000614038, -0.0113578867, -0.00319372443, -0.0120409587, 0.0125205629, 0.012157226, -0.00888720155, 0.0222507045, -0.00866193324, -0.000445086742, -0.0043709334, -0.00599141233, -0.000290896, -0.0174401328, 0.0042510326, 0.00347712659, -0.021960035, 0.0108710164, 0.000900165236, 0.00136251049, 0.00761552481, -0.00158142042, 0.00202014879, 0.020230554, -0.0177162699, -0.00170222973, 0.0090325363, -0.00905433577, -0.00175037177, -0.0062057809, 0.00250338577, -0.0123098278, 0.00671445159, 0.0104713468, 0.00729942275, -0.0324967839, -0.0219164342, -0.0225268397, 0.0044908342, 0.0152310496, -0.0279478133, -0.0112634199, -0.00869826693, -0.00658728369, -0.0104350131, 0.0135669708, 0.000389678, -0.0111326184, 0.0233552456, -0.00998447649, -0.0111834854, -0.00675805192, -0.0147369131, -0.00656185, 0.0114741549, -0.0112706861, 0.0133998357, 0.0156089198, -0.00220181677, 0.0107765496, 0.0190969463, 0.0222071037, -0.0204776227, 0.0111762192, -0.00398216397, -0.00535557419, 0.00361519447, 0.000536374922, -0.0323223807, -0.000328365015, -0.0221199021, 0.00447266782, -0.0114741549, -0.0143445097, 0.0145261781, -0.0131164342, -0.0176000018, -0.0146351792, 0.0119755585, 0.00349166, 0.000837943924, -0.0149985151, -0.0017939721, 0.0087200664, -0.00505763851, 0.0143154431, -0.0138939731, -0.021698432, 0.0105730807, -0.00188026438, -0.0286018196, -0.00834946427, -0.0200561527, 0.0022454171, -0.0082985973, -0.00952667277, -0.0114596207, -0.0143808434, -0.00800066162, 0.00851659849, -0.000460982701, 0.00790619384, 0.00357341068, 0.0645866245, 0.0129638324, 0.00368967815, -0.0206665583, 0.00904707, 0.00183757243, -0.0131164342, 0.0423213914, 0.00142246089, 0.0211752281, 0.00219818344, 0.0054936423, 0.00263418676, -0.00340990955, -0.00731395604, 0.0080079278, -0.0145843113, -0.00319372443, -0.0220617689, 0.00570437685, 0.007284889, -0.014620645, 0.0121717602, -0.00688885292, 0.0135015696, -0.00332634221, -0.0162193235, -0.0121136261, -0.0188353434, 0.000244343537, -0.00816779584, 0.0137123046, 0.00547910854, -0.00256696972, -0.0308981035, 0.00363154453, 0.00117902574, 0.0160739906, 0.00771725923, -0.0166989285, 0.0320607796, 0.0202596225, 0.0156961195, 0.00145879446, 0.00973740779, -0.00950487237, -0.0117648235, -0.0185446758, -0.00734302308, -0.00446903426, -0.00156961207, -0.0179052036, -0.00927233789, -0.0201433543, 0.00946127251, 0.0289215557, 0.00696515338, 0.00494137127, -0.00605681306, -0.0099481428, -0.012055492, 0.013152767, 0.00702692056, 0.0132254343, 0.000307927345, -0.0156525206, -0.000971924106, 0.00185119756, 0.0021782, -0.00735755637, 0.0205793567, -0.0209717602, -0.017556401, 0.00342080952, 0.0261747334, -0.00042760119, -0.0200706869, 0.000434867921, -0.0032209747, -0.00405846443, -0.00867646653, 0.0130437668, -0.016088523, -0.0423795246, -0.00982460845, -0.0142718423, -0.0108346827, -0.00118175067, -0.0146133788, 0.0128475651, -0.000917877886, 0.0314794406, -0.00541007472, 0.00344442646, -0.00808786228, 0.0119828247, -0.018079605, -0.0141628422, 0.0147587126, 0.00487597054, 0.0168587957, 0.00392039679, 0.0216839, 0.00854566507, -0.00608951319, 0.0258113984, 0.00953394, 0.00675441837, -0.00379322912, 0.0164663922, 0.00796432793, -0.0243871193, -0.0100789443, 0.0227739085, 0.00705962069, 0.0110962847, -0.00858926587, 0.0112779532, -0.00110545009, -0.00817506295, -0.00215276657, 0.0181232058, -0.0189080108, 0.00341172609, -0.0162193235, 0.0253608618, 0.026102066, 0.0142718423, 0.00268687052, -0.00742295664, -0.0121644931, 0.00710322103, 0.00843666494, -0.00422559911, -0.0182104055, 0.0136977714, 0.0126222968, -0.0225559063, 0.0209862944, 0.0105294809, -0.0209717602, 0.0089889355, 0.0173674654, 0.0121499598, 0.00987547543, 0.0182104055, 0.012055492, 0.0012108176, 0.00241073524, -0.0115758888, -0.00907613616, -0.0108201494, 0.00225813407, -0.0203468222, -0.00239438494, -0.000702147, 0.00303385663, -0.0348221324, 0.0321479812, -0.00739752315, -0.0258113984, 0.00939587224, 0.0186028089, 0.00636564894, -0.00341717619, -0.00707052089, 0.00957027357, 0.0144389775, 0.0154490517, 0.00483237, 0.021436831, 0.0271048751, 0.00235623471, 0.000581792, 0.0172366649, 0.0097010741, -0.00991180912, 0.00366969476, -0.00128711818, -0.0116485562, 0.00860379916, 0.000609496317, -0.0138213057, 0.0530180074, -0.00553724263, -0.0154490517, 0.0132181682, -0.00835673, 0.00072939723, 0.00309380703, -0.00286127185, -0.00586787844, -0.00609314675, -0.0103986794, -0.00975920819, 0.0238057822, 0.00181940559, -0.0257968642, 0.000603137945, -0.00886540115, -0.00442906749, -0.0152455838, 0.0295755602, -0.00292303902, -0.00600594608, 0.0141265085, 0.00397126377, -0.000955574, -0.0114087537, 0.000740297313, 0.00118447572] |
12 Jun, 2022 | How to change the style of alert box using CSS ?
12 Jun, 2022
An alert box is an important feature of JavaScript. It is used to inform the client or the user about the click events. Like if the user subscribes to your page for daily updates then you can wish them back, or thank them by showing an alert box message. Sometimes developers like us do not want to just show a normal text inside of the alert box we want to decorate that box in our own way. But the JavaScript alert box is a system object not the subject of CSS. To design the alert box we need jQuery then by using the only CSS we can do that. In this article, we will design the alert box.
Normal alert box design:
The below examples illustrate the complete approach:
Example 1: Double button alert dialog box design. In this example we will create a double button, one will be for confirmation and another one will be for unsubscription. We will assign a class to the alert box, after that, we design that specific class in CSS. In this example, the class is a container. To design the button we will use the button tag in the CSS to design it. And the appeared messages also can be decorated like we attach a class and can design that too. The class and id can call for the design and events.
HTML
<!DOCTYPE html>
<html>
<head>
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js">
</script>
<script>
function geeks(msg, gfg) {
var confirmBox = $("#container");
/* Trace message to display */
confirmBox.find(".message").text(msg);
/* Calling function */
confirmBox.find(".yes").unbind().click(function()
{
confirmBox.hide();
});
confirmBox.find(".yes").click(gfg);
confirmBox.show();
confirmBox.find(".no").unbind().click(function()
{
confirmBox.hide();
});
confirmBox.find(".no").click(gfg);
confirmBox.show();
}
</script>
<style>
/* Body alignment */
body {
text-align: center;
}
/* Color for h1 tag */
h1 {
color: green;
}
/* Designing dialog box */
#container {
display: none;
background-image: linear-gradient(to right, #66a80f, #c0eb75);
background-size:cover;
color: white;
position: absolute;
width: 350px;
border-radius: 5px;
left: 50%;
margin-left: -160px;
padding: 16px 8px 8px;
box-sizing: border-box;
}
/* Designing dialog box's okay button */
#container .yes {
background-color: #5c940d;
display: inline-block;
border-radius: 5px;
border: 2px solid gray;
padding: 5px;
margin-right: 10px;
text-align: center;
width: 60px;
float: right;
}
#container .no {
background-color: #22b8cf;
display: inline-block;
border-radius: 5px;
border: 2px solid gray;
padding: 5px;
margin-right: 10px;
text-align: center;
width: 95px;
float: right;
}
#container .yes:hover {
background-color: #82c91e;
}
#container .no:hover {
background-color: #99e9f2;
}
/* Dialog box message decorating */
#container .message {
text-align: left;
padding: 10px 30px;
}
</style>
</head>
<body>
<h1>GeeksforGeeks</h1>
<b>Designing the alert box</b>
<br><br>
<div id="container">
<div class="message">
Thanks for Subscription<br>A Computer
Science Portal for Geeks</div>
<button class="yes">okay</button>
<button class="no">Unsubscribe</button>
</div>
<input type="button" value="Subscribe" onclick="geeks();" />
</body>
</html>
Output:
Example 2: Single-button dialog box. In this example, we will place a single button for confirmation. In a similar way, We will assign a class to the alert box, after that, we design that specific class in CSS. In this example, the class is a container. To design the button we will use the button tag in the CSS to design it. And the appeared messages also can be decorated like we attach a class and can design that too. The class and id can call for the design and events. Design the background in a solid single color. The button will be assigned a task after clicking it will vanish.
HTML
<!DOCTYPE html>
<html>
<head>
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js">
</script>
<script>
function geeks(msg, gfg) {
var confirmBox = $("#container");
/* Trace message to display */
confirmBox.find(".message").text(msg);
/* Calling function */
confirmBox.find(".yes").unbind().click(function()
{
confirmBox.hide();
});
confirmBox.find(".yes").click(gfg);
confirmBox.show();
}
</script>
<style>
/* Body alignment */
body {
text-align: center;
}
/* Color for h1 tag */
h1 {
color: green;
}
/* Designing dialog box */
#container {
display: none;
background-color: purple;
color: white;
position: absolute;
width: 350px;
border-radius: 5px;
left: 50%;
margin-left: -160px;
padding: 16px 8px 8px;
box-sizing: border-box;
}
/* Designing dialog box's okay button */
#container button {
background-color: yellow;
display: inline-block;
border-radius: 5px;
border: 2px solid gray;
padding: 5px;
text-align: center;
width: 60px;
}
/* Dialog box message decorating */
#container .message {
text-align: left;
padding: 10px 30px;
}
</style>
</head>
<body>
<h1>GeeksforGeeks</h1>
<b>Designing the alert box</b>
<br><br>
<div id="container">
<div class="message">
Thanks for Subscription<br>A Computer
Science Portal for Geeks</div>
<button class="yes">okay</button>
</div>
<input type="button" value="Subscribe" onclick="geeks();" />
</body>
</html>
Output:
HTML is the foundation of web pages and is used for webpage development by structuring websites and web apps. You can learn HTML from the ground up by following this HTML Tutorial and HTML Examples.
CSS is the foundation of web pages and is used for webpage development by styling websites and web apps. You can learn CSS from the ground up by following this CSS Tutorial and CSS Examples.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ? | https://www.geeksforgeeks.org/how-to-change-the-style-of-alert-box-using-css?ref=asr9 | CSS | How to change the style of alert box using CSS ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ? | GeeksforGeeks | [-0.0208505765, 0.0126383491, -0.0131318532, 0.0236265399, 0.0569689572, -0.000692063302, 0.0169488043, 0.0122373756, -0.0375680514, 0.0174114648, 0.0200486314, -0.0236419626, 0.0262791291, -0.0626134202, 0.0035663431, -0.0164553, -0.0352239, -0.00473841699, 0.00821222737, 0.00510854553, -0.00350851053, -0.0179203916, -0.0543472134, 0.000828451826, -0.0403131694, 0.0279755518, 0.0104869762, 0.0288237631, -0.0382466204, 0.0287158079, -0.000349405222, -0.00607627723, 0.00343140028, -0.033126507, -0.0526816323, -0.0166712087, -0.00275475904, 0.00974671915, -0.0486102179, -0.0173035115, 0.0445079617, -0.0114431418, 0.0241817329, -0.0192929525, 0.00377068482, 0.010502398, -0.000612543488, -0.0639088675, 0.0224698894, -0.0289471392, 0.00837415922, 0.0246289726, 0.069028981, 0.0322937183, -0.00608013291, -0.0169796478, -0.00341983372, -0.0213286597, -0.00852066837, 0.023611119, 0.0349463075, -0.0256468263, -0.0111809671, -0.00845898, -0.00705557596, 0.026849743, -0.0105178207, 0.00918381568, 0.0119289355, 0.0378148034, 0.0179512352, -0.00602230057, -0.0118595362, 0.00884453114, -0.0184138957, 0.0113968756, 0.00844355859, 0.00953852199, -0.00299765589, 0.00906815, 0.0200794749, -0.01044071, -0.0244593304, 0.00644640625, -0.00127713638, -0.00727919536, -0.0229479708, -0.0538228638, 0.0264333487, -0.0153680472, 0.00630760798, 0.00131761923, 0.0460810065, -0.0293326899, -0.0358407833, 0.012021468, 0.0342060477, 0.010502398, -0.0418862179, 0.022053495, 0.0409917384, 0.0344836451, -0.0422871895, -0.0187531803, 0.00615338748, 0.0122527983, 0.0296102855, 0.0197093468, 0.0153911803, -0.013293785, 0.0272661392, 0.0216525216, -0.0328797549, 0.0324479379, -0.0177507494, 0.0370745473, -0.0105872191, -0.0539153963, 0.0233952105, 0.0188148692, 0.00680496823, 0.0105795087, -0.0087828422, 0.0670549572, -0.0503066406, 0.0457725674, 0.00885224156, -0.00542855263, 0.0554884411, 0.0167483184, -0.00830476, 0.0216062553, 0.0174577311, 0.0141574182, 0.0516020916, 0.0207888875, 0.0134171611, 0.00128099183, -0.0206500906, -0.00642327312, -0.0289625619, 0.00139280153, -0.0163627677, -0.0054439744, -0.0192466862, 0.0328180678, 0.0353781246, 0.025168743, -0.045094, 0.00237499177, -0.0173035115, -0.0354089662, -0.0112966327, 0.0246752389, 0.0413001813, -0.0105717974, -0.0138566885, 0.0179049689, 0.00723678479, -0.000174943591, 0.0354089662, -0.0381232426, 0.00110171083, -0.00197016355, -0.0482709333, 0.0142268175, 0.0645874366, -0.0133014955, -0.0676101521, 0.0406524539, 0.0114894081, 0.0173035115, -0.00074025715, 0.0185526945, -0.0396962911, 0.0212515499, 0.03503884, -0.0332498848, 0.00533602, 0.00695147738, -0.0376297385, -0.0045764856, 0.0211590175, 0.00153931079, 0.0171030238, 0.00754522532, 0.0191695765, 0.00415238, -0.0122065321, -0.005220355, -0.0335274786, 0.0113891643, 0.00983925164, 0.0247677714, 0.0231484585, -0.00600687834, -0.034421958, 0.03877097, -0.0277442206, 0.00224004895, -0.00124629226, -0.032941442, -0.0268651657, 0.0127077475, 0.0219146963, -0.00836644787, -0.00574855926, -0.0378764905, 0.020449603, 0.012553528, -0.0242434219, 0.0335891694, -0.00847440213, -0.0170104932, -0.0024000525, -0.00322127528, -0.0330031328, -0.0111424122, -0.0307206716, -0.0133400504, 0.0281451941, 0.0412076488, -0.00578711461, -0.025415495, -0.0688439161, -0.017025914, 0.00100725098, -0.00223041023, -7.33148554e-05, -0.00130316103, -0.0255080275, 0.0122296652, -0.00584494695, 0.0146123674, 0.0166403633, 0.00830476, 0.00718666334, 0.00289162947, -0.00672785798, 0.019508861, -0.00449937535, -0.032509625, -0.041577775, -0.00873657688, -0.0268960092, 0.0138489772, 0.0107954172, -0.0197864566, 0.00483094901, 0.000733991968, 0.00431431131, 0.00381695083, -0.010872527, 0.0318619, -0.0201874301, 0.0175965298, 0.0102942009, -0.0384625271, 0.0354398116, 0.0180437677, -0.000668930297, 0.00783824362, 0.0125920828, 0.0200332087, 0.0334657915, 0.00150943059, 0.0420404375, -0.0352239, 0.00947683398, -0.0253075417, 0.0653277, -0.0451248437, 0.0404673927, 0.000663147, -0.0127617251, 0.0217604768, -0.00372827426, 0.00993949454, 0.00434129965, 0.0270810742, 0.0144118816, 0.0120600229, 0.0898795575, 0.0453715958, 0.0361800678, -0.0425956286, -0.0324170962, 0.00875199866, -0.0192929525, 0.00696304394, -0.0131549863, -0.0101785362, 0.0240737796, -0.000580253662, 0.0663763881, 0.0149979182, -0.0130316103, 0.0201874301, -0.0262791291, 0.00906043872, -0.0087828422, -0.0366427302, 0.00763004646, 0.000476155, -0.0192929525, 0.0297953505, 0.0473764576, 0.0185064282, 0.0098932283, -0.0200177878, 0.00879055355, -0.0130778765, 0.000530132093, -0.0298107732, -0.0302117448, 0.0198789891, 0.0402206369, 0.015344914, 0.00410225848, -0.00651966082, 0.00639628433, -0.00461118529, -0.0432125106, 0.0677335262, 0.0439527668, 0.00122315926, -0.0410225838, -0.00795776397, 0.0282839928, -0.00165690365, -0.0679185912, -0.0235494301, -0.00501986872, -0.00296488404, 0.00525119901, -0.0309674237, 0.00250993436, 0.0272507165, 0.0155454, 0.0050237244, -0.00736401649, 0.00996262766, -0.0182134099, -0.0301500577, -0.00820451695, -0.0424414091, -0.00845126901, -0.00257355021, 0.0451556854, -0.0240892023, 0.00160389044, 0.0240737796, 0.0257702023, 0.00729461713, 0.0113428989, 0.00750281475, 0.0143501936, -0.0217913203, -0.0324479379, -0.00859777816, 0.0397888236, 0.0172418226, 0.0122605087, -0.0252458528, 0.00808114093, -0.0491037257, -0.00658905972, 0.0122990645, 0.00956936553, -0.00327718, -0.0355323441, -0.0195551272, -0.0313992426, 0.0152138267, -0.0437677056, 0.0263253953, -0.0143733267, -0.0268651657, -0.0486102179, 0.025415495, -0.0290088262, 0.0352547467, 0.0206192452, 0.0272661392, 0.0294406433, -0.0270810742, -0.00725220656, -0.016655786, -0.0110267475, 0.00289741275, -0.0269885417, 0.0327872224, 0.0144427251, -0.00659291539, 0.0231021922, -0.0194317494, -0.00859006774, -0.0131318532, 0.00886766333, -0.0253692288, 0.0308594704, -0.00805800781, 0.0279447082, 0.00729076192, -0.0128079914, -0.0276054237, -0.00909899455, -0.00658134883, 0.00750281475, -0.00769944536, -0.0165324099, -0.0303968098, 0.00332151842, 0.0172880888, 0.0315226167, 0.0329722874, 0.0093457466, 0.0463277586, 0.0189690888, 0.0161777027, 0.0394186936, -0.0195705481, -0.00976985227, 0.0163319241, 0.0178741254, 0.00400972646, -0.0462043844, 0.000863633351, 0.0412384905, -0.0312912874, -0.0451865308, 0.0182134099, -0.0284999, -0.0251841657, 0.0233797878, -0.0107722841, 0.0203570724, -0.0185064282, -0.0356557183, -0.0147820096, 0.00045470873, 0.00982382894, 0.0168408509, 1.61148103e-06, -0.0427806936, 0.0254309177, -0.0431508236, 0.0149053866, 0.00205112924, 0.0160080604, -0.0228400175, -0.0192158427, -0.0382774621, -0.0108262608, 0.0120754447, -0.0291630477, -0.0277904868, -0.00608784379, 0.0113197658, 0.00201450195, 0.00245595723, 0.0186914932, 0.00155569671, 0.0271273404, 0.0162239689, -0.000688207801, -0.0201103184, 0.00513938954, -0.0115510961, -0.00142653717, 0.00742570451, -0.0220226496, 0.0321086533, -0.00525119901, 0.017025914, -0.00695918826, 0.0229325499, -0.006057, 0.00396346, -0.0351930596, 0.0333115719, 0.0426881611, 0.02728156, -0.00526276557, 0.0144273033, -0.00168582, 0.0412693359, 0.0217604768, 0.0263253953, -0.00268536, 0.00239234138, 0.0082507832, -0.0382774621, -0.00829704851, -7.08449224e-05, -0.00852066837, -0.01044071, -0.0464202911, 0.000957129349, 0.0248757247, -0.0135945138, 0.0249991, -0.0351313688, 0.059343949, 0.0173651986, -0.00183714856, -0.0342985801, 0.0518488437, 0.0110190362, 0.0149053866, -0.0224082, -0.00868259929, -0.0102787791, 0.00889079645, -0.0217296313, -0.0237807613, -0.0527741648, 0.0251841657, -0.0289934054, -0.0314763524, 0.019323796, -0.0110575911, -0.0342368931, -0.0154528683, -0.0127154589, -0.0101168482, 0.0550874695, 0.000394948409, -0.0208197329, -0.0178741254, -0.0332498848, 0.0125458166, 0.00801174156, 0.00360104255, 0.00236535282, 0.00247330707, -0.00655821571, 0.00292247348, 0.0131395645, -0.00500444695, -0.0636621118, 0.00966960937, -0.0338667631, -0.0290705152, 0.00815053936, -0.000373984076, 0.0238116048, -0.0161777027, 0.0100782923, 0.0347303972, -0.0015026835, 0.0644023716, 0.0312141757, -0.000904116139, 0.00246559619, -0.00463431841, -0.0165786762, -0.00540541951, -0.0334657915, -0.0143193491, 0.0145044131, -0.0137718674, 0.0523115061, 0.0167483184, 0.00377454027, -0.0320469663, 0.0126229264, 0.0260632206, -0.0263253953, 0.00663532596, -0.0027219872, 0.0026236719, -0.00815825071, -0.00692063337, 0.0125920828, 0.0253229626, 0.0351005271, -0.0276516881, 0.0353472792, 0.00778041128, -0.0142422393, -0.0057948255, 0.0322011858, -0.000863151392, -0.010255646, 0.00285114674, 0.000916164601, -0.0141882617, -0.0664380789, 0.00535529805, 0.00281644706, 0.00752594788, -0.00695147738, -0.00558662834, -0.00451479759, 0.00149690022, -0.0217758976, -0.00638086256, 0.00107954163, -0.0145583907, -0.00292825676, 0.025723936, 0.0339592956, 0.0080425851, 0.0110113248, -0.0243976414, 0.0279909726, -0.037598893, 0.00477697188, 0.00366851385, -0.0492271, -0.0157690197, 0.0364885069, -0.0215445682, -0.0262328628, -0.0317076817, -0.00305356085, 0.0133631835, 0.0021610111, -0.0206809342, 0.015445157, -0.037783958, 0.0196168143, -0.00834331475, 0.0202799607, 0.00119713461, -0.0194163285, -0.0516020916, -0.00779583305, -0.0287003871, -0.028021818, -0.0285615884, -0.0116898939, 0.00910670497, 0.00653122738, 0.00791920908, -0.00187184813, 0.0183522087, -0.0301809013, -0.0084898239, -0.0179512352, 0.0180900339, -0.0366427302, 0.117392443, -0.0028627133, 0.00818138383, -0.00803487469, 0.0313375518, 0.014296216, -0.0202953834, 0.00762619078, 0.00992407277, -0.00236535282, 0.0097544305, -0.0175348409, 0.00146220066, -0.0131704081, 0.00332537387, 0.00128002802, -0.000724835147, -0.0297490843, -0.0536069572, 0.0441995226, -0.000391092879, -0.00848211348, -0.0323245637, 0.00358562055, 0.000821704743, 0.00613796571, 0.0384316854, 0.0311987549, -0.0264641941, -0.0112041, 0.0214366131, 0.000889176095, -0.0470988601, -0.0228400175, 0.00778812217, 0.016964227, 0.0108262608, -0.0151444273, 0.0293789562, 0.0286695417, 0.0122065321, -0.0213595033, -0.00998576079, -0.0355015, 0.0104715545, -0.0184910074, -0.00287620747, 0.0224390458, 0.0243205316, 0.0225161556, 0.0262328628, -0.00537072, -0.00349887158, -0.0143964598, -0.0190924648, -0.00565602724, -0.0103019122, 0.0202336963, -0.0318619, -0.0339592956, -0.0113583207, -0.0235648528, 0.0503066406, 0.00445696479, 0.0067509911, -0.0253383853, 0.00458419649, 0.0310908, 0.0336200111, 0.00300729461, 0.0330031328, 0.00360297039, 0.0145892343, 0.0113120545, -0.0166249424, -0.0343294255, 0.0106951734, -0.0117053166, -0.0178895481, -0.00562518323, -0.0361492224, -0.0163165014, -0.0213903468, 0.00859006774, 0.0158229973, -0.0195859708, -0.00938430149, 0.0137872892, 0.0250145234, 0.0109187933, -0.0106951734, -0.0342060477, -0.0135559589, 0.0228091739, 0.0286078546, -0.00785752106, 0.00880597532, -0.00342176156, -0.00582952518, -0.0267572124, 1.23571981e-05, 9.34357813e-05, 0.0224698894, 0.0274820477, 0.00869031064, 0.00485793734, -0.00372827426, 0.00873657688, -0.00211667269, 0.0308132041, -0.0193083733, 0.00660448195, -0.00242896867, -0.0169950705, 0.00727919536, 0.000936888, 0.0271890275, 0.000234342471, 0.0479008071, -0.0109650595, -0.00619579805, -0.0310753789, -0.00187570369, -0.0248911474, 0.0103558889, 0.010810839, 0.013949221, 0.0307515152, 0.0205575582, 0.0581718758, 0.00144099537, 0.0039711711, -0.0149670746, 0.000591338205, -0.0334966369, -0.0119135138, 0.00270849303, 0.00285500218, 0.00174365263, -0.00632688543, -0.0192775298, 0.0143501936, -0.018891979, 0.0101554031, 0.0176582169, 0.000109701192, 0.0258473121, 0.0262637064, 0.0458959416, -0.00124436454, 0.0139954863, -0.0159309506, -0.0166866295, -0.0119443573, -0.0159155279, -0.00434129965, -0.0235185865, 0.000535433413, -0.0206963569, -0.0060492889, -0.00353164342, 0.0450631529, -0.0142422393, -0.0129005229, -0.0378456451, -0.0180591904, -0.0029321122, 0.00408683624, 0.0119520687, -0.0248757247, -0.00671629142, 0.0229017064, 0.0169333816, 0.0173651986, 0.0392336287, 0.00447238702, 0.04783912, 0.00622664206, 0.0214520358, -0.00606471114, -0.00686665624, -0.047407303, 0.0552725345, 0.00980840717, 0.0181671437, 0.0281451941, 0.0121602658, 0.00470757298, -0.0202491172, -0.00170606142, 0.0220380723, -0.00305163302, 0.0118672475, -0.00567144947, 0.0108185494, 0.0474381447, -0.00177256891, -0.0105563756, 0.0251070559, -0.01044071, -0.00219763839, 0.00085110293, 0.0403131694, 0.00361453695, 0.00622664206, 0.00814282894, -0.023364367, 0.0362726, 0.00655821571, -0.00232294225, 0.0265258811, -0.0120600229, 0.0293172672, -0.011589651, -0.0073948605, 0.0455875024, -0.0267880559, 0.0146123674, 0.0176736396, -0.000817367283, 0.0347303972, 0.018891979, 0.00456491904, -0.00218028855, -0.00855922326, 0.00268150447, -0.018336786, -0.00123472582, -0.000208438287, -0.00776498904, 0.00747582596, 0.00552494032, -0.0214366131, -0.0013677408, 0.0113120545, -0.0130470321, 0.0163319241, 0.0430582911, 0.00497360295, -0.00869031064, -0.0247523487, -0.016470721, 0.0419787504, -0.0496280715, -0.00885995291, 0.00504685752, -0.00536300894, -0.0171338692, 0.00619579805, -0.0021455891, -0.0334349498, -0.00501215784, 0.0429040715, -0.0333424173, -0.0116359172, -0.0240583569, 0.0165478326, 0.0038574338, -0.0178432819, 0.0409300514, 0.00134846324, 0.00821993873, 0.0117592933, -0.0342368931, 0.0246135499, 0.0159617942, 0.0245981291, 0.0317385271, 0.012738592, -0.0166403633, -0.00123279809, 0.0408375189, 0.00664303685, -0.0243051089, 4.03623271e-05, 0.039449539, -0.00875971, 0.0314609297, -0.0274820477, 0.0183059424, 0.0358099379, -0.0143039273, 0.00443768734, -0.0211127512, 0.00322513073, -0.00972358603, -0.0119983349, 0.00549024064, 0.0139877759, 0.0116436277, 0.00708256429, -0.0230405033, -0.0119058024, -0.0270964969, 0.0301500577, -0.0558585711, -0.0247060824, 0.0174577311, 0.0461426973, -0.0151058724, -0.00105158926, -0.0014506341, -0.00367236952, -0.0283611026, 0.0218530074, -0.00837415922, 0.00907586142, 0.0107722841, 0.023364367, -0.0100474488, -0.00818909518, 0.0020781178, -0.0227012187, -0.0212515499, 0.0182134099, -0.00312295975, 0.00458805216, -0.00337935099, -0.0191695765, 0.0239658244, 0.0171801355, 0.0512628071, -0.0227012187, -0.000950382208, -0.00468829507, 0.0221922919, 0.00109881919, 0.00789607596, -0.00441455422, 0.00636544032, -0.00885224156, -0.00943827908, 0.0104098665, 0.0178587046, -0.0320161209, 0.0221614484, -0.00283186906, -0.00367044169, -0.0164244547, -0.0232872553, 0.00728305103, 0.0365810394, -0.0128079914, 0.0603618026, -0.0206038244, -0.0199560989, 0.0413618684, 0.0173497777, 0.00164822885, 0.000923393702, -0.0133940279, -0.0241817329, -0.00427575596, 0.0297182407, -0.00630375231, -0.0197093468, -0.0124995504, -0.00267572119, -0.0104715545, 0.00486564869, 0.0529283881, 0.00798089709, 0.0170567594, 0.00421406794, 0.00400587078, 0.000440491567, 0.0204958692, -0.0215291455, -0.0220689159, -0.0178432819, 0.0176119506, 0.00204534596, 0.0112812109, -0.0035354991, 0.0069746105, 0.0185372736, 0.0124455737, 0.0315226167, -0.0181671437, 0.0243976414, -0.00109881919, 0.00837415922, 0.0239041373, 0.0046458845, -0.0130238989, -0.00845898, -0.000216390268, -0.00837415922, -0.00832018163, -0.00923779234, -0.00798860844, 0.0119906235, 0.00399044855, -0.021066485, -0.0440761447, -0.00441069901, -0.00125496718, -0.00371863553, 0.00344489468, -0.0080965627, 0.034792088, -0.00173015834, 0.0142422393, -0.0232564118, 0.00655821571, -0.00698232139, -0.00239234138, -0.0127231702, -0.0279601291, -0.00832018163, 0.00348923285, -0.0122065321, 0.0133092068, -0.0165324099, -0.00244631851, 0.0249528345, 0.0122605087, -0.00340633956, -0.0121833989, -0.00981611852, -0.0211127512, -0.0140494639, 0.0104098665, 0.0118441144, -0.00709798653, 0.000322175707, -0.0128773898, 0.0138644, -0.0179666579, 0.0116204955, -0.00995491631, 0.0131935412, -0.0228400175, 0.00510469, 0.0039711711, -0.00369935809, -0.0249374136, -0.00916839298, 0.000396153249, 0.0235648528, 0.0267726332, -0.0221460257, -0.0248448811, 0.0166866295, 0.00438756589, -0.0121062892, -0.0175348409, -0.00535144238, -0.00142653717, -0.00887537468, 0.012368463, -0.0141111519, 0.00253885076, 0.0115742292, 0.0980840698, -0.00235956977, 0.00840500277, -0.0306127183, -0.0127694355, -0.0191078875, -0.00116918224, 0.0120985778, 0.0109110819, 0.00363188656, 0.01751942, 0.00645411713, -0.00179281028, -0.0142268175, -0.0113506094, 0.00953852199, -0.0218530074, -0.0077727, -0.00463817362, -0.0186143834, -0.00113544648, 0.00672785798, 0.00992407277, 0.0044492539, 0.0349463075, -0.000595675665, 0.00267572119, -0.0160851702, -0.0374755189, 0.00746040419, 0.0218221638, -0.00104291434, 0.0158846844, -0.00380731211, 0.00221306039, 0.0439219251, -0.00472685043, -0.0046150405, -0.0129622109, -0.00613796571, 0.00631146319, -0.0134942709, -0.0304584969, 0.0102248015, 0.0119674904, 0.000989901135, -0.0223927796, 0.0119829122, 0.00770715671, 0.00528204301, -0.0235956963, -0.0232872553, -0.0200023651, -0.0180129241, -0.00707485341, 0.0178124383, -0.00222848239, 0.00372441881, 0.0364885069, -0.0215291455, -0.0120908665, -0.0121988207, 0.0214211922, -0.00250607892, 0.0154914232, -0.00491962582, -0.0170413367, 0.00227089296, -0.00892164093, 0.00695147738, 0.0159772169, 0.0100705819, 0.00808114093, -0.00467672898, -0.0165169872, -0.00328681897, -0.0113351876, 0.018891979, -0.0148899639, -0.0142730828, -4.01514808e-05, 0.0137101794, -0.00124725618, 0.0107183065, -0.0225624219, 0.0132552292, -0.0285924319, -2.15516757e-05, -0.0171801355, -0.0104869762, -0.0159309506, -0.04783912, -0.0203724932, 0.00285693, 0.0216370989, 0.00102556462, 0.00482709333, 0.0409917384, 0.0034236894, -0.0109804813, 0.00303428317, 0.0138412667, 0.0141959731, 0.00299187261, -0.0166712087, -0.00122990645, 0.0371362343, 0.00316922599, -0.0194780156, 0.00355863199, 0.0198327228, 0.0143270604, -0.00494275847, 0.00284536346, 0.00295331748, 0.00487721525, 0.0257393587, 0.012491839, -0.00552879553, -0.0221460257, 0.00746811507, 0.0181208774, 0.0185989607, -0.0150287626, -0.00591820152, -0.00877513178, 0.00896019582, -0.0108416826, 0.0100860037, -0.00229402608, -0.0181517228, 0.00995491631, 0.000609651906, 0.0185064282, -0.0250916332, 0.010255646, -0.00674328, -0.00230366481, -0.0127771469, 0.0117592933, 0.00131858303, -0.0136099365, -0.0221768711, 0.0314300843, 0.00114894076, 0.018645227, 0.00195570546, 0.0140803074, 0.00056194, -0.0149362301, -0.0192312635, -0.0146586336, 0.0109804813, 0.00328681897, 0.0400047302, 0.00181305164, 0.0260169543, 0.00108339719, -0.00189208961, -0.000910381379, -0.0163165014, 0.0359950028, 0.0337125435, 0.014072597, -0.00833560433, 0.0347303972, -0.00788451, -0.0399738848, 0.00320970872, -0.00453407504, 0.00699003227, -0.01920042, -0.00119617069, -0.0118672475, -0.0146817667, 0.0167020522, 0.00720979599, -0.0120754447, -0.00756450277, 0.000367959845, -0.00597989, -0.00682039, -0.0192466862, -0.00490805926, -0.0386475921, -0.0136562027, -0.0174423084, -0.0185681172, 0.000585073, 0.00576398149, -0.0126691926, 0.0243205316, 0.0300883688, 0.0181363, 0.00869031064, -0.0149824964, 0.00292825676, -0.00359140383, -0.0132166743, 0.0167637393, -0.0303659644, 0.00870573241, 0.000918574282, 0.0299341492, -0.00333886826, -0.00733317249, -0.0162393916, 0.0289934054, 0.00637700688, -0.00673171366, -0.00407526968, 0.0116744721, -0.0112349447, 0.0151367169, 0.00320392544, -0.00682424568, 0.00547096319, 0.000224944684, 0.0140417526, -0.00156051607, -0.00153738307, 0.00294175115, -0.00578711461, 0.0103019122, -0.00050940871, 0.000350851042, 0.0240120906, 0.00384779507, 0.00596061209, 0.0271273404, -0.0268189, 0.0337742344, 0.0315688848, 0.00364730856, 0.0197556131, 0.0145892343, 0.0381849296, -0.0202028509, -0.0294869095, -0.00603386667, 0.00830476, 0.0284227896, -0.0174577311, 0.00786523242, 0.023117613, -7.57847884e-05, 0.0285307448, 0.0104946876, 0.00111906056, 0.00987780653, 0.00200679083, -0.0150596062, 0.0287620742, -0.0199560989, 0.0128773898, 0.00650809426, -0.017087603, -0.00407912536, -0.0153911803, -0.0409917384, -0.00209932309, 0.0214674566, -0.0416394658, -0.00827391632, -0.0121294223, -0.00101592578, -0.00946912263, -0.00563289411, -0.00473841699, -0.00516637787, 0.000678087119, 0.00497360295, 0.0213286597, -0.00403671479, 0.0090373056, -0.00645411713, 0.0241354667, 0.0161005929, -0.0149593633, -0.00943827908, -0.00694376649, 0.0121062892, -0.000257836975, 0.00485408213, -0.00295524532, 0.0261865966, -0.00418322394, -0.00617266493, -0.028839184, 0.00640785089, 0.0188611355, 0.0285615884, 0.0202953834, -0.00927634723, 0.00437214365, 0.0240275133, 0.0129313674, 0.0163781904, 0.000724353187, -0.00406370312, 0.00478853844, -0.00357405399, -0.0257393587, 0.00543240784, -0.00390755525, -0.0185218509, 0.00722521823, 0.00534373149, 0.0214828793, -0.0152986478, 0.0117361601, -0.0363651328, -0.0156147992, -0.0170104932, -0.00441841, -0.000740739109, 0.00120580953, -0.0137564456, -0.00630375231, -0.00179859356, 0.00224776, -0.0184910074, -0.00332922954, -0.0134865604, 0.0235802755, -0.0191849973, 0.0279292855, 0.0115819396, 0.0231021922, -0.0101245586, -0.0162239689, -0.00668930309, -0.022747485, 0.0186760705, 0.0218992736, 0.0145429689, 0.00310561014, -0.0148745421, 0.0117207384, 0.00397888198, -0.0351005271, 0.0201103184, -0.0209431089, 0.0124532841, 0.029456066, -0.00709413085, 0.00210703397, 0.00946912263, -0.0167637393, 0.00120773725, -0.012368463, -0.0202645399, 0.014357904, -0.00771101192, 0.0195242818, 0.0174114648, 0.0158846844, 0.0263716616, 0.00488878181, 0.0123221967, -0.0075914911, 0.013232097, -0.0135405371, -0.0155222667, 0.00538614206, -0.0263408162, -0.016964227, -0.00230173697, 0.0302734338, 0.0313375518, -0.00460732961, -0.00803487469, -0.00345453341, 0.0196939241, 0.0152138267, 0.0303813871, 0.000620736449, 0.00940743461, 0.0179203916, -0.00227860408, -0.0158538409, 0.0113737425, 0.00822765, -0.0253846515, -0.0190616213, -0.00227474864, -0.0122527983, 0.0269731209, 0.00438756589, -0.0177970156, 0.010625775, 0.00177160499, 0.00787294284, 0.0207888875, -0.0447855592, 0.0147974323, -0.0344528034, -0.0130161885, -0.0200486314, -0.00582952518, 0.0198789891, 0.00795005355, -0.00110556639, 0.01044071, 0.0228862837, 0.00491577, -0.00875971, -0.0261249095, 0.00147569494, -0.0162856579, 0.00999347121, -0.0150364731, -0.0206346679, -0.0427190065, -0.00506227929, 0.00801945291, -0.00661990372, 0.0288700294, 0.0155531112, -0.00955394376, -0.0200023651, 0.00917610433, -0.00176293007, -0.00710569741, -0.0138952434, -0.0311524887, 0.01920042, -0.0107260179, -0.0286386982, 0.00810427405, -0.00538614206, -0.0250762105, 0.0131472759, 0.0152986478, -0.0134402942, 0.00577169238, 0.0126537709, 0.025909001, -0.00304199429, 0.0051239673, -0.00876742, 0.025168743, -3.28320421e-05, -0.0150827393, -0.00430274475, 0.0138104223, 0.00754908053, 0.00363574224, -0.00485793734, 0.00656978227, 0.0129776336, -0.00109689147, 0.00097110559, 0.00168871158, 0.00324440841, -0.00224004895, -0.00342754484, -0.0280526616, 0.0160851702, 0.0123376194, -0.00636544032, -0.0179049689, -0.0145661021, 0.0020337794, 0.00751823653, 0.00138894608, -7.80739938e-05, -0.00282030273, 0.0101322699, 0.0146894781, 0.0185372736, -0.0436443277, 0.0154760014, -0.00783053227, 0.0154528683, -0.0115125412, -0.0307206716, 0.000121508681, -0.0169333816, 0.00278560305, -0.00079905364, 0.0109265037, -0.00574470405, 0.0273432489, 0.0184910074, 0.0555809736, 0.0191078875, 0.0042526233, 0.0143887484, 0.00597603433, 0.0219609626, 0.00648881681, 0.00619194284, -0.0145583907, -0.0157073308, -0.000139641605, 0.00357790967, 0.0139337983, -0.0296411309, 0.00172437506, 0.00468058418, 0.0086440444, -0.0214674566, -0.0161160156, 0.0262020193, 0.0199715216, -0.00988551695, 0.00771486759, 0.0189845115, -0.00173594162, 0.0284073688, -0.0226395316, -0.0216062553, 0.0143039273, 0.0129159447, 0.00112677168, 0.00457263, -0.00933803525, 0.00890621915, 0.0070709982, 0.0163936112, 0.00594133465, 0.00912212674, -0.0148128541, -0.00334465154, 0.0182596762, 0.000700738223, 0.00935345795, 0.0114431418, -0.00955394376, 0.0147434548, -0.00466516241, -0.00653893827, -0.00527047692, -0.00815825071, -0.00360104255, 0.0194163285, -0.00724449567, 0.00040000875, 0.0138644, 0.00778041128, 0.00680882344, -0.00811969582, -0.00575241493, 1.02788397e-06, 0.00389406108, 0.0066931583, -0.0155222667, -0.0094459895, -0.0154297352, 0.00285885762, 0.000846765528, -0.0214057695, 0.0103404671, 0.0268805884, 0.0201103184, -0.010872527, -0.00417551305, -0.0079423422, 0.0241200458, -0.0123530412, 0.00506999, 0.0056290389, -0.0182134099, -0.00521264412, -0.0158692636, 0.00273355376, 0.0031865756, -0.000463142671, -0.00909128319, 0.00736401649, 0.0160851702, 0.0182134099, 0.0311987549, 0.0251224767, 0.0137410238, -0.0105717974, 0.0030439219, -0.00956165511, -0.00264102151, 0.00160196272, -0.0263253953, -0.0140880188, -0.00235185865, 0.0125689497, 0.0126383491, 0.0043914211, 0.0135559589, -0.0168716945, 0.0058642244, 0.000153617817, 0.0108802384, -0.0193700623, 0.0105409538, -0.00930719171, -0.00778426649, -0.0218530074, 0.0157304648, -0.00198173, -0.00555192865, -0.0170721803, -0.0100705819, -0.000804836862, -0.00724449567, -0.00567144947, -0.0191541538, -0.00423334539, -0.00614182092, -0.038215775, 0.00431431131, 0.0296719745, -0.0184755847, 0.0042526233, -0.00298416172, 0.00724449567, 0.00142653717, -0.00515481131, 0.00676641287, -0.00926092546, 0.0051509561, 0.00810427405, 0.00838958099, 0.00155858835, 0.00412924681, 0.0176890623, -0.010255646, 0.0119212242, -0.0121062892, -0.0192158427, -0.0129699223, -0.00156244379, 0.00896019582, 0.0027219872, 0.0114894081, -0.00902959518, -0.00854380149, 0.00747197075, -0.0214211922, -0.0224082, 0.00318272016, -0.0027219872, 0.00085303071, -0.00229209824, -0.00902188383, -0.00104387826, 0.0156225106, -0.0235494301, -0.00653893827, 0.00176871335, 0.00937659, 0.0205884017, 0.0312758647, -0.0200023651, 0.00244053523, 0.0131472759, -0.00832018163, 0.0136484914, 0.00681267912, -0.0033118797, 0.0179975014, 0.0113891643, 0.00468829507, -0.0094459895, 0.0175965298, 0.00181497948, -0.0205575582, -0.0130547434, -0.0106643299, -0.0292555802, 0.00215715566, 0.0129005229, 0.00459961873, -0.0131241428, 0.00290512387, -0.000522421091, 0.0142576611, 0.0261557531, 0.0064695389, -0.00186799269, 0.00308440486, -0.00469215075, -0.00865175575, -0.00845898, -0.012985344, 0.0131549863, -0.0167483184, 0.00595290121, -0.016347345, -0.0132475188, -0.0148282759, -0.0117592933, 0.00219571055, -0.0190307777, -0.000260728586, 0.00645797234, -0.0381849296, -0.0132783623, 0.0146123674, 0.00562132755, 0.00495432504, 0.0262791291, 0.00194124726, -0.0119752018, 0.00956936553, 0.0187840257, 0.00091086328, 0.00235956977, 0.00732931681, 0.0101785362, 0.0159926396, -0.0130007658, -0.000776884437, -0.0103713116, -0.00832018163, -0.0135405371, -0.00312681543, 0.0148822535, 0.0303659644, 0.0271427631, -0.0257547796, -0.0124532841, 0.00619965373, 0.00634616287, -0.0113506094, -0.0132089639, 0.00608013291, 0.00601458922, -0.0293326899, 0.0107337283, -0.0166249424, -0.0150364731, 0.0258164685, -0.000895441277, -0.013293785, -7.50392928e-06, 0.00294753443, -0.00204341812, 0.00910670497, 0.0197247695, 0.00593747944, 0.0301037915, 0.00377839594, -0.0215754118, -0.0163936112, 0.00703629851, 0.00885995291, 0.0221460257, 0.00615338748, -0.0193546396, 0.0171030238, -0.0152292484, -0.0204187594, 0.0110267475, -0.0222694036, 0.00254270621, -0.0146894781, -0.00682424568, 0.00171377242, 0.0126923257, 0.00997033808, -0.00220149383, -0.00309789903, 0.00239619706, -0.00261210534, 0.00953081064, -0.0036646584, -0.000831343466, 0.0103096226, 0.00257547805, 0.0159155279, -0.00530903181, -0.00546710752, 0.0105563756, -0.001615457, -0.00852838, 0.020758044, -0.0265567247, -0.00511240074, 0.00451479759, 0.0143116387, 0.0195705481, -0.0114431418, -0.0070709982, 0.0344836451, 0.00118267641, -0.00263138278, -0.00267764903, 0.0207272, 0.0129699223, 0.0133400504, -0.00357019855, 0.0278830193, 0.0230405033, -0.0116050728, 0.0251533203, -0.0129622109, 0.014604657, -0.00762233557, -0.00402129255, 0.0115742292, 0.00375526282, -0.0195397045, -0.000867488852, -0.00778812217, -0.0157613084, 0.00380152883, -0.00983154, 0.00976985227, 0.00330224098, -0.00960021, -0.0206038244, -0.0118903806, -0.0130393216, 0.0131626977, -0.00552108465, -0.0244593304, 0.00510469, -0.00688593369, 0.0026236719, -0.0215137228, 0.0233489443, -0.016347345, 0.00921465922, -0.00710569741, -0.00444539823, 0.00591049064, 0.00632688543, 0.00888308603, 0.00207233452, 0.00318079256, -0.00663532596, -0.00731003936, 0.00788836554, -0.00400972646, -0.0233335216, 0.00299765589, 0.00128002802, 0.00294753443, 0.00463431841, 0.00229017064, -0.00724064047, 0.012306775, 0.00554421777, -0.00698617706, 0.00175039971, 0.00820451695, 0.0183984749, -0.0264179278, -0.023055926, -0.00694376649, 0.00716738543, 0.00116147113, 0.00449552, 0.0119289355, 0.027775066, -0.00718280766, 0.0122219538, -0.00390948309, -0.00320585328, -9.92190398e-05, -0.00677797943, -0.000813511782, 0.0223465133, -0.00189690897, -0.00756835844, 0.00181208784, -0.0159617942, -0.0104869762, -0.00326368585, -0.0250607897, 0.0150133399, -0.0162085481, -0.000328199938, 0.00974671915, 0.0127694355, 0.00324055273, -0.00193353626, 0.00179184636, -0.0235340092, -0.0131010097, 0.00353935454, -0.000408442662, -0.0280063953, -0.0102248015, 0.0133169182, -0.0158384182, 0.00392683269, 0.0119520687, 0.0221768711, -0.0115973623, -0.0027374092, 0.0291630477, 0.00478853844, -0.0118055595, 0.0138181336, 0.000718569907, -0.00987780653, 0.00666617, 0.00886766333, 0.0215137228, -0.000682906481, 0.00496203639, 0.00763004646, 0.00564831635, -0.00758763589, -0.00504300185, 0.00149786402, -0.00426804507, 0.0212978143, 0.00882910844, -0.00234993082, -0.00218221638, 0.021189861, -0.00993178319, -0.0208197329, 0.00193353626, 0.0114277201, 0.0200177878, 0.0189690888, 0.00119327905, 0.00378803466, 0.0246289726, -0.0274512023, -0.00784595497, 0.00124340074, 0.012491839, 0.000221450624, 0.0018091962, 0.025292119, -0.000265788956, 0.00471142819, -0.00987780653, -0.00216486654, -0.0136793349, 0.00475769443, -0.00656207139, 0.000337838719, 0.0177507494, 0.0198635664, -0.0235494301, -0.0359950028, -0.0118209813, -0.000318561186, -0.0147511661, 0.0166095197, 0.00396731589, -0.00159810728, 0.0133477617, 0.000991829, -0.0111809671, -0.00456877472, 0.014296216, 0.0111809671, 0.0130084772, -0.00468829507, -0.00812740624, 0.00254848949, 0.00744498195, -0.00266029919, -0.0013532826, -0.0206500906, 0.0100551592, 0.0124378623, 0.00213209493, 0.0258627348, -0.0119520687, -0.0212052837, -0.00180534064, -0.0149979182, 0.0187223367, 0.00327718, 0.00414852425, -0.00690521114, -0.0370128565, 0.0161160156, -0.0173189323, -0.00214944454, 0.00876742, 0.0238270275, -0.0289471392, 0.00350465486, 0.0095231, -0.0390485637, -0.00633074064, 0.00529360957, 0.00629218575, 0.0118672475, -0.00495432504, -0.000423382764, -0.0148976753, 0.0077187228, -0.0026236719, 0.00663532596, -0.00442612078, -0.0128388349, 0.0101245586, 0.0142499497, -0.00336778443, -0.000391815789, 0.00527433213, -0.00946141127, 0.000650134694, 0.0141882617, 0.0126923257, 0.00707870908, -0.00806571823, -0.0131549863, 0.00241354667, 0.0165324099, -0.0176119506, 0.00888308603, 0.00347573869, -0.00396731589, 0.0236728061, 0.000551337376, -0.0143424822, 0.00425647851, 0.0266801, 0.0244593304, -0.00875971, 0.00882139802, -0.00438756589, 0.0196785033, 0.00665460341, 0.0159772169, -0.0142113948, 0.0139646428, 0.0100628706, 0.00587964663, 0.00553650642, 0.00180052128, 0.00829704851, 0.00163280685, 0.0212207045, 0.0105101094, 0.0225007329, 0.00707485341, 0.00521264412, 0.0133786062, 0.0181671437, 0.013825844, 3.20790132e-05, -0.0194009058, -0.0153063592, -0.0187994465, 0.00901417341, -0.0137950005, -0.0280989278, 0.0107260179, 0.0121833989, -0.00264102151, 0.0167637393, 0.0143039273, -0.0105717974, -0.00716738543, 0.00812740624, -0.0139646428, 0.0179203916, 0.0172264017, -0.00512782298, -0.00432973308, -0.0283611026, -0.0280989278, -0.012923656, -0.00157401036, -0.0131087201, -0.0339592956, -0.0236573853, -0.0335274786, 0.0122142434, -0.00247523491, 0.0119058024, -0.012245087, 0.024736926, -0.00201835739, 0.0188611355, 0.0120291784, 0.00212052837, 0.010317334, 0.00401743734, 0.00591820152, 0.00106122799, 0.0216679443, -0.0262637064, -0.00470757298, 0.0185064282, 0.0224853102, 0.0175965298, 0.0177970156, 0.00568301603, 0.00513938954, 0.0021610111, -0.00635387376, 0.00445696479, -0.00287042418, -0.0171801355, -0.0191387311, 0.00801945291, 0.0156379323, -0.0209585298, -0.0275283121, 0.00594519032, 0.0090373056, 0.00647725025, 0.00966960937, 0.00312488759, 0.00430274475, 0.000346272631, 0.0196013916, 0.010687463, 0.023117613, -0.004800105, -0.0108262608, 0.00210317853, -0.00747197075, 0.00990865, 0.00364152552, -0.00186510105, -0.0112272333, 0.00783053227, -0.00931490213, -0.0180900339, 0.0212361272, 0.000323862507, 0.0340209864, 0.00684352312, -0.00165208429, -0.00842813589, 0.00392683269, 0.00869031064, 0.0309828464, -0.00697846571, -0.00920694787, 0.00363188656, -0.00672785798, -0.00852066837, 0.00707485341, -0.00226703752, 0.00397888198, 0.0035374267, 0.0137410238, 0.0156919099, 0.0268960092, -0.0130238989, 0.0056984378, -0.0120985778, -0.000121508681, 0.0355631858, 0.014419592, -0.0223927796, 0.00134268, -0.00428346731, -0.0132243857, -0.0224544667, 0.000435431197, -0.00248101819, -0.0117515819, -0.0011595434, 0.00739100482, 0.00773414504, -0.000654472155, -0.00182847376, -0.016655786, 0.00832018163, -0.00594904553, 0.00680111255, 0.0264950376, 0.00645797234, -0.0162856579, -2.25004915e-05, -0.00109399983, 0.0217758976, 0.00280102505, 0.00962334312, -0.00448780879, 0.0183830522, -0.00431431131, -0.00350272725, -0.000220486749, 0.0090373056, -0.00281837489, 0.023117613, -0.0027663256, 0.0234414767, 0.00664303685, 0.0013908738, 0.00620736461, -0.00668544741, 0.00373598537, -0.00926863682, 0.00781125529, -0.00594519032, -0.0224082, 0.0143424822, 0.0139723541, -0.0109496368, -0.0019210059, 0.00862091128, 0.0149208084, -0.0127925687, 0.00725220656, -0.0052165, 0.000747968152, 0.0113428989, 0.025909001, -0.00385550596, -0.00294946204, -0.00937659, 0.00789222121, -0.00727919536, 0.00695147738, -0.00163087901, 0.0130084772, 0.00960021, 0.0112195229, -0.0153217809, 0.00860548951, -0.0186914932, -0.00130508875, 0.017334355, 0.000563385838, -0.0142807942, 0.0091915261, 0.00392104965, 0.0119366469, 0.0107028848, -0.0157458857, -0.00338513427, 0.0125689497, 0.0214211922, -0.0185989607, 0.00713268621, -0.00882910844, -0.0282531474, -0.0117438715, 0.0266184136, 0.0087828422, 0.00907586142, -0.0018390764, -0.0192158427, -0.0251070559, 0.00733317249, 0.00429888908, 0.00812740624, -0.0124995504, -0.00508155674, -0.0149670746, 0.0019065477, -0.00231523137, -0.000882910856, -0.0016299152, -0.00358562055, 0.0109496368, 0.00200486323, 0.00894477405, 0.00249451236, 0.00235764193, 0.0258473121, 0.0117670046, 0.0124841286, -0.00614953227, 0.0161160156, 0.0217296313, 0.00270463736, 0.0146123674, -0.011651339, -0.0012482201, -0.0202336963, 0.00645797234, 0.000487239566, 0.00198173, -0.0108031277, 0.00446467614, -0.0107105961, 0.00897561759, -0.00324633601, 0.0116590504, -0.00116532668, 0.00624977518, -0.0186298043, 0.00475769443, 0.0194317494, -0.00443383167, -0.0256468263, 0.00176967727, -0.0322937183, -0.0106951734, 0.00399430422, 0.0176736396, 0.000406755891, 0.000845801609, 0.0009156827, 0.00459576305, 0.00174654427, 0.0134788491, -0.0107414396, 0.00857464503, -0.0243051089, -0.0201565847, 0.0054748184, -0.00785752106, -0.0045456416, 0.0116127841, -0.0101785362, -0.0100782923, 0.0113891643, -0.0114431418, 0.0189228225, -0.0171338692, -0.0081968056, 0.018953668, 0.00428346731, 0.00405599223, 0.0270039644, -0.034421958, 0.00395960454, -0.00280295289, 0.0362417549, 0.00900646206, -0.0101554031, 0.00639242912, 0.000876645674, -0.00299765589, -0.00963105354, 0.0162548125, -0.00551337376, -0.0116590504, -0.00317500927, -0.0147434548, -0.00284343562, -0.0131781194, 0.00789222121, 0.00525119901, -0.0132166743, -0.00782282185, 0.00454178592, 0.0216987878, -0.0163627677, 0.00260632206, -0.000287717121, 0.000798089721, -0.0225624219, 0.00980069581, -0.001615457, -0.00368779153, -0.00447238702, 0.00300343917, -0.00929948, 0.00680882344, 0.0389868766, -0.00392683269, -0.0174423084, 0.00216486654, 0.00542469695, -0.00458419649, 0.0098932283, 0.00660833716, -0.00529360957, -0.000550855417, -0.0219918061, -0.00493504759, 0.00278174761, -0.00274319248, 0.0111115687, 0.023611119, -0.0155762443, 0.00744498195, 0.00446082046, -0.00171859178, 0.0158538409, -0.00471528387, -0.0109419264, -0.00580639206, 0.00304006645, -0.00881368667, 0.00888308603, -0.00544783, -0.0052473438, -0.0180900339, 0.0203724932, 0.0146740554, 0.00241933, 0.00556349522, 0.00397502678, -0.0178741254, 0.0334657915, 0.00127231702, -0.00433744444, 0.00731389504, -0.00843584724, 0.00143039273, -0.0590971969, 0.00859777816, 0.0122605087, -0.00161642092, 0.00648881681, -0.000189040278, 0.00343718356, 0.0196630806, 0.0179820806, 0.00748739252, -0.00210317853, -0.00732160592, 0.000467721082, 0.0102402242, -0.021189861, 0.00273933704, 0.000364104344, -0.000118918266, -0.0178741254, 0.00988551695, 0.0163165014, -0.00130123331, 0.00820451695, -0.00715581933, -0.00848211348, 0.00642712833, 0.00395960454, 0.0193083733, -0.0253692288, -0.0011219522, 0.0225624219, 0.00373405754, -0.00236728066, -0.0156225106, 0.00497360295, -0.000374225056, -0.00833560433, -0.0090373056, -0.0191849973, -0.00758378, 0.0139260879, -0.00998576079, -0.0132552292, -0.0228862837, -0.00829704851, 0.00127810019, 0.00152581651, 0.00260053878, -0.012245087, 0.00428732252, -0.0191078875, 0.0134402942, -0.0101245586, -0.00264873262, -0.00637315121, -0.000886766356, -0.00618808717, -0.00463046273, 0.0105486643, -0.00603772234, -0.00143424817, -0.00538614206, 0.00514324522, -0.0108571053, 0.00689750025, 0.0130701652, 0.00548252976, 0.00841271412, -0.0021745055, 0.00759534677, 0.00597603433, -0.0104484214, -0.00786523242, -0.00410996936, -0.0130701652, 0.00022566758, -0.00859006774, 0.0113043431, 0.0172418226, 0.0161931254, 0.0094459895, -0.00885224156, 0.0199869424, -0.00252535637, 0.0103404671, 0.00500830216, -0.0171030238, -0.0175348409, 0.0180746112, -0.00706328684, 0.0168408509, -0.0097390078, 0.00712883053, 0.00307669374, 0.00912212674, -0.00156051607, -0.000452299049, -0.0112349447, -0.00336200115, 0.00914526, -0.000325790257, -0.0105717974, 0.00375526282, -0.0080965627, 0.020866, -0.0215137228, -0.000656399876, -0.0254463404, 0.00380152883, 0.0216062553, 0.03877097, 0.00349116069, 0.013949221, -0.00700159883, 0.0252304319, 0.0055712061, 0.000717124087, 0.00548252976, -0.000803873, -0.0160697494, 0.000136749979, -0.00465359585, -0.0010246007, -0.0127848582, 0.018891979, 0.0102942009, -0.00332344626, -0.0154682901, 0.00320199784, -0.0262174401, 0.00314994832, -0.00929176901, 0.0152446711, -0.0139337983, -0.00340633956, 0.00115279632, -0.00188437861, 0.0181054566, -0.00192293362, 0.00574470405, 0.00697075482, -0.0115048299, -0.0108262608, 0.00458805216, -0.0200640541, -0.0265567247, -0.00347959413, 0.00472299475, -0.0263408162, -0.0209893752, -0.00613796571, -0.00141689845, -0.00900646206, -0.00272777048, -0.00184196804, -0.00451094192, -0.0126383491, 0.00342754484, 0.0128079914, -0.00861320086, 0.0456491895, -0.0136947576, 0.0123221967, -0.00184196804, -0.00300151133, 0.00916068256, -0.0046150405, 0.00589121319, -0.0146123674, 0.000223137409, 0.00422177929, 0.0192929525, 0.0127077475, 0.0200640541, -0.0155299781, 0.0113043431, -0.00332922954, -0.0075914911, 0.00946141127, 0.0127463024, 0.0171338692, 0.0159772169, 0.00522806635, 0.00821993873, -0.00503529096, -0.0166249424, 0.0278367531, 0.0167637393, 0.00520878844, -0.00181305164, 0.0126460595, 0.0081968056, -0.0138566885, -0.0154914232, -0.00894477405, -0.0169179607, -0.00310753775, -0.0144967027, -0.00411382504, 0.0154528683, 0.0173189323, 0.0158229973, -0.00954623241, 0.00428732252, 0.00863633305, -0.00323476945, -0.00916068256, 0.00614182092, 0.00805800781, 0.00626519741, 0.0250916332, 7.95800515e-05, -0.00720594078, 0.0133169182, -0.00273162592, 0.00133786059, -0.0111655453, 0.00385357835, -0.0112812109, 0.017025914, -0.00107279455, 0.00425647851, 0.0072984728, 0.00456106337, 0.0137101794, -0.000849175209, 0.0124687068, 0.00648496114, -0.00266993791, 0.00906815, 0.00643869489, -0.00327525241, -0.0121911103, -0.0160389058, 0.00101110642, 0.0111347018, 0.0119289355, 0.0252766982, -0.0035663431, 0.0146740554, 0.0210356414, 0.0133169182, -0.00682810135, -0.00126556982, 0.00901417341, 0.0154837118, -0.00303042773, -0.0113660321, -0.0138489772, -0.0197401904, -0.00124532846, 0.00430660043, -0.00892164093, -0.00709413085, 0.0125689497, -0.0104869762, -0.00869031064, 0.0175811071, -0.0189228225, 0.00808885135, -0.0149516519, -0.00485022645, 0.00369164697, 0.00354899326, 0.00520107755, -0.0124687068, -0.0135251153, -0.0122990645, -0.000941707345, -0.0222385582, -0.000546517957, -0.0114508532, -0.00828933809, -0.00483866, 0.0100705819, -0.00583338039, -0.00132243859, 0.0226703752, -0.0041253916, -0.0177044831, 0.000530614, -0.0253846515, 0.00393839926, -0.0169179607, -0.00918381568, -0.00167907286, -0.00344875013, -0.0123993075, 0.00607242202, 0.00904501695, 0.0135868033, -0.0228862837, 0.0150981611, 3.8283968e-05, -0.0108262608, -0.00696304394, 0.0160851702, -0.020758044, 0.00279138633, -0.0257393587, 0.00940743461, -0.0225007329, 0.00227474864, -0.00211474509, 0.0115819396, -0.0309674237, -0.01751942, -0.0392336287, -0.000579771702, 0.00712111965, -0.0237961821, 0.00196438027, -0.0123607526, -0.00240198034, -0.00326754129, 0.0122527983, 0.00270270975, -0.00491962582, 0.0166095197, -0.0118826693, -0.0146817667, 0.0064695389, -0.0106797516, -0.00698232139, 0.0110113248, -0.0108262608, 0.0169796478, 0.0124378623, -0.0125997933, 0.0102016693, 0.0118441144, 0.0193546396, 0.00663918117, -0.00213787798, -0.00338898972, 0.00371863553, 0.00327718, 0.0114354305, -0.0135945138, -0.000862187531, -0.0138412667, 0.0119366469, 0.00724064047, -0.0127463024, 0.0176736396, -0.0139877759, -0.0161931254, -0.0150056295, 0.0229017064, -0.00510854553, -0.00383044523, -0.012083156, -0.0128773898, 0.00852066837, -0.00976214092, 0.0199869424, -0.00306512718, -0.012430151, 0.0259552673, -0.00413695816, -0.032509625, -0.00863633305, -0.0228862837, -0.0256468263, -0.0157767311, 0.000612061587, -0.0134942709, -0.00132436631, 0.000415430783, 0.000205426186, -0.00545168528, 0.00264102151, 0.00859006774, 0.0785289481, 0.00961563177, 0.00901417341, -0.0183984749, 0.0106643299, -0.0247215051, -0.0206655115, 0.0502449535, -0.000545072136, 0.0309211574, -0.0061765206, 0.0110498806, 0.00238077505, -0.00276439777, -0.0203879159, -0.00720208511, -0.00130508875, -0.0136793349, -0.0172726661, -0.0191541538, 0.00859777816, -0.0161160156, 0.0196939241, -0.0150904506, 0.0114585636, -0.00692448858, -0.0243205316, -0.00645797234, -0.0166712087, 0.00776498904, -0.00859777816, 0.0182134099, 0.00421792362, -0.00222269911, -0.0284382124, 0.00229595392, 0.0075914911, -0.00195859699, 0.00960792135, -0.0176119506, 0.0216370989, 0.0256930925, 0.00866717752, -0.0115973623, 0.0101322699, -0.000237957, -0.00971587468, -0.0410534292, -0.00856693462, -0.0223465133, 0.0190307777, -0.0160851702, -0.0193392187, -0.0220843386, 0.0190924648, 0.0292864237, 0.0106334854, -0.00608013291, 0.00711726397, -0.00695533259, 0.00586808, 0.0102633573, 0.00450323103, 0.0162548125, 0.0113583207, -0.0211127512, -0.0144350147, 0.0110190362, -0.00168485614, -0.0108956601, 0.013293785, -0.0139183765, 0.000760498573, -0.0161160156, -0.00133689668, 0.0070709982, 0.00345260557, 0.0103019122, -0.00388249452, -0.00363188656, -0.0192775298, 0.00500830216, -0.0130007658, -0.0189228225, -0.0139183765, -0.0121062892, -0.00379381794, -0.00167232577, -0.0018467874, 0.00957707688, 0.00240390794, 0.0404365472, -0.0104792649, -0.0012491839, 0.00957707688, 0.0111732567, -0.00859777816, 0.00499288039, 0.0137872892, 0.00184967904, 0.0124455737, 0.00865946617, 0.000985081773, -0.00335429027, 0.00403285911, 0.0257547796, 0.00701316539, 0.00881368667, 0.00887537468, 0.0141651286, -0.00993949454, 0.000560976099, 0.01515985, 0.0377531163, -0.00415238, 0.00865175575, -0.00178606319, 0.0103096226, 0.0214674566, -0.00865175575, -0.000193377724, 0.0151829822, 0.00289741275, -0.00253499509, 0.00902959518, 0.00917610433, 0.0069167777, 0.0131549863, 0.0101554031, -0.0204650257, -0.0224236231, 0.00260246661, 0.0016896755, -0.00705943163, 0.000371574395, 0.0263562389, -0.0018390764, -0.0094999671, 0.021374926, 0.0196476579, -0.0147820096, -0.00723292911, 0.00260825, 0.00469215075, 0.0233797878, 0.00980069581, 0.00550951809, 0.00619579805, 0.00261981622, -0.00329067442, -0.00410611369, -2.34342479e-05, 0.0137795787, -0.0299495701, -0.011527963, 0.00480396068, -0.00637315121, -0.0351622142, 0.0161622819, -0.000726280967, -0.00605314458, 0.0130701652, 0.0246752389, -0.00695147738, -0.00186799269, -0.0151058724, 0.00169353106, -0.00756064709, 0.0116590504, -0.0030593439, 0.0209122654, 0.014666345, 0.0139877759, 0.00496974727, 0.00928405859, -0.00196438027, 0.011096146, -0.0056984378, 0.0061456766, -0.00438756589, 0.00230944809, -0.012083156, -0.0106411967, 0.0482400917, -0.00163955393, -0.00153352751, 0.00715196365, -0.00471528387, 0.0125149721, -0.00289741275, 0.00159810728, 0.00910670497, -0.00207233452, -0.0112426551, -0.00699003227, 0.0125997933, 0.0153603358, -0.00619579805, 0.00403285911, -0.0114354305, 0.00487335958, -0.00469986163, -0.00281837489, -0.00257933349, -0.00121062889, 0.0111115687, 0.00454178592, 0.00778812217, 0.00131569139, 0.00575241493, 0.00520878844] |
09 Oct, 2024 | How To Create an Alert Message Box using CSS?
09 Oct, 2024
An alert message box using CSS is a styled container that displays important messages or notifications to users. It is often used for warnings, errors, or success messages, and typically includes styles like background colors, borders, and icons to attract attention.ApproachBasic Structure: Use divs with classes to create different types of alert message boxes.Styling Alerts: Define .alert class for common styles like padding, border-radius, and font size.Custom Classes: Use classes like .success, .error, and .warning for specific background, border, and text colors.Display Messages: Each alert box displays a message tailored to its type (e.g., success, warning, error).Responsive Design: Using relative units and scalable font sizes ensures alerts adapt to different screens.Example: Here we are following the above-explained approach.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width,
initial-scale=1.0">
<title>Alert Message Boxes</title>
<style>
.alert {
padding: 15px;
margin-bottom: 20px;
border-radius: 4px;
font-size: 16px;
font-weight: bold;
}
.success {
color: #155724;
background-color: #d4edda;
border: 1px solid #c3e6cb;
}
.warning {
color: #856404;
background-color: #fff3cd;
border: 1px solid #ffeeba;
}
.error {
color: #721c24;
background-color: #f8d7da;
border: 1px solid #f5c6cb;
}
.info {
color: #0c5460;
background-color: #d1ecf1;
border: 1px solid #bee5eb;
}
.primary {
color: #004085;
background-color: #cce5ff;
border: 1px solid #b8daff;
}
.secondary {
color: #383d41;
background-color: #e2e3e5;
border: 1px solid #d6d8db;
}
.dark {
color: #fff;
background-color: #343a40;
border: 1px solid #6c757d;
}
</style>
</head>
<body>
<div class="alert success">
Success: Your changes have been saved.
</div>
<div class="alert warning">
Warning: This action cannot be undone.
</div>
<div class="alert error">
Error: Please enter a valid email address.
</div>
<div class="alert info">
Info: Your account has been updated.
</div>
<div class="alert primary">
Primary: This is a primary alert.
</div>
<div class="alert secondary">
Secondary: This is a secondary alert.
</div>
<div class="alert dark">
Dark: This is a dark alert.
</div>
</body>
</html>
Output:Output Alert Message Box using CSS - FAQsCan I create a dismissible alert box with CSS?Learn how to use CSS and minimal JavaScript to add close buttons to alerts for dismissing them.What is the best way to make responsive alert boxes using CSS?Use relative units like em or % for width and padding, ensuring alerts adjust to screen sizes.How do I add icons to my CSS alert message boxes?Integrate icons using CSS background images or libraries like Font Awesome for better visual representation of alerts.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS? | https://www.geeksforgeeks.org/how-to-create-an-alert-message-box-using-css?ref=asr10 | CSS | How To Create an Alert Message Box using CSS? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ? | GeeksforGeeks | [-0.0202951021, 0.0140679237, -0.00923917163, 0.0283988, 0.0588055961, 0.00123333384, 0.00544728665, 0.0105240503, -0.0149643505, 0.00996826589, 0.0280402284, -0.0241915695, 0.00359467138, -0.0719531849, 0.00554888183, -0.0424308665, -0.0579450242, 0.0074403421, 0.0144982086, 0.0264386125, -0.0350204036, -0.0197931025, -0.0356419273, 0.000814254279, -0.027251374, 0.00439547934, 0.00244126888, 0.00534270331, -0.0250999499, 0.0355941169, -0.0126934033, -0.00674710562, -0.0085997209, -0.0107810255, -0.0358809754, -0.0430523902, 0.00203190069, 0.0365503058, -0.0359048806, -0.0160878729, 0.0146057801, -0.0346379317, 0.0327016488, -0.0313629843, -0.000894932717, -0.0167691559, -0.0179882962, -0.0559848398, 0.0324865058, -0.0403750613, 0.0111993579, 0.00623315386, 0.0347096436, -0.00207074592, -0.016147634, -0.00625108276, 0.000559893204, -0.0243708547, 0.0115698818, 0.0118746664, 0.0205102451, -0.0474986658, 0.0141635425, 0.0339207873, -0.0200799592, 0.0177970584, -0.00562956, -0.00331677892, 0.0118746664, 0.0334905051, 0.0110977637, -0.0144623518, -0.0267971847, 0.00254884013, -0.0104284314, 0.0418093428, 0.0105360029, -0.0319127925, -0.0110977637, 0.00143278879, 0.0110320253, -0.0047540497, -0.0379367806, 0.0163747296, -0.0205341484, -0.00954993349, -0.0213469099, -0.0436739102, 0.0332275517, -0.0271318499, 0.0106854066, -0.00787660293, 0.0236417614, -0.00132521754, -0.0166137759, -0.0211795755, 0.0287095606, 0.0161595866, -0.0355463102, -0.00792441238, 0.0327494591, 0.0362156406, -0.0293549877, -0.0222911462, -0.0126097361, -0.0128846411, 0.0314825065, 0.00899414811, -0.010087789, 0.0184902959, -0.00711165229, 0.0277772769, -0.0346857384, 0.0094543146, -0.0065917247, 0.0313868895, -0.00487357331, -0.0125260698, -0.00233070948, 0.0264147092, -0.00363650452, 0.0191476755, 0.00853398256, 0.0641602501, -0.0262234714, 0.020761244, 0.0141037814, 0.00377096864, 0.0480962843, 0.0244306177, 0.0237134751, 0.0321279354, 0.000510216225, 0.00514250156, 0.0225780029, 0.0244545229, 0.00900610071, 0.0107630976, -0.0112232631, 0.0254107099, -0.0329406969, -0.0309327, -0.00839653052, -0.000249878969, -0.0475225709, 0.0321518406, 0.052781608, -0.0120718805, -0.0278728958, -0.0150599694, -0.0167691559, -0.0567497909, -0.000175270106, 0.0333948843, 0.0433870554, 0.000123071921, -0.0237015244, 0.000435514, 0.0195899121, 0.00842043571, 0.043339245, -0.048598282, 0.0113846194, -0.00928698108, -0.0308848899, 0.00879693497, 0.0331080295, -0.0105061214, -0.044749625, 0.0304067954, 0.0214186236, 0.00619132072, -0.0305980332, 0.009089767, -0.00870729238, 0.0374108776, 0.0333470739, -0.0119404048, 0.0221596695, 0.00600307109, -0.0495305657, 0.00619132072, -0.000629739778, 0.0148687316, 0.0077391509, -0.00577298831, 0.0208210051, -0.0225421451, -0.0107810255, 0.020426577, -0.0376260206, 0.0305024143, -0.0179763455, 0.00767938932, 0.0322713628, 0.0219564792, -0.0491002835, 0.0413551554, -0.00265790545, -0.026390804, -0.0157412533, -0.0125021655, -0.0306458436, 0.000826953677, -0.0070100571, -0.0151914451, 0.00726105692, -0.0039980635, 0.0100160753, -0.00815150701, -0.00520226313, 0.0150121599, 0.00535764406, -0.0223748125, -0.0288290847, -0.00662160572, -0.0407814421, -0.0101834079, -0.00967543293, -0.0445105769, 0.0384148732, 0.0643036813, -0.0172352977, -0.0296657495, -0.0301199388, 0.00742241368, -0.000284802256, 0.0130997831, -0.0124065466, 0.00778098404, -0.0318171754, 0.0224943347, 0.00140216085, 0.0206775777, 0.046781525, 0.0145818749, 0.0144145424, -0.0155619681, -0.0121376179, 0.0276099443, -0.00267732795, -0.0218967181, -0.025004331, -0.0332514569, -0.0104284314, 0.0152512072, 0.0405902043, -0.0293310843, 0.000169293926, 0.00810369756, -0.00361558795, 0.0130519737, -0.011396572, 0.041522488, -0.00937064737, -0.00551003637, 0.0210002903, -0.0471400954, 0.0564629324, 0.017163584, 0.00161506224, -0.0309566036, 0.0147731127, 0.00674112933, 0.0051962873, 0.0106913829, 0.0383431613, -0.0306936521, -0.00649012951, -0.00522616785, 0.0281597525, -0.0553155057, 0.032725554, -0.00577298831, 0.00643036794, 0.0409248695, 0.0076614609, -0.00219624559, -0.000310948031, 0.0363829732, 0.0224345736, 0.00273858383, 0.0879215375, 0.0190520566, 0.0274904203, -0.0102909794, -0.0355941169, -0.000121764635, -0.0191118177, 0.0203190073, -0.0298569873, -0.025960518, 0.00792441238, -0.00540844165, 0.0521600842, -0.00516939443, -0.00639451109, 0.00337355281, -0.0227453355, 0.0231995247, -0.0219206233, -0.00299705355, -0.0184663907, -0.0159444436, -0.00547417952, 0.032199651, 0.0174623933, 0.0177014396, 0.00637060637, 0.00337056466, -0.00752998469, 0.0112949768, -0.0070100571, -0.0224106684, -0.0353789777, 0.0272752773, 0.043865148, 0.00478094257, 0.00674710562, 0.0100997416, 0.00135584548, -0.00289695244, -0.0489090458, 0.0670288205, 0.00337355281, 0.0251955688, -0.0432675332, -0.00956786145, 0.0245262366, 0.0112292394, -0.0520644672, 0.00182721659, 0.00917941, 0.0129563548, -0.00180928805, -0.0340403132, -0.0186815336, 0.0106017403, -0.0166376811, 0.00346020726, 0.0143547803, -0.0090180533, -0.0463751443, -0.0364307836, -0.0244784262, -0.0252672825, -0.014641637, -0.0279924199, 0.0281597525, -0.0260083284, 0.000924066582, 0.0160281099, 0.044749625, 0.0130878305, 0.0122511657, -0.000217383495, 0.00649610581, -0.0205939114, -0.0241676662, 0.0121555468, 0.0216337666, 0.0221955273, -0.00198259717, -0.0460882895, 0.0233429521, -0.056319505, -0.0141396383, 0.0245023314, 0.0161237288, 0.00138273824, -0.0196496751, 0.0223270021, -0.0471161902, 0.0361678302, -0.0233668573, 0.019040104, -0.0176297259, -0.0376499221, -0.0483831391, 0.0354267843, -0.0448452421, 0.0595705472, 0.0195421036, 0.0372196399, 0.0312195551, -0.0085877683, -0.0379128754, 0.00261756615, -0.0118447859, -0.00606880896, -0.0286617521, 0.0206178147, 0.025315091, -0.0291398466, 0.0183110107, 0.00907781534, -0.010087789, 0.00972921867, 0.00102192652, -0.0303828903, 0.0489090458, 0.00694431923, 0.0167213473, 0.012824879, -0.023833, -0.000888956536, -0.00188697828, -0.0171277281, 0.00720129488, 0.0152273029, -0.0220520981, -0.0141754951, 0.0256975666, 0.00976507552, 0.0326538384, 0.0187532473, 0.00946029, 0.0315064117, 0.0108527401, 0.043458771, 0.017378727, -0.0333470739, -0.000512830797, 0.021621814, 0.0418093428, 0.00371419499, -0.0375782102, 0.00213200157, 0.0170201566, -0.0269406121, -0.052781608, 0.0131475925, -0.0415942, -0.0418810584, 0.0328689814, 0.0108945733, -0.00883279182, -0.0341598354, -0.0184902959, -0.00390842045, -0.0167093948, 0.040996585, -0.0042968723, 0.0230321921, -0.0493871383, 0.0224943347, -0.00655586785, 0.041522488, 0.021251291, -0.00875510089, -0.00296119647, -0.0140679237, -0.0248609018, 0.00564151257, -0.0193150081, -0.0148328748, 0.00298360712, -0.00192881154, 0.0173189659, -0.00653793896, 0.0272274688, 0.0142472088, 0.00692041451, 0.0241079032, 0.0138527816, -0.00330781471, -0.0187054388, 0.0227214303, 0.00692639081, -0.0153468261, -0.000366227672, -0.00148956245, -0.00543533405, -0.0192911047, 0.00375901628, -0.0298330821, 0.00948419515, -0.00506481109, 0.0124543561, -0.0328928865, 0.00133492879, 0.0280641336, -0.0114145009, 0.0213230047, 0.00764353201, -0.00346020726, 0.00547716767, 0.0162791107, 0.0223748125, -0.00348112383, 0.00982483756, -0.0284466092, -0.0289247036, -0.00993838441, 0.0201994833, -0.0125260698, -0.00496321637, -0.0235341899, 0.00541441748, 0.00774512719, -0.00049938442, 0.0158966351, -0.0116714761, 0.0688455775, 0.0251955688, -0.00893438701, -0.0155619681, 0.0253629014, -0.000487432058, 0.0111635011, -0.00618534442, -0.0291876551, 0.00447316933, -0.00435962202, -0.0159205385, -0.0283031818, -0.0269645173, 0.0225540977, -0.0251477584, -0.0187771525, 0.0132671157, -0.0145340655, -0.0239047129, -0.00796026923, -0.0225540977, -0.00519927498, 0.047092285, 0.00683674822, -0.0218489077, -0.0050140135, -0.0164225381, 0.0234744288, 0.0283509903, -0.00950212404, -0.0161237288, 0.0261039473, -0.00687260507, -0.0208568629, -0.00450305035, -0.0320323147, -0.0648773909, -0.0189803429, -0.00540246535, -0.0175819173, 0.00261906022, -0.00503493, 0.0172592029, -0.0492437109, 0.00253987592, 0.0180958677, -0.00022653451, 0.0632518753, 0.0136615438, -0.00165540143, -0.0010234206, -0.0111754537, -0.00923917163, -0.0241079032, -0.0210720059, -0.0210839566, 0.0196735784, -0.00498712109, 0.0324147902, 0.0275143255, 0.0172352977, -0.00574908359, 0.0163508244, 0.0164225381, -0.0314347, 0.0216098614, -0.0199484844, -0.00806784071, 0.00465245498, -0.0134583535, -0.0158727299, 0.0226975251, 0.0392993502, -0.0479528569, 0.0436500087, 0.0194345322, -0.00557577424, 0.0113547388, 0.0252433773, -0.00557278655, -0.0242632851, -0.0131236874, -0.0117790475, 0.00112426851, -0.0605267361, 0.00300601777, 0.00264147087, 0.0174623933, 0.00157621701, -0.011396572, 0.00010084801, -0.0145818749, -0.00369327818, -0.0152751124, -0.00452994322, -0.00492735906, -0.018024154, 0.0253389962, 0.0225182399, 0.0289964173, 0.00745229423, -0.0250999499, 0.0277055632, -0.0221955273, -0.014271114, 0.00597916637, -0.0357614532, -0.0338729806, 0.0334187895, -0.0376021154, -0.0152273029, -0.0495305657, 0.00465843128, 0.00543533405, 0.0127412127, -0.0108407876, 0.0257214718, -0.0455384776, 0.0442237183, -0.0291876551, 0.0285183229, 0.00725508062, -0.00714750914, -0.0458253361, 0.00588055933, -0.0215979088, -0.0321040303, -0.0300721303, 0.0227453355, 0.00682479562, 0.000591268123, 0.00896426756, -0.00164195499, 0.0227094777, -0.0290920362, -0.0122153088, -0.000563628331, -0.00364546874, -0.00605088053, 0.0828059241, 0.000159209128, 0.0193030555, -0.0080917459, 0.0333948843, 0.0267732795, -0.00389348017, -0.0124304509, 0.0267254692, -0.00654989155, 0.00371419499, -0.00932881422, 0.0356897376, 0.00383670651, 0.00873119663, 0.00445225276, -0.0128129264, -0.0285661332, -0.0331558362, 0.0245979503, -0.0122511657, 0.000983828329, -0.0242035221, 0.010087789, -0.0156097775, 0.00775110349, 0.0109065259, 0.0153229218, 0.000247077638, -0.0304785091, 0.0214425288, -0.00691443821, -0.0219445266, -0.0102909794, -0.00232772157, 0.0126814507, 0.00718336646, 0.0205819588, 0.0190161988, 0.0121615231, 0.0382714458, -0.0212991, -0.00934076682, -0.016362777, -0.00535166776, -0.0222074781, -0.0143667329, 0.0162910614, 0.00681881933, -0.00037892707, 0.0244186651, -0.00696224766, 0.00727300905, -0.0312195551, -0.0199604351, 0.00433870545, 0.0179524403, -0.00528593, 0.00525604887, -0.0351877399, -0.0163149666, -0.0412834398, 0.0492437109, 0.00272214925, 0.000420573546, -0.0405902043, 0.000166305836, 0.00188249617, 0.0206536725, 0.00637060637, 0.0195062459, -0.000482949923, -0.00457177637, 0.00602398766, 0.00294625596, -0.0378172584, 0.0222194307, -0.0194345322, 0.011378644, 0.00424009841, -0.029283274, 0.00511859683, -0.0135300681, -0.009442362, 0.0109722633, -0.038080208, -0.00878498238, -0.00502596609, 0.0412356295, -0.00504090637, -0.00200650189, 0.0072371522, -0.00258320314, 0.0155739207, 0.0300482251, 0.0101176696, 0.0149763031, -0.0107093118, -0.0168408714, -0.0169603936, -0.0156814922, 0.00538154878, 0.0172113944, 0.00689651, -0.00662758201, -0.00687858136, 0.0106316218, 0.0185381062, 0.00968140922, 0.0363112614, -0.0102610979, 0.0176775362, -0.0119583327, -0.00833676849, -0.000587906572, -0.0174265355, 0.0149284936, 0.00458372897, 0.00292384531, -0.00946626626, 0.00392933749, -0.0320801251, -0.00955590885, -0.00747619895, 0.000999515876, 0.0112650963, 0.0388212539, 0.0168647747, 0.0201636255, 0.0184424873, -0.00270422082, -0.0181914866, -0.0247652829, 0.000216823217, -0.0191476755, -0.0106316218, 0.000947971304, -0.0128607359, 0.00420722971, -0.00302245212, -0.00524110859, 0.00819334, -0.0036574211, -0.00487357331, -0.00747022312, 0.00232921564, 0.00501999, 0.027681658, 0.0109125022, 0.00839055423, 0.00563553628, -0.0235102866, -0.0190759618, -0.00482875202, -0.018394677, 0.0129683074, -0.013195402, -0.00748815155, -0.0250521395, -0.00686662877, 0.00843238737, 0.00849214941, -0.00956786145, -0.00364546874, -0.0100638848, -0.0262951851, -0.00625705859, 0.0304546058, 0.0193150081, -0.0174743459, -0.0254824255, 0.0214783847, 0.00594032137, -0.00458074082, 0.0244067125, 0.0120300474, 0.0495305657, 0.0186456759, -0.00312554138, -0.0169125851, 0.0190042481, -0.0435304828, 0.0161237288, 0.0297613684, 0.0256975666, 0.034327168, -0.010751145, -0.0017017168, -0.00217682309, -0.0178448688, 0.0306936521, -0.00807381701, 0.00745827053, 0.0153348735, 0.00488851406, 0.0303589869, 0.000392186717, -0.0354745947, 0.0374825895, -0.0249804258, -0.0190281514, 0.00584171433, -0.00748815155, 0.0204624347, 0.0068068672, 0.00768536562, -0.0340403132, 0.0229365733, 0.0372913517, 0.00268629217, 0.0275143255, -0.0100399796, 0.0133149251, -0.00447615748, -0.0187652, 0.0446779095, -0.0166854896, -0.00872522, 0.00507078739, -4.80428716e-05, 0.0171516314, 0.034542311, 0.0111635011, 0.00986069441, -0.00913757645, 0.0115878098, 8.5534055e-05, 0.00478990702, 0.00305980328, -0.0110798348, -0.0127770696, -0.00714153331, -0.011791, 0.00581780961, 0.039586205, -7.86707824e-05, 0.013840829, 0.0413790606, -0.0204146262, -0.00595526164, -0.00502895424, -0.00509469211, 0.0305263195, -0.0556501746, -0.0222791936, -0.00444926461, -0.0160759203, -0.0115639055, 0.00102267356, 0.0237493329, -0.0161595866, -0.0031942674, 0.0461121909, -0.0248130932, -0.0307653658, -0.0162432529, -0.0133029735, 0.0086654583, -0.00887462497, 0.0295462254, -0.00928100478, -0.00614948757, 0.0214305762, -0.00388750411, 0.00648415368, -0.00757779414, 0.0210002903, 0.037554305, 0.0154065881, 0.000172655535, 0.0053606322, 0.0461360961, -0.00311060087, 0.00310462457, -0.00372614712, 0.0233907625, -0.00465544313, 0.0283031818, -0.0381519236, -0.0232234299, 0.0306936521, -0.0158010162, -0.00355881429, -0.00831884053, -0.00262951851, -0.000815748353, -0.0107750492, 0.0101415748, 0.0115280477, -0.00318530318, 0.0115698818, -0.0237254277, -0.016948441, -0.0140798762, 0.0122750709, -0.0389885865, -0.0248369966, 0.0156814922, 0.0212034807, -0.0261039473, 0.0202831496, -0.0161715392, -0.0197931025, -0.0267015658, 0.0143547803, -0.00381579, 0.0168169662, -0.00164494314, 0.0352116413, -0.0195899121, 0.0122750709, 0.00180032372, -0.0123587372, 0.00012017721, 0.0142233046, 0.0150002073, -0.00728496164, 0.000507601653, -0.0341120251, 0.0358570702, 0.00839055423, 0.0565107428, -0.0128129264, 0.0122392131, 0.0010555425, 0.0256975666, -0.0111694774, 0.00609570183, 0.0065857484, -0.000685392937, 0.0145818749, -0.00480185915, -0.00271169096, 0.0399925858, -0.0298330821, 0.0259127095, -0.00788855553, -0.019255247, 0.00163000263, -0.026821088, -0.00343331438, 0.0239525232, -0.0262951851, 0.0819453597, 0.0034034336, 0.00733874692, 0.0438412465, -0.00209913263, 0.00905391, 0.00728496164, -0.0184305348, -0.0353311673, -0.006089726, 0.021932574, -0.00482875202, -0.00668734359, -0.0147731127, -0.000834423932, 0.00729691377, 0.00415942026, 0.0389168747, -0.0244425703, -0.0175819173, -0.00999814644, 0.00270571467, -0.00836067367, 0.00925112423, 0.00241437601, -0.0104224551, -0.0265103281, 0.0293788929, -0.00475703785, 0.0141515909, -0.00055317, 0.0315064117, 0.00454189535, 0.0362156406, 0.0333948843, -0.0536421761, 0.01154, 0.0396101102, 0.00495425193, 0.00978898, -0.00027135585, -0.0152153503, 0.00133418187, 0.0085937446, 0.00326896948, -0.0173667744, -0.0135778775, -0.0199126266, -0.00988459866, -0.0168408714, -0.0119463811, -0.0560804568, 0.00427894387, 0.00660367729, -0.0204504821, 0.00262802443, -0.0358809754, 0.0201516729, 0.00536959618, 0.026821088, -0.0357853547, -0.0295701306, -0.0119404048, 0.0234146677, -0.0117611187, 0.00324506476, -0.00276248856, 0.00276248856, -0.0140081625, 0.00577896461, -0.0130997831, 0.0015097321, 0.0181197729, 0.00437157461, -0.0154783018, -0.0155380638, -0.00857581571, -0.0121376179, -0.0150360651, 0.0040757535, 0.0226975251, -0.000456804148, -0.000980840297, -0.0120479753, -0.00132671162, -0.012394594, 0.00966348, -0.0422874391, 0.0240122844, -0.00271169096, 0.00572219072, -0.0044671935, -0.0150599694, -0.0347096436, 0.00992045645, 0.00142083643, 0.0174982511, 0.0335861221, -0.0312434603, -0.0140440194, -0.00905988645, -0.00331976707, -0.00843238737, -0.0215261951, -0.0199245792, 0.0090180533, -0.010458312, -0.00149777974, 0.00180032372, 0.0148567799, 0.0271318499, 0.0710448101, -0.0142352572, 0.00326000527, -0.0389407799, -0.00526202517, -0.0160042066, -0.0157412533, 0.0210839566, 0.00767341303, -0.00475703785, 0.0231517144, -0.0180719644, 0.00172562152, -0.00256228657, 0.0067949146, 0.000231390164, -0.0109005496, 0.00584470248, -0.00262354221, -0.00855191145, -0.011103739, 0.00200201967, -0.00295073818, 0.00967543293, 0.0159205385, -0.00394128961, 0.0106435735, -0.00662160572, -0.0523991324, -0.00271019689, 0.0127890222, 0.00063534244, 0.0184185822, -0.000559146167, 0.0129324496, 0.0461360961, -0.0119702853, -0.00695029553, 0.000694730727, -0.0157771111, -0.00260710786, -0.0116236666, 0.00237851893, 0.0117551433, 0.0190879144, -0.00283270865, -0.0214186236, -0.0141994, 0.00305532129, -0.00854593515, -0.00959774293, -0.0214783847, -0.0248369966, 0.012765117, -0.0139244953, 0.0182990581, -0.00359467138, 0.000912114221, 0.0143667329, -0.0234146677, -0.000504613563, -0.00397117063, 0.0165540148, 0.0118089281, 0.0199484844, -0.0181675814, -0.00291189295, -0.00405782508, 0.000721997058, -0.000441490178, 0.0280641336, 0.00324207684, 0.00781684089, 0.000905391, -0.0112650963, 0.00217383495, -0.00523812044, -0.000113080503, -0.0140081625, 0.00229933462, -0.00354387378, 0.0015971337, -0.00479588332, 0.018669581, -0.00322116027, 0.025530234, -0.0167572051, -0.00403392036, -0.040112108, -0.00434767, -0.0296657495, -0.048287522, 0.00514250156, 0.0232951436, 0.0237493329, 0.00063833053, -0.00747022312, 0.0482158065, -0.00612558285, -0.00206178147, -0.00650208211, 0.00882681552, 0.0169842988, 0.0312912688, -0.0271557551, -0.00861764885, 0.0240122844, -0.0137093533, -0.0217652414, 0.00479289517, 0.011826857, 0.0104702646, -0.0257692821, 0.0148328748, 0.00342733832, -0.00501102535, 0.0439368635, 0.0152751124, -0.00269077439, -0.0172950607, 0.0166376811, 0.00515744183, -0.00579091674, -0.019900674, -0.0105838124, 0.0129444022, 0.0056923097, -0.00808577, 0.0192911047, -0.00200650189, -0.00350502855, 0.00250551268, 0.0154304923, 0.00885669608, 0.00574310729, 0.0085100783, 0.00739850895, -0.0213708133, -0.0112172868, 0.000110746056, 0.00762560358, 0.00226646569, -0.0191476755, 0.0260322336, -0.00830688793, 0.0085997209, 0.00587757165, 0.0130280685, 0.00826505478, -0.0105718598, -0.0317693651, -0.0180958677, 0.0211556721, -0.014055972, 0.0305980332, -0.00372017105, 0.0251716636, -0.00611363072, -0.00824712589, 0.0252194721, -0.0162910614, 0.0252911877, 0.0216576699, 0.028757371, 0.00693236711, 0.0256975666, -0.0418571532, -0.0232712384, -0.000374818424, -0.0045060385, 0.00109737576, -0.017809011, -0.00687260507, -0.0150958262, 0.00133343483, 0.0180122014, -0.00383969466, -0.00150674395, -0.002575733, 0.0141515909, 0.00081051921, 0.00547716767, -0.00292235124, -0.00727300905, -0.0322235525, -0.0307653658, -0.0217174329, -0.0174265355, -0.00104807224, 0.00539051276, 0.00255182828, 0.0273469929, 0.0288051795, 0.0357853547, 0.00715946173, -0.0179882962, -0.0113666914, -0.0085937446, -0.00251597119, -0.000984575367, -0.0182512496, 0.00663953414, -0.00834872108, 0.0278250873, -0.00881486293, 0.00965750404, 0.0024457511, 0.030574128, 0.0136376387, 0.0112352157, -0.0145699233, 0.0184424873, 0.0242632851, 0.0225062873, 0.00337355281, 0.000202816547, 0.0103925746, 0.00674710562, 0.0187891051, 0.0104822172, -0.00480783544, -0.00189444853, -0.00433272915, 0.00493931165, 0.0050140135, 0.00159414555, 0.0126455938, 0.0149045885, -0.00574908359, 0.0159444436, -0.0181317255, 0.0216576699, 0.0220520981, 0.0131834494, -0.00934076682, 0.0301916525, 0.0464229546, -0.013410544, -0.0227214303, -0.0129683074, 0.00841445941, 0.0287334658, -0.0121674994, -0.0102192648, 0.0292115603, -0.000112426853, 0.0148806842, 0.0207134336, -0.00957981404, -0.00907183904, 0.00643036794, -0.00997424219, 0.01313564, -0.0175580122, 0.00285063707, -0.018514201, -0.00464050239, 0.00372017105, -0.00747619895, -0.0209524818, 0.00077989127, 0.0268928036, -0.0492437109, -0.013781067, 0.00604789238, -0.0100758364, 0.00217234087, -0.00684272405, -0.017653631, -0.0296657495, 0.00470325258, -0.00745229423, 0.0491959, -0.0166974422, 0.0235341899, -0.0036185761, 0.0133627346, 0.0161954425, -0.00821724534, -0.00905988645, -0.0129444022, -0.00399208721, -0.010828835, -0.00237851893, -0.00653793896, 0.0177014396, 0.00202741846, -0.00783477, -0.0287812743, -0.00197213888, 0.0249804258, 0.00553692924, 0.0171157755, 0.00184962724, -0.0158129688, 0.0154065881, 0.0239525232, 0.0362873562, 0.00772719877, 0.00921526738, -0.000531132857, 0.0101236459, -0.0200441014, -0.000569231, -0.00960969459, -0.00186606171, 0.0122392131, 0.00160908606, 0.016303014, -0.0143189235, -0.00592239294, -0.0395623, 0.00182572252, -0.0212273858, -0.00243379874, 0.0200201981, -0.00733874692, -0.0182871055, -0.00759572256, -0.00549808424, -0.0378889702, -0.00167930615, 0.0193867218, 0.00279685156, 0.00925112423, -0.0360244028, 0.0276338495, 0.00677101035, 0.0378172584, 0.00260710786, -0.0111216679, 0.00808577, -0.0141276857, 0.0195181984, 0.0308609847, -0.00485564489, 0.0155739207, -0.0161356814, -0.00128114328, 0.00506182294, -0.0230441447, 0.010595764, -0.00968738552, 0.00277145277, 0.0295701306, 0.0153707312, -0.00217981101, 0.0201516729, -0.0226258114, -0.0130639262, -0.000615919882, -0.0226736199, 0.00495126378, -0.0166615862, 0.0180122014, -0.00659770099, 0.0315781273, 0.0165779181, 0.00202293647, 0.00217532902, -0.00545326294, 0.0234146677, -0.00258469721, 0.00597020239, -0.00907781534, -0.0220640507, -0.0133149251, -0.00314048165, 0.0154663501, 0.023582, -0.00263848272, -0.00588055933, 0.026821088, 0.00525903702, 0.0241676662, 0.0425982, 0.0131834494, 0.0103686694, 0.0287095606, 6.4243919e-05, -0.00163597881, 0.00358869508, 0.00720727118, -0.00852203, -0.0140918288, 0.00618534442, -0.018729344, 0.0291876551, -0.0124782603, -0.0150480168, 0.0318649821, 0.0086714346, -0.00641841581, 0.0124304509, -0.0449169576, 0.0129683074, -0.0133507829, -0.0115758572, -0.0212991, -0.0012027059, 0.0269167069, 4.85564487e-05, 0.0150360651, 0.00619729701, 0.00769134145, 0.000891944626, -0.00303291064, -0.0209285766, -0.00850410201, -0.0147611611, 0.000192918509, -0.0115997624, -0.0146177327, -0.0210241955, -0.00177940715, -0.00769731775, -0.0110021448, 0.0120240711, 0.0143189235, -0.00785269868, -0.0109722633, -0.00118477736, 0.00751803257, -0.00012634015, -0.0184066296, -0.00988459866, 0.0367654487, -0.0110380016, -0.002145448, -0.0156934448, -0.0106615024, -0.0289964173, 0.0303111766, -0.000494528736, -0.000796325796, 0.0043357173, -0.01118143, 0.0138169248, -0.0178926773, 0.0139603531, 0.0108706681, 0.0355224051, 0.00729691377, -0.00673515303, -0.0172831081, 0.00961567089, 0.00419228896, 0.0114204772, -0.00898219645, 0.0085997209, 0.00236955471, -0.00617936859, 0.00668136729, 0.00205132319, 0.0104702646, -0.00852203, 0.00514847785, -0.0309805088, 0.0136017818, 0.0122631183, -0.0086714346, -0.0225660503, -0.0136017818, -0.00199753768, 0.0155739207, -0.0144384466, 0.000146789884, -0.0197333414, 0.0128726885, 0.0119165, 0.0128726885, -0.0302872714, 0.0173667744, -0.00163597881, 0.00360363559, -0.0136495912, -0.022147717, 0.00177343097, -0.0318649821, -0.000303664565, -0.00276547647, -0.0138169248, 0.0166137759, 0.0256258529, 0.0190281514, 0.0626781583, 0.0111216679, 0.0127770696, 0.0128009738, -0.0120061422, 0.025960518, 0.0221357644, 0.0217293855, -0.00338251702, -0.0136615438, -0.0206775777, -0.0132790683, 0.0234266184, -0.0285661332, 0.0025891792, -0.00398013461, 0.00355881429, -0.0329646, -0.00614351127, 0.0197811499, 0.0140918288, -0.00745229423, 0.00396220619, 0.0132073546, -0.00175849046, 0.0230202395, -0.0137452101, -0.00180331187, 0.00466141896, 0.012980259, 0.00441938406, 0.00940052886, 0.00674710562, -0.00415643211, 0.00438352674, -0.00662758201, -0.0096037183, 0.00495724, -0.0168528222, -0.014211352, 0.0145818749, 6.45240507e-05, 0.00686065294, -0.00667539146, 0.00415045582, 0.0131714968, -0.00657977257, -0.00415045582, -0.00496022822, -0.0175699648, 0.0094543146, 0.0199365318, -0.0220760033, 0.00783477, 0.0130758779, 0.000932283816, 0.0155739207, -0.00638255849, -0.00236806064, 0.0149045885, -0.0117611187, 0.0255780444, -0.0174862985, -0.0164823, -0.00699810497, -0.000167613121, 0.00173757388, -0.00969933718, 0.0188369136, 0.0287812743, 0.0185859147, -0.00615546387, -0.00166137761, -0.00525306072, 0.025004331, -0.0198289603, 0.00739253266, 0.0101953605, -0.0119941896, -0.00732081849, 0.000528144767, -0.00278639328, -0.00485863304, -0.0127890222, -0.00165241328, -0.00798417442, 0.0148089705, 0.0104463594, 0.0309087951, 0.0166137759, 0.0153587786, -0.018514201, -0.000145669343, -0.00854593515, 0.0110977637, -0.00956786145, -0.0115878098, -0.0145101612, -0.00907183904, 0.0223150495, 0.00227841805, -0.012765117, 0.0137332575, -0.00665148674, 0.00775707932, -0.0227572881, 0.0118686901, -0.0204982925, -0.00791246, -0.0267493743, -0.00591641665, -0.0140201142, 0.0183468685, -0.0137093533, -0.00665148674, 0.000270608842, -0.000609196664, -0.0118447859, -0.0158010162, -0.0156336818, 0.00587757165, 0.0096336, -0.00249356055, -0.0295223221, 0.00441938406, 0.022422621, -0.00857581571, -0.000525903713, -0.00347514777, -0.0132432114, -0.00666941516, -0.0100399796, 0.0155978259, 0.00456878822, -0.00245322124, 0.00323908869, 0.0133149251, 0.00507377554, -0.00192582351, 0.0151914451, -0.0133149251, 0.0227333829, -0.0085160546, -0.0106973592, -0.0170321092, -0.00719531858, 0.016518157, 0.000282934692, 0.0211915281, -0.0123826414, -0.0127173075, 0.0123228794, -0.0118746664, -0.0342554562, 0.000127740816, -0.0111874063, -0.00381877809, -0.00651403423, -0.0124902129, -0.00491241878, 0.019685531, -0.025960518, -0.0027191611, 0.000672693597, -0.00841445941, 0.0190520566, 0.0345184058, -0.0169962514, 0.00730289, 0.0206656251, -0.00885072, 0.0236656666, -0.00853995886, -0.00133044668, 0.0220879558, 0.0143667329, 0.0240481421, -0.0228170492, -0.00126769685, -0.00911964849, -0.0178568214, -0.0239286181, 0.00321518397, -0.0252194721, 0.000225600728, 0.0023008287, 0.00556681026, -0.0135061629, -0.00252344133, -0.00805588812, 0.00887462497, 0.0114742629, 0.0210720059, 0.0127173075, -0.0182153918, -0.00126844388, -0.0203668159, -0.00716543803, -0.00758377044, 0.0187652, -0.0202233884, 0.00602099951, -0.00529489387, -0.0200082455, -0.0094543146, -0.0193030555, -0.00797819812, -0.0168289188, 0.00275203, 0.0247413777, -0.0295701306, -0.00338251702, 0.0218728129, 0.00249804254, 0.00309566036, 0.00754193729, -0.00459269295, -0.00729691377, 0.018729344, 0.0173309166, 0.010087789, -0.00637060637, 0.00660965312, 0.0192313418, 0.0107212644, 0.00120569405, 0.00542338192, -0.0241318084, -0.0287334658, -0.0115698818, -0.00427894387, 0.0166257285, 0.0198170077, 0.0155739207, -0.0479050465, 0.00132148247, -0.00728496164, -0.00144698215, -0.0132790683, -0.0205580536, 0.00739253266, 0.0316737443, -0.0278728958, 0.00152168446, -0.0207134336, 0.00980093237, 0.020115817, 0.00635267748, -0.000411982794, -7.23094263e-06, 0.00120345294, -0.00560864341, -0.00729691377, 0.00432675332, 0.00840848312, 0.0226019062, -0.0168647747, -0.00429388415, -7.91960338e-06, 0.00761962729, 0.00349307619, 0.022482384, 0.00821724534, -0.0332753621, 0.0154185407, -0.0043357173, -0.0209046714, 0.000770179962, -0.0320323147, 0.00337355281, -0.0122989751, -0.0127531644, 0.00985471811, 0.0109065259, 0.0261517558, -0.00973519497, 0.00170022273, 0.00818138849, 0.0067949146, 0.00581780961, -0.0153946355, 0.00923917163, 0.00548015581, 0.000205991397, 0.0179882962, 0.00166287168, 0.00634670164, -0.00597617822, -0.00827700738, -0.000676428666, 0.0208927188, -0.01154, -0.0116296429, -0.0008508584, 0.0239405707, 0.0138527816, -0.0189205799, -0.00211407314, 0.0349965021, -0.0136615438, -0.00542039378, 0.00334964809, 0.0156695396, 0.0110798348, 0.0132910209, 0.00752998469, 0.0198050551, 0.0193269607, -0.00885072, 0.0201636255, -0.00125574449, 0.00416838424, 0.00170470483, 0.000157341565, 0.00708774757, 0.00300153554, -0.0212273858, -0.0141994, -0.0181436781, -0.0258649, 0.0144384466, -0.00417734869, 0.0193030555, -0.00459269295, -0.00693236711, -0.0115698818, -0.0114384051, 0.00761365145, 0.00138497935, 0.00684272405, -0.0127531644, 0.00923917163, -0.0144743044, 0.0109125022, -0.0188488662, 0.0197572466, -0.0221238118, -0.0040369085, -0.00709372386, 0.00312852929, 0.0160759203, 0.0134822587, 0.0103387889, 0.0183707718, 0.0142472088, -0.0161595866, -0.000211033795, 0.00614948757, -0.00843836367, -0.0164225381, 0.0124304509, -0.0163986329, -0.00194375205, 0.0018316987, 0.0104941688, -0.0240122844, 0.0188727714, 0.0141754951, 0.0133268777, 0.00855788775, 0.0148687316, 0.00840848312, -0.0137571627, -0.00756584201, -0.00776305562, 0.0245501418, 0.00473612128, 0.00891048182, 0.000805290067, 0.0222552884, 0.00489449, 0.0213349573, -0.00598813081, -0.00286109536, -0.0183827244, 0.00017583037, -0.0156934448, 0.0141515909, -0.0168647747, -0.00935869571, 0.00452396693, -0.0298808925, -0.000841147092, -0.00972921867, -0.0242154747, 0.0205580536, 0.002575733, -0.00375602813, 0.0141037814, 0.0110678822, -0.0178568214, 0.00410264637, 0.0109065259, -0.0217054803, -0.0130997831, -0.00272961939, 0.0162073951, -0.0177253447, -0.0094483383, 0.00681881933, -0.00380084943, 0.0190879144, 0.00346917147, 0.00392336119, -0.0124902129, 0.00614351127, 0.0224106684, 0.00835469738, -0.00861764885, 0.00392336119, 0.00984874181, 0.0222074781, -0.0170799177, 0.0136974007, -0.00168229418, -0.00985471811, -0.00849812571, 0.00395921804, 0.00712958071, -0.00692639081, 0.00186904974, -0.00107944722, -0.0115639055, 0.0118985716, 0.0045000622, -0.0120599279, -0.0141874477, 0.0220640507, -0.0111635011, -0.00571023859, -0.0075240084, 0.0139125437, 0.0377933532, 0.0123109277, -0.00368132582, 0.00533373933, 0.0282792766, -0.0300004147, -0.00372017105, 0.00640048692, -0.00486759748, -0.0122392131, -0.00533672748, 0.0129204979, -0.00215291837, 0.00738655636, 0.00227094768, -0.00717739, 0.00368730212, 0.00484668044, 0.00123109273, 0.00158667541, 0.0127890222, 0.0154783018, -0.0196735784, -0.00772719877, -0.00764353201, -0.0173548218, -0.0215859562, 0.0276338495, -0.0223509073, 0.00758974673, 0.0209644344, -0.00719531858, 5.81276727e-05, -0.0019064009, 0.0350682139, 0.0122033563, 0.00893438701, -0.0133507829, -0.0096336, 0.00674710562, 0.0106674787, -0.000799313886, 0.0215859562, -0.0235580951, -0.00435364619, 0.00649610581, -0.0100399796, 0.0272991825, -0.0205580536, -0.00748217525, -0.0168050136, 0.00797819812, 0.00433870545, 0.0167213473, 0.0103089074, 0.0107810255, -0.0118208807, 0.0235102866, -0.00923917163, 0.0085160546, 0.0011773071, 0.016362777, -0.0298569873, 0.00914355274, -0.00842043571, -0.0485504717, -0.00270123268, 0.00761962729, -0.0170918703, 0.00387555175, 0.0123587372, -0.00882681552, -0.018669581, 0.0032540292, 0.00411161082, 8.27327167e-05, -0.00843238737, -0.00848019682, 0.00928100478, 0.00671124831, 0.0128607359, -0.0202592444, -0.0085937446, -0.0135539724, -0.0130758779, 0.012334832, 0.0189205799, 0.0153229218, 0.00919733848, -0.00171068101, 0.014271114, 0.00607179711, -0.0155380638, 0.00264445902, -0.00513353711, -0.0165301096, 0.0237254277, -0.00257125078, -0.00357674272, 0.00781684089, 0.0162073951, 0.0372196399, -0.00597617822, 0.00291338703, -0.0152751124, 0.00856386404, -0.00594330952, 0.0184663907, -0.0217652414, 0.00644232053, 0.0211915281, 0.00221865624, 0.00678296247, 0.00383371837, 0.0182512496, -0.00740448525, 0.0166376811, 0.000191984727, 0.0452994332, 0.00810369756, 0.0192672, 0.0119463811, 0.0177014396, 0.0036783379, -0.000326635491, -0.0256019477, -0.00210809684, -0.0165898707, 0.0196377225, -0.00923917163, -0.032510411, 0.0217293855, 0.0113129057, -0.0059522735, 0.0185739622, 0.00521122757, 0.00157024083, -0.00654391525, -0.00139020849, -0.0151555883, 0.0137571627, 0.00721324747, 0.00235162629, 0.00235162629, -0.0177851077, -0.0154902544, -0.0208449103, 0.0065917247, 0.000503866526, -0.0460165739, -0.012980259, -0.0284944177, 0.0174982511, -0.020271197, 0.008581792, -0.0275382306, 0.0180361066, 0.000110185792, 0.023283191, 0.00788855553, 0.000182740332, -0.0045658, 0.0034034336, -0.00460464554, 0.0124184983, 0.0283748955, -0.021932574, 0.0110320253, 0.00638255849, 0.0181914866, 0.0349725969, 0.013410544, 8.3106228e-05, 0.00527098915, -0.00562956, -0.0142352572, 0.00741643738, -0.0102610979, -0.00475106202, -0.0298330821, -0.0234146677, 0.00741643738, -0.0147970179, -0.0122511657, 0.0156097775, -0.00392933749, 0.00518732285, 0.041737631, 0.0218130518, 0.00919136219, -0.000252867059, 0.0114742629, -0.0212991, 0.0198050551, -0.00486759748, 0.01125912, 0.00137750909, 0.000494155276, 0.00781086506, 0.00758974673, 2.69161465e-05, 0.00330781471, -0.00506182294, -0.016303014, -0.0150958262, 0.0327733606, -0.0211676247, 0.0425503887, -0.00555186952, -0.00334964809, -0.0179165825, 0.0111874063, 0.0125260698, 0.0110380016, -0.0133627346, -0.0149523979, 0.00111679838, 0.0023351917, -0.0268688984, 0.013255164, 0.023582, 0.00634072535, 0.0178329162, 0.0143069709, -0.00360961165, 0.0261039473, -0.00593135692, -0.0182871055, -0.00442834804, 0.00166287168, 0.0295223221, 0.00663953414, -0.00130205986, 0.00631682063, 0.00373212341, -0.00778098404, -0.017008204, 0.0149284936, 0.00487058517, -0.00759572256, 0.00147238094, 0.000996527728, 0.0145818749, -0.00154484215, -0.0116535481, -0.0116296429, 0.000275090948, -0.00258021499, -0.00139991974, 0.00843836367, 0.0101953605, -0.0180719644, -1.95042849e-05, -0.00900012441, 0.0380323976, -0.0137332575, -0.0129563548, -0.00245919731, 0.0165659674, -0.00438950304, -0.00104881928, 0.0139842574, 0.000994286733, -0.00062861928, 0.0166137759, 0.000801554939, 0.0185261536, -0.00294924411, 0.00123482791, 0.00888060126, -0.00831884053, -0.00770927034, -0.0110798348, 0.00837860256, -0.0216696225, -0.00285661337, 0.0166376811, 0.0144982086, -0.0214783847, 0.00444328878, 0.0198409129, 0.0322235525, 0.00484966859, 0.0184902959, -0.0155739207, -0.000345684559, 0.0202951021, 0.00829493534, -0.000604341039, -0.00482576387, -0.0215261951, 0.0165062044, -0.00282225036, 0.0124543561, -0.0165779181, -0.000797072775, 0.00230829883, 0.0211795755, -0.0139125437, 0.0220999084, -0.0151436357, 0.00504090637, 0.0147253033, -0.00434468174, -0.0263668988, 0.0121376179, -0.00190191879, 0.0126575455, 0.0137930196, -0.00671722461, -0.00383670651, 0.00649012951, 0.00640646322, -0.0306936521, 0.0085100783, -0.0120360237, -0.0128726885, 0.00928100478, 0.0152153503, 0.0072371522, 0.015071922, -0.0157053974, 0.00100922713, -0.0296418443, -0.0121435942, 0.0157173499, -0.00211257907, -0.0218011, -0.0174982511, -0.0063765822, 0.00466141896, 0.0111575248, -0.00185112131, -0.0225421451, 0.00508871581, 0.00963957608, -0.00599410711, 0.00499010878, 0.00935869571, 0.00645427266, 0.0291637499, 0.00793636497, 0.0170679651, -0.0201397203, 0.0194823407, 0.0212034807, 0.00628096331, 0.00244126888, -0.00596422609, 0.00121914037, -0.015287064, 0.00677101035, 0.00663355784, 0.00906586275, 0.0147372559, -0.0010234206, -0.028542228, 0.00656782, 0.00398909906, 0.0164105855, -0.00316139846, 0.000715647358, -0.0222313832, -0.00397714693, 0.029617941, -0.0130519737, -0.0126934033, -0.00355881429, -0.032725554, -0.0245501418, -0.0114324288, 0.0122989751, -0.00935869571, -0.00205729948, 0.00688455766, 0.021251291, 0.00472416915, 0.00297613675, -0.00978300441, 0.00525007257, -0.0239286181, -0.0250282343, 0.0123109277, -0.00802600756, -0.000970381952, 0.00113622088, -0.0242871884, -0.00628096331, 0.0165898707, -0.0281836577, 0.0106973592, -0.00996826589, 0.00288201193, 0.0104344077, 0.00186456763, 0.00638255849, 0.0301916525, -0.0233788099, 0.0152153503, 0.00527397729, 0.0236417614, 0.0233668573, -0.0221835747, 0.0160759203, 0.00423113443, -0.000795578759, -0.00831286423, 0.0135778775, -0.0090837907, -0.0171277281, 0.0124663077, -0.0104105026, -0.000421320583, -0.00341538596, 0.0144862561, -0.00794831757, 0.000519554, -0.000302544038, 0.00769731775, 0.00966348, -0.00898817275, -0.00625108276, 0.00334068364, -0.0196735784, -0.00725508062, 0.0170560125, 0.00655586785, 0.00489150221, -0.0275860392, -0.000837412, -0.011103739, -0.00916148163, 0.0101953605, -0.0244545229, -0.0207492914, 0.0119882142, 0.00346618355, -0.00171516323, 0.00260411971, 0.0157771111, 0.00473612128, -0.00234415592, -0.0178807266, 0.0104702646, 0.0147372559, 0.00535166776, 0.0144384466, 0.00928100478, -0.0177731551, 0.000806784083, 0.0140201142, -0.00132895273, 0.0295223221, 0.00183020462, -0.0131117357, 0.0126814507, 0.0136734964, -0.00646622479, 0.0162791107, -0.0058745835, -0.000599111896, -0.0131834494, 0.0166376811, 0.0220401455, 0.012765117, 0.00175251428, 0.00445524091, -0.0111754537, 0.0297852736, 0.000231016646, -0.00564450072, 0.003044863, 0.000999515876, -0.000462780328, -0.0217054803, 0.0292593688, 0.0113846194, 8.02115173e-05, 0.00334666, -0.00630486803, -0.0147731127, 0.000501251954, 0.0179165825, 0.0108049307, -0.0153348735, 0.00108318229, 0.0145101612, 0.0215740036, -0.0252672825, -0.0171277281, -0.0149165411, -0.00767341303, -0.0112292394, 0.013781067, 0.0193269607, 0.00574609544, 0.00355881429, -0.0152631598, 0.00122138148, 0.0039114086, 0.00986069441, 0.0393232554, -0.0220640507, 0.0155380638, 0.0143428277, 0.0177372973, 0.00200650189, -0.01024317, 0.0108706681, -0.0034034336, -0.0100220507, 0.000742540171, -0.0223389547, -0.00154334807, 0.00474209758, -0.00138423231, -0.017653631, -0.0222194307, 0.0105360029, -0.0216576699, 0.00499608507, 0.0264625177, 0.0090837907, 0.00932881422, -0.01024317, 0.0108049307, -0.0095140757, -0.0131475925, 0.0155380638, 0.004252051, -0.00296717254, -0.00164942525, 0.00193179969, -0.00738655636, 0.0110320253, -0.00973519497, 0.00577, -0.00774512719, 0.0138766859, -0.000626751687, 0.0186217725, -0.00842641108, 0.00986069441, 0.013625687, -0.00014800379, -0.00715348544, -0.0111993579, -0.00474807387, -0.00930491, 0.00139618467, -0.0209883377, 0.00773317507, 0.00806186441, 0.00659770099, 0.014055972, -0.0119882142, 0.0191118177, -0.000709297659, -0.00693236711, -0.0116595244, -0.00068614, -0.00774512719, 0.0159444436, -0.0200799592, 0.001541854, -0.0183229633, 0.00780488877, -0.00322414818, 0.011611715, -0.013781067, 0.00224256096, 0.00752998469, -0.00456878822, 0.0105061214, 0.00625705859, -0.0225182399, -0.00533373933, -0.00734472321, 0.0100997416, 0.00354088563, 0.00389049202, -0.0193508659, -0.00150002073, 0.0125858318, 0.0443910547, 0.00100100983, 0.0247891881, -0.00665148674, 0.0386300161, 0.00245919731, -0.000918090402, 0.0158249196, 0.00223658467, -0.0116415955, -0.00913757645, 0.00488552591, -0.0106854066, -0.018239297, 0.0294267032, 0.0101057179, 0.00753596099, -0.0152990166, 0.0150599694, -0.0378172584, 0.00653196312, -0.00784074608, 0.0234505236, 0.00274306582, -0.0182273444, -0.0183229633, -0.00527098915, 0.0152512072, -0.010810907, 0.0163986329, 0.0148209222, -0.00910769589, -0.00369626633, -0.00127143192, -0.00500206137, -0.0274665151, 0.00180331187, 0.00605386868, -0.0308370814, -0.0176655836, -0.0275382306, -0.0171038229, -0.0100519322, 0.00648415368, 0.00861764885, 0.00574011914, -0.00993240811, -0.00384567073, 0.00946029, -0.00216487073, 0.0407575369, 0.0101595037, 0.00594629766, 0.012824879, 0.00271766703, 0.00179882965, -0.00917941, 0.0270840414, -0.017163584, 0.00359168323, 0.0119583327, 0.00280133355, 0.0130400211, 0.0125858318, -0.0114742629, -0.0122153088, -0.000184327757, -0.0128487833, 0.00399507536, 0.0296896547, 0.0164823, 0.022267241, -0.00282075629, 0.00090016186, -0.0265103281, -0.0251716636, 0.0228290018, -0.0110021448, 0.00797222182, -0.0110738585, 0.00202293647, 0.000163971388, -0.00926307682, -0.00320024346, -0.00925710052, -0.00915550534, 0.00628693961, -0.00392634934, 0.0127890222, 0.00715946173, 0.00876107719, -7.88108518e-05, -0.012980259, 0.0156217301, 0.00571322674, 0.00526800146, -0.00694431923, -0.00990850385, 0.00726703275, 0.0269406121, 0.0171038229, -0.0018361808, -0.00968738552, 0.00202891254, -0.0061166184, -0.00856386404, -0.00919136219, 0.0096336, -0.0104523357, 0.0471400954, -0.00121465826, 0.0040428848, 0.00599709479, 0.00686662877, 0.00415643211, 0.00286258943, 0.00588055933, -0.00106226571, -0.00253240555, -0.0170918703, 0.010810907, -0.00345721911, -0.00999217, 0.00341538596, 0.00103313185, 0.00416838424, 0.0173906796, 0.0170799177, -0.0109842159, 0.0176894888, 0.00565645285, 0.0108766444, -0.00352893327, 0.000817989407, 0.00695029553, 0.0198289603, 0.0154304923, -0.0117372144, -0.0053994772, -0.00804393645, -0.00946626626, -0.00444627693, -0.0140798762, 0.0058237859, -0.000237926608, 0.0114623103, -0.0183707718, 0.0106256455, -0.0178448688, 0.0075240084, -0.0155619681, -0.00366937346, 0.00889255386, 0.00561760785, -0.00757181784, -0.0176655836, -0.0171516314, -0.0210002903, -0.000733949419, -0.00761962729, -0.00668734359, 0.0119224759, -0.00577298831, -0.0133866398, 0.0207492914, 0.00587159535, 0.0101774316, 0.0199365318, 0.000781385344, -0.00781086506, 0.000912114221, -0.0156456344, -0.00142980064, -0.0180002488, -0.0180719644, 0.0156336818, 0.00477496674, -0.0043357173, 0.00396818249, 0.00648415368, 0.0233549047, -0.00072759972, 0.010828835, 5.82677385e-05, -0.0332753621, -0.0195540562, 0.0275382306, -0.00242931652, 0.00309864851, -0.0309805088, -0.00961567089, -0.00366040925, 0.0022948524, -0.000394054252, 0.0260561369, -0.022637764, -0.000267060474, -0.0248848069, -0.00805588812, 0.0117611187, -0.0247652829, 0.0095140757, -0.0178209636, -0.000506854616, 0.00165540143, 0.010673455, -0.0164703485, -0.00369327818, 0.00509469211, -0.00990252756, -0.0155978259, 0.00307773193, -0.00119523564, -0.0173548218, 0.00673515303, -0.00889255386, 0.0143667329, 0.015992254, -0.00972921867, 0.0130639262, 0.00675905775, 0.0155500164, 0.0118149044, 0.000193852291, -0.0123467846, -0.0076614609, 0.00931088626, 0.00202741846, -0.0229724292, 0.00108467636, -0.0116415955, 0.0195779596, 0.0154065881, -0.0121555468, 0.0241198558, -0.00845031627, -0.0204624347, -0.010518074, 0.0143786855, -0.00678893877, 0.000451574975, -0.0143547803, -0.00737460423, 0.00383670651, -0.0104762409, 0.002849143, -0.00861764885, 0.00283868471, 0.00215441221, -0.0229246207, -0.0198050551, -0.00833676849, -0.00641243951, -0.00879693497, -0.0173667744, 0.0153468261, -0.00323311239, -0.00356180221, 0.0124065466, 0.00666343886, -0.0184902959, -0.00848617312, -0.000273223413, 0.0107690739, 0.00262802443, -0.00246816175, -0.0196974836, 0.0118985716, -0.00781086506, -0.0173189659, 0.0311000329, 0.00750010367, 0.0308131762, -0.0201397203, 0.0197333414, -0.00974714663, -0.00946626626, -0.0136974007, -0.00829493534, -0.0200082455, -0.0156456344, -0.0141994, -0.00853995886, 0.00560565526, -0.00366638554, 0.00553095294, -0.0174504407, 0.00479289517, -0.00748217525, -0.0175938699, -0.0153707312, 0.000642439176, 0.0184066296, 0.00105255446, 0.0153348735, -0.00687260507, -0.0115041435, -0.0134464018, -1.58742239e-06, -0.0126216887, -0.00430583674, -0.0039980635, 0.00188548432, 0.0213588607, 0.0199484844, -0.000774662127, 0.00125574449, 0.0119165, 0.00467934785, -0.00431778887, -0.0469488576, -0.0109304301, -0.0179763455, 0.00746424682, -0.0239286181, -0.0298330821, -0.00301348791, 0.0129563548, 0.0509170406, 0.0162313, -0.00348710013, 0.012765117, -0.0144982086, -0.0098786233, 0.0128726885, -0.00496620405, 0.0160639677, -0.00104881928, -0.0213349573, 0.00343630253, -0.00367236161, -0.00504090637, -0.00507676369, 0.0323669836, -0.0244067125, -0.0213349573, -0.00931088626, 0.0190759618, -0.0041265511, -0.0139603531, 0.0150958262, 0.00191984733, -0.00527995359, -0.0117192855, -0.00399507536, -0.00401599193, -0.0149284936, -0.00660367729, -0.00565645285, 0.00583275, 0.0154065881, -0.0208329577, -0.000780638307, 0.00518134655, 0.0260561369, -0.015992254, -0.0145340655, 0.00949614774, 0.00531282276, -0.00377993286, -0.00628693961, 0.0161237288, 0.00900012441, -0.00188697828, 0.00350502855, 0.00325701712, 0.00281478, -0.00898817275, 0.00547417952, 0.0146057801, 0.0016464371, 0.00974117, 0.0081574833, -0.0129444022, 0.00864753, 0.0171396788, 0.0190281514, -0.00831884053, 0.00883279182, -0.0126934033, 0.0056923097, 0.0175102018, -0.0174504407, -0.00125499745, 0.0127890222, -0.00297763082, -0.00313749374, 0.00910769589, 0.0126934033, 0.0262234714, 0.0171755366, 0.00340642175, -0.0241079032, -0.0230680481, 0.00933479052, 0.00222015032, -0.0074403421, -0.0142472088, 0.0465424769, -0.00914355274, -0.0101355985, 0.0115280477, 0.0255541392, -0.0122511657, 0.00489449, 0.0130041642, 0.0099443607, 0.0250521395, 0.000490793667, 0.00898817275, 0.00284017879, 0.0132910209, 0.0123228794, -0.00282822642, -0.0140081625, 0.0184305348, -0.0305980332, -0.0111097153, 0.00965750404, -0.00281328592, -0.0168528222, 0.0320323147, 0.0119523564, -0.00365443318, 0.00971726608, 0.0122033563, 0.00237104879, -0.0090957433, 0.00411161082, -0.00236357865, 0.00158966344, 0.000753745495, 0.00784672238, 0.0194942933, 0.0217174329, 0.0141754951, 0.0040757535, 0.0251238532, 0.00937064737, 0.00260262564, 0.000619655, -0.00534270331, -0.0241557136, 0.000572219084, -0.00985471811, -0.00711165229, 0.00374706392, 0.00526800146, 0.0193269607, 0.00803198386, -0.000170787971, -0.012334832, -0.0157293, 0.00712360442, 0.00342733832, 0.00660965312, -0.0182153918, 0.00627498748, 0.0139962099, 0.002341168, -0.01118143, 0.00889852922, -0.00878498238, -0.00225899555, -0.0157771111, 0.000989057473, -0.0169006325, 0.00706981914, -0.00318530318, 0.00543234637, 0.00161356817, -0.0085997209, 0.00600605924, 0.0101057179] |
23 Sep, 2024 | How to set alert message on button click in jQuery ?
23 Sep, 2024
Setting an alert message on a button click in jQuery means using jQuery to capture the button’s click event and trigger a browser alert box. This alert displays a custom message to the user whenever the button is clicked.
jQuery CDN Link: We have linked the jQuery in our file using the CDN link.
<script src=”https://code.jquery.com/jquery-3.6.0.min.js” integrity=”sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=” crossorigin=”anonymous”;> </script>Example: In this example we use jQuery to trigger an alert message when a button is clicked. The click() event on the button displays the alert message: “This is an alert message!” when clicked.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<script src=
"https://code.jquery.com/jquery-3.6.0.min.js"
integrity=
"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous">
</script>
</head>
<body>
<button id="btn">Click me!</button>
<script>
$(document).ready(function () {
$("#btn").click(function () {
alert("This is an alert message!");
});
});
</script>
</body>
</html>
Output:
Alert msg using click method
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ? | https://www.geeksforgeeks.org/how-to-set-alert-message-on-button-click-in-jquery?ref=asr10 | CSS | How to set alert message on button click in jQuery ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ? | GeeksforGeeks | [-0.0381295346, -0.0178109109, -0.00533402385, 0.019208651, 0.0271737166, -0.0191675425, 0.0342651941, 0.031202497, -0.036156252, 0.0334841, 0.0121993953, -0.0194347575, 0.00983556919, -0.0532374606, -0.00336331269, -0.0436999388, -0.0469065197, -0.0171634294, 0.0172662046, 0.051716391, 0.00576567883, -0.017204538, -0.0528263599, -0.0192292072, -0.0241315756, 0.0185406134, -0.00509250211, 0.0255909804, -0.0315313749, 0.025981525, -0.0236177, -0.00155961094, -0.00974821113, -0.0316958167, -0.019640306, -0.0167214964, 0.00828366634, -0.0113360845, -0.0463720895, -0.0351901688, -0.00209661038, -0.0116752423, 0.0160945691, -0.0414799973, 0.00283659063, 0.0267009512, 0.000310091506, -0.0388900675, -0.00632066373, 0.0354162715, -0.00322199683, 0.0136793554, 0.00712230895, -0.000292105891, 0.0017535988, -0.0118088499, -0.0188078284, -0.0317780375, -0.00516701443, 0.0337718725, 0.0245632306, -0.0315724872, 0.00181526388, -0.000253404665, 0.0005138751, 0.0155806933, 0.0228982754, -0.00212744297, 0.00840699673, 0.0489620194, 0.02398769, -0.00641830033, -0.0241521299, -0.0225282852, -0.017636193, 0.0337718725, -0.0192189291, -1.43322977e-05, 0.00365108275, -0.00794450939, 0.00198869663, -0.0222405139, -0.020431675, -0.00808839407, 0.00753854774, 0.00918294862, -0.037636213, -0.0419527628, 0.0605550446, 0.0164542813, 0.0198561344, 0.00699384045, -0.00277235615, 0.0166084431, -0.00898253731, -0.0293731019, 0.0226516146, 0.0162692852, -0.0270503853, 0.022857165, 0.0230832696, 0.0232477095, -0.0339774229, -0.0260020811, -0.0120657878, 0.00354830758, 0.00744605, 0.00810894929, -0.0148304356, -0.0118910698, 0.00200025877, 0.00408530701, -0.0186228342, -0.0338746458, 0.00652621407, 0.0216033105, -0.0273587108, -0.000471159234, -0.00405961322, 0.0233299304, -0.00285200682, -0.00806783885, 0.0172559265, 0.0658171251, -0.00836588722, 0.0213360954, -0.00330164749, 0.0173073132, 0.0164851137, 0.0119424574, 0.0185817238, 0.0181295145, -0.00288797822, 0.0214388687, 0.0260431897, 0.0279959161, 0.0106372144, -0.0169578791, -0.00866907276, -0.0413566679, -0.0179650746, -0.0141315656, 0.0237204749, -0.00174460595, -0.0024588923, 0.0510175191, 0.0168962143, -0.039280612, 0.00608428149, -0.000804214564, -0.0026901362, -0.0404728055, -0.00778520806, 8.29426572e-05, 0.0150976507, 0.00699384045, -0.00513361255, 0.00291110249, -0.011038037, -0.022076074, 0.0192703158, -0.0288797803, 0.0241110194, 0.00978418253, -0.0671737567, 0.0360123664, 0.0315930434, -0.0115108024, -0.0228160545, 0.0144707235, -0.00477903849, 0.00158402, 0.00795478653, -0.0123946676, -0.0415211096, 0.0423433073, 0.0276670363, -0.0201439038, 0.0218294151, 0.00575026264, 0.00521069346, 0.0197841916, -0.0432477295, 0.00477646897, 0.0150257079, -0.0144398902, -0.0308736172, -0.0198047459, 0.00861254707, 0.00877698697, -0.049208682, 0.0108530419, 0.00254496653, 0.0193936471, 0.0333607718, 0.000708505278, -0.0287358966, 0.0255704261, -0.00619219523, -0.0407811292, 0.034511853, -0.0168962143, -0.0291675515, 0.00464800047, -0.0177800786, -0.00620247237, 0.00942446943, -0.0483864807, 0.0373073332, 0.0128982654, 0.0147996033, 0.00431398163, 0.0128571549, -0.0208941624, -0.00302672433, -0.0170092657, -0.0152620906, 0.0107913772, -0.00450668484, -0.0337513164, 0.0166495536, 0.0246454496, -0.0233093742, -0.0170606542, -0.0577595606, -0.0250154398, 0.00820144638, 0.0176875815, -0.021993855, 0.00261305482, -0.0285509, -0.000322296051, -0.0428366289, 0.0085457433, 0.0304008517, 0.017995907, -0.00268756691, 0.0174923092, -0.0110894246, 0.0554985106, 0.0376773216, -0.0123330029, -0.00938336, -0.00881295837, 0.0207194444, 0.0306886211, -0.00496146409, -0.0305652916, -0.0123124477, -0.0108119324, -0.0478931591, 0.0077954852, -0.0147893261, 0.031901367, 0.0133504756, 0.016515946, 0.0234532598, -0.0244399011, 0.0374512188, 0.0172559265, 0.00109455397, 0.0329907835, -0.00192574703, 0.00465827808, 0.0587873124, 0.0184172839, 0.033258, -0.049702, 0.0212744288, -0.000193987857, 0.0125796627, -0.0155806933, 0.0632271916, -0.00476105278, -0.00563207129, 0.0388489589, -0.0175436959, 0.00996403862, -0.024851, 0.00269784429, 0.0163001176, 0.0511819609, 0.0762590691, 0.0270503853, 0.0314697102, 0.0160431806, -0.0114902472, -0.0169887114, 0.0014465584, 0.0397944897, -0.00755910296, -0.014429613, 0.0287358966, 0.00385663263, 0.0384789668, 0.0176259167, -0.0184583943, 0.0381089784, -0.011387472, 0.0349023975, -0.0302775223, -0.0141315656, -0.0285097919, 0.0142446179, 0.00453494769, 0.025734866, 0.0406989083, -0.0193114262, 0.0152415354, -0.00249357894, 0.0256937556, 0.0135868583, 0.0146865509, 0.00693731382, -0.00763618434, 0.0267831702, 0.0182631221, 0.00229316764, 0.0259404164, -0.0255293157, -0.0075950739, 0.00199897424, -0.0404522493, 0.0804522857, 0.0225693956, 0.0157245789, -0.0232682656, 0.0100051481, 0.0357862636, 0.0342446379, -0.0405755788, -0.0402672552, 0.00207091658, -0.00023044087, -0.00669579254, -0.0318602584, 0.0140287904, 0.0314286, 0.0116238547, 0.00654163025, 0.00705036661, 0.0168139935, -0.0473998412, -0.0312641598, 0.0130010406, -0.0201336276, 0.00746146636, -0.0327441208, 0.0534019023, -0.0232065991, 0.000677030475, 0.00292908819, 0.0364851318, 0.00283145183, 0.0336074308, -0.00363823585, -0.0216238648, -0.00585817639, -0.0507708602, -0.00436023, 0.0218910798, 0.0228160545, 0.0213360954, -0.0357246, 0.00949641224, -0.0435355, -0.0388695151, -0.0175025854, -0.0125282751, -0.0388078466, -0.0270503853, 0.0176259167, -0.0204419512, 0.0408839025, -0.045878768, 0.0465776399, -0.0395272747, -0.00134635274, -0.0555396229, 0.0422199778, -0.0322919115, 0.0264542904, 0.0145323882, 0.0253032111, 0.0432888381, -0.0100257033, 0.0130421501, 0.0105447173, -0.0216855295, -0.0212333202, -0.0228777193, 0.0495375618, 0.00940391421, -0.027029831, 0.0126516055, -0.0144810006, 0.00300616934, -0.037636213, 0.0205241721, 0.00210431847, 0.0114799701, 0.00142214936, 0.00192831631, 0.0250154398, -0.0228982754, -0.00608942, -0.00028375542, -0.0488798022, -0.0049100765, 0.0173073132, -0.0109147076, -0.0256115347, 0.0167934392, 0.000279901345, 0.00826311205, 0.00798048079, 0.0197533593, -0.00338386768, 0.00644913269, 0.0302158557, 0.0450565703, 0.00352261378, -0.0235765893, 0.00379239838, -0.00816547591, 0.0320246965, -0.0349640623, -0.0177081358, 0.00571943, -0.0278314762, -0.0133196432, 0.0125796627, -0.0197739135, 0.0142240627, 0.0191469863, -0.000752827036, 0.0116752423, -0.0256526452, -0.0467009693, -0.00887976214, -0.0157348551, 0.0280575808, 0.00880781934, 0.0329702273, -0.0575951226, -0.00417523505, -0.0178006347, -0.00295992056, 0.0149126556, 0.011130535, -0.0076670167, -0.0376978777, -0.011993845, -0.0251387712, -0.0214388687, 0.00300616934, -0.0507708602, -0.00227132789, 0.0394244976, 0.0035071976, 0.0160945691, 0.0267009512, 0.00157888129, 0.00266958121, -0.00640802272, -0.0334841, 0.0203186218, 0.00813978165, 0.00708633754, -0.010339167, -0.0103031956, -0.0267831702, -0.0023419857, -0.0237821396, 0.0181706231, -0.0348407328, 0.00536485622, 0.0132888099, 0.0191367082, -0.0011215324, 0.00386177143, 0.0402467, 0.0236588102, 0.0185406134, 0.00864337943, 0.00416495791, 0.0336074308, -0.00408530701, 0.00672148634, 0.0192292072, 0.0153545886, -0.0381706432, -0.0131860357, -0.00214414392, -0.00966085214, -0.00130781217, -0.0149434879, -0.0163103957, 0.024851, 0.016772883, -0.00358170946, 0.0117574623, -0.0241110194, 0.061541684, -0.00807811692, -0.00652621407, -0.0208119415, -0.0163206737, 0.00401850324, -0.00725591648, -0.0280370265, -0.0208941624, -0.0273998212, -0.0270709414, 0.000241039539, -0.0355396, -0.00999487098, 0.021808859, -0.0301130805, -0.00607400388, 0.0243782345, -0.0341829732, -0.020071961, -0.000157775721, 0.00147225219, -0.00281089684, 0.0249126647, 0.0102620861, -0.0544296503, -0.00670607, -0.0305858459, 0.0355807133, 0.0104522193, -0.0181089584, -0.0179547966, 0.0298869759, -0.0365467966, -0.00841727387, -0.0227338355, -0.0306886211, -0.0325385705, -0.00284943753, -0.0120555097, 0.00466855522, -0.0216855295, -0.00876671, 0.0313669369, -0.0115724672, 0.00520555489, 0.0391983949, 0.0162384529, 0.0473998412, 0.0227955, 0.00205807, 0.0194347575, 0.00516187539, -0.00671120873, -0.0123638352, -0.00120503712, 0.00805242267, -0.00930113904, -0.0160226263, 0.0427133, 0.00445272774, 0.0128160454, -0.00203623017, 0.0149332108, 0.0289208908, -0.0320246965, 0.0264954, -0.0320863612, -0.0124460552, -0.000656796619, 0.017379256, 0.0151593154, 0.0393833891, 0.0156012485, -0.0441110395, 0.00136176904, 0.0204727836, -0.00598664489, 0.00397482375, 0.0337513164, 0.0203905646, -0.0083145, 0.0129393749, -0.00855088141, -0.00737924641, -0.0687770471, 0.0313258283, -0.0144193359, 0.0031115138, 0.0233299304, 0.00367420702, -0.0196094736, -0.00671120873, -0.0162692852, 0.00558582228, -0.00252184202, -0.0265159551, -0.00758479675, 0.0198869668, 0.0397122689, 0.0169167686, 0.0323124677, -0.0116546871, 0.0146146081, -0.0177389681, -0.0164542813, -0.00984070823, -0.0621172227, -0.0263926256, 0.0278725866, -0.0452210084, -0.033031892, -0.0265776198, -0.0174100883, -0.0243987907, -0.00941933, -0.00755396392, 0.00994862244, -0.0220349655, 0.0176156387, 0.0107811, 0.0447276905, 0.0309969466, 0.00527235866, -0.0389311798, 0.0253032111, -0.0414388888, -0.0124049447, -0.0257554203, 0.0117574623, 0.0283042416, -0.00551388, 0.00649024267, 0.00757451914, 0.0179547966, -0.0270914957, 0.0198355801, 0.00102068449, -0.0260020811, -0.0429599583, 0.0864954591, 0.0123843905, 0.0111819226, 0.0150873736, 0.0211716536, 0.00747174397, -0.02398769, -0.0116752423, 0.0302980766, -0.0154470857, -0.020945549, -0.00441161776, 0.0096557131, -0.000147739091, 0.0117060747, 0.0174820311, -0.0168345477, -0.0209044386, -0.00126156339, 0.0194347575, -0.0236177, 0.0141829532, -0.0313669369, 0.0318602584, -0.0202364028, 0.00378212077, 0.00561151607, 0.0280370265, -0.0198766887, -0.027543705, 0.0120144, 0.00161099841, -0.0151695935, -0.0321069174, -0.00379496766, 0.0165365, 0.00315519306, 0.0132888099, 0.0364234671, -0.000825411873, -0.019640306, -0.0505653098, -0.0151079278, 0.00321428874, 0.0216238648, -0.00795478653, -0.0147276605, -0.018252844, 0.00467369426, 0.049702, 0.0224049557, -0.0263309609, -0.00343011646, 0.00818089209, -0.0352723859, -0.0172764808, 0.0278931409, 0.00328366202, -0.0222199596, -0.00974821113, -0.0105961049, -0.0517986119, 0.0366906822, 0.00013938862, 0.00768757146, -0.0388078466, 0.00857143663, 0.034861289, 0.0518808328, -0.00616650144, 0.0329085626, -0.0112641426, 0.0248715561, 0.00301130814, -0.0351696126, -0.0233504847, 0.0154984733, -0.0159198511, 0.00617164, -0.0104933297, -0.00367420702, -0.0087101832, -0.02242551, 0.0130627053, 0.00333248, -0.00530833, -0.0101387557, -0.00704522757, 0.0464543104, -0.0147893261, -0.00689620385, -0.0297019817, 0.02554987, -0.00699384045, 0.0273381565, 0.000233973755, 0.0256320909, -0.0214799792, -0.00928058475, -0.0318191461, 0.0304830708, -0.00974821113, 0.0210277699, 0.0369578972, 0.00079201, 0.00505910069, 0.00113759097, 0.0276053715, 0.0151798707, 0.0214388687, -0.0107811, -0.0051978468, -0.0174820311, -0.00593011873, 0.014953766, 0.00853546523, 0.00709147658, -0.00390802, 0.0309352819, -0.0016495391, 0.0163926166, -0.0280575808, -0.0289003365, -0.00415981887, 0.00807811692, 0.0154162534, 0.0298458654, 0.0041289865, -0.00690648146, 0.00232143071, 0.00250385655, -0.00118319748, -0.0133299204, -0.0104470812, -0.00927030668, -0.00971737877, 0.021993855, 0.014511833, -0.00861254707, 0.0241110194, -0.0110277599, 0.0225488394, -0.00265673432, 0.00100526819, 0.0178417433, 0.014953766, 0.0209969375, 0.000570401375, 0.00525694247, 0.0112333102, 0.0185406134, -0.0109249847, -0.0373689979, -0.00540596619, 0.00557040609, -0.000437115028, 0.00818089209, 0.0187153313, -0.01164441, -0.00911100581, 0.0338540934, -0.000263200403, 0.0246454496, -0.020503616, 0.0132682556, -0.0211511, -0.0151695935, -0.00624358281, -0.0129702082, -0.00564748747, -0.0117882947, 0.0331346653, 0.00492549315, -0.00278263376, 0.000375128817, 0.0204830617, 0.0219321903, -0.000247462973, 0.0288386717, -0.0352929421, 0.0142651731, -0.0219321903, 0.021377204, 0.0111510903, 0.0171120409, 0.0188283846, 0.0183145087, 0.000946172571, 0.00329650892, -0.0235149246, 0.0225282852, -0.0138849057, 0.0125899399, 0.0022816055, 0.0277903657, 0.0259198602, 0.0109455399, -0.0298047569, 0.0254265405, -0.00417523505, -0.0190956, 0.0224871747, 0.0314080454, 0.00896198209, 0.01086332, 0.000851748, -0.00169450312, 0.0285303462, 0.0100668138, -0.0109044295, -0.00840185769, -0.00345581, 0.0159712378, 0.0141418427, -0.00538541097, 0.0270914957, -0.0164440032, 0.00147353683, 0.0241315756, -0.0166187212, 0.0380062, 0.0293114372, 0.00403391942, -0.0023728183, -0.0402055904, -0.0123535581, -0.0269270558, 0.0221994054, 0.0183864515, -0.0214594249, 6.62417151e-05, 0.0276053715, -0.0198972449, -0.0105652725, 0.0203289, -3.10332398e-05, -0.032065805, 0.0265365113, -0.0204111189, -0.0328468978, -0.0191675425, -0.0197739135, 0.0494964495, -0.0354779363, -0.015210703, -0.00864337943, -0.00822714064, -0.0018730748, -0.00582734356, 0.0162384529, -0.0258376412, 0.00626927614, 0.0175334197, -0.0476053916, -0.0130935377, -0.0216238648, 0.0142651731, 0.0140699008, -0.0212538745, -0.00165339315, -0.00349948951, 0.0393217243, -0.00261819363, -0.0268242806, 0.0664337724, 0.00522097107, 0.0231860448, 0.0386639647, 0.0197944697, 0.0151798707, -0.000671249349, 0.0238643605, -0.0221994054, 0.00151464692, 0.0149640432, 0.0157759655, -0.000685380946, 0.0129804853, -0.0260843, 0.00733299786, 0.0204008427, 0.021294985, -0.0181089584, 0.00114658382, 0.0181500688, 0.0213360954, -0.00158145069, 0.0229804944, 0.016084291, -0.00614080764, 0.0099434834, -0.0154265305, -0.000517729146, 0.0305447374, 0.0290853307, -0.0150873736, -0.0234532598, 0.0344296321, 0.000533145445, -0.0314697102, 0.0332168862, 0.0271942709, -0.00621275, -0.0423022, 0.0258581955, -0.0154470857, 0.0127235474, 0.00348407333, 0.015642358, 0.0252004359, 0.0137512982, -0.0179753508, 0.0225899499, -0.0107194344, 0.0217266399, 0.0224460643, 0.00383607764, 0.0057708174, -0.0142446179, 0.01390546, 0.0121068973, 0.0270709414, 0.0176670272, -0.00941933, -0.0105447173, 0.00175745285, -0.00131680502, -0.0120144, 0.000180016868, 0.0104624974, 0.0308325067, -0.0055447123, -0.00368191511, 0.0374101065, -0.00846866146, 0.0143371159, -0.000487217825, -0.00604317151, -0.0112024779, 0.004172666, 0.0205755588, 0.0251387712, -0.00627955375, 0.058581762, -0.0378828719, 0.0152415354, 0.0269681662, 0.00475848373, -0.00339414505, 0.00246017706, -0.00570915267, 0.0153134782, 0.0291264411, 0.0394656099, -0.0115827452, -0.0104213869, 0.0106577696, -0.0245015658, 0.0180061832, 0.00735355262, 0.0173073132, -0.00264131813, 0.01320659, 0.0021646989, -0.00369733153, 0.0291264411, 0.0058067888, -0.0116135776, -0.0113977501, 3.86209249e-05, 0.0175950844, 0.0117574623, 0.0308736172, -0.0039465609, 0.0382117517, 0.0258581955, 0.0374717712, 0.0213977601, -0.0214183144, 0.0439465977, -0.0268859453, -0.00496917218, -0.00220452412, 0.014080178, -0.0163515061, 0.00339414505, -0.000768885657, 0.015817076, 0.00650565885, -0.0455498882, -0.00715828035, 0.00024553595, -0.0154059762, -0.0216033105, -0.0124152228, 0.00978418253, 0.00484584225, 0.00589414733, -0.00345837954, -0.00858685281, 0.0193936471, -0.000303989247, 0.0368756764, -0.0304419622, -0.0261870753, -0.0134018632, -0.0143062826, -0.0241315756, -0.0208838843, 0.0120452326, 0.0156629141, 0.00326824561, -0.00209918, -0.00351747521, -0.0182220116, 0.043206621, 0.0237615854, -0.0103597222, -0.00333761889, -0.0182322897, -0.0133299204, 0.00237924187, -0.0129290977, 0.00328623131, -0.00292651867, -0.0134326955, 0.00395426899, 0.00138232403, -0.0322919115, 0.00993320625, -0.0143473931, 0.0163720604, -0.0248921104, 0.00118512451, -0.001662386, 0.0147584928, -0.0200205743, 0.0230421592, 0.00244090683, 0.00590442494, 0.015303201, -0.0219116341, -0.0293319914, 0.000976362731, 0.000130315515, -0.00184995041, -0.0295375418, -0.00797020271, 0.00702467281, 0.00829394441, 0.0238026958, 0.00768243289, -0.0083813034, 0.025981525, 0.0401028134, 0.0165878888, -0.0203289, 0.017646471, -0.0247687809, -0.0181706231, 0.0155087505, 0.000935252698, 0.0252415445, -0.0146557186, -0.0136279678, 0.016074013, 0.00736896927, -0.0181500688, -0.0252621, -0.0133093651, -0.0397944897, 0.0139362933, 0.00597636774, -0.00896198209, 0.000183870943, 0.00541110476, -0.00764132291, -0.00389003451, 0.0213155393, 0.0116546871, -0.008345332, 0.0133196432, -0.0115005253, 0.0126104951, 0.011130535, 0.0230832696, 0.00697328523, -0.00192831631, 0.00374358, 0.0426721908, -0.000495889457, 0.00508222496, -0.00893115, -0.00762590673, -0.00967626832, -0.0229188297, 0.0323946886, 0.0355396, -0.006649544, -0.0113463625, -0.0240493547, -0.00585303735, 0.00865879562, -0.0220555197, -0.00898253731, -0.00590956397, -0.00415981887, 0.00758993533, -0.0184070058, -0.0155395838, -0.0160020702, 0.0147379385, 0.0127954902, -0.00734841404, -0.0159301292, 0.00316547067, 0.0376773216, 0.0074666054, 0.018951714, -0.0359095931, 0.00884893, 0.00322970515, -0.0100359805, -0.00639774511, 0.0278931409, -0.00597636774, 0.00312179141, -0.010256947, -0.0061613624, -0.00920864195, 0.00989209581, 0.0232065991, -0.0140082352, -0.00034044226, -0.0541829914, 0.0115724672, -0.00652107503, 0.0105447173, -0.00889517833, 0.0137615753, -0.015827354, 0.0126413275, 0.00212487369, 0.00661357259, -0.0333607718, -0.0323330201, -0.000930113951, -0.0129188206, 0.0356218219, 0.00109198457, -0.0131654805, 0.0274614859, 0.00276721758, -0.0163720604, 0.00855088141, -0.00188463693, 8.96872662e-05, -0.00197841926, -0.0254265405, -0.00823741779, 0.0199589096, 0.0101027843, -0.00815519784, -0.00704522757, 0.0149023784, -0.019989742, -0.025118215, 0.0194964223, 0.00525694247, -0.0108838752, 0.010688602, -0.00480216276, 0.0121377297, -0.00239337329, 0.0211716536, -0.00426773261, -0.0264131799, -0.00504882308, -0.00396711566, -0.020513894, -0.0127543798, 0.00958377123, 0.0148921, -0.00120889116, -0.0202980675, 0.0225693956, -0.00266187312, 0.000431655091, -0.0117677404, -0.0161665101, 0.0198664125, -0.0120760649, -0.014080178, 0.0129085425, -0.00977390446, 0.00855088141, 0.00310637499, 0.0397533774, -0.00367677631, 0.0163309518, 0.034409076, 0.0186433885, 0.0019951202, -0.0238643605, -0.0178725757, 0.00434481399, 0.0133196432, 0.017204538, 0.0143062826, -0.0384789668, -0.000575540122, 0.00253725844, 0.0076670167, 0.0119630126, -0.0246660057, 0.00828366634, 0.0275025964, -0.00208119419, -0.0182939544, 0.0185200591, -0.0200925171, -0.0200205743, 0.0277698115, 0.00880781934, 0.0227543898, 0.00410329271, -0.00756938057, 0.00615108525, -0.000589350529, 0.020688612, 0.00885920692, 0.0213977601, -0.000601233856, 0.000749615312, 0.000344296335, -0.001662386, -0.013556025, -0.00778520806, -0.038766738, -0.0221377406, -0.0282220207, -0.00757451914, 0.00691675907, -0.0156320799, -0.0105447173, 0.0326619036, 0.0236588102, 0.0137615753, 0.00786228944, -0.013473805, -0.00993834436, -0.00385406334, 0.00105922506, 0.0280781351, -0.011130535, 0.000835689425, -0.0184686705, 0.0206475016, -0.0137924077, -0.00777493045, 0.0172250941, 0.0289003365, 0.0179856289, 0.0155806933, 0.0112641426, 0.0204111189, 0.0191880967, -0.00329907821, 0.0141521208, -0.00168294099, -0.016074013, -0.00436793827, -0.00234712451, -0.00530833, 0.00562693225, 0.0175745282, -0.0134121403, 0.014080178, 0.00353289139, 0.00177672319, 0.00169835729, -0.000790082966, -0.00466084713, 0.0310997218, -0.0189208817, -0.000592562254, 0.0171634294, -0.0127338255, -0.00426002452, 0.00873073842, 0.0310997218, -0.0127646578, -0.016690664, 0.00705036661, 0.00737410784, -0.0164748356, 0.0139362933, -0.01156219, 0.0254470948, -9.35413264e-05, 0.0165262241, 0.000312018557, 0.0131449252, -0.00130845455, 0.0141726751, -0.0123535581, 0.00891059451, -0.014861268, 0.00985612441, -0.0311819408, -0.00811922643, -0.00566804223, -0.0236588102, -0.0448099114, -0.00789826084, 0.0149640432, -0.0375539921, -0.00871532224, -0.0221994054, 0.0121582849, 0.0126207722, 0.0107502677, -0.0157862436, -0.0362179168, 0.00169450312, -0.00931141712, 0.0369373411, -0.0210380461, 0.0161665101, -0.00701953378, 0.0271942709, 0.000678315118, -0.0027209688, -0.0120246774, -0.0124974428, -0.0310175, -0.00779034663, -0.00562693225, -0.0103905546, 0.0216444191, -0.0174614768, 0.010431665, -0.00395940756, 0.00445529725, 0.0226310603, 0.00729188789, 0.00605858769, 0.00762590673, -0.0211922098, 0.0199280772, 0.0203905646, 0.0178006347, -0.00963002, -0.0122405048, 0.0117985727, -0.00871532224, -0.0237204749, -0.0185817238, 0.0107605448, 0.00121788401, 0.010431665, 0.00350976689, -0.00490493793, -0.012086343, 0.00890545547, -0.0156526361, 0.0205344502, -0.00395169947, 0.0016752329, 0.0165776107, 0.000818346103, -0.0258376412, -0.00279291114, -0.0271531604, -0.00123972376, -0.00526722, 0.0231449343, 0.0141007332, 0.0110277599, -0.0380267575, 0.026598176, 0.0119219022, 0.00881295837, -0.0103134736, -3.72960931e-05, 0.0209558271, -0.0526208095, 0.0185920019, 0.0167214964, 0.00415211078, -0.0191367082, -0.00999487098, -0.0100565357, 0.00484584225, -0.00443731155, 0.0024820168, 0.00161999126, 0.00764132291, 0.0152723687, 0.0138335181, 0.0025680908, 0.00390545093, -0.0222405139, -0.0157040227, 0.00458890479, -0.00298047555, -0.00191161537, -0.0189311597, 0.0242960155, 0.0211305451, 0.027029831, 0.00207477086, 0.00925489049, -0.0126310503, 0.0112949749, 0.00442960346, -0.0145015558, 0.0163926166, -0.00766187767, -0.0190647673, -0.00796506461, -0.00590442494, 0.00333761889, 0.0152415354, 0.000863952504, 0.00391829759, -0.00159044343, -0.00695273, 0.0153956981, 0.0231654905, -0.00945016369, -0.00887976214, 0.0191983748, 0.000410457753, 0.00692189764, 0.00348150381, -0.00464543095, -0.0284686815, 0.00626927614, -0.00174589071, -0.0016598166, 0.00904420204, -0.0216855295, 0.0249332208, 0.0347996242, 0.00477646897, 0.0057708174, 0.00325796823, -0.0360329226, 0.00983556919, -0.02781092, -0.00672148634, -0.0080575617, -0.00850463286, 0.016772883, 0.00868448894, -0.000712359382, 0.00567318127, 0.021294985, 0.0034892119, -0.018252844, -0.0305652916, -0.0242549051, -0.0148921, -0.00136433844, 0.0184481163, -0.00415981887, -0.00615108525, 0.00500257406, -0.0141521208, -0.0249948855, 0.0146659957, 0.0146968281, -0.00656732405, -0.0128263226, -0.0105858268, 0.000341405772, -0.000226105054, -0.00698356284, -0.0219321903, 0.0203186218, -0.00924975239, -0.0291469954, -0.00982015301, 0.0130627053, -0.0247893352, 0.00354573829, 0.0100873681, -0.00454779482, 0.00585817639, -0.00217112224, 0.0233299304, 0.0037333027, 0.0226721689, -0.000304792164, 0.0181397907, 0.0033427577, -0.00824255683, -0.013473805, 0.0228366107, -0.00801645126, -0.000207477075, -0.0297019817, 0.0118807927, -0.00136562309, -0.0130010406, -0.0253237654, 0.0104368031, -0.000569759053, -0.00254368177, -0.0165776107, -0.0131449252, 0.000481115567, 0.00049075071, -0.00777493045, -0.000924332882, -0.0144090578, 0.00141058723, 0.0253854301, 0.00616650144, -0.00646454887, -0.0201130714, 0.0192908719, 0.00465827808, 0.00844810717, -0.000412705936, 0.0106783248, 0.00974307209, 0.00388746522, 0.00206449325, -0.0241521299, 0.00719425175, -0.0221377406, 0.00312436069, -0.0116957976, 0.00512847351, 0.0082220016, 0.0351490565, 0.015899295, 0.0437410511, 0.00782631803, 0.0202261247, 0.0063874675, -0.0134840831, 0.00852004904, -0.00457091909, 0.00635149656, 0.0171737056, -0.0204830617, -0.0194655899, -0.019383369, 0.0242343508, -0.0318191461, -0.0120041221, 0.00748716, 0.0142137855, -0.011993845, -0.00706064422, 0.0130935377, -0.00250128703, -0.0108838752, 0.00882837456, 0.00788284373, 0.00158915878, 0.00692703668, -0.00799589697, -0.0258787498, 0.0365467966, 0.00680370629, 0.0119732898, -0.00623844378, -0.00880268, 0.00508993305, 0.00921378098, 0.00363309705, 0.0079856189, 0.000328237715, 0.00772868143, -0.0188078284, 0.000611190218, -0.0043987711, -0.000949384237, 0.0119630126, 0.00823741779, 0.00745632779, 0.00934738852, -0.00112859823, 0.00145683589, -0.00476619182, -0.0149434879, -0.0092908619, -0.0069784238, 0.0051181959, -0.0176773034, -0.00486125844, 0.00977390446, -0.00739980163, 0.0138335181, 0.0102980575, 0.000818346103, 0.00627441518, -0.000572649587, -0.00105023221, -0.0105344402, 0.00980987586, 0.00188335229, -0.0248921104, 0.00901337, 0.00831963774, 0.00340442266, -0.0104881907, -0.00390031212, -0.0195991974, 0.0245221201, -0.0085097719, -0.0104419421, 0.00271069119, 0.00301644695, -0.0170298219, -0.0285097919, -0.00618191762, 0.0156834684, 0.00158915878, 0.0115108024, 0.00921891909, 0.0143885035, -0.00367934583, 0.00754368678, 0.0226927251, 0.0121891173, -0.00508993305, 0.00911100581, -0.00805242267, -0.00649024267, -0.00914183818, -0.00562693225, -0.00510277972, -0.00402364228, 0.00718911272, 0.00114337215, -0.0162487309, -0.00436536921, -0.00524666486, 0.00885920692, -0.00578109501, -0.00663412781, -0.0160329025, -0.00314491568, -0.00239208853, -0.00211202679, -0.00358427898, 0.0213155393, -0.00381809217, -0.000129271706, -0.00263361, -0.0151695935, -0.00772868143, 0.00128725718, 0.0120657878, 0.00430627353, 0.0153751429, -0.00404162752, 0.0107297124, 0.0173484236, 0.0202877894, -0.00442189537, -0.00349178142, -0.0111099798, -0.00356372399, 0.00689106528, 0.00902364682, 0.0254059862, 0.000667395303, -0.00257965294, 0.00320915016, 0.0185508914, 0.00471223472, 0.00351233641, 0.00419836, 0.00320144184, 0.0187256094, -0.0173998121, -0.0199280772, -0.0140287904, -0.0165570565, 0.00167651754, -0.0131860357, 0.0258581955, 0.00180627103, -0.00608428149, 0.0344707407, -0.00798048079, -0.0296197608, -0.00755396392, -0.0068294, -0.00951696746, -6.64424442e-05, -0.00693217525, 0.00672148634, 0.0104368031, -0.00467626331, -0.00342240813, 0.00104509352, -0.0107194344, 0.00254496653, 0.0329085626, -0.0402878076, -0.00421377597, 0.0111408122, -0.0388489589, 0.0205652826, 0.0183556192, -0.0192908719, 0.0162076205, -0.00330421701, 0.0294553209, -0.00637719, 0.0147687709, -0.0105036069, -0.0419938751, -0.0174511988, -0.0085457433, -0.0184583943, -0.00904934108, 0.0160329025, 0.00622816617, -0.00690134289, -0.0101438947, -0.00316290138, 0.0156731904, 0.02398769, 0.025981525, 0.0135971354, 0.00085431739, -0.00277235615, -0.0139465705, 0.00348150381, -0.0242960155, 0.020071961, -0.0109044295, 0.00835047, 0.00556526752, 0.000587744638, -0.0170503762, -0.0104830526, 0.00324769062, -0.025734866, -0.00229830644, 0.0201850142, -0.00048368494, 0.0115519129, 0.00788798276, -0.0114080273, 0.00184095756, 0.00685509387, -0.0133607527, -0.0345940739, 0.00772354286, 0.0126310503, 0.0140390676, 0.00555499, 0.00316033186, 0.0180267394, 0.0242960155, -0.0109866494, -0.00368191511, 0.00479702419, -0.0174820311, -0.0284686815, 0.0020503616, 0.0121274525, 0.0322713554, 0.0141315656, -0.0257554203, -0.0210688803, -0.00878212601, -0.00872046, -0.00414697221, -0.019383369, -0.0135868583, 0.0267009512, -0.0262692962, 0.01390546, -0.0215005353, -0.00302415504, 0.0233915951, -0.00156346499, -0.00385149405, -4.76488685e-06, 0.00564748747, -0.00786228944, 0.00156218035, -0.00313206878, -0.00402107276, 0.0268037263, -0.035889037, -0.00841727387, -0.00516187539, 0.00783659518, -0.0119013479, 0.0151079278, -0.0110791475, -0.0184789486, -0.00739980163, -0.0210174918, -0.0117060747, 0.0109455399, -0.0255704261, -0.000423625781, -0.00396197708, -0.0140287904, -0.0131963128, 0.020503616, 0.0420144275, 0.0045015458, -0.0101284785, 0.0102158375, -0.029208662, 0.0107708219, 0.0202877894, 0.011120257, -0.0013296518, -0.0164234489, 0.0107502677, -0.00498458836, 0.0172250941, -0.0100051481, 0.00483042607, 0.00391572854, 0.0355190486, 0.00904420204, -0.0232271552, 0.00712744799, 0.0200205743, 0.028859226, -0.018684499, -0.028160356, 0.0203186218, -0.0243576802, -0.00643885508, 0.0234121494, -0.00383350835, 0.00986126345, 0.0148818232, 0.0112333102, 0.0254059862, 0.0126618827, 0.00600206107, 0.0114285825, 0.0157965217, 0.0255293157, 0.000625000626, 0.0105344402, 0.00734841404, -0.00791367702, -0.00934224948, 0.00287513132, -0.00921891909, -0.0161870662, 0.0140904551, -0.0287358966, 0.0168448258, 0.000372880633, -0.0134635279, 0.0238232501, -0.0313463807, -0.00297019817, 0.00444758916, 0.0126721598, 0.0178623, -0.000978289754, -0.0216238648, 0.00641316129, -0.00674204156, 0.0169681553, -0.0214594249, 0.0124768876, -0.00297790626, -0.011120257, 0.0115724672, 0.0308941714, 0.00566804223, 0.0129393749, 0.000292266457, -0.0164748356, -0.00142086472, 0.00640802272, -0.021294985, -0.0151901478, 0.00522097107, 0.00652621407, -0.00746146636, 0.0025809377, -0.00975334924, -0.00515930587, 0.00760021294, -0.00111703598, 0.00586845353, -0.000431976252, 0.00651079742, 0.00217883056, -0.0290236659, -0.0131757576, -0.0310380571, -0.000915340031, -0.00765673909, 0.0133299204, 0.00457348861, 0.0184070058, -0.000645555614, -0.00265416503, -0.00971224, -0.00353032211, -0.0134121403, -0.0096557131, -0.00357400137, 0.00941933, 0.00812950451, -0.000775951426, -0.000402107282, -0.0218294151, -0.00150950812, 0.00262590172, -0.00872559939, 0.00991779, 0.00818603, -0.0129702082, 0.0206783339, 0.00700925663, -0.000989851891, 0.0267009512, 0.00650052028, -0.0147276605, -0.00707092136, 0.00438335491, -0.00436536921, -0.0234327056, 0.000723279198, -0.00119411724, -0.0304625165, -0.0095478, 0.0147276605, 0.00460945955, -0.00630010897, -0.0131860357, 0.0299280863, 0.0104111098, -0.00716341892, 0.00769784907, 0.0171120409, -0.0141829532, -0.0113155302, 0.00755396392, 0.00620761141, 0.00678315153, -0.00332734128, -0.0142960055, 0.00471480424, -0.0155909704, -0.0123741124, 0.0112641426, -0.00316547067, 0.0133915851, 0.00117292, -0.0139671257, -0.00128982647, 0.0134018632, -0.0174203664, -0.00438335491, -0.0162898414, 0.012867433, 0.011038037, 0.0196608622, 0.00893628784, -0.000445465499, 0.0108735971, 0.00529805245, -0.0209558271, -0.017379256, -0.0163001176, -0.0273998212, -0.00216855295, 0.0198047459, -0.00279034185, -9.59501194e-05, 0.00320658064, 0.00549332472, -0.00383607764, 0.000945530192, 0.0129907625, -0.00693217525, 0.00844810717, -0.00479959371, -0.0189208817, -0.0285303462, -0.00893115, -0.0184995048, -0.0143679483, 0.0183042306, 0.00369219272, 0.00239594281, -0.00334018818, -0.0186433885, 0.00984070823, 0.000411742425, 0.0124768876, 0.00642857747, 0.0252004359, 0.00355344638, 0.000354573829, -0.015210703, -0.00225591171, -0.00661871163, 0.0159301292, -0.0107913772, -0.0028982556, 0.000129914057, 0.0138951829, 0.0201439038, -0.0297019817, -0.00584276, -0.00631038612, -0.0141521208, -0.0116649652, -0.0040930151, 0.0145940529, 0.0108941523, -0.018335063, 0.0234532598, -0.0242754593, 0.0196197517, 0.0120246774, 0.0131963128, -0.00732272025, -0.00170991942, 0.00486639747, -0.0409250148, 0.00171762751, 0.0146762729, -0.00866393466, 0.0127132703, -0.00605858769, 0.0238849148, -0.00571943, 0.0192292072, -0.00515159778, 0.00399280945, -0.0101182014, 0.00276721758, -0.0160020702, 0.0185611695, -0.00263361, -0.00426773261, 0.00650052028, -0.00860740803, -0.0109866494, 0.0330524482, 0.00587873114, 0.000273799087, -0.00470452663, -0.00236511021, -0.0181809012, -0.008345332, -0.0116855204, 0.00745118922, 0.00568859745, 0.000925617525, 0.0144193359, -0.017379256, -0.00793937, 0.00581706641, 0.0197944697, 0.02242551, -0.0117266299, 0.00665468257, -0.0106783248, -0.00689106528, 0.0118088499, 0.0428366289, -0.0161459558, 0.0303597413, 0.0106680477, -0.00382836955, 0.0119732898, 0.00656732405, 0.0132271452, -0.000314748497, 0.0125796627, -0.0137101877, 0.0291675515, -0.00475591421, 0.00492549315, 0.0177595243, 0.0100668138, 0.00021534579, 0.000720067474, -0.0247687809, 0.0040930151, -0.00941419229, 0.0161870662, -0.0212333202, -0.0103237508, 0.0103751384, -0.0144810006, -0.00202466804, 0.0104573583, 0.0100925071, -0.00778520806, 0.0126824379, 0.00581192737, -0.0207297225, -0.0063617737, -0.00578623358, -0.00959404837, 0.00312179141, -0.00751285395, -0.00209918, -0.00724563887, -0.0169578791, -0.00911614485, -0.0172662046, -0.0416033305, -0.0204111189, 0.0142137855, -0.00782631803, 0.00796506461, -0.0281192455, 0.0411922298, 0.0205241721, 0.00772354286, 0.0011215324, 0.00587359257, -0.00320144184, 0.0159506835, -0.0105858268, 0.0148509908, 0.0251387712, -0.0107399896, 0.0150668183, 0.000603160937, 0.00246917, 0.0222610701, -0.00144141971, 0.0228777193, -0.00963515788, -0.00449383771, -0.00734327547, 0.019989742, 0.00259506935, -0.0163617842, -0.0322919115, 0.0150770955, 0.0139465705, 0.000866521907, -0.0109866494, 0.00839672, 0.00466341665, -0.00828880537, 0.00772354286, 0.0123741124, 0.000268820906, -0.00362795824, 0.0323535763, -0.00210817275, 0.0225282852, -0.0292703267, 0.00786742754, 0.00595067395, -0.00353032211, 0.00364080514, 0.00531346863, -0.0059352573, -0.0274614859, 0.0059969225, -0.00452723959, -0.00414954172, -0.00319887255, -0.000232367907, 0.0213566497, -0.00484584225, -0.00310123619, -0.0016495391, 0.0138026858, 0.0214183144, 0.00631038612, 0.00610483624, 0.00665468257, -0.019208651, -0.00728674885, 0.00746146636, 0.0168448258, 0.015560138, 0.00503597595, 0.0109866494, 0.0287975613, 0.0202775113, 0.00809867214, -0.0101027843, -0.00829394441, -0.00381038385, 0.00595581252, 0.0104522193, 0.0011472262, -0.019989742, 0.00587873114, 0.00504625356, 0.00781604, -0.0252826549, 0.00898767542, -0.00313720759, 0.0258787498, 0.00374871888, -0.0104933297, -0.00173946726, 0.00906989537, 0.0121068973, -0.00616650144, 0.0025989234, -0.00193088572, 0.0168962143, 0.0238849148, 0.0220144093, 0.00476105278, -2.22010112e-05, 0.0059712287, 0.0202877894, 0.00177286915, 0.00120246771, -0.00858685281, 0.00684481626, -0.0056423489, 0.0207913872, 0.0116752423, -0.00252184202, 0.00990751199, 0.0232682656, 0.00170863478, 0.00776465284, -0.000985997845, 0.0258581955, 0.0192189291, -0.0106372144, -0.0120246774, -0.00385663263, 0.0107194344, 0.00469424902, -0.00621788902, 0.00894142687, 0.0264131799, 0.00476876087, 0.00254625105, -0.0131449252, 0.0553340726, -0.00519013871, 0.0178828537, 0.00974821113, 0.00640802272, -0.00339928386, 0.0212538745, 0.00362795824, 0.000164359735, -0.0221788492, 0.00691675907, 0.00305755693, 0.00392343663, 0.00465570856, 0.00237795711, -0.00249100965, 0.0154368086, -0.00848407764, 0.010688602, -0.0187256094, -0.0182014555, 0.0343063027, -0.0179342404, -0.00375642697, 0.0207811091, 0.0015454794, 0.0126721598, 0.0188489389, 0.000579715357, -0.00435766112, -0.00122430746, -0.00516701443, -0.0223432891, -0.00874615461, -0.000998202362, -0.00749229919, -0.0035020588, 0.0200822391, 0.00333248, 0.0154984733, -0.0106988801, -0.00823228, -0.0077954852, -0.00358684827, 0.000343975145, 0.00511048781, -0.0108016552, -0.0236793645, 0.00366649893, -0.00334789627, -0.0112538645, -0.0252826549, -0.013648523, -0.0204625074, 0.0149332108, 0.0182425659, 0.000180177463, -0.00480473228, -0.0118191279, 0.0314491577, 0.0140596228, 0.00444501964, 0.00551901851, 0.0166803859, 0.00988181867, 0.00946558, 0.0194964223, -0.00427801, 0.0176259167, -0.000133848414, -0.000156089562, -0.00498715788, 0.0207605548, 0.00631552516, 0.00963515788, -0.0174100883, 0.0190339349, -0.00196171831, 0.0169270467, -0.0213155393, 0.0239465795, -0.0304008517, 0.00561151607, 0.0103134736, -0.00198869663, -0.0170709305, -0.0118191279, -0.0316958167, -0.0279753618, 0.0105036069, 0.0183556192, 0.011212755, -0.0057708174, 0.0119630126, 0.0159712378, 0.0103545832, 0.0262898505, -0.000613759563, 0.0205858368, -0.0296608713, -0.0234943703, -0.0159712378, -0.00218525389, -0.00161999126, -0.00353289139, -0.0425488576, -0.0139362933, 0.0101438947, -0.0120349554, 0.0192292072, 0.00365108275, 0.00318088685, 0.0180884041, 0.00461459858, 0.00156346499, 0.0250976607, -0.0144501682, -0.00946558, 0.0160329025, 0.0114080273, 0.00731244264, -0.0151798707, 0.0305447374, -0.013556025, -0.0108324876, -0.00370247, 0.0191675425, -0.0129290977, -0.0124460552, 0.0112435874, 0.0141521208, 0.0146968281, -0.000515481, 0.00998459384, -0.0212538745, 0.0213977601, -0.0208016653, 0.00734841404, 0.0226927251, -0.00906475727, 0.00566290366, 0.009650575, -0.0378212072, -0.0190544892, 0.0154265305, 0.000116826297, -0.01320659, -0.0283864606, 0.00411357032, 0.0022636198, -0.0237615854, 0.0144912777, -0.0111510903, -0.0175334197, 0.0146248853, 0.0120041221, -0.0131757576, 0.00687051, -0.00181269448, -0.0140699008, -0.0104881907, -0.0172456484, 0.0158890188, -0.00459661288, -0.0227543898, 0.0191058759, 0.0257143099, -0.0149126556, -0.00303957122, 0.0145529434, -0.00735869166, 0.0100462586, 0.00341213075, -0.0128777102, 0.00221480173, 0.0109558171, -0.00175873761, 0.020688612, 0.00991265103, -0.0164131708, -0.0231038257, 0.0249743313, 0.0135971354, 0.0110791475, -0.0036896232, 0.0165981669, -0.014779048, 0.017995907, 0.0196094736, 0.00167009409, 0.00153006311, -0.00809867214, 0.00540596619, -0.0237204749, -0.000262558053, 0.00197970378, 0.000924975204, -0.00805242267, 0.011120257, 0.0139260152, 0.00342754694, 0.0298869759, 0.010344306, -0.00177415379, 0.0151695935, 0.0123535581, -0.00853032712, -0.0187256094, -0.02711205, -0.00116328476, -0.0144707235, -0.00519270776, 0.0329907835, 0.0235971455, 0.0154162534, -0.00630524755, -0.00943474658, 0.0125693856, 0.000434224465, 0.00153006311, 0.0148304356, -0.0317780375, -0.018335063, 0.00905961823, 0.0268242806, 0.00612025242, -0.0154984733, -0.00169964193, 0.00818603, -0.00695273, 0.0055961, -0.0204727836, 0.00477903849, -0.00103288901, -0.0194142014, -0.0166084431, -0.030770842, -0.00736383, -0.00595067395, 0.00191932358, 0.00910072774, 0.00857143663, -0.00153648655, -0.007430634, 0.00357914018, -0.00431912, -0.0100205643, 0.0034892119, -0.000321493106, -0.0224049557, -0.00492292363, 0.00937822089, -0.00518499967, 0.00182040257, -0.0234327056, 0.0264131799, -0.0112641426, 0.022857165, 0.0110688703, -0.00502826786, -0.013216868, 0.000673176371, 0.0178520214, -0.00959918741, -0.0143576702, -0.00990751199, -0.0176259167, -0.00307554263, 0.0233915951, -0.0122405048, 0.0191572644, 0.00602775486, -0.0014388503, -0.00973279495, 0.00302672433, 0.0260226354, 0.0342446379, 0.00333504938, -0.017646471, -0.00111832074, -0.00870504417, 0.0102415308, -0.0187461637, 0.00171505823, 0.00712230895, -0.00182297197, 0.00363823585, -0.00501542119, 0.000750257634, -0.00663926639, -0.0111716446, 0.00492035411, 0.0100257033, 0.00502312928, -0.00958890934, 0.0108941523, 0.00295478199, 0.0126207722, 0.00687051, 0.0253443196, -0.0158787407, 0.0088335136, 0.0131140929, 0.0440699309, -0.0111408122, 0.00776465284, -0.0136074126, 0.0203391761, -0.0146248853, 0.00674718, 0.00596609, -0.00158658938, -0.0153648658, -0.0049717417, -0.000745118887, -0.0240493547, -0.00448356, 0.00283659063, 0.0209866595, -0.00149023777, 0.00335560436, 0.00271839928, -0.0340185314, -0.00852518808, -0.016629, 0.00795992557, 0.0150873736, 0.000701439509, -0.00877698697, 0.000849178643, 0.00622302759, -0.00375642697, 0.0252004359, 0.00471994281, -0.0171017628, -0.00288797822, 0.0182014555, -0.00142214936, -0.00817575306, -0.0124563323, -0.000302865141, -0.0263515152, -0.00379239838, -0.0108427648, -0.0225693956, -0.0102004213, 0.0187667198, -0.00764646148, -0.00747174397, -0.0176670272, 0.00131166622, 0.00459661288, 0.0126207722, 0.0320452526, -0.00859713089, 0.0141521208, -0.0035251833, 0.0184481163, 0.0146248853, -0.00478417706, 0.00487667462, -0.0103545832, -0.00207862491, 0.00735355262, -1.95513421e-05, 0.021377204, 0.00844296813, -0.0108735971, 0.00157374248, 0.00838644151, -0.010169588, 0.0263926256, 0.0270503853, 0.0139671257, 0.0207399987, 0.0204111189, 0.00758993533, 0.0105447173, -0.0260226354, 0.0252621, -0.00285971491, 0.00291881058, -0.00937822089, -0.0115313577, 0.00165467791, -0.0389722884, -0.00251927273, 0.00919322576, 0.00426002452, 0.00653649122, -0.0242754593, 0.0204727836, 0.010606382, 0.0055806837, -0.0182631221, -0.00227646669, -0.0150668183, 0.012692715, 0.0187975522, 0.00459661288, 0.00147096755, 0.0233504847, -0.00133479061, 0.0131346481, -0.00189619919, -0.0168551039, 0.00342240813, 0.00267472, 0.00572456885, 0.0153751429, 0.00342497765, 0.0106680477, 0.0286947861, 0.00033979991, 0.00278263376, 0.0219116341, 0.0119527355, 0.0249743313, 0.0138437953, -0.00455293339, -0.0049357703, 0.00467883283, -0.00293165748, 0.0078931218, 0.0122507829, -0.00323227444, -0.00711203134, 0.0111510903, 0.0109455399, 0.0110585922, 0.0241315756, -0.0101387557, 0.0213977601, 0.0116032995, 0.0106372144, 0.00378212077, -0.00354059949, 0.0266598407, 0.0116135776, 0.0150976507, 0.0047636223, 0.00980473682, 0.0176875815, 0.00520555489, 0.008345332, -0.011911625, 0.0219116341, -0.00226105051, 0.000479830895, -0.0113360845, 0.0133299204, -0.019126432, -0.0276259258, -0.0199691877, -0.00101939973, -0.00709147658, -0.00868448894, -0.0159506835, -0.0268448349, -0.0192497615, -0.00752313156, 0.00552929612, -0.0123124477, -0.00542138238, -0.0104162488, -0.00508736353, -0.00594553491, 0.0103905546, 0.00949641224, -0.00357914018, 0.0113771949, -0.000340763421, 0.0217883047, -0.00142985745, 0.00365879084, 0.00739466306, -0.0131963128, -0.00395683851, 0.005172153, -0.0164337251, 0.0197739135, 0.0203391761, 0.00591470255, -0.0016469697, 0.0103134736, 0.00144784315, 0.0080575617, -0.0164748356, -0.0134532508, 0.00211074203, -0.00528263627, -0.00524666486, -0.0279753618, 0.00585817639, -0.0263720714, 0.00534944, -0.00723536173, 0.0139568476, -0.0022083784, -0.0037384415, -0.0329291187, -0.00366906822, 0.00132451311, -0.0333196633, 0.00461459858, -0.0317163728, -0.000986640225, -0.00425745547, 0.0227132794, -0.0213360954, -0.0175745282, 0.0121068973, -0.00299332244, -0.00276464806, 0.0135354707, 0.00889517833, -0.0018550891, 0.0140287904, 0.00848407764, 0.00167780218, 0.0239465795, -0.00819630828, 0.00454008672, 0.00471737329, 0.010606382, 0.0190339349, 0.0227338355, -0.00500514358, -0.0152620906, 0.0114491377, 0.0177286919, -0.0190133788, -0.00360997254, -0.0208838843, 0.0116957976, -0.0293731019, -0.0252621, 0.000554663944, -0.0107913772, -0.00875643175, -0.0186433885, 0.0109969275, -0.00136176904, 0.0142240627, -0.021377204, 0.00227775145, 0.00801131316, -0.0075025768, -0.00333248, -0.0214183144, -0.0147584928, 0.00318345637, -0.00588900875, -0.0432477295, -0.0112333102, -0.00312693, -3.54895e-05, -0.00922919717, -0.0106474925, -0.00683453912, -0.00524152629, -0.0136176907, 0.00433967542, 0.0104111098, 0.0039465609, 0.000388618064, 0.0042754407, 0.0204419512, 0.00980473682, 0.00148381433, -0.00506937783, -0.000345581, -0.0123535581, 0.0248715561, -0.00100719521, 0.012517998, -0.005172153, -0.00381295336, 0.000872945355, -0.0112024779, 0.0107091572, -0.0125591075, -0.0177184138, 0.0152723687, -0.0261254106, -0.0169578791, -0.00749229919, -0.0145940529, 0.00316290138, -0.00830936059, 0.0141212884, -0.00713772513, -0.0125796627, -0.00149923062, -0.00963515788, 0.0201541819, -0.00580164976, 0.0123124477, 0.0267009512, -0.00823741779, -0.0189722683, -0.00052158325, 0.0208736062, -0.00656732405, 0.00275180116, -0.00729702646, 0.0294553209, 0.00713258656, 0.00527749723, 0.0130421501, 0.0184789486, -0.0119732898, 0.0116752423, -0.027297046, 0.00362025015, -0.01086332, -0.0112641426, -0.0281809103, -0.000534108956, 0.0157245789, 0.00297019817, 0.0301953014, 0.0127441026, -0.00224434957, 0.00575026264, 0.0068294, 0.00204393826, 0.00739466306, -0.00767729431, 0.0264954, -0.000564941438, -0.012692715, 0.0159301292, -0.00156474975, -0.0131654805, 0.0123021705, 0.0371634476, -0.0346557386, 0.00156474975, 0.00283916, 0.0232682656, -0.00463001477, -0.00633094134, -0.00459661288, 0.0031294995, -0.0127132703, -0.0171531513, -0.00281346613, -0.0121068973, -0.0263720714, -0.00184609636, -0.00901337, -0.00255010533, 0.0150462631, -0.00582220498, 0.0101952823, 0.003476365, 0.0175128635, -0.00495889504, 0.0189619921, 2.18999121e-05, 0.0172559265, -0.0253032111, -0.00117677404, -0.00244476087, 0.00383350835, 0.033073, -0.00115621905, 0.00973793305, -0.00474820612, 0.000343332795, -0.00299846125, 0.0204008427, 0.000169097024, 0.00591984112, 0.0125693856, -0.00748716, 0.00142471876, 0.0191161539, 0.0139774028, 0.00377698196, 0.0117985727, -0.0117369071, -0.000490108388, 0.00808839407, -0.00262076315, -0.0205858368, -8.59937863e-05, -0.0264131799, -0.00447585201, -0.0183556192, 0.0141007332, 0.010256947, 0.0172353704, 0.000748330611, -0.00474049803, -0.00503340689, 0.0100770909, -0.00261947839, 0.0100668138, -0.0179445185, 0.040411137, 0.00660843402, -0.0169784334, 0.0178520214, 0.0219732989, -0.0298869759, 0.016865382, 0.0227338355, -0.00482785655, 0.00382580026, 0.00357657066, 0.00273381569, 0.0141829532, 0.0266598407, -0.0153545886, 0.0095478, -0.0143885035, -0.0015557569, -0.0134224175, -0.00244476087, 0.00628983136, -0.0007701703, -0.033031892, 0.02624874, -0.0026772893, 0.0102877794, 0.00940905325, 0.0164645594, -0.0133915851, -0.00569373602, 0.00285714562, 0.00208376348, 0.00665468257, 0.00244219135, -0.0033067863, 0.0149948755, 0.0501131, 0.00960946456, -0.00180884043, 0.0257143099, 0.000297565799, -0.0122713372, 0.0189106036, 0.00402107276, -0.0185303371, -0.00221480173, -0.0127441026, 0.00443217298, 0.0064234389, -0.00889003929, -0.0041289865, 0.00176002225, -0.0169167686, 0.00920350291, -0.00935766567, -0.0147071052, -0.0231449343, -0.00674204156, -0.0122199506, -0.000858171436, 0.0356012695, -0.00665468257, -0.0273998212, -0.00614594622, -0.0104830526, 0.0117780175, -0.0373073332, 0.0107811, 0.0047276509, -0.0150462631, 0.000804856885, -0.00770298811, 0.030421406, 0.00115750369, 0.00286999252, -0.000725206221] |
12 Sep, 2022 | How to set radio button checked by button click in AngularJS ?
12 Sep, 2022
In this article, we will see how to set the radio button checked by button click in AngularJS, along with knowing its implementation through the examples.
Approach: The approach is to use the ng-checked directive to check the radio button in the DOM. In the first example, a single radio button is checked by the button and In the second example, multiple radio buttons are checked by the button. The ng-model directive is used to bind the radio buttons.
Example 1: This example illustrates setting the single radio button checked by button click in AngularJS.
HTML
<!DOCTYPE HTML>
<html>
<head>
<title>
Setting the radio button checked by
button click in AngularJS
</title>
<script src=
"//ajax.googleapis.com/ajax/libs/angularjs/1.2.13/angular.min.js">
</script>
<script>
var myApp = angular.module("app", []);
myApp.controller("controller", function($scope) {
$scope.radioCh = function() {
if(!$scope.radio) {
$scope.radio = true;
} else {
$scope.radio = false;
}
}
});
</script>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
h1 {
color: green;
}
</style>
</head>
<body>
<h1>GeeksforGeeks</h1>
<h3>
How to set radio button checked
by button click in AngularJS
</h3>
<div ng-app="app">
<div ng-controller="controller"> Radio button:
<input type="radio" ng-checked="radio">
<br><br>
<button ng-click="radioCh()"
ng-model='radio'> Click here
</button>
<br><br>
</div>
</div>
</body>
</html>
Output:
Example 2: This example illustrates setting the multiple radio button checked simultaneously by button click in AngularJS.
HTML
<!DOCTYPE HTML>
<html>
<head>
<title>
Setting the radio button checked by
button click in AngularJS
</title>
<script src=
"//ajax.googleapis.com/ajax/libs/angularjs/1.2.13/angular.min.js">
</script>
<script>
var myApp = angular.module("app", []);
myApp.controller("controller", function($scope) {
$scope.radioCh = function() {
if(!$scope.radio) {
$scope.radio = true;
} else {
$scope.radio = false;
}
}
});
</script>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
h1 {
color: green;
}
</style>
</head>
<body>
<h1>GeeksforGeeks</h1>
<h3>
How to set radio button checked
by button click in AngularJS
</h3>
<div ng-app="app">
<div ng-controller="controller"> Radio button 1:
<input type="radio" ng-checked="radio">
<br><br>
Radio button 2:
<input type="radio" ng-checked="radio">
<br><br>
Radio button 3:
<input type="radio" ng-checked="radio">
<br><br>
<button ng-click="radioCh()" ng-model='radio'>
Click here
</button><br>
</div>
</div>
</body>
</html>
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ? | https://www.geeksforgeeks.org/how-to-set-radio-button-checked-by-button-click-in-angularjs?ref=asr6 | CSS | How to set radio button checked by button click in AngularJS ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0385828689, -0.0307483561, -0.0162446797, 0.0107127838, 0.0479056574, 0.0450695083, 0.000578286708, 0.0141245872, 0.00597767672, -0.00600575749, -0.0119272731, 0.00617424166, -0.00416998239, -0.0564421862, 0.0246267654, -0.0348200575, -0.0296532083, -0.0122572212, -0.0149389273, -0.0122572212, 0.0266204942, 0.0201759767, -0.0364206545, 0.0307483561, -0.0155847827, 0.0339214727, 0.00305377506, 0.0166097283, -0.0234473757, -0.0261852443, -0.0148687251, 0.00253603724, -0.0329105705, -0.00925960764, -0.0504890829, -0.0194177981, 0.0168343745, -0.02156597, -0.0434969887, 0.0154724605, 0.00222012959, 0.00758880656, 0.0271821078, -0.00331176631, -0.0364206545, 0.0386951901, -0.00876819529, -0.0324893594, -0.0154022584, -0.00915430486, -0.00107584149, 0.0190106276, 0.00896476, 0.0473440439, 0.0162868, 0.0312538072, -0.0506856441, -0.00860673189, 6.19749626e-05, -0.00233947253, 0.0493939333, -0.0286282636, -0.0277858432, -0.00340478378, -0.000576970458, 0.00436654733, 0.00132067, 0.00366453, -0.00710441452, 0.0199934524, -0.0262554456, 0.0218186956, -0.0348200575, -0.0328263268, 0.0019445878, -0.0094702132, 0.00528268, 0.0174661893, -0.0279543269, 0.0552347191, 0.0234894976, -0.0264800917, -0.0229559653, 0.026550293, 0.00534586143, 0.0202180967, -0.0203163791, -0.0411943719, 0.00878223591, 0.00554242637, -0.00380844367, -0.0214536469, 0.035465911, -0.0267749373, 0.000379966834, 0.0150231691, 0.0473721251, -0.00146370602, -0.0398184173, 0.0463612191, 0.0133032268, -0.00302218436, -0.00599171733, -0.0240651518, 0.0134436302, -0.0122642415, 0.0472317226, 0.0258763563, -0.00418051286, -0.0222539473, 0.0187579, -0.0208920334, 0.00592151564, 0.0152758956, -0.0605981313, -0.0114990426, -0.0170309395, -0.0405485183, 0.044423651, 0.00234824768, 0.0058127027, 0.0133874686, 0.00917536579, 0.0318715833, -0.03908832, 0.0532129072, 0.0180278029, -0.0323489569, 0.00343637448, 0.0144755961, 0.00928066857, 0.00540202297, 0.00318189315, 0.00523704896, 0.0467824303, -0.0125310076, 0.00562666822, 0.00303973467, -0.0309168398, -0.0330228917, -0.033050973, -0.0340618789, 0.0262414049, 0.0275471564, -0.00897880085, 0.0393972099, 0.0149248866, 0.0375719629, -0.0144896358, -0.00181295956, -0.0475125276, -0.0348200575, -0.00598118687, 0.0206673872, 0.0347077325, -0.0144194346, -0.0315346159, -0.0259886794, -0.0106917229, -0.0344550088, 0.0152337747, -0.000433495647, -0.0140122641, 0.0133032268, -0.0167501327, 0.0297936127, -0.00577760208, -0.00965273753, -0.0489727221, 0.0346796513, -0.037375398, 0.00718163652, -0.0227313191, 0.0213694051, -0.0301586613, 0.0129662585, 0.0271540284, -0.0292881597, 0.0623391308, 0.00222539459, -0.0186315384, 0.00347147533, 0.0273646321, 0.00773623027, 0.0436654724, 0.0194599181, 0.0227594, -0.0195862819, -0.0426545702, 0.0135348924, -0.0429353751, 0.0147564029, 0.0451818295, 0.00351184141, 0.00810127892, -0.00232718722, -0.0592502579, -0.0216221306, -0.0113867195, -0.0266626161, 0.0119834347, -0.00710090436, 0.0114077805, 0.0271399878, 0.034848135, -0.0134646911, 0.0078976946, -0.0132751465, 0.0143913534, 0.0058829044, -0.0249637328, 0.00978612062, 0.0279543269, -0.0173819475, 0.00263256463, 0.00503346371, 0.0125450483, -0.00720269699, -0.0240511112, 0.0192633532, 0.017831238, 0.0472036414, -0.0143913534, 0.0125029273, -0.0652595237, -0.0335002653, -0.00578462239, -0.0235877801, 0.0159077104, -0.0194599181, 0.0141737284, 0.0183507316, -0.0204567835, 0.028305335, 0.00127416127, 0.0561613813, 0.0282772556, -0.0065814117, -0.00406468, 0.0552908778, -0.00821360201, -0.00725885853, -0.0189404264, -0.0627322644, 0.0138297398, -0.00363293942, -0.0184349734, -0.0034995561, 0.0351570249, -0.00515982695, -0.0387794338, -0.00417349255, -0.0248514116, -0.0120676765, 0.00746946363, 0.0112743974, -0.0149810482, -0.0109233884, 0.0402396284, 0.00989844371, 0.0136401951, 0.0540553294, 0.0055248756, 0.046754349, 0.0367576219, -0.0482707061, 0.0184068922, -0.0273927134, -0.010144149, 0.00727289869, 0.0441147648, -0.0111480337, 0.0169888176, 0.00226576068, -0.0227594, -0.00183051, -0.0463893, -0.0265783742, 0.011639446, 0.00612861058, -0.0301305801, 0.0171292219, 0.0544765405, -0.00716057606, 0.0064304783, -0.0631815568, -0.0189123452, 0.027448874, -0.0450695083, 0.0451818295, -0.0143773137, -0.0317311808, 0.0266906954, 0.0100318268, 0.0422333591, 0.0555716865, -0.0107268235, 0.0280806907, 0.00864885282, 0.0318154208, -0.0185051747, -0.0363925733, -0.00251497678, 0.0235877801, -0.0386951901, 0.0516965501, 0.0459961705, -0.0165535677, -0.0169607364, -0.0178733598, 0.00205164542, -0.0148687251, -0.0561613813, -0.0133804493, -0.0171573013, 0.0397903398, -0.00972293876, 0.0290073529, -0.00401553884, -0.00939299073, -0.0182805285, -0.0289792717, -0.0127205523, 0.0724481791, 0.0300463382, 0.00874713529, -0.00579866255, -0.0333879404, 0.0219169781, -0.0235877801, -0.0147283217, -0.0333037, -0.0177189149, 0.0152758956, 0.00163833273, -0.0160481147, 0.0161042754, 0.00224119, -0.00729395915, -0.00552136591, -0.01950204, 0.0136331748, 0.00891561899, -0.0136963567, 0.021762535, -0.0318154208, 0.00329772616, -0.0196424425, 0.0188842639, -0.0134646911, 0.00123906042, 0.0128188347, 0.027210189, -0.0185894165, -0.00188491633, 0.0111620743, 0.00234298268, -0.0332475379, -0.0422333591, -0.0115481839, 0.0119623737, -0.0355220735, -0.0153741781, 0.00729395915, 0.0116534866, -0.0283614974, 0.0132189849, 0.0201900154, -0.00201303442, -0.00982122123, -0.0329667293, 0.0219871812, -0.00250093639, 0.00554944621, -0.0441990048, 0.0324331969, 0.000227058714, -0.0203725416, -0.0114499014, -0.00883839745, -0.0101511693, 0.0359994434, -0.0328263268, 0.000103163628, 0.0123976246, -1.29914326e-06, 0.017592553, -0.0111831352, -0.0249216128, -0.00928066857, -0.0162306391, 0.0508260503, 0.0216642525, -0.00782749243, 0.012671411, -0.0467262678, 0.00451046089, 0.00815744, 0.00844526757, -0.0224505123, 0.065989621, 0.0126994923, 0.00693242, 0.0233912151, -0.0379370116, -0.03908832, -0.0369261093, -0.010453037, 0.037993174, -0.017592553, 0.0162165985, 0.0209903158, -0.0151776131, -0.0213834457, -0.00222539459, 0.0197407249, -0.00660247216, 0.032152392, 0.000848563388, -0.0367295444, 0.0551785566, 0.0205269847, 0.023278892, -0.0211026389, -0.0187719408, -0.0225207135, -0.0254691858, 0.0137876188, 0.00845930818, -0.0219450593, -0.00970187876, -0.0111620743, 0.0288669504, -0.0160340741, -0.00636729645, -0.0204427429, 0.0328263268, 0.0124818664, -0.0152899362, -0.0357467197, 0.0159919523, 0.0261431225, -0.0300182588, -0.0539149269, -0.0348200575, 0.00902092177, -0.0132611059, -0.0213413239, -0.0408854857, 0.026395848, -0.0127135329, -0.0432442613, -0.03908832, -0.0224926323, -0.03052371, -0.0236860625, -0.00532831112, -0.00855057, -0.0192914344, -0.0080661783, 0.014559838, 0.037993174, 0.00765198795, 0.0253428221, 0.0376281254, -0.0286844242, -0.00805213768, -0.0131628234, -0.00667969417, 0.00646557892, 0.0239247475, -0.00436303718, 0.0600926764, 0.00098106917, 0.0257780738, -0.0126152504, -0.00883137714, -0.0151495328, -0.00864183251, -0.000878837833, 0.0206954684, 0.0161323566, 0.0238966681, -0.00058750069, 0.0261992849, -0.0580708683, 0.0378808528, 0.0112954574, -0.0247250479, -0.0114779826, -0.0199513305, 0.0394252874, -0.0317873396, 0.00642345799, -0.0147844832, 0.00766602857, -0.0318715833, -0.0288388692, 0.00949829351, -0.0169045758, 0.00548275467, 0.0156971067, -0.0351851061, 0.0347077325, 0.00917536579, 0.00210429681, -0.00590045517, 0.0134015093, 0.0051036654, 0.00462278351, -0.0363083333, -0.012671411, -0.0158515498, 0.0368980281, 0.0274348352, -0.0237703044, 0.00369963096, 0.00346796517, -0.0120606562, 0.00330825639, 0.0242055543, -0.0382739827, 0.0194318369, -0.00309414114, -0.0178593192, 0.00231841207, 0.0171573013, -0.00120132708, -0.0260167588, 0.00824870262, -0.0196845643, -0.0156690255, 0.0039593773, 0.0131628234, -0.0290354341, -0.0358871222, -0.00265362533, 0.0163008403, -0.00684466818, -0.00708686421, -0.0361117683, 0.00265362533, -0.0422052778, 0.0205269847, -0.0223943498, 0.023236772, -0.0151916537, -0.001586559, 0.0115762642, 0.025146259, 0.00161288469, 0.00571793038, 0.0139280222, 0.0106566222, -0.0137384776, 0.0021938039, -0.00712898513, -0.0213132445, -0.0150091294, -0.00511770602, -0.00697805174, -0.0390602387, 0.0205269847, 0.00113375788, 0.0143281724, -0.0267749373, -0.00148915406, 0.0023289423, 0.014363273, -0.020049613, 0.0136682764, -0.0254691858, 0.0170309395, -0.0285159405, 0.0118640913, 0.00453854166, 0.035381671, 0.00242897961, -0.00700262235, -0.00219029374, -0.00336792786, -0.0367014632, 0.0173117463, -0.0401273072, 0.00414892193, -0.0160200335, 0.0110848527, -0.0107198032, -0.0213974863, -0.0179576017, -0.0119623737, 0.0117517691, 0.012692472, 0.0138718607, 0.0342584439, -0.0100458674, -0.014616, 0.0384143852, 0.00551083544, -0.0380212553, -0.021257082, 0.0143773137, 0.0375719629, 0.00646908907, 0.0192212332, -0.0213132445, -0.0221416242, 0.0170028582, 0.0012627535, 0.0249777734, -0.0414471, -0.0108321263, 0.00245355023, -0.00258693355, -0.016778212, -0.0481022224, -0.00970187876, 0.0189404264, -0.00684466818, 0.0287827067, -0.00083540054, -0.0115271229, 0.0320962295, 0.0318435021, 0.00311344652, -0.0356905572, -0.00599171733, -0.0231104083, 0.00862077158, -0.00346972025, 3.74866249e-05, -0.0489446446, 0.0163991228, 0.0216080919, 0.00998970587, -0.000708598644, 0.0104319761, 0.0163570028, 0.00831890479, 0.069415465, 0.00370314112, 0.0140543859, -0.0360556059, 0.0699209198, -0.0196284018, 0.00167080108, -0.0257921144, 0.0237562638, 0.00206393073, -0.0213553645, -0.0118219703, 0.0026167694, 0.009744, 0.0102494517, -0.00843122695, -0.01752235, -0.0157392267, 0.00237808353, -0.0156128639, 0.0147704436, -0.00308185583, -0.00169186154, 0.0354939923, -0.0211026389, 0.0218608174, 0.0122431805, 0.0280806907, 0.0499836281, 0.0436093137, 0.0202040561, -0.0103547545, -0.0237983856, -0.00919642579, -0.0179295205, -0.0098914234, -0.0310010817, -0.0230402071, -0.0018041844, -0.00659194216, 0.00928768795, -0.000674375333, 0.029232, 0.0136050945, -0.0130996425, -0.0190527476, -0.0113235386, -0.0323208757, -0.000412873895, -0.012320403, 0.020358501, 0.00238510361, -0.00434197672, 0.0264520105, -0.0162446797, -0.0118430313, -0.0149529679, -0.0182243679, -0.00988440309, 0.0145457974, -0.0207235496, -0.0249075722, -0.03052371, 0.00690785, -0.01950204, -0.0329948105, 0.0540553294, 0.00386811513, 0.024135353, -0.0302148219, -0.0090630427, 0.0122853024, 0.0103126336, 0.025693832, 0.054616943, -0.014405394, -0.00810127892, -0.0234473757, -0.0446202159, -0.0316469371, -0.0112533364, -0.00963869691, 0.0101371296, 0.0220573824, -0.000472545362, -0.0317311808, -0.0278700851, 0.00846632849, -0.0244582817, 0.00810829923, -0.00165763823, 0.0060829795, 0.0119132325, 0.0156128639, -0.00659896201, -0.0105653601, -0.01097955, -0.0152337747, 0.00482636876, 0.00707282405, 0.00701315235, 1.2175612e-05, 0.0241915155, 0.0186315384, 0.00112147257, -0.0422052778, 0.00691838, -0.0218748581, -0.00696752127, 0.00645153876, -0.0301586613, 0.0115201036, -0.032152392, 0.0152337747, -0.0188000221, -0.00775729073, 0.00465788459, -0.00445429934, 0.0202040561, 0.00808723923, 0.0298778545, -0.0142860515, 0.0204848628, -0.045237992, 0.018378811, -0.00125485589, -0.013506812, -0.0489727221, 0.00112322764, 0.0132540856, 0.0242195949, 0.048467271, 0.00885243807, 0.0264239293, -0.00211833697, 0.036476817, -0.0147844832, -0.0130505012, -0.00828380324, 0.00970187876, 0.0338933915, -0.000335432618, -0.00353465695, 0.00262378948, -0.0321804695, 0.0365049, -0.00413137162, 0.00133646536, 0.00435601687, 0.0323208757, 0.0209903158, 0.0122712618, 0.0157532673, -0.024837371, 0.00500538293, -0.00998268556, -0.0103547545, 0.0141807487, 0.0184490141, 0.0107689444, -0.0487480797, -0.0179856829, -0.0160200335, 0.0130715612, -0.0180278029, 0.0208358727, -0.000520370319, -0.0160200335, 0.00553891622, -0.0423176, -0.00565825915, -0.000797667133, -0.0220573824, -0.0141526675, -0.00114077807, 0.0142720109, -0.00855759066, 0.00923152734, 0.0123695442, -0.0205410253, 0.00259044371, 0.00245004031, -0.00639537722, -0.00600926764, 0.00790471397, -0.00785557274, 0.0245565642, -0.0182945691, -0.0159779135, -0.0103266742, -0.00681307726, -0.0320119858, 0.0163429622, -0.0506575666, 0.0522020049, 0.0116324257, 0.00253779232, 0.0139350425, 0.0116043454, 0.0434969887, 0.0173679069, -0.00734310038, 0.00024789985, -0.00568283, -0.0333879404, -0.0356905572, 0.00662002293, 0.00990546308, 0.0242195949, 0.0451256707, 0.00711845513, 0.0145317577, 0.0317592621, -0.00586184394, 0.0109865703, -0.00962465629, 0.0268732198, 0.00266240048, 0.0228436422, -0.00703070266, -0.000195687317, -0.0358871222, -0.0299059357, 0.0275331177, 0.00478073768, 0.0212711226, 0.0194599181, -0.00082443154, -0.0414471, -0.0173398256, -0.000938948069, 0.00349780102, -0.00235175784, -0.00659545232, 0.0401834697, 0.00796789583, -0.0406327583, -0.0336968265, -0.00776431104, -0.00199197396, 0.00380844367, 0.0140824663, 0.00428932533, -0.0587448031, -0.0134646911, -0.00281333411, 0.011485002, -0.0165114459, -0.0409697257, -0.00108286156, -0.0256657507, -0.00313275191, -0.0242476761, 0.010628541, -0.0345954113, 0.0198390074, 0.0329948105, -0.000149398053, -0.0313661322, 0.00143474783, 0.0244442411, 0.0102494517, 0.0184209328, -0.0364487357, -0.00896476, 0.0304113869, 0.00459821289, -0.00836804602, 0.0221416242, 0.0104600573, 0.0139210019, -0.0103617748, 0.0358028784, 0.0104389964, 0.0148546854, 0.0348762162, -0.0177469961, -0.0611035824, 9.25236818e-05, -0.0058829044, -0.00710441452, -0.0122502008, 0.0236579813, -0.0111410143, 0.0286563449, 0.00431389594, -0.00172608497, -0.00738522178, 0.0254411045, -0.0203304198, -0.00473861629, 0.0257921144, 0.00543361343, 0.0058723744, -0.016778212, -0.0151916537, -0.00362240896, 0.0130575206, -0.000578286708, -0.0258763563, -0.0276454389, 0.0234473757, -0.000879276602, -0.0112533364, 0.0049562417, 0.0046649049, 2.74773938e-05, -0.015570743, 0.0275331177, 0.000181537282, -0.00352939172, 0.026901301, -0.018645579, 0.0222118255, 0.00724481791, -0.010958489, -0.00878925622, -0.0191650707, 0.00388566544, 0.0164552853, 0.0382459, -0.0161744785, -0.0152478153, -0.010235412, 0.000633131829, 0.0145317577, -0.0275331177, 0.0347358137, -0.0116254054, -0.0105864201, -0.0076379478, 0.00721673761, 0.0046052332, 0.024837371, -0.0019884638, -0.024640806, 0.020906074, 0.0100107659, -0.0235175788, 0.00144966564, -2.39398851e-05, -0.0123274233, 0.00304324483, 0.00733608054, -0.0390321612, 0.0165816471, -0.0270276647, 0.0263396874, -0.0324893594, 0.00256938324, 0.0021938039, -0.0251181778, 0.00808723923, 0.000286730181, 0.00284141488, -0.00398394791, 0.00612159027, 0.0422333591, -0.0039488473, -0.0326859243, 0.00837506633, -0.00472106598, -0.0172134638, 0.0134997917, 0.0290915947, -0.0061602015, 0.0496466607, 0.0197968874, -0.0367014632, 0.0124467658, -0.0132751465, -0.0318435021, 0.0213413239, -0.0220854636, 0.0155286221, -0.00150758203, 0.0261150412, -0.0158234686, 0.0207516309, 0.0532971509, 0.011618386, 0.00873309467, 0.0174381081, -0.000250751793, 0.0114428811, 0.0126994923, 0.0190106276, 0.00836804602, -0.0139210019, 0.0270276647, -0.00786961336, -0.0288669504, 0.035578236, -0.0226330366, 0.0227032378, 0.00254130247, -0.0171853825, -0.0209481958, -0.0322927944, -0.0188561827, -0.0120536359, 0.00261325925, -0.029119676, -0.0113024777, 0.00118202157, -0.0123274233, -0.00361889903, -0.0228857622, 0.0205831453, -0.00535990158, -0.00405063946, -0.0018743861, -0.0158094279, 0.0118921725, -0.00727289869, -0.00227980106, -0.00520545803, -0.0117447488, -0.00134348555, 0.0124678267, -0.0138718607, -0.00870501436, -0.0307483561, 0.00621636258, -0.0103196539, 0.00165149558, 0.0133383283, 0.039902661, -0.0112884371, -0.0182664897, 0.0197828468, 0.0032240143, -0.0101160686, 0.0137314573, 0.00500187278, 0.00423667394, -0.023433337, -0.00441919873, 0.0127205523, 0.0290354341, -0.0200776942, 0.0232929327, -0.0203444604, 0.0216923337, 0.0386109501, -0.0194177981, -0.00235526799, 0.0239107069, 0.0127486335, -0.000111938847, -0.0105372788, 0.00319066853, -0.00718514668, -0.00468596537, -0.0134506505, 0.0124678267, -0.0247671697, -0.00762390764, 0.0746946335, 0.00859269127, -0.0238545462, -0.0051738671, -0.0026167694, -0.0238826275, 0.00502995355, 0.0460242517, -0.0182384085, -0.0261431225, 0.0147985239, 0.00328544085, -0.0203163791, -0.0046052332, 0.00545818405, -0.0320962295, -0.00475265691, 0.0170871, 0.0271259472, -0.0397341773, 0.00822062232, -0.0099195037, 0.00917536579, 0.0240651518, -0.00206919597, 0.0113656595, 0.00594608625, 0.0146721611, -0.0161604378, 0.00965975784, 0.00298883836, -0.00447185, 0.0259465575, -0.00663757324, -0.00525108911, 0.0401553884, -0.000509401259, 0.00526161958, -0.0132400459, 0.0006892932, 0.00476669706, 0.00638484675, -0.0215800107, 0.00252024201, 6.66367941e-06, 0.0287125055, 0.00380493351, -0.0159498323, -0.0141667081, -0.00565123884, -0.0119062131, -0.0149529679, -0.0121097974, 0.00701315235, -0.00712898513, 0.0171994232, -0.0404081121, -0.00289055612, 0.00193405757, -0.0270557459, 0.00400851853, -0.000234078878, 0.0104389964, -0.00700262235, 0.0114920223, -0.00405063946, -0.000790208171, 0.0229138434, -0.0368418656, 0.0155567024, -0.00837506633, -0.0146721611, -0.0202882979, -0.000839788117, 0.012474847, -0.00790471397, 0.0119272731, -0.010761925, 0.011155054, 0.00805213768, -0.0194599181, 0.00525459927, -0.0481583849, 0.00145756337, -0.0197688062, 0.0111480337, -0.0124116652, -0.0111480337, 0.00902794208, 0.00109339191, 0.00988440309, -0.0246548466, -0.0190808289, -0.00964571722, 0.00348902587, 0.00418402301, -0.00817850139, 0.00998268556, 0.0160621554, -0.0187859815, 0.00686572865, 0.0226751566, 0.000571266515, 0.0109304087, 0.0148266042, -0.00604085857, 0.0248514116, 0.0110076303, 0.0226611178, -0.00125134573, 0.0190387089, -0.00401553884, -0.00524055865, 0.0189404264, 0.0218186956, 0.0140824663, 0.00833996478, 0.00630411506, 0.0115271229, 0.00663406309, -0.00730097946, -0.020049613, 0.0172555838, 0.015261855, -0.00856461097, -0.023475457, -0.00765198795, -0.00303095952, -0.018140126, -0.00160410942, -0.0153039759, -0.0070798439, -0.00643749814, -0.00577058177, -0.0123906042, 0.00791875459, -0.0177750774, 0.028572103, -0.00355045218, 0.0076379478, -0.00902794208, -0.0112322764, 0.0136542358, -0.0158234686, -0.0134085296, -0.0107338438, -0.00267117564, -0.0126363104, 0.0210324377, -0.015416299, -0.0317873396, -0.00529672, 0.0172555838, -0.00245530531, 0.0193756763, -0.0131277228, 0.00506856479, -0.007308, 0.00045280112, -0.00561964838, -0.00300989905, 0.0203725416, 0.0420929566, 0.00984228216, -0.00680254726, 0.0113797, -0.021214962, -0.0159498323, -0.022927884, 0.00982122123, 0.0144755961, -0.017634673, 0.000958253571, 0.00112235011, 0.0154443793, 0.0353535898, 0.0365891382, -0.0121238381, 0.0020147895, 0.000730975473, -0.00404010946, 0.00326087023, -0.00990546308, -0.0255815089, 0.000109580506, 0.00432091625, -0.00266766548, 0.00413488178, 0.00970889907, -8.39678469e-05, -0.00907006301, 0.0245846435, 0.0284457393, 0.00945617259, 0.0222258661, 0.000420771597, -0.0211588, -0.0177610368, -0.0215378888, 0.0185472965, -0.000342891552, 0.0200776942, -0.0118711116, 0.0128118154, 0.00817148108, 0.00301516405, -0.00242546969, 0.00391374622, -0.00190773187, 0.00389619567, 0.0127907544, 0.00520194788, -0.00852950942, -0.00721673761, -0.0176627543, -0.0253287833, 0.0206252672, -0.00522300834, -0.00448238, 0.0102705127, 0.0338091515, -0.00801703706, 0.00623742351, 0.0344550088, -0.00520545803, 0.00274313241, 0.0441709273, -0.0125450483, -0.0077081495, 0.00249918154, 2.91227479e-05, 0.0295970477, -0.00290635135, 0.0157111455, 0.00531778065, 0.00193932268, 0.0197126437, -0.0206533484, -0.00758880656, 0.00680605741, 0.017789118, -0.0222820286, 0.00322752423, 0.00956849568, 0.0322647132, -9.37851146e-05, 0.0132260052, -0.00341706909, -0.0148968063, 0.0127135329, 0.0133172674, -0.0310572442, -0.013878881, -0.0225628354, 0.016736092, -0.00925960764, -0.00576005178, -0.00250093639, -0.00209376658, -0.00124783569, 0.0301867425, -0.0150231691, -0.000643223291, -0.0220573824, -0.0124186855, 0.00839612633, -0.0136261545, -0.0160902347, -0.00376632251, -0.0178031567, -0.00535288174, 0.0136682764, 0.00221661944, 0.00574601116, 0.00311695668, -0.0107338438, 0.00055283861, 0.0101511693, -0.0156830661, -0.00878223591, -0.016118316, 0.00339425355, -0.00571442069, 0.00383652421, -0.0190527476, 0.00980718154, -0.00101704756, -0.0103898551, 0.0316750184, 0.0142369103, 0.0301025, 0.0151495328, -0.00697454158, -0.00128293654, 0.0178874, 0.0235316176, -0.00354694226, -0.00434197672, -0.00508260494, 0.000573899131, -0.00106531114, 0.000534849416, -0.0162165985, 0.00621636258, 0.0211588, 0.00856461097, -0.00257113832, -0.0143562527, 0.0448448621, -0.0128047951, -0.0140894866, -0.0310291629, -0.00334686716, -0.0199092086, -0.00854355, -0.00115043076, 0.0259184763, 0.0140754459, 0.0141596878, 0.00143825787, -0.00278174342, -0.0215098094, 0.0170730595, 0.00380142336, 0.0295408871, 0.000691487, 0.0106636425, 0.0165676065, 0.00212535728, -0.00252375193, 3.41684972e-05, -0.0155567024, -0.0292600784, 0.0121238381, -0.00106618868, -0.00721673761, -0.0256797913, -0.00610755, -0.00470000552, 0.00237106322, -0.00304675498, 0.0498993881, -0.00633921567, -0.0127626741, 0.0195862819, -0.0155847827, -0.016778212, -0.0189123452, 0.0043068761, 0.00117236876, -0.0196705237, 0.00723779807, -0.0117587894, -0.0139280222, 0.0160340741, 0.0310572442, 0.0208077915, 0.0171994232, 0.000228155608, 0.0137525182, 0.013373429, 0.0128258551, 0.00039444596, 0.0202321373, -0.00542308344, -0.0352974273, -0.00612159027, 0.00244653015, 0.00793981552, -0.000183402008, -0.0174100287, 0.0115201036, 0.0165535677, 0.003216994, -0.0191650707, 0.00401553884, -0.00343286432, 0.0311976466, 0.0010354754, 0.00469649537, -0.0141105466, -0.00233245245, 0.0265362523, -0.021762535, 0.0204287022, -0.0155145815, -0.000786259305, 0.00571442069, -0.0129943397, 0.00685168849, 0.00235702284, 0.017592553, 0.0161323566, 0.0123765646, -0.00173486012, 0.0127556538, -0.0259184763, 0.00464735413, -0.03465157, -0.00343286432, 0.0176627543, 0.0452099107, 0.0129873194, 0.00845930818, 0.00682360772, 0.0143211521, -0.0295408871, -0.00568634, 0.00786259305, -0.0340057164, 0.00973697938, -0.00463331398, 0.00697454158, -0.00489657046, 0.00291688181, 0.00355396233, -0.0155426618, 0.033668749, 0.0147985239, 0.0134506505, 0.0215098094, -0.0156971067, 0.00198670872, -0.00148125645, 0.0119553534, -0.0102494517, -0.00113551295, -0.00119693938, -0.00982122123, 0.0178593192, -0.0124818664, -0.00123467285, -0.0233490933, -0.0146440798, 0.0040717, -0.00452450104, 0.00360134849, 0.00836804602, 0.0326016806, 0.00243248977, -0.0189263858, 0.00715706591, -7.50829422e-05, 0.00569335977, -0.00696752127, -0.00874713529, -0.0087752156, 0.00649365969, -0.00777133089, -0.00524055865, 0.00505803432, -0.0294004828, -0.00322225923, 0.0244021192, 0.00878925622, -0.0013373429, -0.000936315511, -0.0176908355, 0.0155286221, 0.00373122166, 0.0022324149, -0.0067990371, -0.0225768741, 0.0126854517, 0.0136752957, -0.004106801, 0.00775027042, 0.0139210019, -0.0028712505, 0.0018287549, 0.00331527647, -0.0288669504, 0.00315556768, 0.0169888176, 0.00506505463, 0.00810829923, 0.00850142911, -0.00151109218, -0.0288388692, -0.00105916848, 0.0101301093, 0.00983526185, 0.000809513673, 0.0187719408, 0.0286984649, 0.0386671089, 0.0104670776, 0.0113797, 0.0289792717, 0.00665863371, 0.0135980742, 0.0187579, -0.0112252561, 0.0121027771, -0.00785557274, -0.0231104083, -0.00333282701, 0.0132470652, -0.029428564, -0.0340899564, 0.00812936, 0.00177610363, 0.00691838, -0.0206252672, -0.0133383283, 0.015879631, 0.0117798494, -0.00984930247, -0.00199899403, 0.0114148008, 0.00785557274, -0.0213413239, -0.0242757574, 0.0201478954, 0.0204567835, 0.012165959, -0.015921751, -0.0192773938, 0.0156409442, 0.0187579, 0.0259886794, -0.0307202749, 0.0118500516, -0.0288669504, -0.00761688733, -0.0089437, 0.00415243208, -0.00435250718, -0.00525459927, 0.0151635725, 0.0141316075, -0.0102705127, -0.00491763093, -0.0334441029, -0.00893668, -0.0273786727, 0.0312818885, 0.00639537722, 0.00668320432, 0.0104600573, -0.0117728291, 0.024879491, -0.0166799296, 0.0104670776, -0.00143299275, -0.00503346371, 0.00308361091, 0.00535639189, 0.000556348648, -0.0282912962, -0.0139561035, -0.00041857778, -0.00817148108, 0.00575303147, 0.0192493126, 0.0155005408, -0.0374877229, -0.0283755381, 0.000458066264, 0.0185051747, -0.00620232243, 0.00430336595, 0.0315626971, 0.00338196824, 0.00205691066, -0.00459821289, 0.00533182127, -0.00343988463, 0.00555997668, -0.0169888176, -0.0107338438, 0.0241634343, -0.00466139475, 0.023475457, 0.0165114459, -0.000425159204, -0.0224645529, 0.0150231691, -0.0120395962, -0.0389198363, -0.021762535, 0.00799597614, 0.0153460968, -0.0234894976, -0.00457364228, 0.00804511737, -0.00524757896, 0.0218467768, -0.0101301093, 0.0446482971, -0.00340127363, -0.00170502439, 0.00958253536, -0.017634673, -0.0115762642, -0.0219029393, -0.00986334216, -5.71485907e-05, 0.00488604, 0.00190246676, -0.02152385, -0.0180980042, 0.00554944621, 0.00579164224, -0.000569072727, -0.000720445183, -0.00260974909, 0.0116043454, -0.040801242, 0.00123906042, -0.00240791915, -0.00949829351, 0.000486585719, -0.0129451985, 0.0324331969, -0.00195336295, 0.0292600784, 0.0156971067, -0.00449993042, 0.00398394791, 0.00376983266, 0.015261855, 0.00075598486, -0.00353465695, 0.0165395271, 0.00824870262, 0.00663406309, -0.00758178625, -0.0173819475, 0.0172415432, -0.00304148975, -0.0070096422, -0.00422263378, 0.000924030202, -0.000904724759, 0.0114569217, 0.00623391336, 0.00177522609, -0.0132540856, -0.00614967104, 0.0174521487, 0.000140074379, -0.0217906162, 0.00697454158, -0.00380142336, -0.0123625239, -0.0138648404, 0.0113726798, 0.00294671743, 0.00175328809, 0.0139280222, 0.0150372097, 0.01506529, 0.00886647776, 0.0159919523, -0.0240511112, 0.00395586714, 0.00324507477, -0.00694646081, -0.00389970583, 0.00817148108, 0.011155054, 0.00732204, -0.00438058749, 0.011836011, -0.0281368513, 0.0139490832, 0.00395235699, -0.0216080919, -0.00978612062, 0.0255955495, 0.00808021892, -0.0156830661, 0.00176118582, 0.00162429246, 0.0352412648, 0.013373429, 0.0177750774, -0.00529672, -0.0215098094, -0.00632166537, 0.0336125866, -0.00124169304, -0.00392778637, 0.0170590188, -0.00530023035, 0.0154724605, -0.00881733652, -0.00841016695, 0.0091823861, -0.00128820166, 0.00286949566, -0.00987738278, -0.00661300262, 0.0261431225, 0.00467894506, 0.0122431805, 0.00446483, 0.00402957899, 0.00727991899, 0.0211026389, 0.00346270017, -0.0473721251, -0.0144475149, -0.0134857511, 0.0134717114, -0.00954041444, 0.0202602185, 0.00376983266, 0.00487551, 0.00852248911, 0.000458505034, -0.0171292219, 0.0252866615, -0.0206814278, 0.00751158455, 0.00425422471, 0.0216502119, -0.00153303018, 0.016778212, 0.00874011498, -0.00774325058, -0.00646557892, -0.00451397104, -0.0258763563, -0.0148968063, 0.0138367601, -0.0283755381, -0.00265889033, -0.0162446797, -0.00168133131, 0.00723077776, -0.00683413818, -0.00589343486, -1.07976284e-05, -0.00285896519, 0.0113516189, -0.0004286693, 0.00465788459, 0.00954041444, 0.015879631, 0.000265889044, -0.0185051747, -0.0182805285, 0.00409978069, 0.00184104021, 0.0287827067, -0.00725183822, -0.0151354922, 0.0179154798, -0.0195862819, -0.00884541776, 0.0310572442, -0.00680605741, 0.0143211521, 0.00192352734, -0.0015769063, -0.00460874336, 0.00256938324, -0.00270803156, -0.00587588456, -0.0155286221, 0.00636027614, -0.00745542347, 0.0107759647, 0.00745542347, -0.00532129081, 0.0201619361, -0.0115903048, 0.00888753869, -0.00572846085, -0.00284843496, 0.0189825464, -0.0185332559, -0.011091873, 0.0173398256, -0.00519492757, -0.0213553645, 0.00467894506, -0.00598820718, 0.033135213, -0.0135699939, 0.00280455896, 0.0184630547, 0.00445429934, -0.00408925069, 0.009744, 0.012320403, 0.00209025643, 0.00421210332, -0.0112463161, 0.0163710415, 0.021257082, 0.00360134849, 0.0262975655, 0.00611808058, 0.00395586714, 0.0086137522, 0.00758880656, 0.00174451293, 0.0174381081, -0.0106425816, 0.00699209189, -0.0122712618, 0.0133664086, 0.00782047212, -0.00956147537, 0.0279122069, 0.000904724759, -0.0172415432, 0.0135138324, -0.0162587203, 0.00180593936, 0.00960359629, 0.0103266742, -0.0121378787, 0.00106355618, -0.0122080799, -0.0192071926, -0.00227804598, 0.0156269036, -0.0125099476, 0.0359713659, -0.000269179756, 0.00883137714, 0.00491763093, 0.0318996646, -0.0167080108, -0.0111410143, -0.0113937398, 0.0133383283, -0.0321243107, -0.00659545232, -0.0212290026, -0.00223592506, -0.0109233884, 0.0207516309, -0.0105794, 0.0038575849, 0.0023289423, 0.0078976946, 0.0304956306, -0.00858567096, -0.00703070266, -0.0126573713, -0.0187859815, 0.00726587884, -0.034763895, 0.00224821037, -0.000294189114, 0.0143351927, -0.00551083544, -0.0126012098, -0.00378036289, -0.0194318369, 0.0200355724, 0.0241634343, 0.000784943055, -0.00885945745, -0.000555032399, 0.00552838575, -0.0010398631, 0.00958253536, -0.00775729073, 0.0201900154, 0.00421210332, -0.0133664086, 0.00329246093, -0.0127626741, -0.0021622132, 0.00805915799, 0.00380493351, -0.00418402301, -0.0169466957, 0.0276173595, 0.00253603724, 0.000299673615, -0.0069991122, -0.0112182358, -0.0211588, 0.0163148809, -0.0185472965, -0.0127345929, 0.00224996521, 0.000548012205, -0.0198951699, -0.00189720164, 0.0128960572, 0.0166799296, 0.00277998834, 0.00126889616, 0.00155672326, 0.00750456471, -0.0117447488, 0.0278139245, 0.0174240675, 0.0254691858, 0.0184630547, 0.014616, 0.0231384896, -0.0137595385, -0.0124046449, -0.00019722298, 0.00353290187, -0.00612510042, -0.00102933275, 0.00372420158, 0.00871203374, 0.00268521602, 0.0125590889, -0.0137174176, 0.0254411045, 0.0193054751, -0.00338898832, 0.013197924, 0.00857163, 0.0077853715, 0.00296953297, 0.00238334853, -0.0147985239, -0.00736416085, 0.00237457338, -0.0143492324, -0.00237632846, -0.00694997096, 0.0191510301, -0.00390321598, 0.0078976946, 0.0304113869, 0.00499836309, -0.0213413239, 0.000929295318, -0.00129873189, -0.00127767143, -0.000197990797, 0.00292039174, 0.0231665689, -0.00442270888, 0.0114920223, 0.00365750981, -0.00422263378, 0.00860673189, 0.00640941737, -0.00216396828, -0.00104688329, 0.0185613371, 0.00430336595, -0.0252164602, -0.00568283, -0.00423316425, 0.000626989175, -0.000150714332, -0.0176767949, 0.00603032811, 0.00118728669, -0.0202742592, 0.00138385152, 0.0068587088, -0.00640239753, 0.0273084715, 0.00791875459, 0.0327982455, 0.0241774749, 0.0120395962, -0.000406511856, -0.0175363906, 0.0018550806, 0.0148266042, -0.0249637328, -0.00851547, 0.0235596988, 0.00221486436, 0.0152758956, -0.0186034571, -0.00679201679, 0.00491763093, -0.00324156461, -0.0124397455, 0.0301867425, -0.0112041952, 0.000847685849, -0.00693593035, -0.0269153416, 0.00357326795, 0.00161025207, -0.0193054751, -0.00256411801, -0.00285721035, -0.00398043776, -0.00770112919, 0.0072097173, -0.0149248866, 0.0107268235, 0.00831188448, -0.0281930137, -0.0142439306, -0.00911920425, -0.00215168297, -0.00763092749, 0.00602330826, 0.0159077104, -0.0100739477, 0.0149529679, 0.00113990053, 0.00751158455, -0.00534235127, -0.0141667081, 0.00475616707, -0.0217063744, 0.00511770602, 0.000124278988, -0.00299059344, 0.0179154798, -0.0139210019, -0.0261431225, -0.0003277543, 0.011463942, 0.0139631229, 0.00597065687, 0.00341180386, -0.0167641714, -0.00114779826, 0.0103898551, 0.0279964488, 0.00878925622, -0.0189544652, 0.023278892, -0.028614223, 0.00185332552, -0.00862779189, -0.00131979247, -0.0197126437, -0.00546520436, 0.013331308, -0.00366453, -0.00504399417, -0.00344690471, -0.00848036818, 0.0486919172, 0.0269995835, 0.0130575206, 0.00396990776, -0.00492816092, -0.0184068922, -0.00405063946, -0.00229208637, 0.00225172029, -0.00880329683, 0.0267328173, 0.0190246683, -0.00550732529, 0.00795385521, -0.00431389594, -0.0104319761, 0.0155426618, 0.0295689665, -0.0110637918, -0.000269618497, 0.0285861436, -0.00951233413, -0.0171713419, -0.00690434, -0.0210745577, -0.0038891756, -0.00423316425, -0.0131909046, 0.0130505012, -0.00755370548, -0.0138437804, 0.0161042754, 0.0097791, 0.00099510944, -0.0133383283, 0.02806665, -0.0145177171, 0.0147423623, 0.00225172029, -0.0168484133, 0.00992652401, 0.0077853715, 0.0210324377, 0.00441217842, -0.00968783814, -0.0119062131, 0.0141667081, -0.00129434431, 0.0111059127, 0.0158234686, 0.0227172785, -0.0166097283, -0.0114007602, 0.0189825464, -0.0182805285, -0.0147423623, -0.0124257058, -0.00501942355, -0.00312748691, 0.00942809135, 0.0162868, -0.0194458775, 0.0125099476, 0.00432793656, 0.00292916712, 0.00725183822, 0.00465086428, 0.00223417, -0.0201900154, -0.00667969417, 0.0164974052, 0.0333317779, -0.00194985291, -0.000783626747, -0.00056468515, 0.0132470652, -0.00988440309, -0.0184490141, 0.00901390146, 0.00848738849, -0.00881031621, 0.00666565401, 0.00930874888, -0.0211588, -0.00929470826, -0.0223522298, 0.0204848628, 0.00475967722, -0.0229980852, 0.0138367601, 0.00194107776, 0.0180839654, 0.009744, -0.000959131052, -0.00459119305, 0.010256472, 0.00336792786, -0.00325736, 0.0192493126, 0.000991599401, 0.000324682973, 0.00856461097, 0.00954743475, 0.0282070525, 0.00571793038, -0.0234052557, 0.016623769, 0.0141596878, -0.00897880085, 0.00641994784, 0.00732906, 0.000165193429, 0.00605840888, 0.00723077776, -0.000902969681, -0.0070693139, -0.0019445878, 0.00228331122, 0.0082065817, 0.00454556197, 0.000629182963, 0.00712547498, -0.0136121148, -0.00323103438, 0.00513174618, -0.00996864494, -0.00907006301, 0.0172134638, 0.0167922527, 0.00777133089, -0.00324858492, -1.80440366e-05, -0.00312573183, 0.00640941737, 0.00567580946, 0.0326578431, 0.0108110653, 0.00391374622, 0.0061531812, -0.0416436642, -0.00319944369, -0.00306957052, -0.00646206876, -0.00364697957, -0.000694997085, 0.028572103, 0.0195160806, 0.00543361343, -0.0143422121, 0.00822062232, -0.0051036654, -0.0161885172, -0.0207656696, -0.00659194216, -0.023433337, -0.0143773137, 0.00423316425, -0.00548626482, -0.0080661783, 0.00727991899, 0.00597416703, -0.0239107069, 0.00507558463, -0.000666477659, 0.00184981548, 0.00746946363, 0.0146019589, 0.00594959641, -0.0109163681, -0.032854408, -0.00270101149, 0.00146458356, -0.00583727332, -0.0126573713, -0.0137174176, 0.0241493937, 0.00917536579, -0.0174521487, 0.00213413243, -0.00819254108, 0.0211588, 0.00759582687, -0.022071423, 0.0105723795, 0.0253568627, -0.0124608064, -0.000578725478, 0.0132400459, 0.0134927714, 9.01653402e-05, 0.0207937509, 0.0148546854, -0.00753264502, -0.00887349807, -0.00783451274, -0.00459470274, -0.00594959641, 0.0285019, 0.0160059929, 0.0141035262, -0.0052335388, -0.0250198953, 0.0122712618, -0.013394489, -0.00758178625, 0.000483514392, 0.012320403, -0.00435601687, -0.00519141741, -0.0179154798, -0.0144755961, 0.00384354452, 0.0123063624, -0.028305335, -0.0189123452, 0.0257780738, -0.00318891346, -0.0076379478, -0.00101441494, -0.00394533714, 0.0142579703, 0.00117500138, 0.00238510361, 0.00258517847, 0.0173117463, -0.014714282, -0.000337626436, -0.0113656595, -0.0193054751, 0.0157813486, 0.0125731295, 0.0102143511, -0.000588378229, -0.0113305589, 0.00579164224, -0.00837506633, 0.0161463972, 0.00734310038, 0.0241493937, 0.00161025207, 0.0144334752, -0.0270136241, -0.0122221205, 0.0311134048, -0.000853389734, -0.0131909046, 0.0219310187, -0.0156128639, 0.000511156337, 0.0158375092, 0.0119623737, 0.0266204942, -0.0030713256, 0.0164833646, 0.00302042929, 0.016623769, 0.00878223591, 0.00859971158, -0.0138648404, -0.0112463161, -0.0124608064, -0.0068692388, -0.022071423, 0.00083583931, 0.00655333092, -0.0130434809, -0.00593555579, -0.00427528517, 0.00236228807, -0.000513788895, -0.00624795351, -0.00746244332, 0.0286282636, 0.0222399067, 0.0225207135, 0.017831238, -0.00102582271, -0.0210745577, 0.0131909046, 0.0281649325, 0.0104670776, 0.000248338591, 0.0087541556, 0.00580919301, 0.0184770934, 0.00150407199, 0.0137314573, -0.0092034461, 0.00255007762, -0.0179435611, -0.00926662795, 0.00599171733, -0.0366733819, 0.00696401112, -0.00590396533, -0.0203865804, -0.019193152, 0.00313450699, 0.0068692388, -0.0130996425, 0.0206533484, 0.0215098094, -0.0247390885, 0.00521598803, 0.0105302585, 0.00529672, -0.01422989, 0.00361889903, -0.00838910602, 0.000823115231, 0.00578813208, 0.0145317577, 0.00162253738, -0.0220012218, -0.00404361961, 0.0129311578, -0.000696313393, 0.0132611059, 0.00521247834, -0.00358028803, -0.0231525283, -0.0318154208, -0.00968081784, 0.000601979787, -0.0173819475, 0.00361187872, 0.00978612062, 0.0101932902, 0.0092034461, -0.0224083904, 0.00343812956, 0.00113902299, -0.0185051747, -0.0152197341, -0.0180980042, 0.00815744, -0.0040365993, 0.0184490141, 0.0252726208, -0.00308887591, -0.0141737284, 0.0204708241, -0.0158234686, 0.00072220026, -0.00662353262, 0.016076196, -0.00449993042, 0.0158375092, -0.00287827081, 0.0140754459, -0.00660949247, -0.0174240675, -0.0108040459, -0.0502644368, -0.00291688181, 0.00548977498, 0.00263256463, 0.00694646081, 0.00428230548, 0.0205129441, 0.0166097283, 0.0136963567, 0.0055143456, 0.0132821668, -0.0146019589, -0.000494922162, -0.00274137734, -0.0119272731, -0.0151635725, 0.009744, 0.010080968, 0.00621636258, -0.00995460432, -0.0114990426, 0.0198811293, -0.0103477342, -0.0125801489, 0.00120922469, 0.00871905405, 0.00231841207, 0.0246548466, -0.028305335, -0.0104951579, -0.0161604378, 0.00796789583, 0.0163008403, -0.0300744195, -0.0062128529, 0.004106801, 0.00947723258, -0.00727991899, 0.00464033429, 0.00149178668, 0.00904900208, 0.0223943498, -0.00348551571, -0.00817850139, -0.0156830661, 0.0194037575, -0.0112041952, 0.0118009103, -0.0197968874, -0.0107127838, -0.0228576828, -0.00971591845, -0.0093438495, 0.0250198953, -0.000534410647, 0.00199548411, 0.0110216709, 0.00150407199, 0.00277998834, 0.0147704436, -0.016118316, 0.00310116122, 0.0159779135, -0.00227453583, 0.0159077104, 0.00426124455, -0.00328719569, -0.0219591, -0.0097791, 0.0136261545, -0.0052335388, 0.00914728455, -0.0120606562, -0.00761688733, -0.00153127511, 0.0127837341, -0.00208323612, 0.0094702132, 0.0137805985, 0.0125941895, 0.00866289251, 0.0051738671, 0.0213834457, 0.0362521708, -0.0106425816, -0.0124116652, -0.0146862008, 0.00425773486, -0.0112252561, -0.00592853595, 0.00149354176, 0.0142790312, -0.00245881546, 0.00406819, -0.0116534866, 0.0205269847, -0.0112182358, 0.000392690912, -0.00812936, 0.00100212963, 0.000501942355, -0.0227032378, 0.0102634924, 0.00827678386, 0.000764760072, -0.0263116062, 0.0122572212, -0.00815744, -0.00575654162, 0.0117096482, 0.018645579, -0.00577760208, 0.00181295956, 0.0101090483, 0.00441568857, -0.00189720164, -0.000698507181, 0.0202321373, -0.00495975185, -0.0097791, 0.00402957899, -0.0171432607, 0.014363273, -0.0026606454, -0.00378387305, 0.00968783814, 0.000335213233, 0.0176767949, 0.00611457042, -0.00134436309, -0.0178171974, -0.00305904029, 0.00478424784, -0.00168133131, -0.00175153301, 0.00735012069, -0.0126152504, 0.00736416085, -0.0104881376, 0.00212535728, 0.0138999419, -0.00735012069, -0.0116254054, -0.00513876649, -0.0136050945, -0.0231665689, 0.00345217, 0.0108391466, -0.0102003105, -0.00384354452, -0.0166097283, -0.00074545457, -0.00997566525, 0.0136331748, -0.0236579813, -0.0137103973, -0.0127907544, 0.0149529679, 0.013548933, 4.60150368e-05, 0.0142439306, -0.00376281259, -0.00809425861, 0.0151214516, -0.00954041444, -0.0234052557, 0.00500889309, -0.0037487722, -0.00574952131, 0.0135559533, -0.0103617748, 0.00925960764, -0.00149441918, 0.0259325169, 0.0131066618, -0.0126643917, -0.0110357115, -0.0170168988, 0.0141175669, 0.0129030775, 0.0226611178, 0.00701666251, 0.00206744089, 0.00386109482, 0.0102634924, -0.0125871692, 0.019488, 0.0164552853, -0.00753966533, 0.000473861641, 0.0117236879, 0.024682926, -0.00552838575, -0.00106618868, 0.0155847827, 0.015416299, -0.00462980382, -0.0090630427, 7.66734447e-05, -0.00320295384, -0.00313099707, -0.00791875459, 0.00473159645, -0.00772218965, 0.00343988463, 0.0100739477, -0.0112603568, -0.000114955328, 0.00773623027, 0.00149529672, 0.0187579, 0.00851547, -0.0112743974, -0.00305904029, 0.0215940513, 0.0205269847, -0.0266766567, 0.024682926, -0.00929470826, 0.022970004, 0.0216221306, -0.00808021892, 0.00616722181, 0.00905602239, 0.0045280112, -0.0331632942, 0.0261571631, 0.0086348122, 0.000481759344, -0.00824168231, -0.00174802297, 0.0269434229, 0.0243038367, -0.00948425289, -0.00909814332, 0.0258061551, -0.000738873146, -0.00511419587, 0.0216080919, 0.0034609451, 0.0330790542, 0.0108531872, 0.00526161958, -0.00322050415, 0.014714282, -0.0112884371, -0.00775729073, -0.0234473757, 0.0273646321, 0.0077081495, 0.000639713253, 0.00459470274, -0.0170168988, 0.00841016695, 0.0152899362, -0.00933682919, -0.00157427369, 0.0107057635, -0.00201303442, -0.00997566525, -0.00355220726, -0.00571091054, -0.0086137522, -0.012320403, 0.0148968063, -0.0126222707, -0.0114288414, -0.0100388471, 0.00626901397, -0.0125731295, 0.000172871747, 0.00446131965, -0.000952988456, 0.00267468579, 0.00660247216, 0.0124116652, 0.00798895676, 0.0114358608, -0.0249356534, 0.0145177171, 0.00347147533, -0.00553540606, -0.0115481839, -0.00536341174, -0.00607595919, 0.00935087, -0.0248233303, -0.00609351, 0.0167080108, -0.00937895, 0.0105091985, -0.0198811293, -0.00935087, 0.0206112266, -0.0256797913, -0.010123089, 0.0316469371, -0.0149108469, 0.00926662795, -0.000204681914, 0.00655333092, -0.0281368513, -0.00175767567, -0.00389970583, 0.0124537861, -0.0274207946, -0.0126082301, -0.0138648404, -0.00505452417, -0.0120746968, 0.0122502008, -0.0136261545, -0.0168343745, -0.0175363906, -0.00610404, -0.00717461621, 0.00907708332, -0.0261571631, 0.0116956076, 0.00692189, -0.0149529679, 0.00232016714, -0.015416299, 0.000483075622, 0.00379089313, -0.0114218211, 0.0112112155, 0.0184209328, 0.0118640913, -0.0110357115, 0.00125485589, -0.00771517, -0.0179014392, 0.00664810324, -0.0180278029, 0.000419894059, -0.00710792467, -0.00927364826, 0.003045, -0.00386460498, -0.00415594224, 0.012320403, -0.00763092749, 0.00925960764, -0.00743436255, -0.0108040459, -0.0179856829, 0.00850844942, 0.00793279521, -0.00864183251, -0.00294671743, 0.00966677722, 0.0144194346, 0.016623769, -0.00137507636, -0.00504048401, -0.0168624539, -0.0181120448, 0.0388075151, -0.01954416, -0.00751860486, -0.014208829, -0.0201057736, -0.0144334752, -0.0264379699, -0.00298532844, -0.0055143456, -0.00199723919, -0.00578111224, -0.00787663367, -0.00702017266, 0.0165395271, 0.010782985, 0.0630692318, 0.00768006872, -0.00452450104, -0.0317592621, 0.00731501961, -0.00973697938, -0.0213974863, 0.0342022814, 0.007357141, 0.0348762162, 0.0053142705, -0.00363293942, -0.0201198142, 0.021257082, 0.0130505012, 0.00080249348, 0.00247636577, -0.00890157837, -0.0341180377, 0.0313661322, 0.00524055865, -0.0125450483, 0.0261290818, -0.00702719297, -0.0216782931, -0.00366102, -0.0160340741, 0.00227278098, -0.0022640056, -0.00872607436, -0.00648663938, 0.0136823161, 0.00999672618, -0.0121870199, -0.0267889779, 0.0110286912, -0.00603032811, 0.013724437, 0.00278876349, -0.00851547, 0.0269574635, 0.0170168988, 0.00765198795, 0.00264309486, 0.00912622456, -1.52332259e-05, -0.000206107885, -0.00525459927, -0.00409627054, -0.00210254174, -0.01954416, -0.017592553, -0.0113305589, -0.00950531382, -0.00555997668, 0.0212009214, 0.0297936127, -0.00129960943, -0.0185192153, 0.00799597614, 0.0160902347, -0.00447887, 0.00270803156, 0.0225628354, 0.0153601374, -0.0253287833, -0.00549679529, -0.00256587309, -0.00970187876, 0.00390321598, -0.00676744618, -0.0204427429, 0.00513174618, -0.00520545803, -0.000538798224, 0.000115065013, -0.0105653601, 0.00663406309, 0.0254130252, -0.0153601374, -0.0113445986, 0.00784153305, -0.00859269127, 0.00518439757, -0.0208218321, -0.00902794208, -0.0205691066, -0.00122063246, -0.00366102, 0.00944213197, 0.000361319515, 0.0157953892, -0.023278892, 0.0295689665, -0.00719567668, 0.000652876042, -0.0258342344, -0.00089200068, 0.0173117463, 0.00785557274, 0.0268030185, -0.00396288745, -0.0067990371, 0.022927884, -0.00353114679, 0.0253007021, -0.00319066853, 0.00815042, 0.00819956139, 0.0178733598, 0.00433495641, 0.00362591911, 0.0109233884, 0.0370103493, -0.00368559058, 0.000989844324, -0.00991248339, 0.00987738278, 0.00210078666, -0.00744840316, 0.00838208571, -0.000943335705, -0.0022640056, 0.0175644718, 0.00370314112, -0.00700613204, 0.0186034571, 0.0120325759, 0.00500889309, -0.0182945691, 0.00693242, 0.00256938324, 0.0207937509, 0.00510015525, -0.00909814332, 0.0274207946, 0.0068692388, -0.00929470826, 0.00855057, 0.0115973251, 0.00209201151, 0.0130785815, 0.00390672591, 0.0227874797, -0.00507558463, 0.0093227895, 0.00401553884, -0.0123484833, -0.0137454979, 0.00648312923, -0.00392427668, -0.00355747249, 0.00629358459, -0.00441217842, 0.00603383826, -0.00444025919, 0.0119764144, -0.0394814499, 0.00848036818, 0.00632868567, -0.00186385587, -0.00294496235, 0.00253428239, 0.00504048401, 0.0178031567, 0.00841016695, 0.0105513195, -0.0232929327, 0.0107900053, -0.0188983046, 0.0127977747, 0.0132962065, 0.0150512503, 0.0120255556, 0.0115201036, 0.0160059929, -0.00871905405, -0.0195862819, -0.0090630427, -0.0100669274, -0.00015839265, -0.000830574194, 0.0252024196, 0.0562175438, 0.0100950077, -0.013506812, 0.0116745466, -0.0123906042, -0.0124467658, 0.0162587203, 0.000421210367, 0.0180839654, -0.0129802991, -0.0031467923, -0.018687699, -0.00146195095, 0.0248092897, 0.0145317577, 0.0124467658, 0.00566527946, 0.0148546854, -0.0102003105, -0.00454556197, 0.0061426512, 0.00189018145, 0.0114007602, 0.00540904282, 0.00793981552, 0.0148827657, 0.00507909479, 0.000169032588] |
04 Aug, 2022 | Alternative of ng-checked to get the checkbox’s state in AngularJS
04 Aug, 2022
In this article, we will see how to get the state of the checkboxes in AngularJS. This task can be performed with the help of the ng-model directive that helps to bind input, select and textarea, and store the required user value in a variable and we can use that variable whenever we require that value.
Approach:
ng-model is used to get the selected checkboxes.
Just set the different values to the ng-model and those will be used to check whether the element is selected or not.
An alert will pop-up for the selected checkboxes with true values.
Example 1: This example describes getting the state of the checkboxes that are displayed with the help alert message on clicking the button.
HTML
<!DOCTYPE HTML>
<html>
<head>
<script src=
"https://ajax.googleapis.com/ajax/libs/angularjs/1.2.13/angular.min.js">
</script>
<script>
var myApp = angular.module("app", []);
myApp.controller("controller", function ($scope) {
$scope.selCheckboxes = '';
$scope.getSelCheckB = function (myCheckbox) {
alert(JSON.stringify(myCheckbox));
};
});
</script>
</head>
<body style="text-align:center;">
<h1 style="color:green;">
GeeksforGeeks
</h1>
<h3>
Alternative of ng-checked to get
the checkbox's state in AngularJS
</h3>
<div ng-app="app">
<div ng-controller="controller">
<form action="javascript:void(0)">
Checkbox1 :
<input type="checkbox"
name="checkbox1"
ng-model='myCheckbox.val1' /><br />
Checkbox2 :
<input type="checkbox"
name="checkbox2"
ng-model='myCheckbox.val2' /><br />
Checkbox3 :
<input type="checkbox"
name="checkbox3"
ng-model='myCheckbox.val3' /><br />
Checkbox4 :
<input type="checkbox"
name="checkbox4"
ng-model='myCheckbox.val4' /><br />
<br>
<button ng-click="getSelCheckB(myCheckbox)">
Click
</button>
</form>
</div>
</div>
</body>
</html>
Output:
Example 2: This example describes getting the state of the checkboxes on clicking the button.
HTML
<!DOCTYPE HTML>
<html>
<head>
<script src=
"https://ajax.googleapis.com/ajax/libs/angularjs/1.2.13/angular.min.js">
</script>
<script>
var myApp = angular.module("app", []);
myApp.controller("controller", function ($scope) {
$scope.selCheckboxes = '';
$scope.getSelCheckB = function (myCheckbox) {
$scope.selCheckboxes
= angular.copy(myCheckbox);
};
});
</script>
</head>
<body style="text-align:center;">
<h1 style="color:green;">
GeeksforGeeks
</h1>
<h3>
Alternative of ng-checked to get the
checkbox's state in AngularJS
</h3>
<div ng-app="app">
<div ng-controller="controller">
<form action="javascript:void(0)">
Checkbox1 :
<input type="checkbox"
name="checkbox1"
ng-model='myCheckbox.val1' /><br />
Checkbox2 :
<input type="checkbox"
name="checkbox2"
ng-model='myCheckbox.val2' /><br />
Checkbox3 :
<input type="checkbox"
name="checkbox3"
ng-model='myCheckbox.val3' /><br />
Checkbox4 :
<input type="checkbox"
name="checkbox4"
ng-model='myCheckbox.val4' /><br />
<br>
<button ng-click="getSelCheckB(myCheckbox)">
Click
</button>
</form>
<p>Selected Checkboxes = {{selCheckboxes | json}}</p>
</div>
</div>
</body>
</html>
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS | https://www.geeksforgeeks.org/alternative-of-ng-checked-to-get-the-checkboxs-state-in-angularjs?ref=asr10 | CSS | Alternative of ng-checked to get the checkbox’s state in AngularJS | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0376146808, -0.0228309538, -0.0185025204, 0.0204381235, 0.051697325, 0.025635289, 0.00799388159, 0.00361972721, -0.00144598575, 0.00517811486, -0.00455704611, -0.0212001707, 5.34624196e-05, -0.0545321442, 0.0275404081, -0.0378280543, -0.025635289, -0.00490377797, -0.0162163787, -0.0120403552, 0.00775383646, 0.00349017908, -0.0297503471, -0.0109049045, -0.00300437352, 0.0256810114, -0.0018155789, 0.0119717717, -0.0274337213, 0.00317583443, 0.00161649392, 0.0119946329, -0.02342535, -0.0159115586, -0.0575498529, -0.0301923342, -0.0147151435, -0.0165211968, -0.0448388942, 0.0180300511, 0.0135568306, 0.00412648916, -0.00161268376, -0.00735757174, -0.0425222702, 0.0117812594, -0.00628689444, -0.0346884169, -0.017709991, 0.00987613946, -0.00765477028, 0.0132596325, 0.0034920841, 0.0264430605, 0.0205295682, 0.0301161297, -0.048191905, -0.00714800879, 0.0287292022, 0.022267038, 0.0393826328, -0.0634023771, -0.0185025204, -0.00630975608, -0.010691531, -0.00177080859, -0.0127719212, 0.00822249614, 0.00427127816, 0.0061954488, -0.0286682397, 0.0278909504, -0.0331338383, -0.030024685, -0.00769287301, 0.00747568905, 0.0263363738, 0.0201790258, -0.0240654703, 0.047612749, -0.00718230056, -0.00829870068, -0.0121013196, 0.0204076413, 0.00738805346, 0.0154086072, -0.0321279354, -0.0555380471, 0.000285767921, 0.0229833629, 0.00479328074, -0.0234710723, 0.0130615, -0.0197370388, -0.00345398183, 0.0398398601, 0.0217945687, -0.0120403552, -0.0284548663, 0.0324327573, 0.0212458931, 0.00922077894, -0.02022475, -0.035572391, 0.00915219449, -0.0112478258, 0.0235320367, 0.031914562, 0.0254066754, 0.00377023173, 0.02022475, -0.0153476428, 0.0144103244, -0.003808334, -0.0549893714, 0.00421793479, -0.0223432425, -0.0167955346, 0.0573974438, -0.0170546304, -0.0129167102, 0.0384376906, 0.0200875811, 0.0413334742, -0.0259553492, 0.0332862474, 0.0269307699, -0.017146077, 0.00475136843, 0.0220993869, 0.0145551134, -0.00769668305, -0.0136330361, 0.00940367, 0.0208496284, -0.00220612856, 0.0551417805, -0.00572678959, -0.0594702139, -0.00872544758, -0.0394131131, -0.0395960063, 0.0151495105, 0.0301161297, -0.0101428563, 0.0197370388, 0.038529139, 0.0314268507, -0.0138540296, 0.00671364134, -0.036761187, -0.0306038409, -0.00381595455, 0.0051400126, 0.0257724579, -0.0281805284, -0.0208953507, -0.015385746, 0.00168507826, -0.0360905863, 0.0133891804, -0.00324441865, 0.00449227216, 0.0169784259, -0.0148294503, -0.00622974103, 0.0227090251, -0.00161744654, -0.0492892526, 0.0372184142, -0.0184415579, 0.00565058459, -0.00601636758, 0.0220689047, -0.0351456441, 0.0160182454, 0.0383767299, -0.0329204649, 0.0593787655, -0.0122003853, 0.0012154663, -0.00573059963, 0.00913695339, 0.00136501819, 0.0656580403, 0.0144103244, 0.0172832441, -0.0415163673, -0.0261687227, 0.0146389389, -0.04746034, 0.0154619506, 0.0550808161, -0.0134120416, -0.0150123425, 0.00234710728, -0.0751684, 0.0068393792, -0.0245531816, -0.0104476754, 0.0258791447, -0.00882451423, 0.0119108073, 0.0229833629, 0.00913695339, -0.0217488445, 0.0101352362, -0.00929698348, -0.000235996689, -0.0162011366, -0.0568182878, 0.0105619831, -0.0115602659, -0.0210477617, 0.00174794719, 0.0138311684, -0.00165269128, -0.0351151638, -0.0249189641, 0.00793291815, 0.0262906495, 0.0361210667, -0.00292816875, 0.0158201121, -0.051697325, -0.0272813123, -0.00861876085, -0.00409981748, 0.0139911985, 0.00951797701, 0.0235472787, -0.00295103015, -0.00425984757, 0.015667703, -0.00171174994, 0.0174966175, 0.0135187283, -0.0257267337, -0.0024156915, 0.0647435859, 0.0190511961, 0.0122156264, -0.0367002226, -0.0564829856, 0.014646559, -0.0126576144, -0.0313658901, 0.0211849287, 0.0158810765, 0.0146313179, -0.0274642035, -0.0105696032, -0.0222365558, 0.0133815594, 0.0185330026, -0.0170089081, 0.0121013196, -0.00438939547, 0.0454790145, -0.00681651803, 0.026504023, 0.0400837176, -0.00920553785, 0.0314573348, -0.012596651, -0.0222365558, 0.0241873972, -0.031792637, -0.0244312529, 0.00440082606, 0.0633414164, 0.00156886596, -0.00915981457, 0.0212001707, -0.0338654071, 0.00103447994, -0.0426746793, -0.0139454752, 0.00920553785, 0.0335605852, -0.0293693226, -0.0128633669, 0.0269917343, 0.034292154, 0.0167955346, -0.0580375642, -0.013175807, 0.00811580941, -0.038498655, 0.0227090251, -0.0398398601, -0.0117888795, -0.0122003853, 0.0127109578, 0.0377061255, 0.0470335931, -0.0127185779, 0.034993235, -0.0106458077, 0.040266607, -0.0309543833, -0.0380109474, -0.00672888244, 0.0184720401, -0.0489844345, 0.0630366, 0.0450217873, -0.0149285169, -0.0266411919, -0.0621526204, 0.0066907797, -0.0411201, -0.0460581705, -0.0133968005, -0.0167345703, 0.0391997397, -0.0199961346, 0.0249494463, 0.011857464, -0.0109582478, -0.00497236196, -0.0129319513, -0.00610400317, 0.0640729815, 0.0224346872, 0.0183348712, -0.0142807765, -0.036182031, 0.0237454101, -0.0314573348, -0.03106107, -0.0103409886, -0.0290797446, 0.0149056558, 0.0104324352, -0.0330423936, -0.000103055063, -0.0170393903, -0.00512858201, -0.00949511584, -0.015088547, 0.00781861, -0.01991993, -0.00907599, 0.0205905326, -0.0361515507, 0.0197980031, -0.00921315793, 0.0128557468, -0.0180605333, 0.00142598199, 0.0185330026, 0.0350542, -0.0287444443, 0.0196151119, 0.0318840817, -0.00283481786, -0.0301313717, -0.0335301049, 0.00915981457, -0.00616496708, -0.0272355899, -0.0078490926, 0.0372793786, 0.0259401072, -0.028851131, 0.020499086, -0.0040731458, 0.0141283665, -0.00986851938, -0.0157743897, 0.03487131, -0.00973135047, 0.0167650525, -0.0700474381, 0.000268621865, 0.000803484174, -0.0176490285, -0.0133968005, 0.0110649345, -0.0395960063, 0.0128709879, -0.0235015545, 0.019035954, 0.00754046347, 0.00570773846, 0.0149971014, 0.00653456, -0.0266869143, 0.0049952236, -0.0274337213, 0.0265345052, 0.0365173332, -0.00692320429, 0.0255895667, -0.0321584195, -0.0181824621, 0.0114688193, 0.0351761281, -0.0289425757, 0.055964794, 0.0196760744, -0.00137835403, 0.00119069975, -0.0562086478, -0.0409676917, -0.0297198649, 0.015530535, 0.0267173965, 0.0166431237, 0.00825297832, 0.00386358239, -0.0345055275, 0.00432843156, 0.0112478258, 0.0278604683, 0.00151457009, 0.0324632376, -0.00185653905, -0.0536786504, 0.0512400977, 0.0114535792, 0.0226023383, -0.0243245661, -0.00306152715, -0.0273270346, -0.0327375755, 0.0378890187, 0.00355685828, -0.0142350532, -0.0202857126, 0.00660314457, 0.0198894478, -0.0328899845, 0.0043512932, -0.0221298691, 0.0202399902, -0.0118803261, -0.010112375, -0.0287292022, 0.0315792635, 0.039687451, -0.0116593316, -0.0373098627, -0.0344445631, 0.0110420734, -0.0397484154, -0.00949511584, -0.0253761932, 0.00732327951, -0.0321889, -0.0203466769, -0.0409067273, -0.00479328074, -0.0208801106, -0.0257267337, 0.0247970354, -0.0126880966, -0.00505618751, -0.0214440264, 0.00579156354, 0.0615734644, -0.00951035693, 0.013175807, 0.0277537815, -0.00561629236, 0.00209944183, 0.0338958874, -0.0125661688, 0.0192950517, 0.0351456441, -0.00839776732, 0.0412420295, -0.0103333686, 0.00704513211, -0.00645073503, -0.0247970354, 0.00243283762, -0.00896930322, 0.00603541872, 0.0569706969, 0.0223584827, 0.00286911, -0.00255095516, 0.0126804756, -0.0504780486, 0.0275404081, 0.0386815481, 0.0144789089, -0.00639358116, -0.0145932157, 0.011278308, -0.0212154109, 0.00971610937, -0.0210325196, -0.0116212294, -0.0459362417, -0.0271746255, 0.00195655786, -0.0194627009, -0.00134406181, 0.0190511961, -0.0290797446, 0.0355419107, 0.00379690318, -0.002791, -0.0216574, 0.0172984861, 0.0270222165, -0.000926840643, -0.0294150468, -0.031945046, -0.00743377674, 0.00241188146, 0.0243550483, -0.00677079475, -0.00594397308, -0.00614972599, -0.0115145426, 0.00455704611, 0.0171765573, -0.0264887828, 0.0167193301, -0.000918743899, -0.00523907878, 0.0145551134, 0.0108896634, 0.00082634564, -0.0322498642, -0.000552960963, -0.0256048068, -0.00423317589, -0.00213944935, 0.0367307067, -0.0207429416, -0.0171003528, 0.0092893634, 0.0147151435, 0.000886356866, -0.0064850268, -0.0388949215, -0.00164792838, -0.0354199819, 0.0245684218, -0.0241264347, 0.0160944499, -0.0167040881, 0.0134272827, 0.00970086921, 0.0255743247, 0.00393978739, 0.0186701715, 0.035572391, -0.002564291, -0.0152485771, -0.0243245661, -0.0187616181, -0.0254523978, 0.00305962213, -0.0217183623, 0.00696511706, -0.0110725546, -0.00893882103, 0.0156067396, 0.0125433076, -0.0331338383, 0.00719373161, 0.00159553764, 0.00149551884, -0.0147380047, 0.0122689698, -0.0146846613, 0.0189445093, -0.012154663, 0.0102952663, 0.0154314684, 0.0495026261, -0.0198589657, 0.0119793918, -0.00370164728, -0.0138464086, -0.0165669192, 0.0462105796, -0.023577759, 0.00398932025, -0.0112325847, 0.012299452, -0.0113087902, -0.0486186519, -0.0162163787, -0.00474755792, 0.0106229465, -0.00674412306, 0.0103638507, -0.00339301792, 0.00041150584, -0.00269002886, 0.0181062557, 0.0144865289, -0.0168107748, -0.0316097438, -0.000769192, 0.0356943198, 0.0200875811, 0.0381938368, -0.0257876981, -0.0162316188, 0.017709991, 0.00398551, 0.0268240832, -0.0470945574, -0.0101504773, 0.0087025864, -0.0142274331, -0.00877879094, -0.0274489634, -0.00709847547, 0.0237606522, -0.0167955346, 0.0138083063, -0.000754427339, -0.0241873972, 0.0313658901, -0.000603446621, 0.0158353541, -0.0252999887, -0.0103105074, -0.0313049257, 0.000794434862, -0.0127185779, -0.000145622573, -0.0434367247, 0.00565439509, 0.0164145101, 0.00666410802, 0.0160487276, -0.0171613172, 0.0159877632, -0.014349361, 0.0451437123, 0.0283329375, 0.0176337864, -0.0297655873, 0.08669056, -0.0147227636, 0.00645454507, -0.0252085421, 0.0351151638, 0.0172070395, -0.0286072753, 0.00926650129, 0.000742044067, 0.0186244491, 0.0113011692, -0.0123680364, -0.017572822, -0.0112630669, 0.0251018554, -0.00257762684, 0.00626022276, -0.026123, -0.013175807, 0.0169479437, -0.00769287301, 0.00313773192, -0.000669173256, 0.00844349, 0.0411810651, 0.0299332384, 0.016551679, 0.017725233, -0.0165821612, -0.0143188788, -0.00477804, -0.00686605088, -0.030466672, -0.00502570532, -0.0104171941, -0.00170508202, 0.00795577932, -0.0167498104, 0.0213525798, 0.0237454101, 0.0149285169, -0.0270222165, -0.0163383055, -0.0304514319, 0.000309343799, -0.0337129943, 0.0195541475, -0.013465385, -0.0171918, 0.00384643651, 0.0107067721, -0.0015155226, -0.0161706544, -0.0154924328, -0.0144941499, -0.00479328074, -0.00557438, -0.00163649768, -0.0223127604, -0.0142731555, -0.00544864219, -0.0327985398, 0.0547150336, 0.00948749576, 0.0331948027, -0.0164145101, -0.0163535457, 0.00973897148, 0.010104754, 0.00659552403, 0.0528556369, -0.00454561552, -0.000855398714, -0.0211544484, -0.0415468477, -0.0219164956, -0.00553246727, -0.00675936416, 0.0144789089, 0.00657266239, -0.0197980031, -0.0565744303, -0.00822249614, 0.00617639767, -0.00349589437, 0.0206514969, -0.000858256361, 0.0331948027, 0.00559343118, -0.0102038207, -0.00636690948, 0.01098873, -0.024019748, -0.000492473424, 0.00327109033, 0.0108896634, 0.00111068471, 0.0161554143, 0.015667703, -0.00690034311, 0.01083632, -0.0176795088, 0.0114383381, 0.00015633888, -0.005494365, 0.00634785835, -0.0183501113, 0.0136635173, -0.00767001137, 0.0257724579, -0.0196760744, -0.00808532722, -9.43629493e-06, -0.00739567401, 0.0356638394, 0.00451132329, 0.0185330026, -0.0136101739, 0.0237911325, -0.0382548, 0.0182281844, -0.00198894483, 0.00170412951, -0.0542273223, 0.0117660183, 0.00546007277, 0.00205371878, 0.0314268507, 0.0155762574, 0.0144484267, 0.000668220688, -0.0149818603, -0.00799388159, 0.00229376392, -0.0192645695, 0.00294340984, 0.00443130825, 0.0123375542, -0.00499903364, 0.00127833523, -0.0339873321, 0.021093484, 0.00486948574, 0.0232576989, 0.0185634848, 0.0274489634, 0.0100056883, 0.012147042, 0.03426167, -0.00486948574, -0.00744139683, -0.00411124807, -0.0114993015, 0.0135187283, 0.00173556397, 0.0232576989, -0.0567268394, -0.0320974551, -0.0218250491, 0.0158658363, 0.00385786709, 0.000224804113, -0.0270526987, -0.00643549394, 0.0123604154, -0.00498379301, -0.00318345474, -0.00722802384, -0.023440592, -0.0114688193, -0.00423317589, -0.0010440055, -0.00190130936, 0.00938842911, 0.00124594825, -0.00754427351, 0.00457609724, 0.0132520115, -0.0111487601, -0.00211849296, -0.0169327036, -0.0273422766, 0.0222060736, -0.0156524628, -0.0182739068, 0.00841300841, -0.0297198649, -0.0251475777, 0.0123832775, -0.0303752255, 0.052246, 0.00197941926, -0.00130881718, -0.020514328, 0.0158810765, 0.0560257547, 0.0125204455, -0.00655361125, 0.0108058378, -0.000998282689, -0.0456314236, -0.0119870119, 0.0400837176, 0.0229833629, 0.0264887828, 0.0399617888, 0.00768525247, 0.00635928893, 0.0470640734, 0.00509429, 0.0179081243, -0.00836728513, 0.0144484267, -0.00157362875, 0.0113164103, 0.00570011791, -0.00285958452, -0.0136482762, -0.0400532335, 0.000708704465, -0.00786433369, 0.0314268507, -0.0113316514, 0.0069117737, -0.0430404618, -0.0304514319, 0.0117965005, -0.0179081243, -0.00441987719, 0.00112592569, 0.034993235, 0.0289883, -0.0377366096, -0.0355114304, 0.00297389156, -0.0113011692, -0.0174661353, 0.0113545125, -0.0171613172, -0.0453875698, 0.0136635173, 0.0208496284, 0.0110039702, -0.0107372543, -0.0473079309, 0.00970086921, -0.00791767705, -0.0215354711, -0.0207734238, 0.00899978448, -0.0286529977, 0.0234558322, 0.0163535457, -0.00103829021, -0.0341702253, -0.017999569, 0.0320060104, 0.0127261989, 0.00624498213, -0.00581442472, 0.000447941246, 0.0035740044, -0.0010544837, 0.00307676801, -0.000768239493, 0.00171270245, 0.0299637206, -0.00794815924, 0.0444731116, 0.00384262623, 0.00282719755, 0.0315487795, -0.00533052441, -0.0384072103, -0.0102876453, -0.00355304801, -0.00677841529, -0.000367688073, 0.0182281844, 0.00242140703, 0.0252542645, -0.00571916904, -0.0215507131, -0.000769668317, 0.0191731229, -0.0284396242, 0.00517811486, -0.000180510076, 0.0206210148, 0.0268850476, -0.0114611993, -0.0131148435, 0.00134691957, -0.00943415239, 0.0101580974, -0.0431014262, -0.0271289032, 0.0333167315, 0.0200723391, -0.00967038702, 0.00535719609, -0.0089921644, 0.0162773412, -0.0150428237, 0.0128633669, -0.0094189113, 0.00205752905, 0.0265954696, -0.0146313179, 0.0307410099, 0.0180910155, 0.0132748736, -0.0281957705, -0.0289578177, -0.00490758801, -0.0152714383, 0.03487131, -0.0194322187, -0.0287596844, -0.0313658901, 5.29563695e-05, 0.0485272072, -0.0278299861, 0.0334996209, -0.00322536752, 0.00260620355, -0.016262101, 0.00309010386, 0.0100971339, 0.0333472118, -0.00226137694, -0.0193102919, 0.0118955662, 0.013320596, -0.0363954045, 0.00393216684, 0.00447703106, -0.0227852296, 0.00732709, -0.00794815924, -0.050660938, 0.0332862474, -0.0174813773, 0.0337434784, -0.0185482446, 0.0110039702, 0.015233336, -0.0084206285, 0.00927412231, 0.011857464, 0.00652693957, -0.0373098627, -0.00302723492, 0.0215659533, 0.00554770837, -0.0287292022, -0.002598583, -0.00405409466, -0.0337739587, 0.020499086, 0.0373098627, -0.00670221075, 0.0214135442, 0.0019698937, -0.0190511961, -0.0181977022, 0.0183805935, -0.0538310595, 0.0158048719, -0.0286529977, 0.0185482446, -0.00891596, 0.0255895667, -0.00610781321, 0.0173594486, 0.0194627009, 0.00251666293, 0.00167936285, 0.0261382405, -0.00651550898, -0.00127166731, 0.0223127604, 0.0293388423, 0.0118193617, -0.00672507193, 0.034292154, 0.00611924427, -0.0153324027, 0.0235320367, -0.022267038, 0.0224042069, 0.000457943126, -0.0231052898, -0.00377404178, -0.0404495, -0.00656885235, 0.00487329578, 0.00391311571, -0.0149894804, -0.0101276152, 0.00149266119, -0.0146084568, 0.0174966175, -0.0204533637, 0.0280890837, -0.00253761932, 0.0085349353, -0.00719373161, -0.0140521619, 0.0114307171, -0.0100666517, -0.00267478777, -0.00941129, -0.0158353541, -0.00935794692, -0.00444654888, -0.00909123104, 0.00392835634, -0.0429185331, -0.0176033042, -0.00265764189, -0.00177366636, 0.0128938491, 0.0275099259, -0.0124823432, -0.000161935168, 0.0201180633, -0.00254905, -0.0212154109, 0.0220841467, -0.00389025407, 0.01450177, -0.00212801853, 0.0047170762, 0.00538767828, 0.00924364, -0.0140064387, 0.00718230056, -0.00326537504, 0.0265345052, 0.0519107, -0.00270336471, -0.00896168221, 0.0118193617, -0.00289578177, -0.0246446263, -0.010843941, -0.00136882847, -0.0102114407, -0.0122156264, -0.00184701337, 0.00334348483, -0.0221451093, -0.000363163417, 0.0820573121, 0.0142426742, -0.00947987475, 0.000294579106, -0.0205448102, -0.0412420295, -0.00270908, 0.0359381773, -0.0122156264, -0.0176947508, 0.0164297502, 0.00150123425, -0.0110801756, -0.0233491454, -0.00405790471, -0.0294912513, -0.00710609602, 0.00957894139, 0.0236234833, -0.0227699894, -0.0205295682, -0.00886261649, 0.00250523235, 0.0212611351, -0.0176337864, 0.0141283665, 0.0033911129, 0.00992186274, -0.0153552638, 0.00734233065, -0.00838252623, 0.0153933661, 0.0247360729, -0.00615353603, -0.00229376392, 0.0402056426, 0.00605066, -0.0255590845, -0.00732709, -0.0176185463, 0.0205600504, 0.00646978617, -0.0219012555, -0.00336634624, 0.00717087, 0.00604303926, -0.00476660905, -0.0205600504, -0.0125737889, -0.000439844473, -0.0091217123, -0.00312249106, -0.0160334855, 0.00494569028, -0.0250713732, 0.0212306529, -0.0131529458, 0.00253761932, 0.0103181275, -0.0208191462, -0.00258143712, -0.00134596694, 0.0192798097, -0.0194322187, 0.0174661353, -0.00512096146, -0.0130615, 0.0139759574, -0.0311829969, 0.0116593316, 0.0176337864, 0.00138406933, 0.0112325847, 0.00794815924, 0.0298417937, 0.00183463015, 0.0183653533, -0.0115450248, 0.0158963185, -0.00791767705, 0.00129071856, 0.0142198121, -0.0202399902, -0.00933508575, -0.0092893634, 0.00467897346, -0.0163230654, -0.015957281, -0.0173899308, 0.000433652836, 0.0104476754, -0.00777288806, -0.0160182454, -0.0130081568, -0.0124747232, 0.00637834053, 0.0153171616, 0.031914562, 0.0169936661, 0.0015707711, 0.0181214977, 0.0225870982, 0.00693082483, 0.0134196626, 0.0140521619, -0.00938842911, 0.0290492624, 0.00772335473, 0.00348065351, -0.0127490601, 0.0286225155, -0.0111182779, -0.0138006862, 0.0267478786, 0.0173746906, 0.0246903505, 0.0160030052, 0.00725088501, 0.0104629165, 0.00803198386, -0.00478947069, 0.000585824251, 0.0069841682, -0.00222899, -0.024598904, -0.00311677554, 0.00311487052, -0.000635357399, -0.0222213138, 0.0106991511, -0.00408838643, -0.00649645785, -0.00561629236, 0.0146846613, -0.0209258329, 0.0123223132, -0.0195693877, 0.0202399902, 0.0135568306, 0.00671364134, -0.00688891253, -0.0196151119, -0.00473231683, -0.00445798, -0.00920553785, -0.0181824621, -0.0201942679, -0.0267783608, 0.0186092071, -0.024598904, -0.0410286561, -0.00584871694, 0.0016707899, 0.0126728555, 0.0236539654, 0.00316630863, 0.00435891375, 0.00856541749, 0.00834442396, -0.0236844458, -0.00333014899, 0.0277233, 0.0382548, 0.0057115485, -0.0178166777, 0.00402361248, -0.0134425238, -0.0189445093, -0.0192950517, -0.00239664037, -0.00237568421, -0.0121394219, 0.0201333035, -0.0247360729, 0.0395350419, 0.00693844538, 0.0351151638, 0.00456085615, 0.021962218, 0.00725088501, 0.00760142691, 0.0049228291, -0.011133519, -0.0188530628, -0.0166278835, -0.0191121604, -0.00413791975, -0.000910647155, -0.00762428856, 0.00601255754, -0.0130996024, 0.00436272379, 0.00960180257, 0.0153019205, 0.0316097438, -0.0114688193, -0.00927412231, -0.0108515611, -0.00899978448, 0.0249951687, -0.0206819773, 0.0160030052, -0.00385024655, 0.0148065891, 0.00735757174, -0.0156372208, -0.000337206176, 0.0222060736, -0.00635166885, -0.00994472392, 0.00307295797, 0.0081310505, 0.0116059883, -0.0295369737, -0.0242026392, -0.0276318546, 0.0209867973, 2.80930726e-06, -0.00344636128, -0.0161401723, 0.000118772296, -0.00694225589, 0.0171003528, 0.0343226343, -0.000740615244, -0.0185177624, 0.0169631839, -0.0163687877, -0.00316440361, 0.000717277522, 0.000287196774, 0.0189445093, 0.0167193301, 0.0168564972, 0.00432462152, 0.00644692453, 0.00199656538, -0.0344750434, -0.0204076413, 0.00558581064, 0.0171613172, 0.00107162981, -0.0155533962, 0.0126880966, 0.0284243841, -0.000112759262, 0.0134501439, 0.00385024655, -0.0191731229, 0.0154314684, -0.00224232581, -0.0348408259, -0.0208648704, -0.0185025204, -0.00419888366, -0.00291292788, -0.0100971339, 0.00444273883, 0.00289006648, 0.00435891375, 0.0280433595, 0.0185482446, -0.0144636678, -0.0199504122, -0.0215659533, -0.0132824937, -0.0260010716, -0.013625415, -0.00360829639, -0.0153628839, 0.00590968085, 0.00454180501, 0.00995234493, 0.0124975843, 0.00631737662, 0.00396645907, 0.00673650298, 0.00552103668, 0.000650122063, -0.00462182, -0.0167650525, 0.0130005358, 0.00304819131, 0.00157267624, -0.0204228815, -0.00316249859, 0.0126804756, 0.000664886727, 0.0328595, 0.0174508952, 0.0212763753, 0.00315868831, -0.0176185463, -0.00282148202, 0.01083632, 0.0173137262, 0.00824535731, -0.00389025407, -0.000225637603, 0.0203466769, -0.000592015916, 0.0145246312, -0.00128595566, 0.00240807119, 0.0118422229, 0.000842062873, -0.0026424008, -0.00143836532, 0.0507523865, -0.00335872569, -0.031914562, -0.0251780599, -2.89935379e-05, -0.00397026911, -0.00422174484, -0.00943415239, 0.0219317358, 0.0145246312, -0.00162506697, 0.012444241, 0.00996758603, -0.0135339694, -0.0129624335, 0.0139530953, 0.0150352037, -0.00779574923, 0.00919029675, 0.00357019412, 0.015972523, -0.0248275176, -0.0025319038, -0.00292626373, -0.0146236978, 0.0165974014, -0.00493044965, -0.00973135047, -0.00995996501, -0.019340774, -0.00232996116, 0.00539910886, -0.00721278274, 0.0502951555, -0.0144712878, 0.00843587, 0.0199046899, -0.00566582568, 0.0102419229, -0.0239892658, -0.0038807285, -0.0056239129, -0.0242483616, -0.0105010187, -0.0108515611, -0.0110877957, 0.018898787, 0.0198589657, 0.0266869143, 0.0371879339, -0.00603541872, 0.0135949329, 0.00356257358, 0.031945046, 0.0069117737, 0.0104248142, -0.00622593053, -0.0233643856, -0.0152790593, -0.0130157769, 0.00154409942, -0.0064850268, -0.0187768582, 0.0101580974, 0.0135873128, 0.00724326447, -0.017999569, 0.0158201121, -0.0207581837, 0.0351456441, 0.0153095406, 0.00744520733, -0.0272203479, 0.00274146697, 0.0174051728, -0.013038638, 0.00680127693, -0.00645454507, 5.16466025e-05, -0.00898454431, -0.00903788768, -0.000512477185, 0.00119736767, 0.0143646011, 0.0306190811, 0.0194931831, -0.028561553, 0.0203314368, -0.0279976372, 0.00483900355, -0.0299027562, -0.00317202415, 0.00844349, 0.0214897487, 0.0166888479, 0.00765096024, 0.0119108073, 0.0344445631, -0.0268545654, -0.0129700536, 0.0225108936, -0.0214897487, 0.00311106024, -0.0193712562, 0.00289006648, -0.0220689047, 0.017130835, -0.00192226563, -0.0125509277, 0.0376146808, 0.00702989101, 0.0201485436, 0.0107296333, 0.00465992233, 0.00567725627, 0.0132062891, -0.00606971094, -0.00804722495, 0.010539121, 0.0053457655, -0.0232272185, 0.0182129424, -0.00729660783, -0.00869496539, 0.0134272827, -0.0129776746, -0.0233643856, -0.00650788844, 0.00626403326, 0.0120555963, 0.022267038, 0.000199561269, -0.0142579144, 0.0139988186, 0.00634785835, 0.00976945274, -0.00428651925, -0.00758237578, 0.00382738514, -0.00479328074, -0.00380642898, -0.0172984861, 0.00976945274, -0.0119031873, -0.00876355, 0.0271289032, 0.0040007513, -0.00560486177, 0.00136978098, -0.0250256509, 0.000664886727, -0.00789481588, -0.00803960487, -0.0166126434, -0.0163840279, 0.0327375755, 0.0114611993, 0.000997330062, 0.00600493699, 0.00904550776, 0.00157267624, 0.0024252173, 0.00883975439, -0.0299179982, 0.00262334966, 0.00680508697, 0.0140064387, 0.0042788987, 0.00362353749, 0.00181081612, -0.0301923342, 0.00898454431, 0.0024252173, -0.00287863566, 0.0104781576, 0.0152180949, 0.0263211317, 0.03106107, 0.00489234691, -0.000933508563, 0.0181367379, 0.00182605709, 0.00841300841, 0.0142960176, -0.00299484795, 0.00178985985, -0.00469802506, -0.0187158938, -0.00486948574, -0.0102114407, -0.027982397, -0.0210630018, 0.0158658363, 0.0108287, 0.0039816997, -0.034414079, 0.00240616594, 0.0120632173, 0.0146694211, 0.00118784211, -0.000903503, 0.0120403552, 0.0120555963, -0.00823011622, -0.0152866794, 0.00805484597, 0.0157896318, 0.00435891375, -0.0109430067, -0.0217031222, 0.0272508301, 0.011125898, 0.0185787268, -0.0176185463, 0.0111030368, -0.0166431237, -0.0142426742, 0.00123451743, -0.000415316055, -0.00581823522, -0.0180605333, 0.000285291666, 0.00347493798, -0.0188073404, -0.00639739167, -0.0355419107, -0.0125052044, -0.0286072753, 0.0214897487, 0.0130919814, 0.00151171233, 0.0148065891, -0.00831394177, 0.0195236653, -0.0262601674, 0.00494188024, -0.00387120293, -0.0114840604, 0.00460657896, -0.00179748028, -0.0105772242, -0.0238063745, -0.00142693461, 0.00709085492, -0.0203924, 0.00838252623, 0.00909123104, 0.0129319513, -0.0111944824, -0.0219164956, 0.0115374038, 0.0272051077, 0.00600874703, -0.00646597566, 0.0254523978, -0.00758237578, -0.00121070351, 0.000581537723, 0.00529623218, 0.000439606345, 0.0029148329, -0.0286682397, -0.0108744223, 0.0176642686, 0.0169631839, 0.0232272185, 0.00912933331, 0.0175880641, -0.0132977348, 0.0140140597, -0.00794053823, -0.0166431237, -0.0286987219, 0.01083632, 0.0166126434, -0.0173289683, -0.0178166777, 0.0235167965, 0.00334920012, 0.0192950517, -0.00702227093, 0.0157439075, 0.0179386064, -0.0122308675, 0.000588205643, 0.00214325963, -0.00915219449, -0.00995996501, -0.0198589657, 0.0012602366, 0.00775764696, 0.00517049432, -0.023867337, -0.00896930322, -0.00818439387, -0.0126499943, 0.00104114786, -0.0108668022, 0.00454180501, 0.0144560477, -0.0307867322, -0.0066336263, -0.00169746159, 0.00411505811, 0.0124671021, 0.00465992233, 0.0201485436, 0.00369212171, 0.0236539654, 0.00269955443, -0.00808532722, 0.00142979226, 0.00759761687, 0.011164, 0.00229566917, -0.00510191033, 0.0135873128, -5.89694027e-05, 0.0127490601, -0.0021813619, -0.0425832309, 0.0077766981, -0.00307676801, -0.00336063094, 6.63219762e-05, 0.0219012555, -0.0146313179, 0.020514328, 0.00644311449, 0.000167174236, 0.00659171352, -0.0102647841, 0.0104476754, 0.0302990209, -0.0174508952, 0.00507904869, -0.00100304547, 0.00304247602, -0.0100285495, 0.00354542746, -0.0096932482, 0.0111716213, 0.03426167, 8.40634e-05, -0.00472088624, 0.012009874, 0.00723564392, -0.0204381235, -0.00508285919, -0.00654599071, 0.00617639767, 0.000151814209, 0.00579156354, 0.000297674938, -0.00422555534, 0.00296055572, 0.0214592665, -0.0265649874, 0.00949511584, 0.00408838643, -0.0317011885, -0.00682413811, 0.020803906, 0.00502951583, -0.0176033042, 0.00375689589, 0.00343112042, 0.0228919163, 0.00211849296, 0.00528099155, -0.00886261649, -0.0095484592, -0.00252428348, 0.0322498642, -0.0144179445, 0.0122080063, 0.0120632173, -0.00893882103, 0.0118117416, -0.00784147251, -0.00440082606, 0.0170241483, -0.00212801853, 0.00470945565, -0.0182739068, -0.00375499064, 0.0409067273, -0.0135568306, 0.00246903487, 0.0103409886, -0.00554770837, -0.00169936661, 0.020209508, 0.00498760305, -0.0358162485, 0.0032139367, -0.0102647841, 0.0117583983, -0.00326918508, 0.0280433595, -0.000349351292, 0.00417221198, -0.00438558543, 0.00930460356, 0.00372641394, 0.0187768582, -0.0197217986, 0.0118879462, 0.0076280986, 0.0112859281, -0.00246522482, -0.0095484592, -0.00167555269, -0.0085730385, -0.0149513781, -0.00795577932, -0.0240654703, 0.00196417817, 0.027677577, -0.0339873321, -0.00250142207, -0.00202514208, -0.00315678306, 0.00531147327, -0.0112249646, -0.00861114077, -1.06790885e-05, 0.0052886121, 0.00441225711, -0.02342535, 0.00467897346, 0.0140978852, 0.0213220976, 0.00241188146, 0.00757475523, -0.00933508575, 0.0106839109, 0.00607352098, 0.0232272185, 0.00710990606, -0.00342731015, 0.0220841467, -0.0230900496, -0.0042788987, 0.0291711912, -0.00992948283, 0.0111716213, -0.00184034545, -0.00421412429, -0.0124899643, -0.00495712133, 0.00474755792, -0.0108820433, -0.00515525369, -0.00484281406, -0.00478185, -0.00963228475, -0.016262101, 0.00674793357, 0.0189140271, -0.0200723391, 0.013770204, 0.00234901253, -0.0161554143, 0.0185787268, -0.0119870119, -0.0174813773, 0.0151952337, -0.00763571914, -0.0247055907, 0.0107067721, -0.0075595146, 0.0180605333, -0.0103333686, 0.00376451621, 0.0132748736, 0.0182129424, 0.00698035816, 0.0143950833, 0.0237911325, 0.00781099033, -0.00731184892, -0.0168717392, 0.00590968085, 0.0185634848, 0.00761666801, 0.0305123944, -0.00223851553, 0.0087178275, 0.00924364, -0.000624879205, -0.00779955974, 0.0118269827, -0.0279061906, -0.00355685828, -0.0269764923, 0.0172527637, 0.0057115485, 0.00385977235, 0.0337434784, 0.00654980121, -0.0171613172, 0.016551679, -0.0163230654, 0.00188892602, 0.00490758801, 0.0112325847, -0.0233186632, 0.00838252623, -0.0110649345, -0.0110039702, -0.00237568421, 0.0152409561, -0.00988376047, 0.0331338383, -0.0068546203, 0.018014811, -0.00407695584, 0.0137473429, -0.00556294899, -0.000931127171, -0.00253380905, 0.0123985177, -0.0290949866, -0.00302533, -0.01450177, -0.00222327444, -0.0126118911, 0.0112325847, 0.00288244593, 0.00973135047, 0.00435891375, 0.00493425969, 0.0410896204, -0.0105010187, -0.00219279272, -0.00181272125, -0.0201790258, 0.00685081, -0.0302990209, -0.00677460525, -0.00160982599, 0.0176185463, -0.00233758171, -0.0159877632, 0.00446560048, -0.0302837808, 0.00590206031, 0.00754427351, -0.00149456633, -0.0195846297, 0.00277766422, -0.00231281505, -0.00992186274, 0.0162316188, 0.00600493699, 0.0218860134, -0.00108210789, -0.0114383381, -0.00560867181, 0.010539121, -0.00639358116, 0.0146084568, -0.015522914, -7.93601357e-05, -0.00310725, 0.0347493812, -0.00352447131, 0.0206819773, -0.0174661353, -0.0173594486, -0.0025319038, 0.00992186274, -0.0035587633, -0.0239130612, -0.0065040784, -0.0047742296, -0.012147042, 0.000886833179, 0.0197217986, 0.00738805346, -0.0226175804, -0.000139430937, 0.00906074885, 0.00286720484, 0.00265954691, 0.0215811953, -0.00563153345, 0.0182891469, 0.0205752905, 0.00345017156, 0.0251628198, -0.0072775567, -0.00603160867, 0.00530385273, 0.0208343882, -0.00252999878, 0.00268621859, 0.00104210037, 0.0113849947, 0.0058449069, 0.0127185779, -0.0044236877, 0.012154663, 0.0250713732, -0.0117736394, 0.000707751897, 0.00845111068, 0.00755189406, 0.00369593198, 0.0145627344, -0.0103790918, -0.0164145101, -0.00225756667, -0.015972523, 0.0009101709, 0.00197941926, 0.0145474933, 0.00248999125, 0.00845111068, 0.0172070395, -0.00457609724, -0.0197675209, 0.0066907797, -0.000975421222, 0.00843587, -0.00259477296, 0.0046446817, 0.0181062557, -0.0119870119, 0.019477943, 0.00437415438, -0.0119946329, 0.00499141309, -0.00538005773, -0.000404361635, 0.0072775567, 0.0133663192, 0.00791767705, -0.0103714708, 0.00541053945, -0.0027814745, -0.00208610599, 0.0112021035, -0.00736138178, 0.00624879217, -0.00467135338, -0.00379499816, -0.00367116532, 0.0117431572, -0.00230709976, 0.0047018351, 0.00749474, 0.00172984856, 0.0108515611, -0.00275670807, 0.011278308, -0.00552484673, -0.010546742, 0.00353209162, -0.0270069744, -0.00297770184, 0.0225870982, 0.00329966703, 0.014791348, -0.0231967364, -0.0123985177, -0.000758713868, -0.0351151638, -0.0154467095, 0.0152561972, -0.0304057077, 0.0100285495, -0.010257164, -0.0292626359, -0.00262144464, 0.0249951687, -0.0261077583, 0.00102685939, 0.00627165381, -0.00760523742, -0.0187616181, 0.00753665296, -0.013617795, 0.0182586666, 0.01098873, -0.00967038702, -0.00532671437, 0.00204990874, -0.00182319945, -0.00219088746, 0.014356981, 0.0109963501, 0.00356257358, 0.00977707375, 0.0138235474, 0.00133548887, -0.00309962942, -0.0185177624, 0.00741853565, -0.0269612521, -0.000231472033, 0.0085501764, -0.00541435, 0.0210477617, -0.0148065891, -0.0119717717, 0.00128405064, 0.0124823432, 0.0119412895, 0.0149132758, 0.0255286023, -0.0151647516, -0.0207581837, 0.0113697536, 0.0192340873, 0.00847397186, -0.017420413, 0.0219469778, -0.0227852296, 0.0175880641, 0.00768906251, 0.00530385273, -0.0192645695, -0.0068546203, 0.0061954488, 0.017146077, 0.002930074, 0.0105086397, -0.00160220556, 0.0378280543, 0.0344750434, 0.00765858078, 0.00573822, -0.0070756143, -0.0128252646, 0.0100514106, 0.00242331205, -0.0052886121, -0.0150047215, 0.0110192113, 0.0259401072, -0.0044236877, 0.00813867059, 3.43814536e-05, 0.00634404831, 0.000130976972, 0.00947225466, -0.0203466769, 0.0143874632, 0.0313963704, -0.00326156477, -0.0135644516, -0.0297808293, -0.0169327036, -0.0132824937, -0.00135739765, -0.00794053823, -0.00331490813, -0.00600112649, -0.0215507131, 0.0206362549, 0.00775764696, -0.0050676181, -0.0153247816, 0.0374013074, -0.0154543296, 0.00446560048, 0.0102266818, -0.0102190617, 0.00883213431, 0.00803198386, 0.0219927, 0.00302533, -0.0102190617, -0.0203161947, 0.0104248142, 0.0178166777, 0.023714928, 0.0223737247, 0.0218250491, -0.00655742176, -0.0152561972, 0.0136330361, -0.0215507131, -0.02167264, 8.465875e-05, -0.000712514739, 0.00556294899, -0.00820725504, 0.0253914334, -0.0129014701, 0.0158048719, 0.000217421766, -0.00185844419, 0.0123070721, -0.00301389908, 0.00570011791, -0.0136711383, 0.00179081236, 0.0172527637, 0.021962218, 0.00701846043, -0.00280433591, 0.0036311578, 0.015972523, -0.00903026666, -0.0131224636, 0.0239892658, 0.00877879094, -0.0185787268, -0.000736328715, 0.00267859804, -0.0194931831, -0.0100818928, -0.03426167, 0.0230595674, 0.0181824621, -0.0317621529, 0.0105772242, -0.0121318018, 0.0129471924, 0.00635547889, -0.000675841176, 0.00408076635, 0.0227547474, 0.00251285266, -0.00909123104, 0.0114840604, -0.00067393604, -0.000621069, -0.00319488556, 0.00826059841, 0.0173746906, -0.000900645275, -0.0131986681, 0.0104781576, 0.0089921644, -0.0116059883, 0.0107448744, 0.00275099254, -0.00564296404, 0.0137397228, 0.012154663, 0.00540672941, -0.00388263375, -0.0186854135, 0.0109125245, -0.00291673816, 0.00880927313, 0.0127566811, 0.0163992699, -0.0201028213, -0.0110573135, 0.0197217986, -0.00163840281, -0.00892358, 0.0157896318, 0.0269460119, 0.0121089397, -0.0142731555, -1.84707296e-05, 0.00388453878, 0.00133644138, 0.0114688193, 0.0343836, -0.00566201517, 0.0198894478, 0.00951797701, -0.0253914334, -0.00940367, 0.0033530104, -0.0132672526, -0.0061954488, 0.00133834651, 0.028256733, 0.00525050936, -0.00021623107, -0.00819201395, -0.00939605, 0.000267431169, -0.0277995039, -0.0106229465, -0.0103333686, -0.0254981201, 0.0115526449, -0.00983803719, -0.00444273883, -0.0107982177, -0.00369021669, -0.0199656524, -0.0124823432, -0.0126042711, -0.0145551134, 0.000377689954, 0.0227242671, 0.0006520272, 0.0147837279, -0.00499141309, -0.00544864219, -0.00972373, -0.00528099155, -0.00297389156, -0.0137930652, -0.0219164956, 0.0195846297, 0.0139530953, -0.00567344623, 0.00231662532, 0.000260048808, 0.0146160778, 0.0116517115, -0.0271898657, 0.0200266168, 0.0130843613, -0.00382166984, 0.00948749576, -0.0151723726, -0.00446560048, 0.00135549263, 0.0252847467, 0.0133968005, -0.0212458931, -0.0170393903, -0.0219012555, -0.0175880641, -0.00728517724, 0.0112554468, 0.00865686312, 0.0139607163, -0.00566963572, -0.0239892658, -0.00804722495, -0.0135796927, -0.000510572048, 0.000250046956, 0.0197827611, -0.0125052044, -0.0108896634, -0.00499903364, -0.0118346028, -0.00140312058, -0.00503713591, -0.025345711, 0.00100876077, 0.0158048719, 0.00937318802, -0.0123375542, -0.00147932535, -0.0145246312, 0.0152257159, -0.000610114541, 0.00704132207, 0.00174223189, 0.0217336044, -0.0230138451, 0.00415697088, -0.0187311359, -0.00803960487, 0.00708704488, 0.00486948574, 0.0157743897, -0.00465992233, -0.00644311449, -0.00265573664, 0.0115450248, 0.00403123302, 0.00462944061, 0.00946463365, 0.0100666517, -0.0104476754, -0.032524202, 0.00183367764, 0.0326766111, -0.00680127693, -0.00688891253, 0.0340787806, -0.0230900496, 0.0137168607, -0.000420078868, 0.0024976118, 0.0189445093, -0.0101657184, 0.0163535457, 0.00265383162, 0.00428270875, 0.00631737662, 0.0127719212, -0.0173442084, -0.0248732418, -0.015682945, -0.000620592677, -0.00907599, -0.00428651925, -0.0107448744, -0.0104552964, -0.00457990728, -0.000121689511, -0.00659552403, -0.000147289553, -0.0176642686, -0.00883213431, 0.0224194471, 0.0145779746, 0.0174508952, 0.00829108059, -0.0104933986, -0.010104754, 0.0070603732, 0.00739186397, 0.00401980244, -0.0112249646, 0.00328823645, 0.0243702903, 0.0086797243, -0.0222822782, 0.00281195645, -0.00974659156, -0.0170546304, -0.019630352, -0.00155743526, 0.00166221685, -0.0327070914, 0.0131453248, -0.00503332587, -0.0141436076, -0.0198437255, 0.000404599763, 0.00525050936, -0.0116821928, 0.0174661353, 0.0129319513, -0.0125509277, -0.00579918409, 0.0136711383, -0.0033911129, -0.00691939425, -0.0139835775, -0.011278308, -0.00758618629, 0.0116745727, 0.0201028213, -0.0119108073, -0.00439701602, 0.00973897148, 0.0120632173, 0.0142731555, -0.00157172361, -0.00179557514, -0.00356638385, -0.0174966175, -0.0300856475, -0.00179081236, 0.0025261885, -0.017709991, 0.00322536752, 0.00182129431, -0.00286148954, -0.00074252038, -0.0239892658, -0.000113116475, 0.0143417399, -0.0132672526, -0.000576298684, -2.59423705e-05, 0.0114002358, 0.000371736445, 0.0136025539, 0.0184872802, -0.00132024789, -0.0218860134, 0.013473006, -0.0200875811, -0.00106877205, -0.000357686193, 0.00807008613, -0.00745663792, 0.0209867973, 0.0212306529, 0.013031018, 0.00692320429, -0.0195084251, -0.0133586982, -0.0420040749, 0.00508285919, -0.00355304801, 0.00587538863, 0.00599731645, 0.0121927653, 0.0146999024, 0.000695844938, 0.0321584195, 0.0136939995, 0.0121699041, 0.00269574416, 0.00415316084, 0.000455323578, -0.0294150468, -0.0227547474, 0.0192798097, 0.0178928822, 0.0095484592, -0.0239435434, -0.00983803719, 0.013183427, -0.00504475646, -0.0156981852, -0.00330347731, 0.0190816782, -0.00286339479, 0.0265802275, -0.0317316726, 0.000928269525, -0.0182434246, 0.00480852183, 0.00342921517, -0.028561553, 0.0014431281, -0.000634881086, -0.00291292788, -0.0249037221, -0.00154314691, -0.00435510324, 0.0135263493, 0.0236844458, 0.00600493699, -0.0124137588, 0.00762428856, 0.0274946857, -0.0051247715, 0.00792529713, -0.0158505943, -0.00611543376, -0.0180452932, -0.0104248142, -0.00946463365, 0.00893120095, -0.00664505688, -0.0104095731, 0.00351685076, 0.00861114077, 0.0114688193, 0.0295522138, -0.0116212294, -0.00399313075, 0.00272241584, -0.00812342949, 0.00750998128, -0.00686224084, -0.00544864219, -0.0108820433, -0.00313773192, 0.00844349, 0.0145398723, 0.00787957478, -0.0020937263, -0.00266907248, -0.0118727051, 0.0200875811, -0.00255476544, 0.0124823432, 0.00214325963, 0.00714800879, 0.0197827611, 0.000792529725, 0.0169631839, 0.0235930011, 0.00936556794, -0.0171918, -0.0321889, 0.0132748736, -0.00462563, 0.000517716224, 0.00609257258, 0.000566296803, 0.000342683372, 0.00461801, -0.0132901138, -0.00264811609, -0.00974659156, -0.0149589991, 0.0118269827, 0.00635547889, 0.00316821388, -0.00920553785, 0.00616496708, -0.0115526449, -0.00417983253, -0.0370660052, -0.00760142691, -0.02548288, -0.00458752783, 0.00940367, 0.0332557671, -0.00494188024, 0.0110115912, -0.00527718104, 0.0095484592, -0.00454180501, 0.005052377, 0.017709991, -0.00167460006, 0.00160982599, 0.00920553785, -0.013473006, 0.0162773412, -0.0131681869, -0.00354733272, -0.00552865677, -0.00132310553, 0.0223889649, -0.0114002358, -0.00979993492, -0.0178014375, 0.00257572159, 0.012429, -0.00671364134, -0.0162163787, 0.00105829397, 0.00664886739, 0.0088473754, -0.00262525468, 0.00537624722, 0.0163840279, -0.0196455922, 0.00935794692, 0.00583347632, 0.000370545749, -0.0240959525, 0.00864162203, 0.00565058459, -0.0256048068, -0.00255667046, -0.0206362549, -0.00918267667, 0.00117355364, 0.00769668305, -0.00741472514, -0.0228157118, -0.00215469021, 0.00640882226, 0.00781861, 0.0132672526, 0.0186854135, 0.000845396833, -0.00472469674, 0.0110725546, -0.00810056832, -0.0178928822, 0.00248427596, -0.00880165212, -0.010112375, 0.00993710384, -0.00835966505, -0.00674031302, -0.00634404831, 0.0109582478, -0.0101276152, -0.00789481588, -0.0122842109, -0.0145855956, 0.00854255632, 0.0326156467, 0.015957281, 0.0144789089, -0.0165059566, 0.00718230056, 0.00571535854, -0.00488853687, 0.0117431572, 0.0380109474, -0.00722040329, -0.000736328715, 0.0148218302, 0.0243245661, -0.00265002134, -0.00243283762, 0.0209867973, 0.00125452119, -0.00926650129, -0.016536437, 0.00150123425, -0.00439320551, 0.00540291891, -0.0119412895, 0.00112021028, -0.0104400553, -0.00909885112, -0.0138692707, -0.0248427596, 0.0213220976, 0.00973897148, 0.0161706544, 0.0244007707, 0.00848159194, -0.00768906251, 0.0126271322, 0.014212192, 0.0059325425, -0.020514328, 0.0232576989, 0.0102190617, 0.0406628735, 0.00622974103, -0.00205943431, 0.010546742, 0.00261382409, -0.00338920765, -0.0266716741, 0.0255590845, 0.0130843613, 0.0121241808, -0.00721278274, 0.0042750882, 0.0215811953, 0.0248275176, -0.0126347532, -0.0124594821, 0.00142502948, 0.0138387885, -0.00301961461, 0.0178319197, 0.0127566811, 0.0423698574, 0.0167193301, -0.00654218066, -0.0118803261, 0.0042788987, -0.00918267667, -0.0162773412, -0.0218707733, 0.0169174615, -0.00564677455, 0.00133358373, 0.0208801106, -0.0289425757, 0.0116517115, 0.0168869793, -0.0150961671, 0.00600112649, 0.00751379179, -0.00231662532, -0.00158886972, 0.000306247966, -0.0124747232, -0.00551722618, -0.00424079597, 0.0142579144, -0.0221755914, -0.00117450627, -0.010257164, -0.00157839153, -0.00944177248, 0.00271098525, 0.00815391168, -0.00664124684, 0.00219850801, -0.00239664037, 0.0123223132, -0.0073537617, 0.0220536646, -0.0200570989, 0.0141512286, -0.0149666192, -0.017999569, -0.0183653533, -0.00431319093, -0.00775002642, 0.00996758603, -0.0209563151, -0.00466373283, 0.0174966175, -0.00478185, 0.0212916154, -0.0179538466, 0.00477041956, 0.0060659009, -0.0230900496, -0.00776526751, 0.0150961671, -0.017999569, -0.00393978739, 0.00709085492, 0.00912933331, -0.0230748076, 0.00189368881, -0.0152257159, 0.00497998251, -0.0365173332, -0.0158201121, -0.0236387234, -0.00315106777, -0.0113316514, 0.00779193919, -0.0110649345, -0.015667703, -0.020514328, -0.0188530628, -0.00691558421, 0.0011716485, -0.028256733, 0.0135873128, 0.0117355362, -0.00204228819, -0.00340063847, -0.0104629165, -0.0186549313, 0.00678603584, -0.00579537358, 0.0195389055, 0.0201028213, 0.0112097235, -0.0103333686, -0.00403504306, -0.0155076729, -0.00668696966, 0.0016765052, -0.0073309, -0.00413791975, -0.0156524628, -0.00574584072, -0.00805484597, -0.0297655873, 0.00356828887, 0.00883975439, 0.00171841786, -0.00452275388, 0.00523145823, -0.00240045064, -0.00135168235, 0.00269193389, 0.017146077, -0.00987613946, 0.00791767705, 0.00590206031, 0.0122156264, 0.018746376, -0.0130767403, -0.0074109151, -0.018014811, -0.0126499943, 0.0313049257, -0.020788664, -0.0135492105, -0.00193369633, -0.0212916154, -0.0154848117, -0.0250104088, 0.00144503324, -0.0195998698, 0.00963228475, -0.00367307058, -0.00248427596, -0.000776336237, 0.0184263159, 0.00142312434, 0.0652312934, 0.0261992048, -0.01083632, -0.03075625, -0.0026366855, -0.0122308675, -0.0312744416, 0.0417602211, -0.0115450248, 0.0380414277, 0.0118346028, 0.00142883963, -0.00277194893, 0.00566201517, -0.00718230056, -0.00273194141, 0.00465611229, -0.0148599325, -0.0110115912, 0.0213373397, 0.00973897148, -0.0160182454, 0.020803906, -0.00764714973, -0.0287444443, 0.00166697963, -0.0193560142, 7.48950115e-05, -0.00996758603, -0.00239473535, -0.00714419829, 0.0184720401, 0.00555532845, -0.0227547474, -0.0294455271, 0.00628689444, -0.00520859705, 0.0148370713, 0.0014936137, -0.0162011366, 0.0157439075, 0.0150123425, -0.000847301912, -0.00199656538, 0.00869496539, 0.0161249321, 0.00359115028, -0.000339825696, -0.00273384666, -0.00540672941, -0.00734995119, -0.0220231824, -0.00559343118, -0.00579156354, 0.00320441113, 0.010257164, 0.015682945, 0.0074261562, -0.0142198121, 0.000210634782, 0.0241111927, 0.00916743558, -0.0084053874, 0.0329204649, 0.0272355899, -0.0178471599, -0.0140140597, -0.00684699975, -0.00480471132, 0.0111030368, -0.00865686312, -0.0169022214, 0.0155991195, 0.00172032299, -0.00603160867, 0.0155000528, 0.00926650129, 0.0110039702, 0.0290949866, -0.0169631839, -0.00959418248, 0.00703370152, -0.0121927653, -0.00629451498, -0.0179386064, -0.00364258862, -0.0203619171, -0.00109163346, -0.00338539737, 0.020803906, 0.00311868079, 0.0251475777, -0.0204228815, 0.00337777706, -0.00248999125, 0.0102647841, -0.0269002877, -0.00775764696, 0.0196608342, 0.0103714708, 0.0193712562, 0.00880927313, 0.000278147461, 0.0104171941, 0.000553913531, 0.017572822, 0.00391311571, 0.0125204455, 0.0193560142, 0.0182434246, -0.000249570672, 0.00529623218, 0.00919029675, 0.0348103456, 0.00694606593, 0.00567725627, -0.00622974103, 0.0148523124, -0.00193845911, -0.0113697536, 0.00725469552, 0.00583728636, -0.00786433369, 0.00263859052, 0.00307867327, -0.00446179, 0.0156981852, 0.0188225806, 0.00900740549, -0.00613448489, 0.00386358239, -0.0115221627, 0.0215354711, -0.00756713515, -0.00273194141, 0.0187158938, 0.00216612103, -0.0195236653, 0.010981109, 0.0212154109, 0.0122461086, -0.00851969514, 0.00675174361, 0.0202552304, -0.00806246605, 0.00434367266, 0.0119336685, -0.00365973474, 0.000406028616, 0.0104857786, 0.000995424925, 0.0139530953, 0.0129471924, -0.0188378226, -0.00147932535, -0.00810056832, 0.00802436378, -0.0178776421, 0.0085501764, 0.0168564972, -0.00737281283, -0.00134691957, 0.00675555412, 0.000763952965, 0.0207429416, -0.00424079597, 0.00592492195, -0.0163992699, 0.0257572159, -0.0139607163, 0.0175118595, -0.00299294293, 0.018883545, 0.0122918319, 0.0123146931, 0.0287596844, 0.00627546385, -0.0285767931, -0.0168107748, -0.00668696966, -5.27777665e-05, 0.00302342465, 0.0248884819, 0.0574888885, 0.0157743897, -0.017435655, -0.00424460648, -0.0052695605, -0.0176185463, -0.00170889229, -0.0100437906, 0.0138845118, -0.0152942995, 0.00325013394, -0.0268393252, -0.00200990122, 0.0150428237, -0.0183653533, -0.00502951583, 0.00177938165, 0.00687748147, -0.0108134588, 0.00290721236, 0.00162220933, 0.00583347632, 0.013320596, 0.02548288, 0.0029148329, 0.0156372208, 0.00666410802, 0.0102419229] |
26 Dec, 2024 | JavaScript- Make a Textfield Required if a Checkbox is Checked
26 Dec, 2024
To make a text field required based on whether a checkbox is checked, you can use JavaScript to dynamically toggle the required attribute of the text field. This ensures users are prompted to fill out the field only when the checkbox is checked.1. Using required Attribute with change EventThis method uses the required attribute with the change event to toggle the requirement of a text field based on the checkbox state. When the checkbox is checked or unchecked, the required attribute is added or removed from the text field accordingly.
HTML
<!DOCTYPE html>
<html lang="en">
<body>
<form id="myForm">
<label>
<input type="checkbox" id="myCheckbox"> Make text field required
</label><br>
<input type="text" id="myTextField" placeholder="Enter text"><br>
<button type="submit">Submit</button>
</form>
<script>
document.getElementById('myCheckbox').addEventListener('change', function () {
const textField = document.getElementById('myTextField');
textField.required = this.checked;
});
</script>
</body>
</html>
2. Custom Validation with AlertsThis method shows an alert if the text field is empty when the checkbox is checked. It prevents form submission and alerts the user to fill in the required field before submitting.
HTML
<!DOCTYPE html>
<html lang="en">
<body>
<form id="myForm">
<label>
<input type="checkbox" id="myCheckbox"> Check to make the field required
</label><br>
<input type="text" id="myTextField" placeholder="Enter text"><br>
<button type="submit">Submit</button>
</form>
<script>
document.getElementById('myForm').addEventListener('submit', function (e) {
const checkbox = document.getElementById('myCheckbox');
const textField = document.getElementById('myTextField');
if (checkbox.checked && textField.value.trim() === "") {
e.preventDefault(); // Prevent form submission
alert("Please fill in the required field before submitting.");
}
});
</script>
</body>
</html>
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked | https://www.geeksforgeeks.org/javascript-make-a-textfield-required-if-a-checkbox-is-checked?ref=asr10 | CSS | JavaScript- Make a Textfield Required if a Checkbox is Checked | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0172053222, -0.00581575092, -0.00592571916, 0.0515279956, 0.0393120907, 0.00377034117, 0.0116629219, 0.00593514508, -0.058012981, 0.00881631393, 0.00899226312, -0.00985944178, -0.0126746297, -0.0583146103, 0.0209253933, -0.0238536913, -0.0087346239, -0.00696256338, -0.0104501285, 0.0154961022, 0.00826961454, 0.0299867801, 0.0129699735, 0.0399656147, -0.0357931033, 0.0147294654, -0.0066860714, 0.00674262643, -0.0124546932, 0.00720763532, -0.00948869158, 0.0133093037, -0.0415994301, -0.0609287098, -0.0131207872, -0.0182861537, 0.0118200192, 0.023778284, -0.0666093603, 0.0183489937, 0.0174566787, 0.0132087618, -0.00290473364, -0.0113424426, -0.00891057309, 0.017858848, -0.0210133679, -0.0364214964, -0.0173812732, -0.00940071698, -0.00825076271, -0.0160867888, 0.0216668937, 0.0227100216, 0.0245700553, 0.0152573138, -0.0257639978, -0.0247837082, 0.0218177065, 0.00550155621, 0.0311430171, -0.0163758472, -0.00424477551, -0.0099537, -0.0242935643, 0.0114241336, -0.0263169799, 0.00263766781, -0.0173058659, 0.0344609171, -0.00230776286, -0.00879117846, -0.0160616525, -0.0123352995, -0.0236023348, -0.0010054243, -0.00902996678, 0.00851468649, -0.00595085509, 0.0208751224, 0.0142267533, -0.0365974456, -0.0100919465, 0.00157411734, -0.00696256338, 0.0160616525, -0.0268699639, -0.0335057639, 0.00386459962, 0.00689344, -1.11011504e-05, -0.00224963692, 0.0121342139, 0.0288556777, -0.0142644569, 0.0501958057, -0.00683688512, -0.0143524315, -0.0454954505, 0.0132087618, 0.0276240315, -0.00136439223, -0.0313441, -0.0350390375, -0.0106386459, -0.0354160704, 0.0267442856, 0.00948240794, 0.0541923679, 0.00374206342, 0.00019362272, -0.0145912198, -0.0297102872, 0.00674262643, -0.0232001655, -0.00840157643, -0.0153075848, -0.020573495, 0.0166523401, 0.00651640631, -0.0312184244, 0.0223204195, 0.0288808122, 0.0438113622, -0.0238788258, -0.0083073182, -0.0115246754, -0.034787681, 0.0379044972, 0.00410024589, 0.0224335287, -0.0182107482, -0.0117886, 0.0265432019, 0.0460484326, 0.0385328867, 0.0401918367, 0.0179845262, -0.0333549492, -0.0139753977, -0.0477325171, -0.0166649073, 0.0168408565, 0.0455457196, 0.00515279965, 0.0274732187, 0.00913051, 0.00850840285, -0.0157097541, -0.0165015254, -0.00113188778, -0.0291824397, 0.0210259352, 0.0257891323, 0.0535891131, 0.00818792358, -0.0216166228, -0.00739615224, -0.0182735864, 0.0229739454, 0.012750037, -0.0222827159, 0.0223581232, 0.0310173389, -0.046676822, -0.027925659, -0.00615508156, 0.040041022, -0.0370750204, 0.0200079437, -0.0455457196, 0.00465951301, -0.0124546932, -0.0162376016, -0.035340663, 0.0133972783, 0.0158354323, -0.0363460891, 0.0389853269, -0.0225340724, 0.00192444492, 0.00256226095, 0.0184872393, -0.0277748462, 0.0122598922, -0.00495485635, -0.00333675183, -0.010261612, -0.0191030614, -0.0181353409, -0.0597724728, 0.0450932793, 0.0276743043, 0.0324249342, 0.0259148106, -0.00781717338, -0.0437108204, 0.00343415234, 0.0169413984, -0.0108271623, -0.0155463731, -0.0205357913, -0.0343603753, 0.0124986805, -0.0108020268, 0.00251198979, 0.0256131832, -0.0438113622, 0.0129197016, -0.0176326279, -0.017971959, 0.0492155179, -0.000374284893, -0.0476068407, -0.029257847, -0.0324752033, -0.0246203262, -0.0429818891, -0.0302884057, 0.00593514508, 0.0199953746, 0.0332795456, -0.0537399277, 0.0307911187, -0.027096184, -0.00963322166, 0.0299867801, -0.0286545921, 0.0326762907, 0.00533189066, 0.0153955594, 0.0140382368, -0.0233258437, 0.0230242163, -0.017645197, 0.0164386872, 0.0171299167, -0.0445654318, 0.0128128761, 0.0334303565, 0.0397142582, -0.0423535, -0.0530864038, -0.0259650815, 0.00916192867, 0.00473492, -0.0263169799, -0.00700655067, -0.00528161926, -0.0408705, -0.0099537, -0.000860109052, -0.0231121909, 0.0247837082, 0.0199325364, -0.0157977287, -0.0127249015, -0.0107454723, -0.0172932968, -0.0185249429, -0.000899383449, 0.0231247582, 0.0130202444, -0.00654782588, 0.0168408565, 0.000664522639, 0.0132464645, -0.0269705057, 0.02156635, -0.0195052307, 0.0640455261, -0.0143021606, 0.0506482497, 0.0207997151, -0.0160993561, 0.0150687965, -0.0128442952, 0.0278251171, -0.0102804629, 0.00935673, -0.0238536913, 0.0239416659, 0.036446631, 0.0204855204, -0.0163381454, 0.000777632871, -0.00823819544, -0.00448670564, -0.00984687451, 0.00596342282, -0.0257388614, -0.0372761041, -0.0208751224, 0.00383003824, 0.0671623424, 0.0115937991, -0.00436416967, 0.00798683893, 0.00291258842, -0.00430761464, -0.0668607131, -0.0891811326, -0.0166020691, 0.0383066647, 0.00843928, 0.0414486155, 0.0382563956, -0.039538309, -0.00892314, -0.0366477147, 0.00452440931, 0.0128380116, -0.0261158962, 0.0252612848, -0.0135103893, 0.0114052817, 0.00585973822, 0.010783175, 0.0168785602, -0.036949344, -0.030414084, -0.0110156797, -0.0215286482, 0.0470035858, 0.0365471728, -0.0159736779, 0.0147546018, -0.00572463451, 0.0342849679, -0.036220409, -0.044515159, -0.0240924787, -0.0245449208, 0.00331790023, -0.0227602925, -0.0367733948, 0.0113047389, -0.0161873307, 0.00575919589, -0.0165517963, 0.0328271, 0.0248842519, -0.0469533131, 0.00781088974, 0.0147294654, -0.0319473557, 0.038658563, 0.0139251268, -0.0286545921, -0.00130233867, 0.000944941712, 0.020297002, 0.0199828073, -0.0135732275, 0.023451522, 0.00750297867, -0.00507739279, -0.00809366535, -0.0511006899, -0.0144404061, 0.0191030614, -0.00295500481, 0.0148928473, 0.00511195417, 0.0159234069, -0.0627384782, -0.0154458303, -0.00241144723, 0.0169162638, -0.0315703228, -0.00818792358, -0.00448670564, 0.00979031902, 0.000913522206, -0.0327768326, 0.0160113815, -0.045520585, 0.00781088974, -0.0500701293, 0.0312686935, -0.0431578383, 0.0449424647, 0.0355920196, 0.0209505279, 0.009595518, -0.0130328126, -0.0152950166, 0.0186506212, 0.00469407439, 0.0354160704, -0.0473554842, 0.0626882, -0.014490677, -0.005448143, -0.0134852529, -0.0107329041, -0.000382532511, -0.0267945565, 0.056856744, -0.0276240315, 0.0307911187, -0.0351898484, -0.0187385958, -0.00269736489, 0.0121467821, -0.0289310832, -0.0340838842, 0.000751711777, 0.00979660265, 0.00725162262, 0.00473492, -0.00356611423, 0.00561780808, -0.00294086593, 0.0420518704, 0.00508053461, -0.00445214426, 0.0334806293, -0.00893570855, 0.0142393215, 0.0318970867, 0.0243941061, -0.00449613156, -0.0265432019, 0.0125678033, 0.00136517768, -0.0159359742, 0.0153955594, 0.0408956334, -0.0427808, -0.018361561, -0.034787681, -0.0222952832, -0.0410464481, 0.0325506106, 0.0210008, 0.0343352407, -0.0222450122, 0.00923733599, 0.00645356718, 0.0054041557, 0.00852097105, -0.0191784687, -0.00312624103, -0.0388596468, -0.00644728309, 0.0101547856, 0.00693114381, 0.00414423319, 0.00764750829, 0.021679461, -0.0211767498, -0.0537399277, 0.00488259178, -0.0344357826, -0.015873136, -0.00649127038, 0.00943842065, -0.00639701216, -0.033405222, 0.0107517559, 0.0183364246, 0.00906767, 0.0152824493, 0.0241176151, -0.0303889494, -0.0421272777, 0.0343352407, 0.0200079437, -0.0135103893, -0.0138999904, -0.00317494129, 0.00196214835, 0.024670599, 0.0107077686, 0.0127563206, -0.0103055993, -0.0202844348, -0.0107454723, -0.0304894913, 0.00920591597, 0.0378039517, 0.0123855704, 0.0211516134, 0.0308413897, -0.0289059486, 0.0535891131, 0.0358685106, 0.0321735777, -0.00364466314, 0.0113487262, 0.014767169, -0.00239259563, -0.0198696982, 0.0378542244, 0.00454640295, -0.00790514797, -0.0429818891, 0.00494228862, 0.00528790336, 0.00395571627, 0.0180473663, -0.0217297319, 0.0232001655, -0.00906138681, 0.0223078504, 0.00153013, 0.0289059486, -0.00203755521, -0.00815022085, -0.00632160529, -0.00817535631, -0.0158982724, 0.030087322, 0.0234389529, -0.0130328126, -0.00111382164, -0.00778575428, 0.00610795245, 0.0156217795, 0.0106889168, -0.00720135123, 0.0154961022, -0.00948240794, 0.00230462104, 0.00930017419, 0.00580318319, 0.00216637505, 0.00776061881, -0.0129825408, -0.0271464549, 0.0279759299, 0.0109025696, 0.00121357851, 0.00728932628, -0.00745270727, 0.00746527547, -0.00864036474, 0.0100919465, -0.0237531494, -0.0479587391, 0.00151834777, -0.0512766391, 0.0182107482, -0.0214281045, 0.0216291901, 0.0298862364, -0.00309325056, -0.000670413778, 0.03815585, -0.0157348905, 0.030213, 0.0122850277, 0.0163255762, 0.0195555016, -0.000804339419, -0.00669863913, -0.00148221536, 0.00238159881, -0.034787681, 0.0129825408, -0.045520585, 0.0469281785, -0.0199953746, 0.013384711, 0.00268322602, 0.0299113728, 0.0219308175, 0.0185249429, 0.00926247146, -0.00469721667, -0.0079805553, 0.0347625464, -0.00165266613, 0.00886030123, 0.00258896756, 0.0206866041, 0.0109842606, 0.031243559, -0.00142330374, 0.002813617, -0.0403677858, 0.0239793696, -0.0177457388, -0.00417565275, -0.00394000625, -0.0103935739, -0.0123227313, -0.0362455472, 0.00576548, 0.0208625533, 0.0155840768, -0.00325191906, 0.022069063, 0.0169288311, -0.00113345881, -0.0375777334, 0.0199953746, 0.000858538086, -0.0281016082, -0.0142393215, 0.0194549598, 0.0136989057, 0.0490647033, 0.0261158962, -0.003387023, -0.00855867378, -0.027598897, -0.00669863913, 0.0066420841, -0.0265432019, -0.0281518791, -0.00250727683, -0.0125866551, -0.0209756643, -0.0315703228, -0.000318711653, 0.00217265915, -0.00199199677, -0.018638052, -0.00577490591, -0.040267244, -0.00347185577, -0.00659809681, 0.00588487415, 9.1018388e-05, -0.0186254848, -0.0176074933, 0.0135857956, -0.0469784513, 0.00150735094, -0.0226974525, -0.0165643655, 0.0149305509, 0.0173687041, 0.0147797372, -0.00316080265, 0.0195680708, 0.0110282479, 0.0114052817, 0.0173184332, 0.0405688696, -0.0218302757, 0.105167381, -0.00533189066, -0.000125579856, -0.0210887752, 0.0229739454, 0.0293081179, -0.038105581, 0.00264395168, 0.00666721957, 0.0109654088, 0.00150499446, -0.0339582041, 0.0228105634, -0.03152005, 0.000856967119, -0.021352699, -0.0201838929, -0.0200456474, -0.0169413984, 0.00280419108, -0.0261913035, -0.00975261535, 0.0052627679, 0.038658563, 0.00865921658, -0.0200456474, -0.00329590659, 0.00340901664, -0.0264929291, -0.0524831489, 0.025939947, 0.0012080801, -0.0338325277, -0.0116315018, 0.0224083941, 0.0191156287, 0.00752811413, -0.0112356162, 0.00681803329, 0.0365974456, 0.0211139098, -0.00826333091, -0.000350720278, -0.0374771915, 0.0099662682, -0.0355417468, 0.0224586651, 0.0243312679, -0.0172178913, 0.0344357826, 0.0226848852, -0.0123667186, -0.0140131013, -0.00449927384, -0.0177080352, -0.013548092, 0.0126746297, 0.00562409218, -0.0139502622, -0.00377348298, 0.000176931106, -0.0291824397, 0.0435348712, -0.00562095037, 0.00896084402, -0.00829475, 0.0207620114, 0.00677404599, 0.00493286271, 0.00592886144, -0.0209379606, -0.0257639978, -0.00917449687, 0.0313692391, -0.00759723736, -0.027598897, 0.00543871708, -0.0332041383, -0.00551412394, 0.0168534238, -0.0206866041, -0.0253995303, -0.0229865126, 0.0119394129, 0.0229111053, -0.00737101678, -0.00352212694, -0.00512766372, 0.0409961753, 0.0120525239, -0.00686202059, -0.0294337962, 0.00248685409, -0.0372006968, 0.0223706905, 0.0042353496, -0.00243344088, -0.00295814686, 0.00499570183, -0.0219308175, 0.0111036543, -0.0177834425, -0.00608281698, -0.00574034406, 0.00755325, 0.00585345458, 0.000752889959, -0.0132338973, -0.025939947, 0.0311681535, 0.000718721247, 0.0235017929, 0.0338827968, -0.0165015254, 0.0091682123, 0.0156720504, -0.00694999518, -0.00168094377, 0.0252110139, -0.0281267446, 0.0475565679, -0.0197188836, 0.00243658293, -0.0298108291, -0.0222701486, 0.0142393215, 0.0387591049, 0.0300119147, -0.00447728, 0.0369744785, 0.00685573695, -0.00874090753, -0.0199702401, -0.000686909, -0.0370498858, 0.00723277079, -0.000320282619, 0.0250476319, -0.0264677946, -0.0134852529, -0.0140759395, -0.000133434733, 0.00353469467, -0.00172493106, 0.000993642, 0.0289059486, 0.0110848024, 0.00363209518, 0.0171801876, 0.0221319012, 0.0268951, 0.0218679775, -0.0280764736, 0.0305146277, -0.00470664259, 0.0418507867, -0.067313157, 0.00141701987, 0.00212867162, 0.00156390609, -0.000411988323, 0.0099662682, 0.0258896761, 0.000212474435, -0.00161653373, -0.0138622876, 0.0249847937, -0.00889172126, -0.00486688176, 0.00611737836, -0.0325757451, -0.0194046889, -0.0226597507, 0.0246957336, -0.014603788, 0.0112670362, 0.036145, -0.0099537, -0.00312467013, -0.00732074538, -0.0277497098, 0.00194329664, 0.0141387787, 0.0285540503, -0.0433086492, 0.011889142, -0.00591943553, -0.0307911187, 0.017418975, 0.00317337038, 0.00187574467, -0.00782974157, 0.000223667623, -0.0122221885, 0.0174064077, 0.033907935, 0.00791143253, 0.000308500312, 0.027925659, -0.0207871478, -0.0129322698, -0.0258896761, 0.00298642437, 0.0121530658, 0.0185752138, 0.000395885814, -0.0112293325, 0.0288808122, 0.0122096213, 0.0123101631, -0.00538844569, -0.000675519463, 0.0180599336, 0.0239668023, -0.00578747364, 0.0176074933, -0.0111287897, -0.0159234069, 0.0335811712, 0.000131569192, 0.0262415744, 0.0190653577, -0.0592697598, 0.0124484096, -0.0399907492, -0.0230996236, 0.0158982724, -0.0130956518, -0.011285888, -0.0160365179, -0.00827589817, 0.000181349475, -0.0114744045, -0.0491903834, 0.0137114739, -0.0153578557, -0.0121216467, 0.00153641403, -0.00945098791, -0.025500074, 0.0070568216, 0.00532246474, 0.0217045974, -0.0271213204, -0.00757210143, 0.0313189663, -0.0151567711, 0.0248088446, -0.00638444442, 0.0225717761, -0.0431829728, 0.0390104614, 0.0340838842, -0.033128731, -0.0244192425, 0.0128065916, 0.0230367836, 0.0083827246, 0.0257891323, 0.0146666272, -0.0171927549, 0.0135355247, -1.94530949e-05, -0.0234138183, -0.0251356065, 0.0258142687, 0.0301124565, -0.00971491169, 0.0554994196, -0.0274229478, -0.00804967806, 0.0124798287, -0.0296600163, -0.00814393628, -0.00199513882, -0.045520585, 0.00788629707, -0.0177960098, 0.0154709658, -0.0149305509, 0.0375525951, 0.00788629707, -0.010783175, 0.0122096213, -0.01974402, -0.0261661671, -0.0142393215, 0.0213149954, 0.00562095037, 0.0058943, 0.00692485971, -0.0257639978, -0.0188140012, -0.00643471535, 0.0109465569, -0.0393623598, -0.0246454626, 0.0295594744, -0.0132213291, -0.018801434, -0.00850840285, -0.0186757557, 0.010424993, -0.0138874231, -0.00491401134, 0.00974004809, 0.00378919276, 0.0359187834, 0.0181604754, 0.00938814878, -0.0225843433, -0.0313441, -0.0223204195, -0.0173938405, -0.00519678695, 0.0160867888, 0.0200582147, -0.0421524122, -0.00619278522, -0.0114555527, 0.00438616332, 0.00957666617, -0.0118011674, -0.0056712213, 0.000468936167, 0.0150185255, -0.0215286482, -0.00214595255, 0.0243187, 0.0234263856, 0.0107266204, -0.0136863384, -0.00703168614, 0.0247837082, -0.0336565785, -0.00780460611, 0.0288054049, -0.0157348905, 0.00366351474, -0.0177080352, 0.00289373682, 0.0296851527, -0.000629568414, 0.0189396795, -0.022898538, 0.0228482671, 0.0205986295, 0.00317808334, -0.0145409489, -0.00527533563, -0.00215066527, -0.0187637303, 0.00934416149, 0.0342598334, -0.0248591155, -0.0440627187, 0.0130076762, -0.013937694, -0.00406254269, -0.0112670362, 0.0382563956, -0.0332795456, 0.0206111986, 0.000123616133, 0.0297102872, 0.0160239488, 0.0305397622, -0.0219936557, -0.00240045041, 0.00320636085, -0.00209253933, -0.0522820614, 0.012944838, -0.0012120076, 0.0119456975, 0.00776690245, 0.0200456474, 0.00693742745, 0.00110832322, 0.0276491679, -0.00156704802, 0.000270207762, 0.0119331293, -0.000433981972, 0.0142895924, 0.0167528819, -0.024997361, 0.0141010759, -0.00665465184, -0.0181479082, 0.00462809345, 0.00201556156, 0.00410653, -0.00372006977, -0.0484865867, -0.00879117846, 0.0181981791, -0.00920591597, -0.0138748549, -0.0226974525, 0.0102490438, -0.0225340724, 0.00647241902, -0.0160742216, -0.00623991434, 0.00755325, 0.00659181317, 0.00893570855, 0.00324877724, -0.00495171454, -0.0117886, 0.00563980173, -0.00104862615, -0.0178337134, -0.00507739279, 0.0421021432, 0.0250979029, -0.0151693393, -0.0149556864, -0.013987965, -0.0110282479, -0.00186317682, -0.00327077089, -0.0163884163, -0.0126683461, 0.00613308791, 0.0021695171, 0.002232356, 0.00505539915, 0.0165643655, -0.0175446533, 0.0267945565, -0.0146163553, -0.00362581131, 0.0116189346, 0.0145660844, -0.0123918541, -0.0179468226, 0.00986572541, 0.00473177806, 0.01808507, -0.00986572541, -0.0156469159, 0.00228576921, -0.0120273884, -0.00899854768, 0.00361010153, -0.00863408111, -0.0101924883, -0.00990971271, 0.0264426582, 0.012360435, -0.0174064077, 0.00134868245, 0.0741500407, 0.0046500871, 0.0100416746, -0.017858848, -0.0146666272, -0.0317211375, -0.0095640989, 0.00811880082, 0.010230192, -0.0358182415, 0.00276648765, 0.031696, -0.0115183918, 0.0189019758, -0.018751163, 0.0381307155, -0.012944838, 0.0134726856, 0.0196686126, -0.00858381, 0.00190245127, -0.00136753416, -0.0108271623, -0.022898538, 0.00684945285, 0.00992228091, 0.00935673, 0.0051685092, -0.00652897405, 0.0156971868, -0.0106260777, 0.0179091208, 0.0248716827, -0.00823191088, 0.00223706895, 0.066810444, 0.00783602521, -0.00370436, -0.0175823569, 0.00862151291, -0.00549841393, -0.0185500775, -0.015873136, 0.0108837178, -0.00139031326, 0.000393529335, -0.0164135508, 0.0283278283, -0.0135983638, 0.0291824397, -0.000858538086, -0.00294557889, -0.00870948751, 0.0296348799, 0.0113235908, -0.0053601684, -0.0179593917, -0.0066923555, 0.00346557191, -0.0493914671, 0.00363523723, -0.00857124198, 0.0182233155, -0.00383003824, 0.0120336721, -0.00618021749, 0.00659181317, 0.0166397728, -0.00413794909, 0.0128819989, 0.0211013425, 0.0087346239, 0.00746527547, -0.0155212376, 0.0020799716, 0.0122284731, 0.0232504364, 0.00745899137, -0.00137067609, 0.010424993, -0.00949497521, 0.0292075761, 0.0113927135, -0.00472549396, -0.00730189402, 0.0258896761, -0.0192538742, -0.01824845, -0.0196686126, 0.0164009836, -0.0106574977, 0.00315137673, 0.000757602917, 0.00892314, 0.00824447908, -0.00639072806, -0.022622047, 0.000583224639, -0.000880531734, -0.0052062124, 0.00304926326, 0.00812508538, 0.0125615196, 0.0197063163, 0.0124672614, 0.00322992541, 0.0253115557, -0.0251356065, 0.00775433471, 0.021289859, 0.0288305413, 0.014654059, -0.00541672343, -0.00486688176, 0.00137853099, -0.00240830542, 0.00569949904, 0.0133721428, 0.0281016082, 0.0176326279, -0.00899226312, 0.00899854768, -0.00252612843, -0.0116817737, -0.0241301823, -0.0101233656, 0.00427619508, -0.0226471815, -0.022622047, -0.0213652663, 0.00889172126, 0.0157977287, 0.0305900332, 0.0157725941, -0.0173938405, 0.0118514383, 0.0127311852, 0.00330219045, 0.0355166122, 0.00880374666, -0.00647870265, -0.00647241902, -0.00509624416, 0.0170042384, -0.00777947, -0.00749041094, 0.00694999518, 0.00178777007, 0.0046123839, -0.00348442351, -0.020523224, 0.00271621649, -0.00494857272, 0.0216291901, 0.0236651748, 0.00321578677, 0.0122159049, 0.000397064054, -0.0131459227, 0.00471606851, -0.00904253498, -0.00261410302, 0.00757210143, 0.012750037, 0.00445528654, 0.00566179538, -0.00390858669, -0.0040185554, 0.033907935, -0.0058628805, 0.0267191511, -0.0125426678, -0.0204729512, -0.00941328518, 0.0102678956, 0.012555236, 0.0275737606, -0.00264866464, 0.00746527547, -0.00738358451, 0.0135732275, -0.00990342908, -0.0373515114, -0.00345928804, -0.00523449, -0.00952011161, -0.0145912198, -0.0125049641, -0.0110408152, 0.0132087618, 0.0235017929, 0.0185500775, 0.0145283807, -0.00206897454, 0.0322741196, -0.023451522, -0.0166774746, 0.0128819989, 0.0101547856, 0.0280010663, 0.00965835713, 0.0159485433, -0.00467836484, 0.0440124497, -0.0041536591, 0.0132087618, -0.0106952, 0.0175572224, 0.00995998457, -0.000900168903, 0.03152005, -0.00513394782, 0.0200959183, -0.0206237659, 0.000560052751, -0.0115812309, 0.00265180646, 0.0121342139, 0.00601055194, -0.00940071698, 0.0167780183, 0.00979031902, 0.0211013425, 0.0218679775, -0.0299867801, 0.00971491169, 0.0178965516, 0.00108554401, -0.0195429344, 0.00100463885, -0.00786744524, 0.0206866041, 0.0249722265, -2.94066958e-05, 0.0232755728, -0.022119334, 0.000986572588, -0.00468779076, 0.0155212376, -0.00403740676, -0.0083387373, 0.0164512545, -0.0104815485, -0.00121514953, 0.0159108397, -9.21475294e-05, 0.0326762907, 0.00992856454, 0.0106072258, -0.00814393628, -0.0113173071, -0.045520585, 0.00740872, -0.0075155464, -0.00402483903, 5.77333485e-05, 0.0161873307, -0.00625876617, 0.00824447908, -0.00833245367, -0.00508367643, -0.00156783347, -0.0184244, -0.0158605687, -0.0252361502, 0.012115363, -0.0279507954, -0.0137868803, -0.0139753977, -0.0231373254, -0.00249156705, -0.0102050565, 0.0338325277, 0.00259682233, 0.00131019356, 0.00975261535, 0.0219685212, 0.00650383811, -0.0129322698, -0.0125678033, -0.0396891236, -0.00426362734, 0.0260907598, -0.00867806841, -0.0108397305, -0.0166020691, 0.00816907268, 0.023891395, -0.0227351561, 0.0102239083, 0.0437108204, 0.00761608873, -0.0126809133, -0.0142393215, -0.00399341946, -0.00452440931, -0.00213809754, 0.00869063661, 0.0105820904, 0.0384323448, 0.033179, 0.0218805466, -0.0145786526, -0.00159611111, 0.0132338973, -0.00308539579, 0.00319693494, 0.00490144361, 0.0115749473, -0.00899226312, -0.0125049641, -0.0297856946, -0.0170796458, -0.0154081276, -0.0211767498, -0.00222607213, 0.0266186073, -0.0107329041, -0.0129322698, -0.0117571801, -0.0058565964, -0.0182358827, 0.0062713339, -0.00493914681, 0.0153075848, -0.0130076762, 0.0111539252, -0.0201838929, 0.0250853356, 0.00486059813, 0.00508681871, -0.00102506147, -0.0348630883, 0.00226691761, -0.00250570592, -0.00850840285, 0.0060859588, -0.0338576622, -0.00220879144, 0.0195932053, -0.00118765747, 0.034787681, -0.0096269371, -0.00661066454, 0.0198194254, -0.00537587795, 0.0123981386, -0.014377567, -0.0169036966, 0.0258645397, 0.0172430258, -0.00617079157, 0.0110282479, -0.00725790672, 0.0114178499, 0.0402169712, 0.0165266618, 0.00975261535, -0.0173435695, 0.00738986861, 0.000708117208, -0.00380804436, -0.00759723736, 0.0216920283, 0.00720763532, -0.0268196929, 0.000970862806, -0.0052564838, 0.00522506423, -0.0394377671, -0.00582517684, 0.0070568216, 0.0162753053, 0.00818164, 0.0111413579, 0.00459667435, 0.00690600788, 0.00890428852, 0.000137853101, -0.0214532409, -0.0105381031, 0.00938814878, 0.0102490438, -0.00331161614, -0.0185500775, 0.0046500871, -0.0145409489, -0.017331, -0.0110345315, 0.0209128242, 0.0083638737, 0.0332544073, -0.0023470372, 0.0118640065, -0.0253618266, 0.00199042587, -0.0128003079, -0.0101296492, -0.0314195082, 0.0109716924, 0.0147043299, 0.0394126326, 0.0140131013, 0.00657296134, 0.0092122, -0.00239573745, -0.00241144723, -0.000178011149, -0.012165634, -0.0299867801, 0.0087346239, 0.00700026657, 0.00175949244, -0.00346242986, -0.0315451883, -0.00266751624, -0.0277999807, 0.0153578557, -0.0157223213, -0.000574584294, -0.017029373, 0.0054041557, -0.00171236321, -0.00704425387, -0.0139628295, -0.00234389538, 0.00152070425, 0.00927503873, -0.00443957653, 0.0162878726, 0.0218428429, -0.0201713238, -0.00367922452, -0.020523224, 0.0122536086, -0.0134978211, 0.0236903094, -0.0327265598, -0.00360381766, 0.0220062248, -0.00901739858, 0.00448670564, 0.0166272037, 0.00286860112, 0.00135889382, -0.0221947413, 0.0185375102, 0.0124861132, -0.00512766372, 0.0163884163, 0.0187385958, -0.0250350647, -0.00604511332, 0.0245449208, -0.0140885077, -0.0163381454, -0.0053601684, -0.0131710581, 0.0066860714, -0.00695627928, -0.00689972425, -0.00846441556, -0.0070631057, 0.00997255184, 0.0182107482, -0.0266940147, -0.0172807295, -0.0115246754, 0.0107329041, -0.00467522303, -0.00284503656, -0.0311430171, 0.0107391877, 0.00749669503, -0.0118514383, -0.00176891836, 0.019304147, 0.00232347264, -0.0135983638, 0.00179719587, 0.0123855704, 0.0114115654, -0.00249785092, 0.00296128867, 0.0268448275, 0.0494668745, 0.0291321687, 0.00629961165, -0.00182861544, 0.00404054904, 0.0175572224, 0.00722020306, 0.0105255358, 0.00697513111, -0.00158354326, -0.00742128817, -0.0181604754, 0.0283026937, -0.0237657167, -0.0116000827, 0.0163758472, 0.0211641807, -0.00287488499, -0.0340084769, 0.007107093, 0.00140209554, -0.00635616668, 0.0203849766, -0.00610166881, 0.00388030941, 0.00782974157, -0.0164009836, -0.0179970954, 0.00376405707, 0.0111916289, 0.0105569549, -0.00307596987, 0.000894670491, 0.0259902179, -0.0232630037, -0.00907395408, 0.0123667186, -0.00412223954, -0.00221664645, 0.00670492323, -0.00628390163, 0.0233132765, 0.00107376173, 0.00334617775, 0.0164135508, -0.00943213701, 0.00598541647, 0.00346242986, -0.0107894596, 0.00790514797, -0.0284032356, 0.0125489514, 0.00891685672, 0.00615822384, 0.00578118954, 0.00858381, 0.00555182714, 0.0023533213, -0.00485745585, 0.0019401547, -0.0087534748, 0.012944838, -0.0201838929, -0.000611109426, 0.000727754377, 0.00857752562, 0.00997255184, -0.0281518791, 0.000763494056, -0.00412852364, -0.00228105625, -0.0215537827, -0.00770406378, -0.0252864212, 0.01808507, 0.014214186, 0.0139251268, 0.00615508156, -0.0177331716, -0.00174221175, -0.0018081927, 0.022069063, -0.00773548288, 0.00765379239, -0.0220942, 0.0116629219, 0.00647241902, 0.0205860622, -0.00797427166, 0.0130956518, -0.00144686841, -0.0265683364, -0.0116880573, 0.0192036033, 0.000908023794, 0.000265298469, -0.00512452191, -0.0083073182, -0.0263421163, 0.0162501708, 0.007924, 0.00678033, 0.00738986861, -0.0276240315, -0.0123730022, -0.00771663152, -0.0127940243, 0.000784309465, 0.00506168278, -0.0118263029, -0.0144655416, -0.0352401212, 0.0124672614, 0.0101736374, 0.00363209518, -0.0119079938, 0.010035391, 0.000606396527, -0.00738986861, -0.00870320387, 0.0165769327, 0.00723277079, 0.00026176378, -0.0282021519, 0.0176828988, 0.00749669503, -0.0294086598, -0.00354097853, 0.00867806841, 0.0191156287, -0.00491086906, 0.000125285296, 0.010864866, -0.0160490852, -0.00157961575, -0.00147357502, 0.0126055069, 0.00596028101, -0.00644728309, 0.020573495, -0.00512766372, 0.00686830468, -0.000176047441, -0.0141513469, -0.0124484096, -0.0212144516, 0.0130830836, 0.00212081685, 0.0151316356, -0.00981545448, 0.00426048553, 0.00939443335, -0.00872833934, 0.000178305709, 0.00435788603, 0.0083513055, 0.00596028101, -0.0151944747, -0.00997255184, -0.00897969585, 0.0279507954, -0.0131961936, -0.0118514383, 0.00437987968, 0.0263923872, 0.0131836263, 0.0265683364, -0.0216543246, 0.00439558923, -0.0100039719, -0.0166397728, -0.00169665343, -0.00253084139, -0.0064190058, -0.0091807805, 0.0122913122, 0.00796170346, 0.0184998065, 0.00953896251, 0.0091933487, -0.013987965, -0.00172336, -0.00264552259, -0.0256257523, 0.0099662682, 0.0145283807, -0.00412223954, -0.0318468139, -0.0134978211, 0.0150687965, 0.00708195707, 0.0252612848, -0.0185500775, 0.0139628295, 0.00196529017, -0.0206111986, 0.017808577, -0.002813617, 9.46021755e-05, 9.65659e-05, -0.00386459962, 0.0112167643, -0.00513394782, -0.0123415831, 0.0101170819, -0.00530047109, -0.00104862615, 0.00536959385, -0.0320478976, 0.0214406736, -0.047179535, -0.00059107953, 0.00344672, 0.000505854085, -0.0087534748, 0.00416308502, 0.0151944747, -0.0296600163, 0.00605768152, -0.00884144939, 0.0170796458, 0.00596028101, 0.0182861537, -0.00874090753, 0.00799940713, 0.00774805108, 0.0167905856, -0.0317965448, 0.0213778336, -0.0153327202, 0.0163507126, 0.00491715316, 0.0289562196, 0.033405222, 0.00276177493, 0.0161621962, -0.00828218274, -0.00437045377, -0.020573495, -0.0199074, 0.0155589404, 0.00194329664, -0.022622047, 0.000122339712, -0.00742128817, 0.0158605687, 0.0248591155, 0.00549213029, 0.00759095326, -1.55624748e-05, 0.0112293325, -0.00571206678, -0.00219151075, 0.00900483131, -0.0149431182, 0.0134098465, -0.00411281362, -0.00116959121, -0.0150185255, 0.011254468, 0.00191187707, 0.00408767816, -0.00943213701, -0.0261158962, -0.00480718492, -0.00987201, 0.00513394782, 0.00926875509, -0.0259902179, 0.00326134497, -0.00155448017, 0.0029534339, -0.0101296492, 0.00503654731, 0.00881631393, -0.0122598922, -0.00817535631, 0.00766007649, 0.0108208787, 0.0113550108, 0.00906138681, 0.00215066527, 0.014767169, -0.0149556864, 0.00184432522, 0.00968977623, 0.000688087253, 0.000163185076, -0.00519992877, 0.025939947, 0.033405222, -0.000921377097, -0.00557696261, 0.00651640631, -0.0312686935, 0.0106763495, -0.0195052307, 0.0176703315, 0.0197063163, -0.00329276454, -0.0137240412, 0.0112984553, 0.0259148106, 0.015873136, 0.00379547663, 0.00489515951, 0.0141890505, 0.0135103893, -0.0135103893, 0.00908023771, 0.0154709658, 0.0223832577, -0.00223706895, -0.0075155464, 0.00949497521, 0.00546699436, -0.0148551436, -0.013384711, -0.0404180549, -0.0147797372, 0.00208311342, 0.00776061881, 0.0131333545, 0.0101610692, -0.020736875, 0.00098185963, -0.0119708329, 0.0018348993, -0.0027947654, 0.0157725941, -0.00135732279, 0.0043390342, -0.00251827366, -0.0071510803, 0.00558010489, 0.00899226312, -0.000996784, 0.0133093037, 0.0104187094, 0.0158982724, -0.0114869727, 0.0219308175, 0.00989086181, -0.000534524384, -0.0178337134, 0.0174064077, -0.00635616668, 0.0060922429, -0.0258645397, -0.00188359956, 5.21612947e-06, -0.0189522486, -0.0123981386, -0.00233761151, -0.0115183918, -0.00220407848, 0.0288305413, -0.000484253193, -0.0226723179, 0.0130830836, -0.0104187094, 0.00339959096, -0.0299365073, 0.0117823156, -0.0306151696, 0.036446631, -0.0028387527, 0.0091807805, -0.0103055993, -0.0152698811, -0.00957666617, 0.00394314853, -0.0305397622, -0.00752811413, -0.0126180751, -0.00258896756, -0.0258645397, 0.00558010489, 0.0187762976, 0.0119331293, -0.0181479082, -0.0231373254, 0.00223392714, -0.00189773832, -0.022069063, 0.0208625533, 0.00485117221, -0.0126180751, -0.00467522303, 0.032248985, 0.0208625533, -0.0131961936, -0.0137114739, -0.00713222846, -0.00984687451, 0.00592886144, -0.020736875, -0.0301878639, -0.0131207872, 0.00737101678, -0.0131836263, -0.00158197223, 0.00594771281, 0.00817535631, 0.000372713926, 0.0142016178, 0.000765457808, 0.000664522639, 0.00401541311, 0.00279005244, -0.00759095326, 0.0243438352, 0.00228576921, -0.00992228091, 0.0325506106, -0.00176577643, -0.000263531139, -0.00326134497, 0.00737730088, 0.010977976, -0.0203849766, 0.0037389216, -0.00677404599, 0.0213401299, -0.00106040842, -0.00190559321, 0.0187888667, 0.0265683364, -0.0333298147, 0.0306905769, -0.0100730946, 0.0121342139, 4.48218925e-05, 0.0176703315, 0.020020511, -0.0142267533, -0.00552669168, -0.0215160791, -0.0104124248, -0.00474434579, 0.00705053797, 0.00384574779, 0.00960180163, 0.0340336114, 0.00588801596, 0.0126494942, 0.0156343468, 0.0125992233, -0.0156971868, -0.0228859708, 0.00155212369, 0.00495485635, 0.00206111977, 0.0194549598, -0.00822562724, -0.00689344, -0.000554554339, 0.0024947091, 0.000649991096, 0.00128113048, -0.00435788603, -0.00725790672, 0.0128380116, 0.00219779462, 0.0129825408, -9.22948093e-05, 0.00908652227, -0.013108219, 0.00844556373, 0.0145283807, -0.0120399557, -0.012083943, 0.00110753765, -0.00772291515, -0.00354726263, 0.00967720896, 0.0181981791, 0.0206740368, 0.00863408111, 0.00333675183, 0.00654782588, -0.00170922128, 0.0201838929, -0.0227100216, 0.0100856619, 0.0118388711, 0.0211767498, 0.00541358115, -0.0142518897, 0.00499884365, -0.0113801463, -0.000886815658, 0.000800412, 0.00376405707, -0.00788629707, -0.00991599727, -0.00629646936, -0.0241553187, 0.00638130214, 0.0140005331, -0.0199325364, -0.0197817236, 0.00424791779, -0.00184432522, -0.0165517963, 0.0164638218, 0.0148300081, 0.0109968279, -0.0117634637, 0.00644728309, 0.0114995399, -0.001728073, 0.00431704056, 0.0118263029, -0.0132967364, 0.017092213, 0.00237060199, 0.00911165774, 0.00814393628, -0.0308413897, -0.0137366094, 0.0199199691, 0.00991599727, -0.0198194254, 0.0110156797, 0.00485431403, -0.0232001655, 0.01153096, 0.00717621576, -0.0192538742, 0.0193167143, 0.0117886, 0.010424993, 0.0103181666, -0.0130202444, -0.00895456, -0.00579375727, 0.0140382368, -0.00497370819, 0.0181102045, -0.0150059573, 0.0235017929, -0.00192758685, 0.00203755521, -0.00150656549, 0.0169162638, 0.0050711087, -0.0176074933, 0.0103307348, 0.0120211039, 0.0250979029, -7.99233749e-05, -0.00611109426, 0.0179468226, -0.00269736489, 0.0219308175, -0.00885401759, -0.0333046801, -0.0220062248, -0.0241553187, -0.0197691545, -0.0190276541, -0.00845184829, 0.0110093961, 0.0294337962, -0.00753439823, -0.0131961936, -0.0143524315, 0.0167780183, 0.0241050478, -0.00363523723, -0.00806853, 0.0213401299, 0.0226346143, 0.00968349259, -0.00632474711, -0.0243312679, -0.00354412058, -0.00638130214, 0.0247837082, -0.0186254848, 0.00149242661, -0.00888543669, -0.0264677946, -0.00874090753, 0.0013840294, 0.00636245077, -0.013548092, 0.0307408478, 0.00400284538, 0.0260153525, 0.0164889582, -0.0141010759, 0.000194408218, 0.00945098791, 0.00354726263, 0.00410967181, 0.0152196102, -0.00779203838, 0.00312152831, 0.00270050671, 0.024997361, -0.00672377506, 0.0269705057, 0.0303889494, -0.00606396515, 0.0175195187, -0.00826961454, -0.000636637793, 4.23917918e-05, 0.0103935739, -0.00923105143, -0.0156092122, 0.0103307348, -0.0130956518, -0.0117508965, 0.00193229981, 0.00892314, 0.016149627, 0.0039242967, 0.0260404889, -0.0252361502, 0.00575605407, 0.0130328126, 0.00421021413, -0.00813136902, -0.00752811413, 0.00285289134, 0.00335246162, -0.0115623791, -0.00863408111, 0.0155212376, -0.00213966845, -0.0236274712, 0.0144529743, 0.0140508041, -0.0149808219, 0.017921688, 0.00692485971, 0.0203849766, -0.0146666272, -0.0167905856, 0.000185866025, 0.00129762571, 0.00501141185, 0.0332795456, -0.0102427602, 0.0018333284, 0.013384711, -0.000650383823, -0.0208374187, -0.0104312766, -0.00151834777, 0.00553611759, -0.0026549485, 0.0163632799, -0.00204541, -0.0125803715, -0.0327265598, 0.0304894913, 0.0104626967, 0.000890743104, 0.0236651748, 0.026769422, -0.0143021606, 0.0117131928, 0.00603568787, 0.00174064084, -0.0026738, 0.0115875145, 0.0106700649, 0.0048040431, 0.00287174317, 0.0111916289, -0.0104752639, 0.0132464645, -0.00961437, 0.000398045901, -0.0121342139, -0.0104752639, -0.0179845262, 0.0294337962, 0.0144278388, 0.00512452191, -1.7035265e-05, 0.00154269789, 0.00403426494, 0.00353155285, 0.00114209915, -0.0111602098, 0.013661202, -0.00979031902, -0.0127940243, 0.00683688512, 0.00388030941, 0.0127123334, 0.0290818978, -0.0177206025, 0.014654059, 0.0137617448, -0.00186474784, -0.0208751224, 0.00361638539, -0.00177206029, -0.0176074933, 0.0242684279, 0.00713222846, -0.00938814878, 0.00992856454, -0.00946984, -0.00505539915, 0.00485431403, -0.000584010093, 0.024557488, -0.00993484911, 0.0101045137, 0.0211516134, 0.00140445202, 0.0152196102, 0.0128945662, 0.0145786526, 0.017142484, 0.0155338049, 0.0107077686, 0.00970234443, -0.0113864299, -0.0208122823, -0.023614902, 0.00412852364, 0.00743385591, -0.0187385958, 0.00678661373, -0.00555496896, 0.0132841682, 0.0260404889, -0.0291573051, -0.00856495835, 0.0217045974, -0.00924990326, 0.00264080963, 0.00938814878, -0.00560209854, -0.0117194764, 0.0179845262, 0.0165140945, -0.00993484911, -0.00594457099, -0.00867178477, -0.0177834425, -0.00470664259, 0.00139895361, 0.00546699436, 0.0318970867, -0.0200582147, 0.00431075646, -0.00172178913, -0.0118828584, 0.00238788268, 0.0336565785, -0.0291824397, -0.0066923555, -0.0199074, -0.0111162225, -0.022508936, 0.012473545, -0.000937872333, -0.0196057744, 0.01824845, 0.00514337374, -0.014767169, -0.00786116067, 0.0152196102, 0.0150813647, -0.00217894302, 0.00354726263, 0.0052062124, 0.002488425, 0.0211139098, -0.00736473268, 0.00120965112, -0.0101924883, -0.00323306746, 0.00509310234, -0.00432018237, -0.00434846, 0.0190527905, 0.00145865069, 0.00686202059, -0.00229205308, 0.0103118829, 0.00307282805, -0.00414109137, 0.017092213, 0.00145786523, -0.0349133573, -0.018751163, 0.0187260266, -0.00222293031, 0.00730189402, 0.00167937274, -0.0273224041, 0.000130096407, 0.00707567343, -0.00407196814, 0.0147420336, -0.00686830468, 0.0060922429, 0.00592886144, -0.0162753053, 0.010701485, -0.000558874512, 0.0133470073, -0.0135857956, -0.00984059, 0.0127688888, -0.0206740368, -0.002813617, 0.0111539252, -0.00774176698, -0.019304147, 0.03152005, -0.0167151783, 0.00630275346, 0.00985315815, -3.1959531e-05, 0.01642612, 0.0118137356, -0.0130202444, 0.0216040537, -0.00190088025, 0.00108161662, 0.00442386698, -0.000801590213, 0.0124295577, 0.00504911505, 0.0207745787, -0.0183741283, -0.0250476319, -0.00754696596, -0.0156469159, -0.0131207872, 0.00144608284, 0.00906767, 0.02156635, 0.0162501708, -0.0102867475, -0.000948869158, -0.0258896761, -0.0100542428, -0.0344106443, -0.00010682633, -0.0113675781, 0.000355236814, 0.01824845, 0.0114052817, 0.000774098153, -0.0144404061, 0.00681803329, -0.00390544487, -0.0293332543, 0.0129071344, -0.0320478976, -0.0152824493, -0.00604511332, 0.0195052307, -0.024997361, -0.0442638025, 0.00532560656, 0.00669863913, -0.00284974952, 0.00645356718, 0.00343729416, 0.00185218, -0.00875975937, -0.0154206948, 0.0160490852, 0.0124044223, -0.00391172897, -0.00240516337, 0.0161119234, 0.0198948327, 0.00772291515, 0.0026093903, 0.0149305509, 0.0150059573, -0.0240673441, -0.00273978128, -0.0234766565, 0.0251733102, 0.00357554015, 0.0041536591, -0.0183992647, -0.00782345794, -0.0101107983, 0.00142801669, -0.0263923872, 0.0312184244, 0.0083638737, 0.00895456, -0.00280733313, 0.00953896251, -0.00642214762, 0.00402798085, 0.00924362, 0.0110848024, 0.0160742216, -0.00232347264, 0.0115246754, -0.0125929387, -0.00571206678, 0.00348128169, -0.000277080806, 0.0092561869, 0.0271464549, 0.0205860622, 0.0129825408, -0.0197314508, -0.00469721667, -0.00164638227, 0.0127123334, -0.019630909, 0.0150939319, 0.0113424426, -0.00541986525, -0.00368865044, 0.00775433471, 0.00417251093, -0.000135693, -0.0103872893, -0.018474672, -0.0039242967, -0.00762237282, 0.0148928473, 0.023841124, -0.0321233049, -0.0050271214, -0.00041355929, -0.00518107694, 0.0197314508, -0.0240799114, 0.0131459227, 0.00256069, 0.00284503656, -0.0141513469, -0.00814393628, 0.0206363332, -0.000867178431, 0.00581575092, -0.00931902602, 0.00169036957, 0.000513316249, 0.0117948838, -0.000432018249, 0.0111413579, 0.000699476805, -0.0151190674, -0.00270364876, 0.00230619195, -0.00797427166, -0.00101013726, 0.00331790023, -0.00798683893, 0.00626190798, -0.000476791058, 0.0142393215, 0.00835758913, -0.00821306, -0.00688087242, -0.0102678956, -0.0185626466, 0.0180976372, -0.0180096626, 0.00287488499, -0.000951225637, 0.00693114381, 0.027925659, 0.0181479082, 0.0108774342, 0.00128505786, -0.0102176247, -0.00544500072, 0.00587859, -0.0225717761, 0.00799312349, 0.00509938644, 0.0209002569, 0.0190402232, -0.0147546018, 0.00878489483, 0.0116817737, 0.00271935854, -0.0264677946, -0.0114932563, 0.00364152109, -0.00820049178, 0.00108318753, -0.00120965112, -0.00156076415, -0.00101563567, 0.0273475405, -0.00245386362, -0.0111413579, -0.0110973706, -0.0351898484, 0.00754696596, 0.00490144361, 0.00811251719, -0.041197259, 0.00898597948, 0.00858381, -0.0114555527, 0.00116723473, -0.0218554102, 0.0074778432, -0.0103935739, -0.00436731195, 0.032248985, -0.00490458542, 0.0162250344, -0.017255595, -0.0119017102, 0.00392115489, 0.0119017102, 0.019630909, 0.00277277175, 0.000744249613, -0.00497999229, 0.00853353832, -0.00760352099, 0.0158102959, 0.00825076271, 0.0168659929, 0.00686202059, -0.00365723087, 0.00538844569, -0.0137366094, -0.0165392291, -0.00092609, -0.00771663152, -0.000899383449, 0.000891528558, 0.00447728, 0.013824584, 0.00333989388, -0.00936301332, 0.00811880082, -0.0168031529, -0.0023533213, -0.00653525768, -0.00127170468, -0.0083198864, -0.021352699, -0.00830103457, -0.0125049641, -0.0213275626, 0.00724533852, -0.0062273466, 0.0151819065, -0.0201084856, 0.0108397305, 0.0166397728, -0.00901739858, -0.0210636389, 0.00480718492, -0.00359439175, 0.00399027765, 0.023011649, 0.0152321775, 0.0147168981, 0.0105255358, 0.00283246883, -0.00649755448, -0.0147420336, 0.00602940377, 0.00250099297, 0.0170796458, -0.00314980582, 0.00206740364, 0.00794285163, 0.0284032356, -0.0186129175, -0.0120650912, -0.00545128481, -0.00213181367, 0.024670599, 0.0158857033, 0.00610795245, 0.00789886434, -0.00452440931, -0.00225592079, 0.0070568216, -0.000337366975, -0.0106512131, -0.00623048842, 0.0067363428, -0.00862151291, 0.0164009836, 0.00432018237, -0.00713851256, -0.0121593503, -0.00193229981, 0.0120965112, -0.00279633631, -0.0227979962, -0.0155715086, -0.0109905442, -0.0172178913, 0.0162753053, 0.0216040537, 0.00295657571, 0.00696256338, -0.000937872333, -0.0149682537, -0.00496742455, 0.026266709, 0.00794285163, 0.011059667, -0.00247428636, -0.0227477252, 0.00675519463, -0.023338411, 0.0101924883, -0.0129699735, 0.0114115654, -0.0137994485, 0.0172807295, -0.00402798085, 0.0390104614, -0.00115309597, 0.0170670766, -0.00375463138, -0.0106952, 0.0352652557, -0.00447728, 0.0158605687, 0.00359125, 0.0160113815, -0.00266751624, 0.00676776236, -0.016979102, -0.00764750829, -0.0193669852, 0.0155338049, 0.0192915779, 0.00587230641, 0.00894199219, 0.0200582147, 0.0295092035, -0.0107266204, -0.0220816303, 0.0256131832, 0.00809994899, -0.0183741283, -0.00908652227, 0.0134601174, 0.0146666272, 0.0276743043, 0.0235520639, -0.0519804358, -0.0021946528, 0.00537273614, -0.0144781098, -0.0203347057, 0.0109277051, -0.000639779726, -0.00510567, 0.000480718474, 0.0101673529, 0.0132716009, -0.00406882633, 0.00103370182, -0.0344609171, 0.00376091525, -0.0166397728, 0.00256697391, 0.00469721667, 0.00481661083, -0.0096395053, -0.00905510224, 0.0139628295, 0.0102364756, 0.00550155621, 0.00971491169, 0.00175320858, 0.0216543246, -0.00171707617, -0.0118828584, -0.00273978128, -0.0091367932, 0.00669863913, -0.0128505789, 0.0145786526, -0.035717696, 0.0228608344, 0.0128819989, 0.00675519463, 0.0242307261, 0.000492893567, 0.000130096407, 0.00420078821, -0.0284032356, 0.0159988143, -0.00656667724, -0.0120462393, -0.00952639524, -0.0199325364, 0.0096395053, -0.012555236, 0.0197565872, 0.0129574053, 0.0232630037, -0.0083198864, -0.0133595755, -0.0259650815, -0.00128584343, -0.00136125018, 0.0177080352, -0.00195115153, -0.0334303565, 0.0096709244, -0.016979102, 0.0125426678, 0.00315294764, -0.0146666272, -0.00254655117, 0.0101610692, -0.00754696596, -0.00603254559, -0.0218679775, -0.026769422, 0.00145865069, 0.00543243298, 0.0157851614, -0.012523816, -0.00857124198, -0.0198194254, 0.0140759395, 0.0142644569, 0.00412852364, 0.0163507126, 0.00749669503, 0.0044207247, 0.00219308166, -0.00176734733, -0.0125112487, -0.00570264086, -0.00107611821, -0.00496114045, -0.00104705512, -0.00330847432, 0.00785487704, -0.0115183918, 0.00677404599, -0.00293615321, 0.012750037, -0.0160490852, 0.00982802268, -0.0012214334, 0.0410715826, -0.0070631057, 0.00879117846, 0.00592886144, -0.00530361291, -0.00178148621, 0.0253115557, -0.00828218274, -0.0416245647, 0.000129310909, -0.0263923872, 0.00192444492, 0.00361952744, -0.0152447456, -0.0247711409, 0.0124232741, -0.0201713238, -0.00989714544, -0.0168785602, 0.0207243077, -0.016815722, 0.00565236947, 0.00524705788, 0.0151316356, -0.0243187, 0.00658552907, -0.00164795329, -0.0233886819, 0.0321484432, -0.00453697704, 0.013548092, -0.0154961022, -0.0276491679, -0.00281675905, 0.00473806215, -0.0153578557, 0.000425341597, -0.0148300081, -0.00890428852, -0.0140005331, 0.0252235811, 0.0218679775, -0.0102993147, 0.0126243588, -0.00742128817, -0.0132841682, -0.00515908329, -0.00952639524, -0.0214909445, -0.00557696261, 0.0195303671, 0.00533189066, 0.012165634, 0.00913051, -0.0266186073, -0.0348882228, 0.00367608247, -0.0354412049, 0.0041913623, 0.0107203368, -0.00278691039, -0.0178839844, 0.00785487704, 0.00339644891, 0.0165643655, 0.0132841682, 0.0134601174, -0.00223392714, -0.00035798602, 0.0304894913, 0.00381747028, -0.00656667724, -0.0152573138, 0.0123918541, -0.00190873514, 0.0046061, 0.0317714065, 0.0301375929, -0.00877232663, -0.000496428227, 0.00264709373, 0.013774313, 0.0306905769, -0.009595518, 0.0200079437, 0.00495485635, -0.0256383196, -0.0195052307, -0.00595399691, -0.0140508041, 0.0149933901, -0.00769149559, -0.0252487175, -0.00585031277, 0.00363209518, 0.00360067561, 0.0138999904, -0.00189616741, 0.00111225061, 0.010424993, 0.000896241516, 6.86319909e-05, -0.0101107983, -0.0070568216, -0.0132338973, -0.0164638218, -0.0134349819, -0.0184872393, -0.00522820605, -0.0255629122, -0.0043893056, -0.0122347567, 0.0235394966, -0.0136863384, -0.00501769548, 0.0109088533, 0.0160113815, -0.00356611423, -0.00887286942, 0.0115435272, -0.0104438448, 0.0141387787, 0.0123792868, 0.000437909417, 0.0160365179, -0.0119017102, -0.00413480727, -0.00809994899, -0.017029373, 0.0236023348, 0.00808109809, -0.00699398248, -0.0186631884, 0.0226848852, -0.00230147899, -0.00636873441, 0.00639701216, -0.00784231, 0.0141387787, -0.0101107983, -0.018801434, -0.00661694864, -0.00215066527, 0.00909909, 0.00387716736, -0.00294557889, 0.00850840285, 0.0173561368, 0.0109528406, -0.00965835713, -0.0118451547, -0.0253115557, 0.00399656175, -0.000470899889, -0.010148501, -0.00811251719, 0.0240045041, 0.0219810884, -0.00877232663, 0.00690600788, 0.000749748, -0.00689344, 0.0109088533, 0.0303889494, 0.0159611106, 0.00336502935, -0.00228576921, 0.0132590327, 0.0106574977, 0.0489390269, -0.00806853, 0.0230493508, -0.0208374187, -0.0092561869, -0.00530361291, -0.0060482556, 0.0127688888, 0.0241050478, -0.0152824493, -0.00101720658, -0.0187762976, -0.0121719176, 0.00381432846, 0.0212772917, 0.010506684, 0.00482289447, -0.00817535631, 0.0177457388, -0.00399027765, 0.0020736875, 0.00134239846, 0.0096709244, 0.0266940147, 0.0219308175, -0.00287959795, 0.0133093037, -0.00280262018, 0.0192036033, -0.000318711653, 0.0176200606, -0.0075658178, -0.00608910061, 0.00364466314, -0.000313409604, 0.012523816, 0.00679289782, 0.00497056637, -0.00081690721, 0.00936301332, -0.003968284, -0.0133721428, -0.00149635412, 0.0228105634, -0.00650383811, -0.00269736489, -0.00991599727, 0.00439558923, -0.00121279305, -0.00476319762, -0.0170545094, -0.00208625547, -0.00930645876, -0.0158857033, 0.00345928804, 0.0158102959, -0.0115435272, 0.0087974621, -0.0127940243, -0.00321578677, -0.000518421875, 0.000734431, 0.00278376858] |
26 Jul, 2024 | How to use TextField Component in Material UI ?
26 Jul, 2024
TextField component is a complete form control including a label, input, and help text. Material UI for React has this component available for us and it is very easy to integrate.
PrerequisitesKnowledge of ReactJSJavaScript (ES6+)MUI BasicsSteps to create React Application And Installing Module:Step 1: Create a React application using the following command:
npx create-react-app foldernameStep 2: After creating your project folder i.e. foldername, move to it using the following command:
cd foldernameStep 3: After creating the ReactJS application, Install the material-ui modules using the following command:
npm install @mui/materialProject Structure:
Project StructureExample 1: In this example, we will create a text field application where the text that the user inputs is visible at the bottom of the TextField component. Please update App.js file as shown below
JavaScript
// App.js
import { TextField } from "@mui/material";
import React, { useState } from "react";
const App = () => {
const [name, setName] = useState("");
return (
<div
style={{
marginLeft: "40%",
}}
>
<h2>
How to use TextField
Component in ReactJS?
</h2>
<TextField
value={name}
label="Enter your name"
onChange={(e) => {
setName(e.target.value);
}}
/>
<h3>Your Enter Value is: {name} </h3>
</div>
);
};
export default App;
Step to Run Application: Run the application using the following command from the root directory of the project.
npm startOutput: Now open your browser and go to http://localhost:3000/, you will see the following output.
https://media.geeksforgeeks.org/wp-content/uploads/20240726123735/9.mp4Example 2: In this example, we will create a text field application with a validation message that would show when the TextField is empty. Please update App.js file shown below
JavaScript
// App.js
import { TextField } from "@mui/material";
import React, { useState } from "react";
const App = () => {
const [name, setName] = useState("");
return (
<div
style={{
marginLeft: "40%",
}}
>
<h2>How to use TextField Component in ReactJS?</h2>
<TextField
error={name.length === 0}
helperText={!name.length ? 'name is required' : ''}
value={name}
label="Enter your name"
onChange={(e) => {
setName(e.target.value);
}}
/>
<h3>Your Enter Value is: {name} </h3>
</div>
);
};
export default App;
Steps to run the application:
npm startOutput:
https://media.geeksforgeeks.org/wp-content/uploads/20240726123659/8.mp4Reference: https://mui.com/material-ui/api/text-field/#main-content
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ? | https://www.geeksforgeeks.org/how-to-use-textfield-component-in-material-ui?ref=asr10 | CSS | How to use TextField Component in Material UI ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.00571240252, -0.00903340243, -0.0101191131, 0.0130214393, 0.0386882238, -0.00312053296, -0.0265679955, 0.0196563415, -0.0285974946, -0.00642201817, -0.0133691514, 0.0174565352, 0.010147498, -0.0483957604, 0.0283278413, -0.00967205595, -0.0046799127, 0.00163034105, -0.0386314541, -0.00204369193, -0.00943788234, -0.00573723903, -0.000808961398, 0.0191454198, -0.0401074551, 0.00235769665, 0.0175558813, 0.0175700728, -0.00376450876, -0.00469055679, 0.00762126781, 0.0123898825, 0.00625171047, -0.0400506854, -0.017612651, -0.0103107095, -0.0222535338, 0.0197414961, -0.0327558406, 0.0302863792, -0.00184499961, 0.0263551101, 0.000947336375, -0.00636524893, -0.0149728814, -0.00518019125, 0.00432510488, -0.0374109149, 0.00149994926, -0.0221825726, 0.0102184592, 0.00245526875, 0.0560596026, 0.0193441119, 0.0165482275, 0.0360200703, 0.0246804189, -0.0155689586, 0.00301763881, -0.00267702341, 0.0196137652, -0.0592102967, -0.00235414854, -0.0502123758, 0.00555273937, 0.000610269082, -0.0318475328, 0.0199401882, -0.00122586032, 0.0561447591, -0.033777684, 0.00972172897, -0.0227076877, 0.00519083533, -0.0104881134, -0.0472887605, -0.00598205626, 0.0266389567, -0.0137381507, 0.0335506089, 0.0121273249, -0.00835217163, -0.00281894649, 0.00986365229, -0.00981397834, 0.0374676846, -0.0159095731, -0.0416686088, -0.0224664193, 0.00963657536, 0.0130569208, 0.0154412277, 0.00264331675, 0.0062339697, -0.0168320742, 0.0049034413, 0.0340615325, -0.000466572033, -0.0348846838, 0.0211323425, 0.0222961102, 0.0179106891, -0.0422079153, -0.0517167598, 0.0162643809, -0.0125389015, 0.035253685, 0.0172578432, 0.0510922968, -0.029264532, 0.0100410553, -0.0197982658, -0.0214871503, 0.0281717256, -0.0290090702, 0.0379218385, -0.0242830329, -0.0248507261, 0.00702164276, 0.00616655638, 0.00205433602, 0.00850119069, -0.00354807614, 0.0774332136, -0.0570530668, 0.052965682, -0.0146748433, -0.0395681448, 0.0235734191, 0.00587206613, 0.0312798396, -0.00377870118, -0.0154412277, 0.0194292646, 0.0200111493, 0.0284981485, 0.00544984499, 0.0317623764, -0.0189751107, -0.00370064355, -0.00251026382, 0.00674844114, -0.0519154519, 0.0163921118, -0.0277175717, 0.00366516272, 0.0104242479, -4.14958595e-05, 0.0101404022, 0.00099612237, -0.0355943, -0.023928225, 0.0539307594, 0.0288813412, 0.0726078302, -0.0274195336, -0.0270931106, 0.0114035169, -0.0105945552, -0.000471894135, 0.0155547662, -0.0416402221, 0.0380353779, 0.00370064355, -0.0217426103, -0.00676972931, -0.00537888333, 0.0284413788, -0.0565137565, 0.0459546819, -0.0239140335, 0.027561456, 0.00466926815, 0.00174742751, -0.0317623764, -0.020720765, 0.0140574779, -0.019117035, -0.000750861655, 0.00777738309, -0.0335789919, 0.00508084521, 0.0297470707, -0.00714227743, 0.0148877278, 0.0204936881, -0.0134117277, 0.002975062, 0.00711389259, -0.00278701377, -0.00385321071, 0.0389720686, 0.0420092233, 0.048282221, 0.0116164014, -0.0341750719, -0.0555486828, 0.0410157628, 0.0306837633, 0.0212174952, -0.0382908396, -0.0131491702, -0.0108003439, -0.0072735562, -0.00136512227, 0.0126879206, -0.00307973, -0.0215013418, 0.0215439182, 0.00224948023, -0.0240133796, 0.0196989197, 0.012978863, -0.0659090653, -0.00309569645, -0.00977140199, -0.0262983404, -0.0087140752, -0.00906888302, 0.0102184592, 0.0141994013, 0.0158669967, 0.0166333821, -0.0141639207, -0.0340331458, 0.00638298923, 0.00938820932, -0.0296335332, 0.00284733111, 0.00459475862, -0.0120918434, 0.0132130357, -0.0211607274, 0.00928176753, 0.0395965315, 0.00630138349, -0.00219803327, -0.0282994565, -0.0120634595, 0.0250919946, 0.0251913406, -0.0497298352, -0.0243256111, -0.0360200703, 0.00786253717, 0.00343808578, 0.0275188796, 0.0150722275, -0.0160656888, 0.00347534055, -0.0193724968, 0.0144761512, 0.00445993198, 0.0278311092, -0.0045628259, 0.0184499957, -0.00179443951, -0.0270931106, 0.0194008816, -0.0179674588, 0.0226793028, 0.00391707616, 0.029917378, 0.00112119212, 0.0326706842, -0.0131846508, 0.0359916836, -0.0418673, 0.0145754972, -0.028313648, 0.0565421432, 0.00388514344, 0.0106300367, 0.0194150731, -0.015058035, 0.00328197051, -0.0116731711, 0.0522276834, 0.0210329965, 0.0216858424, 0.0106797097, 0.000278967491, 0.0344873, 0.0348279178, -0.00261848024, -0.00824572891, 0.0395965315, -0.00619848911, -0.0308256857, -0.011800901, -0.0260428786, -0.0218561497, -0.0166759584, 0.0270363409, 0.0279588401, 0.0173713807, -0.00553145073, 0.0124182664, -0.030740533, 0.0159379579, -0.0118079977, -0.0445070677, 0.0055669318, -0.0113893244, -0.00472958572, 0.0509219915, 0.0513477586, -0.00172170403, -0.0251913406, -0.00562370056, 0.0512909889, 0.0184358042, -0.0397384539, -0.0135110738, -0.0275046863, 0.0181945339, 0.015285112, 0.0155547662, -0.00772771, -0.0187764186, -0.0448760688, -0.00260606199, -0.0154696126, 0.0475158356, 0.0470616817, -0.0257590339, -0.0164488815, -0.00677327765, 0.0528237596, -0.00553854695, -0.0236443803, -0.00341857132, -0.0297754556, 0.0294632241, 0.0474590659, -0.0367864557, 0.0219129194, -0.0640924498, -0.011375132, 0.01964215, -0.00363145606, -0.0218561497, -0.0177545734, -0.0367013, 0.0293780714, -0.0327842236, 0.0405332223, 0.050638143, -0.022650918, 0.0228779949, 0.00139794208, -0.00171283376, 0.0246094558, -0.00448831636, 0.00946626719, 0.00288281194, 0.0155263813, -0.0473455302, -0.0281149559, 0.0491621457, 0.0149444966, 0.0115170553, 0.001067971, 0.0033547061, -0.0017802472, -0.0525399111, -0.0405332223, 0.0121628055, -0.00603172975, -0.0104029598, 0.0182229187, -0.0386882238, 0.022225149, 0.0222677272, -0.0172436498, -0.0156824961, -0.0190034956, 0.0253616478, -0.0153702665, 0.0277743414, -0.0455572978, 0.0163211506, 0.0148593429, 0.018790612, -0.00119481469, 0.00984946, -0.00792640261, 0.0163779203, -0.0101829786, -0.00354630221, -0.0244959183, 0.0525399111, -0.00350727327, -0.0243398026, 0.00791221, -0.013553651, -0.00185386976, -0.00458056619, 0.0550661422, -0.0370135307, 0.0571098365, 0.0160514973, 0.0179958418, -0.0206356104, 0.0102965171, -0.0218419563, -0.0466926843, 0.00629783515, 0.030740533, -0.0072558159, 0.006138172, -0.0333519168, -0.00407319143, -0.0108358245, 0.0200963039, 0.0180100352, -0.0116093056, 0.0411009155, -0.0442799926, 0.00510922959, 0.0313649923, 0.00216255244, -9.13629628e-05, 0.0213452261, 0.0151999583, 0.0156257283, -0.0357929915, 0.00482183555, 0.00763546024, -0.0516883731, -0.0423498377, -0.0230199192, -0.00311698485, -0.0109919403, 0.0151715735, -0.00860763248, 0.0257022642, 0.0139510352, 0.036729686, -0.0193157271, 0.0132839978, 0.00233995635, 0.0451315306, -0.0255319569, -0.0557473749, 0.0126666324, -0.0540159121, 0.0246094558, 0.0114815747, -0.0168320742, -0.0137665356, 0.00847990252, -0.0727781355, -0.00899082515, -0.0127234012, -0.0158244204, 0.0686907545, 0.0175700728, 0.00458766241, -0.0368432216, -0.00152123766, 0.0181519575, -0.00351259555, 0.00337776844, 0.00750063313, -0.0594941415, -0.0310243778, 0.0457276069, 0.00528308563, 0.0116873635, 0.0110912863, 0.0252623018, 0.0436839126, 0.0219554957, 0.0111409593, 0.0298889931, -0.0147458045, -0.0166475736, -0.00336889829, -0.00717421, 0.0475726053, 0.0171017274, -0.00241446588, 0.0102823246, -0.013780728, -0.027660802, 0.0020294995, -0.000747757033, 0.0391707607, -0.012702113, 0.0344021469, 0.00900501758, -0.0401074551, -0.0367864557, 0.0311379172, -0.0236585718, -0.0239140335, -0.00950884447, 0.00350904744, 0.0124679394, 0.00448476849, 0.0129008051, -0.0201530736, 0.0203091875, -0.00673424872, -0.00560596026, -0.00455218181, 0.00901921, 0.00757159479, -0.0162785742, 0.00979269, 0.018691266, 0.016235996, 0.0296335332, -0.0135962283, 0.00123473047, 0.0174991116, 0.0383476093, 0.019216381, 0.00173589634, 0.00899082515, 0.0283704177, -0.00229915348, -0.0167043433, -0.0188473817, 0.0170165729, 0.00368290301, -0.0199969579, 0.0353956074, -0.0172010735, -0.0313366093, -0.0163353421, 0.0179248806, 0.0195711888, 0.00573723903, -0.00618074881, 0.0153418817, -0.00478990283, -0.0065745851, -0.0149161126, -0.0435419902, 0.00395255676, -0.0459830686, -0.0037893455, 0.00650362391, 0.0295767635, 0.0109067867, -0.011275786, -0.0187764186, 0.0211039577, 0.000130835309, 0.00770642143, 0.0179816503, 0.0102113634, 0.0209762268, 0.0308256857, -0.0232611876, 0.00572659494, -0.0260003023, -0.0272776093, 0.0220832266, -0.011275786, 0.0411009155, -0.0113112666, 0.00496021053, -0.0203801505, -0.00433220109, 0.01964215, -0.0112474011, 0.00784124807, 0.0136600938, -0.028313648, 0.0103249019, 0.0220832266, 0.0212742649, 0.0170591511, 0.0363323, -0.00845861342, 0.0113112666, -0.0217000339, 0.0185351502, 0.00607785443, 0.0183080733, -0.0029165186, 0.0115880165, 0.0214161873, -0.00692939293, -0.0118647665, -0.0392843, -0.00385675882, 0.0168746505, 0.0297470707, 0.0019248313, -0.000508705445, -0.0281433407, -0.0202382263, -0.0102539407, 0.002975062, -0.00566627784, -0.0255319569, 0.0385746844, 0.0195286106, 0.00445993198, 0.0338912234, -0.00487860478, -0.0178964958, -0.00273556681, -0.0201388802, -0.00993461348, -0.0120492671, -0.0250636097, -0.00407319143, 0.0155689586, 0.0119428243, 0.0100907283, 0.00775609445, 0.0046799127, -0.000346602697, -0.00737290224, -0.00173589634, 0.00767094083, 0.0197273046, 0.0156399198, -0.0114957672, 0.029491609, -0.00999138225, 0.00495666265, 0.00382127799, 0.00923919, -0.017286228, -0.0253474563, 0.015710881, -0.00293425913, 0.0100907283, 0.0150154587, 0.030740533, 0.0174281504, -0.0382340699, 0.0161508434, -0.00373257627, 0.0376947634, 0.0494743735, -0.0363323, 0.0814638287, -0.0109351706, 0.0204227269, -0.0226651113, 0.0142206894, 0.0161508434, -0.0341183022, -0.0111551518, -0.0153560741, 0.0129149975, 0.0101758828, -0.0295199938, 0.00463733543, 0.019869227, -0.00414415309, -0.00674844114, -0.0105164982, 0.0392843, -0.0211039577, 0.0226367265, -0.0355091467, 0.019542804, -0.0138091128, 0.0139581319, 0.0397668369, -0.0134897856, -0.00620558532, -0.0148451505, -0.017286228, -0.0267808791, 0.024552688, -0.0324152261, -0.0212600734, -0.0178964958, -0.00683714263, 0.0124395555, -0.00798317138, -0.020394342, -0.018137766, 0.0178255346, 0.0189751107, -0.0049034413, -0.00261493213, -0.0493040681, -0.0121840937, -0.0275472645, 0.0112686902, 0.0251345728, -0.00368290301, 0.0193866882, 0.0239140335, -0.0105519788, -0.0154696126, -0.00837346, -0.00364387431, 0.0184499957, 0.00618074881, -0.0127659785, -0.021898726, -0.0210755728, -0.00157268473, 0.0223103035, 0.0309392251, 0.00463378755, 0.013929747, -0.020621419, 0.0229631495, 0.0270931106, -0.0267099179, 0.0380637608, 0.0014112473, -0.0301444549, -0.0255319569, -0.0107009979, 0.0297470707, -0.0381489173, 0.0111764399, 0.00372548, 0.00155139633, 0.0300309174, -0.0249642637, -0.0253332648, -0.0194718428, 0.0155121889, 0.0124679394, -0.0240559559, -0.00146979059, 0.000860408472, 0.0239849947, 0.0159805361, 0.00218384084, -0.0400790684, 0.0160656888, -0.00241269171, 0.0111125745, -0.0146464584, 0.0190744586, 0.0125247091, 0.00136246125, -0.0340331458, -0.0202240348, 0.0100126714, -0.0192021877, -0.0103603825, -0.00196208619, 0.00505246036, -0.0221683793, -0.0119924974, -0.0404764526, 0.0528805293, -0.0436271466, 0.0267808791, 0.0199118033, -0.0116873635, 0.0287961867, 0.00433574896, -0.0141710164, -0.0105945552, 0.0203517657, -0.00576207554, 0.0264260713, -0.00171726884, -0.00410157628, -0.0363323, -0.00417963369, 0.00582948932, -0.0117441323, 0.0377231464, 0.0219554957, 0.0423498377, 0.010147498, 0.0103603825, -0.0387733765, 0.0196279567, -0.0647736788, -0.00395610509, 0.00283668702, 0.0189609192, -0.0166475736, -0.0183364581, 0.000490078, -0.00132964156, -0.000844442111, 0.0138942664, 0.00148664392, -0.000863513036, 0.0319326855, 0.0151006123, 0.000929595961, -0.00207207655, 0.0274195336, 0.0202098414, -0.0478848368, -0.0138587859, -0.00760707539, 0.0343737639, -0.0274337251, 0.0125034209, -0.018364843, 0.0160940737, 0.0278453026, 0.0192447659, 0.016037304, -0.0143768052, 0.0272208415, -0.012027978, -0.00425059535, 0.0149728814, 0.0198976118, -0.00110611273, 0.0168320742, 0.00448122, -0.009395306, 0.0166617651, 0.00923919, 0.0100623444, 0.0187196508, 0.0217568036, -0.00304424949, -0.000208005964, -0.0134117277, 0.00285620126, 0.0297754556, 0.0274479184, -0.0163353421, 0.0150154587, -0.0172294583, -0.000941127189, -0.00628009485, -0.0497014523, -0.0128298439, 0.00366161461, 0.00443864334, 0.00410157628, 0.00961528625, 0.0231476501, 0.0110558057, -0.0366445296, -0.00870697945, -0.0272492245, -0.00703938305, -0.0340615325, 0.020067919, 0.00826701801, 0.00491053751, 0.0247797649, -0.0140787661, 0.0358497612, -0.0144335739, 0.0281149559, 0.00978559442, 0.00646459498, 0.020621419, -0.00429672049, 0.0201388802, 0.019216381, -0.0185351502, -0.00387449912, -0.0021572304, 0.00176605489, 0.042293068, 0.00860763248, -0.0175558813, -0.00397384539, 0.0196137652, -0.0132343238, 0.0189893041, -0.0108216321, -0.043797452, -0.0120847477, -9.28043664e-05, -0.00125247089, -0.0004333088, -0.0552080646, 0.0114886705, -0.0278878789, -0.008068325, 0.0128440363, 0.0136246122, 0.00882761367, 0.0088063255, -0.0126595357, 0.029264532, -0.0105874594, -0.0217284188, 0.00754321, -0.0343737639, 0.00160373049, 0.0127375936, 0.0248365328, -0.0356794558, -0.00577272, 0.0531076044, -0.00853667129, 0.0105164982, -0.0129575739, 0.0370135307, 0.00913274847, -0.0027107303, -0.000696753443, -0.017215265, -0.00558467209, -0.0465223752, 0.011850575, -0.00975011382, 0.0210046116, 0.0306553785, 0.00451670121, 0.0670444444, -0.0271498784, -0.0125176124, -0.0141639207, 0.00575852767, -0.023800496, 0.0250778031, 0.00347179268, 0.0056272489, -0.0485660657, 0.0262131877, 0.00159042515, 0.0202382263, 0.00204901397, -0.0137168625, -0.00608849898, -0.00762836402, -0.00520502776, 0.00745096, 0.000347046211, 0.0119854016, 0.00753611373, 0.0240133796, -0.0104313437, -0.0205788426, -0.0267383028, 0.0355943, -0.0460398383, -0.0139013622, 0.0494176038, 0.00678392174, -0.0223386884, -0.0153560741, -0.00904049817, -0.0350266099, -0.0036580665, 0.0184925739, 0.0190318804, 0.0177261885, 0.0167753045, -0.0221399963, 0.0370419174, -0.00246946095, -0.00762836402, -0.0321313776, -0.0137452474, -0.025205534, 0.0289664939, 0.00866440218, -0.0140007092, -0.0241836868, -0.0257874187, 0.00554209482, 0.0245668795, -0.000887906062, -0.0299457628, -0.024552688, 0.000869722164, -0.0379218385, -0.0115596326, 0.00104047335, 0.00489279721, -0.00299989851, 0.0134755932, -0.0103461901, 0.00943078659, -0.00350017729, -0.0279162638, -0.023928225, 0.00381063391, 0.00661006616, 0.030740533, 0.0147032281, 0.0125034209, -0.0260003023, 0.0116234981, -0.0124324588, -0.013354959, 0.0114602866, 0.0292361472, -0.0161792282, -0.0268376488, -0.0151148047, -0.0323868394, -0.0120492671, 0.0434568375, 0.00532566244, -0.0269511864, 0.00945917144, -0.0138233053, -0.0120208822, -0.013078209, 0.0364458375, 0.00123118248, 0.0150864199, -0.00962947868, -0.000389401364, -0.00317907636, 0.0103674782, -0.0137026701, -0.0115809208, -0.0297186859, 0.000902098371, 0.0104313437, 0.0112828827, 0.0105945552, 0.0165908039, 0.00339373481, 0.00175541069, 0.018889958, -0.00652136421, 0.0353104547, 0.008068325, 0.00607430656, 0.00509503763, 0.00151680259, 0.00917532481, -0.00659942161, -0.0219554957, 0.0177403819, -0.00328906672, 0.00244817254, -0.0169314202, 0.0128795169, -0.00594302779, -0.00138020166, -0.0454153754, 0.00314359553, -0.0155689586, -0.0143413236, -0.00392062403, -0.00203659572, -0.00874246, -0.0236443803, 0.00979978684, -0.0217426103, 0.0136033241, 0.010999036, 0.0151715735, 0.00950174779, 0.0214161873, -0.00475797, -0.00222286978, -0.00241978792, -0.00632267166, -0.0140787661, -0.00644330634, 0.0364742242, 0.0215864964, -0.0177687649, -0.0313366093, -0.012276344, -0.0146038821, -0.0350266099, 0.0191596113, 0.0189893041, -0.0194718428, 0.0106300367, 0.0151431896, -0.00563079678, -0.00348243676, 0.00601044111, -0.022750264, 0.0152709205, -0.00851538312, -0.0306553785, -0.0189183429, 0.018790612, -0.0237437263, -0.00180242269, -0.00455927802, 0.0120350746, 0.0302579943, -0.0233463421, -0.0272492245, -0.00702164276, -0.01964215, 0.00081827509, -0.0177687649, -0.00093225704, 0.0247088019, -0.0144903436, 0.0033724464, -0.00198337459, -0.0177545734, 0.0133691514, 0.0711886, 0.0037893455, -0.00910436362, -0.0169314202, 0.00656039314, -0.0158811882, -0.0253474563, 0.00911855604, 0.0394262224, -0.0340615325, 0.0172578432, 0.00440671062, -0.01964215, 0.0119570168, 0.0080328444, 0.0438826084, 0.022551572, 0.0358781479, 0.0205078814, -0.039937146, -0.0160231125, 0.0186344963, 0.00386385503, -0.0265112258, -0.00515535474, 0.00193902361, -0.0130143436, -0.00585787371, -0.0150722275, 0.00310279266, -0.00595721975, 0.0182087272, 0.0152425356, 0.00762126781, 0.0116873635, 0.0679527521, 0.00714582531, 0.00609204685, -0.00219271099, -0.00786963291, -0.00868569, -0.00609914307, -0.0189467277, -0.030343147, -0.00422930671, -0.0083379792, 0.0102397483, 0.0127446894, -0.0131562669, 0.0358781479, 0.0100552477, 0.00135980023, -0.0159379579, -0.00884180609, 0.00739419088, -0.0035214657, 0.0105306897, -0.0348846838, 0.00336002815, -0.0676689073, -0.00281185028, -0.00192660536, -0.00133318966, -0.00572659494, 0.0245668795, 0.0218135733, -0.00857215188, -0.00772771, -0.0231050719, 0.0428323746, 0.00467281649, 0.0257874187, 0.00448476849, 0.0024251102, -0.0534766056, 0.00372193195, 0.00732322922, -0.0262557641, 0.0123544009, -0.0198550336, -0.011275786, 0.0164346881, -0.00234705233, -0.0118860556, -0.0110345166, 0.00669876765, -0.0087140752, -0.0260712635, -0.0224806108, 0.0123402094, 0.00882761367, -0.0217284188, -0.019869227, -0.00974301714, 0.0220690332, -0.023176033, 0.0173997656, -0.0221825726, -0.0187054574, -8.47657575e-05, 0.00820315257, 0.0163637269, 0.0219129194, 0.0360484533, -0.00736580603, -0.00955851749, -0.000297594903, 0.00650717178, -0.0225373805, 0.0282143019, 0.029264532, 0.0101545937, 0.0222961102, -0.020720765, -0.0096436711, -0.00142721366, 0.0213310346, -0.0140219973, 0.0289381091, 0.0148593429, -0.0433432981, 0.03607684, 0.00401997054, -0.0102752289, 0.00703228684, 0.00894115213, -0.00324294157, -0.0182229187, 0.0109138824, -0.00376450876, -0.00109280751, 0.0117867095, -0.00780576747, 0.0140858628, -0.00479345117, 0.00982817076, 0.00223351386, 0.0289664939, 0.0317339934, 0.00828830618, 0.000348154979, 0.0183790345, -0.011573825, -0.0012409396, 0.0194576494, 0.00643266225, -0.0288529564, 0.026582187, 0.000533541956, -0.0222393423, -0.00874246, -0.0156399198, 0.013929747, 0.004509605, 0.016463073, 0.00800446, 0.023076687, 0.00960819051, -0.0140432855, -0.0138020162, 0.0185635351, 0.0155973434, 0.0045628259, 0.0132839978, 0.00624816213, 0.0090546906, 0.00391707616, -0.0207775347, 0.0282284934, -0.0172294583, 0.0102326516, 0.0113325557, -0.00980688259, 0.00260428805, 0.0234173033, -0.0097359214, 0.0363323, -0.0012808555, 0.0363323, 0.016888842, -0.00317375408, 0.00626590243, -0.0214871503, -0.00852247886, -0.00379644148, -0.0140007092, -0.0030140907, -0.0137381507, -0.0135323629, 0.0191879962, -0.000847990217, 0.0143555161, -0.00813219, 0.0145896897, 0.0255887248, -0.0329829156, -0.0327274539, 0.0104668252, -0.00543565257, 0.0246236492, -0.00414415309, 0.00686907535, 0.0027834659, 0.0340331458, 0.00959399808, 0.00305666775, -0.0140716704, -0.00624816213, 0.0271498784, -0.00936692115, 0.0151006123, -0.00247478322, 0.0342602246, 0.0111906324, 0.00658168131, -0.0139439395, 0.00351791759, 0.00353210978, 0.0157676507, 0.0118718632, 0.0108925942, -0.0093030557, 0.00546048908, -0.0128582278, -0.0148451505, 0.00774190249, -0.0011939276, 0.00213948986, -0.0111196712, 0.00524405669, -0.0258725714, 0.0504394509, 0.0253190715, -0.02179938, 0.00210400927, -0.0121486131, 0.0111764399, -0.00639718119, -0.00243752846, -0.0167753045, 0.00360129727, 0.0247371867, -0.014156824, -0.0103887673, -0.00862182491, -7.98317124e-05, 0.027760148, -0.0245384946, -0.00124537479, -0.00574788358, -0.00884180609, -0.01237569, 0.0359065309, -0.0174139589, -0.000981930061, 0.00341502344, 0.00445283577, 0.00196031202, -0.000516688626, -0.0386314541, 0.0152283432, 0.0351969153, 0.0173997656, -0.0132556129, -0.0225089956, -0.00965786353, -5.48011449e-05, -0.0186628811, -0.0107080936, -0.0164772663, -0.0271782633, -0.00649297936, 0.00712453714, -0.00525470078, -0.00886309426, 0.0130569208, 0.0254893787, -0.00283846096, -0.00924628694, -0.0152141508, -0.0198550336, 0.00977140199, -0.000220091606, -0.00600689324, 0.0219554957, 0.0114673823, -0.00757159479, 0.029917378, -0.0125034209, -0.00553854695, 0.00405190326, 0.0156966895, 0.0126382476, -0.0460398383, 0.00821024831, -0.00390643207, 0.00660297, 0.0213026498, -0.0142987473, 0.0174849201, 0.0284839552, 0.0100836325, -0.0199259967, 0.0271073021, 0.00170485058, -0.00653910451, 0.00552080665, 0.00978559442, 0.00454863347, -0.0268802252, 0.00110433868, -0.0328693762, -0.0203801505, -0.0222109575, -0.0159095731, 0.00259364373, 0.0259151477, -0.0144690545, -0.00929596, -0.00981397834, -0.0219413042, -0.00155849243, -0.0108003439, 0.00701454654, 0.00737290224, -0.0183932278, -0.0122337667, -0.00698971, -0.0179248806, 0.00917532481, -0.000325092493, -0.0184925739, -0.0397668369, 0.02179938, 0.013028536, -0.00368290301, -0.0221825726, -0.0375528373, -0.0137026701, 0.0106158443, -0.0130711123, 0.0104242479, 0.00491408538, 0.0133194784, 0.0163637269, -0.0110274209, -0.00421156641, 0.018691266, -0.0206072275, 0.0212174952, 0.0039986819, -0.0122195743, 0.0208910722, -0.0112048248, 0.0164346881, 0.0218135733, 0.00653200829, 0.0305134561, -0.00804703683, 0.0332099944, -0.00150261028, 0.0109635554, -0.00620558532, 0.000846216164, -0.00451670121, -0.00110522576, -0.0158244204, -0.0119854016, 0.0235308409, 0.00602463353, -0.000239273388, 0.00214303797, 0.0235876106, 0.0109919403, 0.0207491498, -0.00624461425, 0.000878592371, 0.0127163054, 0.0119428243, -0.0295199938, -0.0215439182, 0.00246236497, -0.0167043433, -0.00386030693, -0.00853667129, -0.000457258313, -0.00699680625, 0.0115312478, -0.0320462249, 0.00454153772, 0.0202098414, 0.0204936881, 0.0224806108, 0.000479877315, -0.0148451505, 0.00183967757, -0.0040341625, 0.0122479592, -0.0124821318, 0.00466926815, 0.0300309174, 0.0321881473, -0.00184145151, 0.00213948986, 0.0159095731, -0.0139865167, 0.01425617, -0.00445993198, 0.00823863316, -0.0203233808, 0.01237569, 0.0151289972, -0.0286400709, 0.00508794142, 0.0194008816, 0.00195144187, -0.00624106592, 0.0121486131, -0.00439961441, 0.000285620132, 0.0132769011, -0.0164346881, -0.00357646076, -0.000564144109, -0.0136813819, 0.00750772934, 0.0194860343, 0.00806122925, 0.00598915247, 0.024155302, 0.0260854568, -0.00975721, -0.0197131112, -0.0105448822, -0.00593238324, 0.00537888333, 0.00470829709, 0.00564144133, 0.00294490322, 0.00958690234, 0.00954432506, 0.00401997054, 0.0116731711, -0.00274443696, -0.00243043224, 0.00656394102, 0.0370703, 0.00846571, -0.00827411376, 0.00422575884, 0.00354452804, 0.0124324588, -0.00332454732, 0.0135678435, -0.00764255598, -0.00349662919, 0.00696842186, -0.00684778718, 0.012326017, 0.00588271, 0.00487505691, -0.00326955225, 0.00452024909, -0.00355162425, 0.0182938818, -0.00372193195, 0.0019248313, -0.0116873635, 0.0021572304, -0.00436058547, 0.0109777479, -0.00773480628, 0.019216381, -0.00237898505, -0.00160373049, -0.000353255338, 0.0105023058, 0.00308860024, -0.0117441323, 0.0047757104, -0.00624461425, 0.00123473047, 0.0167185348, -0.000874600781, 0.0132059399, 0.0209052656, -0.000729573192, 0.00953013264, -0.00667038327, 0.00801865198, 0.0251345728, -0.0147741893, -0.0166049972, 0.00469055679, 0.00519438367, -0.00777028687, -0.00501697976, 0.0110841896, -0.0156399198, -0.00585432583, -0.00339550897, -0.0118931513, -0.016988188, -0.0283562243, -0.00491763372, -0.00146446843, -0.0203375723, 0.0244675335, -0.00090076786, 0.00474023, 0.0205930341, -0.0241127256, 0.00840894, -0.0067626331, 0.0122479592, 0.00919661392, -0.0191454198, -0.00529727759, 0.00542500848, 0.00173234823, -0.00867149793, 0.00054196862, -0.00855086371, -0.0243114177, 0.00592528749, 0.0157818422, 0.00577272, -0.00249784556, 0.0200111493, 0.00302650896, 0.00267524947, 0.0263551101, -0.00310988887, -0.00538597954, 0.00726291211, 0.00667747948, 0.00404480705, 0.00230624946, 0.0220974181, 0.017286228, 0.0198976118, 0.0412712209, -0.000937579141, -0.0141923046, -0.00817476772, -0.00182903325, 0.0197698809, -0.0208059195, -0.00185741787, 0.000522897753, -0.00267879758, 0.00518373912, -0.0126666324, 0.0128866127, -0.00555983558, 0.012751786, -0.00290764845, 0.00561305648, -0.0248365328, 0.0158669967, 0.0151857659, -0.00686197961, 0.0180526115, 0.00167824, 0.0169314202, 0.0129149975, 0.0116802668, -0.0166759584, -0.00130924012, -0.0167185348, 0.0127163054, 0.0020632064, 0.0110416133, -0.00264509092, 0.00387449912, -0.000971285859, -0.0164204966, 0.00165606453, 0.00333164353, 0.00502407597, 0.00351082138, -0.0148451505, 0.00228318712, 0.00446348, 0.0133833438, 0.0024428505, -0.0198266506, 0.0224522259, -0.0116802668, 0.0105874594, 0.00912565179, -0.00385321071, -0.00532921031, -0.000809848367, -0.00549951801, -0.000584102061, -0.0170733426, 0.0118292859, -0.0014476151, -0.00569821056, -0.015256728, 0.000586763083, -0.00410157628, -0.00999138225, -0.00458766241, -0.00667747948, -0.00629073894, 0.0150012663, -0.0412712209, 0.00260251388, -0.00425414322, -0.0486228354, -0.00814638287, -0.0194292646, 0.0315353, -0.0176836122, -0.0262983404, 0.0114673823, -0.00976430532, 0.0141923046, 0.00419027777, 0.0169314202, 0.00185919192, -0.0327842236, 0.0126808239, 0.00260074, 0.00535404682, 0.00299812434, -0.0182229187, -0.0160089191, 0.000700745033, 0.0152141508, -0.0087140752, -0.00715647, -0.00948046, -0.000705180166, -0.0249926485, -0.007692229, 0.00059962488, -0.00312230713, 0.00807542168, -0.0107932482, -0.0134826899, -0.00658522965, 0.0109777479, 0.000165429054, -0.00603882549, 0.00196031202, 0.00157002371, -0.0160940737, 0.0147174206, 0.00510213338, -0.0026308985, 0.0063084797, 0.00508794142, -0.0233037639, 0.0123331128, -0.0122408625, -0.00243752846, 0.00238075922, 0.0142774591, -0.00227963901, -0.00913274847, 0.0292929169, 0.0100339595, -0.00877084397, 0.00536469137, 0.0130001511, -0.0097146323, 0.0114886705, 0.011375132, -0.0168036893, -0.0249500722, -0.0142987473, -0.00949465204, 0.00679811416, 0.0276324172, 0.000922499807, -0.00869988278, 0.00412641279, -0.00882051792, -0.00455218181, 0.00540726818, 0.0105874594, 0.0210897643, -0.00427897973, 0.00493182614, -0.0145187275, -0.00259541767, 0.044450298, -0.00184322556, -0.012326017, -0.0230057258, -0.0301444549, -0.00611333549, -0.0212458801, -0.00719195046, 0.00991332531, 0.0072380756, 0.00292538875, 0.023828879, 0.00903340243, 0.00879213307, 0.00579400826, -0.00573014328, 0.00669522, 0.00314891757, 0.00668102736, 0.0123898825, 0.00498149917, 0.00309569645, -0.00567337405, -0.0254893787, 0.00296441768, 0.00682295067, 0.0097359214, -0.00221754774, 0.00912565179, 0.0304283015, 0.0116944592, 0.00661361404, 2.81489956e-05, 0.00152478577, -0.00683004688, -0.0255603418, 0.00413705688, 0.00345937442, -0.0441664532, 0.0225373805, 0.00275508128, 0.0255177636, 0.038432762, 0.0311946869, 0.0249358788, -8.90484e-06, 0.0076141716, -0.00561305648, 0.0043747779, 0.00657813344, -0.0194860343, 0.020294996, -0.00114514155, 0.004885701, 0.000971285859, 0.00989203621, -0.0160656888, 0.00149994926, -0.00153276895, -0.0209620334, 0.0188048035, 0.00503472, 0.00472958572, 0.00960109383, -0.0266247634, -0.0132556129, 0.0142348818, -0.015058035, 0.00940949842, 0.00642556604, -0.00223351386, 0.00544984499, -0.0294632241, 0.0136742853, 0.00184499961, -0.000473668188, 0.00462314347, -0.005950124, -0.00207739859, -0.0048502204, -0.01265244, -0.0110770939, -0.018464189, 0.0262841489, -0.00560241239, 0.0167043433, 0.00978559442, -0.000503826828, 7.08506486e-05, 0.00943788234, -0.00447057607, 0.0235592257, -0.0225373805, -0.0014112473, 0.0207065735, -0.00305311964, 0.00729484484, 0.0128014591, -0.00472603738, 0.0142135937, -0.00726291211, -0.0105803637, 0.0442799926, 0.0224522259, -0.00589335477, 0.0288245715, 0.00401287433, -0.00276927347, 0.00857924856, 0.00894824788, 0.00385321071, 0.00943788234, -0.00507374899, -0.0280439947, -0.0284413788, -0.00210933131, -0.00137399253, -0.0159805361, 0.000104058425, 0.0135181705, -0.0198408421, -0.00557402754, 0.0295767635, 0.0021998072, -0.0107861515, -0.00300876866, -0.000278967491, 0.0200537276, 0.0112048248, 0.00547823, -0.0198834185, 0.0182371121, -0.0128724203, -0.00417608581, 0.00204901397, 0.0110983821, 0.00518019125, 0.0178113431, 0.010999036, -0.0135323629, -0.0112686902, -0.00943788234, -0.00274088886, -0.00910436362, 0.00469055679, 0.00111941807, -0.00419737399, -0.00671650842, 0.00366516272, -0.00018394558, 0.000213217209, 0.00792640261, 0.0410441458, 0.0194008816, -0.0161792282, 0.00805413257, 0.0166475736, 0.00861472916, -0.0268518403, 0.00906178635, -0.0198976118, 0.0306269936, -0.000455040776, 0.00550661422, -0.00644330634, -0.00547113363, 0.0129646705, -0.0111196712, -0.0254893787, -0.0117228441, -0.0149444966, 0.0167185348, -0.0152283432, 0.00945207477, 0.0128440363, 0.00306553789, -0.00949465204, -0.000795656117, -0.00332632149, -0.00869988278, 0.00923919, -0.0169172268, 0.000120523713, 0.0132272281, 0.00760707539, 0.0248507261, 0.00696842186, -0.0196137652, -0.0115951132, -0.0212884564, -0.0200395342, 0.0146606509, 0.00175008865, -0.0362187624, -0.0173429959, 0.00252977828, -0.0146180736, -0.000431534776, 0.0150296511, 0.00475087389, -0.0102539407, -0.000988139189, 0.0238572638, 0.00145559828, -0.0230199192, -0.00309392251, 0.00414060475, 0.0415834524, -0.00624106592, -0.0246804189, 0.0245952643, -0.00271250424, 0.0190176889, -0.00603882549, 0.0179532655, 0.00429317215, -0.00102716801, -0.0203233808, 0.0104242479, 0.00972172897, 0.0121060358, 0.0170307662, 0.0228212271, 0.0251771491, -0.0160798822, 0.00374676846, -0.0338060707, -0.01265244, 0.00207917276, -0.0107577667, 0.0117370365, -0.00975721, 0.0248081498, -0.0156399198, -0.000888793089, -0.00711034471, 0.0106513249, 0.0224522259, 0.00272137439, 0.036729686, -0.00499214325, 0.021146534, 0.00852957554, 0.00398448948, -0.00147067755, 0.00202595163, -0.00486441236, -0.00451670121, -0.0197698809, 0.0287961867, -0.00800446, -0.0142703624, -0.00464798, -0.00701454654, 0.0109848436, -0.00604237383, -0.0143555161, -0.0115525359, 0.0138162086, 0.000963302678, -0.0120989401, -0.00490698917, -0.00504536415, -0.000630227034, -0.000506931392, -0.00169243233, -0.00597496051, 0.0146464584, 0.00936692115, -0.0134472093, -0.00401287433, 0.00160639151, 7.83903088e-05, 0.00426123943, 0.0210755728, 0.01803842, -0.012326017, 0.000160883079, 0.00382127799, -0.0113964211, 0.0120989401, -0.0162927657, 0.0296335332, -0.00696132565, -0.0205220729, 0.0029715139, -0.00138197572, 0.00904049817, -0.0148309581, 0.0101545937, -0.000487416983, 0.0266673416, 0.000786342367, -0.0125672864, -0.00860763248, 0.00940240175, -0.0208343044, -0.0233321488, 0.00730194105, 0.00389933586, -0.0139723243, 0.00855795946, 0.0302579943, 0.0112048248, -0.00774899824, -0.0131207863, 0.0198124573, 0.0171443038, -0.00908307545, 0.00599270081, 0.00441025896, 0.0277459566, 0.0118150935, -0.0114389975, -0.00813928712, 0.00325358589, -0.0111764399, -0.000446835853, 0.0151999583, -0.015710881, -0.0018928987, 0.00306198979, -0.00438542198, 0.01613665, 0.00525824912, -0.0112119205, -0.00849409401, 0.00550661422, -0.00285265339, 0.0282001104, 0.00706421956, 0.000821379654, 0.00732322922, 0.0215439182, -0.00383547042, 0.00806122925, 0.0123685934, 0.0148309581, -0.0283562243, 0.00497440295, -0.0150864199, 0.00300699449, -0.00531147, 0.00227609091, 0.0141497282, 0.00728774862, 0.0188757647, -0.000431756518, 0.0015052713, 0.0253900327, 0.00692939293, -0.00124271365, -0.0109138824, -0.00606011413, -0.0256029181, -0.0108074397, 0.010473921, -0.00696132565, 0.00573369116, 0.0173004195, 0.00979269, 0.0129079008, -0.0196989197, -0.0165482275, -0.018790612, 0.0320462249, 0.00894824788, 0.00686907535, 0.0093385363, 0.0219838805, -0.00538952788, -0.0143413236, -0.0176836122, -0.00434639351, 0.000135381284, 0.0204794966, -0.00548887393, -0.015583151, -0.00686907535, -0.0107435752, 0.00447412394, -0.00569466222, 0.0258441865, -0.0215581115, -0.000289833464, -0.0049460181, 0.0359065309, 0.018691266, -0.0093030557, 0.0208343044, -0.00886309426, 0.00870697945, 0.0159237664, 0.0164914578, -0.0044918647, 0.0120918434, -0.0266247634, 0.0159237664, 0.00446702773, 0.0210188031, 0.00466572028, -0.00365097052, -0.0128582278, 0.000138929361, -0.00364032621, -0.0144903436, 0.0063084797, 0.000884358, -0.0145754972, 0.00534340274, -0.000406032981, -0.0112828827, 0.00758578675, 0.0147032281, 0.00353388395, 0.0221541878, -0.00859344099, -0.00646459498, -0.00670941221, -0.000854199345, 0.0035214657, -0.00662071025, 0.00607785443, 0.00948046, -0.0047153933, -0.00714937365, 0.00918951724, 0.00682649855, -0.00109280751, -0.0108216321, 0.0155121889, 0.007692229, -0.0110274209, -0.004697653, 0.00799026806, 0.00527953729, 0.00305844168, -0.000273423619, -0.00639718119, 0.00277104741, 0.0173855741, 0.0185209587, -0.00328019657, -0.0142206894, 0.0161508434, -0.00169509347, -0.00597496051, -0.01089969, -0.00614172, 0.00279765809, -0.00366516272, 0.0170165729, 0.00242865807, -0.00891986396, -0.0221541878, 0.0140716704, 0.0066845757, -0.0109067867, 0.0321597643, 0.000448609877, -0.0253190715, 0.0024428505, -0.0224096496, -0.00300344662, -0.00887728669, 0.00370419165, -0.0111267669, -0.00470120087, 7.41769691e-05, -0.0102326516, 0.00608849898, 0.00551016256, -0.0213736109, -0.00261848024, -0.0113893244, -0.00046479798, -0.025404226, 0.0183790345, 0.015483805, 0.00976430532, -2.44761814e-05, -0.00660651783, -0.013354959, 0.00608495064, 0.0119286319, -0.0122905364, -0.0057975566, 0.00370419165, -0.0178964958, 0.0130072478, -0.0116022089, 0.00440316275, 0.0203091875, -0.00967205595, 0.00765674841, 0.0118718632, -0.0126808239, -0.0209336504, 0.00242865807, 0.00728065241, 0.0008431116, 0.0160798822, 0.00858634431, -0.0135394586, -0.00798317138, -0.000789003447, -0.00573014328, -0.00468700845, -0.0184216108, 0.00333696557, -0.000583658519, -0.000146690771, 0.00517309504, 4.79821865e-05, -0.0110132284, 0.00197805255, 0.0182087272, -0.0154554201, 0.0166049972, 0.00799026806, -0.0105590746, 0.000675465, -0.0152425356, -0.00196386012, 0.0114744781, -0.00328551861, -0.0129930554, -0.00589690264, -0.00349840312, 0.0196279567, 0.00481119147, 0.0215297267, -0.00489989342, 0.0175274964, -0.0108642094, 0.00264686486, 0.00053797703, -0.0129504781, -0.0195853803, 0.00530792214, 0.0158386119, 0.00500633568, -0.0064965277, 0.00416544126, -0.0189609192, 0.0161082651, 0.00316311, -0.00918951724, 0.0185777266, -0.0045273453, -0.0175558813, -0.0236443803, -0.0229915343, -0.015710881, 0.0223670732, -0.0100268638, -0.00632976787, 0.00387804722, -0.00138907181, 0.00575852767, 0.0142632667, -0.00328551861, 0.00566627784, 0.00593238324, 0.00891986396, 0.0208484959, -0.0107932482, 0.00847990252, 0.00916822907, 0.00361726363, 0.00926757511, -0.00720259454, 0.00283136475, -0.000631557545, 0.0123473052, -0.00500633568, -0.0152141508, -0.00621977774, 0.0072380756, 0.0265254173, -0.00483957585, 0.0100339595, 0.000597850827, 0.00823153649, 0.0121486131, -0.00225125439, 0.000726468628, 0.0212458801, 0.0269369949, 0.00119658874, -0.0173855741, -0.00229205727, 0.0205220729, -0.000346159184, 0.00353743206, -0.000145027618, -0.024879111, 0.0102184592, -0.00745096, 0.00681230612, 0.0190886501, 0.00142011745, 0.0185635351, 0.0170165729, -0.0101616904, 0.00331212906, 2.86895215e-06, 0.00982817076, -0.0192589574, 0.0104526328, 0.00774190249, -0.0184074193, 0.0102255559, 0.0192447659, -0.00845861342, -0.0107506709, 0.0072558159, -0.00878503639, 0.0231050719, -0.000689213804, -0.0205362644, 0.0152425356, -0.00374322035, -0.00339196087, 0.029264532, -0.0118221901, 0.000326644775, 0.00536114303, 0.00777028687, 0.0332383774, 0.00917532481, -0.00348066282, -0.0125601897, -0.00954432506, 0.00248542731, 0.0103178052, -0.00594657566, 0.00690455642, 0.00697906595, 0.00588271, 0.00637234468, -0.0124963243, -0.00159840833, -0.0122834397, -0.0190602653, -0.00331922527, -0.00628009485, 0.00263799471, 0.00647169119, -0.007692229, -0.00716711394, 0.0116022089, -0.0163921118, 0.0142135937, 0.0038248261, 0.00717421, 0.0103319976, -0.0169314202, -0.0123047279, 0.0292077642, 0.0153702665, -0.0268944185, -0.015256728, 0.0275756475, 0.0289097242, -0.00220335531, 0.00747224828, -0.00163655018, 0.00317198015, 0.0208626874, -0.0121131325, 0.015810227, 0.0216290727, 0.00802574866, 0.0134614008, -0.0114957672, -0.01803842, 0.0194860343, 0.0246662255, 0.0241694953, 0.0145896897, -0.00162147079, -0.000451492699, -0.0354523771, 0.00372902816, -7.16822251e-05, 0.0121982861, -0.0308540706, -0.00872117095, 0.00646104664, 0.00533630652, -0.00197627838, -0.00558822, -0.00640782574, 0.00139439397, 0.00425414322, -0.00273379264, -0.00767803704, 0.00399513403, 0.0179816503, -0.01062294, 0.00514825853, -0.0497014523, -0.00268057152, -0.00094911037, 0.0132556129, 0.00399158569, -0.00196740823, 0.0090546906, 0.00346292229, 0.0137523431, 0.0116660744, 0.0102326516, -0.0125176124, 0.0102184592, 0.0117796129, -0.0145116318, -0.00381773012, 0.00420801854, 0.00256880722, -0.0135891316, 0.00392417237, 0.0200537276, -0.000445948826, -0.00577626796, -0.0191596113, 0.00661716191, -0.00686907535, 0.00577272, 0.0081250947, -0.03096761, -0.00611333549, 0.00858634431, 0.00399513403, -0.0011761873, 0.00989913289, 0.00149906217, -0.00281717256, 0.0111125745, 0.00191773521, 0.000639984268, -0.00307795615, -0.000785011856, -0.0106300367, -0.00294667738, -0.0126311509, 0.00062978355, 0.0141426316, 0.00249429769, -0.000651959, 0.0077844793, -0.0137878237, -0.00510213338, -0.00721678697, -0.00460185483, 0.0124679394, 0.0228212271, -0.000326644775, -0.00363323, -0.00745805632, 0.0205646493, -0.00138197572, -0.00605656626, -0.00806122925, -0.0120421704, 0.00252977828, 0.00604237383, 0.00306553789, 0.0029200667, 0.00834507495, -0.00960819051, 0.0225657653, -0.0109919403, -0.0054569412, 0.00493182614, -0.0133123817, -0.0258158017, 0.0189041495, 0.00884890184, 0.0167043433, 0.0122621516, 0.013880074, 0.028838763, -0.0146180736, 0.0142348818, 7.34008281e-05, 0.00731613301, -0.0220122654, -0.0247513801, -0.00324648968, -0.00656039314, 0.00989203621, -0.00216787448, 0.00112207909, -0.012176998, 0.0144264782, -0.00836636405, 0.0174423419, -0.00598205626, -0.000976608, 0.00841603708, -0.00248365337, 0.00432510488, -0.00848699827, 0.0185635351, -0.0180526115, 0.00816767104, -0.0241127256, -0.00424704701, -0.00574433524, -0.0151715735, 0.00377515308, 0.000212662824, 0.00945917144, 0.00186451408, -0.0216148794, 0.0108287288, 0.0056095086, 0.00352856168, 0.0182371121, -0.00597141217, -0.00549597, -0.0174281504, -0.0219554957, -0.00537533546, 0.00951594, 0.0160940737, 0.00425769156, 0.00305844168, -0.000816944521, -0.008068325, 0.00141834351, -0.0201814566, -0.00429317215, 0.0209620334, -0.00724871969, 0.0362471454, -0.00783415232, -0.00398448948, -0.00195499, -0.0129717663, 0.00121344207, 0.0109351706, -0.0212316886, 0.00176339387, 0.000412463851, -0.0321881473, -0.00717421, -0.00171283376, 0.000277636951, -0.00752901752, -0.00782705657, -0.00401287433, 0.00306021562, -0.00513051823, 0.0119570168, 0.00928886328, 0.00137931458, 0.0186628811, -0.0127588818, -0.0112828827, 0.00730194105, 0.0144548621, 0.00323407142, 0.0145896897, -0.0155263813, -0.00664199889, -0.00693648914, 0.0117725171, 0.00767803704, 0.0020809467, -0.00914694089, 0.0190318804, 0.025631303, -0.00487860478, 0.00433220109, 0.0026521869, -0.0320746079, 0.0052688932, -0.0278594941, 0.0251061879, -0.00443509547, -0.00187515828, 1.25014249e-05, -0.00443864334, -0.0108429212, -0.0106158443, -0.00196031202, -0.0162643809, 0.0221683793, 0.00647878693, 0.00231157173, -0.00190176885, 0.00591464294, 0.00434994139, -0.0343737639, -0.0105661713, -0.00862892158, -0.00565208541, 0.00291474466, -0.00645395042, 0.00480409525, -0.0133478623, -0.00795478653, 0.0128227472, -0.00140592514, 0.0036580665, -0.00462669134, -0.0108713051, 0.0121911895, -0.0207349565, 0.00799026806, 0.00452024909, -0.000661716214, -0.0113041708, 0.0143484203, -0.0273627639, 0.00737999845, 0.00645749876, 0.0129008051, -0.00259364373, -0.00173500925, 0.0268944185, 0.0379502214, 0.004321557, 0.00805413257, 0.000274532387, -0.0107861515, 0.0273059942, 0.0131633626, 0.0056095086, 0.0097359214, 0.00518019125, -0.0145896897, 0.00470474921, -0.0256029181, -0.00982817076, -0.00298038404, 0.0213310346, 0.027760148, -0.01062294, 0.0135749392, 0.0104029598, 0.00799736381, -0.0254326109, -0.0156683046, 0.0200963039, 0.00610978715, -0.0204369184, -0.00693648914, -0.0081250947, 0.00110079069, 0.00321100908, 0.0208768807, -0.00537533546, -0.00266283122, 0.0260854568, -0.00646814285, -0.011226113, -0.00319681666, -0.0136600938, 0.00310101872, 0.00146979059, 0.0115241511, 0.0202382263, 0.00452379696, 0.0018308073, -0.0241836868, 0.00354452804, -0.0289523024, -0.00529727759, -0.0166759584, 0.00164453336, -0.012602767, 0.00813219, 0.00245526875, 0.012326017, -0.00184499961, 0.010197171, 0.0160940737, -0.0025191342, -0.00623751804, -0.00350549934, -0.0167753045, -0.006138172, 0.00046612852, 0.0118860556, 0.0189609192, -0.0292929169, -0.00999138225, -0.0269653797, -0.0233179573, 0.0249926485, -0.00895534456, -0.000900324318, -0.0116944592, -0.0321029946, -0.0129079008, -0.00464088377, 0.0142277852, -0.0243114177, -0.0253900327, 0.0235734191, -0.00997719076, 0.0356794558, -0.00140503817, -0.000480764313, -0.0423498377, -0.0239708032, -0.0128156515, -0.00417253748, -0.0174423419, 0.0117086517, 0.00483247964, -0.0126950163, 0.0121415164, -0.00511987414, -0.00325003779, -0.0251203794, -0.0226367265, -0.0163069591, 0.00824572891, -0.0165056512, -0.038432762, 0.00934563298, -0.00449896045, -0.000346824439, -0.00164719438, 0.0353956074, -0.00887019094, -0.0364458375, -0.00848699827, 0.000895889243, -0.00108305027, -0.000392062415, 0.00332099944, 0.00233463407, 0.00367225893, 0.0145471124, -0.0332667641, -0.00855795946, -0.0198976118, -0.0174565352, 0.00511277793, 0.0151289972, -0.0140503822, 0.0162076131, -0.00646459498, -0.0153986504, 0.0013899589, 0.0132910935, -0.00673424872, 0.00408028765, -0.010523594, 0.0278311092, -0.00771351764, -0.00515180686, 0.00573369116, -0.0164914578, -0.020294996, 0.00235592271, -0.00768513326, -0.00881342124, 0.00653555617, -0.015583151, -0.0207349565, 0.0158244204, 0.0061736526, -0.00767803704, 0.00979978684, -0.0140716704, -0.0101404022, -0.0103958631, -0.000824040675, -0.0186628811, 0.0649439842, -0.00271250424, 0.0254326109, -0.0254893787, 0.0107080936, -0.0177403819, -0.00506665278, 0.0340047628, 0.0111196712, 0.0196563415, -0.00147866074, 0.00275508128, -0.0163637269, 0.0186203048, -0.00447412394, -0.00505246036, -0.0063439603, -0.01265244, -0.00421511475, 0.0106797097, 0.0143555161, -0.0169030353, 0.00582948932, -0.0054746815, 0.00039006662, -0.0112119205, 0.0067448928, -0.0159521513, -0.0111551518, 0.0220406502, -0.00909726694, 0.0225231871, 0.011900248, -0.00367225893, -0.0219696872, -0.00420447, -0.0226083416, 0.00910436362, 0.0205930341, -0.00852957554, 0.0107506709, 0.00690810429, 0.0108854976, 0.0194576494, -0.00206143223, 0.00226367265, -0.00264331675, -0.00399513403, 0.0236869566, -0.0200111493, -0.00507020112, -0.0116093056, 0.0065923254, -0.00705002761, 0.0165198427, 0.00982107501, 0.0130569208, 0.00166670885, -0.00907597877, 0.0118789589, 0.0119854016, 0.0315636843, -0.00373612414, 0.00923209451, -0.00390643207, -0.041469913, -0.0249642637, -0.00152744679, -0.00947336387, -0.00929596, 0.0025581629, -0.0125601897, -0.00297683594, -0.0225941502, 0.0113964211, 0.0137239592, -0.00833088253, 8.94226105e-05, 0.00825282559, -0.000661716214, -0.0223103035, 0.00951594, -0.00266992743, -0.00740128709, -0.0232753791, -0.0184783805, -0.0272776093, -0.0161508434, -0.00166759582, -0.0016791271, 0.00175363664, -0.00146092044, -0.00904759392, -0.000992574263, 0.00621622941, 0.00298393215, 0.00390998, -0.00184854772, -0.00175097561, -0.00353210978, 0.0275330711, -0.00401287433, 0.00235060044, -0.0113964211, -0.0048502204, 0.0162218045, -0.00436413381, 0.00587916235, 0.0159095731, 0.00250494177, 0.00857215188, 0.00464798, 0.0232753791, -0.00366516272, 0.0216290727, -5.51060584e-05, 0.00423285505, 0.00188225438, -0.00328906672, 0.00155671849, 0.00725226756, 0.0170023814, -0.0023488265, 0.0136671895, 0.013078209, -0.00654620072, -0.00955851749, -0.00840894, 0.00660297, -0.00703938305, -0.0108429212, 0.0042222105, -0.00379289337, -0.000619582832, 0.0136175165, 0.0136600938, 0.0115099596, 0.0190460738, 0.00700745033, -0.0114035169, -0.0038283742, -0.00307973, 0.00692584459, 0.00466926815, 0.00857215188, -0.00110699981, -0.00224770629, -0.00916822907, 0.0311379172, 0.0131846508, 0.00819605589, 0.00719904667, -0.00815348, -0.0198266506, 0.0129362857, 0.00945917144, 0.0100694401, -0.00362435984, 0.0145258242, -0.00543210469, 0.0103390943, 0.00816057529, 0.0211749189, 0.0241836868, -0.0113538438, -0.0134968823, 0.000221865645, 0.00408738386, 0.00222464371, 0.0125743821, -0.0132201323, 0.0345156863, 0.016463073, 0.0118576707, 0.0115099596, -0.0103532868, -0.00281185028, 0.0109635554, 0.0294064563, -0.0117299398, -0.00711744092, 0.0156399198, -0.00162147079, 0.0477996841, 0.0108713051, 0.0249216873, -0.00465152785, -0.001628567, 0.0130214393, 0.017186882, 0.00462314347, 0.00562370056, 0.0133691514, -0.0159379579, -0.00494956644, -0.00543210469, 0.012602767, -0.019216381, 0.00618429668, 0.00601753732, 0.00241269171, -0.0186770726, 0.00535404682, -0.00849409401, -0.0274479184, 0.0303999167, 0.000994348316, -0.00368645112, -0.0262557641, 0.00465152785, 0.00607430656] |
25 Jul, 2024 | How to use Slider Component in Material UI ?
25 Jul, 2024
Sliders allow users to make selections from a range of values. Material UI for React has this component available for us and it is very easy to integrate. We can use the Slider Component in ReactJS using the following approach:
Creating React Application And Installing Module:
Step 1: Create a React application using the following command:
npx create-react-app foldernameStep 2: After creating your project folder i.e. foldername, move to it using the following command:
cd foldernameStep 3: After creating the ReactJS application, Install the material-ui modules using the following command:
npm install @mui/materialnpm install @mui/icons-materialProject Structure: It will look like the following.
Project StructureExample 1: In this example, we will create a simple application that uses the Slider component to select a particular value along a subjective range of values. Please update the file App.js like the below:
Filename: App.js
JavaScript
import React from 'react';
import { Grid, Slider, Typography } from '@mui/material';
import { VolumeDown, VolumeUp } from '@mui/icons-material';
const App = () => {
// Our States
const [value, setValue] = React.useState(10);
// Changing State when volume increases/decreases
const changeVolume = (event, newValue) => {
setValue(newValue);
};
return (
<div style={{
margin: 'auto',
display: 'block',
width: 'fit-content'
}}>
<h3>How to use Slider Component in ReactJS?</h3>
<Typography id="continuous-slider" gutterBottom>
Volume
</Typography>
<Grid container spacing={4}>
<Grid item>
<VolumeDown />
</Grid>
<Grid item xs>
<Slider value={value}
onChange={changeVolume}
/>
</Grid>
<Grid item>
<VolumeUp />
</Grid>
</Grid>
</div>
);
}
export default App;
Step to Run Application: Run the application using the following command from the root directory of the project:
npm startOutput: Now open your browser and go to http://localhost:3000/, you will see the following output:
https://media.geeksforgeeks.org/wp-content/uploads/20240725151554/q1.mp4
Example 2: In this example, we will create a simple application that uses the Slider component to select a range of values along a subjective range of values. Please update the file App.js like the below:
Filename: App.js
JavaScript
import React from 'react';
import { Grid, Slider, Typography } from '@mui/material';
function valuetext(value) {
return `${value}°C`;
}
const App = () => {
const [value, setValue] = React.useState([20, 37]);
const handleChange = (event, newValue) => {
setValue(newValue);
};
return (
<div style={{
margin: 'auto',
display: 'block',
width: 'fit-content'
}}>
<h3>How to use Slider Component in ReactJS?</h3>
<Grid container spacing={4} mt={2}>
<Slider
getAriaLabel={() => 'Temperature range'}
value={value}
onChange={handleChange}
valueLabelDisplay="auto"
getAriaValueText={valuetext}
/>
</Grid>
</div>
);
}
export default App;
Steps to run the application:
npm startOutput:
https://media.geeksforgeeks.org/wp-content/uploads/20240725151504/1.mp4Reference: https://mui.com/material-ui/react-slider/#main-content
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ? | https://www.geeksforgeeks.org/how-to-use-slider-component-in-material-ui?ref=asr9 | CSS | How to use Slider Component in Material UI ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0244872887, -0.00680673169, -0.0158588383, 0.00958167575, 0.022990372, -0.00749164168, -0.0376770981, 0.0250945278, -0.0287803318, 0.00808475912, -0.027749436, 0.0169179775, 0.00899561867, -0.0315482132, 0.00393293519, -0.0158588383, -0.0291474983, -0.00840250123, -0.0214652121, 0.00399295334, -0.00454017473, 0.00257900287, -0.0303902216, 0.0412922911, -0.0405862, -0.000743162353, 0.0064995815, 0.0095957974, -0.0129285539, 0.00195587636, 0.00126037514, 0.0070785773, -0.0181183349, -0.0122295227, -0.0103442557, -0.00729393587, 0.00704680337, -0.00690911524, -0.0154210608, 0.0193186905, -0.0462914258, 0.0253769644, 0.014100668, -0.00411651935, 0.000699914235, 0.00147485069, 0.00366462022, -0.0211262889, 0.0308421217, -0.0301642716, 0.00262666424, 0.0192622039, 0.0391740128, 0.020970948, 0.00314034638, 0.0223972555, 0.0120529989, 0.0155764008, -0.0198270772, 0.0117705623, 0.0343160965, -0.0824151188, -0.00245896727, -0.0369145162, -0.00675024465, 0.00884733908, -0.00833895244, 0.0599331334, -0.00740691042, 0.0437494926, -0.0293734483, -0.0004624906, 0.00936984736, 0.0115446122, 6.87888605e-05, -0.0222842805, -0.0187961832, -0.00293028401, -0.053747762, 0.0237670746, -0.00698678568, -0.00290204026, -0.0551599488, -0.0232304446, 0.00301324972, 0.0204625614, -0.00332746096, -0.0343443416, -0.00620302279, -0.00605121301, -0.000231686601, -0.0100194532, 0.00598766468, 0.00979350321, 0.00857902411, -0.00290910108, 0.0436082743, 0.0168050025, -0.0294864234, 0.0107890936, 0.0273399018, 0.0359259881, -0.0114316382, -0.0334122963, 0.00438483432, -0.00443426101, 0.0136770122, -0.0102242194, 0.0125048989, -0.0398518629, 0.0286532342, -0.0144113479, -0.000444617646, 0.00893913116, -0.0297971051, 0.0318024084, -0.0234281495, -0.0468845442, 0.0192480814, -0.0174546074, 0.00792235788, 0.0248262137, -0.0211545322, 0.0581820235, -0.0547080487, 0.033271078, 0.0148703083, -0.0488616042, 0.0604980066, 0.000583850255, 0.00279259589, 0.0224819854, -0.0551317036, -0.0241624862, 0.0291474983, 0.011876476, 0.0234281495, 0.0182313081, -0.0345138, -0.013133321, -0.0195163973, -0.00655253837, -0.0172145348, 0.0246143844, -0.0289215501, -0.00127537956, -0.0379595347, 0.0496806689, -0.0314352401, 0.0188244265, -0.0363778882, 0.00313681597, 0.0260971803, 0.00680320151, 0.0800991356, 0.00395411812, -0.0424785241, 0.0134298801, -0.00658078212, -0.0128791276, 0.0233151745, -0.0286673568, 0.0435517877, 0.0501043238, -0.0141712772, -0.000879085215, 0.0221854262, 0.0249391869, -0.0451051891, 0.0356717929, -0.017355755, -0.00405297102, -0.00158429507, 0.025885351, -0.0323672816, -0.00723744836, 0.00646074675, -0.0387503579, 0.0299383234, -0.00258429861, -0.0337229781, -0.0106973015, -0.000376656215, 0.00845898874, 0.0271704402, 0.00864963327, -0.0115516735, -0.0237670746, -0.0340336598, -0.00739984959, 0.0200953931, 0.0148420651, 0.0302490033, 0.0509798788, -0.0195870064, 0.00361342845, -0.0341183916, 0.00383761292, 0.00648546, 0.0159718134, -0.0292039867, -0.00306444149, 0.000881291751, 0.000227052878, -0.00823303871, -0.020632023, 0.00201942469, -0.0241342429, 0.0336382464, -0.0436365195, 0.00955343153, -0.0222419146, 0.00175993564, -0.0244872887, -0.00547927804, 0.00204237271, -0.031096315, 0.0398801044, -0.00773877418, 0.0136346463, 0.00942633487, -0.00420478079, 0.0555553585, 0.0111845052, -0.0564874, -0.00553929573, 0.0111986278, -0.0348244831, 0.019601129, -0.00287026609, -0.0279612634, 0.014616115, 0.00287732692, 0.00721979607, 0.0319153816, 0.0178076532, -0.0144113479, -0.0182171874, -0.0265914444, 0.0320283584, 0.00718449149, -0.0312375333, -0.00132833654, -0.00633365, 0.0173698757, -0.00738572795, 0.0193893, 0.00412711082, -0.00165225647, -0.00033384937, -0.0246567503, 0.0159012042, -0.0238941703, 0.0100830011, -0.0112974802, 0.0218888689, 0.0165508091, -0.0225384738, 0.0217617713, -0.00416594604, 0.0464044, -0.000662403065, 4.17311712e-05, 0.00518978, 0.0555271171, 0.00584644591, 0.0193893, -0.023484638, 0.00839544, -0.0355023332, 0.0150680142, -0.0410945863, 0.00564521, 0.00760461623, -0.0341183916, -0.00579348905, -0.00637248484, 0.0515729971, 0.0344573148, 0.0131474426, 0.0250945278, -0.00722685689, 0.0373099297, 0.0617972165, 0.0411510728, -0.00507327495, 0.0393717177, -0.0102665853, -0.0349939466, -0.0135710984, -0.0240777545, -0.0185702331, 0.0189374015, 0.0116434656, 0.0456418209, 0.0249815527, 0.00589940278, 0.022609083, -0.00341572263, 0.037451148, -0.00272022141, -0.00179524021, 0.0172286574, 0.0148703083, 0.00122065749, 0.0152515983, 0.0560355037, 0.0104360478, -0.0316894315, -0.0097370157, 0.0579560734, 0.0478730723, -0.0483249724, -0.0520531423, -0.0152798425, 0.0244166795, 0.0164237116, 0.0270574652, 0.0124766547, -0.0235834904, -0.0191915948, 0.00633718027, -0.0206885114, 0.0265632011, 0.0359824747, -0.0152374767, -0.0244590454, -0.038637381, 0.0241624862, 0.019714104, -0.0144748967, 0.00375994272, 0.00681379298, 0.0226373263, 0.0206602663, -0.0426197462, 0.0170309506, -0.0488898456, -0.0268315151, 0.0352198966, -0.0306161717, -0.0501608141, 0.0100900624, -0.0144254705, 0.0118552931, -0.0502455421, 0.020406073, 0.0533241071, 0.0250380412, 0.00769640831, 0.00134510628, 0.00212180801, 0.0220583305, -0.00908034947, 0.0313222632, -0.0146302367, 0.0171862915, -0.0411228277, -0.0177794099, 0.036349643, 0.00357988896, 0.0208156072, -0.0188809149, -0.00264961226, 0.0120600602, -0.0237670746, -0.0371687114, -0.0145313842, -0.00651723379, -0.0359542295, -0.014143033, -0.0214228462, 0.0421678461, 0.0185137466, -0.0397388861, -0.00864257198, 0.00187997136, 0.00964522362, -0.0244872887, 0.0233434178, -0.0333840549, 0.0400495678, -0.00516506657, 0.0314069949, 0.0125755081, 0.00644662464, 0.00742103253, 0.00581467198, 0.00412358, -0.00556753948, -0.00290733599, 0.045754794, 0.0106619969, -0.0129214935, 0.0195587631, -0.0213098731, -0.0079506021, 0.0195870064, 0.0246991161, -0.00227008737, 0.0521661155, 0.00278553506, -0.00242013205, 0.00230715727, -0.0155905224, 0.00701855961, -0.0479295589, -0.0273399018, 0.0370839797, 0.000354811491, 0.00361166312, -0.015378695, -0.0296276417, 0.0188667923, 0.0294864234, 0.0519119203, -0.00409180624, 0.0658078194, -0.00491087325, -0.00852959789, 0.0542843938, 0.0201801248, -0.00256311591, 0.0147432117, -0.00496383058, 0.0234281495, -0.0299665667, -0.0120671215, 0.0319718681, -0.010753789, -0.0662597194, -0.0185137466, -0.0244308021, -0.00960991904, 0.0157882292, 0.00015743656, 0.032395523, 0.0140088759, 0.026647931, -0.0254193302, 0.00965228491, 0.0169462208, 0.0291757435, 0.00587468967, -0.0366038345, 0.00550046051, -0.0492570139, -0.00272728247, -0.010238342, -0.0142842513, -0.0307009034, -0.0305879284, -0.0260124486, -0.0180194806, 0.0160847884, 0.00313681597, 0.06021557, 0.00923569, -0.00175552256, -0.0265490785, -0.00974407699, 0.0490593091, 0.00424361601, -0.00427539041, -0.00515800575, -0.0398236178, -0.0286391117, 0.0513752922, -0.0117493793, 0.0221713055, -0.00641838089, 0.000856578466, 0.0487203822, 0.0260830577, 0.0218182597, 0.0319718681, -0.0207308773, -0.0343443416, 0.0080353329, -0.021733528, 0.0396541543, 0.0191633515, 0.0275940951, -0.00641838089, -0.00235658372, -0.00666551339, 0.0238941703, -0.0296841301, 0.0106266923, -0.0221995488, 0.0358412564, 0.00886146072, -0.0425350145, 0.0058958726, 0.00445191329, -0.0275234859, -0.0216346756, -0.0188809149, -0.0231174696, 0.0154493041, 0.00573700154, 0.0109020686, -0.0237953179, 0.00642191153, -0.0130697722, -0.0241059978, -0.01488443, -0.012370741, -0.00457194913, -0.0237670746, 0.00922862906, 0.0213381164, 0.00996296573, 0.0357847698, -0.0104360478, -0.00377053395, 0.000875113416, 0.0157599859, 0.0257158894, -0.013761743, 0.0026584384, 0.00488263, 0.0129356151, 0.00749164168, 0.00309268525, 0.00442013936, 0.00337159168, -0.0215781871, 0.0226373263, 0.011000921, -0.0262101535, -0.0238376837, 0.0145313842, 0.0381572396, 0.000978820724, -0.00983586907, 0.000983233796, 0.0130627118, 0.00206355541, 0.0248120911, -0.0213804822, 0.00902386196, -0.0502173, 0.0139382668, 0.00538395531, 0.0203354638, 0.0206602663, -0.0264643468, -0.0134369405, 0.0123424968, 0.0187396947, 0.00814830791, 0.0130062243, -0.0111986278, 0.00926393364, 0.0380160213, -0.0203072205, -0.00619949214, -0.023978902, -0.00801415, 0.0095110666, -0.0261677895, 0.0237105861, 0.0192763265, 0.00886146072, -0.0505562238, -0.016367225, 0.0323672816, -0.00620655343, -0.00499913516, -0.010104184, -0.0147573333, -0.0135216713, 0.00585703738, 0.00457901, 0.0156611316, 0.020970948, -0.0293169618, 0.00469198497, 0.00464961911, 0.0182595532, -0.0124413501, 0.00811300334, 0.0144184092, 0.00496736076, 0.0123566194, -0.00531334616, -0.0399365947, -0.0165649299, -0.00024051276, -0.013874718, 0.0181042124, -0.0038941002, 0.0160424225, -0.0384396762, -0.0185278673, -0.00946870074, 0.0105137173, -0.0199400522, -0.0460089892, 0.0249109436, 0.00962404069, 0.00826128293, -0.00133010175, -0.0129779801, -0.0176099483, -0.00640425924, 0.00623832736, -0.00189056271, -0.0301642716, -0.0095110666, -0.00834601372, 0.0330451317, -0.011135079, 0.01625425, -0.00700090732, -0.0253204778, 0.0273681469, -0.00462137535, -0.00236894051, 0.000369815971, 0.0455006026, 0.0129144322, -0.00234775757, 0.00534159, -0.00807769876, 0.00565227075, 0.00802121125, 0.025730012, -0.0020017724, -0.0112198098, 0.0138323521, 0.0216487963, 0.000598413404, 0.00588528113, 0.00986411236, 0.0172710232, -0.0185137466, 0.0122860102, 0.0100900624, 0.00888264365, -0.00350751448, -0.0167202707, 0.0772747621, -0.00862845, 0.0347397514, -0.0351351649, 0.0429304242, 0.0159435682, -0.015872959, -0.00701502897, -0.00319330348, 0.0351634063, 0.0144607751, -0.00975819863, -0.0131756868, 0.0034686795, -0.0320283584, 0.00610417, 0.000910859322, 0.0210698, -0.0176664349, 0.0283143092, -0.0207308773, 0.0319153816, -0.0203072205, 0.013648768, 0.0360954478, -0.00287026609, -0.00295852777, -0.00378112542, -0.000325023226, 0.00313328556, 0.0345985331, 0.00180936209, -0.0274811201, -0.0350786746, -0.00565933157, 0.018499624, 0.0308986083, -0.026873881, -5.75906706e-05, 0.00638660695, 0.039286986, -0.0240212679, -0.00658784341, -0.0424502827, -0.0202507339, -0.0368015431, 0.0134440018, 0.0128085185, 0.0294581801, 0.0119329635, 0.0252216253, -0.00713506481, -0.00343690533, -0.00593117718, -0.00963816326, 0.00474847201, -0.0368862748, -0.00839544, -0.0265490785, -0.00919332448, 0.0107396673, 0.0207167547, 0.0193186905, -0.000143866346, 0.0215781871, -0.0453876257, 0.0212251414, 0.0345420465, 0.0186832082, 0.0252075028, 0.0333840549, -0.0101324273, 0.0012144791, -0.0295146666, 0.0160283, -0.0334122963, -0.00443779165, 0.0254052095, 0.0094475178, 0.0183301624, -0.0355023332, 0.00223125238, -0.00145190279, 0.0464044, -0.0328756683, -0.0296276417, 0.00576877594, 0.00110591738, 0.0276082177, 0.0214087255, 0.0060688653, -0.00503090909, 0.00160459522, -0.00141483289, 0.0136134634, -0.0223548897, 0.0267326627, -0.00350045366, -0.0166072957, -0.0121800955, -0.00267256028, 0.00969465, -0.0196293723, 0.000976172916, -0.0181606989, 0.0318871364, -0.0285261385, 0.0148138208, -0.0170450732, 0.0348527282, -0.037451148, 0.0266196877, -0.0103513161, 0.00182348397, 0.0167343933, 0.00797884539, -0.0074987025, -0.0054757474, 0.00356047158, -0.0136770122, 0.00180230115, 0.00191527593, 0.0241059978, -0.0331581049, -0.0143124955, 0.00821185578, -0.0368862748, 0.0222842805, 0.0323390365, 0.0416029729, 0.00717036938, 0.00238835788, -0.0271986835, -0.00248368038, -0.021959478, -0.0150821358, -0.00274493475, 0.00565580092, -0.0289780367, 0.00466727139, 0.0186267216, -0.00712447334, 0.00150927273, 0.0188244265, 0.0192480814, 0.020476684, 0.0119612077, 0.0263796169, 0.0113398461, -0.00347044482, 0.0232586879, 0.00854372, -0.0326214731, -0.0120247556, -0.0119259022, 0.0102242194, -0.0401907861, 0.0147996992, -0.0357000381, 0.0163813457, 0.0193469357, 0.0353893563, 0.0150680142, -0.0212816279, -0.00581467198, -0.0282295793, -0.000586056791, -0.0107820332, -0.0164660774, -0.0327626914, 0.0220300872, 0.0204908047, 0.00719508296, 0.0419701375, 0.0248827, 0.00907328911, 0.0289074276, 0.0211686529, -0.000979703385, 0.0308421217, -0.0134793064, 0.00339630502, 0.0270857085, -0.00631952798, -0.00162313017, 0.0289074276, -0.00295852777, 0.0146726025, -0.00165313913, -0.0461502075, 0.0240495112, -0.00735042291, 0.00569816679, 0.0229762513, 0.00486850785, 0.017737044, 0.0263090078, -0.0141289113, -0.00806357618, -0.00781644415, -0.00977232, -0.0242048521, 0.00564521, -0.013761743, 0.00222242624, 0.044568561, -0.00100971234, 0.0225102287, -0.00787293166, 0.0169320982, 0.00293381442, -0.010104184, 0.0230751038, 0.0109303119, 0.0155905224, 0.016367225, -0.0104642911, 0.0138041088, -0.00464961911, 0.000155340356, 0.00893207081, 0.0356153063, 0.00625597965, 0.00159576908, -0.0070785773, -0.0312940218, -0.00289497944, -0.0111774448, -0.00315446826, -0.0175817031, 0.0196999814, 0.0124413501, -0.000860550266, -0.0684627295, 0.0320283584, -0.0317459181, 0.00343690533, 0.0258994736, -0.00244131498, 0.00992766116, -0.00185525813, -0.0101677319, 0.0302490033, -0.035022188, -0.0314352401, 0.0233010538, -0.0294016916, 0.011022104, 0.00345455762, 0.00761167752, -0.0431563742, -0.00474847201, 0.051770702, 0.0130274072, 0.0400213227, -0.0284555294, 0.00097793818, 0.00485791638, -0.000544573879, 0.00180936209, -0.000931159535, 0.00154369476, -0.0199118089, 0.00751988543, 0.00736454502, 0.00400001416, 0.0184148923, 0.0146302367, 0.0257017668, -0.0336947367, -0.0196999814, 0.014143033, -0.0283707976, -0.0299383234, -0.00218182593, 0.0214934554, 0.0134298801, -0.0638872534, 0.015604645, 0.0038941002, 0.0201095156, 0.00947576202, -0.0108879469, -0.0101183057, 0.00790117495, 0.00658078212, 0.0254052095, -0.0187538173, 0.00956049282, 0.011763501, -0.0115657952, -0.0208156072, -0.0314634815, -0.00546868658, 0.0180759691, -0.0397388861, 0.00092145073, 0.0285261385, 0.0241342429, 0.00516153639, -0.00537336385, 0.0114386985, -0.0433823243, -0.0469127856, 0.0235976111, -9.16265344e-05, 0.0124201672, -0.0172710232, -0.00607239548, 0.0161271524, -0.0226373263, 0.0121800955, -0.021394603, -0.0122295227, -0.0014183633, -0.00650664279, 0.00173963548, -0.0144113479, -0.0134228189, -0.0232728086, 0.0115163689, 0.00303443265, -0.00121800962, -0.00723744836, -0.00650664279, 0.00911565404, -0.0448227525, -0.0168473683, -0.0160000566, 0.0198553223, -0.00662314799, 0.00689852377, -0.0151386233, 0.0216064304, -0.0111986278, 0.00105472573, -0.0252498686, -0.00461431453, 0.0113539677, 0.0321695767, -0.00637954613, 0.0150115266, -0.0250380412, 0.00807063747, -0.0205049273, -0.00719155231, 0.0207591206, 0.0252357461, -0.0134793064, -0.00397883123, -0.0229338855, -0.0292604733, 0.0104713524, 0.0259842053, -0.000236761654, -0.0297971051, 0.00601943862, -0.0202224907, -0.00330451294, -0.00148367696, 0.0418289192, 0.0342878513, 0.0223831329, -0.00945457909, -0.0093062995, -0.015830595, 0.0144607751, -0.0238235611, 0.0157741066, -0.0211262889, 0.00719508296, 0.00713859545, 0.0314917266, 0.0352198966, 0.0193893, -0.0111774448, -0.00867787749, 0.0313505083, -0.0274387561, 0.0347679965, 0.00164607819, 0.00668316567, -0.00898149703, 0.00773877418, -0.00938397, 0.00936278701, -0.0107961548, -0.00933454279, 0.0124342889, -0.00669728732, -0.0390610397, 0.00173963548, -0.00546868658, -0.0117352577, -0.0467433259, 0.00501678744, -0.0198129565, 0.00581114134, 0.0010900303, 0.00367521145, -0.0141995205, -0.00261077704, 0.0272269268, -0.00263372506, 0.00932042114, -0.00133098441, -0.0088120345, -0.00146072893, 0.00852959789, 0.00437424332, -0.00071668392, 0.0110856527, -0.0132816005, -0.00473435037, -0.0117776236, 0.0233151745, 0.0144607751, -0.0121165477, -0.0312657766, -0.00235128799, 0.0104572298, -0.0144890184, 0.0314917266, 0.0102524636, -0.00437071268, 9.5157e-05, 0.0280742384, -0.0145455059, 0.0074563371, 0.00188173656, -0.00631952798, 0.0185702331, 0.00510857953, -0.0136699509, -0.00723038753, 0.0338924415, -0.0286391117, 0.0137970475, -0.0268315151, 0.00317212055, 0.0347115099, -0.0321413316, -0.0247979686, 3.63251493e-05, -0.0104431082, -0.00177847059, -0.0118058668, -0.000110547611, 0.0135004893, -0.00752694625, -0.00231598341, -0.017355755, -0.0223690104, 0.00780232251, 0.0607239567, 0.0150821358, -0.0282719452, -0.0142207034, -0.00162930845, -0.0335535184, -0.0283990409, 0.00421184208, 0.0475623906, -0.0255181845, 0.014256008, -0.00471316744, 0.00209003384, -0.012370741, 0.010012392, 0.00945457909, 0.0231174696, 0.0234422721, 0.0344290696, -0.0341183916, -0.0231880788, 0.0239224155, 0.0264925919, -0.0118694156, 0.00379171688, -0.00324273, -0.0293734483, -0.00441660872, -0.0416312143, 0.000783321389, 0.00832483079, 0.0314634815, 0.0280459952, -0.00129567983, 0.0042930427, 0.0620796531, -0.00012489011, 0.00779526122, -0.00174404855, 0.00482967263, -0.0174122415, 0.000709181651, -0.0246708728, -0.00807769876, 0.0125119593, -0.0114033939, 0.00498854369, 0.00297264941, -0.0110291652, 0.0165084433, 0.00848723203, 0.0135781588, -0.0239647795, 0.00438483432, -0.00702915108, 0.00913683698, 0.0128155788, -0.0306161717, 0.0175534599, -0.0501608141, -0.0130556505, 0.00410239771, -0.0106125707, -0.0216064304, 0.00591705553, 0.0267185401, -0.026873881, -0.00822597742, -0.0112762973, 0.0262666419, -0.00294440589, 0.0139453271, -0.0179206282, -0.0107114231, -0.029881835, -0.0189091582, -0.0139453271, -0.0281166043, 0.0226373263, -0.02976886, -0.0133098438, -0.0116505269, 0.00435659103, -0.00113239593, -0.0156470109, 0.00509092724, -0.00879791286, -0.0207026321, -0.0188103039, -0.0121589135, 0.00766816456, -0.0336947367, -0.0241342429, -0.0219312329, 0.0123566194, 0.00732924044, 0.0177229214, -0.0155057916, -0.0117070144, -0.00412711082, 0.00888264365, 0.016635539, -0.00146867242, 0.0158164725, 0.0047978987, 0.00842368416, 0.00392234372, 0.0121730352, -0.0106690582, 0.0023495229, 0.00786587, 0.00131421466, 0.0221006963, 0.00741397124, -0.0168756116, 0.0125755081, -0.00122683577, -0.00423302455, 0.0253487211, 0.000781997456, -0.0224254988, 0.0249109436, 0.0113116018, -0.0277353134, 0.00574406283, -0.00997002609, -0.0106478753, 0.0151668675, 0.0189232789, 0.0187114514, 0.00293557975, -0.00193469354, -0.0146302367, 0.00111121312, 0.00807769876, -0.00866375491, -0.0199400522, 0.0318871364, 0.0334687866, 0.0295993984, 0.000597089471, 0.0156611316, -0.00554282637, -0.00998414867, 0.0209427048, 0.0190927424, -0.0108102765, 0.0169744641, 0.0128155788, -0.01625425, -0.00430716434, -0.0234281495, 0.0314917266, 0.0155905224, 0.0064007286, -0.0251368936, 0.0221571829, -0.0080353329, -0.0288650617, -0.0121377306, 0.0132109914, 0.047279954, 0.00798590668, 0.0313505083, 0.0131403822, -0.002969119, 0.00666551339, -0.0110150436, -0.00119064853, 0.00711388234, 0.0149550391, 0.00710682105, 0.00869905949, 0.00796472374, 0.0503020324, 0.00203531166, 0.0173133891, 0.0086708162, 0.0331581049, 0.0178076532, -0.0129285539, 0.020363709, -0.0115093077, 0.0123848626, -0.00739278877, -0.0172145348, -0.00470963726, -0.0231598355, 0.00348809711, 0.0183442831, -0.00193645875, 0.0235976111, -1.53216552e-05, 0.0124766547, 0.0209285822, -0.0218323804, -0.0139312055, -0.0190080106, -0.0179347508, 0.0264643468, -0.0148420651, 0.0089603141, 0.00266020349, 0.011382211, 0.00199118094, 0.0119259022, -0.0267044194, 0.00599472551, 0.0262101535, -0.0095322486, -0.00899561867, 0.0014942683, -0.00286673568, 0.0213381164, -0.000819949957, -0.0120529989, 0.00773171289, -0.0029850062, 0.0153080858, 0.012123609, -0.00536983367, -0.0218888689, -0.0241624862, -0.0113539677, -0.00391175272, -0.0174546074, -0.00836013537, 0.000153464789, -0.0129567981, 0.0232728086, -0.0136911338, 0.0541996621, 0.0153645733, -0.00541219907, 0.0285543818, 0.0151245017, 0.00842368416, -0.0314917266, -0.0164802, -0.00383055187, 0.00450487, 0.00146602455, 0.000523391063, 0.0292887185, 0.00872024242, -5.53289683e-05, 0.0221148171, -0.035248138, -0.020857973, -0.00761873834, 0.00282613537, 0.0132321734, 0.0265067127, -0.0345702879, 0.00894619245, 0.018951524, -0.0190786198, 0.00891088787, -0.00701855961, -0.0570805185, 0.0202083681, 5.5218643e-05, 0.00558519177, -0.010640814, -0.0193186905, -0.00533452909, 0.0198835656, -0.0201095156, 0.0138676567, -0.0128579447, -0.0316047, -0.0135852201, -0.0211404096, -0.0145455059, 0.00432834728, 0.0165084433, 0.0328191817, -0.00703268172, -0.00413417164, -0.00649605133, -0.0109656164, 0.0209144596, -0.00699737668, 0.0135569768, 0.00593470782, 0.0225808397, -0.00345808803, 0.0359259881, 0.0149550391, -0.00999827, 0.00699031586, 0.00705386419, 0.0173839983, -0.0299100783, -0.00178994448, 0.0130768334, 0.00968758948, 0.00463196682, -0.00729393587, -0.0108879469, 0.0152939642, 0.00723038753, -0.00205472927, 0.0266196877, 0.00498148287, -0.0125402035, 0.0136417076, 0.00642897235, -0.00396823976, -0.03098334, 0.00177140965, -0.0201095156, -0.0167202707, -0.0120176943, -0.0197705906, -0.00261960318, 0.0167343933, -0.0110927131, -0.00805651583, -0.00888970494, -0.0468280576, 0.0222277921, -0.0129921027, -0.000248456316, -0.000304502406, -0.0315199718, -0.00580761116, 0.00274493475, 0.0121165477, 0.0179771148, 0.0113116018, -0.0185419898, -0.0129426755, 0.0174546074, -0.00187467563, 0.0122860102, -0.0144748967, -0.0274952427, -0.0213381164, 0.0184431374, -0.0308138784, -0.00360989803, -0.00135481497, 0.00265314267, 0.0121871568, -0.0268456377, 0.000237644257, 0.0138676567, -0.0273681469, 0.00799296703, -0.0178358965, -0.00397177041, 0.0169038549, -0.00726569211, -0.00266020349, 0.0188244265, 0.0030061889, 0.0125048989, -0.0100971228, 0.0127379093, -0.0100900624, 0.0250097979, 0.00633718027, 0.00603356073, -0.0151809892, -0.01724278, -0.0130062243, -0.0140159363, -0.000991177396, 0.014256008, -0.0148561867, 0.00448015705, 0.015378695, 0.0131756868, 0.0187820606, 0.00490028225, 0.00240954082, 0.0154069392, 0.00847311, -0.0138111701, -0.015830595, -0.0108385198, -0.0143760433, -0.026605567, 0.0088755833, 0.0216629189, -0.00593470782, -0.00233540102, -0.00144837226, -0.000256179192, 0.0243884362, 0.0143336784, 0.0370839797, -0.00990647823, -0.0233434178, 0.0190362539, -0.00144131132, 0.0174404848, -0.00805651583, -0.000822597765, 0.0378465578, 0.00724450918, 0.0021023904, 0.00354105397, 0.00865669455, -0.00763992127, 0.000604150409, 0.00397530105, -0.00988529529, -0.0321978182, 0.0299100783, 0.014616115, -0.0257017668, 0.00551458262, 0.000960285834, 0.0167061482, 0.00461078435, 0.0309550967, 0.0153928166, 0.00612182217, -0.0183301624, -0.0185702331, -0.00536630303, -0.00812006369, 0.00199471135, -0.00523920637, 0.0170309506, -0.00712800398, -0.0124625331, 0.00892500952, 0.019375179, -0.00296382327, 0.00140777195, -0.0105207786, 0.00742809335, -0.00762579916, -0.0139029613, 0.0098005645, 0.00809888076, 0.0399365947, -0.00679614069, 0.00453664456, 0.00328862597, -0.00260548131, 0.00528510241, 0.00488969078, 0.0211545322, 0.0189656448, 0.0102736466, 0.0150538925, 0.0157882292, 0.0138464747, 0.00779526122, 0.0122930706, 0.00390469166, -0.00743515417, -0.0112409927, -0.00427186, 0.0185561106, -0.00718096085, 0.0157317407, -0.0053027547, -0.0139100226, -0.00541219907, 0.0174546074, 0.0108950073, 0.0136346463, 0.000296558865, 0.00823303871, 0.00193645875, -0.00265137735, -0.00395411812, 0.00429657288, -0.00100971234, 0.0119541464, -0.00343337492, -0.00493558683, -0.011989451, -0.0219877213, -0.00689146295, -0.0108173378, 0.0125613855, 0.0203213431, -0.00423655519, 0.0161977615, 0.0486921407, 0.00427892059, 0.0239082929, 0.00852253661, 0.00287909224, 0.0240071453, -0.0137829259, -0.00694795046, 8.08145e-05, -0.00522155408, -0.00242542778, 0.00555694802, 0.0193610564, -0.0261960328, -0.00163725205, -0.0065737213, -0.00869905949, -0.0215781871, -0.0292887185, -0.0206743889, 0.0163389817, -0.00322684273, 0.0235411245, 0.00168756116, 0.0181042124, 0.0105278399, -0.0156893749, -0.00847311, -0.00886852201, 0.0164943207, -8.88132e-05, -0.025504062, -0.0212675072, -0.0141924592, 0.045754794, 0.0027537609, -0.00694088964, 0.00281377858, -0.0311810449, -0.00225949613, 0.0167343933, -0.00443426101, -0.0201095156, 0.011721136, 0.00271845609, 0.0120176943, 0.0104713524, -0.00893913116, -0.0250945278, -0.003625785, 0.00725863129, 0.000735660142, -0.0156328883, 0.0305879284, 0.011721136, -0.00722685689, 0.0150256492, -0.00919332448, -0.0200671498, -0.00876966864, -0.0032586169, 0.0110079823, -0.0112127494, -0.00769640831, -0.0144113479, 0.0012903841, -0.010125367, 0.00216946937, 0.0215640664, 0.012102426, 0.0144748967, 0.00352340168, -0.0082401, -0.0110503482, 0.0148561867, 0.00799296703, 0.0170450732, 0.00129567983, 0.00508386595, 0.00838838, 0.00516506657, -0.0063159978, -0.0228209104, -0.00365402875, -0.00597354257, -0.00893207081, -0.00750576332, 0.00314740743, 0.001655787, 0.00196823291, 0.0158588383, -0.0223972555, 0.00463196682, 0.000198919501, 0.0230609812, -0.0017237484, 0.00232657488, 0.00821891706, -0.00328156492, -0.00503443973, 0.0245296545, -0.0185278673, 0.0246991161, -0.0203495864, 0.00785881, 0.0129214935, 0.0109373732, 0.000360548496, 0.00652782526, -0.0282154568, 0.0161977615, -0.0239082929, -0.00326920836, -0.00564521, -0.0189091582, -0.0192480814, 0.00461431453, 0.00794354081, -0.0253204778, -0.00921450742, -0.00601943862, -0.0101677319, 0.0260406919, -0.0352763832, -0.00142983731, -0.00654547755, -0.0326214731, -0.00205119886, -0.0273257811, 0.0151809892, -0.0126602389, -0.004939117, 0.00864963327, 0.0152374767, 0.0162260067, 0.00615712674, 0.0216770396, 0.0077034696, -0.0117281964, 0.00569816679, 0.0163107365, 0.00693735899, -0.00627716258, -0.0121094864, -0.0143124955, -0.00111650885, 0.0138464747, -0.00566639239, 0.00187291042, 0.00750576332, 0.00110326952, -0.0172992665, -0.00086893508, -0.00317741628, -0.0086072674, 0.00976526, -0.0181889441, -0.0299100783, 0.00079435407, 8.85925474e-05, 0.00527098076, -0.00347574032, 0.00288085756, -0.00446956558, -0.0060688653, 0.0175817031, 0.0157317407, 0.0168897323, -0.00264608162, 0.00061165262, -0.0178358965, 0.0112833586, -0.00468492368, 0.00485438621, -0.00491440389, 0.0195163973, 0.00828952622, -0.0229197629, 0.0294299368, 0.0163248591, -0.0143195558, 0.00427539041, 0.00835307408, -0.0119188419, 0.00683850609, 0.00696913339, 0.00308915484, -0.0273540244, -0.00579348905, -0.00349868834, 0.00186055375, -0.00696560275, 0.0119612077, -0.00687734131, -0.0164237116, 0.00841662288, -0.00687028, 0.000590911193, -0.00448721787, 0.0209285822, -0.00592764653, 0.00359577616, -0.0195022747, -0.0212816279, 0.0214652121, 0.00466727139, 7.86631208e-05, -0.0188809149, -0.0210274346, -0.00551811326, -0.022877397, -0.0231880788, 0.0176099483, 0.00219241716, -0.000190424325, 0.0186973307, 0.00168844371, -0.00657725194, -0.00836719666, 0.00232480955, -0.00129567983, -0.00244308, 0.00875554699, 0.0107820332, 0.00939103, -0.00875554699, -0.0240212679, -0.00533452909, -0.00824716, -0.0118623544, -0.00311033754, -0.00170874386, 0.0129709197, 0.00792941917, 0.0149409175, 0.000913507189, 0.00577230612, 0.00384467375, -0.00594882946, -0.0240636338, -0.0194316655, 0.00752694625, -0.0208438504, 0.0140229976, -0.00184113625, 0.0188667923, 0.0264502261, 0.0166214183, 0.000489410362, -1.22393967e-05, -0.0121659739, 0.00696560275, 0.0244872887, -0.0088755833, 0.00570522761, 0.014997405, 0.00294087525, 0.0122930706, -0.00611476135, -0.00345102721, -0.003625785, 0.0225102287, 0.00227891351, -0.00325508649, 0.0115022473, 0.00952518824, -0.000673877075, 0.0115940394, -0.0202789772, 0.0068632192, 0.00754812919, -0.0178076532, 0.00583232427, 0.0157034975, 0.00855784118, -0.00321448618, -0.0140229976, -0.00813418627, -0.018612599, -0.00835307408, -0.00453664456, 0.00558166159, -0.00474847201, -0.000807593344, -0.00564167928, -0.0189938881, -0.00155340356, -0.00974407699, -0.00275023025, 0.000492499559, 0.00110591738, 0.00399648352, 0.00489322096, -0.00436012121, 0.00691970671, 0.0108032152, -0.0377900712, -0.00921450742, 0.000829217373, -0.00524273701, -0.00739984959, 0.0221995488, -0.00698678568, 0.0253910869, -0.0102242194, -0.00611829152, 0.0343443416, 0.0310115833, -0.0124484114, 0.0355870612, -0.00247661956, -0.0100194532, 0.00555694802, 0.00487203849, 0.0137899872, -0.00480849, -0.0123989843, -0.0312375333, -0.01724278, 0.0173275098, -0.0127167264, -0.00317565119, 0.00263019465, 0.00791529752, -0.0160283, 0.00436718203, 0.0190080106, -0.0138394134, -0.0092215687, -0.0114245769, -0.00592764653, 0.025080407, -0.00742809335, 0.0174546074, -0.0317459181, 0.0155481575, -0.0149832834, -0.00687381066, -0.00982880779, 0.00675377483, 0.0103795603, 0.000901150575, 0.00423302455, -0.0211686529, -0.0105278399, -0.0136911338, -0.00365049834, -0.0225243513, -0.0179912373, 0.0133663313, -0.000517654058, 0.0107679106, 0.0115446122, -0.0120388772, -0.00412711082, 0.0103936819, 0.049482964, 0.0182030648, -0.00169285678, -0.000590469863, 0.01472909, 0.000480584218, -0.0216770396, -0.00761167752, -0.0109514948, 0.0104713524, -0.00286850077, -0.0208297297, -0.0308986083, -0.0138041088, 0.0273116585, -0.00340513117, -0.0104713524, -0.00204060739, -0.00548280822, 0.0104078036, 0.00443073036, 0.0199682973, -0.000792588864, 0.00421184208, -0.00194528489, -0.016748514, 0.000480584218, -0.0149691617, -0.00237600133, -0.00303796306, -0.00744927628, 0.0155340359, 0.00662314799, 0.021846503, -0.00396470958, -0.0015313382, -0.00100441661, -0.0211827755, -0.0121165477, 0.00807063747, 0.0178923849, -0.0181889441, -0.0187114514, 0.00078376272, -0.00773877418, -0.00948282238, 0.0146443592, 0.0184572581, -0.00345455762, -0.00865669455, 0.00912271533, 0.0116575873, -0.0175675824, 0.00785174873, 0.0170450732, 0.033920683, 0.0119188419, -0.00252604601, 0.00676789694, -0.00989941694, -0.00133098441, -2.03139516e-05, 0.00884733908, -0.00264431653, -0.00311210286, -0.00704327272, 0.00328686065, 0.00542279053, 0.0236823428, 0.00100176875, 0.0248685777, 0.0182454307, -0.0129356151, -0.00871318206, -0.0186549649, -0.00690205442, -0.00663373899, -0.0155340359, -0.0042930427, -0.0139100226, 0.032395523, -0.00180053595, -0.00647486839, -0.0110362265, 0.0199965406, 0.000621802697, -0.00201236364, 0.0337794647, -0.00685615838, 0.00960991904, 0.00204060739, 0.00926393364, -0.0015216294, -0.00804239418, -0.0211686529, 0.00942633487, -0.00987823401, 0.0174828507, -0.0088755833, -0.011742319, -0.0105207786, -0.013874718, 0.00979350321, 0.0102736466, -0.0121871568, -0.00908741076, -0.00850841496, -0.0129144322, -0.00818361249, 0.00395058747, 0.0102807069, 0.00422949437, 0.00077934959, 0.00277670892, -0.0169038549, 0.0069938465, 0.0129850414, 0.00143072, -0.00566992303, -0.00532040698, 0.0216911621, -0.000830541307, 0.00356400199, 0.0251792595, -0.0177229214, -0.00171757, 0.00741397124, -0.0131403822, -0.00799296703, -0.0194175448, 0.0237247087, 0.00654900819, -0.0189232789, 0.0159012042, 0.00880497415, -0.00202825083, -0.0104078036, 0.016367225, -0.0115446122, 0.0222984012, 0.0081765512, -0.0100053307, -0.0212110188, 0.0088755833, 0.00338218315, -0.0157599859, -0.00891088787, 0.0275658518, 0.00134422362, 0.00921450742, 0.0202648547, 0.0046813935, -0.0116505269, -0.0151245017, -0.00888264365, 0.0276082177, -0.0118623544, 0.0313222632, -0.0026796211, 0.0234563928, 0.0220583305, -0.00766110374, -0.00545809511, 0.0245720204, 0.00496736076, -0.0129285539, 0.00319859921, -0.0163813457, -0.0167626366, 0.00502384827, -9.79151737e-05, 0.00920038577, 0.00217829552, -0.0200247839, 0.00588175049, -0.00790117495, 0.00154016435, 0.0341748782, -0.00573700154, -0.00991353858, -0.00341572263, 0.0115304906, 0.017511094, 0.0123354364, 0.0108385198, 0.0308138784, 0.00299912808, 0.0319436267, -0.018838549, -0.00546515593, -0.00677495776, -0.00103530812, 0.00936278701, 0.0110856527, -0.00445544394, 0.00797884539, 0.000572376244, 0.0257158894, 0.0203072205, 0.0131615642, -0.00512976199, -0.0143760433, -0.00725863129, -0.00913683698, 0.0102807069, 0.00395764876, 0.00428951206, 0.000751547224, 0.00461431453, 0.00910859369, -0.0188526697, -0.0100406352, -0.0210980438, 0.0278200451, 0.0278059226, -0.010506657, -0.00566639239, 0.0171439257, -0.00999120902, -0.0191915948, -0.0161695182, -0.019982418, -0.0100476965, 0.0182313081, -0.00403884938, -0.0177511666, -0.0283990409, 0.00422243308, -0.000917037658, -0.0147149684, 0.0224819854, -0.0245861411, 0.00120388775, -0.0142630693, 0.0347115099, 0.00205119886, 0.00130450597, 0.0109161902, 0.00742103253, -0.00449780934, 0.00335393939, -0.00069020543, -0.00965228491, -0.00737866666, -0.0295146666, 0.0169179775, -0.011248054, 0.0221006963, 0.0187538173, -0.00534865074, -0.00710682105, -0.00594529882, -0.00831070915, 0.0163107365, 0.00176434871, 0.00565933157, 0.00120477041, 0.0101747932, -0.00975113735, -0.00436365185, -0.00202472019, 0.0118058668, -0.00218359102, 0.029881835, -0.00764698209, -0.0092215687, -0.000357018027, 0.00558166159, 0.00111474353, 0.0228632763, 0.00488969078, 0.0090168016, 0.0263372511, 0.00658431277, 0.00864963327, 0.0108738244, 0.0129638584, -0.010012392, 0.0331298597, -0.00782350544, -0.000422552228, -0.00512976199, -0.0228067879, 0.0255181845, 0.0154351825, -0.0109303119, 0.00501678744, 0.0214228462, 0.0224819854, -0.0090168016, -4.84611155e-05, -0.00998414867, 0.0311528016, -0.00756225083, -0.005938238, -3.68492038e-05, -0.00601237779, 0.001908215, -0.0184290148, -0.00552517409, 0.00833189208, -0.00824716, 0.0013971806, 0.0028526138, -0.0048402641, -0.0126743605, 0.0346550196, -0.0237670746, -0.00898855738, 0.0141500942, -0.0170027073, -0.00108296936, -0.00596295111, 0.00778113957, -0.00872730371, 0.0155340359, -0.00588881178, -0.0303902216, 0.0071668392, 0.00143601571, -0.0145878717, -0.0110927131, -0.0132816005, 0.0133451484, -0.0119612077, 0.0236682221, 0.00197882438, 0.014256008, -2.27411438e-05, 0.0134298801, -0.00410239771, 0.018612599, 0.0233434178, -0.00677142711, -0.00524273701, -0.00828246493, -0.0166072957, 0.00469198497, -7.41397162e-05, -0.00344926189, -0.00328862597, -0.004624906, 0.00884027872, 0.0120953647, 0.0108173378, -0.00298677129, -0.00685262773, 0.0134863667, -0.00519331032, 0.00186937989, 0.0147855775, -0.0212816279, -0.00230892259, 0.0123566194, -0.00771759124, -0.006432503, -0.0187114514, 0.00878379121, -0.0167908799, 0.00993472151, -0.0160847884, -0.00467786286, 0.0103018899, -0.00176964432, 0.011629344, -0.0221571829, 0.00540866889, 0.00651723379, -0.0154069392, -0.00148279429, -0.00440248707, 0.000218999, 0.0175393373, 0.00843780581, -0.00733630126, 0.00421537226, -0.0124060456, 0.032395523, -0.00125419686, 0.00953931, 0.00557813095, 0.0168050025, 0.00700090732, 0.00053751294, -0.0183584057, -0.00898149703, -0.0173698757, 0.0160989091, 0.0138323521, -0.00898855738, -0.0107396673, 0.00226655696, -0.010619631, 0.0155764008, 0.0168897323, 0.00354105397, 0.00405650167, -0.00110591738, -0.024854457, -0.027749436, -0.00891794823, -0.0147855775, 0.0145737492, 0.00903092325, -0.00577936741, 0.0120106339, 0.0108385198, 0.0143901659, 0.0198412, -0.0220442079, 0.00258782902, 0.00342454878, -0.00217123446, 0.017355755, -0.00573347136, -0.00713153463, 0.0133098438, 0.00729393587, 0.00937690865, -0.00961698, -0.00151015539, 0.0185984764, 0.00419419, 0.00352693209, -0.00108561723, -0.00812712498, -0.00794354081, 0.0222984012, 0.00995590445, 0.0119682681, -0.00586056802, 0.00380583876, 0.0114881257, 0.00855078083, -0.000672111812, 5.53289683e-05, 0.00311563327, 0.000137577721, -0.0388068445, 0.00248015, 0.00972995535, 0.0125613855, -0.0133169051, -0.00061077, -0.0132886609, -0.00623479672, 0.00361166312, 0.0239930246, 0.0292604733, -0.000166593702, 0.0104148649, 0.00946870074, 0.00632305862, 0.035248138, -0.00058958726, 0.0118905976, 0.000452340522, -0.00314564211, 0.0029108664, -0.0124413501, 0.00987117365, 0.02900628, -0.00681379298, -0.0128155788, 0.00422243308, 0.00120741816, 0.0264361035, -0.00701149879, -0.000579437183, 0.00159312121, -0.0058640982, 0.00339100929, 0.0184572581, -0.016748514, -0.0108738244, 0.00681026233, 0.0125543252, 0.0256735235, -0.00656313, -0.0133592701, 0.011763501, -0.00629128423, -0.0021023904, 0.00688440213, -0.0168332458, 0.0155622791, 0.0198129565, -0.0120035727, 0.00286497036, -0.00244484539, -0.000972642447, -0.0152374767, -0.0260689352, -0.0248262137, 0.00197352865, 0.0249533094, 0.00213769521, 0.00571228843, -0.0104431082, -0.00431775581, -0.0185278673, 0.0246426295, -0.0154775484, 0.00017817803, -0.000591793796, 0.01488443, -0.0249815527, 0.0308986083, 0.0281730909, -0.0179206282, -0.0116222827, 0.0171156824, 0.0274811201, -0.00127537956, 0.0103654386, 0.00553223491, -0.0154775484, 0.0212675072, -0.018499624, 0.0021394603, -0.00949694403, 0.00621008361, 0.019643493, 0.00189409324, -0.0178358965, 0.0120459385, 0.0098217465, 0.0259418394, 0.0190644972, -0.00162401283, 0.00629834505, -0.00749164168, -0.000860991539, -0.00587468967, 0.00547927804, 0.00344926189, -0.00613594381, 0.00802827161, 0.00500619598, -0.00338041782, -0.00989941694, -0.0144537138, -0.0106266923, -0.00171050918, 0.00907328911, -0.000204656506, 0.00859314576, 0.00186231907, -0.0215358213, 0.0125755081, -0.0577583686, 0.00400001416, 0.00141483289, 0.0164095908, -0.00334158284, -0.00566992303, 0.00340866158, -0.0277776793, 0.00898149703, 0.0115375519, 2.1789574e-05, -0.00681732316, 0.0187538173, 0.0147996992, -7.12712135e-05, -0.0146302367, 0.0141571546, 0.00338571356, -0.0169603415, -0.00191704114, 0.0129850414, -0.00533452909, -0.00230186153, -0.0119753294, -0.00763286, 0.00204590312, -0.00515447557, -0.0035675324, -0.0167202707, -0.00467080204, 0.00376700354, -0.0186690856, -0.00267609069, 0.00225243508, 0.00403178809, 0.00130450597, 0.023484638, -0.0158588383, -0.00908741076, -0.00591352489, -0.00274140411, -0.00915095862, 0.0171298049, -0.00402119709, -0.00207061623, 0.0198835656, 0.00184113625, -0.00224713935, 0.00143336784, -0.00915095862, -0.0212675072, -0.0098217465, -0.0116434656, -0.00428245123, 0.0141500942, -0.0106549365, -0.0106125707, -0.00305385026, 0.0178076532, -0.00177229219, -0.000427627296, -0.0121871568, -0.00760461623, -0.0073574842, 0.00707504712, 0.0107184844, 0.000205980425, 0.00509445742, -0.0171862915, 0.023978902, -0.00627010176, -0.00970171113, -0.00214299071, 0.00228244415, -0.0225243513, 0.0161271524, -0.00479083788, 0.00648546, 0.0178782623, 0.00257900287, 0.0074987025, -0.0103371944, 0.0104289865, 0.000635924574, 0.000102769562, -0.0155340359, -0.0263372511, 0.0105207786, 0.0202931, -0.00137952832, -0.00188526697, 0.00627010176, -0.0254193302, -0.00416947622, -0.000281995686, 0.00198058947, -0.00873436406, -0.000557813095, 0.0110150436, 0.00366462022, 0.0135852201, -0.00253134174, 0.0325932316, -0.00390822208, 0.00488616, -0.0256311577, 0.0114316382, -0.0185702331, -0.0105419615, 0.0118905976, 0.0184713807, 0.0107396673, 0.0017740574, -0.00237776665, 0.0264784694, -0.00914389826, 0.0177088, 0.00527098076, 0.00927099492, 0.00436718203, -0.0315199718, -0.0270151, -0.00718449149, -0.00833895244, 0.00837425701, 0.00571934925, -0.00668669632, -0.00280142203, -0.0217758939, -0.00607945677, -0.0228209104, -0.00576877594, 0.00112003926, -0.015604645, 0.0273257811, -0.0183019172, -0.0109726777, -0.00515800575, -0.000324140594, -0.000550752156, 0.00688087149, -0.0192057174, 0.00126831874, 0.00357459346, -0.0166920274, -0.0156893749, -0.00300795422, 0.0150680142, -0.00147308549, 0.00100353395, 0.0085860854, -0.0145313842, -0.0080353329, 0.0165790524, 0.0116999531, 0.0102948286, 0.030107785, 0.00123742712, -0.0111774448, -0.00279965694, 0.0129214935, 0.00927805528, 0.00994884316, -0.0125543252, 0.00921450742, -0.00185525813, 0.00410592789, 0.00832483079, 0.00462843664, 0.00521449326, 0.0137476213, 0.0167626366, -0.00359224575, 0.0144184092, 0.00791529752, -0.0253487211, 0.0125472639, -0.0234563928, 0.0276647042, 0.0166779049, 0.0111845052, 0.000431599066, -0.00758343376, -0.0141995205, 0.00291263172, -0.0174969733, -0.00202825083, 0.01625425, -0.0159859341, -0.00116240478, 0.00192763261, 0.0139735714, 0.0167202707, -0.0126602389, -0.00190468458, -0.00874848664, 0.00215181685, 0.00956049282, -0.00656666048, 0.0178076532, -0.014616115, -5.67080569e-05, -0.00545809511, -0.00820479542, -0.000330098264, -0.0170591958, 0.00883321743, 0.00251015881, -0.00861432869, -0.00506621366, 0.0138605963, -0.0217617713, -0.0167626366, -0.00213239947, -0.0056911055, 0.0205049273, -0.0155340359, 0.00300442358, 0.00577936741, -0.00742809335, 0.0364626162, 0.00670434861, 0.0139806317, 0.00169550464, -0.00147749856, -0.00516859721, 0.0209427048, 0.00722332625, -0.0190786198, 0.000598413404, 0.0158447158, 0.0144113479, -0.00660196505, -0.0221006963, -0.00407062331, -0.00343514, 0.0118694156, 0.0238235611, -0.0154210608, 0.00756931165, 0.0160283, -0.00611476135, -0.013225113, -0.0123495581, 0.00938397, 0.0177794099, -0.00151192059, -0.0110291652, -0.00639366778, 0.0114528211, -0.00223654811, 0.0119612077, -0.00883321743, 0.018499624, 0.0190644972, -0.00845898874, -0.0192057174, -0.00084686972, -0.00781644415, 0.0020812077, -0.00449780934, -0.0022330177, 0.0281024817, -0.0140794851, -0.00330098253, -0.0290910117, 0.0125190206, -0.0254758187, -0.0100335749, 0.00990647823, 0.00275552599, 0.00285614422, -0.00178464886, -0.00385879562, 0.0121165477, 0.00905916747, -0.0112056881, 0.000713153451, -0.00678554922, 0.000834071776, -0.00411651935, -0.0186973307, 0.00134951936, -0.00655959966, 0.00816949084, 0.00574406283, -0.00924981199, -0.0139523884, -0.0230186153, -0.0166214183, 0.0235552471, -0.0137970475, 0.00865669455, -0.00949694403, -0.0307291467, -0.0187961832, 0.000677848817, 0.011113896, -0.0205614138, -0.0370274931, 0.0179912373, -0.0147008458, 0.0183301624, -0.000954107498, -0.00544044282, -0.0535500571, -0.00996296573, -0.00241307123, -0.0195305198, -0.0172004141, -0.00389763061, 0.0143266171, -0.00995590445, 0.00312622474, -0.00542632118, 0.0093062995, -0.00787999295, -0.0228632763, 0.0050450312, 0.00937690865, -0.0143901659, -0.0197988339, 0.0194034223, 0.011495186, -0.00927805528, -0.00762579916, 0.0209427048, -0.0107255457, -0.0319436267, -0.0199965406, -0.0194034223, -0.00679967087, 0.00478024641, 0.00669728732, 0.00303796306, 0.0221006963, -0.000108010092, -0.0331581049, -0.0114669427, -0.0134510621, -0.0234281495, 0.00945457909, 0.000322816661, -0.0183442831, 0.0212675072, -0.0140371192, -0.0242330953, -0.0105631445, 0.00628069276, 0.0184007715, -0.00773877418, -0.0210556798, 0.0281448476, -0.00418359833, -0.0118411714, 0.00383055187, -0.0261536669, -0.0120459385, 0.00897443574, -0.00520390179, 0.0120529989, 0.00558519177, -0.00676083565, -0.0271563176, -0.00218182593, 0.00179347501, 0.00264961226, 0.00636542402, -0.0130556505, -0.011495186, -0.00694088964, -0.0192057174, -0.00896737538, 0.0664856732, -0.00591705553, 0.0284837727, -0.0449357294, 0.00116505264, 0.00629481487, 0.018838549, 0.0329039097, 0.00653841672, 0.0258712303, 0.00210592104, 0.0214934554, -0.00756931165, 0.0224254988, 0.0131756868, 0.0050450312, 0.00564874, -0.0155622791, -0.00941221323, -0.00839544, -0.000825686962, -0.0250662845, -0.00323566888, -0.00234599249, -0.00307856337, -0.00808475912, 0.00546162575, 0.00388703938, -0.0189938881, -0.00497795222, -0.00809182, 0.032310795, 0.0135287326, -0.00861432869, -0.0109091299, -0.000457636226, -0.00318977307, 0.000613859156, 0.0124554718, -0.0122789489, 0.0250380412, 0.0205331706, 0.011361029, 0.00859314576, 0.00742103253, -0.00633718027, -0.000576789316, -0.00812006369, 0.0319436267, -0.00804239418, 0.0133945746, -0.00607239548, -0.0249391869, 0.00795766246, 0.00859314576, 0.00143248518, 0.0109020686, 0.0048967516, -0.000819508627, 0.019488154, -0.00193469354, 0.0164802, -0.00335923512, 0.026647931, -0.00553929573, -0.0360954478, -0.00311386795, -0.0045084008, -0.00656666048, 0.000541926, 0.00841662288, -0.00646427693, -0.0100335749, -0.0128155788, 0.00360283698, 0.00431069499, -0.00605121301, 0.0168332458, -0.00172286574, -0.0193045698, -0.0279895067, 0.0112127494, -0.0105419615, -0.00413064146, -0.0247132387, -0.0373946615, -0.0338077098, -0.00682438398, 0.0091650812, 0.0128438231, 0.00739278877, 0.0244308021, -0.0231315903, 0.00159841694, 0.0058217328, -0.0129779801, -0.0107184844, 0.0130132856, -0.00319859921, 0.00334158284, 0.0216629189, -0.00456841849, -0.0116717089, -0.0227926672, 0.000144197329, 0.0274528768, -0.00284202234, 0.0102242194, 0.00437071268, 0.00845898874, 0.00653841672, 0.00556047866, -0.00431422517, 0.0052286149, 0.0231598355, 0.00259842048, 0.020857973, -0.00974407699, 0.001908215, -0.00436718203, 0.0107820332, 0.00611476135, 0.00440601725, 0.0109232515, 0.00777407875, -0.0167626366, -0.00516506657, -0.00148897257, 0.00478377659, -0.00801415, 0.00442013936, 0.00213239947, -0.00587822031, 0.0137052555, 0.011382211, 0.0317459181, -0.00636189338, 0.0188526697, 0.0199965406, -0.00249074143, -0.00218182593, -0.0101959761, 0.0102030365, 0.0283849183, 0.00618890114, 0.0201942455, -0.0237388313, -0.0169038549, 0.0171156824, 0.0043354081, 0.0158164725, 0.0101889148, -0.000476171146, -0.0084660491, 0.0220724531, 0.00288615306, 0.0101324273, -0.0151951108, 0.0246426295, 0.0114528211, 0.00213593, 0.0117846839, 0.0346832648, 0.0224678647, 0.00479436805, -0.00114386983, -0.000766110374, 0.00295499712, -0.000341130944, -0.00264961226, -3.64630578e-05, 0.025998326, -0.00109620858, 0.00714565627, 0.0134298801, -0.00563108781, -0.0175393373, 0.00624891883, 0.0269303694, -0.0148279425, -0.00131068425, 0.00852959789, -0.00553929573, 0.0429586694, 0.00394352665, 0.0219453555, 0.00780938333, -0.000619596161, 0.00307503296, 0.0108597027, -0.00191174552, -0.00629481487, 0.0103442557, -0.0233999062, 0.00680673169, -0.0161553975, 0.0152374767, -0.00929217786, 0.016635539, 0.0109020686, 0.0161271524, -0.0134369405, -0.0230044946, -0.000649163791, -0.0110291652, 0.0299383234, -0.0143901659, 0.00487203849, -0.0181465782, 0.0107749719, 0.0110785915] |
26 Jul, 2024 | How to use AppBar Component in Material UI ?
26 Jul, 2024
Using AppBar component in Material UI provides a flexible and customizable navigation bar for your web applications. The App Bar displays information and actions relating to the current screen. Material UI for React has this component available for us and it is very easy to integrate.
PrerequisitesReact JSMaterial UIApproachTo use AppBar Component in Material UI in React JS, we will create a top bar or Nav consisting of the AppBar component, Toolbar, IconButton, MenuIcons and Typegraphy components to implement a Nav along with functionality like logins, dropdown etc.
We can use the AppBar Component in ReactJS using the following approach.
Steps to Create React Application Step 1: Create a React application using the following command:
npx create-react-app foldernameStep 2: After creating your project folder i.e. foldername, move to it using the following command:
cd foldernameStep 3: After creating the ReactJS application, Install the MUI modules using the following command:
npm i @mui/material @mui/icons-material @emotion/styledProject StructureIt will look like the following.
Dependencies list in package.json
{ "dependencies": { "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.14", "@mui/material": "^5.14.14", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router": "^6.17.0", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" }}Example 1: In this example, we will create a basic app bar application, that will have a menu icon and some text.
JavaScript
// Filename - App.js
import * as React from 'react';
import AppBar from '@mui/material/AppBar';
import Toolbar from '@mui/material/Toolbar';
import Typography from '@mui/material/Typography';
import Button from '@mui/material/Button';
import IconButton from '@mui/material/IconButton';
import MenuIcon from '@mui/icons-material/Menu';
export default function ButtonAppBar() {
return (
<AppBar>
<Toolbar>
<IconButton
size="large"
edge="start"
color="inherit"
aria-label="menu"
sx={{ mr: 2 }}
>
<MenuIcon />
</IconButton>
<Typography variant="h6"
component="div" sx={{ flexGrow: 1 }}>
Geeksforgeeks
</Typography>
<Button color="inherit">Logout</Button>
</Toolbar>
</AppBar>
);
}
Step to Run Application: Run the application using the following command from the root directory of the project.
npm startOutput: Now open your browser and go to http://localhost:3000/, you will see the following output.
Example 2: In this example, we will create a simple app bar application with a toggle-able menu.
JavaScript
// Filename - App.js
import * as React from 'react';
import AppBar from '@mui/material/AppBar';
import Box from '@mui/material/Box';
import Toolbar from '@mui/material/Toolbar';
import Typography from '@mui/material/Typography';
import IconButton from '@mui/material/IconButton';
import MenuIcon from '@mui/icons-material/Menu';
import Switch from '@mui/material/Switch';
import FormControlLabel from '@mui/material/FormControlLabel';
import FormGroup from '@mui/material/FormGroup';
export default function MenuAppBar() {
const [auth, setAuth] = React.useState(true);
const handleChange = (event) => {
setAuth(event.target.checked);
};
return (
<Box sx={{ flexGrow: 1 }}>
<FormGroup>
<FormControlLabel
control={
<Switch
checked={auth}
onChange={handleChange}
aria-label="login switch"
/>
}
label={auth ? 'Hide Menu' : 'Show Menu'}
/>
</FormGroup>
<AppBar position="static">
<Toolbar>
<IconButton
size="large"
edge="start"
color="inherit"
aria-label="menu"
sx={{ mr: 2 }}
>
<MenuIcon />
</IconButton>
<Typography variant="h6" component="div"
sx={{ flexGrow: 1 }}>
Geeksforgeeks
</Typography>
{auth && (
<div style={{ display: 'flex', gap: '10px' }}>
<Typography>Contact US</Typography>
<Typography>About US</Typography>
</div>
)}
</Toolbar>
</AppBar>
</Box>
);
}
Steps to run the application:
npm startOutput: Now open your browser and go to http://localhost:3000/, you will see the following output.
https://media.geeksforgeeks.org/wp-content/uploads/20240725234307/ezgif-4-2b5e4efdee.mp4Reference: https://mui.com/material-ui/react-app-bar/
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ? | https://www.geeksforgeeks.org/how-to-use-appbar-component-in-material-ui?ref=asr10 | CSS | How to use AppBar Component in Material UI ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0259209406, -0.00188691227, -0.0124164335, 0.0204943456, 0.0552300587, -0.00659730611, -0.0435504839, 0.0168995708, -0.021183, -0.00114833075, -0.00973756891, 0.0261688549, 0.0298049487, -0.0120583335, 0.0113559058, -0.0175882261, -0.0228633154, -0.0120101273, -0.0328625739, -0.0162109174, 0.00404584268, -0.0301905964, -0.0237447936, 0.0187451653, -0.0314301737, -0.00575714838, 0.030135503, 0.000876312319, 0.00681767566, 0.00526820403, -0.00838092063, 0.0159767754, 0.000604724395, -0.0145994667, -0.0141174095, -0.00262205047, -0.0109771462, -0.0141311819, -0.0159492288, 0.0177948214, -0.0023999596, 0.031485267, 0.00635283394, -0.00209867326, -0.0127883069, -0.00465185847, -0.0092141917, -0.0343500674, -0.00645613205, -0.0329176672, 0.017147487, 0.0253562443, 0.0531916432, -0.00141862745, 0.00603605341, -0.000199924893, 0.0215411, -0.00349664129, -0.0517041497, 0.00665584207, 0.0141725009, -0.065229319, 0.0136146918, -0.0556983426, -0.0104193361, 0.0114660906, 0.0152743477, 0.0351489037, -0.00766472, 0.0319535509, -0.0437433086, 0.0186074339, -0.0175331328, 0.0254939757, -0.00685210852, -0.0144204171, 0.000523377093, -0.00854619779, -0.0199021026, 0.0497483723, 0.030769065, 0.00012019166, -0.0109564867, -0.0160318669, 0.025067009, 0.00341228116, 0.000886642141, -0.0439636782, -0.00334169413, 0.0107154576, 0.000647765235, 0.0151503906, -0.00755453529, 0.00655598706, -0.00165018742, 0.00405272935, 0.0101301018, 0.00366019644, -0.0220093857, 0.0142000476, 0.0295294877, 0.036829222, 0.00804348, -0.0358926505, 0.0116589144, -0.0103986766, 0.0345979817, 0.0146545591, 0.00162952777, -0.0284276418, 0.0166516565, 0.0146958781, -0.0331104882, 0.0390880071, -0.019640414, 0.0274497531, -0.0187038463, -0.047324311, -0.00094173447, -0.00545414025, 0.00727907382, -0.0108187562, -0.00484468183, 0.0346806198, -0.056745097, 0.0321463719, 0.0127607603, -0.00820875727, 0.0441840477, -0.000170334286, 0.0240615737, 0.0283725485, -0.0239100698, -0.00811923202, 0.0381789841, 0.016472606, 0.00154516764, 0.0456439927, -0.0239513889, -0.0226842668, 0.00951031316, 0.00119567569, -0.0451757088, 0.0135871451, -0.00742369099, 0.0311822575, 0.0039838641, 0.0453134403, -0.0265407283, 0.0228908621, -0.0196955074, 0.0153294401, 0.0447074249, -0.0109909195, 0.0798838735, -0.00398042053, -0.0347357132, 0.0192547683, 0.00110012491, 0.00231904257, 0.0391155519, -0.046250008, 0.0192685425, 0.00335718878, -0.00294916122, 0.0266922321, -0.00827762205, -0.0142689133, -0.0568001904, 0.0353417285, -0.0182493329, 0.00432474772, -0.00216926052, 0.0170786213, -0.0118930563, -0.014571921, 0.0215135533, -0.0160318669, -0.0145168286, -0.0185936615, -0.0448451564, -0.00968936365, 0.021306958, -0.00693819, 0.0132083856, 0.00293710968, -0.0167067479, -0.0150815248, -0.0394185595, -0.0141725009, 0.00798150059, 0.00811923202, 0.0175606795, 0.0244059023, -0.0101438751, -0.0123613412, -0.0142826857, 0.0206183046, 0.0211554542, 0.019681735, -0.0202188846, -0.0124715259, -0.00995793846, 0.00288201752, 0.0225603078, 0.00463464204, 0.0159354564, -0.0316505432, 0.0339919664, -0.00847733207, -0.0239513889, -0.0141862743, 0.0198194645, -0.0380137078, -0.00750632957, 0.00343294069, -0.0583978668, -0.0125059588, 0.0111011043, 0.00634594774, 0.0126023702, -0.00856685732, 0.0603261, 0.0136491247, -0.0408234149, 0.0280695409, -0.00933815, -0.0221333429, 0.0194338188, 0.0132497046, -0.0277665332, -0.00734793907, -0.0128158526, 0.00276494632, 0.0565798208, 0.00493076351, -0.0159079097, -0.00633217441, -0.0325320214, 0.0229735, 0.0119137159, -0.00643891562, -0.0349009894, -0.0117484387, 0.0445146, 0.00771981245, 0.0230010469, 0.0132841375, -0.0142138209, 0.0273395684, 0.0139176995, 0.0351764522, -0.00949654, 0.0254388824, 0.0122304969, -0.0218854267, -0.00345360022, -0.0160456412, 0.035203997, 0.0457817242, 0.0368567668, 0.0150952982, 0.00590176554, 0.0372424126, 0.038647268, -0.0042455527, 0.0120927664, 0.00656976, -0.0122304969, -0.0242819432, 0.0596098974, -0.0130913146, 0.0157977249, 0.022808224, -0.00848421827, 0.0117966449, -0.00221746624, 0.0476273187, 0.0498034656, 0.0271329712, 0.0305486955, -0.0159630012, 0.0495004579, 0.032036189, -0.000844031689, 0.0181391481, 0.00284414133, -0.0259071682, -0.0330554, 0.0143515514, -0.0521724336, -0.0169546641, 0.0148198362, 0.0079126358, 0.019323634, 0.0239238441, 0.0083671473, 0.0211416818, 0.0151228439, 0.01112865, 0.000565987604, -0.0213895962, -0.0160043221, -0.0124577526, -0.00230871281, 0.0370771363, 0.0254388824, 0.0201637913, -0.0176846366, 0.00742369099, 0.074760288, 0.0263479054, -0.054844413, -0.0291989334, -0.0519245192, 0.0465805642, 0.00680390233, 0.00611869153, -0.0456715412, -0.0146958781, -0.0352315456, -0.00760962768, -0.0296947639, 0.0399143919, 0.0426690094, -0.00883543212, -0.0388951823, -0.0131050879, 0.0359477438, 0.0245574061, -0.0114660906, -0.0101025561, 0.0261826292, 0.0455338098, 0.0349836275, -0.0485638864, 0.0086288359, -0.0322014652, 0.000669285713, 0.0236483812, -0.0235381965, -0.0501615629, 0.00797461439, -0.0320086442, 0.0129329236, -0.0338266902, -0.0131670665, 0.0255766138, 0.0120239006, 0.00357411476, 0.00126454106, -0.00306623243, 0.0241855327, -0.00515801925, 0.0413743369, 0.00857374351, 0.00127401, -0.0372148678, -0.0198607836, 0.0563869961, 0.0216375124, 0.00847044587, -0.0169822108, 0.00152106478, 0.00166740373, -0.0265407283, -0.0195715502, -0.0135664856, -0.0278078523, -0.0190343987, -0.00495142303, -0.0209901761, 0.0362782963, 0.0200260617, -0.0270365607, -0.00955851935, 0.00971002318, 0.0096136108, -0.017422948, 0.0262101758, -0.0477650501, 0.00616001105, 0.0048274654, 0.0477650501, 0.0253700167, 0.0038392467, 0.00594308507, 9.02782485e-05, -1.98526068e-05, 0.0249843709, -0.0166792031, 0.0262101758, 0.000811751, -0.00957917888, -0.0148611553, -0.014296459, -0.00341572426, 0.021306958, 0.0180014186, -0.0104950881, 0.0501064733, 0.0325320214, 0.0418977141, 0.0166378822, -0.00886986498, -0.00229493971, 0.00176984107, -0.0182906538, 0.0195577759, -6.19788698e-05, 0.00245677354, -0.0366639458, 0.0161282793, 0.0268161912, 0.00701738521, 0.0281659532, -0.0086288359, 0.0639071, 0.0148198362, -0.00317125209, 0.0320637338, 0.0160043221, -0.0115487296, 0.028234819, -0.0111837424, 0.00870458782, -0.0200122874, -0.00686243828, 0.00473449705, -0.000535428582, -0.0225465354, -0.0179876443, -0.0104950881, 0.00882165879, -0.0170373023, -0.0114729777, 0.0300804116, 0.0101645347, 0.0115762753, -0.00771292578, -0.016197145, 0.0162246898, 0.0185523406, -0.0219956115, -0.0370771363, 0.0132359322, -0.0296947639, 0.0113214739, -0.00162608444, -0.0205081198, -0.0563594513, -0.0196955074, -0.0537701137, 0.00138763804, 0.0169133451, -0.0230148192, 0.027918037, 0.0264167711, 0.00339850807, -0.0404377691, 0.00633561751, 0.0079126358, -9.19998856e-05, 0.000469145598, 0.0286480114, -0.0538802966, -0.0734931678, 0.0463051, -0.00323667424, 0.0005999899, -0.00610491866, 0.0191859026, 0.0479854159, 0.0172163527, 0.0115005234, 0.0154947173, -0.0286204647, -0.0243508089, 0.00410782173, -0.0063838237, 0.0471314862, 0.0210590418, 0.0137524223, -0.00282692513, -0.0206458494, -0.0269814674, 0.0190068539, 0.00495486613, -0.00161575468, -0.0297498573, 0.0288959257, -0.010336698, -0.0372975059, -0.0392808281, 0.0323391967, -0.0138970399, -0.0200673807, 0.00826385, -0.00183009822, 0.0191583578, 0.00915909931, 0.0146407858, -0.0233591478, 0.0162522364, 0.0153294401, -0.0365813076, -0.0462224633, 0.0386748128, 0.018015191, -0.0128847184, -0.000912466669, 0.0321739204, 0.0308517031, 0.0452858955, -0.0257556625, -0.0132221589, -0.0125748236, 0.0367190354, 0.0193511806, -0.00496863946, -0.0107498905, -0.00247743307, -0.00052639, 0.00420079, 0.0102540599, 0.00252391724, 0.0433301143, -0.0382065289, 0.03611302, -0.0171612594, -0.0201775655, -0.0341847911, 0.0172852185, 0.0234142393, 0.00627363892, 0.00468284776, -0.00177672761, -0.0114729777, 0.020273976, 0.0198056921, -0.0246813633, -0.0226154011, -0.013146407, -0.0162109174, -0.0339919664, 0.0264305435, 0.0269814674, -0.0389778204, -0.0109633729, 0.00413881103, -0.017505588, -0.00100199168, 0.0044039432, 0.00106483139, 0.0148060629, 0.0105019752, -0.03999703, -0.0241442136, -0.0031798603, -0.00433507748, 0.00156324485, -0.0198607836, 0.0283725485, 0.000996826799, 0.0184283834, -0.0345153436, -0.00842912588, 0.0302456878, -0.00309377862, 0.00898693595, 0.00683144853, 0.00023242076, 0.0237172469, 0.0229321811, 0.0199158769, 0.0146958781, 0.0192685425, -0.0305211507, 0.00420423318, 0.0038289167, 0.0374627821, 0.0108256424, 0.00435229391, -0.0189793073, 0.0265269559, -0.00359133119, -0.0116382539, -0.0272707026, -0.0178499147, -0.0176708642, 0.0293917563, 0.0320637338, -0.0106741386, 0.0175606795, -0.0141174095, -0.0221195705, -0.00893184356, 0.0280970875, -0.0139176995, -0.0303283259, 0.0151090706, -0.00779556436, 0.0220231581, 0.0190757178, -0.00261344225, -0.0100268042, 0.0350662656, -0.00323839602, 0.0131601803, -0.0381789841, -0.0366639458, 0.0087665664, 0.023992708, 0.0140623171, -0.0072033219, -0.012395774, -0.00433507748, 0.00173110422, -0.0145581476, -0.0124439793, 0.0214584619, 0.0156186754, 0.0276701227, -0.00127917505, 0.00380481384, -0.0337165035, -0.00198848872, 0.0120445602, 0.0230974592, 0.00643547252, -0.0309618879, 0.0109771462, 7.78501926e-05, -0.00297498563, 0.013029336, 0.0190343987, 0.0194200464, -0.0315128118, 0.00376349455, 0.0150815248, -0.0171888061, 0.00868392829, -0.0297498573, 0.0698019788, -0.0160318669, 0.0284000952, -0.018414611, -0.00606359914, 0.00650778133, -0.0344327055, -0.0461673699, -0.0350938141, -0.00776801817, 0.005089154, -0.00906268787, -0.0208524466, -0.00491699, -0.0112732677, -0.0143653248, 0.00796084106, 0.030135503, -0.0216375124, 0.0145306019, -0.0117002334, -0.000158820854, -0.0217339229, 0.00530263642, 0.0297498573, 0.0279593561, 0.00911089405, 0.0258658472, 0.00655254396, 0.00379448407, 0.0355345532, -0.0366363972, -0.010336698, -0.0290061105, -0.0131050879, 0.0163211022, -0.0158803631, -0.0149988867, 0.00937946886, -0.00568483956, 0.0133461161, -0.0303283259, 0.000845322909, -0.0538802966, -0.025976032, -0.0233866926, 0.00966181699, 0.0126230298, -0.00651122443, 0.0137868552, 0.0342123359, 0.0103022652, -0.0123269083, 0.000341099, -0.0194751378, 0.0328625739, -0.0353141837, -0.00550234644, -0.0363884829, -0.00749944337, 0.0257969834, 0.0327248424, 0.0367465839, 0.00501340209, 0.00754764909, -0.0186625253, 0.0166929755, 0.0537976585, -0.0334410444, 0.027518617, 0.016748067, -0.0122649297, 0.00884920545, -0.021183, -0.00321257138, -0.032036189, -0.00458299322, 0.00371184549, -0.0129122641, -0.00121203123, -0.0160869602, -0.0119825816, -0.011720893, 0.0172439, -0.0140760895, -0.0328625739, 0.00427654199, -0.000765697274, 0.0045141275, 0.0165827908, 0.0116864601, -0.0369945, 0.020632077, 0.0234004669, 0.00834648777, -0.0135527123, 0.0218303353, 0.00925551075, -0.0128227398, -0.016872026, -0.0166241098, 0.0318433642, 0.00684522185, 0.00167515106, 0.00675569661, 0.0172163527, -0.0323391967, -0.00986152701, -0.00239479472, 0.0415120684, -0.0479027778, 0.0328074805, -0.0145581476, -0.00340711605, 0.0132703641, -0.00597407436, 0.014847382, -0.0159905478, -0.0038254736, -0.00334341568, 0.0189104415, 0.00391155528, -0.012671235, -0.00692786044, 0.00200742669, 0.00468973443, 0.00561253075, -0.000784635253, 0.0206596237, 0.0460020937, 0.00913155358, 0.0242268518, -0.0188002568, -0.0208524466, -0.0274222065, -0.0475722253, -0.0009563684, 0.0248328671, -0.00843601301, 0.021899201, -0.0116864601, 0.0157701783, -0.00785065629, -0.0106810248, -0.0212794114, 0.0315403566, 0.0406856835, 0.0241442136, -0.0341296978, 0.0133943222, 0.0234142393, 0.0270916522, -0.0404377691, -0.0077817915, -0.00288029574, 0.0139314728, -0.0183044262, 0.0314026251, -0.036471121, 0.0221195705, 0.0183732919, -0.00022639503, -0.0122304969, -0.0113765653, 0.00156410562, -0.0310169812, 0.00242578401, -0.00891118404, 0.00770603959, -0.0243783556, 0.0336063206, 0.0132703641, 0.0136146918, 0.017381629, 0.0180702843, 0.0236346088, 0.0176433176, 0.00578125101, -0.00231215614, 0.0253700167, 0.00727218715, -0.00968247652, 0.0305211507, -0.0118241906, 0.0169133451, 0.00314714923, -0.00819498394, 0.0110391248, -0.0318158194, -0.0378759764, 0.0331104882, -0.0179601, -0.00356034166, 0.00219852827, 0.00628052559, 0.00534739904, 0.0240891203, -0.0140278842, 0.000791091414, -0.0415396169, -0.0132772513, -0.0187727101, 0.0138488337, 0.00364986667, 0.0015649664, 0.0410713293, 0.0107567767, 0.0212243199, -0.0127814198, -0.00547480024, 0.0250807814, -0.0121065388, 0.00741680479, -0.0441565, 0.0176984109, 0.023483105, -0.0133461161, 0.0246538166, -0.00572960218, -0.0024137327, 0.0294193029, -0.00171991356, 0.00258245296, 0.00766472, 0.00964115746, -0.00577780791, 0.0212380923, 0.00743057765, -0.0173678566, -0.00587421935, 0.0332206748, -0.00886986498, 0.0118517373, -0.0356171913, 0.0230010469, -0.0177948214, 0.0033382508, 0.0313750803, 0.0150402058, 0.0143102324, -0.0246951357, 0.00787131675, 0.0221471153, -0.0183595177, -0.0221884344, -0.00862195, -0.0158941373, -0.0201362465, 0.0345704369, 0.0417324379, -0.0253286976, 0.00222779601, 0.0330278501, 0.00844978541, 0.00913844, -0.0169408917, 0.023992708, 0.007623401, 0.0189104415, -0.033854235, 0.0154396249, -0.0179463252, -0.00969625, 0.0266784597, 0.017422948, 0.0201500189, -0.000977028, 0.0301630497, 0.0524203517, -0.0372975059, -0.00743746432, -0.00327627198, 0.0157977249, -0.037187323, -0.00674536685, 0.0182906538, -0.00645268895, -0.0433852077, 0.0190343987, 0.0101025561, 0.0192960873, -0.00361887738, 0.0135940323, -0.00842912588, 0.00403551292, 0.00558154145, 0.0218441077, -0.00416635722, 0.00809857249, -0.0318709128, -0.00068435003, -0.0119825816, -0.0273946598, -0.0292815715, 0.010095669, -0.0403000377, 0.00203497289, 0.0360303819, 0.0256454796, -0.0306037888, 0.00152881211, 0.00502717495, -0.051952064, -0.0472141244, 0.0221195705, -0.014571921, 0.0169684365, 0.0207698084, -0.0234417859, 0.0257694367, 0.00434196414, 0.00296121254, -0.023882525, -0.00622198964, 0.00183009822, 0.00632873131, -0.00771292578, -0.00867015496, -0.0269539207, -0.00846355874, -0.00773358578, 0.0148198362, 0.0115280701, -0.019957196, -0.0159354564, 0.0080503663, -0.0234417859, 0.0165277, -0.0119688082, -0.00776801817, 0.0191032644, -0.00139452459, 0.0039563179, 0.0104468828, -0.00999925751, -0.0277389865, -0.0202464312, 0.00227428018, 0.0243094899, 0.0285378266, -0.00898693595, -0.0109496005, -0.0144892819, 0.0173678566, 0.00224329066, -0.00965493079, 0.00679701613, 0.00675569661, -0.0176019985, -0.0231800973, -0.00249981438, -0.0176570918, -0.0167205222, 0.0593895279, 0.0130775413, -0.00556088192, -0.0175193604, -0.00599473389, -0.00103384198, -0.0278353989, 0.0195577759, 0.0212243199, 0.0209626313, 0.00274428655, 0.0185247958, -0.0172576718, -0.00629085535, -0.0175193604, 0.00572615862, -0.0136491247, 0.0120514464, 0.0317056365, 0.0184421577, 0.0243370365, -0.00172163523, 0.027243156, -0.0014573643, 0.0234280117, -0.0281384066, 0.0408785082, -0.00250842259, -0.00339334318, 0.00543348072, -0.00612902129, 0.00209006527, -0.00102006888, 0.0103642438, -0.00513391616, 0.00364986667, -0.00758208148, -0.0291438419, 0.00904891454, 0.00656287372, -0.0264580902, -0.037380144, 0.0125059588, -0.0146683324, 0.0177535024, -0.0052544307, -0.0252047405, -0.0019265099, -0.0107223447, -0.00135234452, 0.000122774116, 0.00145478174, 0.00170614058, 0.00255318498, -0.00710002379, 0.00919353217, -0.00230871281, 0.0170373023, 0.00166309963, 0.000687793305, -0.004672518, 0.000378974946, 0.0433576629, 0.0260724444, -0.0122236107, -0.0204530265, -0.00862195, -0.0221057963, -0.0289785638, 0.0262101758, 0.0171888061, -0.0212794114, -0.00437984, 0.036829222, -0.00505127804, -0.0141862743, 0.00882854592, -0.0171612594, 0.0228770897, 0.00767160673, -0.031127166, -0.0267886445, 0.0123337945, -0.0203703884, -0.0152743477, -0.0102265133, -0.00731350668, 0.0314577185, -0.0189517606, -0.0143653248, -0.0014384262, -0.00807791296, -0.00903514214, -0.0442115925, -0.00335374544, 0.0486465245, -0.00997859798, -0.0144341895, -0.0107085714, -0.012354455, 0.00627019536, 0.0536599271, -0.0168169327, -0.0149162477, -0.0199158769, 0.0178912338, -0.0187176187, -0.0138694933, 0.00889741071, 0.0249568243, -0.00051046483, 0.0257143434, 0.00155205419, -0.022450123, 0.00561941741, 8.71039811e-05, 0.0157288592, 0.00797461439, 0.0223812591, 0.0170510747, -0.0166792031, -0.00443148892, 0.027009014, 0.0308792498, 0.00444181915, -0.00467940466, 0.00147716305, -0.0244472213, -0.00840846635, -0.0332757644, 0.00190412859, -0.00747189717, 0.0207835808, 0.0191583578, 0.00706559094, 0.0178085957, 0.0391155519, -0.0129053779, -0.0132014994, -0.0220920239, 0.00358100142, 0.00553333573, -0.0199021026, 0.000817346328, -0.0423384532, 0.00677291304, -0.027243156, 0.0192134492, -0.00216753874, -0.0141311819, 0.0119412625, 0.000550923287, -0.00939324219, 0.00718266238, 0.00771981245, 0.00357067143, 0.0207147151, 0.0272707026, -0.0076509472, -0.00461398251, -0.0305211507, -0.00760274148, 0.00904202834, 0.00534051238, -0.0208937656, 0.0230974592, 0.00635283394, -0.0191721302, -0.0192960873, -0.0182355605, 0.0422007218, -0.00502373185, 0.0154671716, -0.012554164, -0.00343982712, -0.0539904833, 0.00036842993, -0.0243370365, -0.0205218922, 0.0168444794, -0.00661107944, 0.00692441687, -0.00101318234, -0.0127332145, 0.00964115746, -0.0105088614, 0.000914188335, -0.0121340854, -0.0402174, -0.0102816056, 0.00466563134, 0.000865121721, -0.0110597853, -0.0274772979, -0.0099303918, 0.0166792031, 0.00768537959, 0.00103039865, -0.0163899679, -0.00456577679, 0.00379792741, 0.0256317053, 0.014096749, 0.0154258516, 0.0201775655, 0.0134976208, 0.00237413496, -0.00814677775, 0.00894561689, -0.0249843709, 0.011961922, 0.0147234248, 0.00564007694, 0.0128020793, 0.00010340572, -0.0125266183, -0.0129535841, 0.021306958, -0.0115831615, 0.0303283259, -0.00130241702, -0.0142138209, 0.0342674293, 0.0100130308, -0.0031161597, 0.0278078523, 0.00922107883, -0.00484812493, -0.0206045303, 0.00472072372, 0.0147096515, 0.00313681946, -0.00134545797, 0.00693130353, -0.0224363506, 0.00302319159, 0.0182631072, -0.0244747661, 0.0397215672, 0.0199434236, 0.0340746045, -0.0178636871, 0.024433447, -0.0162246898, 0.00660074968, 0.0183181986, -0.00390466885, -0.0142826857, 0.0168582518, 0.0117897578, -0.0340470597, 0.0131670665, -0.0326146595, 0.00873213354, -0.00110873312, 0.0109771462, -0.0140760895, 0.00332275615, 0.0242819432, -0.0155084906, 0.0038289167, 0.0118310777, 0.0364160277, 0.0139521323, 0.0188002568, 0.00404584268, 0.00224156911, 0.0056504067, -0.0226429477, 0.000847474963, -0.00948276743, 0.0276288018, -0.0136284642, -0.00779556436, -0.00591898197, 0.0328901187, -0.0273671132, -0.00159251259, -0.0110735577, 0.00430753129, 0.0322841033, -0.0174642671, 0.00741680479, -0.0155498097, 0.011603822, -0.0147234248, -0.0163211022, -0.00031333763, -0.0121065388, -0.0158941373, 0.0197092798, -0.000976167212, 0.000406951527, -0.0107292309, 0.016789386, 0.027009014, -0.0150539782, -0.0298324954, 0.00787131675, -0.0272156093, -0.01077055, -0.0131808398, -0.00771292578, 0.00997859798, 0.00253252545, -0.00680390233, 0.0118035311, -0.0210865885, 0.00071533944, 0.0347908065, -0.0134425284, 0.0164863784, 0.0167067479, 0.0371322297, 0.00351385749, 0.0440463163, 0.0240615737, 0.019998515, -0.00265992642, 0.0170235299, 0.00352935237, -0.0117759854, -0.0234142393, -0.0280557685, 0.00332619925, -0.0173678566, 0.00984775368, -0.00746501051, 0.000746328908, -0.009345036, -0.0108669614, -0.00651122443, 0.0568552837, 0.0138626071, -0.00482402183, 0.0208799932, 0.0104882019, 0.0226567201, -0.027876718, 0.00474827, -0.00999925751, 0.029584581, -0.0022553422, -0.0113352463, -0.0160318669, -0.00936569553, -9.79718e-05, 0.0353692733, -0.0115900487, -0.0169408917, 0.00557465479, -0.0155084906, 0.00643891562, 0.0316505432, -0.0244609937, 0.019681735, 0.00763028767, -0.0134012084, 0.0147234248, -0.00821564347, -0.0374076925, 0.0135320527, 0.0255903862, 0.0165827908, -0.00923485123, -0.0126368031, 0.00618411368, 0.00262032892, -0.0224638972, -0.0160456412, -0.0140829766, -0.0295570344, -0.020232657, -0.00265820487, -0.011521183, 0.0241717584, -0.00868392829, 0.0255766138, -0.00644580228, -0.0177535024, -0.00679357257, 0.0101920804, 0.0200260617, -0.0141725009, -0.00643891562, 0.00487567112, 0.00348975463, 0.00288029574, 0.0329176672, -0.00618411368, 0.00388745242, 0.016472606, 0.00947588, 0.0369669534, -0.00902136881, 0.0140209971, 0.0203428417, -0.000914188335, 0.0145443743, -0.013821288, 0.00774047198, 0.0287306495, -0.0026926375, -0.0131395198, 0.0349560827, -0.022532763, -0.0122236107, 0.0245987251, -0.0059361984, 0.0191583578, -0.0188691225, 0.0103917904, -0.0304660574, -0.00177500595, -0.0378208831, -0.023083685, 0.00419734651, 0.0305486955, -0.0107223447, -0.0119274892, -0.0240478013, -0.0253700167, 0.00194372621, -0.0204117075, 0.00608425913, 0.0045382306, -0.0460847318, 0.00570894266, 0.0359752886, 0.0151779363, -0.000590951298, 0.00610491866, -0.00573648885, -0.0205218922, 0.00494109327, 0.0134563008, 0.0129949031, -0.0191445835, -0.0244609937, -0.0272707026, 0.0113421334, -0.0220231581, 0.00206940551, 0.00641481299, -0.00106483139, -0.00115263485, -0.025067009, -0.0248053204, 0.0278491713, -0.0156737678, -0.00149437936, -0.0113627929, 0.0111355372, -0.0199847426, 0.0245849509, 0.0189655349, 0.00683144853, -0.000336579687, 0.0317882746, -0.00616345415, 0.00909712072, -0.00443837559, 0.0108187562, 0.0182493329, -0.00769915292, 0.000581051921, -0.000967559, -0.0149713401, -9.64653736e-05, 0.0155498097, 0.01805651, 0.000699844735, -0.00625986559, 0.0249155052, -0.0003462639, 0.0244059023, 0.0235106517, -0.0195715502, 0.016073186, 0.00825007632, -0.0309894346, -0.00670060422, -0.0226842668, -0.00939324219, -0.0105088614, 0.00120428391, 0.0209764037, -0.00269435928, 0.00494453637, -0.0298324954, -0.0230010469, 0.0337440521, 0.00599129079, 0.0214309152, 0.012037674, -0.0277252141, 0.0045382306, -0.0395011976, 0.0259071682, -0.00881477259, -0.00651122443, 0.0133805489, 0.00662140921, -0.000293108402, 0.00238962984, 0.00198332383, 0.00372561859, 0.0124026602, -0.0149713401, 0.0185936615, -0.0195164569, 0.0312924422, 0.0319260024, -0.0290612038, -0.0191859026, 0.0104606561, 0.0226842668, -0.0019127368, -0.00277699763, 0.0203979351, -0.0162660107, 0.00493076351, -0.0217752419, -0.00780933769, -0.00790574867, -0.0256454796, -0.0239651632, 0.0277252141, 0.00619100034, 0.00780933769, 0.00918664597, 0.00174659898, 0.00257384474, -0.00115693884, -0.00322634447, 0.004672518, 0.0130431084, -0.00653877063, 0.0234004669, 0.000684780418, 0.0133392299, -0.00137214328, 0.0191996768, 0.0111148776, -0.00633561751, 0.006810789, 0.00789197627, 0.0240064822, 0.0113077005, -0.00573993195, 0.00546791358, 0.00295088277, -0.00436262367, -0.0183732919, 0.0180289652, 0.00179566559, -0.00289406884, 0.000799269183, -0.00416635722, 0.0149575667, -0.0124026602, 0.0107154576, -0.00136181351, 0.000105450163, -0.0105915, 0.0221884344, -0.00606015604, -0.00302491314, -0.0216650572, -0.00800904725, -0.0173540842, 0.00393221481, -0.0402724929, 0.00759585481, 0.0055402224, 0.0219129734, 0.00104589341, 0.00200570514, -0.00180771702, -0.001014904, 0.00660419278, -0.016830707, 0.00323323091, 0.00738925859, -0.0144755095, -0.00104072853, 0.0169546641, 0.000766558107, 0.0170923956, 0.0173954032, -0.00576403504, 0.0331380367, -0.0179876443, 0.00308517041, -0.00975134224, 0.00177844916, -0.0269401483, -0.0156875402, 0.00276838941, -0.00242922734, -0.00206596241, 0.0140209971, -0.022215981, -0.0149575667, -0.0164588336, -0.00384957646, 0.0177121833, -0.0110184653, 0.0267748721, 0.00415602745, 0.00847044587, 0.0253149252, -0.0127538741, -0.00631840155, -0.019723054, 0.0135940323, 0.0136284642, -0.0190206263, -0.000815194275, 0.010178308, 0.0243645813, 0.0117415525, -0.00810545869, 0.0113490196, -0.0337991416, 0.00987529941, 0.014930021, 0.000363049825, 0.00126281951, 0.024667589, -0.019089492, -0.008752794, 0.0277665332, -0.00255662831, -0.015164163, -0.00205907575, -0.0018989637, -0.00193511799, 0.00116038218, 0.0270641055, 0.00958606508, 0.0141449552, 0.0296121258, -0.00114058331, -0.00660419278, 0.000739442359, -0.0109427134, 0.0128778312, -0.00999237131, 0.00798838772, 0.00723775476, 0.00271329726, 0.00209867326, 0.00122494344, 0.0188415758, 0.015522263, 0.0183457453, 0.0150539782, 0.000903858512, -0.0102334, 0.0167756137, 0.0035362388, -0.000693819, 0.0075201029, 0.0225878544, -0.00640792632, 0.0137661956, -0.00813989155, -0.0124990717, -0.00122322189, -0.00639071, 0.00175951119, 0.0186763, 0.00348975463, 0.00927617, 0.025976032, 0.0183732919, -0.012037674, -0.0018542012, -0.0133116841, -0.0125266183, 0.0055126762, -0.00872524735, -0.00770603959, 0.00301630492, 0.00915221311, 0.0124508664, -0.00506849401, 0.0354519114, -0.00464152871, 0.00865638163, 0.00194544788, -0.00511325663, -0.000548771233, 0.00417668698, -0.00933815, 0.000148383435, -0.0320637338, -0.00110528979, -0.0133598894, -0.013029336, 0.0108256424, -0.00327110686, -0.0123269083, -0.0176708642, -0.00871836115, -0.0113145867, -0.0212794114, 0.0129329236, -0.023207644, 0.0173127633, -0.00181632524, -0.022174662, -0.00164846575, -0.0149162477, 0.0347357132, -0.00760962768, -0.0172989909, 0.0100887828, -0.00575026171, 0.000708022504, 0.0109151676, 0.0277665332, 0.00504094781, -0.0232214164, 0.00640792632, 0.00944833457, 0.00206424063, -0.00432130462, -0.0108118691, -0.0169959832, 0.00181116024, 0.0202602036, -0.00684522185, 0.0169271175, -0.00266853464, -0.000715769827, -0.030135503, -0.00971690938, 0.00528542046, -0.0134149818, 0.00568828266, 0.00249120616, -0.00807791296, 0.00926239789, 0.00139452459, 0.00543692429, 0.00954474602, 0.016830707, -0.00971690938, -0.0118586235, 0.0326697491, 0.00099940924, 0.00679012947, -0.0107843233, 0.0105777271, -0.0240478013, 0.0268850569, -0.0160869602, 0.0128778312, 0.0146407858, 0.00428687176, 0.00452101417, -0.022808224, 0.0194475912, -0.00842912588, -0.0153845325, 0.00316264387, 0.0174780414, 0.00348975463, 0.00800216105, -0.0190343987, -0.00048894441, -0.0184421577, -0.0066489554, -0.0237310212, 0.00737548526, 0.00897316262, 0.00316436565, -0.0110735577, 0.00869770162, 0.00326422043, -0.0122304969, 0.00995105132, -0.00028665227, 0.0100543499, -0.00696573639, 0.00021907808, -0.00725841429, 0.00408027554, 0.0297774039, -0.00530952308, 0.00533362618, -0.0230010469, -0.00955163222, -0.0184972491, -0.0182906538, -0.00928305741, 0.012671235, 0.00517867878, 0.00442460272, 0.0154258516, 0.00520622497, 0.000385646301, -0.0048309085, 0.0162935555, 0.014847382, 0.00587421935, 0.00402174, 0.0416773446, 0.0111975158, -0.0183595177, -0.0163211022, -0.00796084106, -0.00413536793, -0.00687965425, -0.000177651236, -0.00418357365, 0.00641825609, 0.0130982008, 0.00101404311, -0.0126436893, -0.000330123556, 0.00509604, 0.0056469636, -0.0178774614, -0.000673589821, 0.01425514, -0.0265545025, 0.0385095365, -0.00194372621, 0.0159905478, 0.0309618879, 0.0164312869, 0.0155360363, -1.01684082e-05, -0.0119688082, -0.00208145706, 0.00374283502, -0.0106810248, -0.00117932016, 0.0191032644, -0.00363265048, -0.0017362691, 0.00745812384, 0.00547135668, -0.00962738413, 0.0237034746, -0.00127401, -0.0130775413, 0.00833960157, -0.00300769671, -0.0079126358, 0.0045382306, -0.0160594136, 0.0107774371, 0.00909712072, 0.00895939, 0.0179187804, 0.0171337146, -0.00516490592, 0.018015191, -0.0317056365, -0.00691753067, -0.0123751145, -0.00777490484, 0.0113145867, -0.0118517373, -0.010928941, -0.00553333573, -0.0128778312, -0.0215135533, -0.0185661148, 0.0148611553, -0.00406994577, 0.00420767674, -0.0046690749, 0.00628396869, 0.000556088169, -0.00758208148, 0.0111424234, 0.0220093857, -0.0218027886, -0.0282623637, 0.0174918137, 0.0186487529, -0.00118362426, 0.0115142968, 0.00447625155, 0.0145030553, -0.0166241098, -0.0113352463, 0.0276288018, 0.0303283259, -0.0116933463, 0.0155360363, 0.00470350729, 0.00909023453, 0.0210590418, 0.0105019752, 0.0136766704, -0.00617722748, 0.00301286159, -0.0231938697, -0.0225465354, -0.00924862456, 0.00490321731, -0.00995105132, -0.000685641251, 0.00898693595, -0.00817432441, 0.00276150298, 0.00570205599, -0.00611869153, -0.000494539738, -0.00404584268, 0.00123096921, 0.0112181753, 0.00645957561, 0.0136491247, -0.0225878544, 0.00674192375, -0.00776113151, -0.00210039504, 0.00869081449, 0.0292264801, -0.00699672569, 0.00758208148, 0.00884920545, -0.0205494389, -0.010453769, -0.0281384066, -0.00154000276, -0.0169959832, 0.0128158526, 0.00910400692, 0.0108325286, 0.0157426335, 0.00825007632, -0.00241545425, 0.0146407858, -0.00508226734, 0.0234142393, 0.0166792031, -0.00597407436, 0.00946210697, -0.000558240223, 0.0059637446, -0.0110046929, 0.00326422043, -0.00660074968, 0.00104847585, -0.00421456294, -0.0163899679, -0.0141725009, 0.00728596048, 0.0152605753, -0.00805725344, -0.0278904904, -0.012278703, -0.00820875727, 0.00532673951, -0.00447625155, 0.0117759854, 0.0157839525, -0.00661107944, -0.00333308592, 0.0121616311, 0.00517867878, -0.0111355372, -0.00391499838, -0.0258245282, -0.00106310972, 0.000922796491, 0.0165827908, 0.0145168286, -0.0185247958, -0.0169408917, -0.00859440304, -0.0280144494, -0.00127487094, -0.0176433176, -0.0101507613, -0.0130637679, -0.0169133451, 0.00667305803, -0.00350869261, 0.00273051346, 0.00450379774, 0.00754764909, -0.0138901528, -0.00553677883, 0.0310996193, -0.000127723819, -0.0220093857, 0.0158941373, 0.0245574061, 0.0230561402, -0.000193576358, -0.0219956115, -0.00539904833, -0.0194338188, 0.00566073693, -0.0111837424, 0.00410782173, 0.00627708202, 0.00129036559, 0.00353968213, -0.00431097485, 0.0161420517, 0.0201500189, 0.0129742436, 0.0291989334, 0.0299426802, -0.0254939757, -0.0150264325, -0.0299977735, -0.0092073055, -0.00842224, -0.00749944337, 0.0145306019, -0.00261344225, 0.0139727918, -0.00811234489, 0.00369807263, 0.0110735577, 0.0270778798, 0.0243645813, -0.0160594136, 0.0117277792, 0.0129053779, -0.000270727149, 0.019323634, -0.0052199983, 0.0141862743, 0.00644924585, 0.00245677354, 0.00231215614, -0.0152330287, 0.0233591478, -0.0107430043, 0.00658697635, -0.0124439793, 0.00691753067, 0.00603261, -0.0107774371, -0.0182217881, -0.00977200177, -0.00380137074, -0.00412503816, -0.00221402291, 0.00312821125, -0.011204402, 0.00546791358, 0.00577092124, -0.00693130353, -0.00937258266, 0.0152743477, 0.00973756891, -0.0121822907, 0.0274910722, -0.0157426335, 0.0141862743, 0.0307139736, 0.0211141352, 0.014847382, -0.00265648309, -0.00729284715, -0.0160594136, -0.00149437936, 0.0152192554, -0.0165965632, 0.0249705985, 0.0140760895, -0.0229184087, -0.000505730335, 0.0128020793, 0.00494453637, -0.00351902237, 0.0298324954, -0.00179394393, 0.0256317053, -0.0174780414, -0.011603822, -0.0117759854, 0.0116244815, -0.0145306019, -0.0189379882, -0.00224673399, -0.0044073863, -0.00682456233, 0.000640448299, 0.0132772513, -0.00401829649, -0.0104055637, -0.00332619925, -0.00168548094, 0.0295294877, -0.0176295452, 0.022450123, 0.000763975666, 0.0400245748, 0.00343810557, -0.00769226626, 0.0119825816, 0.00154000276, -0.0130775413, -0.00669716112, 0.00829139538, -0.0158803631, -0.00728596048, 0.000623662374, -0.00851176493, -0.0153294401, 0.00752698909, -0.0059637446, -0.000752354623, 0.000419433374, -0.0162246898, 0.0369118601, -0.00760274148, 0.00579158077, -0.00900070928, 0.0233178288, 0.0149575667, -0.00147371972, 0.0117002334, 0.0135113932, -0.00364642357, 0.0315954499, -0.0306313336, -0.00734105287, -0.0101438751, -0.0198607836, 0.0162797831, -0.00508571044, 0.00782311056, 0.00730662, -0.00540593453, 0.026609594, 0.0318984576, 0.00751321623, -0.00771292578, 0.00354312523, -0.0168444794, -0.0143240057, 0.0083671473, -0.00145047775, -0.00959983841, 0.0189379882, -0.00179222226, 0.00479303254, -0.0234142393, -0.00132135511, -0.0366363972, 0.0216099657, 0.00699672569, -0.00134545797, -0.00349836284, 0.0238549784, -0.00914532691, -0.0169546641, -0.023083685, 0.00210900325, -0.00287340931, 0.0237723403, -0.00795395486, -0.0105088614, -0.0165552441, -0.0112801539, 0.00963427126, -0.0167067479, 0.0136009185, -0.0121891778, -0.0129673565, -0.0082294168, 0.0346255265, 0.00136611762, 0.00847044587, 0.0245023128, 0.00247915485, 0.00184731465, 0.00772669911, 0.019364953, 0.00737548526, 0.00446936535, -0.0178912338, 0.0163073298, 0.0217752419, 0.0216512848, 0.00416635722, 0.00377382454, 0.0141725009, -0.0109909195, -0.0128778312, -0.019998515, -0.00230699126, -0.00240512448, -0.000161833712, 0.0113696791, -0.00706559094, -0.00289579039, 0.00318330363, 0.00160800735, 0.000427395949, 0.0170648489, -0.0044073863, -0.0101576475, -0.00362576381, -0.00990973227, 0.00686243828, 0.00794706866, 0.0160043221, -0.00785065629, 0.0188140292, 0.00365675334, 0.0144204171, 0.00532673951, -0.00676258327, 0.000617206213, 0.0275599379, 0.00481024897, -0.0140347704, -0.000158175244, -0.0253286976, 0.0136422375, 0.0117140058, -0.0101094423, 0.000566848379, 0.00759585481, 0.00550923264, -0.00366019644, -0.0145994667, -0.00807791296, 0.00760962768, -0.00774047198, -0.0115005234, -0.0186349805, -0.00128950481, 0.00975822844, -0.00745123718, 0.00435918057, 0.00964804366, 0.00628396869, 0.00884231832, 0.00116554706, -0.00829139538, -0.0132221589, 0.017422948, 0.00540249143, 0.00271501881, 0.0115900487, -0.00134717964, 0.00172507856, -0.00513391616, 0.00952408649, -0.00363609358, 0.00882165879, -0.0225878544, -0.0105570676, -0.00847733207, 0.00926239789, -0.023207644, -0.00387023599, -0.0212931857, -0.010453769, -0.00710002379, 0.00465185847, -0.00660074968, 0.0116864601, -2.32689763e-05, -0.00615312438, -0.0143790981, 0.0107154576, 0.0159905478, -0.0167067479, 0.000784204865, 0.00658697635, -0.00255318498, 0.0267886445, -0.00916598644, 0.00577092124, 0.00113025354, 0.00243439223, 0.00972379558, -0.0165690184, 0.0074925567, -0.0194475912, 0.000254156417, 0.0200398341, -0.0228633154, 0.00957229175, 0.0100681232, -0.0102609461, -0.00388400909, 0.00550578954, -0.0115762753, -0.0141725009, -0.00829828158, 0.0185385682, -0.0220369305, -0.0167756137, -0.00932437647, -0.00650778133, -0.00194028288, 0.00423522294, 0.00296982075, -0.00373250525, -0.000996826799, 0.0159767754, -0.00388745242, -0.00871836115, 0.00825696252, -0.000616345438, 0.00756142195, 0.00399419386, 0.00106655306, 0.00996482465, 0.00535084214, 0.0214997809, 0.00250497926, -0.00305245933, -0.0056435205, 0.0141587285, -0.000372088427, -0.000474310509, -0.0104193361, 0.0141174095, -0.0146683324, -0.00286996597, 0.0144755095, 0.00393565837, -0.000766988494, 0.00109668169, -0.00107602205, 0.00909023453, 0.00217959029, 0.0104606561, 0.00828450918, -3.94093076e-05, -0.0223950315, -0.0129398108, -0.0312373508, -0.0127951931, 0.0102540599, 0.00917975884, -0.0104744285, 0.00718266238, 0.00617034081, 0.00816055108, 0.0204943456, -0.0136353513, 0.0200673807, 0.00472416729, 0.00413881103, 0.0105639538, -0.00982709415, -0.00510637, 0.01805651, -0.0163348746, 0.00302663469, -0.00577780791, 0.00641137, -0.000662399165, 0.00938635506, 0.0013988287, -0.00414225459, -0.0198332388, -0.0105226347, 0.0341296978, -0.00613590796, 0.0217339229, -0.0155498097, 0.011762212, 0.0158528183, 0.0166654289, 0.0116520273, 0.0109082805, 0.0112801539, 0.00384957646, -0.0145994667, -0.000715769827, 0.0125197312, 0.0151228439, -0.00797461439, 0.0178361405, -0.00990973227, 0.007623401, 0.000509604055, 0.0139452452, 0.0286204647, 0.0118241906, 0.0136078047, 0.00994416513, 0.000349276757, 0.0172576718, -0.0100474637, 0.00433507748, -0.0141174095, -0.00178361416, 0.0106947981, -0.0120032411, -0.00429031486, 0.0111011043, 0.00208662194, -0.013387436, -0.00677291304, -0.00299048051, 0.0201500189, -0.0180978291, 0.00367052644, 0.00971690938, -0.0130362222, 0.0105983866, 0.0245436318, -0.00443148892, -0.0168444794, 0.026334133, -0.00295604765, 0.0401898548, -0.0121134259, -0.0141311819, -0.00187313918, -0.00935192313, -0.00101920811, -0.00536805857, -0.0112526082, 0.00671782065, 0.00290267705, -0.0252873786, 0.0123820007, -0.0270916522, 0.00523377117, -0.0039563179, -0.00844978541, -0.00632873131, 0.00845667254, 0.00423522294, -0.00557465479, 0.00105794484, -0.00610491866, -0.00206768396, -0.00563319074, 0.0144204171, -0.00157787872, 0.00775424531, -0.0167756137, -0.000828537, -0.00287685241, 0.0182768796, 0.014571921, -0.0158252716, -0.00990284607, 0.0342123359, 0.0206871685, -0.011720893, 0.00399419386, 0.0105501805, -0.00949654, 0.0164037403, -0.00100887823, -0.000186797421, 0.00521655474, 0.00418357365, 0.00957917888, 0.0107980967, -0.0203428417, 0.00592242507, 0.0178912338, 0.0160043221, 0.0173265375, 0.0134976208, 0.00484468183, -0.0190206263, 0.00180427369, -0.0144892819, 0.00387367932, -0.00105019752, 0.0023500321, -0.00626675226, 0.0187451653, 0.0181804691, -0.00472761039, 0.00940012839, 0.0016828985, 0.0143515514, 0.00592242507, 0.012629916, 0.00266164821, 0.0105088614, -0.0181666948, 0.000634422584, -0.0660557, 0.00252736057, 0.0121547449, 0.0099235056, 0.00604293961, -0.013421868, -0.0232489631, -0.0319535509, 0.011404112, -0.008752794, 0.00491699, -0.0236483812, 0.0181116033, 0.00394254457, -0.0100061437, -0.0110666715, -0.00962049793, 0.00249292795, -0.00307828374, -0.0019127368, 0.00490666041, -0.00335718878, -0.0251496471, -0.00964115746, -0.00862195, 0.00213138433, 0.00752698909, 0.013421868, -0.00777490484, -0.000789800193, 0.0112939272, 0.00666617183, -0.00182321179, 0.0175882261, 0.0249430519, -0.00731350668, 0.000255447638, -0.0172852185, 0.0055195624, 0.00913155358, -0.00508571044, -0.0191308111, 0.00577436481, -0.00866326876, -0.001222361, 0.0131257474, -0.00181460357, 0.0226567201, -0.0117277792, 0.00616345415, -0.0113972258, 0.00957229175, -0.0343500674, 0.0059327553, 0.0267473254, -0.00486189779, -0.0111079905, -0.00308172707, 0.0222986192, 0.00597751746, 0.0147096515, -0.00377726764, -0.0263616797, -0.000675741816, 0.000734277419, 0.00733416621, 0.00790574867, 0.00410782173, -0.0226567201, 0.0163348746, -0.00468629133, -0.012870945, 0.00544036739, 0.000341959792, -0.00810545869, 0.0185661148, -0.000744176854, -0.00299220206, 0.00818121061, 0.014930021, 0.00685555162, -0.00268575107, 0.0207698084, -0.00459332298, 0.00771981245, -0.00474482682, 0.00258245296, -0.00942767505, 0.0133116841, -0.00244472199, 0.00717577571, 0.00549890287, -0.0114660906, -0.00626675226, -0.00567451, 0.0112181753, -0.0173127633, 0.00485156802, 0.00470006419, 0.00579502434, 0.00145650341, 0.00393910147, 0.0275874827, -0.0348183513, 0.0157013126, -0.0166654289, 0.014888702, -0.000789369748, 0.00541282119, -0.00276322453, 0.0101301018, 0.0024946495, 0.00159595592, -0.00412503816, 0.0068073459, -0.00248604128, 0.00336063211, 0.0086288359, 0.00229149661, -0.00379104074, -0.0260035787, -0.0347081684, -0.00116210384, -0.00973756891, 0.0366914906, 0.000145370577, 0.00120514468, -0.0119550349, -0.0228770897, 0.00431786105, -0.00803659298, 7.84958102e-05, 0.030769065, -0.0231525507, -0.0021244979, -0.0183044262, 0.00824318919, 0.0135940323, -0.00130327791, 0.0102747194, 0.011287041, -0.00986841321, 8.65659749e-05, 0.01773973, -0.0168857984, -0.0253562443, -0.00710691046, 0.00419046031, -0.00303007802, -0.00107860449, 0.00599129079, -0.00674536685, 0.00788508914, 0.010295379, -0.0138006285, 0.000991661916, 0.00665584207, -0.00173110422, -0.00798838772, 0.00128606148, 0.0152881211, 0.000110830268, -0.000128369429, -0.00280454382, 0.0136284642, -0.00205907575, 0.0124164335, 0.0138626071, 0.000633992197, -0.013779969, 0.0162935555, 0.0173403099, 0.00028600666, 0.00873902068, -0.00900759548, -0.0408509597, 0.0143377781, -0.020356616, 0.00370840239, 0.00148318883, 0.00775424531, 0.0118173044, 0.00902825501, -0.0397766605, -0.0147371981, -0.00854619779, -0.00540937809, 0.0213895962, -0.0131739527, 0.014888702, 0.00254113367, 0.00685899472, 0.0113421334, 0.000779470371, 0.0145306019, -0.0176570918, -0.0135871451, 0.00775424531, 0.0149575667, 0.00213999255, -0.00485156802, -0.00721709477, -0.0012989738, -0.00510292687, -0.0025979476, -0.0251771938, -0.000779039925, 0.0129260374, -0.0128089665, -0.0034725382, 0.0248604137, -0.00455889, -0.00915221311, -0.00927617, -0.00592242507, -0.00275461632, -0.00634939084, 0.0258796215, 0.00662829587, -0.00919353217, 0.0308517031, 0.0150264325, 0.0025308039, -0.00161919801, 0.0125059588, -0.0100405766, 0.0299702268, 0.0153569868, 0.00604293961, 0.00235691876, 0.00621854654, 0.00113025354, 0.00393221481, -0.0191445835, -0.00152192556, 0.00305418088, 0.0139934514, 0.00461742561, -0.00225878553, 0.0181942414, 0.0119137159, 0.0137730818, -0.00616689725, -0.00244472199, -0.0032435609, 0.0279455837, -0.00094689941, -0.0120307868, -0.0209764037, -0.00893184356, -0.00662485231, -0.00294916122, -0.00102695543, 0.0103573576, -0.000782913645, 0.00611524843, -0.0252736062, 0.00427309889, -0.00546102691, 0.0214997809, -0.00178705738, 0.00223123934, 0.0317056365, 0.00110528979, 0.000472588872, -0.00692786044, 0.00319707673, -0.0543210357, -0.0063597206, -0.00447280845, 0.00413881103, -0.00252563902, -0.0209901761, -0.0130913146, -0.00512358639, -0.0085048778, 0.0124852993, 0.0180289652, -0.0066489554, -0.00940701459, -0.017422948, -0.0136422375, 0.00538871856, -0.019599095, 0.0132221589, 0.00368774263, -0.0120927664, -0.0101989675, -0.0197505988, -0.0120721068, 0.0235381965, 0.00218475517, -0.000751063402, 0.00280110049, -0.0260999911, -0.0285653714, 0.00674536685, 0.0208937656, -0.0114936372, -0.0247777738, 0.00842912588, 0.000174207962, 0.0252598319, 0.0155498097, -0.00696917949, -0.0382065289, -0.0251083281, 0.000216388027, -0.0161695983, -0.0162109174, -0.00581568386, 0.0172025803, 0.000108301618, -0.000891807082, -0.0145306019, -0.000714048219, -0.0202188846, -0.014571921, -0.0133736627, 0.00878722593, -0.0279593561, -0.0228633154, 0.00611869153, 0.00519245211, -0.0122098373, 0.00611180533, 0.00821564347, 0.000975306379, -0.0454236232, 0.00388400909, -0.00140399358, 0.00393565837, -0.00476204325, 0.00102265133, 0.00169925403, 0.0121685183, 0.00337268342, -0.0374352373, -0.0103298118, -0.0157564059, -0.0175469071, -0.0024808764, 0.00942078792, -0.0207284875, 0.0157426335, -0.0285929181, -0.0255628396, -0.00270813215, 0.0201224722, -0.00464497181, 0.00444526225, -0.0191721302, 0.0180840567, 0.0107567767, -0.00363265048, -0.0063872668, -0.0139176995, -0.0224776696, 0.0034690951, 0.00598096102, 0.0180014186, 0.00250842259, 0.00288890395, -0.0347081684, 0.018690072, 0.0111837424, 0.00453478703, 0.0137248766, -0.008752794, -0.0149851134, -0.0104193361, -0.0103780171, -0.0110528981, 0.0628052503, 0.00464497181, 0.0222435277, -0.0261550825, 0.00333652901, -0.00893873069, 0.0144341895, 0.0388400927, -0.00275805965, 0.0344051607, 0.000207457051, 0.013504507, 0.00214515743, 0.0224363506, 0.000753215398, 0.000182278134, 0.0129260374, -0.0132083856, -0.0123406816, -0.00207973528, 0.0045416737, -0.0253700167, -0.00235864031, 0.00754076242, -0.00531296618, -0.0119756944, 0.00461053941, 0.002742565, -0.0150126591, 0.00206251908, -0.0109082805, 0.0447625183, 0.00577436481, -0.0262790397, -0.0212518647, 0.00431786105, -0.00626675226, 0.00727907382, 0.00115952129, -0.00749944337, 0.0445696935, 0.0212380923, 0.00403895648, 0.0122855892, 0.00494453637, -0.00756830862, -0.00151503901, -0.0345153436, 0.0236759279, -0.0242268518, 0.00330209639, -0.00208490039, -0.00487222755, -0.00966181699, 0.0136835566, -9.51741458e-05, 0.00560908765, 0.01461324, -0.000660247111, 0.00497208256, 0.00432474772, 0.000138161224, 0.0161420517, -0.00160112081, -0.0106259324, -0.0186349805, -0.0191859026, 0.0139039261, 0.00295088277, -0.0128916046, -0.0239513889, -0.0117759854, -0.00639759656, -0.0291713886, 0.0113145867, 0.00370495906, -0.00559875788, 0.0114109982, 0.00252563902, -0.00684522185, -0.0436055772, 0.0178361405, -0.00697950926, 0.00164932653, -0.0191721302, -0.0182768796, -0.0368567668, -0.000548771233, 0.00611524843, 0.0113696791, 0.00369807263, 0.0201087, -0.0137455361, -0.00660419278, -0.00430408819, -0.0136146918, 0.000725238875, 0.0021881985, 0.0103986766, 0.00782311056, 0.0171750337, 0.00549201667, -0.0136422375, -0.0147785172, 0.00429720152, 0.0256867986, 0.00928305741, 0.0040940484, -0.00330209639, 0.0117071196, 0.0170235299, -0.00184731465, 0.00405617245, 0.0150402058, 0.00329865306, -0.00405272935, 0.00677291304, -0.0129811298, 0.00118448504, 0.00920041837, 0.00286307931, 0.00398042053, -0.00668338826, 0.0131601803, 0.0163761936, -0.0186763, 0.0183595177, -0.00248948461, -0.00130155624, 0.0101438751, 0.00802970678, 0.020866219, -0.00160628569, 0.00331759104, 0.00442804582, 0.0237861127, -0.00097788882, 0.0310169812, -0.00757519528, -0.00633561751, 0.00235175365, -0.00218131184, 0.00350697106, 0.00658009, 0.000890085415, 0.00456233323, -0.000600420288, -0.0112663815, 0.0133805489, 0.0213895962, 0.0073617124, 0.0110460119, 0.000825954485, -0.0165552441, 0.000955507567, -0.0107912095, 0.00383236, -0.0296672191, 0.0172301251, 0.00712757, -0.00728596048, 0.0021107248, 0.00659730611, 0.0159767754, -0.00510292687, -0.0179050062, 0.0116107082, -0.00937258266, -0.000896111131, 0.0183595177, -0.0220231581, 0.0226429477, -0.00446592178, 0.0125954831, 0.00188002572, 0.00679357257, -0.0235657431, -0.0152743477, 0.0155360363, -0.0248604137, 0.0141174095, 0.012712555, -0.00675569661, 0.0345979817, 0.0165277, 0.0195302311, 0.00285963621, 0.0097857751, 0.00893873069, 0.00164674409, 0.0047999192, -0.0230148192, 0.00585700292, -0.0146683324, -0.0128020793, -0.00933815, 0.0188966691, -0.00687965425, -0.00774047198, 0.0285653714, 0.0130086755, 0.0143790981, 0.00569516933, -0.000139452459, -0.0288683791, 0.0343225189, -0.00815366488, -0.00521311164, -0.0284827333, -0.00673848, 0.010019917] |
10 Oct, 2022 | React MUI AppBar API
10 Oct, 2022
This article will teach you how to use the AppBar API offered by React MUI. MUI stands for Material UI. It is a framework that provides Component APIs that you can use to make your website more attractive. Let us take a look at the AppBar API.
The React MUI AppBar API is a Component API offered by MUI. These AppBars are similar to Navigation bars and you will mostly observe them, at the top of a webpage. The AppBar generally contains elements such as Menus, Dropdown lists, Login Buttons, Profile icons, and more. You will understand better once we implement the API.
Syntax:
<AppBar>
{/* Components that you want to render on the AppBar */}
</AppBar>
Props: The props available for this component are as follows
classes: It is used to extend the CSS applied to the component. Through classes, we can apply different CSS Classes to the component, to make it more attractive.
color: It is used to apply a color to our AppBar. We can apply a default as well as a custom color.
enableColorOnDark: It is used to apply a darker shade of color to our AppBar.
position: This is the same as the positioning in normal CSS. For example: if we set the positioning prop to fixed, then our AppBar will be fixed at the top of the page, and won’t be visible once you scroll down the page considerably.
sx: With this prop, we can write our custom CSS and apply to the props instead of their default values. We can also write additional CSS that we want to apply to our AppBar.
Let’s understand with examples.
Step 1: Create a folder called appbar-react. Open your command prompt and navigate to the appbar-react folder. Now type in the following command.
npx create-react-app
Step 2: Again, in the same folder, open the command prompt and type in the following command.
npm install @mui/material @emotion/react @emotion/styled
Project Structure: Once the installation is complete, you should have the necessary starter files. Your folder structure should look something like this.
Folder Structure
Now, inside the src folder, create a new folder called components. Inside the components folder, create two files namely AppBarNavbarComponent.js and AppbarToggleComponent.js. Your updated folder structure should look like this.
Updated Folder Structure
Example 1: In this example, we will create a simple navbar inside our AppBar component.
AppBarNavbarComponent.js
Javascript
import { AppBar } from '@mui/material';
import React from 'react';
const AppBarNavbarComponent = () => {
return (
<>
<AppBar>
<ul id="nav-list">
<li>Home</li>
<li>About</li>
<li>Learn More</li>
<li>Contact Us</li>
</ul>
</AppBar>
</>
)
}
export default AppBarNavbarComponent
Now we will add some CSS for the above component. The CSS is given below. Just inside your src folder, open App.css and type the following code.
App.css
CSS
#nav-list {
display: flex;
}
#nav-list li {
list-style-type: none;
padding: 20px;
border-radius: 10px;
transition: background 1s;
}
#nav-list li:hover {
cursor: pointer;
background-color: rgb(49 49 217);
font-weight: 600;
}
.theme {
padding: 13px;
margin: 13px;
border: none;
border-radius: 10px;
font-weight: 600;
}
#normal {
background-color: #fff;
}
#dark {
background-color: #000;
color: #fff;
}
.theme:hover {
cursor: pointer;
}
Now open your App.js inside the src folder. In App.js, we are simply importing the AppBarNavbarComponent and rendering it inside the return statement.
App.js
Javascript
import './App.css';
import AppBarNavbarComponent from
'./components/AppBarNavbarComponent';
function App() {
return (
<>
<AppBarNavbarComponent />
</>
);
}
export default App;
Step to run the application: Open you command prompt in the same folder, and type in the following command.
npm start
Output:
Output for AppBarNavbarComponent
Example 2: In this example, we will create two buttons that change the color of our AppBar. We will toggle to do the switch between normal and dark mode.
AppBarToggleComponent.js
Javascript
import { AppBar } from '@mui/material'
import React, { useState } from 'react'
const AppBarToggleComponent = () => {
const [theme, setTheme] = useState('transparent');
const handleChange = () => {
setTheme('primary');
}
const handleReset = () => {
setTheme('transparent');
}
return (
<>
<AppBar color={theme}>
<div>
<button className="theme" id="normal"
onClick={handleReset}>
Transparent Theme
</button>
<button className="theme" id="dark"
onClick={handleChange}>
Primary Theme
</button>
</div>
</AppBar>
</>
)
}
export default AppBarToggleComponent
Now, open App.js inside the src folder. In App.js, we are simply importing the AppBarToggleComponent and rendering it inside the return statement. Also, we are importing the App.css file. The same CSS file is used for both the examples.
App.js
Javascript
import './App.css';
import AppBarToggleComponent from
'./components/AppBarToggleComponent';
function App() {
return (
<>
<AppBarToggleComponent />
</>
);
}
export default App;
Step to run the application: Open your command prompt and type in the following command.
npm start
Output:
AppBarToggleComponent
Reference: https://mui.com/material-ui/api/app-bar/
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API | https://www.geeksforgeeks.org/react-mui-appbar-api?ref=asr2 | CSS | React MUI AppBar API | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0374228954, -0.000997679541, -0.0151247093, 0.014414913, 0.0582939386, 0.0102391941, -0.0343722813, 0.0164008327, -0.0203424692, -0.00696959905, -0.000672985392, 0.0391445309, 0.0294490103, -0.0278179869, 0.00118928694, -0.0173371602, -0.0181526709, -0.011885318, -0.0352481976, -0.0211730823, 0.00509316847, -0.0300832968, -0.0314726867, 0.0233024731, -0.027213905, 0.00494214799, 0.0342816673, 0.000602666405, 0.0178355277, 0.00810980424, -0.00373209571, 0.00802674331, 0.00419082073, -0.0131161362, -0.0255224742, -0.00567837339, -0.0177298132, -0.00902347825, -0.0125649106, 0.0048288824, -0.00562551618, 0.0427992269, 0.0107677663, -0.00906878524, -0.0184698142, -0.0115455221, -0.0141279735, -0.0368188135, -0.0047118417, -0.0325298309, 0.017110629, 0.0158118531, 0.0509241335, -0.000176859234, 0.0126555236, 0.00565949548, 0.0117796035, -0.00013993, -0.0562702604, 0.0076680691, 0.0172163434, -0.0562400557, 0.0069884765, -0.0475110672, -0.0133879725, 0.0276669674, 0.0133879725, 0.027651865, -0.0144375656, 0.0252053328, -0.0432824939, 0.0242236983, -0.019073898, 0.0315632969, -0.00268061506, 0.00789837539, 0.00230306364, 0.00829858, -0.0284975804, 0.0486286208, 0.0300681945, 0.0113945017, -0.012496952, -0.00285428856, 0.0271686, 0.00569725083, -0.00289581926, -0.052645769, 0.00669398624, 0.0138561362, -0.0100428676, 0.0115908282, 0.00807960052, -0.00163668534, -0.00884980522, 0.00300153368, 0.0248428825, -0.0024295433, -0.0207804292, 0.0248730872, 0.0334057473, 0.0376041196, 0.0132822581, -0.00625602668, 0.0107904188, -0.00459102495, 0.0407453477, 0.0178355277, -0.00091839378, -0.0275461506, 0.0228343084, 0.0161289964, -0.0354596265, 0.023861248, -0.0213845111, 0.0279841106, -0.0149434851, -0.0462727, -0.00203311443, -0.00812490657, 0.00301286019, -0.00727919117, -0.023861248, 0.0267910473, -0.061012309, 0.0332245231, 0.0157514438, -0.00357352407, 0.0398090221, 0.00321107474, 0.0262473747, 0.0234836973, -0.0153738931, -0.0147396065, 0.0388726927, 0.00944633596, 0.0049119438, 0.0373020805, -0.0270175785, -0.0217167567, 0.000866008515, -0.0107300114, -0.026821252, 0.0133049116, -0.00668643555, 0.0247673728, 0.00555755664, 0.0455175973, -0.0416212678, 0.018333897, -0.032348603, 0.00812490657, 0.0413796343, -0.0135389939, 0.0677780285, -0.0171710383, -0.0323788077, 0.01741267, -0.00222377782, 0.00309592159, 0.0216563493, -0.0365167707, 0.0203424692, 0.0181526709, 0.00628245529, 0.00845715124, -0.000473591033, -0.00829858, -0.060136389, 0.0401412658, -0.0156457294, 0.00926511176, -0.00422102492, 0.026821252, -0.0182281826, -0.0143771572, 0.0202518571, -0.0254167616, -0.0160685871, -0.0119381752, -0.0472392328, -0.0115606245, 0.0161289964, -0.00869123358, 0.0170200169, -0.00594643457, -0.0125724617, -0.0170502216, -0.0343722813, -0.0162347108, 0.00449663727, 0.0136598097, 0.0122930733, 0.0361543223, -0.0110396035, -0.00863082521, -0.0149661377, 0.0179714467, 0.0299322754, 0.0237857383, -0.0200404283, -0.0220339, 0.00383403455, 0.0169898141, 0.0195118561, 0.00331678917, 0.0102542965, -0.0271988027, 0.0337077901, -0.00760766072, -0.026126558, -0.0110093988, 0.021641247, -0.0359730981, -0.00826082472, 0.00856286567, -0.063187, -0.013327565, 0.0191343054, -0.00622204738, 0.00337153417, -0.0013837259, 0.0482057631, 0.0104279695, -0.0248428825, 0.0232873708, -0.0115606245, -0.0301739089, 0.0153663419, 0.023906555, -0.0336775854, -0.0170351192, -0.0117947059, 0.00612010853, 0.0489910692, 0.0111453179, -0.0123685841, -0.00913674384, -0.0362147316, 0.034795139, -0.0029977581, -0.0123534817, -0.0199347138, -0.0107828686, 0.0462122932, 0.00419459632, 0.0272441097, 0.0160987917, -0.00907633547, 0.0303249285, 0.0224567577, 0.0130557278, -0.00308459508, 0.0237706359, -0.00997490808, -0.00836653914, -0.00527816871, -0.0224869624, 0.0266702306, 0.0350065678, 0.0467559658, 0.0165216494, 0.0109338891, 0.0306873787, 0.027213905, 0.0127536869, 0.00755857909, 0.00764919166, -0.0225171652, -0.0325298309, 0.0608310811, -0.0171408337, 0.024646556, 0.0258396175, -0.00239745155, 0.0299322754, -0.00518378103, 0.0407151431, 0.0472694375, 0.0162045062, 0.0349159539, -0.00600306736, 0.0530988313, 0.0266098231, -0.0107904188, 0.0214298181, 0.00638439413, -0.018031856, -0.0402016751, 0.00562551618, -0.0524645448, -0.0171257313, 0.0178657323, 0.00468918867, 0.023861248, 0.0094236834, 0.00223888, 0.00157250161, 0.0188322645, -0.0121949101, 0.00719235418, -0.0194363464, -0.0227436963, -0.00349423825, 0.0147094028, 0.0426180027, 0.0276065581, 0.024601249, -0.0251902305, 0.00913674384, 0.0665094554, 0.0151020559, -0.0453061685, -0.0379967727, -0.0570555702, 0.0300530922, 0.0018046957, 0.0078757219, -0.0403526947, -0.00611633295, -0.0247371681, -0.0113567468, -0.0324694216, 0.0483869873, 0.0449739248, -0.0195420608, -0.0330735035, -0.000707436935, 0.0258547198, 0.0250392091, -0.035187792, 0.00240311469, 0.0233779829, 0.0358824842, 0.0375135094, -0.0541257709, 0.00715082372, -0.0152379749, -0.00143091986, 0.0155853219, -0.0217922665, -0.0428596362, 0.00800409, -0.0249939039, 0.0143469535, -0.0438865758, -0.0140449125, 0.0133049116, 0.0177449156, 0.00757368142, 0.00140732282, 0.00861572288, 0.0321975835, -0.000648444518, 0.0571159758, 0.00246163527, 0.00125063909, -0.0473902524, -0.0212334916, 0.0505918898, 0.0240726769, 0.0041417391, -0.0013431391, 0.0184396114, 0.00636929227, -0.0408963673, -0.00476847449, -0.00612765923, -0.0126177678, -0.00989939831, -0.00839674287, -0.0177298132, 0.0262020677, 0.0199196115, -0.0405943282, -0.0219583903, 0.0118702166, -0.00156495057, -0.0197987966, 0.027697172, -0.0500180088, 0.0160081796, 0.0111302156, 0.0482661724, 0.0228494108, 0.00223888, 0.0152228726, -0.0151398117, -0.000544145936, 0.0238461476, -0.0135918511, 0.0134332795, 0.00706021115, -0.0214449205, 0.00319974823, -0.00888756, -0.00548582198, 0.0268967617, 0.0141430758, -0.0191041, 0.0472996384, 0.0225020647, 0.0316539109, 0.0315028876, -0.00613143481, -0.000916506047, 0.00378306513, -0.0195873678, 0.0341306478, -0.0112585826, -0.00203500199, -0.0458196402, 0.0142638925, 0.0267457422, 0.0147547089, 0.0277122725, 0.00983143877, 0.0653012916, 0.0116663389, 3.26228e-05, 0.0476016812, 0.010624297, -0.0177902225, 0.0289657433, -0.00181319064, 0.00666378252, -0.0186812431, -0.0102014393, 0.0146338921, -0.000455421396, -0.0300379898, -0.0219432879, -0.0154796075, -0.00586714875, -0.0250694137, -0.010843276, 0.0299020708, 0.00501765823, 0.011802257, -0.0118626654, -0.0205236953, 0.00328092184, 0.01741267, -0.0210371651, -0.0372416712, 0.0125573594, -0.0315632969, 0.0216261446, 0.00619184319, -0.0207351241, -0.0346139148, -0.0185755286, -0.0668719038, -0.00174995081, 0.0245257393, -0.0235894118, 0.0222755335, 0.0260661487, 0.00228229817, -0.0438563712, -0.00594643457, -0.00293923775, -0.00109017966, 0.00175844564, 0.0377249382, -0.0425575934, -0.0608612858, 0.0399600416, -9.53464769e-06, -0.00179997634, -0.00851756, 0.00915939733, 0.0474506617, 0.0263983943, 0.0189379789, 0.0106620518, -0.0382686108, -0.0175183844, -2.34347335e-05, 2.90242642e-05, 0.0472392328, 0.0219130833, 0.00242199237, -0.00337153417, -0.0277575795, -0.0183187947, 0.02115798, 0.00171597116, 0.00644480251, -0.0231967587, 0.0245559439, -0.00472694356, -0.0181375705, -0.0360637121, 0.024646556, -0.0156306289, -0.00591623038, -0.00544806663, 0.00732449722, 0.0217469614, 0.0101863369, 0.0195420608, -0.0181375705, 0.0162649155, 0.0115530733, -0.0193004273, -0.0569045469, 0.0378759578, 0.0122251147, -0.00849490706, 0.00674684346, 0.0267608445, 0.0128140943, 0.0507429093, -0.0253563523, -0.0165065471, -0.00662602717, 0.0321673788, 0.00689408882, -0.00364337116, -0.00402469793, -0.00893286616, 0.00109395524, -0.00121760333, 0.0167330783, -0.0107073579, 0.0448229, -0.0303400308, 0.0247673728, -0.0272894148, -0.014022259, -0.0340098292, 0.0295094177, 0.0199196115, -0.00217469619, 0.00536500569, 0.000458489, -0.00685255788, 0.01785063, 0.0139543, -0.034221258, -0.0296453368, -0.0222151242, -0.0213996135, -0.0362147316, 0.023513902, 0.019768592, -0.0344930962, 0.0016970936, 0.00922735594, -0.0139467493, -0.00902347825, 0.00413041236, 0.00430786144, 0.00570857711, -0.0109942965, -0.0363959558, -0.0218526758, -0.0104204193, -0.0099145, -0.00337342173, -0.0232269634, 0.0273498241, 0.012542258, 0.0204330813, -0.0412588194, -0.00358296279, 0.0357616693, 0.00534990337, -0.00648633298, 0.00772470189, 0.00341684022, 0.0241481885, 0.0169596095, 0.0151775666, 0.0289657433, 0.0154947098, -0.028391866, 0.00564439362, 0.00345081976, 0.019421244, -0.00553112803, 0.00318087055, -0.00937082618, 0.0279237013, 0.00119495019, 0.00646745553, -0.0200555306, -0.0169143025, -0.0203424692, 0.022335941, 0.0385706499, -0.00355842197, 0.0149887912, -0.0162649155, -0.0157061387, -0.00736225257, 0.0170351192, -0.00831368193, -0.0238159429, 0.0103373574, -0.0176392011, 0.017201243, 0.00856286567, -0.00998245925, -0.00989939831, 0.0359730981, 0.00585582247, 0.0250996184, -0.0325298309, -0.0291771721, 0.0127763394, 0.0372114666, 0.0189379789, -0.0106393984, -0.0138410348, -0.00646368, 0.0170351192, -0.00633908808, -0.0221396144, 0.00549337314, 0.0196779799, 0.0317445211, 0.00110150618, -0.00140732282, -0.0249334946, -0.0114851138, -7.58642345e-05, 0.0173371602, 0.00623337366, -0.0271837022, -0.000752271153, -0.00931796897, -0.0104128681, 0.0193004273, 0.0124138901, 0.0299775824, -0.0166575685, 0.00378495292, 0.011975931, -0.0180469565, 0.0150491986, -0.0233024731, 0.0784702823, -0.0201461427, 0.0132294009, -0.0187718552, 0.00417571841, 0.00775490608, -0.0274404362, -0.0418326966, -0.0340400338, -0.0106847044, 0.0126781762, -0.00488929078, -0.0231363494, -0.0154947098, -0.00561041385, -0.0280294158, 0.00572367944, 0.0249788016, -0.0406849384, 0.0106998067, -0.0169898141, 0.0105940923, -0.0283012539, 0.0139014432, 0.0331641138, 0.0345535055, 0.0277877841, 0.0161440987, -0.0115681747, -0.000545561779, 0.0329526886, -0.0362449363, -0.0132142995, -0.0250392091, -0.0040322491, 0.0115983794, -0.0197987966, -0.0121345026, 0.0104732765, -0.00272592111, 0.0299020708, -0.0137051158, -0.00624092482, -0.0432824939, -0.0308081955, -0.0298114587, -0.00345081976, 0.0194514487, -0.0154494038, 0.0186963454, 0.0292979889, 0.0143243, -0.0102845, 0.000809375837, -0.0113945017, 0.0297208466, -0.0422253497, 0.0028108703, -0.0403829, -0.00692806812, 0.0286486, 0.0318653397, 0.0459102504, 0.00162913429, -0.00295245205, -0.0207653269, 0.00278632948, 0.059169855, -0.0175636914, 0.0259000268, 0.0300530922, -0.0116436854, 0.0162045062, -0.0209767558, 0.00286372751, -0.0353690162, 0.00568214851, 0.00633908808, -0.0154040977, -0.003309238, -0.0161894038, -0.0170049146, -0.0152606275, 0.0135918511, -0.00721500721, -0.0169143025, 0.00196137954, 0.0017103079, 0.00875164196, 0.0218375735, 0.00973327551, -0.0248428825, 0.0159175675, 0.0140071576, 0.0140071576, -0.0137428716, 0.00831368193, 0.00524796452, -0.0178355277, -0.0115983794, -0.0203726739, 0.0225322675, 0.00878184568, 0.00548959756, 0.0044815354, 0.0186057333, -0.0354898311, -0.0212636944, -0.0223510433, 0.043584533, -0.0467861705, 0.0252657402, -0.00785306934, -0.00728674233, 0.0208106339, -0.00892531499, 0.0124365436, -0.0156457294, -0.0100730713, -0.00983899, -4.91111787e-05, 0.00946143828, -0.00224643084, -0.00468918867, 0.0162347108, 0.00540276058, 0.000387698092, -0.00706021115, 0.0210371651, 0.0533404611, 0.0178657323, 0.0415004492, -0.0048024538, -0.0226379819, -0.0191645101, -0.0419535115, 0.00740000745, 0.0135843, 0.00760766072, 0.0238159429, -0.0150869545, 0.0152908321, -0.0149434851, -0.0133351153, -0.0188775696, 0.0308837052, 0.0392653458, 0.0396277942, -0.030959215, 0.00529327057, 0.0113491956, 0.0355200358, -0.0368188135, -0.00876674335, 0.00296189077, 0.00912919268, -0.0118626654, 0.0210220627, -0.047329843, 0.019073898, 0.00771715073, -0.00441357587, -0.0170955285, -0.0139920553, -0.0038661263, -0.0342514627, 0.00345270755, -0.00831368193, 0.00567459781, -0.0205538981, 0.0321069732, 0.00221245131, 0.00841184519, 0.0254620668, 0.0124289924, 0.0137806265, 0.0178204272, 0.00800409, -0.000487513258, 0.0339796282, 0.00241632899, -0.0207804292, 0.0222000219, -0.00222566561, 0.00661470043, 7.78109825e-05, 0.0021577063, -0.00170181296, -0.0349159539, -0.0395069793, 0.0415608585, -0.0165065471, -0.0139996065, 0.00763031375, 0.00244464539, 0.0034206158, 0.0216714516, -0.00699225208, 0.00363393221, -0.0421649404, -0.0115228686, -0.00764541607, 0.00837409, 0.0142789939, 0.00334699312, 0.0341608524, 0.00289015612, 0.012625319, -0.0110396035, 0.00403602468, 0.032922484, -0.0159326699, 0.00303362566, -0.0480547436, 0.0224567577, 0.0152379749, -0.01741267, 0.00299587031, -0.0133426664, 0.00159987411, 0.0325902365, 0.000122822195, -0.000740944641, -0.00368301407, 0.00660337415, -0.00327525847, 0.00845715124, 0.00447398424, -0.0152908321, 0.00793613, 0.0236196164, -0.0116738891, 0.0155551182, -0.0313820727, 0.0227134936, -0.00270326808, 0.0117720533, 0.0263379868, 0.00989939831, 0.00262020668, -0.0178657323, 0.00949919317, 0.0191343054, -0.0129349111, -0.021339206, -0.00881960057, -0.0127008297, -0.0253563523, 0.0277122725, 0.0339494236, -0.0339494236, 0.00872143731, 0.0302947257, 0.0189077742, -0.00353765674, -0.0327110551, 0.0172163434, 0.00572745502, 0.00632398622, -0.0275310483, 0.00600684294, 0.000793329906, -0.0255375765, 0.0220943075, 0.0157514438, 0.0265947208, -0.0021029613, 0.0282257423, 0.0448531061, -0.0295396224, -0.0139618507, -0.00402092235, 0.0154645052, -0.0304004401, 0.00204632874, 0.0255073737, -0.00686388463, -0.0399902463, 0.0194061417, 0.00221622665, 0.0282559469, -0.00286372751, 0.0227134936, -0.0178808346, 0.00506674, 0.00448531052, 0.0115983794, -0.00363582, 0.0160383843, -0.0304457452, 0.00770582398, -0.0130708301, -0.0180167537, -0.0450343303, 0.0167632829, -0.0524645448, 0.00737735443, 0.0440073907, 0.0338890143, -0.0352481976, -0.0079512326, 0.00305439089, -0.0486286208, -0.0419535115, 0.0150340972, -0.0196326729, 0.0205841027, 0.00229362468, -0.0269722734, 0.0321371742, 0.00322617684, 0.0122024613, -0.0148906279, -0.011537971, 0.0127914418, 0.0111377668, -0.0047949031, 0.00234459434, -0.0301739089, 0.00055924803, 0.000414362672, 0.0116210319, -0.000869312091, -0.0162347108, -0.0110622561, 0.00548582198, -0.0225473698, 0.0183489975, -0.00879694801, -0.00901592802, 0.0172465481, -0.00915184617, 0.000227002776, 0.0120816454, -0.0169445071, -0.0134332795, -0.0157363433, 0.0189379789, 0.0194967538, 0.0207502246, -0.0134408297, -0.00012482793, -0.022335941, 0.0213845111, -0.00388122839, -0.0157363433, 0.0170049146, 0.00427388214, -0.0103826635, -0.024646556, 0.00745664025, -0.019421244, -0.0245106369, 0.0573878139, 0.0160987917, -0.0116965426, -0.0183187947, -0.00878184568, 0.00127423601, -0.0262624752, 0.0176089983, 0.0108357258, 0.0223510433, 0.00791347772, 0.019723285, -0.0210673679, -0.0115002161, -0.0247522704, -0.00696959905, -0.00386046316, 0.0148528721, 0.0306269694, 0.0159175675, 0.0308837052, 0.0100353165, 0.0175787937, 0.00672419043, 0.0164914448, -0.0246767607, 0.0411682054, -0.0167632829, -0.0024295433, 0.00576898549, -0.0123836864, -0.008230621, 0.0024295433, 0.0115757259, -0.0107300114, 0.0071545993, -0.0111528682, -0.0345233, 0.012670625, 0.0111528682, -0.0297208466, -0.0399600416, 0.010843276, -0.0230004322, 0.016023282, -0.00792102888, -0.0268363543, 0.0109187867, -0.00228984933, -0.00759255886, -6.44197062e-05, 0.00656561879, 0.00278444169, 0.00124780741, -0.00517623, 0.0164763443, 0.00601816922, 0.00274479878, -0.00105053675, -0.00395296328, 0.000653635885, 0.000363393221, 0.0480547436, 0.0289506428, -0.0143545046, -0.0193910394, -0.00330168707, -0.0131765436, -0.0312008485, 0.01498124, 0.0180922635, -0.0293130912, -0.00135824119, 0.0283767637, -0.00240689027, -0.00473827031, -0.0012619656, -0.0152606275, 0.0139316469, 0.00035206668, -0.0209314507, -0.0121194, 0.0125724617, -0.010276949, 0.0016414047, -0.00501765823, 0.000206827375, 0.0301890112, -0.00992205087, -0.0134332795, -0.00167444046, -0.005051638, -0.0114020528, -0.0346743204, -0.00682235369, 0.0408963673, -0.00895552, -0.0156306289, -0.00894796848, -0.0103147049, 0.00626357784, 0.0680800676, -0.00920470338, -0.0119457263, -0.0250241067, 0.0164914448, -0.0140600139, -0.0101712346, 0.0123459306, 0.0311404392, -0.00248051272, 0.0300530922, 0.006161639, -0.0225624721, 0.0036226057, -0.0123836864, 0.0214902256, -0.00187926216, 0.0254016593, 0.0157514438, -0.0153059345, -0.0105336839, 0.0193910394, 0.0177902225, 0.0179110393, -0.00744531397, 0.00391143234, -0.0234836973, -0.0162951183, -0.0300379898, 0.00286750286, 0.00195005303, 0.0194363464, 0.0165820569, 0.00262209447, 0.0201763473, 0.0504408665, -0.0166122615, -0.00454194332, -0.0279841106, 0.00222189, 0.00155362405, -0.020115938, -0.00648255786, -0.0392653458, 0.00740378303, -0.0275461506, 0.0155853219, 0.00201046118, -0.00660337415, 0.0275461506, -0.0031770952, -0.00739623187, 0.00862327404, 0.00305061531, 0.00986164249, 0.017895937, 0.0234232899, -0.00664112903, -0.00514225, -0.0347649343, -0.00718480349, 0.00366036082, 0.00317331962, -0.0249334946, 0.0241179839, 0.0018462264, -0.0178657323, -0.00627490459, -0.0206445102, 0.0496555604, -0.00423990237, 0.0157363433, -0.0149283828, -0.00826837588, -0.0585053675, -7.94037769e-05, -0.0162649155, -0.0148830768, 0.0271534976, -0.00813245773, -0.00451173913, -0.0141430758, -0.0145961372, 0.0130179729, -0.0114473589, 0.0123987878, -0.00842694752, -0.0458498411, -0.0170502216, 0.0121571552, -0.00482510682, -0.0130028706, -0.0225624721, -0.00678082323, 0.00968796946, 0.00506674, -0.00102977152, 0.00419837143, -0.000956148957, 0.00333189126, 0.0271686, 0.0120363384, 0.0146640968, 0.0169445071, 0.0128291966, -0.00631643506, -0.00820041634, 0.0138636874, -0.0291016623, 0.0104657253, 0.0225171652, 0.0139240958, 0.00712061953, -0.0115530733, -0.013455932, -0.0144677702, 0.0248277802, -0.00790592656, 0.0170653239, -0.00190852233, -0.0212183893, 0.035187792, 0.0227134936, 0.00190946623, 0.0324090123, -0.00522153592, 0.00572745502, -0.01476226, 0.0049685766, 0.0257188026, 0.00851000845, -0.000497424, 0.0103600109, -0.0154947098, 0.00764919166, 0.0193910394, -0.0255224742, 0.0407453477, 0.0194061417, 0.0356710553, -0.0117191961, 0.023513902, -0.0171710383, 0.0126328701, 0.020206552, -0.00744908908, -0.0283012539, 0.010971644, 0.0181224681, -0.0284522735, 0.000857513631, -0.0339494236, 0.0150718521, 0.00223510433, 0.023075942, -0.0095142955, 0.00751704862, 0.0268967617, -0.00825327355, 0.000577181694, 0.0143318512, 0.0340098292, 0.0173824672, 0.0173220579, 0.00956715271, 0.00751704862, 0.00961245876, -0.0334359519, 0.0020746449, 0.00436071865, 0.0288751312, -0.0252959449, -0.0021124, -0.0100881737, 0.0191192031, -0.0235290043, 0.0112208277, -0.0127008297, 0.00400582049, 0.02115798, -0.01498124, -0.00610123063, -0.0189228766, 0.0177449156, -0.00636551669, -0.019028591, -0.0130859315, -0.0162498131, -0.0141355246, 0.0239367597, -0.000471939245, 0.00308459508, -0.00928776432, 0.0238461476, 0.0225624721, -0.0159024652, -0.0336473808, 0.00456837192, -0.0217469614, -0.0217016544, -0.00395673886, -0.00226530852, 0.0175183844, 0.000580013322, 0.0018320682, 0.00833633542, -0.0307930931, 0.00935572386, 0.038057182, -0.0202669594, 0.0146640968, 0.014022259, 0.0373322815, -0.0104430718, 0.0515282154, 0.0153059345, 0.0234232899, -0.00311479904, 0.0111830728, 0.00888000894, -0.00671286415, -0.0201008376, -0.0306873787, 0.00521776034, -0.0232722685, 0.0172314458, -0.00853266194, 0.00542918919, -0.00678459881, -0.00769072212, -0.00943878479, 0.056391079, 0.0147849135, -0.00718480349, 0.0196930822, 0.00474959658, 0.0275008436, -0.0240877792, 0.000407283573, -0.0109565416, 0.0351273827, 0.00081126357, -0.00712439511, -0.00937082618, 0.00492704567, -9.46238215e-05, 0.0371208526, -0.0113491956, -0.0145961372, 0.00934062153, -0.00918205, -0.00696582347, 0.0350669734, -0.0246918611, 0.0099371532, 0.00370755489, -0.00926511176, 0.0156155266, 0.00113359815, -0.0299171731, 0.00452684145, 0.017593896, 0.013063279, 3.83155675e-05, -0.0186359379, 0.00931041781, -0.00696959905, -0.0283163562, -0.0220339, -0.0211277772, -0.0349159539, 0.00206898176, 0.00113642972, -0.00525174, 0.0117116449, -0.00815511, 0.0306722764, -0.00955205, -0.0112132765, -0.00525551569, 0.00919715222, 0.0238461476, -0.0178657323, -0.00508184172, 0.000551697, 0.00448531052, 0.00112982257, 0.0358522832, -0.0105487863, 0.0106922556, 0.02534125, 0.00754725281, 0.0307779908, -0.0041417391, 0.02159594, 0.0165820569, -0.00603704713, 0.0124742985, -0.0189983863, 0.00578786293, 0.030959215, -0.0114020528, -0.00888000894, 0.0319257453, -0.0269722734, -0.0198894087, 0.0226983912, 0.00171313947, 0.011190624, -0.0146565456, 0.0104581742, -0.0345233, -0.0112057254, -0.0394767746, -0.0270779878, 0.00350178941, 0.0344930962, -0.00432296377, -0.0101787858, -0.029569827, -0.0264437012, 0.000640421582, -0.0271383952, 0.012844299, 0.0135994013, -0.0334057473, 0.00175089471, 0.0216261446, 0.010888583, 0.00096936326, 0.00749817071, -0.012972666, -0.0106469495, 0.00830613077, 0.0199800208, 0.00906123407, -0.0162649155, -0.0312008485, -0.00962756108, 0.0127008297, -0.0206445102, 0.00596908759, 0.000550753088, -0.00947654061, -0.00157250161, -0.0307326838, -0.0243294127, 0.0278783962, -0.00665623136, -0.00286561507, -0.0168387927, 0.00889511127, -0.00983899, 0.0246616583, -0.000158925541, 0.0128820539, 0.00117607263, 0.038057182, -0.00992960203, 0.00538765872, -0.00886490662, 0.0031223502, 0.0139543, -0.00989939831, 0.00259566586, -0.000121760328, -0.0229702275, 0.00806449819, 0.0174579769, 0.00821551867, -0.00390388165, 0.00037637155, 0.0243898202, -0.00393786095, 0.0143243, 0.0248579849, -0.0141053209, 0.00629000645, 0.00540653616, -0.0196326729, -0.0124742985, -0.0142563414, -0.0135767488, -0.00999756157, 0.00119495019, 0.0111151133, -0.00662225159, 0.0117040938, -0.0206445102, -0.0119834812, 0.0443698429, 0.0104279695, 0.0101183774, 0.0152908321, -0.0157363433, 0.00640327204, -0.0484776, 0.0177449156, -0.015721241, 0.000164942772, 0.00654296577, 0.0113416445, -0.0073547014, 0.00378495292, -0.00156495057, 0.0135540953, 0.0125347069, -0.0137051158, 0.0270477831, -0.0256281886, 0.0238310453, 0.0182281826, -0.0294792131, -0.0095898062, 0.00122892985, 0.0304608475, 0.00565572, 0.0105487863, 0.0232269634, -0.0196175706, 0.01101695, -0.0196628775, -0.0031355645, -0.00634286366, -0.0194816533, -0.0203122664, 0.0259151291, 0.00832878426, 0.0118928691, 0.00525551569, -0.00545184221, 0.0125347069, 0.00209541037, -0.00638816971, 0.000620128179, 0.00237668608, 0.000310300064, 0.0158420578, -0.006814803, 0.0099371532, 0.000223581228, 0.0169294048, 0.0162347108, -0.00835898798, 0.012496952, 0.0114926649, 0.0204783883, 0.0171861406, 0.00494969916, -0.00402469793, 0.00198592036, -0.0137655241, -0.0153361382, 0.0192098152, 0.0001748535, -0.000142053716, -0.00872143731, -0.0146791991, 0.0133124627, -0.00423990237, 0.00940103, 0.000486569363, -0.00349235046, -0.00595776131, 0.0197534896, -0.00799653865, -0.00196137954, -0.0144828716, -0.0143091986, -0.00499122962, -0.00858551916, -0.0438563712, 0.00665623136, 0.00117890432, 0.0273196194, -0.00727919117, 0.00762276305, 0.00888000894, -0.000949069858, -0.000464152254, -0.0181979779, 0.0104883779, 0.0110471537, -0.00298265601, 0.00488929078, 0.0152304238, 0.00900837686, 0.00780021213, 0.0190436933, -0.00732072163, 0.0385102443, -0.0129424622, -0.00429275958, -0.004398474, 0.00164046092, -0.0290110502, -0.0118249096, 0.00676572137, -0.00944633596, -0.00915184617, 0.0105940923, -0.0236800238, -0.00438337168, -0.0141883818, 0.00212372676, 0.0222453289, -0.0109414393, 0.0235441066, 0.00185660901, 0.0100806225, 0.0240726769, -0.0211277772, -0.00774735492, -0.0135465441, 0.0230155345, 0.0113718482, -0.0157363433, 0.00302041136, 0.0164310373, 0.0218677782, 0.0155249136, -0.00346403406, 0.0173824672, -0.0409869812, 0.00243709423, 0.00957470387, 0.00149604748, 0.0110018477, 0.0141128711, -0.0300681945, -0.00564439362, 0.0238159429, -0.00650521088, -0.0190436933, -0.00329036056, -0.0151851177, -0.00559153641, -0.0060785776, 0.0226983912, 0.013108585, 0.00410398375, 0.0307930931, -0.00616541458, -0.00807960052, -0.000583316898, -0.0105185825, 0.00748684444, -0.0148302196, 0.0138561362, -0.00185188965, -0.00216903281, 0.00487041334, -0.00125913392, 0.0172767527, 0.0229249205, 0.0270779878, 0.0120665431, -0.00719990535, -0.0143620558, 0.0111302156, 0.00348668732, 0.00823817216, 0.010888583, 0.0141883818, -0.00799653865, 0.0115077673, -0.00806449819, -0.00915939733, 0.00278066611, -0.00777755911, 0.000848074851, 0.0188775696, -0.00503653567, 0.0158722606, 0.0221094098, 0.0267004352, -0.00256923726, -0.00538388314, -0.0207955316, -0.0129953194, 0.00372265698, -0.00928776432, -0.0111453179, 0.00131199113, 0.0180167537, 0.0107300114, 0.00042663308, 0.0344930962, -0.00176222122, 0.0121647064, 0.00465143332, -0.00225398201, -0.00777000794, 0.00413041236, -0.00511204591, -0.00437582098, -0.0201914497, -0.00209918572, -0.0115455221, -0.0147471577, 0.00702245627, -0.00522153592, -0.00636929227, -0.0111981751, -0.011930624, -0.0209314507, -0.0191041, 0.0110773584, -0.0233628806, 0.013327565, 0.00583694456, -0.0206596125, -0.00229740026, -0.0158873629, 0.0264285989, -0.00477602519, -0.0118173594, 0.00336775859, -0.00337530952, 0.000698470103, 0.00744153839, 0.0204783883, -0.00390765723, -0.0110320523, 0.00510071963, 0.00645612925, 0.00353576895, -0.00888000894, -0.0120287882, -0.0138259325, 0.00703378255, 0.00884980522, -0.00949919317, 0.00358673837, -0.000588036317, -0.00355842197, -0.0279237013, -0.0187416524, -0.00046273644, -0.0135918511, 0.00514602568, 0.00367923849, -0.00289581926, 0.0172918551, 0.00393786095, 0.00135069015, 0.00972572435, 0.0126781762, -0.0034621465, -0.0173824672, 0.024253903, 0.00599174062, 0.0137730753, 0.000698470103, 0.0116587877, -0.0163555276, 0.0213241037, -0.00745664025, 0.00807960052, 0.0124818496, 0.00660714973, 0.00645990437, -0.0200706329, 0.0208257362, -0.015283281, -0.0147320563, 0.00810225308, 0.0146791991, 0.00810225308, 0.00677704765, -0.0219281856, 0.00187171111, -0.0235592071, -0.00503276, -0.0213241037, 0.0155702196, 0.00646368, 0.00461745355, -0.0159024652, 0.00204255315, -0.000758406415, -0.0068487823, 0.00981633645, -0.000326110021, 0.00508939289, -0.00455327, 0.00268250285, -0.00798898749, -0.00196137954, 0.0254318621, -0.0106091946, 0.00273724762, -0.017110629, -0.0148075661, -0.0184245091, -0.018590631, -0.0157363433, 0.0202971641, 0.010669603, 0.00584072, 0.0136145037, 0.00847225357, -0.00498745404, -0.00663735392, 0.0138183814, 0.023906555, 0.00520265847, 0.0032960237, 0.0357616693, 0.00664112903, -0.015721241, -0.0084873559, -0.0137730753, -0.0179261416, -0.0068487823, 0.000492232619, -0.00349423825, 0.00878184568, 0.021988593, 0.00543296477, -0.00190002751, 0.00965021364, 0.000239391185, 0.00828347821, -0.0165065471, 0.00696204789, 0.0125271557, -0.0264437012, 0.0372718759, -0.00381326932, 0.0147471577, 0.0340098292, 0.0150567498, 0.00510071963, -1.46301172e-05, -0.013629606, -0.00470051495, 0.00387745304, -0.00339796278, -0.00863837637, 0.0147018516, -0.00116285833, -0.00407755515, 0.00754347723, 0.00527439313, -0.000835804443, 0.0233477782, 0.00291658472, -0.0154947098, 0.0116210319, -0.0107828686, 0.000714516034, 0.00621449621, -0.0138787897, 0.0159628727, 0.00918960106, 0.0191192031, 0.0339494236, 0.0143847084, -0.00222000224, 0.0191343054, -0.0290563554, -0.00490061706, -0.0149585865, -0.00593133271, 0.00698470091, -0.0053423522, -0.0031355645, -0.0126479724, -0.0139316469, -0.0150189949, -0.020161245, 0.0196477752, -0.00912164245, 0.0016414047, -0.00118834304, 0.00837409, 0.00188775698, 0.0054254136, 0.0131387888, 0.0233326778, -0.0168085881, -0.0259453319, 0.0259906389, 0.0247975755, -0.00391143234, 0.00322995218, 0.00955205, 0.0161894038, -0.0103826635, -0.00905368291, 0.0241783913, 0.0249788016, -0.015283281, 0.0167783853, 0.00238234946, 0.00894041732, 0.0166273639, 0.0114775626, 0.0127234822, -0.00721500721, -0.000368820532, -0.0188020598, -0.0243294127, -0.0129122585, 0.00356408535, -0.00391898351, -0.000534235267, 0.00704888487, -0.00877429452, 0.00417571841, 0.004398474, -0.00744908908, 0.0024427576, 0.00328847277, -0.00477602519, 0.00853266194, -0.00749817071, 0.0235290043, -0.0187114477, 0.00609368, -0.0115681747, 0.00410398375, 0.0118928691, 0.0350669734, -0.00280520692, 0.00973327551, 0.00521776034, -0.0203575715, -0.000936327502, -0.0190436933, -0.00700357882, -0.00884980522, 0.0146036884, -0.000767373247, 0.0103222551, 0.0190134887, 0.00439092284, -0.00605214899, 0.0163404252, -0.00397939188, 0.0292224791, 0.019768592, -0.0124440948, 0.0099145, 0.00257678842, 0.00412663678, -0.0142487902, -0.00396051444, -0.000980689772, 0.0040586777, -0.000216502129, -0.00800409, -0.0147396065, 0.0126177678, 0.0122477673, -0.00769827329, -0.0239971671, -0.0132520543, -0.00327148288, 0.0062447004, 0.00689031323, 0.0012345931, 0.0127385845, -0.0195571631, -3.68702531e-05, 0.0182432849, -0.00164234859, -0.012277972, -0.0104053169, -0.0200253259, -0.00770204887, -0.00170275685, 0.0152228726, 0.0107602151, -0.011885318, -0.0094236834, -0.0185453258, -0.0262020677, -0.00383592234, -0.0165065471, -0.0130557278, -0.00480622938, -0.0188926719, 0.0131387888, 0.00190380297, 0.00678082323, -0.000627679226, 0.00961245876, -0.0132671567, -0.0026447475, 0.028391866, 0.00649010856, -0.0256281886, 0.0184094068, 0.0170351192, 0.0136069525, 0.00440980028, -0.0245710462, -0.00609368, -0.0127385845, 0.00627112901, -0.00389633048, 0.00494592357, -0.00501765823, -0.00375286094, -0.000341919978, -0.00119023083, 0.0146263419, 0.0231212489, 0.00542918919, 0.0397788174, 0.0295094177, -0.0196175706, -0.0213241037, -0.0244049225, -0.00371321803, -0.00535745453, -0.000530931691, 0.00828347821, 0.000191961299, 0.0140147079, -0.0191494077, 0.00232005329, 0.0103071537, 0.0172918551, 0.0260057412, -0.0146036884, 0.0129273599, 0.00460235169, 0.000691391, 0.0227890033, -0.00340551371, 0.0139165446, -0.00118834304, 0.00502898451, 0.00223888, -0.0084873559, 0.013976953, -0.0130255232, 0.014414913, -0.00974837691, 0.0118702166, 0.0111075621, -0.0176845081, -0.0100881737, -0.00474204589, -0.00307326834, -0.0107828686, -0.00318464614, 0.00518378103, -0.00767939584, -0.00590112852, 0.00415306538, -0.00953694899, -0.00265229866, 0.0164310373, 0.00994470436, -0.00545184221, 0.0228343084, -0.0137353204, 0.0216714516, 0.016159201, 0.0245861467, 0.0144451167, -0.00862327404, -0.00232571666, -0.0128065441, -0.01476226, 0.00882715173, -0.0184698142, 0.0220943075, 0.0117418487, -0.013629606, -0.000903291744, 0.00834388565, -0.00131010334, 0.00179620087, 0.0284220707, -0.00272025797, 0.0176392011, -0.0204783883, -0.00801164098, -0.0187416524, 0.00970307086, -0.0132142995, -0.0125045022, -0.000111023714, -0.00214637979, -0.00464765774, 0.00700357882, 0.0132218506, -0.00422102492, -0.0114020528, -0.00410398375, 0.000625791436, 0.0302494187, -0.0162951183, 0.0139014432, -0.0013157666, 0.0473902524, 0.00972572435, -0.0016555629, 0.00911409128, 0.00646368, -0.00773225259, -0.00156872615, 0.00614653667, -0.00814755913, -0.00887245778, 0.00211428781, -0.00624847598, -0.0170200169, 0.00730939535, -0.00353954453, -0.00179620087, 0.00633908808, -0.0138561362, 0.034311872, -0.0128971562, 0.00926511176, -0.00427765725, 0.0246918611, 0.0207502246, -0.00363393221, 0.0215657372, 0.0138108302, -0.0021728084, 0.0337682, -0.028391866, -0.00595398573, -0.000499311718, -0.01476226, 0.00798898749, 0.00119683798, 0.00419082073, 0.00999001, -0.0105865411, 0.020463286, 0.0384800397, 0.00495347427, -0.00311857462, -0.000412946858, -0.0136371572, -0.0211730823, 0.0053159236, 0.00211806339, -0.00574255688, 0.0162498131, -0.00261454354, 0.00713949697, -0.0183792021, -0.00058945216, -0.0305061545, 0.00664112903, 0.00738113, -0.00255413516, 0.0043154126, 0.022335941, 0.0014252566, -0.0126555236, -0.0180167537, -0.00654296577, 0.0136371572, 0.0140600139, -0.00556133222, -0.0135994013, -0.0231363494, -0.0148000149, 0.00616919, -0.0147018516, 0.0150567498, -0.00977858156, -0.0105638886, -0.00584449572, 0.0300983973, 0.00297699287, 0.00783041585, 0.0252053328, 0.0104732765, 0.00635796553, 0.00149887905, 0.0210824702, -0.00502898451, -0.000374483789, -0.0282106418, 0.0128594013, 0.0165216494, 0.0273196194, 0.0124214413, 0.00798143633, 0.0152681787, -0.0136673609, -0.0123383803, -0.011930624, -0.00349612604, 0.00493459683, -0.000225822936, 0.00635419041, -0.00576898549, -0.0131387888, -0.000976914307, 0.00571612827, 0.0048024538, 0.0217922665, -0.0180922635, -0.00577276107, -0.00397184072, -0.00599929178, 0.00889511127, 0.00217658374, 0.0112208277, -0.0175636914, 0.0263530873, 0.00408888189, 0.0146716479, 0.0174428746, -0.0126932785, 0.000857041683, 0.0198592041, 0.00463255588, -0.00742643606, -0.00284107425, -0.02577921, 0.0166575685, 0.0148075661, -0.018333897, -0.00563306687, 0.00817776378, 0.000159397488, -0.00774735492, -0.016717976, -0.0094236834, 0.00549714826, -0.00589735294, -0.0133728711, -0.0134181771, -0.00319408486, 0.0118173594, -0.0132142995, -0.000663546612, 0.0112132765, 0.00643347576, 0.00525174, -0.00154135365, -0.00593888341, -0.0200706329, 0.0165518541, 0.0139845042, 0.00937837735, 0.00711306836, 0.00426255539, -0.00436449423, -0.00686010905, 0.0058747, -0.00656939438, -0.00747551769, -0.0274706408, -0.01145491, -0.00562551618, 0.00537633197, -0.0146489944, -0.000755574729, -0.019421244, -0.00976347923, -0.00504031125, 0.00615408784, -0.00293357437, 0.000163173, -2.09275568e-05, -0.011930624, -0.00769827329, 0.0109036844, 0.0138108302, -0.00736602815, 0.00763031375, 0.00883470289, -0.00156778225, 0.0251147188, 0.00334321777, 0.00561796501, 0.00642592506, -0.00287127844, 0.0150416484, -0.0116512366, -0.00310724811, -0.0123157268, 0.00155456795, 0.0143318512, -0.0266853329, 0.00660714973, 0.0107451128, -0.011583277, -0.0141279735, 0.0116210319, -0.00786062051, -0.0203575715, -0.0121873599, 0.010276949, -0.0176392011, -0.0276216604, 0.00285428856, -0.00693561928, -0.00401337165, 0.00557643408, 0.0104732765, 0.00209352258, -0.0117871547, 0.0236347187, -0.0151549131, -0.00769827329, 0.00665245578, -0.00638439413, 0.0153134847, -0.00601061853, 0.00234270655, 0.0149434851, -0.00225964515, 0.0211428795, 0.00232382887, -0.00479112752, 0.00714327255, 0.00877429452, 0.0035942893, 0.000326110021, -0.0136824632, 0.00534990337, -0.0272743143, -0.00305061531, 0.0105940923, -0.00122798595, 0.00439469842, -0.00239556376, -0.00493082125, 0.0184396114, 0.00464010658, 0.0136598097, 0.00674684346, 0.00321673788, -0.0337682, -0.0095898062, -0.0282408446, -0.0155551182, 0.00193023158, 0.0120438896, -0.00733582396, 0.0099371532, 0.00306005427, 0.00999001, 0.0233175755, -0.00574255688, 0.0170351192, -0.00442867819, -0.00271459459, 0.0117796035, -0.0015054862, -0.0129651157, 0.0186359379, -0.00513847452, 0.00246352283, -0.00664490461, -0.0010562, 0.00228796154, 0.0168236904, 0.00847225357, -0.00501765823, -0.00912919268, -0.0107300114, 0.0349159539, -0.00789082423, 0.0158873629, -0.0118324608, 0.00945388712, 0.0141808307, 0.0156004243, 0.00402847352, 0.0100730713, 0.0058218427, 0.00644857809, -0.0142563414, 0.00182640494, 0.00786062051, -0.000382742728, -0.0096804183, 0.0224416554, -0.00601061853, 0.000608801667, 0.00636929227, 0.0108055212, 0.0257490054, 0.0127385845, 0.00601061853, 0.0204783883, -0.00664868, 0.013191646, -0.0139089935, 0.00717725232, -0.0178355277, -0.0026579618, 0.0176996104, -0.00747551769, -0.00623714924, 0.0124214413, -0.00323561556, -0.0185755286, -0.0062447004, -0.00797388609, 0.0159326699, -0.0183187947, 0.00778511, 0.00962001, -0.0115606245, 0.00846470241, 0.0242690053, -0.0021029613, -0.0101787858, 0.0302041117, -0.000301097258, 0.0352784023, -0.00963511225, -0.0195118561, 0.00167349656, -0.0148830768, 0.00193306315, -0.00238423725, -0.0088120494, 0.000186416, -0.000314075587, -0.030521255, 0.0176089983, -0.0237706359, 0.00452306587, 0.00627112901, -0.0166122615, -0.00326581975, 0.0141430758, 0.0033507687, -0.00811735541, 0.0143469535, -0.00476847449, 0.00630888389, -0.00267306389, 0.0306269694, -0.000196916662, 0.00474959658, -0.00546694454, -0.00299587031, -0.00565572, 0.0244804341, 0.0175183844, -0.00649388414, -0.00258622714, 0.0332245231, 0.0123534817, -0.00213882863, 0.00394541211, 0.0116436854, -0.0072452114, 0.0219432879, -0.00207086955, 0.000848074851, 0.000425689213, 0.00669776183, 0.00906878524, 0.00851756, -0.0233175755, -0.000788138539, 0.0137277693, 0.00949164201, 0.0297963563, 0.0132520543, 0.00246729841, -0.015977975, 0.000672985392, -0.011583277, 0.00471561728, -0.00934062153, -0.00475714775, -0.00884980522, 0.017593896, 0.00811735541, -0.00314500323, 0.0174730793, -0.00417194283, 0.0144828716, 0.00392653467, 0.00826082472, 0.0025126047, 0.00756990584, -0.0190134887, 0.00302041136, -0.0786515102, 0.00324882986, 0.00838164147, 0.00369811594, 0.00810225308, -0.0199196115, -0.0171408337, -0.0273800287, 0.0142336879, -0.00559153641, 0.00597286317, -0.0203726739, 0.0106998067, 0.0071810279, -0.0149887912, -0.00592000596, 0.00115813897, 0.00667133322, -0.00359051395, 0.000713572139, 0.00653541507, -0.00138938916, -0.0248428825, -0.0152455261, -0.0144451167, 0.000991072389, 0.0123912375, 0.0196477752, -0.00744908908, 3.12364791e-05, 0.0143016474, 0.00878184568, -0.00238990039, 0.0142789939, 0.0237555336, -0.00601061853, 0.00373209571, -0.0196175706, 0.0137655241, 0.014022259, 0.00911409128, -0.0207502246, 0.00384158548, -0.00309214601, -0.00906123407, 0.0109565416, -0.00100711838, 0.0291016623, -0.0199800208, 0.0043720454, -0.0125271557, 0.0187718552, -0.0311706439, 0.00246163527, 0.0235441066, -0.0116965426, -0.0124591962, -0.00719235418, 0.0279388037, 0.00985409133, 0.0165065471, -0.0065014353, -0.0244351272, -0.0053159236, 0.00890266243, 0.00937837735, 0.00728296675, 0.00549714826, -0.025084516, 0.0137730753, -0.00965776481, -0.00343760545, 0.00187926216, 0.00527061755, -0.00609368, 0.0192551222, -0.00449286168, -0.00349990162, 0.0137504218, 0.0192249175, 0.00176410889, -0.00254658423, 0.0157967508, -0.0158873629, 0.00301663578, 3.27997768e-05, -0.0116059305, -0.00737357885, 0.0187114477, -0.00749817071, 0.00737735443, 0.00894796848, -0.00869878475, -0.00662225159, 0.00173201703, 0.0132822581, -0.0163404252, 0.00157250161, 0.00597663876, 0.00680725183, 0.00234081876, 0.00112415932, 0.0266853329, -0.0196326729, 0.0217318591, -0.0123761352, 0.0108961333, -0.00755480351, 0.00407000398, 0.00256168633, 0.0100428676, 0.00322806463, -0.000297557708, 0.00295056426, 0.013236952, 0.000763125776, 0.00634663925, -0.00387367746, 0.00295433984, -0.00979368389, -0.0283767637, -0.0257037, 0.00270326808, -0.0105034802, 0.032348603, 9.09957907e-06, 0.000941518811, -0.015109607, -0.0171861406, 0.0040586777, -0.00838919263, 0.00102127658, 0.0263228845, -0.020569, -0.00490061706, -0.0173220579, -0.000330121518, 0.019028591, 0.00488929078, 0.0115757259, 0.0185453258, -0.0015054862, 0.00699602766, 0.0188926719, -0.0170351192, -0.0369698331, -0.00489684194, 0.00670531299, 0.000584732741, -0.000906123372, 0.00128367473, -0.00762653863, 0.0169747118, 0.0074113342, -0.0172616504, 0.0016829354, 0.00881960057, -0.00191324181, -0.00332434, -0.00280331913, 0.0101334797, 0.000362449355, -0.00346780964, -0.00696204789, 0.00753215048, 0.00613521039, 0.0116814403, 0.0191041, 0.00663357833, -0.0106922556, 0.013108585, 0.0135163404, -0.000288826821, 0.00888756, -0.0153059345, -0.0368490182, 0.00375286094, -0.0194061417, 0.000957092794, -0.000381326914, 0.0225775745, 0.013108585, -0.00188586931, -0.0345233, -0.0100504188, -0.00557265896, -0.00027396073, 0.0219281856, -0.00454194332, 0.00789082423, 0.00860817172, 0.0167783853, 0.00707531348, 0.000122350248, 0.0143469535, -0.0193608366, -0.00945388712, 0.0092575606, 0.00643725134, 0.00289959484, 0.00257112505, -0.000592283788, 0.00375097315, -0.00193211937, 0.00822307, -0.023951862, -0.000466511963, 0.00832123309, -0.0209616534, -0.00487796403, 0.0278028864, -0.0103071537, -0.00897817221, -0.00974082667, -0.00195194082, 0.00252393121, -0.00934062153, 0.0185151212, 0.00296566635, -0.00888756, 0.0256734956, 0.0126781762, -0.00146112393, -0.000292838318, 0.00869123358, -0.00835898798, 0.0302494187, 0.0139089935, 0.0166726708, 0.00953694899, 0.00949164201, 0.00125630235, 0.00556888338, -0.0184547119, 0.00477602519, 0.00618429203, 0.0206898171, 0.00147339434, 0.000133912763, 0.0233628806, 0.0102165407, 0.0143922595, -0.00827592704, -0.00881960057, -0.0069054151, 0.0260057412, -0.0017103079, -0.0132445032, -0.0148151172, -0.00636174111, -0.00672796601, -0.00665245578, -0.00793613, 0.00747551769, -0.0108055212, 0.00424367795, -0.0286032949, 0.00519133173, -0.00494969916, 0.0216714516, -0.00980123412, -0.00115625118, 0.0263983943, -0.000757934467, 0.00428520842, -0.000941990758, 0.000607857772, -0.0508939289, -0.0106393984, -0.00935572386, 0.00247484958, -0.00493459683, -0.0215204302, -0.0267910473, -0.000835332496, -0.0137806265, 0.0135691976, 0.00186132849, 0.0015205883, -0.0118702166, -0.0135843, -0.0246314537, -0.00277877832, -0.0222000219, 0.0157363433, 0.000235969623, -0.0117116449, -0.00880449917, -0.0259604342, -0.00829858, 0.020161245, 0.00918960106, 0.000987296924, 0.00651276158, -0.0181224681, -0.0274555385, 0.00371133024, 0.0154418526, 0.0010864042, -0.022335941, 0.00749817071, -0.00943123456, 0.0163857304, 0.0183489975, -0.0136975646, -0.0411984101, -0.0180922635, -0.00906878524, -0.0129424622, -0.00783796702, -0.0106016435, 0.026126558, -0.0111981751, -0.00173579261, -0.0150114438, 6.48916466e-05, -0.013848586, -0.0191947129, -0.00356408535, 0.0133426664, -0.031442482, -0.0282408446, 0.00697337463, 0.00501388265, -0.00536123, 0.010450623, -0.00334133, -0.00376418745, -0.0402922854, 0.00434939237, -0.00757368142, 0.00716592558, -0.00444755564, -0.00266362517, -0.00421347376, 0.0108583784, 0.00796633493, -0.0327110551, -0.00460990286, -0.0155400159, -0.0106998067, 0.000155268019, 0.0140449125, -0.0146036884, 0.0191494077, -0.0225473698, -0.0312612578, -0.00155739952, 0.0218073688, -0.00376229966, 0.0102391941, -0.0178204272, 0.0114926649, 0.0162045062, -0.00421347376, -0.00206331839, -0.013674912, -0.0296453368, 0.00433429, 0.00833633542, 0.00834388565, 7.4507414e-05, -0.00893286616, -0.040413104, 0.00764541607, 0.00719990535, 0.00712061953, 0.0110924607, -0.00987674482, -0.0121269515, -0.0120363384, -0.00442867819, -0.0105638886, 0.0720670149, 0.000503087242, 0.0231363494, -0.020206552, 0.00291469693, -0.0076114363, 0.0103373574, 0.0454873927, -0.00847980473, 0.0342816673, -0.00101466943, 0.0163253229, -0.00260321703, 0.0179110393, 0.00860062148, -0.00115719507, 0.0211277772, -0.0170804262, -0.00541031174, -0.00225964515, 0.00343760545, -0.0287241116, -0.00071545993, 0.00457969867, -0.00528194429, -0.0111000109, -0.00052668422, 0.00497612776, -0.0267306399, -0.00242199237, -0.00647878228, 0.0414098389, 0.00941613223, -0.0219432879, -0.0310800318, 0.00715082372, -0.0148981782, 0.00602194481, 0.0115908282, -0.00432296377, 0.0434033088, 0.0180016514, 0.00320163602, 0.00417571841, 0.00807204936, -0.013976953, -0.004288984, -0.040413104, 0.0170049146, -0.0261718631, -0.00320163602, -0.00100051123, -0.015283281, -0.014150627, 0.0131387888, -0.000805128366, 0.0104883779, 0.00875919219, 0.00918205, 0.00544051593, 0.00467408635, 0.000269477314, 0.0152379749, -0.0112208277, -0.00749817071, -0.0193306319, -0.0107828686, 0.00817021262, -0.00200668583, -0.00839674287, -0.0332849324, -0.0110471537, -0.00835898798, -0.0137957288, 0.00603327155, -0.0065844967, -0.0103147049, 0.00818531495, -0.000104298575, -0.0121873599, -0.0408359617, 0.0182583854, -0.000895740697, 0.00613143481, -0.0159175675, -0.0176089983, -0.0397486128, 0.00045919689, 0.00355464639, 0.00893286616, 0.00244842097, 0.0281955395, -0.0259906389, 0.000461320626, -0.00692806812, -0.00652786391, 0.00524418894, 0.00729051745, 0.0123459306, 0.00100334291, 0.0185453258, 0.00423990237, -0.0185755286, -0.00934817269, 0.00571990386, 0.0291469693, 0.0115606245, 0.00831368193, -0.0104355207, 0.00445133122, 0.0154796075, 0.000166358586, 0.00703378255, 0.0135616465, 0.000824005925, -0.000896212645, -0.000683839957, -0.0133502176, -0.00308648264, 0.00742266048, -0.001017501, 0.00353954453, -0.00363015686, 0.0130179729, 0.0228192061, -0.00857041683, 0.00998245925, 0.00116002664, 0.0047118417, 0.00872898847, 0.0118626654, 0.0130104218, -0.00323750335, 0.00880449917, -0.00177826709, 0.0252506379, 0.00116097054, 0.038540449, -0.0114851138, -0.00133370038, 0.00156683836, -0.00712061953, 0.0043720454, 0.00266928854, -0.000522908696, 0.000340740138, 0.00476847449, -0.00980123412, -0.00102033268, 0.00886490662, -0.000349471025, 0.0169445071, 0.00383781013, -0.0147245051, -0.0023880126, -0.00407000398, -0.00125063909, -0.0327412598, 0.0189983863, 0.00515357684, -0.00817776378, -0.00286750286, 0.00724898698, 0.0114171542, 0.00320352358, -0.017201243, 0.00909898896, -0.0145810349, 0.000552168931, 0.0222604312, -0.00816266146, 0.0143469535, -0.00623337366, 0.0106167458, -0.00399071816, 0.0112736849, -0.0221849214, -0.0184094068, 0.0152530773, -0.0189983863, 0.0124591962, 0.0168085881, -0.0018320682, 0.0372114666, 0.0141883818, 0.0190436933, 0.00538388314, 0.00474959658, 0.0111679705, 0.00353765674, -0.000829669239, -0.0117871547, 0.00979368389, -0.00988429599, 0.0042059226, -0.0027410232, 0.021988593, -0.00674306834, -0.00624092482, 0.0257188026, 0.0122402171, 0.0184396114, 0.0103449086, 0.0047118417, -0.0214600228, 0.0310196243, -0.0129575646, -0.00613521039, -0.0245257393, -0.00674306834, 0.00795878377] |
10 Jul, 2022 | React MUI TimelineSeparator API
10 Jul, 2022
Material-UI is a UI library providing predefined robust and customizable components for React for easier web development. The MUI design is based on top of Material Design by Google.
In this article, we are going to discuss the React MUI TimelineSeparator API. The TimelineSeparator is the line between two Timeline Item that forms the line in the Timeline and the items appear either left or right of it. Also, the TimelineDot appears on it. The API provides a lot of functionality and we are going to learn to implement them.
Import TimelineSeparator API
import TimelineSeparator from '@mui/lab/TimelineSeparator';
// or
import { TimelineSeparator } from '@mui/lab';
Props List: Here is the list of different props used with this component. We can access them and modify them according to our needs.
children: It is a component similar to the table row.
classes: This overrides the existing styles or adds new styles to the component.
sx: The system prop allows defining system overrides as well as additional CSS styles.
Syntax: Create the TimelineSeparator component as follows:
<TimelineItem>
<TimelineSeparator>
<TimelineDot color="success" />
</TimelineSeparator>
<TimelineContent>Javascript</TimelineContent>
</TimelineItem>
Installing and Creating React app, and adding the MUI dependencies.
Step 1: Create a react project using the following command.
npx create-react-app gfg_tutorial
Step 2: Get into the project directory.
cd gfg_tutorial
Step 3: Install the MUI dependencies as follows:
npm install @mui/material @emotion/react @emotion/styled @mui/lab
Step 4: Run the project as follows:
npm start
Example 1: In the following example, we have a timeline with TimelineSeparators between timeline items.
App.js
import "./App.css";
import Timeline from "@mui/lab/Timeline";
import TimelineItem from "@mui/lab/TimelineItem";
import TimelineSeparator from "@mui/lab/TimelineSeparator";
import TimelineConnector from "@mui/lab/TimelineConnector";
import TimelineContent from "@mui/lab/TimelineContent";
import TimelineDot from "@mui/lab/TimelineDot";
function App() {
return (
<div className="App">
<div
className="head"
style={{
width: "fit-content",
margin: "auto",
}}
>
<h1
style={{
color: "green",
}}
>
GeeksforGeeks
</h1>
<strong>React MUI TimelineSeparator API</strong>
</div>
<Timeline>
<TimelineItem position="left">
<TimelineSeparator>
<TimelineDot />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>Frontend Learning Path</TimelineContent>
</TimelineItem>
<TimelineItem>
<TimelineSeparator>
<TimelineDot />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>HTML</TimelineContent>
</TimelineItem>
<TimelineItem>
<TimelineSeparator>
<TimelineDot />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>CSS</TimelineContent>
</TimelineItem>
<TimelineItem>
<TimelineSeparator>
<TimelineDot />
</TimelineSeparator>
<TimelineContent>Javascript</TimelineContent>
</TimelineItem>
</Timeline>
</div>
);
}
export default App;
Output:
Example 2: In the following example, we have customized the TimelineSeparator components using the sx attribute.
App.js
import "./App.css";
import Timeline from "@mui/lab/Timeline";
import TimelineItem from "@mui/lab/TimelineItem";
import TimelineSeparator from "@mui/lab/TimelineSeparator";
import TimelineConnector from "@mui/lab/TimelineConnector";
import TimelineContent from "@mui/lab/TimelineContent";
import TimelineDot from "@mui/lab/TimelineDot";
function App() {
return (
<div className="App">
<div
className="head"
style={{
width: "fit-content",
margin: "auto",
}}
>
<h1
style={{
color: "green",
}}
>
GeeksforGeeks
</h1>
<strong>React MUI TimelineSeparator API</strong>
</div>
<Timeline>
<TimelineItem position="left">
<TimelineSeparator
sx={{
backgroundColor: "green",
opacity: 0.5,
}}
>
<TimelineDot />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>Frontend Learning Path</TimelineContent>
</TimelineItem>
<TimelineItem>
<TimelineSeparator
sx={{
backgroundColor: "green",
opacity: 0.5,
}}
>
<TimelineDot />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>HTML</TimelineContent>
</TimelineItem>
<TimelineItem>
<TimelineSeparator
sx={{
backgroundColor: "green",
opacity: 0.5,
}}
>
<TimelineDot />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>CSS</TimelineContent>
</TimelineItem>
<TimelineItem>
<TimelineSeparator
sx={{
backgroundColor: "green",
opacity: 0.5,
}}
>
<TimelineDot />
</TimelineSeparator>
<TimelineContent>Javascript</TimelineContent>
</TimelineItem>
</Timeline>
</div>
);
}
export default App;
Output:
Reference: https://mui.com/material-ui/api/timeline-separator/
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI TimelineSeparator API | https://www.geeksforgeeks.org/react-mui-timelineseparator-api?ref=asr10 | CSS | React MUI TimelineSeparator API | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, React MUI TimelineSeparator API, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0110533237, 0.000337990612, -0.0095049385, 0.0142880687, 0.0603716895, 0.0146866627, -0.0272117183, 0.0120038176, 0.0102254739, -0.00977322273, -0.0114289215, 0.0166643038, 0.0291893594, -0.0279475842, -0.00553815952, -0.0125863785, -0.022581894, -0.00911400933, 0.00181858602, -0.0168176088, -0.00281698769, 0.0232717693, -0.0271350667, -0.000820663292, -0.0300018787, 0.00275374926, 0.0272117183, 0.00258511328, -0.0200216919, 0.0203742944, 0.00201405049, 0.0204662792, 0.0331139788, -0.0472794026, -0.0389395878, -0.0142957335, 0.0205735918, 0.0393995, -0.0141424285, 0.00635451125, -0.0278556012, 0.0308143962, -0.00194314669, -0.00586393382, -0.0100951642, 0.0203589648, -0.0224439185, -0.0393381789, 0.00158096256, -0.0247435011, -0.0213707816, 0.0095049385, 0.0462062657, -0.0179674, 0.0146100102, 0.0124024116, 0.0356588475, 0.0349843055, -0.0174155, 0.0020887868, 0.0151159177, -0.0379890911, 0.00192973239, -0.0138358176, 0.0224132575, 0.0257399864, -0.0073356661, 0.0166029818, -0.0227198694, 0.00629702164, -0.0451637879, -0.0150929224, 0.00363333942, -0.0246975087, -0.000395001087, -0.0288980789, 0.0407179296, 0.00843946543, -0.0348616615, 0.00682592532, -0.000413206115, 0.032010179, -0.0412698276, 0.00855444465, 0.0125327213, -0.0114289215, 0.0118965032, -0.0372225642, 0.0158517845, -0.0180593822, -0.00110954826, -0.00246246881, 0.0156064956, -0.032255467, -0.0145333577, -0.00542701315, 0.0500695631, -0.00994952396, -0.0121034663, 0.0170169063, 0.0170169063, 0.00210220111, -0.0219686721, -0.00253912155, 0.0111223105, 0.0311669987, 0.0351069495, 0.000164563826, -0.0128623275, -0.0149856089, 0.0166029818, -0.00576045271, 0.0122874323, 0.0321634859, -0.0484138653, 0.025632672, -0.0486284904, -0.0381730571, -0.00157617172, -0.0179214086, -5.12016268e-05, -0.00542318076, -0.0256173424, 0.0448571779, -0.0477086566, 0.0662279576, 0.00156659016, -0.0181207042, 0.0555885583, 0.016265709, 0.0133988969, 0.00639667036, -0.0266904794, -0.00602490455, -0.00211369898, -0.000385419495, 0.00014384363, 0.0204509478, -0.0427722223, 0.00331906322, -0.019255165, -0.0187799186, -0.0155911651, 0.00281507149, -0.0454090759, -0.00558415148, -0.0199603699, 0.0425269343, -0.02276586, 0.0164036844, -0.0489044413, -0.000274752121, 0.0167102944, 0.00735482946, 0.0772046298, -0.00174864032, -0.0493643582, 0.0148859601, -0.0296646059, -0.0121647883, 0.0413618125, -0.0245901961, 0.0117661934, 0.0420976803, -0.0196690895, -0.0196690895, 0.0187645871, -0.00335355685, -0.031458281, 0.0529210456, -0.0229651574, 0.00608622655, -0.0183353331, 0.0132915834, -0.0169249233, -0.0354442224, 0.0082325032, -0.0470954366, 0.0146330055, 0.0142880687, -0.0662279576, -0.00429255283, 0.0118428469, 0.0232564379, 0.0208035503, 0.00691407593, -0.000786648656, -0.00770359905, -0.0438453592, -0.00390354032, 0.0129926372, 0.0115592312, 0.0466355197, 0.0531969927, -0.0106623946, 0.0158824455, -0.0131919347, 0.0262612253, -0.00720918924, -0.0155988298, -0.0257399864, 0.0161737259, -0.000394282484, 0.0174001697, -0.0117125371, -0.00418907171, -0.00597124733, -0.0304924548, 0.0354135595, -0.0283001866, -0.0316115841, -0.019163182, 0.03851033, -0.0495483242, 0.025540689, 0.0165723208, -0.0311976597, 0.0176914502, 0.0212787967, 0.00789523125, 0.00810219347, 0.0132379262, 0.0275949817, 0.00211944804, -0.0273190327, 0.0295266304, 0.00645416, -0.00801787525, 0.0166949648, 0.00973489694, -0.0183813237, 0.010010846, -0.0153995333, -0.0147019932, 0.0428642072, -0.00308527239, -0.00760778319, 0.00165186625, -0.0370999202, 0.0353522375, 0.00840113871, -0.0253107306, -0.00466815103, 0.0120881349, 0.00838580821, -0.0139814578, 0.0237776767, 0.0136288553, 0.0280089062, 0.02807023, 0.00556882052, 0.00284764892, 0.00397061137, 0.0073050051, -0.0234097429, 0.00230916357, 0.0248201527, -0.0367626473, 0.0349843055, 0.0404113196, 0.0462675877, 0.000262535585, -0.00391887082, -0.00435770769, 0.0353215784, -0.00398210948, 0.00586393382, 0.00153401273, -0.00214244379, -0.0131076165, 0.00722835213, -0.0248968061, 0.0306764226, 0.0154301943, -0.000578249048, 0.00764227705, -0.00991886295, 0.0418830514, 0.0316115841, 0.0239309818, 0.0012015315, -0.00856977515, -0.00293196691, 0.0447345339, 0.0228425134, 0.0175688062, 0.0412391685, -0.0116205532, -0.0377438031, -0.0275336597, -0.0219380111, 0.029020723, 0.0284841545, 0.0181513652, 0.0339111686, 0.0226892084, 0.0134065626, 0.0258779619, -0.0297872499, -0.00132225954, -0.00786457, -0.00815585069, 0.0186879355, -0.0245901961, 0.025510028, 0.0364867, 0.0454703979, 0.0326540619, -0.0113062775, -0.00865409337, 0.0175381452, 0.0118735079, -0.0336045548, -0.0341871157, -0.0278249402, -0.019009877, 0.0158824455, -0.00507824309, -0.0158057921, -0.0299405567, 0.00221718, 0.0045225108, 0.00376939797, 0.0478006415, 0.0300938617, 0.00252379104, -0.0245901961, -0.0158517845, 0.0559564903, -0.00160300022, -0.0146866627, 0.00798721425, -0.0106087374, 0.0274876691, 0.0264911838, -0.0504374951, -0.000695623516, -0.0469114706, -0.0170935579, 0.0112142945, -0.0304924548, -0.0497629531, 0.031764891, -0.0370386, 0.016480336, -0.0307530742, -0.0164343454, 0.0288214255, 0.0363333933, 0.0464515537, 0.00151197508, -0.00116703776, 0.0203129724, 0.0208495427, 0.0233177599, -0.050345514, 0.0015455106, -0.0416990854, 0.0155221773, 0.0246975087, 0.0100338422, 0.00154359429, 0.0124330726, 0.0342177786, 0.0107007213, -0.0492723733, -0.0431094952, -0.0384183489, -0.0262612253, -0.0161890555, -0.0181973577, -0.0302471668, 0.0144873653, 0.0232717693, -0.0416071, -0.0168022774, 0.0406872667, 0.0116282189, 0.000180373449, 0.0182126891, -0.044765193, 0.0408712365, 0.0128546627, 0.0237316843, 0.00412391685, 0.0066611222, 0.0121417921, 0.0115668969, -0.0563550852, 0.0105244201, -0.01138293, 0.00221909652, 0.0116052227, -0.0300478693, -0.0187032651, -0.0157444701, -0.014525692, 0.031826213, 0.0293426644, -0.0169095919, 0.0336658768, -0.00772276241, 0.0451024659, 0.0229038354, -0.00281315506, 0.019224504, -0.0358121544, -0.0223366059, 0.0498855971, -0.00458000042, 0.0183200017, -0.0157598015, -0.00846246164, -0.0088610556, 0.0234404039, 0.0373145491, 0.00688341493, 0.0612608604, -0.0154455248, 0.0148782944, 0.0554045923, 0.0143800518, 0.00600574119, 0.0321634859, 0.0230724718, 0.0160050895, -0.0214321036, -0.0299098939, 0.0357814953, 0.00236090412, -0.0681289434, 0.00421206746, -9.58159144e-05, -0.0114059262, 0.00655764109, -0.0209108647, 0.0375598371, -0.00888405088, 0.0459916368, -0.0102101434, -0.0286681205, 0.00243755686, 0.0356588475, -0.0141654238, -0.0334819108, 0.00462599238, -0.0614448264, 0.00384030165, -0.00167198759, 0.00669561606, -0.016449675, -0.0122874323, -0.0599730946, -0.00335164065, 0.0214167722, 0.0119884871, 0.0459916368, -0.00128489139, -0.0195004549, -0.0110226627, -0.0305997692, 0.015529843, -0.00354135595, -0.0135138761, 0.00582560757, -0.044949159, -0.0266904794, 0.043968007, -0.00131171977, 0.0530130267, 0.0309370421, -0.00913700555, 0.0614754893, 0.0138894748, 0.03789711, 0.0318568759, -0.0196230989, -0.00676843617, -0.00909101404, -0.0234404039, 0.0401047058, 0.0407179296, 0.00731650274, 0.0067071137, -0.0230264794, 0.0249581281, 0.0313509665, -0.0128929885, -0.0108233653, -0.0150545957, 0.0461142808, 0.0231644548, -0.038694296, 5.43755305e-05, 0.029174028, 0.0186266135, -0.0181207042, -0.0203436334, 0.0106240679, -0.0201749988, 0.00626636064, 0.0389702469, 0.00385563215, 0.00820950698, 0.0283921715, -0.0120881349, -0.0419137105, 0.0107850386, -0.0147863114, -0.025387384, -0.0309063811, 0.0291586984, 0.0281468816, 0.0411471836, -0.0082478337, 0.0193011574, 0.00063382223, 0.0363947153, -0.0124867298, -0.0134065626, 0.0157904625, 0.0130079677, 0.0194851235, 0.0239156522, -0.0169249233, 0.0107927043, -0.00435387483, -0.00944361649, 0.0348616615, -0.0190252066, -0.0153688723, -0.00975022744, 0.0266751498, 0.0691714212, 0.0158364531, -0.00909867883, -0.0188719016, 0.0189332236, 0.00505908, 0.0107850386, -0.025602011, -0.00969657, -0.0456543639, -0.0095355995, -0.0025142096, 0.0246975087, 0.0302624982, -0.000501596311, 0.0069753984, 0.0222446211, 0.000984987593, 0.00804853626, -0.000506866141, -0.0196230989, -0.0183353331, 0.00458000042, -0.0165723208, 0.0115285702, -0.00857744, -0.0201290064, 0.0271810573, -0.00787990075, 0.0305384472, 0.0152692236, -0.000726763683, -0.0336965397, -0.0225972235, 0.0175074823, 0.00233790814, 0.000396677875, -0.00129638927, -0.0261385813, -0.00418907171, 0.00743148196, 0.0202823114, 0.0155834993, 0.0140581103, -0.0274723377, 0.00653464533, -0.0279169232, 0.0391848758, -0.00229574926, 0.00911400933, 0.00108846871, 0.00546150701, -0.00361609249, -0.00301053585, -0.0428948663, -0.00111912983, 0.0159131065, 0.0354748815, 0.0233024303, 0.0184119847, 0.00524687907, -0.037774466, 0.0217387136, 0.00431554858, -0.00491344, 0.0222599525, -0.0356895104, 0.032378111, 0.0145716835, -0.0153305456, -0.0139967883, -0.019009877, -0.0248508155, 0.00980388373, 0.0139814578, 0.00370232668, -0.00724368263, -0.03881694, -0.00715936488, 0.0257706475, 0.00227466971, 0.0258932915, 0.0145486882, 8.53360471e-05, -0.00458000042, -0.00671861181, -0.0309830327, -0.00290130568, 0.028284857, 0.0562631041, 0.0171395503, 0.0107773738, -0.0175688062, 0.0250807721, 0.00339571596, 0.00111433899, -0.000321222848, -0.0117738592, 0.00589842768, 0.00779558253, -0.0147479847, 0.0151925711, 0.022919165, 0.0132915834, -0.0266291574, 0.00274033495, 0.00327115529, -0.004836787, -0.0136671811, -0.0161430649, 0.0564777292, -0.00776108867, 0.000249600445, -0.0148629639, 0.0369772762, 0.00731267035, -0.0153535418, -0.0187645871, 0.00552666187, -0.0125557166, 0.0227811914, 0.00428872, -0.0147709809, 0.0106853908, -0.0202669818, 0.00807153247, -0.000407696702, 0.0204356182, -0.0202209894, 0.0300785303, 0.000717661169, 0.0212634671, -0.0139201358, 0.00770359905, 0.0120651396, -0.00839347392, 0.00441136444, 0.0101948129, -0.0231337938, 0.00174768222, 0.0290360544, 0.0054040174, -0.0173235163, -0.00653464533, 0.0213707816, 0.00363525562, -0.00806386676, -0.0169555843, -0.00756945694, -0.00274991663, 0.0325620808, 0.00243947306, -0.00267518032, -0.0114519177, -0.0286067985, -0.0129083199, 0.00701372465, 0.0343404226, 0.0152232321, 0.0237623453, -0.00549983326, 0.0187645871, -0.00195560278, -0.0150239347, -0.00433471194, 0.0122567713, -0.0174921528, -0.00461449428, -0.000238581619, 0.00784157403, 0.031764891, 0.0246668477, 0.00926731527, 0.00825549848, -0.0183353331, -0.0222752821, -0.00864642765, 0.0352295935, 0.00628935639, 0.0288827475, 0.0168482699, -0.00193452323, 0.0128393322, -0.0236856937, 0.011413591, -0.0356281884, 0.00804853626, 0.0243602376, -0.000205046046, 0.0172162037, -0.0429255292, -0.031580925, -0.0246208571, 0.0286067985, -0.0116818761, -0.0260312669, 0.0117355324, 0.018887233, -0.00258511328, 0.0202056598, 0.014249742, -0.022643216, 0.0166336428, 0.000978280441, 0.0120881349, -0.00458383327, 0.0127933407, 0.0030316154, 0.00605173316, -0.0198377259, -0.00036434, 0.0295266304, 0.00776108867, 0.000818267872, 0.00384221808, 0.0157904625, -0.00909867883, 0.00207537273, -0.0218306966, 0.034831, -0.0281468816, 0.0222139601, -0.00507057784, -0.0139048053, -0.00227083708, -0.00372340623, 0.00324241049, -0.0112679508, 0.00187415921, 0.000466623489, -0.000968219771, -0.00605173316, 0.0236243717, -0.000830244855, -0.000934684183, 0.0141347628, -0.0458076708, 0.00216735597, 0.0348923206, 0.0460529588, 0.0116282189, 0.0242069326, 0.00701372465, -0.0129773067, -0.0249734595, -0.0364560373, -0.029296672, 0.00524687907, 0.00401277049, 0.000398354663, -0.0234250743, 0.00529287104, -0.0158671141, 0.0269051082, -0.00216735597, 0.0176607892, 0.0366400033, 0.0244675502, -0.00388629339, -0.00028529187, 0.0156218261, 0.0171702113, -0.0289134085, -0.0521545149, -0.0157138091, -0.00702522276, -0.0328380279, 0.0118198507, -0.0341257937, 0.0186572745, 0.0225359015, 0.0347696766, -0.00275758188, -0.0274416767, -0.031948857, -0.0154608553, -0.0130692907, -0.00294154836, 0.00393228512, -0.032439433, 0.0203436334, 0.0266291574, 0.00684125582, 0.0596051626, 0.0143033992, -0.011229625, 0.0231337938, 0.0137668299, 0.0047907955, 0.0262765549, -0.0116205532, -0.0325007588, 0.0139737921, 0.0110686542, 0.0174614917, 0.0221679695, -0.000388294, 0.0050897412, -0.00468348153, -0.0430788323, 0.0203589648, 0.00263493764, 0.00680292957, -0.0014592763, -0.000791918486, 0.0248354841, 0.0250654425, -0.0146330055, 0.0088763861, -0.0351069495, -0.0038479669, -0.00254870323, 0.0168022774, -0.03789711, 0.025724655, 0.0341564566, 0.0041775736, 0.0298945643, -0.0136135248, -0.00763077894, 0.018825911, 0.00445735594, 0.0213247892, -0.00260427641, 0.0162197165, 0.00828616, -0.0357201733, 0.00311976601, 0.0167716164, 0.00817118119, 0.0183813237, 0.0109690055, 0.00879973359, -0.00618204242, 0.00303928065, -0.0204356182, 0.00610539, -0.00638134, -0.032010179, 0.0171855409, -0.00185595418, 0.0138281519, 0.0154225286, -0.0272730403, 0.0143647213, -0.012325759, -0.0181207042, 0.0288367569, -0.00941295549, 0.0105780764, -0.00113637676, -0.0130999517, 0.0185193, -0.016357692, -0.0370999202, -0.0167256258, -0.0236090403, -0.0179980602, 0.0048521175, 0.0136211896, -0.0466968417, 0.00267709652, 0.0249274671, 0.000961991725, 0.00986520573, -0.0252800696, 0.0105704116, 0.00478696311, -0.00764611, 0.0082631642, -0.0142420772, -0.000926060777, -0.0502228662, 0.0122567713, 0.00679143192, -0.011444252, 0.0175228138, 0.0367933102, 0.0545460805, -0.0181207042, -0.0117202019, -0.00241647731, -0.0130156334, -0.0445505641, 0.0361187644, 0.0133682359, -0.000133423659, -0.0543927774, -0.0030296992, 0.00297220959, 0.0308603887, 0.0302931592, -0.0162810404, -0.0196997505, -0.00560714724, 0.0207268987, 0.0207575597, -0.0272270497, 0.0359041393, -0.00856977515, -0.00379814277, -0.0168789309, -0.0185652915, -0.0307530742, 0.0409938805, -0.0485671684, 0.00774959102, 0.0183813237, 0.0575508699, -0.0169249233, 0.00804087147, 0.00581410946, -0.0392768569, -0.0336352177, 0.0262305643, 0.0167562868, 0.0359654613, -0.01879525, -0.0173848383, 0.00117470312, 0.0102638006, 0.031948857, -0.0182893407, -0.0113062775, -0.0134295579, -0.00926731527, 0.0140197845, 0.0116435494, 0.0120038176, -0.0102484701, 0.00988053717, 0.025326062, 0.00133279932, 0.000849408039, -0.0137744956, 0.00196422613, -0.0128929885, 0.0121724531, -0.00236090412, 0.0256786644, -0.00389012601, -0.0037866449, 0.0107007213, 0.00951260328, -0.0101181604, -0.0146560017, -0.0154838515, -0.0144413738, 0.00293196691, 0.0352909155, -0.0158364531, 0.0302624982, 0.00260044378, -0.0220299941, 0.000358351506, -0.000977801392, 0.00101948134, 0.0198223963, 0.0149166211, -0.0317342281, -0.0122337751, -0.0304158032, -0.0349229835, 0.0328686908, 0.00943595078, -0.0274876691, 0.00689108, -0.00371957361, -0.0109613398, 0.00693323929, 0.0164956674, 0.00200830144, 0.00110475742, 0.0048521175, 0.0101258252, -0.0196230989, -0.0158671141, -0.014525692, -0.00499392534, -0.0215087552, 0.00931330677, 0.00182529306, 0.000266128685, 0.038449008, 0.0128316665, 0.0211254917, 0.000482912204, 0.0270277523, -0.0259546135, 0.014065776, 0.00773042766, 0.00587543147, -0.00633534789, 0.00943595078, 0.00717086298, 0.00562247774, 0.0073050051, 0.00755029358, 0.00954326428, 0.00677226856, -0.010861692, 0.038694296, -0.0294806398, -0.0116128884, -0.0432934612, 0.00250462792, -0.031764891, -0.0205735918, -0.000645799213, -0.0129696419, 0.00297220959, -0.00616671192, -0.00992652867, -0.000402666366, 0.0356895104, 0.00870775, 0.0112066288, 0.00692557404, 0.00657297159, -0.00417374121, -0.0155068468, 0.00871541537, -0.00538485404, -0.0202976428, -0.00391503796, 0.0201596674, 0.00961991772, -0.0268284548, -0.00370041048, 0.00277674501, 0.00854677893, -0.00479846075, 0.0281468816, 0.000809165358, -0.0174155, -0.000407217623, 0.00841646921, -0.012755014, -0.00477929786, -0.00602873694, -0.0120881349, 0.00610155705, 0.0174921528, -0.0138664786, -0.0203129724, 0.00577195035, -0.012663031, 0.0230264794, -0.00188469898, 0.0269817598, 0.0251114331, -0.000694186252, -0.0147403199, -0.0199910309, -0.0195464455, -0.0152538931, -0.0192398354, -0.00190386211, 0.0195771065, -0.0109460093, -0.00186649396, -0.0229651574, 0.00900669582, -0.00990353245, 0.0546380654, 0.0116512151, -0.0129466457, -0.038449008, 0.0124024116, -0.0129466457, -0.0152232321, 0.00801021047, 0.0483832024, -0.0369772762, 0.0254640356, -0.004744804, -0.0198837183, -0.00413924735, -0.00265026814, 0.0242682546, 0.00879973359, 0.0196844209, 0.00781091303, -0.00775725627, -0.0243449062, 0.014525692, 0.0157751311, 0.0194697939, 0.0110686542, 0.0181513652, -0.00614371616, -0.0186419431, -0.0358734764, 0.00145065284, -0.0017304353, 0.0100338422, 0.0161124039, 0.000822579605, 0.0123410895, 0.0420363545, -0.000938516867, 0.00651548197, -0.014403048, -0.0225972235, 0.000805332733, 0.00442669494, -0.0185806211, -0.0453477539, 0.0141194323, -0.0224132575, -0.0150162699, 0.00428488757, -0.0179674, 0.00952793378, 0.00491344, 0.00690257829, -0.0100721689, -0.00169785798, 0.00794888753, 0.0139431311, 0.0250807721, -0.0309217107, 0.0186572745, -0.0381117351, -0.0235170573, 0.000439555501, -0.000508782512, -0.0105704116, 0.00177738513, 0.0119501604, -0.025632672, -0.00429255283, -0.0152845541, 0.02557135, 0.02276586, 0.00805620197, -0.0145180272, -0.0168789309, -0.0249121375, 0.00845479593, -0.0205429308, -0.00984221, 0.0129466457, 0.00171893742, 0.00992652867, -0.00265026814, -0.0149626127, 0.00616671192, -0.0117278676, -0.0198070649, -0.00906035211, -0.03851033, -0.0307224132, 0.0135828638, -0.0108233653, -0.0288674179, -0.00702522276, -0.0215700772, 0.00590609293, -0.0112142945, 0.00699456129, 0.00200830144, -0.0112066288, 0.0215394162, -0.00420440221, 0.0152922198, 0.0233330913, 0.0173695087, 0.00752729783, -0.0262305643, -0.00299903797, 0.00199680356, -0.0211714841, 0.0112066288, 0.0054653394, 0.00990353245, -0.0178140942, 0.00294538098, -0.00785690453, -0.000767006364, 0.00790289603, -0.0105090886, 0.0230724718, 0.00560331438, -0.0337272, 0.010892353, 0.0254640356, 0.0105397506, 0.0188719016, -0.0148323029, 0.00461449428, -0.00550366612, 0.0487204753, 0.0214167722, -0.00214052736, 0.00299903797, -0.00654614298, -0.0216160696, -0.00296262791, -0.00804087147, -0.0211254917, 0.0181973577, 0.000942828541, -0.00855444465, -0.00291472, 0.0198837183, -0.00928264577, 0.00225742278, 0.0147633152, 0.00124560681, -0.021784706, 0.00311784982, 0.0179827306, 0.0140581103, -0.0213554502, -0.00983454473, 0.00585626857, 0.0183659941, 0.0129926372, -0.0197150819, 0.00586393382, -0.00728200935, -0.0154761858, -0.00469114678, 0.00750430208, 0.0349536426, 0.0185806211, 0.00737016, 0.0112832813, 0.00321558188, 0.0121571226, -0.0244675502, -0.00791056175, 0.00903735682, 0.0128393322, -0.00563780824, 0.025387384, -0.000581602566, 0.0269051082, -0.000312838936, 0.0109613398, -0.00753879594, 0.0256173424, 0.0241149478, -0.019163182, 2.33102146e-05, -0.0223212745, 0.0105397506, 0.0034876992, -0.00345703796, -0.00528520579, -0.0283921715, 0.0159590989, 0.0119424947, -0.00564547349, 0.0125480518, -0.0177834332, 0.0221679695, 0.00860810187, -0.00416607596, -0.00722068688, -0.0117968554, -0.00248929742, -0.0107773738, -0.0038038916, 0.00249887886, 0.0156218261, -0.012693692, 0.0215547476, 0.00658446923, -0.0294039864, -0.00907568261, 0.0424962714, -0.00847779214, -0.00734333135, -0.000203489035, 0.0230418108, 0.00126285374, 0.00311210076, -0.0278556012, 0.00965057872, 0.011352269, -0.00915233605, 0.0152998846, 0.00409708824, -0.0230724718, -0.0251420941, 0.00532736443, -0.00909867883, 0.00968890451, 0.00941295549, 0.00720152399, 0.0082325032, -0.0149089554, -0.015499182, 0.0423123054, 0.0375598371, -0.0156294908, 0.0288367569, 0.00373490411, -0.0177681018, -0.0268437862, -0.0254027136, -0.0208648723, 0.018825911, 0.0186419431, -0.0181513652, 0.00874607638, 0.00129830558, -8.85099507e-05, 0.0101258252, -0.0146406712, -0.0115132397, 0.00205237675, -0.00405492913, -0.0121417921, 0.0500082411, -0.0224592499, -0.000361225975, 0.00677610142, 0.0116818761, 0.00316767395, 0.00781857874, -0.0100185117, 0.0137131736, 0.0213554502, -0.00119961519, -0.00929031055, -0.011076319, 0.0134908799, 0.0156064956, -0.00563014299, -0.0196537599, 0.0137974909, -0.0454703979, 0.0309830327, -0.004806126, -0.00420056935, -0.0188105796, -0.00191440189, 0.050958734, -0.0245288741, -0.0105780764, -0.00356243551, 0.0126093738, 0.0420056954, -0.00302011753, -0.0203129724, 0.00102810469, 0.00715936488, 0.00788756553, 0.0198990479, -0.0103557836, -0.00181283709, 0.0300172083, 0.00632001739, 0.0165723208, -0.0336045548, -0.000675981224, 0.0297719203, 0.0082325032, 0.00586393382, -0.0221986305, 0.0203283038, 0.0118505117, 0.0169249233, -0.0131995995, 0.0113982605, -0.0159590989, 0.00532353204, 0.0483832024, 0.00774959102, -0.0170015749, -0.0384183489, -0.00272117183, -0.0391848758, -0.0232104454, -0.029020723, -0.0263838693, -0.012325759, 0.0149856089, -0.00484828511, 0.0247894917, -0.0229344964, -0.0281162206, 0.0184273161, -0.0292813424, 0.00229958189, 0.00553432712, -0.0154225286, -0.0138664786, -0.00242989161, -0.000738261617, -0.00810985826, -0.00140849384, -0.0172315333, -0.0264605228, 0.00514339795, 0.00585243572, 0.0139737921, -0.0165723208, -0.0267977938, -0.00528137293, 0.0207422283, -0.0285761375, 0.00456850277, -0.0139431311, -0.00715169962, 0.0113292737, -0.0281162206, -0.0262918863, 0.0339111686, -0.0338191837, 0.00244330568, -0.00705971615, -0.0234710649, 0.0103634493, 0.0234710649, 0.000686041894, 0.0298639033, 0.00338038523, 0.0438147, -0.00910634454, 0.0246821791, -0.00497476198, -0.00327882054, 0.00866175815, -0.021846028, -0.00736249471, 0.000319546059, -0.00677993381, -0.00161928893, 0.02923535, 0.000532736478, 0.00355285406, 0.00209645205, 0.0115592312, 0.0133835664, 0.0145793492, 0.0238849893, 0.00395144802, 0.00862343237, 0.0019306906, -0.0209568553, -0.0149166211, -0.0415457785, -0.00103672815, -0.0511733629, -0.0122031141, 0.0067531052, -0.00932863727, 0.00578344846, -0.0196690895, -0.00502075395, 0.0308297276, -0.00861576665, 0.0108233653, 0.00467964914, -0.0148169724, 0.00281890412, -0.0293886568, 0.0124024116, -0.0148782944, -0.00472180825, 0.0236397013, 0.0179827306, -0.0069907289, 0.0114825787, 0.0178907476, 0.0012580629, 0.0095049385, -0.0209415257, 0.00616287952, -0.0168022774, 0.0258013085, -0.00981921423, -0.0290053934, 0.00845479593, 0.0132685872, 0.0175688062, 0.0102791311, 0.0308757182, 0.0110993152, 0.0478006415, 0.00463365763, -0.0234557353, -0.0122491056, -0.0109383445, 0.0150622614, -0.0105704116, 0.0135598676, 0.0127013568, -0.00779941492, -0.00305077853, -0.00339954859, 0.00689874543, -0.0106087374, -0.0146560017, 0.0105934069, -0.00484062, -0.0262612253, 0.0216007382, -0.00556498813, 0.00830149092, -0.000388294, -0.00292621786, 0.0146866627, 0.00351644401, 0.0118735079, -8.55157e-05, 0.0312589817, 0.018948555, 0.0115975579, 0.0202363208, 0.0156678185, 0.00965824351, -0.00976555794, 0.00394378277, 0.000963429, 0.00488661136, -0.0109076835, -0.00932097156, 0.00787990075, 0.00287639373, 0.000750717649, -0.00808686297, 0.0117508629, -0.00263302121, 0.032316789, 0.0031753392, 0.0147479847, 0.0147863114, -0.00613221852, -0.0073663271, 0.00569913024, -0.0252187476, 0.00735866185, -0.000486984354, 0.0136595163, 0.00938229356, 0.00529670343, 0.00871541537, -0.0121187968, -0.0172315333, -0.0332979448, -0.00715936488, 0.00855444465, -0.00238581607, 0.00165090815, 0.0404113196, 0.00609772466, 0.0178294238, 0.00629702164, -0.000166240599, 0.0175841358, -0.0167716164, -0.00698306365, -0.0194544625, -0.00297604222, -0.00524304667, -0.00622036913, 0.00354135595, -0.0095049385, -0.0178140942, 0.000728200946, -0.00016719877, -0.00462982478, -0.0329606719, 0.0206195842, 0.0233177599, -0.0100568384, 0.0183046721, 0.00801787525, 0.0119194994, 0.0230571404, -0.00397061137, -0.000260619272, 0.016235048, 0.0182740111, -0.00791822653, -0.0236703623, -0.0076652728, -0.0095969215, 0.0230264794, -0.0121724531, -0.0054040174, 0.00550749851, -0.0288214255, -0.00296454434, -0.00177738513, -0.00103385362, 0.00719002588, 0.0118965032, -0.0041009211, 0.0151312491, -0.00133184111, -0.014525692, -0.0134602189, 0.00410858635, 0.00957392622, -0.00889938138, -0.0229498278, 0.0325314179, 0.0118045202, 0.00273458613, 0.00791056175, -0.00605173316, 8.64588856e-06, -0.0268591158, 0.00620887103, 0.00661896309, -0.0133299092, -0.00334972423, -0.00232832669, -0.0127626797, -0.0183200017, -0.000779462454, 0.0219533406, 0.0100338422, 0.0242529232, 0.0319795199, 0.00876140688, -0.00661129784, 0.00341487909, -0.0101718167, -0.00622803438, 0.00277291238, -0.00770359905, 0.00382113853, 0.014556353, -0.00849312264, 0.0069753984, 0.0105627459, -0.0145486882, -0.00316384132, -0.00599807594, 0.0104784276, 0.0241302792, 0.0200983454, 0.0202976428, -0.0178140942, 0.00688724779, -0.0161124039, 0.0198683869, -0.0115515664, -0.00505908, 0.00488661136, -0.00252379104, -0.00709037762, 0.0251880866, -0.0182893407, 0.029266011, -0.0103251226, 0.0222292915, 0.0105934069, 0.0263685379, -0.00603257, -0.0107697081, -0.025510028, -0.00114691642, -0.0214014426, -0.00361609249, -0.00107697083, -0.014525692, -0.0334512517, -0.00768826855, -0.00763077894, -0.00456467, -0.00395911327, -0.0202823114, -0.0334205888, 0.0137668299, -0.0126093738, -0.00289172423, 0.00853144843, -0.0182280187, -0.00203513, -0.022888504, 0.0239309818, -0.00400510523, -0.00814818498, -0.00914467, 0.0110533237, 0.00741615146, 0.00124369049, 0.0150469309, -0.00969657, -0.0025314563, 0.00582944, 0.0250501111, -0.00656147348, -0.0135675333, -0.00178505038, 0.00275758188, 0.00372532266, 0.000646757369, 1.04050087e-05, -0.00945128128, 0.00685275393, -0.013153608, -0.0255560204, -0.0125863785, 0.000548546086, -0.00981154945, 0.00439220155, 0.00757712219, -0.019316487, 0.0036754983, 0.00626252778, 0.00807153247, -0.00673010945, -0.00360267819, 4.06319341e-05, -0.0236856937, 0.00969657, 0.00399360713, 0.0269970912, 0.00239539775, 0.00500159059, -0.00701755751, -0.0110303275, 0.000389970752, 0.0100491727, 0.0131382775, 0.00154646882, 0.000352363015, -0.0178447552, 0.0285914671, 0.0173388477, -0.00122836, 1.95224911e-05, -0.00286297943, -0.0113752652, 0.00304119708, -0.00295496266, -0.00208112155, -0.0236090403, -0.00166719686, -0.00358543149, 0.0153918676, 0.00651931437, 0.0106164031, -0.0157444701, 0.00697156554, 0.00393995037, -0.000938516867, -0.00682592532, -0.00993419345, 0.0156831481, -0.0100261765, 0.0102484701, -0.0138128214, -0.000733470777, 0.0391848758, 0.00720535638, -0.0139201358, 0.000650590053, -0.0330833159, 0.00199872, -0.0276103131, -0.014556353, 0.019255165, 0.00868475437, 0.00708654476, 0.0233637523, -0.00289938948, 0.0089530386, -0.0119194994, 0.000398833741, 0.00234557339, -0.00427338947, 0.00011132611, 0.0107927043, 0.00546917226, -0.0156218261, -0.00127051899, -0.00902202632, -0.0111912983, -0.00893004332, -0.0050284192, -0.010010846, 0.00512423506, 0.0214474332, 0.00797188375, 0.0084318, 0.0114672482, 0.0212174747, 0.00305269496, -0.0142727382, 0.0174155, 0.00494793383, -0.0424349494, 0.0102944616, 0.000842221838, 0.0200830158, 0.0270890743, 0.0271810573, -0.00275949831, -1.1071229e-05, -0.00575278746, 0.00509357359, -0.0045225108, -0.00186266133, -0.00309293764, 0.00614754902, 0.00106547296, 0.0036448373, 0.00663812645, 0.00108080346, -0.0187799186, 0.0194238015, -0.00824016798, -0.00866175815, 0.0142420772, 0.00143532234, 0.0171548799, 0.0223825965, -0.00814052, 0.00219226815, 0.0066304612, -0.0105704116, 0.021754045, 0.0127933407, -0.0125480518, 0.00180612993, -0.0130156334, -0.00554965762, -0.0179367382, 0.0120268129, 0.00784924, -0.0105780764, 0.00894537382, -0.0378051251, -0.00509357359, -0.0118658422, -0.0101411557, 0.0220146645, -0.0111453068, -0.00199297094, 0.0123717505, 0.0149549469, -0.000792876643, -0.00188565708, 0.00393228512, 0.0101028299, -0.0109000178, -0.0181053746, 0.0275949817, 0.0263225473, -0.000526987482, -0.00413541449, -0.0116205532, 0.0176301282, -0.0027173392, 0.00166240602, 0.0336658768, 0.0322861299, -0.00479846075, 0.0394914858, -0.00539251929, 0.00377514679, 0.0164956674, 0.0104630971, 0.00933630206, -0.0104630971, -0.00668795034, -0.0217387136, -0.0120268129, 0.0113905957, 0.0285301451, -0.00384221808, -0.00747364108, 0.0197764039, -0.0150162699, -0.00513956556, 0.00442669494, -0.00955093, -0.00388246076, 0.000773713458, -0.00452634366, 0.00847779214, -0.0205582622, 0.0104707628, -0.0352602564, 0.00872308, -0.0216160696, -0.0173848383, -0.00304502971, 0.0223825965, 0.00372532266, 0.00150622614, 0.0133069139, -0.0044151973, -0.0149166211, -0.0178447552, -0.014311064, -0.01910186, -0.00287064468, -0.00390162389, 0.00165569899, 0.013122947, -0.0177067798, -0.00245672, 0.00347620132, 0.0105550811, 0.0295879524, 0.0163730234, -0.0219993331, -0.00111817173, -0.00298754, 0.006377507, -0.0177834332, 0.016449675, 0.0108080348, 0.0022459249, -0.00715169962, -0.00802554097, 0.00192494167, 0.00041943416, 0.0261079185, 0.00885339, -0.000443867204, -0.0300632, -0.010831031, 0.0111529725, -0.000288645446, 0.00689874543, 0.00747747347, -0.00718619348, 0.019163182, -0.00547300465, -0.00676077046, 0.00220376602, 0.0132225957, -0.0139967883, 0.00350494613, 0.0234250743, 0.0150009394, 0.00486744847, 0.00835514721, 0.00327690411, -0.00940529, -0.0217693746, -0.0149779432, -0.000137974916, -0.0129543114, -0.0142574077, -0.0037579, -0.00198338926, 0.0042082346, -0.0113062775, 0.0113599347, 0.0243449062, -0.0190558676, -0.00493260287, 0.0229958184, -0.00380005897, -0.0238389987, 0.0035030297, 0.0140197845, 0.000595495861, 0.0136211896, 0.00355860288, -0.00968124, -0.0104247713, 0.00784157403, 0.00224784133, 0.0216007382, -0.0259852745, 0.0116742104, -0.0106700603, 0.00311976601, 0.00423123082, 0.0301858447, 0.0114979092, 0.0196997505, 0.0161737259, -0.00244905474, -0.00707504665, -0.00810219347, -0.00599041069, -0.00618970767, 0.00402043574, -0.013153608, -0.004714143, 0.0340644717, 0.00492110522, 0.0158057921, -0.0156448223, 0.00988053717, 0.0145793492, 0.00709037762, 0.0191171914, 0.0176607892, 0.000981155, 0.00585626857, 0.0145640187, 0.00797188375, -0.0104477666, -0.00877673738, 0.0076346118, -0.0139124701, 0.00292621786, -0.0116205532, -0.0133069139, -0.0115515664, -0.0106240679, 0.0172162037, -0.00352602545, -0.00984987523, -0.00555732287, -0.0158364531, -0.0211868137, -0.00428488757, 0.00904502161, 0.0136135248, -0.00230149808, -0.0158364531, 0.0137744956, -0.00557265338, 0.0132225957, 0.0166336428, 0.0083244862, 0.00606706366, -0.00904502161, 0.0181513652, 0.019255165, 0.0147096589, 0.00131938513, -0.00528137293, -0.00720152399, 0.0158517845, -0.0134678846, 0.00265410077, -0.0266751498, 0.031396959, -0.00167773664, -0.00536185829, 0.0187799186, -0.00377131416, -0.0084318, -0.0082938252, 0.00133471563, -0.0157444701, 0.0195617769, 0.00533503, 0.00294538098, -0.0144797005, -0.00423889607, -0.00540785, -0.00194314669, 0.000541839, 0.0175381452, 0.00078089966, 0.00741998432, 0.0201749988, 0.0035336907, -0.0134295579, -0.00929797627, 0.0117508629, 0.0292200204, -0.00752346544, 0.0212481357, 0.00864642765, 0.0285454765, 0.00439220155, 0.00710954051, 0.00725518074, 0.0116282189, -0.00616671192, -0.0133682359, 0.0247281697, 0.0114365872, -0.00329989986, -0.00487894611, 0.00151868223, -3.5062636e-05, 0.00358926412, 0.0002788243, -0.00626636064, 0.00780708063, -0.00571062835, 0.0327153839, 0.010953675, -0.00158287887, 0.00616671192, 0.0207882207, 0.0286834519, -0.0126783615, 0.0182740111, -0.00178025966, -0.00345128914, 0.0202209894, -0.0210795011, -0.0176147968, 0.00728200935, -0.00348195015, 0.00759628555, 0.00562247774, 0.000194865614, 0.00398210948, 0.0106087374, 0.0125480518, 0.0237930063, 0.0102867959, 0.00849312264, -0.00814052, -0.00270967395, -0.0270124208, -0.00333822635, -0.009520269, 0.0012427324, 0.000252474914, -0.0155528383, 0.00595591683, -0.0208342113, -0.00374831841, -0.006377507, 0.0129619762, 0.0156601518, 0.00849312264, -0.00513190031, 0.0251114331, 0.0226585474, -0.0146789979, -0.0228731744, -0.019377809, 0.00651931437, 0.00587543147, -0.00323474524, -0.032316789, -0.0334512517, -0.0151159177, -0.000714307593, -0.00439220155, 0.010953675, -0.00539251929, -0.0320408419, -0.00380580802, 0.00808686297, -0.0089530386, 0.00373873673, 0.0119808214, 0.0015723391, 0.00114308379, -0.0103481179, 0.0246975087, 0.00115553988, -0.0159437675, -0.0367933102, 0.0142957335, -0.000768922677, 0.0206962358, 0.00778408442, 0.00254870323, -0.0067224442, -0.0162197165, -0.00220759865, -0.00932863727, -0.0089070471, 0.0138128214, 0.0089223776, 0.0230724718, 0.00391503796, -0.00758095505, -0.00185787049, -0.00206387462, 0.000962470833, 0.0371919051, -0.00761544844, -0.000631426868, -0.00981154945, 0.0088763861, 0.00240497943, 0.0109460093, -0.00439603394, 0.00205237675, 0.00714786677, -0.00724751549, 0.00687574968, 0.0278096106, -0.00301436847, -0.00530436868, 0.0218613576, 0.0038019754, -0.0139201358, 0.00246246881, -0.00227850233, 0.0121111311, 0.00176109641, -0.0239309818, -0.00989586767, 0.00659596734, 0.0187032651, -0.00379622635, -0.00596741494, -0.0200830158, 0.00405876199, 0.00618204242, -0.00235515507, -0.00272500445, -0.00911400933, -0.00942828599, -0.0176301282, -0.0102484701, 0.0140811065, -0.00795655325, -0.00455317227, -0.000485307595, 0.0112449555, -0.00813285448, 0.0095969215, -0.0172775257, -0.00891471189, 0.00961991772, -0.00797954947, -0.00992652867, -0.0150392652, 0.0226892084, -0.0200216919, -0.0107313823, -0.00735866185, -0.0183966551, -0.00536185829, 0.0104784276, -0.0175841358, 0.00866175815, -0.01321493, 0.0151005872, -0.0123947458, 0.00477929786, -0.0169862453, 0.00216352334, -2.25466811e-05, -0.0279475842, 0.00200638524, -0.0041929041, 0.0259852745, 0.00145831821, 0.000852761616, 0.00940529, -0.0107237166, 0.000545671617, -0.0083091557, 0.00372340623, 0.00284189987, 0.00788756553, -0.00340529741, 0.0127780102, 0.0013577115, -0.000923665357, 0.00730883749, 0.000516447762, -0.009489608, -0.0050437497, 0.0161124039, -0.00293005048, -0.0172315333, 0.0254027136, -0.0179214086, -0.0211254917, -0.00554582477, -0.00356243551, 0.00662279595, -0.00417374121, 0.00269817607, -0.00283615105, -0.00418907171, 0.00107984536, 0.0161583945, -0.0112142945, -0.0053426954, 0.0199297089, -0.0112526203, 0.00164515921, -0.00466431864, 0.00597508, 0.0171548799, -0.00403959863, -0.0118581774, 0.00176971988, -0.00322899618, 0.00965824351, -0.0066457917, 0.0248508155, 0.00968890451, 0.0177527722, -0.000199297094, -0.00564930588, -0.0309523717, -0.0155834993, -0.0148629639, 0.0107313823, 0.0298179109, -0.0181513652, -0.0063621765, 0.00737782521, 0.00867708866, 0.01418842, 0.00929031055, -0.000777546142, -0.0193931405, 0.014525692, -0.00629702164, -0.0291586984, 0.00403576624, -0.00360459462, 0.00852378365, 0.00903735682, 0.0137361689, 0.00886872, 0.00893004332, 0.028131552, 0.0161124039, 0.00405492913, 0.0174155, -0.00945128128, -0.0119041689, 0.0258319695, 0.0103097921, -0.0102791311, 0.012724353, 0.0146253407, -0.0152845541, -0.010923014, -0.010831031, 0.0156754833, -0.00669944845, 0.0289747305, -0.00871541537, -0.00350686233, -0.00931330677, 0.0371919051, -0.00337846903, 0.0141960857, -0.0113982605, 0.00607472891, 0.00239923038, -0.00092510262, -0.00774959102, 0.00722068688, 0.00760011794, -0.00107792905, -0.00595591683, -0.0141960857, 0.0100874994, -0.00189715507, -0.00722451974, 0.00556498813, -0.0130769555, -0.00825549848, 0.0214780942, 0.00859277, 0.00975789223, 0.00645799236, 0.0125173908, 0.00865409337, -0.0122337751, 0.0149089554, -0.0036908288, 0.0101104947, -0.0201136768, -0.00572212599, 0.0154915163, 0.00883805938, 0.000769401784, -0.00549216801, 0.00837047771, 0.0073509966, -0.0121954493, -0.00317917182, 0.0178140942, 0.000437399634, 0.0229958184, -0.0180440526, -0.0170322359, 0.0244675502, 0.0186879355, -0.00618204242, -0.000775150722, 0.0155145125, -0.00346278702, 0.0261232499, -0.0036467535, -0.0129773067, -0.00433854433, -0.012785675, 0.00912934, 0.0077112643, -0.00120344781, 0.0173081867, 0.00113350223, -0.0108540263, 0.0063621765, 0.0061245528, 0.0110303275, 0.0195617769, -0.0210488401, -0.0194238015, -0.0159897599, 0.0363947153, -0.00183200021, 0.025172757, -0.0151312491, 0.0105090886, -0.0107850386, 0.0174155, -0.00681442767, 0.0119041689, 0.00795655325, -0.00874607638, 0.00246246881, 0.0375291742, 0.0138511481, -0.00978088845, -0.0105857421, 0.0168329384, 0.00687574968, 0.00407409249, 0.0120191481, 0.00398594188, -0.0145410225, 0.0304464642, -0.00837047771, 0.00147748133, -0.00452634366, 0.00449185, 0.0102714654, -0.00397061137, -0.0160970725, 0.00441136444, 0.0196230989, 0.0239309818, 0.00454933941, 0.0131306127, 0.00302778278, -0.0117431981, 0.00349344802, -0.00402043574, 0.00902969111, -0.00522005092, -0.00385371596, 0.0212174747, 0.00820950698, 0.00346853607, -0.00923665427, 0.0101718167, -0.000865217648, -0.00109230133, 0.00714020152, 0.00620120578, 0.016419014, 0.0069600679, -0.021815367, 0.00665345695, -0.062916562, 0.00132800848, 0.00668795034, 0.00497476198, 0.00833215192, -0.00263302121, -0.0121264616, -0.0278862622, -0.0073816576, 0.00846246164, 0.0154225286, 0.019193843, 0.0210795011, 0.00145640189, -0.015499182, -0.00106451474, 0.00332481205, -0.0103251226, -0.00866175815, -0.00714403437, 0.0187645871, -0.00580261135, 0.00439220155, 0.00775342342, -0.00400127238, 0.00974256173, -0.00390928937, 0.00851611793, -0.0267211404, -0.0126553653, 0.000988820218, -0.0199910309, 0.000205644901, 0.00191056926, -0.00572595885, -0.013153608, 0.00500925584, -0.00923665427, -0.011076319, 0.00777641917, 0.0147939762, 0.000319306535, 0.000421350473, -0.00325582456, -0.0128086712, 0.00425805897, 0.00776875392, 0.00455700466, -0.0201596674, 0.00535419304, -0.0082325032, -0.00637367461, -0.0186726041, 0.0141500933, 0.0075158, -0.0060479003, -0.00967357401, -0.0105857421, -0.0129696419, 0.0015148496, 0.0101028299, -0.0208035503, -0.00851611793, 0.000587351562, -0.00711720577, 0.0104247713, -0.00442286255, 0.0105090886, -0.00682592532, 0.0223212745, -0.00313509651, -0.0147939762, -0.00430405093, -0.0109076835, -0.00801787525, 0.006408168, 0.000511657, 0.00153305463, 0.00676077046, 0.00705971615, 0.0198990479, 0.00684892153, 0.0127703445, -0.00632768264, -0.0128316665, -0.0149702784, -0.00726284599, 0.0125097251, 0.00444202544, -0.0104017751, 0.0122567713, 0.00744298, -0.011444252, -0.0201290064, -0.00558415148, -0.00153880357, -0.00498626, 0.0101564862, 0.0149549469, -0.000754550274, 0.0187032651, -0.000563397538, 0.0168482699, -0.00497476198, 0.00283998367, -0.00814818498, 0.00645799236, -0.000686521, -0.0185499601, 0.015529843, 0.0173388477, 0.00861576665, -0.014587014, 0.00917533133, 0.0280242376, -0.0173081867, -0.00324049406, -0.0148476334, 0.0182740111, -0.0054346784, -0.0182893407, -0.0286681205, 0.00239348155, -0.012663031, 0.025724655, 0.00914467, -0.0126093738, -0.00916766655, -0.0136135248, 0.00946661178, 0.0013998705, -0.00873841066, 0.0262918863, -0.0176147968, 0.00979621895, -0.0207422283, -0.0237776767, 0.00175534748, -0.00441136444, 0.0048214565, 0.0229804888, -0.0128393322, 0.00243564043, 0.00834748242, -0.0289134085, -0.0290667154, 0.00279782456, 0.0070367204, 0.0114979092, -0.0139584616, 0.0113369385, -0.00462599238, 0.00825549848, 0.0158977751, 0.0130846212, -0.00550749851, 0.0101028299, -0.00144011318, 0.000793834799, -0.00835514721, -0.00265601696, 0.00560714724, 0.00897603482, -0.000944744854, -0.0118428469, 0.00189619686, -0.000512615137, 0.00443436, 0.00292813429, -0.0142420772, 0.0182586797, 0.0367319882, 0.00160970725, 0.00976555794, -0.00105205865, -0.0398287587, 0.0154148638, -0.031948857, 0.000580165361, 0.00462982478, 0.00711720577, 0.0177527722, -0.00854677893, -0.0210948307, -0.00991119817, -0.0130309639, 0.0042159, 0.0263685379, 0.00270775775, 0.00568379974, 0.00546917226, 0.0206349138, 0.00182241865, -0.0130999517, 0.016265709, -0.00547683751, 0.00970423501, 0.0145486882, -0.00837047771, 0.000402426813, -0.00753879594, -0.00369849405, 0.00712103862, 0.00289172423, -0.00620503817, -0.0248354841, -0.0135368723, -0.00333822635, -0.0242222622, -0.000282177847, 0.0231337938, -0.0102331396, -0.00288022636, -0.014617675, 0.00397444377, 0.00051213603, -0.0247128401, 0.00728200935, -0.0162043869, -0.0133988969, 0.0354748815, 0.0172008723, 0.00348578277, -0.000612742733, 0.0105167544, -0.00919066183, 0.0154608553, 0.0180593822, -0.0125327213, 0.00613221852, 0.00064627832, -0.00485978322, 0.00868475437, -0.00589459483, 0.00286872848, 0.00363333942, 0.00116416335, 0.0141807552, -0.0125327213, 0.00908334833, 0.0170015749, -0.00291663641, -0.00852378365, -0.00545767415, 0.00530436868, 0.00405492913, -0.000445783517, -0.0139507968, -0.010984336, 0.0038326364, 0.00657680398, -0.00651548197, -0.00258319685, 0.0138894748, 0.00453017605, -0.00190482032, -0.0161277335, 0.0179520696, -0.00723218499, 0.000664004241, -0.0112679508, -0.0146023445, 0.0291893594, -0.000968219771, -0.00372149, -0.0128086712, -0.00382305495, -0.0260619279, 0.00178984122, -0.0190865286, -0.00584860332, -0.00945128128, -0.0232717693, -0.0200676844, -0.00328840199, -0.0105934069, 0.000825933123, -0.0120958006, -0.00246246881, -0.00843946543, 0.00103577, -0.0211101621, -0.00912934, 0.000127674706, 0.0133145787, -0.000847012678, -0.0384796709, -0.00673010945, -0.0252187476, -0.0197917353, 0.0121187968, -0.0104171056, -0.00313509651, -0.00622420153, -0.0182740111, 0.0115515664, -0.0114059262, 0.00861576665, -0.00723601738, -0.0207728893, 0.0127320178, -0.0296492763, 0.0213094577, 0.0103557836, -0.0132992482, -0.0332979448, 0.00581794232, -0.00334205898, -0.00285148155, -0.00247205049, -0.0109996665, 0.0202823114, -0.00277866144, 0.0155528383, 0.00899136532, -0.00769976666, -0.0152538931, -0.0205582622, 0.00566846924, -0.000918874575, 1.03226675e-05, -0.0255253594, 0.00450334791, -0.00400510523, -0.00405876199, -0.00171510479, 0.0122797675, 0.0010434353, -0.0214934256, -0.0220606551, -0.00846246164, 0.00702522276, -0.00937462877, -0.00878440309, -0.0124560688, 0.0237316843, 0.0057949461, -0.0429561883, 0.00221143127, -0.0177681018, -0.0239003208, 0.0115515664, 0.0108003691, -0.0063315155, 0.044949159, -0.0183506627, -0.0279322546, -0.00507057784, 0.0288827475, 0.0239923038, 0.00156659016, -0.0241456088, 0.00125039765, 0.00126668636, -0.0175534748, -0.0182433501, -0.00282656937, -0.0134142274, 0.0186572745, -0.00101852312, 0.00746214297, 0.00689491304, -0.00523154857, -0.0328993499, 0.013153608, -0.000701851561, 0.00875374116, 0.0157291405, -0.0180287212, 0.0108846873, -0.00412391685, -0.0089837, -0.00645799236, 0.0752423182, -0.0195924379, 0.0146636674, -0.0239769742, 0.00148897921, -0.0126400348, 0.00778791727, 0.0423123054, -0.00932863727, 0.0222752821, -0.0126477005, 0.00942062, -0.0120498091, 0.0298639033, 0.0203129724, -0.00935163256, 0.0148323029, -0.0171855409, -0.00681826, -0.00704438565, -0.00708271191, -0.022827182, 0.0054500089, -0.0164650064, -0.00900669582, -0.021876689, -0.00508207595, -0.00195081194, -0.0198070649, -0.00820950698, -0.00163845206, 0.031948857, -0.00263110502, 0.000821621448, -0.0276869647, 0.0106470641, 0.0107083861, 0.0141194323, 0.0204049572, -0.021846028, 0.025448706, 0.0365480222, -0.0135598676, -0.00283806724, 0.000591663236, -0.0123027628, -0.00112487876, 0.00485978322, 0.00723218499, -0.0219840035, 0.00870008487, -0.0130539592, -0.0121034663, 0.00789523125, 0.0150316, 0.0156371575, 0.0248968061, 0.00050447078, 0.0118198507, -0.00403193338, 0.00142094993, 0.0174768213, 0.0171242189, -0.00717086298, 0.00232257764, -0.0543621145, -0.0253720526, 0.00916766655, -0.0088457251, 0.00571062835, 0.0083091557, 0.000355956116, 0.00683742343, -0.00995719, 0.0179214086, -0.0114365872, -0.022796521, 0.0294806398, 0.00221718, -0.0156831481, -0.0328993499, -0.000965824409, -0.0053426954, 0.00625103, -0.00207920535, -0.0182280187, -0.0175534748, -0.0206655748, 0.000577769941, -0.00215394166, 0.00200446881, 0.0221219771, -0.0197764039, -0.00295304647, -0.0133145787, 6.78496435e-05, 0.00509740645, 0.0209415257, 0.00229383283, -0.00392845226, 0.0248968061, -0.00588692958, -0.00349153182, -0.00726284599, 0.00597508, 0.0289134085, 0.00408942299, 0.0140581103, 0.00907568261, 0.011045658, 0.0184733085, -0.00517022656, 0.0167869478, 0.0190252066, 0.0184733085, 0.00217118859, 0.0126706958, 0.00518555706, 0.0101488214, -0.0195771065, 0.00763844419, -0.00207728893, -0.00357201719, 0.00882272888, 0.0261385813, 0.000490337901, -0.00866942387, 0.0017141467, 0.00817118119, -0.00318108825, -0.0112142945, -0.0101334909, 0.00424272846, -0.00215777429, 0.00545384176, 0.0031580925, 0.00129351474, 0.0298025813, 0.0176607892, -0.00169019261, -0.00145256915, -0.00597124733, 0.00529287104, -0.00592142344, 0.0187645871, 0.00328265317, 0.00302778278, -0.00092749804, -0.0088457251, 0.0109920017, -0.0076039508, 0.019255165, -0.00801021047, -0.0125787128, 0.0302931592, -0.0135905286, -0.0048214565, -0.0269970912, 0.0166029818, 0.00682592532, 0.00626636064, 0.00798721425, 0.0170782283, 0.00664195884, -0.00261385809, -0.000818267872, -0.0063928375, -0.0053426954, -0.00302586658, 0.00499392534, 0.00253528892, 0.00791822653, 0.0057336241, -0.00396677852, 0.016510997, -0.00373873673, -0.0143570565, -0.00331714679, 0.0261385813, -0.0249581281, -0.019071199, 0.0173235163, -0.00635451125, 0.0438453592, -0.00221334747, 0.00690641068, 0.00342254434, 0.00868475437, 0.00797954947, 0.0168176088, -0.016327031, 0.00164036837, -0.00748513918, -0.0149319516, -0.00122836, -0.00769976666, 0.0350149646, -0.0139431311, 0.0089223776, 0.014249742, -0.00749663683, 0.00572212599, -0.016510997, 0.0051357327, -0.0149242859, 0.0229651574, -0.0140734408, -0.0158977751, -0.00888405088, 0.00139795418, -0.000693707203] |
10 Jul, 2022 | React MUI TimelineOppositeContent API
10 Jul, 2022
Material-UI is a UI library providing predefined robust and customizable components for React for easier web development. The MUI design is based on top of Material Design by Google.
In this article, we are going to discuss the React MUI TimelineOppositeContent API. This component is used to write some content opposite to the TimelineContent. The API provides a lot of functionality and we are going to learn to implement them.
Import TimelineOppositeContent API
import TimelineOppositeContent from '@mui/lab/TimelineOppositeContent';
// or
import { TimelineOppositeContent } from '@mui/lab';
Props List: Here is the list of different props used with this component. We can access them and modify them according to our needs.
children: It is a component similar to the table row.
classes: This overrides the existing styles or adds new styles to the component.
sx: The system prop allows defining system overrides as well as additional CSS styles.
Syntax: Create a TimeOppositeContent as follows:
<TimelineItem>
<TimelineOppositeContent>
Always
</TimelineOppositeContent>
<TimelineContent>Code</TimelineContent>
</TimelineItem>
Installing and Creating React app, and adding the MUI dependencies.
Step 1: Create a react project using the following command.
npx create-react-app gfg_tutorial
Step 2: Get into the project directory
cd gfg_tutorial
Step 3: Install the MUI dependencies as follows:
npm install @mui/material @emotion/react @emotion/styled @mui/lab
Step 4: Run the project as follows:
npm start
Example 1: In the following example, we have a timeline tree with TimelineOppositeContent items.
App.js
import "./App.css";
import Timeline from "@mui/lab/Timeline";
import TimelineItem from "@mui/lab/TimelineItem";
import TimelineSeparator from "@mui/lab/TimelineSeparator";
import TimelineConnector from "@mui/lab/TimelineConnector";
import TimelineContent from "@mui/lab/TimelineContent";
import TimelineDot from "@mui/lab/TimelineDot";
import { TimelineOppositeContent } from "@mui/lab";
function App() {
return (
<div className="App">
<div
className="head"
style={{
width: "fit-content",
margin: "auto",
}}
>
<h1
style={{
color: "green",
}}
>
GeeksforGeeks
</h1>
</div>
<div
style={{
width: "fit-content",
margin: "auto",
}}
>
<strong>React MUI TimelineOppositeContent API</strong>
</div>
<Timeline>
<TimelineItem position="left">
<TimelineSeparator>
<TimelineDot color="error" />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>
Frontend Learning Path</TimelineContent>
</TimelineItem>
<TimelineItem>
<TimelineOppositeContent>
Frame/Structure of your website
</TimelineOppositeContent>
<TimelineSeparator>
<TimelineDot color="primary" />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>HTML</TimelineContent>
</TimelineItem>
<TimelineItem>
<TimelineOppositeContent>
For Making website beautiful
</TimelineOppositeContent>
<TimelineSeparator>
<TimelineDot color="warning" />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>CSS</TimelineContent>
</TimelineItem>
<TimelineItem>
<TimelineOppositeContent>
To add functionality
</TimelineOppositeContent>
<TimelineSeparator>
<TimelineDot color="success" />
</TimelineSeparator>
<TimelineContent>Javascript</TimelineContent>
</TimelineItem>
</Timeline>
</div>
);
}
export default App;
Output:
Example 2: In the following example, we have customized the TimelineOppositeContent using the sx prop.
App.js
import "./App.css";
import Timeline from "@mui/lab/Timeline";
import TimelineItem from "@mui/lab/TimelineItem";
import TimelineSeparator from "@mui/lab/TimelineSeparator";
import TimelineConnector from "@mui/lab/TimelineConnector";
import TimelineContent from "@mui/lab/TimelineContent";
import TimelineDot from "@mui/lab/TimelineDot";
import { TimelineOppositeContent } from "@mui/lab";
import { fontSize } from "@mui/system";
function App() {
return (
<div className="App">
<div
className="head"
style={{
width: "fit-content",
margin: "auto",
}}
>
<h1
style={{
color: "green",
}}
>
GeeksforGeeks
</h1>
</div>
<div
style={{
width: "fit-content",
margin: "auto",
}}
>
<strong>React MUI TimelineOppositeContent API</strong>
</div>
<Timeline>
<TimelineItem position="left">
<TimelineSeparator>
<TimelineDot color="error" />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>Frontend Learning Path</TimelineContent>
</TimelineItem>
<TimelineItem>
<TimelineOppositeContent
sx={{
opacity: "0.5",
fontSize: "0.75rem",
textDecoration: "underline",
}}
>
Frame/Structure of your website
</TimelineOppositeContent>
<TimelineSeparator>
<TimelineDot color="primary" />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>HTML</TimelineContent>
</TimelineItem>
<TimelineItem>
<TimelineOppositeContent
sx={{
opacity: "0.5",
fontSize: "0.75rem",
textDecoration: "underline",
}}
>
For Making website beautiful
</TimelineOppositeContent>
<TimelineSeparator>
<TimelineDot color="warning" />
<TimelineConnector />
</TimelineSeparator>
<TimelineContent>CSS</TimelineContent>
</TimelineItem>
<TimelineItem>
<TimelineOppositeContent
sx={{
opacity: "0.5",
fontSize: "0.75rem",
textDecoration: "underline",
}}
>
To add functionality
</TimelineOppositeContent>
<TimelineSeparator>
<TimelineDot color="success" />
</TimelineSeparator>
<TimelineContent>Javascript</TimelineContent>
</TimelineItem>
</Timeline>
</div>
);
}
export default App;
Output:
Reference: https://mui.com/material-ui/api/timeline-opposite-content/
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI TimelineSeparator API/React MUI TimelineOppositeContent API | https://www.geeksforgeeks.org/react-mui-timelineoppositecontent-api?ref=asr10 | CSS | React MUI TimelineOppositeContent API | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, React MUI TimelineOppositeContent API, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, React MUI TimelineSeparator API, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0339960903, -0.00554698147, -0.0109352507, 0.0137523869, 0.0137841301, -0.00380511815, -0.0296315141, 0.00239456608, 0.002376711, -0.0185534228, 0.0320756771, 0.0125541128, 0.0189819448, -0.0531684905, -0.0179344472, -0.0300124232, -0.0208864883, -0.00249177706, -0.0149585977, -0.00681270892, -0.00276158727, 0.0119113289, -0.0120462347, 0.0157204159, -0.0335199572, -0.000950783549, -0.000226908436, 0.00531288143, -0.0146094318, 0.000363301486, -0.00152165047, 0.00796337053, 0.0221879259, -0.0160299037, -0.035202302, -0.00520178303, 0.0143792992, 0.0188073609, 0.00224775751, 0.00737216836, 0.00296394504, 0.0587551519, 0.0136412894, -0.0296473857, -0.0140539398, -0.000398019736, 0.00327144936, -0.0611358285, -0.00750310579, -0.024028983, 0.0141571024, -0.0145856244, 0.0374877527, -0.0204897076, -0.00157521572, 0.0178709608, 0.0198072474, -0.00504307123, -0.019315239, 0.0146094318, 0.00612231204, -0.0642783269, 0.00832444, -0.000362805527, 0.00485261669, 0.0107844742, -0.00731661916, 0.0421538837, -0.0309488233, -0.00327144936, -0.0365672261, 0.0132048316, 0.00937987398, -0.0128874071, 0.00972110499, -0.0317106396, 0.0162838418, 0.0157918353, -0.0344087444, 0.0206325483, -0.0123715941, 0.0255526174, -0.03023462, 0.00474945409, 0.0144110415, -0.00752294483, 0.0219657291, -0.0531684905, 0.00334683759, 0.00395391043, 0.0014026165, -0.0156489946, 0.00968142692, -0.0382178277, -0.0293140914, -0.0161568727, 0.0399954021, -0.0106892474, -0.0287903417, 0.0390748717, 0.0217911452, 0.0169028193, -0.00928464718, -0.0127286958, 0.0122604957, 0.0243622791, 0.039233584, -0.00311472127, 0.0118319727, -0.000322135602, 0.0351388194, 0.0192993693, -0.0100464644, 0.0166171379, -0.0413920656, 0.0347261652, -0.0283142049, -0.0296156425, 0.00441615889, -0.0190454293, -0.0109114442, -0.00399557222, 0.017426569, 0.0464391075, -0.0314090885, 0.0587551519, -0.0128874071, 0.0188232325, 0.0541525036, 0.000257658859, -0.00780069036, 0.0026425533, -0.0370116197, -0.0178392194, 0.0154506052, -0.0233941358, 0.00207515829, 0.000799511268, -0.0273143202, 0.028647501, -0.00195414037, -0.023171939, -0.0261081103, 0.0112923523, -0.0460899398, -0.0125541128, -0.0104115019, 0.0135857398, -0.00738407159, 0.0243622791, -0.0256795883, -0.0168552045, 0.00687619345, 0.00039008414, 0.0678652152, -0.00705871219, -0.0154029913, -0.00807843637, -0.023425879, 0.00724916672, 0.052501902, -0.0151411165, -0.00114371767, 0.0535494, 0.00193826924, -0.0392018445, 0.0371068455, -0.0175852794, -0.0487563, 0.0496768281, -0.0206642915, -0.00359879271, -0.0128556648, 0.0309646949, -0.0159029346, -0.0266159885, 0.0209499728, -0.0164584257, -0.00259494, -0.00212475564, -0.0539303087, -0.0216483045, 0.0374242701, 0.0217911452, 0.00373568176, 0.0175059233, -0.00399160478, -0.00016949937, -0.0303139761, 0.0265207607, -0.0160060972, 0.0082688909, 0.030837724, 0.0447885022, -0.00687619345, -0.0281237513, -0.0221085697, 0.0212197825, 0.0115780337, 0.0103797596, -0.00263858563, -0.000368757203, -0.00118041981, 0.0213784948, -0.0130778616, 0.00210690056, -0.00303338142, -0.0329168513, 0.0216006916, -0.0308694672, -0.0273778047, -0.00626118481, 0.0111733191, -0.0443758518, -0.000874403457, 0.0216483045, -0.0318058692, 0.0189025886, 0.00622944254, -0.0243622791, 0.00692380732, 0.00957826432, 0.0384717695, -0.00332303066, -0.0407889634, 0.0228069015, -0.00649925275, -0.00272389315, 0.0210610703, -0.0126414038, -0.00300759077, 0.00927671138, 0.0164584257, -0.0264572762, 0.0482484214, 0.0233941358, -0.0237909164, 0.0055033355, -0.0434235781, 0.0175217949, -0.0052970103, 0.013403221, -0.00709442236, -0.0128715364, 0.00708251912, -0.0145538822, 0.0223783795, 0.0211880412, 0.0232195538, 0.0187756196, 0.0193311106, -0.0226005763, 0.00967349112, 0.0544699281, -0.0157124791, 0.0016972255, 0.0387257077, -0.0441536531, 0.0170774013, 0.0352657884, 0.0371068455, 0.00850695837, -0.0214578509, 0.012117655, 0.0307424981, 0.00045307292, 0.0229814854, -0.0223942511, -0.0012121622, -0.0166964941, 0.0532637201, -0.023124326, 0.0117367459, 0.0143634286, 0.00373568176, -0.000539124536, 0.00362656731, 0.0256637167, 0.0338691212, 0.0176328942, 0.0208230037, 0.0289807953, 0.0273619331, 0.0339326076, 0.00525733223, 0.0168234631, 0.0348213948, 0.00775704486, -0.0413285829, -0.03023462, -0.0207912605, 0.0274571609, -0.000800007256, -0.0103956303, -0.00429315725, 0.0150935026, 0.015204601, 0.00681270892, -0.00204143208, -0.00821334124, 0.0155775743, -0.0127842445, 0.0080030486, 0.00317225442, 0.0196326636, 0.0443123654, 0.0274412893, 0.0355514698, -0.0333612449, -0.00172995985, 0.039360553, -0.0197278913, -0.0328216255, -0.0040531056, -0.031774126, -0.00214062701, -0.00414634869, -0.0136730317, -0.022013342, -0.0274571609, -0.00258303643, -0.0136333536, -0.00812605, 0.0417729765, 0.0154426694, 0.00442806259, -0.0240607262, 0.0159346759, 0.0434553213, -0.0258541703, -0.0526923537, -0.00347380713, 0.00659448, 0.0241083391, 0.0319645777, -0.0570728034, -0.0134428991, -0.0375512391, -0.0323772319, 0.00676509552, -0.013363543, -0.0346309394, 0.0330438204, -0.0305679142, 0.0435822904, -0.0371385887, -0.0332025327, 0.024409892, 0.0241559539, 0.0412016138, 0.00163274887, 0.000691884721, 0.037646465, 0.0301076509, 0.0385987386, -0.0201881547, -0.00876883324, -0.0384717695, 0.0188549757, 0.0627864301, 0.00857837871, 0.00921322685, 0.0210928135, 0.0380908586, -0.0190454293, -0.0404715389, -0.0355514698, 0.00293220254, -0.0169186909, -0.0318534821, -0.00740391063, -0.028218979, -0.0232195538, 0.026679473, -0.061453253, -0.00896722358, 0.0322026461, 0.000919537153, 0.00710632605, 0.0219816, -0.0554539412, 0.0124112712, 0.0277269706, 0.0590090901, 0.002376711, 0.0218863729, -0.000101984806, -0.0156886727, -0.0260287542, -0.00919735525, -0.0225847047, -0.00250963215, 0.00443203, -0.0565966703, -0.00693967845, -0.00461454876, -0.00750707369, 0.0159981605, 0.0213150103, -0.040090628, 0.0289331824, 0.00023410008, 0.0665955171, 0.037646465, -0.0052613, 0.0350118466, -0.060088329, -0.00898309425, 0.0243622791, 0.0292029921, 0.0392653272, -0.00775307696, -0.0124985632, -0.00769752776, 0.0209817141, 0.0231401976, -0.0103480164, 0.0766261145, -0.0277745854, 0.0260922387, 0.0219022445, 0.0332660154, 0.018458195, 0.0227751601, 0.0339326076, 0.00238266261, -0.0300759077, -0.00482087443, 0.0294251889, -0.00557872374, -0.0111574475, 0.0138000008, 0.0050192643, 0.00497958623, -0.00192438194, -0.0218705013, 0.0216800477, -0.0106416335, 0.0265683737, 0.00998297893, -0.0314090885, 0.00743962079, 0.0354245, -0.0155855101, -0.0525971279, 0.0124509493, -0.0596121959, 0.0282507204, 0.0115700988, -0.00337659591, -0.0192834977, -0.00987981632, -0.0649766549, -0.0195056945, -0.015418862, 0.0331707895, 0.0366307087, -0.00274571613, 0.0170456599, -0.0159346759, -0.0200135726, 0.0080824038, 0.00300362287, -0.017426569, 0.00216046604, -0.0369163901, -0.0229656138, 0.036440257, 0.00105841, 0.0323613584, 0.0115542272, 0.0275523886, 0.035075333, 0.0243305359, 0.0371703319, 0.013577804, 0.00799114443, -0.0186803918, 0.00934813172, -0.034218289, 0.0491054654, 0.0164266825, 0.0234893635, -0.0290918946, -0.0150141474, -0.0104353083, 0.0350435898, -0.0147998864, -0.0216959193, -0.0455820635, 0.0322661325, 0.044026684, -0.0160378385, -0.0016555636, 0.014133296, -0.00451138616, -0.013530191, -0.00994330179, 0.012165268, -0.0225847047, 0.00697935652, 0.0341865458, -0.0103004035, 0.0324089713, 0.030663142, -0.0252351947, -0.0339643508, 0.0235369764, -0.0222037975, -0.0278698113, -0.0389796458, 0.0432013832, 0.0252193231, 0.0377416946, -0.00949097238, -0.0129429568, -0.00699125975, 0.0057295, 0.0127048884, -0.0109669929, 0.00592392217, 0.0156886727, 0.0189025886, 0.0329485945, -0.00934813172, 0.0155696385, 0.00372179435, 0.00434473855, 0.020473836, -0.0260446258, -0.0154506052, -0.00288458914, 0.0144110415, 0.0580568165, 0.0225370917, -0.0113240946, 0.0186486505, 0.00855457224, -0.0120144915, 0.00590805104, -0.0260763671, -0.00251955166, -0.0443123654, 0.00263660168, -0.0212991387, 0.0117843598, 0.0263937917, -0.0188708473, 0.00287863729, 0.0230132267, 0.0053922371, 0.0155061539, 0.0362815447, 0.00799114443, -0.0166964941, 0.00784433633, -0.0356784388, -0.000531684898, -0.024663832, 0.0004788636, 0.0227116756, -0.0126890177, 0.0176805072, 0.0154506052, -0.00215451419, -0.0372655578, -0.000966158754, 0.0391383581, 0.0345357135, -0.00923703332, -0.0128159868, -0.0269968957, -0.0077173668, 0.0140777463, 0.0322343893, 0.0270921234, 0.00402334705, -0.0386622213, -0.0151490523, -0.0448519886, 0.0268223137, -0.000347678288, -0.00242035673, 0.00442409469, 0.012935021, -0.0119510069, -0.00484468136, -0.0230132267, -0.00398565317, 0.00478913216, 0.0260604955, 0.0377099514, 0.000988477608, 0.00677699875, -0.0336786695, 0.00235290406, -0.0104115019, 0.0156886727, 0.0050787814, -0.0404397957, 0.0460899398, 0.0131175397, -0.00416222, -0.0154982181, -0.0110304784, -0.0274730325, 0.0266318601, 0.0226481892, 0.00853870064, -0.0249177702, -0.0527875833, 0.000479111593, 0.0208864883, 0.000411659, 0.0260763671, -0.000658158446, 0.00153355382, 0.00668177148, -0.0141491676, -0.0272349641, 0.0179503169, 0.00806256477, 0.0530732647, 0.0153156994, 0.0172043722, 0.00108122488, 0.00209102943, 0.00941161625, -0.0132683162, -0.00485261669, 0.00624134624, 0.0147205302, -0.0190454293, -0.0106098913, 0.00605882751, 0.0169345606, -0.00390828075, -0.023600461, 0.0171408858, -0.00401144382, -0.0101099489, 0.00848315191, -0.0279967822, 0.0811970159, -0.00400945963, 0.0104749864, -0.00749120256, 0.0185692944, 0.00691983942, -0.0143158147, -0.0189819448, -0.0242987946, -0.00742771756, 0.0157442223, 0.0126731461, -0.00505894236, -0.00964968465, -0.0264731478, -0.0129985055, 0.020251641, 0.0310281795, -0.0411381274, 0.0166171379, -0.0197278913, 0.0167123638, -0.0402810834, 0.01259379, 0.00728884479, -0.012379529, -0.00732058706, 0.0206166785, -0.0433600955, 0.00764197856, 0.0210928135, -0.0117446817, -0.0254256483, -0.018331226, 0.0254732631, -0.00747136353, -0.00435267435, -0.0216800477, 0.00210888451, -0.000761321222, 0.0186327789, -0.0142999431, 0.000124799641, -0.00543191517, -0.0383765399, -0.0116573898, 0.0226799324, 0.0273143202, 0.00899896584, 0.0260287542, 0.017601151, 0.0114669362, -0.00781259406, -0.0110939629, -0.00078760786, 0.031948708, -0.0245368611, -0.00678890198, -0.025266936, 0.0209499728, -0.00365830958, -0.00281515252, 0.0196802765, -0.00173789542, -0.0207595192, -0.0289014392, -0.0157283507, 0.0446932763, 0.0148871774, 0.0182359982, 0.0236956887, -0.00537636597, 0.00433283532, -0.0215530787, 0.0257113297, -0.0247590579, 0.000128333457, 0.0265842453, 0.0150458897, 0.0233623944, -0.0171250161, -0.0638339296, -0.0268381853, 0.0115224849, -0.0212832671, -0.0128080519, 0.00904657878, 0.0189184602, 0.0147522725, 0.0158473849, 0.00220212783, -0.0225688349, 0.0211721696, 0.0115859695, 0.0248860288, -0.00300759077, -0.00173987937, 0.025822429, 0.0256319735, -0.015204601, -0.0136730317, 0.0484071337, -0.00225370913, 0.0280285235, 0.00972904079, -0.00484864879, -0.0385352522, 0.00899103, -0.00778878713, 0.0149982758, -0.0352657884, 0.0310123079, 6.65846092e-05, -0.00516210496, 6.62126258e-05, 0.00340635446, -0.0161886159, -0.000793063606, 0.0106257629, 0.00373766548, -0.0133794146, -0.0202040263, -0.0053485916, -0.0279332977, -0.00105146645, 0.0236163326, -0.0453598648, 0.00941955205, 0.0371068455, 0.0377099514, -0.00115760497, 0.0238861423, -0.010705119, -0.0122128818, -0.025822429, -0.0429791845, -0.0109273149, 0.00776498, -0.000764793, -0.00715393946, -0.0130778616, 0.0164108127, -0.0124668209, 0.0358688943, 0.000640303362, -0.0221244413, 0.0279491674, 0.0209975857, -0.0147840148, 0.0129667632, 0.00749517, -0.0056144339, -0.0254097767, -0.0409794152, -0.000306016416, 0.0188232325, -0.0211880412, 0.0163473263, -0.0307424981, 0.0129112145, 0.0149109839, 0.0362498, -0.0120938476, -0.0264096633, -0.014903049, -0.002376711, -0.0125144348, -0.00633657305, 0.022267282, -0.0226481892, 0.0192517545, 0.00321788411, 0.0178709608, 0.0487880409, 0.00887199584, -0.0129905697, 0.0206484199, 0.0234576203, 0.00772927, 0.0242194384, -0.0152204726, -0.0359006338, 0.0482801646, 0.0114113865, 0.0158949979, 0.00417412352, -0.0240131132, 0.0161806792, 0.00685238698, -0.0529462956, 0.017648764, 0.00323177129, 0.00503513543, 0.00802685507, 0.0108320881, 0.0141174244, 0.0168869477, -0.00340833841, -0.0136492243, -0.0157759637, 0.00702697, 0.00670161052, 0.0313456021, -0.0262985639, 0.0100067863, 0.0162838418, -0.00350158149, 0.0295839012, -0.013919035, 0.00553507777, 0.0376147218, 0.00434077065, 0.00261081103, -0.0276793577, 0.0151411165, 0.0221879259, -0.00287070172, 0.0195533074, -0.00325359427, -0.0016347327, 0.0213943664, 0.00646751048, 0.0118240379, 0.00267627975, 0.00948303659, -0.0113875801, -0.00325557822, -0.00685238698, -0.00368806813, 0.0273936763, 0.0356466956, 0.0054477863, -0.00658257678, 0.00828476157, 0.0100623351, 0.0183947105, -0.0158949979, 0.0169186909, 0.0120462347, 0.011459, -0.0166012663, -0.0348213948, 0.0241083391, -0.0119272005, -0.0219498575, -0.0207119044, -0.030615529, -0.00745946, 0.0274730325, -0.000632863783, -0.0549778081, 0.00934019592, 0.0388209336, 0.0053485916, -0.0168552045, -0.0101099489, 0.0130540552, -0.00631673401, -0.00381106976, 0.00896722358, -0.000592193857, 0.00621357141, -0.0522162206, 0.0332025327, 0.00343214511, -0.0109273149, 0.0240924694, 0.0481849387, 0.0246797018, -0.013792065, -0.0249495134, 0.0106098913, -0.0166806225, -0.033488214, 0.0174106974, 0.011459, -0.0050232322, -0.0327263959, -0.0156172523, 0.0348213948, 0.0365989655, 0.0187914912, -0.00699919555, -0.018585166, -0.00669367518, 0.00490023056, 0.0113399662, -0.0159029346, 0.0255843606, 0.00615802221, 0.0107765393, -0.0110622207, -0.00999885052, -0.038154345, 0.0454233512, -0.0256478451, -0.0108162174, 0.00980046112, 0.0298854541, -0.00240250165, 0.00360474433, -0.0160378385, -0.0240924694, -0.0111415768, 0.00900690071, 0.0178392194, 0.0177757349, -0.0302504916, -0.0173948258, 0.00956239272, 0.00476135733, 0.0287427269, -0.013061991, -0.023425879, -0.00693571055, -0.0178709608, 0.0309012104, -0.00262668217, -0.00820540637, -0.00927671138, 0.013149282, 0.0490102395, 0.00820540637, -0.0194739513, -0.0125541128, 0.0266477298, -0.00155835261, 0.00594376121, -0.0119272005, 0.0254573915, 0.0129588274, -0.000730570755, 0.00603898847, -0.0160854533, -0.01091938, -0.0301235206, -0.0117208753, 0.00581679167, 0.0255526174, 0.0274095479, -0.025092354, 0.00175575051, -0.0359958634, -0.0250447392, -0.0112526743, -0.0265048891, -0.0137682585, 0.0269651543, 0.00695158169, -0.0276634861, -0.000608065049, -0.0273301918, -0.0121335257, 0.051771827, 0.0189343318, -0.0182042569, -0.00279332977, -0.0208230037, -0.00906245, -0.00235290406, 0.0121732038, -0.0118875224, 0.0242194384, 0.0146808522, 0.000387852226, -0.0309170801, 0.00136690633, -0.0128001161, -0.0129429568, -0.0216006916, 0.00123795297, 0.017648764, -0.00206325483, 0.0277111, 0.014046004, -0.000594177749, 0.000797527377, 0.0051224269, -0.0273143202, 0.0438044891, -0.00580488844, 0.0133556072, 0.0101416912, -0.00675715972, -0.00834824704, 0.00310083409, 0.00741978176, -0.00723329559, -0.0129985055, 0.0123001738, -0.014347557, 0.0222990233, -0.0280443951, -0.022997357, -0.0482484214, 0.00778878713, -0.0283142049, -0.0104432441, 0.0056779189, -0.0213467516, -0.00527717127, 0.00607073074, -0.00153553777, 0.000639807375, 0.0214578509, 0.0100147221, 0.0257272013, 0.0026981025, 0.0112764817, 0.0123160444, -0.0207119044, 0.000669565867, -0.00416618772, -0.0143078789, -0.00676509552, 0.0291395076, 0.0169821754, -0.0248066727, -0.0110146068, -0.00714600412, -0.0128080519, -0.0208230037, 0.00964968465, 0.0119430711, -0.00722932769, 0.00484468136, 0.0144665912, -0.000820838206, -0.00370592321, -0.00294609, -0.0078324331, -0.0136650959, 0.0222831536, 0.0106813116, -0.0356149524, 0.00965761952, -0.00643576821, 0.0321074203, -0.0013093733, 0.0239337571, 0.0243781507, -0.00807843637, -0.0189819448, -4.37852714e-06, 0.00726503786, -0.00853870064, -0.013403221, -0.00197397941, 0.0131810242, -0.0134111568, 0.00736820046, -0.0168075915, -0.00640402595, 0.0170456599, 0.0627546906, 0.00605485961, 0.00840379577, -0.0214261077, -0.00391026493, -0.0083641177, -0.0168393347, 0.0154744117, 0.0407889634, -0.0300441645, 0.0282507204, -0.0198389888, -0.0204103515, -0.00747136353, -0.0225370917, 0.00989568792, -0.000402235513, 0.00464232359, 0.0152125368, -0.00881644711, -0.0154347336, 0.00610644091, 0.000704780105, 0.0281078797, 0.00179146067, 0.00227751606, -0.00679683778, -0.0336786695, -0.0273936763, 0.010236918, 0.0079951128, 0.00633260515, 0.00342817744, -0.00352737238, 0.00413444545, 0.045264639, -0.00874502677, -0.0187914912, -0.0172678567, -0.0107289255, 0.00759039726, -0.0054001729, 0.00180931587, -0.0447250158, 0.00311868917, -0.013919035, -0.00743962079, 0.000228148376, -0.00697142072, 0.0112764817, 0.0116891321, 0.00942748785, 0.0100940773, -0.0138555504, 0.0150935026, -0.0010117885, 0.0132603804, -0.024711445, 0.0204897076, -0.0308218542, -0.0151331807, 0.0038031342, -0.0054517542, -0.0136492243, 0.00519384723, 0.0193787254, -0.0369798765, -0.0113796443, -0.0306790136, 0.0226640608, 0.000131681285, 0.00773323793, 0.000853572506, -0.0192517545, -0.0251082256, 0.00822921284, -0.0100544, -0.00922909752, 0.00334088574, -0.0179979317, 0.00192239811, 0.014133296, -0.00271595758, 0.0140380692, -0.0179820601, -0.0238067862, -0.0194739513, -0.0452328958, -0.0150696961, 0.0152601507, -0.0110146068, -0.0110860271, -0.0169663038, -0.0365354829, 0.0169186909, -0.022870386, 0.00734042609, 0.00290442794, -0.0236322042, 0.021410238, -0.0122684306, 0.0111495117, 0.00761420419, 0.0197596326, 0.00248185755, -0.0257113297, 0.00222990243, 0.0150379539, -0.0145300757, 0.00588821201, 0.0237433016, 0.00200373796, 0.0105860848, -0.00247392198, -0.018712135, -0.0122843022, 0.0363132842, -0.0318852253, 0.0204897076, -0.00100434886, -0.0221085697, 0.020299254, 0.0215530787, 0.0156172523, 0.0170932729, 0.0197913758, -0.00695951749, 0.000226412463, 0.0387891904, 0.0168552045, 0.00132226862, 0.0143792992, -0.0137841301, -0.00786417536, 0.00292823487, 0.0154347336, -0.0225847047, 0.000851092627, -0.0158632565, 0.0126175974, -0.00128358265, 0.011990685, -0.0178868324, -0.00256518135, 0.00861012097, -0.01272076, -0.0228069015, 0.0135698691, 0.00780069036, 0.00369005208, -0.0247908011, -0.0166647509, 0.0148236929, 0.0255367476, 0.0207595192, -0.0271397382, -0.00718568172, 0.00698332442, 0.00454312842, -0.00632467, 0.0124271428, 0.0256478451, 0.0339008644, 0.00344603253, -0.00412254175, 0.00111098343, 0.00797527377, -0.0151807945, -0.0102448538, -0.00243027625, 0.00355911464, -0.0232830383, 0.0159267411, 0.0108638303, 0.0322185196, -0.0113558378, 0.00537239807, 0.00930845365, 0.0366624519, 0.022870386, -0.00262866612, -0.00946716592, -0.0156966075, -0.00593979331, 0.0166806225, -0.0189343318, -0.0280761383, -0.0209658444, 0.0052930424, 0.00988775212, -0.0102845319, 0.000621952291, -0.0127683738, 0.0311710201, 0.0113637727, -0.00634847675, -0.0156648662, -0.00656273775, -0.0107606677, 0.00756659033, -0.00611040881, 0.00278341025, -0.000905153865, 0.0131334113, 0.0222514104, -0.022743417, -0.0335834399, 0.00818953477, 0.0578346215, -0.022997357, -0.00900690071, 0.00841966737, 0.0381860882, -0.011459, -0.00373964943, -0.00292625092, 0.0167917199, 0.00348174269, -0.00379718258, -0.000459024624, -0.00201960909, -0.0122208176, -0.0179661885, -0.00125878386, -0.0130381836, 0.00390034518, 0.0243305359, 0.00447170809, 0.0165060386, -0.00175178272, -0.0356784388, 0.0262826923, 0.0513591766, -0.0196326636, 0.0268699266, 0.00329525606, -0.00671748165, -0.0141571024, -0.0196326636, -0.00622547464, 0.024409892, -0.0055588847, -0.00120819442, -0.0120382989, -0.00386661896, -6.93124675e-05, 0.0184105821, -0.0203627385, -0.0132524446, 0.00116256473, -0.0153791849, -0.00435267435, 0.0333612449, -0.0233465228, -0.00709442236, 0.0184423253, -0.00302941375, 0.00364640611, 0.000430258078, -0.0169504322, 0.01259379, 0.0213467516, 0.0133000584, 0.0134508349, -0.0172361135, 0.00833237544, 0.0190295577, -0.0177757349, -0.0192200132, -0.0174583104, -0.0351705588, 0.0306472704, 0.0176170226, 0.00275166775, -0.0180931576, 0.000552515849, 0.0365989655, -0.00682461215, -0.0176328942, -0.00536446273, 0.00845141, 0.0396144949, 0.00227156421, -0.030663142, -0.00216443371, 0.0206960328, 0.00768959243, 0.0237274319, -0.00161092589, -0.00339445099, 0.0309964363, -0.00387257081, 0.0188549757, -0.0083879251, 0.00324565871, 0.0354245, 0.00390034518, -0.00199977, -0.0182518698, 0.0169504322, -0.00914974138, 0.00170714501, -0.00301751029, 0.0155696385, -0.0170297883, -0.012546177, 0.0565966703, -0.00811017863, 0.00509068463, -0.0228069015, 0.00132127665, -0.0278856829, -0.0314725712, -0.00970523339, -0.0279174261, -0.0187280066, 0.0142523302, 0.000930944574, -0.00953858625, -0.0222355388, -0.0359958634, 0.0175852794, -0.024965385, -0.0136571601, -0.00213070749, -0.0193945952, -0.0166806225, 0.00538826967, -0.0101893051, 0.00422967272, -0.00809430797, -0.0077173668, -0.0278539415, 0.0335517, 0.00452328939, 0.0120938476, -0.0055588847, -0.0111891897, 0.00197199546, 0.0279332977, -0.00472564716, 0.00787211116, -0.0101099489, -0.00586837297, 0.00635641208, -0.0177122504, -0.0306790136, 0.034345258, -0.0405032821, -0.0191247854, -0.00524542853, -0.0275682602, 0.0106019555, 0.0114431288, 0.00324367476, 0.0294093173, 0.0140221976, 0.0419316888, 0.0129826348, 0.0210928135, -0.0111971255, -0.0111098336, 0.0131413462, -0.0240924694, 0.00678493455, 0.013831743, -0.00704284105, -0.000658158446, 0.0180614162, 0.0415825211, -0.0125858551, -0.0100782067, 0.00333691807, 0.0051263948, 0.00323177129, 0.0212039109, -0.00252947118, 0.00395192672, 0.00446377276, -0.0241559539, -0.0263620485, -0.0364085138, -0.016315585, -0.00611040881, 0.0122287534, -0.00590408314, -0.00538826967, -0.00924496911, -0.0225529633, 0.000443401397, 0.0290125385, -0.0210134573, 0.0184264537, 0.0130461194, -0.00596360024, -0.000261378678, -0.0267112143, 0.00136293855, -0.0255367476, -0.00749517, 0.011990685, 0.0309329517, 0.00233504898, 0.0119272005, 0.00997504406, 0.00103757915, -0.00308694667, -0.0120700411, -0.00229140325, -0.0220292136, 0.0162838418, -0.0192358848, -0.038503509, -0.0125699835, 0.0127921803, 0.0349483639, 0.0169028193, 0.027965039, 0.014776079, 0.0311234072, 0.0120779769, -0.0127683738, -0.00623341044, 0.00437648082, 0.0148951132, -0.0152204726, 0.0363767706, -0.00257311692, -0.014172974, -0.00192537392, -0.0214419793, -0.00541604403, -0.0108320881, 0.0147998864, 0.0038348767, -0.000209549326, -0.0105702132, 0.0232671667, -0.0123160444, 0.00519384723, -0.0108479597, 0.000455304806, 0.0205214508, -0.00726107, -0.000262618618, 0.000956735283, 0.00503513543, 0.0129191494, 0.00314646377, 0.0108717661, 0.019140657, 0.0192200132, -0.0157521572, 0.00768959243, 0.00710632605, 0.00901483651, -0.00674922392, -0.0184105821, 0.00560649857, 0.00797130633, 0.00138178561, 0.0121335257, 0.0152680865, -0.00442806259, 0.0175059233, 0.0083879251, 0.0103559522, 0.00689206505, -0.00931638945, -0.00132028479, 0.00718964962, -0.0123477867, 0.0193469822, -0.0130143771, 0.0119351363, -0.00715790736, 0.0232512951, 0.00349166221, -0.00332501461, 0.00453916052, -0.0130302478, 0.00327938492, -0.00184205011, -0.00182915479, -0.00409873528, 0.0334247276, 0.00589614781, 0.018029673, 0.00526526757, 0.00197397941, 0.0264096633, -0.0152998287, -0.0106257629, -0.0226481892, 0.00499148946, 0.00471771182, -0.000708251901, 2.32488162e-08, -0.00924496911, -0.0256319735, 0.0134825772, -0.00975284725, 0.00574537134, -0.00487642363, 0.0103242099, 0.0147681432, -0.0122525599, 0.0173948258, -0.0051343306, 0.0161489379, 0.0265683737, -0.0165377818, 0.00661431905, 0.00136293855, 0.0151728587, -0.00738010416, -0.0145538822, -0.0108241523, 0.00153652974, 0.0169028193, 0.00035363, -0.002944106, 0.00588821201, -0.0334564708, 0.00586837297, 0.00612628, 0.00743168546, 0.012292238, 0.0181725137, 0.000839189219, 0.0100623351, 0.00845934544, -0.0111971255, -0.0117684882, 0.0135143194, 0.00726503786, -0.00451535406, -0.0215530787, 0.0154506052, 0.00917354878, -0.000144328646, 0.0176805072, 0.0010494825, -0.00480897119, -0.0229338724, 0.0105464067, 0.0128794722, -0.021410238, -0.00929258298, -0.0172043722, 0.000897714286, -0.0118954582, 0.00409476738, 0.019870732, 0.0159267411, 0.0332342759, 0.00684048329, 0.00440822355, -0.00736820046, -0.00261081103, -0.0156410597, -0.00684048329, 0.00631276658, -0.00415428448, -0.00894341618, 0.0182042569, 0.000339246704, 0.00765388226, 0.0210610703, -0.0218705013, 0.000793063606, -0.00304528489, 0.00609453768, 0.00999091472, 0.0316630267, 0.0204579663, -0.0234734919, 0.00638418691, -0.0212356541, 0.0345357135, -0.00337064429, -0.00605089171, -0.00204936764, 0.0051263948, 0.00968142692, 0.0184423253, -0.00759436516, 0.0351070762, -0.00139567291, 0.028218979, 0.00616595801, 0.024282923, -0.00869741291, -0.0221879259, -0.0249812547, -0.00552317454, -0.0105464067, 0.0036404545, -0.00892754551, -0.00792369246, -0.0244257636, -0.000132053276, -6.49106951e-05, -0.00638418691, -0.00628102385, -0.0311710201, -0.00957826432, 0.014561818, -0.0081498567, 0.0114272581, 0.00333096622, -0.0384400263, -0.0040015243, -0.0197913758, 0.0217117891, -0.0182042569, -0.00665796502, -0.0112129971, 0.00927671138, -0.00745946, -0.00725710206, 0.00077372056, -0.00839586, -0.00764197856, 3.80660604e-05, 0.0201881547, -0.00903070811, -0.0181407724, -0.0081577925, 0.00329327211, 0.0156886727, 0.00481690653, -0.00104749866, -0.003747585, -0.005610466, -0.0191723984, -0.0284570456, -0.00646354258, -0.000622944266, -0.0176646356, 0.00293815439, 0.00653496291, -0.0105146645, 0.00118438771, 0.00191446242, -0.00536049483, -0.00532875257, 0.000512341911, -0.00857044291, -0.00517004076, 0.00874502677, 0.00656670565, 0.00706268, 0.0014442784, 0.0122128818, -0.0130302478, -0.0076697534, -0.00279134582, -0.0102051757, 0.0164266825, 0.000632367795, -0.00304925255, -0.0256795883, 0.0310757924, -0.00231917785, 0.0128953429, -0.000730570755, 0.00950684398, -0.00705077685, 0.00611040881, 0.00131334108, -0.00927671138, -0.00696745282, -0.0137603227, 0.00477722846, 0.0121335257, 0.0109352507, 0.00846728, 0.00416222, 0.000928960682, -0.00226561259, -0.00374956895, 0.0106178271, -0.00588027621, 0.0134270275, -0.0116970679, 0.0193311106, -0.0159108695, -0.00276952283, 0.0479627401, 0.00293418649, -0.021156298, 0.00365434191, -0.0248701572, 0.000997901196, -0.0170456599, -0.0145062692, 0.0181407724, 0.0104987929, -0.00683254795, 0.0223625079, -0.000789591752, 0.0157124791, 0.00709045492, 0.0146173676, 0.00675319182, 0.00670161052, 0.00733249029, 0.00699919555, 0.00304330094, -0.00679683778, -0.00622944254, -0.00612628, -0.0017180565, -0.014133296, 0.00819747057, -0.0133794146, 0.00154545729, -0.00183808233, 0.0156410597, 0.0189978164, 0.00304131699, 0.00510258786, 0.00015028035, -0.0199659579, 0.0165536534, -0.0055668205, -0.0321550332, 0.0205690637, -3.11689109e-05, 0.0216800477, 0.0408524461, 0.0476453155, -0.012292238, -1.11284335e-05, 0.000994925271, 0.00662225438, -0.00613024784, -0.0162521, -0.0124826925, 0.00882438198, -0.0050787814, 0.00973697565, 0.00657860888, -0.0138476146, -0.00939574558, 0.0237274319, -0.0123160444, -0.00154744112, 0.0284729172, -0.00192834972, 0.00159505475, 0.00325954589, -0.0188549757, 0.0139269708, 0.00519781513, 0.00495181186, 0.0101893051, 0.0267905705, -0.00822921284, -0.00320399669, -0.0213308819, -0.0149268555, -0.00663019, 0.0223148949, -0.00830856897, 0.0109114442, 0.000187602447, -0.0333295, -0.0217594039, -0.029123636, -0.016744107, 0.0290442798, -0.00845934544, -0.0207912605, 0.0121017834, 0.0182201285, 0.000350902119, -0.00610247301, 0.0108003458, 0.00818159897, -0.0108479597, -0.000941856, 0.0252351947, 0.00959413499, 0.00178451708, -0.01331593, -0.00186684891, 0.0239496287, -0.00684048329, -0.00981633179, 0.0244733766, 0.0257113297, -0.00971316919, 0.0244257636, -0.00699125975, -0.00842760224, 0.0114034507, 0.00520971837, 0.00635641208, -0.000323127548, 0.00846728, -0.00467009796, -0.00656670565, 0.00483674556, -0.00310480176, 0.00463438779, -0.00584059861, 0.0109511223, -0.0108797019, -1.2298623e-05, 0.0184423253, -0.0220926981, -0.0055549168, -0.0149744693, 0.00133318012, 0.00861012097, -0.0169345606, 0.0228386447, -0.0231878106, 0.00352142053, -0.0254573915, -0.0140301334, -0.000111036345, 0.0384082831, -0.00547556113, -0.000136889023, 0.0148316287, -0.011006671, -0.0003377588, -0.0167282354, -0.000520773465, -0.0025631974, -0.00793956313, -0.00263263378, -0.00229735486, 0.00347579084, -0.0006943646, -0.00312265684, 0.0110780913, 0.00559062697, 0.0244892482, 0.0053446237, -0.0281237513, -0.00388050638, -0.000607569062, 0.0203786101, -0.018458195, 0.00651512388, 0.00496768299, 0.00195612432, -0.00462645246, -0.0119510069, -0.00861805677, 0.0151411165, 0.0158156417, -0.00396978157, -0.0133952852, -0.0186645202, -1.66616519e-05, -0.00489626266, -0.0120224273, 0.014387235, -0.00258303643, -0.0107844742, 0.0312345047, 0.0195533074, -0.0175694097, 0.00189065572, 0.0185058098, -0.0142761366, -0.00463042, 0.0116335833, 0.0023965498, 0.0131175397, 0.0118557801, -0.00236083963, -0.0165853947, -0.0287744701, 0.000353382, 0.00496768299, 0.00241242116, 0.00548746437, 0.000552019861, -0.000984509825, -0.0110622207, -0.010236918, -0.00269413483, 0.018585166, -0.0182201285, -0.00416618772, 0.029076023, 0.00996710826, -0.0216483045, 0.0124112712, 0.00852283, 0.0177598633, 0.0139110992, -0.00378726306, -0.00520971837, -0.00807050057, 0.0118240379, 0.00341627398, 0.0170932729, -0.0199183449, 0.00726107, -0.00469787279, 0.00543985097, 0.00488039153, 0.0189978164, 0.00387257081, 0.0123477867, 0.0220450852, -0.0177916046, 0.00342817744, -0.00403723447, -0.00725710206, -0.00159108697, -0.011562163, -0.0104194367, -0.00647544628, 0.0256161038, -0.000262370624, -0.00141253602, -0.0189502034, -0.0124033364, 0.00170317723, 0.0038547155, 0.0288062133, 0.00928464718, -0.00496768299, 0.0110225426, 0.00110205589, 0.0163790695, 0.000911105599, -0.0120541696, 0.0158235785, -0.00570172537, -0.00647544628, -0.00790782087, 0.000381652557, -0.0205690637, -0.0104511799, 0.0217594039, -0.0078244973, -0.00663812598, 0.00048456731, -0.00386066735, 0.00689603249, -0.00268223137, 0.00843553804, 0.00101129245, -0.0020265528, -0.00417809095, 0.0018599052, -0.0081419209, 0.0226640608, 0.0255367476, 0.00401739543, 0.00327740097, 0.000200869763, 0.000434969843, 0.0124668209, 0.0144903976, 0.00297386455, 0.00536843063, -0.0019154544, -0.00318415789, -0.00712219719, 0.00270405435, -0.0273143202, 0.0235845912, -0.00638815435, -0.0126890177, 0.016228294, 0.00120521861, -0.0109669929, 0.000939872116, 0.0190454293, -0.00329525606, 0.00375948846, -0.00478516426, -0.00820540637, -0.0150220823, 0.00895928778, -0.0124826925, 0.00874502677, 0.000347430294, 0.0117922956, -0.00469390489, 0.00423760805, 0.019315239, -0.011220932, -0.0136571601, -0.0117605524, 0.00024575548, 0.0447885022, -0.0131968958, 0.00880851131, 0.0279967822, 0.0204262231, 0.00906245, 0.0170615315, 0.019013688, 0.00431299629, -0.0103242099, 0.00318217394, 0.0289331824, -0.00304925255, -0.0111098336, 0.0106733758, 0.00484071346, 0.00490023056, -0.0100623351, 0.0224577356, -0.0078403689, 0.0185216796, -0.0119589427, 0.0376147218, -0.00172698405, -0.00634054095, 0.0134349633, 0.0231878106, 0.0266318601, 0.00261676265, 0.027107995, 0.00598740717, 0.00611040881, 0.0349801071, -0.0207912605, -0.00358688924, 0.0119192647, 0.00355316303, 0.0108797019, 0.00400549173, 0.0113399662, 0.0140380692, 0.0209341012, 0.0129270852, 0.0331390463, 0.00740391063, 0.00655877, -0.017172629, -0.0144903976, -0.0159188043, 0.000709243875, -0.00464629149, -0.0191723984, -0.0051779761, 0.00864979904, 0.00415031658, -0.00705077685, -0.00302147795, -0.00377139193, 0.0185058098, 0.000553011836, 0.0177281201, 0.00734042609, 0.000611536845, 0.00377734355, -0.0178233478, -0.00822127704, -0.014046004, -0.00531684933, 0.00542794727, -0.00459867762, -0.0189660732, -0.0274095479, -0.0108320881, -5.04654272e-05, -0.00794749893, 0.0119272005, 0.00546762533, -0.0185216796, -0.013704774, 0.0212515257, -0.00545969, 0.0114431288, 0.0129270852, 0.00820540637, -0.00043348191, -0.000621952291, 0.0266477298, 0.00692777522, 0.0116811972, -0.0188549757, 0.0120621054, 0.00593582541, 0.0165695231, -0.00822127704, -4.09489148e-05, 0.000231248225, -0.016315585, -0.00723329559, -0.0204103515, 0.0133000584, 0.00428125402, 0.015331571, 0.0147046586, 0.00289847632, -0.0174583104, 0.0140380692, -0.0199183449, 0.00119033933, 0.0262668226, -0.0283142049, 0.000509862031, 0.00088531489, 0.00411857432, -0.00220014388, -0.00437648082, -0.00434077065, -0.00350554939, 0.0222514104, -0.0155299604, 0.0213784948, 0.0168075915, -0.00580092054, 0.0023171939, 0.0154664759, 0.00380511815, -0.0121811396, 0.00697935652, 0.00823714864, 0.00411063852, 0.00759436516, -0.0297426134, -0.00745152449, 0.00793956313, 0.0110622207, -0.0112526743, -0.00291037979, -0.0183470976, 0.0140698114, -0.00468200166, 0.00716981059, -0.0146649806, -0.00365235796, -0.000538628548, -0.016744107, 0.0027774584, 0.024663832, 0.0151649229, -0.00790782087, 0.0013093733, -0.0129588274, -0.00711029395, 0.0184423253, 0.00115066138, -0.0107447961, 0.0109273149, -0.00584059861, -0.00873709098, -0.0165695231, -0.00622547464, -0.0212039109, -0.00481690653, -0.0016347327, -0.00614611898, -0.00279332977, -0.0112844175, -0.0192358848, -0.0013232606, -0.0055628526, 0.00723726349, 0.00367021305, 0.00181625946, -0.000783640076, 0.0051224269, -2.28148383e-05, -0.0137603227, -0.00415428448, 0.000424802362, 0.0234100074, 0.00119430711, -0.00100930862, -0.00370592321, -0.0147443367, 0.00601121364, -0.00281316857, -0.00233504898, 0.0160933882, 0.00711029395, -0.00717377849, 0.0163473263, -0.00941955205, 0.0128556648, -0.00287863729, -0.00473755086, -0.0126652103, 0.0122843022, 0.0156093165, -0.00666590035, -0.0119668785, 0.0159664191, -0.00941161625, -0.00934813172, -0.00707458379, 0.00996710826, 0.000777688401, -0.0111177694, 0.0127525022, -0.00290046027, 0.00348372641, 0.00736820046, 0.0252193231, -0.00197695522, -0.0238067862, 0.0227910317, -0.0221879259, -0.00418205885, -0.00219816, -0.0122366883, 0.00945129432, -0.0080824038, 0.000332303083, -0.0037515529, -0.0272190925, 0.00959413499, -0.00301155867, -0.00707458379, 0.00731265126, 0.0123557225, 6.28338e-05, -0.0160140321, -0.0188073609, -0.0152522149, -0.0194104668, -0.00691587152, 0.0308853388, -0.0138634853, -0.00831650384, 0.00719758542, -0.0036444224, 0.017474182, 0.00810224283, -0.00753881596, 0.00452725729, 0.0307107549, -0.0111971255, -0.0432966091, 0.00241440488, 0.00191644637, -0.00344404858, -0.00660638325, -0.00202357699, 0.0134746414, 0.00524939643, 0.0174900535, 0.0179344472, -0.00590408314, 0.0218228884, -0.0191723984, 0.000158339928, 0.0193787254, 0.000492254912, -0.00483674556, 0.0177439917, 0.00613818318, -0.00911799911, -0.0129826348, -0.00421380112, 0.0181725137, 0.0083799893, 0.017648764, -0.00272786105, -0.0162679721, -0.0155537678, 0.0172202419, -0.00869741291, 0.012204946, -0.0172837283, 0.0156251881, 0.0114431288, 0.00582075957, -0.0224736072, -0.00112090295, -0.0126255332, 0.00262469822, -0.00236877543, -0.0134825772, 0.00367021305, -0.0172361135, -0.00555094937, 0.0182359982, -0.0232036822, -0.000640303362, 0.0116891321, 0.0148316287, 0.0240448546, 0.00968142692, 0.0241718236, 0.0232512951, -0.0114669362, 0.020727776, -0.0103559522, 0.0246003475, -0.0167282354, -0.00864979904, -0.00291236374, 0.00616199, -0.00909419265, -0.00252947118, 0.0029956873, -0.0083561819, -0.0166806225, 0.00755071919, 0.00820540637, -0.0112129971, -0.00758246146, -0.00423760805, -0.0232830383, 0.00973697565, 0.0282824636, -0.0107527319, -0.0103956303, 0.0191723984, -0.000719163334, 0.0253621638, -0.00931638945, -0.0241083391, -0.00475342199, 0.00193926122, -0.000401243567, 0.00952271465, 0.00261676265, 0.00674922392, -0.00747533096, -0.0101893051, 0.0136095462, 0.00577314571, 0.00365632563, 0.0147125944, -0.019997701, -0.0144189773, -0.0236480758, 0.0365037397, 0.0142285228, 0.0270762518, -0.0078760786, 0.0139507772, -0.0123081086, 0.00201960909, 0.00387455453, 0.00943542365, 0.00914974138, 0.000618976483, -0.00884025358, 0.00893548, 0.0130778616, -0.00043348191, -0.00184502604, 0.0190930441, 0.00486452039, -0.00739597529, 0.00642783241, -0.0050668777, -0.0140698114, 0.029377576, -0.00349959778, -0.00371187483, -0.0108717661, -0.00276357122, 0.0141888447, -0.0025592295, -0.0274730325, 0.00448361179, 0.0201088, -0.00334683759, 0.0205055792, 0.0160060972, 0.00895135198, -0.0159902256, 0.00349761383, -0.022267282, 0.00548349647, -0.0110860271, -0.00105345028, -0.00442806259, 0.0108479597, 0.00743168546, -0.0141412318, 0.00870534871, -0.00140856823, 0.0163473263, 0.0216800477, 0.00135301903, 0.0175694097, 0.012847729, -0.0234576203, 0.00200572191, -0.061326284, 0.00296989665, 0.0103797596, 0.00903864391, 0.00866567064, -0.0078244973, 0.00196207594, -0.01091938, -0.00467009796, 0.00390232913, 0.00376147241, -0.00276357122, -0.000903665961, 0.00843553804, -0.00728884479, -0.016061645, 0.000415378832, -0.00115562114, -0.00307107554, 0.00239853375, 0.0216324348, -0.0130699258, 0.00995917246, -0.00615405431, -0.00452328939, -0.00112487073, -0.00126671942, 0.0212356541, -0.0265683737, -0.000468696118, -0.00738010416, -0.00147502881, 0.0200135726, 0.00482484233, -0.000775208522, -0.0103004035, -0.000168507409, -0.0139983911, -0.00654289871, 0.0107527319, 0.00543985097, -0.00366426143, -0.00209698128, -0.00425744709, -0.0125779193, 0.0149347913, 0.00732852286, 0.00654289871, -0.0119113289, 0.00486848783, -0.0113161597, -0.00262073055, -0.0171885, 0.0225053485, 0.0182994828, -0.00901483651, 0.00737613626, -0.0219974704, 0.00317820604, -0.00793162826, -0.00630879868, -0.00541207613, -0.00873709098, -0.00627308851, 0.00577711361, 0.0128715364, 0.0172519851, 0.01259379, -0.00228743535, 0.0325994268, -0.0140698114, -0.018458195, -0.0103321457, -0.000927968707, -0.000630383904, 0.00220014388, -0.0057334681, -0.00162679714, 0.000952767441, 0.0179661885, 0.00642386451, 0.00631673401, 0.0187914912, -0.00489626266, 1.70026342e-05, -0.0166964941, -0.0231878106, 0.0168393347, -0.00571362907, -0.017474182, 0.0080387583, 0.0129826348, -0.0130778616, -0.0101972409, -0.00688016135, 0.010236918, -0.0104829222, 0.00711029395, 0.013061991, 0.00200869772, -0.00619373238, 0.00802288763, 0.00818159897, -0.00186089717, 0.0256478451, -0.00300362287, -0.0056779189, -0.0038309088, -0.00917354878, 0.014133296, 0.026679473, -0.00789591763, -0.00219220831, 0.000123745689, 0.0191089138, -0.0132921226, -0.00932432525, -0.0222831536, 0.00988775212, -0.017902704, -0.024663832, -0.0338691212, -0.00274174823, -0.0200294442, 0.0265207607, -0.00436457759, -0.00822127704, 0.0051263948, -0.0130381836, 0.0161013231, -0.00105543423, -0.00876883324, 0.0140618756, -0.0120065566, 0.0155220255, -0.0154664759, -0.00131631689, 0.0052414611, 0.0108162174, -0.000878867228, 0.0181249, -0.0197596326, -0.00354522746, 0.0174424388, -0.0228545163, -0.0253304206, 0.00144527038, 0.00854663644, 0.0038309088, -0.0236639455, -0.00225370913, -0.00189363153, 0.017172629, 0.00609453768, -0.00447964389, 0.00111495121, 0.0113240946, -0.00778878713, 0.00623341044, -0.0193628538, -0.000142468736, 0.0109352507, 0.0113955159, -0.0126493396, -0.000937888224, -0.00700316299, 0.00350158149, 0.016490167, -0.0107368613, -0.0147998864, 0.00565411197, 0.0426935032, -0.00463438779, 0.00143535086, -0.00444393372, -0.035202302, 0.00436457759, -0.0198389888, -0.00117347622, -0.00421380112, -0.000574834703, 0.0171250161, -0.0246320888, -0.0178709608, -0.0219022445, -0.00250169658, -0.00711822929, 0.0223942511, 0.00907038618, -0.0106416335, 0.00936400332, 0.0236480758, 0.00336072478, 0.00226958026, 0.00724519882, -0.0149109839, 0.00918941945, 0.00753881596, -0.00541604403, -0.00757055823, 0.00206325483, 0.00143435888, 0.000138376956, -0.000792071631, -0.0028369755, -0.0177122504, -0.0102527896, 0.00468596909, -0.0215530787, -0.00645163935, 0.03263117, -0.0111257052, -0.000949295645, -0.00754278386, 0.0057175965, 0.0154347336, -0.0279174261, 0.00792766, -0.00984013826, -0.0102924677, 0.0250447392, 0.00949890818, 0.0167123638, -0.00154446531, 0.0176328942, -0.00732058706, 0.00697142072, 0.00615008688, -0.0166171379, 0.0117288101, -0.00968142692, -0.00163274887, 0.00978458952, -0.0104511799, 0.0136254178, -6.99789325e-06, 0.00123596902, 0.0148951132, -0.0127683738, 0.0116811972, -0.000124985629, -0.00741581433, -0.0259652697, -0.00415031658, 0.0109431865, -0.0124906274, 1.25466104e-05, -0.012419207, -0.0155299604, 9.0763373e-05, 0.00103361136, -0.00474151829, 0.00589614781, 0.00541604403, -0.0056660152, -0.00277547468, -0.0176646356, 0.0133318007, 0.00160100649, 0.0118319727, -0.0100782067, -0.0132841868, 0.028266592, 0.00163374073, -0.00612231204, 0.00279134582, 0.00355316303, -0.0275047738, -0.00082926976, -0.0213308819, 0.00285086269, 0.00864979904, -0.0106019555, -0.0274095479, 0.00136293855, -0.00975284725, -0.00354522746, 0.0113558378, 0.00499545736, -0.00769752776, 0.00879264, -0.0219657291, -0.0106495693, -0.0135698691, 0.00762213953, -0.0128794722, -0.0239496287, 4.9101498e-05, -0.0249495134, -0.00922116265, -0.000639311445, -0.0185692944, 0.0132445088, -0.011006671, -0.0243305359, -0.0107447961, -0.0228545163, 0.0126969535, -0.00564617617, -0.0111891897, 0.00417412352, -0.0144983334, 0.0150617603, 0.0134111568, -0.00584059861, -0.0321867764, -0.00138773734, -0.0100147221, -0.00291831535, -0.00636434788, -0.018029673, 0.00493990816, -0.00818159897, 0.0131016681, 0.00813398603, -0.00115165336, -0.0199183449, -0.0178074762, 0.0155061539, -0.0114907427, 0.00669764262, -0.0186327789, 0.0124747567, 0.00841173157, -0.00740787853, -4.10109096e-05, 0.00426935032, 0.00587630877, -0.00880851131, -0.0151966661, 0.00236480753, 0.00660638325, -0.00113379827, -0.0206642915, -0.00748326676, 0.0110860271, 0.00098203, -0.0398049466, 0.00749517, -0.0336151831, -0.0174583104, 0.0183153544, -8.95854391e-05, -0.00640005805, 0.0426935032, -0.0164742973, -0.0291712489, -0.00414238079, 0.0348848775, 0.0117605524, -0.00373171386, -0.0229338724, 0.00109709613, -0.00076876086, -0.00184403406, -0.00890373811, -0.00298576779, -0.0117922956, 0.00655083405, 0.00224775751, -0.00322185177, 0.0159108695, -0.00639609, -0.0265842453, 0.0131968958, 0.00919735525, 0.0213150103, 0.0102210473, -0.00801495183, 0.0186645202, -0.0228227731, -0.024663832, -0.00297386455, 0.0723726302, -0.00872915518, 0.0123081086, -0.0182518698, 0.0107606677, -0.0121097192, 0.0206642915, 0.0432331264, 4.86675199e-05, 0.0191723984, -0.00135698682, 0.00331906299, -0.0268381853, 0.0213308819, 0.0185216796, -0.0153712491, -0.00309289852, -0.0110542849, 0.00755071919, -0.005673951, 0.000430506072, -0.0206801631, 0.000993933412, -0.0222355388, -0.00449948292, -0.00891167391, 0.00188470399, 0.00773720583, -0.0206166785, -0.00753088, -0.00417412352, 0.0276158731, -0.00489229476, 0.00333691807, -0.0189343318, -0.0037753596, 0.00173789542, 0.00343016116, 0.0171885, -0.0156569295, 0.0276634861, 0.035202302, -0.00267231185, -0.00724916672, 0.00250566425, -0.0144983334, 0.00475342199, -0.00761817209, 0.00461851666, -0.00676112762, 0.013363543, -0.0174424388, -0.00319010951, 0.00184700987, 0.00308694667, 0.0161727443, 0.019140657, 0.00125283212, 0.0103400815, 0.0132524446, 0.00775307696, 0.0173313413, 0.0211245567, 0.00627308851, -0.00206523878, -0.0308218542, -0.019616792, 0.00767768873, -0.0154267978, -0.00822127704, 0.00905451458, -0.00880851131, 0.00291037979, -0.0231560674, 0.00608263398, -0.00592789, -0.0173948258, 0.0170456599, -0.00242630835, -0.00872121938, -0.0224101227, 0.000614016724, -0.0134746414, 0.0055152392, 0.00524939643, -0.0226799324, -0.0169345606, -0.0124112712, -7.04284103e-05, 0.00229933881, -0.00574933924, 0.0140936179, -0.0229814854, -0.0162679721, -0.0144586554, 0.000643775216, -0.0123557225, 0.00998297893, -0.000762809126, 0.00140460045, 0.0223148949, -0.00596360024, -0.00607866608, 0.00518988, -0.00368013256, 0.0345039703, 0.00413047755, -5.6727109e-05, 0.00108122488, -0.00253740675, 0.0108082816, -0.0129588274, 0.00226759654, 0.00111395924, 0.00282308809, -0.00517004076, 0.0251558386, -0.00143832667, 0.0150696961, -0.0132524446, 0.0162838418, 0.0104670506, -0.0103242099, -0.00795940217, 0.028266592, 0.00280721695, -0.0115224849, 0.00654289871, 0.0133000584, -0.00270802202, -0.0115145491, -0.00819747057, -0.0121811396, 0.000233728089, 0.00741581433, 0.0197120197, -0.00904657878, 0.0110542849, -0.0083561819, 0.0140618756, -0.00361664779, -0.00983220339, 0.0182994828, -0.00348174269, 0.00228545163, 0.0054041408, 0.0145538822, -0.00862599257, -0.0104432441, -0.00236083963, 0.00750707369, 0.01272076, -0.0101734335, -0.00711822929, 0.0126414038, 0.00396383, -0.00212078798, -0.0196485352, 0.0162362289, 0.000127713487, -0.00347380713, 0.00192537392, 0.0188708473, 0.00778878713, 0.000131805282, 0.00620166818, -0.00328136887, -0.00910212845, 0.00504307123, 0.00928464718, -0.00117843598, 0.0082609551, 0.00811811443, -0.00148990809, 0.0126810819, 0.0115462914, -0.0184105821, -0.00433680322, 0.035075333, -0.0167599786, -0.0122366883, 0.0106892474, -0.0122843022, 0.0447885022, 0.00753484806, 0.0126017258, 0.015974354, 0.00865773484, 0.0108717661, -0.00241440488, -0.00702697, -0.00674922392, -0.00383289275, -0.0148871774, -0.00920529105, -0.00620960351, 0.0232195538, -0.0166806225, 0.00467406586, 0.0054954, 0.00726107, 0.00488832686, -0.00268223137, 0.0128239226, -0.0233941358, 0.0358688943, -0.00460264552, -0.00759039726, -0.00260485918, 0.00612231204, -0.00738010416] |
10 Jul, 2022 | React MUI Toolbar API
10 Jul, 2022
Material-UI is a UI library providing predefined robust and customizable components for React for easier web development. The MUI design is based on top of Material Design by Google.
In this article, we are going to discuss the React MUI Toolbar API. The Toolbar displays basic actions and information related to the current screen. The Toolbar is also known as Appbar in some applications. The API provides a lot of functionality and we are going to learn to implement them.
Import Toolbar API
import Toolbar from '@mui/material/Toolbar';
// or
import { Toolbar } from '@mui/material';
Props List: Here is the list of different props used with this component. We can access them and modify them according to our needs.
children: It is a component similar to the table row.
classes: This overrides the existing styles or adds new styles to the component.
sx: The system prop allows defining system overrides as well as additional CSS styles.
component: It specifies the component to be used as the root node.
disableGutters(true/false): If set to true, the gutter padding is removed.
variant(dense/regular/string): It specifies the variant of the toolbar that items should be regularly packed or densely packed.
Syntax: Create the Toolbar component as follows:
<Toolbar>
<IconButton>
<MenuIcon />
</IconButton>
<Typography variant="h6"
component="div" sx={{ flexGrow: 1 }}>
GeeksforGeeks
</Typography>
<Button color="inherit">Login</Button>
</Toolbar>
Installing and Creating React app, and adding the MUI dependencies.
Step 1: Create a react project using the following command.
npx create-react-app gfg_tutorial
Step 2: Get into the project directory
cd gfg_tutorial
Step 3: Install the MUI dependencies as follows:
npm install @mui/material @emotion/react @emotion/styled @mui/lab
Step 4: Run the project as follows:
npm start
Example 1: In the following example, we have a basic toolbar.
App.js
import "./App.css";
import * as React from "react";
import IconButton from "@mui/material/IconButton";
import MenuIcon from "@mui/icons-material/Menu";
import { Button, Typography, Toolbar, Box, AppBar } from "@mui/material";
function App() {
return (
<div className="App">
<Box sx={{ flexGrow: 1 }}>
<AppBar position="static" color="success">
<Toolbar>
<IconButton
size="large"
edge="start"
color="inherit"
aria-label="menu"
sx={{ mr: 2 }}
>
<MenuIcon />
</IconButton>
<Typography variant="h6"
component="div" sx={{ flexGrow: 1 }}>
GeeksforGeeks
</Typography>
<Button color="inherit">Login</Button>
</Toolbar>
</AppBar>
</Box>
<div
className="head"
style={{
width: "fit-content",
margin: "auto",
}}
>
<h1
style={{
color: "green",
}}
>
GeeksforGeeks
</h1>
<strong>React MUI Toolbar API</strong>
</div>
</div>
);
}
export default App;
Output:
Example 2: In the following example, we have disabled gutter paddings.
App.js
import "./App.css";
import * as React from "react";
import IconButton from "@mui/material/IconButton";
import MenuIcon from "@mui/icons-material/Menu";
import { Button, Typography, Toolbar, Box, AppBar } from "@mui/material";
function App() {
return (
<div className="App">
<Box sx={{ flexGrow: 1 }}>
<AppBar position="static" color="success">
<Toolbar disableGutters="true">
<IconButton
size="large"
edge="start"
color="inherit"
aria-label="menu"
sx={{ mr: 2 }}
>
<MenuIcon />
</IconButton>
<Typography variant="h6" component="div"
sx={{ flexGrow: 1 }}>
GeeksforGeeks
</Typography>
<Button color="inherit">Login</Button>
</Toolbar>
</AppBar>
</Box>
<div
className="head"
style={{
width: "fit-content",
margin: "auto",
}}
>
<h1
style={{
color: "green",
}}
>
GeeksforGeeks
</h1>
<strong>React MUI Toolbar API</strong>
</div>
</div>
);
}
export default App;
Output:
Reference: https://mui.com/material-ui/api/toolbar/
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI Toolbar API | https://www.geeksforgeeks.org/react-mui-toolbar-api?ref=asr9 | CSS | React MUI Toolbar API | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React MUI Toolbar API, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0251454152, 0.00679645501, -0.0128075741, 0.00734692393, 0.0724563748, 0.00568083813, -0.0338208042, 0.0148846768, -0.0100478912, 0.00326611497, -0.0150314681, 0.0319418721, 0.0388117209, -0.0118681081, 0.0167636108, -0.0219159983, -0.0332042798, -0.0219159983, -0.0149287144, -0.0187599771, -0.00586432777, -0.0242206287, -0.0267748032, 0.00191196171, -0.0454173461, 0.007251509, 0.0231784061, -0.012653443, 0.00270096702, 0.018070057, 0.00769188441, 0.0226939935, 0.0104662469, -0.0135855703, -0.0273619704, -0.0138571346, -0.0187306181, 0.00597442174, -0.0111047905, 0.020418724, -0.0167048927, 0.0187012609, 0.00729554659, 0.00835978612, -0.0139892474, 0.00606616633, 0.00281840027, -0.0323528871, 0.0242059492, -0.0149800917, 0.0125213303, 0.0172333438, 0.0581882223, 0.00857997406, 0.0065028714, 0.00454687234, 0.0270537082, 0.0142754912, -0.0524046309, 0.00647351332, -2.8913948e-05, -0.057190042, 0.00198352267, -0.044536598, 0.0174241737, 0.0230609737, 0.0130351018, 0.0294610914, 0.00391933788, 0.0345841199, -0.0288739242, 0.00826437213, -0.0267014075, -0.00627534464, -0.00499458704, -0.020609552, 0.0216370951, -0.00846254081, -0.0231784061, 0.0318831541, 0.0208444186, 0.0176590402, -0.00648085307, -0.00489183282, 0.0258793738, 0.00241105352, -0.0243821, -0.0413071811, -0.0214022268, 0.0117947115, 0.00481476728, 0.00280739088, -0.0269949902, 0.00670838, -0.00755243236, -0.017791152, 0.0230462942, -0.00520376535, -0.0155745978, 0.0437732786, 0.0315308534, 0.0156186353, -0.00574689452, -0.00195416436, 0.022018753, -0.00218169135, 0.0267454442, 0.0111341495, -0.00440742029, -0.00442576921, 0.0263197497, 0.0229875781, -0.040308997, 0.0388117209, -0.0184517149, 0.0383126289, -0.0369327888, -0.0500853211, -0.0131818932, -0.0179966614, -0.00738729164, -0.0374905951, 0.00283307955, 0.0286830943, -0.0495275147, 0.0557808392, -0.0181581322, -0.00507899234, 0.053402815, 0.0141874161, 0.0230903327, 0.0432154723, -0.0181874894, 0.00907906611, 0.0204627607, 0.0190388821, 0.00151562411, 0.0590396151, -0.0300629362, -0.0152076185, -0.0147305457, -0.00715242466, -0.0229435395, 0.0187012609, -0.0207857024, 0.0236774981, -0.0160883684, 0.043978788, -0.0143342083, 0.00324042654, -0.0190829188, 0.0132479491, 0.0244995318, -0.0137984185, 0.0760968104, -0.0322648138, -0.04022092, 0.0243233815, 0.00121011399, 0.00622763718, 0.035641022, -0.0443017296, 0.0150608271, 0.0104368888, 0.00274867425, 0.0114717698, 0.0111855259, -0.0114203934, -0.0486174077, 0.0422466472, -0.0216077361, 0.0250720195, -0.00411383715, 0.00813959911, -0.0131745534, -0.0268335193, 0.016381951, -0.0301803704, -0.015192939, -0.0274060071, -0.0415714048, 0.000250233948, 0.00243123737, -0.0135488724, 0.0180994142, 0.00357437762, -0.000509183679, -0.00106148736, -0.0416007638, 0.00997449458, -0.0186572224, 0.0190682393, -0.00271931593, 0.0319418721, 0.0108038681, -0.0152810141, -0.0270683859, 0.00937264878, 0.0170425139, 0.0101066073, -0.0240151193, 0.00156516628, -0.00441843, -0.00943136588, 0.0281546451, -0.00828639, -0.00952678, -0.0344960466, 0.0167782903, 0.0293583367, -0.0343492553, -2.24344712e-05, 0.0252041314, -0.0342024639, -0.014282831, 0.000841758563, -0.0502321161, -0.0209031366, 0.00982036348, -0.00488816295, 0.0013477311, -0.00403310172, 0.0438319966, 0.0197434817, -0.0759206563, 0.0199636687, 0.00193031062, -0.0133213457, 0.0251747742, 0.0187893361, -0.0309436861, 0.00276702316, -0.0157067105, -0.0090056695, 0.04873484, 0.0159856137, -0.0206389111, -0.0106570767, -0.0265839733, 0.0419530645, -0.00553037692, -0.028815208, -0.0173948146, 0.00201655086, 0.0368153527, 0.000254133105, 0.0364630558, 0.0181581322, -0.00539459428, 0.0172039848, 0.00865337, 0.0330868438, 0.00595240295, 0.0299161449, -0.0103855114, 0.0103488136, 0.00925521553, -0.0269803107, 0.0396924727, 0.00371749932, 0.0408374481, 0.00626066513, 0.0113836955, 0.0310317613, 0.0297253169, 0.00811024, 0.00928457361, 0.00598176103, -0.0238389689, -0.0273472909, 0.0514651649, 0.00568450801, 0.05381383, 0.0151342228, 0.00223123352, 0.0218132436, -0.0201251395, 0.039839264, 0.0384300612, 0.0184517149, 0.0283601526, 0.00197434821, 0.0471494906, 0.0428338125, 0.0155599182, 0.0234279521, 0.00122112327, -0.00143855845, -0.0283601526, 0.03144278, -0.0473549962, -0.0125800474, 0.0209178142, -0.00270096702, 0.0244554952, -0.000373860064, 0.000981669407, 0.0256591868, -2.6950036e-05, 0.0142681515, -0.00606983621, 0.0017358117, 0.00248811906, -0.0237802528, 0.0117213158, 0.0534908883, 0.0349070616, 0.0100919278, -0.0305326711, -0.0224150904, 0.0493513644, 0.0230022576, -0.058041431, -0.0303271618, -0.0272005, 0.0159562565, 0.00857997406, 0.0227820687, -0.0450063311, -0.0143121891, -0.0286243781, -0.00605148729, -0.0359639637, 0.048235748, 0.0472962819, -0.0238242894, -0.0261582788, -0.0168370064, 0.0383419879, 0.00913778227, -0.0181581322, 0.0167929679, 0.0110240551, 0.0373144448, 0.0401328467, -0.0555459745, -0.00891759526, -0.0467678308, -0.0158388223, 0.00557441404, -0.0236187819, -0.039721828, 0.0163966306, -0.0344079696, 0.022268299, -0.0460925885, -0.0239857603, 0.012279124, 0.0225325227, 0.0318831541, 0.00136791496, -0.0028752822, 0.00100368808, 0.00313767232, 0.0359933227, 0.0118827866, -0.0176003221, -0.0378135368, -0.0177471153, 0.0487935543, 0.0123892184, 0.0170571934, -0.011589203, 0.0247637574, 0.00723316, -0.040279638, -0.0310611203, -0.0123305013, -0.017541606, -0.00966623239, -0.0156186353, -0.0503201894, 0.0358758867, 0.0307088196, -0.028536303, -0.00844052155, 0.0293436572, 0.00264959, -0.0112589225, 0.026716087, -0.0452705547, 0.026437182, 0.0119782016, 0.0433916226, 0.00935063, 0.00182572159, -0.00110735977, -0.0189361274, -0.00354685402, -0.00487348391, -0.0208884571, 0.0250866991, 0.0178939067, -0.0286830943, -0.0224738065, -0.00187342882, -0.013717683, 0.0257619414, 0.000572487595, -0.0207416657, 0.0332629941, 0.0108625842, 0.0325583965, 0.00375052751, 0.0123965582, -0.0123305013, -0.00614323188, -0.0130057428, 0.010649737, -0.00580194127, 0.00413218606, -0.0455934964, 0.000893135672, 0.0290500745, 0.0129837245, 0.00992311817, 0.0172627028, 0.0479128063, 0.023648141, -0.0197288021, 0.0516413152, 0.0045321933, -0.0060294685, 0.0208150614, 0.0333804302, 0.0193031058, -0.0430393219, -0.0215636976, 0.0288298875, -0.0272885747, -0.035582304, 0.00270830654, -0.0218279231, -0.00473036198, 0.0021504981, -0.0178498682, 0.024866512, 0.0063927779, 0.0235013478, 0.00982770324, -0.0129103288, 0.00255601015, 0.0443017296, -0.0323528871, -0.0352006443, 0.0133140059, -0.049175214, -0.00551202754, -0.00455054222, 0.00209728628, -0.031384062, -0.0283014365, -0.071223326, 0.00123855483, 0.0220774692, -0.0136956638, 0.0281840041, 0.0194352195, 0.00998917408, -0.039868623, -0.0053432174, 0.00783867575, 0.00148167857, -0.00713407574, 0.0179966614, -0.0275674779, -0.0474430732, 0.0566028729, 0.00401475234, -0.00264592, -0.0105910199, -0.0137470411, 0.0564560816, 0.0198315568, 0.0176737197, -0.00545698078, -0.0277436282, -0.0212113988, -0.00177893171, -0.0113469968, 0.0422172882, 0.0156333148, 0.0136222681, 0.00556707475, -0.0118240705, 0.00263124099, 0.0223416947, 0.0108258864, 0.0342611782, -0.0256004706, 0.0220627896, -0.0118534286, -0.0309730452, -0.0395163223, 0.0167048927, -0.022018753, -0.0278317034, -0.00511569, 0.00110369, -0.00472302223, 0.0111708473, 0.0350538529, -0.0235160273, 0.0068184738, 0.0112515828, -0.026686728, -0.0569258146, 0.0568964556, -0.0034440998, -0.00041560395, -0.00838180538, 0.0264812205, 0.0212407559, 0.0372850895, -0.0411603898, -0.0100772493, -0.0214169063, 0.0244114567, 0.0327932611, -0.0178792272, -0.00954879913, 0.00723683, -0.0136516262, 0.00117341604, 0.00291014509, 0.00223673834, 0.00849189889, -0.022488486, 0.0256298278, -0.0401034877, -0.0249986239, -0.0215049814, 0.0179232638, 0.0349364206, 0.00109818531, -0.00197618315, 0.000316519581, -0.00634874031, 0.00871942565, 0.000344501721, -0.0278610624, -0.00031124425, -0.0307968948, -0.0152663356, -0.0270977449, 0.0223710518, 0.0148406392, -0.0438319966, -0.00259270822, 0.00981302373, -0.0212113988, 0.00983504299, -0.000787629106, -0.0156186353, 0.0205655154, 0.00700196344, -0.0417181961, -0.0143121891, -0.00909374468, -0.0130864782, 0.0141507182, -0.00785335526, 0.0102313804, 0.00694324682, 0.0121690305, -0.0427457392, 0.00359823112, 0.00832308829, 0.0158681814, 0.0122277476, 0.0104809264, -0.00357254269, 0.00669737067, 0.0168223269, 0.0275234412, 0.0129837245, -1.15684461e-05, -0.0186278652, -0.00183948327, -0.0205361564, 0.0264225025, -0.0183342807, 0.0119194845, -0.0004516138, 0.0509660728, 0.000801390852, -0.000449320185, -0.0144589813, -0.0137250228, 0.00476339, 0.0127561977, 0.0197581612, 0.0108919432, 0.0139231915, -0.039839264, 0.00487348391, 0.015692031, 0.0224444494, -0.0122057283, -0.028595021, 0.0258500148, -0.00486981403, 0.0321180187, 0.0110827722, -0.0209912118, -0.0110240551, 0.0186719019, -0.000661938742, 0.00736160297, -0.0100992676, -0.048705481, 0.0133066662, 0.0279784948, 0.0189067684, -0.00376520678, -0.0184957515, -0.00659461645, 0.0255564321, -0.00278170244, -0.0263784658, 0.0251894537, 0.00775794033, 0.0354061536, -0.00819831528, 0.0161324069, -0.016161764, 0.00259270822, 0.00221838942, 0.00646984344, 0.00915980153, -0.0277729873, -0.00207343255, -0.0184517149, 0.0162351597, 0.0214169063, 0.0138497958, 0.0256738663, -0.00593038416, -0.00382759306, 0.0332923532, -0.0175562855, 0.0235160273, -0.0294904485, 0.0608304739, -0.0109506594, 0.0129029891, -0.0189508069, 0.0156039558, 0.00595607236, -0.0375786722, -0.0377548225, -0.034672197, -0.0135268541, 0.0142461332, -0.011464431, -0.0214609448, -0.0207563434, -0.0051120203, -0.0164847057, 0.0230903327, 0.0238536485, -0.022209581, 0.00879282225, 0.0148406392, 0.00921117794, -0.0299014654, 0.0156479944, 0.0298427492, 0.0216664523, -0.00738729164, 0.0110313948, -0.00765518611, 0.00190645701, 0.0174535308, -0.0286830943, -0.00211930485, -0.0160883684, -0.00288996124, 0.00250830292, -0.017791152, -0.00910842419, 0.00663865404, -0.0162351597, -0.00242389762, -0.0063927779, -0.00110827724, -0.0484412573, -0.00566982897, -0.0270096697, 0.0104735866, 0.0246903617, -0.0159268975, 0.00020195324, 0.0357290953, 0.0120442575, 0.00424227957, 0.00130552857, -0.0301510114, 0.0339969546, -0.0387236476, -0.00973962806, -0.0283307955, -0.0152369766, 0.0161177274, 0.0270830654, 0.0332629941, 0.00129818893, 0.00836712588, -0.0156186353, -0.00272115087, 0.0393988863, -0.0191416349, 0.025996808, 0.024338061, -0.0209765323, 0.00368080148, -0.0174388513, -0.0112662613, -0.0196260475, -0.00378722535, 0.0082790507, -0.00641846657, 0.0127561977, -0.0239857603, -0.0289326403, -0.0264518615, 0.0107011134, -0.0082790507, -0.0242793448, 0.0062863538, -0.00446613692, 0.0042789774, 0.0146718286, 0.00987908058, -0.031824436, 0.0299161449, 0.00366795715, 0.026246354, -0.00679278513, 0.0139819076, 0.0182168484, -0.0118974661, -0.0200223848, -0.0188627318, 0.0213141534, 0.00386429112, 0.0139011722, 0.0264958981, 0.0214315858, -0.0365511291, 0.000450237625, -0.0239564031, 0.0370208621, -0.0336152948, 0.0276115164, -0.022708673, -0.00504229451, 0.0195526518, -0.0181434527, -0.00132938218, -0.0100919278, 0.000615148921, 0.00522945356, -0.00514871813, 0.0116038825, 0.00624965597, -0.00656525791, 0.0245288908, 0.00571753597, -0.0256004706, 0.00755977165, 0.029284941, 0.044536598, 0.0177764725, 0.039868623, -0.0136589659, -0.00888823625, -0.0241472311, -0.0498798154, -0.000196333873, -0.00285693305, -0.0037945651, 0.017101232, -0.00203123, 0.0145910932, -0.00134314387, 0.0136809852, -0.000644507236, 0.0374318808, 0.0420411378, 0.0472669229, -0.0161030479, 0.00634874031, 0.0183196031, 0.0128956493, -0.0415126868, -0.0193471443, -0.000698177959, 0.00917448, -0.0105469823, 0.0342318192, -0.0364043377, 0.0158241428, 0.0166755356, 0.00440742029, -0.00471568294, -0.0219306778, -0.00159177231, -0.0475311466, 0.00455421209, 0.00158993748, 0.0173067395, -0.0291381497, 0.0394282453, -0.0119782016, 0.0194645766, 0.0334978625, -0.00597809115, 0.00976898614, 0.0146204522, 0.00945338421, 0.00841116346, 0.0210205689, 0.00713040587, -0.0150314681, 0.0243087038, -0.00616892055, 0.00619460922, 0.00616158079, -0.0178792272, -0.00830841, -0.0292262249, -0.0495862328, 0.0235160273, -0.0310024042, 0.0176590402, -0.00500559621, 0.00048211895, 0.0126240849, 0.0241031945, -0.0171599481, -0.0112369033, -0.0570138916, -0.009959816, -0.00939466804, 0.0120809553, 0.0155892773, 0.0181287732, 0.043597132, 0.010869924, 0.0176150016, -0.0216958113, 0.0132919867, 0.0124552744, -0.00618359959, 0.0109213013, -0.0339675955, 0.0240591578, 0.00636341935, -0.0290500745, 0.0048110974, 0.000836712599, -0.00768454466, 0.0171893071, 0.00553404633, -0.00316336076, -0.0116479201, 0.00381658389, -0.0276408736, 0.014503018, 0.00331932702, -0.0292702615, 0.00322574726, 0.0283748321, 0.00553404633, 0.0231196899, -0.0335565805, 0.0234866701, -0.0107011134, -0.00306427642, 0.0395163223, 0.00574322464, -0.012844272, -0.0257325824, -0.00948274322, 0.0188774113, -0.0290207155, -0.0169984773, -0.00943870563, 0.00531385886, -0.0234866701, 0.0332336389, 0.0324116051, -0.0526395, -0.0147158662, 0.0374905951, 0.000746344, 0.00921851769, -0.0425989479, 0.0171305891, 0.000977082178, 0.00467164535, -0.0278463829, -0.000568359043, 0.0102313804, -0.0142241139, 0.0269949902, 0.0368153527, 0.0263637863, 0.00531018898, 0.0212113988, 0.0443604477, -0.0310904793, -0.020169178, -0.0231490489, 0.0276849121, -0.0275381207, 0.00540560391, 0.0235013478, -0.0215196609, -0.0465329625, 0.00186884159, 0.000132800604, 0.0315308534, -0.00764784683, -0.00991577841, -0.0189654864, -0.00258169882, 0.0149140349, 0.00438540149, -0.0258793738, 0.00933595095, -0.0218132436, 0.0081689572, -0.0141727375, -0.0346134789, -0.0250720195, 0.0282574, -0.0430980399, -0.0134974951, 0.0342905372, 0.0128075741, -0.0303271618, -0.00670471, -0.00311565353, -0.0501733981, -0.0226646364, 0.0295638461, -0.0108185476, 0.0342905372, 0.0204040445, -0.00957815722, 0.0158681814, -0.0142608117, 0.0184370354, -0.0251454152, -0.0100405514, -0.00909374468, -0.00307895569, -0.00352667016, -0.00217985641, -0.0151782604, -0.0131011577, -0.00627901452, 0.0201251395, 0.0246463232, -0.0299895406, -0.0215930566, 0.0110240551, -0.0164113101, 0.00598543091, -0.00314501184, 0.00468632439, 0.00131103327, 0.0115158074, 0.00489183282, 0.00300922943, -0.0190682393, -0.00704600103, -0.017321419, 0.00862401165, 0.0248811897, 0.0240444783, -0.00284592388, -0.00174682098, -0.0252481699, 0.0140773226, -0.00375419739, -0.020139819, 0.0234719906, 0.0102387201, -0.022738032, -0.0377841778, 0.018070057, -0.0221655443, -0.0197434817, 0.053402815, 0.00657259766, -0.0250720195, -0.0254096407, -0.0299014654, -0.0189801641, -0.01359291, 0.00910842419, 0.011464431, 0.0396924727, 0.000159750634, 0.0173948146, -0.01729206, 0.0134828165, -0.0292409044, 0.00168718689, -0.0123451808, 0.0128809707, 0.0340556726, 0.0304739531, 0.0297106374, 0.00263307593, 0.0172627028, -0.00316703063, 0.0147305457, -0.00990109891, 0.0331749208, -0.00958549697, 0.00828639, 0.00461292872, 0.000153099143, 0.00178535387, -0.00918916, 0.0135121746, 0.00360006606, 9.58159799e-05, -0.000475238077, -0.0333217122, 0.0184663944, -0.0247343984, -0.0247490779, -0.0379603282, 0.00178718881, -0.0149800917, 0.00402943185, -0.0110313948, -0.0293876957, 0.0119928801, -0.0185544696, -0.0180994142, -0.00344043016, 0.0130791394, -0.00864603, -0.00437806221, -0.0181874894, 0.0192737486, -0.00454687234, 0.0120662767, 0.00758179044, -0.0057762526, 0.000122249956, -0.0120956348, 0.0413365401, 0.0266720485, -0.0261436, -0.0275087617, -0.0179085862, -0.015222298, -0.0299601834, 0.0126240849, 0.0112882806, -0.0226499569, -0.0115965428, 0.0160736889, -0.0187599771, -0.0183049235, 0.00877080299, -0.0115011288, 0.00248077954, 0.00730655622, -0.0268481988, -0.0196113698, 0.00715242466, 0.00678544538, -0.00517073693, -0.010869924, -0.00860199239, 0.0281399656, -0.0183049235, -0.0142241139, 0.00946072396, -0.0128002353, -0.0140626431, -0.052463349, -0.00486247474, 0.0239710826, -0.00569551717, -0.0286537372, -0.0334391445, -0.0150901852, 0.0148332994, 0.0612414889, -0.00767720491, -0.0122204078, -0.0235307068, 0.0057762526, -0.00713040587, -0.00913044252, 0.00419090269, 0.0151782604, -0.00668636104, 0.0256298278, 0.0092331972, -0.0231930856, -0.000659645128, -0.00871208683, 0.0149360541, 0.00261105713, 0.018290244, 0.0208590981, -0.0282867569, -0.0149140349, 0.0163379144, 0.0048955027, -0.00258536846, 0.0141800763, 0.00526615186, -0.0289766788, -0.0142754912, -0.0282133613, 0.00959283672, -0.0195379723, 0.0138204368, 0.01359291, 0.0149213746, 0.0197141226, 0.0416594818, -0.0053432174, -0.0144222826, -0.0232958402, -0.0175269265, -0.000894053082, -0.0276995916, -0.0127708763, -0.049145855, 0.00108350615, -0.0342024639, 0.00360740558, -0.00107249676, -0.018070057, 0.0115231471, 0.0035395145, -0.0156186353, 0.0288445652, -0.00267344364, 0.0136516262, 0.00958549697, 0.0364630558, -0.0185691472, 0.00591937453, -0.0189067684, -0.0221361853, 0.00353401, -0.00869006757, -0.0225031655, 0.0254096407, 0.00548266945, -0.0319125131, -0.00430466607, -0.0163966306, 0.0399566963, 0.00892493408, 0.0221361853, -0.00264775497, 0.000246105425, -0.0542542078, 0.0178939067, -0.0162058026, -0.0189654864, 0.0296519194, -0.0147892619, -0.00281473063, -0.00203673472, -0.0277729873, 0.00755977165, -0.0157801062, 0.00547166, -0.00269729714, -0.0390172303, -0.0204774402, 0.0151489014, -0.00336336438, -0.0161470845, -0.0280665699, -0.019890273, 0.0192443896, -0.0102460599, -0.00656892778, 0.0124259163, -0.0128589515, 0.0157067105, 0.0111341495, -0.00169911375, 0.00240921858, 0.0169397611, 0.01077451, -0.00620928826, 0.00295785232, 0.0113102989, -0.0144369621, 0.0166902151, 0.0291381497, -0.00248261425, 0.00134497881, 0.0042532892, -0.00744600827, -0.0124259163, 0.0116919577, -0.00293399883, 0.021769207, -0.00543129211, -0.0214756243, 0.0179379433, 0.0206389111, -0.00846988056, 0.0205801949, -0.00119359989, -0.00859465357, -0.0068661808, 0.0173801351, 0.00227527111, 0.00581662031, 0.0132112512, 0.00562212151, -0.0213581901, -0.0119635221, 0.0205508359, -0.0207269862, 0.0399273373, 0.00462760776, 0.0224150904, -0.00867538899, 0.0231637284, -0.0130277621, 0.00484779524, 0.00164865411, -0.00469733402, 0.00338171353, 0.0093432907, 0.0121029746, -0.0137617206, 0.00182847388, -0.0324996784, 0.013688325, 0.00789005309, 0.00575790368, -0.0159856137, 0.00639644777, 0.0101212868, 0.0112222247, -0.000378447323, 0.00208994653, 0.0214315858, 0.00299822, 0.0113176387, 0.00524046319, -0.000792216393, 0.0164113101, -0.00941668637, 0.00235050195, -0.00376153691, 0.0247637574, -0.026716087, 0.000703223923, 0.000439686963, 0.0164259896, -0.0106130391, 0.0143415472, -0.00508633163, 0.0270243492, 0.022517845, -0.0133874016, 0.0127121601, -0.0242940243, 0.0174388513, -0.00778729888, -0.0239123646, -0.00651755091, -0.0108552454, -0.00839648396, 0.0312959887, -0.0106350575, -0.0111121302, -0.00224407786, 0.0162791982, 0.0269509535, -0.00703866128, -0.0167636108, -0.000812858925, -0.0239123646, -0.00271748099, -0.0106570767, 0.0111268098, 0.0163525939, -0.00918182, 0.00553404633, 0.00988642, -0.0134974951, 0.00748637598, 0.0414539725, -0.014282831, 0.00841116346, 0.0188774113, 0.0203159694, -0.00766252587, 0.0298867878, 0.00919649936, 0.0168516859, 0.00112387387, 0.0163379144, 0.00638543814, -0.00505697355, -0.0181287732, -0.0309436861, 0.020609552, -0.00356703787, 0.0117800329, 0.00927723479, -0.00267894822, 0.00706435, -0.00546432054, -0.0207710229, 0.040250279, 0.00932127237, 0.00563313067, 0.0225618817, -0.00997449458, 0.00789739285, -0.0298280697, -0.00880016107, 0.00279454677, 0.03144278, 0.0178058315, 0.0047487109, -0.00155599182, 0.00545698078, -0.00015998, 0.0107084531, -0.0139598893, -0.0130864782, 0.00420558173, 0.00995247625, 0.00329180341, 0.0316189304, -0.00547166, 0.00650654128, 0.000851391756, 0.0145690748, 0.000685792416, -0.00168993929, -0.0206535906, 0.0212847944, 0.00646984344, 0.00199269713, -0.0040000733, -0.00805152394, 0.00275601377, 0.00357070775, -0.0224150904, -0.0296225622, -0.0148259597, -0.0332042798, 0.00355052389, 0.0137910787, 0.0039523663, 0.012558029, -0.00580928102, 0.0384594202, 0.00103304652, -0.0127928955, -0.00672672875, 0.012058937, 0.0400741287, -0.0105396425, -0.0263050701, 0.00327345449, 0.00782399718, 0.0206389111, 0.0332042798, -0.0104662469, 0.00768454466, 0.0237508938, 0.0125947269, 0.0189067684, -0.0220334325, 0.00266977376, 0.0293143, -0.00993045699, 0.0016514064, -0.0097910054, 0.0122644454, 0.0174682103, -0.0163966306, -0.0062863538, 0.0269509535, -0.0113323182, -0.0145690748, 0.025439, -0.0105690015, 0.0131892329, -0.0111488281, 0.0140112666, -0.0286390577, -0.000958733202, -0.0259087328, -0.0226939935, -0.0105910199, 0.0140039269, -0.0103928512, -0.0026936275, -0.0070349914, -0.02718582, 0.0119048059, -0.0235307068, 0.013717683, 0.00915980153, -0.0260848831, 0.0113102989, 0.0243967772, 0.0074203196, -0.0113763558, -0.0110680927, -0.00769188441, -0.0235747453, 0.00214682845, 0.00557074463, 0.0125727076, -0.0167782903, -0.0298867878, -0.0327051878, 0.00131470303, -0.0192590691, 0.020389365, -0.00113855302, 0.00295601762, 0.0173360985, -0.0339675955, -0.0219306778, 0.019860914, -0.0249105487, -0.0117066372, -0.0167929679, -0.00505697355, -0.0236628186, 0.0240591578, 0.0188480522, 0.0121176532, 0.00430466607, 0.0268188398, -0.00880750082, 0.0101726633, 0.000640378741, 0.00184590544, 0.0226352774, 0.00406612968, 0.00126974809, 0.0113396579, -0.00482944632, 0.00157342339, 0.00838180538, 0.0110167162, 0.0139745679, -0.00791941117, 0.0158535019, 0.0060074497, 0.0293436572, 0.0155599182, -0.0130864782, 0.00608451525, -0.00214132364, -0.0303271618, -0.00654690899, -0.0170278363, -0.0095121013, -0.0194645766, 0.0160736889, 0.0236334614, 0.00522578415, 0.00120644411, -0.0286390577, -0.025439, 0.0474137142, 0.0121543519, 0.0147745833, 0.00658360682, -0.0294023752, -0.00132387748, -0.0543716401, 0.0271271039, -0.00970293, -0.0194792561, 0.0103855114, 0.0137250228, 0.00235784147, 0.0097763259, 9.45401553e-06, 0.00722949067, 0.0245729275, -0.00121561869, 0.0276555531, -0.00910842419, 0.0171599481, 0.0257912986, -0.0545771495, -0.0184370354, 0.00507532246, 0.0271124244, 0.012969045, 0.00385328173, 0.0109506594, -0.0145543953, 0.00899099093, -0.0185691472, -0.0228114277, -0.00198719231, -0.0117580136, -0.020609552, 0.0110240551, 0.0113176387, 0.00112020399, 0.0151195433, -0.00268628774, 0.00191563147, -0.0165874604, -0.00239820918, -0.0119194845, 0.00437439233, -0.0166902151, 0.0196554065, 0.0011174517, 0.000332574913, -0.00195966894, 0.0146718286, 0.011369016, -0.00350832124, 0.0143048493, 0.0104148705, 0.023648141, 0.0123598594, 0.00635975, 0.000740839285, 0.0146865081, -0.00975430757, -0.00636708923, 0.0218279231, 0.0087854825, -0.00681480393, -0.00962953456, -0.0158828609, 0.0173801351, -0.00235784147, 0.00595240295, -0.0187599771, 0.00520376535, -0.00572120585, 0.0287564918, 0.00225508725, 0.00231196894, -0.00387530052, -0.0048955027, -0.00921851769, 0.0034330904, -0.0367566384, 0.0132773081, -0.00188260339, 0.0169837978, -0.00800748635, 0.00277803256, 0.0029505128, -0.0125727076, 0.00813959911, -0.0153837688, 0.00553404633, 0.00734692393, -0.00326795, 0.00352300052, 0.0310611203, 0.0114130536, 0.0143562267, -0.000161814896, -0.0122717852, 0.0324116051, -0.0162938777, 0.0071414155, -0.00777995912, 0.0050643133, -0.011464431, 0.00250463304, 0.0154718431, -0.0109213013, -0.0196554065, -0.00101653242, -0.0126828011, -0.00835978612, -0.0154718431, 0.00257435907, 0.0109653389, -0.0130130826, 0.0181874894, -0.00356336823, 0.0152369766, 0.0305620283, -0.0102534, -0.0154571645, -0.00899099093, 0.0143342083, 0.0123818787, -0.0154865226, -0.00735426322, 0.00747169694, 0.0130277621, 0.00819831528, 0.00042638398, -0.00139819074, -0.043978788, 0.0160736889, 0.012403897, -0.00840382371, 0.00576891331, 0.0253802817, -0.0176590402, -0.00464595668, 0.0211820398, -0.00720747188, -0.00635241, -0.0036991504, -0.00506798271, -0.00435237354, 0.00924787577, 0.0259380899, 0.00921851769, 0.00759646948, 0.0257619414, -0.0139011722, 0.00691388827, -0.0111121302, -0.00371199474, 0.000707811152, -0.017570965, -0.00254683569, 0.00350281666, 0.000155966161, -0.000383722625, 0.00841116346, 0.00981302373, 0.00777262, 0.0165874604, 0.00490651187, 9.67334272e-05, -0.015192939, 0.010334135, -0.00141103507, -0.0057909321, 0.0166021399, 0.0190535598, -0.00808822177, 0.0198021978, -0.00473403186, -0.011684618, 0.00409548776, 0.00309179979, -0.00533587765, 0.0170571934, 0.00783867575, 0.0134534575, 0.0217251685, 0.00766986562, -0.0100038536, 0.00615057163, -0.0193031058, -0.00841116346, -0.00740931043, -0.0109433196, -0.00133213459, 0.0029505128, 0.0103708329, 0.00155874423, -0.0130718, 0.0282867569, -0.00087799778, 0.00235417159, 0.00660195621, 0.00996715575, -0.00536156632, -0.0170865525, -0.00187526376, -0.000421338016, -0.0251307357, 0.00360006606, -0.0116038825, -0.0152956937, -0.00323675666, -0.0039780545, -0.00237252051, -0.0195379723, -0.016381951, -0.0154571645, -0.0147011876, 0.00764784683, -0.0140699828, 0.0129617061, 0.00996715575, -0.0173067395, -0.00721848104, -0.011934164, 0.0208150614, -0.0135488724, -0.012558029, 0.00156149652, 0.0149066951, 0.0090056695, 0.00778729888, 0.0271417815, -0.00527349114, -0.00151562411, 0.00322024268, 0.0143855847, 0.00594873307, -0.0100919278, -0.014158058, 0.00216701231, -0.00130736339, 0.0169397611, -0.0205801949, 0.00120277435, -0.00635241, 0.00326978485, -0.0272445362, -0.000185439188, 0.00407713884, -0.00811758, 0.00924787577, 0.0140553042, -0.0123378411, 0.00924787577, 0.0124772936, -0.00589001644, 0.00973962806, 0.0132846478, 0.00243123737, -0.0169984773, 0.0291968659, 0.00552670704, 0.00973962806, 0.00498724729, -0.00544230174, -0.0114497514, 0.0182755645, -0.0124259163, 0.00775060104, 0.00789005309, -0.00700930273, -0.00153305568, -0.0171305891, 0.0141727375, 0.00438173162, -0.0137030035, 0.00311748846, 0.0165727809, -0.001957834, -0.00780197792, -0.0170718729, 0.000978917, -0.0267307665, -0.01252867, -0.0136442874, 0.017570965, 0.0196994431, -0.00078441808, -0.0100478912, 0.00503862463, 0.0130424416, -0.00492486078, 0.00740564056, -0.00173856399, 0.0112002054, -0.0082790507, -0.00476706, -0.0131011577, -0.00179911556, 0.0345254056, -0.0101506449, 0.00348446751, -0.0132552888, -0.0144956792, 0.000266059942, -0.0206682701, -0.0208884571, 0.0153837688, 0.0171746276, 0.00097249489, 0.0124699539, -0.00150094496, 0.000606433139, -0.00562946126, 0.0104222093, 0.0118974661, 0.00459458, 0.00905704685, 0.035112571, 0.0034440998, -0.0226939935, 0.00786803383, -0.00318721449, -0.00351933064, -0.00777995912, 0.00278537231, 0.0023082993, 0.0095121013, 0.0188774113, -0.00136974989, 0.0179526228, 0.0122277476, 0.00789739285, -0.0022349034, -0.0292409044, 0.00621295813, 0.0232958402, -0.0237215366, 0.0307675377, -0.00554138608, 0.020169178, 0.0272298567, 0.0164700262, 0.00893961359, -8.42905411e-06, -0.00712673645, 0.0104515683, -0.00162388303, -0.00615791138, -0.00285693305, 0.0131451953, 0.00980568491, -0.00183489604, 0.00249362364, 0.000351841329, -0.00868272781, 0.028316116, 0.00106148736, -0.00233949255, 0.0104368888, -0.00312849786, -0.00045253124, 0.00264041545, -0.00926255528, 0.0011284611, 0.00609919429, 0.0178792272, 0.0344666876, 0.0137397014, -0.015222298, 0.0249545872, -0.0275527984, -0.000341520034, -0.0139745679, -0.00726618851, 0.00766252587, -0.00630470272, 0.00646984344, -0.0133286845, -0.00291014509, -0.014481, -0.0127268387, 0.0237215366, 0.00304959714, 0.00627167476, 0.00810290128, 0.000468586572, 0.00446613692, -0.00357621233, 0.00299455039, 0.00687719043, -0.00449549546, -0.0336740129, 0.017791152, 0.0200223848, -0.00735059381, -0.00433035474, -0.00391199859, 0.0268922374, -0.0266280118, -0.0100919278, 0.0288445652, 0.0178351905, -0.00711205695, 0.0164406691, 0.00199269713, 0.00860933214, 0.00987908058, 0.0101653244, 0.0213288311, 0.00353217497, 0.00646984344, -0.0069028791, -0.0150094498, -0.00536890607, 0.00724783959, -0.00113213086, -0.00660195621, 0.0196113698, -0.0123598594, -0.00590836536, 0.00832308829, -0.00341657642, -0.00431200583, 0.0142094353, 0.00067386555, 0.00688086031, 0.00793409068, 0.0140186055, -0.0367272794, 0.0138057582, -0.0151489014, 0.00352667016, 0.0162204802, 0.0122130681, 0.00521110464, -0.00277803256, 0.00462393789, -0.00984972157, -0.00798546802, -0.0176296812, -0.0106570767, -0.0105616618, 0.0117580136, 0.00477072969, 0.00206609303, 0.0119488435, 0.0108625842, -0.00432668487, 0.0300042201, 0.000916530553, 0.0364043377, 0.0184076764, -0.00998183433, 0.0176003221, -0.00445879763, 0.0144956792, -0.0230316147, 0.00568083813, -0.000911025913, 0.0134314392, -0.012778216, -0.00272849039, -0.0190975983, 0.0178058315, 0.0196994431, -0.0118460888, -0.0215930566, -0.0172773805, 0.00106515712, 0.00159177231, 0.00429365691, 0.000611937838, 0.0120222392, -0.0116626, 0.00366428751, 0.024088515, 0.00641846657, -0.00713407574, -0.00597442174, -0.0205068, -0.000328675756, -0.00143121893, 0.0211086441, 0.024616966, -0.0238242894, -0.0329106972, -0.0137470411, -0.0166755356, -0.00506064342, -0.00769188441, -0.0105836801, -0.00465329643, -0.00135231845, 0.0122571057, -0.00652489, -0.00191012677, 0.00120552676, 0.0122424262, -0.0110387346, -0.0210792851, 0.0361988284, 0.015912218, -0.0208150614, 0.00444411812, 0.0167782903, 0.0157507472, -0.00424961932, -0.0179526228, -0.00122938037, -0.00672672875, 0.00839648396, -0.00824969262, 0.00881484058, 0.00133855664, -0.00086102495, 0.00673773838, -0.00669003092, 0.0319712274, 0.02011046, 0.0138497958, 0.0293583367, 0.0290500745, -0.0298721083, -0.0165727809, -0.0296959579, -0.00642580586, 0.00278353738, -0.0100699095, -0.00285693305, -0.00475605065, 0.0176296812, 0.0031651957, 0.0014752564, -0.00173672906, 0.00780197792, 0.0206829477, -0.00286060292, 0.0193618238, 0.019890273, 0.0075671114, 0.0197875183, -0.00102845929, 0.00971761, 0.0118020512, 0.00765518611, 0.00430466607, -0.00808822177, 0.0153103722, -0.00847721938, 0.00246059569, -0.00520376535, 0.00518908584, -0.000838547479, -0.00564781, -0.0191416349, -0.0236774981, -0.00869740732, -0.00449549546, -0.00561111234, -0.00211747014, -0.0146131124, -0.00404411089, -0.000700471574, -0.0177324358, -0.0146644888, 0.0158388223, 0.00877080299, -0.000362621329, 0.0235453863, -0.00822767429, 0.0133507038, 0.0211673602, 0.0241472311, 0.00720747188, -0.0122350873, -0.00471201306, -0.00194315496, -0.00479274848, 0.00438173162, -0.0202719308, 0.0425108708, 0.0108112078, -0.0190975983, -0.00573221548, 0.00112662616, -0.00359639619, -0.000382575818, 0.0149800917, -0.00594873307, 0.0319712274, -0.00819831528, -0.0125213303, -0.00122295821, 0.00502027571, -0.00251747738, -0.00602212874, 0.0180847347, 0.008895576, -0.00560377259, 0.00747903623, 0.00783867575, -0.00695792586, -0.00428264728, -0.00836712588, -0.000732582237, 0.0253949612, -0.01218371, 0.0283895116, 0.00808088202, 0.0304739531, 0.00475605065, -0.00401842222, 0.00675241742, 0.00677443622, -0.0106423972, -0.0100405514, 0.00643314561, -0.0105102845, -0.00337620871, -0.00855061598, 0.00377621618, 0.00387530052, -0.0046789851, 0.00662397454, -0.0117800329, 0.00106607459, -0.01359291, 0.0366392061, -0.00282574, -0.00215416797, -0.0101066073, 0.0296078827, 0.0284188706, 0.00210095593, 0.0192443896, 0.00314501184, -0.00556707475, 0.0270683859, -0.0206535906, -0.00310831401, 0.00448815571, 0.0106790951, 0.0208590981, 0.00145965978, 0.00302207377, 0.00598543091, 0.00209545135, 0.0211526826, 0.045387987, 0.0163966306, -0.0155305602, -0.00839648396, -0.0118681081, -0.011464431, 0.013468137, -0.00665700296, -0.0107818488, 0.0214756243, -0.00117800327, 0.0211233236, -0.00714875525, -0.00348630245, -0.0145617351, 0.0082790507, 0.0228261072, -0.000169727879, -0.00261656172, 0.02436742, -0.00766986562, -0.0239564031, -0.012058937, -0.0100625698, 0.0079047326, 0.000261472684, -0.00810290128, -0.0342611782, -0.0112148849, -0.0204774402, 0.00338354823, -0.0080148261, 0.0194352195, -0.0148920165, -0.00680012489, 0.00355786341, 0.0375199541, 0.000125231658, 0.00383860245, 0.0138351163, -0.0147011876, 0.00565881934, 0.00456155138, 0.0210205689, -0.00240371376, -0.00317804, -0.0160590094, 0.0197141226, 0.0090056695, 0.0181581322, -0.00441476, 0.0021394887, 0.00279271184, -0.0122717852, -0.00193398038, -0.0227967482, -0.00737995189, -0.000292665907, 0.00595607236, 0.0125800474, -0.0059230444, -0.00373401353, 0.00224591279, 0.0057762526, 0.00919649936, 0.0257766191, -0.00702031236, -0.010334135, -0.00163856219, -0.00417255377, 0.0119121447, 0.00911576394, 0.00856529456, -0.00970293, 0.0193911809, 0.00448448583, 0.00184590544, 0.0111561678, -0.0195820108, -0.00904970709, 0.0386355706, 0.0123378411, -0.0194645766, -0.00642580586, -0.0179526228, 0.0126240849, 0.00511936, -0.00612855284, -0.00687719043, 0.00311381859, 0.0171452686, 0.00245142123, -0.00426429836, -0.00388264, 0.00822767429, -0.00763316778, -0.0170425139, -0.00826437213, 0.00141929206, 0.00866070949, -0.00455421209, 0.00520376535, 0.00376520678, -0.00636341935, 0.00753041357, 0.00793409068, -0.00784601551, -0.0140993409, 0.0181728099, 0.00611387379, -0.00161837833, 0.0131084975, 0.00504963379, -0.0166314971, -0.00794143, -0.00130002387, -0.00414319523, -0.00377621618, -0.0183342807, -0.00739096152, -0.00874878466, 0.0025248169, -0.0267894827, 0.00512303, -0.00308262534, -0.0108479057, 0.00109635037, 0.00542028295, -0.00611387379, 0.00838180538, -2.38679841e-05, -0.0136516262, -0.00233949255, 0.0133213457, 0.0145103578, -0.0131378556, -0.0157067105, 0.00375786703, -0.010084589, 0.0201985352, -0.0212701149, 0.0118607683, 0.00397071522, -0.00793409068, 0.0175856445, -0.00907906611, -0.000359180907, -0.0195820108, 0.00134130905, 0.00760380924, -0.0140479645, -0.00355602847, 0.0122350873, -0.0240591578, -0.00244775135, 0.00841850322, -0.00327895931, -0.00772124249, -0.0090056695, 0.00632305164, -0.000892676937, -0.0148699973, 0.0035064863, 0.00206976268, -0.00324593112, 0.00583496923, 0.0135488724, -0.0167929679, -0.0142975105, 0.0134094199, -0.00500926608, 0.0102607384, 0.0138351163, 0.00769188441, 0.0278610624, -0.0121616907, -0.00670471, 0.0129470266, 0.0023193087, 0.0173360985, -0.000845428382, -0.0145617351, 0.00651755091, 0.0154278064, -0.0002644544, -0.0029266593, -0.00841850322, 0.00570285693, -0.0217838865, -0.0107011134, 0.000631204224, -0.0223710518, -0.00135231845, 0.0054496415, -0.00293032895, 0.0160002932, 0.00507899234, 0.00185141014, 0.00700196344, 0.0120295789, -0.0286537372, -0.0161911231, -0.0199049525, -0.00935063, 0.012653443, 0.00196517375, -0.00447347667, 0.0231050104, 0.0081836367, 0.00254867063, 0.0193765014, 0.0116332406, 0.0151489014, -0.00200554146, 0.0103267953, 0.0131158372, -0.00638910802, -0.00641846657, 0.014158058, -0.00490284245, -0.0157947857, 0.00165966351, -0.00403677113, -0.0176737197, -0.00269179256, 0.0161470845, -0.00874144491, -0.0141653977, -0.00912310276, 0.0400741287, -0.0116405804, 0.0198315568, -0.0237215366, 0.0107524907, 0.010334135, 0.015692031, 0.0128956493, 0.00896897167, 0.00175966532, 0.00425695907, -0.0158094652, -0.00987174083, -0.000309638708, 0.00546799041, -0.00725517888, 0.020609552, -0.0132993264, -0.000591295247, 0.00700563332, 0.0168076474, 0.0142901707, 0.0168516859, 0.0118681081, 0.0163085554, 0.00202756, 0.0221508648, 0.0117873726, -0.00254316581, -0.0124405948, 0.00589001644, 0.000932585914, -0.021769207, -0.0102607384, 0.0160883684, 0.00407346943, 0.00139635592, -0.00835978612, -0.00448081596, 0.0185691472, -0.0191122778, -0.00150736712, 0.00340006244, -0.00303308317, 0.00186700677, 0.00985706132, 0.0154571645, -0.0073359143, 0.0129837245, -0.00228995038, 0.0188480522, -0.00846254081, -0.0266426913, 0.0125800474, -0.0135268541, 0.0113836955, -0.00498357788, 0.00436705258, 0.00819831528, 0.00155874423, -0.014877337, 0.0102240406, -0.020360006, -0.0114203934, 0.0115598449, -0.00657993741, -0.0150755057, -0.00415787427, 0.00823501311, 0.00849923864, 0.0100992676, -0.00149268797, -0.00877814274, -0.0202132147, 0.0199783482, 0.00264592, 0.0028991357, -7.80404225e-05, 0.000147250408, 0.000620653562, 0.0274353661, 0.0139525495, -0.0103928512, -0.00300372485, 0.0264078248, 0.0124846324, -0.00681480393, 0.01077451, 0.0268041622, -0.00812492, 0.0374905951, 0.00664232392, -0.00171012315, 0.00802216586, -0.00428631715, 0.00879282225, 0.0128516117, -0.0251600947, 0.0117580136, 0.0167342518, 0.0140259452, 0.00292115449, 0.0146204522, 0.00504963379, -0.0104809264, -0.00982770324, -0.00857997406, 0.0158388223, -0.0104442285, 0.00488082366, 0.000826161937, 0.0125727076, -0.00081331766, -0.010334135, 0.0157947857, 0.00097524724, 0.0106644155, 0.015192939, 0.00313216751, 0.00191930123, 0.0169544388, -0.0128589515, 0.0036257545, -0.0662324056, -0.00941668637, 0.00684416248, -0.00270463689, 0.0147378854, -0.0209765323, -0.00852859672, -0.0168663654, 0.0119415037, -0.0117580136, 0.0120148994, -0.00528450077, 0.0214462653, -0.000147250408, -0.0102313804, -0.0171599481, -9.59306562e-05, -0.000587625487, -0.0147672435, -0.00439274125, 0.0221068282, 0.00617992971, -0.0214315858, -0.00946072396, -0.00057845097, -0.00193398038, -0.000312620425, 0.0194058605, -0.0158681814, -0.00514871813, 0.00572120585, 0.000267436088, -0.00773592154, 0.0104075307, 0.0171159096, -0.00162755279, -0.0001322272, -0.0179526228, -0.000602304644, -0.000924328866, -0.00445145788, -0.0194939356, -0.00634140056, -0.0138791539, 0.00382025354, 0.0156186353, -0.00016147086, 0.000477531692, -0.0188040156, 0.0152369766, -0.00435237354, 0.00926989503, -0.0301803704, 0.00990109891, 0.0247343984, -0.00570285693, -0.0237655733, -0.0150167895, 0.0221802238, 0.00280372123, 0.00541661307, -0.0142241139, -0.0237802528, -0.00507532246, -0.00405879, -0.0024165581, 0.0129396869, 0.00885887817, -0.0214609448, 0.017321419, -0.0109579992, -0.007203802, 0.00791207142, -0.0165287443, -0.00364777329, 0.0164113101, 0.00753041357, 0.00471568294, -0.000534413499, 0.00986440107, 0.00702398224, 0.0101946825, 0.0176443607, -0.0138644744, -0.00290097063, -0.0142608117, -0.0152076185, -0.0125506893, -0.000316519581, 0.00148167857, 0.0191269573, 0.0122057283, -0.00927723479, -0.00739096152, -0.0068404926, 0.00231747376, -0.0150901852, -0.0115965428, 0.0125213303, 0.0174094941, 0.00935063, 0.000522945367, 0.0199489892, -0.0257472619, -0.00116699387, -0.0163232349, 0.00529184, -0.00909374468, 0.0152956937, 0.000935338263, 0.0121396724, 0.00597442174, -0.00250463304, 0.00551202754, 0.0221655443, -0.0014917705, -0.000271105906, 0.00957081746, 0.00838914514, -0.00786069501, -0.0266720485, -0.0085579548, 0.00244041183, -0.0214022268, 0.0308556128, 0.0114130536, -0.00262206653, -0.00919649936, -0.0156479944, 0.00291014509, -0.00491018174, 0.0106056994, 0.0209031366, -0.0106570767, 0.00608451525, -0.0145764146, 0.00499825692, 0.0233545564, -0.00844052155, 0.0232077651, 0.0171599481, -0.0170571934, -0.00364593836, 0.00603680778, -0.0137030035, -0.0352887213, -0.00525147235, 0.00786803383, 0.00761848828, -0.008895576, 0.00473770173, -0.0100772493, 0.0121983886, 0.00842584297, 0.00178810616, -0.00268445304, -0.00682948297, -0.00185141014, 0.00275601377, -0.00221838942, 0.00633773115, -0.00165507628, -0.0140773226, 0.00193214556, 0.00952678, 0.0203159694, 0.0065359, 0.0171305891, 0.00581662031, -0.0176296812, 0.00844052155, 0.027156461, 0.00870474707, 0.0112002054, -0.0171746276, -0.0347896293, 0.0168076474, -0.012279124, 0.0181434527, 8.9967245e-05, 0.012969045, 0.0048955027, -0.000532578561, -0.0305326711, -0.0168516859, -0.00679645501, -0.0118901264, 0.0232958402, 0.00145690748, 0.0144589813, 0.0105910199, 0.015692031, 0.0123892184, -0.00702031236, 0.0151048647, -0.0096075153, -0.0127195, -0.000519275607, 0.00949742179, 0.00325510558, 0.00301106437, -0.000724783924, -0.000789922778, -0.00710471766, 0.00838180538, -0.017321419, -0.00607717596, 0.0126314247, -0.0140626431, 0.00197434821, 0.0288592447, -0.00957815722, -0.0125800474, -8.16528773e-05, -0.0116405804, 0.00904970709, -0.0034092369, 0.0232664812, -0.00740931043, -0.00735059381, 0.0425695889, 0.0139892474, -0.00794876926, -0.00211196532, -0.0025248169, -0.0159856137, 0.0147672435, 0.0108919432, 0.000448632083, 0.0153690893, -0.00227343617, -0.0058313, 0.00157342339, -0.00720747188, 0.0047487109, 0.00764050707, 0.0234719906, -0.00511569, -0.00704967044, 0.0218279231, 0.0135562122, 0.0226499569, -0.00463494752, -0.0104222093, -0.0138718141, 0.00547166, -0.00570285693, -0.000494045787, -0.019860914, 0.0060074497, 0.0018440705, -0.00945338421, -0.00264959, 0.0168957226, -2.8856608e-05, -0.00177250954, -0.0190242026, 0.00461292872, -0.00536156632, 0.0252334904, 0.000401383499, -1.98899875e-06, 0.0183049235, 0.000770656334, 0.0068661808, -0.0195379723, -0.00255050557, -0.0353474393, 0.00677810609, -0.00558909355, -0.00121011399, 0.00299455039, -0.0202278942, -0.0172480233, -0.0104735866, -0.0145837534, -0.00445512775, 0.0129910642, -0.00100552302, -0.0184957515, -0.00713040587, -0.00733224442, 0.00428998703, -0.0153690893, 0.0163672734, -0.011589203, -0.0190682393, -0.00635241, -0.0234866701, -0.0109433196, 0.0231050104, 0.00488816295, -0.00795610901, 0.0121983886, -0.0145617351, -0.0109506594, -0.00314501184, 0.0115965428, -0.0246756822, -0.0233398769, 0.0156773515, -0.00669737067, 0.0193911809, 0.0194792561, -0.00982036348, -0.0386062115, -0.00564047042, -0.000772032537, -0.0103194555, -0.0119048059, -0.000563771813, 0.0128222536, -0.00540927378, -0.00484779524, -0.00450650463, 0.00431934511, -0.0135855703, -0.00649186224, 0.000703223923, 1.664308e-05, -0.0268041622, -0.0310611203, -0.0084478613, -0.014781923, -0.00814693887, 0.0170131568, 0.00597809115, 0.00701297261, -0.0401915647, -0.00142846652, -0.00942402612, 0.00185416243, 0.00395970559, -0.00535422657, -0.00131378556, 0.00755977165, 0.00137066736, -0.0400154144, -0.00233398774, -0.0176883973, -0.0235600658, 0.00839648396, 0.000595882477, -0.00730288634, 0.0184370354, -0.0312666297, -0.0218866393, -0.00724783959, 0.0357878134, -0.0034826328, 0.00698728394, -0.0268041622, 0.0102020223, 0.0108479057, 0.000893594406, 0.00579460151, 0.0126094054, -0.0304152369, 0.0136956638, -0.00394869642, 0.00863869, 0.0108772637, 0.00275968364, -0.0328226201, 0.00758179044, 0.0104368888, 0.000548175187, 0.0199049525, -0.0108258864, -0.00913778227, 0.00849923864, -0.0114203934, -0.00999651384, 0.0679351911, 0.00587166753, 0.0140259452, -0.0226059202, 0.00642213598, -0.0142901707, 0.00575056439, 0.0414833315, -0.0108846035, 0.0307381786, -0.00902768876, 0.0120369177, 0.000822950853, 0.0271271039, 0.0165140647, 0.00281656533, 0.0149140349, -0.00727352779, -0.0141360397, 0.0113176387, 0.00791941117, -0.0316776447, -0.00480375765, -0.00594873307, -0.00610653404, -0.0235747453, 0.00110735977, 0.00314501184, -0.0224738065, -0.00387530052, -0.00087983266, 0.0503495485, 0.0177471153, -0.0201251395, -0.0258646943, 0.00180278532, 0.00674507767, 0.0192443896, 0.017101232, -0.0186865814, 0.0205068, 0.0156333148, -0.00567716826, 0.0210646074, 0.00193948508, -0.0137323616, -0.00267527835, -0.0310904793, 0.0116626, -0.0305913873, -0.00118809519, 0.0071414155, -0.0132332705, -0.0119048059, 0.0197141226, 0.0111708473, 0.0103194555, 0.0218572821, 0.00400741305, 0.00097157748, 0.0057762526, 0.000448173349, 0.0241325535, -0.0023706858, -0.00141929206, -0.0302978028, -0.0203306489, 0.00266243424, 0.000880750129, -0.00642213598, -0.0111855259, -0.00811024, 0.00148534833, -0.0104956059, 0.0182168484, 0.00593772344, 0.000760105671, 0.00607717596, 0.00197251327, -0.0111414893, -0.0415714048, 0.011713976, -0.0124699539, -0.00257802894, -0.0131084975, -0.0292115454, -0.0400154144, -0.00796344876, -0.00376520678, 0.0054496415, 0.00792675093, 0.0219013188, -0.022209581, -0.00860199239, -0.0129617061, -0.00886621792, 0.00303308317, 0.0115378266, -0.00891759526, 0.0129617061, 0.0231784061, 0.00309179979, -0.0191122778, -0.00641112681, 0.00660929549, 0.0235453863, 0.000237389671, 0.00642213598, 0.00329363835, -8.66415e-05, 0.0198315568, -0.00229545496, 0.00546065066, 0.0118827866, 0.0195232946, 0.00251564244, -0.00584230898, 0.0037945651, -0.003335841, 0.00582029, 0.00712673645, 0.00741664972, 0.000944971456, 0.0166608561, 0.00885153841, -0.011809391, 0.0166755356, -0.00651021115, 0.0049175215, 0.0122938035, 0.0123525206, 0.00930659287, 0.000519275607, 0.00097249489, 0.000288996118, 0.024088515, 0.0194792561, 0.0176150016, -0.000827996817, -0.00255417521, -0.00206058822, 0.0036129104, -0.00411750656, -0.00142479676, 0.00700196344, 0.0134240994, 0.00907906611, -0.0189214479, 0.0195673313, 0.00883686, 0.00107524905, 0.0147672435, 0.00130185881, -0.0113396579, 0.0112002054, 0.00170828821, 0.00624598609, -0.0170571934, 0.0202425737, 0.0022349034, -0.00342758582, 0.00100368808, 0.0309436861, 0.0211967193, -0.0086166719, -0.0174094941, 0.00595974224, -0.00903502852, 0.0060294685, 0.0102313804, -0.0116332406, -0.000776161032, 0.00841850322, 0.0166608561, -0.00303675304, 0.01942054, -0.0221361853, -0.0174094941, 0.0223416947, -0.00839648396, 0.00667902175, 0.0114570912, -0.0110534141, 0.0417475551, 0.0165287443, 0.0133507038, -0.00599277066, 0.0165874604, 0.0153984474, 0.0161470845, -0.00393034751, -0.015442485, -0.0017899411, -0.0144296223, -0.00926989503, -0.00131286809, 0.0239564031, -0.0112075452, 0.00852859672, 0.0242646653, 0.00752307381, 0.0087854825, 0.00731022609, 0.00512303, -0.0270537082, 0.0269803107, -0.0180553775, -0.00624965597, -0.0264225025, -0.00794143, 0.0163085554] |
26 Jul, 2022 | React MUI TreeItem API
26 Jul, 2022
Material-UI is a UI library providing predefined robust and customizable components for React for easier web development. The MUI design is based on top of Material Design by Google.
In this article, we are going to discuss the React MUI TreeItem API. The TreeView displays a hierarchical list. It is generally used to display a file system or can be used as a file system navigator. The TreeItem is the component that contains the text/value inside the TreeView. The API provides a lot of functionality and we are going to learn to implement them.
Import TreeItem API
import TreeItem from '@mui/lab/TreeItem';
// or
import { TreeItem } from '@mui/lab';
Props List: Here is the list of different props used with this component. We can access them and modify them according to our needs.
children: It is a component similar to the table row.
classes: This overrides the existing styles or adds new styles to the component.
sx: The system prop allows defining system overrides as well as additional CSS styles.
nodeId: It takes the id of the node.
collapseIcon: It is used to set the icon used for collapsing
ContentComponent: It should be a TreeItemContent and used as a content node.
ContentProps: It is used for content props.
disabled: It is used to disable the item.
endIcon: It is the icon displayed at the end of the item.
expandIcon: It is the icon used to expand it.
icon: It is the icon displayed at the end of the item.
label: It is used to set the label of the item.
TransitionComponent: It is used for transition in the MUI.
TransitionProps: The Props are applied to the transition component.
Syntax: Create the TreeItem as follows:
<TreeView defaultCollapseIcon={<ExpandMoreIcon />}
defaultExpandIcon={<ChevronRightIcon />}>
<TreeItem nodeId="1" label="Applications">
<TreeItem nodeId="2" label="Calendar" />
</TreeItem>
</TreeView>
Installing and Creating React app, and adding the MUI dependencies.
Step 1: Create a react project using the following command.
npx create-react-app gfg_tutorial
Step 2: Get into the project directory
cd gfg_tutorial
Step 3: Install the MUI dependencies as follows:
npm install @mui/material @emotion/react @emotion/styled @mui/lab @mui/icons-material
Step 4: Run the project as follows:
npm start
Example 1: In the following example, we have a TreeView with TreeItem.
App.js
Output:
Example 2: In the following example, we have a disabled item.
App.js | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI Toolbar API/React MUI TreeItem API | https://www.geeksforgeeks.org/react-mui-treeitem-api/?ref=next_article | CSS | React MUI TreeItem API | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React MUI Toolbar API, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, React MUI TreeItem API, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0337862484, 0.00919499155, -0.00712433644, 0.00955851469, 0.0313057378, -0.0122100934, -0.0307355076, 0.0127090467, 0.039830707, -0.00663963938, 0.0155388229, 0.0279698819, -0.00735599315, -0.0272143241, 0.0379204303, -0.0190885179, -0.0195589587, 0.000318973558, -0.0366944335, -0.0556831583, -7.12790061e-05, -0.010912816, 0.0044763214, 0.0347841531, -0.0162373576, -0.00610861089, 0.0294809956, -0.00316122384, -0.0315053202, 0.0138637666, -0.0250189304, 0.00695683109, 0.0253895819, -0.017591659, -0.0260310918, -0.0190742612, 0.00370650832, 0.0270289984, -0.0018799837, 0.0198013075, -0.0284973457, 0.0417124741, 0.00829687621, -0.0212268885, 0.00746291177, 0.0234650485, 0.0111266524, -0.0416269377, -0.00975096785, -0.0185325406, -0.00682496466, 0.0222105384, 0.0293099266, 0.000409186032, 0.0242206063, 0.0315623432, 0.0143128242, 0.0322466232, -0.06888403, 0.0252470244, -0.00666102301, -0.038975358, -0.000394930248, -0.0305644367, 0.0319329947, 0.0290818345, 0.0401158221, 0.0339858308, -0.00482915249, -0.00568806473, -0.0327028073, 0.0155245671, -0.010684723, -0.00896689855, 0.00567024481, -0.0346986204, -0.0262306742, -0.0201149359, -0.0422827043, 0.0487833507, 0.0367514566, 0.0242491178, -0.0174205881, 0.00621552905, 0.0150398696, 0.0240495354, -0.0227807704, -0.0422256812, -0.01028556, 0.00162872521, -0.0216830727, 0.0051606, -0.00823272485, -0.0201006792, -0.0182331689, 0.0126734069, 0.0327028073, 0.00181226875, -0.0222675614, 0.00716710417, 0.0473292582, 0.0149685908, -0.023436537, -0.0317334123, -0.022923328, 0.014897312, 0.0442500077, 0.026016837, -0.00351940095, -0.0146834748, 0.00477212947, 0.00329309, -0.000363968429, 0.0215690266, -0.00734886527, 0.0463028401, -0.0161090549, -0.0392034538, -0.0300227161, -0.0102570485, -0.00382768246, -0.0177342165, -0.0229518395, 0.00629393617, -0.0286684167, 0.0505510718, -0.000120506069, -0.0231514201, 0.0584487841, 0.0209275167, -0.017705705, 0.0142059056, -0.0256604422, -1.29193195e-05, 0.0165224727, 0.00672517391, -0.0103354556, 0.00727045862, -0.0395741053, -0.0235790946, -0.0185610522, -0.0204143077, -0.0445921458, 0.040629033, -0.0533737205, 0.0169644039, -0.0319044814, -0.00232369546, -0.0196730047, 0.0411707535, -0.0108344089, 0.00291531137, 0.0494106077, 0.0148545448, 0.0669452399, 0.0279413704, -0.0145694287, -0.0131367203, -0.0311916918, 0.0142486729, 0.0129086282, 0.00830400363, -0.0163941719, 0.00771238841, -0.0216403063, -0.0136356736, -0.0029955, -0.0326457843, -0.0587339, 0.0387757793, -0.0212839115, 0.0173920766, -0.0014175612, 0.0463883765, 0.00343564805, -0.0254323483, 0.0325032249, -0.0195304472, 0.0025803, -0.00967968907, -0.0411707535, 0.00785494596, 0.00884572417, 0.0148260333, -0.00366730476, 0.0239354894, -0.0111266524, 0.00287610781, -0.0322751328, 0.00363522931, 0.00462957146, 0.00982224662, 0.038804289, 0.0145765562, -0.0150113581, -0.0118251871, -0.0300227161, 0.00117788557, 0.0420831256, 0.00140686939, 0.0128159653, 0.0118251871, 0.00102107169, 0.0266155805, 0.0125522325, 0.0265443, 0.0211128406, -0.0567666, 0.0272998586, 0.0154818, -0.0237359088, 0.00287432596, 0.0153677538, -0.00980799086, 0.0131010814, 0.00635808706, -0.0115044313, 0.0166222639, -0.017648682, 0.0394030325, 0.00635808706, 0.0283547882, 0.0346701071, 0.012259989, -0.0659758449, 0.00703523774, -0.00790484156, -0.00627255253, 0.000214616623, 0.0152394511, -0.0184897743, -0.00625829678, 0.000660667254, -0.0230088625, 0.0531171151, 0.0185182858, -0.0237073973, -0.0295380205, -0.0302222986, 0.0158667061, -0.0037421477, -0.0331589915, -0.0465024225, 0.004857664, 0.0297661126, -0.0102641769, 0.0259883255, -0.0167220552, -0.00908094551, 0.0184184946, -0.00269078254, 0.0145124057, 0.00302401185, -0.0077409, -0.00102641771, -0.00742014451, 0.00610504672, -0.0308780652, -0.00376709551, 0.0215832833, 0.0119891288, 0.0270860214, -0.00027642888, 0.0180478431, 0.0303933676, -0.0074557839, 0.0220394675, -0.0198440757, -0.0112834666, -0.0173207987, 0.0359246172, -0.0105350371, -0.00110927946, 0.00470797811, -0.0121887103, -0.00674655801, 0.00987214223, 0.0673444048, 0.0508361869, 0.0123383962, 0.0198440757, 0.0318759717, 0.0224386305, 0.0600454323, 0.0172637757, 0.00245199772, 0.0325032249, 0.0215690266, -0.0378634073, 0.00800463185, -0.034499038, -0.00290640141, 0.00977235194, -0.0413988456, 0.0325887613, 0.0140918596, 0.00887423567, 0.0176201705, 0.0158667061, -0.0119321058, 0.0013159886, -0.027798811, 0.0228235368, 0.0219111666, 0.0106562115, 0.058391761, 0.0328453667, 0.027798811, -0.0408001021, -0.0093874447, 0.00523187919, 0.00625473261, -0.0663750097, -0.0455615409, -0.0547422767, -0.020799214, -0.000673586619, 0.0229660962, 0.00058404234, 0.0122813722, -0.0303078331, -0.0254323483, -0.0199581217, 0.0504940487, 0.0503514893, -0.00440860633, -0.0510357693, -0.00657905219, 0.0334441103, -0.0195161924, -0.0380059667, -0.00676794164, 0.0186180752, 0.0464454, 0.0344705284, -0.0372931771, -0.0128801158, -0.0608437583, 0.0122457333, 0.0192595869, -0.020343028, -0.0417409837, 0.0182046574, -0.0358390845, 0.0260453485, -0.0433376357, -0.0213837, 0.0382340588, 0.000652648392, 0.0269719753, 0.00114759197, -0.000955138647, 0.0393745229, -0.029167369, 0.0293669496, -0.0131010814, -0.0164939612, -0.0338717848, -0.00122867187, 0.056452971, 0.0395455919, -0.00272642192, 0.0171069615, -0.00612999452, -0.00625473261, -0.0253040474, -0.00158061192, 0.00955138635, -0.0204713307, 0.00168574846, -0.00540294871, -0.0362382457, 0.0121887103, 0.0216688178, -0.0401158221, -0.0270147435, 0.0140847312, 0.00653272076, 0.00186038204, 0.0165082179, -0.0284403227, -0.0136499293, -0.00385263027, 0.0261023715, 0.0116826287, 0.0249191392, 0.0221392587, -0.0125165936, -0.01191785, 0.0170499384, 0.0179337971, 0.0190600064, 0.0141274985, -0.0412848, 0.0219681896, -0.0186323319, -0.00356216822, 0.00665389514, 0.00704593, -0.0356680155, 0.0248621162, 0.0291388575, 0.0176201705, -0.000337684294, -0.0200721677, 0.0107987691, -0.0234222803, 0.00110215158, 0.0314197838, -0.00812580623, 0.0236931406, -0.00356216822, 0.0162516125, 0.0143769756, -0.00747003965, 0.0185895637, -0.0014861672, 0.0473862812, -0.0131367203, 0.0187891461, 0.0190029833, -0.00203857943, 0.0129371397, 0.00721343514, 0.0028351224, 0.00888849236, -0.0585058071, -0.00127322122, 0.017306542, -0.0129371397, -0.0226239562, -0.0145337889, 0.00759834191, -0.0117396517, -0.0295950435, 0.00522475084, 0.0376068, 0.0205996316, 0.035354387, -0.0320185274, -0.0236503743, 0.0213694461, 0.0315908566, -0.0329879224, -0.0298516471, 0.00358177, -0.0340428539, 0.0141987782, -0.000374437514, 0.0222390499, -0.0245912559, -0.00953000318, -0.052090697, -0.0352118276, 0.00441573421, 0.0175488908, 0.0455900505, 0.00995767675, -0.00795473717, -0.020343028, -0.0241065603, 0.0142771844, -0.0168075897, 0.00670022657, -0.0248193499, -0.0571087375, 0.000473559892, 0.0410567075, 0.0150113581, 0.0136142895, -0.0144197429, 0.00821134169, 0.0366944335, 0.0211270973, 0.0165652409, 0.00303113973, -0.00877444539, -0.0136713134, -0.018161891, 7.68476748e-05, 0.0340998769, 0.00436583906, 0.00408785092, -0.00491112331, -0.00448344927, -0.000772040745, 0.0227665137, -0.000490934122, 0.0114759197, -0.0148545448, 0.0320185274, 0.0170641933, -0.0241065603, -0.0195161924, 0.0133576859, -0.028711183, -0.0239782576, -0.0409711711, -0.00650777295, 0.026416, 0.014669219, 0.00523544289, -0.0298801586, 0.0083966665, 0.0229375847, -0.012751814, -0.0167790782, 0.0241208151, -0.0102499211, -0.0300512277, -0.0431950763, -0.00361562753, 0.0111123966, 0.0169644039, -0.00749855116, -0.0120532801, 0.0430810302, 0.0340428539, 0.0112692108, -0.00746291177, -0.00641154638, 0.0119534889, 0.00601951219, -0.0174918678, -0.0317904353, 0.0133648133, 0.0173207987, -0.0182331689, 0.0214549806, -0.0455615409, -0.0148830563, -0.000934645941, 0.0180763565, 0.0372646637, -0.0015930857, -0.000793424435, 0.00678932527, -0.00558114611, 0.00135964702, -0.0126306396, -0.00751993479, -0.0258315112, -0.0526324175, -0.000383792882, -0.00798324868, 0.0354399197, 0.0253610704, -0.0162943806, -0.0134289647, 0.0173207987, -0.000316746067, 0.00497527467, 0.0223245844, -0.0080616558, -0.00053682, -0.00036597313, -0.0144197429, -0.00309350877, -0.00642223842, -0.0128943715, 0.0070993891, 0.00118234043, 0.0215120036, 0.00962979347, 0.0100075724, -0.0393460095, -0.0080474, 0.0379774533, 0.0120675359, 0.00977947935, 0.0194021445, -0.0319329947, 0.00280304695, 0.0100717237, 0.0267581381, 0.0284688342, 0.017192496, -0.0375782922, -0.0192168206, -0.0465309359, 0.0167790782, 0.0019459168, -0.00527108228, 0.0116612455, 0.0256034192, 0.00123223581, -0.0208419804, -0.0190885179, -0.00625829678, 0.0136998249, 0.0421401486, 0.0258457679, 0.00391321722, 0.000467322971, -0.00824698061, -0.0078834584, -0.0126021281, 0.0235790946, 0.0179623086, -0.0155673344, 0.0388898253, 0.00734173739, 0.00340179051, -0.000978304306, 0.0110910134, -0.00359246181, 0.0233652573, -0.0212839115, 0.0158381946, -0.0160805434, -0.00827549212, -0.020171959, 0.00333585753, 0.0168788675, 0.035240341, 0.00625829678, -0.00191384123, 0.00650777295, -0.0188889354, -0.00821134169, 0.00241992227, -0.00591615727, 0.0421686582, 0.0347841531, 0.0166935436, -0.013093953, -0.00612643035, 0.00354613038, 0.00732748164, 0.013778232, -0.00424466468, 0.000449057727, 0.0130511858, -0.0240495354, 0.0118750818, 0.0293384381, 0.0118394429, 0.0040094438, 0.00573439617, 0.0323036462, 0.0220252126, 0.00336258695, -0.0274424162, 0.0579355769, -0.0207279343, 0.00372076407, -0.00639729062, 0.0145409172, 0.0123170121, -0.0284545794, -0.0107987691, -0.0239925124, 0.00332160154, 0.0182901919, -0.00243239594, 0.0033180376, -0.00778366718, -0.0222533047, -0.0291816238, 0.00601238385, 0.0149828466, -0.0204143077, 0.0196444932, -0.0188746806, 0.0294524841, -0.0064935172, 0.0151824281, 0.000594734214, 0.00608009892, 0.00137568475, -0.00463669933, -0.0178340077, -0.0186180752, 0.0231799316, -0.00828262, 0.00266405288, -0.0334441103, 0.00659330795, -0.0135073718, -0.0155958459, -0.0244914666, -0.00965830497, 0.0237644203, 0.0261166282, 0.0120960474, -0.0162088461, -0.0445636325, -0.0279841367, -0.0137924878, 0.0274709277, 0.0180763565, 0.000827281969, 0.0308210421, 0.0106205717, -0.00108433189, -0.00977235194, -0.0146834748, 0.0100289555, 0.0366088971, -0.0389468484, -0.013208, -0.0190314949, -0.0108985603, 0.0306784846, 0.00652202917, 0.0117040128, -0.0151966838, 0.00515347207, -0.0401158221, -0.0186893549, 0.0386902429, -0.0238642115, 0.0326457843, 0.0124595696, -0.0026872186, -0.00307212514, -0.0264587663, 0.00737737678, -0.0215975381, -0.0255891625, 0.010399607, 0.0191597957, 0.025503628, -0.00906669, -0.0397451743, -0.0275564641, -0.00510001276, -0.00454760063, -0.0368940122, 0.00570944836, -0.00283334055, 0.0116256056, 0.00750567904, 0.0126377679, -0.0490969792, 0.0390608944, 0.0125522325, 0.0161233116, -0.00129104103, -0.0137568479, 0.0331019685, 0.000523009687, -0.0225526765, -0.0268721841, 0.0107702576, 0.00885998, -0.0285543688, -0.00166881969, 0.0307355076, -0.00123045384, -0.00686773192, -0.017249519, 0.0372931771, -0.0133933248, 0.0163941719, 0.00622265693, -0.00539582083, -0.00249476521, 0.0174491, -0.0128159653, -0.0154390326, 0.00596605288, 0.00453690859, 0.00055864919, 0.00372789195, 0.0164226834, -0.0180621, 0.0176201705, 0.000324096734, -0.027798811, 0.0159094743, 0.0295950435, 0.022581188, 0.0163514037, 0.0145409172, -0.0329879224, -0.0234080255, -0.0218541436, -0.0394030325, -0.0253468137, -0.00989352632, 0.000863366935, 0.0388898253, -0.00350158103, 0.0119249774, -0.00498953043, 0.0372076407, 0.00425535673, 0.0150398696, 0.00987927, 0.014669219, -0.0432806127, 0.00980799086, 0.0192595869, 0.0145124057, -0.0359816402, -0.0170356818, 0.0125165936, 0.0255463962, 0.00585557, 0.010171514, -0.0195874702, 0.0150541263, 0.0481560975, 0.0114402799, -0.00942308456, -0.0370365717, 0.00925914291, -0.0300797392, -0.00948723592, 0.0128444768, 0.00393816503, -0.023037374, 0.0391749404, 0.00249654707, 0.0152251953, 0.0492965579, -0.000517663779, 0.00799037609, 0.0179623086, 0.017648682, 0.00831113197, 0.0130725699, 0.00508932117, -0.0249476526, 0.0589049682, 0.00329843606, 0.0140704755, -0.00185860007, -0.020343028, 0.0116541171, 0.011347618, -0.0393175, 0.013550139, -0.00681427307, 0.0085748639, -0.00636877911, 0.00645431411, -0.00623691315, 0.0336151794, -0.0177199598, 0.000653984898, -0.0428529382, 0.00720274355, 0.00114491896, 0.0152679626, -0.0304503907, 0.0141061153, 0.0312487166, 0.0078620743, -0.00735599315, -0.0325887613, 0.0123882908, 0.0216973294, 0.0123597793, 0.00203679758, -0.0039452929, 0.00720630726, 0.0284830909, -0.0163514037, 0.00465808297, -0.0136142895, -0.000392480026, 0.041427359, 0.0327313207, 0.017363565, -0.00933755, 0.0124595696, -0.0281837191, 0.0248193499, -0.0112050595, -0.040629033, 0.00890987553, 0.0223388392, -0.0158524513, 0.0177199598, -0.0245342329, 0.022010956, -0.00274958764, -0.00479707681, 0.0312487166, -0.0169216357, -0.0100360839, 0.00789058581, -0.0125664882, 0.0277560446, 0.00126698427, -0.0326172709, -0.00565242488, -0.0355539694, 7.05550774e-05, 0.0408856384, 0.0051748557, -0.0346986204, 0.0130654415, 0.0249333959, 0.000129638691, 0.00404151948, -0.0183187034, 0.0252897907, 0.0115115596, -0.0214264691, -0.0161660779, -0.00380273489, 0.009943421, -0.00671091815, 0.0201434474, 0.0170641933, -0.0078834584, 0.0113903852, 0.0479565151, 0.0328168534, -0.00527108228, -0.0171639845, -0.00228805607, -0.0162516125, -0.0495531633, 0.0213551894, 0.0216830727, -0.000616563368, -0.0466734916, -0.00139528653, 0.0319615044, 0.0408001021, 0.0111908037, -0.0232084431, -0.0165082179, -0.0152251953, 0.00787633, 0.00667884294, -0.0284830909, 0.00814719, 0.000111818939, 0.0141346268, -0.00820421334, -0.00799750444, -0.0112264436, 0.00841805059, -0.0322466232, -0.00451552495, 0.0411992632, 0.0357250385, -0.0322751328, 0.0048826118, 0.0125878723, -0.0375497788, -0.0290105548, 0.0191027727, -0.0110838851, 0.0122813722, -0.0111409081, -0.00352831068, -0.00465095509, -0.000825054478, 0.0176059138, -0.0214122124, -0.000140998774, -0.0237644203, 0.0032592325, 0.00243595988, -0.0334155969, -0.0117040128, -0.0156243583, 0.00653984863, 0.0311631802, 0.0108486647, -0.0474147946, -0.0348696895, 0.00568806473, -0.005085757, -0.00184434419, 0.00552055892, 0.0297376011, 0.0148688005, -0.00556332618, 0.0185182858, 0.0114402799, -0.0178910308, -0.0261451397, 0.00806878321, 0.00838241074, 0.0182046574, 0.0243203957, -0.0170214269, 0.0277703, -0.0278415792, 0.00757695828, -0.0194591675, -0.012202966, 0.019373633, 0.0208990034, -0.00808303896, -0.0342424326, 0.0110696293, -0.0219824445, -0.0255178846, 0.0118323145, 0.0115258154, -0.0230658855, 0.0376638249, -0.0359816402, -0.0289963, -0.00253753248, 0.0254751164, 0.00828262, 0.00327883428, 0.0161233116, 0.0133933248, 0.00359068, 0.00132311648, -0.0165367294, -0.0193878897, -0.035240341, 0.00276562548, 0.0357250385, -0.000949792739, 0.0408856384, 0.0545997173, -0.00415913, 0.0113119781, 0.0174633563, -0.00218291953, 0.00701385411, -0.0173350535, 0.0137425922, -0.00409497879, 0.00483984454, -0.0030097561, 0.0143413357, -0.00553837884, 0.0177342165, 0.014840289, 0.0116256056, -0.0353828967, 0.0133006619, 0.000586269831, -0.0253325589, -0.0422256812, 0.00382768246, -0.0364093147, 0.0133363018, -0.00137746672, -0.011982, -0.00101750775, 0.000222524148, 0.00713502849, -0.00255000638, -9.86768719e-05, -0.0154818, -0.00688911602, 0.00125540153, -0.0137497196, 0.0146834748, -0.0262021627, -0.00145409175, 0.0187036116, -0.00300619192, -0.0187748894, 0.0364663377, 0.00307034305, -0.0110553736, -0.0113903852, -0.00858912, -0.00773377204, -0.0209132601, 0.0150256138, -0.00202254183, -0.012295628, -0.0151396608, 0.0181761459, 0.00724551082, -0.000996124116, 0.00207778299, -0.023037374, 0.00966543332, 0.0183187034, -0.00771238841, -0.00749142328, 0.0135643948, -0.00508219283, 0.0299371816, -0.00371363619, 0.00466521084, 0.0191312842, -0.0263874885, -0.0169216357, -0.0149828466, -0.00574508775, 0.000603644061, -0.0287967175, 0.000116273877, 0.0251329765, -0.00930191, 0.0164511949, -0.0108914319, -0.00436583906, -0.00254466059, 0.0297946241, 0.0028475963, -0.0164226834, -0.0263162088, 0.0125736166, -0.0163514037, -0.0199296102, 0.0171212163, 0.0371221043, -0.0200721677, 0.0274139047, -0.00105760223, -0.0212839115, 0.00491112331, 0.000611663, 0.0203715395, -0.0236361176, 0.0154247768, 0.0158381946, -0.0149685908, -0.00477212947, 0.00705662137, 0.00702454615, 0.000111874622, 0.00921637565, 0.0033483312, -0.0167648215, -0.0114901755, -0.0175488908, 0.000913262251, 0.00624760473, 0.0113690011, 0.0244344436, -0.00219004741, 0.0321325772, 0.0436512642, -0.00103710953, -0.0143627198, -0.0093589332, -0.00466877501, -0.00416625803, -0.0116398614, -0.00715641212, -0.0138423825, -0.00744152814, -0.0186465885, 0.0206424, 0.000865594426, -0.0181904025, 0.0109698391, 0.0245484896, 0.00888136402, -0.0160520319, -0.0140348356, 0.0215832833, -0.00265157898, 0.0221677702, -0.00725620287, -0.00192096923, -0.0323606692, -0.0142771844, -0.00334654935, -0.00109858764, -0.0224813987, 0.0267581381, 0.0106633389, -0.0210415628, 0.00648282561, -0.0410281941, 0.0280839279, 0.00209025689, -0.000795651868, -0.0182901919, -5.47122036e-05, -0.0339002945, 0.00560252974, 0.00987927, -0.00192096923, 0.00261415751, -0.00736312103, -0.00358711602, 0.0145124057, -0.00824698061, -0.00285828812, -0.0123669077, 0.00335011329, -0.010114491, -0.0341854095, -0.0198583305, -0.00313449418, -0.00509644905, -0.0160520319, -0.0214834921, -0.00921637565, 0.0146549633, -0.00751280691, -0.0137354638, 0.00433019968, -0.0123597793, -0.000837973785, 0.00473649, 0.0138495108, 0.023094397, 0.020799214, 0.0123383962, -0.0208847485, 0.012751814, 0.015068382, 0.01449815, 0.0204428192, 0.0385761969, 0.0078834584, -0.00773377204, -0.0178482626, -0.0334155969, 0.00623691315, 0.0199010987, -0.0320185274, -0.0020350155, -0.00591972144, -0.0112264436, 0.0111409081, 0.0366088971, 0.0189744718, 0.01673631, -0.0033786248, -0.00562747754, -0.0262164176, 0.026986232, 0.00809729472, 0.00282799453, -0.00641511055, -0.0212126318, -0.014612196, 0.00484697241, 0.0210273061, 0.00107987691, 0.0392034538, 0.00858199224, 0.0297090895, -0.0124952095, 0.00697821472, -0.00567380898, 0.0146549633, 0.0131224645, 0.0164654497, -0.0319900177, 0.00913796853, 0.00800463185, 0.00464739092, -0.00274067768, -0.0322466232, 0.0145694287, 0.00728115, 0.00853209663, -0.0235363282, 0.00607653521, 0.00980799086, 0.0152679626, -0.00397736859, 0.00946585182, 0.0236076061, 0.025218511, -0.0131581044, 0.0198583305, -0.00928052608, 0.0177769847, -0.00992203783, -0.00289392751, -0.0273568816, 0.0152394511, -0.00250189309, 0.00644005788, -0.00304183154, 0.0247765817, -0.0142486729, 0.000760012364, 0.000474005385, 0.0248336047, 0.0180050768, -0.0144054871, 0.00162159733, -0.0205996316, 0.0108985603, -0.00188532972, -0.0179052856, 0.00637947116, -0.0219967011, -0.0185753088, 0.0213694461, -0.00621196534, -0.00485410029, -0.00789058581, 0.0279128589, 0.0293384381, -0.0298516471, -0.025617674, -0.00606940733, -0.0163228922, 0.000594734214, -0.00553125096, 0.0195161924, 0.0276134871, 0.0214692354, 0.0142914401, -0.0114830481, -0.00946585182, -0.0205140971, 0.0545712076, -0.0137212081, 0.00136053795, 0.0114474082, 0.0360956863, -0.0267723948, 0.0137283364, 0.00286898, -0.000288457231, 0.0148688005, 0.0279698819, 0.0328738764, 0.00690693548, -0.00750567904, -0.0201434474, -0.0170927048, -0.014213034, 0.0116398614, 0.00440860633, -0.0163514037, -0.0111551639, -0.0161375664, -0.027043255, 0.045960702, 0.0198440757, -0.0220822357, 0.00722769089, -0.0139778126, 0.0106989788, -0.0305074137, -0.0266583487, -0.0277845562, 0.00734886527, -0.0276705101, 0.025218511, 0.00637234282, -0.016793333, -0.000206375, 0.0094088288, -0.00640085479, -0.00841805059, 0.00737737678, 0.00240744837, 0.00391321722, 0.0379204303, -0.00496814679, 0.010342584, -0.00483271666, -0.00398449646, 0.00171782402, -0.00162694324, -0.039716661, 0.0338432714, 0.00639372692, 0.00796186458, 0.00935180578, -0.0305929482, -0.00250367494, 0.0012349087, -0.0194734242, -0.00714215636, 0.000937318895, -0.0254323483, 0.0169216357, 0.0224956535, 0.00977235194, -0.0219111666, 0.010684723, 0.0205853768, -0.0120176403, -0.000506971905, -0.00172673387, 0.000427228544, 0.0607297122, 0.00370294438, -0.00445137406, 0.00925201457, 0.00658618, 0.0108985603, 0.0399162434, 0.0231656767, -0.00277275336, 0.0175631475, 0.0186751, 0.00628680829, -0.0212411433, 0.00955138635, 0.0409996845, -0.000248808268, 0.0121316863, -0.023892723, 0.00790484156, 0.01303693, -0.000116608, -0.00737737678, 0.0326457843, -0.00418051379, 0.0200579111, 0.0323891789, -0.00912371278, -0.00446563, -0.0172780305, 0.0103924787, -0.0331019685, -0.0125308493, 0.00280839275, -0.0222675614, 0.00981511921, 0.0267438833, 0.0153249856, -0.0212411433, -0.00972245634, -0.0427388921, 0.0136142895, -0.0131082088, 0.00143627194, 0.0172922872, -0.0302793216, -0.0284830909, -0.00372789195, -0.0095656421, 0.00103532756, 0.00357820606, 0.0197300278, -0.0180621, 0.0186038204, -0.0123669077, -0.00013531874, -0.00591615727, -0.0368940122, -0.0119107217, 0.0342424326, -0.022410119, 0.0156671256, -0.00975096785, -0.00496814679, -0.00148260326, -0.00143449, -0.019487679, 0.0319900177, -0.0179337971, -0.000707889616, -0.0110197337, -0.00694970274, -0.0248763729, 0.0235078167, 0.00206709118, 0.00478282105, -0.00357820606, 0.038918335, 0.00557758193, 0.0279413704, -0.0129656512, 0.0106989788, 0.0299371816, -0.0156956371, -0.00408428675, 0.00151824276, 0.00320220925, 0.0112834666, 0.00430525187, 0.0174918678, 0.0275992304, -0.0154818, -0.000311845652, 0.0105564203, 0.0170499384, 0.00948010758, 0.0123882908, 0.00279591908, -0.0175774023, -0.017363565, -0.023550583, -0.00919499155, -0.0136285461, -0.0156386141, 0.00918786414, -0.00891700387, 0.0122100934, -0.000813471619, -0.0371506177, -0.024648279, 0.0385476872, -0.00396667654, 0.017648682, -0.00166347378, 0.0129442671, 0.0157241486, -0.0313627608, 0.00772664417, -0.0141061153, -0.0064293663, 0.0132864062, 0.0286399033, -0.0111409081, 0.0113903852, -0.0104423743, -0.00871742237, 0.00479707681, -0.0204428192, 0.00666458718, -0.00484340824, 0.0325602479, 0.00954425894, -0.0534307435, -0.00435514702, -0.005730832, 0.0303933676, -0.00367799657, 0.0242206063, 0.0310206227, 0.00362988329, 0.0384051278, -0.0156101016, 0.00462600728, -0.00138815865, 0.0111480365, -0.0222960729, 0.0291958805, -9.22311301e-06, -0.0188746806, 0.0215405151, -0.0159094743, 0.00399875222, -0.0176059138, 0.00505724549, -0.00457611214, 0.000737292226, -0.00859624799, 0.0357535481, 0.00618701754, -0.00981511921, 0.0012652023, -0.00509644905, 0.0313057378, -0.0099648051, 0.00945872348, 0.0129870344, 0.0192168206, 0.0199296102, -0.00513565214, 0.00798324868, 0.00692831911, -0.0107702576, -0.0128729884, -7.21699907e-05, 0.00906669, -0.00694613904, 0.00557045406, -0.000726154889, 0.0123455236, -0.000799215864, -0.00514278, -0.0141346268, 0.0304218791, -0.00598030863, 0.0328453667, 0.0011101705, 0.0144482544, 0.00377778732, -0.00859624799, -0.011404641, 0.0212696549, -0.0159950089, 0.0208704919, 0.00951574743, -0.000964939536, 0.0193878897, 0.00662894733, -0.0051606, -0.0142558012, -0.0039203451, -0.0236218628, 0.03347262, 0.00465451879, -0.0093589332, -0.011290594, 0.0275707189, 0.01157571, 0.017762728, 0.00653628493, -0.00165990985, 0.0316763893, -0.0211413521, -0.00424110098, -0.0133861974, 0.00302935764, -0.0132792788, -0.0131794875, -0.00207778299, -0.00809729472, -0.023265468, -0.00584131433, -0.0124738263, -0.00923775882, -0.00693544699, 0.0153392423, 0.013585778, -0.0296520665, 0.0286113918, -0.00754131889, 0.00943734, 0.0180621, 0.00101216184, -0.00434445543, -0.0114901755, 0.0250474419, 0.00114313699, 0.0019459168, -0.00890987553, 0.0101501299, 0.00554907043, -0.0032004274, -0.00665033096, 0.000180202231, -0.0309065767, 0.00234507932, 0.00806878321, 0.00948723592, -0.00477212947, 0.00747716753, -0.004212589, -0.00973671209, 0.000860694, -0.0123312678, -0.0130796973, 0.0134218363, -0.00521405926, -0.00669309869, -0.0133006619, 0.0137212081, 0.00787633, 0.019886842, 0.00585200638, -0.0139564294, -0.00448344927, 0.00060542603, -0.0107488744, 0.0118750818, 3.36904668e-05, 0.00967968907, -0.0014834943, -0.00579141919, -0.012580744, -0.00953713059, 0.0198725872, -0.00209916662, 0.0175203793, 0.0078834584, 0.00238606473, 0.00127856713, -0.0073702489, 0.00069318834, -0.0124025466, 0.0155530786, 0.00571657624, -0.00769813266, -0.00163139822, -0.00219895737, -0.011689757, 0.0103568397, -0.00013520736, -0.00855348073, 0.00949436333, 0.0065434128, -0.006604, 0.0275849756, 0.0190885179, -0.0138994055, 0.00330734579, -0.000300708314, 0.00538512878, 0.00275671552, 0.00143359904, -0.00635452336, 0.0132008716, -0.0118536986, 0.012523721, -0.0215547718, 0.0194734242, 0.00895977113, 0.0385191739, 0.0143983588, 0.0137283364, -0.0138780223, 0.0132436389, -0.017363565, -0.00795473717, -0.0175061245, 0.00699959835, -0.0040343916, -0.000382901897, -0.0196017269, 0.00431594392, 0.00345168589, -0.0263304636, -0.023949746, -0.0264445115, 0.00325745041, 0.00962266605, -0.029281415, 0.016793333, 0.0171069615, -0.0219396781, 0.00628324412, -0.0140776038, 0.0238214433, -0.0106277, -0.0255178846, 0.0076838769, 0.0130725699, 0.0237216521, 0.00261593959, -0.000981868245, -0.00838953909, -0.00573439617, -0.0137425922, 0.0225384217, -0.00646500569, 0.00512139639, -0.0134859877, -0.00402726373, 0.00992916524, -0.000136766597, -0.0124809537, -0.00374571164, -0.00912371278, -0.00778366718, -0.0290818345, 0.00615494186, 0.000670022622, -0.00865327101, 0.00519267563, -0.000605871552, -0.0136499293, -0.00861050375, 0.0197585393, 0.00985788647, 0.00784069, 0.0103212, 0.002865416, -0.0158239398, 0.017762728, 0.00547422748, 0.0186608434, 0.000970285444, 0.0155530786, -0.0344705284, 0.0139991967, -0.0167505667, 0.01673631, 0.0119463615, 0.0102142813, -0.00879582949, -0.0347556435, 0.0236503743, 0.000446830265, -0.00627968041, -0.00298480829, 0.0341854095, 0.00153873547, 0.00184434419, -0.0104281185, -0.0259027909, -0.0409996845, -0.013870894, -0.00198333827, 0.0181191228, 0.00885285251, -0.000161491495, -0.0157526601, -0.00710651698, 0.00518554775, -0.00868178252, 0.00703880191, 0.00954425894, 0.0197585393, -0.00517842, 0.0076624928, -0.00903817825, 0.012259989, 0.0382340588, 0.00282086665, 0.00175970048, -0.0117895473, -0.0216688178, 0.00140597834, -0.0233082343, -0.00560252974, 0.0177199598, -0.00426248461, 0.00783356279, -0.00405221153, -0.00579854706, 0.0327028073, 0.013322046, 0.0133719416, 0.00955138635, 0.00320933713, 0.00184434419, 0.00977947935, -0.00358533394, 0.0092306314, -0.00343921199, -0.0225669332, 0.0089811543, -0.0120675359, -0.0080474, -0.0110126063, 0.0164654497, 0.0190457497, 0.0151539166, -0.0145266615, -0.00457254797, 0.000772486208, -0.00513208844, -0.0183044486, -0.00508932117, 0.0143056959, -0.0475003272, 0.0262306742, -0.00111908035, 0.0283262767, 0.0376923382, 0.0348411761, -0.00570588419, -1.32325576e-05, -0.00889562, 0.00743440026, -0.0105421646, 0.00408785092, -0.0052639544, 0.016337147, -0.0120746633, 0.00581993069, -0.00663607521, 0.00122867187, -0.0116755012, 0.00449414132, -0.0195732154, -0.0133149177, 0.0137568479, -0.0167505667, 0.00692119123, 0.0208704919, -0.00729184225, 0.0132151274, 0.00733460952, 0.00104601937, 0.00868178252, 0.0221962817, 0.00250902097, 0.00990778208, -0.00554550672, -0.0135929063, -0.00814719, -0.0139778126, -0.00343386596, -0.00179444894, 0.0148688005, -0.00868178252, -0.00375283952, -0.0205426086, -0.0207136795, 0.0220537242, -0.0009462288, 0.00295807864, 0.0141987782, 0.0217400957, 0.0168218445, -0.0121744536, -0.00130529678, 0.0217828639, -0.00232904148, -0.00560965762, -0.00292956713, 0.00761259766, -0.0077409, -0.00356216822, -0.0040237, 0.0130084185, -0.0192310754, -0.0211413521, 0.023436537, 0.0248336047, 0.00943021197, 0.0125451051, -0.00618701754, -0.00267652655, 0.0152679626, -0.00630462775, 0.0111123966, 0.00732035376, -0.00487548392, 0.000897224469, -0.00149240415, 0.00321468315, -0.00616563391, -0.00281373877, 0.0165937524, -0.00639729062, -0.013093953, 0.00597674446, 0.0267011151, -0.0095870262, 0.0013970685, -0.00204392546, -0.0140847312, -0.00277453521, -0.00399518805, 0.0193023551, -0.0359531306, 0.0200579111, -0.0156956371, -0.00494676316, 0.0123455236, 0.0212268885, 0.0205711201, 0.0108272806, -0.00799037609, -0.01286586, -0.0187178664, -0.0134360921, -0.0109912222, -0.0109413275, 0.00902392156, -0.00241457624, 0.00818283, 0.00497883838, 0.000918608159, -0.00151735183, 0.0155103114, -0.00433732755, 0.0313342512, 0.0253610704, 0.00297233439, 0.00826123636, 0.00449770503, 0.00585913425, -0.0207136795, 0.0169644039, 0.00410210667, -0.01045663, -0.00713502849, -0.00284403237, -0.00193522498, -0.00326814246, 0.00814719, 0.0065826159, -0.0210558176, -0.0196159817, 0.00313093024, 0.0148260333, 0.00142201618, 0.0100503396, -0.00557401823, -0.0022934021, 0.00643649418, 0.0340998769, 0.0102713043, -0.000549739343, 0.0140205799, -0.0157669168, -0.000318750797, 0.0212126318, 0.0244486984, 0.0247908384, -0.00749855116, -0.0162231009, -0.0105920602, -0.018218914, -0.00995767675, 0.00889562, 0.00073773769, -0.0069853426, -0.00679645315, -0.00299015432, -0.00933755, 0.00961553771, 0.00787633, 0.00219539343, -0.0107132345, -0.0143555915, 0.0458751693, 0.00365661294, -0.011803803, 0.0099648051, 0.00332872942, 0.036266759, 0.000561322144, -0.0127019184, -0.000575132493, -0.00050608092, 0.00394885708, -0.0119321058, 0.0141274985, -0.00776228355, 0.00977235194, -0.00699959835, -0.00308994483, 0.007391633, 0.0206566565, -0.000958702643, 0.0337292254, 0.0359816402, -0.0157526601, -0.014213034, -0.0173350535, 0.0117325243, -0.00873167813, -0.0115543269, 0.00527108228, 0.00430168817, 0.0267011151, -0.0348411761, -0.0121744536, -0.0286256485, 0.0181333795, 0.00328774401, 0.00203323364, 0.0140918596, 0.0104423743, -0.000128302214, 0.00823272485, 0.000643738487, 0.0177342165, 0.02573172, -0.00650777295, -0.00557758193, -0.00837528333, 0.0182331689, -0.0231799316, 0.0134859877, 0.0161803346, -0.00452265283, 0.0182901919, -0.0174491, -0.0181476343, -0.00811867882, -0.0192168206, 0.00374927558, -0.00632957555, -0.0149400793, 0.00585913425, -0.0111409081, -0.0111337807, -0.017363565, 0.00264088716, 0.00992916524, 0.0156101016, -0.00787633, -0.0164797064, -0.000894106, -0.00735599315, -0.00101037987, 0.0217258409, 0.0107132345, 0.00714215636, -0.00227914611, 0.0143484641, -0.0196159817, 0.00618345384, -0.0162088461, 0.0286969282, -0.00965117756, -0.0140633481, 0.00528177433, 0.0318759717, 0.00391321722, -0.00687486, 0.0075698304, -0.0136641851, 0.000863366935, 0.00232191361, -0.00703880191, -0.017705705, 6.89471244e-06, -0.00589121, -0.00281908456, -0.00616919808, 0.0172067527, -0.0058448785, 0.000994342146, 0.0330164358, -0.00363166537, -0.00230053, -0.0026872186, -0.00455472851, 0.033700712, -0.00619770959, 0.0177769847, 0.00435158331, 0.0238784663, 0.00477212947, 0.00312914839, 0.00895977113, 0.00434445543, 0.00648995349, 0.000441484328, 0.00627611624, -0.0196159817, -0.00721343514, 0.000508308411, 0.00388114178, -0.00469015865, 0.00400588, 0.00205105334, 0.0152964741, 0.0247908384, -0.0232797228, 0.0305929482, 0.0147690102, -0.00596605288, 0.0111836763, 0.0302508101, 0.0137996152, 0.00858199224, 0.0129656512, 0.00127411226, 0.000162271113, 0.0163086355, -0.0179337971, -0.00261593959, 0.00959415361, 0.00810442306, 0.0106989788, 0.00872455, -0.00364235719, 0.0068962439, -0.000105359279, 0.00388114178, 0.0262449291, 0.00665389514, -0.0105635487, -0.00728115, -0.0168218445, -0.0174205881, 0.0112834666, -0.00464739092, -0.00019768787, -0.00665745884, 0.0106562115, -0.00509644905, -0.0119321058, -0.0173207987, -0.0092306314, 0.0234507918, 0.0238784663, -0.0101643857, 0.0100717237, 0.0378348939, 0.000641511055, -0.022923328, -0.00698177842, -0.0126876626, 0.00439791474, 0.018218914, -0.00527108228, -0.0017098051, 0.00144250889, -0.00552768679, -0.00598030863, -0.000126742976, 0.0180335883, -0.0287539512, -0.029281415, -0.0162088461, 0.0133861974, -0.00905956142, 0.0046794666, 0.00716710417, 0.0106277, -0.0041234903, 0.00816144608, 0.0289963, -0.010171514, 0.0187463779, -0.0234080255, 0.0224956535, 0.0114260241, 0.036266759, -0.00846081786, -0.00192096923, 0.000411859, -0.00685347617, -0.00626542466, -0.00502160611, 0.0105564203, 0.00354613038, 0.00816144608, 0.0201577023, 0.00789771415, -0.000882968656, 0.00553125096, 0.0102784326, -0.00792622566, 0.0095656421, -0.000170178624, 0.000502962503, -0.00578785501, 0.000585378846, 0.005085757, -0.00622978481, -0.00319686346, -0.00739876088, 0.0280696712, -0.00128747697, 0.00893838704, 0.035183318, -0.01449815, -0.00967256073, 0.0210273061, -0.00491112331, 0.00691049965, -0.0201862138, -0.00222746888, 0.00616563391, 0.00866752677, 0.00142647105, -0.00347128743, 0.0137924878, 0.030136764, -0.0190314949, -0.0193878897, -0.0120176403, 0.012808837, -0.0097866077, 0.00343208411, 0.00171693298, -0.00937318895, 0.00888849236, -0.0164511949, 0.0248906277, 0.0260596033, -0.00251793093, 0.00230231183, 0.0124880821, -0.0214692354, -0.00776228355, 0.0187178664, 0.0231229085, -0.00875306223, 0.00442286208, 0.00209738477, -0.0152109396, -0.0103782229, 0.0146264518, -0.00892413128, 0.00208669296, 0.0105350371, -0.00789058581, -0.00957277, 0.00256069819, -0.0201577023, -0.0170356818, -0.00179623091, -0.00554550672, -0.0179195423, -0.017762728, 0.0029955, 0.000771595223, -2.2177237e-05, -0.00631175609, -0.0170927048, 0.0195732154, 0.0171212163, -0.000717245, -0.0165367294, 0.0149400793, -0.00257139, 0.0186323319, -0.00988639798, 0.011347618, -0.00648282561, -0.0114188967, 0.00568093685, 0.025959814, -0.00879582949, -0.0229090713, 0.00331981969, -0.00659330795, 0.00872455, 0.00313805812, 0.00934467744, -0.00767674902, -0.0160948, -0.00680714473, -0.0168075897, -0.0140704755, -0.00459393207, -0.0121245589, -0.011347618, -0.0145765562, 0.0128516043, 0.000441261596, 0.0100503396, 0.00151289685, 0.0340713635, -0.00691049965, 0.00154319045, 0.00286185206, 0.00891700387, 0.00206174515, 0.005171292, 0.0125308493, 0.0117966756, -0.0106205717, -0.0126805352, 0.00502517, 0.0068998076, 0.00887423567, -0.00610861089, 0.0131367203, -0.00217400957, 0.022923328, -0.0125522325, -0.0231371652, 0.0106205717, 0.00234686118, -0.012466698, 0.0179908201, 0.0100360839, -0.0256034192, -0.0104708858, 0.00205639936, 0.00953000318, 0.017591659, 0.00953000318, -0.00278344518, 0.0016893124, 0.0129585229, -0.0225526765, -0.0174491, 0.0104209902, 0.00161625142, 0.00687842397, -0.000234775216, -0.0139065338, -0.0132293832, 0.000779168622, 0.0252327677, 0.00833964348, 8.00218186e-05, 0.00453334488, 0.00929478183, 0.00351227308, 0.0115828384, 0.0149685908, 0.0104922699, 0.0204855856, 0.00603376795, -0.00388826965, 0.0154247768, -0.00120105129, -0.000236334454, 0.0123811634, 0.0150256138, -0.0214549806, -0.00398806, -0.0157811716, 0.034384992, -0.0165367294, 0.0141631383, -0.00712790061, -0.00498240255, 0.00926627, 0.00594110508, -0.0131153371, -0.0109840948, 0.00123223581, 0.0178482626, 0.00472223386, -0.0121601978, 0.0172780305, -0.0104281185, -0.00744865602, 0.0220964924, -0.0181904025, -0.00997906085, 0.014612196, 0.0028529421, 0.00932329427, -0.00615850603, 0.0273711383, 0.0143056959, 0.00367443264, 0.00551699474, 0.00868891086, 0.00446919352, -0.027741788, 0.00742014451, 0.0068107089, 0.0116042215, 0.00578785501, 0.0208847485, 0.00222212309, 0.0127874538, -0.00185147219, -0.0135430107, 0.00399875222, 0.0165509842, 0.00456542, 0.00761259766, -0.0113119781, -0.00848932937, 0.0160520319, -0.00107987691, -0.00333229359, 0.0155245671, -0.00146567449, 0.00920212, -0.00582349487, -0.0187036116, 0.00807591155, -0.00992916524, 0.0112478267, 0.00518554775, -0.0152537068, -0.00905956142, 0.00039537574, -0.0175061245, 0.0116113499, -0.0214407239, -0.0132864062, 0.00551699474, -0.00345346774, -0.0153962653, -0.0130654415, 0.0366374068, 0.0111337807, 0.00761259766, -0.00953713059, 0.0111836763, 0.000902124913, 0.00802601594, -0.00732035376, 0.00335189514, -0.0127446856, 0.00463669933, 0.0053530531, 0.0450768434, 0.0222960729, -0.00920212, -0.0111195249, 0.0239354894, 0.0264302548, 0.00860337634, 0.00572370412, 0.00224172464, -0.0192025639, 0.0195161924, 0.00627255253, -0.0065826159, 0.00528177433, -0.00436583906, 0.0146834748, -0.0056417333, -0.00539938454, 0.0155958459, 0.0211983752, 0.0116184782, -0.000374437514, 0.020171959, -0.00970820058, -0.0386617333, -0.00413774606, -0.0172210075, -0.00350514497, -0.012466698, -0.0091807358, 0.0182901919, 0.00918786414, -0.00120728812, 0.00176861032, 0.0095656421, 0.00427317619, 0.0131010814, 0.00971532799, 0.00326279644, 0.000321646512, 0.0147404978, -0.0369225256, 0.00657192431, -0.0775515586, 0.00105492922, 0.0053744372, 0.00647213357, 0.00949436333, -0.00943021197, -0.00164030807, -0.0185040291, 0.0220537242, -0.00852496922, -0.000907025358, -0.00424822886, 0.0153392423, 0.022010956, -0.014555173, -0.0111337807, 0.00349445315, 0.00350336311, 0.00150487805, 0.0018265245, 0.0246767923, -0.0137853594, -0.0129585229, -0.00190849532, 0.00331090973, 0.017306542, -0.00586626213, 0.0192310754, -0.0229660962, -0.000258163636, 0.0072775865, -0.00149151322, -0.00453690859, 0.017705705, 0.00781930704, -0.0215547718, -0.0028226485, -0.00507862912, 0.00639016274, 0.0128516043, -0.000539938454, -0.00945872348, -0.0102214096, -0.00598030863, -0.0139065338, -0.00529959379, -0.0055561983, -0.00189602154, -0.0262164176, 0.000529246638, -0.0133077903, 0.0160235204, -0.00176950125, 0.0180478431, 0.0115543269, -0.00636521494, -0.00754131889, -0.00399518805, 0.0217115842, -0.00585913425, 0.0155245671, -0.0151396608, -0.0234650485, 0.00560609391, -0.005085757, 0.0168361012, 0.0118109314, -0.00640798267, -0.0203715395, 0.0314482972, -0.0136285461, -0.016793333, -0.0104423743, -0.0205996316, 0.000530583085, 0.00220608525, -0.0157954283, 0.0115828384, 0.015353498, 0.0164084267, 0.0193878897, 0.00525326282, -0.00502873398, 0.00122867187, 0.00387757784, -0.0158096831, -0.0130654415, 0.011689757, 0.00218826556, -0.000738183211, 0.0093874447, 0.00443711784, -0.0245627444, -0.0249048844, -0.00587339, 0.00598743651, -0.000837528321, -0.00542076817, 0.00916648, 0.00181939662, 0.0162231009, -0.00716354, 0.014213034, -0.0214977488, 0.0215262603, -0.0121530704, -0.000911925745, -0.0017757382, -0.000181984215, -0.000427228544, -0.00826836471, 0.019829819, -0.0178197511, -0.0150113581, 0.0222960729, 0.00463313516, 0.000686505926, 0.000634828641, 0.00268900045, -0.0179765653, -0.0214122124, -0.0151396608, 0.011233571, -0.0199010987, 0.0224813987, 0.019487679, 0.0278415792, 0.00465451879, -0.016850356, 0.0269434638, -0.010057468, -0.00122778083, 0.0143627198, -0.0131010814, 0.00451552495, -0.0150113581, 0.000782732561, 0.00513565214, 0.00496814679, 0.000740410644, 0.0202574935, -0.00750567904, 0.0097866077, 0.0113903852, -0.0222390499, -0.0169929154, -0.0097652236, 0.00887423567, 0.0108415363, -0.00868891086, 0.0130796973, 0.00240744837, 0.00398093229, 0.0233652573, 0.0105778044, 0.0115828384, 0.0193451215, -0.00461887941, -0.00182474253, -0.00810442306, 0.0193593781, 0.0128444768, 0.0242776293, -0.0183472168, -0.010000444, 0.0055561983, 0.0024840734, 0.00743440026, 0.011404641, 0.000481578783, 0.00960841, 0.0298516471, 0.0163799152, 0.00799037609, 0.00297589856, -0.040743079, 0.00640085479, -0.0260596033, 0.00351049099, -0.00184078026, 0.00931616593, 0.0120105119, -0.0145979403, -0.00973671209, -0.0201434474, 0.00582705857, -0.0177912395, 0.0134004531, -0.0108700478, -0.00561322179, -0.00901679415, 0.0371791273, -0.0074557839, 0.00427317619, 0.00139528653, 0.0182759371, 0.00654697651, 0.018218914, 0.011632734, 0.00539582083, -0.00765536493, 4.72223401e-05, 0.0192168206, 0.000533701561, 0.00717779575, -0.0210415628, -0.014840289, 0.0148117775, -0.0117396517, -0.0149400793, 0.0166365206, -0.0146264518, -0.0121887103, -0.0121601978, -0.000294694124, 0.00636165123, -0.00735599315, 0.00179890392, -0.00937318895, -0.00967968907, 0.0303363446, 0.0183329601, 0.00706731342, 0.0134646036, 0.0102998158, -0.016337147, 0.0114973038, 0.0170214269, -0.00392747298, 0.023436537, 0.00185860007, -0.0129442671, 0.00116006576, -0.0111052692, 0.0027460237, 0.00255178846, 0.0227094907, 0.00740588875, -0.010000444, 0.019772796, 0.0175061245, 0.0122243492, -0.0198013075, -0.020286005, -0.0150398696, 0.0184184946, -0.0109912222, -0.0100859795, -0.0234507918, 0.0191312842, 0.0120105119, -0.0109627107, -0.00807591155, 0.0127375582, 0.00212411443, -0.00320933713, -0.0181333795, 0.000677150558, -0.00298837223, 0.00738450512, 0.00493250694, -0.00570588419, 0.0203715395, -0.00837528333, -0.00466164714, 0.00619770959, -0.0033608051, -0.0157241486, 0.0104922699, -0.0185753088, -0.00387045, -0.00769813266, -0.0120817916, -0.00977947935, 0.0109056877, -0.00445137406, -0.0178482626, 0.00638659904, -0.0104922699, -0.0113690011, 0.000566222589, -0.0107061062, -0.0164226834, 0.00066200376, 0.0157811716, -0.00260168361, -0.0291531123, 0.00733460952, -0.0301652756, -0.0163228922, 0.00989352632, -0.00155922829, -0.00261059357, -0.00135786505, -0.0133861974, -0.00888849236, 0.000385129359, -5.53804457e-05, -0.0231229085, -0.0122314775, 0.00853922497, -0.0140847312, 0.00117432163, 0.0084465621, -0.00836102758, -0.0153962653, -0.015353498, 0.0143627198, -0.00301332, -0.017249519, 0.0107987691, 0.0159807522, 0.00308816298, 0.00425535673, 0.0148260333, -0.0263304636, -0.0301652756, -0.0125593608, -0.00263019535, -0.00845368952, -0.00220964919, -0.0111694196, 0.00435158331, -0.0111266524, -0.00481489673, 0.000644184, 0.0197442845, -0.00153071666, -0.025803, -0.0173350535, 0.0025428785, 0.00386688602, 0.00836815499, -0.00685704034, -0.0172067527, 0.00809729472, 0.00590546569, -0.0246197674, 0.0111052692, -0.0166222639, -0.00672873808, 0.00337506086, 0.00384906633, -0.000210384431, 0.0322751328, -0.0089811543, -0.00975096785, 0.00771951629, 0.0272713471, 0.0310491342, -0.0113191055, -0.0355254561, 0.0121245589, -0.00013342539, -0.0154532883, -0.000523900671, 0.000733282766, -0.0332730412, 0.0153962653, 0.005991, 0.0165937524, 0.00250902097, -0.00885285251, -0.0203572847, 0.0185040291, -0.00354256644, 0.00687129609, 0.00338931661, -0.0029794625, -0.00850358512, -0.0124381864, -0.00888136402, 0.00381342671, 0.0609578043, -0.00542433234, 0.014669219, -0.00708513288, 0.000346816902, -0.0237786751, -0.00416982174, 0.0340143405, -0.00380629883, 0.0118465703, -0.00536374515, 0.0135715222, -0.0110268621, 0.0355539694, -0.00500735, -0.00199046615, 0.0172637757, -0.019373633, -0.0103497114, -0.000407849555, -0.0133006619, -0.0139350453, -0.00967968907, -0.00854635239, -0.0138067435, -0.0227950253, 0.0116469897, 0.00738450512, -0.0134147089, -0.0044763214, 0.00931616593, 0.0342709459, 0.00080990768, 3.42473359e-05, -0.00666815089, -0.022467142, -0.00622978481, -0.007391633, 0.0288394857, -0.00620840117, 0.0286113918, 0.0094017, -0.0197585393, 0.0060230759, 0.00374571164, -0.010171514, 0.0111123966, -0.0107702576, 0.00758408615, -0.019772796, 0.010513653, -0.012523721, 0.00374571164, 0.00916648, 0.0121103032, -0.00673586596, 0.000670468144, 0.00631175609, -0.00891700387, -0.00319864531, 0.00711720856, 0.00550273899, 0.00787633, 0.0077409, 0.00197799248, -0.0358105712, -0.0197442845, 0.0143983588, -0.0105279088, 0.00102463574, -0.0136998249, -0.00694613904, -0.00438009482, -0.0144126145, 0.0142415455, 0.00863188785, 0.0102427928, 0.00525326282, -0.00156902906, -0.0198013075, -0.0288679972, 0.0063402676, -0.00624047685, 0.00562391337, -0.00513565214, -0.0285401139, -0.0253040474, -0.00729897, 0.0090025384, 0.0192168206, 0.00533879735, 0.00848932937, -0.0212126318, 0.00490399543, 0.00191918726, -0.00617276179, 0.004526217, 0.0161233116, 0.00960841, 0.00779792294, 0.0219254214, -0.0101572582, 0.0124096749, 0.00372432801, 0.0113119781, 0.0221107472, 0.00761972554, -0.000306945207, 0.00140686939, -0.00567380898, 0.0111551639, -0.00987214223, 0.0221392587, 0.00164832699, 0.00408428675, -0.00987927, 0.0205996316, 0.00409141509, -0.0174063332, 0.000149240412, 0.0144838942, 0.0100931069, 0.0114901755, 0.0247053038, 0.0265728123, -0.012295628, 0.0108771762, -0.0153249856, 0.0195874702, -0.00842517801, -0.00509644905, 0.013585778, -0.00460818782, 0.00487548392, 0.0025304046, 0.0240637921, 0.0134147089, 0.0308495536, -0.00562034966, 0.0178910308, 0.00625473261, -0.000498062058, -0.00176861032, -0.00852496922, 0.00900966581, 0.0190457497, -0.00515703578, -0.00496814679, 0.0327028073, 0.00874593388, -0.0206994228, 0.0137140807, 0.00420546113, 0.0112193152, 0.00801176, -0.0114402799, 0.00415556598, -0.0218113754, 0.00158061192, 0.00850358512, -0.00876731798, 0.00438365899, 0.0367799662, 0.00967256073, -0.00925914291, 0.00535661727, 0.0161945894, 0.0100432122, -0.00242526806, 0.00931616593, -0.0190314949, 0.00445137406, 0.00575221563, 0.00269969227, 0.00192275119, 0.00290996535, -0.0108700478, 0.0108272806, 0.0189887267, -0.0092306314, -0.00842517801, 0.00807591155, -0.00121085206, 0.0545141846, -4.03450322e-05, 0.00219717529, 0.0146264518, -0.00711008068, 0.0227807704, 0.00718136, 0.00507506495, 0.00980799086, 0.00515703578, -0.0197870526, -0.00868178252, -0.00800463185, 0.0291388575, -0.0174776111, -0.00204927148, 0.0164369382, 0.0142486729, -0.00308459904, 0.00549204741, -0.00275315158, -0.00327527034, 0.0286684167, -0.000962266582, 0.00620840117, -0.00820421334, 0.00262128538, 0.00532097789] |
03 Jul, 2022 | React MUI ToggleButtonGroup API
03 Jul, 2022
React MUI is a UI library providing predefined robust and customizable components for React for easier web development. The MUI design is based on top of Material Design by Google.
In this article, we are going to discuss the React MUI ToggleButtonGroup API. ToggleButtonGroup is used to group the ToggleButtons. The ToggleButtonGroup API provides a lot of customizations like styling, functionality, etc. ToggleButtonGroups let us select either a single or multiple options.
Syntax:
import ToggleButtonGroup from '@mui/material/ToggleButtonGroup';
// or
import { ToggleButtonGroup } from '@mui/material';
Props List: Here is the list of different props used with this component. We can access them and modify them according to our needs.
children: It is a component similar to the table row.
classes: This overrides the existing styles or adds new styles to the component.
component: It is the component used for the root node. It can be either an HTML string or a component.
value: This is the value of the button.
color: This is the colour of the ToggleButton.
disabled: If set to true, the toggle button is disabled.
fullWidth: If set to true, the toggle button will take the full width of the container.
onChange: The callback function when the toggle button is changed.
onClick: The callback function when the toggle button is clicked.
selected: If set to true, the button is in the active state.
size: Specifies the size of the button.
sx: The system prop allows defining system overrides as well as additional CSS styles.
orientation: It is the component orientation.
Syntax: Create a ToggleButtonGroup as follows:
<ToggleButtonGroup value={alignment}>
<ToggleButton value="Data Structures">
Data Structures
</ToggleButton>
<ToggleButton value="Algorithms">
Algorithms
</ToggleButton>
<ToggleButton value="Web Development">
Web Development
</ToggleButton>
</ToggleButtonGroup>
Installing and Creating React app, and adding the MUI dependencies.
Step 1: Create a react project using the following command.
npx create-react-app gfg_tutorial
Step 2: Get into the project directory
cd gfg_tutorial
Step 3: Install the MUI dependencies as follows:
npm install @mui/material @emotion/react @emotion/styled @mui/lab
Step 4: Run the project as follows:
npm start
Example 1: In the following example, we have single select options in the toggle button group.
App.js
import "./App.css";
import * as React from "react";
import ToggleButton from "@mui/material/ToggleButton";
import ToggleButtonGroup from "@mui/material/ToggleButtonGroup";
import { useState } from "react";
function App() {
const [val, setVal] = useState();
const handleChange = (event, newAlignment) => {
setVal(newAlignment);
};
return (
<div className="App">
<div
className="head"
style={{
width: "fit-content",
margin: "auto",
}}
>
<h1
style={{
color: "green",
}}
>
GeeksforGeeks
</h1>
<strong>React MUI ToggleButtonGroup API</strong>
<br />
<br />
</div>
<div
style={{
width: "fit-content",
margin: "auto",
}}
>
<ToggleButtonGroup value={val} exclusive
onChange={handleChange}>
<ToggleButton value="Data Structures">
Data Structures
</ToggleButton>
<ToggleButton value="Algorithms">
Algorithms
</ToggleButton>
<ToggleButton value="Web Development">
Web Development
</ToggleButton>
</ToggleButtonGroup>
</div>
</div>
);
}
export default App;
Output:
Example 2: In the following example, we have the multi-select option from the ToggleButtonGroup.
App.js
import "./App.css";
import * as React from "react";
import ToggleButton from "@mui/material/ToggleButton";
import ToggleButtonGroup from "@mui/material/ToggleButtonGroup";
import { useState } from "react";
function App() {
const [tuts, setTuts] = React.useState(() => [
"Data Structures",
"Algorithms",
]);
const handleChange = (event, newFormats) => {
setTuts(newFormats);
};
return (
<div className="App">
<div
className="head"
style={{
width: "fit-content",
margin: "auto",
}}
>
<h1
style={{
color: "green",
}}
>
GeeksforGeeks
</h1>
<strong>React MUI ToggleButtonGroup API</strong>
<br />
<br />
</div>
<div
style={{
width: "fit-content",
margin: "auto",
}}
>
<ToggleButtonGroup value={tuts}
onChange={handleChange}>
<ToggleButton value="Data Structures">
Data Structures
</ToggleButton>
<ToggleButton value="Algorithms">
Algorithms
</ToggleButton>
<ToggleButton value="Web Development">
Web Development
</ToggleButton>
</ToggleButtonGroup>
</div>
</div>
);
}
export default App;
Output:
Reference: https://mui.com/material-ui/api/toggle-button-group/
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API | https://www.geeksforgeeks.org/react-mui-togglebuttongroup-api?ref=asr8 | CSS | React MUI ToggleButtonGroup API | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0271765292, 0.00669634854, -0.0165434945, 0.00406344142, 0.067101106, 0.0383021, -0.0246848632, 0.0143777747, -0.0125235124, -0.0147689078, -0.0184122436, 0.00952482317, 0.0248442143, -0.0138997221, 0.00513181509, -0.0376067534, -0.0336085, -0.0173257608, -0.0313196443, -0.0301897041, 0.0186295398, -0.0291321948, -0.0303055961, 0.01725333, -0.0421554893, 0.00568592083, 0.0264666937, 0.0104664406, -0.000561801542, 0.00619294541, -0.00156906061, -0.0165434945, -0.0021965038, -0.0219179578, -0.0424741916, -0.0377226435, -0.0180355962, 0.0184701886, -0.0248007551, 0.0103215761, -0.021961417, 0.0370852426, 0.00440749386, -0.00542878686, -0.01680425, 0.0194987245, -0.00740980497, -0.0131174559, 0.0160364695, -0.02769804, 0.0092350943, 0.00852526, 0.0518903658, 0.0233086534, 0.00788061414, 0.0269882046, -0.00811239611, 0.0061639729, -0.0163551699, 0.0192524549, 0.00734823756, -0.0535997637, -0.0156018771, -0.0331159607, 0.0139214518, 0.0342459, -0.00704764435, 0.0216572, 0.00620381, 0.0163406841, -0.0150369061, -0.000502497773, -0.00538894907, -0.00649716053, -0.00814137, -0.0111038424, 0.0190206729, 0.00620018877, -0.0485295132, 0.0294074379, -0.00240474613, 0.0207010973, -0.0407068469, -0.0105171427, 0.0155584179, 0.0310878623, -0.0192089956, -0.0469649807, -0.0265246388, -0.0125524849, -0.00506300479, -0.00419381913, -0.00200818037, -0.00814861245, -0.0291321948, 0.0141387479, 0.0451396927, 0.00463203341, -0.0325365029, 0.0275242031, 0.027017178, 0.018050082, -0.00775023596, 0.000477599242, 0.00417208951, -0.00125579175, 0.0603214614, 0.0325365029, 0.0104736835, -0.0206866115, -1.82353506e-05, 0.0148775559, -0.0129508618, 0.0218165517, -0.0522959866, 0.0161089022, -0.0414891131, -0.0480369776, -0.0228306018, -0.0295957606, 0.00919887796, 0.0154570127, -0.0299579222, 0.0252932943, -0.061132703, 0.0432854295, 0.0136606963, 0.00399825256, 0.0433433764, 0.0183542967, -0.0101984413, 0.0291321948, -0.0175285712, -0.0240329746, 0.0297840852, -0.00432057539, 0.0330000706, 0.0231927615, -0.0498912372, -0.0195276979, -0.0445022881, 0.0156743098, 0.0114225438, 0.045632232, -0.050007131, 0.0110603832, -0.0191510506, 0.0455742851, -0.00885120407, -0.00176643813, -0.0170505196, -0.00215304457, 0.0119512985, -0.00691726664, 0.0650150627, 0.000819841, -0.0344197378, 0.00995217171, 0.00558451563, -0.0244385954, 0.0330869891, -0.0190931056, -0.0103070894, 0.0308560804, -0.0229030345, 0.00470446562, 0.0161523614, 0.000861036708, -0.0467042252, 0.0447051, -0.0249311328, 0.0226567648, -0.00181442441, 0.0518324189, -0.0275242031, 0.00266006938, 0.0340430923, -0.0125379981, 0.03462255, 0.0160799287, -0.0502099395, -0.0025369348, 0.0383890197, 0.0129001588, 0.0174561385, 0.019180024, 0.0157322548, -0.000211977109, -0.0224684402, 0.0066927271, 0.0113066528, 0.0218165517, 0.0359263271, 0.028378902, -0.009821794, 0.0133492379, -0.0526146851, 0.00180537044, -0.0122917295, 0.0056533264, 0.000607524358, 0.00335179595, 0.0028013119, 0.00489278929, 0.0200781822, -0.0103433058, -0.0134216705, -0.032362666, 0.0170360319, 0.00676515931, -0.0123351887, -0.0301317591, 0.02769804, -0.035086114, 0.00872082636, 0.00566056976, -0.0183253251, -0.019585643, 0.00386425317, 0.0293205194, 0.00695710443, 0.0243806485, 0.0398376621, 0.00556640793, -0.0441256426, 0.0162247922, -0.00159893883, -0.0210922305, -0.000891367672, -0.0143343145, -0.0281036589, -0.0116108675, -0.03372439, 0.0108720604, 0.0393451229, 0.0155149586, -0.0136606963, 0.00293350057, -0.0212370958, 0.0239170827, -0.00129200774, -0.00886569079, -0.0199767761, -0.0399825275, 0.0188178625, 0.0512529612, 0.0344197378, 0.0312037542, -0.0065225116, 0.0260610729, -0.020831475, 0.0211646631, -0.000367140281, 0.00537808426, 0.00596478442, 0.0368824303, -0.00843834132, -0.0402432829, 0.0127335656, -0.00322503969, 0.0326813683, 0.0527595505, -0.0250470247, 0.0310878623, 0.0334056914, 0.00302222976, 0.037172161, -0.0119078392, -0.0174995977, -0.019585643, 0.0314934812, -0.00839488208, -0.00927131064, 0.000987793, -0.00298058148, 0.024409622, 0.000407430634, 0.00278863637, 0.0359553, 0.0211356897, 0.0188758075, 0.00766331749, 0.0363319479, 0.0352309793, 0.029117709, 0.00269809621, 0.0190786179, 0.00743153458, -0.0472257361, 0.0134796156, -0.031783212, -0.0223525502, 0.014529882, -0.00128295377, 0.0361001641, 0.0167607907, -0.00173837063, 0.0363898948, -0.0232362207, -0.00626899907, -0.00393668516, -0.0349702239, -0.0166448988, 0.00116887316, 0.00293350057, 0.0321308859, 0.038997449, 0.00888742, -0.0434302948, -0.0109010329, 0.0311168358, 0.0264232345, -0.0629869625, -0.00556640793, -0.0402432829, -0.00306931068, -0.00280312262, 0.0157757141, 0.00935822912, -0.0354917347, -0.0179776493, -0.0090974737, -0.0285092797, 0.063566424, 0.0363319479, 0.0181659739, -0.0104229813, -0.00493624853, 0.0326523967, 0.0235838965, -0.0298710037, 0.018730944, -0.0045016557, 0.0407937653, 0.035086114, -0.0233665984, -0.0122120539, -0.0387656651, -0.0193828326, 0.0138055608, -0.0157467406, -0.0198608842, 0.01163984, -0.0325944498, 0.0130160507, -0.0254961029, 0.00985801, -0.000984171289, 0.0290887356, 0.00776472222, 0.00144592603, 0.0065732142, 0.0218020659, -0.00444733165, 0.0254671313, -0.00863390788, 0.0246124323, -0.0251629148, -0.012603187, 0.0248731878, 0.0115167061, -0.0134868594, -0.00626175618, 0.0330869891, -0.0428798087, -0.0294074379, -0.00956103858, -0.0103360619, 0.00427349471, -0.0322467759, -0.0273503661, -0.0181804597, 0.00706937397, 0.0316383466, -0.0327103399, 0.00401998218, 0.0115311919, -0.0239460561, -0.0281471182, 0.0149065284, -0.0345646031, 0.0136099942, -0.00383165875, 0.0205852054, 0.0149934469, 0.0265825856, 0.0403881446, -0.00487105967, -0.0268868, 0.00334636355, -0.00173655991, 0.0310009439, 0.00271620415, 0.00356547069, -0.0227147099, -0.00530565204, -0.00758364191, 0.0360711925, -0.0227147099, -0.0162972249, 0.0831520632, 0.00429522432, -0.0157757141, 0.0107199522, -0.0207155831, -0.0147544211, -0.0421554893, -0.0103215761, 0.0419526808, 0.0024862322, -0.00282304152, -0.00606981106, -0.00676878076, 0.000331603253, 0.00474792486, 0.04154706, 0.000179156297, 0.0635084733, 0.0226857383, -0.0161523614, 0.0521800928, 0.0159205776, 0.00338620134, 0.00696072588, 0.0168332234, -0.000107742766, -0.0355786532, -0.0135230757, 0.0338402838, -0.020150613, -0.00832969323, -0.0107344389, -0.0274227969, -0.0255250763, -0.0116688134, -0.0142763695, 0.0307401884, 0.0128132403, 0.00436765654, -0.0351150893, -0.00788785703, 0.0296681933, 0.01362448, -0.0322467759, -0.0382441543, 0.0134434, -0.0453425, 0.0075039668, -0.0122627569, 0.0347674154, -0.0136317238, -0.0227147099, -0.0702301785, -0.0336664468, 0.00443646684, -0.0137838311, 0.067101106, 0.0075039668, 0.0122772427, -0.000108931104, -0.00943066087, 0.0196580756, 0.00193574815, 0.00562435342, 0.00817758497, -0.028378902, -0.0293929502, 0.0438648872, -0.0113211395, 0.00794580299, -0.0217586067, -0.0010756168, 0.0598578975, 0.0122555131, 0.0141170183, -0.0123062162, -0.0160654429, -0.0214399043, -0.00245001609, -0.00181985681, 0.045632232, 0.0103722783, -0.00269266381, 0.00317433733, -0.0104012517, -0.00254055625, 0.0521221459, -0.0121830814, 0.0310588889, -0.00722148176, 0.00825726055, 0.0278429035, -0.0415760316, 0.0236563273, 0.022367036, 0.00574024487, -0.0184846744, -0.0407358184, 0.0272344742, 0.00208966644, -0.0189337544, -0.00706937397, -0.0249021593, 0.0220628213, 0.0188468359, -0.0297840852, -0.0283064693, 0.0394320413, 0.00220374693, -0.00856871903, -0.0373749696, 0.0182384066, 0.00254779961, 0.0125814574, -0.00907574408, -0.00861217827, -0.00330109359, 0.0258003175, -0.00351657905, -0.015717769, 0.000779550581, -0.00943066087, 0.0112487068, 0.0210342854, 0.00102763064, -0.011806434, 0.00497970777, -0.00367411878, -0.00144502067, 0.010727196, -0.0163696576, -0.0159205776, 0.00336628244, 0.057221368, 0.0106257908, -0.00711645512, -0.00806893688, -0.029059764, -0.0090033114, -0.000734280562, -0.0237722192, -0.00867736712, -0.0516875535, -0.00336990389, -0.0142111806, 0.0389684774, 0.0209183935, -0.0158336591, 0.00520062586, 0.02077353, 0.00311277, -0.000515173422, -0.00851801597, -0.00679051038, 0.0208749343, -0.00853974558, -0.0176589489, 0.000857415143, -0.0232507084, 0.000735185924, 0.0181659739, -0.00155185803, 0.00751121, 0.00327936397, 0.0106764929, -0.014761664, -0.00806893688, 0.0430246741, 0.0430826209, -0.019469751, 0.00467549264, -0.0377805904, -0.00172388426, -0.0145081524, 0.02454, 0.0239605419, 0.00534911128, -0.0281905774, -0.0246269181, -0.0188178625, 0.00690278038, -0.0406489, 0.00246812426, 0.0112704365, 0.0271475557, -0.0124221072, -0.00676515931, -0.0176879223, -0.0197594799, -0.00321055343, 0.00895260926, 0.0223960094, 0.00311458088, -0.00579094747, -0.0121830814, -0.0144936657, 0.00146584492, 0.0140590733, -0.0167897642, -0.0448209904, 0.0210342854, -0.00896709505, 0.0325365029, 0.00482397852, -0.00468273601, -0.0254526436, -0.0149065284, -0.0054831109, 0.0116832992, -0.0203389376, -0.0427928902, -0.0120382169, 0.0564680733, 0.0169780869, 0.0223815218, 0.00407430623, 0.00418295432, 0.0281326324, -0.0164710619, -0.0217875801, 0.0321308859, -0.00125398091, 0.0431695394, 0.0323047228, 0.0186874848, -0.0185860805, -0.00254236721, -0.0121396221, 0.0120164873, 0.00224901712, -0.0212081224, 0.00156906061, 0.00600824365, 0.00803272147, 0.0282630101, 0.00467549264, -0.000771854713, -0.0124945389, -0.000424406899, 0.0522380397, -0.00119784602, -0.00233231392, -0.0183108374, 0.067101106, -0.0181659739, 0.00294436538, 0.00793855917, 0.0114442734, -0.00391857745, -0.0282919835, -0.0255395621, -0.00946687721, 0.0125887012, 0.0237432458, -0.0176010039, -0.0210198, -0.0407937653, 0.000204847063, -0.00898158178, 0.0134289134, -0.0131029692, -0.0233086534, 0.030537378, -0.00747499382, 0.0165000353, -0.0358973555, 0.00542878686, 0.0288859271, 0.0321598575, 1.16075289e-05, 0.00281217671, -0.0139576681, 0.0107054664, 0.0299579222, -0.0162537657, -0.0394610129, -0.0263218302, 0.0147254486, -0.00777920894, -0.0168766826, -0.00486743776, 0.0064029987, -0.00107833312, 0.0397507437, -0.0338113084, -0.00803996436, -0.0491958894, -0.00551932678, -0.0264956672, 0.00238120579, 0.0198898576, -0.00446544, 0.0327103399, 0.000664111925, -0.029117709, -0.0141170183, -0.00700418511, -0.00348217366, 0.00585975777, -0.0435461849, -0.012885673, -0.03065327, -0.00312363473, 0.0135375615, -0.00840936787, 0.0174126793, -0.00659132237, -0.00381717226, -0.0431695394, 0.0055519212, 0.0190496463, 0.0112776794, 0.0183253251, 0.0297261383, -0.0252208617, 0.0196870472, -0.0293784644, -0.00476965448, -0.0390264206, -0.0208894219, -0.00793131627, 0.0188468359, 0.0213529859, -0.011523949, -0.02724896, -0.0161523614, -0.00819207169, 0.00530203059, -0.0139214518, -0.000794942433, -0.00214942289, 0.0169201419, 0.0182963517, -0.00976384897, -0.025206374, -0.00518976059, -0.00517527433, 0.0188613217, -0.00608429732, -0.0212950408, 0.0195132103, 0.0355207063, -0.0225988198, 0.00571489381, 0.00796753261, -0.0136969127, 0.00651889, 0.00353830867, 0.011980271, -0.0230334122, 0.00499057258, -0.0177024081, 0.0272055, -0.0217006616, 0.00741342688, -0.00801823474, -0.00583440671, 0.0305084046, -0.000205978824, 0.0125162685, -0.0310299173, -0.0141966939, -0.000795847853, -0.000992319896, -0.0110314107, 0.0252353474, -0.0272779334, -0.0038714963, 0.0132043744, -0.00751845306, 0.0308560804, 0.0183108374, 0.0231493022, 0.00681586191, 0.0319570489, -0.0157612283, 0.000277279178, -0.00897433888, -0.0334636346, 0.0231203306, -0.0072830487, -0.00337171485, 0.0190351587, -0.00734099466, 0.0198753718, -0.016398631, 0.0264377203, 0.0198898576, 0.0243082158, 0.0506735072, 0.0130232936, -0.00708023878, 0.010727196, 0.0424162447, 0.0156887956, -0.0336374715, 0.00038909624, 0.0209908262, -0.00265282602, -0.0341879576, -0.00940168835, -0.0166593865, 0.00870634, -0.00525857136, 0.038533885, -0.0383310728, -0.040359173, -0.00689191557, -0.0422424078, 0.0182528924, -0.028610684, -0.0115891378, -0.0161089022, 0.0191945098, 0.0119585413, 0.00498332921, 0.0264811795, -0.00416846806, -0.00140156131, 0.0181514882, -0.00489278929, 0.0052621928, 0.0234824903, -0.00339706615, -0.0218310393, 0.0342459, -0.00414673844, -0.0115384357, 0.013284049, -0.0307981335, -0.0114370305, -0.0154714994, -0.0530782528, 0.0241778381, -0.0174126793, 0.000695348252, 0.00367411878, 0.00244458369, 0.020034723, 0.0317542367, -0.01384902, 0.01680425, -0.0445022881, -0.00908298697, -0.0227581691, -0.00074378727, 0.0181949474, 0.011748489, 0.0253657252, -0.0156163629, 0.005251328, -0.00453425, -0.000656416, 0.0180935413, 0.0246703774, 0.00868461, -0.0334636346, 0.0139504252, -0.0128494566, 0.00217296346, -0.0153990667, -0.0202230457, 0.00659856526, 0.0367085934, 0.0203389376, 0.0183108374, -0.0188758075, -0.00523684174, -0.0123279458, 0.014761664, -0.00699694222, -0.037345998, -0.00645370129, 0.0411993861, 0.0198174249, -0.0107778981, -0.0455742851, -0.0144357197, -0.0310299173, -0.00910471659, 0.0447340719, -0.00173474906, -0.0332897976, -0.00795304589, -0.00621829694, 0.0210922305, -0.00786612742, -0.0300158672, -0.0179197043, -0.0130160507, -0.00914093293, -0.00989422668, 0.0117774615, -0.0395189598, 0.00862666499, 0.0435172133, 0.0260900464, 0.0129218884, -0.0186005663, 0.0117847044, 0.000817577471, -0.00599013548, -0.00835866574, 0.00904677063, 0.0296537075, -0.0528174974, 0.0100028748, 0.0365057848, 0.00483484333, 0.0236563273, 0.0221497398, 0.0424162447, 0.00358357863, -0.00247898907, 0.0105823316, 0.00411776546, -0.0325654782, 0.0316383466, 0.0187164582, 0.00581267709, -0.045921959, -0.00069399015, 0.00271077175, 0.0343907662, 0.00895260926, -0.0111617884, -0.0119657852, 0.0063522961, 0.0105171427, 0.0298710037, -0.0138345333, 0.00514630135, -0.00644283649, 0.00759812864, -0.00869185384, -0.0146747455, 0.00193031575, 0.0172388423, -0.0447051, -0.00305120274, 0.0319570489, 0.0141966939, -0.0188902952, 0.0019955046, -0.0167897642, -0.0169491135, -0.0371431857, 0.00709110359, 0.0092350943, 0.021454392, -0.0107634114, -0.00182166765, 0.0145588545, -0.0236853, 0.0164710619, -0.0174416527, -0.028610684, -0.000437987939, 0.0234100576, 0.0296681933, -0.0071635358, 0.0045632231, -0.0232941676, 0.00796028879, 0.0371431857, 0.00884396117, -0.0388525836, -0.00955379568, 0.0111328159, -0.0162392799, -0.000914455391, -0.0202954784, 0.0181804597, 0.0234535187, -0.0229609795, 0.00530927395, -0.00735548092, -0.0227581691, -0.0023612869, -0.000871448836, 0.0105533591, 0.00144502067, 0.009481363, -0.0321019106, 0.0164276026, -0.0052621928, 0.00225444953, -0.0175285712, -0.0213964451, 0.0119875148, 0.00822828803, -0.0294219237, -0.0113790845, 0.011466003, -0.0343328193, -0.00372301065, 0.0478051938, -0.00420106249, -0.0428798087, 0.0182818659, -0.00516803097, -0.0268433411, -0.00926406682, 0.047399573, 0.00535997609, 0.0220048763, -0.00403084699, 0.0209328812, -0.00429160241, 0.0106185479, -0.0301027857, -0.012661133, 0.00121142704, -0.00749672344, 0.00332282321, 0.0105099, 0.0184557028, 0.0302476492, 0.00426625134, 0.00134814263, 0.0204838011, -0.00775747932, 0.0185860805, -0.00737358909, 0.0157322548, 0.0234390311, -0.0098145511, -0.00814137, 0.0111762751, -0.0210487712, -0.00963347126, 0.0102853598, -0.0210342854, -0.0128784291, 0.0241778381, 0.0152542023, -0.0290307906, -0.0519193374, -0.00143687206, -0.0272924192, -0.00326487748, -0.00554829976, -0.0289148986, -0.0100753065, -0.0183542967, -0.00949585, -0.0206431523, 0.0190931056, 0.013508589, -0.0204113685, -0.00953930896, -0.00352744386, -0.0151817705, -0.00427711615, 0.0069752126, 0.0152397165, -0.0239025969, -0.0147689078, 0.0308560804, 0.0182528924, -0.00977109186, -0.0331159607, -0.00859044865, -0.0168766826, -0.0224684402, 0.00434230501, 0.0330290422, -0.0125235124, 0.00250977278, 0.0184846744, -0.0151817705, -0.0235404372, -0.00766331749, -0.0131898876, 0.0130232936, -0.00919163506, -0.00888017658, -0.00805445109, -0.00594667625, 0.00893812254, 0.0128204841, -0.0285672247, 0.0151962573, 0.0371142142, -0.0298420303, -0.00328298542, -0.00262928568, -0.0112631936, -0.0199043434, -0.0384759381, 0.00070576038, 7.62800701e-05, 0.0102636302, -0.00562073197, -0.0078951, -0.0151672838, 0.0149499876, 0.0614803769, 0.0161668472, -0.0234824903, -0.0240474604, -0.0219469294, -0.0205272604, -0.026336316, 0.0190641321, 0.0193683468, -0.030479433, 0.0324785598, 0.00339887687, -0.0269302595, -0.00583078479, -0.000544146227, 0.0274083111, -0.00173746527, 0.0342459, 0.0196870472, -0.0289004128, -0.0125162685, 0.00792407338, 0.00497608585, 0.00746775093, 0.00517527433, 0.0109734647, -0.0135303186, -0.0128929159, -0.0349702239, 0.00748948054, -0.000629706657, -0.00263290736, 0.0013101158, 0.00955379568, 0.0139431814, 0.0293929502, -0.0149355019, 0.0144502064, -0.0430246741, -0.00312906713, -0.0177893266, -0.0162247922, -0.0223815218, -0.0214399043, 0.0210922305, -0.00340974168, 0.0198463984, 0.00359987607, -0.0156453364, 0.0112342201, -0.0163261984, 0.00633056648, -0.00516078807, -0.0238591377, -0.00541792205, 0.00423003547, 0.00348941702, -0.0165290087, 0.00895985216, -0.0432854295, -0.028668629, -0.00470808707, 0.0142039368, -0.00568592083, 0.0164855495, -0.0109951943, -0.0300448406, -0.00854698941, -0.0342459, 0.0449658558, -0.0173547342, 0.000690368586, 0.00521511212, -0.00584527152, -0.0365057848, 0.00998838805, -0.00641748495, -0.0134144267, 0.0143632879, -0.00950309262, -0.000186739038, 0.00460306089, -0.00569316419, -0.00683759153, -0.0327972621, -0.00122953509, -0.00266369083, -0.0303635411, -0.0104809264, 0.0169491135, 0.0160944145, -0.026510153, -0.0297261383, -0.0207590424, 0.0154714994, 0.0118426504, 0.00775023596, 0.0157902, -0.0117774615, -0.0108141145, -0.0136099942, 0.00521149067, 0.0015835471, 0.0250759963, -0.00709110359, -0.0130667528, 0.0125162685, 0.0135158319, -0.00633056648, 0.0142546399, 0.019469751, -0.00649353862, -0.0107489256, -0.0188468359, 0.00144502067, 0.00979282148, 0.0125162685, -0.0222801175, 0.0150224203, 0.000923962099, -0.0258148052, 0.0174126793, 0.0351440609, 0.0216427147, 0.00474792486, -0.00427349471, 0.00830796361, 0.00796028879, 0.0228450876, 0.0180355962, -0.00599737884, 0.0032413369, -0.0317252651, -0.0125959441, -0.0013408995, 0.0126756197, -0.01384902, 0.0280602, 0.022874061, 0.0416339785, -0.00256228587, 0.0156308506, -0.00585975777, 0.0231927615, 0.0163696576, 0.000523322, -0.0154280402, 0.0098145511, 0.000826178759, 0.005363598, -0.0013906965, -0.0204693154, 0.0306822434, 0.000195906221, 0.0139576681, -0.0162682515, 0.0169201419, 0.000278863619, 0.0172098689, -0.0068629426, -0.00180265424, 0.0213964451, 0.0240184888, 0.00999563187, 0.0181804597, -0.00602635182, 0.00611689175, -0.0176734347, 0.00150025007, 0.0167607907, 0.0063450532, -0.0211356897, -0.00432781875, 0.00532738166, 0.014587827, 0.0063015935, 0.0148340967, 0.000794942433, 0.0142256664, 0.0388525836, -0.0228595752, -0.00178454618, -0.0161668472, 0.0201651, 0.0027958795, 0.00105569803, 0.00510284211, -0.0169925727, -0.00442922348, -0.00532376, 0.00287374412, 0.022367036, 0.00368498359, 0.0169491135, 0.00484570814, -0.0191075914, -0.00615672953, 0.00252244831, -0.0121541079, -0.00180989737, -0.0203534234, 0.0078443978, 0.00998114515, 0.0246558916, 0.0198174249, -5.85115667e-05, -0.0301607307, 0.0365347564, 0.0480369776, -0.0133275082, 0.0188902952, 0.0121613517, 0.016123388, -0.00561711, 0.015949551, -0.0183398109, 0.0254091844, 0.0105243856, 0.0158191733, 0.0316383466, -0.00897433888, -0.00222909823, -0.014645773, 0.00379906432, -0.00677964557, 0.0106402775, 0.0382441543, -0.000117475829, 0.00809791, 0.00730477832, 0.00739531871, 0.0378095619, 0.0190786179, 0.0227871425, 0.0302476492, -0.00338257966, 0.0212370958, -0.0330000706, -0.023786705, -0.013284049, 0.0176154897, 0.00989422668, 0.0139938844, 0.00782991108, 0.0085614752, -3.71780443e-05, 0.00518976059, -0.00381717226, -0.00480587082, 0.00348941702, 0.00399463112, -0.0202230457, 0.0220773071, -0.0057728393, 0.00936547201, 0.0153700942, 0.0184412152, 0.011980271, 0.0163406841, -0.0330580175, 0.0165000353, 0.0167463049, 0.00389322592, -0.00859044865, -0.0253802128, 0.0061132703, -0.00199731556, 0.000457680406, -0.0160654429, -0.0240619481, -0.0369983241, 0.0196870472, 0.0137403719, -0.00288279797, -0.00532013876, -0.0168766826, 0.0491089709, 0.00974211935, 0.0141822072, -0.012885673, 0.000371214584, 0.0241923258, -0.00254779961, 0.0125669716, -0.00953206606, -0.00245001609, -0.00237577315, 0.0249601062, 0.00924958102, 0.0142111806, 0.0386208035, 0.000616578327, 0.00719975214, -0.00309285126, 0.0145371249, 0.027755985, 0.00715267099, -0.00106203579, -0.0118571371, 0.0100680636, 0.00597927067, -0.0108213574, -0.0184557028, 0.0218165517, 0.0165000353, 0.00101948192, 0.039113339, -0.00874255598, 0.0215847697, -0.01736922, 0.00135810208, -0.0355496816, -0.0147254486, -0.0164420903, -0.0277704708, -0.00422279211, 0.0491379462, -0.0138924792, 0.0176010039, -0.00255142106, -0.0522380397, -0.0308850519, -0.0232362207, 0.00809791, 0.0176879223, -0.0202230457, -0.0232072491, 0.0141459918, 0.00156181736, -0.0173547342, 0.0173981935, -0.000842928712, -0.00465376303, -0.013906965, 0.0135737779, 0.0061820806, -0.0180211086, -0.0268143676, 0.000622010732, 0.0158191733, -0.024916647, 0.0150369061, -0.00383165875, -0.00508473441, 0.0148630692, -0.0111690313, -0.0143125849, -0.00794580299, -0.00102219812, -0.0168766826, -0.0212370958, -0.000872806937, 0.00557002937, -0.00655148458, 0.0047334386, 0.0212950408, 0.00417208951, 0.0167752765, -0.0135882646, 0.0336085, 0.00688105077, 0.00645370129, 0.00574024487, -0.0209618527, 1.12538564e-05, -0.00200455869, -0.00773574971, -0.0084166117, 0.0145805841, 0.00751121, 0.0062327832, 0.0164420903, 0.00888742, 0.000698517193, 0.0207590424, 0.011980271, -0.000959725468, -0.00736272428, 0.00620018877, -0.00717077916, -0.00901055429, -0.0180645678, -0.00811964, -0.0206286646, 0.0237577334, 0.00449441234, -0.0105316294, 0.0232072491, -0.0108937901, 0.00776472222, 0.050007131, 0.00447992608, 0.0256844275, -0.00805445109, 0.00320512103, 0.0121396221, -0.0293929502, 0.010046334, -0.0257423725, 0.00532376, 0.0290452763, 0.0210922305, 0.00361617329, 0.00791683, -0.00154733099, -0.00753294, -0.000269356911, -0.00363609195, 0.0108937901, -0.015152798, 0.0221207663, 0.0170794912, -0.0189772137, -0.0112631936, -0.00442560203, 0.0185281336, 0.00937995873, 0.0212226082, 0.00719613, -0.0018814241, 0.00655872794, -0.0205707196, -0.0029461761, 0.00392582035, 3.70365742e-05, -0.0121613517, 0.00330833672, -0.00523684174, -0.0113935713, 0.00484570814, -1.62830784e-05, -0.00681224, -0.00897433888, -0.0080761807, -0.0126828626, -0.0233521126, -0.00282485248, 0.024409622, -0.00319606694, 0.00430246722, -0.00568592083, 0.00549397571, 0.0298999753, 0.00410327921, 0.0114515172, -0.00197196426, 0.0170215461, 0.00886569079, -0.0047334386, 0.00070485496, 0.0151962573, -0.00883671734, -0.00383528043, 0.0167028457, 0.00572575862, -0.0040417118, -0.00298963534, -0.0165290087, 0.0130812395, 0.00643559312, 0.000953387644, -0.0143343145, 0.00775747932, 0.0127770249, 0.0245544855, 0.015891606, 0.0138417762, -0.00492176181, -0.00869909674, -0.00425538654, -0.00182076218, -0.0210922305, 0.0166014396, -0.000858773245, 0.0270316638, 0.00961898454, -0.00395117188, -0.00877877232, -0.0109662218, 0.0114587601, -0.0212950408, 0.0240329746, 0.00367592974, 0.00262023159, 0.0204403419, 0.0316673182, 0.00687018596, 0.0233810861, 0.00264739362, 0.000454737863, 0.0277994443, -0.0124003775, 0.00135448051, -0.000591679825, 0.00483484333, -0.00190496456, 0.00635591801, 0.0123351887, -0.0240329746, -0.042010624, 0.0164855495, 0.00198463979, -0.00288279797, -0.01680425, -0.0178472716, 0.00573662343, -0.0010928195, 0.00191945094, -0.00938720163, 0.00780093856, 0.0287845209, -0.0104302242, -0.0131391855, 0.014189451, 0.0198753718, -0.00761261489, -0.0295233279, -0.0114225438, 0.00236490835, 0.0333767161, 0.0148196099, -0.00538894907, 0.0114804897, -0.0230913572, 0.00669634854, 0.00689191557, -0.0114515172, -0.0143777747, 0.00200818037, -0.00160618208, 0.00916990545, 0.000442514924, -0.00429884577, -0.0161523614, -0.00492538372, -0.0142401531, -0.00327755301, -0.00844558422, 0.0165579803, 0.00710921176, 0.00172026269, 0.016181333, -0.0196001288, -0.00662391679, -0.00605532434, 0.005023167, -0.0078371549, -0.013168158, 0.00177368138, 0.0160219837, -0.0059430548, -0.0107489256, 0.00275423098, 0.00782266818, 0.00486743776, 0.023496978, -0.0102998465, -0.00353468698, -0.0242212974, 0.00836590864, 0.00630883686, -0.0112704365, 0.0129725914, -0.0075039668, -0.00156634441, 0.0030856079, 0.00398738775, 0.00797477551, 0.0109807085, -0.0170360319, 0.00312363473, -0.00311820232, 0.00424814317, 0.00940168835, 0.0278863627, 0.00695710443, -0.0141025325, 0.0139359385, -0.00697159069, -0.0155004719, -0.00332282321, -0.000582173117, 0.00440749386, 0.00378457783, 0.0112269772, 0.00550846197, -0.0115384357, 0.0189192668, -0.00507749105, 0.02032445, 0.0235838965, 0.00366506493, -0.00790958665, -0.0150079336, 0.000933468866, -0.00447992608, -0.0308271069, 0.0117919482, -0.0172243565, -0.00719975214, -0.0271330699, -0.0144067472, -0.00289185205, -0.0177024081, -0.00851801597, -0.0201216415, -0.0149499876, 0.0119512985, -0.0202809907, 0.00845282711, 0.00596840587, -0.0334636346, -0.00440025097, -0.00848904345, 0.0328841805, 0.00192307262, -0.00881498773, 0.00702229328, 0.0107127093, -0.00150930416, 0.00636316091, 0.0279443096, -0.00148757454, -0.00631970167, 0.00853974558, 0.00588873075, 0.0140663162, -0.0208749343, -0.0139721548, -0.00494711334, -0.00871358346, -0.0022164227, -0.0100318473, 0.0102419006, -0.0149065284, -0.0133492379, -0.0266260449, 0.00144411519, 0.00739894, -0.000292671, 0.0231348164, 0.000660037622, -0.0125814574, -0.00861942116, 0.0127045922, -0.00340430927, -0.00369947, -0.00855423231, -0.00108195469, -0.0167897642, 0.0264522079, -0.00188504567, 0.00388236111, 0.0101115229, 0.0119875148, -0.0209763404, 0.00669634854, -0.00378819951, -0.0105606019, 0.0106475204, 0.0225119, 0.00109734654, -0.00974936225, 0.0398086868, 0.0113718417, -0.01736922, -0.00110187347, 0.00983628072, -0.0137403719, 0.00516078807, 0.00760537153, -0.0144212339, -0.0334926099, 0.00692813145, -0.00426625134, 0.0165290087, 0.00747499382, 0.00475154631, -0.0138924792, -0.0167752765, 0.00892363582, 0.000577193394, 0.00577646075, -0.000625179673, 0.0260900464, -0.00472619524, 0.0135882646, -0.00662391679, -0.0202085599, 0.034796387, -0.010502656, 0.00326849916, -0.0121613517, -0.00117521104, 0.00672532152, -0.0300158672, -0.00286287931, 0.0131898876, -0.00447268272, 0.0188178625, 0.00903952774, -0.002341368, -0.0147906374, -0.0102419006, -0.00406344142, 0.0137548577, 0.0013408995, 0.0169491135, 0.0125307553, 0.00313812122, -0.0009742119, 0.0143415583, -0.0139576681, -0.010386765, -0.00407792768, -0.0093364995, -0.0120961629, 0.0142329102, 0.0145153953, 0.000281127141, 0.00663840305, 0.0047406815, 0.00367592974, 0.00682310481, -0.0210777447, -0.0148340967, -0.00384976668, -0.0357524902, 0.0287555493, -0.0107127093, 0.0179197043, 0.0300158672, 0.0190641321, 0.00809791, -9.37231925e-06, -0.0155004719, 0.0210632589, -0.00208604475, -0.0101694688, 0.00164783059, 0.0234680045, -0.00215123361, -0.00449803425, -0.00251882663, 0.00143868278, -0.00103487377, 0.0254381578, -0.0186005663, -0.0119150821, 0.00236309762, -0.00622191839, 0.00365238916, 0.00950309262, -0.0269012861, 0.0147037189, 0.0121396221, 0.00749672344, 0.0112414639, 0.0156018771, -0.00980006438, 0.00673256489, -0.0276400931, 0.00648991717, -0.00872806925, 0.00310009439, 0.0100608207, 0.00190858613, 0.0218310393, -0.0183687843, -0.00717802206, -0.00738807535, -0.0228016283, 0.026278371, -0.00624726946, -0.00227798987, 0.00566056976, -0.00344595779, -0.00663115969, -0.00860493444, 0.0280022547, 0.0251629148, -0.00189772132, -0.0261624791, 0.0194552653, 0.00300050015, -0.016630413, -0.00227436842, -0.00859769154, 0.00893812254, -0.0202375315, -0.0163696576, 0.0299579222, 0.00564970495, 0.00086465833, 0.0231203306, -0.0135158319, 0.00368860527, 0.00673256489, 0.00354193035, 0.00567143457, 0.00925682392, 0.000618389167, 0.00301679736, -0.00893812254, -0.00201904518, -0.00252425903, -0.0049615996, 0.00797477551, 0.0200202353, -0.00864115078, 0.00404533325, 0.0104012517, 0.000789962709, -0.0184267294, 0.0202085599, -0.016862195, 0.0128059974, -0.0192959141, 0.0113718417, -0.0509052873, 0.0155873904, -0.0185571071, 0.0165145211, -0.00125307555, 0.016398631, 0.0148775559, 0.0071019684, -0.00241923262, -0.00437852135, 0.00589959556, 0.00785164069, -0.0171084646, -0.0167028457, -0.00175557332, -0.00758364191, -0.00722148176, 0.017543057, -0.000978738884, -0.0208894219, 0.0200492088, -0.00197558594, 0.0485584885, 0.0115746511, -0.0127190789, -0.0148920426, 0.00228523323, 0.012320702, -0.0311458074, 0.00229609804, 0.0028574469, -0.00686656404, -0.00579094747, -0.00581992, -0.00578732556, 0.0162247922, 0.0235259496, 4.02054793e-05, -0.00189047807, -0.0150513928, 0.00491451891, 0.00335541763, -0.00564970495, -0.0128059974, 0.00241017854, -0.00522235548, 0.00625089137, 0.00931477, 0.00267274491, -0.00707661733, -0.00719250878, -0.0208025035, -0.0111545455, 0.00459219608, 0.0102274138, 0.033144936, -0.013168158, -0.0236853, -0.0330290422, -0.0231782757, -0.00689191557, 0.00553019159, -0.0007066658, -0.022193199, 0.00287012244, 0.0141677214, -0.0333767161, -0.0127625382, 0.00515354471, 0.0142256664, -0.0256989133, -0.0183687843, 0.0184557028, 0.00772126298, -0.0169056542, -8.23349401e-05, -0.00397652294, 0.010727196, -0.00482397852, -0.0183832701, 0.0109589789, -0.00753294, 0.000948860659, -0.00125307555, 0.0296537075, -0.019353861, 0.00270171766, -0.0121034058, 0.0177024081, 0.0135158319, 0.0157032814, 0.00819207169, 0.0253077801, 0.0381862111, -0.0139359385, -0.0164131168, -0.0130957263, 0.00613137847, 0.0049036541, -0.00655872794, 0.00934374239, -0.0101404954, 0.0135520482, 0.00125035935, -0.0132695632, -0.0118354075, -0.00524046319, 0.0316383466, -0.00070485496, 0.0257278867, 0.00156724977, -0.00937271491, 0.0128132403, -0.0182384066, 0.0187888891, 0.00052377471, -0.00161614153, 0.00488192448, -0.0144357197, 0.000594848709, -0.00931477, -0.00222366583, 0.000747408834, 0.0144357197, 0.0153411217, -0.00595029816, -0.0099159563, -0.00633056648, -0.00504489662, -0.0120092444, -0.00260755606, -0.00729753543, -0.00479862746, -0.00378095615, -0.00692813145, -0.000995036098, 0.00201723422, 0.019585643, 0.00611689175, -0.00433868356, 0.00149391231, 0.00347674126, 0.0133275082, 0.0137693444, 0.0135375615, 0.0106982226, -0.0144646931, 0.00518613914, 0.00568592083, -0.0341010392, -0.00524046319, -0.0169491135, 0.0121685946, 0.0147254486, -0.0235983822, 0.0119585413, 0.00683396962, -0.00252788072, 0.00105207646, 0.0262928568, -0.00898882467, 0.0206431523, -0.0159640368, -0.013341995, -0.0106475204, 0.0125379981, -0.0109300055, -0.00815585535, 0.0115384357, 0.0161958206, 0.00840936787, 0.00257677236, 0.00857596193, 0.0109807085, -0.017543057, -0.0172098689, -0.00168133038, 0.0131174559, -0.0055338135, 0.0156453364, 0.00293168984, 0.0257568583, 0.0231348164, 0.00983628072, -0.00752569642, -0.000464470912, 0.00149300694, -0.0031163916, 0.0124221072, -0.0111617884, 0.0014884799, -0.000955198484, 0.00771402, 0.00257315068, 0.0102998465, -0.00367230806, -0.00358357863, 0.0120092444, -0.000653247116, 0.0411124676, 0.00579456892, 0.00367049733, 0.0074532642, 0.0190931056, 0.0155439312, 0.00993044209, 0.00975660514, 0.0241198931, -0.00901779812, 0.027871877, -0.0150803654, -0.00786612742, -0.00040199823, 0.00631970167, 0.00974936225, 0.00179450552, 0.0119875148, 0.0120744333, -0.0115601653, 0.0290887356, 0.0290307906, 0.019180024, 0.0108648166, -0.0177313816, -0.0198898576, -0.0210777447, 0.0207590424, -0.00112269772, -0.0172388423, -0.00679775374, 0.0182384066, 0.00132369681, -0.0121685946, -0.004910897, -0.00214580121, 0.00116434623, 0.0178327858, -0.00457046647, -0.00913368911, 0.0301317591, 0.00356728141, -0.0171519239, -0.0167463049, -0.029349491, 0.0221497398, -0.00504851807, 0.000385474646, -0.0274952296, -0.0257568583, -0.0230768714, 0.0148775559, -0.00289547374, 0.012827727, -0.0154859852, -0.00668186229, -0.0274662562, 0.0269447453, 0.00843109749, -0.0225553587, 0.0090974737, 0.000457454065, 0.0176444631, 0.00244277297, 0.00792407338, -0.013964911, 0.0031471753, -0.0250325371, 0.0252932943, 0.0112704365, 0.0267709084, 0.0148920426, 0.00229609804, -0.00766331749, -0.0301027857, -0.0084166117, -0.0169491135, -0.0111400587, 0.0182528924, 0.0233810861, 0.0235114638, -0.0050738696, -0.00710921176, 0.00988698285, -0.00674342969, 0.019643588, 0.0228450876, -0.013906965, -0.0132550765, -0.00990871247, 0.00091400271, 0.0139214518, 0.0145516116, 0.00738807535, -0.0121541079, 0.0190061852, -0.00390046928, 0.00701867184, 0.020831475, 0.00377371302, -1.15438679e-05, 0.0365347564, 0.00418295432, -0.00564970495, -0.00109191414, -0.0113863284, 0.00895260926, 0.00813412573, -0.0069824555, 0.0138707496, 0.00101586035, 0.0169201419, -0.00535273319, -0.00999563187, -0.00947412, 0.01736922, -0.0214399043, -0.000528754434, 0.00234861113, -0.000748314254, -0.000655510637, -0.0233955719, 0.0192814283, 0.00610964885, -0.0360132456, -0.00374111859, 0.00859769154, -0.0077429926, -0.00805445109, 0.00703677954, 0.0164710619, -0.0136027504, -0.00861217827, 0.000336582976, 0.00436041318, -0.0164276026, -0.00989422668, -0.00231420598, -0.0176444631, 0.00539619243, -0.0125162685, -0.0046139257, 0.0052621928, -0.018730944, 0.00661667343, -0.00680861855, -0.0079820184, 0.000433008216, 0.0236418415, -0.00855423231, 0.00460306089, -2.16871922e-05, -0.0233086534, 0.0116615696, -0.000753746659, 0.0279153362, 0.0122772427, 0.0068629426, 0.0140083702, -0.00846007094, -0.000745598052, -0.0105606019, -0.00539981388, 0.00269990694, 0.00743153458, 0.0075039668, 0.00696796924, 0.00134542643, 0.000927131041, 0.0105316294, 0.0116470838, -0.00869185384, -0.0155729037, 0.00559900235, 0.00105479266, -0.00356728141, 0.00172116805, -0.000153805056, -0.0273793377, -0.00402360363, 0.00974936225, -0.00996665843, -0.0111617884, -0.0197449941, -0.00953930896, 0.0150513928, 0.00834417902, 0.0217006616, -0.00947412, -0.0298420303, 0.00500143738, -0.00365963252, 0.00567143457, 0.00625813426, -0.0276256073, 0.0279587954, -0.0117702186, -0.00520062586, 0.00793855917, -0.0110893566, 0.0259886421, 0.00702953665, 0.00780818146, 0.00673618633, 0.01186438, -0.00493624853, -0.00628710724, -0.0125090256, -0.00553019159, -0.0107706552, -0.00337895798, 0.00661667343, -0.0079820184, -0.0141749643, 0.0193828326, -0.0112559497, -0.00105207646, -0.00474792486, 0.00579094747, 0.00174470851, 0.00113446801, -0.0376646966, -0.0246703774, -0.0206576381, -0.0232651941, 0.0186005663, 0.0061639729, -0.0201071538, 0.0303635411, 0.00103215757, 0.00659132237, 0.03372439, 0.00484570814, 0.000469903316, -0.0067542945, 0.00497246441, 0.0136751831, -0.00556640793, -0.0100897932, 0.0172823016, 0.0165434945, -0.00540705724, 0.00674705114, -0.00898882467, 0.0224684402, 0.00716715725, 0.00572938, 0.00249347556, -0.00423003547, -0.00465014158, 0.0287555493, 0.00143053418, 0.00674342969, -0.0101404954, 0.00154461479, 0.00852526, -0.00376647, -0.00157630385, -0.0118281636, 0.00159984431, 0.00625089137, -0.0113863284, 0.00370490248, 0.0119005963, -0.00701867184, -0.00185245124, 0.00910471659, -0.0364478379, 0.00173655991, 0.0217151474, 0.0170070603, 0.0113645988, -0.00273793377, 0.0108720604, 0.0169636011, 0.00433868356, 0.0266260449, 0.0165579803, -0.0107199522, -0.0217586067, -0.00844558422, 0.0192234833, 0.00391133409, -0.00191764021, 0.0101260096, -0.00946687721, -0.014645773, -0.0128711862, -0.012371405, 0.00891639292, -0.0131319417, 0.011408058, 0.0154714994, 0.00449441234, 0.00801099185, 0.00832969323, 0.013682426, -0.00220736861, 0.0309719704, 0.0125307553, 0.013450643, 0.00814861245, -0.019353861, 0.0137258852, -0.00247536739, -0.00305844587, -0.0130812395, -0.0116181104, 0.00806893688, -0.0030675, -0.0058416496, -0.0157612283, -0.0101332525, -0.00285382522, 0.0131246988, -0.0228306018, -0.00054143, -0.00388598279, 0.0289438721, 0.00356003828, 0.00317614805, -0.00499419402, 0.00754742604, -0.000167159727, 0.0203679092, 0.000524227391, 0.00443646684, 0.00540343532, -0.00352020073, -0.0188613217, 0.0404460914, 0.0201940723, 6.41137376e-05, -0.00322685065, 0.0228016283, 0.0304504596, -0.00721786, -0.0061132703, 0.0193104018, -0.0166159272, 0.00847455673, -0.0212226082, 0.00888017658, 0.00147127733, -0.00165778992, 0.00862666499, 0.015717769, -0.0343038477, -0.00199369388, -0.00814137, 0.0153121483, 0.0050738696, 0.00966968667, -0.00257315068, -0.020092668, -0.000952482282, -0.0153845809, 0.0205996931, -0.00246450258, 0.00219469308, -0.0114804897, 0.00768504711, -0.00666375412, -0.00592856854, 0.00993044209, 0.00724321138, -0.00528392242, 0.0136027504, -0.00193031575, 0.0152107431, 0.0146747455, -0.0205707196, -0.00453787204, -0.066695489, -0.00166412781, 0.00800374802, 0.00835866574, 0.020266505, -0.0109010329, -0.00124402146, -0.0112487068, 0.0313196443, -0.00180718116, -0.00289366278, -0.00733737275, 0.0247428101, -0.00965520088, -0.0120816762, -0.00557727274, 0.016630413, 0.00702229328, -0.00318158045, -0.00387511798, 0.0123134591, 0.0201651, -0.0151238246, -0.00290271686, -0.00482397852, 0.0160219837, -0.00477689784, 0.00860493444, -0.0290307906, 0.00515716616, -0.00304577034, -0.00945963338, -0.00135085883, -0.00315260771, -0.0180935413, 0.00645007938, 0.0150803654, -0.013341995, 0.00280674431, 0.0139359385, 0.00882223155, 0.00575473113, -0.00313268881, -0.0202520192, -0.0153121483, 0.0109372493, -0.00806893688, 0.0146240434, -0.0054324083, -0.00634143129, -0.022424981, -0.00936547201, -0.0183398109, 0.00944514759, -0.00268542045, -0.0161523614, 0.0109879514, -0.00932201277, 0.0144502064, 0.0103505487, 0.0108503308, -0.0143270716, -0.0157757141, 0.000580815, -0.00376647, 0.00283933873, 0.00729753543, -0.00473706, -0.0171664096, 0.0174271669, -0.0191510506, -0.00940168835, -0.0167897642, -0.00664564641, -0.00563159678, 0.0147906374, 0.00741342688, 0.0047406815, -0.0140880458, 0.0254671313, 0.020266505, 0.00157449301, 0.0229609795, 0.00208061235, -0.00676878076, -0.00040267728, -0.0101911984, -0.00171845185, 0.00915541872, 0.00297514908, 0.0107996278, 0.0150224203, -0.00963347126, 0.00158988487, -0.0134651298, 0.00735548092, -0.0208025035, -0.00121233251, 0.0114008142, 0.00281036599, 0.0078951, -0.0046139257, 0.0178183, -0.00120871083, -0.00100861711, -0.0187019706, 0.0124583235, -0.0135448053, 0.00266912323, 0.00812688284, 0.0149789611, 0.00481673563, 0.00200636941, 0.001808992, 0.0220048763, -0.00503765326, -0.00610964885, -0.00206250441, 0.00136715616, -0.0151817705, -0.0275242031, -0.0136172371, 0.0129943211, -0.0194262918, 0.0216716882, -0.00652975496, 0.001418764, -0.00482035708, -0.00610240549, -0.0077936952, -0.000783624884, -0.00116434623, 0.0152542023, -0.0129943211, -0.0010955357, -0.0150948521, -0.011980271, 0.00384614524, -0.00640662, 0.0256264806, 0.00692451, -0.012885673, -0.00644283649, 0.0067217, -0.0259017237, -0.0233376268, -0.015949551, 0.00878601521, 0.000986887491, -0.0144502064, -0.00145950704, -0.00815585535, 0.00524046319, 0.0188758075, -0.00522235548, 0.00085243542, 0.00143325038, -0.0112776794, 0.00559900235, -0.0111545455, 0.00298420293, -0.00939444453, -0.0167028457, -0.0190641321, -0.00243734056, 0.00911195949, 0.00585613633, 0.00982903782, -0.00255866442, -0.0110458974, -0.00498332921, 0.033260826, 0.0138997221, 0.0142691256, -0.0159785245, -0.0249311328, 0.011067627, -0.017992137, 0.0186150521, 0.00352201145, 0.0150224203, -0.00198645075, -0.0028266632, -0.00546500273, -0.0106837368, -0.00132098061, 0.0042119273, 0.0257133991, -0.00648629572, 0.00885844696, 0.0171664096, 0.0146675026, -0.00433506211, 0.00650078198, 0.0215413105, 0.00330471504, -0.00292263576, -0.0201071538, -0.0103795212, 0.00775747932, -0.00139793975, -0.00296066259, -0.000528754434, -0.023047898, -0.00413587363, -0.0159205776, -0.0114297876, 0.0127842678, -0.0177024081, -0.00972039, 0.0130739966, -0.0196580756, -0.0180211086, -0.00132912921, 0.0123496754, 0.00184611348, -0.0225408729, 0.0119078392, -0.0131536713, -0.0109807085, 0.0468490906, 0.0124148643, 0.00335360668, 0.000442062243, 0.00072749, -0.00242466503, -0.000283390633, 0.0284947921, 0.018730944, 0.00884396117, 0.000614767545, 0.00547224609, 0.00642110687, -0.00154823635, 0.0140156141, 0.0211646631, 0.0168911684, -0.00134814263, -0.0140735591, 0.0278429035, 0.0162247922, 0.00671445671, 0.00480587082, -0.00806169398, 0.00244639465, -0.00406706287, 0.0204113685, -0.0159640368, -0.0079820184, 0.0119730281, 0.00570040708, 0.00142600725, -0.0197884534, 0.0180935413, 0.0133347521, -0.00428435951, -0.0115601653, 0.01227, -0.00457770936, 0.00793855917, -0.0173257608, -0.00156000664, 0.00740618352, -0.00251882663, -0.00311820232, -0.0316383466, -0.00384614524, -0.0287410617, -0.00925682392, 0.000436856179, 0.00283752801, -0.00998114515, -0.0243082158, -0.0140880458, 0.00537808426, -0.0083224494, 0.00361798401, 0.00608791923, -0.0108793033, -0.00206069369, 0.0103795212, -0.0147109618, -0.0181514882, 0.00389322592, 0.00485657295, -0.0101404954, -0.0305663515, -0.00146946649, -0.00811964, 0.000142940247, 0.0210198, -0.012487296, -0.000732469722, 0.00756915566, -0.0246414039, -0.0056026238, -0.00966244377, -0.00322866137, -0.0108720604, -0.0173402485, 0.0226567648, -0.0209763404, 0.00834417902, 0.00431333249, -0.0035564166, -0.0427639186, -0.00527305761, -0.0190641321, -0.00104030618, -0.0174706262, 0.00191039697, 0.0109082758, -0.0224394687, -0.0132985357, -0.00907574408, -0.00280312262, 0.00332644465, -0.0100970361, 0.00385338836, -0.00307474309, -0.0267129634, -0.0379544273, -0.00959725492, 0.00698607741, 0.000717530609, -0.00127571053, 0.0054831109, 0.00135176431, -0.0188758075, -0.0159785245, -0.00819931552, 0.00386063149, -0.00794580299, -0.00339344447, -0.00677964557, 0.0161523614, 0.0117340023, -0.0191220772, -0.00995941553, -0.0155294444, -0.0142111806, 0.00217477418, -0.00963347126, -0.0105533591, 0.00655872794, -0.00251339423, -0.0223960094, -0.00254236721, 0.0198029391, 0.00169219519, 0.00225807098, -0.0173981935, 0.0143632879, 0.00802547764, -0.016862195, 0.00233050319, -0.018050082, -0.033550553, 0.018050082, -0.00501954556, 0.0034568226, 0.014471936, -0.00843834132, -0.0486164317, 0.0072142384, 0.00881498773, 0.00613862136, 0.00404533325, -0.00828623399, -0.00743153458, -0.00825726055, -0.00359987607, 0.0015808309, 0.0652468428, 0.00192307262, 0.00139884511, -0.0353178978, 0.00599737884, 0.0047913841, 0.00393306371, 0.0390843675, -0.015891606, 0.0287845209, -0.013508589, 0.00609878404, -0.000356501812, 0.0249890778, 0.00220917934, 0.0197449941, 0.00208423403, 0.00132731849, -0.0154280402, 0.0142546399, 0.00163877651, -0.0267998818, -0.00595754106, -0.00954655278, -0.00191220781, -0.00607705396, 0.00318701286, -0.00537808426, -0.00224358472, 0.00186874846, -0.0023160167, 0.0285672247, 0.025206374, 0.00082844228, -0.023612868, -0.00854698941, -0.00558451563, 0.016688358, 0.0315514281, -0.00830072, 0.0429957025, 0.0116615696, -0.000622010732, 0.00773574971, -0.0102419006, 0.0024807998, -0.0111980047, -0.00919163506, 0.0160219837, -0.0219759028, 0.00243915129, -0.00838763826, -0.00442922348, -0.00544689503, 0.0110603832, 0.0114008142, 0.00498695113, 0.0204838011, -0.0112197343, 0.00383890187, 0.00257858308, 0.00104754942, 0.00289547374, 0.00219469308, 0.00600100029, -0.0262349118, -0.00884396117, 0.0144864228, -0.0146675026, -0.0057728393, 0.000711192784, -0.00523322029, -0.0160364695, -0.00575110968, 0.0053128954, -0.0110024381, -0.00974211935, -0.0102926027, -0.000585794682, -0.0247862693, -0.0258003175, 0.0127987545, -0.00216572, 0.000608882459, -0.0186874848, -0.0312037542, -0.0374329165, -0.00936547201, 0.00438938616, 0.0173257608, -0.00964071415, 0.0274227969, -0.0212805551, 0.0146892322, -0.0110024381, -0.00120961631, -0.00057311909, 0.0048529515, -0.00104392786, 0.00746050756, 0.0487033539, 0.00562435342, -0.0253802128, -0.0136679392, -0.00948860683, 0.0334636346, -0.00138616958, 0.00234498968, -0.000175647874, -0.0159060918, 0.0149499876, 0.000788151927, -0.000796753215, 0.0209328812, 0.0101115229, 0.0109227626, -0.00202447758, 0.00197739666, -0.0104736835, -0.00880050194, 0.00167408714, 0.0164855495, 0.00528754434, 0.0252788067, 0.0115674082, -0.00966244377, 0.00612051366, 0.00354917347, 0.00479500601, -0.0233521126, 0.00955379568, 0.0121178925, 0.0256989133, -0.00929304, 0.0037773347, 0.0156018771, 0.024235785, 0.0266260449, -0.0135158319, 0.00457408791, -0.0141459918, -0.00937995873, 0.00106294127, 0.0192234833, -0.0121178925, 0.00641386351, -0.00819207169, -0.0130377803, -0.0157032814, 0.00120056223, -0.00708023878, -0.00771402, 0.00492176181, -0.00638851244, 0.00804720726, -0.00881498773, 0.00554829976, -0.024467567, 0.0158626325, -0.0146892322, -0.00912644621, -0.00634143129, 0.0430536456, 0.024467567, 0.00103577925, -0.0130884824, 0.00333549874, -0.00666375412, 0.0047334386, -0.00593581144, -0.00655148458, 0.0134651298, 0.0127625382, 0.00646094419, -0.00529116578, -0.00119422446, -0.0124003775, 0.00322322897, 0.00953206606, 0.00418295432, 0.00255142106, 0.0124076204, 0.010785141, 0.0478051938, 0.0116615696, 0.0196870472, 0.012603187, -0.000696706353, 0.0178327858, 0.0125524849, 0.00147580425, -0.0125597278, -0.000787246507, -0.00298782461, -0.00851801597, -0.0137476148, 0.0109444922, -0.00712732, 0.00559175899, 0.0222946033, 1.40337215e-05, 0.00596116297, 0.0115891378, 0.0294653829, -0.0238011926, 0.0293929502, -0.0103940079, 0.00543965166, -0.00943066087, 0.0124438368, 0.00512095029] |
01 Aug, 2024 | How to use ToggleButtonGroup Component in ReactJS ?
01 Aug, 2024
Whenever the user wants to group a related option, the ToggleButtonGroup component is used. Material UI for ReactJS has this component available for us, and it is very easy to integrate. We can use the following approach in ReactJS to use ToggleButtonGroup component.
Prerequisites:NPM & Node.jsReact JSMaterial UIApproach:To use ToggleButtonGroup Component in React JS we will install the material UI packages. Create multiple buttons using button components with toggleButtonGroup to show the toggle animation when clicked.
Steps to create React Application And Installing Module:Step 1: Create a React application using the following command:
npx create-react-app foldernameStep 2: After creating your project folder i.e. foldername, move to it using the following command:
cd foldernameStep 3: After creating the ReactJS application, Install the material-ui module using the following command:
npm i @mui/material @mui/icons-materialProject Structure:
Project StructureThe updated dependencies in package.json file will look like.
"dependencies": { "@mui/icons-material": "^5.14.16", "@mui/material": "^5.14.17", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "web-vitals": "^2.1.4"}Example 1: This example uses ToogleButtonGroup Component from MUI to implement toggle animation for mutliple buttons.
JavaScript
// Filename - App.js
import {
FormatAlignCenter,
FormatAlignJustify,
FormatAlignLeft,
} from "@mui/icons-material";
import {
ToggleButton,
ToggleButtonGroup,
} from "@mui/material";
import React from "react";
export default function App() {
const [currentAlignment, setCurrentAlignment] =
React.useState("center");
return (
<div style={{ display: "block", padding: 30 }}>
<h1 style={{ color: "green" }}>
GeeksforGeeks
</h1>
<h4>
How to use ToggleGroup Component in ReactJS?
</h4>
<ToggleButtonGroup
value={currentAlignment}
onChange={(event, newAlignment) => {
setCurrentAlignment(newAlignment);
}}
exclusive
aria-label="Demo Text Alignment"
>
<ToggleButton
value="justify"
aria-label="justified"
disabled
>
<FormatAlignJustify />
</ToggleButton>
<ToggleButton
value="left"
aria-label="left aligned"
>
<FormatAlignLeft />
</ToggleButton>
<ToggleButton
value="center"
aria-label="centered"
>
<FormatAlignCenter />
</ToggleButton>
</ToggleButtonGroup>
</div>
);
}
Step to Run Application: Run the application using the following command from the root directory of the project:
npm startOutput: Now open your browser and go to http://localhost:3000/, you will see the following output:
https://media.geeksforgeeks.org/wp-content/uploads/20240727222835/ezgif-7-4bceb5ec3e.mp4Example 2: This example uses ToggleButtonGroup component to implement multi selection input.
JavaScript
// Filename - App.js
import {
ArrowDropDown,
FormatBold,
FormatColorFill,
FormatItalic,
FormatUnderlined,
} from "@mui/icons-material";
import {
ToggleButton,
ToggleButtonGroup,
} from "@mui/material";
import React from "react";
export default function App() {
const [formats, setFormats] = React.useState(() => [
"bold",
"italic",
]);
const handleFormat = (event, newFormats) => {
setFormats(newFormats);
};
return (
<div style={{ display: "block", padding: 30 }}>
<h1 style={{ color: "green" }}>
GeeksforGeeks
</h1>
<h4>
How to use ToggleGroup Component in ReactJS?
</h4>
<ToggleButtonGroup
value={formats}
onChange={handleFormat}
aria-label="text formatting"
>
<ToggleButton
value="bold"
aria-label="bold"
>
<FormatBold />
</ToggleButton>
<ToggleButton
value="italic"
aria-label="italic"
>
<FormatItalic />
</ToggleButton>
<ToggleButton
value="underlined"
aria-label="underlined"
>
<FormatUnderlined />
</ToggleButton>
<ToggleButton
value="color"
aria-label="color"
disabled
>
<FormatColorFill />
<ArrowDropDown />
</ToggleButton>
</ToggleButtonGroup>
</div>
);
}
Step to Run Application: Run the application using the following command from the root directory of the project:
npm startOutput: Now open your browser and go to http://localhost:3000/, you will see the following output:
https://media.geeksforgeeks.org/wp-content/uploads/20240727222958/ezgif-7-90402e6447.mp4
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ? | https://www.geeksforgeeks.org/how-to-use-togglebuttongroup-component-in-reactjs?ref=asr1 | CSS | How to use ToggleButtonGroup Component in ReactJS ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0347083621, -0.00905653462, -0.0172539502, 0.0117555959, 0.0674121156, 0.0331046768, -0.0283508897, 0.0188146811, -0.0186571758, 0.000810792495, -0.0200890396, -0.00351522397, 0.0190580972, -0.0294104684, 0.0160082299, -0.0317014493, -0.0444736667, -0.0209624767, -0.0386889428, -0.0190151427, 0.020375412, -0.029725479, -0.0322741941, 0.0223084278, -0.0350806452, 0.00569523545, 0.0182132982, 0.012378457, -0.0239121132, 0.00518334471, -0.0019723915, -0.0194017459, -0.0158364065, -0.0245421343, -0.0357106663, -0.0319019109, -0.0151777491, 0.00927131344, -0.045361422, 0.00386961014, -0.0239264332, 0.0273915417, 0.00279750256, -0.00141128013, -0.00265252637, 0.0254012514, -0.00889187, -0.0293531939, 0.0128223347, -0.0272769928, 0.0228238981, 0.0266326535, 0.0517188944, 0.0332192257, 0.00519766333, 0.0201606322, -0.0154641215, -0.0166525673, -0.00788956601, 0.0225232076, 0.011884464, -0.0624292307, -0.0191869661, -0.0324746557, 0.000440745353, 0.0336201452, -0.0176262353, 0.0203324556, 0.0147195533, 0.0119131012, -0.0153925288, -0.0102664586, -0.00664384477, -0.00680134958, -0.00489339232, -0.0146408007, 0.0174544118, 0.0104597602, -0.0445595793, 0.0334769599, -0.00106405327, -0.000605409616, -0.0382880196, -0.00342394272, 0.0125645986, 0.0357393026, -0.0180844311, -0.0432709046, -0.0276349578, -0.0278354194, 0.0008022908, -0.00494708726, 0.00220327941, 0.00748864422, -0.0213061236, 0.0208622459, 0.0447027683, 0.00923551712, -0.0294104684, 0.0175260045, 0.014562048, 0.0151204746, -0.0107103363, -0.0220936481, 0.00737409526, 0.00046222331, 0.0538380519, 0.0221366044, -0.00120992435, -0.0224659331, 0.0120276501, 0.00233751652, -0.0129726799, 0.0342788026, -0.0485687964, 0.0116052506, -0.0426981598, -0.0441300198, -0.0253296588, -0.0123068634, 0.0142828347, 0.0142541975, -0.0228382163, 0.055212643, -0.0679848641, 0.051804807, 0.00927131344, -0.00373358303, 0.0386603028, 0.0160225481, -0.0109895496, 0.0246710014, -0.0257448982, -0.0259453598, 0.0310427919, 0.00363514246, 0.0362547748, 0.0170821268, -0.0404071771, -0.0114835426, -0.031558264, 0.0202465449, 0.000962927938, 0.0406076387, -0.0394621491, 0.0115050199, -0.0229098108, 0.0506020412, -0.0142756756, 0.0119345794, -0.0180414747, -0.00907085277, 0.0286945365, 0.00341499364, 0.0711349621, 0.0128151746, -0.0361975, 0.011032505, 0.00967939477, -0.0259739961, 0.0422686, -0.0296682045, -0.00023961335, 0.0166382492, -0.0396339707, 0.0171394013, 0.00541244261, -0.0137244081, -0.0588782132, 0.0369420685, -0.0342788026, 0.00922835805, 0.000800948415, 0.0533798561, -0.029725479, 0.00814730115, 0.0269906204, -0.0188719556, 0.0328183025, 0.00673691602, -0.0558999367, -0.00682282774, 0.0413235687, 0.0173398629, 0.025229428, 0.0231532268, 0.00400205748, -0.00872004591, -0.0294963811, 0.013466673, 0.0107676107, 0.0156645831, 0.0578186326, 0.0376007259, -0.00589211658, 0.0153352544, -0.0554703772, 0.000374297961, -0.00848378893, 0.00116159895, -0.0135740619, 0.0133736013, -0.00443877559, -0.00202787621, 0.0158793628, -0.00557352696, -0.0161800534, -0.0345365368, 0.0330760367, -0.0140823741, -0.00910664909, -0.0249860119, 0.0175260045, -0.0355961174, 0.00040830471, 0.00201534736, -0.0219218247, -0.0221509226, -0.00222475734, 0.0367702432, 0.00991565175, 0.0190294608, 0.0435859114, 0.0141754448, -0.0402639918, 0.0216354523, 0.00462491764, -0.0200460833, 0.00442087743, -0.0238405205, -0.013953506, -0.000214667598, -0.0299259387, 0.0206045099, 0.0351379216, 0.0102521395, -0.0130371135, 0.00976530649, -0.0330760367, 0.0239550695, 0.00414524367, 0.000175626963, -0.0237832461, -0.045475971, 0.0278354194, 0.0420681387, 0.0336487815, 0.023052996, -0.0258308109, 0.0159366373, -0.0255301185, 0.0290238652, -0.0104740784, 0.00297648553, 0.0162086897, 0.0202035885, -0.0152063863, -0.0218931865, 0.0106673799, 0.015535715, 0.0302695855, 0.0564726815, -0.025845129, 0.0342501663, 0.0366556942, -0.00957916398, 0.0392330475, -0.00885607302, -0.0145477289, -0.0268331151, 0.0305559598, -0.0297541153, -0.0171966758, 0.00453542639, -0.00689084129, 0.0146050034, 0.00136832416, 0.004549745, 0.0534657687, 0.0381734706, 0.0247855503, 0.016981896, 0.0393476, 0.0328183025, 0.0322741941, -0.00385171175, 0.0253296588, 0.0149056949, -0.0473373942, 0.00970803201, -0.0265037864, -0.02280958, 0.0189435482, -0.00189542875, 0.0483969748, 0.0187574066, 0.0100946352, 0.0437291, -0.0153495725, -0.00522272056, -0.000899836479, -0.0394907854, -0.00461775856, 0.000293755671, -0.00960064214, 0.0289665908, 0.0402067155, 0.010316574, -0.0378870964, 0.00350627489, 0.0367129706, 0.0277781449, -0.056787692, -0.00604246231, -0.0390039496, 0.0103523703, 0.00588137796, -0.00299796346, 0.0116124097, -0.0354815684, -0.033963792, -0.00790388416, -0.03032686, 0.0530934855, 0.0299259387, 0.020017447, -0.0195592493, -0.00589569658, 0.031558264, 0.0198169854, -0.00781081337, 0.00194554403, 0.00609973678, 0.0498002, 0.0319019109, -0.0201319959, 0.00951473, -0.0365984216, -0.0169532597, 0.0164377894, -0.0133020086, -0.0128867682, 0.00848378893, -0.0314437151, 0.017712146, -0.024628045, 0.00970803201, 0.00284940749, 0.0214636289, 0.00471798889, 0.0014766088, -0.00510101253, 0.0144618172, -0.0150202438, 0.0189578682, -0.00362261361, 0.0300118513, -0.025229428, -0.00903505646, 0.02427008, 0.00487191416, -0.00540170353, -0.0147338714, 0.0119775347, -0.0294677429, -0.0224086586, -0.0231818631, -0.011039665, 0.00298722438, -0.0376007259, -0.0319591835, -0.0149772884, 0.0071951123, 0.0374002643, -0.0281647481, 0.00625366205, 0.00626440113, -0.0120562874, -0.0295822918, 0.0154927587, -0.0302409492, 0.0183564853, -0.00851242617, 0.0266183354, 0.0150775183, 0.021835912, 0.0316155367, 0.000202362527, -0.0304700471, -0.00539096445, 0.00296037691, 0.0436145514, -0.00879879855, 0.0125932358, -0.0223657023, -0.0143544273, -0.00298006507, 0.0330760367, -0.0166525673, -0.0074743256, 0.0814443752, 0.00737409526, -0.00474662613, 0.00579188624, -0.0461346284, -0.0141611258, -0.0567304157, -0.0104454411, 0.0258594472, 0.00876300223, 0.000417925039, -0.000734277302, -0.00563796097, 0.00526567642, 0.00831912458, 0.0468219221, 0.000447009777, 0.0717077, 0.0173971374, -0.0128294937, 0.0490269922, 0.0122066326, 0.00814014208, 0.00890618842, -8.03745061e-05, -0.00780365383, -0.0312432535, -0.0171250831, 0.0345365368, -0.0137888417, 0.00153477828, -0.0166955236, -0.0295536555, -0.024628045, -0.00774637936, -0.00246280455, 0.0284940768, 0.020017447, -0.00564154051, -0.0347942747, -0.00734545756, 0.0410085581, 0.00574893039, -0.0305845961, -0.0411231071, 0.0155643523, -0.0394335091, 0.00521914102, -0.0165809747, 0.0365697853, -0.0282220226, -0.0252437461, -0.0575895347, -0.0244275853, -0.00251113, -0.00849810801, 0.055184003, 0.0109107969, 0.00693737669, 0.00709130196, -0.00505447667, 0.0185855832, -0.00548045617, 0.00590285566, 0.000559321546, -0.0350233726, -0.0402639918, 0.0443018451, -0.0136384964, -0.00238942169, -0.0144832954, 0.00710204104, 0.0597946048, 0.0112329666, 0.00080721284, -0.0020189269, -0.00555204926, -0.0288377237, 0.00550193386, -0.010073157, 0.0355961174, 0.00422757585, -0.00308387517, 0.0160082299, 0.000987985521, -0.0121923145, 0.0380016454, -0.0122925453, 0.0165666565, -0.00961496122, 0.0176548716, 0.0237975642, -0.0491701812, 0.0246853195, 0.0294677429, 0.0099013336, -0.0353670195, -0.0237975642, 0.0303554982, 0.0129225645, -0.0241698492, -0.010917956, -0.0244275853, 0.027649276, 0.0255444385, -0.0453041494, -0.0234539174, 0.0372284427, 0.000869856856, -0.0212202109, -0.0467360131, 0.0146622779, 0.000911022886, 0.0185426269, -0.0101447506, -0.0156932194, -0.00423115538, 0.0236830153, 0.0102020251, -0.00461059902, 0.00529789366, -0.00681566866, 0.0101805469, 0.0123211825, -0.000327091228, -0.00135221577, 0.013344964, -0.00248786225, 0.0153495725, 0.0239121132, -0.0210340694, -0.0160082299, -0.000779470487, 0.0506306812, 0.00911380909, -0.005154707, -0.00607109955, -0.0126361921, -0.0107246544, 0.00622144528, -0.0176691916, -0.00411302689, -0.0560717583, 0.00990849268, -0.0108964778, 0.0406649113, 0.0193731077, -0.0198169854, -0.0071951123, 0.0149056949, -0.0046965112, 0.00470367027, 0.00511175115, 0.00191153726, 0.0252007917, 0.00642190594, -0.0179269258, -0.00959348306, -0.0171394013, -0.00937870331, 0.0173685, -0.00887039211, 0.0236257408, -0.00912812725, 0.00586347934, -0.0112329666, -0.0142828347, 0.054468073, 0.0336774215, -0.00854106341, 0.00894198474, -0.0284654386, -0.000222833696, -0.00629661791, 0.024871463, 0.0243273545, 0.0238834769, -0.0283795279, -0.0232677758, -0.0109465932, 0.0083119655, -0.0228238981, 0.00602456415, 0.00982974, 0.000525314768, -0.00503299898, 0.00568807637, -0.0269619823, -0.026804477, -0.00774637936, 0.0103810076, 0.0246996395, 0.00968655385, 0.00504015805, -0.00491129048, -0.025472844, -0.00526209688, 0.0153352544, -0.0106673799, -0.0418104045, 0.0158650428, -0.00766046764, 0.0283652078, 0.013824638, 0.00162695441, -0.0265037864, -0.0189721864, -0.0064183264, 0.0205615535, -0.0230959523, -0.0369134322, -0.015406847, 0.044530943, 0.00540528307, 0.0145763662, 0.00413808459, -0.013717249, 0.0212488491, -0.0246137269, -0.0220220555, 0.0304700471, 0.0146121634, 0.0287804492, 0.0322741941, 0.0172682684, -0.0242271237, -0.00103094149, -0.00189363898, 0.0153352544, 0.000109011766, -0.026818797, 0.0112472847, 0.0152779799, 0.0151061555, 0.0208192896, 0.00641116733, 0.00713425782, -0.0233966429, 0.00327359699, 0.0529502966, -0.0123140225, -0.00196523219, -0.0204899609, 0.068156682, -0.0199744906, 0.0126433512, 0.00726312585, 0.0098512182, 0.00509743253, -0.0418104045, -0.0193874259, -0.0179269258, 0.0175546426, 0.0116696842, -0.0180557948, -0.0196165238, -0.033247862, -0.00659373, -0.00021410828, 0.00890618842, -0.00544108, -0.0167241618, 0.0411517471, -0.0132948486, 0.0205758736, -0.0310427919, 0.00829764642, 0.0437291, 0.0274774525, 0.000884175475, 0.0124357315, -0.00617848942, 0.0136313373, 0.0265610609, -0.0163518768, -0.0400348939, -0.0241698492, 0.0132948486, -0.00129404629, -0.00577040855, -0.0143544273, 0.0136456555, 0.0114477454, 0.0337060578, -0.0418963134, -0.00334161054, -0.0406649113, -0.0138461161, -0.0239121132, 0.0188576374, 0.0148197832, -0.00715931552, 0.0231818631, 0.00481463969, -0.0366556942, -0.023410961, -0.00438866066, -0.0107246544, 0.00878448, -0.0329328515, -0.01673848, -0.0359970406, -0.00555920834, 0.0142541975, 0.000634941796, 0.0218072757, -0.00260599097, 0.00246101478, -0.0441872962, 0.0166525673, 0.0244705398, 0.0154498033, 0.0173685, 0.0258308109, -0.0229957215, 0.00855538249, -0.0261171833, 0.0019079576, -0.0404358134, -0.0177694205, -0.00420967769, 0.0163089205, 0.0150775183, -0.0172825884, -0.0203897301, -0.0165809747, 0.0062107062, -0.00594939105, -0.0276922323, 0.001349531, -0.000658657053, 0.0132805305, 0.0219075065, -0.00528715458, -0.0333910473, -0.00146944949, -0.00320200389, 0.0124786869, -0.00557710696, -0.00588853704, 0.007882406, 0.0355102047, -0.0192442406, 0.0098369, 0.0142899938, -0.0217070449, -0.00448531099, 0.000120701588, 0.0258164927, -0.0276349578, 0.00498646311, -0.0140107805, 0.0212345291, -0.0371425301, 0.0104096448, -0.00304807862, -0.00242163846, 0.0249716919, -0.00578830671, 0.0237975642, -0.0162230097, -0.012493006, -0.014805465, 0.0160798226, -0.0151204746, 0.0142470384, -0.025959678, -0.0276922323, 0.0125216432, -0.00312504126, 0.0316441767, 0.0178123768, 0.0173398629, 0.000768284081, 0.0163375586, -0.0243989471, -0.00660804845, -0.0157361757, -0.0232105013, 0.0212488491, 0.00584916072, -0.00458912132, 0.0152207045, -0.00521198194, 0.0269763, -0.0165237, 0.0224516131, 0.0124572087, 0.0214493088, 0.0451609641, 0.00162247987, -0.000836297579, 0.0138819125, 0.0320737325, 0.00409154873, -0.0276206397, 0.00691231899, 0.0230386779, 0.00605678093, -0.0464496389, -0.00918540172, -0.0107103363, 0.0012618294, -0.00198671012, 0.0404930897, -0.0263606, -0.038230747, -0.0139105506, -0.0383739322, 0.015521396, -0.0157075375, -0.0164521076, -0.0236973353, 0.0157218575, 0.0257878546, 0.0135740619, 0.0291527323, 0.00367988832, -0.00183994416, 0.0154498033, -0.00138980208, 0.010796248, 0.0228382163, -0.0034633188, -0.0112114884, 0.0447027683, -0.00571671361, -0.00683714636, 0.00838355813, -0.0304986835, -0.00344184088, -0.0191010535, -0.0552985519, 0.0142255602, -0.0166812055, 0.00594223198, 0.0132876895, 0.00987985544, 0.0329328515, 0.0339924321, -0.01819898, 0.0165666565, -0.0302123111, -0.00554488972, -0.0283508897, 4.06067447e-05, 0.0101662278, 0.0173398629, 0.0294104684, -0.0125359613, 0.00525851734, -0.00593149289, -0.00660804845, 0.0287661292, 0.0207333788, 0.0129941581, -0.0235684663, 0.0190151427, -0.00208694045, 0.00287804496, -0.011884464, -0.0229670852, 0.0183851216, 0.0498288348, 0.0256876238, 0.024756914, -0.01139763, -0.00400921656, -0.0220793299, 0.0313005261, -0.00889187, -0.0337919705, -0.016996216, 0.0456764325, 0.0135597438, -0.024012344, -0.0545539856, -0.0149772884, -0.0400062539, -0.00928563252, 0.0468219221, 0.00154283247, -0.0245707706, -0.0182992108, 0.00700897, 0.0259453598, -0.00698033255, -0.0337346941, -0.00942881871, -0.0154784406, -0.0122639081, -0.00650423812, 0.0163805149, -0.0450464152, -0.00408080965, 0.0520052686, 0.0247855503, 0.0198599417, 0.000937870354, 0.0135311065, -8.60236541e-05, -0.00426695216, -0.0129655208, 0.0127077848, 0.0280502, -0.0386030301, 0.00710204104, 0.0210197512, -0.00140412082, 0.0250432864, 0.0273056291, 0.0410372, -0.00513680885, 0.00607467908, 0.0073526171, -0.00228919112, -0.0412662961, 0.0231389087, 0.016137097, 0.00895630382, -0.0537807792, 0.00137995812, 0.000547687639, 0.0314150751, 0.00685862452, -0.0143973837, -0.0144260209, 0.0145190917, 0.00809718575, 0.0276206397, -0.005154707, 0.00395194208, -0.0138174789, 0.00505447667, -0.0064648618, -0.0172682684, -0.0022981402, 0.0114334272, -0.0361402258, -0.00483611785, 0.0369134322, 0.0101304315, -0.00685146498, 0.00695527531, -0.00943597779, -0.01140479, -0.0358538516, 0.0122925453, 0.0170678087, 0.007882406, -0.00765330857, -0.00531221228, 0.0165093821, -0.0184423961, -0.00316441758, -0.0211486183, -0.0342788026, 0.00119113107, 0.0152350236, 0.0313864388, -0.0125717586, -0.00800411496, -0.013710089, 0.00852674525, 0.0345938131, 0.00655435352, -0.0298973024, -0.00841935538, 0.0107676107, -0.0186571758, 0.000257287902, -0.0259310417, 0.0148913767, 0.0108392034, -0.0246566832, 0.00436360296, -0.00280645164, -0.0216354523, -0.00411660643, -0.00410944736, 0.0206617843, -0.00215674378, 0.00904221553, -0.037658, 0.00578472717, -0.00493634818, 0.00740989158, -0.0202751812, -0.0164377894, 0.0043671825, 0.0114549054, -0.0262317322, -0.00696601393, 0.00437434204, -0.036512509, -0.00308566494, 0.0530362092, 0.00160995114, -0.0375148132, 0.00947893411, -0.00607467908, -0.00984405912, -0.0140608959, 0.0500579327, -0.000449694518, 0.0293818302, -0.00577040855, 0.00520124286, -0.0121636773, 0.014075214, -0.0282363407, -0.0077535389, -0.00607109955, -0.0136313373, 0.0074027325, 0.0174973682, 0.0259453598, 0.0350806452, 0.0179985203, 0.00607825909, 0.0317587256, -0.0068192482, 0.0246137269, 0.000694901042, 0.0119274193, 0.0203610938, -0.012493006, -0.00955052674, 0.0127579, -0.0193874259, -0.00566659821, 0.00709130196, -0.021964781, -0.00924983528, 0.0177264661, 0.0111900102, -0.0259024035, -0.0415240303, 0.00201355759, -0.017096445, 0.00246101478, -0.00557352696, -0.0220220555, -0.0143830646, -0.0180128384, 0.00479674153, -0.013824638, 0.0144618172, 0.00755307777, -0.013588381, -0.0112186475, -0.00433496572, -0.0156645831, -0.00546613755, 0.00704476656, 0.00781797245, -0.0208049715, -0.00958632398, 0.0271624438, 0.0198742598, -0.00360650523, -0.0345651768, -0.0100373607, -0.0149916066, -0.0158507247, 0.00977246556, 0.02280958, -0.0169675779, -0.00495424634, 0.0219791, -0.00605320139, -0.0173255429, -0.00542676123, -0.00982258096, 0.0093930224, -0.0171537194, -0.0195735693, -0.0111900102, 0.0031608378, -0.00254692649, 0.0132304151, -0.0228811726, 0.0135096284, 0.0424690582, -0.0352524705, -0.00262925867, 0.00358860684, -0.00634673331, -0.0184137598, -0.0301550366, 0.00101572787, 0.00682282774, 0.00476094475, -0.00453542639, 0.00298901414, -0.0130013172, 0.0180987492, 0.0683285072, 0.0134237166, -0.0198456235, -0.0114978608, -0.0142685156, -0.0276922323, -0.0313578025, 0.014318631, 0.0223084278, -0.0308423322, 0.0287231747, -0.00334698, -0.0304986835, -0.00866993144, 0.0168673471, 0.0259883162, 0.00666890247, 0.0376866385, 0.02280958, -0.025959678, -0.00231782836, 0.0138103198, 0.0139320279, -0.00365483062, 0.00772490166, 0.00755307777, -0.0137960007, -0.0146121634, -0.0412090197, 0.0109036379, -0.00338098686, -0.00326822745, 0.00438866066, 0.012256748, 0.0172539502, 0.0242843982, -0.00884891395, 0.0128223347, -0.0334196836, 0.00378369819, -0.0100946352, -0.0108392034, -0.0175975971, -0.0164091513, 0.0204040501, 0.000784392527, 0.0122066326, 0.00415240321, -0.016981896, 0.00757455593, -0.014311472, 0.00875584316, -0.019158328, -0.0160941407, -0.0168530289, 0.00778933521, 0.0025791435, -0.0205329172, 0.00809718575, -0.0374575406, -0.0294104684, 0.00311430218, 0.0146050034, -0.0135955401, 0.0138819125, -0.00676555326, -0.0344792642, -0.0098011028, -0.0404071771, 0.039662607, -0.0135096284, -0.0046463958, 0.00352417305, -0.00238763168, -0.0387748517, -0.00142470375, -0.0111255767, -0.0176691916, 0.0108606815, -0.00778217614, 0.00506521575, 0.0173255429, -0.0233393684, -0.00638252962, -0.0267758407, 0.00520840194, -0.0114334272, -0.0201892704, -0.00601740461, 0.00826900918, 0.0180271566, -0.0199458525, -0.0311287045, -0.0235827863, 0.0120920837, 0.0118128704, 0.00346689858, -0.00160905614, -0.0104597602, -0.0144546581, 0.00301944138, 0.0115551353, 0.010925116, 0.0233536866, -0.0130442725, -0.000787524739, 0.0169246215, 0.00616059126, -0.000538738503, 0.0178839695, 0.0107604517, -0.00392330484, -0.00199207966, -0.012493006, -0.00970087294, 0.00407365058, 0.00453900592, -0.0210913438, 0.0101948651, 1.01027454e-05, -0.0192585588, 0.0169103034, 0.0216211323, 0.0119703757, 0.00756739639, 0.00254155695, 0.00467503304, 6.88524815e-05, 0.00868425, 0.0126433512, -0.0137960007, -0.000794684049, -0.0306418706, -0.0109823905, 0.00154641212, 0.0056487, -0.0195592493, 0.0252867024, 0.0202751812, 0.0375720896, -0.00289415335, 0.0149916066, -0.0133879203, 0.012256748, 0.0168387108, -0.00490413094, -0.00738125434, 0.00718437321, -0.0058348421, -0.00557352696, 0.0019169068, -0.0195162948, 0.027176762, 0.00791104417, 0.0152063863, -0.0174257737, 0.0187574066, 4.96118191e-05, 0.00609973678, -0.00772490166, 0.000715484086, 0.0281647481, 0.0165093821, 0.0150202438, 0.0219218247, 3.21050575e-05, -0.00482895831, -0.0192585588, 0.00450678915, 0.0178123768, 0.0224945694, -0.01067454, -0.00831912458, 0.000676107884, 0.0299259387, 0.0125645986, 0.00731324079, 0.00623934343, 0.000206725235, 0.0347942747, -0.0238834769, 0.00701970886, -0.0185855832, 0.0142828347, 0.000980826211, -0.000973666902, 0.0144904545, -0.0235541482, -0.00802559312, -0.00334161054, -0.00204219483, 0.0244562216, 0.00713067828, 0.0137530454, 0.015535715, -0.0262890067, -0.0114978608, 0.00552341202, -0.00742421, 0.00232677767, -0.0219075065, -0.00480032107, -0.00126272428, 0.026446512, 0.00726312585, 0.00301586161, -0.0274774525, 0.0355102047, 0.0431849919, -0.012743582, 0.012979839, 0.00677271234, 0.00928563252, 0.00456406362, 0.025114879, -0.0179269258, 0.0213347599, 0.0030820854, 0.0195449311, 0.0369420685, -0.0117985522, -0.00363872224, -0.0172396321, -0.00607467908, -0.00652929582, 0.00327180722, 0.0370566174, -0.00180235773, -0.00139875128, 0.00850526709, 0.00682640728, 0.0455905199, 0.0372857153, 0.0294104684, 0.0233393684, 0.00165111711, 0.0263033248, -0.035796579, -0.0293531939, -0.0138532752, 0.00953620858, 0.00666174293, 0.0176978279, 0.00389108807, -0.00649707904, -6.61048125e-06, 0.0121135619, -0.0037658, -0.00191511691, -0.00499004312, -0.00319126481, -0.0166668873, 0.0220220555, -0.0129440427, 0.0288520418, 0.0121708363, 0.0118773049, 0.0112258065, 0.0151777491, -0.0462491773, 0.0177551024, 0.0133950794, 0.0151204746, -0.0158077683, -0.0274344981, 0.00491487, -0.000643443491, 0.00538380537, -0.00875584316, -0.0252723843, -0.0385171175, 0.00818309747, 0.00929995067, -0.00657583121, -0.00180504238, -0.0153638916, 0.0395766981, 0.00894198474, 0.00815446, -0.0140895331, -0.0140394177, 0.00292995, 0.00692305807, 0.0178123768, -0.0122066326, 0.00691589899, -0.00268474338, 0.016981896, 0.00746000698, 0.0216927268, 0.0290525034, 0.00153298851, 0.0142470384, -0.0123641379, 0.00785376877, 0.0254298896, 0.00694095623, 0.00567733729, -0.0196881182, 0.0070232884, 0.0119918538, -0.00554846972, -0.0250003301, 0.0299832132, 0.0143687464, 0.00838355813, 0.0412662961, -0.00854822248, 0.0184996706, -0.0153925288, 0.00783945061, -0.0414094813, -0.0132662114, -0.0217500012, -0.0210054312, -0.00675123464, 0.0436431877, -0.00801127404, 0.0168387108, -0.00828332826, -0.0455332473, -0.0279499684, -0.0115622943, 0.00145960541, 0.016137097, -0.0260026343, -0.0220220555, 0.0225232076, 0.00216032355, -0.00715573598, 0.0196451619, -0.00854106341, -0.000919077138, -0.0116840033, 0.0121779954, 0.00512965, -0.0139893023, -0.0212345291, -0.01140479, 0.0160655044, -0.0249287374, 0.00579188624, -0.00247712317, -0.0042705317, 0.00505805667, -0.0116124097, -0.00105062954, -0.00723806815, -0.00542318169, -0.0291527323, -0.0176119171, -0.00277960417, -0.00944313686, -0.00954336766, 0.018829, 0.0172539502, -0.00100856856, 0.0178696513, -0.00903505646, 0.0431849919, 0.0111756921, 0.0131803, 0.00556994742, -0.0207620151, 0.00348121719, -0.0111398948, 0.00216390309, -0.0156932194, 0.018313529, 0.0110110277, -0.00495424634, 0.0190008227, 0.0205472354, 0.00153388339, 0.0211629365, 0.0209767949, -0.0068192482, 0.00053829106, -0.00118218199, -0.00917108357, -0.00460701948, -0.0187574066, -0.00614269264, -0.0222797897, 0.0206761025, 0.000668053632, -0.0150632, 0.0277781449, -0.00766762719, 0.0083119655, 0.0498288348, 0.00606394047, 0.0286086258, -0.00457838224, -0.00729176309, 0.019416064, -0.0219075065, 0.00743136974, -0.0279499684, 0.00838355813, 0.0270478949, 0.0173971374, -0.0011732328, 0.00518334471, 0.00609615725, -0.00933574792, -0.0119990129, -0.00573103223, 0.00968655385, -0.0148197832, 0.0311287045, 0.0174973682, -0.0172109939, -0.0162230097, -0.00662952615, 0.0183278471, 0.0103452113, 0.012858131, 0.00500436174, 0.00313578034, -0.0017164459, -0.0204326864, 0.000306284463, 0.00617133, -0.00405575242, -0.00578114716, 0.0089634629, -0.00668680063, -0.0146408007, 0.00619638758, 0.0061641708, -0.0128438119, -0.0193587895, -0.0157361757, -0.0134022385, -0.0156216267, -0.00995860808, 0.0161657352, 0.00518334471, 0.0144832954, -0.00855538249, -0.0012618294, 0.0254155695, -0.00192585588, 0.00659730937, -0.00262388913, 0.0205472354, 0.00736693572, -0.0123856161, 0.00458196178, 0.0079826368, -0.00147302914, 0.00274022808, 0.019158328, 0.00456764316, -0.00338635617, 0.00149987661, -0.0159939118, 0.0149486512, 0.00567733729, 0.00139069709, -0.01673848, 0.00133879203, 0.014920014, 0.0189149119, 0.0145190917, 0.0136742927, -0.0150345629, -0.00126630394, -0.00756023731, -0.00204935414, -0.0274488162, 0.00278318394, 0.00114370068, 0.0201606322, 0.0094717741, -0.00604246231, -0.0161514152, -0.0163948331, 0.00753875915, -0.0110683022, 0.0258594472, 0.00766762719, -0.012736422, 0.0171537194, 0.0369707048, 0.00339172571, 0.0315869, -0.0031536785, 0.00499004312, 0.033963792, -0.00879879855, 0.00172629, -0.000267131953, 0.00137011404, 0.00359218661, 0.00769626442, 0.010681699, -0.0147768278, -0.0326751173, 0.0190724172, 0.00461775856, -0.0155786704, -0.0170105342, -0.017826695, 0.00535516813, -0.00136742927, 0.00890618842, 0.0013414768, 0.00420967769, 0.0223513842, -0.0179985203, -0.00682998728, 0.00761035224, 0.0148484204, -0.000881938206, -0.0263749193, -0.015893681, 0.00096382288, 0.0336201452, 0.0133378049, -0.0110110277, 0.0137315672, -0.0214063544, 0.00766046764, 0.00505447667, -0.00421325723, -0.0213061236, 0.00608541816, -0.00232856744, 0.0130872289, 0.00999440439, -0.00453900592, -0.0225232076, -0.00850526709, -0.0135525847, 0.0102664586, -0.00515112747, 0.0172539502, 0.0104597602, 0.00243774685, 0.0139749842, -0.0206617843, -0.00522630056, 0.00252544857, 0.0123856161, 0.00582410302, -0.00578472717, -0.00176208653, 0.0213490799, -0.00185784244, -0.0108964778, -0.00334698, 0.0130800698, 0.00694453623, 0.0203038193, -0.0104883974, -0.00900641922, -0.0164377894, 0.0148484204, 0.00520124286, -0.00962927938, 0.0168959852, -0.00987269636, 0.00294247875, 0.000288833631, 0.0012528802, -0.00226592342, 0.00943597779, -0.00841219537, 0.00392330484, -0.00785376877, 0.00766762719, 0.00687294314, 0.0306705087, 0.00872004591, -0.020747697, 0.0203467757, 0.0067941905, -0.0244848598, -0.00790388416, 0.0046714535, 0.00704118703, 0.00710562058, 0.012371297, 0.0092426762, -0.0162230097, 0.0241984874, -0.0112687629, 0.0212631673, 0.0233250502, -0.00604246231, -0.0101161133, -0.0109967086, -0.00386961014, -0.00678703096, -0.0340497047, 0.0049721445, -0.0140895331, -0.00584200164, -0.0207047407, -0.00974382833, -0.00443877559, -0.0161943715, -0.0042955894, -0.0139606651, -0.015535715, 0.00817593839, -0.0250862427, 0.0125144832, 0.00321274297, -0.0389180407, -0.00549835432, -0.00758887455, 0.0341356173, -0.00107568712, -0.00637895, 0.0116052506, 0.00998724531, -0.0036637797, 0.0106101055, 0.0282506589, 0.00660446845, -0.0163232386, 0.00259167235, 0.00053829106, 0.0108034071, -0.0170821268, -0.000352820032, -0.00529789366, 0.00127346325, 0.00646128226, -0.00722732907, 0.0113761527, -0.00647560088, -0.0174400918, -0.0234396, -0.000367138651, 0.00413808459, -0.00173881883, 0.0209624767, -0.00207262184, -0.0139105506, -0.0079325214, 0.00937154423, -0.000967402535, -0.0124285715, -0.00648276042, -0.00531221228, -0.014562048, 0.0248428248, -0.00399489794, -0.00827616919, 0.00614985218, 0.00992997084, -0.0144188618, 0.0149056949, -0.00188826944, -0.00309103448, 0.0154784406, 0.0250003301, 0.00203682529, -0.00540886307, 0.0335055962, 0.0137458863, -0.0149916066, 0.00510459207, 0.00655435352, -0.0172825884, 0.013588381, 0.0134165576, -0.0114477454, -0.0317014493, -0.00198671012, 1.78843056e-05, 0.0152779799, 0.00721301045, 0.0158507247, -0.00478242291, -0.0212774854, 0.00424905401, -0.00932142884, 0.00297111599, -0.00244848593, 0.0312718898, -0.00377653888, 0.0153638916, -0.00626798067, -0.0127077848, 0.0257305801, -0.0113904709, 0.00462491764, -0.0161657352, -0.000227196404, 0.00132626318, -0.0327323899, 0.00279034325, 0.0126648294, -0.000524419884, 0.0181417055, 0.0121565182, 0.0032342209, -0.0128008565, -0.0128867682, -0.00167527981, 0.0130371135, -0.00501152081, 0.0107461326, 0.0210197512, 0.0123641379, -0.00265252637, 0.000441864016, -0.0122639081, -0.00494350726, -0.00385529152, -0.0153782098, -0.012371297, 0.0147195533, 0.00759603363, 0.00122513785, -0.005154707, -0.00327717676, 0.00395194208, 0.0117484368, -0.0192299224, -0.0187287703, -0.00521914102, -0.0322455578, 0.028508395, -0.0171823576, 0.0109036379, 0.0330760367, 0.0208908822, 0.00735977665, -1.02006261e-05, -0.0138103198, 0.0190008227, 0.00333803077, -0.0143544273, 0.0136528146, 0.0217786375, -0.0113761527, -0.00269369246, -0.00232140813, -0.000886412745, -0.00352596282, 0.0322455578, -0.0229814034, -0.00984405912, 0.00647560088, -0.00179430342, -0.00118665653, 0.00438150112, -0.0222941078, 0.00588853704, 0.00887039211, -0.0058097844, 0.00476810429, 0.0144546581, -0.00569523545, -0.00325390883, -0.0341642536, 0.00897062197, -0.0130013172, 0.0046965112, 0.00868425, 0.000993355061, 0.024742594, -0.0110683022, -0.0070984615, -0.00778933521, -0.0124142533, 0.0187287703, -0.00339351548, -4.94719898e-05, 0.0120419692, -0.00401995564, -0.00907801185, -0.00921403896, 0.0266040172, 0.0221795589, -0.0163089205, -0.0211629365, 0.0120920837, -0.00200281851, -0.0223513842, 0.00172629, 0.000698033255, 0.00823321287, -0.019888578, -0.016137097, 0.0310714301, 0.011283081, -0.00112401252, 0.0200747214, -0.00724164769, 0.00604604185, 0.00209409976, 0.010681699, 0.00259525189, 0.00600666599, -0.00444593513, -0.0113403555, -0.0118558267, -0.00176835095, -7.86965393e-05, 0.00221580826, 0.00539454445, 0.0190008227, -0.0172253139, 0.000444548758, 0.0108248852, -0.00537664583, -0.0124142533, 0.0096722357, -0.017955564, 0.0107461326, -0.00845515169, 0.00337561732, -0.043070443, 0.0122424299, -0.00988701452, 0.0200317651, -0.00599592691, 0.0135454247, 0.0130729098, 0.00228203181, -0.00195270334, -0.00769626442, -0.00244848593, -0.00740989158, -0.00997292623, -0.0162373278, -0.004245474, -0.00912096817, -0.00179072376, 0.0141682858, 0.00499362266, -0.00943597779, 0.0166525673, -0.00170302216, 0.0468792, 0.0176262353, -0.0116983214, -0.0149772884, 0.00593865244, 0.0113475155, -0.032388743, 0.00199028966, 0.000459538569, -0.00756739639, -0.0147768278, -0.00731324079, -0.00967939477, 0.00552699156, 0.0262890067, 0.00373000349, -0.00320737343, -0.0122281108, 0.0089133475, 0.00548045617, -0.00235720468, -0.00164306292, 0.00755307777, 0.000966507592, -0.000691768888, 0.000757097616, 0.00515112747, -0.00980826188, -0.00771774212, -0.016251646, -0.0101590687, 0.00253260788, 0.0113475155, 0.0321310088, -0.0215638578, -0.0271051694, -0.0265467428, -0.0271910802, -0.00440297928, 0.00810434483, -0.00594939105, -0.0320450962, -0.00239300122, 0.0161657352, -0.0324746557, -0.0137458863, 0.00870572776, 0.0165093821, -0.0180128384, -0.0168673471, 0.019416064, -0.000260196364, -0.0167814363, 0.00404501334, 0.0005870639, 0.027062213, -0.000515470747, -0.0133163268, 0.0139248688, -0.0132375741, -0.00113117183, -0.00364230177, 0.0285513513, -0.011032505, 0.00660088891, -0.0124643687, 0.0112114884, 0.0164521076, 0.0139105506, 0.0123569788, 0.0213204417, 0.0346797258, -0.00938586239, -0.00833344366, -0.00717721367, 0.00418462, -0.00309640402, -0.00325211906, 0.0187860448, -0.00630377745, 0.0143973837, 0.00567733729, -0.00969371293, -0.0102020251, 0.00171823578, 0.0318732746, 0.002731279, 0.0231961831, -2.06249806e-05, -0.0114692235, 0.004549745, -0.0123426598, 0.0109322751, -0.00486475509, -0.00437076204, 0.000999619486, -0.00877016131, 0.00250755018, -0.00724164769, -0.00737409526, -0.00551625248, 0.0101733878, 0.0107103363, 0.00472514844, -0.0189435482, -0.0079826368, -0.00791820325, -0.0115336571, -0.00741705112, -0.00641474687, 0.00154820201, 0.000283464149, -0.00472514844, 9.05401703e-06, -0.00076291454, 0.016981896, 0.00129762595, -0.00806854852, 8.10456913e-05, -0.00549119525, 0.0183278471, 0.014075214, 0.0135454247, 0.0130872289, -0.0117198, 0.000410094537, 0.00733829848, -0.0257019438, 0.00527999504, -0.0179985203, 0.0182132982, 0.016623931, -0.0251291972, 0.0148197832, 0.0167814363, 0.0046213381, -0.00992281176, 0.0287231747, -0.0109107969, 0.0200890396, -0.00763183041, -0.0151491119, -0.0145047735, 0.0152063863, -0.0140036214, -0.0173828173, 0.00368346786, 0.00883459579, 0.00619280804, -0.0030087023, 0.00847663, 0.00839787722, -0.0139821433, -0.0188146811, -0.00912812725, 0.0245134961, -0.0125359613, 0.00922119804, 0.00487191416, 0.01892923, 0.0211915746, 0.00326643768, -0.00898494106, 0.00191332714, 0.00398057932, -0.00693737669, 0.0102736177, -0.0201892704, -0.00439581973, 0.00328612584, 0.0049757245, 0.00819025747, 0.0102091841, -0.016251646, -0.00844083261, 0.0108750006, -0.00391256576, 0.0383739322, 0.00313220057, 0.000213325227, 0.00141754444, 0.0131946187, 0.0121636773, 0.0139033906, 0.000419267424, 0.0369420685, -0.0126290331, 0.0284940768, -0.0206045099, -0.0092426762, -0.00024453536, 0.000457077549, 0.00473588705, -0.00457122317, 0.0117269587, 0.00937870331, 0.00263462821, 0.0325605683, 0.0163948331, 0.0227093492, 0.0157934502, -0.0146264816, -0.0185426269, -0.0191296916, 0.0176978279, -0.00151777489, -0.0184710342, -0.00211199815, 0.00955768675, -0.000606752, -0.0223513842, -0.00705192564, -0.00964359846, 0.0148197832, 0.0198169854, -0.00509743253, -0.0136026992, 0.0258594472, -0.0028511975, -0.015893681, -0.0176119171, -0.0239693876, 0.0104239639, -0.00300512277, -0.00514396839, -0.0204040501, -0.0273485854, -0.0160082299, 0.0175260045, 0.00345079019, 0.0175403226, -0.0118486676, -0.00466429396, -0.0214349907, 0.0277208705, 0.0127793783, -0.0216354523, 0.0167527981, 0.000112927017, 0.0145405699, -0.0006506028, -0.000938765239, -0.0139320279, 0.0175116863, -0.0175116863, 0.0195878875, 0.0146121634, 0.0235111918, 0.0108750006, 0.00220864895, -0.00691589899, -0.0312718898, -0.00325211906, -0.0210054312, -0.0126433512, 0.0129297236, 0.0173828173, 0.0301264, -0.00866993144, -0.00302839046, 0.0115336571, -0.0086412942, 0.0209052023, 0.013466673, -0.0103595294, -0.0134953102, -0.00729176309, 0.00214063539, 0.0122853853, 0.0120777655, 0.00789672509, -0.0125144832, 0.0176119171, -0.00774637936, 0.00738841388, 0.0107103363, 0.00464281626, 0.00105331431, 0.0336201452, 0.00479316199, -0.0112472847, -0.00228919112, -0.0141611258, 0.0136886118, 0.00903505646, -0.000461775868, 0.0148627395, 0.00300691254, 0.0173112247, 0.000158399853, -0.0135669028, -0.0159652736, 0.0265324228, -0.0190867353, -0.00224086572, 0.00453184685, 0.00482895831, 0.000854643295, -0.0129583608, 0.0245278161, 0.0125144832, -0.0399489813, -0.00980826188, 0.0120419692, -0.00889187, -0.00856970064, 0.00914244633, 0.0168530289, -0.00788956601, -0.00865561236, -0.00155357143, 0.0163089205, -0.0165093821, 0.00559858466, 0.00289415335, -0.00771058304, 0.00593865244, -0.0120204911, -0.00669038063, -0.0024019503, -0.0222654715, 0.0104740784, -0.0082117347, 0.00191511691, -0.00681566866, 0.0168387108, -0.00776069798, 0.0129154054, -2.38550638e-05, -0.0148770576, 0.00555204926, -0.00285298727, 0.0277924631, 0.0040378538, 0.00979394373, 0.0107031772, -0.0132805305, -0.00136295473, -0.00924983528, -0.00666174293, 0.0056487, 0.00785376877, 0.00783229154, -0.00566659821, 0.00113564648, -0.00557352696, 0.0121779954, 0.0164807439, -0.0067691328, -0.0146909151, -0.00147392415, -0.00235720468, -0.00485043647, 0.00502941897, -0.00558784604, -0.0201463141, -0.00954336766, 0.0142613566, -0.0079325214, -0.000185023557, -0.0262174141, -0.00385887106, 0.0144045427, 0.0162659641, 0.0171680395, -0.00492918864, -0.0189721864, 0.00356354937, -0.000981721096, 0.00477526337, 0.00195628288, -0.024742594, 0.019172648, -0.00360113569, -0.00348658673, 0.00215316424, -0.00972951, 0.0243130364, 0.0046463958, 0.00343468157, -0.00407723, 0.0110611422, 0.000343423424, -0.00433138572, -0.0064684418, 0.00499004312, -0.0077535389, 0.00448173145, 0.0105385128, -0.0125216432, -0.0155500332, 0.0131731406, -0.00644696364, -0.000740094227, -0.00356891891, 0.0101948651, 0.0061641708, -0.00212810654, -0.0393476, -0.0232820939, -0.0188433193, -0.0254155695, 0.0170391705, 0.00573819131, -0.0151347928, 0.0285513513, -0.00665100431, 0.00487191416, 0.0286229439, 0.000971877074, -0.00472872797, 0.00296037691, 0.00635031285, 0.0128080156, -0.00254871626, -0.00949325226, 0.0164377894, 0.00824037194, 0.00129136152, 0.00661878707, 0.00304986839, 0.0219361428, 0.00771774212, 0.00139606651, 0.00315725827, -0.0079826368, 0.00108374143, 0.0310427919, 0.00166454085, 0.00846947078, -0.00222475734, 0.00175850687, 0.00279929233, 0.000926236447, -0.00233572675, -0.00538380537, 0.00897778198, 0.00385529152, -0.0137602044, 0.000962033053, 0.0129869981, -0.00333803077, -0.00493992772, 0.00653287536, -0.0383739322, 0.00157325959, 0.0146121634, 0.0129082464, 0.0189435482, -0.00430274848, 0.0172682684, 0.0103237331, 0.00956484582, 0.0227236673, 0.0133664422, -0.00890618842, -0.0217929557, -0.0115909316, 0.0152493417, 0.00725238677, 0.0119918538, 0.0146479597, -0.0100803161, -0.0144117018, -0.00660446845, -0.0128008565, 0.0147338714, -0.0171394013, 0.00794684049, 0.0206617843, 0.00412376598, 0.0102163432, 0.00657225167, 0.00648276042, -0.0111542139, 0.0286229439, 0.01140479, 0.0272769928, 0.0134380357, -0.0100158826, 0.0136957709, -0.000641653663, -0.0108392034, -0.00248428248, -0.00750296284, 0.014676597, -0.000858670392, -0.00723448861, -0.0181846619, -0.0138389571, 0.00757455593, 0.00500078173, -0.0308996066, -0.000649707916, -0.00267221453, 0.0277495068, 0.00592791336, -0.00681208866, -0.00261851959, 0.00786092877, -0.00300512277, 0.00945745595, -0.00536590721, 0.00604246231, -4.14457245e-05, -0.00102378218, -0.0209195204, 0.0425263345, 0.0190580972, -0.00418462, -0.00238763168, 0.0267042462, 0.0294104684, -0.00995860808, -0.00535516813, 0.0205472354, -0.0153495725, 0.00996576715, -0.0177837405, 0.00409870828, 0.00266505522, 0.0040163761, 0.0103953267, 0.0180844311, -0.0297827534, -0.00011242363, -0.00577398809, 0.0232677758, 0.00292816013, 0.00825469103, 0.0028028721, -0.0188146811, 0.00299975323, -0.0141754448, 0.0136456555, -0.00235541491, 0.00549119525, -0.0130657507, 0.00471440936, -0.000153589688, -0.00313399034, 0.00031299633, 0.0107246544, -0.00375148142, 0.0098512182, -0.00183457462, 0.0119632166, 0.00359218661, -0.0206761025, -0.00889187, -0.0518907197, -0.00149003253, 0.0136098592, 0.00822605379, 0.00606036047, -0.006368211, 0.0045748027, -0.0164950639, 0.0284654386, -0.00281182118, -0.00214063539, -0.00789672509, 0.026446512, -0.0133592831, -0.0120920837, -0.00666174293, 0.010073157, 0.0132089369, -0.00638252962, 0.000512786, 0.00700539025, 0.0160798226, -0.0208479278, -0.00131910387, 3.96838623e-05, 0.0181703437, -0.0080327522, 0.0101304315, -0.0272197183, 0.000248562486, 0.00277602463, -0.00996576715, 0.00134595134, -0.00758887455, -0.0176978279, 0.00981542189, 0.0208765641, -0.0152493417, -0.00774637936, 0.00664742431, 0.00353849167, 0.00520124286, -0.000320155639, -0.0226234365, -0.0109895496, 0.00799695589, -0.0118415076, 0.0172539502, 0.00238942169, -0.00596013, -0.0271051694, -0.0153925288, -0.0187717248, 0.01139763, 0.00571313361, -0.00888471, 0.0106244246, -0.00918540172, 0.00839071814, 0.00902789738, 0.0108105661, -0.0117555959, -0.0129655208, 0.00619280804, -0.000868514471, 0.00825469103, -0.00352954259, -0.0114835426, -0.0224659331, 0.0188003629, -0.0139033906, -0.012743582, -0.0179985203, -0.0035367019, -0.0122853853, 0.016137097, 0.00372284418, 0.00914244633, -0.0104740784, 0.0249860119, 0.0185139906, 0.00207083207, 0.0215495396, 0.0121923145, -0.00498288358, -0.0074743256, -0.00902789738, 0.00140054116, 0.0130872289, 0.000555741892, 0.0125717586, 0.00930711068, -0.0162946023, 0.000993355061, -0.0137816826, 0.00969371293, -0.0216640886, -0.00139696151, 0.00790388416, -0.000199454051, 0.0083620809, -0.0070232884, 0.0269476641, -0.00822605379, -0.00340425456, -0.0163805149, 0.0142685156, -0.00792536233, 0.00217643194, 0.00594939105, 0.01673848, 0.00167527981, -0.00292995, 0.00595297106, 0.0187430885, -0.00647918042, -3.21889529e-05, 0.00253976719, -0.00427769125, -0.0187574066, -0.024384629, -0.0248285066, 0.0110181868, -0.0168816652, 0.0229527652, -0.00728460355, -0.00280108233, -0.00372642372, -0.00415598275, -0.00846947078, -0.00998008624, -0.00562722189, 0.00971519109, -0.0130156353, 0.00454616547, -0.00950757135, -0.00945745595, 0.00636105193, -0.00732398, 0.0160368662, 0.000464013137, -0.0103308922, -0.0111470539, -0.00113206683, -0.0245278161, -0.0151347928, -0.0152779799, 0.00917108357, -0.00636105193, -0.0123355007, 0.000987090636, -0.00818309747, 0.000717273913, 0.0184423961, -0.00532295136, -0.00540886307, -0.000362216611, -0.00231961836, 0.00316262757, -0.00404501334, 0.0100946352, -0.00712709874, -0.00932142884, -0.0182992108, 0.000524867326, 0.00495782588, 0.00791104417, 0.00688726176, 0.000127637177, -0.0116338879, -0.00806138944, 0.0307277832, 0.0137530454, 0.0171823576, -0.00215853355, -0.0246996395, 0.0132733714, -0.0189721864, 0.0192585588, 0.00937870331, 0.0175832789, -0.000823768729, 0.0017647713, -0.0064183264, -0.0183564853, -0.000341633597, 0.00602456415, 0.0220506918, -0.0161800534, 0.00657941122, 0.0136384964, 0.00833344366, 0.000834955194, 0.00532295136, 0.0195878875, 0.00255945534, -0.00161532057, -0.0175689608, -0.00823321287, 0.00947893411, -0.00427769125, -0.00281540095, 0.00303733954, -0.0221652407, 0.000576772378, -0.014196923, -0.00183815428, 0.0118057113, -0.0175689608, -0.0100445198, 0.0149056949, -0.0142899938, -0.0203610938, -0.000622413, 0.0190580972, 0.00415956229, -0.019902898, 0.0181846619, -0.00721301045, -0.00417746045, 0.0410944708, 0.0144618172, 0.0014291784, -0.000395775918, 0.0064183264, -0.00342394272, 0.00197955081, 0.0263033248, 0.0123498198, 0.00148018845, 0.00658657029, 0.00593507243, 0.0051797647, -0.00526567642, 0.0020439846, 0.01746873, 0.0121207209, 0.000458196184, -0.0106888581, 0.0225088876, 0.0175832789, 0.00606394047, -0.000763362041, -0.00635389239, 0.00741705112, 0.00383023382, 0.0171680395, -0.0145906853, -0.00610689633, 0.00471440936, 0.00869140867, -0.000688189233, -0.0130800698, 0.0210483875, 0.0178696513, 0.000866724644, -0.0136456555, 0.00866993144, -0.00383023382, 0.00609615725, -0.00991565175, -0.00349911558, 0.00953620858, -0.00409870828, -0.00415598275, -0.0269190259, -0.00133163272, -0.0310141556, -0.00902073737, 0.000640311278, 0.00347405788, -0.00572745269, -0.0210340694, -0.0145906853, 0.0089921, -0.00104168046, 0.00572387269, 0.0097509874, -0.0130084762, -0.00171197136, 0.0133592831, -0.00821889471, -0.00960780121, 0.00662236707, 0.00454258593, -0.00374074234, -0.0300404876, -0.00841935538, -0.00853390433, -0.0092426762, 0.0220793299, -0.0185999013, 0.00267042476, 0.00658657029, -0.0350233726, -0.0115766134, -0.00594223198, -0.000554846949, -0.0133234859, -0.0241412129, 0.0225804821, -0.0174400918, 0.0127793783, 0.00688010221, 0.00141038513, -0.0374002643, -0.0111184167, -0.0149772884, -0.00543392031, -0.0259310417, 0.00193122542, 0.00664026523, -0.0236257408, -0.0108248852, -0.00507953437, -0.00472514844, -0.00186679151, -0.0123211825, 0.00100409403, 0.00100767368, -0.0226663928, -0.0214922652, 0.00384455244, 0.0117412778, -0.00358681707, -0.00324317, 0.0181130692, -0.000767389138, -0.0186285395, -0.0128294937, -0.00170928659, -0.00235720468, -0.00906369369, -0.00317157689, -0.00232856744, 0.0252007917, 0.0083620809, -0.0162373278, -0.0125645986, -0.0106602209, -0.0209338386, -0.000599145249, -0.00701970886, -0.0118128704, 0.00776069798, -0.0105456719, -0.0228668544, -0.00268653315, 0.00782513153, -0.00270264153, -0.00341499364, -0.00998724531, 0.0220936481, 0.0061641708, -0.00950757135, 0.000497125, -0.0190580972, -0.0308996066, 0.0245994087, -0.00380875589, 0.0055341511, 0.0160368662, -0.00686578359, -0.0432995409, 0.00776069798, 0.00509027345, 0.00607825909, 0.00546255801, -0.0073526171, -0.011039665, -0.00967939477, -0.00572029315, -0.00329328515, 0.0644911155, -0.00779649476, -0.00276886532, -0.0491701812, 0.00401995564, 0.00733113894, 0.00532295136, 0.0391185, -0.00519766333, 0.0357106663, -0.00258809258, 0.00906369369, 9.48609304e-05, 0.0235541482, -0.00331476307, 0.0168959852, -0.00442803651, 0.00720227137, -0.0104024857, 0.00885607302, -0.00405575242, -0.0231961831, -0.00329507492, -0.00954336766, -0.00454258593, -0.0112472847, 0.00136832416, -0.00662594661, 0.000712799374, 0.00369778648, -0.0117054805, 0.0223513842, 0.0241412129, 0.000661341764, -0.0185426269, -0.00743852882, -0.000769626407, 0.00839071814, 0.0225375257, -0.00937870331, 0.0398630686, 0.0136671336, -0.00350269512, 0.0104454411, -0.00315188873, -0.00482179923, -0.00945029687, -0.00308745494, 0.0172396321, -0.0176691916, 0.00249323156, -0.0122639081, 0.000757545058, -0.00296932622, 0.00909233093, 0.0137673635, 0.00738125434, 0.00887755118, -0.00463923672, 0.00673691602, 0.00115443964, 0.00722016953, -0.000393314898, 0.0120562874, 0.00505447667, -0.0277065504, -0.0105599901, 0.0180987492, -0.015292298, -0.0030087023, 0.00685146498, -0.0094717741, -0.0120204911, -0.0159939118, -0.00164127315, -0.0036333527, -0.0173828173, -0.003305814, -0.0042204163, -0.0248428248, -0.0271624438, 0.0134380357, -0.00358144753, 0.00143454783, -0.0238691587, -0.0392616875, -0.0323601067, -0.00263283821, 0.00671185832, 0.0108750006, -0.00809718575, 0.020375412, -0.0203897301, 0.00974382833, -0.0065650926, -0.0075316, -0.00317157689, 0.0104096448, 0.00559500512, 0.00617491, 0.0461632684, 0.00176835095, -0.0163661949, -0.0168530289, -0.00826900918, 0.027534727, -0.000510101207, 0.00834060274, 0.000983511, -0.00916392356, 0.00704476656, 0.000567823241, -0.00567375775, 0.0162946023, 0.0132876895, 0.00963643845, 0.00372642372, -0.00207620161, -0.00809002668, -0.0123927752, 0.00484685646, 0.0196881182, 0.010065998, 0.0255730748, 0.0169103034, -0.0123927752, 0.0061641708, -0.00548761524, -0.000319931918, -0.0280931536, 0.00385529152, 0.01892923, 0.0236830153, 0.00138353778, 0.00476810429, 0.02427008, 0.0175260045, 0.0189149119, -0.0125144832, 0.00147123937, -0.00365125085, -0.00821889471, 0.000197440502, 0.0257592183, -0.0130872289, 0.00200639828, -0.0136026992, -0.0136742927, -0.00984405912, 0.000881490705, -0.00677987188, -0.0154784406, 0.00192227622, -0.00965791661, 0.00344721042, -0.0051797647, 0.00799695589, -0.0226663928, 0.0134022385, -0.0142756756, -0.0117341187, -0.00217285217, 0.0370279811, 0.0210483875, 0.00486833462, -0.0147195533, 0.00171018147, -0.00821889471, 0.0130729098, -0.00321274297, -0.0106673799, 0.0266326535, 0.00924983528, 0.0122710671, -0.0055341511, -0.0117913932, -0.0113403555, 0.00107568712, 0.0145978443, -0.00212631677, -0.000232230304, 0.0091925608, 0.0025236588, 0.0444163941, 0.0137960007, 0.0273629036, 0.0123498198, -0.00245206547, 0.0144546581, 0.00769626442, 0.00869856868, -0.0202465449, -0.00250934018, -0.00811866391, -0.0129010864, -0.0216354523, 0.00771774212, -0.00597802829, 0.000651050243, 0.0213777162, 0.00673691602, 0.00864845328, 0.000732934917, 0.0187287703, -0.0214636289, 0.0348801836, -0.0138389571, 0.006368211, -0.0163948331, 0.00511533115, 0.0116124097] |
23 Jul, 2024 | How to use ButtonGroup Component in ReactJS?
23 Jul, 2024
The ButtonGroup component can be used to group related buttons. Material UI for React has this component available for us and it is very easy to integrate. We can use ButtonGroup Component in ReactJS using the following approach:
Creating React Application And Installing Module:
Step 1: Create a React application using the following command:
npx create-react-app foldernameStep 2: After creating your project folder i.e. foldername, move to it using the following command:
cd foldernameStep 3: After creating the ReactJS application, Install the material-ui modules using the following command:
npm install @material-ui/coreProject Structure: It will look like the following.
Project StructureApp.js: Now write down the following code in the App.js file. Here, App is our default component where we have written our code.
JavaScript
import React, { useState } from 'react';
import Button from '@material-ui/core/Button';
import ButtonGroup from '@material-ui/core/ButtonGroup';
const App = () => {
const [message, setMessage] = useState('')
return (
<div style={{
margin: 'auto',
display: 'block',
width: 'fit-content'
}}>
<h3>How to use GroupButton Component in ReactJS?</h3>
<ButtonGroup color="primary"
aria-label="outlined primary button group">
<Button
onClick={()=> {
setMessage('You just clicked First Button')
}}
>First Button</Button>
<Button
onClick={()=> {
setMessage('You just clicked Second Button')
}}
>Second Button</Button>
<Button
onClick={()=> {
setMessage('You just clicked Third Button')
}}
>Third Button</Button>
</ButtonGroup>
<h3>{message}</h3>
</div>
);
}
export default App;
Step to Run Application: Run the application using the following command from the root directory of the project:
npm startOutput: Now open your browser and go to http://localhost:3000/, you will see the following output:
https://media.geeksforgeeks.org/wp-content/uploads/20240723175030/ezgifcom-gif-to-mp4-converter-(2).mp4
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS? | https://www.geeksforgeeks.org/how-to-use-buttongroup-component-in-reactjs?ref=asr10 | CSS | How to use ButtonGroup Component in ReactJS? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0260959547, -0.0138284173, -0.0129016452, 0.00782878604, 0.0558502227, 0.0125845913, -0.0306078717, 0.0222547278, -0.03007132, -0.00930430554, -0.0218888968, 0.00834095, 0.00770074548, -0.0373147763, 0.021462094, -0.00874946173, -0.0422413, -0.0191573575, -0.0161697362, -0.0366562791, 0.0311444253, -0.0480214357, -0.0300469305, 0.0327053033, -0.0335589088, 0.00769464858, 0.0162063204, 0.00894457102, -0.0367782228, -0.000697365613, 0.0108529907, -0.0391683206, -0.0208523758, -0.0166575108, -0.0396804847, -0.0260471776, -0.0201085191, 0.00441741105, -0.0335589088, -0.00366136013, -0.025193572, 0.0239741337, -0.0100664534, -0.028412886, 0.0131821157, 0.016852621, -0.0122248577, -0.0335345231, 0.00931649935, -0.0249252953, 0.0315102562, 0.0308761485, 0.0426559113, 0.0320224203, 0.00236113509, 0.0233766101, -0.0062679071, -0.0211206507, -0.00762757938, 0.0106334919, 0.00405158, -0.0715565681, -0.0339979082, -0.0148649383, -0.0233644154, 0.0347539596, -0.0222547278, 0.0307785943, 0.0254130699, 0.0353149, -0.0208889581, -0.0260227881, -0.0108407959, 0.03007132, -0.00678616762, -0.019754881, 0.0137796393, 0.0089018913, -0.0270471163, 0.0248155463, 0.0261935107, -0.0205597095, -0.0390707664, -0.0190598033, 0.0143039981, 0.0209865123, -0.0197426882, -0.0387049355, -0.0286811609, -0.0314858668, 0.00903602876, -0.00331382034, 0.000326008885, -0.0047131246, -0.0144869136, 0.0181696136, 0.0381196067, 0.0129504222, -0.0355343968, 0.00509724719, 0.00981037226, -0.000159288975, -0.0344856828, -0.0256325696, 0.00266294577, 0.0034144239, 0.059264645, 0.0289982148, 0.00376501214, -0.000684028, 0.00134138088, -0.0106761726, -0.0269495603, 0.0433875732, -0.0158282947, 0.022193756, -0.0481677689, -0.0346564, -0.00197701249, 0.00252575916, 0.025559403, 0.0137308622, -0.0188890807, 0.0668739304, -0.0600938611, 0.0406072587, -0.00412779488, 0.0135479467, 0.0192427188, 0.0135967238, -0.0115480693, 0.0208767634, -0.00620388659, -0.0209255405, 0.0238887742, -0.00188403041, 0.0286811609, 0.0171940643, -0.0375342742, -0.0265349522, -0.0147064123, -0.00337174372, 0.00350588188, 0.0478751026, -0.0245594643, 0.0294372123, -0.0171696749, 0.0430461317, -0.0142430263, -0.00984695461, -0.0214864817, -0.0146820229, 0.0446801782, 0.0092921108, 0.0554112233, 0.00975549687, -0.0326565281, -0.00870678108, 0.0208767634, -0.0186573882, 0.0494115911, -0.028364107, 0.0232424717, 0.0250228494, -0.0350954, 0.0406316444, -0.00224224012, -6.25437897e-05, -0.0465581119, 0.0240229126, -0.0273153912, 0.00558807049, 0.00588073581, 0.0475336611, -0.0211938173, 0.0115968473, 0.0199377965, -0.0255837906, 0.0350954, 0.016072182, -0.0355831757, -0.00399975386, 0.042363245, 0.0144015523, 0.0244131312, 0.0138771944, -0.0153892972, -0.00456679193, -0.0147551894, 0.0139503609, 0.0120236501, 0.0100847455, 0.0450460091, 0.0238643847, -0.00276659802, 0.0108225048, -0.0514602475, 0.0102432724, 0.00767635694, -0.00656057196, -0.0350222364, 0.0155478232, 0.0108956713, -0.0149868829, 0.0084446026, -0.00924333371, 0.00708493, -0.0313639231, 0.0366318934, -0.0029114061, 0.00703005493, -0.0133284479, -0.00318273087, -0.0275348909, -0.00964574795, -0.0228888355, -0.0202670451, -0.0128284786, -0.000444713485, 0.0343393497, 0.00954209547, 0.0150478547, 0.045216728, 0.00887750275, -0.0193036906, 0.0465824977, -0.00320711965, -0.0281202197, -0.00107005611, -0.0321199745, -0.0323150828, 0.0173038132, -0.0402902029, 0.0301932637, 0.0261935107, 0.0276568346, -0.00874946173, 0.0019389051, -0.0312663689, 0.023693664, -0.00862142071, -0.00488689449, -0.0370465, -0.0595085323, 0.0225108098, 0.045777671, 0.023949746, 0.0128772566, -0.0167550668, -0.00719467923, -0.0222791173, 0.0390219875, -0.01358453, 0.0112432102, -0.00251051621, 0.0114505151, -0.0273641702, -0.0351685658, 0.0126821464, 0.0295103788, 0.0167306773, 0.0508261397, -0.0128528671, 0.0281446092, 0.0423876345, -0.011304182, 0.0292177144, -0.00808486808, 0.0086701978, -0.00582281221, -0.000669547182, -0.0453874506, -0.0178647544, 0.0100908419, -0.00487774843, 0.0319980308, 0.0122980233, 0.0147917727, 0.0459483899, 0.0444606766, 0.0257301237, 0.0141332764, 0.0232058894, 0.0164136235, 0.0164258182, 0.000197205853, 0.0152307702, 0.029290881, -0.0164745953, 0.0199134089, -0.0151210204, -0.0272910036, 0.0256569572, 0.0113163767, 0.0429973528, 0.0237424411, 0.00759709347, 0.0497286469, -0.0197792705, 0.0244497154, 0.00530760037, -0.048631154, -0.0116944024, 0.00485640857, -0.0062343725, 0.029656712, 0.0396560952, -0.00293579488, -0.0428022444, 0.0147917727, 0.0450460091, 0.0439972915, -0.0570208803, 3.47968307e-05, -0.0350222364, 0.0124870362, 0.00659105787, -0.000588759489, 0.0127309235, -0.0209133476, -0.0498262, -0.00222699717, -0.0234619714, 0.0534601249, 0.0306322612, 0.0152673526, -0.0266081188, -0.0182305854, 0.0369733348, 0.0398268178, -0.00331382034, 0.00492652599, 0.0178037826, 0.0433144085, 0.0252423491, -0.0109200599, 0.00563075114, -0.0461191125, -0.00824339502, 0.00201512, 0.00300896121, -0.000828455086, -0.00659105787, -0.03007132, 0.0134503916, -0.0251447931, 0.0121455938, 0.00635326747, 0.0293884352, -0.0163648464, 0.000882567605, -0.00350283319, 0.0115663614, -0.0134991696, 0.0136942789, -0.00307450583, 0.0362172835, -0.0278031677, -0.0103774099, 0.0415584184, 0.00465520145, 0.00274525792, -0.00231540622, 0.00125906884, -0.044850897, -0.0249252953, -0.0319004767, -0.00259587681, -0.00172855216, -0.0380220488, -0.00394183071, 0.00529845431, 0.0270715039, 0.0166087337, -0.0254862364, 0.00227882317, -0.0221327841, -0.001454941, -0.0167916492, 0.0197792705, -0.0366806686, 0.0254374593, -0.00190079759, 0.00735930307, 0.0330467448, 0.0100298701, 0.0239253566, 0.0208889581, -0.0235839151, -0.0117858602, -0.000116989751, 0.060825523, -0.00711541576, 0.00385646988, -0.0255837906, -0.0208157916, -0.0102432724, 0.0356563404, -0.00945063774, 0.0168648157, 0.07921464, 0.0305590946, -0.0140723046, 0.00601792242, -0.0559965521, -0.0309493151, -0.0475336611, -0.0287055504, 0.0377293862, 0.00542954402, -0.00567343133, 0.00888969656, -0.00279860827, -0.00489908876, 0.017108703, 0.0190719962, -0.021986451, 0.0727760121, 0.0119687757, 0.00720077613, 0.038631767, 4.46273498e-06, 0.0106761726, -0.00121105346, -0.0228766408, -0.00602097111, -0.0379732735, -0.0260959547, 0.0249496847, 0.00479848497, -0.0100359675, -0.00863361452, -0.0342174061, -0.0278519448, 0.00869458728, 0.00878604501, 0.0102066891, 0.0272910036, 0.00964574795, -0.0138528058, -0.00435948791, 0.0209621247, 0.00848118495, -0.011718791, -0.0431192964, 0.0197914653, -0.0282665528, 0.0238278024, 0.00125220953, 0.0274861138, -0.0287543274, -0.0119139012, -0.0462654456, -0.0275592785, 0.0196085498, -0.00707273558, 0.0482897125, 0.0221327841, 0.0171696749, -0.0019389051, 0.0155600179, 0.0148161612, 0.00520394789, 0.0241936333, -0.00973720569, -0.0303395968, -0.0310224816, 0.0343881287, -0.000554843922, -0.0135113634, -0.0214255098, 0.00798731297, 0.0302176531, -0.00782269, -0.00840801932, -0.0138893891, -0.0126943402, -0.0309249256, 0.0131577272, -0.00698127784, 0.0237424411, 0.0121394964, -0.0208645687, 0.0178159773, -0.0137674455, -0.0115419729, 0.0299493764, -0.0315346457, -0.000562084315, -0.0134991696, 0.00582281221, 0.00657276623, -0.0589719787, 0.0178037826, 0.0461922772, 0.021462094, -0.0339735188, -0.00450582, 0.0270471163, 0.00186573877, -0.000587235205, -0.016230708, -0.0240351055, 0.0180354752, 0.00479848497, -0.0590207577, 0.00434729364, 0.0335833, -0.0124382591, -0.00812145136, -0.0428998, 0.0218035355, -0.0111212665, 0.000289616321, -0.00247393316, -0.025193572, 0.00322845974, 0.0209133476, 0.00915187597, -0.00143969792, -0.00361867971, 0.0040180455, -0.0125358142, 0.00527406577, -0.0126699517, -0.0117431795, 0.00465824967, -0.00193585642, 0.0287055504, 0.0314370878, -0.0185476393, -0.0142552201, -0.00129488984, 0.0267544501, -0.00112645503, 0.0101944944, -0.00542649534, -0.00740198325, -0.0201572962, 0.00667032134, -0.0411925875, -0.00540210633, -0.0358514525, 0.0245106872, -0.00469483295, 0.03338819, 0.0170965083, -0.0086641, -0.014621051, 0.0143405804, -0.0123772873, -0.00917016715, -0.00375281787, 0.00605450524, 0.0294859894, 0.00721297087, 0.00775562041, -0.00239619403, -0.0149259102, -0.0127309235, 0.0160965696, -0.0114017371, 0.00800560508, -0.0208645687, 0.0176208671, -0.0194866061, -0.0171818696, 0.0493628159, 0.0131333377, 0.00595999882, 0.0062404694, -0.0335101336, 0.00892018247, 0.0111456551, 0.0150722433, -0.00061009964, 0.0225717817, -0.0397292636, -0.0283397194, -0.00131318136, 0.0184866674, -0.0133162532, 0.00460032653, 0.0150844371, 0.000225976939, 0.00724345678, 0.00355161075, -0.0301932637, -0.0468995534, 0.00834095, -0.00197396381, 0.0270715039, 0.00446314, 0.0117553743, -0.0143039981, -0.0351441801, -0.00538991205, 0.0132308928, -0.0157673229, -0.0461922772, 0.0154258795, 0.0035668537, 0.0198158529, 0.0133894198, -0.0118285399, -0.0115785552, 0.00317663373, -0.0167550668, 0.0149868829, -0.0297786556, -0.0281202197, -0.0196817163, 0.02094993, -0.0127309235, 0.00493567204, -0.000623437227, 0.00101060851, 0.00712761, -0.00440826546, -0.009981093, 0.0156819616, 0.0209133476, 0.0260959547, 0.0344612934, 0.0131089492, -0.0216572043, 0.000613148266, -0.00494786631, 0.0255106259, 0.00452716043, -0.0453142859, 0.00100451137, 0.00241905847, 0.0240960773, -0.00188555464, 0.000356494827, 0.00522528822, -0.0401926488, 0.00518260803, 0.0533625707, -0.0124443565, -0.0032437027, -0.0316565894, 0.0445826203, -0.0111334613, 0.00666422397, 0.00293427054, 0.024730185, 0.00408206601, -0.0594109781, -0.00865190662, -0.0259496216, 0.00729833124, 0.00684713945, -0.018194003, -0.0154746575, -0.0363148376, -0.00476495083, 0.013377225, -0.00837753341, -0.00314005069, -0.0205109324, 0.0238765795, -0.0230351668, 0.0207670145, -0.0133406427, 0.0101762032, 0.0463873893, 0.0210596789, -0.0010464295, -0.0095238043, -0.0162429027, -0.0010250893, 0.0264130086, -0.0195475779, -0.0282665528, -0.0285104401, 0.00405158, 0.00290073617, -0.00838363077, 0.00364916562, 0.00319187669, -0.0105115483, 0.0194500219, -0.0376074426, -0.00141759566, -0.0382415503, -0.0230229739, -0.0186086111, 0.0168648157, 0.00927382, -0.0157307386, 0.00387171283, 0.0195719656, -0.0403145924, -0.0373391658, 0.0122980233, 0.00749953836, 0.0244253259, -0.00570086855, -0.0416315831, -0.0215596482, 0.00567952869, 0.0176086724, -0.000147856757, 0.0258764569, -0.00619474053, 0.0112127243, -0.0349002928, 0.0242424104, 0.0165965389, 0.0199499913, 0.0170965083, 0.0270471163, -0.0517041348, -0.00446009124, -0.0303639844, -0.00253033196, -0.0512651391, -0.00559416786, -0.0150600486, 0.0175598953, 0.0120175527, -0.0123772873, -0.010267661, -0.0238643847, 0.024108272, -0.0216084253, -0.0288762711, -8.82662935e-05, -0.00157917105, 0.0213889275, 0.00720077613, -0.0167184826, -0.0165843442, 0.00565818837, -0.00893847458, 0.0255350135, -0.00706663821, 0.00471617328, -0.0183159467, 0.0215230659, -0.00968842767, -0.00294798939, -0.00285043428, -0.0252423491, -0.00838972721, -0.00560026523, 0.0315346457, -0.013426003, 0.00445399433, -0.0086031286, 0.0309737027, -0.0250472389, 0.02270592, -0.0159258489, 0.00724955369, 0.0237546358, -0.0116761103, 0.0383391045, -0.0101274252, -0.0228034742, -0.00337784085, 0.0145356907, -0.0188768879, 0.00851776823, -0.0198158529, -0.0132430876, 0.0151210204, 0.0151454089, 0.02162062, 0.018096447, -0.00518565625, 0.0210962631, 0.0162672922, -0.0145600792, -0.00444789696, -0.00314309914, 0.000475580484, 0.0269007832, 0.0164258182, -0.00526491972, 0.0222181454, 0.00619474053, 0.0240716897, -0.0160112102, 0.026339842, -0.00222242414, 0.0229376126, 0.0285592172, -0.00824949238, -0.00969452504, -0.000453859248, 0.0246692132, 0.0166087337, -0.0252423491, 0.020425573, 0.0249740724, 0.0129382284, -0.0328760259, 0.00648740539, 0.00191908923, 0.00226967735, 0.010968837, 0.0276568346, -0.0170599259, -0.022815669, -0.000829979428, -0.0402658135, 0.0144747188, -0.0120236501, -0.014157665, -0.0184866674, 0.0254374593, 0.0303152073, -0.00393268466, 0.0326565281, 0.00681665353, 0.0178037826, 0.0219376739, -0.0038778102, -0.0096030673, 0.0247911569, 0.0182549749, 0.000520166184, 0.0348759033, 0.0104932562, -0.00196024519, 0.0250472389, -0.0278519448, 0.0109932255, -0.0159258489, -0.0581427626, 0.0132796708, -0.00460337522, -0.0159014612, 0.0107127549, 0.0149990767, 0.0289250482, 0.026803229, -0.0312419794, 0.0150600486, -0.0279738884, -0.00981037226, -0.03007132, -0.0130479774, 0.0274617244, 0.0331930779, 0.0307054278, -0.00747515, 0.01871836, -0.0170233417, -0.0170477312, 0.0143039981, 0.0172184519, 0.00805438217, -0.0179135315, 0.0130235888, -0.00926772226, -0.00713980431, -0.0181208365, -0.0303152073, 0.0222913101, 0.0635082871, 0.0204499606, 0.0115297781, -0.00714590168, 0.00183525286, -0.0184135, 0.0404609255, 0.003758915, -0.0225352, -0.0237668306, 0.0385342129, 0.0101274252, -0.0324126408, -0.0479970463, 0.00425278721, -0.0378025509, -0.0186695829, 0.0412657522, 0.00557282753, -0.00772513449, -0.0137552507, 0.00919455569, 0.0360709503, 0.0011439845, -0.0522894636, -0.0155478232, -0.0268520061, -0.0114017371, -0.0204621553, 0.0174501464, -0.0430705212, -0.0101944944, 0.0538503453, 0.0325833596, 0.0246082414, -0.0091457786, 0.01871836, 0.00756051, -0.00232912484, -0.00225291, 0.00173312507, 0.0193524677, -0.0288518835, 0.0184378903, 0.0293640457, 0.00349368737, 0.0271202829, 0.0234131925, 0.0572647676, -0.0148039665, 0.0160355978, 0.0226327535, 0.00646301685, -0.0383391045, 0.0265593417, 0.0209011529, 0.0121273026, -0.0447777323, -0.00850557443, -0.0116761103, 0.0118529294, 0.00082235795, -0.0148649383, -0.0191695523, 0.00741417799, 0.0202792399, 0.01358453, -0.00435034186, -0.00854825415, -0.0187427495, 0.00712761, -0.00663983542, -0.0123833846, 0.0113163767, -0.0149259102, -0.0235229433, 0.00424364116, 0.0420705825, -0.00600877637, -0.0134381969, 0.00314005069, 0.000355732685, -0.00628619827, -0.0156697668, 0.0289738271, 0.00909090415, 0.0149381049, -0.00489299139, -0.0206938479, 0.019706104, -0.00558807049, -0.0198280476, -0.00572830578, -0.0144747188, -0.0038991503, 0.0209255405, 0.0221327841, -0.0107432408, -0.0177428108, -0.0161209591, 0.0114688063, 0.0437290147, 0.00545088388, -0.0246448237, -0.00892628, 0.0136576956, -0.0277543887, -0.00247088447, -0.0212913733, 0.00617340067, 0.0075848992, -0.0243765488, 0.00718858186, -0.0123650925, 0.00200444972, -0.00772513449, 0.00197243947, 0.00512468442, -0.00399365649, -0.000187297919, -0.0290469918, 0.0104993535, -0.00902993232, 0.0151819922, -0.0092128478, -0.000287520408, -0.00973720569, 0.0122980233, -0.0240838844, -0.0159380436, -0.00651789131, -0.02385219, -0.0161941256, 0.0344125144, 0.0244131312, -0.0389488228, 0.0037924496, 0.0160355978, 0.0116883051, -0.0158161, 0.0334857441, -0.00399670517, 0.0235839151, 0.0042223013, 0.00367660308, -0.00390219875, 0.0249009058, -0.0288762711, -0.0146088572, 0.00177580537, 0.00139244483, 0.00263093575, 0.028412886, 0.00904212613, 0.0398512073, 0.0315102562, 0.0136576956, 0.0250472389, 0.000118228243, 0.0519480221, 0.0154868513, 0.00309584616, 0.0094567351, -0.00252423482, -0.00510944147, 0.0110663921, -0.017316008, 0.0127431182, 0.000203874646, -0.0243521594, -0.017267229, 0.00795073062, -0.0017773296, -0.0224254485, -0.0437046289, 0.0109993229, -0.0149868829, 0.00010336635, 0.00438997382, -0.0146820229, -0.0123955784, -0.0233034436, 0.0181086417, -0.0154258795, 0.00730442861, 0.0105908113, -0.0116151385, -0.00491128303, 0.00729223434, -0.0304127615, -0.0016020356, 0.0190719962, 0.00949941576, -0.0183037519, -0.000755669957, 0.00655447459, 0.0261691213, -0.00677397335, -0.0127675068, -0.0135113634, -0.00774952304, -0.0142430263, -0.00391439302, 0.0322663076, -0.0130235888, -0.0213767327, 0.0205719043, -0.0151454089, -0.010109134, -0.00423449557, -0.0129016452, 0.00297999941, -0.0162550975, -0.0229863897, -0.00165081304, 0.00818242319, -0.0222913101, 0.0234497767, -0.0165965389, 0.0138284173, 0.0241204668, -0.0277787782, -0.000901621359, -0.000635631615, -0.00904212613, -0.0136211133, -0.0306810383, -0.0135723352, 0.0144625241, 0.00682884781, -0.0221083947, 0.0152795473, -0.0185720269, 0.024681408, 0.0373635553, 0.00220413273, -0.024839934, -0.00701176375, -0.0116334306, -0.0261691213, -0.0211938173, 0.00136881822, 0.0266568959, -0.0262666754, 0.0243521594, -0.00833485276, -0.0186451934, -0.0333150215, 0.0236204974, 0.0257545132, -0.00206847023, 0.047021497, 0.0138162225, -0.0258276779, -0.00334430626, 0.0127797015, 0.00434424495, -0.0153527139, 0.00792634115, 0.00802999362, -0.0212304015, -0.00673129316, -0.0407779776, 0.00491433172, -0.00701786065, -0.00935308263, 0.010938351, 0.00091000495, 0.0136942789, 0.0197182987, -0.000261226291, 0.0174501464, -0.0325101949, 0.00189317612, -0.00949331839, -0.00147704326, 0.000764434633, -0.0179866981, 0.0293396581, -0.00346320146, 0.00930430554, 0.0146820229, -0.0161575414, -0.00487165153, -0.00740198325, 0.00908480678, -0.023596108, 0.00971281715, -0.0110481009, 7.10703243e-05, 9.69833636e-05, -0.01980366, -0.0142308315, -0.03121759, -0.0260959547, 0.0142308315, 0.0227546971, -0.0256813467, 0.017889142, -0.0014404601, -0.0292664915, -0.0189134702, -0.03007132, 0.0337784104, -0.0204011835, -0.00681055663, 0.00147399469, -0.00392963598, -0.0350954, -0.0186451934, -0.0147064123, -0.0235229433, -0.00517651066, -0.00462166686, -0.00820071436, 0.00304249558, -0.0384122692, -0.0135479467, -0.0075848992, 0.0218401197, -0.00025608181, -0.0273397807, -0.00715809595, 0.019132968, 0.00536857219, -0.0104627702, -0.0246448237, -0.0197426882, 0.020425573, 0.0178281702, 0.00428632135, 0.00605145702, -0.0104810623, -0.0155478232, 0.0147429947, 0.0151210204, 0.00709102675, 0.00851776823, -0.0042954674, -0.00325284852, 0.0100725507, 0.00194805081, -0.00634717, 0.0136455018, -0.00992621854, 0.0148161612, 0.00531979464, -0.00115922745, -0.0114383204, -0.0046460554, 0.00630449, -0.0176208671, 0.0159868207, -0.00788975786, -0.0186817776, 0.0265105627, 0.00723735942, 0.00338698667, -0.00747515, 0.00931649935, -0.00820071436, 0.00101594359, 0.00660325214, 0.0122858295, -0.0217913426, 0.00367660308, -0.0253642928, -0.014047916, -0.00300896121, 0.0156697668, -0.0221083947, 0.0279982761, 0.0147308009, 0.0279251114, 0.00133833231, 0.00846899115, -0.00335650076, 0.0126211746, 0.02094993, -0.00671300152, -0.0111883357, 0.012913839, -0.0016111813, -0.0291689374, -0.00345710432, -0.00542039797, 0.0284372736, -0.0048503112, 0.00695688883, -0.0214499, 0.0183281396, 0.0123468013, -0.00945063774, 0.00248307898, -0.0160234049, 0.0240473, 0.00823729765, 0.0269739497, 0.0261447318, 0.0112676, -0.0175355058, -0.0132796708, -0.00559721654, 0.0156697668, 0.0252423491, 0.00254252646, -0.0101030366, 0.00223614275, 0.0164745953, 0.0255837906, -0.0105908113, 0.00718858186, -0.00347844441, 0.0359246172, -0.0274617244, 0.0178647544, -0.0160843767, 0.00525882281, -0.0194744114, -0.0186451934, 0.0200719349, -0.0246692132, 2.85329243e-05, -0.00946283247, 0.00892628, 0.0227668919, 0.0225839764, 0.0285348296, 0.023279056, -0.0359490067, -0.0291201584, 0.00999328773, -0.00746905245, 0.00546612684, -0.0202060733, -0.0137064736, 0.00153039361, 0.02716906, -0.00548137, -0.000676025462, -0.0225352, 0.0239253566, 0.0354612321, -0.00455764635, 0.0159746259, 0.00895066839, 0.00534723187, 0.0172184519, 0.0206816532, -0.0124443565, 0.00771903712, 0.006274004, 0.0107066585, 0.024059495, -0.00460337522, -0.00294646504, -0.0209011529, -0.0170965083, 0.00314919651, -0.00631058728, 0.0158892665, 0.0100908419, -0.00174379512, 0.00943844393, 0.00176665955, 0.0335589088, 0.0277787782, 0.0186939705, 0.0194134396, -0.00971891358, 0.0335589088, -0.0224986151, -0.0104383817, 0.00466434704, -0.00579537498, -0.00377415796, 0.0161941256, -0.00698737474, -0.0195719656, -7.09750529e-05, 0.00456984062, 0.00309889461, 0.00352722197, -0.00935308263, 0.00120800489, -0.020425573, 0.0140844993, -0.00801779889, 0.0263154544, 0.00566123705, 0.0059630475, 0.0184622779, 0.0196939092, -0.0315590315, 0.0135479467, 0.0167062897, 0.0226327535, -0.0161209591, -0.0112919882, 0.0010631968, 0.000172436034, 0.0183891114, -0.00790805, -0.0314127021, -0.0465824977, -0.0024297284, 0.0208157916, -0.0160965696, 0.00129184127, -0.00518565625, 0.0427778549, 0.0172428414, -0.00860922597, -0.010938351, -0.00973720569, -0.0388756543, -0.00176513521, 0.0154624628, -0.0153649077, 0.0135479467, -0.0191207752, 0.0281202197, -0.00576488907, 0.00684713945, 0.0268520061, 0.0115297781, 0.010859088, -0.0163526516, 0.00219651125, 0.0208035968, 0.0196451321, 0.0344612934, -0.0130723659, -0.0013337594, 0.00841411669, -0.000858178886, -0.0149746882, 0.0202914346, 0.0167428721, 0.000569324708, 0.0188646931, 0.00075909961, 0.0289738271, -0.0223766714, 0.0205475166, -0.0172794238, -0.00629229564, -0.0229254179, -0.0289738271, -0.00210352917, 0.0434119627, 0.00279860827, 0.0125358142, -0.0278763324, -0.0457532816, -0.0118102487, 0.010188397, 0.00874946173, 0.00264465436, -0.0279738884, -0.0117797628, 0.0281933863, -0.00463386113, 0.0156819616, 0.0175964776, 0.00130098697, -0.0219376739, -0.00233522221, 0.0152673526, -5.38743516e-05, -0.0154868513, -0.0258520674, -0.0110846832, 0.00599353341, -0.0200353526, -0.00328333443, -0.00530455168, -0.0117675681, 0.00923113897, -0.00809096545, 0.013791834, 0.000906194211, -0.00982866343, -0.0137430569, -0.021827925, -0.00360953389, -0.0149137164, -0.0169867594, 0.00594170764, 0.00458203489, -0.00799950771, 0.0086701978, -0.00360343675, 0.0349002928, 0.00519175362, 0.00262483838, 0.00465520145, -0.00127507397, 0.00999328773, -0.0181086417, -0.00838972721, -0.0248033516, 0.0198646318, 0.0134869749, -0.0104688676, 0.00441131368, 0.0243033823, 0.00404853141, 0.0284372736, 0.0233400278, -0.00290226028, 0.00951770693, 0.0014404601, 0.00267209159, 0.00245106872, -0.0148649383, -0.0283884965, -0.0331443027, 0.0136211133, 0.000333630393, -0.0173769798, 0.0390219875, -0.00686543109, 0.0150722433, 0.045777671, -0.00246631168, 0.0252179597, -0.0130845606, 0.00848118495, 0.00637155911, -0.0252423491, 0.00126669032, -0.0258032903, -0.00231388188, 0.0174013674, 0.00929820817, 0.00832265895, 0.00483506825, 0.0176574495, -0.0139015839, -0.0076580653, -0.00853606, -0.003707089, -0.0127431182, 0.026705673, 0.0239131618, -0.0115724588, 0.00168587186, -0.0124260643, 0.00930430554, -0.000658877136, 0.00474056182, 0.0141088879, -0.0109749343, -0.00831046421, -0.0116212359, 0.0103347301, 0.00924333371, -0.00908480678, -0.00569477165, 0.00846289378, -0.0128650619, -0.00510029588, 0.0104810623, 0.00886530802, -0.0167306773, -0.0163160693, -0.00472227, -0.00596914487, -0.0150234653, -0.0158526823, 0.0164258182, 0.00834704749, 0.0130967554, 0.000147189872, -0.000344490982, 0.0209255405, -0.0123772873, 0.00172245491, -0.00348759023, 0.0334369652, 0.00518260803, -0.019498799, 0.0124992309, -0.0114261257, 0.00262636272, 0.00347234728, 0.0133406427, 0.00476799905, -0.00684104254, -0.00662764069, -0.00111121207, 0.0147186061, 0.00562465377, 0.00608499115, -0.00821900647, 0.00216754945, 0.0148771331, 0.0116090411, 0.018194003, 0.0155478232, -0.0182427801, 0.000119466735, -0.0149868829, -0.00726174796, -0.0223766714, 0.00224681292, -0.00255472073, 0.0145478854, 0.00972501095, -0.00430766167, -0.0135235582, -0.0229254179, 0.00722516514, -0.00881043356, 0.0258276779, 0.0172184519, -0.0130967554, 0.01226144, 0.048070211, -0.00086427608, 0.0306566507, 0.0028763474, -0.00397231663, 0.0249252953, -0.00923113897, 0.000916102144, 0.0155356294, -0.0067251958, -0.00624961546, -0.00297542661, 0.00487165153, -0.0106091034, -0.0164624, 0.0155112408, 0.00548746716, -0.029607933, -0.0212547891, -0.0228888355, 0.000776247936, 0.00253947778, 0.00660325214, -7.71675041e-05, 0.0111395586, 0.015291742, -0.0139015839, -0.00102813798, 0.00985305198, 0.0067251958, 0.00353636779, -0.0248887129, -0.00762148201, -0.00390829612, 0.036192894, 0.0141088879, -0.015706351, 0.0105115483, -0.0216572043, -0.00374062336, -0.0035333191, 0.00492957467, -0.0219132863, 0.00178799976, 0.00206694589, 0.00867629517, 0.0077312314, -0.00423754426, -0.0121090105, -0.00231388188, -0.011974873, 0.0133406427, -0.0110420035, 0.0207792092, 0.00738369208, -0.00840192195, 0.00663373806, -0.0112066269, 0.00136272097, 0.0117126936, 0.0153405191, 0.00273153931, -0.00147628109, -0.00345100719, 0.0170843136, -0.00583195826, -0.0100786481, -0.0110907806, 0.00846899115, 0.0092128478, 0.0255106259, 0.000825406518, -0.00215078215, -0.0215352606, 0.0103225354, -0.00563989673, -0.00367965153, 0.0212669838, -0.0087555591, -0.00389610161, 0.00409730896, 0.00454850076, -0.0106517831, 0.00240686396, -0.00202579, 0.00622827513, -0.0231449176, -0.00335345208, 0.00820681173, 0.0393390432, 0.00300438819, -0.00738369208, 0.0196939092, 0.00764587102, -0.0238399953, -0.000452716049, -0.00797511917, -0.000589140574, 0.00378025509, 0.0132918647, 0.00235503796, -0.030851759, 0.0149624934, -0.0184988622, 0.022657143, 0.0220230352, -0.00684713945, -0.0139137777, -0.0165843442, 0.0020120712, -0.00719467923, -0.0254130699, -0.00110130419, -0.00131165702, -0.010109134, -0.0180842523, 0.000517879729, -0.00673739, -0.0137064736, -0.0151088266, -0.00458813226, -0.00809096545, 0.0127431182, -0.0160355978, 0.0204011835, 0.0124626476, -0.0440948457, -0.00543868961, -0.00877385, 0.0395341516, 0.00915797334, -0.000527787663, 0.0174867287, 0.00666422397, 0.00885311328, 0.0146454405, 0.038631767, 0.00967623387, -0.0103652161, -0.00456374371, -0.00138482335, 0.0196817163, -0.0231936947, 0.010603006, -0.00261874124, 0.00440826546, 0.0040241424, -0.00869458728, 0.0140601099, 0.0116944024, -0.00780439749, -0.0211938173, 0.0023519895, 0.00160965708, -0.00320102251, 0.0118285399, -0.0084446026, -0.00628619827, -0.00164624013, 0.0208889581, -0.00850557443, -0.00187793316, -0.00369184604, 0.0032223626, -0.0277056117, 0.0192427188, -0.00732881716, -0.00503932405, 0.00876775291, 0.00506676128, -0.0144015523, 0.0174135622, -0.0147186061, 0.00524053117, 0.0133528365, 0.0196207445, 0.0147917727, -0.00970062241, 0.0410218649, 0.0131089492, -0.0200475473, -0.0122736348, 0.0127431182, -0.0124626476, 0.0127309235, 0.00137034245, -0.00211572344, -0.0286811609, -0.00822510384, 0.0153527139, 0.00407292, -0.00557587622, 0.0205231272, -0.00366745726, -0.0268520061, -0.00294341636, -0.0100664534, 0.0075909961, 0.0041156, 0.0294372123, 0.00709712412, 0.00564294541, -0.00128421979, -0.0116639165, 0.0130357826, -0.0171818696, -0.00234741648, -0.0138771944, -0.00890798867, 0.000275707105, -0.0232058894, 0.00126059318, 0.0121212052, 0.000983933336, 0.0170355365, 0.00395707367, 0.0134503916, -0.00793243852, -0.00325284852, 0.00301963114, 0.00937137473, -0.00320711965, 0.0149868829, 0.0286079962, 0.00648740539, -0.000331915537, -0.013218699, -0.00137262896, -0.00710322149, -0.00518870493, -0.019340273, -0.00971281715, 0.0155722126, -0.00139244483, -0.00465824967, -0.0128284786, -0.0111944331, -0.006274004, 0.0198646318, -0.0126821464, -0.0315102562, 0.000595618854, -0.0265593417, 0.0214011222, -0.00575574348, 0.0227668919, 0.0270471163, 0.0272178371, 0.0119017065, -1.51596041e-05, -0.00395402499, 0.00571916, 0.0102798548, -0.0117492769, 0.0156697668, 0.0199743807, -0.0231449176, -0.000121943711, -0.00055141421, 0.00897505693, -0.011846832, 0.0252179597, -0.0195597727, -0.0164989848, -0.0102432724, 0.00855435152, -0.00609718589, -0.00773732876, -0.0226815306, -0.00474665919, 0.00831656158, -0.00915187597, -0.000110511493, 0.0231327228, -0.00312785618, -0.00189012755, -0.036192894, 0.00956038758, -0.00124077732, 0.00799341, 0.0125723965, -0.00112950359, 0.0204743501, -0.0106212972, -0.0159502383, -0.0133894198, -2.41743896e-06, 0.00227425038, 0.00347234728, 0.0114870975, 0.00622827513, -0.000522071554, -0.0103286328, -0.00416742638, 0.0215108711, 0.0264617857, -0.0123102181, -0.0274617244, 0.00754831592, -0.0020974318, -0.00531064859, 0.0113590574, 0.00269800471, -0.00690811127, -0.000795682718, -0.0174501464, 0.0344856828, 0.021364538, -0.00402109418, 0.0203889888, -0.00151210208, 0.011846832, -0.00442655664, 0.00588073581, 0.000204827331, 0.00747515, -0.00500578946, -0.0140113328, -0.013791834, 0.00176818389, 0.0124870362, -0.0123589952, 0.00584415253, 0.0156209897, -0.0302176531, -0.0151941869, 0.00930430554, -0.00454545207, -0.0182793625, 0.0141332764, -0.0144625241, 0.000369832414, 0.000654685311, -0.000684790197, -0.0345344581, 0.0171818696, 0.00388085865, 0.0184013061, -0.0131089492, 0.0114627089, 0.0165111795, 0.0180842523, -0.00333211198, -0.00632278156, -0.00419791229, -0.0179501139, -0.0097493995, -0.00833485276, 0.00752392737, -0.00729833124, -0.00563075114, 0.0115358755, -0.00829826947, -0.00988963526, 0.0157917105, -0.00729833124, 0.0438509583, 0.0203889888, -0.00560941081, -0.0126943402, 0.0177428108, 0.0115968473, -0.0211450402, 0.00419791229, -0.0215474535, -0.00667641824, -0.0168648157, 0.00287329871, -0.0193158835, -0.0017514166, 0.024218021, 0.00399975386, -0.00234589214, 0.00570696592, 0.0126699517, 0.00230473629, -0.00565818837, -0.00202274136, 0.0014381737, 0.0115846526, -0.000491204497, -0.00740808062, -0.0017133092, -0.0242058281, -0.00285958, -0.0283884965, 0.00824949238, 0.00423754426, 0.00934088882, 0.0287787169, -0.0200597402, -0.0170843136, -0.0213767327, -0.0223278943, -0.0222059507, -0.00329552894, -0.0157795157, -0.0420705825, -0.0100847455, 0.020328017, -0.0243033823, -0.00263550854, 0.00740808062, 0.0120236501, -0.00486860285, -0.0155844064, 0.019181747, 0.00361867971, -0.0172916185, -0.00885311328, 0.00216297666, 0.0506798066, -0.00651789131, -0.00912139, 0.00527101709, -0.0169623699, 0.00825559, -0.0103835072, 0.0282909423, -0.0108164074, 0.0128406733, -0.0261203442, -0.00176818389, 0.0101152314, 0.003137002, 0.0109322537, 0.00705444394, 0.0326809138, -0.0110054202, 0.00217517093, -0.024839934, -0.00298457243, 0.00757880183, -0.00528930873, 0.0221693665, -0.00269648037, 0.0139869442, 0.00783488341, -0.00822510384, -0.0181818083, 0.00617035199, 0.0237546358, 0.0042954674, 0.00680445926, -0.0100725507, -0.0196085498, 0.00576488907, -0.0117431795, 0.0120846219, -0.00379549805, -0.00438082777, 0.00467349263, -0.0111822383, -0.00550880749, 0.00323760556, -0.0150478547, -0.00586244417, -8.87902643e-05, 0.010682269, 0.00385037274, -0.0143649699, -0.0048838458, -0.0184866674, -0.0238156077, -0.0116456244, -0.0114870975, 0.00973110832, 0.00129565201, -0.00551490439, -0.00311413757, -0.000120609955, 0.00377415796, 0.00369489449, -0.0114200292, 0.000180914925, -0.0111029753, 0.0211816225, 0.00650569703, 0.0211450402, 0.0132430876, -0.00988963526, -0.00561550818, -0.00076367252, -0.0171940643, 0.0127797015, -1.81248379e-05, 0.0178403649, 0.0311932024, -0.0204011835, 0.0202304628, 0.0169257876, 0.00848728232, -0.0125723965, 0.0397536494, -0.00468263868, 0.0174379516, -0.00926772226, -0.0190110244, -0.00234284368, 0.0144259417, -0.0184622779, -0.0229010303, -0.000967928208, -0.00438082777, 0.00256386655, -0.00399670517, 0.00816413201, -0.00763977366, -0.011974873, -0.0213523451, -0.00438387645, 0.0167794544, -0.010060356, -0.0190963857, -0.00343271554, 0.0207548197, 0.0156453792, -0.0055789249, -0.00712151313, 0.00681665353, 0.00812145136, 0.00109444489, 0.00701176375, -0.0223035049, -0.00249374891, -0.0015494473, 0.00973720569, 0.0113712512, 0.00343576423, -0.0313151442, -0.00918845925, 0.0215596482, -0.0185476393, 0.0365099497, -0.00247850595, -0.00826168619, -0.00829826947, 0.00910919532, 0.0158892665, 0.0330467448, -0.0108651845, 0.0320468098, -0.0229863897, 0.0111517524, -0.0186451934, -0.00681665353, -0.00547222421, -0.00390219875, 0.00973110832, -0.0113895433, 0.0188524984, -0.00074233237, -0.00247240881, 0.0340710729, 0.00434729364, 0.0102981469, 0.00688372273, -0.013218699, -0.017730616, -0.021986451, 0.00559416786, 0.00390829612, -0.0221571736, 0.0127675068, 0.00746295508, 0.00405462831, -0.0431436859, -0.014828356, -0.0187305547, 0.0297298767, 0.0316565894, -0.00253338064, -0.00566123705, 0.016694095, -0.0100908419, -0.0214377046, -0.0218401197, -0.0189012755, 0.00225138571, -0.00435948791, -0.000155001893, -0.0325833596, -0.0158892665, -0.0130967554, 0.00998719, -0.0101396199, 0.00394792762, -0.00610023411, 0.00635326747, -0.0284860525, 0.0215840377, 0.00378025509, -0.0156575721, 0.0105481315, 0.00384122692, 0.0228400584, 0.0132552814, -0.00652398868, -0.00795073062, 0.0261691213, -0.0312663689, 0.0174257569, 0.0149381049, 0.0205231272, 0.0146942176, -0.00274678227, -0.0139625557, -0.0390219875, 0.00261111977, -0.0337784104, -0.00760928774, 0.0105725201, 0.0101944944, 0.0328028575, -0.00839582458, -0.0076580653, 0.0119565809, -0.00482287398, 0.0191207752, 0.014669829, -0.00231997925, -0.0123346066, -0.0102493688, -0.00435948791, 0.00595085323, 0.0164136235, 0.0102127865, -0.0177915879, 0.0210596789, -0.00780439749, 0.000284852897, 0.0142674148, -0.00385342143, -0.00450886879, 0.0317297541, -0.00191299198, -0.0189378597, -0.0127065349, -0.0066520297, 0.011096878, 0.000281994842, -0.00347234728, 0.0198524371, 0.00555758458, 0.0117797628, -0.00915797334, -0.00661544641, -0.0168038439, 0.0151576037, -0.00613986608, -0.00202731416, -0.00338393799, 0.0160477925, 2.58654054e-05, -0.00256691524, 0.0237424411, -0.00350893033, -0.0390219875, -0.0117492769, 0.00608804, -0.00537771778, -0.00812754873, 0.00773732876, 0.00988353789, -0.00447533419, 0.00420705834, -0.00270105316, 0.0143771637, -0.0205231272, 0.00667032134, 4.15370778e-05, -0.0025272835, 0.0106212972, -0.015450269, -0.00485640857, 0.0107981162, -0.00863971189, 0.0160965696, -0.00865800399, 0.0065849605, -2.19593949e-05, 0.0116151385, -0.00697518047, 0.013999138, -1.71245174e-05, -0.00724345678, 0.00520699657, -0.0050637126, 0.0187427495, 0.00305469, 0.00103042438, 0.012212663, -0.0111456551, 0.0105359368, -0.022352282, -0.00171178486, 0.000365450076, -0.00193738076, 0.0107920188, 0.00403633714, 0.0149990767, -0.00845679641, 0.0121212052, 0.0104871597, 0.0104688676, -0.00781659223, -0.0147429947, 0.00370404031, -0.00220108405, 0.00540515501, -0.00705444394, -0.0126699517, -0.00977988634, 0.0145478854, -0.00277726818, 0.0065788636, -0.0254130699, -0.00446314, 0.00168892043, 0.0187915266, 0.0179988928, -0.000237409171, -0.0282421634, 0.00703005493, -0.00277574384, 0.0060301167, -0.0102981469, -0.0191207752, 0.015242964, -0.000895524165, -0.00806048, 0.00705444394, -0.0104322843, 0.0232668612, -0.00226358022, -0.00566123705, -0.00867629517, 0.00574354874, -0.00737149734, 0.0163892359, -0.00397536531, 0.02094993, -0.00375586632, -0.00149533479, 0.00409426028, -0.00164776447, -0.00135205092, 0.00680445926, -0.00487469975, 0.0017940969, -0.00538076647, 0.0200597402, 0.0248521287, -0.014157665, -0.0341686271, -0.0293152686, -0.0154746575, -0.0236570798, 0.0157429334, -0.00862142071, -0.0140601099, 0.0292177144, -0.00535942614, 0.00506066391, 0.0145722739, -0.00270715053, 0.00192518637, 0.00208828622, 0.0137552507, 0.0183281396, -0.011224919, 0.00148542691, -0.00146865961, 0.00081778504, 0.00989573263, 0.00310346764, -0.000894762, 0.0114627089, 0.00788366143, 0.00859703217, 0.00840192195, -0.0115297781, 0.000467959, 0.0305834841, 0.0106212972, 0.00954819284, -0.00465215277, 0.0031202347, -0.010346924, -0.00479848497, -0.00256386655, 0.0129260337, -0.000593713485, 0.0173038132, -0.0107615329, -0.00547527289, 0.013999138, 0.000159384246, -0.00815193728, -0.00950551219, -0.0316565894, -0.00710322149, 0.00198920676, 0.00670690415, 0.0164989848, -0.00100451137, 0.0146088572, 0.0122858295, 0.0155112408, 0.0178281702, 0.0207304321, -0.0101944944, -0.00930430554, -0.00858483743, 0.00784098078, 0.023486359, 0.0199499913, 0.0176452547, -0.0100298701, -0.014828356, -0.00583805516, -0.00253033196, 0.0144503303, -0.0174623393, 0.00531674596, 0.0199499913, 0.00274830637, -0.00383817847, 0.00329248025, 0.00764587102, -0.0214011222, 0.0216815919, 0.00652398868, 0.0314127021, 0.00746295508, 0.00286262878, 0.00792024378, -0.0183769185, -0.0113712512, -0.00877994765, -0.0112858908, 0.0198280476, 0.0104322843, -0.00378940091, -0.00449362583, -0.010731047, 0.000385265914, -0.0156697668, -0.0332662463, 0.00267056725, 0.00506676128, 0.0233644154, 0.00540515501, -0.00778000895, -0.00225291, -0.00342966686, 0.00884091947, 0.011798054, 0.00583805516, 0.0236326922, -0.00305011705, 0.000204255717, -0.0192183293, 0.0389732122, 0.0172916185, -0.015450269, -0.00244344724, 0.0235351361, 0.0318029225, -0.00692030601, 0.00254100212, 0.0176940337, -0.0193280783, 0.00307298149, -0.0187061653, 0.00105328881, 0.00310041895, 0.00649350276, 0.0218645073, 0.0127309235, -0.026437398, 0.0104505764, 0.00920065306, 0.0270471163, 0.000829979428, 0.014157665, 0.00375586632, -0.0175842829, 0.00203798432, -0.0103347301, 0.0142430263, -0.00943234656, -0.00194042933, -0.0126211746, 0.00399060827, 0.00841411669, -0.000188536418, -0.00224224012, 0.0253886804, 0.00123239367, -0.00124611228, -0.0100847455, 0.0185476393, 0.00801170245, -0.0199012142, -0.0143283866, -0.0106944637, 0.00244497159, 0.00893847458, -0.00361258257, -0.00956648402, -0.0153771024, -0.00400280254, -0.0195841603, 0.0282421634, -0.0110481009, -0.00956648402, -0.0100847455, 0.0216572043, -0.00756051, -0.0144259417, -0.00184897159, -0.00389610161, 0.00506676128, -0.0143771637, 0.00940795802, 0.0181330312, 0.0246448237, -0.0210596789, -0.0103225354, -0.000485488417, 0.0105176456, -0.0131089492, 0.0247789621, -0.0223644767, 0.00273153931, 0.00681665353, 0.00828607567, 0.0076580653, -0.00796292443, -0.00854215678, 0.020998707, 0.0248277411, -0.00762148201, -0.00725565106, 0.0112919882, 0.0137064736, 0.00544478698, 0.00131165702, -0.0213889275, -0.00632887892, 0.010237175, -0.00293579488, 0.0242789928, 0.0158404876, -0.00742027489, -0.0165355671, -0.0202304628, -0.0149381049, 0.0164745953, 0.0225595869, -0.0159136541, 0.0102005918, -0.00472531887, 0.00191299198, 0.004950915, 0.00708493, -0.0166453179, -0.00789585523, 0.000150810083, 0.00366745726, 0.0152307702, -0.00554843899, -0.00275897654, -0.00668251561, 0.0206450708, -0.00380159519, 0.000701557437, -0.0366562791, -0.00010222313, -0.0153771024, 0.00981037226, 0.00976159424, 0.0158282947, -0.0100908419, 0.0193768553, 0.0117736654, 0.00528626, 0.0108651845, 0.0302420408, -0.00954819284, -0.0191695523, -0.0103286328, 0.00201816857, -0.000828455086, -0.00359429093, 0.0116212359, 0.00499359518, -0.011639528, 0.0039113448, -0.00324065425, 0.0202304628, -0.00827388093, -0.00367660308, 0.012548008, 0.00269495603, 0.0074446639, -0.00789585523, 0.0236570798, -0.0180354752, -0.0166575108, -0.0019556724, 0.0232546665, 0.0148161612, -0.0143039981, -0.00781049486, 0.00292360061, 0.00834095, -0.00888969656, 0.00257301237, 0.0220596176, -0.00601792242, -0.00459118094, 0.0115358755, -0.00628619827, -0.0156697668, -0.0130113941, -0.034949068, -0.000413084344, -0.00692640292, 0.0207182374, -0.00402719108, 0.00336869503, -0.0111273639, -0.00678007072, -0.00738369208, -0.00779830059, -0.0134991696, 0.008737267, 0.0052679684, 0.018511055, -0.0141942482, -0.0176696442, 0.00122782076, -0.0125723965, 0.0168038439, -0.00225900719, -0.0191939399, -0.0125358142, -0.00375281787, -0.0176330619, -0.0114200292, -0.00731662288, 0.017474534, -0.0133528365, -0.00585025, -0.00448448025, -0.0092128478, -0.0120724281, 0.0116334306, 0.00333820912, 0.000285233982, -0.00576793775, 0.00562160509, 0.00286262878, -0.00445704255, 0.00662154378, -0.0022208998, 0.00165233738, -0.022242533, -0.00821900647, 0.00399975386, 0.00417047506, -0.00493872026, -0.00768245384, 0.000463767181, -0.0071337074, 0.0309737027, 0.0149990767, 0.0234741643, -0.00163709442, -0.029290881, 0.0248155463, -0.017889142, 0.027583668, 0.00701786065, 0.0224864203, 0.000386599684, 0.00598743651, -0.0134381969, -0.0256081801, -0.0167062897, 0.00409121159, 0.0192305241, -0.0185720269, -0.00518565625, 0.0130113941, -0.0202548504, -0.000709941087, -0.00201816857, 0.0190719962, 0.000815498584, 0.00552405044, -0.00111578498, -0.00652398868, -0.00100222486, -0.0149746882, 0.00272239349, 0.00110054202, -0.0289006606, -0.00699347211, -0.00151133991, 0.0046064239, -0.00288549322, -0.0245350748, -0.00786536932, 0.024059495, -0.0216450095, -0.0148161612, -0.00304554426, 0.00182458281, 0.0163160693, -0.0128284786, 0.0348515138, 0.00656057196, 0.0110846832, 0.0377049968, 0.0118773179, -0.0105420342, -0.00245564152, 0.0052283369, -0.00300896121, 0.000579613727, 0.0328516364, 0.00307298149, -0.000917626428, -6.28176849e-06, 0.000623818312, 0.0108529907, -0.0165965389, -0.00433814758, 0.0025608181, 0.00909090415, 0.00581061793, -0.0212547891, 0.0244862977, -8.63609166e-05, 0.00316139078, -0.0119809695, 0.00111349858, 0.00863971189, -0.00864580926, 0.0171574801, -0.0225473922, 0.0024083883, 0.00614596298, -0.00135433732, -0.0107676303, -0.00112416863, 0.0252179597, 0.0250472389, 0.0138040287, -0.012548008, 0.00695688883, -0.013535752, 0.00119809702, 0.000544173818, -0.0015258207, 0.00280775409, -0.00859703217, -0.000493872038, -0.0337784104, -0.00884091947, -0.0297054891, 0.00409426028, -0.00299829105, -0.0039845109, -0.0140723046, -0.0130967554, -0.0115175834, 0.0187305547, 0.00202579, 0.00712151313, 0.00200292561, -0.0164745953, 0.00346015301, 0.0158282947, -0.0100481622, 0.00671909843, 0.00447533419, 0.00770684285, 0.00286567723, -0.0115175834, -0.0140357213, -0.00457593799, -0.0135967238, 0.0307054278, -0.0287055504, 0.00563684804, 0.000469864375, -0.0372416116, -0.0144259417, 0.00486250548, 0.00631058728, -0.0190841909, -0.029193325, 0.0181086417, -0.0145600792, 0.0167428721, 0.00139777979, 0.00510029588, -0.0322175287, 0.00728613697, -0.0233522207, -0.00328333443, -0.00787146669, -0.00287482305, 0.002391621, -0.0233644154, 0.000680217287, -0.0055789249, -0.00521614216, 0.00467959, -0.0159136541, -0.0105054509, 0.00160508417, -0.0239741337, -0.00992012117, 0.0249252953, 0.0105603253, -0.0126577578, -0.0168770105, 0.0102127865, -0.000577708357, -0.0212182067, -0.0114992922, 0.00802389625, -0.00766416267, -0.00527406577, -0.00800560508, 0.011639528, 0.0197426882, 0.0125114247, -0.022608364, -0.00352112483, -0.00403633714, -0.0245472696, 0.00175751373, -0.0149624934, 0.00483506825, 0.0160599872, -0.0108956713, -0.0234741643, -0.00166758033, -0.00162185135, -0.0131455325, -0.00371928327, -0.0194134396, 0.01135296, -0.00436558481, -0.0138650006, 0.00205322728, -0.0188281089, -0.016328264, 0.0217425637, -0.0145234959, -0.00720077613, 0.0218157303, -0.00953599811, -0.0476556048, 0.0162429027, 0.00814584, 0.0145600792, -0.00119657267, -0.000586854119, -0.000861989625, -0.0141820535, -6.11147625e-05, -0.00704224966, 0.00502713, 0.000436710921, 0.00710322149, -0.0450460091, 0.00868849, 0.00987134408, 0.0135723352, 0.0282421634, -0.00127507397, 0.0262910649, -0.0090665156, 0.0064996, 0.0017300765, 0.0297298767, -0.00135814806, 0.0195109937, -0.0172062572, 0.00584415253, -0.00826168619, 0.00309584616, -0.00918845925, -0.0130723659, -0.0132674761, -0.00721906777, -0.00904212613, -0.00683494518, -0.00109977985, -0.000935918, 0.000285233982, 0.0153649077, -0.000413846486, 0.0265349522, 0.0308029819, -0.0113468627, -0.00826778356, 0.00850557443, -0.00256234221, 0.0145966625, 0.00755441329, -0.00584110385, 0.0398999825, 0.0125358142, 0.00347234728, 0.0148649383, -0.00249070046, 0.00107767759, -0.0181574188, -0.00995060708, 0.0140235275, -0.0153283253, 0.00297542661, -0.0150112715, -0.00167977461, -0.00604535965, 0.0128528671, 0.0265105627, 0.0168160386, 0.00680445926, 0.0027193448, -0.00138253684, 0.00595999882, 0.0175842829, 0.0214255098, 0.0104688676, 0.00555148767, -0.0225230046, 0.00269495603, 0.0157307386, -0.0110359062, 0.00259282812, 0.00525882281, -0.0107676303, -0.00654228032, -0.010395702, 0.0086701978, -0.00444789696, -0.0237668306, -0.00349978451, -0.00390219875, -0.00934698526, -0.0256081801, 0.00935308263, -0.00368574867, -0.0024251556, -0.0225108098, -0.0461678915, -0.0240473, 0.00893237721, 0.0106395893, 0.000754907785, -0.0103652161, 0.0106883664, -0.0168770105, 0.00969452504, -0.01226144, -0.00596609619, -0.00565513968, -0.00438387645, 0.00364611717, 0.00767635694, 0.0489238165, -0.00190689485, -0.0102554662, -0.015242964, -0.00428022444, 0.00973110832, -0.00219346257, 0.00281994836, 0.003758915, -0.00186878745, 0.00196024519, 0.011639528, 0.00173160073, 0.0105298394, 0.014669829, 0.0155234346, 0.00340832677, -0.00938966591, -0.0127431182, -0.00247850595, 0.010889574, 0.0158526823, 0.00965184532, 0.0318760872, 0.020998707, -0.0199865755, 0.00263855723, -0.00971281715, -0.0137186674, -0.0215840377, -0.00707273558, 0.0261691213, 0.0146454405, 0.00862751808, 0.00535332924, 0.0273153912, 0.0222181454, 0.00762757938, -0.0153649077, -0.004057677, 0.00050111243, -0.00136424531, 0.00232760073, 0.0183159467, -0.00439911941, 0.0057587917, -0.00421620393, -0.0139137777, 0.00648130849, -0.0064996, -0.00438082777, -0.0133528365, -0.00546003, -0.0107493382, 0.00362172839, -0.00418266933, 0.00633497583, -0.0162916798, 0.0129382284, -0.00206389744, -0.00195262372, 0.0012384908, 0.0207304321, 0.0153771024, 0.0022330943, -0.00244802, 0.00054112525, -0.00813974254, 0.0198280476, -0.00331991771, -0.0138528058, 0.0421437472, -0.0034144239, 0.0149503, 0.00434729364, -0.0185720269, -0.0192061346, 0.00729223434, 0.0136820851, -0.0115663614, -0.00444484828, -0.00111578498, 0.00376806082, 0.00825559, 0.00716419332, 0.0238034129, 0.00580147235, 0.00136576965, 0.00970672, 0.00879214145, 0.0151819922, -0.00368574867, 0.0116578192, -0.0210230965, -0.0045393547, -0.0152185755, 0.0131821157, -0.00603621406, -0.0125602027, 0.0199865755, 0.00573745184, -0.0102981469, -0.00205017859, 0.0010395702, -0.0352661237, 0.0120114563, -0.0126089798, 0.00211267476, -0.0185232498, -0.00327723729, 0.0303639844] |
28 Jun, 2022 | React Suite Button <ButtonGroup> Props
28 Jun, 2022
React Suite is a popular front-end library with a set of React components that are designed for the middle platform and back-end products. The Button component is used to fire an action when the user clicks the button.
The ButtonGroup component is used to group the buttons together in a group.
React Suite ButtonGroups Props:
size: This property of the ButtonGroup component is used to change the size of all buttons in the group. It accepts four values: xs, sm, md and lg.
vertical: This attribute is used to specify whether we want to create a vertical layout of buttons or horizontal
justified: This attribute creates a button with equal width
block: Displays ButtonGroup as a block
classPrefix: The prefix of the component CSS class
Syntax:
<ButtonGroup>
<Button>Some Text</Button>
</ButtonGroup>
Creating React Application And Installing Module:
Step 1: Create a React application using the following command:
npx create-react-app foldername
Step 2: After creating your project folder i.e. foldername, move to it using the following command:
cd foldername
Step 3: After creating the ReactJS application, Install the required module using the following command:
npm install rsuite
Project Structure: It will look like the following.
Example 1: Now write down the following code in the App.js file. Here, App is our default component where we have written our code. In this example, we will use props vertical to create vertical buttons.
Javascript
import React from "react";
import Button from 'rsuite/Button';
import "rsuite/dist/rsuite.min.css";
import ButtonGroup from 'rsuite/ButtonGroup';
function App() {
return (
<div style={{ padding: 10 }}>
<h1 style={{ color: 'green' }}>
GeeksforGeeks
</h1>
<h3>
React Suite ButtonGroup Props
</h3>
<ButtonGroup vertical >
<Button color="orange" appearance="primary" >
Button 1
</Button>
<Button appearance="primary" color="cyan">
Button 2
</Button>
<Button appearance="primary" color="violet">
Button 3
</Button>
<Button color="green" appearance="primary">
Button 4
</Button>
</ButtonGroup>
</div>
);
}
export default App;
Step to Run Application: Run the application using the following command from the root directory of the project:
npm start
Output: Now open your browser and go to http://localhost:3000/, you will see the following output:
Example 2: In this example, we will use props justified to create equal width buttons. We have also used IconButtons. We have taken icons from https://rsuitejs.com/resources/icons/
Javascript
import React from "react";
import ButtonGroup from 'rsuite/ButtonGroup';
import FileUploadIcon from '@rsuite/icons/FileUpload';
import OffRoundIcon from '@rsuite/icons/OffRound';
import SendIcon from '@rsuite/icons/Send';
import "rsuite/dist/rsuite.min.css";
import TrashIcon from '@rsuite/icons/Trash';
import IconButton from 'rsuite/IconButton';
function App() {
return (
<div style={{ padding: 10 }}>
<h1 style={{ color: 'green' }}>
GeeksforGeeks
</h1>
<h3>
React Suite ButtonGroup Props
</h3>
<ButtonGroup justified>
<IconButton icon={<SendIcon />}
color="red" appearance="primary">
Red
</IconButton>
<IconButton icon={<OffRoundIcon />}
appearance="primary" color="cyan">
Cyan
</IconButton>
<IconButton icon={<TrashIcon />}
appearance="primary" color="blue">
Blue
</IconButton>
<IconButton icon={<FileUploadIcon />}
color="yellow" appearance="primary">
Yellow
</IconButton>
</ButtonGroup>
</div>
);
}
export default App;
Output:
Reference: https://rsuitejs.com/components/button/#code-lt-button-group-gt-code
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props | https://www.geeksforgeeks.org/react-suite-button-buttongroup-props?ref=asr5 | CSS | React Suite Button <ButtonGroup> Props | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.00977057312, -0.0147555592, -0.0150316507, 0.0253850836, 0.0692069456, 0.00252892193, -0.00110724219, 0.0245261323, -0.0280999839, -0.0218879245, -0.00667221239, 0.00759635214, 0.0386221409, -0.036597468, -0.00285678054, 0.0117185526, -0.0478558689, -0.0366894975, -0.0313517302, -0.0174397826, 0.0309529305, -0.03767116, -0.030308716, 0.0187742263, -0.0634397045, 0.00268997531, 0.0156835336, 0.0113811074, -0.0476718061, 0.00243880879, -0.000806225697, -0.0168722607, -0.0129379565, -0.00903432909, -0.0505554304, -0.0161513556, 0.0112277232, 0.0395731218, -0.0408615507, 0.00869688392, -0.0442973562, 0.0375484526, -0.0177312121, 0.0130376564, -0.00170927506, 0.0127692344, -0.00273790793, -0.021979956, -0.00152329681, -0.0453403667, 0.010522156, 0.0303854086, 0.0509849079, 0.0200166367, -0.0107445624, 0.0359532535, -0.0247715469, 0.00765003683, -0.0427021608, 0.0182067044, 0.00108231721, -0.0600345731, -0.0471196249, -0.0361373164, 0.0041183657, 0.0452176593, -0.00580175733, 0.0153767653, 0.0285447985, 0.0123397587, -0.0117568988, -0.000908801332, 0.0151850348, 0.00957884267, -0.00750432163, 0.00125391583, 0.0396651514, 0.00337253488, -0.0398185365, 0.0157832336, 0.0354317501, 0.0236058272, -0.0296338256, -0.0135591626, 0.000720905722, 0.0261059906, -0.0134901395, -0.0427941903, -0.00151658617, -0.0149396202, -0.00970921945, 0.00505400915, 0.0091033522, -0.0162894018, -0.0175471511, 0.0220106319, 0.0608935244, 0.0108365938, -0.0172710605, 0.00243113958, 0.000590049836, 0.0236671809, -0.0227928907, -0.0242960565, 0.0138736, -0.00257685455, 0.0689001828, 0.0231610127, -0.00230843201, -0.0196178388, 0.0185748264, 0.0059781489, -0.0278545693, 0.0205841586, -0.0543593578, 0.0155378189, -0.0307842083, -0.0350329503, -0.0101003489, 0.0196791925, 0.0193724241, 0.0254771151, -0.00579408789, 0.0400332734, -0.0665073842, 0.0434997566, -0.00789928623, 0.0263207275, 0.0224861223, 0.0258145593, -0.004892956, 0.0275478, 0.00909568276, -0.0427635126, 0.0261213277, 0.014586837, 0.0205381438, 0.0311676692, -0.0347875357, -0.0200626533, -0.0226548463, -0.0285908133, 0.0292196888, 0.0262593739, -0.0140116466, 0.0250936542, 0.00278967503, 0.02532373, -0.0331003107, 0.0166575238, -0.0152693968, -0.015875265, 0.0282226913, 0.00816003885, 0.0762626231, 0.0101617025, -0.0615684167, 0.0124241197, 0.0486841425, -0.00227775518, 0.0429475754, -0.00238320697, -0.000980220851, 0.0358305462, -0.0332230181, 0.029925257, -0.00411453098, -0.00199782918, -0.064850837, 0.0348795652, -0.0166882, 0.00268038874, -0.00754266791, 0.0641759485, -0.0274711084, 0.0102230562, 0.022915598, -0.015875265, 0.0268729106, 0.00481242919, -0.0249862857, -0.00402250048, 0.0364747606, 0.00820605457, 0.0109593011, 0.000105451632, 0.00818304718, 0.00307151838, -0.0332230181, -0.00616221, -0.0237898882, -0.00443280302, 0.034542121, 0.0468742102, -0.00443663774, 0.00646897824, -0.0457698442, 0.0136435237, 0.00173707597, 0.00278584054, -0.00511152809, -0.00244264328, 0.0194031, -0.0125008123, 0.0274250936, -0.00457468349, 0.013114349, -0.0123090819, 0.0349409208, 0.00399182364, -0.00645364, -0.00231610145, 0.0131450258, -0.0234984588, -0.0259219296, -0.00421806518, -0.00996230356, -0.00472039869, 0.0051920549, 0.021627171, -0.00650349, 0.00238128961, 0.0412603468, 0.00718221487, -0.0211516805, 0.0520892739, 0.0049044597, -0.0186055023, 0.00983959623, -0.0308762379, -0.0270876493, 0.00159711298, -0.0340206139, 0.0250169616, 0.0280999839, 0.0287748743, -0.0113274232, 0.000396641932, -0.0270262957, 0.0259986203, -0.0155915031, 0.0110129854, -0.0335604623, -0.0500646, 0.0367201753, 0.0300172865, 0.0148322517, 0.0182680581, 0.0100543341, -0.00984726567, -0.0282226913, 0.0403707214, -0.0108826086, 0.00615070621, 0.00608935254, 0.00653416663, -0.0107522318, -0.0407388434, 0.0176698584, 0.0293577351, 0.0316584967, 0.0535310842, -0.0327935405, 0.0323640667, 0.0284834448, -0.000289273, 0.0472116545, -0.00914169755, -0.000822043396, -0.0155224809, 0.015154358, -0.0642986521, -0.0136588626, 0.00268038874, -0.00630409038, 0.0334684327, 0.0103457635, -0.00340512907, 0.0362293459, 0.0337445214, 0.0137125468, 0.0132677332, 0.0283760764, 0.0109209549, -0.00615837518, -0.0067412355, 0.0288208909, 0.0347875357, -0.00193551683, 0.0431929901, -0.0242960565, -0.0332843699, 0.0114654684, 0.0130223185, 0.0478251912, 0.0305387937, 0.00272065215, 0.0288055521, -0.0142647298, -0.00755417161, 0.0187435485, -0.0431929901, -0.0192343779, -0.019771222, -0.000641337654, 0.015890602, 0.0114501305, 0.0084438, -0.0486841425, 0.00355659612, 0.0561079383, 0.0219492782, -0.0579792261, -0.00502333231, -0.0351249799, -0.000776507484, 0.0088272607, 0.0150393201, 0.00319039123, -0.0224707853, -0.0162127092, -0.0215044636, -0.0491749719, 0.0652803108, 0.0597278066, 0.0169642922, -0.0353090428, -0.00104588852, 0.0400332734, 0.0214277711, -0.0151773663, 0.0110129854, 0.0104838097, 0.019587161, 0.0361066386, -0.0159059409, 0.00534927379, -0.02843743, -0.0168262459, 0.0179919656, -0.00530325854, -0.0244034249, -0.00124624663, -0.0440826192, 0.0288822446, -0.0149242822, -0.00971688889, 0.00925673638, 0.0557091385, -0.0141113456, 0.00153863523, 0.0187282097, 0.0254157614, -0.00845913868, 0.0307075158, 0.0118796062, 0.0354010724, -0.0371496528, -0.000827316, 0.0116495294, 0.00539145432, 0.0018722458, -0.0196485147, 0.0222560465, -0.0365667902, -0.015606842, -0.0219032634, 0.00213395758, -0.0170409847, -0.0253850836, -0.0252470393, 0.0082597388, 0.00722823, 0.020124007, -0.0331923403, -0.000212341241, 0.000709401909, -0.0256458372, -0.0433463752, 0.0161053408, -0.0250629783, 0.0132523943, -0.00585927628, 0.00238320697, 0.010805917, 0.00381734921, 0.0309375916, 0.00378475501, -0.00797597785, -0.0194644537, -0.0184521191, 0.0244801175, -0.00197673892, 0.000173875364, -0.0167802311, -0.0031079473, -0.007845602, 0.0071860496, -0.029756533, 0.00875823759, 0.0662619695, 0.0237438735, 0.0167802311, -0.00807567779, -0.026059974, -0.0207068659, -0.0449415706, -0.0216731876, 0.0316584967, -0.016243387, 0.00537995063, -0.0212437101, -0.0137739, -0.00102863275, 0.0300479643, 0.0229922906, 0.00914169755, 0.0534390546, 0.0210136343, -0.0138429236, 0.0395731218, -0.0105681708, 0.00723973382, 0.0223020613, -0.0114808073, -0.00829041563, -0.030845562, -0.0188815948, 0.0339285843, -0.0228235684, -0.0289896131, -0.00155301497, -0.0375791267, -0.0383767262, 0.00236403383, 0.0117492294, 0.0132293869, 0.0207375437, -0.00944846682, -0.0208755881, -0.014034654, 0.0247101933, 0.00405701203, -0.0231763516, -0.0377938673, 0.034542121, -0.0234984588, 0.00123953598, -0.0151236812, 0.0343273841, -0.0157525577, -0.0166882, -0.0660165548, -0.0156605262, 0.0186975338, -0.018666856, 0.0531016067, 0.00195756578, 0.000653320807, -0.0150853358, -0.0231916904, 0.014418114, 0.0127845723, 0.0212743878, 0.000940436847, 0.0156681947, -0.0261366665, 0.0123474281, -0.00899598282, -0.00898064487, -0.0386834927, 0.0106371939, 0.0483160205, -0.00618138304, -0.00304659363, -0.0168262459, -0.00962485839, -0.0329776034, 0.0218879245, 0.0221333392, 0.0140883382, -0.000176511661, -0.00354892691, 0.0105681708, -0.00446348, 0.000133372349, 0.0408001952, -0.0314744376, -0.000115637304, -0.0208295733, 0.00120214862, 0.0159519557, -0.0733789951, 0.0171943679, 0.0250783153, 0.00307918759, -0.017378429, -0.0212743878, 0.0242653787, 0.0169489533, 0.0120023135, -0.0103764404, -0.0327015109, 0.0414750874, 0.0265508033, -0.0234064274, -0.0208295733, 0.0287288595, -0.0248022247, -0.0118565978, -0.0537765, 0.0300326254, -0.0462299958, 0.00173995201, -0.0356158093, -0.0529175475, -0.0272256937, 0.0192650557, -0.00226241676, -0.0101463646, -0.00467054872, 0.00757334474, -0.0127769038, 0.0171943679, -9.86212472e-05, -0.024204025, 0.000334808923, -0.00604717201, 0.0131066795, 0.010253733, -0.0298485644, -0.0171483532, 0.00764236739, 0.0411683172, -0.00787627883, 0.019034978, -0.000796159846, -0.00920305122, -0.01319871, 0.00521122804, -0.0284987837, 0.0169489533, -0.0448188633, 0.00964019634, -0.00927974377, 0.0417818539, 0.0134748016, -0.0109593011, -0.00935643632, 0.00872756075, 0.0050079939, 0.00507701701, -0.00921072066, 0.00106985471, 0.0144564603, -0.0239892881, -0.0062043909, 0.00924906693, -0.0268115569, -0.012278405, 0.00679491973, -0.00590912625, 0.0184521191, -0.00985493418, 0.0276398323, -0.00771522522, -0.0112277232, 0.029572472, 0.00422573462, -0.0254004225, 0.0138275847, -0.0155761652, 0.0187742263, -0.00886560604, 0.0179766268, 0.0102690719, 0.0219492782, -0.0362600237, -0.0316584967, -0.00359494216, 0.0168415848, -0.0347261801, -0.00502333231, 0.00426408043, 0.00279350975, 0.0165654924, -0.0189276095, -0.0138966078, -0.0213817563, -0.00208985968, -0.000446731457, 0.0300326254, 0.0087428987, -0.00798364729, -0.0297718719, -0.0102767413, 0.00119735533, 0.0127615649, -0.0145484908, -0.0283300616, 0.0225628149, 0.0105144866, 0.0155991726, 0.0186821949, -0.0120866746, -0.0231456757, 0.0271183252, -0.0125391576, 0.0137278857, -0.0243574101, -0.0412296727, -0.00574423792, 0.0264741126, 0.00558318477, 0.0153921042, -0.0136972088, 0.00907267537, -0.00130472425, -0.00484694075, -0.00205918285, 0.019019641, 0.00330159487, 0.0253083929, 0.0288975816, 0.0251703467, -0.0106141865, -0.0153690958, -0.0281766765, 0.0190809947, -0.00417205, -0.0448188633, -0.0105298245, -0.0125468271, 0.00718988432, 0.0145178139, 0.000820126093, 0.00862786081, -0.0107905781, -0.0148629285, 0.0403400436, -0.00454017194, 0.0129763028, -0.023268383, 0.0422113314, -0.0236825198, -0.0116725368, 0.00734710274, 0.0315051153, -0.00218189019, -0.0314437598, -0.00730492221, 0.00647281297, 0.012477804, 0.00997764152, -0.00339937722, -0.0119869746, -0.0415057614, -0.0111893769, -0.00419122307, 0.00623123301, -0.0229462758, -0.0132063795, 0.0302013475, 0.0146098444, 0.0229922906, -0.00609318726, 0.0167802311, 0.0400026, 0.0388675556, 0.0165501554, -0.0127845723, -0.0223174, 0.0161206797, 0.0194337778, -0.0248329, -0.0389902629, -0.0207222048, -0.0059781489, -0.00416438095, -0.0311369915, 0.00490062498, 0.00442513404, 0.00508468598, 0.0234984588, -0.0378858969, -0.00770372106, -0.0274711084, -0.0156375188, -0.0220259707, 0.018482795, -0.00407618517, -0.00929508265, 0.0125008123, 0.00189333619, -0.0192957316, -0.0244801175, 0.00526874699, -0.00869688392, 0.0203387439, -0.0403707214, -0.0315051153, -0.0375791267, -0.0137585625, -0.015154358, -0.0133137479, -0.000831150624, -0.0012788407, 0.0178385824, -0.0242193639, 0.0155071421, 0.0179152731, 0.0290049519, 0.0202620514, 0.0278238934, -0.0330082774, 0.00567138055, -0.0140576614, -0.0158599261, -0.0611696169, -0.0167035386, -0.0084438, -0.0139656309, 0.00308110495, -0.00634627091, -0.0105528329, -0.0228542443, 0.0151850348, -0.0286061522, -0.0256458372, -0.0042103962, -0.00128842727, 0.0267655421, 0.0133827711, -0.0042334036, -0.00279159239, 0.0232070293, -0.00509618968, -0.00360644585, -0.00162970705, -0.00954049733, -0.000119352073, 0.00582476472, -0.0052035586, -0.0114808073, 0.0186975338, -0.0163967703, -0.0196331777, -0.00506551284, 0.00326324883, -0.017087, -0.00354509219, -0.0230536442, 0.026964942, -0.00760785583, 0.00863553, -0.00533777, 0.0142110456, 0.0171023384, -0.0274250936, 0.0224247687, -0.010805917, -0.00722056115, 0.00827507768, 0.0143567603, -0.0246641785, 0.0104914792, -0.0330696329, -0.0134978089, 0.00819071569, -0.00242922222, 0.0366894975, 0.0241580103, 0.0145561602, 0.013865931, 0.0312903747, -0.0115651684, -0.0142110456, -0.00409919256, -0.0089192912, 0.0201700218, -0.00755417161, 0.0172557216, 0.0176238436, 0.00999298, 0.0152847348, -0.0274097547, 0.00849748403, 0.00621972932, 0.01523872, 0.0423647128, 0.00899598282, -0.0100083183, -0.0100389952, 0.0151773663, 0.0256458372, -0.0259065907, 0.0154151116, 0.0135668321, -0.00501949759, -0.0211516805, 0.0055333348, -0.0265201274, -0.000954816584, 0.00208219048, 0.0338979065, -0.0279312618, -0.0384994335, -0.00532626593, -0.0487761721, 0.0253083929, -0.00857417658, -0.00273599057, -0.039879892, 0.0201546829, -0.00617754832, -0.0140423235, 0.0425180979, 0.0131373564, 0.0190043021, 0.0133367553, 0.0119793052, 0.013029987, 0.00396114681, -0.0104147866, -0.0191270094, 0.0176238436, 0.00144468737, 0.0113427611, 0.00821372401, -0.0255231299, -0.00913402904, -0.0172403827, -0.0675504, 0.010154034, -0.00860485341, -0.0116955452, 0.0135591626, 0.0386528187, 0.0125698345, 0.0231303368, -0.00424107304, 0.0138966078, -0.0388675556, 0.00320764701, -0.0201700218, -0.0229309369, 0.0188662559, 0.0464140587, 0.0170103069, -0.00243497407, 0.0106525319, 0.0096095195, -0.0338979065, -0.00096152717, 0.00264587742, 0.00907267537, -0.0152924042, 0.0227928907, -0.0319039114, 0.0194337778, -0.0189889632, -0.0214737877, 0.023820566, 0.0684093535, 0.0096938815, 0.0105528329, -0.0249402709, 0.00013001707, -0.0249095932, 0.0159979723, -0.0121787051, -0.0176238436, -0.0161206797, 0.0329776034, 0.00406468101, -0.0243880861, -0.0275017861, -0.0112584, -0.043407727, -0.0138736, 0.0374257453, 0.00189429475, -0.039205, -0.0225934926, 0.0121710356, 0.0115498295, -0.00397648523, -0.0470582694, -0.0210596491, -0.0192957316, -0.014134354, -0.0194951314, 0.0101463646, -0.0426408052, -0.00336870039, 0.048009254, 0.0361679941, 0.0226088297, -0.0204461124, 0.01164186, 0.0109209549, -0.0011868102, 0.00130951754, -0.0278085545, 0.0396038, -0.0314437598, -0.00705183856, 0.0416284688, 0.0107982475, 0.0257685445, 0.0305081159, 0.0353397168, -0.0180226434, -0.00626574457, 0.0155991726, 0.0113274232, -0.0325481258, 0.0175011363, 0.0288208909, 0.011273738, -0.0457084887, -0.0209982954, 0.011059, 0.0296031497, 0.000860868779, 0.000825878, -0.0220719855, 0.00941012055, 0.000294305937, 0.00556017691, -0.00140250672, -0.000178668619, 0.00354892691, 0.0123090819, -0.0153154116, -0.00126925425, 0.00939478166, -0.00499649, -0.0327628627, -0.00108327589, 0.0354010724, 0.00309644337, -0.0105681708, -0.00562153058, 0.000941395469, -0.000830671284, -0.0370576233, 0.0232070293, 0.00778808258, 0.0252777152, -0.0344807655, -0.00520739332, -0.00216846913, -0.027333064, -0.00689461967, -0.0119793052, -0.0272563715, 0.0164734628, 0.0112890769, 0.0144487908, -0.0153154116, -0.0140576614, -0.0213204026, 0.0178539194, 0.0312443599, 0.00537995063, -0.00947914366, 0.00111587, 0.0242193639, -0.000199519287, -0.0154994726, -0.0203387439, 0.00090784271, 0.0104991477, -0.0172097068, -0.00584010314, -0.0187742263, -0.00832876191, -0.01164186, 0.016442785, 0.0142800687, 0.00737777958, -0.00802199356, -0.0339285843, 0.0275478, -0.0202467144, 0.0354010724, -0.00799131673, -0.011059, 0.00595897576, 0.00359110744, -0.0254924539, -0.00580942631, -0.00363520533, -0.0114194537, 0.00869688392, 0.0499725714, 0.0239432734, -0.0200779904, -0.00817537773, 0.000524861563, -0.00610469095, -0.0108289244, 0.0381926633, -0.000900173502, 0.0185134728, 0.000462788885, 3.58295874e-05, -0.0214891247, 0.0273023862, -0.0319652669, -0.0347261801, 0.00935643632, -0.00908034388, 0.0288055521, 0.0307075158, 0.0135361552, 0.0326401554, 0.0351556577, 0.00769605208, 0.0178845972, 0.00604717201, 0.0504634, 0.00894996803, 0.0131910406, 0.00936410483, 0.00408768887, -0.0135745015, 0.00280309608, -0.0150853358, 0.0010784826, -0.00071850908, -0.00894996803, -0.0202160366, 0.0150316507, -0.00731642591, -0.0248635784, -0.0397878587, 0.00705183856, -0.0226395074, -0.00394580839, 0.000655717449, 0.00655717449, -0.0150239822, -0.0201700218, 0.00616221, -0.00543746958, 0.0171943679, -0.00925673638, -0.0198939294, 0.00507318228, -0.00211478467, -0.0245874859, -0.00783409737, 0.014318415, 0.0167342164, -0.0209062658, -0.016074663, 0.0228695832, 0.0266428348, -0.0226088297, -0.00321339886, -0.00391896628, -0.00166325981, -0.0171330143, -0.0102920793, 0.0246641785, -0.0132907405, -0.0138199162, -0.00813703146, -0.000834026549, 0.0010228809, -0.00697131176, -0.00541446218, -0.0089192912, -0.0169642922, -0.0114961453, 0.00407618517, -0.00108231721, 0.00114462955, 0.0312443599, -0.02067619, 0.018666856, 0.032118652, -0.0233297367, -0.00569055369, 0.00647664769, -0.01679557, -0.000348949048, -0.0279005859, 0.00161724456, -0.00526491227, 0.00074631, -0.029741196, -0.0096095195, -0.00521122804, 0.0157218799, 0.0787167698, 0.00624273671, -0.00584010314, -0.0245261323, -0.0158599261, -0.0187128726, -0.0135898395, 0.0123704355, 0.0286061522, -0.0137815699, 0.00836710818, -0.0164121091, -0.021795895, -0.0373950675, 0.018298734, 0.0294651035, -0.00490829442, 0.0315971449, 0.0162740629, -0.0203694217, 0.00911102071, 0.0113964453, -0.00579025317, -0.00502333231, 0.0131603638, 1.07548685e-05, -0.0262900516, -0.0158292484, -0.0286981836, 0.0111433621, -0.00420656148, -0.0132907405, 0.017378429, 0.00398798892, 0.0128382575, 0.0357078388, -0.0158445872, 0.0169336144, -0.0344807655, 0.00588228367, -0.00730108749, 0.00462453347, 0.00743913325, -0.00547965057, 0.00909568276, 0.00848214608, 0.00222023623, 0.00222215359, -0.0170409847, -0.00306193205, -0.0116035147, -0.00726274168, -0.0167342164, -0.00977824256, -0.00370614557, 0.0119332904, -2.95983555e-05, -0.0204461124, 0.00681025814, -0.025691852, -0.0240659807, 0.00700582331, 0.0187588874, -0.0141496919, 0.0142110456, -0.007577179, -0.0302780401, -0.00462836819, -0.0502179861, 0.0212897267, -0.0161666945, -0.00593213364, 0.0109746391, 0.00112162193, -0.0226088297, -0.0174551215, -0.0197252072, -0.0142877381, 0.0132677332, -0.00690612337, -0.00138237502, -0.00710935751, -0.0325788036, 0.00267271954, -0.0233910903, 0.022363415, 0.0145408213, -0.0216118339, -0.0011666785, 0.019755885, -0.00221256702, -0.0124087818, -0.0231456757, -0.00389979314, 0.00593213364, -0.00190579856, 0.0066990545, 0.00952515844, -0.00543746958, 0.0010104184, -0.00315204519, 0.00559085375, 0.00341088092, 0.0106371939, -0.00463220291, -0.0106141865, 0.0185441487, -0.000958651188, -0.000862786081, 0.0144794676, -0.00296031497, 0.00886560604, -0.00321339886, 0.0116188526, -0.0171330143, -0.0105068171, 0.00722823, 0.00331885042, 0.000774110842, 0.00643830141, -0.026428096, 0.011089677, 0.0345728, 0.0120483283, 0.0117338905, 0.0024656509, -0.000845530361, 0.0109439623, 0.0173324142, 0.0164581239, -0.0155378189, 0.0185441487, -0.0279619396, -0.00275708083, -0.0122400587, 0.0159212798, -0.0131066795, 0.0171483532, 0.0180993341, 0.0341433212, 0.00765003683, 0.011726222, -0.000828754, 0.0101463646, 0.0206915271, -0.00602416415, -0.00652649766, 0.0159826335, 0.0167495534, -0.00342238485, -0.00184444489, 0.00179747108, 0.0124317892, 0.00160094758, 0.0193110704, -0.0250323, 0.00918004382, 0.00696364231, -0.00616987934, -0.0146558601, -0.0043254341, 0.022348078, 0.0154994726, 0.0298025496, 0.0328242183, 0.00219339388, -0.004666714, -0.0168569237, -0.0079376325, 0.022915598, 0.0116955452, -0.0281306617, -0.010338095, -0.00451333, 0.0129993102, 0.0121633662, -0.00291238236, 0.0148859359, 0.016626846, 0.0278699081, -0.0272563715, 0.00347415195, -0.0125314891, 0.0242960565, -0.00335144461, -0.00434844196, -0.00451333, -0.0239739493, -0.00419122307, -0.00180705753, -0.000601074309, 0.0231916904, 0.0146711981, 0.0206301734, 0.0180379804, -0.0251243319, -0.00427175, 0.00608935254, 0.00612769835, -0.00621972932, -0.0244647786, -0.00031395827, 0.0224401075, 0.0196178388, -0.0042103962, 0.00177733938, -0.0283607375, 0.0271183252, 0.03767116, -0.00153671787, 0.00492746709, 0.000893462915, -0.00653416663, -0.0037885895, 0.0383460484, -0.0242960565, 0.00610852567, -0.000173995199, 0.0131757027, 0.0138429236, 0.00457084877, 0.000686394284, -0.015154358, -0.0176851973, -0.00470889499, 0.00681025814, 0.0172864, -0.00414137309, -0.000228278819, 0.00695597334, 0.000669138564, 0.0343273841, 0.0170716606, 0.0182067044, 0.0103457635, 0.0115881758, 0.0316584967, -0.0248942543, -0.0126311881, -0.0109593011, -0.00425257673, 0.00584010314, 0.0112277232, 0.0106755402, 0.00113600167, -8.89149e-05, 0.0165041387, -0.00395347783, 0.00102096354, 0.0198479146, 0.00472806767, -0.0250783153, 0.00890395232, -0.00388062024, 0.0106602013, 0.00918771327, 0.0178385824, 0.00826740824, 0.0119793052, -0.0269035883, -0.00908034388, 0.00199207733, 0.00406851573, -0.0194491167, -0.0143644297, -0.00161245139, -0.00159903022, 0.0196025, -0.010905616, -0.0272103567, -0.0255231299, 0.0346955061, 0.0139196161, 0.0121863745, 0.000870934629, -0.0112353927, 0.0444814153, 0.00695213862, -0.00475491025, -0.0161360167, -0.00254234299, 0.00330926408, 0.0187282097, 0.0157985725, -0.0136972088, 0.0178845972, -0.00543746958, 0.0113197537, -0.00487378286, 0.0138812698, 0.0212437101, 0.00735093746, 0.00394964311, 0.00496581336, -0.0154304504, 0.0218879245, 0.021627171, 0.00529942382, -0.00689461967, -0.0214277711, -0.000486515492, -0.0125008123, -0.00618138304, 0.0335297845, 0.0139963077, -0.00937944371, 0.00963252783, -0.019387763, 0.0192343779, -0.00716304174, 0.00626957882, -0.0409842581, -0.0191730242, -0.0279005859, -0.0254924539, -0.0156758651, 0.0432236679, -0.0130529953, 0.00222215359, -0.018298734, -0.0351249799, -0.0175318141, -0.0200166367, 0.0211976953, -9.62395916e-06, -0.0214891247, -0.0124241197, 0.00266505033, -0.00348182116, -0.00368122058, 0.00488912128, -0.0270723104, 0.0012750061, -0.000623602595, 0.0110513316, -0.00981658883, -0.0153767653, -0.0267195273, -0.0137432236, -0.00663386658, -0.0196485147, 0.00787627883, -0.00437528407, -0.00394580839, 0.00473957183, -0.0159672946, -0.0198172387, -0.00610469095, 0.00867387652, -0.00935643632, -0.0138966078, -0.00539145432, 0.0022298228, -0.00561769633, 0.00961718895, 0.00527641643, 0.0042219, 0.0174704604, -0.0112660695, 0.0341433212, 0.00537611591, -0.010154034, 0.00141688646, -0.0182680581, 0.0117492294, -0.0148629285, 0.00223365729, -0.0111893769, 0.0250476394, 0.0243420713, -0.00898064487, 0.0106065171, 0.00485844444, -0.00533777, 0.0244034249, 0.024955608, 0.00695980806, -0.0147939054, -0.0149856359, -0.0128075806, -0.0113811074, -0.0254771151, -0.0213050637, -0.0191730242, 0.024004627, -0.00524957385, -0.0125084808, 0.0276398323, -0.00573273422, 0.00936410483, 0.0523653626, 0.00233910908, 0.00799131673, -0.00603183359, -0.00467054872, 0.00838244613, -0.0216731876, 0.00954816584, -0.0222100317, 0.0103304256, 0.0266428348, -0.00646514399, 0.00464754133, 0.00590912625, 0.0150699969, -0.00973989628, 0.0094254585, -0.00596281048, 0.0105835097, -0.00416054623, 0.00621589459, 0.0200933293, -0.0165961701, 0.00779575156, -0.0248329, 0.0161820333, 0.00607401412, 0.00495047495, 0.0128766028, -0.0130376564, -0.00777657889, -0.000232353093, 0.00905733649, 0.000230435791, 0.00680258917, -0.022164017, 0.0144487908, -0.0252163615, 0.00281268265, 0.0175164752, 0.00653416663, -0.00456318, -0.00478558708, -0.0197252072, 0.00622356357, -0.0213050637, -0.0113427611, 0.0242347028, 0.0217192024, -0.00534927379, -0.014686537, 0.0123244198, 0.0151236812, -0.00419122307, 0.0171790291, -0.00388828944, 0.0239586104, 0.0163660944, -0.0159366187, 0.0086432, -0.00503867073, -0.00908034388, 0.00760018686, 0.00506167859, -1.5076288e-05, -0.0104761403, -0.00912636, -0.00955583528, 0.0213204026, 0.0154764652, 0.00683710026, -0.0184674561, 0.00717071118, 0.00547965057, 0.00534543907, 0.00273023872, 0.0260906518, -0.0115268221, -0.0147095444, -0.00972455833, 0.00292772078, -0.0219492782, -0.00366013031, -0.0100543341, 0.0195564851, 0.0108596012, -0.00917237438, 0.000360213191, -0.0135208163, 0.00626957882, -0.0158139113, 0.0178079046, 0.00337828696, 0.00881959125, 0.0178079046, 0.0484080501, -0.0101386951, 0.024924932, 0.0137432236, 0.0178845972, 0.0148399211, -0.00750432163, 0.019203702, 0.0276244935, 0.00708634965, 0.00306001469, 0.00618138304, 0.0197252072, -0.0189582873, -0.0143951066, 0.0100466646, 0.00578258419, -0.0220719855, -0.0164121091, -0.0185748264, -0.0055295, -4.82620962e-05, 0.012661865, -0.00668371608, 0.0152770653, 0.0193264093, -0.0163814314, -0.00367163424, 0.0279926155, 0.010154034, 0.00687928125, -0.0252470393, -0.0235444736, 0.0016038235, 0.00589378783, 0.027517125, -0.0178079046, 0.0105605014, -0.0156681947, -0.014073, 0.0109746391, 0.0206301734, 0.00422573462, 0.00915703643, -0.00132773188, 0.0234831199, -0.00278200582, -0.00265546376, -0.00781875942, 0.00342621934, -0.0147095444, 0.0153000737, -0.00734710274, 0.0163047407, 0.00637311349, -0.0130913407, 0.0131066795, -0.000120790057, -0.000970634341, 0.00987027306, 0.00331693329, -0.00573273422, -0.0143260835, 0.00285486341, 0.00691379234, -0.00559468847, -0.00796830934, -0.00201891945, 0.00501949759, 0.0129072797, 0.0268115569, -0.0117492294, -0.00138045778, -0.021627171, -0.00282802107, -0.00840545353, 0.00165654928, 0.0117875757, -0.00744296797, 0.00406084675, 0.0029833226, 0.00971688889, -0.00481626391, 0.00485844444, 0.000574232079, -0.000524382223, 0.00603566784, -0.00569438841, 0.0150316507, 0.0254464373, 0.00661469344, -4.77827707e-05, 0.0176085047, -0.0127155501, -0.0422420055, 0.00616221, 0.00176104228, 0.00774206733, -0.00382310105, 0.0161513556, -0.0049849865, -0.0265508033, 0.0204461124, -0.0216578487, 0.0319345891, 0.00908034388, 0.00316930097, -0.0190809947, -0.00338595617, -0.00579025317, -0.015875265, -0.0353397168, 0.0135514932, -0.00681792758, -0.014870598, -0.0271796789, -0.00650349, 0.000811498263, -0.0142647298, -0.00821372401, -0.0101233572, -0.00939478166, 0.00648431666, -0.0199246071, 0.00773823261, 0.000250926969, -0.0342046767, -0.000562728266, -0.00541062746, 0.0410456099, 0.0083517693, -0.00999298, -0.00777657889, 0.0204307754, -0.00632709824, 0.00697131176, 0.0190809947, 0.00535694277, -0.00531859696, 0.0106755402, -0.000739599403, 0.016626846, -0.0224401075, -0.0011465468, 0.0108596012, 0.0265661422, 0.00175145583, -0.0142800687, 0.00102383946, 0.0069483039, -0.00121844572, -0.036597468, -0.00745447166, 0.00952515844, -0.00293347263, 0.0202313755, -0.0056253653, 0.0118105831, -0.0021377923, 0.00316163176, -0.00161532732, -0.00547198113, -0.0176851973, -0.00465904502, -0.0188202411, 0.022179354, -0.00468588714, 0.00589378783, 0.00667604711, -0.00500415917, -0.00812936202, 0.0183140729, -0.0191423483, -0.00314437598, 0.00711319223, 0.00688311551, 0.0059781489, -0.0136128468, 0.0357385166, -0.00146002579, -0.0250323, -0.00806034, 0.0216425098, -0.011726222, -0.00416821567, -0.00554867322, 0.008029663, -0.00980125, -0.00123953598, 0.0195258074, 0.0137892393, 0.0089192912, 0.0104147866, -0.0187895633, -0.0171023384, 0.00126637821, -0.00258835824, 0.00141401053, -0.00273982529, 0.010890278, -0.0121403588, 0.0121480282, -0.00904199854, -0.0114501305, 0.0217192024, -0.0185288116, 0.00785327051, -0.0105144866, -0.0114117842, 0.00264971191, -0.0167495534, -0.0181606878, 0.0199859608, -3.69080735e-05, 0.0139886383, 0.014234053, 0.001651756, -0.0294497646, -0.0153537579, 0.000385857129, 0.0174704604, -0.0172403827, -0.0123397587, 0.00493513653, 0.00601649517, 0.000912635936, -0.00210711546, 0.00447881827, -0.00589378783, 0.00704416912, -0.007845602, -0.0183294117, 0.0148629285, 0.00977824256, -0.0116495294, -0.0089192912, 0.00325749675, -0.00528792, 0.00766537525, -0.0124931429, -0.0315971449, 0.00429475727, -0.0276551694, 0.0209369417, -0.0224401075, -0.00304275891, 0.0263360664, 0.01358217, 0.00706334226, -1.12866201e-05, -0.00809101667, -0.00182718923, 0.00126062636, 0.00142455567, 0.0129916416, 0.021795895, -0.0160133094, -0.0100006498, -0.00638461718, -0.014502476, -0.000212580911, 0.035278365, -0.00891162176, -0.0161053408, -0.00133156648, 0.00368313794, 0.00292772078, 0.000795680506, -0.0113274232, 0.0204000976, 0.0107292244, 0.00536844693, 0.012477804, 0.0221946929, -0.00175337307, 0.00964786578, -0.016243387, 0.00156643614, 0.00786860939, 0.000177110807, 0.00943312794, -0.00248865853, 0.0209982954, -0.0143030761, -0.00500032492, -0.0096938815, 0.00445197616, 0.0182680581, 0.0122017125, 0.0148782665, 0.00787627883, -0.0138122467, -0.00217997283, -0.00296031497, 0.0209216047, 0.0155301495, -0.00877357554, -0.0242193639, 0.0170103069, -0.00599348731, -0.00234869542, 0.000140801902, 0.0101617025, -0.00280884816, -0.00974756572, -0.01368187, 0.0308609, 0.0148015749, -0.00636927877, 0.0065955203, -0.000320429157, 0.00521122804, 0.00574807264, -0.0128842723, 0.0134748016, 0.00536077749, -0.0104301255, -0.0136128468, -0.00861252286, -0.00123186677, -0.00261711772, -0.00254042563, -0.00510385912, 0.0148629285, -0.0257378686, -0.006791085, 0.00676424289, 0.0059551415, -0.0114961453, -0.00561386161, -0.0181606878, 0.00460536033, -0.00277625397, -0.00717071118, -0.0257992223, 0.0228849221, 0.0154611273, 0.0122400587, -0.00204576179, 0.0208755881, 0.0154918041, 0.0039343047, -0.023820566, -0.00720905699, -0.00566371158, -0.00938711315, -0.0197405461, -0.00183389976, -0.0183600876, -0.012930288, 0.00236403383, 0.00606634468, 0.00567521527, -0.0115728378, 0.0182680581, 0.00383077026, 0.0272870474, 0.0451256298, -0.0119946441, -0.0192803927, 0.00544513902, 0.0131757027, -0.011074339, 0.00405701203, -0.00277241925, -0.0162894018, -0.0101463646, -0.00785327051, 0.00418355409, 0.00911102071, 0.0254311, -0.00249441038, -0.0103457635, -0.0167648923, 0.00266505033, -0.00606634468, 0.00294114184, -0.0120483283, 0.00158656773, 0.00411453098, 0.00731642591, -0.0140269846, -0.00575957634, -0.0134978089, 0.00879658386, -0.0177618898, 0.010706217, 0.0062043909, 0.00611236, 0.0167035386, -0.0108289244, -0.0200779904, -0.0206301734, -0.0263360664, -0.0103457635, -0.00180897489, -0.0159212798, -0.0229462758, 0.00212820573, 0.0111663695, -0.0262747128, 0.0107599013, 0.0086432, 0.0149012748, -0.00396881625, -0.0142263845, 0.0152617274, 0.013766231, -0.00468972186, -0.00796064, 0.00505784387, 0.028146, -0.00971688889, -0.00645747455, -0.00240237988, -0.0167342164, 0.0042103962, -0.0144334529, 0.0245414712, -0.00681792758, 0.0260753129, -0.00691379234, 0.0195258074, 0.0179766268, 0.0137125468, 0.0037770858, 0.0115881758, 0.0242653787, 0.00574040366, -0.00914936699, -0.0144641297, 0.00330734672, 0.00723973382, -0.00101712893, 0.00326900068, 0.00812169351, 0.0224247687, 0.00580559159, -0.00508468598, -0.00925673638, 0.000959609868, 0.0177312121, 0.0026746369, 0.0196178388, -0.00612002937, -0.012109682, 0.00699431915, -0.00529175485, 0.016059326, -0.000596281083, -0.00220489781, 0.00101904629, 0.00199399446, 0.00381734921, 0.0111203538, -0.00908034388, -0.0110359928, 0.00520739332, -0.000217254332, 0.00588228367, -0.0142417224, -0.00340896379, -0.00395347783, -0.0313363895, 0.000791845901, -0.00029694222, 0.011089677, -0.00623123301, 0.00672973134, -0.0037368224, 0.000208147147, 0.0102460645, -6.53081152e-05, -0.00792996306, 0.00796830934, -0.00551032741, 0.0198939294, 0.016427448, 0.0107138855, 0.0117799062, -0.00936410483, 0.00482009817, -0.0113350917, -0.0226855222, -0.00211286731, -0.0043254341, 0.0152617274, 0.0217192024, -0.02144311, 0.032118652, 0.00941012055, 0.00753499847, -0.00460536033, 0.0264894497, 0.000231514263, 0.00753499847, -0.0128229186, -0.010721555, 0.00776890945, 0.0155531578, -0.0137355542, -0.0122170513, 0.00781875942, 0.000454400666, 0.00724356854, -0.0168109071, -0.00776124047, -0.00552566582, -0.024924932, -0.0243420713, -0.00604333729, 0.0176851973, 0.00850515347, -0.0216731876, 0.0010065838, 0.0185594875, 0.0141957076, 0.000811977603, 0.00257493719, 0.0103841098, 0.0120483283, -0.00396498153, -0.00102096354, 0.00352208456, -0.00852816086, -0.0113427611, 0.00517288176, 0.00652266294, 0.00200933288, 0.00476641394, -0.0152157117, -0.00430242671, -0.00176104228, 0.0471809767, -0.00226433412, 0.0038614471, -0.00632709824, 0.00479325606, 0.0141266845, 0.00964019634, 0.00349907693, 0.0204461124, -0.00569822267, 0.0130760027, -0.023820566, 0.00053876196, 0.00652649766, 0.00550265796, 0.0151160127, -0.00481626391, 0.011910283, 0.00522656646, -0.0106448634, 0.0202467144, 0.012830588, 0.00333418883, 0.000126661791, -0.013014649, -0.00776890945, -0.015890602, -0.00740462216, -0.00620822515, -0.023467781, 0.0116955452, 0.0170256458, -0.000128099768, -0.00460536033, -0.0170103069, -0.024924932, 0.00607784884, 0.0280999839, -0.00450182613, -0.0136205163, 0.0174244437, -0.00189333619, -0.0208755881, -0.0172864, -0.0211363416, 0.00541062746, -0.00827507768, -0.00367738609, -0.0240813177, -0.0183294117, -0.0160900019, 0.0123244198, -0.00462836819, 0.00832876191, -0.0160900019, 0.0116341915, -0.0213357415, 0.0299099181, 0.0114424611, -0.0235137977, 0.00937177427, 0.0018204787, 0.0117185526, 0.0113657685, 0.00262670428, -0.0143951066, 0.0184367802, -0.0309069157, 0.0130453259, -0.000436186296, 0.0218879245, 0.0116265221, -0.000768358936, -0.00948681217, -0.0101770414, -0.0116571989, -0.0319345891, -0.0162280481, 0.0194797926, 0.0151236812, 0.0309836082, 0.00261903508, -0.00946380477, 0.00742762955, 0.0182373803, 0.00781492516, 0.01756249, -0.016626846, -0.00980891939, -0.0140883382, -0.0113581, 0.0156835336, 0.0100620035, 0.0155454883, -0.0241580103, 0.0184981339, 0.00594363734, 0.013214048, 0.000507605844, -0.0112967463, -0.00628108298, 0.017746551, 0.00278967503, -0.0165654924, 0.0102307256, -0.0135745015, 0.0213970952, 0.00956350472, -0.0180226434, 0.0123397587, -0.00126829557, 0.0240659807, -0.00961718895, 0.000263149763, -0.0163814314, 0.0255231299, -0.0088272607, -0.0132293869, 0.00160861679, 0.00924906693, -0.00471272925, -0.0123857735, 0.00529175485, 0.0141190151, -0.0212130342, -0.0211056657, -0.00533777, -0.006607024, -0.00279350975, 0.0154304504, 0.00740462216, 0.0151927043, -0.00292963814, 0.00446348, 0.0121480282, -0.01329841, -0.00195277249, -0.00828274619, -0.00875823759, 0.00205726549, -0.00428325357, 0.0114117842, 0.00516137807, 0.0102153877, 0.00955583528, -0.00273215608, 0.00085367891, -0.0043139304, 0.0188969336, -0.00896530598, -0.00750815636, -2.41610069e-05, -0.0275631398, 0.0222253706, 0.00027872785, 0.029741196, -0.0043676151, -0.0063079251, 0.0217498783, -0.00557935, -0.00280884816, -0.00846680719, 0.00304659363, -0.00609702151, -0.0071323649, 0.0157832336, 0.012109682, -0.00784176681, -0.00380201079, -0.00634243665, -0.00792996306, -0.00208794232, -0.0105681708, 0.00372915319, -0.00278392318, -0.0157832336, 0.00754266791, -0.0184981339, -0.00911869, -0.0052840854, 0.00277433661, -0.0156681947, 0.00920305122, -0.0158599261, 0.00815237, 0.0109823085, 0.0287595373, 0.0124547966, 0.00806800835, -0.0412296727, 0.0106295245, -0.0231916904, 0.00352400192, -0.00983959623, -0.0063884519, 0.0283147227, 0.00174857979, -0.0184061024, 0.015875265, -0.0028069308, 0.0198325757, -0.0103764404, -0.00183198252, -0.0188815948, 0.000618809368, -7.26777434e-05, 0.0146405213, 0.00297181867, 0.016059326, -0.0157372188, -0.0102767413, 0.0130223185, -0.0108212549, 0.00323065463, 0.00870455336, -0.0110129854, -0.00468205241, 0.00358919, 0.0185901653, 0.0152770653, 0.00756951, -0.026796218, -0.0265047885, -0.00197673892, -0.0194644537, 0.00999298, 0.00358343823, -0.0124931429, 0.0375484526, -0.00872756075, 0.00340321171, 0.0198939294, 0.0162740629, 0.00612002937, 0.00424490776, -0.00813703146, 0.0164581239, -0.00138908566, -0.00862019137, -0.00535694277, 0.0100313267, 0.00182143727, 0.00519588962, -0.000507126504, 0.0160900019, 0.00121652836, 0.0123014124, 0.00320189516, -0.00069166685, -0.0081447009, 0.0211670194, 0.00597048, 0.00743913325, -0.0115498295, 0.00956350472, -0.0141803687, 0.0105988476, -0.00210711546, -0.00890395232, 0.00329584279, 0.0245874859, -0.00822906196, 0.0111893769, 0.0191730242, -0.00551799638, -0.0285141226, -0.00264396, -0.025139669, -0.00346073089, 0.0124164503, 0.000451524713, 0.00819838513, 0.00406468101, 0.0086432, 0.0345114432, 0.00717838, 0.0175931677, 0.00429092301, -0.00300441287, -0.00225091306, -0.025676515, 0.020860251, 0.00194893789, 0.00372723583, 0.0213050637, 0.00185019686, -0.0044174646, 0.0031271202, -0.013482471, 0.0184521191, -0.0233604126, 0.00957884267, 0.0146481907, 0.0118565978, 0.00903432909, 0.00247332, -0.0135438247, -0.0173170753, 0.0201546829, 0.0267195273, 0.0137125468, 0.00806800835, 0.00559468847, 0.0108826086, -0.0220566466, 0.00743913325, 0.000501853938, -0.00828274619, 0.00927207433, 0.00831342302, 0.000978303608, -0.00305234548, -0.011174039, -0.0155761652, -0.00324215833, -0.0422113314, 0.000284479756, -0.00804500096, 0.0213204026, -0.00656867819, 0.00431776512, 0.00494280551, -0.0106908781, 0.00664153555, 0.00656484347, -0.0070288307, 0.0342046767, 0.00559468847, -0.00230268016, -0.0126848733, 0.0318118818, 0.0112814074, 0.0135438247, 0.00386336446, 0.0208449122, 0.0238665808, -0.0106295245, 0.0140653308, 0.0152080432, -0.0142493919, 0.0026420427, -0.0213970952, 0.00113408442, 0.00686394284, 0.00970155, 0.00342621934, -0.000460392243, -0.0252317, 0.0198019, 0.00637311349, 0.00845913868, 6.87832216e-05, 0.0149626285, -0.00709785381, -0.013950293, 0.00128746859, -0.0128612649, 0.0194337778, -0.0122707356, 0.0117722368, -0.00916470587, 0.00691762706, 0.00773439789, 0.0120253209, -0.0023007628, 0.0172557216, 0.00231034937, 0.0102383951, -0.0115728378, 0.0250476394, 0.0109362928, -0.0163967703, -0.0217345413, -0.0657097921, 0.0103841098, 0.0131603638, 0.00604333729, 0.00320956437, -0.00485844444, -0.00583243417, -0.0160900019, 0.0355851315, -0.0194951314, -0.0111970464, -0.0111356927, 0.0283760764, 0.000247811346, 0.000659072713, 0.0101617025, 0.0209216047, -0.00207260391, -0.010706217, 0.0156605262, -0.00628875196, 0.0263053887, -0.0187435485, 0.000749665254, -0.000444814155, 0.0157218799, -0.0166575238, 0.0253083929, -0.0267502032, -0.00677191233, 0.000914073957, 0.0107138855, -0.0023218533, 0.00367738609, 0.000154103182, 0.00806800835, 0.0122477282, -0.0175318141, -0.00248865853, -0.000607784896, 0.010905616, 0.0159212798, 0.00902666, -0.0244954564, -0.0182680581, -0.00394964311, -0.00956350472, 0.0275017861, 0.00569055369, 0.00263820821, -0.0232530441, 0.000626957917, -0.0155608263, 0.014786236, 0.0164121091, -0.0112584, 0.0112660695, -0.0120790051, 0.01679557, -0.00353742298, 0.0106525319, -0.0104454635, -0.018482795, -0.0079376325, 0.0149626285, 0.00694446964, -0.00175049715, -0.0064114593, -0.00259986217, 0.0117492294, -0.00994696468, -0.0216578487, -0.025676515, 0.00525724329, -0.0164581239, -0.000846489042, 0.00266888505, 0.0031999778, -0.0159212798, 0.0365054384, 0.0132600637, -0.00355276139, 0.014318415, 0.00838244613, -0.0168262459, -0.0129916416, -0.0207068659, 0.00538378535, 0.00760785583, -0.00827507768, 0.022532139, 0.0273177251, -0.00627724826, -0.00145043933, -0.00202275417, 0.0138889393, -0.00827507768, -0.0120176515, 0.0168722607, 0.0029430592, 0.0190503169, 0.00609318726, 0.023268383, -0.00913402904, -0.00429475727, -0.0217192024, 0.0136205163, 0.0229922906, -0.00603566784, 0.000783697353, -0.0129226185, 0.00666837767, -0.00306960125, 0.0103841098, 0.0249709468, -0.017163692, -0.010706217, -0.00953282788, -0.00610469095, -0.0230076294, -0.0202927291, -0.0262133591, 0.0108979475, -0.00809101667, 0.0182527192, -0.0079376325, -0.00360261137, -0.00647664769, 0.0070365, -0.00841312297, -0.00931809, -0.00587844942, -0.00391896628, 0.0168569237, -0.000928933034, -0.0100389952, -0.0133827711, 0.00391321443, -0.0152693968, 0.0152847348, -0.00311178179, -0.0258452371, 0.00666070869, -0.0122553967, -0.0157525577, -0.0173170753, -0.00381351449, 0.0273790788, 0.000974468945, -0.0245261323, -0.00491212867, -0.00912636, -0.00435611093, 0.0250476394, -0.00698281545, 0.00913402904, 0.00794530101, -0.000101257538, 0.00525340857, 0.00416054623, 0.0107368939, 0.000922222447, -0.00452099927, -0.0201853607, -0.0124241197, 0.0153614273, -0.0144794676, 0.00625807513, 0.00213012309, 0.00147919881, -0.0005392413, 0.0379779264, -0.0056292, 0.0187282097, -0.00727808, -0.0370882973, 0.0141190151, -0.00572506525, 0.0125851734, 0.00648815138, 0.0307381917, 0.00350482878, 0.00990095, -0.0171176754, -0.0189429484, -0.0194797926, 0.00664153555, 0.0211056657, -0.00613153307, -0.00412603468, 0.00894229859, 0.00581326103, 0.00631559407, -0.00420272676, 0.023452444, -0.000218931978, 0.00311753387, 0.00452099927, 0.0031271202, -0.00184252765, 0.00396114681, 0.00358535559, 0.00848214608, -0.000891545613, -0.00937944371, -0.00743146427, -0.000187416314, 0.00413753884, -0.0174551215, 0.00551799638, 0.0180533193, -0.021795895, -0.01513902, -0.00218764204, 0.00197098684, 0.0134134479, -0.0291583352, 0.0172097068, -0.00792996306, 0.00950215105, 0.0342353508, 0.0118105831, -0.00654567033, -0.000748227292, 0.0136511931, -0.00731259165, 0.0125468271, 0.0412910245, -0.00792996306, 0.0194184389, -0.0100236572, 0.00830575451, 0.0253697466, -0.00163450034, 0.00738544902, 0.0060701794, 0.0133674322, 0.00435611093, -0.0137815699, 0.017930612, -0.00587078, 0.0106678708, 0.00313095492, -0.000559373, 0.00414137309, -0.00239662803, 0.0250476394, -0.0151850348, -0.0070403344, -0.00146961235, 0.00769221736, -0.0268115569, -0.0122860735, 0.0204154365, 0.0204307754, 0.00597431418, -0.02659682, 0.0112660695, -0.0226855222, 0.00979358051, -0.0123934429, -0.00721672643, 1.24624657e-05, -0.0077228942, 0.00435994565, -0.0301399939, -0.00618521776, -0.0233143978, 0.00199016, -0.00296031497, 0.00263629085, -0.0124164503, -0.0100543341, -0.0188662559, 0.00950215105, -0.00346456538, 0.00897297543, 0.0129916416, -0.0241273344, -0.00549115427, 0.0161360167, -0.0211210027, -0.000818208791, -0.000606826216, 0.0104838097, 0.000864224043, -0.00294881104, -0.00501566334, -0.00288745738, -0.00972455833, 0.0247868858, -0.0271183252, -0.0098779425, 0.00414137309, -0.0238665808, -0.0034684, -0.0113811074, -0.00349907693, -0.00338787329, -0.0198785923, 0.00293730735, -0.0151083432, -0.0117492294, -0.000445293495, -0.00671439292, -0.0405547805, 0.0174091067, -0.0249862857, 0.00515754335, -0.0212743878, -0.000316834223, 0.00136511936, -0.015706541, -0.0103457635, 0.00133060792, -0.00745447166, 0.00374449161, -0.0118335905, 0.00848214608, -0.0151927043, -0.012278405, -0.00498115178, -0.00206685206, 0.00523423543, -0.00858184602, -0.0153460884, 0.00808334723, 0.0102767413, -0.0131757027, -0.0223174, 0.00287403632, -0.00546431215, -0.014134354, -0.00467438344, -0.00974756572, 0.0223327391, 0.013865931, -0.00641529402, 0.00505784387, 0.00450949511, -0.0222560465, 0.00272256951, -0.0158292484, 0.00492746709, 0.0122017125, -0.00831342302, -0.0242807176, -0.000492267427, -0.00589378783, -0.0235444736, 0.0114731379, -0.0251089931, -0.00389212393, -0.00013457067, -0.0194337778, 0.00737394532, -0.0107599013, -0.0139733, 0.0235137977, -0.00952515844, -0.00891162176, 0.0120866746, -0.0161666945, -0.053592436, 0.0201086681, 0.011273738, 0.0166575238, 0.0148936054, -0.00764236739, -0.00934109744, 0.0015961543, -0.0244954564, 0.00146481907, 0.0640532374, 0.00312328571, 0.00561769633, -0.024924932, 0.0160286482, -0.00643063243, 0.0252010226, 0.0377325118, -0.00603950256, 0.0186361801, 0.00634243665, 0.0103994487, -0.00608551782, 0.0246335, -0.000720905722, -0.000755896501, 6.62068487e-05, -0.00195085525, -0.0133674322, -0.00541446218, -0.00688695, -0.00640762458, -0.00284719421, -0.0159519557, -1.90082555e-05, -0.00881959125, -0.0138966078, 0.00712469593, 0.00617371406, 0.010338095, 0.00183581712, 0.0278085545, 0.0265508033, -0.00641529402, -0.00542596588, -0.00324599305, 0.0131680332, 0.0149089433, 0.00270914845, -0.0171483532, 0.0311063156, 0.0169182774, -0.00201508496, 0.0172710605, -0.00457851822, -0.00778041314, -0.0248329, 0.00697898073, 0.00328817358, -0.0043676151, -0.000295504229, -0.0201853607, -0.0130990101, -0.0235137977, -0.00199399446, 0.0253850836, 0.0225168, 0.0101847108, -0.00431776512, 9.91604829e-05, 0.00233527436, 0.000750623876, 0.0151466895, 0.00795297, 0.0112353927, -0.0249709468, -0.00584010314, 0.0245721471, -0.0144334529, 0.00275132898, 0.00830575451, -0.0131910406, 0.00669138553, -0.00179363647, 0.0198479146, 0.000544993207, -0.0198939294, -0.0100389952, -0.00559468847, -0.0246641785, -0.0329162478, 0.0117799062, -0.00547198113, 0.0101923794, -0.0124011124, -0.037701834, -0.0206608512, -0.0082597388, -0.00943312794, -0.00256343326, -0.000324743101, 0.0238972567, -0.0244494397, 0.00875056814, -0.0143720992, -0.00993162673, -0.00918771327, 0.0212283731, 0.0188815948, 0.00597431418, 0.0374870971, 0.00588611839, -0.00282802107, 0.00422573462, 0.0073701106, 0.0311216526, 0.00305426284, 0.00366588216, 0.00319422595, -0.021044312, 0.00322298543, 0.00121844572, 0.0105605014, 0.0159519557, 0.0202773903, 0.0108212549, 0.00461686403, -0.00349332509, -0.00495047495, -0.00171886163, 0.00747747952, 0.00734710274, -3.11561635e-05, 0.0332230181, 0.0144948065, -0.0104838097, 0.023820566, 1.43797683e-06, -0.00218189019, -0.0239125956, 0.00206301734, 0.0229309369, 0.0180073045, 0.00169393665, 0.00716687646, 0.0346341506, 0.00967854261, 0.0101386951, -0.00957117416, 0.000626957917, 0.00601266045, -0.0129379565, -0.00541062746, 0.0180839971, -0.000236906679, 0.0111893769, -0.0105605014, -0.0136128468, -0.0103611024, 0.00523423543, -0.00499649, -0.00634243665, -0.00153192459, -0.00672589708, -0.00411069626, -0.00306193205, -0.00937177427, -0.00973222684, 0.0188815948, -0.000513837032, -0.0106371939, -0.00674890447, 0.0228235684, 0.0168262459, 0.000428277417, -0.0131066795, -0.000651403505, -0.0147402212, 0.00519972434, -0.00764620211, 0.00311369915, 0.026428096, -0.00818304718, 0.0108672706, 0.00120790058, -0.000582380628, -0.0111433621, 0.000629833841, -0.00689461967, 0.00924906693, -0.0114424611, 0.0122093819, 0.00819838513, 0.0547888353, 0.012462466, 0.0185288116, 0.0166421849, 0.00974756572, 0.0211976953, 0.00539145432, 0.0033437754, -0.0128535954, 0.00330542936, -0.0141573614, -0.0121480282, -0.0140883382, 0.0141880382, -0.00138525106, -0.00607401412, 0.00374832633, 0.0131833712, 0.0159979723, 0.00979358051, -0.0028146, -0.015338419, 0.0168262459, 0.013029987, -0.00497731706, -0.00877357554, 0.000322586129, 0.0144641297] |
24 Nov, 2023 | How React handle or restrict Props to certain types, or require certain Props to exist ?
24 Nov, 2023
In React, data can be transmitted from a parent component to its children using props. PropTypes, a feature in React, facilitates runtime type checks on these props, issuing warnings in the browser console if the checks fail. This ensures data consistency and helps catch potential issues during development.
Syntax:
import PropTypes from 'prop-types';ComponentName.propTypes = { name: PropTypes.any.isRequired};
Steps to Create the React Application And Installing Module:
Step 1: Create a new react project using the following command on the command line.
npx create-react-app foldername
Step 2: Change your directory to the newly created folder by using the following command.
cd foldername
Project Structure:
Approach:
App Component Structure:
In `App.js`, the `App` component includes the `Info` component as its child, passing two props: `name` (Number type) and `username` (String type).
Info Component Definition:
In `Info.js`, the `Info` functional component is defined, receiving props. Prop types are employed to enforce type checks, ensuring that `name` is of type number and `username` is of type string, with the latter being required.
Type Check Implementation:
Prop types are used to enforce strict type checking in the `Info` component, preventing runtime errors by specifying that `name` must be a number and `username` must be a required string.
Console Warning for Missing Prop:
Failure to provide the required `username` prop to the `Info` component results in a warning in the browser console, emphasizing the necessity of fulfilling prop requirements.
Example: Below the code of above explained approach.
Javascript
//App.js
import Info from './Info';
const App = () => {
return <Info name={1} username={'gfg@123'} />;
};
export default App;
Javascript
//Info.js
import PropTypes from 'prop-types';
const Info = (props) => {
return (
<div>
<div>Name: {props.name}</div>
<div>Username: {props.username}</div>
</div>
);
};
Info.propTypes = {
name: PropTypes.string,
username: PropTypes.string.isRequired,
};
export default Info;
Step to Run the application: To start your application, use the following command on the command line.
npm start
Output: Open the browser and go to http://localhost:3000
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ? | https://www.geeksforgeeks.org/how-react-handle-or-restrict-props-to-certain-types-or-require-certain-props-to-exist?ref=asr7 | CSS | How React handle or restrict Props to certain types, or require certain Props to exist ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0507121049, 0.00297018886, -0.00632121693, 0.0392655768, 0.0461278, -0.00291680032, -0.0190775469, -0.0163725205, -0.00420702621, -0.0166430231, 0.017454531, 0.0271072, -0.0125997225, -0.0324887782, 0.0266373809, 0.00227435678, -0.0446756259, -0.0150769567, -0.0153189851, 0.00917573, 0.0241316725, -0.0134112304, -0.0238469336, -0.011738386, -0.0176965594, -0.00164170121, 0.0337985791, -0.00232952507, -0.0285878461, 0.00286163203, 0.0124431159, -0.00133204693, 0.00605427334, -0.0252279192, -0.0116244899, -0.0183656979, 0.00269434741, 0.0168423411, -0.0330297835, 0.00438142894, -0.00469108345, -0.00844252575, -0.0244591236, 0.00961707626, 0.0082859192, 0.0169135258, 0.0162586253, -0.0284739491, -0.00490819709, -0.029897647, -0.00810795743, 0.000258712535, 0.0254557114, 0.0125071825, 0.00563072367, 0.0238042213, 0.000549013319, -0.0327165686, -0.0300115421, -0.006175288, 0.00327806338, -0.0488613, -0.0433088765, -0.0334853642, -0.00849947426, 0.0165148918, -0.00349517725, 0.035222277, -0.00552394614, 0.00857065897, -0.0207432732, -0.0220246, 0.00215512211, 0.0262102708, -0.0188212804, 2.81958837e-05, 0.0303817037, -0.00780898053, -0.00888387207, 0.0167142078, 0.0276909154, 0.00227613631, 0.0124573531, 0.0146071361, -0.0491460375, -0.00412872294, 0.00484769, -0.0622440539, 0.0297268033, -0.026950594, -0.002781549, 0.0100726597, 0.00832151156, -0.00870591, -0.0283173434, 0.0271641482, -0.00604359573, 0.00190953421, -0.00734627899, 0.0432804041, -0.00446685078, 0.0214551203, -0.0140732499, -0.0120658362, -0.0192341525, -0.0318054035, 0.0348521136, 0.0322325118, 0.0223662872, 0.0246584397, 0.00824320875, -0.00678035943, -0.0103716366, 0.0117027937, -0.00442769937, 0.0102719776, -0.0293281674, -0.031321343, 0.00896929391, -0.00932521839, -0.0166572612, 0.0301823877, -0.0199175272, 0.0396357365, -0.0352507494, 0.0156606715, 0.00588342967, 0.0123149836, 0.00160966802, 0.0024701152, -0.00985910557, 0.0040504192, -0.0161162559, -0.0237330366, 0.0449034199, 0.00766661111, 0.0252279192, 0.00748864887, -0.031748455, -0.04550137, -0.0109624704, -0.0198178682, -0.0124431159, 0.0324318297, 0.027349228, 0.00426753331, -0.00306272926, -0.0157603305, -0.0310935527, -0.00969538, -0.0204015858, -0.0374147706, 0.0357063338, 0.0209853016, 0.0605356172, 0.0246299673, -0.0291430876, 0.0123007465, 0.0111973807, 0.0169135258, 0.0114394091, -0.050199572, 0.00696188072, 0.0343680568, -0.0139451167, 0.0027032455, 0.00743881939, -0.0066130748, -0.0578305908, 0.0226795, -0.0378988273, 0.00674476707, 0.00118255871, 0.0296413824, -0.0108556934, -0.0212415662, 0.0155610135, -0.0104499394, 0.023476772, -9.69893881e-05, 0.00215334236, -0.0258685835, 0.027762102, -0.000983241131, 0.00778762531, 0.0125000635, -0.00153937296, -0.0210991967, -0.0153901698, -0.0119519401, -0.0123576941, 0.032745041, 0.0264665354, 0.0250428393, -0.030922709, -0.0190775469, -0.0652622953, -0.0121583762, 0.0146498475, 0.00926115178, 0.00701526925, -0.000359928526, 0.0104001099, -0.00378347607, 0.00981639419, -0.0250428393, 0.0265946686, -0.0172979236, 0.0535025522, -0.0369876623, 0.0166430231, -0.0295844339, -0.00398279354, -0.0526198596, -0.0301254392, -0.0277336277, -0.0364181809, 0.00520361448, -0.0079086395, 0.0266800914, 0.0244021751, -0.00883404259, 0.00683374796, 0.01091976, -0.0322040357, 0.042369239, -0.0100655416, -0.00337594259, -0.0218252819, 0.00592258153, 0.0213839356, 0.026438063, 0.00215690164, 0.0210422482, 0.00789440237, 0.0252848677, -0.00966690574, -0.0167711563, -0.0612759404, 0.0433373526, -0.0101509634, 0.00265875505, -0.0328019895, -0.0429956652, 0.0172409769, 0.0228076335, 0.00141746877, 0.0426824503, -0.000762568, -0.00382262771, -0.00369449495, 0.00130179338, -0.00140590128, 0.0371585041, -0.0120088886, -0.0320616663, -0.00966690574, -0.0241601467, 0.0187500957, 0.0171555541, 0.0310935527, -0.0111333141, 0.000367269473, 0.0120515991, 0.0186504368, -0.036645975, 0.0180951953, -0.0244733598, 0.0189494137, 0.0333714709, 0.0581722781, -0.037671037, -0.0131407278, 0.0214978326, 0.00258757, 0.0041429596, 0.045928482, 0.0339409485, 0.011425172, -0.00637460547, -0.0185080674, 0.00103929918, 0.0107062049, 0.00627138745, 0.0284597129, -0.0303817037, -0.0179670621, 0.0128773442, -0.00293281674, -0.00133916549, -0.031122027, -0.0165148918, -0.0125783673, -0.00763813686, 0.042255342, -0.00223698467, -0.0163582843, 0.036446657, -1.54465615e-05, 0.0288298745, -0.0156322, -0.058371596, 0.003393739, 0.0128417518, -0.00993740838, 0.0240320135, 0.0379557759, 0.0109055229, -0.0391801558, -0.0224944204, 0.0449888408, 0.00445261411, -0.0324033536, -0.0301539134, -0.0376995094, -0.00552394614, -0.0136461407, -0.0135037703, 0.00693340693, -0.0258685835, -0.0572326407, -0.0203873478, -0.0734058395, 0.0137458, 0.0544991381, -0.00386889791, -0.0261960346, -0.019490419, -0.00298976479, -0.00872726552, -0.0202876888, -0.000890700729, -0.0153901698, -0.00529615488, 0.028174974, -0.0196043141, 0.0237757489, -0.0508260019, -0.0400059, 0.0112756845, 0.023975065, 0.00454871356, -0.041942127, -0.00789440237, 0.0166287869, -0.0350514315, 0.0034916182, 0.0169847105, -0.0198463425, -0.0212130919, 0.000997478, 0.0463271178, -0.0350229591, -0.0143793449, 0.0472952314, 0.000369716436, 0.00585851539, -0.0493738279, 0.00418923, 0.0349090621, 0.0139593538, 0.0307518654, 0.0323179327, 0.0447895229, 0.0166572612, -0.0380127244, -0.0190917831, 0.00316950656, -0.0015180175, -0.0327165686, 0.020501243, 0.0198748168, 0.0364181809, 0.0359910727, -0.0195758399, -0.00830727443, -0.04672575, 0.0373008735, -0.0580868572, 0.0400913209, -0.0313498192, -0.00839269627, 0.00229749177, 0.0207005609, -0.000624647248, 0.00568767125, 0.044390887, 0.00181699393, 0.00503633, 0.0144718848, -0.0190348346, 0.0474376, -0.0318338759, -0.0146356104, -0.0192483906, -0.0381550938, -0.0375286676, -0.00628918363, 0.0263953507, -0.0271641482, 0.0399489515, 0.00987334177, -0.0113753425, -0.0136959702, 0.0116102528, -0.0169989485, -0.0474945493, 0.0009894697, 0.0390947312, -0.0131336097, -0.0183372237, -0.024587255, -0.0225371309, 0.0189778879, 0.0428817682, 0.031520661, -0.000677146134, 0.0638955459, -0.00660951575, -0.00998012, 0.0351653285, 0.00879133213, 0.0156606715, 0.0040504192, -0.00046270169, 0.00264807744, -0.00862760656, 0.000378169643, 0.016529128, 0.00943911448, -0.0272638071, -0.0042034667, 0.00407889346, -0.0330867283, -0.0248435214, -0.0101580815, 0.0373008735, -0.00088269246, 0.0393509977, 0.0168992896, -0.0171555541, 0.00205368362, -0.00342755159, 0.0268794093, -0.0566346869, -0.0202307422, -0.0556950457, 0.010101134, -0.011432291, 0.00733204186, 0.0146356104, -0.00260536652, -0.0663443059, 0.00286163203, 0.00485124905, 0.035307698, 0.048064027, -0.027961418, 0.0335138403, -0.0447325744, -0.027762102, -0.0166287869, 0.028886823, 0.0260963757, 0.00625003176, -0.0246299673, -0.0735197365, 0.0127492109, 0.0267939866, -0.000634880096, 0.0209425893, 0.00436363276, -0.0119661773, -0.0111475512, 0.0135963112, 0.00902624242, -0.0394933671, 0.00445973221, -0.0212700404, -0.0519080088, 0.00526056206, 0.0118594, -0.0098875789, 0.00214088499, -0.0283315796, -0.0245445445, 0.0424546599, 0.0172694512, 0.00563784223, -0.0303532314, 0.0133258086, -0.0447610505, -0.0209710635, -0.0182233285, 0.0451312102, -0.00757407071, -0.029185798, 0.00525344396, 0.0530184954, 0.0108770486, 0.00943911448, -0.0148776388, 0.0218822304, 0.0247153882, 0.0158315152, -0.00359127694, -0.0112828026, 0.021625964, 0.00676968135, -0.0527337566, -0.0424831323, 0.0147922169, 0.0075100041, 0.0465264358, 0.0191914421, -0.0329443589, -0.000442013581, 0.00631053932, -0.00062820653, 0.0290007181, 0.0137315625, -0.00822185259, -0.0259540044, -0.0272210967, -0.013468178, -0.0103716366, -0.00368025806, -0.00893370155, -0.0156891458, -0.0081008384, -0.00901912339, 0.0092753889, 0.0207432732, 0.0416004397, 0.00882692449, -0.00750288554, 0.0132332677, 0.0108699305, -0.0281037893, 0.00743881939, -0.045359, 0.0118451631, -0.0583146475, 0.0169704743, 0.00704730256, 0.0224801842, 0.019291101, -0.0171270799, 0.00948894396, -0.0276766792, -0.0102506215, 0.0287444517, 0.00409313, 0.00823609, 0.00327450433, -0.0122722723, -0.0242882799, 0.0063354536, -0.019490419, -0.0364181809, 0.0124787083, -0.0287017412, 0.0234055873, -0.00688713649, 0.017454531, -0.0147922169, 0.0187358595, 0.0135607189, -0.00336348522, -0.00737475278, 0.00694052549, 0.000748775899, 0.00711492822, 0.0308372881, 0.0168138668, 0.0129342917, 0.0245587826, -0.0140305385, -0.00156072841, -0.0213697, 0.00119234668, -0.00398279354, -0.0312928706, -0.011126196, 0.000171622291, 0.017454531, -0.0229215287, -0.0535310246, -0.00110959425, -0.01939076, -0.0194477085, 0.0412587523, 0.00925403368, 0.00465549063, -0.0100513045, -0.0111546703, -0.00739610847, 0.0117953336, -0.00933945552, -0.031634558, 0.0047551496, 0.0225228947, -0.00123594736, 0.022252392, 0.00325492839, -0.0024843521, -0.0147352694, -0.0160735454, 0.00416431529, -0.00542784669, -0.0431380346, 0.00674120756, -0.00596529245, -0.00972385425, -0.000156273047, -0.0187216215, 0.00309298281, -0.00817202404, 0.00642443495, 0.000409313041, 0.0288156364, 0.0235906672, 0.0274346508, -0.00305561069, -0.000925403379, -0.00975232758, -0.00128577685, -0.00904759765, 0.0176823232, 0.00926115178, -0.0322040357, 0.000709179323, -0.00653833058, -0.0168138668, 0.0288725849, 0.0105638355, 0.00783033576, 0.00153670344, 0.0104570584, 0.0130908983, 0.00818626, 0.0210707225, -0.00668425951, 0.0792145282, -0.0131478459, 0.0137529178, -0.0022049516, 0.0384113565, 0.0331436768, -0.036645975, 0.00503633, -0.00839269627, 0.0262956917, 0.00194512669, 0.0124573531, 0.00353432912, 0.0101723187, -0.0098804608, 0.0173975825, -0.0310650785, 0.00318908249, -0.0083998153, 0.0302678086, -0.00725373859, 0.0323748812, -0.00856354, 0.0148634017, 0.00109891652, 0.0203019269, 0.0116885565, -0.00485836761, -0.0331152044, -0.0379557759, 0.0225228947, -0.00985910557, -0.022850344, -0.0495161973, 0.0170274228, 0.0117597412, -0.0254699476, 0.00240782835, -0.00320865819, 0.0103218071, 0.0354785398, -0.0295844339, -0.0158884637, -0.00728221284, -0.0145715438, -0.0357348062, 0.0114465281, -0.0143010411, -0.0321470909, 0.0147210322, 0.0201026089, 0.00619308418, -0.0325172506, 0.00810795743, -0.0228788182, 0.00597952958, -0.00288298749, -0.00340975542, -0.0222096816, -0.0195188932, -0.00844964478, -0.000895594712, 0.033884, 0.00585851539, 0.0110478923, -0.0127207367, 0.0123363389, -0.00323891174, 0.0161162559, 0.0109980628, -0.00633901311, -0.00695476215, 0.00538157672, 0.0118665183, 0.0249574166, -0.0532747619, -0.0182518, -0.0120515991, -0.0269790683, 0.041030962, 0.0169277638, -0.0162159149, -0.0260109529, 0.0217113867, 0.00728933094, -0.0304956, -0.0038582203, -0.00410736725, 0.0274204127, 0.0202022679, 0.00189529732, -0.0180809572, 0.0113966987, -0.0174402948, 0.0306664445, -0.00731068663, 0.0130695431, 0.0299261212, -0.0246726777, -0.0110834846, -0.0190063622, -0.0302962828, -0.0166999716, -0.017454531, 0.00830727443, 0.0111902626, -0.0016559381, 0.00297730742, -0.0247723367, 0.0283173434, -0.0402336903, 0.0289864801, 0.0117882155, 0.0120160067, -0.018878229, -0.0260394271, 0.00641731638, -9.24291089e-05, 0.00328340242, -0.00884116162, 0.0250855498, 0.00936793, -0.0130410688, -0.009389285, 0.00342221279, 0.00698323641, -0.00156161818, 0.00386533863, 0.0392940491, 0.0312644, 0.00682307035, 0.00748864887, -0.000547678617, 0.0110763665, -0.0178674031, 0.00651697535, -0.00853506662, -0.00102862145, 0.00978792, -0.0282461587, -0.0272353329, 0.0214835946, -9.05938723e-05, 0.0198036321, -0.00602579955, 0.0333429947, -0.00859913323, 0.0262814555, 0.0156037249, 0.00975232758, 0.0140732499, -0.00154916081, -0.0060222405, 0.00595461484, 0.00601512194, 0.0135108894, -0.0132332677, 0.0116672013, -0.00770932203, -0.00375856133, 0.00199673581, 0.0122936275, 0.00121014286, -0.00410024868, -0.0237188, -0.0271926224, 0.0145003591, 0.00639596116, 0.00691917, -0.028274633, 0.013980709, -0.0218679942, -0.0254272372, 0.0314637162, 0.0366175, 0.00960995816, 0.03755714, 0.0470104925, -0.0319477729, 0.00456650974, -0.0124929454, 0.0131549649, 0.0107773896, 0.0170131847, -0.00753136, 0.0117241489, -0.00407177489, -0.024601493, -0.00711492822, -0.0380411968, 0.011638727, -0.00592258153, -0.0116672013, -0.0079086395, 0.0294705387, 0.00458074687, -0.0153616956, -0.0346243232, -0.0231066104, -0.0262387451, -0.00129734434, -0.0313498192, -0.0103502804, 0.0110906037, 0.0174402948, 0.0387530439, 0.00623935414, 0.0511107408, -0.0162728615, 0.0166572612, 0.0371015556, 0.00686934032, 0.00993740838, 0.00507192221, 0.0060827476, 0.0120658362, -0.0280326027, -0.0147779798, 0.0193195753, 0.0162586253, 0.0183799341, -0.0216971505, 0.000626426889, -0.0192626268, 0.0147922169, -0.0332006253, 0.0231920313, -0.0190490726, -0.0078161, -0.0223235767, 0.0173548721, -0.00614681374, 0.00736051612, -0.0435936153, 0.01877857, -0.0128915804, 0.00989469793, 0.0270217787, -0.0130197136, 0.0188639909, 0.00631409837, 0.0132332677, 0.00521785114, 0.011026537, -0.0136532588, 0.0105567165, -0.0195473656, 0.0211561453, -0.00219605328, 0.00894082058, -0.0215405431, 0.0162301511, 0.036218863, -0.0286305565, 0.00370161352, -0.0116885565, 0.0255696066, 0.0172836874, 0.000155383241, -0.0202592146, 0.00286341156, 0.0353931189, -0.0461562723, 0.0146640837, -0.00285807275, 0.00903336052, 0.0219961256, 0.0212700404, 0.0417143367, -0.0104285842, -0.028772926, 0.0144861219, -0.0160165969, -0.01571762, 0.0112044988, 0.00418923, -0.0272495691, -0.0629843771, 0.00403262302, -0.0215690173, 0.0175399538, 0.0163867585, 0.00185970485, -0.0326026715, -0.00954589155, 0.00453091739, -0.0029951036, -0.0163867585, 0.031748455, -0.0294420645, 0.0259397682, -0.0263953507, 0.00604715524, -0.0111048408, -0.0169704743, -0.0411733314, 0.0135536, 0.0405469052, -0.000443348283, 0.0104997689, -0.0211846195, -0.00370873185, -0.0178104565, -0.00704374351, 0.0365036, -0.0121299028, -0.0024701152, -0.0197039731, -0.00498650037, 0.00654900866, -0.00383686484, 0.00995876361, -0.0018668233, -0.00212842785, 0.0104570584, 0.00499361893, 0.0275770202, -4.37675735e-05, -0.0285166614, 0.0085848961, -0.0108912857, -0.00416787434, 0.0175114796, -0.0203019269, -0.0148206912, 0.00916861184, -0.0415434912, -0.0185507778, -0.0134112304, 0.0126281967, -0.0190917831, 0.0177819822, -0.0256265551, 0.0232774541, -0.0124787083, 0.00587631157, 0.00541716907, 0.026338404, -0.0214408841, -0.00665222667, -0.0226795, 0.0120587181, -0.0402906388, 0.0443624146, 0.000102828773, -0.0266943276, 0.0139522357, 0.018678911, -0.0203731116, -0.0137386806, 0.0159454122, -0.0266516171, 0.0172267389, -0.00817202404, 0.0188212804, -0.00401838636, -0.00635325024, -0.0149345864, 0.000868900388, -0.01632981, 0.0231777951, -0.00915437471, 0.0201310832, 0.0232774541, 0.0419706032, -0.0256550293, 0.0420844965, -0.0464979596, -0.0381835662, -0.00853506662, -0.00799406134, 0.008777095, 0.0248435214, 0.0165576022, 0.0252421573, 0.00335636688, 0.0173975825, 0.00606495142, 0.0124715902, 0.0491175652, 0.00342221279, 0.00604715524, 0.00589410774, -0.00616105087, -0.00531039154, -0.000533441664, -0.0132403867, 0.0103289252, -0.0220246, 0.00551682757, -0.00664154859, 0.00460566115, -0.0195046552, -0.00650985679, -0.0603078268, -0.000245810283, -0.0182802752, 0.0295844339, 0.0025822313, -0.0148918759, -0.0232916903, -0.01632981, 0.00498650037, -0.0230069514, -0.0147352694, 0.0169277638, 0.00829303823, 0.00827880111, 0.00709713204, 0.019903291, -0.00706509873, 0.00387245719, -0.00089337019, -0.0330013074, 0.0103787547, 0.0167711563, 0.0115604233, -0.0386391506, -0.0160308331, 0.00549547235, 0.00921844132, -0.0118594, 0.0133969933, 0.0244021751, -0.0109411152, -0.014386463, 0.0142654488, 0.021127671, 0.0173691101, -0.0375856124, -0.00899065, 0.0151481414, 0.0137173254, 0.00666646333, -0.0172979236, -0.000729200081, -0.0309796575, 0.0141301975, -0.00952453632, 0.0148064541, 0.0121583762, -0.0183087494, -0.0186219625, -0.00382262771, -0.0220246, -0.00830015633, -0.00754559692, -0.0129485289, 0.0116316089, -0.0280326027, 0.00566987507, 0.00148687407, 0.00839269627, 0.0170131847, 0.0876428187, -0.0240035392, -0.012955647, -0.0071042506, 0.00304315332, -0.0288583487, 0.000504522817, 0.0396642126, 0.0340263695, -0.0157318581, -0.00501853367, -0.0047871829, -0.0261106119, 0.0127990404, -0.00745305652, 0.027562784, -0.00776626961, 0.0111333141, 0.0223378129, -0.0156037249, 0.00431736279, 0.0168992896, -0.0398920029, 0.0114180539, -0.000174180488, -0.0245303083, -0.0097736828, -0.027448887, -0.0158315152, 0.0123078646, 0.00833574869, -0.0128275147, 0.030524075, -0.00264629768, 0.0182233285, 0.0336846821, 0.0174972415, 0.000373720599, -0.0131976753, 0.0232347436, -0.0217540972, -0.0391801558, -0.0110906037, 0.000403751706, -0.00416431529, 0.0116458451, -0.0277193896, -0.00714340201, -0.0168992896, 0.0271072, -0.00215334236, -0.00869167317, -0.013268861, -0.000694052549, 0.0121085467, 0.0290007181, -0.031321343, -0.0261106119, 0.0319192968, -0.0185080674, -0.0109624704, 0.0098875789, -0.0285451338, -0.0274061766, 0.0232347436, -0.000530772202, 0.00060596125, 0.0276339687, 0.00149221288, 0.0391801558, 0.00253952038, -5.27769116e-05, -0.00643867208, 0.0183087494, -0.0539011881, 0.00110069616, -0.00529615488, -0.00701882876, 0.00820049737, -0.00580156734, -0.0095743658, 0.0197324473, 0.0029541722, 0.00743170083, -0.00387601648, 0.0219818894, -0.00219605328, -0.0359341241, -0.0339409485, 0.0153189851, -0.00732492376, 0.00758830784, -0.00146640837, 0.020515481, 0.0248292834, 0.0166857354, 0.0145715438, 0.0231350847, -0.00267299195, 0.0012323882, 0.0169562362, -0.00538869482, 0.0382120423, 0.0302108601, -0.000568589196, -0.00606851047, 0.000730089843, 0.0153616956, 0.0018036468, 0.0169562362, 0.0196043141, 0.00459498353, 0.013162083, -0.0023633379, -0.0109553523, -0.00616816944, 0.00985198654, 0.0104499394, 0.0254414733, 0.0229500029, -0.0234055873, 0.0170131847, 0.0146640837, -0.0222239178, 0.010812982, 0.00893370155, -0.0085920142, 0.0144434115, 0.0113682244, 0.0138098653, 0.0335138403, 0.0042355, 0.0117455041, 0.025711976, -0.00752424123, 0.00582292257, 0.0186219625, -0.000746551377, 0.0191914421, -0.00900488626, 0.00703306543, 0.00614681374, -0.00998012, 0.0185792521, 0.016529128, 0.0202734526, 0.00011350651, -0.00585851539, 0.0176111385, -0.00733204186, -0.00501853367, -0.00968114287, 0.00984486844, 0.0217968076, 0.0119732963, -0.0186219625, 0.0174687691, 0.00724306097, 0.00419990765, 0.0149630606, -0.000437342067, -0.000167506907, 0.00674476707, 0.00734627899, 0.0151908519, 0.0111831436, -0.00145751028, -0.031122027, 0.0177250337, -0.00566275697, 0.0162728615, 0.00369449495, -0.0178958774, 0.0156891458, 0.037870355, -0.0031339142, 0.0274916, 0.0024701152, 0.0411163829, -0.0114678834, -0.0226510279, -0.0293281674, -0.0125641301, 0.0326311477, -0.0326311477, -0.0153901698, -0.0142654488, -0.0113539873, 0.0182518, -0.00387957576, 0.00277443044, 0.020415822, 0.00978080183, 0.0122153247, 0.0142298564, -0.0347951651, -0.0338270515, -0.0104712946, -0.00997300074, -0.00627850601, -0.0310935527, 0.0129912393, 0.0119305849, 0.0511676893, 0.00342933135, -0.00839269627, -0.0147210322, -0.012656671, 0.0468965955, 0.0143437525, 0.00948182493, -0.00439566607, -0.00611834, -0.0187500957, 0.0289010592, -0.00319976, 0.0184653569, 0.00788016524, -0.0110123, -0.00545632048, 0.0233059283, 0.00867031794, -0.00195758394, -0.0141657898, -0.00805100892, 0.0106919678, -0.00475159055, -0.00471243868, -0.0168138668, -0.00415363722, -0.0318054035, 0.00983774941, 0.0108485753, 0.0158599894, 0.0138668139, 0.0186219625, 0.00570902694, -0.017653849, 0.0186504368, 0.00558801275, 0.000850214332, -0.00397567544, 0.0148064541, -0.00921844132, 0.000212776038, -0.000155494461, 0.0148776388, 0.00700815069, -0.008471, -0.0165433642, -0.00873438455, -0.0332006253, 0.0107062049, -0.00946758874, 0.0162586253, 0.00987334177, 0.0241459087, 0.00190241577, -0.0103218071, -0.0329158865, 0.00362331, -0.0130766612, 0.00357704, -0.0251709707, -0.0130197136, -0.00280290446, 0.0309511833, -0.00834998582, 0.00205724291, -0.0191914421, -0.0171128437, 0.0185650159, 0.0163867585, -0.0112828026, -0.000375500211, 0.0203446373, 0.0295559596, 0.0162159149, -0.02061514, -0.00525700301, -0.00861336943, 0.0206720866, 0.00970961712, 0.0100797778, -0.0174402948, 0.0041429596, -0.00688001793, 0.0284027644, -0.0190205984, -0.00418923, 0.0272353329, 0.0152762737, 0.0290149543, -0.0169135258, 0.0189494137, 0.0130339507, 0.028061077, 0.0169847105, -0.00674832612, 0.00256087584, 0.0400059, 0.0146498475, 0.0199887119, 0.025413001, 0.00437431037, 0.00853506662, 0.00113183947, 0.00190953421, 0.00140857068, -0.00960283913, 0.00362331, -0.0201737937, -0.00755271502, -0.0238896441, -0.0300969649, 0.0147779798, 0.0308657624, -0.0195188932, -0.00728577189, -0.0180382468, -0.0273207556, 0.0119590592, 0.0189351775, 0.022238154, 0.00917573, -0.031122027, 0.00479786051, -0.0231493209, -0.013881051, 0.00645646825, -0.00131781, -0.023576431, -0.027548546, 0.0218537562, -0.0239038803, 0.00334390951, -0.00918996707, -0.0391232073, 0.0194049962, 0.00216757949, -0.0432519279, 0.00818626, -0.00815066788, 0.00721102767, 0.00985198654, -0.0544421934, -0.03265962, 0.0270644892, -0.0151623785, 0.00946047, 0.0183229875, -0.00831439346, 0.010407229, 0.0106777316, 0.00867743604, -0.000499628833, 0.0123719312, 0.0160877816, 0.0059902072, 0.00569834933, 0.026423825, 0.0129698841, 0.0137173254, -0.0193765219, 0.0124644712, -0.0111617884, -0.00755983358, 0.00131781, -0.00115408481, -0.000754559645, 0.00845676288, -0.00363932666, 0.00389025337, -0.00436363276, 0.023462534, 0.0128986994, 0.00635325024, -0.00990893412, 0.00985198654, 0.0115533052, -0.0193195753, -0.015817279, -0.0395787917, -0.0120800734, -0.0149915349, 0.0198036321, 0.00106777309, 0.0080866022, -0.0238184594, -0.00558801275, 0.0326026715, -0.00701526925, 0.0208856426, -0.00896929391, -0.0178531669, 0.00768084778, -0.0295559596, 0.00854930375, -0.0294135902, 0.0167996306, 0.0311505012, -0.0202592146, 0.00495802658, 0.0025413, 0.0116173718, -0.0171982665, -0.0102577405, -0.0435936153, 0.00449176552, -0.0310650785, 0.00194690633, -0.00899776816, -0.000622422725, 0.0178674031, -0.0164437052, 0.00240604882, 0.0186646748, 0.031122027, 0.00474447198, -0.00844252575, -0.0127278557, 0.012350576, -0.0011282803, -0.0246584397, 0.00841405243, -0.0141159603, -0.00290078367, -0.0307803396, 0.0205297172, 0.00993740838, 0.0137244435, 0.000146485123, 0.00403974159, 0.00352365128, 0.00820049737, 0.00594749628, -0.00770932203, -0.000348805886, -0.00625003176, 0.0299545955, -0.0109695895, 0.00822185259, -0.00157318567, 0.00844252575, -0.00111137389, -0.00333323167, 0.011432291, 0.0231208466, -0.00722170575, 0.00249858899, 0.00379771297, 0.00721102767, 0.00918284897, 0.0212985147, -0.00206614099, -0.00864184368, -0.000968114298, -0.0141301975, 0.0322325118, 0.00107756106, -0.00410024868, 0.00526056206, 0.013475297, 0.00164170121, 0.0125356568, -0.0124217607, 0.00654900866, 0.00456650974, -0.0101936739, -0.0219391789, -0.00733204186, -0.0132047944, 0.00943911448, -0.0181521438, -0.00306806806, -0.0274346508, 0.00197004131, 0.00703306543, -0.00536378, -0.0110977218, 0.00857777707, 0.00873438455, 0.0236191414, 0.0191629678, 0.0194619447, 0.0427963473, -0.00156339782, 0.0178246927, -0.00566987507, 0.00136497, 0.0268224608, -0.0120515991, -0.0180951953, 0.032745041, 0.0112044988, 0.0110478923, 0.00645290874, 0.00492955279, 0.00695832167, -0.00229215296, 0.00695832167, 0.00849947426, -0.0231635589, -0.0307518654, 0.0354785398, 0.000714518188, -0.00445973221, 0.0386961, 0.00470532, 0.00292035937, 0.00701526925, -0.0189209394, -0.00736763468, 0.00665578572, 0.00701526925, -0.0189494137, -0.0139308795, 0.026423825, 0.0142227383, 0.00835710391, 0.0143152783, 0.0113468692, 0.0129841212, -0.0460708514, 0.000245810283, 0.00049695943, 0.0128844623, 0.00883404259, 0.0135322446, -0.0244448856, 0.00807948317, 0.0273349918, -0.00607207, -0.00941775925, -0.00653121201, 0.00834998582, 0.0014512816, -0.0296698548, 0.0147779798, 0.0113255139, -0.00528903631, 0.0346527956, -0.0243309904, -0.0186077263, 0.00668425951, -0.0113895796, 0.00279222662, -0.0190633088, 0.000542339752, -0.00833574869, 0.0107631534, -0.00688713649, -0.0312644, 0.00230283057, 0.00869879127, 0.0191914421, -0.00755983358, -0.00199495605, -0.011026537, 0.00637816498, -0.0121797323, -0.00839269627, 0.023875406, -0.0098875789, 0.00966690574, 0.00502921129, 0.00716119818, -0.0146498475, 0.00395431975, 0.0076025445, -0.00413584104, 0.00450600265, 0.00428888854, 0.00206970028, -0.00144238351, 0.00400058972, -0.0072964495, -0.00768796634, -0.00180186715, -0.00415719673, -0.015205089, -0.0118095707, 0.0139095243, -0.0194192342, 0.0166572612, 0.0191629678, -0.026537722, 0.0197039731, -0.0041429596, 0.0195473656, -0.00234910077, 0.00166305667, -0.00397211593, 0.00456295, -0.00873438455, -0.00876285788, -0.0332575738, 0.0137030883, 0.0193480495, 0.00273883808, -0.00474091247, 0.00138276618, 0.0183229875, -0.0128488699, -0.0231635589, -0.0146640837, -0.0179101136, -0.00978080183, 0.0175969, -0.00584783731, 0.029698329, -0.0368452892, -0.00045180149, -0.0210564863, 0.0101865558, -0.00403974159, -0.0121512581, 0.00641731638, 0.0207432732, -0.00343289063, 0.00156072841, -0.0104285842, -0.00365534332, -0.0139024062, -0.0122793913, 0.0157318581, 0.0187216215, -0.00626426889, -0.0110834846, -0.00584071875, 0.00374076515, 0.0175114796, -0.0105495984, -0.0104499394, -0.0255553704, 0.0056841122, -0.0228361078, -0.00625359127, -0.00566987507, -0.0116316089, -0.0062357951, -0.00563072367, 0.010720442, -0.00931098126, 0.00256621465, -0.0111973807, -0.00213910546, 0.0056841122, 0.00292391866, -0.00227969559, 0.000476938672, 0.00480141956, -0.00390449027, 0.013268861, -0.00980927609, -0.0134325856, 0.0078161, -0.00975232758, 0.00472311629, -0.0232062694, 0.00465193158, 0.0180097725, -0.0221669693, 0.00237579527, 0.0144291744, -0.0217256229, -0.0067768, 0.0164437052, -0.0299830697, 0.0172694512, 0.0119661773, 0.0102790957, -0.0053388658, -0.00128043792, 0.00773779582, 0.0177392699, -0.0112614473, 0.0194619447, -0.00768796634, 0.000669582747, -0.00833574869, -0.00268722908, 0.0163725205, 0.00541716907, -0.00174402946, 0.0113682244, 0.00985198654, -0.00387957576, -0.0176965594, 0.0303817037, -0.0135393627, 0.00665578572, -0.0104285842, -0.024487596, -0.0122082056, -0.0336277336, -0.0102862148, 0.0190633088, 0.00657748245, -0.00744593795, -0.00795846898, 0.013873932, -0.00699035451, 0.00547767617, -0.00542784669, 0.0131834392, -0.00793711375, -0.0103787547, -0.00348449964, 0.00825744588, -0.0112187359, 0.000459587347, -0.0188212804, -0.0203731116, -0.020415822, 0.00176093588, -0.0124715902, 0.0191060212, 0.0206720866, 0.00867743604, -0.000638884259, 0.00492955279, -0.00453091739, 0.0085848961, -0.0178531669, -0.00276909163, 0.0198605806, -0.0221100226, 0.00829303823, 0.00550970947, 0.0196185522, 0.0255411323, 0.0304671265, -0.0149915349, -2.60130673e-05, -0.00866319891, -0.0060222405, 0.0164579432, 0.0117027937, 0.00201987079, 0.0204870068, 0.00732492376, -0.000812842278, -0.00256265537, 0.0207575094, -0.00175292755, 0.0216971505, -0.00602579955, -0.00674476707, 0.00914725661, -0.00494734896, 0.00412160438, 0.0203731116, -0.00739610847, 0.00931098126, -0.00592258153, 0.00393296452, 0.00580156734, 0.0248292834, 0.00499717798, 0.021625964, -0.00408601202, -0.0113255139, -0.00644934969, -0.00434227753, 0.0137315625, 0.00603291811, -0.004541595, 0.000831528334, -0.0202449784, -0.0290719029, 0.0168992896, 0.00310899946, 0.00990893412, 0.00839269627, 0.0139095243, 0.0153189851, 0.0384967811, -0.00228147511, -0.023462534, 0.01755419, -0.0295274854, 0.00890522823, 0.018878229, 0.00143793446, -0.00115675421, 0.000824854709, 0.000705620041, -0.013468178, 0.00573750073, -0.00825744588, 0.0303817037, 0.0313782915, -0.00726797571, 0.0067768, 0.0140305385, 0.00703306543, 0.0125997225, 0.0131834392, -0.00524988445, -0.00417499291, 0.00602579955, -0.00853506662, -0.0426539779, 0.00262672198, -0.00800829846, 0.00260180724, 0.00420702621, -0.0105567165, -0.0129129365, 0.00122260023, 0.0040112678, 0.0196043141, -0.0140946051, -0.00899065, 0.00451312121, -0.00465905, 0.0033528076, 0.00842829, 0.00061841862, 0.00564852, -0.0127492109, 0.00972385425, 0.006427994, 0.0218252819, -0.00627138745, -0.00302179786, -0.00681595178, -0.0207432732, -0.0102719776, -0.014592899, -9.2651564e-05, -0.00993740838, -0.0218822304, -0.000872014731, -0.00645290874, -0.00390093122, 0.0301823877, -0.00921844132, 0.00760966307, -0.0158742275, 0.00538869482, 0.0251140241, -0.0104570584, 0.0143722259, 0.010001475, -0.00745305652, -0.00664510811, 0.0108699305, -0.0251709707, 0.0226795, -0.00745305652, 0.0104784137, -0.0134966522, -0.0196185522, -0.0155467764, -0.00742458226, -0.0179813, -0.00340975542, -0.023576431, 0.00345246634, 0.00317840464, 0.0101652, -0.00576953404, 0.0291288514, -0.00628562458, -0.00673764851, 0.00872726552, -0.0085920142, 0.00637104642, -0.00492955279, 0.0080866022, 0.00253240182, 0.0192056783, 0.0219818894, -0.0147067951, 0.000972563343, -0.0207290351, -0.00325314887, -0.00822185259, 0.00565207889, -0.0180524848, -0.00282248016, -0.0135963112, 0.00119768549, 0.00967402477, 0.0210707225, -0.000744326855, -0.0108699305, -0.00544208381, 0.0201737937, 0.00888387207, -0.00303425523, 0.00332433358, -0.000951207883, -0.00628918363, 0.0359626, 0.0171697922, -0.000133582871, -0.00678391848, -0.0163725205, 0.027961418, -0.0110194189, 0.00688357744, -0.000906717323, 0.0149630606, -0.00356992148, 0.00917573, -0.00468396489, -0.0042960071, -0.0102221482, 0.0120515991, 0.0113041578, -0.00900488626, -0.00510395551, -0.0247723367, -0.0127207367, -0.000401527184, -0.00488328235, 0.0145288333, 0.0186077263, 0.0106492573, -0.00872014742, 0.0157888047, 0.00690849219, 0.014592899, 0.0192199163, 0.0223662872, 0.0100655416, -0.00681595178, -0.00616105087, 0.00529971393, -0.00866319891, 0.00744593795, -0.0220530741, -0.013261742, 0.0078161, -0.00224054395, 0.025413001, 0.00369093567, -0.00690849219, -0.019490419, -0.0172694512, 0.000797270623, -0.00462345779, -0.027448887, 0.00100103731, -0.00458430592, -0.00289366511, -0.00615393231, -0.0294705387, 0.0124146417, 0.00302535715, 0.0101936739, 0.0134895341, -0.00507192221, -0.0250570755, 0.0186646748, -0.0110763665, 0.00856354, -0.0066735819, 0.024587255, 0.00358771766, -0.0121014286, 0.0210137758, -0.021739861, -0.00190063613, 0.00696188072, -0.0204727706, 0.0162159149, 0.017454531, 0.026537722, 0.0123363389, 0.00467328681, 0.024701152, -0.000258712535, -0.00665578572, 0.00758830784, -0.000177183596, -8.05278905e-05, -0.0116600823, 0.0148918759, -0.0180809572, -0.0088981092, 0.0160165969, 0.00867031794, -0.0125143006, -0.00288476702, -0.00360017503, -0.0210991967, -0.00960995816, 0.00993740838, 0.0227791592, -0.031634558, -0.00484057143, -0.000590834476, 0.0251140241, -0.00693340693, -0.00014337078, -0.0235621929, 0.0175257158, 0.010720442, 0.00573038217, 0.0136247845, 0.0150484825, -0.0121085467, 0.0106919678, 0.0153189851, -0.0278048124, -0.00675900374, -0.000312768534, -0.0114536462, 0.00319976, 0.00795846898, -0.0283742901, 0.0235052463, 0.0127278557, -0.00321755628, 0.0122295618, 0.00522852922, 0.00775915151, -0.00320331939, 0.00487616379, 0.0267797504, -0.0011051452, 0.013681733, 0.0145145962, -0.0173548721, 0.0246157292, -0.0085848961, -0.00402906397, 0.00817914214, 0.0203446373, 0.0116244899, 0.0157745685, 0.0324603021, 0.0101652, 0.0226367898, 0.0223805252, -0.00809372, 0.0130339507, -0.0106563754, -0.0347382203, -0.0118522812, -0.0102292662, -0.00802965369, 0.00753847836, -0.0193622857, 0.0170131847, 0.00417143386, 0.00719323149, -0.00543496525, -0.00768084778, -0.0209568273, 0.0207147989, 0.0191629678, -0.00307518663, 0.00744593795, 0.0192626268, -0.00944623258, -0.0199602395, -0.0171982665, -0.0143152783, -0.00822185259, 0.00409313, -0.00867031794, -0.022864582, -0.0292427465, -0.0191629678, -0.0177535079, -0.0245303083, 0.0237045623, -0.0126780262, 0.0054385243, -0.00604715524, -0.00197004131, -0.00401482685, 0.0173263978, 0.0262956917, 0.0166287869, -0.00760966307, 0.0125854854, 0.00446329173, 0.0131905572, 0.00380839081, -0.0292142723, 0.00875574, -0.0109268781, 0.0186219625, 0.0046021021, -6.54011e-05, -0.00951741729, 0.00271036406, -0.0104499394, -0.0281322617, -0.0267797504, 0.00239715073, -0.00996588264, 0.000444683, -0.0167142078, 0.00499006, 0.00783745479, 0.00293103722, 0.00520005496, 0.0146783208, 0.0033990778, -0.0159454122, -0.00832151156, -0.00959572103, 0.0217683353, -0.00132670812, 0.00153937296, -0.0145573067, 0.0115034757, -2.16613353e-05, 0.0104997689, 0.00268189, -0.0147495056, -0.00587987062, 0.0177392699, 0.0324603021, -0.013468178, 0.000442458491, -0.0109624704, 0.00861336943, -0.000321221742, 0.0128773442, -0.00788728427, 0.00342933135, 0.0122010875, 0.00191665278, -0.00731068663, -0.023975065, 0.0256977398, -0.0187643338, -0.0035663622, 0.00368025806, 6.93496404e-05, 0.014080368, -0.0146213733, -0.0152335633, -0.0133471638, -0.0172694512, 0.0113183949, 0.000314548175, -0.00119412632, -0.00656680483, 0.00201631151, 0.013567837, -0.00305917, 0.00881980639, 0.00334390951, -0.0045095617, -0.00295773149, -0.00931098126, 0.0108343381, 0.00138365605, 0.00683374796, 0.00862760656, 0.0122580351, 0.00233486388, -0.0339124724, 0.00255909632, -0.00101171504, 0.00368381734, -0.00371229113, -0.00822897162, 0.00143081602, 0.00969538, -1.64754056e-05, -0.0169847105, 0.01214414, -0.0075100041, 0.0182375647, -0.00489040092, -0.0138525767, 0.00587275205, -0.00336170569, 0.0119661773, -0.000147486164, -0.00367669878, 0.0342826359, -0.0171555541, 0.0108414562, 0.0159311742, -0.00376923918, 0.00604003668, 0.0186504368, -0.00566275697, -0.00657392293, 0.0122936275, 0.0112472102, -0.0293566417, -0.00685510319, -0.0028278192, -0.0320616663, -0.00686222175, -0.0143722259, 0.00337950187, -0.0278332867, 0.00464837253, 0.0156606715, 0.0033065374, -0.00262494222, 0.0281892102, 0.00408245251, -0.00935369264, -0.0135820741, 0.0168708153, 1.89084822e-05, 0.00311789755, -0.000917395053, -0.00454871356, 0.0160735454, 0.0114465281, -0.0214124098, 0.0026694329, -0.00806524605, 0.0126637891, 0.0026694329, -0.00654544914, -0.00849235523, 0.00399347162, -0.0276482049, 0.0113611063, -0.00643867208, 0.000879578118, 0.0120587181, -0.00243452261, 0.0393794738, -0.00538869482, -0.0065810415, -0.0015002212, -0.018678911, 0.00470532, -0.00511819264, -0.011332632, 0.00980927609, -0.00369805424, -0.00765237398, -0.0331436768, 0.00184724748, -0.00699391402, 0.0160593074, -0.00608986616, -0.00784457289, 0.00665222667, -0.0123292198, -0.00262138294, 0.0155040659, 0.0097736828, 0.0116672013, -0.00103040109, -0.00486904522, -0.00629986124, 0.0163867585, 0.0151196672, 0.010101134, 0.013873932, 0.0178389288, 0.000469375256, 0.00973097235, -0.00196292298, 0.00510751456, 0.00766661111, -0.00967402477, 0.00287230965, -0.00105531572, -0.00436363276, -0.0114892386, 0.0346527956, 0.00675188517, 0.00204122625, -0.0272922814, 0.00178140146, 0.00265697553, -0.01571762, 0.0181806162, 0.0171840284, -0.0335707851, -0.00327450433, 0.0220673103, -0.0161162559, 0.00122793904, -0.00295239268, -0.0252421573, 0.00392228644, 0.00468396489, 0.00869167317, 0.0139522357, 0.00879133213, 0.0237615108, 4.97181863e-05, -0.00140501151, 0.00946047, 0.00435295515, 0.0104214661, -0.00897641294, -0.0228361078, 0.025313342, -0.0102862148, 0.0113468692, 2.69028783e-06, -0.010407229, -0.0190063622, 0.0157888047, 0.00227257702, -0.0184795931, -0.013674614, -0.00445617316, 0.00210885191, -0.00970961712, 0.00636392785, 0.0165433642, -0.0178389288, -0.0247723367, 0.0173263978, 0.0184368826, 0.00433159946, 0.00193444896, 0.00587987062, 0.00152424618, -0.0193338115, -0.00786592904, -0.00800829846, -0.023975065, 0.00442414, 0.0124644712, -0.00321755628, -0.00342221279, -0.0138312215, -0.00475870864, 0.000853328675, -0.00549903139, -0.0373578221, 0.0117526231, 0.0153759327, 0.0110763665, 0.0153759327, -0.00128132768, 0.00815066788, -0.00800829846, 0.00515022548, -0.00694052549, -0.00209995382, 0.000289188552, -0.0309796575, 0.00855642185, 0.0147637427, 0.0207575094, -0.00175025815, 0.00613257708, 0.0165860765, 0.00575173786, -0.00393296452, 0.0187500957, -0.00266053458, -0.000238914232, 0.00392940501, 0.00231172889, 0.00991605315, 0.00581224496, 0.0171128437, 0.00685154414, 0.0144078182, -0.0158457533, 0.0225086566, 0.00525344396, 0.0190490726, 0.0227933973, 0.00276553235, 0.000255820632, -0.0124929454, 0.0419706032, 0.000640218961, 0.013781392, 0.00740322703, 0.00743170083, -0.00156873662, -0.00262672198, -0.00973097235, -0.00455583213, 0.00694764359, -0.00245409855, 0.00610766234, -0.0109767076, 7.66905796e-05, 0.00495090801, 0.0154471174, -0.00342755159, 0.00560936797, -0.0266943276, -0.00302179786, 0.00236155814, 0.0194334704, -0.0109695895, -0.00247367448, -0.000485391851, -0.0109980628, 0.0177535079, -0.00629630219, -0.0102435034, -0.0200314242, 0.0243452266, 0.0088981092, -0.0231350847, 0.00327806338, -0.00548479473, 0.0148634017, -0.0135891922, 0.00375500205, 0.0250286013, 0.0138169844, 0.0155325392, -0.00968826097, 0.000951207883, 0.00346670346, 0.0028420561, 0.0186504368, -0.0155325392, -0.0243737, -0.00131247111, -0.00193800824, -0.00265163649, -0.000258712535, 0.0252563935, 0.00603647716, 0.00370161352, -0.0121654952, -0.00382262771, -0.00235621934, -0.00262494222, 0.00118255871, 0.00405397872, -0.0115461871, -5.97146573e-06, 0.00258757, -0.00700459164, 0.010812982, -0.00640663877, 0.00967402477, 0.00923267845, -0.00230105105, -0.0137600359, -0.000116009098, 0.0220103636, -0.00825032685, 0.00228147511, -0.0206436142, 0.0163440481, -0.00152869523, -0.000169620209, 0.0129912393, -0.0138098653, 0.00280646374, 0.0120658362, -0.0316915065, -0.00606851047, 0.00221384969, 0.00122437987, 0.0430241376, -0.0212130919, -0.00698679546, -0.0160450712, 0.00687645888, -0.0213269889, 0.00854930375, 0.00680883322, 0.0097736828, 0.00026382893, 0.0269790683, 0.00241494691, -0.0206293762, -0.00787304714, 0.0125427749, -0.00265163649, -0.0117953336, -0.022238154, 0.00114696624, 0.0105282431, 0.0002261232, -0.0126424339, 0.0256977398, -0.00211419072, -0.0074174637, 0.00962419529, 0.00743881939, -0.011119077, -0.00409313, -0.00830727443, -0.0168850515, 0.0117526231, -0.0187500957, 0.038582202, -0.00535666198, -0.00483345287, -0.012557012, -0.0178389288, 0.00426041475, 0.00933233742, 0.00897641294, -0.0041429596, 0.00454515405, 0.00397567544, -0.00159632077, 0.0169562362, -0.00548123522, -0.00345068681, -0.00700459164, 0.00236155814, -0.0275912564, -0.0441346206, -0.00642443495, 0.003520092, 0.0202022679, 0.0091970861, -0.00646714587, 0.00265519577, -0.00594393723, 0.0112116178, -0.00183479011, 0.00158831256, -0.0051929364, -0.0118522812, -0.000172845772, -0.00783745479, -0.00816490501, 0.00826456398, 0.0155325392, 0.00196826179, -0.0145501886, 0.00463057589, -0.0182233285, 0.00941775925, 0.00354500674, -0.0158315152, -0.0198178682, 0.00338484067, 0.00547767617, 0.00997300074, 0.00198427844, -0.000180854069, 0.0128417518, 0.0107702715, 0.0172267389, 0.0187643338, 0.0118451631, -0.00308942352, 0.00383686484, -0.00247189472, 0.0156037249, -0.00789440237, -0.0228218716, 0.0257689245, -0.000864006404, -0.00681951083, -0.000378614553, -0.0165718384, 0.00798694324, 0.00626426889, 0.0181806162, 0.0146071361, 0.0110977218, -0.00854218472, -0.0125926044, -0.00875574, -0.0236760899, 0.00646714587, 0.00255019823, 0.0104855318, -0.000567699375, 0.0114821205, 0.00944623258, -0.0226652641, -0.00355034554, -0.0193053372, 0.0132902162, -0.01571762, -0.00857065897, -0.00502209272, 0.00123327796, -0.000857777719, 0.0222239178, 0.0284027644, -0.00946047, -0.00267121242, -0.0029025632, 0.00531039154, -0.00570190838, -0.0105353612, -0.0134254675, 0.00794423185, 0.0106279021, 0.0104214661, -0.0101936739, 0.00708289491, -0.0155894877, 0.0159881227, -0.00933233742, -0.0269078817, 0.0046946425, 0.00641731638, -0.00956012867, -0.0341402665, -0.0108556934, -0.0261248481, 0.0361903906, 0.00846388191, 0.0330013074, -0.0164009947, -0.00936793, 0.0199317653, 0.0213697, -0.0177962184, -0.00159543101, 0.00107667118, 0.00154827104, 0.016942, 0.0090903081, -0.00313213444, -0.00809372, 0.00199673581, -0.00457362831, 0.00619664323, -0.00979503896, 0.000646892528, -0.0258543473, 0.0300115421, 0.00370873185, -0.0139593538, 0.00876997691, 0.00717543531, 0.00318552321, -0.02122733, -0.0161874406, 0.0033065374, 0.0216829125, -0.00775915151, -0.0361903906, -0.0150200082, 0.00672341138, -0.00598664815, 0.0015464914, -0.0220673103, 0.0128844623, -0.00334924832, 0.00254307967, -0.0237330366, 0.0022049516, -0.00894793868, 0.00192377123, 0.0291003771, -0.0207717456, 0.00109090819, 0.00959572103, 0.00238113408, -0.0249716546, -0.00555597944, -0.0267085657, -0.000389959634, -0.0177107975, -0.00506480364, -0.00348449964, -0.0114109358, -0.022850344, 0.0162016768, -0.0020714798, -0.0113041578, -0.001186118, 0.0307233911, -0.00146907789, 0.00147530658, -0.0181094315, -0.0113682244, 0.0025822313, -0.0250428393, -0.0026427384, -0.0123576941, 0.0133044533, 0.0132332677, -0.0142512117, 0.0166857354, 0.000654011033, -0.00389025337, -0.0118594, -0.0286305565, -0.0207432732, -0.00039663323, -0.0114821205, -0.0341117904, -0.0111617884, 0.00894793868, 0.00212842785, 0.0072252648, 0.00774491439, 0.0118095707, -0.00403262302, 0.0154186441, 0.00276375283, -0.00823609, -0.00875574, 0.0149203492, -0.00478006434, 0.00555597944, 0.00313747325, -0.000888921146, 0.00707933586, -0.0112899207, -0.00470532, 0.00446685078, 0.0053780172, -0.0265092477, -0.000942309794, 0.00251816493, -0.0160877816, 0.00563072367, 0.0049402304, 0.0049793818, -0.0155040659, -0.0220246, -0.000343022111, -0.0184511188, -0.00367669878, 0.0213412251, -0.00780898053, 0.00331899477, 0.0263099298, 0.00490463804, -0.0151339043, 0.00119323644, -0.0190633088, -0.014080368, -0.00908319, -0.00538157672, 0.00817202404, 0.0257546883, -0.00612901757, -0.0205439553, -0.00832151156, 0.0026285015, -0.0140376575, 0.0158315152, -0.0261106119, 0.0176823232, -0.0347951651, -0.0167426821, 0.00268189, 0.00136497, 0.00101794372, 0.0274346508, -0.0213697, -0.0177392699, 0.00274417689, -0.0171413179, -0.0268936455, 0.0169562362, -0.00275663426, -0.00196292298, 0.0108770486, 0.00569123076, -0.0113468692, -0.0161874406, -0.0141230794, -0.0232774541, 0.00575529691, -0.00745305652, 0.0158742275, -0.0150627196, 0.0170558952, -0.0039899121, 0.0175684262, 0.04672575, -0.00226545869, 0.0278190486, -0.00890522823, 0.00371229113, -0.006481383, -0.00712204678, 0.0040504192, -0.0244733598, -0.000655345735, -0.0222096816, -0.0241601467, 0.00738899, -0.00788016524, -0.00334212976, -0.0115604233, -0.00104107882, 0.00211597048, -0.00602579955, 0.0115604233, -0.0202876888, 0.00327272457, 0.0182802752, 0.00713984296, 0.0265234839, 0.0078161, -0.00638528308, -0.0178389288, 0.00303069595, 0.00691561075, 0.0166430231, 0.00347026275, -0.00181432453, 0.0144790038, 0.0128061585, -0.00305739045, 0.024701152, 0.0137102064, 0.0118878745, -0.00805812795, -0.0173691101, 0.0146498475, 0.00363042857, -0.0121299028, -0.0134254675, -0.0212558042, -0.0110977218, -0.00930386316, 0.00768796634, -0.000230461024, -0.0221242588, 0.0108912857, 0.0226795, 0.00195580442, 0.012549893, 0.0166287869, 0.00482989382, 0.0173121616, -0.0337985791, -0.0183656979, -0.00967402477, -0.0171555541, 0.0200883709, -0.0136247845, -0.00520005496, 0.000346581364, 8.85918e-05, 0.0258543473, 0.0062144394, 0.000667358225, 0.009389285, 0.00166038715, -0.0188355185, -0.0143793449, 0.00179919775, -0.0160450712, 0.0247153882, -0.00691917, -0.0280183665, -0.031122027, 0.0128488699, -0.0169847105, 0.000985910534, 0.00411804486, 0.0153901698, -0.0130268317, 0.00868455507, -0.0112828026, 0.00109535723, -0.00241494691, 0.0257404502, 0.0182233285, 0.00948182493, 0.0338270515, 0.00190063613, -0.000227569151, -0.0123576941, -0.00766661111, 0.00363220833, 0.00521073304, 0.00713628344, 0.0076239, 0.0112756845, -0.00953877345, 0.00232240651, 0.0039507607, 0.0091259, -0.00855642185, -0.00688001793, -0.00202876888, -0.00732492376, 0.0129912393, -0.00633901311, 0.000524988456, 0.00744593795, -0.0156179611, 0.0148491645, 0.0192341525, 0.00364288595, 0.012855988, 0.00797270611, 0.00541360956, -0.000917395053, -0.00299688312, 0.010606546, 0.015817279, -0.00274239737, 0.00689069601, 0.0347097442, 0.00348094036, 0.0163440481, -0.00989469793, 0.00964555051, 0.00326560601, -0.00111226365, 0.0173975825, 0.0115888976, -0.00744593795, -0.00113183947, -0.00481565669, 0.0158457533, 0.0297268033, 0.0216829125, 0.00184368819, -0.00362864905, 0.0137315625, -0.0141088422, 0.00286341156, 0.0059297, -0.0193338115, -0.00304493308, 0.0125285378, -0.00458786497, -0.00802965369, -0.0048797233, -0.00657748245, -0.0215547793, -0.0201880299, 0.00580512639, 0.00434583658, -0.0169989485, -0.00641375734, 0.010720442, 0.0023633379, 0.0294705387, 0.00156784686, -0.0114750015, 0.00960995816, -0.00119501608, 0.000296529499, 0.00128755637, 0.0261960346, 0.00149933144, -0.0165148918, -0.00267833099, 0.0274346508, 0.0131478459, -0.0154186441, 0.0289295334, -0.0168281049, 0.0195046552, -0.00937504787, 0.0224944204, 0.0178816412, -0.00364822475, 0.0165433642, -0.00143793446, -0.00397567544, -0.0101936739, 0.0275912564, -0.00966690574, -0.0177677441, 0.000710069144, 0.00562004605, -0.0133115714, 0.0134041123, -0.00967402477, -0.0050826, 0.0124004055, 0.000213665844, 0.00724306097, 0.0100655416, -0.00471243868, 0.00263206079] |
06 Sep, 2022 | How to Restrict User to Enter Date Manually in Date Field using AngularJS ?
06 Sep, 2022
In this article, we will see how to restrict the user to enter the date manually in the date field using AngularJS, along with understanding its implementation through the example.
Approach:
First, we need to write the code for input, and we need to give its type as the date in the HTML file.
Then in-order to restrict the user to enter the date manually we can use onkeydown event.
In the onkeydownevent we need to return false so that we can restrict the user to enter the date manually.
In order to achieve the above objective, we need to write and function and return a false in the ts file.
As we restricted the user to enter the date normally, the user can only enter the date from the calendar.
After completing the above steps save and run the project in order to see the output.
Example: This example illustrates restricting the user to enter the date manually in the date field using AngularJS.
app.component.html
<div style="text-align:center">
<h1 style="color:green">GeeksforGeeks</h1>
<h3>
Restricting the user to enter
date manually in date field
</h3>
<label for="vote">Select a date:</label>
<input type="date" id="vote" name="vote"
(keydown)="disableDate()">
</div>
app.component.ts
import { Component } from "@angular/core";
@Component({
selector: "my-app",
templateUrl: "./app.component.html",
styleUrls: ["./app.component.css"],
})
export class AppComponent {
disableDate() {
return false;
}
}
app.module.ts
import { NgModule } from "@angular/core";
import { BrowserModule } from "@angular/platform-browser";
import { FormsModule } from "@angular/forms";
import { AppComponent } from "./app.component";
@NgModule({
imports: [BrowserModule, FormsModule],
declarations: [AppComponent],
bootstrap: [AppComponent],
})
export class AppModule { }
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ? | https://www.geeksforgeeks.org/how-to-restrict-user-to-enter-date-manually-in-date-field-using-angularjs?ref=asr10 | CSS | How to Restrict User to Enter Date Manually in Date Field using AngularJS ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [0.00230307, -0.022308724, -0.00747827766, 0.00344593474, 0.0654254705, 0.034251269, 0.000111429326, 0.0231536552, -0.000101281476, -0.0271639284, 0.0123208724, -0.0193325449, -0.0213755146, -0.0457272083, 0.00567806838, -0.00570959551, -0.039800074, -0.0224600546, 0.0137837389, 0.000862271874, 0.00291154697, 0.0224852767, -0.0415151604, 0.0413386077, -0.0220438931, 0.0195595417, 0.00776202325, 0.00027310531, -0.00398505153, 0.00534387864, -0.003783277, -0.00902311597, -0.0111102229, -0.0202531423, -0.0364707895, 0.00979868695, 0.028904235, -0.00411116099, -0.0427510291, 0.0111606671, 0.0133801894, 0.00780616142, -0.0130901383, 0.00389992795, -0.0285511296, 0.00252060825, 0.00417736825, -0.0335450545, -0.0148808891, 0.0320317447, 0.0167599171, 0.0221700035, 0.0135189099, 0.0446426682, 0.0183867253, 0.0380849876, -0.0205558054, -0.0305941, 0.00688556395, 0.0194838755, 0.0506706908, -0.0340494923, -0.00802685227, -0.0268612672, 0.00835473649, -0.00139665976, 0.0122389011, 0.0222582798, -0.0020823786, 0.0147926128, -0.0168986376, 0.0153474938, 0.0158267077, -0.0102022365, -0.0220943373, -0.0307958741, -0.0112552494, 0.0289546791, -0.031855192, 0.0215646792, -0.00735216821, -0.0602802113, -0.0519570038, -0.0186767764, 0.019080326, 0.00769896852, 0.03130031, -0.041162055, 0.0179201216, -0.0272900369, 0.0354114734, 0.00940774847, 0.00852498412, -0.0375553295, -0.0106373141, 0.0204801392, 0.00487096887, 0.000382859755, -0.0430032462, 0.000528870616, -0.00451471051, -0.00615097769, 0.0126109235, -0.0289546791, -0.00931947213, 0.0218799524, 0.0528649911, -0.00493717659, 0.0357898, 0.0112930816, 0.0144395074, -0.00510427123, 0.00500653638, 0.0278953612, -0.0953890234, 0.0295600034, -0.0388920866, -0.0391190834, 0.0538738631, 0.0036477095, -0.0103724841, 0.0170247462, 0.0082601551, 0.053066764, -0.00696122972, 0.0315020867, -0.000394091359, -0.0404053964, 0.012201068, -0.0366725661, -0.0249317959, 0.0149313333, -0.0283493549, 0.0342008248, 0.0199504811, 0.0376309939, -0.00859434437, 0.00136592065, -0.0360924639, -0.00259942655, 0.00287056132, -0.0186389443, -0.0199252591, 0.0157258213, -0.0326118469, 0.0278449189, 0.00937622134, 0.0726893619, -0.00940774847, 0.0144521175, -0.067090109, -0.0625501797, 0.0134054115, 0.00660181837, 0.0570518151, -0.0105553428, -0.0439364575, -0.00737108476, -0.0276935864, -0.0593217835, 0.0335198343, -0.029988775, 0.00890961755, 0.0203918628, -0.00720714265, -0.00215646788, 0.0177814011, -0.00103330752, 0.0046408195, 0.0370256715, -0.0258271713, -0.0245913, -0.0208836887, -0.000331430812, -0.0077241906, 0.0186263341, 0.00210287143, 0.00532180956, 0.0427258089, -0.000881188258, -0.0126235345, -0.00776202325, -0.00484259427, -0.0087015368, 0.0284754653, -0.0347557031, -0.010895838, -0.04671086, -0.00515471492, -0.0218799524, -0.0227122735, 0.0208962988, -0.00282642315, 0.011942544, 0.0111291399, -0.0153096607, -0.0345791504, -0.00266878656, -0.0251587909, -0.0238220338, 0.019887425, -0.014048568, -0.0132162478, 0.00948341377, 0.0279962495, 0.00266248104, 0.033948604, 0.00569067895, 0.0201396439, -0.00868262071, -0.00662073446, 0.0391190834, 0.00449264143, -0.0268360451, -0.0059460504, -0.000344632892, 0.000209459555, -0.0283241328, -0.0250579044, -0.0169112477, -0.0417421572, 0.00207607332, -0.0285259075, 0.022535719, -0.0330658406, -0.0133675784, -0.00872045383, 0.00153459166, 0.0161041487, -0.022397, 0.00982390903, 0.0105679538, 0.00655137468, 0.0140990121, 0.0384885371, 0.0290555675, -0.00668378919, 0.00429086667, 0.0459289812, 0.0365212336, 0.00819079485, -0.0463577546, -0.0348061472, -0.0486529432, 0.0109273652, -0.0141872885, 0.0148682781, 0.0317795277, 0.0057600392, -0.0151457191, -0.0222330578, -0.0253227334, -0.0402540676, -0.0106877573, 0.0134558547, -0.0209341329, -0.00430663, -0.00646940339, 0.0298122223, 0.00635275245, 0.0277188085, 0.0368238948, 0.00220060605, 0.0303166602, 0.0189542174, -0.0274665914, 0.011412885, -0.0224726647, 0.0158771519, 0.0209971871, -0.000563156558, -0.010088739, 0.0378327705, -0.0124091487, 0.00160237541, -0.00237873546, -0.0375048853, 0.0152970497, -0.00207292056, 0.020164866, -0.012213679, 0.0151835512, 0.0196730401, 0.0134054115, 0.0608855374, -0.0611882, -0.0279458053, 0.0229266584, -0.037958879, 0.0251966249, -0.00631807232, -0.0406828374, -0.0256001744, 0.00530604599, 0.0401279591, 0.0152213844, -0.0137711279, 0.0225231089, -0.00693600764, 0.0305688772, -0.039800074, -0.0169490799, -0.0185885, 0.0099878516, -0.0396991856, 0.0358150229, 0.0509229079, -0.0343773775, -0.0280719157, -0.0435581282, 0.0289799012, -0.0184623916, -0.0365716778, -0.0223213341, -0.0147421695, 0.0323848501, 0.00824754406, 0.0528649911, 0.0190551057, 0.0191559922, -0.0349322557, -0.0140233468, 0.00735847373, 0.00617304677, 0.0304427687, -0.0206819139, -0.0326622911, -0.0436337925, -0.00815926772, -0.0655263588, -0.0456263199, -0.024944406, -0.0385389812, -0.00107429305, -0.00888439547, -0.008764592, 0.0101265712, 0.0195343196, 0.0102463746, 0.0264577176, -0.00251272647, 0.0221069492, 0.00608477043, -0.013808961, 0.0263820514, -0.0205431934, 0.00240868633, -0.0141494554, 0.0219556168, -0.0127811702, 0.000758625858, 0.00424988102, 0.061541304, -0.00353421131, 0.0157006, -0.0104481494, 0.0026672103, -0.0613395311, -0.0576571412, 0.0080457693, 0.00168040546, -0.044794, 0.0335450545, 0.042423144, 0.03977485, -0.0528649911, -0.0319056362, 0.019900037, -0.0199630912, -0.0116398819, -0.0109147541, -0.0267856, 0.0290303454, 0.00517993653, -0.037177, -0.0144521175, -0.0327884, 0.00941405445, -0.00528082391, 0.00574427564, -0.0321578532, 0.0537729748, 0.0081214346, 0.0193199348, 0.0349322557, -0.00609738147, -0.0115137724, -0.0188659411, 0.015927596, 0.00561816618, -0.019080326, 0.043785125, -0.0249191839, -0.0166716408, 0.00645679282, -0.019635208, 0.0105112046, -0.0163311455, 0.0620457418, 0.00626447611, 0.0407585055, 0.031577751, 0.0235950369, -0.00130365416, -0.00561501365, -0.00214385684, -0.0313759781, -0.00219272426, 0.0388920866, 0.00872675888, 0.000399017503, 0.0145025617, -0.0269369315, -0.016974302, 0.0263316073, 0.0483250581, 0.0247047991, 0.00499077281, -0.0168103613, -0.0262559429, 0.0588677898, -0.00909247529, -0.0470135212, -0.00747197215, -0.00434131036, 0.0147421695, -0.0394974127, 0.0120308204, -0.0137459058, 0.0246543549, -0.0284250211, 0.0106310081, -0.00609422848, -0.0212367941, 0.0197865386, -0.0101959314, 0.0187902749, 0.0136576295, 0.0285006855, -0.0116209658, -0.0599271059, -0.00849976204, 0.00822862703, 0.000280198961, -0.0489808246, -0.00675945496, -0.0293582287, 0.0154609922, 0.00629915623, 0.0327379555, -0.0187902749, -0.0334946103, 0.00578526082, -0.0276431441, 0.023885088, 0.0108580049, 0.0134306336, -0.00809621252, 0.0113435257, 0.000208474317, 0.00921858475, 0.0302409939, -0.00846193, 0.0166716408, 0.0175039619, -0.0217033979, -0.00881503522, 0.00285006873, 0.0013730143, 0.00834843144, 0.0165329203, 0.0192694906, -0.00524299126, -0.00407963386, 0.0481232814, 0.0133675784, -0.0354871377, -0.0114254961, -0.01911816, -0.0106562302, 0.0426249206, 0.0155492686, 0.0555889495, 0.00285479776, -0.000129360487, -0.0495861508, 0.0277440306, -0.0213881265, -0.00415214663, -0.0144521175, 0.0229392685, -0.00459668133, -0.013001862, 0.00233459705, 0.00630861428, -0.0447435565, -0.0232923757, 0.0105679538, 0.010895838, 0.0081214346, 0.00850606803, -0.00059823069, -0.0107066734, 0.0284754653, 0.00992479641, 0.0112930816, -0.0221447814, 0.0347304828, 0.0122641232, -0.0276431441, -0.00727650244, -0.0267099347, -0.0193703771, 0.0414899364, -0.000431924127, -0.00883395132, 0.0157006, 0.0241120849, -0.0010025684, 0.00121537771, 0.0132414689, -0.00529974047, -0.028904235, -0.0341503806, 0.00238661724, 0.0271639284, 0.0216151215, -0.0323848501, -0.0156753771, 0.019635208, -0.0107760336, -0.00291312323, 0.0132288588, 0.0261298325, 0.00305814878, -0.0153474938, -0.0091492245, 0.0179957878, 0.00951494183, -0.0115200784, -0.0386650898, 0.00632122532, -0.0433059111, 0.0372526683, -0.0139350705, -0.00752872135, -0.030770652, -0.0141494554, 0.00283588143, -0.00847454, -0.016444644, 0.0218799524, -0.0192947127, 0.0127055049, -0.0184497815, -0.0381858759, -0.0144268963, -0.0165581424, -0.0172769651, 0.000620299776, 0.0118353516, -0.0229014363, 0.0356889144, 0.0241246969, -0.0177435689, -0.021766454, 0.0110156415, 0.00270504295, -0.00906725414, -0.00123587053, 0.0117155472, -0.0216403436, -0.00883395132, -0.00153065077, 0.00222582789, -0.000867000956, 0.0281475801, 0.0164572541, 0.0256506186, -0.00128158508, -0.00933208317, 0.00277597946, 0.020707136, -0.0269369315, 0.0163185354, 0.034251269, 0.011419191, -0.0382867642, -0.0501914732, -0.00738369534, -0.0263316073, 0.0108201718, 0.00573797, 0.00538486429, 0.00544476602, 0.0196982622, -0.0298122223, 0.0152466064, 0.011936239, -0.00901050493, 0.00604378479, 0.0195343196, 0.0141494554, 0.0388920866, 0.0109210592, -0.0232167095, -0.0357645787, 0.0124974251, 0.00262307213, 0.00183331291, -0.0405567288, 0.000409855, -0.0184497815, -0.021489013, 0.00565915182, -0.0538738631, 0.00101360295, -0.00348061486, 0.00414899364, 0.00698014582, -0.0304679908, 0.0284502432, 0.0414394923, -0.00146680803, 0.00795118697, -0.0196730401, 0.0200135354, 0.0085502062, 0.0120812645, -0.0137206847, 0.00828537624, -0.0296356697, -0.00904203206, 0.0024827756, -0.00191686035, -0.00180966745, -0.00366032054, 0.0218168963, -0.0113876639, -0.0233932622, 0.00524614425, 0.0247174092, -0.00143528066, 0.0711760521, -0.013808961, 0.0111732781, -0.0215772893, 0.0352853648, 0.0298122223, -0.032410074, -0.0416160449, -0.0295095611, 0.0213881265, 9.98528922e-05, 0.00505698, 0.00567806838, 0.0159149859, -0.00134306331, -0.020164866, 0.00907986425, -0.0269873757, 0.0124154538, 0.0104229283, -0.0233932622, 0.0327631794, 0.00769896852, 0.0466099717, 0.0116461879, 0.0307202097, 0.0125857014, -0.00072236947, -0.0418178216, -0.00715039345, -0.0221700035, -0.0227122735, -0.0266594924, 0.0106688412, 0.0438607894, 0.0433311313, 0.0157132111, 0.0199126471, 0.024137307, 0.020429695, 0.0255749524, -0.0196982622, -0.00815296173, -0.0162554793, 0.0292825643, -0.0206819139, 1.7229182e-05, 0.0177814011, -0.0105048986, 0.0138720153, 0.00836104248, 0.0128694475, -0.0281728022, -0.0187146105, -0.0404053964, 0.0352096967, 0.0139224594, -0.0278953612, -0.00164730183, -0.0169238597, 0.0135819642, -0.0388920866, 0.029963553, 0.000608083, 0.0284502432, -0.025726283, -0.0209971871, 0.0103283459, 0.0076169977, -0.0099878516, 0.0229140483, -0.0103850951, 0.042700585, -0.00255844113, -0.00547629315, -0.0133549673, 0.0245913, -0.0202153102, -0.0236076489, 0.0218042862, -0.0107066734, -0.0261550546, -0.0468874127, 0.0135693531, -0.024666965, -0.0169364698, -0.00706842262, 4.05667779e-05, 0.0116461879, 0.0173652414, -0.00338918553, -0.0288033485, -0.0150574427, -0.0198117606, -0.00258523924, -0.00864478759, 0.0152592175, -0.0304679908, 0.00292731053, 0.0145656159, -0.0179327335, -0.0250579044, -0.00696753524, -0.0204927493, -0.0315273069, -0.0179831758, 0.00340494933, -0.0133423563, -0.0186011121, 0.0262811631, -0.0256884508, 0.00870784279, -0.010618397, -0.00810251851, 0.0412124954, 0.0110030305, 0.0211232956, 0.00578841381, 0.0192064364, -0.0499897, 0.00650093099, 0.0221826136, 0.0152339954, -0.00797010306, 0.0128063923, 0.0111985, 0.0214259587, -0.00497185625, -0.0207197461, 0.0153601049, 0.00281696487, 0.0157384314, -0.000562368368, -0.0201018117, -0.0149313333, 0.0129072797, 7.92616192e-05, -0.0241120849, 0.014590838, -0.0317795277, -0.00175922376, 0.0266090482, -0.0189289954, -0.00539747532, -0.0161419809, 0.0214259587, 0.00623925403, 0.00625501806, 0.0179579537, 0.0248435196, 0.00362879317, -0.0121001806, 0.00568437343, 0.0003351747, 0.00896636676, -0.00120434316, -0.0394469686, -0.0120308204, -0.00610368699, -0.00481737265, 0.00559609709, -0.0106310081, -0.0188785512, -0.00679098209, 0.0229266584, -0.0107886447, 0.0166842509, 0.020429695, -0.0129261967, -0.0304932129, -0.0101391822, 0.000317243539, 0.00448318338, 0.0139602916, -0.00951494183, -0.0219682287, 0.0298374444, 0.0359663516, -0.035588026, -0.00673423288, 0.00491826, -0.000339312654, 0.0311742015, -0.0108327828, 0.0124217598, 0.00906725414, 0.00798902, -0.00699275685, -0.0130270841, -0.0273909252, 0.0271387063, 0.0189037733, 0.0180083979, 0.00768635748, 0.00509481318, 0.0200135354, -0.0105868699, -0.00931947213, 0.0121380137, -0.000907986483, -0.0350079238, -0.00341756013, 0.00667117815, -0.0340242721, -0.00443589222, 0.014603449, -0.00936361, 0.0260793883, 0.0328892879, 0.0111039178, 0.0275927, -0.0364960134, 0.0186641663, -0.0171256345, 0.0137459058, 0.00552673731, -0.0277440306, -0.00644102879, -0.0325866267, 0.0247552413, 0.0302157719, 0.0305941, -0.00109399762, -0.0152087733, -0.0390181951, -0.0159023739, 0.0247174092, -0.0202531423, 0.00935099926, 0.00942035951, 0.013279302, 0.0122262901, -0.0173526295, -0.0383372046, 0.00521461666, 0.00440751761, -0.0170625784, 0.0251587909, 0.00584516302, -0.0183236711, 0.00829798728, 0.0138594043, 0.00810251851, -0.0217160098, -0.0566482656, 0.0103283459, -0.00802685227, 0.020971965, 0.00341125461, 0.0259280577, -0.0157888755, 0.0418934859, 0.0165707525, -0.0165581424, -0.0213881265, 0.0107697286, 0.0139098484, 0.014578227, 0.0170247462, 0.024137307, -0.0210854635, 0.0117218532, -0.0213881265, 0.0150322206, -0.0130901383, -0.0176426824, 0.0335702784, -0.0195847638, 0.0399261825, -0.0165203102, -0.0203792527, 0.00704950606, -0.0169238597, -0.0542774126, 0.00138089608, 0.0142629538, -0.0404053964, 0.00197991496, 0.0341756, -0.0323596299, 0.0259785019, -0.0292573422, -0.01168402, -0.0166338068, 0.0113246087, -0.00978607684, -0.0219430067, -0.00212966953, 0.0321074091, 0.00928794499, 0.0200009234, -0.0349070355, 0.00284061045, 0.0101139601, 0.0151709402, -0.0123271775, -0.0328388438, 0.0155871008, 0.00494978717, -0.0272900369, -0.00159528176, 0.00462820893, -0.0263820514, -0.0208206344, 0.0361429043, -0.0266090482, 0.00197833846, 0.0156123228, -0.0132414689, 0.0191812143, 0.000710546679, -0.0415908247, -0.0375301056, -0.0155240465, -0.00969149452, -0.0138594043, 0.0421709269, -0.0236580912, -0.0133675784, -0.0297617782, -0.00180020928, 0.0167977493, -0.0113183036, 0.0163689777, 0.0183867253, 0.0176805146, -0.020177478, 0.00207922584, -0.0137459058, 0.0477197319, -0.0244399682, -0.00802685227, 0.0322082974, 0.0131658036, -0.0157384314, -0.0279710274, -0.0221069492, -0.0133423563, -0.0159149859, 0.00583570451, -0.00894745, 0.0489303805, -0.0102715967, 0.00832951441, -0.028904235, 0.00218168972, 0.0127559491, -0.00212966953, 0.0126550617, -0.00631176727, -0.0174030736, -0.0141998995, -0.00923119579, 0.0495609269, 0.0116587989, -0.0241246969, 0.0079827141, -0.0021895715, -0.00445165578, 0.00836104248, 0.0150069986, -0.00430663, 0.026810823, 0.0137080736, 0.00289105414, 0.0292068981, -0.00613836665, -0.0242760275, 0.0328388438, -0.0330153964, -0.0179579537, -0.0135819642, 0.0102589857, 0.00322209089, 0.00273972307, -0.00788813271, 0.0152970497, 0.031577751, 0.0216781776, -0.000868577335, -0.00504436949, 0.00885917339, 0.0138594043, -0.00870784279, -0.0122262901, -0.00936361, -0.00670901127, -0.0120055992, 0.00111291395, -0.00273814658, 0.010095044, 0.0131784147, -0.0131405815, -0.00761069218, -0.0271891505, -0.00215331512, -0.0010671994, 0.0023740062, -0.012459592, -0.0227879379, 0.0159023739, -0.0233175978, 0.0221069492, 0.0143890632, 0.00337657472, 0.0156753771, -0.0210097972, 0.00307233608, -0.00126109237, 0.0290807895, -0.0266342703, 0.0267099347, -0.0189920496, -0.0290807895, -0.0297113359, -0.0182480067, -0.0103283459, -0.011671409, -0.0353610292, -0.034503486, -0.00352790579, -0.00272553577, 0.0190298837, 0.032132633, 0.035058368, -0.0125226472, 0.0130270841, -0.00773680117, -0.0125667853, -0.00395983, -0.0064504873, 0.0157258213, -0.0401531793, -0.00226681354, -0.00225577899, -0.0144521175, -0.00264987024, 0.0203288086, -0.0161545929, 0.0235319827, 0.0307454299, -0.0156879891, -0.0112993876, -0.000198523514, 0.0240742527, -0.0126046175, -0.0313759781, -0.0147547806, 0.00877089705, -0.00207764958, -0.00733955717, 0.00411746651, 0.00753502641, 0.00874567498, 0.0566987097, -0.0149187222, 0.015372715, 0.0235319827, 0.00593028683, -0.00910508633, -0.0117470752, 0.0343017094, -0.00996893458, -0.031855192, 0.0192442685, -0.00299351779, -0.0289799012, 0.0190929379, -0.0119866822, -0.0296861138, -0.00588299567, 0.0137080736, 0.0499140322, -0.0154105481, 0.00632122532, 0.00846823491, 0.0201900881, 0.0236833133, -0.00740891742, 0.00766113587, 0.00363194593, 0.0218295082, -0.019357767, -6.60595615e-05, 0.00176710566, -0.022397, 0.0195343196, -0.0066333455, 0.00138641335, 0.0118984058, 0.0271891505, -0.000641580729, -0.0239103101, -0.00848084595, 0.00551097328, 0.00453047408, -0.0171508547, -0.00160158728, 0.015662767, 0.000532023318, -0.0197865386, -0.00935099926, -0.0171256345, 0.0165329203, -0.000262858928, 0.0366221219, -0.0283241328, -0.00217380794, -0.0188911632, 0.00916183554, -0.0255749524, 0.00113971217, -0.0205305833, -0.0115263835, 0.0048583583, -0.0114948563, -0.00193104765, -0.0320821889, -0.0090546431, 0.000809463614, -0.00477954, 0.0172012988, 0.0267603789, 0.0207197461, 0.0219682287, -0.0054384605, 0.0142125105, -0.00405756431, -0.018840719, -0.016432032, 0.0199252591, 0.0140107358, 0.0219177846, 0.0076169977, -0.00600595213, 0.00995632354, 0.00399135705, 0.0158140976, 0.00323785446, -0.0103914011, -0.022031283, -0.0197108723, 0.00231725723, 0.0355375819, 0.0183741152, 0.0291312318, -0.0310228709, -0.0105553428, 0.00913661346, 0.0112678595, 0.0225609411, -0.00171035645, 0.00742783397, 0.00704320055, 0.0396235213, 0.0259532798, 0.00974824373, 0.029963553, 0.00418997929, 0.0153474938, 0.0186011121, 0.0146286711, -0.00834212545, 0.025751505, 0.0536720902, 0.00662073446, -0.00762330322, -0.00444219774, 0.00523983873, 0.00123271777, 0.0206188597, 0.00848084595, 0.0020823786, -0.000141774362, -0.0220691152, -0.0015393208, -0.00749088824, -0.00430663, 0.0144521175, 0.00462190341, -0.0151961623, 0.0082601551, -0.0177687909, 0.00730172452, -0.0155114355, -0.00873306394, -0.00762960874, 0.0163815897, -0.00497500924, 0.0239481423, -0.0109399762, 0.00672792736, -0.0282736905, 0.00572220655, -0.00803946331, 0.00412061904, 0.00739630638, -0.0220565051, -0.0250452943, 0.0109904194, -0.00209341315, 0.00670901127, -0.00526506035, -0.0271387063, -0.0161167607, 0.0189794395, -0.00516732596, 0.00415529916, -0.00547629315, 0.0054416135, 0.0126613667, -0.0139350705, -0.00816557277, 0.0212872382, -0.0162554793, 0.00687925844, 0.0121127916, 0.000193794418, 0.00451155799, 0.00560555514, 0.0135189099, -0.0376309939, -0.0138972374, 0.00807099, 0.0165959746, -0.00281696487, -0.0337468311, 0.0087015368, 0.0194838755, 0.0221069492, 0.0354871377, -0.0153222717, 0.0255371202, 0.0272395946, -0.0315273069, 0.00491826, -0.0173904635, -0.0133171352, -0.0099311024, -0.041414272, -0.00378958252, 0.00737108476, 0.0383119844, -0.00922489073, 0.020707136, 0.00506013306, -0.011154362, -0.00834212545, 0.026533382, -0.004382296, -0.0220943373, -0.0101707093, 0.0133549673, 0.01433862, -0.00388731714, 0.0119047118, 0.0139729027, 0.0243769139, 0.000676654861, 0.0127118109, -0.00162365637, -0.0134936878, 0.000632122508, 0.000118128883, -0.000966312, -0.00301243435, -0.00193262403, -0.00426564459, -0.031577751, -0.0282736905, 0.0182606168, 0.00762960874, -0.0219430067, -0.00680989865, 0.00603117421, 0.00201144232, -0.000214385698, 0.0228383821, -0.0238472559, -0.0105742589, 0.0093446942, -0.0157762654, -0.02335543, 0.0302409939, -0.0228509922, 0.0123713156, 0.00749719376, -0.0114633292, 0.00923119579, 0.00443273969, 0.0142125105, -0.0255371202, -0.0143512301, 0.0330658406, -0.00598073052, -0.0245913, -0.0172895752, 0.00461875042, 0.0145025617, -0.000157538016, 0.0178570673, -0.0205179714, -0.0149187222, -0.0117659913, -0.0112363324, -0.0124658979, 0.00157321268, -0.0242886376, -0.00553619536, -0.0139855137, -0.0117218532, 0.00429717219, -0.0176552925, -0.00774310669, 0.0133171352, -0.00683512026, 0.00770527404, -0.0161798149, -0.022018671, 0.0129892509, -0.0295852255, 0.00525244931, -0.0139350705, -0.0143512301, -0.0198495928, 0.00194523495, -0.00767374691, -0.0317543037, -0.00215489161, 0.0158267077, 0.0358906873, 0.0120812645, 0.00527136587, -0.011135445, -0.0181723405, -0.0147169475, 0.0202657543, 0.01803362, -0.0137459058, 0.00918075163, -0.00764852483, 0.00377697148, 0.00440121209, -0.00242760265, 0.0417421572, 0.00542269694, 0.0135189099, -0.00202878215, -0.0104985936, 0.0150574427, -0.017516572, 0.0334441699, 0.00034601221, 0.00147626619, 0.032410074, 0.0267099347, -0.0157510433, -0.00190109666, 0.0171508547, 0.00366662582, 0.0101454873, -0.0120875696, 0.0282989107, -0.0190046616, -0.0127748651, -0.0345791504, -0.000265420531, 0.0138720153, -0.0139350705, -0.0283241328, -0.00345539302, -0.00463451445, 0.0156753771, 0.00507904915, 0.00167567644, 0.00505067455, 0.0247300211, 0.000552516081, -0.0108075608, 0.0181597285, -0.00601856317, 0.00142818701, 0.0077998559, 0.0204044729, 0.0232419316, -0.00583570451, -0.0379084349, 0.0236076489, 0.00234405533, 0.00846193, -0.0305941, -0.0151457191, 0.0187272206, 0.016986914, -0.0133045241, 0.03823632, -0.00733325165, 0.0137332957, 0.00731433555, -0.0173904635, -0.0321830772, 0.00137853157, -0.0280719157, 0.000645127555, -0.0027885905, -0.0228509922, -0.0163185354, 0.00471648527, 0.0428266935, 0.0259280577, 0.0156249339, 0.0135819642, 0.00313381432, 0.000222070477, 0.00108690397, 0.0208206344, -0.00749719376, 0.0327127352, 0.0286520179, -0.0207449682, -0.0189037733, -0.00231095171, -0.0099878516, -0.00575058116, -0.0144773396, 0.000874882797, 0.00824754406, 0.00841779076, 0.00644418178, 0.0056528463, 0.00211705873, -0.010612092, -0.0118605737, 0.00111527857, -0.00845562387, 0.00113813579, -0.0018774512, 0.000484338263, -0.018058842, -0.00842409674, -0.0107760336, -0.0207701903, -0.00211705873, 0.0465595275, 0.0229644906, 0.0128631415, -0.00099153386, 0.00672162184, -0.0061604362, 0.0154609922, -0.0206440818, 0.0282232463, -0.0033702692, 0.00403864821, 0.0444156714, 0.00884656236, 0.0266090482, 0.00370761147, 0.0275927, -0.00256947568, -0.0212872382, -0.00156454265, 0.0115453005, -0.0234941505, 0.006100534, -0.00678467657, -0.00892222859, -0.0264577176, 0.000948183762, -0.00906094816, -0.022308724, 0.0295600034, 0.0024386372, 0.0266847126, 0.0113056926, 0.0312750898, -0.00158109446, 0.00665226206, -0.00190267304, 0.000986016588, -0.00284691597, -0.0118921008, 0.0216907877, -0.0143007869, -0.010082433, 0.00204296946, -0.00931316707, -0.020694524, -0.0172769651, -0.000220297065, 0.00227784808, -0.00989326928, -0.00350583671, 0.0250200722, -0.00359096029, -0.00588930119, -0.00620457437, 0.00455884868, 0.00336711644, -0.00267509208, -0.000394091359, 0.02281316, 0.00718192058, -0.0217916761, 0.00941405445, 0.00715039345, 0.0106814522, -0.00218799524, 0.00414268812, -0.00299667055, 0.00532811508, -0.0200261455, -0.0178066231, -0.00967888348, 0.00906725414, -0.00414584111, -0.0213502925, 8.339958e-05, 0.000877247367, 0.00345224026, 0.00309913442, 0.00761069218, 0.00511372928, 0.00260573206, -0.00135173334, -0.0363699, 0.00205715676, -0.00511057675, -0.0319308564, -0.00762330322, -0.00547629315, -0.00372337503, -0.0220060609, 0.00141084706, 0.000624634791, 0.00244021369, 0.0208710786, 0.00615413068, 0.0144773396, 0.0243895259, -0.00271765399, 0.0167473052, 0.0205431934, -0.000506013283, 0.0240742527, -0.00643787626, -0.00936991628, 0.0236076489, -0.00152198074, -0.00571274804, -0.0183867253, 0.00386840058, -0.00817187782, -0.00611314503, 0.00767374691, 0.00378642976, -0.0264324956, -0.0165203102, 0.00752872135, 0.0146665033, -0.0069549242, 0.0208836887, -0.0218421184, -0.000960006553, 0.0131531926, -0.0272395946, -0.0101644043, 0.015397937, 0.0220691152, -0.0235572048, -0.000458328228, 0.00101439108, 0.0104292333, 0.0205936376, 0.000846508192, -0.0099311024, 0.00978607684, 0.00434131036, 0.00509481318, -0.00444535026, 0.00177341106, 0.0180966742, -0.0142251216, -0.00489303842, -0.0175922383, -0.00313066179, -0.00503491098, -0.0121127916, -0.0184119474, -0.000142956633, 0.0149817765, -0.00998154562, 0.0235193726, 0.0109651973, -0.0067405384, 0.0224978868, -0.022031283, -0.0191307701, -0.0102905137, 0.00733325165, 0.0285511296, -0.000678625307, 0.00699275685, -0.00887808949, 0.00401657913, -0.00444219774, -0.0111921942, 0.0174156856, 0.0162933134, 2.12193554e-05, -0.0132288588, -0.00997524057, 0.00082838, 0.0200261455, -0.00414899364, 0.00299667055, 0.00824123807, -0.0242381934, 0.00152592175, 0.0117029371, 0.00373913883, -0.00110424391, -0.00145813799, -0.0168229714, 0.0153474938, -0.00621718494, 0.0326118469, 0.0266847126, 0.019635208, 0.0142755648, 0.00571905356, 0.0202657543, 0.0143512301, -0.0157006, -0.0217033979, -0.0292068981, -0.00836734753, -0.0199630912, 0.00834843144, 0.0158140976, -0.0146665033, 0.0258523934, -0.0219934508, 0.0105931759, 0.0162554793, 0.0105805648, 0.00330406195, 0.00589560671, -0.0322839618, -0.0133549673, -0.00784399454, 0.0190677159, -0.00442643417, -0.0205053613, -0.00446741935, -0.00236297166, 0.00973563269, 0.00120986043, -0.000856754603, -0.00123035314, 0.000569856085, -0.00974824373, -0.0261046104, 0.00736477925, 0.00655768, -0.039522633, 0.0123397885, -0.00132020598, 0.0196478181, -0.0070621171, -0.00694861868, -0.00555195892, -0.00909878127, 0.00689186947, -0.010340957, 0.00746566663, 0.00944558159, 0.0055456534, -0.00318268174, 0.0123460935, 0.00781877246, -0.00034443583, -0.0154609922, -0.00329460367, -0.000916656456, 0.00843670778, -0.0110156415, -0.00221164059, -0.00989326928, 0.0256001744, -0.0168860257, -0.00625817059, -0.0172265209, -0.00256947568, -0.00175764738, 0.0166464187, -0.00372337503, -0.0171256345, 0.008487151, -0.0204927493, -0.0167851392, 0.0101391822, 0.0219934508, -0.00921228, 0.0086258715, 0.0273404811, -0.0130396942, 0.000358229037, -0.0077241906, -0.0154231591, -0.0213502925, 0.000527294236, 0.00188533298, 0.00882764626, 0.0030660308, 0.00741522294, 0.0291312318, 0.00575373368, 0.00928163901, -0.00568122091, 0.0177183468, 0.0313507542, -0.0136324083, 0.0186893884, 0.0178066231, -0.00381480437, 0.0232293196, -0.00502545293, -0.00323154917, 0.013266691, 0.00506013306, 0.00380219333, 0.00174503645, -4.4532324e-05, -0.0111921942, 0.017516572, -0.011929933, 0.0056528463, 0.0225104988, 0.00379273505, 0.0187146105, -0.0172139108, -0.0156879891, 0.016709473, 0.0151835512, -0.00387155334, 0.00328199286, -0.0271387063, 0.0201396439, -0.0205810275, 0.00744044455, 0.0184497815, 0.00152670988, -0.0069549242, -0.00519885309, 0.00148178346, -0.0314516425, 0.000810251804, -0.00324100722, 0.00405125925, 0.0115516055, 0.0190929379, -0.0129766399, 0.00459352881, -0.0171382446, -0.00890961755, -0.0163689777, 0.0187272206, 0.0137080736, 0.00671531679, -0.0121380137, 0.0238094237, 0.0144016743, 0.0100256838, -0.0238724779, -0.000579708372, -0.00619826885, 0.00446426682, -0.0243643038, 0.0115074674, 0.0197487064, -0.0279458053, -0.003783277, -0.00776832877, -0.0149817765, 0.0170751903, 0.00116335764, 0.00480476161, -1.96799374e-05, 0.0115263835, 0.0206440818, 0.000796852692, 0.0113939689, -0.0147295585, 0.0180714522, 0.00211075321, 0.0127055049, -0.00610683952, 0.0247300211, 0.00539117, 0.00220218254, 0.00568752643, 0.00081104, 0.0181597285, 0.0024670118, 0.00872675888, 0.0144268963, -0.00788182672, 0.00712517137, -0.0117407693, -0.0130523052, -0.00471017975, -0.00500653638, -0.0172012988, -0.00170720369, -0.00356258568, 0.00102621387, -0.0160158724, 0.0111102229, -0.00434446288, 0.0120434314, 0.00938883238, -0.0129514178, -0.0123839267, -0.0125478683, 0.00728911348, 0.0165581424, -0.0125037301, 0.0144395074, 0.0276683662, 0.00946449768, -0.0152718276, 0.00946449768, -0.0274161473, 0.0277440306, -0.0139602916, -0.000101971134, 0.0161419809, -0.0298626665, 0.00253952458, 0.020707136, -0.00604063226, -0.000802764087, 0.0047511654, -0.0283241328, 0.00472594332, 0.020442307, -0.00258208648, 0.0326370709, 0.0145277837, 0.0232923757, 0.0184245594, -0.00165203097, -0.0103220409, 0.0071882261, -0.00192001311, -0.0207954124, -0.0192190465, 0.0110219466, 0.00173400191, -0.00616358873, 0.0082601551, 0.00349322567, -0.00769896852, 0.0224222206, -0.0179705657, 0.00218011346, 0.00595235592, 0.00251587923, -0.0176174603, 0.00593343936, 0.00622033793, -0.000427983206, 0.0122956503, 0.0229140483, -0.0215899013, 0.0252722893, -0.0107382014, -0.001756071, -0.0190298837, 0.0249191839, -0.0141998995, -0.00678467657, -0.00350583671, 0.00711256079, -0.00622979598, -0.010340957, -0.00656398572, -0.00369500043, -0.0152339954, 0.0199883133, -0.00961582921, -0.00194996397, -0.00924380682, -0.00848084595, 0.0089348387, -0.0190424938, -0.00882764626, 0.00777463429, -6.97541691e-05, -0.00613836665, -0.0311742015, -0.0163815897, -0.0197487064, 0.0132036367, 0.00941405445, -0.00816557277, -0.0205305833, -0.0189794395, 0.0221069492, 0.00951494183, -0.00241656811, 0.0247678533, -0.00681620417, 0.0198243707, -0.0154862134, 0.0122767333, 0.0102400696, 0.000117833311, -0.0125289522, -0.0180714522, -0.00594920292, -0.0133675784, -0.00311016897, 0.0129514178, -0.0115011623, 0.0131658036, -0.000441382319, 0.0205431934, 0.014578227, -0.00738369534, -0.00852498412, -0.00771157956, -0.000720398966, -0.000428771396, 0.00236770092, -0.0405062847, 0.00989957433, -0.0165581424, 0.00512949284, -0.0144268963, 0.00422781194, 0.0107571175, 0.00216434966, 0.0176805146, 0.00880873, 0.000398623408, -0.00931316707, -0.0117155472, 0.0134558547, 0.0361429043, 0.00971671659, -0.00393776083, 0.00604063226, -0.00860695541, -0.00183961843, 0.000183843615, 0.0250831265, 0.00928163901, -0.00476062344, -0.00884656236, -0.00458407076, -0.0139602916, 0.0111039178, -0.00955277402, 0.00377697148, -0.00438860105, -0.00974824373, 0.0146538923, -0.0177814011, -0.01803362, 0.016986914, 0.00886547938, -0.00758547, 0.00885286834, -0.00723236427, 0.00603747927, 0.0118101295, -0.0195721537, 0.0168734156, 0.0105616478, 0.00119094411, 0.0390938632, -0.00198306772, 0.00602486869, 0.0182858389, 0.0065261526, -0.0136450185, -0.0131658036, 0.0235319827, -0.00437914301, 0.00454623764, 0.0127811702, -0.0233175978, -0.0118921008, -0.0155997118, -0.0140737901, 0.0117155472, -0.00581678841, 0.00480791461, 0.00530604599, -0.00791335385, 0.00307548884, -0.00662073446, -0.00725758635, 0.0161419809, -0.00684142578, 0.00167725282, -0.00364455674, -0.0184119474, -0.00497500924, 0.0253731776, 0.00747827766, 0.0193703771, 0.00829168223, 0.00904203206, 0.0204675291, 0.00949602481, 0.00595235592, 0.000234090257, 0.000675866671, 0.0213250704, -0.02281316, -0.0129261967, 0.0233806521, -0.0024528245, 0.00787552167, -0.00166779454, 0.00028236644, 0.0101202661, -0.0107382014, -0.0026798211, -0.0060217157, -0.00983021501, 0.00672162184, -0.0226366073, -0.0175544042, 0.0116524929, 0.00439175405, -0.00776202325, -0.00459352881, -0.00867001, 0.00272711203, -0.0328892879, -0.00105222384, -0.00877720211, 0.0243895259, 0.00754133193, -0.0132919131, 0.00150306441, 0.0292321201, -0.0256884508, -0.00861326, 0.019622596, -0.00106956391, 0.00694231316, 0.00401657913, 0.00466919411, 0.016192425, -0.00071842852, 0.00551412627, 0.002787014, 0.00231410447, -0.00265775202, -0.00740891742, -0.0216907877, 0.01433862, -0.0242003612, -0.00384317874, 0.00365086226, 0.0128253093, 0.017251743, -0.0116209658, -0.00178129284, -0.00072079309, 3.74386764e-05, 0.00694231316, -0.00345854578, 0.0145025617, -0.00212494051, -0.00258366298, -0.0367482305, 0.00117439218, -0.00126739778, -0.0141368452, -0.00494032912, 0.0102589857, 0.000267785072, -0.00391569175, -0.0125100361, 0.00343647646, -5.40397778e-05, 0.0101454873, 0.0256253965, -0.00878350809, 0.00586092658, -0.00481422, -0.00494978717, -0.0201396439, -0.00968518853, -0.00800163113, 0.00532180956, 0.00466288906, 0.00288317236, -0.00532811508, 0.00706842262, -0.0172769651, 0.00173400191, -0.00127527956, 0.0145025617, -0.000554880593, 0.00466919411, 0.0147169475, -0.0217286199, -0.014603449, -0.0209593549, -0.00360672409, -0.018298449, -0.005302893, 0.000715275819, -0.00879611913, -0.0104544554, -0.026810823, 0.0154105481, 0.0222582798, 0.0167851392, -0.0113056926, 0.0261046104, -0.0106877573, 0.0131153604, 0.0195973739, 0.0333180577, 0.00348692015, 0.00261361385, 0.0128568364, 0.0158267077, 0.0132288588, -0.000200986586, 0.0166211966, 0.0022967644, -0.0059145228, 0.0034490875, 6.85718915e-05, -0.00790074375, -0.0084114857, 0.0133928, -0.018840719, -0.0112678595, 0.00725128083, 0.00255844113, -0.00829168223, 0.00753502641, 0.0170625784, -0.0267603789, 0.003050267, 0.0139855137, -0.0137459058, -0.00637166901, -0.0040890919, 0.0108516989, -0.0166590288, -0.0196982622, 0.0157636534, -0.00488988543, 0.0124785081, -0.000818921835, 0.0224726647, 0.018336283, -0.00614782516, -0.017756179, 0.0169995241, 0.005577181, -0.00845562387, -0.00454308512, 0.026533382, -0.0207449682, -0.00189006212, 0.0136576295, 0.0397244096, -0.0021123297, 0.00923119579, -0.000856754603, 0.00954646897, 0.00343332393, -0.0106877573, -0.00243233191, -0.0218799524, 0.0231914874, 0.00384948426, 0.00860695541, -0.00730803, -0.00773680117, 0.0128253093, 0.00175291835, 0.00995001849, 0.00445480878, -0.00534387864, -0.0140233468, 0.0112867765, 0.00215331512, 0.00751611032, 0.00558033353, 0.0116146598, -0.00853759516, 0.0138846263, 0.00110897305, -0.0246543549, -0.00541639142, -0.00654506916, -0.0301905498, 0.0164068118, 0.00709994975, 0.00644418178, -0.00120986043, 0.00713147689, -0.000231922764, 0.00256789918, 0.0100319898, -0.0105868699, 0.00433500484, -0.00727650244, 0.0154105481, 0.0129009746, -1.50986252e-05, -0.0113750529, -0.0131279714, 0.0228762142, 0.0177814011, -0.0138720153, 0.00943297055, 0.0153474938, 0.00166779454, 0.00385578978, 0.00285322126, -0.00465027802, 0.0041363826, -0.017516572, 0.0181849506, 0.0195217095, 0.00109636213, -0.00815296173, -0.00209498964, -0.0145277837, -0.0097734658, 0.00371706951, -0.00207922584, -0.0157258213, 0.0304427687, 0.0118227405, -0.0186515562, -0.00206661504, 0.0136450185, -0.00253479555, -0.00389047, 0.00609107595, 0.012459592, 0.00585146854, -0.00743413903, 0.0268360451, 0.00919336267, -0.0187902749, 0.0101517932, 0.008764592, -0.00906725414, -0.0111606671, -0.0123334825, 0.0117407693, 0.0157384314, 0.0351088084, -0.0287781265, -0.00431293575, -0.00592713384, 0.0060217157, 0.0168860257, -0.00152592175, 0.0188659411, 0.00974193774, -0.007692663, 0.0171886887, -0.000724339916, -0.0177814011, -0.00791335385, -0.00340494933, 0.0228636041, 0.00670270575, -0.0106688412, 0.00507589662, -0.0159780402, 0.000820498215, 0.0155744897, 0.0107760336, 0.0131784147, -0.00736477925, -0.0128316144, 0.016469866, -0.0255245082, 0.0255371202, -0.00066719664, 0.00584831554, 0.00970410556, -0.00195626938, -0.0107571175, 0.0336207226, 0.0107255904, -0.00746566663, -0.0361933485, -0.0060816179, 0.0217790641, -0.0277692527, -0.0165833645, 0.019900037, 0.00369184767, 0.0186893884, 0.00130207778, 0.00349637843, 0.0166716408, 0.0178444572, -0.0390686393, 0.00623925403, 0.00276967394, -0.00643472373, -0.00544476602, 0.00203824043, 0.0034616983, -0.000524929666, -0.000859907304, 0.0177309588, -0.0199378692, 0.0148430569, 0.0251461808, 0.00101990846, 0.00986174215, 0.00709364424, -0.00687295292, 0.00976716, 0.00897267181, 0.00102148473, 0.0185254458, 0.00521461666, -0.010870616, 0.00178759836, 0.00401973166, 0.0104355393, -0.00440436509, 0.00508535467, 0.036874339, 0.00848084595, 0.0230653789, -0.0156375449, 0.00548575167, 0.00494978717, -0.00417106273, 0.0154357702, -0.000129459, -0.00174030743, -0.00487727439, 0.0144647285, -0.0134684658, -0.00341440737, 0.0142251216, 0.00522092218, 0.00708733872, -0.0112426383, 0.00363509869, 0.0155997118, 0.0131658036, 0.0123145664, 0.00511372928, -0.0337720513, -0.00320317456, 0.00853759516, -0.00108690397, 0.0489051603, -0.0157258213, 0.0178192351, 0.00796379801, -0.00489619095, -0.0241246969, -0.00949602481, -0.0176300704, 0.0107066734, -0.0133801894, -0.00723867, 0.0120938756, -0.000603353838, 0.0136576295, -0.00417736825, -0.00435707392, -0.00878981315, 0.00293519231, 0.00805207435, 0.00146759616, -0.00361302937, -0.0219808389, -0.00612575607, -0.0104292333, 0.00186484028, -0.0103031239, -0.0146412821, -0.00245597726, 0.0021123297, -0.00538801681, -0.00157636544, 0.031577751, -0.0024969629, -0.0247678533, 0.0154736023, -0.000760596304, -0.0205558054, 0.0226366073, 0.00815296173, -0.00737739028, 0.00434131036, -0.0159654282, 0.013014473, 0.0137206847, 0.000626999361, 0.01857589, -0.00129104324, -0.00312435627, 0.00880873, -0.0117344642, -0.00202562963, -0.00907986425, -0.0197487064, -0.012730727, -0.0252975114, 0.0319308564, -0.0156375449, 0.000252809608, -0.00172612013, -0.0250957366, -0.00887808949, 0.0166716408, -0.0244904123, -0.0124091487, 0.00506013306, 0.0267351568, 0.00340810209, -0.00272711203, -0.0133045241, 0.0122641232, -0.00415529916, -0.0167599171, 0.0349827, -0.0271639284, 0.00331036723, -0.0241751391, -0.00272080675, -0.0149565553, 0.0237968117, 0.0163942, -0.00411116099, 0.0124217598, 0.0133171352, 0.0286015738, -0.0128000872, 0.00589875923, -0.00231568073, -0.00942666549, -0.00740891742, -0.00542269694, 0.00020985365, -0.00380219333, -0.00754133193, 0.00473855436, 0.0287781265, 0.0112804705, -0.00604693778, 0.00388416438, 0.00432554679, 0.00407332834, 0.0216781776, -0.021766454, -0.000600595202, -0.0129766399, 0.0253101233, 0.00128631422, -0.0253479555, 0.00403549522, 0.00924380682, -0.00109872664, -0.00364455674, -0.00317322346, -0.00899789389, -0.00202090037, 0.0217033979, 0.00336396368, -0.0120055992, -0.00217380794, -0.0149439443, -0.00298090698, 0.00954646897, -0.00705581158, -0.0131658036, -0.0172391329, -0.00790074375, -0.00861956645, 0.00665856758, -0.00327568734, 0.00747827766, 0.0204675291, 0.00479215058, 0.00739000086, 0.00506328559, -0.0202026982, -0.012213679, 0.0163942, -0.0215646792, 0.0262811631, 0.0269621536, 0.0109462813, -0.0143007869, 0.00842409674, 0.0196730401, -2.07513722e-06, 0.0121821519, 0.013808961, -0.0163563676, 0.00417736825, 0.00339233829, -0.00880242418, 0.0143638412, -0.00411431352, 0.0131784147, 0.0105679538, 0.00106562302, 0.000132119123, 0.00382110965, 0.000278819643, 0.001492818, -0.015397937, 0.0176552925, -0.00940774847, 0.00125872775, 0.0130775273, -0.0175417941, 0.00880873, 0.0130396942, -0.00865109358, 0.0288790148, 0.0126739778, -0.00275233388, -0.00687925844, 0.0151583301, 0.00216592615, -0.0104103172, 0.00930686109, -0.0139855137, 0.0264829379, -0.0138594043, 0.00725128083, -0.013266691, -0.00264041196, 0.0255875625, 0.0170247462, 0.00558663905, 0.017516572, 0.00155823724, 0.00895375572, -0.00417421572, -0.00758547, 0.0183615033, -0.0177057367, -0.0186263341, -0.00735847373, -0.00810882356, 0.00478584552, 0.0123082614, -0.0139350705, 0.00256317016, -0.0173147973, 0.00273972307, 0.0108201718, -0.0151709402, -0.0134558547, 0.0134684658, 0.00975454878, 0.00262622465, 0.00901050493, -0.00240868633, -0.0128820576, -0.0135567421, 0.0106751462, 0.00967888348, 0.011412885, 0.00378012424, -0.00157557719, 0.0154736023, -0.0108327828, -0.0247804634, 0.0148178348, 0.00397244096, -0.0101265712, -0.00391253876, -0.00928794499, -0.0137837389, 0.00762330322, 0.0295095611, -0.0110030305, -0.0120308204, -0.0118353516, -0.0281980243, -0.0187272206, -0.000270543707, -0.0126802828, -0.00754133193, 0.00595550844, 0.0207323581, 0.00354366936, -0.011135445, 0.0233049858, 0.00464712502, -0.010366179, 0.0105805648, 0.000417736825, 0.0154988244, 0.00747827766, -0.00390938623, 0.0113876639, -0.0129766399, -0.000924538297, 0.000100788864, 0.0296104476, 0.0240111984, 0.0220817272, 0.033696387, 0.00088434096, 0.00446741935, -0.0332928374, -0.00950863585, -0.00449264143, 0.0105301207, -0.0075098048, 0.00416475721, -0.0181218963, 0.00483313622, 0.016986914, -0.00305814878, -0.00273026479, -0.00983652, 0.0026672103, -0.000150247331, 0.00546683511, -0.0171256345, 0.00379904057, -0.0147169475, 0.00122956501, -0.00141715247, -0.00159528176, 0.00334504736, -0.0129766399, 0.00462820893, -0.00846193, 0.00198464398, -0.000487096899, 0.0080457693, -0.0211989619, -0.00224159169, 0.0133549673, 0.00901681, -0.0032347017, 0.0366221219, 0.000548969256, 0.0137837389, 0.00682250923, 0.0156249339, -0.0101265712, 0.0100256838, -0.00556141697, 0.00190109666, 0.00150621717, 0.0062361015, 0.0125793954, -0.0103031239, -0.00551412627, 0.0111291399, 0.0104103172, -0.00345224026, 0.000887493719, 0.0163311455, -0.00170247466, 0.0266090482, 0.00515156193, -0.00696753524, 0.011141751, 0.00221952237, 0.0122830393, -0.0160410944, 0.0126992, 0.00892222859, -0.00130995968, -0.00633383635, -0.0159780402, -0.00705581158, -0.00627708714, 0.0223843884, -0.0416160449, 0.0137837389, 0.00380534609, 0.00847454, -0.0160284825, 0.0135819642, -9.57149387e-05, 0.0123208724, 0.0163059235, -0.00318741077, 0.00030798238, -0.0228005499, -0.0086258715, -0.0134054115, -0.00263568293, -0.00355943316, 0.00834212545, -0.00101281481, -0.00651984708, -0.00935099926, -0.0209089108, 0.0117786024, 0.0078503, -0.00503175845, -0.000201971823, -0.00303292694, -0.00630230876, 0.0130775273, -0.0206314698, -0.00800793618, -0.00935730524, 0.00513895135, -0.0113561368, -0.00309282891, -0.0195217095, 0.00226681354, -9.15277124e-05, 0.00155035534, -0.00689817499, -0.0224852767, 0.00233617355, 0.00414268812, -0.0285006855, -0.0294843391, 0.0174282957, -0.0159023739, -0.00493087107, -0.00394406635, 0.0115137724, -0.0216781776, 0.0174030736, -0.0197865386, 0.010624703, -0.0185254458, -0.00434761588, -0.00670270575, 0.00636221096, -0.00270346669, 0.0133928, -0.00993740745, -0.00969149452, -0.00300455233, 0.00615728321, 0.0048489, -0.0159780402, -0.014326009, -0.00213755155, 0.00340494933, -0.0215016231, -0.00745936111, 0.0133801894, -0.0272395946, 0.00932577811, -0.000838626409, 0.00603432674, -0.0126298396, 0.0136954626, 0.00420574285, -0.00134463969, 0.00946449768, 0.00720083714, -0.0218547303, -0.0107192844, -0.0217160098, 0.00110109127, 0.00193104765, -0.0104985936, -0.0211737398, 0.00748458272, 0.00615413068, -0.00955908, 0.000745226745, -0.00340179657, -0.00278543774, 0.00845562387, -0.0135189099, 0.00607846491, -0.00623294897, 0.00054621062, 0.00686034234, 0.0186515562, -0.00643787626, -0.0202909745, -0.0147926128, -0.000634092954, -0.00791966, 0.0477449559, -0.00309125264, -0.0201018117, -0.00453362707, 0.00795118697, -0.00202562963, -0.0284754653, 0.00529343495, -0.0068477313, 0.0101959314, -0.00950863585, 0.0109462813, -0.0179579537, 0.0249822382, -0.0177309588, 0.00899789389, 0.0268360451, -0.0170499682, -0.0146917254, -0.00525244931, 0.00487727439, -0.0151457191, 0.0391947478, -0.00858803838, 0.0138720153, -0.00680989865, -0.0167977493, -0.000560792, 0.00651984708, -0.0114444131, 0.00149597076, -0.016192425, -0.00571274804, -0.0285259075, 0.0216655657, 0.00662073446, -0.00686034234, -0.0112678595, 0.00789443776, 0.017529184, -0.00693600764, -0.0174030736, -0.0285763517, -0.0353105851, 0.0173400193, -0.00613206159, 0.0131658036, 0.0178570673, -0.0109273652, -0.000947395631, 0.0214385688, 4.31283734e-05, -0.00268297386, -0.00285006873, -0.00517363101, -2.74632403e-05, 0.00890331157, -0.0129261967, 0.0137206847, 0.00807099, 0.00448003039, 0.00442012865, -0.0126613667, 0.0105553428, 0.00235824264, -0.0137585169, -0.0126550617, -0.00671531679, -0.00242129713, 0.0152213844, -0.015397937, 0.016432032, 0.0158897638, -0.000443352765, 0.010624703, 0.00717561506, 0.0113246087, 0.00573481712, 0.00299351779, -0.00879611913, -0.0226492174, 0.0069738403, 0.000362564053, 0.00329460367, 0.00530919852, 0.00373598607, -0.0133801894, 0.0256127845, -0.00705581158, 0.00157951808, 0.0222330578, -0.00529658794, 0.00912400335, 0.0108453939, 0.0152213844, -0.0251714028, 0.00758547, -0.0248056855, -0.0054699881, -0.0275422558, 0.00744675, -0.0155366575, 0.00458407076, -0.00252691377, 0.0159023739, 0.00283115217, 0.00983021501, -0.00921228, 0.000140296514, 0.00634644693, 0.00892853364, -0.0135693531, -0.00296199066, 0.0257767271, -0.00192158937, 0.00589560671, -0.00672162184, -0.00768005243, -0.00452416856, -0.0238346439, 0.010082433, -0.00699275685, 0.0361681283, -0.00296671968, 0.0246417448, -0.0327379555, 0.0150826639, 0.00287213782, 0.00301401061, 0.00698645134, 0.00329460367, -0.0167977493, 0.013279302, 0.0101076551, -0.0015716363, 0.0148052238, 0.00429086667, -0.000851237332, 0.00845562387, 0.000378524739, 0.00461559789, -0.00098522834, 0.00360041857, -0.0143512301, -0.00368554238, 0.00384948426, -0.0183867253, 0.00219272426, -0.00404810626, 0.0155871008, 0.0256253965, 0.00389362243, -0.0211232956, 0.00685403682, 0.0122893443, 0.0107823396, -0.00122168323, 0.0193703771, 0.0187146105, -0.00504752202, -0.0143890632, 0.0226870514, -0.0124469809, 0.0111102229, 0.0340747125, 0.00851867814, -0.0303671025, 0.0125415633, 0.00466604158, 0.0360924639, 0.02227089, -0.0144647285, -0.033141505, 0.0120308204, 0.00955277402, -0.000273499405, 0.00174346007, -0.0079827141, -0.0148430569, -0.00229834067, 0.0113687469, 0.000737739, 0.000272120087, 0.00953385793, 0.0123334825, 0.00497185625, 0.027870141, 0.0229014363, -0.00833582, 0.0200261455, 0.00909247529, -0.0199757032, -0.0216655657, -0.010340957, -0.0239103101, 0.00971671659, 0.0101454873, 0.0231662653, 0.00786291063, -0.00956538506, -0.00413953559, 0.0120119043, 0.013279302, -0.00909247529, 0.00613206159, 0.00917444658, 0.0302409939, 0.00538486429, 0.00415214663, 0.0271891505, -0.00964735635, 0.0151961623, 0.00136040337, 0.00227784808, 0.0052240747, 0.00189952028, 0.00200198404, -0.00354366936, -0.0287529044, -0.0237085354, 0.00878981315, 0.000524929666, -0.000455963687, -0.000411431363, -0.00433500484, 0.00391884428] |
01 Aug, 2022 | How to directly update a field by using ng-click in AngularJS ?
01 Aug, 2022
In this article, we will see how to update the field directly with the help of the ng-click directive in AngularJS, along with understanding different ways to implement it through the implementations.
Any field can be updated with ng-click using a custom JavaScript function. For this, we can make a clickable object in HTML (usually a button) and attach an ng-click directive with it that calls this custom function. The ng-click Directive in AngluarJS is used to apply custom behavior when an element is clicked. It can be used to show/hide some element or it can pop up an alert when a button is clicked.
Syntax:
<element ng-click="expression">
Contents...
</element>
Example 1: This example calls a function to change the field value after clicking on the button.
HTML
<!DOCTYPE html>
<html ng-app="example">
<head>
<title>
How to directly update a field by using
ng-click in AngularJS?
</title>
<script src=
"https://ajax.googleapis.com/ajax/libs/angularjs/1.7.8/angular.min.js">
</script>
</head>
<body>
<div ng-controller="basicCntrl">
<h1 style="color:green">
Welcome to {{name}}!
</h1>
<!-- on button click the change()
function is called from $scope -->
<button type="button" ng-click="change()">
Click Me
</button>
</div>
<script type="text/javascript">
var app = angular.module('example', []);
app.controller('basicCntrl', function($scope) {
$scope.name = "GFG";
$scope.change = function() {
this.name = 'GeeksforGeeks';
}
});
</script>
</body>
</html>
Explanation: The button calls the change function which changes the variable name. The change is reflected on the page because of the {{name}} syntax. For simpler logic such as the one shown in example 1, we can avoid calling the function and changing the variable inside the ng-click directive.
Output:
Example 2: This example changes the variable name inside the ng-click directive.
HTML
<!DOCTYPE html>
<html ng-app="example">
<head>
<title>
How to directly update a field by using
ng-click in AngularJS?
</title>
<script src=
"https://ajax.googleapis.com/ajax/libs/angularjs/1.7.8/angular.min.js">
</script>
</head>
<body>
<div ng-controller="basicCntrl">
<h1 style="color:green">
{{name}} Learning Together
</h1>
<!-- on button click the
name is changed directly -->
<button type="button" ng-click="name='GeeksforGeeks'">
Click Me
</button>
</div>
<script type="text/javascript">
var app = angular.module('example', []);
app.controller('basicCntrl', function($scope) {
$scope.name = "GFG";
});
</script>
</body>
</html>
Output:
Also, we can use other HTML tags to make the ng-click work such as a <p> tag.
Example 3: This example implements a <p> tag to change the heading content.
HTML
<!DOCTYPE html>
<html>
<head>
<title>
How to directly update a field by using
ng-click in AngularJS?
</title>
<script src=
"https://ajax.googleapis.com/ajax/libs/angularjs/1.7.8/angular.min.js">
</script>
</head>
<body ng-app="example">
<div ng-controller="basicCntrl">
<h1 style="color:green">
Welcome to {{name}} Learning Portal
</h1>
<!-- on paragraph click the name is changed directly -->
<p style="font-family:Arial;"
ng-click="name='GeeksforGeeks'">
Click Me
</p>
</div>
<script type="text/javascript">
var app = angular.module('example', []);
app.controller('basicCntrl', function($scope) {
$scope.name = "GFG";
});
</script>
</body>
</html>
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ? | https://www.geeksforgeeks.org/how-to-directly-update-a-field-by-using-ng-click-in-angularjs?ref=asr10 | CSS | How to directly update a field by using ng-click in AngularJS ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, How to directly update a field by using ng-click in AngularJS ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0192804839, -0.043675568, -0.00965574104, 0.0302226245, 0.0354612134, 0.0279753022, 0.0229381975, 0.0250460319, 0.00507972576, 0.00385532202, 0.0232791714, 0.00527733518, 0.0135381864, -0.0605382435, -0.0135304369, -0.00611039484, -0.0392119177, -0.00920627639, -0.0129337339, -0.0148710813, 0.0327644236, 0.00203421502, -0.063545, 0.00515334494, -0.000377540651, 0.0386229642, 0.0102834422, 0.021992771, 0.00326636829, -0.00103357504, -0.0133831985, 0.0202259105, -0.0128872376, -0.0175136235, -0.0183660574, -0.0193114821, -0.000221584152, -0.0264719203, -0.0406068079, 0.0103299385, 0.0157080162, -0.00436290726, 0.00504097901, 0.0136389285, -0.019652456, 0.0321134776, 0.0102911908, -0.0512699708, -0.0221477598, 0.0262704361, 0.00493248738, -0.0137319211, 0.0164442081, 0.0317260064, 0.0258054715, 0.0042582904, -0.0388089493, -0.0309510678, -0.0196679551, 0.0194044746, 0.0548346899, -0.0367941074, -0.0134916902, -0.0174051318, 0.0276188292, 0.0158862509, -0.000665478932, 0.0110971276, 0.00652498705, 0.0103299385, -0.038591966, 0.0229536965, -0.0267353989, -0.0263634287, -0.0135614341, -0.0185520425, -0.00220276439, 0.0286417492, -0.0299436469, 0.0222717505, 0.0459693857, -0.0080283694, -0.0300211404, 0.0202879049, 0.0265804119, -0.0110118845, -0.0162272248, -0.0508360043, 0.004145924, 0.0224887319, -0.00452564424, -0.00728055276, 0.0339423344, -0.0293546934, -0.00563768204, 0.00702094845, 0.0274793413, 0.00560668437, -0.0283317734, 0.0419397056, -0.00610652, 0.0389949344, -0.00328767905, -0.0234806556, 0.019125497, 0.0136001809, 0.0346862748, 0.0111901201, -0.000129075794, -0.0219307765, 0.0260689519, -0.0156227723, -0.00622663554, 0.0258519687, -0.054369729, -0.0011004135, -0.00227638357, -0.0477362499, 0.0365461297, 0.0152972974, -0.0100122131, 0.00805936661, 0.0238526259, 0.0564155653, -0.0303776134, 0.0432726, -0.00625375845, -0.0411027707, 0.0193889756, -0.00364221376, -0.00701707369, -0.00847783405, 0.0126470057, 0.0367631093, 0.0510839857, 0.00814461, 0.00829959754, -0.0377550311, -0.0394289, -0.00251661474, -0.0197454486, -0.0308890734, 0.010833649, -0.00138132891, 0.0069473288, -0.00782688521, 0.0327334292, 0.0340043269, -0.0102136973, 0.0272933543, -0.0612511858, -0.0560745932, 0.0237286352, 0.0150725655, 0.0315400213, -0.0295561776, -0.0217757896, -0.0129724806, -0.0108568966, -0.0423116758, 0.0131662153, -0.0142821278, -0.038096007, 0.0306565911, -0.0277118217, 0.0318964943, 0.00967899, -0.0101594515, -0.0353992172, 0.0466203354, -0.00795087498, 0.0179940853, -0.00727667799, 0.0263324305, -0.00929151941, -0.00880330801, 0.0221012626, -0.0472092889, 0.0456284136, 0.00138714095, -0.00946975593, -0.00428153854, 0.00408392912, -0.00116047135, 0.0328884162, 0.00752465846, -0.0272468589, -0.0269833803, -0.0259759594, -0.0242865905, -0.0462483652, 0.0167231858, 0.0331363976, 0.0150028206, 0.0265029166, -0.0141348895, -0.0683806241, 0.000492812833, -0.0131274685, -0.00401031, 0.0276343282, -0.0410717726, -0.000720209035, 0.0234961528, 0.0150028206, -0.0101749506, 0.0181335751, -0.0402038395, 0.0249065422, -0.00401031, -0.0118023222, 0.0475502647, -0.000342184037, -0.0243640859, 0.00571905077, 0.0106864106, -0.00222988729, -0.00690083252, -0.0183040611, -0.0112676146, -0.00447914796, 0.00434353342, -0.0261774436, -0.00266191573, -0.0780518651, -0.0442955196, -0.024193598, -0.0324544497, 0.010322189, -0.0161497314, 0.0190944988, 0.0448534749, 0.00835384335, 0.00527346041, 0.00321018533, -0.00557956146, 0.0169091709, 0.009485255, -0.0123912767, 0.0656528398, 0.00500610657, -0.000690664456, 0.00946200639, -0.0116085876, 0.00774551649, 0.00698607601, -0.0339113362, 0.0225662272, 0.0158707537, 0.00110331958, -0.0500920638, -0.0144293662, -0.00311138039, 0.0198229421, -0.0042582904, 0.0209388547, -0.000448738167, 0.0088730529, 0.0468063205, 0.0143518718, -0.00304551073, 0.0398938656, -0.0117325783, 0.0538737662, 0.0269523822, -0.0637309924, 0.00998121593, -0.0470233038, -0.0135071883, -0.0105856685, 0.0346242785, -0.00139198441, 0.0342523083, 0.0101207048, -0.0198694393, 0.00836159289, -0.0242245961, -0.0042466661, 0.0106941592, 0.0178545974, 0.00755565614, 0.0153980395, 0.0595773198, 0.0256504845, 0.00868706685, -0.00988822244, -0.0265494138, -0.00123796519, -0.0178081, 0.0261154473, -0.0384989753, -0.0370730869, 0.02251973, 0.011600838, 0.0620261244, 0.0409477837, -0.00860182382, 0.01794759, 0.00630025472, 0.00268516387, -0.0098727243, -0.0511149839, -0.0172346458, 0.0327334292, -0.0245345719, 0.0535327941, 0.0590193607, -0.0277273208, -0.0433965884, -0.0253560077, 0.035368219, -0.0307340845, -0.0274018459, -0.00687758438, -0.0167386848, 0.0320514813, 0.00136873615, 0.0323924534, -0.0214658137, -0.00744716497, -0.0179320909, 0.00337098516, -0.0145301083, 0.0519209206, 0.0330434032, 0.0146076018, -0.0121200476, -0.0482322089, 0.0262859333, -0.0349032581, -0.0509599969, -0.0613751784, -0.0171106551, 0.014483612, -0.00933026709, -0.00705194566, -0.000217588371, 0.00518046785, -0.0103609357, -0.00441327831, -0.0217447914, 0.0211868342, -0.00988822244, -0.000409749046, 0.0205978807, -0.0537807718, -0.0116550839, 0.00310363108, 0.0598562956, -0.0117248287, 0.00145494821, 0.0248600468, 0.0502470508, -0.00777263939, 0.0215743054, 0.00588178774, -0.0236046445, -0.0270453747, -0.039769873, 0.00127186882, 0.0249530394, -0.0100044636, 0.00891954917, 0.0125850113, -0.0139876511, -0.0572835, 0.011345108, 0.0262704361, -0.00279946742, -0.0267199, -0.0233101677, -0.0016293095, 0.000857760722, -0.0145378578, -0.0229381975, 0.00173489493, 0.0158552546, -0.0074161673, -0.0152817992, 0.0134994388, -0.00308619486, 0.0251700226, 0.0112056192, 0.00692020636, 0.0170486607, 0.03589518, -0.0316640101, -0.0401728414, 0.00520371599, 0.00795862451, -0.0281922836, 0.046899315, 0.0322374664, -0.0234496575, 0.0572215021, -0.0482322089, -0.00528121, -0.0375070535, 0.0379720144, -0.0212023333, 0.0324234515, 0.039769873, 0.0383439884, 0.0107406555, 0.00720693357, -0.00393862789, -0.0329814069, 0.00820660498, 0.0305635985, -0.0162737202, 0.010833649, -0.0148400841, -0.0238216277, -0.0307495836, 0.0235891454, 0.00138423499, 0.00727280322, 0.00609102147, -0.0265494138, -0.016583696, 0.0716663674, 0.00649399, -0.0356162, 0.0243640859, -0.0227057151, -0.00224344875, -0.00600577798, 0.0146695971, -0.0131817143, -0.0168161783, -0.0364531353, -0.0264409222, 0.0307030864, -0.00649786415, -0.0167386848, -0.044698488, 0.0239456184, 0.000913943804, -0.0147935878, -0.0181800704, -0.00206327531, 0.0216208, 0.0184280518, -0.0167851802, -0.0376000442, 0.0165217016, -0.0227522124, -0.0334463716, -0.00706357, 0.00885755382, -0.044171527, -0.019295983, -0.0259449612, -0.0252010189, 0.0218067858, -0.0193889756, -0.0210163482, -0.0122905346, 0.0182420667, -0.0240541101, 0.013631179, 0.0163977109, -0.000214682354, 0.014227882, 0.0188775156, -0.0199004356, -0.000328138267, -0.0192649867, -0.00189375738, 0.0279133059, 0.0164752044, -0.0354302153, 0.0566945449, -0.0127709964, 0.0254335012, 0.00589728635, 0.00733479857, -0.0185365435, -0.00775326556, -0.00727667799, 0.0216053016, 0.0253560077, 0.0261464454, -0.0192184895, 0.00359571748, -0.0450704582, 0.0502160527, 0.0152895488, -0.00442490214, -0.0120658018, -0.00190925621, 0.0178545974, -0.0349652506, 0.0202724077, -0.0133909481, -0.0167231858, -0.0376000442, -0.0108258994, 0.0386229642, 0.00211945851, -0.00453726854, 0.0255419929, -0.0178081, 0.0347482674, -0.0225972235, -0.0180870779, -0.0496890955, 0.00201871642, 0.0442335233, 0.0109111425, -0.0309820659, -0.00786175672, -0.0192494877, 0.0265494138, 0.00263091829, -0.0195904598, 0.00779588753, 0.0315090232, 0.00039764063, 0.0159947425, 0.025449, -0.0158320051, -0.00385144725, -0.0179165918, 0.0066877245, 0.000169881183, 0.0369181, -0.00437840587, -0.0154677844, -0.00728055276, -0.0329504088, -0.00843133777, -0.00889630057, 0.0237596333, -0.0234031603, -0.00919852685, -0.00212527043, 0.0104616778, 0.00375651731, -0.0153515432, -0.0383129902, 0.0141891353, -0.0516729392, 0.0280682947, -0.00124765199, 0.00483949482, -0.0183195602, 0.00326830568, -0.00124280853, 0.0118875662, -0.00714106392, 0.0178236, 0.0345622823, -4.70109553e-05, -0.0103764348, -0.00652886182, -0.0246275645, -0.0264254231, -0.0121742934, -0.0082840994, 0.00491698878, -0.0437375642, 0.0258674677, 0.0256504845, -0.000533739279, -0.0313075408, -0.00315012736, 0.00374489324, -0.00464963447, -0.0132514583, 0.0198539402, 0.00676134368, 0.0312300455, -0.0208613612, 0.0165372, -0.00121374836, 0.024209097, -0.0143906195, 0.019652456, 0.0375070535, -0.00457989, -0.016940169, 0.0263634287, -0.0291377101, -1.12986727e-05, -0.00429316284, -0.000780751114, -0.00568805309, -0.0300211404, -0.0140263978, 0.00630800426, 0.00698995078, -0.00719918404, -0.00452951901, 0.0107019087, 0.0334463716, -0.024038611, 0.024550071, 0.0018191695, -0.0160257407, -0.0141271399, 0.0197299495, 0.0295251794, 0.0158862509, 0.0112986118, -0.00560668437, -0.0277583189, 0.0001727872, 0.02200827, 0.012096799, -0.0426526479, 0.00495186076, 0.00884980429, -0.0285332575, -0.00770676928, -0.0343453027, -0.00353372237, 0.0257744752, -0.0102214469, -0.0238681249, 0.00143266865, -0.002729723, 0.0460003838, -0.00368871, 0.0139024071, -0.0229072, 0.008036118, -0.0292926971, -0.00332448864, -0.00864057057, -0.00271422416, -0.0618091412, -0.0210473463, 0.0240696091, 0.0144526139, 0.012693502, 0.0106709115, -0.0019751261, -0.0165527, 0.0196679551, -0.0174051318, 0.0335703604, -0.0270608738, 0.110103346, -0.0146076018, 0.00585466484, -0.0128252422, 0.0161962267, 0.00820660498, -0.0010190449, -0.00808261521, -0.025572991, 0.00016963901, 0.0110428818, -0.00196350203, -0.0160412397, 0.010337688, 0.0190170053, -0.0208768602, 0.0353372246, -0.00649399, -0.0339113362, 0.0207528695, -0.00567642879, 0.0172346458, -0.0127012515, 0.021837784, 0.00116918935, 0.0404828191, 0.0300676376, -0.000642715138, -0.0330744, -0.00149466377, -0.00331092719, -0.00415367354, -0.0262704361, -0.0144061176, -0.0120890504, 0.0184125528, 0.0170641597, 0.00134161336, 0.0167851802, 0.0294011887, -0.0239766166, -0.0253250096, -0.013460692, -0.0468063205, -0.001618654, -0.0313695334, 0.0223957393, 0.0180870779, -0.000332739466, 0.0244415794, -7.10764434e-05, 0.0110506313, -0.0281612873, -0.0270918701, -0.0317105092, 0.0228917, -0.00418467121, -0.0238681249, -0.0372590721, -0.01743613, -0.0080283694, -0.00885755382, 0.0696205273, -0.0136699257, 0.0261309464, -0.0234961528, -0.00737354532, 0.029463185, 0.0215433072, 0.0238991212, 0.0570355169, -0.0137939155, 0.019791944, -0.012096799, -0.0376620404, -0.0306565911, -0.0124920178, -0.0136776753, 0.0156925172, 0.0167386848, -0.00598253, -0.0561365895, -0.00528121, 0.0259914566, -0.00214270665, 0.00416529784, -0.00340392, -0.00200709235, 0.00685433624, 0.0267199, -0.0160412397, -0.0195439644, -0.00442490214, 0.0037933269, 0.00837709196, -0.0132204611, 0.00427766377, 0.00420791935, 0.000505647738, 0.021992771, -0.0113373594, -0.000322568405, 0.0148555823, 0.00151209987, -0.028951725, 0.00827635, -0.0234961528, -0.011004135, -0.00843133777, 0.0439855419, -0.0127864955, -0.010066459, -0.0320514813, -0.0109266415, 0.0431796052, 0.0221942551, 0.0127399992, 0.0067148474, 0.0268903859, -0.0403588265, -9.52327537e-05, 0.00942326, -0.00998121593, -0.0402348377, -0.00253017619, 0.00781138614, -0.0051145982, 0.0261774436, 0.0118255708, 0.0374760553, 0.0107794032, 0.0107794032, -0.0067032231, 0.0114923464, -0.00683496287, 0.0154522853, -0.0140728941, -0.0154987816, 0.0139101567, -0.028285278, -0.00396768842, 0.0226747189, -0.00552144088, 0.0286882445, -0.0117403278, 0.00432416, 0.0385609679, 0.0177926011, 0.0259914566, 0.013034476, 0.013290206, -0.0115620913, -0.0147858383, -0.014979573, -0.0184745491, 0.0156227723, -0.040141847, -0.000199667906, -0.012863989, -0.00283821439, 0.00142491923, 0.00351822353, -0.0190944988, -0.00200515497, 0.0025650484, -0.0163047183, -0.0256659836, 0.0178545974, -0.0101594515, -0.0301451311, 0.00221826322, 0.00289246021, -0.020148417, 0.00905903801, 0.0187380277, -0.0287812389, 0.0226437207, 0.01897051, 0.00522308936, -0.00402193377, -0.0136234295, -0.0146773467, 0.0266424064, 0.00392312929, 0.00187050924, 0.00711394101, 0.00909778476, -0.0142898774, -0.00738129485, -0.0466203354, 0.0127322497, -0.00764089962, 0.0111436239, 0.000680493424, 0.00905128848, 0.0485111885, 0.016258223, -0.00375070516, 0.012863989, 0.0227832086, -0.00939226151, -0.00346204033, 0.0349962488, 0.00457601529, 0.0223182458, 0.0125695122, 0.00274328445, 0.025216518, 0.0188465193, 0.00967124, 0.0215123091, -0.0178390983, -0.00107813405, -0.0161652304, 0.0307805818, 0.0111358752, -0.0205358863, -0.0307185855, -0.00988822244, 0.00269678817, -0.00144332403, 0.0406378061, -0.00780751137, -0.00982622802, -0.033694353, -0.008291848, -0.00263866759, -0.00615301635, 0.00341166928, 0.00254180026, 0.0370730869, 0.0111126266, -0.0307805818, -0.0263324305, -0.0168626755, -0.0155530274, -0.0176841095, 0.013545935, 0.0037293944, -0.0281767864, -0.0161342323, -0.0279753022, 0.0325784385, -0.0129879797, -0.0388399474, -0.00838484149, -0.0342213102, -0.0063157538, -0.00243524602, -0.00615689112, -0.0296491701, 0.0106011666, 0.0228142068, -0.00999671407, -0.0207528695, 0.0111048771, 0.00215820549, 0.0165062025, 0.00977198221, 0.0130189769, -0.00512234727, 0.0186760314, 0.00735029718, -0.0110196341, 0.00720693357, 0.0158165079, 0.00290989643, -0.00888855103, 0.0361741558, 0.000465689955, -0.0121510448, 0.0217912868, 0.000873259502, -0.053656783, -0.00470000552, 0.00819885544, -0.00430478668, 0.00249917852, 0.0119883083, -0.0130887218, 0.0323614553, -0.0130732227, -0.00105391722, -0.0240696091, 0.0326094367, -0.0168626755, 0.0124377729, 0.0126315076, 0.0310130622, 0.0232171752, 0.0113838557, -0.0147005944, -0.01564602, -0.0153127965, 0.0159947425, -0.0251855198, -0.00915203057, 0.0123370308, -0.00928377081, -0.0188310202, -0.00845458545, 0.0074316659, -0.0185985379, -0.00123796519, 0.0406068079, -0.0240696091, 0.00888855103, 0.011174622, -0.0136466771, 0.0290757157, -0.0323924534, -0.0208923575, -0.00640099682, -0.0197764449, 0.00580816856, 0.00882655662, 0.0188620184, -0.0156382713, -0.00702482276, -0.0204273947, 0.0130422255, 0.0141038913, 0.00994246826, 0.0170641597, 0.00734254811, 0.00449077226, -0.00872581452, 0.0187690258, 0.0123137822, 0.0337563455, 0.000602999469, -0.00491698878, 0.0133676995, 0.00425054086, -0.0208458621, 0.00143751199, 0.0105624199, -0.00902029127, 0.00322762132, 0.00230738125, -0.0129724806, 0.0266889017, -0.039614886, 0.00890405, -0.0345622823, -0.003237308, 0.00279559288, -0.030129632, 0.0228297058, 0.0101207048, -0.0153670423, -0.00400643516, 0.0120193055, 0.0340663232, -0.00865607, -0.0283472724, -0.00309975632, -0.00886530336, -0.0127012515, -0.00155472162, 0.0120813008, -0.0165062025, 0.0322994627, 0.00258829654, -0.0200709235, 0.00430866145, -0.0202259105, -0.017963089, 0.0289827231, -0.00459538866, -0.00874131266, -0.00957824755, -0.000314819015, -0.0042466661, -0.00508747529, 0.00750528509, 0.00785788242, 0.00364027638, -0.00110138219, 0.00289052282, -0.0153050469, 0.0100199627, 0.0226282217, 0.0195284653, 0.00024398473, 0.0115543418, -0.00325474422, -0.0243795849, 0.0376620404, -0.0187690258, 0.0132359602, 0.0159482472, -0.00324699492, -0.0132747069, -0.0619331338, 0.0128174927, -0.00569967693, 0.00908228662, -0.0161962267, -0.00535482913, 0.0149563244, -0.0058469153, -0.00259023393, -0.0134374443, 0.0157700107, -0.0138636604, -0.0289362259, -0.00283433986, -0.0232791714, 0.0185210444, -0.0058314167, -0.00669547403, 0.00581204332, -0.00551369181, -0.0108181499, 0.00126799406, 0.00570355169, 0.00899704266, -0.013716422, -0.0201019198, -0.00561055914, 0.0238371268, 0.0158010088, 0.0300521385, -0.0157002658, -0.014979573, -0.00478912378, 0.0081601087, -0.00867156871, 0.00378170284, -0.00429316284, 0.00929926895, -0.0168626755, -0.0044559, -0.00249142922, 0.0151810572, -0.0266579054, 0.0244725775, 0.00553306518, 0.0269988775, 0.0425286591, -0.004018059, -0.0326404348, 0.0338493399, 0.0222252533, -0.00661410531, -0.0199159347, -0.00431253621, 0.0151810572, -0.00822210405, -0.00294864317, 0.00137454818, -0.0116628334, -0.00759827765, 0.0934266597, 0.0128794881, -0.0209078565, -0.00334773702, -0.00237712567, -0.0471163, 0.0179165918, 0.0416917242, 0.00390763, -0.0449154712, -0.00642037066, 0.0129337339, 0.0101749506, -0.0129259843, 0.00222213776, -0.0222562514, -0.0110118845, -0.00596703123, 0.0113218604, -0.0124455215, -0.00181238877, 0.00338454661, 0.00449077226, 0.0230466891, -0.0219307765, -0.00970223732, -0.00757115521, 0.0105624199, -0.00330511527, -0.00559118576, 0.00871806499, 0.00898154452, 0.0278358124, 0.00109169551, 0.00372358249, 0.0460003838, 0.00541294971, -0.0184125528, 0.00933801569, -0.0110816294, 0.00490923924, 0.00740841776, -0.021341823, 0.00965574104, -0.00824535172, 0.0148013365, -0.00425441563, -0.00602515135, -0.0128407413, 0.00109750754, -0.0289207269, -0.00707906857, -0.0181490742, -0.00436678203, -0.0103454366, 0.0153050469, -0.0220392682, 0.0094930036, 0.0125772618, -0.031478025, -0.00236937637, -0.00760215241, 0.000649011519, -0.0305326, 0.00460701296, 0.0098727243, -0.000754596957, 0.00890405, -0.0405448154, 0.0247670542, 0.0159327481, -0.0125850113, -0.00169808534, 0.00248561706, -0.00653661136, -0.0194974672, 0.0196989514, 0.0299126487, 0.0269988775, -0.0155685265, -0.0168936718, 0.000790922204, -0.0459693857, 0.00541682448, -0.00742779113, -0.0014007024, -0.0110428818, -0.0110583808, 0.00728830229, 0.000164674551, 0.023372164, -0.0196214579, -0.0132514583, -0.015661519, 0.0253715068, -0.0069977, -0.00697832648, 0.0105546704, -0.0034659151, -0.0243020896, 0.0194044746, 0.00384757272, 0.00254373765, 0.00798962172, 0.0046418854, 0.00747816218, 0.0388089493, 0.0120580522, 0.00396768842, 0.00906678755, 0.0190170053, 0.0119185634, -0.0110738799, -0.00610652, 0.0030300119, 0.0220547672, 0.00367902336, 0.0153902909, 0.00554081472, 0.00818335731, -0.0205203872, 0.0129957283, 0.00501773087, 0.0151655581, 0.00911328383, -0.0074316659, -0.0275568347, -0.00276072044, -0.0172191467, 0.0119805587, -0.0293236952, 0.0102911908, -0.0111203762, 0.0140728941, -0.0128252422, 0.00973323546, -0.00202646572, 0.035368219, -3.54474105e-05, 0.00456826622, -0.0217292923, -0.0105314227, 0.00808261521, 0.00139489037, -0.0193889756, -0.00134161336, -0.0155297797, -0.0102911908, 0.0122285392, -0.0155995237, -0.016940169, -0.014809086, -0.0181490742, -0.00199159351, 0.028099291, -0.00962474383, 0.00813686, -0.0162272248, 0.00675359415, 0.0043861554, 0.0188465193, 0.0298196562, 0.0154290376, -0.00782301, -0.00394250266, 0.010407432, 0.00429316284, -0.0127554974, -0.00219888962, 0.00110138219, 0.0195439644, 0.00114884716, -0.0118488185, -0.0106786611, 0.0363601409, -0.00320437318, 0.0449154712, 0.000537614, 0.0217757896, -0.00913653243, -0.0219772737, 0.00688145915, -0.0301141329, -0.0272468589, -0.00817560777, -0.00142976269, 0.00626150798, 0.0144758625, 0.00235387753, -0.000892148644, -0.0174981244, -0.00697832648, 0.000939613674, 0.0291842073, 0.0150028206, -0.00580816856, -0.0090047922, -0.0296646692, 0.00384563534, 0.0213728212, -0.0162117258, 0.011515595, -0.00397156272, 0.0140186483, 0.0065869824, -0.00966349058, 0.00304551073, -0.0186760314, -0.0224732347, 0.00955499895, 0.0219617747, 0.028099291, -0.013119719, -0.0233256668, 0.00507197622, -0.019125497, 0.0119418111, -0.0151345609, 0.0047465018, -0.0143518718, 0.0176686123, -0.0050022318, -0.00206715, 0.0163357165, 0.00191313087, 0.00643974403, -0.00757502951, -0.0092605222, 0.00330705266, 0.0318035, -0.0114845978, 0.0257744752, 0.030486105, -0.0019189429, -0.000902319734, 0.000985625666, 0.0216208, -0.0144448644, -0.0126237581, 0.0337563455, -0.00205358863, -0.00449077226, -0.0161652304, 0.00331480196, 0.017963089, -0.000121871279, 0.0235116519, -0.0205513854, -0.0171261542, 0.0207993649, 0.00306875887, -0.0246275645, -0.00767964637, -0.027928805, 0.000731833105, -0.00288083614, -0.0143828699, 0.00411105203, -0.0258674677, -0.0131972125, 0.0214038175, 0.00684271241, -0.00409942772, 0.00700932415, -0.0266734045, 0.00124765199, -0.0398008712, -0.0173741337, -0.00595540693, -0.0194044746, -0.0223337449, -0.00496348506, -0.000900866697, -0.00383594865, 0.00501773087, 0.0207993649, 0.00806711614, 0.02149681, -0.0199779291, -0.0136079304, -0.0203963965, -3.00894317e-05, 0.00902029127, 0.0150415683, -0.0133986967, 0.0349652506, -0.00946975593, -0.0156305209, 0.0268903859, 0.0240851063, 0.0110506313, -0.00383982318, -0.000911037787, 0.00729217706, -0.0141503876, 0.00874131266, -0.00832284614, 0.00146947824, -0.00719530974, 0.00593215879, 0.00486274296, -0.00251855212, -0.0360811651, 0.00260379538, 0.0221942551, -0.00768352114, -0.00642424496, -0.0155840255, 0.0204273947, -0.00855532754, -0.0103609357, -0.0163512155, 0.0102214469, 0.010577919, -0.012352529, -0.00330511527, -0.00506422715, -0.00627700659, 0.0278048143, -0.0139411548, 0.00216789218, -0.00179398397, -0.0018104515, -0.0163357165, 0.00989597198, -0.00685433624, 0.00303582381, -0.0172501449, 0.0133831985, -0.0133289527, 0.00411492679, -0.0276963226, -0.019636957, 0.0082840994, -0.00420017, -0.012863989, -0.0346862748, -0.012282785, -0.0254799984, 0.0150028206, 0.00026614315, 0.0347482674, -0.0133909481, -0.0139334053, 0.0152120544, 0.00950850267, 0.00541682448, -0.00539745064, -0.0140263978, -0.020318903, -0.0227987077, -0.00879555847, -0.00921402592, -0.000221947397, 0.0263789278, 0.0309975632, 0.0227987077, 0.012608259, -0.0141968839, 0.00555243855, 0.00113722309, 0.0019015068, -0.019079, 0.00947750546, 0.0205513854, -0.0278048143, -0.00335936109, 0.00745103927, 0.00884205475, 0.013290206, -0.0174206309, 0.0147858383, 0.0117480764, 0.0052424632, -0.0212333314, 0.0107794032, 0.0171261542, 0.0075440323, 0.0130189769, -0.008036118, -0.0155685265, -0.00362865231, 0.00853982847, -0.0213108249, -0.00918302871, -0.028440265, -0.0110816294, -0.000830153527, -0.00231319317, 0.0295716766, 0.00710231671, 0.00614526728, 0.0169866644, 0.0266734045, 0.00476975, -0.0209543537, -0.012693502, 0.00126896275, -0.0242245961, -0.00662572915, 0.0242710933, 0.0236666407, 0.0202724077, 0.00940776058, 0.0192184895, 0.033694353, -0.0272778571, -0.0095395, 0.0124765197, -0.0442645214, -0.023372164, 0.0100199627, -0.00583529146, -0.019652456, 0.0193269812, -0.0109576387, -0.00940001104, 0.0328884162, 0.0178390983, 0.0185985379, 0.0410407744, -0.00436290726, 0.00440165401, 0.0171881486, -0.00278009404, -0.00897379499, 0.0240076128, 0.00751303462, -0.00939226151, 0.0192339886, -0.0123990253, 0.00779976184, -0.0299281478, -0.0098727243, -0.0152817992, 0.0174206309, 0.00761377672, 0.0204428937, 0.00848558359, -0.00142395054, -0.00486274296, -0.0052424632, 0.00725730462, 0.00871031545, -0.00760602718, 0.0115078455, -0.00324699492, 0.010663162, 0.00338842114, -0.0181645732, 0.0180560816, -0.00902029127, -0.0151423104, 0.0228452049, -0.00602127658, -0.0134761911, 0.00252630142, -0.0156537704, 0.00627313182, 0.0116395857, -0.00964799151, -0.00856307708, -0.0243175887, 0.00311913, 0.00783850905, 0.00805936661, 0.00446752412, 0.000192887179, 0.0100897066, 0.0255109947, 0.0155297797, -0.0226902161, -0.0102369459, 0.00586628914, 0.00236937637, -0.0140031492, -0.00979523, -0.0127012515, -0.0148245851, 0.0180560816, -0.0249220412, 0.00816785824, 0.0131042199, 0.0089118, 0.0243330877, 0.0420017, 0.00431253621, 0.00261929422, 0.0127942441, 0.0160877351, 0.0109266415, 0.013545935, 0.00990372151, 0.0132282106, 0.00334773702, -0.0306100938, 0.00437840587, 0.0104849264, -0.00989597198, -0.00716043729, 0.0134839406, -0.00921402592, 0.00279946742, -0.0224267375, 0.00102098228, 0.00449077226, -0.00623826, -0.0112986118, -0.0163047183, 0.0231706798, 0.0155530274, -0.0415677316, -0.0002388992, 0.0106709115, 0.00536645344, 0.0127632469, -0.0234961528, -0.0298351552, 0.0183660574, 0.012352529, 0.0142743783, -0.0132979546, 0.0111126266, -0.0263324305, -0.0150958132, 0.00302032521, 0.00287114945, 0.00206133793, -0.0148633318, -0.00999671407, 0.0168781728, 0.00132514583, -0.00792375207, -0.0104694273, -0.0114458501, -0.0162892193, 0.0024216848, 0.0121820429, 0.00195768988, 0.0141891353, -0.0193734784, 0.0111048771, -0.0334153734, 0.0233411659, -0.0128484899, -0.00321793463, -0.00736192148, -0.00967124, 0.00676521845, -0.00762540055, 0.00919852685, 0.00590503588, -0.0123215318, 0.015491033, 0.01743613, 0.012538515, -0.0272313599, -0.0229536965, 0.0130267264, 0.0201949123, 0.00580041902, -0.00774551649, 0.0314005315, -0.0069977, 0.000771548715, 0.0124687701, -0.00166611909, 0.000213108258, 0.00469225645, 0.00110331958, -0.00672647124, 0.0228917, 0.0111048771, 0.0260069557, 0.00755178137, 0.0120580522, -0.00995021779, 0.0172656439, 0.00492086308, -0.0331363976, -0.0140418969, -0.00689695776, 0.0134684416, -0.0225972235, 0.00606002379, 0.0035220983, -0.00284015178, 0.0180405825, -0.0233411659, 0.0348102637, 0.00321405986, 0.00312687922, -0.0101594515, -0.01564602, -0.0103531862, -0.00711781578, 0.00307457079, 0.00145010476, 0.0142201325, -0.00276847, 0.00359959202, -0.00622276077, -0.010748405, 0.00220857654, 0.00388438231, -0.0218687821, 0.010748405, 0.0127322497, -0.0572525, -0.0104384301, -0.0135691836, -0.0243640859, 0.000405632192, 0.00890405, 0.0247360561, -1.66339469e-05, 0.0112986118, -0.00550981704, -0.00881105755, 0.000956081087, 0.00071197527, 0.00472712843, 0.0217137933, -0.00369258481, 0.0166766886, 0.0213108249, 0.00378751475, -0.00216595479, -0.0253560077, 0.00450627087, 0.0144526139, 0.00157215772, -0.011755826, -0.00778426323, 0.00470388029, 0.0140031492, 0.00785400812, -0.00201484165, -0.000958018471, -0.00476975, 0.0130964704, 0.026921384, -0.0121897925, 0.001565377, 0.00317531289, -0.00573842414, -0.0338493399, 0.0212953258, -0.00368096074, 0.00735804671, 0.00308038294, 0.0238991212, -3.93523769e-05, -0.0108104, 0.0020574634, -0.0239301194, 0.0121742934, 0.0276808254, -0.00550594227, 0.014297626, 0.0151423104, 0.00855532754, 0.0160257407, 0.00347172725, 0.0112986118, -0.0242400952, 0.0189550109, 0.0101207048, -0.0270298757, -0.013204962, 0.0283007752, 0.00857082661, -0.0166921876, -0.00179689, -0.0289827231, 0.00297189155, 0.0177461058, 0.0128872376, -0.00485499343, -0.000607842871, -0.0104384301, 0.0329504088, 0.0164752044, 0.000656276534, 0.0100509599, -0.0207373705, 0.0134839406, 0.0238061287, -0.000204511278, 0.00954724941, -0.0148710813, -0.00483174529, -0.0201639161, -0.0105856685, 0.0263324305, -0.0149175776, 0.000140457705, 0.00839259, 0.0117635755, -0.00198771874, 0.0235581491, 0.00674197031, -0.0414127447, 0.00995796733, -0.00509135, 0.00924502313, 0.00626150798, 0.0191099979, 0.00338842114, 0.0255574919, 0.0187535267, 0.0121277971, 0.00025597206, 0.0211093407, -0.020659877, 0.015235303, -0.00946975593, 0.0214348156, -0.00329542859, 0.00593603356, 0.000498382724, 0.0024294341, -0.0120735513, 0.00212720782, -0.0211403389, 0.00433578435, 0.00751303462, -0.0306255929, 0.0130499741, -0.00819110591, -0.00647461601, 0.0155995237, 0.0199004356, 0.00520371599, -1.26911409e-05, 0.0102989404, -0.00418467121, -0.000899898, 0.0142046334, 0.00447527319, 0.00979523, -0.0112753641, 0.00231125578, -0.00482787052, -0.00944650732, -0.00725730462, 0.00666060159, 0.00819885544, -0.0153050469, 0.0250460319, -0.0154755339, -0.00193347305, 0.0164752044, -0.0019286297, 0.0123835271, -0.0171571523, -0.0102679431, -0.00786950625, -0.00993472, -0.00360540417, -0.00969448779, -0.0220857635, 0.00705194566, -0.00174748769, 0.00410717726, -0.000178357077, -0.010151702, 0.00703257229, -0.00857082661, 0.0124920178, 0.0040296833, -0.00850108173, 0.0308735743, 0.00585079, -0.0029292698, 0.00355115836, -0.00976423267, -0.0214503147, 0.0246275645, -0.0105004245, 0.0293701924, -0.0146153513, -0.00133483263, 0.00971773639, -0.00515721971, 0.0150570665, 0.00473875273, 0.00206133793, -0.000816107728, 0.00414979877, -0.00856307708, 0.0255109947, 0.0159947425, 0.00885755382, 0.0280527957, 0.0156382713, 0.00657148333, 0.0117790746, 0.0165372, -0.00710231671, 0.00649399, -0.0111901201, -0.00203615241, -0.0111591229, 0.0133367022, -0.0029738287, 0.0132127116, 0.0155917751, -0.0110971276, -0.0144913616, 0.0187380277, -0.0129647311, -0.00166127575, -0.000767189718, -0.0154522853, -0.0249840356, -0.0053742025, -0.0201794133, -0.00844683591, 0.00855532754, 0.00551369181, -0.00983397756, 0.0196679551, 0.0104539283, -0.00138036022, -0.000773970445, 0.0289672241, -0.00604839949, 0.00300482637, 0.00117306411, 0.0022647595, -0.0238216277, -0.0074161673, -0.0182420667, -0.00728055276, -0.021326324, 0.0148245851, 0.00325474422, 0.0123215318, -0.0143286241, 0.00251661474, 0.0248135496, -0.000991437701, 0.00166708778, -0.00651336322, 0.0155685265, 0.00377782807, -0.0226902161, -0.000485789962, -0.0102291964, 0.0208923575, 0.000165037811, 0.00257473509, 0.00564930588, -0.0014007024, 0.0183970537, 0.0159327481, -0.0210473463, -0.000105403829, -0.0129879797, 0.00561055914, -0.00425441563, 0.0149253272, -0.00962474383, 0.00692408066, 0.00860182382, -0.0074161673, 0.00556018809, 0.00201871642, 0.000816107728, 0.009485255, 0.00277040736, -0.0194199737, -0.0106941592, 0.0295716766, 0.00822985359, 0.00565705542, -0.00847008452, -0.0286262501, -0.00714106392, 0.0172346458, -0.00213883189, -0.0334153734, 0.0028653373, 0.00159056252, -0.00985722523, 0.0136544267, 0.018102577, 0.0111823715, -0.0188155212, 0.00631187903, 0.0219152775, 0.0220702663, -0.00285952538, 0.00546332076, 0.0089118, 0.0127322497, 0.0175756179, -0.00540132541, 0.0278668106, -0.011515595, 0.00631962856, -0.003365173, 0.00650561368, 0.00339810806, -0.00849333219, 0.0158475041, 0.0122905346, -0.000111760746, -0.0087723108, -0.00355503312, 0.0124765197, 0.00142298196, -0.00724955508, 0.0177461058, 0.00773389218, 0.010492675, 0.00261735683, 0.00453726854, -0.00325086946, -0.00832284614, 0.0038301365, -0.0120813008, -0.018102577, 0.00204196456, 0.013375449, -0.00220470177, 0.00816785824, 0.0100974562, -0.00323149608, -0.0154987816, 0.00737354532, 0.0191564951, -0.00745103927, -0.00149272638, 0.0119030643, 0.0071759359, 0.0053470796, 0.0137086725, -0.0104694273, -0.0118488185, -0.00222601253, -0.00547881937, 0.00562218297, 0.000763799355, 0.00981072895, -0.00405293144, -0.0137939155, -0.0148633318, -0.00293895649, 0.00225119805, 0.00328380452, -0.0118178213, 0.0100897066, -0.00198190683, -0.00282077841, -0.0049867332, 0.0102524441, 0.00486274296, 0.0166611914, -0.00251855212, 0.0242865905, 0.00898929313, 0.0105391713, -0.00109847612, 0.010322189, -0.000580719963, 0.0242400952, -0.00857082661, -0.00494411122, 0.0155530274, 0.00155762758, 0.00590116112, -0.00809036382, -0.00364221376, 0.00215433072, -0.00833834428, -0.0219772737, 0.0227987077, -0.00619951263, -0.00101710751, -0.00435903249, -0.0486971736, 0.00717206113, 0.025727978, -0.00953175128, 0.00332642603, 0.00223569921, 0.00241006049, 0.00365190045, 0.0102214469, -0.0107174078, 0.00573842414, 0.0162427239, -0.025216518, -0.00720693357, 0.00134161336, -0.0060871467, 0.00272584823, 0.0119108139, 0.0177151076, -0.0153980395, 0.00738904439, 0.0169711672, 0.0204738919, -0.0101827, -0.0189550109, 0.00502548, -0.00235968945, -0.00227250881, 0.00955499895, -0.00443652645, -0.00686983531, -0.0242245961, -0.00992697, -0.0140496455, 0.015746763, 0.0144061176, -0.00715656253, 0.00850108173, 0.000869384792, -0.0208613612, 0.0196679551, 0.0207838658, 0.0112056192, -0.0095395, 0.0121277971, -0.0176531132, 0.00189666345, 0.00159056252, 0.0124997674, -0.00214270665, -0.00373520656, 0.0243175887, -0.0139024071, -0.00119243748, 0.00553694, -0.004018059, 0.0147005944, 0.0367321149, 0.00266772788, 0.00594378309, -0.0150260692, -0.00700932415, 0.010833649, -0.0107639041, -0.00798187312, 0.0112211183, 0.0251390245, 0.00556793762, -0.00698220124, 0.0224577356, -0.0271073692, 0.00309781916, 0.00531220762, 0.0387469567, -0.00821435452, 0.0128174927, 0.0366391204, 0.00161574804, -0.0094930036, -0.0193424802, 0.00242555933, 0.000616560923, 0.000294476864, -0.0073193, 0.00786563195, -0.00827635, -0.00630800426, 0.00713331439, 0.000886820955, 0.00139876502, -0.0185055453, 0.039769873, -0.0124687701, 0.0103764348, 0.0226127226, -0.0019828754, 0.0190170053, 0.0125927599, 0.0144138671, 0.0116163371, 0.0121587943, -0.0202724077, 0.00456826622, -0.011686082, 0.00760602718, 0.0109343911, 0.00659473194, -0.0167231858, -0.0122517869, 0.0213573221, -0.0229691956, -0.00350659946, -0.0158630032, 0.00497123413, -0.00165352633, 0.0119108139, 0.0330744, -0.00302032521, -0.00478524901, -0.00649399, -0.00586241437, 0.0081601087, -0.00846233498, 0.00346204033, -0.007660273, -0.0221167617, 0.00365965, 0.0175291225, 0.00739291916, -0.00852433, -0.00470775506, 0.00815235917, -0.0158862509, -0.0128872376, 0.0160102416, 0.0073193, -0.0242865905, 0.0165372, -0.000478040543, -0.0234031603, -0.00757502951, 0.00722630695, 0.0162117258, 0.0145456064, -0.0253715068, 0.00243912078, 0.0034581658, 0.00641649589, -0.00829959754, 0.0107949013, -0.0130422255, 0.0218687821, 0.0102291964, 0.00166805636, -0.00199546828, -0.0034736644, 0.00824535172, -0.00203227787, 0.0109731378, 0.0348102637, 0.0126780039, -0.0270453747, 0.0102369459, -0.00449852133, -0.0284092668, 0.0212333314, 0.00491311401, -0.00148497708, 0.0112366173, 0.00264835428, -0.0167851802, -0.00582366716, -0.0090280408, -0.0212178323, 0.00736192148, 0.00102970027, -0.00422729272, 0.0130267264, -0.00788888, 0.00970998686, 0.0023577523, 0.00768352114, -0.00910553429, -0.00307650818, 0.0142356316, 0.020318903, -0.00558343623, -1.98729504e-05, -0.00656373426, -0.00364802592, 0.0172346458, 0.0283162743, 0.00390956784, -0.00610652, 0.00728055276, -0.0174051318, -0.01845905, 0.0117868241, -0.0042466661, 0.00406455575, 0.00521921506, 0.0249685384, -0.00535482913, -0.0149718234, -0.0127864955, 0.00168936723, 0.00222213776, -0.00911328383, -0.00679234136, -0.0179940853, -0.028440265, 0.00893504824, 0.00751690939, -7.45273428e-05, -0.0103066899, -0.00303582381, -0.00576942181, 0.00276459521, -0.00288083614, -0.0190170053, 0.00776101509, 0.0228762031, 0.0102214469, 0.0387159586, -0.00991147105, -0.0222562514, 0.00358021865, -0.00324699492, -0.00142298196, -0.0130267264, -0.000712459616, 0.010167201, 0.0255574919, -0.0305016022, -0.00586241437, -0.0135924323, 0.00913653243, 0.0145456064, -0.00799737126, 0.0204893891, 0.0132592078, -0.0153747918, 0.0172191467, 0.016072236, -0.00853208, -0.00611426961, 0.016072236, -0.00143266865, -0.00839259, 0.00425441563, -0.0150105702, -0.00351822353, 0.000957049779, 0.0281767864, 0.0159327481, 0.0158630032, -0.00234806538, -0.0324544497, 0.0093612643, 0.00263673021, -0.0124067748, 0.0114458501, 0.0032741176, -0.000994828064, -0.00425054086, -0.00356471981, -0.00998121593, 0.0131817143, -0.000539067, -0.030796079, -0.0094930036, 0.0157002658, -0.003766204, -0.00728830229, 0.00336323562, -0.0150958132, 0.0138094146, -0.0101749506, 0.0113606071, 0.0210163482, 0.0192184895, -0.0141813857, -0.00221438846, -0.0136621762, -0.00201677904, 0.0053587039, 0.0132592078, 0.0107251573, -0.0173741337, -0.0029660794, -0.0120580522, 0.00505260285, 0.0428696312, 0.020148417, -0.00527346041, -0.00306294672, 0.0292307027, -0.0134684416, -0.00507972576, 0.0224887319, -0.0130267264, -0.024550071, 0.0118643176, 0.00270066271, 0.000218072702, 0.00334386225, 0.00265416643, 0.0129182348, -0.00126993144, 0.016072236, 0.00561830867, 0.00326249353, 0.0232326742, 0.0145068597, -0.0131584657, -0.0101362038, -0.00795862451, 0.00219114032, -0.00808261521, -0.0106244152, -0.00126315071, -0.00905128848, -0.00699382555, -0.0125927599, -0.00228219572, 0.0124920178, -0.0210318472, -0.019079, 0.0155375293, 0.0155065311, 0.00853982847, 0.0019644706, -0.0318035, -0.0114148529, 0.0145223588, 0.00981072895, 0.013972152, -0.0107251573, -0.00454501761, 0.0182110686, 0.0125772618, -0.00701319892, 0.0194199737, -0.0140108988, 0.00606389856, -0.00970998686, -0.0170486607, 0.0104694273, -0.0311060548, 0.00282271556, -0.0133831985, -0.0076873959, -0.0115233446, 0.008291848, 0.0107561545, -0.0126547553, 0.00571905077, 0.00449077226, -0.0134219453, 0.00220276439, 0.00805936661, -0.000156561917, -0.00800512079, -0.0013832663, 0.0022376366, -0.00175523711, -0.00679621613, 0.0228917, 0.000869384792, -0.00962474383, 0.00188988273, 0.0122207897, -0.0088730529, 0.00547881937, 0.00353372237, -0.00922952499, 0.0110196341, -0.0368871, -0.00990372151, 0.0135381864, -0.0187225286, 0.0277118217, 0.00713718915, -0.0172501449, 0.017606616, -0.00505260285, 0.00924502313, 0.0126857534, -0.0142356316, -0.00480074761, -0.0118798167, 0.0186450351, 0.0030939444, 0.00226669689, 0.00145397952, -0.000927505258, -0.0237131361, 0.0160412397, -0.0233101677, 0.00426604, 0.00621888647, 0.00764477439, 0.000731833105, 0.0189860072, -0.00669547403, -0.0034852887, -0.0123447794, -0.0149950711, -0.00284596393, -0.0601352751, -0.0211868342, 0.00743941544, 0.00307069626, 0.00434353342, -0.00201871642, 0.0233101677, 0.0269523822, 0.00516109448, 0.0158707537, 0.0157777593, -0.00553694, -0.00100742083, -0.000209233564, -0.024193598, -0.0110273836, 0.00347947655, 0.00528895948, 0.00429316284, 0.00305907219, -0.0141736362, 0.00455276715, -0.00836159289, -0.012778746, -0.00523471367, 0.00748203695, 0.00837709196, 0.00450627087, -0.0259139631, -0.00454501761, 0.00236937637, 0.00857082661, 0.00247980515, -0.0218222849, -0.00481624668, 0.00313850329, -0.0116318362, -0.0212488305, -0.0046147625, -0.00131352176, 0.0109421397, 0.00578104565, -0.0164442081, -0.0313075408, 0.00205940055, 0.00729605183, -0.00806711614, 0.0179010928, 0.00269872532, -0.00159443717, -0.00909003522, 0.00612589344, -0.00973323546, 0.0245965663, -0.0187535267, -0.00489374064, -0.00981847849, -0.00523858843, -0.00210783444, 0.0130887218, -0.0217757896, 0.00134451932, 0.012778746, -0.0025572991, 0.0287192427, 0.026394425, 0.0103531862, -0.0199469328, 0.024720557, 0.004145924, -0.00513397157, 0.00309200701, -0.00603677565, -0.0161652304, 0.000514365849, 0.0159482472, -0.00392506644, 0.0284712631, 0.00915978, 0.0244415794, 0.0105159236, -0.00211170898, 0.0127245, 0.02098535, 0.00568030355, -0.007532408, -0.0192494877, -0.00236743898, -0.0222717505, -0.00197609467, 0.0194044746, -0.00140167109, -0.021326324, 0.0135536846, -0.00635450054, 0.0102446945, -0.00926827174, -0.0188620184, 0.00840034, -0.0105314227, -0.00753628276, -0.0123370308, -3.97156291e-05, -0.00745878881, 0.0148168355, -0.0251080263, 0.0160257407, 0.000428880361, 0.0156305209, 0.0276033301, 0.023186177, -0.0191564951, -0.000579267, -0.00183176226, 0.0175291225, -0.0153127965, 0.00798962172, 0.0027374723, -0.0123912767, -0.0166456923, -0.00253792549, -0.0107716536, -0.00283627701, 0.00268128933, -0.0191874914, -0.016072236, -0.00665672682, 0.0186450351, -0.00446364935, -0.0078036366, -0.0213573221, -0.0121200476, 0.00763702486, -0.0230466891, -0.0136854248, -0.0169711672, 0.00248949183, 0.0252940115, -0.00787338149, 0.0178390983, 0.00896604545, -0.0094930036, 0.00645136787, 0.00241393526, -0.00757890427, -0.023186177, -0.00600190321, 0.00673422078, -0.0104539283, -0.00394831458, -0.0156925172, -0.00304938527, 0.0023577523, 0.014809086, -0.0260999482, -0.0124145243, 0.00776101509, 0.00566867972, 0.00232287985, -0.00553694, 0.00158862513, -0.0113296099, -0.00439390447, 0.0193889756, -0.00139295298, 0.00257086055, 0.0126237581, 0.00601740228, -0.0199314337, 0.00424279179, 0.00184241775, 0.00622276077, -0.0219617747, 0.0360191688, 0.0182265677, -0.0138326632, 1.46814637e-05, -0.0102136973, 0.0284867622, 0.0109033929, 0.0258829668, 0.000914912496, 0.00625763321, -0.00827635, -0.00910553429, 0.00230350648, 0.00836159289, 0.0290602166, -0.008036118, -0.00561055914, 0.000834512524, 0.0195904598, 0.00432803482, -0.0069473288, -0.000294234691, 0.011856568, -0.0128097432, 0.00118081341, 0.0105701694, 0.00929151941, 0.0185520425, -0.000842261943, -0.00664122822, -0.00667222543, 0.00956274848, 0.00779976184, -0.00687758438, 0.0177151076, 0.00315400213, 0.0161342323, 0.0177771021, -0.00977198221, -0.0175601207, 0.00136001816, 0.0136699257, 0.0182575658, -0.00642424496, 0.0283472724, -0.0216982942, 0.0201019198, 0.0151190618, -0.00135808077, 0.00666835112, 0.0125540132, -0.00812136196, -0.00835384335, 0.015762262, 0.02303119, 0.00833059568, 0.00552531565, 0.00761765148, 0.0176376142, 0.0255884882, -0.012863989, -0.000792859588, 0.0104694273, 0.031152552, 0.0020090295, 0.019791944, 0.00168161781, 0.0292772, 0.0143441223, 0.00383207388, -0.010337688, -0.00486274296, 0.0114226025, 0.0024294341, -0.0069473288, 0.0116395857, 0.00386113417, -0.00482787052, 0.00817560777, -0.0243950821, -0.00616464065, 0.0184900463, -0.0112908622, 0.00182304427, -0.00232481724, -0.00722630695, -0.00885755382, -0.00149853854, 0.00280334218, -0.00217951625, -0.0057422989, 0.000937191944, -0.0101439524, -0.00884980429, -0.0103764348, 0.00012374809, -0.0216208, 0.00375651731, -0.00941551, -0.0139179062, -0.0146231009, 0.00497123413, -9.71701e-05, -0.000105706538, 0.0113916043, -0.022504231, 0.00981847849, -0.022860704, -0.0168006793, 0.00236356421, 0.00809036382, 0.0159482472, -0.00637387391, -0.0116163371, 0.00854757801, 0.0166611914, -0.00922177546, 0.00147529028, -0.0068039652, -0.0031656262, 0.0141581371, -0.0170176625, -0.00804386754, -0.00264835428, 0.00392506644, 0.000175814304, -0.00586241437, -0.00622663554, -0.0210008491, -0.00116531469, -0.0155995237, 0.0155995237, -0.0369800925, -0.011259865, -0.0301141329, -0.0046147625, -0.0166766886, -0.00826085079, -0.00640487159, -0.0168471765, -0.0112986118, -0.0129027357, -0.00303969858, 0.00487049203, -0.022860704, 0.00134742539, 0.0159637462, 0.00122537243, 0.000966736523, -0.00711781578, -0.0169866644, -0.00188116462, -0.0136699257, 0.00371002103, 0.0177926011, -0.0111591229, 0.00111978699, -0.000938645, 0.00576167228, -0.0148168355, -0.000172545027, -0.0163202174, 0.000434692396, 0.00575392274, -0.00734642288, -0.0141968839, -0.0192029905, -0.00942326, 0.0217137933, -0.0031656262, 0.0041304254, 0.00628088135, -0.0129104853, 0.00305132265, -0.00140748313, 0.016940169, -0.0141193904, 0.0109033929, -0.00981072895, 0.0158862509, 0.00833059568, 0.00323537085, -0.0069977, -0.0120503027, -0.00709456764, 0.0239766166, -0.0147625897, -0.00853982847, -0.010322189, -0.0173121393, 0.0014830397, -0.0402348377, 0.00609489623, -0.0158242565, -0.0130654732, -0.00974098407, 0.00254373765, -0.00881880708, 0.00974098407, 0.0124222739, 0.0712324, 0.0261929408, 0.00716431206, -0.025061531, -0.00268128933, -0.00915203057, -0.0379720144, 0.0448534749, 0.00200321758, 0.0137551688, 0.00850108173, -0.00239843642, -0.00508747529, 0.0166611914, 0.012949232, 0.008036118, -0.0165527, 0.00351047423, -0.0278978068, 0.0114613492, 0.00271616154, -0.0172501449, 0.0252940115, -0.00171552144, -0.0113373594, -0.00778426323, -0.0132204611, -0.00472325366, -0.0214813109, -0.00438228063, -0.0110273836, 0.018784523, 0.0163667146, -0.0113218604, -0.0307340845, -0.0082686, -0.00470775506, 0.0127477478, 0.0129104853, -0.0121897925, 0.0113606071, 0.014468113, 0.00458763959, 0.00417304691, 0.00950850267, 0.0131119695, -0.00262316875, 0.00468063215, -0.000566189876, 0.00557181193, -0.0206443779, -0.014212383, -0.00230931863, -0.00604452519, -0.00375458, -4.65871599e-05, 0.00494411122, 0.00705194566, -0.0214038175, 0.0116395857, 0.00878006, 0.0205358863, -0.00673809554, 0.0218222849, 0.00509135, -0.0170021635, -0.00669547403, 0.00853208, -0.00709844194, 0.00458376482, 0.00284208916, -0.0197609477, 0.011686082, 0.000855339051, 0.0220702663, 0.0221012626, -0.00558343623, -0.000399093638, 0.0172501449, -0.00830734707, -0.00570742646, 0.0303156171, -0.00932251755, -0.015576276, -0.0128949862, -0.0142821278, -0.0191874914, -0.00521921506, -0.0207063723, 0.0247825533, 0.00452951901, 0.0264254231, -0.00992697, 0.0127477478, -0.0030300119, -0.00452564424, -0.0250925273, -0.0196679551, 0.0119108139, 0.0116938306, 0.0210783426, 0.004018059, -0.0161187332, 0.00313850329, -0.0133831985, 0.0276653264, 0.00724955508, 0.00655211, 0.0177771021, 0.00808261521, -0.00789662916, 0.00784625858, -0.00125927606, 0.035368219, 0.0190325044, 0.00707906857, -0.00809036382, -0.00254761218, 0.00342716812, -0.00138520368, 0.0249065422, -0.00255923648, 0.00824535172, 0.0139101567, -0.00237131375, 0.00178720325, 0.00880330801, -0.000671290967, 0.0140108988, -0.0197764449, -0.00283240248, -0.0170486607, -0.000194582361, -0.00707906857, 0.0125462636, 0.0277118217, 0.0186915305, 0.00217757886, 0.0149408262, 0.0128097432, -0.00829959754, 0.00483949482, 0.00315593951, 0.0281612873, -0.0132437088, -0.00685046148, 0.0177771021, -0.0185830388, -0.0049751089, 0.00175329973, 0.00639712205, 0.013460692, -0.0112831136, -0.0228142068, 0.00390375569, 0.00613751775, 0.0102679431, -0.0248290487, 0.0279598031, 0.0143596213, -0.00852433, -0.00471550459, -0.00513397157, -0.00307457079, 0.0136544267, 0.0130577236, 0.0103066899, -0.00233256677, 0.0238061287, 0.00815235917, 0.0202569086, 0.0166611914, 0.0183040611, 0.018102577, 0.0185365435, 0.00455276715, -0.0123447794, -0.00487824157, -0.0156692695, -0.0113683566, 0.00546719553, -0.00317725027, 0.0207373705, 0.0479842275, -0.00410330249, -0.0108801452, -0.00390569307, -0.00104810519, 0.00825310126, 0.0163047183, -0.0034852887, 0.00179689, -0.0147935878, 0.0034852887, 0.00394056551, 0.00410717726, 0.00764089962, -0.00562993251, 0.00199546828, -0.00643974403, 0.0166921876, -0.000538582681, 0.00530833285, -0.00138714095, -0.0102756927, 0.00575004797, 0.00853208, 0.00723018171, 0.00253792549, 0.00993472, -0.0124765197] |
05 Sep, 2022 | What is the use of a double-click event in AngularJS ?
05 Sep, 2022
The ng-dblclick event in the AngularJS is useful for the HTML elements for getting the double click event, defined. In case a user wishes to get the function fired or other events when the double click of the HTML elements is done, then this event will be going to be needed. All the elements of the HTML will be going to support it. Basically, the directive of ng-dblclick will be telling the AngularJS what exactly the HTML or the HTML elements need to do when it is double-clicked. However, it is not going to be overriding the original ondblclick event of the element, as both of them are going to be executed.
Syntax:
<element ng-dblclick="expression"> </element>
Parameter:
expression: It specifies the expression will be executed when a double-click is done on any element.
Example 1: In this example, the number of counts gets increased every time a double-click is done on the header.
HTML
<!DOCTYPE html>
<html>
<head>
<title>
AngularJS ng-dblclick Directive
</title>
<script src=
"https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js">
</script>
</head>
<body style="text-align:center;" ng-app="">
<h1 style="color:green">
GeeksforGeeks
</h1>
<h2 style="color:purple">
ng-dblclick Directive
</h2>
<p>On the header given below,
Double-Click on it.</p>
<h1 style="color:#EA6964"
ng-dblclick="count = count + 1"
ng-init="count=0">Click
</h1>
<p>Double-Click has been done {{count}} times.</p>
</body>
</html>
Output:
Example 2: This example illustrates the ng-dblclick Directive in AngularJS to change the text color after clicking it doubled.
HTML
<!DOCTYPE html>
<html>
<head>
<title>ng-dblclick Directive</title>
<script src=
"https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js">
</script>
<style type="text/css">
.green {
color: green;
}
</style>
</head>
<body ng-app style="text-align:center">
<h1 style="color:green">GeeksforGeeks</h1>
<h3>ng-dblclick Directive</h3>
<div>
<p ng-dblclick="col=!col" ng-class="{green:col}">
GeeksforGeeks is the computer science
portal for geeks.
</p>
</div>
</body>
</html>
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ? | https://www.geeksforgeeks.org/what-is-the-use-of-a-double-click-event-in-angularjs?ref=asr6 | CSS | What is the use of a double-click event in AngularJS ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, How to directly update a field by using ng-click in AngularJS ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0179864615, -0.0333115123, -0.0150618339, -0.00300871115, 0.0548660196, 0.0321709067, 0.0248154681, 0.0232800394, 0.000390712026, -0.000593608071, 0.00853260234, -0.000174906469, -0.00621483428, -0.0495139509, -0.0172406826, -0.0100899665, -0.0316152275, 0.000515465683, 0.00191745919, -0.000243795163, -0.0138992947, 0.0162024386, -0.0624700524, 0.00749435928, -0.0391022749, 0.024903208, 0.0173576679, 0.00611612853, -0.0155882668, 0.0105067259, -0.0108138118, 0.00508519681, 0.0115157226, -0.0392777547, -0.0361191556, -0.0195803847, 0.0190685745, -0.0151934428, -0.0444543473, 0.00416393904, -0.0060868822, 0.00162773824, -0.0165095255, 0.0190247055, -0.0277693421, 0.014191757, 0.0230460688, -0.0473789722, -0.0280325599, 0.0145207783, 0.0189954583, 0.0273891408, -0.00413103681, 0.027593866, 0.0258537121, 0.0232654158, -0.0243182816, -0.0212474223, -0.00507422956, 0.0253711473, 0.0545150675, -0.0338087, -0.0127075091, -0.0167873651, 0.006986205, 0.0166850034, 0.024903208, -0.00347482366, 0.0128829861, 0.0114864763, -0.0361484028, 0.0389852896, 0.00919064321, -0.0273891408, -0.00875926111, 0.00117716275, -0.0230606925, 0.0297288429, -0.0382248871, 0.00384588586, 0.0234993864, -0.00579076353, -0.0498941541, 0.0247423537, 0.0556556694, 0.0129853487, -0.00140747719, -0.0390730314, 0.033194527, 0.010411676, -0.0156906284, -0.00743221072, 0.0274330098, 0.00231776759, -0.014667009, -0.00635009864, 0.00571033638, 0.00322074653, -0.0395702161, 0.0229583289, -0.0136872586, 0.026774969, -0.00868614484, -0.0108942389, 0.00381663954, 0.0240258183, 0.0426410772, -0.00822551642, 0.0116985124, -0.0112159485, 0.0399796665, -0.0257074796, 0.00818895828, 0.0230606925, -0.0656286553, 0.0400674045, -0.00380567228, -0.0446298234, 0.0181034468, 0.00712146936, -0.0385173522, 0.00172735844, -0.0128610516, 0.0395409688, -0.0186445042, 0.0432844944, 0.0064305258, -0.0250640623, 0.0224026497, -0.0300066825, -0.0143453, -0.00486219395, -0.000782338, 0.00142758409, 0.0186298806, 0.011369491, -0.00477445498, -0.0203407872, -0.0335454829, -0.00701179542, 0.00170633767, -0.00769177172, 0.000421100733, 0.00777219888, 0.00628795, -0.0215398856, 0.0170359574, 0.0434892178, 0.00613075122, 0.0212181769, -0.0208379738, -0.0380201638, -0.0113036875, -0.00324450922, 0.0138261784, -0.00596989691, -0.0124662267, -0.0155736441, -0.0141113298, -0.052497074, 0.0277839657, 0.0058053867, -0.0252687857, 0.048168622, -0.0451562554, 0.0513564683, 0.0138334902, -0.0264532603, -0.0508592799, 0.0364993587, -0.0129634133, 0.0142575614, -0.0161878169, 0.020823352, -0.00215142942, 0.0030525804, 0.0273452718, -0.0409447923, 0.0377277024, -0.0119982865, 0.00201433757, -0.0266872309, 3.07600021e-05, 0.0008847, 0.0260584354, -0.0245376285, -0.0203115419, -0.026818838, -0.0202969182, -0.0023214235, -0.0616511591, 0.0084960442, 0.0476714373, 0.0133582382, 0.00311472872, 0.000526433054, -0.0588142686, -0.00147876504, 0.00859840587, -0.0313520133, 0.0198436, -0.0244645141, 0.00609784946, 0.0376399606, 0.00468306057, -0.00699717226, 0.000637477497, -0.0200775713, 0.0495432, -0.0186737496, 0.00560431834, 0.0408862978, -0.0366455875, 0.00239453907, 0.0108796163, 0.00894205, 0.0198582243, 0.0106237112, -0.0106675802, -0.0110916514, -0.00745780161, -0.00578345172, -0.0341011621, 0.0119982865, -0.043606203, -0.0280179363, -0.0230168216, -0.0164656565, -0.0104043642, -0.0163194239, 0.00709587848, 0.0436939411, 0.0070373863, 0.0220663175, -0.00258098426, -0.00365030137, 0.0149887186, 0.00196864014, -0.00563356467, 0.0624700524, 0.0117935622, -0.00894205, -0.0184105337, -0.0185128953, 0.0166557562, -0.0198143553, -0.00775026437, 0.0101411473, -0.00892011542, -0.0225927513, -0.0268480852, -0.0119909747, -0.0152958045, 0.0094465483, 0.0245522521, 0.0174015369, -0.000534658553, 0.0243475288, 0.0267603453, -0.0110843405, 0.02924628, 0.0259268265, -0.0245230049, 0.049601689, 0.0143745467, -0.0214229, 0.0090297889, -0.0459166579, 0.00951966457, 0.00537765957, 0.0243621506, -0.0272721555, 0.0345691033, 0.00897860806, -0.0424948446, 0.00866421, -0.0146085173, -0.00065529946, 0.0311180428, 0.0144403512, 0.0112744411, 0.0409155451, 0.0369672962, 0.0286174845, -0.00702276314, -0.0217884779, 0.00859840587, 0.0241574273, -0.00155188073, 0.0109454207, -0.0281787906, -0.0307378396, -0.00771370623, 0.00406157691, 0.0418514274, 0.0289245714, -0.00981212687, 0.0181911867, 0.00946117193, -0.0343643799, -0.0155590214, -0.0170944501, 0.0165826399, 0.00961471442, -0.00699351681, 0.0499818921, 0.0253126547, 0.0126490165, -0.0368795581, -0.00446005771, -0.0166411325, -0.0305623617, -0.0280325599, -0.00690212194, 0.000460857409, -0.00730791409, -0.00210024859, -0.00968051888, -0.000878759311, 0.00156467594, 0.0114791645, -0.00090572075, -0.0336039774, 0.0713024288, 0.0555386841, 0.0214521457, -0.0111867022, -0.0594576858, -0.0187176187, -0.0531404912, -0.0375229754, -0.0699571, -0.0472912341, 0.0149887186, -0.0320539214, -0.0103604943, -0.00626967149, 0.00945386, 0.00482563628, 0.0178841, -0.0138334902, 0.0388975516, -0.0311472882, -0.0115815271, 0.0239819493, -0.0169482194, -0.0388975516, 0.00317322137, 0.068904236, -0.00940999, 0.00126855739, 0.0329020657, 0.0256782342, 0.0014038214, 0.00168531691, 0.0127952471, -0.00824013911, -0.0514149591, -0.0269796941, -0.00930031668, 0.00760403275, 0.013409419, -0.00125759, 0.0183666646, -0.00988524221, -0.0426703207, 0.0138334902, 0.0205455124, -0.0324926153, -0.00712878071, -0.0404768512, 0.0461798757, 0.0111208977, 0.0256928578, -0.0492214896, 0.027637735, -0.00198874692, -0.0177378692, 0.00220809411, 0.00878850743, -0.0177963618, 0.0512102358, -0.0189077202, 0.0137749976, 0.0360606648, 0.0464138463, -0.0105140377, -0.0416759476, 0.0099876048, -0.00564453192, -0.0181180704, 0.0545735583, -0.00385685312, -0.0181473158, 0.0764497742, -0.00681072753, 0.0132704992, -0.00290817698, 0.0409155451, -0.0136945704, 0.0231484305, 0.0295679886, 0.0394532308, 0.00949041825, -0.00422243169, -0.00577614037, -0.025254162, 0.0131315794, 0.0320539214, -0.00483660353, 0.0090151662, -0.00954159908, -0.0351832733, -0.0260145664, 0.0142794959, 0.00426630117, 0.0347738266, 0.011932482, -0.0187761113, -0.0391022749, 0.0776781216, 0.0181473158, -0.0454194732, -0.0127660008, -0.037961673, -0.00811584294, -0.0177086219, -0.000170222484, 0.00111501443, 0.0141186416, 0.00373072852, -0.01401628, 0.0434892178, 0.0169335958, -0.0374352373, -0.017694, 0.0389560461, 0.0220224485, -0.0148717333, 0.00349858613, -0.00315128663, 0.00596989691, 0.0103312479, -0.0334577449, -0.0256343652, 0.00584560027, -0.0169482194, -0.0275499951, 0.00655116653, 0.00645246031, -0.0202822946, -0.0250640623, -0.0426118299, -0.042085398, 0.0168166105, -0.008634964, -0.0198582243, -0.0253272783, 0.00172918628, -0.0287052244, -0.0277108494, 0.0356512144, 0.0151203265, 0.00788187236, 0.0309718102, -0.0177086219, -0.0137603749, -0.0149887186, -0.00894936174, -0.00121737644, 0.0120421555, -0.0295972358, 0.0377277024, -0.008634964, 0.0247716, -0.00122742984, -5.35229774e-05, -0.000995287439, -0.0138554247, -0.014403793, 0.0534622, 0.0129999714, 0.0342473947, -0.0459166579, 0.0102581326, -0.0212474223, 0.0656286553, 0.0102508208, 0.00277656876, -0.0154859051, -0.014667009, 0.0223295353, -0.044132635, 0.0141332652, -0.0291877873, -0.00494993292, -0.0604813062, 0.00258098426, 0.0339549296, -0.00330300163, 0.0109161744, 0.0166265108, 0.0176062603, 0.0367918201, 0.0038312627, -0.00015034416, -0.0517366678, -0.0140382145, 0.0334284976, 6.75177798e-05, -0.0546028055, -0.0321124159, -0.0146012055, 0.0111135868, 0.00391900167, -0.031469, 0.00416028313, 0.00674492354, 0.00951235276, 0.0236894861, 0.0235871244, -0.0263947677, 0.00670105405, -0.043518465, 0.0175185222, -0.00326461601, 0.0496894307, 0.0140893953, -0.0208672211, 0.000645703, -0.0424071066, -0.000848599069, -0.0137311285, 0.00805003848, -0.0127513781, -0.00464284699, -0.0134386653, 0.0215545092, -0.0141625106, -0.00922720134, -0.0144111048, 0.00864958763, -0.0625870377, 0.0226073749, 0.000145317448, -0.0194195304, -0.0150910802, 0.00707028806, -0.014579271, 0.0256928578, -0.00369965448, 0.0184836481, 0.0504498333, -0.00269248569, -0.0162901785, -0.02794482, -0.0289391931, -0.0216276236, 0.0154712824, -0.0106895156, -0.00169445632, -0.0282665305, 0.0162755549, 0.0177378692, -0.00339805218, -0.0170505811, -0.0184690263, 0.0163925402, -0.0265409984, -0.0163925402, 0.0104628569, 0.00077502639, 0.0157198757, -0.0263947677, 0.00663524959, -0.0170944501, 0.0307085942, -0.0417929329, 0.0328143276, 0.0338671915, -0.0118813012, -0.0162463076, 0.0282811522, -0.00408351189, 0.0220224485, -0.0233239084, 0.0110331587, -0.00824745093, -0.023864964, 0.00463187974, -0.00426995708, -0.0103678061, -0.0161293242, 0.00839368254, 0.00271624816, 0.0411787629, 0.00524970703, 0.0353587531, 0.0120714018, -0.00892742723, 0.00116162573, 0.0205601342, 0.0401843898, 0.0340134241, 0.00404329831, 0.011369491, -0.0220224485, 0.00284054503, 0.0312350262, 0.0181765631, -0.0469402783, 0.0180595778, 0.00472327415, -0.00200885395, -0.000756290508, -0.00274915039, 0.00671567721, -0.010111901, -0.0281934142, -0.0290415566, 0.00771370623, -0.008847, 0.0265702456, 0.00447833678, 0.016962843, -0.030328393, 0.0169189721, -0.0328143276, -0.0225635041, -0.00841561705, 0.00503767189, -0.0219054632, -0.00845948607, 0.00790380687, 0.00938805565, 0.0121956989, 0.0130438404, -0.00553485844, -0.0349200591, 0.0245522521, -0.00346202846, 0.0247716, -0.0441033915, 0.0660381, -0.011194014, -0.00425533392, -0.0300651751, 0.0280618053, 0.00801348, 0.011757005, -0.00143763749, -0.0239380803, 0.011669266, -0.00447833678, -0.00447468087, -0.00127221318, 0.019653501, -3.39302533e-05, 0.00872270297, 0.0477884226, -0.0410617776, -0.0236309934, 0.023777226, -0.00736275082, 0.0198874697, -0.018088825, 0.036411617, -0.0329020657, 0.0370842814, 0.0181034468, -0.000344329252, -0.0131754493, 0.00472693, -0.0142941196, -0.00138280063, -0.0265409984, 0.0115815271, 0.00319698406, 0.00923451316, 0.0307963323, 0.0206186268, -0.00251335208, 0.0257659722, -0.00672664447, -0.03939474, -0.0231776778, -0.0283835139, 0.00828400906, -0.0323756337, 0.0322586484, 0.0272721555, -0.00545808719, 0.0182935484, 0.00187541766, 0.029070802, -0.0146743208, -0.0231630541, -0.0251518, -0.00167069375, -0.014710879, -0.0223149117, -0.0316444747, -0.0080792848, -0.00529357651, -0.0192294288, 0.0499234, -0.00427726842, 0.00432113791, -0.0155297751, -0.00775026437, 0.0165680181, 0.0137676867, 0.0276084878, 0.0307378396, 0.0130877104, 0.0257074796, -0.0213205386, -0.034539856, -0.0130072832, 0.0175038986, 0.0062952619, 0.00766983675, 0.0263070296, -0.0191855598, -0.0308840722, 0.00637934497, 0.0252834093, -0.0137823094, -0.0181619395, -0.00441253232, -0.0150764575, 0.00717265, 0.0193025451, -0.00779413339, -0.0232946612, -0.00312386826, 0.0269504469, 0.0177524928, -0.00108028448, -0.0324048772, 0.000996201416, 0.0117204469, 0.0332530215, 0.0015034416, -0.00632816367, -0.000472053245, 0.0159099754, -0.00733716041, 0.0296264812, -0.0184690263, 0.0147620598, -0.00476714363, 0.0301236678, -0.0228559673, -0.00621483428, -0.0166265108, 0.0250933077, 0.0416467041, 0.0152519355, 0.031849198, -0.00481101312, 0.0259853192, -0.018659126, -0.00515465671, -0.000744866207, 0.00621483428, -0.0226804893, 0.0123784877, -0.00364481774, -0.00712146936, 0.023601748, -0.00518024713, 0.0076625254, -0.00196132855, -0.0050632623, 0.00421146443, -0.0030068832, 0.00280947075, -0.013796933, -0.0226804893, -0.00435404, 0.0188638512, -0.0382541344, -0.0197704844, 0.0235725, -0.0316152275, 0.0298896972, -0.00323719764, 0.017269928, 0.0312057808, 0.0356219672, 0.0248154681, 0.00139011221, 0.0156028904, -0.00558238383, -0.0019339103, 0.00492799794, -0.00503036, -0.0156028904, -0.0584048219, 0.0317029692, -0.0307085942, 0.00511809904, -0.000612800941, 0.0104628569, -0.033106789, -0.00285882386, -0.0119617283, -0.0126563273, -0.0385465957, -0.00291548856, -0.0184397791, -0.0230753142, -0.00567012234, 2.70470973e-05, 0.00810853112, -0.0242159199, 0.0266141146, -0.0115595926, 0.0210719444, -0.00148242083, 0.00572495908, 0.0126490165, -0.0189077202, -0.0185860116, 0.0234847628, 0.00782338, -0.00647439528, 0.000490789127, 0.00446371362, 0.0126197701, -0.0135556506, -0.00896398444, 0.01718219, -0.00413834862, -0.0030068832, -0.024084311, 0.00197777967, 0.0157052521, 0.00883237645, -0.00418221811, 0.0185128953, 0.0242451653, -0.00620752294, 0.022431897, 0.0168751031, -0.0155005287, 0.0283104, 0.00324450922, 0.0128244935, 0.0163048, 0.039921172, -0.0011954417, 0.0274915025, -0.0437524356, 0.00713974796, -0.00713243661, 0.0455072112, 0.000858195534, -0.00391534576, 0.00322074653, -0.00600279914, -0.0115011, 0.00430285884, 0.0218177252, 0.00853260234, -0.0114060491, -0.0410910249, -0.00288075861, 0.00483294763, -0.0078160679, -0.00355890673, 0.0262777824, 0.0284858774, 0.0259999428, -0.0270820558, -0.00416759495, -0.00652557611, 0.00421877578, -0.00262668147, 0.0319661833, -0.00262119784, -0.0348323211, -0.00691308919, -0.00413834862, 0.0138992947, -0.0188053586, -0.0428458, 0.0227828529, -0.0145427128, -0.0268919542, -0.00116253959, 0.00963664893, -0.037961673, 0.00862034131, 0.0142794959, -0.00935149845, -0.000223002891, 0.0166557562, -0.00665352866, 0.00913215056, 0.00761134457, 0.0322001539, -0.00852529053, 0.0519706383, -0.000716990849, -0.000365806976, -0.00383857428, -0.0116619542, 0.0198289771, 0.00210756, 0.0299774371, 0.00908097, 0.00122742984, -0.00427726842, -0.0294802506, -0.0431675091, -0.0123053724, -0.00073983951, -0.0297288429, 0.00154548313, 0.0019869192, 0.0159538463, 0.0191124436, -0.0307670869, -0.0303868856, -0.00590409292, 0.0418514274, -0.0329898037, 0.0152665582, 0.0129049206, 0.0326096, 0.0364408642, 0.0152373118, -0.0275061261, -0.0157491211, -0.00333224796, 0.0224465206, -0.0330482945, 0.00851066783, 0.0500696301, 0.0105505958, 0.00405426556, -0.0107333846, 0.0198728479, -0.0207794812, -0.0257952195, 0.040740069, -0.0275646187, -0.00453317352, 0.0189369656, -0.00720189651, 0.0180303324, -0.0150179649, -0.0143160541, -0.0299189445, -0.0133582382, 0.0145719592, 0.00629891735, 0.020823352, -0.0220809411, -0.0188492276, 0.0180742014, 0.0123199951, 0.0291146711, 0.00808659662, 0.0259560738, 0.0203554109, 0.00122011825, 0.00269979727, 0.0188930966, -0.0116546424, 0.00811584294, -0.0139358528, -0.0259414501, 0.00919064321, 0.0168019887, -0.0312350262, 0.00126581558, -0.000913489261, -0.00478907814, 0.0332822651, 0.023733357, -0.0311472882, 0.00917602051, -0.0107553191, 0.0111208977, -0.0315274894, 0.00522046117, -0.00630988507, -0.0153835434, 0.0163632929, -0.0125027848, -0.000427726831, -0.0101703936, 0.00373072852, 0.0334284976, -0.010411676, -0.034452118, -0.00978288054, 0.00726770051, -0.0361776501, 0.00269248569, 0.00199057488, -0.00272173202, 0.0308840722, -0.00870808, -0.0267603453, 0.014535401, -0.0104628569, -0.00982675049, 0.0472619869, -0.0189223439, 0.0155005287, 0.014710879, 0.0220663175, -0.0195511375, -0.0118228085, 0.0264825057, 0.0241428036, 0.0344228707, 0.026467884, -0.0120567791, -0.00313666346, 0.00546905445, 0.0116912005, -0.00449661538, -0.0257367268, 0.0202530492, -0.00478176679, -0.0207209885, 0.0185128953, -0.0134825353, 0.0270528086, 0.00927838217, 0.00452951761, -0.0215837546, -0.0411787629, 0.00965858437, 0.0209403373, 0.00639762357, 0.00482198037, -0.0131096449, 0.00796229951, -0.0154859051, 0.00495358882, -0.00226293085, 0.00415297179, 0.011150144, -0.0255173799, 0.0113475565, -0.0228267219, 0.018308172, -0.0007434953, -0.00285882386, 0.0081524, 0.00764059043, -0.0182643011, -0.00244023651, 0.0102727562, 0.0187176187, -0.00882506464, -0.0171090737, -0.0145573355, 0.0094319256, 0.00112141203, 0.021086568, -0.0044235, -0.00954159908, 0.00560431834, 0.00192294293, -0.0126782628, 0.0149156032, -0.0014038214, 0.0109527316, -0.0444543473, 0.00284054503, -0.0111428322, 0.0112744411, -0.0190685745, 0.0286028609, 0.00207831385, 0.0232654158, 0.0418514274, 0.00943923648, -0.00753822876, 0.0382833816, 0.0370550379, -0.0132704992, -0.0355342291, -0.00252066366, 0.0151641965, -0.00700448407, -0.00168074714, -0.00807197299, -0.0257805958, 0.00825476274, 0.0790234506, 0.0175623912, -0.0122176334, 0.00571399182, -0.0307085942, -0.0336624682, 0.00116619538, 0.0203700345, -0.0127806244, -0.0218908414, 0.0185567643, 0.00834981259, -0.0216861162, -0.0239380803, -0.0116838887, -0.033019051, -0.00514734536, 0.00481101312, 0.0190539509, -0.00577979628, -0.0196096301, 0.016143946, 0.00995104667, 0.0115888389, -0.00299591571, -0.0135337161, 0.0120348446, -0.000749435916, 0.0061526862, -0.00697158184, 0.0187614877, 0.00838637073, 0.0133436155, 0.00240185065, -0.00127586897, 0.0218177252, -0.0016789193, -0.0218323488, 0.00312752416, 0.018571388, -0.00590043701, -0.0175477676, -0.000579441898, 0.0136507014, 0.0123053724, 0.0169189721, 0.00412372546, -0.0267895926, -0.0221248101, -0.0156906284, -0.0412957482, 0.00382760679, 0.00401039608, -0.0183666646, -0.0125100967, 0.0291877873, -0.0102215745, -0.00716899429, 0.0271844175, -0.0337502062, -0.00072430243, -0.00684362929, -0.00455145212, -0.0104262987, -0.000213749183, 0.0212035533, -0.00293559534, 0.0349493064, -0.024947077, 0.0291000493, 0.0204723962, 0.0177524928, -0.0164217856, 0.00122377404, -0.00021100734, -0.0164510328, 0.0281934142, 0.0375814699, 0.025078686, 0.00552754709, -0.00729694683, 0.0139650991, -0.0316444747, 0.00070922228, -0.00365944067, -0.00533379, -0.00311472872, -0.0108649926, -0.00368320337, -9.93916547e-05, 0.0291585419, -0.0238795877, -0.0267895926, -0.0084960442, 0.000731157, 0.0109088626, 0.00577614037, 0.0348908119, 0.0106017767, -0.0129780369, 0.0128902979, 0.0108065, 0.00889818091, 0.0211011916, 0.0204577725, -0.0110697169, 0.0369672962, 0.00861302949, -0.00894936174, 0.000284922746, 0.0223587807, 0.0102800671, 0.00417125085, -0.0127806244, 0.000663524959, 0.007940365, 0.0135702742, 0.0160123389, -0.0205893815, 0.0348615646, -0.0311472882, 0.0190100819, -0.0068984665, 0.00107754266, 0.0324926153, -0.000468854414, -0.0326096, 0.0151203265, -0.0202384256, 0.00338342902, -0.0228705909, -0.000402593316, -0.00760403275, -0.00435769558, -0.0138627365, 0.0119397938, -0.00726038916, 0.00470865099, -0.0172406826, 0.0218177252, -0.0220370721, -0.0159099754, -0.00699717226, -0.00853991415, -0.0261900444, -0.00688749878, 0.0137238167, -0.02602919, -0.0213644076, -0.0162901785, -0.0242305435, -0.00657675741, -0.010587153, 0.0205747578, 0.0194195304, -0.0160269607, 0.00928569399, -0.0338379443, 0.00819627, 0.0149375377, 0.0060868822, 0.0484025925, 0.014754748, -0.0269358233, -0.021086568, 0.0104043642, -0.0046647815, -0.0376107171, -0.0215398856, -0.00295753, 0.0165095255, -0.00940267928, 0.010068032, -0.0051327222, 0.0477884226, -0.00167252158, 0.00889818091, 0.00318601658, 0.00820358191, -0.0353002585, -0.0237479787, -0.0244498905, -0.0245668758, 0.00206551841, 0.0126490165, 0.0136945704, 0.0270381849, 0.0136726359, -0.0114206728, -0.00320612337, -0.022388028, -0.0261607971, 0.022519635, 0.0112086367, 0.0146158282, -0.0146596981, -0.00231228396, -0.0280325599, 0.00865689851, 0.00895667356, 0.00328837871, 0.00373804, 0.0185128953, -0.00214411784, -0.00303430157, -0.011888613, -0.00720189651, -0.0257952195, -0.00602838956, -0.0157198757, 0.0153396735, 0.0338671915, -0.0019138034, -0.0174307823, -0.0073335045, -0.0186737496, 0.0341011621, 0.00115431414, -0.0151788192, -0.00384954154, -0.00277108513, -0.0380786583, -0.00533379, 0.00388609944, -0.0127806244, -0.00906634703, -0.000915317156, -0.00378739322, 0.0153396735, 0.0259706974, -0.00348944683, 0.0159830917, 0.0407985598, 0.00388244377, 0.00109947729, -0.000882415101, 0.0264093913, -0.0288514551, -0.0286759771, 0.0331652798, 0.0056664669, 0.0118301203, -0.0288953241, 0.00349858613, -0.0192879215, -0.000189301121, 0.00244023651, -0.005271642, -0.00957815628, 0.0300944224, 0.00785993785, -0.00265227212, 0.00164053356, -0.0261754207, 0.00698986091, 0.00368503132, 0.00345837255, 0.0150764575, 0.00602107774, -0.0152665582, 0.0207356121, 0.00356073468, 0.0118520549, -0.00806466211, 0.00265775574, -0.00350589771, 0.00416393904, -0.00340353581, 0.00937343296, -0.0203407872, -0.0238942113, -0.00973901153, 0.00630988507, 0.0144257275, -0.00946117193, -0.00667911908, 0.00733716041, 0.0277547203, -0.00477445498, -0.0051290663, -0.0163779166, 0.008634964, 0.0164802782, 0.0231776778, -0.0252980329, 0.0122907488, 0.0117423814, -0.0069679264, 0.0138992947, 0.00273635518, 0.00741758756, -0.00471961824, -0.00182606466, 0.0108211236, -0.00657675741, 0.0101996399, -0.00764059043, 2.51620822e-05, -0.0198874697, -0.00175934657, 0.00113877701, -0.00406523282, -0.0193317905, 0.0206917431, 0.0218762178, -0.005597007, -0.00698986091, -0.00433576107, 0.0473789722, -0.00191014761, -0.0165826399, -0.0120494673, 0.0219785795, 0.00172735844, -0.000286065188, -0.0229437072, 0.0169335958, 0.00597355282, 0.00591140427, -0.00568109, 0.00295021851, -0.00766983675, -0.00263399305, 0.00179316255, 0.0105505958, 0.00789649598, -0.00511078723, -0.0146743208, 0.0259414501, -0.0234116465, 0.0274330098, -0.0169774648, 0.000619198603, 0.0415004715, -0.00217702, -0.0340719149, -0.0203115419, 0.00172735844, -0.0078160679, 0.00813777745, 0.003178705, 0.0480808839, -0.018878473, -0.0234116465, 0.0224026497, -0.0105359722, 0.00739930896, 0.00499745831, -0.0163048, -0.0314397514, -0.0258975811, -0.00823282823, -0.00679976027, 0.00131425471, 0.0129634133, 0.010455545, 0.00594065059, 0.0098633077, 0.00529357651, -0.00301967841, 0.0102654444, 0.000356210541, -0.014403793, 0.0039007226, -0.00828400906, -0.0457996726, 0.00500111375, 0.0138627365, 0.0097243879, 0.0135044698, -0.0415589623, 0.00814508926, 0.00919795502, 0.0030397852, -0.0229437072, 0.00565549918, -0.000176048896, 0.00315128663, 0.00962202623, 0.00181966694, 0.000931311224, 0.0246838611, 0.017226059, -0.0207502358, -0.00671933265, -0.0205016416, -0.00864227582, -0.00350589771, -0.0115376571, 0.0163048, 0.0127001973, 0.0159099754, 0.0242744125, 0.039307002, 0.00262485351, -0.00762596773, -0.00799885765, 0.00306354789, -0.0227243602, 0.00906634703, 0.020823352, 0.000266643823, 0.00762596773, 0.0101411473, 0.00761865592, 0.0146158282, -0.0226804893, -0.01969737, 0.0160854533, -0.0288953241, 0.00989986584, -0.00168440293, -0.00367589178, -0.00883237645, 0.00775757572, 0.0195803847, 0.0154127898, 0.0143526122, 0.0149594722, 0.0112890638, 0.0188638512, 0.00646708347, 0.00778682204, 0.000612800941, 0.0118813012, -0.0191855598, 0.035797447, -0.0103093134, -0.017694, 0.0136068314, 0.0060832263, 0.00905903522, -0.0134532889, 0.0107553191, -0.0281787906, 0.000830777164, 0.00202713278, 0.0326096, 0.0263947677, 0.00104372657, -0.00369051495, -0.00419318536, 0.00249141757, -0.00180595776, -0.0054069059, 0.00785993785, -0.0093076285, 0.000699168886, -0.000871904718, 0.000288578536, 0.00667911908, 0.00361008779, -0.0177963618, 0.0169189721, -0.0105579067, -0.00474155322, -0.00437231874, -0.0174161606, -0.00828400906, -0.00432479382, -0.0206478741, -0.0123273069, -0.0200190786, 0.00480004586, 0.0120275328, 0.00713609252, -0.00286979112, 0.0158514846, 0.00139011221, 0.00796961132, 0.0137676867, -0.0279740673, -0.0170944501, -0.0139577873, 0.00773564121, -0.0119544165, -0.0102581326, -0.00810121931, 0.00360825984, 0.0103166252, -0.00845217519, 0.0139504755, 0.00584560027, -0.000686830608, 0.0150325876, 0.033720959, -0.00209842063, 0.0180742014, 0.00242561335, 0.0104409223, 0.0183812864, 0.0144695966, 0.00423705485, 0.0134825353, -0.00261388626, -0.00727135642, 0.0117277587, -0.00425898936, -0.00834981259, -0.0147181908, 0.0110258479, 0.0112451948, -0.00840830524, -0.00685459701, 0.0104189869, 0.00340901944, 0.00258098426, -0.0197119918, -0.00882506464, 0.0139431637, -0.00758940959, -0.0288807023, -0.00333224796, 0.00338342902, 0.0207356121, 0.00334687112, -0.0121591408, -0.03176146, 0.0193171687, 0.00679976027, 0.0199313406, -0.0198436, -0.00119818351, -0.0143087422, -0.0029739812, 0.00886893459, -0.00170176791, 0.0125539657, -0.0241428036, -0.0134313544, 0.0148644214, 0.0110258479, -0.00289720972, -0.02542964, -0.0108649926, -0.0239527039, 0.00660234783, 0.0117643159, 0.0131315794, 0.00163870561, -0.0229729526, -0.00761134457, -0.0220078249, 0.00420780852, -0.00544346403, 0.00256818905, -0.00160854543, 0.00651460886, -0.0119251702, -0.00946848281, -0.0091687087, 0.0033870847, -0.00483294763, 0.0122468797, 0.0168604795, 0.0169043504, -0.0152665582, -0.0229437072, 0.0117862504, 0.0309133176, -0.000683631806, 0.0120860254, 0.0257952195, 0.00886162277, 0.0122468797, 0.0249763224, -0.00543615222, -0.00756016327, 0.00560066244, -0.00842292886, -0.00899323076, 0.025254162, 0.0103678061, 0.027637735, -0.00454414077, 0.021349784, 0.0018114415, 0.016962843, 0.00053557253, -0.0242451653, -0.00479273405, -0.0031220403, -0.00468671648, 0.000700082805, 0.00143855135, 0.0142136924, 0.00444543455, 0.0156028904, -0.0129268561, 0.0208525974, 0.0150325876, -0.00201433757, 0.0014568303, 0.00675589079, 0.00289355381, -0.00690577785, -0.00125393423, 0.0230606925, -0.00161494303, -0.0146377627, -0.0109527316, -0.00378739322, -0.010024162, 0.0245961212, 0.00848873239, -0.0276084878, 0.000607317255, -0.0107918773, -0.0314105041, -0.00820358191, -0.0136141432, -0.00957815628, 0.00700082816, 0.0276523568, 0.0283981375, -0.0110770287, 0.00426995708, -0.0174454059, 0.000762231182, 0.015836861, 0.00660600327, 0.0128756743, 0.0137238167, 0.00743952254, 0.00388244377, 0.0181765631, -0.00965127256, -0.00838637073, -0.016100077, 0.00912484, 0.0151641965, -0.00664987275, 0.00150252762, 0.00941730198, 0.00291548856, 0.0186737496, 0.011237883, -0.0119544165, 0.00979750417, 0.00325913238, 0.00988524221, 0.0273452718, -0.026599491, -0.00910290424, 0.0113402447, 0.00954891, -0.0279155746, 0.00586387934, -0.00873001479, 0.00792574231, 0.00654019928, 0.00326096, -0.0178402308, 0.00759672141, 0.0132046957, -0.0273160264, 0.00186079461, 0.0035625624, -0.0107845655, 0.00659138057, 0.0205016416, 0.00826207362, -0.00595527375, -0.00250238483, 0.000193071144, -0.0259853192, 0.0223587807, 0.00557507202, -0.0195803847, -0.0115376571, 0.0241281819, 0.0115669034, -0.0126124583, 0.00811584294, -0.0201214403, 0.00938805565, 0.00893473811, 0.0142210033, -0.00482929219, -0.00478176679, 0.0116327079, 0.0173576679, 0.00383491837, -0.00264861621, 0.0194780231, -0.00724942144, 0.00962933805, 0.0274476334, 0.00174106762, -0.00420415262, -0.00918333232, 0.00142667012, -0.0186006334, -0.00132979185, 0.0258829575, -0.0236309934, -0.00306903152, -0.00101996399, -0.0179572161, -0.00305806426, 0.0165095255, -0.00853991415, -0.0256197415, 0.00216056895, -0.00876657199, -0.00518755894, -0.00501573691, 0.0186006334, 0.000592237164, 0.0360021703, -0.00195767288, 0.0200190786, -0.00665352866, 0.013058464, -0.00971707609, 0.0116473306, -0.0140382145, 0.0064999857, -0.00639031222, -0.00248045, 0.0115669034, 0.00574323814, -0.0172991753, -0.00166155433, -0.0176355075, -0.00704835355, 0.00553120254, -0.0133728618, 0.0126417046, -0.00693868, -0.0203700345, 0.0295387432, 0.0015198926, -0.012802559, -1.06674661e-05, -0.0152080655, 0.0135848969, -0.0094465483, -0.00288989814, 0.0144695966, 0.0114791645, 0.0118813012, 0.0153542971, 0.00436500739, -0.00469037192, 0.000423385587, 0.0243036579, 0.0254003946, -0.0117204469, 0.0100899665, -0.0199898332, 0.00830594357, 0.0228705909, 0.00767714856, -0.00097152486, -0.0102215745, -0.0151057038, 0.000106703228, 0.0195511375, 0.0109161744, -0.00408351189, -0.00541421771, 0.00669374224, -0.000901608, 0.0114937881, -0.00564087601, -0.00769177172, 0.00818895828, -0.0255758725, 0.00938805565, -0.00979750417, -0.0145427128, 0.0319661833, -0.0139797218, -0.0102435099, 0.00768446, -0.0229437072, -0.0119032357, 0.00190283614, -0.00142941193, 0.0266287383, -0.00503767189, 0.000870076823, 0.00651826477, -0.00289903744, 0.00288989814, 0.0110770287, 0.0147766825, 0.00273635518, 0.00230680034, -0.0113621801, 0.00378373754, 0.0263655223, -0.00456242, 0.0117058232, 0.003178705, 0.0167288724, 0.0032847228, -0.00746876886, -0.0110331587, -0.00116528152, -0.0126636392, -0.00429554749, 0.012583212, 0.00199057488, 0.0104482332, 0.00332310866, 0.0115888389, 0.00538131548, -0.0272136629, 0.0261023045, -0.0129926596, -0.00756016327, 0.0162024386, -0.00107480073, -0.0219054632, 0.00504498323, -0.0126782628, 0.00858378317, -0.002191643, -0.000665809843, -0.000644332089, 0.0198728479, 0.000798789, 0.001242053, -0.0116838887, 0.0141552, 0.000498100708, -0.00398480566, -0.00484757079, -0.00971707609, -0.0156321358, -0.0185860116, -0.00990717765, -0.00187541766, -0.0219347104, 0.0118374322, 0.0068984665, 0.00596989691, 0.0118081858, 0.00412006956, 0.0246399902, -0.0135044698, -0.00118447433, 0.000162682438, 0.00911021605, 0.00446005771, -0.0102800671, -0.0104262987, -0.00751629379, 0.0150033413, -0.01271482, -0.0214667693, -0.0211889297, -0.00963664893, 0.00393362483, 0.0108138118, -0.00693502417, 0.00626601558, -0.00720555242, -0.00469037192, -0.00668643089, -0.000834432896, -0.0126855737, 0.00348761887, 0.00591506, -0.00575786131, 0.00260840263, -0.00699351681, -0.00843024, 0.00214411784, -0.0090151662, -0.00945386, 0.00338525698, 0.00570302457, -0.00879581831, -0.00545808719, 0.000401679368, -0.0314105041, 0.0105652185, 0.0185567643, 0.00983406138, -0.0325218625, 0.0106968265, -0.00275463401, -0.00621117884, 0.00550195621, 0.0296849739, 0.00758940959, -0.0177232455, -0.0159538463, 0.00921988953, 0.00711050164, -0.00956353359, 0.0147181908, 0.0121445181, 0.00658041285, 0.00510713179, 0.00620752294, 0.0302406531, -0.0114645418, -0.00477079954, -0.00301236683, 0.0137676867, 0.00805003848, -0.00503036, 0.00591506, 0.000173078573, -0.0043686633, -0.00572495908, -0.0266872309, 0.0245230049, -0.00612344, -0.0103020025, -0.00264313258, 0.00267786253, 0.027681604, 0.0150472112, 0.0100899665, 0.00548367761, 0.00259195152, 0.00530088833, 0.00775026437, -0.00529357651, -0.0149302259, 0.00711781345, 0.00973901153, 0.00349675841, 0.0131315794, 0.00352783245, 0.00299774366, -0.0116400197, 0.0106968265, -0.0145280892, -0.00231045601, 0.0145719592, -0.0139212292, -0.0124735385, 0.00165150082, -0.00585656753, -0.0029831205, 0.0095708454, -0.0038312627, 0.0101557709, -0.00121006486, 0.00856184866, -0.00356804626, -0.014667009, 0.00894205, -1.600834e-05, -0.00984137319, 0.0100460974, -0.0197119918, -0.0133143691, -0.0151203265, 0.0057542054, 0.0144695966, 0.0152226891, -0.00772101805, 0.0116400197, -0.0062952619, 0.0158076137, 0.0185128953, 0.0228120983, -0.00087510352, 0.000966041174, -0.00550195621, 0.0189808365, -0.0221248101, -0.00428823568, 0.01588073, 0.0172553044, 0.00407985598, -0.00313849142, -0.00137548905, 0.01271482, -0.0121591408, -0.0120275328, 0.015792992, -0.00343643781, 0.00332859228, -0.0105067259, -0.04764219, 0.01145723, 0.0246546138, -0.00793305319, 0.0118374322, 0.0154566588, -0.00840830524, 0.0108869281, 0.00552389119, -0.01336555, 0.00580173079, 0.00993642397, -0.0231776778, 0.0132997455, 0.00908097, -0.0117204469, -0.0149302259, 0.0192148052, 0.0206186268, -0.00318784453, 0.0275061261, 0.0215545092, 0.0261754207, 0.00126581558, -0.00260109105, 0.0143526122, 0.0128976097, -0.00764790224, -0.00200885395, 0.0038641647, -0.00989986584, -0.00285516819, -0.00755285192, 0.00336880586, 0.00965127256, 0.0110477824, -0.00734812766, 0.0128756743, -0.000502670417, -0.0328143276, 0.00578710763, 0.0118813012, 0.00851066783, 0.00093679491, 0.00983406138, -0.0296703503, 0.00461725658, -0.00387147628, 0.0108796163, -0.0067083654, 0.00624042517, -0.00145500246, 0.0046647815, -0.0139797218, 0.0118374322, 0.00265592779, 0.0205455124, 0.0269212015, 0.01397241, 0.00892011542, -0.00998029299, 0.00711781345, -0.0055458257, 0.00846679788, 0.00159209431, -0.00308365468, 0.0256051179, 0.00488047302, -0.00925644767, 0.0012649016, -0.0151934428, 0.00249507325, -0.00595527375, 0.00157747127, -0.0226366203, 0.0028679634, 0.0333407596, -0.0032847228, -0.00896398444, -0.0049938024, -0.00538862729, -0.0208379738, 0.0046465029, -0.0145427128, 0.02542964, 0.00195767288, -0.00378008164, 0.00422974303, 0.00655116653, 0.0176647529, -0.00475252047, 0.0437816828, -0.00383491837, 0.00335783861, -0.00354611152, 0.00464284699, 0.00511809904, 0.00762596773, 0.0116034616, 0.00311655668, 0.00637568906, -0.0204285271, 0.0180157088, -0.0018050439, 0.0253565256, 0.0131169567, 0.00395555934, -0.00731157, -0.0149302259, 0.0230314452, -0.00950504094, -0.00870808, -0.00727501232, -0.0111135868, -0.00441984413, 0.0325218625, 0.0115669034, -0.013840802, 0.0113621801, -0.0148717333, -0.00325547648, 0.00299043208, -0.00422243169, 0.00507422956, -0.00655482244, -0.000478450849, 0.00533013465, 0.0148717333, 0.0135337161, -0.00257732836, -0.0037014822, 0.00788187236, 0.004383286, 0.00143215375, 0.0189369656, -0.00898592, -0.0116327079, 0.0122176334, 0.00365761295, -0.0308548249, -0.0125027848, -0.000617827638, 0.0268773306, 0.00707394397, -0.0212327987, 0.0156760067, -0.0106383348, -0.00230131671, -0.00453682896, -0.00254077069, -0.0102142636, 0.0219054632, 0.00453682896, -0.00683631795, 0.00463553518, -0.0182204321, 0.0105140377, -0.0138261784, 0.0265263766, 0.0280764289, 0.0159977153, -0.0148059288, -0.00161220122, 0.00489509618, -0.0119544165, 0.0284420066, -0.00108302629, -0.0107772546, -0.00399577292, -0.00838637073, -0.00976094604, -0.0166265108, -0.00962202623, -0.0125759, 0.0122907488, 0.0270966776, 0.00140564935, 0.0275499951, -0.00301236683, 0.000193528118, -0.00383857428, 0.0165533945, -0.0022519636, -0.00669008633, 0.0149302259, 0.0144842202, -0.00468306057, -2.22917206e-05, -0.00971707609, 0.00149247423, 0.0202530492, 0.0288222097, 0.000721560558, -0.00815971196, 0.00261388626, -0.0112671293, -0.0156321358, -0.0061526862, -0.0122761261, 0.00228303764, -0.00867152214, 0.038049411, 0.00730425864, -0.00995104667, -0.00667546317, -0.00321160723, -0.00707028806, -0.0149082914, -0.0101923281, -0.0367625728, -0.0211450607, 0.0150618339, -0.0084960442, -0.00560066244, -0.00834981259, 0.00259743514, -0.0154274125, 0.00149613, -0.00261937, -0.0195365157, -0.00629891735, 0.00269065774, 0.00228303764, 0.00869345665, 0.0052021821, -0.0226658676, -0.0100534083, 0.00583828846, -0.00596989691, -0.0100534083, -0.000515922671, -0.00507057365, 0.0227536056, -0.018834604, 0.00848873239, -0.0166118871, 0.00867152214, 0.0149594722, -0.000238996945, 0.0252395403, -0.0079549877, -0.0121591408, 0.0203115419, 0.00242378539, -0.0140820835, 0.00693502417, 0.0146889444, 0.00274549448, -0.00504863914, -0.0116400197, 0.00131882448, -0.020223802, -0.00639762357, 0.030679347, 0.00938805565, 0.0107187619, 0.00296301371, -0.02351401, 0.00314214709, 0.00569571322, -0.00872270297, 0.00700814, 0.0205601342, 0.00328655075, -0.0191124436, -0.00139468198, 0.00535572506, 0.000437323266, 0.00683631795, -0.041354239, 0.00122925767, 0.0259268265, -0.0129926596, -0.00577614037, -0.0192001835, -0.018659126, 0.000361465733, 0.00368685927, 0.00218798732, 0.0194195304, 0.0145280892, -0.0237479787, 0.00333590386, -0.0167873651, -0.00257915631, 0.00967320707, 0.00242926902, -0.00369965448, -0.0214960165, 0.00421146443, -0.00723114284, -0.00806466211, 0.0275061261, 0.0202676728, -0.00357170193, 0.0146962553, 0.0412665, -0.0177671146, 0.00882506464, 0.0136653241, -0.00839368254, -0.0327558331, 0.0174746532, 0.00113877701, 0.00627332693, -0.010587153, 0.010455545, 0.0168458577, -0.0058931252, 0.0095854681, 0.0133947963, -0.0102727562, 0.0113036875, 0.00968783069, -0.0134898471, -0.00552023528, -0.00900785439, -0.0011954417, -0.0190100819, 0.0111208977, -0.0126782628, -0.00233604666, 0.00565915508, -0.00285151228, 0.00294107897, 0.0124369804, -0.0191270672, -0.00785262603, 0.0249324534, 0.0149594722, 0.00791843049, -0.0182350557, -0.0356804617, -0.014966784, 0.0132631883, -0.00149978581, 0.00763327908, 0.000828492281, -0.00731157, 0.0163194239, 0.0110916514, -0.0189808365, 0.0130877104, 0.00604301272, -0.00935149845, -0.0191124436, -0.0135848969, 0.0130219059, -0.0238064714, -0.00192111498, 0.0060137664, -0.0137676867, -0.0126490165, 0.00160306168, -0.0045953216, -0.00885431096, 0.00352052087, -0.00502670417, -0.00803541578, 0.0226366203, 0.0195218921, 0.00475983229, -0.00242195767, -0.00547271036, 0.00233056303, -0.0116838887, -0.0122980606, 0.020004455, -0.0144257275, 0.00106657529, 0.00574689405, -0.00201250962, -0.000386142288, -0.00743952254, -0.00052689, -0.0060832263, 0.00874463748, -0.0429920331, -0.00384588586, -0.000384314393, -0.00197595172, 0.0353295058, -0.00318784453, -0.0170505811, -0.00283140549, -0.00195767288, 0.0111135868, 0.0136287669, -0.0167581178, -0.00265775574, -0.00138005882, 0.017226059, -0.00702641858, 0.0115815271, -0.00191928714, -0.00727866776, 0.00429189159, 0.0168604795, -0.0106017767, 0.0124077341, -0.00921257865, 0.00104372657, -0.000506783195, 0.021349784, -0.00633547548, 6.79747536e-05, -0.0122907488, -0.0305331163, 0.00419684127, -0.0531697385, -0.0156906284, 0.00254625431, 0.00645246031, 0.0122249452, -0.00227755401, 0.0259122048, 0.0151934428, 0.0212181769, 0.0165095255, 0.0314982422, -0.0124662267, 0.00218798732, 0.013146203, -0.0188053586, -0.0244791359, -0.00280398712, 0.0184690263, 0.00624773651, -0.00412372546, -0.0214082766, -0.0104847914, -0.0080792848, 0.00525701884, 0.00368685927, 0.0270235632, 0.0187468659, 0.0128756743, -0.0161293242, 0.00539593864, 0.00304892473, 0.00870808, -0.0144330394, -0.0116619542, -0.00102179195, -0.0155151514, -0.00446371362, -0.0071068462, 0.00469037192, -0.00498649059, 0.0299043208, 0.0104336105, -0.000793305342, -0.023821095, -0.00852529053, -0.0166557562, 0.0122030107, 0.00617462071, 0.00276377355, 0.00246217125, -0.00815971196, 0.0314982422, -0.0132851228, 0.00895667356, -0.0276523568, -0.00320795132, -0.0105798421, -0.00784531422, 0.00454414077, 0.00224830769, -0.019653501, -0.00403598649, -0.00839368254, 0.000857281557, 0.0225342587, 0.0274768807, 0.0097317, -0.0140309026, 0.0193464141, 0.0019869192, -0.00406523282, -0.00136634964, -0.011325622, 0.00151715078, 0.00593699468, 0.00659869192, -0.010455545, 0.0234993864, 0.0323463865, 0.0156175131, -0.00109307969, 0.00922720134, 0.0248593371, 0.00181875308, 0.00476348773, 0.0049206866, -0.0143672349, 0.00565184373, 0.00284785661, -0.00153268781, 0.0142648732, 0.0135337161, -0.0224611424, -0.00756016327, -0.00270710886, 7.36297952e-05, -0.0112451948, -0.0169920884, 0.0208087284, 0.00293925125, -0.0116253961, -0.00190831977, -0.0081524, -0.0019138034, 0.0185128953, -0.00375449122, 0.0201068167, 0.000410133391, 0.0090151662, 0.0209549591, 0.0156906284, -0.0246838611, 0.017006712, -0.00247313851, 0.00883968826, -0.00771370623, 0.00631719641, 0.000425213482, -0.00214411784, -0.0201506875, -0.00611612853, -0.0204285271, 0.00692771235, -0.00800616946, -0.0234262701, -0.0136141432, -0.0087738838, 0.00855453685, -0.00201433757, -0.0112671293, -0.023733357, -0.00994373485, -0.00741758756, 0.00462091202, -0.0203554109, -0.0152373118, 0.0124589149, 0.0110258479, -0.0179864615, 0.00975363422, 0.00313849142, 0.000198212088, 0.00310558942, -0.00118173251, -0.0207356121, -0.0151641965, 0.0158076137, -0.00937343296, -0.0092930058, -0.00162682438, -0.00211852742, -0.0175623912, -0.00194853335, -0.000531459751, -0.00620752294, -0.00864958763, 0.00954891, 0.0142063806, -0.00275828969, -0.00993642397, 0.00144769088, -0.00435038423, 0.00341084739, 0.0124223577, 0.00311472872, 0.0148424869, 0.0152226891, 0.00469037192, -0.0206478741, -0.00547271036, 0.00201799325, 0.00124936458, -0.0033779454, 0.011932482, 0.00614171894, -0.0190685745, 0.0137238167, -0.00883968826, 0.0272721555, 0.0173576679, 0.0251956694, 0.00483294763, 0.00486219395, 0.0108138118, 0.00664987275, 0.00726038916, -0.00508519681, 0.0193464141, 0.00664987275, 0.00310376147, -0.00664621731, 0.0330775417, 0.0188638512, -0.00914677419, -0.00925644767, 0.007940365, -0.0056189415, -0.0141332652, 0.00666084047, -0.0043869419, 0.0230753142, -0.00398846157, 0.00639396813, -0.0062952619, -0.00710319029, 0.00816702377, -0.00248958962, 0.0134313544, -0.00727866776, 0.0296118576, 0.018878473, -0.0233385321, -0.0328728184, 0.0052021821, 0.0173430443, 0.0213644076, -0.0291731637, 0.023777226, -0.0245230049, 0.0220663175, 0.0202969182, -0.00995835848, -9.18516e-05, 0.00557507202, -0.00329751801, -0.000168166109, -0.00312935188, 0.00125027844, 0.0148571106, -0.00482929219, 0.000236255102, 0.0194634, 0.0374937318, -0.023601748, -0.0158076137, 0.0116473306, 0.0178987235, 0.00434672832, 0.0224903896, -0.00278936396, 0.0233677775, 0.0290415566, 0.00673395582, -0.00214960147, -0.0124881612, 0.0151349502, 0.00671567721, -0.00447102496, 0.00878850743, -0.000157655726, -0.0020527232, 0.00197960762, -0.021305915, -0.00160488964, 0.0201360639, -0.00626235968, 0.0154859051, 0.00412372546, 0.00985599589, 0.00658041285, -0.000720189651, -0.00418221811, -0.00088698481, 0.0011095308, -0.0104262987, -0.0115303462, -0.00216056895, -0.0112671293, -0.00525336294, -0.0138481138, 7.27729712e-05, -0.0108284354, -0.00503401598, -0.0219347104, -0.00345288892, 0.00470133964, 0.0194780231, 0.0135922087, -0.029070802, -0.00429554749, -0.0317322128, -0.0144111048, -0.00789649598, 0.0193902832, 0.00513637811, -0.0137749976, -0.0124223577, -0.00851797871, 0.00305989198, -8.92811222e-05, -0.0138261784, -0.0340134241, 0.0105579067, 0.00237077661, -0.0125466539, 0.00339988014, 0.00399577292, -0.000866878, 0.0116546424, 0.0057542054, 0.00693136826, -0.0118520549, -0.00539593864, -0.0248008445, -0.0130950222, -0.0174600296, -0.0078014452, -0.0282665305, -0.0145061547, -0.0197266154, 0.00250421278, 0.010068032, 0.0130072832, -0.0112232603, -0.0108576817, -0.00416028313, -0.0019138034, -0.0294071343, 0.00712878071, 0.0156028904, -0.00672298856, 0.0088762464, 0.00320795132, -0.0020892811, -0.00343095418, 0.00876657199, 0.0121810753, 0.0166996252, 0.00966589525, 0.00644149305, -0.00578345172, -0.0095854681, -0.0132046957, -0.0110331587, -0.0114133609, -0.005271642, 0.00566281099, -0.000499014626, -0.0056884014, -0.0313520133, -0.00274915039, 0.0122688143, 0.0109966015, -0.00979750417, -0.00780875655, -0.0139577873, 0.0110258479, -0.0194780231, 0.00780875655, -0.00482198037, 0.00696427049, -0.00676685805, 0.0150325876, 0.0120640909, -0.00147053949, -0.00220078253, -0.00869345665, 0.00420780852, 0.0358559377, -0.0102435099, -0.0099876048, 0.0104701687, -0.0025298032, 0.00383857428, -0.0349785499, 0.0112232603, -0.0348323211, -0.016962843, -0.0135556506, 0.0101338364, -0.01718219, 0.00662062643, 0.0108723044, 0.0613002032, 0.0100753438, -0.0171236973, -0.0319661833, -0.00669739814, -0.0160415843, -0.0245083831, 0.040652331, -0.0150618339, 0.00209476473, 0.0150179649, 0.0124150459, -0.00458069844, 0.00284785661, -0.0142868077, -0.00952697545, -0.00523142843, -0.00846679788, -0.0389852896, 0.0175916366, 4.75823254e-05, -0.00742489938, 0.02221255, 0.00592602743, -0.0094465483, 0.00467940466, -0.0156467594, -0.00932956301, -0.0263070296, -0.00172735844, -0.0207356121, 0.0168166105, 0.00848873239, -0.0138188675, -0.0025992631, 0.00275828969, 0.00925644767, 0.00292645581, 0.0100972783, -0.0112451948, 0.0100168511, 0.0216276236, -0.00223368453, 0.00479639, 0.00182240887, 0.00641224673, 0.0060832263, -0.0261900444, -0.0269504469, -0.00323354173, -0.00137914484, -0.0090151662, -0.00542884087, -0.0103531834, -0.00490606343, 0.0101045901, 0.0116985124, -0.00556410477, -0.0176501293, 0.0220955648, 0.0139504755, -0.00727501232, 0.00494627701, 0.013796933, 0.00363385025, -0.0200921949, 0.00121463451, 0.0125100967, -0.00541787315, 0.00946117193, -0.00808659662, -0.0107114501, 0.0165680181, -0.0182350557, -0.00253894273, 0.0369965434, 0.00216422463, 0.00195218914, -0.00511809904, -0.00612344, -0.00369599857, 0.0329313129, -0.00410544639, -0.00818895828, -0.00531185558, -0.00715071522, -0.00647073938, -0.0196681228, -0.0149594722, 0.0231923, 0.00331579708, 0.0143379886, -0.0143818585, 0.00454779668, -0.00145226053, 0.00573227089, -0.0215252619, -0.0115742153, 0.0119251702, 0.0201360639, 0.00807197299, -0.00143215375, -0.00154456915, -0.00728597958, -0.0167434961, 0.0294217579, 0.0125320312, 0.000920800841, 0.0230899379, -0.00545808719, -0.0018809014, 0.0125247194, -0.0142210033, 0.0198436, 0.00551657937, 0.013277811, -0.0161878169, -0.00977556873, -0.00381663954, 6.83174803e-05, 0.0200921949, 0.00084037357, 0.0100753438, 0.00425533392, 0.0195218921, -0.00045880102, 0.0135044698, 0.021086568, 0.00778682204, -0.00962202623, 0.00806466211, -0.0157491211, 0.0208525974, -0.000914403237, 0.0175185222, 0.0283981375, 0.0188199803, -0.00373621215, 0.00570302457, 0.0253272783, 0.00240916223, 0.000642047264, 0.00675589079, 0.031673722, 0.00764059043, -0.0118228085, 0.00085225486, -0.00700448407, -0.0169043504, -0.0151495729, 0.0196096301, 0.00741393212, 0.00764790224, -0.0289976858, 0.0159538463, 0.0173869133, 0.0154420361, -0.0277693421, 0.0192001835, 0.0279594436, 0.00966589525, -0.00153451576, -0.0267603453, -0.00494993292, 0.0228705909, 0.0170359574, 0.0018278925, -0.0223587807, 0.010543284, -0.000611430034, 0.0154712824, 0.0113183102, 0.0162024386, 0.0182350557, 0.0191709362, -0.000813869119, -0.00412738137, -0.0195950083, -0.00541787315, -0.0051327222, 0.0120275328, -0.00146596984, 0.00796961132, 0.0481978692, -0.00812315382, 0.00535206916, -0.00258281198, -0.00380201638, -0.00097883644, -0.00339805218, -0.00460628932, 0.004383286, -0.0120714018, 0.0113183102, -0.00742124347, -0.00490240753, 0.0117643159, -0.00921257865, 0.00630257325, -0.00922720134, 0.0175477676, -0.00707394397, -0.00757478643, 0.0155005287, -0.000966041174, -0.00926375948, -0.00172553048, 0.000158341194, 0.00965127256, 0.0115742153, -0.00859109499] |
14 Nov, 2023 | How to get original element from ng-click in AngularJS ?
14 Nov, 2023
In AngularJS, we can get the original DOM element that fired the ng-click event using the event's currentTarget property. Getting the event's currentTarget can be useful when we want to track an element's activity, in this case, whether and how many times a particular element is clicked, or we want to perform a certain operation if a particular element in the DOM gets clicked. In this article, we will see how to get the original element from ng-click in AngularJS.
There are 2 approaches to get the original element by implementing the ng-click Directive:
Table of Content
Implementing the currentTarget PropertyImplementing the target Property Implementing the currentTarget PropertyIn this approach, we will use the currentTarget property of an event to get the original element that triggered the click event from the ng-click directive. The following steps will be followed:
Create an AngularJS project using the CDN: Create an AngularJS project using the AngularJS CDN. You can name the app "my-app".Include the Angular CDN script and create a base layout: Include the Angular CDN script in the HTML file and add a div and button inside the body tag.Add the AngularJS controller to the script: Create an AngularJS controller, and inside the controller, access the event's currentTarget property to get the original element that triggered the ng-click event.Example: This example illustrates the basic implementation to get the original element from the ng-click Directive.
HTML
<!DOCTYPE html>
<html>
<head>
<script src=
"https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js">
</script>
<script>
angular.module('myApp', []).controller(
'gfgCtrl', function ($scope) {
$scope.myFunction = function (event) {
const originalElement = event.currentTarget;
console.log('originalElement!', originalElement);
};
});
</script>
</head>
<body style="text-align: center;">
<div ng-app="myApp"
ng-controller="gfgCtrl">
<div ng-click="myFunction($event)">
<button>Click me</button>
</div>
</div>
</body>
</html>
Output: The output should log the original element that triggered the ng-click event to the console.
Implementing the target Property In this approach, we will use the target property of an event to get the element that triggered the click event. Here, we will create an <h1> and <p> element and on the click of the paragraph element, we will log the element to the console, as well as change its background color. Now, we will use the controller logic and modify it to use the target property of the event to get the target element on click of it and change the background color of the paragraph element.
Example: This example demonstrates getting the original element from ng-click by implementing the target Property.
HTML
<!DOCTYPE html>
<html>
<head>
<script src=
"https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js">
</script>
<script>
angular.module('myApp', []).controller(
'gfgCtrl', function ($scope) {
$scope.myFunction = function (event) {
const originalElement = event.target;
originalElement.style.backgroundColor = 'red';
console.log('originalElement!', originalElement);
};
});
</script>
</head>
<body style="text-align: center;">
<div ng-app="myApp" ng-controller="gfgCtrl">
<div ng-click="myFunction($event)">
<h1>GeeksforGeeks</h1>
<p>
Click here to change the background
color of this paragraph
</p>
</div>
</div>
</body>
</html>
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ? | https://www.geeksforgeeks.org/how-to-get-original-element-from-ng-click-in-angularjs?ref=asr10 | CSS | How to get original element from ng-click in AngularJS ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0266810339, -0.0654598624, -0.0116186766, 0.00320599135, 0.0188054871, 0.0209016409, 0.0356944911, 0.0157061759, -0.01451586, -0.00597029319, 0.0100390762, 0.00983694661, -0.00116598513, -0.0785159, -0.0140217664, -0.013333031, -0.0334785581, 0.00383670884, -0.0173381809, -0.0119331, 0.00544251176, -0.00327523914, -0.0630043745, -0.00530027272, -0.0188354328, 0.0131533602, -0.000765002274, 0.00798784, -0.0185659267, 0.0179071371, -0.0174579602, 0.00895356853, -0.00780068384, -0.0297653731, -0.0476126187, -0.0109973177, -0.000355597382, 0.00302632106, -0.0413541049, 0.0193444975, 0.00693976413, 0.0244201832, 0.0228480678, -0.047403004, -0.0361736119, 0.0507568493, 0.000186220743, -0.0449175648, -0.0164847467, 0.00106585643, 0.0253784247, 0.0313225165, 0.0105631147, 0.0398269072, 0.0225336459, 0.0128239654, -0.0235667489, -0.0248993039, -0.00884876, 0.0393178426, 0.0658192039, -0.0441389941, -0.0226534251, -0.00303755049, 0.0341074057, 0.0179520529, 0.00892362278, 0.00101719575, 0.0204973817, 0.0313524604, -0.0221743044, 0.0149725219, -0.00812259316, -0.0523139909, -0.0212609805, -0.0369821303, 0.00543502532, 0.0491398163, -0.00153749087, 0.0022964105, 0.014508374, 0.019688867, -0.0387788303, 0.0217999928, 0.00455913274, 0.00935782585, -0.0124945696, -0.0472532809, 0.0123598166, 0.0235368051, -0.0127865337, 0.0265013631, 0.0207519159, -0.0162451863, -0.0230427105, 0.0194642786, 0.0336282849, -0.00558849378, -0.0459356979, 0.0395274572, -0.0212909263, 0.0239410624, -0.0204075482, -0.0339876264, 0.0428813025, 0.0190899651, -0.00130073784, 0.0241806228, 0.0202727951, -0.00296081626, 0.0486606956, -0.0189252682, -0.013782206, 0.0134453243, -0.0463249832, 0.0312027354, -0.0126966983, -0.0538411885, 0.0220395532, 0.00801029895, -0.0371318534, 0.00832472183, 0.0588719547, 0.0636631623, -0.00774079375, 0.05716509, 0.00160205981, -0.00441315072, 0.027115237, -0.00470137177, -0.00535642, 0.00723547116, 0.004592821, 0.0254532881, 0.025333507, 0.00925301854, 0.00928296335, -0.0290766377, -0.057045307, 0.0160205979, 0.0147404475, -0.0239260904, 0.00993426796, -0.00244239275, -0.0252586436, -0.0218299367, 0.0200332347, 0.0222791135, 0.000295005477, -0.0125170285, -0.0202278774, -0.0428513587, -0.00331267039, -0.00447304081, 0.0210663378, -0.00668897433, -0.0444983356, -0.0123822754, -0.0121576879, -0.0126442946, 0.00702585606, -0.000420868222, -0.0454266332, 0.0411744341, -0.000432097615, 0.0455164649, 0.0295857042, -0.0351854265, -0.0624054708, 0.0390483364, -0.00150848157, 0.026666062, 0.0246747155, 0.0171435382, -0.0371019095, -0.0101663424, 0.020153014, -0.0502178371, 0.0249442216, 0.00450672908, 0.0135501325, -0.013924445, -0.0104807653, 0.0134078935, 0.0176825486, 0.00935782585, -0.0103909299, -0.0261120778, -0.0325203165, 0.00377307553, -0.0586024523, 0.0167991687, 0.0557876155, 0.0117833745, 0.0200781524, -0.00421102159, -0.0637230501, -0.00257714535, -0.0204225201, -0.00852685142, 0.0286424346, -0.0204524659, 0.000176745947, 0.0146880439, 0.0337480642, -0.0141041158, -0.0196738932, -0.0305439439, 0.0382098742, 0.0116710812, -0.00360650616, 0.00471260119, 0.00782314315, -0.0158858448, 0.0105780866, 0.0198685359, 0.0172932632, 0.00573073281, -0.0319214165, 0.0166344717, -0.00993426796, 0.0154216979, -0.00497087743, -0.00321909226, -0.0685741529, -0.0182664767, -0.0162451863, -0.0293012261, -0.00596280675, -0.0207968336, -0.0151372198, 0.0172034279, 0.00438694889, 0.0147329615, 0.0167692248, 0.0162751321, -0.00983694661, -0.0118282922, 0.0258725174, 0.0798933804, -0.00847444776, 0.002221548, -0.0197337847, -0.0232972447, 0.0280285608, 0.00512434542, -0.034227185, 0.0227133166, 0.00491473032, 0.00947760604, -0.0291215554, -0.0285076816, 0.0150997881, 0.00465645408, -0.00141490332, 0.00832472183, 0.00472008763, -0.0196140036, 0.0360837765, 0.00131571037, 0.0148527417, 0.0318914726, -0.00732904952, 0.0658791, 0.0167243071, -0.0197337847, 0.0204973817, -0.0531524532, -0.000234062623, -0.00457036216, 0.0432705879, -0.00538636465, 0.0143811069, -0.011858237, -0.0553683862, 0.019853564, -0.021785019, 0.0313225165, 0.0217251293, 0.00109580148, -0.0116186766, -0.00530401571, 0.0426117964, 0.0419530049, 0.0103085814, -0.02546826, -0.00263516395, -0.00401263591, -0.00509440061, 0.00856428221, -0.0313225165, -0.0209914763, -0.00882630143, -0.0127116712, 0.0494392663, 0.0218299367, 0.00487355608, -0.000373845163, 0.00348111126, -0.021934744, -0.0107352985, -0.0484810248, 0.0107128397, 0.02695054, -0.014658099, 0.0559074, 0.034945868, -0.0131907919, -0.0250041112, -0.0369222388, 0.0207219701, -0.0264414735, -0.015840929, -0.0198086463, -0.000302959612, 0.0225037, 0.00385168125, 0.000870745745, -0.0223090574, -0.00766593125, -0.00277740275, -0.0183563121, -0.00683495635, 0.0551587716, 0.0326401, 0.00978454296, -0.0199134536, -0.0232972447, 0.0254233424, -0.0249591935, -0.0369821303, -0.0398568548, -0.0205572732, 0.00180606043, -0.0071830675, 0.0100989658, -0.0142613268, -0.00130260945, 0.00765470183, 0.000353725831, -0.0310230646, 0.0451571271, -0.0112668229, -0.0119331, -0.00128576532, -0.0321909226, -0.00308059645, 0.000845479604, 0.0415337756, 0.00682372693, 0.00131571037, 0.0101363976, 0.0272050723, -0.0348859765, 0.0116336495, 0.0206471086, 0.00449175667, -0.0226384532, -0.00892362278, -0.0150923021, -0.000554919068, -0.00753492163, -0.00196514348, 0.0288221054, -0.00158240844, -0.0359340534, 0.00414364552, 0.0204225201, -0.0280435327, -0.0100989658, -0.0347362496, 0.0182515047, 0.00961984508, -0.00424471, -0.0386291072, 0.0185659267, 0.0202578213, -0.0124870837, -0.00440940773, 0.0197637286, -0.035844218, 0.0188803505, -0.00446181139, 0.0390483364, 0.0453068502, 0.0178771913, -0.0102262329, -0.0486008078, 0.00177330803, -0.0121801468, -0.0253634527, 0.040006578, 0.0124571379, -0.0434802026, 0.0430010818, -0.0602194816, 0.00147572916, -0.0524637178, 0.0379703157, -0.0317417458, 0.0153618073, 0.030663725, 0.0301247146, 0.00214481377, -0.0210214201, -0.0250939466, -0.0473131686, -0.0027923754, 0.0128389373, -0.00374874519, 0.00816002488, -0.00406878302, -0.0340175703, -0.0329994373, 0.0220245793, 0.000108843218, 0.0245100185, 0.000596093538, 0.0175028779, -0.0302744396, 0.0671966746, 0.0127715608, -0.018521009, 0.00827231817, -0.0170686748, -0.00650930405, 0.00187062949, 0.00804773066, -0.0101438835, -0.000612469739, -0.0443186648, -0.0252287, 0.0167542528, 0.0245848801, -0.0303792469, -0.0141864643, 0.0303043835, -0.0254383143, -0.0135127008, -0.00991929602, 0.0172333736, 0.0406653695, 0.0153618073, -0.00376558932, -0.0424620733, -0.00462650927, -0.0250490289, -0.0368922949, 0.0219946355, 0.0219796617, -0.0178023279, -0.0175927132, 0.00241806218, -0.0209615305, 0.0255730674, -0.00278301747, -0.00827231817, -0.0120828254, 0.0225486178, -0.015990654, -0.00796538126, 0.051984597, 0.00882630143, 0.007778225, 0.0159756802, 0.00512434542, -0.0114015751, -0.00976208411, -0.0160804894, 0.0295857042, 0.0533321239, -0.0112368781, 0.035544768, -0.00644192751, 0.0321010873, -0.0149425771, -0.00783062913, -0.00394151639, 0.0207668878, -0.0172184, 0.0284178462, 0.0331491642, 0.0174429882, -0.0510862432, 0.0356944911, -0.0576741546, 0.0320711434, -0.00043934994, 0.00388536952, -0.0312027354, 0.00951503776, 0.0278488901, -0.041923061, 0.0133554898, -0.0254383143, -0.0300199073, -0.0111545287, -0.00503451051, 0.0252586436, 0.00999415852, 0.0103759579, -0.00786057394, -0.000644286338, 0.0569255278, 0.0200931244, 0.00297391717, -0.0439593233, 0.0297504012, 0.0190450475, -0.00703334203, -0.0428813025, -0.0143212173, -0.010660436, 0.00383670884, 0.0221443605, -0.0189252682, -0.00646064337, 0.0438994355, 0.00214668526, 0.00982197467, 0.0301396865, -0.0428513587, 0.0126068639, -0.00483238138, 0.0235966947, 0.0264714193, 0.01421641, 0.0109524, -0.00672266213, -0.00917067, -0.0268607046, 0.000713534246, 0.00454790331, 0.0162751321, -0.0141714923, -0.0206021909, -0.026666062, 0.0140966298, 0.00422973745, -0.00696970895, -0.0194792505, -0.0158708729, -0.0345565788, 0.0105032241, -0.0266211443, -0.00905089, -0.0242704581, 0.00775576616, -0.0116860531, 0.010076507, 0.00264452165, 0.0211262293, 0.0371318534, 0.0225935355, -0.0138420966, -0.0360538326, -0.0259024631, -0.0168440863, -0.0131982779, -0.0109374272, 0.0113117406, -0.0215304866, 0.018221559, 0.0425519086, -0.00870652124, -0.0171884559, 0.00252287, 0.0284028742, -0.0132207368, -0.00231886934, 0.00834718067, -0.0138495825, 0.00367762567, -0.00416984735, 0.0188504048, 0.0130934706, 0.0334186703, -0.0215454586, -0.0104732793, 0.0305589177, -0.0125245145, -0.0263216943, 0.0218449086, 0.00809264835, 0.00464896811, -0.00127360015, -0.00159363775, -0.0185359828, -0.0341074057, -0.00536016282, 0.00494467514, -0.000804305135, 0.00494467514, 0.0165146925, -0.0265762266, 0.0195990317, -0.0134004075, 0.0238212831, 0.000862791552, -0.00973962527, -0.00561843906, 0.0207369421, 0.0347063057, 0.00301134842, 0.0160505436, -0.0395274572, -0.0217999928, 0.00301696314, 0.0104732793, 0.0052291532, -0.0321609788, 0.0118881827, -0.00830975, -0.00203064829, 0.0168590602, -0.0200781524, 0.0116037047, -0.0024143192, -0.0323406458, -0.016604526, 0.0180119444, -0.0210363939, 0.0457260832, 0.0118282922, 0.0170836467, -0.0306936707, 0.00135594897, -0.0287771877, -0.0132506816, 0.00596280675, -0.00390408514, -0.0412043817, -0.0109823449, 0.031861525, -0.00675260741, 0.0111545287, -0.013632481, 0.00603018329, -0.0328497142, 0.0251987539, 0.00969470758, 0.0229379032, -0.0350057557, 0.100974686, -0.00582056772, 0.0148003381, -0.00344742322, 0.024150677, 0.00541631, -0.0021635294, -0.0137298023, -0.0204674378, -0.00141771068, -0.00780817028, 0.0165745821, -0.0231924374, -0.013767234, -0.00579810934, 0.0154666156, 0.00863914471, -0.0123523306, -0.0225635897, 0.0291365273, -0.0215604324, 0.0261569954, -0.0215754043, 0.0194942243, -0.00729910424, 0.0164697748, 0.0356346034, -0.00756112346, -0.042821411, -0.0197787, -0.0246597435, -0.0068574152, -0.0176825486, -0.023701502, 0.00797286816, 0.00836215355, 0.014074171, -0.000204234559, 0.00159363775, 0.0158259552, 0.00468265638, -0.00397520466, -0.0192696359, -0.0347063057, -0.0288969669, -0.0185659267, 0.0186258163, 0.0133629758, 0.00702585606, 0.0222940855, 0.0122774681, -0.00879635662, -0.0263965558, -0.00358966202, -0.0317118019, -0.00768839, -0.0242405124, -0.0095899, -0.0290616658, -0.0146730719, 0.00451047206, -0.00613124762, 0.0322508104, -0.000616212841, 0.0150623573, 0.00751620578, -0.00773330778, 0.03081345, 0.0230876282, 0.00475751888, 0.0435700379, -0.0374013595, -0.000160252777, 0.00174242724, -0.0356944911, -0.00200257474, -0.00440566475, -0.0130410669, 0.016155351, 0.0338079557, -0.0350656472, -0.036443118, -0.00382547942, 0.0268607046, -0.00697345193, 0.017472934, -0.0101962872, 0.000765002274, -0.0103235543, 0.0186108444, -0.0110347485, -0.0374911949, -0.00923804566, 0.00223277742, 0.00884876, 0.00556603493, 0.00549491541, 0.0153618073, 0.0313824043, 0.0215903763, -0.0043083434, -0.0183563121, 0.00491473032, -0.00856428221, -0.0128164785, 0.00441689417, -0.0218149647, 0.0114315208, -0.020138042, 0.0389585, -0.016454801, 0.00462650927, -0.0211561732, -0.00349234068, 0.0212609805, 0.032879658, 0.026666062, 9.9207582e-06, 0.0396771841, -0.0321310312, 0.0119480724, 0.00139899505, -0.00152813306, -0.0422524586, -0.0050382535, 0.00993426796, 0.00491473032, 0.00224587834, 0.0204225201, 0.012599377, -0.00105743436, 0.0245249905, 0.00520669436, 0.0321310312, -0.013482756, 0.00450672908, -0.0276243035, -0.0243453197, 0.00860171393, -0.0178023279, -0.0187755432, 0.00710446155, -0.00595532078, 0.0140442252, -0.00416984735, 0.0141415466, 0.052284047, 0.0340475142, 0.0135052148, 0.0132806273, 0.0162302144, 0.00153936236, -0.00353538664, -0.0204225201, 0.001463564, -0.00269692554, -0.0462950394, -0.0132282227, -0.0194642786, -0.00165914255, 0.00328272535, 0.00766593125, -0.0289119389, 0.000317230297, 0.0043420312, -0.0424021818, -0.0247495789, 0.0272350181, 0.0118133202, -0.02843282, -0.00549491541, 0.00497462042, 0.0174130425, 0.0103984168, -0.00969470758, 0.00279424689, 0.00891613681, -0.0188354328, 0.00322657847, 0.0131608471, 0.000572231074, -0.0142014371, 0.0418332256, 0.0124795968, -0.0216053482, 0.0275194962, 0.0107951881, -0.0120304218, -0.00370008452, -0.0225935355, 0.0475826748, -0.0118282922, 0.00256965915, -0.0150398985, 0.0142089231, 0.0196589213, 0.0155714229, -0.00919312891, 0.00587671483, 0.0164248571, -0.0149051454, -0.0160056259, 0.0329395495, 0.00578688, 0.014366135, -0.00338191842, -0.00174242724, 0.0171135925, -0.00271376967, 0.00679378165, 0.0100390762, -0.00445432542, -0.000343666179, -0.00699216779, 0.0329994373, 0.00195391406, -0.0215454586, 0.00673763501, -0.00381237851, 0.00852685142, -0.0132581685, 0.0356944911, 0.00940274354, -0.00746005913, -0.0193594713, -9.24670167e-05, 0.00329208327, -0.0141041158, -0.00500830868, -0.00887870509, 0.0424021818, 0.0365030095, -0.00998667255, -0.0279237535, 0.000709791144, 0.00787554681, -0.0112892818, 0.030963175, 0.0165296644, -0.0160804894, 0.00393403, -0.0294359773, 0.0127041852, -0.0142388679, -0.0273547973, 0.00144391262, -0.0464148186, -0.0175777413, 0.0182664767, 0.009035917, -0.030648753, 0.00943268836, 0.0236116666, -0.00121183845, -0.00896854047, -0.0031779178, 0.0236266404, 0.0104358476, 0.00874395296, -0.00816002488, 0.00117721455, 0.0101214247, -0.00741139846, -0.00967973564, -0.00506819878, 0.00452918792, 0.0262168851, 0.019554114, 0.0352752618, 0.00969470758, -0.0222341958, 0.0148677146, -0.0129362587, -0.0459356979, 0.00882630143, -0.00439443532, -0.0239260904, -0.00607135752, 0.0225635897, 0.00650930405, 0.00484735379, -0.0254532881, -0.0186557621, -0.0115138693, 0.0383895449, -0.0477324, 0.00291028386, 0.0121726599, 0.0227133166, 0.00925301854, 0.0181317236, -0.0399466902, 0.0239410624, -0.000986314844, 0.00457410561, -0.0282082316, -0.016155351, 0.0436898172, 0.0198236182, -0.0254383143, -0.00451047206, 0.0249741673, 0.0139394179, 0.0023038967, 0.0291365273, -0.0190450475, -0.0172333736, 0.0134602971, -0.01273413, 0.0222042501, -0.0150398985, -0.0125694321, -0.045187071, -0.0149874948, -0.00244613574, -0.0011744072, 0.0331491642, -0.0281932596, 0.0192396902, -0.0209166128, 0.00740765501, 0.0275344681, 0.0126817264, 0.025064, 0.00613499107, -0.00129044428, -0.00758732529, 0.00175739976, -0.0147554204, -0.00506819878, -0.0153468354, -0.00947760604, 0.000866534712, 0.0218299367, -0.024000952, 0.0112518501, 0.0164997187, -0.00871400815, 0.00235255761, 0.0187306255, -0.0356046557, 0.0213957336, -0.0263216943, -0.000326120236, -0.00850439258, -0.00547245657, 0.00461528, -0.00102842506, 0.0324604288, -0.0158858448, 0.00917067, -0.00387788308, 0.0256629027, 0.0291065834, 0.0116486223, -0.0424920171, -0.00950755179, -0.0538112447, 0.00857176911, 0.0114464927, 0.0171585102, -0.0147629064, 0.0462650917, 0.00449175667, -0.00839209836, 0.00116504938, -0.0119405864, -0.0329694934, 0.0314722396, -0.0224288385, 0.00176956493, 0.0140666841, -0.00988935, 0.00487355608, 0.0062360554, 0.0301546585, 0.00619862415, 0.0116411354, -0.00617990829, 0.00400514947, -0.00287659583, 0.0135651045, 0.0100540482, 0.0158259552, -0.01555645, 0.00228518108, 0.0249292497, -0.00873646699, 0.0107727293, 0.0108625647, 0.0262168851, 0.0248094685, -0.006266, -0.0133779487, -0.0477922894, 0.0024218054, 0.0118133202, 0.0135950502, 0.00546122715, 0.00929045, 0.00466019753, -0.0244351551, -0.0123598166, -0.00674886443, 0.000191016632, -0.00326026673, -0.00651679, 0.00289156823, -0.0284927096, 0.0106379772, -0.0111769876, 0.00512434542, -0.021785019, -0.0195990317, -0.00370195601, -0.00603766926, -0.0140517121, 0.0100914799, -0.00128950842, -0.0149800079, 0.000504386844, -0.00347923976, 0.014807824, 0.0138121517, 0.00586922839, -0.0138795283, 0.00702959904, -0.00712692039, -0.0250939466, -0.00725418702, -0.000320271589, 0.00760229817, -0.0112293912, 1.71511401e-05, -0.00966476277, 0.0217999928, -0.0159756802, 0.0395574, 0.0028578802, 0.0393477865, 0.0246148258, 0.000732717803, -0.0189701859, 0.0378505364, 0.0268457327, -0.0169788394, -0.0309032854, -0.00345490943, 0.00979951583, -0.000977892894, -0.0190001298, -0.021320872, -0.0065467353, 0.0182365309, 0.0903741419, 0.0176825486, -0.0229977928, 0.00717558106, -0.00268943934, -0.0484810248, 0.0133480029, 0.03081345, 0.00428588456, -0.0301546585, 0.00163106911, 0.0105032241, 0.00626974367, -0.00109299412, -0.0215005409, -0.0180868059, -0.0207369421, 0.00288408203, 0.0226683989, 0.000450111431, -0.0231175739, 0.00966476277, 0.00270815496, 0.00464896811, 0.00957492739, -0.0102112601, -0.0177424382, 0.00049830426, -0.00971716642, -0.0101738283, 0.0139918216, 0.0117159979, 0.0217251293, -0.0115812458, -0.00529278629, 0.00553609, 0.0259024631, -0.0301247146, 0.0161104333, -0.00142332539, 0.0121277431, -0.00459656445, -0.00736273779, 0.0136624258, 0.000679846096, 0.00379179115, -0.00578313647, -0.00364019442, -0.0190001298, -0.0060601281, -0.0057906229, -0.00202316209, 0.00723547116, -0.0142388679, -0.0270403754, 0.00801029895, 1.88618687e-05, 0.00496339099, 0.00220470387, -0.027115237, -0.00680501107, -0.00667774491, -0.0177873559, -0.0112743089, -0.00723921414, -0.00383670884, -0.0126742395, 0.00695099309, -0.0215604324, 0.0203177128, 0.0221443605, 0.00683869934, 0.00902094413, 0.00445058197, 0.015406725, -0.0116710812, 0.0258725174, 0.0139993075, 0.00471260119, -0.0147329615, 0.00519920839, 0.00125956337, -0.0377906449, 0.018371284, -0.00947760604, -0.00110235193, 0.00189495983, -0.00462276628, -0.00609755935, 0.0182515047, 0.025034057, 0.00223464891, -0.0161852967, -0.0100016445, 0.0280884504, 0.00982946064, -0.00688736, 0.0278189462, -0.0052141808, -0.0223240294, 0.0297504012, 0.00725418702, 0.0166494437, 0.0086840624, -0.0209914763, -0.0194493067, 0.0245699082, 0.00981448777, -0.00156275695, 0.00798784, 0.0238662, -0.015406725, -0.00788303278, -0.0128988279, 0.00656170771, 0.025183782, 0.00891613681, 0.0313225165, -0.00144859147, 0.0260821339, -0.00655422127, 0.0153468354, 0.00527781388, 0.015264486, 0.00843701605, -0.00140928861, -0.0506370701, 0.00568581512, 0.00069481862, 0.016739279, -0.0321909226, 0.00233758497, -0.00325839501, -0.00393777341, -0.0151971094, 0.0197487567, -0.00832472183, 0.0198835097, 0.0183113944, 0.00166382152, -0.0278788358, -0.00218598824, -0.000407299376, 0.0124271931, -0.0120678525, -0.0225935355, -0.00651679, -0.0124945696, -0.00933536701, -0.0289568566, -0.0160954613, -0.0347661972, -0.00410621427, 0.0205572732, 0.0128464242, 0.00263329223, -0.000561001652, -0.0112293912, 0.0159607083, -0.00848942, 0.00180512469, 0.0226384532, 0.0277291108, -0.0220245793, -0.00101158104, 0.0143137313, 0.00419979217, -0.0100615351, -0.0175477955, 0.0187605694, -0.00230202521, -0.00691356184, -0.0128688822, 0.00107895734, 0.0277440827, -0.0017143538, 0.0435700379, -0.00543502532, 0.0201829597, -0.0187006798, -0.0157061759, -0.0173232071, -0.00722798472, -0.0295407865, 0.00195952877, 0.0128763691, 0.019853564, 0.00823488738, 0.0205872171, -0.0153318625, -0.0178921632, 0.00400889292, 0.00759106874, 0.0282381754, 0.0256030131, -0.0216802116, -0.0177424382, -0.0279087815, -0.00457036216, 0.017038729, 0.00034553773, 0.000282606343, 0.0104657924, 0.0216502659, -0.00570827397, -0.031681858, -0.0182964224, -0.0329096019, -0.00485109724, -0.00237127324, -0.00289718295, 0.0331791081, 0.00085530529, -0.0172333736, -0.0157211479, 0.00559598, 0.0255431216, 0.00131383876, 0.00268382463, -0.029046692, 0.00141022436, -0.0206770524, -0.01303358, 0.0115213552, -0.000870745745, -0.00830226298, 0.0035634602, -0.0104433345, 0.0237613916, 0.0256030131, -0.0147778792, 0.0287172962, 0.0266960058, 0.0121951187, -0.00766218826, 0.000746286649, 0.0174280163, -0.0262019131, -0.0341972411, 0.0288370773, 0.0204225201, 0.0150848161, -0.0175028779, 0.0148377689, 0.00971716642, -0.000124108163, 0.0183113944, -0.00447304081, -0.0128539102, 0.0128015066, -0.00206059334, 0.00499707926, -0.00322845, -0.0131683331, 0.0178622194, 0.00628845906, -0.00837712642, -0.00194081315, -0.0225935355, 0.00147292181, 0.0273248516, 0.0106230043, 0.00802527182, -0.0159457363, -0.0203177128, -0.00821242854, -0.0338079557, -0.0212310366, -0.019853564, -0.0169788394, 0.0145532917, 0.000977892894, 0.00531898858, 0.00740016904, 0.0118732098, 0.00462276628, 0.0203326847, 0.0305439439, -0.021635294, -0.0104807653, -0.00227582338, -0.010076507, 0.0337181203, 0.0351854265, -0.0156013677, 0.031262625, 0.000409872795, 0.0133629758, 0.0189552121, 0.00956744142, 0.0166195, 9.03030232e-05, -0.0117384568, -0.00115849893, 0.0101214247, 0.00914821122, -0.00278301747, 0.0181916133, -0.00759855472, -0.010810161, 0.00073926826, -0.00544625474, -0.0405156426, 0.00287285261, 0.0215304866, -0.000796351, -0.000581588887, -0.0184162017, 0.0295258127, 0.0162451863, -0.0126068639, -0.0223988928, -0.00303380727, 0.0295258127, 0.00741514144, 0.00202503358, -0.00351292803, -0.00193519844, 0.0120229349, 0.00166662887, -0.0139019862, 0.00507568475, -0.000678910292, -0.0116561083, -0.004072526, -0.0089610545, 0.00218037353, -0.0234170239, 0.0216951836, -0.015264486, -0.0116860531, -0.0119480724, 0.000664873573, 0.0242255405, -0.00835466757, -0.0109973177, 0.00447304081, -0.017772384, -0.00443186658, 0.0149725219, -0.0162302144, 0.0436598733, -0.00569704454, -0.00914072432, 0.0186108444, -0.00359902, 0.00461528, 0.000800562033, -0.0214406513, -0.0269954577, -0.0129512316, -0.00504948292, -0.0129512316, -0.0285376273, 0.0147105027, 0.01169354, 0.018521009, 0.0200931244, -0.00890865084, -0.0101513695, 0.0220545251, 0.0155115323, -0.0370719656, 0.00665154308, 0.00138215092, -0.0184012298, 0.0211711451, 0.00604889868, 0.00714937923, 0.0437197648, -0.0413840488, -0.00348859769, -0.00725418702, 0.00169470231, -0.0222791135, 0.0271451827, 0.00716060866, 0.00354474457, 0.0188054871, 0.0101064527, -0.00595906377, -0.00155714224, -0.00510937301, -0.0245249905, -0.0130410669, -0.00710446155, -0.0128613962, -0.00825734623, 0.0158559009, 0.0192247182, 0.0179071371, -0.00692853471, 0.00848942, 0.031262625, -0.029046692, -0.00180886779, -0.0160505436, -0.00393028697, -0.0178472456, -0.0124197071, 0.022069497, 0.0216951836, 0.00396023225, 0.00231512613, 0.0101438835, 0.0369821303, -0.0370719656, -0.0190300755, -0.000123055419, -0.0262318589, -0.0175028779, 0.000596093538, -0.00948509295, -0.019988317, 0.0209016409, -0.00600398146, 0.00499707926, 0.0338977911, 0.0171435382, 0.024000952, 0.0228630416, 0.0176076852, 0.00329582649, 0.000777635374, 0.00977705698, -0.0227582324, 0.00351479952, 0.00785308797, -0.0338678434, 0.0199583713, -0.00978454296, 0.0151297338, -0.0303792469, 0.0143811069, -0.0275793858, 0.0246896893, -0.016604526, 0.0218598824, -0.00415487494, -0.0191947725, -0.00374500197, -0.00776325259, -0.00358966202, 0.00124552671, -0.00405006716, 0.00859422795, -0.00805521663, -0.00339876255, -0.00871400815, -0.016305076, 0.00965727679, -0.00183694123, -0.0212759543, 0.0117459437, -0.00473131705, -0.00474628946, 0.00441315072, -0.0153019177, 0.00635583559, 0.00942520238, -0.0121502019, -0.00342122116, -0.00326588145, 0.0159607083, -0.00189121673, 0.0300498512, 0.0104433345, -6.84291e-05, -0.00349982688, 0.0329395495, 0.0224887282, -0.0191947725, -0.00114914111, 0.00159083051, -0.00353164366, -0.0111844735, -0.00705205789, -0.00744508673, -0.0149201183, 0.0216502659, -0.0110122897, 0.0211561732, 0.00996421371, 0.013624995, -0.00148508698, 0.0257677101, -0.00109673722, 0.00948509295, 0.0161852967, 0.00588045781, 0.00416984735, 0.0122175775, -0.00118095765, 0.00511311647, 0.00276055862, -0.0109823449, -0.00441315072, 0.00703708548, -0.0063109179, -0.0256179851, 0.00170967483, 0.00164417, -0.00714563625, -0.0264863912, 0.0115962187, 0.0132656544, -0.0041324161, 0.00300947693, -0.00600772444, 0.0240608435, -0.00504948292, -0.021320872, -0.00523663964, 0.0198236182, -0.00982197467, -0.0014673071, -0.0160954613, -0.0337780081, 0.0286274627, 0.0156163406, 0.0111769876, -0.0121127702, 0.0093877716, -0.0273398254, -0.0199134536, 0.0127266441, -0.00335758808, -0.000416657218, -0.00745631568, -0.0113566583, 0.0192097463, -0.00844450202, -0.00667400146, -0.014665585, -0.00139431609, -0.0117234848, 0.00429337053, 0.0193295255, -0.00407626899, -0.00481366599, -0.0103010954, 0.0241955947, -0.0446780063, 0.0320711434, -0.00754989404, 0.000354895572, -0.010076507, -0.00473506, -0.00352602894, -0.00483986782, 0.0100465622, -0.00744134327, -0.0159607083, 0.00659165299, 0.0163649656, 0.0150848161, -0.0166793894, -0.0199284274, 0.0230576843, 0.0380900949, 0.0108700506, -0.0132357096, 0.0210663378, 0.00922307372, -0.00467891293, 0.0168740321, -0.00246859458, -0.0134453243, 0.00643444108, -0.0132955993, 0.0127715608, 0.0447977856, 0.0220545251, 0.0190151036, 0.00762475701, 0.0254083704, 0.00163761957, 0.00933536701, 0.0160954613, -0.0344667472, -0.0151447058, -0.007995327, 0.011843265, -0.0301396865, -0.0108401058, 0.0186407901, -0.00231325463, 0.0109074824, -0.00586922839, 0.0188504048, 0.0147479344, 0.00251164054, -0.0163649656, -0.0171884559, -0.00453667436, -0.00990432315, -0.00346988207, 0.00816751085, 0.0135426456, -0.00353912986, -0.0112668229, -0.00386291067, 0.00920061488, -0.00152626145, 0.0102112601, -0.0286574066, 0.0125245145, 0.0143436762, -0.0187306255, 0.0036869836, 0.00651304703, -0.0110796662, 0.0039564888, 0.00967224874, 0.0115363281, 0.00218785973, 0.0172184, 8.98936196e-05, 0.0121202562, 0.0217550751, 0.00236753, 0.00621733954, 0.0114015751, 0.00127921486, 0.0112293912, 0.00646812934, -0.0112817949, -0.0086915493, -0.0206620805, 0.0171884559, 0.017772384, 0.0172333736, 0.00569330156, 0.00857925508, -0.00363270822, 0.0209315848, -0.00468265638, 0.00764721539, -0.0127865337, -0.00125020556, 0.0086092, 0.0206471086, -0.0203476567, 0.00247608079, 0.0001347527, -0.0165596101, -0.00665154308, 0.013617509, -0.0193145536, 0.00517300609, 0.00396397524, 0.018371284, -0.0196289755, 0.00108737941, -0.00686115818, -0.00277927448, -0.00324716559, 0.0201829597, -0.0087664118, 0.00263329223, 0.00240308978, 0.00497462042, 0.00155714224, 0.00269505405, -0.00318914722, -0.0305289719, 0.0060264403, 0.00203439151, -0.0263516381, -9.15312339e-05, 0.00847444776, 0.00161141763, -0.00879635662, 0.0109823449, -0.0238362551, 0.000592350378, 0.0134528112, 0.0338079557, 0.00905837584, -0.00698093837, 0.00131290301, 0.0159756802, -0.0127865337, 0.00588420127, 0.0264564455, -0.00665528607, 0.00329769799, 0.0163799394, -0.00329769799, 0.00672640558, -0.0136549398, -0.0046527111, -0.0247196332, -0.00574196223, 0.0237314478, -0.0232223812, 0.000419464573, 0.0102337189, 0.00498585, -0.00367575418, 0.0065055606, -0.0191199109, -0.0301247146, 0.0113267126, -0.00836963952, 0.000359106576, 0.00359902, 0.0225635897, 0.00600023801, 0.016589554, -0.00478746369, -6.76102936e-05, 0.00728413183, 0.0265612546, -0.00301322015, 0.0192247182, -0.0176076852, -0.00148789433, 0.00994924083, 0.00215604319, -0.012591891, -0.00750497682, -0.0138870142, 0.00461153686, -0.0150698433, -0.0191348828, 0.0349159203, -0.0184910651, 0.0132881133, -0.005330218, -0.0172932632, 0.0223988928, 0.0156912021, -0.00824985933, -1.51479808e-05, -0.0132881133, 0.0166195, -0.00562218204, 0.00181916147, -0.00172932632, 0.00516177714, -0.00984443352, 0.0243902374, 0.00118376501, -0.010967372, 0.00131196727, 0.0311428457, 0.0167841967, 0.000340156985, 0.0137298023, -0.0274895504, 0.00540133705, 0.0303493012, -0.00968722161, -0.00240121828, -0.00434951764, -0.0153019177, -0.00698468136, 0.0109374272, -0.0195990317, -0.000687332358, -0.0133854346, -0.00911826547, -0.0127565889, 0.00892362278, -0.00744508673, -0.00260147569, 0.00317043159, -0.0122550093, 0.0162601583, 0.0128988279, -0.0186557621, 0.0313824043, -0.00514306128, -0.0114689516, 0.0188204609, -0.00890865084, -0.00564464089, 0.012749102, -0.00865411758, 0.0282830931, -0.0176376309, -0.000265762268, 0.00890865084, -0.00502702408, 0.0267259516, -0.00536764925, 0.0155714229, -0.0112069324, -0.00544251176, -0.022084469, 0.0101513695, 0.0173830986, 0.00181916147, 0.0200781524, -0.00350544159, 0.0142837856, -0.000720084703, 0.025632957, -0.00238250266, 0.00229266752, -0.0109823449, -0.00267821, -0.0206770524, -0.00487729907, -0.00811510719, 0.0122175775, 0.015257, -0.00314422953, -0.0218149647, 0.012000476, -0.00635957858, -0.000536671316, 0.000250789744, 0.00194455625, -0.0286274627, -0.00550988829, -0.0230576843, 0.000184349177, -0.0059852656, 0.0185060371, -0.0140442252, 0.0224887282, -0.00151222467, 0.00341373496, -0.00736648077, 0.0133929206, 0.000410574634, -0.00185752846, -0.00419979217, -0.00571950339, -0.024000952, 0.00189028087, -0.00750872, 0.00288221054, -0.0111769876, -0.000221663504, 0.00394151639, 0.0124795968, -9.93099311e-05, 0.00228143809, 0.0240758155, -0.00164791325, -0.023102602, -0.00414364552, 0.00487729907, -0.00589168724, -0.0207968336, 0.00394151639, -0.0077033625, 0.00212796964, 0.0187455975, -0.0131683331, 0.00428962754, -0.00569704454, 0.0185958724, 0.0148377689, -0.0134004075, 0.00495216157, -0.00152345409, -0.0162152406, 0.00224400661, 0.0147479344, -0.00141677493, 0.00988935, 0.00195765728, -0.0149949808, 0.00135033426, -0.00771084893, 0.00307311, -0.00242742, -0.0118357781, -0.0263067205, -0.00169002346, 0.0292413346, -0.0227282885, 0.015990654, -0.0129961492, -0.035844218, 0.00386665389, 0.0151896235, 0.00639701, -0.0263516381, -0.00820494164, 0.00229828223, 0.00291028386, 0.0119181275, 0.00914821122, 0.00710071856, -0.0262917485, 0.002221548, 0.0208267774, 0.00885624625, -0.0068312129, 0.0321310312, 0.00972465333, -0.00437197648, 0.0144260246, 0.00780817028, 0.0134977289, -0.00549491541, -0.000298748608, 0.00736648077, 0.00769587606, 0.00296643097, -0.0139768496, -0.00798784, 0.00725418702, 0.0101438835, 0.00774828, -0.0135127008, -0.0114165479, 0.0131458743, -0.0048436108, 0.0145458048, 0.0108550787, 0.00290279766, -0.00708948914, 0.0129437456, -0.00893111, -0.00505322637, 0.0190450475, -0.00758358231, -0.00744508673, -0.0137896929, 0.00684618577, 0.00486606965, -0.00156088546, 0.0194642786, -0.00801778585, -0.0248094685, -0.00721301232, 0.0131383883, 0.00800281297, -0.00117627881, 0.00329956948, -0.00939525757, 0.00173119782, 0.00816751085, -0.0155714229, 0.001239912, 0.00400889292, -0.00221967627, -0.0259922985, 0.00635583559, 0.0110347485, 0.00276617333, -0.00776325259, -0.00977705698, -0.000132998102, -0.0143212173, 0.0105631147, -0.0140367392, 0.0001227045, -0.0143436762, -0.00330892741, 0.000992865302, 0.00795789529, -0.00929045, 0.0189252682, -0.00779319787, 0.0115887318, 0.0110048037, 0.0205123555, 0.0150997881, -0.011701026, -0.00443560956, -0.00208118046, -0.0198984817, 0.00689484645, 0.0251987539, 0.00788303278, 0.029480895, -0.0111844735, -0.00201941887, -0.000383904815, -0.0133255441, -0.00352415745, 0.0273547973, -0.0183263663, 0.00242367689, -0.00954498257, -0.0344667472, 0.000648497371, 0.0301696323, -0.0173681248, 0.00947760604, -0.00315920217, 0.00116598513, 0.0238212831, 0.00607510097, -0.00306188082, -0.00976208411, -0.00437571947, -0.0230277386, 0.000440051779, 0.0135950502, -0.0163799394, 0.00344368, 0.00842953, 0.00308433943, -0.0194193609, 0.0171734821, 0.0236865301, 0.0235068593, -0.00703708548, -0.00972465333, -0.000639139558, -0.00771833491, 0.00963481795, 0.00899099931, -0.0048436108, 0.00991180912, -0.0112144193, -0.00517674955, -0.016140379, 0.0223988928, 0.0144784283, -0.00250789733, 0.0146281542, -0.010660436, -0.0111919604, 0.0200781524, 0.0160205979, 0.0242854301, -0.0224737562, 0.035125535, -0.0235218313, 0.012000476, 0.00856428221, 0.0123598166, 0.000588139403, 0.00975459814, 0.0176675767, 0.00643444108, -0.0249142759, -0.00323967938, 0.0156013677, 0.0255131777, 0.032879658, 0.00577190705, 0.00334635866, -0.0122250644, 0.0079129776, 0.000640075305, 0.00048754274, 0.000705580111, 0.0115438141, 0.0320411958, 0.00912575237, -0.00664405664, 0.0132506816, -0.0093802847, 0.00951503776, 0.000349046924, 0.0420128964, -0.0227582324, 0.0150773292, 0.0338079557, 0.00796538126, -0.0160205979, -0.0134453243, -0.00931290817, -0.0109374272, 0.00920810085, -0.0114689516, -0.00666277204, 0.00523663964, -0.0146281542, -0.000569891592, 0.00947012, -0.000165282603, -0.0318914726, 0.0177274663, -0.00717932405, 0.010810161, 0.00875143893, -0.00268756761, 0.00779319787, 0.0040575536, 0.0153318625, -0.00126424234, 0.00297204568, -0.00636332203, 0.00354100135, 0.00579810934, 0.0169488955, 0.0325203165, 0.000843140122, -0.019853564, -0.0181916133, 0.00896854047, -0.0107951881, -0.00670768972, -0.0208716951, -0.000177564754, -0.00403509475, 0.0185809, 0.0383895449, -0.0211711451, 0.00711943395, -0.00102842506, -0.0132057639, -0.00106492057, -0.0026819529, -0.0077033625, -0.0168291144, -0.0169189498, 0.00491473032, 0.0184461474, 0.0262917485, -0.00622108299, -0.0257227924, 0.0144185387, -0.0131608471, -0.0130859837, 0.0162302144, 0.00128108636, -0.00197637291, -0.00756486692, 0.00125114131, -0.0153917521, 0.000694350689, -0.0132357096, 0.0246896893, 0.0124197071, -0.00061948807, 0.0113791162, 0.00485484, -0.00163200486, 0.00723172817, 0.0117309708, -0.018221559, 0.018371284, -0.00172839046, -0.00807767548, 0.0104208756, 0.00180699618, 0.00991929602, -0.00597029319, 0.036443118, 0.0349159203, 0.0183263663, -0.0160804894, -0.00872149412, -0.000539478671, -0.00434577465, 0.0258575454, 0.0159756802, -0.000754240784, 0.0231325459, 0.0104657924, -0.0107203256, 0.00369072659, -0.0247944966, -0.0112219052, 0.00612376165, 0.00814505201, -0.0050382535, 0.0150773292, -0.0056146956, -0.0138495825, 0.00166662887, 0.00519920839, -0.0129587175, -0.00905837584, 0.00170031702, 0.0144260246, 0.00506445533, -1.82477615e-05, 0.000284243957, -0.00242367689, 0.0197787, 0.0432705879, -0.00845198892, -0.00568955811, 0.000686864427, -0.00755738048, 0.00688736, -0.0159607083, -0.00726915943, -0.00255655823, 0.0113042537, 0.0104133887, -0.000402386533, -0.0237613916, -0.00968722161, 0.0160954613, 0.00767341768, -0.0194642786, -0.0221443605, -0.0194792505, -0.0226983428, 0.00298701809, -0.0246148258, -0.00275681564, -0.0260671601, -1.92420302e-05, -0.0263067205, 0.00126704969, 0.0027324853, -0.0156612583, 0.0076434724, 0.0128763691, 0.0172932632, 0.027789, 0.00628845906, -0.0161254052, -0.0190300755, 0.00485858321, -0.0195690859, -0.004072526, -0.00467517, 0.00107240689, 0.0195091963, -0.00105743436, 0.00798784, -0.0164997187, -0.00194642786, 0.0101663424, -0.0137522612, 0.0117384568, 0.00626225723, -0.00759481173, 0.0103534991, 0.00283542136, 3.11440162e-05, -0.00684244232, 0.0107352985, -0.0033033127, -0.0167991687, -0.0107877022, -0.00303755049, -0.026800815, -0.0187306255, 0.0278488901, -0.00838461239, 0.0159008186, 0.0137223164, -0.0134977289, -0.0097321393, 0.0130784977, -0.000922213774, 0.00384419505, 0.00956744142, -0.00290279766, -0.00847444776, 0.00376933231, -0.00877389777, 0.02724999, -0.00581308175, -0.0153618073, -0.0046938858, 0.0144185387, 5.56205778e-05, -0.00472383061, -0.00913323835, -0.0035541025, 0.0227582324, -0.00512434542, 0.0038217362, 0.0123523306, 0.025483232, -0.0112443641, 0.00929793622, -0.0153917521, 0.0140367392, 0.0015253257, 0.0116336495, -0.0119106416, 0.0031105415, -0.0154366698, -0.00887121912, -0.00931290817, 0.0344068557, 0.00720552634, -0.00433828821, -0.00225149305, 0.0205722451, -0.0171435382, 0.00341934967, 0.00780068384, -0.00910329353, -0.0309931207, 0.0152719719, -0.0127640748, -0.0145008871, -0.00487729907, 0.00123897614, 0.00766593125, -0.00793543644, 0.0122250644, 0.00502328109, -0.00634460617, 0.0210064482, 0.0132506816, -0.00206807954, -0.00680501107, -0.00101625989, -0.00448427023, -0.0156462863, -0.00527781388, -0.0091107795, -0.00513931829, 0.0134378383, -0.0166344717, 0.00699216779, 0.00872898, -0.0270403754, -0.0011182602, 0.0156612583, 0.013482756, 0.0242405124, 0.000644754211, -0.0203326847, -0.0212010909, 0.0138420966, 0.0137223164, 0.00660288194, -0.0281333681, 0.00220283237, 0.02933117, 0.00535642, -0.00825734623, 0.00713815, -0.00311241299, -0.00711943395, 0.00141396758, -0.0190300755, 0.0191498548, -0.00718681049, 0.0103235543, -0.0089610545, 0.00941023, -0.0210064482, -4.34261638e-05, 0.00525909849, 0.000671891903, -0.0122325504, -0.0221443605, -0.0034942124, 0.0171135925, 0.0104059028, 0.00471260119, 0.00346988207, -0.00949257892, 0.00492595974, -0.0182664767, -0.0201829597, 0.0149126314, -0.0193295255, 0.00301134842, 0.00692853471, -0.0020287768, -0.0113716302, 0.000779039052, -1.10977971e-05, 0.000991929555, -0.000214411193, -0.0289718304, -0.00286349491, 0.0172333736, 0.00732156308, 0.0246747155, 0.00827231817, -0.0165446363, 0.0230576843, -0.00707825972, 0.00763598597, 0.00943268836, -0.00493718917, 0.011409062, -0.0176975206, 0.00970219448, -0.00310679828, -0.00785308797, 0.0150249256, -0.0138945, 0.000942333078, 0.0167991687, -0.0156912021, -0.0126368087, 0.00969470758, 0.0293012261, 0.0164847467, 0.0179969706, -0.00207182276, 0.0111919604, -0.00332015683, -0.0300648231, 0.00246859458, -0.0459356979, -0.0221892782, 0.0016179682, 0.00116785674, -0.00431208638, -0.00967224874, 0.0173232071, 0.00737022376, 0.0170087852, 0.0136923715, 0.0148677146, -0.0272350181, 0.0241656508, 0.0164847467, -0.0244351551, -0.0175477955, 0.00298140338, 0.00845198892, 0.0110122897, -0.00740765501, -0.00325652352, -0.00450672908, 0.00503451051, -0.00140180241, -0.00194455625, 0.0204674378, -0.00342496438, -0.0130784977, -0.0267708693, -0.0070670303, 0.00525161205, 0.0191049371, 0.00199883175, -0.0179520529, -0.0148752006, -0.00324529409, -0.0027249991, -0.0229977928, -0.00541256648, -0.0153917521, 0.0100241033, 0.0130036352, -0.0118058333, -0.00766593125, -0.000994736911, -0.0199583713, -0.000593286182, 0.0014364263, -0.0170537028, 0.00550988829, -0.0074525727, 0.0135351596, -0.0139319319, 0.021335844, -0.0298701804, -0.0070820027, 0.00310118357, -0.00457036216, 0.0149874948, 0.0117234848, -0.00479120715, -0.0102636637, -0.00418481976, -0.0122699821, 0.0213957336, 0.0186557621, 0.0064868452, -0.00595906377, 0.00372254336, 0.00940274354, -0.00666651549, 0.0102636637, 0.0243752655, -0.0131458743, 0.0106005454, 0.00631840434, 0.00878887065, 0.0253634527, 0.00987437833, -0.00360089145, 0.00373002957, -0.00327336765, 0.0171135925, 0.00464522513, 0.00113042537, 0.00932039507, -0.00932039507, 0.000791672093, 0.00294022891, -0.00694350712, 0.00319663342, 0.0046938858, -0.0273847431, -0.0052890433, -0.0117534297, 0.00594783435, -0.0143287033, -0.0134677831, 0.00741139846, -0.00151316053, -0.00138027931, -0.000399813114, 0.00358966202, -0.011409062, 0.00765095884, -0.0192247182, 0.0056146956, 0.00113416859, 0.0116336495, 0.0127640748, 0.0291515, -0.0174579602, 0.00801029895, 0.0124721108, 0.0131383883, -0.0113042537, 0.000471634441, 0.0103160674, -0.00170686748, -0.0099567268, -0.00359902, -0.0296156481, -0.00807767548, -0.0122100916, -0.0164248571, -0.00661785481, -0.018521009, 0.0244351551, -0.020003289, -0.00789800566, -0.00218598824, -0.00500082225, 0.01377472, -0.012891341, -0.00741514144, 0.00439817831, 0.00362709351, 0.0314722396, -0.00191835442, 0.0163200498, 0.00979951583, -0.0123373577, 0.00840707123, 0.00283167814, -0.0172333736, -0.017622659, 0.00598152261, -0.00390408514, -0.0046938858, 0.000146683931, -0.0143960798, -0.00748251798, 0.0112144193, -0.00041080857, -0.00525535503, -0.0181766413, 0.0048436108, 0.00474254647, -0.0104807653, 0.00417733379, -0.0031255139, -0.00936531276, -0.00464896811, 0.00444683898, 0.0242554862, -0.00816002488, 0.00516926311, -0.00857176911, -0.0118657239, 0.00311241299, 0.00716060866, 0.0214406513, -0.00621359656, 0.027100265, 0.0265911985, 0.00197262969, -0.0106080314, -0.0147629064, 0.025019085, 0.023551777, 0.0243752655, 0.00171622529, 0.0148826865, -0.0112743089, -0.00287098112, -0.00128015061, 0.00577190705, 0.0288520493, 0.0155714229, 0.00204749242, 0.00237875944, 0.0287921596, 0.00872149412, -0.0123298718, -0.00700339722, -0.0186108444, -0.0157810375, 0.00256030122, 0.000133115071, -0.0086840624, 0.0203177128, 0.00291028386, 0.00732904952, -0.00460405042, -0.00472008763, 0.0110497214, -0.0155115323, 0.0283729285, -0.0212909263, 0.0327598788, 0.0161104333, -0.0102337189, -0.0149425771, 0.015249514, 0.0150997881, 0.00671143318, -0.0316219665, 0.0149425771, -0.00631840434, 0.0248244405, 0.016604526, -0.00506445533, 0.0145458048, 0.0102112601, 0.00374500197, -0.0107278116, -0.0086092, 0.0062360554, -0.0135052148, -0.0159457363, -0.00329956948, 0.00667025847, 0.0182515047, -0.00879635662, -0.0144934012, 0.0207519159, 0.00856428221, 0.0162451863, 0.0246896893, 0.00863165874, 0.0132581685, 0.0161703229, -0.00666651549, -0.00495964801, -0.0163499936, -0.0113192266, 0.0126143498, -0.0188504048, 0.00205123541, -0.00836215355, 0.000326120236, 0.0131533602, -0.0178322736, 0.00151783938, 0.0167692248, 0.00490724389, 0.0256179851, 0.00836215355, -0.00364768063, 0.0099717, 0.00955995545, -0.00439443532, 0.00342309289, -0.00560346618, -0.00740391202, 0.00560720963, -0.0179520529, -0.00729910424, -0.00537513522, -0.0133105721, -0.000938122103, -0.00974711217, 0.00183039077, -0.023402052, -0.00902094413, 0.0280884504, -0.000418294832, 0.0178921632, -0.0154516427, 0.00475003244, -0.0183862578, -0.00458907802, -0.0133779487, -0.00496713398, -0.00357656111, -0.0106080314, -0.0252137277, 0.00387788308, 0.00790549163, -0.0089610545, 0.00209240988, -0.0151746506, 0.00448801322, 0.00144859147, -0.0288221054, -0.0109524, 0.0167093351, 0.00031255139, -0.00568581512, 0.000853433739, -0.00124739821, -0.0207968336, 0.00250041112, -0.00711943395, 0.00914821122, -0.0176975206, -0.0251089185, -0.00824237335, 0.00922307372, -0.019988317, -0.00940274354, 0.00701836962, -0.00138402253, -0.0121801468, -0.00951503776, 0.00786806, -0.00843701605, -0.0136998575, 0.00717932405, 0.00737022376, -0.00145327044, 0.0166195, 0.00451421551, -0.00550988829, 0.00128202222, -0.00380676379, 0.0133255441, 0.00102374621, 0.00907334872, -0.00369446981, 0.000901158666, -0.0102561777, 0.00250228262, -0.0115438141, -0.0199733451, 0.0063109179, -0.0204674378, -0.00315920217, 0.00421850802, -0.0149949808, -0.00944017526, 0.0230427105, -0.000422037963, 0.00506071234, -0.00232261256, -0.0101363976, -0.0130485529, -0.0152719719, 0.0224438105, -0.00734027894, 0.00836215355, -0.00656545069, 0.013924445, 0.0103010954, 0.00494093215, -0.0099717, -0.00907334872, -0.0023544291, 0.0201230701, -0.0213957336, -0.00109112251, -0.00586922839, -0.0209016409, -0.0148003381, -0.0408150963, 0.0127715608, -0.0175477955, -0.00122868258, -0.00664779963, 0.00875143893, -0.011102125, -0.00755363749, 0.00487729907, 0.0641422868, 0.0190001298, -0.0138196377, -0.0301247146, -0.000716341601, -0.0121576879, -0.0344068557, 0.0415337756, -0.00148227962, 0.0212759543, 0.00593660492, 0.0112069324, -0.00975459814, -0.00537513522, 0.00527407089, 0.00635957858, -0.00201380416, -0.0222341958, -0.0207219701, 0.000501111615, -0.00881132949, -0.0103534991, 0.0150773292, 0.00364768063, -0.0127790477, 0.0110646933, -0.0131458743, -0.0114914104, -0.0279537, 0.0097321393, -0.0328197666, 0.00850439258, 0.0184760913, -0.0118732098, -0.0199284274, -0.023551777, 0.0149126314, 0.0163200498, 0.0178771913, -0.00238437415, -0.0106379772, 0.0227582324, 3.48871472e-05, -0.000947947789, 0.0126368087, -0.00200631795, 0.00926050451, -0.00872149412, -0.0129512316, 0.00265200785, 2.16399731e-05, -0.00780817028, -0.0126517806, -0.019703839, -0.00256030122, -0.0134677831, 0.00493718917, 0.00886373315, -0.0100166174, 0.00444683898, 0.0128015066, 0.0113940891, 0.0111245839, 0.0356046557, -0.0146056954, -0.00839209836, -0.013183306, 0.00920061488, -0.0166644175, 0.0130186081, 0.00116692088, -0.0138271237, 0.00768090365, 0.00629220251, 0.0123148989, 0.0240159258, 0.0018781157, -0.012000476, 0.00317230308, -0.0104807653, -0.00460030744, 0.0166793894, -0.0117159979, -0.012883855, -0.0213807616, -0.00698842481, -0.0125170285, -0.0130485529, -0.017622659, 0.0363233387, 0.0106978668, 0.0193145536, -0.0106005454, 0.0228031501, -0.00961984508, -0.00143736205, -0.00528530031, -0.0115662729, -0.0140217664, 0.00986689236, 0.0313225165, 9.93099311e-05, -0.00559223676, -0.00924553256, -0.0212909263, 0.0160205979, 0.00604515569, 0.0117384568, 0.0311428457, 0.00281670573, -0.00568955811, -0.00304503669, -0.0157361198, 0.00754240807, 0.0106978668, -0.0216053482, -0.00421476504, -0.0169638675, -0.0148602277, 0.00679378165, 0.00250415434, -0.0156912021, 0.00989683717, -0.00798035413, 0.018071834, -0.000418060896, 0.00830226298, 0.00952252373, 0.00137747207, -0.00735150836, 0.0105855726, -0.00944017526, 0.00914821122, 0.00393028697, 0.0150698433, 0.0226085074, 0.0270852912, -0.0001136391, 0.00487355608, 0.0133180581, 0.00607510097, 0.00839958433, -0.00286910962, 0.017038729, 0.0119555583, -0.016889004, 0.00969470758, -0.020138042, 0.0189402401, -0.00492595974, 0.0154965604, 0.00732530653, 0.00327898236, -0.0140067944, 0.00485858321, 0.00921558682, 0.0123298718, -0.0298102908, 0.0156013677, 0.00292338501, -0.00259398948, 0.00243303482, 0.0243752655, 0.00584302656, 0.0148901735, 0.00427465513, 0.0131608471, -0.0168440863, 0.0246896893, 0.000212890547, 0.00191648281, -0.00432331581, -0.0021541717, 0.00262393453, -0.000263890688, 0.00412867311, -0.0123598166, -0.0102936085, -0.00754240807, -0.0104283616, 0.0106304903, -0.0137896929, 0.0113341995, 0.0486906394, -0.00501205167, -0.019539142, 0.00212796964, -0.0136399679, 0.0176975206, 0.00332577154, -0.011708512, -0.00449549966, -0.0166344717, -0.0087664118, -0.0123673035, -0.000879167754, 0.0181017797, -0.0161104333, 0.00508317119, 0.00192396902, 0.0234170239, 0.00570078753, 0.00264077866, 0.00692104828, -0.0142463548, 0.0170836467, 0.0137971789, 0.00121371, 0.0266810339, 0.00294958684, -0.0130560389] |
06 Sep, 2019 | How to get relative click coordinates on the target element using JQuery?
06 Sep, 2019
Here is the code to get the coordinates of the element, Here 2 methods are discussed one is calculating the relative position to its parent while another is calculating the relative position to the document.
Approach 1:
Attach the click event to the element.
Call an anonymous function when an event occurs.
Calculate the X relative to the parent element by subtracting the Offset().left property from the pageX property.
Similarly, calculate the Y relative to parent element by subtracting the Offset().top property from the pageY property.
Example 1: This example follows the approach discussed above to calculate the location’s relative position to its parent element.
<!DOCTYPE HTML>
<html>
<head>
<title>
How to get relative click coordinates
on the target element using JQuery?
</title>
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js">
</script>
<style>
h1 {
border: 1px solid green;
}
#GFG_UP {
border: 1px solid green;
}
button {
border: 1px solid green;
}
</style>
</head>
<body style="text-align:center;" id="body">
<h1 style="color:green;">
GeeksForGeeks
</h1>
<p id="GFG_UP" style="font-size: 15px;
font-weight: bold;">
</p>
<p id="GFG_DOWN" style="color:green;
font-size: 20px;
font-weight: bold;">
</p>
<script>
var el_up = document.getElementById("GFG_UP");
var el_down = document.getElementById("GFG_DOWN");
var x, y;
el_up.innerHTML = "Click inside any bordered element to get the"+
"click coordinates of that particular location with respect"+
"to its parent element ";
$('h1').click(function(e) {
// element that has been clicked.
var elm = $(this);
// getting the respective
x = e.pageX - elm.offset().left;
// coordinates of location.
y = e.pageY - elm.offset().top;
gfg_Run();
});
$('#GFG_UP').click(function(e) {
var elm = $(this);
// getting the respective
x = e.pageX - elm.offset().left;
// coordinates of location.
y = e.pageY - elm.offset().top;
gfg_Run();
});
function gfg_Run() {
el_down.innerHTML = "X- " + x + "<br>Y- " + y;
}
</script>
</body>
</html>
Output:
Before clicking on the button:
After clicking on the button:
Approach 2:
Attach the click event to the element.
Call an anonymous function when event occurs.
Calculate the X relative to document by pageX property.
Similarly, calculate the Y relative to document by pageY property.
Example 2: This example follows the approach discussed above to calculate the location’s relative position to the document.
<!DOCTYPE HTML>
<html>
<head>
<title>
How to get relative click coordinates
on the target element using JQuery?
</title>
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js">
</script>
<style>
h1 {
border: 1px solid green;
}
#GFG_UP {
border: 1px solid green;
}
button {
border: 1px solid green;
}
</style>
</head>
<body style="text-align:center;" id="body">
<h1 style="color:green;">
GeeksForGeeks
</h1>
<p id="GFG_UP"
style="font-size: 15px;
font-weight: bold;">
</p>
<p id="GFG_DOWN"
style="color:green;
font-size: 20px;
font-weight: bold;">
</p>
<script>
var el_up = document.getElementById("GFG_UP");
var el_down = document.getElementById("GFG_DOWN");
var x, y;
el_up.innerHTML = "Click inside any bordered element "+
"to get the click coordinates of that particular "+
"location with respect to document";
$('h1').click(function(e) {
// element that has been clicked.
var elm = $(this);
// getting the respective
x = e.pageX;
// coordinates of location.
y = e.pageY;
gfg_Run();
});
$('#GFG_UP').click(function(e) {
// element that has been clicked.
var elm = $(this);
// getting the respective
x = e.pageX;
// coordinates of location.
y = e.pageY;
gfg_Run();
});
function gfg_Run() {
el_down.innerHTML = "X- " + x + "<br>Y- " + y;
}
</script>
</body>
</html>
Output:
Before clicking on the button:
After clicking on the button:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery? | https://www.geeksforgeeks.org/how-to-get-relative-click-coordinates-on-the-target-element-using-jquery?ref=asr10 | CSS | How to get relative click coordinates on the target element using JQuery? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.00750669418, -0.0335643329, -0.00936744828, 0.00649849046, 0.0167538654, -0.0126644503, 0.0427336767, 0.020277271, -0.038177304, -0.0157775, 0.00814345386, -0.00853258558, 0.0232629683, -0.0611289702, -0.0335077308, -0.0246638414, -0.00129562989, 0.00349156791, -0.0188905504, -0.0210696831, 0.00948065054, -0.0307625867, -0.0511955097, 0.00804440212, -0.0314700976, 0.0108532216, 0.00143713213, 0.0214517396, -0.00974950474, 0.019272605, 0.00400805101, 0.00537708541, -0.0250034463, -0.0686002895, -0.0105772931, 0.00771894725, -0.00634991331, -0.025130799, -0.0198103134, 0.0310738925, -0.0185650941, 0.0402149372, 0.0265033692, -0.0194707084, -0.00411064038, 0.019300906, 0.0185084939, -0.0522426292, -0.00550089963, -0.0306776855, 0.00456344755, 0.0538840555, 0.041714862, 0.03902632, 0.00557872606, -0.0171925221, -0.00193327444, -0.0197112616, 0.0086174868, 0.0400451347, 0.0707511231, -0.0322342105, -0.0171359219, -0.0358849689, 6.44982129e-06, -0.000171239823, -0.0101174107, 0.00780384848, 0.00890049152, 0.0273806844, -0.0173906256, 0.0149284862, 0.0142846517, -0.026262816, -0.0288806073, 0.00244622, -0.0198527649, 0.0232488178, 0.0116456347, 0.0157916509, 0.00883681513, -0.00240023178, -0.0519596227, -0.0011806594, 0.0227818619, 0.00509761833, -0.0258807596, -0.0579027161, 0.0397055298, 0.0410073511, -0.031555, 0.0207159277, -0.000506312703, -0.000809658144, -0.014687933, -0.0120630665, 0.041743163, -0.0046907994, -0.0393659249, 0.0372716896, -0.0120984418, 0.0418563634, -0.0420261659, -0.0275929365, 0.0104640909, 0.00405050162, -0.00256649684, -0.00342789176, 0.0162586085, -0.000552300946, 0.0248194933, -0.0179707855, -0.00868116226, -0.00280351308, -0.0254562534, 0.0174330771, -0.006604617, -0.0583555251, 0.0223007537, -0.0162586085, 0.00168829865, 0.024706291, 0.0715435371, 0.0721661448, -0.0322625116, 0.044403404, 0.0102872131, 0.00202701963, 0.0199801158, -0.0107895462, 0.00247628917, 0.019329207, 0.000473148131, -0.00336421584, 0.0245647896, 0.0202348214, 0.0361679718, -0.0151548898, -0.00954432599, 0.0108744474, -0.00266731717, -0.0566857979, -0.0114404559, 0.0166548137, 0.00334829674, 0.0336492322, 0.00287603308, 0.0180132352, -0.016187856, -0.0078675244, -0.0209423322, -0.0164708607, -0.00443609525, 0.016216157, 0.0276212376, 0.0031112805, -0.0178858843, 0.00841938332, -0.0166265126, -0.0242959354, 0.0385735109, -0.0295456685, 0.00147162331, 0.0464976355, -0.0245223381, 0.0316682, 0.00199871929, -0.0188056473, -0.0580159202, 0.0286117531, 0.00994053297, -0.0110513251, 0.0107753957, 0.00722368946, -0.0349227525, 0.000578390434, 0.0163152087, -0.0494125821, 0.0124026714, -0.0307908878, -0.0047650882, -0.0358283669, -0.00062791619, 0.014687933, 0.00761989597, -0.0131455585, -0.0236025751, -0.0290362611, -0.016428411, -0.0128342537, -0.0331681259, 0.022597909, 0.0581857227, 0.0362811759, 0.0147445342, -0.0176877808, -0.0272391811, 0.0363660753, -0.00058237015, -0.0181971882, 0.0374980941, -0.0353189595, -0.0403564386, 0.0355736651, 0.0413752571, 0.0138389198, -0.0106621943, -0.0672418624, 0.0136832669, -0.0360547714, 0.00563532673, 0.00516836951, -0.00400097575, -0.00144597609, -0.0202065203, 0.0232629683, 0.00948065054, 0.00962215289, -0.0139025953, -0.026842976, 0.00285480777, 0.0441204, 0.00735104131, -0.000913573836, -0.0724491477, -0.00456698472, 0.0135842152, -0.00747131836, -0.0105419168, -0.0220885, -0.0181688871, -0.0111291511, -0.040922448, 0.0047933883, -0.0035304809, -0.0115678087, -0.0310738925, 0.0236450247, -0.00795950089, 0.0442902036, -0.011284804, -0.0163010582, -0.00042163246, -0.00304583577, 0.0483088642, 0.00557165081, -0.0550160706, 0.0239846297, -0.00473678764, -0.0211687349, -0.00977780484, -0.00413540285, 0.00815052912, -0.00316080637, 0.0376961976, 0.0237157755, 0.00520374486, -0.0199235156, 0.0149992378, 0.0238006767, 0.0278051905, -0.00609167153, -0.0101244859, 0.0126078501, 0.0662230477, 0.0344133452, 0.0500068925, -0.0425355732, 0.0157633498, -0.0143978531, 0.007329816, -0.0326021165, 0.0275080353, -0.0323757119, 0.0037957977, 0.000994053204, -0.014659632, -0.00816468, 0.0288806073, -0.00814345386, 0.0242110342, 0.032432314, 0.0375546962, 0.0726189539, 0.00641712686, 0.00971412938, -0.0110725509, -0.00300692278, -0.000226293036, -0.000181963042, -0.0146737825, -0.00280705071, 0.0190603528, 0.0221026503, 0.0381490029, 0.00295739691, -0.000970174733, -0.00466249883, -0.00559995137, -0.0124026714, -0.0106126685, -0.0101457108, -0.014369553, -0.0210272335, 0.0267156232, 0.0227960106, 0.00562471431, -0.00157951878, -0.0120418407, -0.0238714293, 0.0299701747, -0.00141944434, -0.0138247693, 0.0039868257, 0.0159331523, -0.00750669418, 0.0288806073, -0.00796657614, 0.00788167492, -0.0368188843, 0.0125441737, -0.0503748, -0.0271967314, 0.0633364, 0.064468421, -0.00820005499, -0.018933, 0.0114475312, -0.0104216402, -0.0186216943, -0.0481673628, -0.0299984757, -0.00298039103, -0.0223007537, 0.0144898295, -0.0216922946, 0.0169236679, -0.0138601447, 0.00383471069, 0.00925424695, -0.0295456685, 0.0304229818, -0.0155369462, -0.0187348966, 0.0182396397, -0.0403847396, 0.00613412214, -0.022201702, 0.035149157, 0.019116953, 0.00140175654, -0.00868116226, -0.00562471431, 0.00189259253, 0.043582689, 0.0112494286, -0.0283428989, -0.0231073163, -0.0451109149, 0.00377810979, 0.00936744828, 0.0172208231, -0.0281306468, 0.0216215421, -0.00181830383, -0.0342152417, -0.032036107, -0.0118437381, 0.0201499201, -0.0150275379, -0.0445449054, -0.0165840629, 0.0141148483, 0.0165699124, -0.0581291206, -0.0156501476, -0.000869796611, -0.0174047761, -0.0340737402, 0.0140723977, -0.0304795839, 0.0319512077, 0.00507993065, 0.00927547179, 0.0246072393, 0.00923302118, 0.00387716154, -0.0358566679, 0.0344133452, -0.00186252326, -0.0339888372, 0.0468372442, 0.00545844901, -0.01951316, 0.0268712752, -0.00399743859, -0.0113060288, -0.0455637239, -0.00847598445, -0.00484998943, 0.00253289, 0.0423374698, -0.00362599501, 0.0115819583, -0.0131667834, 0.011787137, -0.0301399771, -0.0343850441, -0.0140440976, 0.044007197, 0.0104428651, 0.014659632, -0.0293758661, -0.0169378184, 0.0358849689, 0.00516483188, 0.0269561764, 0.018720746, 0.0154237449, -0.0143058766, 0.0481956638, -0.000872007571, -0.00429459289, 0.00507639302, -0.0443468019, 0.0255411547, -0.00529925898, -0.00525680836, 0.0336209312, -0.0151407402, -0.0403281376, -0.0327153169, -0.004772163, 0.0145888813, -0.0135629904, -0.00329346466, 0.0549594723, -0.0140936235, -0.00480046356, -0.0241968837, 0.013923821, 0.0182254892, 0.0298569724, -0.00465188641, -0.00136195903, 0.043950595, -0.0203904733, -0.00130447384, 0.0256543569, 0.0184660424, -0.00962215289, -0.044007197, -0.0143129518, -0.00199695048, 0.0193858072, 0.00172278984, -0.0303380806, -0.0198810659, 0.0168246161, -0.0269278772, -0.00424860464, 0.0317814052, 0.00609874679, 0.0243949872, -0.00057662162, -0.025244, 0.00252404623, -0.000684074883, -0.0278617926, -0.00340666645, 0.00402220106, -0.0341586433, 0.0463278331, 0.00527803367, 0.0234186221, -0.0119569395, -0.00397975044, -0.000430918561, 0.0101457108, -0.00725199, 0.0361679718, 0.0375263952, -0.00436888169, -0.0528086387, 0.0163293593, -0.0256119054, 0.0302248783, -0.0307908878, 0.0149567872, 0.00417077867, 0.0228667632, 0.0199093651, -0.0157775, -0.0037179715, 0.00543368608, -0.0114475312, -0.0292626638, -0.0181830376, 0.032404013, 0.014843585, -0.0236308742, 0.00965045299, -0.0290079601, 0.0688832924, 0.0147869848, -0.0243808366, -0.0315267, 0.0182820894, -0.00708572473, -0.038177304, -0.00431935582, -0.00494550355, 0.0156926, -0.010152786, -0.00352871208, -0.0254421029, -0.0263335668, 0.0376395956, -0.00996883307, 0.00206770143, 0.0131526338, -0.0240553822, -0.00429459289, 0.00336598465, 0.032828521, 0.026659023, -0.0116314841, 0.00499502895, -0.0376678966, -0.0147162331, -0.0339322388, -0.00501625473, 0.00962215289, -0.00456698472, -0.0128908539, -0.0337624364, -0.0206027273, 0.0397904292, 0.00745716831, 0.0150982896, -0.0326304175, 0.00533109717, -0.0285410024, 0.0216215421, -0.0244515873, 0.00374980946, -0.0118720382, 0.0105560673, 0.0063074627, 0.0330832228, 0.0213951394, -0.000317495666, 0.0208715815, 0.00231002411, 0.0199093651, -0.00279643806, -0.0234893728, -0.0140865482, 0.00350041175, -0.000912689487, 0.00511884363, -0.0341303423, 0.0326021165, 0.0205885768, 0.0352906585, -0.0226686597, -0.0102872131, 0.0541387573, -0.0210130829, 0.0139662717, 0.0182537902, -0.00175816542, 0.00966460351, 0.00177762192, 0.0398470312, -0.00110283308, 0.0175462775, -0.0153812934, 0.018140588, 0.00610935921, -0.0242959354, -0.0157067496, 0.0122470194, 0.0228526127, 0.00226403587, -0.00962922722, -0.00699728588, -0.022385655, -0.0597139448, -0.000986093772, -0.0174189266, 0.0238006767, 0.00220389734, 0.0139733469, -0.0119781652, 0.00851843506, -0.000289858493, 0.0131880092, -0.0147162331, -0.0344699472, 0.00788167492, 0.0268571265, 0.0282721482, -0.0224422552, 0.0106551191, -0.0204470735, 0.0202348214, -0.00663645519, -0.00417785393, 0.00712817535, -0.0201923698, 0.0223573539, -0.0139096705, -0.00510115596, -0.0121974936, -0.0232771188, -0.0230931658, -0.0150275379, -0.0395640284, -0.0214941911, 0.0291777626, -0.0185509436, 0.00593601912, 0.0147728343, 0.0257251076, -0.0045775976, -0.0101386355, -0.0296022687, -0.0167255644, -0.0361113735, 0.00766234659, -0.0227252599, 0.0031112805, 0.01771608, 0.00490305293, 0.0201216191, -0.0234893728, 0.0304512829, -0.0453373194, 0.0290079601, 0.00210661464, 0.0393942259, -0.0440354981, 0.109862342, -0.00126379193, -0.00606337097, 0.0174189266, 0.0249043945, 0.00528510893, -0.0112918792, 1.13795995e-05, -0.00767649664, -0.00885096565, -0.0210979842, 0.0136903422, -0.0148577355, -0.00220566615, 0.00302461046, 0.00530633423, -0.0156642981, 0.00939574931, -0.02082913, 0.0269420277, -0.00030312434, 0.00182891649, -0.0274797361, 0.0154378945, -0.0145747308, 0.0128130279, 0.0248336438, 0.0098910071, -0.0309606902, 0.00999713317, -0.0274655856, 0.0242959354, -0.0134002622, -0.0236308742, 0.012367296, 0.00527803367, 0.0202914216, -0.0100112837, 0.0206027273, 0.0259090606, 0.00212253374, -0.0151124392, -0.00568839, -0.00832740683, -0.0169944186, -0.00637821341, -0.0115324324, -0.00968582835, 0.0063888263, 0.0339322388, 0.0449411124, -0.0411488526, -0.0115112076, -0.00170510204, -0.0122187184, 0.00754206954, -0.0304512829, 0.0131597091, -0.0129545303, 0.0049278154, 0.00576975383, 0.00247805798, 0.0246496908, -0.000322359789, 0.0385169089, 0.00144332286, -0.0106692687, 0.0318946056, 0.044799611, -0.0115395077, 0.0335643329, -0.00449269637, -0.000479338836, -0.00512238126, -0.035149157, -0.0113838557, 0.0036083071, -0.0064914152, 0.0246638414, 0.0334794298, -0.0263618678, -0.0106338933, -0.0170368701, 0.0436675921, 0.00857503619, 0.00385593623, -0.00726614, -0.0196688119, 0.00742179248, 0.0125937, -0.0078392243, -0.0203480218, 0.00254704035, -0.0044431705, 0.00771894725, -0.00368967094, 0.00476155058, 0.0166689642, 0.00443255762, -0.00832033157, 0.0232629683, -0.00316965021, -0.000634106924, -0.000367242552, 0.00376749714, -0.00304760458, 0.00267969863, 0.0157916509, 0.014001647, 0.00882266462, -0.0146313319, -0.0026708548, -0.0120206159, -0.00105949806, 0.00242499472, 0.0249892958, -0.00198456901, 0.00270976801, 0.023729926, 0.00512945652, 0.00240553822, -0.00931792241, -0.0226403587, -0.0338473357, -0.00458113523, 0.0244798884, -0.0130606573, -0.00128943915, 0.0243666861, 0.038601812, -0.0113838557, 0.00330584613, 0.0215224903, 0.0166972652, -0.0401300378, -0.0174613763, -0.0166265126, 0.0119215641, 0.0100608096, 0.000877756102, -0.00459174765, 0.0160180535, -0.0226120576, 0.0159897543, 0.021805495, -0.004390107, 0.0295456685, 0.0134639386, 0.01951316, 0.00948772579, 0.00351102441, 0.0102518378, -0.0254421029, -0.0299984757, -0.0131384833, -0.00728029059, -0.0225837585, 0.0208998807, -0.0121691925, -0.0130394315, -0.00807270315, 0.0235884245, -0.00866701268, -0.0143058766, 0.0178717338, -0.00513653131, -0.0148577355, 0.00466249883, -0.00176789367, -0.035120856, 0.00199695048, -0.0210555345, -0.00659046695, 0.0118791135, 0.00616596034, 0.0221451018, 0.0105136167, -0.00662938, 0.0107187945, -0.00639590155, -0.0163576584, -0.0256543569, 0.0304229818, -0.00118508132, -0.0226545092, 0.0319229066, 0.0158341, 0.0122328689, 0.00291671488, -0.0158624016, 0.0233478695, -0.00491720298, 0.00230825529, -0.0349227525, 0.0176736303, 0.0140157975, 0.0188480988, 0.0123885218, -0.00483230175, 0.00378164742, -0.0023613188, 0.0124663478, 0.0358000658, -0.0127776526, 0.0353189595, 0.0333945304, -0.000244754658, 0.0251590982, -0.0103296638, -0.00490305293, -0.0201216191, -0.0150133884, 0.00394791272, -0.0403281376, 0.0150416885, 0.0121196667, -0.0296022687, 0.0244374368, 0.0194707084, -0.0144686047, 0.00607044622, 0.0340171382, -0.0104640909, -0.00984855648, -0.00118596572, -0.0368754864, -0.0159473028, -0.0169661194, 0.0218479466, -0.0113343298, 0.0181830376, 0.0346680507, -0.010520692, -0.0420544669, 0.00832740683, 0.0131526338, -0.0329417214, 0.0458184257, 0.0251590982, -0.0295739695, -0.0163435098, -0.0185509436, 0.0210979842, -0.0368188843, -0.0128837796, -0.020645177, -0.0121691925, 0.00254173414, -0.00937452354, -0.0165416114, -0.0209423322, 0.00622963626, 0.0109381238, -0.0281306468, -0.00849720929, -0.0145181306, 0.0241402835, 0.00974950474, 0.00902076811, 0.0215649419, -0.00562825194, 0.00482876413, 0.00563886436, -0.00520020723, 0.019272605, -0.00974950474, 0.0615817755, 0.0376395956, -0.00464481115, -0.0163010582, -0.0373565927, 0.0380924046, -0.0018483731, -0.0416582599, 0.0149426367, 0.0124592725, -0.00869531278, 0.00518959481, -0.00208892697, -0.00816468, 0.0356019661, -0.0243949872, -0.018904699, -0.0271259807, 0.0508276075, -0.0337624364, -0.00817882922, 0.0287249554, 0.014687933, 0.0204753745, -0.000131884517, -0.0128837796, 0.0158482511, 0.0209706333, 0.00699021062, -0.0210272335, -0.00524265831, 0.0461297296, 0.0343001448, -0.0307625867, -0.00100555026, 0.019300906, -0.00133454299, 0.00321917608, 0.0200367179, -0.00757037, -0.0214800406, -0.00965045299, -0.0149709377, 0.00324040139, -0.00957970228, 0.00841938332, -0.0400451347, -0.0178858843, 0.01389552, -0.000771629391, 0.00560702616, -0.0132941362, 0.00645604, -0.00391607452, 0.0129899057, 0.0156359971, 0.004772163, -0.0306776855, 0.00335183437, -0.0242959354, -0.01389552, 0.00859626103, -0.0207300782, 0.0494125821, 0.0242959354, -0.00278759422, 0.00942404941, 0.0254562534, -0.0343850441, 0.00275044981, 0.00437241932, 0.0178858843, -0.000280130218, -0.00135488401, 0.0283146, 0.0243949872, 0.00641712686, 0.0305361841, -0.0253713522, -0.0057662162, -0.000943643099, 0.0105560673, -0.00193858077, 0.00527803367, -0.011709311, 0.0014318258, 0.00503394241, 0.0244091377, -0.0207442287, -0.0316399, -0.0174189266, -0.04788436, 0.0181688871, 0.00829203147, 0.0179707855, -0.0115253581, 0.026659023, 0.0161595568, -0.0304229818, 0.0082708057, -0.00881558936, -0.0469787456, 0.0116385594, 0.00919057056, -0.0140582481, 0.00521435775, 0.00885096565, 0.00904906821, 0.00657277927, 0.0250883475, -0.00318733812, 0.00836985745, -0.00695483526, 0.0339888372, -0.00146720139, 0.00262663537, 0.00849013496, 0.0098910071, -0.0194141082, 0.00865286216, -0.00379226, 0.0178151317, -0.0136761917, 0.0190603528, 0.00914104469, 0.00563532673, -0.0128696291, -0.0332530253, -0.0390829183, 0.00592894387, 0.00561410142, 0.0441487, 0.0172208231, -0.00870238803, 0.0161171053, -0.0254421029, 0.00104711659, 0.0252298508, 0.00194388709, -0.0361396745, -0.0421959683, 0.0157633498, 0.00358000677, 0.0023613188, 0.00223927293, 0.0033394529, -0.0070326617, -0.0202065203, -0.0112706535, 0.0183245409, 0.00695483526, 0.00707157468, 0.00164673233, -0.0127069019, -0.0141856, 0.0184801929, -0.0047120247, 0.00923302118, -0.00938159879, 0.00377810979, -0.00280705071, -1.30861936e-05, 0.0103650391, -0.00436888169, -0.00974242948, 0.0301116779, -0.0196688119, 0.0144049283, -0.00957262702, 0.00263724802, -0.0202348214, 0.0141785247, -0.00207300787, 0.0287108049, 0.0271967314, -0.0185933951, -0.0250034463, 0.0360264704, 0.0125653995, -0.00186429208, -0.0140936235, -0.00401512627, -0.00183776033, -0.00222689146, -0.0151124392, -0.00384178595, -0.00777554838, 0.00202171318, 0.100919403, 0.029715471, -0.000263547932, 0.000875545142, 0.0106126685, -0.0251874, 0.0211121347, 0.0130606573, 0.014263426, -0.0121974936, 0.00824958086, 0.00121338177, 0.00809392799, -0.0104570156, -0.0184235927, -0.0123602208, -0.0120276911, -0.00928254705, 0.0382622071, 0.0031891067, 0.00979195535, 0.0181547385, 0.00384886097, -0.0249751452, 0.0305927843, 0.000543457048, -0.00856088568, 0.0103650391, -0.0265033692, 0.00182361016, 0.0109381238, 0.00510115596, 0.01581995, -0.00309359282, 0.00204647612, 0.0514502153, 0.0293758661, -0.0329700224, -0.0135842152, 0.0144120036, -0.00675319461, -0.000580601394, 0.000638086698, 0.00398328807, -0.0041743163, -0.00500917947, -0.011206978, 0.0259939618, -0.0187631976, -0.00980610587, -0.00245683268, 0.0118720382, -0.026050562, 0.00349156791, -0.00579451676, 0.000949833833, 0.00403635157, -0.00225342321, 0.0153954439, -0.0410639495, -0.0266448725, 0.000159521675, -0.0195839107, 0.00597493211, 0.0183811411, -0.00650556572, -0.0134568634, -0.00113643985, -0.0193716567, 0.00171217718, 0.0223432034, 0.018720746, 0.00767649664, 0.00707511231, -0.014291727, 0.00167414837, 0.00909151882, 0.0281306468, -0.00534170959, -0.0191594046, -0.0134710139, -0.0107470956, -0.0067921076, 0.0147728343, -0.00775432307, -0.00705742417, -0.00638528867, -0.00671428163, -0.00800902676, 0.000592540659, -0.00990515668, -0.00333060906, -0.0274514351, -0.00633930042, 0.0196405109, -0.000427159888, 0.019116953, 0.000899865816, 0.0130606573, -0.0205744263, 0.0147445342, 0.0237440765, 0.0199659672, -0.00118154369, -0.0235035233, -0.0285976026, 0.0241827331, 0.00594663154, 0.0116951605, 0.00121249736, 0.0326870196, 0.00875191391, 0.0136266658, -0.0121196667, -0.0103933401, 0.0203763228, -0.0197254121, 0.00895001646, -0.000929492875, 0.0124663478, 0.0371584892, 0.0149426367, 0.00454222178, -0.000501890783, 0.0187773481, -0.0293758661, -0.018933, 0.00899954233, -0.00638528867, 0.00931792241, -0.0265033692, 0.00547967432, -0.00239492557, 0.0121621182, -0.0222441535, 0.00269384892, -0.0107541708, 0.00908444356, -0.000571757497, 0.0102023119, -0.0194282588, 0.00911982, -0.00290963985, 0.0153246932, -0.00085697294, 0.0020765455, 0.00494904118, 0.0124026714, -0.0160888042, -0.0124663478, -0.0265599713, -0.000978134223, -0.00130270503, 0.0306776855, 0.000373654359, -0.0227677114, 0.0134710139, 0.010810771, 0.0105702179, 0.0021579091, 0.010308438, 0.0228950623, 0.00765527133, -0.0215932429, -0.0214234404, 0.0138106188, -0.00749254366, -0.0132587599, -0.00620841095, -0.0104499403, -0.00647019, -0.0135559151, -0.00558226369, -0.0018695984, 0.0324889161, -0.019145254, 0.0438939966, 0.020277271, 0.0163576584, -0.020489525, -0.0214234404, -0.00533109717, 0.00645250222, 0.00504809245, 0.00418139109, 0.0140723977, -0.00192443049, -0.00331469, 0.0252157, -0.0153812934, 0.00111079263, 0.0225271564, 0.00164673233, 0.0177302305, 0.0187914986, -0.021989448, -0.00559995137, -0.00611997209, 0.0184660424, 0.0312153939, -0.00118154369, -0.00267793, 0.0129828304, 0.0353755616, -0.00693007233, -0.0375263952, -0.0148860356, -0.0192018542, 0.0337058343, 0.0114616817, 0.00875898916, 0.00638528867, 7.51730659e-06, -0.0192301553, 0.0130960327, 0.0080019515, -0.00781799853, -0.0111716017, 0.0133578116, -0.0108319968, -0.00923302118, 0.00358885061, 0.00249928329, 0.00426629279, 0.0122328689, -0.0119215641, -0.0020040255, 0.00419907924, 0.00801610202, 0.0134497881, -0.0118366629, 0.0326870196, 0.0467523411, -0.0103791896, 0.012735202, -0.00468726177, 0.0119569395, -0.0302248783, -0.0179990847, 0.038601812, 0.00894294214, 0.0306493863, -0.00168299233, 0.0227252599, 0.0195414592, 4.21466648e-05, 0.0344416462, -0.00612704735, -0.00259833504, 0.0201216191, -0.0197678637, 0.00491720298, -0.00312189315, -0.0476579554, 0.00597139448, 0.0120772161, -0.0274231341, -0.00725906529, -0.0185650941, -0.0375546962, 0.0160746556, 0.00973535422, -0.0258524604, -0.0157633498, -0.0338756368, 0.00961507764, -0.0210696831, 0.0137540177, -0.00237016263, -0.00841938332, -0.0157916509, 0.0380358025, -0.00841230806, -0.00287603308, 0.0141219236, 0.00854673516, 0.0130111314, 0.0245789401, -0.0084052328, -0.0123885218, -0.0133436611, -0.000559376, 0.032828521, 0.0352340601, -0.0061411974, 0.0206593275, -0.0175321288, 0.0230082646, 0.00880144, 0.00503748, 0.0320927091, 0.029743772, -0.000151451619, -0.013209234, 0.013421488, 0.0114475312, 0.00449269637, -0.00899954233, -0.0150841391, -0.00129562989, 0.00387008628, -0.0275504868, -0.0229375139, 0.0108319968, -0.000883504632, 0.00991223194, -0.00459528528, -0.0273665339, 0.00876606442, 0.017800983, 0.0130394315, -0.0420544669, -0.00481461361, -0.00817882922, -0.022201702, 0.0149284862, 0.00759867067, -0.00669659348, 0.0208998807, -0.00239492557, -0.0134073375, -0.020673478, -0.0220319, -0.00156094658, 0.00863871165, 0.00483937655, -8.96825713e-06, -0.00363660767, 0.00892879162, -0.0296588708, -0.00684163347, 0.000148466803, 0.0132163092, 0.0212960877, -0.006710744, 0.001107255, 0.0208432805, -0.00539831072, 0.0067390441, 0.0205036756, -0.0204470735, 0.0314700976, -0.00368967094, -0.0187773481, -0.00579097914, 0.00518959481, 0.0104570156, -0.00102323806, -0.024126133, 0.00676380703, 0.00256472826, -0.0122823948, 0.0148152849, -0.0142422011, -0.028215548, 0.013605441, 0.0348944515, 0.0174330771, 0.00323509495, 0.000622167659, -0.0111857522, 0.000887042203, -0.0414035581, 0.00481461361, 0.0120347654, -0.0117376111, 0.0186358448, -0.000133432201, 0.00702558644, 0.0199659672, -0.00849720929, 0.0162020065, -0.000947180612, 0.0141502246, 0.0131243328, 0.0176028796, -0.00251343357, 0.00401512627, 0.00287780189, -0.0205319747, -0.0188056473, -0.00863163639, -0.00441487, -0.0273382328, -0.0286542047, -0.0176877808, -0.0101174107, 0.0030139978, 0.0131667834, 0.0365641788, 0.00610935921, 0.0082708057, 0.0267439242, -0.00012768367, -0.0312153939, -0.00193858077, -0.0254562534, -0.0134922387, -0.0323474109, -0.0211970359, 0.0321493112, 0.0144615294, -0.00737934187, 0.00242145709, 0.0199235156, 0.0299701747, -0.0197112616, -0.0238572787, -0.0137823187, -0.00349510531, -0.016612364, 0.0103296638, -0.0102376873, -0.0292909648, -0.00977073, -0.014843585, 0.0266873222, 0.0138742952, 0.0191028025, 0.0018872862, 0.0112918792, -0.00064162421, -0.0155369462, -0.0154378945, -0.0136974175, -0.0139025953, 0.012657376, -0.00309713045, -0.026262816, 0.013499314, 0.0132870609, -0.00911982, -0.00178027514, 0.000207278674, 0.00193327444, 0.0207725298, 0.0124804983, 0.00506578, -0.020616876, -0.0103225885, -0.0106197437, -0.0100749601, 0.00844768435, -0.00252404623, -0.0116739348, 0.013711567, 0.00231533055, -0.00909859408, -0.0232205186, 0.00145570433, -0.00416370342, -0.00257534091, -0.0326587185, 0.00228703, -0.0155652463, 0.00986978132, -0.0078746, -0.0188197978, 0.0153812934, 0.00577329146, -0.0165133122, 0.00343142939, -0.00622609863, 0.0046907994, 0.00122753193, 0.0477711558, 0.00304229814, -0.00135930593, -0.0109664239, 0.0170510206, 0.018904699, -0.0196405109, 0.00292555895, 0.00221274141, -0.00285657658, -0.00407880219, -0.0275080353, 0.0055292, -0.000410798704, 0.0186358448, -0.00793120079, 0.0338190347, 0.00773309777, 0.0147869848, 0.00882974, 0.0399036333, 0.00203763228, 0.015452045, 0.00300692278, 0.00329346466, 0.0113555547, -0.000248734403, 0.00229233643, 0.00408587744, 0.00039200543, -0.0101598613, -0.00613766, -0.00122664752, -0.0223290548, -0.0233195703, -0.00402220106, -0.000818944245, 0.00812222902, 0.0048252265, 0.00860333629, 0.0265175197, 0.00730859069, 0.0147162331, -0.00241084443, 0.0125229489, -0.0169378184, -0.0140370224, -0.00827788096, 0.0205036756, 0.0132304598, 0.00426983042, -0.00637467625, -0.0394508243, 0.0132587599, 0.0213385373, 0.0102659874, 0.0183245409, 0.000201640694, -0.0108885979, 1.56011756e-05, 0.0148294354, -0.010520692, 0.00489597768, 0.00328285201, -0.00863871165, 0.0221309513, 0.00497380365, -0.00783214904, -0.006604617, -0.00497734128, -0.0168246161, -0.00642066449, 0.00298746605, 0.00964337774, -0.00762697076, -0.0171217714, 0.00500564184, -0.0115890335, 0.00460589817, 0.00613766, 0.00334475935, -0.0290928613, -0.00218090322, -3.26947556e-05, 0.00916934572, 0.0185084939, -0.0147869848, -0.0208432805, 0.000925070897, -0.00757037, 0.0120064653, -0.0185650941, -0.00494904118, 0.00428398047, 0.0450543128, 0.0130394315, -0.00648787804, 0.00264609186, 0.0109027475, -0.00368967094, 0.00265847333, 0.0031555, -0.000634549127, 0.018720746, -0.00266908598, 0.0126715256, 0.00712463772, 0.0248053428, 0.000981671852, 0.00344027323, 0.035120856, -0.00158924703, 0.0172066726, -0.0169378184, -0.0214375891, -0.00701497355, -0.00938867405, 0.000140065109, -0.0105772931, -0.0113555547, 0.0280740447, -0.00314665609, 0.00945942476, -0.0309323911, 0.00783214904, 0.0133295115, -0.00742886774, -0.0225130077, -0.0141926752, 0.00325985788, -0.00413540285, -0.00694422238, 0.0202065203, -0.00142828829, 0.0102730626, -0.0171076208, -0.00985563081, 0.000399301643, -0.0200791676, 0.00447500823, -0.0355736651, 0.0229233634, 0.0045563723, -0.0170510206, 0.0118720382, -0.00766942138, -0.0344416462, 0.0116173346, 0.00733689126, -0.00693007233, -0.0219469983, 0.0134497881, 0.00986270607, 0.00640297635, 0.0135134645, -0.00173074927, 0.0135134645, 0.00624378631, -0.00971412938, 0.0300267767, -0.00552212493, 0.00604922092, -0.0070928, -0.000796392327, 0.0050940807, 0.0185226444, 0.014687933, -0.0114121558, 0.0122116432, 0.00558933849, 0.0112989545, -0.0201640688, -0.00894294214, -0.00400097575, -0.0094665, 0.00200756313, 0.000869354408, -0.0121691925, -0.0205602758, 4.81992029e-05, 0.00799487717, 0.000358840858, -0.00935329869, -0.0100608096, 0.0151690403, 0.013711567, 0.0144827543, -0.0193716567, -0.00256649684, -0.00419554161, -0.0117517617, 0.0148860356, 0.0138530694, -0.0114121558, -0.00205178256, -0.014687933, 0.0134497881, 0.0136974175, 0.0217488948, 0.00304937339, -0.0244091377, -0.0130889574, 0.00292379013, -0.00965752825, 0.00115501205, 0.0109734992, -0.00388423656, -0.00752791949, 0.0108602969, -0.0145888813, 0.00849013496, 0.0176453292, 0.012445122, -0.000554069702, 0.00637113862, 0.00532755954, -0.0100537343, -0.0176736303, -0.0290362611, 0.00347211119, -0.0159756038, 0.00631807512, 0.00808685273, -0.0129191549, -0.00497734128, -0.00647372752, -0.0019828002, -0.0312436949, 0.00433350634, 0.0209564827, -0.0137044918, -0.00790290069, 0.00711756293, 0.000436667091, 0.00497734128, 0.00355524383, -0.00969997887, -0.0261496138, -0.00096752157, -0.00962215289, -0.00542661082, 0.00401512627, -0.0066789058, 0.0294041652, 0.0061942609, -0.0232629683, -0.00172455853, 0.00851843506, 0.00477923825, 0.00295916572, 0.0103296638, 0.00501979189, 0.0211404357, 0.0227535609, 0.00916934572, -0.0119357146, -0.0105560673, -0.00670720637, 0.00218267203, -0.016796317, -0.00881558936, 0.0169095173, -0.021041384, 0.0168104656, -0.0144544542, -0.030875789, 0.0307059865, 0.002023482, 0.00214552786, -1.21741678e-05, -0.0140936235, 0.0146030318, 0.00232594321, -0.0166972652, -0.00881558936, 0.0151548898, -0.00535939727, 0.011390931, -0.00688408408, -0.00297154719, -0.00578036672, 0.0246921405, 0.0101740109, -0.00156536861, 0.00117358426, -0.0178575832, 0.00300869136, 0.00955140125, -0.0251732487, -0.0131809339, 0.0038523986, -0.00360653852, 0.000266201096, 0.00751376897, 0.00812930427, -0.0108390721, -0.00522143254, -0.0119215641, -0.0378377, 0.022017749, 0.00102235365, -0.004496234, 0.017800983, 0.000927724061, -0.00118861883, -0.00425568, -0.00541246077, 0.023758227, -0.00278759422, -0.00437949458, 0.0341020413, -0.00175197469, -0.0113555547, 0.0134427128, 0.0128767043, 0.00926839653, -0.0232205186, -0.0116385594, 0.0250458978, -0.00845475867, 0.0108036967, 0.0135063892, 0.00896416698, 0.0102872131, 0.00489244, -0.00713878823, 0.0223998055, 0.0314984, -0.0110796252, 0.0189754516, 0.00099847524, 0.00298746605, -0.00722368946, 0.0218196455, 0.0100891097, -0.00707511231, -0.0135205397, 0.0065763169, 0.000657543249, 0.0104428651, 0.000644719577, 0.00301046018, -0.00624732394, 0.0142846517, -0.0148152849, 0.00648434041, -0.00907029398, -0.00581574207, -0.000478454458, 0.00978488, 0.00144686049, 0.00282120099, -0.0223432034, -0.00642773928, -0.0172208231, 0.0194424074, -0.0102730626, -0.00415309099, -0.00159720657, -0.00442902, 0.0216639936, -0.0212394875, 0.0165274628, 0.00884389, -0.00366844563, -0.0182537902, -0.00892879162, -0.0138106188, -0.0365358777, -0.0249326956, 0.0119923148, -0.0124168219, 0.00453868462, 0.000960446487, 0.0120135406, 0.0101386355, 0.0120276911, -0.00748546887, -0.0184235927, 0.00435826927, -0.000696014147, 0.00720246416, -0.0146454824, -0.00423091697, -0.0242534839, 0.0210130829, 0.00918349531, -0.00843353383, 0.0115890335, 0.00618364802, 0.00815760437, 0.00908444356, -0.0385735109, -0.00710341241, 0.0056848526, -0.0166265126, 0.0136832669, 0.00307944254, 0.00858918577, 0.00319971936, 0.00117800618, -0.0248053428, -0.000992284506, 0.0100042084, -0.0070609618, -0.000774724758, -0.0165557619, -0.0145747308, -0.0105560673, 0.0296305697, -0.0094948, -0.00484291418, -0.00161135674, -0.0252723, -0.00733689126, 0.0049278154, -0.00845475867, 0.00731566595, -0.0132729104, -0.00321386964, 0.0025771095, -0.0148294354, 0.0225413069, 0.0223715045, 0.00193681195, -0.0106834192, 0.0116527099, 0.0049596536, -0.00162196951, 0.0129899057, 0.00816468, -0.0110513251, 0.00057087309, 0.00120453781, 0.012551249, 0.000338278798, -0.0102659874, 0.00611643447, -0.00216675317, -0.00196865, -0.0164142605, 0.00404342636, -0.013315361, 0.0268712752, -0.011390931, -0.0261920653, 0.000478896662, 0.029347565, -0.0128979292, 0.00874483865, -0.0121691925, 0.00424153, -0.00123549148, -0.00590771856, -0.00439718226, 0.00630038744, 0.0106055932, -0.00619072327, -0.021805495, -0.0373565927, -0.00101350981, -0.0116456347, -0.0175462775, 0.0193858072, -0.0032050258, -0.0342152417, -0.000107619089, 0.0121408924, -0.0035870818, -0.00947357528, -0.0151973413, -0.000965752813, 0.0242534839, 0.00614827266, -0.0449128114, -0.0244091377, -0.00718477648, -0.0210555345, -0.0165699124, 0.0131455585, 0.0165133122, -0.00328638963, 0.0122823948, -0.019300906, 0.005497362, -0.0113980053, 0.0131384833, 0.00302284164, 0.0109098228, 0.00761282071, -0.00331645878, 0.00819298, 0.00286718924, -0.00566362729, 0.00174224633, -0.00491720298, 0.0203055721, 0.000917111407, 0.0138672199, 0.0178858843, -0.00323155755, -0.0030139978, 0.00385947363, -0.00807270315, -0.016032204, 0.00936744828, -0.00562117668, 0.020489525, -0.0299701747, 0.0102872131, -0.0262911171, -0.0136125162, -0.000729178719, 0.0376961976, -0.0247204416, -0.023517672, 0.00655155396, -0.0370735861, 0.00234893733, 0.0221168, 0.00353578734, 0.0113414051, -0.0137469433, 0.016428411, 0.0089146411, 0.0170934703, -0.0138247693, -0.0189754516, -0.00435473165, -0.0122187184, 0.011709311, 0.0175745785, -0.0158341, 0.00952310115, 0.00391607452, -0.0188480988, 0.0129120797, 0.017928334, 0.0126644503, 0.0123602208, -0.0244515873, -0.0227960106, 0.00106038246, -0.00110018, 0.0130040562, 0.00520728249, 0.0111928275, 0.00513299368, 0.00159543776, 0.00192443049, 0.00854673516, 0.00599969504, -0.00186782959, 0.0279608425, 0.0112565039, -0.0046306611, -0.0163010582, 0.0216781441, 0.0184518918, 0.017588729, -0.00490659, 0.0108673722, 0.00151672715, 0.00727321533, 0.0227960106, -0.0029768534, 0.00610582158, 0.0110442499, -0.00501625473, 0.00434765639, 0.00822835509, -0.00108160777, 0.015055839, 0.0138035435, 0.0239563305, -0.00575560378, -0.00212960877, -0.0360547714, 0.00887219049, -0.0298852734, -0.00445378292, -0.00144332286, -0.00771894725, 0.0261213146, 0.00360653852, -0.0113767805, 0.0323474109, 0.0061411974, -0.00853258558, -0.0152397919, 0.0239704791, -0.0166265126, -0.00868116226, 0.0172066726, 0.00496672885, -0.00986270607, -0.0106834192, -0.0116527099, -0.00412832806, 0.00073625386, -0.0133578116, -0.00508700544, 0.00184306677, -0.0227111094, 0.0116314841, 0.00331292115, 0.0107824709, -0.0128201032, 0.0185933951, -0.00205178256, 0.0129262302, 0.00155387155, 0.00318556931, 0.0168670677, 0.0046589612, -0.000346901594, -0.000540803885, 0.0263335668, -0.0157350488, -2.23308234e-05, 0.0086174868, 0.00630038744, 0.0143907778, 0.00703973649, 0.0151690403, -0.0125300232, 0.0195556097, -0.00580159202, -0.00631453749, -0.00785337482, 0.0121408924, -0.0203480218, 0.0187348966, 0.0369886868, -0.0080797784, 0.00610935921, -0.00410002749, -0.00671428163, -0.0022109726, -0.0070821871, -0.0048995153, 0.00494904118, 0.00283358246, 0.0171642229, 0.0344416462, 0.0101457108, -0.0163010582, -0.0128908539, 0.0104216402, -0.000353755604, 0.00609167153, 0.0128554786, -0.0369886868, -0.0141289989, -0.00679918285, 0.00806562789, -0.0153246932, 0.00431935582, -0.0115536582, 0.0261354651, 0.00651617814, -0.0188905504, -0.00115766528, 0.0150699886, -0.00180857559, 0.00343496702, -0.0045245341, -0.0188764, 0.0128979292, -0.00636052573, -0.00739349239, 0.00711048767, -0.00320148817, -0.000770302839, -0.0149426367, 0.0184518918, 0.0100749601, -0.00273453095, -0.0138389198, 0.00705388701, 0.00649495283, 0.00515068183, 0.0256543569, 0.00620487332, -0.0181971882, 0.0120559912, 0.0199942663, -0.00889341626, -0.00724137714, -0.00868116226, 0.00130889576, 0.0129545303, 0.00778969843, -0.00202878844, 0.00969290361, -0.005497362, -0.00365429535, 0.013025281, 0.0102164615, -0.00429459289, 0.00114086189, -0.00125317927, 0.0182537902, -0.017928334, -1.74252273e-05, -0.0172632728, 0.00699728588, 0.017560428, 0.0278759412, -0.0125300232, -0.00118596572, 0.00607752148, 0.00890756585, -0.0219469983, 0.0116951605, 0.00870238803, 0.00626854924, -0.00223927293, 0.00200579432, -0.00012248788, 0.0023737, 0.0240695309, 0.0181547385, -0.00244445121, -0.00431935582, -0.0189754516, 0.0199942663, -0.0118366629, 0.0231073163, -5.94751618e-05, 0.00154856523, -0.0405545421, -0.00757744489, 0.0058192797, -0.0215932429, 0.000595193822, 0.00334829674, 0.0048995153, 0.00576267904, 0.0244798884, 0.0132163092, -0.0068451711, 0.00136107474, -0.00554335024, -0.00452807173, 0.00776847312, 0.0068451711, -0.00727321533, 0.0128484033, 0.0108461473, -0.00940989889, 0.00377810979, -0.0170934703, -0.00506224297, 0.00616242271, -0.00791705, -0.00496319123, -0.00385947363, -0.0147162331, -0.00974242948, -0.00103473512, -0.00674611935, -0.0123248454, 0.0174189266, 0.00749254366, -0.0273523834, -0.0211262852, -0.00458113523, -0.0145747308, -0.0112282028, 0.0185509436, 0.00722015183, 0.0107470956, 0.0144686047, -0.0244232863, -0.000275708269, -0.00174224633, 0.00824958086, 0.0167114157, 0.0232771188, -0.0094948, -0.00594663154, 0.0158907026, -0.00418139109, 0.0230507161, -0.000547436823, -0.0186782964, 0.0011824281, -0.00324217021, 0.00880851503, -0.0101810861, -0.0139945718, 0.00795242563, -0.00125052605, -0.00982733071, -0.00429459289, 0.0120913666, 0.000942758692, -0.00493489066, 0.00751376897, -0.0189896, 0.0316682, -0.0109805744, -0.00866701268, -0.00737934187, 0.0047650882, -0.0204046238, -0.00803732779, 0.00122841634, 0.0410922505, -0.0120842913, -0.0011629716, -0.0143483272, 0.0158058014, -0.0237865262, -0.00977073, -0.00618011039, 0.00424506748, -0.0139662717, -0.00216144673, -0.0108956723, -0.0132941362, 0.0133224363, 0.00847598445, -0.000131552864, 0.00999005791, 0.0107683204, 0.00737934187, -0.0086457869, 0.0350642577, 0.0140936235, 0.018720746, -0.0212394875, -0.0273240823, -0.0197254121, -0.00434411876, -0.0143624777, 0.000273939513, -0.00836278219, -0.0127139762, -0.00986270607, -0.0136832669, 0.0118295876, -0.0131384833, 0.00499856658, -0.0034526547, 0.0174189266, 0.00147958286, 0.00766942138, -0.0427902788, -0.0263052676, -0.00067125127, 0.00768357189, 0.0121833431, -0.0327153169, 0.0141148483, 0.00901369285, 0.0161312558, -0.00982025545, 0.00634283805, -0.0105560673, 0.0147445342, 0.000479338836, 0.00458821, 0.00385947363, -0.00108602969, -0.00211015227, -0.00500210421, 0.000454133755, -0.0137893939, 0.00654094107, 0.0168953687, 7.17460571e-05, 0.0138601447, -0.0131597091, 0.000696898554, -0.00650202809, 0.00207477668, -0.0113555547, 0.00070087827, 0.00751376897, 0.00407880219, -0.0106197437, 0.000818059838, 0.0359981693, -0.013131408, -0.00735104131, 0.0079453513, 0.00397975044, -0.0130465068, -0.00132658356, 0.00141590682, -0.00465188641, -0.0102942884, -0.00974242948, 0.00754206954, 0.00289018336, -0.002023482, 0.00555396313, 0.00726614, -0.0277202893, 0.0318946056, 0.00325101404, 0.000769860635, 0.0280315951, 0.0254845545, -0.00651971577, -0.0197820142, 0.0109522734, 0.0145747308, 0.00880851503, 0.00940282363, 0.000742444594, 0.00553981261, 0.000609344046, -0.00482168887, -0.00262840418, 0.0135276141, 0.0199518166, 0.00809392799, 0.0214800406, -0.00139645021, 0.00134780887, 0.00789582543, -0.00269031129, -0.00855381, -0.0576480143, -0.0245647896, 0.0078746, 0.00365075795, -0.0131101832, -0.0177019313, 0.0162586085, 0.0167397149, 0.00417077867, -0.000151672721, 0.00829910673, 0.00104357908, 0.0123106949, 0.00663291756, -0.0108673722, -0.0146171814, 0.023758227, 0.0121408924, -0.00661876751, -0.0142068248, 0.00605275854, -0.000553627498, -0.00159013143, 0.00115235895, -0.0186924469, -0.0100608096, -0.00209069555, -0.016428411, -0.0188056473, -0.0191877037, 0.0108461473, 0.0312153939, 0.00153618376, -0.0118932631, -0.00599262, -0.00443255762, 0.000265095616, -0.00557872606, -0.0127705773, 0.000666829292, 0.00254704035, -0.00350748678, -0.0200225674, -0.0227111094, -0.010230612, -0.0157775, -0.00713525061, 0.00745009305, 0.000711933186, -0.00322802, -0.0163293593, 0.0154944956, -0.0141643742, -0.00421676692, -0.0232346691, -0.00409649, -0.0104357908, 0.00926132221, 0.01951316, 0.00810100324, 0.018720746, -0.0200933181, 0.000880851469, -0.0293758661, 0.0356585644, 0.035488762, -0.00665414287, -0.000297818, 0.000323907472, 0.0104004145, -0.014263426, 0.00146101066, 0.0135983657, -0.0184943434, 0.0133861126, 0.00201817579, -0.00372504652, 0.00994053297, -0.00940989889, 0.0103438143, 0.0079453513, -0.0048464518, 0.0223715045, 0.0110513251, 0.0102376873, -0.00467311172, -0.025130799, 0.00018063646, 0.0081363786, 0.000848129042, 0.0116668595, -0.00499856658, -0.0155793969, 0.000802140858, -0.00850428455, 0.0082425056, -0.0279891435, -0.0011647403, 0.0128484033, 0.0100961849, -0.00666121813, 0.00460589817, 0.0183952916, 0.00102589128, 0.0231922176, -0.0094665, 0.032460615, -0.00530279661, -0.0152256414, 0.0194707084, 0.0388565175, -0.00216852198, 0.00390899926, -0.00559287611, 0.025130799, -0.0113626299, 0.00547613669, 0.00494550355, 0.00665414287, -0.0192584544, -0.00906321872, -0.0223573539, -0.0243242364, -0.0124946479, 0.000594309415, 0.00134780887, -0.00962922722, -0.00441133231, -0.0225271564, -0.0110371746, 0.0172491241, 0.0194141082, 0.00178646587, -0.0170368701, -0.00706803706, -0.0171642229, 0.0134002622, 0.032885123, 0.000978134223, 0.00512238126, 0.0234186221, -0.0175462775, 0.0120913666, 0.0136691164, 0.00847598445, 0.00769772194, 0.00839108322, -0.0108885979, -0.0183952916, 0.00451392168, 0.0104853166, -0.0163293593, 0.00610582158, -0.00814345386, -0.0205178261, -0.00279113185, 0.0212394875, 0.00596785732, 0.00135311519, -0.00349864294, 0.0105489921, -0.00267793, -0.00337836612, -8.99865845e-05, 0.0139945718, -0.0229375139, 0.000488182734, -0.0113484804, -0.000909151917, 0.00542661082, -0.000317274564, 0.00143447903, -0.0135983657, -0.00244975765, 0.0180839859, 0.00311658694, 0.00461297296, -0.00741471769, 0.0325172171, 0.0155793969, 0.00706449943, -0.00595016917, 0.0213951394, -0.0162869077, -0.00518959481, -0.0277061388, -0.00177673751, 0.01197109, 0.0331681259, -0.00508346828, -0.00404342636, 0.005115306, -0.000474474713, -0.00110990822, 0.00488536479, -0.0282438472, -0.00441840757, -0.0225837585, 0.00403635157, 0.0034897991, 0.00226403587, 0.00862456206, 0.0104640909, -0.0119074136, 0.00318026287, 0.00171040837, -0.00657985453, 0.0125653995, -0.00645604, 0.00267262361, 0.0119923148, -0.00986978132, -0.0101598613, 0.017744381, 0.00747839361, -0.000493046886, -0.0353189595, 0.0125441737, -0.00173074927, 0.00537354778, 0.00589356851, -0.00418492872, 0.042111069, 0.000826461532, 0.0222158525, -0.0079736514, 0.00460589817, 0.00369674619, -0.0178858843, -0.0148577355, 0.0116739348, -0.0060881339, 0.00173251808, -0.0126856761, -0.00758452, 0.0035835444, 0.00965752825, 0.0123177702, 0.00302284164, 0.00832033157, 0.0244374368, -0.00552212493, -0.0041212528, 0.00609167153, 0.00218797848, -0.0118932631, 0.00386654888, -0.0196829624, 0.0115112076, -0.00716001354, -0.000767649675, -0.00370735885, -0.00400097575, 0.0166831147, 0.00804440212, -0.00398328807, -0.0123743713, 0.00950187538, -0.00454929704, 0.0125300232, -0.00645604, -0.00839815848, -0.00991930719, -0.00510469358, -0.00783214904, -0.022385655, -0.0237865262, 0.00249928329, -0.00107099512, -0.00278936303, 0.00857503619, -0.032460615, 0.00325808907, -0.00872361287, -0.00400451338, 0.0184943434, 0.00554688787, 0.0206027273, -0.0219611488, 0.00702204881, -0.0196829624, 0.00735811656, 0.0110937757, -0.00109575805, 0.00172367424, -0.00661523, -0.0171642229, -0.00530633423, -0.0064631151, -0.00575560378, 0.0224422552, -0.0157208983, 0.0128130279, 0.00235601235, -0.0315833, -0.006710744, 0.0153529933, -0.00669305632, -0.00752084423, -0.0127988774, -0.00740056718, -0.0174755268, -0.0128837796, 0.00785337482, 0.0101598613, -0.0230790153, -0.00774017256, -0.0193716567, 0.00245506386, -0.0220319, -0.00548674958, 0.0122187184, -0.00954432599, -0.00342966057, -0.0054159984, 0.0274655856, -0.0125370985, -0.0169236679, 0.0176594798, -0.0222724527, -0.000227287979, 0.00924717169, -0.00336421584, 0.00664353045, 0.00479692593, 0.0154095944, 0.00934622344, 0.0115041323, 0.0033394529, -0.0120276911, -0.0080019515, -0.00822835509, 0.0113414051, 0.00268854271, 0.00452099647, 0.0117729865, -0.0241827331, 0.0213243887, 0.0168812182, -0.0155652463, -0.0192867555, -0.00448562112, -0.0171783715, -0.0322908126, 0.00782507379, -0.0283570495, -0.00358531298, -0.0079453513, 0.0227394104, -0.0122116432, -0.000825577124, -0.029743772, 0.0016210851, 0.00266201096, 0.0149143366, 0.00889341626, -0.00776847312, 0.00161577878, 0.0231073163, -0.0175462775, -0.0132870609, -0.00483230175, -0.0121479677, -0.0188905504, -0.00457052235, -0.0107683204, -0.0201923698, -0.00723783951, -0.0140865482, 0.00212960877, 0.00130447384, -0.0188197978, 0.0179990847, 0.0668456629, 0.00188197987, 0.0106763439, -0.0277344398, 0.00759159541, -0.00217913464, -0.0225413069, 0.0381207056, 0.01771608, 0.0195414592, -0.00425568, 0.02647507, 0.0024798268, 0.00159190025, 0.0136125162, 0.00829910673, -0.00287249545, 0.00194388709, -0.0104711661, -0.0158907026, -0.00903491862, -0.00739349239, 0.0244374368, 0.00987685658, 0.0102447625, -0.000210374041, -0.0248336438, -0.0161171053, -0.0274372846, 0.0163010582, -0.0223149043, -0.0139096705, 0.0230648648, -0.00220920378, -0.023545973, -0.0105843674, 0.0254562534, 0.012629075, 0.0260788631, -0.0185933951, 0.00329523347, 0.0104640909, -0.00851843506, -0.00533817196, 0.00167503278, -0.00598200737, -0.00246744533, -0.0143837035, -0.0298286732, -0.0163435098, 0.00948065054, -0.0133861126, -0.00757744489, 0.000166265134, 0.00781092374, -0.0131597091, 0.013393187, -0.0114121558, 0.00977073, 0.000270401943, 0.0114546064, 0.00848306, 0.00611289684, 0.0294324663, 0.0106197437, -0.00705742417, -0.00283535128, 0.00689823413, -0.0112494286, -0.00325808907, -0.000604479923, -0.013499314, -0.0041743163, 0.00669659348, 0.00833448209, 0.00246744533, 0.00974242948, -0.00754914479, 0.0131243328, -0.0226969607, -0.00616596034, -0.0132799856, -0.00720246416, -0.0200650189, -0.0169236679, -0.00975658, -0.00164584792, -0.0047933883, -0.00916227, 0.0251874, -0.00894294214, 0.029319264, -0.0163576584, 0.0138035435, 0.00648787804, -0.0100820344, -0.00786044914, 0.00778969843, -0.00820005499, -0.011390931, 0.0177302305, -0.00174489955, 0.0106834192, -0.0115324324, -0.00373212155, 0.020673478, -0.00959385186, 0.0158624016, 0.0305078831, 0.017984936, -0.0123531455, 0.00611643447, -0.00480753882, 0.020616876, 0.00450684642, 0.000990515691, 0.00321740727, -0.0060067703, -0.00365075795, -0.00565301441, -0.00568131497, -0.0163293593, -0.00290963985, 0.00488890242, 0.00626854924, -0.0174330771, 0.00375334709, 0.0183386914, 0.00573437847, -0.00203409465, 0.00803025253, -0.0132941362, -0.00740764244, 0.0124309724, 0.0151265897, 0.0358000658, -0.00264962949, 0.000898981467, 0.0103650391, 0.0110513251, -0.00528510893, 0.000928608468, 0.0101669366, 0.0111574521, -0.0050410172, -0.00800902676, 0.0147303836, -0.0189754516, 0.022017749, -0.0110088745, 0.00798780192, 0.0100820344, 0.00645250222, 0.00432996871, -0.00196511229, 0.0154944956, 0.00700436113, -0.0319229066, 0.0145888813, -0.00928254705, 0.008780214, 0.000351986819, 0.0234893728, -0.00183952914, 0.00227641733, -0.0102093872, 0.025498705, 0.00160605041, 0.00402220106, 0.00451392168, 0.0237157755, 0.00342966057, 0.00239492557, -0.0163859595, -0.00967875309, -0.0145605812, -0.0015450276, -0.00628977455, 0.000194676133, -0.00418139109, 0.0122894701, -0.0104570156, 0.0089146411, 0.042111069, 0.0012036534, -0.00876606442, -0.00914104469, -0.0186782964, 0.0301399771, 0.000327666145, -0.02336202, -0.0167397149, 0.000855204184, -0.0150275379, -0.016796317, 0.0170651712, -0.00245506386, -0.0024232259, 0.00336952205, -0.00853258558, 0.0269278772, -0.00768357189, -0.0162869077, 0.00422384217, -0.0415167585, 0.0130606573, 0.00750669418, 0.003664908, 0.0121196667, -0.0139521211, -0.00619072327] |
19 Jul, 2021 | How to create animations using relative value in jQuery ?
19 Jul, 2021
Using jQuery’s animate() method, we can add different CSS animations to the elements. This is one of the powerful methods used for manipulating HTML elements and adding animation functionality in jQuery. The animation effect is created as we change the CSS styles in the animate() method.
To change the left or right or top or bottom of an element with a relative value, we use +=value or -=value in the CSS property, so that it changes the value at the current position to the relative increment or decrement with respect to the current position with the value given in the CSS property.
Syntax: Using animate() method
$('selector').animate('direction'+='relative_value', other_parameters);
or
$('selector').animate('direction'-='relative_value', other_parameters);
The CSS() method can also be used directly by using the following syntax:
Syntax:
$('selector').css('direction'+='relative_value', 'property':'value');
or
$('selector').css('direction'-='relative_value', 'property':'value');
Example:
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<!-- Including jQuery -->
<script src=
"https://code.jquery.com/jquery-3.6.0.min.js"
integrity=
"sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous">
</script>
<style>
h2 {
color: #006600;
}
button {
color: white;
background-color: #006600;
width: 100px;
height: 30px;
}
body {
text-align: center;
}
div {
border: 2px solid black;
border-radius: 10px;
margin: 10px;
height: 100px;
width: 100px;
position: relative;
left: 0;
text-align: center;
}
</style>
</head>
<body>
<h2>GeeksforGeeks</h2>
<button id="btn-left"> Move Left</button>
<button id="btn-right"> Move Right</button>
<button id="btn-top"> Move Top</button>
<button id="btn-bottom"> Move Bottom</button>
<div id="GFG_IMAGE">
<!-- Image added using img tag with src attribute -->
<img src=
"https://write.geeksforgeeks.org/static/media/Group%20210.08204759.svg"
height='100px' width='100px'>
<img>
</div>
<script>
$('#btn-right').click(function () {
$('div').animate({ 'left': '+=100px' });
});
$('#btn-left').click(function () {
$('div').animate({ 'left': '-=100px' }, "fast");
});
$('#btn-top').click(function () {
$('div').animate({ 'top': '-=100px' }, "fast");
});
$('#btn-bottom').click(function () {
$('div').animate({ 'top': '+=100px' }, "fast");
});
</script>
</body>
</html>
Output:
animate
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ? | https://www.geeksforgeeks.org/how-to-create-animations-using-relative-value-in-jquery?ref=asr10 | CSS | How to create animations using relative value in jQuery ? | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create animations using relative value in jQuery ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0272346511, 0.00591456192, -0.0188942086, 0.0141301686, 0.0148319537, 0.0260065272, 0.0029741507, 0.0291240718, -0.0674793124, 0.00598204136, 0.0234828014, -0.0113635166, 0.0154257715, -0.04237701, -0.00871157926, -0.0101488885, -0.0216608606, -0.0187727455, -0.00798955094, 0.0165324323, -0.0217418354, -0.00912320334, -0.0400827117, -0.018813232, -0.0312564187, 0.00504745264, -0.00997344311, 0.0276665185, 0.000150036038, 0.0322551131, 0.00180844567, 0.000430180633, 0.0206621662, -0.0165189356, -0.0227000415, 0.0113770124, 0.0213099681, -0.00995319895, -0.038895078, -0.0211210251, -0.0130572477, 0.00147020561, 0.0276395269, 0.00500696525, 0.000843913178, 0.0038058334, -0.0110531114, -0.0276665185, 0.00403863704, -0.00619122712, 0.00738223689, 0.0392999537, 0.0361419208, 0.0227405299, -0.0410004333, 0.00670406967, -0.00982498843, -0.014427077, -0.0204867199, 0.0060933819, 0.0497727431, -0.0290700886, -0.0237527192, -0.022214191, -0.0361419208, -0.0119505869, -0.0148994327, 0.00135549076, -0.0397588126, 0.0282603372, -0.0091434475, 0.0084956456, -0.0175041333, 0.0168428365, 0.00960905477, 0.000729198335, -0.019582497, 0.00182025449, -0.0349542834, 0.037734434, -0.0361419208, -0.00564801879, -0.0938232392, -0.0255341735, 0.0106954714, 0.00595167559, 0.00272616441, -0.0326599889, 0.0379233733, 0.022794513, -0.0184893329, -0.03657379, 0.0373835415, -0.0141841518, -0.034063559, 0.00406562863, 0.0265463628, 0.0123824542, -0.00903548, 0.030392684, 0.00804353412, 0.0134553751, -0.0356560685, -0.0119910743, 0.000165956939, -0.0134823667, -0.00394753972, -0.0131854583, -0.000947240856, -0.00590106612, 0.00959555805, -0.00355615979, -0.0042410749, 0.0151153663, -0.00898149703, -0.00345831481, -0.0173421837, -0.0592738315, 0.0374375246, -0.0127940783, 0.0349272937, -0.0043726596, 0.00871157926, 0.0810291618, -0.00825946778, 0.0205272082, -0.0304736588, 0.0056716362, 0.049070958, 0.00922442228, -0.00736199319, 0.0157496724, -7.12750261e-05, 0.00176121015, 0.0288541541, 0.0219172817, 0.00657585915, -0.0246434454, 0.0075037, 0.00850239396, -0.0385981686, -0.0476673879, -0.0213909429, -0.0130370036, -0.00297921174, -0.0073417495, -0.0200008694, 0.0313373953, -0.0423500165, 0.00985872746, -0.0272616427, -0.0343874581, -0.00423095282, 0.028206354, 0.0235367846, -0.0130167594, -0.025115801, 0.0258985609, -0.0382472761, -0.0304466672, 0.0232398752, -0.00684915064, -0.00351904635, 0.0307975598, -0.0199603811, 0.0139277307, 0.0129222888, -0.0120855449, -0.0240631234, 0.0302577242, -0.00441652117, -0.0185298193, -0.0109991282, -0.0145890275, -0.0449142307, 0.00906922, 0.0425389595, -0.057006523, 0.00378558948, -0.0430248119, -0.0195690021, -0.00956181902, -0.0144810611, 0.0138332592, 0.0164109692, -0.0271941628, -0.00307368278, -0.0508794039, -0.0129087931, 0.00488212844, -0.0146295158, 0.00296571595, 0.0418911576, 0.039677836, 0.00654549338, -0.0160465818, -0.0244814958, 0.00105436426, -0.00420733541, -0.0185703076, -0.009339137, -0.0562507547, -0.0320121869, -0.00342794927, 0.0226460584, -0.0224976037, -0.0114782313, -0.0246974286, 0.0402446613, -0.039488893, -0.0168293417, 0.00606976449, 0.0196769685, -0.0136848046, -0.0292050466, -0.0102973431, -0.0177875478, 0.0110666072, 0.0224166289, -0.0455620326, 0.00457509747, 0.00560415722, 0.000719919917, 0.00418371754, -0.0864275, -0.0116739217, 0.0117953839, -0.00688626384, -0.0243195444, -0.00520265521, -0.032525029, 0.0117818881, -0.0259255525, 0.0054017189, -0.00161528611, 0.0191641245, -0.000614483492, 0.0374375246, -0.0024140724, 0.0419181511, -0.00639366498, 0.00328455563, 0.0154257715, -0.00116148766, 0.0344684348, 0.00515204575, -0.0167753585, 0.0294209812, -0.0244949907, -0.0534976, 0.00188435987, -0.0271941628, 0.00906922, -0.00642740447, -0.0137860235, 0.0185568109, 0.0208511073, 0.0108911609, -0.00329467747, 0.0421340838, 0.0122744869, 0.0416752249, 0.0147374822, 0.00963604636, 0.0296369158, 0.0261549819, 0.0281793624, -0.0150208957, -0.00786134, -0.0349542834, -0.00646451814, -0.049853716, 0.00792207196, -0.026020024, 0.00487875426, 0.029366998, -0.0197579432, -0.021202, 0.0611092672, -0.0191911161, 0.0199468862, -0.00113955687, 0.0189212, 0.0529577658, 0.026991725, -0.00595842348, 0.00995319895, -0.0162355229, -0.0204057451, -0.00669732178, 0.00856987294, 0.00330142537, 0.0279904194, 0.0306895915, 0.044320412, 0.0142651275, 0.00673780963, -0.0240766201, 0.0122474954, 0.012105789, -0.00567501038, 0.0131584667, -0.00253722211, -0.0423500165, 0.028341312, -0.00879930239, 0.0226460584, -0.0257905945, -4.97396359e-05, 0.00247480394, 0.0407305136, 0.0311754439, 0.00613724347, -0.00179157581, -0.00801654253, -0.0180439688, 0.0762246326, -0.0103783188, 0.0245489739, -0.0258850642, -0.0244949907, 0.0107157156, -0.0244545043, 0.0372485816, 0.0288541541, -0.00564127089, -0.0241171066, -0.0183408782, 0.010175881, -0.00532411784, -0.0635385215, -0.054685235, 0.00447725272, 0.0236447509, 0.0115457103, -0.00527350837, 0.041999124, -6.7953777e-05, -0.0239011738, -0.0217553303, -0.0099329548, -0.0157901589, -0.00565139251, -0.00463245483, 0.0427279025, -0.0659677759, -0.0306626, -0.0360609442, 0.046830643, 0.0109586408, 0.000884822512, -0.00512842787, 0.0151423579, -0.0265058745, 0.00605289452, -0.032713972, 0.0127400942, -0.020027861, -0.0359529778, -0.0146160191, 0.0110531114, 0.0384092256, -0.0184083562, -0.0378693901, 0.00933239, -0.0538484938, -0.0473434888, -0.0141436644, 0.0357370451, -0.0256286431, -0.0719599426, -0.0342525, 0.000920249149, 0.00831345189, -0.027180668, -0.0247244202, -0.0166673902, -0.0312834084, -0.0430787951, 0.0270861965, -0.0115457103, 0.00424444908, -0.027437089, 0.00761166681, -0.00508119259, 0.0249133632, 0.0105672609, -0.0510683469, 0.0354401357, 0.00842816662, -0.0232398752, 0.0136038298, -0.0319042206, -0.00430518, 0.0281523708, 0.013846755, -0.0167618617, 0.00417359546, 0.0033840877, -0.0123554626, 0.0160060935, -0.0020547451, 0.012139529, -0.0250483211, -0.0139412265, -0.00503733102, -0.0611632504, -0.0335237235, 0.0273696091, 0.030527642, -0.0264923796, 0.00459534116, -0.0320661701, -0.0256151482, 0.0276935101, 0.0458319485, 0.0270592049, 0.0389220677, 0.0174096636, 0.00951458327, 0.0658058301, -0.000465185527, -0.00160432071, 0.0247919, -0.0280713942, 0.0203247704, 0.00761166681, -0.0096427938, 0.00813800562, -0.00742272474, -0.0432407446, 0.00414660387, 0.0236852393, 0.0161275566, -0.00486525847, -0.00539834518, 0.0345494077, 0.0165864155, -0.0371406153, -0.0448062643, -0.00991271157, 0.0102636041, -0.00998693891, -0.00449749641, -0.00716630323, 0.0180574637, -0.0232533719, -0.029366998, 0.0212694798, -0.00195183919, -0.0138737466, -0.0705563724, -0.00865759607, -0.0136915529, 0.0346303843, 0.000802582072, -0.0179360025, -0.00837418251, -0.00431530224, -0.0305816252, -0.0224571154, 0.00803678669, -0.0321741365, 0.00391042605, 0.00180844567, -0.023118414, 0.0137387887, -0.00744296843, -0.0212289914, -0.00983848423, -0.0146565074, -0.0146700032, 0.00188773382, -0.000606470334, 0.0182464067, -0.00752394367, 0.0172072258, -0.014750978, 0.018678274, 0.00555692147, 0.0446443148, -0.0117076607, 0.0373295583, -0.0124431858, -0.0113095334, -0.0231319088, 0.0310944673, -0.038517192, 0.00510481, 0.041216366, 0.032713972, -0.0129222888, -0.0236582477, 0.0103040915, 0.00811776146, 0.0272616427, -0.0415672585, -0.0379773565, 0.0150074, -0.00185399421, -0.0272616427, 0.049529817, -0.00280713942, 0.0417562, -0.0145350443, -0.0237257276, -0.0320391767, 0.00601915503, -0.00626545446, -0.0318772271, -0.0326869786, -0.022214191, -0.00245793397, 0.0135430982, -0.00347181084, -0.00401501916, -0.0229834542, 0.0108034378, -0.00844841, -0.0121665206, 0.0175446216, 0.00803678669, -0.000861204753, -0.0244275127, -0.00106026873, 0.022160206, 0.0192181095, -0.0062384624, -0.0556029566, -0.00200076168, -0.0157361757, -0.00806377828, 0.0112555493, -0.0185703076, -0.00630594185, -0.00883979, -0.0240226351, 0.0392999537, -0.00411623809, -0.00392054813, -0.0282873288, -0.00140694366, -0.0340095758, 0.0395698696, -0.0235502813, -0.0117818881, 0.0174366552, -0.0224031322, -0.00588757033, 0.0221737027, 0.0224706121, 0.0387331247, 0.0234423131, 0.0256826263, 0.0279364362, 0.00729451375, -0.0419451408, -0.0403526314, -0.00447050435, -0.0253182389, 0.00474379584, -0.0581401773, 0.0306086168, 0.0212964714, 0.0301497579, -0.042188067, 0.00935938116, 0.0415672585, -0.0214719176, 0.0140761854, 0.0163704809, -0.0158981271, 0.0110193724, -0.0119640827, 0.0150748789, -0.00481127528, 0.0279364362, -0.0182464067, 0.00771963364, 0.00591118773, -0.0109653883, -0.0441044793, 0.0575463586, 0.0324980393, -0.0190156717, -0.0143191107, 0.0122474954, 0.00152418902, -0.0368167125, 0.0182464067, -0.00413648179, 0.0269512385, 0.0317962542, -0.00372485816, -0.00695036957, 0.0225920752, -0.0308515429, 0.00520265521, 0.00986547582, -0.0478563309, -0.00575261144, 0.00507107051, 0.0179629941, 0.00136476918, 0.0271536764, -0.0026097626, 0.0179764889, 0.0324980393, 0.00565139251, 0.00700435275, -0.0154392673, 0.0117346523, 0.00811776146, -0.0226325616, -0.0186917707, -0.0232263803, -0.0378963836, 0.0296639074, -0.0239956435, -0.012976272, 0.041405309, -0.011336525, 0.0230374373, 0.0308785345, 0.0176390931, 0.0271941628, -0.00840792246, 0.00222175638, 0.0131382225, -0.0275045689, -0.0162490197, -0.0125511521, -0.00422083121, 0.0243330412, 0.0331998244, -0.00273122522, -0.0360339545, 0.0350082666, 0.0139817139, 0.0342794918, -0.01823291, 0.0156282093, -0.0151828453, 0.0673713461, 0.00299608149, 0.0266543292, 0.0141436644, 0.0154392673, 0.00721353851, -0.0302307326, -0.00883304235, 0.00695036957, -0.0127805825, -0.00535110943, -0.00229429663, 0.0117751407, 0.0205002166, 0.000420691358, 0.0173286889, -0.01278733, -0.00995319895, -0.0099059632, 0.000947240856, 0.00785459206, -0.00769264204, 0.00632281182, 0.0305006504, -0.0156686977, -0.0214314312, -0.00593480561, 0.00669732178, -0.00461221114, 0.00702459645, 0.0131382225, 0.0150883747, 0.00701784855, -0.00656911125, 0.0182194151, 0.01024336, 0.023509793, -0.00638691708, 0.0217418354, 0.00321370224, 0.00695711747, -0.0285032615, -0.0148724411, 0.00915019494, -0.00315297092, 0.0136915529, -0.0327949487, 0.00367087475, 0.00399814919, 0.0298258569, 0.010722463, 0.0192990843, -0.0125039173, 0.00425119698, -0.00834044348, 0.0019164125, -0.00510143628, -0.00858336873, -0.00807727408, -0.0151558537, 0.0142921191, 0.00673106173, 0.0187727455, -0.00201931852, 0.0420801, -0.0131584667, -0.0211615134, 0.0300957747, 0.0584100932, 0.00559403514, 0.0461558513, 0.0278014783, 0.0244949907, -0.00273628626, -0.0312024355, -0.0151828453, 0.00241575949, 0.00504745264, 0.0396508463, 0.00201257062, 0.000695036957, -0.0055333036, 0.000894944416, 0.0283143204, -0.00487538055, -0.00708532799, -0.00636667339, -0.0395968631, 0.00832694769, 0.0178010426, -0.00488550216, -0.0058099688, 0.0125916405, -0.0043861554, 0.0224031322, -0.00210366771, 0.00415335177, -0.0188942086, -0.0145620359, -0.00593480561, 0.0345224179, -0.0312834084, -0.0259930324, 0.00741597684, -0.00348530663, 0.00145164877, 0.00869808346, 0.0277205016, -0.0100409221, 0.0131719625, -0.0389760509, 0.00411286438, -0.00588757033, -0.0073350016, -0.00287293177, 0.0338206328, 0.00253722211, 0.0287191961, 0.0325790122, 0.00392729603, 0.00841467083, -0.00373498, -0.0102838473, -0.010823682, -0.0192181095, -0.00163974729, -0.0208511073, -0.0189886782, 0.0183273815, 0.0469656028, -0.00492936373, -0.0310674757, -0.0244545043, -0.0184083562, -0.0190156717, -0.00238033291, -0.00939312, 0.0391649939, 0.00655561546, 0.0160870682, 0.0289351307, 0.0238606855, 0.00449074851, -0.00302813435, 0.02041924, -0.00163721689, -0.00853613298, 0.00297752465, 0.0447252914, 0.0108439261, 0.0214854144, 0.00536460569, -0.0129560288, -0.0467766598, -0.0194610339, -0.0123554626, -0.0147779696, -0.00211210246, -0.00838767923, -0.00458184537, -0.0339555927, 0.0500966422, 0.0414323, -0.00286112283, 0.0238876771, 0.000609844283, -0.0152503252, -0.0298258569, -0.028530255, -0.0276125353, -0.0367627293, -0.00227067899, -0.0207566377, 0.0183273815, 0.0326329954, 0.00465269852, 0.0292320382, -0.0166673902, -0.00140356971, 0.0109518925, -0.000401501922, -0.0377074406, 0.0169912912, -0.00786134, 0.0113635166, 0.0217553303, 0.0180439688, 0.00371136237, -0.0158576388, -0.0213504545, 0.018867217, -0.0248053968, 0.0117481491, 0.0237797108, 0.00576273352, -0.00214584218, 0.00405213283, -0.0272076596, 0.0249808431, -0.0285842381, -0.019582497, 0.00666695647, 0.0134216361, -0.00320020644, 0.0104457978, 0.0293939896, 0.00500021735, 0.0372215882, -0.0178550258, -0.0199468862, -0.00596517138, 0.00259626657, 0.00213234639, -0.0152773168, 0.00664671231, 0.0237257276, -0.0432677381, -0.0134148877, 0.0289891139, -0.0153987799, -0.000905066321, 0.0569525398, -0.0171532426, -0.0181789268, -0.0217823219, -0.0349272937, -0.0384632088, -0.0256691314, 0.0230914205, -0.000827886863, 0.0232803635, 0.00881279819, 0.00390367839, -0.0466686934, 0.0181519352, 0.0121125374, -0.0182059184, 0.0350082666, 0.000761672738, -0.0479373038, -0.0235772729, -0.00430855434, 0.037167605, -0.0341715254, -0.00384294684, 0.0186917707, -0.0208106209, 0.00254734419, -0.0151423579, -0.012976272, -0.0390840173, -0.00364050898, 0.0442394391, -0.0108709177, -0.0188942086, -0.00730800955, 0.0152908126, 0.0148049612, -0.0127131026, 0.0204462316, 0.00167686096, -0.0073417495, -0.000369871, -0.00843491405, -0.00182025449, -0.00823922455, 0.028530255, 0.0181519352, -0.00443001697, -0.000397706201, -0.0254127104, 0.0469386093, -0.00429168437, -0.0147239864, 0.0191776212, 0.00910970755, 0.0131922057, 0.00418371754, 0.00833369512, -0.00425794488, 0.0129020447, -0.0270727016, 0.00198895275, -0.0245219823, 0.00928515382, -0.0025389092, 0.0060933819, 0.0363308638, 0.0130504994, 0.0247514118, -0.0144000854, -0.000343090127, 0.000911814219, 0.0101084011, 0.0260875039, -0.0120585533, 0.00195015222, 0.0355211124, 0.0170182828, -0.00156889402, 0.0203382652, -0.0209725704, -0.00386993866, -0.0251292959, 0.0244275127, 0.00350555032, -0.00516554154, 0.00342120114, 0.0248188917, -0.00311585725, -0.0230374373, 0.0106279925, -0.00642403075, -0.0204597283, -0.00690988172, 0.00511830579, -0.00134705578, -0.00105773821, -0.0169777963, 0.0422690436, 0.00838767923, 0.0171667375, -0.00494286, -0.00203618826, 0.033685673, -0.036195904, -0.0199873727, -0.0304196756, -0.0220792312, 0.0293130148, 0.0186377876, -0.0150748789, 0.0240226351, 0.0166943818, -0.0302307326, 0.0300687831, 0.0272346511, -0.00424444908, -0.0149534158, 0.00175277516, 0.0212694798, 0.0239416603, -0.00360339531, 0.0310134925, -0.0329299048, -0.00552318199, -0.00465269852, -0.0234962981, -0.0289621223, 0.011849368, -0.0162085313, -0.00178314094, 0.0168158449, 0.0178280342, 0.0135161066, 0.0103783188, -0.022214191, -0.0312564187, 0.00254734419, -0.015587722, 0.0349272937, -0.00377546763, 0.0126793636, 0.0266408324, -0.0136915529, 0.00745646423, 0.0210265536, -0.0435646437, 0.0140626887, 0.0277744867, -0.0117144091, 0.00628907233, 0.0125983879, 0.0444553718, -0.0110058766, 0.00594155351, 0.0176121015, 0.0183948614, -0.0284222867, 0.0202572905, -0.0219307765, 0.00641728286, -0.00350217638, 0.0087723108, -0.00788833201, -0.00598878926, -0.000516216736, -0.00993970316, 0.00399140129, -0.00724727847, 0.000548269425, 0.012463429, 0.0188942086, -0.0153717874, -0.0397588126, -0.0191776212, 0.00544220675, 0.0377074406, 0.0117211565, 0.0224031322, 0.00777361682, -0.00476741372, 0.0373025648, 0.0178820174, -0.0234558098, -0.00638354337, -0.00884653814, -0.00420396123, 0.00263169315, 0.00886003394, -0.0253182389, 0.00956856646, 0.00469318638, -0.00473367376, -0.00905572437, -0.00669394806, 0.0267488, 0.000719498203, 0.0103243347, 0.0147644738, -0.0272076596, 0.00254397024, 0.00767239789, -0.0322551131, 0.0128008258, 0.0078208521, -0.00143730943, 0.00834044348, 0.00917718653, -0.0133271646, -0.0141571602, 0.00927165803, -0.00777361682, 0.0149129285, -0.00673780963, -0.000945553882, -0.00985872746, 0.00233309739, 0.00211210246, 0.014750978, 0.000859517779, -0.0117886364, -0.0347113609, 0.00432205, 0.0114377439, -0.009339137, -0.020743141, -0.00991271157, 0.0123352185, -0.00321032829, 0.00610013, -0.0213234629, -0.0162355229, -0.0124701774, 0.0681271181, -0.00552993, -0.0215933807, 0.00243769027, 0.000672262686, -0.0137522845, -0.00537135359, 0.0204327367, 0.0130842393, -0.0138737466, -0.00838093087, -0.00949433912, 0.0184758361, -0.0114040039, -0.0164379608, 0.00216102507, -0.00728101796, -0.0193530675, 0.0445903316, -0.0231993888, -0.0120720491, 0.0191641245, 0.0218093153, -0.0156147135, 0.0333617739, -0.0158576388, -0.0205272082, 0.00642403075, -0.0111003472, -0.00404875865, 0.0228080079, 0.0134013919, 0.0120720491, 0.00486188475, -0.00112353056, 0.0361149274, 0.0103108389, -0.00541858887, -0.0340365656, -0.0136375697, -0.017652588, -0.0108169345, 0.0211075302, -0.0102366116, -0.0107022189, -0.0117616449, -0.0226595532, 0.00600228505, 0.00254903105, -0.0264518913, -0.000394543109, 0.000883979, -0.0348193273, 0.0021171635, 0.0153717874, 0.000129581371, 0.00184218527, 0.012976272, 0.0378693901, -0.0331728309, -0.0202033073, 0.00224368717, 0.00471343, -0.00292691519, 0.0216743555, 0.00124921079, -0.0164514575, 0.0270592049, 0.0024208203, -0.00853613298, 0.00274809496, 0.0353591591, 0.0225380901, 0.00387668656, -0.0323630795, -0.0185703076, -0.00564801879, 0.0327949487, 0.0147104906, -0.00375185, -0.010533521, -0.019838918, 0.0201358274, 0.042404, -0.00755093526, -0.0140626887, -0.0225785784, 0.0106414882, -0.00161781651, -0.00176627107, -0.0294209812, -0.0168293417, -0.0240631234, -0.0302577242, -0.000715702481, 0.00152418902, 0.00236515, -0.012139529, -0.010175881, -0.0179629941, 0.011592946, 0.00694362167, 0.00133440341, -0.00910295919, -0.0201898105, 0.000710641558, 0.0108641693, 0.0120045701, 0.0155067462, 0.0115524586, -0.00867109187, 0.00136476918, 0.0124431858, 0.021188505, -0.00504070474, 0.0182733983, -0.00426806649, 0.00284931413, 0.00163721689, 0.0134418793, 0.0173556805, 0.0216203723, -0.000926153618, 0.00448062643, 0.00163215597, -0.00892751291, -0.0234423131, 0.00311585725, -8.03952789e-05, -0.0115119712, -0.0111138429, 0.0103715705, -0.00921767391, 0.009629298, -0.00684240228, 8.57198174e-05, -0.0152908126, -0.00875881501, -0.00369111844, 0.0006191227, -0.00329973851, -0.0134486277, -0.00448737433, -0.0112488018, 0.00297921174, 0.0150613831, 0.0131787099, 0.0214719176, 0.00366412685, -0.018813232, 0.00266880682, 0.000650331902, 0.019582497, 0.0137725277, 0.0162760112, -0.028017411, 0.00365063082, 0.0103580747, -0.00192822143, -0.000812282262, 0.00268061575, 0.014103177, -0.00797605515, -0.00120281882, 0.002962342, 0.0106279925, -7.95517844e-05, -0.0190696549, -0.00435241591, 0.00861036, 0.0200683475, -0.00728101796, 0.00731475791, -0.00928515382, 0.0351432264, 0.00214921613, 0.0201763157, 0.00594155351, 0.0168698281, -0.0123892017, -0.0112622976, -0.00744296843, 0.0126726152, -0.00243094238, -0.0115794502, -0.00591456192, -0.0295829307, -0.00816499721, -0.00301295146, -0.00191809947, 0.0012762025, 0.0154527631, 0.0208511073, 0.0275585521, 0.0137050487, 0.00996669475, -0.014238135, -0.0166403987, 0.0207161494, 0.0154527631, 0.00873857085, 0.0155067462, 0.0190831497, 0.0155067462, 0.000907596783, 0.0124904215, -0.013367652, 0.00613724347, 0.028341312, -0.00561765302, -0.0108371777, -0.0219712649, -0.00778711308, 0.0199603811, -0.0106617315, -0.0199333895, -0.0133406604, -0.0150478873, 0.0134486277, 0.00772638153, 0.00162456452, 0.0221872, -0.0117211565, 0.00929865, 0.0199468862, -0.00196870905, -0.00850914139, 0.0191101413, -0.0106887231, 0.0139142349, -0.0178685226, 0.0320391767, 0.0481532402, 0.0158441439, 0.01242969, -0.00212728535, 0.0224031322, -0.0272616427, -0.00119860133, 0.0233073551, 0.0228619911, 0.0154797547, 0.00515879365, 0.00563789671, 0.0257636029, -0.000199591159, 0.0213369597, -0.0250348262, -0.0259660408, 0.00856987294, -0.0248053968, 0.020608183, 0.0207296461, -0.0230374373, 0.00874531921, 0.00064653618, -0.0279634278, -0.0141841518, -0.0230914205, -0.0451841503, 0.0110936, -0.0099059632, -0.0508524105, -0.00656911125, -0.038517192, 0.00247311685, 0.00523976889, -0.00144743128, 0.00228923582, -0.0141976476, -0.00690313382, 0.00334022613, 0.0162490197, -0.0307435747, 0.0147374822, -0.00789507944, 0.026856767, -0.0133878961, -0.00542533677, -0.0127400942, -0.0174771417, 0.00813800562, 0.0236312561, 0.0229699593, -0.00117245305, 0.0322551131, -0.016680887, 0.0247244202, -0.0237122308, 0.0232263803, 0.0238067023, 3.93805058e-05, 0.0212289914, 4.28599087e-05, -0.00488550216, 0.0233208518, 0.00310573541, -0.00073932024, -0.0191911161, -0.028017411, 0.000167327613, -0.00560078304, -0.0141841518, -0.00588419614, 0.00801654253, 0.0031074225, 0.0031883975, -0.0286382213, -0.00699085696, 0.00183881132, 0.00803003833, -0.0133136688, -0.000389060413, -0.0135430982, -0.00740922894, 0.00200750958, -0.012463429, -0.00351904635, 0.018813232, -0.00329636456, 0.00545570254, 0.00339927035, 0.00585045666, -0.00998693891, 0.0195959937, -0.0158981271, -0.00965629, 0.00393741811, 0.0217553303, -0.00105183385, -0.0103175873, 0.0026839897, -0.0299878065, 0.0376534574, 0.00260470156, 0.0287191961, 0.00347518479, -0.0228619911, 0.00877905916, -0.0129425321, -0.0280983858, 0.00679179281, -0.00553667778, 0.00432205, -0.0152908126, 0.005394971, 0.0106414882, -0.00364050898, -0.0173421837, -0.00998693891, 0.0138602508, -0.0177335646, 0.0224301238, -0.0113095334, 0.00114546134, 0.017072266, 0.0172477122, -0.00754418736, 0.017706573, -0.00315634487, -0.00322551117, 0.00995319895, -0.0115996944, -0.000439459021, -0.0126523711, -0.0424579829, 0.00332673, -0.029690899, 0.00854962878, 0.0163839776, 0.0151558537, 0.0217013471, 0.0173286889, 0.0284492783, 0.0392189771, 0.0108911609, 0.024346536, 0.00769264204, -0.00722703477, -0.00712581538, -0.00653874548, 0.0091569433, 0.0117616449, -0.0310134925, -0.00350892427, -0.0105807567, -0.0129087931, 0.00772638153, -1.19406759e-05, 0.0436456203, 0.0175041333, 0.0267757922, 0.025439702, 0.00888702553, -0.00207161484, 0.00456497539, -0.0204462316, -0.0145620359, -0.0130302552, -0.0263979081, 0.00848889817, -0.00455485377, -0.00844166242, -0.00187086395, 0.0322011299, 0.0153313, -0.020095339, -0.0186512824, -0.013232694, 0.0156012177, 0.00126439368, 0.0118021322, -0.019515017, -0.0214044377, -0.00890727, 0.00201425748, 0.0272886343, 0.0144675653, 0.00148960587, -0.00261819735, -0.000697145646, 0.00124668039, -0.027437089, -0.021202, -0.0118898554, 0.00698410906, 0.0253992137, -0.006616347, -0.0158711355, -0.0239011738, 0.00470668217, 0.00349542848, -0.019838918, -0.0114512397, 0.0137455361, -0.00874531921, -0.0330648646, -0.00520602893, 0.0040892465, 0.000695880444, -0.0123892017, -0.0216203723, 0.0153852841, -0.00376871973, -0.0169912912, 0.0150208957, 0.00413985597, 0.00608663401, 0.000378727651, 0.000307663489, 0.00547594624, -0.00665008649, -0.0179899856, -0.00325925089, 0.00461558532, 0.00436591171, -0.00201594457, -0.0165459272, 0.000493442465, -0.00728101796, 0.00144152681, -0.00861710869, -0.00607988611, -0.0111813229, 0.0138602508, 0.0231319088, -0.0332538076, -0.0169912912, 0.00523302099, 0.0109856324, -0.0094471043, -0.0226730499, -0.0147239864, -0.00831345189, 0.00618110504, -0.00770613784, -0.0328219384, 0.00526338629, -0.00181856751, 0.0119033512, 0.00107039057, 0.0151153663, 0.0154257715, 0.0130235078, 0.00171650504, 0.0894505829, 0.00698410906, 0.0221467111, 0.00311079645, 0.0016329994, 0.0128885489, -0.00608663401, -0.00929190125, 0.0223896373, -0.0130977351, -0.0180844571, -0.00536460569, 0.00308886566, -0.0194205474, -0.00373498, 0.0139277307, -0.00222344347, -0.0165864155, 0.00450087, -0.0129155405, 0.0137725277, -0.00412298599, 0.0109788841, 0.0117144091, 0.0259120576, 0.00627557607, 0.00665346, 0.000761251, -0.00333010405, 0.0188537203, 0.0120518059, 0.000836321735, -0.0170452744, -0.00573574193, 0.00536797941, 0.00174265332, 0.0130707435, 0.00870483182, -0.0199198928, 0.014238135, 0.00232803635, 0.012173268, 0.00373498, 0.0100071821, -0.00682215858, 0.00903548, 0.00548606832, -0.00929190125, -0.00631606393, 0.000565139286, -0.00486863265, 0.0146160191, -0.00961580221, 0.000520434231, 0.00669732178, -0.0052566384, 0.0125309089, -0.00927840546, -0.00792207196, 0.00944035593, 0.00125595869, 0.00836743508, -0.00748345582, 0.00654211966, -0.0326869786, 0.0246569421, -0.0218363069, -0.0192316044, 0.0158441439, 0.00753069157, -0.00501371315, -0.0135363508, -0.0190426633, -0.0153313, 0.029178055, -0.00314622303, -0.00932564121, 0.0126456236, 0.0171802342, -0.00639703916, 0.000187465965, -0.00250179553, 0.0202977769, 0.00912995078, 0.00627220236, -0.00325418985, -0.00894775707, 0.00395428762, 0.0219442733, 0.0104457978, 0.0312834084, -0.000762938, 0.00545907672, 0.00875206664, 0.0127400942, -0.00108388648, -0.0112083144, 0.00811776146, -0.000307452632, -0.00776686892, 0.0322821029, -0.0158306472, 0.00165324321, -0.0213909429, -0.000109759319, 0.00587070035, -0.00395428762, -0.00732825371, -0.0147104906, -0.00434904173, -0.0187862404, -0.000416895637, 0.00224200031, 0.00174602726, -4.8896145e-05, -0.0130504994, 0.0102905957, 0.0013453688, -0.00607651239, 0.00474379584, -0.0446443148, -0.000587491784, 0.0105470167, -0.00255577895, -0.0115659544, 0.00565814041, -0.0274775773, 0.00121041015, 0.00468981219, 0.00265362393, -0.00773312943, -0.000631775067, 0.0111678261, 0.00932564121, 0.00663996441, -0.00713256374, 0.0186647791, 0.0222951658, 0.00708532799, 0.000715702481, 0.0284762699, 0.00834044348, -0.0100544179, -0.00671419175, 9.52618138e-05, -0.00665683439, 0.0197309516, 0.00958206225, -0.00047741615, -0.00780060887, 0.00299776858, -0.00626882818, 0.0109653883, -0.00804353412, -0.00699085696, -0.00644090073, 0.0186107941, -0.00174771424, -0.0192451011, -0.00278689573, 0.013367652, -0.0139007391, -0.00629244605, -0.00450424431, -0.0166134071, -0.00509468839, 0.0156147135, 0.0085766213, -0.0115119712, -0.00532749202, -0.0128952973, 0.00834719092, -0.0062013492, -0.00871157926, -0.000210345679, 0.00125595869, 0.0227270331, 0.00177301897, 0.0230644289, 0.00408249861, -0.0168023501, -0.00505420053, 0.000151828455, -0.0186647791, -0.0162085313, 0.0217958186, 0.029178055, -0.0163299944, -0.00289654965, -0.0128683057, 0.0185163245, 0.00294884597, 0.00156467664, 0.0135768382, 0.00929865, -0.00868458766, -0.00173084438, 0.0052363947, -0.0106414882, -0.00266205892, -0.019515017, 0.0157496724, -0.0169508029, -0.0109249009, -0.0122002596, -0.0199333895, -0.0115119712, -0.0219577681, 0.00744971633, 0.0169238113, -0.0171127543, -0.00149213639, 0.010945145, -0.00152250205, -0.00270929444, 0.0160600767, -0.000644849206, -0.0206486695, 0.00210366771, -0.00653199758, 0.00364725688, -0.0160600767, 0.00505082682, 0.0100071821, 0.0193665624, -0.00732825371, 0.0019029167, 0.00285606203, -0.009919459, -0.0102838473, 0.00732825371, 0.00501033897, 0.0135363508, -0.00191978645, -0.0125174131, -0.0132461898, -0.00188098592, -0.000659188547, 0.0143056149, -0.015263821, 0.00795581099, 0.00355953374, -0.0164784491, 0.00918393489, -0.0218363069, -0.00649151, 0.00618110504, 0.0010999128, -0.0229564626, -2.04283078e-05, -0.0113297766, -0.00356628187, 0.0120787974, 0.00837418251, -0.0186107941, 0.0100071821, -0.0163164977, -0.0118021322, -0.0112420535, -0.0145755317, -0.00478090951, 0.0222681742, 0.00252541341, -0.0137860235, 0.00569525408, -0.0026148234, -0.000936275464, 0.00568175828, -0.0224571154, -0.0236447509, -0.0112420535, 0.00447387854, 0.0241440982, -0.00187255093, 0.0217958186, 0.0123419669, -0.0116739217, -0.00621147081, -0.0234288182, 0.032336086, -0.0260605104, 0.01977144, -0.0103513272, -0.0135296024, -0.00503395684, -0.00862385612, 0.0179494973, -0.000125469349, -7.32783155e-05, 0.00508794049, 0.0202977769, 0.000687445514, -0.00815150142, 0.00613386976, -0.00342794927, 0.0307705682, -0.0138872433, -0.00520265521, 0.0171532426, -0.0247514118, -0.00387668656, 0.0259660408, 0.000824091141, 0.0271266848, -0.011883107, 0.00865084771, 0.0129627762, 0.0249943379, 0.000514529762, 0.025439702, 0.0103175873, 0.0104457978, -0.00123487145, 7.7363984e-06, 0.0140356971, -0.00505082682, -0.0261684787, -0.00838093087, -0.00634980341, -0.0010172507, 0.0182599016, -0.0192451011, 0.00651512761, 0.00246636895, -0.0303117074, -0.0138197634, -0.0134756193, -6.72816213e-06, -0.00511493208, -7.14859e-05, 0.00230779266, -0.0076319105, -0.00700435275, 0.00362701318, -0.0180169772, 0.0209185872, 0.00064527092, -0.0213774461, 0.00825946778, -0.00604277244, 0.0201898105, -0.017706573, 0.00910295919, -0.0128750531, -0.0117953839, -0.00854962878, 0.00715280743, -0.00513855, -0.0272886343, -0.022929471, 0.000975919596, -0.0107427072, 0.0158441439, -0.0038260771, -0.0021998256, 0.0122407479, 0.000573574158, -0.00698410906, 0.0122474954, -0.00292522833, 0.00136223866, -0.0128952973, -0.0365198031, -0.0111138429, -0.00879255496, 0.0102973431, -0.0135835856, -0.00630594185, -0.00777361682, 0.0265193712, 0.0190291665, 0.017841531, -0.0244275127, -0.0103783188, -0.00464932481, -0.00803678669, 0.0160060935, 0.0143730938, 0.0186917707, -0.00267049391, 0.0114377439, -0.0307165831, 0.0198929012, -0.000784447, -0.0143326065, 0.0323630795, 0.00515204575, -0.0199738778, 0.00748345582, 0.0132191973, -3.80361926e-05, -0.00952133164, -0.00875206664, -0.0134958625, -0.0186512824, -0.00759817101, -0.0140626887, 0.0259390492, -0.0152233336, -0.00295896805, -0.00785459206, 0.01493992, 0.0305816252, 0.0266138408, 0.00907596759, -0.00602927664, 0.00597866718, -0.0105470167, 0.0132191973, 0.011012624, 0.0105537651, -0.0125376564, 0.0027599039, 0.00293197623, 0.0262494534, -0.00400489708, -0.00431530224, -0.00539159728, -0.0176390931, -0.0185838025, -0.000775590364, 0.0100949053, -0.0130707435, 0.0223626457, -0.00347181084, -0.0383822322, 0.0210535452, -0.000185462675, -0.00363038713, 0.00724727847, -0.0249673463, 0.0146295158, 0.0110936, -0.0117346523, 0.00815150142, 0.00570537616, -0.0036742487, -0.00983848423, -0.0275045689, -0.0558188893, 0.0015191281, -0.025439702, -0.00696386537, 0.0301227663, 0.0109181534, -0.00596854556, 0.00275821704, 0.0179494973, -0.00405213283, -0.00531062204, -0.0148049612, -0.00909621175, 0.000389271299, 0.00215259, -0.031742271, -0.0207296461, -3.45040717e-05, 0.000743115961, -0.00867784, 0.0134013919, -0.0116604259, 0.0235367846, -0.00695711747, -0.0298798401, 0.00881279819, 0.0117886364, -0.000661297294, 0.00920417812, 0.0225380901, -0.00953482743, -0.0154257715, 0.00918393489, -0.000316941907, 0.00723378267, -0.00255746604, 0.000131795532, 0.0118291238, 0.00644764863, 0.0129695246, 0.0211210251, -0.0102163684, -0.00910970755, 0.00941336434, -0.0199738778, -0.0134756193, -0.018421853, -0.00367087475, 0.0134283835, -0.0255746599, 0.0171667375, -0.00799629837, -0.0064847623, -0.0031698409, 0.0304736588, -0.0254127104, -0.0192181095, -0.010499781, -0.0270187184, 0.00881279819, 0.0035359161, -0.00574249, 0.00575261144, -0.0117616449, 0.000995319919, 0.00122306263, 0.0211345218, -0.00426806649, 0.00714605954, -0.01278733, -0.00116992265, 0.00963604636, 0.0219982564, -0.0122205038, -0.0058167167, -0.00322045037, -0.00889377389, -0.015520242, 0.0230374373, 0.0152368294, 0.0138872433, 0.00373498, -0.011012624, 0.00445026066, -0.0080975173, -0.00854288135, 0.00648813602, 0.0172477122, 0.00856312457, 0.0111408345, -0.0173961669, -0.0109653883, 0.00452786218, -0.00879255496, 0.0268162787, -0.0293400064, -0.00308717857, 0.000201699891, 0.00995994639, 0.0268972553, 0.00792207196, 0.00160938164, 0.00603265082, -0.0030585, 0.00167348702, 0.0241171066, -0.00635655131, 0.0133339129, -0.00956856646, -0.016356986, -0.00357977767, 0.0185838025, 0.000751550891, 0.0118966028, 0.00751719577, 0.0214179344, -0.0112825418, -0.00336046983, -0.0395968631, 0.0163974743, -0.00827971194, 0.0112690451, 0.00547932042, -0.0147239864, 0.0047303, -0.00810426567, 0.00464595063, 0.0164649524, 0.00411623809, -0.00967653375, -0.00941336434, 0.0165054407, -0.00238033291, -0.0270322133, 0.00632618554, -0.00238033291, -0.00960905477, -0.0180844571, -0.0125781447, -0.00551643409, 0.0088802781, -0.0154662589, 0.00549619, -0.0357910283, -0.0163974743, -0.00105352083, 0.00254903105, 0.0166673902, -0.0187052656, 0.0109788841, -0.00517903734, 0.026991725, -0.0160060935, -0.0016574607, 0.0011243741, 0.0186512824, 0.00570200197, 0.00995319895, 0.0178550258, -0.0110666072, 0.00143477891, 0.00868458766, -0.00317490171, 0.0253587272, -0.000820717134, 0.000880605076, 0.000840960944, 0.0120922932, 0.0046628206, 0.00451774, 0.00189110776, -0.00202775351, -0.0269242469, 0.0126523711, 0.00808402151, -0.014750978, -0.0159251187, 0.00493273791, -0.0141571602, 0.019515017, -0.000270128134, 0.0179225057, 0.000312935328, 0.00537810149, 0.00208848482, 0.00626545446, 0.0196904633, -0.015520242, 0.00201594457, 0.00588419614, -0.0133609045, -0.00382945105, 0.0240091402, -0.0327679552, -0.00604277244, -0.00399140129, 0.0236042645, -0.0297448821, 0.00270929444, 0.00212053745, 0.0232263803, 0.00807727408, 0.00544220675, -0.0112015661, 0.0224571154, 0.0064982581, -0.0130909868, 0.0123352185, -0.0117548965, 0.0202707853, -0.0028358181, -0.0226865448, 0.0112690451, 0.0181654319, 0.00467294268, -0.0136915529, 0.00616086135, -0.00600903295, -0.011626686, -0.0055468, 0.00724053057, 0.00249167369, 0.00160853821, 0.00920417812, 0.00854962878, -0.0400827117, 0.0120922932, 0.0171532426, -0.00994645059, -0.0212559849, 0.00032917253, -0.01751763, 0.0187592488, 0.00427481439, 0.000529290875, -0.00636667339, -0.00110413029, 0.00681541068, 0.000439880794, 0.014238135, -0.0088532865, 0.0018404983, 0.00312935328, -0.00440977328, -0.00924466643, -1.69093673e-05, -0.0117076607, 0.00244781212, -1.4326175e-05, 0.0129357846, -0.0182599016, 0.00441989489, 0.027572047, 0.00299776858, -0.0219577681, 0.018867217, 0.00800304674, 0.011849368, -0.00741597684, 0.0122474954, -0.00467969058, 0.00917043909, 0.0267892871, 0.0198794063, -0.0219307765, 0.00533424, 0.00668382598, 0.00572562, -0.0103108389, 0.0134148877, 0.0279904194, -0.00220488664, -0.0079018278, 0.00559740933, 0.0104390504, -0.0180574637, -0.0141436644, -0.0199198928, -0.00374847581, 0.00295222, 0.0258175861, 0.0166673902, 0.000966641179, -0.000247986492, 0.00402851496, 0.0156417042, 0.00682553276, -0.00306862174, 0.00875881501, 0.0180304721, 0.00270929444, 0.00769264204, 0.0208915956, -0.0130370036, -0.00338577456, 0.0117144091, -0.0122744869, 0.00541858887, 0.0146160191, -0.00614061765, 0.0174771417, 0.00471680425, -0.000536038831, 0.0013698301, -0.0150343915, 0.00886003394, -0.0279094446, -0.00863735192, -0.000280882639, -0.00542871095, -0.00743622053, 0.00798280258, -0.00468643848, 0.0108169345, -0.00181350659, -0.00753069157, -0.0178145394, -0.00102737255, 0.00668045226, -0.00601240713, 0.0114984754, -0.0146700032, 0.00365400477, 0.0131382225, -0.0141301686, -0.00773312943, 0.0140896812, -0.0108169345, -0.014683499, 0.000101798869, 0.0110396156, -0.00248661265, -0.0125174131, 0.0179225057, 0.00852938555, -0.0162760112, -0.00712581538, 0.00105942518, -0.00659272913, -0.0014120047, 0.0122002596, -0.00505420053, -0.00399814919, -0.0150748789, 0.00270254654, 0.00738223689, 0.0121462764, -0.00120534922, -0.00259120576, -0.0138197634, 0.0218767934, -0.00913669914, 0.000563874, -0.0176121015, 0.0268297754, -0.0154257715, -0.0280444026, -0.00229598372, 0.00357977767, -0.0178010426, -0.011235306, -0.0170992576, -0.0200548526, 0.0129492804, 0.0163974743, 0.00912995078, 0.0254936852, 0.00228586188, 1.5696849e-05, 0.00131500314, 0.0279904194, -0.00422083121, 0.0175311267, -0.01493992, -0.00995319895, 0.00764540629, 0.00220826059, -0.00523302099, 0.0103850663, 0.00196196116, 0.000795834174, -0.00587070035, -0.00650500599, 0.0216878522, -0.0212424882, 0.00147357956, 0.00529375207, 0.00738898478, 0.0104727894, 0.00743622053, -0.0454000831, -0.0137387887, 0.0280713942, 0.00696386537, 0.00609675609, -0.0228080079, 0.0184623413, 0.00883304235, 0.00111931318, -0.00202944037, 0.0225110985, -0.0220792312, 0.0134621235, 0.0128885489, -0.00057610462, 0.000956519274, 0.012105789, 0.00924466643, -0.0152908126, 0.00373835396, -0.00210872851, 0.0197579432, 0.0239956435, -0.0125848921, 0.0140222013, -0.00462908112, -0.00827971194, -0.0183273815, -0.00419046544, -0.00963604636, -0.0191911161, -0.00115811371, 0.0130032636, -0.0149264243, -0.013232694, 0.0441314727, 0.00175783609, -0.0111610787, -0.00614736555, -0.00793556776, -0.00172156596, -0.000252203929, 0.00120956672, -0.0134621235, 0.00379571132, -0.0141166728, 0.00681878487, 0.00239888951, -0.000975919596, 0.0219442733, 0.00412973389, -0.0232803635, 0.011815628, 0.0129020447, 0.00915019494, 0.0282333456, 0.0186512824, -0.00401839335, -0.000918562175, 0.00369786634, -0.00452111429, 0.0197174549, -0.00118426199, 0.0169238113, -0.0163434893, -0.00172494, 0.0102771, -0.00626882818, 0.0312024355, 0.0229969509, 0.0052566384, -0.00407912442, 0.00576610724, 0.00547594624, -0.00167517399, -0.00744296843, -0.000183459386, -0.0183678698, -0.00861710869, -0.0165594239, 0.0214719176, -0.0140087055, 0.0047303, 0.0140626887, -0.0260335188, 0.0157226808, 0.0195285138, -0.00493948581, 0.0193935558, -0.00390705233, -0.0113567682, -0.010722463, 0.00278352178, 0.0286112297, -0.00381595525, -0.00680191489, 0.00407575071, 0.00538484938, 0.000168487415, 0.0085766213, 0.0154662589, -0.00159925979, 0.00797605515, -0.00520602893, -0.00642065657, -0.0151558537, -0.0164379608, 0.00302307331, 0.0177470595, 0.00842816662, -0.0287731793, -0.0125848921, 0.00264518918, -0.016168043, -0.00098941545, -0.00556029566, -0.0130572477, -0.00077263813, 0.004234327, -0.00692337751, -0.0256016515, -0.013590334, 0.000163110162, 0.000729198335, -0.00500359107, 0.00465944689, 0.00902873185, -0.0180304721, -0.0102298642, -0.0270861965, -0.00590106612, -0.0136915529, -0.00190797762, -0.0293130148, 0.00450087, 0.031742271, 0.00727427, -0.00774662523, -0.00627895026, 0.0049664774, -0.00923117064, 0.0322551131, 0.0124431858, 0.0129357846, -0.00890727, -0.00220994744, 0.023766214, -0.0085901171, -0.00639029127, -0.00409262, 0.00788833201, 0.0026148234, -0.000776433852, -0.00464595063, 0.00546919834, 0.00184387225, 0.00965629, 0.0137455361, 0.00698410906, -0.00105352083, 0.0170452744, 0.0123149753, -0.0335777067, -0.0197984315, 0.00983173586, 0.0163839776, 0.00672093965, 0.0256016515, -0.00584370876, 0.00380920735, -0.00156298967, 0.0176121015, -0.0111003472, 0.00224200031, -0.00531399623, 0.00376197184, 0.029366998, 0.0118223755, 0.00475054374, 0.0206621662, 0.0126523711, 0.0212424882, -0.00381595525, 0.0236042645, -0.0148859369, -0.0073417495, 0.0234153215, 0.0418101847, 0.00140019576, 0.0271536764, -0.00477753533, 0.0162625145, -0.013010012, -0.0027734, -0.00700435275, -0.0104120579, -0.0141571602, 0.00138416945, -0.0346573777, -0.0410004333, -0.00650500599, 0.00501033897, -0.00202269247, 0.00188773382, -0.01751763, -0.0113162808, -0.00427144067, 0.0277205016, -0.0132461898, 0.0021306593, -0.0158171505, -0.00558728725, 0.00798955094, -0.00163131242, 0.0155742262, -0.00736874109, 0.013010012, -0.00139260432, -0.0114579871, 0.00585720455, 0.0198119264, -0.0147644738, -0.00368774449, 0.0103715705, -0.00728776585, 0.00747670792, -0.00418709125, 0.00506094843, -0.0114242481, 0.00565476669, 0.00769264204, -0.00336721772, -0.00055839133, 0.00166336505, -0.0161815397, 0.0103985621, -0.0102771, 0.0280444026, 0.00912995078, -0.00767239789, 0.0241710898, 0.0204327367, -0.000165008008, 0.0123554626, -0.0147644738, 0.0135296024, 0.00522627309, 0.00985198, -0.0180574637, -0.00907596759, -0.0166943818, 0.0233208518, -0.0106482357, 0.00472017797, -0.0174771417, 0.0457779653, 0.0140761854, 0.0286922045, 0.00919743069, 0.00724053057, -0.00957531482, 0.0066365907, -0.0058099688, -0.00014233918, -0.0108304303, 0.0171127543, -0.00726077426, -0.00460883696, -0.0146430116, -0.0310404841, 0.0124499332, 0.00630931603, -0.0107089672, -0.00208173692, -0.0162760112, 0.00194677827, 0.00123318448, -0.0105200252, -0.00098941545, 0.00076546846, -0.0258985609, 0.00892076548, -0.00670744386, 0.000697989133, -0.000886509486, 0.0165189356, 0.0113567682, 0.011592946, 0.00360339531, -0.0173286889, -0.00100206782, 0.0187322572, -0.00574249, -0.0159386136, 0.0151288621, 0.00520602893, -0.0019569, 0.00872507505, 0.00450424431, 0.0264383946, 0.0240091402, 0.0209185872, 0.00153768493, 0.0184623413, -0.0144945569, -0.0146295158, -0.00917718653, 0.00242756843, -0.023955157, 0.00683228066, -0.0079288194, 0.00256084, -0.00686939433, 0.0174501501, 0.00165830413, 0.00336384377, 0.00306187384, 0.00383282499, -0.00743622053, 0.0159521103, 0.00635655131, -0.00155792863, 0.00929190125, 0.0176255964, -0.00139260432, 0.0043861554, 0.00314116199, 0.00979124848, -0.0134486277, -0.00161781651, 0.0165189356, -0.00431867596, 0.00128969841, -0.0287731793, 0.0111340871, -0.0232128836, -0.00110497372, -0.0236852393, -0.0129492804, -0.00284762704, -0.0172882, -0.00795581099, -0.0198929012, -0.0278284699, -0.00252035237, -0.00935938116, -0.00823247619, -0.00342794927, -0.0124229416, 0.0126456236, -0.0225515869, 0.0135363508, 0.0147239864, 0.00998019055, 0.00821898, -0.0185028277, 0.00228248769, -0.00516554154, -0.00435916381, 0.00165661715, 0.00484164059, -0.00574586354, 0.0006035181, -0.000301126449, 0.0033773398, 0.00576610724, 0.0086441, 0.0175986048, -0.0305816252, 0.00117076607, -0.00983848423, -0.0226460584, -0.00347181084, -0.00358652556, 0.018867217, 0.000307874376, -0.0238336939, -0.0128750531, -0.00373160606, 0.0021239114, -0.0230644289, 0.0122205038, -0.0097372653, 0.00013126836, -0.0301767495, -0.000715280708, -0.0183138866, -0.0375184976, 0.00266543287, -0.0243060496, -0.00303656911, -0.010756203, 0.011883107, -0.00981149264, -0.0187187623, 0.0211075302, -0.0114242481, -0.0175851099, 0.0268972553, 0.0132866772, 0.00818524, -0.0073417495, -0.0086441, 0.0268702637, 0.00541521516, -0.00616423553, -0.016680887, -0.0082999561, 0.00653199758, 0.0334697403, 0.00371811027, -0.0019855788, 0.0147644738, -0.00457172375, 0.00124921079, -0.00346506271, -0.00480452739, -0.0196904633, -0.00189616869, -0.0157361757, -0.0316612944, 0.0134283835, -0.00517228944, -0.0247784033, -0.00862385612, 0.0121665206, 0.0167348702, 0.010945145, 0.00182700239, 0.00511830579, 0.0107359588, -0.0126523711, 0.0177335646, 0.0146700032, -0.00447725272, 0.0122947311, -0.0244005192, -0.0119843259, 0.0318232439, -0.0112960376, -0.0187322572, 0.000955675787, -0.0149534158, -0.00951458327, -0.00715955533, -0.0116469301, 0.00279026967, -0.00959555805, -0.00342120114, 0.0222951658, 0.00132259459, 0.00333853904, 0.0265733544, -0.00838093087, 0.00960230641, 0.00369449239, -0.0144000854, 0.0407305136, 0.0176121015, 0.0248188917, 0.00591456192, 0.0287191961, -0.000100797224, -0.0153313, 0.00765890209, -0.00560753094, -0.00876556337, 0.0156821925, -0.0121800164, -0.00626882818, 0.00156214612, -0.0197984315, 0.00329805142, -0.00576610724, -0.0203787535, 0.00199738774, 0.013556594, -0.00321370224, -0.00557041727, 0.00213909429, -0.00307368278, 0.00083463476, -0.00553667778, 0.00749695161, -0.0216203723, -0.00562777463, -0.00295896805, -0.0129492804, 0.00472017797, -0.00668382598, 0.00685927225, 0.0228889827, -0.0128750531, 0.0202572905, 0.0137657803, -5.31399601e-05, 0.0250888094, -0.0308785345, -0.0060562687, -0.00345831481, -0.00582683878, -0.0232533719, -0.0139142349, 0.0160870682, -0.000468137732, 0.00568850618, 0.0211210251, -0.0175986048, 0.0293939896, 0.0165459272, 0.0123689584, 0.0260470156, -0.0145485401, -0.00237358478, 0.0132731814, -0.0185163245, 0.00388006051, 0.00492261583, -0.00780060887, -0.00198389194, 0.0117751407, -0.00571549777, 0.000455063622, -0.0056648883, 0.0023314103, 0.0125241606, 0.0119708301, 0.0218902901, 0.00954832323, -0.00644090073, -0.00610687817, -0.0137320403, 0.00168276543, -0.0316612944, -0.00971027371, 0.00432542386, -0.00917718653, 0.000497238187, -0.031553328, 0.037167605, -0.0021239114, 0.0375994742, -0.0182194151, -0.00316815381, 0.0147104906, -0.000829573837, -0.00474042166, 0.00641390868, 0.00384632102, 0.00655561546, 0.00879930239, -0.00442326907, -0.00111762609, 0.000230694903, 0.0086441, -0.00614399137, 0.0088802781, 0.0078208521, 0.0115727028, 0.0146430116, -0.00903548, -0.0114309955, 0.00432879804, 0.00767914578, -0.00291004544, 0.0212694798, 0.0246974286, -0.00341276638, 0.0170182828, -0.0133069204, 0.00131078565, -0.00679516699, 0.000823247654, -0.0101488885, -0.00224368717, 0.00117329659, 0.0100814095, 0.000226688324, 0.017706573, -0.0273021311, 0.00807052571, -0.00570200197, -0.0139142349, -0.000619966188, 0.0320661701, 0.0121800164, -0.0148589453, 0.000364599167, 0.0189886782, 0.0200413559, 0.00158913783, 0.00821223296, 0.00671756594, -0.00259289262, 0.0126456236, 0.00290835835, 0.00365063082, 0.0070583364, 0.0492059179, -0.00912320334, 0.0241036117, 0.00120113185, 0.00103749451, -0.0224436205, 9.18351288e-05, 0.0113432724, 0.00319851958, -0.0507984273, -0.00516891526, 0.00361351739, 0.00308043067, -0.00267049391, 0.00698410906, -0.0144405738, 0.0108439261, 0.0109586408, -0.0070448406, 0.0108034378, -0.00752394367, 0.00271772943, 0.0325790122, 0.0215663891, 0.00356628187, -0.00596517138, -0.00510481, -0.0109046577, 0.00129222882, -0.00534773571, 0.0216473639, -0.0268702637, -0.0030500649, -0.00932564121, 0.0173556805, 0.0076184147, 0.0113095334, -0.00679179281, -0.00813125726, 0.0150074, 0.0312294271, 0.0103445789, -0.0234153215, -0.0114917271, -0.00318502355, -0.0176660847, 0.00266712, -0.0117683923, 0.00756443106, -0.0261819735, -0.0133271646, -0.00636667339, 0.00118173147, -0.00929190125, -0.0102636041, -0.017841531, -0.0221872, 0.00939986855, 0.000759985764, 0.00261144945, -0.00440639909, -0.00501033897, 0.0039644097] |
22 Mar, 2024 | Design a Progress Bar with Smooth Animations using Tailwind CSS
22 Mar, 2024
A progress bar is a type of component that tracks the percentage completion of a particular task and makes it visible to the users to enhance user interactivity.
Steps to create the projectStep 1: Create a directory Progress Bar with files: index.html, style.css, and script.js for HTML, CSS, and JavaScript respectively.
Step 2: Add the below CDN link for Tailwind CSS to your HTML document.
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">Step 3: Add keyframes & animations in the CSS file and functionalities in script.js and rest styles through class names in the index.html file.
Example 1: The below code will help you to create a horizontal progress bar using Tailwind CSS.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
<title>Horizontal Animation</title>
<link rel="stylesheet" href=
"https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css">
<style>
.animate-scroll {
animation: scroll 2s infinite
linear forwards alternate;
}
@keyframes scroll {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0);
}
}
</style>
</head>
<body class="bg-gray-100">
<div class="container mx-auto py-8">
<h1 class="text-3xl font-bold
text-center mb-8 mt-20">
Horizontal Scroll Animation
</h1>
<div class="flex justify-center
items-center">
<div class="w-96 h-40 bg-gray-200
overflow-x-auto
relative rounded-lg shadow-lg">
<div class="absolute inset-0
bg-gradient-to-r
from-pink-500 to-purple-700
animate-scroll rounded-lg">
</div>
<div class="absolute inset-0
flex items-center justify-center
text-white text-xl font-semibold">
Scrolling Content</div>
</div>
</div>
<p class="text-center mt-8
text-gray-600">
This is a horizontal animation
with gradient effect.
</p>
</div>
</body>
</html>
Output:
Example 2: The below code will help you to create the circular progress bar and a bowl filling animation.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
<title>Animation Showcase</title>
<link rel="stylesheet" href=
"https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css">
<link rel="stylesheet"
href="style.css">
</head>
<body class="bg-gradient-to-r
from-green-400 to-green-200
min-h-screen flex items-center
justify-center">
<div class="flex justify-center gap-16">
<!-- Circular progress bar -->
<div class="text-center">
<h2 class="text-2xl font-semibold
text-white mb-4">
Circular Progress Bar
</h2>
<div id="progressContainer"
class="bg-white shadow-xl
rounded-full w-40 h-40
flex items-center justify-center">
<div id="progressCircle"
class="bg-white rounded-full w-24 h-24 flex
items-center justify-center shadow-inner">
<div id="progressText"
class="text-2xl font-bold">
0%
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg"
version="1.1" width="160px"
height="160px" class="mt-4">
<defs>
<linearGradient id="GradientColor">
<stop id="gradientStart"
offset="0%"
stop-color="#e91e63" />
<stop id="gradientEnd"
offset="100%"
stop-color="#673ab7" />
</linearGradient>
</defs>
<circle id="progressBar"
cx="80" cy="80"
r="70"
stroke-linecap="round" />
</svg>
</div>
<!-- filling bowl animation -->
<div class="text-center">
<h2 class="text-2xl font-semibold
text-white mb-4">
Filling Bowl Animation
</h2>
<div id="waterContainer"
class="bg-gradient-to-t
from-pink-500
to-purple-700">
<div id="water"
class="h-full bg-white"></div>
<div id="waterText">Water Bowl</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>
CSS
/* Water filling animation */
#water {
background:
linear-gradient(350deg, rgb(223, 19, 121), rgb(0, 30, 141));
animation: water-fill 2s infinite forwards alternate;
}
@keyframes water-fill {
from {
height: 0;
}
to {
height: 100%;
}
}
/* Circular progress bar */
circle {
fill: none;
stroke: url('#GradientColor');
stroke-width: 20px;
stroke-dasharray: 520;
stroke-dashoffset: 520;
}
svg {
position: relative;
top: -176px;
}
#progressContainer,
#water {
animation-duration: 1.5s;
animation-timing-function: ease-in-out;
}
.progress-heading,
.water-heading {
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
#waterContainer {
width: 150px;
height: 150px;
border-radius: 50%;
position: relative;
overflow: hidden;
}
#waterText {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 1.2rem;
font-weight: bold;
}
#water {
animation: water-fill 2s infinite forwards alternate;
}
@keyframes water-fill {
from {
height: 0;
}
to {
height: 100%;
}
}
JavaScript
const progressText =
document.getElementById('progressText');
const progressBar =
document.getElementById('progressBar');
const gradientEnd =
document.getElementById('gradientEnd');
let progress = 0;
const updateInterval = 50;
const maxProgress = 65;
function updateProgress() {
progress++;
if (progress > maxProgress) {
clearInterval(interval);
progress = maxProgress;
}
progressText.textContent =
progress + '%';
progressBar.style.strokeDashoffset =
520 - (520 * progress) / 100;
const gradientProgress = progress / maxProgress;
gradientEnd.setAttribute('offset',
`${gradientProgress * 100}%`);
}
updateProgress();
const interval = setInterval(updateProgress, updateInterval);
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS | https://www.geeksforgeeks.org/design-a-progress-bar-with-smooth-animations-using-tailwind-css?ref=asr10 | CSS | Design a Progress Bar with Smooth Animations using Tailwind CSS | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create animations using relative value in jQuery ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0315223858, 0.00137021649, -0.0192994196, -0.00617073569, 0.0325381458, 0.00975975, -0.0159135573, 0.0251231045, -0.0376846567, 0.00511688553, 0.015888162, 0.00829536468, 0.0250723157, -0.0478761047, 0.00413710158, 0.0173102245, -0.0193502083, -0.0151855964, -8.71595257e-05, -0.0162352137, -0.0135434521, -0.0127139157, -0.0385311209, 0.012316077, -0.0270699766, 0.00515497662, 0.00780864712, 0.0362964533, -0.0152956368, -0.00570094725, 0.00748698972, 0.0105892867, 0.0343326516, 0.000660243328, -0.00315096881, -0.00634426111, 0.0146015352, 0.017454125, -0.0336893387, -0.0107247215, -0.0062892409, -0.0108686211, 0.00513804751, 0.0223974846, 0.000478253176, -0.0122652892, -0.0268160366, -0.0463186093, 0.0180805083, -0.0613857, 0.00572210876, -0.01384818, 0.0818024501, 0.0368043333, 0.00717379758, 0.022380555, 0.00819378905, 0.0125615522, 0.00222408888, 0.00871013291, 0.0514651202, -0.00429793, 0.00749968691, -0.00569671486, -0.00409689452, 0.00658973632, -0.0481131151, 0.0417815521, -0.0345188752, 0.0285258964, -0.00951427501, -0.0311668701, 0.00942116417, 0.0366688967, 0.0167261641, 0.0072499793, 0.0250046, -0.00140301709, -0.0191131979, 0.0225329194, -0.0122229662, 0.00887942594, -0.0596589074, 0.021703383, 0.00855353661, 0.0448626876, 0.00270234211, -0.0568825, 0.00207384117, -0.0205691177, -0.0030007211, -0.0136111695, 0.0183513779, 0.00574327027, -0.0208230577, 0.0337739848, 0.0137889273, -0.0152617777, -0.00885403249, 0.0405287817, -0.0294231512, 0.0406642146, -0.0113257123, -0.021195503, 0.0166076589, -0.0163621828, 0.0155495768, 0.000452594686, 0.0344680883, -0.0507540889, 0.0163198598, 0.0111140953, -0.0440500788, 0.0245813671, -0.026545167, 0.0233793855, 0.0047275112, -0.0436776355, 0.0416122563, 0.0126800574, 0.00295628165, 0.0206199065, -0.0297955964, 0.0573903807, -0.0180805083, 0.0351791196, -0.0103438115, -0.0350436829, 0.0345696621, 0.0146861812, -0.00799910165, 0.0163537189, 0.00151411572, -0.00971742719, 0.0618597195, -0.0183344483, -0.00274043297, -0.00692832237, 0.00234047789, 0.00268752896, -0.0239719115, -0.0322842039, -0.00638658414, -0.00899793115, -0.0201966744, 0.045607578, -0.0106485393, 0.0314038806, -0.0344511569, 0.0101152658, -0.0253770445, -0.012062137, 0.0337909125, 0.0370413437, 0.046928063, -0.0165314768, -0.0380909592, 0.0423571467, -0.0174371954, -0.0337062664, 0.0255971253, 0.0140344026, 0.00296263024, -0.00817685947, -0.0106062163, -0.00838847551, 0.0270869043, -0.00377735356, -0.061622709, 0.0454721414, 0.016692305, -0.00478676381, -0.00612841221, -0.00107183727, -0.0473005064, 0.0185376015, 0.0243612844, -0.0167600233, 0.00157548441, -0.015498789, -0.0509911, 0.00979360938, 0.0164891537, 0.0153548894, 0.00557397725, -0.0157019403, 0.0140428673, -0.000781393726, -0.0608439595, -0.0312684476, 0.022753, 0.00136704219, 0.0336724073, 0.0136196343, 8.94079494e-05, 0.000695689057, -0.0366688967, 0.00990365, -0.0136111695, 0.0151263438, -0.0289152712, -0.0283227451, -0.0185545292, 0.0345188752, 0.0238872636, -0.000510260172, -0.015888162, 0.00365673215, 0.0444563814, -0.0119944206, -0.0398516096, 0.0309806485, -0.0131964013, -0.0273408443, -0.0121213896, -0.00448203646, -0.0381586775, 0.0131117553, 0.0137889273, -0.0369059071, -0.0154226068, 0.0429666042, 0.00862548593, 0.0126715926, -0.0568825, -0.00975975, 0.021872675, -0.00067611452, 0.00550626, -0.000931112387, -0.0172086488, -0.00285470579, 0.0137296747, 0.0117743388, 0.00483755209, 0.00305997371, -0.0113680353, 0.00266848342, -0.024124274, 0.0270361174, -0.00576443179, -0.0190962683, -0.0155072529, -0.00233201333, 0.00472327927, -0.0162521433, 0.0327751562, 0.0156426877, 0.0182667319, -0.00113849645, 0.00918415375, 0.00932805333, 0.00406938419, 0.00361652509, -0.0303373337, 0.0127985626, -0.00624691742, -0.00746159581, 0.03856498, 0.032148771, 0.0269514713, 0.000955448253, -0.00953966938, 0.0312007293, 0.0257664192, 0.0123245418, 0.0151009494, -0.0152617777, -0.0047571375, -0.0392760113, 0.0261388626, -0.0145338178, 0.0252923984, -0.0107839741, 0.00315308501, 0.0277640782, -0.00795677863, -0.0161928907, 0.0453705676, 0.0324027091, 0.0294570085, -0.0115711875, 0.0386665575, 0.0441516563, -0.00843079947, -0.0310145058, 0.00935344677, 0.00150670914, -0.0479099639, -0.0126546631, -0.0429327451, 0.000706798921, 0.0264266618, 0.0118335914, 0.0767236575, 0.0190793388, 0.0145422826, -0.0278656539, 0.00596758397, 0.00164743408, -0.00225583138, -0.0102930237, 0.0326397195, -0.00852814317, 0.0404949225, 0.0317086093, 0.0188931171, -0.0247506592, -0.0083376877, -0.0110463789, 0.0497044697, 0.0196041483, -0.0104538528, -0.0181482267, -0.0152787073, 0.0105384989, 0.0661597624, 0.0121637136, -0.0367704742, -0.0249030236, 0.00463863229, 0.00749122212, -0.0644329786, 0.0381248184, 0.0155072529, -0.0104792463, -0.0274932086, -0.0192486327, 0.0189608335, -0.00952274, -0.0261050053, -0.0311499406, 0.0192994196, -0.00476560229, 0.0170732141, -0.0413075313, -0.0121213896, -0.0157442633, -0.0285766851, -0.000631146075, -0.0182498023, -0.0112156719, 0.0167261641, -0.0202305317, 0.0329444483, -0.0523115844, -0.0140344026, 0.00331179728, 0.036228735, 0.0336554796, 0.00172255782, 0.0257494897, 0.0393098705, -0.0287121199, 0.0379555263, -0.0113087827, 0.0267483182, -0.0115204, -0.00715263607, 0.0319794789, 0.0468603447, -0.0138312513, 0.00233201333, 0.00893867854, 0.0206537656, -0.0574919544, -0.0342480056, -0.0156003647, -0.0046682586, 0.00429793, -0.0402579121, 0.00349378749, -0.0134080183, 0.00564592658, -0.0650085732, -0.0126546631, 0.0113341771, -0.0325550735, -0.0469619222, 0.0129678557, -0.0406642146, 0.0404610634, 0.0103692058, 0.0424248651, 0.00551472465, 0.00395722734, -0.00576866418, -0.0370074846, -0.00337951467, -0.0204167552, -0.00783827342, -0.0120706018, -0.0125954105, -0.0285766851, 0.0216356646, 0.000273778773, 0.0172255784, 0.03490825, 0.0265113078, -0.0657873228, 0.0107585797, 0.0127731683, 0.0546478294, -0.0106570041, 0.0259695705, 0.0225667786, -0.0287798364, -0.0165568702, 0.0170901436, -0.0140597969, -0.000539886474, -0.0475375168, -0.0193840656, 0.0125954105, 0.0283058155, 0.0299818181, -0.0113934297, 0.0419847034, -0.00570094725, 0.0306928493, 0.0141613726, 0.00752508081, 0.010064478, 0.0324196406, -0.000684579194, -0.0104877111, -0.0126631279, 0.0120028844, 0.0242258515, -0.000511582766, -0.0477068126, -0.015414142, -0.00128556986, -0.014017473, -0.00140936556, -0.0168531332, 0.0224313438, 0.00709761539, -0.00305362535, -0.0146607878, -0.0126631279, 0.00648392783, 0.0193163492, -0.033469256, -0.0159897394, 0.0230238698, -0.04008862, -0.00990365, 0.00389585877, 0.000297585619, -0.0203151796, -0.0245982949, -0.0281873103, 0.0151517373, 0.0159558803, -0.0328090154, 0.012231431, 0.0047275112, -0.00738541409, -0.0129678557, -0.0116304401, 0.00112791569, -0.0290676355, -0.00439739, -0.00825304165, -0.0200612396, -0.0196041483, 0.0120959962, -0.0130863609, 0.0319286883, 0.0325889327, 0.0221604742, 0.0407996513, 0.0535643548, 0.0132471891, 0.0078679, 0.010318418, -0.0170816798, -0.00110252167, -0.0400547609, 0.024801448, -0.0186222475, 0.0298463833, -0.0203659665, -0.000644372078, 0.00926880073, 0.0361948758, 0.0139497565, 0.0336385518, 0.0176403467, 0.00806681905, 0.00975128543, -0.0722543225, -0.008367314, 0.00671670586, -0.00658550393, -0.032656651, -0.02029825, 0.00931958854, -0.0241750628, -0.00173737097, 0.035720855, -0.039716173, 0.0133064417, -0.0018209595, 0.00974282157, -0.0345527343, 0.0361271612, 0.0101660537, -0.0297955964, -0.0192147736, 0.014567676, 0.00875245593, 0.0297955964, 0.0131456135, 0.00810067728, -0.0189777631, 0.0140428673, -0.01397515, -0.0168108102, 0.0191301275, 0.000981371268, 0.0189269744, -0.0143645247, -0.00849851687, 0.00927726459, 0.0390051417, -0.0110040549, 0.00133000931, -0.0162182841, -0.0292877164, -0.0115204, 0.0194009952, 0.0185376015, 0.00144745654, 0.00713570649, -0.00718226237, -0.00683944346, 0.0216695238, 0.0086297188, -0.0401901938, 0.00405457104, -0.0607085265, -0.0117150862, -0.0147877568, -0.000766580575, 0.0225667786, -0.0162690729, 0.0235486776, 0.0149147268, -0.0012157365, 0.0469619222, 0.0221604742, 0.0151771316, -0.00503223902, 0.0131794726, -0.0119013088, -0.0411382355, -0.00953966938, 0.00109299889, 0.00790599082, -0.0119267032, 0.0534289218, 0.00237010419, 0.0126885222, -0.0310145058, 0.0111310249, 0.0216187369, -0.0376169384, -0.00711877737, 0.0184698831, -0.0118251266, 0.00319752446, -0.00650932174, 0.0181990135, 0.0348743908, 0.0375492238, -0.0191470552, 0.00660243304, -0.0059760483, -0.0121213896, -0.0245982949, 0.0195702892, 0.00286105438, -0.0204844717, -0.0206368361, 0.00404822268, -0.016988568, -0.0159474146, -0.0139074326, 0.0172763672, 0.0192994196, 0.0363303125, -0.00610725069, -0.0072542117, -0.0124684414, -0.00813453645, -0.0162436776, 0.0199765917, -0.0325550735, -0.00282719568, 0.0274085626, -0.000832710706, -0.001183994, -0.0181820858, -0.0126715926, 0.0324365683, 0.012146784, 0.0334353969, 0.00304516056, -0.0324704275, 0.0338586308, 0.0349421091, 0.00806681905, 0.00121996878, -0.0280518755, 0.0287798364, 0.0216525942, -0.00334777217, -0.0167600233, 0.00275524613, 0.00474444078, 0.0251738932, -0.0165145472, 0.00926880073, 0.0186222475, 0.00755470712, -0.0249368828, -0.0119013088, -0.0262573678, -0.0151432725, -0.0286613312, 0.0014897798, 0.014821616, -0.000152231587, 0.0203659665, -0.00328428717, 0.00459630927, 0.00680981716, 0.00761819212, 0.000521899085, 0.0359578654, -0.0226852838, 0.0903348252, -0.0104707815, 0.0242427792, -0.0200781692, 0.0442193709, 0.0256817713, -0.0047275112, -0.00127075671, -0.00227064453, 0.0117066214, 0.0303373337, -0.0142544834, -0.00219657877, 0.0140259378, 0.00880324375, -0.0280180182, -0.00335412077, -0.000905189372, -0.0368720479, 0.0347389542, 0.0209584925, 0.0210600682, -0.0172086488, 0.0358901508, 0.0123584, -0.0185714588, 0.000523750728, 0.0127054518, -0.00506609771, -0.0106485393, 0.0495013185, -0.00882863812, -0.0237349011, -0.00131413818, 0.0401901938, 0.0177419223, -0.0128154922, -0.0172171146, 0.0201458856, 0.00454975339, 0.026799107, -0.000528247561, -0.0185545292, -0.0325720049, -0.0140682617, -0.0176403467, 0.0214155838, 0.0273408443, 0.026799107, 0.00760126254, -0.00219869497, 0.0220250394, -0.00133741589, -0.038260255, -0.0296770912, 0.00973435678, -0.00164002751, 0.00271503907, -0.0235486776, -0.0556635894, -0.00876092073, 0.00622152351, 0.0483501256, -0.00826573838, 0.0048587136, -0.0356531404, -0.0042852331, 0.0297955964, 0.0132556539, -0.0128916735, 0.0202474613, -0.00142735289, -0.00376465661, -0.00170033809, 0.0219911803, -0.0405287817, 0.00205585384, -0.00720342388, 0.0144576356, 0.00879478, -0.053259626, -0.0104792463, -0.00427888473, 0.002123571, 0.00586600788, -0.0375492238, -0.0109617319, 0.00215213932, -0.00565862376, -0.00301553425, -0.00502377423, -0.00645430153, 0.0148470094, 0.0183683075, 0.0157865863, -0.00206537661, 0.000147734725, 0.00950581115, -0.018436024, -0.016903922, -0.00692832237, -0.00188656058, -0.0156426877, 0.00509995641, 0.035212975, 0.0062892409, -0.0305743441, 0.00396569213, -0.00432120776, 0.0158119816, -0.0301341824, 0.006009907, 0.00554011855, -0.0315054581, -0.00755893951, -0.00259230146, -0.00114167074, 0.0168869924, 0.00863395073, -9.29128437e-05, 0.0189777631, -0.01928249, -0.0187576823, -0.0105131054, -0.00146015349, 0.0116642984, -0.0440162197, 0.0109363375, 0.0299648885, 0.0705613866, 0.022634495, -0.0381925367, -0.0233963151, 0.00785097, -0.0262065809, -0.00499414792, 0.00223466964, 0.0249199532, 0.00887942594, 0.0221096855, -0.00393606583, 0.0119690262, -0.0023341293, -0.00808374863, 0.00178286852, 0.0139158973, 0.0260034297, 0.00651778653, 0.0401224792, 0.0109194089, 0.0132725835, 0.0238195471, -0.0165991932, -0.00985286199, -0.00197543949, 0.0198750161, -0.0440500788, 0.00592949288, -0.0298633128, -0.0281873103, -0.00167176989, 0.0235656071, 0.00435506646, -0.0250046, -0.0106231458, -0.026291227, 0.0310145058, 0.00347262598, 0.0124091888, -0.0421539955, -0.0287459772, 0.00581098767, -0.0173694771, 0.0365673229, 0.00598451309, -0.0583722815, 0.0227699298, -0.00447357167, 0.0029414685, 0.0143306656, -0.0204336848, -0.0439146459, 0.046928063, -0.00887096114, 0.00277852383, 0.045404423, -0.0128916735, -0.0059421896, -0.0245813671, -0.0347389542, 0.0405965, 0.00332872663, -0.00172149984, 0.0328090154, 0.0212970786, 0.0209754221, 0.0404610634, -0.0060353009, 0.00406938419, -0.0210769977, -0.00602260418, -0.0114442175, 0.0254616905, 0.0120875314, 0.00752508081, 0.0379893854, -0.0156257581, 0.040731933, 0.0241412036, 0.0246829428, 0.0224144142, -0.0141529078, 0.0375153646, 0.00716533279, 0.04008862, 0.0348066725, -0.00777478842, -0.00588716939, -0.000884556735, -0.0042217481, -0.0161505677, 0.0224990603, -0.00680558477, -0.00308113545, -0.019959664, -0.0148470094, -0.028288886, -0.0134672709, 1.2994572e-05, 0.00722881779, 0.0180127919, 0.0100136902, 0.00896407291, -0.0466910526, -0.0018188433, -0.00117023895, 0.00769860623, 0.026629813, -0.0108262971, -0.0381925367, -0.0333676822, -0.027053047, -0.00257748831, -0.0340109952, -0.006136877, 0.0168277398, -0.0251061749, -0.0203998256, -0.00253939745, 0.0143645247, -0.0334523283, -0.000533537939, 0.0253262557, 0.0134926643, -0.0125530874, -0.0288983416, 0.0204506125, 0.00646699872, 0.0214325134, 0.000158051029, -0.00865511224, 0.00915029552, -0.021788029, -0.0201289561, 0.00297955959, 0.0152533138, -0.000249575154, 0.0110717723, 0.00984439719, -0.0139666852, -0.00458784448, 0.0170393568, -0.00964971, -0.0511265323, 0.0221943334, 0.0143052721, -0.0192994196, -0.0178604275, 0.0114272879, -0.0186730344, 0.0294062216, -0.00782134384, 0.0117404805, -0.0104538528, 0.0130863609, -0.0334861875, 0.0142375547, 0.00289702904, 0.0223636255, -0.00384718692, -0.00537929, -0.0297955964, 5.16641694e-06, -0.0109786615, 0.0428650267, -0.0428650267, -0.0136111695, 0.0155157177, 0.00484601641, -0.0238195471, -0.0133403009, 0.00783827342, -0.0300833937, -0.0060691596, 0.0255971253, -0.0138989678, 0.0248183776, 0.0102591654, -0.00786366686, 0.00533696683, -0.0143222008, 0.00729653519, 0.0015776006, -0.0223466959, -0.00716956519, -0.0177419223, -0.00627231132, 0.00690292846, 0.00436353125, 0.00423656125, 0.00280815014, 0.045912303, -0.0112326005, -0.0131032905, -0.0170139614, 0.0190454796, -0.0151009494, -0.00940423459, -0.0105131054, 0.00730076758, 0.0117066214, -0.0231254455, 0.0215002317, -0.00668707956, -0.0361948758, 0.00318271131, 0.017792711, 0.0155749703, 0.00732616149, 0.0206199065, -0.00282507949, 0.00965817459, -0.0277979355, 0.0215002317, -0.0145930704, -0.0116135105, 0.0160997789, -0.00752931321, -0.0186561067, -0.00516767381, -0.0113765, -0.0196380056, -0.00267271581, 0.00992904324, 0.0203151796, -0.0315901041, -0.00227487669, -0.0255971253, 0.0167938806, -0.0281703807, 0.0498060472, 0.00533273444, 0.0201458856, -0.0082784351, 0.0108601563, -0.000531686295, 0.00970049761, -0.0199765917, -0.0156765468, -0.0201458856, -0.0266128834, 0.0215848777, -0.00592949288, 0.00947195198, -0.0101999128, 0.0420524217, 0.0208907761, 0.049907621, -0.0165145472, 0.0723220333, 0.0187915396, 0.0166838411, -0.00264520547, 0.0073811817, 0.00443971297, -0.00767321233, 0.00751661602, -0.0166245885, -0.00251823571, 0.00351283303, -0.0181312971, 0.0118081979, 0.0117150862, -0.00574750267, -0.0445579588, 0.00293935253, -0.00673786784, -0.00244205375, 0.0126038752, -0.0111733479, 0.00864664838, 0.0128493505, 0.0204167552, 0.00589563418, 0.0199088752, -0.0103776706, 0.00737271691, -0.00552742137, -0.0167515576, 0.00971742719, -0.0133318361, -0.00833345577, 0.0202474613, 0.00317213056, 0.0149655147, 0.00867627468, 0.00885403249, -0.0111987423, 0.00178392662, 0.0130778961, -0.00981053803, 0.0110463789, 0.0116389049, -0.00499414792, -0.0308113545, -0.0161505677, -0.00776209123, 0.0119520966, -0.000461852906, 0.0112241367, -0.0176911354, 0.0137719987, -0.00650508935, -0.00680135237, 0.0159474146, -0.0132217957, 0.00942962896, -0.000748593186, 0.0123414714, 0.0359240063, 0.0176403467, -0.0267483182, -0.0163875781, -0.0110379141, -0.00413075322, -0.0252246801, -0.00627231132, -0.00390643952, 0.0214155838, -0.0283058155, 0.00123901432, -0.0213986542, 0.010064478, -0.00960738678, 0.0945333, -0.0154649299, -0.0114865405, -0.0397838913, -0.00350648444, -0.0146692516, -0.0231762324, 0.0292030703, 0.0258510653, -0.0137296747, 0.0170647502, 0.00239126594, -0.0160574559, 0.00142523681, -0.0025224681, 0.0156934764, 0.00666168565, -0.0156342238, 0.0162436776, -0.0325550735, -0.00128239568, -0.00754201, 0.0183175188, -0.00144005, 0.0133826239, 0.00777478842, 0.00227699289, 0.000401277677, -0.0554604381, -0.0155072529, 0.0379555263, 0.00782557577, 0.0154310716, 0.0144153126, 0.0164129715, 0.0531919114, 0.000670295092, 0.00229603844, -0.0278825834, -0.00261557917, 0.000744889898, 0.00108982471, -0.00982746761, -0.02055219, 0.00766051514, -0.00758010102, 0.00578136137, 0.00791022275, -0.000373238494, -0.000477724127, -0.0144237773, -0.0117912684, -0.0313869528, -0.00992904324, -0.0113680353, 0.0312345885, 0.0085916277, -0.00948041677, 0.0374137871, -0.0457768701, 0.0147454338, -0.00120621372, 0.00573480548, 0.00904025417, -0.00450319797, -0.00127075671, -0.010064478, 0.0267652478, -0.00136280991, 0.0136196343, 0.0036778939, 0.0401563384, 0.00109194091, 0.00392125268, -0.0293385033, 0.000486453297, -0.00372021715, -0.00319964066, 0.00746582821, -0.0197226536, 0.0247845184, 0.00987825543, -0.00807528384, 0.0346543081, -0.0212124325, -0.00935344677, -0.0187915396, -0.00631886721, -0.0303542633, -0.014525353, -0.00876938552, -0.0378878079, -0.0411382355, -0.0129255326, -0.00156807783, 0.000131003806, 0.00159664603, -0.00212251302, -0.0116135105, 0.016480688, 0.00408842973, 0.00476560229, 0.0161251724, 0.0103268828, -0.00713147409, -0.000520047441, -0.00107236637, 0.016184425, 0.00134905486, 0.0131456135, -0.0152363842, 0.0169377811, 0.00932805333, 0.00823611207, 0.019451784, 0.017242508, 0.0224821307, -0.0024251244, 0.0062299883, 0.00858316291, 0.0200781692, 0.0158035159, 0.0269683991, -0.0148724038, 0.0111902775, -0.00736002, 0.00762242451, -0.00488834, 0.0131540783, 0.0371090584, -0.0143475952, 0.0135688465, 0.00135751953, -0.00429581385, -0.0325889327, -0.0120706018, -0.0152533138, -0.00150036055, 0.00135646143, 0.0010311011, -0.00709338346, -0.0106146811, -0.0197734404, 0.00516767381, 0.0189269744, 0.00490103709, -0.00799063686, 0.00742773712, 0.0162098203, -0.0110548427, -0.012062137, -0.0233285967, 0.00263039232, -0.00111521862, 0.0247337297, 0.00955659896, 0.00620459439, 0.00427042, -0.0146777164, -0.00564169465, 0.00746582821, 0.0259865, 0.00846042577, 0.014440706, 0.00532850204, 0.0162606072, 0.000173260967, -0.0152787073, 0.00653048372, 0.00267059961, 0.018689964, -0.0136027047, 0.000191645144, -0.01902855, 0.0245644376, -0.0100306198, 0.0432713293, -0.0166076589, 0.0207892, -0.015448, -0.00388739421, 0.00816416275, -0.0269006826, -0.00538775465, -0.01928249, 0.00871013291, -0.0196549352, -0.0118166627, 0.000258172076, 0.0107501158, -0.0138397152, 0.00460477406, 0.0176911354, 0.00432120776, 0.0231085159, 0.0154564651, -0.00512111792, -0.0169293154, 0.0138058569, 0.00163367891, 4.27862e-05, 0.0153633542, -0.00914183073, 0.0245644376, 0.00207913155, 0.00487141078, -0.0358901508, -0.00487141078, 0.00950581115, -0.00599721028, -0.0189946927, -0.00146015349, 0.0127308453, 0.0368381925, 0.0111479545, 0.0074446667, -0.0126546631, 0.0203998256, 0.0050787949, -0.00374772726, 0.00316366577, -0.0109871263, -0.0149316564, 0.00926880073, 0.0128154922, -0.0117066214, 0.0232947376, 0.0156765468, -0.00785097, 0.022295909, -0.037752375, 0.0425264426, 0.0368043333, 0.00641621044, 0.00994597282, -0.00968356896, 0.00948041677, -0.0233285967, -0.0060056746, -0.00838847551, 0.00709338346, 0.0159474146, -0.0178942867, 0.000950686866, 0.022041969, -7.20818498e-05, 0.0459800214, -0.0126631279, -0.028288886, 0.0188931171, -0.00975128543, 0.00892174896, 0.0376507975, -0.00752931321, 0.0049560573, 0.0099713672, 0.00131942856, -0.00567132095, -0.026545167, -0.0256309845, 0.0117150862, 0.0224652011, -0.0180127919, -0.00430427864, -0.0297955964, -0.0041244044, -0.00458784448, -0.014863939, -0.00770707102, 0.00475290557, -0.0170562863, -0.0025542106, -0.00402917713, 0.000653365802, -0.00739387842, 0.012231431, 0.0371767767, -0.0111310249, -0.0208738465, -0.0130778961, -0.00293088774, 0.010572358, 0.0199427344, -0.00917568896, -0.00911643635, 0.018943904, -0.000648075365, -0.0025203519, -0.0061665033, -0.00856623333, 0.0167176984, -0.00966663938, 0.0123584, 0.0140936552, 0.00437622797, 0.0401563384, -0.00143687567, 0.006263847, -0.018046651, 0.0164468307, 0.00270022592, 0.00607762439, -0.0101829832, 0.0183852371, -0.00413710158, 0.00735578779, 0.0240904167, -0.0146015352, 0.00397204049, -0.0210769977, 0.00142523681, -0.0546816885, 0.000990364933, -0.0262235105, -0.00869320333, -0.00930265896, 0.025647914, -0.0150078386, 0.00544277485, 0.018436024, -0.0106570041, 0.0131794726, -0.0193671379, -0.00749968691, 0.00433178851, -0.0178265702, -0.000281449873, -0.0160405263, 0.00470211729, -0.00796524342, -0.0136788869, -0.0387681313, 0.000805200601, 0.00356362085, 0.0137973921, 0.00883710291, 0.00543007813, -0.0195702892, -0.0141275143, -0.004183657, -0.0468942039, 0.00294993329, -0.0163452551, -0.00511265313, -0.00053089275, -0.00392548507, -0.0411382355, 0.0156680811, -0.0165738, -0.00775362644, -0.0109024793, -0.00404399028, 0.000612629636, -0.00069145672, 0.027053047, 0.0248691645, 0.0190116223, 0.0201797448, -0.00331602967, 0.0208061282, 0.0062299883, 0.00604376569, -0.0119097736, -0.00509149162, -0.0233285967, -0.0143899182, 0.00598028069, -0.0100390846, 0.0246490836, 0.0396484584, -0.0206029769, -0.00277429167, -0.00107659865, 0.0102083776, 0.0201628152, 0.03338461, 0.037244495, -0.00183365645, 0.0292538572, -0.00404187432, -0.00466402667, 0.00327582262, -0.0109871263, -0.015033232, -0.0124176526, 0.0129424622, -0.00378793431, 0.000733780034, 0.0244459324, -0.0101999128, 0.0260542165, 0.025393974, 0.00411382364, 0.0216864534, -0.0230746567, 0.011892844, -0.0190793388, 0.00359536335, -0.018436024, -0.00966663938, 0.00875245593, -0.0121298544, -0.0124515118, 0.00658973632, 0.028796766, -0.00874399114, 0.0127223805, -0.012696987, 0.00300918589, -0.0327920839, 0.0146015352, -0.00456245057, -0.0359917246, -0.0106316106, -0.00322080241, 0.0189608335, 0.022549849, 0.0322672762, -0.0051084212, 0.0238195471, 0.0172932968, -0.00677172607, -0.0193332788, 0.006073392, 0.00504070381, -0.00223255344, 0.0370413437, 0.00784673821, -0.0223974846, -0.00168658304, 0.0142968073, -0.00954813417, -0.00893021375, -0.00875245593, -0.00865511224, -0.00669131195, -0.0147285042, -0.0258172061, -0.0102591654, 0.000998300617, 0.00148448942, 0.003036696, 0.0179789327, 0.00213203579, 0.0146607878, 0.00123689813, 0.022549849, 0.00241242745, 0.00263674092, -0.00314038806, 0.000761819188, 0.00165484066, 0.0139836147, 0.0157104041, -0.00667015044, -0.00666168565, -0.0126546631, -0.00795677863, -0.00620882632, 0.00947195198, 0.00267483178, -0.0188592579, -0.0123330066, -0.017538771, 0.0154903242, -0.00333930762, -0.0182159431, -0.0115204, 0.000832181657, 0.00765628321, 0.00215425552, -0.016692305, -0.000668707944, -0.0113680353, 0.0217711, 0.000751238375, -0.0235656071, -0.00126123405, -0.00851967838, 0.00467249099, 0.000246136391, -0.00544277485, 0.0126800574, -0.00399743486, 0.0059718159, 0.0721188858, 0.000274043297, 0.00644583674, 0.0129339974, -0.00713570649, 0.0303711928, -0.00252881646, -0.0272900574, 0.00295628165, -0.0062596146, -0.0010004167, -0.00214684894, 0.0283566043, -0.0153041016, -0.0152194547, 0.00994597282, -0.00747006061, 0.00106654689, 0.00438469276, -0.00312345871, 0.0126715926, -0.0192486327, 0.0114357527, 0.0290676355, 0.0267483182, 0.0229730811, -0.0303881224, -0.00826997, -0.00934498198, 0.021534089, 0.00248649321, -0.0073134643, 0.00844349619, 0.0135434521, 0.0015151737, 0.011596581, 0.00796524342, 0.00398262171, -0.0354499854, -0.00471058208, 0.00685214065, 0.00988672, 0.0102083776, 0.00529887574, -0.000850698096, 0.0176572762, -0.000800439215, -0.0073176967, -0.0216864534, -0.00978514459, 0.00497721881, 0.0206199065, -0.0101660537, 0.0169716384, 0.0404272042, -0.00319752446, 0.0139582204, -0.0107924389, -0.0129593909, 0.000258568849, -0.00435929885, 0.00553588616, -0.00769860623, -0.0156934764, -0.0266128834, -0.00257113972, -0.00109194091, -0.0110717723, 0.0119520966, 0.0262742974, 0.00324408, 0.0108347619, -0.0109955901, -0.00831652619, 0.015498789, -0.00254786201, -0.0124684414, 0.0176403467, -0.00336046913, 0.00452859187, -0.00139984279, 0.00480369339, 0.0190624092, -0.0144491708, -0.0143306656, 0.0049814512, 0.00293723634, -0.00178604282, -0.000813665218, 0.0134503413, 0.0220588986, -0.00837154686, -0.00376465661, 0.00139137811, 0.00153739343, 0.00463016797, -0.00406938419, -0.00285258959, -0.0153464247, 0.007474293, 0.0336724073, 0.00894714333, 0.0284920391, -0.00320810522, 0.00639504893, -0.00153421925, 0.00144110795, -0.0113172475, -0.0023637556, -0.0137042813, -0.00798217207, -0.0154564651, -0.0100729428, 0.00179768167, -0.0180805083, -0.016480688, -0.0100983372, -0.000858104671, -0.000304992194, -0.00870166812, -0.0297448076, -0.00894714333, -0.00378581812, -0.039039, -0.014821616, 0.00732616149, -0.0202643909, -0.014863939, -0.00952274, 0.0130609674, -0.00583214918, 0.0160574559, 0.0036144089, -0.00556128, 0.00755470712, -0.00486294599, 0.0101660537, -0.0117489453, -0.0111733479, 0.00964124501, 0.00184635352, 0.00208336394, -0.0270699766, -0.014906262, -0.0015797168, 0.00829536468, 0.0234301724, 0.0109194089, 0.000911008799, -0.024124274, -0.00405457104, -0.014313736, -0.0107501158, 0.00506609771, 0.00168869924, 0.0192317031, 0.00953120459, -0.00537929, 0.00551049225, -0.00291819079, 0.0125192292, -0.0187238231, 0.00389585877, -5.24412e-05, -0.0135688465, 0.00434660167, 0.0188931171, 0.017030891, -0.00484178448, -0.00672940305, -0.0115881162, 0.00420270255, -0.0145168882, 0.0125107644, -0.00279756938, 0.0229222942, 0.00506609771, 0.000612100586, 0.0087863151, -0.00740234321, -0.00839270838, 0.02029825, 0.000406568084, 0.00642044283, -0.0196887944, 0.00158500718, -0.00236163964, -0.0168023463, -0.00120198145, -0.0296770912, 0.0270022582, 0.00672517065, -0.00855776947, 0.00461747078, 0.00755047472, -0.0107416511, 0.00636542263, 0.00162838853, -0.00612418, -0.0072542117, -0.0235825367, 0.0175218415, -0.015498789, -0.007283838, 0.0128324209, -0.00636965502, 0.00704259519, -0.0254786201, -0.0047275112, -0.00102739781, -0.0330460258, -0.0147623634, 0.010022155, 0.0133910887, 0.000549673743, 0.0216018073, -0.0023933819, -0.00573057355, -0.0171493962, 0.0135942409, 0.00774939451, -0.0279164407, -0.00667861523, 0.0188253988, 0.00688599935, 0.0133233713, 0.0136027047, 0.00465979427, -0.00960738678, -0.0282719564, -0.00398897, 0.000198919457, 0.0265113078, -0.0143052721, 0.0188761875, 0.00793561712, 0.0168192759, 0.0141952308, 0.00252670026, 0.00784673821, 0.00813030358, 0.0117997332, -0.0351114, 0.00227699289, -0.0108686211, -0.00520576444, 0.0178942867, 0.00767744472, -0.0182159431, -1.63837412e-05, -0.0185545292, -0.00253516505, 0.01953643, 0.0048587136, -0.00324408, 0.0185037423, -0.00762665691, 0.0147623634, -0.00992057938, -0.0121637136, -0.000475343433, 0.0314716, -0.00212886138, -0.0229053646, 0.0196210761, -0.0094550224, -0.010191448, 0.0114103584, -0.00683944346, 0.00548509834, 0.00915029552, -0.00647123111, 0.0242597088, 0.0180297215, 0.0136280991, 0.00689446367, -0.00314250425, -0.0212632213, 0.00341337337, 0.00212251302, -0.0210769977, 0.00898100156, -0.00410959125, -0.00350013608, 0.00225583138, -0.00247168, -0.00837154686, 0.0194009952, 0.00100941048, 0.00159770413, 0.0187915396, 0.00284200883, -0.0213647969, 0.0116727632, 0.00822764728, 0.0214325134, -0.0179281458, 0.027053047, 0.0102591654, 0.0236671828, -0.00721188867, -0.00318906, 0.0240057688, 0.035720855, -0.0111648841, 0.00417942461, 0.0429666042, 0.000199580754, -0.0213986542, 0.0319964066, 0.0154395364, 0.004183657, 0.00414345, 0.00231720018, 0.00774516212, -0.00279122102, -0.0168362036, -0.0284412503, -0.0252077505, -0.0163113959, -0.000864453206, 0.00323561556, 0.00931112375, -0.00792291947, -0.0144576356, -0.0103014885, 0.00661936263, -0.00514651183, 0.00266213482, -0.0144068478, -0.0147877568, 9.60870893e-05, -0.0162352137, 0.00493066339, -0.00443124818, 0.0241581332, -0.00927726459, -0.0139243621, 0.0141867669, -0.0108940145, 0.00933651719, -0.00527771423, -0.00959892198, -0.0144745652, 0.0124345822, 0.00197438151, -0.000740128511, -0.0137381395, -0.00317424675, -0.0127477748, 0.00992057938, -0.00677595846, -0.0145507464, 0.0129170679, 0.0252923984, 0.0175557, 0.0290676355, 0.012527694, -0.0131625431, -0.00276582688, -0.00920954812, 0.0149570508, -0.0153041016, 0.00793138426, 0.0181990135, 0.016734628, 0.00930265896, -0.010022155, -0.0110802371, 0.0157611929, 0.0106823985, 0.00656857435, -0.0350436829, -0.00808798056, 0.0046978849, 0.00260288222, 0.0031594336, 0.0181143675, 0.0106146811, -0.00876092073, 0.0135011291, -0.0312007293, -0.00746159581, -0.0134672709, -0.0148385456, -0.0105469637, 0.00776209123, -0.00410959125, 0.00633579632, 0.0229561515, -0.0187746119, -0.0138312513, -0.00500684511, -0.0190962683, 0.00328428717, -0.00455821818, -0.0019447552, 0.0102507006, -0.00982746761, 0.0179620031, 0.000549144694, 0.0299141016, 0.00555281574, 0.0261050053, -0.00999676064, -0.006073392, 0.0232100915, -0.012316077, -0.00179556559, 0.0165822655, 0.0132133309, 0.00324408, -0.00796524342, 0.0149570508, 0.016396042, 0.00413498515, -0.0105046406, 0.0104369232, -0.0145338178, -0.00801603124, -0.00333507522, 3.59086662e-05, 0.00675056456, -0.00352129759, 0.00946348719, -0.015414142, 0.0116896927, 0.0124599766, -0.00972589198, -0.0128408857, -0.0176064875, 0.0126546631, 0.00623845262, 0.005882937, -0.00614110939, 0.00876092073, 0.0267483182, -0.024124274, -0.0160997789, 0.015117879, 0.0116473688, 0.012316077, -0.00321445381, 0.0283227451, 0.0124176526, -0.00697064586, 0.000906247413, 0.00823611207, -0.00333719142, -0.00641197851, -0.00607762439, 0.0047275112, 0.00292665535, 0.00752931321, -0.0128408857, 0.00266425102, -0.00683097867, -0.0112410653, -0.00615380611, 0.000658656179, -0.0256987, 0.00433813734, 0.00691139325, -0.0259865, 0.000184635355, 0.0341633596, 0.00057348056, -0.00260711461, 0.00795677863, -0.00825727358, 0.00201564655, 0.0181143675, 0.0112326005, 0.00384718692, -0.00154374202, -0.00283566047, 0.0247337297, -0.00435083406, 0.0214325134, 0.024378214, -0.025783347, -0.0238872636, -0.00829959661, -0.0113595705, 0.007474293, 0.00016439952, 0.00769437384, -0.00496452162, -0.0345696621, 0.00477406709, -0.0252923984, -0.00821918249, -0.00352976238, 0.0188423283, -0.0245813671, -0.00136915839, -0.00696218107, -0.0151432725, -0.0284243207, 0.018689964, -0.0280180182, 0.00281661493, -0.00079038745, 0.012527694, -0.0105046406, -0.000103295279, -0.00823188, 0.00344511564, -0.0203828961, -0.01397515, -0.00770283863, 0.00156701973, -0.0078679, -0.00325889327, 0.0120959962, 0.00952274, -0.00428311666, -0.000990894, 0.00814300124, 0.0239380524, -0.000970261404, -0.0135857761, 0.0211277865, 0.00352553, -0.0251569636, -0.00481215818, 0.00172467402, -0.0105300341, -0.00554435095, 0.000230926453, -0.00698757498, 0.00844349619, -0.00242089224, 0.0323011354, -0.0164299011, -0.000218890767, 0.000364773849, 0.00143052719, 0.0159220211, 0.00545123965, 0.0190793388, 0.0165738, 0.000168499595, 0.002367988, -0.000911008799, -0.0109701967, 0.0123245418, -0.00437199557, 0.00722881779, 0.011469611, -0.0139074326, -0.00120198145, 0.00502800662, 0.000579300046, 0.0248691645, 0.00743196951, -0.00102052034, -0.0251908209, -0.00104115286, -0.0112072071, 0.0102676302, 0.0012443047, -0.00322715077, -0.00430427864, -0.00268752896, 0.00766898, 0.00578982616, -0.000735367124, -0.0233285967, 0.00804988947, 0.0173525494, 0.0129001383, -0.00521846162, 0.0162775367, -0.00487564271, -0.00348532293, -0.012443047, -0.0134841995, 0.00345569663, 0.0199088752, -0.0176234171, -0.0358224325, -0.0196887944, -0.0266636722, 0.0124769052, -0.00163156283, 0.00684790825, -0.0244290028, 0.0162182841, -0.00212462922, 0.0273577739, -0.00835884921, -0.01448303, 0.00522269402, 0.0119690262, 0.00843079947, -0.00902332552, 0.0144576356, -0.0302018989, -0.0408673696, 0.00481639, 0.0168362036, -0.00964971, 0.0198580865, 0.00920108333, 0.00464709708, 0.005882937, 0.00625115, 0.000906776462, -0.00610725069, 0.0144999586, 0.0108770849, -0.00202199514, 0.0134672709, -0.0253262557, -0.0130440379, 0.0122398948, -0.00948041677, 0.0106993271, 0.0208399873, -0.012316077, -0.00822341535, -0.00327370642, -0.000987719744, 0.0145422826, 0.0136873517, -0.00194158091, -0.00658550393, 0.0141613726, -0.0218896046, -0.00265790266, 0.00234682648, 0.00272561982, -0.0117066214, 0.00149295398, 0.00141571404, -0.0122822188, 0.0177757815, -0.0085916277, 0.0244797897, -0.00198707846, -0.00371598476, -0.0216018073, 0.0191809144, 0.0171155389, 0.0130525026, -0.00159135566, -0.00127181481, 0.0327920839, -0.000325624802, -0.0024886094, 0.00137444877, -0.00151305762, 0.000504176191, -0.0107670445, 0.00775362644, -0.0171663258, 0.00136598421, -0.00846042577, 0.00229392224, -0.00424925843, -0.0211616438, 0.0358901508, -0.0050195423, -0.00216906867, -0.00164002751, -0.000878737308, -0.00234259409, -0.00868473854, 0.00840117317, -0.0229561515, -0.00609032111, 0.00841810182, 0.00683521107, -0.00962431636, -0.0111140953, -0.00224948279, -0.00810067728, -0.00186751515, -0.0128578153, -0.00992057938, 0.00530310813, -0.0212632213, -0.0119436318, -2.11120478e-05, -0.0122991474, -0.00692832237, 0.0155919, 0.0266467426, -0.00244840235, 0.0118589858, 0.00539198704, -0.0162182841, -0.0216018073, 0.0084054051, -0.0073134643, 0.0224313438, 0.0139412917, 0.00729230279, -0.00648392783, -0.00551049225, -0.0158966277, -0.000996184419, 0.002431473, -0.010445388, 0.00579829048, -0.0123414714, -0.00803296, -0.0109871263, -0.00131096388, -0.0341464281, -0.0181651562, 0.00531580532, -0.00771130342, -0.00494336, -0.00990365, -0.0190624092, 0.01248537, 0.00396992452, 0.0240904167, 0.012146784, -0.0102083776, 0.00422598049, 0.0140005443, 0.00226006354, 0.00440585427, -0.0137973921, 0.0162944663, 0.0161082447, -0.0048206225, 0.00682251435, 0.0255294088, -0.0238195471, 0.0155749703, -0.00323773152, -0.00574750267, 0.00228545768, 0.00156172935, -0.00455821818, -0.00415191473, -0.00312134251, -0.0210769977, -0.0178604275, 0.0108009037, 0.0135180587, 0.00256690755, -0.00053856388, 0.0073811817, -0.0284751095, -0.0137296747, 0.0360255837, 0.00197014911, -0.00311287795, 0.00208548014, -0.0232608803, -0.0409689434, -0.000147602477, 0.00656434195, -0.00551049225, 0.00875245593, 0.00458784448, 0.00105226273, -0.00868473854, -0.0014876636, 0.00362075749, 0.0178096406, -0.00646699872, -0.0165484063, 0.00170245429, 0.0112918532, 0.0253770445, -0.00922647677, 0.0257494897, 0.00771130342, -0.00818532426, -0.00336681772, 0.0160659198, 0.00887096114, 0.00377523736, 0.0173102245, 0.00266425102, -0.018046651, 0.00170245429, 0.0159050915, 0.00412863679, 0.0201289561, -0.0105300341, -0.00199660123, -0.00576443179, 0.0231254455, -0.0041878894, 0.0115457932, -0.00810491, 0.00539198704, -0.0234640315, -0.0230408, 0.010445388, -0.00708068628, -0.0277640782, -0.00605646288, -0.0144661, 0.00105279183, -0.0141359782, 0.0136619573, 0.0315223858, 0.0239211228, -0.00144534034, 0.00746159581, -0.000824775081, 0.00876092073, -0.00859586, 0.00928572938, -0.0208738465, -0.00388739421, 0.0131117553, -0.0180297215, -0.0179281458, 0.00688176695, 0.0124938348, 0.000103625927, -0.0145422826, -0.0220250394, 0.0144491708, -0.0249199532, 0.00203469209, 0.0123753296, 0.00521846162, 0.0187238231, 0.0254955497, -0.0403594896, 0.0170816798, 0.0115796523, 0.0152787073, 0.00954813417, 0.00568825, 0.0100475485, 0.0049179662, 0.0157950521, -0.00329910032, 0.00802872796, -0.00155855517, 0.0188253988, 0.00415826309, -0.0120452084, 0.00962431636, -0.00296897884, 0.0243104976, 0.00161674968, -0.015117879, -0.00101046858, -0.00426407158, 0.00534543162, -0.00579405809, -0.016946245, -0.000684050145, -0.00578982616, -0.0173186902, -0.00433390494, 0.00676326174, -0.0144576356, 0.00580252288, 0.0135942409, -0.0187576823, 0.0147538986, 0.0343834385, -0.0071611004, -0.0163791124, -0.00228968984, -0.00800333358, 0.0110463789, 0.00099195214, 0.000587235612, 0.0214325134, 0.00617073569, -0.00264943787, 0.0156850107, 0.00914183073, 0.0204167552, 0.0248183776, 0.0200273804, -0.014821616, 0.00323349936, 0.00902332552, 0.01384818, 0.0220758282, 0.00966663938, 0.00715263607, -0.00693255477, 0.00834615249, -0.00470634969, -0.00564592658, -0.0295247268, 0.00763935363, 0.00167600228, 0.00953120459, -0.000187677331, 0.0114357527, 0.0082107177, 0.00062479754, 0.0243104976, 0.00840117317, 0.0177419223, 0.00262404396, 0.00299437274, -0.0181482267, -0.00342818652, -0.064907, 0.0176234171, -0.000651778653, 0.0113003179, -0.0132302605, 0.00209077052, 0.0150840199, -0.00292665535, 0.0111987423, -0.000954390154, 0.0123837944, -0.0108347619, -0.0213309377, 0.00378581812, -0.00189396716, -0.00113849645, 0.0105046406, 0.016396042, -0.0175049119, 0.00233201333, 0.00797794, -5.2408137e-05, 0.00644583674, 0.00653048372, -0.00455398578, -0.0015162318, 0.00480792578, 0.00893021375, -0.00711454498, -0.0111225601, 0.0185037423, -0.00471481448, 0.00227487669, -0.0136958165, 0.00342395413, 0.000425878097, -0.00716533279, 0.000436987961, 0.00866781, -0.0229222942, 0.000948041677, -0.00768590951, 0.00791445468, -0.0198750161, -0.0114442175, 0.00232778094, -0.00231720018, 0.00723728258, -0.000672411232, 0.0175557, -0.0217203125, 0.00898946635, -0.0164976176, 0.00245051854, 0.0217372421, 0.000518460292, -0.0144661, -0.0194856431, 0.0136450287, 0.00730923191, 0.0015162318, -0.00290337764, -0.014990909, -0.00248226081, -0.00694525195, -0.00500684511, -0.0049560573, -6.25591128e-05, -0.00229603844, 0.0102422358, 0.00443548057, -0.00864241552, -0.00210981607, 0.00939577, -0.00518037053, 0.00777478842, -0.0104115289, 0.00522692641, 0.000187809594, 0.01261234, 0.0151432725, -0.00733462581, 0.0208738465, -0.00811337493, 0.00894714333, 0.00092793809, -0.0160743855, -0.00637388742, 0.00766051514, -0.00112050911, 0.0290676355, -0.00248226081, -0.0111564193, 0.00570941158, 0.00820648577, -0.00332026207, 0.00292242318, -0.0254278313, 0.0109871263, 0.00522269402, 0.014440706, -0.00920954812, 0.0145930704, -0.00685214065, 0.00555281574, 0.00258595287, 0.00572210876, -0.0191639848, 0.000347050984, 0.0401224792, 0.0304558389, 0.00697487826, 0.0140936552, 0.00957352761, 0.016649982, -0.00369693921, -0.00513381511, -0.000548615644, -0.00452435948, -0.0123414714, -0.0123922592, -0.0318101831, -0.00379639911, -0.00440162187, 0.0223297682, 0.00434660167, 0.00299225654, -0.000761819188, -0.00108770852, -0.00465979427, 0.0122060366, 0.0179112162, 0.012104461, -0.0165060833, -0.0125361579, 0.0046682586, -0.0203151796, 0.0260034297, 0.00353187858, 0.0101829832, -0.00933651719, 0.0100814076, -0.0163706485, 0.00660243304, -0.0244797897, -0.0174033362, 0.00853660703, 0.000744889898, -0.0224990603, 0.00650932174, 0.0235486776, 0.0185037423, -0.00561630027, -0.00304304459, 0.000268620613, 0.00551049225, -0.00446510687, 0.00237010419, 0.00432544, -0.010318418, 0.0305235554, -0.000830594567, -0.00362710585, 0.0121637136, 0.000461323856, 0.017200185, 0.00770707102, 0.016480688, 0.0098359324, 0.0109024793, 0.0103268828, 0.0118081979, -0.0164045077, 0.00391067192, 0.00760126254, -0.0129847853, -0.00850698072, -0.00559937116, 0.0175726302, 0.006136877, 0.0110548427, 0.0126292696, 0.00809644535, -0.0171240028, 0.0140767256, -0.0176742058, 0.010318418, 0.0105554285, 0.0209246334, 0.0133064417, 0.0143475952, 0.00153950963, -0.00965817459, -0.0234132428, 0.00785943493, -0.0176911354, -0.00586600788, -0.00390220736, -0.00575596746, -0.00302823144, 0.00720765628, 0.00806258619, -0.00568825, -0.019705724, 0.0107416511, -0.011765874, 0.00443971297, 0.0133910887, -0.00365461595, 0.0201289561, 0.0198750161, -0.00951427501, -0.00396780856, 0.00326100946, 0.00668284716, -0.00822341535, -0.0138651095, 0.0212632213, 0.00254151342, 0.00622152351, -0.0018823283, 0.00717803, 0.0289152712, 0.0122822188, 0.0189777631, -0.0236841124, 0.0183513779, 0.00319540827, 0.0125107644, 0.0165060833, 0.00680135237, -0.00551472465, 0.00489680469, -0.0161759611, 0.00120727182, -0.0109871263, 0.00625538221, 0.0133826239, -0.000328005495, 0.0196718648, 0.0226175655, 0.0140005443, -0.00623845262, -0.0110040549, -0.0125530874, 0.0158458389, -0.00369059085, -0.0109532671, -0.00463016797, -0.0245644376, 0.0133656943, 0.0105808219, -0.0119013088, 0.0119605614, 0.00196803291, -0.00774092972, -0.0116727632, 0.00643737242, -0.0200273804, 0.0105215693, -0.002973211, -0.0159982033, 0.0113765, 0.00662782695, -0.00381121226, 0.012104461, -0.0330460258, -0.0286613312, -0.00609455351, -0.00210452545, 0.00763088884, -0.0235656071, -0.008621254, -0.0220250394, 0.00604376569, 0.00705952477, -0.00329910032, 0.0137042813, -0.0135942409, -0.00885403249, -0.00699180737, -0.00658973632, -0.00648392783, -0.0147285042, 0.00460900599, 0.0108093685, -0.01312022, -0.00498991599, 0.0073769493, 0.00643314, 0.000945396489, -0.0170224272, -0.0109955901, -0.0100898724, -0.027645573, -0.01397515, -0.00374984345, 0.00535812834, -0.00707645388, -0.0159050915, -0.00176488119, -0.0142121604, 0.012104461, 0.000319540821, -0.0062596146, -0.0154056773, -0.0107755093, -0.0217372421, -0.0183683075, -0.0119520966, -0.0134164831, 0.00464286469, -0.0199088752, 0.0122652892, -0.019705724, 0.00558667397, -0.00390220736, -0.00372233335, 0.0121975718, -0.00304727675, -0.0215510186, 0.0206199065, -0.00911643635, -0.00377946976, -0.0124684414, -0.00294781709, 0.0222281907, -0.00528617902, -0.0162098203, 0.00467672339, 0.0133233713, 0.0120959962, -0.0247506592, 0.00755047472, -0.00717379758, -0.00441855146, 6.44768879e-05, -0.00768590951, -0.00742773712, -0.0124769052, -0.0112326005, 0.0206368361, -0.00266425102, -0.00822341535, 0.0268668234, -0.0178265702, -0.0240057688, -0.00776632363, 0.0271546226, 0.00391490432, 0.00269599352, -0.00413921755, 0.0207045525, 0.0239211228, -0.0025224681, 0.00200929819, 0.0198750161, -0.00874399114, 0.00351283303, -0.0186391771, -0.00766051514, -0.00311499415, -0.0193671379, -0.0297448076, -0.00872706249, 0.00268964493, -0.00555704767, 7.20818498e-05, -0.0143222008, -0.0335708335, -0.00644583674, 0.000673469331, -0.00369693921, 0.0776039809, -0.0141952308, 0.00733039388, -0.0134926643, 0.00435929885, -0.0061326446, -0.00124959508, 0.0543769635, 0.00754201, 0.0158796981, 0.00766051514, 0.0158458389, -0.0148808686, 0.0122145014, -0.0116050458, -0.0196041483, -0.0131540783, -0.00808374863, 0.00413710158, -0.00472327927, 0.00938730594, -0.0182498023, 0.0100136902, -0.0110040549, -0.0238026176, -0.0137635339, -0.0152702425, -0.00744889909, -0.0130186435, -0.0110209845, -0.00288433209, 0.0280518755, -0.00500261271, 0.000966029067, -0.0208230577, 0.0179789327, -0.0114272879, 0.000292559736, 0.010276095, -0.030151112, 0.0165060833, 0.0221774038, -0.00538775465, -0.0030324636, 0.0163875781, -0.0164129715, -0.00871013291, -0.016988568, 0.0157696567, -0.00670824153, -0.00755470712, -0.0136704221, -0.018046651, -0.00755470712, -0.00490950141, 0.00979360938, 0.0206029769, -0.0195195, 0.00935344677, -0.00686906977, -0.0049221986, 0.00630617, 0.00791868754, 0.0100729428, 0.00468095578, -0.0245136488, -0.0116304401, 0.00760972733, -0.0167515576, 0.00817262754, 0.0181990135, -0.0174710546, 0.006073392, -0.00470634969, -0.000150115418, 0.00730923191, -0.017792711, 0.0258172061, 0.00618343242, -0.010318418, -0.0126038752, 0.0216018073, -0.00410747528, -0.0106908632, -0.00486294599, 0.00345146423, -0.0104284585, 0.000586177572, -0.00871013291, 0.0151517373, 0.00517613813, 0.0264097322, -0.0160997789, -0.011892844, 0.00671247346, 0.00804142468, 0.00074118661, -0.00752508081, -0.00277852383, -0.0155411121, 0.00532850204, 0.0234132428, -0.0157865863, -0.00226006354, 0.000140857199, 0.0303034745, 0.00894714333, 0.00674633216, 0.0171409324, 0.00539198704, -0.00296263024, -0.00397204049, -0.00696218107, 0.00724151498, 8.07449e-05, 0.000937460863, 0.00909950677, 0.00386411627, 0.00724151498, -0.00807528384, 0.00584484637, 0.00889635552, 0.0178096406, -0.0198750161, 0.0195872188, -0.000238333028, 0.016649982, 0.00271927123, 0.0230238698, -0.00825304165, 0.000930054288, 0.00663205935, -0.00383025757, 0.00281449873, 0.014398383, 0.0115881162, -0.012019814, 0.0131625431, 0.0273239147, -0.00701296888, -0.00384083856, -0.00567555288, 0.0172763672, 0.0163875781, 0.0187068935, -0.0115796523, 0.0211616438, 0.00195745216, -0.014525353, 0.00174477755, -0.000760232098, -0.00867627468, -0.0073811817, -0.0162182841, -0.0127139157, 0.0147623634, -0.00762665691, -0.0332661048, 0.0149316564, 0.00916722417, 0.00131413818, 0.00952274, 0.0158796981, -0.0129170679, 0.00372656551, -0.00396145973, -0.00287586753, -0.0147285042, -0.00864664838, -0.00234047789, 0.0235148203, -0.00889635552, 0.00859586, 0.00993750803, -0.00633579632, 0.00790599082, 0.0124261174, -0.0147877568, 0.0120113492, -0.00760126254, -0.00244417, -0.00278698863, -0.00447780406, 0.0576951094, -0.00523115834, 0.00327582262, -0.00075864495, 0.00556128, 0.010064478, 0.00888789073, -0.00860432442, 0.000131929628, -0.0059718159, -0.0130609674, 0.0119267032, -0.0135349883, 0.00541314855, -0.018300591, 0.0163367894, 0.00134164828, 0.00944655854, -0.00326947402, -0.00711454498, -0.0203998256, 0.0103776706, 0.0200273804, -0.0238026176, -0.00828266796, -0.00275101373, 0.00108347624, 0.0036715453] |
09 Feb, 2022 | Foundation CSS Progress Bar
09 Feb, 2022
Foundation CSS is an open-source & responsive front-end framework built by ZURB foundation in September 2011, that makes it easy to design beautiful responsive websites, apps, and emails that look amazing & can be accessible to any device. It is used by many companies such as Facebook, eBay, Mozilla, Adobe, and even Disney. The framework is built on Saas-like bootstrap. It is more sophisticated, flexible, and easily customizable. It also comes with CLI, so it’s easy to use it with module bundlers. It offers the Fastclick.js tool for faster rendering on mobile devices.
A progress bar is used to display the progress of a process. A progress bar helps us to visualize how much of the process is complete and how much is left. We can add a progress bar on a web page using predefined Foundation CSS classes. To add a progress bar using Foundation CSS, we use the “progress” class to create a progress container and the “progress-meter” class to create a progress bar.
Syntax:
<div class="progress">
<div class="progress-meter" style="width:20%">
...
</div>
</div>
Example: This example illustrates a basic progress bar using Foundation CSS.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Compressed CSS -->
<link rel="stylesheet" href=
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/foundation.min.css"
crossorigin="anonymous">
<!-- Compressed JavaScript -->
<script src=
"https://cdn.jsdelivr.net/npm/[email protected]/dist/js/foundation.min.js"
crossorigin="anonymous"></script>
</head>
<body>
<center>
<h1 style="color: green;">
GeeksforGeeks
</h1>
<strong>Foundation CSS Progress bar</strong><br/>
</center>
<div class="progress">
<div class="progress-meter" style="width: 50%"></div>
</div>
<div class="progress">
<div class="progress-meter" style="width: 70%"></div>
</div>
</body>
</html>
Output:
Labeled Progress Bar:
The labeled progress bar is used to display the text inside the progress bar to show the task completion percentage. To add a label to the progress bar we use an <span> element with progress-meter-text class.
Syntax:
<div class="progress">
<div class="progress-meter" style="width:40%">
<span class="progress-meter-text">
...
</span>
</div>
</div>
Example: This example illustrates a basic progress bar with labels made using Foundation CSS.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Compressed CSS -->
<link rel="stylesheet" href=
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/foundation.min.css"
crossorigin="anonymous">
<!-- Compressed JavaScript -->
<script src=
"https://cdn.jsdelivr.net/npm/[email protected]/dist/js/foundation.min.js"
crossorigin="anonymous"></script>
</head>
<body>
<center>
<h1 style="color:green;">
GeeksforGeeks
</h1>
<strong>Foundation CSS Progress bar</strong><br/>
</center>
<div class="progress">
<div class="progress-meter" style="width: 50%">
<span class="progress-meter-text">50%</span>
</div>
</div>
<div class="progress">
<div class="progress-meter" style="width: 70%">
<span class="progress-meter-text">70%</span>
</div>
</div>
</body>
</html>
Output:
Colored Progress Bars: We can use contextual color classes of foundation CSS to set the color of the progress bar. The default color of the progress bar is blue. Following are the five types of color classes available in Foundation CSS.
primary
secondary
success
alert
warning
Syntax:
<div class="primary progress">
<div class="progress-meter" style="width:30%">
...
</div>
</div>
Example: The following is an example showing all contextual color progress bars made using Foundation CSS.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Compressed CSS -->
<link rel="stylesheet" href=
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/foundation.min.css"
crossorigin="anonymous">
<!-- Compressed JavaScript -->
<script src=
"https://cdn.jsdelivr.net/npm/[email protected]/dist/js/foundation.min.js"
crossorigin="anonymous"></script>
</head>
<body>
<center>
<h1 style="color:green;">
GeeksforGeeks
</h1>
<strong>Foundation CSS Progress bar</strong><br/>
</center>
<div class="primary progress">
<div class="progress-meter" style="width: 50%">
<span class="progress-meter-text">Primary</span>
</div>
</div>
<div class="secondary progress">
<div class="progress-meter" style="width: 70%">
<span class="progress-meter-text">Secondary</span>
</div>
</div>
<div class="success progress">
<div class="progress-meter" style="width: 80%">
<span class="progress-meter-text">Success</span>
</div>
</div>
<div class="alert progress">
<div class="progress-meter" style="width: 90%">
<span class="progress-meter-text">Alert</span>
</div>
</div>
<div class="warning progress">
<div class="progress-meter" style="width: 100%">
<span class="progress-meter-text">Warning</span>
</div>
</div>
</body>
</html>
Output:
Reference link: https://get.foundation/sites/docs/progress-bar.html
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar | https://www.geeksforgeeks.org/foundation-css-progress-bar?ref=asr10 | CSS | Foundation CSS Progress Bar | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Foundation CSS Progress Bar, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create animations using relative value in jQuery ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0243820418, 0.0242715739, -0.0183378197, 0.0227881353, 0.0507209599, -0.0104550831, 0.00417808769, 0.0190637577, -0.0356025174, 0.00930305105, 0.00340283359, 0.0105576608, 0.0288954824, -0.0519834608, -0.0160574298, 0.000449765823, -0.0120805521, -0.0175645389, 0.008395629, 0.0186061021, -0.0185903199, -0.0334562659, -0.0406209566, -0.000597715087, -0.0157181323, 0.0118438331, 0.000609551033, 0.0271911062, -0.023798136, 0.0292111058, 0.0232615732, 0.0100368792, -0.00335351704, -0.0248239171, -0.0189059451, 0.0272384491, 0.0250290744, 0.0172015708, -0.033582516, -0.0252500121, 0.0164282881, -0.0172962584, 0.0181326643, 0.040336892, 0.0192531329, 0.00301816547, -0.0168859456, -0.034971267, 0.01268024, -0.0776437819, -0.0104708644, 0.0169490706, 0.0527409613, 0.030978607, 0.0214467291, 0.00332195451, -0.00866391, 0.0381906405, -0.027112199, 0.0266703237, 0.0296687633, -0.0192531329, -0.0115992241, 0.00529461168, 0.019931728, 0.0553922132, -0.0254551675, 0.0319570452, -0.00894797314, 0.00949242618, -0.0109600825, -0.000161264717, -0.0012595416, 0.0516993962, 0.00130984432, 0.00277355593, 0.0362337679, -0.00998953544, -0.00967391, 0.0112046925, 0.00920836348, -0.0127749275, -0.0573806502, -0.00771703478, 0.00774070667, 0.0538456477, -0.0115124267, -0.0390428305, 0.0290217325, -0.00605211221, 0.00355275557, 0.00793797243, 0.0141873499, -0.0104393018, -0.0264967307, -0.00126250053, 0.0356972031, -0.000415737479, -0.0110626612, -0.00126052788, -0.0273647, 0.0582644, -0.0295740757, -0.0137454746, 0.0211311039, -0.0163493827, 0.0135797719, 0.00141340878, 0.00560234627, -0.0130747715, 0.0158049297, 0.0085928943, -0.0395793915, 0.027838137, -0.0187481325, 0.0139348498, 0.0391059555, -0.0506894, 0.0608840883, 0.0507525243, 0.00810367521, 0.023245791, -0.0214309469, 0.0804212838, -0.0365809537, 0.0363600142, 0.0106523484, -0.026812356, 0.0262600109, 0.0213362593, 0.000215882668, 0.00960289501, -0.000360256498, -0.0105418796, 0.0422622077, 0.00134732481, 0.0329512656, 0.00940562878, -0.00852976926, 0.011110005, -0.023735011, -0.0478172079, 0.0237823538, 0.00876648817, 0.00442664279, 0.0479118973, 0.0161600076, 0.0436825193, -0.0366125144, 0.0044384785, -0.0326356404, 0.00794980861, 0.0327934511, 0.000184690027, 0.0270806365, -0.0242873542, -0.0432090834, 0.0306945443, -0.014613444, -0.0129406303, 0.0351290777, -0.00244609476, 0.0267176684, -0.00706605799, -0.00429250207, 0.0416625179, 0.028564075, -0.00153965887, -0.0717100352, 0.0365809537, 0.0373384543, -0.0125066461, -0.0173436012, 0.000755527697, -0.0490797088, 0.0370228291, 0.0148659442, -0.0120095368, 0.00958711375, -0.020105321, -0.0373384543, 0.0145503189, 0.00939773861, -0.00252500107, 0.0405893922, 0.00314836088, 0.020231571, -0.00162546942, -0.0581065901, -0.00956344139, -0.00575226825, 0.027775012, 0.0326987654, 0.0169964135, 0.0453237705, -0.0193636026, -0.0281853247, 0.0356340781, -0.00689246412, -0.0014597663, -0.003095099, -0.00466336124, -0.00632828427, 0.0212573539, 0.0300317314, 0.0170121957, 0.00991852, 0.00927148852, 0.0393268913, -0.0168543831, -0.043177519, 0.0299843885, -0.00424515828, -0.0105497707, -0.0231826659, 0.0136665683, -0.0281222, 0.00596926035, -0.00757894851, -0.00731461262, 0.00133252994, 0.0501528345, -0.000830981822, 0.00255853636, -0.0603790879, 3.41824489e-05, 0.0165545382, -0.0202631336, 0.016791258, 0.00842719153, -0.00549582252, 0.00066971709, 0.0213362593, 0.0119069582, 0.00194405357, 0.0291953254, -0.00991062913, -0.00531433849, -0.0304262638, 0.0371175148, -0.00568519766, -0.0202789158, -0.034055952, -0.0240664165, -0.00580750266, 0.00345806801, 0.00748820649, 0.00100704143, 0.0165229756, 0.00421754085, -0.0159785226, 0.00172706135, -0.0181326643, 0.0210679788, 0.00453711161, 0.0374647044, -0.0178801641, -0.0255498551, 0.032193765, 0.0262284484, 0.0341506414, -0.0040834, 0.020231571, 0.00934250373, 0.00756316725, 0.00198252033, 0.0279486068, -0.00332195451, 0.000315625133, -0.0118675055, 0.0576331504, -0.0232142285, 0.0223620404, 0.0130353179, -0.0129485214, 0.0250290744, -0.011591333, -0.00465152552, 0.0224093851, 0.0758131593, 0.0362337679, -0.023245791, -0.0012595416, 0.0332668908, 0.0322726704, -0.0331090763, -0.0207839161, 0.00130096741, -0.042704083, -0.00931883231, -0.0263546985, -0.00834039412, -0.00295306765, 0.0227092281, 0.0370543897, 0.0330775157, -0.0181642268, -0.0409681424, 0.0144556314, 0.0395793915, 0.0123330522, -0.019142665, -0.000340036786, -0.0357287675, 0.0392953306, 0.0261179805, -0.00326474756, -0.0044818772, -0.00108890678, -0.0194898527, 0.0284062624, -0.0150158657, -0.0337403268, -0.0292111058, -0.0103446143, -0.000706704392, 0.0336456411, 0.01871657, -0.0172804762, -0.0151105532, 0.0196950082, -0.00442269724, -0.0609472133, 0.045102831, -0.00276961061, -0.00768941734, -0.0392953306, -0.0120489895, -0.0156707875, -0.0181168839, -0.0254709478, -0.02234626, 0.0390112661, -0.0125697711, 0.0181957893, -0.0553922132, -0.0278223567, -0.00624148734, -0.0368018895, -0.0125697711, -0.0201368835, -0.0485431477, 0.00540113542, -0.0167754758, 0.00418992387, -0.0585169, 0.0141005535, -0.020168446, 0.0502159595, 0.00324107567, 0.0015524812, 0.0386956409, 0.0387903303, -0.0181484465, 0.0297476687, -0.00600082288, 0.0319570452, -0.0319097, 0.00634801062, -0.0063164481, 0.0234667286, -0.00560234627, -0.00481328322, -0.00618230738, 0.0455762707, -0.0648294, -0.0148738343, -0.00192728604, 0.0125776622, 0.0127196936, -0.0369281396, 0.020894384, 0.0130353179, -0.00394728687, -0.0594006516, 0.0111968014, -0.00804055, -0.0080247689, -0.0337718911, -0.0041978145, -0.0404000171, 0.0608525276, 0.0122304745, 0.0257707927, 0.0155445384, 0.0173909459, -0.00480933813, 0.00508945528, -0.0279643871, -0.00598504161, -0.0175803211, -0.0129643027, -0.0102420356, -0.0216834471, 0.0232773535, -0.0261021983, -0.00976859778, 0.0183378197, 0.00977648888, -0.0351290777, 0.0221884474, 0.0291164182, 0.0490481481, 0.00188881916, -0.00490008, -0.0116939116, -0.0206103213, 0.00417808769, -0.0138559435, -0.00538929924, 0.0168386, -0.0221568849, -0.00546426, 0.0155524286, 0.0279328246, 0.0338034518, -0.0231511034, 0.0501528345, 0.000311679818, 0.0329512656, 0.0168228205, -0.00863234792, 0.00107213913, 0.0348450169, 0.000695854775, -0.00981594156, -0.0396740809, 0.00422937702, 0.00759867532, -0.00881383196, -0.0473122075, 0.00906633213, -0.0231511034, -0.0031187709, 0.0203893837, -0.0160416476, 0.0265598558, -0.0184482895, -0.00714101875, -0.0100053167, -0.0288007949, 0.00384273613, 0.0419781432, -0.0316256396, -0.0400528312, 0.0286272, -0.0302842315, -0.00652554957, -0.0026453333, 0.0162231326, -0.0242873542, -0.0269386061, -0.0415047072, 0.0355393924, 0.0148422718, -0.0423884578, 0.0244767293, 0.000924189866, 0.0170595385, -0.0208470412, -0.0110153174, 0.000146839666, -0.0124040684, 0.0066794171, -0.00126644585, 0.0123409433, -0.0160337575, 0.00583117455, -0.0215256345, 0.0240979791, -0.00272029429, -0.0244925115, 0.0549503379, 0.0135639906, 0.00490797078, -0.00211666105, 0.0205629785, -0.0132325841, 0.0173278209, -0.0328881405, 0.0135560995, -0.0125303185, 0.0354131423, -0.0549819, 0.0013108307, -0.00917680096, 0.00271634897, -0.00925570726, 0.00843508169, 0.00985539518, -0.0202473532, -0.00405578315, -0.0502475239, 0.0193478204, 0.0145976627, -0.0018217488, -0.0420097075, -0.0332353264, -0.00606000284, -0.0325093903, 0.0121752396, 0.0268281363, -0.0268912613, 0.0383800156, 0.031704545, 0.00246976665, -0.014132116, 0.0136507871, -0.0279959496, 0.000415490911, -0.00696348, 0.00032647475, -0.0116307866, 0.0207839161, -0.0203578211, -0.00530250231, -0.0328881405, 0.0272384491, -0.0178643838, -0.0346556418, 0.0150079755, -0.0054287524, 0.0197423529, 0.00569703383, -0.0296214186, 0.0181326643, 0.0223304778, -0.0227881353, -0.0107075833, -0.0224093851, -0.000136729795, 0.00128913147, -0.00448582228, 0.0290848557, -0.00104649458, -0.00863234792, -0.00531039294, 0.00936617609, 0.010384067, 0.00465941615, -0.0140137561, 0.00401435746, -0.0476593971, -0.0332037657, -0.023245791, -0.00773676112, -0.00194405357, 0.00165801833, 0.0282011069, 0.00405578315, 0.0132641466, 0.0519518964, 0.0275856368, 0.000254719344, 0.0150000844, 0.00620992482, -0.0186692271, -0.00846664421, -0.0135403182, -0.0284378249, -0.00119345752, -0.0254709478, 0.0313100144, 0.0238612611, 0.0183220394, -0.0227881353, -0.0234351661, -0.0122857084, -0.0320832953, 0.00527883042, 0.0259443857, -0.0170437582, 0.00487640826, 0.00221923925, -0.00302408333, 0.0272700116, 0.0600950271, 0.00886117574, 0.014613444, -0.00732644834, -0.0212573539, -0.0329197, 0.0209259465, -0.0123251621, 0.0109127387, -0.00701082358, -0.00397687685, -0.0224409476, -0.0246818867, -0.0330459513, 7.87213503e-05, 0.0224882904, 0.0199948531, -0.0192689151, -0.0130826617, -0.0119937556, -0.00355670089, -0.0175645389, 0.0149053968, -0.0340875164, 0.00529461168, 0.0133903967, -0.00225671986, 0.00458445493, -0.00819836278, -0.0158522725, 0.0221411027, -0.0094371913, -0.0012319244, -0.00187895587, -0.0138243809, 0.0166492257, 0.0351606421, 0.00246187602, -0.0113940677, -0.0246029794, 0.00803660508, -0.00215414166, 0.0179275088, -0.00386049, 0.00897953566, 0.00310693495, 0.0330143906, -0.0131142242, 0.0368650146, 0.0185745396, 0.00727121392, -0.0277592316, -0.0184325073, -0.0296214186, -0.0223146975, -0.0154893035, 0.00531828357, -0.0158759449, -0.0234667286, 0.0184482895, -0.00676226849, -0.0091531286, -0.00098928751, -0.0165071953, -0.00444636913, 0.0351290777, -0.0231826659, 0.087743789, -0.00818258151, 0.0316572, -0.0266703237, 0.0229143854, 0.0172646958, -0.0144003974, -0.00985539518, 0.00390191586, -0.00333576323, 0.0243504792, -0.0038525993, -0.0108338334, -0.0108417235, -0.0110863326, -0.0240506362, -0.00227052835, -0.010084223, -0.0159548502, 0.0413153321, 0.0399581417, 0.00284062629, -0.0189217273, 0.00410707202, 0.012262037, -0.00880594179, 0.0373384543, 0.018542977, 0.00293531385, 0.0147396941, 0.0312153269, -0.00800898764, -0.00507367402, -0.00719230808, 0.0429881439, 0.00422543148, 0.0047580488, -0.0415362678, -0.00247173943, 0.0267807934, 0.0024125597, 0.0109600825, -0.0165387578, -0.0190953203, -0.0129958652, -0.018479852, 0.0072041438, 0.0158364922, 0.000219334819, 0.0209890716, 0.00833250396, 0.0171384457, 0.00413863454, -0.0193478204, -0.00413468946, 0.0206734464, -0.0194109455, 0.0169490706, -0.0120568806, -0.0395793915, -0.00212060637, -0.00418203324, 0.0323515758, -0.00966602, 0.0177223515, -0.0250764173, 0.00071656768, 0.00636379188, 0.0101078954, -0.00417808769, 0.016791258, -0.0145897716, -0.0302684512, 0.00516441651, -0.00043151874, -0.032067515, 0.00698715169, -0.00542086177, -0.00669125281, -0.00202986412, -0.0223620404, -0.0127670364, -0.00216795015, 0.00592191657, -4.41998491e-05, -0.0243820418, 0.00100063032, 0.00992641, -0.00368492352, -0.00637168251, -0.00331011857, -0.0286587626, 0.014794928, 0.0287692323, 0.0244451668, 0.00389402523, -0.0076026204, 0.0141636785, 0.00690824538, -0.00964234769, -0.0184009448, -0.00618625293, -0.0237823538, 0.00682144845, 0.0225987602, 0.00210679788, -0.00138579158, 0.0019381356, 0.0157575849, 0.0342768915, -0.0252026673, 0.0123409433, 0.00725148758, -0.0115676615, -0.0110626612, -0.00202197349, 0.013769147, 0.0133667244, 0.0309312642, 0.00668730773, 0.0162704755, -0.0373700149, -0.0146844592, -0.0318465754, -0.0198370405, 0.0241453238, -0.0290217325, 0.0347818919, 0.0355393924, 0.0569072142, 0.0106444582, -0.0134850843, 0.0196003206, -0.00754738599, -0.0128853964, 0.0264651682, 0.0101157855, 0.00577594, 0.0272542313, 0.0102025829, -0.0157181323, 0.0222200099, -0.0282800123, -0.00813523773, -0.00875070691, 0.0181168839, 0.0283589195, -0.0176434461, 0.0378750153, -0.000980410608, 0.0218886025, 0.0207681339, -0.0163809452, -0.00640719, 0.0136113344, 0.00189670979, -0.0515731461, -0.0225987602, -0.0216676667, -0.0254551675, -0.0037322673, 0.0224409476, -0.0127512552, -0.0252657924, 0.00288797, -0.0317676701, 0.0286429822, 0.0125539899, 0.00995008275, -0.013950631, -0.0121436771, -0.0140058659, 0.000600180938, 0.0481643975, 0.01268024, -0.0410943925, 0.00613101851, 0.003533029, -0.00785117503, -0.0246503241, 0.012380396, -0.0385693908, 0.0478487723, 0.00244214945, 0.0285482947, 0.0477540828, 0.0135087557, -0.00366519694, -0.0252815746, -0.041788768, 0.0318465754, -0.0131142242, -0.00090791547, 0.0252184495, 0.0264809486, 0.0332668908, 0.0221726652, -0.0104235206, 0.00458840048, -0.0276487619, -0.00634406554, 0.00247568474, 0.0220306348, -0.00129899476, 0.0079971524, 0.0153157096, 2.15142918e-05, 0.0301422011, 0.0183693822, 0.0213046968, 0.0166334454, -0.0197423529, 0.0373384543, -0.00866391, 0.0207523536, 0.0183536019, 0.00196378026, 0.0041189082, -0.00217386824, 0.00390191586, -0.000434970891, 0.0208470412, 0.00649004197, 0.00357445469, -0.0102025829, 0.00104452192, -0.026812356, 0.000186909267, -0.0181168839, 0.0131773492, 0.0282800123, 0.00600082288, -0.0122462558, -0.026449386, -0.0119227394, -0.0132168029, 0.00363363442, 0.0320832953, 0.0209259465, 0.000735801121, -0.0335509516, -0.0141478973, 0.0157970376, -0.0439350195, -0.0120963333, -0.00268675899, -0.0332037657, -0.00910578482, -0.00537746353, 0.0210679788, -0.0564653389, -0.0105182081, 0.0435878336, 0.0109206298, 0.00996586401, -0.0382537656, -0.00849820673, 0.01268024, 0.00130294007, 0.00547215063, 0.00885328557, 0.0119069582, -0.00388810714, -0.00474621309, -0.0035784, -0.00664390903, 0.0349081419, 0.0207681339, 0.0062572686, -0.0309470445, -0.00579961203, 0.0217939168, 0.019379383, -0.0337087661, 0.011472974, 0.0122146932, -0.0294793881, 0.00092123088, -0.0226618852, -0.010447192, 0.0328250155, -0.020657666, 0.0169490706, -0.0215256345, 0.00647031516, -0.0179117266, 0.0166650079, 0.00589035405, 0.0051446897, 0.011654458, -0.00115794968, -0.0378750153, -0.00426883, -0.00363363442, 0.0318307951, -0.0630619, -0.00156037183, 0.0206892285, 0.015520866, -0.000507466029, -0.0319254845, 0.0165545382, -0.0195371956, -0.00155346747, 0.02850095, 0.00744875334, 0.0274278242, 0.0229775105, 0.00396701368, -0.00721598, -0.0190795399, 0.0310890768, -0.00119838922, -0.0192689151, 0.0214467291, -0.0198370405, -0.0157891475, 0.0191111024, -0.0145818815, 0.0117018018, 0.00523148663, 0.0549503379, -0.023971729, -0.00536562735, -0.0356025174, 0.0144477412, -0.0159548502, -0.0162704755, -0.00687273731, 0.0257707927, 0.0117807081, -0.0177854765, 0.0206418838, 0.0339928269, -0.00772492541, -0.00212060637, 0.010510317, 0.0204525087, 0.00740140956, -0.00601660414, 0.0200106334, 0.00254670042, -0.00693191728, 0.0405893922, -0.0149685219, -0.0202157907, 0.0319254845, 0.00177045981, 0.0134929745, -0.0157102421, -0.0284536071, -0.0371490791, -0.00366519694, 0.0220621973, 0.00804844126, -0.0222200099, -0.0105024269, -0.0253920425, 0.0198528208, -0.0212100092, 0.0254393872, -0.0104393018, 0.038885016, -0.00916102, 0.00683722971, 0.0120016458, 0.0236561038, -0.0243820418, -0.0226145405, 0.00907422323, -0.00558656501, 0.0118122706, -0.0348765776, -0.00602054968, -0.00256445422, 0.0209732912, -0.00316611468, 0.0204367284, -0.0276329815, 0.0746769086, 0.0269228239, 0.0182589144, 0.00622570608, -0.0241453238, -0.000692402653, 0.00559840072, 0.0175014138, -0.00530644786, -0.00174580154, -0.00460023619, -0.00923203491, -0.003533029, 0.00400449382, 0.00678988593, -0.0436193943, -0.0152525846, -0.00240072375, -0.00849031657, 0.0100526605, -0.00187007897, 0.00346398586, 0.00266505987, -0.00938195735, -0.0211153217, 0.0137296934, -0.00627305, 0.00624543242, -0.00796953496, 0.0152368033, -0.0102183642, -0.023072198, -0.00874281675, 0.0161915701, -0.00670703407, 0.000201087736, -0.00708973, 0.00687273731, -0.00823781639, -0.0148107093, 0.00428461144, -0.0161205549, -0.00231787213, 0.0297634508, 0.0080681676, -0.0104866456, -0.0127591463, -0.00616652612, -0.00585484644, 0.0171068832, 0.000242143666, 0.0030674818, 0.000349406881, -0.0104629733, -0.0038861346, 0.024697667, -0.0205629785, -0.0098080514, 0.0106996922, 0.0136113344, 0.0104787545, 0.0110310987, -0.0180221964, -0.0035843181, 0.00616258103, -0.0299686063, -0.00327461073, -0.010021098, -0.00113526417, -0.000561221, -0.0125461, -0.0107864896, -0.0126171149, 0.00774070667, -0.0152368033, 0.097843796, -0.0189532898, -0.020168446, -0.0306472015, -0.00469886931, -0.0113309426, -0.0185903199, 0.00941352, 0.0320043899, 0.00130688539, 0.00999742653, 0.00311482558, -0.0134298494, -0.00699504232, -0.000991753419, -0.00689246412, 0.0134377405, -0.00204564538, 0.00882961322, -0.0211468842, 0.00968969148, -0.000327707676, 0.0148422718, -0.00282879034, 0.00468308805, 0.00990273897, 0.0178801641, 0.00362377125, -0.0477540828, -0.0100763328, 0.0405893922, 0.00358629064, 0.035034392, 0.009239926, 0.000710156572, 0.0398950167, -0.0142978188, -0.00920047238, -0.0311364196, -0.0198054779, 0.00391967, -0.00781172235, -0.00413468946, -0.00793797243, 0.000453711138, -0.0051446897, 0.00421754085, -0.00242636818, 0.0163493827, 0.0159469601, -0.00428855652, -0.00685301097, -0.0154893035, 0.0141715687, -0.0118122706, 0.0158522725, 0.00433984585, -0.00931094121, 0.0347503275, -0.0256918855, 0.0159469601, -0.0154182883, 0.0231353231, -0.00333970855, 0.0234982911, 0.00522754155, -0.0236087609, 0.0144398501, -0.00432406459, 0.0120884432, 0.011536099, 0.0268439185, -0.00274593872, 0.00604816666, -0.0313415751, 0.000619414321, -0.00546426, -0.00457261922, 0.0139348498, -0.0155761009, 0.012317271, 0.00308326306, -0.0015761531, 0.030678764, -0.0181484465, 0.00759473, 0.0113388328, -0.0182746947, -0.012262037, -0.00864812918, 0.000235362648, -0.0225514155, -0.0345293917, 0.0155366473, -0.0129643027, -0.0128064901, 0.0293057933, 0.00273015746, -0.00261574332, 0.0184009448, 0.00636773696, 0.0144477412, 0.026386261, 0.00902687944, -0.0071568, -0.000772788422, 0.000545439718, 0.00853766, 0.00057798851, -0.00196476653, -0.0095239887, 0.00339099765, -0.0112757077, -0.00651371386, 0.030978607, 0.0158286, 0.0243820418, 0.00974492636, -0.00933461357, 0.0231195409, 0.0169648509, 0.025186887, 0.0155524286, 0.00768547226, -0.0137533657, -0.00564179942, 0.00867180061, -0.0212573539, 0.0258496981, 0.0237192288, -0.0143846162, -0.00836406648, 0.00768547226, 0.0235929787, -0.0264651682, 0.0153551633, -0.0121752396, -0.0177065711, 0.00120134815, 0.0182746947, -0.00408734567, 0.00217386824, -0.00406367378, -0.00265125115, 0.0216518845, -0.00469886931, -0.0231984481, 0.00186416099, 0.0183378197, -0.0127670364, -0.0164598506, -0.00467125187, 0.0172804762, 0.00703055, 0.0297792312, 0.00603633095, 0.0118280519, -0.00869547296, -0.0180695392, 0.00722781569, 0.0106760208, 0.0300632939, 0.0200106334, 0.0359181426, 0.0121910209, 0.0299370438, -0.0080681676, -0.00637957314, 0.00559840072, -0.0219990723, -0.00487246318, -0.00240861438, 0.00997375418, -0.0231195409, 0.00903477, 0.00181583094, 0.0176434461, 0.00204959069, -0.00533011975, 0.0139032872, -0.00206734473, 0.0133588342, -0.0233404785, 0.0152210221, -0.0181168839, 0.0149843032, -0.0283747, 0.00115794968, 0.00221134862, 0.0178959463, -0.0104077393, -0.0103919581, 0.0392637663, -0.0049632052, 0.0102262544, 0.0101631293, -0.0141242249, -0.026149543, -0.00935828499, -0.0137533657, -0.0308681391, 0.00850609783, 7.76117304e-05, 0.0255498551, 0.00327263819, -0.00813523773, -0.00546426, 0.00654527638, -0.0098080514, -0.00448976783, -0.0021620323, -0.00142425846, 0.00236324314, 0.0290690754, 0.0204840712, -0.0123488335, 0.0145503189, -0.00679777656, 0.00717652682, -0.00347582181, 0.0150158657, 0.00250724726, -0.0023612706, 0.0100132078, 0.00122995174, -0.00236718846, 0.00342256017, 0.0182273518, -0.0027656653, 0.00970547274, -0.00508551, 0.011954302, 0.0282326695, -0.0116939116, 0.0105734421, 0.00766180037, 0.00338310702, -0.00909000356, -0.00926359743, 0.0179590713, 0.0144556314, 0.0166334454, -0.00744086271, 0.024760792, 0.013950631, -4.9008202e-05, 0.0433353335, -0.00095377973, -0.0178801641, 0.00681355782, -0.00145286194, -0.00857711304, 0.0101710204, -0.00886906683, -0.0036809782, -0.0014735749, -0.012017427, 0.0187323522, -0.0154340696, -0.00643875264, -0.002128497, 0.0108022708, -0.0269859489, -0.0180853214, -0.0204209462, 0.0039038884, -0.0257076677, 0.00412285328, -0.0129643027, 0.00649004197, 0.00771703478, 0.0241768863, 0.00593375275, 0.0134456307, 0.0116623491, 0.00879016053, 0.0218728222, 0.00344031397, -0.0226934478, -0.0121752396, 0.00439902535, 0.033582516, 0.00514074462, -0.00998164527, -0.00607183855, 0.0261337608, 0.00171325274, -0.0112599265, -0.00979227, 0.0102972705, 0.00359023595, 0.00158305734, 0.025660323, 0.00535773672, -0.000747637067, 0.0455131456, 0.00690824538, -0.0125145372, 0.0123646148, -0.00815891, 0.00103367236, -0.0234036036, -0.0168070383, 0.0154735222, -0.00282879034, -0.00759078469, 0.00802082382, -0.012262037, 0.0274593867, -0.0287061073, -0.00512101781, -0.0367072038, -0.0103209419, -0.0269859489, -0.00364744291, 0.00059031765, 0.00613890914, -0.0119069582, -5.46795891e-05, 0.0132168029, -0.015520866, -0.00783539377, -0.00980016, 0.00483695511, 0.00348568521, -0.0152210221, 0.0316256396, -0.0220621973, 0.00141834049, -0.0022764462, 0.0122462558, -0.0266861059, -0.00922414474, 0.0357918926, 0.021920165, 0.0181011017, 0.00195983495, -0.000452724809, -0.00720808934, -0.0146528967, -0.0311364196, 0.0297318883, -0.0073856283, 0.0150711006, 0.0132799279, -0.0107549271, -0.0343400165, 0.0136034433, -0.0199159458, -0.0219675098, -0.0160100851, -0.0188586023, 0.0105892234, 0.029226888, 0.0221568849, 0.0299054813, 0.00963445753, 0.023009073, 0.00969758257, 0.0163809452, 0.0156944599, 0.00297476701, -0.00379736489, -0.00286035286, -0.0272384491, -0.0217781346, -0.000819145876, -0.0333931409, 0.0452606454, 0.0246029794, -0.0131221153, -0.0148186, -0.0177381337, -0.00423726765, 0.0317992344, 0.0442506447, 0.0124514122, 0.0174225084, 0.00521965092, -0.020831259, -0.0115518803, 0.011654458, 0.00442269724, -0.0303947013, -0.00429250207, -0.00226658303, -0.0115834428, 0.013587662, 0.0149132879, -0.015520866, 0.0193004776, 0.00865601934, 0.00785906613, 0.0163178202, -0.0249028243, 0.00633222936, -0.0504684597, -0.00219359482, -0.0107549271, -0.0071568, 0.0125303185, 0.00679777656, -0.0195687581, 0.00995008275, 0.048069708, -0.00233168062, 0.0171700083, -0.00343242334, 0.00793797243, -0.0169964135, 0.0198054779, -0.0134929745, -0.0453237705, -0.00550371315, 0.018779695, 0.0166492257, 0.0226934478, 0.035444703, 0.00613890914, 0.00651371386, 0.00787484739, -0.00146272522, 0.00220937608, -0.0109127387, 0.00935039483, -0.0281695444, 0.0186534449, 0.00569308829, -0.00793402735, -0.0107154734, -0.0105182081, -0.00826148782, -0.00858500414, -0.0291795433, -0.00357050938, 0.0141163347, -0.0119148493, -0.0129879741, -0.0185271949, 0.00999742653, -0.00624937797, 0.0242557917, 0.0179748517, -0.0038348455, 0.00865601934, -0.00806422252, 0.0266703237, 0.00475410372, 0.000863530673, 0.0108259423, 0.0048014475, 0.00462785363, 0.0121831307, 0.00404789252, 0.001305899, 0.00809578504, -0.0208786037, -0.00345806801, 0.00251513789, 0.0185114145, 0.00158601638, -0.01268024, -0.0218412597, -0.00607183855, 0.0073422296, -0.00273015746, -0.00788273755, -0.00747637032, -0.017517196, 0.00675043277, -0.00112638727, -0.0140768811, -0.00288205198, -0.00151500071, 0.00430828333, 0.000588838127, -0.0186376646, 0.00248752069, -0.0100289891, 0.0131378965, 0.00436746283, -0.00423332211, 0.0121594584, 0.0146213342, 0.0210995413, 0.0775175318, -0.000140798409, -0.00829305, 0.0139979748, 0.000206512545, 0.0102578169, -0.00300435675, -0.00972914509, 0.0118596144, -0.0117254741, 0.0166807882, -0.010691802, 0.0245872, -0.0217307918, -0.0111652389, 0.0126723498, 0.000806323602, -0.00544847921, -0.0128775053, -0.0085928943, 0.0189217273, -0.023735011, 0.00542086177, 0.0291795433, 0.0106996922, 0.00706211245, -0.0429881439, -0.00517230714, 0.010747036, 0.0343715772, -0.00176750077, -0.0064979326, -0.00666758092, 0.0189532898, -0.00830094144, 0.0296214186, 0.00171719806, 0.0199948531, -0.0317203254, 0.00669519836, 0.00394136878, 0.00583117455, 0.0182273518, 0.0127591463, -0.017454071, 0.0173436012, -0.000275185681, -0.00224882923, -0.00585484644, -0.0233720411, 0.008513988, 0.00988695771, -0.00820625387, 0.0136428969, 0.0169017259, -0.00559051, 0.0270648561, -0.0109679736, -0.000995205482, -0.0113940677, -0.00300830207, -0.00792219117, -0.00497504137, -0.0118438331, -0.0134929745, -0.00713707367, 0.00451343972, -0.00808000378, 0.00445425976, 0.0145503189, 0.0128380526, 0.0152604757, -0.00100704143, -0.0192215703, 0.0194740705, 0.00225277455, 0.00241453224, 0.0142425848, 0.00180794031, -0.00495926, 0.0103682857, -0.00322529441, 0.0150474282, -0.00937406626, -0.0190953203, 0.00965812895, 0.0179906338, -0.00728699518, 0.00982383266, 0.0169964135, 0.00197956152, -0.0033692983, 0.0175329763, -0.000398969889, -0.00166294992, -0.0086007854, -0.000974985771, -0.011291489, -0.00229617278, 0.00882172305, 0.0200264156, 0.0043359003, 0.0158917252, -0.0129800839, -0.00196082122, -0.00275185658, 0.00508551, -0.0149527406, -0.0187007897, -0.00566152576, 0.0016590046, -0.0311206393, 0.000346447894, 0.00102775439, -0.0147870379, -0.0255814176, -0.00531433849, 0.00931883231, -0.00174185622, -0.0148659442, -0.0150237568, 0.0101631293, 0.0125697711, -0.0217623543, -0.0172331333, 0.00879016053, -0.00852976926, -0.0071449643, -0.0103682857, 0.00990273897, -0.0154971946, -0.00452133035, 0.010810161, 0.00646637, 0.0131852403, -0.0116071142, 0.00287218881, -0.00102183642, -0.0180221964, 0.0253447, -0.00138086, -0.00468703313, -0.0365809537, -0.0113861766, 0.00784328487, 0.0136350058, 0.029226888, -0.00226066518, 0.0146607878, -0.00281300908, -0.0119385207, -0.00622570608, 0.00686484668, 0.0124277398, 0.00538140861, 0.0139348498, -0.0133588342, 0.00180991297, 0.0102972705, -0.0116386767, 0.0102972705, 0.0006529495, 0.0123567246, 0.00273410277, -0.00802082382, 0.0171857886, 0.0229459479, 0.00786695629, 0.00402422063, 0.0069989874, -0.00822203513, -0.000587358663, -0.0107233645, -0.0059732059, 0.00215019635, 0.0203578211, 0.0231826659, -0.00633222936, 0.00886906683, 0.0116781304, -0.00210877042, 0.0159627423, 0.00595742464, -0.00538535416, -0.00139861391, 0.00929516, 0.00410707202, 0.0107075833, -0.00369873201, -0.0152604757, 0.0378118902, 0.0125145372, -0.0103919581, -0.00753555028, 0.0158286, -0.0225040726, -0.00397687685, -0.00860867556, -0.0152683659, -0.0192846954, -0.0330775157, -0.000833447615, -0.0152289132, -0.000409326341, -0.00607183855, 0.0179906338, 0.0175329763, -0.0174698513, 0.00317203277, 0.0216992293, -0.0231353231, -0.0203420408, 0.0119779743, 0.0066360184, -0.00824570656, 0.0431143939, 0.00364547037, -0.0125855524, -0.0179906338, 0.0132089118, 0.0113782864, -0.00889273826, -0.0129248491, 0.00424121274, -0.00405578315, -0.0111336764, 0.00817469135, -0.00247173943, -0.0145976627, -0.00976859778, -0.00465941615, 0.00669519836, 0.0452606454, 0.00444636913, 0.0049632052, 0.0213046968, -0.00172804762, 0.0133825056, 0.00668336218, 0.00306156394, 0.0150316469, 0.0110863326, -0.0274909493, 0.00139466859, -0.0136665683, 0.00705816736, 0.0234825108, -0.0037322673, -0.00592586212, -1.4571463e-05, -0.0140768811, -0.00543269794, 0.00190657307, 0.00544058857, -0.00793402735, 0.0103682857, -0.00210087979, 0.0143767251, -0.00540902605, -0.00321345846, 0.00471465057, 0.0329828262, 0.00101986376, -0.0271279812, 0.0387903303, -0.0160889924, -0.00484879129, 0.0162546951, -0.00490797078, -0.00612312788, 0.00483695511, -0.00620203419, 0.0315940753, 0.0029649036, 0.00624148734, -0.00140946347, -0.0165861, -0.00426093955, 0.0009177787, 0.00507761957, -0.0114098489, -0.00713707367, -0.00421754085, -0.0134377405, -0.00187599694, 0.00763418293, 0.0279328246, 0.0344031416, -0.00508551, 0.00890062936, 0.023009073, -0.0009759721, -0.0211153217, 0.0151736783, 0.0144319599, 0.010328833, -0.0140847722, 0.0259128232, 0.0209259465, 0.0146450065, 0.00392756052, 0.00861656666, 0.0275540743, 0.00111455133, -0.00240072375, 0.00587062771, 0.0318939202, 0.0103130518, -0.0221095402, 0.0377487652, 0.00108002976, 0.00806027744, -0.000460368843, -0.00160377019, 0.0086796917, 0.0190953203, -0.00606000284, -0.015520866, -0.0176592264, -0.0110942237, 0.00846664421, 0.000313652476, 0.0111021139, 0.00386049, -0.0126486775, -0.0163809452, -0.00965023879, 0.00237113377, 0.0227565728, 0.00525515852, -0.00579961203, 0.00638746377, -0.0108811771, 0.0131378965, 0.00308129052, 0.0279486068, -0.00012285955, -0.00222515734, 0.00369873201, -0.0188270397, 0.00585484644, 0.00243425881, -0.00589035405, 0.000638154568, 0.00849820673, -0.000446313672, -0.00384865399, -0.00819836278, -0.000741719094, -0.015639225, 0.00818258151, 0.000379243342, -0.0197739154, 0.0106760208, 0.0111415675, 0.00905844197, 0.0218412597, 0.0274278242, -0.00421359576, -0.00521176029, 0.00329631, 0.0263546985, -0.0142662562, -0.000530151592, 0.0175803211, 0.00584695581, 0.00468308805, 0.00908211339, 0.0135482093, 0.00518019777, 0.0160100851, 0.00897953566, -0.0360759534, -0.00498687709, 0.00784723, -0.00660840143, -0.00345215, 0.0218412597, 0.00693586236, -0.00439902535, 0.015639225, -0.0374015793, -0.00498687709, -0.00203775475, -0.0154893035, 0.0214940719, -0.00347976713, -0.00712918304, -0.00417808769, 0.0184009448, -0.0288007949, -0.00728305, 0.00249343854, -0.00544453366, -0.00966602, -0.00811156631, 0.00462390808, 0.0225987602, -0.0180379767, 0.0118675055, 0.00240466907, 0.014794928, 0.0031286343, 0.0264020432, -0.00558261946, 0.00229420024, 0.0159469601, 0.00181681721, -0.004619963, -0.00360404467, 0.0167754758, -0.0164598506, -0.0154182883, 0.0129800839, 0.0194740705, 0.00814312883, -0.0234509483, 0.0101789106, 0.0018266805, -0.00327263819, -0.00523543218, -0.00351527496, 0.00285048946, -0.00964234769, 0.0153946159, -0.0107075833, -0.00130984432, 0.00805238634, 0.00515258033, -0.00475410372, -0.0121436771, -0.00866391, -0.000726924161, 0.00911367591, -0.00783539377, 0.011654458, 0.0203736033, -0.0157102421, -0.0280275121, -0.00235732528, 0.0297476687, 0.00679383101, -0.00735012, 0.0303315762, 0.00751976902, -0.00057009788, 0.000871421304, 0.0134140681, -0.00815101899, -0.00374607579, -0.0252500121, 0.000772788422, 0.00536562735, 0.00614285422, -0.0112204738, -0.0134614119, -0.0169017259, -0.00505000213, -0.0148896156, 0.00164125068, -0.017517196, -0.00389994308, 0.0091531286, -0.0265282933, -0.00271634897, 0.0348765776, 0.00280314567, 0.00628883112, 0.00869547296, -0.00259009888, 0.00358234532, 0.0188270397, 0.00121515675, 0.015039538, 0.00810367521, -0.0117254741, 0.0200579781, 0.00819836278, 0.00445820531, 0.0340875164, -0.0249343868, -0.0128064901, -0.0115597704, -0.00778410491, -0.00589824468, -0.0055668382, 0.00252302852, -0.00288205198, -0.0221726652, 0.0197896957, -0.0169017259, -0.0130274277, 0.00493164267, 0.0200579781, -0.0135008655, -0.000741719094, 0.00959500391, -0.0273173563, -0.0125461, 0.0159627423, -0.0270490739, 0.00958711375, 0.00542480731, 0.0125303185, -0.0120647708, 0.00376777514, -0.00560234627, -0.00661629206, -0.014976413, -0.0129800839, 0.00757894851, -0.0110074263, 0.000244486204, 0.0115124267, 0.0166334454, 0.000913833384, -0.00387824397, 0.00233759871, 0.0280906372, 0.0365178287, 0.000609057897, -0.0276961066, 0.0164756328, 0.00687273731, -0.008513988, -0.0164440703, 0.0117254741, -0.0158522725, 0.010628677, -0.00750398776, -0.0116623491, 0.00077476108, 0.0194582902, 0.0269228239, -0.00828516, -0.0182115696, -0.00572465081, 0.0145661, 0.0196950082, -7.12005931e-05, 0.00903477, 0.014613444, -0.00206537195, 0.00334562641, -0.0197265707, 0.000749609724, -0.00825359765, 0.0130826617, 0.00902687944, 0.000885229907, -0.00137592829, -0.00339494296, 0.0134377405, -0.00242834096, 0.0170753207, 0.00433195522, -0.000490451872, -0.010084223, -0.000588838127, -0.0215256345, -0.00435957219, -0.00574043207, -0.0234351661, -0.00255459105, -0.0176592264, 0.0008295023, 0.00983172283, 0.00279525504, -0.038348455, 0.00659656525, 0.0207207911, -0.00365533354, -0.0123093808, 0.00562207261, -0.0163336, 0.00256248168, -0.0142741473, -0.0274436064, -0.00387429865, 0.00987906661, -0.0166965704, -0.0237192288, -0.00494742393, -0.0253447, 0.0222200099, 0.00478961132, 0.012861724, -0.0117964894, 0.0073422296, 0.0125382086, 0.0169648509, 0.00572859636, -0.00650976831, 0.0221095402, 0.00660051079, 0.000836899795, -0.00198350684, 0.00413074391, -0.0139111783, -0.0330459513, -0.000606592046, 0.015883835, -0.0174067263, 0.0265440736, 0.0118596144, 0.000493410858, 0.00714101875, -0.000233883155, 0.0106760208, -0.0191742275, 0.0072475425, 0.00305170054, 0.0109995361, 0.0154893035, -0.0233246982, -0.0130195366, 0.0122699272, -0.00638351822, 0.00471859565, -0.00938195735, -0.00766180037, -0.0106523484, -0.0148896156, 0.0229932908, 0.0134614119, 0.0216045417, 0.00777226919, -0.00582328392, 0.0131457867, 0.00283865351, 0.00777226919, 0.00536168227, 0.00711734686, 0.00108693412, -0.00360404467, 0.00551160378, -0.0197739154, 0.0183693822, -0.00753949536, 0.0240190737, -0.00593769783, -0.0280906372, -0.0186534449, 0.0198212583, 0.0221095402, 0.0201211032, -0.00604816666, 2.68003969e-05, 0.0321779847, 0.0141873499, -0.00992641, -0.0172331333, -0.00669125281, -0.000150661683, -0.00611523725, 0.012743365, -0.00640719, 0.0109364111, -0.0192215703, 0.00468308805, -0.0222515725, -0.00782355852, 0.0212257914, -0.00772492541, -0.0219043847, 0.00224488392, 0.00654527638, -0.00480539259, 0.00145088928, 0.00933461357, -0.00821414404, -0.0157181323, 0.00288205198, 0.00720019871, -0.0091531286, -0.0194898527, -0.00957922265, 0.000261130481, 0.00910578482, -0.0170437582, -0.00478566624, 0.0188428201, -0.00880594179, -0.0143925063, -1.9017647e-05, -0.0228354782, 0.00903477, 0.00552344, 0.0181168839, -0.00811156631, 0.0116781304, -0.00279722782, -0.0206261035, -0.0273173563, -1.0086751e-05, 0.00119838922, 0.0126171149, 0.0101394579, -0.0117964894, 0.00146272522, -0.00139368221, -0.0174225084, 0.00912945718, -0.0159075074, -0.00809578504, -0.00109285209, -0.000104797407, -0.000572563731, -0.00318386848, 0.0145897716, -0.0271595437, -0.00995797291, 0.0069043, 0.00379539235, -0.0131300054, 0.00558261946, 0.00573648699, 0.0116386767, 0.0221568849, 0.0185587574, 0.00260588014, 0.00961078517, -0.0061546904, 0.0056102369, -0.0062572686, 0.013587662, -0.0106050046, 0.00651371386, 0.0258023553, 0.00346201332, 0.0123725059, 0.0196318831, -0.0430512689, 0.0110468799, 0.00594558846, 0.0143214911, -0.00323713035, 0.00508551, -0.00187599694, 0.00176947343, -0.000163483957, -0.014250475, -0.025186887, 0.00332392729, 0.0282326695, -0.0218412597, 0.013769147, 0.00405972824, -0.0323515758, -0.0212415718, 0.0301737636, 0.00845875405, 0.0160574298, -0.0133588342, -0.0296214186, -0.00955555122, -0.014794928, 0.000381709164, -0.0108417235, -0.00517625222, -0.00433984585, 0.000976465293, 0.0047225412, -0.0112835988, -0.0103525044, 0.0221568849, 0.0084193, -0.0107943797, -0.00874281675, 0.0220306348, 0.0187007897, 0.00458445493, 0.0260390732, -0.00205748132, 0.00361785316, -0.0183062572, 0.0306314193, 0.0182746947, -0.00781961251, 0.010991645, -0.00757105788, -0.00480933813, 0.00693586236, -0.000398230157, 0.0142741473, 0.0142741473, -0.00901109818, 0.00800504256, 0.00157023512, 0.0255340729, -0.00577199459, 0.0107707083, -0.00413468946, 0.0160968825, -0.0171857886, 0.000463574426, 0.00128419977, -0.00823781639, -0.0124750836, -0.00239875098, -0.00226658303, 0.00492769759, -0.0197739154, 0.0177381337, 0.0088848481, 0.00874281675, -0.0101394579, 0.0222200099, -0.0207207911, 0.0188112576, -0.00989484787, 0.00951609761, -0.0141557874, -0.0150632095, 0.00966602, 0.00947664492, -0.0139190685, 0.0127670364, 0.0101157855, -0.00246779411, -0.00486457255, -0.0273804814, 0.0143925063, -0.0160811, 0.00883750431, 0.0105734421, 0.011110005, 0.00492375204, 0.0243189167, -0.0458287708, 0.00914523844, -0.00591797149, 0.0164440703, 0.0249343868, -0.0343084522, 0.00815101899, -0.00210877042, 0.00187994225, -0.00416625198, 0.0113625051, -0.00278933719, 0.00098928751, 0.00534590101, -0.0134456307, 0.0162389129, -0.0124514122, 0.027538294, 0.0146607878, -0.00588246342, 0.00233957125, 0.0158364922, 0.00718836254, -0.00579566648, 0.00749609713, 0.0149527406, 0.00474621309, -0.0257707927, -0.000753061846, -0.00961867627, -0.00360601721, 0.008876957, 0.0115676615, -0.00316216936, 0.0171857886, 0.0234667286, -0.00817469135, -0.0111573488, 0.00512890844, 0.00191840902, 0.00822203513, 0.0127907088, 0.00868758187, 0.0137218032, 0.00442269724, -0.00902687944, 0.00639140885, 0.0173436012, 0.0079971524, 0.00950031634, 0.0262600109, -0.009239926, -0.012861724, 0.0164440703, -4.14874448e-05, 0.00931883231, 0.024397824, -0.0262284484, 0.00446609594, 0.0155603196, -0.0130826617, 0.00566152576, -0.00727515947, 0.0045173848, -0.0132325841, 0.0145503189, 0.00341664208, 0.0044029709, 0.0190953203, 2.35948282e-05, 0.00968969148, 0.0076026204, 0.0137375845, -0.00239875098, -0.0102893794, -0.0188270397, -0.0057483227, -0.0676069, 0.0113467239, 0.000223033552, 0.0123014897, 0.00942141, -0.0166492257, 0.00779988617, -0.00523937726, 0.00890062936, -0.00518019777, -0.00367506, -0.0116939116, -0.0162073504, 0.00129899476, 0.00553133059, -0.00110764697, 0.0110153174, -4.48163046e-05, -0.0202631336, -0.00325093884, -0.00632828427, 0.00978437904, 0.00902687944, 0.00392558752, 0.000134633854, -0.000838379259, -0.00449765846, 0.018779695, -0.011654458, -0.00577199459, 0.00478566624, 0.00747242523, 0.00299646612, -0.0112599265, 0.00343242334, -0.0133903967, -0.00713312812, -0.00366914226, 0.000932080497, -0.0311206393, 0.00383090018, -0.0105339894, -0.00315033342, -0.0279959496, -0.0148107093, 0.00456867367, -0.00585879153, -0.00354091963, -0.0145345377, 0.00187599694, -0.0119306305, 0.00407156441, -0.0110863326, 0.0128301615, 0.02850095, 0.00940562878, -0.0126565685, 0.00342650549, 0.0119700832, -0.0106128957, -0.00524726789, -0.0143846162, 0.0128222713, 0.00583511963, -0.00733828451, -0.00931883231, -0.0107312547, 0.00404789252, -0.00443453342, 0.0216676667, -0.000820132205, -0.0168386, 0.00306945457, 0.00396306813, 0.00881383196, -0.00384470867, -0.00439113472, 0.00462390808, -0.00186120195, 0.0181957893, 0.0175645389, -0.00161067455, 0.0292584505, -0.00643480755, 0.000826543313, 0.00540113542, -0.0116939116, 0.0111968014, 0.00127926818, -0.0141715687, 0.0357287675, -0.0138480533, 0.00950031634, -0.000541001209, 0.0112678176, 0.000102208294, 0.00877437927, -0.0221253224, 0.00878226943, 0.0117491456, 0.00665969029, -0.00838773791, 0.0074211359, -0.00458840048, 0.0172015708, -0.00562996324, 0.000944902771, -0.0177854765, -0.0102814892, 0.0337087661, 0.0195687581, 0.0172646958, 0.0217939168, 0.0214782916, 0.0229932908, -0.00387429865, -0.00470676, 0.00376185705, -0.0124829747, -0.00820625387, 0.00314441556, -0.0200579781, -0.00315625151, -0.0081668, 0.0188586023, -0.000421655452, 0.0091531286, -0.00404789252, -0.00275974721, -0.0317676701, 0.0183378197, 0.0188743826, 0.00139072328, -0.00459629111, -0.00554711185, -0.00922414474, -0.0186692271, 0.0166650079, -0.00410312694, 0.0110626612, 0.00779988617, 0.0075237141, -0.00129110413, 0.0189217273, -0.0296214186, -0.00964234769, 0.00126250053, -0.00618230738, -0.0249343868, -0.0122778183, 0.0113309426, 0.0252815746, -0.0161915701, -0.00813523773, -0.00564969, -0.0172646958, -0.00218767673, 0.0199790709, 0.032193765, -0.00763812847, 0.0355393924, -0.0112835988, -0.0045410567, 0.016002195, -0.00586273707, -0.000623359636, 0.00921625365, 0.0041978145, -0.00144299865, 0.00564969, 0.0111336764, 0.024524074, -0.0172173511, 0.0146292252, -0.00570492446, -0.0190795399, 0.00873492565, -0.0196318831, -0.000232650244, -0.0157654751, 0.00794191752, 0.0244293865, 0.012317271, -0.00727515947, 0.00141834049, -0.0166807882, 0.00945297256, -0.00322726695, 0.00691219047, 0.00629672175, 0.0238296986, -0.00129406305, -0.0219043847, -0.0210206341, 0.0102420356, -0.00824570656, -0.023072198, -0.00259009888, 0.00270648557, 0.00069980009, 0.0146686779, 0.0245714169, -0.00665969029, -0.0209732912, -0.00282879034, -0.0221253224, -0.00352119305, 0.012625006, -0.0121278958, 0.027112199, 0.0215256345, -0.00867180061, 0.00275382935, -0.000934546289, -0.010691802, -0.0021383604, -0.0133272717, 0.0217465721, -0.00886117574, 0.0263546985, -0.00157418044, 0.00249541132, 0.0245082919, 0.0128380526, 0.00802871492, -0.0167596955, 0.0129643027, 0.00345806801, -0.0115282079, 0.0106444582, -0.00523148663, 0.0054287524, 0.0165071953, -0.0155050848, 0.00577199459, -0.00848242547, 0.000465793652, 0.0145108663, 0.0105971145, 0.0115282079, 0.0174225084, 0.0102499267, 0.000170758125, 0.00242636818, -0.00325291161, 0.026875481, -0.0106128957, 0.000787090219, 0.00250330195, -0.0142189125, 0.0012269927, -0.0154814133, -0.00376580236, 0.0165071953, 0.00418992387, -0.00315822405, -0.00733433897, 0.00711734686, -0.0289112628, 0.0193162579, -0.00448582228, -0.00462785363, 0.00309904432, 0.00589824468, 0.00394728687, 0.00320951315, -0.0328250155, -0.028264232, 0.00417019706, -0.00713312812, 0.00744086271, -0.0106365671, 0.00254078233, -0.0206103213, 0.0181168839, 0.010021098, -0.00555105694, 0.0167754758, -0.0267492309, -0.0091531286, -0.00668336218, -0.0202157907, -0.0181326643, 0.00544847921, 0.0129800839, 0.00249343854, 0.000511904538, -0.0348134525, 0.0140374284, 0.0124040684, 0.0122857084, -0.0142583661, -0.00181385828, -0.0117570367, -0.0342768915, -0.00508156465, 0.00794191752, -0.00244806753, -0.00450160354, -0.0159943048, -0.00150119211, 0.00125756895, 0.0049632052, 0.00220937608, -0.0133272717, -0.010084223, -0.00856133178, -0.0180379767, -0.0094371913, -0.018542977, 0.000520781497, -0.00410707202, -0.0130195366, 0.00607183855, -0.00428855652, 0.00197956152, 0.00783539377, -0.0164756328, 0.00706211245, -0.00921625365, -0.0265598558, 0.0182904769, -0.0182115696, -0.00152387761, -0.00158404373, -0.00186514726, -0.00927148852, -0.00182372145, -0.0270175114, -0.0103446143, -0.00647820579, 0.00306945457, 3.01446671e-05, 0.0186534449, -0.0189848524, 0.00169253978, 0.00383090018, 0.00594558846, 0.0105971145, -0.00528672105, -0.0130037554, 0.0262757931, -0.00515258033, -0.0175014138, 0.0257865731, -0.0231353231, -0.0255814176, 0.00450554909, 0.0201368835, -0.0100132078, -0.00575226825, -0.0027834191, -0.00186218834, 0.0141715687, -0.0057483227, 0.0109443013, 0.00178525469, 0.00767758163, 0.00269267708, -0.000419929391, 0.00715285493, -0.00989484787, -0.016002195, -0.0274278242, 0.00011404424, -0.00466336124, 0.0063953544, -0.0144477412, -0.024524074, -0.0275225118, -0.0125539899, -0.00220345799, -0.00127236382, 0.0765706599, 0.00572465081, -0.00054346706, -0.00340283359, 0.000760459341, -0.0133193806, 0.00713707367, 0.0393268913, 0.00333379046, 0.0219990723, 0.0196161028, 0.0146923503, -0.0129564116, 0.0262757931, -0.0205471963, -0.0109758638, 0.00391177926, -0.0106050046, -0.00293925917, -0.00671887025, 0.0050066039, -0.024524074, 0.00877437927, -0.0200106334, -0.013832272, -0.00983172283, -0.0122541459, -0.00815891, -0.00105142628, -0.0172962584, -0.000527685799, 0.0108732861, 0.00624543242, 0.0107864896, -0.0137454746, 0.0116623491, 0.00315230619, 0.0115282079, 0.00488035381, -0.0213362593, 0.0186534449, 0.0147633655, -0.0071804719, 0.00421359576, 0.0107154734, -0.0216834471, -0.00642691692, -0.0189690702, -0.00389994308, -0.00215808698, -0.000673662405, -0.0176434461, -0.0203420408, -0.0200579781, -0.00319570443, 0.0216045417, 0.0287534501, 0.00516047096, 0.000602153596, -0.00705027673, -0.00166985427, 0.000578974839, 0.0145345377, 0.0107943797, 0.008876957, -0.0349397026, -0.00652554957, 0.0113309426, -0.0168228205, 0.00595742464, 0.0143214911, -0.00686484668, 0.0104866456, -0.000208361904, 0.00210877042, -0.004256994, -0.00341664208, 0.0311995447, 0.00878226943, -0.0128301615, -0.0225671977, 0.00763023784, 0.00968180131, -0.00720808934, -0.00700293295, 0.00209101662, -0.000682046171, -0.00746058905, -0.00547609618, -0.00115005905, 0.00292545045, 0.0296372, -0.0126565685, -0.0012319244, 0.00884539448, 0.005223596, -0.00765785482, -0.00370070478, -0.0009458891, -0.00210482511, 0.0118438331, 0.00820625387, -0.00802871492, -0.00520386966, -0.00905844197, 0.0276645441, 0.00343242334, 0.0172173511, 0.0242400113, 0.0115676615, 0.00295898574, -0.0024638488, -0.00701476866, 0.00602844032, 0.00340875145, 0.0282957945, -0.00408734567, 0.00864023808, 0.0061546904, -0.00910578482, 0.0129248491, 0.017091101, 0.00257826294, -0.0168070383, 0.0214782916, 0.00658078399, 0.0260075107, 0.00748426095, 0.0175803211, -0.00517625222, 0.0014084772, -0.00366125163, -0.000250650744, -0.00474621309, 0.0210837591, 0.030915482, -0.00936617609, 0.00773676112, 0.010628677, 0.00114611373, -0.0107233645, -0.00410707202, 0.01606532, 0.0223620404, 0.0113072703, 0.000187402431, 0.013950631, -0.00867180061, -0.00818258151, 0.00768152671, -0.0222042277, -0.00499082264, 0.00503422087, -0.0181957893, -0.00320359506, 0.00677015912, 0.00317203277, -0.0280748568, 0.00931883231, -0.00225671986, 0.00586668216, 0.00559445564, -0.00378947426, -0.0189690702, 0.00040414813, -0.0127670364, -0.00125658256, -0.0395478308, 0.000559741457, 0.00717652682, 0.0223146975, 0.00048354757, 0.00939773861, 0.0104077393, -0.00601265905, 0.0109127387, -0.00600476842, -0.0194898527, -0.0227250103, -0.00750793284, -0.00789457373, 0.00226461049, 0.011591333, 0.0529618971, -0.00491191633, 0.00248554791, -0.00731066708, 0.00719230808, 0.0184009448, -0.0118675055, 0.00235338, 0.00188388757, 0.013106334, -0.00151105539, -0.00113723683, -0.017091101, 0.00448976783, -0.0086007854, -0.0049395333, 0.0112835988, 0.0216045417, -0.0109206298, -0.0249028243, -0.0174067263, 0.00413863454, 0.00615863549, -0.000630757131, 0.0128538338, -0.000981396879, -0.00416625198, 0.00240466907] |
13 Jun, 2022 | Onsen UI CSS Component Basic Progress Bar
13 Jun, 2022
The Onsen UI Progress Bar is used to create a basic progress bar on a web page. It can be used to create an animated infinite looping progress bar that shows that an operation is in progress. If a percent is given, then it would display the amount of work that has been completed. This is done using <ons-progress-bar> component.
Syntax:
<ons-progress-bar value="" |
secondary-value=" " | indeterminate>
<ons-progress-bar>
Attributes:
value: This is used to set the current progress. It is of the type number and ranges from 0 to 100.
secondary-value: This shows current secondary progress. The Input ranges from 0 to 100.
indeterminate: This is used to specify if the progress bar has no fixed progress value. An infinite looping animated progress bar will be displayed if this is enabled.
Example 1: In this example, we will see the difference between progress bars having a single value and a completion value.
HTML
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href=
"https://unpkg.com/onsenui/css/onsenui.css">
<link rel="stylesheet" href=
"https://unpkg.com/onsenui/css/onsen-css-components.min.css">
<script src=
"https://unpkg.com/onsenui/js/onsenui.min.js">
</script>
</head>
<body>
<ons-page>
<ons-toolbar>
<div class="center">Progress</div>
</ons-toolbar>
<div style="margin: 20px auto; width: 320px;">
<p>Progress Bar 1</p>
<!-- This will create a progress bar
whose progress is at 30% -->
<ons-progress-bar value="30">
</ons-progress-bar>
<p>Progress Bar 2</p>
<!-- This will create a progress bar whose
current progress is 30 and secondary
current progress is 70-->
<ons-progress-bar value="30"
secondary-value="70">
</ons-progress-bar>
</div>
</ons-page>
</body>
</html>
Output:
Example 2: In this example, we will see the difference between determinate and indeterminate progress bars.
HTML
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href=
"https://unpkg.com/onsenui/css/onsenui.css">
<link rel="stylesheet" href=
"https://unpkg.com/onsenui/css/onsen-css-components.min.css">
<script src=
"https://unpkg.com/onsenui/js/onsenui.min.js">
</script>
</head>
<body>
<ons-page>
<ons-toolbar>
<div class="center">Progress</div>
</ons-toolbar>
<div style="margin: 20px auto; width: 320px;">
<p>Progress Bar 1</p>
<!-- This will create a progress bar whose
current progress is 30 and secondary
current progress is 70-->
<ons-progress-bar value="30"
secondary-value="70">
</ons-progress-bar>
<p>Progress Bar 2</p>
<!-- This will create a progress bar whose
current progress is indeterminate -->
<ons-progress-bar indeterminate>
</ons-progress-bar>
</div>
</ons-page>
</body>
</html>
Output:
Reference: https://onsen.io/v2/api/js/ons-progress-bar.html
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar | https://www.geeksforgeeks.org/onsen-ui-css-component-basic-progress-bar?ref=asr10 | CSS | Onsen UI CSS Component Basic Progress Bar | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Foundation CSS Progress Bar, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create animations using relative value in jQuery ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0110051502, 0.014865418, -0.0213330593, 0.0153310206, 0.0515041, 0.00218833168, -0.0006428489, 0.0183362719, -0.0367064066, -0.00981998, 0.00660309, 0.01710031, 0.0177098252, -0.0398894362, 0.0300017316, 0.0130961286, -0.0339974463, -0.0142982295, 0.0229245741, 0.0134432139, 0.00591738429, -0.0156781059, -0.0417518467, 0.0022560556, -0.0357582718, 0.0214346461, 0.00273224013, 0.0289012156, -0.0144252116, -0.00499041239, -0.00404015975, 0.014797694, -0.00706446, 0.00519358413, -0.0191658922, -0.0147130387, 0.028173184, 0.00354281161, -0.0244652946, -0.022992298, 0.00330577767, -0.00807185378, 0.000118781543, 0.0570236072, -0.00504967058, -0.0224335752, -0.0212653354, -0.0483549349, 0.00161902688, -0.0678594485, 0.00751736388, 0.0180653762, 0.0801852122, 0.0288334917, 0.0236356761, 0.0419550166, 0.0104718236, 0.029696973, -0.0198431313, 0.0127575081, 0.0332694128, -0.026683256, -0.00603166874, -0.00412693108, -0.0010428438, 0.023347849, -0.0145945214, 0.0310006607, -0.0253118444, 0.02642929, -0.0113437697, -0.00928665325, 0.027106531, 0.0885829926, -0.00200209068, 0.0054348507, 0.0195891671, -0.016126778, -0.0108866328, 0.0105988057, 0.00576500548, -0.00619251328, -0.0360291675, -0.00523591181, -0.00521898083, 0.0429708771, 0.0284102168, -0.0408037081, 0.0165331215, -0.00683165854, 0.0120718032, -0.00282324431, 0.0185055826, 0.0203341302, 0.0054602474, 0.0274112877, 0.0272250473, -0.0100654792, -0.00460946467, 0.014797694, 0.00717027858, 0.0576331243, 0.00619674567, -0.0231446773, 0.0325075202, 0.00975225586, 0.0565834, -0.00290578278, 0.00949829072, -0.0106665296, -0.00717027858, 0.00472798152, -0.0166347064, 0.000674594543, -0.0431740507, 0.0264123604, 0.0244483631, -0.042293638, 0.0440206, 0.0256843269, 0.00830465555, 0.0340482406, -0.00332482508, 0.0339466557, -0.0330662429, 0.0379254408, 0.000785175129, 0.0274790134, -0.00751736388, -0.0178960674, 0.00834698323, 0.0247192588, -0.0248208456, -0.0279530808, 0.0669790357, 0.0211298876, 0.0175913088, 0.0178791359, -0.0106580639, -0.000139945289, -0.0349117219, -0.0321519673, 0.00419677142, 0.00457137, 0.00232801237, 0.0387719907, 0.00416079303, 0.0635928363, -0.0219425764, 0.0030179508, -0.00979458354, -0.0183870662, 0.0166093111, 0.0166093111, 0.0105818752, -0.0218071267, -0.025261052, 0.0206388887, -0.00838931, 0.00496078283, -0.00602743588, 0.02642929, 0.0186410304, 0.00576500548, -0.0117162522, -0.00862634461, 0.0406005383, 0.00876179244, -0.0555336773, 0.0358259939, 0.0139003508, -0.0389412977, -0.0159405358, 0.00111003872, -0.0313054174, 0.0308144186, 0.0151617099, 0.000978294294, 0.0275128745, -0.00517665315, 0.00122432294, 0.000540998357, -0.00144865864, -0.0140527301, 0.0068655205, -0.0198262, 0.0125204744, -0.0324905887, -0.0553643703, 0.0144929355, -0.0145014012, -0.00904962, 0.0145775909, 0.0523506515, 0.0344207212, 0.00951522216, -0.00648457278, 0.014704573, -0.0296800416, 0.0198600627, -0.0126220603, -0.0182854794, 0.00870253425, 0.0190135129, 0.0118517, 0.000731736654, 0.00695017539, 0.014831556, 0.0327784158, -0.0168971382, -0.0205203723, -0.00674277078, 0.00364016485, -0.0332524851, -0.030797489, 0.0204018541, -0.0429031551, 0.00547294552, -0.00517665315, -0.0218409896, -0.0198092703, 0.0198092703, -0.00184653711, 0.0174389295, -0.0645748302, -0.046086181, -0.00438512908, -0.0315255225, 0.0191320293, 0.00545601454, -0.0110728741, 0.0223319884, 0.00418195687, -0.000394703937, 0.00849512871, 0.0248039141, 0.00441475818, -0.024837777, -0.0275467373, 0.0406343974, -0.0165669825, -0.00914274, -0.0130030075, -0.000404227612, 0.0312376954, -0.0289689396, 0.0261245333, -0.00156082655, 0.0424290858, -0.00765704457, 0.00173436932, 0.0137818335, -0.0188949965, -0.00891417172, -0.0156527087, 0.0339297242, 0.0246007424, -0.000309784373, 0.0307466947, 0.00616711657, 0.0486258306, 0.0126051288, 0.0197246149, 0.0257859118, 0.0216886103, -0.0180315152, 0.0263784975, -0.0174050685, -0.00637875404, 0.00285922247, 0.0297139045, -0.035521239, 0.0180823077, 0.011369166, -0.000652372604, 0.0528585799, -0.00081215892, -0.0163468793, -0.00823269878, 0.0532987863, 0.0112760458, -0.00805492327, -0.0201986823, 0.01644, 0.00599780679, -0.0289012156, 0.0218240581, 0.0221626777, -0.025294913, 0.0264800843, -0.0398894362, -0.0115892692, 0.00197881064, 0.00774593232, 0.0283763558, 0.0504205152, -0.00093543774, -0.0379931629, 0.0339466557, 0.0269033592, -0.0134940064, -0.0420566, -0.00881258491, -0.0133500928, 0.0222304035, 0.0264970139, 0.0462554917, -0.0297816284, -0.0258874986, -0.000134125265, 0.0464925244, 0.0165839139, -0.000624330598, -0.0246346053, -0.021959506, -0.00261795591, 0.0356566869, 0.0396524, -0.04825335, 6.18047634e-05, -0.00796180218, -0.00987077318, -0.0486596934, 0.0301371794, 0.0138664888, 0.0264631528, -0.0467295609, -0.00728879543, -0.000243118571, -0.00385815161, -0.0355889611, -0.0387719907, 0.0286980439, -0.0326937586, -0.0039766687, -0.0630510449, 0.00535442866, -0.0357921347, -0.00459253369, -0.0252102576, -0.0277499091, -0.0530617535, 0.00563802291, 0.00676816702, 0.0202325452, -0.0371127501, 0.00223065913, -0.00319360988, 0.0300355926, 0.0240420196, 0.00150791719, 0.0128336977, 0.0188103411, -0.0234155729, 0.052756995, 0.00358513929, -0.0165331215, -0.00911734346, -0.0124950781, 0.00721683865, 0.015703503, 0.00412269821, -0.00915120542, 0.00346873864, 0.0499125868, -0.0547887161, -0.0171849653, -0.0145183327, 0.00165606337, -0.00570574682, -0.00048544351, 0.0307128336, 0.00338408351, -0.00357244094, -0.0494046584, 0.0394153669, -0.0160759836, 0.00126559217, -0.0509961694, 0.00146347331, -0.0252779834, 0.037146613, 0.0130876629, 0.0386365429, 0.00860518, 0.0261583943, 0.030441938, 0.00465602474, 0.00043226959, -0.00240631844, -0.0043428014, -0.0050877654, -0.0144506078, -0.0179299284, 0.0108189089, -0.000298144325, -0.0131977145, 0.00482956786, 0.028274769, -0.0118347686, 0.0332694128, 0.0169225335, 0.0295953881, -0.0240420196, 0.0269710831, 0.00715758, -0.034979444, -0.0121225957, 0.0150855212, -0.0258705672, 0.0101416688, -0.0463232137, -0.0148230903, 0.0209097844, 0.0327953473, 0.0113437697, -0.00184336258, 0.0509961694, -0.0161775704, 0.0293752849, 0.0198431313, -0.0177267566, 0.00589622045, 0.0205203723, -0.0120887337, -0.0111152017, -0.0416841209, -0.00718720956, 0.00159997947, 0.000781471434, -0.0361646153, -0.00167616899, 0.0101501346, 0.0468311459, 0.0135194035, 0.0145691251, -0.00308144186, -0.00305816182, 0.00826656073, -0.0184717216, -0.0177606195, 0.0151955718, 0.0199108552, -0.00638721976, -0.019335201, 0.028274769, -0.045984596, -0.0353180654, -0.0169225335, 0.00741154514, -0.00842317194, -0.0357244089, -0.021857921, 0.0237372611, 0.0154664684, -0.0106411334, 0.0416841209, 0.0173373446, 0.0086348094, -0.0175235849, -0.022992298, 0.0292736981, -0.00932051521, 0.0158558805, 0.0200970974, -0.0071533476, -0.0363677889, 0.0258705672, -0.00813534576, 0.0210621636, -0.00911734346, 0.00565495389, 0.0290535949, 0.013341628, 0.00941363629, 0.0269880127, 0.0122665092, -0.00776709616, 0.0211298876, -0.00736498507, 0.0353857912, -0.0516395494, 0.0340143777, -0.0306451097, 0.0162283629, 0.00778402714, 0.0431740507, -0.00565072102, -0.00871946476, 0.0221288167, -0.020469578, -0.0333032757, -0.0428354293, 0.0125120087, 0.0144844698, -0.00892263651, -0.0265647378, -0.020435717, -0.0173288789, -0.0328969322, 0.02118068, 0.00712371804, -0.0130707314, 0.0211976115, 0.00666234829, 0.0134178177, -0.0136802476, 0.0157627612, -0.00151955721, 0.00559146283, -0.0295276642, -0.00404862547, -0.0165754482, 0.0348439962, 0.00772053609, 0.00263065402, -0.0102940481, 0.0294091459, -0.00459676655, -0.00143701863, 0.00253964984, -0.00952368695, -0.00337561802, -0.00484226597, -0.0274112877, -0.00197034515, 0.0206388887, -0.0336418971, 0.00093014678, -0.0295445938, -0.0208082, -0.0100316172, 0.03288, 0.0440206, -0.00294176117, -0.00774169946, -0.0107088573, 0.00215552794, 0.022636747, 0.013925747, -0.0454428047, 0.0119871479, -0.0504205152, -0.00970992818, -0.0148146246, -0.00783058722, 0.00768667366, -0.000662425358, 0.00990463514, 0.0126474565, 0.0126051288, 0.057159055, 0.032964658, -0.00603590161, -0.00371423806, -0.00313646765, -0.0171511024, -0.0342852734, -0.00696710637, -0.0122326473, 0.0169902574, -0.0306620412, 0.0467634201, 0.00939670485, 0.0121056652, -0.0472374894, -0.0172188263, 0.0024888569, -0.0262261182, -0.0046898867, -0.00788984541, -0.0100824106, -0.00192590116, 0.000226584394, 0.00864327513, 0.00297562312, 0.0302895587, -0.00093014678, 0.00835121516, -0.00846126676, 0.00346873864, -0.03860268, 0.0124866124, 0.00667927926, 0.00558723, -0.021603955, 0.00964220427, -0.0225351602, -0.0155849848, -0.0287996307, 0.0225351602, 0.0142897638, 0.0260568094, 0.0018920392, -0.00956601463, -0.00249732239, 0.0211298876, -0.00862211175, 0.0151701756, -0.0287657678, -0.00807608664, 0.011690855, -0.00626870245, 0.0108612366, -0.0137564372, 0.0100485487, 0.00915967114, 0.000425655919, 0.0139426785, -0.00238303817, -0.0253118444, 0.0245668814, 0.0331508964, -0.00717451097, -0.00932051521, -0.0352503397, -0.00656499527, 0.0210621636, 0.0115554072, -0.0107427193, 0.014797694, 0.00459253369, 0.0372481979, -0.00387084973, 0.01337549, -0.00228991779, 0.0228399187, -0.0152463652, -0.0148908142, -0.0138749545, -0.037789993, 0.000855544582, -0.00180844241, 0.00896496419, -0.00480417116, 0.0334217921, -0.0155934505, 0.00263911951, -0.0057226778, -0.00336292, -0.0032888467, 0.0367741324, -0.011496149, 0.0642362162, -0.00788561348, 0.0239404328, -0.0486935563, 0.0248039141, 0.0128083015, 0.00893110223, -0.0196230281, 0.00823269878, -0.00921892934, 0.0146114528, -0.000242457201, -0.00350894965, -0.0118940277, -0.00838931, -0.0138326269, 0.00350048416, 0.0128506292, -0.0165754482, 0.0339974463, 0.0164738633, 0.00971839391, -0.0172103606, 0.0301033165, 0.0313054174, -0.0268864278, 0.0195383728, 0.0161183123, -0.0115384767, 0.0263446365, 0.0531972, -0.0353857912, -0.0127659738, -0.0122665092, -0.0162622258, 0.00379889295, -0.00893956795, -0.028274769, 0.0136125237, 0.00200103247, 0.0117162522, -0.0194198564, -0.0166939665, -0.0104125645, -0.0157881565, -0.0144336773, 0.0264800843, 0.00882951636, -0.00447824923, 0.0253287759, 0.0208420604, 0.0245330185, -0.0132739041, -0.00822846591, -0.0191997532, 0.0210452322, -0.0218748525, 0.0014158549, -0.0145521946, -0.0580733307, 0.00604436686, 0.0100824106, 0.0188442022, 0.00835544802, 0.0200632345, -0.02150237, 0.00835121516, 0.0146453148, 0.0301710423, -0.0167278275, 0.0151363136, -0.0353519283, -0.00722107152, 0.00647610752, -0.0135786617, -0.0329815857, -0.00740731228, 0.0313731432, -0.0130030075, 0.0152125033, -0.0118517, 0.00542215258, -0.0187426172, 0.0101078069, -0.00674700318, -0.0117501142, 0.00910887774, 0.0044232239, -0.00637452118, -0.0139680747, -0.000269837794, -0.0353180654, 0.028274769, 0.0263446365, 0.00222219364, -0.00711525278, -0.00157669932, 0.000964008796, 0.00159574673, 0.00333117414, -0.0100231515, -0.0230769534, -0.0398894362, 0.01683788, 0.00153013912, 0.00652690046, -0.0253626369, 0.0102517204, 0.0046898867, 0.0136548514, -0.0358259939, 0.0128760254, 0.00794487167, 0.000782000541, 0.014086592, -0.000234653067, 0.00722107152, 0.0144844698, 0.0208928529, -0.00421793526, 0.0127405776, -0.0231446773, -0.00303064892, -0.0218917821, -0.0191997532, 0.0137564372, -0.0163299497, 0.0166008454, 0.0375868194, 0.0650150403, 0.00193542487, -0.0294599403, -0.00873639621, -0.0289350785, -0.025616603, 0.00355551, -0.00407190528, 0.0296123177, 0.0107765812, 0.00754699297, -0.0160929151, 0.010395634, -0.0201986823, 0.000688880042, -0.00725916633, 0.0196230281, 0.0126728537, 0.0236018132, 0.0328461379, 0.0157288983, 0.0112167876, 0.027106531, -0.0236187447, -0.00452057691, 0.0214515775, 0.0177436881, -0.0480501764, 0.0084274048, -0.0315593816, -0.0108612366, 0.018268548, 0.0214007832, -0.00825386215, -0.0195891671, 0.0164146051, -0.0443592183, 0.00765281171, 0.00684012379, -0.016677035, -0.0379931629, -0.033777345, -0.00849089678, -0.0143744191, 0.0568542965, 0.0172272921, -0.0406005383, 0.018522514, 0.0365032367, -0.0114114936, -0.00561685907, -0.0155680543, -0.0106072715, 0.034810137, -0.00763164833, 0.0278345626, 0.0195214432, -0.00584119512, 0.00517242029, -0.0241943989, -0.0173288789, 0.0455105267, -0.015965933, 0.00699250307, 0.0361984782, 0.0425645337, 0.0345392376, 0.0292567667, 0.00120950828, 0.00746233808, -0.00972686, -0.0103871683, 0.0145945214, 0.00863904227, 0.0179129969, -0.0108019775, 0.0294938013, 0.0312038325, 0.0402619168, 0.0104972199, 0.0241097435, 0.0261076018, -0.0103363749, 0.0169902574, -0.00598934107, 0.0115638729, -0.00584119512, 0.000149336702, 0.0128675597, -0.0179299284, -0.0147553664, -0.0333032757, 0.0162198972, -0.0167701561, 0.00492268801, -0.0202664062, 0.00182537339, -0.0236356761, -0.00907501578, 0.00636605592, 0.0103702378, 0.0366048217, -0.000579357671, -0.00144971686, -0.0366386846, 0.00601050491, -0.00758508779, 0.00768667366, 0.0155849848, 0.0119109582, -0.0395846777, -0.0552289225, -0.0310853161, -0.00683589093, -0.00426026294, -0.0100654792, 0.0230092295, -0.0360630304, -0.00681896, -0.0255319476, 0.0287319068, -0.0247531217, -0.00593431527, 0.0541792, 0.00166241254, 0.0165500529, -0.03335407, -0.0292567667, 0.00536712678, -0.000441264187, 0.0126813184, -1.36489653e-05, 0.000513220904, -0.0169648621, -0.0103025129, -0.0038115913, -0.00205711648, 0.0229245741, -0.000277245126, 0.0149585381, -0.0246853977, -0.0150431935, 0.042192053, -0.0299509391, -0.0447317027, 0.0315593816, -0.0199955106, -0.00562955718, -0.012207251, -0.0134008862, 0.0143828839, 0.01059034, -0.0157458298, 0.00617134944, -0.00310683856, 0.0135532655, -0.0320673138, 0.0107765812, -0.00267298147, 0.004825335, -0.015771227, -0.000607399619, -0.0380270258, -0.013731041, 0.019335201, 0.0439528748, -0.0573960878, -0.028274769, 0.0151363136, -0.00802106131, -0.00193225034, -0.000969828805, 0.0169733278, -0.0148230903, -0.00524437707, 0.0320503823, 0.0105056856, 0.0176251698, 0.0135617312, 0.0152548309, -0.0130284047, -0.0210113712, 0.0266155321, -0.0103194444, -0.0180653762, -0.00288673537, -0.038670402, 0.0011375515, 0.00702213217, -0.029764697, -0.0029904379, -0.00279149855, 0.0300694555, -0.00263277045, -0.00662425347, -0.0153140891, 0.0275128745, -0.00921046361, -0.0170918442, -0.00313223503, 0.0288334917, 0.0408714339, 0.0150685897, 0.0274112877, -0.00772476848, -0.00552797131, -0.00266028335, 0.010395634, 0.0380947478, 0.00308144186, 0.00765281171, -0.0178283434, 0.019335201, -0.0097776521, 0.023026159, -0.0190643054, -0.00460099895, 0.0314916596, 0.0271234624, -0.00989616942, 0.00398725038, 0.00625177147, 0.00470258528, 0.0077078375, 0.0441221856, -0.000107736712, -0.0193182714, -0.0184717216, -0.0103787025, -0.00247827498, -0.0248547085, 0.0324736573, 0.0228399187, 0.0309329368, -0.025972154, -0.01337549, 0.00366979418, 0.0022264265, -0.0424629487, -0.00480417116, -0.0134093519, 0.00135977089, 0.0227721948, 0.012986077, 0.0121310614, 0.0043174047, 0.040024884, 0.00480417116, 0.024126675, -0.00266239978, 0.0535358228, 0.0270049442, 0.00595124625, 0.011724717, 0.00310048927, -0.0116993207, -0.0115723386, 0.0172865503, -0.00159151398, 0.00377772935, 0.00408248743, -0.0197246149, 0.00655652955, 0.00953215268, -0.00559992809, -0.0542130619, -0.00671737408, -0.0167955514, 0.00826232787, -0.00990463514, -0.0103448406, 0.00331635959, 0.0190473739, 0.0208759233, -0.0342175514, 0.0102432547, -0.0101585994, 0.0150770554, -0.00667927926, 0.0134093519, -0.00276398566, -0.0347424112, 0.0113099078, 0.0264970139, 0.0115554072, 0.00990463514, -0.00962527376, 0.00595547911, -0.00453750789, -0.00551104033, 0.0117501142, -0.011462287, 0.00574384164, 0.0144929355, -0.000337032718, -0.0309667978, -0.00510469638, -0.00374386739, -0.00175764936, 0.00264335237, 0.00888877455, 0.021857921, -0.00988770369, -0.0164146051, -0.00481686927, 0.00736075221, 0.00251002074, -0.0112760458, 0.0101585994, 0.00746657094, 0.00790254399, 0.0191658922, -0.0113945631, -0.0151701756, -0.0047703092, -0.0327953473, 0.000372482, -0.0266493931, -0.00452481, 0.0195722356, -0.0133839557, -0.0173119474, -0.020046303, 0.00220526266, -0.0115469415, 0.0614256673, -0.0118770963, -0.0276483223, -0.0339127928, -0.0150855212, -0.0183024108, -0.021536231, 0.0206896812, 0.0358598568, -0.0271911863, 0.0230092295, -0.00401476352, 0.0028888518, -0.012952215, -0.0135532655, -0.000617981481, 0.00882105064, -0.00409730198, 0.0100908754, -0.0204018541, 0.00892263651, -0.00353223, 0.020012442, -0.0081099486, 0.0313731432, 0.0095406184, 0.0170749128, -0.0152886929, -0.0263954289, -0.0152886929, 0.0323043466, -0.0152886929, 0.0181838945, 0.0179468598, -0.0103787025, 0.0378238522, -0.0144167459, -0.00291213184, -0.0267509799, -0.0126728537, -0.00954908412, -0.0015089754, 0.0109204948, -0.0175743774, 0.00536289439, -0.00515125645, -0.00877025817, -0.0200632345, 0.00458830083, 0.0161352418, 0.00790254399, -0.0138495574, -0.0316440389, 0.00866020657, 0.000749725848, 0.0213838518, -0.0116569931, -0.00565918675, 0.0330154486, -0.0382979214, 0.0170664471, -0.0103363749, 0.0126389917, -0.00984537601, 0.00530363573, 0.0157627612, -0.0184547901, 0.0123934913, 0.0104548922, 0.0202664062, 0.00238303817, 0.0155087961, 0.0147384349, -0.00570997968, -0.0262091868, 0.00513432547, 0.0100570135, 0.00166347076, 0.0121987853, -0.0158558805, -0.00619251328, -0.00907501578, 0.00595971197, 0.026006015, -0.0287488382, 0.0041586766, 0.000128172964, -0.00978611782, -0.0277499091, -0.00851629302, -0.0174219981, -0.0074708038, -0.0293752849, 0.0103448406, -0.0123342331, 0.016871741, -0.00189098099, -0.0151447793, -0.0186579619, 0.0241774675, 0.025294913, 0.00759355351, 0.0162960868, 0.0114368899, 0.00238727103, 0.01710031, -0.00433856854, 0.0104464265, -0.026361566, 0.0156865716, -0.0220949538, 0.0064676418, 0.0120125441, -0.00165183062, 0.00610785792, 0.0173288789, 0.0331170335, 0.0060655307, -0.00628140103, 0.0225351602, 0.0283763558, 0.0210790951, 0.0279530808, 0.00693324441, 0.000265075971, 0.00534596294, -0.00103702373, 0.00395762129, 0.0146791767, 0.0235679522, -0.0257859118, 0.0197584759, -0.00876179244, 0.00984537601, -0.0206727497, -0.00444862, -0.0273774266, 0.0149077456, -0.0146199185, 0.00976918638, 0.00835544802, -0.0166008454, -0.00875332672, -0.0352503397, 0.0213330593, -0.00340524735, -0.00832158606, 0.000907395792, 0.0149416076, -0.0321689, -0.0221288167, -0.00760625163, 0.0111575285, 0.000239547197, 0.0109628225, 0.0100316172, -0.00971839391, -0.00036930744, -0.0391106084, -0.00361476839, -0.00392375933, 0.0391106084, 0.00952368695, 0.0219087135, -0.00379889295, 0.0315255225, -0.00590891903, -0.0225859545, 0.00486343, 0.000761895, 0.0230769534, 0.00902422238, 0.00471105054, -0.0141035225, 0.0250409488, 0.00114707521, 0.0180145837, -0.0267509799, 0.00909194723, -0.00979458354, -0.0175405163, 0.0165669825, -0.0271742549, 0.00170262367, -0.00304123084, 0.0197246149, -0.0277837701, -0.0146961082, 0.00143596041, 0.010785047, -0.00960834231, -0.00628563343, 0.0229076426, 0.0174727924, 0.0196399596, 0.00159786304, 8.67713752e-05, -0.0186748933, -0.00274070562, 0.00236822362, -0.0358598568, 0.0281054601, 0.00841470715, 0.015026262, -0.00474068, -0.0172865503, 0.00422005169, 0.0160421226, 0.0185733065, -0.0161691047, -0.0302049033, -0.0175743774, 0.023347849, 0.0197415464, 0.0301033165, -0.0046856543, -0.0029438776, -0.0111998562, -0.0169140678, -0.00212166598, 0.0243129153, 0.000292324286, -0.0177267566, 0.00493538659, -0.00637028879, 0.00655652955, 0.0231108144, 0.0237541925, -0.0217055418, 0.0105818752, 0.0109628225, 0.00155130285, 0.0223319884, -0.0108612366, -0.00133331621, 0.016482329, 0.00653113332, -0.0161013808, 0.00480417116, 0.00304546347, 0.00743694184, 0.013214645, 0.00609939266, 0.01431516, 0.0117755104, -0.000233198065, 0.0393476449, 0.0136633171, -0.0281393211, 0.00936284289, -0.00438936148, -0.00639568502, 0.0136379199, -0.0027301237, -0.0136802476, -0.00210261857, -0.00214917888, 0.00419253903, -0.029764697, -0.0155511228, 0.0104548922, 0.017134171, -0.00462216279, -0.0107003916, -0.0209605768, 0.00965067, -0.000267721422, -0.0142389704, -0.0157204326, 0.0224166438, -0.00294599403, -0.00524014421, 0.00171320548, -0.0050877654, 0.0022560556, 0.00955754891, 0.0327445529, 0.00571421254, -0.0020401855, -0.0173712056, 0.00337985088, 0.0302556958, 0.0176928956, 0.00199256698, -0.0320334509, 0.0116485273, -0.0022814523, -0.0123257674, -0.00857978407, 0.00366767775, -0.0120294755, -0.0230430905, 0.0265139453, 0.0105056856, -0.0045078788, 0.0432756357, 0.0129437493, -0.00828772411, -0.0168971382, -0.0269541517, 0.0312376954, 0.00250367168, 0.00960834231, 0.0247869827, 0.00310895476, 0.00492692087, 0.00366344512, -0.0124188885, 0.0151617099, -0.0207743365, -0.0165923797, -0.0423952229, -0.00791524258, -0.0340143777, -0.00923586078, -0.0146622453, 0.0127998358, -0.0192674771, -0.0150177963, 0.0101247374, -0.0189627204, 0.0218748525, -0.0309837293, -0.000875121041, -0.0134516796, -0.0213330593, 0.00563379, -0.0124950781, 0.00538829062, 0.00963373855, 0.0103787025, -0.0218409896, -0.000394174829, 0.0108612366, 0.0011555407, 0.0113860974, -0.00968453195, -0.0243129153, -0.0127236461, -0.0213838518, -0.0331678279, 0.0109374262, -0.00724223489, 0.00281266239, 0.00179997692, 0.00381370774, -0.0392799191, 0.0105310818, -0.0180484448, -0.0223319884, -0.0240250882, -0.0101247374, 0.0134008862, 0.0180992391, -0.00301371794, 0.0242621228, 0.00134389813, 0.00145289139, 0.00476184348, 0.0129014216, 0.00821576733, 0.00183066435, -0.00623484049, 0.00782635435, -0.00645917654, -0.0496078283, 0.00438089622, -0.0106157372, 0.0153479511, 0.0251425337, -0.0310853161, -0.0047703092, -0.00382428966, -0.00501157576, 0.0263784975, 0.030018663, 0.0216208864, -0.00594701385, 0.00164230692, 0.0135109378, 0.00528670475, 0.00568458298, 0.0012211483, -0.0381624736, 0.00264123594, 0.0147722969, -0.00811841432, -0.0207235441, 0.0185055826, 0.00648457278, 0.0207066126, 0.034810137, 0.0111998562, 0.0159151405, -0.0235679522, 0.00446978398, -0.0166516379, 0.00821153447, -0.0233139861, -0.00479147304, 0.0321858302, 0.00769513939, -0.0134347482, 0.0127405776, 0.0333371386, -0.0116739245, 0.0225690231, -0.0236187447, 0.0238896403, -0.0382640585, 0.00846126676, 0.0122495787, -0.0344376527, 0.00894803368, 0.0151617099, -0.0029904379, 0.00540098874, 0.0421581902, 0.0134178177, 0.0358937196, -0.0067554689, 0.013341628, -0.0133246966, -0.00306451088, 0.0313392803, -0.0257351194, 0.0171426367, 0.00517242029, -0.00765281171, 0.0254642237, -0.0149924, 0.00836814661, 0.00322535541, -0.0113268392, -0.0131384553, -0.00457137, -0.027851494, -0.012859094, -0.03083135, -0.00266028335, -0.00110157311, 0.00391529361, 0.0158220194, 0.00284864078, 0.0129268179, 0.000620626961, 0.0130453352, 0.0126389917, -0.00409306912, 0.00175976579, -0.00221584458, 0.00515972218, 0.00173860206, 0.0128336977, 0.00191743567, 0.0127321118, -0.00287615368, -0.0109120291, -0.00918506738, 0.0169225335, 0.0121818539, -0.0100146867, -0.0116739245, -0.0137649029, 0.0024126675, 0.00249732239, -0.0139680747, 0.00483803311, -0.0124442847, 0.0131299905, -0.0028613389, -0.0301371794, 0.000324863562, -0.00926125702, 0.0149924, 0.0158897433, -0.0137733687, 0.0118940277, -0.0143066952, -0.00485073123, 0.00524014421, -0.0204526484, 0.00300525245, 0.00652266759, 0.0110559426, 0.0720583349, 0.00930358469, 0.01677862, -0.00596817723, 0.0121987853, 0.0148400208, -0.00172696193, -0.00700943405, 0.00822423305, 0.0162114315, 0.0131384553, 0.00718720956, 0.0258536357, -0.0267340485, 0.00340736378, 0.00302853249, -0.0189119261, -0.0226198155, -0.00153013912, -0.0100570135, 0.0152294338, -0.0320334509, 0.0109374262, 0.0297139045, 0.0218409896, 0.00671314122, -0.03083135, 0.00245922781, 6.36896584e-05, 0.0364693739, -0.0119448202, -0.0111152017, -0.0120971994, 0.00891417172, -0.0082411645, 0.0259213597, 0.00671314122, 0.0123596294, -0.0335064493, -0.00922739506, -0.000532797421, -0.00700943405, -0.00625177147, 0.00947289448, -0.00971839391, 0.00231108139, 0.0140950568, -0.00395550486, -0.0159828644, -0.0221965406, 0.0163892079, 0.01644, -0.0144252116, 0.0264970139, 0.0397539884, -0.0254642237, 0.00634489208, -0.0231954698, -0.00580733269, -0.00623060809, 0.00474068, -0.0198092703, -0.0183193423, 0.000243118571, -0.021959506, -0.0117501142, -0.0118601657, 0.00204759277, -0.000925384928, 0.024939362, 0.0239573643, -0.00157035026, 0.00915120542, -0.0218071267, 0.0187764782, -0.00502004148, 0.0227044709, 0.021146819, 0.00780095812, -0.0162876211, 0.00189098099, -0.00846126676, 0.0253965, -0.0280546658, -0.0194029249, 0.00362111744, 0.0180992391, -0.0152886929, -0.00542215258, 0.0195383728, 0.0184886511, 9.99491112e-06, -0.000737027556, -0.0241097435, -0.00376291457, 0.000820624409, -0.0110982703, -0.00393434102, -0.0013237925, 0.0203002691, 0.0185394455, 0.00926972274, 0.0313054174, -0.00384333683, 0.0118940277, -0.00182431517, -0.00345604029, -0.0246515349, 0.00300101959, -0.0235848818, 0.00305816182, -0.0206050258, 0.00412904751, 0.00140844751, -0.00858825, -0.0157881565, -0.00332059222, 0.0178622045, 0.00166981982, -0.000353699172, -0.0246007424, 0.00100316177, -0.000491528073, -0.0299678687, -0.0108950986, 0.0100908754, -0.0243129153, -0.0108189089, -0.00705599412, 0.0200293735, -0.00318726059, 0.00938823912, 0.0114707518, -0.000748138526, 0.00322747184, -0.00334810512, 0.013570196, -0.0134093519, -0.00960834231, -0.000165474063, 0.0114284251, 0.00458406797, -0.0114453556, -0.00376714743, 0.0129268179, 0.00151849899, 0.00597664295, -0.00866867229, -0.00742847612, -0.00590891903, -0.0102601862, 0.00132696715, 0.00499464478, 0.00894803368, -0.00962527376, -0.000633854303, 0.00761894975, -0.01897965, 0.0112083219, -0.0050327396, -0.00050581363, -0.00898189563, 0.0299509391, -0.0104464265, -0.00440206, -0.00139574928, 0.0132400421, 0.00225182297, -0.00323593733, -0.0106749954, -0.0228907112, 0.00493961899, -0.00530363573, 0.00108781678, -0.00416925875, 0.0226028841, -0.00550680747, -0.00810571574, -0.0027026108, 0.00830465555, -0.0125543363, 0.0084485691, 0.00432587042, 0.00130580331, -0.00376291457, 0.0210452322, 0.012241113, -0.0142643675, 0.0104464265, -0.0145183327, 0.0214854386, 0.00240631844, -0.0187087543, 0.00854168925, -0.00369730708, -0.0161183123, 0.00968453195, -0.0143998154, -0.00773746707, -0.00769937225, -0.0247192588, 0.00920199789, -0.00798296649, -0.00749196718, 0.00314704957, -0.00519781699, 0.018522514, -0.0150939859, -0.00929511897, 0.01930134, -0.0311361086, 0.0039766687, 0.0135871274, 0.00372482, -0.0107681155, 0.0261414628, 0.00479147304, -0.0153479511, -0.00901575759, 0.00148357882, -0.00338408351, -0.0109628225, -0.0175743774, -0.00894803368, -0.00301371794, 0.00268356339, 0.011140598, -0.00297773955, -0.00944749825, 0.00340736378, 0.00404439261, -0.00320842443, 0.0206727497, -0.0139003508, -0.016126778, 0.0119956136, 0.00907501578, 0.0177606195, 0.00711525278, 0.0100654792, 0.00750466576, 0.0169902574, -0.0265647378, 0.00455443887, -0.00591315143, -0.00965067, 0.00756392395, 0.00808455236, -0.010234789, -1.48807612e-05, -0.010040083, -0.0122241816, 0.00123596296, 0.0134855416, 0.00617134944, 0.0282917, 0.008905706, -0.00998929, -0.00582849653, 0.00380100938, -0.00109204953, 0.0257520508, -0.00151638268, -0.00917660166, 0.0320842452, -0.00747926906, -0.00815227628, 0.0323382095, -0.0139680747, -0.00307932566, -0.00753852772, -0.00524014421, 0.0140527301, 0.022281196, 0.00468142144, 0.0240928121, 0.000483062584, -0.0130707314, 0.00530786859, 0.00431105588, -0.000821682566, 0.000668245368, -0.00752582913, -0.00673430506, -0.0165077243, -0.00398513395, 0.0208759233, 0.0216716789, -0.0012476031, 0.0117755104, 0.0168463439, 0.00316398055, -0.01279137, 0.0119363545, 0.00990463514, 0.0206896812, -0.00975225586, 0.010040083, 0.0129945427, 0.00102538371, -0.0071829767, 0.00914274, 0.012274975, 0.0172780845, -0.0122919055, -0.00250367168, 0.0228568502, -0.00446978398, -0.0170664471, 0.0354873762, 0.0199277867, 0.00138622557, 0.00871946476, -0.00407825457, 0.0112421839, 0.00601050491, -0.0120971994, -0.0279869419, -0.0224505048, -0.0108104432, -0.000155553556, 0.00882105064, 0.0016677035, -0.0152548309, -0.0185902379, -0.00587082421, 0.00306239468, -0.0110559426, 0.0196738224, -0.00311953668, -0.0025989085, -0.000788349658, -0.0123850266, 0.00756392395, 0.0156527087, 0.00981151406, -0.00303911441, -0.00718720956, 0.0137733687, -0.00649727136, 0.0119617516, -0.00667081401, -0.00818190537, -0.02863032, 0.00652266759, -0.00616711657, -0.00850359444, 0.0107088573, -0.00155976834, 0.00319995894, 0.00492692087, 0.0120971994, -0.0231954698, 0.0150431935, 0.00846973248, 0.00446978398, 0.0228907112, 0.0150431935, -0.0166008454, -0.0120125441, -0.0106157372, 0.0115130795, -0.00943903252, 0.00526977377, 0.0248885695, 0.0106665296, 0.0118009066, -0.0134770758, -0.00125077763, 0.0128336977, 0.0047449125, 0.0110051502, -0.0191320293, -6.96419665e-05, -0.000589939533, -0.000925384928, 0.0129183531, 0.01930134, -0.000518511864, 0.0105818752, 0.0203341302, -0.0278007016, -0.00632796111, 0.00476184348, -0.0218748525, 0.00791524258, 0.0183701348, -0.00102591282, 0.00143807684, 0.0148738837, -0.0217224732, -0.00116083166, 0.00266028335, -0.0179976523, -0.00546448026, -0.0105649438, 0.0158220194, 0.0168886725, -0.00744117424, 0.0157119669, 0.0179637913, 0.0110813389, 0.00736498507, 0.034166757, -0.00593854813, 0.0193859953, 0.0169056039, 0.00017446866, -0.0056930487, 0.0104464265, 0.015610382, -0.0179129969, -0.00347085483, 0.0148230903, 0.00799143221, 0.00159574673, -0.0139426785, -0.000934908632, 0.00734382123, 0.00403592689, 0.00560839381, -0.000485972589, 0.00549834222, 0.00229203398, 0.0227552634, -0.0246684663, 0.00989616942, 0.00151744089, -0.010945891, -0.00497348094, -0.0118686305, -0.00732265739, -0.0128506292, 0.00353223, 0.00745810522, 0.00459676655, 0.00856708549, -0.00682742568, 0.000988876214, -0.00188145728, 0.0083173532, 0.017811412, -0.0156357791, 0.0317286924, 0.014442143, 0.00545601454, 0.0132993, 0.0100146867, -0.00834275, -0.00604436686, -0.0104718236, 0.0244314317, -0.000120699508, 0.0191658922, -0.0211637504, -0.00366132869, -0.0118009066, -0.0185394455, -0.0125628021, 0.00922739506, -0.0228568502, -0.0118263029, -0.00800836273, -0.0217055418, -0.00798296649, -0.00323170447, -0.00734382123, 0.01059034, 0.00366132869, -0.00157987396, 0.0232293308, 0.0151701756, 0.00899036, -0.000593114062, 0.0182346869, -0.00823693164, 0.00130897795, -0.00676393416, 0.00507506728, 0.00213648053, -0.0285118036, 0.00480417116, -0.00856285356, -0.000803693372, 0.00108781678, -0.00901575759, -0.00591738429, 0.00396397, -0.0421581902, 0.0229076426, -0.000808984332, -0.0235002283, -0.00500734337, 0.0132908346, -0.023026159, 0.000811629812, -0.0107257888, -0.0145775909, -0.00846973248, 0.00822846591, -0.0249224324, 0.0173712056, -0.0135024721, 0.0247361902, -0.00288461917, -0.0187426172, -0.0109543568, 0.000890464755, -0.0210790951, -0.0258874986, -0.00946442876, 0.00142537849, -0.0220610928, -0.00114601699, 0.0232631937, 0.00409095269, -0.0213330593, -0.0100485487, 0.0270896, 0.00403804332, 0.0201309584, -0.0183532033, 0.0211129561, 0.00904115383, -0.00814381056, -0.0151447793, -0.00929511897, -0.007999897, 0.00845703389, -0.0135194035, -0.00614595274, -0.0203171987, -0.000463221571, 0.0131215248, -0.000414015842, -0.0123850266, -0.0141289197, -0.00016494497, 0.0224335752, 0.00233859429, 0.00717027858, 0.0203002691, -0.0171087757, 0.0146961082, -0.00486343, -0.00526554091, 0.00789831113, -0.0144167459, 0.0341836885, -0.0105141504, -0.0135194035, 0.0047152834, -0.00059364317, 0.00365921226, 0.0175235849, -0.01710031, -0.00738191605, -0.0177267566, -0.00325710117, -0.0140781263, 0.00932898093, -0.00472374912, -0.011496149, -0.00326979929, -0.0135955932, 0.0028888518, 0.016482329, 0.00379889295, -0.0353857912, -0.00547294552, 0.00888877455, 0.0139680747, -0.0211298876, 0.00516818743, -0.00290578278, -0.0146029871, -0.0191150978, -0.0345731, 0.00406555645, 0.00331847603, -0.0173712056, -0.0282578394, -0.0174727924, -0.0168548096, 0.0206388887, 0.00228568492, 0.019335201, -0.0183362719, 0.0262091868, -0.0138326269, 0.0305604544, -0.0125120087, -0.000446819671, -0.00645917654, 0.0130791971, 0.00712371804, -0.00535442866, 0.00653536571, -0.00245711138, -0.0359953046, 0.00572691066, 0.0219087135, -0.0267001856, 0.0189288575, 0.00625177147, -0.00656499527, 0.0102432547, -0.00414809491, -0.00818613824, -0.00291213184, 5.6811441e-05, 0.00452904264, -0.0165754482, 0.0179299284, -0.0317456238, -0.00321900635, 0.0117839761, -0.0151193831, 0.0255658086, -0.00255658105, -0.0149077456, -0.0157627612, 0.020114027, -0.000446555117, 0.00976918638, 0.0314408652, 0.0149839344, 0.00648034, 0.0162960868, -0.00114390068, 0.00281266239, 0.00814381056, 0.0199277867, 0.0105734095, 0.024160536, 0.000924855878, -0.00472798152, 0.00815650914, -0.00576923834, 0.0290874578, -0.0162368286, -0.0304927304, -0.00717874384, 0.0256673954, 0.00920199789, 0.0109204948, -0.012207251, -0.00102326728, 0.0452396311, -0.000407402171, -0.0135194035, -0.0258367062, -0.00570997968, 0.00143490219, -0.00801259559, 0.0196399596, 0.00337985088, 0.00539675634, 0.0114876833, -0.00521898083, -0.0220103, -0.00545178168, 0.0180653762, -0.0317117609, 0.00526554091, 0.00403592689, -0.00410153484, -0.0014539496, -0.0084485691, 0.0186918229, 0.000593114062, -0.00014497168, -0.00167511078, -0.00226028846, -0.00302641629, -0.0116654588, 0.0051427912, 0.00786444917, -0.00112167874, -0.00893956795, 0.000623272441, 0.0207743365, -0.00578193646, -0.0132993, -2.02047668e-05, -0.0292059742, -0.00695864065, 0.00279784761, 0.0324228629, -0.0230092295, 0.0165246557, -0.0127067156, -0.00422851695, -0.00703906314, 0.0141627816, 0.0046856543, 0.0108697014, 0.00170897273, -0.0104972199, 0.00490999, -0.0119363545, -0.0158897433, 0.00951522216, 0.00330154505, -0.00414809491, 0.00932898093, -0.00605706498, -0.0125543363, -0.011462287, 0.00761048449, -0.0248208456, -0.00645071082, -0.003335407, 0.00510469638, -0.00761894975, -0.0172780845, -0.00981151406, 0.0040549743, 0.0197246149, 0.0182346869, 0.00521051511, 0.00120104279, -0.0026454688, 0.0283763558, 0.00309837284, 0.00453327503, -0.00720837293, 0.0031026057, 0.0238896403, -0.0126643879, -0.00805069, 0.0324228629, -0.0261076018, 0.0222304035, 0.00829619, -0.00851206, -0.00780519098, -0.00262853759, 0.00599357393, -0.0237203315, -0.00327191572, 0.00966760051, -0.0198939238, 0.00624330621, 0.0137395067, -0.00687398575, 0.0180484448, 0.00502850674, -0.0219933689, -0.0213330593, 0.0217901971, 0.00526554091, 0.00582003128, -0.00359360478, -0.0199785791, -0.0118940277, -0.00334387249, -0.0103871683, -0.004825335, 0.0217224732, 0.000110316047, 0.00227087038, -0.00208462938, -0.0074708038, -0.012825232, 0.0113776317, 0.00584119512, -0.00300101959, -0.00733958837, 0.0173034817, 0.0187764782, -0.00464755949, 0.0300863869, -0.00841470715, -0.0137733687, -0.00662425347, 0.029307561, 0.0158897433, -0.0108697014, 0.025261052, 0.0047703092, -0.0244145021, 0.0108443052, 0.0119109582, 0.0224335752, 0.0297985598, -0.0143405572, -0.00406132359, -0.00107511843, 0.013214645, 0.0047449125, 0.0153987445, -0.00734805409, 0.00211743312, -0.045171909, -0.00789831113, 0.011462287, -0.0219764374, -0.0219933689, 0.00384968612, -0.0123257674, -0.00906655, -0.0049777138, 0.00990463514, 0.0195045117, 0.0139172813, 0.00703906314, 0.020046303, -0.0137056438, 0.00987923797, -0.0140950568, 0.00979458354, -0.00655229669, 0.00163913239, 0.0172103606, -0.0163299497, 0.00402746163, 0.0173542742, 0.0160505883, 0.00162960868, -0.0074962, -0.0186579619, 0.024871638, -0.0192336161, 0.0113183735, 0.00458830083, 0.0255488791, 0.017489722, 0.0218409896, -0.0431740507, 0.0140950568, 0.00278091663, 0.0191320293, 0.0194198564, -0.00796180218, 0.00648880564, -0.000159124946, 0.00118411181, 0.0110728741, 0.00620944425, 0.00496924855, -0.00398513395, 0.001603154, 0.000977765187, 0.0153902788, -0.0210790951, 0.0307128336, 0.00453327503, 0.0106580639, -0.0117162522, 0.0197076835, 0.012046406, -0.0230769534, 0.00865174085, 0.00553220417, -0.00335233798, -0.0194198564, 0.0128760254, -0.00217351713, 0.00502850674, 0.0134008862, 0.0043681981, -1.82537333e-05, -0.00115659891, 0.0325075202, 0.000767715042, -0.0217224732, 0.00644647796, 0.012469681, 0.0113437697, 0.010395634, 0.00555760087, 0.0107681155, 0.0143405572, -0.00369942351, 0.00772900134, 0.00992156565, 0.00512162736, -0.00955754891, 0.0279530808, -0.0170410518, 0.0116823902, 3.36966586e-05, 0.00746657094, 0.0053755925, 0.0213838518, 0.000439676893, 0.00472798152, 0.0263954289, -0.00391317718, 0.013570196, -0.0157373641, -0.00938823912, -0.0103448406, 0.0126474565, 0.00183278066, -0.00164336513, 0.00993003137, -0.00427507749, 0.0184039958, 0.00542215258, 0.0170579813, -0.00399148325, -0.0106665296, -0.0053501958, -0.00605283258, -0.0691800639, 0.0162960868, -0.00531633385, 0.00868560281, -0.00472374912, -0.00579463458, 0.00306662731, 0.00739884702, 0.00275128754, -0.00347508769, 0.00956601463, -0.00115659891, -0.0162198972, 0.01337549, 0.00100527809, -0.0070178993, 0.00427507749, 0.0101670651, -0.0226028841, -0.010006221, -0.0228060558, -0.00203595264, 0.00505390344, 0.00330789411, -0.0218917821, 0.00517665315, -0.000798402471, 0.00109839858, -0.00969299767, -0.00429835776, 0.00488459319, -0.00616288371, 0.0115554072, -0.00563802291, 0.00330366124, -0.0117162522, 0.00438512908, -0.0060655307, -0.00948136, -0.0220949538, 0.00730149355, 0.0090326881, -0.00232166331, -0.0209097844, -0.0121903196, 0.00356397545, -0.000646552537, 0.00316609698, -0.00459676655, -0.00172484561, 0.00493115373, 0.0195045117, -0.0132823689, 0.0198939238, 0.0272250473, 0.00717027858, -0.020367993, 0.00327191572, 0.0286472514, 0.0132485069, 0.00286557176, 0.00243171491, -0.00960834231, 0.00742424326, -0.00829619, -0.0122665092, -0.015449537, -0.0057480745, -0.00249097333, 0.0219087135, -0.0167024303, -0.0126474565, -0.00424544839, 0.0124104228, 0.018878065, 0.00664541731, -0.0040507419, 0.0125458706, -0.00417560758, 0.0194706488, 0.01211413, -0.0275298059, 0.027462082, -0.0139511442, -0.00375868194, 0.00103808194, -0.0227721948, 0.00865597371, 0.00960834231, 0.00167511078, 0.0364693739, 0.00123384665, -0.0212314744, 0.0104379617, 0.0192336161, 0.000205420642, 0.00306874374, -0.0248885695, 0.0203510616, 0.0101332031, 0.00420947, -0.0194029249, 0.002275103, 0.000287297909, 0.0188611336, -0.0145437289, -0.00174389302, -0.0134347482, -0.00118622812, 0.0252779834, 0.033371, 0.0157542955, 0.00104707654, 0.0106495991, 0.0373497866, -0.0100654792, 0.0176421013, 0.00963373855, 0.00273224013, -0.00460946467, -0.0193521325, -0.0293583535, 0.0118432343, -0.0186918229, -0.00157881575, 0.0140611948, 0.0164569318, -0.0201478899, 0.000638616155, -0.00971839391, -0.000274070568, 0.00875332672, -0.0022814523, 0.00067300722, -0.00687821861, 0.00152908091, -0.00327826478, -0.0014814625, -0.014670711, 0.00164336513, 0.0136633171, 0.00353223, -0.00943903252, 0.00788561348, -0.0163384154, -0.0144675393, 0.000642319792, 0.00337985088, -0.00872793049, 0.015542658, 0.0131130591, 0.0115723386, -0.00624330621, -0.0100654792, -0.00578616932, 0.0108358394, 0.00322323898, 0.00985384174, 0.00731842453, -0.00867713708, 0.0275467373, 0.0108443052, 0.00660732249, 0.0252441205, 0.00137776008, 0.00204124372, 0.00940517057, 0.0280377362, -0.00554913515, 0.00620521139, -0.00230473233, 0.00768667366, -0.0168463439, -0.00741154514, 0.0119786821, -0.0271911863, -0.0043428014, -0.0067554689, -0.00247615878, -0.000270896, 0.0195045117, 0.0219425764, 0.00751736388, -0.0102263242, 0.00829195697, -0.0157288983, -0.0021989136, -0.0109289605, 0.00759778591, 0.00361265196, 0.0261076018, 0.0160167255, -0.00022830395, -0.0313900746, 0.000825386262, -0.0218240581, -0.0166262425, 0.0106580639, 0.0067300722, 0.00973532442, 0.0176421013, 0.00235552527, -0.00619674567, -0.010979753, -0.00485919695, -0.0216208864, 0.0395846777, 0.00690361531, -0.00780942384, 0.00467718858, 0.0281054601, -0.011530011, -0.0120040784, -0.00848243106, 0.00309625664, 0.0167616904, -0.0290197339, 0.0220610928, -0.00165712158, 0.0266493931, 0.00084073, -0.0135786617, 0.00531210098, -0.00403804332, 0.00860518, -0.0116823902, 0.0131130591, -0.00688245147, -0.0179129969, 0.0087956544, 0.0023576417, 0.00736498507, 0.0199616496, -0.0297816284, 0.00586659135, -0.0115808034, 0.00109839858, 0.000957130571, 0.00431317231, 0.00610785792, 0.0116654588, 0.00132061797, 0.00447824923, 0.00403169449, -0.00719990768, 0.0228229873, 0.0111152017, -0.00132590893, 0.00458406797, -0.0151024517, 0.00356820808, 0.00396820297, -0.0265139453, 0.0098284455, 0.015644243, -0.00268144719, -0.0131299905, -0.00873639621, -0.0040253452, 0.0113776317, -0.00423486624, -0.00680626184, 0.00551527319, -0.000151849905, -0.00504967058, 0.00288673537, -0.00502004148, -0.0299848, -0.012207251, -0.00518511888, 0.0117924409, -0.0125458706, 0.00163384143, -0.014476005, 0.0105141504, -5.22893424e-06, 0.00616711657, 0.0313392803, -0.01557652, -0.00652690046, -0.0109966844, -0.00789831113, -0.0183024108, 0.011724717, 0.0217055418, 0.0058581261, 0.00215870235, -0.00353857898, 0.000329889939, 0.0309498683, 0.0087956544, -0.0212653354, -0.0197246149, -0.0117331827, -0.0276652537, -0.00905808527, -0.00266663241, -0.00295234309, -0.00441052532, -0.0111321323, 0.0255658086, -0.00996389333, 0.0123426989, -0.00782635435, -0.0210113712, -0.0229415037, -0.00251848623, -0.000562426634, -0.00868560281, -0.00702213217, -0.0113607012, -0.00292694662, -0.0185394455, 0.0176590327, -0.019656891, 0.00536289439, -0.000993109, -0.00278091663, 0.00262853759, 0.017811412, -0.0212991983, 0.0180823077, -0.0115977349, 0.00311953668, -0.00271107629, 0.00162325962, 0.00725916633, -0.0213669222, -0.0309837293, -0.0108612366, 0.0026264214, 0.00515548931, 0.00456713699, -0.00158516481, -0.0160505883, 0.00220737909, 0.00347085483, -0.00936284289, 0.0127490424, -0.0164315347, -0.0248547085, 0.00959987659, 0.0012476031, -0.00460523181, 0.0319826566, -0.0232801251, -0.0214854386, -0.00518088602, 0.0173119474, -0.021603955, -0.00496924855, -0.0116146654, 0.008744861, 0.0162029676, -0.0054052216, 0.000525654643, 0.0117501142, -0.00719990768, 0.0111321323, -0.0124019571, 0.00166558707, -0.00296080858, -0.0283086319, -0.0147469006, -0.00664118445, -0.00148781156, 0.00473644724, -0.0104125645, -0.00976918638, -0.0206219573, -0.0102601862, -0.0155849848, -0.02150237, 0.0640669, -0.00261160661, 0.00470681814, -0.0240589511, -0.00457983557, -0.0122157158, 0.0195722356, 0.0520458929, 0.0161437076, 0.0154918646, 0.0138410926, 0.0118093723, -0.020046303, 0.0149754696, 0.00286345533, 0.0100739449, 0.011462287, -0.00869406853, 0.000862422807, -0.00233436166, 0.00477454206, -0.0169648621, 0.00689091673, -0.00570997968, -0.0114453556, 0.00234705978, -0.0022539394, -0.0180823077, -0.00438089622, -0.0178622045, -0.0079237083, 0.0214685071, 0.00531210098, 0.00185817725, -0.00320207537, 0.00711948518, 0.00347932032, 0.0131469211, 0.00684012379, -0.00472798152, 0.0331170335, 0.0189288575, -0.00754276058, 0.0141797122, 0.00717027858, -0.0101501346, -0.0194367878, -0.00735651935, 0.0153564168, -0.00171638012, -0.00427084463, -0.0238219164, -0.0277160462, -0.00398936681, -0.0209436473, 0.0195553042, 0.0159405358, 0.000270631455, 0.00835544802, 0.0121479919, 0.00165712158, 0.00429200847, 0.0058327294, -0.00632372824, 0.00424968079, -0.0201478899, -0.00527400663, 0.0116654588, -0.0127067156, -0.00947289448, 0.0205203723, -0.00584542751, -0.011496149, 0.00318937702, 0.00288250274, 0.0150516583, -0.0126389917, 0.0393815041, 0.000548141135, -0.00733958837, -0.00727186445, 0.0243129153, -0.0115977349, -0.0078729149, -0.0202156138, 0.00715758, -0.00803375896, -0.0107935127, -0.0186071694, 0.00544754928, 0.0084781982, 0.0335572399, -0.0321011767, -0.008744861, -0.000457136979, 0.00474914536, -0.00853745639, -0.0308652129, 0.00500311051, -0.0117924409, 0.0140527301, -0.00355339353, -0.0297816284, 0.00195447239, -0.00904115383, 0.0354535133, 0.00208886201, 0.0176251698, 0.0295615252, 0.00822423305, -0.0070178993, 0.00973532442, -0.00481263688, -0.00771207036, 0.0010809385, -0.000682001817, -0.011690855, 0.00309837284, -0.0109035634, -0.00155024463, 0.00807185378, 0.0222642645, -0.00866867229, -0.0231446773, 0.00867713708, 0.0155341923, 0.0249224324, 0.00998929, 0.00315763149, -0.0110644083, 0.0067724, -0.0116231311, -0.0040253452, -0.0119278897, 0.0225182287, 0.0181331, -0.00149839348, 0.0167532247, 0.0207066126, 0.0130030075, -0.00609516, -0.0141712464, 0.00540945446, 0.0106580639, 0.0101755308, -0.0261922572, 0.0120971994, -0.0141373845, 0.0183701348, 0.0131638525, -0.020435717, 0.00755969156, -0.0128336977, -0.0157542955, 0.0101501346, 0.0247023292, -0.0031787951, -0.0323551409, 0.0117077865, 0.00555760087, -0.00309202378, -0.0015089754, -0.00975225586, 0.0116062006, 0.00563802291, -0.00398301752, 0.0204526484, -0.0267509799, -0.00756392395, 0.00829195697, 0.0214685071, 0.00447401684, -0.00186241, 0.0225013, -0.00594278099, 0.0162368286, 0.00907501578, -0.0293583535, -0.00358302286, -0.00650996948, 0.00499041239, -0.00573537592, 0.00776709616, 0.0593939461, -0.016710896, -0.00872793049, 0.0131130591, 0.00653959857, 0.00522744609, -0.00653959857, -0.00603166874, 0.00466872333, 0.00152590638, 0.00501580862, -0.00942210108, -0.00304969633, 0.00513009308, -0.00847396534, -0.00970146246, 0.0124781467, 0.00568881584, -0.00426449534, -0.0153225549, -0.0317286924, 0.000195235596, 0.00620097853, -0.0114199594, 0.00619674567, -0.00551950606, 0.00809725095, 0.027106531] |
13 Jun, 2022 | Onsen UI CSS Component Basic Card
13 Jun, 2022
Onsen UI CSS is used to create beautiful HTML components. It is one of the most efficient ways to create HTML5 hybrid components that are compatible with both mobile and desktop.
In this article, we are going to implement the Onsen UI CSS Component Basic Card component. A card is an HTML component used to show data that are alike. Cards help to structure the data and display them in a structured format. A basic card is a simple card in Onsen UI that has rounded borders.
Onsen UI CSS Component Basic Card classes:
card: The container with this class is used to create card components.
card__content: The container with this class holds the content of the card.
Syntax: Create a basic card as follows:
<div class="card">
<div class="card__content">
Welcome to GeeksforGeeks. A computer
science portal for geeks.
</div>
</div>
Example 1: In this example, we have a card displaying some data.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content=
"width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href=
"https://unpkg.com/onsenui/css/onsenui.css" />
<link rel="stylesheet" href=
"https://unpkg.com/onsenui/css/onsen-css-components.min.css" />
<script src="https://unpkg.com/onsenui/js/onsenui.min.js">
</script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js">
</script>
<style>
#heading {
color: green;
}
#title {
font-style: bold;
}
</style>
</head>
<body>
<center>
<h1 id="heading">GeeksforGeeks</h1>
<strong id="title">
Onsen UI CSS Component Basic Card
</strong>
</center>
<div class="card">
<div class="card__content">
Welcome to GeeksforGeeks. A computer
science portal for geeks.
<p>List of tutorials</p>
<ul>
<li>Data Structures</li>
<li>Algorithms</li>
<li>Machine Learning</li>
</ul>
</div>
</div>
</body>
</html>
Output:
Example 2: In this example, we will show and hide the basic card using buttons.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content=
"width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href=
"https://unpkg.com/onsenui/css/onsenui.css" />
<link rel="stylesheet" href=
"https://unpkg.com/onsenui/css/onsen-css-components.min.css" />
<script src="https://unpkg.com/onsenui/js/onsenui.min.js">
</script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js">
</script>
<style>
#heading {
color: green;
}
#title {
font-style: bold;
}
</style>
</head>
<body>
<center>
<h1 id="heading">GeeksforGeeks</h1>
<strong id="title">
Onsen UI CSS Component Basic Card
</strong>
<br /><br />
<button class="button" onclick="showCard()">
Show Card
</button>
</center>
<div class="card">
<div class="card__content">
Welcome to GeeksforGeeks. A computer
science portal for geeks.
<p>List of tutorials</p>
<ul>
<li>Data Structures</li>
<li>Algorithms</li>
<li>Machine Learning</li>
</ul>
<button class="button button--outline"
onclick="closeCard()">
Close Card
</button>
</div>
</div>
<script>
function closeCard() {
$('.card').hide()
}
function showCard() {
$('.card').show()
}
</script>
</body>
</html>
Output:
Reference: https://onsen.io/v2/api/css.html#card-category
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card | https://www.geeksforgeeks.org/onsen-ui-css-component-basic-card?ref=asr10 | CSS | Onsen UI CSS Component Basic Card | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Foundation CSS Progress Bar, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, Onsen UI CSS Component Basic Card, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create animations using relative value in jQuery ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0054778289, 0.0377151668, -0.0170631222, 0.0204159301, 0.0674969256, 0.0234224405, -0.0185270235, 0.0061743632, -0.0234067, -0.012915398, 0.0030025742, -0.0037207522, 0.0468763635, -0.0628691, 0.0151191223, -0.0025913436, -0.0671821088, -0.00166164746, 0.00252641249, 0.00894082431, 0.00781535078, -0.00391751342, -0.0313243642, 0.00243590237, -0.0153001426, 0.0237057768, 0.0155519964, 0.0295771267, -0.0032465579, 0.00443499489, 0.00254215323, 0.00532042, -0.011325568, 0.0212029759, -0.0520078912, -0.00986953638, 0.00807507522, 0.0447985642, -0.0337169804, 0.0149853248, 0.0457745, 0.0155047737, 0.0337484628, 0.0232335497, 0.0138598513, -0.0134663293, 0.00215846905, -0.0535819791, -0.0212187152, -0.0359836668, 0.0232965127, 0.0216122381, 0.0892193466, 0.0215335339, -0.00317178876, 0.0300965756, -0.00222930312, 0.0293095317, -0.0300493538, 0.0171890482, 0.00955471862, -0.063939482, -0.00580445211, -0.00311669568, 0.0232965127, 0.0187788792, -0.0111602889, 0.0421226136, -0.00539125409, 0.0141825397, -0.0226196554, 0.0201798175, -0.0263659861, 0.0499930568, -0.0313243642, 0.00620190939, 0.0326780826, 0.00347086554, 0.016984418, -0.00220765942, 0.0279243346, 0.0136867017, -0.0402022265, -0.0240363348, -0.00792553648, 0.0195187, 0.0379985, -0.0432559587, 0.000298584957, -0.0111524183, 0.00878341496, 0.0183381345, 0.0212659389, -0.0016852587, 0.0252011605, 0.00724867871, 0.0285539702, -0.00159081339, -0.0267752483, 0.00315408036, 0.0286798961, 0.0216909423, -0.00737460563, -0.02483912, 0.0275937747, -0.0109871393, 0.0546208806, 0.00012432842, 0.00838989299, -0.0392577723, 0.00864174683, 0.0226511359, -0.0154418107, 0.0144265229, -0.0357318148, 0.00273891445, 0.0126950257, -0.0430985503, 0.0150797702, 0.0273104403, 0.00996398181, -0.0191409197, 0.0252169017, 0.0736673549, -0.0583357289, 0.0413355716, 0.00496231485, 0.0558486693, 0.0216122381, 0.0332447551, 0.0200066678, 0.0196603686, -0.00942092109, -0.0289632324, 0.0453652367, 0.0307576936, 0.0420596525, 0.0185585059, -0.0349132866, -0.00321507617, -0.0430670679, -0.00111071637, -0.00721326144, 0.0125533575, -0.0191881415, 0.00911397394, 0.0165908951, 0.0548097678, -0.00934221689, 0.0254215337, -0.0084685972, -0.0054738936, 0.00541880028, 0.00680399872, 0.04029667, -0.00331935962, -0.0143478187, -0.00262479298, 0.0064222822, 0.00691024959, 0.0469078459, 0.00176691462, -0.00735886488, -0.0131908637, -0.0405485258, 0.0214233473, 0.0168584902, 0.00717784464, -0.0480726697, 0.0350077339, -0.0124038188, 0.0102630584, -0.0309465844, 0.0203372259, -0.0239418894, 0.0194557365, 0.0468134, -0.00994824059, 0.0203057453, -0.0283650793, -0.0306317676, -0.00633570692, 0.0282234102, 0.00421855785, 0.0069928891, 0.0292150863, 0.0343151353, -0.00875193346, -0.0381244272, 0.00174330326, -0.023847444, -0.010869083, 0.000689647626, 0.0419337228, 0.0211714935, -0.0186214689, -0.0277669244, 0.0241465215, 0.0038270033, 0.030915102, -0.00413198303, -0.0255632009, 0.0158432033, 0.0177872032, 0.0226039141, 0.0263817273, 0.0154103283, -0.0272474755, 0.038313318, -0.00585561, -0.0352910683, 0.0105857467, 0.00243196706, -0.0308993626, -0.0103024105, 0.0124667827, -0.020809453, 0.000771795399, -0.0289789736, -0.00706372317, 0.00152588228, 0.0141195757, 0.00943666231, -0.0052653267, -0.0436337404, -0.0238317028, 0.000510103127, -0.0138204992, 0.00252838, 0.0108218603, -0.027090067, 0.0064655696, -0.00813803915, 0.00905101, 0.0518504828, 0.0139857782, 0.0278456304, -0.0297502764, -0.0326151177, 0.0173464585, -0.0142927254, -0.00499773165, -0.0459633917, -0.0183223933, 0.0255789421, 0.000413198286, 0.0212187152, 0.00439170748, 0.0188575834, 0.0108769527, 0.00176888215, 0.0304743573, 0.00598153705, 0.0143714305, -0.00881489646, 0.0104519492, 0.0118135363, -0.02893175, 0.0141274463, 0.0105857467, 0.0246659704, 0.0139621673, -0.00186135992, 0.0150561584, -0.007449375, -0.0161816329, 0.0113334386, -0.0292465687, 0.000971507863, -0.0193455499, 0.0565727502, -0.0515671484, 0.0446726382, 0.00664265454, -0.0193455499, 0.0464671, 0.00774845155, -0.0141353169, -0.00638686493, 0.0162288547, 0.0205103755, -0.0024850925, 0.0514727, -0.00492296228, -0.0149223609, -0.0491115674, 0.00898017641, 0.0345355049, -0.0253585689, 0.00617042789, -0.0201798175, -0.0123251146, -0.0122778919, -0.00499379635, 0.0436967, 0.0205733404, 0.0102158356, -0.0298762042, 0.0083348, -0.00908249151, -0.0345984697, -0.0152371787, -0.0129468795, -0.0192196239, -0.0147570819, 0.0337169804, 0.0521653, -0.00177380128, -0.0421855785, 0.0270743258, 0.0101292608, -0.00188693882, -0.0111524183, -0.00810655672, -0.0418392792, -0.0118135363, 0.0315132551, 0.0147019885, -0.0176297929, -0.00831118878, 0.011199641, -0.0497097224, -0.00239655, 0.0295141637, 0.0155677376, 0.00190858264, -0.0580838732, -0.0179918334, -0.0176612753, 0.00455305167, -0.0526060462, -0.00884637889, 0.00788225, 0.0197705552, 0.0198335182, -0.0226668771, 0.0278456304, -0.011262605, -0.00241622631, -0.00891721249, -0.0286956374, 0.0140644824, -0.00499773165, -0.011136678, -0.00510791782, -0.0421226136, -0.000531254918, 0.023784481, 0.0250280108, 0.00535190152, 0.00151014142, 0.0348503254, 0.0117190909, -0.038313318, 0.0405170433, 0.037054047, 0.0150561584, -0.0243511535, -0.0172992349, -0.0104440786, 0.0150482878, -0.0123487264, 0.0172677524, -0.0223520603, -0.00136257056, -0.0257520918, -0.0260039456, 0.0308206566, 0.00531648472, -0.0229816958, -0.0151584744, -0.00713849254, -0.0385336913, -0.0231391042, -0.030128058, -0.0013468297, 0.000450091, -0.00816165, -0.0591857359, 0.0115459412, -0.00214272831, 0.0172677524, 0.00912971422, 0.0180547982, 0.0127894711, -0.000673906761, 0.0173307173, -0.00137240859, 0.000238449851, -0.0108297309, -0.0136552202, 0.0338114277, 0.00187218178, 0.00926351175, -0.00515514053, -0.0208251942, -0.0128917871, 0.00783109106, 0.013576515, -0.0390374, 0.00524171535, 0.0368336774, 0.0385336913, -0.0200538896, 0.0138755925, -0.0452393107, -0.0169686768, -0.0128917871, -0.00938944, -0.0148908794, 0.0360151492, -0.0484504513, -0.0371799767, -0.00753988512, 0.0240363348, 0.0161344092, 0.00216437201, 0.0345040262, -0.0247918982, 0.0463096909, 0.0316864066, -0.0179131292, 0.00611139927, 0.0235011447, -0.0128917871, -0.0294826813, -0.0413985327, -0.00121893501, -0.00667807134, -0.0246974528, -0.0407689, -0.00827970635, -0.00853943173, 0.0123959491, -0.000406803563, -0.00270940014, 0.00782322139, 0.00923990086, -0.0192825869, -0.0311669577, 0.0122227985, 0.0152214384, -0.00418314058, -0.0295456462, -0.0392892547, 0.0487652682, -0.0540227257, -0.0104991719, -0.00367746479, -0.00549750496, -0.0357947759, -0.0226196554, -0.0416503884, -0.0115616815, 0.0145367095, -0.0198335182, 0.0209511202, 0.0178501662, 0.0145760616, -0.00905888062, -0.0164492279, 0.0253900513, -0.00360269565, 0.0128839165, 0.0132223452, -0.000937566627, -0.0583357289, -0.0089014722, -0.0214390885, 0.0141431876, 0.000546012, 0.0142927254, 0.0343780965, -0.00984592456, 0.0334651247, 0.0127658593, 0.0233122539, -0.00155342882, 0.00853156112, -0.0150404181, 0.0509060286, 0.0223363191, 0.0152844014, -0.00648131035, 0.0215650164, -0.018039057, 0.00595399039, -0.0215020515, -0.022068724, 0.00202270411, -0.0173936803, 0.0274363663, -0.0473171063, -0.0273261797, -7.58145106e-05, 0.00841350388, -0.00816165, 0.00530861411, 0.0129626207, 0.029923426, 0.00578477606, -0.00383880897, 0.0153158838, 0.0570449755, -0.00673316466, 0.00267988606, 0.00100348156, 0.0468763635, 0.00927925296, -0.00422642846, -0.00676071132, 0.000128509593, -0.0188418422, 0.0258465372, -0.0146626364, -0.0265233945, -0.0203844495, 0.0151584744, -0.00451763486, -0.0109477872, 0.0105936173, -0.00478523, -0.00553685706, 0.0118056657, -0.0138362395, 0.0189520288, 0.0435392931, -0.012254281, 0.0107274149, -0.0286011919, -0.0206363034, -0.021864092, 0.0227455813, 0.00932647567, -0.0111051956, 0.012089001, 0.00883063767, -0.000911495765, 0.0101213902, 0.0156621821, -0.059846852, 0.0255159792, -0.0161658917, -0.00932647567, -0.0105936173, 0.00321704382, 0.00894082431, -0.0153788468, 0.00970425736, 0.017110344, 0.00820100214, 0.0607598238, 0.0442004129, -0.00940518, 0.0025952789, -0.00984592456, -0.046844881, -0.0208881572, -0.0133482721, -0.0263030231, -0.00670168269, -0.0432244763, 0.0549671799, 0.0396670364, -0.00590283284, -0.0381559096, 0.00136748957, 0.0362670049, 0.00872832164, 0.0180075746, 0.0189520288, -0.00907462183, 0.00518268719, -0.0250594933, 0.0166223776, 0.00940518, 0.0307419524, -0.0184168387, 0.0263030231, 0.0402337089, 0.0217224248, -0.0247131921, 0.0134978108, -0.0300336126, -0.0194557365, -0.007449375, 0.01330892, -0.0119552035, -0.0298289806, -0.0166853406, 0.00647737505, 0.0338743888, -0.00407295441, 0.0150246769, 0.00153768796, 0.00873619225, 0.0117977951, 0.00878341496, 0.0106801922, -0.0210613068, -0.00797275919, 0.00725654885, 0.00716603873, 0.0390059203, 0.0099167591, -0.00327803986, 0.0160635747, 0.0167325623, 0.017110344, -0.00300650951, -0.0248863436, -0.0192983281, -0.000189874452, -0.000737362192, -0.0227455813, -0.0144501347, 0.00126025476, -0.0183223933, 0.00853156112, -0.0260669086, 0.0388799906, 0.00774451671, 0.0570449755, 0.0243196711, 0.0217224248, -0.00365385343, -0.00960194133, -0.011199641, -0.00114908477, -0.023123363, -0.0254215337, -0.0337799452, -0.0379355401, -0.000452796463, -0.0148121752, 0.0259567238, -0.00239458238, -0.0105542652, -0.00506856572, -0.0012661576, -0.00983805489, 0.0269169174, -0.0113019571, 0.058996845, -0.00756349647, 0.0345040262, -0.0165594127, 0.024902083, -0.00242409669, -0.00663084863, 0.000383192237, -0.00883063767, -0.00624126196, -0.000961177924, -0.028868787, -0.00412017712, -0.0317021459, -0.00465536723, 0.00167050166, -0.0201798175, -0.00346693047, -0.0421226136, 0.0404855609, -0.00942092109, 0.00603663037, 0.00673316466, -0.00294748112, 0.0131987343, -0.0149144903, 0.00436416082, 0.0290891603, -0.0114908479, -0.00182495906, 0.0146232843, -0.0151663451, -0.0423115045, -0.0108139897, -0.0231076218, 0.00914545543, -0.016716823, -0.0374947935, -0.0138677219, 0.00770909945, 0.0226196554, -0.0495837964, -0.0103260223, -0.022131687, -0.0164807085, -0.00768548809, 0.0100348154, 0.00281368359, 0.00096658885, 0.0268382132, 0.0434133671, 0.0118528884, -0.0144107826, -0.0161973722, -0.011860759, 0.0476634055, 0.0260826498, 0.00980657246, -0.00685515627, -0.0471911803, 0.0331503078, 0.0121519649, 0.0518504828, 0.00363417738, 0.0262872819, -0.0186686926, 0.0177399796, 0.0254057925, 0.0300493538, 0.011821406, 0.0282706339, -0.0404855609, -0.00569033064, -0.0243196711, 0.00289042038, -0.0123723373, 0.0124274306, -0.00627667876, -0.00639867084, 0.0101213902, -0.00398441218, -0.0212816801, -0.0320484452, 0.00648918096, -0.0204788949, -0.0142140212, 0.00315998308, 0.0244455971, 0.0162445959, 0.0235168859, -0.00576116471, -0.0444522649, -0.0161344092, 0.0385966562, -0.0120339086, -0.00694566639, 0.0225566924, 0.004029667, 0.00454124575, -0.0275622942, -0.00545815285, 0.0152844014, -0.0190622136, 0.00784683228, 0.00458846847, -0.00764220068, -0.0134033654, -0.00655214442, -0.00682367478, 0.0378725752, -0.0216752011, -0.00394112477, -0.0124510415, -0.0079097962, 0.0244141165, -0.00914545543, 0.0205418579, 0.0195344407, 0.0184325799, -0.0242567081, 0.0222261325, -0.0289632324, -0.00307537592, -0.0151427332, -0.0393207371, 0.00289435568, 0.00680006342, 0.0337169804, 0.0215650164, 0.0582727641, 0.0126635442, -0.00986953638, -0.0213918667, -0.0113885319, -0.0344095789, 0.00275072013, -0.0240835585, -0.000752119289, -0.000978886383, 0.000139823343, 0.0255002379, 0.0189992506, -0.0345669873, 0.00414772378, -0.015229308, -0.0185585059, 0.0257363506, 0.00762252463, 0.0103889853, 0.0128681753, 0.0227613226, -0.00619010394, -0.0147098592, -0.0316706635, 0.0104834307, -0.0226983596, -0.0335910544, 0.0195029601, -0.0331188254, 0.00783502683, 0.0121204834, 0.00519842794, -0.00354366726, -0.0190779548, 0.00161147339, -0.0358262584, 0.0114672361, 0.0267437678, 0.00105365564, -0.0415874235, -0.0044861529, -0.0208251942, 0.00848433841, 0.0153552359, 0.0367077477, 0.00299076852, -0.00785863772, 0.0271215495, 0.0101843541, 0.00864961743, -0.00980657246, -0.0232178085, 0.0112075116, 0.0169057138, 0.028144706, 0.000642916886, -0.0227770638, -0.000416395662, -0.0124667827, -0.0229816958, 0.0144343935, -0.00460814498, 0.0105070425, 0.0219900198, 0.0443893038, 0.0286011919, 0.00551324571, 0.00702437107, 0.0144737456, -0.0197075903, -0.0185742471, 0.00876767468, 0.0245400425, -0.0193140693, -0.00120221032, 0.0176297929, 0.00401589368, 0.0284910053, 0.00824822485, -0.00606417703, 0.0519449264, -0.00961768255, 0.00133108883, -0.0104047265, 0.0039509628, -0.00491509214, -0.00460814498, 0.00830331817, -0.0281604473, 0.00548963435, 0.00767368264, 0.0242567081, 0.00335084135, -0.00768155279, 0.00514333509, 0.00454911636, -0.00183381338, -0.00735099427, -0.0265548769, -0.00417527044, 0.023784481, 0.00853943173, -0.0199122224, -0.0288373064, 0.000224061689, -0.00643802295, -0.000923301443, 0.0186372101, 0.0347558782, -0.0283178557, -0.0378410928, 0.00728803081, 0.0208566748, 0.00912184455, -0.0134742, 0.00726835476, -0.0185270235, -0.0138126286, -0.0184798017, 0.0207307488, -0.0263030231, -0.00887786, 0.0381873921, -0.02715303, 0.0144422641, -0.03973, -0.00538731879, 0.000566180039, -0.00147865957, -0.00150915759, 0.00122385402, 0.00051797356, 0.00262085767, -0.0116639975, 0.00345905987, 0.00381519762, 0.0258780178, 0.02074649, -0.00155146117, -0.00178855832, -0.00390767539, 0.0168742314, 0.0106959334, -0.0316234417, 0.0117505724, 0.0155283855, -0.0211085305, 0.00924777146, -0.0114357546, 0.0175510887, 0.0160399638, -0.0256891288, 0.0217066836, 0.0101686129, 0.0376836844, -0.0375577584, 0.00246935175, 0.0010477528, 0.00857878383, -0.0032327848, 0.017834425, -0.0272632167, -0.0194714777, -0.0119866859, 0.0481985956, -0.0556912608, -0.00392341614, 0.00459240377, -0.00450976426, -0.00482458202, 0.00386438775, 0.0168112684, -0.0416818708, -0.00460420968, 0.0177242383, -0.00188005227, 0.0125061348, -0.00333706802, 0.0071621039, -0.029923426, -0.00489541609, 0.0149066206, -0.0181807242, -0.0224307645, 0.0221789107, -0.0118686287, 0.0223048367, -0.00511578843, -0.0513467751, -0.0115380706, 0.0094602732, 0.0289789736, -0.00243393471, -0.013678831, -0.0160714462, 0.0424374305, -0.00990888849, -0.00666626589, 0.0094996253, 0.0245715249, 0.00329574826, -0.00151801179, 0.00976722, 0.0269484, -0.00798456464, -0.0201640762, -0.0126005802, 0.0242409669, 0.0219900198, -0.0187788792, -0.0111288074, 0.0222261325, 0.0106723215, 0.0421855785, -0.00207779719, -0.01064084, 0.02074649, 0.0522597469, -0.00309111667, 0.00331148924, -0.02715303, -0.0229659546, 0.0124510415, 0.0646635666, -0.0172205307, -0.0107116736, -0.0390374, 0.00104578515, -0.0177242383, -0.00401982898, 0.0382188745, -0.00399621762, 0.0302382447, -0.00471046055, -8.11639475e-05, -0.011860759, -0.000250870391, -0.0231863279, -0.00417920575, -0.00974360947, 0.0074454397, 0.0126005802, 0.032961417, -0.00765400659, 0.0042736507, -0.00135273254, 0.00916119665, 0.0059657963, -0.0102000954, 0.00317769172, -0.0137260538, -0.00715423329, 0.0239733718, 0.0122464104, -0.00313637173, -0.0239733718, -0.0144973574, -0.00271136779, 0.026759509, -0.0129783619, 0.00143930735, 0.00527713262, 0.0186214689, -0.027090067, -0.0319854841, -0.0176455341, -0.0129783619, -0.00447041215, -0.0107195443, -0.000131583976, 0.000845088915, 0.00100495724, -0.00674497, -0.0204631537, -0.00619010394, -0.00830331817, 0.000252592057, -0.019093696, 0.0123959491, -0.0111602889, -0.00873619225, -0.000878538296, -0.0052259746, -0.0178186838, -0.0124746533, 0.0150404181, 0.0282706339, -0.0228085462, 0.000199466551, -0.00766974734, -0.0352595858, -0.0126635442, 0.0235483665, 0.00578871137, -0.0303799119, 0.00183971622, 0.0103024105, -0.021077048, -0.011427884, 0.00796488859, 0.00254215323, 0.0104125971, 0.00244770804, 0.0205576, -0.0237372573, 0.0141038354, -0.0126478029, 0.0042382339, -0.0061743632, 0.0161029268, 0.0371799767, -0.0304113943, -0.00532042, 0.0290419366, -0.0126792844, 0.000116765412, -0.0350077339, 0.000794914784, 0.00830331817, 0.00905888062, -0.00980657246, 0.00571000669, -0.00286484137, -0.0112389931, 0.0646006, -0.0300021321, -0.00495050894, -0.0376207195, -0.0137496646, -0.0319067799, -0.00588315679, 0.00574935926, 0.0342521705, -0.0277197026, 0.0382818393, 0.00161540858, -0.002609052, -0.00519449264, -0.0113727907, 0.00912971422, 0.00903527, 0.0121834464, 0.0139149446, -0.00484032277, -0.012915398, 0.0133797545, 0.00566671928, 0.00707552861, 0.00811442733, -0.0108376006, -0.0109635284, -0.0144501347, -0.0436967, -0.003600728, 0.0151033811, 0.000251854188, 0.00214666361, 0.00172559475, -0.0206520446, 0.038659621, -0.00375616923, -0.0239261482, -0.010436208, -0.0153867174, -0.00461208, -0.00657969108, -0.0188733246, -0.0212344564, -0.00295535149, -0.00116777711, -0.0226826183, -0.0361095965, -0.00646950444, 0.0217539053, -0.0148357861, -0.0225252099, 0.00432480872, -0.0162760783, 0.00231784559, 0.0205418579, 0.00909036212, -0.0162603371, 0.0263659861, -0.0366133042, 0.0141353169, -0.0110501032, 0.0221789107, -0.0127973417, 0.0162288547, -0.00230604, -0.0288845282, 0.00901165791, -0.0182909109, 0.0193298105, 0.0230289176, -0.000330558629, 0.0240678173, -0.0110186208, -0.0403596349, -0.00285893865, -0.0378410928, 0.0050174077, -0.00994037, -0.0340947621, 0.0182279479, -0.0105700055, -0.0157172754, -0.00239261496, -0.0450189374, 0.0148830088, -0.0104834307, -0.0133482721, -0.0133167906, 0.00344725442, -0.00727229, -0.021077048, -0.0084685972, 0.000619305531, 0.0179603528, -0.0248233788, 0.011034362, 0.0117663136, -0.00659543183, 0.0264919139, 0.00396867143, 0.00965703465, 0.0245243032, 0.0170158986, 0.00583199877, 0.0041988818, 0.0219113156, 0.000334739801, -0.0466559902, 0.026885435, -0.00214863103, 0.0148436567, -0.00894869398, 0.00907462183, -0.017834425, -0.00428152131, 0.0312141795, 0.0174094215, -0.00687483232, -0.0026523394, 0.0162445959, 0.0319225192, 0.0277039614, -0.00371288182, 0.0122385398, 0.0157566275, -0.0111051956, -0.0208251942, -0.00610746443, 0.0107195443, -0.0191881415, 0.0127579896, 0.00104480144, 0.0167483035, -0.0216909423, 0.0084371157, -0.0357947759, 0.00641834689, -0.00484032277, -0.00881489646, 0.00207582954, -0.00258544064, -0.0247446746, -0.0170788635, 0.00360663072, -0.00604843581, -0.00268972409, 0.00780354487, 0.00904313941, -0.0538653173, -0.00665839529, -0.0289632324, -0.00844498631, 0.0117505724, 0.00506069511, 0.0197390728, 0.0284437835, -0.00374829886, -0.0175353494, 0.00812229794, -0.00454911636, 0.0307576936, 0.0464671, 0.02715303, 0.0155283855, 0.0415559411, 0.00144619402, -0.0317651108, 0.0244455971, -0.00300454185, 0.0118450178, -0.0323632658, 0.00192924251, -0.020148335, -0.0100584272, -0.00215256633, 0.0124431718, -0.0294512, 0.011034362, 0.00824035425, -0.00686302688, 0.0159140378, -0.0304428767, -0.0149302315, -0.0032249142, -0.00659936713, -0.0148751382, -0.00042967702, -0.00074621645, 0.00480097067, -0.00731951278, 0.0215650164, 0.0183381345, 0.0254215337, 0.00602875976, -0.00049829745, 0.0224937275, 0.00574148865, -0.0123015037, -0.00844498631, -0.0359207056, 0.0206363034, 0.011860759, 0.021801129, 0.013513552, -0.0103417626, -0.00905101, 0.0246974528, 0.0216437206, -0.00763826538, -0.00265627471, -0.0160714462, 0.0223363191, -0.0102394475, 0.00275072013, -0.0241307802, 0.00853156112, 0.0134899402, 0.0155519964, 0.00725654885, 0.0121991877, 0.00875193346, 0.00653246837, 0.0148357861, 0.0121047422, 0.0238946676, 0.0154103283, -0.00241032336, -0.0260039456, 0.0182594284, -0.0300965756, 0.0524486378, 0.0365818217, -0.0116482563, -0.0220372416, 0.0187316556, 0.0265548769, -0.00764613599, -0.0130098434, -0.00784683228, -0.00262479298, 0.0261298735, 0.00144521019, 0.0130649367, -0.00948388502, -0.000177699854, 0.0326466, 0.00898017641, -0.0148908794, 0.0274363663, 0.000640949234, -0.00762646, 0.0167640448, -0.0120024262, 0.0185899884, -0.00890934188, 0.0018092182, -0.00284123025, -0.0130570661, -0.0261141323, -0.0109950099, 0.00710307527, -0.0140487421, -0.0300808363, -0.00207779719, 0.0143399481, -0.0132931797, -0.0166696, -0.0295928679, 0.0125690987, 0.00403360231, 0.0128917871, 0.00387225836, -0.00772484066, 0.00687876763, 0.00442712475, 0.032835491, -0.00273891445, 0.0175196081, -0.0148279155, -0.0121677062, 0.0219113156, 0.0287271198, -0.00216830731, 0.011199641, 0.00835054088, -0.0106250988, -0.0215650164, -0.0141825397, 0.0160478354, -0.0111602889, -0.00406508427, 0.0174251627, 0.0108848233, -0.0400448181, 0.0189362876, 0.0186372101, -0.00704404712, -0.0049819909, -0.0210298263, 0.0154181989, 0.0198020358, -0.0166066363, 0.0269011762, 0.00254412089, -0.0161501504, 0.000117195828, -0.0196288861, 0.00738247624, -0.0121991877, -0.0330558643, -0.0519449264, -0.00803965796, -0.00789012, 0.00577690545, -0.0145918028, -0.00722113205, 0.00658756122, -0.000566671952, 0.00674890541, -0.0323947445, -0.0233279951, -0.0122857625, -0.0121204834, 0.0215177927, -0.0149144903, 0.00697321305, -0.00312259863, 0.00213289028, 0.0107274149, -0.00202270411, -0.0118371472, -0.0204316713, 0.00353382924, 0.0161344092, 0.00184463523, -0.0135607747, -0.0191409197, 0.0110579729, -0.00487967487, -0.036928121, 0.00432087341, 0.00441138353, -0.0197233316, 0.000324163906, 0.00532829, -0.00775632216, 0.00376994256, -0.0149538433, -0.0275622942, -0.00879915617, -0.0122306691, 0.00255789421, 0.0149695836, -0.00894869398, -0.00796488859, -0.00153276895, 0.0235798489, 0.00815377943, 0.0151506038, 0.00641834689, 0.0311984383, 0.00866535865, -0.00577297062, -0.00441531884, -0.0418077968, 0.00373452553, 0.00644982839, 0.0181807242, 0.0429096594, -0.0254057925, -0.00556046842, 0.00472226599, 0.0142769851, 0.0453967191, 0.0459948741, 0.0260669086, 0.0112153823, 0.0183538739, -0.0122857625, -0.00130649365, 0.00781535078, 8.5099171e-05, 0.00990888849, 0.0150719, 0.00488361, -0.00970425736, 0.0118686287, -0.0125690987, -0.014505228, 0.0285382289, -0.00215453398, 0.00763433054, 0.0266335811, -0.0280502606, 0.000480834919, -0.00827183668, 0.0131751224, -0.038659621, 0.0108218603, 0.0406429693, 0.025767833, -0.00383290602, 0.0106250988, 0.0407689, -0.0138283698, 0.017708499, -0.01473347, 0.00298880087, -0.0333077163, 0.0234381817, 0.00167542067, -0.00916906726, -0.021864092, 0.00376994256, 0.0295928679, -0.00549750496, 0.0223678015, 0.0211872347, 0.0221159458, -0.0162603371, 0.029860463, 0.00915332604, -0.0138913328, 0.00545421755, -0.0481356345, 0.0244770795, -0.0181807242, -0.0195344407, 0.0245872661, -0.0138755925, -0.0252169017, 0.00221159472, 0.00252838, 0.00098921638, 0.0132695679, 0.0034551248, 0.0164649673, -0.029073419, -0.00560769113, -0.00442712475, 0.00567459, 0.0327410437, 0.00720932661, -0.0170946028, 0.00170001586, 0.00659149652, 0.0214548297, 0.0101213902, -0.00578477606, 0.00838202238, -0.0184640605, -0.0182751697, 0.000333264092, -0.000154088528, 0.0141274463, -0.00905101, -0.0090037873, -0.00611927, 0.0184640605, 0.00157999154, -0.0238317028, 0.00725261401, -0.0121598355, 0.0164492279, -0.00911397394, -0.00115105242, -0.00356137566, -0.00288845273, 0.00264250138, 0.00157015352, -0.0318910368, 0.0108848233, -0.0176770166, -0.0047340719, 0.0272474755, -0.0196918491, 0.0158982966, -0.0112468638, -0.000487475598, 0.0164177455, 0.00480490597, -0.0066702012, -0.00154260697, 0.0120496489, 0.0640654117, 0.00511578843, 0.0189205464, 0.000142036908, 0.0223992821, 0.0164020043, -0.00038811125, -0.00639473554, 0.00176888215, 0.015725147, 0.00763433054, 0.0088936016, 0.00774058141, -0.000913463358, -0.00257953792, 0.0151191223, -0.0282076709, -0.0284280423, 0.00861813594, 0.0109241754, -0.00738247624, -0.013513552, 0.00794521254, 0.0124510415, 0.00842924509, 0.0177557208, -0.0505912118, 0.00930286478, 0.0126163214, 0.0140172597, -0.00597760174, -0.00277826656, -0.0183066521, 0.00178265548, 0.0172677524, 0.022131687, 0.0124353012, 0.0141510572, -0.0150876408, -0.00308914902, -0.00170690252, -0.00109399168, 0.00714242738, 0.0259567238, 0.00806720462, 0.0126714138, 0.00343938381, -0.00532042, -0.011695479, -0.0167010818, -0.0138204992, 0.0174251627, -0.0020955056, 0.0265233945, 0.0265548769, -0.0100662978, 0.0266965441, -0.0276095159, 0.00469865464, -0.00258740829, 0.00643015234, -0.00209747325, 0.0165594127, -0.00275268755, -0.0145603204, -0.00258740829, 0.00403360231, -0.00479703536, 0.0208251942, 0.00914545543, 0.0342836529, 0.00188103598, -0.0104834307, -0.014174669, 0.0124274306, -0.0133010494, 0.000144250473, 0.00430119736, 0.0037463312, -0.0128681753, 0.0215177927, -0.0126478029, 0.00615075184, 0.00785076711, -0.00628454937, -0.00205025054, 0.010869083, 0.00814590883, 0.0203844495, 0.0154969031, 0.0202270392, 0.000820493733, 0.0084371157, -0.001689194, -0.020872416, -0.0116089042, -0.0142769851, -0.0029809305, -0.0130491955, 0.0166853406, -0.0024929631, 0.00367352949, 0.0289160106, -0.0219585374, 0.0204159301, 0.00135174871, -0.00753595, -0.0265391357, 0.00398834748, -0.0162288547, -0.0172047894, -0.0033351006, -0.00704404712, 0.0134742, 0.00181118585, -0.0077012293, -0.00545028225, -0.000297355204, 0.000968556444, -0.0153001426, -0.0199909266, -0.00580838742, 0.00871258136, -0.039635554, 0.000962653663, 0.00623339135, -0.0344410613, -0.00118646934, 0.00324459048, 0.018039057, -0.00418314058, 0.00835054088, 0.00499379635, -0.00796095375, -0.00633177208, -0.00825609546, 0.0192353651, -0.0123487264, -0.00756743178, 0.0166853406, -0.000764908735, -0.00239064731, -0.00302225025, 0.0105936173, 0.0178501662, 0.00354169961, -0.000926252862, -0.012687155, -0.00938156899, 0.00736673502, -0.00565491384, -0.0032111411, 0.000621765037, -0.00512365904, -0.00705585256, 0.00504495436, 0.00310292235, -0.00300060655, -0.0019931898, -0.00736673502, -0.00511578843, -0.00522991, 0.0159455184, -0.0209668614, -0.00659543183, 0.0373059027, 0.0112075116, 0.00530861411, -0.0159297772, 0.00555653311, -0.00746118044, -0.00894082431, -0.00965703465, 0.00430119736, 0.00557227433, 0.00591070298, 0.00328787789, -0.0172992349, 0.00667807134, -0.0156228309, -0.0242724475, -0.0130728073, -0.0041988818, 0.00766581204, -0.00742576364, 0.0133640133, 0.00851582, -0.0135922562, 0.00639867084, -0.000261938199, 0.0193455499, 0.0077287755, 0.00599727826, -0.0169214532, 0.00118745316, -0.0120102968, -0.0215177927, 0.0103102811, -0.00652459776, 0.00320720579, -0.0164649673, 0.0185112841, -0.00793340709, -0.00545421755, 0.00027718718, -0.00565097854, -0.0106565803, -0.00885424949, -0.00159671623, 0.00449402351, -0.0334966071, 0.015229308, 0.0129862316, 0.00140684179, 0.0148357861, 0.0269956216, 0.0127658593, -0.0117269615, 0.0185742471, 0.00853156112, -0.00803965796, 0.00434842, -0.00402769959, 0.00337838801, 0.0181177612, -0.00799243525, 0.00254018558, -0.00719358539, -0.0152607905, 0.0103575038, -0.00665839529, -0.00587922148, 0.0425318778, -0.00295141642, -0.0161658917, -0.0118135363, 0.0028786147, -2.59939843e-05, 0.000383438164, -0.00982231367, 0.0124038188, 0.00305569964, -0.0254687555, 0.0185585059, 0.00137142476, -0.000754086883, 0.0350077339, 0.00774451671, -0.0164020043, -9.74582235e-06, -0.00140192278, -0.0170158986, 0.0175510887, 0.0129704913, 0.00598940765, 0.0192983281, -0.00873619225, -0.00768155279, 0.00108513737, 0.00362827443, -0.00716603873, 0.0165279321, 0.0145130977, -0.0127658593, 0.0114200134, -0.0123723373, 3.88295703e-05, 0.0139306849, -0.0201011132, 0.0120181674, -0.0103024105, 0.0132223452, 0.022792805, 0.0114042731, -0.0163390413, 0.000754578796, -0.00971999764, -0.0243826341, 0.0161658917, 0.0119630741, -0.0156700537, -0.00169017783, -0.00662691332, -0.0103496332, -0.00616255729, -0.0117899245, -0.00877554435, 0.0117033496, -0.0107431551, 0.00269365939, 0.0181964654, -0.00164590648, -0.0252483841, 0.00899591669, 0.00865748804, 0.0100348154, -0.0251539387, -0.0161029268, 0.0205261167, 0.00176199561, -0.016984418, 0.00944453198, 0.0191881415, 0.0203844495, -0.0182594284, -0.00813016854, 0.0328984559, 0.00292977272, 0.00433661463, 0.0343466178, -0.00133895921, -0.00764220068, 0.00229816954, -0.0109556578, 0.0276724789, 0.00118942081, -0.0134427175, -0.0126084508, -0.00970425736, -0.0038879991, 0.0170788635, -0.00904313941, -0.00456092227, -0.0125297466, -0.024052076, -0.022997437, -0.0090037873, 0.000751627376, 0.0101371314, 0.011860759, -0.0265076533, 0.00613894593, -0.00947601441, 0.00734705897, -0.00651672715, 0.0107825082, 0.00266808039, 0.000519449299, -0.00924777146, -0.0122464104, 0.0184483193, 0.0262243189, -0.000829839904, -0.0110264914, -0.00118843699, -0.0049387035, -0.00532829, -0.000858862186, -0.0180075746, 0.00902739912, -0.00247722212, 0.00955471862, -0.00149341673, 0.00623339135, -0.00816165, -0.0111760302, 0.0167325623, 0.0174094215, -0.00128386612, 0.000512070721, -0.00206795917, 0.00827970635, -0.0170946028, 0.00138716574, 0.00114023057, -0.00198630313, -0.0117348311, -0.0215335339, 0.0182122067, 0.0184010975, 0.00881489646, -0.00420675194, 0.00231391052, 0.0108297309, 0.019093696, 0.00584773952, 0.00188497128, 0.0312456619, -0.0192196239, 0.0202270392, 0.0122227985, -0.0270585846, -0.0055093104, -0.00132321834, -0.0034944769, 0.0155677376, -0.00852369051, 0.0095862, 0.00739034638, 0.00704798242, -0.00820100214, 0.00678432221, -0.00842137448, -0.0168584902, -0.0133561427, 0.0190779548, -0.00380142429, -0.0209511202, -0.0123329852, -0.0192196239, -0.0104676904, 0.00350628258, 0.0162288547, 0.0158982966, -0.00410837168, 0.0108533418, 0.0136079974, -0.00105562329, 0.000845580769, 0.0192353651, 0.0111209368, 0.0227455813, 0.00598547235, -0.000740313611, -0.00513546448, -0.0204474125, 0.0102394475, -0.00299273618, 0.0106801922, -0.0121283541, -0.000756054476, 0.00942092109, -0.0175353494, 0.00082295324, 0.0127107669, -0.00353579689, 0.00844498631, 0.00902739912, -0.00846072659, -0.0027546552, -0.0120496489, 0.00669381209, 0.00966490526, -0.00880702678, -0.00905888062, 0.000472964486, 0.00738641154, -0.0099325, -0.0302225035, 0.00018089723, 0.00646950444, 0.00852369051, 0.00297306012, 0.0356688499, 0.0175196081, 0.021801129, 0.0131908637, 0.0179288704, -0.00199417374, 0.00366369146, 0.00576116471, -0.00133108883, 0.0120496489, 0.0230446588, -0.0280345194, -0.0104676904, -0.0137024419, 0.0167483035, -0.00537157757, 0.00934221689, -0.0210298263, -0.00801998191, 0.0123251146, -0.0408003815, -0.0072053913, -0.00732738292, -0.00607991777, 0.000898214406, 0.00163114944, -0.00408869563, 0.00468684919, 0.0183066521, 0.00613107579, 0.0202742629, 0.0032111411, -0.03740035, -0.01473347, -0.00367746479, 0.00482064672, 0.0183223933, -0.0123802079, -0.000678825774, -0.00500953756, -0.00212305225, 0.0126084508, -0.0127579896, -0.0124274306, -0.00145898352, -0.0129704913, 0.0104519492, -0.00418707589, -0.00207189424, -0.0129547501, 0.0286326744, -0.0221002065, -0.00266217766, -0.00368927047, -0.0406744517, -0.00332329492, 0.0156779233, -0.0235798489, 0.00437990203, 0.0116876084, 0.00565491384, 5.42015332e-05, -0.0170788635, 0.0153237535, -0.00754382042, -0.0184325799, -0.020022409, 0.0125612281, 0.00728803081, -0.00936582778, -0.0128445644, 0.0216437206, 0.00903527, -0.0172520131, -0.0124589121, 0.0109399166, -0.000732935092, 0.0153080132, -0.00598547235, 0.00375813688, -0.00997972209, -0.0165751539, 0.00694960169, -0.00490722153, -0.0158274621, 0.00272514112, 0.017047381, -0.0224937275, -0.0128288232, 0.00809081644, 0.00587922148, -0.00167837215, 0.00233948929, -0.0142533733, 0.0208251942, 0.0176297929, 0.0137103125, -0.0065009864, 0.00743756909, 0.00696140761, 0.00982231367, -0.00345118949, -0.00567459, -0.00389193441, -0.00845285691, 0.0289002694, -0.00783502683, -0.010373245, 0.0141904103, 0.00746511575, 0.0174251627, 0.0157015342, -0.00408869563, 0.0194872189, -0.0183381345, -0.00286877668, -0.0112311235, 0.0293095317, 0.0114200134, -0.0227770638, 0.0200381503, 0.015001066, 0.00415559439, 0.0179603528, -0.0126478029, -0.0206835251, 0.00181905634, 0.005713942, 0.0021171493, 0.0149931954, -0.00526926201, 0.0101056499, 0.00239655, -0.0153158838, -0.0199751854, -0.0061743632, 0.00233358657, -0.00661117258, -0.0158038512, -0.00393128674, -0.00857091323, 0.01896777, -0.00398441218, 0.0221789107, -0.00894869398, -0.00294354581, -0.00615075184, 0.0259095, 0.00320523814, -0.00713062193, 0.000984789222, -0.00182791054, 0.00099708687, -0.0102237063, 0.011860759, 0.0186214689, 0.00306357024, 0.00234145694, 0.0146941179, -0.00978296157, 0.0241622627, -0.00209157029, -0.00217027473, 0.00240835571, -0.00587135088, -0.0146705071, -0.00659936713, 0.00261101965, -0.00711488118, -0.0126635442, 0.0144816162, -0.0143163372, -0.0185112841, -0.00361056603, -0.00278810458, -0.00129173661, 0.0191724, -0.00274678483, 0.0170001574, 0.0138992034, -0.00359285763, 0.00775632216, -0.00015248984, -0.0051394, -0.00369320577, 0.0193927735, -0.0119709447, 0.022005761, 0.0172520131, 0.0104519492, 0.00299470383, 0.027877111, -0.00972786825, -0.0190464742, 0.0125927096, -0.00290616136, 0.0232492909, -0.00901952852, -0.00832692906, -0.012254281, 0.0212974213, 0.0155756082, 0.0160478354, -0.0180862788, -0.00545421755, 0.0233122539, -0.00855517201, -0.0134033654, -0.0179288704, -0.00923990086, -0.00689450884, -6.382438e-05, 0.0117033496, 0.0107116736, 0.0189048052, -0.0192983281, 0.0090037873, -0.0120575195, 0.0222261325, 0.0274835899, 0.000565688126, 0.00421068724, 0.00132026686, -0.0118292766, 0.00235129497, 0.00826396607, 0.00595399039, 0.000988724525, -0.0079885, -0.010703803, -0.00855517201, 0.00104578515, -0.0193927735, -0.00368730281, -0.0153394947, -0.00200401177, -0.017976094, 0.00762252463, 0.0222576149, 0.00824822485, -0.0164020043, -2.4794972e-05, -0.00542667089, -0.0191094372, -0.00542273559, 0.0175825711, -0.00533616077, -0.00810655672, -0.0110422326, 0.00391554553, 0.00434842, 0.0243983753, 0.00782715622, 0.0117427018, -0.00183578103, 0.015229308, 0.00831905939, -0.0182122067, -0.00235523027, -0.00129862316, 0.00801998191, 0.01400939, 0.00429332722, 0.0165908951, -0.00353579689, 0.00384667935, 0.0125927096, -0.0149223609, -0.0131751224, 0.00189480931, -0.00622158591, -0.00967277493, 0.00242016139, -0.0242724475, -0.0006886638, 0.0124589121, 0.00072949176, -0.00770516414, -0.00432087341, -0.00173543277, 0.0258465372, 0.00486786943, 0.00473800721, 0.0101843541, -0.00957832951, 0.0333392, -0.011034362, -0.00121106452, 0.0217224248, -0.0215492751, 0.021864092, 0.0181177612, -0.00498986105, -0.00696140761, -0.0054699583, -0.00639080023, 0.00191743684, 0.0118922405, 0.0148436567, -0.0133325318, 0.00400408823, 0.0144343935, -0.00513546448, 0.00525745656, -0.00813803915, -0.012521876, -0.0114357546, 0.00309111667, 0.0118843699, 0.0123015037, 0.000763433054, -0.0294984225, -0.00049460819, -0.00927138235, -0.00614288123, 0.00776025746, 0.0194872189, 0.00418707589, 0.0052613914, 0.00956258923, 0.00342167541, 0.000439023192, 0.00831905939, -0.00126714143, -0.00244770804, -0.00424610451, 0.00413985318, 0.0142297624, 0.00895656459, 0.0151584744, 0.00287074433, 0.00282352162, 0.017976094, 0.0321743749, -0.000889360148, 0.00935795717, 0.0325836353, -0.0167483035, -0.0203214847, 0.00176199561, 0.0299076866, 0.00519842794, 0.0177872032, -0.00158195919, -0.00299470383, 0.00994824059, 0.0113885319, -0.0112704756, 0.00607991777, 0.0069889538, 0.0191881415, -0.0371799767, -0.00187119795, 0.0223678015, -0.0248233788, -0.0307104718, 0.00328000728, -0.0172362719, -0.00196367572, -0.00953897741, 0.00824822485, 0.0131121594, -0.00848433841, 0.0136394789, 0.0239576306, 0.00772484066, 0.0128288232, -0.018039057, 0.00599727826, -0.0236585531, 0.00200106041, -0.00222143275, -0.0116403857, 0.00509217707, 0.00929499418, -0.0033488737, -0.005961861, 0.000511578808, -0.00332526234, 0.00996398181, -0.022131687, -0.0121204834, 0.0254844967, 0.00938944, 0.00721326144, -0.00141766365, -0.0257363506, 0.00272907643, -0.00696534244, 0.0129941022, 0.0196131449, -0.0138834622, 0.00128091476, -0.00378961861, 0.0204316713, 0.00440351339, 0.0206048209, 0.0145524507, -0.000231440237, -0.00314227468, -0.0160006117, 0.0163862631, -0.0185585059, 0.0116797388, 0.0123802079, -0.000271038414, -0.0225566924, 0.00197253, 0.0128917871, -0.01330892, 0.000804260955, 0.00355744059, -0.011860759, -0.0117427018, 0.00633570692, -0.00290419371, 0.0250280108, 0.00241819373, -0.0114121437, -0.00758317253, -0.000774746819, 0.0250909738, -0.00246935175, -0.0132066049, 0.0281761885, 0.00838202238, 0.00144225883, 0.00669381209, 0.00721326144, -0.014796434, 0.0143084666, -0.0252326429, 0.00484819338, 0.0205890797, -0.00214469596, -0.00320720579, 0.0154654216, -0.0228085462, -0.00116679328, 0.0122700213, 0.00469865464, 0.00767761795, 0.017834425, -0.00335084135, -0.011860759, 0.00641834689, -0.0219585374, 0.0123015037, 0.00544634694, 0.00519449264, -0.017834425, 0.00528106745, 0.00996398181, -0.00270743272, 0.00926351175, -0.000650295406, 0.003600728, 0.0219113156, -0.00761071919, 0.0085473014, -0.0169057138, 0.00527713262, -0.00817739125, -0.0629635528, -0.00216240436, -0.012317244, 0.00283729495, 0.00436809612, -0.0145130977, 0.00777993351, -0.00510791782, 0.00942092109, 0.0028609063, -0.0110815847, 0.000416395662, 0.00184463523, 0.0257993136, -0.00952323712, 0.000588315655, -0.0055093104, -0.0130649367, -0.027090067, 0.00761858933, -0.00822461396, 0.00346496282, -0.00459633907, -0.00399425, -0.00622945605, 0.0142297624, 0.00283729495, 0.00580445211, -0.0314660333, -0.0102866702, 0.0104991719, 0.0174566433, 0.0110422326, -0.000544044422, -0.0161816329, -0.0159691293, 0.00515120523, 0.00226078485, 0.00829544757, -0.0151269929, 0.00301831518, 0.0108139897, -0.00262085767, -0.0122464104, -0.0100505566, 0.00343938381, -0.00446647685, -0.00292190211, -0.00758710783, -0.0112075116, 0.00124648155, -0.000606516085, -0.0106565803, 0.00753595, 0.0133718839, -0.00217421, -0.0124903945, -0.00268578879, 0.0144894868, 0.0134742, 0.0118450178, 0.0132066049, -0.0109241754, 0.00956258923, 0.0102000954, -0.00559588522, -0.00201286585, 0.00846072659, 0.00371681713, 0.0259252414, -0.024178002, -0.00666233059, -0.00295535149, 0.00975935, -0.0026129873, -0.0033351006, -0.0170001574, 0.000184955425, -0.0115223294, 0.0213131607, 0.00903527, -0.000447139581, 0.0133010494, -0.00987740699, 0.013080677, 0.0019548214, -0.00559588522, -0.000629143615, 0.00541880028, 0.0138283698, 0.0252483841, -0.0117899245, -0.0062491321, -0.000600121333, 0.0144265229, -0.00598153705, -0.0204788949, -0.00875193346, 0.00711094588, 0.00269759446, -0.00320523814, -0.00537551288, 0.0130885476, -0.00407295441, 0.0213289019, -0.00692992564, 0.000191596118, -0.023784481, 0.0137732765, 0.0133640133, 0.0155756082, 0.0108139897, 0.0101528727, -0.00680006342, 0.0247446746, 0.00277236383, 0.000577493804, -0.000398933102, 0.0121283541, -0.0178816486, -0.0165594127, -0.0311039928, 0.00362630701, -0.0198964812, 0.0101528727, 0.0126163214, 0.00909036212, 0.00682367478, -0.00525352126, -0.0212187152, 0.00228636386, -0.00607598247, 0.0192668457, -0.0098852776, -0.00355153764, 0.0104125971, 0.0101686129, 0.00489541609, -0.0105306534, 0.0077012293, -0.00374436355, -0.00729983626, 0.00367943244, 0.0124825239, -0.0292150863, -0.0254057925, 0.00712668663, 0.00853943173, 0.00122090254, -0.00783502683, -7.05880448e-05, -0.0102158356, 0.00894082431, 0.000318261067, -0.00159179722, 0.00123074057, 0.0219900198, -0.0193455499, -0.00236703595, 0.00816952065, 0.0226668771, -0.00792947225, 0.020022409, -0.00261495495, -0.012191317, 0.00923990086, -0.0154103283, 0.0222261325, -0.00750446785, -0.00808294583, -0.0119866859, 0.0193612911, 0.00146291871, 0.0168112684, 0.00931073446, -0.0325521566, 0.00619403925, -0.0195187, 0.0124510415, -0.00150325475, 0.031529, 0.0156149603, 0.0130728073, 0.00010194684, -0.0174251627, -0.019093696, 0.0216752011, 0.00527319731, 0.0163390413, 0.000252592057, 0.0221789107, -0.0100348154, -0.0057532941, -0.0121677062, -0.0183066521, -0.00874406286, -0.014796434, -0.0124903945, -0.0204946361, -0.00466717314, 0.0284910053, -0.000463372358, 0.0111524183, 0.0084685972, -0.0108612124, 0.00336461468, 0.0280345194, 0.0181177612, -0.0259252414, 0.00227259053, 0.00921629, 0.00183479721, -0.00699682441, -0.00564704323, 0.0184010975, 0.0225094687, -0.0420911312, 0.00735886488, -0.00524565065, 0.0167483035, 0.0221946519, -0.00383684132, 0.0084056342, -0.0106959334, 0.000688171887, 0.000601105159, -0.00203057448, 0.0109713981, -0.0280660018, 0.00241819373, -0.0135056814, 0.00499379635, -0.00325639616, -0.00994824059, -0.0187159143, 0.0146941179, 0.0172047894, 0.0025913436, -0.00555653311, 0.00409656577, -0.0112547344, 0.00915332604, 0.00570213655, 0.00016454146, 0.0152214384, 0.0309308432, -5.03585434e-05, 0.000603564666, 0.00935795717, -0.0130570661, 0.00528893806, 0.00296125445, -0.0108533418, 0.00542273559, 0.0211872347, 0.011860759, -0.00979870278, -0.0109871393, -0.00685122097, 0.021140011, -0.00568639534, 0.00289435568, 0.00890934188, 0.00347086554, -0.00971999764, -0.0125690987, -0.00912971422, -0.00624126196, -0.0108297309, -0.0120496489, 0.019817777, -0.0160163529, 0.00105168798, -0.0176612753, 0.0239261482, 0.00523384521, -0.000181512107, 0.018889064, -0.0144894868, -0.0167483035, -0.00379552133, -0.0109163057, -0.022131687, 0.0049780556, -0.00149341673, 0.0130885476, -0.00219191867, -0.0294197183, -0.00154752599, 0.0117899245, 0.0156307016, -0.016779786, -0.00219388609, 0.00540699484, -0.0243511535, -0.00750446785, -0.00349644455, -0.00311472802, 0.00632783677, -0.0064616343, 0.0104834307, -0.030128058, -0.00454124575, -0.0160871875, 0.00708339922, -0.0415874235, 0.0196446273, -0.0264761727, -0.00658362592, -0.0075241439, -0.0189362876, 0.0192196239, -0.0102788, 0.00920841936, -0.00305766729, -0.00707552861, -0.000364253967, -0.0100348154, 0.00134289439, 0.0236113314, -0.0113098277, -0.00402376428, -0.0107982485, 0.00116384181, 0.00567065459, -0.00727622537, -0.00172264338, -0.000333264092, -0.0208881572, 0.000660133432, 0.0204788949, -0.0137654059, -0.0049819909, -0.00219191867, -0.0107431551, -0.00912971422, -0.0224465057, -0.00770909945, 0.000278416934, 0.00745724514, -0.00779173942, 0.0033311653, -0.00778386882, -0.00697714835, 0.0290261954, -0.0165908951, -0.023910407, 0.0150955105, 0.0173149761, -0.0156857949, 0.00537551288, -0.00318949739, 0.0188418422, 0.00146390253, -0.00389193441, 0.00589889754, -0.00138814945, -0.0169529356, 0.00604450051, 0.000990200206, 0.00407688972, 0.00279007223, -0.0160871875, -0.0400133356, 0.00650885701, 0.00436416082, 0.0202270392, 0.0272317342, -0.0103496332, -0.00946814381, 0.000205984266, -0.0157723688, 0.00517088128, 0.0714006647, 0.0209668614, -0.00187611696, -0.0210455656, -0.00689844368, 0.00871258136, 0.00880702678, 0.0405485258, -0.00210140855, 0.0230761413, 0.000929696136, 0.0112547344, -0.00440744823, 0.0128839165, 0.00442712475, -0.00598547235, 0.0100741675, -0.0131200291, -0.00374042825, -0.0243983753, 0.0121519649, 0.00674497, 0.0164964497, -0.0212029759, -0.000101147496, -0.0117663136, -0.00692599034, -0.0134269772, -0.017976094, -0.0110186208, -0.0148357861, 0.0176297929, -0.00255986187, -0.00288255, -0.00464356178, -0.0150876408, 0.00122877304, 0.0078704441, 0.00725261401, -0.00503708376, 0.0196918491, 0.0191409197, 0.00475374795, 0.00245557842, -0.00129075279, -0.00338625838, -0.019030733, -0.0402651913, 0.0148751382, -0.0120575195, 0.00827183668, -0.022997437, -0.00201286585, -0.00682367478, 0.015457551, 0.0169529356, 0.00114023057, 0.0158746857, 8.17173423e-05, 0.018889064, 0.00557227433, 0.0320169665, -0.00535977213, 0.00580051681, -0.0124274306, -0.00917693693, -0.0266965441, 0.0051905578, 0.0049741203, -0.0170631222, 0.0137968874, -0.00728803081, -0.00545815285, 0.00189677696, -0.0111445487, 0.0242094845, -0.00383880897, 0.0108769527, -0.00108907267, -0.0191251785, -0.01241956, -0.00129763945, -0.00964129344, -0.0120811313, -0.0311984383, -0.0149695836, -0.0197075903, 0.00606811186, -0.0202427804, 0.018700175, 0.00452550501, 0.022729842, -0.0281289648, -0.00599334296, 0.013576515, 0.0125454869, -0.00107825082, -0.00887786, -0.000632586889, -0.0141589278, 0.0178816486, -0.0129941022, -0.00874406286, 0.0149931954, -0.0108533418, 0.0322688185, -8.82350505e-05, 0.018164983, 0.0072368728, 0.0147728231, 0.00861026533, 0.0205733404, 0.0323947445, 0.0177399796, 0.00172854622, 0.0117190909, 0.0017580603, -0.00825609546, 0.00611927, -0.00669774739, 0.00405721366, 0.0153237535, 0.0286798961, 0.000167984777, 0.0182279479, 0.00394112477, 0.0237687398, -0.00270349742, 0.00364991813, -0.0305845439, -0.0126241921, -0.00739428168, -0.0107116736, -0.0123723373, -0.00610352913, 0.0158825554, 0.0116561269, 0.0130413249, 0.00237884163, -0.00170690252, -0.00348267122, -0.0159533899, -0.00329574826, -0.0147098592, 0.0126950257, -0.00521023385, 0.0110737141, -0.00938156899, 0.00495444424, 0.0200696308, -0.0101135196, 0.00282942457, 0.00946814381, -0.00480097067, -0.00983805489, 0.019754814, -0.00935008749, -0.0215492751, -0.00968851615, 0.00255395891, -0.0121047422, 0.00410443638, 0.0222733561, -0.0137181832, 0.00366959441, 0.0135450335, 0.0193455499, -0.0316549242, -0.00534403138, 0.0186529513, 0.0105936173, 0.0291521233, 0.00385848503, 0.0112232529, 0.00580838742, -0.00427758601, 0.00562736718, -0.0115459412, -0.00182495906, 0.000607499853, 0.00552505162, -0.00404934306, 0.00212501967, 0.055628296, 0.012191317, -0.000175855224, -0.00264053373, -0.0130649367, 0.0141038354, 0.00297502778, 0.00513152918, 0.0111681595, 0.000907560519, -0.00800030585, 0.000858370273, -0.00951536652, 0.00231784559, -0.0106329694, -0.0167955272, 0.00404540822, 0.013411236, 0.00317965914, 0.0059657963, -0.0124825239, -0.012254281, 0.014465875, 0.010869083, 0.0130255846, -0.0233752169, 0.00176494697, 0.00259921397] |
04 Jul, 2022 | Onsen UI CSS Component Basic Popover
04 Jul, 2022
Popovers are used to notify the user about what notes a user should know before he proceeds further. It can also be used as a notification, like supposing the user has no idea what is going on in any particular section, then this popover can help or guide him/her.
The Onsen UI CSS Component offers us to create a self-designed popover. There are a lot of available popovers, but in this article we will create a basic popover.
Onsen UI CSS Component Popover Classes:
popover-mask: This class is used to set a gray background effect so the default white popover can be visible.*
popover: This class is used to create a popover interface.*
popover–bottom: This class is used to place the popover at the bottom
popover__arrow: This class is used to display the arrow-shaped diagram for the popover.*
popover–bottom__arrow: This class is used to rotate the arrow-shaped diagram to the bottom face.
popover__content: This class is used to place the content area of the popover.*
popover–bottom__content: This class is used to place the content area at bottom of the popover.
Note: The * marked classes are used in all popovers.
Syntax:
<div class="popover-mask"></div>
<div class="popover popover--bottom" style="...">
<div class="popover__arrow popover--bottom__arrow" style="..."></div>
<div class="popover__content popover--bottom__content">
<div style="...">...</div>
</div>
</div>
Example 1: In this example we will create a popover text, the basic popover is the same as the bottom popover.
HTML
<!DOCTYPE html>
<html>
<head>
<!-- CDN links of Onsen UI library -->
<link rel="stylesheet" href=
"https://unpkg.com/onsenui/css/onsenui.css">
<link rel="stylesheet" href=
"https://unpkg.com/onsenui/css/onsen-css-components.min.css">
<script src=
"https://unpkg.com/onsenui/js/onsenui.min.js">
</script>
</head>
<body>
<center>
<h2 style="color: green;">
GeeksforGeeks
</h2>
<strong>
Onsen UI CSS Component Basic Popover
</strong>
<div class="popover-mask"></div>
<div class="popover"
style="bottom: 450px; left: 360px;">
<div class="popover__arrow popover--bottom__arrow"
style="left: 110px;">
</div>
<div class="popover__content">
<div style="opacity:0.8;
margin:10px">
A Computer Science Portal for Geeks
</div>
</div>
</div>
</center>
</body>
</html>
Output:
Onsen UI CSS Component Basic Popover
Example 2: Here in this example, we will create a conversation-type popover, like two friends are having a conversation.
HTML
<!DOCTYPE html>
<html>
<head>
<!-- CDN links of Onsen UI library -->
<link rel="stylesheet" href=
"https://unpkg.com/onsenui/css/onsenui.css">
<link rel="stylesheet" href=
"https://unpkg.com/onsenui/css/onsen-css-components.min.css">
<script src=
"https://unpkg.com/onsenui/js/onsenui.min.js">
</script>
</head>
<body>
<center>
<h2 style="color: green;">
GeeksforGeeks
</h2>
<strong>
Onsen UI CSS Component Basic Popover
</strong>
<div class="popover-mask"></div>
<div class="popover"
style="bottom: 450px; left: 210px;">
<div class="popover__arrow
popover--bottom__arrow"
style="left: 50px;">
</div>
<div class="popover__content">
<div style="opacity:0.8; margin:10px;">
Bro I am tensed about the placement
</div>
</div>
</div>
<div class="popover"
style="bottom: 400px; left: 460px;">
<div class="popover__arrow
popover--bottom__arrow"
style="left: 200px;">
</div>
<div class="popover__content">
<div style="opacity:0.8; margin:10px;">
GFG karlo, ho jayega
It's the best platform
</div>
</div>
</div>
</center>
</body>
</html>
Output:
Onsen UI CSS Component Basic Popover
Reference: https://onsen.io/v2/api/css.html#popover-category
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover | https://www.geeksforgeeks.org/onsen-ui-css-component-basic-popover?ref=asr9 | CSS | Onsen UI CSS Component Basic Popover | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Foundation CSS Progress Bar, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, Onsen UI CSS Component Basic Card, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, Onsen UI CSS Component Basic Popover, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create animations using relative value in jQuery ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0323138796, 0.0230218358, -0.0217401758, 0.01594867, 0.0659414604, -0.011086368, -0.00632019108, 0.00718931714, -0.0167096555, -0.034540765, 0.017174257, -0.0191928744, 0.0155161088, -0.0533811823, -0.00418942934, -0.0363991745, -0.0442173071, 0.00841090083, -0.0143546034, 0.00110543263, -0.00465803687, -0.0210032202, -0.0437046401, 0.0234063342, -0.00439769961, 0.0487031192, 0.0126724234, 0.0255050547, -0.00259336107, 0.0260657817, 0.00860315, -0.00176929298, 0.0178311095, -0.00183938385, -0.0477098301, -0.000602280546, -0.00195953948, 0.019609414, -0.0127445171, -0.0150675271, -0.00681683468, -0.000324170134, 0.04514651, 0.0170941539, -0.0148031851, -0.0248321816, 0.0197856426, -0.0436405577, -0.0262580309, -0.0245277882, 0.0461077541, 0.00778609095, 0.0508499, 0.0339319743, -0.0150194652, 0.00974863395, -0.00312805385, -0.00798635, 0.0146670081, -0.0152677875, 0.00266545452, -0.0587321185, -0.0172703825, -0.0281324591, -0.0110302949, 0.0166936349, -0.0176869221, 0.0373604186, -0.0126243616, 0.00860315, 0.0261458848, 0.0195132885, 0.0125122154, 0.0142264375, -0.0175106935, 0.00596773438, 0.0400198661, -0.00478620315, 0.00232100813, -0.00183638, -0.00946026, -0.00109341706, -0.0312565081, -0.021131387, 0.0263541546, 0.0241272692, 0.0247520786, -0.0540220141, 0.0150034446, -0.0101811951, 0.0260177199, 0.00868325308, 0.00940418802, -0.0209872, -0.011166472, 0.0110142743, 0.0356942602, -0.0160688255, -0.0315929428, 0.00849901512, 0.0171582364, 0.0137217836, -0.000500398513, -0.00344045879, 0.00597173953, 0.0294942241, 0.0264342595, -0.0225892756, -0.000297385413, -0.023374293, 0.0210032202, 0.0186481681, 0.00537096057, 0.0147951748, -0.0251686182, 0.0362069234, 0.0118713854, -0.0444736369, -0.0197536014, -0.00183738128, 0.00450583966, 0.0196414553, -0.00322818384, 0.0510421507, -0.0400198661, 0.0371040851, -0.00107839762, 0.021531906, 0.0102933403, 0.00676076207, 0.0494721159, 0.02457585, -0.0300709717, 0.00306397094, 0.0514586903, 0.0381934978, 0.0065444815, 0.00607587444, -0.021932425, 0.0242874771, -0.012928756, -0.00594770815, 0.0294621829, 0.0200419743, -0.0165814888, 0.0103734443, 0.0143626137, 0.0321056098, -0.0318492763, 0.0103814546, -0.0358544663, -0.0222368184, 0.032377962, 0.0361748822, 0.0308559891, 0.00134874799, -0.0160528049, 0.00813053735, 0.0137858661, 0.0115589807, 0.00188344088, -0.0103173712, 0.00685688667, -0.00576346926, -0.0214357805, -0.0130409012, -0.0017873164, 0.00837885868, -0.0239991024, 0.0419744, 0.0142424582, 0.0175907984, -0.0222848803, 0.00761386752, -0.0622246414, 0.0297345351, -0.000537696877, -0.00440170476, -0.012848652, 0.0148752788, -0.0530607663, -0.0066486164, 0.00507858163, -0.00149694, -0.00204064464, 0.00873932615, 0.0297505576, -0.0128166107, -0.0245277882, -0.0303913876, -0.0230218358, 0.00195253047, 0.0125042051, -0.000844094, 0.0145548629, -0.0119995512, -0.0640830547, 0.0393790342, -0.0154840676, -0.0095804166, 0.00168718654, -0.0121998107, -0.0196895171, 0.0186161269, 0.0300229099, 0.0331309363, -0.0124321124, -0.0290136021, 0.0322658159, -0.0361748822, -0.0293340161, -0.0354699679, 0.0177349839, 0.010605745, -0.0182796903, 0.0110463165, -0.0524519794, 0.00368477544, -0.0142104169, 0.00822666194, 0.0267226323, 0.0213556774, 0.00915586576, 0.0101491529, -0.0913183466, -0.0191608332, -0.0190807283, -0.0117352093, 0.0090277, 0.00664060609, 0.0158285145, 0.0116711259, 0.00113947678, 0.00469408371, 0.0397314914, 0.0408849865, -0.00238509104, 0.023534501, -0.0443775132, 0.0452426337, -0.029974848, -0.0133613162, -0.040949069, -0.00775805442, 0.0287092067, -0.00842692144, 0.0354058854, 0.0198977869, -0.00741761317, 4.06464278e-05, -0.0175747778, 0.0218843613, 0.000898664643, 0.0235825628, -0.00546308, 0.0244476851, 0.0290136021, -0.00517070107, 0.0174946729, 0.0254249498, 0.0384177901, 0.00908377301, -0.000319413957, 0.0409170277, -0.00576346926, -0.0347971, 0.0551434644, -0.0443775132, -0.0223649852, -0.0198337045, 0.0555920489, -0.0565212518, 0.0430958532, -0.00209471467, -0.0148912994, 0.0129447766, -0.0007740031, -0.0228936709, 0.0268187579, 0.0318012126, 0.0347009711, 0.00251125451, 0.02794021, -0.00316209812, -0.00878738891, -0.0311123207, -0.0151636517, 0.0100690499, -0.0259215944, 0.0165654682, -0.0195933934, -0.00849100389, -0.0177029427, 0.00909178331, 0.0481584147, 0.00838686898, 0.0297185145, 0.0112545863, 0.0183758158, 0.0218363, -0.0204585139, -0.0134654511, -0.0126644131, 0.00729345251, -0.00894759595, 0.0102773197, 0.0367195904, 0.0258414913, -0.0240311436, -0.0132732019, 0.0302472, -0.00506656617, -0.0162370428, -0.0266905911, -0.0309681352, 0.00861917064, 0.0282285847, -0.00189645786, -0.0289815608, -0.0284208339, -0.0286130831, -0.0238869581, -0.0632820129, 0.0235184804, 0.0334833935, 0.00877136737, -0.0365914218, -0.0114228036, -0.0210673027, 0.0285329781, -0.0412054025, -0.0479341224, 0.0363030471, 0.00376487919, 0.0157644302, -0.0301190335, 0.0422307327, -0.0142024066, -0.0204745345, 0.0129607972, -0.0309040509, -0.0305035319, 0.0100690499, -0.0329707302, 0.022172736, -0.0513305254, -0.00336035504, 0.00477418723, 0.0500488617, 0.0221406948, 0.00165814895, 0.0281484798, 0.0396674089, -0.0100850705, 0.0449542589, 0.0200900361, -0.00692096958, -0.019369103, -0.0181034617, 0.0181194823, 0.0353097618, 0.0198817663, -0.00229897955, 0.0146189462, -0.00529085705, -0.0363991745, -0.0198817663, -0.0209872, 0.00968455151, -0.000178731643, -0.023133982, 0.00161709578, -0.0405325294, -0.0258735325, -0.0401159897, 0.0142024066, 0.00877937768, -0.00696903188, -0.0686329454, 0.00770999212, -0.0313526317, 0.0181515235, 0.00632419623, 0.0169019047, 0.0159166288, 0.018407857, 0.0153478906, -0.0146269565, 0.000632820127, 0.0231500026, -0.0145949153, 0.00497044157, 0.0242233928, -0.0260657817, 0.00470609916, -0.0222528391, -0.000218032568, 0.00401920872, 0.012047614, -0.0194171648, 0.00186742016, 0.0138179082, 0.0172703825, 0.00382695976, 0.0256011784, -0.0151876835, -0.020810971, 0.0177990682, 0.00557522569, -0.0199618712, 0.0120796552, -0.0448260941, -0.0289655402, -0.00764590921, 0.0360146761, 0.0241913516, -0.0245117676, 0.0598535687, -0.0116711259, 0.0135856066, 0.0425831862, -0.0245438088, 0.00780211156, 0.0379692093, 0.00310602551, -0.00234503928, -0.0255210754, 0.00262540253, -0.0104215061, -0.0197215583, -0.0322818384, -0.0206347425, 0.0033443342, 0.000206267316, -0.00889152382, -0.00769397151, -0.00140682328, -0.0226533581, 0.00571140181, -0.0150354858, -0.0339960605, 0.0238388944, -0.00110142748, -0.0244476851, -0.0584437437, 0.00951633323, -0.0285009369, -0.0136336694, -0.0113907624, -0.0274595879, -0.0116951568, -0.0327784792, -0.0317211114, -0.0114708664, 0.00917989761, -0.0156442747, 0.0284688957, 0.0117352093, 0.00921994913, -0.0215799678, -0.0232781693, 0.0155801922, -0.0114388252, -0.00839488, -0.00019037172, -0.0419744, -0.034220349, 0.0190486871, -0.0163892396, 0.00932408404, -0.000118778938, 0.039827615, 0.019609414, 0.0145708835, 0.0104054855, 0.0258735325, 0.00214477954, 0.00926801097, -0.00816257857, -0.0194171648, 0.0365914218, 0.00321016042, 0.0226052962, -0.0334833935, -0.00350854709, -0.0095804166, 0.0155641716, -0.0165013857, 0.0388022885, 0.00517871184, -0.0015960685, 0.0060959, -0.0312404875, 0.00463000033, 0.00151496334, -0.0251525976, 0.003192137, -0.00463801064, 0.016373219, 0.0226373374, -0.00934010465, 0.0225572344, -0.03189734, 0.0858072042, 0.0121757798, 0.00177229685, -0.029141767, 0.0301350541, 0.0152757978, 0.0133693265, 0.00138379342, 0.00176929298, 0.0146670081, 0.0255050547, 0.0165975112, -0.0160447937, -0.0156202437, 0.039539244, -9.00542072e-05, -0.0203463696, 0.0253128055, -0.00583556294, -0.00751774292, 0.0365593806, 0.0102693094, 0.0493759923, 0.0207949504, -0.0418141894, 0.0121437386, -0.0436085165, -0.00174726441, -0.014851247, 0.0212435313, 0.0261939466, 0.006344222, -0.00676877238, 0.00357863796, 0.0107979942, 0.0111103989, 0.0189365409, -0.0420384817, -0.00511863362, -0.0295583084, -0.020170141, -0.024976369, 0.00918790791, -0.00369879371, -0.0197536014, 0.0108941188, 0.0157564208, 0.00232100813, 0.0611993149, 0.0207629092, 0.0152998287, 0.00478219753, -0.00767795043, -0.0349573046, -0.00371080916, -0.0343805589, -0.0300869923, 0.0171101745, -0.01028533, 0.0290937051, 0.00225492241, 0.00749371201, -0.0421025641, 0.00220485753, 0.0434162691, 0.00162610749, 0.0365914218, 0.0104775792, 0.00486630667, 0.016349189, -0.0203784108, 0.0466845036, 0.0223810058, 0.0310001764, -0.0160608143, 0.00488232728, 0.0129688075, 0.006344222, 0.003152085, 0.00422147103, -0.0289174765, 0.0287252273, 0.00801839214, 0.0219164044, -0.000325171422, -0.0458514243, -0.0359505937, 0.0139781153, 0.0383857489, 0.00365273398, -0.00717730168, -0.00422547618, -0.0147471121, 0.0190326665, 0.00410932582, -0.00304194237, -0.00828273408, -0.00218082638, 0.0114147933, 0.00618401449, 0.0240792073, 0.00751774292, -0.02457585, 0.00305796321, -0.000735953799, 0.0401159897, -0.0206828043, -0.0473894179, -0.00434162654, 0.0252487231, 0.00442974083, 0.00233102101, -0.00275356858, -0.00526282052, -0.0103093609, -0.00749371201, -0.0105977347, 0.0303112827, -0.0230538771, 0.0489914939, 0.00933209434, 0.0210352615, 0.0100930808, 0.0173665062, -0.0029718515, -0.0137538249, -0.0220285486, -0.0644995943, -0.00226693787, -0.0174466111, -0.00938816741, 0.00711321877, 0.0431278944, -0.0112065235, 0.0260016974, -0.0172383413, 0.00353858597, -0.00888351258, 0.00530687766, -0.0165013857, 0.0598215275, -0.00813854765, 0.017606819, -0.0015299829, 0.00530687766, 0.0125522679, -0.00873932615, -0.0314327367, 0.00228496129, -0.0122238426, 0.00777007, -0.0126243616, 0.00791425724, -0.00345647964, -0.0224771295, -0.0328105241, -0.00230899244, -0.000769997889, -0.039026577, 0.0392508693, 0.00834681746, 0.00962046813, -0.0307919066, 0.00738156633, 0.00503853, 0.00921994913, 0.042551145, 0.0219644662, -0.0140742399, -0.00158505421, 0.0233422518, -0.0131930979, -0.0267706942, -0.00915586576, 0.00671670493, 0.00347250025, -0.00645636767, -0.0146509875, 0.0165174063, 0.0341242254, 0.0209070947, -0.0241913516, -0.00173625012, -3.11341e-05, -0.00497845188, -0.0228776503, 0.00510661816, -0.0015480062, -0.0138499495, 0.0200740155, 0.0160047431, 0.0205546394, -0.0264823213, -0.0147070605, 0.000505405, 0.0164693445, 0.0413015261, -0.0246399324, -0.00535494, -0.0470369607, 0.0252006594, 0.0150675271, 0.0251686182, -0.000248947646, 0.0386100374, -0.0487672, 0.0047902083, 0.0276838783, 0.0106618181, -0.0126243616, 0.0454348847, -0.0218683407, 0.000651844777, -0.00389705063, 0.0224290676, -0.0244637057, 0.0103734443, -0.00591967208, 0.00750172231, -0.00225091726, -0.00589163555, -0.036335092, -0.0294141211, 0.0119595, -0.00378891034, -0.0252647437, -0.000646337634, 0.0146750184, 0.0175427347, -0.00452186028, 0.00698905764, -0.0256011784, 0.0169499665, 0.0230859201, -0.011326679, 0.00510661816, 0.0152437557, 0.0311924256, -0.0202342235, -0.0183437727, -0.0137698455, 0.011486887, -0.0426793136, 0.0182636697, 0.00776205957, -0.00396513892, -0.016773738, -0.0171261951, -0.00707316678, 0.0166135319, -0.038225539, -0.0223810058, -0.0100049665, -0.0271231513, 0.0220445693, -0.00133372855, -0.00609189505, 0.0177349839, 0.00530287251, 0.000789022597, 0.0282285847, -0.0294782035, -0.0097726658, -0.0297505576, -0.0290937051, 0.00975664426, 0.00901969, 0.0190967489, 0.0291257463, 0.0364312157, 0.00929204281, 0.0074376394, 0.00236907043, -0.00932408404, -0.0431599356, -0.021131387, -0.0282606259, -0.0154920779, 0.000339940569, -0.0111905029, 0.0219484456, 0.00826671347, 0.00407728413, 0.022573255, 0.00843493175, 0.00429356424, 0.0178311095, -0.00519873761, 0.022413047, -0.0153799327, -0.0078862207, 0.00116250664, -0.0260177199, -0.0184719395, -0.00744164456, -0.00727743143, -0.0424870625, -7.57231392e-05, -0.0201861616, 0.00521475822, 0.0317050889, 0.0110463165, -0.0227494836, -0.0380973741, -0.00395712862, -0.0372002125, -0.0142264375, 0.0174145699, 0.00129768183, -0.0496964082, -0.0100770602, 0.0139620947, 0.00129467796, 0.0292378925, 0.0358544663, -0.0320895873, -0.0109101394, 0.0335795209, 0.00472612493, -0.00413736189, -0.00615998311, -0.00243115076, 0.044345472, -0.000845095259, 0.0178631507, 0.00454989681, -0.00460196426, 0.0155962128, -0.0196734965, -0.0302792415, 0.00301390607, -0.0103013506, 0.000552215672, 0.0463961288, 0.0147230811, 0.0326823555, -0.0121036861, -0.0153398803, 0.0100770602, -0.0132972328, 0.00732549373, 0.0171422157, 0.0278440863, 0.00485429121, 0.0134494305, 0.0232781693, 0.0133693265, 0.0316249877, -0.000717429793, 0.0142184272, 0.0304875113, -0.0106538078, -0.0101972157, -0.0199618712, 0.0130729424, 0.016028773, 0.000649341557, 0.00821865164, -0.000384748622, 0.00325622014, -0.00627212878, 0.00699706841, 0.0250564739, -0.00860315, -0.00515468046, -0.0120235821, 0.00615597796, -0.0310642589, -0.0130008487, 0.000903170498, 0.0301831178, 0.0171582364, -0.00889152382, -0.0101571633, -0.0105416616, 0.00251325709, 0.0123199662, 0.0336436033, 0.0219965074, -0.0325061269, -0.00713324454, -0.014771143, 0.0126403822, -0.0330668539, -0.000132546775, 0.0112385647, 0.00074847, -0.0148672676, 0.000248822471, 0.00846697297, -0.0220445693, 0.000113334383, 0.0419103168, 0.00758583145, -0.00859514, -0.0178150889, 0.000244692113, 0.0129207456, -0.00372482743, 0.00737355603, -0.0201220773, 0.00877136737, -0.0273955055, 0.0218843613, 0.0115189282, -0.000559725391, 0.00485028606, 0.0168858841, 0.00605184305, 0.00931607373, -0.0380653329, 0.0151556414, 0.0229577534, -0.00941219833, 0.0304554701, 0.0181194823, -0.0282446053, 0.0174786523, -0.00904372055, 0.0173825286, 0.0463961288, -0.020410452, -0.00666864263, -0.0300709717, 0.0418141894, -0.015788462, -0.0153158493, -0.00609189505, 0.0319934636, 0.0163091365, 0.0187603142, -0.0256332215, -0.0075898366, -0.0112866275, 0.0568416677, -0.0591807, -0.00459395396, 0.0208590329, 0.0270750895, -0.0281004179, 0.00844294205, 0.0191768538, -0.0246399324, -0.0193370599, 0.0165814888, 0.0134093789, 0.031336613, -0.00470209401, -0.0126323719, -0.00850702543, -0.023614604, 0.0226052962, -0.0193530824, -0.0205225982, -0.0039951778, -0.000630817551, -0.00139280502, 0.000607287046, -0.0180233587, -0.00837885868, 0.0177029427, 0.0295102447, 0.00824268255, -0.0268347785, 0.000115587303, 0.0529326, 0.00483026, -0.00560326176, -0.00191948761, 0.0241593104, 0.0129447766, 0.0063522323, 0.0250885151, 0.0135856066, -0.0142584788, -0.0202182028, -0.0171582364, 0.0569377914, 0.00446178252, -0.0248642247, -0.0105977347, 0.0150915589, -0.0190967489, 0.0144026661, -0.0215158854, -0.0200419743, 0.0191608332, 0.0340281, 0.00269349082, 0.00923597, -0.0128246211, 0.00606385898, -0.00579551095, 0.042743396, -0.0288213529, -0.0270590689, -0.0186481681, -0.00557923084, 0.00328025129, -0.0113346893, 0.0187603142, -0.00885948166, 0.0483827032, 0.00226293271, -0.025617199, -0.0218202788, 0.0118233226, -0.0282285847, -0.00782213733, -0.0255531166, 0.0174626317, 0.0347650573, 0.0410772376, 0.00372883258, 0.00795030314, 0.00930806343, 0.00970858242, 0.0208269916, -0.00307198125, 0.00333231874, 0.00315408781, 0.00485429121, 0.0176228397, -0.0141623542, -0.017606819, -0.000798034249, 0.00872330554, -0.00486630667, -0.000471611216, -0.00414537219, -0.00647238828, 0.00317010842, 0.000844094, -0.0256332215, -0.0553036742, -0.00703311479, -0.0326342955, 0.00318212411, -0.0203623902, -0.0141383233, 0.00145989202, 0.00183638, -0.027780002, -0.0184238777, 0.0122158313, -0.0109902434, 0.00279562315, 0.00087813806, 0.0308079273, 0.00895560626, -0.00291377632, -0.0165494476, 0.00311804097, 0.00272152713, -0.0147871645, 0.00181134755, -0.00258134538, 0.00343044591, -0.0175587554, -0.00240912219, -0.0267226323, -0.0105737038, 0.0134013686, 0.0153478906, -0.0328746065, -0.00694900611, 0.00162811007, -0.014450728, -0.0109662125, -0.000174476125, 0.0181355029, 0.0304714907, -0.0140341884, 0.00195052789, -0.00631218078, -0.018568065, -0.00542302802, 0.0152117144, 0.00195553433, 0.0294621829, 0.041461736, -0.0345087238, -0.0216280296, 0.0127765583, -0.00845896266, -0.00823467225, -0.0245117676, -0.00461397972, 0.0230859201, -0.00478620315, 0.022413047, -0.0060959, 0.00416139327, 0.00680882437, 0.0877937824, -0.0258735325, -0.0217081346, -0.0368477553, 0.00206267321, -0.0305515956, -0.0153799327, 0.0200419743, 0.0360467173, -0.011647095, 0.0356301777, -0.0219965074, -0.00618401449, -0.00430558, -0.0226213168, 0.00653647119, 0.010205226, 0.0144347074, 0.0312725306, -0.0270110071, -0.0129047241, -0.0014138323, 0.00820263103, -0.0249603484, 0.0202021822, -0.0236306246, -0.00930806343, -0.0109101394, -0.0222528391, -0.00455790712, 0.0150755383, -0.0111744823, 0.0187122505, 0.00998894591, 0.000553717604, 0.0366555043, -0.0126003297, -0.0140662296, -0.0268027373, -0.00985276885, 0.00405525556, -0.00679280329, 0.0125202266, -0.000976265233, 0.00402321387, -0.0179272331, -0.0168378223, -0.0211153664, -0.00499847811, -0.00215679524, -0.00361868972, -0.0270590689, -0.00479821861, -0.0236306246, -0.0287252273, 0.0164373033, 0.00432560593, 0.00362870283, 0.0235184804, -0.0314167179, -0.0160768349, 0.00448180828, 0.00681282952, -0.00185039814, 0.00441372, 0.0187282711, -0.00298186438, -0.00268548029, 0.00462599518, 0.0186001062, 0.0123600187, 0.0168057811, 0.00722135883, 0.00085911341, -0.0258414913, 0.00301590865, -0.0364312157, 0.0194812473, 0.00925199, -0.0202662647, -0.0169820078, -0.00901167933, -0.0100850705, 0.00380693376, -0.021612009, 0.00480622891, -0.00471811462, -0.0150675271, 0.00141182973, -0.0195293091, 0.0101491529, -0.0231820438, -0.00982873794, -0.00503051933, 0.00751373777, -0.0056393086, 0.0116150528, 0.00782213733, -0.00799836591, 0.00477819238, 0.017606819, 0.00809048489, 0.0169980302, 0.0252327025, -0.00442974083, -0.000938716577, 0.0107899839, 0.011326679, -0.0248802453, 0.0294141211, 0.0136977527, -0.0220445693, -0.0258735325, -0.000341192179, -0.0191608332, 0.0129367663, 0.0193370599, 0.0013577597, 0.00861116, 0.035341803, 0.0168538429, 0.0113667315, 0.0114228036, -0.00829074439, 0.0217561964, 0.00581153156, 0.00392708974, 0.0241432898, -0.00485429121, 0.025376888, -0.0181034617, 0.0201381, -0.0157484096, 0.0187122505, -0.0200579949, 0.00205466291, -0.0119835306, 0.0120636346, 0.0101571633, 0.0024952339, -0.012928756, 0.0130328909, -0.0275076497, 0.00285770348, 0.00945225, 0.00910780393, -0.000257083186, 0.00946827047, -0.0010223249, -0.0287092067, -0.00676877238, -0.0203623902, -0.0122478735, 0.0325061269, 0.0283086877, 0.0022949744, 0.0106938593, 0.00487832213, 0.00625210255, -0.00418942934, 0.00655649742, 0.0414937772, 0.0249283072, 0.0258575119, 0.0167897604, 0.0198977869, -0.012848652, -0.0476137064, -0.00672071, -0.00378690776, 0.0183918364, -0.00567936059, 0.013970105, -0.00822666194, 0.0187603142, -0.0109982537, 0.00847498327, -0.0114948973, 0.0182636697, -0.00126463897, -0.00879539922, 0.00491837412, -0.00125963253, -0.0109902434, -0.0215479266, 0.0162530635, -0.0178150889, -0.0102612991, 0.00487431698, 0.0136657106, -0.00736154057, -0.00145889074, 0.0219484456, 0.0178791713, 0.0118633751, -0.0133212646, -0.015468047, -0.000819061475, 9.98794421e-05, -0.00190446817, -0.0311603844, -0.00416940358, 0.0132091194, 0.0275717322, 0.00832278654, -0.0293820798, -0.00147491146, 0.0206347425, 0.0131930979, -0.00159406592, -0.0058475784, -0.000693398644, 0.00797834, -0.0062000351, 0.00521075306, -0.00220886269, -0.00745766517, 0.00129267527, 0.0289334971, 0.0114147933, -0.0100530284, 0.0239991024, -0.0109982537, 0.00609189505, 0.00521475822, 0.0207789298, 0.0163652096, 0.0062961597, 0.00626011332, -0.00463000033, -0.0219804868, 0.0142905209, 0.0418462344, -0.00124561437, -0.00131470384, 0.0115029076, 0.0304554701, -0.0182156079, -0.0460116304, 0.0075618, 0.0125602782, 0.0331309363, 0.00408929959, -9.08051807e-05, -0.0150434962, -3.00232859e-05, 0.00331229274, 5.91391436e-05, -0.00468607293, 0.0128326314, -0.0295903496, -0.0130328909, 0.0111584617, -0.0190647077, -0.00230698986, -0.0124241021, 0.000390506088, 0.0118153123, -0.00386100379, -0.0274435673, 0.0076859612, 0.0243515596, -0.0210993439, -0.0255531166, -0.00853105634, 0.00752975838, -0.0160688255, -0.003746856, -0.00507858163, 0.00214077439, -0.015387943, 0.0224611089, 0.0235825628, -0.00742962863, 0.0164212827, -0.00576747442, 0.0388343297, 0.00408529444, 0.0244957469, -0.0136817312, -0.00193550845, 0.0171261951, 0.0261939466, -0.00963648874, 0.00889953412, 0.00790224131, -0.00958842691, -0.0237427708, -0.00797433499, 0.0225091726, -0.00871529523, -0.0178471301, 0.0306316987, 0.0151075795, -0.00144487259, 0.0241593104, 0.0183597952, 0.00328025129, -0.0177830476, -0.0165814888, -0.00504253525, -0.0101010911, -0.0133773368, 0.0156763159, 0.00167116581, 0.0127284965, 0.0114788767, -0.0104134958, 0.0111985132, 0.00410932582, -0.0190967489, -0.0310161971, 0.00348451594, -0.0262420103, -0.00253929081, -0.00719732791, 0.00719732791, -0.0130088599, -0.00648039859, -0.0126644131, -0.035822425, -0.00976465456, -0.0181355029, -0.0112786172, -0.014506801, -0.0268668197, 0.0134734614, 0.0127525274, -0.00216480554, -0.00445377221, -0.0118153123, 0.0014418686, -0.0155882025, 0.0132411607, -0.00332631101, 0.00558724115, -0.010205226, 0.00221286784, -0.000986278174, -0.0179272331, -0.0257934276, 0.0152597763, -0.00130068569, 0.0004060262, -0.0103093609, -0.00793828815, -0.0211794488, 0.0206027012, -0.0374245, -0.036943879, -0.0179272331, -0.011006264, -0.00165314251, -0.004742146, -0.00537496572, 0.0115189282, 0.0176548809, 0.0254569929, -0.00413736189, 0.0187923554, 0.00656450773, 0.0222047772, 3.46699308e-05, -0.00777407503, -0.00531088281, -0.00963648874, 0.0113427006, 0.0149233406, 0.0151876835, 0.0567455441, -0.023133982, 0.000694399932, 0.0218843613, -0.0122959353, 0.0300068893, 0.0268828403, 0.00678879814, -0.0177029427, 0.0175106935, 0.00595972361, -0.00106137549, -0.0131290155, 0.00296384119, 0.000403522979, 0.000869126408, 0.00401720637, 9.38716553e-08, -0.00253128051, -0.00849901512, -0.014987424, 0.0364953, 0.0109181497, 0.0471010432, 0.006344222, -0.0342844315, 0.0239029787, -0.0294141211, 0.00154299976, -0.0396353677, -0.00387502206, 0.0358544663, 0.0324901082, -0.0322337747, -0.000801038172, 0.0272513181, -0.00995690376, 0.00956439506, -0.00502250902, 0.00495442096, -0.0306637399, 0.00466204202, 0.00700507872, -0.00312204612, -0.0338999331, -0.00993287284, 0.0107339108, 0.00428555394, 0.017606819, 0.00893958565, 0.0160127524, -0.00134073757, 0.0189846046, 0.0183117315, -0.00240912219, 0.0175106935, -0.0344126, 0.0349252634, -0.00601579668, -0.00572742289, 0.0202342235, -0.00846697297, -0.0120556243, 0.00585959386, 0.00304194237, -0.0186481681, 0.00872330554, -0.00688091759, 0.0116791362, -0.0299107637, -0.00809449051, 0.0115029076, 0.0176869221, 0.0160207637, 0.00287973206, -0.00366875459, -0.0129607972, 0.00736955088, 0.00591166131, -0.0012135728, 0.00777808, 0.000363471045, -0.00436565792, -0.0169499665, 0.00783815794, 0.00445377221, 0.00828273408, 0.00106137549, -0.0186641887, 0.000791525817, 0.00335034216, -0.0109822331, -0.0347650573, -0.00194051489, 0.00565532921, 0.00968455151, 0.0209391378, -0.010846056, -0.01092616, 0.0118633751, 0.0094762817, 0.00585158356, -0.0253128055, 0.00238108588, -0.00067387335, 0.00507858163, 0.0155080985, -0.0165494476, 0.00467806263, -0.00849901512, 0.00418542419, 0.000190622042, -0.0123760393, -0.00180133455, 0.0290456433, 0.0219164044, 0.0426152311, -0.00497444673, 0.0173665062, 0.0130248806, 0.0110703474, 0.0155882025, 0.00145088031, 0.00671670493, 0.0104535474, 0.00321616814, 0.00490235351, 0.00907576177, 0.0146910399, -0.0112786172, -0.00917989761, 0.00861116, -0.0153158493, -0.0165494476, -0.0138579598, 0.0222688597, 0.00885147136, -0.0116310734, 0.0144747589, 0.0253929086, 0.00698505249, 0.00970057212, -0.0344446413, 0.00883545075, 0.0236626677, 0.0160127524, -0.00597173953, -0.0170460921, 0.00182336313, -0.00703712, 0.00930806343, 0.0204424933, 0.0149153303, 0.0131450361, -0.024015123, 0.00491837412, 0.0147070605, -0.00642432598, 0.00726541597, 0.0173825286, -0.0153959533, 0.0112866275, -0.00301390607, -0.0123600187, 0.0103253815, -0.0269309022, -0.00108440535, -0.0095724063, -0.0182316285, 0.00673673069, 0.0292058513, -0.00475816661, 0.0204585139, -0.0258895531, -0.00231500017, 0.000445577462, 0.0158365238, 0.00352056255, 0.00898764841, 0.0290296227, -0.0220926329, -0.00619603, -0.00317611615, -0.0369759202, 0.0265303832, 0.0144427177, 0.0194652267, 0.013329275, -0.00240912219, -0.0149473716, 0.0332911462, -0.00209271209, -0.0191127695, 0.0226693787, 0.00232501328, -0.00463400548, 0.0168057811, 0.000180233576, 0.00821865164, -0.00136176485, -0.0109822331, 0.00448180828, 0.019609414, 0.000109016284, 0.0107419211, 0.0163091365, 0.0288533941, -0.000234553983, 0.0104295164, -0.016773738, -0.00254529878, -0.0148111954, -0.0171902794, 0.00215879781, -2.26074244e-05, 0.023919, 0.0188243967, 0.00335835246, 0.0322497971, -0.0355981365, -0.00609990535, 0.00776606472, 0.00960444752, -0.0298787225, -0.0101171117, -0.0283887926, -0.0254569929, -0.0198016632, -0.00591166131, -0.00158705679, 0.00517871184, 0.00273154, -0.0160928555, -0.00221687299, 0.00742962863, -0.012448133, -0.0266905911, 0.00749371201, -0.000586259819, -0.035021387, -0.00436565792, 0.0126163512, -0.0429676846, 0.0055992566, -0.0133773368, 0.0241272692, -0.021531906, -0.00503051933, 0.0187442917, -0.0154360048, -0.0167897604, 0.000170846411, 0.00451785512, -0.00540700741, 0.000177855502, 0.0194972679, 0.000998293748, 0.0105496719, -0.000137177776, -0.00378290261, 0.00628013909, 0.0103414021, 0.0150194652, -0.0172223207, -0.00223489641, -0.000654348056, -0.0172543619, -0.0251045357, -0.0130088599, -0.00995690376, -0.000653847412, 0.0148592573, -0.0107579427, -0.00939617772, -0.000439569674, -0.00558323599, -0.0024191353, -0.0208590329, 0.00486630667, -0.0027435557, -0.0103574237, 0.00450583966, 0.0191127695, -0.000718931726, -0.0116070425, 0.00541101256, 0.00641231053, 0.0104054855, -0.0126243616, 0.00182636699, 0.00017572775, 0.0279241893, -0.0102773197, -0.00581153156, 0.00376688177, 0.0057915058, -0.00639628945, -0.00585558871, -0.00819862541, -0.0129688075, 0.0229577534, 0.0138980122, 0.0018353787, -0.00785818417, -0.0164373033, -0.000581753964, 0.000838586828, 0.023133982, 0.000601779902, -0.00187142531, -0.0103414021, -0.006744741, -0.00872330554, 0.00113647291, -0.00690494897, 0.00653246604, -0.0205866806, 0.0117592402, -0.00200559921, -0.00464602141, -0.00952434354, -0.0159887206, -0.0162610747, -0.0128566623, 0.000803541392, 0.0157644302, -0.0258414913, -0.0151476311, 0.0186321475, 0.0156843271, 0.00501049357, 0.00422147103, 0.00392308412, -0.00196054089, 0.00720133306, -0.0029438152, -0.00150094519, -0.00923597, -0.00219083927, 0.0246239118, -0.00241312734, -0.0117832711, -0.00208269921, 0.00228095613, -0.0144347074, -0.00517871184, -0.00677678268, -0.00331830047, 0.0075898366, -0.00845896266, -0.0132251401, 0.00264342595, -0.00233502616, -0.00361668714, 0.00506656617, -0.00139981415, 0.00175727741, 0.00117752608, -0.0245277882, 0.00213476666, -0.000606786401, -0.0110543268, 0.0391867869, -0.0065444815, -0.0151236, -1.39555868e-05, -0.00541101256, -0.00291778147, 0.0174145699, -0.0140021471, -0.00525881536, 0.0117031671, 0.0167577174, -0.00628414424, 0.00427754363, 0.00373083516, 0.000265343871, 0.0127365068, 0.00459795911, -0.0232301056, 0.0391867869, -0.00899565872, 0.0120155718, 0.0248802453, -0.00732949888, 0.0104134958, 0.000198256937, 0.00106437947, 0.0268828403, 0.0210673027, -0.00841090083, 0.0140982717, -0.00551114231, -0.00466204202, 0.0117512299, 0.00293981, -0.0174145699, -0.0112625966, 0.0159887206, -0.00883545075, -0.0139300535, 0.00277759973, -0.00831477623, 0.0132171297, -0.00726141082, 0.0124561433, 0.00435364246, -0.00499847811, -0.0156763159, -0.003192137, 0.0215158854, 0.00829074439, -0.0294782035, -0.000207393779, 0.0218202788, 0.0127925789, -0.0142664891, 0.00208470179, 0.0208750535, 0.021932425, -0.0242394134, 0.0197536014, 0.0462679639, -0.00345047191, -0.0136416797, 0.0349893458, 0.00887550227, -0.0065925438, 0.00392508693, -0.0098768007, 0.0200740155, 0.0165174063, -0.0205546394, -0.0119835306, -0.0169659872, -0.00424950756, 0.00971659273, 0.011086368, -0.00919591822, 0.00146089331, 0.000510661805, 0.0205065757, -0.000259085762, -0.0106938593, 0.0038429806, 0.00372482743, -0.0209070947, 0.0059997756, -0.0152357453, 0.0115109179, -0.0348611809, 0.0234383754, -0.0113987727, -0.014450728, -0.0106938593, -0.00772200758, 0.028773291, -0.00151195948, 0.00662458548, -0.0138819907, 0.00748570124, -0.0107339108, -0.00449782936, -0.00764590921, -0.00961245783, 0.000177980663, -0.0171902794, 0.0107579427, -0.00937214587, 0.00121958053, 0.0126323719, 0.00170020352, 0.020730868, 0.0256332215, -0.0176869221, -0.0106698284, -0.0179272331, 0.00378290261, -0.0230859201, 0.000344696717, -0.00816257857, 0.00264542853, -0.00545106456, -0.00394110754, -0.00069039478, 0.0236947089, 0.000848099124, 0.000235680447, -0.0108620776, -0.00447379798, -0.00458594318, 0.0137217836, 0.00143285701, 0.0164212827, -0.00549111655, 0.0162130129, 0.0178150889, -0.0052868519, 0.00326423044, -0.00413736189, -0.00348651852, 0.0206027012, -0.0061920248, 0.0059917653, 0.0125843091, 0.0161649492, -0.0122558838, -0.00798635, -0.00827472378, -0.0234063342, 0.0014338583, 0.0109902434, -0.00324019929, -0.0128005892, 0.00141984015, -0.0124321124, -0.000568737101, -0.0016341178, 0.0145388423, 0.00821865164, -0.019609414, 0.0104695689, 0.0247040167, -0.0135535654, -6.45211185e-05, 0.0191768538, 0.0183918364, 0.00555920461, 0.0140902614, -0.00888351258, 0.00521075306, -0.0202822853, 0.0219484456, 0.0159807112, 0.00575145381, -0.00905173086, 0.00138779858, 0.011647095, 0.00280363346, 0.0104375267, 0.0230378564, -0.0061920248, 0.0104936, 0.0150915589, -0.0106297759, -0.0156442747, -0.0157564208, 0.0097726658, -0.00648440374, 0.000352957431, -0.0134013686, 0.000119029261, 0.00837885868, 0.00153298676, -0.0224611089, 0.00720133306, 0.0150835486, 0.0123439981, -0.0013197104, 0.00979669672, 0.0192729775, -0.00935612526, 0.0107339108, 0.00283567514, 0.0114628561, -0.00395112066, 0.00602781214, -0.0112786172, 0.0120396037, 0.0195933934, -0.0171422157, -0.0168538429, -0.0170140509, -0.0121357283, 0.00506256102, -0.0110783577, -0.0231660232, -0.0130569218, 0.0107819736, -0.023133982, -0.0160047431, -0.00131069869, 0.000493139087, 0.00221487042, 0.0117672505, -0.000938215933, 0.00674874615, 0.0213556774, 0.00467405748, 0.00754577946, 0.00441772537, -0.00571140181, -0.0142985312, 0.0125122154, 0.0236947089, 0.0192409363, -0.013088963, 0.00360667426, 0.00692497473, -0.00460596941, -0.0149313509, -0.00595972361, 0.0050946027, 0.00390506093, -0.0135775963, -0.00252727536, -0.00833880715, -0.0019495266, -0.00778609095, 0.0179112125, -0.0196414553, -0.00375486631, 0.00992486253, -0.0344766825, -0.0120235821, 0.00102733145, -0.0115910219, -0.00388303236, 0.00277559715, 0.0163411777, 0.00404123729, 0.00289375032, 0.0075898366, -0.00177930598, -0.0166936349, -0.00982072763, -0.0123600187, 0.0122959353, -0.0218363, -0.00221687299, 0.0234704185, -0.00769797666, -0.00413335674, -0.00950832292, 0.0106137553, -0.00775805442, -0.0103093609, -0.0143225621, 0.0275076497, 0.00197656173, 0.0025432962, -0.0152037041, -0.0193851236, -0.0125362473, -0.00633621169, 0.00790624693, -0.0124881845, -0.022813566, 0.00403523, 0.0102773197, 0.00824268255, 0.0197055377, 0.00625610771, 0.0222528391, 0.0180554, 0.0112946378, -0.00869927462, 0.00910780393, 0.0172383413, 0.00199959148, -0.00913984515, 0.00798635, 0.0272192769, 0.0104535474, 0.0190326665, -0.0139781153, -0.00243515591, 0.0197215583, 0.0339960605, -0.00339840422, 0.0218843613, -0.00430958532, 0.00333231874, -0.00680481922, -0.0210833233, -0.00572742289, 0.0045418865, -0.00636424823, -0.0357583426, 0.00115649879, 0.0183117315, -0.00885948166, 0.0247040167, -0.00383296749, -0.0265944656, -0.00954837445, -3.15252328e-05, -0.00477418723, 9.75639414e-05, 0.00743363379, 0.00295583066, -0.0136096384, -0.00342644076, -0.0286611449, 0.0147551224, -0.00174025539, -0.00705714617, -0.0231179614, -0.0149393613, -0.0293820798, 0.0127365068, 0.00797032937, 0.0400198661, -0.0128646726, 0.00808247458, -0.0192249157, 0.0264983419, 0.0164693445, -0.00191047601, 0.00593569269, -0.00278160488, 0.00787821, -0.00359465857, 0.0106618181, 0.0182957109, -0.0144747589, 0.0011274612, 0.01196751, -0.0114147933, 0.0154600358, -0.00285169575, -0.000571240322, -0.00148692704, 0.00658453349, -0.0169339459, -0.00698905764, -0.00911581423, -0.00610791566, -0.0207949504, 0.030535575, -0.0179432537, -0.0232301056, 0.0170941539, -0.0231019408, 0.0143626137, 0.0225412138, -0.0107739633, 0.00227094325, 0.0153719224, 0.0189525634, -0.00176228397, 0.00419343449, -0.0135135138, -0.00586359901, 0.00558323599, 0.00414937781, 0.00922795944, 0.00950832292, -0.003172111, -0.00906775147, 0.0155401397, 0.00730947312, -0.00500648841, -0.00933209434, -0.012768548, 0.0159727, -0.0192729775, -0.0183918364, -0.00013192097, 0.00882744, 0.0107339108, -0.0102292569, -0.0235505216, -0.00328625902, 0.0321056098, -0.0058395681, -0.0276358165, -0.0198977869, -0.0060398276, 0.00979669672, -0.0173825286, -0.00396513892, 0.00691295927, 0.00593569269, 0.00701308902, 0.00721334852, -0.0161969904, 0.00692096958, 0.019208895, 0.00144687516, -0.0190647077, -0.00266545452, 0.0268187579, -0.00506256102, -0.00882744, 0.00227695098, -0.00663660094, -0.00260537653, -0.00839488, -0.00491436897, 0.00115750008, -0.0170941539, -0.00853906665, -0.00890754443, 0.00103534176, -0.00866723247, 0.0120796552, 0.0249443278, 0.00597173953, -0.00777007, -2.212242e-05, -0.0228295866, 0.00687691243, -0.00854707696, 0.0354699679, -0.00806244928, -0.00478219753, 0.00174726441, 0.00575145381, -0.00074847, 0.0105096204, 0.000663860352, 0.0220285486, -0.00986077916, 0.00162009965, 0.00468607293, -0.0187763348, 0.00264542853, 0.0058475784, 0.00964449905, -0.000574744889, 0.0139620947, 0.00303192949, 0.00247320533, 0.0173665062, 0.00398316234, -0.00401119841, -0.0239830818, -0.00406526867, -0.0117352093, 0.0118713854, 0.00048863329, -0.0257133245, -0.0131049836, 0.0163091365, 0.0075618, -0.00286371144, -0.0172063, -0.00423348648, 0.0138339289, -0.0064964192, -0.0242554359, 0.000422297308, -0.0158605557, 0.0364632569, 0.0124321124, -0.00808648, 0.00917989761, -0.0157564208, 0.00581153156, 0.0118153123, 0.0160848461, -0.00942020863, 0.00121257151, -0.0102212466, 0.00340240961, 0.00367876771, 0.0126644131, -0.0238228738, 0.00696102157, 0.0248321816, -0.0211153664, -0.000400769408, 0.00795030314, -0.023374293, 0.00304995268, 0.00214878493, 0.0100770602, 0.00886749197, 0.0271712132, -0.0188243967, -0.0158285145, -0.0111824926, 0.00367876771, 0.00361468457, 0.0136577, 0.00567936059, -0.0117352093, 0.00163111393, 0.0150595168, -0.00890754443, 0.0190166458, -0.0116230631, 0.0193851236, 0.00199258234, 0.00600778591, 0.0126243616, 0.0128406417, 0.0274916291, 0.0024671976, -0.00562729314, 0.000673372706, 0.0178150889, 0.0142504685, -0.00117352093, 0.0358865075, -0.00667264778, -0.012047614, -0.0064483569, 0.017174257, 0.00797032937, 0.0218523201, 0.0060398276, 0.0123359878, -0.0099729253, 0.0172703825, -0.000755979738, -0.00900366902, 0.000271101337, -0.000978768454, -0.0253288262, -0.00958842691, 0.0149153303, -0.012047614, -0.0206828043, 0.0196574759, -0.0196254347, -0.00152697891, -0.00535093481, 0.0184719395, 0.0212595519, 0.00806244928, 0.0212915931, 0.0300229099, 0.00413335674, 0.0194331855, -0.0146429772, 0.00580352126, -0.0171422157, -0.0209872, 0.00970057212, -0.00388703751, 0.00581553672, -0.00841090083, -0.012448133, 0.0153478906, 0.00460997457, -0.0144747589, 0.00651644543, -0.0246719755, -0.0109822331, 0.0353097618, -0.00106137549, 0.0270750895, 0.00995690376, -0.0236786883, -0.0106137553, 0.00632419623, 0.00966052, 0.0237267502, -0.0139220431, -0.00229697698, 0.0125202266, 0.011566991, 0.0160127524, 0.020810971, 0.0109181497, -0.00228095613, -0.00233702874, -0.0129527869, 0.00972460303, -0.0183758158, 0.0306957811, 0.0145788947, -0.00210673036, -0.0168378223, 0.0135856066, 0.00736955088, -0.00746567547, 0.011566991, 0.00132872199, 0.00759784691, -0.0187122505, 0.022413047, -0.0158044826, -0.000388753833, 0.00897162687, -0.00565933436, -0.0232781693, 0.00718531199, 0.0302952621, -0.000917188649, -0.0110543268, 0.0158445351, -0.0172703825, -0.01092616, -0.00844294205, 0.0199778918, 0.00177830469, 0.00171422167, -0.0056393086, 0.00607987959, 0.0260016974, -0.00457392773, -0.0156122334, 0.0136817312, -0.00929204281, 0.00247320533, -0.0104295164, 0.0115750013, 0.0197375808, 0.0234704185, 0.0178631507, -0.0339960605, 0.0150434962, -0.00295583066, 0.028741248, -0.0210993439, 0.0016441308, -0.00794229284, 0.00339239649, -0.00814655796, -0.00119554938, 0.0183277521, -0.0109982537, -0.00255531166, 0.00154299976, 0.0159967318, 0.00478219753, -0.0118153123, -0.00722135883, -0.0132651916, -0.0664541274, -0.0113587212, -0.00532289827, 0.0102532879, 0.00153098418, -0.0118473545, 0.0125362473, 0.00537096057, 0.000738957664, -0.000190496881, -0.0024952339, -0.00480622891, -0.00128466496, 0.0246399324, 0.000171096748, 0.00226293271, -0.0114628561, -0.000605284469, -0.0131850876, 0.00816658419, -0.00767394528, 0.0061439625, 0.00809048489, -0.0168698635, -0.0108220251, -0.0129928384, -0.00485829636, -0.013305244, -0.0136657106, -0.00834681746, 0.0116631156, 0.00297986181, -0.00236306246, -0.00992486253, -0.00877937768, -0.0081906151, 0.00225091726, -0.000218783549, -0.00698104734, -0.00945225, 0.00617600419, 0.00965250935, -0.0146990502, -0.0214037392, -0.0094762817, 0.00284368545, -0.00320415269, 0.013489482, -0.000974262657, 0.0119915409, -0.00674874615, -0.0102532879, -0.0157724414, -0.00903571, 0.0329066478, 0.00127665454, -0.0123600187, 0.00882744, 0.0186641887, 0.00498646265, 0.00365874171, 0.00497444673, 0.00693699, 0.000532189733, 0.00496643642, 0.00465403171, 0.00221887557, 0.00243916106, -0.000216530621, 0.0483827032, -0.0144347074, -0.0100930808, 0.020410452, 0.00884346105, -0.00383497, -0.00164513208, -0.00769397151, 0.00414937781, -0.0211153664, 0.0322978571, 0.0284688957, -0.00521475822, 0.0163892396, 0.00131370255, 0.0115189282, -0.00121056894, -0.0235985834, -0.00372482743, 0.0101651745, -0.00610791566, 0.0106778387, -0.0142905209, 0.00157804519, 0.00428955909, 0.0159406587, 0.0251686182, -0.00797433499, -0.0124721639, 0.0159166288, -0.000942221144, -0.000982773723, -0.0115750013, 0.0113827521, -0.00149393617, 0.0338678919, -0.025617199, 0.0136016281, -0.0149553819, 0.023614604, 0.0140421987, 0.0203623902, -0.00270550628, 0.00919591822, -0.012768548, 0.0262420103, 0.00121056894, -0.00662859064, -0.00643634144, -0.0141463336, -0.00222688611, -0.00937214587, -0.02917381, 0.00920392852, -0.0427113548, 0.0175106935, -0.0114308139, 0.00400919607, -0.00415338296, 0.00684887636, -0.0297505576, 0.0175106935, 0.00936413556, -0.00115349493, -0.0116791362, -0.00837084837, 0.00835482776, 0.0159727, 0.00147591275, 0.00205666549, 0.0101171117, 0.0189205203, 0.00820263103, 0.0109181497, 0.0202983059, -0.00610391051, -0.0119274575, -0.000462849857, -0.000469107967, -0.00293981, -0.0158685651, 0.00404324, -0.0226854011, -0.00857110787, -0.00597975, -0.0239510406, -0.0108140148, 0.0112145338, 0.00567535544, 0.000942221144, -0.00696502673, 0.0213236362, -0.0121437386, -0.00244917418, -0.00165314251, 0.00420945557, -0.00104235089, -0.0142424582, 0.0173825286, 0.00597975, 0.00581153156, -0.00577148, 0.0241432898, -0.00882744, 0.000981772435, 0.00595972361, -0.00762588298, 0.0076859612, -0.00324420445, 0.0291257463, 0.00847498327, 0.0125202266, 0.0217561964, 0.0215799678, -0.000355961325, -0.0211794488, -0.0315609, 0.00157003477, 0.00382495718, 0.0057915058, 0.0179112125, 0.0212915931, 0.012768548, -0.00966853, -0.00982072763, -0.0104535474, -0.0178631507, -0.0148031851, 0.000816558255, -0.00155201135, 0.00676877238, 0.0125602782, -0.00244316645, 0.00295983604, -0.0122398632, -0.0110623371, -0.00158505421, 0.0260978229, 0.012768548, -0.0301670972, -0.0121597592, 0.0119194472, 0.00460196426, -0.00806244928, 0.00266345195, -0.00341642764, 0.000232676553, -0.0349573046, 0.0234704185, -0.00017510193, 0.00511462847, 0.0184238777, 0.012368029, 0.0165494476, -0.0122719044, 0.00187843444, -0.00507457647, 0.000981271733, 0.0110543268, -0.00881943, -0.014586905, -0.00806244928, -0.0112786172, 0.0102933403, -0.00454989681, -0.00119354681, 0.00418141903, 0.0100530284, 0.00819462, 0.0118713854, 0.0144106764, 0.0127525274, -0.0100770602, 0.00323419156, -0.00668866839, 0.000992786605, 0.0228616279, -0.0172223207, -0.00805443898, -0.0104695689, 0.00187142531, -0.000729445368, -0.0131850876, 0.00996491499, -0.00575145381, 0.0159246381, 0.0032201733, -0.0191448126, -0.00244316645, -0.00803441275, 0.0117832711, -0.00355861196, -0.00542302802, 0.0182476491, 0.00410532067, -0.00694900611, -0.0170140509, 0.0140662296, -0.0220605899, -6.68366192e-05, -0.0112225441, 0.0140822502, -0.0180393793, -0.00959643722, -0.0281484798, 0.00563129829, -0.00173625012, 0.0143786343, 0.0145308319, -0.0048382706, -0.0284849163, 0.00895560626, -0.0203143265, -0.0167577174, 0.0127925789, 0.000919191283, 9.21819665e-05, 0.00905974116, 0.00827472378, -0.00137077656, -0.00849100389, 0.0152998287, -0.00706916163, -0.00380493118, -0.000155201138, -0.0273634624, -0.011166472, 0.00191548245, 0.00260537653, -0.0114788767, -0.000647839624, 0.0230859201, -0.00336035504, -0.00764190406, -0.00327023817, 0.00565532921, -0.0244476851, -0.00115750008, -0.0208269916, -0.00265744398, -0.0173665062, -0.0107499314, 0.0037949183, -0.0199939124, -0.00295382808, -0.00893157534, -0.000231675251, 0.00284969318, -0.0155000882, 0.00906775147, 0.00889152382, -0.0130809527, 0.00632820139, -0.00535494, -0.00278761284, 0.00895560626, 0.00250124163, 0.00685688667, 0.00135575701, -0.0292058513, -0.00373283774, -0.00770198181, -0.00164913724, 0.00385699864, -0.000291127304, -0.00367676513, 0.0129127353, -0.00897963718, -0.0177990682, -0.000218032568, -0.020810971, -0.0167096555, 0.0189365409, 0.00380092603, -0.00870728493, 0.0175106935, -0.0265464038, -0.0178471301, 0.0129367663, 0.019369103, -0.023774812, 0.00832278654, -0.0268187579, 0.00796632469, 0.0151716629, -0.00527083082, 0.0104855895, 0.0075618, -0.0100690499, 0.0191928744, -0.00181535271, -0.0114308139, 0.00650443, 0.000521676091, -0.0294301417, -0.0179752968, -0.00283767772, 0.0141703645, 0.00917188637, 0.00672872039, -0.000851603691, -0.00686089182, -0.00448581344, -0.00515468046, 0.073375091, 0.00760986237, -0.0133132543, -0.0227815248, 0.0317691714, -0.0169499665, -0.0133853471, 0.0471971668, 0.0101651745, 0.0312244669, 0.0125122154, 0.000547709817, -0.00278561, 0.00873932615, -0.0159246381, -0.0202502441, 0.00226693787, -0.00402721949, -0.000674374, -0.0343805589, 0.00557122, -0.024736058, 0.00938015711, -0.0245117676, 0.0062000351, 0.00376087404, -0.0065925438, -0.0351815969, -0.0132251401, 0.0039871675, -0.00818660948, 0.00826671347, -0.00466604717, 0.00698505249, -0.0165654682, -0.0145148113, -0.00975664426, 0.000126351253, 0.00618000934, -0.0129447766, 0.0193851236, 0.0296384115, 0.00424950756, 0.00693699, 0.00475416146, 0.00950832292, -0.0301670972, -0.0129127353, 0.00029813638, -0.00334633677, 0.000468106678, -0.00899565872, -0.00736154057, 0.00231500017, -0.00194752403, 0.0152838081, 0.022813566, 0.00847498327, 0.0121357283, 0.0101491529, 0.00607987959, 0.0246719755, -0.0061519728, -0.0129848281, 0.00495842611, -0.0285489988, -0.0133452956, 0.0192569569, -0.00606786413, 0.00442173053, 0.0199138075, -0.0125923194, -0.0205065757, 0.000831577752, -0.00232100813, 0.0181835666, -0.0186321475, 0.0032762459, 0.0155561604, -0.00900366902, -0.00989282131, 0.00481023407, -0.00853105634, -0.00983674824, -0.0189525634, -0.0135856066, -0.00692898, 0.0105897244, -0.0106698284, 0.00943622924, -0.00690094382, 0.0340921842, -0.0282926671, -0.012047614, 0.0282125641, -0.00186942273, -0.00850702543, -0.00311804097, -0.00520274276, -0.00345447706, -0.00194351876, -0.0148912994, -0.00891555473, 0.00209070952, -0.0243034977, 0.0240952279, 0.00381294149, 0.0193370599, 0.0189365409, 0.011807302, 0.0100610387, 0.00813454203, 0.00717329653, 0.00834681746, 0.022332944, -0.00870728493, 0.0106137553, -0.0155962128, 0.00809849519, -0.00362069253, 0.0119995512, 0.00941219833, 0.00613995735, 0.00664461125, 0.0199138075, 0.00395112066, 0.0178951919, -0.00870728493, 0.0121517489, -0.00865121186, 0.00533090904, 0.0114468355, -0.0124561433, -0.00796632469, 0.0372002125, 0.0240471642, 0.00764590921, 0.00509860786, 0.00690494897, 0.00108841062, -0.000265093549, 0.00785417948, 0.0214518011, 0.00895560626, -0.000765492092, -0.0150915589, 0.0224771295, -0.0167096555, 0.00604383275, 0.0121437386, -0.000862618, 0.017606819, -0.0014138323, -0.0162130129, 0.0199939124, 0.0207468886, -0.0015680322, -0.00714926561, 0.0161969904, -0.00414937781, 0.0111344298, -0.0129688075, 0.0124160908, 4.3220075e-06, 0.00577548519, -0.00831477623, 0.0234543961, -0.0130248806, -0.00511863362, 0.0201541204, 0.00880340952, 0.023374293, 0.0003679769, 0.00897162687, -0.0206507631, -0.00954837445, 0.00138679729, -0.00694900611, -0.00246519479, -0.0156602953, 0.0045899488, -0.00783815794, 0.00810250081, 0.0688252, -0.00199458492, 0.000586259819, 0.00831477623, -0.0203463696, 0.000230423626, -0.00929204281, 0.0129607972, 0.0142104169, 0.0222207978, -0.00800237153, -0.00650443, 0.00150795432, -0.0027996283, -0.00943622924, -0.000675375282, -0.0152757978, 0.0249283072, 0.0162690841, 0.0117592402, -0.0121517489, -0.0179592744, 0.0175907984, -0.00396113377, 0.00615998311, -0.00515067531, 0.000443324563, -0.0114308139] |
23 Dec, 2022 | React Suite Popover <Popover> Props
23 Dec, 2022
React Suite is a popular front-end library with a set of React components that are designed for the middle platform and back-end products.
To display content specific to a certain topic only when the user performs a certain action Popover comes in handy. Popover Component allows the user to show the popup information that is triggered on some event over the parent window. For using popover, we use whisper which provides us trigger events, which are used to control the display of Popover in different events.
The available properties of Popover <Popover> are:
children: It is used to denote the content of the component.
classPrefix: It is used to denote the prefix of the component CSS class.
title: It is used to denote the title of the component.
arrow: It is a boolean value. It is used to denote whether the arrow indicator will be shown or not. It is true by default.
visible: It is a boolean value. It is used to denote whether the popover will be shown or not. It is true by default.
Approach: Let us create a React project and install React Suite module. Then we will create a UI that will showcase React Suite Popover <Popover> props.
Creating React Project: Follow the below steps to create react application:
Step 1: To create a react app, you need to install react modules through npx command. “npx” is used instead of “npm” because you will be needing this command in your app’s lifecycle only once.
npx create-react-app project_name
Step 2: After creating your react project, move into the folder to perform different operations.
cd project_name
Step 3: After creating the ReactJS application, Install the required module using the following command:
npm install rsuite
Project Structure: After running the commands mentioned in the above steps, if you open the project in an editor you can see a similar project structure as shown below. The new component user makes or the code changes, we will be performing will be done in the source folder.
Project Structure
Example 1: We are creating a UI that shows different React Suite Popover <Popover> props.
App.js
import React from 'react'
import '../node_modules/rsuite/dist/rsuite.min.css';
import { Popover } from 'rsuite';
export default function App() {
return (
<div>
<h1 style={{ color: 'green' }}>GeeksforGeeks</h1>
<h4>React Suite Popover < Popover >
Props</h4> <br></br>
<div style={{ height: 100, position: 'relative' }}>
<Popover title="Geeks for Geeks" visible>
<p>Learn . Code . Practice . </p>
<p>Prepare for an interview with millions
of articles and courses designed
by experts.</p>
</Popover>
</div>
</div>
);
}
Step to Run Application: Run the application using the following command from the root directory of the project:
npm start
Output: Now open your browser and go to http://localhost:3000/, you will see the following output:
React Suite Popover
Example 2: We are creating a UI that shows React Suite Popover <Popover> props.
App.js
import React from 'react'
import '../node_modules/rsuite/dist/rsuite.min.css';
import { Popover, Whisper, Button } from 'rsuite';
export default function App() {
return (
<div>
<h1 style={{ color: 'green' }}>
GeeksforGeeks</h1>
<h4>React Suite Popover < Popover >
Props</h4> <br></br>
<Whisper
trigger="click"
speaker={<Popover arrow={false}>
This is an example of Popover <
Popover > props with no arrow
indicator. </Popover>}
>
<Button>Click here !</Button>
</Whisper>
<br /><br />
<Whisper
trigger="click"
speaker={<Popover arrow={true}>
This is an example of Popover <
Popover > props with arrow
indicator. </Popover>}
>
<Button>Click here !</Button>
</Whisper>
</div>
);
}
Output: Now open your browser and go to http://localhost:3000/, you will see the following output:
Popover with false and true arrow prop
Reference: https://rsuitejs.com/components/popover/#code-lt-popover-gt-code
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props | https://www.geeksforgeeks.org/react-suite-popover-popover-props?ref=asr5 | CSS | React Suite Popover <Popover> Props | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Foundation CSS Progress Bar, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, React Suite Popover <Popover> Props, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, Onsen UI CSS Component Basic Card, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, Onsen UI CSS Component Basic Popover, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create animations using relative value in jQuery ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0422604382, -0.0111461906, -0.0211000331, 0.0350459777, 0.0582892187, -0.00828606449, -0.00820305292, 0.00836907607, -0.00810494833, -0.021009475, 0.0252807979, -0.0112820277, 0.010497191, -0.0481467135, -0.011032993, -0.0359213725, -0.0395436957, -0.00532783382, -0.0445243903, -0.0143308165, -0.003320463, -0.0141119678, -0.0481467135, 0.0215075444, -0.0225036833, 0.019907685, 0.0244506821, 0.0137346424, -0.0322688632, 0.0190926623, -0.00125083351, 0.00218848698, 0.0128139686, -0.0179908723, -0.0474222489, -0.0104896445, -0.00191020954, 0.0218244977, 0.00289597199, 0.0137421889, -0.0454903431, 0.0164362919, 0.0137120029, -0.00433169492, -0.00416944502, -0.00369212846, 0.0163457338, -0.0455507152, -0.0352572799, -0.0372797437, 0.0186247788, 0.00435056118, 0.0319670029, 0.00871621538, 0.00861811079, 0.0181870814, -0.0239224266, -0.00556932203, -0.0337781645, -0.0151684787, -0.00685600145, -0.0578666143, -0.0182172675, -0.0296426788, -0.0117348181, 0.0184738487, 0.017643733, 0.0359515585, -0.00501842704, -0.000124753191, 0.0126328524, 0.0270014014, 0.0368873253, -0.00471656676, -0.00423736358, 0.00865584332, 0.0111990161, -0.0136365378, -0.0328725837, 0.00472411327, 0.0111235511, 0.0278617032, -0.0183983836, -0.0224282183, 0.0154024204, 0.0211151261, 0.0156212691, -0.0576553121, 0.00779554155, -0.0182625465, -0.000286767259, 0.00666356552, -0.00719936751, 0.00161400915, -0.0263674948, 0.00619190885, 0.0517388508, -0.000730124535, -0.0197567549, 0.0173418727, -0.00772007648, 0.0136516308, -0.0125649339, -0.0033412159, 0.0133497706, -0.000946614949, 0.0297181439, -0.00339404144, 0.0130026313, -0.0301407482, 0.0330235139, 0.00319594564, -0.0117197251, 0.0114857834, -0.0466072261, 0.0389097892, -0.00583722303, -0.0459733196, -0.0402379744, -0.0184436627, 0.00797665771, 0.0242242869, 0.00436942745, 0.0473618768, -0.0456110872, 0.0471203886, -0.00207528938, 0.0146930488, 0.0251600537, 0.00408643344, 0.0279522613, 0.0150477346, -0.0386381149, -0.0412944853, 0.0326310955, 0.0360421166, 0.0164815709, 0.00970480777, -0.0237865895, 0.00166400475, 0.00135176803, -0.0225640554, 0.019892592, 0.0178852212, 0.00338460831, 0.00900298264, 0.0138252005, -0.00165740156, -0.0460940637, 0.0260052625, -0.0153948739, -0.0129724452, 0.0395135097, 0.025477007, 0.0452790409, 0.0235903803, -0.0168890823, 0.0212056842, 0.0495654568, 0.019907685, 0.0120215854, -0.0205566846, -0.00137818081, 0.0333253741, -0.00987083092, -0.00664847251, -0.0372193716, 0.0136516308, -0.0532783382, 0.0338687226, -0.0101047726, 0.0109122489, 0.00104613451, 0.0309104919, -0.0522822, 0.00534292683, 0.0083011575, -0.0238620546, -0.0316047706, -0.00514671765, -0.0404190905, 0.0190473832, -0.00118291494, -0.00353553845, -0.00889733154, -0.00860301778, 0.0122328876, -0.00315443985, -0.0454601571, -0.0355591401, -0.0173116866, 0.00242620194, 0.0167532451, 0.0101198656, -0.037641976, -0.00924447086, -0.0647792146, 0.0278466102, 0.0197265688, -5.6864108e-05, 0.000974442693, -0.00736539066, 0.000609852083, -0.0123536317, 0.0268655643, 0.0068597747, 0.023258334, -0.0249940306, 0.0470902026, -0.0292804465, -0.00471656676, -0.0296577718, 0.0198020339, 0.0100142146, -0.0349554196, -0.000540990208, -0.0461242497, 0.00214698119, -0.00907844771, 0.0110103535, 0.0326612815, -0.00219792, 0.0330235139, 0.0135007007, -0.0662885159, 0.0239375196, -0.00537688611, 0.000169914318, 0.0307293758, -0.0122706201, 0.00616172282, 0.00435433444, -0.00252807979, 0.0196209177, 0.0423509963, 0.0401776023, -0.0250845887, 0.0117800971, -0.0219754279, 0.0277862381, -0.0203453824, -0.0315142125, -0.0219754279, -0.0301709343, 0.0098406449, 0.0102783423, 0.0291295163, 0.0302765854, -0.000546178431, -0.00831625052, -0.0120442249, 0.0384871848, -0.0172815, 0.0153873274, -0.0211453121, -0.000434395799, -0.00685600145, -0.0216282886, 0.0140138632, 0.0351667218, 0.0667111203, -0.00374495401, 0.00465996796, 0.0432565771, 0.0119385738, -0.00898034312, 0.0347139314, -0.0466374122, -0.0124140037, -0.0147005953, 0.0444942042, -0.0482674576, 0.00390154403, 0.0177644771, -0.017689012, 0.00547876395, 0.0119536668, -0.00391286379, 0.0290238652, 0.0108669698, 0.0264278669, -0.0148439789, 0.0327216536, 0.019922778, 0.0111160045, -0.0192285, 0.0202246383, 0.0142628979, -0.00716918148, 0.0127913291, -0.0297483299, -0.0123989107, -0.0151986647, 0.0295823067, 0.0417170897, 0.00482599111, 0.0226848, 0.03761179, -0.0131611079, 0.0160136875, 0.00952369161, -0.0117574576, -0.0109047024, 0.013327131, -0.0132441195, 0.00617681583, 0.0185191277, 0.036494907, -0.0415661596, -0.00343743386, 0.0481467135, 0.00527123502, -0.051980339, -0.0313934684, -0.0224433113, 0.0197718479, -0.0116518065, -0.0045920494, -0.00909354072, -0.0359817445, -0.0297936089, -0.00617304258, -0.0768536255, 0.0086256573, 0.057504382, 0.0103009818, -0.0359817445, -0.0157571062, 0.0116895391, 0.0131611079, -0.0237262174, -0.0150552811, 0.0286012609, 0.0200133361, 0.054214105, -0.0384871848, 0.022156544, -0.0466676, -0.0343818851, 0.0330235139, -0.0342007689, -0.0361024886, 0.0270617735, -0.0294313766, 0.0182474535, -0.050923828, -0.00305822189, 0.0146024907, 0.0317255147, 0.0219603349, 0.00151967781, 0.0259901695, 0.0548480116, -0.0237865895, 0.0587420091, 0.00541084539, 0.0239073336, -0.0347441174, -0.00129799917, 0.0271372385, 0.019952964, 0.0182323605, -0.0103160748, 0.0350459777, -0.0190624762, -0.0228810087, -0.0231677759, -0.00214132131, -0.00824833196, -0.00592400786, -0.0238318685, -0.00962934271, -0.00985573791, 0.000135719209, -0.0252355188, -0.00770875672, 0.0117951902, 0.0102858888, -0.0736539066, 0.0164362919, -0.0386079289, 0.00389777077, -0.0102783423, 0.032087747, 0.00678430963, 0.018820988, 0.0444640182, -0.015485432, 0.0140666887, 0.0061956821, -0.013802561, 9.29753223e-05, 0.0128818871, -0.0235601943, 0.00677299, -0.00927465688, -0.000218730784, 0.000416001189, -0.0028356, -0.00775026251, 0.0211000331, 0.0185191277, 0.026578797, -0.0114631439, 0.0124592828, -0.0104217259, -0.0406605788, 0.0114178648, 0.00959915668, -0.0195303597, -2.43934937e-05, -0.0371288136, -0.013266759, 0.0072408733, 0.028752191, 0.0578968, -0.000317424943, 0.0577156842, -0.00836907607, -0.0037940063, 0.0299445391, 0.000267429336, 0.00264505064, 0.0389097892, -0.0181870814, 0.00406756718, -0.00916900579, -0.0109273419, 0.0153873274, -0.0223829392, -0.0286767259, -0.0263222158, -0.00253751292, -0.0330235139, -0.0263825879, 0.0155458041, 0.00878413394, -0.00941804051, -0.00795401819, -0.0040411544, -0.0427434146, 0.0167683382, 0.00839926209, -0.0369778834, -0.0506219678, 0.0179154072, -0.03981537, 0.000917372236, -0.013817654, -0.014964723, -0.014428921, -0.0115008764, -0.0616398677, -0.00981045887, -0.00471656676, -0.0168287102, 0.0426830426, -0.00184040435, 0.0121272365, -0.0292653535, -0.0374306738, 0.0272277966, 0.00238846941, -0.023228148, -0.0144062815, -0.0234545432, -0.0406907648, 0.0151986647, 0.00864075, -0.00394682307, -0.00636170525, 0.0260656346, 0.037641976, -0.003178966, 0.0184587557, 0.0229715668, 0.000277805782, -0.0194398016, 0.00219792, -0.0185795, 0.0228055436, -0.0014055369, 0.00676921662, -0.00772007648, 0.00887469202, 0.00477316556, 0.055330988, -0.0172664076, 0.0372495577, -0.0183078256, 0.0103990864, -0.00179229537, -0.0394833237, -0.0201038942, 0.0216131955, -0.0326612815, -0.00105556764, -0.0206623357, 0.0515275486, 0.0393927656, 0.017734291, 0.00968216825, -0.0286616329, 0.0679185614, 0.0227753576, -0.0152590368, -0.0433471352, 0.0283144936, -0.00372420112, -0.019877499, -0.012210248, 0.0311821662, -0.0114706904, 0.018820988, 0.0117876437, -0.0462449938, -0.0142100723, 0.0460035056, 0.00220546662, -0.0074672685, 0.0124290967, 0.0269863084, -0.0069654258, 0.0206019636, 0.0143081769, 0.0196661968, -0.00349780591, -0.0279220752, 0.00905580819, -0.0330537, -0.00670507131, -0.0122479806, 0.0114254113, 0.0403587185, 0.0120970504, 0.000222150295, 0.00273938198, -0.000887657865, 0.00293370453, 0.0152363973, -0.0142100723, -0.00870866887, -0.0321783051, -0.0172211286, -0.0128366081, 0.0209491029, 0.0150326416, -0.0197869409, 0.00740689645, 0.00812004134, 0.0125422943, 0.0361628607, 0.00832379702, 0.0239827987, 0.0124215502, -0.014353456, -0.0285257958, 0.00920673832, -0.0260958206, -0.036494907, -4.32450215e-05, -0.0146024907, 0.0250242166, 0.00892751757, 0.0185795, -0.0318764448, 0.000596645696, 0.052010525, -0.00936521497, 0.00925201736, 0.00350157917, 0.00773516949, 0.0247223563, 0.0105651096, 0.0421698801, 0.0170249194, 0.032117933, -0.0359213725, 0.00271862908, 0.00179323868, 0.00291483826, -0.00626737392, -0.00232621073, -0.0179606862, 0.0281484704, 0.0285559818, -0.00496182824, -0.00176776922, -0.0184587557, -0.0302916784, 0.000776346889, 0.0353176519, 0.0098406449, -0.00732388487, -0.0443432741, -0.00679562939, -0.0137950145, 0.0150854671, -0.00722955354, -0.00828606449, 0.0123460852, 0.0231074039, 0.0091765523, 0.0208283588, -0.00622964138, -0.038698487, 0.00376382028, -1.67585513e-05, 0.0344724432, -0.0129347127, -0.0581684746, 0.00947841257, 0.0120668644, -0.00188285345, 0.0226697065, 0.00666356552, -0.0131233754, 0.00439206697, -0.00867093634, -0.0223376602, 0.034321513, -0.0109273419, 0.0455809, 0.017749384, 0.0298087019, -0.00583722303, -0.00919919182, -0.015530711, -0.00209226902, -0.00098481914, -0.0448866226, 0.0061390833, -0.0153345019, -0.0108820628, 0.0149873625, 0.0425019264, 0.00688241422, 0.0124140037, -0.00336574204, 0.0234998222, -0.00476939231, 0.00969726127, -0.0159382224, 0.0638132617, -0.0163608268, -0.00270353607, -0.00913882, 0.0348044895, 0.0173418727, -0.0252053328, -0.0349856056, 0.00482599111, 0.00806721579, 0.0126932245, 0.0114782369, -0.00114801235, 0.00533915358, -0.0250694957, -0.0380343944, 0.00128479279, -0.00314312, -0.0305935387, 0.0261411, 0.015530711, 0.0256430302, -0.017734291, 0.0109197954, -0.00505238632, 0.0384268127, 0.0338385366, -0.0133950496, -0.00986328442, 0.00317707937, 0.00256392569, -0.0107160397, -0.0234998222, -0.0311821662, -0.00105651096, -0.00102255167, -0.0178248491, 0.00294502429, 0.00938785449, 0.0229413807, 0.0215075444, 0.00494296197, -0.00503352, -0.0204057544, -0.013802561, -0.0293106325, 0.00570893241, -0.0146024907, -0.022171637, 0.0127988756, 0.0294464696, 0.00145647582, -0.0254921, 0.00341668096, 0.00332800951, 0.0177795701, -0.0175833609, -0.0338687226, -0.0167381521, -0.0296879578, -0.00197152491, 0.0217188466, -0.00169041753, -0.00205453648, 0.0351063497, -0.0558743365, -0.00240733568, 0.0425019264, -0.000319783227, 0.0062447344, 0.0247978214, 0.00616926933, 0.00776535552, 0.00923692435, 0.0259599835, -0.0421698801, -0.0179305, -0.0011942347, 0.000400908175, 0.00438452046, -0.00406002067, -0.0211000331, -0.0337781645, 0.0112971207, -0.0112442952, -0.0365854651, -0.0024375217, 0.00335253566, 0.0380042084, 0.00607493799, 0.0119310273, -0.00652395515, 0.0327518396, -0.00380155281, -0.0162853617, 0.00294879754, 0.0137950145, 0.0293710046, -0.0249034725, -0.0102179702, -0.0110103535, 0.0255675651, -0.024284659, -0.00904071517, 0.00878413394, 0.00846718065, -0.0323594213, 0.00279598078, -0.0152363973, 0.00241676881, -0.0336876065, 0.00427886937, 0.00924447086, -0.00855773874, 0.0142704444, -0.0152439438, -0.0107839582, 0.0105198305, -0.00479957834, -0.00139421714, 0.00256392569, -0.00932748243, 0.018760616, -0.0514369905, -0.00584854279, 0.0169494543, -0.00404870091, 0.0220207069, 0.0249940306, 0.0259147044, 0.00819550641, 0.0246921703, -0.0147232348, -0.000787195, -0.0515577346, -0.0213717073, -0.0147232348, -0.0136591773, 0.00395059632, -0.0105726561, 0.000369543, -0.00294125103, 0.0107311327, 0.0303671435, 0.0211905912, 0.00152533769, 0.0122328876, 0.0188813601, -0.000288182229, -0.0165117569, -0.0147987, 0.0124517363, -0.0444036461, -0.00925956387, -0.000110544534, 0.00156495685, -0.0183078256, 0.00836153, -0.0262920298, 0.000730596192, 0.0304577015, 0.0217641257, 0.00195454527, -0.0280730054, -0.022156544, -0.0294464696, 0.00346762, 0.0076295184, 0.00223753927, -0.0562063828, 0.00306765502, 0.000963122933, -0.0186096858, 0.0369175114, 0.0411133692, -0.0163155477, 0.00143572292, 0.0344120711, -0.0117951902, 0.00614663, -0.0245412402, -0.00712012919, 0.0164664779, -0.000339356979, 0.00362232327, 0.00720314076, 0.00787100662, -0.00765593117, -0.00661828648, -0.0567497313, -0.00185172411, -0.00879168, -0.00495050848, 0.0341705829, 0.0350459777, 0.00687486771, -0.0198171269, -0.00735029764, -0.00838416908, -0.028782377, -0.000220735325, 0.00461468892, 0.0194096155, -0.0132592125, 0.0327216536, 0.0159382224, 0.0217490327, 0.0235903803, -0.00560328132, -0.00149420835, 0.0119385738, 0.000415057875, -0.00177059916, -0.00230734446, 0.0224734973, 0.0135157937, 0.00325820432, 0.0146628628, 0.00815022737, 0.0203302894, 0.0312123522, 0.00948595908, 0.022096172, -0.00752764056, 0.0142704444, -0.0156514551, 0.0157118272, -0.0322084911, -0.0167381521, -0.0206925217, 0.016587222, 0.00381098595, -0.00434301468, -0.0236960314, -0.0159231294, -0.00438829372, 0.0152062112, 0.0386079289, -0.000392418355, -0.0149722695, 0.0018507808, -0.00937276147, 0.00628624, -0.0412643, -0.0292955395, 0.0087388549, 0.00204699, -0.00904826168, 0.0100896796, 0.021054754, -0.0256732162, 0.00931993593, 0.0245261472, 0.016647594, 0.00367892208, -0.0108518768, 0.013832747, 0.022141451, 0.0124517363, -0.00204321672, -0.0306086317, 0.025461914, -0.0385475568, 0.00999157503, 0.0252657048, 0.0120442249, 0.0139685841, 0.0185342208, 0.00612776354, 0.00256392569, -0.0266240761, 0.00246016122, 0.0164815709, -0.0174777098, 0.0359213725, 0.0258845184, -0.0152213043, -0.0419283919, -0.0132063869, 0.0195907317, 0.0318160728, -0.000620228529, 0.00279409415, -0.0184285697, 0.0200586151, -0.0197869409, -0.0030450155, 0.00157061673, 0.041988764, 0.0288729351, 0.0212358702, -0.022156544, -0.00441470649, -0.000832002377, 0.0286767259, -0.0302765854, 0.00991611, 0.0426830426, 0.0232885201, -0.033234816, 0.00559950806, 0.00549385697, -0.0290389583, -0.012195155, 0.0239526127, 0.00914636627, 0.0368873253, -0.032057561, -0.0233187061, -0.0138402935, -0.0223980322, 0.0244355891, -0.0228357296, -0.0214924514, 0.00121876085, 0.0094029475, -0.00218660035, -0.0152967693, -0.0117046321, -0.0174928028, 0.0098481914, 0.0383664407, -0.00740312319, -0.0236507524, -0.00814268086, 0.0319368169, -0.00692392, -0.00954633113, -0.0201491732, 0.0031223672, 0.000202812371, 0.0120819574, 0.00695033278, 0.00722955354, -0.0130026313, -0.0201189872, 0.0123234456, 0.0134856077, 0.0155458041, 0.0016036327, -0.0196209177, 0.0113876788, -0.039875742, 0.0153194088, -0.0203604754, -0.00910863373, 0.00191303948, 0.0263825879, -0.0201189872, 0.0100368541, -0.0115235159, -0.00944068, 0.0103689, 0.0286012609, 0.00741444295, -0.0254921, -0.00252996641, -0.0245563332, 0.00912372675, -0.00110744988, 0.0225791484, -0.00609757751, 0.0348648615, 0.0163759198, 0.00158759637, -0.036464721, 0.0228206366, -0.0233187061, -0.0272881687, -0.0171154775, 0.00679562939, 0.0509540141, 0.043135833, 0.0160287805, 0.0275145639, 0.0180663373, 0.00176776922, 0.0292653535, -0.0119913993, 0.0387890451, -0.00496937474, 0.00638057152, 0.00216962071, -0.00238469616, -0.011629167, -0.000662206, -0.00186587381, 0.00233375723, -0.0119310273, 0.0147307813, -0.011568795, 0.00130837562, -0.0173267797, -0.0296275858, -0.0457318313, 0.000758423936, -0.0484485738, 0.0237262174, -0.0133799566, -0.00651263539, -0.0165117569, 0.00414303225, -0.019862406, 0.00161683909, 0.0206472427, -0.016557036, -0.00111122313, 0.00203378359, -4.79026312e-05, 0.0166928731, -0.00913127325, -0.00634661224, -0.00198095804, -0.00462600868, -0.0136063518, 0.0201793592, 0.00959915668, -0.0159080364, -0.0225338694, -0.0228961017, -0.00672771083, -0.0268202852, 0.0122479806, 0.026578797, -0.0240129847, -0.006357932, 0.0013140355, -0.0117121786, 0.00978781935, -0.00197529816, 0.0136214448, 0.00998402853, -0.0175229888, -0.0122253411, -0.00672393758, 0.00219414686, 0.0106783072, 0.0307293758, -0.00975008681, 0.00673525734, 0.0361326747, -0.0225187764, -0.022171637, -0.00116499199, -0.0147987, -0.00355629134, -0.0189417321, -0.00206019636, 0.0127837826, -0.0095161451, 0.00983309839, -0.0173871517, 0.00539952563, 0.00177720236, 0.0825889707, -0.016632501, -0.013802561, -0.0183229186, 0.00417321827, -0.0367967673, 0.00116687862, 0.0139534911, 0.0430452749, -0.00854264572, 0.0193794295, -0.038457, -0.0154024204, -0.00627869368, -0.00836907607, 0.0130780963, 0.00962934271, 0.0162702687, 0.017689012, -0.0290691443, -0.00460714241, 0.00338649494, -0.00858792476, -0.0134403287, 0.00818796, -0.0140817817, -0.0188662671, -0.0164211988, -0.00354308495, -0.000335583725, 0.0172965936, -0.00227715843, 0.0131007358, 0.0132441195, 0.0157420132, 0.0382456966, -0.00515049091, -0.00135082472, -0.0150930136, 0.00409398, 0.00621832162, -0.0137572819, 0.0119385738, 0.00677676313, -0.0110103535, -0.00373929413, -0.00547121745, -0.00668243179, -0.0234394502, 0.00775026251, 0.00191303948, -0.0235300083, 0.00877658743, -0.0191379413, -0.0183229186, 0.0113273067, 0.00802193675, -0.00808230881, 0.0197416618, -0.0266844481, -0.0356195122, 0.00981800538, 0.00616549607, -0.0168136172, 0.0113424, 0.00606739148, -0.00299784984, -0.0062447344, -0.0337177925, 0.0179455932, 0.00823323894, -0.00396568934, 0.00117631175, 0.0167985242, -0.0337479785, 0.00169607741, -0.0427132286, 0.0100519471, 0.0168136172, -0.00544480467, -0.00897279661, -0.011583888, -0.0161948036, 0.010497191, -0.0157420132, 0.0131988404, -0.00358459074, -0.0267901, 0.00207151612, -0.0140666887, 0.00435056118, -0.00790873915, -0.0113122137, -0.00155552372, 0.00477316556, 0.00142817642, -0.00842190161, 0.00810494833, -0.00875394791, 0.00495050848, 0.0273485407, 0.00554668251, 0.00781818107, 0.0397248119, -0.010557563, -0.00598438, 0.0021337748, 0.0254921, 0.00910863373, 0.0268806573, 0.0172664076, -0.0192285, -0.0137572819, 0.0128290616, -0.0246167053, 0.00280541391, -0.00781818107, 0.00455431687, 0.0163608268, 0.0323292352, -0.0131158289, 0.00622964138, 0.00364873605, 0.00666356552, 0.0311821662, -0.0136516308, -0.0041468055, 0.0212358702, 0.0216131955, 0.0222923812, 0.0081804134, 0.023243241, -0.0247676354, 0.0039845556, -0.0139233051, 0.0198171269, 0.00174607302, 0.00538443262, 0.0259599835, 0.0235300083, -0.0162853617, 0.0178550351, -0.017704105, 0.00975763332, 0.0146175837, 0.000135719209, -0.0008088912, -0.00186776044, 0.0177795701, -0.0109575279, 0.0118555622, -0.0155608971, -0.000346903485, 0.0228659157, 0.022141451, -0.0185342208, 0.0181568954, 0.0101274122, 0.00636925176, -0.00878413394, 0.00455054361, 0.0168287102, 0.0158627573, 0.0215981025, 0.00452035759, -0.0068031759, -0.00576930447, -0.0247072633, -0.0108896093, -0.00947841257, 0.0253109839, -0.0216282886, 0.0128743406, 0.010467005, 0.0396040678, -0.0139233051, 0.0130630033, 0.002628071, 0.0345328152, -0.00573911844, -0.0197265688, -0.00456563663, 0.0196661968, 0.0172965936, -0.00543725817, -0.0039770091, -0.0208736379, -0.0167230591, -0.00104330457, 0.00242808857, -0.0206925217, -0.00078578, 0.0174626168, 0.015485432, 0.0148666184, -0.0110028069, -0.029869074, -0.00778044853, 0.00452035759, 0.000437697396, -0.0256883092, 0.00423736358, 0.000649471243, 0.0281182844, 0.00824078545, -0.0209189169, -0.0362534188, -0.0042034043, 0.0218697768, -0.00838416908, 0.00281107379, 0.00954633113, -0.0103009818, -0.0179154072, 0.0273334477, -0.0113424, 0.00693901302, 0.00593532762, 0.0216886606, -0.00136686105, -0.00691260025, 0.0154099669, -0.0360119306, -0.00351289893, -0.0109197954, 0.0160438735, 0.00802193675, -0.00725596631, 0.0170249194, -0.0107764117, -0.0230621248, 0.032027375, 0.0417170897, 0.00510898512, 0.0153571414, 0.00916900579, 0.0324499793, -0.0174475238, -0.027650401, -0.00107537722, 0.019922778, 0.0107160397, 0.0135007007, 0.00288087898, 0.00353176519, 9.07202138e-06, -0.00218660035, -0.0165117569, -0.000962651276, 0.0146100372, -0.0181568954, -0.0203302894, 0.0124517363, -0.0197567549, 0.0072371, 0.0124970153, 0.00416189851, 0.00235639676, 0.00420717755, -0.0367967673, -0.00583722303, -0.0083011575, -0.00180078519, -0.0339290947, -0.0105952956, 0.00858792476, 0.00416944502, 0.000279456581, 0.00960670318, -0.0177644771, -0.0107084932, 0.0281635635, 0.0228508227, 0.00467128772, 0.00819550641, -0.000132063869, 0.0440414138, -0.00204321672, 0.00636925176, -0.0104066329, -0.00287144585, 0.0157722, 0.0122706201, -0.00240544905, 0.00151967781, 0.00347516639, -0.00573157193, 0.0190473832, -0.00681449566, 0.0124290967, 0.00599947292, 0.00612776354, 0.0285408888, 0.0175078958, 0.0124819223, 0.0129573522, 0.0212811492, -0.00170079398, -0.0164966639, -0.00870866887, 0.0027054227, -0.0218848698, 0.00507879909, 0.016617408, -0.00457695639, 0.0128215151, 0.016647594, 0.00563346734, -0.00123479718, -0.00303935562, -0.0193492435, -0.0293106325, -0.0103613539, -0.0322688632, -0.0270617735, 0.00124706025, 0.0171909425, -0.0224734973, -0.0107160397, -0.028782377, -0.0343818851, -0.0200737081, -0.0135686193, 0.0104292724, -6.04310117e-05, -0.0396644399, -0.000753235712, 0.0106556676, 0.00149892492, -0.0100444006, -0.00903316867, -0.00615794957, -0.0158929434, 0.0303671435, -0.00190832291, -0.00108858361, -0.00556554878, -0.0263373088, -0.0113725858, 0.0123234456, -0.00616926933, 0.0124290967, -0.00123951375, -0.00856528524, -0.0143459095, -0.0284352377, -0.0279069822, 0.0261561926, -0.0256128442, -0.0236356594, -0.0120668644, -0.0103462609, 0.00687109446, -0.00298087019, -0.00812004134, 0.00893506408, 0.0219301488, 0.0275447499, -0.0095085986, 0.025477007, 0.0135157937, 0.00177059916, 0.00233941711, -0.0227149855, 0.0147911534, 0.012776236, 0.0134176891, -0.00467128772, 0.00516558392, 0.0468789, -0.0164513849, -0.00618436234, 0.00321858516, -0.00574289169, 0.0196058247, 0.0235903803, -0.00477316556, -0.0212207772, 0.0100519471, 0.00276013487, -0.0137421889, -0.011093365, -0.024375217, 0.00949350558, 0.006640926, -0.00848227367, 0.0090709012, 0.0108745163, -0.00912372675, -0.0130479103, 0.0557234064, 0.00432037516, 0.0367363952, -0.00601456594, -0.0319066308, 0.0196963828, -0.0341102108, 0.00599192642, -0.0349856056, 0.00284880633, 0.0358911864, 0.0230168458, -0.0173871517, -0.00576930447, 0.0295068417, 0.00598815316, 0.0111235511, -0.0097349938, 0.00810494833, -0.00551272323, 0.00445621228, 0.0130780963, -0.0218094047, -0.00645226333, -0.0208887309, 0.0164211988, 0.00253373967, 0.0191983134, 0.00567874638, -0.017658826, -0.00442602625, -0.00102726824, 0.00974254, -0.0103085283, 0.0178701282, -0.0166626871, 0.0393625796, -0.0233488921, -0.00544857793, 0.0105952956, 0.0018083317, -0.00882186648, -0.00994629599, -0.00246204785, 0.00212811492, 0.00967462175, -0.0112971207, 0.0211000331, 0.015515618, 0.000921145489, 0.00594664738, 0.0141044213, 0.00809740182, -0.00722955354, 0.00777290203, -0.00576553121, 0.0153420484, 0.0218697768, -0.00322613167, 0.00461846218, -0.013312038, 0.000779176829, -0.00870112237, 0.0184285697, 0.00980291236, -0.00915391278, 0.000766442099, -0.0281182844, 0.0195756387, 0.00129328261, -0.0131460149, -0.0201793592, 0.000746632519, -0.00636170525, 0.00330537, 0.00965198223, 0.0139082121, -0.016587222, -0.000574477832, 0.00317330612, 0.00401851488, -0.0256128442, -0.00609380426, -0.0159382224, 0.00108575367, -0.00469015399, 0.000474958273, 0.00724464655, -0.00965198223, -0.00201114407, -0.00802948326, -0.00639943779, -0.00691260025, 0.0208132658, 0.0150175486, 0.0278164241, -0.000981045887, 0.0274240058, 0.0117574576, 0.0146553162, 0.0164362919, -0.00817286689, 0.0115084229, 0.0228659157, 0.00470902026, 0.00965198223, 0.0113574928, 0.0206623357, -0.0169645473, -0.0128592476, 0.00294691091, -0.0084068086, -0.0164061058, -0.00784082059, 0.0154175134, 0.0161495246, -0.0140591422, 0.0202397313, 0.0167079661, 0.00703334436, 0.0123008061, -0.00992365647, 0.00324688456, 0.0158627573, 0.00639566453, 0.000778233516, -0.0223678462, -0.00710126292, 0.00417699153, 0.00810494833, 0.019862406, 0.00673903059, 0.00489768293, -0.0348950475, 0.00642962381, 0.0167079661, 0.00386192487, 0.00978027284, 0.0224734973, -0.0164513849, 0.014904351, 0.0103613539, -0.00977272633, -0.00048957963, -0.0132441195, -0.0113499463, -0.00362986978, -0.0174928028, 0.0128139686, 0.0222471021, -0.00833889, 0.0202397313, -0.0186398719, -0.0196209177, -0.00747481501, 0.00278466102, -0.0115763415, -0.0171154775, 0.0244808681, -0.012670585, -0.00612399029, -0.0161948036, -0.02989926, 0.0197718479, 0.0143232699, 0.0176135469, 0.00677299, -0.0115310624, -0.0147609673, 0.00712390244, -0.0113499463, -0.0147458743, 0.00959915668, 0.00656546094, 0.00960670318, 0.0129724452, 0.00818796, -0.00800684374, 0.00936521497, 0.0128139686, -0.00885959901, 0.0263373088, 0.00456186337, 0.00612021703, 0.012195155, 0.0226998925, -0.0123385387, 0.0020205772, -0.0195605457, -0.0227602646, -0.0065843272, -0.0129799917, 0.012670585, 0.0046977005, 0.00618058909, 0.00994629599, -0.0146855023, 0.0134327821, -0.0212660562, 0.00063013332, 0.0101274122, 0.0197718479, -0.0153722344, 0.0039845556, -0.0284654237, -0.016632501, -0.0250845887, 0.0127837826, -0.00924447086, -0.00113952253, -0.00507879909, -0.0139383981, 0.00141497, -0.0124290967, -0.0102707958, -0.0304275155, -0.00588627532, -0.000867376628, -0.024345031, -0.00861056428, 0.00913882, -0.0484183878, -5.3326683e-05, -0.00861811079, 0.0369778834, -0.0196963828, -0.00975763332, -0.00273749535, 0.0143911885, -0.00901807565, 0.00173003669, -0.00960670318, 0.00115555886, -0.00682581542, 0.0152816763, 0.00835398305, 0.00549763, -0.00961425, -0.000129469758, 0.0138553865, 0.0155910831, 0.0147081418, -0.0215679165, 0.00717295473, 0.000738142699, -5.37983396e-05, -0.0466676, -0.0208283588, -0.00267146342, -0.0017517329, 0.00960670318, -0.0129422592, -0.00549008371, -0.0128064221, -0.00318273925, 0.00299784984, -0.0281333774, -0.00476561906, -0.00808985531, -0.00655414118, -0.00905580819, 0.0169947334, 0.00456941, 0.004422253, 0.0115008764, 0.00588250207, 0.0196511038, -0.0100821331, 0.00432037516, -0.012164969, 0.0266995411, -0.00513539789, -0.0133724101, 0.0159080364, -0.00097915926, -0.0129799917, -0.00296200393, -0.000497126137, -0.00477316556, 0.0106103886, 0.0107537722, 0.00041293542, -0.0154250599, -0.0226697065, 0.00577307772, -6.86260464e-05, 0.0129271662, 0.00935012195, -0.0151382927, -0.0123008061, -0.0148968045, -0.0198473129, 0.00665601902, -0.00812758785, 0.0140817817, -0.00650131563, 0.0160287805, -0.0115763415, -0.00369778834, 0.0102330633, -0.0249185655, -0.00740689645, -0.00225074566, -0.0098481914, 0.0182474535, -0.0196058247, -0.0324197933, 0.0237714965, 0.0144591071, -0.00386192487, 0.00472034, -0.00142911973, -0.00138101075, 0.00653150165, 0.00134893809, 0.0124366432, -0.0086332038, -0.0215830095, 0.0316349566, -0.00012274865, 0.00297898357, -0.00604097871, -0.00519577, -0.0134478752, -0.00739935, -0.00461846218, -0.0161797106, 0.0153948739, 0.0144213745, -0.0110179, 0.00344309374, -0.000557969848, -0.00366005581, 0.0010244383, -0.00371665461, -0.00916145928, -0.00311104744, -0.0278315172, 0.0019073796, -0.00486372365, 0.00483731087, 0.0371288136, 0.00716540823, -0.00592400786, -1.5549931e-05, -0.00452790409, -0.00360534363, 0.0165268499, -0.0157571062, 0.00390154403, 0.0125800269, 0.00495805498, 0.00648244936, 0.00767857069, -0.00753518706, -0.00683713518, 0.0191832203, -0.0026563704, -0.0153797809, 0.00941804051, -0.00397323584, 0.0137195494, 0.0178248491, -0.00462223543, 0.00822569244, 0.0104066329, 0.00830870401, 0.0189115461, 0.0197718479, -0.00520708971, 0.0227300785, -0.00353176519, -0.0059692869, -0.00064286805, -0.0049240957, -0.00642585056, -0.00872376189, 0.012685678, -0.00931993593, -0.0120140389, -0.00972744729, -0.00715786172, 0.0285559818, 0.00660319347, 0.0215830095, -0.000147982282, 0.0136818169, 0.0158627573, -0.00776535552, 0.00813513435, 0.0134252356, -0.027635308, 0.00173475326, 0.0100594936, 0.00677299, -0.00733897788, 0.00867093634, 0.00633529248, 0.013832747, -0.0313029103, 0.00675789686, 0.0489315502, 0.0207378, -0.013281852, 0.00816532, 0.0054749907, -0.0125724804, 0.0183832906, 0.000939068443, 0.0148968045, 0.0115084229, -0.00695410604, -0.0129875382, -0.0223074742, -5.26486765e-05, -0.00728992559, 0.0102557028, -0.0070295711, 0.00320915203, -0.00617681583, 0.0224282183, 0.00477693882, -0.0105047375, -0.00252996641, -0.0187304299, -0.00589382183, 0.00156684348, -0.0160589665, 0.0128592476, -0.0293408185, 0.00744840223, -0.00607871125, -0.0103311678, -0.00242242869, 0.0222169161, 0.0185493138, -0.0164664779, -0.0106783072, -0.0173116866, 0.00366948894, -0.0260354485, -0.016541943, -0.008293611, -0.0228357296, 0.00195265864, -0.015440153, 0.000620228529, 0.0258392394, -0.00557686854, 0.0183229186, 0.00385437836, 0.0144817466, 0.0424415544, -0.0183832906, -0.0108518768, -0.00313934684, -0.000517879031, -0.0160136875, -0.000993309, -0.00720314076, 0.000799458066, 0.00439584, -0.00720314076, 0.00579949049, 0.0142704444, 0.0102406098, -0.0189568251, -0.0222471021, -0.014964723, -0.00469015399, -0.00185549736, -0.000217905384, 0.00586740905, 0.00723332679, 0.00515049091, 0.0157269202, -0.00583722303, 0.0122328876, -0.0101500517, -0.00589004857, -0.00856528524, -0.00713144895, -0.00149137841, 0.0148213394, 0.00257524545, -0.0051995432, -0.00670884456, -0.0150552811, -0.0134252356, -0.00422227057, 0.0107009467, -0.0247223563, 0.00772762299, -0.00473920628, -0.01164426, -0.0112442952, 0.00634661224, 0.0170701984, 0.003178966, -0.0138855726, -0.00460336916, 0.0305180736, -0.00626737392, -0.000275447499, 0.00947086606, 0.00786346, 0.0244204961, 0.0138704795, -0.0113499463, 0.00321292528, -0.0201944523, 0.0350459777, -0.00489768293, 0.0129498057, -0.00913882, 0.0086332038, -0.00440716, 0.0142251654, 0.00858037826, 0.0291898884, -0.008844506, 0.0261712857, 0.0212509632, 0.00585231604, -0.018851174, -0.0190021042, 0.00438829372, 0.00804457627, 0.00362043665, -0.0233338, 0.0151081067, 0.0238016825, -0.0056712, -0.00946332, 0.00625605416, 0.0167230591, 0.00745594874, -0.000305869355, 0.0116895391, 0.00429018913, -0.0088520525, 0.00797665771, -0.00952369161, 0.0222772881, -0.00129233929, -0.0120819574, -0.00903316867, 0.00870866887, 0.0139006656, 0.00830870401, -0.0119083878, -0.0249336585, -0.0183983836, 0.00869357586, -0.00745217549, -0.0226244275, -0.00623341464, 0.000845680421, -0.0312123522, -0.0144062815, -0.000340771949, 0.0085200062, -0.00682204217, 0.0106783072, 0.0103839934, -0.0105877491, 0.0140365027, 0.0160438735, -0.00169796403, 0.00920673832, -0.00266580353, 0.0062522809, 0.0109726209, 0.0111461906, 0.0233488921, -0.00502220029, 0.00579194399, 0.00111027982, -0.0215981025, -0.00762574514, -0.00432792166, 0.0139082121, 0.00598060666, -0.00748990802, 0.0188813601, 0.00575798471, -0.00302426261, -0.00534292683, 0.0211302191, -0.0023809229, -0.0035959105, 0.0145421186, -0.0285107028, 0.00306388177, 0.017704105, -0.00987837743, -0.015515618, 0.0134554217, 0.00791628566, 0.00201491732, -0.00987083092, 0.0113801323, 0.0086256573, -0.0239827987, -0.0100972261, -0.00824078545, 0.0256883092, -0.00592400786, -0.0130479103, 0.00892751757, 0.00550140347, 0.00916900579, -0.0179606862, 0.014904351, 0.00247525424, -0.00468638074, -0.0224282183, 0.0222923812, -0.00435433444, -0.00322801829, -0.00242054206, -0.017673919, -0.00754650682, -0.00282994, 0.00836907607, -0.010527377, -0.0121725155, -0.00602965895, 0.0390003473, -0.00232998398, 0.0136440843, -0.000117324598, 0.0152665833, 0.0234545432, -0.0126253059, -0.00371665461, -0.00144892931, 0.0177795701, 0.0168588962, -0.0222169161, 0.0173267797, 0.0353176519, 0.0259901695, 0.00344498036, -0.00495805498, 0.0078861, 0.0134101426, 0.0255977511, 0.000200689916, 0.0270919595, 0.00175833609, -0.00229979795, -0.00208283588, -0.012715864, -0.00562214758, -0.0129724452, -0.00740689645, -0.0347441174, -0.0105349235, 0.0184738487, -0.00728615234, -0.000865961658, -0.0201038942, -0.019952964, -0.0139233051, 0.00981045887, 0.00522595597, -0.00822569244, 0.0192435924, 0.00309218117, -0.022096172, -0.00978781935, -0.0185191277, 0.0123008061, 0.00171022711, -0.00394305, -0.0188662671, -0.024299752, -0.0257788673, -0.00442602625, 0.00396191608, 0.0352572799, -0.0180512443, 0.00196020515, -0.0136969099, 0.0323896073, 0.00598438, -0.000815494393, 0.016632501, 0.0113197602, 0.00775026251, 0.00808985531, 0.0195605457, 0.00568251964, -0.00383739872, -0.0179305, 0.0181568954, -0.00436188094, 0.0196812898, 0.00804457627, -0.000674940704, -0.0017026806, 0.0187455229, -0.0161948036, -0.0112669347, -0.026518425, 0.00186587381, -0.0114555974, 0.0205264986, 0.00419208454, -0.0137421889, 0.00594664738, 0.00557686854, -0.00169041753, 0.012776236, -0.0152892228, -0.0123008061, -0.00367137557, 0.00777290203, 0.0161948036, 0.00594664738, -0.00523350248, -0.0201944523, 0.00931238942, 0.0114027718, 0.0101877842, 0.00902562216, -0.0189568251, -0.0170551054, 0.00791628566, 0.00891997106, 0.00235828338, -0.0049806945, -0.0211000331, 0.0185644068, 0.00717295473, -0.0135233402, -0.00310916081, 0.00873130839, 0.0203001034, -0.0264731459, -0.00131592213, -0.0186700579, 0.0306388177, -0.00360534363, -0.0321481191, -0.0105726561, -0.00813513435, 0.000728709565, -0.029823795, -0.0134554217, 0.0196661968, 0.00570515916, 0.0100444006, -0.00050089939, -0.0141044213, -0.00871621538, 0.0196963828, 0.00527878152, -0.00131780875, 0.0066899783, 0.0223527532, -0.00944068, -0.0138402935, 0.00209415564, -0.0113650393, 0.00269976282, 0.0067465771, -0.0194398016, 0.0147685139, -0.0102783423, -0.0233036131, 0.00386003824, 0.00395814283, 0.00174229976, 0.00928975, 0.0235903803, -0.0013564846, 0.00543725817, -2.12392897e-05, -0.0174626168, 0.0224433113, 0.00130931893, 0.0341403969, -0.00225074566, -0.00931238942, 0.0153420484, 0.00257524545, 0.00466751447, 0.00570893241, -0.0018790802, 0.00731633836, -0.0143308165, 0.000121097852, 0.00154420396, -0.0179908723, 0.00983309839, -0.00725219306, 0.000760782219, 0.0042034043, 0.0183078256, 0.00418076478, -0.0106405746, -0.00078908162, -0.00338272168, -0.0151005602, -0.0062522809, -0.0015121313, -0.0145119326, -0.0160136875, 0.0110707255, -0.00523727573, -0.00590891484, 0.00887469202, 0.0175229888, 0.0070295711, 0.00608625775, -0.0228810087, 0.0120819574, -0.029823795, -0.0172815, -0.00271485583, -0.00920673832, 0.0322990492, 0.0115310624, -0.0169947334, 0.00766347768, -0.00740312319, 0.00490900269, -0.000512219151, 0.0182323605, -0.0185644068, 0.00468260748, -0.00488636317, 0.0100142146, 0.00082587084, 0.0164513849, -0.0239073336, 0.00141025346, 0.0225036833, -0.0235601943, -0.00246204785, 0.00847472716, -0.0108518768, 0.0107990513, 0.00936521497, 0.00402228814, 0.00720691402, 0.0141044213, -0.015440153, -0.0246317983, -0.0140214097, -0.000908882415, 0.0136667239, 0.0153495949, -0.00781063456, 0.0139233051, -0.00958406366, 0.0162098967, 0.00460714241, 0.0208585449, -0.00798420422, 0.0181116164, -0.00769743696, 0.0103311678, 0.00392041029, 0.0009678395, 0.0162249897, 0.0130780963, 0.00883695949, -0.00767857069, 0.011614074, 0.011063179, 0.00543725817, 0.0190171972, 0.00278466102, 0.0119612133, -0.0157722, 0.0170551054, -0.00622209487, 0.00692014676, -0.00495805498, 0.0104217259, -0.0250996817, 0.0259901695, -0.00221867301, -0.0275749359, 0.00399587536, 0.00948595908, -0.0202850103, -0.00468260748, 0.0115763415, -0.00344875362, -0.0168588962, 0.0167230591, -0.0255826581, 0.00132441195, 0.0124517363, 0.0190322902, 0.0179757793, 0.0094029475, 0.0171456635, 0.0269863084, 0.00398078235, 0.019937871, -0.0216735676, 0.00298464345, -0.000544763461, -0.0351365358, 0.0159835014, -0.00323367817, 0.0113876788, -0.00239790254, -0.00412039272, 0.00867093634, 5.6864108e-05, -0.013266759, -0.00668620504, -0.034291327, -0.0113122137, 0.0222471021, -0.0108669698, 0.0258543324, 0.0131460149, -0.00435433444, -0.0280277263, 0.0261109136, 0.0125724804, 0.0163155477, -0.0167985242, 0.00192530255, 0.00800684374, -0.0116065275, 0.00754273357, 0.0139836771, -0.00687486771, 2.00011909e-05, 0.00050797424, -0.00536556635, -0.000610323739, -0.0219301488, -0.00547876395, 0.00802948326, -0.0201944523, -0.0214622654, 0.0035959105, 0.0118329227, 0.00670129806, -0.00154043071, 9.04401677e-05, -0.00207340275, -0.00825587846, 0.0101274122, -0.0172815, 0.0182021745, 0.00510521187, -0.00682581542, -0.0185040347, 0.0269561224, 0.0206321497, 0.00559950806, 0.00511275837, 0.0225338694, -0.00278843427, -0.00226961193, 0.000751820742, 0.0075238673, -0.00302048936, 0.013251666, 0.0081804134, -0.00264505064, 0.00688618748, 0.00358270411, 0.00185738399, 0.0135384332, -0.0107839582, 0.0148666184, -0.00526746176, -0.00256392569, 0.0171909425, 0.0118555622, 0.00460336916, -0.0246770773, 0.0192586854, -0.0118782017, 0.0186851509, -0.0152288508, 0.00412793923, 0.00314689334, -0.0134252356, -0.0107311327, 0.0128441546, 0.0181870814, 0.00565233361, 0.00267146342, 0.00933502894, 0.0153948739, 0.0222169161, -0.00695033278, -0.00229979795, -0.0133648636, -0.0706956759, -0.00925956387, 0.000260354485, 0.0122177945, 0.000417887815, 2.73266087e-05, 0.0115159694, -0.0158023853, 0.0113650393, -0.00164985505, -0.00196586503, -0.0147383278, 0.0194096155, 0.00725219306, 0.00491654919, 0.012776236, -0.00547876395, -0.00182059477, 0.0063654785, 0.0124819223, -0.00290163187, 0.0128592476, -0.00994629599, -0.0115310624, -0.00272994884, -0.00111027982, -0.00887469202, -0.0143911885, 0.000354685821, -0.012180062, -0.00357327098, 0.00449771807, -0.0130554568, 0.00213754806, 0.00947841257, -0.00753518706, 0.00306954165, -0.0169041753, -0.00328084384, 0.0046411017, 0.00874640141, 0.00623718789, 0.0100217611, -0.0180814303, -0.0118027367, 0.000171093459, -0.00455809, 0.0124743758, -0.00349780591, 0.0204661265, -0.0201491732, -0.00811249483, -0.00767102418, -0.00634283898, 0.0228055436, -0.00842944812, -0.0109499814, -0.00816532, 0.0284654237, -0.00661074, 0.00434301468, 0.00867848285, 0.00185361074, -0.00901807565, 0.00524482224, 0.0146628628, -0.00249978038, -0.00665979227, -0.00484108413, 0.0415359735, -0.0245412402, -0.0224433113, 0.00868602935, 0.0136063518, -0.0107613187, 0.000345252687, -0.00609757751, 0.00544103142, -0.0203001034, 0.0407813229, 0.0148137929, -0.0111914696, 0.0215226375, 0.0142628979, 0.00564856036, -0.0068597747, -0.0286012609, -0.00418453803, 0.016647594, -0.00800684374, 0.00107537722, 0.0146175837, 0.00592778111, -0.00661074, 0.00833889, 0.00732765812, -0.00886714552, -0.0156816412, 0.021009475, -0.00486372365, -0.00412416598, -0.00871621538, 0.0346233733, 0.0063088797, 0.0313029103, -0.0204057544, 0.022111265, -0.0118555622, 0.0171758495, 0.0181568954, 0.002486574, -0.00219980674, 0.00488636317, -0.00510143861, 0.0144515606, -0.00765970442, 0.000981045887, -0.00582967652, -0.00633151922, -0.0302916784, -0.0200435221, -0.0226848, 0.0059126881, -0.0350761637, 0.0335970484, -0.0117800971, -0.00266203028, -0.00896525, -0.00131875207, -0.0150024556, 0.00146779558, 0.00245072809, -0.0118782017, 0.00910863373, -0.00760687888, -0.00679940265, 0.00958406366, -4.44536417e-05, -0.00110556325, 0.000751820742, 0.00808230881, -0.00718050124, 0.0299294461, 0.00651263539, -0.00959915668, -0.00996138901, 0.00751254754, 0.00259788497, 0.00480335159, -0.0159382224, -0.00223376602, -0.0139685841, 0.00996893551, 0.00124800357, -0.00739557669, -0.00167626783, 0.0106405746, -0.00311482069, -0.00423359033, -0.00494296197, 0.0167381521, -0.0121574225, -0.00669375155, -0.0164061058, 0.00285635283, 0.0100972261, -0.00856528524, 0.0123913642, 0.0118631087, 0.00616549607, 0.0149269905, 0.0313632824, -0.0160740595, -0.00425623, 0.00377514, -0.0219301488, 0.00686354795, -0.00715786172, 0.0232885201, 0.00888223853, 0.011614074, 0.015440153, 0.00784836709, -0.00191869936, -0.0159533154, -0.0230319388, -0.0030657684, 0.00736916391, -0.00693524, 0.0102481563, 0.0164362919, 0.0329631418, 0.00449394481, -0.00180455844, 0.00851246, -0.0121574225, -0.000716446491, 0.00243374845, 0.00903316867, 0.00179323868, 0.00961425, -0.00204133, 0.0200737081, -0.00404492766, 0.00816532, -0.0169645473, 0.0100896796, -0.00124045706, -0.0273032617, -0.0136365378, 0.00598060666, 0.00234885025, -8.00637208e-05, 0.00799929723, -0.0147987, 0.0143232699, -0.0204359405, 0.0238620546, 0.00885959901, -0.0168890823, 0.0281635635, 0.0172815, -0.00227715843, -0.0123309921, 0.00493918872, -0.0141874328, 0.0168890823, 0.0270315874, -0.00516558392, -0.00824078545, -0.00234130374, -0.00977272633, 0.0195756387, -0.00672016433, 0.00890487805, -0.0079615647, 0.0147685139, 0.0113952253, -0.0019922778, 0.00427509611, 0.00568251964, -0.00332989614, -0.0170551054, -0.0109424349, 0.00793137867, 0.0187002439, -0.0191681273, -0.00466374122, -0.0162400827, 0.00525991526, 0.00295823067, -0.0223980322, -0.0100142146, 0.00252807979, -0.000472128333, -0.00346950651, -0.0225187764, -0.00590136833, -0.00909354072, 0.0035393117, 0.00616926933, -0.00892751757, 0.0250694957, -0.00625605416, 0.000999912154, -0.0255222861, 0.00579194399, -0.0313029103, -0.00472034, -0.0129498057, 0.00584476953, -0.0125951199, -0.0107613187, -0.0227753576, -0.00119517802, 0.00782572757, 0.0059126881, 0.0149873625, -0.00853509922, -0.00845963415, 0.00861811079, -0.0161797106, -0.00745594874, 0.0123687247, 0.00382230571, -0.000798043096, 0.00728992559, 0.0173267797, -0.00169890735, -0.0256279372, 0.0059692869, -0.00352987857, 0.00822569244, -0.00201869057, -0.0313934684, -0.00885959901, -0.0190624762, -0.0111461906, -0.0181870814, -0.0104292724, 0.0111160045, -0.00957651716, -0.00767857069, 0.0167381521, 0.00202246383, -0.0386381149, 2.4651431e-06, -0.0118329227, -0.0108141443, -0.0180361513, 0.000763612159, 0.0109122489, -0.00968971476, -0.00172154687, -0.00502220029, -0.00124045706, -0.00749368127, -0.0195152666, 0.0127913291, -0.0138252005, -0.0171456635, 0.00355629134, 0.00957651716, 0.000391003385, -0.00309784105, -0.00303180912, 0.016587222, 0.00628246693, -0.0241337288, -0.0158476643, -0.0167079661, -0.0110028069, -0.00384494523, -0.00495428173, -0.00285635283, 0.0169645473, -0.00174135645, -0.0249638446, -0.002077176, -0.0244959611, -0.0193643365, 0.016647594, 0.00598060666, -0.0134176891, 0.0197114758, -0.0208736379, -0.0185342208, 0.00513917115, 0.0212811492, -0.0227602646, 0.0120064924, -0.0390607193, 0.0091765523, -0.00363741629, -0.0107462257, 0.00294502429, 0.0124970153, -0.00664469926, 0.0256128442, -0.0157269202, -0.00722200703, 0.00724464655, 0.00253373967, -0.0205566846, -0.00289974525, 0.00976518, 0.0102028772, 0.0103462609, 0.00835398305, -0.0146855023, -0.00687486771, -0.0140515957, -0.00318462588, 0.069669351, 0.0065843272, -0.0182323605, -0.0224885903, 0.0284352377, -0.0372495577, 0.00826342497, 0.0402681604, -0.000732482818, 0.0170852914, 0.0105952956, -0.000310350093, -0.00445243903, 0.0163910128, -0.0101802377, -0.0275598429, 0.0100519471, -0.0129120732, -0.00843699463, -0.0240582637, -0.00173475326, -0.024360124, -0.00711635593, -0.00876904093, -0.0186096858, -0.0111612836, -0.00891242456, -0.0138402935, -0.00442602625, 0.00693524, 0.00393173, 0.0141723398, 0.00745972199, -0.001526281, -0.0378532782, -0.0140063167, 0.0117423646, -0.00799929723, -0.00413548574, -0.0213415213, 0.029914353, 0.030940678, -0.000539103581, 0.0202095453, 0.0101349587, 0.00153665745, -0.0172211286, 0.0131611079, 0.00243563508, 0.00498446776, -0.00320160552, -0.00721446052, -0.0173116866, -0.0110179, 0.00245072809, 0.00408643344, 0.0246770773, -0.00219792, -0.00128290616, 0.00941804051, -0.0136667239, 0.0204963125, 0.00876149442, 0.00860301778, 0.012685678, -0.0349252336, -0.00496182824, 0.0151760252, -0.00422604382, 0.0127083175, -0.00432792166, -0.0129120732, -0.0148666184, 0.00368458196, 0.0183531046, 0.0146402232, -0.0185493138, 0.00795401819, 0.0143006304, -0.0218999628, -0.0219301488, 0.0122781666, -0.0153722344, 0.0122253411, -0.0196963828, -0.0410529971, -0.0271523315, -0.00195454527, -0.0101726912, 0.00833134353, 0.00515803741, 0.030970864, -0.0246468913, -0.00805966929, 0.00680694915, -0.0142327119, -0.0147232348, 0.0231677759, 0.00659564696, 0.00335064903, 0.00394682307, -0.00421849731, 0.0122404341, -0.000843793794, -0.00759178586, 0.0307897478, 0.00889733154, 0.0132290265, 0.0186096858, 0.00323745143, 0.0101047726, -0.0124517363, 0.0113650393, -0.00421472406, 0.0161193386, -0.0132592125, 0.00579571724, -0.0150552811, 0.0101123191, 0.00447507855, 0.00681449566, 0.00516935717, -0.00155929697, 0.018836081, 0.0198322199, -0.00175739278, 0.0250242166, -0.0014413828, -0.00128290616, -0.0125045618, 0.00553536275, 0.0143308165, -0.000767385412, 0.0143157234, 0.0338687226, 0.0316651426, 0.000370486319, 0.0151609322, 0.0058636358, -0.000419774442, 0.00537688611, 0.00347705302, 0.0165268499, 0.00738803, -0.00140836684, -0.00809740182, 0.0212056842, -0.00114140916, -0.00191492611, 0.00690128049, 0.00987837743, 0.00738803, -0.00814268086, -0.0153571414, 0.0205415916, 0.0116895391, -0.000643339707, -0.00954633113, 0.0168136172, 0.000656074437, -0.0054749907, -0.0117574576, 0.0117876437, -0.00913882, 0.00487127, -0.012195155, 0.00848982, -0.0131460149, -0.00734275114, 0.0177795701, 0.00665979227, 0.0248280074, -0.00166117481, 0.00616172282, -0.0105047375, -0.00539197912, -0.0143610025, 0.00398832886, 0.00842944812, -0.00142534648, -0.00947841257, 0.0153571414, 0.0134705147, 0.064115122, 0.00223753927, 0.0119536668, 0.0160589665, -0.00572025217, 0.00688241422, -0.00841435511, 0.00286767259, 0.00764461141, 0.0162098967, -0.00504861306, -0.000513634121, -0.00414303225, 0.00876149442, 0.00258090533, -0.0108065978, -0.0162853617, 0.0242393799, 0.0108141443, 0.016602315, 0.00155929697, -0.0102783423, 0.0168588962, 0.00642585056, 0.00800684374, 0.00584854279, -0.0139233051, -0.0102406098] |
01 Sep, 2022 | React Suite Popover Hide Arrow Indicator
01 Sep, 2022
React suite is a library of React components, sensible UI design, and a friendly development experience. It is supported in all major browsers. It provides pre-built components of React which can be used easily in any web application. In this article, we’ll learn about React Suite Popover Hide Arrow Indicator.
The popover is used to show the popup information that is triggered on any event over the parent window. We can hide the arrow indicator (which indicates the information shown by the popover) just by setting the arrow prop to a false state.
Popover Props:
children: It is used to denote the primary content.
classPrefix: It is used to indicate the component CSS class’s prefix.
visible: It is used to indicate whether the component is visible or not.
title: It is used to show the popover title.
arrow: It is used to decide whether to show the arrow indicator.
Whisper Props:
container: It is used to set the rendering container.
delay: It is used to denote the delay time.
delayHide: It is used to denote the hidden delay time.
delayShow: It is used to show delay time.
onBlur: It is a function that is triggered to lose focus.
onClick: It is a function that is triggered on a click event.
onEnter: It is a function that is triggered before the overlay transitions in.
onEntered: It is a function that is triggered after the overlay finishes transitioning in.
onEntering: It is a function that is triggered as the overlay begins to transition in.
onExit: It is a function that is triggered right before the overlay transitions out.
onExited: It is a function that is triggered after the overlay finishes transitioning out.
onExiting: It is a function that is triggered as the overlay begins to transition out.
onFocus: It is a function that is triggered to get focus.
onMouseOut: It is a function that is triggered on the mouse leave event.
placement: It is used for the placement of the component.
preventOverflow: It is used to prevent floating element overflow.
speaker: It is used for the displayed component.
trigger: It is used for triggering events.
Syntax:
<Whisper speaker={
<Popover arrow={false}>...</Popover>}>
<Button>....</Button>
</Whisper>
Creating React Application And Installing Module:
Step 1: Create a React application using the given command:
npm create-react-app projectname
Step 2: After creating your project, move to it using the given command:
cd projectname
Step 3: Now Install the rsuite node package using the given command:
npm install rsuite
Project Structure: Now your project structure should look like the following:
Example 1: Below example demonstrates the usage of the Popover Hide Arrow Indicator.
Javascript
import "rsuite/dist/rsuite.min.css";
import {
Button,
Popover,
Whisper
} from "rsuite";
export default function App() {
return (
<div>
<div style={
{
textAlign: "center"
}}>
<h2>GeeksforGeeks</h2>
<h4 style={
{
color: "green"
}}>
React Suite Popover Hide
arrow Indicator
</h4>
</div>
<div style={
{
padding: 20,
textAlign: "center"
}}>
<div>
<Whisper
trigger="click"
speaker={
<Popover arrow={false}>
This is a button.
</Popover>
}>
<Button>Open</Button>
</Whisper>
</div>
</div>
</div>
);
}
Output:
Example 2: Below example demonstrates the usage of the Popover Hide Arrow indicator following the cursor.
Javascript
import "rsuite/dist/rsuite.min.css";
import {
Button,
Popover,
Whisper
} from "rsuite";
export default function App() {
return (
<div>
<div style={
{
textAlign: "center"
}}>
<h2>GeeksforGeeks</h2>
<h4 style={
{
color: "green"
}}>
React Suite Popover Hide
arrow Indicator
</h4>
</div>
<div style={
{
padding: 20,
textAlign: "center"
}}>
<div>
<Whisper
followCursor
speaker={
<Popover arrow={false}>
This is a button.
</Popover>}>
<Button>Hover</Button>
</Whisper>
</div>
</div>
</div>
);
}
Output:
Reference: https://rsuitejs.com/components/popover/#hide-arrow-indicator
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator | https://www.geeksforgeeks.org/react-suite-popover-hide-arrow-indicator?ref=asr10 | CSS | React Suite Popover Hide Arrow Indicator | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React Suite Popover Hide Arrow Indicator, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Foundation CSS Progress Bar, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, React Suite Popover <Popover> Props, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, Onsen UI CSS Component Basic Card, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, Onsen UI CSS Component Basic Popover, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create animations using relative value in jQuery ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0469715334, -0.0331915393, -0.0221486669, 0.0329713114, 0.0692145824, -0.0127496412, 0.00526188128, 0.021362137, -0.0137406681, -0.0322162434, -0.0056394157, -0.00565121323, 0.0161238518, -0.0561267361, -0.0232340768, -0.014660907, -0.0412141383, -0.0133945951, -0.0250273645, -0.0202767272, 0.00671302807, -0.00759000843, -0.0587380119, 0.0224790089, 0.00410568342, 0.0336949192, 0.0112159085, 0.0102956695, -0.0451153256, 0.00870688, -0.00523828529, -0.0151721509, 0.014448544, -0.0127260452, -0.042787198, -0.0111844474, 0.0126945842, 0.00928891171, -0.0340095311, 0.0104687056, -0.050621029, 0.0200879592, 6.69778892e-05, 0.0080147339, -0.0159901418, 0.0104608405, 0.0105001666, -0.0308791418, -0.0250745565, -0.0328140035, 0.0136384191, 0.0119001893, 0.0179800615, -0.0035846075, 0.00921025872, 0.0255307425, -0.0140238181, -0.00410175044, -0.0204340331, -0.0166901536, 0.00222194544, -0.0390433185, -0.0199149232, -0.0253105145, -0.0290701259, 0.0237689167, 0.0179957915, 0.0344185233, -0.0303914938, 0.000335995515, -0.00980015565, 0.0353938229, 0.0378163308, -0.0306903757, -0.00452647638, -0.00983948261, 0.00953273568, -0.00286886585, -0.0278116781, 0.0151092289, 0.00285313535, 0.0181530975, -0.0436366498, -0.0188767053, 0.0133159421, 0.00786136091, 0.0181845594, -0.0539244525, 0.00792428292, -0.0107518565, 0.00269582937, -0.0187036674, -0.00701190904, -0.00882486, -0.0249644425, 0.00369472173, 0.0411197543, -0.00382056646, -0.0307218358, 0.0307690278, -0.0112945614, 0.014369891, -0.028598208, 0.000335503923, 0.00314808381, -0.000171807507, 0.043038886, -0.00211576396, 0.000270369463, 0.00378320622, 0.0302184578, 0.00874620676, -0.0124271642, 0.0162025057, -0.042252358, 0.0274184141, -0.0206385311, -0.0438883379, -0.0483872853, -0.0113417534, -0.0057927887, 0.0123642413, 0.0239734147, 0.0636144951, -0.0336949192, 0.0152744, 0.0169575736, -0.0112473695, 0.0327825435, -0.00591076817, 0.0242251046, 0.0127024492, -0.0172249936, -0.0420321301, 0.028786974, 0.0339780673, 0.021346407, 0.00929677673, -0.0327196196, 0.00620178413, -0.0165957697, -0.0321375914, 0.0183890555, 0.00976083, -0.0165013857, 0.0205284171, -0.00737764547, -0.00937543, -0.0546795204, 0.00867541879, -0.0126473922, -0.0117192874, 0.042472586, 0.0244925246, 0.0451467857, 0.00676415255, -0.0136856111, 0.0170519557, 0.0264431164, -0.0102563426, 0.0187665913, -0.014621581, 0.00331128854, 0.0243194886, -0.0190812014, -0.000364507199, -0.04256697, 0.00155437866, -0.0457760096, 0.0356140509, -0.00880126376, 0.0152665349, -0.00543491775, 0.0224632788, -0.0471917614, 0.0117114224, 0.0107597215, -0.0381309427, -0.0108462395, -0.0193958133, -0.0404276103, 0.021472251, -0.0024677359, 0.00653999159, -0.0063197636, -0.0271509942, 0.00975296367, 0.00523435278, -0.0617268234, -0.0396410786, -0.0120338993, -0.00220621494, 0.0154631669, 0.00953273568, -0.0307847597, 0.0064298776, -0.0526030846, 0.0299510378, 0.0256251264, -0.0156283379, 0.0109327585, -0.0125136822, -0.0194430053, -0.00764506543, 0.0364635028, 0.014495736, 0.0380365588, -0.0182789415, 0.0504008, -0.0327510834, -0.0056551462, -0.0338836834, 0.0189868193, 0.014763156, -0.00400736695, 0.00587144168, -0.0457130857, 0.00857317, -0.00670123, 0.00197123922, 0.00967431068, 0.00512423879, 0.0190182794, 0.0252475925, -0.0590526238, 0.0187194, -0.0226048529, 0.000350005575, 0.0384770148, -0.0220228229, -0.0121361483, -0.014377757, -0.00207053847, 0.0150305759, 0.0340409912, 0.0448321737, -0.0251846705, 0.0182317514, -0.0121046863, 0.0272453763, -0.0234385747, -0.0308948737, -0.00553323422, -0.036652267, 0.0162182357, 0.00310875732, 0.0401759185, 0.0101698246, -0.0040113, -0.00825855788, -0.00275481911, 0.0329083875, -0.0346387513, -0.00128990819, -0.0262228884, 0.000151038214, -0.0154238408, -0.0166901536, 0.0297780018, 0.0430703461, 0.0491108932, 0.00495513482, 0.0116720954, 0.0628279671, 0.0109091625, -0.0206385311, 0.0267105363, -0.0341668352, -0.0160216037, -0.0273240302, 0.0469400734, -0.0495513491, 0.021582365, 0.0236745328, 0.00417253841, 0.0124822212, -0.0194901973, 0.00224357494, 0.036652267, 0.00347449351, 0.0221014749, 0.000516159867, 0.0471603, 0.00196632347, 0.0206542611, -0.00294161984, 0.00483322283, 0.0259082764, -0.028488094, 0.0249329805, -0.0224318169, -0.0330342315, -0.0149833839, 0.0264273863, 0.0619470514, 0.00203711097, 0.0173508376, 0.0350477472, -0.0234857667, 0.00397197343, -0.00224357494, -0.0205598772, -0.00904508773, 0.0119552463, -0.00770405494, 0.00861249678, 0.0325623155, 0.0382882506, -0.0327510834, -0.00544671575, 0.0358342789, 0.0116878264, -0.0533581525, -0.0261756964, -0.0176969115, 0.0138350511, 0.000709842774, -0.00599728618, -0.0180744454, -0.0151800169, -0.0433849581, -0.00717314752, -0.0584863238, 0.0218812469, 0.0280476362, 0.00875407178, -0.0240520686, -0.0130013302, 0.0152350739, -0.0107597215, -0.0275285281, -0.029054394, 0.0202452652, 0.021283485, 0.0493625812, -0.0366837308, 0.0243666787, -0.0337893, -0.0344814472, 0.0335690714, -0.035205055, -0.0415916741, 0.0369354188, -0.028488094, 0.0208430272, -0.0640549511, -0.00176772475, -0.00397590594, 0.0379107147, 0.0377219468, 0.00161631778, 0.0187194, 0.058329016, -0.0290701259, 0.0375331827, -0.0032581978, 0.0100597106, -0.0455243178, -0.0159429498, 0.0202609971, 0.0225262, 0.0278903302, -0.00218655169, 0.0464366935, -0.00279611186, -0.0156204728, -0.0473490655, -0.00734225148, -0.00770798791, -0.00371241849, -0.0347960591, -0.0163440797, -0.0119552463, -0.00721247401, -0.0380994827, -0.0349533632, 0.0193643533, -0.00596189266, -0.0490165092, 0.0112237735, -0.0294791199, 0.0300139599, -0.0208587591, 0.0343556032, 0.0225576628, 0.0302341878, 0.0223846249, -0.0280161761, 0.0313196, 0.00775517942, -0.0202924572, 0.000204743425, 0.014354161, -0.0131114442, 0.00648100208, -0.00715741701, 0.00781810191, 0.021834055, -0.000895168749, -0.0231554247, 0.0324050114, 0.0401759185, 0.0330971554, -0.00855744, -0.00858103484, -0.00142951705, -0.0482929, -0.00814057887, -0.0170362256, -0.0179014076, 0.0092574507, -0.0524772406, -0.00560795423, 0.0154238408, 0.0201980732, 0.0517850928, 0.0149597879, 0.0621358193, -0.0113260224, -0.0160294678, 0.0403332263, -0.00195845799, 0.00857317, 0.043825414, -0.0101462286, 0.00454220688, 0.00267419987, -0.0173823, 0.0137799941, -0.0442344099, -0.0342297591, -0.0266633444, 0.0122619923, -0.0297937319, -0.021566635, 0.0118608624, 0.0323735476, 0.00807765685, -0.0175396055, -0.0266161542, -0.0277015641, 0.0181530975, -0.00505345128, -0.0380365588, -0.0320432074, 0.0268835742, -0.0312566757, -0.00114833284, -0.000383924635, -0.0192385074, -0.0245869085, -0.00549784023, -0.021362137, -0.00813271385, 0.00183359662, -0.0206385311, 0.0256093964, -0.00351775251, 0.0177283715, -0.0236430727, -0.0297780018, 0.0231396928, -0.00677201757, -0.0392006226, -0.0131350402, -0.0250116345, -0.0167373456, 0.0135912271, 0.00738157798, -0.00151210267, 0.000806684198, 0.0182317514, 0.0474434495, 0.000491580868, 0.042126514, 0.0396410786, 0.000829788449, -0.00705910102, -0.0158721618, -0.0103114, 0.021456521, -0.00191224949, 0.0308634117, -0.00350398826, 0.0157777797, -0.00646133861, 0.0573851801, -0.0116327694, 0.0209531412, -0.0254835505, 0.00810125284, -0.00999678858, -0.050180573, -0.0172721855, 0.0024461064, -0.0381938666, -0.0176811796, -0.0103507265, 0.0415916741, 0.028881358, 0.0139608961, 0.00661471207, -0.0423782021, 0.0602166876, 0.0127417753, -0.00424332591, -0.0449265577, 0.0537986085, 0.00474670483, -0.0091158757, -0.0106732035, 0.0161867738, 0.0122541273, 0.0176339876, -0.00158190716, -0.0361174271, -0.0134024601, 0.0472546853, -0.0130721182, -0.0165485777, 0.0166586917, 0.00683887256, -0.0209531412, 0.0347331353, 0.0176497195, 0.0211576391, 0.00668156706, -0.0369668789, 0.0109170275, -0.0175553355, -0.0081248479, -0.0102563426, 0.0231868848, 0.0427557342, 0.00509671029, -0.0211104471, 0.000451025437, 0.00451467838, 0.00312055531, 0.0210003331, -0.022070013, -0.00124271633, -0.0177912936, -0.00105099985, -0.0151721509, 0.0303757638, 0.00355511275, -0.0346387513, 0.0262700804, 0.0279375222, 0.00567087671, 0.0392950065, 0.0123642413, 0.00338797527, -0.00265650288, -0.00894283876, -0.0224790089, 0.0221486669, -0.0275442582, -0.0193800833, 0.000312153832, -0.021362137, 0.0426613539, -0.000248985714, 0.00180508487, -0.0200407673, -0.00376550923, 0.0418433622, -0.00174511201, 0.000969397428, 0.000307975395, 0.00628830213, 0.00820350088, 0.00368095748, 0.0309735257, 0.0115383854, 0.0173351076, -0.0340409912, 0.0204025712, 0.0242722966, 0.00311465631, -0.021393599, -0.0125058172, -0.0275127962, 0.0150227109, 0.0104372445, 0.0132215582, 0.00678774854, -0.0065714526, -0.021016065, -0.00495513482, 0.0256093964, 0.0241779126, 7.04727245e-06, -0.0415287502, 0.00145901192, -0.0194430053, 0.0150541719, -0.0154159758, -0.00434950739, 0.00593043119, 0.0147552909, 0.0170047656, 0.0247442145, 0.00175789313, -0.0459333137, -0.00962712, 0.00940689072, 0.035645511, -0.0148418089, -0.0461220816, 0.00830575, 0.0160058718, -0.0114833284, 0.0285824761, -0.0010952421, -0.00683494, 0.0250430945, -0.0252161305, -0.0307847597, 0.0245869085, -0.00642201211, 0.0529491566, 0.0189868193, 0.0106653385, 0.00601694966, -0.0178227555, -0.0151957469, -0.00440456439, -0.0132451542, -0.0495513491, -0.0159665458, 0.00801866688, 5.17081608e-05, 0.00541918725, 0.0475692973, 0.00456580287, 0.021959899, -0.0114833284, -0.000347793452, -0.00362000125, 0.0155968769, -0.00218065269, 0.0479782894, -0.021959899, -0.00709056202, -0.00266633462, 0.022070013, 0.0136856111, -0.0261442363, -0.0410568342, 0.00182573125, 0.0153609179, 0.0049747983, 0.0131665012, -0.0246655606, 0.00191716535, -0.0147002339, -0.0334432274, 0.00413714442, -0.00267223339, -0.0167845357, 0.0241779126, 0.0117664794, 0.0118294014, -0.0138743781, 0.0195059273, 0.0114675984, 0.0474119894, 0.0332859233, -0.00823496282, 0.000576132734, 0.00128794182, 0.00431804638, -0.00434164191, -0.0349219032, -0.0266476143, 0.00338994153, -0.0103900526, -0.00486468431, 0.00946194772, 0.0230767708, 0.029101586, 0.0261599664, -0.0129934652, -0.00773551641, -0.00892710779, -0.0093990257, -0.0315555595, -0.0196946952, -0.0308791418, -0.0117507484, 0.0244296025, 0.0153137268, 0.000752610271, -0.021912707, -0.00644954061, -0.00968217663, -0.00274302112, -0.0108619705, -0.0416545942, -0.00386579172, -0.0305016078, 0.0065439241, 0.0110586025, -0.0113260224, -0.000128425498, 0.0308634117, -0.0418119021, -0.00262110913, 0.0470344573, -0.00850238279, -0.0161395818, 0.0316184796, 0.0107361255, 0.0189396273, -0.00774338143, 0.0296836179, -0.051187329, -0.00649279961, -0.00738551049, 0.0105866855, 0.0173980296, -0.00469164783, 0.00227896892, -0.036085967, 0.00510457531, 0.00050731143, -0.0320746675, -0.00304190232, -4.636222e-05, 0.0293060839, 0.00209806697, 0.00645347359, -0.0187351294, 0.0240992587, 0.0166901536, -0.021629557, 0.007181013, 0.00349415676, 0.00846305583, -0.0116878264, -0.0104765706, -0.0137485331, 0.0267262682, -0.0162811577, -0.0250116345, 0.00789675489, 0.0114754634, -0.0240048766, -0.00277841487, -0.0117664794, -0.000262995745, -0.0316814035, 0.000545654737, 0.000697553216, -0.00266436813, 0.0063866186, -0.014251912, -0.0112001784, 0.01447214, -0.00874620676, -0.000353938201, 0.00525401626, 0.00460512936, 0.0185778234, -0.0384455547, 0.00603268, 0.021236293, -0.00742483698, 0.00808552187, 0.0342297591, 0.014794617, -0.00198205397, 0.00266240188, -0.0114675984, -0.00705123553, -0.0615695193, -0.0169261117, -0.0199463852, -0.0171778016, -0.000837653759, -0.0102091506, 0.0103349956, 0.0125844693, 0.00524615077, 0.0271824542, 0.0150305759, 0.00443995837, 0.0115069244, 0.014165394, 0.014299104, -0.00201056572, -0.00979229063, 0.0165643077, -0.0456187, -0.0198834613, 0.000135922106, -0.00740124146, -0.0188295133, 0.0124192983, -0.0234385747, -0.0158171058, 0.028220674, 0.0194744673, -0.0223531649, -0.0236902647, -0.0149755189, -0.0241779126, 0.0162654277, 0.00556469522, 0.00740910647, -0.0627021194, 0.0112788314, 0.00447535189, -0.0161553137, 0.0481985174, 0.0315870196, -0.0152272079, -0.00234975643, 0.0200565, -0.00534053426, 0.0120417643, -0.0279217921, -0.00758214295, 0.0227936208, -0.00789675489, 0.00852597784, -0.000981195364, 0.0092574507, 0.00350595452, -0.000759984, -0.0356140509, 0.00535233226, -0.00217278744, -0.00226717093, 0.0222115889, 0.0403646864, 0.00327392854, -0.0159665458, -0.00370848598, 0.00236745342, -0.0261442363, -0.00139019068, -0.00704730302, 0.0431018099, -0.0157463178, 0.028708322, 0.0256408565, 0.0198205393, 0.0271667242, 0.00789675489, 0.00409388542, 0.00912374072, 0.0154159758, -0.0107046645, -0.000612509728, 0.0192227773, 0.0124900863, -0.00137740956, -0.00561581971, 0.00952487066, 0.0156519338, 0.0329083875, 0.0123485113, 0.0288656279, -0.0171306096, 0.0173980296, -0.0127181793, 0.00372028397, -0.0381624028, -0.00462086, -0.0198677313, 0.00991813559, 0.014228316, -0.0175396055, -0.0256723184, -0.022117205, -0.0029042596, 0.0126788532, 0.0382567868, -0.0111923125, -0.0157463178, -0.00590290269, 0.00229666568, 0.0160687957, -0.0382253267, -0.0372814909, 0.00672875857, 0.000799802, -0.00876980275, 0.00804226287, 0.014653042, -0.0107754525, 0.00653605908, 0.0297308099, 0.0162025057, 0.0078731589, -0.0264745783, 0.0183418654, 0.0158878937, 0.00551357074, 0.00315594906, -0.0236116108, 0.0200879592, -0.021802593, 0.00281380885, 0.0330342315, 0.0120181683, 0.00664617307, 0.0198677313, 0.000877471815, 0.00650853058, -0.0204812251, 0.00987880863, 0.0152744, -0.034984827, 0.0322162434, 0.0251532085, -0.0170362256, -0.0369354188, -0.0083686728, 0.00581245217, 0.0413714424, -0.00483715534, -0.00104706723, -0.0250902865, 0.0260498524, -0.0214250591, -0.00351775251, 0.00409781793, 0.0371556468, 0.0274026822, 0.0228408128, -0.0230453108, -0.00622144714, 0.000863707566, 0.0324364714, -0.0237689167, -0.0167216137, 0.0412770621, 0.0250745565, -0.0462479256, -0.00751922047, -0.0150384409, -0.0145901199, -0.021283485, 0.0178070255, 0.000116566109, 0.0361174271, -0.021220563, -0.0308634117, -0.00726753147, -0.0154395709, 0.0194115452, -0.0289128199, -0.0210317951, -0.00556862773, -0.000101388549, -0.00320117455, -0.0261442363, -0.00172249926, -0.0262700804, 0.0117900753, 0.0286296681, -0.0150856329, -0.0301398057, -0.0010893431, 0.0246498305, -0.00311465631, -0.00724393548, -0.0250116345, 0.00534053426, 0.00281380885, 0.0136069581, 0.0100754406, 0.00680741156, -0.0164699256, -0.00857317, 0.0247127526, 0.014236181, 0.0169418417, 0.014432814, -0.0122934543, 0.0222115889, -0.021661019, 0.0174294896, -0.0129620042, -0.0129305422, 0.0205284171, 0.0136620151, -0.0107439915, 0.0245397165, -0.0110271415, -0.0155575508, 0.0178856775, 0.0312252156, 0.0119395154, -0.0223846249, 0.0100125186, -0.014480005, 0.00639055111, -0.00407815492, 0.0229981188, -0.0093439687, 0.0374073349, 0.0119395154, 0.000299372739, -0.021063257, 0.00408602, -0.0162654277, -0.0162339658, -0.0274813361, -0.00541918725, 0.0275127962, 0.0256723184, 0.0270566102, 0.00781416893, 0.0084787868, 0.0136069581, 0.0307690278, -0.0165800396, 0.0408051424, 0.0150227109, 0.00193486223, 0.00648100208, -0.00522648776, -0.0161867738, -0.000254884682, -0.00793214887, -0.0114282714, 0.0100125186, 0.0072635985, -0.0207329132, 0.00456973538, -0.00986307859, -0.0252790544, -0.0456501655, 0.00339584053, -0.0370298028, 0.0086203618, -0.021283485, -0.00067641522, -0.0131193101, 0.0025011634, -0.00401523244, 0.007279329, 0.0154395709, -0.00331718754, 0.000788004079, 0.00656752, -0.00283740461, 0.0135754971, -0.00751922047, 0.00617425563, 0.00291802385, -0.0104293795, -0.0208430272, 0.0311151017, -6.18470149e-05, -0.0155732809, -0.0232655387, -0.0454613976, -0.00670909556, -0.00625290861, 0.0203711111, 0.0274656042, -0.014149663, -0.00371438498, 0.00515963277, -0.00469951285, 0.00580458669, -0.00594616216, 0.0155418199, 0.00316774705, -0.0109799495, -0.0199621152, -0.00512423879, 0.0203081872, 0.0136148231, 0.0275127962, -0.0160216037, 0.0231239628, 0.0478839055, -0.0383826308, -0.014283373, 0.0079164179, -0.00481749233, -0.00778270792, -0.00973723363, -0.00317757856, 0.0079832729, -0.0110035455, 0.0126002, -0.0136777451, -0.00245790416, 0.00128990819, 0.0816102847, -0.0104215136, -0.0132687502, -0.0154631669, 0.00510457531, -0.0313982517, -0.0130327912, 0.0140238181, 0.0369668789, -0.00817204, 0.0172721855, -0.0320746675, -0.00442816038, 0.00854170881, -0.00946981367, -0.00619391864, 0.00727146398, 0.00949341, 0.0117035564, -0.0187351294, -0.00775124691, -0.00504165329, 0.00788889, -0.0231082328, 0.0131743671, -0.0107833175, -0.00262700813, -0.0202767272, -0.00663437508, -0.00145606243, 0.0181845594, -0.00594222918, 0.0169890337, 0.021896977, 0.00979229063, 0.0352365151, 0.000102556056, 0.00584784569, -0.00636302261, 0.0199778453, 0.00747596147, -0.00974509865, 0.0056551462, 0.00435344, -0.00682707503, -0.00900576077, -0.0190812014, -0.00665797107, -0.0385399386, -0.00318347756, -0.0118923243, -0.0104451096, 0.0125215473, -0.0211576391, -0.0232969988, 0.00957992766, 0.0138507821, -0.0112001784, 0.0184991714, -0.0318387076, -0.0336949192, -0.0043259114, -0.00231043, -0.0334117673, 0.000237802233, -0.0103349956, -0.00947767869, -0.00630796561, -0.036085967, 0.0129777342, 0.0042393934, -0.0177755635, 0.0121361483, 0.014110337, -0.0316027477, -0.00664224057, -0.0348904431, 0.0241464507, 0.00790462, -0.0109327585, -0.014141798, -0.0124822212, -0.0297308099, 0.0137957251, -0.014094606, 0.0119237853, -0.0183575954, -0.0340724513, 0.0021845852, -0.0170519557, 0.0188137814, 0.00626077363, -0.0230295788, -0.00840799883, 0.00229863194, -0.00223570969, -0.00994173065, 0.0065006651, 0.00126827857, 0.00315594906, 0.0245082546, -0.00147867517, 0.0140474141, 0.0237059947, -0.0106181465, -0.00113456859, 0.0087619368, 0.0319173597, 0.0057102032, 0.0168631896, 0.00394051196, -0.00784563, -0.0182632115, 0.00829002, -0.0350477472, 0.00256605214, -0.00170578551, 0.0071652825, 0.00218065269, 0.0304701477, 0.000740320771, 0.0064888671, -0.000144524776, 0.00893497374, 0.0220857449, -0.00474670483, -0.00922599, 0.0102248816, 0.0113653494, 0.0275914501, -0.00635515712, 0.014771021, -0.0225419309, 0.00165171165, 0.000619391853, 0.0154081099, 0.00296914834, 0.0154317059, 0.0176969115, 0.0322477035, -0.0105630895, 0.0138035901, -0.0139137041, 0.00668943208, 0.0154631669, -0.0064180796, 0.0125372782, -0.0132923461, 0.0168474596, 0.00430624839, 0.00306353183, -0.0338836834, 0.00331128854, 0.0106260115, 0.0275757201, -0.0227306988, 0.0128833512, 0.00636302261, -0.00753495144, -0.00874620676, 0.00485681882, 0.0208902191, 0.0201666132, 0.0154238408, 0.00238318392, -0.00591076817, -0.0203553792, -0.0261756964, -0.00583998067, -0.00477816584, 0.0164699256, -0.0286454, 0.0105158975, 0.014346295, 0.0384140946, 0.00416074041, 0.0191441253, -0.0156833958, 0.0308476817, -5.29063873e-05, -0.021346407, 0.00380286947, 0.0113653494, 0.0161238518, -0.00374977873, -0.00643381, -0.021220563, -0.0043101809, 0.00194666011, 0.00627257163, -0.0188924354, 0.0087619368, 0.00598548818, -0.00266240188, 0.0405849144, 0.000458153343, -0.0181688275, -0.00400736695, 0.00338797527, -0.00516356528, -0.0086203618, -0.00118569296, -0.0105080325, 0.0260970443, 0.014000223, -0.0104215136, -0.0376904868, -0.00247166841, 0.0166586917, -0.0116720954, -0.00891137775, 0.0125372782, -0.014574389, -0.0137485331, 0.0407736823, -0.0289128199, 0.00207250495, 0.000765882956, 0.0201980732, 0.0109248925, 0.00268403138, 0.0119159194, -0.0385714, 0.0116878264, -0.00768439192, 0.00663830759, 0.0120338993, -0.00904508773, 0.00382449897, -0.00294161984, -0.0119473813, 0.028613938, 0.0492367372, -0.000364015606, 0.0103349956, 0.0208744891, 0.0296993479, -0.0172721855, -0.0293532759, 0.00183556287, 0.0227464288, -0.0108934315, -0.00266436813, 0.0176654495, 0.0188137814, -4.31362205e-05, -0.00111392222, -0.000423496909, -0.00277644861, 0.021330677, -0.0227149688, -0.0277330261, 0.0151957469, -0.0159980077, 0.0102720736, 0.00304976758, -0.00227307, 0.00707876403, 0.00565907871, -0.0313510597, 0.00359837175, -0.00346859451, 0.00015361901, -0.028598208, -0.0162339658, 0.0117350183, 0.00376944197, 0.00251886016, -0.00657538557, -0.00854170881, -0.00279414561, 0.00556076271, 0.0172879156, -0.00333685079, -0.00550963823, -0.00199975097, 0.0358342789, -0.0038186, 0.00406242395, -0.00473097386, -0.00221604644, 0.0149519229, 0.0120417643, 0.000500675116, -0.000331325486, 0.0135125741, 0.000969397428, 0.0271667242, -0.000269632088, 0.00842373, 0.00372814923, -0.00244414, 0.021944169, 0.0110192765, -0.00478603132, 0.0214879829, 0.0163126197, 0.00137446006, -0.00899003074, -0.00174117938, -0.0148339439, -0.0021137977, -0.00484108832, 0.000250091747, -0.00994173065, 0.0227464288, 0.0172249936, 0.00971363764, 0.00498659629, -0.0178542156, -0.00465232134, -0.0421579741, 0.00128204282, -0.0383826308, -0.029101586, 0.00895070378, 0.00819563586, -0.0267262682, 0.00102740398, -0.0238318387, -0.0303757638, -0.0280476362, -0.0196475033, 0.014542928, 0.014008088, -0.0329398513, 0.00298291259, 0.0152901309, -0.00078210514, -0.0095406007, -0.00453827437, 0.0137328021, -0.0208587591, 0.0294161979, 0.0102642085, 0.00320707355, -0.0110428724, -0.0175710656, -0.00168022339, 0.0232183468, -0.00686640106, 0.00782596692, 0.000131497873, -0.0111057945, -0.00817990489, -0.0203553792, -0.0204183012, 0.0155339548, -0.0256565884, -0.0325623155, -0.0145350629, -0.00100774074, -0.00862822682, 0.00226717093, 0.0109406235, 0.00769225694, 0.0298723858, 0.0268206503, 0.00137052743, 0.0181845594, 0.0195531193, -0.00678381557, 0.000561385357, -0.00588717218, 0.00975296367, 0.00824282784, 0.0151957469, -0.00315201632, -0.00234582392, 0.0378792547, -0.00397787243, -0.00742090447, 0.00688213203, -0.00645347359, 0.0222587809, 0.0239891447, 0.00276071811, -0.0137485331, 0.0022239117, -0.0129620042, -0.0175710656, -0.0181688275, -0.0223531649, 0.0101776896, -0.00367505848, -0.0104293795, -0.00357674225, 0.00711809052, -0.0115698464, 0.00800293591, 0.0537986085, -0.000430624816, 0.0335690714, -0.00983948261, -0.0288027059, 0.0171620697, -0.0441085659, 0.00201941421, -0.0246970225, -0.00128695869, 0.0353309, 0.0172721855, -0.0117035564, -0.00139805593, 0.028503824, -0.00234779017, -0.00366915949, 0.00100872386, 0.021692479, -0.0176339876, 0.0176654495, 0.00848665182, -0.0394523144, -0.00703550503, -0.0252318624, 0.00137446006, -0.0071102255, 0.0239104927, 0.00656358758, -0.0114911944, -0.000164188008, -0.000511244056, 0.00906081777, 0.00898216572, 0.0109720845, -0.00556076271, 0.0477895252, -0.0183104035, -0.0279689841, -0.00231829518, 0.00749955745, -0.00200958247, -0.0126788532, -0.007094495, 0.0164856557, 0.0070669665, -0.0224790089, 0.0236588027, 0.0168317277, 0.00239301566, 0.0132608851, 0.000541230489, 0.0157620478, -0.0138586471, -0.00492760632, -0.00913160574, 0.0126395272, 0.0197890792, -0.00297897984, -0.00415287493, -0.0149755189, -0.00346269552, -0.00167235802, 0.0188924354, 0.0114204064, -0.00915520173, -0.000411453162, -0.0239734147, 0.0132530201, -0.00245397165, -0.0107754525, -0.0302027278, -0.00443209289, 0.00192306424, 0.00380286947, 0.0119867073, 0.0122069353, -0.0166272298, -0.00587537419, 0.0125215473, 0.0138901081, -0.0278903302, -0.00865968782, -0.00476243533, -0.00602088217, -0.003673092, -0.00620178413, 0.00463659037, -0.0121046863, -0.00541918725, -0.0111451214, -0.00694898702, -0.00322870305, 0.00638268562, 0.0193328913, 0.0314297117, 0.00352365151, 0.0343241394, 0.014566524, 0.0245869085, 0.028551016, -0.0112552354, 0.00868328381, 0.0118765933, 0.00521468977, 0.00729506, 0.0114754634, 0.0236588027, -0.0296049658, -0.0211419091, 0.0025070624, -0.00908441376, -0.0167216137, -0.0058360477, -0.00126532908, 0.0168789197, -0.0154317059, 0.0203396492, 0.0102091506, 0.00543098524, 0.00779057341, -0.00893497374, -0.00719674351, 0.00590290269, 0.00403489545, 0.00556076271, -0.0157227218, -0.0169261117, -0.00342140277, 0.0105158975, 0.0155496858, -0.00643381, 0.00327392854, -0.0207329132, -0.0112631, 0.0155654158, -0.00858103484, 0.0120181683, 0.00333095179, -0.0128754852, 0.0135125741, 0.00598548818, -0.0117900753, -0.00613886165, -0.003612136, -0.00588717218, -0.00132923457, -0.0153451879, 0.0182789415, 0.0240363367, -0.00437310338, 0.021126179, -0.021393599, -0.0223059729, -0.00553323422, -4.86665049e-05, -0.0152979959, -0.014582254, 0.0212048311, -0.0135204401, 0.00134398206, -0.00587537419, -0.021016065, 0.0208902191, 0.0123013193, 0.0080697909, 0.00471131084, -0.014511467, -0.000672482594, 0.0111372555, -0.00181983225, -0.0149361929, 0.00825069286, 0.00986307859, 0.0109327585, 0.0140238181, 0.00896643475, -0.0123091843, 0.00596189266, 0.00707876403, -0.00734618399, 0.0275442582, 4.39043142e-05, 0.0102563426, 0.0116956914, 0.0258296244, -0.0148339439, -0.00272925687, -0.0199778453, -0.0115226554, -0.00863609277, -0.00929677673, 0.0138586471, -0.000976771116, 0.00387955597, 0.00205284171, -0.00829002, 0.0235801507, -0.00307139708, 0.00139314018, 0.0165800396, 0.0154238408, -0.0197890792, 0.00405062642, -0.0156047428, -0.0201351512, -0.0269464962, 0.00672482606, -0.0137878601, 0.00593436416, -0.00688999705, -0.000400392601, 0.00405455893, -0.00963498466, -0.00367702474, -0.0258296244, -0.00208233646, -0.00120339, -0.0240520686, 0.000775223, 0.014597985, -0.0461220816, -0.00340173952, -0.00683100754, 0.0276701022, -0.021503713, -0.0042669219, 0.000205112112, 0.0129541382, -0.0107361255, 0.0021413262, -0.00184834399, 0.00841586385, -0.000228462202, 0.0167845357, 0.0125058172, 0.00947767869, -0.014008088, -0.0112316394, 0.014031684, 0.0271667242, 0.0132530201, -0.00791248493, -0.00589110469, -0.00359443924, -0.00753101846, -0.0403961465, -0.0361488909, -0.00593829667, -0.00666583609, 0.00158780615, -0.0155575508, 0.00232616067, -0.00819563586, -0.00100774074, -0.00621751463, -0.0315240957, -0.00637875311, -0.0123327803, -0.00270369463, -0.00249329815, 0.0150934979, 0.0239262227, 0.00208233646, 0.00170873501, -0.003574776, 0.0250430945, -0.00503772032, -0.00139510643, -0.000695586903, 0.028755514, 0.00628436962, -0.00578885619, 0.0220857449, -0.00891924277, -0.0130406572, -0.00425905641, 0.00407028943, -0.0106496075, 0.014008088, 0.0164856557, 0.000885337126, -0.00855744, -0.0191283934, 0.0094540827, 0.0138350511, 0.00921025872, 0.00114341709, -0.00130367244, -0.0108069135, -0.0123642413, -0.0093597, 0.0127968322, -0.0100990366, 0.014448544, -0.00667763408, 0.0167373456, -0.00721640699, -0.0109642195, 0.00476243533, -0.0243666787, -0.00143148343, -0.0124114333, -0.00865968782, 0.014330565, -0.000740320771, -0.0252947845, 0.021550905, 0.00747989397, -0.00567874219, 0.00762146944, -8.01891292e-06, 0.00491580833, -0.00600515166, 0.0158642977, 0.0126788532, -0.00376944197, -0.0283150561, 0.0293375459, -0.0132215582, 0.00830575, -0.0145901199, -0.00472704135, -0.00362000125, -0.00643381, -0.0100675756, -0.0179014076, 0.0126159312, 0.0110428724, -0.0192857, -0.00136266206, 0.00254638889, -0.00145901192, -0.00289442809, -0.00154651341, -0.00536806276, 0.00821136683, -0.0310364477, 0.00852597784, -0.0100675756, -0.00184637762, 0.0226992369, 0.00286493311, 0.00635515712, -1.43096113e-05, -0.00014046923, -0.00109720847, 0.00737371296, -0.014126067, 0.0169103816, 0.0128361592, 0.00467591686, 0.0100833066, 0.00449108286, -0.0127417753, -0.00873834081, 0.00408602, 0.00266043562, -0.014369891, 0.0165957697, 0.00232812692, 0.0221329369, 0.021959899, 0.00373011548, 0.014181124, 0.0218655169, -0.00048101187, 0.0180272534, 0.0247599445, -0.0180901755, 0.0164856557, -0.00244217366, 0.00121420471, -0.00450288039, 0.00601301715, 0.0029258891, -0.00573379919, 0.00785742793, -0.00577705819, -0.00961925369, -0.00878553279, -0.0031933093, 0.0238947626, 0.000385399384, 0.0201823432, -0.00111392222, 0.0114518674, 0.00679168105, -0.00547031173, 0.0058242497, 0.00947767869, -0.0310049877, 0.00319134281, 0.00882486, 0.00277644861, -0.00869901478, 0.00970577262, 0.00460512936, 0.0117743444, -0.0263172723, -0.00737764547, 0.0455243178, 0.0167530756, -0.00192503061, 0.0171620697, -0.00303796958, -0.0150856329, 0.021126179, 0.000362540886, 0.0204812251, 0.00190045161, -0.0159901418, -0.0010126566, -0.0177912936, 0.00131252082, -0.0131979622, 0.00832934584, 0.00104903348, 0.014480005, -0.0105630895, 0.0173036456, -0.0121676093, -0.00980802067, 0.00478996383, -0.0176182576, -0.00814844389, 0.000229199577, -0.0198362712, -0.00154651341, -0.0259554684, -6.15397803e-05, -0.00271352637, -0.00998105761, 0.00983161665, 0.021063257, 0.014330565, -0.0165328477, -0.00399556896, -0.0275599882, 0.00414501, -0.0270566102, -0.0145901199, -0.0167373456, -0.0190497413, -0.0131193101, 0.00402506394, 0.00260931114, 0.007149552, -0.00786922593, 0.0160137378, 0.00674055656, 0.0135676311, 0.0537356846, -0.0198520012, -0.0091158757, -0.00211773021, 0.00857317, -0.0206228, -0.00226913719, -0.00984734762, -0.00401326595, 0.00248739915, -0.0131743671, 0.00403096294, 0.0237374566, 0.0131665012, -0.0083686728, -0.0121440133, -0.00728326198, 0.0192385074, -0.000369423, 0.00264470489, 0.00708662951, 0.0205284171, 0.000268157339, 0.0224003568, -0.00987880863, 0.00795181189, -0.00362786674, -0.00879339781, -0.0188137814, -0.0315398276, 0.0121518783, 0.00844732486, 0.00686246855, -0.00348039251, -0.0151564209, -0.0112788314, -0.0180272534, -0.00756248, 0.0122462623, -0.0170362256, 0.00335454778, 0.00736978, -0.00686640106, -0.0108698355, 0.00900576077, 0.0207486451, 0.00315594906, -0.00909228, -0.0197576173, 0.0257037785, -0.00825069286, -0.0079714749, 0.00620964915, 0.00909228, 0.0242722966, 0.00585571118, -0.0118529974, -0.00690966053, -0.0153215919, 0.0236116108, 0.0032916253, 0.0101304986, -0.00292982184, 0.00637088763, -0.00885632075, 0.00743270246, 0.0203081872, 0.036432039, -0.0119552463, 0.0266318843, 0.0242565647, 0.000213591877, -0.0208587591, -0.0056394157, 0.00570627069, 0.00599728618, 0.0131979622, -0.0277802162, 0.0154631669, 0.0248071365, 0.0014550793, -0.00972936861, -0.00316184806, 0.0189868193, 0.00159763778, 0.00322673679, 0.0153845139, 0.000289295334, -0.00354331476, 0.00267026713, -0.00129973982, 0.0136069581, 0.00622537965, 0.0095406007, -0.00219834945, 0.0118136713, 0.0110428724, 0.0156755298, -0.0117035564, -0.0233913828, -0.022117205, 0.0193486214, -0.000747694459, -0.0208902191, -0.00268796412, 0.00863609277, -0.028535286, -0.00606414117, 0.0056551462, -0.00116602972, -0.00678381557, 0.0152822658, -0.014196855, -0.00232419418, 0.0188609734, 0.00667370157, 0.00192798011, 0.00548997475, 0.000838636945, -0.000331571297, 0.0129620042, 0.0262386203, 0.0310679097, -0.00397983845, 0.00443995837, 0.000807175762, -0.0263172723, -0.00879339781, -0.0051439018, 0.0116327694, -0.00895070378, -0.0168474596, 0.0209688731, 0.00157502503, 0.0104765706, -0.00749955745, 0.0185306314, -0.00766472844, -0.00455007236, 0.00980015565, -0.0292431619, 0.00153766491, 0.0124192983, -0.0191441253, -0.0123799723, 0.0134103252, 0.00539952423, -0.00205284171, -0.00757427793, 0.0119159194, 0.0110035455, -0.00674055656, -0.0057534622, -0.0093597, 0.0338522233, -0.00465232134, -0.0038952867, 0.00779057341, -0.00741697196, 0.0192699693, -0.00346269552, 0.0166586917, 0.0140474141, -0.0129620042, -0.0272139162, 0.0178542156, -0.00337027828, -0.00899003074, -0.00385792647, -0.00958779268, -0.0128282942, -0.00216098945, 0.00621751463, -0.0127653712, -0.0166586917, -0.0157463178, 0.0492367372, -0.00498659629, 0.0193643533, -0.00701977452, 0.0121597443, 0.014794617, -0.00977656, 0.00126532908, -0.00197517173, 0.0222902428, 0.0187036674, -0.0130485222, 0.0132766152, 0.021299215, 0.0233284608, 0.00156519341, -0.00932823773, -0.0116563654, 0.0192227773, 0.0136541501, 0.021834055, 0.0225576628, -0.00658718357, 0.00291999034, 0.00642201211, -0.00982375164, -0.0126552572, -0.00955633167, -0.00355314626, -0.0252004, -0.00696471753, 0.0243824106, -0.00555682974, 0.0050613163, -0.00223177695, -0.0123957023, -0.0114754634, 0.0230767708, 0.00187292299, -0.00839226786, 0.0273083, 0.00392871397, -0.0173351076, -0.0108541055, -0.0132294241, 0.000608085538, 0.000512718805, -0.00642201211, -0.0112316394, -0.0257667024, -0.0153137268, 0.000171193024, 0.00414894242, 0.0307375677, -0.0114833284, 0.00222981069, -0.0242093727, 0.0276858341, -0.00430231541, -0.00833721086, 0.0177441016, 0.00733045349, 0.00590290269, 0.00039400204, 0.021346407, -0.00597369066, -0.00384416222, -0.0252790544, 0.0133867301, -0.000395476789, 0.0214250591, 0.0101383636, -0.00850238279, -0.00946981367, 0.0166272298, -0.0183104035, -0.00848665182, -0.0198677313, -0.00464445585, -0.0127811022, 0.0236588027, 0.00737764547, -0.0123406453, 0.0105001666, 0.00405455893, 0.00548997475, 0.0148575399, -0.0113968104, -0.0042275954, 0.00434950739, 0.00199090247, 0.0188609734, 0.00952487066, 0.00286296685, -0.0190497413, 0.000843061134, 0.00383826322, 0.0100361146, 0.00180803437, -0.0199621152, -0.0077748429, 0.00957992766, 0.00811698288, 0.0065439241, -0.0109484885, -0.0184519794, 0.0225733928, 0.000525991491, -0.0152193429, -0.00447535189, 0.0161002558, 0.02867686, -0.021440791, -0.00488041481, -0.0140710101, 0.0277172942, 0.00866755378, -0.021236293, -0.00303993607, -0.0189081654, -0.00610346766, -0.0150148459, 0.000351234514, 0.0165171158, -0.00139019068, 0.00983948261, 0.00398967, -0.00444389088, -0.00606414117, 0.0194430053, -0.00114931597, -7.32455446e-05, 0.0200879592, 0.0201194212, -0.00888778176, -0.00667763408, 0.0133788642, -0.0166272298, -0.00248346641, -0.0001566914, -0.0106889335, 0.0148182129, -0.0208587591, -0.0210475251, 0.00694505405, 0.00786136091, 0.00252475915, 0.00916306674, 0.0259397384, 0.00230846368, 0.0106260115, -2.42257192e-05, -0.0155182239, 0.0180901755, 0.00885632075, 0.0339466073, -0.0134968441, -0.00736191496, 0.0245082546, -0.00248346641, -0.0044360254, -0.00366719323, -0.000161730102, 0.00684280554, -0.0102720736, 0.00305959932, -0.00137052743, -0.0112080434, -0.000653802534, -0.00908441376, -0.00128204282, -0.00143246655, 0.00792035088, -0.00325623155, -0.0107518565, 0.00509277778, -0.0105788196, -0.014299104, -0.014904731, 0.0113653494, -0.0036396645, -0.0178542156, 0.0146687729, -1.69749019e-05, 0.00202531321, 0.0189238954, 0.0166901536, 0.00571806822, -0.000618408725, -0.0240677986, 0.0179957915, -0.0230925027, -0.0129384082, -0.00998892263, 0.00434950739, 0.0325623155, 0.0123721072, -0.0310521796, 0.0115147894, -0.0179171395, 0.014039549, -0.00126729545, 0.0197104253, -0.000904017186, 0.00275678537, -0.00841586385, 0.00418040343, -0.000992010115, 0.0127811022, -0.021692479, 0.0111608515, 0.0316499397, -0.0154002449, 0.00655178959, -0.000357133482, -0.0132451542, 0.0118529974, 0.0050298553, 0.00794001389, 0.0157227218, 0.0173980296, -0.00898216572, -0.0193800833, -0.0115069244, 0.00213936, 0.0136462841, 0.0225104708, 0.000336487079, 0.0134732481, -0.00648493459, 0.0243194886, 0.00142853393, 0.0192070473, -0.0209531412, 0.014660907, -0.00259161415, -0.00143148343, -0.00201548147, 0.00046552706, 0.0134417871, 0.0137642641, -0.000898118189, 0.0020862692, 0.0169575736, -0.00282560661, 0.00607987214, 0.0300454218, -5.13394734e-05, 0.00885632075, -0.0168946497, 0.0320589356, -0.00655965507, 0.00676022, -0.00712595601, -0.000917781435, -0.0148811359, 0.0346072912, -0.00707089901, -0.0120653603, -0.00743663497, 0.0205756072, -0.0202609971, -0.00950127468, 0.00788102392, 0.000231043, -0.00456973538, 0.0106024155, -0.0274184141, 0.0115934424, 0.0204497632, 0.0149755189, 0.0252318624, 0.0130091952, 0.0280161761, 0.0336319953, 0.00928891171, 0.0134103252, -0.0134260561, 0.00169300439, -0.00736584747, -0.0176969115, -0.00455793785, -0.00751528796, 0.00902149174, 0.00758214295, -0.00503772032, 0.0124664903, -0.00626863912, -0.00536806276, -0.00880912878, -0.0327196196, -0.00320117455, 0.0157777797, -0.0153530529, 0.0308162197, 0.0124507593, -0.00933610369, -0.028488094, 0.0234857667, 0.0140159531, 0.0221958589, -0.00976083, -0.00382646522, 0.0126631223, -0.0193171613, 0.00347842602, 0.00930464268, -0.0223846249, -0.000936953118, -0.000178198054, -0.00249133166, -0.00760573894, -0.0205756072, -0.00262504164, 0.0036514625, -0.0228722729, -0.0223059729, 0.00891924277, 0.0134024601, 0.00893497374, -0.00291212485, 0.014196855, -0.00161730102, -0.00793214887, 0.0119709764, -0.022117205, 0.0113417534, 0.000216295579, -0.00014747426, -0.0084787868, 0.0168789197, 0.0138507821, -0.00244020741, -0.00172544876, 0.0203081872, 0.00954846665, -0.0151800169, 0.0106024155, 0.0162811577, 0.00889564678, 0.0140474141, 0.00666190358, -3.33353273e-05, 0.022007091, 0.00502592279, 0.0106574725, 0.0171463396, -0.003618035, 0.00468378235, 0.000688213215, 0.014550793, 0.022227319, 0.00672482606, 0.0132058281, -0.02837798, 0.0138193211, -0.00847092085, 0.0167216137, -0.0193171613, -0.00741697196, -0.000998400734, -0.0204025712, -0.000824872637, 0.0187036674, 0.0187036674, 0.00781416893, 0.0093125077, 0.00994173065, 0.00358067499, 0.0188767053, 0.00303403707, 0.00625290861, -0.00442422787, -0.0644324869, -0.0152665349, 0.00736584747, 0.00211576396, 0.000958091056, 0.00551750325, 0.0154553019, -0.0138822431, 0.00615065964, -0.000525991491, -0.0102484776, -0.0242408346, 0.0136226881, -0.014826078, 0.000511244056, 0.00539165875, 0.00415680744, -0.000887303439, 0.00919452775, 0.00718887849, 0.00676415255, 0.0125766043, -0.00687033404, -0.00373404822, -0.00273712212, -0.00980015565, -0.00948554371, -0.0269464962, 0.0113653494, -0.00445175637, -0.00211183121, 0.00534053426, -0.00532480376, -0.0057809907, 0.0085102478, -0.0135676311, 0.00414107693, -0.014464275, -0.0108069135, -0.0021196967, 0.00717314752, 0.0122148013, 0.00792428292, -0.00179132062, -0.00737764547, 0.00559222372, -0.00250509591, 0.0109406235, 0.00781810191, 0.0228408128, -0.0235801507, -0.0119709764, -0.0151721509, -0.00860463083, 0.0123406453, 0.00468771486, -0.0135440351, -0.00306156557, 0.0258610845, -0.000630698225, -0.0104215136, -0.00118372671, 0.00993386563, -0.00559615623, 0.00476243533, 0.0189396273, 0.00650853058, -0.0176182576, -0.00474670483, 0.0343870632, -0.00708662951, -0.0269622263, 0.00244020741, 0.00290622609, -0.000604644418, -0.00174216251, -0.00556076271, 0.00602481468, -0.0140159531, 0.0382882506, 0.0182789415, -0.0104293795, 0.0166272298, 0.0153215919, 0.00548997475, -0.00523042027, -0.0224160869, -0.00604054565, 0.0109012965, -0.0014580288, 0.00837653782, 0.00337617728, -0.00578885619, -0.00421973, 0.00309892558, -0.0051163733, -0.00879339781, -0.014393487, 0.0111451214, 0.00395427644, 0.00410175044, -0.0101147676, 0.0305488, -4.4672408e-05, 0.0452097058, -0.00293375459, 0.0196317732, -0.00163598103, 0.0162025057, 0.021661019, 0.0130878482, -0.00558435824, 0.0123013193, 0.00161140203, 0.021016065, -0.0125215473, 0.000895660312, -0.00991027, 0.000734913396, -0.0372185707, -0.0172249936, -0.0203396492, 0.00916306674, -0.0229981188, 0.0192227773, -0.00193879486, 0.00174216251, -0.00976869464, -0.0113968104, -0.0134575171, -0.00133513357, 0.00849451683, 0.00360427075, 0.00810911786, -0.0050023268, -0.00405455893, -0.00153078279, 0.00543885073, 0.0103821876, 0.00643774262, 0.0101226326, 0.00290229334, 0.021723941, -0.00322673679, -0.00639055111, -0.0139373, 0.0206228, -0.00284723635, 0.00241661142, -0.0165957697, 0.000498708745, -0.0165643077, 0.0104765706, 0.00585571118, -0.00334471604, 0.00668943208, -0.000139363168, 0.0136462841, -0.00732652098, -0.000251935184, 0.0243037567, -0.0025227929, -0.020905951, -0.0187823214, 0.0131822322, 0.00293375459, -0.00153274904, 0.0182160195, 0.0179800615, -0.00115718134, -0.00203711097, 0.0336005352, -0.000574166421, 0.00550570572, 0.014181124, -0.028330788, 0.00411748141, -0.0158564318, 0.014613715, 0.0114675984, 0.00858103484, 0.014039549, 0.00823496282, -0.00408602, -0.0162182357, -0.0212677531, 0.00311662257, 0.00938329566, -0.0058517782, 0.0111372555, 0.00983948261, 0.0212048311, -0.0021196967, 0.00569840521, 0.0113732144, -0.00932037272, -0.00305959932, -0.00794001389, 0.00367112574, 0.00952487066, 0.00731079048, 0.00335651403, 0.0127024492, -0.00193584536, 0.00595795969, -0.0108855665, 0.000477570808, -0.0103821876, -0.014660907, -0.0186879374, 0.00294948509, 0.00654785708, -0.00794787891, 0.0064456081, -0.00447141938, 0.0109720845, -0.0254048984, 0.0199306533, 0.0169261117, -0.0160058718, 0.0241464507, 0.014574389, -0.00470737834, -0.00297111459, 0.0137878601, -0.0178699475, 0.00594222918, 0.0321533196, 0.00537986076, -0.00658325059, -0.00297897984, -0.00341157103, 0.0168631896, -0.00661864458, 0.0102012856, 0.00276465062, 0.00240088091, 0.0173193756, 0.00253262464, 0.00929677673, 0.0161710437, -0.00753101846, -0.0176182576, -0.0103743225, 0.0165013857, 0.0191441253, -0.0113417534, -0.0031598818, -0.00960352365, -0.00362590025, -0.00311268982, -0.00790068693, -0.0202767272, 0.000642987725, 0.003568877, 0.00781416893, -0.0200407673, -0.00697258255, -0.000599728606, -0.00334864878, -0.00245987065, -0.00662651, 0.0217554029, -0.00705910102, 0.00548997475, -0.0269936882, -0.000816515763, -0.0403646864, -0.00227503618, -0.0118687283, -0.00173626351, -0.0123091843, -0.0186722074, -0.0208272971, -0.00836080685, 0.0103664566, 0.00915520173, 0.0102563426, -0.00199680147, 0.00333095179, 0.00880126376, -0.0148575399, -0.0099495966, 0.00182179862, 0.0124822212, -0.00453827437, -0.0228250828, 0.00906868372, -0.0109563535, -0.0393893905, 0.00987094361, -0.0103349956, 0.00188570411, 0.0104687056, -0.0297937319, -0.00616639, -0.0103114, -0.0114754634, -0.0171778016, -0.0119159194, 0.0115619814, -0.00553716673, 0.0035413485, 0.0173351076, 0.0112316394, -0.0361174271, -0.0113810794, -0.00698831351, -0.0109248925, -0.00922599, 0.00665797107, -0.00256998464, -0.00789675489, -0.00350792101, -0.00244020741, 0.00342533528, -0.0147316949, -0.0122148013, 0.00174806151, -0.014236181, -0.0127339102, 0.00677988306, 0.003623934, 0.0100439796, -0.00618998613, -7.86529345e-05, 0.0237689167, 0.0135125741, -0.0327196196, -0.0204025712, -0.0124035683, -0.0126080653, -0.00250312965, 0.0021845852, -0.0163440797, 0.0107203955, -5.25377036e-05, -0.0240048766, -0.0024736349, -0.0242565647, -0.0243824106, 0.0261127744, 0.0123327803, -0.0179957915, 0.0174137596, -0.0185620934, -0.0259240083, 0.0109563535, 0.0157856438, -0.0114597324, 0.0116327694, -0.0279689841, 0.00885632075, 0.00344696501, -0.00582031719, -0.00792428292, 0.021834055, -0.0126788532, 0.028786974, -0.0208744891, -0.00117881084, 0.00172151614, 0.00248739915, -0.0155654158, -0.00907654874, 0.00602874765, 0.00724000251, 0.0158721618, 0.00861249678, -0.00766866142, -0.00415680744, -0.0200093072, 0.00340370578, 0.0711022541, 0.0118372664, -0.0127103142, -0.0306274537, 0.0216452871, -0.0342926793, 0.0105473585, 0.0454299375, 0.000774731394, 0.022337433, 0.00794001389, -0.00998105761, -0.0125058172, 0.0201980732, -0.00866755378, -0.0111372555, 0.014196855, -0.00642201211, -0.00404276093, -0.0152272079, 0.0110428724, -0.0323735476, -0.0102170166, -0.00362000125, -0.0257824324, -0.0127417753, -0.00263487338, -0.0127968322, -0.0138114551, 0.00244807266, 0.00601694966, 0.0166272298, 0.0152508039, -0.00742877, -0.0294791199, -0.0187351294, 0.00401719892, -0.00915520173, -0.00789675489, -0.0154867629, 0.0292588919, 0.0210003331, 0.00487254933, 0.0198991932, 0.0080697909, -0.00397590594, -0.00850238279, 0.0186722074, 0.00595795969, 0.0050023268, 0.0108777015, 0.00203317846, -0.0126159312, -0.0111608515, -0.000696570089, 0.000542213675, 0.014228316, -0.00397197343, -0.00208233646, 0.0161002558, -0.0121282823, 0.0128833512, 0.0133002112, 0.0248700585, 0.0124979513, -0.0303914938, 0.00244414, 0.0123563763, -0.00392281497, 0.0158957578, 0.000861741253, -0.0169575736, -0.00120339, -0.00214525871, 0.0188295133, 0.0131114442, -0.0227464288, 0.00804226287, 0.0202452652, -0.0192857, -0.0172249936, 0.0065006651, -0.00594222918, 0.00379697047, -0.0271509942, -0.0374702588, -0.0299510378, -0.0101776896, -0.0116642304, -7.8038458e-05, 0.000235713014, 0.0241149906, -0.0195845813, 0.000161853, 0.000485190307, -0.00320510706, -0.00473097386, 0.014771021, 0.00392871397, 0.00616639, 0.0129226772, -0.00396410795, 0.00126336282, 0.0137328021, -0.00969004165, 0.0322477035, -0.00537199574, 0.00503772032, 0.0029258891, -0.00195354223, 0.00521468977, -0.0201036911, 0.0341353752, 0.0103349956, 0.00770012243, -0.00266436813, 0.00498266332, -0.00993386563, 0.0164541937, -0.00344696501, 0.0164070018, 0.00575739471, -0.00397983845, 0.021550905, 0.0249172505, -0.000742287084, 0.0167845357, -0.00140198856, -0.0095956577, -0.0124664903, 0.00722820498, 0.00743663497, -0.0091158757, 0.00895857, 0.0283150561, 0.0223059729, 0.00388545496, 0.0184834395, 0.00293965358, -0.00473097386, 0.000589405419, 0.00418826891, 0.0225419309, -0.000772273517, 0.000163081946, -0.0129148122, 0.0235644188, 0.000446355407, -0.00901362672, 2.61613186e-05, 0.00132726831, 0.00309892558, -0.0111372555, -0.0109248925, 0.0255936645, 0.00176969101, 0.00242251041, -0.00603661267, 0.0111215254, 0.0050298553, -0.00886418577, -0.00133513357, 0.0200722292, -0.00113850122, 0.0107046645, -0.0112316394, 0.00345286378, -0.0152822658, 8.2216895e-05, 0.00396410795, 0.0099495966, 0.021393599, 0.00203711097, 0.0118058054, -0.00460119685, -0.00659111608, -0.0152036129, -0.000209167658, 0.00878553279, -0.00493940432, 0.00378320622, 0.0125294123, -0.000565809547, 0.0613807514, 0.00680347905, 4.29826e-05, 0.0166744217, -0.000961040554, 0.0125608742, -0.000556961109, 0.00049944612, 0.00990240462, 0.0176811796, -0.00870688, 0.00928104669, -0.00891924277, 0.014110337, -0.00676808506, 0.0117900753, -0.0156598, 0.0194272753, 0.0152744, 0.00120928884, -0.000698536402, -0.0112237735, 0.0149755189, 0.00883272476, -0.0051439018, -0.00245790416, -0.0115226554, -0.00775124691] |
31 Aug, 2022 | React Suite Popover Follow Cursor
31 Aug, 2022
React suite is a library of React components, sensible UI design, and a friendly development experience. It is supported in all major browsers. It provides pre-built components of React which can be used easily in any web application.
In this article, we’ll learn about React suite Popover Follow Cursor. The popover is used to show the popup information that is triggered on any event over the parent window. The follow cursor means that when the user hovers over a button, the Popover component will follow the cursor.
Popover Props:
children: It is used to denote the primary content.
classPrefix: It is used to denote the prefix of the component CSS class.
visible: It is used to indicate whether the component is visible or not.
title: It is used to show the popover title.
arrow: Whether show the arrow indicator.
Whisper Props:
container: It is used to set the rendering container.
delay: It is used to denote the delay time.
delayHide: It is used to denote the hidden delay time.
delayShow: It is used to show delay time.
onBlur: It is a function that is triggered to lose focus.
onClick: It is a function that is triggered on the click event.
onEnter: It is a function that is triggered before the overlay transitions in.
onEntered: It is a function that is triggered after the overlay finishes transitioning in.
onEntering: It is a function that is triggered as the overlay begins to transition in.
onExit: It is a function that is triggered right before the overlay transitions out.
onExited: It is a function that is triggered after the overlay finishes transitioning out.
onExiting: It is a function that is triggered as the overlay begins to transition out.
onFocus: It is a function that is triggered to get focus.
onMouseOut: It is a function that is triggered on the mouse leave event.
placement: It is used for the placement of the component.
preventOverflow: It is used to prevent floating element overflow.
speaker: It is used for the displayed component.
trigger: It is used for triggering events.
Syntax:
<Whisper followCursor speaker={<Popover>...</Popover>}>
<Button>...</Button>
</Whisper>
Creating React Application And Installing Module:
Step 1: Create a React application using the given command:
npm create-react-app projectname
Step 2: After creating your project, move to it using the given command:
cd projectname
Step 3: Now Install the rsuite node package using the given command:
npm install rsuite
Project Structure: Now your project structure should look like the following:
Example 1: Below example demonstrates the usage of Follow Cursor Popover.
Step to Run Application: Run the application using the following command from the root directory of the project:
npm start
Javascript
import "rsuite/dist/rsuite.min.css";
import { Button, Popover, Whisper } from "rsuite";
export default function App() {
return (
<div>
<div style={{ textAlign: "center" }}>
<h2>GeeksforGeeks</h2>
<h4 style={{ color: "green" }}>
React Suite Popover Follow cursor
</h4>
</div>
<div style={{ padding: 20, textAlign: "center" }}>
<div>
<Whisper
followCursor
speaker={<Popover>
Hovering Popover.</Popover>}
>
<Button>Hover</Button>
</Whisper>
</div>
</div>
</div>
);
}
Output:
Example 2: Below example demonstrates the usage of Follow Cursor popover placed at topStart position.
Javascript
import "rsuite/dist/rsuite.min.css";
import { Button, Popover, Whisper } from "rsuite";
export default function App() {
return (
<div>
<div style={{ textAlign: "center" }}>
<h2>GeeksforGeeks</h2>
<h4 style={{ color: "green" }}>
React Suite Popover Follow cursor
</h4>
</div>
<div style={{ padding: 20, textAlign: "center" }}>
<div>
<Whisper
followCursor
placement="topStart"
speaker={<Popover>
Hovering Popover.</Popover>}
>
<Button>Hover</Button>
</Whisper>
</div>
</div>
</div>
);
}
Output:
Reference: https://rsuitejs.com/components/popover/#follow-cursor
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor | https://www.geeksforgeeks.org/react-suite-popover-follow-cursor?ref=asr10 | CSS | React Suite Popover Follow Cursor | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React Suite Popover Hide Arrow Indicator, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Foundation CSS Progress Bar, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, React Suite Popover <Popover> Props, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, Onsen UI CSS Component Basic Card, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, Onsen UI CSS Component Basic Popover, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create animations using relative value in jQuery ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0401547067, -0.0249191578, -0.0216105916, 0.0307454634, 0.0642023385, -0.0216590092, 0.00636293925, 0.0304872338, -0.0211586896, -0.00945766, 0.0199159589, -0.000146010687, 0.00806160551, -0.0449642316, -0.0208036229, -0.0253872, -0.0217235666, -0.00850543845, -0.0356034078, -0.0212393869, 0.0052694981, -0.0165186264, -0.0285182334, 0.0300514717, -0.0145254163, 0.0139121208, 0.00287482189, 0.0179792363, -0.0263071433, 0.00647994969, 0.000322282664, 0.0159698874, 0.0259520765, -0.0312619247, -0.0458034799, 0.000988535234, 0.0124030914, 0.00792038627, -0.00840860233, 0.0215944517, -0.0400901474, 0.0219172388, 0.00493460661, 0.000184467746, -0.0157600772, 0.0161474217, 0.0225950908, -0.0338603593, -0.0161716305, -0.0379920341, 0.0332793407, 0.0209811572, 0.00888471305, 0.0151709905, 0.0199320987, 0.023240665, 0.000169463194, -0.00790424738, -0.0163168833, 0.0102323489, 0.00211425498, -0.0506452844, -0.016558975, -0.040768, -0.0149934571, 0.0336344093, 0.00390774058, 0.0268236, -0.00934468396, -0.0102888364, -0.00142833253, 0.0194156393, 0.021675149, -0.0219333787, -0.00710534956, -0.00456743641, 0.00679466687, -0.00589893293, -0.0310359728, -0.00205675862, -0.0111280829, 0.0107084597, -0.0346996039, -0.00589893293, 0.0334730148, -0.0116284024, -0.00748462416, -0.063556768, 0.0311812274, -0.00456743641, -0.0194156393, -0.00126189552, 0.0139847482, 0.004002559, -0.0265815109, -0.0110312467, 0.0482566617, -0.00267308, -0.0194317792, 0.0192058273, -0.00314313872, 0.0294381771, -0.0330372527, -0.0109747592, 0.026339421, 0.00391177507, 0.0229501575, 0.0037463468, -0.00198514014, -0.0135328462, 0.0330049731, -0.0041679875, -0.00237046718, 0.0327306055, -0.0196415912, 0.047804758, -0.032553073, -0.0499997102, -0.0555193685, -0.00737568364, 0.0127662271, 0.0228856, 0.0106277624, 0.079018265, -0.0230631325, 0.0250482727, -0.00470462069, -0.000872533652, 0.0125402762, -0.00130123517, 0.0367008857, 0.00729902135, -0.0329242758, -0.0138556333, 0.0436085276, 0.030680906, -0.00146565482, 0.016784925, -0.0357970819, 0.000274116785, -0.0272593647, -0.0229662973, 0.0279533565, 0.0347964428, -0.000938099809, 0.0197222866, -0.0174789168, -0.00442218222, -0.0565522872, 0.0192381069, -0.0202226061, -0.0155502651, 0.0504516102, 0.0152678266, 0.0262103062, 0.00708921, -0.0177694261, 0.015889192, 0.03779836, -0.00413974375, 0.00891699176, -0.0221593287, 0.00022695963, 0.00963519234, -0.00194479187, 0.00532598607, -0.015122572, 0.00227363105, -0.054809235, 0.0324239582, -0.014113863, 0.0155986827, 0.000447614817, 0.0321011692, -0.0337958, -0.00620558066, 0.00795266498, -0.0180922132, -0.0172368269, 0.00883629452, -0.0440604277, 0.020448558, -0.00143236737, -0.00696413, -0.00322787021, -0.00455129705, 0.0203194432, 0.0107165296, -0.0397028029, -0.0363135412, -0.0345059335, -0.00476514362, 0.0404129364, 0.00461988943, -0.0245318133, 0.01244344, -0.0620073862, 0.0413812958, 0.0265976507, -0.0204969756, 0.00567701692, -0.00483373553, -0.0182858855, 0.00695606042, 0.0260811914, 0.010119373, 0.0079688048, -0.0083117662, 0.025451757, -0.042801559, -0.00606436143, -0.0464813299, 0.0159214698, 0.00939310249, -0.0143801617, 0.0037342424, -0.0349578336, 0.0109828282, 0.0190605745, 0.0147110187, 0.0222723056, -0.00402676826, 0.0242251661, 0.0259197988, -0.078243576, 0.0165266953, -0.00322181801, -0.00728691695, 0.0290669706, -0.0214976165, 0.0117575172, 0.00754918158, -0.0114670089, 0.0234988946, 0.00932047516, 0.0278081018, -0.0156228924, 0.00510003511, -0.0261457488, 0.0345059335, -0.0153485229, -0.024564093, 0.0031955915, -0.0205131155, 0.0163653027, 0.00691167731, 0.0122094192, 0.00928819645, -0.0135328462, -0.0167526472, -0.0228049029, 0.0457066409, -0.0180599336, -0.00908645429, -0.00659292517, 0.00402676826, 0.00120742526, -0.01867323, 0.0121206529, 0.0331825055, 0.0470623486, -0.000355317898, -0.010894062, 0.0264362581, 0.024677068, -0.0316492692, 0.0422205441, -0.0335375704, -0.00216267304, -0.0155502651, 0.0451901816, -0.0657839924, 0.0274207573, -0.00373222493, -0.00876366813, 0.00749672856, -0.0217558462, 0.00316331279, 0.050677564, -0.00676238816, 0.0178339835, 0.0040146634, 0.0499351509, -0.00108436262, 0.00461585447, 0.00731516071, 0.00293332711, 0.0126129026, -0.00545106595, 0.0160667244, -0.023999216, -0.0350869484, -1.5942338e-05, 0.0209166, 0.055357974, 0.005447031, 0.0188669022, 0.0511617437, -0.0130002471, -0.0124111613, 0.0100870943, -0.00785582885, -0.0162684657, 0.00677852752, -0.0158407725, 0.0172852445, 0.0359584726, 0.0182697456, -0.0405420512, -0.00740392739, 0.0555839241, 0.0151951993, -0.0457712, -0.01590533, -0.0143236741, 0.00972395949, -0.0111845704, -0.0139524695, -0.0256292894, -0.0276951268, -0.0280340537, -0.0125725549, -0.0719815046, 0.0111442218, 0.0555193685, 0.000656669843, -0.0134118, -0.00617733644, 0.0151064331, 0.00458357576, -0.0124676488, -0.0462876596, 0.0140896533, 0.0184956957, 0.0159134, -0.0366363265, 0.0413490161, -0.00630241679, -0.0119592594, 0.0328597203, -0.0434794128, -0.0128630633, 0.0320527516, -0.0271948073, 0.00764198275, -0.0415749699, 0.0311489478, -0.00486601423, 0.0301805865, 0.0395736881, 0.00168151862, 0.0248707402, 0.0368622765, -0.0170754343, 0.0521623828, 0.0148078548, 0.0114589389, -0.0372819, 0.00183585123, 0.0355388522, 0.0115073575, 0.00460778456, -0.0241606086, 0.0361844264, -0.00896540936, -0.0301321689, -0.0426401645, -0.0199482385, 0.00474093435, 0.00886050425, -0.03311795, -0.0156551711, -0.00380485202, -0.00230792724, -0.0201741885, -0.0301805865, 0.0193188041, 0.00952221733, -0.0391540676, 0.00999025814, -0.0165024865, 0.01590533, -0.00704482663, 0.0207067877, 0.0186409503, 0.0354097374, 0.0224336982, -0.00493460661, 0.0311973654, 0.0127178086, -0.0145415552, 0.00964326225, 0.0124595789, -0.015114502, 0.00876366813, -0.0036293366, 0.00824720878, 0.0121206529, 0.000466528116, -0.0387021638, 0.0380888693, 0.0196093116, 0.0392186232, 0.0027900904, 0.0120157469, -0.00341145531, -0.0663004518, 0.0126451813, -0.00966747105, 0.00429710234, -0.00250563421, -0.0544864498, -0.0149208298, 0.00299788453, 0.020448558, 0.0604580082, 0.0139686083, 0.0523883328, -0.0355388522, -0.0159134, 0.0304872338, -0.00383309601, 0.0133714527, 0.0351515077, -0.0148320636, 0.0319559164, 0.00115698972, -0.0154857077, -0.00414377823, -0.0401869863, -0.0288894381, -0.0396059677, 0.0109102018, -0.0403806567, -0.00819879, 0.00551965833, 0.0218688212, -0.00362126692, -0.0107165296, -0.0202226061, -0.0237087067, 0.0174143594, 0.00366565, -0.0408002809, -0.0626529604, 0.0273723397, -0.0228856, 0.0094737988, 0.0056487727, -0.0299223568, -0.00650819344, -0.0207067877, -0.0122981854, -0.00461181952, -0.0153081743, -0.0164863467, 0.00890892185, -0.00826334767, 0.0190444347, -0.0193672217, -0.0136781, 0.00986114331, 0.00514845317, -0.0505161695, 0.000444840873, -0.044576887, -0.020335583, 0.0187700652, 0.00186106889, -0.000284456066, 0.00268518459, 0.0130244568, 0.0386376083, 0.00919136, 0.0154453591, 0.015114502, 0.00275781169, -0.00809792, -0.00611277949, -0.0156309623, 0.014896621, 0.0230308548, 0.0163572319, -0.00547527475, 0.00418412685, -0.011999608, 0.0449642316, -0.0163733717, 0.0255808719, -0.00815037265, 0.0210618526, 0.00429710234, -0.0660422221, -0.0189314596, 0.00377862551, -0.0532275811, -0.0076016346, -0.0173013844, 0.0484180525, 0.0245318133, 0.00755725102, -0.00025696872, -0.0238862392, 0.0414458551, -0.0274691749, 0.00775899319, -0.0424464941, 0.00259641814, -0.0208520424, -0.0246125106, 0.00638714805, 0.0218365416, -0.000423910154, 0.0293252, 0.0144043714, -0.0296318494, -0.00534616, 0.0561972223, -0.0114589389, -0.0199805163, 0.000705087907, 0.000558825035, -0.0098288646, 0.0258875191, 0.0179146789, 0.0218204036, 0.0217074268, -0.0291476678, 0.010668111, -0.0308907181, -0.00673414441, -0.00704079214, 0.0126371123, 0.0518395975, -0.00161191775, -0.0072586732, 0.00372213777, -2.31530339e-05, 0.004333416, 0.0101597216, -0.0417363606, 0.00171581481, -0.0414458551, -0.00370196369, -0.0264201183, 0.0286957659, 0.00527353305, -0.0297448244, 0.00588682853, 0.0167365074, 0.00445446093, 0.0477079228, -0.0104260212, 0.0113056153, 0.0124030914, -0.0185925327, -0.0319236368, 0.00578192249, -0.0183665808, -0.017672589, 0.000500572089, -0.0244188383, 0.0489022359, 0.0074483105, 0.0218204036, -0.0272755027, -0.00792038627, 0.0246447884, -0.00329242763, 0.00958677474, 0.0137668662, 0.000548737939, 0.0231922474, -0.00691974675, 0.0551965795, 0.0220624935, 0.0324562341, -0.03356985, 0.016558975, 0.016784925, -0.0077791675, -0.00476514362, -0.0110312467, -0.0221916083, 0.00710938405, 0.00850543845, -0.0129598994, -0.012225559, -0.0143317441, -0.0350546725, -0.00106620591, 0.0259843562, 0.0143640228, -0.0102000702, -0.0641377792, 0.00279614259, -0.00659695966, 0.0204808358, -0.0050919652, -0.0190282948, 0.0190767124, 0.020448558, 0.0158649813, 0.0214814767, -0.00865069218, -0.0276305694, -0.00624592882, 0.000579503598, 0.0115880538, -0.0349901132, -0.0477724783, 0.015122572, 0.00882822555, 0.000782758521, 0.0239507966, -0.00859420467, 0.00657678582, 0.0098288646, -0.0154937776, -0.0291638076, 0.0206260905, -0.00187115604, 0.0344736539, 0.0282761436, 0.0268397406, -0.00116707687, -0.0104744388, -0.0150902933, 0.00499916403, -0.0144850677, -0.0229662973, -0.0114831487, 0.0114105213, -0.0106358323, 0.0183181632, 0.0695928857, -0.00323392241, 0.00440604286, -0.00825124327, 0.00576174818, -0.0177371465, 0.0205292553, -0.00735954428, 0.0695283264, -0.0149046909, -0.0149934571, 0.00352846575, 0.0189960171, 0.0270818304, -0.0256938469, -0.0256131496, -0.0202710256, 0.00782355, 0.00842474122, 0.000831680954, -0.00450287899, 0.00694799051, -0.0161716305, -0.0474496931, 0.00751286792, 0.00791231729, -0.0292606428, 0.0184956957, 0.00313910376, 0.020335583, -0.0180437937, 0.020448558, 0.00910259411, 0.0314233154, 0.0459971502, -0.0200127959, -0.00549948402, 0.000479641341, 0.00466023758, 0.00394808874, -0.0301967263, -0.0176403113, -0.00200027088, -0.000580512278, 0.0145738339, 0.0174950566, -0.00503547769, 0.0219817962, 0.0126129026, -0.0101839304, -0.00800915342, -0.0199159589, -0.0100709554, -0.0252258051, -0.00610874454, -0.0107084597, 0.00517669693, 0.0270011351, 0.0319881923, 0.0109828282, -0.0192865245, -0.007282882, -0.00354863983, 0.00525335874, -0.0197545663, -0.0263555609, -0.0113298241, -0.0377338044, -0.00399247184, 0.0185118355, -0.00660502957, -0.00628627744, 0.0229501575, -0.0539699905, -0.00861841347, 0.0452870205, -0.00779530685, -0.00648801913, 0.0328113027, 0.0112410579, 0.0215137545, -0.00151709898, 0.0189637374, -0.0411230661, -0.00215662085, -0.00510810455, 0.0206906479, 0.0147110187, -0.00150499446, -0.00489829294, -0.0278403815, 0.0205292553, -0.013113223, -0.0293736197, -0.00415991759, -0.00140916707, 0.0255485922, -0.0058142012, 0.00247739046, -0.00495074596, 0.0329726934, 0.00769040082, -0.0136296824, -0.000787802099, 0.021013435, 0.0112733366, -0.00642749667, -0.00480549177, -0.00677045761, 0.0231599696, -0.00877173711, -0.019012155, 0.00499916403, 0.0143882316, -0.0163895115, 0.00277193356, -0.00469251629, 0.0098046558, -0.0225305334, -0.00489829294, 0.00902189687, -0.0154372891, 0.00352443079, -0.0125322063, -0.0271302499, 0.00675835321, -0.00703272223, 0.015227478, 0.00539054349, -0.00477724802, 0.00129114813, -0.0310521126, -0.00788003858, 0.015340453, -0.0146383913, 0.0101355128, 0.00944959, 0.031132808, 0.00936082378, 0.0113701727, -0.0265169535, 0.00248949486, -0.0498060361, -0.00129013939, -0.0326821879, -0.0102646276, -0.00406308146, -0.00815844163, 0.00430920674, -0.00453112274, 0.00467234198, 0.020448558, 0.0264685359, 0.00494671101, 0.0156148225, -0.000216620349, 0.014783646, -0.0142591167, -0.00847316, 0.0252096672, -0.0434471332, -0.00636293925, 0.00349820429, -0.00468444685, -0.0325207934, 0.0136054726, -0.0239830762, -0.00559228519, 0.0235795919, 0.0424142145, -0.00718201138, -0.0263717, -0.0169624574, -0.0405743271, 0.00886050425, -0.00495881587, 0.0178824011, -0.0552288592, 0.0135167064, 0.00939310249, -0.0327467434, 0.0341831446, 0.0430597886, -0.0137023088, -0.0112571977, 0.0324239582, -0.00208601123, 0.00745234545, -0.0411876254, -0.0144931376, 0.0342477039, -0.0129276207, 0.00390168815, 0.0167526472, 0.0164702088, -0.00345583865, 0.00470462069, -0.0576497614, 0.0161393508, -0.0137184486, -0.00475303875, 0.0331825055, 0.0244995356, 0.00456743641, -0.00156047347, -0.0108052958, -0.0115719149, -0.0169785973, 0.0029131528, -0.000652635, 0.0264846757, -0.0214330591, 0.024790043, 0.0355388522, 0.0226435103, 0.031471733, -0.00322787021, -0.00463199383, 0.0116768209, 0.0104825087, 0.00675835321, -0.00261860969, 0.0233536419, 0.0227403454, 0.00534212543, 0.00936082378, 0.0206260905, 0.00948186871, 0.0234666169, -0.00718604634, 0.0374755748, -0.0267429054, 0.0148724122, -0.0137749361, 0.0015867, -0.0245156754, 0.00484180544, -0.0313910395, 0.0127258785, 0.0130244568, -0.00367573719, -0.0298255216, -0.0201419108, -0.00205474114, 0.0110070379, 0.0261457488, 0.00678659696, -0.0247416254, 0.00366968499, 2.54699135e-05, 0.00787600316, -0.0356679671, -0.0259359367, -0.00186510372, 0.00130426127, -0.00207592407, 0.00677449256, 0.0118220747, -0.026339421, 0.0129276207, 0.0286634881, 0.000548233569, 0.00503951218, -0.015340453, 0.0164217893, 0.00954642612, -0.00302814576, 0.00421237061, -0.0490636267, 0.0268720202, -0.0214491971, 0.0155260563, 0.0210618526, -0.000694496441, -0.00184997311, 0.0123708127, 0.0157681461, -0.0167365074, -0.0250482727, 0.0263232812, 0.0100628855, -0.0242090262, 0.03111667, 0.039347738, -0.0165266953, -0.0107972259, -0.0131697105, 0.0127904359, 0.030680906, 0.00871525, 0.00387142692, -0.0277435444, 0.0162926745, -0.0175918937, 0.00390370563, 0.00924784783, 0.0407034419, 0.0334084556, 0.0077791675, -0.0345382132, -0.00769040082, -0.00573350443, 0.0378629193, -0.0182536058, 0.00100820512, 0.0421237051, 0.00131434842, -0.0322787, -0.00168151862, 0.00125281711, -0.0336666852, -0.0160505846, 0.0241606086, 0.0161070731, 0.0314394571, -0.00522915, -0.0294220373, -0.00422447501, -0.0311489478, 0.0138475634, -0.0303903986, -0.0245156754, -0.00162200478, 0.00625399873, 0.000250664307, -0.0161312819, 0.00791635178, -0.0248868801, 0.0128146447, 0.0181083512, -0.0221431907, -0.0360875875, 0.00481759617, 0.0217558462, 0.0035123264, -0.0158730522, -0.0296157096, 0.00342759467, -9.68361055e-05, 0.00209206343, 0.00848929863, -0.00123566913, -0.0297609642, -0.00931240525, -0.00685922429, 0.0303903986, 0.0163007453, 0.00639925292, -0.0123950215, 0.0137587972, -0.0200127959, -0.00328637543, -0.0245479532, -0.0129437596, 0.0144366501, 0.0214330591, -0.00750479847, 0.00568105141, -0.0233052224, -0.00761777395, 0.0195447542, 0.0187539253, -0.00174002384, -0.0356034078, -0.00816651154, -0.0187055077, 0.00919943, -0.00734340493, 0.00648398418, -0.012895342, 0.0507744, 0.00965940207, -0.00407922082, -0.0453515761, 0.0107003897, -0.024790043, -0.015332384, -0.0271302499, 0.00323795737, 0.0388635583, 0.0298255216, 0.0200450737, 0.0119834682, 0.0258229617, 0.00524932379, 0.0278565194, -0.010192, 0.0323755369, -0.00169362314, 0.00363942375, 0.00788810756, -0.012007677, -0.0100709554, -0.0063346955, -0.00677852752, 0.0090461066, -0.0168979, 0.00593121164, -0.00841667131, -0.00815440714, -0.0107003897, -0.0279372167, -0.049354136, 0.00855385605, -0.0281147491, 0.0208359025, -0.0194963366, -0.00541071733, -0.010224279, 0.00211022026, -0.00882822555, 0.000294543162, -0.00203961041, -0.0134924976, -0.0165428352, 0.0232890844, 0.00443832157, -0.00183988607, -0.00368784182, -0.00409737788, 0.00142934127, -0.00533002056, -0.0121287229, 0.00990956184, 0.0083117662, -0.014339814, -0.024451118, -0.0196900088, -0.0236764289, -0.0112733366, 0.0196254514, 0.0288733, -0.0100467466, 0.00136276649, 0.00645977538, -0.0209650174, 0.00348004769, 0.000176902424, 0.0287441853, 0.0267267656, -0.00989342202, -0.0213200822, -0.00688343309, 0.00820282567, 0.0125564151, 0.0250966903, -0.00687536364, 0.0229501575, 0.0400255919, -0.0345059335, -0.0220140759, 0.00902996678, -0.0118866321, -0.0103049753, -0.00575367874, -0.00504758209, 0.0183020234, -0.0150902933, 0.00749672856, -0.0179953761, -0.00747655425, -0.000800915295, 0.0903803632, -0.0253872, -0.027453037, -0.0298255216, 0.0129518295, -0.0238539614, -0.0162603967, 0.00897347927, 0.0213200822, -0.013226198, 0.0196093116, -0.0323755369, -0.00434955535, -0.00297972769, -0.00938503258, 0.0197707061, 0.00502740778, 0.0171884093, 0.0163975805, -0.0206745081, -0.0013778971, 0.00681484118, -0.00663327333, -0.0265169535, 0.00595138595, -0.0150983632, -0.00881208573, -0.0290992502, -0.0136538912, -0.00160687417, 0.0175111964, -0.0050919652, 0.0194801968, 0.00880401582, 0.0143478829, 0.0449319519, 0.000889681745, 0.00436569471, -0.00075350597, 0.000855385617, -0.00334084569, 0.0034396993, 0.00215863832, -0.00480145682, -0.00488215359, -0.00855385605, -0.0129437596, -0.00732726557, -0.0277596842, 0.00656064646, -0.0103453239, -0.00719411578, 0.022465976, -0.0149934571, -0.0123304641, 0.00344171654, 0.0112652667, -0.0169947371, 0.0285343733, -0.029680267, -0.0370882303, 0.0159698874, 0.00783565454, -0.0255485922, 0.0083601838, -0.000523015857, -0.000308412913, -0.00940924138, -0.0229824353, 0.0246932078, -0.00264887093, -0.00241081556, -0.0063346955, 0.00792442169, -0.0326660462, -0.00902996678, -0.0307131857, 0.0210941322, 0.0144043714, -0.0270011351, -0.019012155, -0.0122739766, -0.021110272, 0.0242574457, -0.00822299905, 0.0220140759, -0.0121610016, -0.0322625637, 0.00298779737, -0.0157197285, 0.00445042597, 0.0063346955, -0.0222561657, -0.0155099165, 0.00308261602, -2.10252874e-05, 0.0160586536, -0.00815037265, -0.0157439373, -0.00518073188, 0.00587068917, 0.018221328, 0.0152113382, 0.00919136, 0.00671800505, -0.0145254163, -0.000741401454, 0.0192542467, 0.0155906137, 0.0215298943, 0.00579806184, -0.0154372891, -0.00554386713, 0.00632259063, -0.0334730148, 0.00329041015, -0.00513634831, -0.00396422809, 0.00965133216, 0.026791323, 0.0127662271, 0.0102969063, -0.00811002403, 0.00281429943, 0.0334084556, -0.00285061286, -0.00671800505, 0.00949800853, 0.0121610016, 0.0249837153, 0.0109344106, 0.0179469585, -0.0227242056, 0.00313305156, 0.00406711642, 0.0106842509, 0.0015261774, 0.0167042278, 0.0160909332, 0.0195931718, -0.00181971188, 0.0178501233, -0.0236925669, 0.0194963366, 0.0181083512, -0.00116606813, 0.00388353132, -0.00122457324, 0.00693588611, -0.00871525, 0.0144043714, -0.0235634521, -0.00373827713, 0.0111442218, 0.0294381771, -0.0144124404, 0.020351721, 0.00860227458, 0.0101113031, -0.0129598994, 0.0267429054, 0.0287764631, 0.00769443577, 0.0135812638, 0.00300998893, -0.00066827, -0.0094737988, -0.0233213622, -0.00429710234, 0.00144043704, 0.013887912, -0.0184795577, 0.0149531085, -0.00423658, 0.0335052945, 0.00163511804, 0.0331502259, -0.00480145682, 0.0461585447, -0.0210779924, -0.0160990022, -0.00210416783, 0.00565684261, 0.0136619611, -0.00469251629, -0.00591507228, -0.00078679336, -0.00326418388, -0.0101839304, 0.00040928385, -0.016784925, 0.00501530338, 0.013113223, -0.0131293619, 0.0323432609, -0.00119935558, -0.0256938469, -0.0113782426, 0.0100548156, 0.00441411277, -0.0219333787, -0.00894927047, 0.00096886541, 0.0253226422, 0.00165226613, -0.00859420467, -0.0412521809, 0.000229355312, 0.0193995, -0.00347399525, 0.00669379579, 0.0119915381, -0.000707609695, 0.00991763175, 0.0407034419, -0.0222238861, 0.00527756801, 0.00310682505, 0.0171722695, 0.0100709554, -0.00989342202, 0.00449077459, -0.0355711319, 0.00448270468, 0.000983996084, 0.00805757102, 0.0209327377, -0.00322181801, 0.0142752565, -0.00127803488, -0.0156955197, 0.0353451781, 0.0481275469, 0.000513180916, 0.00815037265, -0.000813524181, 0.0286312085, -0.0180437937, -0.0289701354, 0.0113621028, 0.0295350123, 0.0153646627, 0.00882015564, -0.000300343236, -0.00511617446, -3.70385496e-05, 0.0107568773, -0.016784925, -0.0051040696, 0.0144931376, -0.0212071072, -0.013895981, 0.0269204378, -0.0228533205, 0.0122901155, 0.0156955197, -0.00579806184, -0.000969874149, 0.00749672856, -0.0287764631, -0.0027840382, -0.00431727665, -0.00149591616, -0.0137507273, -0.012225559, -0.0139766783, -0.00377055584, -0.00279412512, 0.00774688879, -0.01867323, -0.0225305334, 0.0309875552, 0.00519283628, 0.00572946947, 0.0118059358, -0.00678659696, 0.0306647681, 0.000805958873, 0.0114428, -0.00122759945, -0.0112007093, 0.0162442569, 0.0142671866, 0.00349215209, 0.0237087067, 0.0104340902, -0.0021848646, 0.0252580848, -0.00119532074, 0.000107238426, 0.0194156393, 0.00042416231, 0.0193188041, 0.00136680133, -0.00325409672, 0.0114428, 0.0162603967, -0.00113076332, -0.0151951993, 0.00321576581, -0.0221754685, -0.00149087259, -0.00758952973, 0.000863959664, -0.0150095969, 0.0187539253, 0.00823510438, 0.00674221385, -0.0122497678, -0.0113217551, -0.00276789884, -0.0258552413, -0.00393396663, -0.0356356874, -0.0209811572, 0.0123062553, 0.00612891885, -0.00135066197, -0.00897347927, -0.0248546, -0.00644363603, -0.0219333787, -0.0309229977, 0.0212555248, 0.0200450737, -0.0269365776, 0.00472076, 0.00133149652, 0.00839246251, -0.0160909332, -0.00205776724, -0.00714166276, -0.0204969756, 0.025451757, 0.00390370563, 0.0147110187, -0.00299788453, -0.00814633723, -0.0113459639, 0.0183665808, -0.0188830402, 0.0298093818, -0.00166134443, -0.00223530014, -0.0258391015, -0.0296479873, -0.0102081392, 0.0130325258, -0.0304388162, -0.0342154242, -0.00444639148, -0.00522108, 0.00562052894, -0.0259843562, -0.00237651938, 0.00536633423, 0.0313426182, 0.0330856703, -0.00233818847, 0.0275014546, 0.0163572319, -0.01467067, 0.00149188132, -0.00779934134, 0.0070690359, -0.00222319574, 0.00468041189, 0.0122739766, 0.00642346172, 0.0399287567, -0.00502337329, -0.0159940962, 0.0194317792, -0.00388151407, 0.0295027345, 0.0256292894, 0.00447866973, -0.0247577652, 0.00650415849, -0.0165912528, -0.0163007453, -0.0416395254, -0.0330856703, -0.0043697292, 0.000696009549, -0.0164540689, 0.00439393846, 0.0133149652, -0.00992570072, 0.0170592945, 0.0319397748, 0.00304428511, 0.0458357558, -0.0202871636, -0.0264039785, 0.019786844, -0.0418977551, 0.00403685542, -0.0312135052, -0.00231599691, 0.0302290041, 0.0144769978, -0.00677852752, -0.00201439275, 0.0279856343, -0.00461585447, 0.00978851691, -0.00247739046, 0.00707307085, -0.00839246251, 0.0131455017, 0.0143317441, -0.0268558804, -0.0190928522, -0.0304710958, 0.0100628855, -0.0127985058, 0.0337958, -0.00218082988, -0.0163975805, 0.0156551711, -0.0109505495, 0.00620961515, -0.00710938405, 0.00544299604, -0.0229340177, 0.047256019, -0.0107084597, -0.0135247763, -0.0204808358, 0.00880401582, -0.0171077121, -0.0250805523, -0.00152113382, -0.000843281101, 0.0159134, -0.00588682853, -0.00229380536, 0.00420430116, 0.00413570879, 0.0114589389, 0.00773881888, 0.00798897911, -0.00899768807, -0.00403887266, -0.0109263407, 0.010781087, 0.0160990022, 0.000722740311, -0.00124777365, -0.0177855659, -0.00111765007, 0.00222924794, 0.018415, -0.000764601748, -0.00379274762, 0.00677852752, -0.012233628, 0.009780447, 0.000764601748, -0.0134198703, -0.0161474217, -0.00961098354, -0.00599576905, -0.000959282683, 0.0241121911, 0.0118462835, -0.0151467808, -0.0147675062, 0.0175111964, 0.0151064331, -0.0354097374, -0.0162119791, -0.0120964441, 0.0144043714, -0.0102404179, -0.0137265185, 0.000863455294, 0.00114992878, 0.00901382789, -0.00239064149, -0.00424061436, -0.00723849889, 0.0205776729, 0.0172529668, 0.0311812274, -0.00898154918, 0.026016634, 0.0196577292, 0.0185763929, 0.0193510819, -0.016010236, 0.0115961237, 0.0155744739, 0.000597660372, 0.00479338737, 0.0132988254, 0.0277758241, -0.0250805523, -0.0189637374, -0.00464813318, -0.00365959783, -0.00777513254, -0.00781951565, 0.0119753983, 0.0131858503, -0.0153081743, 0.0121852104, 0.0134118, 0.0116445422, 0.0150499446, -0.0144608589, 0.00188628666, 0.0176080316, 0.00408123853, 0.00716587203, -0.026678348, -0.0056124595, -0.00463199383, -0.00961905345, 0.00775495823, 0.00142934127, 0.00812616292, -0.0359261967, -0.00527353305, 0.0214007795, -0.0067059, 0.0120238168, 0.0144124404, -0.0207390655, 0.0229501575, 0.00680677127, -0.0120560955, 0.00274167233, -0.00817861594, -0.0100709554, -0.00477724802, -0.015453429, 0.0218042638, 0.0267751832, -0.00243098987, 0.0302128661, -0.0230147149, -0.0130244568, -0.0117575172, -6.36747836e-06, -0.00387747912, -0.0117575172, 0.0101758605, -0.0156955197, 0.00146363745, -0.00532598607, -0.0275014546, 0.0272916425, 0.00707307085, 0.00911066402, -0.00501530338, -0.0120803043, -0.00890085194, 0.0056366683, -0.00656871591, 6.31073854e-05, 0.00573350443, 0.00608050078, 0.00583437551, 0.0152436169, 0.00736761373, 0.000894220953, 0.0170108769, 0.00631452119, -0.00113177195, 0.0256292894, 0.0103453239, 0.00647188, 0.0135731939, 0.0135328462, -0.0200773533, -0.00879594684, -0.0175434742, -0.0030059542, -0.0192703847, -0.0146464612, 0.00400659395, -0.00710534956, 0.00456340145, 0.00899768807, -0.0115719149, 0.0179469585, -0.019012155, 0.00198816624, 0.017349802, 0.0155986827, -0.0244833957, -0.000734844827, -0.0142913954, -0.0179953761, -0.018124491, 0.000164924, -0.00510003511, -0.00823106896, -0.0128872721, -0.00340943784, 0.00310077285, -0.00641135732, -0.0170108769, -0.0307938829, -0.0107730171, 0.00706096599, -0.0128872721, -0.00443832157, 0.0129841082, -0.0495478064, -0.00208197627, -0.00267308, 0.0249191578, -0.0281147491, -0.00357688381, 0.00813019834, 0.0281631686, -0.0142349079, -0.0106842509, 0.00977237709, -0.000625399873, 0.00479338737, 0.0205131155, -0.000732323038, -0.000415840477, -0.011232988, -0.00428499794, 0.00647994969, 0.0264201183, 0.0124918576, -0.0119834682, 0.0129356897, -0.0035627617, 0.000211450722, -0.0403160974, -0.0225789528, -0.00775899319, -0.00236441498, 0.0115234964, -0.0164379291, 0.00766619202, -0.016558975, -0.00510810455, -0.00359100569, -0.0335052945, -0.0106519721, -0.00555193704, -0.000446858292, -0.0112491278, 0.0155421952, 0.0106277624, 0.0149369696, 0.018786205, 0.00520494068, 0.0168494824, -0.00320567866, 0.00445849588, -0.0124837877, 0.035442017, -0.00137285353, -0.00557614584, 0.0106358323, -0.00563263334, -0.0156471, 0.00269930647, 0.0130809443, -0.00547527475, 0.0130648045, 0.00396624533, -0.0030967379, -0.0134198703, -0.0265169535, 0.00753707718, 0.00521301059, 0.016002167, 0.0003641441, -0.0026448362, -0.0196254514, -0.0118624233, 0.00037700517, 0.00810599, -0.00712955836, 0.00914294273, -0.0198191237, 0.0198191237, 0.00214048149, 0.00630241679, 0.0146061126, -0.0208843201, -3.92135807e-05, -0.00872331951, 4.97104629e-05, 0.0195770338, 0.000215611639, -0.0426401645, 0.0220463537, 0.0124837877, 2.01741896e-05, 0.0137587972, 0.00106116233, -0.00530177681, -0.00419623125, 0.00587472366, 0.00890892185, -0.00843281113, -0.0220624935, 0.029002415, -0.00201338413, 0.00820686, -0.00918329, -0.00841667131, -0.00640328741, -0.00864262227, -0.0120722344, -0.00385730504, 0.0198836811, 0.0171561297, 0.00259843562, 0.00729902135, -0.000368431123, -0.00628224248, -0.00559228519, -0.00631048623, -0.00312094693, -0.000288995245, -0.0222561657, 0.00366161531, 0.00249352981, -0.0192865245, 0.0167365074, 0.00291718775, 0.0033731244, -1.48627032e-05, 0.00105914497, -0.00348408241, 0.00150499446, -0.0166073926, 0.00441007782, 0.0206099506, 0.0108537134, 0.0187539253, -0.00804950111, -0.0263878386, -0.00735550933, 0.0107488083, -0.000308917282, -0.0209811572, 0.0211748295, 0.00226556137, 0.00794863049, 0.010006398, -0.00928819645, 0.011232988, 0.00767022651, -0.0048781191, 0.0184956957, 0.0154695679, -0.0244833957, 0.0198191237, -0.00465216814, 0.00491846725, -0.00066827, -0.00421640556, -0.00884436443, 0.00270939362, 0.00847316, -0.0074362061, -0.0280824713, -0.0115477061, -0.00551965833, 0.0283568408, -0.00667765643, 0.0282761436, 0.000361874525, 0.00390975783, 0.0114347301, -0.00181265094, 0.00894927047, 0.0154372891, -0.0297609642, -0.00620154571, 0.0107730171, 0.0144366501, -0.00126189552, 0.000266803661, 0.00734340493, 0.0171722695, -0.0274368972, 0.00853771716, 0.0464167744, 0.0145980427, -0.00440200791, 0.00667765643, -0.00177835475, -0.00755321654, 0.0132907555, -0.00510810455, 0.00639118301, 0.00858613476, -0.00791231729, 0.000529068115, -0.0191251319, 0.00915908162, 3.98755437e-05, 0.00315927807, -0.00805353653, 0.00626610313, -0.0121852104, 0.0212393869, -0.0123143252, -0.0114266602, -0.00704079214, -0.029906217, 0.00324602704, 0.0125564151, -0.0103776027, 0.0123950215, -0.032004334, 0.0116606811, -0.0106842509, -0.00280421227, 0.00547527475, 0.0137749361, 0.0142429778, -0.0191574097, -0.000338169833, -0.0150983632, 0.00512020895, -0.0278081018, -0.0311005302, -0.019012155, -0.0171238519, -0.0128792021, -0.0120318867, -0.0070811403, 0.00844088104, -0.00689553795, 0.0134763578, 0.00479338737, 0.0192865245, 0.0556162037, -0.0133068953, -0.00567701692, 0.00256010448, 0.00269728899, -0.0151064331, -0.00284859538, -0.0116929598, 0.0103049753, -0.00363337132, -0.00195891364, 0.00111361523, 0.00771057513, 0.0181729086, -0.00216469052, -0.0125806239, -0.0206260905, 0.00675431825, 0.00610470958, 0.00458357576, 0.000226707445, 0.01867323, 0.000832689635, 0.0162200481, -0.0153646627, 0.0173013844, -0.00667765643, 5.04669952e-05, -0.0141542107, -0.0286150705, 0.0106116235, 0.00352241332, 0.00375441648, 0.00227564853, -0.0114912177, -0.00683098054, -0.0130244568, 0.000443579978, 0.0112410579, -0.0251612477, 0.00339128124, 0.00697623473, -0.00310279033, -0.0117333084, 0.00226757885, 0.0202226061, 0.00479338737, -0.0104744388, -0.0110958042, 0.0257906839, -0.00707710534, 0.000433492882, 0.0115880538, 0.0201257709, 0.00846509, 0.0167042278, -0.0153646627, 0.00124474743, -0.0139201907, 0.0281954464, 0.0103695327, -0.00240678084, -0.000782758521, 0.0105470661, -0.00806564093, 0.00694799051, 0.029793242, 0.031132808, -0.00316734775, 0.0281147491, 0.0335375704, 0.0072707776, -0.00964326225, -0.00777109759, 0.011232988, 0.00200228835, 0.0115073575, -0.0232568048, 0.0115719149, 0.0166073926, -0.00202145381, -0.00612084894, -0.00350022176, 0.0100144679, 0.00643556612, 0.00081705465, 0.0103695327, -0.000943143328, 0.0109344106, 0.000532094215, 0.00125685195, 0.0127500873, 0.00501530338, 0.00334689789, -0.000281682122, 0.0113056153, 0.0172529668, 0.0139201907, -0.0110393167, -0.0219333787, -0.0231761076, 0.0188346226, -0.00240879809, -0.0147594362, -0.0074483105, 0.0122013493, -0.0381211489, -0.00810599, 0.00365152815, 0.00505161704, -0.00923170894, 0.0125806239, 0.00554386713, -0.00852157734, 0.0167042278, 0.0179630984, -0.000948691217, 0.00639521796, 0.0221431907, 0.0098288646, 0.00807371084, 0.0170270149, 0.0310843904, -0.00897347927, -0.00187720824, 0.00707710534, -0.0254033394, -0.00771864457, -0.0033731244, 0.0220624935, 0.00825527776, -0.013557055, 0.016010236, -0.00940924138, -0.00586261926, -0.015122572, 0.0260327738, -0.00604822207, -0.00610067463, 0.0113056153, -0.0356034078, -0.00459164521, 0.019447919, -0.0174305, -0.0106358323, 0.0233052224, 0.015114502, 0.00176120666, -0.00177129381, 0.00784372445, 0.00950607751, -0.0154130803, -0.0135489851, -0.00256817415, 0.0269365776, -0.0108617833, -0.00291517028, 0.00125987804, -0.00624189386, 0.0150499446, -0.0061571626, 0.00611681398, 0.0120157469, -0.0086910408, -0.0240960512, 0.0158488434, 0.0171077121, -0.0160828643, -0.00221714331, -0.0118785622, 0.00274974201, -0.0017390151, 0.00441007782, 0.00218284735, -0.0102404179, -0.008666832, 0.0301805865, -0.0080172224, 0.0094011724, -0.00729902135, 0.0129760383, 0.0132988254, -0.00404694211, -0.00273562013, -0.0030846335, 0.0145012075, 0.00899768807, -0.0145254163, 0.0162200481, 0.0182858855, 0.0248384606, -0.00352443079, 0.00845702, 0.0137668662, 0.00890085194, 0.0199966561, 0.00447463524, 0.0198998209, -0.00361521472, 0.00248949486, -0.00935275387, -0.00481356168, 0.00800108351, -0.013339174, -0.000538650842, -0.0186086725, -0.000513685285, 0.0227242056, 0.00115194614, -0.00140210614, -0.0156309623, -0.00752900727, -0.0106842509, 0.00604822207, -0.00161292637, -0.00527756801, 0.0119431196, 0.000191276529, -0.0159214698, -0.00493057165, -0.0151871294, 0.0038129217, 0.0114589389, -0.00877980702, -0.0262748636, -0.0245479532, -0.0189314596, 0.000294543162, -0.00076208, 0.031132808, -0.0113217551, 0.0116606811, -0.0271625277, 0.0287280455, 0.00370599842, -0.00977237709, 0.0208681803, 0.00627417257, 0.0173013844, 0.000802932715, 0.0151709905, -0.00480549177, -0.0105954837, -0.0208036229, 0.00840860233, -0.00993377063, 0.01667195, 0.0106842509, -0.00377055584, -0.0100386767, 0.0163975805, -0.00863455329, -0.00673010945, -0.0153646627, 0.00331058446, -0.0014474981, 0.0157762151, 0.00729498686, -0.0125322063, 0.0019195741, 0.0108859921, 0.00019644617, 0.00886857323, -0.0252742246, -0.00701658288, -0.005096, -0.00293534459, 0.0122013493, -0.000983996084, 0.00740796234, -0.0183665808, 1.08042241e-05, 0.00687536364, 0.00240072841, 0.00501126843, -0.0166396704, -0.00788003858, 0.0094253812, 0.00807774533, 0.00688343309, 0.00302209356, -0.01045023, 0.0177371465, 0.00259440066, -0.0221270509, -0.00530581176, 0.0090703154, 0.0205131155, -0.0204162784, -0.0143156042, -0.0138152847, 0.0250805523, 0.00608857, -0.0280179139, -0.0116284024, -0.0229340177, -0.00429710234, -0.0236118715, 0.000657174212, 0.0094253812, 0.00308665098, 0.018786205, -0.00152416, 0.000941630278, -0.0132584767, 0.0219817962, 0.0037463468, -0.00386739196, 0.00337110693, 0.0185602531, -0.00638311356, -0.00193470472, 0.0104260212, -0.0122739766, -0.00075854949, 0.0033670722, -0.0191896893, 0.0133230342, -0.00704079214, -0.0187377874, 0.00748865912, 0.00396624533, 0.00177633739, -0.00232003164, 0.0201580487, -0.00898961816, 0.00716587203, -2.39726105e-05, -0.0151871294, 0.0196254514, 0.0109505495, 0.0337958, -0.0175434742, -0.00932047516, 0.0164137203, -0.00752497232, -0.00457954081, -0.00251773885, -0.00680677127, 0.0145334853, -0.00624592882, -0.00885243434, 0.00750076352, -0.0147432974, -0.00508389575, -0.00247537298, 0.00430920674, 0.00157358672, 0.00556807639, 0.00368784182, -0.0101032341, 0.00370196369, -0.0153001053, -0.0165266953, -0.00857806485, 0.00836825371, -0.017349802, -0.0192381069, 0.00977237709, -0.0114024514, 0.00154130801, 0.0140977232, 0.0200773533, 0.0101274429, 0.00854578614, -0.00846509, 0.0117978659, -0.028905578, -0.0132826865, -0.00691974675, 1.1994186e-05, 0.0387344435, 0.0110151069, -0.0233697798, 0.00654047215, -0.0163410939, 0.00885243434, -0.00415991759, 0.0196577292, -0.0115880538, 0.0159456786, -0.0122981854, 0.0148562724, -0.00656468095, -0.00328234048, -0.0299546365, 0.00200228835, 0.0183504429, -0.0214814767, -0.00231196196, 0.00369389402, -0.0184311382, 0.00732726557, 0.00275982916, 0.00954642612, 0.0137426574, 0.0213200822, -0.0114347301, -0.0210779924, -0.0045351577, -0.00365959783, 0.0158649813, 0.0164056513, -0.00739585748, 0.0214653369, 0.00227968325, 0.0191735495, -0.00638714805, 0.0134440791, -0.00804546662, 0.00514441822, -0.00334488065, 0.00625399873, 0.00385327, -0.0052816025, 0.0158649813, 0.00570929563, 0.00277798576, 0.00559632, 0.00930433627, 0.00954642612, 0.001083354, 0.0206422303, -0.00128812192, 0.00332268886, -0.0157439373, 0.0299707744, -0.00570929563, 0.0168656223, -0.00354863983, 0.01045023, -0.0203194432, 0.0416072458, -0.0121610016, -0.0223207232, -0.0109586194, 0.014783646, -0.0136942398, -0.00368985906, 0.0137587972, 0.00507582584, -0.0157923549, 0.00993377063, -0.0281470288, 0.00659292517, 0.00498705963, 0.0142913954, 0.0255485922, 0.00188527792, 0.0173982214, 0.0315362923, 0.00601190841, 0.01889918, -0.0113863125, 0.00154231675, -0.00269930647, -0.0203194432, -0.00389967067, -0.0110070379, 0.00325207924, 0.00317541743, -0.00309472065, 0.0165024865, 0.00736761373, -0.00707307085, 0.00801318791, -0.0330856703, -0.00393598434, 0.0164056513, -0.0242897235, 0.0311650876, 0.0117978659, -0.0166396704, -0.0309068579, 0.0250159949, 0.0058263056, 0.0124273, -0.0218204036, -0.00274772453, 0.0122901155, -0.0176887289, 0.00568508636, 0.00130527, -0.0144850677, -0.00147876807, -0.000482919655, -0.00690764235, 0.00128610455, -0.0142349079, 0.0013395662, 0.00168757094, -0.0179792363, -0.0154857077, -0.000261507928, 0.0158811212, 0.0163088143, 0.00581016624, -0.0025520348, -0.00754514663, -0.0260004941, 0.0132342679, -0.0238378216, 0.0109747592, 0.00399448955, -0.00240879809, -0.0112975454, 0.0228533205, 0.0235473141, -0.000533607323, -0.00585858431, 0.0106358323, 0.0101758605, -0.0142752565, -0.00276789884, 0.0131455017, 0.00248546014, 0.00448270468, -0.0029736755, 0.00571736507, 0.0186248105, 0.0110715954, 0.0123223942, 0.00380485202, -0.00118825969, -0.00324199209, -0.000218007335, 0.00126593036, 0.0186893679, 0.000202372335, 0.00449884403, -0.0397028029, 0.00533405552, -0.00612084894, 0.013339174, -0.00624189386, -0.0070932447, 0.00249958201, 0.00205171504, -0.0137587972, 0.0180922132, 0.0157600772, 0.000545711839, 0.00778320199, 0.00662116893, 0.00156854314, 0.0188184828, 0.00890085194, -0.00178541569, 0.00298174517, -0.0671397, -0.0174305, -0.00516459253, 0.0156632401, 0.00411351724, -0.0120157469, 0.0107649472, -0.0204162784, 0.00345382118, -0.00614505773, -0.0113056153, -0.0200127959, 0.0311005302, -0.00946573, -0.00121347746, 0.0119269807, 0.0219817962, -0.00178945053, 0.00641942676, 0.0132504078, 0.00494267652, 0.0214330591, -0.0108859921, -0.0105874147, -0.00467637694, 0.000631452131, -0.0147594362, -0.0243865605, -0.0038734444, -0.00591507228, 0.0023684497, 0.0113056153, -0.0117010297, -0.000566894712, 0.0102404179, -0.00692781666, 0.0058263056, -0.0102807665, -0.0050677564, 0.0090703154, 0.0138637023, -0.000405753381, 0.00312901661, -0.0111765005, -0.0114750788, -0.0048781191, 0.00592314173, -0.00238660653, -0.0127258785, 0.0198514014, -0.0244833957, -0.0147594362, -0.0143801617, -0.00805757102, 0.0198998209, -0.00315322564, -0.0170915723, -0.00679466687, 0.0265815109, -0.00078528031, 0.00165529223, -0.00102787488, 0.00582227111, -0.0119027719, 0.0150822233, 0.00848929863, 0.00876366813, -0.00890085194, -0.00476917811, 0.0242574457, -0.0185763929, -0.0223852806, 0.0116284024, 0.00539457798, -0.00372415525, -0.00237450213, 0.00233213627, -0.000776706263, -0.00810195412, 0.037249621, 0.0232083872, -0.0126209725, 0.0147594362, 0.00852157734, 0.000182324235, -0.00209811563, -0.0199643783, -0.00930433627, 0.0139524695, 0.00267106271, 0.00307454634, 0.00454322714, 0.0027295677, 0.00934468396, 0.00929626636, 0.010998968, -0.0140977232, -0.0125725549, 0.0187700652, 0.00358293601, 0.00777109759, -0.000820585119, 0.0276144296, -0.00569315627, 0.024677068, -0.019786844, 0.0137910759, -0.00122961681, 0.0124192303, 0.0319075, 0.0140412357, -0.00702061784, 0.000473589083, -0.00270132395, 0.0251289699, -0.0135651249, -0.00727481255, -0.0113217551, 0.00146968965, -0.0193672217, -0.021013435, -0.00994991, -0.0035123264, -0.0390895084, 0.0136781, -0.00585455, -0.00817861594, -0.00739585748, -0.00649205409, -0.010563205, 0.0120964441, 0.00963519234, 0.000958778313, 0.00375239924, -0.0119269807, 0.000383057428, 0.00404492486, 0.00287078717, 0.0103533939, 0.00998218916, 0.00528967241, -0.0181406308, 0.0191089921, 0.00181971188, -0.0100548156, 0.00139000162, 0.0137991449, 0.00220100395, -0.00184795575, -0.000950708636, -0.00424868427, -0.0112491278, -0.0106439022, -0.000345230801, -0.000585555856, -0.00808581524, -0.0017652415, 0.0140735144, -0.00515652262, 0.00355469203, 0.026226446, -0.0149692483, -0.00651626289, -0.026226446, 0.0223530009, 0.00135671417, -0.0023563453, 0.00934468396, 0.0278888, 0.0023502931, 0.0108214347, 0.0268881582, -0.0189153198, -0.000977439457, 0.00983693451, -0.0118704932, -5.06876495e-05, -0.0194963366, 0.0280179139, 0.0148239937, 0.0132019892, 0.0076258434, 0.0174950566, -0.0105389962, -0.0176564511, -0.0268074628, -0.00547124026, 0.0244188383, -0.00262869685, 0.0107568773, 0.011120013, 0.0222400259, 0.00470865564, 0.00497092027, 0.00880401582, -0.0139766783, -0.0102404179, 0.000548737939, 0.00792038627, 0.0079930136, 0.00554790208, 0.00423254492, 0.0172529668, 0.00568508636, 0.0180922132, -0.00789214298, 0.00217477768, -0.00209811563, -0.0119915381, -0.0135974037, 0.000545207469, 0.00185602542, -0.0025520348, 0.00593524659, -0.00615312764, 0.0169301797, -0.0181406308, 0.0172852445, 0.0140815843, -0.0131051531, 0.0266622081, 0.00160082185, 0.00608453527, -0.00161090901, 0.0101516517, -0.00890892185, 0.0229017399, 0.017349802, 0.00329847983, -0.00537843863, -0.0059796297, -0.00970782, 0.0112087792, -0.0171077121, 0.00805757102, 0.0109424805, 0.0130244568, 0.0132907555, 0.0165751129, 0.00896540936, 0.0168494824, -0.0165266953, -0.0152678266, -0.0098288646, 0.0213200822, 0.0122981854, -0.00948993862, 0.00936082378, -0.00982079562, 0.00503547769, -0.00748058921, -0.0185763929, 0.00534212543, 0.00851350743, -0.000311691227, -0.00246932078, -0.0111442218, -0.0123223942, -0.00851350743, 0.0111442218, -0.00484584039, -0.0035123264, 0.00956256595, -0.00212434214, -0.00121045136, -0.0254033394, -0.00357688381, -0.0399287567, 0.00360714504, -0.00256413943, 0.00564473821, -0.0128469234, -0.0265169535, -0.0186086725, -0.0114912177, 0.00517669693, 0.0129034109, 0.00767426146, -0.000413823058, -0.00880401582, 0.0171561297, -0.0299869142, -0.0128872721, 0.0144205103, -0.000650113216, -0.00964326225, -0.0170592945, -0.00156753452, -0.0109586194, -0.034667328, 0.0118866321, -0.00813423283, 0.00539054349, 0.00680677127, -0.02112641, 0.00130527, -0.0176403113, 0.000339935097, -0.0319559164, -0.0094011724, 0.0147675062, 0.0109102018, -0.00718604634, 0.015227478, 0.00332268886, -0.0360553116, -0.0150257358, -0.00241888524, -0.0116122635, -0.0125483451, -0.00180357252, 0.0129034109, -0.0121932803, 0.000164293553, 0.00212635961, 0.00710938405, -0.00706500094, -0.0109021319, 0.0126371123, -0.0157277975, -0.013113223, -0.0104260212, 0.016002167, 0.00403483771, -0.0177855659, -0.00303621544, 0.0182858855, 0.015889192, -0.0273239221, -0.0194801968, -0.015566404, -0.00515248766, -0.000519989699, -0.00567298196, -0.0100306068, 0.0217397064, -0.00135772291, -0.0183665808, -0.00102434447, -0.0236925669, -0.0192703847, 0.0155502651, 0.0128065748, -0.0144366501, 0.0226596482, -0.0231115501, -0.0196093116, 0.00560842454, 0.0212232471, -0.0287441853, 0.0152678266, -0.0389603935, 0.0182858855, 0.00576578313, -0.0103453239, -0.00179953768, 0.0065364372, -0.00243502459, 0.0191412698, -0.0185441151, 0.00246932078, 0.00087404676, 0.00135167071, -0.0310682505, -0.00874752831, 0.0132504078, 0.000260499219, 0.00568912132, 0.00970782, 0.00618944131, -0.00256615691, -0.0145415552, 0.00674624881, 0.0706903562, 0.00304832, -0.00885243434, -0.0285343733, 0.0313264802, -0.0483212173, -0.00207390659, 0.0465781689, 0.00285666506, 0.012782366, 0.00733533502, -0.00273360265, -0.0181567706, 0.0212555248, -0.0150095969, -0.0148078548, 0.00593524659, -0.00581016624, -0.0105147874, -0.0251128301, 0.00768233137, -0.0260973312, 0.00425271923, -0.00373020745, -0.0142187681, -0.0139686083, -0.0148804821, -0.0143882316, -0.00612084894, -0.00096735236, -0.00606839592, 0.00624592882, 0.0183665808, 0.0022897704, -0.0361521468, -0.0178339835, -0.00429710234, -0.00303218071, 0.000897751423, -0.0198352635, 0.028905578, 0.0255163144, 0.00360311, 0.0287119057, 0.0162846055, -0.0065364372, -0.00875559822, 0.0112814065, 0.015453429, 0.0150902933, 0.0043697292, -0.0132181291, -0.0145899737, -0.0103856726, 0.00171077123, 0.00113479816, 0.017559614, -0.0117978659, 0.00857806485, 0.0214814767, -0.009118733, 0.00893313065, 0.00733937, 0.0175918937, 0.0140331658, -0.0197222866, -0.00349820429, 0.0181890484, -0.008666832, 0.0171722695, -0.00659695966, -0.020238746, 0.00238660653, -0.00480145682, 0.0077912719, 0.00603611721, -0.0167687852, -0.00860227458, 0.0128549933, -0.020238746, -0.0190605745, 0.00388756627, -0.0159940962, -0.000950708636, -0.0168333426, -0.0407034419, -0.012782366, -0.00173195417, -0.00941731129, 0.00756935589, -0.00440604286, 0.0295027345, -0.0220140759, -0.00323795737, 0.0147110187, -0.00294744899, 0.00569719076, 0.0209166, 0.00525335874, -0.00771461, 0.000897247053, 0.000275629864, 0.00384520041, 0.00695202546, -0.0116848899, 0.0258713793, -0.00505968649, 0.014896621, 0.0216912888, 0.0111765005, 0.00932047516, -0.0155179864, 0.0221916083, 0.00982079562, 0.016558975, 0.00454322714, 0.00937696267, -0.0185118355, 0.00505565153, -0.00407922082, 0.0170108769, 0.00467637694, -0.00107326685, 0.0177371465, 0.017333664, 0.00108436262, 0.0159456786, 0.00528563745, -0.000101375299, -0.00494267652, 0.00767426146, 0.0141057931, -0.00235231034, 0.00346794305, 0.0268074628, 0.0346350484, -0.0162765365, 0.0138717722, 0.00791231729, -0.0136942398, 0.00359907537, 0.00072374905, 0.0269365776, -0.00234827562, 0.00414781319, -0.00239871116, 0.013339174, -0.00548334466, -0.0144205103, 0.00244712923, 0.00837632362, -0.00200531445, -0.00888471305, -0.0177694261, 0.0201257709, 0.0192703847, 0.00221310859, -0.0157681461, 0.0234827567, -0.0120399557, 0.00303621544, -0.00931240525, 0.0120883742, 0.00192461768, 0.0112571977, -0.00737568364, -0.00069954, -0.00125786068, -0.00536633423, 0.0102484878, 0.00508793024, 0.0190444347, -0.00244107679, 0.00979658589, -0.012782366, -0.00288490904, -0.0153808016, 0.00358697074, 0.00854578614, -0.00314313872, -0.0119027719, 0.0102726966, 0.0119915381, 0.063556768, -0.00194378314, 0.00406509917, 0.010998968, -0.00334891537, 0.0191574097, -0.00337110693, -0.00291718775, 0.00631855614, 0.0146222524, -0.0149208298, 0.0196254514, -0.00360512757, 0.00385125261, 0.000927004, -0.00690764235, -0.0225950908, 0.0138072148, 0.0174950566, 0.0145415552, 0.00207188912, -0.0152194081, 0.0148885511, -0.00662520388, -0.0113701727, -0.00309270318, -0.0204162784, -0.0143156042] |
01 Sep, 2022 | React Suite Tooltip Follow Cursor
01 Sep, 2022
React suite is a library of React components, sensible UI design, and a friendly development experience. It is supported in all major browsers. It provides pre-built components of React which can be used easily in any web application.
In this article, we’ll learn about React suite Tooltip Follow Cursor. The tooltip component allows users to display informative text when users hover over, focus on, or tap an element. The follow cursor means that when the user hovers over a button, the tooltip component will follow the cursor.
Tooltip Props:
children: It is used to denote the primary content.
classPrefix: It is used to indicate the component CSS class’s prefix.
visible: It is used to indicate whether the component is visible or not.
arrow: Whether show the arrow indicator.
Whisper Props:
container: It is used to set the rendering container.
delay: It is used to denote the delay time.
delayHide: It is used to denote the hidden delay time.
delayShow: It is used to show delay time.
onBlur: It is a function that is triggered to lose focus.
onClick: It is a function that is triggered on a click event.
onEnter: It is a function that is triggered before the overlay transitions in.
onEntered: It is a function that is triggered after the overlay finishes transitioning in.
onEntering: It is a function that is triggered as the overlay begins to transition in.
onExit: It is a function that is triggered right before the overlay transitions out.
onExited: It is a function that is triggered after the overlay finishes transitioning out.
onExiting: It is a function that is triggered as the overlay begins to transition out.
onFocus: It is a function that is triggered to get focus.
onMouseOut: It is a function that is triggered on the mouse leave event.
placement: It is used for the placement of the component.
preventOverflow: It is used to prevent floating element overflow.
speaker: It is used for the displayed component.
trigger: It is used for triggering events.
Syntax:
<Whisper followCursor
speaker={<Tooltip>...</Tooltip>}>
<Button>Hover</Button>
</Whisper>
Creating React Application And Installing Module:
Step 1: Create a React application using the given command:
npm create-react-app projectname
Step 2: After creating your project, move to it using the given command:
cd projectname
Step 3: Now Install the rsuite node package using the given command:
npm install rsuite
Project Structure: Now your project structure should look like the following:
Step to Run Application: Run the application using the following command from the root directory of the project:
npm start
Example 1: Below example demonstrates the usage of the follow cursor tooltip component.
Javascript
import "rsuite/dist/rsuite.min.css";
import { Button, Tooltip, Whisper } from "rsuite";
export default function App() {
return (
<div>
<div style={{ textAlign: "center" }}>
<h2>GeeksforGeeks</h2>
<h4 style={{ color: "green" }}>
React Suite Tooltip Follow cursor
</h4>
</div>
<div style={{
padding: 20,
textAlign: "center"
}}>
<div>
<Whisper
followCursor
speaker={<Tooltip>
Welcome to GeeksforGeeks.
</Tooltip>}
>
<Button>Hover</Button>
</Whisper>
</div>
</div>
</div>
);
}
Output:
Example 2: Below example demonstrates the usage of the follow cursor tooltip placed at bottomStart.
Javascript
import "rsuite/dist/rsuite.min.css";
import { Button, Tooltip, Whisper } from "rsuite";
export default function App() {
return (
<div>
<div style={{ textAlign: "center" }}>
<h2>GeeksforGeeks</h2>
<h4 style={{ color: "green" }}>
React Suite Tooltip Follow cursor
</h4>
</div>
<div style={{
padding: 20,
textAlign: "center"
}}>
<div>
<Whisper
followCursor
placement="bottomStart"
speaker={<Tooltip>
Welcome to GeeksforGeeks.
</Tooltip>
}
>
<Button>Hover</Button>
</Whisper>
</div>
</div>
</div>
);
}
Output:
Reference: https://rsuitejs.com/components/tooltip/#follow-cursor
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor | https://www.geeksforgeeks.org/react-suite-tooltip-follow-cursor?ref=asr2 | CSS | React Suite Tooltip Follow Cursor | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React Suite Popover Hide Arrow Indicator, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Foundation CSS Progress Bar, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, React Suite Popover <Popover> Props, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, Onsen UI CSS Component Basic Card, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, Onsen UI CSS Component Basic Popover, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Tooltip Follow Cursor, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create animations using relative value in jQuery ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0333778299, -0.0360112526, -0.0165302753, 0.0155546395, 0.0767817, -0.0218605734, 0.00542944949, 0.0342979394, -0.02311383, -0.00675012637, 0.00155566225, -0.00436656224, 0.0199727602, -0.0420078374, -0.0059053693, -0.0112951584, -0.0251602829, -0.00462831836, -0.0269053224, -0.029427696, 0.00220906013, 0.00538582355, -0.0132543612, 0.0200679433, -0.0198775753, 0.00582208345, -0.0033770462, 0.0148011, -0.0308713187, -0.00611953298, 0.00241330895, 0.0158243272, 0.0366775393, -0.0397551507, -0.0350911394, -0.0042277528, 0.0151739037, 0.0143251801, -0.0282061696, 0.0252554677, -0.0392475054, 0.00824134145, -0.00961357635, -0.00781301409, -0.0197982565, 0.0243829489, 0.0183863603, -0.0270163696, 0.0207183678, -0.0344248526, 0.0215591583, 0.0263342187, 0.0260328036, 0.0347421318, 0.0168158263, 0.0369630903, 0.000493518717, -0.00672236457, -0.0151421754, 0.0223364942, 0.0092011122, -0.0405483507, -0.0227806848, -0.0413415506, -0.000122450147, 0.0126673933, 0.000749077648, 0.018751232, -0.00445381459, 0.00300225965, -0.0183070414, 0.0171489697, 0.00571103534, -0.0399772488, 0.00864587259, -0.0177042093, 0.0115251867, 0.00115013903, -0.0316486545, 0.00676995656, -0.00534616364, 0.0219557583, -0.0386129431, -0.00666684052, 0.00482661789, -0.0185132734, -0.0301415753, -0.0532078147, 0.0329970941, -0.00197010883, -0.0264452659, -0.00661131646, 0.011652099, 0.00851896126, -0.0383591205, -0.00994672, 0.0441018827, 0.00201175176, -0.030506447, 0.0296180639, 0.008193749, 0.0480678827, -0.0460372902, -0.0265404508, 0.0127229178, 0.00519148959, 0.0441653393, -0.0066152825, 0.00749176787, -0.0104385037, 0.0338220224, -0.0132781575, -0.0195920244, 0.0322038941, -0.0108351028, 0.0446729884, -0.0327432677, -0.0446095318, -0.0456565544, -0.00150608725, -0.00423568441, 0.0154118631, 0.0143251801, 0.0836349428, -0.0162367914, 0.0262548979, 0.00506854383, -0.0178469848, 0.0284282658, -0.0104067754, 0.0350276828, 0.0138413291, -0.0313631035, 0.000630593509, 0.0407069921, 0.016895147, -0.00227251626, 0.0235580206, -0.0346469469, -0.000975635194, -0.0435625091, -0.0359160677, 0.0187195055, 0.0312361903, -0.0174027942, 0.0208452791, -0.0358208828, 0.00263540493, -0.0529539883, 0.00478695799, -0.0264135394, -0.0120090386, 0.0366775393, 0.0164668187, 0.0240973961, 0.00698412023, -0.0317597, 0.0210673753, 0.0112396348, -0.015800532, 0.0141665405, -0.0205597281, -0.00212974031, 0.00912972447, -0.00369036, -0.00957391597, -0.00888383295, 0.00032818623, -0.0658038184, 0.0331874602, -0.0151183801, 0.0267149545, 0.00318072946, 0.0371851847, -0.0283013526, -0.0203376319, 0.00789629947, -0.00955012068, -0.0137778725, -0.00689290231, -0.0324577168, 0.0287138168, 0.00379744195, -0.0230662376, 0.00649233675, -0.00478299195, 0.0214481112, 0.026365947, -0.0419443808, -0.0260328036, -0.0488293506, -0.00439829053, 0.0410242714, 0.0124294339, -0.0150549235, 0.010962015, -0.0392157771, 0.0324101262, 0.0268418659, -0.0193223357, -0.00169050612, -0.00790026598, -0.0304112639, -0.00281585776, 0.0321880281, -0.00272860588, -0.00236571697, -0.00751953, 0.0137064848, -0.0292214639, -0.00187294197, -0.0353132337, 0.00247676508, -0.00663907873, -0.000174503861, 0.0113744792, -0.0132781575, -0.00475523, 0.0230979659, 0.0192430168, 0.0172600187, -0.0144520923, 0.0294435602, 0.0195920244, -0.0799545, 0.0135557773, 0.0205755904, -0.00516372779, 0.0183387697, -0.0146741876, 0.00487421, 0.0198617112, -0.0151897678, 0.0184022244, 0.0128815575, 0.0187195055, -0.00108073407, -0.00343455328, -0.0103195235, 0.0296180639, -0.00320650847, -0.0210515112, 0.0115172546, -0.0131512452, 0.00636939099, -0.00168455718, 0.0188781451, -0.0215908866, -0.0104781631, -0.0189098734, -0.0237325244, 0.0406752639, -0.00242124102, 0.00800734758, -0.0116758943, 0.0188305527, 0.00730933202, -0.0232248772, 0.0297449753, 0.0262073074, 0.0418174714, 0.00843170937, -0.0096691, 0.0119376499, 0.0461324751, -0.0379783846, 0.0599976, -0.0386446714, 0.00313115446, -0.00759885, 0.0478775129, -0.0539692827, 0.0313313752, 0.00925663672, -0.00482661789, 0.00444984855, -0.0310140941, 0.0130164018, 0.0345200375, -0.0143886367, 0.0319183432, 0.00523511553, 0.0610128939, 0.00648440467, -0.000220236761, 0.00807080325, -0.00154574728, 0.0335364677, -0.0114775943, 0.0175614338, -0.0329653658, -0.0378197469, 0.00807873532, 0.00884417258, 0.066184558, 0.0147455763, 0.0093994122, 0.0409290865, -0.0364871696, -0.017672481, -0.00386486389, -0.00806683768, -0.0151977, -0.0109778792, -0.00954218861, 0.0393426865, 0.0499398299, 0.00387477875, -0.0519069657, -0.0113348188, 0.0539692827, 0.00867760088, -0.0401676148, -0.020036215, -0.0165937301, -0.00381330587, -0.00359121, -0.0164350905, -0.0276826583, -0.024192581, -0.0266673621, -0.0227648206, -0.0533347242, 0.025477564, 0.071007207, 0.000817491091, 0.00157945824, 0.0044617462, 0.0235897489, -0.00602038298, -0.00988326408, -0.0368679054, -0.0156894829, 0.0288565923, 0.0155784357, -0.0366140828, 0.0253506508, -0.0117869424, -0.0140316971, 0.0333461, -0.0400724299, -0.0124056377, 0.018069081, -0.020432815, 0.0239070281, -0.0388350412, 0.0263500828, -0.00626627496, 0.00999431219, 0.0398820639, 0.00160722015, 0.0281744413, 0.0204804074, -0.0138016688, 0.0320928469, 0.0260486677, 0.00831272919, -0.0307761356, -0.00334928418, 0.0553653166, 0.00504078204, 0.00428327639, -0.0184498169, 0.0319183432, 0.00381330587, -0.0373755544, -0.0432769582, -0.0124215018, -0.014610732, 0.00117393502, -0.0274922904, -0.0177042093, 0.00600848533, 0.00890762918, -0.00912179239, -0.048289977, 0.0213687904, 0.00268696272, -0.0172600187, 0.0133733414, 0.00165877817, 0.00984360371, 0.00542548345, 0.0326798148, 0.00920904428, 0.040580079, -0.00247081602, -0.0223999489, 0.0271591451, 0.00163498218, -0.016292315, 0.033282645, 0.0108430348, -0.00870139711, -0.00148923183, 0.00443795044, 0.00255410187, 0.0142934527, 0.00410480658, -0.0419126526, 0.0344883092, 0.0344883092, 0.0485120714, -0.00315296743, -0.00213370635, 0.0019790323, -0.0704995617, 0.005972791, -0.00372407096, 0.0223523583, 0.000221104317, -0.0466718487, -0.0174662489, 0.00198498135, 0.0199093036, 0.0504157506, 0.0333778299, 0.0487024412, -0.0294752885, -0.0286820885, 0.0469891317, -0.0047710943, 0.0133733414, 0.0228282772, 0.00446571223, 0.0418492, -0.00996258389, -0.0194333848, 0.0140079008, -0.051653143, -0.0358843394, -0.0290786885, 0.00129291497, -0.0295546073, 0.02113083, -0.0159909, 0.0450537242, 0.0123342499, -0.00188484, -0.0194651131, -0.00627024099, 0.0157212112, 0.0146028, -0.0332191885, -0.0646298826, 0.0267784111, -0.0220668055, 0.00850309711, -0.00416826271, -0.00967703201, -0.0109144235, -0.00747986976, -0.02804753, 0.0095977122, -0.00517562591, -0.0134209329, -0.00519942166, -0.00991499238, 0.0100577679, -0.02804753, -0.00938354805, 0.00980394427, 0.00595296128, -0.0322356224, 0.00594106317, -0.025683796, -0.00442605233, 0.0294435602, 0.000879955536, 0.000734205183, -0.00400764, -0.00128101697, 0.0505743921, 0.0150866518, 0.0167365056, -0.00105297216, 0.00359914219, -0.00860621314, -0.00253823795, -0.0138096008, 0.0107002594, 0.0303954, 0.0274764262, 0.00882037729, 0.0131909056, -0.00339687616, 0.0556825958, -0.0219716225, 0.0123104537, -0.0145869358, 0.0232566055, -0.00336316531, -0.0673902184, -0.0156736188, -0.0116283027, -0.0503205657, -0.0131750414, -0.0192271527, 0.0274129696, 0.00871726125, 0.0108430348, 0.00522321789, -0.0232407413, 0.02804753, -0.0386446714, 0.0156498235, -0.0492418148, 0.0137620084, -0.0200203527, -0.0284441281, -0.00603228109, 0.0144282961, 0.00696825655, 0.0290786885, -0.00719431834, -0.015308748, -0.00877278484, 0.0484486185, -0.00943907257, -0.0279523451, -0.00558412354, -0.000433533016, -0.00617109099, 0.0215432942, 0.00506854383, 0.0120328339, 0.020242447, -0.0191161036, 0.00932009239, -0.0210991036, -0.017577298, 0.000684630184, 0.0170537867, 0.0400724299, -0.0124928895, -0.00785267353, 0.0116917584, -0.000249857811, 0.000364623818, 0.0111285867, -0.0466401204, 0.00222492428, -0.0613619, -0.00142180989, -0.0222413093, 0.0335364677, 0.0141665405, -0.0249540526, -0.0110809952, 0.0183229055, -0.00397392875, 0.0543182902, -0.00585381128, -0.0132384971, 0.00641698297, -0.0124135697, -0.0573959053, 0.00472350232, -0.0251920111, -0.00334928418, -0.0111444509, -0.0263500828, 0.0555239543, 0.00471160421, 0.0223523583, -0.0292690564, 0.00461642025, 0.00350990705, -0.00548893958, -0.00488610798, 0.0162129942, -0.0034761962, 0.0151421754, -0.00671046646, 0.0405166224, 0.0208135508, 0.0187195055, -0.0139523763, 0.0292214639, 0.0161098782, -0.00641698297, -0.0145869358, -0.0215115659, -0.00530650374, -0.0057070693, -0.00258781295, -0.020432815, -0.0112475669, -0.00626627496, -0.0162605867, 0.00301614054, 0.020036215, 0.0158084631, -0.00335721625, -0.0782411844, 0.0220668055, -0.0109302867, 0.0308078639, -0.00413256884, -0.0274922904, 0.0261121225, 0.0175455697, 0.0222730376, 0.0428010374, -0.00471953629, -0.0285234489, -0.0113744792, 0.00420395657, -0.00310537545, -0.00863794144, -0.0531443581, 0.0106526669, 0.00721414806, 0.0130877895, 0.0182594489, -0.0247160923, 0.0101608839, 0.0267942734, -0.0178945772, -0.0287296809, 0.0385494903, 0.0153880678, 0.0310140941, 0.0135399131, 0.025683796, 0.00262350682, -0.015396, -0.0142379282, -0.00485438, -0.0111761792, -0.0125166858, -0.0128974216, 0.0133733414, 0.00059043779, 0.0313472375, 0.0751953, 0.00784870796, -0.00590140326, -0.0107716471, 0.00600451929, -0.0118107386, 0.0259852111, -0.0131988376, 0.0776066259, -0.0196872074, -0.0137699405, 0.00195920235, 0.0398503356, 0.01818013, -0.0188940093, -0.00636542495, -0.0149438763, 0.0135637093, 0.00974048767, -0.0087569207, -0.00977221597, 0.00259971083, -0.00757505372, -0.0216067508, 0.0275398809, 0.0177359376, -0.0193223357, 0.0127705093, -0.00835239, 0.00899488106, -0.0116838263, 0.0217336621, 0.00950252824, 0.0329970941, 0.0171013772, -0.0060124509, -0.00113824103, 0.0038807278, 0.0128101697, 0.0120724943, -0.0409608148, -0.0172758829, -0.00385494879, -0.00734899193, 0.0103591839, 0.016895147, -0.00594106317, 0.0118266027, 0.0133971367, -0.0144679565, -0.00766230561, -0.0286186319, 0.00306769856, -0.0364554413, -0.00653992873, -0.013230565, 0.0124532301, 0.0277619772, 0.0287772734, 0.0111285867, -0.00155764527, -0.0147455763, -0.0169586018, 0.00556032732, -0.0289200488, -0.0335364677, -0.0127705093, -0.0378832, -0.000997448224, 0.0121597461, 0.00246685, -0.0112951584, 0.00313115446, -0.0367409959, -0.00816202164, 0.0386129431, -0.0128894895, 0.00968496408, 0.025287196, -0.000778326881, 0.0253665149, 0.000268448406, 0.00674616033, -0.0644077882, 0.00364078511, 0.00386883, 0.0189416, 0.0215432942, -0.015903648, 0.00581018534, -0.0173234735, 0.0208452791, -0.0134367971, -0.0281109847, -0.00420395657, -0.00510027166, 0.0222571734, 0.0123897735, -0.00361698912, -0.00371019, 0.0211625583, 0.00629800279, -0.00574672921, 0.00843964145, 0.0117472829, 0.00347421318, 0.0114300027, -0.0252237394, 0.00228838017, 0.0243829489, 0.00821754523, -0.023209013, 0.0107716471, 0.0140951527, -0.00213370635, 0.00237563206, -0.0118186707, 0.00567534147, -0.016688915, 0.00973255653, 0.00915352069, -0.0159274433, 0.00202563289, -0.0216067508, -0.0277143847, 0.00349206012, 0.00856655277, 0.0109223556, 0.00912972447, -0.00385098299, 0.0125484141, -0.0238118451, 0.00620678486, 0.0131591773, -0.0176407546, 0.00558808958, 0.00570310326, 0.0251444187, 0.0105257556, -0.00119773101, -0.038517762, 0.0133971367, -0.0429596789, -0.0188940093, -0.0354401469, -0.00979601219, -0.00338299526, -0.000294475263, 0.0108271716, -0.00463625044, 0.00833652541, 0.0106209395, 0.0252554677, 0.00613143109, 0.0211625583, 0.00753142778, 0.0116600301, 0.00643681269, 0.00876485277, 0.0210039187, -0.047306411, -0.00224078819, 0.0058062193, 0.00356939714, -0.0234945659, 0.0236690696, -0.0196078885, -0.0032104745, 0.0249381885, 0.0542548373, -0.0095977122, -0.0183229055, -0.0101926122, -0.0341075733, 0.00595692731, 0.00100191, 0.0261597149, -0.0531443581, 0.0317438394, 0.00272860588, -0.0236373413, 0.0339489318, 0.036423713, -0.00916938484, -0.0139603084, 0.0322356224, 0.0095659839, 0.00340084219, -0.0411829092, -0.0177518018, 0.0480361544, -0.007698, 0.00824134145, 0.0153563395, 0.000612250762, -0.0102322716, 0.0115648471, -0.051938694, 0.0172917452, -0.0224158131, 0.00192152546, 0.0178787131, 0.0171172414, 0.0150628556, 0.00145056332, -0.0139127169, -0.0152849518, -0.0186560489, -0.00524304761, -0.00490197213, 0.0103274556, -0.0240815319, 0.0146265961, 0.0440701544, 0.0182753131, 0.0340441167, 0.00611556694, 0.014118949, 0.00588157307, 0.0174821131, 0.0230503734, 0.00563568156, 0.0179263055, 0.0252237394, 1.680901e-05, 0.0151183801, 0.0215432942, -0.00224872027, 0.0328067243, -1.72427899e-05, 0.0310140941, -0.0279047526, 0.0218764376, -0.0253347866, 0.00123937405, -0.0150390603, -0.00629007071, -0.0377562903, 0.0124294339, 0.0214639753, -0.000580522756, -0.0429914035, -0.011255499, -0.00277223182, -0.00193144043, 0.0326480865, -0.015594299, -0.0191002414, 0.0027702488, -0.0105098914, 0.00916145276, -0.0349959545, -0.0234628376, -0.00828893296, -0.00655182684, -0.00320055941, 0.00837618485, 0.00657165656, -0.0359795243, 0.00847930089, 0.0461007468, -0.00839998107, 0.00521925185, -0.0249064602, 0.0152690876, 0.00345636625, -0.0147931678, 0.0201314, -0.0414684638, 0.0302050319, -0.0243353564, 0.00535012968, 0.0348373167, -0.00330169243, 0.00364475115, 0.0220826697, 0.0258107074, -0.0270639621, -0.0259058904, 0.0184815452, -0.00669856835, -0.0391523205, 0.0339806601, 0.0382956639, -0.0200044885, -0.0114775943, -0.0127149858, 0.0141030848, 0.0347738601, 0.00577052543, -0.00970082823, -0.0138175329, 0.00232804, -0.0171965621, -0.0032739304, 0.00492180185, 0.0287614092, 0.0190526489, 0.00591726741, -0.0243670847, -0.0167682339, -0.00466797827, 0.041056, -0.0174662489, -0.00817788579, 0.0373120978, -0.00636542495, -0.0371851847, -0.00514389761, -0.00966116786, -0.0281268489, -0.007356924, 0.0292214639, 0.0060441792, 0.0203852244, 0.00329177734, -0.0157925989, -0.00646457495, -0.0314582847, 0.00820168108, -0.0375976488, -0.02271723, 0.00895522069, -0.000114270282, 0.0108192395, -0.0265880432, 0.00219319621, -0.0233041979, 0.00928836409, 0.0111999745, -0.010858899, -0.0287772734, -0.00777731976, 0.0259534828, 0.00792802777, -0.0209721904, -0.0242719, 7.58496899e-05, -0.00816995371, -0.00486231223, -0.00229036319, -0.015396, -0.0362016186, -0.0121200858, -0.00998638, 0.0284282658, 0.0191478319, 0.0213053338, -0.00754729193, 0.0157925989, -0.0241449885, 0.00191755942, -0.00866173673, -0.0186243206, 0.0101291556, 0.0265245866, -0.00553653156, 0.00159036473, -0.00516372779, -0.0208928715, 0.0226855017, 0.0162209272, 0.00828100089, -0.0251920111, -0.020036215, -0.0206231829, -0.00348809408, -0.0142220641, 0.00859828107, -0.00487421, 0.0421347506, 0.00162804173, -0.00680961646, -0.0446729884, 0.00484644808, -0.023002781, -0.00901867636, -0.0354718752, -4.84595221e-05, 0.0137937367, 0.0286503602, 0.0366140828, -0.00306174951, 0.0202583112, 0.00229234621, 0.0198299848, -0.00709120231, 0.0468622185, -0.0017380981, 0.001900704, 0.00455693, -0.00500905374, -0.00938354805, -0.00464814808, -0.0192271527, 0.00963737257, -0.00681754854, 0.00924077258, -0.013524049, 0.00752746174, -0.0123342499, -0.0123659782, -0.0566344336, 0.0100894962, -0.00193044893, 0.00849516504, -0.0210515112, -0.00704361033, -0.00600848533, -0.0088996971, 0.000133356647, -0.00076791615, -0.0026572179, -0.000209578138, -0.0162209272, 0.0199568961, 0.000856655301, -0.00919318, -0.00512010185, -0.00278016366, -0.000733213674, -0.00845550559, -0.00786853768, 0.023399381, 0.0135716414, -0.0289041847, -0.0124849575, -0.0276350658, -0.0238594376, -0.00441415422, 0.0143093159, 0.0295546073, -0.00736882212, 0.00459659, -0.0115172546, -0.0158084631, 0.00279206177, -0.0059053693, 0.00511217, 0.0205121357, 0.00542944949, -0.0240498036, -0.00310140941, 0.0176407546, 0.00432293629, 0.0234152451, -0.0187353697, 0.0218447112, 0.0501619279, -0.0418174714, -0.0190050565, 0.017973898, -0.00523908157, -0.0144996839, -0.0145314122, -0.00252633984, 0.0147455763, -0.0212894715, -0.00537789147, -0.0171489697, -0.0208135508, -0.00847136881, 0.0812236145, -0.021828847, -0.0174503867, -0.0308871828, -0.000674219453, -0.0248112753, -0.0152452914, 0.000151451502, 0.0165144112, -0.0192906074, -0.00273058889, -0.0174979772, -0.010763715, -0.00882037729, 0.00209404621, 0.0304429922, -0.000801131362, 0.0127943056, 0.0178311206, -0.0122152697, 0.000407754036, 0.00985153578, -0.00334135233, -0.0266356338, 0.0070118825, -0.0017876731, -0.0114696631, -0.0284441281, -0.0128339659, 0.00250056107, 0.00591726741, -0.00164787169, 0.0296022, 0.0140634244, 0.0145869358, 0.0547307543, 0.00095977122, 0.00582604948, 0.0113903424, -0.00138909032, -0.0074164141, 0.0045331344, -0.00181543501, -0.0167365056, -0.00376968, -0.00353568606, -0.0095659839, -0.0142379282, -0.0260962583, 0.00672236457, -0.0056079193, 0.00483058393, 0.0233359244, -0.0132622933, -0.00865380466, -0.00536599383, 0.00937561598, -0.0299353432, 0.0407704487, -0.0345200375, -0.0250016432, 0.00219121319, 0.00824927352, -0.0112951584, 0.0122549301, -0.00305778347, -0.0223364942, -0.0039441837, -0.0326480865, 0.0285234489, -0.00406911271, -0.00173115765, 0.00363087, -0.00047319298, -0.0319342054, -0.00405126577, -0.0184022244, 0.00997051597, 0.0132781575, -0.03099823, -0.0169744659, -0.00483455, -0.0181484018, 0.0246050432, -0.00840791315, 0.0168792829, -0.00680565042, -0.0320452526, -0.0117948744, -0.0107875112, 0.00210991036, 0.00161911815, -0.0284124017, -0.0237325244, 0.00347024715, -0.010168816, 0.0108747631, -0.00208214833, -0.0104067754, 0.00353172, 0.00303398748, 0.0150231961, 0.0205121357, 0.00411670469, 0.0194333848, -0.0100498358, 0.0161416065, 0.0239387564, 0.00704757636, 0.0161812678, 0.0056396476, -0.0084237773, -0.00381132285, -0.00304985163, -0.0424837582, 0.000272166537, -0.00869346503, 0.00156954327, 0.00291699055, 0.0017133106, 0.00575862732, 0.0141506763, -0.00250849291, 0.00361897214, 0.0322038941, -0.00196316838, -0.00187889102, 0.0117393509, 0.0135716414, 0.0151818357, 0.0072458759, 0.0070515424, -0.00580225326, -0.00759091787, 0.000143147699, 0.00690083439, 0.00390849, 0.027349513, 0.00983567163, 0.010962015, 0.00230027805, 0.0239546206, -0.0212894715, 0.00913765654, 0.0117710782, 0.00096225, 0.0165778659, -0.00378554384, 0.000175743233, 0.00585777732, 0.0164033622, -0.0266514979, -0.00901074428, 0.0143013848, 0.0283648092, -0.0157608707, 0.0219557583, 0.00812236127, 0.00246090093, -0.0192112885, 0.0243194923, 0.0192112885, 0.00885210466, 0.00522321789, 0.00079766108, 0.000414694543, -0.00665097684, -0.0148962839, 0.0115013905, 0.0134367971, 0.00647250656, -0.0214798395, 0.0104781631, -0.00820961315, 0.0281109847, 0.0176566169, 0.0366140828, -0.00230226107, 0.0479092412, -0.0236214772, -0.0148804197, -0.00196019397, 0.00236175116, 0.0147773037, -0.0114379348, -0.0182753131, -0.00341075729, -0.00660338486, -0.0208135508, 0.00847136881, -0.0181166735, 0.00440225657, 0.0113824103, -0.00471557025, 0.0368679054, 0.0078923339, -0.00719035231, -0.0045331344, 0.0103988433, 0.00851896126, -0.0172441546, -0.0112079065, 0.00818581693, 0.0234628376, 0.0100815641, 0.00553653156, -0.0300939828, -0.00189574645, 0.0178152584, -0.00617902307, 0.0152373593, 0.0171013772, 0.000834842329, 0.00182039256, 0.0332509167, -0.026365947, 0.00269489479, 0.0224951338, 0.00740848202, 0.0072181141, -0.0096691, 0.000861117034, -0.0306016319, 0.0129529452, 0.00464814808, 0.0177835301, 0.0253665149, -0.00609970326, 0.00879658107, 0.0121359499, -0.0196396168, 0.0424837582, 0.0451171808, -0.00699998438, 0.00725777401, -0.0121914744, 0.0144917518, -0.0308237262, -0.0238753, 0.00823340937, 0.0137461452, 0.0111523829, 0.00352180516, 0.000724785903, -0.00497732591, -5.08143348e-05, 0.00416429667, -0.0162764508, -0.00927250087, 0.00632973108, -0.010168816, -0.0121518141, 0.0342979394, -0.0110730631, 0.016688915, 0.0102084754, 0.00177874952, -0.0118662622, 0.00458865846, -0.0256520677, 0.000399574172, -0.00041023278, -0.00586174335, -0.00576655939, -0.00549290562, -0.0279840734, 0.0130957216, -0.00627024099, -0.0014614698, -0.0155625716, -0.0146345282, 0.037439011, 0.0102560678, 0.00732916221, 0.00937561598, -0.00594106317, 0.0337902941, 0.00958978, -0.00319857639, -0.00194829598, -0.0133574773, 0.0150787197, 0.00919318, -0.00646854052, 0.0129529452, 0.0177042093, 0.00174305553, 0.0150231961, -0.00302010658, -0.00174107263, 0.0140396282, 0.00712293, 0.00780111551, -0.0111999745, -0.0130798575, 0.0181008093, 0.00582208345, 0.00227053324, -0.0101370877, -0.000677689677, -0.0284282658, 0.00893142447, -0.00235976814, 0.0095659839, -0.0132622933, 0.0155705037, 0.0165778659, -0.0094708, -0.0080906339, -0.0160781518, 0.00851102918, -0.0268101376, 0.00218328112, -0.0155863678, -0.0176566169, -0.00192251697, 0.0156418905, 0.00652406458, 0.00198200694, -0.010565415, 0.000801131362, -0.0207183678, -0.0200996716, 0.0166571867, 0.031505879, -0.021828847, 0.0107399197, -0.00616712496, -0.00225268607, -0.0142934527, -0.0109461509, -0.0110809952, -0.0234152451, 0.0155308433, 0.00271472475, 0.0173710659, -0.000100265359, -0.00977221597, -0.00827307, 0.0184974093, -0.0319818, 0.033853747, -0.00185608654, 0.00126416143, -0.0155546395, -0.0266356338, -0.0109937433, 0.0120169707, -0.022606181, -0.0242719, -0.00510027166, 0.00394220091, 0.00981187634, -0.02685773, 0.0129846735, 0.00133356638, 0.0260486677, 0.0437528752, 0.00644474477, 0.0303954, 0.00955012068, -0.0199727602, -0.00635749288, -0.00325608347, 0.001888806, -0.00429914054, 0.00874105655, -0.00423171837, 0.0069127325, 0.0271750093, 0.00147237629, -0.0281585772, 0.0207976867, 0.00586174335, 0.0239387564, 0.0326163583, 0.0167523697, -0.0132622933, 0.0065756226, -0.0330605507, -0.0224316772, -0.0302367602, -0.0390571356, -0.0195761602, 0.00773766, -0.0150549235, 0.00238753017, 0.0100657, -0.0140792886, 0.0122549301, 0.0210197829, -0.0124294339, 0.0322038941, -0.02192403, -0.0310616866, 0.00435466459, -0.0375024639, -0.000119103839, -0.0352815092, -0.0129291499, 0.0256362036, 0.00644077873, 0.00469177403, 0.00290310965, 0.0140475603, -0.000284808135, 0.0158084631, -0.000556231069, 0.00234192121, 0.00471160421, 0.0171013772, -0.00478695799, -0.0360112526, -0.0137064848, -0.02685773, 0.0201948564, -0.00054284581, 0.0269053224, 0.00558015751, -0.0234787017, 0.0019016955, -0.0167999621, 0.00386883, 0.000257294043, 0.0113982745, -0.019258881, 0.0451171808, -0.00131671096, -0.0192271527, -0.0169427376, 0.012643598, -0.0239070281, -0.0289993677, -0.00444588251, -0.00675805844, 0.0117076226, -0.00975635182, 0.00307364762, 0.00826513767, -0.00407307874, 0.00223880517, 0.00133059197, 0.00893935654, -0.00377959502, -0.00219517923, -0.0131988376, 0.0156736188, 0.0130005376, 0.00772972777, 0.000840295572, -0.00932009239, 0.00729743391, 0.0147614405, 0.0191636961, -0.000158020179, -0.00531840185, 5.84984518e-05, -0.0116917584, 0.0108668311, 0.00763454381, -0.0113110226, -0.0193857923, -0.00889176503, -0.000163721299, 0.00577449147, 0.023209013, 0.0159353744, -0.0146821197, -0.0195602961, 0.00912972447, 0.0182277206, -0.030316079, -0.0064487108, -0.0159909, 0.0114220707, -0.00415636459, -0.0213687904, -0.000952830713, -0.00619885279, 0.00255806791, -0.00130679598, 0.00147832534, -0.00202464126, 0.00692463061, 0.0229710527, 0.0367409959, -0.00409290846, 0.0284599923, 0.00974842, 0.0139920367, 0.0267149545, -0.0151501074, 0.0156656876, 0.00573086552, 0.00317279738, 0.00729743391, 0.0216860697, 0.0262073074, -0.0245415885, -0.0283013526, -0.0118979905, 0.00787250325, -0.0220509414, -0.00552463345, 0.00638922071, 0.00893935654, -0.0135716414, 0.00267903088, 0.00163894822, 0.0121042226, 0.0190526489, -0.0142934527, -0.0027702488, 0.0190209206, 0.00970876, 0.0127308499, -0.0182594489, -0.0127229178, -0.00893935654, -0.00412067072, 0.0202107187, -0.00586570939, -0.00190566143, -0.0312520564, -0.00418016082, 0.0138175329, -0.0132860895, 0.00711499806, 0.00799148344, -0.00298242969, 0.0215750225, 0.00223880517, -0.00907420088, -0.00521925185, 0.0028198238, -0.00112237711, 0.00169050612, -0.0114300027, 0.02113083, 0.0139920367, -0.00466797827, 0.0332191885, -0.0203376319, -0.0152611556, -0.0139444442, 0.00320650847, -0.00616712496, -0.0080866674, -0.00692859618, -0.0104781631, 0.00467194431, -0.00539375562, -0.00934388861, 0.0256203394, 0.00412067072, 0.00375778205, -0.0187829603, -0.0144679565, -0.0101608839, 0.00575069524, -0.005135966, 0.00362690398, 0.0125246178, 0.00423568441, 0.00774559192, 0.0179421697, -0.000317279744, 0.00932009239, 0.00885210466, 0.00882037729, -0.00169744657, 0.0232407413, 0.015396, 0.00809856504, 0.0127229178, 0.0133574773, -0.0243036281, -0.010264, -0.018862281, -0.00599262118, -0.0195602961, -0.0100339716, 0.00655182684, -0.00795182399, -0.0016617527, 0.005972791, -0.0153166791, 0.0173393376, -0.00287733064, 0.00552066742, 0.0137620084, 0.0143727725, -0.0224475414, -0.0118979905, -0.00788440183, -0.0244781319, -0.025477564, 0.00409290846, -0.00323228748, -0.0131036537, -0.0199727602, 0.00450140657, 0.0112475669, -0.00428327639, -0.0195444319, -0.0241291244, -0.0107161235, 0.0217495263, -0.0118821263, 0.00373596908, 0.020543864, -0.0330288224, -0.00177081756, 0.00389659195, 0.0199886244, -0.0270639621, 0.000638029713, 0.00897901691, 0.0287138168, -0.00340877427, -0.00916145276, 0.0143489763, 0.00653992873, 0.0101370877, 0.0145790046, 0.00593313109, 0.0011848415, -0.0167523697, -0.0119852424, 0.00610366883, 0.0278095696, 0.00769006787, -0.00664304476, 0.00280594267, -0.00964530371, -0.0153008159, -0.0276192017, -0.0154594555, -0.0148962839, -0.00740055, 0.0109223556, -0.0142141329, 0.00171628513, -0.0219716225, 0.00593313109, -0.00276429974, -0.0257155225, -0.0150231961, -0.0037914929, -0.00639715279, 0.00239546201, 0.0152214961, 0.00933595654, 0.0106843952, 0.0118107386, -0.000755026645, 0.0171331055, -0.00717448816, 0.00165382063, -0.00994672, 0.0249381885, 0.00246486696, -0.00840791315, 0.0159909, -0.00534616364, -0.0153404754, -0.0016736507, 0.0269370507, -0.00727760419, 0.00568327354, 0.00116996909, -0.00667080656, -0.0209246, -0.0175931621, 0.00608780514, 0.0105178235, 0.0227330942, -0.000442456512, 0.0010589211, -0.0189733282, -0.00894728862, 0.0151977, -0.00176486862, -0.00682944665, 0.00127011049, -0.0263818111, 0.0245733168, 0.00807873532, 0.00224673725, 0.0224792697, -0.0113744792, 0.000444191654, -0.011255499, -0.0135716414, 0.0232248772, 0.00535409572, -0.0463545695, 0.0172758829, 0.00928043202, 0.000741641386, 0.0235738847, 0.000413455156, -0.00955805182, -0.0107081914, 0.00327789644, 0.00706740608, -0.00693652825, -0.0153563395, 0.0210515112, 0.0078883674, 0.00131770247, 0.00178370706, -0.021035647, -0.00758695183, -0.00189772947, -0.00793596, -0.000223954878, 0.0221778546, 0.0138492612, 0.00349999219, 0.0103036594, 0.012342182, -0.00814615749, -0.00879658107, -0.019258881, -0.00093200925, 0.00686117448, -0.0265563149, 0.00579828722, -0.000725281658, -0.0246050432, 0.0112237707, 0.00275636767, 0.0105098914, -1.57090653e-05, 0.000337605481, -0.0106209395, 0.0114300027, -0.00845550559, 0.00703567825, 0.0200996716, -0.00276231673, 0.0188146885, -0.0166413225, -0.0305223111, -0.00800338108, 0.0243670847, -0.00599262118, -0.0165778659, 0.0190050565, 0.00721414806, 0.00314503536, 0.00928836409, -0.0072181141, 0.00858241692, 0.00847136881, -0.0115807103, 0.0244781319, 0.0169427376, -0.0207659584, 0.0198299848, -0.0082572056, -0.00161416072, -0.00832859334, -0.0023300231, -0.00857448485, 0.00535806175, 0.0122232018, -0.0137540773, -0.0176407546, -0.0158560555, 0.000879955536, 0.0291580092, -0.0115648471, 0.0145076159, 0.0109144235, -0.00695635844, 0.00542151742, -0.00230226107, 0.0067144325, 0.00658355467, -0.0265880432, -0.0170061942, 0.0118345348, 0.000560692803, -0.00375778205, 0.00074610312, 0.00437449431, 0.0156656876, -0.0199410319, -0.000632080715, 0.0329970941, 0.0138413291, 0.00681754854, 0.00554842968, -0.00799941551, -0.0075234957, -2.17200286e-05, 0.00461642025, 0.00505664572, 0.00975635182, -0.00679771835, -0.00079468661, -0.0174503867, 0.0026710988, -0.00360112498, 0.00385494879, -0.0013355494, 0.00452123629, -0.0265404508, 0.0122628622, -0.00870139711, -0.00403936766, 0.000132241199, -0.0266197696, 0.00862207729, 0.0164509546, -0.00593709713, 0.00767023768, -0.0358208828, 0.0135875046, -0.0146821197, -0.00219319621, 0.00641698297, 0.015895715, 0.00612349901, -0.0118583301, -0.00534616364, -0.0108985594, -0.00088441727, -0.0242401715, -0.0317438394, -0.0267308187, -0.0217812546, -0.0121359499, -0.00753539382, -0.0194492489, 0.00522321789, -0.00106982759, 0.00424361648, 0.00632576505, 0.0312837809, 0.0539692827, -0.00848723296, 0.00495749619, 0.00713086221, 0.00583794713, -0.0136668254, -0.00244503701, -0.0102243396, 0.021035647, -0.00699205231, -0.00504474808, 0.00464021601, 0.00765833957, 0.034869045, -0.00393426884, -0.012048698, -0.0124928895, 0.00736485608, 0.00905833673, 0.000238703433, 0.00491387025, 0.0258107074, -0.00168356567, 0.0127705093, -0.0121280178, 0.0145234801, 0.00059043779, 0.00195622793, -0.0262866262, -0.0367727205, 0.019655481, -0.00222690729, 0.0204486791, 0.00511613581, -0.0136668254, -0.00704757636, -0.0105098914, -0.00207223324, 0.0108192395, -0.0170379225, -0.00550480373, 0.0120804263, 0.00334730139, -0.0109144235, 0.00497336, 0.0123183858, 0.0143013848, -0.0026314389, -0.0165302753, 0.0237483885, 0.00373002, -0.00547307543, 0.00318072946, 0.0219557583, 0.0160384905, 0.0196078885, -0.00813822541, 0.00658752071, -0.0112158386, 0.0194175206, 0.0095977122, 0.00320254243, 0.007698, 0.0150787197, -0.0115807103, -0.00550480373, 0.0370900035, 0.0280316658, 0.00085764681, 0.035344962, 0.0398820639, 0.00553256553, -0.0129529452, -0.00329772639, 0.003827187, -0.000171033607, 0.00611953298, -0.0269211866, 0.00624247873, 0.0274446979, -0.00262747286, 0.00110254716, -0.00632179901, 0.00598865515, 0.00721414806, 0.00551273534, 0.0223047659, -0.000255063176, 0.0136509612, -0.00309546059, 0.0108192395, 0.00559998723, 0.0206866395, 0.00588157307, 0.00559205562, 0.0126594622, 0.0172441546, 0.0145076159, -0.0120724943, -0.0116362348, -0.0181959923, 0.0111127226, 0.00356146507, -0.014816964, -0.00737278815, 0.0117631461, -0.0436259657, 0.000804105832, -0.00734502589, 0.00571500137, -0.00161614374, 0.00526684383, -0.00287534762, -0.0126039376, 0.00286939857, 0.0193064716, 0.00392633677, 0.00977221597, 0.0288883206, 0.00365466601, 0.014809032, 0.0204645433, 0.0287614092, -0.0228758696, -4.83975527e-05, 0.00774559192, -0.0212577432, -0.0080589056, -0.00468384242, 0.0315376073, 0.00334730139, -0.0188305527, 0.0266673621, -0.0125008216, -0.00303398748, -0.00912179239, 0.02152743, -0.00340877427, 0.00100389298, 0.00624247873, -0.0425472148, -0.00675409241, 0.0124135697, -0.00881244522, -0.00221897522, 0.0223523583, 0.0203376319, 0.0094708, -0.000511613558, 0.00847930089, 0.0142934527, -0.00514389761, -0.017085515, 0.00303200446, 0.0197665282, -0.00347223016, -0.00394616695, 0.00835239, 0.00424758252, 0.0131591773, 0.00535409572, 0.00376174785, 0.0189733282, -0.0140792886, -0.0249223243, 0.00110552157, 0.0129688093, -0.019655481, 0.00311925658, -0.00803510938, 0.0161654036, -0.00147435931, 0.00184220553, 0.0130243339, -0.00313710351, -0.0123104537, 0.0285710413, -0.00178073253, 0.0104940273, -0.0136985527, 0.0181642659, 0.0220350772, 0.00718638627, 0.00125226344, 0.00759885, 0.00396996271, -0.00106685318, -0.0130481292, 0.00385296578, 0.0073014, 0.0237801168, -0.000157152623, 0.00272860588, 0.0041286028, -0.000501946488, 0.00545324571, 0.020639047, 0.0106843952, 0.00466004619, 0.00833652541, -0.0181484018, -0.00590933533, 0.00860621314, -0.0049337, -0.000934487965, -0.0163399074, -0.00313313748, 0.0230345093, 0.00680961646, -0.00514786365, -0.0156418905, -0.00664304476, 0.00512803392, 0.017180698, 0.00613936316, -0.000918624, 0.0209563263, -0.00375579903, -0.0168475546, -0.00840791315, -0.021321198, -0.00250452687, 0.00653596269, -0.0116203707, -0.0204169508, -0.0131591773, -0.0115886424, 0.000121768499, -0.00534616364, 0.0259534828, -0.00885210466, 0.0131829735, -0.0197982565, 0.0308871828, -0.00483455, -0.0221302621, 0.00833652541, 0.000932505, 0.0121280178, -0.00171826815, 0.0125642782, -0.0192906074, -0.00847930089, -0.0115331188, 0.00503285, -0.00801528, 0.0166571867, 0.00779714948, -0.00528667355, -0.00881244522, 0.0157291424, -0.0103195235, -0.0152294273, -0.0133733414, 0.0085586207, 0.0138413291, 0.0146662565, 0.0136509612, -0.00792802777, -0.00827307, 0.0198934395, 0.00764247589, 0.00235778512, -0.0179897621, -0.00570310326, -0.0135399131, -0.0106685311, 0.0161257423, -0.00547704147, 0.00975635182, -0.0188781451, 0.00139603089, 0.000996952411, 0.00797958579, 0.00425551459, -0.00878864899, -0.00882037729, 0.0130084697, 0.0063495608, 0.00415636459, 0.0136747565, -0.0117552141, 0.0179580338, -0.000773369393, -0.0206549112, -0.00954218861, -0.00350990705, 0.0246685, -0.0112792952, -0.0100260396, -0.0100498358, 0.0197030716, 0.00550083769, -0.00970082823, -0.00507647591, -0.0249381885, -0.0125166858, -0.015213564, 0.00621471694, 0.0118821263, 0.00648043863, 0.0130560612, -0.000115013907, -0.00182832452, -0.0189891923, 0.0285551772, -0.00268498, -0.00406514667, -0.00295070163, 0.0113427509, -0.00699205231, -0.00325410045, 0.00876485277, -0.0096691, 0.000241925809, 0.00260566, -0.00748780183, 0.0144996839, -0.00107775966, -0.0164668187, 0.0139841046, 0.00936768483, 0.00350594125, -0.00515976176, 0.0212736074, -0.00192152546, 0.00707533816, -2.3300232e-05, -0.0116679622, 0.0143489763, 0.0117710782, 0.0256679319, -0.0172600187, -0.0172441546, 0.0169744659, -0.0108192395, -0.0101212235, -0.0141824046, -0.0033274712, 0.0237642527, -0.00717448816, -0.00778525183, 0.013230565, -0.00888383295, -0.02232063, -0.00771782966, -0.00749573391, 0.00010323985, -0.00261755777, 0.00355948205, -0.0139603084, 0.000975635194, -0.0143727725, -0.0203534961, -0.00480678817, -0.00177775801, -0.0172917452, -0.0213687904, 0.00253625493, -0.00181940105, 0.0170220584, 0.0122628622, 0.0216226149, 0.00780508155, 0.00344645116, -0.0107081914, 0.00452123629, -0.0169903301, -0.00873312447, -0.00181543501, 0.0103353877, 0.0406118073, -0.00124730601, -0.0202107187, 0.00936768483, -0.00598865515, 0.0174345225, 0.00255013583, 0.00229234621, -0.0132147009, 0.025477564, -0.0161812678, 0.0126594622, -0.0147852357, -0.0130719254, -0.0230662376, -0.0075829858, 0.0282854885, -0.0183229055, -0.0039580646, 0.00696825655, -0.0222254451, 0.00102322712, -0.005135966, -0.00189475494, 0.00803907588, 0.0194175206, -0.0154832518, -0.00951839238, 0.00336911436, -0.0102322716, 0.0273653772, 0.0082572056, -0.00924870465, 0.0281744413, 0.0197665282, 0.0183070414, 0.0085586207, 0.0215432942, -0.00367449597, -0.000373547315, -0.000245148171, 0.00951046, -0.00185410352, -0.00890762918, 0.0137778725, 0.00813029334, 0.00471557025, 0.0124294339, 0.00476316223, 0.00920904428, -0.000254071667, 0.0144441603, -0.0057070693, -0.0029090587, -0.0167999621, 0.0309665035, -0.0109937433, 0.0118107386, -0.011842466, 0.0163399074, -0.0234152451, 0.0468622185, -0.0161733348, -0.00924077258, -0.0109223556, 0.0172758829, -0.0118662622, -0.00503285, 0.0158719197, -0.00244107097, -0.0172124263, -0.00373200304, -0.024287764, 0.00690480042, 0.0122549301, 0.0178787131, 0.0144996839, -0.00250849291, 0.0166254584, 0.0261438508, 0.003777612, 0.0233517885, 0.00169843808, -0.000795678119, -0.00354758417, -0.00523511553, -0.00283965375, -0.0221619904, -0.0108192395, 0.0112079065, 0.00421585469, 0.016895147, 0.00518355798, -0.00788043533, 0.013722349, -0.0290469602, 0.00251245894, 0.00887590088, -0.021828847, 0.0237007961, 0.00981187634, -0.00759885, -0.0214481112, 0.0116758943, 0.0103274556, 0.0087569207, -0.0203852244, -0.0104781631, 0.00913765654, -0.0149359442, 0.00753539382, 0.00244305399, -0.00817788579, 0.00147535081, 0.0145790046, -0.0025818639, 0.00245891791, -0.0114141386, -0.0105812792, 0.00427931035, -0.0234628376, -0.0202900395, -0.00118781603, 0.0195285678, 0.0172124263, 0.00344843417, -0.00164688018, -0.0065756226, -0.0175614338, 0.0162605867, -0.0149280122, 0.010168816, 0.00163795671, 0.00315098441, -0.00396996271, 0.0311568715, 0.0220350772, -0.0032739304, -0.00182931602, 0.00257789786, 0.0244305395, -0.012246998, 0.00815409, 0.0139920367, 0.0021178422, 0.00777731976, -0.0117552141, 0.000888879, 0.0224316772, 0.00736882212, 0.0248430036, 0.00161316921, 0.000500459224, -0.000246263604, 0.00667080656, 0.00646457495, 0.0208611432, 0.00537789147, 0.00234787, -0.0315693356, -0.00220707711, -0.000140545017, 0.00464021601, 0.0010956066, 0.000885408779, 0.00330764125, 0.00514786365, -0.0169903301, 0.0240656678, 0.00848723296, -0.00280395965, 0.0075155641, 0.0202741753, -0.00993878767, 0.0176090263, 0.00934388861, -0.00350990705, 0.0114855263, -0.067136392, -0.00820961315, -0.00970876, 0.00688497024, 0.00652406458, -0.0166730508, 0.00623851316, -0.0158481225, 0.00103710813, -0.00265920092, -0.00439829053, -0.0211784225, 0.0275398809, -0.00642094901, -0.010660599, 0.00223682215, 0.0304429922, -0.00329376035, -0.00317081437, 0.0066152825, 0.0120169707, 0.0167999621, -0.00649233675, -0.0046997061, 0.0026810139, 0.00954218861, -0.00439829053, -0.016895147, -0.0245891809, -0.00596089335, 0.00202563289, 0.00736089, -0.0102481358, -0.00419205846, 0.00232407404, -0.00831272919, 0.00853482541, -0.00542944949, -0.00784077588, 0.00460848818, 0.0100657, 0.00124829751, 0.00314503536, -0.00195920235, -0.0155229112, -0.00381528889, 0.00776542164, -0.0137937367, -0.00913765654, 0.0119297188, -0.0247002281, -0.00462831836, -0.0110492669, -5.80027045e-05, 0.0129212178, 0.00277818064, -0.0120011065, -0.0139523763, 0.0258424357, -0.00100389298, -0.00582208345, -0.0102877952, -0.00744417589, -0.00724984193, 0.0128894895, 0.0101450197, 0.0123342499, -0.00958184805, 0.00438639242, 0.00994672, -0.0124690942, -0.0197189357, 0.0059450292, -0.00744417589, 0.00137520942, 0.00248469692, 0.00564757921, 0.000613738, 0.00471953629, 0.0309189111, 0.0264452659, -0.00230821013, 0.00957391597, -0.00429120846, 0.00393625163, -0.0121914744, -0.0101291556, -0.00649630278, 0.0118900584, -0.00287534762, 0.010271932, 0.00736485608, -0.00821754523, 0.00830479711, 0.00836825278, -0.00317676342, -0.0163240433, -0.0167365056, 0.0234787017, 0.00665890845, 0.0113189546, 0.00197506649, 0.0181325376, -0.00392038794, 0.0116124386, -0.0130957216, 0.0111206546, 0.00289121177, 0.00983567163, 0.0237483885, 0.0204169508, -0.00826513767, 0.00121656957, 0.000883921515, 0.0243670847, -0.0125484141, -0.0181642659, -0.00912179239, 0.0128974216, -0.0237007961, -0.0228600055, -0.00642888062, -0.00452916836, -0.033853747, 0.0102402037, -0.00024180187, -0.0105178235, 0.000189252416, -0.0123739103, 0.00480282214, 0.0111285867, 0.00855068862, 0.00436259666, 0.00398384361, 0.00350792427, -0.000517066859, 0.00970876, 0.0137937367, 0.00274248677, 0.0213053338, 0.00799545, -0.0196713433, 0.0130084697, 0.00186203548, -0.0150628556, -0.00220509432, 0.0128498292, 0.0043943245, -0.0105495518, -0.0102798641, -0.00271869078, 0.00345636625, -0.0126039376, 0.00189475494, 0.0156736188, -0.00337902922, -0.00924870465, 0.0142141329, -0.00836825278, -0.00146841037, 0.0250651, -0.0110809952, -0.000874998048, -0.0266990904, 0.0176090263, 0.00435069855, 0.00564757921, 0.0242084451, 0.0296022, -0.0132226329, 0.00804304145, 0.0368996337, -0.0128577612, 0.0106764631, -0.00505664572, -0.0195444319, -0.00222492428, -0.0202583112, 0.0279047526, 0.0138809886, 0.00831272919, 0.000954813731, 0.00931216, -0.0134526612, -0.0228758696, -0.0203059036, -0.00483058393, 0.0229551885, 0.00692859618, 0.0069127325, 0.00361698912, 0.0112396348, 0.000209578138, 0.00613936316, 0.0143727725, -0.00247081602, -0.0102957273, -0.00281585776, -0.00778921787, 0.00929629616, 0.0109144235, 0.00968496408, 0.0136033688, 0.0102957273, 0.00974842, -0.00949459616, -0.0119773103, -0.00382322096, -0.00569517119, 0.00317676342, -0.000939941267, -0.00492576789, -0.00933595654, 0.00403540162, -0.00324815139, 0.0201948564, -0.00950252824, 0.013825465, 0.00797165371, -0.00529063959, 0.0349959545, -0.00030711689, -0.00220906013, 0.000216766508, 0.0136430291, -0.0114300027, 0.00928043202, 0.0161019471, 0.00340084219, -0.00117988407, -0.0203534961, -0.0164509546, 0.00529063959, -0.0260169394, 0.00600055326, 0.013333681, 0.0161971301, 0.0228282772, 0.00460848818, 0.00494559808, 0.0163081791, -0.00583794713, -0.00944700465, -0.00796768721, 0.019845847, -0.00229432923, -0.00787647, 0.00292888866, -0.00374588394, 0.00931216, -0.00773766, -0.00454106648, -0.00673029665, 0.0109302867, 0.0035753462, -0.00294078654, -0.0143727725, -0.0193064716, -0.00723794429, 0.0093994122, -0.00531443581, -0.00174900459, 0.00703171222, -0.0125722094, 0.000847236079, -0.0229393262, -0.00912179239, -0.0313789658, 0.00209999527, -0.000517066859, 0.00667080656, -0.00583398109, -0.0314582847, -0.0145790046, -0.0126594622, 0.00684134429, 0.00347223016, 0.010168816, -0.00509630609, -0.0059450292, 0.0108509669, -0.0220826697, -0.0150390603, 0.0014237928, -0.00228243112, -0.00805097353, -0.0266039073, -0.00996258389, -0.0189098734, -0.0325529, 0.0118107386, -0.0138809886, -0.00463625044, 0.00886796881, -0.0178152584, 0.000454354507, -0.0236373413, -0.00238158111, -0.0377562903, -0.0162209272, 0.0134367971, 0.0120566301, -0.00198993878, 0.0182118565, -0.000351238588, -0.0338220224, -0.0162447225, -0.00512803392, -0.0153484074, -0.0134526612, -0.00147039327, 0.00224277121, -0.0111444509, 0.0115331188, 0.0104860952, 0.00579828722, -0.0129846735, -0.00193639798, 0.00693256222, -0.0181484018, -0.00328384526, -0.0195285678, 0.0121518141, 0.00307761342, -0.0177359376, 0.00816995371, 0.0168475546, 0.0209404621, -0.0211466942, -0.0144600244, -0.0138413291, -0.0038906429, -0.00251245894, 0.00764247589, -0.00816202164, 0.0174345225, -0.00255608489, -0.0194492489, -0.000513596577, -0.0274288338, -0.0233676527, 0.0126673933, 0.0103274556, -0.0174821131, 0.0138968527, -0.0216384791, -0.022510998, -0.00192350848, 0.0259217545, -0.0137620084, 0.00833652541, -0.0375341922, 0.0225903168, 0.0119138546, -0.00882037729, 0.00024229761, 0.00686514052, -0.000827406067, 0.0153166791, -0.0185291376, 0.00415636459, 0.00238356413, -0.000942915736, -0.0313155092, 0.000989020453, 0.00971669238, 0.00629403675, 0.00490990421, -0.00475126412, 0.0183863603, -0.00505664572, -0.0235421564, 0.00764247589, 0.0694842637, 4.91411774e-05, -0.00886796881, -0.0163716339, 0.0225744545, -0.0428327657, 0.00042931916, 0.04543446, 0.00201968383, 0.0100657, -0.000824927352, -0.000805593096, -0.0287138168, 0.0185925923, 0.00158540718, -0.00661924854, 0.00152690872, -0.00670650043, -0.0110809952, -0.0138333971, 0.0175614338, -0.0257313866, 0.00151600223, -0.00151600223, -0.0177518018, -0.0201314, -0.00594899524, -0.0153008159, -0.0101132914, -0.00149518077, 0.00288129668, 0.0101926122, 0.019750664, -0.00827307, -0.0209880546, -0.0174503867, 0.00286543276, 0.00524304761, -0.00302010658, -0.0161019471, 0.0139047848, 0.016094014, -0.00235381909, 0.025176147, 0.0101053594, -0.0145631405, 0.00462038629, 0.0141744725, 0.0140158329, 0.0034900771, -0.00127308501, -0.0134447291, -0.0137858046, -0.0173552018, 0.00372605398, 0.00362095516, 0.0121280178, -0.00736485608, -0.00109758961, 0.0217495263, -0.0045608962, -0.00400367379, 0.0132067697, 0.0250651, 0.00420792261, -0.0305857677, -0.00908213295, 0.0165461395, -0.00427137874, 0.0175297055, -0.000650919217, -0.0187036414, 0.0171331055, -0.0107875112, 0.0100339716, 0.00357732899, -0.00417222874, -0.00432690233, -0.00260764291, -0.0191161036, -0.0267784111, -0.00799148344, -0.0210673753, -0.00396996271, -0.0142379282, -0.0355353318, -0.0215115659, -0.0103115914, -0.0105257556, 0.0120883584, -0.00254418701, 0.0241132602, -0.0125960056, -0.0062107509, 0.0141030848, -0.00359517615, 0.00785664, 0.0212736074, 0.0127625773, -0.00717845419, 0.0136113008, 0.00464021601, 0.00215948536, 0.00912972447, -0.00254418701, 0.0235421564, -0.00880451314, 0.0121518141, 0.0158084631, 0.0093994122, 0.00315296743, -0.023605613, 0.0240339413, 0.016498547, 0.00832066126, 0.0112713631, 0.0147773037, -0.00855068862, -0.000909700524, -0.00632576505, 0.0129608773, 0.00919318, 0.00315098441, 0.0116996905, 0.0136906207, -0.00525891175, 0.0108509669, 0.00988326408, 0.0120566301, -0.013230565, 0.0027345547, 0.00615522685, -0.0106923273, -0.0073014, 0.0190050565, 0.0309506394, -0.0106923273, 0.0176566169, 0.0185925923, -0.0135954367, -0.00180353702, -0.00823340937, 0.0155070471, -0.00908213295, 0.0163240433, -0.00328582828, 0.0095659839, -0.00795182399, -0.0119931744, 0.00272860588, 0.00534616364, -0.0159829669, -0.00996258389, -0.00944700465, 0.0181325376, 0.0131512452, -0.00112931756, -0.0211149678, 0.0188781451, -0.0105495518, -0.00223285612, -0.00253427192, 0.0216860697, 0.014118949, 0.00747590372, -0.00175495353, -0.00197704928, 0.00753539382, -0.00209404621, 0.00612349901, 0.00765833957, 0.00381528889, 0.000523015799, 0.0175931621, 0.00152492581, -0.00761867967, -0.00983567163, 0.00145552086, 0.00770593155, 0.00174801308, -0.00876485277, 0.00700395042, -0.00292492262, 0.0568882562, -0.00472350232, 0.00391840469, 0.00183030753, 0.00205438631, 0.0229710527, 0.00507251, -0.00849516504, -0.00264333677, 0.00121359504, -0.0192430168, 0.0104623, 0.00380537403, 0.0109382188, -0.0035892271, 0.00504474808, -0.0206073187, 0.000899785548, 0.0165302753, 0.00579828722, 0.00327987922, -0.0110809952, 0.0105812792, 0.00421982072, -0.0186719131, -0.0123342499, -0.0148248961, -0.00100339716] |
22 Jun, 2022 | React Suite Tooltip ts:Placement Props
22 Jun, 2022
React Suite is a popular front-end library with a set of React components that are designed for the middle platform and back-end products. The tooltip component allows the user to display informative text when users hover over, focus on, or tap an element.
The placement props are used along with Whisper to set the position of the tooltip. This placement can be any of the positions mentioned below:
Placement = ‘top’ | ‘bottom’ | ‘right’ | ‘left’ | ‘bottomStart’ | ‘bottomEnd’ | ‘topStart’ | ‘topEnd’ | ‘leftStart’ | ‘leftEnd’ | ‘rightStart’ | ‘rightEnd’ | ‘auto’ | ‘autoVerticalStart’ | ‘autoVerticalEnd’ | ‘autoHorizontalStart’ | ‘autoHorizontalEnd’;
Syntax:
<Whisper trigger="click" placement={placement} speaker={
<Tooltip>This is a ToolTip for simple text hints. </Tooltip>
}>
<Button appearance="subtle">Button</Button>
</Whisper>
Creating React Application And Installing Module:
Step 1: Create a React application using the following command:
npx create-react-app foldername
Step 2: After creating your project folder i.e. foldername, move to it using the following command:
cd foldername
Step 3: After creating the ReactJS application, Install the required module using the following command:
npm install rsuite
Project Structure: It will look like the following:
Example 1: Now write down the following code in the App.js file. Here, App is our default component where we have written our code. In this example, we will learn about, the placement of tooltip at right, bottomStart,and topStart positions.
Javascript
import React from 'react'
import "rsuite/dist/rsuite.min.css";
import { Button, Tooltip, Whisper } from 'rsuite'
export default function App() {
return (
<div style={{
display: 'block', width: 700, paddingLeft: 30
}}>
<h1 style={{ color: 'green' }}>GeeksforGeeks</h1>
<h3>React Suite Tooltip Placement</h3>
<Whisper
trigger="click"
placement="right"
speaker={<Tooltip >Required Text</Tooltip>}
>
<Button appearance="subtle">Right</Button>
</Whisper>
<br />
<hr />
<Whisper
trigger="click"
placement="topStart"
speaker={<Tooltip >Required Text</Tooltip>}
>
<Button appearance="subtle">Top Start</Button>
</Whisper>
<br /> <hr />
<Whisper
trigger="click"
placement="bottomStart"
speaker={<Tooltip >Required Text</Tooltip>}
>
<Button appearance="subtle">Bottom Start</Button>
</Whisper>
<br /> <hr />
</div>
);
}
Step to Run Application: Run the application using the following command from the root directory of the project:
npm start
Output: Now open your browser and go to http://localhost:3000/, you will see the following output:
Example 2: In this example, we will learn about, the placement of tooltip at left, leftEnd, and topEnd position.
Javascript
import React from 'react'
import "rsuite/dist/rsuite.min.css";
import { Button, Tooltip, Whisper } from 'rsuite'
export default function App() {
return (
<div style={{
display: 'block', width: 700, paddingLeft: 100
}}>
<h1 style={{ color: 'green' }}>GeeksforGeeks</h1>
<h3>React Suite Tooltip Placement</h3>
<Whisper
trigger="click"
placement="left"
speaker={<Tooltip >Required Text</Tooltip>}
>
<Button appearance="subtle">Left</Button>
</Whisper>
<br />
<hr />
<Whisper
trigger="click"
placement="topEnd"
speaker={<Tooltip >Required Text</Tooltip>}
>
<Button appearance="subtle">Top End</Button>
</Whisper>
<br /> <hr />
<Whisper
trigger="click"
placement="leftEnd"
speaker={<Tooltip >Required Text</Tooltip>}
>
<Button appearance="subtle">Left End</Button>
</Whisper>
<br /> <hr />
</div>
);
}
Output:
References: https://rsuitejs.com/components/tooltip/#code-ts-placement-code
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props | https://www.geeksforgeeks.org/react-suite-tooltip-tsplacement-props?ref=asr10 | CSS | React Suite Tooltip ts:Placement Props | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React Suite Popover Hide Arrow Indicator, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Foundation CSS Progress Bar, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, React Suite Popover <Popover> Props, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, Onsen UI CSS Component Basic Card, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, Onsen UI CSS Component Basic Popover, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, React Suite Tooltip ts:Placement Props, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Tooltip Follow Cursor, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create animations using relative value in jQuery ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.0204552189, -0.0297944974, -0.0185842197, 0.000597462233, 0.0543061718, -0.00435911585, -0.022452, 0.0300146155, -0.0289297495, -0.0189301185, -0.00742111, 0.00366142136, 0.0303133465, -0.0320428424, 0.00988171063, -0.0275147073, -0.0334264375, 0.00468929252, -0.041602239, -0.0362879671, 0.00121556048, -0.00180909201, -0.0344326906, 0.0133013958, -0.0491491295, 0.000944344094, -0.000720295764, 0.00342558115, -0.0322315134, -0.0032290474, 0.00203019241, 0.0177980848, 0.0220274888, -0.0514446422, -0.0322315134, -0.0240242705, 0.0171377324, 0.035501834, -0.0283165649, 0.035313163, -0.038614925, 0.0105184801, 0.00605716649, 0.00813649222, -0.0265556239, 0.00961442478, 0.0242601112, -0.0508471802, 0.0173106827, -0.029621549, -0.00539288251, 0.00746434694, 0.0333006568, 0.0383948088, -0.0159821138, 0.0436776318, -0.0146299629, 0.0113910893, -0.0200621523, 0.0250305217, 0.00109567493, -0.044306539, -0.0276247673, -0.0269172452, -0.0135215139, 0.0179553125, 0.0183326565, 0.00127452053, -2.38604098e-05, 0.00923708081, -0.0137337698, 0.0186785553, 0.00988171063, -0.0427971631, 0.00679220213, -0.0199363716, -0.00436697714, -0.00915060565, -0.0257537663, 0.0307221357, 0.0219331533, 0.0279706661, -0.0351559334, 0.00680006342, 0.011139526, 0.00214221654, -0.0209897906, -0.0474825241, -0.00257852115, 0.00469715381, -0.0412563384, 0.00979523547, -0.00404073112, -0.00330569549, -0.0153610678, -0.00413506757, 0.064777486, 0.0160056986, -0.0375457853, 0.0318856165, -0.000168896091, 0.0458788089, -0.0336780027, -0.0210526828, 0.00740538724, -0.00116151373, 0.0345584713, 0.00305609778, -0.00281632692, -0.0117684333, 0.0307850279, -0.0267757419, -0.0101175513, 0.0445895493, -0.0382690281, 0.0204866659, 0.00292442041, -0.0372313298, -0.0228922367, -0.0263355058, -0.0166031606, 0.0164773799, 0.0207539517, 0.061381381, -0.0347471461, 0.0200464297, 0.00262372382, -0.0130026648, 0.0408475474, -0.00582918758, 0.0353760533, 0.00397391, -0.0143941231, -0.00264534261, 0.0207853969, 0.0372942202, 0.00406431546, 0.0399670787, -0.0411305577, 0.00958298, -0.0225620605, -0.0510672964, 0.0158956405, 0.00979523547, -0.0100939674, 0.0132385055, -0.0362565219, 0.00654063886, -0.0458788089, 0.0235840343, -0.0380174629, -0.0226721186, 0.0210998505, 0.039432507, 0.0588657521, 0.00546363462, -0.0356590599, 0.0322000682, 0.00882829074, 0.00734642707, 0.0198577568, -0.0443379842, 0.00384026696, 0.0240871608, -0.0184427146, -0.00196533627, 0.00297944969, 0.0127353789, -0.0735193, 0.0307064131, -0.00922921952, 0.0274832621, -0.00843522325, 0.0250305217, -0.0397784077, -0.0215558074, 0.00166267448, -0.0325145237, 0.0145592112, -0.00760978181, -0.0313196, 0.0222947747, 0.00525924, -0.0126410425, -0.0105263414, -0.0029322817, 0.0111473873, 0.00605323585, -0.0334264375, -0.0325459689, -0.0517276488, 0.00897765625, 0.0350301526, 0.0344955809, -0.00568375224, -0.0290398095, -0.0413506739, 0.0291027, 0.0226721186, 0.00459888671, -0.00326049281, -0.00326638878, -0.00689046877, -0.0204394963, 0.030596355, 0.000718821713, 0.00538109057, -0.00951222703, 0.027671935, -0.0185999423, 0.00727174431, -0.00351598649, 0.0293070935, 0.00222672592, -0.0344012454, 0.0212570764, -0.00752330711, 0.00888332, 0.0204552189, 0.0113439206, 0.0275933202, 0.000948766072, 0.0222318843, 0.00189753214, -0.0604694672, 0.0501239374, 0.0100467987, 0.00119099382, 0.00635982817, -0.016776111, 0.00876539946, 0.0108486563, -0.00817579869, 0.0277033802, 0.025502203, 0.0216501448, -0.0120435804, 0.0113360593, -0.0076451581, 0.0153925139, -0.0106835682, -0.0248575732, -0.0129790809, 0.0127353789, -0.0143941231, 0.00554224802, 0.022452, 0.00964587, 0.0140325008, -0.0231752452, -0.022656396, 0.0379231274, -0.0102826394, 0.0323572978, -0.0241814982, 4.60011506e-05, 0.0112417238, -0.0364451967, 0.0353760533, 0.028835414, 0.0326717496, 0.0128847444, -0.00878898334, -0.0104634501, 0.052985467, -0.0176723041, 0.0707521066, -0.0225463379, -0.00692584505, 0.00714989332, 0.0552495345, -0.0638655648, 0.0244016144, 0.0125938747, -0.0114618409, 0.0144255683, -0.0164459329, -0.000942378712, 0.00636768946, -0.00916632824, 0.0251405817, 0.0118470471, 0.043771971, 0.0301246736, 0.00309147383, 0.00993674, 0.00948078185, 0.0369797684, -0.0166188832, 0.00807360094, -0.0362250768, -0.0166188832, 0.00861603394, 0.0177823622, 0.0693685114, 0.0165402703, 0.00235840352, 0.00461460976, -0.0186628327, -0.0166031606, 0.00236233417, -0.00151527429, -0.0163515974, -0.00811290834, -0.0193703547, 0.0369168781, 0.0373571105, 0.00984240416, -0.048457332, -0.0251091365, 0.0576393828, 0.0196690857, -0.0419481359, -0.0131284464, -0.0160056986, -0.000296028767, 0.0111945551, -0.010408421, -0.0106914295, -0.00834088679, -0.0305334646, -0.0183169339, -0.0487403385, 0.0161000341, 0.0764751658, -0.0128611606, 0.00418223534, -0.00646988675, 0.0157855805, -0.0235054214, -0.0432059541, -0.019621918, -0.0334264375, -0.0100232149, 0.0195747484, -0.0281436145, 0.0163830426, -0.0239613801, -0.0294957664, 0.0178766977, -0.0185056068, -0.0283637326, 0.0110530509, -0.0107150134, 0.0409418866, -0.0533628091, 0.0117134042, -0.0141425598, 0.0115719, 0.0396840684, 0.00163122907, 0.00475218287, 0.0185999423, 0.000896684651, 0.0441807583, 0.00685509294, -0.00885973591, -0.0480485409, 0.00852169842, 0.036853984, 0.0043551852, -0.000197761954, -0.0322000682, 0.0412877835, 0.0063873427, -0.0327660851, -0.0371998847, 0.0183641016, -0.0127432402, -0.00265123858, -0.0424198173, -0.0151723959, 0.0254235901, -0.00169018924, -0.0148893874, -0.0284737926, 0.0259738844, -0.00489761773, -0.042954389, 0.0252191946, -0.0122715598, 0.0205495562, 0.00532999216, 0.0314453803, 0.0047993511, 0.0270901956, 0.0276090447, -0.0259267166, 0.000588618219, 0.0105263414, -0.0233796407, 0.0397784077, -0.00381668308, -0.00694156764, -0.00907199178, 0.00807360094, -0.022357665, -0.00672931131, 0.0141268373, -0.0132070594, 0.007994988, 0.00924494211, 0.0551551953, 0.00596283, 0.0199049264, -0.0226721186, -0.0544319525, -0.00511773583, 0.0153139, 0.00765695, 0.00405645417, -0.0479542054, -0.0213356912, 0.00120376842, 0.0269486904, 0.0511301868, 0.0262254477, 0.0379545726, -0.0024429129, -0.0501868278, 0.0356905051, -0.00265713455, -0.0120514417, 0.0245588422, 0.00955939572, 0.0177037492, -0.0129948035, 0.000999864773, 0.0282851197, -0.052985467, -0.0281121694, -0.0296529941, -0.0131363077, -0.0263983961, 0.0123265889, -0.0149444165, 0.0604694672, 0.00785348378, 0.00554224802, -0.0108879628, -0.0235054214, 0.0294485986, 0.00751151517, -0.0240557157, -0.0434260704, 0.012413064, -0.0288983043, -0.00127157255, -0.0196690857, 0.0220274888, -0.00669393549, -0.00463819364, -0.0564759038, 0.0199363716, -0.00638341205, -0.0186785553, 0.0142447576, -0.0185056068, 0.00683150906, -0.0462561548, -0.0292913709, 0.0225306153, 0.0272002537, -0.0168861691, -0.0156440772, -0.0062143933, -0.020974068, 0.00444166, 0.00588421663, -0.0101961643, 0.00395622198, 0.0135372365, 0.0502811633, 0.009755929, 0.00675682584, 0.00218545389, -0.0081600761, -0.031681221, -0.000397734926, -0.00196435349, 0.0227507334, 0.0290083624, -0.00433553196, 0.0150780594, 0.0264927335, 4.72909051e-05, 0.037262775, -0.0334264375, 0.00913488306, 0.00972448383, 0.0468221717, 0.00370269362, -0.047293853, 0.00938644633, 0.000654456962, -0.038614925, -0.00580560323, -0.00218938454, 0.0284580681, 0.020596724, 0.019920649, 0.0203451607, -0.0179710351, 0.0391180515, -0.0056994753, -0.00711844815, -0.0477026403, 0.015015169, -0.00589207793, -0.0170119498, -0.0094178915, 0.00464212429, 0.00475218287, 0.0176094137, -0.0154160978, -0.0140875299, -0.048237212, 0.0364137515, 0.00714203203, -0.0236154813, 0.0151252281, 0.011226, -0.0156440772, 0.0117841559, 0.0126095973, 0.0035867386, 0.0123423114, -0.0304391272, 0.00746041629, -0.0205181111, -0.0161472019, 0.0119335214, 0.0171849, 0.0302661788, -0.000606797577, -0.00831730291, 0.00646988675, 0.00147498481, -0.00159192237, 0.0329862051, -0.0360049605, -0.00385009381, -0.0433002897, -0.0181439836, 0.000340003171, 0.0333006568, 0.00706341863, -0.0110923583, -0.00991315581, 0.00912702177, -0.000612693606, 0.0300775059, -0.0244959518, -0.00638341205, -0.0108879628, -0.0190559011, -0.0599977858, 0.0119728288, -0.0461932644, -0.00251563033, -0.028835414, -0.0159113631, 0.0409733318, -0.00271609472, 0.0222790521, -0.0313510448, 0.00606502779, 0.0131756142, -0.00150053424, -0.0173578504, 0.00652491627, 0.00878112204, 0.0155182946, 0.0152117023, 0.0290398095, 0.0244802292, 0.00502339937, -0.0154632656, 0.00933927763, -0.00928424858, 0.00392674189, -0.0257694889, -0.00773949409, -0.0104791727, 0.0224362779, 0.00518848794, -0.0197319761, -0.0234582536, -0.00336072501, -0.011760572, 0.00483865803, 0.0221375469, -0.000916829391, -0.00968517736, -0.0460989289, 0.01636732, 0.00514525035, 0.0321686231, -0.00558155496, -0.0171220098, 0.026665682, 0.0274989847, 0.00639913464, 0.0256437082, -0.0198263116, -0.0432374, 0.0070948638, -0.00160273176, 0.0014700715, 0.007994988, -0.0660981908, 0.00871037, 0.0169176143, 0.00907199178, 0.0152903162, -0.0229551271, -0.0147007154, 0.0179081447, -0.0263040606, -0.0285995733, 0.0361621864, 0.0226406734, 0.0435204059, 0.0188515056, 0.0332377665, 0.00889904238, -0.0210526828, -0.0153610678, -0.00398963271, -0.026964413, -0.0327346399, -0.0164616574, -0.0100861061, 0.00234661158, 0.0308793634, 0.0524823405, -0.000386679923, -0.00654850062, 0.000259670051, -0.00544005074, -0.00897765625, 0.0143390931, -0.0019957989, 0.0738966465, -0.0186471101, 0.00863175653, -0.00844308455, 0.0591802038, 0.0154082365, -0.00752723776, -0.00703197299, -0.00329979951, 0.0222318843, 0.00652884692, -0.00277308957, 0.00255886791, -0.00838019419, -0.00454385765, 0.00048961438, 0.0213042442, -0.0025745905, -0.0199363716, -0.00663890596, 0.00706734927, 0.00663890596, -0.00584884081, 0.00291066291, 0.0133092571, 0.0248575732, 0.0106206769, 0.00237805676, -0.0314139351, 0.00398766715, 0.0211155731, 0.0182068758, -0.0433946252, -0.00757440599, -0.00579774193, -0.0131598916, -0.00587635534, 0.0100310761, -0.00945719797, 0.00316812214, 0.0367596485, -0.00714989332, -0.0062222546, -0.00531033846, 0.0136944633, -0.0352817178, 0.0121615008, -0.012491677, -0.00770411827, 0.0152667323, 0.00397587521, 0.0149208326, 0.00221296865, -0.00355332787, -0.0149208326, 0.0203766059, -0.0171377324, -0.047293853, -0.0229394045, -0.0151016442, -0.00903268531, 0.0154160978, 0.00941003, -0.00827799644, 0.022357665, -0.0344641358, -0.00478362851, 0.0362250768, -0.0113439206, 0.0077316328, 0.0408789925, 0.00365749071, 0.0176408589, -5.88986695e-05, -0.0194018, -0.0575450473, 0.00491727144, -0.00525924, 0.0145906564, 0.0248104054, -0.0309579764, -0.0164459329, -0.0200935975, 0.00243898225, -0.0204080511, -0.0280178338, 7.29631065e-05, -0.00177961204, 0.0264141187, 0.0168232787, 0.00531033846, -0.0105577866, 0.0206281692, 0.00578595, -0.00673324196, 0.0125624295, 0.000137450697, 0.00735428836, -0.00398570206, -0.00863175653, -0.000962523452, 0.0244487822, 0.0194489677, -0.022656396, -0.00575843547, 0.0152824549, 0.0037793417, 0.00946505927, -0.0303290691, 0.00372824282, -0.025580816, 0.00743290177, 0.00195747497, 0.00634803623, 0.0217287578, -0.0121615008, -0.0164459329, 0.00762157422, -0.0014356781, 0.0149994465, 0.0142683415, -0.00963014737, 0.00993674, -0.038080357, 0.0156598, 0.0195275806, -0.00373806967, 0.0263669509, 0.0194332451, 0.00598641438, 0.00109076162, -0.00119688979, -0.0360992961, -0.00624583848, -0.0364451967, -0.0239299349, -0.0353446081, 0.00164793443, 0.0073739416, -0.0323572978, 0.00108977896, 0.0155418795, -0.00795961171, 0.00273574819, 0.0236469265, 0.00873395428, 0.00646988675, 0.0092528034, 0.00233678473, 0.0010887963, 0.0125938747, 0.0130419713, -0.0507842898, -0.00084460323, 0.00142879947, -0.00789672136, -0.0231280774, 0.00511773583, -0.0249833539, -0.00651705498, 0.0401243046, 0.0427028276, -0.0115483161, -0.0165874381, -0.0170119498, -0.0134822065, -0.00771197956, 0.0111473873, 0.0148500809, -0.0467592813, 0.0264612865, -0.0106992908, -0.0212885216, 0.043771971, 0.0434889607, -0.00576629676, -0.00711844815, 0.0394639522, 0.0131048625, 0.00500767678, -0.0347157, -0.0198420342, 0.0371684395, 0.00671751937, 0.0100232149, 0.0244802292, -0.00633624429, -0.00608075038, -0.0070948638, -0.0575450473, 0.0160921738, -0.0254550353, 0.00275540142, -0.0106521221, 0.0238513201, 0.0216501448, -0.0101332739, -0.00527889328, -0.0160764512, -0.0245116744, -0.026288338, 0.00396015262, 0.0143941231, -0.00399945909, 0.0199363716, 0.0349358171, 0.00988957193, 0.0469165072, -0.000407315936, 0.00328800757, 0.00409576064, 0.00967731606, 0.0132463668, -0.00742897112, 0.00088391, 0.0227821786, -0.00652098563, 0.0184898842, 0.00805001706, 0.0196061954, 0.0200149845, -0.000429425971, 0.0254707579, -0.0378287919, 0.00140325, -0.0227821786, -0.0122715598, 0.000281043089, 0.010542064, -0.0417909101, 0.00703197299, 0.0253921449, 0.00918205082, -0.0499352627, -0.0110766347, -0.0177823622, -0.0163201522, 0.0282693971, -0.000356462871, -0.00775521668, 0.00220707268, -0.00940216891, 0.0160685889, -0.00907199178, -0.0302661788, -0.0120199965, -0.0261782799, 0.00425691856, -0.0149837239, 0.0101018287, -0.0416965745, 0.0266342368, 0.0473881885, 0.00203215773, 0.00194470026, -0.0197476987, 0.0261468329, 0.00434732391, -0.00860031135, -0.00126469391, -0.033552222, 0.0251248591, -0.048237212, 0.00927638728, 0.0315082707, 0.0109744379, 0.0314611, 0.0424512625, 0.0239456575, -0.0199049264, -0.0304234046, 0.00963014737, -0.0251563042, -0.0206910595, 0.0254550353, 0.0205652788, -0.035910625, -0.0339924544, -0.0115325935, 0.00687867682, 0.0312881544, 0.00606895844, -0.00458316412, -0.0246531777, 0.0214300267, -0.024904741, 0.00564051513, 0.00294014299, 0.0153453453, 0.00139440608, 0.0107779037, 0.00129417388, 0.00970876124, -0.0137887988, 0.0268858, -0.0349987075, -0.0244645067, 0.019920649, 0.0339295641, -0.02021938, -0.0102511942, -0.0138281062, -0.0112495851, -0.024118606, 0.0284737926, -0.0060296515, 0.0334578827, -0.0209426228, -0.0104241436, -0.0124838157, -0.0225306153, 0.0307221357, -0.0405330956, -0.0266027916, 0.00604144344, -0.00698480522, 0.0143705383, -0.0287882462, -0.0200621523, 0.00080087455, 0.0164144877, 0.051224526, 0.00359853078, -0.0194646902, -0.008537421, 0.0308636408, -0.00560120819, -0.0154003752, -0.0344012454, 0.0072874669, 0.0047993511, -0.0177666396, -0.0188043378, -0.00487010321, -0.0265084561, -0.0161472019, -0.00532999216, 0.0103140846, 0.0146221016, 0.0148264971, -0.0280178338, 0.0164931025, -0.0522307754, 0.0213985816, -0.0191187914, -0.0145434886, -0.0081600761, 0.0256594308, -0.0255179256, 0.00777880102, -0.00798712671, -0.0187728927, 0.0090877153, 0.0123344501, 0.00272002537, -0.0125074, -0.01636732, -0.0225306153, -0.0134035936, -0.0102669168, 0.0397469588, -0.0179081447, 0.0137101859, -0.0016017491, -0.0102040255, -0.0292599257, -0.00183660677, -0.00866320264, -0.0152352871, -0.0247946829, 0.00724422932, 0.0141504211, 0.037262775, 0.0263040606, 0.0107543198, 0.0139931943, 0.00687474618, 0.033740893, -0.00261586253, 0.0499352627, 0.0120357191, 0.0062143933, 0.00276915869, -0.01010969, -0.00955939572, 0.00916632824, -0.0336780027, -0.00314453803, -0.0117369881, 0.0102511942, 0.00183562411, 0.00864747912, -0.0263355058, -0.0211941861, -0.0469165072, 0.00395818707, 0.00139440608, 0.00804608688, -0.0177351944, -0.0111788325, -0.0175622441, -0.00290476694, -0.00232892344, -0.000146540391, 0.0175622441, 0.000961540791, -0.0055933469, 0.0345899165, 0.00180614402, 0.0105892317, -0.0121615008, -0.00128926057, -0.00983454287, -0.0272316989, -0.0171849, 0.0178609751, 0.0127353789, -0.0345899165, -0.0121379169, -0.0174050182, -0.00643844157, -0.00713024, 0.0153296227, 0.0330176502, 0.0077316328, -0.000631364295, -0.0192288496, 0.00640306575, 0.014795051, -0.00498802355, -0.000112576919, 0.0112967528, 0.0114303958, -0.0130812777, 0.00532606104, 0.00785348378, 0.00197712821, 0.011273169, -0.0123737575, 0.00671751937, 0.046696391, -0.0226721186, -0.0205338337, 0.0186471101, -0.00979523547, -0.00864747912, -0.0118627697, -0.00327031943, 0.0105656479, -0.0150937829, -0.00387171237, -0.014661408, -0.0144884586, -0.0135057904, 0.0930783227, 0.00307378592, -0.0132935345, -0.0251877494, 0.00937858503, -0.0167918336, -0.000409281289, 0.00175799325, 0.0232695807, -0.00865534134, -0.0021382859, -0.0148422197, -0.0118077407, -0.00852169842, -0.026587069, 0.0299831703, 0.00580167258, 0.0132306432, 0.0263355058, -0.032090012, 9.67928136e-05, -0.000489860075, 0.00192897755, -0.0171062872, 0.015148812, -0.00892262626, -0.00797926541, -0.0130183874, -0.0110137444, 0.0167132188, -0.00182481471, 0.00156145962, 0.0312095396, 0.0177351944, 0.018537052, 0.0548093, -0.013254228, -0.0016646398, -0.00629693735, 0.0204866659, -0.0105499253, 0.00738966418, -0.00839591678, -0.0120357191, 0.0012568325, 0.00236233417, -0.0102905007, -0.00520421052, -0.0148658035, 0.011226, -0.00172753062, -0.002892975, 0.0119335214, -0.0106757069, -0.00514131971, 0.00311505795, 0.00395425642, -0.0187728927, 0.0313824899, -0.0345584713, -0.030517742, 0.00860817265, 0.00327621563, -0.00995246321, 0.00136590865, 0.00898551755, -0.0148343584, 0.00756654469, -0.0348100364, 0.0262568928, -0.0137259085, -0.000970384805, 0.0132935345, 0.00183464144, -0.0329547599, -0.00642664963, -0.0253449772, 0.0118077407, 0.0267914645, -0.0108722402, -0.0133957323, 0.0281121694, -0.0172006227, 0.0147714671, -0.00193880417, 0.00855314359, 0.000916829391, -0.0177980848, 0.0145906564, -0.0125388457, -0.00960656349, -0.0172006227, -0.0250462461, -0.0340239, -0.00317991409, -0.00957511831, -0.012711795, 0.018537052, -0.00202626176, 0.0186628327, 0.00705555733, 0.0136394333, 0.0177823622, 0.0140167782, 0.0178452525, 0.00174620131, 0.0200935975, 0.0205181111, 0.000615641591, 0.00286742556, 0.0152431484, 0.0049762316, -0.009355, -0.0027062681, -0.0379545726, 0.00461067865, -0.011626929, -0.00306789, 0.00101313088, 0.00733463513, -0.0122715598, 0.0187886152, 0.0107543198, 0.00735821901, 0.0283165649, -0.00762550486, 0.0131520303, 0.0155261569, 0.025989607, 0.0255650934, 0.0158720557, 0.00624976913, 0.000393558585, 0.00548721896, -0.00852956, 0.0036398028, 0.0178924222, 0.020895455, 0.0102276094, 0.00383044034, 0.00657601515, 0.0262254477, -0.0191659592, 0.00450848136, 0.0200464297, -0.0228607915, 0.0108093498, 0.0123894801, 0.00930783246, 0.0131363077, 0.00968517736, -0.00294996961, -0.00920563471, 0.0101961643, 0.0208640099, -0.011226, 0.0190873463, 0.00646988675, -0.00195157889, -0.00841950066, 0.00343933841, 0.021272799, 0.0111709712, 0.0115404548, -0.00543218944, 0.0009993735, -0.00827013515, -0.00605323585, 0.0085452823, 0.0090877153, 0.00960656349, -0.0366338678, 0.00989743322, -0.0105106179, 0.0163358748, 0.003407893, 0.0371369943, 0.000532606151, 0.0405016504, -0.00463426299, -0.0155261569, -0.00863175653, 0.0131991981, 0.021272799, -0.0114461184, 0.00517276488, -0.00896979496, -0.00292638573, -0.0102511942, 0.00135018607, -0.0161314793, 0.0162415393, 0.0147085767, 0.0085059749, 0.0195747484, 0.00371055491, -0.00753509905, -0.0182383209, 0.00874181557, -0.00339217042, -0.0041625821, 0.00441021472, 0.0292599257, 0.0329862051, 0.00177273329, 0.00496837, -0.018049648, -0.00907985307, 0.0325774141, -0.0135529591, 0.00882042944, 0.00734249642, -0.0151016442, -0.0290712547, 0.0302976239, -0.0100074923, 0.0118470471, -0.00268268399, 0.0116426516, -0.00157226902, -0.0122479759, 0.0189772863, -0.0239456575, 0.00747613935, -0.00784955267, 0.0217916481, 0.0239613801, -0.00848239101, 0.0122086685, -0.00955939572, -0.0376086757, 0.0384891443, 0.0356590599, -0.0127196563, 0.0110058831, -0.022766456, 0.00600606762, -0.0190716237, -0.00731498143, 0.0222947747, 0.00498802355, 0.00978737418, 0.0100389374, 0.0123108663, 0.00915846694, -3.12764823e-05, -0.00809718575, -0.0269329678, -0.0123344501, 0.00304627116, -0.0125074, -0.0102747781, -0.00179042132, -0.00411541434, -0.00232302747, 0.00510987407, 0.0135450978, -0.0117055429, -0.00383437099, -0.0422625914, -0.00612005731, -0.00626549218, -0.00840377808, -0.0221532695, -0.0141346985, -0.0186942779, 0.0158248879, -0.000747810467, 0.00552259479, -0.00735428836, -0.00709093316, 0.025203472, 0.0212413538, -0.000435076305, 0.0158327483, -0.00445345184, 0.0360992961, 0.0111080809, 0.00160666241, -0.0025274225, -0.00461460976, 0.0268071871, 0.000980211422, -0.0108722402, -0.0183641016, 0.036853984, 0.00500767678, 0.00873395428, -0.0190873463, -0.00764908874, 0.0108643789, 0.00518062618, 0.0188672282, -0.0118863536, 0.0110530509, 0.00966159347, -1.40337288e-05, 0.00354546658, -0.0238041524, 0.00692191441, -0.00208915235, 0.0124759544, -0.00302661792, 0.0105027566, -0.00127255521, 0.0221689921, 0.0243230015, -0.0275461525, 0.00205377629, -0.00272985199, -0.00337055163, -0.0468221717, 0.00132070598, -0.0178138074, -0.00661139097, -0.00510594342, 0.00338823977, -0.00969303865, -0.00762943551, -0.0205023885, -0.0168232787, -0.00444559054, -0.020297993, 0.0170119498, 0.0203608833, -0.0226406734, 0.00691405311, -0.0005311321, 0.00572699, -0.025910994, -0.00776700908, -0.0225935057, -0.0260682199, 0.0168861691, -0.00277308957, 0.00830158, 0.0151330894, -0.017074842, -0.00882042944, 0.0192917399, -0.0217287578, 0.0164302103, -0.00157718232, 0.00143273012, 0.00157128635, -0.0222790521, -0.029432876, 0.0246689, -0.0215400849, -0.00654457, -0.0212099086, 0.00155261566, 0.0189930089, -0.00379506429, 0.00860031135, 0.0158720557, 0.0175936893, 0.0372942202, 0.00834088679, 0.0407217667, 0.0150230303, -0.0174836311, 0.00243701693, -0.00991315581, -0.00730318949, 0.000530149438, 0.0094257528, -0.00843522325, -0.00868678652, 0.0247946829, 0.0100467987, -3.62973042e-05, 0.0144098457, 0.00872609299, 0.0191659592, 0.0247632377, 0.00632445188, -0.00894621108, -0.0046264017, -0.0211470183, -0.0174364634, -0.0149208326, -0.0274832621, -0.022656396, -0.00948864315, -0.0148893874, -0.00228765141, 0.00863175653, -0.0153217614, 0.00434339326, 0.0162258167, -0.00127353787, 0.0148186358, -0.0163830426, -0.0153846527, 0.00556583237, -0.0243230015, -0.00674896454, -0.0276876576, -0.00889904238, 0.0352817178, 0.006300868, -0.00818366, 0.000155015892, -0.00584884081, 0.0163987651, 0.00440235343, -0.0121772233, -0.00151527429, 0.0146142403, 0.0197162535, 0.00520421052, -0.022467725, -0.00242915563, -0.0173578504, 0.0247789603, 0.00885973591, 0.0105656479, 0.0215558074, -0.0176723041, -0.0116033452, -0.00128827791, 0.00293621235, 0.00886759721, 0.00551080285, -0.0171377324, 0.0267285723, -0.011870631, -0.0113517819, -0.000272936071, 0.0114775635, -0.0242758337, -0.0234110858, -0.00233088876, -0.00409969129, 0.00325656217, -0.00990529452, 0.00985812675, 0.0201879349, -0.0107071521, -0.0158327483, 1.09091516e-05, 0.00670179678, 0.000576334831, 0.0142919254, -0.0189772863, 0.0261468329, 0.0293857083, -0.00724816, 0.0027534361, 0.00150643021, 0.00516883424, -0.00519241858, 0.00559727754, -0.00548328832, -0.00915846694, 0.00654063886, -0.022357665, 0.0236312039, 0.0107385973, -0.0121379169, -0.019810589, 0.0176880267, 0.0014700715, 0.0132227819, 0.0268229097, 0.0157777201, -0.0186785553, 0.000164228404, 0.00168232783, 0.00555797108, -0.0371369943, -0.00744862435, -0.0200149845, 0.00185134681, 0.00926066469, -0.0194175225, -0.00310130068, 0.00259031309, -0.00262962, -0.00981882, -0.00199088571, -0.0109744379, 0.00292442041, 0.0166974962, 0.041193448, -0.00168724114, 0.0258009341, 0.00156932103, 0.0114697022, 0.0219488759, -0.0147793284, 0.0237569846, 0.0198263116, 0.00429622503, 0.0128297154, 0.0126331812, 0.0101254126, -0.0125231231, -0.0238827653, -0.00468143076, 0.00433553196, -0.0434575155, -0.00162435044, 0.0109351305, 0.0103848372, -0.00721278414, 0.000572404184, 0.00716561591, 0.00443772925, 0.0168075562, -0.0215400849, -0.0118391858, 0.0279706661, 0.0104398662, 0.0126960725, -0.0143784005, -0.0225935057, -0.0146456854, -0.000529658108, 0.0269958582, 4.36058981e-05, -0.0104398662, -0.0288196914, -0.00196042284, 0.0135686817, -0.0116976816, 0.00402107788, 0.0172163453, 0.00294407364, 0.00420975033, 0.00888332, -0.00876539946, 0.00333321025, 0.00152903167, -0.00134527264, 0.00172556529, -0.0116033452, 0.0215400849, 0.0144963199, -0.00944147538, 0.0145592112, -0.00623011589, -0.0174679086, -0.014174005, 0.0107385973, -0.00439056102, -0.00451241201, -0.00466570817, -0.00860031135, 0.00144353951, -0.0211941861, -0.00719313091, 0.0127589628, 0.00792816654, 0.0167289414, -0.0167132188, -0.0120750256, -0.0126803499, 0.00718920026, -0.0132778119, 0.00581739517, 0.011383228, 0.00101018278, 0.00445345184, 0.0220274888, -7.60953626e-05, -0.0032899729, 0.0111709712, 0.0162415393, -0.00475611351, 0.0201722123, 0.00370858959, 0.0177351944, 0.00607288908, 0.0114932861, -0.0222947747, -0.00134429, -0.0183798242, 0.00129515654, -0.0150623368, -0.0140325008, 0.00447703619, -0.0113124754, -0.00458316412, 0.00819152128, -0.0197162535, 0.0168547239, -0.00124504056, 0.0140560847, 0.00907199178, 0.0177980848, -0.0205495562, -0.0156755224, -0.0264455639, -0.022058934, -0.0292599257, 0.0163201522, -0.000900615356, -0.00559727754, -0.00459495606, -0.000863274, 0.0135844043, -0.0231595226, -0.0210684054, -0.0121379169, -0.0191816818, 0.00132168864, -0.0191659592, 0.0187571701, 0.0126882112, -0.0218230933, -0.00298141502, 0.000517866109, 0.0223262198, -0.0175936893, 0.0121929459, 0.0124366479, 0.00814435352, -0.0125152608, 0.00044564, 0.00348454108, 0.00902482402, -0.00544398138, 0.00814435352, 0.00654850062, 0.0139224418, -0.0168861691, -0.0075311684, 0.0161629245, 0.0108014885, -0.00182284939, -0.00929997116, -0.0151095055, -0.0151881184, -0.004606748, -0.0283008423, -0.00406431546, 0.00236429949, -0.000939922058, 0.0103691136, -0.00433160132, 0.00531033846, -0.0204394963, 4.24696882e-05, 0.00455564959, -0.0181754306, -0.0123108663, 0.00731105078, -0.0152117023, 0.00719706155, 0.00831730291, -0.0128768831, 0.000883418659, 0.0141582824, -0.0036398028, 0.0149837239, 0.00395229133, -0.0138359675, -0.0108958241, 0.0141504211, -0.00560906949, -0.0103062233, 0.0206910595, 0.0164773799, -0.0111159422, 0.0023092702, 0.0110687735, -0.0105342027, 0.00346685317, 0.000354006188, -0.00488189515, -0.0122872824, -0.0143548157, 0.0064069964, 0.0159742534, 0.0263983961, -0.00034589917, 0.00119787245, -0.012491677, -0.0153453453, 0.007452555, 0.000151576562, -0.00831730291, 0.00874967687, -0.0070083891, 0.0164616574, -0.0083723329, -0.0127668241, 0.0166031606, -0.0144412909, 7.12434412e-05, -0.0100782439, -0.0164144877, 0.0208640099, -0.0103848372, -0.0393696167, 0.011139526, 0.0127196563, 0.0097009, 0.0264770109, -0.000807753182, -0.0193389095, -0.00197712821, 0.00382257905, 0.00388350454, -0.014063946, -0.00702411169, 0.00188574009, 0.022452, -0.00738573354, -0.00219724583, -0.0148107745, 0.00117723644, 0.0102826394, -0.00092223403, -0.00793209672, 0.00352384802, 0.00740145613, -0.000803331204, 0.0152903162, 0.00287528685, -0.00533785345, -0.00974020641, -0.0090877153, -0.0112338625, 0.00218741922, -0.0295743793, 0.0110451896, -0.0137494924, -0.00955153443, 0.0310837589, -0.00193782151, 0.00352188246, -1.43945526e-05, 0.00628121477, -0.00303840986, 0.0188515056, -0.00017638893, 0.0149129713, 0.0101961643, -0.0124995383, 0.00915060565, -0.00604537455, -0.0160371438, 0.000152313558, 0.0298888329, -0.0185213294, -0.00679220213, 0.00343147712, 0.013332841, -0.00502339937, 0.0147871897, -0.0121064717, 0.0127825467, 0.0143705383, -0.000840672583, 0.0179081447, 0.0230180174, 0.00681578601, 0.0219331533, -0.0155890472, -0.00395032577, -0.00824655127, 0.00404073112, 0.00598641438, 0.00305609778, 0.0239613801, -0.0163201522, -0.00411541434, -0.0152824549, -0.00922135729, 0.0222161617, 0.0102669168, 0.00520028, 0.00893834885, -0.0140953921, -0.000389136578, -0.00677254889, 0.00129220856, 0.00413113693, -0.0186628327, -0.00442593731, 0.0174207408, 0.00526710134, -0.0016538304, 0.00458709477, 0.00829371903, 0.0107621811, -0.0241343286, 0.0100310761, 0.0309736989, 0.0191187914, -0.0148029123, 0.0106049543, 0.00884401333, -0.00901696272, 0.00495264726, 0.00260800123, 0.0140718073, 0.00659173774, -0.00547149638, -0.0128690219, -0.0194646902, 0.00466963882, -0.0172635131, 0.0113753667, 0.00453599589, 0.0114303958, -0.0267442949, 0.00769232633, -0.00562086189, -0.0125467069, 0.0104713114, -0.017452186, 0.0095908409, 0.00386385107, 5.01160757e-05, -0.00291852443, -0.0267757419, 0.0199049264, -0.0099288784, -0.0048779645, -0.0121850846, 0.0247632377, -0.00122931786, -0.00229158206, -0.00173637457, -0.000354743184, -0.00478362851, -0.00665462855, -0.022766456, -0.0158641934, -0.0245116744, -0.00540860556, -0.0113439206, -0.0168232787, 0.00543612, 0.00412327563, 0.00889118109, 0.0141504211, 0.0272002537, 0.0325145237, -0.00132758461, 0.0105184801, 0.00515311165, 0.00986598805, -0.0151723959, 0.00392674189, -0.00405645417, 0.019134514, 0.000673127652, 0.00216580066, 0.00871823169, 0.00144353951, 0.0330490954, -0.0130419713, -0.0234896988, -0.0205495562, -0.00575057371, 0.0036791095, -0.00605323585, 0.00566802965, 0.019920649, 0.0109980218, 0.00130105263, 0.00166365714, 0.00370072806, 0.0115247322, -0.00637948141, -0.0147636058, -0.00153492764, 0.0218073707, 0.000755671819, 0.0172949582, 0.00770411827, -0.0121064717, -0.0127589628, -0.0161786489, -0.00991315581, 0.00865534134, -0.0190716237, 0.00676075695, 0.0134586226, -0.00062743359, -0.0106049543, 0.00271609472, 0.00522386376, 0.0162100941, -0.010730736, -0.0193860773, 0.0209269, -0.00232106214, -0.00389136584, 0.000321086816, 0.0231595226, 0.00978737418, 0.0181439836, 0.00112908566, 0.00425691856, -0.00794388913, 0.0300460607, -0.00872609299, 0.00719706155, 0.00242129434, 0.020297993, -0.000403630926, -0.0126882112, 0.0346842557, 0.0256279856, -0.00718526915, 0.0260367747, 0.0287096314, 0.00972448383, -0.0134035936, 0.00672145, -0.00537716, 0.0128218541, -0.00464998558, -0.0296844393, 0.00428050244, 0.0338037834, -0.0149129713, -0.00509415148, 0.0042765718, 0.01010969, 0.0185527746, 0.00185429479, 0.0342754647, -0.00355725852, -0.00503126066, 0.0129240509, 0.00824655127, 4.39436917e-05, 0.00405252352, -0.0200935975, 0.00187100016, 0.0167132188, 0.0144805973, 0.00495264726, -0.0116347903, -0.0195590258, -0.00591566227, -0.00129810465, 0.00786920637, -0.00184152008, -0.0102747781, 0.00836447068, -0.0376401208, -0.00306985527, 0.00424119551, 0.00376361888, -0.00782203861, -0.000767463818, 0.012790408, -0.0139696104, 0.00247042766, 0.0250934139, 0.00152804889, 0.0181439836, 0.0194175225, -0.00575450435, 0.0247003455, 0.0160056986, 0.0185684972, -0.0202822704, 0.00877326075, 0.0145749338, -0.0155025721, -0.0197162535, -0.0219017081, 0.020596724, 0.00144845282, -0.0244959518, 0.00520421052, 0.00652098563, -0.00368304015, 0.00509022083, 0.0153532065, -0.00411148323, -0.00166758779, 0.010487034, -0.0297316071, 0.00325852749, 0.00512166647, -0.00105636823, 0.0104948953, 0.00998390839, 0.0102669168, 0.014716438, -0.000327228481, 0.00426084921, 0.0169805046, 0.00127943396, -0.00598641438, 0.00234857691, 0.0207539517, -0.000660844322, -0.0016882238, 0.00752723776, 0.0150387529, 0.00691012247, 0.0039051231, 0.0137337698, 0.0310680363, -0.000237437183, -0.0123108663, 0.0147871897, -0.00617508637, -0.00532606104, -0.00317008747, -0.00688653812, 0.0152981775, -0.018426992, 0.0113596432, 0.00297551905, -0.0159192234, -0.00766481133, 0.020974068, 0.00201840024, 0.0105184801, -0.00483472738, 0.0125545682, 0.0364137515, -0.00963800866, 0.00662318338, 0.00446917443, 0.00771591, 0.00595496874, -0.0165245477, -0.00976379, 0.0241657738, 0.0181439836, -0.0018936015, -0.00437090779, 0.00264337729, -0.00273378263, 0.0134586226, 0.0219017081, 0.00746827759, 0.00525137829, 0.011029467, -0.0280021112, -0.0154632656, 0.00789672136, -0.000235594678, 0.00277505489, -0.0231595226, 0.0119728288, 0.0117291268, 0.00492120208, -0.0038265097, 0.0010047782, -0.00871823169, -0.00962228607, 0.0222004391, 0.00593924616, -0.00168134517, 0.0190873463, 0.00963800866, -0.0157855805, -0.0199363716, -0.0237884298, -0.000699168362, -0.0021382859, -0.00849025231, -0.00879684463, -0.011760572, -0.0119413827, -0.000399454584, -0.0173421279, 0.0179867577, -0.000527692784, -0.000134502698, -0.00670572743, 0.0476083048, -0.00911916047, -0.0228136238, 0.00702018104, 0.00710665574, 0.00129319122, 0.00244487822, 0.0125938747, -0.00748400064, -0.00776700908, -0.00644630287, 0.0120357191, 0.015015169, 0.0247317906, -0.00778273167, -0.00739752548, -0.0133013958, 0.00691798376, -0.0186313875, -0.0248418506, -0.0179867577, 0.00514131971, 0.0110137444, 0.0233324729, 0.0105735091, -0.0175779667, 0.0034688185, 0.0191659592, 0.0104398662, 0.0155811859, -0.0217916481, -0.00254314509, -0.0119335214, -0.00413113693, 0.0187414475, 0.00740931788, 0.0134743452, -0.0183483791, 0.0146456854, -0.0045202733, 0.0196061954, -0.00333124492, -0.00877326075, -0.0174364634, 0.00204198435, 0.0105263414, -0.0134822065, 0.00453599589, -0.0189772863, 0.0147871897, 0.0047128764, -0.0222633295, -0.00926852599, -0.017750917, 0.0186942779, -0.00882042944, 0.00530640781, -0.0104791727, 0.0178609751, 0.00607681973, -0.00345899188, 0.00801857188, -0.0174836311, 0.00901696272, -0.00989743322, 0.00959870219, 0.0210055131, 0.00633231364, 0.00800677948, 0.0137887988, -0.00432767067, -0.0140010556, 0.022656396, -0.0131598916, -0.0135136517, -0.0054203975, 0.0176408589, -0.00821510516, -0.00572305918, 0.0154239591, 0.000168896091, -0.00220314204, -0.0149758626, 0.00188574009, 0.0154554043, 0.00132168864, -0.0227035638, 0.00941003, 0.0133013958, 0.00439842232, 0.0075390297, 0.0108643789, -0.0028006041, 0.00583311822, -2.38757639e-05, -0.0276404899, 0.0186156649, -0.00635196688, 0.0281278919, -0.0106049543, -0.00825441256, 0.017373573, -0.00778273167, -0.0012440579, -0.0122401146, -0.00386974704, 0.0261782799, -0.0108329337, 0.0120671643, -0.000759602466, 0.00795175, -0.010487034, -0.00400535529, -0.00435125455, -0.00362408, -0.00946505927, 0.00713417074, -0.0104320049, 0.0133564249, -0.00860817265, -0.0178452525, -0.0184898842, -0.000736509741, -0.000650526315, -0.0194332451, 0.00476397527, -0.00290280161, 0.0128061315, 0.00536536798, 0.0264455639, 0.0177351944, 0.00152215292, -0.00586063275, 0.00307968189, -0.0190716237, -0.0226878412, 0.00988171063, 0.0206438918, 0.0358162895, -0.00601392891, -0.03127243, 0.00803429447, -0.00249990774, 0.0195747484, -0.007452555, -0.00342558115, -0.0263197832, 0.0145985177, -0.00358280796, 0.0202036574, -0.0199835394, -0.0228922367, -0.0229236819, -0.00400142465, 0.0365080871, -0.0188672282, -0.0120435804, 0.00405252352, -0.0243858919, 0.0160843115, 0.01490511, 0.000318630133, 0.00617115572, 0.0194961354, -0.0129869422, -0.00735428836, 0.00203215773, 0.00418616645, 0.0214457493, 0.016666051, -0.00292638573, 0.013144169, 0.00703983428, 0.0155025721, 0.015989976, 0.0170905646, -0.00588814728, -0.00285956427, -0.00560513884, 0.00599820632, 0.00424512615, 0.00283794547, 0.0119099375, 0.011815602, 0.0186785553, 0.00811290834, 0.0106992908, 0.0130183874, -0.00270823343, 0.00357691199, -0.00450062, 0.00294014299, -0.02992028, 0.0147871897, -0.0134350387, 0.00900910143, -0.0134664839, 0.0228607915, -0.0265241787, 0.0356590599, -0.011815602, -0.0173106827, -0.00616722507, 0.0107621811, -0.0106678456, 0.00150249957, 0.0168075562, -0.00111532828, -0.0127275176, 0.00705948798, -0.0230966322, -0.00111827638, 0.0141897276, 0.0136630181, 0.00607681973, 0.00989743322, 0.0179553125, 0.0361307412, -0.0183798242, 0.0229865722, -0.00991315581, 0.00946505927, 0.00900910143, -0.0102826394, 0.00648167916, -0.0125388457, -0.018049648, 0.0204080511, 0.00147891557, 0.0160056986, 0.00663497532, -0.0162415393, 0.00739752548, -0.0286152959, -0.00803822558, 0.0138516901, -0.00330766081, 0.0165402703, 0.00961442478, 0.00169018924, -0.0232695807, 0.00936286151, 0.017074842, 0.0250619687, -0.00590780098, -0.0217287578, 0.00381078711, -0.00952795055, 0.00759405922, -0.000217538152, -0.015258871, 0.0014700715, 0.014661408, -0.00287921773, -0.00168232783, -0.0108722402, -0.00934713893, -0.00171672122, -0.0168704465, -0.0113989506, -0.00411148323, 0.0217130352, 0.00388153922, 0.00251956098, 0.00444559054, 0.00033312451, -0.0275933202, 0.012059303, -0.0115483161, 0.0198420342, 0.00729139755, -0.00211666711, -0.00132954994, 0.0273103118, 0.0224048328, -0.00445738249, -0.0147871897, 0.000360884878, 0.024228666, -0.011273169, 0.0180968158, 0.00784169137, -0.00671751937, 0.0108958241, -0.00134035933, -0.00318777538, 0.013631572, 0.00120868185, 0.0140089169, 0.0140089169, -0.014606379, 0.021980321, -0.00218152325, 0.00912702177, 0.0132699506, 0.00772770215, 0.0149444165, -0.0136237107, 0.00184446806, 0.00484651932, 0.0212099086, -0.0099681858, 0.00809718575, -0.0135450978, -0.00120769918, -0.0170119498, 0.00441414537, 0.0215400849, 0.00533785345, 0.0144255683, 0.00865534134, -0.00539681315, 0.0164773799, 0.00773949409, 0.00428050244, -0.00255493703, -0.0655321702, -0.0101647191, -0.00456351088, 0.0121850846, 0.00424512615, -0.0095908409, 0.0023171315, 0.00200169487, -0.00572699, -0.00874181557, 0.0109194079, -0.0104634501, 0.0182068758, 0.009755929, -0.0203923285, 0.00170984259, 0.0196376406, -0.00608861167, -0.00568768336, 0.00198302418, 0.00581346452, 0.0128061315, -0.00814435352, -0.0017304786, -0.0146378241, 0.000283745409, -0.00654850062, -0.00085786928, -0.0235997569, -0.0178609751, 0.00619080942, 0.00856886618, -0.0149286939, -0.0115797613, 0.00204001903, -0.00365552539, 0.00922135729, -0.0174679086, -0.0131756142, 0.00402893918, 0.00551866414, 0.00548328832, 0.00708307186, -0.00219528051, 0.0020380537, -0.00663104467, 0.00313864206, -0.006300868, 0.0012283352, 0.0118549084, -0.0224205554, 0.0119649675, -0.00970876124, 0.00307378592, 0.00652098563, 0.0057780887, 0.00734249642, -0.0195747484, 0.0340553485, 0.00348061044, -0.000743879762, -0.0105263414, -0.000545872143, -0.00416651275, 0.00532999216, 0.00216186978, 0.0113046141, -0.0130105261, 0.0014622102, 0.0149994465, -0.00963014737, -0.0182697661, 0.000392084592, 0.00189261883, -0.00132168864, 0.015691245, -0.00264337729, 0.002045915, 0.000843620568, 0.0294643212, 0.0215872526, -0.0170119498, 0.0182697661, 0.00722850673, 0.00376754953, -0.0158799179, -0.0170433968, 0.000738966453, 0.00700445846, -0.0140246395, 0.0151016442, 0.00870250911, -0.0115719, 0.0108486563, 0.00662318338, 0.00575057371, -0.0135450978, -0.0124602318, 0.0186942779, 0.00981882, 0.00277112401, -0.00319367135, 0.0214457493, -0.00893834885, 0.0165402703, -0.0222161617, 0.0186156649, -0.0166031606, 0.00985026546, 0.0124366479, 0.0233953632, -0.004606748, 0.0120121352, -0.0018199014, 0.0302032884, -0.00311702327, -0.020895455, 0.00165972649, 0.0148186358, -0.0232538581, -0.0270430278, -0.0159742534, -0.00110943231, -0.025502203, 0.00974806771, -0.00481900433, -0.0154396817, -0.000815123203, -0.00888332, 0.00683937036, 0.00187591347, 0.00695335958, 0.00439056102, 0.00822296645, 0.00801857188, -0.00807360094, 0.0161472019, 0.0168547239, -0.000898650032, 0.00406038482, 0.00832516421, -0.0271059182, 0.0169176143, 0.000898650032, -0.0186628327, -0.00699659716, 0.0179395899, 0.000896684651, 0.00805787835, -0.0164459329, -0.00727567496, 0.00336662098, -0.00521993311, 0.0182383209, -0.0100153536, 0.0146378241, 0.010408421, 0.00623404654, -0.0142290341, -0.00378523767, 0.0224991702, -0.00593138486, -0.00727174431, -0.0133171184, 0.00591173163, 0.0197791439, -0.00825441256, 0.0251248591, 0.034149684, -0.0128532993, -0.00480328174, 0.0421682559, -0.00403680047, 0.00546756526, -0.0260996651, -0.0319170617, -0.00722850673, -0.0106992908, 0.0195433032, 0.000178108603, 0.0183955468, -0.00329390354, -0.00302661792, -0.0186785553, -0.0182068758, -0.0136944633, 0.000628416252, 0.00678041, 0.0148579422, 0.00472073769, 0.0146771315, 0.0132620893, 0.00552652543, -0.00450062, 0.0124759544, 0.000721278426, -0.00752330711, 0.00718920026, -0.0100310761, 0.00231909682, 0.0130262487, 0.00291066291, 0.00658387644, -0.00163122907, 0.0109115466, -0.0020380537, -0.000706047053, -0.00299320719, -0.00473252963, 0.00812077, 0.000696711708, -0.0188515056, 0.000681480335, 0.0108486563, -0.010840795, 0.0123894801, -0.00913488306, 0.0195747484, 0.0108329337, -0.0133249797, 0.0341811292, 0.0116976816, 0.00929997116, -0.00541646685, 0.00486224191, -0.0125467069, 0.00817579869, 0.0188986734, -0.000528675446, 0.00236823014, -0.0243230015, -0.0253135301, 0.00227585947, -0.00803036429, 0.0129869422, 0.0190559011, 0.0264927335, 0.0283008423, 0.00195059623, 0.00644630287, 0.00496050855, 0.00724816, 0.00102394016, -0.00970876124, -0.00468929252, 0.00201250426, 0.00687474618, -0.0090877153, 0.00453206524, 0.0083330255, -0.00280453474, 0.0010047782, -0.00971662253, -0.00474039093, 0.00402107788, -0.00513738906, -0.0256751534, -0.00988171063, -0.00047364604, 0.0106599843, -0.0104948953, 0.00923708081, 0.00931569375, -0.00972448383, 0.00474432157, -0.0312252622, -0.00936286151, -0.0188515056, 0.00415079, -0.00809718575, 0.00323887425, -0.0172477905, -0.0154396817, -0.0221847165, -0.00636768946, -0.0119728288, 0.00130596594, 0.0129161896, -0.0145356273, -0.00880470686, -0.00901696272, -0.0117291268, -0.0125860134, 0.0154318204, -0.0045477883, -0.003197602, -0.0142919254, 0.00411934499, -0.0252978075, -0.02834801, 0.00462247105, -0.00627728412, -0.00719706155, -0.0099603245, -0.0211941861, -0.0109351305, -0.0187886152, -0.0104477275, -0.0259581618, -0.0215243623, 0.00936286151, 0.00746827759, -0.00142192084, 0.0119885514, -0.0073660803, -0.0271845311, 0.00194666558, -0.0166503284, -0.015934946, -0.0161786489, 0.00972448383, 0.00174620131, -0.00271609472, 0.00403680047, 0.0106206769, -0.00677254889, -0.0064069964, -0.0126567651, 0.0141897276, -0.016666051, -0.00601785956, -0.0170119498, 0.0100861061, 0.00907199178, 0.00339413574, 0.00814435352, 0.00411541434, 0.0218545385, -0.0175936893, -0.0139067192, -0.0178295299, -0.000449079322, 0.0162415393, 0.0123265889, 0.00501553807, 0.0147557445, -0.00249990774, -0.0218702611, 0.00941003, -0.0352502726, -0.0328604206, 0.011681959, 0.0156440772, -0.00869464781, 0.00433946261, -0.00989743322, -0.0245902874, -0.0146849928, 0.020974068, -0.0111788325, 0.00765301939, -0.0427971631, 0.0137966601, 0.0110766347, -0.00763336616, 0.00236036885, 0.0133013958, -0.020895455, 0.0283165649, -0.0251877494, 0.0032899729, 0.00429229438, -0.000884892652, -0.0284737926, 0.00999963097, 0.001317758, 0.0100074923, 0.00786920637, 0.00244684354, 0.0146299629, -0.00421761163, -0.0178924222, -0.00127943396, 0.0711294487, -0.000435567636, 0.00117428845, -0.00492906338, 0.0281121694, -0.0325459689, 0.0122165298, 0.0448096655, 0.0085059749, 0.0136158494, 0.000109751745, -0.00507842889, -0.0177037492, 0.0201093201, 0.00560513884, -0.0350301526, 0.00196730159, -0.00410755258, -0.00566802965, -0.00922135729, 0.0102747781, -0.0306749679, -0.00593138486, -0.0140482234, -0.0248732958, -0.00444166, 0.00151429162, -9.48888919e-05, -0.0145749338, -0.00599820632, 0.00948078185, 0.0225935057, 0.0244330596, 0.00451634265, -0.0331119858, -0.022467725, 0.0138438288, -0.00363390683, 0.00314453803, -0.0181439836, 0.00831730291, 0.0255965386, -0.0152117023, 0.00936286151, 0.0113989506, -0.0110766347, -0.00879684463, 0.0178924222, 0.0118627697, -0.00685509294, -0.00679613277, -0.0171377324, -0.0295272116, -0.0234110858, -0.00872609299, 0.0160607286, 0.0359735154, 0.00362801063, 0.00132954994, 0.0084981136, 0.00175701058, -0.00955153443, 0.0117291268, 0.0105656479, 0.0099288784, -0.0273889266, -0.00160961039, 0.0158563331, -0.00786920637, 0.0105577866, -0.00729139755, -0.014472736, 0.00831730291, -0.0152745936, 0.0234739762, 0.00022282, -0.00635589752, -0.0032506662, -0.0108250724, -0.0179238673, -0.0277191028, -0.0210369602, -0.0214143042, -0.00317205279, -0.00883615203, -0.0394953974, -0.0217444804, -0.00799105689, -0.0246531777, 0.0154239591, 0.00521600246, 0.0289611947, -0.00545184268, -0.0188986734, 0.0163358748, -0.0178452525, -0.00817579869, 0.015746275, 0.0182068758, -0.00608075038, 0.0231438, 0.00553831737, 0.00472073769, 0.0011389124, 0.00668607373, 0.0276876576, -0.00289887097, 0.00345309591, 0.0119256601, 0.0143155092, -0.0174993537, -0.0308793634, -0.00867892522, 0.0126331812, 0.000490597042, 0.00779452361, 0.0123894801, -0.0148107745, -0.00415472081, -0.00455564959, 0.0161786489, -0.0014966036, -0.0031897407, 0.00598641438, 0.016288707, -0.0196376406, 0.00966159347, 0.0110137444, 0.00933141634, -0.00671751937, 0.0116426516, 0.0166031606, -0.00160076644, 0.00522386376, 0.0195904709, 0.0205181111, -0.00357887731, 0.0189615637, 0.0172477905, -8.61062945e-05, -0.00368893612, -0.0168704465, 0.0108958241, -0.00905626919, 0.00153885828, -0.00346685317, 0.0155890472, -0.0165088251, -0.0152431484, 0.00842736196, 0.000224785341, 0.00741324853, 0.00163122907, -0.00425691856, 0.0220117662, 0.0135057904, 0.000142855381, -0.0236469265, 0.0366024226, 0.00969303865, -0.0102040255, -0.00102787081, 0.0170276742, 0.0117841559, -0.00137966604, 0.00253921445, 0.0092528034, 0.00119590713, 0.00958298, 0.0170905646, 0.00907199178, 0.00288314838, -0.00947292056, 0.000303644454, 0.00679220213, -0.0142683415, -0.0164931025, 0.00584491, 0.00538502121, 0.0020989792, -0.00132365397, 0.00224834471, -0.0015594943, 0.054148946, -0.00224244874, 0.00727567496, 0.0024959771, 0.000304872781, 0.0142683415, 0.00966159347, -0.0125624295, -0.000413703296, -0.00400338974, -0.00734249642, -0.0126803499, 0.00464998558, 0.0208482873, 0.00428443309, 0.00486617256, -0.019511858, 0.00847453, 0.00489761773, 0.0115011474, 0.00512166647, -0.0101489965, 0.00902482402, 0.0110451896, -0.0039915978, -0.00981882, -0.00642664963, 0.0207853969] |
10 Jul, 2022 | React Suite Dropdown ts: Placement Props
10 Jul, 2022
React Suite is a popular front-end library with a set of React components that are designed for the middle platform and back-end products.
Dropdowns are used to show different options to users to choose from. Users can select among them as per their choice. There are different ways for user to position the dropdown accordingly. There are different props for each dropdown placement.
Dropdown ts: Placement Props:
topStart: Prop to place dropdown at top left.
topEnd: Prop to place dropdown at top right.
leftStart: Prop to place dropdown at left top.
leftEnd: Prop to place dropdown at left bottom.
bottomStart: Prop to place dropdown at bottom left.
bottomEnd: Prop to place dropdown at bottom right.
rightStart: Prop to place dropdown at right top.
rightEnd: Prop to place dropdown at right bottom.
Syntax:
// Import Statement
import { Dropdown } from "rsuite/";
// App.Js File
Function App() {
return (
<Dropdown placement="topStart">
<Dropdown.Item key={1}>...</Dropdown.Item>
</Dropdown>
);
}
Approach: Let us create a React project and install React Suite module. Then we will create a UI that will showcase React Suite Dropdown ts: Placement Props.
Creating React Project:
Step 1: To create a react app, you need to install react modules through npx command. “npx” is used instead of “npm” because you will be needing this command in your app’s lifecycle only once.
npx create-react-app project_name
Step 2: After creating your react project, move into the folder to perform different operations.
cd project_name
Step 3: After creating the ReactJS application, Install the required module using the following command:
npm install rsuite
Project Structure: After running the commands mentioned in the above steps, if you open the project in an editor you can see a similar project structure as shown below. The new component user makes or the code changes, we will be performing will be done in the source folder.
Project Structure
Example 1: We are creating a UI that shows different React Suite Dropdown ts: Placement props.
App.js
import React from 'react'
import '../node_modules/rsuite/dist/rsuite.min.css';
import { Dropdown } from "rsuite/";
export default function App() {
const DropItems = [
<Dropdown.Item key={1}>Item 1</Dropdown.Item>,
<Dropdown.Item key={2}>Item 2</Dropdown.Item>,
<Dropdown.Item key={3}>Item 3</Dropdown.Item>,
];
return (
<div style={{ margin: 100 }}>
<h1 style={{ color: 'green' }}>GeeksforGeeks</h1>
<h1>React Suite Dropdown ts: Placement Props</h1><br /><br />
<Dropdown title="topStart" placement="topStart"
style={{ marginRight: 30 }}>{DropItems}</Dropdown>
<Dropdown title="topEnd" placement="topEnd">
{DropItems}</Dropdown><br /><br />
<Dropdown title="bottomStart" placement="bottomStart"
style={{ marginRight: 30 }}>{DropItems}</Dropdown>
<Dropdown title="bottomEnd" placement="bottomEnd">
{DropItems}</Dropdown>
</div>
);
}
Step to Run Application: Run the application using the following command from the root directory of the project:
npm start
Output: Now open your browser and go to http://localhost:3000/, you will see the following output:
React Suite Dropdowns
Example 2: We are creating a UI that shows different React Suite Dropdown ts: Placement props.
App.js
import React from 'react'
import '../node_modules/rsuite/dist/rsuite.min.css';
import { Dropdown } from "rsuite/";
export default function App() {
const DropItems = [
<Dropdown.Item key={1}>Item 1</Dropdown.Item>,
<Dropdown.Item key={2}>Item 2</Dropdown.Item>,
<Dropdown.Item key={3}>Item 3</Dropdown.Item>,
];
return (
<div style={{ textAlign: "center" }}>
<h1 style={{ color: 'green' }}>GeeksforGeeks</h1>
<h1>React Suite Dropdown ts: Placement Props</h1><br /><br />
<Dropdown title="leftStart" placement="leftStart"
style={{ marginRight: 30 }}>{DropItems}</Dropdown>
<Dropdown title="rightStart" placement="rightStart" >
{DropItems}</Dropdown><br /><br />
<Dropdown title="leftEnd" placement="leftEnd"
style={{ marginRight: 30 }}>{DropItems}</Dropdown>
<Dropdown title="rightEnd" placement="rightEnd">
{DropItems}</Dropdown>
</div>
);
}
Output: Now open your browser and go to http://localhost:3000/, you will see the following output:
React Suite Dropdowns
Reference: https://rsuitejs.com/components/dropdown/#code-ts-placement-code
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props | https://www.geeksforgeeks.org/react-suite-dropdown-ts-placement-props?ref=asr9 | CSS | React Suite Dropdown ts: Placement Props | Different types of module used for performing HTTP Request and Response in Node.js, How to Access Request Parameters in Postman?, Node.js http.ServerResponse.getHeader() Method, How to get server response from an AJAX request using jQuery ?, React MUI ToggleButtonGroup API, How to handle Conditional Requests, React Suite Popover Hide Arrow Indicator, React MUI AppBar API, How to use Slider Component in Material UI ?, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, HTTP status codes | Server Error Responses, Foundation CSS Progress Bar, JavaScript- Make a Textfield Required if a Checkbox is Checked, Node.js response.writeContinue() Method, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, React Suite Popover <Popover> Props, How to directly update a field by using ng-click in AngularJS ?, How to get original element from ng-click in AngularJS ?, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, React Suite Dropdown ts: Placement Props, Alternative of ng-checked to get the checkbox’s state in AngularJS, Node.js Stream readable.resume() Method, Explain the use of environment variables in Postman requests., How to get relative click coordinates on the target element using JQuery?, Node.js Http2ServerResponse.sendDate Method, CSS Tutorial, Node.js Stream writable.destroyed Property, p5.js | pause() Function, How to organize requests within a Postman Collection?, How can you view different types of responses in Postman?, How to create and send POST requests in Postman?, from Running the URL on the Web Browser, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Http2ServerResponse.getHeaderNames() Method, Onsen UI CSS Component Basic Card, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Node.js Http2ServerResponse.writeHead() Method, Onsen UI CSS Component Basic Popover, How To Create an Alert Message Box using CSS?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, React Suite Tooltip ts:Placement Props, Node.js http.ServerResponse.sendDate Method, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, How to Replicate Postman POST API Request using AJAX ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Tooltip Follow Cursor, Node.js Readable Stream close Event, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to use AppBar Component in Material UI ?, CSS, Node.js Stream writable.writableFinished Property, How to Display JavaScript Variable Value in Alert Box ?, React Suite Button <ButtonGroup> Props, How to write an Alert Box in JavaScript ?, What are pre-request scripts in Postman, and how are they used?, How to change the style of alert box using CSS ?, How to create animations using relative value in jQuery ?, How to create a new request in Postman?, Node.js Stream readable.pause() Method, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, How to set radio button checked by button click in AngularJS ? | GeeksforGeeks | [-0.00692107249, -0.014678969, -0.0203140955, 0.0264559239, 0.0278685447, -0.00355266361, -0.0279453173, 0.0237842277, -0.0313540325, -0.0293886457, 0.00678288098, -0.0191778578, 0.0299414117, -0.0350084193, -0.0152854742, -0.0311544221, -0.0256267767, -0.0029231261, -0.0325824, -0.01283642, 0.00654488523, -0.0354076363, -0.0181798097, 0.0386013873, -0.0530653931, -0.00694794301, 0.00465627341, 0.00314000947, -0.0319989249, 0.0115082497, 0.00129458215, 0.00718977721, 0.0101186614, -0.0551536158, -0.0497488044, 0.0116310865, 0.00930486899, 0.030094957, -0.0311697759, 0.0171817634, -0.0537717044, 0.0250279494, -0.000844021502, 0.0163219068, -0.0208207965, -0.00104603008, 0.0390620269, -0.0361139476, -0.00216499437, -0.0358989835, -0.0153929563, 0.00667923782, 0.0212507248, 0.0199762955, -0.00462172553, 0.0268090796, -0.0193621125, 0.0193774663, -0.0219723899, 0.0282984711, 0.0102261435, -0.0537717044, -0.0157537889, -0.0334729627, -0.011093677, 0.045787327, 0.00305364, 0.00397683354, -0.00481365761, 0.0142567176, -0.0292965192, 0.024214156, 0.022187354, -0.02802209, -0.0218649078, -0.0184408389, 4.33346759e-05, -0.00978086051, -0.025104722, 0.0249511749, 0.0223409, 0.0177345276, -0.0202833861, -0.000890565047, 0.016306553, 0.0157537889, -0.00763505977, -0.0440369062, 0.00312465499, -0.00172834878, -0.0374344401, 0.00167652708, 0.010256853, -0.0251354314, -0.0251814947, 0.0226172805, 0.0500866063, 0.0176270455, -0.0144256186, 0.0279606711, -0.0181183927, 0.0566890724, -0.0257035494, 0.000515337742, -0.00307283318, -0.0102491751, 0.0292658098, 0.0131435115, -0.00672146305, -0.0352848023, 0.0244598296, -0.0112165129, -0.0112011582, 0.0496873893, -0.049656678, 0.0100418888, -0.00801508501, -0.0583780743, -0.00585392956, -0.0298339296, 0.00163142302, 0.00597292744, -0.0134275714, 0.0608962253, -0.0527583025, 0.0153161837, -0.0194542389, -0.0148862554, 0.0374344401, 0.00453727553, 0.0171049908, -0.00168708339, -0.0154390195, -0.0102645298, 0.0255807135, 0.0518984459, 0.0111934813, 0.0290047824, -0.0507622063, -0.00582705904, 0.000366350432, -0.0579788536, 0.024260221, 0.0175809823, -0.000729821913, 0.0191164389, -0.0198995229, 0.00337224733, -0.0377415307, 0.0308933947, -0.0367588401, -0.0196999125, 0.0225097984, 0.0302638561, 0.0666388348, 0.0153929563, -0.0408431552, 0.0269779786, 0.0321831778, 0.0107174898, 0.0086523, -0.0165061615, -0.00844501331, 0.0289433636, -0.00314384815, 0.000712548, 0.00933557842, -0.00174658233, -0.0624316819, 0.0369123854, -0.011546636, 0.0226479899, -0.0208515059, 0.0293579381, -0.0169053804, -0.0124755874, 0.00806882605, -0.0189321842, 0.0388470627, 0.00434534345, -0.0388163514, 0.0126598431, -0.0129746115, -0.0102184657, -0.00765041448, 0.00477143237, 0.00569270691, -0.0111704497, -0.0294961277, -0.0278378353, -0.0453881063, 0.0114161223, 0.0361139476, 0.049380295, -0.0163372625, -0.0207440238, -0.0599135309, 0.0426242873, 0.0284366626, 0.0210050512, -0.00109209376, -0.0272850711, 0.0178420097, -0.0125216516, 0.0389084779, 0.00520519912, 0.00501326704, -0.0101954341, 0.0243369937, -0.0179802012, -0.00838359538, 0.000323885441, 0.0263023786, 0.0223409, -0.0448660515, 0.0272543617, -0.00906687323, 0.017765237, -0.00242026406, 0.00864462275, 0.017488854, 0.00215347833, 0.0211893059, 0.0012398815, -0.0674372688, 0.0475377478, -0.00179072667, -0.00780012133, -0.00761586661, -0.0197613314, 0.0150014143, -0.0205290597, -0.0331351608, 0.0235385559, 0.0337800533, 0.0128824841, -0.0302638561, 0.0278838985, -0.038048625, 0.0226787, -0.00907455105, -0.0131895756, -0.0187325757, 0.0015623275, 0.00214196253, 0.0122145601, 0.0241373833, 0.0213735607, 0.0242448654, -0.0200837776, -0.0273311343, 0.0346399099, -0.0201605503, 7.88721081e-05, 0.00610728, -0.0104180751, -0.0164293889, -0.0401061364, 0.00690955622, 0.0212507248, 0.035131257, 0.0190396663, 0.00912829209, 0.00359488861, 0.0552457422, -0.0187632833, 0.0406589024, -0.0134122167, -0.0110552898, -0.00564664323, 0.0437912345, -0.0706924424, -0.00892100483, 0.0133431209, -0.0039115767, -0.00590383215, 0.00832217652, -0.00777708972, 0.012775002, -0.000926072476, 0.0124832653, 0.000754293229, 0.0214656889, 0.0284366626, -0.00552764488, -0.0316918306, 0.0145100681, 0.02768429, -0.0187325757, 0.022187354, -0.0294961277, 0.00361024309, 0.00529348804, 0.0197152682, 0.0776941255, 0.0363596193, 0.00863694586, 0.0201451946, -0.00459101656, -0.0238149371, 0.0159073342, -0.00678672, -0.0172124729, -0.00710916566, -0.0294040013, 0.0144102639, 0.0209436323, 0.0196077861, -0.0480905138, -0.0220952258, 0.04741491, 0.0130206747, -0.0515913554, -0.0227094088, -0.0260874145, 0.0138498219, 0.0290815551, 0.00231854012, -0.00826843549, -0.0110706445, -0.0270854607, -0.00694026565, -0.0737633556, 0.0050094286, 0.0687884688, 0.000147667772, -0.0208975691, -0.0135427304, 0.0101647256, -0.0232314635, -0.0256881956, -0.00230510486, -0.00278109638, -0.011039936, 0.0138882082, -0.0108403265, 0.035131257, -0.0225097984, -0.0179034285, 0.0205751229, -0.0325209796, -0.041242376, 0.014011045, -0.0162758436, 0.0301103108, -0.041917976, 0.00987298787, 0.0232928824, 0.0220338069, 0.0490117855, 0.00150954619, -0.00133008964, 0.0250433031, 0.00536642224, 0.0633836612, -0.00908222795, 0.017151054, -0.0528811365, -0.00797669869, 0.0266555324, -0.000324125373, 0.0014951512, -0.046340093, 0.0345477834, -0.00862926804, -0.0165215172, -0.0144563271, 0.00239723222, 0.00404592929, -0.0099036973, -0.0390620269, -0.00626466423, 0.0344249457, -0.00619556895, -0.0203755144, -0.0224330258, 0.00722432509, -0.00904384162, -0.049656678, 0.011991919, -0.0174427908, 0.039676208, -0.035530474, 0.0376186967, -0.00324557209, 0.0137039535, 0.0560441799, 0.00297494791, -0.0175502729, 0.0121761737, -0.0167364813, 0.0338721797, -0.00891332794, 0.00712452037, -0.00157480303, 0.00578867272, -0.0427471213, -0.00780779868, 0.0111013539, -0.0148785785, 0.0115159275, -0.00588463899, 0.0429313779, 0.00217842963, 0.0100111794, -0.0353462212, -0.0324902683, -0.0241373833, 0.00709381141, 0.00493649393, 0.0104564624, -0.0322445966, -0.0248129852, 0.0113623813, 0.0323367231, 0.0647348687, 0.0202987418, 0.0440983251, -0.0166136436, -0.0364517495, 0.0267783701, -0.0259799324, -0.0109247761, 0.0352848023, 0.00250087562, -0.00462172553, -0.0139265945, 0.0106023308, 0.0234157182, -0.0278378353, -0.016199071, -0.0269165598, -0.0130053209, -0.0500866063, -0.0146175502, 0.000537889777, 0.0322445966, -0.00216115569, -0.000912637217, -0.0150551554, -0.0278838985, 0.026563406, 0.00079172, -0.0142567176, -0.0218188427, 0.0195770767, -0.0505779535, -0.00185982231, -0.0354076363, 0.0165522266, -0.0139189176, 0.00501326704, -0.0392155722, 0.00140014477, -0.00424937718, -0.0315075777, 0.0361446589, -0.0155465016, 0.0127673252, -0.0308319759, -0.0180569738, 0.0260413494, 0.00971944258, -0.0143027818, -0.0170282181, 0.0186558031, -0.0215885248, 0.00581170479, -0.0015316183, 0.00193371612, 0.000823868613, 0.00689804042, 0.0394612439, 0.0226479899, 0.0109017445, 0.0247208569, -0.0151472827, -0.0303713381, -0.00330890971, 0.012160819, 0.0426242873, 0.021573171, -0.0106867803, 0.00532035856, 0.0142567176, -0.0122452695, 0.0287744645, -0.0295114834, -0.00348740653, -0.0170742813, 0.0412730835, 0.00670227, -0.0520519912, 0.0291736815, 0.0115389591, -0.0475377478, -0.00334729627, -0.0128210653, 0.00356801809, 0.00279837032, 0.0159994625, 0.022755472, -0.0204062238, 0.025442522, 0.0104411077, -0.020452287, -0.0314768665, -0.00143853121, -0.008575527, -0.0294654202, -0.00416876562, 0.00595757319, -0.00326860393, 0.0106330393, -0.0241066739, -0.00130225939, -0.0259185135, 0.0385399684, 0.00538177649, -0.00877513643, 0.0256881956, 0.0173660181, -0.0184869021, 0.00068615732, -0.00932790153, -0.0104103982, 0.00544703379, -0.0383864231, 0.0286823362, -0.00565048167, -0.0151472827, 0.0121224327, 0.0298953466, 0.0366974212, 0.000386263389, 0.00471001444, -0.00251814933, -0.00394996302, 0.00938931946, 0.0400140099, -0.0469235666, 0.022417672, -0.0301410202, -0.00365246832, -0.00261027692, 0.0435148515, 0.00289817504, -0.0258417409, -0.0118997917, 0.00770415552, 0.0205290597, 0.0140033672, -0.0257649682, -0.00383480382, -0.00967337936, -0.0101416931, -0.0478141308, -0.00070535054, -0.0237842277, -0.00956589729, -0.020068422, -0.00321678235, 0.0351926722, -0.0123143652, 0.0287284, -0.0376186967, 0.00846036803, 0.0122836558, -0.00309202657, -0.024490539, -0.00121684966, -0.00366398413, 0.0143795544, 0.0102261435, 0.0310622938, 0.0301256664, 0.0164140351, -0.0214503333, 0.000315728335, -0.0213735607, 0.0112395454, -0.0211125333, -0.0209743418, -0.0103796888, 0.0238302927, 0.00846804492, -0.0103182709, -0.0212507248, -0.00819166284, -0.0258878041, 0.00318991183, 0.0303866938, 0.0129592568, -0.0156693384, -0.033258, 0.00538945384, 0.00556987, 0.0179648474, -0.00751222344, -0.0104487846, 0.0246747937, 0.0246287305, -0.00412270194, 0.0126368105, -0.0193467587, -0.0503015704, 0.011769278, -0.00473304605, 0.00396915618, 0.00355266361, -0.0540173762, 0.00301333424, 0.0246594381, -0.00127922755, 0.00235692644, -0.0208515059, -0.00634527579, 0.0166904181, -0.0230165, -0.0263177324, 0.0215271059, 0.0110322582, 0.0338721797, 0.0245212484, 0.0195310134, -0.00159111724, -0.00832217652, -0.00815327652, 0.0075314166, -0.0335650891, -0.0328280702, -0.00981924776, -0.00631072838, -0.0178573653, 0.0170742813, 0.0369123854, 0.0116848275, -0.00654872414, 0.00722432509, -0.0139265945, -0.00935093313, 0.0375879854, 0.000852658472, 0.0797823444, -0.0250433031, 0.00462940289, 0.00249127904, 0.0565355271, 0.031937506, -0.0180723295, -0.00619173, 0.00674833357, 0.0271161702, 0.00885190908, -0.00747383665, 0.00150474778, -0.00198265887, -0.00830682181, -0.00615334371, 0.000847380317, -0.0149476733, -0.0141876228, -0.010310594, 0.00633376, 0.00402289722, -0.027791772, 0.013396862, 0.0379257873, 0.0250740126, 0.018548321, -0.0167978983, -0.0527583025, 0.00144428923, 0.00976550672, 0.00774638029, -0.0370659307, -0.00220530014, 0.00941235106, -0.000603146676, -0.00394996302, 0.0111397402, 0.0131818978, 0.0195156578, 0.043545559, -0.0158919804, -0.00733948452, 0.00384248118, 0.00841430388, -0.0243523475, 0.0234617833, -0.0115696685, -0.00987298787, 0.0129976431, -0.00902081, 0.0169360898, -0.0179648474, 0.0016304634, -0.0192392766, 0.0173813738, -0.0254578758, -0.0189475399, -0.0281142164, -0.00679055834, -0.00430695666, 0.00713987509, 0.00394996302, -0.00841430388, 0.037772242, -0.029818574, -0.00639133947, 0.040965993, -0.00183775008, 0.00829914492, 0.0429006666, 0.0064220489, 0.0191625021, 0.0054585496, -0.0157998521, -0.0570575818, -0.0102875615, -0.0062761805, -0.00833753124, 0.0288051721, -0.0113316728, -0.025611423, -0.0154313426, -0.0108096171, -0.0119688874, -0.0261948965, 0.00133008964, -0.000866093673, 0.0240452569, 0.00829146802, 0.00109785178, -0.013504344, 0.0176884644, 0.0141415587, -0.0157998521, 0.00887494162, 0.0113086402, 0.00931254681, -0.0134966671, 0.0124832653, -0.0103029162, 0.00580786588, 0.0138267903, -0.00312081631, -0.0151703153, 0.0106714256, 0.00154505356, 0.00737787085, -0.0238456465, 0.0274846796, -0.027515389, -0.00315344473, 0.0135964714, 0.0039288504, 0.0282677636, -0.00348164863, 0.0113163181, -0.00389622198, -0.00138958858, 0.0229397267, 0.00910526, 0.000270384364, -0.00765425293, -0.0353462212, 0.0162758436, 0.00948912371, 0.0123757832, 0.057948146, 0.0215271059, 0.0106023308, -0.0045065661, 0.0073202909, -0.0117846327, -0.0182412285, -0.0456030704, -0.0108556803, -0.0322753042, 0.00756980292, 0.0181798097, -0.0109017445, -0.0128287431, 0.018886121, -0.0173199549, 0.0106176846, 0.0206979606, 0.0261641871, 0.0129822884, -0.00434534345, -0.00734716142, -0.0127673252, -0.00557370903, 0.0483668931, -0.0368509665, 8.7269138e-05, -0.0151549606, -0.00832217652, -0.0086523, -0.0149937375, -0.0321831778, -0.00804579444, 0.0264252145, 0.0331044532, -0.00905151851, -0.0309241042, 0.00141453976, -0.0230779182, -0.00182143587, 0.0263023786, -0.00537793804, -0.0510385893, 0.037096642, 0.00624931, -0.0274232607, 0.0409352817, 0.04741491, 0.00067943969, 0.0144409724, 0.0392462797, -0.00988834258, 0.00191836152, -0.0283906, -0.017995555, 0.0185022559, -0.00559674064, 0.00304788211, 0.0174581464, -0.00245673116, 0.00451424345, -0.0221105795, -0.0468621477, 0.00960428361, -0.0230011456, -0.0148325143, -4.70233681e-05, 0.0296343192, 0.0258417409, -0.0014797966, -0.00210357597, -0.00484052813, -0.0294654202, -0.023369655, -0.00329355523, 0.00491730077, -0.00827611331, 0.0137193082, 0.0467086025, 0.0124679105, 0.0530653931, 0.00663317414, -0.0255500041, 0.0128440978, -0.00305364, 0.0073932251, -0.0187479295, 0.00633376, 0.0151626375, 0.00444130925, 0.0185790285, 0.00127155031, 0.0138728535, 0.0359911099, 0.00632608263, 0.0220030975, -0.0241680928, -0.0181951653, -0.012890161, -0.0138267903, -0.00182239548, 0.0172431823, -0.0390927345, 0.0180262644, 0.00558138592, 0.00474840077, -0.0392462797, -0.00825308077, -0.0207286682, -0.0194388852, 0.0368816778, 0.00858320482, -0.0198841672, 0.00881352276, 0.0109708402, -0.00117366493, -0.00144716818, -0.0352848023, -0.00533955172, -0.034302108, -0.000607465161, -0.023093272, 0.00748919137, -0.0362367854, 0.0321831778, 0.026056705, 0.0169053804, 0.00918971, -0.0189014748, 0.0210511144, 0.0145023912, 0.00785770081, -0.0029845445, -0.027177589, 0.0274232607, -0.0288205277, 0.013504344, 0.0273311343, 0.00934325531, 0.0394305363, 0.0267476607, 0.00982692465, -0.0253350399, -0.0168746728, 0.0204062238, -0.016306553, -0.0162297804, 0.0217420701, 0.0216652974, -0.0219877437, -0.0213582069, -0.0155465016, -0.00289049768, 0.0311237127, 0.00388278672, 0.000198289868, -0.0344249457, 0.0245826654, -0.0265480503, 0.00907455105, 0.00663701259, 0.0185022559, 0.000583953457, 0.0148555459, -0.00562361116, 0.00660246518, -0.0157077257, 0.0250279494, -0.0365438759, -0.0109017445, 0.0339643098, 0.0397069156, -0.0229090173, -0.0173046, -0.00827611331, -0.0113086402, -0.0315997042, 0.0244751833, -0.015638629, 0.0267783701, -0.0200991314, -0.00655640149, -0.0192085672, -0.00925880577, 0.0338721797, -0.0310315862, -0.0326131061, 0.0145023912, 0.00488275336, 0.0111320633, -0.00245097326, -0.0157384332, 0.00216883305, 0.0245366022, 0.0651033744, 0.00641437154, -0.014571487, 0.00779244397, 0.00928183738, -0.00575796375, -0.00626466423, -0.0249972399, 0.0102798846, 0.0052512628, 0.000942866551, -0.00381944911, 0.0111704497, -0.0223409, -0.0200991314, -0.0109094214, -0.00865997747, 0.0137116304, -0.00445666397, -0.0229243729, 0.0341178551, -0.042869959, 0.0186865106, -0.0393077, -0.00815327652, -0.013619503, 0.00743161188, -0.0241220295, -0.00045943752, -0.010871035, -0.0027235169, -0.0257649682, 0.00991905201, 0.0245673116, -0.020682605, -0.00882120058, -0.013673244, -0.00809185859, -0.00632992154, 0.0316304117, -0.0110552898, 0.0120533369, 0.00673297886, 0.00558138592, -0.0191778578, 0.00419563614, -0.0205137059, -0.0154006332, -0.030770557, -0.000394660427, 0.00843733642, 0.0160455257, 0.0182258748, 0.020344805, 0.0116387643, 0.00102875615, 0.0450810157, -0.00581554323, 0.0375572778, 0.00515913544, 0.00431847293, 0.00193659507, -0.00879816804, -0.0144179408, 0.00991905201, -0.0194695946, 0.00228975015, -0.0171203446, 0.0078346692, -0.00897474587, 0.010034211, -0.0216499437, -0.0227247626, -0.0446818, 0.0111320633, -0.0123834601, 0.0192392766, -0.00573493168, -0.0147327101, -0.0189628936, -0.0130667388, -0.00675217202, 0.00442211609, 0.0231700465, -0.00847572275, -0.0191317946, 0.0258570947, -0.00713219773, 0.011991919, -0.0241220295, 0.00194427243, -0.00382328779, -0.0344249457, -0.0246133748, 0.00984227937, 0.0179648474, -0.0282831173, -0.0171049908, 0.00400370406, 0.00988834258, -0.0154313426, 0.0320296325, 0.0189321842, 0.000159543575, -0.00461404817, -0.0169514455, 0.0124141695, 0.0230472088, -0.0128824841, 0.0112472223, 0.00329547445, -0.0146636143, -0.00983460154, 0.00856785, 0.00137903227, -0.000793639338, 0.0199916493, -0.0126368105, 0.0138574988, 0.0286823362, -0.00985763408, -0.018271938, 0.0197152682, -0.0165522266, -0.0186558031, -0.0108326487, -0.0017187522, 0.0140033672, -0.00942770578, -0.00194523204, -0.0246594381, 0.00201144861, 0.00596908899, 0.0748074651, 0.00156616606, -0.0178727191, -0.0373730212, 0.00663701259, -0.00905151851, -0.00354882493, -0.00268513034, 0.0384785533, -0.00793831237, 0.0129515799, -0.0246133748, -0.00714371353, -0.00474456185, -0.0313386768, 0.0206518956, 0.00171203457, 0.00849107746, 0.0264405683, -0.0429313779, 0.0139342723, 0.0014433295, -0.00802276284, 0.000606025686, 0.0229550824, -0.0142490407, 0.0115696685, -0.0208975691, -0.0141722681, 0.00937396474, 0.00242986064, 0.0201298408, 0.0289280098, 0.00595373427, 0.0161530077, 0.0280835088, -0.0106407171, 0.00340295653, -0.0327359438, 0.0323060155, 0.00166597078, 0.00436837506, 0.00410350878, -0.00918971, -0.0103029162, 0.0180723295, 0.00582322059, 0.000381705, -0.0116080549, 0.000530692341, -0.0010469897, -0.0165982898, -0.00503629865, -0.0105562666, -0.008575527, 0.028974073, 0.00139150792, -0.0125139747, 0.0347934552, -0.0232007541, -0.0259799324, 0.0138037577, 0.00188381376, -0.0200223587, 0.00396915618, 0.0206058323, 0.00306515605, 0.00382712646, -0.0363596193, 0.0284059532, -0.00361216255, 0.00971944258, 0.0103950435, 0.0074661593, -0.0304020476, -0.0138344672, -0.0126291336, 0.0104334299, 0.012606102, -0.00312849367, 1.16208901e-06, 0.0162604898, -0.0101647256, 0.00718593877, -0.00405360619, 0.00841430388, 0.000291257, -0.0276228711, 0.0165982898, -0.0042263451, -0.000965898391, -0.0229704361, -0.0155157931, -0.0175349191, -0.00218610675, -0.00345669757, 0.0196538493, 0.0249972399, -0.00161606842, 0.0159533974, 0.00912829209, 0.0294654202, 0.0152317332, 0.0192392766, 0.00838359538, -0.00494033284, 0.0238610022, 0.00537409959, 0.00700936094, 0.0106637487, 0.0335650891, -0.00106618297, -0.00569654536, 0.00914364588, -0.0184408389, 0.00283483742, 0.00996511616, 0.00149803015, 0.0113547044, 0.0134659577, -0.0177345276, 0.0255039409, 0.0227708276, 0.00398067199, 0.0106330393, -0.0237535201, 0.0205751229, 0.00880584586, 0.029311873, 0.0189321842, 0.0170128625, -0.00406512246, 0.0058347364, 0.00548925856, -0.0011304802, -0.000711588364, 0.008575527, 0.00728190457, 0.0118921138, 0.0127903568, -0.00201528729, 0.0292811636, -0.0278685447, 0.0351005457, 0.0111474181, -0.0196999125, -0.00617253687, 0.00521671493, 0.0111934813, 0.00532035856, 0.00925112795, -0.00598060479, 0.00621092366, 0.013565762, 0.0214656889, -0.0267015975, 0.0256267767, 0.00114775414, -0.00268513034, -0.0120379822, 0.00187421718, 0.0243523475, 0.00847572275, 0.0154466974, 0.00902081, 0.00476375548, -0.0090054553, -0.00555835431, -0.000475032, 0.0048021418, 0.0118306959, -0.0234464277, 0.0128671294, -0.0127903568, 0.0315382853, -0.00579251163, 0.013059062, -0.00788457133, 0.0241220295, 0.000407136016, -0.023031855, -0.00979621522, 0.0135350535, 0.0275614522, -0.0045795003, 0.00808418076, 0.0109631624, -0.0170742813, -0.00120533374, 0.00141358, -0.00207094755, 0.0167978983, 0.0169207361, 0.0186558031, 0.00587696163, 0.00318223448, -0.00839127228, 0.00214963965, 0.017089637, 0.0143949091, -0.00662933569, 0.00458333921, 0.0301410202, 0.0190857295, 0.000233077575, 0.00256997114, -0.017995555, -0.00489043025, 0.0506393723, -0.0053856154, -0.00259300298, -0.0155157931, -0.00425705453, -0.0343328193, 0.0304634664, 0.0099036973, 0.0101340162, -0.0254732314, 0.0108403265, -0.0221105795, 0.00665620575, 0.017151054, -0.0108019402, -0.00826075859, -0.00511691, 0.0207286682, 0.0122759789, -0.00835288595, 0.013396862, 0.000510059588, -0.0303866938, 0.0355918929, 0.0249051116, -0.0172124729, 0.0228629541, -0.00824540388, 0.00287706242, -0.0163526163, -0.00977318361, 0.00447585713, 0.00271200086, 0.0197920408, 0.0144102639, 0.00817630813, 0.0199302323, -7.2754272e-05, -0.0154620521, -0.0225097984, -0.0120379822, 0.020114487, 0.002802209, -0.0235539097, -0.00317263789, -0.00705158617, -0.0139189176, 0.00745464349, 0.016536871, -0.0140033672, 0.00112568191, -0.0533724837, 0.00144236989, 0.000780683884, 0.00979621522, -0.0274846796, -0.0295729, -0.0105639435, 0.00201528729, 0.0148325143, 0.00200569071, -0.0129746115, -0.0161683615, 0.0302638561, 0.00182527443, 0.0129055157, 0.0100725973, 0.00659862626, 0.0279146079, -0.00307667186, -0.00738938665, -0.00178113009, -0.0188707653, 0.0269933343, 0.0100495657, 0.0206365418, -0.0180723295, 0.0248744022, 0.00337992469, 0.0110476129, -0.00332810287, -0.00120437401, 0.0148018049, 0.0120686917, 0.0176270455, 0.00674065622, 0.0167671908, 0.0254271682, 0.00833753124, 0.00475607812, -0.0239684824, 0.00492881704, -0.00462940289, 0.0217113607, -0.0136578893, 0.0160148162, -0.00418795878, 0.021634588, 0.0177345276, -0.0274232607, 0.00981924776, -0.0124755874, -0.000736059679, -0.0386321, -0.00898242369, -0.0248744022, -0.0209743418, -0.00372732175, 0.0178573653, 0.00102587719, -0.0196692031, -0.0235692654, -0.0282831173, 0.0103950435, -0.039399825, 0.0167211257, 0.014625228, -0.0189321842, -0.00308818789, 0.00764657557, -0.00793063547, -0.0191625021, -0.0014893933, -0.0217881352, -0.0222180616, 0.0298953466, 0.0198227502, 0.00882120058, 0.011208836, -0.01837942, -0.00386935147, 0.0125446832, -0.0131511893, 0.0119842412, -0.0066638831, 0.0070132, 0.000465195481, -0.0141953, -0.0305709485, 0.0210664701, -0.000479350478, -0.00895939115, -0.00602283, -0.00792295765, 0.0172892455, 0.0027350327, -0.0121454643, 0.016813254, 0.0143181365, 0.0253196862, 0.00546622695, 0.0390927345, 0.0116617959, 0.00333961891, 0.012552361, -0.0217881352, 0.00618789159, -0.00523590809, 0.00328587787, 1.56094793e-05, 0.00965802465, 0.0196538493, -0.00271775876, 0.0068596541, 0.018548321, 0.0108787129, 0.0078231534, 0.018103037, 0.00434918189, -0.0104718162, -0.0282063447, -0.00872907322, -0.0214963984, -0.0172278266, -0.0201451946, -0.00750454608, -0.0215117522, -0.00553532224, -0.0101033067, 0.0107789077, -0.0186865106, 0.00981924776, 0.0173199549, 0.00622243946, 0.00248744036, -0.0188400578, -0.00590767059, 0.0131665431, -0.0315997042, -0.00662165834, -0.0175809823, 0.0041534109, 0.0406281911, 0.012775002, -0.015131928, -0.00112472218, 0.00750838453, -0.00892100483, 0.00186270126, -0.0286669824, 0.0028751432, -0.00624547107, 0.0148709007, 0.00223025121, -0.0225251541, -0.00429160241, -0.0269626249, 0.0354076363, 0.00948144682, 0.0149937375, 0.025718905, -0.00571957743, -0.00111608533, 0.00155465014, -0.00162086671, 0.000865134061, 0.00675601047, -0.00362367835, 0.0232928824, -0.0134736346, 0.00210549543, -0.00551229063, 0.0114621865, -0.0101263383, -0.00595757319, -0.0203908682, -0.011938178, -0.0179494917, -0.000250471407, 0.0133124115, 0.0263023786, 0.00155369053, -0.0106944581, 0.00340295653, -0.0014375716, -0.000800356967, 0.0218956172, -0.0109938718, 0.0241680928, 0.0226326361, -0.00953518786, 0.00746999821, -0.000545567076, 0.00105466705, -0.0144947134, -0.0111243855, -0.01249862, -0.0166597087, 0.00969641097, -0.0351005457, 0.0248744022, 0.0122759789, -0.014571487, -0.0300642475, 0.00533955172, -0.00998047, 0.0108326487, 0.00737403193, 0.0266862419, -0.0124448789, -0.000776365458, -0.00750070717, 0.000885286892, -0.0365131684, -0.00196922361, -0.0243830569, 0.00558522483, 0.0134429261, -0.0208515059, -0.00608424842, 0.0101877572, 0.00156328711, -0.011155095, -0.00142125739, -0.00755060976, 0.013450603, 0.0165061615, 0.0314154513, -0.00199801335, 0.0319989249, 0.00839894917, 0.0148018049, 0.023369655, -0.0216192342, 0.00925112795, 0.00986531097, 0.0014529262, 0.0122529464, -0.000764369674, 0.00653336942, -0.000756212568, -0.0198534578, -0.00396531774, -0.00401138142, -0.0172585361, -0.00264290534, 0.0190550219, 0.017427437, -0.00809185859, 0.011155095, 0.00829146802, 0.00666004466, 0.0106176846, -0.0231086276, -0.0119151464, 0.0233082362, 0.0152317332, 0.0140801407, -0.00955821946, -0.0186250936, -0.00079172, -0.0128594525, 0.0142029766, 0.00457182294, 0.00380601408, -0.0255346503, -0.00808418076, 0.0191317946, -0.0130974483, 0.0159073342, -0.00244137668, 0.00247784378, 0.00193275651, 0.00818398595, -0.00749686873, 0.016582936, -0.0059191864, -0.00341063389, 0.000124276048, -0.0146405818, 0.0196692031, 0.00732796825, -0.0131435115, 0.0135504082, -0.0042148293, -0.0196384955, -0.0118537275, -0.00723584089, 0.0112241907, -0.016199071, -0.00610728, -0.0147020007, 0.00258724508, -0.0284520183, -0.0161530077, 0.0118460506, 0.00810721237, 0.00924345106, -0.000704870734, 0.00200952939, -0.0107865855, -0.00275038718, -0.0233389456, 0.00593838, 0.00941235106, -0.0134813124, 0.00651417626, 0.0157844983, -0.00214772043, -0.0189168304, 0.00778476661, 0.0165061615, -0.00186941889, 0.0162297804, 0.0077502192, 0.00788457133, 0.0109478086, 0.0146482596, -0.0148401912, 0.00591534795, -0.00711684301, -0.010034211, -0.00153737632, -0.0151472827, -0.00675217202, -0.0183180012, 0.00369085465, 0.0216038805, -0.0179648474, 0.0213274974, -0.0172892455, 0.0119228233, 0.00513610337, 0.0128671294, -0.0175963361, -0.00544319488, -0.0265480503, -0.0117001822, -0.0271468796, 0.0074661593, -0.00826843549, -0.00253542326, -0.0123834601, -0.0039845109, 0.0214196239, -0.0206365418, -0.00873675, -0.0218956172, -0.0150090922, -0.00388278672, -0.0172278266, 0.012107078, 0.0193006936, -0.0265941154, -0.0015680854, -0.0198534578, 0.0359604023, -0.005324197, 0.00544319488, -0.00935093313, 0.0102261435, -0.00606505526, 0.00429544086, 0.00980389304, -0.000188213438, -0.00389238331, 0.00125139742, -0.00116118928, 0.0256421305, -0.0167211257, -0.00620708475, 0.0137193082, -0.00210357597, 0.00458333921, -0.0122606242, -0.0175963361, -0.0142413639, 0.00281756348, -0.0322138891, -0.00968873315, 0.00279069296, -0.00347781, 0.00464091869, -0.00022252131, 0.00555067696, -0.0243677013, 0.00677520409, -0.00748919137, -0.0148632238, -0.00285978871, 0.00266017928, -0.0233082362, 0.000648730551, -0.00252966536, -0.0107942624, 0.00565048167, 0.0144102639, 0.00451424345, 0.00704774726, -0.00439524557, -0.00908222795, -0.010034211, 0.014625228, -0.00677136518, -0.00723584089, 0.0187172201, 0.0154620521, -0.0118921138, 0.00389238331, 0.0109401308, -0.0134275714, 0.0096119605, -0.00711300457, -0.0115005728, -0.0053126812, -0.00835288595, 0.00907455105, 0.0128287431, 0.0105409119, 0.00621092366, -0.0141415587, -0.0111627718, -0.0199609399, 0.00121972861, 0.00437605241, 0.00718977721, 0.0108633582, -0.00492497813, 0.0142797502, -0.0290662013, -9.50663816e-05, 0.0287284, -0.0107328445, -0.00250087562, -0.0180723295, -0.00408815406, 0.0130437072, -0.010479494, -0.0380179137, 0.0225712173, 0.00629921211, 0.011323995, 0.0231700465, 0.00132625096, -0.0129439021, 0.00374843436, 0.00196922361, 0.0142643955, -0.0159073342, -0.014625228, 0.00351619651, 0.00638750102, -0.0185022559, -0.0224330258, -0.0110015487, -0.00224560592, -0.0070132, -0.00344326231, -0.00839894917, -0.00325708813, -0.000543167931, 0.0150398007, 0.00470617553, -0.010310594, 0.00523206964, -0.0131742209, -0.00474840077, -0.0174735, 0.0026141156, -0.0302177928, 0.000785482232, -0.017995555, -0.0180262644, 0.0278378353, -0.000610824, -0.00095150352, -1.48672425e-05, 0.0139189176, 0.00142413634, 0.0225558635, 0.0110476129, 0.0238149371, 0.00264674402, 0.0100572435, 0.00637982367, 0.00910526, -0.0130437072, -0.0116080549, 0.0212507248, -0.0129592568, -0.00771183241, 0.00112280296, 0.0146636143, -0.00875978172, 0.0255346503, -0.00853714067, 0.0197613314, 0.0173813738, -0.00245865039, 0.015968753, 0.0152854742, 0.00852178596, 0.0168286078, -0.0172585361, -0.00560441799, -0.0118153412, -0.00137711293, 0.010817294, 0.00273119402, 0.0305248853, -0.0102338204, -0.0184561927, -0.0148325143, -0.0122222379, 0.0236921012, 0.00112568191, 0.0050209444, -0.000213044652, -0.0119228233, 0.0117769549, -0.00325133023, 0.00173698575, 0.00828379, -0.025104722, -0.01569237, 0.0101877572, 0.0006458516, 0.00631456682, 0.00839127228, 0.0141031723, 0.0200530682, -0.00324173342, 0.00625314843, 0.0178880729, 0.0150474785, -0.0202219691, -0.00292504556, 0.0176884644, 0.00151242514, 0.0108863898, -0.0153776016, 0.0189628936, -0.00149227225, -0.0128671294, -0.014064786, -0.0220645163, 0.00876746, -0.00258148694, 0.00844501331, 0.000154385401, 0.00151818304, -0.013619503, 0.00284635345, 0.00290777162, -0.0120456601, -0.00500558969, -0.0143795544, -0.00846036803, -0.000842582, -0.00451040501, 0.0094660921, -0.0114238, 0.014233686, -0.00691723358, -0.0114238, -0.0193314031, 0.0212046616, -0.00148747396, -0.00482901232, -0.0101416931, -0.00236652303, -0.00809953548, -0.00337224733, -0.0219723899, -0.00733948452, -0.0127673252, -0.00634143734, 0.00393460831, -0.00933557842, 0.0122452695, 0.000359872734, -0.00841430388, 0.0176884644, 0.0229243729, 0.0282216985, -0.00471001444, -0.00170243788, 0.00558138592, 0.00639133947, -0.00462172553, 0.00895939115, -0.0100649204, 0.00834520906, 0.00347013283, 0.00899777748, 0.00309778447, 0.0109017445, 0.0150090922, -0.0153776016, -0.030770557, -0.0252122041, -0.000341639185, 0.00552380644, 0.00120245479, 0.00792295765, 0.020175904, 0.00390389934, -0.00872907322, 0.00526277861, -0.00907455105, -0.002759984, 0.0131358346, -0.0094660921, 0.00788457133, 0.0288819447, 0.00275422586, 0.00587696163, -0.0105178803, -0.0150628332, -0.011769278, -0.0170435719, -0.0189014748, 0.00930486899, -0.0130283525, -0.00180224259, 0.000877609651, -0.00427240925, 0.00451808237, -0.00931254681, 0.00790760294, 0.0238610022, -0.0144870365, -0.00644891942, 0.0238610022, 0.011377736, -6.08184891e-05, 0.00251814933, 0.0302331485, 0.0103489803, 0.00806882605, -0.00478294864, -0.00464859605, -0.00902081, 0.0138037577, -0.0151703153, 0.000694314425, 0.0015316183, 0.00895939115, -0.0154006332, -0.00107002154, 0.0231239814, 0.0234464277, -0.0279913805, 0.0222641267, 0.0183640663, 0.00950447842, -0.00603434583, -0.00200185203, -0.0104718162, 0.0173813738, -0.0040574451, -0.0138651766, 0.00218610675, 0.0171049908, -0.0176424012, -0.0103259478, 0.00343558495, 0.00712835882, 0.0200837776, 0.00318031525, 0.0245826654, -0.020344805, -0.00255461643, 0.015408311, 0.00355266361, 0.0132893799, -0.0283291806, -0.0362674929, 0.000541728397, 0.0124602336, 0.00716674561, -0.00239147432, -0.00892100483, -0.0188554116, 0.00124084111, 0.00313809025, -0.00610728, -0.00803811755, -0.00119669677, 0.0188554116, -0.0262409598, -0.0139342723, 0.0145177459, 0.00620708475, -0.00704390882, -0.00161894748, 0.0170742813, -0.0177038182, 0.0024068288, 0.0205444135, -0.00537026068, 0.0126982294, 0.0225558635, 0.00395380147, 0.0196538493, 0.0145407775, 0.0143258134, -0.0120994011, 0.0131895756, 0.0125830695, -0.0233235918, -0.00481749605, -0.0260106418, 0.0081456, 0.00661398098, -0.016644353, 0.0110629676, -0.00834520906, -0.0131204799, 0.000166381156, 0.0276382249, -0.0176577549, -0.00456414605, 0.00070439087, -0.0270701069, -0.00965034682, 0.00545471068, -0.00963499211, 0.00840662699, 0.00243561855, 0.00628385786, 0.00945073739, -0.00710532721, 0.00442595454, 0.0244444758, 0.000405696512, -0.014348845, 0.00191740191, 0.0249665305, -0.00521671493, -0.00969641097, 0.00165541458, 0.0198073946, 0.0187786389, -0.0129515799, 0.0139726587, 0.0313693844, 0.0138191124, -0.00812256709, 0.0164600983, 0.00679055834, 0.00198649755, -0.0087137185, -0.0079690218, 0.0050938786, -0.0212660786, 0.00470233709, -0.00961963832, -0.00107769889, -0.0149783827, 0.0125446832, 0.00504781492, 0.00367550016, -0.0085985586, 0.0087213954, 0.02768429, -0.0211893059, 0.00876746, 0.00504781492, 0.0123450737, 0.00625698734, -0.0147327101, -0.00101148232, 0.0129285473, 0.00714755198, 0.000517736888, -0.00102875615, 0.0229704361, 0.00520519912, 0.00289049768, 0.0118076643, 0.00756212557, -0.00196730415, 0.00461404817, -0.0277149975, -0.00647962838, 0.000962539576, -0.000425129663, -0.00136079872, -0.034947, 0.00581170479, 0.00988834258, -0.00137135503, -0.00456414605, -0.0154159879, -0.0125446832, -0.00978853833, 0.0259799324, -0.00394996302, -0.00794599, 0.0229397267, -0.00549309747, -0.00902848691, -0.0155311469, -0.0272697154, 0.0104641393, -0.000247592427, -0.00789224915, -0.0157844983, -0.0146712912, -0.0229397267, 0.000977414311, -0.00493265549, 0.016582936, -0.00334153813, 0.00499407388, -0.00904384162, 0.0407817364, 0.0113854138, -0.0185176115, 0.0159073342, 0.0181951653, 0.00506316917, 0.00475991657, 0.00626466423, -0.00981924776, -0.00610728, -0.016475454, 0.00318799261, -0.00357569545, 0.0280067343, 0.000477191235, -0.00384056172, -0.017089637, 0.00716674561, -0.0168439634, -0.0226479899, -0.00721280929, 0.00753909349, 0.00576947955, 0.0113700591, -0.00278109638, -0.00839894917, 0.0114545086, 0.0119688874, 0.00339527917, 0.0158305615, -0.0197613314, -0.00910526, -0.0123373969, 0.00220913882, 0.021634588, 0.00174658233, 0.0126368105, -0.023876356, 0.0289587192, 0.000599308056, 0.0242295116, 0.00480598025, -0.0152470879, -0.016644353, -0.00917435531, 0.0184561927, -0.0210971795, -0.00803811755, -0.0194695946, 0.0300488938, 0.00434534345, -0.0220645163, -0.00260451878, -0.0140494313, 0.00914364588, -0.0138344672, 0.00773486448, -0.0219877437, 0.0280835088, -0.000107601947, -0.00674065622, 5.53304308e-05, -0.0154927606, 0.00682894466, 0.00338184391, 0.00607273215, 0.0151472827, 0.00683662202, 0.00149803015, 0.0183180012, 0.00110073073, -0.0158459153, 0.0233543012, -0.00403441302, -0.0102952393, 0.00380601408, 0.0280528, -0.0169514455, 0.00108825509, 0.0122375917, -0.00531651964, -0.00714371353, -0.00595757319, 0.00803044, 0.0244444758, -0.00502862176, -0.0182872918, 3.43978354e-05, 0.0154620521, 0.00110744836, -0.000400658289, 0.0184869021, -0.00567735219, -0.00741241872, -2.36916221e-05, -0.0226633456, 0.0277610626, -0.0128748063, 0.028636273, -0.00348164863, -0.00244521513, 0.0296496749, -0.0100188572, 0.00420715194, -0.00961963832, -0.00875978172, 0.0212353691, -0.0132740252, 0.0137193082, 0.00662549678, 0.000316448073, -0.00501326704, 0.00541632436, 0.005239747, -0.0135196988, -0.000313569093, 0.0172278266, -0.00481749605, 0.0120994011, -0.00454879133, -0.0177805908, -0.0187479295, -0.00568502955, -0.00459869346, -0.0105792983, 0.00514378073, -0.00288857846, -0.000108921478, -0.00100668403, 0.0296496749, 0.0206979606, 0.00356609887, -0.00256997114, 0.00235500722, -0.0196538493, -0.00892100483, 0.00429160241, 0.00113335915, 0.0304941759, -0.00464091869, -0.0254271682, 0.00861391332, -0.00923577324, 0.0168593172, -0.00801508501, 0.0146559365, -0.015638629, 0.00198073941, 0.00375995017, 0.022079872, -0.0104027214, -0.0311237127, -0.00676368782, -0.00771567132, 0.0233082362, -0.0198073946, 0.00530116539, -0.00500175124, -0.0169053804, 0.0162758436, 0.0110552898, 0.00836824067, 0.010310594, 0.0207286682, -0.0185636748, -0.0126444884, -0.00553532224, 0.0110092266, 0.0174120814, 0.00997279305, 0.00020860623, 0.00623395527, -0.00928951427, 0.0150551554, 0.0136962766, 0.00141166081, -0.000704870734, 0.00514761964, -0.00637214631, 0.0168900266, 0.00536258332, 0.00107386021, 0.00800740812, 0.0131972525, 0.0191932116, -0.00135024253, -0.00467162766, 0.0297878645, -0.0126291336, 0.00194043375, 0.00131377531, 0.0122913327, -0.0179648474, -3.47127229e-06, -0.00133296859, 0.00972711947, -0.0187018663, 0.0193467587, -0.0354383476, 0.0266401786, -0.0163372625, -0.0196999125, 0.0119612096, 0.0158305615, -0.0129285473, 0.0038136912, 0.0158766247, -0.00163142302, -0.0126828747, 0.00768496236, -0.0177498832, -0.00811489, 0.00639517838, 0.00695562, 0.00875210483, 0.0139419492, 0.0196538493, 0.0324902683, -0.0166750625, 0.0177498832, -0.0130974483, 0.00894403644, 0.00995743833, -0.0218341984, 0.0207440238, -0.00576564111, -0.013281703, 0.00938164163, -0.00182527443, 0.0132893799, 0.0157844983, -0.0192392766, 0.00780779868, -0.022079872, -0.00959660579, 0.0159073342, 0.0117539233, 0.0164293889, 0.0135580851, -0.0133431209, -0.0262409598, 0.00778092816, 0.00994976144, 0.0356533118, -0.000651129696, -0.0151472827, -0.00399986561, -0.00936628785, 0.00860623643, -0.00328395865, -0.00868300907, 0.00304596266, 0.00269664638, -0.00922809634, -0.00204215781, -0.0167825446, 0.00316688, -0.018886121, -0.00999582466, 0.00168420433, 0.00250663352, 0.0265019871, -0.000756212568, 0.0127980337, 0.011093677, -0.000674161594, -0.0223869625, 0.00305172079, -0.0134813124, 0.0125139747, 0.00101915956, -0.0108787129, -0.00799973123, 0.025949223, 0.0305402391, 0.00892868266, 0.000891524716, -0.000476711401, 0.0229857899, -0.0157691427, 0.015131928, 0.000225040407, -0.015078187, 0.0143949091, -0.00875210483, 0.00316496077, 0.0219570342, 0.010533235, 0.00859088171, 0.0084296586, -0.030094957, 0.0138498219, 0.0037772241, 0.00151434448, 0.0153315375, -0.000689996, 0.0171357, -0.0157844983, 0.00541632436, -0.00133776688, 0.0310776494, -0.0228322446, -0.00131377531, -0.0152317332, -0.0010105226, -0.00689036306, -0.0130667388, 0.0014893933, 0.0143258134, 0.00702471565, 0.00178113009, -0.00340487575, 0.00892868266, 0.0112856086, -0.00121493032, 0.00496720336, -0.0749917179, -0.00826843549, -0.00371388649, 0.0159841068, 0.00748919137, -0.0070132, 0.010871035, -0.00609576423, 0.00726271141, -0.00680591306, 0.0101493709, -0.000928951486, -0.000835384533, 0.00805347227, -0.0119612096, 0.0152701195, 0.0160148162, -0.0157998521, -0.00707461778, 0.00507084653, 0.00877513643, 0.0109094214, -0.0149860596, 0.00447201822, -0.0127366157, 0.0118460506, -0.00755444821, -0.000726942904, -0.00093806826, -0.0187479295, -0.00611879583, 0.011823019, -0.00475223921, -0.0158305615, 0.00928183738, -0.00378682069, 0.015131928, -0.0144947134, -0.0149323186, 0.00778860552, -0.00267361454, 0.0155388247, 0.00688652461, -0.00968873315, -0.00128594518, -0.0113163181, -0.00829914492, 0.00327628129, -0.0026620985, 0.00711300457, -0.0210357606, 0.00774638029, -0.0187018663, -0.00725119561, 0.0133124115, 0.0027964511, 0.000527333526, -0.0142643955, 0.0331965797, 0.00447585713, 0.012160819, 0.00576947955, -0.000898722152, -0.00709381141, 0.0107942624, 0.00405360619, 0.00496336445, -0.00631840527, -0.00347013283, 0.0123757832, 0.00126003439, -0.018103037, 0.00619556895, 0.0117769549, -0.0119305011, 0.0182258748, 0.00560825644, -0.00695178146, -0.000428728381, 0.045510944, 0.0159380436, -0.0235385559, -6.55568147e-05, 0.0115159275, 0.0118076643, -0.0131435115, -0.0182258748, 0.00484436657, 0.0211278871, -0.0175963361, -0.00219762279, 0.00645659678, -0.0212200154, 0.0126982294, 0.00501710549, 0.0101416931, -0.0123757832, -0.00505933072, 0.0156155974, 0.0111167086, 0.00624931, -0.00149898988, 0.0263330862, -0.00637982367, 0.0250893664, -0.0290969089, 0.0103259478, -0.0148171596, -0.00811489, 0.00862159114, 0.00612263475, -0.00549309747, 0.00505933072, 0.00691723358, 0.0301256664, -0.00743161188, -0.00252006878, 0.0039960267, 0.00107577955, -0.0151549606, -0.0209129248, -0.0189168304, -0.00528581068, -0.0172892455, 0.00434534345, -0.00771951, -0.0181337465, -0.00621476211, -0.0159533974, -0.00751990033, 0.000167100909, -0.00310162315, 0.00133776688, 4.07555854e-05, 0.000824348477, -0.0119842412, 0.00177345285, 0.0250125937, -0.00137807266, -0.00484436657, 0.00966570154, -0.0377108231, 0.0203140955, -0.00558522483, -0.00957357418, -0.00863694586, -0.000351955532, 0.0058462522, 0.0273618437, -0.014625228, -0.00771951, -0.00152202172, 0.00685581518, 0.0122990105, -0.0238456465, 0.0222794805, 0.0142874271, 0.0124755874, -0.0092971921, -0.000970216875, 0.0099267289, 0.00617637578, -0.00347205205, -0.0140954945, 0.00881352276, 0.00177537207, -0.0165061615, 0.0115312822, 0.0263330862, -0.00614566635, -0.00217075227, 0.03206034, -0.0171049908, -0.0030632366, -0.0206979606, -0.0265941154, -0.000171899199, -0.00975015201, 0.0150474785, -0.000505261298, 0.0289894268, -0.000623299566, -0.0164293889, -0.0175656285, -0.0205597691, -0.0114852181, -0.0107789077, 0.0162451342, 0.0232775286, -9.57861266e-05, 0.0172892455, 0.0109247761, -0.000707269879, -0.0038386425, -0.00447585713, -0.0043722135, -0.0041303793, 0.0116387643, 0.000831066107, 0.00317263789, 0.00769263925, 0.00734716142, 0.00770031661, 0.00118614046, 0.00489426916, -0.0171203446, 0.000906879257, -0.00664469, -0.0126368105, -0.00318991183, 0.0157000478, -0.00769263925, 0.0187632833, 0.00927416049, -0.00121109164, 0.00761586661, -0.0130283525, 0.0183333568, 0.00217651017, -0.012721261, 0.0388163514, 0.00347972941, 0.0214810427, -0.0110476129, 0.000578195497, -0.0154927606, 0.00702471565, 0.0338414721, -0.0121531421, 0.00159495592, -0.0139112398, -0.0109170992, 0.00697097462, -0.00720513193, 0.0154774059, 0.0039288504, 0.0186711568, 0.0233850088, 0.00654104678, 0.0100572435, -0.000653049035, 0.00705542462, -0.00153545698, -0.0146405818, 0.0026870498, 0.0074584824, 0.00815327652, -0.0121992053, -0.00576564111, 0.00146156305, -0.000247832359, -0.0211739521, -0.00623395527, -0.000234397099, 0.00769263925, -0.00683662202, -0.0335343815, 0.00758131873, -0.0128517747, 0.0205904786, -0.0145791639, -0.00262755062, 0.015131928, -0.00226096041, -0.000858416432, -0.00971944258, -0.00254501984, -0.0221105795, 0.00237803906, -0.00451424345, 0.00344710099, -0.0233850088, -0.00403441302, -0.0364210382, -0.0109708402, -0.0119458549, 0.00860623643, 0.0175042097, -0.0177191738, -0.00599979796, -0.00189053139, -0.0143565228, -0.0017916864, 0.0234617833, 0.00491346233, 0.00740474137, 0.00246824697, 0.000999006676, -0.0196845587, -0.0161376521, 0.00301909237, -0.0144563271, 0.000562361092, -0.0179494917, -0.0205904786, -0.0196077861, 0.00119957572, -0.00862926804, -0.0192392766, -0.0243830569, 0.0129055157, -0.0138882082, -0.00729725929, 0.00728958193, -0.00805347227, -0.0293886457, 0.0102952393, -0.0130897705, -0.0139573039, -0.0179034285, 0.00825308077, 0.00879049115, -0.010763553, -0.00944306049, 0.00114295573, -0.0202066135, -0.0131511893, -0.0210818239, 0.019223921, -0.0177498832, -0.00103451416, -0.0133431209, 0.00426857034, -0.0016774867, 0.000548446, 0.00575028639, 0.00548925856, -0.00166597078, -0.0210818239, -0.0215578154, -0.0177498832, -0.0106330393, 0.0105255572, 0.0100725973, 0.00466011185, 0.0143872323, 0.00363327516, -0.017765237, 0.0181644559, -0.0366052948, -0.0183026474, 0.00844501331, 0.0137653714, -0.00712452037, 0.00961963832, -0.0169821549, -0.0155004384, -0.0114084454, 0.014233686, -0.0151703153, 0.0175195634, -0.0375572778, 0.0167211257, 0.00417260453, -0.00753525505, 0.000648250745, 0.00566967484, -0.0208822154, 0.0322138891, -0.0109324539, -0.000961579906, 0.00374843436, -0.00318223448, -0.0210664701, 0.0171971172, -0.0010210789, 0.0123143652, 0.00742393453, -0.00290201372, -0.00481365761, -0.00586928427, -0.011155095, -0.00489426916, 0.0702010915, 0.00062090042, 0.00227439567, -0.0131665431, 0.0281756353, -0.0271008164, 0.0123604285, 0.0430235043, 0.00379065936, 0.00555067696, -0.00494801, 0.00680207461, -0.0166750625, 0.021573171, 0.00756980292, -0.0438219421, 0.00739706401, -0.00797669869, -0.0106176846, -0.0150935417, 0.00538177649, -0.0210664701, -0.0025776485, -0.022755472, -0.0158612709, -0.00205175439, -0.0112548992, 0.0107942624, -0.0151396058, 0.00301909237, 0.00583857531, 0.0198534578, 0.0202680323, 0.00262947, -0.0291429739, -0.00684429938, 0.0169514455, -0.0144102639, 0.00696329726, -0.0158305615, 0.0081456, 0.0247669201, -0.00190492626, 0.00877513643, 0.011093677, -0.0212353691, -0.00978086051, 0.00279261242, 0.00776941236, -0.00308434921, 0.00723200245, -0.0148401912, -0.0345477834, -0.0163833257, -0.00461404817, 0.00593070267, 0.0359296948, -0.00397683354, 0.00068135903, 0.014064786, 0.0067137857, -0.0137116304, 0.00733948452, -0.00889797322, 0.00188477337, -0.0248897579, -0.000862255052, 0.0114161223, -0.0114391549, 0.00194619165, -0.00338568259, -0.0178573653, 0.00600747531, -0.00687500881, 0.0235539097, -0.00720129302, 0.00146636146, 0.00585009111, 0.00999582466, -0.015408311, -0.0305709485, -0.00324173342, -0.0145407775, 0.00686733145, 0.00846036803, -0.0283138268, -0.0115389591, -0.00537793804, -0.0280528, 0.019223921, 0.00332042575, 0.0261027683, -0.0124218473, -0.0135196988, 0.000859376101, -0.0201912597, 0.00253158459, 0.019838104, 0.0384171344, 0.0018703785, 0.0326438136, 0.00673297886, -0.0059921206, -0.0107865855, -0.0156616606, 0.0226479899, -0.0035104386, 0.0040574451, 0.013895886, 0.0138344672, -0.0169821549, -0.024490539, -0.00177921075, 0.0169821549, 0.00556219276, 0.00294999662, 0.0066523673, -0.00423018401, 0.00853714067, 0.00387894828, 0.0124064926, -0.00331274839, -0.0167211257, 0.0181337465, 0.0197306219, -0.0138344672, 0.020452287, 0.00945073739, 0.00147691765, -0.00778092816, 0.0146021955, 0.0124832653, 0.00747383665, 0.00312273554, 0.0245212484, 0.0338414721, -0.00727806613, 0.0256574862, 0.0168439634, 0.00256421324, -0.00351235783, -0.0167518351, 0.0179648474, 0.00393844722, -0.00728958193, 0.00596525054, 0.00748919137, -0.0281142164, -0.0295729, 0.0142260091, 0.00676752673, 0.00585009111, 0.010034211, -0.00752373924, 0.0205597691, 0.0142567176, -0.00682126777, -0.0166750625, 0.0319682136, 0.0241373833, 0.00171587314, -0.00143373292, 0.00468698237, -0.000495664717, -0.000683758175, -0.00275614532, 0.00703623146, 0.00170915551, -0.00274654874, 0.0238610022, 0.00513226492, 0.00875210483, -0.0134198936, 0.000121996854, -0.00523590809, -0.014179945, -0.0127596473, 0.00484052813, -4.07555854e-05, -0.00546622695, -0.0087213954, 0.00723584089, 0.00958892889, 0.0480598025, 0.00537409959, 0.00256805168, 0.00902081, 0.00845269, 0.00846036803, 0.000212324914, -0.0175809823, 0.00505933072, 0.00858320482, 0.00152394106, -0.011093677, -0.0191164389, 0.0305095296, 0.0055429996, 0.000319327053, -0.00439908402, 0.014179945, 0.00355650228, 0.0192699842, -0.0053971312, -0.0150244469, 0.0070132, 0.00898242369, -0.00638750102, -0.00583089795, -0.0063491147, 0.0107328445] |
28 Jun, 2022 | React Suite Dropdown Dropdown with Icon
28 Jun, 2022
React Suite is a popular front-end library with a set of React components that are designed for the middle platform and back-end products. The dropdown component allows the user to provide navigation that uses a select picker if you want to select a value.
Dropdown with Icon will help us to add an image as per the dropdown item. This will add more attractiveness towards our items.
Syntax:
<Dropdown title="GFG">
<Dropdown.Item icon={Icon}>{Options} </Dropdown.Item>
</Dropdown>
Creating React Application And Installing Module:
Step 1: Create a React application using the following command:
npx create-react-app foldername
Step 2: After creating your project folder i.e. foldername, move to it using the following command:
cd foldername
Step 3: After creating the ReactJS application, Install the required module using the following command:
npm install rsuite
Project Structure: It will look like the following.
Example 1: Now write down the following code in the App.js file. Here, App is our default component where we have written our code. In this example, we will simply create a dropdown menu and add icons to them. We have imported icons from rsuite resources https://rsuitejs.com/resources/icons/
Javascript
import React from 'react';
import Dropdown from 'rsuite/Dropdown';
import 'rsuite/dist/rsuite.min.css';
import CodeIcon from '@rsuite/icons/Code';
import PageIcon from '@rsuite/icons/Page';
import DetailIcon from '@rsuite/icons/Detail';
import FolderFillIcon from '@rsuite/icons/FolderFill';
import FileDownloadIcon from '@rsuite/icons/FileDownload';
import FileUploadIcon from '@rsuite/icons/FileUpload';
function App() {
return (
<div>
<h1 style={{ color: 'green' }}>GeeksforGeeks</h1>
<h3>React Suite Dropdown Dropdown with Icon</h3>
<Dropdown title="GeeksforGeeks" icon={<CodeIcon />}>
<Dropdown.Item icon={<PageIcon />}>
New File
</Dropdown.Item>
<Dropdown.Item icon={<FolderFillIcon />}>
New File with Current Profile
</Dropdown.Item>
<Dropdown.Item icon={<FileDownloadIcon />}>
Download As...
</Dropdown.Item>
<Dropdown.Item icon={<DetailIcon />}>
Export PDF
</Dropdown.Item>
<Dropdown.Item icon={<FileUploadIcon />}>
File Upload
</Dropdown.Item>
<Dropdown.Item icon={<DetailIcon />}>
Exit
</Dropdown.Item>
</Dropdown>
</div>
)
}
export default App;
Step to Run Application: Run the application using the following command from the root directory of the project:
npm start
Output: Now open your browser and go to http://localhost:3000/, you will see the following output:
Example 2: In this example, we will learn how can we use a colored icon with the Dropdown menu.
Javascript
import React from 'react';
import Dropdown from 'rsuite/Dropdown';
import 'rsuite/dist/rsuite.min.css';
import CodeIcon from '@rsuite/icons/Code';
import PageIcon from '@rsuite/icons/Page';
import DetailIcon from '@rsuite/icons/Detail';
import FolderFillIcon from '@rsuite/icons/FolderFill';
import FileDownloadIcon from '@rsuite/icons/FileDownload';
import FileUploadIcon from '@rsuite/icons/FileUpload';
function App() {
return (
<div>
<h1 style={{ color: 'green' }}>
GeeksforGeeks
</h1>
<h3>React Suite Dropdown with Icon</h3>
<Dropdown title="GeeksforGeeks"
icon={<CodeIcon style={{ color: 'red' }} />}>
<Dropdown.Item icon={<PageIcon
style={{ color: 'green' }} />}>New File
</Dropdown.Item>
<Dropdown.Item icon={<FolderFillIcon
style={{ color: 'violet' }} />}>
New File with Current Profile
</Dropdown.Item>
<Dropdown.Item icon={<FileDownloadIcon
style={{ color: 'orange' }} />}>
Download As...
</Dropdown.Item>
<Dropdown.Item icon={<DetailIcon
style={{ color: 'yellow' }} />}>Export PDF
</Dropdown.Item>
<Dropdown.Item icon={<FileUploadIcon
style={{ color: 'blue' }} />}>File Upload
</Dropdown.Item>
<Dropdown.Item icon={<DetailIcon
style={{ color: 'pink' }} />}>Exit
</Dropdown.Item>
</Dropdown>
</div>
)
}
export default App;
Output:
Reference: https://rsuitejs.com/components/dropdown/#dropdown-with-icon
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon | https://www.geeksforgeeks.org/react-suite-dropdown-dropdown-with-icon?ref=asr6 | CSS | React Suite Dropdown Dropdown with Icon | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.0174066536, -0.0107822884, -0.0216688979, 0.0280026551, 0.0468847, -0.0198060293, -0.000520206289, 0.0259758532, -0.0212963242, -0.0298059117, -0.00257448573, -0.0573167689, 0.0169297587, -0.0507296622, -0.00885235611, -0.0229505524, -0.0479577146, -0.00924728438, -0.0115646943, -0.0246196836, 0.00799543597, -0.0204021465, 0.000136804476, 0.0186883062, -0.0265123583, -0.0025763486, 0.0268998351, 0.0217881221, -0.0348133072, 0.013211471, 0.012153361, -0.00711616175, 0.0108269975, -0.0192248132, -0.0425330363, 0.00471678562, 0.00372946472, 0.0149327619, -0.0280175582, -0.0038747685, -0.0433377959, 0.010864255, 0.00182840647, 0.00331590767, -0.00232299836, 0.0034668, 0.0252307039, -0.0367208831, 0.000371875329, -0.0426224545, -0.0132636307, 0.00298431702, 0.0482259654, 0.0195824839, -0.00131611736, 0.000261966023, -0.0264676493, 0.000783802359, -0.0371381678, 0.0297164954, 0.00193179573, -0.0590455122, -0.00262105744, -0.0264527462, 0.00643807696, 0.0369593315, 0.016586991, 0.0264378451, 0.00865116622, 0.00662436383, -0.00041285847, 0.027898334, 0.00713851582, -0.0272724088, 0.000125161547, -0.0224289484, 0.010834449, -0.0214453544, -0.0579128861, 0.0288223177, 0.0296717864, 0.00759305619, -0.0230697766, -0.0138224922, -0.00319295842, 0.0137628801, -0.0289862491, -0.0466164462, 0.00985085405, 0.00230809534, -0.0171234962, -0.0218626373, 0.0109685762, -0.0284199379, -0.0465568341, 0.00701184105, 0.0513853915, 0.00642317394, -0.0157226194, 0.0270041563, -0.00215720292, 0.0318923257, -0.0265421644, -0.0134946266, -0.0204170495, 0.000798705325, 0.0444406159, -0.00870332681, -0.0142323235, -0.0385986567, 0.0248134211, -0.0048658154, -0.0246941987, 0.0315942653, -0.0108568035, 0.0409235172, -0.0223395322, -0.0474212058, -0.023755312, -0.0041541988, 0.00478012301, -0.0158120357, -0.0110207358, 0.0514450036, -0.0461395532, 0.0253946371, -0.00858410262, -0.0262143, 0.0576148294, 0.0185690839, 0.00517132599, 0.014977471, -0.00448951544, 0.00584568456, 0.0343662165, 0.0496268421, 0.00819662586, 0.0276300814, -0.0323990248, -0.00632257899, -0.0192546193, -0.0353200063, 0.00794327538, 0.0369891375, -0.0102681369, 0.0208641384, -0.0237255059, 0.0116094025, -0.0287179966, 0.00948573183, -0.0339191295, 0.00440754928, 0.0358565114, 0.0333528146, 0.0523093753, 0.0297612026, -0.023248611, 0.012183167, 0.0348729156, 0.0047614947, 0.0242024, 0.00734343147, -0.00621453254, 0.00193924713, -0.0324288309, 0.00247761654, -0.0109760268, -0.0223693363, -0.0706996247, 0.0357670933, -0.0156928133, 0.0260503665, -0.0228313282, 0.0431291535, -0.0135989478, -0.00107115, 0.00944847427, -0.0158418417, 0.00380770536, 0.00709753297, -0.0498950966, 0.00741049508, 0.0072875456, 0.00316874101, 0.00621080678, -0.0135020781, 0.00549173914, -0.00571900932, -0.0450069271, -0.0268104188, -0.0396418646, -0.00690006884, 0.0247240048, 0.0442319736, -0.0152904326, 0.0134052094, -0.0491797552, 0.0322798043, 0.0114305671, -0.00469070533, -0.00396046042, -0.0194930658, -0.0166316982, -0.016050484, 0.0310577601, 0.00847233087, 0.00881509855, -0.0181518011, 0.025826823, -0.0101638157, -0.0161846112, 0.00134033465, -0.00570783205, 0.0111176055, -0.0223097261, 0.00549173914, -0.0221457928, 0.00497758714, -0.0312962085, 0.00986575708, 0.0186883062, 0.00147073553, 0.0280920714, 0.0130698923, -0.069567, 0.012660061, 0.0147911841, -0.0215645768, 0.016125, -0.0120266853, -0.0147241205, -0.0273320209, -0.0144931246, 0.00554017397, 0.0292992126, -0.00768247386, -0.0233529322, -0.0126898671, -0.0400591455, 0.0327268913, -0.00876293797, -0.0166466013, -0.0143589983, -0.0377044789, 0.00986575708, 0.0143217407, 0.0329355337, -0.00529054925, 0.0175109729, 0.0173023324, -0.015513977, 0.0267508067, -0.0109462216, 0.0148880528, 0.0202829242, -0.00835310668, -0.00833820365, -0.00782405213, 0.0111623146, 0.0292246975, 0.0536506437, 0.0261099786, 0.0167956315, 0.040774487, 0.0224289484, -0.0375554487, 0.0456924625, -0.0441127494, -0.017555682, -0.0241725948, 0.0613405667, -0.053203553, -0.0223097261, 0.0158418417, -0.000453375862, -0.00745892944, 0.0146570578, -0.000938886253, 0.0303722247, 0.0161100961, 0.0372275859, -0.00205660798, 0.029478047, 0.0094633773, 0.00386731722, -0.0342469923, -0.00490679825, 0.0302977096, -0.036184378, 0.0397312827, -0.0233827382, -0.00238074735, -0.0125706438, 0.0135095296, 0.0536208376, 0.0397312827, -0.000168822546, 0.0323692225, 0.00246085064, -0.00833075214, 0.00321903848, -0.0154245598, -0.0190459788, -0.00478757452, -0.0168999527, 0.0179580618, 0.0218328312, 0.0339191295, -0.0248283241, -0.015513977, 0.0310279541, 0.025871532, -0.0733821541, -0.034068156, -0.0270637684, 0.00177531468, 0.00859900564, -0.0149327619, -0.0060506, -0.0166316982, -0.0271680895, -0.0018414465, -0.065632619, 0.0232784171, 0.0573167689, 0.0297313966, -0.0424138121, -0.0254840553, 0.00763031375, 0.00299363141, -0.021713607, -0.0117882388, 0.0556178316, 0.0453347936, 0.0266911946, -0.00813701376, 0.0311471783, -0.032041356, 0.00436656596, 0.0308789257, -0.0247538108, -0.0270190593, 0.0178090334, -0.0406552628, 0.0113486014, -0.0422945879, -0.0020547451, 0.0286136754, 0.0189118516, 0.0297164954, 0.00148936419, 0.00937395915, 0.0343960226, -0.03311437, 0.0395822525, -0.00625551585, 0.0355882607, -0.037764091, -0.0267806128, 0.0390755497, -0.00124067115, 0.0215645768, -0.0233082231, -0.0100073349, 0.00197836733, -0.0328461155, -0.00887471065, -0.0153947538, 0.00795817841, -0.023233708, -0.0307298955, -0.0133083398, -0.0161846112, 0.017540779, -0.0150296316, -0.0457222685, 0.0144037073, -0.0171533022, -0.0488220826, 0.0170042738, -0.0252605099, 0.0240980797, -0.0485240258, 0.028911734, 0.0355584547, 0.0188224334, 0.0231740959, -0.00159554777, 0.00754462136, -0.0070863557, -0.0106630651, 0.00774953701, 0.0102159763, 0.000486208941, 0.0188522395, -0.00549173914, 0.000500646187, 0.0042138109, 0.00503719924, -0.00766757084, 0.000242871611, 0.0206256919, 0.0494480096, -0.00248320517, -0.0188522395, -0.0268998351, -0.0245600715, -0.0132785337, -0.00608413201, 0.0141578084, 0.00572273508, -0.00791346934, -0.00804014504, 0.00617354969, 0.0101489127, 0.0438743047, -0.000417515635, 0.074574396, -0.0129134115, -0.0110058328, 0.049090337, -0.0281963926, -0.00408341, 0.0499547087, 0.00782405213, -0.012660061, -0.0394034162, 0.003813294, 0.0368103, -0.0205660798, -0.0540381186, -0.0337402932, -0.0103799086, -0.0523987934, -0.0428609028, 0.00187404675, 0.00799543597, 0.0328461155, -0.00999243185, -0.0122651327, -0.00704164663, 0.0263186209, -0.00583078153, -0.04864325, -0.0233529322, 0.00698576076, -0.0401485637, 0.0019504244, -0.0218626373, 0.00748500973, -0.0294929501, -0.00571900932, -0.0483153835, -0.0170936901, 0.00348356599, -0.0297164954, 0.0195824839, 0.0154692689, 0.0103053944, -0.019105589, -0.0134201124, 0.0257523078, -0.0168552436, 0.00351709756, -0.00788366422, 0.0281367805, 0.00119130511, 0.0188522395, -0.00510798814, 0.0174662638, -0.0220861807, -0.0102457823, 0.0611617304, 0.0069336, 0.00484718662, 0.0146496063, 0.000837825588, -0.0099402722, -0.00156108465, -0.00171849714, 0.0257523078, -0.00394183211, 0.0419965312, -0.00662063807, 0.0229803585, -0.00208641379, 0.0557668619, -0.00461991644, -0.0103724571, -0.0340085477, 0.0484644137, 0.0105661955, -0.067182526, 0.00244408473, 0.00717577338, -0.0577042475, -0.0413109958, -0.0415792465, -0.00139715208, 0.0226524938, 0.0134052094, 0.0219967626, -0.0446790643, 0.0420561433, 0.0152084669, -0.0209833626, -0.0146272518, 0.0368103, -0.0191801041, -0.0321009681, -0.0246494897, 0.00811465923, -0.00383005966, 0.00430695433, -0.0312962085, -0.0100594955, 0.00367544149, 0.0447386727, 0.00906099752, -0.0155735891, -0.00685908552, 0.00610648608, 0.00508935936, -0.00974653289, -0.0123321963, 0.00549919065, 0.0282858107, -0.0396418646, 0.043427214, 0.0099626258, -0.0303275157, 0.0020379792, 0.0206554979, 0.0233082231, 0.00642689969, 0.00840526726, 0.00376113364, -0.0101191076, 0.01239926, 0.0204319526, -0.0330249518, -0.002712338, -0.0520113185, 0.00597981131, -0.0269147381, 0.0230697766, 0.0303424187, -0.0510277227, -0.0267657097, 0.0198656414, 0.0319817439, 0.0200891849, -0.000590063923, -0.0084946854, 0.00533898408, 0.00903119147, -0.023755312, -0.0204170495, -0.042980127, 0.000658058678, 0.00632630475, -0.0103650056, 0.044917509, 0.000333220785, 0.0397312827, -0.0200593788, 0.0229803585, 0.029433338, -0.00191316695, -0.0140832933, 0.0295972712, -0.0288372207, -0.0091355117, -0.014731572, 0.0244855564, 0.0107077742, 0.0340979621, -0.00979124196, 0.00369779603, -0.00263782335, 0.0131295044, -0.0129655721, -0.0223693363, -0.0134052094, 0.0109164156, 0.0111474115, 0.00151544437, -0.000896971673, -0.00314079807, 0.0020063105, 0.00187870394, 0.0156182982, 0.00625179, -0.00527564669, -0.0600887202, 0.0173023324, -0.00912061, 0.019090686, -0.009053546, -0.0272575077, 0.00631140172, 0.0222799201, 0.0012080709, 0.0160951931, -0.0174066536, -0.0435762443, -0.00137852342, -0.00882255, 0.0233976413, -0.00983595103, -0.0357074812, -0.00578979868, 0.0406552628, 0.0116690146, -0.00171011419, -0.0126153519, 0.00132263731, 0.0367506891, -0.0276151784, -0.0173619445, 0.0184796657, 0.00186007516, 0.0311173722, 0.0170042738, 0.00934415311, -0.00492915278, -0.00505955378, 0.0073918663, 0.00338483392, -0.010342652, -0.0410427414, -0.0144335134, 0.0112442803, -0.00123508251, -0.00472796289, 0.0506700501, 0.0280622672, 0.000235420142, -0.00237702159, -0.0012080709, -0.018092189, 0.0184200536, -0.00156574184, 0.0723687559, -0.0235317685, -0.00191130408, 0.00244967337, 0.0369295254, 0.0232039019, -0.0128314449, -0.0138075892, 0.0197911263, 0.018613793, 0.00310726627, -0.00689634308, -0.00834565517, -0.00252418825, -0.0123321963, -0.0169446617, 0.0210429747, 0.00841271877, -0.013196568, -0.00296196248, -0.0130177327, 0.0053538871, -0.0185243748, 0.0150147285, 0.0205958858, 0.0442021675, 0.0130698923, -0.0198656414, -0.0066355411, -0.0121608125, 0.0238596331, -0.00958260056, -0.0347835, -0.0120266853, 0.0146048972, -0.014716669, -0.00713851582, -0.00172408577, 0.0254244432, 0.0364228263, 0.0210131686, -0.0252158027, -0.00270861224, -0.0298953298, -0.0229505524, -0.0335018449, 0.0262292027, -0.00184237794, -0.00130959728, 0.00668025, 0.0123843569, 0.0119298166, -0.0225183666, 0.00227828952, -0.0281516835, 0.0119670741, -0.0266315825, -0.0174513608, -0.0276449844, -0.0150296316, 0.0142174205, 0.00902374, -0.000711150467, -0.011110154, 0.0142993862, -0.051713258, -0.017048981, 0.0380025394, 0.00296755112, 0.0202382151, 0.0123247448, 0.00900883693, 0.0228462312, 0.00189919549, 0.0100743985, -0.0535910316, -0.0183306355, 0.00875548646, -0.0114454702, 0.00411321595, 0.011095251, 0.00980614498, -0.0167658255, 0.00508935936, -0.0101787187, -0.0386582687, 0.00693732593, -0.0025595827, 0.0356478728, 0.00861390866, -0.00554762548, -0.0154245598, 0.0166466013, 0.00588666787, -0.0102979429, 0.0068441825, -0.0110877994, 0.0314750448, -0.0143515468, -0.00939631369, 0.00906099752, 0.0204021465, -0.0163932517, 0.0123247448, 0.0073918663, 0.0106109045, -0.0123843569, 2.83359914e-05, -0.00245712488, 0.0247985199, -0.0216092858, -0.00589784468, -0.0168850496, -0.00880019553, 0.00999243185, -0.0168552436, 0.0253946371, -0.00489189522, 0.00422126241, 0.0115125338, -0.0015284844, 0.00844997633, 0.00559233408, -0.0280920714, 0.00164770812, 0.00105810992, 0.016020678, 0.0482557714, 0.032488443, 0.0103053944, 0.000604501169, 0.0197315142, -0.0264229421, -0.0266315825, -0.0298506208, -0.0206107888, -0.0147837326, -0.00156294752, 0.0188671425, 0.00304020313, -0.00117919641, 0.0153351417, -0.000321577856, 0.0187032092, 0.0229505524, 0.0207896233, 0.0196868051, -0.00774208549, -0.00407595839, 0.0285838693, 0.00923983287, 0.0560351163, -0.0244408473, 0.0194781628, -0.0126377065, 0.0139268124, -0.0102979429, -0.00143254665, -0.037764091, 0.0122129722, 0.00751854153, 0.038211178, 0.00761913648, -0.0262739118, -0.00875548646, -0.0272575077, 0.00728009408, 0.0426522605, -0.0130326347, -0.0272277016, 0.0452751815, 0.010864255, -0.0192248132, 0.0353498124, 0.0359161235, 0.0121086519, 0.0267060976, 0.0332633965, 0.0107301287, 0.00822643191, -0.0160951931, 0.00227828952, 0.0358267054, -0.00134778605, 0.0115497913, -0.00481365481, -0.0230399705, -0.00774208549, -0.0177941304, -0.0352603942, 0.0168999527, -0.00461619068, 0.00242173043, 0.028434841, 0.0335018449, 0.0256032795, 0.0131295044, -0.00768992538, 0.00222054054, -0.0270637684, -0.0131146014, -0.0119745256, -0.00629649917, -0.0218179282, 0.00198768172, 0.0325480551, 0.0218775403, 0.00452304725, 0.00547311082, -0.018643599, -0.0047354144, -0.00151078717, 0.0195675809, -0.0228760373, 0.0203872435, 0.0133977579, -0.0051899543, 0.0363632143, 0.00753344456, 0.00213484839, 0.04864325, 0.0208790414, 0.0170638841, -0.0202829242, -0.00447461242, -0.0251263846, 0.00878529251, -0.0156481043, -0.0174811669, -0.00163559942, 0.0370189436, -0.0281963926, -0.0138895549, -0.0226972029, -0.0126675125, -0.0247687139, -0.000445225829, 0.0329951458, -0.0175258759, -0.0102308793, -0.0109536732, 0.00771228, -0.00261174305, -0.0278387219, -0.0355882607, 0.00715341885, -0.0235913787, -0.0173172355, 0.00190757844, 0.00662436383, -0.0283156168, 0.0147539265, 0.0471529551, 0.00320227281, 0.0146272518, -0.00370338466, 0.0228611343, 0.0137703316, 0.00904609449, 0.0166913103, -0.017540779, 0.0256032795, -0.00478384877, 0.00684045674, 0.0173917506, 0.00438146899, 0.0113336984, 0.0204766616, 0.0151861124, 0.00116149918, -0.00182654359, 0.0226375908, 0.0103799086, -0.0347536951, 0.0144484164, 0.0282261986, -0.00263037183, -0.0184945688, -0.0177196153, -0.0053203553, 0.039284192, -0.00672123302, -0.00851703901, -0.0370487496, 0.0173321385, -0.0152233699, -0.00755952438, 0.00419518212, 0.0240086615, 0.0202084091, 0.000111131812, -0.0197762232, 0.00270302361, -0.00504837651, 0.0269892532, -0.0400591455, -0.0144186104, 0.0444108099, 0.0366016589, -0.0414600223, -0.0118254954, 0.000116778632, -0.0250667725, -0.0301337782, 0.0128090912, -0.0015890277, 0.0226673968, -0.0195228718, -6.56079355e-05, -0.0248432271, -0.0125259347, 0.0151637578, -0.040774487, -0.0152904326, 0.00846487936, 0.00345376018, 0.0107971914, -0.0168254375, -0.00473168865, -0.00342395413, 0.0198507383, 0.0505806319, 0.00509681087, -0.0111846682, -0.00431068, -0.000386079715, -0.00820407737, -0.0117211752, -0.00979869347, -0.0142472265, -0.0118031409, -0.00168217113, -0.00610648608, 0.00538369268, -0.00900138542, -0.0376448669, -0.00444108108, -0.0117733357, 0.0318029076, 0.000217839304, 0.00256517134, 0.024306722, -0.0249773543, 0.0287478026, -0.030998148, -0.0191801041, 0.0152755296, 0.0240980797, -0.00896412786, -0.000945406267, 0.0047614947, -0.00107115, -0.0275406633, 0.0107822884, 0.0388967171, -0.0240235645, -0.00652376888, -0.0165124759, -0.00363073265, -0.00495895883, 0.0172725264, -0.0103799086, 0.0287329, 0.0102234278, 0.0158716477, -0.0166167952, 0.00302157435, -0.0177345183, -0.0220712777, -0.0333826207, -0.00151730725, 0.0073322542, 0.0161995124, 0.038181372, 0.0281218775, 0.0115274368, 0.0101563642, 0.0330547579, -0.00625551585, 0.0113336984, -0.00464227097, 0.000707424711, -0.00523093762, -0.00792092085, -0.00501111895, -0.00248879357, -0.0040498781, 0.00921002682, 0.00634493353, -0.012414162, -0.0315644629, 0.0136362044, -0.00482110633, -0.034694083, -0.0592243485, 0.00122856244, -0.0105661955, 0.0169148557, -0.00656102644, 0.000773556589, -0.00854684506, -0.0172725264, -0.00851703901, 0.00171942858, 0.0201338939, -0.0116615631, -0.00803269353, 0.00101805816, -0.0156928133, -0.00507445633, -0.013703268, 0.0036437728, -0.000521137728, -0.0195526779, -0.0213857424, 0.0239490513, 0.00688889157, -0.0315644629, -0.0155735891, -0.00406105537, 0.0111772167, -0.0169446617, 0.0373468064, -0.00153686735, -0.0173172355, -0.011907462, -0.0088449046, 0.0111921197, 0.0145676397, 0.0116243055, -0.00810720772, 0.012645158, -0.0241874978, -0.0199401546, -0.00493287854, 0.00774208549, 0.00182374928, 0.0343960226, -0.00161417644, 0.0219520535, 0.0316240713, -0.0245600715, -0.00845742784, 0.0127196731, -0.0102681369, -0.00837546121, -0.0197613202, 0.00244222186, -0.000742353499, -0.0109387701, 0.0109611247, -0.0166466013, 0.00548056234, 0.014731572, 0.0768992528, -0.0040498781, -0.0176301971, -0.0404168181, -0.000922586129, -0.0105363904, -0.0213559363, 0.00388967153, 0.0296866894, -0.01164666, 0.0176898092, -0.0258119199, -0.0137777831, -0.0091131581, -0.00235280418, 0.00383378542, -0.0149849225, 0.0180474799, 0.0130251832, -0.0304467399, 0.000205614226, 0.00311099202, -0.00355994375, -0.0118031409, 0.0171384, -0.0153351417, -0.00372387609, -0.0337701, -0.0153500447, -0.000599844, -0.000889985939, 0.00624433858, 0.0412811898, 0.0205958858, 0.0158716477, 0.0163485426, 0.00497758714, 0.00290235062, -0.0174960699, 0.0163038336, -0.00771228, 0.00343699427, 0.014224872, 0.00347984023, -0.0107301287, 0.0106183561, -0.00128258567, -0.00676966785, -0.014224872, -0.0078091491, 0.0200593788, -0.0315644629, 0.000617541256, 0.00272724102, -0.00759678194, 0.02792814, 0.00818172283, -0.014977471, 0.019656999, -0.0088449046, -0.0181368981, 0.00106649275, 0.0180474799, -0.0256628897, -0.000101118887, 0.00971672777, -0.00751854153, 0.00352454907, -0.0432185717, 0.0195228718, 0.00371642457, -0.0169595648, -0.00330100488, 0.0162293185, -0.0278387219, -0.00239192438, -0.00671378197, 0.0137405256, 0.0178239364, -0.0103202974, 0.00944102276, -0.00347611448, -0.0131369559, 0.00149960991, -0.00773463445, 0.0115572428, -0.0133157913, -0.0419667251, -0.0171980113, -0.00747383246, 0.00225593499, -0.025290316, -0.0089045167, -0.00493660429, 0.000400516932, 0.00672495877, 0.0283752289, 0.0208343323, 0.00056165515, 0.0123918084, 0.0244855564, 0.017034078, 0.00479502603, 0.0130922468, 0.0033866968, -0.00338855968, 0.0218179282, 0.0156033952, 0.00479130028, 0.0200742818, 0.0312365964, -0.00985085405, -0.0107077742, 0.0147762811, -0.021192003, 0.00961985812, 0.0281069744, 0.0176152941, 0.0149327619, 0.00375368213, 0.00212925975, 0.0163187366, 0.0167360194, -0.00174550875, 0.0155735891, -0.0180623829, 0.00499249, 0.00914296322, 0.0188969485, 0.00466462504, -0.0141280023, 0.00891941879, -0.0121980701, 0.00168869121, 0.00273282966, 0.00910570659, 0.0017334, 0.0254840553, 0.00514897145, 0.0290011521, 0.00289676199, 0.0121459095, -0.0243812371, 0.0222948231, 0.0127494792, 0.00369407027, -0.00218142, -0.00947828, 0.00528309774, 0.0157077163, 0.00929199345, -0.0296866894, 0.0102681369, 0.0140534872, 0.017034078, -0.0214900635, 0.025335025, -0.0195824839, -0.0189267546, -0.0170638841, -0.000289210497, 0.0301933885, 0.0167360194, 0.0190012697, 0.0261993967, 0.0167658255, 0.00947828, -0.0197464172, -0.00674358755, -0.0132487277, 0.00367544149, -0.00817427132, 0.00217769458, -0.000654332922, 0.0462289713, 0.00676594209, 0.00324511877, -0.00289489934, 0.0152904326, 0.00585313607, -0.0266464856, 0.000204100637, 0.00479502603, 0.0114231156, -0.0212963242, -0.0140385851, 0.00550291641, -0.0118105924, -0.019105589, 0.0128463479, -0.00460873917, -0.00312589505, 0.0183157325, 0.0229505524, 0.0123172933, 0.00895667635, -0.0264229421, 0.01113996, -0.00253163977, 0.0360949598, -0.0158567447, -0.000332522206, 0.0204170495, -0.00441872654, 0.00378907658, 0.00793582387, -0.0205809828, -0.00653494615, 0.0496566482, -0.000307606329, -0.0250071604, -0.0137628801, -0.0040498781, 0.00342395413, 0.0353796184, 0.0105363904, 0.0019895446, -0.00359720108, 0.0201338939, -0.00508190785, 0.0175109729, 0.00834565517, -0.00622198405, -0.0156182982, -0.00575254112, 0.00631885324, 0.0198805444, 0.00194111, 0.00157039904, 0.00587921636, -0.0228611343, 0.0353200063, 0.032041356, -0.0131295044, 0.0301188752, 0.00189081253, 0.0205809828, -0.0398505032, -0.0108940611, -0.013442466, -0.00587921636, 0.00216279156, 0.00739559205, 0.00384868844, 0.012630255, -0.000132845889, -0.010558744, -0.0205809828, -0.000630115625, 0.0247836169, 0.0177643243, -0.0130922468, 0.0281963926, -0.00836801, -0.00691497186, -0.00282597309, 0.0061213891, -0.00922493, 0.00598726282, -0.0319519378, -0.000779145164, 0.00970927626, -0.00556625426, -0.0169297587, -0.0363334082, -0.00256330846, -0.00887471065, 0.0202978253, -0.00350964628, -0.0125482893, -0.0192993283, 0.0240682736, 0.00985830557, 0.0182561204, -0.0128612509, 0.00339042256, 0.023233708, -0.00300108269, -0.0187777244, -0.000493660395, -0.0206554979, 0.0223395322, 0.0271978956, 0.0271382835, -0.01008185, 0.00471678562, 0.00537624164, 0.0103575541, 0.0120192338, 0.00639336836, 0.0112889893, 0.0167807285, 0.0197911263, 0.0191652011, -0.0178835467, 0.034664277, 0.00167565118, 0.0161100961, -0.00956024602, -0.0173917506, 0.00191689271, 0.0145825427, -0.0170638841, 0.0384496264, -0.000171616848, 0.0194930658, 0.0139268124, 0.00148843275, 0.00977633893, -0.0138672, 0.0122800358, -0.025841726, 0.0103128459, -0.0256181825, -0.0223246291, -0.00444853259, 0.0402379818, 0.00296568824, -0.00783150364, -0.00396046042, -0.0236360878, 0.0033699309, -0.0161697082, -0.00323580438, 0.018628696, -0.0213261303, 0.0094037652, 0.0182114132, -0.0145452851, -0.0137330741, 0.00651259162, -0.00290048774, -0.0316538773, 0.037734285, 0.0029042135, 0.00400889525, -0.00220563752, -0.0298655238, -0.00785385817, 0.00265086326, -0.0052495664, 0.000344863714, -0.00883745309, -0.00336247939, -0.000823388342, -0.0146794114, -0.0140832933, 0.0228313282, -0.00244967337, -0.0131146014, -0.00319295842, -0.00308677484, -0.00812956225, 0.0312067904, -0.0138597488, 0.0087182289, -0.00543957902, 0.0318327136, 0.00406105537, 0.0244259443, 0.00592019921, 0.00885235611, -0.00707890419, -0.0284944531, 0.0201189909, -0.00347611448, 0.0157077163, -0.0200444758, 0.0256777927, 0.0280771703, -0.00063616992, -0.0035077834, 0.018643599, -0.0113336984, 0.0085095875, 0.0240086615, -0.000491331855, -0.000980800833, -0.0182859264, -0.0274363421, -0.0145974457, -0.0218328312, -0.0162740275, -0.012168264, 0.00251487386, -0.000262431742, -0.0152606275, 0.0135542387, -0.0147688296, -0.00181257201, 0.0343662165, -0.0115423398, 0.0275555663, 0.000978938, -0.0140311336, 0.0136585589, -0.0246941987, 0.0127718337, -0.012935766, 0.00156294752, 0.0328163095, 0.0180474799, -0.00998498, 0.00393810635, 0.0119372681, -0.00616237242, 0.00302343722, -0.0114529217, 0.00198023021, -0.0142174205, 0.0166167952, -0.00237702159, -0.0448877029, -0.00650141481, -0.0366910771, 0.0277344, 0.00589784468, 0.00286881905, 0.0100893015, -0.00622571, 0.0100594955, -0.0129134115, -0.00576371839, 0.00053930073, 0.00634493353, -0.00245712488, 0.029999651, -0.0166615043, -0.00871077832, 0.00133102026, 0.0043889205, -0.00241800467, -0.00944102276, -0.0224587545, -0.00467207655, -0.00661318656, -0.000148913139, 0.0259460472, 0.0221308898, 0.00904609449, 0.0142546771, 0.012183167, 0.000562586589, 0.00141484942, 0.00774208549, 0.00671005622, 0.00255213119, 0.00605432596, -0.0114976307, -0.00102923543, -0.00206219661, -0.00297127687, -0.00143254665, -0.0078687612, -0.00191316695, -0.00299363141, -0.0118478499, -0.032488443, 0.0168850496, 0.00576744415, -0.0179282557, -0.0325480551, -0.00374064199, -0.0113262469, 0.0194483586, -0.00850213692, 0.0166167952, -0.00825623795, 0.011095251, -0.017585488, -0.00229878095, -0.0254095402, 0.00407968415, -0.00814446528, 0.000825716939, 0.0223395322, -0.0197911263, -0.00682182796, -0.00935160462, -0.00603197142, -0.00615864666, -0.00270488649, 0.0306702834, 0.0176600032, 0.00440009777, 0.0429205149, 0.00483228359, 0.0332037881, 0.0138597488, 0.00118292216, 0.0230846796, -0.00688889157, 0.0152010154, 0.00132263731, -0.00564449467, 0.000986389467, 0.00304951752, 0.0145154791, -0.00372946472, -0.0174066536, -0.00690752035, -0.00181629776, -0.00916531775, 0.00114100752, 0.0085095875, 0.0216539949, -0.00520113157, 0.0245153625, 0.000405174127, 0.011862753, 0.0130549893, -0.0144931246, -0.0232933201, -0.0047614947, 0.014701766, 0.0213559363, -0.00579352397, -0.0296866894, 0.00832330063, -0.00522348611, 0.0111325085, -0.00649768906, 0.00833820365, -0.0263484269, -0.00973163079, 0.0045975619, -0.00407968415, 0.00792092085, 4.83472868e-05, 0.00177158893, 0.0171682052, 0.00521976035, -0.00477639725, 0.0208343323, 0.011907462, 0.00505210226, 0.00410576444, -0.0099626258, 0.013688365, 0.00583078153, -0.00833820365, 0.0315346569, -0.00259311427, -0.0148731498, -0.00690006884, -0.00602079416, 0.0034668, -0.0152233699, 0.00733970571, -0.0293588229, 0.00713479, -0.0211025868, -0.00237329584, 0.0156779103, 0.00379652809, 0.00763031375, 0.00979124196, 0.011601951, -0.0156928133, 0.0125706438, -0.0100893015, -0.00960495509, 0.00999243185, -0.00204729359, -0.00545075629, 0.00590157043, 0.00569292903, -0.0172725264, -0.003682893, 0.0180623829, -0.00847233087, 0.0264378451, 0.00242173043, 0.0120564913, 0.0227419119, 0.00906844903, -0.0117435297, 0.00342209125, -0.00804014504, -0.0114231156, -0.00390457455, -0.00564822042, 0.00243663322, -0.00620335527, 0.0131518589, 0.0104395207, -0.0181667041, 0.0214155484, -0.0186883062, 0.0267806128, 0.00737696327, 0.0135765933, -0.0182561204, -0.00728009408, -0.0238745362, -0.0177643243, -0.0428310968, -0.00725028804, -0.00590157043, 0.00144465535, -0.0140907448, -0.000483414653, 0.00202493905, -0.0131369559, -0.0107226772, -0.0127271246, 0.00921002682, 0.034694083, -0.0267657097, 0.00432558311, 0.0210131686, -0.027913237, -0.00235466706, -0.0197166111, 0.0432185717, 0.00599471433, -0.00929199345, -0.0192397162, 0.0157375224, 0.00324698165, 0.00577489566, 0.0110430904, -0.000832236954, 0.00702674361, -0.0121310065, 0.00212739687, 0.0238149241, -0.0125557408, -0.00401634676, 0.00321158697, 0.0089864824, 0.0184796657, -0.019120492, 0.00631512748, -0.0206256919, -0.0276449844, -0.0208045263, -0.0266315825, 0.000978938, -0.00178462896, 0.00584941031, -0.00583823305, -0.00271978951, -0.0210280716, 0.00521603459, -0.0191801041, -0.0218328312, -0.000867631461, -0.0151488548, -0.0178239364, 0.0184796657, 0.011631757, 0.00442990381, 0.00441872654, 0.00481365481, 0.00209759106, 0.0144260619, -0.0125035802, 0.00506700529, 0.00451559573, 0.0209237505, -0.0100147864, -0.00783895515, 0.0125035802, 0.0189714637, -0.024291819, 0.0050148447, 0.0171533022, -0.00987320859, 0.012674964, 0.000417981355, -0.00526446942, -0.0225183666, -0.00383751118, 0.00732852891, 0.00416537607, 0.00159089058, 0.00604314869, -0.0154692689, -0.0218924433, -0.00141950662, 0.0101340106, 0.00232672412, 0.00662063807, 0.0142770316, -0.0177494213, 0.0177941304, -0.0148358932, -0.00406105537, 0.0281218775, -0.00827114098, -0.00603942294, -0.0215943828, -0.0050148447, 0.0128836054, -0.00662436383, -0.0278834309, 0.0234125443, 0.00318736979, 0.0116243055, 0.0168999527, -0.00527937198, 0.00443735532, 0.00780169759, 0.00961985812, 0.0217583161, -0.0235764775, -0.0156332012, 0.0157524254, 0.00668025, -0.019120492, -0.0292992126, -0.00518622855, -0.0179580618, -0.000711616129, -0.0204319526, -0.0123769054, 0.00585686183, 0.00426597102, -0.0120192338, -0.00887471065, 0.00969437324, 0.00439264625, -0.00342954276, -0.0188820455, 0.000140646647, 0.0111995712, -0.0208641384, -0.00422126241, -0.0115274368, -0.0140162306, 0.0231740959, 0.00917276926, 0.00741049508, -1.00856923e-05, -0.00479130028, -0.00779424608, 0.0207151081, -0.00419145636, 0.0254244432, 0.0113262469, -0.0105140358, 0.01164666, -0.00312589505, -0.00967947, 0.00204543071, 0.0209684595, -0.0126004498, -0.0216688979, 0.00878529251, 0.00710871024, -0.00915786624, 0.0132710822, 0.0104171662, 0.0219371524, 0.0208790414, 0.00166726822, 0.0195228718, 0.0210131686, 0.0127643822, 0.0124067105, -0.012138458, -0.00497758714, -0.0110207358, -0.0135318842, 0.00327119883, -0.0151637578, 0.016050484, -0.0143440953, -0.00971672777, -0.011877656, -0.0110877994, 0.0195973869, 0.00526819518, 0.0118702045, 0.00412439322, -0.00562214, 0.00721303094, -0.0108195459, 0.00903119147, 0.0150519861, -0.0237404089, -0.00457520736, -0.00296755112, -0.0194036495, -0.00812211074, 0.00472796289, 0.017585488, 0.0120117823, 0.0057041063, -0.010342652, 0.025320122, 0.00453422451, 0.00257076, -0.00309422635, -0.00947828, -0.00312216929, 0.0150147285, -0.0109760268, 0.0261993967, 0.0141130993, -0.022265017, -0.0122055206, -0.0132561792, 0.0034034627, -0.00568920374, 0.00695595471, -0.00530917803, 0.00634865928, -0.0296568833, -0.00434048614, 0.0100222379, -0.00862881169, 0.0053538871, -0.0177196153, -0.0187181123, -0.004143022, 0.00167844549, 0.0120341368, -0.0210727807, 0.0128761539, -0.00563704316, 0.00031761924, 0.0133232428, 0.0126004498, 0.00419518212, -0.0106407106, -0.0213112272, -0.0176600032, -0.0015843705, -0.0177345183, -0.0042473427, -0.0249475483, -0.00710871024, -0.00611393759, 0.0105512934, 0.0137852347, 0.0241278857, 0.000109967514, -0.00514897145, 0.0230846796, 0.0183306355, 0.03225, 0.00585313607, -0.0113038924, 0.00837546121, 0.0034090511, -0.00827114098, 0.0155586861, -0.012168264, -0.0205511767, -0.0110654449, 7.09636879e-05, -0.00338110817, 0.021192003, 0.000900231709, -0.0202382151, -0.016125, -0.0185392778, 0.017034078, -0.00671750726, -0.00876293797, 0.0123545509, 0.0207896233, -0.00970182475, 0.00632257899, -0.00104134402, 0.00292843091, -0.0191652011, 0.0231740959, -0.00912061, -0.0100073349, 0.0128388964, 0.00653494615, 0.0152010154, -0.0254542492, -0.019642096, -0.00637473958, -0.0169297587, -0.0100445924, 0.0125631923, -0.0194483586, -0.0123918084, -0.00836801, -0.00176879461, 0.00538369268, 0.00204170495, 0.0170787871, 0.0135244327, 0.00159927353, -0.0136511074, 0.0438146926, 0.0220712777, -0.00205847085, -0.00209200243, 0.0360949598, 0.0219669566, -0.00912061, -0.0112144742, -0.0131593104, -0.012183167, -0.000334152224, -0.0117807873, 0.00853939354, 0.00700438954, 0.00732480315, -0.0204766616, 0.00958260056, 0.021683801, 0.019656999, -0.0133828549, 0.0181816071, 0.0192993283, -0.00964966416, -0.0164379608, -0.0125482893, 0.00858410262, 0.0142174205, 0.000883465866, -0.00386731722, 0.00380211673, 0.0143739013, -0.00935905613, -0.00724283652, -0.0161995124, 0.0184647627, 0.00671378197, 0.00183213223, 0.0117658842, -0.00372760184, -0.0115572428, 0.0114454702, 0.00182281784, 0.0128388964, -0.00391575182, -0.0259162411, -0.00611393759, 0.00830839761, 0.00879274402, -0.00839036424, -0.0236957, -0.00242359331, -0.00498876441, 0.0135914963, -0.00394555787, -0.0214900635, -0.00158343907, 0.00909825508, -0.0199252516, -0.00758560468, -0.00958260056, 0.0107524833, -0.0106183561, -0.00654984917, -0.005424676, -0.0125557408, 0.00331031904, 0.0113113439, 0.00643807696, 0.00597981131, -0.00627414463, 0.00552154519, 0.0236957, 0.0171234962, 0.0140758418, -0.0188522395, 0.00719440216, 0.00261360593, -0.0175109729, -0.000573763798, -0.00656102644, 0.0233380292, 0.00530917803, -0.00672123302, 0.0290905703, 0.00315011246, -0.00106369844, -0.0147613781, 0.0210727807, -0.0104171662, -0.00790601783, -0.00143813528, -0.0377938971, -0.0106928712, 0.0181816071, -0.0129134115, -0.00434793765, 0.00600216538, 0.00251673674, 0.0161697082, -0.012153361, 0.0230995826, 0.0244259443, -0.0110356389, -0.0368103, 0.00249251933, 0.0130102811, 0.00122483668, -0.0116243055, 0.00479875179, 0.00681437692, 0.0243961401, -0.0182859264, 0.00707145268, 0.0125706438, 0.00430322858, -0.0148433447, 0.0135020781, 0.0119149135, -0.00692987442, 0.00136175763, -0.00175948022, -0.0117360782, -0.00634865928, -0.00432930887, -0.0130251832, 0.00539114419, -0.0273320209, 0.0242471099, -0.00527564669, 0.00965711568, -0.0151041457, 0.00776444, 0.0199550577, 0.00113448757, 0.00706772693, 0.00539859571, 0.0236062817, -0.0120415883, -0.0143142892, 0.00287999632, 0.000774488, 0.00560351135, 0.0177643243, -0.00375554501, 0.00384123693, 0.00604314869, -0.0080997562, 0.00352641195, 0.0280175582, 0.00640454562, 0.00635238504, -0.0216390919, 0.0089045167, 0.00073071057, 0.00912061, -0.00520858308, -0.0263484269, -0.0103352005, 0.020148797, -0.00251301099, -0.000540232169, -0.0143739013, -0.0297761057, 0.00329541625, 0.0284199379, -0.00980614498, -0.0123769054, 0.0377938971, -0.0252307039, -0.0100371409, -0.00800288748, -0.0318923257, 0.00203239056, -0.00450814422, -0.00771228, -0.00595745677, -0.0124886772, -0.0195675809, 0.0133157913, 0.0129283145, 0.0181816071, -0.0204617586, 0.00363632129, -0.00836055819, 0.0148358932, 0.0199401546, -0.0198209323, 0.0111995712, -0.00883000158, 0.00289489934, 0.00754834712, 0.00420635939, -0.0186883062, 0.003556218, -0.0150296316, 0.0111772167, -0.00674358755, 0.0268104188, 0.0109760268, -0.000632909941, -0.00977633893, 0.00912061, -0.00882255, -0.00322649, 0.00459383614, 0.00258752587, 0.00262292032, 0.0130624408, -0.0019094412, -0.0018898811, 0.0122129722, 0.00626669312, -0.00924728438, -3.1435924e-05, 0.00450441847, 0.00284273899, -0.00997007731, -0.00866606925, 0.0128388964, -0.00601334265, 0.00657220371, -0.0194483586, 0.00502602197, -0.0100520439, 0.0125259347, 0.00802524202, -0.0210727807, -0.0170638841, 0.00861390866, 0.00981359649, -0.00315942662, -0.00444480684, -0.0158120357, 0.0246047806, -0.004526773, -0.017555682, -0.00347984023, -0.0182710234, 0.0252307039, -0.00792837236, -0.00932925, -0.0187181123, 0.0268402249, -0.00365308719, -0.00843507331, -0.00197836733, -0.00455657905, -0.00435538916, 0.0189714637, 0.0148284417, 0.0172427204, 0.0109015126, -0.00801033899, 0.0253797341, 0.00466462504, -0.0182412192, 0.0398505032, 0.00534271, 0.00578607293, 0.0238298271, 0.0223246291, -0.00679574814, -0.0066355411, 0.00831584912, -0.0101936217, 0.00206219661, 0.00361955538, 0.0142695801, 0.0271531865, -0.0106407106, -0.0166615043, -0.00500366744, 0.0161399022, 0.00443735532, 0.00992536917, 0.0175258759, 0.0150817912, 0.000614746939, -2.87289404e-05, -0.0125929983, 0.00682182796, 0.00212553423, 0.0278089158, 0.00933670159, -0.0149849225, 0.0153053356, -0.0138746519, 0.00976888742, -0.00938886218, 0.000447088678, 0.00564449467, -0.0197315142, -0.00163653085, 0.000133777314, -0.00964966416, -0.00881509855, -0.0147986356, 0.0034668, -0.0221159868, 0.022265017, 0.0109462216, -0.0120788459, -0.00401262101, 0.00690379459, -0.0192546193, -0.00457893312, 0.00893432181, -0.00991046615, -0.0253797341, 0.0125631923, -0.00280548143, 0.00543585327, 0.00471306, 0.0349325277, 0.00758933043, -0.00260615442, -0.00656847795, -0.00313148368, -0.012630255, 0.00160579348, 0.00200072187, -0.0187330153, 0.03225, -0.00624806434, -0.0146198, 0.0224885605, -0.0200891849, 0.0178090334, -0.0122129722, 0.0164081547, 0.000372573908, 0.00616982393, 0.00448578969, 0.00836055819, 0.00202307641, 0.00520113157, 0.0020063105, -0.00424361695, 0.01961229, -0.0190310758, 0.0117807873, -0.0107375802, -0.0034668, 0.00016416538, 0.01239926, 0.0078091491, 0.012660061, 0.0161995124, -0.0207598172, -0.0146719599, 0.00340159982, 0.00103948114, 0.0096124066, 0.0103724571, -0.00620708102, 0.00814446528, 0.000926777604, 0.0119670741, 0.0124365166, 0.00494033, 0.00244967337, 0.01396407, -0.00239192438, 0.0117211752, 0.00300294557, 0.0101861702, 0.00875548646, 0.0172725264, 0.0168701466, 0.00735460874, 0.00474286592, 0.018077286, -0.00338855968, 0.00934415311, 0.000611021183, -0.00633375626, -0.0134499175, 0.0169595648, -0.00178462896, -0.00147725549, -0.0233380292, 0.0191652011, -0.01502218, 0.0238894392, -0.0179282557, -0.00258752587, 0.0188373365, 0.0207747202, -0.0055997856, 0.000360930979, 0.00394555787, -0.00681810221, -0.024336528, 0.00107301283, -0.0164379608, -0.000103098188, 0.0218477342, -0.00353013771, 0.00982849952, 0.0102755884, 0.0264527462, 0.0267657097, 0.00133288314, 0.0139268124, 0.00604314869, 0.00241986755, -0.00640454562, -0.00920257531, 0.00880019553, -0.0010599728, -0.000375368196, 0.0077048284, 8.0394464e-05, 0.00676594209, -0.000288046198, -0.0227866191, -0.00416165031, -0.0305510592, 0.00624806434, 0.0119894287, 0.00436656596, 0.0121757155, 0.0109983813, -0.0159163568, -0.0274661481, 0.0101191076, 0.00121365953, 0.0187926274, -0.00269184634, -0.00253722817, 0.0122204237, -0.020148797, 0.00428087404, 0.00612884061, 0.0168850496, 0.000894643075, 0.000387244, -0.0171384, -0.00119596219, -0.0250220634, -0.000980800833, -0.00970927626, -0.0143739013, -0.00725773955, 0.00173060573, 0.0174662638, -0.00628159614, 0.00719812792, 0.00571155781, -0.003682893, 0.00439637201, -0.00254467968, -0.0197166111, 0.00733970571, 0.00187684107, -0.0149029559, 0.00539114419, 0.0368401073, 0.012138458, 0.00515642297, 0.00574508961, 0.0111846682, 0.0173619445, -0.0167211164, 0.0137107195, 0.0172278173, -0.0130326347, 0.0192397162, -0.0138970064, -0.00899393391, 0.0241129827, 0.00710498448, 0.0267657097, 0.00945592579, -0.0185392778, -0.00347984023, 0.0164826699, 0.0148284417, 0.0125259347, 0.0140832933, 0.00836801, -0.0171384, 0.00422126241, -0.0114678247, 0.0148135386, -0.0262143, 0.00182561215, -0.000570503762, 0.00034905519, 0.00273841829, 0.0047018826, -0.00793582387, 0.00432185736, -0.00458638463, 0.0190012697, -0.0122651327, 0.00538741844, 0.0230995826, 0.0134871751, 0.0018656638, -0.0856025815, -0.000807088218, 0.00679202238, 0.00826368947, 0.00363073265, 0.00328796473, 0.0170936901, -0.0141727114, 0.0123321963, 0.0179729648, -0.00652749464, -0.00190012692, 0.00368661876, 0.00192993286, -0.00248693069, 0.0138075892, 0.00201003626, -0.0101340106, -0.0126153519, 0.000959377794, -0.00430322858, 0.0178239364, -0.0117435297, -0.00215720292, 0.0102830399, 0.00671378197, -0.00219632313, -0.00356739503, -0.00668397592, -0.0142323235, -0.00418027909, 0.00486208964, 0.00243104482, -0.0095304409, -0.000496920431, -0.0132859852, 0.00519368, -0.00173898868, -0.0137926862, 0.00166447391, 0.00679574814, 0.01290596, 0.00847233087, -0.00990301464, -0.0067398618, -0.00774953701, -0.0141280023, 0.00470933411, -0.00441500079, 0.00284460187, -0.030506352, -0.00586803909, -0.0204617586, -0.00376672228, 0.0256479867, -0.00783895515, -0.00117733353, -0.0244408473, 0.0226673968, 0.000677153061, 0.0125259347, 0.0120788459, -0.00999988336, -0.00197464158, 0.0259907562, 0.0215496738, 0.000648744288, -0.0152755296, -0.00548056234, 0.0121906186, 0.00200444763, -0.0241129827, -0.00659455825, 0.0126228034, -0.0134201124, 0.00577862142, -0.00773463445, -0.00102271535, 0.00215161429, 0.0430099331, 0.0247389078, 0.000113343965, 0.00360837835, 0.0091131581, 0.012138458, -0.0183902476, -0.023770215, -0.00361396675, 0.00400889525, -0.0208045263, 0.0123172933, -0.00777934305, -0.0172576234, 0.000667838729, 0.005040925, 0.0138224922, -0.0068441825, -0.00676594209, 0.0157226194, 0.00536506437, 0.00403125, -0.00672868453, 0.0271829925, -0.00716832187, 0.0205511767, -0.0099626258, 0.0156033952, 0.0138597488, -0.0115721459, 0.0128463479, 0.0102979429, -0.0120788459, 0.00167937682, -0.005294275, 0.0198507383, -0.00725028804, -0.00159741065, 0.00593882799, -0.00123694539, -0.00993282069, -0.0144260619, -0.0033699309, 0.00224475772, -0.00707890419, 0.0169744678, 0.00401262101, -0.0119819771, -0.00479875179, -0.0156481043, -0.00982104801, -0.00384496269, -0.00780169759, -0.00702301785, -0.0114752762, -0.00302343722, -0.0108717065, -0.000502974784, 0.0194185525, -0.00655730069, -0.000557929394, 0.0109536732, -0.0209535565, 0.0243961401, -0.011601951, -0.00539859571, -0.00432930887, 0.00691869762, 0.000176157599, 0.00856174808, -0.015238273, 0.00543585327, -0.00962731, 0.00989556313, 0.00781660061, -0.00901628844, 0.00433303462, -0.00562959164, 0.0115870479, -0.00572646083, 0.00157319335, 0.0219371524, 0.0103575541, -0.00260615442, -0.0103202974, 0.00694105169, 0.00300294557, -0.00994772278, 0.00415047351, 0.0151115973, 0.00964221265, 0.0064939633, 0.037287198, -0.0208492354, 0.0114007611, 0.00461991644, -0.0238298271, 0.00534643559, -0.0158567447, 0.0209088475, 0.00285764178, 0.0265570674, 0.0168254375, -0.0102457823, -0.0129655721, -0.0226972029, -0.019627193, -0.000480620336, 0.0188373365, 0.00711988751, -0.00189081253, 0.00386359147, 0.0249475483, -0.00592765072, -0.00230250671, 0.00292656804, 0.00783895515, -0.00689261733, 0.0074365749, 0.0122055206, 0.00915041473, 0.00152941584, 0.0105438419, 0.01058855, -0.000663181534, -0.00150333566, -0.0214751605, -0.00227642665, -0.00771973142, -0.0187479183, -0.00274773245, 0.0114529217, 0.00154338742, 0.0038524142, -0.00560351135, 0.0001479817, 0.00825623795, -0.00606550323, 0.00880019553, 0.0116988206, 0.00699321227, 0.0389265232, 0.00463481946, 0.012674964, -0.00675849058, 0.00970927626, -0.0157524254, 0.00280920719, 0.0314452387, -0.00533898408, 0.00480992906, -0.00691124611, -0.0037704478, 0.00713479, -0.0194185525, 0.00326188444, -0.0019895446, 0.0226972029, -0.00427342253, 0.0135169812, 0.0068069254, 0.00563704316, 0.00652376888, -0.00637846533, -0.0112740863, 0.00751109, 0.00025451454, -0.00180325774, -0.00798053294, -0.0174960699, 0.00364936143, 0.0077048284, -0.0348729156, -0.0294035319, -0.00513406843, 0.00434421189, -0.00458638463, -0.0395822525, -0.0117509812, -0.01502218, 0.0134499175, -0.0100073349, -0.00415047351, 0.0172874294, 0.0068441825, -0.0125929983, -0.00729872286, -0.00578979868, -0.0233380292, 0.00307000894, -0.014731572, -0.00235839281, -0.0062853219, -0.0080997562, -0.0293141156, 0.013673462, 0.000634307042, -0.00133754034, 0.0171533022, -0.0113784075, -0.000607761205, 0.0128761539, -0.0126526095, -0.0153798508, 0.00173060573, 0.00653494615, 0.00436284, 0.00160020497, 0.00139435788, -0.0184647627, -0.00915041473, 0.00938886218, -0.00858410262, 0.00401634676, 0.00538369268, -0.0214900635, -0.0129730236, 0.0153798508, -0.0140907448, -0.017555682, -0.0219818596, 0.00870332681, -0.0138001377, -0.00982849952, 0.0148731498, -0.0123172933, -0.0287776086, 0.000229598663, -0.00982849952, -0.00823388342, -0.0189118516, 0.00022296219, -0.00730617438, 0.00250183372, -0.0145601882, 0.0127345761, -0.017570585, -0.0239192452, -0.0212814212, 0.00592019921, -0.0223097261, 0.00310912915, -0.0144409649, 0.0138746519, -0.016542282, -0.016005775, 0.0032339415, 0.0221457928, -0.0154543659, -0.0208492354, -0.0247538108, -0.00521976035, -0.0342469923, 0.0033214963, 0.00341650262, -0.0217434131, 0.00562959164, 0.004910524, -0.0221905019, 0.00682555372, -0.0428310968, -0.00157133047, 0.0102159763, -0.00179580622, -0.0161697082, 0.0229952615, -0.0210280716, -0.00651259162, -0.0011670877, 0.0153798508, 0.00293588242, 0.0133232428, -0.0229952615, 0.0120415883, -0.00624433858, -0.0136362044, -0.00391947757, 0.018628696, -0.00448578969, 0.0160802901, -0.0038188824, 0.00422498817, 0.000116487558, -0.00539487, -0.0119521711, 0.0142472265, -0.00199327036, 0.018643599, 0.012645158, -0.00261919457, -0.0245749746, -0.010864255, -0.0127494792, 0.00570038054, 0.064142324, -0.0100073349, -0.00676221633, -0.0227270089, 0.0185392778, -0.0186883062, 0.000305743451, 0.0394332223, -0.000663647254, 0.00546938507, 0.00511171389, 0.0214006454, -0.0152084669, 0.0282858107, -0.00853939354, -0.00985085405, 0.00992536917, -0.0176749062, -0.00620708102, -0.00986575708, -0.00511543965, -0.0174811669, -0.00922493, -0.0144782215, -0.0120564913, -0.0151786609, -0.0142025175, 0.0166167952, -0.0155288801, 0.00534643559, 0.00617727544, 0.0266613886, 0.0160951931, -0.0075408956, -0.0126004498, -0.00536133861, 0.0192099102, -0.0145154791, -0.00297686551, -0.0136063993, 0.0135616902, 0.0246643927, -0.00223730621, 0.015253176, 0.00314079807, -0.0109238671, -0.00247947942, 0.00334943947, 0.0119819771, -0.0144186104, 0.0178090334, -0.000659921498, -0.019627193, -0.0100743985, 0.00668770168, 0.00405360386, 0.0141801629, -0.00371456193, -0.00552154519, 0.0101191076, -0.0104395207, -0.00445225835, 0.00716832187, 0.0280175582, -6.6874104e-06, -0.03311437, -0.00998498, 0.0121906186, -0.0201637, 0.0127569307, 0.00161510787, -0.0152010154, -0.00213857414, -0.0138075892, 0.00416165031, -0.0101936217, 0.00705654966, 0.0160951931, 0.0125333862, -0.0114529217, -0.0267060976, 0.0175258759, -0.0143813528, 0.00497758714, -0.003042066, -0.0267060976, -0.0205809828, -0.00551409367, -0.0118180439, 0.0127345761, 0.00448578969, 0.0249624513, -0.00328610186, -0.00918767229, -0.0122204237, -0.014716669, -0.00516014872, 0.0174513608, 0.0394034162, 0.0055625285, 0.0402677879, 0.00319295842, 0.0119670741, -0.00985830557, -0.0148284417, 0.0339787416, -0.001906647, 0.00200817338, 0.00780169759, -0.00488816947, -0.00259311427, -0.00928454194, 0.0241725948, 0.00821152888, 0.00452304725, 0.00258007436, 0.0101936217, 0.0032339415, 0.0100222379, 0.00208268804, 0.0149253104, 0.0194930658, -0.0115423398, 0.0158418417, 0.0155437831, -0.00697085774, 0.0225630756, -0.00537996739, 0.00294333394, -0.0262143, 0.003556218, 0.00345748593, -0.00554762548, -0.0136511074, 0.0177941304, 0.0336806811, -0.00233231252, 0.0299549419, 0.0105960015, -0.00749246124, 0.00499994168, -0.00282224733, 0.000521603448, -0.00176972605, 0.00171570282, 0.00299176853, -0.00851703901, -0.0157524254, -0.00960495509, 0.00464227097, 0.00274400669, 0.0102085248, 0.00141391798, -0.0089864824, 0.00859900564, -0.00697085774, -0.00524584064, 0.000178136892, 0.0199401546, 0.0197315142, -0.0146123488, -0.00289862487, 0.0207598172, 0.00632630475, 0.00670633046, 0.000714410446, 0.000786596676, 0.00217210595, -0.0110207358, 0.0148880528, -0.00320413546, 0.00467952807, -0.0085692, 0.0124663226, -0.00660573551, -0.0154543659, -0.00500739319, 0.00185634953, 0.00669887895, -0.0186883062, -0.00927709, 0.0156779103, -0.00221681478, 0.0536208376, 0.00361769251, 0.00751481578, 0.0085692, 0.018121995, 0.0087182289, -0.00979869347, -0.00650886633, -0.0094037652, 0.00548056234, -0.00755952438, -0.008286044, -0.0313260145, 0.0205362737, -0.0135542387, 0.0112293772, 0.00577489566, 0.0180325769, 0.00565194618, -0.00374436774, 0.00244222186, -0.0163634457, 0.0156332012, 0.00396046042, -0.00488444371, -0.00626669312, -0.0152159184, -8.63760215e-06] |
13 Jun, 2022 | React Suite Icon extension Font awesome icons
13 Jun, 2022
A React suite is a library of React components, sensible UI design, and a friendly development experience. It is supported in all major browsers. It provides pre-built components of React which can be used easily in any web application.
In this article, we’ll learn about React Suite Font Awesome Icons. In react suite, we can also use all types of font-awesome icons to build our web application. Here, Font awesome provides 3 sets of open source icons package in react suite.
Icon Props
as: It is used to add a custom SVG icon component.
fill: It is used to fill icon color.
flip: It is used to flip icon.
pulse: It is used to rotate icon with eight steps.
rotate: It is used to rotate icon.
spin: It is used to spin the icon.
style: It is used to add or change icon styles.
Creating React Application And Installing Module:
Step 1: Create a React application using the given command:
npm create-react-app projectname
Step 2: After creating your project, move to it using the given command:
cd projectname
Step 3: Now Install the rsuite node package using the given command:
npm install rsuite
Project Structure: Now your project structure should look like the following:
Using Font Awesome Icons:
Step 1: Install the @rsuite/icons package into your project directory.
npm install --save @rsuite/icons
Step 2: Install Font Awesome icons package:
npm install --save @fortawesome/free-brands-svg-icons
npm install --save @fortawesome/free-regular-svg-icons
npm install --save @fortawesome/free-solid-svg-icons
Syntax:
//Import Statement
import * as faGoogle from "@fortawesome/free-brands-svg-icons/faGoogle";
import { Icon} from "@rsuite/icons";
//Function component
Function App () {
return (
<Icon as={FaSvgIcon} faIcon={faTwitter}
style={{ color: "#61dafb" }} />
);
}
Example 1: Below example demonstrates the basic font awesome icons.
Javascript
//App.js File
import { Icon } from "@rsuite/icons";
import * as faTwitter from "@fortawesome/free-brands-svg-icons/faTwitter";
import * as faGoogle from "@fortawesome/free-brands-svg-icons/faGoogle";
import * as faGithub from "@fortawesome/free-brands-svg-icons/faGithub";
import React from "react";
import "rsuite/dist/rsuite.min.css";
function App() {
const FaSvgIcon = ({ faIcon, ...rest }) => {
const { width, height, svgPathData } = faIcon;
return (
<svg
{...rest}
viewBox={`0 0 ${width} ${height}`}
width="5em"
height="5em"
fill="currentColor"
>
<path d={svgPathData}></path>
</svg>
);
};
return (
<div style={{ padding: 10 }}>
<h2>GeeksforGeeks</h2>
<h4 style={{ color: "green" }}>
React Suite Font Awesome Icons</h4>
<div
style={{ display: "flex", flexDirection: "row",
alignItems: "center" }}
>
<Icon as={FaSvgIcon} faIcon={faTwitter}
style={{ color: "#61dafb" }} />
<Icon as={FaSvgIcon} faIcon={faGoogle}
style={{ color: "red", marginLeft: 10 }} />
<Icon as={FaSvgIcon} faIcon={faGithub}
style={{ color: "black", marginLeft: 10 }} />
</div>
</div>
);
}
export default App;
Step to Run Application: Run the following command from the root directory of your project:
npm start
Output:
Example 2: Below example demonstrates the animated font awesome icons with text.
Javascript
import { Icon } from "@rsuite/icons";
import * as faSpinner from "@fortawesome/free-solid-svg-icons/faSpinner";
import React from "react";
import "rsuite/dist/rsuite.min.css";
function App() {
const FaSvgIcon = ({ faIcon, ...rest }) => {
const { width, height, svgPathData } = faIcon;
return (
<svg
{...rest}
viewBox={`0 0 ${width} ${height}`}
width="2em"
height="2em"
fill="currentColor"
>
<path d={svgPathData}></path>
</svg>
);
};
return (
<div style={{ padding: 10 }}>
<h2>GeeksforGeeks</h2>
<h4 style={{ color: "green" }}>
React Suite Font Awesome Icons</h4>
<div>
<Icon as={FaSvgIcon} faIcon={faSpinner} spin
style={{ color: "green" }} />
<span style={{ marginLeft: "10px" }}>
Loading Content...</span>
</div>
</div>
);
}
export default App;
Output:
Reference: https://rsuitejs.com/components/icon/#font-awesome-icons
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons | https://www.geeksforgeeks.org/react-suite-icon-extension-font-awesome-icons?ref=asr9 | CSS | React Suite Icon extension Font awesome icons | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.0261197779, -0.00162666268, -0.0211660266, 0.02964486, 0.0470528677, -0.00268263463, -0.00937175099, 0.0221132953, -0.0175322406, -0.00683276, -0.00159657525, -0.0235730223, 0.0340085104, -0.035996221, -0.01351023, 0.0146749048, -0.049289044, -0.0149621908, -0.0138130449, -0.00209835614, -9.9785957e-06, 0.00864188839, -0.0185260959, -0.00787708536, -0.0349091925, -0.00401424663, 0.014985485, 0.0128735406, -0.0497859716, 0.0102801975, 0.0150243072, -0.00891364552, -0.00463928841, -0.0151252458, -0.0388225, 0.0132307075, 0.0248929858, 0.0459347814, -0.0320207961, -0.0175477695, -0.045531027, -0.00712392852, 0.00990750175, 0.0267098788, -0.00995408837, 0.0201877, 0.00454999693, -0.0502518415, 0.0186969154, -0.0468044057, -0.00199741754, 0.0333562903, 0.0438228361, 0.0129278926, 0.0224549342, 0.0103500783, -0.00396765955, -0.00298933242, -0.0442576483, 0.00512845209, -0.0159482826, -0.0467112325, -0.00533809373, -0.0229829196, -0.00360272801, 0.0316015147, 0.0168489646, 0.0175477695, -0.00057311717, -0.00849436317, -0.0126406057, 0.053047061, 0.0119418008, -0.00791590754, -0.00191686093, 0.00325526646, 0.0161035731, -0.0266167056, -0.0559354573, 0.038605094, 0.040872328, 0.0127958953, -0.0287441779, -0.00743062655, 0.00224976381, 0.0126250768, -0.036120452, -0.052674368, 0.0193957202, 0.000134180256, -0.0288528819, -0.00714333961, 0.011530282, -0.0183552783, -0.00972115342, -0.0119418008, 0.0568361394, -0.00274669169, 0.00020151303, 0.0341638, 0.0223462302, 0.0255452041, -0.0176720023, -0.0335737, -0.00395989511, 0.000740053889, 0.0441644751, 0.00263216533, -0.0129589504, -0.0178428199, 0.0414003134, 0.0011404109, -0.0233400855, 0.0335115828, -0.020203229, 0.0422388799, -0.0106063066, -0.0238214862, -0.00278745545, 0.0142245637, 0.00782273337, -0.00564867351, 0.0133238817, 0.0510904081, -0.0380771086, 0.0371143073, 0.0038938967, -0.0203585178, 0.0509040616, 0.0382323973, -0.00254287361, 0.000509545323, 0.0111731151, 0.0136422263, 0.0392262526, 0.0384808592, -0.012089326, 0.0453757383, -0.0266167056, -0.0238836017, -0.0226102229, -0.0400337614, -0.0115691051, -0.00430541532, -0.0065338267, 0.0192714892, -0.00685993535, -0.00650665071, -0.00862635951, 0.0161812175, -0.0228121, -0.00206923927, 0.0207001567, 0.0108004194, 0.058699619, 0.0137043418, -0.0322692618, 0.0100162048, 0.0462143, 0.02997097, 0.0388225, 0.0153737096, -0.0165849719, 0.00186445052, -0.0220667087, 0.0296293311, -0.018060226, -0.0111420574, -0.067209512, 0.040996559, 0.0118408622, 0.0234643184, -0.0191783141, 0.0509972349, -0.0165539142, -0.00202071108, 0.0113827568, -0.0344743803, -0.00830801483, -0.000186590638, -0.0469596945, 0.0115225175, 0.0190074947, 0.00918540359, 0.0155911157, -0.0123377899, 0.0120116808, -0.00956586376, -0.0471149832, -0.0113905212, -0.0275018588, 0.00126270181, 0.0475497954, 0.0339774527, -0.0152883, 0.0114138145, -0.0440402441, 0.0273776259, 0.0241320655, -0.00840895344, -0.0109479446, 0.00283792475, -0.00752768246, -0.0140537443, 0.030421311, -0.00274086837, 0.0229518618, -0.0101249078, 0.0440713, -0.011693337, -0.0452204458, -0.0141080962, 0.00363960932, -0.00638630101, -0.00943386741, 0.00330961798, -0.023961246, 0.0100705558, 0.000904078945, 0.0139838643, 0.0227189269, -0.0202653445, 0.0325177237, 0.0200168807, -0.0336979292, 0.0181378722, 0.0135335233, -0.0218803603, 0.0328283049, 0.0121514425, -0.00764026772, -0.0199081767, 0.00670076348, 0.0133238817, 0.0330457129, -0.00270981039, -0.0130521245, -0.0173303634, -0.0195354819, 0.0347539, -0.016010398, -0.00544291455, -0.0066270004, -0.0180136394, 0.0167557914, -0.00459658401, 0.015847344, 0.00739956833, 0.0068055843, -0.0173303634, -0.0078576738, -0.00390360225, -0.0110488832, 0.0402822234, -0.00705016591, -0.00635524327, -0.00371919549, -0.0107771261, 0.0152339488, 0.0336358137, 0.0488231741, 0.0251414496, 0.0257160235, 0.0303591937, -0.00318538607, -0.013455878, 0.0250482764, -0.0454378538, -0.00844777562, -0.00975997653, 0.0535750501, -0.0464317091, 0.00176933536, 0.011693337, 0.00083662488, -0.0102103176, -0.0113284048, 0.015327123, 0.0474566221, 0.0080362577, 0.0153659452, -0.0377975851, 0.0351887122, 0.0126716634, 0.00599807594, -0.0335115828, 0.00263604778, 0.0325177237, -0.0167402625, 0.0239767749, -0.0371143073, -0.0180912837, -0.00802849326, 0.0216318965, 0.0282472502, 0.0187590308, 0.0101870233, -0.00404918659, 0.0094105741, 0.00475575635, 0.0288062934, -0.0196131263, -0.00955033489, -0.0203119311, -0.0140537443, 0.0228121, 0.0110644121, 0.046773348, -0.00564090908, -0.00830801483, 0.0500344373, 0.0287752356, -0.0609047376, -0.0315083414, -0.0126561346, 0.00257199048, -0.0199547652, -0.0180136394, -0.0273931548, -0.0460590124, -0.0231382102, -0.0179515239, -0.0585443303, 0.0297846217, 0.071868211, 0.0111808795, -0.0488231741, -0.0216318965, 0.0293808673, -0.000893888064, -0.0089447042, -0.00801296346, 0.0171750728, 0.0282938369, 0.0539166853, -0.0284180697, 0.0297690928, 0.0156998187, -0.00185765664, 0.00846330449, -0.0376112387, -0.037021134, 0.00658041378, -0.0354992934, 0.0327661894, -0.0360272788, -0.0228431579, 0.0207622722, 0.0330457129, 0.00646394631, 0.00151601864, -0.0066774697, 0.0654702634, -0.0311667025, 0.0249861609, 0.00190133194, 0.0266632922, -0.066402, 0.0109867668, 0.0158939306, 0.00698805, 0.0197994746, -0.00513621652, 0.00063620368, 0.0151873613, -0.0328593627, -0.0166160297, -0.00414236076, -0.00705793034, -0.0194733664, -0.0394747183, 0.0107926549, -0.0201255828, 0.00405695103, -0.0178894084, -0.0333873481, 0.0225170497, -0.01521842, -0.0400027037, 0.0220667087, -0.0304834265, -0.00134811131, -0.0240544211, 0.0550347753, 0.0263527129, 0.030203905, 0.00833907258, -0.0163830947, 0.00826919265, -0.014931133, -0.0213679038, -0.0160725154, 0.0149000753, -0.00861083064, -0.00369978417, -0.0146593759, -0.0146826692, -0.00370560749, 0.00448399875, -0.0321139731, 0.0154979415, 0.0272378661, 0.0563702695, 0.0182465743, -0.0490716398, 0.000783729192, -0.0352197699, -0.0033270882, 0.0120039163, 0.0135645811, -0.0179515239, -0.0414003134, -0.0155367637, 0.00286121829, 0.0325487815, 0.0543204397, 0.0249085147, 0.0698805, 0.0172837768, -0.0195510108, 0.024753226, 0.0203585178, 0.0266943499, 0.0532955267, 0.00293109869, -0.00386866205, -0.0251880381, -0.00213911966, 0.0133161172, -0.0304678977, -0.0662777722, -0.0178738777, 0.00275057415, -0.00638630101, -0.044444, 0.00302233151, 0.0478293188, 0.0158318151, -0.00872729812, 0.00226723403, -0.0148534877, 0.018743502, -0.00443741167, -0.0394436605, -0.0296138022, 0.00923975464, -0.0262129512, -0.0117942756, -0.0167092029, 0.00225946936, -0.0267098788, -0.0154824127, -0.0705637708, -0.000857006642, 0.00470140483, -0.0163209792, 0.0355303511, 0.0113128759, 0.0034843192, -0.038387686, 0.00927081238, 0.0188522059, -0.00331155909, -0.0201255828, 0.00898352638, 0.00657264888, -0.00366096175, -0.00798190571, -0.00880494248, 0.0128114251, -0.0175943561, 0.00687934691, 0.0695699155, -0.00854871422, -0.000268845819, -0.00741121499, 0.00979879871, -0.0260887202, 0.024644522, -0.0113361701, 0.0152494777, 0.0212747287, 0.0500654951, -0.00708510587, 0.016352037, -0.0142711503, 0.0523637868, 0.00819154736, -0.0034843192, -0.0076635615, 0.0306387171, 0.0122290868, -0.0721787885, -0.0135257589, 0.0103345495, -0.0422388799, -0.0365863219, -0.0340395682, 0.00775285298, 0.00176060037, 0.0245358199, 0.0175477695, -0.0384498, 0.0403443426, 0.0176254138, 0.0165539142, -0.0258091968, 0.0583890378, -0.0331699438, -0.0478914343, -0.0213679038, 0.0080362577, -0.0127881309, 0.0190540832, -0.0398474112, -0.0160569865, -0.00709675299, 0.0342259146, 0.00798190571, -0.0153038288, -0.0117243947, 0.00405306881, 0.0143798534, 0.0122601455, 0.00376578234, -0.0155678224, 0.0333252326, -0.00779944, 0.0437296629, -0.00947269, -0.0241320655, -0.0158162862, 0.00527209556, 0.0456242, 0.0102957264, 0.0225636363, 0.0153659452, 0.005423503, -0.00614560163, 0.0172061324, -0.0304523688, -0.00778779341, -0.0472081602, -0.0200634673, -0.0399405882, 0.0202808734, 0.0278900824, -0.0581405759, -0.0242252387, 0.010326785, 0.0107848905, 0.045531027, 0.00927081238, -0.0102957264, 0.00595148932, -0.00313491677, -0.0362136289, -0.0125707248, -0.0476119146, -0.00246328767, 0.014643847, -0.01351023, 0.0634825528, 0.00707734143, 0.0227810424, -0.0319586806, 0.00706569478, 0.0315238684, -0.0172837768, -0.0337911025, 0.0199237056, -0.00202653441, -0.000701716694, -0.00900682, -0.00709675299, 0.00512068765, 0.0285267718, -0.00361825689, 0.0245047621, -0.00405695103, 0.0370832495, -0.0167868491, -0.00676676165, 0.00040132759, 0.0091310516, 0.0329214782, -0.00788485, -0.00546620786, -0.0134170558, -0.0114992242, 0.0174235385, 0.00531868218, 0.00633194949, 0.000463443575, -0.037021134, 0.0175322406, -0.0102258464, 0.0110255899, -7.81302806e-05, -0.0266788211, 0.00750438916, 0.0115923984, 0.0105208969, 0.0114681665, -0.0138363391, -0.0219735336, 0.0259800162, -0.00878164917, 0.0103112562, -0.011111, -0.0198150035, 0.006584296, 0.0266788211, 0.00974444766, 0.00469364, -0.00936398655, -0.0080207279, 0.0262129512, -0.0390399061, 0.00210029725, 0.0153426519, 0.00964350905, 0.0206380412, 0.00993855949, 0.0329214782, 0.0184795093, 0.000548853073, -0.00222647027, -0.000393563096, -0.0121048549, -0.0201721713, -0.0248619281, 0.00173730683, -0.00539632747, 0.0114681665, 0.0311822314, 0.0251103919, -0.0193957202, 0.00907670055, 0.0096745668, -0.00984538533, 0.0305300131, 0.00660370709, 0.0639173612, -0.0188211482, 0.00366096175, -0.0237748977, 0.0293963961, 0.0158551093, -0.00647171075, -0.00824589841, 0.0201721713, 0.00522939069, 0.00249240454, 0.0102957264, 0.0038065461, 0.0106373644, -0.0211349688, -0.0260576606, 0.0308095347, 0.00547785452, -0.00172566, 0.00788873155, 0.00236429018, 0.0132540008, -0.00390166114, 0.00609125, 0.00283404253, 0.0255607329, 0.0334184058, -0.00725204265, 0.00500810239, -0.011188644, 0.0200634673, -0.00937951542, -0.0373317152, -0.0167247318, 0.0179981105, 0.0103578428, -0.0274086837, -0.00396960042, 0.00884376559, 0.0232313834, 0.00851765648, -0.00875059143, -0.00374637125, -0.021461077, -0.0179049373, -0.0335737, -0.00445294054, 0.0260421317, -0.000886608846, 0.0201877, 0.017935995, 0.0131220045, 0.00484504784, -0.00465481775, -0.0200634673, 0.0140925674, -0.037021134, -0.0128968339, -0.0288839396, -0.0119883874, -0.0108780647, 0.00660758931, -0.00116855721, 0.0017489536, 0.0117865112, -0.0447856337, -0.00384148629, 0.0486057699, -0.00739956833, 0.0207778011, 0.0238059573, 0.010326785, 0.0354371779, 0.00107538328, 0.0167402625, -0.0655944943, -0.0112585248, 0.00160142814, -0.0159482826, -0.0152494777, -0.0095969215, 0.0139372768, -0.0197063014, -0.00165383844, -0.0291324034, -0.038605094, 0.00104044296, 0.00844777562, 0.0280143153, 0.0350955389, 0.00281074899, -0.00923975464, 0.023386674, 0.00744615542, 0.00141313893, -0.00821484067, -0.00561373355, 0.0190851409, -0.00755485846, -0.0268962272, 0.00177807047, 0.0308871809, -0.0172837768, -0.0155678224, 0.0234643184, -0.0023681724, -0.00705404812, 0.00180136401, 0.0066270004, 0.00941833854, -0.0154668838, 0.0157541707, -0.0146516114, -0.00174410082, -0.00177418825, -0.0295516867, 0.0195820685, 0.00321644405, 0.00702299, -0.00413459633, 0.0322071463, 0.0135490522, 0.00829248596, -0.0290702879, -0.00643677032, -0.00289421738, -0.00902234856, 0.0258713141, 0.0346607268, 0.0179670528, -0.00162083935, 0.0030553306, -0.0121126194, -0.0145506728, -0.0400027037, -0.0185882133, -0.0157852285, 0.000452767388, -0.00228664512, -0.0131064756, 0.021461077, 0.00771791302, -0.000750730047, 0.0079586124, -0.00329797133, 0.0197218303, 0.0426115766, -0.00580008142, -0.00410742033, 0.0175322406, 0.00484116562, 0.032579843, -0.0378907584, -0.00282821897, 0.000146797582, -0.0157541707, -0.0133394105, 0.0023177031, -0.0569293126, 0.00971338898, 0.00117729232, 0.0187124442, 0.0112507604, -0.0155522935, 0.000443547062, -0.0222996436, 0.0129822437, 0.0229984485, 0.0119728586, -0.0379218161, 0.044630345, -0.017935995, -0.00790426, 0.0347228423, 0.0270515177, 0.00726757199, 0.0238836017, 0.0195820685, 0.0206380412, -0.00576902321, -0.0251259208, -0.0184018649, 0.0193646625, 0.0108237127, 0.0302660204, -0.0117942756, -0.0145817306, -3.13309683e-05, -0.0182621032, -0.0502207838, 0.014302209, -0.00577678764, 0.00547009, 0.0484815352, 0.0368658453, 0.017609885, 0.0244271159, 0.017935995, 0.00193336047, -0.032579843, -0.00666194083, -0.0104898391, 0.00160531036, -0.0114914598, 0.0154591193, 0.0165073257, -0.0130443601, 0.0153659452, -0.00328438333, -0.00361049245, -0.0213989615, 0.00850989204, 0.0357166976, -0.00887482334, -0.00583502138, 0.0218182448, -0.00941833854, 0.0268185828, 0.00176060037, 0.0256383792, 0.0598177053, 0.00888258778, 0.00554385269, -0.0158551093, 0.0142400926, -0.0290392302, -0.00225364603, -0.0296138022, -0.0319897383, 0.00828472152, 0.0490095243, -0.0152650066, -0.0100239692, -0.0197218303, -0.0115380464, -0.0259334296, 0.00445294054, 0.0241165366, -0.0167713203, 0.000151286426, -0.0219735336, 0.0100394981, -0.000256228494, -0.0180757549, -0.0145506728, 0.00671629235, -0.024194181, -0.0149388975, 0.00937951542, 0.0130987111, -0.0368658453, 0.0093096355, 0.0482641309, 0.00682111317, 0.0216163676, -0.0187900905, 0.0232313834, 0.00707734143, 0.0135956388, 0.00422000559, -0.032238204, 0.0400027037, -0.0123921419, -0.0123533187, 0.000632806739, -0.00790426, 0.0189143214, 0.0288528819, 0.0239146594, -0.0215542521, -0.0279522, 0.00200324086, 0.0133316461, -0.0209952071, -0.00567196729, 0.0478603765, 0.0231226813, -0.0236661956, 0.00113070523, 0.0099618528, 0.0314772837, -0.0184484515, 0.0208088588, -0.0267254077, 0.0153504163, -0.0104665458, -0.0221132953, 0.00808284432, 0.0266167056, 0.0174390674, -0.012826954, -0.0317878611, -0.0107771261, 0.00626983354, 0.0306076575, -0.0386361517, -0.00917763915, 0.0257470813, 0.0213057883, -0.0332631171, -0.00765967928, 0.00307280081, -0.015614409, -0.0342569724, 0.0198305324, 0.0109246513, 0.0267409366, -0.0304057822, -0.00415788963, -0.00486445893, -0.0222064704, 0.00205176906, -0.0211815555, -0.0177651756, 0.0100162048, 0.0129356571, 0.0047363448, -0.020436164, -0.00183824531, -0.00540797412, 0.0129977725, 0.016802378, 0.00248463987, -0.00393466046, -0.014643847, 0.00196441845, -0.0022109414, -0.0235264339, -0.00144807925, -0.0145817306, -0.0239923038, 0.0111964084, -0.0319897383, 0.00793143641, -0.0151174814, -0.0316791609, 0.00609513232, -0.0292411055, 0.032238204, 0.0105674844, 0.000515368651, 0.0109479446, -0.0245824065, 0.0558733419, -0.0130676534, -0.0275484454, 0.0244737025, 0.0229829196, 0.0162743907, -0.00895246863, -0.00789261423, -0.0233090278, 0.00832354371, 0.0250016898, 0.0208709762, -0.0169421379, -0.0110411188, -0.0235730223, 0.00335426396, -0.00791202486, 0.0184173938, 0.0025894607, 0.0313219912, 0.000547397241, 0.0117321592, -0.0247687548, -0.000473391847, -0.0215853099, -0.00614171941, -0.0166005, 0.0110333543, 0.0276882071, 0.0166470874, 0.038605094, 0.0166315585, 0.0103733717, 0.014247857, 0.0140459798, -0.00482951896, 0.0260887202, 0.00322032627, 0.000760921, -0.00286898273, -0.00765579659, 0.000702201971, 0.00710063521, -0.0115225175, 0.00600195816, 0.0127027221, -0.00908446498, -0.0332320593, 0.00918540359, -0.0154125318, -0.0367105566, -0.060190402, -0.00986868, -0.00738015724, 0.00721322047, -0.0205138084, 0.0128036598, -0.0126949567, -0.0108314771, -0.0202187579, 0.00130831823, 0.00668523414, -0.00191394915, -0.0042005945, 0.00351343607, 0.00997738261, 0.00966680236, -0.0172837768, -0.0117011014, -0.00961245, -0.0220045932, -0.023837015, 0.0326109, 0.00520609692, -0.0446924604, -0.00909222942, -0.012826954, -0.00872729812, -0.0178894084, 0.0342569724, 0.00470528705, -0.00163539778, -0.00623877579, -0.0173458923, 0.00394630712, 0.00861083064, 0.00468975771, -0.00269234041, 0.0161501598, -0.00889035221, -0.0139838643, -0.0097755054, 0.011693337, -0.0131918853, 0.0222064704, -0.00658041378, 0.00962798, 0.0293187518, -0.0102801975, -0.0125940191, 0.00761697441, -0.0146050239, 0.00125008449, -0.0249551032, -0.000289955526, 0.00185668597, -0.0318655074, 0.00605630968, -0.011980623, 0.00898352638, 0.00156939949, 0.0619296506, 0.00494986866, 0.00286704162, -0.0345675536, -0.0033135002, 0.00993855949, -0.0195510108, 0.014931133, 0.0167868491, -0.000779361697, 0.000678908429, -0.0123455543, -0.0199237056, -0.013618933, 0.00188095006, 0.00551667716, 0.00755097624, -0.00559432199, 0.00885929447, -0.0320207961, 0.00064299762, 0.00256228494, -0.00464705331, -0.00530703552, 0.00616501272, -0.00853318535, -0.00256034383, -0.0173924789, -0.00360661023, 0.0122523811, 0.0097755054, 0.010218082, 0.0332631171, 0.0142556215, 0.026461415, 0.0427979231, -0.0190540832, -0.00112779357, -0.00433259085, 0.0268496405, -0.000836139545, -0.010614071, 0.00275445636, -0.00757038733, -0.00904564187, 0.00545456121, -0.00154222373, 0.00134034676, -0.0121902646, 0.0174701251, 0.0280764308, -0.0266943499, 0.00402589329, -0.00721710268, 0.00971338898, 0.0105286613, 0.00662311818, -0.0105907777, 0.0135801099, -0.00333679374, 0.000782273361, 0.0058971378, 0.00257975515, -0.0209952071, 0.00592431333, -0.00618442427, -0.0210728534, 0.00612230832, -0.0297225062, 0.0167868491, 0.000450341, -0.0104432525, -0.00120932085, 0.0145739662, -0.0359651633, 0.00155095884, -0.0163830947, -9.23247571e-05, 0.0297225062, -0.014589495, 0.0289305262, -0.0120815616, -0.0155678224, 0.0113128759, 0.000206972443, 0.00455776136, -0.00788873155, -0.0367105566, -0.00475575635, -0.0089447042, -0.0126949567, -0.0026612822, -0.0184173938, -0.00409577368, 5.12578299e-05, 0.00281851343, 0.014876782, 0.0085021276, 0.00408412702, 0.00408800924, 0.0150864227, 0.0110488832, 0.0229518618, 0.00892141, 0.00516339252, -0.00137625763, 0.000483582757, 0.0153426519, -0.00924751908, 0.00399871729, 0.0189764369, 0.0093174, 0.00361049245, 0.0173148345, -0.0137121063, 0.0111964084, 0.0258247256, 1.97145509e-05, 0.00146749045, 0.00336008728, -0.00237011351, 0.0260731895, 0.0206380412, -0.0022827629, 0.0372074842, 0.0011404109, -0.00310385879, 0.00477904966, 0.0135257589, 0.0173148345, -0.00435588462, 0.0229052752, -0.00199547643, -0.00796637684, 0.00637853658, 0.0060679568, -0.0228121, 0.00743839098, 0.0258557852, 0.0265080016, 0.00364543265, 0.0172061324, -0.015614409, -0.00169460208, 0.0227344558, -0.00923975464, -0.0111265285, -0.000392592512, 0.0280764308, 0.0219114181, 0.0110333543, -0.0201255828, 0.00958915707, 0.00219541229, 0.0185416248, -0.0135723455, 0.0162899215, -0.00711616408, -0.0192714892, -0.0190385543, 0.0129278926, 0.0288839396, 0.0272689238, 0.00612619054, 0.00373666547, 0.00355225871, -0.0161501598, -0.00956586376, 0.0126483701, -0.0157153476, -0.000926887151, -0.0101171434, 0.00285151252, -0.00788485, 0.0368037298, 0.000492075167, 0.0354061201, -0.00939504523, 0.0351265967, 0.00902234856, -0.0177185889, 0.00438694237, 0.00995408837, 0.010272433, -0.0177651756, -0.0188366771, -0.0192404296, 0.00119282131, -0.0112895826, 0.0132850595, -0.0137276361, 0.00225558714, 0.00870400388, 0.00694146287, 0.0108004194, -0.00140731561, -0.017827291, -0.0044645872, -0.0195975974, 0.0157774631, -0.0142323282, 0.000508574711, 0.0257626101, 0.00670076348, -0.00152184197, 0.00995408837, -0.0204051062, -0.0108004194, 0.0240078326, 0.000318829785, -0.0143487956, -0.020886505, -0.012322261, 0.00883600116, 0.039630007, -0.00670852792, 0.00565255573, -0.0128424829, 0.0216318965, 0.0146360826, 0.00671629235, 0.00324750203, -0.0110644121, -0.00704628369, -0.0085021276, -0.00813719537, 0.01521842, 0.006584296, -0.0107848905, -0.00354255293, -0.0295361578, 0.034629669, 0.0268185828, -0.00706181256, 0.0171906017, -0.00742286164, 0.00206923927, -0.0328593627, -0.0109401802, 0.000419768272, 0.00256422604, 0.0003775488, -0.00824589841, -0.0105441911, 0.0135878744, -0.000153227549, 0.022827629, -0.0240233615, -0.0127803665, 0.0240078326, -0.0017004254, -0.0103656072, 0.0241475943, -0.0118796844, 0.0170042552, -0.0140537443, -0.00275251525, -0.00433647307, 0.00506245391, -0.0138208093, 0.00153348874, 0.0146826692, -0.00819154736, -0.0186813865, -0.0178894084, 0.00344355567, 0.00487610605, -0.00364737376, -0.00819154736, 0.000700260804, -0.0179204661, 0.00958915707, 0.0139139835, 0.00827695709, 0.00826919265, 0.0085875364, 0.0350334235, -0.0153892385, -0.0237748977, -0.00496927975, -0.00112585246, 0.0261197779, 0.00833130814, -0.0107305385, -0.0026574, 0.0166005, -0.00202847552, 0.0241165366, -0.0197063014, -0.00367843173, 0.0120427394, 0.0156998187, 0.0138596324, 0.0102801975, -0.0239457171, 0.0254986174, -0.00164995622, -0.00451893872, -0.0032280907, -0.00682499539, -0.00084196293, -0.0061611305, -0.00356002315, 0.0427979231, -0.00296021556, -0.00849436317, 0.00844001118, 0.00154707662, 0.0172837768, -0.017252719, -0.0094959829, -0.0507487692, 0.00969786, -0.0321450308, -0.0128580118, -0.00905340724, 0.00916210935, -0.000429716543, -0.00879717804, -0.00900682, -0.00993855949, -0.00159269304, -0.00391136669, 0.0138596324, 0.00474022701, -0.0181844588, 0.0100006759, 0.0168334357, 0.0128036598, 0.000220317685, 0.00163054501, -0.029520629, -0.00818378292, 0.0237127822, 0.00715886895, 0.00528374221, 0.00556326425, -0.0193491336, -0.0018780384, 0.0024535819, -0.0063125384, 0.000698805, -0.00547009, -0.0038434274, 0.010055027, -0.03587199, -0.0331699438, 0.0335115828, -0.000604660425, -0.00216629542, 0.00148010778, -0.0131763564, -0.00843224674, 0.0270981044, -0.00852542091, 0.0129356571, 0.0147214914, 0.0357788168, -0.001646074, 0.0152572421, -0.000176157089, 0.0136965774, -0.000506633602, -0.0175632983, -0.00218764786, -0.00730639417, 0.00743450876, -0.0116234561, 0.02702046, 0.0308716521, -6.82426762e-05, -0.00578067033, 0.023386674, -0.0213834327, 0.021010736, 0.0275329165, 0.0053303293, 0.00653770892, -0.000147889456, -0.0325487815, -0.00558655756, -0.0336979292, -0.0243028849, -0.00188289117, 0.0123455543, 0.00526433066, 0.0068055843, 0.00372307771, -0.0168800224, -0.0146981981, 0.0288062934, -0.0126250768, 0.011242996, 0.00585831515, -0.0175943561, 0.00983762089, -0.0250016898, 0.0157852285, -0.00718604447, -0.0085021276, 0.0378907584, 0.0172993056, -0.00545844343, 0.00034357913, 0.0155678224, 0.00494986866, -0.00838566, -0.00819931179, 0.00630089175, 0.0104121938, 0.0203429889, 0.00963574462, -0.057674706, 0.0039793062, -0.0296138022, 0.0298001505, -0.0103656072, 0.00944939628, 0.011010061, -0.0186969154, -0.00521386182, -0.0144342054, 0.0284025408, -0.00550114829, 0.0192559604, -0.00372501882, 0.0320207961, -0.0181223433, 0.00428600376, -0.00121514418, -0.00826142821, -0.00890588108, -0.00672017457, -0.0206690989, 0.0118330978, -0.00682887761, -0.000475818262, 0.0262129512, 0.0175167117, 8.30437493e-05, 0.0126328412, 0.0135956388, 0.0045150565, -0.00381819275, -0.014589495, 0.00476352079, 0.00669299904, 0.0286199469, -0.00487610605, 0.000298447965, 0.00804402214, 0.00274086837, 0.0014733139, 0.00782273337, 0.00386283873, 0.010901358, -0.0182776321, -0.0235264339, 0.0155445291, 0.000306455098, -0.00632806728, -0.0209641494, 0.0110954698, -0.00592043111, 0.0220356509, -0.0139838643, 0.00879717804, -0.00160919258, -0.00694534509, 0.00321644405, 0.00920093246, -0.0289149974, -0.0174235385, -0.0100084404, 0.00579231698, 0.0066270004, -0.0116700428, -0.00267487019, -0.0122679099, 0.00505468948, -0.0057961992, 3.69647819e-06, 0.0143720889, 0.00248075766, 0.000217042034, 0.0486057699, -0.00186639163, 0.0215231944, 0.0234177317, 0.0060601919, 0.0143332668, -0.00343579124, 0.0142789148, 0.0178894084, 0.00970562454, 0.00162083935, 0.00681723095, 0.0337600447, -0.013960571, -0.00725204265, -0.00994632393, 0.00915434491, -0.0237748977, -0.00631642062, 0.00104044296, 0.0206225123, -0.023386674, 0.0243339427, -0.000468781684, 0.004938222, 0.0157386418, -0.0186658576, -0.0116079273, -0.01016373, 0.0147292558, 0.0143487956, -0.00963574462, -0.027827967, 0.0027117515, -0.00329603022, 0.0201877, -0.012718251, -0.00459270179, -0.0198615901, 0.00102394342, 0.00714722229, 0.0131841209, 0.00654159114, 0.00476352079, -0.0143487956, 0.0103733717, 0.00506245391, -0.00731027639, -0.00797414128, 0.0229052752, 0.00745780207, 0.000525074312, -0.00486445893, 0.0170042552, 0.00755874068, -0.00661147153, 0.0362446867, 0.00323973759, -0.0162278041, -0.00303591951, 0.00486057671, 0.0138829257, -0.00365125597, 0.00514009874, -0.0232469123, -0.0043947068, -0.0131841209, -0.01016373, 0.0169110801, 0.000507118879, -0.000383372186, -0.0138052804, 0.0115458108, -0.0126871923, 0.00586219737, -0.0166470874, 0.00227888068, -0.00448788097, -0.00334844063, -0.00653770892, 0.00716275116, 0.00243999413, -0.0159016959, -0.00991526619, 0.0158395804, -0.0156066446, 0.0360893942, -0.00824589841, -0.00835460145, 0.0196752418, 0.00479846075, -0.00896023307, -0.00113264646, -0.0101947887, -0.0166626163, -0.000426562212, -0.00730639417, 0.00443741167, 0.000226141055, 0.015094188, -0.000944357307, -0.029520629, 0.0168955512, -0.00964350905, 0.0145506728, 0.00958139263, 0.00927081238, -0.021569781, 0.00482951896, -0.0288684107, -0.0192714892, -0.0421146452, 0.00242640614, -0.00103170786, -0.0186348, -0.00838566, 0.00326303113, 0.00827695709, -0.0144109121, -0.0142944446, -0.00996961817, -0.00164801511, 0.01482243, -0.00578455254, -0.00327079557, 0.00732968794, -0.0201566424, -0.00265157665, -0.0161035731, 0.0322692618, -0.016119102, -0.0075859162, -0.0231226813, 0.0228586867, -0.00613007275, -0.00568749616, -0.00745392, 0.00964350905, -0.00101132609, 0.00487998826, 0.0135723455, -0.0110411188, -0.013797516, -0.00697252061, 0.00285539473, 0.0213057883, 0.0191627853, 0.00108508882, -0.00729086529, -0.00649112184, -0.0316791609, -0.0228897464, -0.0100627914, 0.00193336047, -0.000890491065, 0.00882047135, -0.00905340724, 0.00845554, -0.0043442375, -0.0125086093, -0.0121980291, -0.0182465743, -0.00423553446, -0.0130987111, -0.013688813, 0.024970632, 0.0155212348, 0.0244581737, 0.00683664205, 0.00713169295, -0.00226529292, 0.0187279731, -0.0278745536, -0.00651829736, -0.00221870583, 0.00314462231, 0.0111808795, -0.0229052752, 0.0162899215, -0.0118874488, -0.02111944, -0.00330185355, 0.0195510108, -0.000510515878, 0.0043442375, -0.0119418008, 0.0106528942, -0.0127803665, -0.0192870181, 0.00135199353, 0.00473246258, 0.00148204889, 0.00291751069, -0.0183552783, -0.011693337, -0.00411906699, -0.00757815177, -5.13791529e-05, -0.00200906442, -0.00202653441, -0.0188987926, 0.0182155166, -0.0030708597, -0.0146360826, 0.0330767706, 0.00433259085, -0.00819931179, -0.028604418, -0.00530703552, 0.00388030871, -0.0205138084, -0.0252346247, 0.0283093657, 0.0118641555, 0.00981432758, 0.034629669, -0.00379101699, 0.00540797412, -0.00393077824, 0.00743839098, 0.027470801, -0.0231847968, -0.0183397494, 0.0161812175, 0.0178894084, -0.00771014811, -0.0343812034, -0.00344743789, -0.0125086093, 0.0135645811, -0.00629312731, -0.0151252458, 0.0160725154, 0.0175167117, -0.0180912837, -0.0156609956, 0.0264458861, 0.00377354701, -0.00288839382, -0.0340085104, 0.0031058, 0.00620383536, -0.0216008388, 0.0135801099, -0.010272433, -0.0207778011, 0.0143255023, 0.0126561346, 0.00488387048, -1.23291766e-05, -0.0180912837, -0.00878941361, 0.00834683701, -0.00800519902, 0.0222996436, 0.00657653157, -0.00624654, 0.0125940191, 0.000872535689, -0.0230139773, 0.00202847552, 0.0379839316, -0.0107771261, -0.0213213172, 0.0134791713, 0.00767132593, 0.00997738261, 0.000894858618, -0.0116622783, 0.0136034032, 0.0255452041, 0.00913881604, 0.01180204, 0.0193646625, -0.0147137269, 0.0114215789, -0.0245979354, -0.00892917439, 0.00354255293, -0.00694534509, -0.00536138704, -0.00545844343, -0.0052099796, 0.000558558677, 0.00934845768, -0.0152106555, 0.00397348264, 0.0242718272, 0.0214455482, 0.00883600116, 0.0046587, 0.00326109, 0.00209447392, -0.00246134633, -0.00182174577, 0.0238059573, -0.0224704631, 0.00163054501, 0.0133083528, -0.00991526619, -0.0130754178, 0.0101792589, 0.0138984546, 0.00263216533, -0.0109634735, 0.00974444766, 0.0280609019, 0.0206535701, -0.004938222, -0.00306115416, -0.0131763564, -0.0111575862, 0.0198150035, 0.00647559296, 0.0215853099, 0.0114138145, -0.0109634735, -0.0160569865, -0.0116778081, 0.00968233123, -0.00082158111, -0.0041501252, -0.00454223249, -0.00183824531, -0.0254675597, -0.0127493087, 0.00552055938, -0.00906117167, 0.00755097624, -0.0295516867, 0.00273504504, -0.011980623, 0.00170236663, 0.011460402, -0.0184950382, 0.00867294613, 1.75762798e-05, 0.00139178662, 0.0220822375, 0.010218082, -0.00978327, -0.0091310516, -0.0300486144, -0.0142323282, 0.00137819874, -0.0166005, -0.00765967928, -0.00989197288, -0.0195199531, -0.0185260959, 0.0183086898, 0.01816893, 0.0320518538, 0.00276027969, 0.00684440648, 0.0113749923, -0.00278745545, 0.0477361456, 0.00221482362, -0.00721710268, 0.0104044294, 0.0144885564, 0.0039288369, 0.00671629235, -0.00212164968, -0.0113051115, 0.00364349154, -0.00240893615, 0.00426659267, 0.0226412807, 0.0111498218, -0.00589325558, -0.0201100539, -0.0371453688, 0.0159638114, -0.000881270738, -0.0107926549, 0.0186969154, 0.0200324096, -0.005423503, -0.00247881655, 0.00181980466, 0.0102646686, -0.00753932912, 0.0107771261, 0.0120505039, -0.0160569865, 0.000627953908, 0.00635524327, -0.0030203904, -0.00696863839, -0.00588549068, -0.021802716, -0.00242058281, -0.00418894785, -0.0169887263, -0.0169421379, 0.00631642062, 0.0014315797, -0.0130521245, -0.00645618141, 0.00868071057, 0.00598254707, 0.0129201273, 0.0189143214, -0.00489551714, 0.0366795, 0.0177030601, -0.0058971378, 0.00277775, 0.0284025408, 0.0243339427, -0.0066270004, -0.0190230254, -0.0204982795, -0.0197218303, 0.0132540008, -0.00685605314, 0.00257781404, -0.00698416773, 0.00699581439, 0.00247881655, 0.0114448732, 0.0251569785, 0.00808284432, 0.00411518477, 0.0126250768, 0.00653770892, 0.0106994808, -0.00578843476, 0.00237011351, 0.000153227549, 0.00481399, -0.0104976036, -0.0166005, 0.0104432525, 0.0178428199, 0.000667747, -0.00850989204, -0.0146904336, 0.017252719, -0.00183533365, 0.00264963554, 0.0315083414, -0.000648335728, 0.0035483765, 0.0031562692, 0.0107305385, 0.0133005884, -0.00288257049, -0.0181534011, -0.00241670059, 0.0198150035, 0.00460434845, 0.00356196426, -0.0166005, -0.0153737096, 0.000148617386, -0.00690264, 0.0175322406, -0.0232158545, 0.000887579401, 0.00573020102, -0.0319897383, 0.00577678764, 0.00611842563, -0.00263993, -0.00532644708, 0.00704240147, -0.00875835586, -0.00290392293, 0.00864188839, 0.0205138084, 0.0116855726, 0.00844777562, -0.00208670925, 0.00750827137, 0.0191783141, 0.00990750175, 0.017485654, -0.0120427394, -0.00487998826, 0.00173924793, -0.0154668838, -0.00259916624, -0.00847106893, 0.0251569785, -0.00161501591, -0.0225325786, 0.0512767583, 0.0158551093, 0.00576902321, -0.00218958897, 0.00940281, -0.0146283172, 0.01351023, -0.00861859508, -0.0213679038, -0.0043442375, 0.00433647307, -0.0129900081, 0.000625527522, 0.00815272518, 0.00513233431, -0.000638630125, -0.016010398, 0.0159172248, 0.0119573297, -0.0199237056, -0.0271912776, -0.00559432199, 0.00359690445, 0.00714722229, 0.000532838807, -0.00412683142, 0.00972115342, 0.00906893611, 0.00141993293, 0.0236661956, 0.0147292558, -0.0020401224, -0.013401527, 0.0117088659, 0.00995408837, -0.0170819, -0.00275445636, 0.00707734143, -0.00482175453, -0.00884376559, -0.00048479595, -0.0292100478, -0.0112818182, -0.0076635615, 0.0377354696, -0.0135956388, 0.00705404812, -0.00898352638, 0.0100084404, 0.00524491956, 0.00594760664, 0.0126871923, 0.015723113, 0.00782273337, 0.0103889005, -0.0243028849, 0.00993855949, 0.00774508854, -0.000511486433, 0.0156609956, -0.00585443294, -0.00202265219, 0.0113284048, -0.0121669713, 0.00559820421, 0.0193801913, 0.00163928, 0.00545067899, -0.00672405679, 0.00521774404, -0.0060174875, 0.00851765648, -0.00367260841, -0.00719769113, -0.000764317927, 0.00741897942, 0.00570690725, 0.00100938499, -0.0128424829, -0.0323313773, -0.0002347548, 0.0247998126, -0.00102200231, -0.0132850595, 0.0289926417, -0.0292100478, -0.0086651817, -0.0235885512, -0.021243671, -0.0100938501, 0.00948045403, -0.00932516437, 0.00615336606, -0.025778139, -0.0049809264, 0.000880300184, 0.00386672094, 0.017485654, -0.0138130449, -0.0051595103, -0.00448011653, 0.0222064704, 0.0146360826, -0.0114293434, 0.0156532321, 0.00251181563, -0.00361825689, 0.000864285859, 0.0181378722, -0.0125707248, 0.00869623944, -0.0150708938, 0.0126406057, -0.0039424249, 0.0236661956, 0.00513621652, 0.00060368987, -0.0148845464, 0.00802849326, -0.00209447392, -0.00556326425, 0.00474022701, 0.0181844588, -0.00840895344, 0.00993079506, -0.0147680789, 0.00267098797, -0.00374443014, 0.0166005, 0.0139838643, -0.00340279215, -0.00484504784, 0.00305921282, -0.0150631294, -0.0167713203, 0.00239146594, -0.00470528705, 0.0143953823, -0.0176564734, 0.00115108711, -0.0177496467, 0.00834683701, -0.00211388501, -0.00382401608, -0.0112662893, 0.0128813051, 0.00795084797, 0.00614948384, 0.0249861609, -0.0112662893, 0.0149777206, 0.0143643245, -0.0168334357, -0.00659206044, -0.00421224115, 0.0128114251, 0.00783826225, -0.00537303369, -0.00258557848, 0.00912328716, -0.00979879871, -0.00658817822, 0.00332320598, 0.000836139545, -0.00957362819, 0.0178583488, 0.000107247157, 0.0111265285, 0.0159638114, -0.010272433, 0.0163986236, 0.00899129082, -0.0153193586, 0.0256849658, 0.0127958953, 0.0116622783, 0.016926609, 0.0110877054, -0.00871953368, -0.0116622783, 0.00128502469, -0.0175167117, -0.00154901773, -0.0125008449, -0.00171983673, 0.0163675658, -0.0194423068, -0.00776061742, -0.0015781346, 0.0172837768, 0.00836236589, 0.0038065461, 0.0155445291, 0.00937175099, 0.0105286613, -2.73728947e-05, -0.0143953823, 0.00270204595, 0.00406859769, 0.0301728453, 0.00662311818, -0.0260576606, 0.00825366285, -0.00339114526, 0.0249861609, 0.000866227, 0.00446846941, 0.0101792589, -0.0160569865, 0.00445682276, 0.00441023568, -0.00524880178, -0.0058466685, -0.0099618528, -0.0183397494, -0.0145196151, 0.0093174, 0.0202342868, -0.0303436648, -0.00213329634, 0.0117709814, -0.0298777949, 0.00223035249, 0.0130676534, -0.00049838383, -0.0311201159, 0.025886843, -0.0016878082, 0.0158240497, 0.00924751908, 0.0355924666, 0.0100938501, 0.00338532194, -0.0158085208, 0.0188056193, -0.0138984546, -0.0017314835, -0.00517115695, 0.0144497342, 0.0272068065, 0.00789649598, -0.00804402214, 0.0255296752, -0.00642900588, 0.0182155166, -0.00908446498, 0.00638630101, 0.00209447392, 0.0120737972, 0.00145196146, 0.0139683355, -0.00477904966, 0.00569137838, -0.00595148932, -0.0021100028, 0.0210262649, -0.0206225123, 0.00365902064, -0.00433647307, -0.00928634219, -0.00401036395, 0.00373860658, 0.00231576199, 0.0225791652, 0.013277295, -0.00553220604, -0.00864965282, 0.00830801483, -0.00934845768, 0.00398318842, 0.0180446971, -0.0160414558, 0.000953577633, 0.00011404109, 0.0231692679, 0.014480792, 0.0165073257, 0.000402055506, 0.000527500699, -0.0235264339, 0.00585831515, 0.0152106555, 0.00750050694, 0.00213135523, 0.0161501598, 0.00743839098, 0.00861083064, 0.00813719537, 0.0221909396, -0.0029485689, 0.0118408622, 5.46548e-05, -0.00932516437, -0.0027622208, 0.0283714831, -0.011242996, -0.0066347653, -0.00770238368, 0.0228742156, -0.0106218355, 0.0359030478, -0.0032766189, 0.00625042245, 0.0118641555, 0.0234798472, 0.00176642369, -0.0103190206, -0.0108625349, -0.00141896238, -0.0272378661, 0.00565255573, -0.0141158607, 0.00179845223, 0.018060226, -0.00146457879, 0.0192249, 0.00562149798, 0.0238991305, 0.0204827506, 0.00995408837, 0.0261197779, 0.0123144966, 0.00428212155, 0.00101035554, -0.0112197027, 0.00475963857, -0.0164917968, -0.00541962078, 0.000798772904, 0.00111905858, -0.00212164968, 0.00939504523, -0.00890588108, 0.00247687544, -0.0327040739, 0.0136577552, 0.0112740537, -0.00906893611, 0.0264148284, -0.000938533922, -0.0177030601, -0.0169421379, 0.0116855726, 0.0207312144, 0.0093174, 0.00198577088, -0.00145972602, 0.0148457233, -0.0202187579, 0.0111498218, 0.00287868828, -4.20678189e-05, 0.00790037867, 0.0110411188, -0.0258557852, 0.0101326723, -0.0153504163, -0.0147525501, 0.00671629235, -0.017035313, -0.0220667087, 0.00597478263, 0.0135179944, -0.00969009567, -0.00663864752, 0.0139217479, -0.0188056193, -0.00356196426, 0.00743839098, -0.00666194083, 0.0152650066, -0.00100841443, -0.00818378292, -0.00446070498, 0.0391951948, 0.0174390674, -0.0097755054, 0.00163539778, 0.0258402545, 0.0151718324, -0.011297347, 0.0319897383, 0.0244581737, 0.0025040512, 0.0213834327, 0.00240893615, -0.00983762089, 0.0151951257, 0.0143255023, 0.030095201, 0.0130754178, -0.0125629604, 0.00232158555, 0.0155678224, 0.00379878143, 0.00557879312, 0.0241631232, -0.0117787458, -0.0277503226, 0.00474022701, -0.00992303062, 0.01016373, -0.00186445052, 0.0211970843, 0.00103170786, 0.00649888627, -0.00580008142, -0.000682305428, 0.00299903797, 0.00405695103, 0.00658817822, 0.011242996, -0.0107072452, 0.0114526376, 0.00462375954, -0.000204303404, -0.00677452609, -0.0801296383, 0.0039424249, 0.0145273795, 0.0201566424, -0.00207700371, 0.00399871729, 0.00106470706, -0.0309803542, 0.0159327537, 0.00344355567, -0.00518280361, -0.00537303369, 0.0150243072, -0.0036570793, 0.00201100553, 0.00310191768, 0.0126095479, -0.0142012704, -0.0058466685, 0.00558267534, 0.0110488832, 0.00916987471, -0.00646006363, 0.00327273668, -0.00983762089, 0.0124232, -0.0126949567, 0.00412683142, -0.0154202962, -0.015668761, 0.00134811131, 0.00572631881, 0.0143876178, 0.00788873155, -0.00226529292, -0.00519833248, -0.00708898855, -0.0116079273, -0.00233905553, -0.00434811972, 0.00607183902, -0.00833130814, 0.0136499908, -0.0147447847, -0.0074927425, 0.000989973778, -0.0126095479, 0.00162860379, -0.0177962333, 0.00519833248, -0.00850989204, -0.00342414435, -0.023961246, 0.00736462791, 0.0209330916, 0.000478244649, 0.000176642367, -0.0183086898, 0.0218182448, 0.00420835894, 0.00902234856, 0.00142672681, -0.00429765042, -0.0209175628, 0.0155445291, 0.0174390674, 0.0059903115, -0.0050585717, -0.0203119311, 0.0230295062, 0.00580396364, -0.0264769439, 0.00436753128, 0.00081139023, -0.0141702117, -0.00772567745, -0.00856424309, -0.00375025347, 0.00518280361, 0.0278434958, 0.0187900905, 0.000739568612, 0.0269583426, 0.00810613763, 0.0122756744, -0.0208088588, -0.0146360826, 0.00543903233, -0.0112662893, -0.030203905, 0.0213679038, 0.0111342929, 0.00377160567, 0.00663864752, 0.00295439223, -0.0066541764, -0.00382401608, -0.00756650511, 0.0156765245, 0.00869623944, 0.0135412877, -0.00582337473, 0.0278124381, -0.00736851, 0.0269894022, -0.0195354819, 0.00675123278, -0.00481399, -0.0022827629, 0.0215231944, 0.00514786318, -0.00774120633, 0.0132928239, -0.00102394342, 0.00057845522, -0.0158784017, -0.0018275691, -0.0105830133, 0.00640959479, -0.0364931487, -0.0218493026, -0.0189143214, 0.000154319438, -0.0104354881, 0.0168644935, 0.00418118294, -0.00225364603, -0.0026049898, 1.00392554e-05, -0.000186590638, -0.00273116282, 0.00015905092, 0.00430541532, -0.00144419691, 0.00677840831, -0.00114332256, 0.0113749923, 0.00656488445, -0.013797516, 0.00375219458, -0.00150146009, -0.00614560163, 0.0103889005, -0.00497316197, -0.0121902646, -0.0186658576, 0.00339308637, 0.0144497342, -0.00158298737, -0.0108004194, -0.000905049499, -0.0141080962, 0.0101714944, 0.0155522935, 0.000823522278, -0.00829248596, -0.014589495, 0.00592819555, -0.0137431649, -0.00541573856, 0.0386982672, 0.00607183902, 0.00454223249, -0.00153154763, 0.00284180697, 0.0145118497, -0.0141236251, -0.001149146, 0.0113672279, -0.00140343339, 0.0175788272, 0.0469596945, -0.0282627791, 0.0182621032, 0.0113905212, -0.033604756, -0.00338143972, -0.014139154, 0.0104199592, -0.00678617274, 0.0259644873, 0.0156299379, -0.00182174577, -0.0111731151, -0.00909999385, -0.0241786521, 0.00569914281, 0.00276027969, 0.000741995, 0.00943386741, -0.00391136669, 0.0152572421, -0.0021468841, -0.00253705028, 0.0192404296, -0.00179845223, -0.0123455543, 0.0148690175, 0.0105907777, 0.000860888918, 0.00231187977, 0.0058893729, 0.00582725694, 0.0102336109, 0.0101016145, -0.015792992, -0.000654159114, 0.00093707809, -0.014535144, 0.00907670055, 0.00972115342, -0.00588160846, -0.000864771195, -0.00398318842, -0.00540797412, 0.0200789962, -0.00646394631, 0.0132384719, 4.76485511e-05, -0.00700746104, 0.0377354696, 0.00354061183, 0.0043714135, -0.00549726607, 0.0121592069, -0.0212126132, 0.00554773491, 0.0248929858, -0.0108780647, 0.013401527, 0.00137237529, 0.0137043418, 0.0214921348, -0.0157774631, 0.000632321462, -0.00758203398, 0.0215387233, 0.0100317337, 0.00334261707, -0.00580784585, 0.00610289676, 0.0152106555, -0.0050585717, -0.00715498673, 0.0209175628, 0.00751215359, -0.000697834417, -0.00475963857, -0.0165228564, 0.0100627914, 0.00287674717, -0.016926609, -0.0259800162, -0.00208088593, -0.00165286788, 0.0101482011, -0.0453757383, -0.0162588619, -0.00698028551, 0.000568749616, -0.0126173124, -0.00215270766, 0.0163675658, -0.00582725694, -0.00925528351, -0.00365319708, -0.0061106612, -0.0347849578, 0.0122834388, -0.0203429889, 0.00258363737, -0.00387060316, -0.00294080423, -0.0237593688, 0.0197839458, 0.00994632393, -0.0107072452, 0.0190385543, -0.00718992669, -0.0156842899, 0.0210728534, -0.0297846217, -0.0141158607, -0.00197315356, 0.00795084797, -0.00143643247, 0.0016810142, -0.00151893031, -0.02032746, -0.00574961212, 0.00627371576, -0.00446846941, -0.00208670925, 0.00262828311, -0.0105674844, -0.0155988801, 0.000540603301, -0.00371143082, -0.000528956531, -0.0179515239, -0.00306503638, 0.00432870863, -0.00901458412, 0.0152339488, -0.0164607391, -0.0351265967, 0.00167033798, 0.000652218, -0.0171129573, -0.0120505039, -0.00371919549, -0.00415400742, 0.0078072045, 0.00134131731, 0.0186037421, -0.0093096355, -0.0217250697, -0.0157075822, 0.00646394631, -0.0211970843, 0.000461987744, -0.0204516929, 0.022936333, -0.00548561895, -0.0181844588, -0.00864188839, 0.00393466046, 0.00538856303, -0.0161035731, -0.0149388975, -0.0103345495, -0.022827629, -0.00300874375, 0.00114623434, -0.0126561346, 0.0145040853, -0.0077062659, -0.00799743459, -0.00924751908, -0.00926304795, -0.0103889005, 0.0239767749, 0.00136849307, -0.0239301883, 0.0292411055, -0.0138130449, -0.016243333, -0.010901358, 0.0214921348, 0.00155775272, 0.00867294613, -0.0159948692, 0.00413847854, -0.00726757199, -0.011638985, 0.00653770892, 0.016926609, 0.00273116282, 0.0155911157, -0.0112041729, 0.00892917439, -0.00934069324, -0.011188644, -0.0214144904, 0.0192249, -0.0095115127, 0.0085875364, 0.012089326, -0.00933292881, -0.0124154352, 0.00159075193, -0.0222996436, 0.0126483701, 0.0665262341, -0.00644065253, -1.76521044e-05, -0.00702299, 0.0226102229, -0.0303902514, 0.020203229, 0.0441023596, 0.00605630968, 0.0305921286, 0.0189298503, 0.0266322345, -0.0170197841, 0.0241010077, 0.00168683764, -0.00841671787, -0.00720933825, -0.0240544211, 0.00497316197, -0.0166781452, -0.00524103735, -0.00925528351, -0.00142866792, -0.0108935935, -0.0182310455, -0.0153426519, -0.00580784585, 0.00681334874, -0.00618054206, -0.0121825, 0.0131608276, 0.0398163535, 0.0135645811, 0.000257684325, -0.0186658576, 0.00025841227, 0.0253743846, -0.0123067321, -0.022703398, -0.00104432518, 0.0118098045, 0.0263527129, -0.0065338267, 0.0150320716, 0.00828472152, -0.0093096355, -0.00354449428, -0.0117399236, 0.0085875364, -0.00520609692, 0.00735298125, 0.0017314835, -0.0108159482, -0.0244737025, 0.00186348, 0.00708122365, 0.0278590247, 0.0133937625, -0.0045655258, 0.0103112562, -0.00434035528, -0.00948045403, 0.00659982488, 0.0228586867, 0.010055027, -0.0398784727, -0.0103811361, 0.0118175689, -0.00771014811, 0.00483340118, 0.00427047489, -0.0169731975, 0.00583890406, -0.0118408622, 0.00554385269, 0.00590878446, -0.0161346309, 0.0167402625, -0.00181204011, -0.0354371779, -0.033853218, 0.00108314771, -0.0139217479, 0.0104587814, -0.010326785, -0.0267409366, -0.0253122691, 0.00807508, -0.00481787231, 0.00339696859, 0.010396665, 0.0327972472, -0.00905340724, 0.000920093211, -0.0109246513, -0.0133238817, -0.0143099735, 0.020436164, 0.0325177237, 0.00389583781, 0.0259800162, 0.0127648376, 0.0111964084, 0.00335232285, -0.00180427567, 0.031228818, 0.0057961992, -0.00329603022, 0.00256616715, -0.00795084797, 0.00526044844, -0.00210612058, 0.0251414496, -0.00263022422, -0.0104976036, 0.0146127883, 0.0225170497, 0.00555161759, 0.0134636424, -0.00647171075, 0.018060226, 0.0175632983, -0.0071200463, -0.00146554934, 0.0107227741, -0.000581366941, 0.026787525, 0.00357361115, 0.000985606224, -0.023386674, 0.0149466619, 0.00691040466, -0.0196907707, -0.00824589841, 0.014931133, 0.0295672156, -0.00609513232, 0.0222375281, -0.00525656622, -0.000919607934, 0.00799743459, 0.00467422884, 0.00279910211, -0.000698805, 0.00892917439, 0.00712781074, -0.0124387285, 0.00566032, -0.0182776321, 0.0152339488, 0.0057961992, -0.00907670055, 0.00590102, -0.00845554, 0.00219541229, -0.0155367637, 0.0063125384, -0.0152805354, 0.0061611305, 0.0198615901, -0.0205138084, -0.00218958897, 0.000868653413, 0.00196927134, -0.0106528942, 0.0047363448, -0.00106761872, -0.0171284862, 0.00632418506, 0.00922422577, 0.00818378292, 0.0103112562, 0.0006905552, 0.0232624412, -0.00142672681, 0.00115302822, -0.00279522, -0.0019896531, 0.0053148, 0.00404530438, -0.0121126194, 0.0229673907, -0.00955809932, 0.0514941625, -0.00349402498, 0.00777226454, -0.00147913722, 0.0108780647, 0.0191627853, 0.00732968794, 0.00335232285, -0.0178428199, 0.00504692504, -0.0102491397, -0.00812943093, -0.0152572421, 0.00697252061, -0.00560208643, 0.00651053293, -0.0125551959, 0.0166781452, 0.0107460674, -0.00586607959, 0.00725980755, 0.00221676473, 0.0256383792, 0.00314850477, -0.00617277715, 0.00329603022, -0.0155367637, 0.00222647027] |
09 Oct, 2024 | How to use Font Awesome Icon as a Cursor?
09 Oct, 2024
Using a Font Awesome icon as a cursor involves customizing the mouse pointer by replacing the default cursor with a Font Awesome icon. This approach adds a unique and visually appealing touch to web elements, enhancing interactivity and user experience.
There is a CSS cursor property to change the type of a cursor. It also allows adding an image in the cursor property.
cursor: url(cursor1.png) 4 12, auto;Here we are using the CDN link:
Font Awesome CDN link:
https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css
ApproachInclude Libraries: Load Font Awesome and jQuery libraries via CDN for access to icons and jQuery functionalities.Set Up HTML: Create a simple HTML structure with a styled <body> and a <p> element.Create Canvas: Use JavaScript to generate a <canvas> element for drawing the Font Awesome icon.Draw Icon: Set icon properties (color, font, size), then draw the icon on the canvas using fillText().Change Cursor: Convert the canvas to an image URL and set it as the cursor using the $(“body”).css(“cursor”) method.Example: Here we are using above-explained approach.
html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link href=
"https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
rel="stylesheet" />
<script src=
"https://code.jquery.com/jquery-2.1.1.min.js"></script>
<title>Font Awesome Cursor</title>
<style>
body {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
p {
color: #4cb96b;
}
</style>
</head>
<body>
<p>GeeksforGeeks</p>
<script>
$(function () {
let canvas = document.createElement("canvas");
canvas.width = 30;
canvas.height = 28;
setInterval(() => {
let ctx = canvas.getContext("2d");
ctx.fillStyle = "#4CB96B";
ctx.font = "24px fontawesome";
ctx.fillText("\uf25a", 0, 20); // Unicode for Font Awesome icon
let dataURL = canvas.toDataURL("image/png");
$("body").css("cursor", "url(" + dataURL + "), auto");
}, 1000);
});
</script>
</body>
</html>
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons/How to use Font Awesome Icon as a Cursor? | https://www.geeksforgeeks.org/how-to-use-font-awesome-icon-as-a-cursor?ref=asr10 | CSS | How to use Font Awesome Icon as a Cursor? | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to use Font Awesome Icon as a Cursor?, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.0337743573, -0.000122404337, -0.0171704795, 0.0352770835, 0.0536546707, 0.0122681474, -0.00941666495, 0.0282068849, -0.0224177, -0.0106422482, 0.0180450156, -0.0162097216, 0.0105745029, -0.0536054, -0.0276895538, -0.014399061, -0.0410909019, 0.0127731618, -0.0327643305, 0.0143374735, 0.00208626245, -0.0041324934, -0.0276156496, -0.0071441019, 0.0304979254, 0.0107962163, 0.00771070318, 0.0298327841, -0.026999779, 0.0353756212, -0.0106176138, 0.00155276444, 0.0209149737, -0.0286503118, -0.0179957468, -0.00598010607, -0.0073473393, 0.0126253525, -0.0408445559, -0.0203976426, -0.00651591364, -0.0212105922, 0.0155692156, 0.0265317168, -0.0168255921, 0.02313211, 0.0156554375, -0.020385325, 0.0100386953, -0.0195231065, 0.0204715468, 0.0136107458, -0.0126376702, 0.00819724146, 0.0313355103, -0.00485922117, 0.000756366411, -0.0133643979, -0.0163575299, -0.0117877685, 0.00568140857, -0.0261868294, -0.0284532327, -0.0136846509, -0.0250905789, 0.00675610313, -0.00616794685, 0.0136230635, -0.00530572748, -0.00715026073, -0.0183283165, 0.006361946, -0.00308243372, -0.0142019819, -0.00926269777, 0.00627264474, 0.0334048346, -0.0177124459, -0.00742740231, 0.043480482, -0.00380300265, -0.0458946973, -0.0365088247, 0.0211490057, 0.0188579652, -0.0150888357, -0.0380115509, -0.0399823375, 0.0303008463, 0.0196709149, -0.0244747084, -0.00692854729, 0.0535068586, -0.00247272151, -0.0217156056, -0.0133028105, 0.00363363815, -0.00420331862, -0.00708867377, 0.0236863941, 0.0153228668, 0.031631127, -0.0188702829, -0.0557732657, -0.0147809, -0.016111182, 0.0093242852, -0.00457899971, -0.0201759301, -0.00783387758, 0.00763063971, -0.0282315202, -0.0101926625, -0.00274062529, 0.00303932279, 0.0481611, -0.0167024173, -0.0395142734, -0.0462395847, 0.0263100024, 0.000956909324, 0.010568344, 0.0369522497, 0.08297012, -0.000738660106, 0.025768036, 0.00082911615, -0.0175523199, 0.031705033, 0.0172813367, 0.0094413, 0.00234338851, 0.0133151282, 0.0302023068, 0.0350553691, 0.01587715, -0.0372478701, 0.0128347483, -0.0233291872, -0.00616178801, -0.0196585972, -0.0326411538, -0.0118801491, -0.00251121353, -0.0503289662, 0.0289705656, 0.00169056549, -0.00412941398, -0.0142019819, 0.00962606166, -0.0348090194, -0.0175646376, 0.0218018275, -0.00188302516, 0.0122866239, -0.00513944216, -0.00337189296, 0.00321176648, -0.0106422482, 0.00398468459, 0.0208410695, 0.0093242852, -0.00627572415, -0.0273446664, 0.00163359742, 0.00338728982, 0.0261868294, -0.0201636124, -0.055723995, 0.019264441, 0.0103897415, 0.0329614095, 0.0041725249, -0.00471449131, -0.020779483, 0.0137708727, 0.0288473908, -0.0400316045, -0.00742740231, -0.0335280113, -0.0600597262, 0.0447614938, -0.0210504662, 0.0345873088, -0.00135876506, -0.00902250782, 0.00526877539, 0.00254662591, -0.0269012395, -0.0147069963, -0.0227872226, -0.000114032337, 0.0553298369, -0.0367305391, 0.0116153248, 0.0351292752, -0.0370754264, 0.0274678394, 0.0127977962, -0.0401547812, -0.00697781704, 0.000518486253, -0.0462395847, -0.00102542492, -0.000844512891, 0.0155199459, 0.00618334347, -0.0279359017, 0.034069974, -0.0153228668, 0.00930580869, -0.0195107888, 0.0224669687, 0.00349198771, -0.00539810816, -0.00347659108, -0.0341685154, 0.0144360131, -0.0155445803, -0.0214446224, -0.00221405574, 0.0234893151, -0.000379530422, 0.0308181774, -0.0793734342, -0.03414388, 0.0223807469, 0.00857908092, 0.0146454088, -0.0106853591, -0.00085837, 0.00618334347, -0.0110795163, 0.0316803977, -0.01001406, -0.0131180491, -0.010568344, -0.0161974039, 0.0198310409, 0.0396867171, -0.0156923886, -0.025250705, 0.00497623673, -0.0135861114, 0.0510433763, 0.00237264251, -0.001993882, -0.0361639373, -0.0153351845, -0.0223314781, -0.00634347, -0.00135029689, -0.00684232544, 0.00477299932, 0.0253492445, -0.0107900575, 0.0100017423, 0.00218634144, 0.0401055105, 0.0200650729, 0.00812333636, 0.0396620817, -0.0272461269, 0.00301468791, -0.00673146825, -0.0562166907, 0.0154706761, -0.0616856255, -0.0211982746, -0.0200527553, 0.0149287097, -0.0173798762, 0.0481611, -0.0217156056, 0.015236645, 0.000207471501, -0.0370261557, -0.00494852243, 0.058630906, -0.00337189296, 0.0386766903, 0.0160988644, 0.0425936282, -0.00298235472, -0.00424642954, -0.0292415489, -0.0389476717, 0.0119417356, 0.000980004552, 0.00482534803, -0.0241667721, -0.048900146, 0.0372725055, 0.0112642776, 0.0218264628, 0.00400624, -0.00710715, 0.000825266936, 0.0140295383, -0.034464132, 0.0416575037, -0.0117015466, -0.0339221656, -0.02193732, 0.0245362949, 0.0136476979, -0.00703940401, -0.0211490057, 0.0193752963, -0.019781772, 0.0462888554, 0.0470278971, -0.0155938501, -0.0256941319, 0.0488508753, -0.0103527894, -0.0148424879, -0.0261129253, -0.0232060142, -0.0341685154, -0.0440963544, -0.0264331773, -0.0628680959, 0.051536072, 0.0110610407, -0.0124221155, -0.0300298631, -0.0304240212, -0.0118924659, -0.0185007602, -0.0319267437, -0.0440470837, 0.00320868706, 0.021617068, 0.0331092179, -0.0341931507, 0.00611559767, 0.0484813526, 0.00895476248, 0.0234030932, -0.0253246091, -0.000232876162, -0.0203360561, 0.00711330818, 0.0197078679, -0.0456483476, -0.00438808, -0.0299805924, 0.0256694965, 0.0153721366, 0.000831425656, 0.00456976192, 0.0370507911, -0.0105806617, -0.00217710342, 0.00687927753, 0.0105929784, -0.0481611, -0.0557732657, 0.02074253, 0.0477423072, 0.0187224746, 0.0320006497, -0.0157293417, -0.00465906318, -0.0425689928, -0.0290444698, -0.0118801491, 0.0398837961, -0.0228118561, -0.0607002303, -0.0306950044, -0.0401547812, 0.00499163335, -0.0370015204, -0.0328135975, -0.0158894677, 0.0182051416, -0.00758752879, 0.0212105922, -0.0139679508, 0.0183529519, -0.0116399592, 0.0220112242, 0.0429138802, 0.0475452319, 0.000630882685, -0.0248195957, 0.0416082367, 0.00447430182, -0.0176631771, -0.0134383021, 0.0108701205, -0.00688543636, -0.0110425642, -0.0464366637, 0.00401547784, -0.022898078, -0.018106604, -0.0303254817, 0.00747051369, 0.0169734, 0.0423719138, 0.0381593592, -0.016074229, 0.0159387384, -0.0274432059, 0.0109255491, -0.0314094126, -0.000587771763, -0.0495652854, -0.0321238227, -0.0129332878, -0.00827114563, 0.00395697029, 0.0442441627, 0.0312616043, 0.0602568053, -0.00200773892, -0.0248319134, 0.0624246709, 0.000993091729, 0.0111472625, 0.022257572, 0.0101433927, -0.00618334347, -0.0128101138, -0.00521026738, 0.0284286, -0.0486784317, -0.0540488251, -0.011128786, 0.00849901792, -0.0200897083, -0.00249119755, 0.0320745558, 0.055921074, 0.0120156407, -0.0229966175, -0.00961374398, 0.00643585064, 0.00358744781, 0.0200034846, -0.00224330951, -0.0541473664, 0.0101249171, 0.00646048551, 0.000573529745, 0.0332816616, -0.00954599865, -0.0206809435, -0.0058169, 0.0139433164, 0.00531188631, -0.0127731618, 0.00327643286, -0.00404627156, -0.00142189185, 0.0175400022, -0.010691518, 0.0165422913, 0.00249889609, -0.000244038834, -0.00389846251, 0.0257926714, -0.0296357051, 0.0238588378, -0.012884018, 0.00313786208, 0.0168379098, 0.0170596223, -0.041558966, 0.0156431198, 0.0286010429, 0.0113566583, -0.00655902456, 0.0251521654, 0.0251275301, 0.0119971642, -0.0262607336, 0.00301468791, 0.00800632127, 0.0475698635, 0.0093858717, 0.0133890323, -0.0355234295, 0.0288473908, 0.00229565869, -0.00566909136, 0.00327643286, 0.0459193327, 0.0218510982, -0.0374695845, 0.00541966362, 0.0105375508, -0.0102973608, -0.0227379519, 0.0117015466, -0.0102049801, 0.00564137707, -0.00922574569, -0.0247333739, -0.00964453723, 0.0561674237, -2.06593404e-06, 0.0229843, -0.00899171457, 0.0245978814, -0.00722416537, -0.0274678394, 0.00641737413, -0.0190057755, 0.0111164693, 0.00182605709, -0.0076183225, -0.000726342667, 0.0145715047, 0.0156184854, -0.0091148885, 0.00146423292, 0.00910873, -0.0122804651, -0.000606632791, 0.0197571367, 0.0113012306, 0.0191782191, 0.0540980957, -0.00657750061, -0.00440039719, -0.0160372779, -0.0192767587, 0.0120402751, -0.00210781791, -0.00137493166, -0.00575839262, 0.0164807048, -0.000156854614, -0.00582305901, 0.00595547119, 0.0114736743, -0.0256941319, -0.0230212528, -0.0258173067, -0.0230335705, -0.0486537963, 0.00793241709, 0.00110625802, -0.051536072, -0.00479147537, -0.000454974594, 0.0176015887, 0.0570050068, 0.0052533783, 0.00567217078, 0.0398591608, 0.0062942, -0.0269505084, -0.0100202188, -0.0356466062, -0.00759368762, 0.0267287958, -0.0274678394, 0.053408321, 0.0272214916, 0.00553052034, -0.0158401988, 0.00835736748, 0.0144483307, -0.0132165886, -0.00197694544, -0.00220943661, 0.00447738124, 0.00198156456, -0.0132165886, -0.00244654692, -0.0265563522, 0.0210011955, -0.0232306495, 0.0345380381, 0.0354495272, -0.00786467083, -0.029315453, -0.0097122835, -0.015753977, 0.00849901792, 0.0268766042, -0.0272953957, 0.0125206541, -0.0640505701, -0.0106730424, 0.0227379519, -0.000265209383, -0.0152489627, 0.0107346289, -0.0392186567, 0.0425936282, -0.0336019136, 0.0210997351, -0.00691622961, -0.0477423072, 0.0212352276, -0.00111626589, 0.0022294526, 0.0203483738, 0.0032825917, -0.0101680281, 0.00291768811, -0.0198310409, -0.024129821, 0.00684848381, -0.0157293417, -0.00870841369, 0.023292236, -0.00695318216, 0.018069651, -0.0307196379, 0.000682846818, 0.0309167169, -0.0269751437, 0.0024049757, 0.0278619975, -0.000796013104, 0.0322962664, -0.00573375775, 0.0428153425, 0.0057152817, -0.000797552755, -0.014078808, -0.0103527894, -0.0255216882, -0.0172443837, -0.0519795, 0.0106299305, 0.0053765527, 0.00792009942, 0.0618334338, -0.00576763041, -0.00467446, -0.0227995384, -0.0199788511, -0.0145099172, 0.0372478701, 0.00612175651, 0.0619812422, -0.00516099762, 0.0399823375, 0.00356281293, -0.00323332194, 0.0040370333, 0.00696549937, -0.0152612794, -0.0291676447, -0.0296603404, -0.00517331529, -0.0107777398, 0.0109748188, 0.016911814, -0.00914568268, -0.0393418297, 0.010611455, -0.0182174593, -0.00340268645, 0.0162959434, -0.0160619114, -0.00794473384, -0.00442503206, 0.000836814521, -0.0399330668, -0.0154090887, 0.0285517722, -0.0133151282, 0.00462519, -0.0305225588, 0.00944745913, 0.00499163335, -0.018426856, 0.0199295804, 0.0430863239, 0.0328135975, 0.0121388147, 0.0126746222, 0.00123790046, 0.0226886831, -0.0366319977, 0.0119355768, -0.00207086583, -0.0203237385, 0.0129702399, -0.0208533872, -0.0291922782, 0.01707194, 0.00475760223, 0.0307196379, 0.018032698, 0.0391447507, 0.00299621164, -0.0151873752, -0.0145099172, 0.0115475785, -0.0160249602, -0.000447661121, -0.00851133559, -0.0295125321, -0.00525645772, -0.00791394059, 0.0285764076, -0.00233415049, -0.00153736759, -0.043997813, -0.0332323909, 0.0435790233, 0.0193506628, 0.00176754931, 0.0260882899, -0.0312862396, 0.0363856517, 0.00839432, 0.00702708634, -0.0215677973, -0.00397236692, -0.0140418559, 0.0251521654, -0.018229777, -0.0133028105, 0.00906561874, -0.00994631462, 0.00782156, -0.0126992567, -0.0193999317, -0.00357513037, -0.00609712163, 0.018106604, 0.0307442732, -0.0216663368, -0.0423472784, 0.0182174593, 0.00238188053, 0.0183652695, -0.0141403945, 0.0192521233, -0.0110425642, 0.00356281293, -0.0242406763, -0.00400316063, -0.00425874675, -0.0101803448, 0.00276372046, 0.0357697792, 0.0223314781, 0.0102234567, 0.0180450156, 0.00404011272, 0.0231690612, -0.0103281541, -0.00245424546, -0.0316064917, -0.0188949183, -0.000440347649, -0.000115860705, -0.00200312, 0.0101741869, 0.00277449819, 0.00129101926, 0.0311384313, 0.00511480728, 0.000822957431, -0.00735965697, -0.00258819736, 0.00891165156, -0.0114059281, -0.00602937583, 0.00457899971, 0.00871457253, -0.00493004639, 0.0169734, 0.016111182, -0.012126497, -0.0189072359, -0.00455436483, -0.0176385418, -0.00417560432, -0.00705172122, -0.00290229148, 0.0247580092, -0.0141773475, 0.00933044311, 0.00559826614, 0.0113751348, 0.0170596223, 0.0253246091, -0.023058204, 0.00138263009, 0.0358190499, 0.0212968141, 0.00205854839, -0.0312616043, -0.013721603, -0.0123420516, -0.012046434, -0.0285517722, 0.0147316307, -0.0160372779, -0.00569064682, -0.00383071671, 0.0372725055, -0.0126376702, -0.0146330912, 0.0150026139, -0.0329860449, 0.0119602121, 0.0147932181, 0.0398098938, -0.0235262662, 0.000142708828, 0.0053396, -0.0186239351, 0.0151750576, -0.00276987907, -0.00561674219, 0.0326657891, 0.00894860364, 0.00607556617, 0.00502550602, -0.00174753356, -0.0312862396, 0.031828206, 0.00184915226, 0.0140049029, 0.00208318327, -0.0116522769, 0.0133767147, 0.0147685828, -0.0191782191, 0.0157909282, -0.0172074325, 6.93335896e-05, 0.043997813, 0.017108893, 0.0299313236, 0.00386458961, -0.00801863894, 0.00678073801, 0.000228257137, -0.014916392, -0.0115106264, 0.00230027759, -0.00829578, 0.0141034424, 0.0177493989, -0.0100017423, 0.0254970528, 0.000358937221, 0.0383318029, -0.00309167174, 0.012526813, 0.0306457337, -0.0104759634, -0.0261129253, 0.041361887, -0.018586982, 0.00284070428, 0.00387690705, -0.00326719484, 0.029118374, 0.0397606231, 0.00339960703, -0.0155938501, 0.00670683384, -0.0237602983, -0.00145961391, -0.0180203822, 0.0295864362, 0.0141527122, 0.0663662404, -0.0120957037, 0.000684386468, -0.0158401988, -0.00112858333, 0.0205577686, 0.0124713853, 0.018586982, -0.0142019819, 0.00105390896, -0.010051012, -0.00219711917, 0.00828962214, -0.0419777595, 0.00722416537, 0.00120633701, 0.00112550403, 0.00716873677, 0.00439731777, 0.0205577686, -0.0377652, 0.0139186811, 0.0369276181, -0.015951056, -0.0154090887, -0.0185130779, 0.0257187672, 0.00429877872, 0.0012194243, 0.0074150851, -0.0308920816, 0.022257572, 0.0211859569, -0.0227133166, -0.00468677701, -0.0439239107, 0.0241051856, 0.0573991649, -0.00457284134, 0.0122866239, -0.0178602543, 0.0625232086, -0.00963837933, -0.00402471609, -0.0175030492, 0.0396128148, -0.0156923886, 0.0381347239, -0.00979850534, 0.00964453723, 0.00730422838, -0.00951520447, 0.0185746644, -0.026925873, 0.00920726918, -0.0335033759, -0.00431417534, 0.0344887674, 0.0289459303, 0.0384303406, -0.0265809856, -0.0530634336, -0.0206316728, 0.0108393272, 0.00941666495, -0.00887469947, -0.00610020105, 0.00423103292, -0.0120525928, -0.0293647218, 0.000226525, -0.00129717798, -0.0399823375, -0.0307442732, 0.0140049029, 0.00199696119, -0.00123713061, 0.0180203822, -0.00843127165, 0.0239081066, -0.036656633, -0.0140295383, -0.0182051416, -0.00408938248, 0.0354495272, 0.0183036812, 0.0151873752, -0.027122952, 0.00652823132, 0.0109255491, 0.016874861, 0.000164360536, -0.00939203054, -0.0143867433, 0.0206439905, 0.00409862073, 0.0202867854, -0.0247456916, -0.0162836257, 0.00610020105, 0.00297157699, 0.0266795252, -0.0115968483, 0.0247210562, -0.0202005636, -0.0138940467, -0.015753977, -0.00296387845, 0.00448046066, 0.0188579652, 0.0382332616, 0.024610199, 0.0036244, 0.0505999513, -0.0180080645, 0.00301468791, 0.0248688646, 0.00216632569, 0.0216663368, -0.0143497912, -0.0218018275, 0.0198556762, 0.0238711536, -0.014916392, 0.000240959474, -0.0365580954, 0.000479994342, -0.0143251559, 0.017108893, 0.0076737511, -0.00709483214, 0.0141896643, 0.0585323647, -0.00151042326, 0.00420947745, 0.00977387093, -0.00304702111, -0.026605621, 0.0251275301, 0.0135984281, 0.00752594182, 0.0360407643, 0.00160896266, 0.0071441019, -0.026925873, -0.00542582246, 0.0287488513, 0.0138201425, -0.0310645252, 0.0351539068, -0.0157293417, -0.00658981828, -0.00134105876, -0.00697165821, -0.013204271, 0.0016951845, -3.61824132e-05, 0.0187594257, 0.00606940733, -0.0118555138, -0.00513020437, 0.0172813367, -0.00180912064, -0.0375927575, -0.0747420862, 0.00931812637, 0.00761216367, 0.0124960197, -0.0162466727, -0.00752594182, 0.00255894335, -0.00814181287, -0.000956909324, -0.00583845563, -0.0283546951, -0.00870225485, -0.0154214064, 0.00676226197, 0.0127485264, 0.0233415049, -0.0222206209, -0.015433724, -0.0249181353, -0.0114613567, -0.00279605365, 0.0280837119, 0.00445274636, -0.0149410274, 0.00569988461, -0.0220481772, -0.0327889659, -0.00146500277, 0.032247, -0.0141403945, -0.00233415049, -0.00207702443, -0.00476684049, 0.00407090643, -0.00825882796, 0.0149779795, 0.020902656, 0.0136969676, -0.000446506368, -0.022935031, 0.00433881, 0.0207302123, -0.01707194, 0.0129702399, 0.00448353961, 0.0185130779, -0.00685464265, -0.0174660981, -0.0101988213, 0.0243022647, 0.0291922782, -0.00405243039, -0.0240312815, -0.0198433585, 0.0379622802, -0.00129409868, 0.000932274503, -0.00447738124, -0.0117816096, -0.034267053, 0.0478654839, -0.0137092853, -0.00119478942, -0.0221713502, -0.0100263776, -0.000382802216, -0.0225285552, 0.0121757668, -0.00910257082, -0.0248688646, -0.0139925862, -0.00700861029, 0.00411093794, 0.019424567, -0.00150272495, -0.00881927088, 0.00599242328, -0.00309321145, 0.0168994963, -0.0294632614, -0.0104759634, -0.00580458296, 0.0205085, -0.0161235, 0.021580115, -0.00259127654, 0.00541042536, -0.0104390113, -0.00261129253, 0.0143744256, 0.0208041184, -0.0115783717, 0.0362378396, -0.000542736205, 0.0115475785, 0.0393664651, -0.00191689807, -0.0043234136, 0.00619566068, 0.0103589483, -0.00712562585, -0.00732886326, -0.00470525352, -0.00989088602, 0.0150888357, 0.0166161954, -0.0183036812, 0.00615870859, -0.00516099762, 0.0100202188, -0.00566293253, 0.00863450952, -0.00819724146, 0.0210751016, 0.0160249602, -0.00269751437, -0.00400316063, -0.00044304211, 0.00340268645, -0.00125406706, 0.00230489671, -0.00917647593, -0.0117939273, -0.00309167174, -0.00307011628, -0.0112950718, -0.0116399592, 0.0127362097, -0.00573991658, 0.0219619554, 0.0396374501, 0.0028437837, 0.0028437837, 0.00647896156, -0.0333555639, 0.0032825917, 0.00590620143, 0.0160372779, -0.00572451949, -0.0433326736, 0.0264824461, 0.000369522517, -0.00520102959, 0.0403518602, -0.00390462135, -0.00958911, -0.0265809856, -0.0209149737, 0.0023988171, 0.015039566, -0.0135861114, 0.0283300597, -0.026925873, 0.0026405463, 0.0111103104, -0.0109625012, 0.0265070815, -0.00912104733, -0.00193383452, -0.00691007124, -0.0086714616, 0.0399330668, 0.0183775872, 0.00170750194, -0.00484074512, -0.0132165886, 0.0176878106, 0.00763679855, 0.00902250782, 0.00416636653, 0.0257926714, -0.00286072, -0.00970612466, 0.00684848381, -0.00913952384, 0.00907177757, 0.00581997959, 0.0183406342, 0.0121696079, -0.00937355403, 0.0357944146, 0.0215924326, -0.00453588879, 0.0123728458, 0.0101988213, 0.01707194, -0.0256202277, -0.00707635609, -0.000377220887, 0.0199295804, -0.0111103104, 0.0269012395, 0.0150272492, 0.0215924326, 0.00130795571, 0.00146808219, 0.00981082302, 0.0183159988, 0.000744433899, 0.00698397541, -0.00129101926, 0.00403087493, -0.00268981606, 0.0307196379, -0.0107469466, 0.0228734445, -0.00929965, -0.00988472719, 0.00117246411, 0.00359976524, -0.00518871192, -0.032247, 0.0115229441, 0.00786467083, 0.000436883391, -0.00397852575, 0.0186485704, -0.027122952, -0.00933044311, 0.00390770053, 0.033700455, 0.0317543, 0.0121880844, -0.015076519, 0.0106853591, -0.00103466306, -0.0325918868, -0.0224916041, 0.0119910054, -0.00257126079, 0.00431109592, 0.0034858291, -0.00342732132, -0.00393849425, 0.0198679939, 0.00694702333, 0.0352524482, -0.0316064917, 0.0280590765, -0.0171458442, -0.00177216844, 0.012920971, 0.00365519361, 0.00816028845, -0.0308920816, -0.0278127287, -0.0260390192, 0.0148055358, 0.00216324627, 0.0102850432, -0.00830193888, 0.00437576231, 0.00473296735, -0.015753977, 0.0146823609, 0.00426182617, -0.0135122063, -0.00934892, 6.92854737e-05, 0.00841895491, 0.00646664388, 0.00613715313, -0.00152889942, 0.0202375166, -0.0230212528, 0.0157416593, -0.00307627488, -0.00948441122, -0.00809870195, -0.00167516875, 0.000755981484, -0.0258912109, 0.0143867433, 0.00571836112, 0.0272707622, 0.000965377549, -0.0132658584, -0.00524722, 0.0199665334, 0.0122804651, -0.013561476, 0.00675610313, -0.0128470659, 0.019621646, -0.00526569597, -0.00229257927, 0.0205577686, 0.00266672089, -0.000430724671, 0.0110302474, -0.0267534293, 0.025447784, 0.036213208, 0.00735349813, -0.0100017423, -0.0283300597, 0.00389230391, -0.0221959855, -0.000985393417, 0.0047976342, 0.00288689462, 0.0214692578, 0.0119417356, -0.0260636546, -0.0077538141, -0.000147809013, 0.00371062197, -0.0356712416, -0.0156677552, -0.020779483, 0.0131426845, 0.00835736748, 0.027763458, -0.012403639, 0.00396004971, -0.00539810816, 0.00613407372, -0.0252999756, -0.0224792864, -0.0325918868, 0.0176508594, 0.0300298631, 0.00819108263, 0.0072488, -0.00898555573, -0.000653977855, -0.0144360131, -0.01487944, -0.0109809777, -0.00989704486, -0.00462826947, 0.00142420141, 0.0249797218, -0.018426856, 0.0163698476, -0.0127608441, 0.0226763655, 0.0137585551, -0.0409677289, -0.00280067278, -0.00624493044, -0.000281568471, 0.00841895491, 0.0104821222, 0.011128786, -0.00314863981, -7.42413104e-05, 0.0150642013, -0.0208410695, -0.00201389776, 0.0246225167, 0.00350738456, 0.019584693, 0.0236617588, -0.0272214916, 0.0259158462, -0.00188610447, -0.010488281, 0.0160372779, -0.00246348348, -0.00546893338, 0.00591543969, -0.00686080148, 0.00105467881, -0.00219711917, -0.00220943661, -0.00144652673, 0.0153721366, 0.00673762709, -0.00352278119, -0.00505322032, -0.0272707622, 0.0301284026, -0.0114613567, 0.00494544301, 0.0082095582, -0.00845590699, 0.0134383021, 0.005225664, 0.0232676, 0.0186362527, -0.0238711536, 0.0141896643, 0.00141265383, 0.00929349102, 0.000991552137, 0.0250782613, 0.00795705151, 0.0132904928, -0.00308859232, 0.00596163, 0.0010161869, -0.0509941056, 0.0170596223, 0.0129702399, 0.0271475874, 0.0243392158, -0.00639889808, 0.0137092853, 0.00202467549, -0.0173306055, 0.0383071676, -0.00430185813, -0.00563829765, 0.00279759336, 0.00689775357, -0.00531496527, -0.00174907327, -0.0310645252, -0.0151381055, 0.0200527553, -0.0126376702, -0.00631267624, 0.00517639471, -0.0043634451, 0.0185377132, 0.0373464078, 0.00698397541, 0.00860987417, -0.0204592291, 0.0186978392, 0.00972460117, -0.00334417867, 0.0108578028, -0.00912720617, -0.0126992567, 0.00649127876, -0.00691007124, 0.0153228668, 0.0231567435, 0.0125144962, -0.0222083032, 0.0347597525, -0.00427106442, -0.00292692636, 0.0365088247, 0.0381100886, 0.00619874, 0.0231936965, -0.0293400884, -0.0076060053, -0.0599611849, 0.00130256684, -0.0160988644, 0.0016613116, 0.0193137098, -0.00588156655, -0.0220481772, -0.00414789, -0.0122127188, 0.0405243039, 0.00517023588, 0.021900367, 0.00247888, -0.0280098058, 0.00490233209, -0.0254970528, 0.00531496527, -0.0149656618, -0.00739660906, 0.0126746222, 0.00649127876, 0.0064974376, 0.00231875386, 0.0208903402, -0.00666372245, -0.00896092132, -0.0174907316, -0.00873304904, 0.0117015466, 0.0116769113, 0.0121757668, -0.0362871103, -0.0300298631, -0.00731038721, -0.00820339937, -0.0314833187, -0.00264362572, -0.00887469947, -0.00238803914, 0.0032148459, -0.0191166308, 0.00816028845, 0.0106052961, 0.00695318216, -0.0129456054, 0.0409677289, -0.0127362097, -0.0204838645, -0.0173059702, 0.00101772661, -0.0208533872, -0.0099032037, 0.000621644664, 0.00291306921, 0.00515483925, 0.00537039386, 0.00346735283, -0.0237849317, -0.00997094903, 0.0356466062, -0.00552128209, 0.00958911, 0.00316865556, -0.016234355, 0.0145838223, -0.0156308021, 0.00523182284, -0.00335341692, -0.0341192447, 0.0050901724, 0.0125452895, 0.0103281541, 0.0190919973, 0.00609096279, 0.00659597665, 0.00559518673, -0.00533652119, 0.0177863501, -0.0156923886, -0.0227133166, -0.0114983087, -0.00991552, -0.0076737511, 0.00726727629, 0.00468677701, 0.0101926625, -0.0188333299, 0.0119786877, 0.0150888357, 0.0207178965, -0.0293893572, -0.0100325365, 0.000975385483, -0.000308897725, -0.000978464843, -0.0353509858, -0.00314094126, -0.0117077054, 0.0110302474, 0.019067362, 0.0114367222, 0.0239081066, 0.00520410854, -0.000717104645, 0.065775007, 0.00139186811, 0.0200281199, 0.0175769534, 0.0020277549, 0.0053396, -0.00702708634, 0.00726111745, 0.0109193902, 0.00244038831, 0.0136476979, 0.00240651541, 0.0280837119, -0.0382086262, -0.0120587517, -0.0158032458, 0.0301776715, -0.0116830701, -0.016074229, 0.0100079011, 0.0207055788, -0.0316557623, 0.0100079011, -0.0112519609, 0.00479147537, 0.0105437087, -0.00677457964, -0.0110610407, -0.00227872212, 0.00838816073, -0.00117708312, -0.00419100141, -0.00372293941, -0.0030454814, -0.0044589052, 0.00540118758, -0.00122558302, 0.00599858211, -0.048579894, 0.00592159852, 0.0275417455, -0.00131103513, 0.0135861114, 0.000148963765, -0.0154829938, 0.0192151703, 0.00789546408, -0.0129456054, -0.00321176648, 0.0128224315, 0.00888701621, -0.00430493709, -0.00465598376, 0.0199911688, 0.0210751016, -0.00144344731, 0.0317789353, -0.00809254311, -0.00219711917, -0.0051178867, 0.0141034424, 0.0171458442, 0.016911814, -0.00796936918, -0.0242283586, 0.011849355, 0.00482534803, -0.0393171944, 0.0251398478, 0.00428646104, -0.0220728107, -0.00701476913, -0.00351046398, 0.0043234136, 0.0298081487, -0.000993091729, 0.00811102, -0.0137708727, 0.000960758538, -0.00747667206, 0.0161358155, -0.0110425642, 0.0117323399, 0.0118000852, 0.00847438257, 0.00885006413, 0.0120279575, 0.00973076, -0.00811717752, 0.0394650027, -0.000583922549, -0.00472680898, 0.010291202, -0.00312554464, 0.000475760229, -0.00602013757, -0.0149533441, 0.00480995141, 0.00479455478, 0.00317481416, -0.0089239683, 0.010291202, 0.00205854839, 0.000727497449, -0.00708867377, -0.00196308829, 0.00213707192, -0.0195231065, -0.00745203719, -0.0154953105, -0.0307196379, -0.0233045537, 0.0104328524, -0.0180203822, -0.0105005978, 0.00818492379, 0.0347104818, 0.0147069963, 0.000770993356, -0.00337805157, -0.0292169135, 0.000148578838, 0.0210381486, 0.00416944548, 0.00112704362, 0.0159017853, -0.0300791319, -0.0034858291, -0.00886854064, 0.00755673554, -0.0236740764, -0.00663908804, -0.0100017423, 0.0139433164, -0.00580458296, -0.0130564626, 0.0147193139, -0.000540811568, 0.0248195957, -0.0125576071, 0.00762448134, 0.0201882459, -0.0161235, -0.00444658753, 0.00497931568, 0.00100540917, 0.0169857182, 0.00429262, 0.000214592495, -0.0290444698, -0.0138201425, 0.00329798833, -0.0118247205, -0.00387382763, -0.00828962214, -0.00849901792, -0.0127362097, 0.00956447423, -0.0107654221, -0.0029161484, -0.0230212528, -0.00614331197, 0.00451741274, -0.0123112584, 0.0116030071, 0.0043911594, 0.0358929522, 0.00514868042, -0.00999558438, 0.00134490803, -0.0197201855, 0.0159017853, 0.011529102, 0.00570296403, -0.00580458296, -0.00269905408, 0.00649127876, -0.0113566583, 0.00258049881, -0.00759984646, -0.0158155635, -0.0010662264, 0.0148178525, -0.00444350811, -0.0016274387, 0.00386458961, -0.00839432, -0.0228734445, -0.0144360131, -0.00608172454, -0.00910873, 0.0128470659, -0.000566986098, 0.00681769056, -0.0224792864, 0.00128024153, 0.00557363126, 0.0166161954, 0.00494544301, 0.00102850434, -0.027122952, 0.0166161954, 0.00133182073, 0.00476992, -0.00185685058, -0.00763679855, 0.00910873, -0.0220851284, 0.00386151019, -0.00457284134, -0.00486230059, -0.00822187588, 0.0121696079, 0.0141280778, 0.0028822755, 0.0299066883, 0.0239204243, 0.000275217288, -0.000994631439, 0.00988472719, 0.0237479806, -0.0167763215, -0.000131449939, 0.0309167169, 0.00731654558, 0.0263346378, -0.0283300597, -0.0145099172, -0.00692854729, -0.00986625068, -0.0270983186, 0.00983545743, 0.0211736392, 0.0252753403, -0.0206686258, -0.00497931568, 0.010808534, -0.020939609, 0.0175153669, -0.0240805503, 0.0169241317, 0.0240189638, -0.0195600577, 0.0152243273, -0.00255278475, -0.0230335705, 0.00176600972, -0.0028776566, 0.0164560694, -1.48915651e-05, -0.0121511323, 0.00544121908, 0.00630035903, -0.0141773475, 0.00989704486, 0.00949057, -0.0205947217, -0.00771686202, -0.011368976, -0.00929965, -0.00507477578, 0.0140049029, 0.00209550071, -0.0155445803, 0.0199418981, -0.00155045488, 0.0116707524, -0.000735195819, -0.00553052034, 0.000199388189, -0.000732116459, -0.0117631331, 0.0100325365, 0.0300544985, -0.011288913, 0.00252507045, -0.0199172627, 0.00335341692, -0.00923190452, 0.00403395388, -0.0174414627, -0.00489925267, -0.0044034766, -0.00713794306, 0.00553667918, -0.00502858544, -0.00679305568, 0.0158525165, 0.0196462795, 0.0196339637, 0.0161235, -0.00848054141, -0.00951520447, 0.00876384228, 0.00591543969, 0.0255709589, -0.0206809435, -0.00950288773, 0.00634347, -0.030153038, -0.0214199889, 0.00548740942, 0.0126253525, 0.00835120864, 0.0198433585, 0.0196339637, 0.0192151703, -0.00041994694, 0.00293154526, 0.0106052961, -0.0103219952, 0.0114675155, 0.0161481332, 0.0165546089, 0.00105082965, 0.0206070393, -0.00998942554, 0.0040370333, -0.0231813788, -0.00465290435, 0.0124590676, 0.00207394501, -0.00705788, -0.00431417534, -0.00468369806, -0.0194122493, -0.0106668836, 0.00765527459, 0.000179276161, -0.00841279607, -0.0127115743, -0.00314556039, 0.00920726918, 0.0161727685, -0.0127977962, 0.00926885661, -0.0170842577, 0.0163328946, 0.0260143857, -0.0129948752, -0.00949057, 0.00726111745, -0.0238711536, -0.00633731112, 0.00420639804, -0.0165669266, 0.00734118046, -0.0152859148, -0.00619566068, -0.0327150598, 0.0144606475, -0.00876384228, -0.00314094126, -0.0101495516, 0.02313211, -0.00928733218, 0.0125576071, 0.0343902297, -0.00772917923, 0.0104759634, 0.00629727961, 0.017269019, -0.00311476691, -0.00025173722, -0.0173306055, 0.00812333636, 0.007938575, -0.00763679855, 0.00790162291, -0.000316788559, 0.0210135132, 0.0141403945, -0.0258173067, -0.00910257082, 0.0236371234, 0.00184761256, -0.010211139, 0.0140295383, 0.00365211419, -0.0127362097, 0.00883774646, -0.0139433164, 0.0263592731, -0.00897939689, -0.0142635694, 0.00163821643, -0.0271475874, 0.00177986675, 0.00449585728, 4.60459705e-05, -0.00250813412, -0.00601705816, -0.00858524, 0.00433265138, -0.00290383119, -0.0118247205, -0.0112150079, -0.0097122835, 0.00723648258, -0.00893012714, -0.0024049757, 0.00737197418, 0.0332570262, 0.00628496194, 0.0138447769, -0.00942282379, 0.0427660719, 0.0176754929, 0.00426490558, 0.00122404331, 0.0409184583, 0.00648512, 0.00264208601, -0.0306210984, -0.0112026911, -0.012046434, 0.00235262676, 0.00700245146, -0.00814181287, 0.00973076, -0.0145222349, -0.00176139059, 0.0111534214, 0.0431602299, -0.0105313919, -0.0205208175, 0.0210997351, 0.013881729, -0.00713794306, 0.0146330912, -0.00370446313, -0.00763063971, -0.0180450156, 0.00541966362, -0.000977695, 0.0191659015, 0.00762448134, -0.0113628171, -0.012483702, -0.0264578126, 0.0114983087, 2.64632017e-05, -0.0167763215, 0.0147809, -0.00347351166, 0.00172289868, 0.0035535749, 0.0214323066, 0.0032148459, 0.00719953049, 0.000629343034, 0.00604169304, 0.006700675, 8.37199477e-05, -0.0189441871, 0.00085837, -0.0244993418, -0.00811102, -0.00966917258, 0.00799400359, -0.0147069963, 0.00635578716, 0.00820339937, -0.0110117709, 0.00908409525, 0.00833889097, 0.00729191117, 0.00334109948, 0.00586924935, -0.00615562918, -0.0107161533, 0.00155584374, 0.0295371655, -0.00159972452, 0.013881729, 0.00700245146, 0.00263746688, 7.453e-05, -0.00453280937, 0.0247456916, -0.00735965697, -0.0137092853, 0.0140049029, -0.00451125391, 0.00127100351, 0.00450509554, 0.0115906894, -0.00552128209, -0.0272953957, 0.0138324592, -0.00499163335, 0.00809870195, -0.00419100141, 0.0156431198, -0.0314094126, 0.00674378593, -0.0137708727, -0.0287488513, -0.0222083032, 0.00941050705, -0.0113197062, 0.00274986331, 0.0171951149, -0.00258203852, -0.0104636457, 0.0105991373, 0.00582305901, 0.0118555138, -0.010488281, -0.0177370813, -0.0151381055, 0.0170965753, 0.000509248232, 0.000946131593, 0.0141403945, -0.00953368098, 0.00181527936, 0.0127485264, 0.00772917923, 0.0249058176, -0.0255709589, -0.00617410522, 0.0274678394, 0.0158278812, 0.00959526841, 0.00238957885, 0.0031471, -0.0163575299, 0.000896861951, -0.00253738789, -0.01487944, -0.00158740708, -0.00861603301, 0.000303123932, -0.021900367, -0.00529033085, -0.0175523199, 0.0252014361, 0.0120710684, -0.00567217078, 0.0213337671, 0.0136969676, -0.0081479717, -0.0120525928, -0.0029438627, 0.0200158022, -0.013881729, 0.0109070726, 0.0119232601, 0.00692854729, -0.00326103624, -0.0142758861, -0.00639889808, 0.00994015578, 0.0116645936, 0.0025450862, 0.0142635694, -0.0164191164, 0.0140911248, 0.00324563938, 0.0216417015, 0.0122989407, -0.00917647593, 0.00312554464, 0.00971844234, 0.000986163155, 0.0124221155, -0.0113751348, -0.0100633297, 0.00686080148, 0.0176385418, -0.00366751105, -0.0118555138, 0.0278866328, -0.0414111577, 0.00144729647, 0.00013173862, -0.024487026, -0.00500087114, 0.031310875, -0.0118308794, -0.00499163335, -0.0175153669, -0.00482226862, -0.00331954402, -0.00881311204, 0.0142758861, -0.0278127287, 0.0191166308, 0.0158525165, 0.0205085, 0.0100879651, -0.00435728626, 0.00147116149, 0.0124405911, 0.0077538141, 0.00197078683, 0.00266364147, -0.0113258651, -0.00248811836, 0.00240189629, 0.014559187, 0.00115783722, 0.00875768345, -0.0152243273, -0.00414789, 0.0184022207, -0.0103404718, 0.0211366881, 0.0171704795, -0.00359360641, -0.00996479, -0.00608788338, 0.011048723, -0.00111164688, 0.0206809435, 0.00806790777, -0.0144113777, -0.00133336044, -0.0195231065, 0.00816028845, -0.00784619432, -0.0102234567, -0.00736581534, -0.0042279535, 0.00541350478, 0.000116341856, -0.00784619432, -0.00292384694, -0.012323576, -0.00282222824, 0.00210319902, 0.011368976, -0.000896092097, 0.00782771874, -0.0132412231, 0.011566055, 0.018426856, 0.0016613116, -0.00991552, 0.00420639804, -0.000737890252, -0.000874536636, 0.0139802685, -0.00734118046, 0.0242776293, -0.0161235, 0.0120957037, 0.0203360561, 0.0049146493, -0.00758137042, -0.0199542157, 0.00661445316, -0.00380300265, 0.0132165886, 0.0154583585, -0.0131303668, 0.00284994231, 0.01072847, 0.00707635609, 0.015717024, 0.000990782282, 0.00808638427, 0.0158155635, -0.0176385418, 0.0391447507, 0.00775997294, -0.0148178525, -0.0098477751, -0.0148424879, -0.0127608441, 0.0031193858, -0.00174137484, 0.00216940511, -0.00464366609, -0.0204838645, -0.00109778985, 0.00296541816, 0.00844974816, 0.00658981828, 0.0187101569, 1.17640957e-05, 0.000979234697, 0.0211243704, -1.82475796e-05, 0.00650975481, 0.00275910133, 0.0125083374, 0.0140049029, 0.00214169081, -0.0206316728, 0.003519702, -0.000941512582, -0.0115968483, -0.0124898609, 0.00689159473, 0.0352770835, -0.00875768345, -0.018229777, 0.000513097388, 0.0106853591, -0.016911814, 0.00425566779, -0.0078769885, -0.0185746644, 0.00380300265, 0.0137585551, -0.0233045537, 0.00508401403, -0.00198926288, -0.0195723753, 0.00767990947, 0.03653346, 0.0116522769, -0.0143497912, 0.0078092427, 0.00821571704, 0.000102677222, 0.0202375166, 0.0350800045, -0.00124097976, -0.00480071316, -0.000536192558, 0.0204838645, -0.00472065, -0.00190150132, -0.000930734852, -9.33429255e-05, 0.0047298884, 0.0154829938, 0.0222206209, 0.00387998647, -0.00769838551, 0.0200650729, 0.00148501864, 0.0188456476, 0.0264824461, 0.00750130694, -0.0164930224, 0.0181558728, 0.0184391737, 0.00639273971, 0.00258203852, 0.00516407704, 0.0116892289, -0.0135245239, -0.00480687199, -0.00216940511, -0.0292169135, -0.00885622296, 0.00781540107, 0.00063165254, 0.0232060142, -0.00488693547, -0.00155507389, 5.29264034e-05, 0.0164930224, 0.0097122835, 0.00161358167, 0.00550588546, -0.015236645, 0.00360284443, 0.00380300265, 0.0359668583, 0.00266210176, -0.00179218419, -0.0109378668, 0.00220943661, -0.0139679508, -0.00407090643, 0.00322716334, -0.0138940467, 0.0330599472, 0.0216909721, 0.00302238623, 0.0159880072, -0.003180973, 0.0185253955, -0.0248442311, 0.0148548046, -0.00991552, -0.0189934578, -0.0115106264, 0.00484074512, -0.00211551646, 0.00136877294, 0.000224407937, 0.00963222049, -0.0139679508, 0.026925873, -0.00869609695, 0.00364287617, -0.00529648922, 0.0158401988, -0.0076737511, -0.0278866328, -0.0105991373, -0.0168009568, -0.00666372245, -0.0103774238, -0.0201389771, 0.0141650299, -0.00418792199, -0.0005742996, -0.00897939689, 0.00900403224, 0.0127362097, -0.00133874931, 0.0268519688, 0.0059677884, 0.0281083453, 0.00240189629, -0.0117138634, -0.00970612466, -0.031434048, -0.0174660981, -0.000933044357, -0.00486538, -0.0091148885, -0.00317789358, 0.0108270096, -0.00533344178, -0.00172443839, -0.0161850862, 0.0116584357, 0.00994631462, -0.0105375508, 0.0185746644, 0.00340268645, -0.0275663789, -0.0250536259, 0.0204592291, -0.00394773204, 0.0176385418, -0.0225285552, 0.00528417202, 0.0175153669, -0.0137955071, -0.00618026406, -0.0149410274, 0.00708867377, -0.00126792409, 0.0118924659, -0.0217648763, -0.00487461779, -0.0032887503, 0.0123358937, -0.0136107458, -0.00524722, 0.00125791621, 0.0300791319, 0.00800016243, -0.0047976342, -0.0127977962, -0.00271599041, -0.0178602543, -0.0116091659, 0.0277388226, -0.0121634491, -0.0141280778, -0.00200158032, -0.0179218426, -2.14111351e-05, 0.0275663789, 0.0263346378, -0.0232429653, -0.00223253178, 0.00231413473, -0.00698397541, -0.0121634491, 0.0115537373, 0.0237233452, -0.00248811836, 0.0109501835, -0.00444658753, 0.0112519609, 0.00994015578, -0.0169487651, 0.0218510982, 0.0156554375, 0.00928733218, -0.000177928945, 0.00619258126, 0.018389903, 0.0115845306, 0.00226024608, -0.0088623818, -0.0214323066, 0.00631267624, 0.0174907316, -0.0116584357, 0.00411709677, 0.00901634898, 0.00982314, 0.00684232544, -0.0109994533, 0.012884018, 0.0258173067, 0.00293616438, 0.0107099945, 0.0124775432, 0.00557055185, -0.00201389776, -0.0227502696, -0.00161666097, 0.00185839029, -0.0196832325, 0.00716257794, -0.00712562585, 0.011646118, -0.0103466306, -0.019227488, 0.0095767919, -0.0171212107, -0.00218788115, 0.0116399592, -0.00132566202, -0.0144852828, -0.00686080148, -0.00654670736, 0.000343925378, 0.0082095582, 0.0149287097, -0.0173675586, -0.00218172255, -0.00101926632, 0.00920111, -0.00571220228, 0.018106604, -0.0185377132, 0.00942898262, 0.00308397342, -0.00604785187, -0.0254970528, 0.00284532341, -0.00897939689, 0.0171212107, 0.0128963357, 0.0021278339, -0.0258912109, -0.00896092132, 0.0081479717, -0.0198803116, 0.00172289868, 0.00804943219, -0.00396004971, 0.0138447769, -0.0255709589, 0.00448046066, -0.0191289485, -0.0171212107, 0.00171212095, -0.00907177757, -0.00396312913, -0.0165915601, 0.00816028845, 0.0132658584, -0.0135368416, -0.0242776293, -0.023095157, 0.00111934531, -0.000236340435, -0.0232183319, -0.03047329, 0.0351785421, -0.00430801651, -0.000234030929, -0.0119848466, 0.00898555573, -0.00825882796, 0.0401547812, 0.0122989407, 0.0151011534, -0.00894244481, 0.00035739757, 0.0143128391, -0.00147962978, -0.00952752214, 0.0128593836, 0.00248195953, 0.0118986247, 0.00699013425, -0.0167640056, 0.015236645, -0.00429877872, -0.00469293585, 0.0130195096, -0.0142143, 0.0176015887, 0.00573375775, 0.0166285131, -0.0219496377, -0.00110317871, -0.0136230635, -0.00375681231, -0.0187101569, 0.00492080813, 0.00270367297, 0.00359668583, 0.00143497915, 0.0102234567, -0.00393541483, 0.00579842413, -0.0226640478, -0.0104328524, 0.0127115743, 0.0139309987, -0.012723892, 0.000350661459, -0.0201636124, 0.00691622961, 0.00104159163, 0.0108824382, 0.0046344283, 0.00402163668, 0.0400562398, 0.0376912951, 0.00226178579, 0.0231813788, -0.00916415825, -0.00798168592, -0.0166038778, -0.0112026911, -0.00842511375, -0.0114428801, -0.0206070393, -0.0109501835, -0.0151873752, -0.0140664903, 0.000441117503, 0.00677457964, -0.00160280394, 0.00140957441, -0.00599858211, -0.0107038356, 0.00268981606, 0.0137831895, 0.0119540533, 0.0226147771, -0.0179957468, 0.0103035197, 0.0178233031, 0.0104944399, 0.0258173067, -0.00891781, 0.0194861535, 0.0224053822, -0.0167024173, 0.00587848714, 0.0110918339, 0.0238095671, -0.00331338518, 0.0122681474, 0.00299159274, -0.0163205769, 0.00617718464, -0.013561476, -0.000397236698, -0.0145345526, -0.0053211241, 0.00459131738, -0.0271722227, -0.0177863501, 0.0178972073, -0.00654670736, -0.0126130348, 0.0328628682, -0.00862219185, 0.000547355216, -0.00617410522, 0.0305718295, 0.00568140857, 0.0163944829, 0.00372601859, 0.011128786, -0.0026405463, 0.00477607828, 0.0108454861, -0.0151873752, 0.00489617325, 0.0292415489, -0.0193506628, -0.00643585064, -0.00412017619, 0.0219619554, 0.011245802, 0.00927501544, 0.00683000777, 0.0149287097, 0.00392001821, 0.00214477023, -0.0113135474, -0.00864682719, 0.0143128391, 0.0126499878, 0.00582921784, -0.0162713081, -0.0193752963, -0.00566909136, 0.00851749349, -0.00910873, 0.000960758538, -0.0249181353, -0.0240312815, 0.0181805082, 0.00840663724, 0.0277388226, 0.0173306055, -0.00920726918, 0.00250351499, 0.0274678394, 0.00130487641, -0.0135122063, 0.00249119755, -0.0105067566, -0.00325795682, 0.0135245239, -4.27982122e-05, -0.021617068, 0.00546893338, -0.000480764196, 0.0135245239, -0.00381531985, 0.0142512517, 0.0180203822, 0.00398776401, 0.00802479684, 0.00751978299, 0.0186978392, 0.00157816906, 0.0114983087, -0.0100386953, -0.0154460408, 0.0343163237, -0.00170904165, -0.0104020592, 0.005764551, 0.00134875719, 0.00633731112, -0.0217895117, 0.0268027, 0.0044712224, 0.0132658584, 0.0176139064, 0.0117138634, 0.00466522155, 0.00856676325, 0.00110394857, 0.00639889808, -0.0109625012, 0.0275663789, 0.00113474205, 0.0138694113, -0.00730422838, -0.019424567, 0.00065628736, -0.00654670736, 0.0117754508, -0.00942898262, 0.00377220893, 0.0018122, 0.0201882459, -0.0281329807, -0.0304240212, -0.00804327335, 0.0168255921, -0.0200034846, 0.00652823132, 0.0136476979, -0.0129825575, -0.0204715468, -0.00697781704, -0.0344394967, -0.0301776715, 0.00735349813, -0.0166038778, 0.00149502652, -0.0143744256, -0.0133274449, -0.0178109854, 0.00767990947, 0.0336265489, -0.0103835827, 0.0126253525, 0.0109070726, -0.00279605365, 0.0129948752, 0.000800632115, -0.0346365757, 0.00560750393, -0.00419716, -0.0149779795, -0.0306210984, 0.0129825575, 0.00175677158, -0.0170842577, 0.00974923559, 0.0112519609, 0.00758137042, 0.00408630306, -0.0218018275, -0.0127362097, 0.0242406763, 0.0191782191, 0.00982929859, -0.022774905, 0.00992783811, 0.019781772, -0.00148424879, 0.0141034424, 0.00668835733, -0.00463750772, -0.0299805924, -0.0188086964, -0.0301284026, -0.00861603301, -0.0146330912, 0.00792625826, -0.0193137098, 0.00393233541, 0.0187471081, -0.00302854483, -0.0173429232, -0.00454512704, -0.00613715313, 0.00505937915, -0.00480687199, -0.0163205769, 0.0181558728, -0.00558286952, -0.0277141891, -0.00819108263, -0.000114321025, -0.0119294189, -0.000575069396, -0.00557671068, 0.0203976426, -0.00561674219, 0.000931504648, 0.0202744678, -0.0194368847, 0.00579534471, -0.00884390529, 0.0192398056, -0.0104328524, -0.00221405574, -0.0126746222, 0.00893628597, -0.00595547119, -0.0201020241, 0.01220656, -0.0124652265, 0.010691518, -0.000161569871, 0.0359422229, -0.00624185102, 0.00256972108, -0.00437576231, 0.00859755743, 0.00124559877, 0.0059955027, -0.0154090887, -0.00566601194, 0.0180203822, -0.0149779795, -0.0110179298, -0.0123174172, 0.00359668583, -0.0181558728, -0.00296079926, 0.0064296918, -0.0136230635, -0.00286533916, -0.00931196753, -0.0208287518, 0.00981698185, 0.00254354673, 0.0138201425, 0.0135491593, 0.00739660906, 0.00814181287, 0.00158278807, -0.0168009568, -0.00161050225, -0.0168871786, -0.024289947, 0.0390215777, 0.00116553565, 0.0040924619, -0.00861603301, 0.0130687794, -0.0137585551, 0.0174784157, -3.30549447e-05, 0.0334294699, -0.0133274449, -0.0201636124, 0.01707194, -0.0197940897, -0.00111010717, -0.0180080645, 0.01096866, -0.0126746222, -0.0143374735, 0.0063065174, -0.0178725719, -0.00937971286, -0.00796321, 0.000864528702, 0.00294078328, 0.0152612794, 0.00712562585, 0.00755673554, -0.00128563039, 0.015396771, -0.00753210066, -0.00592467748, -0.00796321, -0.0103959, -0.00705788, 0.00408938248, -0.0086714616, 0.0225901436, 0.0207055788, -0.0103035197, -0.00270521268, -0.0186732039, 0.000664370658, 0.00384611357, 0.00233723, -5.87483046e-05, -0.0195231065, -0.00694086449, 0.00697165821, 0.015914103, -0.00140418555, -0.00857908092, 0.00360592385, -0.00198156456, -0.0126869399, 0.00302238623, 0.0151381055, 0.026925873, -0.00898555573, -0.00543506024, -0.00398776401, 0.00549972663, 0.00832041539, 0.0115722138, -0.00531804468, -0.024092868, 0.0111965323, -0.0106976768, -0.00649127876, 0.0125391306, -0.0175030492, 0.00852981117, 0.0051579182, -0.0177124459, -0.00292846584, -0.0118801491, -0.00276833959, -0.0093242852, -0.0110179298, -0.0225408729, -0.00268981606, 0.0320252851, 0.00872073136, 0.00268519693, -0.0157416593, 0.0228734445, -0.000681692036, 0.00282838685, -0.00134644762, 0.0217279233, -0.0095767919, 0.000978464843, 0.00641121576, -0.0136476979, 0.0125083374, 0.00605401071, 0.00302700535, -0.0100325365, -0.0197694544, -0.00384611357, -0.0101002818, 0.00686696, 0.0032825917, 0.0207548477, -0.0118185617, 0.00910873, 0.020545451, -0.00199080259, -0.00912104733, 0.0341931507, 0.00241421373, -0.0102357734, 0.0103835827, 0.00146577263, 0.00758137042, 0.00498855393, 0.00775997294, -0.0136230635, -0.00108932157, -0.00259589567, 0.0189318694, 0.0125083374, 0.0033503375, -0.00864682719, 0.00347967027, 0.000444196863, -0.00541966362, -0.00607248675, 0.0132289063, 0.0266302563, 0.0132535407, 0.00898555573, 0.00363363815, 0.00732886326, -0.0138694113, 0.015914103, 0.0179464761, 0.0103035197, 0.0224053822, -0.005764551, 0.00694702333, 0.0163944829, 0.0377405658, -0.00103697251, 0.0084867, -0.0242283586, -0.00252507045, -0.0242653117, 0.01946152, 0.0123913214, -0.00878231879, 9.54599818e-05, -0.0106545659, 0.0144729652, -0.0133028105, -0.0115475785, -0.00598934386, -0.0120279575, -0.0144606475, -0.00387074845, 0.00548740942, 0.00321176648, 0.00915799942, 0.0102419322, 0.0200527553, 0.0149533441, 0.00249581668, -0.00191535836, 0.0242283586, 0.00506553799, 0.0106976768, -0.00435728626, -0.0207918, -0.0200404376, 0.0089239683, -0.00981082302, -0.00288843433, 0.0130071929, -0.000627418456, -0.00929349102, -0.00487769721, -0.00582613843, 0.0147069963, -0.0120710684, 0.0120772272, -0.00934276078, 0.0173059702, -0.0035535749, 0.00154660572, -0.0126376702, -0.0101865036, -0.0265317168, -0.0196462795, -0.015556898, 0.00987856835, 0.00452357158, -0.010771581, -0.00338728982, -0.00448969845, 0.0167640056, -0.00317481416, -0.00445582578, -0.017232066, -0.014399061, -0.0287488513] |
17 May, 2024 | Bulma Font Awesome Container
17 May, 2024
In this article, we’ll learn about Bulma Font Awesome container mixin. The Font Awesome container mixin creates a square inline-block element that is used for containing an icon, or group of icons of any type or category. The mixin uses two parameters for adding some styling into the container. The first one $size parameter defines the font size of the icon whereas the second one i.e, $dimensions parameter defines the dimensions of the container that is being created.
Bulma Font Awesome container Class: For creating a mixin, no specific class is provided by Bulma, instead we can create our class and then style the element with the help of SASS mixins.
Syntax:
<span class="bulma-fa-mixin">
<i class="fab fa-instagram"></i>
</span>
.bulma-fa-mixin {
@include fa(2rem, 3rem);
background-color: black;
}
Example 1: Below example illustrates the Bulma Font Awesome Container in a single icon.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible"
content="IE=edge" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet"
href=
"https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" />
<script src=
"https://use.fontawesome.com/releases/v5.15.4/js/all.js">
</script>
<link rel="stylesheet"
href="demo.css">
</head>
<body>
<div class="content container has-text-centered">
<h1 class="title has-text-success">
GeekforGeeks
</h1>
<h1 class="subtitle">
Bulma Font Awesome Container
</h1>
<span class="bulma-fa-mixin">
<i class="fas fa-thumbs-up"></i>
</span>
</div>
</body>
</html>
CSS
@mixin fa($size, $dimensions) {
display: inline-block;
font-size: $size;
text-align: center;
vertical-align: top;
width: $dimensions;
height: $dimensions;
}
.bulma-fa-mixin {
@include fa(2rem, 4rem);
background-color: aqua;
}
Output:
Bulma Font Awesome Container
Example 2: Below example illustrates the multiple Font Awesome Containers.
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible"
content="IE=edge" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet"
href=
"https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" />
<script src=
"https://use.fontawesome.com/releases/v5.15.4/js/all.js">
</script>
<link rel="stylesheet"
href="demo.css">
</head>
<body>
<div class="content container has-text-centered">
<h1 class="title has-text-success">
GeekforGeeks
</h1>
<h1 class="subtitle">
Bulma Font Awesome Container
</h1>
<span class="bulma-fa-mixin">
<i class="fab fa-github">
</i>
</span>
<span class="bulma-fa-mixin">
<i class="fab fa-facebook">
</i>
</span>
<span class="bulma-fa-mixin">
<i class="fab fa-linkedin">
</i>
</span>
<span class="bulma-fa-mixin">
<i class="fab fa-instagram">
</i>
</span>
</div>
</body>
</html>
CSS
@mixin fa($size, $dimensions) {
display: inline-block;
font-size: $size;
color: white;
padding: 10px;
text-align: center;
vertical-align: top;
width: $dimensions;
}
.bulma-fa-mixin {
@include fa(2rem, 3rem);
background-color: black;
}
Output:
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons/How to use Font Awesome Icon as a Cursor?/Bulma Font Awesome Container | https://www.geeksforgeeks.org/bulma-font-awesome-container?ref=asr10 | CSS | Bulma Font Awesome Container | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, Bulma Font Awesome Container, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to use Font Awesome Icon as a Cursor?, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.0406459533, 0.0181751512, -0.0187121071, 0.0134320389, 0.0606272295, -0.00485701207, -0.033681795, 0.0147907007, -0.0299068298, 0.0234633554, 0.0132367825, -0.00110950589, 0.0222592726, -0.0573404059, -0.010796072, 0.00402920507, -0.0399625525, 0.00968148187, -0.00790383108, -0.0281820614, 0.00485701207, -0.00427124184, -0.0327055082, 0.0162144471, -0.00512955803, 0.0283773169, -0.00875401217, 0.018972449, 0.00453565223, 0.0337143354, 0.0322010964, -0.0143839158, 0.000880689418, -0.0233494565, -0.0330797508, 0.00848553423, 0.00259325397, 0.0645323619, -0.0182727799, -0.0300858151, -0.000624923385, -0.00577227818, -0.0117479488, 0.0324614383, -0.00659805164, 0.001835617, -0.00590651762, -0.0527844131, 0.0135703459, -0.0213643461, 0.0324451663, -0.0123499911, 0.0514176153, 0.0440954864, 0.00351665588, 0.00320343138, -0.0204206035, 0.0163852982, -0.0268966202, 0.0125696547, -0.00697636185, -0.0575682037, 0.00639465917, 0.0179961659, -0.0290932599, 0.00849366933, 0.00125696545, 0.0115364213, -0.00905503239, 0.008729605, 0.00209901039, 0.050864391, -0.0104706446, -0.0101940306, -0.00898181181, 0.0252206661, 0.0160029195, -0.0163039397, -0.027840361, 0.0356343612, 0.0294186864, -0.00711060083, -0.0189236365, 0.010527594, 0.00812349562, 0.0431842878, -0.0271732341, -0.0616035126, 0.00131289836, -0.0102591161, -0.0251555815, -3.94708513e-05, 0.047089424, -0.0436073467, 0.00382581237, 0.00999877416, 0.0374567583, 0.00287393574, -0.00656957692, 0.00108916673, -0.030752942, 0.0208599325, -0.023544712, -0.0187446494, -0.000736280752, 0.0149208717, 0.0369360745, -0.000524752599, -0.0186470225, -0.0345279053, 0.0285237599, 0.022584701, -0.0450392291, 0.0190049931, -0.0263433922, 0.0343651921, 0.00381564279, -0.0255786367, -0.0294837728, 0.0377496444, 0.017312767, -0.00736280764, 0.0147662936, 0.0472195968, -0.0467314534, 0.0220640153, 0.00199528015, -0.0177032799, 0.0369360745, 0.0397998393, -0.00407801894, -0.00722450064, -0.000415683375, 0.00126306724, 0.0123743983, -0.005402104, 0.0121547338, 0.0228613131, -0.00745636784, 0.00414513843, -0.0366431884, -0.0293210596, 0.00101391145, 0.00242443825, -0.0435748026, 0.00650449144, 0.0262294933, 0.0254972801, -0.0153439278, 0.00162815675, -0.0179148093, -0.00942927506, 0.0426310636, 0.0488141924, 0.0496928506, -0.0161900409, -0.0343651921, 0.0218524877, 0.0324126258, -0.00133730553, 0.0578610897, -0.00729772169, 0.00790383108, -0.0277427323, -0.0235609841, 0.00724077178, -0.00859129801, -0.0070495829, -0.0457226261, 0.046145685, 0.0485538505, 0.0288654603, -0.00839604158, 0.0227311421, -0.0363177583, 6.95348e-05, 0.0247650668, -0.0444209166, -0.00104136951, 0.00150307035, -0.0806410462, 0.0238864124, 0.0321848243, 0.0376194715, 0.00259935576, 0.00852621254, 0.00811536, 0.00345360418, -0.0307366699, -0.0108448863, -0.00163934333, -0.00684619043, 0.030622771, 0.0365130156, 0.0113411639, -0.00130781357, -0.0245698113, 0.0246837102, -0.00720822904, 0.00222307979, -0.0117398137, 0.00229223305, -0.0106821731, 0.0083390912, 0.0189561788, 0.0279379897, -0.029646486, 0.00117560849, 0.0370337, -0.0207948461, -0.0262132213, -0.00776552455, -0.00933978241, -0.00176036183, 0.0079404423, 0.014131709, -0.044062946, -0.00754586048, -0.0276939198, -0.0251067672, -0.0153276566, 0.032559067, 0.0173290391, 0.00206748443, -0.0615058839, -0.0117479488, -0.00837976951, -0.00136781437, 0.000428649626, 0.0141886584, 0.000837468484, 0.00780620286, -0.00932351127, 0.0107472586, 0.0326241516, -0.00867265463, -0.0070821261, 0.00923401862, -0.0267827213, 0.0630353913, -0.0180775225, 0.0496603064, -0.0329983942, -0.0306390412, 0.00936419, 0.0173615813, 0.0233494565, -0.02188503, 0.0121465987, -0.0200138185, -0.00360208075, 0.019541949, 0.00944554619, 0.0322499089, 0.0297115725, 0.0129764397, -0.00166883518, -0.0184680372, 0.0163364839, 0.044616174, 0.00371801434, 0.0302810706, 0.00556888571, 0.0105682733, -0.0118699847, -0.0429564901, 0.01745921, -0.0240165833, -0.0110320076, -0.019525677, 0.041980207, -0.0219338443, 0.034072306, 0.00629296293, -0.00695195468, 0.0143839158, -0.0174754821, -0.0114387926, 0.0338445082, 0.0144245941, 0.0350160487, -0.00754586048, 0.0429239459, -0.000606618065, 0.0205833185, -0.0229101274, -0.0159866475, 0.0373591296, -0.0306064989, -0.0291583445, -0.024114212, -0.0233982708, 0.00173188688, 0.0247976109, 0.0344302766, 0.00920961145, 0.0155066419, -0.0378798135, -0.0104543734, -0.040190354, 0.0411991775, 0.0154334204, -0.00558515731, -0.036708273, 0.0383354127, 0.0361875892, -0.00422649551, 0.0351787619, -0.00424276711, -0.0145303579, 0.0192327928, 0.00210511219, -0.0366431884, -0.0274335761, -0.0330146663, 0.0148720574, 0.0285237599, -0.0296627581, -0.0409062952, -0.0237074271, -0.00132916984, -0.0306553133, -0.0249115098, 0.055973608, 0.0025139309, -0.0369686149, -0.0271406919, -0.0291258022, 0.0279054474, -0.0272220485, -0.0425985195, -0.0150103644, -0.00260545756, -0.00146035792, 0.0131391538, -0.0315176956, 0.00820485223, -0.0156449489, -0.0380750708, -0.0149940932, -0.0250579529, -0.0301020853, -0.0182727799, -0.0355367325, 0.0495626777, -0.0545742698, -0.0234633554, -0.0226335134, 0.0455273725, -0.0172476824, 0.0016627335, 0.00200748374, 0.0275962912, 0.0120245628, 0.00855875481, -0.00625228463, 0.0347882472, -0.0315665118, 0.00773705, -0.0192816071, -0.0107065793, -0.0116747282, 0.00466175564, -0.0119432062, 0.0128137255, -0.00798925664, -0.012195413, 0.00588211045, 0.0137086529, -0.00683805486, -0.0642720237, -0.00875401217, -0.0347231627, 0.0050278618, -0.00507260812, -0.0151161281, 0.0417198651, -0.0456249975, -0.0439327732, 0.00611397764, -0.0579261743, 0.0305739567, -0.0075499285, 0.00304885325, 0.0400927253, 0.0175242946, 0.00847739819, 0.0133913606, 0.000795264554, -0.0105764084, -0.0235121697, -0.0121140555, 0.0125859259, -0.0397347547, -0.00688280119, -0.0193792339, -0.00103221682, -0.00318105821, -0.0123499911, -0.0515152439, 0.0415896922, 0.0362201296, 0.0490745343, 0.0165480115, -0.0231379271, -0.026034236, 0.0076597603, 0.0112842144, 0.0167107247, -0.0137574673, 0.00863197632, -0.0289793592, -0.0230240282, -0.0176707376, 0.00439327722, 0.0242281109, -0.00120611733, 0.0560712367, 0.0199324619, 0.00525972946, 0.0275312047, 0.0149940932, 0.0165805537, 0.0179148093, 0.0326404236, -0.0170036107, -0.0166130979, 0.0218524877, 0.00586583884, -0.042273093, -0.0255298223, 0.0201602615, -0.0199650042, -0.0289956313, 0.0132774608, -0.00903876126, 0.0282471459, -0.0150673147, 0.000299749663, -0.00497498, 0.0219826587, 0.0286051165, 0.028540032, -0.00856689084, -0.05180813, 0.0180612523, -0.0135540739, 0.0107716657, 0.0151893497, 0.00359394494, -0.0280193463, -0.0280518904, -0.0758247152, 0.00415327447, -0.0122198202, -0.0186470225, 0.0507342182, 0.015107993, -0.0179961659, 0.00345563819, 0.00405564578, 0.00382784638, -0.0333563648, 0.0240165833, 0.0174754821, 0.00333563657, -0.0115608284, 0.00029364787, -0.00897367578, 0.00538176484, 0.00718382234, 0.00335800974, 0.0503111631, 0.00468616234, 0.0185493939, 0.00114916742, 0.0026461361, 0.000667127315, 0.00994996, -0.0143839158, 0.0297278445, 0.00763942115, 0.00928283203, -0.0108530223, 0.00138306885, -0.0178985372, 0.00361428433, 0.0201114472, -0.00964080356, -0.0107147153, 0.0467965417, 0.0422405489, -0.0562990345, -0.00302241207, 0.0118048992, -0.0140422164, -0.0205995888, -0.025350837, -0.0116096428, 0.00645160908, 0.0223406292, 0.0377821848, -0.0320383832, 0.0796647668, 0.0567220934, -0.00916893221, -0.0206646752, 0.0372940451, -0.0230240282, 0.00343326502, -0.0378472731, 0.0112435361, 0.0188585501, -0.000156357957, -0.037554387, -0.0186470225, 0.00424683467, 0.011503878, -0.00497091189, -0.0126021979, 0.00137798395, -0.00316071906, -0.0014766294, 0.0157263055, 0.0175242946, 0.00977097452, 0.0392791554, -0.00690720836, 0.0308342986, -0.0132855959, -0.0264898352, 0.0055973609, -0.00228409749, 0.0101370811, 0.0174754821, 0.0280518904, 0.0122767696, 0.00812349562, -0.0108774295, 0.0184680372, -0.0249765962, -0.0390838981, -0.0159459691, -0.0386608429, -0.0296302158, -0.00538176484, 0.0125859259, -0.0212016311, -0.00336817931, 0.00301020849, 0.0108692935, 0.0350485891, 0.0197860189, 0.0135459388, -0.0171012394, 0.00885164, -0.0182565078, 0.00674042664, -0.0166375041, -0.0060814349, 0.0298742857, -0.0105682733, 0.0297278445, 0.0339421369, 0.0189236365, -0.0325916111, -0.00732619688, 0.00507667614, -0.0133506814, 0.0147500224, 0.030476328, -0.00450310949, 0.0357970744, -0.0283610467, -0.00332139898, 0.0117479488, 0.0480657108, -0.02188503, 0.00932351127, 0.0123825334, 0.00613838481, 0.000673229108, -0.00244681141, -0.0348858759, 0.00360818254, 0.0102672521, -0.00381360878, -0.0149452789, -0.0578285493, -0.0144164581, 0.0250254106, 0.00937232468, -0.00230240286, 0.0117479488, 0.0103648808, 0.0312898979, -0.00876214728, 0.0156124057, -0.00209494238, -0.0156937633, 0.00385428732, 0.00183256622, 0.0154903708, 0.000211528168, -0.00643127, -0.0118211703, 0.0237399694, 0.0173453093, 0.0145140868, -0.00829434488, -0.0138469599, -0.00057814311, 0.0374242142, 0.0379774421, -0.00157527474, -0.0112598073, -0.00329089025, -0.0147825647, -0.0117560849, -0.0108448863, -0.00916893221, -0.00797298457, 0.0408412069, -0.000262122048, 0.0323963538, -0.0193466917, -0.00510108331, 0.00448277, -0.0096570747, -0.00485294452, -0.0190375354, -0.0274335761, 0.00654923776, -0.0213643461, 0.00475124829, 0.00424683467, 0.0148557862, -0.0122849056, 0.00216816366, -0.00397835672, -0.019118892, 0.00739941793, -0.00763942115, 0.047089424, -0.0126591474, 0.0305414144, -0.00428344542, 0.0123743983, 0.00578855, 0.0178497229, -0.0114143854, -0.00964080356, -0.00125086366, 0.000706280349, 0.0309807416, 0.0193304215, -0.0110726859, 0.00541430758, -0.00624008104, 0.0332261957, -0.0126754185, -0.0394418687, 0.0137086529, -0.00826587, -0.012886947, -0.0160598699, -0.0406459533, 0.0124232126, 0.00100831816, 0.0168083534, 0.00191188918, -5.50748664e-05, -0.0258389805, -0.0158564765, -0.019948734, -0.0215596016, 0.00219460484, 0.052101016, -0.0214131586, -0.0295651294, -0.0417524055, 0.00158442731, 0.0239026826, 0.0105438661, 0.011634049, -0.00345970597, -0.00895740464, -0.00370174297, -0.0136028882, 0.0138388239, 0.0104543734, 0.00143900176, 0.0376194715, 0.0078306105, 0.0149452789, -0.0273522194, 0.000110340414, 0.00448277, 0.0125615187, 0.0132205104, 0.0143676447, 0.0138306879, -0.0283447746, -0.0208762027, -0.00414513843, 0.0187609214, 0.000591872085, -0.021055188, -0.0126998257, -0.0241955686, 0.00883536879, 0.00225562253, 0.0316804126, 0.0346906185, -0.0220640153, -0.0107472586, -0.017605653, 0.0210226458, -0.0342675634, -0.0130903395, -0.0191677064, 0.00924215373, -0.0162958056, -0.0184192229, -0.013301868, -0.0207297616, 0.00291461404, -0.0277590044, -0.0253345668, -0.00207663723, 0.00711466884, 0.0130496612, 0.0183215942, -0.0124476189, -0.00521905068, 0.030622771, 0.0142537449, 0.00626448821, -0.0152869783, -0.00595533149, 0.019818563, 0.0105682733, -0.0249928664, -0.0128706759, 0.00984419603, 0.00610991, 0.010665901, 0.0138876382, -0.00101950474, 0.0025220667, 0.0229426716, 0.0184354931, 0.0284424033, -0.0186795648, -0.0133344103, -0.0217060447, -0.00737907877, -0.00780620286, -0.0287678316, 0.0220477432, 0.012057106, -0.0191514343, -0.0136191603, 0.00662652683, -0.0118455775, 0.0120245628, -0.00878655445, -0.0269454345, 0.00333156879, -0.022584701, 0.0235772561, 0.0136923809, 0.0255135521, 0.0112598073, 0.00156103726, 0.00454785582, -0.0268478058, -0.0115771, -0.00927469693, 0.00269901799, 2.1531e-05, 0.0236097984, -0.0123337191, 0.0143920509, 0.0182076935, -0.01204897, 0.0126672834, -0.0144327302, 0.017182596, 0.0554854646, -0.0230402984, 0.0263922065, -0.00337428111, 0.0104299663, 0.0128381327, -0.0296790302, -0.0210389178, -0.00836349837, 0.00362445391, -0.0335841663, 0.016905982, -0.0389862694, -0.00732212886, 0.00477565546, -0.0198022909, -0.0167758111, -0.0153357927, 0.0169710685, -0.0306064989, -0.00210714596, 0.0101533523, 0.00340072205, -0.00659805164, 0.028116975, -0.0209901035, 0.00837976951, 0.0253020227, 0.00471463753, -0.0227148719, 0.016759539, 0.0208762027, 0.0330309384, 0.00602448499, 0.0215596016, -0.055843439, 0.0332424641, 0.00702517619, 0.0185493939, 0.0057926178, -0.0355692767, 0.0167920832, -0.0129276253, -0.0239026826, 0.0307204, -0.0244559105, 0.00244884542, 0.0594882295, 0.00175832794, 0.0131066106, 0.0521986447, -0.00368343759, 0.0219501164, -0.0480331667, -0.000815603824, -0.00181324384, 0.0113330288, 0.00876214728, 0.0201114472, 0.0104299663, -0.021461973, 0.0145547651, 0.015099857, 0.0248464253, -0.00224138494, 0.0102591161, 0.0190538075, -0.00428751344, -0.0226660576, 0.040580865, 0.0101208091, -0.0111621786, -0.0102672521, 0.02409794, 0.00665500155, 0.0322987251, 0.0152056208, -0.0256762654, -0.0091201188, -0.0048488765, -0.0047227731, -0.0226660576, -0.0320546553, 0.0397022106, 0.0537281558, -0.0222267285, -0.0305251423, -0.0117560849, 0.000679839344, -0.0205019619, 0.03187567, 0.0215596016, 0.0308017563, 0.00825366657, -0.0269942489, -0.0161981769, 0.00108611584, -0.00623194547, 0.00935605355, -0.0119838845, -0.0162063129, -0.0205833185, -0.003809541, 0.0136272954, -0.0484236814, 0.00549159665, 0.0434446335, 0.00945368223, 0.0141561162, -0.0326566957, 0.0106414938, -0.00191697408, 0.00752552133, -0.0175080243, -0.0232030135, 0.0214945171, 0.00129967788, 0.0117560849, 0.00739941793, -0.0368709862, 0.023837598, 0.0320383832, 0.0155229131, -0.026196951, -0.0359272473, 0.0233657267, 0.0288491882, -0.0335516222, -0.0192978773, 0.0481958799, 0.0143432375, 0.00390310143, 0.0117886281, 0.00899808295, 0.0302648, -0.00898181181, 0.00841231272, -0.0408086665, 0.0331448354, -0.0295651294, -0.0122930408, 0.0159541052, 0.00612211321, 0.010942515, 0.00591058517, -0.0315014273, 0.00464548403, -0.0234796274, 0.0271244198, -0.0613106266, -0.00687466562, 0.0151649425, 0.0335516222, -0.0213968884, -0.0210226458, -0.00491396198, -0.0184680372, -0.0317292251, 0.0180287082, 0.0173778534, 0.0316315964, -0.0191839784, 0.00696009025, 0.0196558479, -0.0156042706, 0.0280844327, 5.24371208e-05, -0.0190049931, 0.0289142746, 0.00370174297, -0.00100018247, -0.00204002648, -0.0318105817, 0.0199812762, 0.00388479629, -0.00360208075, 0.00256071123, 0.00256884703, -0.0241304822, 0.00689907279, -0.0136761097, -0.0172964949, 0.00390106766, 0.0187446494, -5.47888485e-05, -0.00500752265, -0.000634584518, 0.017589381, -0.0143839158, -0.0269942489, 0.00662652683, 0.0305576846, -0.00547125749, 0.00675263, 0.0315665118, -0.00188239734, 0.00141967949, 0.0414920636, -0.0374567583, -0.0187446494, 0.0289468169, -0.0105031868, 0.00415530801, 0.00107086136, -0.0394418687, 0.0114387926, -0.0150429076, 0.011772356, -0.0114713358, -0.0112516712, -0.006370252, -0.00286376593, 0.0245698113, 0.0173941236, 0.0253996514, 0.00246104901, 0.032835681, -0.00530854333, 0.00603668857, -0.0116259139, 0.027563747, -0.013855095, 0.000209112884, 0.00441768439, 0.0098767383, 0.00385021954, 0.00117967639, 0.00377089647, -0.00329292403, 0.0034434346, 0.0293698721, 0.0275474768, -0.00661025522, -0.00722450064, 0.0327217802, 0.00713094, 0.0192327928, -0.0215921439, -0.0154008782, -0.00390716922, 0.0037403875, 0.0119757485, 0.00630516652, -0.0123337191, 0.00871333387, -0.0130903395, -0.00346377376, -0.0289468169, -0.043509718, -0.0045275162, -0.0131472889, 0.00472684111, 0.00373021793, -0.0193792339, 0.0166456401, 0.0100557236, 0.00176137884, -0.00696415827, 0.00187527854, 0.0147988359, 0.0108204791, -0.024390826, 0.00877841935, 0.0289793592, -0.00045153129, -0.0224382579, -0.00946181826, -0.0118211703, -0.00950249657, 0.0137086529, -0.00091577461, -0.0246348958, -0.0175080243, 0.000797806948, -0.0173453093, -0.00317088864, 0.0181100648, 0.00671601947, -0.0104869157, -0.00300410693, -0.00427531, 0.00201765331, -0.0277427323, -0.00324004213, 0.00798925664, 0.0174103957, 0.00734246802, -0.000239748872, -0.0051132869, -0.0245372672, -0.00978724565, 0.00144306954, 0.0108855655, 0.0268478058, 0.00960826, -0.0277264621, -0.0140747586, 0.013025254, 0.00372411613, -0.00831061602, -0.0499531925, -0.00812756363, 0.0218036734, -0.0145791722, -0.0138632311, 0.00236952235, 0.0193466917, 0.00151120604, 0.0866940096, 0.0125127053, 0.0364153869, -0.0428914055, -0.026457293, -0.00192510977, -0.0207460318, 0.0155310491, 0.00848553423, -0.00600821385, 0.0205019619, -0.0176707376, 0.0159866475, -0.0100964019, 0.000341190869, -0.0112598073, 0.0206484031, 0.00120815134, 0.00763128558, -0.0285725743, 0.0159052908, 0.00206239964, 0.0276451055, 7.67806559e-05, 0.0119269341, -0.0128381327, 0.0045437878, -0.0072611114, -0.00676483382, 0.0134971244, 0.00599194225, -0.00797298457, 0.0279379897, -0.0105845444, 0.00652076257, 0.0216735024, -0.00661432324, -0.0168734398, -0.00826180261, 0.00528413663, -0.00159866479, 0.0105845444, -0.00725704338, -0.00426717428, 0.016905982, -0.00586990686, -0.00100221636, 0.0269128922, 0.0106821731, -0.0025912202, -0.00444209157, -0.0201765336, -0.00241020089, 0.00892486144, -0.00912825391, 0.011910663, 0.015107993, -0.00378920184, -0.00128442352, -0.0127567761, 0.00765569275, 0.00805841, 0.025627451, 0.00985233113, 0.00616685953, -0.0184680372, -0.0251230374, 0.00750925, -0.00185900717, -0.000921876403, 0.0241955686, 0.00880282652, -0.0117235417, 0.00638245558, -0.0227799565, 0.0175731089, 0.00503599783, -0.0176707376, 0.0327705964, -0.0188260078, 0.0390513539, 0.0134564461, -0.0121140555, 0.00963266753, -0.0237887837, -0.00582109252, 0.00874587614, -0.0132367825, -0.0200626329, 0.00762721756, -0.000158264767, -0.0338445082, -0.0406134091, 0.0210714601, 0.00238172594, -0.0298254713, 0.0142537449, 0.0106496299, -0.00936419, -0.00823739544, -0.00223731715, 0.00119086297, 0.039637126, 0.00484480849, -0.00385021954, -0.0164422467, 0.00271122158, 0.006650934, -0.0159134269, -0.00527193304, 0.00622787746, 0.0305088703, -0.0163039397, 0.00657364447, 0.0213968884, 0.0116096428, 0.0228450429, 0.0115771, 0.00606109574, -0.00414107088, -0.0135540739, 0.0323475376, 0.0279542617, -0.00740755396, 0.0134239029, -0.00488548726, -0.00691534393, -0.000113963346, 0.024114212, 0.0309807416, -0.0231704712, -0.032266181, -0.00168612355, 0.0431192033, -0.00538990041, 0.0278078187, -0.0100069093, -0.000209621372, 0.0134483101, 0.019948734, -0.01454663, 0.014684936, -0.00585363526, 0.00471463753, -0.00624008104, -0.00913639, -0.0287027452, -0.00268681464, 0.0327705964, 0.00892486144, -0.00789569598, -0.0319082104, 0.00879469048, -0.00505226897, 0.00718382234, -0.0102265738, 0.00822519138, 0.000699670112, -0.00612211321, -0.00100831816, 0.0352763906, 0.022584701, 0.0350811332, 0.0209738314, 0.0127649112, 0.00498311548, -0.016759539, -0.022308087, -0.000562380184, 0.00363462348, -0.0125127053, -0.00619533472, -0.00612211321, -0.0174266677, 0.0187283792, 0.00758247124, 0.0321522802, 0.00422242749, 0.0238050558, 0.0107391225, -0.00824959856, -0.00239392929, 0.00752145378, 0.00249969354, -0.037001159, -0.0128055904, -0.0175080243, -0.0202741623, -0.00788756, 0.0343977362, -0.0160273276, -0.0207460318, 0.0203555189, -0.00563803921, 0.00388072827, -0.0173778534, -0.0123988055, -0.00171358162, -0.00213155313, -0.0231867414, -0.0132855959, 0.0242118407, 0.0152625712, 0.003325467, -0.00224341894, 0.0102265738, 0.00691534393, 0.0166944545, 0.000238477674, -0.00842044875, -0.0112598073, -0.021461973, 0.0131798321, -0.00243257405, 0.0273684915, -0.00252613449, 0.0140828947, 0.0137574673, 0.00532888295, 0.0406784937, -0.00439327722, 0.0164503828, 0.00844485499, -0.00814790279, -0.0205670465, -0.00249765953, 0.0250254106, 0.00882723369, 0.00584549969, -0.0159947835, -0.0251067672, 0.0492047071, 0.0350485891, 0.00170747982, 0.000156230846, -0.0196233056, 0.0113330288, -0.01967212, -0.01274864, -0.0119025279, 0.0185819361, 0.0042386991, -0.00774111738, -0.0111133642, -0.0257250797, -0.000149112107, 0.0206484031, -0.000570515869, -0.0120326988, 0.0146768009, -0.0214945171, 0.0141967945, 0.014969686, -0.0138469599, 0.0230402984, -0.0121628698, -0.00310987094, 0.0221291017, -0.012325584, -0.00431598816, 0.0112109929, 0.0223569013, 9.48953e-05, 0.0225521568, -0.0293210596, -0.00694788666, -0.0199650042, 0.00302241207, -0.0130008468, 0.00979538169, -0.000385428721, 0.0314851552, 0.0383028686, 0.00626855576, 0.012057106, -0.00832282, 0.0120977843, 0.00274783233, -0.000947808905, -0.00860756915, -0.0118943918, 0.000367123401, 0.0185331218, -0.0105113229, -0.00416547805, 0.00532074692, 0.0115526924, -0.0157832559, -0.00375259109, 0.0166781824, -0.0046698912, 0.00614652038, 0.00925842486, 0.0110320076, -0.00545905391, 0.0264084786, -0.00680958, 4.0678493e-05, 0.0177195519, 0.0135866171, 0.00872146897, -0.0293373298, -0.0103323376, 0.0358296186, 0.000443395576, -0.00933164638, 0.0184029508, -0.0118943918, 0.0355367325, -0.0142862871, 0.00471056951, -0.0606597699, 0.0166944545, -0.0200789049, -0.00381157501, -0.0226335134, 0.00307936198, 0.0141561162, -0.00490582641, 0.000916791556, 0.00446649874, 0.000146696824, -0.0158727486, -0.0165561475, -0.00088272331, -0.00562176807, 0.0115933707, 0.0184354931, -0.00442988798, -0.0132123753, 0.0104136942, -0.0269779768, -0.0237887837, 0.00152035872, 0.00897367578, -0.00773705, -0.00279054465, 0.0113655711, 0.00907944, -0.00324614393, -0.0353414752, 0.0104299663, -0.005886178, -0.00328478846, -0.0109099718, -0.00215189229, -0.0349835046, 0.0117235417, -0.0226335134, -0.00757840369, -0.024244383, -0.0283610467, -0.0257088076, 0.0162469912, -0.00192104187, -0.00749297859, 0.017735824, 0.0527518727, 0.00340682385, 0.0108448863, 0.00519057596, -0.007135008, -0.0143025583, -0.0101370811, -0.0268315356, -0.0108611584, 0.010665901, -0.0182727799, 0.0490745343, 0.0305739567, 0.00541430758, 0.0123337191, 0.0205019619, -0.00184883759, 0.0228124987, 0.0321685523, 0.0118943918, 0.000253732112, 0.0163934324, -0.00423056353, 0.00301224249, -0.0181751512, -0.00525972946, -0.00566651439, 0.0187934637, 0.00817637704, -0.000414412149, 0.00793637428, -0.0173290391, -0.0171988681, 0.0540535823, -0.00280274823, 0.00927469693, 0.0397347547, -0.0212016311, -0.00105560687, -0.0133425463, 0.0159622412, -0.0140910307, -0.00247732038, 0.0262783077, -0.00213765493, -0.0086970618, 0.00247121858, 0.0115933707, 0.0119025279, -0.00144306954, 0.00440548081, -0.00295936037, -0.0177846383, 0.0405483246, -0.0137330601, -0.00429971702, -0.0157263055, -0.00286783394, 0.0140178092, -0.0104218302, -0.0114632, 0.00506854057, -0.00831468403, 0.00938859675, 0.00346377376, 0.0205019619, 0.00651262701, -0.017182596, -0.00759467483, 0.0237074271, -0.0137900095, -0.00567465, -0.00701297261, 0.00521905068, -0.0142374728, 0.00252613449, 0.00624008104, -0.00307326019, -0.00433632731, 0.0185168497, 0.0190049931, -0.00324004213, -0.000922893349, 0.009697753, -0.0108530223, 0.0125940619, 0.00994182378, -0.00362038589, 0.00449090591, 0.00900621898, 0.0165561475, 0.00995809585, -0.0048651481, 0.0143269654, -0.00327258487, -0.00526786502, 0.0140178092, -0.00101645384, -0.00283122319, -0.0299719144, -0.00238172594, 0.0223243572, 0.011503878, -0.00313427788, -0.0287027452, -0.00608957047, 0.00427124184, 0.00625228463, 0.00610177405, 0.00966521073, -0.0140666235, 0.0178497229, -0.00870519783, 0.00308953156, -0.0111052291, -0.00560142845, -0.00899808295, 0.00399259431, 0.00927469693, -0.0096570747, -0.00242850604, -0.000349580805, 0.00822112337, 0.0143513726, 0.0079078991, 0.0199324619, 0.0094780894, 0.00766382832, 0.0672334135, 0.00677703694, 0.0210714601, 0.030053271, -0.00221087621, 0.0195744913, -0.00554854656, 0.0012325584, 0.0182402376, 0.00362852169, 0.00380547321, -0.00191799097, 0.0390838981, -0.020225348, -0.0146442577, 0.00955944601, 0.00814383477, -0.02771019, -0.00438920967, 0.0118455775, 0.0256437231, -0.0100557236, 0.0202578902, -0.00895740464, -0.0047227731, 0.0153602, -0.0264898352, -0.000750009727, 0.00903876126, 0.0136761097, -0.00339868828, 0.00958385319, -0.0189399067, 0.00373835373, 0.00942113902, 0.0182239655, 0.00286376593, 0.0225033425, -0.0425008908, -0.00813163072, 0.00952690374, 0.0160517339, 0.0103486087, 0.0130984755, -0.00223528338, 0.0186795648, -0.00585770328, -0.00856689084, -0.0154822348, 0.00073577225, -0.0116096428, 0.0079485774, -0.0038644569, 0.0132123753, -0.000573566766, 0.00314648147, 0.0252043959, -0.00595126394, -0.00117662549, 0.00522718672, 0.0159134269, 0.0142781511, -0.00857502688, -0.00382988015, -0.0200300906, -0.0149859572, 0.0137493312, -0.017605653, 0.0134889884, 0.0146361226, 0.0102103017, 0.00329292403, -0.000633567572, -0.010942515, 0.0212341733, -0.00291664805, -0.0210226458, 0.0136679737, -0.00547125749, -0.0168571677, 0.0269779768, 0.00624821661, 0.00205223, -0.0142130656, -0.00119798165, 0.00490582641, 0.0290607158, -0.00763128558, 0.00667127315, 0.0112679433, 0.0152056208, -0.00730178971, 0.0149452789, 0.000388733868, -0.0162713975, -0.00350852, -0.00815197, -0.0120245628, 0.00631737, 0.0278240908, 0.010950651, 0.0126672834, 0.021608416, -0.0249603242, 0.00521091511, -0.0115933707, 0.00386852492, -0.0157019, -0.0108530223, -0.0151242642, -0.0236260705, -0.0317292251, 0.0161574986, -0.0177520942, -0.019525677, 0.00386242312, 0.00105255609, 0.00504006539, -0.0134483101, -0.00128137262, -0.00847739819, 0.00385021954, 0.0215107873, -0.00830248091, -0.0152625712, -0.0164666548, -0.0342024788, -0.00555261457, -0.00892486144, 0.0106984442, -0.0108530223, -0.00892486144, -0.0325102545, -3.39649546e-06, -0.0241792966, -0.00800146, 0.00655330531, -0.000345258712, 0.0117072705, 0.00404954422, 0.00858316198, 0.00812349562, -0.0139527237, 0.00320343138, 0.0175731089, 0.000166527592, 0.0197697487, 0.00327665266, 0.0092991041, -0.00937232468, -0.0230891127, -0.01303339, -0.0163446199, -0.00682585128, -0.00295529258, 0.00696415827, -0.0132449176, 0.0158971548, 0.00196375442, -0.0280518904, -0.0122442264, -0.00270715379, -0.000928995141, -0.0156368129, 0.00348411314, 0.0219826587, 0.0261318646, 0.0086889267, -0.0115364213, -0.00732212886, -0.00769637106, 0.000319580431, -0.0205019619, 0.0128706759, 0.0126835546, -0.00619940273, 0.0115282852, -0.00766789634, 0.00897367578, -0.0164910611, -0.0144734085, 0.00353699503, 0.00567871798, 0.00342106144, -0.00301631028, -0.0201114472, 0.0204531476, -0.00161493628, -0.00432005618, -0.000364581, 0.00397022115, 0.0140340803, 0.00886791199, -0.0123743983, -0.0118211703, 0.00249359175, -0.0102184378, -0.0042386991, -0.00109323452, -0.0141723873, -0.0377171, 0.0162225831, -0.0168734398, -0.00150001945, 0.0241304822, -0.00512549048, -0.013578481, -0.032266181, 0.00660618767, 0.00807468127, -0.0229752138, -0.010934379, 0.00296342839, 0.0197860189, 0.0151405353, 0.0202090759, -0.00677703694, 0.00358784315, 0.00250579533, 0.00724077178, 0.0222104583, -0.0296302158, -0.00214985851, 0.0159947835, -0.00408412097, 0.00911198277, -0.00719195791, -0.00160578359, -0.0122930408, -0.00477565546, -0.00658991607, 0.0130415251, 0.0163120758, 0.00134239031, -0.00933978241, 0.000699670112, 0.00526379701, 0.00686246203, 0.0140096731, -0.0155554563, 0.00627262378, 0.0230077561, -0.0274661202, 0.00510515086, -0.0013474751, -0.00346580776, -0.00269698421, 0.00971402414, 0.0126266051, -8.38993947e-06, -0.0112679433, 0.000281190092, -0.00544278277, -0.0297115725, 0.0144001869, 0.0284912176, 0.0102753881, -0.000904588, -0.00267664483, -0.00766382832, -0.0111784507, 0.0282959603, -0.0155879995, -0.0368709862, 0.0355367325, -0.000203646719, 0.00556888571, -0.00137289916, -0.0298905578, 0.0288980026, 0.013025254, -0.00496684434, 0.0108611584, 0.00925842486, -0.0136842458, 0.0115852356, -0.0170686971, -0.00875401217, 0.018842278, -0.0184192229, -0.0315665118, -0.00478785858, -0.00608550292, -0.008729605, 0.0202741623, -0.00227799569, -0.00666313758, 0.0133832246, 0.00809095241, 0.00410649413, 0.0310946405, 0.00254240585, -0.0119513413, 0.0133994957, 0.00813569874, 0.0348207913, 0.00430378458, -0.0125045693, 0.00710653281, -0.00505226897, -0.0230402984, -0.00395191554, 0.0143513726, 0.000778993184, 0.00451531308, -0.00142374728, 0.0342024788, 0.0124232126, -0.011080822, 0.0277264621, -0.0106496299, 0.00127221993, 0.0144652724, 0.00719195791, -0.00692348, 0.023544712, -0.021461973, 0.00141052681, -0.00847739819, -0.0172151383, -0.0140991658, 0.00361021631, 0.00713907555, -5.66320923e-05, -0.00589838158, -0.00266037346, -0.00447056675, 0.00759467483, 0.0158076622, 0.0210063737, -0.0242281109, -0.00370987877, -0.00438107364, 0.00563803921, -0.0235121697, 0.00596753508, 0.00186714286, -0.00789162796, 0.00705771893, -0.00437293807, -0.00599601027, 0.0114550637, -0.0235284418, -0.0161900409, -0.0172476824, -0.005886178, 0.000291613949, -0.00743602868, 0.00387666048, -0.0223731715, 0.0140747586, 0.000864926493, -0.00118984596, 7.29034873e-05, 0.0213806164, 0.0039193728, 0.0174917523, 0.0445510857, 0.00717161875, 0.0180449802, 0.0197697487, 0.0214457028, 0.00223324937, 0.000884248759, 0.0117398137, -0.00450310949, -0.00311800651, 0.00124171108, 0.0154171493, 0.0189399067, 0.010674037, 0.00300817471, -0.0222104583, -0.00994996, 0.0226009712, -0.0107065793, 0.00528820418, 0.0219175722, 0.00743602868, -0.0161737688, 0.00677703694, -0.00886791199, -0.0165398754, -0.00826180261, -0.00431598816, 0.0227636863, -0.00898181181, -0.00606923131, -0.0126021979, 0.00558515731, -0.0209087469, -0.00671195146, -0.0168734398, -0.010665901, 0.0014756124, -0.00479192659, -0.00478785858, -0.0119757485, -0.0151649425, -0.000750518229, -0.00403530663, 0.0117967632, 0.00299190334, 0.00160273269, -0.00510921888, -0.0077451854, 0.0233982708, 0.00659805164, -0.00385021954, -0.00946181826, 0.019541949, 0.00806654524, -0.0189073645, -0.018842278, -0.00453972, -0.0321034677, -0.00931537524, 0.00116137101, 0.00536549324, 0.00151934172, 0.0130984755, 0.00834722724, 0.0234796274, 0.0135052605, 0.004433956, 0.00808281638, -0.000178731134, 0.0250416808, -0.00809095241, -0.00863197632, 0.0127974544, 0.0132042393, 0.0107716657, -0.0157100353, 0.00354716461, -0.00254443986, 0.0251230374, -0.00350241829, -0.0151486713, -0.00950249657, 0.0164341126, 0.0157425776, -0.0144896796, 0.0124476189, 0.00510921888, -0.0164015684, 0.00341495965, 0.00816417392, -0.00257494859, 0.00224952074, -0.0212504454, -0.0177683663, 0.00205629785, 0.011780492, -0.019118892, -0.00417768117, -0.0167920832, 0.0140503524, -0.0149534149, 0.0113899782, -0.0258877929, 0.000635601464, 0.00492209801, -0.0155473202, 0.00933978241, 0.0217711311, -0.0136679737, -0.00749297859, -0.00805434212, -0.0253671091, 0.00649228785, 0.026180679, 0.00761094643, 0.0167269967, -0.0124232126, -0.0134157678, -0.00211731554, 0.00474718027, -0.00101645384, 0.0253833812, -0.00911198277, 0.000950859801, 0.00779806729, 0.00606923131, -0.0230240282, -0.000326953392, 0.000675771502, 0.00560549647, -0.0206158608, 0.0159622412, 0.00366513245, -0.00015966309, -0.0139445877, 0.0134971244, -0.0100394525, 0.000650855887, -0.00613431679, -0.0354391038, -0.0131228827, 0.00999063812, -0.0042386991, 0.00160578359, 0.0258552507, -0.00583329611, -0.00814383477, -0.00729772169, -0.0060122814, -0.00999877416, -0.023414541, -0.0309970118, 3.41318e-05, 0.00186612597, -0.00363258948, -0.00486921566, 0.0115201492, -0.000213053616, -0.00967334583, 0.0207623038, 0.0267176349, 0.0118781207, -0.0228938572, -0.0177195519, 0.0226172432, 0.00938859675, 0.00150713825, -0.00952690374, 0.0202578902, -0.0116503211, -0.00423056353, -0.00972216, -0.0139608597, 0.00402717106, 0.00499125104, 0.0287515596, -0.00518650794, 0.0198999196, 0.00200036494, 0.00389903365, -0.0135703459, 0.00441361684, 0.00834722724, -0.00366106443, 0.00293495343, 0.0112435361, 0.00253833807, 0.00997436699, -0.0019088384, -0.00679330854, 0.0183541365, 0.0213155318, 0.00410446, 0.00981978886, 0.00588211045, 0.0200463627, 0.0239514969, 0.0275149345, 0.0208599325, -0.0133344103, -0.00476345187, -0.0237725116, 0.00402513705, 0.0110401437, -0.013155425, 0.00653296616, 0.00266850926, 0.0101370811, 0.0185331218, -0.000408818858, -0.0159296989, -0.00428344542, 0.0142537449, 0.0104543734, 0.00283935899, 0.0243582819, -0.0171175096, -0.00720416149, -0.0055973609, -0.0194605924, -0.0157751199, -0.00480413, -0.0141886584, 0.00900621898, -0.0227148719, -0.0174429379, 0.0218036734, -0.00576821063, 0.00866451953, -0.0228775851, 0.00335394195, 0.00804620609, 0.0110157365, 0.0140259452, -0.0210226458, 0.0148395151, -0.00192307588, -0.00432819175, 0.00943741109, 0.019395506, -0.016905982, -0.00158137642, 0.00900621898, 0.0140584875, 0.00967334583, 0.0106821731, -0.0140096731, 0.00271732337, -0.00623194547, -0.0184843075, -0.0043485309, -0.00693161553, 0.0258389805, 0.0114632, -0.00885977596, 0.0171337817, -0.0109750582, 0.00189155, 0.000900520186, -0.0101696234, 0.0155717274, 0.00361428433, -0.00223731715, -0.00782247446, 0.00548346108, -0.0132123753, -0.0148639223, 0.000725094171, 0.0141479801, -0.0193141494, 0.00448683789, -0.0218362156, 0.0191839784, -0.00642313436, -0.00850180537, -0.00423056353, 0.0122523624, 0.00236138655, -0.00167086918, 0.0228287708, -0.0136598386, 0.0142049305, 0.0120652411, -0.0102997944, -0.0125371115, 0.0158646125, 0.0110157365, 0.0126184691, -0.0157100353, 0.000285257935, 0.0190538075, -0.0077451854, -0.00721229706, -0.0171988681, -0.00485294452, -0.00556481816, 0.0253182948, 0.0210714601, 0.0154334204, 0.00641093077, -0.0278240908, 0.00303258165, 0.0136517026, -0.00167697098, 0.0277264621, 0.0191351641, -0.0134645812, 0.00330512761, 0.0186307505, 0.00465768762, -0.0176870096, 0.00699263299, -0.0094780894, -0.0253671091, -0.0148069719, 0.0120815132, 0.0137086529, -0.0207297616, -0.000725094171, -0.0143595086, 0.0159052908, -0.00673229061, 0.0100394525, -0.000213562089, -0.0149859572, -0.0148639223, -2.55193991e-05, 0.000243943839, 0.00287393574, -0.00200544973, 0.02688035, 0.0343001075, 0.00699670101, -0.00944554619, -0.0138469599, 0.00201663631, -0.00240206509, -0.00256477902, 0.0169710685, 0.00994996, 0.00429564901, -0.00480819819, -0.0105438661, -0.00918520428, -0.017589381, -0.00501972623, -0.0121710058, -0.00202070409, 0.0277590044, -0.00822112337, 0.00571939629, 0.0183541365, -0.0195582192, -0.000293139397, 0.00085526536, -0.00155900326, -0.0033173312, -0.0038176768, -0.0150022283, 0.0144571373, 0.0335841663, 0.0238050558, 0.00137900095, -0.0199812762, -0.00513362605, 0.0319732949, -0.00751738576, 0.015799528, 0.00275800191, 0.00259528798, 0.00861570518, -0.00106984435, 0.0135947531, 0.00981978886, -0.004433956, 0.00739941793, 0.0137737384, 0.00862384122, 0.0178985372, 0.00572753185, -0.00187934644, 0.0116991354, 0.00759467483, 0.0011115399, -0.00167392008, 0.0121547338, 0.0155635923, -0.00903062616, 1.76697213e-05, 0.0076801, -0.0210714601, -0.0169222541, 0.0106252227, 0.00808688439, 0.0219663866, 0.00900621898, -0.0249765962, -0.00149188377, 0.0077289138, 0.00560142845, -0.0162958056, -0.000389242341, -0.0229264, -0.00389903365, 0.0150510427, -0.0178985372, 0.00558515731, -0.0078387456, 0.0151242642, 0.00826993771, -0.0118943918, 0.00744823227, 0.0258064363, -0.00356343621, 0.0181588791, 0.00663059438, -0.000830858247, -0.00347801135, 0.0193466917, -0.000907130423, -0.00311800651, 0.0147418864, -0.0133506814, -0.020778574, -0.00605296, 0.017312767, 0.000912723714, 0.00881909765, -0.00685025845, -0.00322987256, 0.0143513726, 0.0117154066, -0.00377699826, 0.011780492, 0.00207256922, 0.00601634942, -0.000664584921, -0.0203229766, -0.00597567065, -0.0182890519, -0.00904689729, 0.0164341126, -0.012057106, -0.0104299663, -0.00302851386, -0.0121710058, 0.0126428762, 0.0050278618, 0.0169222541, 0.0150754498, -0.0210877322, -0.00086085865, 0.0194280483, -0.00434039533, -0.016621232, -0.0178497229, -0.00228409749, -0.00396818714, -0.00205019605, -0.00224748673, -0.00218443526, -0.00279054465, 0.00630923454, -0.0170036107, 0.00907944, -0.0183866788, -0.00377903203, 0.0267664492, 0.00280478224, 0.0201602615, 0.00855062, -0.0268966202, -0.00781840645, 0.00504006539, 0.0104625085, 0.0183541365, -0.0120164277, -0.00437700609, 0.0250742231, 0.013578481, 0.0201439913, 0.00219053682, 0.0130577963, 0.00115425233, 0.00709026167, -0.0265711918, -0.00232274202, -0.00373225193, 0.00653703418, 0.013985266, -0.0265061073, 0.0119025279, 0.0153683349, 0.0194280483, -0.0131228827, -0.00635398086, 0.0032013976, -0.00760281039, -0.0141723873, 0.00949436054, 0.00992555264, 0.00282105361, -0.0113004856, -0.014139845, -0.017166324, 0.0240003113, 0.0112923505, -0.00773298182, -0.0103730159, -0.000703737955, -0.00866451953, -0.0118455775, -0.00158951222, 0.0228938572, 0.00499125104, 0.0111133642, -0.0143106943, 0.00133222074, 0.0206484031, 0.0176381953, 0.00954317488, 3.74369265e-05, -0.0198999196, -0.0103404736, 0.0158646125, 0.00171256461, 0.013716788, 0.0136354314, -0.0310458262, -0.00468209479, 0.00457633054, 0.00667940872, 0.00284952857, -0.00960826, 0.0184843075, 0.00826587, 0.0168083534, 0.00205833185, 0.0112760784, 0.00996623095, -0.000866960385, 0.0139283165, 0.0127974544, 0.013985266, -0.0205182321, -0.00755399652, -0.00173188688, 0.00386852492, -0.0810966492, 0.0061912667, 0.0236586127, 0.000898486236, -0.00302241207, -4.51912638e-05, 0.00769230351, -0.0186144784, 0.000246613374, 0.00683805486, -0.0127242329, -0.0162144471, 0.00508481171, 0.0329658501, -0.0116096428, -0.00683805486, 0.00538176484, 0.000912215211, -0.00178883679, 0.00141967949, 0.00531667937, 0.00922588259, 0.0139283165, -0.0050278618, 0.0182727799, 0.0165968258, -0.00342106144, 0.0259854216, -0.0253345668, -0.0158483423, 0.0165805537, 0.0073709432, -0.00442988798, 0.00841231272, -0.00676483382, 0.010112674, -0.0177683663, -0.00940486789, 0.00740755396, -0.0128625399, 0.0045275162, 0.00301631028, 0.0157100353, -0.00986046717, -0.00725297537, 0.0130740684, -0.00506040454, 0.014123573, -0.010942515, 0.00303258165, 0.0082292594, -0.00491803, -0.0269291624, -0.00915266108, 0.0248626955, -0.00318716, 0.00776552455, -0.00298580155, 0.0135133956, -0.0127079617, 0.00771264266, 0.00142374728, -0.00845299102, 0.000743908, 0.00999063812, 0.00787535682, 0.00118069327, -0.00648822, 0.0196070336, 0.0409388356, 8.42171939e-05, -0.00907944, 0.0012335754, 0.0108855655, 0.00520277955, 0.00169222534, -0.0149859572, 0.00497904792, 0.00116238801, 0.00387666048, 0.0302810706, 0.00335800974, 0.025350837, -0.00142069638, 0.000646788045, -0.0212504454, 0.00419802079, 0.00393361039, -0.00241426867, -0.0251230374, 0.0141967945, -0.00604889216, 0.00109831931, 0.00656144135, 0.00441768439, 0.0248301532, -0.0120408339, 0.00241630268, -0.00623601303, -0.00111357379, 0.0108611584, 0.00684212288, -0.00844485499, -0.0227148719, 0.0206484031, -0.0082984129, -0.00247528637, -0.011088958, 0.00284139276, 0.0207460318, 0.0268478058, 0.00750518218, 0.0237236973, -0.0085180765, 0.00395191554, -0.0164503828, -0.011357436, -0.00911198277, 0.00748484302, -0.00431598816, -0.0116665922, -0.0258552507, 0.0106089516, -0.000681364792, 0.0173778534, -0.00974656735, 0.00937232468, -0.0187771935, -0.0116503211, -0.0103242015, 0.0231542, 0.00770043908, 0.01967212, -0.0172476824, 0.0283773169, -0.00184476969, -0.00308953156, 0.022177916, -0.0177846383, 0.00345157017, 0.0043485309, -0.00959198922, -0.00359191117, 0.0116096428, -0.0166619122, -0.0119432062, 0.00193731324, 0.00585770328, -0.0204043332, -0.0147662936, -0.00644754153, -0.00890045427, -0.00157527474, 0.011780492, -0.0215270594, -0.014408323, 0.00796484947, 0.000643228705, 0.00310783694, 0.00333767035, 0.0262457654, 0.00733840046, -0.0005542445, 0.00459260214, -0.014139845, 0.0166456401, -0.0026380003, 0.00843672, 0.00260342355, -0.00585363526, 0.0116015067, 0.0177195519, -0.00296953018, 0.0164178405, 0.00487735169, -0.0449090563, -0.000929503585, -0.00331326341, 0.0136191603, 0.00165154692, 0.0126266051, -0.00795671344, 0.00925029, 0.00562583562, 0.00216612988, -0.00316885463, 0.0247650668, 0.0104462374, 0.00489362283, 0.0154903708, 0.0188748222, 0.00358377537, -0.0138957733, 0.00165764859, 0.00729365414, -0.0237399694, -0.0191351641, -0.00499938708, -0.0022027404, 0.0020227381, 0.0123011768, 0.00818044506, 0.0102591161, 0.00545905391, -0.00531261135, -0.00327055086, -0.00954317488, 0.0194605924, -0.0116584562, 0.0269128922, 0.0140910307, -0.0105520012, 0.00928283203, -0.00864011236, 0.0094862245, -0.0118130352, -0.0171337817, 0.0159785133, -0.0100394525, 0.00966521073, 0.0147500224, 0.0166944545, 0.0397672951, 0.00464548403, 0.0295488592, -0.00200036494, -0.00422649551, 0.0215921439, -0.0203717891, -0.00213562092, -0.00488548726, -0.0140991658, 0.0168571677, -0.00158849522, 0.00394581398, -0.00503193, 0.0153520638, 0.00357360579, 0.00482446933, 0.00725704338, 0.00739128236, 0.00425903825, 0.00556075, -0.00268681464, -0.0053329505, 0.00129459309, -0.00149290077, -0.0113818431, 0.0127893183, -0.00270308601, -0.0163608901, -0.00853434857, -0.00652889814, 0.0139527237, 0.000490175851, 0.0188260078, -0.038791012, -0.0057316, -0.019249063, -0.00261359336, -0.030769214, -0.00727331499, 0.0086970618, 0.00320546539, -0.0117072705, -0.00894113351, -0.00746450387, -0.00891672634, 0.0027722395, -0.0202090759, 0.0052393903, -0.0293536019, 0.000679839344, -0.0255623665, 0.0052393903, 0.00951876771, -0.011642185, 0.023268098, -0.00814383477, -0.0314200707, 0.032282453, -0.0153032495, -0.0167107247, -0.00414310442, 0.0122604985, -0.00183053222, -0.0133262752, -0.0135703459, -0.0027559679, 0.00242443825, 0.00123967708, -0.000940690166, 0.0220640153, 0.000947300461, -0.0196395777, -0.00847739819, 0.00352885947, 0.0231379271, 0.0229426716, -0.0140584875, -0.00648008427, 0.0103323376, -0.00122747361, -0.00915266108, -0.0147744296, -0.0182890519, 0.00689907279, -0.0124801621, -0.00440954883, -0.0103974231, 0.00726517895, 0.00484074093, -0.000379581208, -0.00312614231, -0.00633364171, -0.000195892368, -0.0225684289, -0.0150591787, -0.0015345962, -0.0177032799, -0.0135947531, -0.01274864, 0.010950651, -0.0117886281, 0.00363869127, -0.0101777595, 0.000384666026, 0.0159541052, 0.00690720836, 0.00671601947, 0.010934379, -0.00444615958, -0.0291420743, -0.00408615498, -0.00986046717, 0.00980351679, -0.0124720261, -0.00784688164, -0.00354309683, 0.00870519783, -0.00962453149, 0.00933164638, -0.000406784937, -0.0112435361, 0.0316966847, -0.00855062, -0.0283122323, 0.0122279553, 0.0435748026, -0.00797298457, 0.00514176162, -0.00595939951, -0.0187934637, 0.0160029195, 0.0210226458, 0.00504820095, 0.0104218302, -0.000925944245, -0.00392954238, -0.00321766897, 0.0113899782, -0.00597973866, -0.00861570518, -0.0311922692, 0.00402717106, -0.0219826587, 0.001038827, 0.000799840898, -0.0143920509, -0.0163771622, 0.00796484947, 0.0025912202, 0.00219053682, 0.0706829503, -0.00699263299, -0.00412276527, -0.0111133642, 0.00757026765, -0.0139283165, -0.00870519783, 0.047935538, -0.0143757798, 0.0345604494, 0.00143798476, 0.0403856076, -0.00085526536, 0.0114794709, -0.0186307505, 0.0311271846, -0.00287393574, -0.0260016937, -0.0049343016, -0.00722043263, 0.0209575612, -0.0101208091, 0.00955944601, -0.019948734, -0.00735873962, -0.0108937006, -0.00978724565, -0.0158890206, -0.0173453093, -0.0161819048, -0.015514778, 0.0198673774, -0.00757026765, 0.00229223305, 0.0207623038, 0.0127567761, -0.0159622412, -0.00139934022, 0.0082292594, -0.00687873363, 0.0243257396, 0.0245535392, 0.00506040454, 0.00514582964, 0.0104706446, -0.00121018523, -0.00563397165, -0.0215433314, -0.0165154692, -0.0124720261, 0.00906316843, -0.0152788423, -0.00562176807, -0.0226660576, 0.0111133642, 0.00994182378, 0.0326892398, 0.0108204791, 0.0165968258, -0.0179636236, -0.00103119982, 0.000616279198, 0.00276613771, 0.00983606, 0.010804208, -0.0255949087, -0.0126428762, 0.00112374336, -0.00504820095, 0.000619838538, 0.0131472889, -0.0103323376, 0.00850180537, -0.0182076935, -0.021055188, 0.0192816071, -0.0193792339, 0.0134564461, -0.0122198202, -0.00437293807, -0.0270267911, 0.0039742887, 0.00541430758, -0.00633364171, 0.0130659323, 0.00702110818, -0.0113330288, 0.0126591474, -0.00567058194, 0.0116991354, 0.00121018523, 0.00654110173, -0.00412886729, 0.0147825647, 0.00440141326, -0.00473090913, -0.0258552507, 0.00117764238, 0.00119798165, 0.00860756915, 0.0109913293, 0.011634049, -0.0115608284, -0.0157669839, -0.0143269654, 0.0290932599, 0.0166049618, 0.0138632311, 0.00467802677, 0.00545091834, 0.00249359175, 0.0247976109, 0.0173941236, 0.00298580155, -0.00342716323, -0.00960826, -0.00381971058, -0.00752145378, 0.00445836317, -0.0118211703, 0.00414717244, 0.00279257866, 0.00964893866, 0.00508481171, 0.0226823278, -0.00461294129, 0.0213643461, -0.00323190633, 0.00797705259, -0.0227962285, 0.00732212886, 0.0188748222, -0.00254850765, -0.00675263, 0.0125533836, 0.0173615813, 0.0119757485, 0.0126347402, -0.0202578902, 0.00301224249, 0.000206697601, 0.0078306105, 0.00224138494, 0.0201765336, 0.00860756915, 0.00330716162, -0.00566651439, -0.00865638349, -0.00816010591, 0.0181914233, -0.0187121071, 0.00345767196, 0.00728551857, -0.0172151383, -0.0151730785, 0.00700076902, -0.00117662549, -0.00438920967, 0.00392344082, 0.00645974511, 0.00313427788, -0.00354716461, 0.0154252853, -0.00139222143, 0.00305902283, -0.0156368129, -0.0019088384, -0.0267176349, 0.000152290115, 0.00300410693, -0.0178171806, 0.0235772561, 0.00299800513, 0.0112109929, 0.000447209197, 0.0185331218, 0.00205019605, 0.00986046717, -0.00594719592, -0.00674042664, -0.00552007183, 0.0270918775, 0.00350241829, 0.0595858581, 0.00734246802, 0.00693568308, -0.00242240424, 0.00858316198, -0.00121120212, -0.00351055409, 0.0324614383, 0.00421836, 0.000200595823, 0.00789976399, -0.00677703694, -0.0333075523, 0.00536142569, -0.0103730159, 0.0120815132, -0.00921774656, 0.005886178, 0.0086970618, -0.00308139599, -0.00326648308, -0.00453158421, 0.00874587614, -0.00223324937, -0.0224870723, 0.0165968258, -0.00222511357, -0.0100150453] |
14 Oct, 2024 | font-awesome npm
14 Oct, 2024
Font Awesome is a popular toolkit offering scalable vector icons and social logos easily customizable with CSS. By installing it via npm (Node Package Manager), you simplify library updates and management. With over 675 icons, Font Awesome provides an extensive suite for web projects. The icons, CSS, and documentation are open-source, licensed under SIL OFL, MIT, and CC BY 3.0, allowing broad usage and customization. Get started easily by installing it via npm with npm install font-awesome and stay updated with new features and bug fixes.Steps to Setup ProjectStep 1: Setting Up Your ProjectStart by creating a new directory for your project. You can do this manually via your file explorer or using the terminal:mkdir my-awesome-project
cd my-awesome-projectStep 2: Initialize the npm, run the following command:npm init -yThe package.json file is crucial as it keeps track of your project dependencies, scripts, and configurations.Step 3: Install Font AwesomeInstall Package, To install the Font Awesome, execute:npm install --save @fortawesome/fontawesome-freeVerify InstallationAfter installation, you should see @fortawesome/fontawesome-free listed under the dependencies section of your package.json file. You can also check your node_modules directory to confirm that Font Awesome files are there.folder structure after installationUpdated Dependencies:{
"name": "my-awesome-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0"
},
"scripts": {
"start": "http-server"
},
"author": "",
"license": "ISC"
}Step 4: Including Font Awesome in Your ProjectInitially, install it via npm using command npm install --save @fortawesome/fontawesome-free. Then create an HTML file and link to Font Awesome CSS file within <head> section. You can now use the icons in your HTML by adding <i> tags with appropriate classes such as <i class="fas fa-coffee"></i>.Example:
HTML
// index.html:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
<title>Font Awesome Example</title>
<link rel="stylesheet" href=
"node_modules/@fortawesome/fontawesome-free/css/all.min.css">
<style>
.fas {
color: #ff5733;
/* Change icon color */
font-size: 50px;
/* Change icon size */
}
.fas:hover {
color: #007bff;
/* Change color on hover */
}
</style>
</head>
<body>
<h1>Font Awesome Example</h1>
<p>Here is a coffee icon: <i class="fas fa-coffee"></i></p>
<p>Here is a heart icon: <i class="fas fa-heart"></i></p>
</body>
</html>
Explore Icon Classes, In the <i> tag:fas: Stands for the Font Awesome Solid which means you are using the solid-style icons.fa-coffee: Specific icon you want to display.To find more icons visit the Font Awesome Icons Page. You can search for the different categories such as "Solid," "Regular" and "Brands," etc.Step 5: Serving Your ProjectTo view your project, you will need the local server. http-server is simple option that you can install globally:npm install -g http-serverOnce the http-server is installed navigate to your project folder and start server:npm startOpen your web browser and go to the http://localhost:8080. You should see your project rendered with Font Awesome icon displayed.Alternative Local Server Options, If you prefer not to use the http-server then you can use other options like:Live Server: The Visual Studio Code extension that allows you to serve your project with the live reloading.BrowserSync: The powerful tool that provides synchronized browser testing.Output: Step 6: Customizing the IconsYou can modify the styles of Font Awesome icons using CSS. Add the <style> section in your <head>:<style>
.fas {
color: #ff5733; /* Change icon color */
font-size: 50px; /* Change icon size */
}
</style>You can also apply hover effects, transitions or the animations to enhance user experience. For example:.fas {
transition: color 0.3s ease;
}
.fas:hover {
color: #007bff; /* Changes color on hover */
}Step 7: Explore More IconsFont Awesome offers the vast library of icons including social media logos, user interface symbols and much more. To find and incorporate new icons:Go to Font Awesome Icons Page to browse through the various icons. You can filter the icons based on style (Solid, Regular, Brands) and categories (e.g., web application, transportation).To add new icons simply include corresponding class in your HTML. For example, if you want to add the heart icon:<i class="fas fa-heart"></i> I love coding!The Font Awesome Pro If you need more icons or the advanced features consider subscribing to Font Awesome Pro. It offers the additional icons, styles and tools.Step 8: Building and Deploying Your ProjectOnce your project is ready you can build and deploy it. Here are few common deployment options:GitHub Pages: If your project is on the GitHub then you can use GitHub Pages for free hosting. Simply push your project to the repository, go to Settings and enable the GitHub Pages.Netlify: Netlify is the another great option for deploying static sites. Simply drag and drop your project folder into the Netlify's interface and it will be live in seconds.Vercel: Similar to Netlify, Vercel offers the platform for deploying the web applications easily. Connect your GitHub repository and Vercel will handle deployment for you.ConclusionYou have successfully set up the Font Awesome in your project using the npm. You can now customize the icons, add new ones and make your web pages visually appealing.Feel free to experiment with the different icons and styles to enhance your project further. Whether it is the personal project or something professional, the Font Awesome can help you to create more engaging user experience.font-awesome npm- FAQ'sWhy is it used in web development?Because it allows the developers to incorporate visually appealing icons without need for image files which can increase page load times. The toolkit includes over 675 icons offering the wide variety of options for enhancing user interfaces and improving user experience.How does the Font Awesome improve accessibility in web applications?The Font Awesome enhances accessibility by allowing the developers to use icons with semantic HTML. Icons can be given descriptive titles or aria-labels which makes them recognizable by the screen readers. This means visually impaired users can still understand purpose of the icons.What are Advantages of using the vector icons over bitmap images?The Vector icons like those provided by Font Awesome have several advantages over bitmap images:Scalability - adjust to different sizesCustomization - allow great flexibilityFile Size - reduce load time and improve performanceConsistency - ensures uniformity in design across application.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons/How to use Font Awesome Icon as a Cursor?/Bulma Font Awesome Container/font-awesome npm | https://www.geeksforgeeks.org/font-awesome-npm?ref=asr9 | CSS | font-awesome npm | Node.js http.ServerResponse.getHeader() Method, font-awesome npm, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, Bulma Font Awesome Container, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to use Font Awesome Icon as a Cursor?, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.0553964786, 0.0265935604, -0.017090058, 0.0163671412, 0.0389237441, -0.00114123244, -0.000449030311, 0.0344075486, -0.0358046442, 0.0399634428, 0.00739973504, -0.0389887244, 0.00861001, -0.0327667743, 0.00520255789, 0.0125251282, -0.0332216434, -0.0139222238, 0.00537719484, 0.00382779934, -0.00718854601, -0.00261549372, -0.016326528, -0.0410031416, -0.00265001482, 0.0136460541, 0.00827292, 0.0211026482, -0.0302649979, 0.0162290558, 0.0138085065, -0.00752969738, -0.00358818099, -0.0278282017, -0.00911361445, 0.0172200203, 0.0157173295, 0.003498832, -0.0399309509, -0.00360036502, 0.0040633562, -0.0275195409, 0.0237668771, 0.0399309509, -0.0101127, 0.000646766101, 0.0180485304, -0.0560462922, 0.00873997249, -0.0205503069, 0.0202416461, 0.0240755379, 0.0243841987, 0.00920296367, 0.0123383068, 0.00226215832, 0.0107381446, -0.0270646736, -0.0141171673, -0.0056777331, 0.00781805161, -0.0244166888, -0.00521068042, -0.0159203969, -0.0237668771, 0.0298588648, -0.0251639728, 0.0302649979, 0.0099989837, -0.0190232489, -0.0156036122, 0.0428551063, 0.00596608734, 0.00066148839, 0.00171286403, 0.00205096928, 0.0416854434, -0.0111605227, -0.0255051237, 0.0708295181, 0.0443821661, -0.0115097966, -0.011290485, 0.0214600433, 0.0248228218, 0.00317798718, -0.0459417142, -0.0545842163, 0.0155629991, 0.00343791209, -0.0246928595, -0.0144095831, 0.00951162446, -0.0226297062, 0.00817544851, 0.0164889824, -2.62161734e-06, -0.0115422867, 0.00829322636, 0.0169925857, 0.0209239498, 0.0187308341, -0.0177886058, -0.0577358045, -0.0223210454, -0.0157904327, 0.0272108801, -0.00415473618, 0.0112173809, -0.0101451911, 0.0403533317, -0.0321494527, -0.0373317041, 0.0361945331, -0.0104538519, 0.0468839407, 0.0274220705, -0.0471763574, 0.000740176591, 0.0371692516, -0.000116636191, 0.0203553643, 0.00225809705, 0.0521474183, -0.031873282, 0.0251314826, 0.0107950028, -0.0281531084, 0.0325718299, 0.0228408948, -0.0245953873, 0.0152462162, 0.0352523066, 0.041230578, 0.0282668248, 0.00310082198, 0.00200832542, 0.0559813119, -0.0277957115, -0.02098893, -0.00472738268, -0.0338877, -0.0495481715, -0.00766778272, -0.0222885553, 0.0161153395, -0.0129799964, 0.0258950107, -0.0026987507, 0.0240105558, -0.033790227, -0.0240755379, 0.0154736498, 0.00414864393, 0.0479561314, -0.0304274503, -0.0231982917, 0.0179185681, -0.0091461055, 0.0220611207, 0.0417504273, -0.013207431, 0.00787491, -0.00272718, -0.000685348699, 0.041198086, 0.0119402967, -0.0347649455, -0.0604000315, 0.0436998643, 0.0332541317, 0.043147523, -0.0259275027, 0.00120012171, -0.0239293296, -0.00106102123, 0.0201766659, -0.0421078242, 0.0116803721, -0.0119727878, -0.0505878702, 0.0292090531, 0.0228084046, 0.0158554148, 0.00601482298, 5.66047238e-05, 0.0139628369, -0.0062625641, -0.0360645689, -0.0289978646, -0.0140684312, 0.0222560633, 0.0595552772, 0.0234419703, 0.0214438, 0.0177398697, -0.0352198146, 0.0343425684, 0.0147344889, -0.021801196, -0.0255538598, 0.012054014, -0.0180972666, 0.0144014601, 0.060237579, 0.017285, 0.0125738634, -0.0142471297, 0.0636490956, -0.00837445352, -0.0220611207, -0.00212407322, -0.0123545518, -0.00906487834, 0.0247903317, 0.0130774677, -0.0307848472, -0.000453599292, -0.00423596241, 0.00592547376, 0.00175347726, 0.00895928405, 0.0162046887, 0.000349274, -0.0388912521, -0.0262849, 0.0231170654, -0.0214113072, 0.0389887244, 0.0384038948, 0.00688800821, -0.0207939874, 0.00430906657, 0.00126916426, 0.0054015629, -0.022905875, -0.000605645182, -0.0294852238, -0.0319545083, 0.0571509711, -0.0176423974, 0.0181947388, -0.00983653, -0.0182272289, 0.00886181183, -0.0169276055, 0.0150756398, 0.00244085654, 0.00728601776, -0.0181622468, -0.00585643156, -0.0101370681, 0.0232470278, 0.0267722569, -0.0176911335, -0.00782211311, -0.0176586434, 0.0272758622, 0.0200304575, 0.010096455, -0.00135039072, 0.0300863, -0.0160259902, 0.0220286287, -0.0282180905, -0.0139465919, 0.00655091787, -0.0301675256, -0.0150837628, -0.0103401346, 0.069529891, -0.0236694049, 0.0318570361, 0.010884352, -0.0243679527, -0.00194029824, -0.0167813972, 0.00724540465, 0.0546167046, 0.000826479751, 0.0338877, -0.0440897495, 0.0201766659, 0.0336602665, -0.0219474025, -0.0415879749, -0.0180160403, -0.0109574562, -0.0421403125, 0.0451619402, -0.0579632372, -0.00983653, 0.00726165, 0.00458523631, 0.02019291, -0.00615696935, -0.0107868807, 0.00255863508, 0.0210701562, 0.00985277537, -0.0146370167, -0.00880495366, -0.0243517086, -0.0226297062, -0.00713168737, 0.00177581457, -0.0268209931, 0.01939689, 0.0027413948, -0.0306386389, 0.0386638194, 0.0295502041, -0.0334653221, -0.0510102473, 0.00476799626, 0.0227759127, -0.00829322636, -0.027584523, -0.0236694049, -0.0372342318, -0.0194131359, -0.0184709076, -0.0672555491, 0.0430500507, 0.00938166212, 0.0013991266, -0.050165493, -0.0181622468, 0.0110874185, -0.0171712842, -0.00628693169, -0.0503929257, 0.0271621458, 0.0198842492, 0.0496131517, -0.0184384175, -0.000817849417, 0.0322469249, 0.026447352, 0.0117534762, -0.00761904661, -0.0282668248, -0.00120621372, -0.0112173809, 0.0454543568, -0.0530571565, -0.0440572575, 0.0019159303, 0.0381764583, -0.014783225, 0.00167529681, 0.014360847, 0.0519849658, -0.0288191661, 0.0173662286, -0.00581175694, 0.0180485304, -0.0429850705, -8.21783833e-05, 0.0270971637, 0.0345375128, 0.0117453532, -0.00379327801, -0.0101858042, 0.0161884427, -0.000564016576, -0.0019128843, -0.0167326611, 0.0222885553, -0.00995024759, -0.0238481034, 0.000719362288, -0.0359021164, 0.00589298317, -0.0240105558, -0.0126469675, 0.0153680556, -0.0158960279, -0.0237993672, 0.0183247011, -0.00450401, 0.0352523066, 0.0142958658, 0.0450969599, 0.0584830865, 0.00468676956, 0.00836633053, -0.0130531006, 0.0135729499, 0.0114529375, -0.0303462241, -0.0294852238, 0.0263011437, -0.00753375888, -0.00286526512, -0.0263986159, 0.0145964036, -0.0184384175, 0.00415270543, -0.0397685, 0.00600670045, 0.0121352402, 0.0396710262, 0.0398984626, -0.0195430983, -0.000511473161, 0.0114610605, -0.0111848908, -0.00904863328, -0.0174149629, -0.0379165336, -0.0176911335, -0.0399309509, 0.0201604199, 0.0221910831, 0.051335156, -0.00650624325, 0.0433424674, 0.0339201912, 0.00173824735, 0.0100558419, 0.0339851715, 0.0172362663, 0.0153355654, 0.01939689, -0.0212651, -0.0413280502, -0.00475987326, 0.0153193194, 0.00234338478, -0.0249852743, -0.00594171928, 0.0219474025, -0.00254645105, -0.0410356335, -0.0063356678, 0.0498405881, 0.0265285783, 0.00318407919, 0.00529190712, -0.0199492313, -0.00986902136, 0.0236044247, -0.0178048518, -0.0669956282, -0.0117615983, -0.0296801664, -0.0062585026, 0.00366737694, -0.0280231461, -0.0254401434, -0.00735506043, -0.0689450651, 0.00908924639, 0.0200304575, -0.0223860256, 0.00331810303, 0.00501167588, 0.0152380932, -0.029176563, 0.0242217463, -0.00904051, -0.0173987187, 0.0162290558, 0.00840694364, -0.024124274, -0.00776119297, -0.024091782, -0.00761904661, 0.00934104901, 0.0185846258, 0.0142390076, 0.0799918696, 0.034927398, -0.0115260417, -0.0136622991, -0.0146857528, 0.000449537969, 0.013979082, -0.0283318069, 0.00785460323, 0.0239943117, 0.0395735539, -0.00715605542, -0.00974718109, -0.0118103344, 0.00921108667, 0.026057465, 0.0409381613, 0.0126307225, 0.0206640251, 0.0258300304, -0.0545192324, -0.0157010853, 0.0179510582, -0.0196730606, -0.0351548344, -0.0222723093, -0.0187958144, 0.0085775191, 0.00128439418, 0.0170250759, -0.035707172, 0.0557863675, 0.0282668248, 0.0132967802, -0.0407107286, 0.0449345037, 0.00518631283, -0.0129475053, -0.00173418596, -0.00830541085, -0.00565742655, 0.037656609, -0.033790227, 0.003787186, -0.0113554662, 0.0175936613, -0.0128744021, 0.00221951446, 0.0123789199, -0.0174474549, 0.000313991215, 1.68798833e-05, 0.00826479774, -0.0118915606, 0.0348299257, -0.0149700455, 0.0176586434, -0.0362920053, 0.000141892553, 0.0043171891, -0.0134673556, 0.023328254, 0.00395166967, 0.0315971114, 0.00614884682, 0.000540156267, -0.00341557479, 0.0130693456, -0.0188283045, -0.0278444476, -0.0395085737, -0.0104051158, -0.0335303023, 0.00904051, 0.00934917107, -0.049385719, 0.0068352106, -0.00373641937, 0.0117372312, 0.0354147591, -0.00527160056, -0.00158290158, 0.00230480218, -0.00605543656, -0.0236694049, -0.0105188331, -0.0289653726, 0.0185196437, 0.0119078066, -0.00698141847, 0.0541943274, 6.52826338e-06, 0.00304193282, -0.0342126079, 0.00460554333, 0.0207614955, -0.0266747866, -0.0226297062, 0.0280556362, 0.0122976936, -0.00881307665, -0.0110224374, -0.0017687073, 0.0053203362, 0.0511402115, 0.0107300216, 0.0219961386, -0.00820793863, 0.0173337366, -0.000325413712, 0.000643720094, -0.0217687041, 0.0125007601, 0.064168945, 0.0013767893, -0.0214438, -0.0109168431, -0.0217524599, 0.0456492975, -0.00214437977, -0.00150370575, 0.00130774686, -0.0149700455, 0.0375916287, -0.012029646, 0.0171550382, 0.0086425, -0.0370068, 0.000817849417, -0.0113310982, 0.0188445505, 0.028380543, -0.0154817728, -0.00918671861, 0.0106650405, -0.0193644, 0.00675804587, -0.00369174499, -0.0213300809, 0.0161965657, 0.0241567641, 0.0255538598, 0.00316174189, -0.00305411685, -0.0204690807, 0.0193319097, -0.033059191, 0.00739973504, -0.00496294, 0.0153599335, 2.67952291e-05, -0.0159203969, 0.0192994196, 0.0139303468, 0.0103645027, -0.00495481724, -0.0065631019, -0.0253426712, -0.0112417489, -0.0146207716, -0.00347852521, -0.0031678339, 0.0166108217, 0.0245628972, 0.0230520833, -0.0100558419, -0.0157904327, 0.00105594459, 0.0229708571, 0.0232145358, -0.0144664412, 0.114561871, -0.00958472863, 0.0324581116, -0.0231820457, -0.00267844414, 0.0298263747, -0.0116478819, -0.00711138081, -0.00574677577, -0.00627068663, 0.0160016231, 0.00179815188, -0.00835820753, 0.0266585406, -0.0248065758, -0.0157985557, 0.0226784423, -0.0050482275, -0.00750126829, 0.0192181915, 0.000884861278, 0.0122002214, -0.0299888272, 0.00416285871, -0.0104132388, 0.0152868293, 0.0292415433, 0.00270484271, -0.0174312089, -0.0300050732, 0.0463965833, -0.0117372312, -0.0155629991, 0.0277794655, 0.0389562361, 0.0167651512, -0.0257325582, -0.021005176, 0.00826885831, 0.0121189952, 0.0122164674, 0.00786272623, -0.00198497274, -0.0445771106, -0.0137678934, -0.0347324573, -0.0118022123, 0.0219961386, -0.0108274939, 0.0521799102, 0.00740379654, 0.0425626896, 0.000335820863, 0.00502792094, -0.0358046442, 0.0142227616, -0.0186171159, 0.0125170052, -0.029144071, -0.0488008857, -0.0464940555, 0.00182556582, 0.0109330881, 0.00882119872, -0.0133455154, -0.0250989925, -0.00612854026, 0.0206477791, -0.00418316526, 0.0306548849, 0.0362920053, -0.0167651512, 0.0341801159, 0.0033445016, 0.00722509809, -0.064071469, -0.0109330881, -0.000150522872, -0.00210985867, -0.0279094297, -0.0236044247, -0.000660980702, -0.0207939874, -0.0264635962, -0.016667679, -0.0187633242, -0.00364503963, -0.000450807129, 0.00227637286, 0.0419453681, -0.00484516146, -0.0270321835, 0.018292211, -0.00508477958, 0.027584523, 0.00403086562, 0.00033556702, 0.0231982917, -0.0233607441, -0.0157660656, -0.00437404774, 0.00996649265, -0.00421565585, -0.0116397589, 0.036584422, -0.00283074379, -0.00886181183, -0.0213138368, -0.0134348646, 0.0133780064, -0.0361620411, 0.013223676, -0.0149375554, -0.00245710183, 0.0114448154, -0.0172037743, 0.0182434749, -0.00224388228, -0.0141983936, -0.020599043, 0.0217362139, 0.0255701058, -0.0134754777, -0.0312072244, -0.00647375267, -0.00369986752, -0.0129556283, 0.0147182439, 0.0220611207, 0.0177398697, 0.00388059649, 0.00202050945, 0.0241730101, 0.00514976075, -0.0379165336, -0.0199979674, -0.0127769299, -0.00170169538, 0.00334247085, -0.00331201102, 0.023701895, 0.0187308341, -0.0266422946, 0.0154492818, 0.00615290832, 0.00405117217, 0.0413605385, -0.00928419, 0.0025261445, 0.0193806458, 0.00156564103, 0.0172200203, -0.00227028085, 0.00338917621, -0.00460960437, 0.0105269561, -0.00930043496, 0.00529190712, -0.0512051918, -0.00185196439, 0.000317037222, -0.0107868807, -0.00249771518, -0.0145476684, 0.00727789523, -0.0321494527, 0.0167651512, 0.0171550382, 0.013979082, -0.016318405, 0.0516925529, -0.00427251449, 0.00591328973, 0.0179835502, 0.00428875955, -0.0121596083, 0.0507178344, -0.00549903465, 0.0451944284, 0.0172200203, -0.019803023, -0.0211026482, 0.0200954378, -0.00333840959, 0.0290953368, 0.00177276856, -0.0167813972, 0.00642095553, -0.0215250254, -0.0209239498, 0.0260737091, -0.0239943117, 0.0057548983, 0.0434399359, 0.00226825033, 0.0111930128, 0.0294689778, -0.00577926636, 0.00541374693, -0.0135079687, 0.00288151042, -0.00523911, 0.00953599252, 0.000283531292, 0.000230734062, 0.0133861285, -0.0305574127, 0.0130449776, 0.0179510582, 0.0175774172, -0.0153355654, 0.0169925857, 0.035707172, -0.0276819952, 0.00571428519, 0.0184384175, -0.0133049022, 0.0147913471, -0.00986089837, 0.0126875807, 0.0187145881, 0.0226621963, 0.0210701562, -0.0308985636, 0.0016722508, -0.0183247011, -0.017285, -0.0174312089, -0.0264798421, 0.0259762388, 0.0383714028, -0.0196080804, -0.0123545518, -0.0190232489, 0.011664127, -0.00475175073, 0.00348461722, 0.0299400911, 0.00187937834, 0.0057508368, -0.0298751108, -0.000121078265, 0.00444715144, -0.023701895, -0.0153193194, 0.01939689, -0.0222235732, -0.00130063947, 0.0092923129, 0.0173662286, -0.0242704805, 0.00380749255, 0.0625119209, 0.00654685684, -0.00839882158, -0.0204203445, 0.0308498293, 0.00628693169, 0.0336927548, -0.00212610397, -0.0155873671, 0.0219149124, 0.000605645182, -0.00948725641, -0.00592547376, -0.0137841385, -0.0109087201, 0.0273408424, 0.0110468054, -0.0063356678, -0.045876734, -0.00916235056, 0.0171225481, -0.0174312089, -0.00402477337, 0.0533820614, -0.0161559526, 0.00707482919, 0.0236206688, -0.0146126496, 0.0370068, -0.0292415433, 0.010884352, -0.0322631709, 0.0320682265, -0.0195755884, -0.00972281303, 0.025651332, 0.0270646736, 0.0044633965, -0.0284130331, -0.0318083, -0.0106569184, -0.0160990935, 0.0242542364, -0.0536094978, 0.00156868703, 0.011266117, 0.0167976432, -0.0263661258, -0.00643313956, -0.00937353913, -0.0344725326, -0.0285105053, 0.00217483984, 0.0192831736, 0.00430094358, -0.00239821267, -0.00456492975, 0.0297126565, -0.0207452513, -0.00252411375, -0.00871560443, -0.0232145358, 0.00514976075, 0.0257812943, 0.0119809099, -0.00980404, 0.0228084046, 0.00164077547, 0.00235556881, 0.0131343268, 0.0150025366, 0.0254888795, -0.0281368624, 0.0114204474, 0.00211595069, -0.0189907588, -0.0247091036, 0.00702203158, -0.0125494963, 0.0235881787, -0.00985277537, 0.0172687564, -0.0140603092, -0.0230845734, -0.0126388445, -0.0123464298, 0.0082810428, -0.00650624325, 0.00926794484, 0.0233444981, -0.0321332067, 0.0472413376, -0.0217199679, -0.0314833969, 0.0245791413, 0.00873997249, 0.00839069858, -0.000355873635, -0.0152705843, 0.00365925417, -0.00011029037, 0.024871558, -0.010884352, -0.00705858367, -0.0138653656, -0.0350898542, 0.0245304052, 0.00623413455, 0.00300741149, 0.00844755676, 0.0443171822, 0.0102913985, -0.00407350948, -0.0165377166, -0.00871560443, -0.0184871536, 0.00159914687, -0.00950350147, 0.0192019474, 0.0128500341, 0.0217362139, 0.012062137, -0.0165214725, -0.0204528347, 0.00587267661, -0.00264189229, -0.00314955786, 0.0146288946, 0.00393745489, 0.00197583484, 0.000368311448, -0.0130206095, 0.00380343129, 0.00679865899, -0.00425626896, -0.0107706357, 0.019055739, 0.000622398162, -0.0150756398, 0.014360847, -0.0116478819, -0.0265123323, -0.0772626549, -0.00449588755, -0.000978271826, 0.00387247396, -0.00504010497, 0.000741191907, 0.0125982314, -0.0160178673, -0.0241730101, 0.0102995215, -0.00274342531, -0.00986902136, 0.0156929623, 0.0035983345, 0.014750734, 0.01939689, -0.00779368356, -0.0294039976, -0.00677835243, 0.00272718, -0.00724946614, 0.0341801159, 0.00866686832, -0.0342126079, -0.00193725224, -0.00365519291, 0.012825666, -0.00990963448, 0.0235069524, -0.0113229752, -0.00256675761, -0.0114773056, -0.00286323437, 0.0223860256, -0.00652248878, 0.0174149629, 0.00905675627, 0.0171225481, 0.00599045493, -0.0086425, -0.000221088412, -0.017479945, -0.0254238974, 0.0109899472, 0.0011747384, 0.0188607965, 0.0154411597, 0.0092517, -0.0296151862, 0.00865062326, 0.010868107, -0.0112336259, -0.0345050208, -0.0110792955, 0.0114854285, -0.0255376156, 0.0100314738, -0.00510914763, 0.00495075574, 0.00861813314, 0.0780424327, 0.000653873431, 0.00898365211, -0.0325880758, -0.00615696935, 0.00207736809, -0.0158391688, 0.00231292495, 0.00960097369, 0.00324093783, 0.0147182439, 0.0138978558, -0.00560056791, 0.0085775191, -0.00650624325, 0.0111848908, 0.0020184787, -0.0106406724, 0.00388871925, -0.032848, -0.000171337175, -0.0054746666, 0.00234338478, -0.00667681918, 0.0167001709, 0.0138897328, 0.0137841385, -0.00182759645, -0.01939689, 0.00314143533, 0.00651842728, 0.0090811234, 0.0398334824, 0.0110874185, 0.0204690807, 0.0187308341, -0.0096822, 0.00147933781, -0.00553152524, 0.0145557905, 0.00325515238, -0.0183571912, -0.0124926371, 0.0111199096, 0.00955223758, 0.00509290211, -0.0267235227, 0.00992588, -0.00428063702, 0.0184384175, 0.00962534174, -0.00445933547, -0.00223575975, 0.00637222, 0.00255254307, 0.0213463269, -0.00143060193, 0.00558838388, 0.000403086568, -0.0032449991, 0.000191263054, -0.00406944798, 0.012833789, -0.01087623, 0.000823433744, -0.00621382799, -0.0321007185, 0.00369986752, -0.0258625206, 0.0206315331, 0.00169458811, -0.00672961632, -0.00654279534, 0.0195918344, -0.0243841987, 0.0111605227, 0.00535688829, -0.012045891, 0.0352847949, -0.0193806458, 0.0439922772, 0.00409584679, -0.00747283874, 0.00374048087, 0.00369986752, -0.00607980415, 0.00155954901, -0.0164077543, -0.0121677313, -0.0102507854, 0.00417910377, -0.0150756398, -0.0210864022, -0.0146288946, 0.00627068663, -0.0111036636, 0.0238156132, 0.0161721986, 0.0122895706, -0.00294243032, 0.00444309, 0.0178373419, 0.0283318069, -0.0182272289, -0.0178048518, 0.00188547035, 0.00724946614, 0.00181439717, -0.00687176269, -0.000715300965, 0.0237506311, 0.00487359054, 0.0133455154, 0.00819981657, 0.00596202584, 0.0200629476, 0.0242867265, 0.0238968395, -0.0067661684, -0.0184546635, 0.00833383948, 0.0339201912, 0.00753375888, 0.00158594758, 0.0252127089, 0.0105594462, -0.0152868293, -0.0243029725, 0.0162859149, 0.0151243759, -0.0244329348, 0.0204528347, 0.00143466319, 0.0072697727, -0.00536095, -0.00350492401, -0.00329576572, 0.0133942515, -0.00157376367, 0.00358615047, 0.00171692541, 0.0122976936, -0.0233607441, -0.0142308846, 0.0144501962, 0.00522286445, -0.017073812, 0.00984465331, 0.0296639223, 0.0133049022, -0.0125170052, -0.0285429955, 0.0278769378, 0.008934916, 0.0327017941, -0.00883744471, 0.00141943328, -0.0148482062, -0.0200791936, -0.0062625641, 0.00883744471, 0.0373317041, 0.0227759127, -0.0127931749, 0.00210782792, -0.00439841533, -0.010884352, -0.0302649979, 0.0135323368, -0.00159711624, -0.00134226808, 0.00416285871, 0.0129068922, -0.0205015708, 0.0563062169, -0.00943852, 0.0578332767, -0.00601888448, 0.028364297, -0.000717331597, -0.0164808594, 0.0150431497, -5.99045525e-05, -0.00469083106, -0.0250827465, -0.0119971558, -0.0217037238, 0.0046177269, -0.00410396932, 0.0209564399, -0.0216062516, -0.00620976649, 0.00856939703, -0.0186008699, 0.0210539121, -0.0107950028, -0.0219149124, -0.00939790718, -0.00880495366, 0.00271702674, -0.00964971, 0.0056046294, 0.0143039888, 0.000765559846, -0.0144258281, 0.00134734472, -0.00933292601, -0.00460960437, 0.0056817946, -0.0115179196, -0.0101614362, -0.0164564904, -0.0134186195, 0.0121027501, 0.0342450961, 0.0173337366, 0.0276982393, -0.0140927993, 0.0247740857, 0.00706264516, -0.00142450992, 0.00491014263, -0.00534470426, -0.00519037386, -0.0146695077, 0.000818864733, 0.00277794665, 0.0278931838, -0.00547060557, -0.00105797534, -0.0222398192, 0.0235881787, 0.0203066282, 0.00745659368, 0.00746065518, -0.00967407692, -0.00104071468, -0.0332216434, -0.0178210959, 0.0025647271, -0.00281856, 0.00716417842, -0.0115991458, -0.0196080804, -0.0106731635, -7.27865699e-05, 0.0136622991, -0.0225972142, -0.00716417842, 0.00388465775, -0.00987714343, -0.00781399, 0.0293390155, -0.0387288, 0.00511727, -0.0232470278, -0.00877246354, -0.00422784, -0.0230520833, -0.0225809701, 0.00404508039, 0.0400609151, -0.00841506664, 0.0162290558, -0.0278444476, 0.00772058, -0.0324418694, 0.0122814486, 0.00606355909, 0.0208427217, -0.0215412714, -0.00631942227, 0.017073812, -0.00579551142, -0.000645750784, 0.00231495546, 0.0368118547, -0.00797238201, -0.0222885553, -0.0100720869, 0.00879683066, 0.0300213173, -0.000807696139, -0.0114123244, 0.00623007352, 0.00924357679, -0.0085775191, 0.00164889812, -0.0123951659, 0.0135485819, 0.0117209852, -0.00499949185, 0.0126469675, 0.0243192166, -0.0362595133, 0.023312008, 0.00436998624, -0.0343750603, -0.00457305275, -0.00951162446, 0.0239618197, 0.0173662286, -0.0231170654, 0.0233444981, 0.0023108942, 0.00361254904, 0.0103807477, 0.00023124172, 0.0269347113, -0.00151081313, -0.00581175694, -0.0514976084, 0.033822719, -0.0285105053, 0.0032673364, -0.00738349, -0.008934916, 0.00636003586, -0.00457305275, -0.0145964036, -0.0069123758, -0.00729007926, -0.00289369444, 0.00354553713, 0.00199817214, -0.00383389136, 0.0197542869, 0.02254848, 0.00464615645, 0.00642907806, 0.0100395968, -0.0411331058, -0.0254888795, 0.00931668095, -0.00471519912, 0.00578332739, 0.0121433632, -0.0133780064, -0.00414864393, -0.0104213608, -0.00730226329, 0.00455274573, -0.00716417842, -0.0211351383, -0.00245507131, -0.0115910228, -0.0212813448, 0.0118347025, -0.0227434225, 0.0165864527, 0.00138186605, -0.00393948564, -0.0262361635, 0.0203391183, 0.00902426522, 0.0300375633, 0.00729414076, 0.0118509475, -0.0141009223, -0.0134511096, 0.00637628091, 0.0224022716, -0.00778149953, -0.00623007352, -0.00810640585, -0.0181784928, -0.0127363168, -0.0150918858, 0.0453243926, 0.0173824728, -0.0179348141, 0.00325109111, 0.0449994877, -0.0276170131, 0.00727789523, 0.0256838221, 0.0184871536, 0.0143283568, 0.0156604704, -0.00214031851, -0.00298507418, -0.0257000681, -0.0020793986, -0.013597318, 0.00584424753, 0.00895116106, -0.00204792339, 0.000236191467, -0.00665245112, -0.0149944136, 0.0149456775, 0.00302365678, 0.0120702591, 0.0204203445, -0.0166189447, 0.0218661763, -0.0168138873, 0.0162940379, -0.00404304964, 0.0119646648, 0.0269834474, 0.0132967802, -0.0189257767, 0.0070667062, 0.0111361546, 0.00322469254, -0.0235719327, 0.00810234435, 0.00150776713, -0.000314498902, 0.0268697292, -0.0091379825, -0.0400609151, -0.0120783821, 0.00553558674, 0.00533252, -0.015928518, 0.0030297488, 0.00789927784, -0.00759874, -0.00267641339, 0.0130937137, 0.0288841464, -0.0110630505, 0.00644532358, -0.0252127089, 0.0355772115, -0.00677022943, -0.012460147, -1.01533142e-05, -0.00760686258, -0.0113148531, -0.00229667965, -0.00839882158, -0.0239130855, -0.0141902715, -0.00610823371, 0.0134267425, -0.00631129974, -0.00894303899, 0.0221098568, 0.01596101, -0.00559650641, 0.00475987326, -0.0147263659, 0.00901614223, -0.00839069858, 0.0178048518, 0.00434967969, -0.0150350267, 0.00371814356, 0.0110549284, -0.000904660264, 0.0185846258, -0.00810640585, 0.00856939703, -0.0317920558, -0.0297289025, 0.0152056031, -0.00484516146, -0.0156685933, -0.0176748894, -0.00410396932, 0.00934104901, 0.00856127404, -0.00367753021, -0.00155853364, -0.0139303468, 0.0027982532, 0.00226825033, 0.00137272803, -0.0205178168, -0.0144826863, 0.0012519036, 0.00848004781, 0.0113798343, -0.0129312603, -0.0110792955, -0.000522387971, -0.0084313117, -0.00272718, 0.00824855175, 0.0175936613, -0.001749416, 0.00553152524, 0.0444146544, 5.17501721e-05, 0.00327342842, 0.024108028, 0.0108518619, 0.0261711814, 0.00709513575, 0.0104213608, 0.0111361546, 0.00888618, 0.00321453903, -0.0183247011, 0.018275965, -0.00830947235, -0.0103076445, -0.0170250759, 0.00337496144, -0.000783835829, -0.00508884108, 0.000882830645, 0.0286079776, -0.0313696787, 0.0289816186, 0.00137272803, -0.000518326648, 0.0312722065, -0.0396385379, -0.00452837814, -0.014385215, 0.0226459503, 0.0102182953, 0.00624225708, -0.0140521862, 0.00549091212, 0.00236775284, 0.015538631, -0.0100639649, 0.0110874185, -0.051270172, -0.00311909802, 0.0113148531, 0.00229871017, 0.00796019845, 0.0142227616, -0.00608386565, 0.00943852, -0.00246116333, 0.000533556624, -0.00475175073, -0.000626459485, 0.00999086071, 0.0073469379, 0.00462178839, 0.00440247683, 0.0187470783, -0.00730226329, 0.0294364877, 0.00355366, -0.0102670304, -0.00409584679, -0.00869123638, 0.0109655792, 0.00483297743, 0.000831048761, -0.00788303278, 0.00263173901, -0.000894506928, -0.0144420732, 0.00466646301, -0.00128845556, -0.0107219, -0.00963346381, 0.00519037386, -0.00498324633, 0.0181622468, 0.00631942227, 0.000484820746, 0.00902426522, -0.0063316063, -0.00584018603, 0.00151081313, -0.00564930355, 0.00330388825, 0.00131383876, 0.00600670045, -0.00258503365, 0.0371692516, -0.00702203158, 0.00933292601, 0.0302162617, 0.0145151773, -0.01596101, -0.00197380409, -0.00811452791, -0.00526753906, -0.00405117217, -0.00670524826, 0.00875621755, 0.00216671708, 0.00389278051, 0.014750734, -0.000366026972, 0.0217362139, -0.01127424, 0.00437404774, 0.00372626609, 0.0127931749, -0.011257994, 0.000508427212, -0.0212163646, -0.0255538598, -0.0265773144, -0.0236044247, 0.0114691835, -0.0064168945, 0.00269672018, 0.00196466618, 0.000161183852, -0.0195593443, -0.0198355131, -0.00788709428, 0.00199512625, 0.00990963448, -0.012419533, 0.00378515548, 0.00694892788, -0.0244004428, -0.00159000896, -0.0120946271, 0.0172037743, -0.022922121, 0.00312519, -0.0165702086, 0.000522387971, -0.0109412111, -9.33470292e-05, -0.00212204247, 0.0023718141, 0.0109574562, -0.00542593095, -0.00720073, -0.00729820179, -0.0225972142, -0.013199308, -0.012452024, 0.0071195038, 0.0368443467, 0.016748907, 0.00413036812, -0.0172037743, -0.024839066, -0.0203553643, -0.0166189447, 0.000175017747, -0.00899989717, 0.00695705041, -0.00502792094, 0.00995024759, -0.00125799561, 0.00417910377, -0.0131830629, 0.00270687346, 0.00329779624, 0.00179307524, -0.0027799774, 0.0130612226, 0.0218336862, 0.0128581561, -0.00395573117, -0.00115138583, -0.00776525447, 0.0181297567, -0.0137354033, 0.00906487834, -0.000912275224, -0.0167001709, 0.022922121, -0.0165620856, -0.000405371044, -0.00545029901, -0.0236369148, 0.00606355909, 0.0129799964, 0.00146004651, -0.00453650067, -0.015936641, -0.000842725043, -0.00401055906, -0.0108031258, -0.0202903822, 0.00934104901, 0.013613563, -0.00186617905, -0.0196405705, -0.014011573, -0.000148746039, -0.0109737013, 0.0148400832, -0.0100639649, -0.00820793863, -0.0388262719, 0.0204528347, -0.00282465178, -0.00575896, 0.00387450447, 0.0017555079, -0.00917859562, -0.028754184, 0.0056817946, -0.00661589904, -0.0451619402, -0.0138897328, 0.0187958144, 0.0226784423, 0.0150187816, 0.0445121266, 0.000251802179, -0.000136688992, 0.0064899982, 0.0106894085, 0.0265935604, -0.0188932866, -0.0125332503, 0.0352847949, 0.00359630375, -0.00693268282, -0.00738349, -0.0145070544, 0.00121535163, -0.00287338789, 0.00768402778, -0.00376281817, 0.0154574048, 0.0131180817, -0.02098893, -0.0167164151, 0.0265610684, 0.00068281038, 0.00362270232, -0.0434399359, 0.0151162539, 0.0181460027, -0.0284292791, 0.0199654754, -0.0064899982, -0.02098893, 0.0145882815, 0.0157254525, -0.0052472325, -1.30723911e-05, -0.0271459, -0.00310894474, -0.00702203158, -0.0133211473, 0.00775713194, 0.0213463269, -0.0150675178, -0.0026987507, -0.00874809548, -0.000573662226, -0.00146309251, 0.0290141087, 0.00522692595, -0.0133780064, 0.0280556362, 0.00552746421, -0.00794395246, 0.00294852233, -0.0208427217, 0.0323606431, 0.0019128843, 0.0107787577, -0.00297289016, 0.0120052779, -0.0119971558, 0.0113229752, -0.0276332591, -0.00462991092, -0.00461366586, -0.0145151773, -0.0199004952, -0.00273530278, -0.00399431353, 0.00401259, 0.0285917316, 0.00141435664, -0.0123058166, 0.0170250759, 0.0165539626, -0.0142714977, 0.0121352402, -0.00705046114, -0.0057508368, 0.0015148744, -0.00738349, 0.0253589172, -0.00941415224, 0.0191857014, 0.00970656797, 0.0103482576, -0.0168301333, 0.0103888707, 0.01939689, 0.000210681261, 0.0077002733, 0.0108356168, 0.0258137845, 0.0140521862, -0.00246522459, 0.00933292601, -0.0111686448, 0.00622195052, 0.0213625729, 0.00590110617, -0.000806173135, 0.00973093603, -0.00486140652, 0.00082901807, -0.0158716608, -0.00873184949, -0.0146207716, 0.021005176, 0.00735912193, -0.00600263895, -0.0121596083, 0.0034216668, 0.00443902891, -0.0172687564, 0.0180647764, -0.0115097966, -0.0106812865, -0.010884352, 0.00538937887, 0.00888618, -0.0157660656, -0.00394963892, -0.0130368546, 0.00905675627, 0.0220773648, -0.008934916, -0.0275032967, 0.00999086071, -0.0130937137, -0.00947101135, 0.00191796094, -0.0107300216, 0.00705858367, -0.00861813314, 0.00223575975, -0.0201766659, 0.0183247011, 0.00206416869, 0.00663214456, 0.00264392281, 0.0233932342, 0.00637628091, -0.00611229474, 0.025261445, -0.00672961632, 0.000758452516, 0.00139811134, 0.0254563875, -0.0131424498, -0.00156665628, -0.00178596785, -0.000234668463, 0.00172910932, -0.0102020493, 0.00518631283, 0.0163915101, -0.00947101135, 0.0106487954, -0.0278769378, -0.0172525104, 0.00995024759, 0.00673367782, -0.00785460323, 0.01939689, 0.00325109111, -0.0103726257, -0.00278606941, 0.0108518619, -0.0136947893, 0.000979794771, -0.0106650405, 0.0125251282, -0.0168301333, -0.000839679036, -0.00546248304, 0.00252411375, -0.00484922249, -0.0134592326, -0.0223048, -0.00579145039, -0.00241851923, -0.00759874, -0.00596608734, -0.0111442776, -0.0172362663, 0.00533252, -0.0107868807, 0.0151162539, 0.00947101135, 0.0194293819, 0.015164989, -0.00151893578, 0.0249040481, 0.0195918344, -0.00764747616, -0.00200223341, 0.0302649979, 0.00724946614, 8.20514688e-05, -0.0338877, 0.00130165485, 0.000141384895, 0.007196669, 0.0115829008, 0.0017778452, 0.0055518318, -0.0199492313, 0.0107868807, 0.0188120604, 0.0157173295, 0.0136379311, 0.00169661874, 0.00928419, 0.0113067301, 0.00872372743, -0.000711239642, 0.0160666034, 0.000233780054, -0.00856939703, -0.0054015629, 0.0182434749, -0.00100923935, 0.0116072679, 0.00224591303, -0.00661589904, 0.0198355131, 0.00753375888, 0.00159305497, 0.00835820753, 0.026057465, 0.00307848467, -0.0194293819, 0.00240836595, 0.00887805782, -0.00239212066, -0.00977967214, -0.0141415354, 0.00110061921, -0.00450401, 0.00824855175, -0.0253589172, 0.0122002214, -0.0131505718, 0.011266117, -0.00945476536, 0.00930855796, -0.00338917621, 0.00930043496, -0.00666057365, -0.0166351888, 0.00509290211, 0.00497918529, -0.0177561156, 0.0134186195, 0.000297999766, -0.0177398697, -0.00483703846, 0.0104619749, 0.0133698834, -0.00667275768, 0.0175774172, -0.0348299257, 0.00211595069, 0.00597421, 0.0114448154, 0.0280231461, -0.0206802692, -0.00337293092, 0.0055518318, -0.00674586184, -0.0154086687, 0.00192608358, 0.0185034, 0.00243273401, -0.0270484276, 0.0308498293, -0.00712356484, 0.0137029123, 0.00631129974, 0.00280840648, -0.0285754856, 0.0114042023, -0.00275967061, -0.0270321835, -0.0241892543, 0.00179612124, -0.00538937887, 0.00797644351, -0.00427251449, 0.00926794484, -0.00845568, 0.0110305604, 0.00885369, 0.00190171564, -0.0158797819, -0.0274220705, -0.0196568146, 0.000672149356, -0.00102497707, -0.00982028525, 0.00604325254, 0.0218986664, 0.00621788949, 0.0128825242, 0.0150512727, 0.000480251736, -0.0333678499, -0.0168463774, 0.0187470783, -0.000110798035, -0.00312722055, -0.0146370167, 0.0145882815, 0.000310691394, 0.00167732744, 0.00958472863, -0.0210539121, -0.00765153719, -0.0122245895, 0.0176911335, -0.00894303899, 0.0165214725, -0.0110468054, 0.0122245895, -3.42674357e-05, 0.00139201933, 0.0154655278, 0.032198187, 0.014352724, 0.00202152482, -0.00761904661, 0.00944664329, -0.0019798961, -0.000776220812, 0.0126307225, 0.00327545893, -0.00801299512, -0.00403492711, -0.00778556103, 0.00595390331, 0.00886181183, 0.00316986465, 0.00778149953, 0.00184384175, 0.0131749399, -0.0059051672, 0.00157376367, 0.00285714259, -0.0104132388, 0.0127850529, -0.00403289637, 0.000969641493, 0.018682098, 0.00579145039, -0.0343750603, 0.00119910634, 0.0064859367, -0.00486140652, -0.000707685947, 0.0355772115, -0.0413280502, -0.00402477337, -0.00504416646, -0.0146857528, -0.0152705843, 0.00672555482, -0.0106406724, 0.00606762, -0.0275032967, 0.00536907231, 0.0100558419, -0.00316580315, 0.0110224374, -0.017479945, 0.014352724, 0.00660777651, 0.0144583192, 0.0176748894, 0.0134023745, 0.0160503592, 0.00333028683, -0.00838257559, 0.00232917024, 0.0161072165, -0.0122976936, -0.00810640585, 0.000966087799, 0.00267235213, 0.0131018357, 0.0280881263, -0.00317392591, 0.00555589329, -0.00253020576, -0.0107950028, 0.0125901094, 0.0159122739, 0.0161397085, 0.00623007352, 0.00166006677, 0.0130612226, -0.0194943622, 0.00146918453, -0.0171875302, -0.00247740862, 0.000749314553, -0.0117047401, 0.0047436282, 0.0069123758, -0.0150187816, -0.0110711735, 0.00392527133, 0.00659559248, 0.00787491, -0.00759874, -0.00527972309, -0.0245466512, 0.00594984181, 0.0103726257, -0.00500761438, -0.0138328746, -0.00268453616, 0.00203573937, 0.0149944136, 0.0161315855, -0.00375875668, 0.00222154497, 0.0257325582, -0.0112417489, -0.00774900895, 0.019071985, 0.00280434522, 0.0353497788, -0.0146695077, -0.00462991092, 0.0133455154, 0.00720885256, -0.00548278959, -0.00961721875, -0.0013321148, 0.000923443877, 0.0214762893, 0.0081267124, -0.00316986465, 0.0153924236, -0.00427251449, 0.0142714977, 0.0251152366, -0.0263823699, 0.0200142115, 0.0103401346, 0.00881307665, 0.0110711735, 0.0132967802, -0.0123626748, -0.00839069858, -0.0180160403, -0.0197217967, 0.00219311588, -0.00782211311, 0.0213625729, -0.00371205155, -0.0217037238, -0.00387247396, 0.00180018251, 0.0131343268, 0.000792973791, 0.00874809548, -0.00387653522, 0.00592547376, 0.00707482919, -2.33684859e-05, -0.0137191573, -0.00475987326, -0.00010597521, 0.024871558, 0.0161965657, -0.0119321747, -0.0110386824, 0.0084231887, -0.00157173292, 0.00479642535, 0.00660371548, 0.0164483674, -0.00429688254, -0.00930855796, -0.0101370681, -0.00358005846, -0.0273408424, -0.0065631019, 0.00607168162, -0.0159772541, -0.00277185463, 0.00172301731, -0.0268859752, -0.00969844498, -0.0012356583, -0.0241567641, -0.0177236237, 0.0207614955, -0.0175449271, -0.017886078, 0.0169600956, 0.0056777331, 0.0102101723, -0.00426033046, 0.0350898542, 0.00705046114, -0.0105756912, 0.00772870239, 0.0103076445, -0.00904863328, -0.0101858042, -0.0161884427, 0.00701797055, 0.0266747866, 0.00725758867, 0.00860188715, 0.0103482576, -0.00472738268, 0.0169925857, 0.00146410789, 0.0162859149, 0.0172362663, -0.00429688254, 0.00414661318, 0.00970656797, 0.00669306424, 0.0272596162, -0.0123870429, 0.0103482576, 0.0230033472, -0.0300700534, -0.00939790718, -0.0109818242, -0.0222398192, 0.0073509994, 0.00981216226, 0.00677022943, 0.0225647241, 0.0141171673, -0.0210214201, 0.00120215234, 0.0222235732, -0.00764341466, -0.0186333619, 0.0124926371, -0.0128500341, -0.0149456775, 0.00778149953, 0.0104213608, -0.00186719443, 0.00675398437, -0.0205665529, 0.00263580028, -0.00114529382, -0.00568991713, 0.0122245895, 0.0115504097, 0.0302487519, 0.0107625127, 0.00636815839, 0.0027637321, 0.00465427898, 0.014352724, -0.0137516484, 0.0145070544, -0.0149619235, -0.0123707978, -0.0105756912, 0.0156036122, 0.000576708233, -0.0074241031, -0.0122570805, 0.0150756398, 0.0012326123, 0.0506203622, 0.00156665628, 0.0168138873, 0.0158960279, 0.0121758543, -0.000969641493, -0.019478118, -0.0157985557, 8.49070857e-05, -0.0132561661, 0.0146451397, -0.00843943469, 0.00721291406, 0.00583612453, -0.012419533, 0.017463699, 0.0142390076, 0.0139141008, 0.0115829008, -0.00891054794, 0.0179023221, 0.0161721986, 9.55046107e-06, -0.012427656, -0.00680272, 0.00495075574, -0.0232307818, 0.00282465178, 0.00141740264, 0.00587267661, -0.0105675692, -0.00303381, -0.0110955415, 0.00819981657, -0.0353822671, 0.0107706357, 0.0176586434, -0.00310488325, 0.0368118547, 0.00799268857, -0.0168301333, -0.018259719, 0.0228246488, 0.0100558419, 0.0266422946, -0.00464615645, -0.0122733256, 0.00209361338, -0.00717230095, 0.0130124865, -0.00912985951, 0.019071985, -0.0103807477, 0.00558838388, -0.0229708571, -7.58325623e-05, -0.0211026482, -0.00135851337, -0.00315361936, -0.0103563797, -0.017869832, 0.0157254525, 0.00148339919, -0.0128906472, -0.0160016231, 0.0015372117, -0.0129231382, -0.00382170733, 0.0116397589, 0.00587673811, -0.00708701322, 0.00328764296, -0.0151893571, 0.00888618, 0.0278606936, 0.0212975908, -0.0107706357, -0.0199167412, 0.0137841385, 0.00129251683, -0.0162777919, 0.0207614955, 0.0148806963, 0.0115991458, 0.0128094209, -0.00243273401, 0.00700578652, 0.0195268523, 0.0125657413, 0.0114935515, 0.0023108942, -0.0202741362, -0.00491420366, 0.0192994196, 0.00293227704, 0.00331404153, 0.0267722569, -0.0164077543, -0.0324581116, 0.00226825033, 0.0114773056, -0.00486546801, -0.0157985557, 0.00453243917, 0.00252005248, 0.0161559526, -0.0159691311, -0.0021342265, 0.0210214201, 0.00322063104, 0.00822012313, 0.0126875807, 0.0105188331, -0.00919484068, -0.010096455, -0.00203370885, -0.00558838388, -0.060237579, 0.0020316781, 0.0151406219, 0.0180160403, -0.0135729499, 0.00810640585, 0.00523911, -0.0184871536, -0.0139547149, 0.0198517591, -0.000525434, -0.00702609308, -0.00601888448, 0.017463699, -0.0180485304, -0.00553964777, 0.0158148017, 0.00775307044, -0.0158960279, -0.0146126496, 0.0116478819, -0.00228449563, -0.00553152524, -0.0135567049, 0.000770636543, 0.000446238148, -0.0108274939, 0.0176423974, 6.85348714e-05, 0.000526449294, 0.0215250254, 0.0120134009, 0.0123545518, 0.00360442628, -0.00876434054, 0.00307239266, -0.0146288946, -0.0288841464, 0.0070667062, -0.00590110617, -0.0023494768, -0.0202254, 0.0101451911, -0.0121189952, -0.0138003845, -0.00471113762, -0.00370392879, 0.00545842154, -0.0149944136, 0.000339374499, -0.00801705662, 0.021005176, -0.0119809099, 0.00177886058, 0.0326205678, 0.00787897129, -0.0131099587, -0.0186008699, 0.00495481724, 0.00571428519, 0.00738349, 0.00608386565, -0.0200467035, -0.0201279297, 0.00322266179, -0.006989541, 0.0123870429, -0.0134186195, 0.000295969105, 0.0111117866, 0.0113798343, 0.0128906472, 0.0157579426, 0.00948725641, -0.00447964203, 0.00132602279, -0.016748907, 0.00161742291, 0.00196162029, 0.0138085065, 0.0108193709, 0.0006660574, 0.0239780657, 0.00306020887, 0.00984465331, 0.001360544, 0.00217687036, -0.00307848467, -6.14275486e-05, -0.0243679527, 0.0126632126, -0.0089917751, -0.000609198818, 0.00629911572, 0.00681490405, -0.0139547149, -0.0119078066, -0.00280637597, -0.0112417489, 0.00415270543, 0.00321250851, -0.0171063039, 0.000421616365, -0.027568277, 0.0315483771, -0.0203878544, -0.00758655602, 0.00969032291, -0.00267844414, 0.019478118, 0.0266747866, 0.00084830937, 0.0119646648, 0.000804650132, 0.00241242745, 0.00193014496, -0.00402071234, -0.00293430779, 0.00549903465, -0.00722915959, -0.0247903317, -0.0205178168, 0.00334044034, -0.005251294, 0.00682302704, -8.7381959e-05, -0.0084313117, -0.00788709428, -0.000390902569, -0.000172860164, -0.00660777651, 0.000155726448, 0.0119402967, -0.0115910228, 0.00785054266, 0.010884352, 0.0119321747, 0.0246766135, -0.0112011358, 0.00565336505, 0.00930855796, 0.0138247516, 0.00418316526, 0.00767590525, -0.00720479153, -0.0189582668, 0.0014955831, 0.0169925857, -0.0127038267, -0.0142877428, 0.00743628712, -0.00126408751, 0.00778149953, 0.00158493232, -0.0175611712, -0.00522286445, -0.0197705328, -0.00624631857, -0.0154086687, 0.00244491803, 0.050490398, -0.00119301432, -0.00490608113, 0.01360544, 0.0123707978, 0.0114448154, -0.0068433336, 0.00677022943, 0.000877753948, 0.00205198466, 0.0143202338, 0.0270321835, -0.0266422946, 0.0157823116, 0.000777743815, -0.0180322845, -0.00364503963, -0.0097877942, 0.0216549877, -0.00150573638, 0.00583612453, 0.00173723197, 0.00405117217, -0.00347446394, -0.0025870644, -0.0187145881, 0.0113310982, 0.00774900895, 0.000675195362, 0.0201279297, 0.00560869044, 0.0106894085, 0.000270839635, -0.0103401346, 0.000660980702, -0.00627880916, -0.0219961386, 0.0101127, 0.0133455154, 0.00575896, 0.0255376156, 0.0111930128, 0.00534876576, -0.00821606163, -0.00622601202, -0.00904051, 0.00799268857, 0.0118671935, -0.0171712842, -0.00222560647, 0.0165458396, 0.00683114957, -0.00372626609, -0.0085775191, -0.0135242138, 0.00371611281, -0.00875621755, 0.0147994701, -0.00434967969, 0.00110163458, 0.0164077543, 0.0113310982, 0.0092517, -0.0115910228, 0.017090058, -0.035772156, -0.0090811234, 0.0308823194, -0.00579551142, 0.00817544851, 0.0140927993, 0.0159691311, 0.00325109111, 0.00117067713, 0.00115037046, -0.00106508262, 0.00757031096, 0.0121189952, 0.0138166295, 0.0109899472, 0.0127606848, 0.0138897328, -0.00380749255, -0.00975530408, 0.0109493332, 0.023734387, 0.00717636198, 0.00708295172, -0.000574169913, 0.00695298938, 0.0141171673, 0.00247943914, -0.0172687564, 0.00776119297, -0.00671337126, 0.00242258073, -0.0254076533, -0.0148644513, -0.0086343782, 0.00756624946, -0.0246766135, -0.00407757098, 0.0198680051, 0.0168788694, -0.00718854601, 0.0175611712, -0.00603106851, -0.0301187895, 0.0096415868, -0.0286404677, 0.00471926, -0.0161640756, -0.00649405969, -0.0359021164, 0.0223048, 0.0121108731, -0.00648187567, 0.0119809099, -0.0105675692, -0.017073812, 0.0103076445, -0.0260737091, -0.0198355131, 0.00158594758, -0.00587673811, -0.00778962253, -0.00934104901, -0.00247943914, -0.0216224976, -0.00310082198, -0.0074241031, 0.0152380932, 0.00689613074, -0.00750532933, -0.00501167588, -0.0247415956, 0.00722509809, 0.00942227524, 0.00945476536, 0.00171591, 0.00426439196, -0.00128845556, -0.0137922615, 0.0205665529, -0.0151243759, -0.0189745128, -0.0226297062, -0.0133780064, -0.0228408948, -0.00696111191, -0.00165092887, -0.00542999199, 0.00157884031, 0.000380241603, -0.000913290598, 0.0103401346, -0.0133861285, -0.00967407692, -0.00176363066, 0.00690019224, -0.00212407322, -0.00981216226, 0.0206640251, -0.00705046114, -0.0181135125, -0.000491674233, 0.014783225, 0.00464209495, -0.00801705662, 0.00416285871, -0.0165295955, 0.00258909492, -0.0005487866, 0.0114854285, 0.00259518693, 0.0071195038, -0.0126469675, 0.000499035348, -0.0124845142, 0.000156487949, -0.00247943914, 0.0209564399, 0.0152543383, -0.0164077543, 0.0237993672, -0.0115504097, 0.000160930023, 0.00180627452, 0.0212001186, -0.0133780064, 0.000442938326, -0.00176261528, -0.00430906657, 0.0138247516, 0.00183876511, -0.00190780766, 0.0272433721, 0.00282465178, 0.0299888272, -0.00356584368, 0.00160930026, -0.0268047489, -0.0118671935, -0.0151324989, 0.00774900895, -0.00668088067, 0.00478424132, 0.0177236237, -0.00604731357, -0.0149294324, 0.00721291406, -0.00247537787, 0.0059863939, 0.0813564733, -0.00895928405, 0.00136460538, 0.000289623276, 0.00248350063, -0.0102507854, -0.017886078, 0.0550065935, -0.00305411685, 0.0176261533, 0.0191044752, 0.0236531589, -0.00945476536, 0.0241567641, -0.0205665529, 0.00951162446, -0.004467458, -0.0298426207, 0.00729414076, -0.0226459503, -0.00536501082, -0.00395776192, 0.0107950028, -0.0139303468, -0.00214234926, -0.00572240772, 0.00757843349, -0.00452025514, -0.0126388445, -0.00149253709, 0.00586861558, 0.00741598057, 0.00471519912, -0.0013706974, -0.0179510582, -0.00301553425, 0.00443090592, -0.0143202338, -0.00962534174, -0.0100477189, 0.00943852, 0.019478118, -0.00594171928, 0.0125007601, 0.0122408355, -0.00465021748, -0.0072738342, -0.00882119872, 0.00952786952, -0.00329170423, -0.000818357104, -0.00333028683, 0.00674180035, -0.0305086765, 0.00771245733, 0.00481267087, 0.0278606936, 0.00256269635, 0.0116072679, 0.0018743017, -0.00565336505, 0.00765153719, -3.88681547e-05, 0.00599857792, 0.00408569351, -0.0238643494, -0.00898365211, 0.00325515238, 0.00798862707, -0.00306630065, -0.00269265892, -0.0164564904, -0.00894303899, -0.0101127, -0.00114326319, 0.0232470278, -0.012443901, 0.0237831213, -0.00607980415, -0.0208264776, -0.0104619749, 0.0130449776, -0.00512945419, -0.00711544231, -0.00785054266, -0.0134348646, -0.0240755379, 0.0171712842, -0.00183368847, 0.00707889, 0.00131180813, 0.0381764583, -0.0152543383, 0.000969133805, -0.00275357859, 0.00766778272, -0.0132642891, -0.010859984, 0.0342126079, -0.000562493573, 0.0187958144, 0.011266117, 0.00868311431, -0.0177398697, -0.0107868807, 0.026024973, 0.0240105558, 0.00815514196, 0.00213016523, 0.00579957291, 0.00126307225, 0.00171591, 0.00956036057, 0.0286079776, -0.0168463774, 0.0123626748, 0.010120823, 0.00350898528, 0.0169925857, -0.00289775571, 0.00293227704, 0.0019159303, 0.00632754527, -0.0167164151, -0.00208345987, 0.00513757672, 0.00561681297, 0.0077002733, 0.01635902, -0.015156867, 0.00522286445, 0.00483703846, -0.00220326916, -0.00833383948, 0.00512133166, 0.0155629991, -0.0121758543, 0.00127931754, -0.0149781685, -0.00833383948, -0.00134937535, 0.00886993483, 0.00884556677, 0.012833789, 0.0106406724, 0.0147344889, -0.00210579718, 0.00507259555, -0.00384201389, 0.00780586759, 0.00173215533, -0.0112255039, -0.00267032161, -0.0211351383, -0.00265407632, -0.00685551763, 0.00315564987, 0.00366940768, -0.00752157485, 0.00440653833, -0.00783023518, -0.0131180817, 0.0103238896, -0.0118753156, -0.0123870429, 0.000521880342, 0.00917859562, -0.0193806458, 0.0219474025, 0.0126713356, 0.00690019224, 0.0183084551, -0.00130470085, 0.0254238974, -0.00571834622, 0.0152056031, 0.00776119297, -0.00801299512, 0.0073428764, -0.00287338789, 0.00592953525, 0.0205015708, 0.0102345403, 0.0514651164, -0.0123545518, -0.00265610684, -0.00240633544, 0.00281043723, 0.0137678934, 0.00314549659, 0.0250015203, -0.0051741288, 0.00467864703, 0.00199208013, 0.00506041152, -0.0121189952, -0.00245101, -0.00644938508, 6.55523327e-05, 0.000344451168, 0.0150431497, 0.0119159287, -0.0118671935, 0.00694892788, 0.0122976936, 0.022126101, -0.00246725534, -0.00739973504, 0.00722103659, -0.0140440632, -0.00279622269] |
27 Apr, 2020 | How to load font-awesome using SCSS ?
27 Apr, 2020
In order to load font-awesome icons in SCSS you need to follow these steps:
Install Font-Awesome starter kit: Go to the font-awesome website and download the free starter-kit for web.
Create a project in your directory: In your project directory create 2 folders:
public
resources
The public folder will contain your html and css files whereas the resources folder contains your scss files.
Run npm init in the terminal: Initialize npm by running the npm init command to create a package.json file.
npm init
Install node-sass: After running the npm init command, install a library called ‘node-sass’. This command will natively compile scss to css.
Note: Node-sass needs to be installed as a development dependency.
npm install node-sass --save-dev
Create a folder inside resources: Create a folder called assets in resources folder. Unzip the downloaded font-awesome starter kit, copy the scss folder and paste it inside the assets folder.
Add webfonts to public folder: Create style.css file inside css folder. Copy the webfonts folder and paste it in public folder.
Edit the _variables.scss file in scss folder: Open the variables file and edit the ‘$fa-font-path’ by writing the path of the webfont folder.
// Variables
// --------------------------
$fa-font-path: "../webfonts" !default;
Create a style.scss file inside the scss folder: Create a file style.scss in the scss folder and import font awesome.
@import "fontawesome.scss";
@import "solid.scss";
Create an index.html file: Create an index.html file in the public directory and add the following code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<i class="fas fa-thumbs-up"></i>
</body>
</html>
Edit the scripts field in package.json file:
"scripts": {
"compile:sass": "node-sass resources/assets/scss/style.scss public/css/style.css -w"
}
This command will convert scss to css files while keeping track of changes.
Compile your code: Open the terminal and use the following command:
npm run compile:sass
Note: Comment/delete the ‘ -ms-filter’ line if you encounter the following error in the style.css file after compiling.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons/How to use Font Awesome Icon as a Cursor?/Bulma Font Awesome Container/How to load font-awesome using SCSS ? | https://www.geeksforgeeks.org/how-to-load-font-awesome-using-scss?ref=asr6 | CSS | How to load font-awesome using SCSS ? | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, How to load font-awesome using SCSS ?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, Bulma Font Awesome Container, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to use Font Awesome Icon as a Cursor?, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.023453081, 0.0184530579, -0.0234778337, 0.0205446519, 0.0287130065, -0.00391090941, 0.00423888164, 0.0363863111, -0.0445051603, 0.0379952304, -0.00127939961, -0.0184654333, 0.0150619522, -0.0109592099, 0.0299506374, 0.0133787766, -0.0317080729, 0.00505571719, -0.0235644672, 0.011107726, -0.0109035168, 0.00663988292, -0.00381808728, -0.0147154164, -0.0200619753, 0.00143332977, 0.0140347201, 0.0221288186, -0.0331932269, 0.00279085478, 0.0140718492, -0.0161386896, -0.0136386789, -0.0301239043, -0.020903565, 0.0441586263, 0.044851698, -0.00647280272, -0.0474754721, -0.00934410375, -0.0179580059, -0.0212253481, -0.00477106217, 0.0194802899, 0.00474321563, -0.0503962785, 0.0385645404, -0.0370298773, 0.00362625485, -0.025470417, 0.00587255275, 0.0201486107, 0.0257674493, -0.0172649324, -6.16881e-05, -0.0045668534, -0.00646661501, 0.00454519503, -0.0341585763, -0.00659656571, -0.0168812685, -0.00875623, 0.00225093891, 0.009529748, -0.032203123, 0.0184778105, -0.0106559908, 0.0294803381, -0.0109592099, 0.0211015847, -0.0181807801, 0.0183540471, 0.00722156884, 0.0110149039, -0.00766711542, 0.0299506374, 0.0169926547, -0.0120668886, -0.0273268614, 0.0703963712, 0.0212377235, -0.0412873253, -0.013143627, 0.0354209617, -0.00652849628, 0.0141832354, -0.035990268, -0.0448269434, 0.0112191122, -0.00604582066, -0.0206684154, -0.00416462356, 0.0467081405, -0.0108478237, 0.0159159172, 0.0334407538, 0.0207426734, -0.0132550132, -0.00542081799, -0.0276981518, 0.0169183966, 0.00719681615, -0.0224382244, -0.0406437553, -0.027599141, -0.00878098235, 0.0337130316, -0.0102599496, -0.0146906637, -0.0282179546, 0.0363615602, 0.00461017, -0.035891261, -0.00387996878, -0.00541772367, 0.0211139619, 0.0245545711, -0.0360150225, -0.00683171535, 0.0335645154, 0.00829211809, 0.0193689037, 0.00326424814, 0.0562873967, -0.0187129602, 0.0331932269, 0.0150495758, -0.0451487303, 0.00927603431, 0.0124258017, 0.00970301591, -0.0316090621, 0.0161386896, 0.0305694509, 0.0168193858, -0.00821786094, -0.00532490155, 0.00116259838, -0.0100309877, -0.0362873, -0.0168441385, -0.011868868, -0.0463616066, -0.0109715862, -0.0131931314, 0.0286139976, 0.00537750078, 0.0295050908, -0.00353652658, 0.0374754258, -0.0311882664, 0.0242575407, 0.0223515909, -0.00748765934, 0.0376981981, 0.00187655597, -0.0130941216, -0.0036386312, 0.0377972089, 0.0359160118, 0.066633977, 0.0117884222, 0.0033416, 0.00261449255, -0.0171659235, 0.0216585193, 0.00696166651, -0.0126238223, -0.0332427323, 0.0243194215, 0.0375991873, 0.0429952517, -0.00350868, -0.0091894, -0.0108478237, -0.0174382012, 0.0124753062, -0.0399259329, 0.0227723848, -0.00844063424, -0.0846043602, -0.00629953481, 0.025470417, -0.00451734802, 0.00151764334, -0.00570856687, -0.0189728625, -0.0171659235, -0.0207921769, -0.034901157, -0.0238491222, 0.022920901, 0.0138738276, -0.00638616877, 0.0190718733, 0.00219524559, -0.0515349, -0.00130647281, 0.037772458, -0.00493814237, -0.0275248829, 0.0207179207, -0.0111757955, 0.0285149869, 0.0353714563, -0.00683790352, 0.000917392957, -0.0142327407, 0.0444061495, -0.0283169653, 0.0105446046, -0.0037747703, -0.0020312597, -0.0264605209, 0.0120421359, -0.00346226897, -0.0186387021, 0.0194307845, 0.0241956599, 0.0177847371, -0.00961019378, 0.0148020508, 0.0132673895, -0.00368194818, -0.0344556086, -0.014950566, -0.00623455923, -0.0232303087, 0.0247897208, -0.00847776327, 0.0171906762, -0.0247649681, 0.0103403954, 0.0190842487, 0.00237160781, -0.0293565746, 0.00750003569, -0.0160768088, -0.0318813398, 0.0601983033, -0.0157055203, 0.0186510794, -0.00306932139, -0.0564359091, -0.0225496124, 0.00281251338, 0.00115408958, -0.0104208412, 0.0262625013, -0.0271783471, -0.0234283283, 0.00977108628, -0.00120050076, 0.0103218313, -0.0136015499, -0.00208695303, -0.0368318595, -0.00405633124, 0.0385397859, -0.00616339548, 0.011639907, 0.000327004964, -0.0150248241, 0.0352229401, -0.00746909482, -0.0506438054, 0.00443380792, -0.0253095254, -0.00602416229, -0.0023453082, 0.0460645743, -0.0244308095, 0.00939360913, 0.0259159636, 0.00116956, -0.0293070693, 0.00279858988, -0.0133292712, 0.0197896976, -0.0152847255, 0.0111262901, -0.0107673779, 0.0258664601, -0.00437811483, 0.00920177624, -0.0669310093, -0.0362873, 0.0108168833, -0.0257179439, 0.0364853218, -0.0383170135, -0.04237644, -0.000574724283, 0.00704211276, 0.00328900083, -0.00230972632, -0.014665911, -0.0169183966, -0.00788370054, -0.000315595564, 0.00691835, -0.00938123278, 0.025965469, 0.00238089, -0.0143565033, 0.037945725, -0.0188243464, 0.0154332416, 0.00119431259, -0.0101238107, 0.0496537, 0.038935829, -0.00949261896, -0.0216585193, -0.0122030284, 0.00952356, 0.0075186, -0.0265100263, -0.0310892556, -0.0151362102, -0.0262872539, -0.0334655046, -0.056683436, 0.0288862754, -0.00831068307, -0.00775993755, -0.0624260381, -0.0217822809, 0.00741958944, -0.0178837478, 0.0199010838, -0.0322773792, 0.0163862165, 0.0109220818, 0.0573765077, -0.00469680456, 0.000783961033, 0.0291585531, -0.00530943088, -0.00194307847, -0.00841588154, -0.00109684921, 0.00160427741, -0.0219926778, 0.0273516141, -0.0433665439, -0.0219060443, -0.0073082028, 0.0756439194, -0.0298021212, 0.000759981922, -0.00615101913, 0.0601983033, -0.0306189563, 0.00465348735, -0.0162377, 0.000445159909, -0.0449754596, -0.00574260158, 0.00620052451, 0.0328961946, -0.00198020739, -0.00709780585, -0.0100866817, 0.0382675081, -0.053069558, -0.00300898706, 0.00579520082, 0.00581376534, -0.0035767497, -0.0179703813, 0.0417823754, -0.0035550911, -0.017995134, -0.0390843451, -0.0238367468, -0.0116646588, -0.0338615477, -0.0291090496, 0.0229085237, 0.0158540364, 0.0430695117, -0.0160644334, 0.01590354, 0.053812135, -0.0238491222, 0.00732057914, -0.00445546675, -0.016188195, -0.00639235694, -0.0244060569, -0.00764855091, 0.0353219509, -0.0219431724, 0.000109839631, -0.0430200063, 0.0188986044, -0.00247680629, 0.00498764729, -0.0263615102, -0.00355818518, 0.0124753062, 0.0413120762, 0.026534779, -0.0337377824, -0.0248144735, 0.0267328, -0.0105507923, -0.0033416, -0.00242575398, -0.0384160243, 0.00102181791, -0.00280787214, 0.00803221669, 0.0162005723, 0.0228466429, 7.04868726e-05, 0.0713864788, 0.0144307613, 0.0120421359, -0.013143627, -0.00665844744, 0.0062407474, 0.00123144151, 0.0425002, -0.0162748303, -0.0203590076, 0.0241585299, 0.0248144735, 0.00603963248, -0.038935829, -0.00330137694, 0.00145885593, 0.0113985687, -0.0260892324, -0.00198484841, 0.0307922252, -0.000462564087, 0.0047803442, 0.0166213661, 0.00550435763, -0.00823023729, -0.00324877771, -0.0156807676, -0.0490843914, -0.0256189331, -0.0150619522, 0.0217080228, 0.00429457473, -0.047723, -0.0447031818, -0.00762998685, -0.0335645154, 0.0256189331, 0.00425125798, -0.0133540239, -0.0316833183, 0.0200991053, -0.0128465956, -0.0410893038, 0.0391586, -0.0352971964, 0.00155709276, -0.00951118395, -0.0160520561, -0.00716587575, -0.0245421957, -0.0238367468, -0.0100248, 0.0104641588, -0.0023205555, -0.00775993755, 0.0214728732, 0.0567329414, -0.0246164538, 0.0130446162, -0.0167451296, -0.0163985919, 0.0231065452, -0.0242946688, -0.0164604746, 0.0206560381, 0.0401239507, 0.0141089773, -0.0109035168, -0.0298763793, -0.0126176337, 0.0474507213, 0.0020714826, 0.0149258133, 0.0533665903, 0.0308664832, -0.0289605334, -0.01293323, 0.02526002, -0.0259407163, -0.0352724455, -0.016014928, -0.00375001784, -0.00922034, -0.00362316077, 0.0390100852, 0.000628483773, 0.0194060318, 0.0230322871, 0.0373516604, -0.0166089889, 0.0366585888, -0.0093317274, 0.00481437938, 0.0270793363, -0.00930697471, -0.010061929, 0.0226857513, -0.0533170849, 0.0148391789, -0.00753716426, -0.00168627035, -0.0182179082, -0.0235644672, -0.00168472331, 0.00600559777, 0.00979583804, 0.000357752317, 0.00623765308, -0.0111448551, 0.0528220311, -0.00694929, 0.000837720581, 0.00915845949, -0.0155446278, 0.00926984567, 0.00697404286, 0.0192946456, 0.0141089773, 0.0321783684, -0.0139109567, -0.00601797411, -0.00969064, 0.001317302, -0.0339853093, -0.0252105147, -0.0202104915, -0.00996910688, -0.0506933108, 0.0186263267, 0.00623146538, -0.0628220811, 0.0151362102, -0.00476178, -0.0132797658, 0.02883677, -0.00414605904, -0.0143936323, -0.0132550132, 0.00547032291, -0.0320546068, -0.0444061495, -0.0288120173, -0.00536821829, 0.0287625119, -0.0105322283, 0.0465348735, -0.010346584, 0.00612007873, -0.000669093512, -0.0130446162, 0.0212624762, -0.0247773454, -0.00663988292, 0.0164109692, 0.0195421726, 0.00748147117, -6.8649766e-05, -0.00388925103, -0.00907182507, 0.0472774506, -0.00939979684, 0.0313120298, 0.0129951108, 0.0164357219, 0.0211263373, 0.00521042058, -0.0216090139, 0.000126566971, 0.0488616191, 0.00176207523, -0.029901132, -0.00232364959, -0.0173639432, 0.0255941804, -0.0170050319, 0.0137253124, -0.00177445146, 0.00179456291, -0.00125774113, -0.0212996062, 0.00731439097, 0.000274405698, -0.02472784, -0.00654087262, -0.00469371025, 0.0138367, -0.00829211809, -0.0150495758, 0.00151996384, 0.0285644922, -0.00696785469, -0.012116394, 0.00267482712, 0.00954212435, 0.0125990696, 0.0198144503, -0.0325249061, -0.0125433765, -0.00870053656, -0.0192080121, -0.00516091567, -0.0164109692, 0.00696166651, 0.0161139369, 0.0290595442, 0.0220793132, 0.0146040292, 0.030643709, 0.0302971732, -0.00833543576, -0.00128713483, -0.00131884904, -0.0298516266, -0.0516339093, -0.0375744365, -0.00358912582, 0.0122772856, 0.00622837106, 0.0266832951, 0.0169926547, 0.0111015374, -0.00819929596, 0.00627787644, 0.0146287819, 0.0061572073, -0.014418385, 0.0578715615, -0.00823023729, 0.0242946688, -0.0112624299, -0.000100364028, 0.02883677, -0.00612007873, 0.00833543576, -0.0165347327, -0.0159654226, -0.00157178962, -0.00547960494, 0.00489173131, 0.00115718367, 0.00373145333, -0.0347526409, 0.0157921538, -0.0138243232, -0.0205075238, 0.0140594728, 0.00734533183, 0.0275496356, -0.0153589835, -0.0315843076, 0.0117946099, -0.0174010731, 0.0200743526, -0.0281436983, -0.00264079217, -0.00523517327, 0.013886204, -0.0115408963, 0.00104192947, 0.0284407288, 0.0436388217, 0.0151238339, -0.0203961357, -0.0136881834, 0.000603344466, 0.00617577182, 0.0217575282, -0.0180446394, -0.00044090554, -0.0267328, 0.00444309041, -0.0182302836, 0.00125696755, 0.0380447358, 0.00722775701, 0.0491586477, 0.0196535587, 0.00586945843, -0.0109777749, 0.0228590183, -0.0202476215, 0.00273516146, 0.010346584, 0.0173639432, -0.0241585299, -0.0396289, -0.0255199224, 0.0118255513, 0.0231189206, -0.00351486821, 0.0117512932, -0.0292328112, -0.0216956474, 0.0173268151, -0.01413373, -0.0169060212, 0.0295050908, 0.0126980804, 0.00987628475, -0.00579520082, -0.00319617847, -0.0693567619, 0.00787751283, -0.032599166, -0.00272433227, -0.018886229, -0.0130693689, -0.0238986276, -0.00996910688, -0.0299753901, -0.0302229151, -0.0187872183, -0.00699879555, 0.0105631687, 0.0115532726, 0.0463863574, -0.00405014306, -0.0132673895, 9.1226837e-05, -0.00620361837, 0.0069864192, -0.00991341285, 0.00565287331, 0.0389853343, -0.0202104915, -0.0160273034, -0.011107726, 0.00440905569, 0.00750622386, -0.0100804931, 0.0482180491, 0.0194060318, 0.0402229615, -0.00805078074, -0.0151609629, 0.0337625369, -0.0173391905, 0.00354890293, -0.0016661589, -0.0248763561, -0.020334255, -0.0221535694, 0.0323021337, 0.015482747, 0.00304456893, -0.0153961126, 0.0150867049, 0.0281189457, -0.00236541964, -0.021930797, -0.018316919, -0.00517948, -0.00709161768, 0.0262377486, 0.00780325476, 0.0322773792, 0.0153713599, -0.00611079624, -0.00917702354, 0.00467514573, -0.0384902805, -0.0158416592, 0.00340657565, 0.0205322746, -0.00628406461, 0.00585089391, 0.0277971607, 0.0229827818, 0.014418385, -0.0207550488, -0.00568072, 0.0367823541, 0.0328219384, -0.0119555024, 0.0145916529, 0.0161263142, 0.0353219509, 0.0163243338, -0.0068874089, -0.00140935078, -0.0112314885, 0.0115347086, 0.00460707629, -0.00425125798, -0.0640102, -0.00902232, -0.0208788123, -0.0119121848, 0.00621599471, -0.0176609755, 0.0127599612, -0.0321536176, 0.0120297596, 0.0138490759, 0.00721538067, -0.0388863236, 0.0354952179, 0.00913989451, 0.0142698698, 0.0044678431, -0.00728963828, -0.0159282926, 0.0357179902, 0.000980048, 0.0183292944, 0.0175867174, -0.000235343, -0.0172649324, 0.0184406806, 0.01029089, 0.0211263373, -0.0157426484, -0.0371536426, 0.0279704295, -0.00221071602, -0.0174629539, 0.038292259, -0.0219431724, 0.0129703581, 0.0767825395, 0.0142698698, 0.0188119709, 0.0107921306, -0.0119493138, 0.000825344236, -0.0235273391, -0.0256189331, -0.0248763561, 0.0120421359, 0.0176238455, -0.0185025632, 0.0266090371, -0.0134901628, 0.0138490759, 0.018106522, 0.0225619879, -0.0155817568, 0.0190099906, 0.0542081781, -0.0144431377, -0.02526002, 0.0586141385, -0.0102042565, -0.0262129959, -0.00502477633, -0.00216894597, 0.0253342781, 0.0348268971, 0.000176845671, -0.0387130529, 0.0121225826, 0.00233138492, 0.00250001182, -0.0223639682, -0.0141832354, 0.00361387851, 0.0393813737, -0.0179580059, -0.0157426484, -0.0319308452, 0.00699260738, -0.0192451403, 0.0245669484, 0.013886204, -0.0127228322, -0.00431004539, -0.0211015847, 0.0028171544, 0.0200991053, -0.00704211276, 0.00505262287, 0.00975252129, -0.0146287819, -0.00973395724, -0.0107302489, 0.0118069863, -0.0118936207, 0.00981440302, 0.0715845, 0.0116708474, -0.02883677, -0.0242451653, 0.0102537619, 0.0042172228, 0.0202847496, -0.00923271663, -0.0275743883, 0.0382180028, -0.010309455, -0.0188119709, -0.0171906762, -0.0344556086, 0.0413615815, 0.0354704633, 0.0062407474, 0.00248454139, -0.00990103744, 0.0132550132, 0.00254487596, 0.0115904016, -0.0217327755, 0.0561388806, 0.0142822461, 0.0011618248, 0.0257179439, -0.0118750567, 0.0267575532, -0.0104270298, 0.0220174305, -0.00464111101, 0.000146388382, 0.00204673, 0.00264698034, 0.037203148, 0.000177329115, 0.00778469024, -0.0210397039, -0.0173886959, -0.0103403954, -0.000942145532, 0.0376734473, -0.0320051, 0.0104517825, 0.0101361871, -0.000135172362, -0.0389853343, -0.0105693573, -0.0190223679, -0.00576735428, -0.0150990812, -0.00574878976, -0.0161634423, 0.0192203876, -0.000887999253, 0.0196783114, -0.00277229026, -0.0190223679, -0.00759285782, 0.0129951108, -0.0121411467, 0.0185768213, 0.0173020624, -0.0121844634, 0.00457922975, 0.000837720581, 0.020866435, 0.00990722515, 0.0207426734, 0.00650374359, -0.00271659694, -0.0159530453, 0.0130074872, -0.00854583271, -0.0114295091, -0.0178094897, 0.00112082832, -0.0270545837, -0.00547341723, -0.0093317274, 0.02472784, -0.0106064864, -0.0197030641, -0.0121844634, -0.0322526284, 0.0113119343, -0.0104455939, 0.00762379868, 0.011621342, -0.0238986276, 0.0643072352, -0.00901613198, -0.00583232939, 0.0389605798, 0.0136386789, 0.0237624887, 0.0131064979, -0.037549682, -0.00617577182, -0.01650998, 0.0341833308, -0.0103960885, -0.00926984567, -0.0196164288, -0.0222278275, 0.0302476678, -0.00593443401, 0.0125124352, -0.00899137929, 0.0277229045, 0.0192822702, -0.00519495038, -0.0194060318, 0.00554148667, -0.0233169422, -0.0042017526, -0.0133664, 0.0253714081, 0.00645423867, -0.00221999804, 0.0198144503, -0.00482366141, -0.0102351969, 0.037772458, 0.0109777749, -0.0196535587, 0.0234283283, 0.0321536176, -0.016708, 0.000208656624, -0.000789375626, 0.0138243232, 0.0165223554, -0.00371598289, -0.0167203769, 0.00786513649, 0.00231591449, 0.0015748837, 0.0184159297, 0.0108292596, -0.0226362459, -0.0356189795, 0.00416771788, -0.0122277811, 0.00614483096, -0.0154951233, 0.00598393939, -0.00145344133, 0.00472774496, 0.0075742933, -0.000728654442, -0.0288120173, -0.0111943595, 0.00283571891, 0.0242822934, 0.0122958506, 0.0069864192, -0.0120111955, -0.0310397502, -0.0021998866, -0.0204827711, 0.00181776856, 0.00675745774, -0.0100681167, -0.031138761, 0.0137253124, 0.00814360287, -0.00340657565, -0.00769186812, 0.0411883146, -0.0413120762, -0.00536512444, -0.00871291291, -0.00247835321, 0.0164852273, 0.00517329201, 0.011868868, -0.00277074333, 0.0304951947, 0.0225001071, -0.0151857156, 0.0219060443, 0.000530246936, -0.0469309166, 0.00345917488, -0.0118255513, -0.00188274402, 0.0170050319, -0.00971539225, -0.027029831, 0.0177352317, 0.00186882075, -0.00249846489, -0.0285644922, -0.0129951108, 0.0199010838, -0.0237129834, -0.000773131731, 0.00048654314, 0.0278219134, 0.0172154289, 0.0525745079, 0.00648517907, 0.0071101822, -0.0262377486, -0.0141213536, -0.000483449083, -0.0192451403, 0.0016367652, 0.00111386669, -0.00631191116, -0.000689978537, 0.0157550257, -0.00455757091, -0.00830449443, 0.0100743053, -0.0058601764, 0.0112314885, 0.00159035402, -0.00808791, -0.02058178, -0.00525992597, -0.00690597342, 0.00717825163, -0.0060736672, 0.00634285202, -0.00576426, 0.0147154164, 0.0104889115, -0.011547084, 0.0249011088, -0.00924509298, 0.0080445921, 0.045767542, -0.00996910688, 0.0235397164, 0.00568072, -0.0108106947, 0.000457536196, -0.0184654333, 0.0246659592, 0.00512069277, -0.00520423241, 0.0266585425, -0.00852726772, 0.0086015258, 0.011831739, -0.00273052044, 0.0263862628, 0.00599940959, 0.0187253356, 0.022995159, -0.00238707825, -0.00059096812, -0.00251393509, -0.00536821829, 0.000513229519, 0.00133199885, -0.01704216, -0.00132426375, -0.00642948598, 0.0122030284, -0.00358603173, 0.0110025275, -0.0150248241, 0.0114790145, -0.0048638843, -0.00905326102, 0.0119678788, -0.00513616297, 0.0308417305, 0.0349754132, 0.000884905166, -0.0310892556, 0.0236882307, -0.0300991517, -0.00526302, -0.0015802983, -0.0127847139, 0.0119555024, -0.00928222202, 0.0571289845, -0.0329704545, -0.00455447705, -0.00356746744, -0.00769805629, 0.00959163, -0.019344151, -0.011584213, -0.00539915916, -0.011355252, -0.0129208537, 0.010538416, -0.0160520561, 0.000154316949, 0.00485769613, -0.0291090496, 0.0286139976, 0.0135272918, -0.00659656571, 0.00473702746, -0.00706686499, 0.0118193626, 0.0211263373, -0.0144307613, -0.00693072611, -0.00803221669, -0.00539297098, -0.00336325844, 0.00286356546, 0.000237083426, 0.0175743401, 0.0124876825, 0.00104579702, 0.00191059068, 0.0134654101, 0.0289852861, 0.027029831, 0.0151609629, 0.0120173832, -0.0383665189, 0.0244308095, 0.030148657, -0.014455514, -0.00771662081, 0.0185396913, -0.0284902342, -0.000453668617, -0.000127050414, 0.0104270298, 0.0167698823, 0.00366028957, 0.00558170956, 0.0274753775, 0.0322278738, 0.0157426484, 0.00930697471, -0.00998148322, 0.0157550257, 0.00611698441, 0.0214852504, 0.0184654333, -0.00575497793, -0.0093317274, 0.023663478, 0.0146535346, 0.00314357923, -0.0029300882, 0.00709161768, 0.0358417556, 0.012685704, -0.0210397039, -0.0387130529, 0.0172154289, 0.00911514182, 0.0215471312, -0.0247897208, 0.0115223322, -0.00362934894, -0.0195916761, -0.000522511778, 0.0127970902, 0.0268070586, 0.0223639682, -0.0118379276, 0.0113243107, 0.00409655413, -0.0360397734, -0.0329952054, 0.0182674136, -0.0107673779, -0.027029831, -0.000621522136, -0.00585708208, -0.0131807551, 0.0463121, -0.00970301591, 0.0382675081, 0.00299661071, 0.0165966135, 0.0038583104, -0.020408513, 0.00889236853, -0.0044833133, -0.0215718839, -0.0170792881, -0.0238367468, -0.0378219597, -0.0148020508, 0.00814979151, -0.0129579818, -0.00157333666, -0.00352105638, 0.0192698929, 0.00974633358, 0.00634285202, 0.00461017, -0.0333169885, 0.0145421484, -0.00311573269, 0.00486079045, 0.00307086855, -0.00719062798, 0.00946167856, 0.0306684617, -0.00991341285, 0.0141832354, -0.0109777749, 0.00606129132, -0.012592881, -0.00416462356, -0.020866435, 0.0068131513, 0.00374073558, 0.0143317515, 0.0488616191, 0.02529715, -0.00502477633, -0.00316833192, 0.04173287, 0.0116089657, -0.00247525936, 0.0148639316, -0.00799508765, 0.000177909256, -0.0232179314, -0.0160644334, 0.00961019378, 0.0116646588, -0.00895425, -0.00905326102, -0.0276486464, 0.0349754132, 0.0300496481, -0.0120173832, 0.00520113856, 0.000944466097, 0.0118255513, -0.0140842255, -0.00760523416, 0.00598393939, -0.00801984, 0.00938742049, -0.0131807551, -0.0252228919, 0.00544866454, -0.000171721113, 0.00894806255, -0.00387068675, -0.00959163, 0.018279789, 0.0136263026, -0.0173391905, 0.0200248472, -0.0145916529, -0.00307396264, -0.022673374, -0.00390472147, -0.00696785469, -0.0112624299, -0.0094988076, 0.0102351969, 0.0141584827, -0.00743196579, -0.00326734222, -0.0141089773, -0.0169802792, -0.0166461188, -0.00776612572, 0.00095452182, 0.0178342424, -0.00263924524, 0.0022911618, 0.00772280898, -0.00811885, 0.00928222202, 0.0155693805, 0.0176609755, -0.0137500651, -0.0474259667, -0.00997529458, 0.0121225826, -0.0205322746, 0.000568149379, -0.00827974174, -0.00444927858, -0.00845301058, -0.00507118739, 0.00697404286, -0.0152723491, -0.00512069277, 0.0194679145, -0.00574260158, 0.0205694046, 0.0251486339, -0.0205446519, 0.0280694403, 0.0176609755, 0.00284809526, 0.00524445577, 0.0058601764, -0.011336687, 0.0102413855, -0.0217575282, 0.0205694046, 0.00187655597, 0.00537131261, -0.0268813148, 0.00340348156, 0.0111943595, -0.0177971143, 0.00988866109, -0.0242204126, 0.0194184091, -0.0310149975, -0.00340657565, 0.0154208653, -0.0197030641, -0.00618505385, -0.00637998059, -0.0143317515, -0.00104502356, -0.0172649324, 0.027029831, 0.0116770351, 0.00137531594, -0.0240966491, 0.0451734811, 0.00423578732, 0.0238119941, 0.00127553206, 0.00827355403, -0.00842825789, -0.00500930613, 0.0248268507, 0.0111943595, 0.0065470608, -0.0206684154, 0.00909657776, 0.0302971732, -0.0178589951, -0.00447093695, 0.0104517825, -0.00113475171, -0.00434717396, -0.00203590072, -0.0161758196, -0.0141956117, 0.029901132, -0.0247154646, 0.0276238937, 0.0296783578, -0.00325806, -0.0265595317, -0.00453591254, 0.00228187954, 0.0247649681, 0.0279209241, 0.0159159172, -0.0246659592, -0.0248392262, 0.0147649217, 0.00430385722, -0.0107921306, 0.00316059659, -0.0230817925, -0.00570856687, -0.00528467866, -0.0175248347, 0.0532180741, 0.0310149975, -0.0101918802, -0.0158045311, 0.035891261, -0.00905326102, 0.00469680456, 0.0613369234, 0.0145916529, 0.00781563111, 0.0295050908, 0.00322093116, 0.018886229, -0.00515163317, -0.0115904016, -0.00145112071, -0.0213367343, 0.0171411708, -0.000471459527, -0.00268565631, -0.00250929408, -0.0131312506, 0.0481437929, -0.00143332977, 0.00753716426, 0.0156560149, -0.0173763204, 0.0168688912, -0.020408513, 0.0273516141, -0.0235025864, -0.00228806771, 0.00473702746, -0.00554767484, -0.0129703581, 0.00562193245, -0.0146164056, -0.00355199701, -0.00870672427, -0.00128945534, -0.0197278168, -0.0037593, -0.000558093598, -0.00479272055, -0.0385892913, 0.00813122652, 0.00492576603, -0.0128837246, -0.0459408127, 0.0105260396, 0.000693846087, -0.00553839235, 0.00788370054, 0.000123956343, 0.0332179777, -0.0016708, -0.000284268055, -0.00777850207, 0.0355942287, -0.0108168833, 0.000830758887, 0.0039201919, -0.0281189457, -0.0251238812, -0.000602570944, -0.00456375908, -0.00642948598, -0.0214233696, -0.0274753775, 0.00660894206, -0.00722156884, -0.0139604621, 0.0377972089, -0.00209623529, -0.0107550016, 0.00814360287, -0.0282179546, 0.00806315709, -0.00948643126, 0.0135396682, 0.011355252, -0.0112314885, 0.0139480857, 0.00422031712, -0.0094988076, 0.0235273391, 0.00696166651, 0.0300991517, -0.0345546193, -0.00798889901, 0.0220669359, 0.0074072131, -0.0158416592, -0.0170792881, -0.0131931314, -0.0072772624, 0.00356437336, -0.0190099906, -0.0269555729, -0.0133416476, 0.0119988192, 0.00418318808, 0.00787751283, -0.0265595317, 6.27033442e-05, 0.00752478791, 0.0145545248, -0.0099257892, -0.02061891, 0.00189202628, -0.000311727956, 0.00278311968, 0.0115099559, -0.00980821438, 0.0217575282, -0.00119585963, -0.00147819391, 0.0528715365, -0.00863865484, -0.0107054962, 0.0161510669, -0.00181158038, 0.0305199474, -0.00224475074, 0.0150495758, 0.0226609986, -0.00094601314, 0.0127723375, -0.0316833183, 0.0314110406, -0.0144431377, -0.00353962067, -0.0158045311, 0.0130817452, -0.0171164181, -0.00448021945, -0.01293323, 0.0217327755, -0.0137129361, 0.00681933947, 0.00850870367, 0.00666463561, 0.0183292944, -0.034901157, -0.00637379242, -0.0262872539, 0.0203095023, -0.000490410719, 0.00566524966, -0.0180446394, 0.0137129361, 0.000104231622, 0.0150000714, -0.00365719548, 0.00161355967, -0.0281436983, -0.0134901628, 0.00265471544, 0.00336635252, 0.0236387253, 0.00114867499, -0.00801365171, 0.00289295916, -0.011868868, -0.00293163513, -0.0146906637, -0.00204673, 0.0217327755, 0.0122834742, -0.00832924712, 0.00509284576, 0.0131064979, -0.00298732845, 0.0453962535, 0.00748765934, -0.0298763793, 0.0150495758, -0.0142327407, 0.0046503935, 0.00871910062, 0.000719759, 0.0123391673, -0.00988866109, 0.00744434213, -0.0132797658, 0.0249258615, 0.0158787873, 0.0057611661, -0.0106002977, 0.00927603431, 0.00526302, -0.00558789773, -0.0211139619, 0.0172773097, -0.00310335634, -0.00621599471, -0.0258417074, 0.00542391185, -0.0119864428, 0.00439667935, -0.0109530222, 0.00920796487, -0.00221845112, 0.0323021337, 0.00258974, 0.00287748897, 0.0307179671, 0.0170916654, -0.0142698698, 0.00210706447, -0.0105260396, 0.0077413735, -0.0225372352, -0.00461635832, -0.00121674465, 0.00295329373, 0.0149258133, 0.014987695, -0.00162903, 0.00488244882, -0.008768606, -0.0103651481, -0.0219926778, 0.0012260268, -0.020408513, 0.00305849221, -0.0172278043, -0.0045668534, -0.0182921663, -0.0110210916, -0.004384303, -0.0235149637, 0.0102723259, 0.0136015499, -0.00620671269, -0.0117451055, -0.0110149039, -0.00103264721, 0.00530943088, 0.0124753062, -0.0111696078, -0.00771043263, 0.0066893883, -0.0308912359, -0.00423269346, -0.0169060212, 0.0305446982, -0.00808791, 0.00550745195, -0.0201362334, -0.00389234512, -0.00173268153, -0.0111881718, 0.00297185825, 0.00774756167, 0.0109406458, 0.0114480741, -0.00991960149, 0.0233912, -0.00967207551, 0.00374073558, 0.00157875125, 0.00131266087, 0.0305694509, 0.0165594835, 0.00253404677, -0.0132921422, 0.0159282926, -0.00344370445, -0.00368813635, -0.0210644566, -0.0105817337, 0.0127599612, -0.00946786627, -0.000583619694, -0.00883667544, -0.0108725764, -0.0204208884, 0.0161139369, 0.00679458678, 0.0109406458, -0.0138119468, 0.0150000714, 0.0427477285, 0.00706067681, -0.00855202, 0.00403157854, 0.00400063768, 0.0405695, -0.0200124718, 0.0145916529, -0.011621342, -0.00983915571, 0.0157921538, -0.0232179314, -0.00629025279, -0.00545794657, -0.0135767972, -0.0114047574, 0.00526920799, -0.00922034, -3.31887786e-05, -0.0288120173, 0.00444927858, 0.00443999609, -0.00661513, 0.000219099122, 0.0241832826, 0.0175619647, 0.0106498031, -0.0214604978, -0.0193193983, -0.00547032291, 0.00633047568, 0.00797652267, -0.002634604, -0.0294555854, -0.0179208778, 0.0285892449, -0.00696785469, -0.00457613543, 0.0122277811, 0.010804507, -0.00769805629, -0.0233664475, -0.00316369068, -0.00250465306, -0.0351981856, -0.0110829733, 0.018032264, 0.0279704295, 0.0200743526, 0.0273268614, 0.00748147117, 0.00884286407, 0.0176733509, 0.018106522, 0.0422031693, -0.0129827345, -0.0138243232, 0.0228961483, -0.0200124718, 0.00265471544, -0.0298516266, -0.018106522, -0.0206436627, 0.00851489138, 0.00251393509, 0.00424197549, 0.0145669011, -0.00366647774, -0.00826117769, 0.00479581486, 0.00954831298, -0.00240564253, -0.00424197549, -0.033118967, 0.0132797658, 0.0275001302, -0.0237253606, 0.00959781744, 0.00516400952, -0.0249382369, 0.0132921422, 0.0218317863, 0.00975871, -1.59054744e-05, -0.0254951697, -0.0049319542, 0.00796414632, 0.0036541014, 0.00933791511, 0.00611698441, 0.00397279114, -0.0118998084, -0.0166337416, 0.00431004539, 0.0031126386, 0.0127599612, -0.00344061037, -0.00398207316, 0.0151609629, 0.00782800745, -0.0037376415, -0.0124629308, -0.023453081, 0.0215718839, 0.00175898115, 0.000963804079, 0.00366647774, 0.0225991178, -0.0233540703, 0.00473083928, -0.0134159047, -0.020408513, -0.00984534342, 0.00565906148, -0.0201486107, 0.00415534154, -0.00171875814, -0.00258200476, 0.00935029145, -0.0114356978, 0.00271969102, 0.017537212, 0.011602778, 0.0142327407, 0.00263615116, -0.00573331909, -0.00178063964, -0.00905326102, -0.0146782873, 0.0337625369, -0.0120421359, 0.0157426484, -0.00685646804, 0.0121349581, -0.0138985803, 0.0107735656, 0.00761142233, 0.0104455939, 0.00452353619, 0.0172154289, 0.0169060212, 0.0135149155, -0.0157550257, 0.00946786627, 0.0177352317, 0.00248608855, 0.00427601, 0.0153837362, -0.00318689621, -0.00267946813, -0.0119059971, -0.013143627, -0.0169060212, -0.00412440067, -0.00709161768, -0.00436264463, 0.0046813339, -0.00511141028, 0.00395422662, -0.00663369475, 0.00718444, -0.00891093351, -9.12751857e-05, 0.00161046558, -0.00478653237, -0.0175743401, -0.00161201262, 0.0115347086, -0.00962875877, -0.00889855716, -0.00733295549, -0.00109607575, 0.0106498031, -0.00398516748, -0.0331684723, 0.0138367, -0.0230075344, -0.00210551731, 0.00590039929, -0.0065223081, 0.00251393509, -0.00469061639, -0.00759904599, -0.00192451407, 0.0205075238, -0.0114604505, 0.00949261896, -0.00545794657, -0.00597775122, 0.00151454925, -0.0137005597, 0.0367576, 0.00980202667, -0.0119926315, 0.00207767077, 0.0147277927, 0.00818073191, 0.00228652079, 0.00436573848, 0.00524754962, 0.000185064302, -0.00465658167, -0.00422341097, 0.0129456054, 0.00754954061, 0.0149753187, -0.0274506249, -0.0050124, 0.0162377, 0.00625002943, -0.00856439676, 0.0122525329, 0.0182550363, -0.00847776327, -0.0163367111, -0.0029239, 0.00641710963, 0.000756887894, 0.00382427545, 0.0200000945, -0.021856539, 0.000490797509, -0.00500621181, -0.023279814, -0.0126547627, -0.0101114344, -0.0195916761, 0.0058911168, -0.0159159172, -0.0089666266, -0.0109035168, -0.0205199, -0.0367823541, -0.00128481421, 0.00170328782, 0.017500082, 0.000516710395, 0.0162500776, 0.0078713242, -0.0177723616, 0.00579829467, 0.0247030873, -0.00620361837, -0.00913989451, 0.0355199687, 0.023279814, -0.00837875251, -0.0123515436, -0.0104146535, -0.028168451, 0.0235149637, 0.00935029145, 0.00673889322, 0.0180941448, -0.0100186123, 0.0170916654, 0.00110458443, 0.00785894785, -0.00788370054, -0.0140966019, 0.0106436145, 0.00418009423, 0.00878098235, 0.0174382012, 0.00506190537, -0.00615101913, 0.00419247057, -0.0121102063, -0.00259128702, 0.0166956242, 0.0172649324, -0.00912751816, -0.017537212, 0.00837875251, 0.0213119816, 0.00538987713, 0.0030213634, 0.002510841, -0.0139975911, -0.0214604978, 0.00932554, 0.014418385, 0.0150000714, -0.0111634191, -0.0289852861, 0.00243194215, -0.0233664475, 0.0101423748, -0.0106993085, 0.015482747, -0.00749384752, 0.00324877771, 0.008354, -0.00646661501, 0.010099058, 0.0032735304, 0.00236541964, -0.024517443, 0.000247332559, 0.00824880134, -0.00387996878, -0.000265510229, 0.0118069863, -0.00412130682, -0.0142327407, 0.0120916413, 0.013391153, 0.0021921515, -0.000847002782, -0.0273763668, -0.00957306474, 0.00415224722, 0.00366957183, 0.0406685099, -0.0106993085, -0.00127707911, 0.0153589835, -0.00722156884, -0.008997567, -0.00316214375, -0.00685028, 0.00609223172, -0.0161510669, 0.0145297721, -0.005145445, 0.0109344581, -0.00339729339, 0.00233912, -0.02940608, 0.00521970307, -0.0295050908, -0.0124567421, -0.0147277927, 0.00456066523, -0.00923890527, -0.00156250736, 0.00287130079, 0.0077723139, -0.0165594835, 0.0192822702, 0.00770424446, 0.0102847023, -0.0276238937, -0.0261387378, -0.0331684723, -0.0150248241, 0.0051299748, -0.00197866047, -0.0101795038, 0.0152475974, -0.00640473329, 0.00411511865, 0.0178837478, 0.00282179564, -0.0257179439, -0.012592881, 0.00864484254, -0.0103156427, 0.00813122652, -0.00971539225, -0.00166770595, -0.00470608659, 0.00710399402, -0.00470299274, -0.0156807676, 0.000858605548, -0.00594990421, 0.0121597107, -0.0157178957, 0.00056428177, -0.00493814237, 0.00897281524, -0.00586636458, -0.00298114028, 0.0219060443, 0.0120111955, 0.00124923245, -0.0082054846, 0.0041862824, -0.00381808728, -0.0168688912, 0.000288329029, 0.0150743285, -0.0194060318, -0.00434717396, 0.00603653863, 0.00226950343, 0.00399754383, -0.000569309632, 0.00161510671, 0.0161015615, 0.0150248241, -0.00588802295, 0.0010999433, 0.00928222202, 0.00530943088, -0.0045668534, -0.00211634673, -0.0200372245, -0.00129641709, 0.0197030641, 7.47895683e-05, -0.0320793614, 0.0112995589, 0.0224382244, -0.00681933947, 0.00159808923, 0.0241090246, -0.0335892662, -0.0122525329, -0.00454519503, -0.0176362228, -0.0292823166, 0.0128094666, -0.0113738161, -0.00277693151, -0.0177599844, 0.00413987087, 0.00109916984, -0.00464729918, 0.0117512932, -0.0298021212, 0.0179456305, 0.00224475074, 0.00765473908, 0.00827974174, 0.0066832, 0.0104208412, -0.00624384126, -0.0060427268, -0.00275991415, 0.00119818014, -0.00418937625, -0.0211015847, 0.000355238386, 0.00194462552, 0.016708, 0.00996291824, -0.0100309877, 0.00152847264, -0.00173886959, -0.0086324662, 0.0125495642, 0.0201486107, 0.0174134485, -0.00591586949, -0.0237872414, -0.00418318808, -0.0266585425, 0.00725250971, -0.00407489575, -0.0131931314, 0.00646661501, 0.00993816555, 0.00315286149, -0.0195050426, -0.00828593, -0.0159159172, -0.0182055309, 0.000963030558, 0.000841588131, 0.00224784482, 0.00558170956, -0.0210149512, -0.0133168949, 0.013143627, 0.00957306474, -0.0201362334, -0.0112314885, -0.00699879555, 0.0107240612, 0.0298268739, -0.00866340753, 0.00606438518, 0.00284964219, 0.0182426609, -0.00812503882, 0.0172401816, 0.00256653433, 0.020408513, -0.0213491116, -0.0100186123, 0.0204580184, -0.00367576, -0.00184097409, -0.0066832, -0.000238243709, -0.00695547834, 0.0301981624, 0.00382736954, -0.0226238687, 0.0229580291, -0.0077413735, 0.000514776562, 0.00962875877, -0.000522511778, 0.0306189563, -0.003471551, 0.00332922372, 0.00661513, 0.0144926431, -0.0165966135, 0.00416771788, -0.00234221411, -0.0321041122, 0.0137005597, -0.0124072367, 0.00565287331, 0.0214852504, -0.0125866933, -0.00254487596, 0.00481747324, 0.00448640762, 0.00553529849, 0.0167451296, 0.0037747703, -0.00390472147, 0.0147772981, -1.67273374e-05, -0.00054301, 0.00300589297, -0.0117141642, 0.0211387146, 0.0161758196, -0.0173020624, -0.0230694171, -0.00224629766, 0.0107673779, 0.00621908903, 0.0117698582, 0.0216585193, 0.00569619052, -0.0106683671, 0.0221164413, 0.00791464187, -0.018774841, -0.00868816, -0.00359531399, -0.0259902216, 0.00501549384, 0.00997529458, -0.0150495758, -0.00831687078, -0.00140780373, -0.0370298773, 0.0155446278, 0.0214604978, 0.00950499531, -0.00639235694, 0.00348083326, 0.00601178594, 0.0133292712, -0.0125248116, 0.0292328112, 0.0110396566, 0.011831739, 0.0118131749, 0.0295545962, -0.00731439097, -0.00152615202, -0.00472774496, 0.00442143204, 0.008236425, 0.0129579818, 0.0080445921, 0.0197649449, -0.00836018845, 0.00290997676, 0.0247030873, 0.0024520536, 0.0295298435, -0.00889236853, -0.00985153206, 0.0169802792, 0.0206065327, 0.0136634307, 0.00403776672, 0.00400063768, 0.030148657, -0.00641092146, -0.0084035052, -0.0103960885, -0.0197401922, -0.0124072367, 0.0077723139, 0.00525992597, 0.0203713831, -0.0117451055, -0.00970920455, -0.01059411, 0.00621290086, -0.0211387146, -0.0291585531, -0.0107240612, -0.0233293176, -0.0170174073, 0.0114295091, 0.00139078626, 0.00291307084, 0.0129703581, -0.00092744868, -0.0172401816, -0.00850870367, -0.00988247246, 0.0221783221, 0.0176609755, 0.0200619753, 0.00991960149, 0.0192327648, -0.015198092, 0.00729582645, 0.0248020981, -0.0012074624, 0.0110829733, -0.0144060086, -0.0182674136, 0.0163738392, 0.0150867049, 0.00102800608, 0.0130322399, -0.00394185027, 0.0356189795, -0.000510522223, 0.0284902342, -0.0102351969, 0.0198887084, 0.00431004539, 0.00536203058, -0.0110829733, -0.0237996168, 0.00353652658, -0.00557552138, -0.0231189206, 0.00744434213, -0.0140718492, 0.00817454327, 0.0168441385, -0.00238707825, 0.000704675389, 0.0223392155, 0.0168070104, 0.00530324318, 0.0025572523, 0.0279704295, 0.0165347327, -0.00550435763, -0.0122401575, -0.0188986044, -0.00170792884, -0.00496908277, 0.00332922372, 0.00299815787, 0.00317142601, 0.00884905178, 0.0197030641, -0.00357056153, 0.0056930962, -0.0261387378, 0.0122092161, 0.018316919, -0.0025062, 0.0169431493, 0.000953748357, -0.0174505785, -0.0233664475, 0.0173144378, -0.0129208537, 0.0209283177, -0.0182302836, -0.00477415649, 0.00774756167, -0.00621599471, 0.0168812685, -0.00150913466, 0.0117760459, 0.0104703465, 0.000920487044, -0.0360892788, 0.0144060086, -0.0169555265, -0.00812503882, -0.0157797784, -0.0108725764, -0.013675807, 0.0276734, 0.00935648, 0.00899137929, -0.00801984, 0.0080445921, -0.0406685099, -0.0140099674, 0.0131807551, -0.000326811569, -0.00212098775, -0.00649755541, -0.0134406574, -0.014418385, 0.0269308202, 0.0136015499, -0.0307674725, -0.0170916654, 0.0102970786, 0.00575497793, -0.0176485982, 0.00865103118, 0.00827355403, 0.00446474878, -0.000991650741, -0.0046503935, -0.0107488129, 0.0130941216, 0.00950499531, 0.0171535462, 0.00559717976, -0.00511759846, -0.00912133, 0.0192451403, 0.0062655, 0.00732057914, -0.00193689042, -0.00892331, -0.0132550132, -0.00319617847, -0.0104022771, 0.00558480388, -0.0127352085, -0.000892640383, 0.00317142601, 0.00301826932, -0.00405942509, 0.00283726584, 0.0111943595, 0.000281173969, 0.00391709758, 0.00808791, -0.0178466197, -0.00824261364, 0.00802602805, -0.000826117757, -0.008236425, -0.0401982106, 0.00375620602, 0.0149010606, 0.0132426368, -0.0190718733, -0.00159499515, 0.00546413474, -0.00662750658, 0.00454828888, 0.00296102883, -0.000728654442, -0.00490720151, 0.0083725648, 0.0195793, -0.00813122652, -0.0136386789, 0.00174969889, -0.00926365796, -0.0134654101, -0.00498145912, 0.0144926431, 0.00361387851, 0.00117806869, -0.0189357325, -0.000814515, 0.00938742049, 0.00406561326, 0.0236015972, -0.0107116848, -0.010575545, 0.0069864192, 0.00892949756, 0.00800127536, -0.00562193245, -0.0256931912, 0.0115965893, -0.0269555729, -0.0150000714, 0.00663988292, -0.00128094666, 0.000559253909, -0.0128713483, 0.027772408, -0.0148886843, -0.0148639316, -0.015977798, 0.0190718733, 0.0175867174, -0.000548424607, -0.0119988192, -0.00259902212, 0.0158292837, -0.023205556, -0.0103342077, 0.0316585675, -0.00252940552, -0.0138367, -0.00320546073, -0.00161046558, -0.0171411708, 0.0124691185, 0.0150867049, -0.00686884439, -0.021856539, 0.00758048147, 0.0110149039, -0.00527849048, -0.00889855716, 0.00502168201, 0.0231189206, -0.000700807781, 0.024517443, 0.0243813042, 0.0124381781, -0.0119926315, -0.0217327755, -0.0091894, 0.00997529458, 0.0189109799, 0.0148020508, 0.00621599471, -0.00455757091, 0.0295545962, 0.0181188975, 0.0128218429, 0.00142559467, 0.00299506378, 0.00469061639, -0.0180941448, -0.0366090834, -0.00248763547, -0.010841636, 0.00230044406, 6.86014246e-05, 0.00148979668, -0.0269060675, 0.00277538435, 0.0152971018, -0.00102723262, -0.00859533809, 0.00530633703, -0.0379704759, -0.000519030902, -0.0260892324, 0.019059496, -0.0141461063, -0.00167698809, 0.0028094193, -0.00114790152, 0.0145050194, 0.0284654815, 0.00682552718, 0.00923271663, -0.00571475457, 0.000198794252, -0.0212129727, 0.00565596716, -0.00366028957, 0.0180570167, -0.00968445186, -0.0225743651, -0.0322526284, -0.0124072367, 0.0043997732, 0.0194431618, -0.0126176337, 0.00181003334, -0.0106621794, -0.000977727352, -0.00797652267, 0.00788988918, -0.0109901512, 0.0249134842, -0.0138243232, 0.00680696312, -0.00338801113, -0.00396350911, 0.0123206032, -0.00560027407, -0.00734533183, 0.0142203644, 0.0030213634, 0.00728345057, 0.0101299984, -0.0234407056, -0.0194307845, 0.00871291291, 0.0326239169, -0.0196040533, -0.00162129477, -0.0249134842, 0.0128713483, 0.000738710165, -0.0023128204, -0.00214264635, -0.0139357094, -0.020086728, -0.00923890527, -0.0197896976, 0.000472233049, 0.0316833183, 0.0173391905, 0.00452044234, -0.00399444951, -0.00740102539, 0.00420484645, -0.0132921422, 0.0240842719, -0.0117698582, 0.000737163122, 0.000146388382, 0.00380880525, -0.0126361987, 0.0196659341, 0.0264110155, -0.0188614763, -0.0124196131, -0.0135272918, 0.0111757955, 0.0157055203, -0.0059437165, 0.00588802295, 0.016708, 0.00842825789, -0.0100495527, -0.0266337898, 0.0248144735, 0.0091337068, 0.00813741516, 0.00569619052, 0.00778469024, 0.0162129477, -0.00616339548, -0.00286201853, 0.0202723742, -0.0130074872, -0.0218194108, 0.000609532581, 0.0165718608, -0.00150062598, 0.00821786094, 0.0140099674, -0.00139078626, -0.0165223554, 0.0268070586, -0.0107178725, 0.000406097213, -0.0106126741, 0.00218596333, 0.0294308327, 0.0220916886, 0.0177352317, 0.00255261105, -0.0040192022, -0.0101609388, 0.00964113511, 0.00423888164, 0.0132302605, 0.00866340753, 0.0129208537, 0.0253961608, 0.00214574044, 0.0161510669, 0.000649368798, 0.0113304993, -0.00792083, -0.0159282926, 0.00755572878, -0.00642948598, 0.00741340127, 0.00071821193, 0.0180693921, 0.0155570041, -0.0105446046, 0.00539915916, -0.00387068675, 0.00299815787, 0.0244308095, 0.0125062475, -0.00497527095, -0.00481747324, 0.00606438518, 0.000749539468, -0.00929459836, 0.00950499531, 0.0336635262, 0.000529086683, -0.0153218545, -0.0217822809, 0.0261882432, -0.000520191214, 0.00823023729, -0.0112438649, 0.00476796832, -0.0119802551, 0.0123886727, -0.025012495, -0.0135149155, -0.0214357451, 0.00278311968, -0.0456932858, 0.00143332977, 0.015235221, -0.00299351662, -0.0241461545, 0.0116646588, 0.00179301586, -0.0236263499, 0.00759285782, -0.0224877298, 0.00118116278, -0.00887999218, -0.00548269926, -0.0173020624, 0.019839203, 0.0217327755, -0.0208293069, -0.00396350911, -0.0149381896, -0.0259407163, 0.00256962841, -0.0181560274, -0.01590354, -0.00257581659, 0.00811266247, 0.0172030516, -0.0275496356, -0.00969064, -0.0122834742, -0.0169555265, 0.0056930962, 0.0222525802, 0.0091646472, 0.00648517907, -0.0122277811, -0.0227600094, 0.00858296175, 0.0136881834, 0.0109468345, -0.0106002977, -0.0107054962, -0.0154951233, -0.0163738392, 0.018106522, 0.000898055, -0.015198092, 0.000301672233, -0.00621908903, -0.0233664475, -0.00374382967, -0.0064480505, -0.00221535703, -0.00844063424, -0.000997065334, 0.00300744, -0.0148391789, 0.0041862824, -0.0115161436, 0.00359840808, 0.010061929, -0.0246659592, 0.000235729764, 0.0466091335, -0.00780325476, -0.00535893627, -0.00962257, 0.00761761051, 0.0163243338, 0.00865721889, 4.32445195e-05, -0.00613864278, -0.00239171926, -0.0178589951, -0.0128218429, -0.00808172114, 0.012858972, -0.0247773454, 0.0100062359, 0.00183169183, 0.00554148667, 0.0152971018, 0.00988866109, 0.000532567501, -0.015198092, 0.0184159297, -0.0093626678, -0.00141321833, 0.0057921065, 0.0199382138, -0.00366028957, 0.0131064979, -0.00367576, 0.000823797192, 0.0207055435, -0.00211325265, -0.00912751816, 0.02115109, 0.0138738276, 0.0225867406, -0.0045947, -0.0195421726, -0.0179580059, -0.0123577323, -0.00138691871, -0.000655556971, -0.0233293176, -0.00118967146, 0.0171287935, -0.0165594835, -0.00381499343, -0.00862009078, 0.000770424434, 0.0123329796, 0.00640473329, -0.00930697471, 0.0029161647, -0.00431932742, -0.013391153, 0.00321474299, -0.00816216692, 0.0351486802, 0.0116337184, 0.0141089773, 7.81253693e-05, 0.0260892324, -0.0215471312, 0.0108354473, 0.000728654442, 0.019344151, -0.00888618082, -0.0194307845, 0.00679458678, -0.0177476089, 0.00650374359, 0.0136263026, 0.00533727789, 0.00909657776, -0.00765473908, -0.0156807676, -0.0107178725, -0.00984534342, -0.00952356, 0.0133787766, 0.0058756466, 0.00917083584, -0.0070111719, 0.00349630369, 0.00578591833, 0.0112067359, 0.00465658167, -0.0136634307, -0.0200124718, -0.0113861924, -0.00761761051, 0.00724013336, -0.0160396807, 0.0158169065, 0.0228095148, 0.00337872887, -0.0144802667, -0.0174382012, -0.000607985537, 0.00534656, -0.0207426734, -0.00377167622, -0.00831687078, -0.0213243589, -0.00259283418, 0.0318318345, 0.0364853218, -0.00905326102, -0.00104347651, -0.00821167231, -0.0246040765, 0.0101114344, 0.0161139369, 0.0133664, -0.0129208537, -0.0111881718, 2.14409665e-05, 0.0106931198, 0.00967826322, 0.00845301058, -0.004384303, -0.025470417, -0.00330756512, -0.00931316335, 0.00223237439, 0.0269060675, -0.0162500776, 0.018316919, -0.0133540239, -0.00320855482, -0.0130941216, -0.00367266592, -0.0142574934, -0.00306313322, -0.00994435418, 6.16881e-05, 0.000202081719, 0.0201609861, 0.00446165493, -0.000905790192, -0.00498145912, 0.015693143, -0.0158911645, 0.0141584827, -0.0229580291, 0.00801984, 0.00487626065, -0.00690597342, 0.0278219134, 0.0010759643, 0.0145669011, 0.00818073191, 0.00331375329, -0.00136216613, -0.0104455939, 0.00589421112, 0.0249877423, -0.00513306865, 0.00276455516, 0.00964732282, -0.0238986276, 0.0153713599, 0.0149381896, 0.0234407056, -0.0126423864, 0.0178342424, -0.00325187179, 0.00743815396, 0.0147772981, -0.00801365171, 0.0188243464, 0.0104641588, 0.0123082269, -0.019059496, 0.021646142, -0.00872528926, -0.00248454139, -0.00665225927, -0.0023530433, -0.00344370445, 0.00574878976, -0.00561265042, -0.00096071, -0.0133787766, 0.0238243695, 0.0317823291, -0.00824261364, 0.0158787873, -0.00275991415, -0.0109963389, -0.00941217318, 0.0246164538, 0.00222618622, 0.0101423748, 0.0113861924, 0.00618814817, -0.00582614169, 0.00505571719, 0.0170545354, 0.00808791, 0.0158911645, -0.0176238455, 0.00199258374, -0.0191337541, -0.0136263026, 0.00241801888, -0.00925746933, -0.00582923554, -0.0182179082, 0.0135891736, -0.0196783114, -0.01236392, 0.0198268257, -0.00967207551, -0.0106869321, -0.0106745558, 0.0121720871, -0.0121349581, 0.00179765699, 0.0205075238, 0.0135272918, 0.00179765699, -0.0064232978, 0.000688044704, 0.0222278275, 0.0309902467, 0.0197154395, -0.00539297098, 0.00920796487, -0.0123762963, 0.00551364, -0.00254487596, -0.020408513, 0.0186387021, -0.00827355403, -0.0194184091, 0.00118348328, -0.00697404286, 0.0110396566, 0.0113985687, 0.0221659467, -0.0157426484, 0.00249537081, -0.00920177624, 0.00214109919, -0.0196783114, -0.00602416229, -0.00318070804, 0.0192698929, 0.0107240612, 0.0146164056, 0.00030263912, -0.0105260396, 0.00201114803, 0.0049474244, 0.0173515677, 0.00677602226, -0.00376858213, 0.0133045185, -0.00132271671, 0.0246040765] |
04 Jul, 2024 | How to Use Font Awesome On Your WordPress Website?
04 Jul, 2024
WordPress is a free and open-source CMS that allows users to create and manage websites with ease. Developed by Matt Mullenweg, it is based on PHP and MySQL. WordPress is a widely used blogging system that allows users to update, customize and manage their website through its backend CMS and components.FontAwesome is a popular icon toolkit used by web developers to add scalable vector icons to their websites. It offers a wide range of icons, including social media logos, user interface symbols, and various other graphical elements. Using these tools effectively can significantly improve user experience and interaction on websites.Using Font Awesome plugin Enhance your WordPress site's visual appeal with Font Awesome icons. This step-by-step guide will demonstrate how to seamlessly integrate Font Awesome using the "Font Awesome" plugin.Currently in the WordPress DashboardSteps to Use Font Awesome On Your WordPress WebsiteStep 1: Install the Font Awesome PluginFirst, log in to your WordPress dashboard. Navigate to Plugins > Add New Plugin. In the search bar, type "Font Awesome" and locate the official plugin by Font Awesome, Inc. Click Install Now and then Activate once the installation is complete. Step 2: Configure the Plugin SettingsAfter activation, you’ll be redirected to the plugin’s settings page. If not, go to Settings > Font Awesome. Here, you can select the version of Font Awesome you want to use. It’s recommended to use the latest version for access to all the newest icons. Save your changes. Step 3: Using Font Awesome IconsTo ensure Font Awesome is properly integrated, go to Pages > All Pages and choose the "Hello World!" page to edit (You might have a different page you prefer to use). You will see a new "Font Awesome" option in the editor. Click the down arrow, select the Font Awesome Icons option, and browse or search for your desired icon to add it to your content. Here I'm adding a like icon to the "Hello World!" page. (You can add your own icon.) After selecting an icon, your page will appear like this. Now, click on Update and then view post or page to see your icon clearly displayed. If your icon appears on your post, Font Awesome has been successfully integrated into your WordPress site. Enjoy enhancing your content with a wide range of visually appealing icons to elevate your site's design.Step 4: Customizing Icon StylesYou can customize the size, color, and other styles of your Font Awesome icons directly within the shortcode. For example, to change the color and increase the size of an icon attribute, simply adjust the settings in the shortcode itself. After updating and viewing the post, you will see your modified icon clearly displayed.Final output after applying fontawesomeConclusionAdding Font Awesome to your WordPress site using the "Font Awesome" plugin is straightforward and significantly enhances your site’s visual elements. By integrating Font Awesome, you gain access to a vast library of icons that can enriches your content and improve user experience. You can easily customize icons with different sizes, colors, and styles to match your site’s design aesthetics. This plugin ensures compatibility and ease of use, making it ideal for both beginners and experienced users alike. Follow these steps to install, configure, and seamlessly incorporate Font Awesome icons into your WordPress posts and pages, enhancing their visual appeal and functionality.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons/How to use Font Awesome Icon as a Cursor?/How to Use Font Awesome On Your WordPress Website? | https://www.geeksforgeeks.org/how-to-use-font-awesome-on-your-wordpress-website?ref=asr5 | CSS | How to Use Font Awesome On Your WordPress Website? | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Use Font Awesome On Your WordPress Website?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to use Font Awesome Icon as a Cursor?, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.0297632758, 0.0218464844, -0.0169542208, 0.00867593475, 0.016327627, -0.000108072622, 0.00271574827, 0.0124475555, -0.0249915104, 0.0362220258, 0.0293535776, -0.0166650247, 0.0141224936, -0.0256422069, -0.00263139885, 0.0112124402, -0.0297150761, -0.00487418799, 0.0118089104, 0.0328721516, -0.00623582769, -0.0138935447, -0.0227381773, -0.0353544317, -0.0124475555, 0.0238106195, 0.0103448471, 0.0114775384, -0.0129777519, 0.0249192119, 0.0170626715, -0.0175808165, -0.0140381437, -0.0171108712, -0.0103327967, 0.0186653081, 0.0321250558, 0.0186773594, -0.0441749655, -0.000631490548, 0.00178338645, -0.0472838432, 0.0213885885, -0.0138694448, 0.00135486166, 0.000966252061, -0.00251089968, -0.0532123968, 0.0310164653, -0.00607315404, 0.0178700145, 0.0141104432, 0.030606769, 0.016845772, 0.0181471631, 0.00977247581, 0.027401492, -0.0245215651, -0.0254976079, -0.00513326097, 0.00665757479, -0.00380777125, 0.0101219239, 0.0131103005, -0.0280280877, 0.0182797108, 0.000245893461, 0.0121523328, -0.0102062728, 0.00175326178, -0.0146406395, 0.0206294432, -0.0189424567, 0.00287842192, -0.00337397447, 0.00606712932, 0.0468018465, -0.0129175019, -8.62792294e-05, 0.0887837261, 0.010037574, -0.0562971756, -0.0447292626, 0.0115438122, -0.02102709, 0.0168578234, -0.0338602439, -0.048199635, 0.0192798544, 0.0106280195, -0.032366056, -0.0112244897, 0.0109413173, 0.00379572134, 0.00956762768, -0.0186894089, -0.000164368292, 0.00550982077, 0.0209668409, 0.0344386399, 0.00718777068, 0.00436809193, -0.0252084099, -0.0467536449, -0.020653544, -0.00930855423, 0.0319563597, -0.0163999256, -0.0142429918, -0.0235696211, 0.0171108712, -0.0382946096, -0.0254253075, 0.0214970373, 0.00382584613, 0.0605869405, 0.0177133661, -0.0233406741, 0.00439219177, 0.00771796657, 0.00313900132, 0.0213403888, 0.0265579987, 0.0707570612, -0.00432290463, 0.0208101925, -0.0205812436, -0.0205450952, 0.0402707942, 0.0247987118, -0.0253771078, 0.0151346857, 0.0202438477, 0.0415721871, 0.044102665, 0.0115498379, -0.0228104778, 0.0539353937, 0.0373788178, -0.0125198551, -0.0267507974, -0.0347760357, -0.0216657352, -0.0249433108, -0.0316189602, 0.0295222774, 0.0110618165, 0.0235455222, 0.0315225609, -0.0138694448, -0.0145201404, -0.0249192119, 0.00794089, 0.019930549, 0.0141224936, -0.0201353971, -0.0209909417, 0.00681422325, -0.0187737588, 0.021316288, 0.0240275189, 0.00278202281, 0.0343904383, -0.00786256511, 0.00197317265, 0.0278593898, 0.0306308679, -0.0188581068, -0.0497902222, 0.0255458076, 0.0318358578, 0.0286064837, -0.0209065918, 0.00245516887, -0.0470187441, 0.0196534, 0.0039734575, -0.0552849807, 0.000628101523, -0.010411121, -0.0484406352, 0.0196052026, 0.0101098735, 0.00739261927, 0.0244733654, 0.00823008735, 0.00260428665, 0.00586830545, -0.0208101925, -0.020075148, -0.0122186076, 0.0163758267, 0.0373788178, 0.0154720834, 0.0164240263, 0.00148665754, -0.00396140758, 0.0414275862, 0.0325588547, -0.0185207091, -0.0250879098, -0.00224429555, -0.0437893681, -0.00224278937, 0.0291125793, 0.0204245951, 0.0379331112, 0.0138332956, 0.0401020981, 0.0156648811, 0.0181110129, -0.00333782472, 0.00255307439, -0.0148695875, -0.00782641582, 0.00682024844, -0.0382705107, -0.0152672343, 0.00896513183, -0.0187255591, -0.00602194201, 0.00967607647, 0.00416023098, 0.00657925, -0.0296427757, -0.0428494774, 0.0240757186, -0.0388971046, 0.0262929015, 0.0315948613, 0.0248469114, -0.0166650247, 0.0117848106, 0.00768181682, 0.0186653081, -0.0173759684, 0.0422951803, -0.0272809938, -0.0298596732, 0.0488262288, 0.00676602405, 0.0107123693, -0.011754686, -0.0147008887, -0.000537350599, 0.029594576, 0.00298536499, -0.0260278024, 0.015026236, -0.0155805321, -0.00254253065, -0.00568755716, 0.020075148, 0.0575503632, 0.00566646969, 0.0152672343, -0.01123654, 0.016327627, 0.0272809938, 0.0346796364, 0.0202799961, 0.0115136877, -0.00241299416, -0.00263441121, -0.0178579651, -0.00281666615, 0.0283413865, -0.0431386754, -0.0160986781, 0.00186773587, 0.0246300139, 0.00233467, 0.0157371815, 0.018894257, 0.0181230623, -0.0111943651, -0.00779026607, 0.00187526701, 0.036342524, 0.0250156112, 0.0712872595, -0.0350893363, 0.0199667, 0.0365353227, 0.0216416363, -0.0464644469, -0.0247987118, -0.0083626369, -0.025786804, 0.00684434827, -0.0411624871, -0.020219747, 0.0317153595, -0.000213509324, 0.0225453787, 0.00462114, -0.0206776429, -0.0159781799, -0.00219609588, -0.0171108712, 0.0276424903, 0.00131419313, -0.0372583196, -0.0143875908, -0.0128452033, 0.0254494082, -0.0135802468, 0.00505192438, 0.00138649263, -0.0369450189, 0.0480550379, 0.0344386399, -0.0216657352, -0.0274978913, 0.0101339733, 0.0132910497, 0.0110196415, -0.0248469114, -0.0124475555, -0.0465608463, -0.0346314386, -0.0299078729, -0.0575985648, 0.0185930096, 0.00116959424, 0.0109593924, -0.0283654854, -0.0381741114, 0.0205330439, -0.0260519031, 0.00234521343, -0.031040566, 0.0501276217, 0.0212439895, 0.0230876245, -0.0389935039, -0.0130259516, 0.052585803, 0.0133874491, 0.00308327051, 3.80325255e-05, -0.0090314066, -0.0239793193, -0.00250487472, 0.039258603, -0.0331131481, -0.00968812685, -0.0157010313, 0.0297150761, -0.0302452706, 0.00087587774, -0.00141360494, 0.0481273346, -0.0287751816, -0.0144478409, 0.00336192455, 0.0415721871, -0.0265821, -0.0081638135, 0.0198462, 0.0337156467, 0.0279075895, 0.00402768189, -0.00790474, 0.0262929015, -0.0384151079, -0.00144749531, -0.0202558972, 0.0241962168, -0.0401502959, -0.0326311514, 0.00879643392, -0.0179061648, -0.00858556, -0.0348965377, 0.00841083657, -0.0199787486, -0.0208704416, -0.0353785306, 0.0307272673, -0.0332095474, 0.00801319, -0.0189424567, 0.0347278379, 0.0498384237, -0.0425361767, -0.00462114, -0.0145442402, 0.0233165734, 0.00288896565, -0.0305826683, 0.00694677234, 0.0233286228, -0.0281967875, -0.0346555375, -0.0310646649, -0.0165445246, -0.007543243, 0.00518146064, -0.000891693227, 0.0174362175, 0.0368968211, 0.0228345767, 0.0191232059, -0.0522002056, -0.00401563197, 0.0174964685, -0.00898923166, -0.0121101588, 0.0145924399, -0.0314743631, 0.010802743, -0.0487298295, 0.0115136877, 0.0249674115, 0.0561043769, -0.0322696567, 0.0668529, 0.0364871249, 0.0257627051, 0.00875425898, 0.0585625581, 0.00804331433, 0.0034251865, 0.0216295868, -0.0232322235, -0.0361738279, 0.0121222083, 0.013845345, -0.00557910791, -0.0133994985, -0.0111100161, 0.00671179919, -0.00422048056, -0.0249915104, -0.00858556, 0.0335951447, 0.0207137931, 0.00388007076, 0.0205932949, 0.00463017728, -0.0199064501, -0.00977850147, 0.0200389978, -0.0765410215, -0.0113329394, 0.00814573839, 0.0232804231, 0.0295704771, -0.0222802814, -0.0490190275, -0.0348965377, -0.0645875111, -0.00267507974, -0.00163878757, -0.0111220656, -0.00488021318, 0.0337879434, 0.00853736047, -0.0403430946, 0.0242444165, 0.00146481709, 0.00415420625, 0.00687447283, 0.011796861, -0.0335951447, -0.0102363974, 0.00121478143, 0.0122788567, 0.0173157193, 0.00694677234, -0.0252566095, 0.0564417727, 0.0109111927, -0.00372040947, 0.00929048, -0.00472055189, -0.00900128204, 0.0234129727, -0.0174964685, -0.00891090743, 0.0543691888, 0.0300524719, 0.016556574, 0.0170144718, -0.0143875908, 0.00638645189, 0.0340771414, 0.0128211034, 0.0181351136, 0.0326070525, 0.0254253075, -0.0302693713, -0.0218946841, 0.0256663058, 0.0110557918, -0.0354990326, -0.0113449888, -0.000590069, -0.0147731882, 0.00671179919, 0.0236901212, -0.0328721516, 0.0491636284, 0.0324142538, 0.0298355743, -0.0112485895, 0.0161107276, 0.0123993559, 0.0140260942, 0.00687447283, 0.0139537947, -0.00824213773, 0.00605809176, -0.043066375, 0.00121478143, 0.00287540955, 0.0300765727, -0.0133392494, 0.00921818055, 0.0197016, -0.0203281958, -0.00663347496, 0.0139778946, 0.0213524383, 0.0164240263, 0.0353785306, 0.00106340449, 0.0108509427, -0.00503384927, 0.000260955829, 0.00522363558, -0.0116763618, -0.0104532959, -0.00847108569, 0.0332095474, 0.0116763618, 0.0152672343, -0.0234611724, 0.0154720834, -0.0335951447, -0.0271845944, -0.0214367881, -0.0322696567, -0.0264375, -8.50554134e-05, -0.00738659408, -0.0535497963, -0.0140140438, 0.00204547192, -0.0016643937, 0.045861952, 0.014218892, -0.00078023161, 0.000854790385, 0.0253289081, -0.0206414945, -0.0209668409, -0.040728692, 0.0020499907, 0.0132548995, -0.0188219585, 0.0521520041, -0.0207740422, 0.010139998, -0.0124837058, 0.00467235222, 0.00349447364, -0.00622980297, -0.0163396765, 0.00227743271, 0.010326772, -0.00169753085, -0.0051362738, -0.0170867704, -0.0117064863, 0.0508024171, -0.0235214215, 0.0296668764, 0.0163155757, 0.0221477319, 0.00482297596, -0.00340409926, -0.0102725476, 0.0172795691, 0.0652623, -0.000354154356, 0.00657925, -0.0655515045, 0.000757638, 0.0252807084, 0.00876630843, -0.0196654517, 0.0240275189, -0.0362220258, 0.0400297977, -0.0145201404, 0.0055068084, -0.0230273753, -0.0188822076, -0.00824213773, -0.00454582833, 0.0248469114, 0.026317, 0.00214789622, -0.0266543981, 0.00879643392, -0.0286787823, -0.0114895878, 0.00226086425, -0.0307754669, 0.004190356, 0.0290884804, -0.00526581, -0.0161227789, -0.018086914, -0.0133994985, 0.0104653463, -0.0247264132, 0.00188731693, 0.00640452653, 0.00709137134, -0.000653331, -0.0110377166, 0.0195811018, 0.00598579226, 0.00359087274, -0.00169451837, -0.00894103199, -0.0307995677, -0.0217982847, -0.0230032764, -0.0136766462, -0.00281214737, 0.0159299802, 0.0179905146, 0.0204004962, -0.017882064, -0.0122065572, 0.0101942224, 0.00281967875, 0.00532304728, -0.00104909518, 0.101508431, -0.00604001665, 0.0364148244, -0.00616051583, -6.14733653e-05, 0.0392345041, -0.0126403542, -0.00565140741, -0.0273773931, -0.00498263724, -0.00236780709, -0.0110437414, 0.01450809, 0.0254253075, -0.0167855229, -0.013845345, 0.0032986626, 0.00788064, -0.0115739377, 0.0104231713, -0.0134597486, -0.0122246323, -0.0207740422, -0.0278593898, -0.0333782472, -0.00824213773, 0.0029416841, 0.0289438814, -0.0225092303, -0.0203161463, 0.0224369299, -0.0205450952, -0.031209264, 0.0224248804, 0.0501758195, 0.00851326063, -0.0131464507, -0.0260037035, -0.0112244897, 0.0234129727, 0.0243528653, -0.00593458, 0.00523869786, -0.0283895861, -0.0231358241, -0.0277147908, 0.000207860925, 0.038391009, -0.00519953575, 0.043813467, 0.00920010544, 0.0368486196, -0.00207258435, -0.00596771715, -0.0222441312, -0.000958720862, 0.0164842755, -0.00851326063, -0.00229098881, -0.0213403888, -0.0444641635, 0.0181471631, 0.00579299359, -0.00045752, -0.00743479375, -0.0320045575, -0.0238949694, 0.03178766, 0.0049254, -0.00172313699, 0.0395237021, 0.00279106013, 0.0344627388, -0.00558212027, 0.0225935783, -0.043644771, 0.00461210264, -0.0245095138, 0.0155082326, -0.0284377839, -0.019930549, 0.018171262, -0.00490732538, -0.00537124695, -0.0108931176, -0.0055339206, -0.00768181682, -0.0052627977, 0.0237744693, 0.0316189602, -0.00453377841, -0.0293776784, 0.00616654102, -0.00318720099, 0.0281003881, -0.0235334728, -0.00119444716, 0.00475670164, -0.000404425053, -0.037210118, -0.0143393911, -0.0206896942, -0.000507225865, 0.0203884449, 0.0416203849, -0.00995322503, 0.0065250257, 0.00286034704, -0.0051362738, -0.000444340374, -0.0208342932, -0.000292963407, -0.0183399618, -0.00341012422, 0.0152551848, -0.00783846527, 0.00883860793, -0.0111642405, -0.0145442402, -0.0250156112, 0.0218464844, 0.00835661218, -0.0033077, -0.0462716483, -0.000520782, 0.010513545, -0.0204125457, 0.00532907201, 0.0163035262, 0.00719379541, 0.0203763954, -0.00839276146, 0.0119896596, 0.00497058732, -0.0449461602, -0.0269435961, 0.000206919533, 0.00517242355, -0.0113992142, -0.0119294096, 0.0136284465, 0.00521761039, 0.000896211946, 0.0098508, 0.00945315324, 0.0223284811, 0.0222200323, 0.00666962471, 0.019038856, 0.0315225609, -0.00319623831, 0.0327516533, -0.0124596059, -0.0103568966, 0.00228496385, -0.00577190612, -0.00771194184, 0.00129837764, -0.0385356098, -0.0148213878, -0.012333082, 0.00366317225, -0.000289574382, 0.00189334189, 0.022702029, -0.0184725095, 0.0282931868, 0.0270881951, 0.025786804, -0.0325106531, 0.00950737763, -0.0033257748, 0.0248228125, 0.0173639189, 0.00532003492, -0.00847711, 0.0445846617, -0.00882053282, 0.0266061984, -0.00220212084, 0.0176169667, -0.0116161117, 0.0119113345, 0.0331613496, 0.01978595, -0.0065672, -0.0139537947, 0.02769069, -0.0203402452, 0.00643465109, 0.0330890492, -0.0144598903, 0.0110557918, 0.055959776, 0.00780231599, 0.0276424903, 0.0346314386, -0.0129175019, -0.0135079483, -0.0154238837, -0.0203763954, -0.0192798544, 0.0116462372, -0.00722392043, -0.0202438477, 0.0222923309, -0.0101038488, 0.0143875908, -0.0145803895, 0.00234069489, -0.0049645626, 0.0296909753, 0.0419336818, -0.0256181061, -0.0403189957, 0.0384874083, 0.00302904588, 0.0201112982, -0.017882064, -0.0110136168, 0.030751368, 0.0519110076, 0.00568454433, -0.0254012085, 0.0198341496, -0.00950737763, 0.00135335536, 0.00760951731, -0.0179302637, 0.0131464507, 0.0359569266, -0.0234129727, -0.00951340329, -0.0200148989, -0.0113028148, 0.00251391227, -0.000513627368, 0.0337638445, -0.0135922972, 0.0336915441, -0.000811862585, 0.0111039914, 0.00639247661, -0.0243167169, 0.0170385707, 0.0184363611, -0.014652689, -0.00976645108, -0.0159661286, 0.0317635611, -0.0383428112, 0.000223488154, 0.0410419889, -0.00107922, 0.0034281991, -0.0273532923, 0.0246782135, 0.0162191782, 0.0355231315, -0.0066154, 0.00760349259, 0.0295222774, -0.00584119326, 0.0120258089, 0.00259223673, -0.019038856, -0.00732032, 0.0118209608, -0.0181833133, 0.00145427336, -0.0508988164, 0.0166529734, -0.00488322554, 0.00842288602, -0.0303416699, 0.06092434, -0.00467235222, 0.0327516533, 0.0368727222, -0.0152551848, 0.0162794273, -0.0446810611, 0.0170144718, -0.0280039888, 0.00190840429, 0.00582010578, -0.0149057368, 0.0126885539, 0.010658144, 0.0143996412, -0.00423253048, -0.0101158982, -0.00647682603, -0.0191593543, 0.0508988164, -0.029739175, -0.0146767888, -0.0157974306, 0.0259796027, -0.01846046, -0.00496155, -0.0303657707, -0.0483442359, -0.0226779282, 0.0239190683, -0.00125243736, 0.0117064863, 0.00442532916, -0.014712939, 0.0300042722, -0.043644771, -0.0137850959, -0.0225694794, -0.0108087687, 0.0220754333, 0.0374511182, 0.00374752167, 0.0118812099, -0.0127608534, 0.039837, 0.0117426366, 0.0311369635, 0.0245938636, 0.00616955338, -0.0271845944, 0.024401065, 0.0135440975, -0.0143393911, -0.020653544, 0.0262929015, -0.0152069852, -0.00470548961, 0.0123873064, 0.00242655049, -0.0138091957, -0.00782641582, -0.0170385707, -0.0222441312, 0.0160143282, -0.0164240263, 0.0444641635, 0.0196534, -0.0116703371, 0.0601049438, -0.0230394248, -0.00787461549, -0.00866990909, -0.00967005175, 0.00693472242, -0.0217741858, -0.023509372, -0.00249433122, 0.0137127964, 0.00907960627, -0.00413010642, -0.0175205674, 0.00137143023, -0.00374752167, -0.0151828853, -0.0131344, 0.0150021361, -0.00212379638, 0.0508506149, -0.0216657352, -0.0118028857, -0.0110557918, -0.0209065918, 0.0114172883, 0.00851928536, -0.0245697647, 0.00834456179, 0.0267989971, 0.0154720834, -0.00032384129, -0.00503384927, 0.00368425972, 0.0197498, 0.00416324334, -0.00838071201, 0.0220151842, 0.00270520453, -0.0109955417, 0.00416625617, 0.0129777519, -0.0108328676, 0.0317153595, -0.013327199, 0.0134235984, 0.00866388436, 0.00349447364, -0.0101640979, 0.0103026722, -0.0155684818, -0.0279075895, -0.085409753, 0.0103448471, 0.0136043467, 0.0198341496, -0.01589383, -0.0226538293, 0.00396442, -0.0202438477, -0.0132067, -0.0180387143, 0.00118616293, -0.0240757186, -0.00334686227, -0.00257114926, 0.0346073397, 0.0208583921, -0.00818188768, -0.0142670916, -0.00520556048, -0.0163396765, -0.0217500851, 0.00660335, 0.0132067, -0.0263652, 0.00856146, -0.0102062728, -0.00092106493, -0.00769989192, 0.029594576, 0.00406081928, -0.00620570313, -0.00212982134, -0.0165083744, 0.0282449871, 0.00990502536, -0.0137489457, -0.00912780594, 0.0229189266, 0.00798306428, -0.00612436607, -0.00403069472, 0.0123511562, -0.0247023124, -0.000315933547, 0.000308402348, -0.00926638, 0.00122909073, -0.0164842755, -0.0389453061, 0.0136886965, 0.0156769305, -0.00788666494, -0.019472653, -0.0266543981, 0.00478080148, -0.00325046293, 0.00475971401, 0.00078023161, 0.00650695059, 0.00639850181, 0.0512844138, 0.00870003458, 0.00736851944, -9.18334845e-05, -0.00420843065, 0.0110196415, -0.0168578234, 0.00425361795, 0.0126403542, 0.0142309424, -0.00644067628, -0.0115558626, 0.00858556, 0.0207137931, -0.0138694448, 0.0150141865, 0.0189545061, 0.000573500351, 0.0136886965, -0.0239672679, -0.0113329394, -0.00502782455, 0.0112606399, -0.0071998206, 0.020364346, 0.00480188848, 0.00612135371, 0.00680819852, -0.0282208864, 0.0113329394, 0.0221597832, 0.0120378593, 0.0261242017, -0.0067238491, 0.00396140758, 0.0198341496, -0.0110859163, 0.00317816343, -0.0260037035, 0.0298114736, -0.0166650247, -0.0282931868, 0.00985682569, -0.000133113834, 0.0131464507, 0.00599181699, -0.0194003526, -0.00150247302, 0.00328661269, 0.0191955045, 0.0161107276, -0.0138935447, -0.0104352208, 0.0125680547, -0.000231772472, 0.00638645189, 0.00299590849, 0.00971825141, -0.00177133665, 0.0118932603, -0.00362401013, -0.0193160046, 0.003497486, -0.0116281621, 0.00833251234, -0.0028528159, -0.0202558972, 0.0130500514, 0.00413311878, 0.00866388436, 0.027546091, 0.00436507957, -0.00865183491, 0.0116884112, -0.00722392043, 0.0143875908, -0.00338301202, -0.0217139348, 0.0242082663, -0.0154841328, 0.0294017773, 0.0117607107, 0.0225453787, 0.0177254155, 0.0119776092, -0.013616397, -0.0143273417, -0.0103448471, -0.0146647394, 0.00931458, -0.00233165734, -0.0109051671, -0.00495552504, -0.0067238491, 0.0261483025, -0.0198582504, 0.01846046, 0.0318358578, 0.00769989192, 0.0010747012, 0.0111943651, 0.0308718663, 0.00714559574, -0.0110015664, -0.030172972, 0.0106822439, -0.0049254, -0.00264043617, -0.0123873064, -0.00974235125, 0.0116040623, 0.0158456303, -0.00489527546, -0.0044162916, 0.0050368621, 0.000413462491, 0.0143393911, 0.0193883032, 0.00230153254, -0.0160625279, 0.000618310936, 0.0315707624, 0.0018632171, -0.010411121, 0.00163878757, -0.00936880428, 0.00333481235, -0.000307460956, 0.00513326097, 0.0258832034, -0.00565743214, 0.030172972, 0.0213283394, -0.0065672, -0.000821653171, -0.00803126395, -0.00553994579, 0.000306896109, -0.00772399176, 0.02255743, -0.0058321557, 0.010471371, 0.00628402736, 0.00627197744, -0.0113751143, 0.0102966474, -0.0119896596, 0.0154841328, 0.00348242372, -0.00772399176, -0.00375655899, -0.0130862007, 0.0322214551, 0.0274496917, 0.00159811915, -0.0061032786, 0.0251843091, -0.0100134742, -0.00894705765, -0.00194003538, 0.000471829233, 0.010097824, -0.00551885832, -0.00595868, -0.0132308, 0.0120559335, -0.0153997838, -0.00102273596, 0.0114835631, -0.00644670101, -0.00033607948, 0.0134838484, 0.00272478559, -0.00788666494, 0.0190027058, -0.0162553266, 0.0457896553, -0.0121704079, 0.0155684818, -0.00119294098, 0.00904345699, 0.0104472712, -0.00918805506, -0.00566646969, -0.0153877335, -0.0161348283, -0.0431145728, -0.0124837058, -0.0109955417, 0.0021358463, -0.00727212, -0.0147611387, 0.00607616641, 0.0016493313, 0.00267959852, 0.000822406262, -0.0236298721, -0.0140622435, -0.0073444196, 0.0249915104, -0.0108629931, 0.00747696823, 0.00308327051, 0.00425964268, -0.0248228125, 0.00208463427, -0.0166891236, -0.00976042636, 0.0274496917, -0.00976645108, -0.0188822076, -0.0101158982, -0.0138212452, 0.00220513321, 0.0252325088, 0.0235575717, 0.0118631348, -0.0090314066, 0.0359569266, 0.011899285, -0.000725630438, 0.0116161117, -0.00721789524, -0.00120875647, 0.00541342143, -0.0182435624, -0.0114956135, 0.0118932603, -0.00743479375, 0.00253499951, -0.0147249885, 0.0236660205, 0.0221356824, 0.00320226327, 0.015604632, -0.026076002, 0.000757638, -0.0237021707, -0.0227622781, 0.00231358246, -0.003843921, 0.00985682569, -0.0127126537, -0.0250638109, 0.00517844828, -7.95011583e-05, -0.00488322554, -0.0310164653, -0.00229701377, 0.0146044893, 0.00163577509, -0.00874823425, 0.0325106531, -0.023075575, 0.00698292209, -0.00721187051, 0.00161468773, -0.013845345, -0.0171831697, -0.000841234287, -0.0138573954, 0.0292089786, 0.00431085471, -0.0126765044, -0.0257145055, 0.0222441312, -0.0168216731, 0.00154991949, -0.00460306508, -0.00378065882, -0.0152431345, -0.00877233408, 0.0344868377, -0.0149539365, 0.0195449516, 0.0214006379, 0.0107304435, 0.00936278, -0.0398129, -0.00192949164, 0.0111642405, -0.0121222083, 0.0130862007, -0.0140260942, 0.023364773, 0.00715764565, -0.00521459803, -0.022930976, -0.0260037035, 0.00357279787, 0.0141465934, 0.00668167463, 0.0163758267, 0.00534112193, -0.0320527591, 0.011465488, -0.0105918702, -0.00431989226, 0.00489828782, -0.0229550768, 0.0162312277, 0.00208764663, 0.00451871566, 0.0223164316, 0.013845345, -0.0102183223, -0.00349447364, 0.0365835242, 0.0173036698, -0.00448557874, -0.000679313613, -0.0225333292, 0.0392104052, -0.0240154676, 0.00459101517, 0.00351254852, -0.00513326097, 0.000111179237, -0.00134431792, -0.0328962505, -0.00241751294, 0.00395237, 0.0487539321, -0.00272930437, 0.0065913, -0.0276183914, 0.0204004962, 0.0333300494, 0.0190027058, 0.00797704, 0.000541869318, -0.0396683, -0.00751311798, 0.00156799436, 0.0187255591, 0.00890488271, -0.0137489457, 0.00487720082, 0.0135079483, -0.017653117, -0.0106942942, 0.0104472712, -0.00850121, -0.0104171466, 0.0105376448, -0.0113088395, -0.0040186448, 0.0356436297, -0.0294981766, 0.00435302965, 0.0159420297, -0.00309983897, -0.0200871974, 0.0418613851, 0.000138856369, 0.0214247387, 0.00507301185, -0.00672987429, -0.0002726292, -0.0152792847, 0.0170988198, 0.0172193199, -0.00172464317, 0.00525978534, -0.0280521885, -0.0168819223, -0.0242685173, -0.0128211034, 0.0261001028, 0.0180387143, 0.00562128238, 0.00222923304, 0.0236780718, -0.0238467697, 0.00141586433, 0.0132910497, -0.00179242389, 0.00851326063, 0.0330649503, 0.00344928633, 0.0075974674, -0.0158817805, -0.0141586429, 0.0100797489, 0.00184514234, 0.0141586429, -0.00716969557, -0.0129536521, -0.000956461532, -0.0130500514, 0.0245336145, -0.0171349701, 0.01055572, -0.00365112233, -0.023364773, 0.00694677234, -0.0114353634, 0.00137368962, 0.0132789994, -0.00909768138, 0.031498462, 0.00586830545, -0.0249915104, -0.00529894745, 0.0171470195, -0.0187978577, -0.0157371815, -0.00110030733, -0.0406081937, -0.000573500351, 0.0357882306, -0.00478080148, -0.0262688, -0.00890488271, 0.0100676985, -0.00198221, -0.011983634, -0.0110859163, 0.00376258395, -0.0222320817, -0.00856146, -0.00783846527, 0.0236057714, -0.0174000692, 0.0217741858, -0.0250879098, 0.0301247723, -0.0101942224, -0.0149659868, -0.0110678412, 0.00870003458, -0.0172434188, -0.0113269147, -0.00206957175, -0.000293339981, -0.0425120778, -0.00860966, -2.54177758e-05, 0.00495552504, -0.00174723682, 0.0201835968, 0.0175446682, -0.0114956135, 0.002664536, -0.0195208527, -0.00125695614, -0.0177013166, 0.0098026013, 0.00407588156, -0.0229430273, 0.00713957101, 0.0183520112, 0.000339656806, 0.033522848, 0.00490130065, 0.0100315493, 0.000472958927, -0.038969405, 0.0229671262, 0.00131795881, -0.0274496917, -0.0146888392, -0.0246541128, -0.000154483598, -0.00146029831, -0.0100315493, -0.00988092553, 0.00794089, 0.0324142538, -0.000686844811, 0.00277449144, -0.0206655934, -0.00328058773, -0.00684434827, 0.000269240147, -0.0120981084, -0.00257114926, -0.00611231616, -0.0197257, 0.0102665219, -0.00133753987, 0.00528388517, 0.016267376, -0.00391923264, -0.00436206721, 0.0698412731, 0.0136766462, -0.00207860931, 0.0118390359, -0.00425361795, 0.00634427695, 0.009899, -0.00946520362, 0.0126644541, 0.00947725307, 0.00396743231, -0.0206896942, 0.0243167169, -0.0234250221, 0.00869400892, -0.0128452033, 0.0223043822, 9.12686446e-05, -0.00377463386, -0.00336794951, 0.0058110687, -0.0238829199, 0.0107786432, -0.000204660173, -0.00306368922, 0.00569056952, -0.0296427757, -0.0137489457, -0.0234370735, 0.0217259862, 0.0156889819, 0.00803126395, 0.0118812099, 0.00526882242, 0.0140983937, 0.00520556048, 0.0148093384, -2.99835629e-05, -0.0316912606, -0.0129657015, 0.00575081911, 0.0214729384, 0.00931458, 0.00221718312, -0.0153515842, 0.0125921546, -0.0125439549, -0.00559718255, 0.000287315022, 0.00197618501, 0.00469042687, 0.00172765565, -0.00280009746, -0.0055610328, 0.009085631, 0.00391320791, 0.030751368, 0.0136645967, -0.010947342, -0.00907960627, 0.0190268066, 0.016183028, 0.00601892965, -0.00180146133, -0.0173759684, 0.0121523328, 9.33397241e-05, -0.0249915104, 0.0125560053, -0.0155443829, -0.0125921546, -0.00780231599, 0.000314239034, -0.00531400973, 0.0268471967, 0.00736249425, -0.0137609961, -0.00403973181, -0.00108373864, -0.00688652275, -0.00151828851, -0.00788064, -0.00553090824, -0.0168216731, 0.00224580173, 0.00719379541, 0.0136043467, 0.00155745074, -0.0208945423, 0.0452594571, 0.00689254794, -0.00182254869, -0.0202920474, 0.0016643937, -0.0125801051, -0.00671782438, -0.018894257, -0.00326552521, 0.0129054524, -0.00570864417, -0.00658527529, 0.00723597035, 0.00804331433, -0.0122005325, -0.000871359, -0.000681196398, 0.016906023, -0.0304139704, -0.0114353634, -0.0243528653, -0.0116462372, -0.0178700145, -0.0213644877, 0.00746491831, -0.0221597832, 0.0167373233, 0.000982067548, -0.00817586295, -0.0152069852, -0.00925433, -0.0121222083, -0.00167493732, 0.0122848824, -0.00180146133, -0.0120197842, 0.00451871566, -0.0227622781, -0.00384693337, -0.00477176392, 0.0189183578, -0.037499316, -0.000769687933, -0.0066154, -0.00917600561, -0.013327199, -0.014712939, 0.0221838821, -0.00320226327, 0.0090133315, 0.00475971401, 0.00374450907, 0.0106641697, -0.00136615837, -0.00851928536, -0.010139998, -0.0136404969, 0.0231358241, 0.00195208518, -0.000849518576, -0.030751368, -0.0140140438, 0.00169602467, -0.00823008735, -0.00506999902, -0.00426265504, 0.00469946442, -0.0193762537, -0.0101580732, -0.00653105043, 0.0163035262, -0.0133151496, -0.0239913687, -0.00366919721, 0.00837468635, -0.0143393911, 0.0253289081, 0.0208704416, 0.000240056776, 0.0092844544, -0.000796047098, 0.00413311878, 0.0153877335, -0.0199546497, 0.00669372454, -0.00307875173, -0.00629607728, 0.0139778946, -0.0162553266, -0.0122366827, -0.00241450057, -0.0176772159, -0.00258018682, 0.0155082326, -0.00308477669, 0.00457294052, -0.0114474138, -0.00805536378, -0.00569056952, -0.010326772, -0.0180748627, 0.0098508, 0.0145321898, 0.0101158982, -0.00665757479, 0.0065913, -0.0153515842, -0.00834456179, 0.00874220859, -0.0164240263, -0.0171470195, -0.0137489457, 0.0164963249, -0.00267809234, -0.0139417443, 0.0103749717, -0.00637440197, -0.00678409869, -0.0416444838, 0.0206053443, -0.00600989209, -0.0260278024, -0.00208614045, 0.0190268066, 0.0116221374, 0.00403973181, 0.0460065529, 0.00857953541, 0.0138935447, 0.0111160409, 0.0145924399, 0.0335710458, -0.0184725095, -0.0102484478, 0.0293294787, 0.0120258089, -0.0219549332, -0.029160779, -0.0154238837, -0.00636235205, -0.00554898288, -0.0188340079, 0.000175570938, 0.0130621009, -0.00450666575, -0.0202799961, -0.000197128975, 0.0277629904, 0.00334384968, 0.00704317167, -0.0296909753, 0.0150985355, 0.02255743, -0.016183028, 0.0242203176, -0.00689857267, -0.00653707562, 0.00988092553, 0.01117629, 0.0225333292, -1.53212713e-05, -0.0319804586, -0.0116763618, 0.0081638135, -0.00436809193, 0.0111943651, -0.0032534753, -0.00371137192, -0.0133392494, -0.0176892653, 0.00298837735, -0.00208915304, 0.0256904066, -0.00187376083, -0.0154720834, 0.00781436544, 0.0111582158, -0.0200992487, 0.0178700145, -0.01055572, 0.0102062728, 0.00271424185, -0.00567851961, -0.00645875093, 0.0173277687, -0.011610087, 0.000746341248, -0.0304862689, 0.00547668338, -0.0143996412, -0.000598729821, -0.00731429458, -0.00267357356, -0.00621172786, 0.00651297579, 0.00730224466, -0.00320226327, 0.00744684367, 0.00970017631, 0.00570864417, 0.00133000873, -0.000189691928, 0.000606261, -0.00105888571, -0.00110934477, 0.015520283, 0.0103689469, -0.0228827763, 0.00520254811, -0.000466557394, -0.00499769952, -0.0109533668, 0.0140260942, 0.00866990909, 0.00476875156, -0.00300193345, -0.000996376853, 0.0435724705, -0.00296729, 0.00855543558, 0.00597374234, -0.00718174549, 0.00518146064, 0.00149720116, 0.0196895506, -0.0142429918, 0.00574178156, -0.00415420625, 0.00563634466, -0.00844096113, -0.0177013166, 0.00145879213, 0.00223827059, 0.00516037364, -0.0154961832, -0.0164601747, -0.0200510491, 0.0167855229, -0.00404876936, 0.00299139, -0.0142309424, -0.00880245864, -0.00499468716, 0.0057598562, 0.0394032, -0.0191714056, -0.000321581931, 0.00287691574, 0.00533208484, 0.00470548961, -0.00572069408, -0.0198341496, 0.0150141865, 0.00828431267, -0.00278955395, -0.00190991058, -0.0121101588, 0.0163758267, -0.00679614861, -0.0147611387, -0.00572671928, 0.0239311196, 0.00456691533, -0.00230906368, -0.0119053097, 0.0140260942, -0.00882655848, -0.0161227789, 0.0291366801, -0.00240094424, 0.00713957101, 0.0165445246, 0.0195690524, -0.00518748583, -0.000529819401, -0.00725404499, 0.00639247661, 0.000527560071, 0.00425964268, -0.0141104432, 0.0180146135, 0.0111280913, -0.00159360049, -0.0322214551, 0.000799059577, 0.0195329022, 0.0213283394, -0.0221115835, 0.0103749717, -0.0102785723, -0.00957365241, -0.026317, 0.0224489793, -0.00301850215, -0.00492841285, -0.015520283, 0.00123059691, -0.0257145055, 0.0162794273, 0.00370534696, -0.0174362175, 0.00454884069, -0.00957365241, -0.00832046196, 0.0105376448, -0.000701530604, -0.0153033845, -0.00678409869, 0.0138814952, -0.0209186412, 0.00856748503, -0.0106641697, -0.000599859515, 0.0108087687, 0.00407889392, 0.0248469114, -0.0115558626, 0.0251361094, 0.0304380693, -0.0134597486, -0.0270881951, 0.0215813871, -0.000347941124, 0.000129348235, -0.0384392105, -0.0163758267, -0.0191352554, 0.0117727611, 0.021171689, -0.004470516, -0.0124475555, -0.0198823493, 0.00839276146, 0.000704919687, 0.00604905421, -0.00932662934, -0.00152431347, 0.0108991424, 0.0192196053, -0.00178489275, 0.0127367536, 0.0111401407, -0.0112305153, -0.00594964251, -0.0121583585, 0.0028799281, -0.000943658466, -0.00297030248, -0.0047868262, -0.0065250257, 0.00115001318, 0.00693472242, 0.0115317628, 0.00860363524, 0.0162553266, -0.0117426366, -0.00916998088, 0.0142670916, 0.000293716526, -0.00743479375, 0.00150096673, -0.00826021284, 0.00244462537, -0.0119113345, 0.010037574, -0.0156528316, -0.0247746129, -0.0125801051, -0.0102785723, -0.0214970373, 0.00639247661, -0.0071998206, 0.0138694448, 0.00872413442, -0.0292089786, -0.00560019491, 0.00213132752, 0.000930102367, 0.0247746129, -0.0012034846, -0.000770817627, -0.0121101588, 0.00382283353, 0.0138935447, 0.01456834, 0.034125343, -0.00148967, 0.0122005325, -0.00663949968, 0.00389212044, 0.0239190683, -0.0252084099, -0.0191955045, -0.00874823425, 0.0129295522, -0.0173639189, 0.0108750425, 0.0181351136, -0.00627800263, -0.0163396765, 0.0327516533, -0.0104653463, 0.0125319054, 0.0116703371, 0.0140742939, -0.0230273753, -0.000941399136, -0.0228948276, -0.0167975724, -0.0252807084, 0.013989944, -0.00176983036, 0.00100692047, 0.00923625473, -0.0058321557, -0.0184002109, -0.00181652373, -0.00293114036, -0.0033077, -0.0162432771, -0.0170506202, -0.0206173938, -0.0129175019, -0.00430181762, 0.00251240609, 0.00754926773, -0.0110618165, 0.00183158612, 0.0178097654, 0.0162794273, 0.00444641616, -0.00842891168, -0.019641351, 0.0088145081, -0.0149780363, 0.00574479392, -0.00473862654, 0.0122969318, -0.00315707619, 0.00333782472, -0.0140501941, -0.0322455578, 0.0126644541, -0.00750709325, 0.0133392494, -0.00292662159, 0.00807343889, -0.0202799961, 0.0189786069, 0.0102604972, 0.0130500514, 0.011423314, 0.0133151496, 0.0148454877, -0.0143273417, -0.0135320481, -0.00287691574, -0.0153997838, -0.0121945078, 0.013038001, -0.00439821696, 0.00765771698, -0.00467837695, -0.00901935715, 0.0153274843, 0.00999539904, -0.00762759242, -0.00292360922, -0.00416926853, 0.00879040826, -0.0017653117, 0.0121402834, 0.0201474484, -0.00511518633, 0.0193401035, 0.000836715568, -0.00886873249, 0.00697087217, -0.0012034846, -0.033522848, -0.00560320774, 0.0106701944, -0.00489828782, 0.0033287874, 0.00518748583, -0.0348242372, 0.00391622027, -0.00356978551, -0.0219187848, -0.0125319054, 0.0098749, -0.00996527448, 0.00296277134, -0.0160745792, -0.00107696059, -0.00368425972, -0.00400960725, 0.00495251268, -0.0136886965, 0.00483201351, 0.000845753, 0.0174964685, 0.00576286903, 0.00782641582, -0.00158757553, 0.00815778784, 0.00190539181, 0.0132308, 0.00956160296, -0.00625992753, 0.000601365755, 0.0143996412, 0.00747696823, 0.00143544539, 0.00562730758, -0.0108750425, 0.0124837058, -0.0132308, 0.00767579209, 0.0065672, 0.00786256511, 0.0194606036, 0.00100616738, 0.00522363558, -0.0101761483, -0.0145803895, 0.000822406262, -0.0108388932, 0.000764416065, -0.00724802027, -0.022268232, 0.018026663, -0.0025952491, -0.016845772, -0.0120318336, 0.00616051583, 0.00643465109, -0.00318117603, 0.00530196, -0.00466934, -0.0377644151, 0.00051287422, -0.0148454877, 0.00356074795, -0.0126765044, 0.00199426, 0.00871810876, 0.0118269855, 0.01061597, -0.0174241681, -0.00490130065, 0.0171229206, -0.00103553908, -0.00484406343, 0.0077420664, -0.000303883629, 0.0477176383, -0.00637440197, -0.0092844544, 0.00716367085, -0.00999539904, 0.000453754386, -0.014941887, 0.00597073, -0.0139176445, 0.00273683551, 0.0192196053, -0.0121583585, 0.0301970709, -0.00757336756, 0.00343121146, 0.00602495437, -0.0184966102, 0.00491335, 0.016267376, 0.00789871532, 0.0111883404, 0.00974837597, -0.0283895861, -0.0308718663, -0.0148936873, -0.0195208527, 0.00837468635, -0.00776616624, 0.0149780363, -0.000806590775, -0.00999539904, -0.000721864868, 0.00698894728, 0.0195449516, -0.0073444196, 0.00512121106, 0.00321130082, 0.00613039127, 0.00778424088, -1.80983989e-05, 0.0105316201, -0.0155082326, -0.016845772, 0.00190237933, 0.013038001, -0.0312574618, -0.0184363611, 0.0159540791, 0.0127006043, -0.00335288723, 0.00691062259, 0.0384874083, -0.0237503704, 0.00223224564, 0.0024928248, 0.00322937546, -0.000477477646, 0.00606110413, -0.00877835881, -0.012272832, 0.00331071252, 0.0144598903, -0.0198341496, -0.00215693377, 0.0338602439, -0.0167734735, 0.00388910808, 0.00470850198, -0.00354869827, -0.0180748627, 0.0278593898, 0.00142339547, 0.00780231599, 0.00567851961, 0.0384874083, -0.000582914334, -0.00840481184, 0.017508518, 0.0307754669, 0.00875425898, 0.00874823425, -0.0148334382, 0.0228827763, 0.0190268066, 0.0124475555, 0.0210752897, 0.0161589272, 0.00345229893, 0.0102303727, 0.00573876919, 0.01450809, 0.0140501941, 0.0161107276, 0.0038740458, 0.0204245951, 0.0169662721, 0.0158697292, -0.0112003898, 0.00286185346, -0.000375053409, -0.0213283394, -0.0115679121, 0.00132925552, -0.034414541, 0.0115076629, 0.0187978577, -0.0142911915, 0.0164240263, -0.00762759242, -0.0137489457, -0.000614921912, 0.00718174549, -0.00797704, -0.005588145, -0.0119655598, -0.0138814952, -0.0172554702, 0.00393429538, 0.00625992753, 0.0059044552, -0.00578094367, -0.0140140438, -0.00778424088, -0.000575383136, -0.0108870929, 0.0256181061, 0.0106942942, 0.0245095138, 0.0139417443, 0.00343723642, 0.0190870557, -0.00519652339, 0.0221718326, -0.010471371, 0.0119053097, -0.00610930379, -0.00190539181, -0.0174723677, 0.0108087687, -0.0228586774, -0.00382584613, -0.0174964685, 0.00788064, -0.00164631882, 0.0502240211, 0.0196534, 0.00585625554, -0.00597675471, 0.00756734284, -0.0120920837, -0.028726982, 0.00473561417, -0.00805536378, -0.0139176445, -0.000716969604, -0.00578094367, 0.0183520112, -0.000104212886, -0.0187858082, 0.0127367536, 0.00592554267, 0.0131826, 0.0138573954, 0.00484707579, 0.0132187502, 0.0147611387, -8.51024815e-05, -0.0125319054, -0.00950135291, -0.00682024844, 0.00487720082, 0.0143875908, 0.017737465, -0.00820598751, -0.00829636212, 0.00771796657, -0.00780834071, -0.00217350223, -0.0278834887, 0.013327199, 0.0167132244, 0.00129536516, 0.0233045239, -0.00683229836, -0.0109232422, -0.0167373233, 0.0141586429, 0.00776014151, 0.0236057714, -0.0132187502, -0.00483201351, 0.00208312809, -0.00346434885, -0.00169602467, -0.00940495357, 0.0157612804, 0.0150021361, 0.00672987429, -0.014941887, 0.0102122976, -0.023943169, -0.000121252211, 0.00399755733, -0.0110316919, 0.00427470496, 0.0135440975, -0.0156166814, 0.0126403542, -0.0197739, 0.00616051583, -0.0327757522, -0.0164240263, 0.0191352554, 0.00225333287, -0.00566646969, -0.00811561383, -0.0142550422, 0.00522966031, 0.0347278379, 0.0105376448, -0.0120920837, -0.0346314386, 0.0242926162, 0.00478381384, -0.0119474847, 0.0155805321, 0.0188581068, -0.00622377777, 0.00976042636, -0.0030275397, -0.00168246857, 0.00048613851, 0.0181833133, 0.0258350037, 0.00629005255, -0.00470247678, -0.00619365321, 0.0018345986, -0.0032233505, 0.00373848411, 0.0146647394, -0.0125680547, -0.024545664, 0.00823008735, 0.0254494082, 0.00778424088, -0.0168096237, 0.009899, 0.00398852, 0.0100074494, -0.0168216731, 0.0101279486, 0.0313538611, -0.00337698706, 0.00561827, 0.0127367536, 0.0143393911, -0.0267989971, -0.0118571101, -0.0140019944, 0.00691062259, -0.0220392831, 0.0119535094, 0.0108569674, -0.0147249885, 0.000196940702, -0.00114775379, 0.0101038488, -0.0071998206, -0.0114353634, 0.00914588105, 0.0108931176, -0.0237021707, -0.00334987463, -0.0175687671, -0.0058321557, -0.0243890155, -0.00373547175, 0.00684434827, -0.0185448099, -0.00191744172, 0.0215572864, -0.00495853741, 0.000556931715, -0.0216657352, -0.00215542736, -0.00741069391, -0.00399755733, 0.0023241262, -0.00365714729, -0.00688652275, -0.00282721, 0.000577642524, 0.0129054524, -0.00264947372, 0.000300306332, 0.0316430591, 7.57355592e-05, -0.0136284465, 0.00614244118, 0.000773453503, -0.00530196, -0.0222923309, 0.0200389978, -0.0184002109, -0.0168337226, -0.00457595289, 0.00925433, -0.0042897677, -0.00967607647, -0.00146406388, 0.00835661218, -0.00298084621, -0.0128090531, -0.00886270776, 0.0185448099, 0.00403370708, -0.0148334382, -0.011423314, 0.00760349259, -0.00376860891, -0.00628402736, 0.00255458057, -0.0170385707, -0.0196293015, 0.0103629213, 0.0111401407, -0.00827226229, -0.00956160296, -0.0183279105, 0.029449977, 0.0310164653, -0.00846506096, 0.043933969, 0.00232262, 0.00340711162, -0.0134476982, -0.0140863433, 0.00624787761, 0.0138332956, 0.0131826, -0.00625992753, -0.00850121, 0.02901618, -0.00248830626, 0.016038429, -0.0094290534, 0.00166138122, -0.00606411649, 0.0011884222, -0.0250156112, 0.015460033, -0.00900128204, -0.00138498645, 0.016556574, 0.00422650576, -0.0129898014, -0.000395011069, 0.00343422405, -0.00455486542, 0.0149057368, -0.00960980263, -0.0238226689, 0.0183038116, -0.0141706932, 0.018315861, -0.00452172849, -0.0157130808, 0.000171522915, -0.00466030231, 0.017508518, 0.0234611724, 0.00572370691, 0.0162312277, -0.00963992719, 0.00678409869, -0.00850121, -0.00531702209, -0.00686844811, -0.00675397413, -0.012272832, -0.0160143282, -0.0253048092, 0.00041647497, -0.00270219217, 0.0110678412, 0.00130666199, 0.00947122835, -0.00331673748, 0.000979055068, -0.0155805321, 0.00595566723, -0.00577793131, 0.0135199977, -0.00685639819, 0.00854941, -0.00531099737, 0.0208463427, -0.00786256511, 0.000183196273, 0.0164481252, -0.00846506096, -0.00340409926, 0.00613641599, 0.0161107276, 0.00304712076, -0.010700319, 0.00616352819, 0.0207378939, -0.0129898014, -0.00493443757, 0.00208011549, -0.00564538222, 0.00567550724, 0.000690987, -0.00968210213, -0.00983875059, -0.015375684, -0.00707932143, -0.0113690887, -0.0211355407, 0.0354990326, -0.00345229893, -0.00831443723, 0.00516639836, 0.0198582504, -0.00263290503, -0.013700746, -0.0024958374, 0.000542999, 0.00401563197, 0.0154961832, -0.00452775322, -0.012333082, 0.0137730455, -0.000207296092, -0.0288956817, 0.00214639, -0.0131103005, 0.0321250558, -0.00663949968, 0.0118149361, 0.00671782438, 0.00664552487, 0.00353363575, 0.000590445532, -0.0232563242, 0.0132910497, 0.00118465663, 0.0182074122, 0.00247776252, 0.00792281516, -0.011610087, -0.0281967875, 0.00641055172, 0.0031269514, -0.00798909, -0.00785051566, 0.00603700429, 0.0120258089, 0.00254704943, 0.00902538188, 0.00832648668, 0.00516037364, -0.0105436705, 0.0244131144, 0.000379195582, -0.00313900132, 0.000906755624, -0.0120378593, 0.0199064501, 0.0099291252, -0.00353664835, -0.000990351895, -0.00057651283, -0.0292812791, 0.010658144, 0.0120740086, 0.0248710122, 0.0120499087, -0.00629005255, 0.0120077338, -0.00013433765, 0.0132669499, -0.00871810876, 0.0253289081, -0.00856146, -0.00255156821, 0.0244613141, -0.000199011774, -0.00704317167, 0.0179061648, -0.00139929564, 0.0241962168, -0.011983634, 0.0198943987, -0.00457595289, 0.0102544725, 0.0192919038, -0.00368124712, -0.00671179919, 0.000244763767, -0.00171560573, -0.000198635214, -0.0112726893, 0.0349206366, 0.00790474, 0.012375256, -0.00557308272, 0.00083294994, 0.0226056296, -0.0081638135, 0.00193852908, -0.0244733654, -0.0117727611, -0.00476272637, 0.0034251865, -0.0286787823, -0.0148695875, -0.00831443723, 0.00588939292, -0.0157853812, 0.00517844828, 0.018231513, -0.000282419729, -0.01061597, 0.0152190346, -0.0248228125, -0.0076155425, 0.0246059131, -0.0244251657, 0.00624185288, -0.0204486959, 0.0111220656, -0.0280039888, 0.0313779637, 0.0144357905, -0.0394996, 0.00903743133, 0.000379572128, -0.031498462, -0.00431989226, 0.000320828811, -0.0313538611, 0.00741069391, 0.00579901878, 0.00528991, -0.0178459156, -0.00786256511, -0.0146165397, 0.00758541748, -0.00160113163, 0.0148334382, 0.00913383067, 0.00597073, -0.0283413865, -0.038391009, 0.0158456303, 0.0117004616, 0.00142339547, -0.0101881977, 0.00454582833, -0.0124716554, -0.0118691605, 0.0165445246, -0.00130214333, -0.0277629904, -0.0273773931, -0.00854338519, -0.0295222774, 0.0011756192, -0.0135440975, 0.0102906218, -0.00296126516, -0.00795294, 0.0108087687, 0.00324745034, -0.0252807084, -0.015520283, -0.00513928616, -0.00452775322, -0.00198974111, -0.0117727611, 0.0217500851, -0.016845772, -0.00974837597, -0.0110437414, 0.00422951812, -0.00566345733, 0.0108750425, 0.0227381773, -0.00136540527, -0.00522363558, -0.00382584613, 0.0241962168, -0.0042445804, -0.0045699277, -0.0130621009, 0.0195208527, -0.00633825222, -0.00260278024, -0.0128452033, 0.0234129727, 0.0086156847, -0.0147249885, 0.00275792298, -0.00362401013, 0.00522062322, -0.00740466919, 0.0215331875, -0.0149780363, -0.00261784275, -0.000359426194, 0.0113992142, 0.0133633493, 0.0167734735, -0.00301247719, 0.0214247387, 0.0142309424, 0.0125921546, -0.00280311, -0.0058110687, 0.00157251314, -0.00564538222, -0.0140140438, 0.0129175019, -0.0067238491, 0.0259073041, 0.0177736152, 0.00400056969, -0.0031992509, 0.00208764663, 0.00793486461, 0.00814573839, 0.00795896444, 0.0075974674, 0.00595868, 0.00633222703, -0.00391923264, -0.0126644541, 0.00455787824, 0.0371378176, -0.00389212044, 0.0187978577, 0.0152672343, 0.0343422405, -0.00825418718, 0.00440424168, -0.014134543, -0.00286185346, -0.00898320694, -0.0446087644, -0.000966252061, -0.0196775012, -0.00745286839, 0.0151346857, -0.00350953592, -0.0133994985, -0.00742876902, -0.00941700395, 0.00650092587, -0.0054616211, -0.0115076629, 0.00880245864, 0.0197618511, 0.0253771078, 0.0146044893, -0.00750106806, -0.0196654517, 0.00259223673, 0.0112485895, -0.0229550768, -0.0124114063, 0.00127954967, 0.000413085945, 0.0216054861, 0.00423253048, 0.0128211034, 0.00820598751, -3.43375323e-05, 0.00195660396, -0.0294981766, 0.0177615657, 0.00317816343, -0.0214126874, 0.0115197124, -0.00930855423, -0.011381139, 0.00160565041, 0.013616397, 0.00983272586, -0.00451269094, -0.0107424939, -0.0192437042, 0.00148138567, 0.00363606, 0.00487720082, -0.00615147827, -0.0111280913, -0.00974837597, -0.002095178, 0.0150744356, -0.00379270874, 0.00117712549, -0.00849518552, -0.0259555038, -0.00825418718, 0.000476724526, 0.00349146104, 0.00778424088, -0.00369028468, 0.0172193199, 0.00650092587, -0.0306549687, -0.0045157033, -0.00505493674, -0.0148936873, -0.0159299802, -0.00736851944, -0.0247746129, -0.0120137595, 0.0473802425, 0.00753721781, -0.00558212027, -0.00472356426, 0.0144960405, -0.00560320774, 0.0185086597, 0.00275942916, -0.00657925, -0.0130982511, -0.00746491831, 0.0370173194, -0.0144357905, 0.0283654854, 0.0019355166, -0.00117260672, -0.0403189957, -0.0238588192, 0.00691664778, 0.0106762191, 0.0139417443, 0.0139055951, 0.0224369299, -0.0216898359, 0.0115980376, 0.00841083657, 0.00750709325, -0.0142429918, 0.0193883032, 0.000608896953, -0.00327155017, 0.0130621009, -0.00697689736, 0.016183028, 0.00341313658, -0.00262989267, -0.0264375, -0.00838673674, 0.012333082, 0.0025952491, -0.00307272677, 0.0216536857, 0.0064527262, -0.00120122533, 0.00359388534, 0.00440122932, 0.0103568966, 0.012333082, 0.00511217397, 0.0160504784, 0.00238738814, -0.0241962168, 0.00283172866, -0.0236057714, 0.0116643114, 0.00536823459, -0.00139477698, 0.0164360758, 0.00614244118, -0.0187978577, 0.0132428501, 0.0148093384, 0.0157974306, -0.000628478068, -0.0270881951, -0.0158697292, -0.0204366446, 0.0135079483, -0.00198221, -0.0105316201, -0.00704919687, 0.00477477629, 0.0211957898, 0.00603399193, -0.008091514, 0.00153184461, -0.0124355061, -0.0199787486, 0.0132308, 0.0139296949, -0.0141947931, -0.0025681369, 0.028702883, -0.00321732555, 0.018231513, 0.0146888392, 0.0111582158, -0.00561827, -0.00161318155, 0.0178218149, -0.0103026722, 0.00954352785, -0.0160263795, 0.0138694448, -0.000611532887, -0.0100014247, 0.0162071269, -0.00498866243, -0.00403973181, -0.00559115782, 0.0084349364, 0.0110256663, -0.00315105123, 0.0155564323, -0.00151226355, -0.0119535094, -0.0102604972, 0.00960980263, -0.00935072917, -0.00639247661, 0.00472356426, -0.00963390246, 0.00563935749, 0.00835058652, -0.0077420664, -0.016472226, 0.00403973181, 0.0180507638, 0.0220151842, -0.00231508864, 0.00768181682, -0.0087602837, -0.00653707562, -0.00326552521] |
17 May, 2024 | How to Add Custom Logo to WordPress Website ?
17 May, 2024
Logos are the brand identity that represents the whole brand or company. Adding a custom logo to your WordPress website can make a big difference in how your site looks and feels. A custom logo helps to brand your website and make it stand out. Many website owners want to know how to add a custom logo to their WordPress website because it’s a simple way to personalize their site. WordPress comes with the default logo or name branding of the theme which we have installed on our WordPress website. This article will guide you through the steps needed to easily create and add a custom logo to your WordPress site.
Tools to Create a New Logo
Creating a new logo for your WordPress website can be simple with the right tools. There are many online logo makers and graphic design software available that can help you design a unique and professional logo. In this section, we’ll explore some of the best tools to create a new logo that fits your brand perfectly.
Canva: Canva is a user-friendly graphic design tool that offers a wide range of templates and design elements. You can easily create a custom logo using their drag-and-drop interface, and then add the logo to your website.
Adobe Spark: Adobe Spark is another great tool for creating logos. It offers customizable templates and a variety of fonts and icons to help you design a logo that stands out.
LogoMaker: LogoMaker provides a simple and intuitive platform for creating logos. With hundreds of templates and design options, you can quickly create a logo that represents your brand.
Tailor Brands: Tailor Brands uses AI to help you design a logo. Just enter your business name and preferences, and it will generate a custom logo for you.
These tools provide an excellent starting point for designing a custom logo that you can then add to your website. With a little creativity and these helpful resources, you can create a logo that enhances your site’s appearance and strengthens your brand identity.
How to Add a Logo To a WordPress Website
Here are the following steps to add the custom logo to your WordPress website step by step :
Step 1: Hover over the “Appearance” tab and then click on the “Customize” button.
Appereance Tab
Step 2: Now you are entered into the customization section of the WordPress website.
customization section
Step 3: In the customization panel there is a tab called “Site Identity” click on the tab.
Site Identity
Now the site identity tab will open and appear on your screen.
site identity tab
Step 4: Now in the site identity tab you can upload your custom logo, you can also change the “Site Title” and also the site tagline. For changing the logo click on the “Select Logo” button.
Select Logo
After clicking on the “Select Logo” button, the pop-up window will appear on the screen for selecting the logo from the computer.
Select Logo
Step 5: Select the logo from your computer which you want to upload to your site.
Select the logo
After selecting the logo from your computer, click on the “Open” button.
Step 6: After clicking on the “Open” button, the media library dialogue box will appear on the screen, select the logo which you have uploaded from the media library.
media library dialogue box
After selecting the image click on the “Select” button.
Step 7: Then crop the logo as per your need, and then click on the “Crop Image” button.
Crop Image
Step 8: Now one last step, you have to just click on the “Publish” button to make it published on your WordPress website.
Publish button
Finally, your logo is uploaded to your WordPress website.
Logo Updated
This is how you can upload any custom logo to your WordPress website.
Conclusion
Adding a custom logo to your WordPress website is an easy way to make your site look more professional and unique. By following the steps in this guide, you can quickly and easily upload and customize your logo. Remember, a custom logo not only helps with branding your website but also creates a memorable impression for your visitors. Start enhancing your website today by adding a custom logo and make your site truly stand out.
How to Add Custom Logo to WordPress Website – FAQs
How do I add a logo to my website?
To add a logo to your website, go to your WordPress dashboard, navigate to “Appearance” and then “Customize.” In the Customizer, select “Site Identity” and upload your logo file. Finally, save your changes to display the logo on your site.
How can a logo be placed on a WordPress header?
To place a logo on a WordPress header, go to your WordPress dashboard, navigate to Appearance > Customize, and select the Site Identity section. Here, you can upload your custom logo and adjust its size and position. Once done, click Publish to save the changes.
How do I add a logo to my main menu in WordPress?
To add a logo to your main menu in WordPress, go to the Appearance section and select Menus. Click on the menu item where you want to add the logo, then use the “Add Image” option to upload your logo. Save the changes, and your logo will appear in the main menu.
How do I add a logo in the footer of WordPress?
To add a logo in the footer of your WordPress site, go to your WordPress dashboard and navigate to Appearance > Widgets. Add an Image widget to the Footer area, upload your logo, and save the changes. Your logo will now appear in the footer of your website.
Can I put brand logos on my website?
Yes, you can put brand logos on your website, but make sure you have permission from the brand owner. Using logos without permission can lead to legal issues. It’s best to review the brand’s usage guidelines or contact them directly for approval.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons/How to use Font Awesome Icon as a Cursor?/How to Use Font Awesome On Your WordPress Website?/How to Add Custom Logo to WordPress Website ? | https://www.geeksforgeeks.org/how-to-add-custom-logo-to-wordpress-website/?ref=next_article | CSS | How to Add Custom Logo to WordPress Website ? | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, How to Add Custom Logo to WordPress Website ?, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Use Font Awesome On Your WordPress Website?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to use Font Awesome Icon as a Cursor?, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.0023235241, 0.0190969929, -0.00799382757, 0.0468096808, 0.0206912365, -0.00545264967, -0.00491840858, 0.0189273935, -0.0401387364, -0.000593601, 0.0245355088, -0.0405457765, 0.00194899, -0.0407945253, 0.00124797551, 0.00574945, -0.039663855, 0.00868353527, -0.0186221115, -0.0102155907, -0.038058307, -0.0398899913, -0.0050908355, -0.0191422198, 0.00164088281, 0.00523782242, -0.0108713787, 0.00825388078, -0.00538480934, 0.0113519132, 0.0235631336, -0.00088545488, -0.00729281269, -0.0181133114, -0.0201937426, -0.0191196073, 0.0174914431, -0.00793164, -0.0442769825, 0.0212565698, 0.0020366169, -0.027316954, 0.00453115441, -0.0270908214, -0.00821996108, 0.0167565085, 0.0168243498, -0.0258697, 0.017186163, -0.0394603349, -0.000785108, -0.00694230525, 0.0340557396, -0.00463856803, -0.00112501532, 0.0114480201, 0.012301675, -0.0132853566, -0.0267516207, -0.0158293601, 0.00386406016, -0.0176497381, -0.000620101055, -0.00866657495, -0.0105152186, 0.0244902819, -0.0138506908, 0.00139566907, -0.0033269925, 0.00704971887, 0.00449440768, 0.00202955026, 0.000748361286, 0.00246909773, 0.00980289746, -0.00852524117, 0.0318848565, 0.0128557021, -0.00249877758, 0.0515132621, 0.0255983379, -0.0360231027, 0.0143029578, 0.0301662385, -0.0307315737, 0.0167791229, -0.0141672781, -0.0473071747, 0.0351185687, 0.0420834869, 0.00526608899, -0.0372442231, 0.0339200608, -0.00876833498, -0.00134690898, -0.00635435758, -0.0262993518, -0.00316869887, 0.0168130435, 0.0175592843, 0.014664772, 0.0308672544, -0.0268420726, -0.0380130783, -0.0385784134, 0.0182716046, 0.0106113255, -0.0106226318, -0.0348472074, -0.0395055637, 0.00161826948, -0.0217427574, -0.0483926162, 0.0170730967, -0.00418064743, 0.033671312, -0.00414107367, -0.0443222113, 0.0155466935, -0.014416025, -0.0101477513, -0.0132627431, 0.0338069908, 0.0678853467, -0.00306128524, 0.0625485852, -0.0313421339, -0.0457016267, 0.0565334335, 0.0175140575, -0.0228621196, 0.00670486502, 0.0178306438, 0.0710512176, -0.0072136661, 0.0130479159, -0.0140202912, 0.0147552257, 0.0238118824, -0.0132514369, -0.02641242, -0.0186108053, -0.02439983, 0.0024012574, -0.0106565515, 0.0300531723, 0.00575227663, 0.0408171378, -0.000692181231, -0.00903404225, -0.0603324771, 0.00754721323, 0.00405344693, 0.0431237034, 0.0112727666, 0.0024168042, -0.0369276367, 0.00433328748, -0.0236535873, 0.0279727429, 0.0162024815, -0.0174349099, 0.0311160013, -0.0149813592, -0.00710625248, 0.0203859564, 0.0264802594, -0.03104816, -0.038895, 0.00923190918, 0.0130705293, 0.0222628657, -0.0229978, -0.0172766168, -0.0506087281, -0.0198432337, 0.0208043028, -0.0465383194, 0.0420156457, -0.0139185311, -0.00193909672, -0.00246061757, -0.0103343111, 0.00942977611, 0.0187917128, 0.0164060015, -0.0161685608, -0.00264011137, -0.0156145338, -0.0109561794, -0.0115554333, 0.00281536486, 0.0205216352, -0.0117024202, 0.0295782909, -0.0117476471, -0.0203407295, 0.0516489446, 0.0300305597, -0.0162364021, -0.00183168321, -0.0119737806, -0.0341009647, 0.0381487608, 0.029080797, 0.00011218353, 0.00610561064, 0.00401104707, 0.0053932895, 0.0116006602, 0.00347397942, 0.0228734259, 0.00080630806, 0.000609147712, -0.0245128963, 0.0179324038, -0.0309803206, -0.0130705293, -0.00482230168, -0.0253495909, -0.0354577675, 0.0016832829, 0.000674514507, 0.0155580007, -0.0476237647, -0.0129461559, 0.0319753103, -0.0114310598, -0.011792874, 0.0105717517, 0.0345532335, -0.0179776307, -0.00305845868, 0.0148004526, 0.0194248874, -0.0112162326, 0.0117363408, -0.0117137274, -0.0218332112, -0.00806166697, 0.00342309941, -0.0106904721, 0.00907361601, 0.00269805803, -0.022375932, 0.0110692456, 0.0236762017, -0.027316954, 0.00772246672, 0.0202728882, -0.0047375015, 0.0163607746, 0.00336091244, 0.02862853, 0.0267063938, 0.00448592799, -0.00841782801, -0.0141672781, 0.0303471461, 0.0307994131, 0.024241535, 0.00680097193, -0.0307994131, -0.0373346768, 0.00685185194, -0.0111540463, 0.0235631336, -0.0133418897, -0.000701014535, -0.0232465472, 0.0203972626, -0.0202955026, 0.029284317, 0.0428749546, 0.0284476224, 0.0159876551, -0.00265565794, 0.0462669618, 0.052010756, 0.0350281149, 0.0577093288, -0.00827084109, 0.0210869703, 0.0317944027, 0.00478555495, -0.0323597379, -0.0468096808, -0.0175140575, -0.0331738181, 0.0215279311, -0.00394603377, 0.0059077437, 0.029080797, 0.00436720764, 0.0659858212, 0.00877398904, -0.0144838654, 0.0055148364, -0.0154449334, -0.00851393491, 0.0127087152, -0.00675574504, -0.0121433809, 0.00921495, -0.0140315974, 0.0195153411, -0.0126408758, -0.0377417207, 0.0365884379, -0.0422643945, 0.0262541249, 0.008819215, -0.0300531723, -0.0333094969, -0.03982215, 0.0554479882, 0.017694965, 0.00474598166, -0.0481664836, -0.0462669618, -0.0350959562, -0.0219801981, -0.0464478694, 0.0328346156, 0.00428523403, -0.0374929719, -0.00262456457, -0.00606038375, 0.00837260112, -0.0133645032, 0.000309520547, -0.0411563367, 0.0657596886, 0.0296461321, 0.0454981066, -0.00269381795, -0.00137658906, 0.0228168927, 0.000165890291, 0.0106226318, 0.0211548097, 0.00592470355, -0.0427392758, -0.0280405823, 0.0383748934, -0.0344175547, -0.00967287, 0.0212113429, 0.0364753716, -0.014721306, 0.000863548194, 0.015931122, 0.0152640268, 0.0317717902, -0.0103851911, -0.00526043586, 0.0168921892, -0.0136132501, -0.0208269171, 0.0120868478, 0.0369276367, -0.0049692886, -0.00749633322, -0.0254626572, -0.0191648342, -0.0137037039, -0.0205555558, -0.0229073465, 0.0237440411, -0.0435081273, -0.0234500673, -0.00900012255, -0.0148795992, -0.0174349099, -0.0160781089, 0.0277918354, -0.0332416594, -0.0116119673, -0.0337391533, 0.0209173691, -0.00588513026, 0.0202841945, -0.0193231273, 0.0568047911, 0.0116006602, -0.0424000733, -0.00563072972, -0.0165529884, 0.0304149855, -0.00438982109, -0.0712321252, 0.0420156457, 0.00676139863, -0.0291260239, -0.0341235809, -0.0084630549, -0.0121886078, 0.017943712, 0.0415407643, 0.00924321637, -0.00481947511, 0.0184525121, 0.00318283215, 0.00896620192, -0.0573927388, 0.0142238112, 0.0407040715, 0.0127087152, -0.0200015288, 0.0206573159, -0.00667659845, 0.00652395794, -0.0320657641, 0.0176836569, 0.0151622668, 0.0539555065, -0.0418121256, 0.0430784747, 0.0471262671, 0.0168808829, 0.00679531833, 0.0334451795, -0.00525478227, 0.0310029332, -0.0205103289, -0.0131835965, -0.0104134586, 0.0340783522, 0.0232013203, -0.0111653525, -0.0523273461, -0.0303245336, 0.00582859665, -0.0146421585, -0.0163946953, -0.00993857719, 0.0243546031, -0.0144838654, 0.000884041539, -0.000468167476, 0.00328741898, -0.0319753103, -0.00563638331, -0.00675574504, -0.0735839158, 0.0169148035, -0.00431350106, -0.0115384739, 0.0142577318, -0.00979159, -0.0445257314, -0.0244224425, -0.0478498973, 0.0112784198, 0.00649003778, 0.00654091826, -0.00052187423, 0.0206007827, 0.0206686221, -0.0498851, 0.0247390289, -0.0241058562, -0.00174688303, -0.0129235424, 0.0236762017, -0.0117363408, -0.0219801981, -0.0303019192, 0.00944673643, 0.0109448722, -0.0254400447, -0.0194475, 0.0472167209, 0.00598689029, 0.0265480988, -0.0397995375, 0.0143821053, -0.0100516444, 0.011645887, 0.000305987196, -0.0165190697, 0.0771568269, 0.0265707131, -0.00739457272, 0.0170278698, 0.011645887, 0.0185655784, -0.0105039114, -0.00970679056, 0.0223646257, 0.0213357173, 0.0156597607, -0.00305845868, 0.0054837428, 0.0346436873, -0.000190447, -0.0291034114, -0.0303471461, 0.0221498, 0.00032277056, 0.0200919826, 0.0165077616, -0.0307541862, 0.0216636118, 0.0304828268, 0.0181698445, -0.0137941577, -0.01753667, 0.0156484544, 0.0311160013, 0.00113208196, 0.0324728042, -0.0269099139, -0.0012698822, -0.0185881928, -0.00691969227, -0.0126069551, 0.030392373, 0.00529718259, -0.0112671126, 0.00863265526, -0.0306863468, -0.0264350325, 0.014065518, -0.0205216352, -0.0073493463, 0.0344853923, -0.0215392374, 0.0334904045, -0.00941847, 0.0188708603, 0.0115554333, -0.00810689386, -0.00939020328, -0.0112049263, 0.0248747095, 0.010181671, -0.0189160854, -0.00124585547, 0.0035559528, -0.0143029578, -0.00370576652, -0.0451362915, -0.0076942, -0.00465835491, -0.00241397764, 0.0123695144, -0.0531866513, 0.00518128881, -0.00747372, -0.00757548, -0.00328176562, 0.00211576372, 0.00139778911, 0.0155806141, 0.0525082499, 0.02641242, -0.0259827655, -0.00773942703, -0.00337504596, 0.00759809325, 0.00449158112, 0.0219123587, -0.00741718616, 0.0256435648, -0.00568160973, -0.0258923117, 0.00879660156, 0.0023885374, 0.00953153614, 0.0318170153, 0.00194333668, -0.00810689386, 0.0159198139, 0.0134662632, 0.00104233518, 0.0443900488, -0.0144838654, 0.00572683662, 0.0222515594, 0.00140061579, 0.0220367312, -0.00622433098, 0.0272943415, 0.0159424283, 0.00621302426, -0.014970053, 0.0108939921, -0.0480308048, 0.016835656, 0.0257114042, -0.016032882, -0.0161911752, 0.00632043788, 0.0123242885, 0.0263671931, 0.0131383697, -0.00366053963, -0.0150039727, -0.0304149855, -0.00380187319, 0.00857612118, -0.00782422721, 0.00974636339, -0.00194616336, -0.0542268679, 0.0111653525, -0.0186786465, -0.0110635925, -0.0229751859, -0.0369050242, -0.0139072239, 0.0160215739, -0.0194135811, -0.00807297416, -0.03104816, -0.00272632483, 0.0265028737, 0.00712886592, -0.011645887, 0.00499190204, 0.0170391761, 0.00612822408, -0.00846870802, 0.0260732193, 0.0109279128, 0.0133645032, -0.00374816661, -0.00591339683, -0.0272038877, -0.00703275902, -0.0171522424, 0.0227942802, -0.0184072852, 0.000855774852, 0.0273395684, -0.0210417435, -0.0191196073, -0.00409867382, 0.00188963, 0.0121433809, 0.00308107212, 0.0178306438, 0.130162567, -0.00584555697, 0.0132966628, 0.00645611808, 0.00699883886, 0.0274074078, 0.00126846891, 0.0181924589, -0.00608299719, -0.00141333579, 0.00797121413, -0.0195944868, 0.0166660566, 0.0124712754, 0.0125617282, 0.0166660566, 0.0191648342, 0.0409528166, 0.000252457103, 0.00260760449, -0.0196397137, -0.0203859564, -0.0188708603, -0.0221045725, -0.0116571933, 0.0339652859, 0.00341744605, 0.0426714346, -0.0129348496, 0.0151961865, 0.0137150101, -0.00841217488, -0.0324049629, 0.00935062952, 0.0436438099, 0.00118932209, 0.0105491383, -0.00723627908, -0.0140429046, 0.0174688306, -0.00180482981, -0.0142690381, 0.0151509596, -0.0299174916, -0.00722497236, -0.0441865288, 0.0268420726, 0.0420156457, -0.00310085877, 0.0299627185, -0.0125617282, 0.0222628657, -0.000359517289, 0.00176101644, -0.0297139715, -0.0112558063, 0.0116911139, -0.00291712512, -0.00954284333, -0.0244902819, -0.0102042845, -0.02439983, 0.0232465472, -0.00282667158, -0.000171013628, -0.0185429659, 0.00513323583, 0.0460860543, -0.00107766851, -0.031907469, 0.0196171012, 0.021166116, 0.0323371217, 0.00812385418, 0.0259149242, -0.0125391148, 0.00447179424, -0.0215957705, 0.0456563979, -0.00351355271, -0.0291260239, 0.0129235424, 0.00219208375, 0.0246711895, -0.0240606293, -0.0188030191, -0.0113293, -0.00882486906, 0.0359326489, -0.0106791649, -0.000961068319, -0.006275211, -0.0201937426, -0.0166434422, 0.0116006602, -0.0213583298, -0.0161120277, 0.0066935583, -0.00965025648, -0.0115158604, 0.0048336084, -0.0364979841, 0.0120981541, 0.0368598, 0.00562790316, 0.0122677544, -0.00164794957, 0.00620171754, -0.00136316242, -0.000106353516, 0.00921495, 0.0142011978, -0.0433046073, -0.00391494, 0.0225229189, 0.0241736956, 0.0111314328, 0.0103908451, 0.00100700173, -0.0319979228, 0.0160215739, 0.010486952, 0.00345136598, -0.0451815203, 0.0276335422, 0.0223420113, 0.00568726333, 0.0137828505, 0.0168130435, 0.00654657139, 0.00979159, 0.00556289, -0.00648438465, 0.0257340185, -0.0187804066, -0.0232239347, 0.0286963694, 0.0149587458, -0.0243319888, -0.00336373923, -0.0115893539, 0.0159989614, 0.0115723936, 0.0205781683, 0.0240380149, 0.0137828505, 0.00957676303, 0.0281084217, 0.00887009501, 0.022375932, 0.00781857315, 0.0298044253, -0.00490710186, -0.0190743804, -0.0053932895, 0.00337787252, -0.0152979465, 0.00465835491, -0.0333773382, 0.000750481326, 0.012301675, 0.00358704617, -0.0219123587, 0.0017793898, -0.00192213664, -0.0281988755, 0.0072475858, 0.0323145092, -0.00370576652, -0.0366788916, -0.00493536843, 0.01340973, -0.0153092537, 0.0312742926, -0.00545547623, -0.00369728636, 0.0118833277, -0.00578902336, 0.0372894518, -0.0058116368, 0.00351072615, -0.0287415963, -0.000900294923, -0.00350507279, 0.0208721422, 0.0193344336, -0.00338352588, 0.0450232252, -0.00415520743, 0.0222176388, 0.036294464, -0.015772827, 0.0176158175, 0.0457242392, -0.000197867, 0.0279049017, 0.027316954, -0.0180680845, -0.0239701755, -0.0127426358, -0.0139298374, -0.010079911, 0.023337001, 0.0187804066, -0.00815212075, 0.0120981541, -0.0098594306, 0.0142238112, 0.00701014558, -0.0236988142, 0.0151961865, 0.00342027261, 0.018045472, -0.0332868844, -0.00928844325, 0.014970053, -0.000852948171, 0.023088254, 0.0197414737, -0.0491162464, 0.0193909667, 0.0170730967, -0.00262597785, 0.00211435044, 0.0392115898, -0.02883205, -0.0115610864, 0.0211887304, -0.0224437732, 0.00314043206, 0.0245581232, -0.0346663, -0.0150944265, -0.0121433809, 0.00456790114, 0.0243319888, -0.00487600872, 0.0376964919, -0.0244450551, 0.0164286159, -0.00124514883, -0.0315004289, -0.00187973666, -0.0213696379, 0.0245807357, 0.00378774, -0.0198997688, -0.00317435223, -0.0205329433, 0.0107300449, -0.0153092537, 0.00580033, 0.0296235178, 0.00450288784, -0.0301210117, -0.0177514981, 0.0348472074, 0.00810689386, 0.0300984, -0.0367241167, 0.0102495113, 0.0122225275, 0.00198715017, 0.033513017, 0.0193344336, -0.0140429046, 0.0223080926, 0.00579467695, -0.0118833277, -0.00157304271, -0.0507444069, 0.00996119063, 0.000117660202, 0.0116345799, -0.00673878519, 0.0431010872, -0.0112953801, 0.00232493738, 0.000685821171, -0.0116006602, 0.0226472933, -0.0109109525, -0.0103286579, -0.0297365859, 0.0207251552, -0.0254174303, -0.0033920058, -0.00194899, 0.0109957522, 0.00497776875, -0.00920929573, -0.00997815095, 0.0193231273, 0.00196595, 0.0553575382, -0.0384427346, -0.0076715867, 0.00333264587, 0.0446161851, -0.0248747095, -0.000671687827, -0.0522368923, -0.0333547257, -0.0167112816, 0.0232691597, -0.0245355088, -0.00695361197, 0.00318283215, -0.0170504823, 0.0223080926, -0.0442317575, 0.00650699809, -0.0394151099, -0.00840652175, 0.0266385525, 0.0150605058, 0.00107342855, 0.0459503718, 0.00044378743, 0.0152188, 0.00562790316, 0.000922201609, 0.0164625347, 0.00167904294, -0.0174349099, 0.0244902819, -0.00556571642, -0.000395380688, -0.0315682702, 0.0161346421, -0.0055544097, 0.00919798948, -0.00741153304, -0.0116006602, -0.0196623281, -0.012199915, -0.00959937647, -0.00943543, 0.00342592597, -0.00652395794, 0.0087231081, 0.0173783768, -0.0337165371, -0.00679531833, -0.0228395071, -0.0144951716, -0.0158858951, -0.0182150714, -0.0360457152, -0.0310029332, -9.045349e-05, 0.0328798443, -0.00719105266, 0.0201259013, 0.010684819, -0.022025425, 0.0186221115, -0.0270908214, -0.0337165371, -0.0167565085, -0.0122225275, 0.0153997065, 0.0290129576, -0.0158293601, 0.000228960402, 0.0187804066, -0.0330155231, 0.00727585284, -0.0149248261, -0.00858742837, 0.00643350463, -0.00978028402, -0.00356443296, 0.000871321536, 0.000955415, 0.015173573, 0.01320621, -0.00295669842, -0.0097972434, -0.0101873241, -0.02883205, -0.00307824533, 0.0158972014, 0.00596993044, -0.0168130435, 0.0122225275, -0.0298270378, 0.00754155964, -0.0147552257, -0.00111158856, -0.019560568, 0.0302566923, -0.0125843417, -0.0260279924, -0.0591113567, 0.00149954925, 0.0162137877, -0.000857894833, -0.0156823732, -0.0284928493, -0.00350507279, -0.00967852399, -0.0243546031, -0.0179324038, -0.00239136419, -0.0254626572, 0.0216975305, 0.0236309748, 0.0198206212, 0.0138619971, -0.0208043028, 0.00583990337, -0.00177514972, 0.000332310592, -0.0145743191, 0.0334225632, 0.0222176388, -0.0114367129, 0.00183874986, -0.0196510218, -0.00534806261, -0.00243093749, 0.0200919826, 0.00998380408, 0.010888339, 0.0050908355, -0.00913580228, 0.0169600304, 0.0128330886, -0.00349659286, -0.0171296299, 0.0190291535, -0.00118013541, 0.00494950218, 0.018701259, -0.000115540199, -0.00845174771, -0.0051615024, 0.00363509962, 0.0473976284, -0.0108204987, -0.0112558063, -0.0383522809, 0.0251686834, 0.00321392552, -0.0239249486, -0.00879660156, -0.0216070767, -0.00335808587, -0.00180341653, -0.011391486, 0.0154562406, 0.0202728882, 0.0230656397, 0.0343497135, 0.010837459, -0.0362266228, -0.000773801352, -0.00231221737, -0.0220819581, -0.0219688918, 0.0160215739, 0.00802209415, -0.0162590146, 0.00668225158, -0.0137715442, -0.0110353259, 0.0332642719, 0.00402235379, 0.0258244723, 0.00422870088, 0.00788641348, 0.00656918483, -0.0138619971, -0.0344853923, -0.0174575243, 0.0166660566, 0.0026613113, 0.0198771544, 0.00858742837, -0.0304602124, -0.0033269925, -0.0196171012, 0.00271925796, 0.0161007214, 0.00962764304, 0.0330381393, 0.0145969316, 0.00649003778, 0.0174122974, 0.0299853329, -0.0101251379, -0.0253269766, 0.0310255475, -0.0159085076, 0.00121405546, 0.0251686834, 0.0142011978, 0.0087513756, 0.00312064542, -0.0174688306, -0.0168243498, 0.0184072852, 0.00302171195, 0.0146873854, -0.00171720295, -0.00828780141, -0.0173896831, -0.00264152465, 0.0209173691, -0.0194701143, 0.00191224332, 0.012448662, -0.00708363904, 0.00194757676, -0.00591905043, 0.0110240187, -0.00717409234, 0.0172313899, -0.00358704617, -0.0290129576, 0.00241256412, -0.0142351184, 0.0157502145, 0.0211435035, 0.0223307051, -0.020363342, 0.00377077982, 0.00532827573, 0.0304376, 0.0165190697, -0.0273621809, 0.013002689, -0.0329250693, 0.00250443094, 0.0215279311, 0.00604907703, -0.000755428, 0.025756631, -0.0226699058, -0.009475003, -0.00706102559, -0.0244676694, 0.0127878627, -0.000835988147, -0.0307768, -0.00897185598, -5.58709289e-05, 0.020261582, -0.019402273, -0.00464987475, 0.0408171378, -0.0155466935, 0.00743414648, 0.00170165626, 0.0199902207, -0.00902838912, 0.00579467695, -0.00918668229, 0.0110805528, 0.0229073465, 0.0206912365, -0.0270455945, -0.0122677544, 0.000909481605, 0.0264802594, 0.00785249379, 0.0142577318, 0.000226310396, 0.000833161466, -0.000738467963, -0.0157162938, 0.0255304985, 0.00472619478, 0.0265933257, 0.0258018579, -0.00438699452, 0.00187973666, -0.00766028, 0.0147099989, 0.0282441024, 0.0250103902, 0.00200269674, 0.0105660986, -0.00430219434, 0.017694965, 0.00800513383, 0.0155353872, -0.00991596375, -0.0181020051, -0.00372272637, -0.0087513756, 0.00325632561, 0.0286511425, -0.0100403372, 0.00396582, -0.00771116, 0.0257114042, -0.00511062238, 0.000593601, -0.0109166056, 0.0162477084, 0.00719105266, 0.00543003622, 0.00344288605, -0.00954849645, 0.0194814205, 0.0142464247, -0.00713451905, 0.0079994807, 0.025304364, -0.0317944027, 0.00144230924, -0.0185542721, 0.0211435035, 0.00101477513, -0.0191761404, 0.0103682317, -0.00817473419, 0.00321675232, 0.00546678295, 0.00550918281, 0.00471206149, 0.0161346421, 0.0115045533, 0.0166773628, -0.00397430034, -0.0146760792, 0.0117137274, 0.00913014915, 0.00581729, -0.0227377471, 0.00122748211, -0.016383389, 0.000612681091, 0.0242641494, -0.00511344895, 0.0125051951, -0.0307541862, 0.00112430868, -0.0309577081, -0.0109109525, 0.00455094129, -0.0155014666, 0.00208608364, 0.0275430884, 0.0184412058, -0.00015917694, 0.00405910052, 0.0235857479, -0.0332416594, -0.019300513, -0.00115045533, 0.011493247, -0.0209060628, -0.0253722034, -0.00191931, 0.0193118211, -0.00129956228, 0.0184072852, -0.0271134339, -0.0333321132, 0.0438473299, -0.00107201515, -0.00859873462, -0.021573158, -0.0179210976, -0.00223872392, 0.0105774049, 0.0232013203, 0.00695926556, 0.00213696365, 0.00782422721, 0.0146534657, 0.0274526346, -0.00695361197, -0.00235461746, 0.0102721248, 0.0267742332, -0.0125956489, 0.005947317, 0.00726454612, -0.00146986928, 0.0226133727, -0.0118041802, 0.00490144873, 0.0349602737, -0.00406192709, 0.0216296911, -0.00362096634, 0.0220367312, -0.0327893905, 0.000313937227, 0.0183620583, 0.0129913827, 0.0130931428, -0.0129687693, -0.00635435758, 0.0210982766, 4.25767394e-05, 0.00450006127, -0.0461312793, 0.000336373923, -0.000990748405, -0.0107300449, -0.00228395057, 0.0291712508, -0.00896054879, 0.0111483932, 0.0234274548, -0.0113236466, -0.00772812031, -0.0162477084, -0.0281084217, -0.0236083604, 0.0131270625, -0.0128104752, -0.000966015039, -0.0164964553, 0.0244676694, -0.00976897683, -0.0117024202, -0.0156936813, 0.0163720828, -0.0130931428, 0.00701014558, 0.0202728882, 0.000586887705, -0.001115122, 0.0149587458, 0.00567030301, -0.000687234511, -0.0136923976, -0.000988628366, 0.00694230525, -0.00237581739, 0.0215053167, 0.00182602985, 0.00599819701, 0.00730411941, -0.00347963278, -0.0206912365, -0.00848566834, 0.0140994377, 0.0191987529, 0.0297591984, 0.0202502757, -0.00284363166, -0.0494780578, 0.0223080926, -0.00742849289, 0.010283431, 0.0234952942, -0.0108204987, -0.0123921279, 0.0144612519, 0.0199449956, -0.00716278562, 0.0202841945, 0.00685750507, -0.00594166387, 0.0137263173, 0.000985801686, 0.0183507521, 0.000106265186, -0.032766778, 0.0753025338, -0.0227377471, 0.00937889609, 0.00314608542, -0.0185768865, 0.022025425, 0.00780161377, -0.0192552861, -0.00657483796, -0.00742283976, 0.029080797, -0.0151509596, 0.00080206804, -0.0362266228, 0.0143707981, 0.0221724119, 0.0311160013, 0.00242811092, 0.000831748126, -0.0407719128, -0.0282441024, -0.00879660156, 0.0201485157, 0.00560528971, 0.0103286579, -0.0187690984, 0.0168808829, -0.00398843363, -0.0308220275, -0.0142238112, -0.00231504394, 0.00241256412, -0.00412976742, 0.00179493648, -0.00374251325, 0.0139185311, -0.00900577568, -0.0108996453, 0.00599819701, 0.00376795325, -0.0155693069, 0.0262088981, -0.00948631, 0.0145064788, 0.0196849406, -0.00817473419, -0.0212113429, 0.00639393134, -0.00592470355, -0.014314265, -0.00835564081, -0.0124825817, -0.010283431, -0.00660310499, -0.0178871769, -0.0125956489, -0.00853089523, 0.0128217824, -0.000743414625, 0.0204198752, 0.0477594435, -0.0331738181, 0.0130139962, 0.0136132501, 0.00487318169, 0.0208608359, 0.0250782296, -0.0405005515, -0.0160102677, -0.019300513, -0.0340783522, 0.0032987257, 0.00613387721, 0.0112162326, -0.0215166248, -0.00471206149, 0.0177628044, 8.02509749e-05, 0.00120345538, 0.00707798544, 0.00951457676, -0.00511910208, -0.0324954167, 0.00994423, -0.0233822279, 0.00849132147, 0.0303019192, -0.00295387185, 0.0364301428, 0.00239277747, -0.00375382, -0.00335525908, -0.00107342855, -0.000915134908, -0.0113688735, -0.0291938633, 0.00755852, 0.00581729, 0.0199676082, 0.00314043206, -0.0156032275, -0.000382660655, -0.0033920058, 0.00115469529, -0.0132288234, -0.00305563188, 0.027769221, -0.0373572931, 0.0117363408, -0.00111017528, -0.00252563111, 0.00658614468, -0.0085591618, -0.0236309748, 0.0120868478, 0.0124825817, -0.0153318672, -0.00773377344, 0.00261467113, -8.17968103e-05, -0.0234952942, -0.00761505309, 0.0139185311, -0.00478838151, -0.0267063938, -0.00600385061, 0.0207477696, -0.00271784468, 0.0242189225, 0.00125362887, -0.00763201341, -0.00221045711, -0.0219349712, -0.00435307436, 0.00718539907, -0.00869484153, 0.00505974237, -0.0234726816, 0.0314325877, 0.00345701934, -0.0171070173, 0.0191987529, -0.00476011494, 0.00885313563, 0.0110975122, -0.0176610444, 0.0310029332, 0.0426940471, -0.0107187387, -0.00472902134, -0.00237581739, 0.00983116403, -0.0108091924, -0.01320621, -0.00587947713, -0.0061395308, 0.0123921279, -0.00191083, 0.00636001118, -0.0266611669, 0.0046668346, -0.000647661102, -0.000692181231, -0.0106791649, -0.00559680955, -0.0175818969, -0.0127652492, -0.00436720764, -0.011137086, 0.00643350463, 0.0187804066, -0.0023206973, 0.0157276, 0.0601968, 0.0257792454, 0.0113462601, 0.00221469719, 0.00824257452, 0.0169600304, 0.00325349905, -0.0135341035, 0.00598123716, -0.00552896969, 0.00550635625, 0.00911318883, 0.0160215739, -0.0146760792, -0.0200467557, 0.00120486878, 0.00755852, -0.0123469019, -0.00403083349, 0.00328459241, 0.00541590294, -0.00300475187, 0.0146195451, -0.00284787151, 0.000884041539, 0.0156936813, -0.0232239347, -0.00677835848, 0.013658477, 0.0178758707, -0.00113844196, -0.00941281673, 0.00556006283, 0.0244450551, 0.00844609458, 0.00602081046, 0.000452620792, -0.010079911, -0.0257114042, -0.0172426961, -0.00187973666, -0.00319696567, 0.03084464, -0.00844609458, -0.000387960667, 0.0204537958, -0.00511062238, 0.00204368355, 0.0177854169, 0.00295387185, 0.00743979961, 0.00569574302, 0.0139863715, -0.0209399834, 0.00344853941, 0.0027969915, 0.0319979228, -0.0129913827, -0.0131496759, 0.00773942703, 0.0175592843, 0.007383266, -0.0116345799, 0.0127426358, -0.0066992119, 0.0185881928, -0.0127878627, -0.0359100364, 0.00556289, -0.00462726131, -0.0288998894, -0.0107809259, 0.00247333758, -0.0117702605, 0.0262993518, -0.00275317812, -0.015874587, 0.00324784569, -0.0027418714, -0.0267290063, -0.0285833031, -0.0191196073, -0.0118267937, 0.00160413608, -0.00648438465, 0.0189160854, 0.00261891121, 0.00431067403, -0.0192439798, 0.032563258, 0.00064801448, 0.00896054879, 0.00020034035, 0.00416651415, -0.00216099038, -0.00107060187, -0.0257114042, -0.00386123336, -0.0103795379, -0.019051766, 0.0163607746, 0.00414955383, 0.0192439798, -0.00107978855, -0.0078072669, 0.00257933792, 0.0174009912, -0.0244224425, -0.0191083, -0.0110975122, -0.0156710669, 0.000108650187, -0.0197753944, 0.00459899474, -0.0175932031, 0.000698187854, -0.00558833, -0.0266837794, 0.000766028, 0.00860438868, -0.00808428, 0.00520107569, -0.0078694541, 0.00305280532, -0.0185542721, 0.0132740494, -0.00914145634, 0.00324219232, -0.00686315866, -0.00245072437, -0.00286483159, 0.00371424644, 0.0192779, 0.00560246315, -0.0132288234, -0.0062695574, 0.022025425, -0.00396582, -0.00625825068, -0.0032026188, 0.0135793304, 0.0173783768, -0.0149474395, -0.00172144303, -0.0282667167, -0.0336487, 0.021471398, -0.0108318059, 0.00321392552, -0.0266837794, -0.00252280431, -0.00727585284, -0.00919233635, -0.00347115262, -0.00802774727, 0.0262767393, 0.0193457399, -0.00424566073, -0.015772827, 0.0253495909, 0.0148909055, -0.0196849406, -0.00586817041, 0.0085591618, -0.0226472933, 0.0227829721, 0.0144838654, -0.00493254187, 0.00363227306, 0.0188256335, -0.0033920058, 0.0215844642, -0.00436438108, 0.00821996108, -0.00310368533, 0.00607169047, 0.0185316596, 0.000212177038, -0.00413259398, -0.00207053684, 0.0121433809, -0.0243319888, 0.0176271237, -0.0067896652, 0.00222883048, -0.00167480297, -0.0124147413, -0.00975767057, -0.0026768581, -0.00890401565, 0.0101477513, 0.0329702981, 0.0100742579, -0.00667659845, -0.00287896511, -0.0311160013, 0.0108826859, 0.00142958912, -0.0104756448, -0.00591905043, -0.00663702469, -0.0133192763, -0.000487600861, -0.0310707744, 0.00463856803, 0.00812385418, 0.00381318, -0.03104816, 0.00794860069, -0.00239560427, -0.0405910052, -0.0112105794, 0.0169034954, 0.00561377, -0.018147232, 0.0398447625, 0.010939219, -0.00155184267, 0.000184970326, 0.0141446646, 0.0273395684, -0.0135227973, 0.00805036072, 0.0279049017, 0.0234274548, -0.0143594919, 0.0111031663, -0.0062356377, -0.00940151, -0.00658614468, -0.0166434422, 0.00458203442, 0.0337617658, -0.00723627908, 0.0157162938, 0.00417216728, 0.01340973, 0.00431067403, 0.0227716658, -0.0166547485, -0.0114819398, 0.0161346421, -0.0167452022, 0.0123355947, 0.00923190918, 0.0119398609, 0.0159198139, 0.00116600201, 0.00554592954, -1.6231279e-05, -0.00507952878, -0.00503995549, 0.00949761644, 0.00576923694, -0.00682358537, 0.0182716046, 0.0178193375, -0.00363792642, 0.00690273196, -0.0196171012, 0.0127200224, 0.00290864496, -0.0101251379, -0.00464987475, -0.00700449198, 0.019809315, -0.024648577, 0.00611126376, -0.0259827655, 0.025553111, 0.00291712512, -0.001121482, 0.00150520261, 0.00638262462, 0.0124938888, -0.00115822873, -0.0418799669, 0.00402800692, -0.0133758103, 0.0071175592, -0.00813516, -0.0189726204, -0.00704406574, 0.00942977611, 0.0171522424, 0.0043756878, -0.00257368456, -0.000412694062, -0.00271643139, -0.00299061858, -0.00988769718, 0.013963758, -0.0134436497, -0.000743414625, 0.0187690984, 0.000530000951, -0.0269777533, 0.00235179067, 0.0211435035, -0.00364357978, -0.00870614871, 0.0108826859, 0.0147099989, 0.0185881928, 0.00576923694, -0.000211823703, 0.0282667167, 0.0127539421, 0.0198319275, 0.00603211718, -0.00271925796, 0.00937324297, 0.00326480577, 0.0342366472, -0.00920929573, 0.00435024779, 0.000145838581, 0.0098594306, -0.0131270625, -0.0057466235, -0.00493536843, -0.000874854857, 0.0138054639, -2.22489962e-06, -0.020713849, -0.00862700213, 0.0145290922, 0.00220904383, -0.00490710186, -0.0175705906, -0.00970679056, 0.0155353872, 0.0236988142, 0.0221045725, -0.01552408, 0.0113066863, -0.0050343019, -0.0061395308, -0.000127023552, -0.0126182623, -0.0036237929, 0.0291486382, 0.00285211159, 0.00340896589, -0.00697057229, -0.0151170399, 0.00671617175, -0.00142676244, -0.0140542109, 0.00197301689, 0.0155580007, 0.00223731063, -0.0343271, 0.0042795809, 0.0212904904, -0.00371141988, 0.000850828132, 0.00739457272, 0.00278568477, 0.0173670705, 0.00183026982, 0.0068292385, -0.0139524508, -0.0123355947, -0.00848566834, 0.0167565085, -1.60104449e-07, 0.0137715442, -0.0209399834, 0.0136697842, 0.0076942, -0.0111314328, -0.0149248261, 0.00270371139, 4.75234156e-05, 0.0181811508, -0.0187238734, 0.0161120277, -0.0086552687, -0.00876833498, -0.00815777387, 0.0150378933, 0.00500603532, -0.0101873241, -0.0134775704, 0.00165925617, -0.0189613122, 0.00737195928, 0.00198715017, 0.007383266, 0.00138577574, -0.00470358133, -0.00172285631, -0.0078072669, -0.0128104752, -0.0193909667, -0.0130253024, 0.0272717271, -0.0119850878, 0.0148569858, -0.00888705533, 0.00841782801, 0.00151509594, -0.00802209415, -0.00520955585, -0.0133645032, 0.0137941577, 0.0223420113, 0.00088828156, -0.0201937426, 0.0223193988, 0.00294539169, 0.00192355, -0.0319753103, -0.0108713787, -0.000449440791, 0.0108770318, 0.0450684503, -0.00223024399, -0.0102890842, -0.0156371463, 0.00706102559, 0.00691969227, 0.00311499205, 0.00578619679, -0.015931122, 0.011340606, 0.0288998894, 0.00254541775, 0.0134323435, -0.00252704439, -0.00647873105, -0.00228819065, -0.0096332971, 0.00543851592, -0.0230430271, 0.00124585547, -0.00410432694, 0.0136132501, 0.0105604455, 0.0165756028, -0.0167452022, 0.0232239347, 0.0457468517, -0.0155127738, -0.0282667167, 0.021923665, -0.00485056825, -0.0111088194, -0.00577489, -0.00277013821, 0.0263671931, -0.00317152543, -0.00207336363, -0.00699883886, -0.0258018579, -0.0157841351, -0.0274074078, 0.00983116403, 0.0142803453, 0.00868353527, 0.0122564482, 0.019051766, -0.0505182743, 0.0257114042, -0.0168582685, 0.00251573767, 0.0131609831, 0.00538480934, -0.00916406885, -0.0226586, 0.00708363904, -0.0120529281, 0.0241963081, 0.0249651633, 0.00964460336, -0.00108544191, -0.00757548, 0.00747372, 0.00508800894, -0.0266837794, 0.00848566834, -0.020261582, 0.0108657256, -0.00896620192, 0.0208947565, 0.00898316223, -0.00360117969, -0.0218219049, 0.0297139715, -0.00397995347, 0.0160102677, 0.012550422, 0.00598123716, -0.0195153411, 0.00915276259, -0.00226699072, -0.0178306438, -0.0187917128, 0.00996119063, -0.0266385525, 0.0027291514, -0.00611691736, -0.00140556239, -0.0245355088, -0.0136132501, -0.00296235178, -0.0119850878, -0.030392373, -0.0230656397, -0.0196057949, -0.0384427346, 0.0193683542, 0.000973081682, 0.000146191916, -0.0206912365, -0.00301605859, 0.00639958447, -0.0063713179, -0.00308389869, -0.0118381009, -0.0150605058, 0.00850262772, -0.0174801368, -0.00832737423, 0.00492406171, 0.0048336084, 0.00694230525, -0.0265707131, 0.00689707883, -0.0137263173, 0.0194475, -0.00445766095, 0.0137828505, -0.00615083752, 0.00559398299, -0.0157502145, 0.00635435758, 0.00198573689, 0.0131157562, 8.18851404e-05, 0.0148343723, -0.00198149681, -0.0222854782, -0.00751894666, -0.0025001911, -0.0103738848, -0.00723062595, 0.0115102064, -0.011493247, -0.00388667337, -0.0087513756, -0.00479120854, 8.82451568e-05, 0.0191309135, 0.00647307793, -0.000954708317, -0.0379452407, 0.00137305574, -0.00716843922, 0.00355312624, 0.0107752718, 0.000409160712, 0.0311612282, -0.0100629507, -0.00800513383, 0.00520672929, 0.0153657869, -0.0225003064, 0.00398560707, 0.0408397503, -0.0141785843, -0.00483926199, 0.0189047791, -0.0191422198, 0.00793164, 0.0134436497, -0.0350733399, 0.0078072669, -0.00174405635, -0.00206205691, -0.0108600724, -0.0196057949, -0.0215279311, 0.0114536732, -0.0111088194, 0.0170278698, 0.00104092178, 0.00040103402, 0.00483926199, 0.0144386385, 0.017943712, 0.0102777779, 0.00312912534, 0.00112996192, 0.00064412778, 0.0051615024, 0.0148117589, 0.00652395794, -0.00656918483, -0.00518128881, 0.00465552788, -0.00251856446, 0.00581729, 0.0102551645, 0.00396582, -0.00517846225, 0.0171409361, -0.00436155405, -0.00615083752, -0.00768854655, 0.00426262058, 0.0253722034, 0.00444352766, -0.0188934729, -0.00505691534, 0.00626390427, -0.0208947565, 0.00721931923, 0.0213357173, 0.00989335, 0.0125617282, -0.0120416209, 0.00229667057, 0.00799382757, 0.0127426358, -0.0220141187, 0.0152301062, -0.00764897326, -0.0212339573, 0.00610561064, 0.0117589543, 0.000438840769, 0.00418064743, -0.00753590651, 0.00115610869, 0.00255531119, -0.00204368355, -0.0204537958, 0.0133418897, 0.0097011365, -0.0163494684, -0.0175592843, -0.0167904291, 0.0156145338, 0.0210756641, 0.00531131588, -0.031749174, -0.00596993044, 0.00108968187, 0.00316021894, 0.0145403985, -0.0183055252, -0.0017793898, 0.0106508983, 0.0316587202, -0.00410150038, 0.040568389, -0.0144725582, -0.00212283037, 0.0262315124, -0.0123469019, -0.00582294352, 0.0290129576, 0.0214261711, -0.0060377703, 0.0156823732, -0.0406136177, -0.0129574621, 0.00867222808, 0.00634305086, 0.0211095829, 0.00511627551, 0.0285833031, 0.00559963658, -0.0296009053, 0.0102947382, 0.00936759, 0.0107978852, -0.0103230048, 0.0127652492, 0.0138167711, 0.0103512714, 0.0181020051, -1.77219063e-05, -0.00212989701, -0.00507952878, 0.00770550687, 0.00971244369, 0.00420608744, -0.0107639655, -0.0122338347, 0.0153544797, 0.0160781089, 0.00359269953, -0.00684054522, 0.0249425508, 4.02579863e-05, 0.00888705533, 0.00952588301, 0.0103512714, 0.00922060292, 0.0201259013, 0.00224720384, -0.001134202, 0.0072136661, -0.00908492226, -0.0120303147, 0.0230543334, 0.0196736343, -0.00807862729, 0.00391494, -0.0158067476, -0.00180765649, -0.0263445787, 0.0204311814, -0.0116571933, 0.021923665, 0.00234613731, 0.0297818109, -0.0176045112, 0.00287896511, 0.0199223813, -0.00699883886, 0.0214487836, 0.0130705293, -0.00312347221, 0.00305280532, 0.00695926556, 0.00841217488, 0.024852097, 0.0160215739, 0.00777334673, 0.022477692, -0.00121122878, 0.00929409638, 0.0226925202, 0.0308220275, -0.000611621072, 0.0161685608, 0.0143821053, -0.00737761287, -0.00365205971, 0.00188963, 0.0145403985, -0.0187577922, -0.00634870445, 0.00609430391, -0.0129574621, 0.0032308856, 0.00651265122, -0.00691969227, 0.00781292, -0.011238846, 0.00103526842, -0.0144951716, -0.00152922934, 0.00551766297, 0.00628086412, -0.00404496724, -0.00160554948, -0.00368880644, 0.0060377703, 0.00603211718, 0.00714017265, -0.00651830481, -0.00514736911, -0.0144725582, -0.0161120277, -0.002091737, 0.0079033738, -0.0121886078, -0.00372555316, 0.00694230525, -0.0030019253, 0.00449440768, -0.0117024202, 0.00895489566, 0.00793164, 0.0168921892, 0.00480534183, 0.0154449334, 0.0111596994, -0.00614518393, -0.014517785, 0.00511062238, -0.0202502757, -0.000454740803, 0.010684819, 0.0448875464, 0.00574097, 0.00631478429, -0.0133984238, 0.0219349712, -0.010430418, -0.00040174069, -0.00372555316, 0.00184864318, -0.0225116126, 0.00987639092, -0.00482795527, 0.016485149, -0.0025807512, 0.00660310499, -0.000516574248, 0.0156258401, 0.0177628044, 0.0181359258, 0.00520672929, 0.0177062713, -0.0065974514, 0.014517785, -0.0119511671, -0.027068207, -0.0107130855, -0.00498059532, -0.00206771027, 0.0173331499, -0.00887574907, -0.00339765917, 0.00395734, -0.00870049559, -0.00761505309, -0.0100572975, 0.00550635625, 0.00251573767, 0.014008984, 0.00181613653, -0.0114593264, 0.0158180539, -0.0219801981, -0.00567030301, 0.0192439798, 0.0176271237, 0.00374251325, 0.000647307781, -0.0249877777, -0.00526891602, -0.0183055252, -0.0096672168, 0.0157162938, -0.00771116, 0.0210417435, -0.0107187387, 0.0128443958, -0.0103173517, -0.00439547421, -0.0114197535, -0.00360683305, 0.000115363531, 0.00642785104, -0.00114621536, 0.00712321233, -0.00727019925, 0.0245581232, -0.0226586, -0.0117250336, 0.0125730354, 0.000392907357, -0.0103286579, -0.015976347, 0.00784684066, 0.000778041373, 0.0155014666, 0.0124034351, 0.00479968823, 0.00194757676, -0.00208184356, 0.0104699917, -0.0232917741, 0.00270088459, 0.0270229802, -0.00583425025, 0.00763201341, -0.0190856867, 0.0100177238, -0.00213696365, 0.0151961865, 0.0280179679, 0.00171296299, 0.00532827573, -0.00900577568, -0.00712886592, 0.00198997674, 0.0366336629, 0.0108487653, 0.00676705176, -0.0218897443, 0.0114875929, 0.027068207, 0.00548091624, -0.010583058, 0.0012776556, -0.00497211516, 0.0269777533, 0.00966156367, 0.0100064175, 0.0043445942, 0.0150152799, -0.018701259, 0.0216183849, 0.0191083, -0.0192439798, 0.00958807, -0.0211548097, 0.0198545419, -0.0287189838, 0.00993292406, -0.00354464608, -0.0161007214, -0.00886444189, -0.00973505713, 0.020012835, -0.0105717517, 0.0183733646, 0.0168017354, 0.0173218437, -0.0163042415, -0.0076094, -0.0132401297, 0.0167112816, -0.0190291535, -0.00557702314, 0.00522934226, -0.0220819581, 0.00308955205, 0.0238344949, -0.0125051951, 0.000464634155, -0.00587382354, -0.00142464251, 0.000992868445, 0.0110070594, 0.0140429046, -0.00229949737, -0.00919798948, -0.0120642344, 0.000133736903, 0.0140768243, -0.00361813954, 0.0021751239, 0.0305506662, 0.0111088194, -0.0101873241, 0.00819169451, 0.0051304088, -0.00554310298, -0.0248068701, 0.00032294722, -0.0234952942, -0.0183168314, -0.0132853566, 0.0108600724, -0.0217201449, -0.0218219049, -0.0098255109, -0.0094410833, -0.00513323583, -0.00135538902, 0.00823692139, 0.0189047791, -0.00860438868, -0.00423435401, -0.0119737806, 0.0146986926, -0.00250725774, -0.0160668, -0.00879094843, -0.00943543, -0.0233822279, 0.0029764853, 0.0166208297, -0.00800513383, 0.012652182, -0.00672747847, 0.0220141187, 0.0144612519, 0.00573531678, 0.0319526941, -0.010735699, 0.0121207675, 0.00595862372, -0.00782422721, 0.00160413608, 0.00462160818, -0.000199280345, -0.00486752857, -0.0214148648, 0.0315230414, 0.0115554333, -0.00312347221, -0.022884734, -0.00509366207, -0.00838390831, -0.00312912534, -0.0210869703, 0.023337001, -0.0179097913, -0.000439194089, 0.021573158, 0.00195464329, 0.0100064175, -0.000802774739, -0.000192213673, 0.00294256513, 0.0126747955, -0.0115610864, -0.0338069908, 0.010029031, 0.0125956489, 0.0196057949, 0.0146195451, -0.0012098155, -0.0028775516, -0.00547808968, 0.0226133727, 0.0256661773, -0.00615649065, 0.00547243608, 0.00214120373, 0.0281310361, -0.000980855082, -0.0149474395, 0.00381318, -0.0330155231, 0.00189528335, -0.0189952329, -0.0201937426, -0.0089153219, -0.00929409638, 0.0284476224, -0.0126634883, -0.00656353123, 0.0057805432, -0.00474315509, -0.0196171012, -0.000418347394, 0.0122677544, 0.0103512714, -0.0110296728, -0.00248747109, -0.00917537604, 0.00221328391, -0.0048336084, -0.00221045711, 0.0253948178, 0.0175479781, 0.0003225939, 0.00290299184, 0.0036266197, -0.000359340629, -0.00171720295, -0.012652182, 0.0130592231, -0.00996684376, 0.00138224242, 0.000697127893, 0.00810689386, -0.00622998411, -0.014868293, 5.93601035e-05, 4.57125789e-05, -0.0148569858, 0.0080955876, 0.00504278205, -0.0159876551, 0.0157954413, -0.0116798067, -0.00810124073, 0.00922060292, 0.0255078841, -0.00396582, 0.00902838912, -0.0181246176, 0.00304997875, 0.00246485765, 0.00142252247, 0.00684619881, -0.00919798948, 0.0334225632, -0.01542232, -0.0163607746, -0.0139750643, -0.0297365859, 0.0295556784, 0.000217653709, 0.0161007214, 0.0147439186, -0.00674443832, -0.00100558845, 0.0101760179, -0.0184412058, 0.00992161687, 0.00353899272, 0.0113801798, 0.00277861813, -0.0265933257, -0.0131835965, -0.0189839266, 0.000695714552, 0.0297365859, -0.00735499943, 0.0104473783, -0.000289203832, 0.0139976777, -0.000642007799, 0.00466400804, -0.00404496724, -0.0123921279, -0.0123695144, 0.0340331271, -6.57201163e-05, -0.00610561064, 0.00751894666, -0.00209315028, 0.00277013821, -0.0180002451, 0.0153318672, -0.0231221728, -0.000198573674, -0.0229299609, 0.00902273599, -0.00222459063, 0.0187690984, -0.000951175, 0.011996394, 0.00670486502, 0.0030669386, 0.0133418897, -0.00422587385, 0.0238797218, 0.00811820105, 0.00987073686, 0.0281536486, 0.00971244369, -0.0186221115, 0.0090114288, 0.00736065302, 0.0138393845, -0.00984247, 0.0209739041, -0.00520955585, 0.0133418897, 0.020261582, -0.0142690381, 0.028379783, 0.0080334, 0.022127185, -0.0247390289, -0.00833302829, 0.0319753103, -0.00487883529, 0.0242641494, -0.0012903756, 0.00287048495, 0.00374533981, -0.0101477513, -0.0180567782, -0.00406192709, -0.00291147176, 0.00139354914, -0.025100844, -0.0267063938, -0.000274010468, -0.000920081628, 0.0114254067, -2.91224455e-06, 0.000625401095, 0.0281536486, 0.00405627396, 2.39825422e-05, -0.00188963, -0.0261862855, -0.0194475, 0.0102947382, -0.0137489308, -0.00520672929, 0.00542438263, 0.0121886078, -0.0385331884, 0.00719670579, 0.00505408878, -0.0280405823, -0.0124825817, 0.00597558357, -0.0118494071, -0.0249877777, 0.0203520358, -0.0432141535, -0.0195718743, -0.0143707981, -0.00289168512, -0.0139750643, 0.00491275545, -0.0050964891, 0.0238797218, -0.014664772, 0.00036093063, -0.0201711282, 0.0103738848, -0.0504278205, -0.0189952329, 0.00563072972, -0.0162250958, -0.00539046293, -0.00751894666, -0.0164738428, -0.00452550128, 0.00586817041, 0.00434742076, -0.00212707045, -0.0275883153, -0.0130479159, -0.021776678, -0.0257114042, 0.00441526109, -0.0146873854, 0.029691359, -0.00101689505, -0.0202502757, -0.00460464787, 0.0118041802, -0.0185203515, -0.0246711895, 0.016383389, -0.0074793729, 8.32543083e-05, 0.00377360662, -0.00872876216, -0.0165869091, -0.00249595102, -0.0185429659, 0.00205499027, -0.0187577922, 0.0101534044, 0.0117702605, 0.00607169047, -0.0127539421, -0.00863265526, 0.0312290676, 0.0141446646, -0.0214261711, -0.009475003, 0.0155693069, -0.0179889388, -0.00844044145, -0.00939020328, 0.00764332, -0.0119624743, -0.00810689386, 0.00724193268, -0.00758678652, 0.0138167711, -0.0182602983, 0.0123355947, -0.000715147937, 0.00469227461, 0.00262456457, 0.0234500673, 0.00210304372, 0.00565334316, -0.0121773016, 0.0209399834, 0.0109052993, 0.00296235178, -0.00845740177, -0.0129687693, -0.0071514789, 0.00512192911, -0.0180793907, 0.00455942145, 0.00228536408, 0.0049297153, 0.0151170399, -0.00805036072, 0.0118154874, 0.00314325886, -0.0024295242, 0.00212424365, 0.0117250336, 0.00694230525, 0.0213696379, -0.00551200937, 0.00284645823, -0.0063713179, 0.0079033738, 0.03104816, -0.00608299719, 0.0168017354, -0.0187464859, 0.0146986926, -0.0132853566, 0.0111427391, -0.00814646762, -0.00199280353, -0.00922060292, -0.0342592597, -0.00472054165, -0.00849697459, -0.0158406682, -0.00745110633, 0.0133758103, 0.016733896, -0.0225342251, -0.00177090976, -0.000543427595, 0.00380187319, -0.00708363904, -0.00228253729, 0.00404496724, 0.0221950244, 0.0200693682, 0.0145969316, -0.0236309748, 0.00779596, 0.0110579394, -0.00494950218, 0.0137150101, 0.00643350463, 0.00755852, 0.0118041802, -0.00662571844, -0.00967287, 0.0171409361, 0.00270936475, 0.00201965682, -0.00864396151, 0.0186108053, 0.0168582685, -0.017186163, 0.00789206754, 0.000258287124, -0.00633174414, 0.00238288403, 0.00517280912, 0.00705537247, 0.00198149681, -0.00169882958, -0.0078411866, 0.00189528335, -0.00751329307, 0.00446896767, -0.000679461169, -0.00110240187, -0.00593035715, -0.00306411204, 0.0109787928, -0.0124825817, 0.0165756028, 0.00420326088, -0.0272038877, -0.0086552687, 0.00719670579, 0.00207053684, -0.00819169451, 0.0188708603, 0.0117702605, -0.000663207844, 0.00953719, 0.00230232393, 0.0122677544, -0.0375381969, -0.0268194601, -0.00359835289, -0.0116571933, -0.0209286772, 0.0168469623, -0.0109561794, 4.59775802e-05, -0.00639393134, 0.022477692, -0.00728150597, 0.00718539907, 0.0054837428, -0.00948631, -0.0114762867, -0.0138619971, 0.0174462162, 0.00239984412, 0.01320621, -0.00536502246, 0.00734369271, -0.0349150486, 0.0035559528, 0.00991031062, 0.00663137157, 0.0162024815, 0.000468874146, 0.0183281377, -0.00870049559, -0.00102042849, 0.00258216448, 0.0285154637, -0.00232917746, 0.00396299362, -0.000983681763, -0.0120190075, -0.00227123057, 0.00819734763, 0.000177726979, 0.0142577318, -0.000417994073, -0.00730411941, -0.00742283976, 0.0161007214, 0.0140881315, -0.0135341035, 0.0132853566, 0.007383266, -0.00106848183, -0.00586817041, 0.0121659944, 0.00292277848, 0.00673313159, -0.00310085877, 0.0124825817, 0.0103060445, -0.0204537958, 0.0115893539, 0.00253693783, 0.00248747109, 0.00896054879, -0.0070214523, -0.000153700268, 0.0184638184, -0.010130791, 0.0126069551, -0.00418064743, -0.0104473783, 0.00764897326, -0.00915841572, 0.00144584256, -0.0319300815, -0.000537774293, -0.00779596, 0.00754721323, -0.0173557643, 0.011792874, 0.00586251682, -0.00212283037, 0.00168045622, 0.0144951716, -0.0191422198, -0.00587382354, 0.0166095216, 0.00976897683, 0.000557561, 0.00106424186, 0.00660310499, 0.0307541862, 0.0143029578, 0.00521238241, 0.00611691736, 0.00305563188, -0.00808428, -0.0118381009, -0.011137086, 0.0136358636, -0.00448027439, 0.018147232, 0.0120868478, -0.0076094, 0.0199563019, -0.0175932031, 0.007383266, -0.00440395437, 0.00132570893, 0.00667659845, 0.0271360464, -0.0115328198, -0.000866374816, -0.00126846891, -0.0204085689, 0.0218105987, 0.0181359258, 0.00772246672, -0.00228677737, -0.0128670093, 0.0136697842, -0.00827084109, 0.00974636339, 0.0119059412, -0.0127426358, 0.00504278205, 0.0190856867, 0.00703275902, -0.0134210363, -0.000352450617, 0.00733238598, -0.00356725953] |
24 Jul, 2024 | How to add FTP like file manager to your WordPress Website ?
24 Jul, 2024
Managing files on your WordPress website can be a critical task, especially if you’re not familiar with FTP (File Transfer Protocol). An FTP-like file manager simplifies this process, allowing you to manage your files directly from your WordPress dashboard.
This article will walk you through the steps to add an FTP-like file manager to your WordPress site, making it easier to upload, edit, and manage your files.
Why Use an FTP-Like File Manager?
An FTP-like file manager offers several benefits:
Ease of Use: Manage your files without needing to learn FTP.
Accessibility: Access your files directly from the WordPress dashboard.
Efficiency: Quickly upload, edit, and organize your files.
Step-by-Step Guide to Adding an FTP-Like File Manager
Step 1: Install and Activate a File Manager Plugin
To add an FTP-like file manager to your WordPress site, you need a reliable plugin. One of the most popular options is the File Manager plugin.
1. Go to Your WordPress Dashboard: Log in to your WordPress admin area.
2. Navigate to Plugins: Go to Plugins > Add New.
3. Search for File Manager: In the search bar, type “File Manager” and look for the plugin by mndpsingh287.
4. Install the Plugin: Click on Install Now and then Activate.
Step 2: Access the File Manager
Once the plugin is activated, you can access the file manager directly from your WordPress dashboard.
Go to the File Manager: Navigate to WP File Manager in the left-hand menu.
Step 3: Explore the Features:
The file manager interface will resemble a typical file explorer.
You’ll see folders, files, and options for uploading, creating directories, and managing permissions.
Explore the features to get familiar with the interface.
Hover over the “WP File Manager” and then click on “WP File Manager”.
After clicking on the “WP File Manager”, its dashboard appears on your screen where you can edit, preview, and manage the WordPress file easily with the WordPress admin area and you don’t need to access the FTP or cPanel.
This is how you can add the FTP file manager to your WordPress website. Hope you find this article useful and solve your problem.
Conclusion
Adding an FTP-like file manager to your WordPress site can significantly simplify file management tasks, making it easy to upload, edit, and organize your files directly from your dashboard. By following the steps outlined in this guide, you’ll have a powerful tool at your disposal, improving your workflow and website management efficiency.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons/How to use Font Awesome Icon as a Cursor?/How to Use Font Awesome On Your WordPress Website?/How to Add Custom Logo to WordPress Website ?/How to add FTP like file manager to your WordPress Website ? | https://www.geeksforgeeks.org/how-to-add-ftp-like-file-manager-to-your-wordpress-website?ref=asr9 | CSS | How to add FTP like file manager to your WordPress Website ? | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, How to Add Custom Logo to WordPress Website ?, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Use Font Awesome On Your WordPress Website?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to use Font Awesome Icon as a Cursor?, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to add FTP like file manager to your WordPress Website ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.0538603663, -0.0003264361, -0.00363060646, -0.0187262855, -0.000515530177, 0.0215543378, 0.00901282113, 0.0176689513, -0.0505737104, 0.0316181257, 0.0387519486, -0.0193504952, -0.0299875364, -0.0537584536, -0.00991728809, -0.00634400733, -0.0490450338, -0.0257327203, -0.0437201448, 0.0100446781, -0.00126434281, -0.0374016166, -0.0240129586, -0.0215288587, -0.0206116531, 0.014675294, 0.000473332359, 0.031032132, -0.0105223898, 0.0335289687, 0.0402551442, 0.0102357622, -0.0285607707, 0.00517839147, -0.0161020588, -0.032586284, 0.0147644663, -0.01819125, -0.0395417623, 0.00944594666, -0.0133377016, -0.0225607157, 0.00855421834, 0.00824848283, -0.0072548436, 0.0274142642, -0.0112994667, 0.0041306112, 0.0209173895, 0.0159746688, 0.0312359557, 0.00931218732, 0.00843956787, 0.0213122964, 0.0206498709, 0.0128918374, 0.0386500359, 0.00238059508, -0.0045287041, 0.00772618549, 0.0326627195, -0.000830421632, -0.00793637801, -0.00460513774, -0.000863861409, 0.0626247749, -0.0269301832, 0.0110192094, -0.0310576092, -0.0220384188, -0.0348028652, -0.00119587081, -0.023452444, -0.0291467644, -0.0182931609, -0.0417073891, 0.0348028652, -0.0092739705, 0.0215288587, 0.0464208089, -0.0135797421, -0.0245862119, -0.0570196286, -0.0211466905, -0.00871345587, 0.0225989334, -0.045809336, -0.0481533073, 0.0247008633, 0.0378602184, 0.0212486014, -0.00611470547, 0.0155925, 0.0365863219, 0.0463698506, -0.00273410138, -0.0211466905, 0.0179109927, -0.00735038565, 0.00296181045, -0.0180765986, 0.00862428267, -0.0266499259, -0.0548794828, -0.0239237864, -0.0226371493, 0.029452499, -0.0206626095, 0.0415290445, -0.0193887129, 0.0134778302, -0.0265989695, -0.0183695946, 0.0374016166, 0.0201275721, 0.0329175, 0.00990454946, -0.0560514703, 0.0257072411, -0.000585594506, -0.0082867, 0.000245225179, 0.0106879957, 0.0676694065, -0.0224970207, 0.0549813956, -0.0177708641, -0.0327901095, 0.0207645223, 0.0030000275, -0.0475673154, 0.0307009183, 0.0358984172, 0.0553380847, -0.013936433, 0.00232963916, -0.00686630514, 0.00306690717, 0.0296053663, -0.0326627195, -0.0295034554, -0.0277454779, -0.0558476448, 0.0295034554, 0.0176307354, 0.0339111388, 0.014777205, 0.000729704159, 0.0132230511, -0.0108536026, 0.00708286744, -0.0109873619, 0.00341722881, 0.0214906428, -0.012420496, -0.0392360277, -0.00135192322, 0.040229667, -0.0263696685, -0.0189555883, 0.00852237083, -0.041452609, 0.0157581065, 0.00847141538, 0.0265225358, 0.00866249949, 0.0390576832, -0.0276945215, -0.0406373143, 0.0239747409, -0.00543954037, -0.00141721044, -0.0247900356, -0.00557011459, -0.0633381605, -0.024611691, 0.0266499259, 0.00747777568, 0.0250065979, -0.0303187482, -0.012484191, -0.0194651466, -0.00652235281, -0.014000128, 0.0363315418, 0.0161912311, -0.0137453489, -0.0049745678, 0.0125861028, -0.0160256252, -0.0169173516, 0.0130383363, 0.0274397414, 0.0132740065, 0.0349812135, -0.00688541355, 0.00242995867, 0.0423698165, 0.0345226079, 0.00291722408, -0.0442297049, -0.0135542639, -0.0215288587, 0.011452334, 0.0206371322, 0.0298856236, 0.0132994847, -0.0153504591, 0.00698732492, 0.00310830865, 0.0202294849, 0.0253378116, 0.0238600913, 0.00234237802, -0.00753510091, -0.000890931697, 0.0127326008, 0.00116083864, 0.0053599216, -0.01806386, -0.0046210615, 0.0139109557, -0.016356837, 0.0112548806, -0.0400003679, -0.0438984893, -0.00435672794, -0.030420661, 0.00979626831, 0.0348793, 0.00403506868, -0.00754147, -0.0152103305, -0.00280098105, -0.0109873619, -0.0330703668, 0.0342678279, -0.0220638961, -0.0315416902, -0.00131529872, 0.00547457254, 0.0111529687, -0.00157804, 0.0199237484, -0.0121975644, 0.0145096872, -0.0113567915, -0.000955422758, 0.00611789059, -0.014547904, 0.00967524759, -0.00605419558, 0.0205097422, 0.0248409919, 0.0146243377, 0.00301595125, -8.80282751e-05, -0.0153122423, 0.0107198432, 0.0348028652, 0.00541087752, -0.00910199434, 0.00328665436, 0.00286786072, 0.0218345951, -0.0221021138, 0.0258346312, -0.0333506241, 0.015516066, -0.004105133, 0.020000184, -0.0258346312, 0.04158, 0.0215033814, 0.0404589698, -0.0125287771, -0.0155542828, 0.0510577932, 0.0531979389, 0.0362296328, 0.0585992634, -0.016904613, -0.0201148335, 0.0373506621, -0.0103376741, -0.024547996, -0.0358219855, -0.00133838807, -0.00534718251, 0.0324843749, -0.0141912131, 0.00117835472, 0.0356691182, -0.0168791357, 0.0378856957, 0.00413379585, -0.00207008258, 0.0272613969, -0.0165606607, 0.0131593561, -0.00436628191, -0.00931855664, -0.0366118, -0.00111466, 0.00791090075, 0.056713894, -0.0386755131, 0.00300958171, -0.000140029151, -0.0374780484, 0.045809336, 0.031185, -0.0500131957, -0.0430322401, -0.00842045899, 0.0291212853, 0.0521533452, 0.00760516524, -0.0108918194, -0.0329429768, -0.0158218015, 0.00940773, -0.024547996, 0.0332487114, 0.0240256973, -0.0148791168, -0.00647139689, -0.00297614187, 0.000756774447, -0.0367137119, 0.0150829405, -0.0122166723, 0.0296308454, 0.0118281338, -0.0173122603, -0.0156816728, -0.0483826101, 0.0353888609, 0.0145096872, 0.0255288966, 0.00369111658, 0.0205352195, 0.0166753121, -0.0267773159, 0.0505737104, -0.00830580853, 0.0232231431, -0.00115287676, 0.023936525, -0.0110701649, 0.00091322494, 0.00177549396, -0.0159109738, -0.0109427758, -0.00817204919, -0.0334270559, 0.0282805134, 0.0249174256, -0.0303951818, 0.0224715434, 0.0300384909, 0.00279938872, -0.040102277, 0.0158090629, -0.0190192815, -0.0103121959, -0.0327901095, -0.0561533794, 0.0295544099, -0.0398474969, -0.0191721506, 0.0126115801, 0.00673254579, 0.0123695396, -0.030904742, 0.0388793387, -0.00562107051, 0.00834402535, 0.00585992634, 0.00627712766, 0.0251849443, 0.0553890429, -0.0226371493, 0.0238855686, 0.0364334546, -0.0504972786, -0.014777205, -0.00243473565, 0.0434398875, 0.00624528, -0.00659241714, 0.0601788945, -0.0149555514, -0.0422679037, -5.66784656e-05, -0.0457838587, -0.00242040423, 0.00144587306, 0.0300130136, 0.0169428308, 0.000605101057, 0.0204842631, -0.0169173516, -0.00614336831, -0.0597712472, 0.00826122239, 0.0489176437, -0.000888543145, -0.0133377016, 0.0144969476, -0.0286117271, 0.0231339689, -0.0294015426, 0.0195288416, 0.0472870581, 0.0408666171, -0.0259110648, 0.0664974228, 0.0145733822, 0.0196434911, 0.0163823161, 0.0121975644, -0.00370067079, -0.00484080845, -0.0114013785, 0.0104650641, 0.00672617601, 0.0138345212, 0.0283824261, -0.000445465848, 0.0168027021, 0.0170829594, -0.0275161751, -0.0416054763, 0.000696264324, -0.0127517087, 0.0114714429, -0.0108981887, 0.015872756, 0.00876441132, -0.00228664512, -0.0187517647, 0.0303951818, 0.0121975644, -0.0672617629, -0.0143950358, -0.0334780142, 0.00961155258, 0.0232740976, -0.0112357717, -0.0361022428, -0.0323315077, -0.0432105884, 0.00445545465, 0.0109236669, -0.00369748613, 0.00184555829, 0.0177326463, 0.00980900694, -0.0394908078, 0.0299111027, -0.00815294124, 0.0123631703, 0.00594591442, 0.0211976469, -0.0568667613, -0.0209938232, 0.000116939766, 0.0260129776, -0.000208401587, 0.00115924631, -0.0361531973, 0.0530450717, 0.0411468744, 0.0314397775, 0.0139619112, 0.0042675552, -0.0105988234, 0.0386755131, -0.00744592818, -0.0277454779, 0.0514399633, 0.0146880327, 0.00467201741, 0.0195925366, -0.0118663507, -0.030420661, -0.00356372679, 0.00287423, -0.0142039517, 0.031745512, 0.00714656245, -0.0170192644, 0.000325241825, 0.0183313787, 0.00610196684, -0.0243951287, -0.00112739881, 0.0129873799, -0.00926760118, -0.00379939773, 0.0312104765, -0.0293760654, -0.0120574357, -0.0130447056, 0.0733255148, -0.0156689323, -0.0312104765, 0.0069682165, -0.0105733452, -0.0114459647, 0.0453762114, 0.014356819, -0.0175033454, -0.032713674, 0.000860676693, -0.0210065618, 0.0221403297, -0.0198345762, -0.0186371133, 0.0126434276, 0.0111657074, -0.011114751, -0.0161784925, 0.0118663507, 0.00857332721, 0.0188027192, -0.00840772, 0.0135287866, -0.015936451, 0.00411468744, 0.0254015066, -0.0256180689, -0.0177071691, -0.0353124253, 0.0219492447, 0.0111402292, -0.00580260111, -0.00978352875, 0.015031985, -0.000633365649, 0.00547457254, -0.0347009562, -0.016777223, -0.0363570191, 0.0123058455, -0.0094332071, -0.0238218736, 0.0127326008, 0.00143472652, -0.0361531973, 0.00831854716, 0.0141529962, 0.0312869102, 0.019452408, 0.0226881057, 0.0130383363, -0.0189555883, 0.00374525716, 0.0042102295, -0.00100080529, -0.0167262685, 0.0476437472, -0.0363570191, 0.00882810634, 0.00868160836, 0.00128663599, -0.013452352, -0.0133122234, 0.0153631978, 0.0363570191, -0.011853612, 0.000344549335, 0.00771344639, -0.0114204865, 0.0223951098, 0.0312614329, -0.0207390431, -0.00700643379, -0.00767522957, 0.0122612584, 0.00637266971, -0.000963384635, 0.0153759373, 0.0188664142, 0.00742045, -0.0043471735, 0.00400003651, -0.0305225719, 0.0130829224, -0.016904613, -0.00565291801, -0.000287821109, 0.0117771775, -0.0141147785, 0.0539113209, -0.0121275, -0.00475163572, -0.023809135, 0.0244970396, -0.0317964703, 0.0160383638, 0.0107134739, 0.0234651826, 0.0192995407, -0.00800644234, 0.0163950548, -0.0212995578, -0.0398474969, -0.0271085277, -0.0310830865, -0.0213759914, 0.0350831226, 0.00418156711, 0.00531533547, -0.0086688688, -0.0117325913, 0.012547886, 2.48185988e-05, -0.000860676693, -0.00542043196, 0.0189810656, 0.0142803853, -0.0306244846, 0.0207772609, 0.00534081319, 0.0104778027, 0.00996824447, -0.00503507815, -0.0263187122, 0.00175479311, 0.0112357717, 0.0161147974, -0.00948416349, -0.00632808357, 0.0114077479, 0.0290193744, -0.0218473338, -0.0226244107, 0.017032003, -0.00501278462, -0.0108981887, 0.0212231241, 0.12076544, -0.00809561554, 0.028356947, 0.0063663004, -0.0100956336, 0.0531469844, -0.00786631368, 0.000164909943, 0.00977079, 0.0233632717, 0.0107708, -0.029452499, -0.00491087278, 0.00405417709, -0.0275671314, 0.0129300551, -0.0252868552, 0.0313888229, -0.0140256062, 0.0257964153, 0.0109618837, -0.0177581236, -0.02138873, -0.0251976829, 0.0143440804, -0.00469112583, 0.00874530338, 0.0291977189, -0.0164969657, 0.000485275144, 0.0367391892, -0.0230065808, -0.00771981571, 0.0163058825, 0.0437965803, -0.000328824681, -0.051389005, -0.0266244467, -0.0144459922, 0.0106306709, -0.000314692385, -0.0204842631, 0.0104077384, -0.0148536395, -0.0205989145, -0.00533125922, 0.014547904, 0.0159491915, 0.00833128672, 0.0452233441, -0.0227390621, 0.0292486753, -0.0067643933, 0.0064459187, -0.0421914682, 0.016968308, -0.00958607532, -0.0053280741, -0.000927556248, -0.0243186932, -0.050293453, 0.0111020124, 0.0249301642, -0.0171721317, -0.00123568007, -0.0228664521, -0.0119173061, 0.0214014705, 0.00807013735, 0.00617840048, 0.0129491631, 0.0110255787, 0.0132612679, -0.00749051431, -0.0182294659, -0.00439812941, 0.0136561757, -0.0204078294, 0.0129810106, 0.00124284578, -0.0211466905, -0.00996187422, -0.0249174256, -0.0180129036, 0.00870708656, -0.0215670764, -0.00603508716, -0.0232358817, 0.0385226458, 0.00719114859, -0.00564017892, -0.0167517457, 0.0086370213, 0.0156561937, 0.0171848703, -0.024255, -0.00798096508, -0.00464335456, 0.0207517818, -0.0236180499, 0.00223250454, -0.0633381605, -0.00986633264, 0.0166116171, 0.0117771775, -0.00267677614, -0.0173759554, 0.0100956336, -0.00836950354, -0.00352551, -0.0172358267, -0.0158472788, -0.0161275361, -0.00642044097, 0.0165988784, 0.0309302192, -0.00388538581, -0.00369111658, 0.0187899806, -0.0110446867, 0.00455736648, 0.00535036763, -0.00907651614, -0.0360767618, -0.00371659454, 0.0248027742, 0.0119873704, -0.0198855326, 0.0148918564, 0.00640133256, 0.0184078123, 0.0116688963, -0.00784720574, 0.00797459576, -0.0380895212, -0.0153504591, 0.0421150364, 0.0121020218, -0.018904632, -0.00172453804, -0.0033439796, 0.00950327143, -0.00263855909, 0.0499112867, -0.00385035365, 0.0153122423, 0.010210285, 0.00693636946, 0.044841174, -0.0220256802, 0.00624528, 0.0282805134, -0.0329684541, -0.00987907127, -0.00155096967, 0.00642681029, -0.0244588219, -0.0174651276, -0.0257199816, -0.00884721521, -0.0198600553, 0.00782809686, 0.00466883276, -0.0313633457, 0.0107198432, 0.00957333576, 0.00941409916, -0.0144077754, -0.0100828949, -0.0110829044, 0.0303187482, -0.0142549071, 0.00665611168, 0.0199237484, -0.00788542256, -0.0221785475, 0.036968492, -0.00152867637, 0.0192613229, 0.0135542639, 0.0166243557, -0.0069809556, -0.00584718725, 0.0210447796, -0.00547457254, -0.0152867641, -0.0291977189, 0.02387283, -0.0090000825, 0.00956059713, 4.56313901e-05, -0.0128345126, -0.00965614, 0.0286626834, 0.0145988595, -0.0044713784, 0.0148409, -0.0304461382, -0.0283059925, -0.0069936947, -0.0210447796, -0.0278473888, 0.00164173474, 0.00102707942, -0.026000239, 0.0254779402, 0.0213505141, -0.0132994847, -0.0127262315, -0.0344716534, 0.00315448758, 0.00770707708, 0.0387264676, -0.0105223898, 0.0313633457, 0.0245352574, 0.0131848343, 0.0147262495, 0.000686710118, -0.056713894, 0.0386755131, 0.0348283462, -0.0111529687, -0.0138217825, -0.0208154768, -0.00750962272, -0.0160893202, -0.00223409687, -0.0182931609, -0.00951601099, 0.00381213683, -0.0120892823, -0.0246371683, -0.0164587498, 0.0203696135, 0.017032003, -0.0246499069, 0.0317964703, -0.0255543739, 0.0178855136, 0.00837587286, -0.0241530873, -0.0135797421, -0.0122612584, -0.0296308454, 0.000712188077, -0.00910199434, -0.00789179187, 0.00887906179, -0.0132103125, -0.0387774259, 0.0153504591, 0.0388283804, 0.0119873704, -0.00854148, -0.0409940071, 0.0149937682, 0.0142676467, 0.0163950548, -0.0215033814, -0.0021672172, 0.0226626284, -0.00689178286, 0.0204205699, -0.0145224258, 0.00682171853, -0.0146625545, -0.0290193744, -0.00411150279, 0.00800007302, -0.0203568749, 0.00148807094, -0.00208282168, -0.00984722376, -0.017261304, 0.0356181599, -0.0314652547, 0.0196817089, -0.0147644663, -0.0263696685, -0.00261308136, -0.0214269478, 0.00737586385, -0.0208154768, 0.00553508243, 0.0274652205, -0.0020063878, -0.00169587543, -0.00578349223, 0.0235543549, -0.00407647062, 0.017516084, 0.0120319575, -0.0104523255, 0.0041306112, -0.0140383448, -0.0302677937, 0.00405417709, 0.0231594481, -0.006273943, -0.0107453214, -0.0183441173, -0.0553380847, 0.000777873385, 0.0226244107, -0.00766249048, -0.00232963916, 0.00348092359, -0.00383761479, 0.0268282704, -0.0400768, 0.00144189224, -0.024547996, -0.0295289326, 0.00803192053, 0.0199874435, 0.0182167273, 0.0488412119, -0.0110765342, 0.00052070542, 0.0263441894, 0.0370449238, 0.0408411399, 0.00688541355, -0.0158600174, 0.00101672905, 0.0060796733, 2.23056377e-05, -0.0266754031, 0.0322550721, 0.00773892459, -0.00606056489, 0.00743955839, -0.0236944836, -0.0137071321, -0.00692363037, 3.79432204e-05, -0.0221530683, 0.00128265505, -0.00736312475, 0.00602234807, -0.00641088653, -0.019159412, 0.0116561577, -0.0281786025, -0.0109746223, -0.0395417623, -0.0194906238, -0.0320767276, 0.00242995867, -0.0166498348, 0.0131084006, -0.0117835477, 0.028841028, -0.00701917242, -0.0139873894, -0.0170574803, -0.00673254579, -0.0235925727, -0.0103440434, -0.00689178286, 0.050191544, 0.0397455879, -0.00498412224, 0.00445545465, 0.000383562437, 0.010968253, -0.0389302932, 0.0160511024, -0.0124459742, 0.000150976703, 0.001621034, 0.00921027549, 0.00240448071, 0.00144109596, 0.0178855136, 0.0176052563, 0.0133122234, -0.0187008083, 0.0474399254, -0.000936314289, 0.0054968656, 0.00691089127, 0.0136052202, 0.00227390626, 0.0157963224, -0.00704465061, -0.0100765256, 0.0200766176, -0.0190192815, 0.0152612859, 0.01187272, -0.0145096872, -0.0141402567, -0.0678222775, 0.00973257329, -0.00861791335, 0.0101338504, 0.0124141267, -0.0352105126, 0.0234906618, -0.032841064, -0.0197071861, -0.015516066, 0.0257836748, -0.0285098143, -0.00728032133, -0.00115845015, -0.000914817268, 0.00209715287, -0.0151848523, 0.00233600871, 0.0178345591, -0.00186307437, -0.0386500359, 0.00712745357, 0.0268792268, 0.0198345762, -0.00803192053, 0.00671343738, -0.00472615799, -0.0020653056, 0.0202422235, 0.00561151654, 0.0492488593, 0.030420661, -0.0144714704, 0.0326372422, 0.00920390617, -0.00575801451, -0.0281786025, -0.00285034464, 0.0156307165, -0.00668795919, -0.00944594666, 0.0171466544, -0.00201434968, 0.000205017801, 0.0150574623, 0.0236690063, 0.00440449873, -0.0101720672, -0.0185606796, 0.0201530512, -0.000731296488, -0.0296563227, -0.0210829955, -0.01819125, 0.00947779417, 0.0221912861, 0.000757570611, 0.00633126823, 0.0232995767, 0.0157453679, 0.0408411399, -0.00878988951, 0.00256053288, 0.012337693, 0.00616566138, 0.00762427365, -0.0265225358, -0.00925486162, 0.0244460832, -0.000105693645, -0.00106051925, -0.000320464722, -0.00140526763, 0.0325353295, 0.00139650959, 0.0281786025, 0.00468157139, 0.00938225165, 0.0200893562, -0.0224715434, -0.0345226079, -0.00551915867, 0.00468794117, 0.0100510474, 0.0227645393, 0.0118790893, -0.00509240339, -0.00665611168, -0.0430577174, -0.00506055588, -0.00568158086, -0.00135351554, 0.0267263595, 0.0297072791, -0.00357646588, 0.0307518747, 0.00656693894, -0.0115860933, -0.0445354395, 0.0376309194, -0.00871345587, -0.0118663507, 0.0106752571, -0.0101784375, -0.0110255787, -0.00689815218, -0.00553826708, 0.00576119917, -0.00205415883, 0.0097644208, 0.0086688688, 0.0029872884, -0.00591725158, -0.00990454946, 0.00775166322, 0.0204715244, -0.0183186382, -0.00418156711, -0.00656693894, -0.00993639696, -0.00931855664, -0.0240766536, 0.0138090439, 0.00163695763, 0.0106179314, -0.0031831502, -0.0185224619, 0.00951601099, -0.000826440693, 0.00310671632, 0.0203696135, 0.00847778469, -0.0124778217, 0.0141402567, -0.0154141542, 0.0142294299, 0.000373411051, -0.0406118371, 0.00105813076, -0.0120064793, 0.00612744456, 0.00459876843, -0.00171657628, 0.031643603, 0.00107007346, -0.0142931249, 0.0137198707, -0.00264333631, -0.0159109738, 0.0139619112, -0.0103758909, 7.95190426e-05, -0.00148010906, -0.0209556054, 0.0209938232, -0.0437965803, 0.00894912612, 0.0306499619, 0.00730579952, -0.0319493376, 0.0237327013, 0.0115032904, 0.00365926907, 0.000244827068, -0.00740134157, 0.028484337, -0.00568795, 0.00557648437, 0.0132357897, -0.00687267445, 0.0033758271, -0.00531852, -0.0106115621, -0.0208664332, 0.015872756, 0.00763701275, -0.00781535823, 0.0295289326, 0.0184715074, 0.00227390626, 0.00442042248, 0.02993658, -0.00817204919, -0.00197931752, -0.00323410612, -0.0130128581, -0.00222772732, 0.0275416542, 0.00127310085, 0.0127198612, 0.00554145221, 0.00860517472, 0.00379302842, -0.0229811016, -0.00910199434, -0.00575801451, 0.00547775719, -0.0132103125, -0.0157071501, 0.0172740426, 0.0117962863, -0.000354700693, -0.0267263595, -0.000133858703, -0.00991091877, 0.00423252303, 0.0178855136, 0.023452444, -0.00587903475, -0.00226753671, -0.00761790434, -0.00846504606, 0.0340385288, 0.0119300457, 0.011516029, -0.00951601099, 0.0273633078, -0.0268027931, 0.017643474, 0.0110383173, -0.00339175086, -0.0198473148, -0.00145224261, -0.0037197792, -0.00770707708, 0.00647139689, -0.0027850573, 0.00779625, 0.0048694713, -0.00307646138, -0.00469749514, 0.0372997038, -0.00585355656, -0.0163058825, 0.0139491726, -0.0318219475, 0.0281786025, -0.00892364886, 0.00339812017, -0.000500004564, -0.000468953338, 0.00178186339, -0.00417838199, 0.00710197585, 0.0100319386, -0.0219110288, -0.0286626834, -0.00654783053, 0.00102071, 0.00146259298, -0.0065350919, -0.0109746223, 0.00574846, -0.0122612584, 0.0132994847, 0.0125669939, -0.0283059925, -0.0174396504, 0.00758605683, 0.0444335267, -0.00971346442, -0.0196180139, -0.0183059, 0.0251849443, 0.00636948505, 0.0211466905, -0.00718477927, -0.00221658079, 0.0315671675, 0.00903829932, -0.0262422785, -0.00605738023, -0.0176816899, -0.00401596026, 0.00554145221, 0.0137326103, 0.0231212303, 0.00367519283, 0.0265734922, -0.0121147605, -0.00542680128, -0.00429303292, -0.000769513426, 0.00719114859, 0.00941409916, -0.015452371, -0.0308537856, 0.0107644293, -0.00854148, 0.0421405137, -0.000494829379, 0.0171848703, 0.0300130136, -0.018968327, 0.0172103494, 0.00746503659, 0.000137839641, -0.00645547314, -0.0211212132, 0.00625164947, 0.0281276461, 0.0153759373, -0.0152485473, -0.0340894833, 0.0102039147, -6.30977083e-05, -0.0040732855, -0.0310066529, -0.00611789059, -0.00243792031, 0.00175479311, 0.0119873704, 0.0417328663, -0.000958607532, 0.00361149805, -0.00440768385, -0.00411468744, -0.0262422785, -0.0111274906, -0.0417328663, -0.026904704, 0.025516158, 0.00534081319, -0.00203664275, -0.0117580695, 0.0259238034, -0.0232358817, -0.000579623156, -0.00532170478, -0.00614336831, -0.0322550721, -0.00525801, 0.00596820749, 0.00708286744, -0.00056967081, -0.00131768722, -0.0138345212, -0.00137819734, -0.0265989695, 0.0042675552, -0.00457965955, -0.0109618837, -0.00287741493, 0.00636311574, 0.0165097062, 0.0124523435, 0.00742045, -0.0146880327, -0.0097070951, 0.022484282, 0.0288155507, 0.0143440804, -0.00271021598, -0.00259238039, -0.0460641161, 0.0233505331, -0.0185988955, 0.00628986629, 0.00579941599, -0.0304716174, 0.0225734543, 0.00275002513, -0.0192231052, 0.00981537625, 0.017095698, -0.00878988951, -0.00778988, -0.00144189224, 0.0195415802, 0.00968161691, 0.018484246, -0.00919753686, 0.0364844091, 0.00074443355, 0.00233282382, -0.0221403297, 0.0172230881, 0.00406373153, -0.000217756766, -0.0195670575, 0.00782172754, 0.00704465061, 0.0131466174, 0.0145733822, 0.016293142, -0.0072548436, 0.022547977, 0.0097644208, -0.0117389606, 0.0100765256, -0.00189651421, -0.0170192644, 0.0179109927, 0.0181148164, -0.000585594506, -0.00575483, -0.0294270217, 0.00703191152, 0.0027165853, 0.00498412224, -0.0215288587, -0.00708286744, -0.011936415, -0.00636311574, -0.0126752751, -0.00893638749, 0.0363825, 0.0269301832, -0.00912110228, 0.00613062922, 0.0109937312, -0.00684719626, -0.0267773159, 0.00715293176, 0.0226244107, 0.0168663971, 0.0185606796, -0.0151848523, -0.0116561577, -0.0287900716, 0.00358602, 0.0427774601, -0.00375799625, 0.00270862342, -0.0255288966, -0.00487265596, -6.17043843e-05, -0.0157708451, 0.0224460661, 0.0161020588, -0.011095643, 0.0144459922, 0.0220256802, -0.00510832714, -0.00122453354, -0.0019840945, 0.00749688409, 0.0117580695, -0.00856058765, -0.0204333086, -0.0276690423, -0.000391723326, -0.0128599908, 0.0145224258, -0.00302709779, -0.000660436, 0.00616566138, 0.000447854429, 0.0344716534, 0.00196339376, 0.0128408819, 0.00430258736, 0.00582807884, -0.0169300921, -0.0298601463, 0.0213250369, 0.00754784, -0.0248919483, 0.0109172976, 0.00758605683, 0.00816568, 0.0422424264, -0.00617521582, -0.00413698051, 0.00689815218, -0.0201403126, -0.0109937312, -0.00160033314, -0.0122803673, 0.00476437481, -0.00207326747, -0.00409557903, -0.0124587128, -0.00758605683, 0.00928670913, 0.000265527895, -0.00642999541, 0.018904632, 0.00442042248, -0.0260257162, -0.00486310199, -0.0147644663, -0.00903829932, -0.011369531, 0.0264715794, 0.00263059745, 0.0204205699, -0.00471023424, -0.0169555694, -0.0109427758, 0.00713382335, -0.00278824219, -0.0221275911, 0.00939499, -0.00994913559, -0.0271594841, -0.0216180328, -0.0393634178, 0.0337073132, 0.0208154768, 0.018484246, -0.00311945542, -0.0196434911, -0.0100956336, 0.00928670913, -0.0214651655, -0.0132230511, 0.00355735747, -0.0045955833, -0.0148281613, 0.0112867272, 0.0294270217, -0.00651598303, -0.00294588692, -0.0108790807, -0.00733127724, 0.0125096682, -0.0387774259, 0.00754147, 0.0112739885, -0.0201403126, -0.0112166628, -0.0218345951, -0.00287900725, -0.00898097362, -0.000384557672, -0.0168027021, 0.00450641057, 0.0246371683, 0.00744592818, 0.00119427848, 0.011305836, 0.00428029383, -0.000177748443, -0.0123631703, -0.0125032989, -0.00116959668, -0.0023041612, -0.0182294659, 0.0167899635, -0.00780898891, -0.000803749426, 0.0159491915, 0.0109109282, 0.0219747238, 0.0729688182, 0.0145733822, 0.00148488616, 0.0134141352, 0.00625483412, 0.000710197608, 0.0152612859, -0.00956696644, 0.0129109463, -0.00113297219, 0.00309079257, -0.0364844091, 0.0157326274, -0.0148281613, 0.00281372014, -0.00782172754, 0.0111848162, 0.00673891511, 0.0311340429, -0.00797459576, 0.0027022541, -0.0059873159, -0.00700006401, -0.00184396596, 0.00184555829, 0.0188281983, -0.023809135, -0.0101274811, -0.0297582336, 0.00821663532, 0.0222167633, 0.00956696644, 0.00910199434, 0.0139109557, 0.0142803853, 0.0199492276, -0.0125669939, -0.00456373626, -0.015031985, -0.00943957642, 0.00651279837, -0.00619113958, 0.017643474, 0.0166370943, 0.00401277561, 0.00175638555, 0.00565610267, 0.00341404392, 0.00165925082, -0.0139109557, 0.00673891511, -0.000577234605, 0.0139746498, -0.00529622706, 0.00600323966, 0.0108408639, 0.0235543549, -0.00164014241, -0.00217199442, -0.00250002299, -0.00582170952, 0.000873415614, -0.0225097612, 0.0210065618, -0.00975168124, 0.0193887129, -0.0139109557, -0.0249811206, 0.00365926907, -0.0140256062, -0.00252072373, -0.03006397, 0.0067643933, -0.0146498159, 0.0342933089, 0.0229174066, -0.0114204865, -0.000747618324, 0.00229619932, -0.00165288139, 0.000895708858, -0.00865613, -0.00467201741, -0.00820389669, -0.00397137413, -0.000651677954, 0.0126243196, -0.00645228848, -3.5766152e-06, 0.0311085656, 0.0160893202, 0.00296658766, -0.014547904, -0.00689178286, 0.00408602459, -0.011726222, -0.0131211393, 0.00827396102, 0.00277709542, -0.0248919483, -0.0125988415, 0.0148918564, 0.0155797601, 0.000229699552, 0.0115542458, -0.0136561757, 0.0130701838, -0.0162804034, -0.00643318, -0.00364971487, 0.00329620857, 0.00445227, -0.00837587286, 0.00553189777, -0.0184715074, -0.00153345359, -0.00134873844, -0.0262677558, -0.0225607157, -0.00264652097, -0.00339812017, -0.00533125922, 0.0124523435, -0.00831217784, -0.0204333086, -0.000618238118, 0.00668159, 0.00474845106, 0.0046210615, 0.00196339376, 0.0129300551, 0.00911473297, 0.0129427938, -0.00324843731, 0.00549368095, -0.0103504136, 0.0189810656, 0.0053599216, -0.0224588048, 0.00237422553, 0.0219237674, 0.0254652016, 0.00978352875, -0.0151338968, -0.0191721506, -0.00878988951, 0.0394143723, -0.0168154407, 0.0242932159, -0.0194778852, 0.0211976469, 0.00433761952, -0.0155925, 0.00175957021, -0.0130701838, 0.0210447796, -0.0050064153, -0.00275798701, -0.000512743543, 0.030548051, -0.0130701838, -0.00898734387, -0.00922301412, 0.00570387393, -0.017032003, 0.0227263235, 0.0149428118, -0.0121657168, 0.00101832137, 0.00250798464, -0.0156816728, 0.00120781362, -0.0166116171, -0.0162549261, 0.00379302842, -0.0033758271, -0.0024872839, -0.00438539032, -0.0120319575, 0.0198727939, -0.0233760104, -0.0170192644, 0.011643419, -0.0152230691, -0.00696184719, 0.00137978967, -0.00315767224, 0.00771981571, -0.0117453309, -0.00920390617, 0.0334525369, 0.0038885707, -0.00466564763, -0.00848415401, 0.00115606154, 0.0100064613, -0.00540132355, 0.00391404843, 0.00384398433, 0.0116497884, -0.0332232341, 0.0134905698, -0.0062293564, -0.0106115621, -0.00535036763, -0.006273943, -0.00100160157, -0.0312614329, 0.016713528, 0.00418793643, -0.0230830144, -0.00771344639, 0.00552234333, 0.0105032809, -0.00101991382, 0.0321786404, -0.00297295721, -0.000623811444, -0.00950964075, 0.00564973336, 0.0153122423, -0.00648413599, -0.01806386, 0.0134396134, 0.00469431048, -0.0128536206, 0.00648413599, -0.0108153857, -0.00596183818, -0.00215925532, -0.0109109282, 0.0109300362, -0.00207167491, -0.000583604095, 0.00316881877, 0.0026242279, 0.0105160195, 0.0160511024, 0.0120892823, -0.00879625883, -0.0142803853, 0.00341085927, -0.0110829044, 0.0038662774, -0.00119188987, -0.0203313958, 0.00833765604, -0.00569431949, 0.0293505881, -2.02405317e-05, -0.000724927, -0.0112676192, 0.0154141542, -0.0034904778, 0.0178855136, 0.0122803673, 0.00416882802, -0.00385353854, 0.00627712766, -0.0126179503, 0.0239237864, 0.000410035602, -0.0224460661, -0.0126880147, -0.00403188402, 0.0174014326, -0.00440449873, 0.0118153952, -0.022229502, -0.00581215508, -0.00807013735, -0.00864976086, -0.0134396134, 0.0116115715, -0.00851600152, 0.00412105676, -0.0161275361, -0.00258282619, -0.0200511385, -0.000561709, 0.0119427843, -0.00678350171, 0.00491087278, 0.0191466715, -0.0115924627, 0.00439176, 0.0139236944, -0.0035127711, 0.00171020674, -0.00512743555, -0.00222295034, 0.0116179409, 0.00292200129, -0.00290448521, 0.0345226079, 0.00898097362, -0.0240129586, 0.0196944475, 0.0176816899, -0.00592999067, 0.00152708404, -0.00903193, -0.00313060195, 0.0140510844, -0.00736312475, -0.00392997218, 0.0421150364, -0.00939499, 0.0228664521, 0.0117134834, 0.0194778852, 0.00871345587, 0.0324588977, 0.0125287771, -0.0138345212, 0.012146608, 6.54365067e-05, 0.00807650667, 0.0144077754, -0.0235670954, -0.00596820749, 0.0011059019, 0.0122230416, -0.0064459187, -0.0121211298, 0.00961155258, 0.0049618287, -0.00534399785, 0.0090000825, -0.0151975909, 0.00289652334, 0.00578986201, 0.0216307715, 0.00987907127, -0.0189555883, -0.00159555604, 0.00457010558, 0.00141561811, -0.0115032904, 0.0104141077, -0.00440449873, 0.00698732492, -0.0142294299, 0.000975327392, -0.0140893012, -0.00768796867, 0.0106625184, -0.00507966429, -0.00663063396, -0.00973257329, 0.0027261395, 0.00694910809, -0.00347773894, 0.000455418194, 0.00592999067, -0.0108408639, 0.00201594201, 0.0211466905, -0.000678350159, 0.02387283, 0.0221785475, 0.0227263235, -0.00286945305, -0.0209046509, -0.0184715074, 0.0183823332, -0.0115415072, 0.0210065618, -0.00911473297, 0.0314652547, 0.001518326, 0.00901282113, -0.0362805873, 0.000368036795, 0.010694365, 0.0243823882, -0.0222167633, 0.00901282113, -0.00203027343, -0.00884084497, -0.0110510569, 0.00593636, -0.0327646323, -0.0241021309, 0.00784083642, -0.0253505502, -0.00812109374, 0.0217454229, -0.0069936947, -0.0070255422, 0.00727395201, -0.00514017465, 0.00313060195, 0.0203313958, -0.0187899806, -0.00584718725, 0.00416564336, 0.004652909, -0.0364079773, 0.0387519486, -0.00199205638, 0.0141912131, 0.0112612499, -0.0169810466, 0.0182676837, 0.0116752665, -0.0119427843, 0.00815294124, 0.00182008033, -0.01780908, 0.00340130506, -0.00294429436, -0.000532250095, -0.0469303653, 0.0273633078, 0.0118599813, 0.0211212132, 0.0140765617, 0.00157405902, -0.0127962958, -0.0236562677, 0.00796822552, -0.00520068454, -0.00336308801, 0.000150777661, 0.00370385568, 0.0172740426, 0.000447058235, 0.00232326961, 0.0197454039, -0.00293951738, -0.0221021138, 0.0173122603, -0.00794274826, 0.00616247673, 0.00462424615, -0.0104778027, -0.000782252406, 0.00846504606, 0.0204078294, 0.00355417258, -0.00656056963, -0.00766886026, 0.0203186572, 0.000829625409, 0.00329939323, 0.00833765604, 0.000586390728, -0.0143440804, 0.00813383237, 0.0239747409, 0.0206498709, -0.0202804413, 0.00278983451, -0.00815931056, -0.0304970946, 0.00290766987, -0.00430577202, -0.00101274811, 0.00292200129, -0.00900645182, 0.00525482511, -0.000119925462, -0.0345990434, -0.000267717405, -0.0163950548, 0.0036051285, 0.0103822611, 0.00202071923, -0.0043471735, -0.0198600553, -0.00160670257, 0.00509558804, -0.010273979, 0.0316945575, -0.0067643933, 0.0204715244, -0.0136561757, 0.0161912311, 0.00835676398, -0.0315926448, -0.0104778027, 0.00661152555, 0.00137740117, -0.0113759, -0.00051433593, 0.0160893202, 0.00342359813, -0.0141402567, 0.00758605683, 0.00537903, -0.00638859347, 0.00651598303, 0.0104523255, -0.0173122603, -0.0060127941, -0.017643474, -0.033809226, -0.028229557, 0.0149428118, 0.00512425089, -0.00803829, -0.00282168179, 0.00692363037, -0.0148536395, -0.00752236182, -0.0187517647, 0.014675294, 0.00709560653, -0.0108026471, -0.00889180135, -0.0105542364, -0.00363060646, 0.0094332071, -0.0014817015, -0.0208919104, 0.0142676467, -0.00119825942, 0.00203186576, 0.00275321, -0.0101784375, -0.0255798511, -0.00819752738, -0.0185861569, -0.0130001195, 0.00136864313, 0.00317200366, 0.00421659928, -0.00873256382, 0.00259715761, -0.0237327013, 0.0283059925, -0.001552562, 0.00209556054, 0.0305735283, 0.00641088653, -0.0227263235, -0.00555100618, 0.00691726059, 0.00492361188, -0.000899689738, 0.0105606066, 0.00629305141, -0.0326627195, -0.000130176355, -0.000634559954, -0.0155925, 0.0200511385, -0.00307646138, 0.00851600152, 0.0319238603, -0.00937588234, -0.00542361662, 0.0240384359, -0.00334079494, -0.00582170952, -0.00239970349, -0.0112612499, 0.00346818473, 0.011114751, 0.000707410916, 0.0100319386, -0.0201148335, 0.0165351834, -0.00575164519, -0.00809561554, -0.00743955839, -0.00108679337, -0.0292996317, -0.00318633486, 0.0325608067, -0.0151975909, 0.0226498898, 0.00501278462, -0.0206880867, -0.010484172, -0.00372614875, 0.00314652571, 0.0022579825, 0.00394589594, -0.00778988, -0.014063823, -0.0392105505, -0.0248537306, 0.00412742654, -0.00386946229, -0.0107198432, -0.003968189, 0.0129555324, -0.0214906428, 0.006000055, 0.00778351072, -0.0124969296, -0.00985359307, -0.00479622232, 0.0117835477, 0.0026337821, -0.00163855008, -0.0237072241, -0.00337264244, 0.0137071321, -0.0184078123, 0.0167644843, 0.0090574082, 0.000546581461, 0.00414335, 0.0133377016, 0.0137708271, 0.00291403942, 0.0047452664, 0.00846504606, 0.00354461838, 0.0118217645, -0.00533444388, -0.00551915867, -0.00225161295, 0.000192378357, -0.0206116531, -0.00985359307, -0.0214014705, 0.030904742, 0.0034904778, -0.0159874074, -0.00188855233, -0.00233123149, 0.0106561482, -0.0120064793, 0.00747777568, -0.00127230468, -0.00306531461, 0.0049745678, 0.0118153952, -0.0114778122, 0.00305416808, 0.00723573519, 0.0227518, -0.0107516907, -0.00125638093, 0.0172485653, 0.011662527, 0.0041178721, 0.00436946657, -0.0157071501, 0.000145502927, 0.012063805, 0.0155797601, 0.0103758909, -0.00996824447, 0.00707649812, -0.0251976829, 0.0217072051, -0.00907014683, -0.00878988951, -0.00833128672, -0.0123631703, 0.02079, -0.0121911941, 0.00521660829, -0.0158472788, 0.00578667736, -0.00148966326, 0.000490450358, -0.00952875, 0.0075159925, 0.0127771869, -0.00272295484, 0.00505100144, -0.0350576453, -0.00991091877, -0.00897460431, 0.000721742283, -0.00877715088, 0.00177390163, 0.0208027381, 0.0119173061, -0.0107198432, 0.00422615325, 0.0249556433, 0.00245543639, -0.0256817639, -0.00654146122, 0.00771981571, -0.00134236901, 0.00462424615, -1.42566987e-05, -0.00885358453, -0.0140510844, -3.23201602e-05, 0.00186944392, 0.0126370583, -0.0155797601, -0.0110064698, 0.000566884177, -0.00521660829, 0.00877078064, 0.0174396504, 0.0216052942, -0.0164969657, -0.0290193744, 0.0115032904, -0.0143313417, -0.00373251829, 0.0399748869, -0.0136052202, -0.00190129131, -0.00457010558, -0.0177836027, -0.0049618287, -0.000586390728, 0.0186880697, -0.00266722194, 0.00278664962, -0.0237072241, -0.0210702568, -0.0348793, 0.0212103855, -0.00185829727, 0.0265480131, -0.000453427725, 0.0247136019, -0.00663700327, 0.00779625, 0.0126816444, 0.00576756895, 0.0101083731, -0.00453188876, -0.0147517277, 0.00161147967, 0.019159412, 0.0147007713, 0.0174141731, 0.0257454589, 0.0119491536, -0.017388694, -0.00126434281, -0.00431532599, 0.00780898891, 0.0120064793, -0.0124587128, 0.00210829964, -0.0103504136, -0.0122931059, -0.0226626284, -0.00961792283, -0.0047325273, -0.0308792628, -0.000209794918, 0.00208122935, -0.0423188582, 0.0173632167, 0.00933766551, -0.0299111027, 0.00938862097, -0.00956059713, -0.0132230511, 0.00763064297, -0.00235193246, -0.00820389669, 0.0178218186, 0.00672617601, -0.00468475604, 0.00639496278, -0.00860517472, -0.000902874512, -0.00287900725, -0.0164332706, -0.0275671314, -0.0119810011, 0.014484209, 0.0135797421, 0.000706614752, -0.010395, 0.00942683779, -0.00325639918, -0.00576438382, -0.00255416357, 0.010484172, -0.000179937953, 0.00149444048, -0.00284715975, -0.00136227359, 0.00645228848, 0.00928034, 0.0132103125, -0.0204205699, -0.00974531192, -0.0152485473, 0.00607648864, -0.00272295484, 0.0431341529, 0.0125096682, 0.0110383173, -0.0101848068, 0.00157485518, 0.0062166173, -0.010273979, 0.00637266971, -0.000359477825, 0.000226514807, 0.0155415433, 0.00682808785, 0.0112676192, -0.0144459922, -0.00172772282, 0.00966250896, 0.00347136939, 0.00693636946, 0.0161147974, -0.00678987103, 0.00514654396, 0.00476437481, 0.0302677937, -0.0111657074, -0.0117771775, -0.000770707673, 0.00368474703, -0.0166625734, 0.0265480131, -0.0011815395, -0.00160988735, -0.0102612404, -0.0158345401, 0.0103376741, -0.00664337305, 0.00407965528, 0.00471660355, -0.0122421505, 0.00750962272, 0.0102357622, -0.00425163144, -0.00078304857, -0.0176944304, -0.0167262685, 0.0309302192, -0.0103695216, 0.00871982519, -0.0124587128, -0.0150574623, -0.00738223316, 0.0118217645, 0.00801281258, -0.0235670954, 0.0188791528, -0.0102867186, 0.00324525265, -0.0117134834, -0.0141402567, -0.0142421685, 0.00202071923, 0.00875804201, -0.0137708271, -0.012547886, 0.0110383173, 0.00113058358, -0.00602553273, -0.00554463686, -0.0040255147, -0.00280575827, -0.0107453214, 0.000314095232, -0.0213505141, 0.00280416571, 0.0168154407, 0.011095643, -0.012356801, -0.00297614187, -0.0237327013, 0.0111083817, -0.00258123386, -0.00974531192, 0.00468794117, -0.000477313297, -0.0116943745, 0.0128090344, -0.0204078294, 0.00109475525, -0.011853612, 0.0136561757, 0.0185988955, -0.0105096502, 0.00787268393, -0.0121402387, 0.000304740039, 0.0131848343, 0.0177453849, -0.00627075788, -0.0249174256, 0.00794911757, 0.0117071131, 0.0173632167, 0.000181828887, -0.022713583, 0.00399048254, -0.00132963, -0.00705102, -0.00501278462, 0.00358602, 0.0106115621, -0.0144969476, -0.00470386492, 0.0204842631, 0.00102548709, -0.0195288416, -0.0183823332, -0.0368920565, 0.00453188876, -0.0289174616, 0.00785994437, 0.00646184245, -0.0323824622, -0.00650005974, -0.00121020211, 0.00812746305, 0.00935677346, -0.0208791718, 0.0218345951, 0.0196689703, -0.0144332536, 0.00269588456, 0.00542680128, -0.0124459742, -0.037223272, 0.00729306042, 0.0110637955, -0.0248792078, 0.00321022049, 0.0165351834, -0.012063805, -0.0163058825, -0.000604304892, -0.00512743555, 0.0147517277, 0.00299843517, 0.00539176911, -0.0115096597, 0.00677076261, -0.00489176437, 0.0112612499, -0.00180256425, -0.0144587308, -0.0114268558, 0.0234142262, 0.0105032809, -0.0136689153, 0.00620387867, -0.0123822792, -0.0065032444, -0.0138345212, -0.00485036289, -0.0183823332, -0.00805739872, -0.00218632584, 0.00446182443, -0.0064459187, -0.00844593719, 0.0010326528, -0.00612426, 0.0109873619, 0.0203568749, -0.00824211352, 0.0218345951, 0.0124778217, -0.00387264695, -0.0125351464, 0.0333506241, 0.0099809831, -0.0182294659, -0.0122166723, 0.000629384769, -0.0242932159, -0.00525482511, 0.00540450821, -0.0134778302, -0.000255177496, -0.00989181, 0.0133759184, 0.00637266971, -0.0172103494, 0.00970072579, 0.00867523905, 0.00966887828, 0.00768159889, 0.0141020399, 0.00759242615, 0.00412424142, 0.00304142921, 0.00607330399, -0.00359557429, 0.0200384, -0.00673254579, -0.0111720767, -0.00762427365, -0.00729306042, -0.00793000869, 0.0189810656, -0.00199524127, -0.00254779402, -0.00779625, -0.0204078294, 0.0118408725, -0.00730579952, -0.0110829044, -0.000219349138, 0.00214492413, 0.00759879546, -0.00233919336, 0.00700643379, -0.0257454589, 0.0185734183, -0.00410194835, 0.0221658088, -0.0140383448, -0.0137071321, 0.00404780777, -0.0037420725, 0.00613381434, 0.0284333806, 0.00134316518, 0.0196944475, -0.0164587498, 0.0450704768, 0.0142294299, -0.000213377745, 0.00458602933, -0.0450959541, 0.0162549261, 0.000605499197, -0.00929944776, -0.015324981, -0.00115048827, 0.0225734543, 0.00327073061, -0.00650005974, 0.0007213442, 5.76239363e-05, -0.0135415252, -0.00276754121, 0.00782809686, -0.0133122234, -0.0067198067, -0.00359875895, -0.00217517908, 0.00489176437, 0.000386946223, -0.00994276628, 0.0224460661, 0.0219492447, 0.00710834516, 0.00323729077, 0.0135542639, 0.000718955649, -0.00278346497, -0.00568795, 0.0192613229, -0.0148791168, -0.00315608, 0.0141784735, 0.0111529687, -0.0057707536, 0.00221498846, -0.00896823499, -0.00257167965, 0.00574527541, -0.00931218732, 0.00416564336, -0.000390130968, 0.016420532, 0.00507011032, 0.00528667262, 0.00247772969, 0.0191466715, -0.00763701275, -0.00482807, -0.003968189, 0.00386946229, -0.00568476552, 0.0263187122, -0.00236944854, 4.85175624e-05, -0.0019331387, -0.00389812491, -0.019095717, -0.0210575182, -0.0114204865, 0.0380130857, -0.0102676097, 0.0293760654, 0.012694384, -0.000992047251, -0.00289970799, -0.00973257329, 0.00314811803, 0.0133249629, -0.005863111, 0.00433761952, 0.0112548806, -0.0151975909, -0.0294270217, -0.0177836027, -0.0158982351, -0.00349366246, -0.00538858445, -0.00338538131, 0.0169428308, 0.00335671869, -0.00176912453, 0.00247295247, 0.00492679654, 0.0158345401, -0.00756057864, 0.0118918288, 0.001681544, -0.0137071321, 0.0219874624, 0.00409876369, 0.00260671182, -0.0168918744, -0.0166370943, -0.00729942974, 0.0174141731, -0.0166498348, 0.000622617139, 0.0102421315, 0.00700643379, 0.00908288546, -0.00346499984, -0.00215925532, 0.000212382511, 0.0258855876, 0.00824848283, 0.0207263045, -0.00198090984, -0.0172740426, 0.00530896569, -0.00705102, -0.0172230881, 0.033809226, -0.00132087199, 0.0164969657, -0.00483125448, 0.0112739885, -0.000338976039, -0.0024968381, 0.0323315077, -0.00975805148, 0.00780261913, 0.00585355656, 0.00363060646, -0.00933766551, -0.0131593561, 0.0147262495, 0.011516029, 0.00920390617, -0.00633126823, -0.00205893605, 0.00603508716, -0.0206498709, -0.00960518327, -0.0296053663, 0.0159491915, 0.0163823161, 0.0134778302, 0.0137580875, 0.000734481262, 0.00674528489, 0.016547922, -0.00588858873, -0.00592999067, 0.0349812135, 1.29131358e-05, -0.0136434371, 0.0136434371, -0.0118345032, -0.0200384, 0.0221530683, -0.0216307715, 0.0027850573, 0.000376396754, 0.00982174557, -0.0169300921, 0.00571661303, -0.00445864, -0.0314143, 0.00641407166, 0.0094905328, -0.0259110648, -0.0218982901, -0.012356801, -0.0263187122, 0.0205224808, -0.00145861204, -0.0041624587, -0.0385226458, -0.0112930974, -0.011031948, 0.0307009183, -0.0147517277, -0.00746503659, 0.00861791335, 7.37964583e-05, -0.0105924541, -0.0118281338, -0.00444908533, 0.00614336831, -0.0286117271, 0.00670069829, 0.0133886579, -0.0190447606, -0.0200384, -0.00443634624, 0.00267677614, -0.0206880867, -0.0137963044, -0.0382423885, -0.0196307525, -0.00887269247, -0.00443953089, 0.016484227, 0.00382169103, 0.0122230416, -0.0154396314, 0.00861154404, -0.0296308454, -0.0168154407, 0.0122166723, -0.0201657899, -0.00274684047, 0.0234142262, 0.0133122234, -0.00655420031, -0.031643603, 0.00175160845, 0.0247518197, -0.0156307165, -0.0131084006, -0.00188855233, 0.0185988955, -0.0153759373, -0.00178982527, 0.0135670034, 0.00078941806, -0.0254906788, 0.00151434506, 0.00859880447, -0.00377710466, 0.0155925, -0.00552552845, -0.00343315257, 0.00346818473, -0.006000055, 0.00645228848, 0.000798574183, -0.00880262814, 0.00335671869, 0.00761790434, -0.0178345591, 0.00973894261, 0.00666248146, 0.0177708641, 0.00420067552, 0.0141020399, -0.0180129036, 0.00207167491, -0.00519113056, 0.0111274906, 0.0150702018, -0.00818478875, -0.000946664717, -0.00439494476, 0.00764338206, 0.00392360287, -0.00674528489, 0.0106434096, 0.0112166628, -0.00755420933, -0.00339175086, -0.0125861028, 0.00351595576, 0.00739497226, 0.0105160195, -0.00606375, 0.0224333256, -0.00477711391, -0.000280655426, -0.00442042248, -0.0321786404, 0.0367137119, 0.022713583, 0.00388538581, -0.004789853, 0.0211212132, -0.0128790988, -0.000273887854, -0.0264461022, -0.00673891511, -0.00580578577, -0.0278219115, -0.0198727939, -0.016840918, -0.017324999, -0.00557966903, 0.00286945305, 0.00880262814, -0.0106115621, 0.00176275498, -0.0136561757, -0.0305990055, 0.00347455405, -0.00644273404, 0.000518316869, -0.00903193, 0.0171976089, -0.027872866, -0.0198218375, 0.0125669939, 0.00560833141, -0.00509240339, 0.00114411872, 0.00261945068, -0.00311308587, -0.000124603059, -0.0077007073, 0.00763701275, 0.0142549071, 0.00394589594, 0.00202549621, -0.032713674, 0.0237454399, -0.0027261395, -0.0137071321, -0.00271180831, 0.00829943921, -0.0144332536, 0.00359875895, 0.0261913221, 0.0195543189, 0.0104395859, 0.00729942974, -0.0120383268, 0.008146571, 0.0123122148, -0.000864657573, 0.00728669111, 0.00259078806, -0.0131848343, -0.00120303652, 0.00794911757, -0.0110829044, 0.0125287771, -0.00595228374, -0.0297582336, -0.000509160687, -0.0035032169, 0.0140128676, 0.000925167697, 0.0139873894, 0.0069936947, 0.01187272, 0.00554782152, 0.00847778469, -0.00668795919, -0.014777205, -0.00116720819, -0.0143313417, -0.022547977, -0.0059076976, 0.00995550491, -0.0138599994, 0.00908925477, -0.00544909434, 0.0132612679, -0.0179492086, 0.0144077754, 0.0206116531, 0.00642362563, -0.0013646622, -0.00785994437, 0.0266499259, 0.011789917, 0.0184332896, -0.0163440984, -0.0191339329, -0.0376309194, -0.0206116531, 0.00778351072, 0.00274524814, 0.00693636946, 0.0337582715, 0.00994913559, 0.0133631798, 0.0399239324, -0.00617203116, 0.0375799611, -0.00263218977, -0.000823255919, 0.0040255147, -0.0108854501, 0.0105860839, -0.00241085, -0.0103121959, -0.0133122234, -0.0176816899, -0.0277709551, -0.0232104044, 0.00182326511, 0.00169906009, 0.00407010084, 0.0134396134, 0.00546183344, 0.000185809826, -0.0316945575, 0.028356947, 0.0120510655, 0.0116052022, -0.0194906238, 0.0226626284, -0.0101593286, -0.0201020949, -0.00736312475, -0.0222804584, -0.00406691618, 0.0170574803, 0.00707649812, 0.0190702379, -0.00419749087, -0.00679624034, 0.00945231598, 0.0281531233, -0.0217072051, -0.00154778489, -0.0139873894, -0.0090574082, -0.0225352384, -0.00682171853, -0.00301595125, -0.0189938042, -0.022000201, 0.00688541355, -0.000477313297, 0.00489813415, 0.00350640155, 0.00134794228, -0.0052229776, 0.00217836397, 0.0285862498, 0.0188664142, -0.014611599, 0.00526437955, 0.00530578103, 0.00489813415, 0.0102548711, 0.00446819374, 0.0122803673, -0.00350640155, -0.0168027021, -0.0090000825, -0.00596820749, 0.000377192948, -0.0193377566, 0.00133440713, 0.00994913559, 0.00270066177, 0.0096434, -0.0119236764, -0.00665611168, 0.00536310626, 0.023095753, 0.0210193, 0.0240893923, -0.00106290786, 0.0110892737, -0.00616247673, -0.0129810106, 0.0236053113, 0.0100956336, 0.00681534922, 0.00797459576, 0.00275957934, -0.00203823531, 0.00600323966, -0.00152071461, -0.00736312475, -0.0100637861, 0.0135670034, 0.00284715975, 0.0182294659, 0.00771981571, -0.018484246, 0.00226116716, 0.0265480131] |
16 Jul, 2024 | How to Setup a Subdomain on Your WordPress Website ?
16 Jul, 2024
Setting up a subdomain on your WordPress website can help you organize your content better and provide a dedicated space for specific sections of your site, such as a blog, shop, or forum. In this guide.
we’ll walk you through the steps to create and configure a subdomain for your WordPress website, ensuring the process is easy to follow and optimized for search engines.
What is a Subdomain?
A subdomain is a subset of your main domain name that functions as a separate website. For example, if your main website is example.com, a subdomain could be blog.example.com or shop.example.com. Subdomains are useful for creating distinct sections of your site without needing to purchase additional domain names.
Need for the Subdomain
The subdomain is completely different from the main domain, So if you want to provide different facilities to the users, then you are good to go with the subdomain. for example – write.geeksforgeeks.org, careers.geeksforgeeks.org, and learn.geeksforgeeks.org.
key terms to remember:
Domain: The main address of your website (e.g., yourcompany.com).
Subdomain: A subdivision of your domain (e.g., [invalid URL removed]).
Hosting provider: The company that stores your website’s data.
Step-By-Step guide on how to Create a Subdomain
Step 1: Log in to Your Hosting Provider Dashboard:
Access your hosting provider’s control panel.
Navigate to the section related to subdomains.
And, then click on a subdomain.
Step 2: Create the Subdomain:
Click on the subdomain option.
Enter your desired subdomain name (e.g., blog, shop, etc.).
If you want a custom folder in the file manager for your subdomain website then check the checkout box.
Step 3: Then click on Create button to create the subdomain.
Now, your subdomain is created successfully. you can look at your subdomain under the domain section where you have created it.
You have successfully done the creation of the subdomain.
How to install WordPress on the subdomain
To install WordPress you have to use the Auto installer of the hosting panel just like how you install WordPress on a normal website. where you have to select the subdomain.
Step-by-step guide on how to install WordPress to a subdomain:
Step 1: Go to the dashboard of the hosting provider and then select the hosting section, choose the main domain for which you have created the subdomain, and then go to the Auto Installer section.
Step 2: Click on the Auto Installer and then choose WordPress.
After choosing WordPress, click on the select button.
Step 3: After selecting WordPress the Installing WordPress setup wizard will appear on the screen.
Step 4: Choose the subdomain which you have created.
Step 5: After setting your user name, password, and website name, then click on install to install the WordPress on your subdomain.
And finally, click on install.
Now you have successfully installed WordPress on your subdomain website which is completely separate from the main website.
Advantages of Using Subdomains
Advantages:
Organization: Subdomains keep different areas of your site separate.
Specialization: Each subdomain can focus on specific content or functionality.
Scalability: Easily expand your website by adding new subdomains.
Disadvantages:
SEO Considerations: Subdomains may impact SEO rankings differently.
Maintenance: Managing multiple subdomains requires attention.
Conclusion:
Setting up a WordPress subdomain site on your WordPress website is a smart way to improve the user experience and manage different types of content effectively. Subdomains work like separate websites, each with its own special functions. This guide breaks down the process into simple steps, showing why subdomains are useful in WordPress. From creating a subdomain to installing WordPress on it, these steps help you organize your website neatly. Using subdomains allows you to create specific areas on your site, making it more user-friendly, organized, and ready to grow.
People Also View:
How to include Search box in your wordpress website ?
How to Add MP3 Audio Files to Your WordPress Website ?
How to Setup a Subdomain on Your WordPress Website – FAQs
Why should I use a subdomain on my WordPress site?
Subdomains help organize content, enhance user experience, and efficiently manage different functions of your website.
Can I create multiple subdomains for various purposes?
Yes, you can create multiple subdomains, each serving a unique function or content type.
Do all hosting providers have the same steps for creating subdomains?
While steps may vary slightly, the process generally involves logging into your hosting provider’s dashboard, selecting your website, and creating a subdomain in the hosting section.
Is installing WordPress on a subdomain the same as on the main domain?
The process is similar, but during installation, you choose the specific subdomain where you want to install WordPress.
How does using subdomains improve website management?
Subdomains allow you to compartmentalize different functions, making it easier to manage and optimize each aspect independently for a more organized website structure.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons/How to use Font Awesome Icon as a Cursor?/How to Use Font Awesome On Your WordPress Website?/How to Add Custom Logo to WordPress Website ?/How to add FTP like file manager to your WordPress Website ?/How to Setup a Subdomain on Your WordPress Website ? | https://www.geeksforgeeks.org/how-to-setup-a-subdomain-on-your-wordpress-website?ref=asr10 | CSS | How to Setup a Subdomain on Your WordPress Website ? | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, How to Add Custom Logo to WordPress Website ?, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Use Font Awesome On Your WordPress Website?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to use Font Awesome Icon as a Cursor?, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to add FTP like file manager to your WordPress Website ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to Setup a Subdomain on Your WordPress Website ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [0.00499545364, 0.0112437867, -0.00674627209, 0.0164480545, 0.0318681039, 0.00335064833, -0.00344381132, 0.0251475312, -0.0385244265, 0.0365455188, 0.0314055, 0.00556728058, -0.0225775242, -0.0620914027, 0.00601703208, -0.0120212138, -0.0119569637, 0.00332816085, 0.0254687835, 0.00686192233, -0.00516892923, -0.0200717654, -0.0277817901, -0.0146490475, -0.0475965552, 0.0158441011, -0.0185169112, 0.00929058064, -0.0145847974, 0.026728088, 0.0109482361, -0.028090192, -0.00777427526, -0.0157156, -0.0268565882, -0.00086978724, -0.00595920673, -0.00394496275, -0.0639932081, 0.00751727447, -0.00296032848, -0.0177073572, -0.00631258311, -0.0139551451, -0.00265835249, 0.014571948, -0.00871232804, -0.0422509387, 0.00831397716, -0.0271649882, -0.001906625, 0.0221406221, 0.0184655096, 0.0244536307, -0.0174889062, 0.00839750282, 0.000266638381, -0.0174760576, -0.00627724547, -0.0080120014, 0.0415570363, -0.0270621888, 0.0146104973, 0.0194035638, 0.00321411667, 0.0598297939, -0.031559702, 0.00133158558, -0.00571505632, 0.0159083512, 0.00426621409, 0.00574396877, -0.00682979729, -0.000312617427, 0.0066498965, -0.0348750129, 0.0414028354, -0.0191208627, 0.0168721043, 0.0443583429, -0.0279102903, -0.060703598, -0.0217037201, -0.034540914, -0.00398993818, 0.020058915, 0.0180029087, -0.0493184626, 0.0719602332, -0.010357134, 0.00663704658, -0.0312256012, 0.0288611948, 0.0133511936, -0.0107362103, -0.0320737064, -0.0240167286, 0.00824330188, -0.000961343758, 0.0427906401, 0.0297606979, -0.0138908951, -0.0153301, -0.0447181463, -0.0256615337, 0.021112619, 0.0505520664, -0.0166922044, -0.00279809674, -0.00820475165, 0.0249162316, -0.00302297226, -0.0253145825, 0.0325620063, 0.0104856342, 0.0375735238, 0.00412807614, -0.0664604157, -0.00372972456, 0.000695508497, 0.0490871593, 0.0468255542, 0.00887937937, 0.0662034154, -0.00588531932, 0.0608578, -0.0416855365, -0.0134668443, 0.0106912348, 0.0218836218, 0.00948975608, 0.0167821553, 0.0284242928, 0.032150805, 0.00380682503, 0.00357873668, -0.000351970666, 0.0144434469, 0.00587568153, -0.0143277971, -0.0322793052, 0.00816620141, -0.0244407803, -0.004789853, -0.0024366891, 0.0352091156, 0.0103828339, 0.051220268, -0.0241580792, -0.040863134, -0.0285270922, 0.0110638859, -0.0127279665, 0.0487273596, 0.0104535092, -0.0148032485, 0.0118605886, 0.0222562719, -0.0192365125, -0.00203030673, 0.0109996358, -0.0289382953, 0.0411458351, 0.0252888817, -0.00813407637, 0.0317396037, 0.0235541277, -0.0269850884, -0.021549521, 0.0109032607, 0.00136772636, 0.0286041927, -0.0214724205, 0.027627591, -0.0578765906, -0.0261883847, 0.000794293243, -0.0296578966, 0.0102800336, 0.0172319058, -0.0359287187, -0.0380618237, -0.000203592848, -0.0160111524, 0.0122846402, 0.0141607458, 0.0234127771, 0.0017315431, -0.0104213841, -0.00637362059, -0.0137366951, -0.00332494825, 0.0637876093, 0.0340012126, 0.0241323784, -0.0278845914, -0.0197376646, 0.0835766718, 0.0392697267, -0.0337185115, -0.0100551574, -0.00149060483, -0.0266252868, 0.0363656171, 0.0341554098, 0.0281672925, -0.000773411884, 0.0128628919, 0.0111666862, -0.0130299423, 0.011192387, 0.0228216741, -0.0104213841, -0.0137366951, -0.00368796196, -0.00021142335, -0.014571948, -0.00922633056, -0.0305574, -0.0185040608, -0.00257964595, 0.0115586128, -0.00145446416, 0.0281929914, -0.0125930412, -0.0238496773, 0.0160497017, -0.0245564301, -0.00523639191, 0.00848102756, 0.0174760576, 0.0209841188, -0.0107554849, -0.0107040852, 0.00111393805, 0.0186711103, 0.0167179052, 0.00451678969, -0.0286298934, 0.00911068, -0.0197762139, 0.022320522, -0.00837180205, 0.00709964801, 0.00170744932, -0.00453606481, 0.0033827736, 0.00119505392, 0.0268051866, 0.0134925442, -0.0039224755, -0.00389677519, -0.0261755362, 0.0203159153, -0.0203159153, -0.000977406278, 0.00525245443, -0.0460802503, 0.0460545495, 0.0192236621, 0.0396552309, 0.00417947629, -0.019377863, 0.00562831853, 0.0391669273, -0.0253274329, 0.0224361736, -0.0383959264, 0.00914280489, 0.000756947789, 0.0199304149, -0.0471596532, 0.0226032231, 0.0236183777, 0.00724099856, 0.0152015993, 0.0245435797, 0.00365904951, 0.0279616918, 0.0332559086, 0.037881922, -0.0288868938, 0.0439214446, -0.00450072717, -0.00465492764, -0.0327933058, -0.00723457383, -0.00721529871, -0.0283214916, -0.0194935128, 0.0138780456, -0.0420453362, 0.0299405977, 0.0158569515, 0.0431247391, -0.0277046897, -4.86896133e-05, 0.00171708688, -0.0245821308, -0.00389998779, 0.0170905553, 0.00495047867, -0.0156256501, 0.0132612437, -0.0344381109, 0.0182984602, -0.0243122801, -0.00536810514, 0.0174375065, -0.00253788335, 0.0334615074, -0.0282700919, -0.0432018414, -0.0213182196, 0.0173090063, 0.0372908227, 0.0415056348, -0.0238368269, -0.0219607223, -0.0541757755, -0.0276789907, -0.0304546, -0.04266214, 0.033949811, 0.00882155355, -0.011128136, -0.00309043517, 0.00859025307, -0.000433688925, -0.0122396648, 0.0158826523, -0.0335386097, 0.0263168868, 0.0123488903, 0.0372394212, -0.0108775608, 0.0128693171, 0.0471853539, 0.0306859, 0.0217165705, 0.000788671314, -0.00168174924, -0.010138683, -0.000503962568, 0.024710631, 0.00352091156, -0.0278331917, 0.00865450315, 0.00194035633, 0.0177202076, 0.000899502949, 0.00565080578, 0.0276789907, -0.00464529032, -0.00136371073, 0.00595920673, -0.00218771957, 0.00443968968, -0.0107105095, 0.00968893152, 0.0317653045, -0.00505006639, -0.020650018, -0.0184398107, -0.0164095033, -0.0265481863, -0.00832040235, -0.00622263271, 0.0459517501, -0.056334585, -0.0236055274, -0.0154329007, 0.00537774246, -0.0279102903, -0.00954115577, 0.0280644912, -0.00645072106, -0.0134539939, -0.0287840944, 0.0206371676, 0.0213439204, 0.0486502573, -0.0480077565, 0.0294265952, 0.0194164142, -0.033512909, -0.00183113094, 0.0121240141, 0.024929082, 0.00086737785, -0.0508090667, 0.0346951149, -0.0179129578, -0.0488815606, -0.00810195133, -0.0175403077, -0.0336414091, 0.000828024582, 0.0207656678, -0.00947690569, 0.0325106047, 0.0159212016, 0.011224512, 0.0126058916, -0.0305831, 0.000516812608, -0.00214756327, -0.0290153939, -0.00615195744, 0.0295036957, -0.0155485505, -0.00023391092, -0.0234898757, 0.00918778, 0.0573625863, 0.0771516487, -0.0291181952, 0.061731603, 0.00928415544, 0.0102157835, -0.0144691477, 0.0350549147, -0.00255715824, -0.000673824048, -0.0159083512, 0.0105627347, 0.00843605213, -0.000345144101, 0.0262783356, -0.00902072899, -0.0108968355, -0.0129078673, 0.00864807796, -0.0146233477, 0.00813407637, -0.0300690979, -0.000961343758, 0.0179001093, 0.00654067146, -0.0137366951, -0.00729239872, -0.0324335061, -0.00737592392, 0.000147976258, -0.0535589755, -0.017052006, -0.053199172, 0.0168078542, 0.00934198, -0.00986240711, -0.0213696193, -0.0335643105, -0.0566943847, -0.00242865784, 0.0230401251, -0.0191979632, -0.00401563803, 0.0169106554, 0.0337699093, -0.0452578478, 0.0268822871, -0.0212668199, 0.032767605, -0.00623548264, 0.0053295549, -0.0138009451, -0.0572597869, -0.020739967, 0.00557370577, -0.0320994034, 0.0168721043, 0.000124183614, 0.0279102903, 0.00794132613, 0.0115521876, 0.00088022789, 0.0105948597, -0.0277046897, 0.0178101584, -0.028552793, -0.00738234911, 0.0921091, -0.00670129666, -0.00511752907, -0.00711892312, 0.0059463568, -0.00260534603, 0.0302746985, -0.00589816924, -0.00124565093, -0.00309364754, 0.0211640187, -0.00174599944, -0.0299662985, 0.0223847739, -0.0266766865, -0.0446153469, -0.00790277589, -0.00689404737, -0.00258446462, -0.0209070183, 0.0214724205, -0.0435102433, 0.0114301126, -0.0229244754, 0.0467227511, -0.0163195524, 0.00581464404, 0.0338727087, 0.0151502, -0.00457140245, 0.00443005189, -0.0472624525, -0.00386143755, -0.0103828339, 0.0198147651, -0.0257129334, 0.0262140855, -0.0192236621, -0.00719602359, -0.00448145205, 0.00193232507, 0.0170263052, 0.000304786925, -0.0137752453, -0.0016897805, 0.00503721647, -0.0208941679, 0.0219093207, -0.0148803489, 0.0187225118, 0.00579858152, 0.000618809834, -0.024929082, -0.0339755118, -0.012432416, 0.0162681527, 0.0227060243, -0.0213053692, 0.000713980466, -0.0403748304, 0.0343096107, -0.0401435308, -0.00488944072, -0.0144048966, 0.0213953201, 0.00815335196, -0.0144562973, -0.00321090431, 0.0219607223, -0.02163947, 0.0131969927, 0.0178230088, -0.0112116616, -0.00419553882, 0.00453285221, 0.0322536044, -0.00277400273, -0.0308915, 0.00758152455, -0.00482840324, 0.0254302323, 0.0384216271, -0.0252888817, 0.0217808206, -0.00030679474, -0.00430476386, 0.0171933565, 0.0141093461, 0.0326905064, 0.00473524025, -0.00861595292, -0.00381325, -0.0062033576, 0.00264710863, 0.00846817717, 0.0139679955, -0.0143406466, 0.0264967866, -0.0112566371, 0.0184398107, 0.0109353857, -0.000404173974, 0.00212828815, 0.0161139518, 0.00424051378, -0.0129913921, -0.0169363543, -0.0579279885, 0.00127857912, 0.0392697267, -0.00180221838, -0.0335386097, -0.00927130505, 0.0152915502, -0.00110510364, -0.0265738871, 0.00859025307, -0.00599454436, 0.00550624309, 0.0122268153, 0.0146104973, 0.00514322938, -0.0113273123, 0.00595920673, -0.0213824697, -0.0164480545, -0.0368282199, 0.0121175898, -0.00774857542, -0.0339241102, -0.0217037201, 0.0219478719, 0.00154120196, -0.0113337366, -0.0205986165, 0.0146104973, 0.0177459083, -0.00115248817, -0.0203930158, 0.00951545592, 0.0160754025, -0.0106783845, -0.00273545273, 0.00808267668, 0.00458425237, 0.00591423176, -0.0060330946, 0.0085131526, -0.0097082071, -0.00634792075, 0.000529261073, 0.0164095033, -0.0281929914, 0.0248391312, 0.0183755606, -0.0142506966, -0.0134796938, -0.0160497017, 0.0177202076, -0.00484767836, -0.00666917162, 0.0291181952, 0.129528418, -0.0126637165, 0.035311915, -0.00715747336, -0.00971463136, 0.0229244754, -0.0212796703, -0.0147132976, -0.0164737534, 0.00378755, 0.00718317321, -0.0207142681, -0.000426862331, -0.00905285496, -0.013299793, 0.0410173349, 0.0069390228, 0.0115200626, -0.00480912812, 0.0233999267, -0.0179643594, -0.0202516653, -0.0187225118, 0.00418590102, -0.00435295189, -0.0346180126, 0.0291695949, 0.0226160735, -0.0118413139, 0.00496654119, 0.0111859618, -0.00431118906, -0.0255844332, -0.00889222883, 0.0659464151, 0.0154714501, -0.0130299423, 0.00289607816, -0.0140836462, 0.0281929914, 0.00582428137, 0.00508540403, 0.0101258326, -0.00137254514, -0.0191979632, -0.0178872589, -0.00377469976, -0.0078835, 0.00963753182, 0.0250061825, 0.0144434469, 0.0186582617, -0.00691332249, 0.00556406798, -0.00242062658, 0.0102607589, 0.0222691223, -0.00455212733, 0.00266477745, -0.00908498, -0.0127086919, 0.0319452025, 0.00253788335, -0.00849387795, -0.0281415917, -0.00947048049, 0.0269593876, 0.0219221711, 0.00228891382, -0.0245435797, 0.0250061825, 0.0269336887, 0.0369824208, -0.00963753182, -0.00407025078, -0.0188381616, 0.0272420887, 0.00168174924, 0.0306088, -0.0122203901, 0.000934037438, 0.0142635461, -0.0234898757, 0.00304224738, 0.0111538367, -0.0278588906, -0.0150088491, -0.0182085093, 0.0292209946, 0.0205343664, 0.016679354, -0.00571505632, -0.0287583936, -0.00335386093, 0.00233549508, -0.0420453362, 0.00569256861, -0.00216844468, -0.0106912348, -0.0151373493, 0.0253788326, -0.011937689, 0.0186197106, 0.00460995268, -0.00857740268, -0.0175660066, 0.0194549635, -0.00369438715, 0.000699925702, 0.0024848769, -0.0246078297, 0.0149959987, -0.0216009207, -0.0157413017, 0.0139808459, 0.0109032607, 0.0175403077, 0.0175274573, -0.00796060078, 0.00439792685, 0.0205343664, -0.00548375538, -0.0119955139, -0.0699042305, 0.00946405623, 0.0324335061, -0.0188638624, 0.0111217117, -0.00702897273, 0.0206885673, 0.010106558, 0.0168464053, 0.0143920472, -0.0172319058, -0.0460545495, -0.0325620063, 0.0205986165, -0.00288001564, -0.0198661648, -0.00466777757, -0.0199946649, 0.00986240711, -0.0280644912, 0.0183370095, -0.0092584556, 0.014199296, 0.0130427927, -0.0129913921, 0.0158441011, -0.00599775696, 0.0131391678, 0.0183370095, -0.0147389984, -0.0211383197, -0.0162938535, 0.0071124984, -0.0266509876, 0.0160240028, -0.0241709296, -0.0278588906, 0.0109418109, 0.00794132613, -0.00454891473, -0.0226160735, -0.0223590732, -0.011873439, 0.00622584531, 0.0350806154, 0.00744017446, -0.0287583936, 0.00723457383, 0.0237597283, 0.00584034389, 0.0127086919, -0.00955400616, -0.0114044119, 0.0491128601, -0.000573031546, 0.00744659919, 0.018632561, 0.0167693049, -0.0278074909, 0.0192365125, 0.0107233599, -0.0133511936, 0.0207528174, 0.0265481863, 0.0344895124, -0.0286812931, -0.00858382788, 0.0194678139, -0.000598731625, 0.0205729175, 0.0473652557, -0.00733094895, 0.0246463809, 0.00959255639, -0.0195577629, -0.00220378209, 0.00696472265, -0.0257129334, -0.01847836, 0.0176431071, 0.0168721043, 0.0119955139, 0.0104278093, 0.0340783112, 0.041454237, 0.0017781246, -0.0184141099, -0.0176174082, 0.0094190808, 0.0232071765, -0.0153558, -0.00909140427, 0.0228088237, 0.00857097842, 0.0316882022, 0.0243765302, -0.00809552614, 0.000557772117, 0.0143149467, 0.00431118906, 0.0268051866, 0.0118991388, -0.0028045217, -0.0234256256, 0.00499545364, -0.00905285496, -0.00120147888, -0.000500750088, 0.00639289571, 0.0071124984, 0.00751084927, -0.0134154437, -0.00270493375, 0.00510467915, 0.0273191892, -0.00902072899, -0.000498340698, -0.0164480545, -0.0107747605, -0.00340204849, -0.0164095033, -0.00991380773, 0.0491128601, -0.029143896, 0.0101322578, -0.0308915, -0.00684907241, -0.0311228018, 0.0138137955, 0.0347979143, -0.0130170928, -0.00817262661, -0.0333330072, 0.0465942509, 0.0132612437, 0.03317881, -0.0354918167, -0.0191465616, 0.025019031, -0.0246206801, 0.0231172256, -0.00578894373, -0.0231172256, 0.0477507561, -0.0427392386, -0.025918534, -0.00174599944, -0.013826645, 0.0219992716, -0.00360764936, 0.0128243417, -0.0122525152, 0.0165508538, -0.0212025698, 0.00647320878, 0.00259892107, -0.0211897194, 0.0154714501, -0.0302746985, -0.0161268022, -0.0263040364, 0.0260984357, 0.0131841432, -0.00675912201, 0.0119184135, 0.00141109526, 0.0141607458, 0.00837822724, -0.00669487193, -0.0155485505, -0.0324849077, 0.0163966529, -0.0622456037, -0.0235541277, 0.0119955139, 0.031534, -0.0178230088, -0.00299405982, -0.041454237, -0.0127665168, -0.0181571096, 0.00732452376, -0.0275504906, 0.00307116, 0.00704824785, 0.00914280489, 0.001422339, -0.0310457014, -0.0306345, -0.0403491333, -0.0264967866, 0.0295550972, 0.0219607223, 0.0168464053, 0.037547823, -0.0030165473, 0.0164095033, 0.0157284513, 0.0417369343, 0.00390320015, -0.0114044119, -0.00947048049, 0.0273962896, 0.000660170917, -0.0127151161, -0.0153815, 0.0411458351, -0.0239781775, -0.0194678139, -0.0264453869, -0.0248134304, -0.0129399924, -0.0169235058, 0.0167693049, 0.00345666124, 0.00904643, 0.0130363675, 0.0128307668, 0.0076265, -0.0246720798, 0.033512909, -0.0337442085, -0.0206243172, -0.0294265952, -0.00308079761, -0.00940623, 0.000137636, 0.00737592392, 0.0324078053, 0.000697516312, 0.0311228018, -0.00600418216, -0.0421224385, 0.00415377598, -0.00724742375, -0.048830159, -0.00132114498, 0.0133383432, 0.006200145, 0.0373422205, 0.00304546, 0.0104663596, 0.0146104973, 0.0108968355, 0.00468384, -0.0370338224, -0.00505006639, -0.0126058916, 0.0248519816, 0.0111345612, -0.0197376646, -0.00466135284, -0.000702736666, -0.00204476295, 0.00769717526, -0.0170006063, 0.0164352041, 0.0104727838, -1.73299886e-05, 0.00883440394, 0.000523639203, -0.00731809903, 0.0162296034, -0.00740804896, 0.0167179052, 0.0100680077, 0.00828185212, -0.0255201831, -0.0065727965, -0.00945120584, -0.0339241102, -0.0891278908, -0.0130684925, 0.0222948231, 0.0269079879, 0.00307597872, -0.0169235058, 0.0198533144, -0.0237982776, -0.0270364881, 0.0124067152, 0.024337979, -0.0265224874, -0.00124484778, 0.00923275482, -0.0066498965, -0.0121047394, 0.00407025078, -0.0178230088, -0.00925203, 0.000942068698, -0.0272934884, -0.0130427927, 0.0257514846, -0.00889865402, -0.00875087827, 0.0233999267, -0.0199432652, -0.00435616402, -0.000979815726, 0.00506934151, -0.000266437593, 0.0198276155, -0.00514001679, 0.0394753292, 0.00449430197, -0.0220763721, 0.0078064003, -0.00472239032, -0.00707394816, 0.0029330221, -0.00921348, 0.0290153939, -0.0186711103, 0.00932270568, 0.00824330188, 0.0338213108, -0.00957970601, -0.00597848184, -0.0165637042, 0.0067398469, -0.0117513631, 0.00709322328, -0.00841677748, -0.0237597283, -0.0152787, 0.0167950056, -0.00634792075, 0.00212346949, 0.0126058916, 0.0356460176, 0.0646614134, -0.00262140855, -0.0323821045, 0.0121432897, -0.00850030314, 0.00668202201, -0.00744659919, 0.026136985, 0.0213824697, 0.014045096, -0.00453606481, -0.0291695949, 0.000152694643, 0.033358708, -0.00313541014, 0.0122525152, -0.00030679474, -0.00558655569, -0.00158778334, -0.0114686619, -0.0484446585, -0.0184012596, 0.016152503, 0.00339241116, 0.0206628665, 0.0131263174, -0.00810837653, -0.0204058662, -0.0176688079, -0.00909782946, 0.00497617852, 0.011937689, 0.00897575449, -0.000499946938, 0.00424051378, 0.0261498354, 0.0245435797, -0.0135053936, -0.0273705889, 0.0423023365, -0.0234256256, -0.0131263174, 0.00469026528, -0.00490871584, -0.0253274329, -0.0157541521, -0.0389613286, -0.0234641768, -0.0113144619, 0.0101836585, -0.00252021453, 0.00182309968, -0.00724099856, -0.0233999267, 0.00655352138, 0.0123424651, -0.00144000782, -0.0140836462, 0.00112518179, 0.000895487319, -0.0196991134, -0.00332494825, -0.000319042447, -0.022757424, 0.0103057334, 0.0151630491, -0.0264710858, -0.021176869, 0.0379590243, 0.025173232, -0.00497296639, -0.00149622676, -0.0256743841, 0.0300690979, 0.00343417376, 0.011128136, 0.00537774246, -0.00466456544, 0.00679767225, -0.00108743482, -0.025918534, 0.00751084927, 0.0255458839, 0.00568293082, -0.00185201224, -0.0287326928, -0.00607807, 0.0123167653, -0.0172062069, -0.0010922536, 0.00222145091, -0.0130941924, -0.0411715358, -0.0165380035, 0.0110253356, -0.0298634972, 0.01531725, 0.0370081216, -0.00684264721, -0.00719602359, 0.00502115395, 0.0275504906, 0.0076457751, 0.0102479085, 0.00859667826, 0.0105177592, 0.010447084, 0.00301012234, -0.0295036957, 0.0144434469, 0.00114124431, -0.00506612891, 0.00899502914, 0.0110895857, 0.00552873034, -0.000387107517, 0.00485410355, -0.00812122691, 0.0136338947, 0.00728597399, 0.00482519064, 0.0359287187, 0.00259410217, -0.0175917074, 0.0191851128, -0.0204701163, -0.01224609, 0.0422252379, 0.0214081705, 0.00596241932, -0.0126572913, 0.028552793, 0.0182984602, 0.00221502595, 0.00088183413, -0.0119890887, -0.00384537503, -0.0276789907, -0.00139422959, 0.0204829667, -0.00893720426, 0.0142892469, -0.00733737415, 0.00463244, -0.0139808459, -0.013113468, 0.0109610856, 0.00266477745, -0.0153943505, 0.00219575083, 0.0139422957, -0.0217294209, 0.0173218567, 0.0178101584, 0.0324078053, -0.00754939951, 0.0288611948, -0.0172190554, -0.0125030912, -0.0140579455, 0.003549824, 0.0252246317, -0.00382288755, -0.000792686944, -0.0142378462, 0.0053327675, -0.00356588652, -0.00294587202, -0.0164223537, -0.00135648251, -0.0117963385, 0.0118091889, 0.0154843, -0.00986240711, 0.0109546604, -0.000698721036, -0.00428227661, -0.0040092133, -0.00522996718, -0.0151630491, 0.00279006525, 0.00141270144, 0.0240809787, 0.00981743168, -0.0113208871, 0.0192493629, -0.0148931984, -0.0469026528, -0.0120019391, -0.00651497114, 0.00106815971, 0.0215752199, 0.0146361981, 0.015767, -0.0175146069, 0.0330503061, -0.0132226935, -0.0023130076, 0.00544199254, 0.0189666618, -0.0439985432, -0.0136981448, 0.00244632666, 0.017951509, -0.00200460665, 0.0114750871, -0.0279616918, -0.00253145816, 0.013299793, -0.00515607931, -0.00559940562, -0.0107811848, -0.0163067039, 0.0237725768, 0.0235027261, 0.00633185823, 0.0195063632, 0.000858543441, 0.00812765118, 0.0152273, 0.0151630491, 0.00495369127, 0.0212925188, -0.000487498473, 0.0265481863, -0.0237597283, 0.00303582242, 0.024929082, 0.00545484293, 0.0322279036, -0.00187128736, 0.0204444174, 0.0230786745, -0.0219478719, 0.0179643594, 0.0111152865, 0.00642502075, -0.0310457014, -0.0167179052, 0.0100615826, 0.0148803489, 0.0252760332, 0.0111409863, -0.00564438105, 0.000989453285, -4.48496576e-05, -0.00123761967, -0.0288354941, -0.00727954879, 0.00144723593, -0.0129849678, -0.000844890252, 0.0305574, -0.0128693171, 0.00730524864, 0.0104149589, -0.000362411345, 0.00484446576, -0.0291695949, -0.0229244754, -0.00840392709, 0.0180286095, 3.01674809e-05, -0.0122011146, -0.00769717526, 0.0412743352, -0.000504765718, 0.0161653534, -0.0192493629, 0.0107426355, -0.0109932106, -0.00298442226, 0.00395138795, -0.00723457383, -0.00617444515, 0.0343610123, 0.00622584531, 0.000781844719, -0.028398592, -0.00316111022, 0.00300530344, -0.0139936954, 0.014199296, 0.00455534, -0.00666274689, -0.0167179052, -0.0118927136, -0.0129721174, -0.00187289366, -0.00440756418, 0.0183370095, 0.0191722624, 0.003341011, -0.017578857, -0.0190823115, 0.0386015251, -0.000207407706, 0.0316882022, -0.0125352163, -0.00427585142, 0.0175274573, 0.00878942851, 0.00758152455, 0.0059495694, 0.0186968111, -0.00455212733, -0.00725384848, 0.0392440297, 0.00304224738, 0.00559940562, -0.00889222883, -0.0251989327, 0.0307116, -0.0265481863, -0.00703539792, -0.0167307537, -0.0114172623, 0.001403064, 0.0102864588, -0.0193393137, -0.00447181473, -0.00652460894, 0.0233356766, 0.00754939951, 0.0241066795, -0.0228859242, 0.00860952772, 0.00206403807, 0.028989695, -0.00832682755, -0.00655673398, -0.0369567201, -0.0266766865, 0.0214981195, 0.00378433731, -0.00745302439, 0.00511752907, -0.0209327191, 0.0373679213, -0.01224609, -0.0278074909, 0.00694544753, -0.00205279421, -0.00816620141, -0.00950903073, 0.00185201224, 0.0207014177, 0.0270621888, -0.0208170675, 0.00650533382, 0.00426300149, -0.0268051866, -0.000289728283, 0.0042565763, 0.0267794877, 0.00498260371, -0.00538095506, -0.0151887499, -0.030788701, -0.00921348, -0.00088022789, -0.00918135513, -0.0220378228, -0.000304586138, -0.0137495445, -0.00933555514, -0.0113208871, -0.0175017565, 0.0117513631, 0.0281929914, -0.00106414407, 0.0114172623, 0.0493955612, -0.017733058, 0.0244022291, -0.0121497149, 0.024337979, 0.0180157591, 0.0104856342, -0.0229373239, -0.0146747483, 0.00566365616, -0.0182727594, 0.0204058662, 0.00707394816, -0.01240029, -0.0139936954, 0.0216266196, 0.0086352285, 0.00370723708, -0.0145847974, -0.0207014177, -0.000923596788, 0.00846175291, -0.0405547321, -0.00182309968, 0.00169620558, -0.00279167155, 0.00360764936, 0.00450072717, 0.0125801908, 0.0189152621, -0.00623227051, -0.00369117456, 0.012432416, 0.000349962851, -0.0365712196, -0.00448145205, -0.00204155035, -0.0142506966, 0.0241966285, 0.00828827731, -0.0281158909, -0.0128564667, -0.00121673837, 0.0122268153, -0.0198918656, 0.0100423079, 0.0200974662, -0.0152658494, -0.00756225, 0.0110253356, 0.000389516907, -0.00435295189, 0.0203287657, -0.0114301126, 0.0290410947, 3.85752246e-05, -0.0241323784, 0.0050757667, -0.00428548921, -0.0180286095, 0.0129656922, -0.0113722868, -0.00559940562, -0.0136595946, -0.00747872423, -0.00174439314, 0.00992665719, 0.0164866038, 0.0192750636, 0.0122653646, -0.0200203657, -0.0178101584, -0.0123617407, -0.00365583692, 0.00143117341, -0.0202902164, 0.017578857, -0.00221663225, 0.0126829911, 0.012772942, -0.0115072122, 0.011378712, 0.0154714501, 0.00190983748, 0.0102800336, -0.0258157346, 0.0220763721, 0.0234641768, -0.0170391556, -0.0228859242, 0.00734379888, -0.00615517, -0.00460031489, -0.0159854516, -0.0077293003, -0.00734379888, 0.014353497, 0.00388392527, -0.000512395403, -0.0210740697, 0.00621299539, 0.0031000725, -1.8384093e-05, -0.0182856098, 0.000494726643, -0.00776142534, -0.0125416405, 0.0125480657, -0.0219607223, 0.000819190172, 0.011006061, 0.023348527, 0.00090271543, 0.0697500259, 0.00995235704, -0.00221984484, 0.0035562492, -0.00304867234, 0.0166408047, -0.00570541853, -0.00344702369, 0.016833555, 0.00528458, -0.00974033214, -0.0126765659, 0.00916850474, -0.01078761, -0.0295293964, -0.00432725158, 0.0140579455, 0.00971463136, -0.00212507579, 0.0115007879, -0.0028478906, 0.0230529755, 0.00920063, 0.0281672925, -0.011378712, 0.00139342644, -0.0219735708, -0.0293237958, -0.00260373973, 0.0230786745, -0.00947690569, 0.00587568153, 0.0168464053, 0.0185940098, 0.0112694865, 0.0251218323, -0.000215840555, -0.00915565528, -0.018940961, 0.016370954, 0.00268244627, 0.0182470586, 0.0236440767, -0.00657600909, -0.0185811613, 0.0269336887, -0.0122075398, -0.00900145434, 0.0190951619, -0.00659849634, 0.00514644198, 0.0076457751, 0.00706752297, -0.00147454231, 0.0183241591, -0.00567650609, 0.00904000457, -0.0181442592, 0.000538095483, -0.0188895613, 0.0178487077, 0.00887295417, -0.0107619101, 0.00632864563, -0.00701612281, 0.0286041927, -0.00591423176, -0.00797345117, 0.0182213597, -0.0092970049, 0.00612304499, -0.0137366951, 0.002806128, -0.0282957926, 0.00850030314, -0.00145125156, 0.000630455208, 0.00708679808, -0.00988810696, -0.00697757257, -0.00612304499, -0.00219896343, -0.000440917065, -0.00682979729, -0.00558976829, 0.0117128128, 0.00550945569, 0.0209841188, -0.00257322099, 0.0230658259, 0.0166536551, 0.0142121464, 0.0114365369, -0.000693500682, 0.00477379048, -0.001038444, -0.0332045071, 0.000312617427, 0.00674627209, -0.00394817535, 0.000711571076, 0.0165380035, 0.0129078673, -0.00497296639, 0.0179643594, -0.00878300332, -0.000158115756, -0.0223076735, 0.0059495694, -0.0130877681, 0.0064892713, -0.0145976478, -0.0192879122, 0.010665535, -0.012618741, -0.0124709653, -0.0162167531, -0.0228345245, -0.00416341377, 0.00412807614, -0.00511752907, -0.0151630491, -0.00463565253, 0.00640895823, -0.0275247898, 0.0119633889, -0.0182856098, -0.00113321305, -0.0219478719, 0.00903357938, -0.0220249724, 0.0132098431, 0.00851957779, -0.00803770125, -0.0136210443, -0.00150184869, 0.0119441142, 0.00611340767, 0.0183884092, -0.00169620558, 0.0140964957, 0.00682979729, 0.00841677748, -0.0131712928, 0.000513198553, -0.0214724205, 0.0280387923, -0.0170648564, -0.00122798211, -0.0077293003, -0.00370723708, -0.00257000839, -2.94647452e-05, -0.0135053936, -0.0058660442, 0.00914280489, -0.00174439314, -0.0101900836, -0.00544199254, 0.0190951619, 0.0147132976, -0.0253531318, 0.00670772186, 0.00313219777, -0.0314826034, -0.000463806209, 0.00713177305, -0.00488301599, -0.00664347177, 0.0189024117, 0.00329282321, -0.00963110663, -0.0109546604, 0.000417626376, -0.0346694142, 0.0071895984, 0.0224747229, 0.00854527764, -0.00725384848, 0.023438476, 0.00303421612, -0.021857921, -0.0120019391, -0.00875087827, 0.00215077586, 0.00144964538, -0.0200717654, 0.0125801908, -0.00525887962, -0.0186839607, 0.00240617036, 0.0248648319, -0.000814371393, -0.0065695839, -0.00831397716, -0.00758794975, 0.00184558728, 0.0181057099, -0.0141221965, -0.0151887499, -0.00187610614, 0.000157413015, -0.00329282321, -0.0175146069, -0.00628367066, -0.0167693049, -0.0107362103, -0.0240938291, 0.0235798266, 0.0102993082, -0.0308144, 0.0136595946, 0.0087958537, -0.000800316688, 0.0104021085, 0.0382417254, -0.00170584302, 0.00610055728, -0.0118348887, 0.0264453869, 0.00390320015, -0.00660492154, 0.0133511936, 0.0305831, -0.00753654959, -0.000742089935, -0.00314986659, -0.0270621888, -0.000632463, -0.00349199888, -0.00837822724, 0.00036120665, 0.0229373239, -0.0100101829, 0.0048733782, 0.0257257838, 0.00920063, 0.0078064003, 0.0194164142, -0.0131969927, -0.0195192136, 0.0145205474, -0.0231043752, 0.00205118791, -0.0147903981, -4.2691252e-05, 0.0154200504, 0.0191465616, 0.0106848096, -2.45204901e-05, -0.0148160979, -0.0126058916, -0.0144948475, -0.00296514714, -0.00416341377, 0.00956685655, 0.000799513538, -0.0157156, -0.0112502119, -0.00743374927, -0.00695187273, 0.0103314333, 0.00733094895, 0.000546528317, 0.0164866038, 0.0155614009, -0.00126171345, 0.0235798266, -0.0134796938, -0.00749157462, 0.00948333088, -0.016833555, 0.0137366951, 0.00811480172, -0.0102093583, 0.0080120014, -0.0169620551, -0.00776142534, -0.00672057178, 0.0245949794, -0.00151951751, -0.0123360399, -0.00443326449, -0.0205215178, -0.0103121586, 0.0115778875, 0.0264196862, 0.00201906287, -0.00659207162, -0.00432725158, -0.00921990536, -0.0023146139, -0.00722172344, -0.00726027368, 0.0272934884, 0.007844951, -0.0222177226, 0.0169749055, 0.0207656678, 0.0180543084, -0.0034662988, 0.0157927014, 0.0194421131, 0.019069463, 0.00398030039, -0.00209937571, -0.00224715099, 0.00967608113, 0.00107056915, 0.000438507675, 4.36198679e-05, 0.0191337131, 0.0102800336, 0.0203544665, -0.00391283771, -0.0172190554, -0.008680203, 0.00666917162, 0.013299793, -0.0169492047, -0.00878300332, -0.00959898159, 0.0102671832, -0.0134539939, -0.0279873908, -0.0216266196, 0.018632561, -0.0100166081, 0.00153798936, -0.00322054187, -0.0202388167, 0.00544199254, 0.00281255296, 0.00948333088, -0.0168592557, 0.0184526611, -0.0080634011, 0.00458425237, -0.007844951, 0.028552793, -0.0212154184, 0.03317881, -0.000381485617, 0.0244536307, -0.0165251531, -0.00633185823, -0.00516892923, 0.00670129666, -0.00947690569, -0.0097467564, 9.13055701e-05, -0.00221984484, -0.0223076735, -0.00756867463, 0.00707394816, 0.0156642012, 0.00698399777, 0.0230015758, -0.000377871533, 0.00263104611, 0.00615838263, 0.01240029, -0.00997805782, -0.00845532771, -0.0155742504, 0.0172961559, -0.00416341377, -0.00245757052, 0.00201745657, 0.0354147144, 0.00645072106, -0.00297960336, -0.0214595702, -0.00500187883, 0.0120854648, 0.0125095155, -0.0199304149, 0.00137495447, -0.0167950056, -0.00157091767, 0.0077228751, 0.0190309118, 0.000604353554, -1.94131e-05, 0.000244552357, -0.0156770516, -0.00243347674, 0.00326872943, -0.00268887123, -0.00265192729, 0.0209327191, -0.0103635592, -0.0017540307, -0.011719238, -0.027627591, -0.00120469148, -0.0154714501, 0.0197248142, -0.0393211283, 0.0329989083, -0.0156128006, -0.00596241932, 0.0169877559, 0.00979815703, 0.0265738871, 0.00968893152, 0.00193232507, 0.00313380407, 0.00104727841, 0.00761365, 0.0284499936, 0.0148417987, -0.0160497017, -0.0362371169, 0.00506612891, 0.00519784214, 0.0129142925, 0.0149831492, 0.00598811964, -0.0194806643, -0.0364941172, 0.00839750282, 0.00671414705, -0.00293944706, 0.00186004362, -0.0120404894, 0.00499224151, 0.0100872833, 0.0289382953, 0.00642180862, -0.031097101, -0.0176688079, -0.00511752907, 0.00705467304, 0.0146233477, 0.00871875323, -0.00655673398, 0.0103828339, -0.0123167653, 0.0172576066, 0.00749157462, 0.00675912201, -0.00432725158, 0.0183113106, 0.00176045578, 0.00261980225, 0.011160261, -0.0107747605, -0.0128628919, -0.00232264516, 0.00288001564, -0.0115714632, -0.0262526348, -0.00439471425, 0.00142876408, -0.0368539207, -0.0173090063, -0.0152144497, -0.0024832706, -0.00496975379, -0.0108711356, 0.00194838759, 0.00206082547, -0.0311485, 0.0013267668, -0.0162039027, -0.00134523876, 0.0268308874, -0.0041730511, -0.00684907241, -0.0114815123, 0.000399555982, -0.00998448301, 0.0157027505, 0.0190180615, -0.0188895613, -0.00178776204, 0.00904643, 0.00476094056, 0.0184526611, -0.0311742015, -0.00389356259, 0.00167693046, 0.0118991388, 0.0232457258, 0.00259892107, -0.00383573747, 0.00797345117, -0.0222948231, 0.0332816094, -0.0149959987, 0.0296321958, -0.00740162423, 0.0231814757, -0.00869947858, 0.0031032851, -0.00255233957, -0.0246592313, -0.00264229, 0.0123360399, -0.00330567337, 0.00894362945, -0.0165508538, -0.0156642012, -0.0106526846, -0.0190052111, -0.0141221965, -0.00323178549, -0.00966323167, -0.012278215, -0.0145205474, -0.00191626255, -0.00959255639, -0.000688280386, 0.00286234682, -0.0171162561, -0.00490871584, -0.00621620798, -0.00203191279, -0.00536168, -0.0144562973, -0.0136852944, -0.00816620141, -0.0106269848, -0.00343738613, 0.00588210672, 0.00037485981, 0.0110446112, -0.000856134051, -0.00881512836, -0.00690047257, -0.000804733892, 0.00433688937, 0.0242865793, 0.0147775486, -0.00707394816, 0.00728597399, 0.00799915101, -0.00678482233, 0.000941265549, 0.00603952, -0.00184558728, -0.00662419666, -0.0195963141, -0.0179643594, -0.00745302439, -0.0159083512, 0.0124581158, 0.00543556781, -0.0127022667, 0.0128179165, -0.0058692568, 0.00929058064, 0.00959255639, 0.0136210443, -0.00339883612, 0.0192493629, -0.0329989083, 0.0361857191, -0.00153397373, -0.00220056972, 0.0240809787, -0.0147004481, 0.0219093207, 0.00893077906, -0.0222177226, 0.00138780451, 0.0230658259, -0.0256615337, 0.0139294453, 0.0335900113, 0.00488301599, 0.00504042907, -0.016370954, -0.0187482107, 0.00086095283, 0.00963753182, -0.0299405977, 0.00428870134, 0.00951545592, -0.00812765118, -0.00742089935, 0.00285592186, -0.0255201831, 0.0192365125, 0.00398351299, 0.0100487331, 0.00317074778, 0.0132612437, -0.000569819065, 0.0102414833, 0.000928415509, 0.00135407317, 0.0169106554, 0.0208042171, 0.00169781176, 0.0178872589, -0.00584355649, 0.0170648564, -0.00847460236, 0.0120019391, 0.0029330221, 0.00905285496, 0.0118991388, 0.0192365125, 0.0054162927, -0.00158617704, 0.0183627103, -0.031277, -0.00969535671, 0.0152787, 0.000363214465, 0.0113337366, -0.00823045149, -0.00857740268, -0.0153301, -0.0127151161, -0.0219607223, 0.0094190808, -0.00186486228, 0.0135696447, 0.00508861663, -0.00954758096, 0.0141478963, 0.00866092835, 0.0225646738, 0.000706752297, 0.00247202674, 0.00619693287, -0.0186582617, 0.0146104973, 0.00538095506, -0.0140193962, -0.0260984357, -0.00318359793, 0.0113979876, 0.00833325181, -0.00919420458, -0.020739967, -0.00280773407, -0.00681052217, -0.021549521, -0.00935483072, -0.00147373916, -0.00866735354, 0.0179386586, 0.0113594374, -0.0311485, 0.01847836, -0.0261498354, 0.0248776805, -0.00928415544, -0.0213696193, -0.00399636291, 0.00965680648, 0.0225903746, -0.00624190783, 0.0235798266, -0.0120147895, 0.00238850154, 0.003681537, -0.0143791968, -0.00635755807, 0.00491835363, 0.0100937076, -0.00365262432, 0.0141350459, -0.019069463, -0.023130076, -0.000658966193, -0.014045096, 0.00281094667, 0.00161107397, -0.00881512836, 0.0134668443, -0.0323564038, 0.000646517728, 0.0160754025, 0.0231814757, 0.00191305, -0.0116100125, 0.00670129666, 0.0192108136, 0.0142892469, -1.47449209e-05, -0.0110124862, 0.0159597527, 0.00546769286, 0.00635755807, -0.0202259663, -0.0134539939, -0.0152273, 0.0148160979, 0.0111731114, 0.0047063278, -0.0105306096, 0.0316111036, -0.00653103366, -0.0125994664, 0.0263939854, -0.0316882022, 0.00358837424, 0.0227831248, -0.000787466648, -9.37149525e-05, -0.000259209453, -0.0162296034, -0.0187482107, 0.0270878877, 0.0156513508, -0.0214981195, -0.00860952772, -0.0112630613, -0.013299793, -0.0214338694, 0.00996520743, -0.0149959987, 0.00455855252, -0.00939338095, 0.0304289, -0.00644750847, 0.00581143145, 0.0139808459, 0.00697757257, -0.0137495445, -0.00225839484, -0.00281897793, -0.0100680077, 0.0375992209, 0.00971463136, 0.0224233232, 0.0131841432, -0.00126733538, -0.024029579, -0.000807946373, 0.00428548921, 0.0123617407, 0.0231172256, -0.0231814757, 0.0171034057, 0.0147775486, 0.0109546604, -0.00850030314, -0.00424693897, 0.026136985, -0.00776142534, -0.0148417987, -0.000129002379, -0.0208684672, -0.00952830631, 0.0523253717, -0.0219735708, 0.00414413866, -0.00556728058, 0.0170391556, -0.0139936954, -0.00587889412, -0.00797987636, 0.0204701163, -0.0258414336, -0.0171548054, -0.00147373916, -0.0169492047, 0.0037650622, -0.00043971237, -0.00366547448, -0.003014941, -0.0261112843, -0.00307437242, 0.00644750847, 0.020739967, 0.00086978724, 0.00800557621, 0.00276436517, -0.0104920594, -0.0035562492, -0.00836537685, 0.00185201224, -0.00723457383, 0.0185297597, -0.00833325181, 0.0174246561, 0.00894362945, -0.0116228629, -0.0114365369, -0.0214467198, -0.0246463809, 0.0216009207, -0.00567329349, 0.0291181952, 0.0271135885, 0.0123745902, 0.000707957, -0.0158184022, -0.0044268393, -0.00972748175, 0.0206243172, -0.00813407637, -0.00653424626, -0.00826900173, 0.000320849475, 3.31290139e-05, -0.00754297478, -0.00503721647, 0.00497617852, 0.00795417558, 0.0158441011, 0.0109353857, 0.0163966529, 0.02480058, -0.00733737415, 0.00638325838, -0.00396745047, -0.0423537381, 0.00391283771, 0.00606521964, -0.00031964478, 0.0148931984, 0.00204315665, -0.0123231905, -0.00901430473, 0.00797987636, 0.0038261, -0.00735022407, 0.000672619382, 0.0156385, 0.0173475575, 0.0222048722, -0.00464529032, -0.00613589492, -0.0194549635, 0.0152144497, 0.00781282503, 0.0199561156, -0.0113594374, -0.00130026357, -0.000866574701, 0.00571505632, -0.00370081211, 0.0133126434, -0.0104213841, 0.0129335672, 0.0159854516, -0.0137752453, -0.00310810399, -0.0157156, -0.00671414705, 0.0120661892, 0.0069390228, 0.00859025307, -0.00292177824, -0.0171291064, 0.000178394723, -0.0017331494, 6.52541203e-05, -0.00409916323, 0.00876372866, -0.00551588042, -0.000346148, -0.0143920472, 0.022012122, 0.0135953445, 0.0085131526, 0.0351063162, 0.000832040212, -0.00819832645, -0.0142249968, -0.00325748557, 0.00106414407, 0.00382931251, -0.00824972708, 0.00125287904, 2.48467609e-06, 0.0153558, -0.0116357133, 0.0104021085, -0.000331691699, 0.0105434591, 0.0392183289, 0.00740162423, -0.00730524864, 0.00149783306, -0.012027639, 0.0081790518, 0.00618729508, 0.00590459444, -0.0112502119, 0.00305188494, 0.00186646858, 0.0147518478, 0.0153044, -0.0129721174, -0.00386786251, 0.0144691477, 0.00713177305, 0.0133126434, 0.0179129578, -0.000318440114, -0.00428548921, -0.0103828339, 0.0333330072, 0.00154843007, -0.00840392709, 0.00195963145, -0.00453285221, 0.0158569515, -0.01531725, -0.00672699697, -0.0112309363, -0.0159854516, -0.00649569603, 0.00771645037, 0.00733094895, 0.0185554605, -0.000417626376, 0.0233999267, 0.0102157835, -0.0124195656, -0.00927130505, 0.00672699697, 0.00749157462, -0.0263168868, 0.000689485052, 0.0178230088, -0.00409595063, -0.00302939746, 0.0221406221, 0.000307196315, 0.0182085093, -0.00959898159, -0.0101579577, -0.00102157833, 0.00120549451, -0.00270493375, -0.00502757868, -0.0135953445, -0.0025266395, -0.00566044357, 0.0125223659, -0.0178744085, -0.00959898159, 0.00963753182, 0.0057793064, -0.0161910523, -0.0110638859, -0.00538416766, 0.00375542464, 0.0078835, 0.00265032123, 0.00336992345, -0.0232842751, -0.0288868938, 0.0144819971, -0.0126894163, -0.0164223537, -0.0135053936, 0.00208170689, 0.0052492423, 0.00390962511, -0.00609092, 0.00932270568, 0.00787707604, -0.00691332249, -0.00293623446, 0.013299793, 0.0056668683, -0.0189666618, -0.0137752453, -0.00790920109, -0.0286555942, 0.015689902, 0.0240167286, -0.0111024361, 0.0135953445, 0.000583472196, 0.0284499936, 0.0185426101, -0.0125673413, 0.011038186, 0.0116742635, 0.00451678969, 0.00521711679, -0.00394817535, 0.00627082027, -0.00822402723, 0.00792847574, 0.0200075153, 0.00459067756, 0.0126380166, 0.012959267, -0.0117706386, -0.000565803435, -0.0253017321, -0.00352412392, 0.00593993207, -0.00534240482, 0.0075558247, -0.00957328081, -0.00679124705, 0.0204572659, 0.00713819824, 0.0133897439, 0.000805135467, 0.00938695576, 0.0064025335, 0.000532072037, -0.0203801673, -0.0334872082, 0.0224747229, 0.00841677748, 0.0337442085, 0.0120212138, -0.0119890887, 0.00285913423, -0.0171676558, 0.0126572913, 0.0105691599, -0.015767, 0.00796060078, 0.0100294575, 0.0189795122, 0.0264967866, 0.00476094056, -0.00854527764, -0.0314312, 0.00511752907, -0.00100390951, -0.037702024, -0.00773572503, 0.0171419568, 0.0245050304, -0.00271135895, 0.00294908462, -0.00223430106, -0.00750442455, -0.0275247898, 0.0023499513, -0.0175917074, 0.00224393862, -0.00101435021, 0.0122525152, -0.0176302567, 0.0076522, -0.00469669048, -0.00550303049, 0.00700327288, -0.0117256632, -0.0056989938, 0.000516411033, 0.0130813429, -0.0301204976, -0.00983028207, -0.00643787114, 0.0143663464, -0.0104406588, -0.014199296, 0.00580500625, 0.0151373493, -0.0163324028, 0.0160882529, -0.0198661648, 0.00166408042, -0.00735022407, 0.00916850474, 0.00963753182, -0.0215109698, -0.00194517511, -0.00906570442, 0.0126829911, -0.00515286671, 0.00223108847, -0.0126251662, -0.00469990261, -0.021857921, 0.00387107511, -0.00865450315, 0.012368165, -0.00275794021, -0.00124404463, 0.0239396282, -0.00232585752, -0.0138651952, -0.00853885245, -0.0170134548, 0.0220506713, 0.000270453223, 0.0141478963, 0.0106783845, -0.00306794746, -0.0199432652, -0.00128098857, -0.0226546247, 0.0140322456, 0.00410880102, -0.0137623949, -0.0158055518, -0.00224393862, -0.00262943981, -0.0194806643, 0.00459389, -0.00613268232, 0.00534883, -0.00312095392, 0.0199047141, 0.0122075398, 0.0160111524, 0.00264068367, 0.0214595702, -0.00456819, -0.0157927014, 0.008680203, 0.00238850154, -0.0176174082, 0.0175146069, -0.00469669048, -0.00684264721, -0.0156513508, 0.0168464053, 0.000646919303, 0.0137366951, -0.012278215, -0.00420196354, 0.000178294329, 0.0347979143, -0.018632561, -0.00257161469, 0.0132612437, -0.0115136374, -0.00785137527, 0.00274669635, 0.0127022667, -0.0162810031, 0.00750442455, 0.0189923625, -0.000797907298, -0.0136338947, 0.0157284513, 0.000633266114, 0.0131841432, -0.00826257654, 0.0105755841, 0.0236183777, -0.0160882529, 0.00346308621, -0.00774215, 0.0144948475, -0.00544199254, 0.00864807796, -0.00378755, -0.00429512653, 0.0429962389, 0.00614232, 0.0505006649, -0.00110831612, -0.00540665491, 0.00579215633, 0.0112437867, -0.00439792685, 0.00108743482, -0.0111666862, 0.0195577629, -0.00242383918, 0.00363013684, 0.000451357715, 0.00672699697, 0.0110960109, -0.00327515439, -0.0071060732, 0.0103635592, 0.00295069092, 0.0114108371, 0.00325587927, -0.000573834695, -0.011038186, 0.0243251286, -0.031097101, -0.00208491925, -0.0125480657, 0.0181314088, -0.0133897439, 0.0163452532, 0.0234770272, -0.0289125945, 0.00561225601, 0.00403812574, -0.0147775486, -0.0222562719, -0.014353497, -0.0253145825, -0.00539059239, -0.0125223659, 0.00201745657, -0.0122525152, -0.0110638859, -0.0226032231, 0.0047962782, -0.00474487804, -0.0088022789, 0.00730524864, 0.0158184022, -0.0350035131, -0.0228730738, 0.0201617163, -0.00638325838, -0.00719602359, -0.0011565038, -0.010106558, -0.00339883612, -0.00144241715, 0.000695107, -0.0024399017, -0.0270878877, -0.0242865793, -0.00199496909, -0.0146747483, -0.00250254571, -0.0106205596, 0.0326648057, -0.0115907378, 0.0169106554, 0.00086336222, 0.026136985, -0.031534, -0.0184012596, 0.00601703208, 0.00423730118, -0.00533919223, 0.0119312638, 0.0107233599, -0.0066498965, -0.00331852329, -0.0148417987, 0.0218193717, 0.00171869306, 0.0164223537, 0.0180800091, 0.00184398098, -0.00552230561, -0.0040027881, 0.00363334944, -0.000204395983, 0.00376184983, -0.00706752297, 0.00228730752, -0.000524843927, -5.48134594e-05, -0.0105049089, -0.00575039396, -0.0153686497, -0.0157027505, 0.0011565038, -0.0225903746, -0.00288322824, -0.0054966053, -0.00165604916, -0.0226417743, 0.00166086794, -0.0054162927, 0.00760722486, 0.00633507082, 0.0297863968, -0.00544520514, 0.00259249588, 0.0211383197, 0.00376827479, -0.0100358827, 0.00331209833, -0.0064924839, -0.00857097842, -0.014944599, 0.024337979, 0.0244150795, 0.028398592, 0.00726027368, 0.00932913087, 0.0161782019, -0.00810837653, 0.00483161584, -0.000345545646, 0.0132869435, -0.0115843127, 0.00169941806, -0.0167950056, -0.0187610611, -0.0271392893, -0.0143663464, 0.037547823, 0.00751727447, 0.0088022789, -0.00934840553, 0.0147004481, 0.00326872943, -0.0158441011, -0.0338984095, -0.0149188982, -0.00885367859, -0.0219350215, -0.0040863133, 0.000225478085, -0.0179643594, -0.00992665719, 0.00979815703, -0.00251378934, -0.00892435387, 0.00391605031, -0.00740804896, -0.0233870763, -0.000302578323, 0.00726027368, 0.0206114668, 0.0180543084, 0.013672445, -0.00461959, -0.0175403077, 0.0209969692, 0.0033827736, 0.015689902, -0.00558976829, 0.000979815726, -0.0174503569, 0.0163581036, 0.00824330188, -0.00604915712, 0.0156128006, 0.000288724375, 0.00332494825, -0.0225132741, 0.00116694439, -0.0166151039, -0.00353697408, 0.00479949079, 0.00415698858, 0.00580179412, 0.00741447415, 0.0227188747, -0.00349842384, 0.002976391, 0.00636719586, 0.00360764936, 0.0107683353, 0.0130620673, -0.0151758995, -0.00683622248, -0.0148674985, -0.0162296034, -0.00489907851, 0.00923275482, -0.0118670138, 0.000394536444, -0.0229373239, -0.0219093207, -0.00760722486, -0.00206725043, 0.00159822393, -0.0015074705, 0.00774857542, 0.0172576066, 0.0191080123, -0.0114429621, -0.00745302439, 0.0119312638, -0.0121561401, -0.00851957779, -0.0156385, -0.0130813429, -0.00683622248, 0.00376827479, -0.0140964957, -0.0085131526, 0.00394817535, 0.0332816094, -0.0078578, 0.00975960679, 0.011192387, 0.00535204262, 0.0126637165, 0.0113144619, 0.0228987746, 0.00747229951, 0.0154200504, -0.0175531581, -0.0119441142, -0.0190566126, -0.0229630247, 0.0142763965, 0.0152401496, 0.0254302323, 0.0247363299, 0.028398592, 0.00122316333, 0.0253531318, 0.0162039027, 0.0539701767, -0.0123103401, 0.00234673894, 0.00331209833, -0.00928415544, 0.0134411436, -0.014944599, -0.00856455322, -0.000283303263, 0.00138539518, 0.00174921192, -0.010665535, 0.0188381616, -0.00132114498, 0.00223751366, 0.0106269848, 0.0141478963, 0.0016688992, 5.23538802e-05, 8.96491183e-05, -0.00148417987, 0.0181442592, 0.0225518234, -0.00338919857, -0.00126171345, -0.024119528, 0.0116806878, -0.00643465854, 0.00336992345, 0.0139165958, 0.00275954651, -0.0103121586, -0.00893077906, 0.0123360399, -0.0119633889, 0.00627724547, -0.00741447415, -0.00175884948, -0.00925203, 0.00345666124, -0.0197762139, -0.0125030912, 0.0203673169, -0.0119184135, -0.00920063, 0.0149702989, -0.00358516164, -0.00522354199, -0.00561868073, 0.000518017332, -0.0140707958, 0.0158698019, 0.0271392893, 0.0159726012, 0.0131263174, 0.0119248386, 0.00986883231, 0.00607485743, 0.000297558785, -0.00377791235, -0.00176206196, -0.00409595063, -0.00756867463, 0.000485089084, -0.0164994542, 0.0114879375, -0.0149959987, 0.00838465244, -0.0024816643, -0.000173375171, 0.0010713723, -0.00368474959, -0.000410799781, 0.00211383193, 0.0196862649, 0.0105498843, 0.0150216985, -0.0147903981, 0.0183498599, -0.00813407637, -0.0230658259, 0.0240167286, 0.00236922642, 0.00467420276, 0.0155228507, -0.00992665719, 0.00690689776, 0.00808267668, 0.00308079761, 0.0242351796, 0.0136595946, 0.02449218, -0.00146651105, 0.00663062185, 0.00785137527, -0.00454891473, 0.00694544753, -0.00194035633] |
29 Sep, 2024 | How To Publish Your Website On Wordpress?
29 Sep, 2024
Publishing a website using WordPress has become a popular choice for individuals and businesses looking to establish an online presence. WordPress offers an easy-to-use platform with customizable features that cater to a variety of needs. This article will describe the steps needed to successfully publish your website on WordPress, from choosing a domain and hosting to optimizing your site for search engines.Steps To Publish Your Website On WordPress:Step 1: Setting Up Your Domain and HostingCreate an Account on WordPress.comVisit WordPress.com.Click Get Started and sign up for a free account.Choose a Free SubdomainDuring setup, choose a free WordPress subdomain (e.g., yourname.wordpress.com). Setting Up Your Domain and HostingStep 2: Installing WordPress (Pre-installed on WordPress.com)WordPress is pre-installed on WordPress.com, so you don’t need to manually install it.You will be taken directly to the WordPress dashboard once you complete the sign-up process.DashboardStep 3: Choosing a ThemeGo to Appearance > ThemesIn the WordPress dashboard, navigate to Appearance > Themes.Choosing a ThemeClick free in View dropdown to browse the free themes available.Choosing a ThemeActivate Your Chosen ThemeChoose a theme you like, click on Activate this design.Activate Your Chosen ThemeStep 4: Customizing Your SiteAccess the CustomizerGo to Appearance > Customize to modify your website’s look.Customizing Your SiteModify SettingsYou can change the site title, tagline, colors, and site icon using the options available.Customizing Your SiteStep 5: Adding Pages and ContentCreate a New PageGo to Pages > Add New to create essential pages such as Home, About, and Contact. Adding Pages and ContentEnter Title and ContentUse the Gutenberg block editor to format content, add images, and insert media.Adding Pages and ContentStep 6: Installing Plugins (Limited Access on WordPress.com Free Plan)WordPress.com free plan has limited plugin access. However, you can use built-in features for SEO, social sharing, and contact forms.Installing PluginsStep 7: Optimizing for SEO on WordPress.com:Optimize Your Post/Page Titles and HeadingsWhile creating or editing a page or post, make sure to use SEO-friendly titles and headings.Use the Gutenberg editor to add proper heading tags (H1, H2, etc.) to your content.Use SEO-Friendly URLs (Permalinks Automatically Generated)WordPress.com automatically generates a URL slug based on your post/page title. You can manually edit this by going to the Post Settings panel on the right-hand side of the editor.Add Meta Descriptions and Keywords (Limited on Free Plan)For advanced SEO features like adding meta descriptions and keywords, you may need to upgrade to a higher plan or use built-in SEO tools on WordPress.com (limited for free users).Step 8: Previewing and Publishing Your WebsiteUse the Preview FeatureIn the editor, click the View button to see how your page looks before it goes live. Publish Your Website On WordpressPublish Your PagesAfter previewing, click the Launch site button to make each page live.Step 9: Maintaining Your WebsiteCheck for Updates RegularlyWordPress.com handles updates automatically, but you should regularly check for new features in the dashboard.Backup and Site Maintenance (Handled by WordPress.com)Backups and security are automatically managed by WordPress.com on the free plan, so manual action is not required. Publish Your Website On Wordpress
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons/How to use Font Awesome Icon as a Cursor?/How to Use Font Awesome On Your WordPress Website?/How to Add Custom Logo to WordPress Website ?/How to add FTP like file manager to your WordPress Website ?/How to Setup a Subdomain on Your WordPress Website ?/How To Publish Your Website On Wordpress? | https://www.geeksforgeeks.org/how-to-publish-your-website-on-wordpress/?ref=next_article | CSS | How To Publish Your Website On Wordpress? | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, How To Publish Your Website On Wordpress?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, How to Add Custom Logo to WordPress Website ?, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Use Font Awesome On Your WordPress Website?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to use Font Awesome Icon as a Cursor?, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to add FTP like file manager to your WordPress Website ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to Setup a Subdomain on Your WordPress Website ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.0106483493, 0.00266617653, -0.00991774071, 0.011798786, 0.0128347231, -0.00426915381, 0.0301839542, 0.0191484913, -0.0441418514, 0.0312744156, 0.0611094236, -0.033673428, -0.0219400711, -0.0485036969, -0.0093561532, -0.0269125719, -0.0228342488, -0.00692987815, 0.0117878811, 0.00870733, -0.0154736387, -0.0226379652, -0.056311395, 0.0121041145, -0.0155499708, 0.0180689357, -0.0165313855, 0.0198463872, 0.0238156635, 0.0188431628, 0.0444689915, -0.0085274037, -0.0444908, -0.00616655592, -0.0141977994, -0.00624288805, 0.0116352169, 0.0181779806, -0.0554826446, 0.00335316686, 0.0104902331, 0.00784041267, 0.0137834242, -0.0285046455, -0.0114825517, 0.00595936831, -0.00844561867, -0.0392565876, 0.00894177891, -0.0179816987, 0.00809121877, 0.0172947086, 0.0212094616, 0.0102067133, -0.0209041331, 0.0288317837, 0.0197918639, -0.023684809, -0.0303802378, -0.00991774071, 0.0357671157, -0.00615565106, 0.0220164042, 0.0118751181, -0.0125730131, 0.0468898155, -0.037664514, -0.0278939866, -0.0365522467, 0.00299876719, 0.0103321159, 0.0164114349, -0.019432012, 0.00427460624, -0.00511153508, -0.0196937211, 0.0175018962, -0.00932889245, 0.037664514, 0.0440328084, -0.0182870273, -0.0538687631, -0.00618836517, -0.0172074717, -0.0300312899, 0.0432694852, 0.00126493454, -0.0568348169, 0.0575763285, 0.0294642504, -0.000318278238, -0.0267817173, 0.0275450405, -0.0105556604, 0.0298131984, -0.0052832826, -0.000190489867, 0.0105393035, 0.00897449255, 0.031754218, 0.00541141164, -0.0109046083, 0.00351128378, -0.0418518856, -0.0607168563, -0.00194374635, 0.0413502716, -0.0150047401, 0.0091707753, -0.0300312899, 0.0172947086, -0.0343277045, -0.00181970641, 0.00740422867, -0.0294206329, 0.0202825703, 0.0221472587, -0.0502920523, 0.00959605537, 0.00137329905, 0.0184505973, 0.0241646115, 0.0205006637, 0.0406959951, 0.00122063456, 0.0355926417, -0.019181205, -0.0625924468, 0.0199009087, -0.00459629204, 0.0167385731, 0.0187559258, 0.0160188694, 0.0367921479, 0.00750237, -0.00115588843, 0.00427188026, 0.00118042377, 0.0231395774, -0.0231831968, -0.00957424566, -0.00833112, -3.48649264e-05, -0.0100976666, 0.00563768251, 0.048590932, 0.0257566832, 0.0377517529, 0.0161824375, -0.0589721203, -0.0379698463, -0.00241673365, 0.00920348894, 0.0565731078, -0.0121804466, -0.0151465, -0.0157353487, 0.0161279161, -0.0188431628, 0.0157571584, -0.0148629807, -0.0259965844, 0.03227764, 0.0128129143, 0.0127147725, 0.0432912931, 0.0318850726, -0.0117551675, -0.0451450758, 0.00769320084, 0.00671178615, 0.0111227, -0.0232704338, 0.0261056311, -0.0589285, 0.0191157777, 0.0183306467, -0.0193120614, 0.0399326757, 0.00934524927, -0.0155172572, 0.00365849608, -0.0105611132, 0.00187559251, 0.0188213531, 0.0401725769, -0.00546320854, 0.0215366, -0.0083147632, -0.00100867625, -0.0367703363, 0.0027029796, 0.00984140858, 0.0142741315, 0.0271524731, -0.0303366184, 0.0116570257, 0.0467153415, 0.0181234591, -0.0201844294, -0.0224198736, -0.00936705805, -0.0349819809, 0.0201408099, -0.00962876901, 0.0485473163, 0.0106265405, -0.0130964341, 0.0276540853, 0.0351128392, 0.0290062577, 0.0335425735, -0.0235757623, -0.00758960703, -0.0354181677, 0.00252441666, -0.0140996585, -0.0104847802, -0.00885454193, -0.036879383, -0.0377517529, 0.00393656362, -0.0208278019, 0.0123113021, -0.0297477711, -0.0321685933, 0.0146339843, -0.0287881643, 0.033564385, 0.0575327128, 0.0174582768, -0.0185160246, -5.48425123e-06, 0.0231177695, -0.0212857947, 0.0178944618, 0.0372937582, -0.0141759906, -0.0628541633, 0.0267817173, 0.0312962234, -0.0304020476, -0.0038820405, 0.0297913887, -0.0153209744, 0.010064953, -0.00346221309, -0.0196282938, 0.0051278919, 0.00168476196, 0.0266944803, 0.0144267967, -0.0083147632, 0.0365740545, 0.00381388655, 0.033608, 0.0103484727, -0.0052832826, 0.0180689357, 0.0443599448, 0.0306855664, -0.0093179876, 0.0188540667, -0.00279430579, 0.0151574053, 0.0279812235, 0.0331282, -0.0451014601, 0.0182106961, 0.00588848814, -0.00671723858, -0.026978, 0.0534761958, 0.0295296777, 0.00916532334, 0.0130419107, 0.0216347426, 0.0135544278, -0.00895268284, 0.0116025032, 0.0403034315, -0.0121586379, -0.0166295264, 0.0408704691, 0.00320868078, -0.0403906666, -0.0270652361, -0.0215584096, -0.0483728424, 0.010326664, -0.00250533363, -0.0254513547, 0.0364868194, 0.00331227458, 0.0451014601, 0.00115929614, -0.0141214672, 0.00434548641, -0.0355054028, 0.00554226711, 0.0341532305, 0.0103048543, -0.0128565328, 0.0189304, -0.0188758764, 0.0272615198, -0.00407287106, -0.0149065992, 0.0337388553, -0.0182434097, 0.0317760259, -0.0193556789, -0.00723520759, -0.0284392182, 0.00789493602, 0.063246727, 0.0628105402, 0.00637919549, -0.0154300202, -0.0324957334, -0.00598663, -0.038973067, -0.035134647, 0.0409140885, 0.00128606218, -0.0141214672, -0.00331227458, 0.00209504785, 0.0141105624, -0.0260183942, -0.0120168775, -0.0611966588, 0.0246226043, -0.00507336902, 0.0197809581, -0.00821662229, -0.0275668483, 0.0533017218, 0.0367485285, 0.00145849132, 0.0229214858, 0.00389839732, 0.00397472968, -0.0117006442, 0.0478058, -0.00230768765, -0.0183197409, 0.00047878045, 0.010670159, -0.0290280655, 0.000830113306, 0.0256912559, 0.0146012697, 0.0129655786, 0.00870733, 0.00660274, 0.0193883926, -0.0444471836, -0.0155172572, -0.0052505685, 0.0187995434, -0.0039910865, -0.0181016494, -0.00565403933, 0.0159425363, -0.046235539, 0.001084327, -0.0314706974, 0.0576199479, -0.0310781319, -0.0158553, 0.0180907454, -0.00526965177, -0.0274141841, -0.0217219796, 0.0413502716, -0.0246007964, 0.00919258408, -0.0377953723, 0.010495685, 0.0188867804, 0.0249279346, -0.00190149096, 0.0246007964, 6.07420734e-05, -0.0519495532, 0.0334335268, -0.0206751358, 0.0395401083, 0.00633012503, -0.0499431044, 0.0434003398, -0.00716432743, -0.0509027094, -0.0166077185, -0.0172728989, 0.0225725379, -0.0159098227, 0.0192902517, 0.0194865335, 0.00541686406, 0.0147430301, -0.00998316891, 0.0137289017, -0.00269752741, 0.00832021609, 0.0462791547, -0.0411321819, -0.0146885067, -0.0130091971, -0.0198354814, 0.014579461, -0.014492224, 0.0191921107, 0.0294424407, 0.0345021784, -0.0392784, 0.0494196825, 0.0181670766, 0.026978, -0.0121586379, 0.042680636, 0.0121041145, -0.00961241219, -0.0400199108, 0.0175455138, -0.00751872733, 0.00241945987, -0.0235757623, -0.0138270427, -0.00245081075, -0.0437274761, 0.00678811828, -0.0430077724, 0.000246887153, -0.0200971924, 0.0193883926, -0.0118751181, -0.00685354602, 0.00159752509, 0.00944884308, -0.0371629037, -0.00909989513, 0.0247752685, -0.0448833667, 0.0049288827, -0.0284828357, 0.0293333959, 0.0140451351, -0.015877109, -0.0128892465, -0.017872652, -0.0491579734, 0.00601934362, 0.00824933592, -0.00335861929, -0.05535179, 0.0159316324, 0.028548263, -0.0404560938, 0.0362469181, -0.0123549206, 0.0216129329, 0.0018156172, -0.00979233813, -0.0175564196, 0.00399653893, -0.0313616507, 0.0104193529, -0.0206206143, 0.00175973109, -0.00652095536, 0.0481983684, 0.00323321624, 0.0219727848, -0.0153318783, -0.000532962731, -0.00360397296, 0.0347857, -0.0206533279, -0.0226815846, 0.0704873875, 0.00486345496, 0.00817300379, 0.0045117815, -0.00113953149, -0.00124857761, 0.0230087228, 0.000682219514, 0.017098425, 0.0102503318, 0.0311653689, 0.0125948219, -0.00804214831, 0.0160952, -0.0173601359, -0.0201735254, -0.0183197409, 0.0208823234, -0.0209259428, -0.0215038862, 0.00508154742, -0.0387767851, 0.0363559611, -0.0114607429, 0.0118315, 0.0117333578, -0.0108337281, 0.047980275, 0.0474568531, 0.0240555648, 0.0447088927, -0.0177854151, 0.0170766152, -0.00278340117, 0.0221472587, -0.0113080787, 0.0345894173, -0.000599753461, -0.00865280628, 0.00704982923, -0.00752417929, 0.0129110562, -0.00309418258, 0.0029551487, 0.00815119408, 0.00853285566, -0.0239683278, 0.011624312, 0.0225289203, 0.0161824375, -0.0190612543, 0.0202825703, -0.0136416648, -0.0302711911, -0.0231613871, -0.0206751358, 0.0238374732, -0.00383842201, 0.0109100603, -0.0256258287, -0.0109427739, -0.012322207, -0.00944339, -0.00815664697, 0.0206969455, -0.0309908949, 0.00375936367, -0.0030587425, 0.0221799724, -0.0153427832, 0.0164005309, 0.038515076, 0.00542231649, -0.0198463872, 0.00842381, 0.0180362221, -0.0231177695, -0.0147648389, -0.00695714, -0.00696804468, 0.0027029796, 0.0114934565, -0.0389512591, -0.0138379475, 0.01613882, 0.00447361544, -0.020217143, 0.00193829404, 0.0117224539, -0.00139101909, -0.00083761022, 0.0108064665, 0.0240337551, 0.0238374732, 0.00312144402, 0.0111227, -0.0282211248, 0.00561587326, -0.000142015473, 0.00914351363, 0.0289190207, -0.00676085707, -0.00501611969, 0.00546866097, 0.0125075849, -0.00867461599, -0.0174582768, -0.0294860601, 0.0234667156, 0.0279594138, 0.00806941, 0.00125948223, 0.0108173713, 0.00365849608, 0.0134344772, -0.00997771602, 0.0130528156, -0.00698440149, 0.00774227176, 0.00188922335, 0.0126166316, -0.0158662051, 0.0135108093, 0.000466512749, -0.0263019148, 0.0247098412, -0.0510335639, 0.00399653893, 0.0165422894, -0.0451014601, -0.0065863831, 0.0602806732, -0.0173928495, -0.0240555648, -0.0183197409, -0.00727337366, 0.0212857947, -0.00721885031, -0.00767139159, 0.0176981781, 0.0356798768, -0.00480893208, -0.0011429392, -0.00797126815, 0.0274796113, 0.000857374805, 0.0209695604, -0.00809121877, -0.013489, 0.0153318783, -0.013619855, 0.0202607624, -0.0129655786, 0.0257348754, -0.00317324093, 0.0146230794, -0.0150483586, -0.0111772232, -0.00504338136, -0.00903992, -0.0169130471, 0.0088163754, 0.137223586, -0.00510880863, 0.0334553383, 0.0339133292, -0.00481165806, 0.021602029, -0.0199772418, 0.00142441445, -0.0232050065, 0.0391693525, 0.0067445, -0.0514697507, 0.000564313435, -0.0248188879, 0.00956334081, 0.0120386872, 0.018047126, 0.0197264366, -0.011886023, 0.0143395597, 0.00782950874, -0.0226379652, -0.0234667156, -0.0099668121, -0.0147866486, 0.00194783555, 0.00765503477, 0.0504665263, -0.0346548446, -0.00603024801, 0.0131945759, -0.0217546932, -0.00791129284, 0.017011188, 0.0280030333, -0.0118205948, -0.00329591776, -0.0186904985, -0.0165750049, 0.0338260941, 0.0404779054, 0.00479530124, 0.00244808453, -0.0160952, -0.0230523404, -0.021602029, 0.0223544464, 0.0120714009, 0.017349232, 0.0248406976, 0.0209150389, 0.00772591494, -0.0149065992, -0.00273978268, -0.0183633603, -0.00338588073, 0.00902901497, -0.0213512219, 0.0178181287, -0.0110681774, 0.0109536787, -0.0104302578, 0.00221363548, -0.0114389341, 0.000146701059, -0.023510335, -0.0128892465, 0.0254731644, 0.0238156635, -0.0222672094, 0.0295514874, 0.0379698463, 0.0459738262, -0.00546866097, 0.000316233636, -0.00988502707, 0.00793855451, -0.0199118145, 0.0218092166, -0.0177527014, -0.0352873094, -0.0152664511, -0.0321685933, -0.00787312724, -0.0231613871, -0.0138488524, -0.0155608756, -0.00993409753, 0.0412630364, 0.0171311386, -0.00341586838, -0.00967783947, 0.00958515052, 0.00159479887, -0.00576853752, -0.0271306653, -0.00461537531, -0.00613384182, -0.0151792141, -0.0151465, 0.00888725556, -0.0518187, 0.0112535553, 0.00107955618, 0.0112971738, -0.001973734, -0.0116461217, 0.00913260877, -0.00671178615, -0.0248188879, -0.0184724052, -0.00783496071, -0.016749477, 0.0103593776, 0.0190176368, 0.0228342488, 0.0194538198, -0.00237038918, 0.0040428834, -0.0118424045, 0.00639010035, -0.0120059736, -0.0238156635, -0.0346766524, 0.0164441485, 0.0212312713, 0.00923075061, 0.00799853, 0.0180689357, 0.00741513353, 0.0292243492, 0.000182481803, -0.000336509373, 0.0109863924, -0.056311395, -0.0221363548, 0.0319723114, 0.0114280293, -0.00292788725, -0.00407559704, -0.00562132522, 0.00596482074, 0.00341314217, 0.0193883926, 0.0159534421, 0.0358761586, -0.00372937601, -0.00162614963, 0.0210131798, -0.0031623363, 0.0135108093, 0.0246226043, -0.0234667156, -0.016749477, -0.0028978996, -0.0112426504, -0.0108228233, 0.00428278465, -0.0293333959, -0.0171529483, 0.0187668297, 0.0105938269, -0.00819481257, 0.0180253163, -0.0126057267, 0.0305110924, 0.0218310244, 0.0258003026, -0.0146666979, -0.0408050418, 0.0148629807, 0.00635193428, -0.0158553, 0.0158443954, -0.0222563054, -0.0027029796, 0.0299222451, -0.023335861, 0.00533235306, 0.0146885067, 0.0370756686, -0.0289408304, -0.0134562859, 0.0180362221, -0.0149720265, 0.0107901096, -0.0165095758, 0.0130855292, 0.00486072898, 0.02446994, 0.0315143168, -0.0187450219, -6.41497609e-05, 0.0243172757, 0.011275365, 0.0130419107, 0.0085655693, -0.0130091971, -0.0307073761, 0.00223817071, -0.0212312713, -0.0222890191, 0.0146776019, 0.00713161379, 0.0101085715, 0.0170220938, 0.010931869, 0.00807486195, -0.0343058966, -0.0186795928, -0.00619926956, 0.00769865327, 0.0252550729, -0.0114389341, -0.013707092, 0.0046780766, 0.0161170103, 0.00582851283, 0.00729518291, -0.031928692, 0.012060496, 0.0230305325, -0.0156372078, -0.00490707345, 0.0153100695, 0.0132927168, -0.0259529669, 0.0331936255, -0.0343931317, -0.00621017441, 0.00781315193, -0.0159752499, 0.0155717805, -0.0111608664, -0.0047298735, 0.00959060248, -0.00713161379, 0.0500739589, -0.00826569274, 0.0225725379, -0.00588303618, -0.0063682911, 0.0042418926, -0.0194429159, 0.00530781783, 0.0160842966, -0.04060876, -8.50857577e-06, -0.0245353673, -0.0166186225, -0.00626469729, -0.000218944086, 0.00629195897, 0.00579034677, 0.0055340887, -0.00814029, 0.0168694276, 0.00390930194, 0.0290934946, -0.0271524731, -0.0214384589, 0.0471515246, -0.0202934761, -0.00967783947, 0.00844561867, -0.0264109597, 0.013881566, -0.0211440343, -0.00545230415, -0.0193556789, -0.0425279699, 0.0160297733, -0.000617132639, 0.00200372166, -0.0385368839, 0.033564385, -0.0177308917, 0.022125449, -0.00725701638, -0.0128565328, 0.0326483957, -0.0222017821, 0.0266508609, -0.0153973065, -0.0192466322, 0.00641190959, -0.0116679305, -0.0117333578, 0.0138161378, -0.00344040385, 0.00395837286, 0.0115479799, -0.00376754208, -0.00836928654, 0.0111608664, -0.035134647, -0.0242736582, 0.0148084573, 0.0129873883, -0.00177881413, -0.0135762366, -0.0311217513, -0.0206642319, -0.0100213345, 0.0373809971, -0.0372719504, -0.0129655786, 0.0325611606, 0.00697349664, 0.0391693525, -0.0260620136, -0.0176436547, -0.0214711726, -0.00796581618, 0.00942703336, -0.0144704152, 0.0093561532, 0.0459738262, 0.0048252889, 0.028722737, 0.0121259242, 0.0347420797, 0.0130419107, -0.0178399384, -0.019257538, 0.0271524731, -0.0157789681, -0.00264436752, -0.017011188, 0.0394092537, 0.00610112818, -0.019432012, -0.0132381944, -0.0340659954, -0.0174037535, 0.00511153508, -0.0100158826, -0.00308055175, 0.0150483586, -0.0133036217, 0.0129764834, 0.00809667166, -0.0278939866, 0.0271306653, -0.0321685933, -0.0305329021, -0.0312744156, -0.00854376052, 0.00457720924, -0.00842926186, -0.0047625876, 0.00921439379, 0.0196501035, 0.0493324474, -0.0224198736, -0.0202825703, 0.00597572513, -0.019257538, -0.0725810677, -0.0231831968, 0.0162369609, 0.0196610074, 0.0332372449, -0.0155826844, -0.000223714844, 0.0228996761, -0.0138270427, 0.0189522095, -0.025342308, -0.00543867331, -0.0259747766, 0.00600843877, 0.00296605332, -0.0323866867, -0.00241945987, 0.00197918643, -0.00313234865, 0.0112099368, 0.000389158202, 0.0203152839, -0.0213839356, -0.00251896447, 0.0119187366, 0.00853830762, -0.0246880315, 0.00439728331, -0.00649369415, 0.0104629714, -0.00987957511, 0.00157980504, -0.0162805803, -0.00992864557, 0.00220136764, -0.0113735059, -0.0620254092, -0.00242082286, -0.00218773703, 0.0204025209, -0.000576921913, -0.0143395597, 0.0187123064, -0.0159861557, -0.00573037146, -0.0113844108, 0.00267026597, -0.00543594686, -0.000783768715, 0.0131945759, -0.0102557838, -0.0032195854, 0.00283792429, -0.00104820542, -0.00958515052, 0.017000284, -0.0239901375, -0.00694623543, 0.0355054028, -0.00715342304, 0.0215911232, -0.00325229927, -0.000436865841, -0.0181125533, 5.59287109e-05, 0.000117565301, 0.0032713823, 0.00875094812, -0.0104575194, 0.00582851283, -0.00734425336, 0.00572491903, -0.00419282168, -0.00233767531, 0.0066190972, 0.00746965641, -0.015015645, 0.0228342488, -0.00407832349, 0.00997226406, 0.0132927168, 0.0236411896, -0.0140778488, -0.0116352169, -0.0331936255, 0.0171093307, 0.00529418699, -0.0113189826, -0.00369120971, -0.00957969762, -0.00278612738, -0.00258439197, 0.00910534803, 0.0142741315, 0.0283301715, 0.0087727569, 0.0394964889, 0.00878366176, -0.0232050065, 0.00821662229, 0.0188758764, 0.00837473851, -0.000731971813, 0.0207732785, 0.0147975534, -0.0155717805, 0.010762848, -0.0344803706, 0.0205988046, 0.0105774701, -0.015440925, 0.00685354602, 0.0122676836, -0.000233597151, -0.0186904985, -0.00733880093, -0.0182761233, -0.0148302671, -0.00415465562, 0.00538142398, 0.0133363353, -0.0032195854, -0.00599208195, 0.00391202793, -0.0423098803, 0.000569084252, 0.0179707948, 0.00493433513, 0.00770955766, -0.00151574053, -0.00912715681, -0.00688626, 0.00953062717, 0.00323049, -0.0185596421, 0.0504229069, -0.0308600403, -0.00988502707, 0.0209913701, -0.000712207227, -0.00619381713, -0.00862009265, -0.0120714009, -0.018047126, 0.00420645252, -0.00406196667, 0.0153864017, -0.0129001513, -0.0165641, -0.00278612738, 0.00414102478, -0.00605750969, 0.00193556794, 0.0112317465, 0.00482801534, -0.00573582388, -0.00960150734, -0.00263482588, 0.00216183858, -0.00348402234, 0.0309254676, -0.0117660724, 0.00330137, 0.0042091785, -0.0104738763, 0.0261056311, 0.0184724052, -0.0182652175, -0.0248406976, 0.00319232396, 0.000111516652, 0.0177199878, -0.0175018962, -0.0126929637, 0.011886023, 0.0140778488, -0.0229214858, 0.0350474082, 0.0106592542, -0.00257757679, -0.000269207521, -0.03088185, -0.0102666887, 0.00154300197, -0.0199445281, 0.0124748712, -0.0127365822, -0.0207841825, -0.0198354814, -0.0033613455, 0.0118642133, -0.0362905338, 0.020129906, 0.0234012883, -0.000532281178, -0.0177636072, 0.0205660909, 0.0210786071, 0.0116461217, -0.00878911372, -0.0150374547, 0.020042669, 0.00568675296, 0.00351128378, -0.023684809, 0.0159207284, -0.000927573186, 0.0152337374, 0.00321685942, -0.0099668121, 0.019170301, -0.0225943476, 0.0110790813, -0.0125621082, 0.00721339835, 0.0101140235, 0.00138420367, 0.0292897765, 0.00041778278, -0.0240119472, 0.0133690489, -0.0249933619, 0.012671154, 0.026890764, 0.00993955, 0.0127365822, 0.00271661044, 0.024644414, 0.0296387244, -0.0083801914, -0.0115588848, -0.0208714195, 0.0113626011, -0.00876185205, 0.012758391, 0.0176218469, -0.000425961247, 0.00464808894, -0.00684264163, -0.00359579455, -0.00382479117, 0.00579034677, 0.0120495921, 0.0123113021, -0.000768093334, 0.0125075849, -0.00573582388, -0.00859828293, 0.0357889235, 0.0161061063, 0.00573037146, 0.00911625195, 0.0361378714, -0.0214820784, -0.0143504636, -0.0345676057, -0.0415247455, 0.00616110349, 0.00378662511, 0.011886023, -0.0158989187, 0.00639555277, 0.00601389119, -0.006940783, -0.00284065027, 0.037729945, -0.00634102942, 0.0090671815, -0.00778589025, -0.00315143168, -0.00691897376, -0.0163896251, 0.0182870273, -0.0043563908, 0.000577603467, -0.00578489434, -0.00294424407, 0.00377572048, -0.00613384182, 0.00233767531, -0.00835838169, 0.0156044941, -0.0374246128, -0.0253205, -0.0046262797, -0.01015219, -0.00495069195, 0.0264327694, 0.0179489851, 0.00997771602, -0.0134344772, 0.024295466, -0.0368357673, -0.0232268143, -0.0198900048, 0.0210349895, -0.0329319164, -0.0150810732, 0.00208550622, 0.00743694277, 0.000861464, 0.00967783947, -0.021263985, -0.0264763888, 0.0272833295, 0.013707092, 0.00663545402, -0.019257538, -0.0130855292, 0.00134808221, 0.0249497425, 0.0284828357, 0.00847833231, 0.00143668207, 0.019181205, -0.00302330265, 0.010326664, 0.00693533057, 0.00219318923, 0.00161797123, 0.0191375874, -0.0264327694, -0.0134562859, 0.0113953156, 0.0130419107, 0.0361378714, 0.00478712283, 0.00817845576, 0.00744239474, -0.00957424566, 0.031318035, 0.000474691216, 0.0129982922, -0.00694623543, -0.00189467566, 0.00531327026, 0.0125075849, 0.0097105531, 0.00123562838, -0.00288154255, 0.0162696745, 3.19683932e-05, -0.00190012797, -0.0166404322, 0.00357671152, -0.0102721406, -0.0166295264, -0.0113844108, 0.00729518291, -0.00164386968, -0.00895268284, 0.00244672131, -0.00943793822, -0.0100758579, -0.0244045127, -0.0252550729, -0.0303366184, 0.0250151698, -0.00510063, -0.0200971924, -0.0252114534, 0.0344149433, -0.0154845435, -0.00603024801, -0.00263482588, -0.000899630133, -0.0125512034, -0.00525874738, 0.0100540482, -0.0149611225, 0.0125075849, 0.0483728424, 0.0106319925, 0.0166731458, -0.025429545, -0.00732789654, 0.000134688948, -0.0129982922, 0.0134235723, -0.00372937601, 0.00558861159, 0.0132272895, -0.0170548074, 0.00213730312, -0.0252986904, 0.0123440158, 0.0016615896, 0.0315579362, 0.000185719109, 0.00557498075, -0.00403743098, 0.0168585237, -0.0108827986, 0.0050133937, -0.00203507254, -0.00227497378, 0.0256040189, 0.0153864017, -0.000285734801, -0.00551227946, 0.0345676057, -0.00208005402, -0.0198900048, 0.0273487568, 0.00728427805, 0.00757325, 0.00561042083, -0.0202607624, 0.0228996761, -0.0185923558, 0.00229405682, 0.0186141655, 0.0204897579, -0.0147321252, 0.0183415506, -0.0399326757, 0.00680447556, -0.00395292044, 0.0395837277, -0.00369393593, 0.009716006, -0.0417646468, 0.0177636072, 0.00606296211, 0.0283519812, 0.00653731264, -0.00180198648, -0.0452759303, 0.00346493907, 0.0250369795, 0.0162369609, -0.00368848373, -0.0242518485, -0.000462082768, 0.0451886952, 0.00583396526, -0.0179162715, -0.00121381914, -0.00462900614, 0.00014772336, 0.0148629807, 0.0228342488, 0.0209368467, 0.0304674748, -0.0181125533, 0.0077749854, 0.00659728795, 0.0108991554, -0.00890361238, 0.00576308509, 0.00474895677, 0.0103103071, 0.0154627338, -0.0273269471, -0.0240119472, 0.0141323721, 0.024295466, 0.00318414555, -0.0359633975, -0.00797126815, -0.0298350081, -0.0262364876, -0.0289626382, -0.0143613685, 0.021602029, 0.0160406791, -0.00181698031, 0.00668452447, 0.0257566832, -0.00467262464, 0.0030014934, 0.00912715681, 0.0126166316, 0.005076095, 0.0338260941, 0.000991637819, -0.0120932106, 0.00974326674, -0.0213294122, 0.0300312899, -0.0270434283, -0.0172183756, -0.0199009087, -0.0073060873, -0.00306692091, -0.00174882647, 0.0279157963, -0.00707709044, -0.00810212363, -0.0358761586, -0.013881566, 0.00662454916, -0.0176000372, 0.0019696448, 0.0149393128, -0.00673904782, 0.00605750969, 0.0162151512, -0.00982505176, -0.00607931893, 0.00507336902, -0.0208714195, -0.0159970596, -0.00685354602, -0.0218528342, -0.0131509574, 0.00541686406, -0.00538687641, -0.0172401853, 0.00232268148, 0.0218092166, -0.00800943468, -0.0064718849, 0.0146448882, 0.023510335, -0.0135980463, 0.0166186225, -0.0100540482, -0.00810757559, -0.000693464885, 0.0389948785, -0.0254513547, 0.0241428018, -0.0041900957, -0.00861464068, -0.00267844438, 0.0213512219, -0.00923075061, -0.0232486241, -0.0127365822, 0.00616110349, -0.0175346099, -0.00520695047, -0.00369120971, 0.0172510892, 0.0175782274, 0.00373210199, 0.0198136717, -0.0253641177, -0.00764413038, -0.00368030509, 0.00100458704, -0.0147103164, 0.00138692977, 0.00193965714, -0.0233140513, 0.00156344811, 0.017098425, -0.0178944618, 0.0133036217, -0.000866916322, 0.00375391124, 0.024382703, -0.0338915214, 0.0160079636, 0.00537324557, -0.0264763888, -0.00865825824, -0.00595936831, -0.0117660724, -0.0130855292, -0.00703347195, -0.0101303812, 0.00806941, 0.0168694276, 0.00805305317, 0.00617200788, -0.0232268143, 0.0158443954, -0.0109373219, -0.00594846345, -0.0251460262, -0.00637919549, 0.0076604872, -0.010157642, 0.000790584076, -0.0119296415, 0.000778997957, 0.00451723393, 0.017261995, 0.00846197549, 0.0551336966, 0.0165422894, -0.0129001513, 0.0015034728, -0.00966148265, 0.00265390892, 0.0124748712, -0.00724611199, 0.0188431628, 0.0112208417, 0.00105161313, -0.0025952966, 0.0140233254, -0.011199032, -0.0200753827, 0.00221227226, 0.0176436547, 0.0239247102, 0.0320595466, 0.0134017635, -0.006722691, 0.00509790424, 0.00812393334, 0.0161061063, 0.00754598854, -0.00203234632, -0.0155063523, -0.0238374732, -0.00563768251, 0.00930708274, -0.0114062196, 0.0010931869, 0.00388476648, 0.024208229, 0.0173601359, 0.0101903565, 0.00327956094, -0.0184833109, -0.0142414179, -0.0122240651, -0.00969964918, 0.024557177, 0.00959605537, 0.0272833295, -0.00286518573, 0.018134363, 0.00746965641, -0.0031677885, 0.0147757437, 0.00208959542, -0.00285428111, -0.0130528156, -0.00259120739, -0.0057521807, 0.0184615012, -0.0173274223, 0.022463493, -0.000572491903, -0.0115261702, -0.00472442154, 0.00742603792, 0.0164223388, -0.0143940821, -0.000236323307, 0.0104629714, 0.0184942149, -0.00781315193, -0.0255385917, 0.00174337416, -0.009459747, -0.00285428111, 0.000588848838, -0.0116897393, -0.0108337281, 0.012060496, -0.00235948456, -0.00692987815, 0.0152119277, -0.00822207425, -0.0130201019, -0.0184833109, -0.00111090695, -0.00691897376, -0.00734970579, -0.00854376052, 0.0121150194, -0.0175564196, -0.000602479617, -0.0171093307, 0.0156481117, 0.0124857761, 0.00961241219, -0.00264981971, 0.00348402234, 0.0102612358, -0.00126766064, -0.0204679482, -0.00821116939, 0.00516333198, -0.00666816765, 0.00154981739, 0.00594846345, 0.00632467261, -0.0207187552, 0.0257130656, -0.00646098, 0.0125402994, -0.0215475056, 0.0115588848, -0.0121150194, 0.00126834225, 0.00401289575, -0.0167167634, -0.00998316891, -2.04727621e-06, -0.00417373888, -0.0357453041, 0.00306419493, -0.00483891973, 0.00853830762, -0.00473532593, 0.00492070429, -0.01223497, -0.00802033953, 0.000122336074, 0.00916532334, -0.0242300387, -0.00314870547, -0.0104575194, -0.00538687641, -0.0284828357, 0.000986185507, 0.0135980463, -0.0119950688, 0.00592665421, -0.00742058549, 0.0126820588, -0.00591575, 0.000623948057, -0.0105720172, -0.00182379573, 0.0287881643, 0.0164768621, -0.00589394057, -0.0124203488, -0.0229869131, 0.00524239, -0.0128129143, -0.0107246824, -0.011188128, 0.00332590542, 0.00582851283, -0.00389021891, -0.0241864212, -0.0143831782, 0.0134235723, 0.000368371286, -0.00141896214, -0.0124312527, 0.0256258287, 0.0236411896, -0.0220164042, -0.00178154034, 0.000207869089, -0.0106483493, 0.012758391, 0.0422008336, -0.014143277, 0.00926346425, 0.0171856619, -0.00447088946, 0.0102557838, -0.00654821703, -0.00461264933, -0.017261995, 0.007158875, 0.0162478667, 0.00853285566, -0.015528162, 0.0179162715, 0.00480075367, -0.00502157211, 0.00863644946, -0.0147539349, 0.00829295442, -0.00593755906, -0.0247534607, 0.00586122693, -0.0194211062, -0.00968874432, 0.0226815846, 0.0326920152, 0.0148738855, -0.0144377006, 0.00769320084, -0.0307509936, -0.0051278919, 0.00255985674, -0.0148193622, -0.00279703201, -0.00450087711, 0.00630286336, -0.0168476198, -0.0322994478, -0.0184396915, -0.0102448789, -0.00529963942, -0.0225943476, 0.0196173899, -0.00439455686, -0.0213621277, -0.00672814297, 0.0125293946, -0.00392838521, -0.0110300109, 0.0253859274, 0.00278067496, -0.00308600394, 0.00130446372, 0.00990683585, 0.0196937211, -0.0137834242, -0.00239765062, 0.038515076, -0.00930708274, -0.0103103071, -0.00144213438, -0.0141868945, 0.000725837948, -0.0245135594, 0.00312962243, 0.0142414179, 0.0273051374, 0.0074096811, 0.0145031288, 0.0150701683, 0.0191048738, 0.0209586564, 0.0171856619, -0.00158253126, -0.0066190972, 0.0110572726, -0.00799853, 0.0118533084, -0.00926891714, -0.00786222238, 0.0109754875, -0.00865825824, -0.000886680908, -1.40886686e-05, -0.00261846907, -0.0118533084, 9.68635868e-05, 0.0222344957, 0.0226815846, 0.0132054798, 0.00939432, -0.0284392182, -0.0206969455, 0.00599753438, -0.0184942149, 0.00565403933, 0.0153973065, -0.0108173713, 0.00246716756, 0.02255073, 0.00547683937, 0.0213512219, -0.0236411896, -0.00961241219, -0.0065427646, -0.0103757344, 0.0228560586, -9.01334e-05, 0.0129873883, 0.00506791659, -0.0273487568, 0.0054495777, -0.0178072248, 0.0067445, 0.00167113112, -0.00401016977, 0.0105992788, -0.00151437742, -0.014492224, -0.00134808221, 0.0209586564, -0.0069080689, -0.00511971349, -0.00689716451, 0.00688080769, 0.00348402234, 0.0140015166, 0.00326865632, 0.0434657671, -0.00394746801, -0.0253641177, 0.00669542933, 0.00882182736, 0.00392020633, -0.00117020076, 0.00229814602, -0.0114389341, 0.0186250713, -0.00505156, 0.00428823708, 0.0171093307, 0.00910534803, 0.0142087042, -0.0185923558, 0.0149065992, 0.0049288827, 0.0191048738, 0.0128783416, -0.0263237227, 0.00428278465, -0.000253361737, 0.0105229467, 0.000150023552, -0.0142196091, -0.0147212204, -0.00792219769, 0.0118096909, -0.0125730131, -0.00698985346, -0.006117485, 0.0244917497, -0.0163023882, 0.00906173, -0.0239901375, -0.0162151512, 0.0162369609, 0.00670088176, 0.0123003982, -0.00447361544, -0.0107355863, -0.0119514503, -0.00954153202, -0.0124312527, 0.0291807316, -0.0270870458, 0.0205442812, 0.00646098, 0.00247943518, 0.00853830762, -0.0151028819, -0.00492343027, -0.0151574053, -0.0125293946, -0.0121804466, 0.0035221884, 0.00365031743, -0.033564385, -0.0194211062, 0.00574127585, 0.00283519807, -0.0190503504, 0.0151028819, -0.00380570814, 0.00292516104, 0.021514792, 0.0309908949, -0.0209586564, 0.00442181854, -0.0117769763, 0.00534325792, -0.00279975799, 0.0239683278, -0.0024862506, 0.0197918639, 0.00276431814, 0.00216320157, -0.0204352345, 1.17458812e-05, 0.000576581166, 0.0125730131, -0.0202280469, 8.93666729e-05, -0.00461810129, -0.0223544464, -0.00374845904, 0.00668452447, -0.0174582768, -0.00571946707, -0.0127038686, -0.0104793282, -0.0134235723, 0.00692987815, -0.00451723393, -0.00508699939, 0.016749477, -0.0136634735, 0.0192030147, -0.00824933592, -0.0151137868, -0.0148738855, -0.00901811104, 0.0295732971, -0.0240773745, 0.0105120419, -0.0198354814, 0.0262146778, 0.0215693153, -0.0066190972, 0.0103648296, -0.00771501, 0.00155390659, 0.00570311, -0.00872913841, 0.00512243947, 0.0155390659, -0.00644462323, 0.0102884974, -0.0331500098, 0.00246444135, 0.00457993522, 0.00317596714, 0.0302275736, -0.00452541234, -0.0226815846, -0.00726792123, 0.013358145, 0.0020268939, 0.0126057267, 0.0112535553, -0.0138924709, 0.00401562173, 0.0190503504, 0.0247534607, 0.00469988585, -0.0232268143, -0.0150047401, -0.00609567575, 0.0137616154, 0.00425824942, -0.00401562173, -0.0123876343, -0.0230305325, 0.0174800865, 0.023663, -0.00275341352, -8.15715757e-05, 0.0191048738, 0.0162805803, -0.00723520759, 0.012060496, 0.00722975517, -0.0187777355, -0.0187559258, -0.00277385954, 0.015440925, 0.00106797006, -0.0237066168, 0.00804214831, 0.00103798241, -0.00637919549, -0.0151574053, -0.0139251845, -0.000219455236, -0.00746420398, 0.00339133316, -0.000433117384, 0.0201626197, -0.0224416833, -0.0163132939, -0.00142577745, 0.0121586379, 0.0201517157, -0.00759505946, 0.0154300202, -0.0189413037, 0.00887089875, -0.0100976666, 0.0125293946, 0.0332372449, 0.0103375679, 0.00251214905, -0.0208168961, 0.0162478667, 0.0225725379, -0.0359852053, -0.000873050187, 0.000780361, 0.0151683092, -0.00738241943, -0.00221499847, 0.0287009273, 0.0118315, -0.0163241979, 0.0451450758, -0.0139469933, 0.0166513361, -0.00662454916, 0.00846742839, -0.0215038862, -0.00915441848, -0.0130419107, -0.0223762561, -0.0088163754, 0.021514792, -0.00136716524, 0.0037920773, -0.00760596385, -0.00163432816, -0.0204679482, -0.00359306834, 0.00650459854, -0.00423644, -0.00288699497, -0.0163241979, -0.0106210886, 0.00314052706, -0.00684264163, 0.00189058646, 0.00141896214, -0.0166077185, 0.0159752499, 0.00549047, -0.0140996585, 0.00621562637, 0.00562132522, 0.00349220075, -0.00702256756, -0.0324084945, -0.0117224539, 0.00430732034, 0.00358216371, 0.00446271058, 0.00151301431, -0.00914351363, -0.0200535748, 0.0178944618, -0.0115806935, 0.00779679464, 0.00291425642, -0.0121804466, 0.0060466053, 0.0124530625, 0.0173383262, -0.00234176451, 0.00979233813, 0.00518241478, 0.00391202793, -0.0135871414, -0.0123876343, -0.0218855478, -0.0165422894, 0.0035658069, 0.00729518291, -0.0088163754, 0.0103593776, -0.00127856527, 0.001866051, 0.00585577451, -0.00204325095, -0.00670633372, 0.0200971924, -0.0223217327, 0.0023663, -0.00163841737, -0.00863644946, 0.0132600032, -0.0148847895, 0.0194429159, 0.0121150194, -0.0229214858, -0.00346221309, 0.00472442154, -0.0105665652, -0.00657547871, 0.0127474871, 0.0189413037, -0.00522875972, -0.0175455138, -0.016923951, 0.000113476075, -0.000467875827, 0.00114430231, 0.00932889245, 0.00467262464, -0.0112535553, -0.0097105531, 0.0107464911, -0.0119623551, 0.00616655592, -0.00516333198, -0.00710435212, -0.0048252889, 0.0256912559, -0.0158880129, 0.0201080963, -0.00225725374, -0.00526147336, -0.00183606334, 0.00130173762, 0.00903992, 0.0176981781, 0.00944884308, 0.0117878811, -0.0114280293, -0.00516333198, 0.0103157591, 0.000734016416, 0.0122022564, 0.00315143168, 0.0141977994, 0.000590552692, 0.0244481303, -0.0199118145, -0.00131468684, 0.0146012697, -0.0139142796, 0.00620472198, -0.00716978, -0.0147757437, -0.00630286336, 0.0118642133, -0.0174146593, -0.00128946989, 0.0232922435, 0.0150592634, -0.00268389657, 0.0038874927, 0.0350692198, 0.00817845576, 0.00714797061, -0.0083801914, 0.000697894895, 0.0114498381, -0.0352436937, 0.0026375521, 0.00967783947, -0.00802033953, -0.0115479799, -0.0160188694, 0.0121150194, 0.00772046251, -0.0131291477, -0.00929617789, -0.0015034728, 0.00501611969, 0.00619381713, -0.0114716478, 0.0103702825, 0.006117485, 0.0222017821, 0.00249988143, -0.0507282354, 0.00337770232, -0.0192248244, 0.018047126, -0.00369938836, -0.0151901189, -0.00987412222, -0.00426642783, 0.0153973065, 0.00596482074, 0.0170766152, -0.00784041267, 0.00197918643, 0.00726792123, 0.00117020076, -0.00593755906, 0.0153100695, 0.00803124346, -0.0166840497, 0.0276104677, -0.0274359938, -0.0279157963, 0.00867461599, -0.00470261229, 0.00183333724, -0.00462900614, 0.010501137, 0.00431822473, -0.00505701173, 0.0109536787, 0.0364213921, 0.0190176368, -0.00209368463, -0.0270216186, 0.00921984576, 0.0116461217, 0.0281556975, -1.9253448e-05, -0.00920348894, 0.00586122693, 0.00142850366, -0.00618291274, -0.00758960703, -0.00989047904, -0.0387549773, 0.0249279346, -0.00521785486, -0.00261437986, -0.00569220539, 0.011711549, -0.0162151512, 0.00606296211, 0.0271306653, -0.0187341161, 0.00109795772, 0.0217655972, -0.0106156357, 0.00707163848, -0.0150701683, -0.00880001858, -0.00860373583, 0.0132818129, 0.0168585237, -0.00542504247, -0.0012969668, 0.00535961473, -0.0102830455, -0.0161497239, 0.0188540667, -0.00793310255, -0.00603024801, -0.0138161378, 0.0337824747, -0.0127911055, 0.0124203488, 0.0222344957, 0.0180580299, -0.00742603792, -0.0021781954, -0.00343495142, 0.0152991647, 0.0135108093, -0.000701302604, 0.0175018962, 0.00704982923, -0.00920348894, 0.0232268143, -0.00457993522, 0.00798762497, 0.0186468791, 0.0266072433, -0.00545230415, 0.0154845435, 0.00549047, -0.00428005867, -0.021263985, -0.00745875202, -0.0123113021, -0.0103048543, -0.00190012797, 0.00328228693, -0.000751054846, 0.0132818129, 0.03868955, -0.0237502363, -0.0163241979, -0.020391617, -0.0131945759, -0.00804214831, -0.00493978756, 0.00913806166, 0.0171311386, -0.0175018962, 0.00279703201, -0.00127788377, 0.0046071969, 0.005076095, -0.00707163848, 0.00296060112, -0.0131618613, -0.0117006442, -0.00171474961, 0.00559406402, 0.0241428018, -0.00490707345, 0.00387658807, -0.00327683473, -0.0111608664, -0.000755144109, -0.00371574517, 0.0180144124, -0.0103321159, 0.0036312344, -0.00476531358, 0.0160406791, 0.0160733927, 0.000265970215, -0.0211113207, -0.00200508488, -0.0138488524, 0.00589394057, -0.0161824375, 0.0399108641, 0.0183524545, -0.00115861464, 0.000368712062, -0.00765503477, -0.0173274223, -0.0129764834, 0.0218419302, -0.0114934565, -0.0142850364, 0.014928408, -0.00207460159, -0.00564313447, -0.00345130847, -0.00447361544, -0.00689716451, 0.00444908, 0.0178181287, 0.000345028617, 0.0178399384, 0.0126493452, -0.0190721601, 0.0170220938, -0.00989047904, -0.0316669829, 0.00474350434, 0.000192364096, -0.000518650399, 0.0181779806, -0.0143068461, -0.00571401464, 0.00233767531, 0.00907263346, 0.00486890739, 0.00610112818, -0.00860918779, -0.00354127144, 0.00523693813, 0.00693533057, 0.00225316454, -0.00890361238, -0.0198354814, 0.00148575287, 0.00746420398, 0.00869097281, -0.0100267874, 0.0164441485, -0.0104084481, 0.000683241815, -0.0111336047, -0.0150810732, -0.0179926027, 0.0036312344, 0.00120427762, -0.00452813832, 0.0154845435, -0.00956334081, -0.00417373888, 0.00992864557, -0.0150047401, 0.0128238192, 0.0107519431, -0.0164659582, -0.00497250119, -0.00435093837, 0.0127365822, -0.028722737, -0.00903992, -6.84519691e-05, 0.0148084573, -0.0159752499, 0.00568675296, 0.00936160609, 0.0167821925, 3.48862268e-05, -0.00714251818, 0.00865280628, -0.0374246128, -0.0141977994, 0.0119296415, -0.0113407923, -0.0152010238, 0.00126902375, -0.00570311, -0.008418357, -0.0101194764, -0.00163841737, 0.0012451699, 0.01197326, 0.0129219601, 0.000656321063, 0.00577944238, 0.0140778488, -0.0180580299, 0.0232486241, 0.0247534607, -0.00567584857, -0.000356444361, -0.00413284637, 0.0215584096, -0.000276534032, 0.00224634935, -0.0298786256, 0.00944339, -0.000431413559, 0.00709889969, -0.00290062581, 0.00909989513, 0.00926891714, -0.0106483493, -0.0100431442, 0.0218855478, -0.00716978, -0.000418123556, -0.0117878811, -0.00957969762, -0.00574127585, -0.0117333578, -0.00948155671, 0.000422553567, -0.0108010145, -0.0143940821, 0.00675540464, 0.0119623551, 0.00657002628, -0.00339405914, 0.00915987, 0.0226815846, -0.0227906313, -0.0147866486, -0.00312417024, 0.0109482268, -0.0194647256, -0.00647733733, 0.0201735254, -0.0306201391, -0.0030532903, 0.0267380979, -0.0105992788, 0.0165531952, -0.0142632276, -0.0133799538, 0.00330137, 0.00114975462, -0.000905764, -0.00732244411, 0.00307509955, -0.0184069779, 0.0161606297, 0.0115043614, 0.00219182624, 0.00723520759, 0.0222235918, 0.0126166316, -0.022463493, 0.00386295747, 0.00314870547, 0.00157980504, -0.00738241943, -0.00408104947, -0.0196610074, -0.0331936255, -0.0209804662, 0.00927982107, -0.0173383262, 0.00156344811, -0.00397472968, 0.00757870264, -0.00508427341, 0.0264763888, 0.0149065992, 0.00297150575, 0.0163460076, -0.0164223388, -0.00549047, 0.0105065899, -0.00451996, -0.0292897765, -0.00880547054, -0.00691352133, -0.0203589033, 0.00832566805, 0.0146121746, -0.00491252588, 0.0139360894, -0.0133363353, 0.0503792875, 0.0215693153, 0.006335577, 0.0481111296, -0.00522058085, 0.0024426321, -0.000952108589, 0.00833112, 0.0055259103, -0.0200317651, 0.00920348894, -0.024120992, -0.00416556, 0.023510335, -0.0128892465, 0.000497863512, -0.00499976287, -0.0239901375, -0.0021727432, -0.0085655693, -0.0104302578, -0.00511971349, -0.0119623551, -0.0113298874, 0.00664090645, 0.00596482074, 0.00421463093, -0.00483891973, 0.0148629807, -0.00112658227, -0.00193284173, -0.00901811104, -0.0563550144, 0.0147430301, 0.0155499708, 0.0267599076, 0.00215911237, -0.00634102942, 0.00168476196, -0.00769865327, 0.00121790834, 0.0209586564, -0.00136375753, 0.00666816765, 0.00645552808, 0.0310127046, 0.0020119, 0.00403470499, 0.0108337281, -0.0229651034, 0.00901811104, 0.00353581924, -0.0191921107, 0.00154027587, 0.0252332631, 0.0152010238, 0.015440925, 0.00103525619, 0.0028978996, 0.0108609898, -0.0282429345, -0.00716432743, -0.00746965641, 0.00408104947, -0.00939977169, -0.00394746801, -0.00732789654, 0.0224853, 0.00686445087, -0.0053977808, 0.0165095758, -0.0146885067, 0.00299331499, 0.0153100695, 0.017174758, -0.0102176173, -0.00401562173, 0.0046589938, -0.00300421938, -0.00972691, -0.00800943468, -0.00460447092, 0.0085219508, -0.013489, -0.000621562649, -0.0121586379, -0.0139142796, -0.00455267401, -0.00969964918, 0.0206097085, -0.00649914611, 0.0009848224, -0.0144158918, -0.00368575752, -0.00734425336, -0.0011408946, -0.0101685468, -0.0125402994, -0.0159752499, -0.000867597875, -0.0106538022, 0.0154736387, -0.0108391801, 0.010326664, 0.0241428018, 0.00741513353, -0.0296387244, -0.0098577654, -0.0341750421, 0.023335861, -0.0119623551, 0.0139142796, 0.00396655127, -0.0148847895, -0.0198791, 0.00977598131, -0.0238810908, 0.0122567797, -0.00796036422, 0.0114280293, -0.00566494372, -0.0106592542, -0.0219073575, -0.0371192843, -0.0160952, 0.00795491133, -0.00829295442, 0.0153864017, 0.00178835576, 0.0140233254, -0.00238538301, -0.00766593916, 0.0172401853, -0.00903992, -0.0172074717, 0.0308382306, 0.0105338516, -0.0100431442, -0.0033613455, -0.00797672104, 0.0195955802, -0.0204570442, -0.0155717805, -0.00958515052, 0.00867461599, -0.0104629714, 0.013270908, 0.00714797061, -0.00111840386, -0.00233222311, 0.00634648185, -0.0109754875, -0.0124639673, -0.00393656362, 0.0150592634, 0.0169348568, 0.00838564336, 0.0182434097, 0.00965057779, 0.00902356301, -0.027763132, 0.0169021431, -0.00697894907, 0.0112426504, -0.010326664, 0.000848514785, 0.00895813573, -0.0289190207, 0.0179053657, -0.00222454, 0.0140778488, -0.0140015166, 0.00723520759, -0.00420372654, -0.0153100695, 0.0272397101, 0.020478854, 0.014579461, -0.00684809359, -0.00222181389, 0.0123658255, 0.000517628097, 0.00998316891, -0.0145140328, -0.00660819234, 0.0085655693, -0.022463493, -0.0147430301, 0.0044081877, -0.00206233398, 0.00377026829, -0.007982173, 0.000149001251, -0.000653594965, -0.0104084481, 0.0115697887, 0.00653731264, -0.0206860416, -0.0151246917, 0.00959060248, -0.000658706471, -0.00139987899, -0.00837473851, 0.0316015556, -0.0241646115, 0.0150483586, 0.0046262797, -0.0279594138, 0.00452541234, 0.00231722929, -0.0126602501, -0.023423098, -0.00443544937, -0.0242300387, 0.00824388396, -0.000543185801, 0.00880547054, -0.0282865539, -0.0233794786, 0.00460447092, -0.00309690856, -0.00473805238, 0.00911625195, 0.00375936367, 0.0181125533, -0.0356144495, -0.0237284265, -0.0104902331, -0.0052505685, -0.0098577654, -0.00878366176, 0.00721885031, -0.0145685561, 0.010582922, -0.00371574517, 0.00377299427, -0.00845107157, -0.0166295264, -0.0324957334, -0.0151574053, 0.000525806565, -0.0106919678, 0.0172510892, -0.00885999389, -0.0123767303, -0.00810757559, 0.0200208593, -0.0147866486, -0.0157680623, 0.0166840497, 0.000456971233, 0.0117442627, 0.0070879953, 0.0247752685, -0.0211113207, 0.0123113021, -0.0146885067, 0.0104466146, -0.0222017821, 0.00425007101, 0.0103430208, 0.0030069456, -0.00588303618, -0.0161279161, 0.00788403116, 0.00612839, -0.0141868945, 0.00833657291, 0.00949246157, -0.00785677, 6.61091835e-05, -0.0154191153, -0.0109863924, 0.00200372166, -0.0159425363, -0.00857102219, -0.0122785885, 0.0136525687, -0.0040428834, -0.00217410619, -0.0183524545, 0.00469716, 0.00718068425, 0.00279975799, -0.00159616198, 0.024120992, 0.000689716428, 0.00629195897, 0.0147539349, 0.0103866393, -0.0219400711, -0.0139251845, -0.028809974, 0.0140778488, -0.0266726706, 0.0155499708, 0.00374300661, 0.0434875749, 0.0220054984, 0.0152555462, 0.0181016494, -0.00745329959, 0.0146121746, 0.0165204816, 0.00889816, -0.00293333945, 0.00609567575, -0.00410285871, -0.0239247102, 0.00908899, -0.00396655127, 0.0199227184, 0.0069080689, 0.00118928379, 0.00143668207, 0.0131291477, -0.014579461, -0.00451723393, -0.0181452669, -0.0249279346, 0.0198027678, -0.0221145451, -0.0253859274, 0.00696259225, -0.0301839542, -0.00628650654, 0.0125621082, 0.00605205726, 0.0110136541, 0.00534871034, -0.00695168739, 0.0145903658, -0.000793991785, 0.0225071106, 0.0127474871, 0.023335861, 0.00829295442, -0.0276540853, -0.0298131984, 0.00636283867, -0.00169430347, 0.00769865327, -0.00175155269, 0.00799307786, -0.00657547871, 0.00195601396, 0.00688080769, -0.00390112353, 0.0186468791, 0.00704982923, 0.0162478667, -0.0082711447, 0.0173819456, -0.000962331658, -0.0258221123, 0.00361487758, -0.01223497, -0.00742603792, 0.00131264213, 0.0278067496, 0.00624834048, -0.0145467473, -0.00621017441, -0.00809121877, 0.00362305599, -0.00498885801, -0.00635193428, 0.00819481257, -0.0085219508, 0.00219864165, 0.00260074902, 0.000334975921, -0.0103975441, 0.00902356301, -0.02446994, -0.0307291858, -0.0126275364, 0.0159970596, 0.000906445552, -0.0175673235, 0.0161170103, 0.0114716478, -0.0150483586, 0.00143804518, 0.0103484727, 0.020380713, -0.0140778488, -0.0270434283, -0.000963694707, -0.0200099554, 0.00746420398, 0.0232922435, -0.00434548641, 0.0152010238, -0.0039392896, 0.010582922, -0.00585577451, 0.0197918639, 0.0249715522, 0.00653186, -0.00635193428, -0.0033095486, 0.0307073761, -0.0237938538, 0.0186468791, -0.00628650654, 0.0012928776, -0.0209913701, -0.0201408099, 0.00948155671, 6.62795719e-05, 0.0446652733, 0.00957424566, 0.0246226043, -0.0143286549, 0.00595391588, -0.00807486195, 0.033564385, -0.0057521807, 0.0138488524, 0.00816209894, -0.00780224707, 0.00137125445, -0.00641736155, -0.00267026597, -0.00231995527, -0.00609567575, -0.00207460159, -0.0134780956, 0.00851649884, 0.00079467328, 0.00178154034, 0.0274796113, 0.0119841639, -0.00336952391, 0.0134017635, 0.0245789867, -0.00235266914, 0.0095687937, 0.00175973109, 0.000728564104, -0.011711549, -0.00972691, -0.0042418926, -0.0257130656, 0.00268253358, 0.0109918443, -0.00225861697, -0.00398018211, 0.00122949458, -0.00427733269, 0.00793855451, 0.00859828293, 0.000367689761, 0.0103757344, -0.00655366946, -0.0134344772, -0.0183742642, -0.00659183552, 0.032888297, -0.00916532334, -0.0137725202, -0.0139251845, 0.00824388396, 0.0163787212, 0.00140396832, -0.00302057643, -0.0179271754, 0.00204597716, 0.0306855664, 0.00624834048, -0.00243445369, 0.00753508415, 0.0176000372, -0.01015219, 0.00907263346, 0.0043782, 0.00530509185, 0.00268253358, -0.0203152839, -0.0133145265, -0.00780224707, 0.00866371114, -0.0091108, -0.00276022893, -0.0134671908, -0.00659183552, 0.0143395597, -0.00950881839, -0.0133254305, -0.012845628, 0.0134671908, 0.0124312527, 0.0160406791, -0.0302493833, 0.0309036598, 0.00431822473, -0.0143504636, 0.0387331657, 0.015615399, -0.0006747226, 0.0187450219, -0.00382206519, -0.0039910865, 0.013358145, 0.00918168, -0.00216047536, -0.0153318783, 0.0107737528, -0.00317596714, 0.00819481257, -0.00225861697, 0.0067445, 0.00566494372, 0.00880547054] |
24 Jan, 2021 | How to Publish Your Front-End Over Surge Cloud Platform ?
24 Jan, 2021
Requirement: NPM must be installed
As a front end developer, we create lots of cool designs and we want to showcase them to others. But as students, we may not want to buy domains in order to get the site live on web. There are some free tools available like github and Heroku but the setup is a little complicated when it comes to publishing the front-end only.
There is one more tool called surge available that is developed specially for front-end developers and it is quite easy to use. Follow the steps below to get your pages published under 2 minutes.
To start, lets begin with making a dummy web page, a single HTML file.
Index.html
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
.navbar {
text-align: center;
background-color: rgb(0, 90, 121);
color: white;
}
body {
background-color: lightblue;
}
</style>
</head>
<body>
<div class="navbar">
This is the navbar
</div>
<div class="body">
This is the body of my website
<br> Content goes here.
</div>
</body>
</html>
You must have npm installed in your system for this step. Open the terminal in the same directory where index.html is located. Run the following command:
npm install -g surge
Now you have ‘surge’ globally installed in your system so that you will be able to use it as many times as you want in future. Execute the following command:
surge
It will now ask for your email ID and a password. Here you need to enter your email id and a new password for your surge account.
After that you need to give location to your static files. If you opened the terminal in the same folder as instructed, hit enter.
Now it will ask you for a domain name with an example domain name. Go ahead and edit the part before ‘.surge.sh’ and if that domain is available, it will be assigned to you.
Now hit enter and you will get the link to your site published over web.
As we saw that the process is quite easy and takes less than two minutes using some simple commands. We can use it to design web pages, making resume for interviews and many other tasks free of cost.
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons/How to use Font Awesome Icon as a Cursor?/How to Use Font Awesome On Your WordPress Website?/How to Add Custom Logo to WordPress Website ?/How to add FTP like file manager to your WordPress Website ?/How to Setup a Subdomain on Your WordPress Website ?/How To Publish Your Website On Wordpress?/How to Publish Your Front-End Over Surge Cloud Platform ? | https://www.geeksforgeeks.org/how-to-publish-your-front-end-over-surge-cloud-platform?ref=asr6 | CSS | How to Publish Your Front-End Over Surge Cloud Platform ? | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, How To Publish Your Website On Wordpress?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, How to Add Custom Logo to WordPress Website ?, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Use Font Awesome On Your WordPress Website?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to Publish Your Front-End Over Surge Cloud Platform ?, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to use Font Awesome Icon as a Cursor?, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to add FTP like file manager to your WordPress Website ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to Setup a Subdomain on Your WordPress Website ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.0227139387, 0.00258429744, -0.0162284337, -0.0279228855, 0.0505047664, 0.018165281, 0.00400575297, 0.058017388, -0.0482157655, 0.0236676894, 0.0219949577, -0.0026099754, 0.00437258, -0.0644442, 0.00114083255, -0.00142787478, -0.054437153, -0.0333079062, -0.0272772685, -0.00323908404, 0.0264555756, -0.00679730764, -0.0470419154, 0.0136753172, -0.0118558547, 0.00393972406, -0.00401675748, 0.0176957436, 0.00722649554, -0.010938786, 0.0406151041, 0.0233008619, 0.00531532569, -0.0114303352, -0.0198673606, -0.00774739, 0.0119292196, 0.000536943262, -0.0520307682, -0.0122446911, 0.0207917634, -0.00691469247, 0.00536301313, -0.00640113419, 0.000746951846, -0.0197206289, 0.0141962115, -0.0535274222, 0.0185027625, 0.00142328942, 0.00589858089, 0.0414954908, 0.0233155359, 0.00181671162, -0.0155681456, 0.00221930444, 0.0388249867, -0.00289426651, -0.0124647878, -0.0129123162, 0.0364186019, -0.0364479497, 0.047306031, -0.0276587699, 0.0128976433, 0.0609813482, -0.024680132, 0.00440926244, -0.0166833, 0.00166172709, 0.0128976433, 0.0237263814, 5.91508833e-05, 0.0115330461, -0.00137285073, 0.00936142914, 0.0376511402, -0.0243279785, -0.0088478718, 0.00418916624, 0.0110268248, -0.0361251421, -0.0195152052, -0.0122740371, 0.0418769903, -0.00900193863, -0.0172262043, -0.0761239752, 0.0417009145, 0.0224058032, 0.0210558791, -0.0149298664, -0.00102711609, -0.0143576153, 0.0191043597, 0.0244600363, 0.0229487084, 0.00019178183, -0.00801884197, 0.00243940065, -0.00200471049, 0.0111662196, -0.0242399406, -0.0499765351, -0.0222590733, 0.0169474147, 0.039910797, 0.0223911311, 0.0298744049, -0.0199847445, 5.27600641e-05, -0.0200434364, -0.0114816902, 0.0229046885, -0.0510623418, 0.00616269652, -0.00568948966, -0.0507101901, -0.00111698871, 0.00671293726, 0.0192217436, -0.0095961988, -0.0291847698, 0.0274533462, -0.0153187029, 0.0255018249, -0.00852506328, -0.0468658395, 0.0404096805, 0.00306484103, 0.00662489887, -0.0150179043, -0.0134478845, -0.0085764192, 0.00488980627, -0.0302265584, 0.0293315016, 0.0264849216, -0.0237850733, 0.0176077038, -0.0156415105, -0.0216868222, -0.000218491434, 0.00917067938, 0.00802617893, 0.0233889, -0.000272139907, 0.0197353028, -0.0170501266, -0.00251826853, -0.072015509, 0.0183707047, 0.00321340607, 0.0404683724, 0.00678263465, -0.0222150534, -0.0220829956, -0.00252193678, 0.00908997748, -0.0138293849, 0.0100363912, -0.0358610265, 0.0120686144, 0.0288619623, -0.000777673617, 0.0189429559, 0.0470419154, -0.0366827175, -0.0219509378, 0.0186348204, -0.000125409046, 0.0149738854, -0.00148473296, -0.000463119301, -0.0572543852, 0.0200581104, -0.00558677781, -0.0141228465, 0.0241519, -0.0209825151, -0.0264702495, 0.00878184289, -0.00526763825, -0.00216978276, 0.0142402314, 0.0330731384, 0.0385315269, 0.0234035738, -0.0169914346, -0.018898936, -0.0257072486, -0.0153333759, 0.0033381274, -0.00138018723, 0.0441659912, -0.0317525603, -0.0191483777, 0.0293461736, 0.00701740384, 0.00692202896, -0.0325155593, -0.0136973271, 0.00714212516, 0.0178718194, 0.0154507607, 0.0133451726, 0.019588571, -0.00640113419, 0.0493602641, -0.0207624175, -0.0282016732, 0.00248892233, -0.0223764572, -0.0227432847, -0.0307547897, -0.010131767, -0.0170354545, 0.00144163077, -0.0239171311, 0.00154342537, -0.0224791691, 0.0283190589, -0.000447299884, 0.00986765139, -0.0559044629, -0.0102711609, -0.00198636926, -0.0085764192, 0.0373283327, 0.0334839858, -0.00678263465, 0.00272919424, 0.0339241773, 0.0458680689, -0.0250616334, 0.0129710091, 0.00702474033, -0.00128022686, -0.0370348729, 0.0448996462, 0.00698438939, 0.00948615093, 0.0244453624, -0.00179103366, -0.0125454897, -0.0343937166, -0.00966222771, 0.00669826427, 0.0226405729, -0.0181359351, -0.00723016355, 0.00403876742, -0.0107553732, 0.0185027625, -0.0244306903, 0.0122153452, -0.017416954, -0.0125528257, 0.0446355306, 0.0174609739, 0.0110635078, -0.000259530236, -0.00776206283, 0.0176077038, 0.0016690637, -0.0327503309, 0.00460001267, -0.00777673628, 0.00384068047, -0.031224329, 0.021848226, -0.0636225045, 0.0359490626, 0.00223397743, -0.00450463779, 0.00482377736, 0.0101170931, 0.0286271926, 0.00246141036, -0.00793814, 0.00872315, -0.0147171067, 0.0252523832, 0.0125674987, -0.00774739, -0.0381500274, 0.000320515246, -0.0315764844, -0.0278641917, 0.00743191876, -0.0294929054, -0.00366093521, 0.0160670299, -0.00329227396, 0.0402922966, 4.54235233e-05, -0.0223617852, 0.00572617212, -0.0363599099, 0.0332198702, -0.0140201347, 0.00294929044, -0.00300798286, 0.0066945958, -0.0186935123, -0.000872590172, 0.0148344906, -0.00590591738, 0.0134552205, -0.00094366289, 0.0596314259, -0.0330144465, -0.0277468078, -0.0465136878, 0.0132864807, 0.0378272198, 0.0483038, 0.0121052964, -0.024709478, -0.00436524348, 0.0482744575, -0.0478636101, -0.0649137348, 0.0480103418, 0.0503873825, -0.00881852489, 0.0099997092, 0.0163751654, 0.0111295367, -0.00134350453, -0.0197646488, -0.0356556028, 0.0277174618, 0.00883319881, 0.0128903072, -0.0136312982, -0.00986765139, 0.035567563, 0.0399401411, -0.00484945532, 0.0098529784, -0.0141448556, 0.00512090744, 0.0104985936, 0.0576065406, -0.0166833, -0.0210558791, -0.00156268373, 0.0089946026, -0.0099703623, 0.00104178919, 0.00950816087, 0.034804564, 0.0177691076, 0.0585162714, -0.000252193684, 0.0486853, -0.00763734197, -0.00421851268, 0.00943479501, 0.0347458683, -0.0074722697, -0.00603430718, 0.0273799803, 0.0106086424, -0.0419063382, -0.0112249115, -0.0426399894, 0.0146877598, -0.00620304747, -0.0271452107, 0.012325393, -0.0259420183, -0.0281576533, -0.0273506343, -0.010161113, -0.0181946289, 0.0302852523, -0.0165659152, 0.027585404, 0.0274093263, 0.0476875342, -0.0116871139, 0.00737322634, 0.0464549921, -0.0151866451, 0.0321927518, 0.0155974915, 0.0489787646, -0.000763459073, -0.0133451726, 0.0578119643, -0.00209274911, -0.0276734419, -0.00361324777, -0.0187815521, 0.00262648263, -0.0176077038, 0.0312536769, -0.00473207049, -0.0135139134, -0.00109681324, 0.00729252445, 0.0285098087, -0.00913399644, -0.01233273, 0.0149812223, -0.0620378107, -0.026132768, -0.0303439442, -0.0194271673, -0.0236236695, 0.0132277878, 0.00127380737, 0.0468658395, 0.0460734926, 0.00742825028, 0.0255751908, -0.0117017869, -0.00031088604, -0.0116430949, 0.0139981247, 8.95287594e-05, 0.0198967066, -0.0347165242, 0.0300504826, 0.0228313226, -0.0153040299, -0.0240051709, -0.00146822573, -0.0419063382, -0.00759332255, 0.0200727824, -0.0255605169, -0.0247828439, 0.00621405244, 0.0575478487, -0.0188549161, -0.0110708438, 0.0162431076, -0.0258246325, -0.00513558043, 0.0228606705, -0.0309015214, -0.0655006617, -0.0171088204, -0.0539382696, -0.0134845674, 0.0374457166, -0.0216868222, 0.000175962414, 0.0137046631, -0.0570489615, -0.014475, 0.0383847952, -0.0213640146, -0.0703134313, 0.0295075774, -0.00861310214, 0.0045706667, 0.0238731131, 0.0013783531, 0.00455966173, 0.00407911837, -0.0176370498, -0.0232274961, -0.00672761025, -0.0209238213, 0.00394706056, -0.0254724789, 0.029801039, 0.0085764192, 0.0262061339, 0.00474307546, 0.00209274911, -0.0121786622, -0.0129710091, -0.0281283073, 0.0282456931, -0.035626255, -0.0192510895, 0.0570489615, 0.0350980237, -0.00480176788, -0.0198526867, -0.00395439705, 0.00542170554, 0.0117751528, 0.00353804813, 0.0288032703, 0.0161550697, 0.0157442223, -0.0301091745, -0.0561392307, 0.00205056393, -0.0336600617, -0.0157148764, -0.013037038, 0.0149592124, -0.000483294803, -0.0264115576, 0.0282897111, -0.0206890535, 0.01449701, -0.023212824, 0.0204102639, -0.0178424735, 0.044254031, 0.01014644, 0.010865421, -0.0026099754, 0.0161403958, -0.00969157368, 0.0158762801, 0.00874516, -4.50796215e-05, -0.00697338441, 0.0418183, 0.00490814773, -0.0151572991, 0.011606412, -0.00771804387, -0.0207770914, -0.0136166252, 0.0137046631, -0.0246214401, 0.00392871909, -0.0453985296, 0.0215841103, -0.000506680051, -0.00290343701, -0.0109828059, 0.0144163081, 0.0133158267, -0.0490668043, -0.0157442223, -0.0379739478, 0.0307841375, -0.00618103798, -0.0162577797, -0.0461615324, 0.00356005784, -0.0322221, 0.00375080784, -0.0369468331, 0.0512677655, -0.00158744457, -0.018928282, 0.0208064374, -0.00590224937, -0.0178424735, 0.0231541321, 0.0195005331, 0.00446428685, 0.00174609735, -0.0129269892, -0.0233302079, -0.017416954, -0.00458533969, -0.0145997219, 0.0209971871, 0.010924113, 0.0374163724, -0.038414143, -0.0117164599, -0.0313417129, -0.00340048783, 0.0055097444, -0.00748327421, 0.00550240744, 0.00144529913, 0.0102124689, 0.000508972735, 0.00413414231, 0.00470272452, 0.0422291458, 0.0221857075, -0.0099703623, 0.00662489887, -0.00480910437, 0.0124721238, 0.0171821844, -0.000192469641, 0.00870114099, 0.00260263891, -0.0059572733, 0.000196940338, -0.0367120653, -0.00527497474, 0.0217014961, 0.039910797, -0.0240491889, -0.0134332115, 0.0117824888, -0.00365910097, 0.00214043655, -0.0128096053, 0.0164338574, 0.0105059305, -0.0219362658, -0.00510256598, 0.00750895217, 0.0129856821, 0.00614068704, -0.0368001, -0.00251460029, 0.0593379624, -0.0144529911, 0.0242839586, -0.0201461483, -0.0411726832, 0.00156360085, 0.0550827682, -0.00665791333, -0.0165952612, -0.0234622657, -0.0114229983, 0.0283484049, -0.0273653083, 0.0100950841, 0.00357839908, 0.0214373805, 0.0188549161, 0.0125454897, -0.0324568674, 0.0213493425, 0.00332895666, 0.0224058032, -0.00242472766, -0.0358610265, 0.0039874115, 0.0198673606, 0.0117824888, -0.0278935377, 0.0199113786, 0.0293315016, 0.0162724536, -0.00846637134, -0.0170794725, -0.0206010137, -0.0143649522, 0.0348339081, -0.0241812468, 0.110811152, -0.0131397499, -0.00202488597, -0.00954484288, 0.0300358087, 0.00861310214, -0.021789534, 0.0127655854, 0.00100327237, 0.0103078438, 0.00763000548, -0.0198380146, -0.013110403, -0.0245187283, 0.0039323871, -0.0270865187, 0.0245334022, -0.0109607959, -0.0335720219, -0.00363342324, 0.00408645486, 0.00284474483, -0.020263534, -0.00303916307, -0.00889922772, -0.00596461, 0.014504347, 0.0186494943, -0.0220096298, -0.00480543589, 0.0324862152, -0.0190603398, -0.00726684649, 0.0145703759, 0.0285244808, 0.0133965285, 0.0202341862, -0.0361838341, 0.0212759767, 0.0161550697, -0.013073721, -0.0150399143, -0.00551708089, -0.0155388, -0.0173582621, -0.0158175882, -0.0144236442, 0.0214667264, 0.00530798919, 0.02324217, 0.0369174853, 0.00867913105, -0.00990433339, -0.00106471591, -0.0201754943, -0.00833431352, -0.0206890535, -0.0176077038, 0.0042882096, -0.0258246325, -0.0104985936, 0.0172555503, 0.0331905223, -0.00309418724, 0.0136533072, -0.0406737961, -0.013088394, 0.0277321339, 0.0171528384, -0.0120612774, 0.0344524086, 0.0190896858, 0.0375631042, -0.00146180624, 0.0195445511, -0.0159643181, 0.0051465854, -0.0218775719, 0.00239538145, -0.0330731384, -0.0165512413, -0.0129930181, -0.0291260779, -0.00244490313, -0.0387076028, -0.0279375575, -0.0228606705, 0.000237520595, 0.00466971, 0.0126041817, -0.00223581167, 0.00662123039, -0.0074722697, 0.0220976695, -0.00300798286, -0.00793080311, -0.00477975793, -0.0304026362, 0.0191043597, -0.00193684746, -0.0118778637, -0.032779675, -0.0431682207, -0.00623239391, 0.0245334022, 0.0204542838, -0.0278788656, -0.00975026656, -0.0124134319, 0.0115257101, -0.0275707301, -0.0280842893, -0.00641580718, -0.018898936, 0.000197513509, -0.00241922517, 0.00153608876, 0.0236236695, 0.0168006849, -0.013712, 0.0114596812, 0.0255898647, 0.00159202993, -0.0223471113, -0.00578853302, 0.0168740507, 0.0155534726, 0.0133011537, 0.0212466307, 0.0170941465, -0.0034114928, -0.00323908404, 0.0128462873, 0.0372696407, -0.0383261032, -0.0206597075, 0.0230367463, 0.0336307138, 0.0158175882, -0.00827562064, 0.0120539414, 0.00283557409, 0.00533366716, 0.0402922966, 0.00169749279, 0.0258099604, 0.0111808926, -0.0131764319, 0.0377098322, 0.00457433471, 0.025413787, 0.00451564277, -0.0205423217, -0.000410158624, -0.00507322, -0.0314884447, -0.0308134835, 0.0101024201, -0.0142622404, -0.00664324034, 0.0231981501, 0.015978992, -0.00740624079, 0.00132241193, -0.0243133046, 0.00322807906, 0.0187522061, 0.0180185512, 0.0146584138, -0.0446355306, 0.0351860635, 0.02029288, -0.0128536243, 0.0194858592, 0.00267417, -0.0189723019, 0.0160523579, 0.00604898, -0.00466237357, 0.017475646, 0.0163164735, 0.000341607811, 0.00879651587, 0.0271452107, 0.00842235237, 0.0352741, -0.0285831727, -0.00559778279, 0.0215841103, -0.0103665357, 0.0222444, -0.0201754943, -0.00630942732, 0.0219362658, 0.0245334022, 0.0110341618, -0.0171088204, -0.0297130011, 0.00347018498, 0.00181029213, -0.0132791437, -0.0135799423, 0.023212824, 0.0109681329, 0.00316021615, -0.000241418136, 0.00548039796, 0.0306667518, 0.00763734197, -0.00384434871, 0.0170501266, 0.0134332115, 0.00524929678, -0.0106746713, 0.0132791437, 0.010175786, -0.0127215665, 0.0121639892, -0.00245223963, -0.0139394328, 0.0100730741, 0.0344817564, -0.0219656117, -0.000907897251, 0.000473665597, -0.00724483654, -0.0169620886, -0.00242289342, -0.0146584138, -0.00488247, 0.0226259, 0.00877450593, -0.0166539531, -0.032574255, -0.0135579323, -0.0203075521, -0.000745576224, 0.020351572, 0.02761475, -0.000124262704, -0.0128756342, 0.0301972125, 0.00947881397, -0.0209971871, -0.019603245, 0.0286125205, -0.0363892578, -0.029727675, -0.0228019767, -0.0255164988, -0.0489787646, 0.00877450593, 0.00832697656, 0.0187375322, -0.00585089345, -0.0157148764, 0.00877450593, 0.00456333, 0.0242692865, -0.0252083633, -0.0307254437, 0.0445474908, 0.00413047383, -0.003994748, -0.00206523691, -0.0235062856, 0.0102491509, -0.00816557277, 0.0454572253, -0.0307254437, -0.0189429559, -0.023946479, -0.0133158267, -0.0333079062, 0.0099703623, 0.0482744575, -0.0169767626, 0.00506588351, -0.013022365, -0.0412607193, 0.0321340598, -0.0124354409, 0.021011861, -0.0118631907, 0.0118852006, -0.00306300703, 0.00569682615, 0.0168006849, 0.0190750137, -0.0183560327, -0.0100657381, -0.0019625253, 0.0157735683, -0.0396466814, 0.00862777513, -0.0430214927, -0.00268884329, 0.0241812468, 0.0258833263, -0.0181946289, -0.00804085191, -0.0255458448, -0.0208944753, 0.00577385956, 0.0313710608, -0.020263534, 0.00268517504, 0.00881852489, 0.0053006527, 0.0280402694, -0.0173876081, -0.00409379136, 0.0153627219, -0.0252083633, 0.00145722099, -0.0185614545, 0.0123914219, 0.0389423743, 0.0305200219, -0.0121419793, 0.0022816651, 0.0245040562, 0.0100877471, -0.0199260525, -0.0229193624, 0.0191483777, 0.010153776, -0.00176810694, -0.00822426565, 0.0267196912, -0.010153776, -0.000659830403, -0.0337774456, -0.00492282072, -0.0148344906, -0.0136312982, -0.0235649776, -0.0439605676, -0.0219656117, -0.0284804627, 0.00435423851, 0.0297130011, -0.0492135324, 0.0124794608, -0.0180625711, -0.0332785621, -0.00479443138, -0.00612234557, 0.0173582621, 0.00158285932, -0.0234182477, 0.00881852489, 0.0120832874, 0.0560805388, 0.0149958953, -0.027556058, -0.00504387356, -0.0200287644, -0.0281429812, -0.00697338441, 0.0206597075, 0.025413787, 0.0185467824, 0.0345404483, 0.0306960978, -0.0188108981, 0.0269251149, -0.0306374058, -0.0336600617, 0.0165218953, -0.0391771421, -0.00858375616, 0.0156855304, -0.0287739243, -0.000738239673, -0.000650659727, 0.0146290679, 0.0129856821, -0.0217161682, 0.0398814492, -0.0340415612, -0.00150307431, 0.00123895879, -0.0163018, 0.00127655861, -0.00268150656, 0.000723108067, -0.00717880763, 0.00552074891, -0.0153480489, -0.0121273063, 0.0285098087, -0.00559411431, 0.00955951586, -0.0475114547, 0.00269617978, -0.0139394328, 0.0291994438, 0.0179305132, -0.010131767, 0.0353327952, -0.045075722, -0.00641580718, -0.00317855738, 0.00132332905, -0.00520894583, -0.00204322743, 0.0122446911, 0.00815823674, -0.00262831664, -0.0298597328, 0.00829029456, -0.0458387248, -0.0033472979, -0.015993664, 0.0156121645, 0.0319286361, 0.00675695669, -0.00471006101, -0.027585404, 0.0234769396, -0.0242986325, 0.00275670621, 0.00313820643, -0.00299881212, 0.00164338574, -0.00838566944, 0.0144896731, 0.00856174622, 0.00281173037, 0.00247058109, -0.00208908087, 0.0021807875, -0.017504992, -0.00141778705, -0.00572250411, -0.00637178821, -0.0140127977, -0.00206523691, 0.020351572, -0.00620304747, -0.0105719594, -0.00566014322, -0.00359674054, 0.00174151198, 0.00296763191, -0.0422291458, -0.0235943235, -0.000884512032, -0.00800416898, 0.00255678548, 0.035567563, 0.0141595295, -0.00737689435, 0.0730132833, -0.0112909405, 0.00856174622, -0.022464497, 0.000579128391, -0.0233448818, 0.0208064374, 0.0140935006, 0.0355382152, -0.0139174229, 0.00729619246, -0.0135946153, 0.00615536, 0.000218606074, -0.0350980237, 0.00137285073, 0.00322624505, 0.00155901548, 0.013125076, -0.0219949577, 0.00119493948, -0.0143282693, -0.00347935571, 0.0128756342, 0.013748683, -0.0276440959, 0.0231247861, 0.0205423217, -0.0402629524, -0.00307401177, 0.0296102893, 0.00714579318, 0.0182386469, 0.00205239817, 0.0296543092, 0.0092220353, 0.0107700462, 0.0102491509, 0.000906980189, 0.032779675, 0.00418916624, -0.018091917, 0.0107186902, -0.021848226, -0.0284217689, 0.0098236315, -0.0118191717, -0.00860576518, 0.00914866943, 0.0113569694, 0.0198526867, -0.0155094527, -0.0167126469, -0.0161990877, 0.0103005068, 0.010916777, 0.0158469342, -0.0178864934, 0.00629108585, -0.00919268932, -0.0141081735, 0.0100730741, 0.00889922772, -0.00749061117, -0.00718247611, -0.00469171954, -0.0104985936, 0.00401675748, -0.0102271419, 0.0221563615, -0.00369761791, 0.00218262174, -0.0134552205, 0.0124794608, -0.0164191853, -0.0200434364, -0.0117751528, 3.18107959e-05, 0.0213640146, -0.00327026425, -0.021070553, 0.0222003814, -0.0210265331, 0.00705408677, -0.0140788266, 0.00300798286, -0.00855441, -0.00651485054, 0.000597928301, -0.000342754152, -0.0141155096, -0.00462935911, -0.0169180688, 0.00974293, 0.0267783832, -0.00686700456, 0.00972825661, 0.0332492143, -0.0104619106, -0.028275039, 0.0256925747, -0.00381867099, 0.0333372541, -0.0106599974, 0.042141106, 0.00519060437, 0.0205129758, 0.0140274717, 0.002362367, 0.0170794725, -0.00534467213, -0.00545472, 0.0163311455, 0.00434690202, -0.006166365, -0.0166539531, 0.0114450082, -0.019603245, -0.00414881529, -0.00376364682, -0.00834898651, 0.016756665, -0.00667258631, -0.0349219479, 0.0161403958, -0.0111662196, -0.0176810697, 0.0101097571, 0.0180772431, 0.0121639892, -0.0078647742, 0.0150399143, 0.017431628, -0.00149390369, -0.0143796252, -0.0304613281, -0.0115697291, 0.0317819081, -0.000257925363, 0.00705408677, 0.002188124, 0.00511723896, -0.0299624447, 0.00925138127, 0.00349402893, -0.016697973, -0.0175636858, 0.0187081862, 0.00294745644, 0.00769603439, 0.0113349594, -0.013836721, 0.00255311723, -0.00250542955, 0.022537861, -0.0287739243, 0.0281576533, -0.0191190317, 0.0146584138, -0.018840244, -0.0163604915, 0.0341882929, 0.019573899, 0.0191923976, 0.00300798286, 0.00957418885, -0.00172683888, 0.000811605132, 0.0133084897, 0.0142915864, 0.0137046631, 0.000214593892, -0.0132351248, -0.0173435882, -0.00632043229, -0.0311949831, 0.0299330968, -0.00220646546, 0.0164778773, -0.00589858089, -0.0184880905, 0.00399841601, -0.0271598846, -0.00764467847, -0.00894324668, -0.0112762675, -0.0258246325, -0.0197353028, -0.00213493407, 0.00202305196, -0.00841501541, 0.0136899902, 0.00983096845, -0.00758598605, 0.0168153569, 0.0114083253, 0.00172500475, 0.00392871909, -0.00729986094, 0.00993368, -0.0247681718, 0.00244857138, 0.0118118348, 0.0117091238, -0.0028282376, 0.018928282, -0.0233595539, -0.00546572497, 0.0106820073, 0.0161550697, 0.0100584012, 0.0216721501, -0.0121859992, 0.000263427763, 0.027526712, -0.00147464522, 0.00755663961, -0.00504020555, 0.00869380403, -0.00823160168, 0.0279522315, 0.0120245945, 0.00488980627, -0.0196912829, 0.00858375616, 0.000137216295, -0.00938343909, 0.0252083633, -0.000187196492, 0.0427867211, -0.0577826165, 0.0298157129, 0.0328090228, -0.026162114, 0.0164778773, 0.00621772045, 0.00325375702, 9.87567546e-05, -0.0153920688, -0.00665057683, 0.0208211113, 0.0100363912, 0.0195445511, -0.00302999257, -0.000383105129, -0.000187081867, 0.0188549161, -0.0160670299, -0.00932474714, -0.000254944898, 0.00833431352, 0.0078647742, 0.013073721, 0.00924404524, -0.00792346708, -0.000508514175, -0.0148198176, 0.000328081049, -0.00639012922, -0.0303145982, 0.00655153347, 0.00363525725, 0.0124647878, 0.00883319881, -0.0171968583, 0.0200434364, -0.00356005784, 0.00483478233, -0.0292141158, 0.00835632347, -0.0161110498, -0.00687800953, 0.000885429094, 0.00260630716, -0.00193684746, 0.0344524086, 0.0184000507, 0.0189723019, -0.0149372024, 0.00058463082, -0.0108214021, -0.0220389776, -0.00300064636, 0.00948615093, -0.0141008366, 0.0304026362, -0.0160523579, 0.00975760259, -0.0347165242, 0.0120612774, 0.0252083633, 0.0170648, 0.0110414978, 0.0277321339, -0.0349219479, -0.000338398066, 0.0306667518, 0.00435790699, 0.0116944499, -0.00152691815, 0.0240345169, 0.0264702495, -0.0236823633, -0.0152306641, -0.00695504341, 0.0019240086, -0.010161113, 0.0089946026, -0.00275120372, 0.00275303796, 0.0226552468, -0.0307841375, -0.00151132792, -0.00988232438, 0.00229450408, -0.0021807875, 0.0215547644, -0.0161990877, -0.00510256598, -0.0141742025, 0.000729986059, 0.00764467847, 0.0168006849, -0.0197793208, 0.0162724536, -0.0347752161, 0.0166246071, 0.00617736951, 0.0082829576, 0.00769603439, -0.00109589624, -0.00928072724, -0.000186967227, 0.0211585909, 0.0199994184, -0.0119732395, -0.0044165994, -0.00706142327, -0.00093816052, 0.00492282072, -0.00443494041, 0.0255605169, -0.0122300182, -0.0176517237, 0.0134258745, -0.0197499748, 0.0295369234, 0.0330437906, -0.0133231627, -0.00963288173, 0.00102895021, -0.0158322603, 0.0149665484, -0.0150692603, 0.00210375385, 0.0109828059, 0.0215547644, 0.00307951425, -0.0186935123, 0.00437624799, 0.0144383181, -0.0171234924, -0.0263675377, -0.0341296, -0.00212392933, -0.0260447301, -0.0050805565, 0.00451197429, 0.0375924483, 0.0239758249, -0.0234769396, -0.00217895349, 0.0435203761, -0.00289059826, 0.00835632347, 0.0298450589, 0.0373870246, 0.0136019513, 0.00852506328, -0.0196619369, -0.0119145466, 0.00267233606, -0.0120245945, -0.0128756342, -0.0299037509, 0.00284474483, -0.0168593768, -0.0135285864, -0.0201168023, 0.0010206966, -0.00945680495, 0.00413781032, 0.00886988081, 0.00885520782, -0.0139834518, -0.00707242778, -0.025428459, -0.00334179564, -0.0111075267, -0.0104325647, 0.00256412197, -7.09008164e-05, -0.00984564144, -2.40587051e-05, 0.00344083901, -0.00818024576, -0.0212319568, -0.00924404524, 0.00149390369, -0.00528964773, 0.0134552205, -0.00409745937, -0.0310189053, -0.0128096053, 0.0132131148, 0.0116430949, 0.013088394, 0.00419650273, 0.011628422, 0.0112175755, 0.0187522061, 0.0223471113, 0.0177544355, -0.0101170931, 0.0155681456, -0.0439899154, 0.0423465297, 0.0139467688, 0.00105462817, 0.0119438926, -0.0159203, -0.00236603525, 0.0202048402, -0.0109974789, -0.0212613028, -0.0181946289, -0.0065405285, 0.0112909405, -0.0161110498, -0.00217161677, -0.000745117723, 0.0095154969, -0.0146217309, 0.0219069198, 0.00755663961, 0.0117678158, 0.00430288259, 0.0152159911, 0.0154507607, -0.00702107232, 0.00676429318, 0.020351572, -0.0063937977, -0.00538869109, 0.00222113845, 0.000928072783, 0.0130076921, -0.0150399143, 0.0326622911, -0.0052272873, -0.00978694949, -0.00589124439, 0.00399107952, -0.0029749684, -0.00841501541, 0.00014638697, -0.000114346905, -0.013800038, 0.0050255321, 0.0193244554, 0.00984564144, -0.0312536769, -0.0092220353, -0.0161110498, 0.0128462873, -0.00512457546, -0.023946479, -0.0114670172, -0.00703941332, 0.018179955, -0.0221123416, -0.004361575, -0.0063130958, 0.0296543092, 0.0183120128, 0.0698438957, 0.00606732164, -0.00279889139, 0.000422997575, 0.00414881529, 0.018121263, -0.00655887, 0.00326476176, -0.00809954386, -0.0136826541, 0.00272002351, -0.0154947797, -0.0039323871, -0.0165072232, -0.0263088457, -0.0162284337, 0.0177397616, 0.000938619, 0.0146950968, -0.00258613168, 0.0154947797, -0.00926605426, 0.0208211113, 0.003428, 0.0100730741, 0.0191483777, -0.0251496714, -0.00357839908, 0.0102858339, 0.0102418149, -0.0211439189, -0.00626540836, -0.02324217, 0.0274826922, -0.00279338891, 0.010131767, -0.0143869622, 0.00372512988, -0.026881095, -0.0202341862, -0.00762266852, 0.00420750771, 0.00896525662, 0.0223617852, -0.00809220783, 0.0031932306, 0.0125601627, -0.00394339208, 0.00418549823, 0.029786367, 0.0137560191, -0.00624706689, -0.019588571, 0.0179745313, 0.0267637111, -0.0141668655, 0.00709076924, 0.00382233923, -0.0188108981, -0.00829763059, 0.00919268932, 0.00818024576, -0.00927339122, -0.0113863153, -0.004724734, 0.00750528416, 0.00181029213, -0.0192364175, 0.00353621389, 0.0164045114, -0.00640847068, -0.0258246325, -0.0153480489, -0.00100602349, 0.00101611123, -0.0175490119, -0.00140861631, 0.0202341862, 0.005803206, -0.0234622657, -0.0306080598, -0.00109497912, 0.013066384, -0.00122795394, -0.00318956235, -0.0191483777, 0.0162431076, 0.00132241193, -0.00353437988, 0.0249882676, 0.0248415358, -0.00881118886, -0.00355455535, 0.0127509125, 0.0132057788, -0.0243866704, -0.00598661974, -0.00284474483, 0.00316571863, 0.00420750771, 0.020351572, 0.0108140651, 0.0162871275, -0.0363305621, 0.0251643434, -0.00998503529, 0.00675328821, -0.027629422, 0.0350686796, 0.00159111293, -0.0079087941, 0.00153058639, -0.0109461229, -0.000196137902, -0.0220096298, -0.0266756732, -0.00058463082, 0.0112615945, -0.00171858538, 0.00438358495, -0.0339828692, -0.0214960724, -0.0149151934, -0.0186641663, 0.010865421, 0.00792346708, 0.000430563407, 0.000386085594, -0.0101097571, 0.0295075774, -0.00656987494, 0.00792346708, -0.013051711, -0.010850748, 0.0110121518, -0.00471006101, 0.00129856821, 0.00392505061, 0.0128242783, -0.0074172453, 0.00227066013, 0.00705775479, -0.00145446975, 0.000811605132, -0.01309573, -0.0171381664, -0.0144309811, -0.00334546389, -0.0234035738, -0.00494849868, 0.0136019513, -0.0111882286, -0.00109131087, -0.0149225295, -0.00894324668, 0.0129930181, 0.00680831261, 0.02181888, -0.0168300308, 0.00442760391, 0.00131782668, -0.00974293, 0.0022174702, 0.00369945215, -0.00681931712, 0.00534467213, 0.0318112522, -0.0101977959, -0.0165365692, -0.00545472, -0.00458900817, 0.00609666761, -0.00213860255, 0.00634611025, 0.005803206, 0.00760065904, 0.00466971, -0.00575551856, -0.00336197112, 0.011591739, -0.0161844157, -0.00205423217, -0.00638279272, -0.00319873309, -0.00305933855, -0.0121419793, 0.00556843635, -0.0134332115, -0.0235796515, -0.0206156876, 0.00993368, 0.00824627466, 0.0154947797, -0.0133011537, 0.00831964053, -0.0149151934, -0.00264849211, 0.0186641663, -0.00722282706, -0.0172555503, -0.0127435764, 0.00753463, -0.0162724536, -0.0235503055, -0.0252964012, 0.00298047089, -0.021848226, 0.0137560191, -0.00557944132, 0.00174151198, -0.0226405729, -0.0331611782, 0.0186641663, 0.00973559357, -0.00699906237, 0.0277614798, -0.00475408044, -0.00996302627, 0.00882586185, 0.00460734917, 0.0178571474, -0.00997769926, -0.0049998546, 0.0490081124, 0.00234952802, 0.0173435882, -0.0109461229, -0.0107040172, -0.00898726564, -0.00926605426, 0.00986765139, 0.0106893443, 0.0328677148, 0.0107480362, -0.00506955152, 0.00515025342, 0.0130003551, -0.000722649565, -0.0013049877, -0.0119438926, 0.00968423765, 0.00918535236, -0.0160523579, 0.00629475433, 0.00229817233, -0.00960353576, 0.00232201605, -0.0109901419, 0.00648550456, -2.6193753e-05, 0.0142328944, -0.0176077038, -0.0185321085, 0.0193684753, 0.0234769396, 0.0147611257, -0.00409745937, -0.0123033831, -0.00450463779, -0.0074722697, -0.010887431, 0.0191923976, 0.00430655107, -0.0126922205, 0.0152746839, 0.0341002531, 0.00215510977, 0.0154214147, -0.00749427918, 0.010205132, -0.00650384603, -0.0345697924, 0.00412313733, -0.00135450938, 0.0134845674, 0.00146088924, -0.00526763825, -0.0119292196, -0.0172408782, -0.0110194888, -0.00753463, 0.00829763059, 0.016668627, -0.00273286249, -0.00506955152, -0.0104985936, -0.00290343701, 0.0072521735, 0.00321157183, 0.00226332364, 0.00800416898, -0.0036957839, 0.0102931708, -0.016668627, 0.0191190317, 0.010190459, -0.0104399016, 0.0142035484, 0.000307676295, 0.0227286126, -0.00448996481, 0.011606412, -0.00664324034, 0.00670926925, 0.0244160164, 0.0172408782, 0.0147244427, 0.00321890856, 0.00078546867, 0.0134405475, 0.0095154969, 0.00707242778, 0.0243866704, -0.00750528416, -0.00997769926, -0.013081057, -0.000526855525, -0.0197059568, -0.0192657635, -0.0065405285, -0.016697973, -5.36198168e-05, 0.0114156613, 0.000591967371, -0.0117824888, -0.00820959266, -0.00378932478, -0.0221123416, 0.00151774741, -0.026103422, 0.00687067304, 0.00502186408, 0.0149885584, 0.0173289161, -0.00188182341, 0.00393972406, -0.0238290932, -0.00418549823, 0.0187962241, 0.0263528638, -0.0278348457, 0.0024999273, -0.00997769926, -0.00600862922, 0.0012031931, -0.00897993, -0.00714212516, -8.8382425e-05, -0.0116724409, -0.00582154747, -0.00774005335, 0.00976494, -0.018121263, -0.00935409311, 0.010205132, 0.0142989233, 0.00385535369, 0.0163751654, -0.0265142675, -0.0126702106, 0.00874516, 0.00613335054, -0.014548366, -0.000267783849, 0.00369028142, -0.00350319943, -0.00843702536, 0.0212906487, -0.00241739117, 0.026851749, 0.00101152598, 0.0068156491, -0.00885520782, -0.00263748737, -0.00265032635, -0.0118411817, -0.00103812094, 0.00437258, 0.0280402694, -0.0159643181, -0.00411213282, -0.0125381527, -0.0234916117, 0.0137340091, 0.00861310214, -0.00499251764, -0.00587657141, 0.0129636722, -0.00851772726, 6.94105765e-05, -0.0194124933, -0.0204983018, -0.0122373542, -0.00526397, -0.00595360529, -0.00367744244, -0.0150105683, -0.0063937977, -0.0328383707, 0.0227873046, -0.00541803753, 0.0155974915, 0.0167126469, 0.00799683202, 0.0155534726, 0.00791613, 0.0091413334, -0.0180038773, -0.00824627466, 0.0284951348, 0.0313417129, 0.0106820073, 0.0141081735, -0.0321927518, 0.026132768, 0.0161697417, 0.00338764908, 0.018150609, 0.000922111794, -0.0229780544, -0.0153920688, 0.00535567664, -0.000374163734, 0.0112395845, 0.0189576279, -0.0107407, 0.00371045689, -0.00237704022, 0.0153773949, 0.0114596812, -0.00549140293, -0.0286858846, 0.0131690959, 0.0182826668, 0.0112249115, -0.00118943711, 0.00720815407, -0.0308721755, -0.00727418298, -0.0013260803, 0.0157882422, -0.000766210258, 0.0119585656, 0.00672027376, 0.00707976473, 0.00276771095, 0.00154709362, 0.00445695035, -0.0112029016, -0.00469538802, -0.00181762862, -0.0112836035, -0.000416578114, 0.00861310214, -8.13897786e-05, 0.00831964053, -0.0182973389, -0.000128733416, -0.0011454178, -0.00410112785, 0.0130076921, -0.0103665357, 0.00448262831, -0.0265289415, -0.0092954, 0.00319689885, 0.0103151798, -0.00419650273, -0.000105634761, -0.00635711476, -0.018165281, -0.00142970891, 0.0140494807, 0.00986031443, 0.0157442223, -0.00214960729, -0.010894767, 0.00209641736, 0.0151719721, 0.0295809433, -0.0280109234, 0.00273653073, 0.00924404524, -0.00658821594, -0.0109681329, -0.00388103141, -0.00417816173, -0.00241188868, -0.0113789793, 0.010161113, 0.00851772726, 0.0136899902, -0.0256338827, -0.000232132821, -0.0171381664, 0.00135450938, -0.0134552205, -0.039969489, -0.00582521548, 0.0251349974, -0.000566747971, 0.00654786499, -0.00931741, 0.0126555376, -0.0183853786, 0.00557210483, -0.00119860785, 0.00101427711, -0.000853331701, -0.00872315, -0.0258979984, 0.0172702242, -0.00104820868, -0.00165163935, 0.0204689559, 0.0172408782, 0.0205569956, 0.00136643124, -0.00377831981, 0.0128022684, 0.00667258631, 0.00944946799, 0.000984931, 0.00855441, -0.0260007102, 0.0255311709, 0.0130076921, 0.0105866324, -0.0103518628, 0.00807753485, -0.0061040041, 0.010153776, -0.0165218953, 0.00480910437, -0.011621085, 0.000301486085, -0.00303366082, -0.0111148637, 0.02466546, 0.00788678415, 0.0092954, 0.000328310329, -0.00354721886, -0.0037031204, -0.0078647742, 0.00464036362, -0.013073721, 0.00104912568, 0.0181946289, -0.0193538014, -7.4569085e-05, -0.00579220103, -0.00141778705, -0.00613701856, -0.00837833248, -0.010850748, 0.0254724789, -0.0243719984, -0.00258796569, -0.00956685282, -0.00215144129, -0.00825361162, -0.0170061085, 0.0020707394, -0.00583622046, -0.00202672021, -0.00203772495, -0.00381500274, -0.00886988081, 0.00953750685, 0.0285831727, 0.0222444, 0.00410479633, 0.0212613028, -0.0183413588, -0.00179837027, -0.0259566903, -0.00461468566, 0.00875249598, 0.00890656374, -0.00486779679, -0.0198233407, -0.0233595539, -2.45029096e-05, 0.00353988237, -0.00051768485, 0.00923670828, -0.0161697417, 0.0239171311, 2.49327854e-06, 0.00434323354, 0.0132644707, 0.00433589704, 0.0086571211, 0.0194565132, 0.0177250896, -0.00154801074, 0.0177837815, -0.00402042596, -0.0360077545, -0.0371816, -0.00463302713, -0.0061590285, 0.024636114, 0.0130297011, 0.0142622404, -0.0221563615, 0.00465870509, -0.00506588351, -0.0216868222, 0.00542537402, -0.00122336869, -0.00641213916, 0.021789534, -0.0146290679, -0.0216134563, -0.00399841601, -0.0238731131, -0.00322441082, 0.0213933606, 0.0119879125, 0.00134717277, 0.00351603841, 0.0314297527, 0.0071898126, 0.00663957186, 0.004361575, -0.0289793462, 0.0152893569, -0.0272479225, -0.0301385205, -0.0111662196, -0.00755663961, -0.00592425885, -0.01451902, 0.00498518115, 0.000685508305, -0.00489714276, 0.00235136226, 0.00798215903, 0.0248121899, -0.000317993312, 0.00240271795, 0.00251093204, -0.00840767846, 0.0204396099, 0.00791613, -0.0273653083, 0.0268957689, 0.0103885457, -0.0275413841, 0.00751995714, -0.00559044629, -0.00877450593, 0.00559044629, 0.0193538014, -0.00304833381, -0.00146180624, 0.010139103, 0.00592792733, 0.014541029, 0.00076942, 0.0197206289, 0.00036545156, -0.00470272452, 0.00339315133, 0.0104545746, -0.0198820326, -0.00121970032, 0.00808487087, -0.0072705145, -0.0190456677, -0.0044973013, 0.00504020555, 0.0110635078, 0.00165989297, 0.0131030669, 0.0361544862, 0.0179745313, -0.0072375, -0.00939077605, 0.0244306903, 0.0178131275, 0.0360077545, -1.65502097e-05, -0.0192657635, 0.0173729341, -0.000168281971, 0.0205569956, -0.00046266077, 0.00593159534, -0.0212759767, -0.0117824888, -0.00808487087, 0.00204689568, -0.00755663961, 0.0100730741, -0.00177269231, -0.010916777, 0.00607832614, -0.00382967573, -0.00793080311, 0.0255458448, 0.018121263, 0.0102784978, 0.00151499629, -0.0322514437, -0.00432122406, -0.0118411817, 0.00242289342, 0.00354905287, 0.00944213197, 0.0220389776, -0.0223177653, -0.00836365949, -0.00367744244, -0.00171124877, 0.00872315, -0.014541029, 0.00599395623, 0.0035582236, -0.00125271478, 0.0347458683, 0.00840034243, -0.0317819081, -0.0201461483, -0.00965489168, 0.0196912829, 0.0138734039, -0.00205606641, 0.0138807399, 0.0215841103, -0.00823160168, 0.00878184289, -0.00655520149, -0.000479168, 0.0173435882, 0.00567848468, 0.0119805755, 0.0225525349, 0.0136019513, -0.0266756732, -0.0147684617, -0.00598661974, 0.00648550456, -0.0131984418, 0.000746034784, -0.0277761538, -0.0226699188, 0.00360957952, 0.0215254184, -0.000998687, 0.0110121518, -0.019617917, -0.0169474147, -0.0250616334, 0.000348256552, -0.0164485313, -0.00258429744, -0.0168153569, -0.00120044197, 0.0130297011, -0.0132131148, 0.0287445784, 0.0182239749, 0.0148198176, 0.00415248377, -0.0221710354, 0.00641213916, 0.00604898, 0.0214667264, -0.0170648, 0.00282090087, 0.000126784638, 0.00666158134, -0.0140568176, 0.00910465047, 0.0243426505, -0.0207624175, 0.0247828439, -0.00590591738, 0.00234952802, 0.00510990247, 0.00508789299, 0.00202121772, 0.0132424608, -0.0146143949, 0.00768869743, -0.0307254437, 0.0302852523, -0.00456699822, 0.000576377206, 0.00206340291, -0.00486412831, -0.00644882163, 0.00326476176, 0.00343717076, -0.0179745313, -0.00839300547, 0.0129930181, -0.00901661161, -0.00954484288, 0.00574451359, 0.0151866451, 0.00437258, 0.00656987494, 0.0119145466, -0.0105719594, 0.0260300562, 0.0303439442, -0.021774862, 0.00602697069, -0.0129856821, -0.0255164988, 0.00560511928, -0.00967690069, -0.00900193863, -0.00127105613, 0.00522361882, 0.011650431, 0.00894324668, 0.00927339122, 0.0105059305, -0.0140274717, -0.0321634077, 0.00589491287, 0.00503653707, 0.00407545, 0.022435151, -0.0204249378, -0.0154360877, -0.0106233153, 0.0201901682, 0.00853973627, -0.016668627, -0.00738789933, 0.0107627092, -0.00268150656, -0.00632776879, -0.0010711354, -0.00703207683, 0.00645615812, 0.00574084511, -0.00378932478, 0.00414881529, -0.0114523442, -0.00349219469, -0.0110635078, -0.00972825661, -0.00202488597, 0.00584722497, 0.00169657567, -0.00746493321, -0.0191337056, -0.00559778279, -0.00124721241, -0.00411946932, 0.000494758133, 0.00109131087, -0.00623239391, 0.00802617893, -0.0157148764, 0.00551708089, 0.0110708438, 0.00405344041, 0.0053740181, -0.0165072232, -0.0295075774, 0.00487513328, -0.00923670828, -0.0072705145, -0.0065405285, -0.0058105425, 0.00932474714, -0.0067679612, -0.0138293849, 0.0240785368, 0.0199407246, 0.032779675, -0.00815823674, 0.00345734623, 0.0141228465, -0.0140054617, 0.0190456677, 0.0201901682, -0.00437258, -0.0209384952, -0.00460368115, 0.0173729341, -0.00947147794, -7.22764162e-05, -0.0157148764, 0.00967690069, -0.000280852051, 0.0107773822, -0.00915600639, -0.0183707047, 0.00382600748, -0.0126261916, -0.000243252274, 0.0127435764, -0.0160817038, 0.0185027625, -0.0049264892, 0.000606640417, 0.00669826427, -0.0206156876, -0.0207477454, 0.00328860572, 0.00525296526, -0.0102198049, -0.00834898651, 0.00374897383, 0.00282090087, -0.00781341922, 0.00592792733, 0.00427353662, -0.0115037, 0.00110048149, 0.00845169835, -0.000194876935, 0.00031684697, 0.00852506328, 0.00383701222, -0.023183478, 0.0115330461, 0.00398374302, -0.0104032187, 0.00809220783, -0.00392505061, -0.0017424291, 0.0081509, 0.00532266218, -0.012362076, -0.0135285864, 0.0155828185, -0.0106673343, 0.0215400923, -0.00657721143, -0.00933942, 0.00625440339, 0.0130297011, 0.0118191717, -0.00124812941, 0.0157442223, 0.00672027376, 0.0158469342, 0.00944946799, 0.0077694, 0.000598845363, -0.00967690069, -0.0176517237, 0.0108580841, -0.00698072137, -0.00185339432, 0.00143246015, -0.00280622789, -0.00727418298, 0.0175343398, 0.0132131148, 0.00837833248, 0.00428087311, -0.0176517237, 0.0135505963, 0.0088038519, -0.00831230357, -0.0119512295, -0.0197793208, -0.00409379136, -0.00526763825, -0.0056564752, -0.011628422, 0.0260300562, 0.00450463779, 0.003631589, 0.0265876334, 0.0102931708, -0.0220096298, -0.00403143046, -0.00240638619, -0.000663040148, 0.013792702, -0.000710727647, 0.0106820073, -0.0021441048, 0.00112432532, -0.00417816173, 0.00302082184, 0.0086571211, 0.0160817038, -0.0162871275, 0.0231394581, -0.0325155593, 0.000278330117, -0.0128169414, -0.0184440706, -0.0109314499, -0.0176517237, 0.00304283132, -0.00522361882, 0.0313123688, 0.00301715359, -0.00428454159, -0.015993664, 0.00632043229, 0.00683399, 0.00258613168, -0.0440779552, 0.0105132665, -0.00942012202, 0.0117971618, -0.00692936545, 0.00433589704, 0.00507688802, 0.00446795486, 0.0163898375, 0.0402629524, 0.00688167801, 0.0199113786, 0.0227286126, 0.0118631907, 0.000266637508, -0.00226699188, -0.00307584577, 0.00581421098, 0.00846637134, 0.00914866943, -0.0162431076, 0.00267967256, 0.00927339122, 0.0131837688, 0.0107333632, -0.00193317921, -0.00345918024, 0.00512090744, -0.00980162248, -0.00942012202, 0.00282090087, 0.0105719594, -0.0201168023, -0.0103151798, 0.0117237968, -0.00917067938, 0.0291554239, -0.0130003551, 0.015978992, -0.0135652693, -0.0212906487, 0.00371595938, -0.00150582555, -0.00380032952, -0.0039874115, -0.00167089782, -0.00586923491, -0.0212613028, -0.00950082392, -0.0156415105, 0.0206010137, -0.0106893443, 0.00897993, 0.0022174702, -0.00742458226, 0.00155809848, -0.0194418412, 0.000812522194, 0.0274386723, 0.00620671595, -0.011562393, 0.0145850489, -0.0126995565, 0.00147005985, -0.00111974, -0.0139100868, -0.00101244298, 0.00544371549, -0.0171234924, 0.0236530155, 0.00866445806, -0.0114670172, 0.00980895851, -0.00407545, 0.00438358495, 0.00432856055, -0.0301091745, 0.00904595852, 0.00661756238, 0.00740624079, 0.0170354545, -0.00580687402, -0.000241188871, -0.0106379883, -0.0300064627, 0.0191483777, 0.00135726051, 0.00770337088, 0.0120245945, -0.00582888396, 0.00422951719, -0.0287152305, -0.0136679802, 0.00767402444, -0.0157442223, -0.0092954, -0.00757864956, 0.00478709443, -0.00626540836, 0.0117458059, 0.01233273, -0.00898726564, -0.00402409397, 0.0221123416, 0.0176663976, 0.000991350389, 0.00718614459, -0.00396173354, 0.0167860109, 0.013073721, 0.000910189934, -0.0105939684, 0.0312536769, 0.000547031, 0.0073989043, -0.000323725, 0.00630942732, 0.00349036069, 0.0148638375, -0.0179158393, 0.00403143046, -0.0120979603, 0.0259860363, -0.011665104, -0.0112249115, 0.0103665357, 0.027585404, -0.0137046631, -0.0016479711, 0.00235869875, 0.023212824, 0.00968423765, -0.0112322485, -0.00352337514, -0.00127747562, -0.00708343275, 0.0107993921, 0.00778407278, 0.0118118348, -0.00108214014, 0.00127013912, -0.00469905604, -0.0285244808, 0.00166447833, 0.0330731384, 0.0070430818, -0.00290343701, -0.00266683358, -0.00162412727, 0.0162431076, -0.00538869109, -0.0133891916, -0.00259346818, 0.00544371549, -0.0185174365, -0.00903862156, -0.0211439189, -0.00411213282, -0.0022156362, -0.0200874563, -0.00460368115, 0.0205716677, 0.00354905287, -0.00516492687, 0.00606732164, -0.00953017, -0.0213199947, 0.00285208132, -0.00772538036, 0.00217711926, 0.00729986094, -0.0124721238, -0.0304026362, -0.00309602148, -0.000370036927, -0.00845903438, -0.00397640653, 0.000752454274, -0.00962554477, -0.00225965539, -0.0241665747, -0.00214043655, 0.0110414978, 0.00988966, -0.0118118348, -0.0492428802, -0.0192364175, -0.00182679936, -0.0208651293, 0.00147464522, 0.00170391228, 0.00340782455, 0.00776206283, -0.00531899417, -0.0213053226, -0.0198967066, -0.00297680264, -0.00986031443, -0.0051539219, -0.00187081855, -0.00605264818, 0.0352741, -0.00636811974, 0.00321157183, -0.00787944812, 0.00153517176, -0.0507982261, -0.0165218953, -0.00648550456, -0.0278935377, 0.00630209083, -0.026103422, -0.00809954386, -0.00750895217, 0.00441293092, -0.00841501541, -0.0228313226, 0.0127435764, 0.000820317247, -0.0165805891, 0.0185761284, 0.0146364039, -0.0343350247, -0.013110403, -0.000563996786, 0.00162504439, -0.0120906234, -0.0121126333, 0.0123033831, -0.00656987494, -0.00113808131, -0.00399107952, -0.00179837027, -0.0189136099, 0.00881118886, -0.000558952917, 0.00569682615, -0.00701373583, -0.018165281, -0.0098529784, 0.0193978213, 0.00271818927, -0.00779874576, 0.0265582874, -0.0259126723, -0.00560878776, -0.000680922938, 0.0180038773, -0.019676609, 0.0173289161, 0.013800038, 0.00556476833, 0.00663590385, -0.000690552173, -0.0144163081, 0.0183707047, -0.0129856821, 0.025355095, -0.0182093009, -0.00754930312, -0.0206597075, -0.0154507607, -0.0306374058, -0.0118852006, 0.000375539326, 0.0113276234, 0.00413047383, 0.00900193863, 0.00981629547, 0.00563813373, -0.00896525662, 0.00332528842, 0.00937610306, -0.00547673, 0.0201461483, -0.0171675123, -0.00240822043, -0.00575185, -0.0116577679, 0.0506515, 0.00543637853, -0.0018378041, 0.00695504341, 0.00374897383, 0.000939994643, 0.0106893443, -0.0121346433, -0.00761533203, 0.00127197325, -0.00585089345, -0.0141008366, -0.00608199462, -0.0157735683, -0.0222444, 0.00446428685, -0.00209274911, -0.0167126469, -0.0188108981, -0.0234622657, 0.0132497977, -0.0241225548, 0.0199700706, 0.0122006722, 0.0309308674, 0.0173729341, -0.047922302, -0.0184440706, 0.0148491645, 0.00390304113, 0.00701373583, 0.00104087207, -0.00633510528, -0.00162596151, 0.0201461483, 0.00616269652, 0.0237704013, 0.0300504826, -0.000926238601, 0.0106599974, -0.00807753485, 0.00939811207, 0.0114376713, 0.00451564277, -0.00216611451, -0.0140494807, -0.0161990877, 0.00487880129, 0.0403216444, 0.0218335539, -0.00303916307, 0.0130590471, -0.0334252939, 0.00435423851, 0.00245957612, 0.00534467213, 0.000768502941, 0.00224865065, 0.00841501541, -0.00662489887, -0.0161550697, 0.0102564879, 0.0127802584, 0.00646349462, -0.0280549433, -0.00345734623, 0.000215625594, 0.00268150656, -0.0150545873, 0.00362058426, 0.0135505963, -0.0158322603, -0.00177452643, 0.000143865036, 0.0168740507, -0.0266169794, -0.00836365949, -0.0114816902, -0.0237850733, -0.00190016476, 0.00113349594, -0.00917801633, 0.00255311723, 0.00174793147, 0.0354795232, -0.0287005585, 0.0156415105, 0.00143429427, 0.0170354545, -0.011577066, -0.00180937501, 0.0416128747, -0.017402282, 0.0265289415, 0.00381500274, 0.0212613028, -0.00610767258, -0.011650431, 0.00714579318, -0.00307217753, 0.023961151, 0.0230367463, 0.00474307546, -0.0214814, 0.00632776879, 0.00216428027, 0.0471886471, 0.00590958586, 0.00401675748, 0.0158322603, -0.0072375, 0.0081362268, 0.00180845801, 0.00488613779, 0.014511683, -0.0062397304, 0.00835632347, 0.00835632347, -0.0187228583, 0.0149445394, 0.00513924891, 0.00667992281, -0.0119952485, 0.001714, 0.0179451853, -0.00442760391, -0.0122960471, 0.0269691348, 0.0129343262, -0.00910465047, 0.00388103141, -0.0127435764, 0.000453031564, -0.0107333632, 0.00714579318, 0.0266463254, 0.00620304747, 0.00829763059, 0.0200727824, -0.00486412831, -0.00489347475, 0.00321707432, -0.0168593768, -0.0111808926, 0.00778407278, 0.00404977193, -0.0139100868, -0.00493382569, 0.0150545873, -0.00597561477, -0.00300248037, 0.00990433339, 0.00495950365, -0.0040681134, -0.00354355061, 0.00654786499, -0.00413781032, 0.0125088068, 0.0210265331, 0.0216134563, 0.00210191961, 0.0242986325, 0.0031198652, 0.0174463, 0.0122740371, -0.00300064636, 0.0165805891, 0.0162871275, -0.00314004067, -0.00191483786, -0.0107407, -0.00101794547, 0.0108360751, 0.0118265077, 0.00474674348, 0.0147757987, 0.0139614427, -0.0242839586, 0.00577385956, -0.00401308946, 0.00825361162, 0.00077950774, 0.0234916117, -0.00850305427, 0.022537861, -0.0120025855, -0.0149372024, 0.00678630266, 0.00983096845, 0.0120099215, 0.0117751528, -0.019603245, -0.0229633804, 0.00195152056, 0.0122593641, 0.00714212516, 0.0092880642, -0.00963288173, -5.11838552e-05, -0.000385168532, -0.00485312333, 0.0086204391, 0.00860576518, -0.000195564731] |
21 Feb, 2023 | How to upload Laravel App to Heroku Cloud Application Platform
21 Feb, 2023
Prerequisites :
Knowledge of PHP (Laravel)
A Heroku user account
A basic knowledge of Git version control
Setting up Heroku CLI: You can download Heroku CLI from here. We recommend you to view this article to install Heroku CLI.
Creating a Laravel App: In order to create a laravel app goto your command line and write the following command.
$ composer create-project laravel/laravel HerokuApp --prefer-dist
After running above command you’ll see something like this: We are assuming that you have composer installed in your machine. Otherwise you can download it from here. Initializing a Git repository: Heroku requires the app to be a git repository. Go to your root directory of app and enter the following command
$ git init
After initializing add the files to repository and commit changes as
$ git add .
$ git commit -m 'Initial commit'
After running above commands you’ll see something like this: Creating a Procfile: According to the documentation, By default, Heroku serves the files from the root directory. So in order to tell Heroku to serve the files from the public/ directory, you need to create a Procfile. Create a Procfile (there is no extension associated with this file)). Add the following content to the file:
web: vendor/bin/heroku-php-apache2 public/
It should look like this in VS Code: Now, add this file to repository and commit changes as:
$ git add .
$ git commit -m 'Added Procfile'
Deploying to Heroku: Now your app is ready, you can now create a new app on Heroku and push the changes to the server. Type the following command to create a new app from the command line.
$ heroku create
The above command will create a website with a wired name like calm-cliffs-42104.herokuapp.com. Now push the local changes to the server by the following command:
$ git push heroku master
You will see something like below: There is one more thing since your .env file has not been uploaded to the server, therefore, you need to set an environment variable to the Heroku app. You can do that by the following command:
$ heroku config:set APP_KEY={your-app-key}
After running the command you’ll see something like: You can set more config (environment) variables by this command or from the dashboard. Now, you can go to your dashboard and take a look at your website. You can also open your website by the following command:
$ heroku open
After running above command you’ll see laravel’s home page as in the image below: Note:
Now every time when you make any changes to your app you have to commit the changes and push it to Heroku as we have done in this tutorial.
You can change the name of your app by going to the settings of your app from the dashboard.
Reference: Heroku Documentation
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons/How to use Font Awesome Icon as a Cursor?/How to Use Font Awesome On Your WordPress Website?/How to Add Custom Logo to WordPress Website ?/How to add FTP like file manager to your WordPress Website ?/How to Setup a Subdomain on Your WordPress Website ?/How To Publish Your Website On Wordpress?/How to Publish Your Front-End Over Surge Cloud Platform ?/How to upload Laravel App to Heroku Cloud Application Platform | https://www.geeksforgeeks.org/how-to-upload-laravel-app-to-heroku-cloud-application-platform?ref=asr9 | CSS | How to upload Laravel App to Heroku Cloud Application Platform | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, How To Publish Your Website On Wordpress?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, How to Add Custom Logo to WordPress Website ?, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Use Font Awesome On Your WordPress Website?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to Publish Your Front-End Over Surge Cloud Platform ?, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to upload Laravel App to Heroku Cloud Application Platform, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to use Font Awesome Icon as a Cursor?, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to add FTP like file manager to your WordPress Website ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to Setup a Subdomain on Your WordPress Website ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.0617260784, -0.00666977419, -0.00639859261, 0.00851639081, 0.0169682149, 0.000905552588, 0.00535260653, 0.0320769, -0.035279423, 0.0756725594, 0.014760023, 0.0099820625, -0.0522218123, -0.0867264345, 0.0102209607, 0.0143338805, -0.0336006805, 0.0107633239, -0.0329550095, -0.0147729358, 0.0166712068, -0.0210488513, -0.0123129319, 0.00916851778, 0.0453777052, 0.00210811337, 0.0247679111, 0.0191505812, 0.0185953043, -0.0020241763, 0.0529449619, 0.0223272778, -0.00814835913, -0.00602733204, -0.0136494692, 0.0162192378, 0.0243288558, -0.011408994, -0.0529449619, -0.00703134947, -0.00256492523, 0.0084324535, -0.0205581412, 0.0260979924, 0.0205710549, -0.0500265323, 0.0216816086, -0.0261367336, -0.012461436, -0.0165291596, -0.0125001762, 0.00931056496, 0.0282028783, 0.0111119859, -0.00692804204, -0.00147697073, 0.0203386135, 0.0033929972, -0.0623975769, -0.00466173934, 0.0142176598, -0.0108924573, 0.0143984472, -0.00738646789, 0.0107245836, 0.0327483974, 0.012758445, 0.0171360895, -0.0304239839, 0.0243417695, 0.0270406716, -0.00854221731, 0.0162967183, 0.0104921423, 0.0101111969, 0.00674079778, 0.00689575868, -0.014914983, -0.0255039763, 0.0356926546, -0.00943969935, -0.0274539, -0.0429241583, 0.00415811641, 0.019512156, 0.0565090626, 0.0108214337, -0.05433961, 0.0210488513, 0.03052729, -0.0134170279, -0.00118561205, -0.00551725272, -0.0215266477, 0.0134945083, 0.0131845875, -0.00234701135, 0.00406772271, -0.00961403083, -0.0333165862, -0.00359638338, 0.0124162398, 0.0166324656, -0.0513953529, -0.0404447876, -0.0259172041, 0.0378362797, 0.00548819732, -0.0153411254, -0.0311471336, 0.011157182, -0.00579811912, -0.0062242616, 0.0327483974, -0.0309146922, -0.0116672618, 0.00400961237, -0.0457392819, -0.0166970342, 0.013907738, 0.0243546832, -0.0229083821, -0.0171490032, -0.0260334257, 0.00369969057, 0.0134428553, 0.0258397236, -0.040832188, 0.0408580154, -0.00301205181, 0.00417425856, -0.00673434092, 0.00760599598, 0.0478570797, -0.00607898552, 0.00202740473, 0.0226242859, -0.005878828, 0.0136236427, 0.00879402924, -0.0310954805, -0.027169805, -0.029675005, 0.00176752242, 0.0386627354, 0.027221458, 0.0199899524, 0.0100014322, 0.0339622572, -0.0166324656, -0.0304239839, 0.0160513632, 0.023618618, 0.0366999, 0.00905875396, -0.0300107542, -0.0306822509, -0.0210359376, 0.00181917602, -0.0316120163, -0.0134428553, 0.00321220956, 0.0124356095, 0.000647688, -0.000569400494, 0.0226501133, 0.0496391319, 0.0133008081, -0.0247033443, 0.0202740468, 0.0128036411, -0.0161288437, 0.00102661573, -0.00352858799, -0.0771188587, -0.00364158046, 0.0101563931, -0.00912332069, 0.047934562, -0.00686993171, -0.0210101102, -0.0189439654, 0.00910395104, -0.0093622189, 0.0551144145, 0.0212296378, 0.0274280738, 0.0167099461, 0.00597890653, -0.00507819653, -0.0148504162, -0.0225209799, -0.00360929687, -0.0395666733, -0.00125744287, -0.0134557681, 0.0105373394, -0.0118157659, 0.010660016, 0.00707654608, -0.0158834886, -0.0195508953, -0.008955447, 0.0498715714, 0.0284353197, 0.000300236687, 0.0272989385, 0.0101370234, 0.0615711175, -0.0144371875, -0.0122612789, 0.0405222662, -0.0240964144, 0.00589174125, 0.011557498, 0.00913623441, -0.011460647, 0.00171586871, 0.00394504517, -0.00719922362, -0.0433115624, 0.010408205, 0.0255556293, 0.0176784527, -0.0250520073, -0.00622103317, -0.0282545313, 0.00284417765, -0.00784489419, 0.00801276788, 0.0257622432, -0.0143467933, 0.0296491794, 0.0299591012, -0.00739938114, -0.0315861888, -0.00424528215, -0.00161175441, -0.00104679295, 0.00872946251, -0.00161498273, 0.0145921484, 0.000334941462, 0.003977329, -0.0138560841, -0.0163741987, -0.00600150507, 0.0205064882, 0.0150957713, -0.00508465338, 0.00416457327, -0.00909103733, -0.0289260279, 0.0253361017, -0.0313537493, 0.0189956203, -0.0193571951, -0.0204806607, 0.0413228981, 0.0534098446, -0.0181045942, 0.0252457075, -0.00618875, 0.00260689366, 0.0416586474, 0.00940741599, 0.00705717597, 0.000526624848, -0.0127971852, -0.0182595551, 0.0316120163, -0.00319606788, 0.0218365695, 0.0321285538, -0.0130877364, 0.0237994064, -0.00350276125, 0.013610729, 0.00179334916, -0.0230762549, 0.0396441557, -0.00781906676, 0.0539263822, 0.0232312158, -0.0236315317, -0.0396183282, -0.0115123009, -0.0291326437, 0.00343819428, 0.00250358647, -0.0177688468, -0.0369839929, 0.0479862131, -0.0227146801, 0.0259817727, 0.0138689978, -0.0102984412, 0.0395150222, -0.0135332486, -0.0102209607, -0.00517181912, -0.0243417695, 0.0136236427, -0.011460647, 0.0174072701, 0.0427175462, -0.0103500942, 0.010066, -0.0021646095, 0.0114283636, 0.0406772271, -0.000345433597, -0.00225016102, -0.0400573835, -0.0172006562, 0.0395150222, 0.0223789327, 0.0358992666, -0.00246807467, -0.000981418765, 0.015909316, -0.0135203358, -0.0746394843, 0.0035802417, 0.0510854311, -0.0395666733, -0.0212683789, -0.00925891194, -0.00668268744, -0.0115187578, -0.0278929565, -0.0347887129, 0.0201190859, 0.0167874265, 0.0373197421, 0.0154444333, 0.00811607577, -0.00163112453, 0.045481015, 0.00278768153, -0.00188212888, 0.03052729, -0.0098271016, -0.00241480675, 0.0400573835, -0.0540813431, -0.00845182408, 0.00502977148, 0.0307597313, -0.00259559462, 0.000824843766, 0.00125905708, 0.00188697141, 0.0147212828, -0.0145017542, -0.0269115362, 0.0227792468, -0.0180400275, -0.0160771906, 0.0225468054, 0.0334715471, 0.00123323023, -0.0266016163, 0.0288485475, 0.0375521816, -0.0632240325, -0.0325676091, -0.060693007, 0.0080256816, -0.0161417574, 0.000586752838, 0.0122031681, 0.0113767106, -0.0206356216, -0.0524026, -0.0139206508, -0.0447836891, 0.0200545192, -0.0340397358, 0.0203257, 0.0555792972, 0.0395666733, 0.0175493173, 0.00167712849, 0.0301140621, -0.0377846248, 0.0237994064, -0.0470564514, 0.0308630392, -0.0446803831, -0.0181691609, -0.0131200198, -0.00923308451, 0.000346442452, -0.0210875906, -0.0179238077, 0.0160255358, -0.0280479174, 0.0137269497, -0.0260850787, 0.0106987562, 0.0234249178, 0.0378104523, 0.0314054, -0.0320510715, -0.0194346756, 0.0308113862, -0.0139206508, 0.0324643031, -0.0222110581, -0.0352277718, 0.00354150147, -0.0270148441, 0.0142693128, 0.0170586091, -0.00251488574, -0.00512662204, 0.0608479679, 0.00413229, -0.00423236843, -0.0105889924, 0.0449644774, -0.0222497974, -0.00872946251, -0.0161288437, 0.0189697929, 0.0364932828, 0.0227017663, -0.0248970464, 0.00345756439, 0.00285224849, -0.00247291708, 0.00973670743, -0.0476246402, -0.0144501012, -0.0124743497, 0.0341172181, -0.00136236427, 0.0131523032, 0.0290551633, -0.0217074342, -0.00192571164, 0.00480055856, 0.00665686047, -0.0499748811, 0.00348339113, -0.056147486, 0.0336523354, -0.0228954684, -0.0443962887, -0.0392567515, 0.00821938273, -0.026020512, -0.0174847506, -0.0135332486, -0.0223272778, -0.0648253, 0.0142693128, 0.00687638856, -0.0480120406, 0.012810098, -0.00327032, 0.0211650711, 0.0226759408, 0.00614355272, -0.00665686047, -0.0146179749, 0.00462299911, 0.00196606596, -0.00829686318, 0.0236315317, -0.0318702832, 0.0470822752, 0.0139852185, 0.00703780586, 0.00220980658, -0.0191634931, -0.0261367336, -0.0419943966, -0.0163354576, -0.00425173854, 0.0371131264, 0.0179367196, 0.0013672068, 0.0377587974, -0.00772221666, 0.0132749807, 0.000759066141, -0.011660805, 0.0430791192, 0.00175783737, 0.00881985575, -0.00773513, -0.0269890167, 0.0400573835, -0.0381462, -0.00210649939, 0.0155477403, 0.00107826933, -0.00450355, -0.0175364055, 0.0297008324, -0.0303981565, 0.0251811408, -0.00838725735, 0.0270148441, -0.0123710427, 0.00249067298, 0.00204838905, 0.0177430194, -0.0239414535, 0.00249551563, -0.0180529412, 0.038921006, -0.00141643919, 0.0366482437, 0.0134428553, 0.0164516792, -0.0239156261, -0.00360929687, 0.00805150811, -0.0244063362, 0.0115704117, -0.0123258457, 0.000896674581, -0.0212554652, 0.0114154508, -0.0369839929, 0.00940741599, -0.0123193888, 0.0180012882, 0.00560764642, -0.00814190228, -0.00717985351, -0.0118415933, -0.0273764189, -0.0096721407, 0.00585300103, -0.0248712189, 0.0146179749, -0.044835344, -0.00532677956, 0.00167067186, -0.0129715158, -0.0313537493, 0.0261625592, -0.0125518302, -0.00985292811, 0.0355118662, 0.0258913785, -0.0290293358, 0.0180529412, 0.0419685692, -0.00138980523, -0.00293457136, 0.0104275746, -0.00677308114, -0.0243546832, 0.00855513103, -0.00441638473, 0.0166841205, -0.00401929766, 0.0550627597, -0.03052729, 0.0100724567, 0.00316217029, -0.0286935866, 0.0126874205, 0.0132878944, -0.021565387, -0.0232957844, 0.00255846838, -0.0113186, 0.015612307, 0.0043227626, 0.0155864805, 0.0248324797, 0.0016948845, -0.0335748531, 0.00225661765, 0.0240447614, 0.0122806486, -0.00566898519, -0.00834851712, -0.0115316715, -0.000328484748, -0.0100724567, -0.00554953609, 0.0110990722, -0.0146179749, 0.0289260279, -0.0086455252, 0.00806442183, 0.000493937754, 0.00810961891, 0.0066245771, 0.0155219138, 0.00958174653, -0.032619264, -0.00406126585, -0.02191405, 0.0101822205, 0.00427756552, 0.0341946967, 0.0174718369, 0.00829686318, 0.0579553656, -0.0175880585, 0.00452614855, -0.00390953338, -0.0277896486, 0.00897481665, 0.0331616253, -0.00346724945, -0.00798694137, -0.0371906087, -0.00377071439, 0.00643733284, -0.0254394095, -0.0203257, 0.00470370799, 0.051782757, -0.00111620245, -0.0140497852, -0.022017356, 0.0236960985, -0.016309632, 0.0267565753, 0.0106471032, -0.0110667888, -0.0233732648, 0.00353504485, 0.0108020641, -0.00788363442, -0.00451646373, 0.0115704117, 0.0071282, 0.000376708253, -0.02081641, 0.00316378428, -0.0204548351, -0.0024922872, 0.00876174588, 0.104185358, -0.0202482194, 0.0107245836, -0.00534292171, 0.0126034841, 0.0101757636, -0.0342980064, 0.00595630845, -4.17667943e-05, 0.0300882347, 0.0147471093, -0.0535131507, -0.0209068041, -0.0370614752, -0.0233861767, 0.00301850843, -0.00914269127, 0.00385788, -0.0230246019, 0.0235798787, -0.0201190859, 0.0318702832, -0.0051330789, 0.00331228855, 0.0153152989, 0.00359315518, 0.00934930518, 0.0182079021, -0.0216557812, -0.00734772766, 0.0110151349, -0.00433567585, -0.0078707207, 0.0216428675, 0.0385594293, -0.0165549852, 0.0190343596, 0.00446481, -0.0331616253, 0.0125518302, 0.0111894663, -0.0481153503, -0.00196122355, -0.031276267, -0.0266532693, -0.0146179749, -0.0184790827, -0.00597245, 0.00674079778, 0.0282803588, -0.022869641, -0.0260334257, -0.00868426543, 0.0156381335, -0.0427433737, 0.00923954137, -0.0246904306, 0.0108343475, -0.00579166226, -0.0561991408, 0.0155219138, -0.032619264, 0.0315603614, -0.0127003342, 0.00941387285, -0.0154831735, -0.0191893205, 0.020132, 0.0128811216, -0.0213458594, 0.0546495318, 0.0129844295, 0.0161546711, -0.00968505442, 0.0157672688, -0.015263645, -0.00879402924, -0.0290035084, 0.00137769897, -0.0034801627, -0.0142047461, -0.0248841327, -0.0250390936, 0.0105760787, -0.0297008324, -0.0371906087, -0.00909749418, -0.0106729297, -0.0170456953, 0.0230891686, 0.0154573461, -0.00157140009, -0.0144501012, 0.0030976031, -0.00791591778, -0.00817418564, 0.0342463516, -0.00549788261, -0.0124743497, -0.00559796114, -0.00141240377, -0.00626623025, -0.0146308886, -0.00189988478, 0.0118867895, 0.0107052131, 0.0194346756, 0.0187502652, -0.00981418788, 0.00317185512, -0.0497940928, -0.0464366078, 0.0181175079, -0.00568512687, 0.00233571231, -0.00965922698, 0.042485103, 0.0140885254, 0.0218623951, -0.0240318477, 0.011809309, 0.0156252198, 0.000529046054, -0.0292617772, 0.0206227079, 0.0145404944, 0.00119126169, -0.0197058562, 0.0425367579, 0.0144759277, 0.0202482194, 0.0168778207, -0.0226242859, 0.0276863407, -0.0219527893, -0.0314570554, 0.00430984888, 0.0251553133, -0.0416328199, 0.0165549852, -0.00140513992, 0.0386110842, 0.0201707389, 0.00529126776, 0.0198866446, 0.0314312279, 0.00973025151, 0.0132491542, 0.0197316837, 0.00929119531, 0.0251036603, 0.0340913907, -0.0278671291, 0.019964125, -0.0137915174, 0.00204677484, -0.0374230482, 0.0171490032, -0.0179754607, 0.00544300023, 0.0119771836, 0.0112669459, 0.000906359637, -0.00892962, -0.0168907344, -0.00564638665, 0.0195896365, -0.00668914383, -0.0204290077, -0.0262271259, 0.0315345377, 0.0132039571, 0.0112604899, -0.00476504676, -0.0216686949, -0.0154444333, 0.00296039833, 0.00974316429, -0.0166324656, 0.0507496819, 0.0154960863, -0.0524026, 0.0186340436, -0.00476504676, 0.00462622754, 0.0220819227, -0.0392567515, 0.00830977689, 0.0199770387, 0.00177397905, 0.0410646312, -0.0247937385, 0.0388951786, 0.00723796384, 0.0126293106, 0.00139545486, 0.0228438135, -0.0200416055, -0.0244967304, -0.0254135821, -0.0228179879, -0.0245354697, 0.013959391, -0.0217590891, -0.00189019972, -0.00406126585, 0.0266532693, 0.0309663471, -0.0123387594, -0.0470564514, 0.0137269497, 0.0148504162, 0.00921371486, -0.0241351556, 0.00263110641, 0.0301915426, 0.0161675829, 0.020609796, 0.0173685309, -0.0384302959, 0.0110280486, 0.0211392455, -0.009207258, -0.0364674591, 0.0150182908, 0.0143338805, 0.00043623097, 0.00776095688, -0.0403931327, 0.0168907344, 0.0199253839, 0.00911686476, 0.00852284767, -0.0295975246, -0.0267049223, -0.00113718677, -0.0145275816, 0.0170327816, 0.00109441113, 0.00814835913, 0.0248195659, 0.0273505934, -0.040728882, -0.0231924765, 0.0079675708, 0.0179883745, 0.00629205676, -0.0167486873, -0.0162708908, 0.00512339361, -0.0192151479, 0.0183112081, 0.0256331097, 0.0145534081, 0.00408386439, -0.018466169, 0.0120934043, 0.0111830095, 0.0318702832, -0.0267824028, -0.0228438135, 0.0220431834, -0.0170456953, 0.0141014392, 0.0248970464, -0.00651481329, 0.0176784527, -0.0304239839, 0.0144888414, -0.0132749807, -0.047030624, 0.0056883553, -0.0179367196, 0.00518796081, -0.0428208522, 0.0340397358, -0.0225338917, -0.00929765217, 0.0178463273, 0.00991749577, 0.0416328199, 0.004077408, 0.014463014, -0.0204419214, 0.0180787686, 0.0257880706, 0.00182724686, 0.0216041282, -0.00707654608, 0.000780453964, -0.00236638146, -0.00583363092, -0.00353504485, -0.010905371, 0.00043623097, -0.0427691974, -0.0109376544, 0.0314570554, 0.0210875906, -0.0170198679, -0.0206485353, -0.0250261799, -0.0078707207, -0.0165549852, 0.0205452275, -0.0211005043, -0.0385336019, 0.00645993091, 0.0165808126, 0.0341946967, -0.0141014392, -0.025968859, 0.0146825425, -0.0060693007, -0.0204031803, -0.0156639609, -0.00510725193, 0.0299074464, 0.0173943564, 0.00213716854, 0.0179367196, -0.00105244259, -0.0176009722, 0.0127455313, -0.0146179749, 0.0162192378, 0.0202223938, 0.0087423753, 0.00343173742, 0.0167874265, -0.032619264, 0.015560654, -0.0167874265, -0.0235927925, -0.0153927794, -0.0201836526, -0.0014358093, -0.00974962115, 0.00506205484, -0.0288485475, 0.0139852185, 0.0106471032, -0.0459717251, -0.00507174, -0.0145404944, 0.00781906676, 0.0216816086, -0.0414520316, 0.00219527888, 0.0102790706, -0.0319477655, 0.00492000766, 0.00306854793, 0.0438022725, -0.0119190738, -0.0303981565, -0.0128746657, -0.00751560181, -0.033626508, 0.00173523882, 0.00576583575, 0.0453518815, 0.0250520073, 0.0173943564, 0.0368548594, -0.0188019183, 0.0230762549, -0.00512662204, -0.0438797511, 0.0110345054, -0.00137204933, -0.00823875237, 0.0316378437, -0.0248066522, 0.00372551754, -0.00568512687, 0.0205710549, 0.00483607035, -0.0141143519, 0.0182853825, -0.00321543799, -0.00262464979, 0.00446158182, -0.00748331845, 0.00412583305, -0.0131910434, 0.00317024114, -0.0161934104, -0.00253264164, -0.00373197417, -0.0110667888, 0.00303303613, -0.0159738827, -0.00409032125, -0.0369839929, 0.00586591428, -0.00520410249, 0.00938158948, 0.0154831735, -0.00224370416, 0.0169553012, -0.0171619151, 0.00119771832, -0.0216041282, -0.00514922058, -0.000651319919, 0.0145663219, 0.00717339665, -0.017265223, 0.00385142327, 0.008955447, -0.0154186059, -0.0372680873, -0.0239156261, -0.0170844346, 0.0299849268, 0.0207131021, 0.012009467, -0.00539134676, 0.00447126664, 0.0384302959, 0.00655032508, 0.0130231697, 0.0161288437, -0.0101176528, -0.0185565632, 0.0138302576, 0.0119707268, -0.00369969057, 0.00918143149, -0.0109182848, 0.0105050551, 0.00667623058, -0.00661812024, -0.0140626989, -0.0216816086, -0.0270148441, 0.0118545061, -0.00767701957, 0.00287161861, 0.00386433653, 0.00164000248, -0.0256589372, -0.0136882095, -0.0113444263, -0.0163741987, -0.038378641, -0.017962547, 0.00221787742, -0.037474703, 0.0107052131, 0.0227146801, 0.00151248265, 0.0124356095, 0.0230762549, 0.00958174653, -0.0188277457, -0.00679890811, 0.00506528327, -0.0235411376, 0.0133137209, 0.00890379306, 0.0335490294, -0.0221335776, -0.000253829116, -0.00779969711, 0.000920887222, 0.0150312036, -0.0224951524, 0.000221949158, 0.0200416055, 0.0205968823, 0.0177042782, -0.0317153223, -0.00594985159, -0.0135719888, 0.0057238671, 0.0137398634, -0.00900064409, -0.0168390814, 0.00514599215, -0.0143080531, -0.0326967426, 0.00842599757, 0.0155348266, -0.0153927794, 0.0293392576, -0.000527431897, -0.00624686, 0.00796111487, 0.0115639549, -0.00732835755, -0.0078061535, 0.0142047461, 0.00767056271, -0.0138302576, 0.0129715158, -0.00294909906, -0.0171877425, 0.012112774, -0.0183370356, 0.00291520124, 0.0303723291, -0.0140239587, 0.000487077516, -0.0347628891, 0.00629205676, 0.00338331214, -0.008955447, 0.00183047529, 0.0319219381, 0.0169294737, 0.00529772462, 0.0141789196, 0.00725733396, 0.0128359254, 0.0185178239, -0.0252457075, 0.00224370416, 0.00871009193, -0.012810098, 0.0190472733, -0.00723796384, 0.0134557681, -0.0284611452, 0.0232441295, -0.03992825, 0.00257461029, -0.0169811286, -0.00629528519, -0.011208836, -0.0139723048, -0.00991749577, -0.0269373637, 0.00993686542, 0.0168778207, 0.0212812927, 0.028719414, -0.0147471093, -0.000606930058, -0.0110409614, 0.0195508953, 0.00473922, -0.000761487405, 0.019266801, 0.00411937619, -0.000389621651, -0.00934284925, 0.019912472, -0.0142693128, 0.0102403304, 0.014011045, -0.0171748288, -0.0111894663, 0.00936867576, 0.00330906012, 0.0204290077, -0.00743812136, 0.018866485, 0.0108924573, 0.0281253979, 0.011757656, 0.00805150811, 0.003977329, -0.0281770509, -0.00841308385, 0.00136155717, 0.022663027, -0.000171203515, -0.00487803901, -0.000242933442, 0.00400315551, 0.0199770387, 0.0111378124, -0.0200545192, 0.0159997102, -0.00439701462, -0.0264079142, -0.00556567777, -1.00696816e-05, 0.0062242616, 0.0170327816, -0.0221981443, 0.00867780857, 0.00540103205, 0.0127003342, 0.0165420733, 0.0146567151, -0.00267791748, 0.00187082961, 0.0150828576, 0.0102338735, -0.0138044301, 0.0288743749, -0.000258873421, -0.000396683667, 0.0224564131, -0.0164645929, -0.0102209607, 0.00953009352, -0.0242255479, -0.00861324184, 0.0183241218, 0.00463591237, 0.0110474182, -0.0134170279, -0.0129198618, -0.000101945283, 0.0347887129, -0.0145275816, 0.0136882095, -0.0217203479, 0.000554469356, 0.0107956072, 0.00180787675, 0.0056883553, 0.0227275938, 0.0236702729, 0.0230246019, 0.000650916365, -0.00258429535, 0.0142047461, 0.0299332738, 0.00566898519, 0.00654064, 0.0241480675, -0.0149020702, 0.0110538751, -0.0187760908, -0.0315603614, 0.0140368715, -0.0108537171, 0.0112152928, 0.000227800541, 0.00867135171, -0.00120256084, -0.00412583305, -0.025620196, -0.0421235301, -0.00288453186, -0.00296201231, -0.0024745313, 0.00720568048, 0.0341946967, 0.00111862377, 0.00950426608, 0.00176429399, -0.00807733554, 0.00589496968, 0.00962048676, -0.0147341955, 0.023967281, 0.0024745313, 0.0208551493, -0.0217590891, 0.00871009193, 8.7821245e-05, -0.000340591068, -0.00663749035, 0.0368806869, -0.0174201839, -0.0115058441, 0.0131006502, 0.00116139941, 0.00206130231, 0.0171102621, -0.00672788406, -0.00451969216, 0.0405480936, 0.0215912145, 0.00136075006, 0.00576583575, 0.0131006502, 0.0185823906, 0.0269631911, -0.0133782877, 0.00278122467, 0.0145792346, 0.00607898552, -0.00785780698, -0.0137269497, 0.0132749807, 0.00190956984, 0.0154444333, -0.0586268604, 0.0427175462, -0.00160287647, -0.0292359497, 0.00789009, -0.013959391, 0.0137140369, -0.0067859944, 0.00232602726, -0.0101563931, 0.00399669912, -0.0146438023, 0.0150053771, 0.00184177444, 0.00801276788, -0.000127318111, -0.0132233277, -0.018414516, -0.012861752, -0.0184919965, 0.0152507322, 0.00342850923, 0.0188406594, -0.00418394338, -0.0111700958, 0.000189867409, -0.0177171919, 0.0123064751, -0.0168519951, -0.0165678989, 0.0213458594, 0.00256008259, 0.0148633299, -0.00583685935, -0.0192022342, 0.0236315317, -0.0149278967, -0.0167099461, -0.0216816086, 0.0179754607, -0.0302431956, 0.0276605152, -0.0052234726, -0.00607252913, -0.0216557812, 0.02191405, 0.00305240625, 0.0149924634, -0.0250132661, -0.00650189957, -0.012609941, -0.00788363442, -0.0101951333, -0.0021290977, -0.0146696288, 0.00856804475, -0.0076511926, 0.000158088325, -0.0181949884, -0.0125647439, 0.00271181506, 0.0109763946, -0.00309114647, 0.0241609812, -0.0246129502, 0.00886505283, -0.00457134563, 0.0305014644, 0.0153152989, 0.019563809, 0.00339945406, -0.000928958121, -0.0128811216, 0.0283061843, -0.00240350771, -0.0135849025, -0.0157543551, 0.00373197417, 0.0289518554, -0.0146308886, 0.0168003403, -0.0310438275, 0.00438410137, -0.0106406463, -0.00909749418, -0.00629528519, 0.0293392576, 0.00220819237, 0.00206453074, -0.0225855466, -0.00517827552, 0.00843891, 0.0370873, -0.0186211299, 0.00391599024, 0.000376506476, 0.0187373515, 0.00893607643, 0.0229729488, 0.0162967183, -0.0300107542, -0.0164387655, -0.0150053771, 0.0211650711, 0.0337556414, -0.0176655389, 0.0119190738, 0.0428466797, 0.0058433162, -0.0130231697, -0.0128036411, -0.0190731, -0.00510725193, -0.0175234918, 0.00733481441, -0.0103888344, 0.0222756248, 0.0142564, -0.00164323091, 0.00787717756, 0.00264563388, -0.0213071182, -0.0231279097, -0.0129134059, 0.0147341955, 0.0166841205, 0.0076253661, 0.0187373515, -0.0265499614, -0.0196025502, 0.0230762549, -0.00714757, -0.0193442814, -0.0185823906, -0.0166582931, -0.00192086911, -0.0203386135, -0.0341946967, 0.0332649313, 0.0290035084, -0.022663027, 0.0193442814, 0.0145146679, -0.00485221203, 0.0311987884, -0.0149020702, 0.023063343, 0.0130360825, -0.0161675829, -0.030320676, -0.00970442407, 0.00843891, 0.0046681962, -0.00275055529, -0.0135978162, 0.0205581412, 0.00858095754, -0.0111636389, -0.00697969552, -0.00636953721, 0.00848410744, 0.00748331845, 0.00369646237, 0.0225468054, -0.00185630203, 0.00473922, -0.0190343596, 0.0205323156, -0.0111700958, -0.00504591316, -0.0198995583, -0.00925891194, -0.0117447423, -0.00956237689, 0.0127390744, -0.0271439776, 0.000181090334, -0.00739292474, -0.00773513, -0.0115316715, -0.00136317138, 0.00754142879, -0.0125970272, 0.00902647059, 0.006405049, -0.000600069819, 0.000450758555, -0.029675005, -0.0029216581, -0.00310083153, 0.00523315743, -0.0125130899, 0.00129134057, -0.00687638856, 6.51723458e-05, -0.0298299659, 0.054236304, 0.0165291596, -0.0178979803, -0.00613063946, 0.00843891, 0.00370614743, 0.00184016034, -0.0222756248, 0.0171231758, 0.00359638338, -0.00598859182, -0.00834206, 0.0289260279, 0.00621780474, 0.00568189844, 0.0168003403, -0.0290809888, -0.00777387, -0.0177430194, 0.00666331733, 0.00759308226, 0.00905875396, -0.0146567151, -0.01135734, -0.00685056159, 0.0122677349, -0.0307080783, 0.0164387655, -0.019460503, 0.0192151479, 0.0132620679, -0.0138819106, 0.0393084064, -0.00543977227, 0.00699260924, -0.00174008135, -0.00958820339, -0.0185178239, 0.00580457598, -0.0116737187, -0.0137786036, -0.012609941, 0.028771067, 0.0247937385, -0.00121708843, -0.0142176598, 0.00328646181, 0.000104215222, 0.00609189924, -0.00476181833, -0.0190343596, 0.0186469574, 0.0063501671, -0.00414520316, 0.00187405793, 0.00686347485, 0.0040483526, 0.0330583192, 0.0262400396, 0.0420460477, -0.00875528902, -0.0110603319, 0.00761245238, -0.00878757238, 0.000563750858, -0.00860032812, 0.0154702598, -0.00153830939, -0.0200674329, -0.0063792225, -0.00465851091, -0.00603701686, -0.0126293106, -0.0264337417, 0.00296362652, -0.00563347293, 0.012106318, 0.0210101102, -0.0240835, 0.00459394418, 0.00157624262, 0.0128294686, 0.0271439776, 0.00305240625, 0.023967281, -0.0219915304, -0.00701843575, 0.00457457406, 0.0080256816, -0.0112475762, -0.0134428553, -0.0231279097, 0.0163871124, 0.0161030162, 0.0274280738, -0.00672142766, 0.00317831198, -0.0220690109, -0.0170456953, -0.00218559382, 0.00144710846, 0.0158705749, 0.0220819227, 0.00738001149, 0.00175299484, 0.00690221507, -0.00382882473, 0.00154880155, -0.00676016789, 0.0196800306, -0.00776741328, 0.00636308035, 0.00630497048, 0.0151861645, 0.0193313677, 0.0233861767, 0.00264563388, -0.0270148441, -0.00723796384, -0.0157414414, -0.00454874709, -0.00574969361, 0.00278768153, 0.025968859, 0.00805796497, 0.00505237, -0.0200932585, 0.0102790706, 0.026020512, -0.00691512879, -0.00227275933, 0.0100724567, -0.0122483652, -0.00421945518, -0.0123516722, 0.0110732457, 0.0018337036, 0.0257105902, -0.026472481, -0.0196800306, -0.00777387, -0.0090522971, -0.00598213496, 0.00329291844, 0.00275701215, 0.0589367822, -0.0207389295, 0.0116478922, 0.0187890045, 0.0207389295, 0.00629528519, -0.0122225387, 0.000534292136, 0.000740503077, -0.0290035084, -0.00971088093, 0.0150312036, -0.00748331845, 0.00977544766, 0.0143726207, 0.00380622619, 0.004077408, -0.0358476155, 0.0157027, -0.00849702116, -0.00129134057, -0.0254523214, 0.0182853825, 0.00118076953, 0.00225338922, 0.0171748288, 0.00697969552, 0.00463591237, 0.0123645859, -0.0322318599, -0.00105647801, -0.0105631659, -0.00567544159, 0.00903938431, 0.0028344926, -0.0153152989, -0.0143984472, -0.0122289946, 0.00821938273, 0.0167357735, -0.00918788835, -0.00310728815, -0.0108924573, 0.0193442814, -0.000383164966, 0.00626623025, 0.0118028531, -0.0133395484, 0.0194734149, -0.00352535979, 0.00252134237, -0.00781261, 0.0111184418, -0.000959627447, -0.0132491542, 0.015960969, -0.00743812136, -0.0210230239, -0.00304917782, 0.00975607801, 0.0248195659, -0.0259559453, -0.0172006562, -0.00108876149, 0.00557859102, -0.0197445974, -0.0140497852, -0.0107697798, -0.0010032102, 0.0137656899, 0.0098012751, 0.00391599024, -0.0184532572, 0.00807087868, 0.00285386271, 0.0254781488, 0.00117673411, 0.00785135, -0.0265499614, 0.0145663219, 0.0269890167, -0.00881985575, -0.00835497305, -0.00289905956, -0.0165291596, 0.029571699, 0.0154444333, -0.0102790706, -0.00546559878, 0.0215395596, 0.000849863514, -0.0024244918, 0.00308630383, -0.0140885254, 0.00354150147, -0.0102855274, 0.00464236923, -0.00997560564, 0.0223918445, -0.00313150091, -0.0133137209, -0.0169423874, -0.00454874709, 0.001175927, -0.000940257334, -0.000483445619, 0.00801922474, -0.000117330397, 0.00234378316, -0.0212038122, -0.00410646293, 0.0172523092, -0.0344013125, 0.00467465259, -0.0164387655, 0.00674725417, -0.0243546832, -0.0321027264, -0.0323868208, -0.0334973745, 0.00476181833, -0.0253619291, 0.0131006502, 0.00973670743, -0.027118152, -0.0332391076, 0.00494260574, 0.0190989263, -0.00486512575, 0.0155993942, 0.010957025, -0.0115058441, 0.00684410473, 0.0118674198, 0.0173814446, -0.017962547, -0.000539538218, 0.0113186, -0.0124872634, -0.019266801, -0.0262271259, -0.0235282257, -0.0313537493, 0.00114283641, 0.00713465642, -0.00608867081, 0.0217720009, 0.0243805088, -0.00513630686, -0.00280543743, 0.00706363283, -0.0192926284, 0.0135203358, -0.0243934225, -0.000940257334, 0.0261109062, -0.0157672688, 0.00216945214, 0.000369242684, -0.00791591778, 0.0125260036, 0.00934284925, 0.00882631261, -2.41874131e-05, -0.0193571951, -0.00888442341, 0.00765764946, 0.0218623951, 0.00934930518, 0.0160771906, -0.0343238302, -0.0103694648, -0.00339945406, 0.00925245509, 0.00154638034, -0.00357701327, -0.0048231571, -0.00273118517, 0.00347047765, 0.0217461754, -0.0182208158, 0.0168003403, -0.0277379956, 0.00363835203, -0.0164258517, -0.0116478922, 0.00896190386, 0.00549142575, 0.0183241218, 0.00597567856, -0.0253748409, -0.0246904306, -0.0286161061, -0.0301398877, -0.00836143, -0.0227017663, -0.00328161917, 0.0115445843, -0.0169165619, -0.0146050621, 0.00860678498, -0.000229616489, -0.0125195468, 0.019964125, 0.00980773196, -6.1691775e-05, 0.0210101102, -0.00403866777, 0.016761601, 0.0223272778, -0.0128230117, -0.02191405, -0.00368032069, 0.013959391, -0.00196768017, -0.000935414806, 0.00593048148, 0.0127132479, 0.0194088481, -0.00115010014, 0.0147858495, 0.00860032812, 0.0104663149, 0.014811676, 0.00448418, 0.0289260279, 0.0221206639, 0.0294167381, -0.0133524612, -0.00452614855, 0.0119319865, 0.00115736399, -0.0184403434, -0.0155735668, -0.0112669459, 0.00527189765, 0.0196025502, -0.017562231, -0.0195896365, 0.0137915174, -0.00220173574, -0.00230504293, -0.00391276181, -0.0251424015, -0.0079675708, -0.00337039889, 0.0154960863, 0.00440669945, 0.0145017542, 0.0101693068, -0.0128875785, 0.0157027, -0.0143080531, 0.0105631659, -0.0169682149, 0.0190085322, 0.00129537599, -0.011860963, -0.00114848604, 0.00383205316, 0.00333488709, -0.0190472733, -0.0187890045, -0.0131845875, 0.000542363035, -0.00787717756, -0.0246129502, -0.00741875125, 0.009207258, -0.0219915304, -0.0193571951, 0.0106406463, -0.00911686476, 0.00075785548, 0.0224305857, 0.0329291858, -0.019770423, -0.0157543551, -0.00965922698, 0.0100401724, -0.00655355351, 0.0129908863, -0.022469325, 0.00458748732, -0.00147051411, -0.0130748227, -0.0161934104, 0.027970437, -0.0173039641, -0.0187890045, -0.00285063428, 0.0113186, 0.0147729358, -0.0079675708, -0.00222110585, 0.00785135, -0.00562378811, 0.00137366354, 0.0122354515, 0.0169553012, -0.00842599757, 0.00548174046, -0.0197187699, -0.00615646597, -0.00772221666, 0.0113896234, 0.00105082837, -0.00511048036, -0.0241351556, -0.0268857107, 0.00636630878, 0.0183499493, -0.029623352, 0.0114348205, -0.00830332, 0.0313795768, 0.0220560972, -0.00698615238, 0.00579489069, -0.00172555377, 0.00728961732, 0.00283772079, -0.0117770256, -0.003702919, 0.0351244621, 0.0221464913, -0.00253102742, -0.0205839686, 0.00684410473, -0.0192538872, 0.0302431956, 0.0347628891, 0.00752205867, 0.00241642096, -0.0124356095, 0.0174460113, -0.000874883204, 0.0115768677, 0.0169423874, -0.0296491794, 0.0100789126, -0.00382882473, 0.00224047597, 0.00199027872, -0.0338847749, -0.0170069542, 0.0190472733, 0.011557498, -0.00237283832, 0.000328081223, -0.00281189405, -0.0162708908, -0.00300398096, 0.00301528024, 0.00471662125, -0.0140239587, 0.0113508832, -0.00732190115, -0.0101693068, -0.00340591068, -0.000147596191, 0.00171909714, -0.00840017, 0.0107697798, -0.00618552137, -0.00959466, -0.00907812454, 0.0196025502, -0.000135288094, 0.000120659635, -0.0280479174, -0.0273764189, 0.0103888344, 0.012409783, 0.0161030162, -0.011809309, 0.00502331462, -0.0259946845, 0.0234894846, 0.00986584183, 0.0162579771, 0.00564315822, -0.00832914654, -0.000301850843, -0.00814190228, -0.00218882225, 0.00505559845, 0.00325740664, 0.0202094801, 0.000811930397, 0.00165210885, 0.00353504485, 0.0239156261, 0.0424334519, -0.0105437953, -0.0116478922, -0.00148988422, 0.0160255358, -0.0170198679, 0.00268437411, -0.00580780394, -0.00366417877, 0.00463591237, -0.018763179, -0.0038223681, 0.0112411194, -0.0133524612, 0.0142822266, 0.00860678498, 0.00232925545, -0.00558504788, -0.0249616131, 0.00651158486, 0.0127778146, -0.0143338805, -0.00574969361, -0.0301915426, -0.0180271138, -0.0233086962, 0.0116737187, 0.0111248987, 0.00484575564, -0.00216783793, -0.0111378124, -0.0139335645, -0.00417103, 0.0046681962, 0.0147471093, -0.0103307245, 0.0106922993, -0.00201610546, 0.00189827057, 0.0149666369, 0.0220302697, -0.0143855335, -0.00618229294, 0.0367773771, 0.00148504169, -0.0100466292, 0.0173427034, -0.0125905704, 0.0030976031, -0.0240576752, -0.00422268361, -0.00380622619, 0.00443575485, 0.00107907644, 0.00989812519, -0.0138044301, 0.019964125, -0.010860174, -0.0131329335, 0.00479087327, 0.000644056126, -0.00584654417, 0.00947844, 0.0247033443, -0.00707008969, -0.00888442341, -0.0198479034, -0.00476827519, -0.00739292474, 0.0069344989, -0.00481670024, -0.00340591068, 0.0218882225, 0.00616615126, -0.00297976844, -0.000539941771, 0.00411614822, 0.0160513632, -0.0260979924, -0.00349307619, 0.0300365817, -0.00573678035, -0.0099239517, -0.0102145039, 0.0145275816, -0.00978190452, -0.0140497852, 0.0132362405, -0.00307177636, -0.0266790967, 0.0309663471, -0.001037915, -0.00404189574, 0.0124485232, 0.0111378124, -0.00921371486, -0.00903292745, -0.0194863286, 0.00969796721, 0.00490063755, 0.0124162398, -0.0113767106, -0.0104404883, -0.0125066331, 0.009207258, -0.00122758059, -0.000476585381, 0.00173846725, -0.0165678989, 0.0142693128, -0.00287646102, 0.0224305857, -0.0163225438, -0.0160513632, -0.0137011232, 0.0115704117, 0.0185307376, 0.00616615126, 0.00752205867, -0.0182853825, 0.00239382265, 0.00237606652, 0.00399669912, -0.00620812, 0.00499425968, -0.01080852, 0.0106406463, -0.0142305726, -0.0245225579, -0.0211005043, -0.00373197417, 0.00656646676, -0.0137011232, -0.0252198819, -0.0200674329, -0.0283320118, -0.0168907344, 0.0120869474, -0.0126874205, -0.00454874709, 0.00441638473, 0.0155477403, -0.00635985238, -0.00030810578, 0.0309663471, 0.00527189765, 0.00044631958, -0.00378039945, 4.40619515e-05, 0.00352535979, -0.0109247407, 0.00563993, 0.00257783849, -0.00373197417, 0.00320413872, -0.0150312036, 0.000853091828, 0.00254878332, -0.00443898328, -0.0208551493, 0.00821292587, 0.015560654, 0.010304898, 0.0053784335, 0.00321543799, 0.000556083512, 0.0220044423, 0.00922662858, 0.000539941771, -0.00210004253, -0.00102177321, -0.0165937264, -0.0197445974, -0.0114219068, -0.00503622834, -0.0173943564, 0.0272472855, -0.00952363666, 0.0111507261, -0.00192248321, 0.0218107421, -0.00460040057, -0.00641150586, 0.019060187, 0.013010256, 0.0124033261, -0.0131523032, 0.0107310396, -0.0225726329, 0.00158350635, -0.0057238671, -0.0107891504, 0.00543008698, -0.0169294737, -0.00356087158, 0.00295717, -0.00329614687, 0.000696516829, -0.0129650589, -0.00409032125, -0.00680536451, 0.00579489069, 0.00683119148, 0.00328646181, 0.0251294877, -1.65074689e-05, 0.00106858427, -0.000581103261, 0.00224693259, 0.00119852542, 0.00891025, -0.00206130231, 0.00411614822, -0.00940095913, 0.0112927733, 0.00574969361, 0.00968505442, -0.00806442183, -0.0198608171, 0.00422268361, 0.00768347643, -0.0123129319, -0.00344465091, -0.0176138859, -0.0138819106, -0.00812898856, 0.00623717485, 0.00281512248, -0.0171490032, -0.00648575788, -0.00305724866, -0.0135849025, -0.000302254397, -0.0112669459, -0.00973670743, -0.000255846855, -0.00830977689, -0.014708369, 0.00978836138, 0.00292004389, 0.0265757889, -0.00142854545, 0.00853576139, 0.0189568792, 0.0145921484, -0.0249745268, -0.000362584222, 0.0102338735, 0.0118674198, 0.0187115241, 0.00636630878, 0.00614678115, 0.0136365565, -0.000124695071, 0.0124937203, 0.0039482736, -0.00445189653, 0.00997560564, -0.00158269925, 0.00686993171, 0.0286161061, 0.00252941321, 0.00935576204, -0.00296524074, 0.00173846725, 0.0186856985, -0.014359707, -0.00856804475, 0.0125066331, -0.00969796721, -0.00803859532, 0.00935576204, 0.00332197361, 0.0171877425, -0.0260075983, 0.0145663219, -0.0368806869, 0.0293650851, -0.019563809, 0.0030620913, -0.0108343475, -0.0102661578, 0.0191634931, 0.0136494692, 0.0103823785, -0.00127277756, 0.00825166609, -0.0198349915, -0.00427110866, -0.00885213912, 0.00147697073, -0.00118561205, 0.00756725576, -0.00264886231, -0.00652772654, 0.00657292362, -0.0262400396, -0.00843891, 0.0236315317, -0.013610729, 0.0188277457, -0.0088973362, 0.00564315822, 0.00304110697, 0.00728961732, 0.00294748484, 0.00104921416, -0.00480378699, 0.0198995583, -0.00861969776, 0.0205194019, 0.020132, 0.0166841205, -0.00732835755, -0.0163483713, 0.00486512575, -0.0178075861, 0.017962547, -0.0195508953, -0.0121773416, 0.00584654417, 0.0108214337, -0.00818709936, 0.0186082181, 0.00490063755, -0.00449386518, 0.00925891194, 0.00969151128, -0.00747686159, 0.00941387285, 0.0124549801, -0.0113250567, 0.00522992946, -0.017265223, -0.0177817587, -0.00183531782, -0.0170586091, -0.00287968945, 0.00970442407, -0.0266016163, 0.0105825355, 0.00738001149, 0.0070959162, 0.017962547, -0.0313279219, -0.00871654879, 0.00248583057, -0.00960757397, 0.00489095226, 0.0110797016, -0.0222239718, -0.041374553, 0.0123904124, 0.00335425697, 0.0023373263, -0.0118028531, 0.00488126744, -0.00838725735, 0.00502654305, -0.000238494453, 0.00167067186, -0.0266016163, -0.0135074221, -0.020416094, -0.0154444333, 0.015612307, -0.0104856854, 0.00825812295, -0.0129650589, -0.0082774926, -0.00343819428, -0.00492969248, 0.0152507322, 0.00729607418, 0.00697323913, -0.013107107, -0.00149795506, -0.0117124589, 0.00120013964, -0.0143855335, 0.000861162727, -0.0412454158, -0.00819355622, 0.0109957652, 0.0173039641, 0.00899418723, 0.0110990722, -0.0176655389, -0.000442687684, 0.00626300182, 0.00471339282, -0.0164775047, -0.0115381274, -0.000257057487, 0.0184016023, -0.029675005, -0.0173297897, 0.00563024497, 0.016813254, 0.0182853825, -0.0190472733, -0.000301245542, 0.00427756552, -0.00294587063, 0.0219269618, 0.0128165549, 0.0153798657, -0.0212554652, -0.0117511991, -0.0163483713, 0.00855513103, -0.00567867, -0.0322835147, -0.00248098793, 0.0119513571, 0.0185049102, -0.0169553012, -0.000535099243, -0.0191764068, -0.00462622754, 0.0300882347, 0.0126163969, -0.0262529533, -0.0251036603, 0.00668268744, -0.00951072294, -0.00395473046, -0.036829032, -0.00866489485, -0.00417748652, 0.00465205451, -0.0136494692, -0.00681827823, 0.00223079091, -0.0114993872, 0.00585622946, 0.0120223807, 0.00291197305, -0.00779324025, 0.0121773416, 0.0195379835, -0.00376102934, 0.00115332857, 0.00199996377, -0.00694741216, -0.0176009722, 0.0105954492, 0.00685056159, 0.00872300565, 0.000379331294, -0.00675371103, 0.00734127127, 0.0228050742, 0.0130360825, 0.00697969552, 0.0104598589, -0.0220560972, -0.00419362867, 0.0107052131, 0.00855513103, -0.00951718, 0.00256653945, 0.019060187, 0.0210230239, 0.000532678, 0.00598213496, -0.0216428675, 0.00330583192, -0.00829040632, -0.00661166385, 0.00713465642, -0.0152765587, -0.00807087868, 0.00631788373, 0.0140756117, -0.00787717756, 0.0232053902, -0.00297331158, 0.00427433709, 0.011609152, 0.0197058562, 0.017910894, -0.0110797016, -0.0405997485, 0.00565284304, 0.00275378372, -0.00594662316, -0.0162967183, -0.0141660059, 0.00685701845, -0.00689575868, -0.0203127861, 0.00593371, -0.0176138859, 0.0165291596, 0.0102209607, 0.0233990904, 0.0274539, 0.00924599823, -0.0126745077, 0.0153411254, -0.00518796081, -0.00280382321, -0.00309598888, -0.00095801329, 0.00310567394, 0.00543977227, -0.0186986104, -0.00167228596, 0.00959466, 0.0180012882, -0.0209713709, 0.0221077502, 0.00379654113, -0.00368032069, 0.000375699397, -0.00492323563, 0.0223272778, -0.00732835755, 0.00974316429, 0.00680536451, 0.00755434204, 0.0307855587, -0.00814190228, -0.00200964883, -0.00935576204, -0.00716694025, -0.0134170279, -0.0190472733, 0.014463014, 0.0202482194, 0.00486835372, 0.00817418564, 0.0075607989, 0.0072444207, 0.00151006132, 0.00403866777, 0.0144501012, 0.0113831665, 0.0053235516, 0.0127326176, 0.0252457075, -0.00102419453, -0.00755434204, -0.014914983, -0.0182595551, 0.020364441, -6.85015839e-05, -0.0257493313, 0.00440024305, 0.0278154761, 0.0176913664, 0.00625977339, 0.00349953282, 0.0114477342, 0.0120675778, -0.00559473317, -0.0113315135, -0.00182724686, 0.00626300182, -0.00973025151, -0.0350211561, -0.00392890349, 0.00690221507, -0.0109505681, -0.0181691609, -0.000355118653, -0.00865198206, -0.00739292474, 0.0038223681, -0.0133395484, -0.0289260279, -0.0192151479, -0.00384496641, 0.00989812519, -0.0374230482, 0.00675371103, -0.0179883745, 0.0169423874, -0.00256976765, 0.00059199892, 0.00205646, 0.0142564, 0.00445512496, -0.0192022342, 0.0119900974, 0.00537520507, 0.00789009, 0.00885859597, 0.000852284778, -0.00613709586, 0.0137527771, -0.00562055968, -0.0131975, -0.0153669529, -0.0114993872, -0.01721357, 0.0353052504, 0.0153927794, 0.00636308035, 0.023166649, 0.00372874574, -0.0270148441, 0.000375295844, -0.0153282126, -0.00566252833, -0.00245193299, 0.023063343, -0.000280059496, 0.00438732933, -0.00954946317, 0.0134686818, -0.0139723048, 0.000483042066, 0.0163871124, -0.00883276947, 0.0101434803, -0.0106406463, 0.0155348266, 0.00293295714, -0.0154315196, 0.0286419336, -0.0230504293, 0.00103307248, -0.0217978284, 0.0251940545, -0.0029426422, 0.00774158677, 0.0137398634, -0.0102338735, 0.00127439166, 0.0174976643, 0.00503622834, 0.00353827304, 0.0244838167, -0.00427756552, 0.0109634809, -7.73669399e-06, 0.00604670215, 0.010304898, 0.0253619291, -0.0153152989, 0.0110215917, 0.00782552361, 0.0259042922, 0.012906949, 0.0052234726, 0.00126389961, 0.00565284304, -0.026472481, 0.014359707, -0.0183112081, 0.0190472733, 0.0184790827, 0.00725733396, 0.00716048339, 0.00658906531, 0.0019886645, 0.0105954492, 0.0228567272, -0.0176009722, -0.00601764675, 0.0144242737, -0.0204419214, 0.0126293106, 0.00502654305, 0.0224822387, 0.00879402924, 0.00238252338, 0.00340913911, -0.0172264837, -0.0138689978, 0.016813254, 0.00228890101, -0.0135332486, 0.00264079147, 0.00653741136, 0.00340268225, 0.00849702116, -5.73536818e-05, 0.0102790706, 0.000891832053, -0.0160642769, -0.0317928046, -0.00620489148, -0.0170327816, 0.00160933321, -0.0164258517, -0.0146825425, 0.0197187699, -0.00962048676, 0.00990458205, 0.00747040519, 0.00391599024, -0.0121256877, 0.014411361, -0.0227663331, 0.00698615238, 0.0175751448, -0.0165033322, -0.0297266599, 0.0098012751, -0.0099820625, -0.0184403434, -0.00514276372, -0.00285547669, -0.0133008081, -0.02802209, -0.00598213496, -0.00215008203, -0.00399347069, -0.00903292745, 0.00902647059, -0.0332132801, -0.00171425461, -0.006779538, 0.00886505283, -0.0172781367, 0.0139981313, -0.000469725113, 0.0190860126, -0.0220948365, -0.0030976031, -0.000267347845, 0.00916851778, -0.00808379147, -0.00582717406, -0.0204548351, 0.00142208883, -0.0108924573, 0.00160045514, -0.00722505059, -0.0301140621, -0.00137608475, -0.024716258, -0.0205452275, -0.0031121308, -0.0052234726, -0.0101370234, -0.0100337164, 0.000742117292, 0.00582071766, 0.0117641129, 0.00411937619, -0.013610729, 0.0129134059, -0.00840017, -0.00409677811, 0.0193442814, -0.00854867417, -0.0112540331, -0.00841308385, -0.000595630845, 0.0173943564, 0.000506447628, -0.0145146679, 0.0270664971, 0.00378685608, 0.00407417957, -0.00647930102, -0.000526221294, -0.0163225438, -0.0242255479, -0.000383972045, -0.003977329, 0.0053493781, -0.00367063563, -0.0103307245, 0.0142176598, 0.0141530922, 1.54607769e-05, 0.020015778, -0.014914983, -0.0111959223, 0.000986261293, -0.00123645854, -0.0185694769, 0.00233086967, 0.0140239587, 0.0178334136, 0.00971733779, 0.0200416055, -0.0108924573, 0.0108408043, 0.00519764563, 0.0304756369, -0.000697727432, -0.0217461754, -0.00660197856, -0.0138819106, 0.00550756743, 0.00645993091, -0.00371583248, 0.0366224162, -0.0100982832, 0.0172393955, 0.00974316429, 0.00121386012, 0.0161159299, 0.00734127127, 0.0137786036, -0.000583121, 0.0241997223, 0.00239220844, -0.0167099461, -0.00047941017, -0.0244579893, 0.0363383219, 0.00869717821, 0.00975607801, -0.0122031681, 0.00506528327, -0.0146825425, 0.0364932828, -0.00520087406, -0.00495229103, 0.0063501671, 0.00073687121, 0.0165678989, 0.00545591395, -0.0162708908, -0.0211005043, 0.0115381274, 0.0145275816, -0.00863261148, -0.0148245897, -0.0109376544, 0.0129844295, 0.00215169624, -0.00794820115, -0.00179012085, -6.97626529e-05, 0.0316895, -0.0284869727, -0.0122612789, 0.0145792346, 0.00355118653, -0.00390307675, 0.0197445974, -0.0128230117, 0.00761245238, 0.0213975124, -0.0230116881, -0.00739938114, 0.0190989263, 0.00768347643, 0.00488449587, -0.03052729, 0.0223014522, 0.00912332069, -0.00841308385, 0.010408205, 0.00163435284, -0.0181304216, 0.00578520587, 0.0243805088, 0.0243805088, -0.00861324184, 0.00996914878, -0.0205968823, -0.00177720748, 0.00236476748, -0.00226146, 0.00161417574, -0.0102403304, -0.00505559845, 0.00196768017, -0.00275539793, 0.00195960933, 0.0137269497, -0.00765764946, -0.0259817727, -0.0105179688, -0.0226372, 0.0157930944, 0.00556567777, 0.0102855274, 0.014411361, -0.0118480492, 0.0211908985, -0.0183886886, 0.015160338, -0.0182595551, 0.0262787808, -0.00968505442, -0.0201449133, 0.005033, 0.00920080114, -0.026214214, -0.0179238077, 0.00748977531, 0.0106277326, -0.0168778207, -0.0115704117, -0.0190343596, 0.0116156079, 0.0130748227, -0.00524607114, 0.0241997223, 0.00540103205, 0.0291326437, 0.000472953485, 0.032619264, -0.00760599598, -0.00805796497, 0.00991103891, 0.0244450774, 0.00639859261, 0.00192248321, 0.0142564, -0.00883922633, -0.00265209074, -0.000477796, 0.0308630392, -0.0149666369, -0.0100143459, 0.00418394338, -0.00983355846, 0.012009467, 0.0101305665, 2.77688669e-05, 0.0314828828, 0.00941387285, 0.00777387, 0.00937513262, 0.00140029739, -0.00336394203, -0.0078061535, 0.0114025371, -0.00614678115, 0.00795465801, -0.00594339473, 0.00386110833, 0.00146889989, 0.0163741987, 0.0281253979, -0.0306047704, -0.0165162459, -0.0238381475, 0.000315773126, -0.00370937563, 0.0162708908, 0.00674079778, -0.00210972759, 0.0120869474, -0.00416457327, 0.00157543551, -0.0129004922, 0.00994332228, -0.0126680508, 0.00559796114, -0.0164645929, 0.00789654721, -0.0173039641, -0.0162838046, 0.0152378185, -0.00633079698, -0.0192926284, 0.00692804204, -0.00998851936, 0.00408386439, -0.00418394338, 0.00296201231, -0.0150570311, 0.00768347643, 0.00346402102, 0.0198995583, -0.0225855466, -0.00881985575, 0.0171231758, 0.0192409735, 0.00629205676, -0.00105082837, 0.0126357675, -0.00963340048, -0.00514922058, -0.00362221035, 0.00184016034, -0.00209197169, -0.00758662587, -2.73401e-05, 0.00512985047, 0.00987875555, 0.00690867193, -0.00256815343, -0.00268276, -0.0169294737, 0.00801922474, 0.000551241, 0.0255039763, -0.00176429399, 0.0381203741, 0.00345433597, -0.0104598589, 0.015211992, -0.0114671038, 0.0141272657, 0.0154186059, -0.00211941265, -0.00739292474, 0.00367386383, 0.000313553639, -0.00279736659, 0.00114525761, -0.0084905643, -0.00427433709, 0.00492646405, 0.00446158182, 0.00185630203, 0.00487803901, 0.00853576139] |
19 Jun, 2024 | How To Deploy a Django Application to Heroku with Git CLI?
19 Jun, 2024
Deploying a Django application to Heroku using the Git command-line interface (CLI) is a simple process. Heroku provides a platform-as-a-service (PaaS) that enables you to deploy, manage, and scale your applications easily. This guide will walk you through the steps to deploy your Django application to Heroku using Git CLI.
Deploying Django project using Heroku here are two methods:
Deploying Django project on Heroku using CLI
Deploying Django project on Heroku using Git CLI
For more details about the First method visit the Deploy Django project on Heroku using CLI
Here we discuss the second method How to deploy a Django project on Heroku using Git CLI, It contains both the Project side Heroku sidestep:
Steps to Deploy Django Application
Follow the below steps to deploy your Django project to Heroku using Git CLI:
Step 1: For Heroku Deployment First we need to install dependencies [library] :
Django-Heroku
gunicorn
whitenoise (It help to connect your project with the server)
Note: Dependencies are always dependent on the project, here mentioned dependency has commonly used in Django apps when you deploy a project on Heroku. For installing dependencies you used the pip command :
pip install <library name>
Step 2: Create required files.
Heroku basically required two files Procfile and requirements.
Procfile : procfile is created at manage.py file directory, procfile does not require any extension :
web: gunicorn <project name>.wsgi --log-file -
Requirement: The requirement file will store all the dependencies and their versions regarding the project.
Run following command in cmd:
pip freeze > requirements.txt
Step 3: Update setting.py file
Import django_heroku at the top, it is the configuration of the Django application.
import django_heroku
Set DEBUG = False its hides the URL link at the dynamic side.
DEBUG = FALSE
Add app URL in allowed hosts
ALLOWED_HOSTS = ["*"] also you pass the url link of the project ORALLOALLOWED_HOSTS = ["https://elitebatch.herokuapp.com/"]
Add whitenoise middleware
"whitenoise.middleware.WhiteNoiseMiddleware"
Add static root (it is required when you use static storage in your project)
Add django_heroku setting at the last django_heroku.settings(locals())
django_heroku.settings(locals())
Step 4: Upload your project on GitHub.
Heroku Side Setup:
First of all, create Heroku Account.
Create an app on Heroku
Add python build pack
Link your Heroku app with the Github repository – go to your app Heroku desktop and go to the deploy tab select deployment method (Github). After successfully connecting with the deployment method scroll down and search the repository that you want to connect with your app.
After Linking with Github, choose the branch, Heroku gives us two methods either manually or turn on automatic deployment
Great You have successfully uploaded your project on Heroku using git CLI. Project Live on Heroku and source code are available at https://github.com/vikash98k/elite_batch_article/tree/master/elite_batch Github
Ready to go from coding beginner to development pro? Our DSA to Development Coding Guide has everything you need to crush coding interviews and ace real-world projects! Limited spots available!Enroll Now and Transform Your Coding Skills! Also get 90% fee refund on completing 90% of the course in 90 days! Take the Three 90 Challenge today. | CSS/CSS Tutorial/How to Play and Pause CSS Animations using CSS Custom Properties ?/CSS pause-before Property/p5.js | pause() Function/Node.js Stream readable.pause() Method/Node.js Stream readable.resume() Method/Node.js Readable Stream resume Event/Node.js Readable Stream close Event/Node.js Stream readable.destroyed Property/Node.js Stream writable.destroyed Property/Node.js Stream writable.writableFinished Property/Node.js http.ServerResponse.writableFinished Property/Node.js http.ServerResponse.getHeader() Method/Node.js http.ServerResponse.sendDate Method/Node.js Http2ServerResponse.sendDate Method/Node.js Http2ServerResponse.getHeaderNames() Method/Node.js Http2ServerResponse.writeHead() Method/Node response.writeHead() Method/Node.js response.writeContinue() Method/Different types of module used for performing HTTP Request and Response in Node.js/How to get server response from an AJAX request using jQuery ?/How to Replicate Postman POST API Request using AJAX ?/How To Export Specific Request To File Using Postman?/Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?/How to Access Request Parameters in Postman?/What are pre-request scripts in Postman, and how are they used?/How to create a new request in Postman?/How to create and send POST requests in Postman?/Explain the use of environment variables in Postman requests./How to organize requests within a Postman Collection?/How to handle Conditional Requests/Branching in Postman ?/How can you view different types of responses in Postman?/HTTP status codes | Server Error Responses/Express: Specify HTTP status code when throwing error in service/Throwing an Error “cannot read property style of null” in JavaScript/Node.js Error: Cannot GET/ from Running the URL on the Web Browser/How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?/How to Display JavaScript Variable Value in Alert Box ?/How to write an Alert Box in JavaScript ?/How to Customize the Position of an Alert Box using JavaScript ?/How to Change Button Label in Alert Box using JavaScript?/How to change the style of alert box using CSS ?/How To Create an Alert Message Box using CSS?/How to set alert message on button click in jQuery ?/How to set radio button checked by button click in AngularJS ?/Alternative of ng-checked to get the checkbox’s state in AngularJS/JavaScript- Make a Textfield Required if a Checkbox is Checked/How to use TextField Component in Material UI ?/How to use Slider Component in Material UI ?/How to use AppBar Component in Material UI ?/React MUI AppBar API/React MUI ToggleButtonGroup API/How to use ToggleButtonGroup Component in ReactJS ?/How to use ButtonGroup Component in ReactJS?/React Suite Button <ButtonGroup> Props/How React handle or restrict Props to certain types, or require certain Props to exist ?/How to Restrict User to Enter Date Manually in Date Field using AngularJS ?/How to directly update a field by using ng-click in AngularJS ?/What is the use of a double-click event in AngularJS ?/How to get original element from ng-click in AngularJS ?/How to get relative click coordinates on the target element using JQuery?/How to create animations using relative value in jQuery ?/Design a Progress Bar with Smooth Animations using Tailwind CSS/Foundation CSS Progress Bar/Onsen UI CSS Component Basic Progress Bar/Onsen UI CSS Component Basic Card/Onsen UI CSS Component Basic Popover/React Suite Popover <Popover> Props/React Suite Popover Hide Arrow Indicator/React Suite Popover Follow Cursor/React Suite Tooltip Follow Cursor/React Suite Tooltip ts:Placement Props/React Suite Dropdown ts: Placement Props/React Suite Dropdown Dropdown with Icon/React Suite Icon extension Font awesome icons/How to use Font Awesome Icon as a Cursor?/How to Use Font Awesome On Your WordPress Website?/How to Add Custom Logo to WordPress Website ?/How to add FTP like file manager to your WordPress Website ?/How to Setup a Subdomain on Your WordPress Website ?/How To Publish Your Website On Wordpress?/How to Publish Your Front-End Over Surge Cloud Platform ?/How to upload Laravel App to Heroku Cloud Application Platform/How To Deploy a Django Application to Heroku with Git CLI? | https://www.geeksforgeeks.org/how-to-deploy-a-django-application-to-heroku-with-git-cli?ref=asr9 | CSS | How To Deploy a Django Application to Heroku with Git CLI? | Node.js http.ServerResponse.getHeader() Method, Node.js Stream readable.destroyed Property, Node.js http.ServerResponse.writableFinished Property, Branching in Postman ?, Foundation CSS Progress Bar, Onsen UI CSS Component Basic Progress Bar, CSS pause-before Property, React Suite Popover Follow Cursor, How to Play and Pause CSS Animations using CSS Custom Properties ?, How to get relative click coordinates on the target element using JQuery?, How to use ToggleButtonGroup Component in ReactJS ?, Node.js Stream writable.destroyed Property, from Running the URL on the Web Browser, How to create and send POST requests in Postman?, How To Publish Your Website On Wordpress?, Node.js Readable Stream resume Event, Why Sending Postman GET Request Slower than Accessing the Same Endpoint in Browser?, Node response.writeHead() Method, What is the use of a double-click event in AngularJS ?, React Suite Tooltip Follow Cursor, How React handle or restrict Props to certain types, or require certain Props to exist ?, How to Restrict User to Enter Date Manually in Date Field using AngularJS ?, How To Export Specific Request To File Using Postman?, Node.js Error: Cannot GET, How to set alert message on button click in jQuery ?, How to change the style of alert box using CSS ?, How to Display Changed Browser URL Without Reloading Through alert using JavaScript ?, React Suite Tooltip ts:Placement Props, Design a Progress Bar with Smooth Animations using Tailwind CSS, How to set radio button checked by button click in AngularJS ?, Different types of module used for performing HTTP Request and Response in Node.js, React MUI ToggleButtonGroup API, React MUI AppBar API, Node.js response.writeContinue() Method, How to directly update a field by using ng-click in AngularJS ?, CSS Tutorial, How to Add Custom Logo to WordPress Website ?, Onsen UI CSS Component Basic Card, Node.js http.ServerResponse.sendDate Method, How to Replicate Postman POST API Request using AJAX ?, What are pre-request scripts in Postman, and how are they used?, How to Use Font Awesome On Your WordPress Website?, How to Display JavaScript Variable Value in Alert Box ?, How To Create an Alert Message Box using CSS?, Node.js Stream readable.pause() Method, How to Access Request Parameters in Postman?, How to use Slider Component in Material UI ?, HTTP status codes | Server Error Responses, How To Deploy a Django Application to Heroku with Git CLI?, JavaScript- Make a Textfield Required if a Checkbox is Checked, How to Publish Your Front-End Over Surge Cloud Platform ?, How to get original element from ng-click in AngularJS ?, React Suite Dropdown ts: Placement Props, Node.js Stream readable.resume() Method, How can you view different types of responses in Postman?, How to upload Laravel App to Heroku Cloud Application Platform, How to Change Button Label in Alert Box using JavaScript?, How to use ButtonGroup Component in ReactJS?, Onsen UI CSS Component Basic Popover, Node.js Readable Stream close Event, How to use AppBar Component in Material UI ?, Explain the use of environment variables in Postman requests., How to use Font Awesome Icon as a Cursor?, How to get server response from an AJAX request using jQuery ?, How to handle Conditional Requests, React Suite Dropdown Dropdown with Icon, Express: Specify HTTP status code when throwing error in service, How to use TextField Component in Material UI ?, Alternative of ng-checked to get the checkbox’s state in AngularJS, React Suite Popover Hide Arrow Indicator, Node.js Http2ServerResponse.sendDate Method, How to organize requests within a Postman Collection?, p5.js | pause() Function, Node.js Http2ServerResponse.getHeaderNames() Method, Node.js Http2ServerResponse.writeHead() Method, How to add FTP like file manager to your WordPress Website ?, How to Customize the Position of an Alert Box using JavaScript ?, Throwing an Error “cannot read property style of null” in JavaScript, React Suite Icon extension Font awesome icons, React Suite Button <ButtonGroup> Props, CSS, Node.js Stream writable.writableFinished Property, How to create animations using relative value in jQuery ?, How to write an Alert Box in JavaScript ?, How to Setup a Subdomain on Your WordPress Website ?, How to create a new request in Postman?, React Suite Popover <Popover> Props | GeeksforGeeks | [-0.0285143238, -0.0284847133, -0.0146717, 0.0183729362, 0.0271078534, -0.000542231079, 0.0333999544, 0.0243541338, -0.0120882373, 0.0669183508, 0.0381079279, -0.0366866551, -0.0208601672, -0.0710637346, -0.00349211646, 0.0296098888, -0.0251684058, 0.0191427935, -0.00977866631, -0.0363609456, 0.0479384102, -0.021141462, 0.00468576513, 0.00881634466, 0.0314457044, 0.0116885044, 0.00227811094, 0.0471093357, 0.00920867547, -0.0268413648, 0.0470501147, 0.0114738327, -0.00803908519, -0.0223110523, -0.00117976905, 0.00784662087, 0.00300540379, -0.01212525, -0.0389370061, -0.01143682, -0.00780960824, 0.00619216822, 0.0229772739, 0.00372344372, -0.00672514597, -0.00596269174, 0.0270486344, -0.0112295505, -0.0103042414, 0.00834998861, 0.00267599383, 0.0242653042, 0.0166111477, 0.0203123838, -0.0169664677, -0.0180324223, 0.00266674068, 0.00101876527, -0.0334591754, 0.0015795026, 0.00906062592, -0.0147753349, 0.0217188541, -0.0190391596, 0.027433563, 0.0264120214, -0.00114645797, 0.0140424902, -0.0231401287, 0.0229624696, 0.0393219329, -0.0248575024, -0.0199866761, 0.00517062703, -0.00496705901, -0.0418683849, -0.0345251299, 0.00608853344, -0.0238359608, 0.0198534317, 0.00487082684, -0.035976015, -0.0564660579, -0.000639851205, 0.0139536606, 0.0385520756, -0.00125656964, -0.0532385819, 0.00280368654, 0.0256717745, 0.00906062592, -0.0155007774, 0.0126804356, -0.00748760067, -0.0147679327, 0.0105411205, -0.00508179748, -0.0152194835, -0.0158709, -0.0165075138, -0.00974905584, 0.0154415574, 0.0117107118, -0.05335702, -0.0392034948, 0.00987489801, 0.0265748762, 0.0111037083, 0.00923828594, -0.0133540602, 0.0112739652, -0.0010465245, -0.0119253835, 0.0306758452, -0.0471981652, -0.00820193905, -0.00826856215, -0.0411577448, 0.00679917075, 0.00594418542, 0.0111851357, 0.00614405191, -0.0306462366, -0.000344677625, -0.0287660081, 0.00396032259, -0.00947516505, -0.0422829241, 0.0402990617, 0.00496335793, 0.00206343923, -0.0133022433, -0.0149381896, 0.0174846407, 0.0253164563, 0.00216522324, 0.0501887612, -0.0317418, 0.000273891492, 0.00581834326, -0.037012361, -0.015708046, -0.0257902145, 0.0306462366, 0.0288400333, 0.0184173509, 0.0238951817, 0.0126804356, -0.0132652307, -0.0223110523, -0.0564660579, -0.00481900945, 0.018017618, 0.0636020452, 0.00898660161, -0.0238359608, -0.0431416109, -0.0216300245, -0.0248723067, -0.0143385893, 0.0133170476, -0.0238951817, 0.0149381896, 0.0124065438, -0.00721741049, 0.0396180339, 0.0154563626, -0.00609593606, -0.0543045364, 0.0346731804, -0.0130357537, -0.0231253244, 0.000333805248, 0.0335480049, -0.0691687, 0.00826856215, 0.0126508251, -0.00709897093, 0.0302761123, 0.0292693768, -0.0310903843, -0.00806129258, -0.0107854027, 0.0136057446, 0.0524391159, 0.0609371513, 0.0186986458, 0.0280553699, -0.0131541938, -0.0190539639, 0.00997113064, -0.014494041, 0.04308239, 0.00385668804, 0.00977126323, -0.0263231918, -0.00954178721, 0.00656599319, -0.01149604, -0.0049781627, -0.0226219557, -0.0127692651, -0.0241764747, 0.0472573824, -0.00139351538, 0.0225627366, 0.00775779132, -0.00645125471, 0.064727217, -0.0481160693, -0.0148641644, 0.0425494127, -0.0111111114, -0.000769857143, 0.0177511293, 0.0218965132, 0.0298171584, 0.0179880075, -0.0297727436, -0.00927529763, -0.0153379226, 0.0378118306, 0.0175438598, 0.00866829511, -0.0506625213, -0.0201051142, -0.0110444892, -0.00177196681, -0.0102302171, 0.00372159295, 0.0197201874, -0.0267081205, 0.00523354812, 0.00515582226, -0.0106743649, 0.000130352913, 0.0122881038, 0.0138426237, -0.0308831148, 0.0292397663, 0.0034680583, 0.00166278041, 0.00794285256, -0.0104819005, -0.0142941745, 0.0290917158, 0.00401584152, 0.0331334658, 0.0065030721, 0.00651047472, -0.0159597304, 0.00579243479, -0.0244429633, -0.00236879126, -0.0187578648, 0.0405951589, -0.017262565, -0.0121178478, 0.0405655503, 0.00850544125, 0.000339357095, 0.00749500329, -0.00566289155, 0.0198386256, 0.0504256412, 0.00820193905, -0.00392701151, -0.000492727093, -0.0148049444, -0.0296395, 0.00726922788, -0.00911984593, -0.0234510321, 0.0281886142, -0.039262712, 0.00353097939, 0.0173069797, 0.00554815307, 0.016862832, 0.0136427563, 0.0446517132, 0.0016303946, 0.0432304405, 0.0262639727, -0.0139906732, -0.0477903634, -0.0286031533, -0.0335480049, -0.0062254793, -0.026278777, -0.0107187796, 0.00153786363, 0.0396772511, 0.00740617374, 0.0613516904, 0.00534088397, -0.00612554606, 0.0217780732, -0.0195277222, -0.00929750502, -0.0173069797, -0.00663631642, 0.0336960554, 0.0157228522, 0.0134873046, 0.00973425154, 0.0165815391, 0.00259826775, 0.0167147834, 0.0334591754, 0.0335183963, -0.00123528764, -0.00456362404, -0.0445332751, -0.0136501594, 0.0471685529, 0.0370419733, 0.0378414392, -0.00658449903, -0.0258938484, 0.0298319645, -0.0132874381, -0.065497078, 0.0335776135, 0.0641942397, -0.0186986458, -0.0279221255, 0.000125148043, -0.040832039, -0.0330742486, -0.0229180548, -0.0517876968, 0.0117181139, -0.00292767794, 0.0255977493, -0.00914205331, -0.00364386709, -0.0154415574, 0.0624768659, 0.0120438226, -0.00532978028, 0.0314457044, 0.012413946, -0.004937449, 0.00396032259, -0.0427270718, -0.0286623724, 0.0195425265, 0.0152787035, -0.0132874381, 0.00139999262, 0.0218076836, 0.00810570735, 0.0202975795, 0.00806129258, -0.0223850757, 0.015130654, -0.00709156878, 0.00562587893, 0.0200162847, 0.0181952771, -0.0259382632, -0.0160633661, 0.0311496034, 0.0184913762, -0.0245169885, -0.0214967802, -0.057176698, 0.00837959908, 0.00195980468, -0.0269894153, 0.00212636031, 0.000591272488, -0.00674735382, -0.0737878457, -0.00700273877, -0.0199718699, -0.00379376719, -0.037249241, 0.00254645059, 0.0590717308, 0.00800947472, -0.00183766382, 0.0190391596, 0.00372714479, -0.0196017474, 0.0293434, -0.0282182246, -0.00628469931, -0.0189799387, -0.011607077, 0.0104374858, -0.0132948402, -0.0137093794, 0.00401584152, -0.0259382632, 0.025183212, -0.0211710706, 0.0184469614, -0.0318010226, 0.0027315123, 0.0225627366, 0.0153675331, 0.0188170858, -0.031238433, -0.0274927821, 0.00690280553, 0.0080983052, 0.037545342, -0.0193796735, -0.00348471384, 0.000114275666, -0.0303797461, -0.00635132147, 0.038522467, 0.0296543054, -0.00826115906, 0.0678066462, -0.0115774665, 0.00240580365, 0.00343474722, 0.0292397663, 0.00225590356, 0.015708046, -0.019868236, -0.00383818196, 0.0219853427, 0.0160485599, -0.027951736, -0.0118735656, -0.0189059153, -0.0190835744, -0.00089014729, -0.0174550302, -0.0304981861, -0.00875712465, 0.0106447553, 0.0152342878, -0.0096232146, 0.025064772, -0.031712193, -0.0164779034, 0.0371900201, -0.00641794363, -0.0520837978, -0.00835739169, -0.0604930036, 0.0224887114, 0.0134650972, -0.0527056046, -0.0349396691, 0.00194499968, -0.0648456588, -0.0241320599, -0.0131689981, -0.0112221483, -0.0235546678, 0.0137537941, 0.018136058, -0.0383744165, 0.0237767417, 0.022695981, 0.021659635, 0.0243985485, 0.021659635, -0.0125471903, 0.0242653042, -0.0203567985, -0.00341253984, 0.00248723081, 0.0188318901, -0.047346212, 0.0568509884, 0.00544822, 0.000165630321, 0.0254200902, 0.00620697299, -0.0135243172, -0.0130727664, -0.00483751576, 0.0216152202, 0.0344955213, 0.0234658383, -0.00625879038, 0.0231401287, 0.0206380934, 0.0200162847, 0.00151658151, -0.012591606, 0.0127174472, 0.0491228066, 0.0409208685, 0.00800947472, -0.0201643351, 0.033725664, -0.0140869049, 0.0137834037, 0.00865349, 0.0201495308, -0.0216892436, 0.0112221483, 0.00980827585, -0.0344363, 0.0263972171, -0.0131986085, 0.0202383604, -0.0017830705, 0.0254348945, 0.0241764747, 0.00172755204, -0.0133244507, 0.018772671, -0.0311496034, 0.0212154854, -0.00275186915, 0.0266044866, -0.0130949738, 0.0131393885, -0.00939373765, 0.000643552456, 0.00900140684, -0.0500407144, -0.00409726845, -0.024546599, 0.00874232, 0.000570915698, 0.00918646809, -0.0311792139, 0.00175993785, -0.00592567911, -0.00181175512, 0.00530017028, 0.000776796951, -0.00113442889, 0.00801687781, 0.00584425218, 0.00022461878, 0.00160356064, -0.0241024494, 0.0159005113, -0.0570878685, 0.0242653042, -0.0293730106, -0.0125545934, -0.0219261236, 0.0245169885, -0.0291361306, 0.0208601672, 0.0227107853, 0.0228588358, -0.00958620198, 0.0235842764, 0.0341105945, -0.0170701016, -0.0222074166, -0.0071952031, -0.0180768371, -0.027833296, 0.0161373895, -0.00803168304, -0.0087497225, -0.000403666083, 0.0266489014, -0.0258346293, 0.017780738, -0.0108742323, -0.0212302916, 0.00222814409, 0.000982678263, -0.000458721974, 0.0139980754, 0.00907543115, 0.00361610786, -0.000964172, -0.00095954549, 0.0285291281, 0.0329854153, -0.0056888, -0.0334295668, 0.0213783402, 0.0330446362, 0.0174402259, -0.0197646022, 0.00805389, 0.0313568749, -0.0231697392, -0.00807609782, -0.00961581152, 0.00174235692, -0.0033958843, 0.0182544962, 0.0102746319, 0.00725442311, -0.00498186378, 0.0106595606, 0.019749796, -0.000492727093, 0.0320971198, 0.016862832, -0.0102376193, -0.0142719671, -0.0131023759, 0.00677696336, 0.0112073431, -0.0130727664, -0.0150862392, 0.0117477234, -0.0364497751, 0.01859501, -0.00693981769, -0.018136058, 0.0318898521, 0.0378710479, 0.00186172186, 0.00225405279, -0.0164927077, -0.0122510921, 0.0297579393, -0.0305870157, -0.0200458951, 0.00455252035, 0.0252720416, 0.00150547782, -0.00480050314, 0.00676215859, 0.0204900429, 0.0142719671, 0.015071434, 0.0160189494, -0.0042564217, -0.026219558, 0.00023896106, 0.00325153605, 0.00106595608, 0.0039381152, 0.014494041, 0.0171737354, -0.0138722332, -0.023391813, -0.00585905695, 0.00711747725, 0.00399363367, -0.0164482929, 0.103753053, -0.0257902145, 0.0112813683, 0.0122288847, 0.0012908061, 0.0246502329, -0.030438967, -0.00564438524, 0.0067510549, 0.0392923243, 0.0247390624, -0.0266340952, -0.0433784872, -0.0302465018, -0.0340513736, 0.0149677992, 0.0231401287, 0.00815752428, -0.0191427935, 0.0269746091, -0.00803908519, 0.0321859494, -0.0186246205, 0.0113109779, 0.00314605073, 0.0147013105, 0.0420164317, 0.0244133547, -0.0316825807, -0.000993782, 0.0352949873, 0.00566289155, -0.0194833074, -0.0013528018, 0.0258494336, 0.0024539195, 0.0193944778, -0.0383744165, -0.0104448888, -0.0067399512, 0.00527426181, -0.0290176924, -0.00717669679, -0.024946332, -0.0283810794, -0.0187430605, 0.00812051259, -0.0104004741, 0.0168776363, 0.0152194835, -0.00820934214, -0.0206677038, -0.0137834037, 0.00585165434, -0.0412465781, 0.00829076953, -0.00392331043, -0.00777259609, 0.00536679244, -0.0352061577, -0.00870530773, -0.0126730325, 0.0401214, -0.00905322377, -0.0057813311, -0.026219558, -0.0195721369, 0.0179732032, 0.0113479905, -0.00696202554, 0.0189207196, 0.0222814418, 0.0348508395, -0.00229661702, 0.0116811013, 0.00477829576, -0.00943075, -0.0328965858, 0.0137167815, -0.0127840703, -0.0297283288, -0.0303057227, -0.00926789548, 0.0117847361, -0.0121918721, -0.0465763547, -0.00137963577, 0.0281293951, -0.0342586413, 0.020904582, 0.00547042722, -0.0303797461, -0.0582722612, 0.0113479905, -0.00855725817, -0.008431416, 0.0458953306, 0.013916648, -0.0206677038, 0.0115108443, -0.0094825672, 0.00923828594, -0.0239247903, 0.000139606011, 0.00294433348, 0.00628469931, -0.0229032505, 0.033725664, -0.0174106155, 0.0341402031, -0.0461914279, -0.0322747789, -0.0197646022, -0.00964542199, 0.00260567036, 0.0026334296, 0.0531497523, 0.0127840703, 0.0425198, -0.0188911092, -0.0150344213, 0.0191872083, 0.00577762956, -0.0207269229, 0.0267081205, 0.0141313197, -0.0173365902, 0.00274446676, 0.0462210365, 0.0469908938, -0.00175716192, -0.00909023639, -0.0263528023, 0.026160337, -0.0332519077, -0.0258494336, -0.0304685757, 0.0085128434, -0.0323043913, 0.024309719, -0.0165815391, 0.0178103484, -0.0107113775, 0.0257161893, 0.0109630618, 0.00779480347, 0.022059368, -0.00452291081, 0.0447109342, -0.00832037907, 0.0367162637, 0.0349692814, -0.0303057227, 0.0218965132, -0.0370419733, 0.0130357537, -0.034021765, 0.0268117543, -0.0385520756, 0.0212006811, 0.0176326893, 0.0132726328, -0.00398253, -0.00880153943, -0.0336960554, -0.00325893844, 0.0261751432, 0.006295803, -0.00509660225, -0.0469612852, 0.0470205061, 0.0141757345, -0.0176030789, -0.0170404911, -0.00833518431, -0.00233733072, 0.0105411205, -0.0159597304, -0.00578503218, 0.0442075655, 0.00491524162, -0.0293285958, 0.0369235314, -0.00768376654, -0.0117847361, 0.0198978465, -0.0138130132, 0.0307054557, 0.0159301199, -0.00756902806, 0.0304981861, -0.0432896577, 0.0350285, 0.0231253244, 0.0130579611, -0.0129839368, 0.0271818787, -0.00958620198, -0.0238655712, -0.0159153156, -0.0105633279, -0.0393219329, 0.0272855125, -0.0224146862, -0.0380487069, -0.00219668378, 0.0206973124, 0.016463099, -0.0123473238, -0.0355022587, 0.0147013105, 9.31092218e-05, 0.00734325266, -0.0247242581, -0.00727663049, 0.0117329191, 0.00920127332, 0.0358871855, -0.00614405191, -0.0279369317, 0.0138352206, 0.0140128806, -0.00359945232, -0.0203419942, -0.000133360169, 0.0331038572, -0.0152046783, 0.0106225479, -0.0215708055, 0.0123325195, 0.0172773711, -0.000906802888, -0.0182693023, -0.0354430377, -0.0163890738, -0.0339921527, -0.0200014804, 0.0165667329, -0.0103412541, 0.000129196284, 0.00463024667, 0.00260011852, 0.00917906594, 0.00215597, 0.0169072468, 0.0128580946, -0.00793545, -0.0142941745, -0.00766896131, 0.000548708253, -0.0379302688, 0.00108353689, 0.0126212155, -0.00446739234, 0.0130209494, -0.0142941745, 0.00233177887, 0.01149604, 0.0187578648, -0.0260270927, 0.00221518986, 0.0209489968, -0.0195425265, 0.00660670642, 0.0138944406, 0.00863128249, -0.00105115108, -0.00191538979, 0.0242060851, -0.00934192, -0.016226219, 0.00646976102, 0.000326402776, -0.00539640244, -0.0297283288, 0.0196165517, -0.0178547632, -0.00707306247, 0.0239544, -0.0166111477, 0.0410689153, 0.00997853279, 0.00150640309, -0.0295358654, 0.0221037827, 0.0110740988, 0.0106077427, 0.0200162847, 0.0138278184, -0.013109779, 0.0179583989, 0.00530387135, -0.00997113064, -0.0152638983, 0.0405951589, -0.039262712, -0.0157524608, 0.0326597095, 0.0446517132, -0.00623658299, -0.0153971426, -0.00467466144, -0.0224294923, -0.0187578648, 0.0341698118, -0.0125471903, -0.0354430377, 0.0187134501, 0.0221037827, 0.0400621817, -0.00401214, -0.0242801104, -0.000117803407, -0.0162114147, -0.0200162847, -0.0179435927, -0.00971204415, 0.0142127471, -0.0101858024, -0.0118217487, 0.0166407581, 0.00523354812, -0.0151380561, 0.0097194463, 0.000162160417, -0.00602191128, 0.00555555569, 0.0145976758, 0.00055333483, 0.00277962838, -0.022695981, 0.00208194531, -0.0112295505, -0.0259974822, -0.0287956186, -0.0349100605, -0.00369013241, -0.019113183, 0.00258346298, -0.0230661035, 0.00255015166, 0.0197646022, -0.0344363, 0.0150936414, -0.0209934115, 0.00276667415, 0.0113035757, -0.0209638011, 0.0119327856, 0.0259234589, 0.00244466658, 0.00806129258, 0.00161373895, 0.027315123, -0.0217336584, -0.0270190239, -0.00314975204, -0.00179324893, -0.0338737145, -0.00849803817, -0.00362906209, 0.0371308029, 0.0305574071, -0.00316825812, 0.0155303869, -0.0127470577, 0.0235102531, -0.0287660081, -0.0379894897, -0.0123843364, 0.00409356738, -0.00534458505, 0.0349692814, -0.0114442222, 0.0110074766, -0.0100155454, 0.0192612335, 0.0298171584, -0.00616996083, 0.00769857131, 0.00414538477, 0.00417869585, 0.0092456881, -0.0283366647, -0.00592938, -1.25928782e-05, 0.0115774665, -0.0270486344, -0.0021485677, 0.00806869473, -0.00826115906, 0.0268561691, -0.00872751512, -0.00301465695, -0.0349100605, -0.00655859057, -0.00844622124, 0.021023022, 0.0037419498, 0.00792064518, 0.0189651344, -0.0114812348, -0.0035920497, -0.0164186843, 0.0148049444, 0.00168313715, -0.0098971054, 0.009068029, -0.0159893408, 0.00801687781, 0.00418239692, 0.006266193, -0.00928270072, -0.0293285958, -0.0183285214, 0.00584795326, 0.0471093357, 0.00540380506, -0.0155896069, 0.00474498468, 0.0280257612, -0.00158875564, 0.00371234, 0.000790213933, -0.0189207196, -0.00431194, -0.00549633568, -0.00599970389, -0.011088904, 0.0196905769, 0.00229106518, 0.0140572954, -0.0146494927, 0.00455992296, 0.015012214, -0.033488784, -0.00654748688, 0.021023022, -0.0111481231, 0.0216892436, 0.0187282544, -0.00414168322, -0.00955659151, -0.00308868173, -0.0115256496, -0.0323043913, -0.0418683849, -0.00102616777, -0.00389740174, -0.0378710479, 0.0219557341, -0.00492264424, -0.0033403656, 0.00233548, 0.0630098432, -0.0188911092, 0.00829817168, -0.00883855205, -0.0166703686, -0.00699533662, 0.0118513582, 0.0194536969, 0.0149900066, -0.024309719, 0.0124213491, -0.0251980163, -0.00050660671, 0.012932119, -0.0301132575, 0.0017321785, 0.0204604343, 0.00794285256, 0.0253904797, -0.0147309201, -0.0226071514, 0.000185177472, -0.000489025842, 0.0020245763, 0.0103264488, -0.00602561235, 0.0140128806, -0.00273706415, -0.0371900201, -0.00547782937, 0.0123695312, 0.015708046, 0.0278925169, 0.00269820122, -0.00321822497, 0.000173726774, -0.00830557384, 0.00330335321, -0.0208749715, 0.0222222228, 0.0140646975, -0.0138870385, -0.00309053226, 0.0120956395, -0.0206825081, -0.00547412829, -0.0268413648, -0.000246826181, 0.0130209494, -0.026101118, 0.000286614493, -0.0354726464, -0.0054223109, -0.0131023759, -0.00820934214, 0.0271226596, 0.0229920801, 0.0135613298, 0.0199126508, -0.0117255161, -0.00297394325, 0.00351247308, 0.0130357537, -0.0164779034, 0.01131838, -0.00657709688, -0.0193796735, 0.0187578648, -0.0317714103, -0.00235028495, -0.00666222535, -4.21593941e-05, -0.0252424311, -0.00282034208, -0.00585535588, 0.00817973167, -0.00621437561, -0.0165075138, 0.0107187796, -0.0326597095, 0.0423717536, 0.0253608711, 0.0140276849, 0.00615885714, -0.0254497, -0.00267414306, -0.0144570284, 0.00712117832, -0.0114442222, -0.0169072468, 0.00479310099, -0.0149677992, 0.00403434737, -0.0202087499, 0.0195129178, -0.0056702937, 0.00638463255, 0.0315937512, -0.00268524676, -0.0141979419, 0.028469909, 0.0181952771, 0.0147457253, -0.0159745347, 0.00520763919, 0.00942334719, 0.00730253896, 0.0180028137, -0.00689910445, -0.00443408079, 0.000518173096, -0.0139906732, 0.0164038781, 9.44971835e-05, 0.00548893353, -0.000433507288, -0.00251313928, 0.0140721, 0.0056999037, 0.0201791395, -0.0131393885, 0.00968243368, -0.00375120295, -0.0249167215, -0.0134428898, -0.0037308461, 0.00419350062, 0.00673254859, -0.0125619955, -0.0103264488, -0.00534828613, 0.00506699225, 0.0035920497, 0.0131986085, 0.004907839, 0.00279443339, -0.0212006811, 0.0270634387, -0.00886075944, 0.0118809687, -0.0156044122, 0.020623289, 0.0263676066, 0.00407876214, -0.000647716341, -0.000983603531, -0.0318306312, -0.0126952399, 0.000119711862, -0.0107631953, -0.00164890068, -0.0147531275, 0.00023896106, -0.000845732458, 0.031475313, -0.0244873781, 0.00362721155, -0.030202087, -0.0131467907, -0.0179139841, 0.00854985602, 0.00495595532, 0.0365386046, 0.0110518914, 0.0337552726, 0.0127988746, -0.00430453755, 0.0145162484, 0.0202383604, 0.000548708253, -0.00991931278, 0.0149455918, -0.0221630018, -0.000823525072, 0.0154859722, -0.0170256868, 0.0155155826, 0.0115774665, 0.0173662, -0.00736175897, -0.00922348071, -0.00798726734, -0.0277296621, -0.0104004741, -0.0317418, 0.0225183219, -0.00340143614, 0.00470427144, -0.00899400376, 0.0230513, -0.0115848696, 0.017617885, -0.00616255822, 0.00994892325, 0.0120660299, 0.0215115845, 0.00396032259, 0.0195573326, 8.92923272e-05, 0.0151084466, -0.0368347019, -0.000602838874, -9.49164678e-06, 0.00457472773, -0.0107113775, -0.0265008509, -0.0253608711, -0.014434821, -0.00452661188, -0.00791324303, 0.0159893408, 0.0253608711, -0.0102376193, 0.00382337696, 0.0342586413, 0.0218669027, 0.00923828594, -0.0140869049, 0.0241764747, -0.00343844853, 0.0315937512, -0.00960840937, -0.0230513, 0.00665112166, 0.00944555458, -0.0168036129, -0.00655488949, 0.0172921754, 0.0300096236, 0.0171145163, -0.0349100605, 0.0327781476, 0.018654231, -0.0151084466, 0.0135613298, -0.00121863198, 0.0258642379, 0.00608113129, -0.0261455327, 0.00765415654, -0.0109334514, 0.0411281362, 0.00956399459, 0.00285180239, -0.0139462585, -0.000145273516, 0.00132781849, -0.0218817089, -0.00440076971, 0.00803908519, 0.00923088286, 0.00656229164, 0.0131393885, -0.00767636392, -0.00349766831, 0.0190095492, 0.00987489801, -0.00469686883, -0.00510030333, -0.0288992524, 0.00857946556, 0.000973425107, 0.0175882746, -0.00305351987, -0.046842847, 0.0217632689, -0.00757272914, 0.0150936414, -0.00508179748, 0.0168332215, -0.0116292844, 0.0355022587, -0.00462284405, -0.00467096, -0.0196609665, 0.00780960824, 0.0188615, 0.0187282544, -0.0110222818, -0.00948996935, -0.0188763048, 0.0019949663, -0.00584795326, 0.00457842927, 0.00842401385, 0.0113998074, -0.00760974176, 0.00596639281, -0.0115330517, -0.00814272, -0.0217632689, 0.00917166378, 0.00835739169, 0.0194240883, -0.0347324, 0.00783921871, -0.000447849568, 0.0209638011, -0.0262343623, 0.010800207, -0.0040084389, 0.000228667, -0.0268117543, 0.0294766445, 0.0024687245, 0.00162021618, 0.000555185426, -0.000664834573, -0.00640684, -0.000284301204, 0.00970464107, -0.0247094538, -0.0057110074, 0.00520023704, -0.0110444892, 0.00549263461, 0.023154933, 0.0188911092, 0.0179732032, -0.00901621114, -0.0228736401, 0.0146420905, 0.0207121186, -0.0179880075, 0.0184469614, -0.0107113775, 0.0120512247, 0.0320082903, 0.00446739234, 0.00629210146, -0.00976386108, -0.0128951073, -0.0205344576, 0.0255681407, 0.0259974822, -0.0271078534, 0.0135909393, 0.00628469931, -0.00366422394, 0.0174550302, -0.00379376719, -0.0196757726, -0.00956399459, -0.00366052263, 6.97451687e-05, 0.0023854468, 0.0227700043, 0.016463099, -0.0138204163, -0.00215411955, -0.00828336645, -0.0163150486, -0.0245762076, 0.00718409941, 0.00105762819, 0.0234066173, -0.0160337556, 0.033488784, -0.0381375365, -0.0119253835, -0.00857206341, 0.0354134291, -0.0309719443, -0.0188615, 0.00576282479, -0.000310441188, 0.0057406174, -0.0344363, 0.046605967, 0.0252720416, -0.0151232509, 0.00749130221, 0.0152342878, 0.00594048435, 0.0292693768, -0.00441927603, 0.0155303869, 0.0227848105, -0.0192020126, -0.0153083131, -0.0236286912, 0.00996372756, -0.00906062592, 0.00788363349, -0.0127988746, 0.0045340145, 0.00414168322, -0.0095787989, -0.012473166, 0.0114146126, 0.0134354876, -0.010104375, 0.0194536969, -0.00428973278, -0.0121918721, 0.0127544599, -0.0268709753, 0.0205788724, -0.0282626394, -0.0142275523, 0.00471537514, -0.00192279217, -0.0357095264, -0.00191353913, 0.0126064103, -0.0147087127, 0.00524835289, -0.0157376565, 0.0140646975, -0.0218224879, 0.0200607, 0.00958620198, -0.0211562663, 0.00256125536, 0.0135539267, 0.00366977579, 0.00203382922, -0.00579613587, 0.00409356738, 0.00379376719, 0.0116885044, -0.0217188541, 0.00608483236, -0.00652898056, -0.00766155915, -0.0101117771, 0.02679695, -0.0156784374, -0.0128877042, -0.00954178721, 0.0266340952, 0.00193574652, 0.0106299501, -0.012014213, -0.00271855807, 0.00909023639, 0.00148049451, -0.00184969278, 0.0185654014, 0.0233622026, 0.00481900945, 0.0175734702, -0.00307202595, -0.00249833451, -0.00654008426, 0.00711377617, 0.010511511, -0.00214671693, -0.00270560361, -0.00285920501, -0.000672237, 0.00582574587, -0.0251387972, 0.000813346647, -0.0127692651, 0.00669553643, 0.0199422613, -0.0156192165, 0.0222518314, -0.0148641644, 0.00424901908, -0.00617736345, -0.0119920056, -0.0095787989, 0.019231623, 0.011895773, -0.0102006067, -0.00640684, 0.0195869412, 0.0343474708, 0.00888296682, -0.0267229248, -0.000527426135, 0.00606632605, 0.0216744393, 0.00322192605, -0.0136723667, 0.00587386172, -0.00645495579, 0.00059266045, 0.00672514597, -0.00537789613, 0.00213746401, 0.0234954469, 0.0247686729, 0.0178103484, 0.00918646809, 0.00900880899, 0.0229180548, 0.00608113129, 0.00997113064, -0.00726182526, 0.00439336756, -0.00368458056, 0.00075644016, 0.0146568958, -0.00700273877, -0.027714856, -0.0047412836, -0.0326893181, 0.00804648735, 0.0128877042, 0.0151380561, 0.0183433276, -0.0134725, 0.0161966104, 0.00793545, 0.0247686729, 0.0227700043, -0.00133614626, 0.0264564361, -0.030320527, -0.0344659127, -0.000898937753, 0.0124065438, -0.0230661035, -0.022118587, -0.0344659127, 0.0131615959, 0.0160189494, 0.0338737145, -0.00566289155, 0.0086831, -0.0197646022, -0.00394551782, -0.00733214896, 0.0190539639, 0.0270190239, 0.0263379961, -0.00280183577, 0.017262565, 0.0173365902, -0.00125564437, -0.00354393362, 0.00438966602, 0.00386409066, -0.0106595606, 0.00490413792, 0.0162558295, 0.0250943806, 0.0172329564, -0.0115034422, 0.00200607, -0.0100969728, -0.0159005113, -0.0320971198, 0.00756902806, -0.00813531689, -0.00405285368, 0.00530387135, -0.00265193568, 0.0114812348, -0.0116588939, 0.030438967, 0.0131245833, 0.00497076, -0.00749130221, 0.0135095119, -0.0151084466, -0.0112591609, -0.0105855353, -0.00594048435, 0.0181656666, 0.0160485599, -0.000707398751, -0.0270486344, -0.00493004685, -0.0081945369, 0.00285180239, 0.000692593807, 0.00153046113, 0.0625360906, -0.0142867714, -0.00333481375, 0.0151898731, 0.0189799387, -0.029047301, -0.00153508771, 0.00537789613, 0.0138796354, -0.00941594504, -0.00520393811, 0.00955659151, -0.00437486125, 0.00238729734, 0.0298319645, 0.0200607, 0.00313494704, -0.0326597095, 0.0200607, -0.0114442222, -0.00292767794, -0.0239395965, 0.00279628392, 0.0031479015, -0.0145606631, -0.00197090837, 0.0129987411, 0.0114146126, 0.000749963, -0.0426974595, -0.0189947449, -0.0139906732, -0.00230216887, 0.00857206341, -0.0238211565, 0.00823895168, -0.00807609782, -0.0264120214, 0.00932711549, 0.0190835744, -0.0105263162, -0.00386409066, -0.0065437858, 0.00403434737, 0.0112887705, 0.0115848696, 0.00137223338, -0.00997113064, 0.0194092821, -0.00613664975, 0.00197460945, 0.0142941745, 0.0116736991, 0.00497446163, -0.00461174035, 0.0122881038, 0.0013093123, -0.00682507968, -0.00815752428, 0.0139240511, 0.0177363232, -0.0253312606, 0.00540750613, 0.000330104, 0.0125397881, -0.0171885416, -0.0194092821, -0.0158857051, 0.0184025466, 0.0069176103, 0.000659745361, 0.0009845288, -0.0151750688, 0.0178251527, 0.00960840937, 0.0163150486, -0.000469131686, -0.00141757342, -0.00321267312, 0.0262343623, 0.0326597095, 0.00318121258, -0.00528536551, -0.00314605073, -0.0305870157, 0.0140646975, 0.00149715, 0.0103856688, -0.01149604, 0.0109778671, -0.010970464, 0.015767267, 0.000690280576, 0.00784662087, 0.000247057527, -0.000659745361, 0.00837959908, -0.00967503153, 0.00789103564, -0.0183285214, 0.00936412718, -0.0144052114, -0.00423051277, -0.012413946, 0.0109778671, 0.00818713475, 0.00439706864, -0.0147309201, -0.0152787035, -0.0239840113, 0.00723221572, 0.0146642979, -0.0134058772, 0.0115700644, -0.0248723067, 0.00997853279, -0.00102061592, -0.0166555624, -0.0335480049, -0.0203419942, -0.00450070342, -0.020623289, 0.00161188841, -0.002757421, -0.0348212309, -0.0272410978, 0.00927529763, 0.00624398561, 0.000859612133, 0.0126730325, 0.00595528912, -0.00561477523, 0.0175290555, 0.00857206341, 0.0141165145, -0.0118587604, 0.00535198767, 0.01143682, -0.0067917686, -0.0160337556, -0.0133910729, -0.014323784, -0.0153823374, -0.0104226815, -0.00329410029, 0.00774298608, 0.0224294923, 0.0403878912, 0.0127544599, 0.0103634614, -0.00172292546, -0.00632911408, 0.0254941154, -0.0150418244, -0.00167851057, 0.0178103484, -0.0250055511, 0.0211118516, 0.00426012278, 0.00656599319, 0.0143756019, 0.0143385893, -0.00516322441, -1.08000913e-05, 0.010393071, 0.00651787687, -0.00483751576, 0.0184025466, 0.016744392, 0.00662521273, -0.0308238957, -0.009815678, 8.59959109e-05, 0.00327559398, 0.0172477607, -0.00587756326, -0.00622177823, 0.00271485676, 0.0159301199, 0.00123898883, -0.0188466944, 0.0115996739, -0.0152638983, -0.0120512247, -0.0135021098, -0.00141017104, 0.00871271, 0.0147605296, 0.00546672568, 0.00359019917, -0.0289436672, -0.0104152784, -0.00972684845, -0.00379376719, -0.000396726246, -0.00862388, -0.0042860317, 0.00951958, 0.000474683533, 0.00329410029, 0.00502998, 0.0132134128, -0.00702494616, 0.029106522, 0.00911984593, -0.0216892436, -0.000312523131, -0.00622177823, 0.0159893408, 0.0117995413, -0.015071434, -0.0113998074, 0.00960840937, 0.00896439422, -0.00319231628, 0.00546672568, 0.0135909393, 0.0105041079, 0.0166111477, 0.00440447126, 0.0223110523, 0.0134650972, 0.000168868908, -0.000807332166, 0.00535939, 0.0138352206, 0.0102376193, 0.0226071514, -0.00820934214, -8.17741893e-05, -0.00110666966, -0.012821082, -0.0226663705, 0.00408616476, -0.0326300971, -0.00615885714, 0.0283366647, -0.00478939945, 0.00181360578, 0.00886816159, 0.00971204415, -0.00610333867, 0.00723961787, -0.0269005839, -0.0198238213, 0.0131467907, 0.0148271527, -0.000394875649, 0.0178103484, 0.00759493653, -0.0328077562, 0.0168036129, 0.00477459468, -0.00186634832, -0.0251239911, 0.0204604343, -0.0135243172, -0.0134502919, 0.002772226, 0.0230513, 0.00541120721, -0.0284995195, -0.0242060851, -0.0117773339, 0.0116588939, 0.0217780732, 0.00683248183, 0.0200903099, 0.0289436672, -0.00699163508, -0.0152194835, 0.0238063522, -0.0235398617, -0.00857946556, 0.013339255, 0.045332741, -0.00775779132, -0.0123251164, 0.00424531801, 0.00027180952, 0.00118902209, -0.00485972315, -0.0137611963, 0.010570731, 0.0072655268, -0.0014915982, -0.00815752428, 0.0111777335, -0.0305870157, -0.009068029, 0.0199718699, 0.00919387117, -0.00635132147, -0.0164186843, -0.00797246303, -0.0064734621, -0.0146865053, -0.00129635795, 0.00222814409, 0.00634021778, 0.00682137813, 0.0344066918, -0.00334591744, 0.0013019098, -0.0134725, -0.00298874825, -0.00135650311, -0.00364016579, -0.0185802057, -0.00482641207, -0.00547042722, 0.0127322525, -0.025183212, 0.00684358599, -0.0175142493, 0.021422755, 0.032334, -0.0123103112, -0.00877933204, -0.00269820122, 0.0023854468, -0.00272411, -0.0136205489, 0.00164705014, 0.0241024494, 0.0222518314, -0.00288326293, -0.0223554671, 0.00954178721, -0.0141757345, 0.0158560965, 0.024028426, 0.00299244956, -0.0195425265, -0.00498186378, 0.00532607874, 0.00791324303, 0.00876452774, 0.0201939456, -0.0146420905, 0.0112443557, 0.00159893406, -0.00567769632, 0.00451920927, -0.0123177143, -0.0153231183, 0.00164982607, 0.0120216152, -0.00897919945, 0.0037715598, 0.0254052859, -0.0227996148, -0.00345510407, -0.00254645059, 0.0138056111, -0.000161813427, 0.0192020126, 0.0032570879, 0.0166259538, -0.00877193, -0.00665112166, -2.02772799e-06, -0.00555925677, 0.00400103629, -0.00423051277, -0.00630320515, 0.0151158487, 0.0139980754, -0.00349026569, -0.021659635, -0.0199126508, -0.0216744393, 0.0237767417, -0.00997853279, 0.00396032259, -0.00485232053, 0.00468206359, -0.0127174472, 0.0225479305, 0.0100821676, 0.01149604, -0.00217632693, -0.0126804356, -0.00760974176, -0.0152638983, 0.002757421, 0.00178214523, -0.016862832, 0.0172181502, 0.00203753053, 0.00463024667, 0.000214671702, 0.0259086527, 0.0292989854, -0.00976386108, -0.00243726396, 0.0102894362, 0.00501147378, 0.00652527949, -0.012532386, 0.0024687245, 0.000306971284, -0.011547857, 0.0102524245, -0.0207565334, 0.0263083875, -0.0216152202, 0.0124657638, -0.0112369535, 0.00606262498, -0.00512991333, -0.032511659, -0.00124916725, 0.0197794065, -0.00748389959, 0.00520023704, -0.0115034422, -0.00536309136, -0.0130875716, -0.00259456667, -0.0040195426, 0.0145902736, -0.0029794951, -0.0135909393, 0.00541490875, -0.00415278692, -0.00421940908, 0.0112221483, -0.00871271, 0.016226219, 0.00966762938, -0.00747649698, 0.00166555634, 0.00155174325, -0.0107854027, -0.0137982089, 0.0228440296, 0.00237804418, -0.0239692051, -0.00835739169, 0.00625138776, 0.00918646809, -0.0206825081, -0.009815678, -0.0124065438, 0.00433044648, -0.00114553259, -0.000942427258, -0.00982308108, 0.00857206341, -0.00633281516, -5.91041171e-05, 0.0234362278, -0.00225220225, -0.00121493079, 0.0122658964, 0.00888296682, -0.00659930427, -0.000624583627, -0.000359019905, -0.0167740025, 0.0232585687, 0.0137463911, -0.0113701979, 0.00222259224, 0.0139388554, 0.0189059153, 0.0179583989, 0.0105559258, -0.02263676, 0.0114812348, -9.48441811e-05, -0.0101487897, 0.00640684, 0.00533348136, -0.0123843364, 0.00195240206, 0.00309978542, -0.012880302, -0.0130283516, 0.0115404548, 0.00855725817, -0.00430083647, 0.0310607739, 0.00467836251, -0.0188170858, 1.96339e-05, 0.0103190467, -0.0018163817, 0.00407876214, -0.0243837442, -0.00145088462, 0.0002808313, 0.0188466944, -0.0107483901, -0.012880302, -0.0267673396, -0.00373269664, 0.0134799024, 0.010970464, 0.00104837515, -0.00972684845, 0.00917166378, -0.00831297692, 0.0315049216, -0.0071952031, -0.0235102531, 0.00428973278, -0.00078142347, 0.0204456281, -0.00561847677, -0.0011853209, -0.0158560965, -0.0214523654, -0.0131245833, 0.0194092821, -0.0014407062, 0.0128432894, 0.0116811013, -0.000316918362, -0.0151084466, -0.028588349, -0.0148937749, 0.00300170248, 0.0160633661, -0.0127914725, -0.0102080097, -0.00207269238, -0.00897179637, 0.00175808719, 0.00509660225, 0.00425272062, 0.00205788738, 0.00557776308, 0.00900880899, -0.0203123838, -0.0242208894, 0.00838700123, 0.00580723956, 0.00880153943, -0.00300725433, -0.0138722332, 0.0111851357, -0.0235102531, 0.00163687172, 0.0158264861, -0.0131689981, -0.00792064518, -0.00034352098, 0.0180324223, -0.00896439422, -0.0251239911, -0.0139610628, 0.011666297, 0.00877193, -0.0217780732, 0.00927529763, 0.00125379371, -0.000211317456, 0.0174106155, 0.00145828712, -0.0238655712, 0.00987489801, 0.00812051259, 0.00203753053, -0.0151528614, -0.0252720416, -0.00607742975, 0.00562587893, 0.0175586641, -0.00287586055, -0.014035088, 0.00388259673, 0.0196757726, -0.00516322441, -0.0171589311, 0.0217336584, 0.0210526325, 0.00436745863, -0.015648827, 0.0105855353, -0.00789843779, -0.00530017028, 0.00174605823, -0.00968983676, 0.0134873046, -0.0138352206, 0.0176919084, -0.00524095027, -0.0202531647, -0.000122603451, -0.00725072157, -0.00299800141, -0.00816492736, -0.000401815458, -0.00168961438, 0.00942334719, 0.0217040498, -2.55905779e-05, -0.00528166397, 0.00806869473, 0.00518913334, 0.0111407209, 0.00181082985, 0.00447109342, -0.00817232952, -0.0139018428, -0.0126434229, -0.00548523199, -0.00362351025, -0.00161003775, -0.0145014431, 0.00591457542, -0.00244096527, -0.019172404, -0.00656599319, -0.0218520984, -0.000861925364, -0.0178843737, 0.000744873774, 0.00792064518, -0.00528536551, 0.012413946, 0.00893478468, 0.0118069435, -0.000883207482, -0.000619494414, -0.0313864835, -0.00857946556, 0.0141387228, -0.0195425265, -0.00420830538, -0.00642164471, 0.0115922717, 0.00722111203, -0.00941594504, 0.00879413728, -0.00286660739, -0.0159597304, -0.0210970473, 0.00642164471, -0.00104837515, 0.0205788724, 0.00769116869, 0.0192612335, 0.0258938484, -0.00140739512, 0.0114146126, 0.00451550819, 0.0100155454, 0.00418979954, -0.00180712854, -0.00644015102, 0.00471537514, 0.0155748017, -0.000416157738, -0.0158560965, 0.00628469931, 0.0212450959, -0.00220223563, -0.0056999037, -0.00363831525, -0.00287771109, 0.005544452, 0.0019949663, -0.00556295784, 0.0190687682, -0.0156044122, -0.0140646975, -0.0346731804, 0.028351469, -0.0216152202, -0.00216707378, 0.00779480347, 0.0156192165, 0.0110370861, -0.00544822, 0.0121400552, -0.0136575615, 0.0113850022, -0.0276556369, 0.00963801891, 0.003508772, 0.0235102531, 0.016744392, -0.00384558435, -0.0116514917, -0.0015721001, -0.0158560965, -0.0108890366, 0.00356058916, 0.031238433, -0.0247982834, 0.0285587385, -0.00770597393, -0.00708786724, -0.00379376719, 0.00838700123, 0.00184876751, -0.00681397598, -0.0104893036, 0.0178103484, -0.0155748017, 0.0290621072, 0.0188318901, 0.0200458951, -0.0026482346, 0.00443778234, 0.0171737354, -0.00141942408, 0.0403582789, -0.0226071514, -0.0165371243, 0.00789103564, 0.0122362869, 0.00324413343, 0.0251239911, 0.0064327484, 0.0132948402, 0.00826115906, 0.012014213, -0.00407136, 0.00329780136, 0.00520023704, -0.0172329564, -0.00475979, -0.0234954469, -0.0072655268, -0.00411577476, -0.00387149304, -0.0104967058, 0.00206899107, -0.0226219557, 0.00430083647, 0.0159449261, 0.00935672503, 0.0188318901, -0.0197794065, 0.00325893844, 0.00894958898, -0.00638833363, -0.00291102217, -0.00490413792, -0.027951736, -0.0314457044, 0.00108353689, 0.0252128206, 0.0147161148, -0.0229476653, -4.02220285e-05, 0.000777259585, 0.0161373895, -0.00333296321, -0.00411207322, 0.000323395507, 1.60772452e-05, -0.0222222228, -0.00390110305, -0.00840180647, -0.00711377617, -0.00283144577, -0.00638463255, -0.0160189494, -0.0100081423, -0.00724331941, 0.0225331262, -0.00295728771, 0.0135391224, -0.00720260572, -0.0103412541, -0.0126730325, 0.00536309136, 0.00523724919, 0.00499666901, -0.0161818042, -0.00950477459, 0.0110963061, 0.0196609665, 0.034702789, -0.00260381959, -0.0210822411, -0.00123898883, 0.00700273877, -0.00275927153, -0.0109186471, 0.00336442376, -0.00329780136, 0.0109260492, -0.0169072468, -0.0184025466, 0.0293730106, 0.0201347247, 0.012761862, -0.00489673531, -0.0036475684, 0.019809017, 0.00746909482, 0.0313864835, 0.00088783406, -0.00120567775, -0.0126656303, 0.00172662665, 0.0211118516, 0.0191279892, 0.00598489912, -0.00204123184, 0.00217632693, 0.00782441348, 0.013916648, -0.00681397598, 0.000624583627, -0.0187874753, -0.00549633568, 0.0306758452, 0.0229920801, -0.00513731595, -0.0355022587, -0.0118809687, -0.00305351987, -0.00147124135, -0.0682804063, 0.00111407205, 0.000122140802, 0.0253460649, -0.0188318901, -0.000350923452, 0.0140128806, -0.00741727743, 0.0111185135, 0.00366052263, 0.0126582282, -0.00909023639, 0.00656969426, 0.000758753449, -0.012591606, -0.00141202158, 0.00205048476, 0.0120512247, -0.0165075138, 0.00863128249, 0.00766155915, -0.0141979419, -0.0267673396, -0.00879413728, 0.0160633661, 0.0291509368, 0.0132726328, -0.00258901482, -0.00251313928, -0.0221037827, -0.0059071728, 0.00408246368, 0.00897919945, 0.00246687396, -0.00081242132, -0.00193389587, 0.00444518449, -0.00685839076, -0.00844622124, -0.00218743063, -0.0074727959, -0.00579243479, -0.0228736401, 0.00312384334, -0.0283958837, -0.0338144936, 0.00867569726, 7.22319382e-05, -0.00368643133, 0.00166740688, -0.0175290555, 0.00554075046, 0.00460803928, 0.0152342878, 0.0117773339, -0.00324783474, -0.0265156571, -0.00368828187, 0.0113257831, 0.00155451917, -0.0186838396, -0.0195721369, -0.00495965639, 0.0124213491, 0.00312569388, -0.00049827894, -0.0170256868, 0.0174254198, 0.012821082, 0.0323636085, 0.00777259609, -0.0145162484, 0.0258198231, 0.0106077427, -0.0099563254, -0.0115034422, -0.010800207, -0.0170701016, 0.00132319191, 0.0173662, -0.000687504653, 0.0100155454, 0.0105781332, 0.00283884816, -0.0135613298, 0.0126286177, -0.00412317691, -0.014612481, 0.00300725433, -0.000869327865, 0.0134947076, -0.00608113129, -0.00416389061, 0.00381967588, -0.00244281581, 0.0140572954, -0.0224591009, 0.00492264424, 0.00510030333, -0.0183433276, -2.83375903e-05, -0.0170256868, 0.00385298696, 0.00406765845, 0.0113850022, -0.00702494616, 0.0159153156, -0.00604781974, -0.0042860317, -9.01019666e-05, 0.0243689399, 0.0120290173, 0.00180620328, 0.011836553, 0.0063069067, -0.0105485236, -0.00204678369, -0.00821674429, -0.0057813311, 0.0105633279, -0.00485602207, -0.0220297575, -0.00854985602, 0.0162410252, 0.00659190165, -0.00770597393, 0.00872011296, 0.00893478468, -0.00402324367, -0.0126212155, -0.0116218813, 0.00857946556, 0.0120216152, -0.0154859722, -0.0170849059, -0.0130579611, -0.0062254793, -0.0266933162, -0.0142423566, -0.00880153943, -0.0164482929, 0.00283514685, 0.0158412904, -0.0025353469, -0.0238951817, -0.0129691316, -0.0121178478, -0.00451920927, -0.0059478865, 0.00440076971, 0.00185154343, 0.00153693836, -0.009815678, 0.0199422613, 0.0180028137, 0.00498556532, -0.0071544894, -0.00812051259, -0.0016923903, 0.00520023704, -0.00832778122, -0.00140184327, -0.00283514685, -0.00920867547, -0.000798079069, 0.00235398626, -0.0035346807, -0.0115700644, 0.00163779699, -0.000360407867, 0.0258346293, 0.0208305568, -0.00603301497, 0.0247686729, 0.0128877042, -0.0128358873, -0.00231882441, -0.0159153156, -0.00852024555, 0.00350322016, 0.0180028137, -0.0014767932, -0.0159301199, -0.00743948482, 0.00604781974, -0.0197201874, 0.00242801104, 0.0343178622, 0.00181082985, 0.0306166261, -0.00109186466, 0.0127322525, -0.0201347247, -0.0119031761, 0.000553797465, -0.0118291508, -0.00410837214, -0.00656599319, 0.0111333188, -0.00045525204, 0.0072655268, 0.0215115845, -0.00634762, -0.00679917075, 0.0112443557, 0.0214671697, -0.0033292619, 0.0125842029, 0.000569065043, -0.00713968463, 0.00326449028, -0.012880302, 0.00147124135, 0.0104152784, -0.00994152, -0.00866089296, -0.0093049081, 0.0153527278, -0.000289853051, 0.0139610628, 0.0155599974, 0.0221037827, -0.00602191128, 0.00977126323, -0.0017321785, 0.0155007774, 0.0246058181, 0.00364386709, 0.000524650211, -0.0121548595, 0.0184173509, 0.0259826779, 0.0288252272, -0.0020097713, 0.00960100628, 0.0137611963, -0.00811310951, 0.00931971241, 0.010778, 0.0228144191, 0.0367162637, 0.0306758452, -0.00112980232, -0.0216744393, -0.00838700123, 0.021541195, 0.00198941445, 0.0113479905, 0.0201939456, 0.00368828187, 0.00128155306, 0.021940928, 0.00232252572, 0.00462284405, 0.000966022664, -0.0228736401, -0.0102820341, -0.0162706338, -0.0194833074, 0.00754682068, -0.0263231918, -0.00993411802, 0.00454141665, -0.00054361904, -0.0112147462, -0.0152787035, 0.00800207257, -0.0310607739, 0.0119920056, -0.0311792139, 0.00905322377, -0.00171737361, -0.0191279892, 0.00632911408, 0.00327004213, -0.0129247168, -0.0102820341, 0.00264638383, -0.00857206341, -0.0110444892, -0.0182693023, -0.0140646975, -0.0141979419, -0.00104837515, 0.00792064518, -0.00702124508, -0.0313864835, -0.0208009481, -0.00528536551, 0.00624028407, -0.0168480277, -0.00241320604, -0.00338292983, 0.0209786072, -0.0136575615, -0.027315123, 0.0189355239, 0.0141535271, -0.0119994078, -0.0238951817, -0.0238063522, -0.0100229476, -0.0104448888, -0.00861647818, -0.00431564124, -0.00538159767, -0.0223406609, -0.0198386256, -0.0103190467, -0.0208305568, -0.00607742975, -0.000433275971, 0.00658079796, -0.00783181563, -0.00181082985, 0.0055333483, 0.0128729, -0.0184469614, 0.00800947472, -0.00210045162, 0.0146050779, 0.0187874753, -0.0167147834, 0.0134132802, -0.00203938107, 0.0110740988, 0.016463099, -0.00218558, -0.0123177143, 0.00959360413, -0.00581834326, -0.00041222517, -0.0130357537, -0.0074024722, -0.00906062592, -0.0135909393, 0.00133244507, -0.00931231, 0.00226885779, -0.0121696647, 1.29832424e-05, 0.0137241837, 0.00564808631, -0.0113479905, 0.0180768371, -0.00774298608, -0.0112369535, 0.00400103629, -0.00436745863, -0.0128432894, -0.0171737354, 0.0129543263, 0.0114294179, 0.0261159223, -0.0074431859, 0.00236694049, 0.0109408544, -0.0210970473, 0.0184913762, -0.00486342423, -0.00453031296, -0.0379598774, -0.000195355868, 0.00256310613, -0.00929750502, -0.011895773, 0.0144570284, -0.0102006067, 0.015071434, -0.00103264488, 0.00985269062, 0.0044933008, 0.0027167073, 0.0697609, 0.00469686883, 0.0196017474, -0.015071434, -0.0141831376, 9.14321e-05, -0.0203419942, 0.0434969291, 0.0204900429, 0.00944555458, 0.0041749943, 0.00201532315, -0.0148271527, 0.0225923453, -0.0195425265, -0.0172033459, 0.00570360478, -0.0156932417, 0.0153379226, 0.00685098814, -0.0218817089, -0.0233770087, 0.0154119479, 0.00172292546, -0.0114294179, -0.0238211565, 0.0030923828, 0.0059182765, -0.0154711669, -0.00114460732, -0.0115626622, -0.00661781058, 0.010740987, -0.0158709, -0.0213339254, 0.0242505, -0.00637723, 0.00608483236, 0.0141091123, -0.00670664, 0.00834258646, 0.016862832, 0.00342919538, -0.0145458579, 0.0135465246, 0.0101561919, 0.00231697387, -0.0212450959, 0.0155451922, 0.00556295784, -0.0111777335, 0.0117625287, 0.000775871624, -0.0119623952, -0.00461174035, 0.00283884816, 0.0140795028, -0.0172477607, 0.010911244, -0.02667851, -0.00940114, -0.00574802, -0.00298689771, 0.0141313197, -0.00743578374, -0.017899178, -0.00398253, -0.00723221572, -0.0229032505, 0.0245021842, 0.0137019763, -0.0211266559, 0.00257791113, -0.00227070833, -0.0149159823, -0.00707676355, 0.0108742323, 0.0305277966, 0.0137241837, -0.00582944695, -0.00594418542, 0.0122658964, -0.03499889, 0.00100303499, -0.00773558347, -0.038226366, -0.00108538754, -0.00639573624, -0.0198238213, -0.0117107118, -0.00195795391, 0.0351173282, -0.00883115, -0.00960100628, 0.00583684957, -0.00185802055, 0.00852024555, -0.00158875564, 0.019809017, 0.0106447553, 0.0367754847, -0.000321776228, 0.0056999037, 0.0138130132, 0.00223924802, 0.0349100605, 0.0152935078, 0.0164482929, 0.000762917334, 0.000514009153, -0.0158412904, -0.0105929384, 0.00620697299, 0.0357687473, -0.0055037383, -0.0123547269, 0.0189799387, -0.00638463255, 0.0145680653, -0.00424531801, 0.00662891427, 0.00886075944, 0.00960840937, 0.00917906594, 0.00963061675, -0.00300540379, 0.00134632469, -0.00250573689, 0.0135539267, 0.00497446163, 0.0234066173, -0.00339218299, 0.0262935814, 0.00664371904, 0.0227848105, 0.014901177, -0.0146791032, 0.012473166, -0.0150862392, -0.00997853279, 0.0160633661, 0.0021485677, 0.0198830403, 0.00545562198, 0.0180620328, 0.00589977065, -0.00679917075, -0.0138500258, -0.00011948053, -0.00982308108, 0.0022318454, 0.0086090751, 0.0184321571, -0.023391813, -0.0130727664, 0.000392331043, 0.00174790877, -0.00345510407, -0.00800947472, -0.00600710651, -0.002122659, -0.00733214896, 0.0279961508, -0.0193648674, 0.0195869412, -0.0110370861, 0.0131689981, -0.0305870157, -0.0164186843, -0.00161188841, 0.00535198767, 0.012591606, -0.0126286177, 0.0143459914, 0.00178029458, 0.0120808352, -0.00714708725, -0.00748760067, -0.00949737243, -0.0147235179, -0.0128951073, 0.00570360478, 0.0115330517, 0.0410985276, 0.00541120721, -1.15302182e-05, 0.00280738762, 0.00971204415, 0.0136575615, 0.0107113775, -3.03906199e-05, 0.0232585687, -0.00848323386, -0.0112369535, 0.00905322377, -0.00668443274, 0.00904582161, 0.0169072468, -0.00162946922, -0.0048116073, 0.014205345, 0.00708046509, -0.00295543717, 0.0113257831, 0.00484121684, -0.0160337556, -0.00488193054, 0.00216152193, 0.0107483901, 0.00601450866, 0.0182248875] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.