text stringlengths 6 2.91M |
|---|
{"type": "Feature", "id": 2107302, "geometry": {"type": "MultiPolygon", "coordinates": [[[[77.525108, 54.0243], [77.525108, 54.033401], [77.509628, 54.033401], [77.509628, 54.0243], [77.525108, 54.0243]]]]}, "properties": {"woe:id": 2107302, "woe:parent_id": 12598838, "woe:name": "Vodino", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "ENG", "iso:country": "RU", "meta:provider": ["geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T10:27:49.195122", "woe:alias_UNK_Q": ["\u0412\u043e\u0434\u0438\u043d\u043e"], "meta:updated": "2020-10-14T10:58:51.357560", "woe:adjacent": [1985416, 2018111, 2034169], "woe:hierarchy": {"continent": 24865671, "country": 23424936, "town": 0, "planet": 1, "county": 12598838, "suburb": 0, "state": 2346914, "region": 0, "localadmin": 0}, "woe:timezone_id": 56043607, "woe:hash": "v9x57gwkvevf", "geom:min_latitude": 54.0243, "woe:centroid": [77.517372, 54.028851], "geom:latitude": 54.028851, "woe:max_longitude": 77.525108, "geom:max_longitude": 77.525108, "geom:centroid": [77.517372, 54.028851], "geom:max_latitude": 54.033401, "woe:bbox": [77.509628, 54.0243, 77.525108, 54.033401], "geom:bbox": [77.509628, 54.0243, 77.525108, 54.033401], "woe:min_latitude": 54.0243, "woe:min_longitude": 77.509628, "geom:longitude": 77.517372, "geom:hash": "v9x57gwkvevf", "woe:latitude": 54.028851, "geom:min_longitude": 77.509628, "woe:longitude": 77.517372, "woe:max_latitude": 54.033401, "woe:repo": "woeplanet-town-ru", "geom:area": 1027589.8899269104, "woe:scale": 16}} |
{
"formName": "New Certificate 1",
"pages": [
{
"pageName": "page 1",
"pageType": "standard",
"fields": [
{
"fieldLabel": "Enter a number",
"fieldAnswerType": "Number",
"fieldVariableName": "enterANumber"
}
],
"sections": [
{
"sectionName": "New Section",
"fields": [
{
"fieldLabel": "Test Input",
"fieldAnswerType": "Input",
"fieldVariableName": "testInput"
},
{
"fieldLabel": "Test Number",
"fieldAnswerType": "Number",
"fieldRequired": true,
"fieldVariableName": "testNumber"
}
]
},
{
"sectionName": "New Section",
"fields": [
{
"fieldLabel": "Test Text Area",
"fieldAnswerType": "TextArea",
"fieldVariableName": "testTextArea"
}
]
}
]
}
]
} |
{"paper": {"title": "Angular Visual Hardness", "authors": ["Beidi Chen", "Weiyang Liu", "Animesh Garg", "Zhiding Yu", "Anshumali Shrivastava", "Jan Kautz", "Anima Anandkumar"], "authorids": ["beidi.chen@rice.edu", "wyliu@gatech.edu", "garg@cs.stanford.edu", "zhidingy@nvidia.com", "anshumali@rice.edu", "jkautz@nvidia.com", "anima@caltech.edu"], "summary": "A novel measure in CNN based on angular similarity that is shown to correlate strongly with human visual hardness with gains in applications such as self-training.", "abstract": "The mechanisms behind human visual systems and convolutional neural networks (CNNs) are vastly different. Hence, it is expected that they have different notions of ambiguity or hardness. In this paper, we make a surprising discovery: there exists a (nearly) universal score function for CNNs whose correlation with human visual hardness is statistically significant. We term this function as angular visual hardness (AVH) and in a CNN, it is given by the normalized angular distance between a feature embedding and the classifier weights of the corresponding target category. We conduct an in-depth scientific study. We observe that CNN models with the highest accuracy also have the best AVH scores. This agrees with an earlier finding that state-of-art models tend to improve on classification of harder training examples. We find that AVH displays interesting dynamics during training: it quickly reaches a plateau even though the training loss keeps improving. This suggests the need for designing better loss functions that can target harder examples more effectively. Finally, we empirically show significant improvement in performance by using AVH as a measure of hardness in self-training tasks.\n ", "keywords": ["angular similarity", "self-training", "hard samples mining"]}, "meta": {"decision": "Reject", "comment": "This paper proposes a new measure for CNN and show its correlation to human visual hardness. The topic of this paper is interesting, and it sparked many interesting discussions among reviews. After reviewing each others\u2019 comments, reviewers decided to recommend reject due to a few severe concerns that are yet to be address. In particular, reviewer 1 and 2 both raised concerns about potentially misleading and perhaps confusing statements around the correlation between HSF and accuracy. A concrete step was suggested by a reviewer - reporting correlation between accuracy and HSF. A few other points were raised around its conflict/agreement with prior work [RRSS19], or self-contradictory statements as pointed out by Reviewer 1 and 2 (see reviewer 2\u2019s comment). We hope authors would use this helpful feedback to improve the paper for the future submission. \n"}, "review": {"B1l6DMEhsS": {"type": "rebuttal", "replyto": "HkxJHlrFvr", "comment": "We sincerely thank all the reviewers for providing constructive suggestions and helping us improve the paper! We list the major changes we have done according to the recommendations in the following:\n\n1. We made a revision to our introduction, especially the first and second paragraphs to better motivate our work and improve the logic flow. [Introduction]\n\n2. We added a paragraph in the introduction to discuss Reviewer_3's suggested theoretical foundation. [Introduction]\n\n3. We provide more details about the correlation testings. [Section 3 Hypothesis 3]\n\n4. We have moved all the experiments and discussions about image degradation to the appendix. [Appendix A.2 & A.5]\n\n4. We added a section to better illustrate the difference between AVH and model confidence. We also plot the quantitative difference between model confidence and AVH in that section. [Appendix C]\n\n5. We added the figures of the training dynamics for model confidence, which help confirm the different between AVH and model confidence. [Appendix A.3(Figure 21)]\n\n6. We added training dynamics experiments on CIFAR10 and CIFAR100 to confirm that our observation of the norm and angle is not a phenomenon that is only on ImageNet. [Appendix A.4 (Page 20)]\n\n7. We added 2 other correlation coefficient testings, Pearson and Kendall Tau. We also added the testings on all four models. [Appendix A.1 (Page 15-16) ]\n\n8. We fixed the typos and citation issues.\n ", "title": "Summary of the Revision"}, "HylNHnQ2sH": {"type": "rebuttal", "replyto": "BJeifxHT5r", "comment": "Thank you for your recognition of our work. We appreciate your constructive suggestions, especially mentioning the existing theoretical results which can be extremely useful for strengthening the motivation of our work. We have added that in our introduction.\n\n**Question: The introduction is not well-written, especially the second paragraph\n\n**Action Taken: We have revised our logic and writing of our introduction addressing all your problems. Thanks for pointing it out.\n\n**Question: In table 1, I am not sure whether the author should assume that all audiences have some background on z-score, although I can understand it. I would also encourage the authors to use other correlation metrics with more intuitive explanations (e.g., correlation coefficients).\n\n**Response: We do provide the correlation coefficient in the second column of Table 1. \n\n**Action Taken: We have made the column name more explicit and add more details about the testing under hypothesis 3.\n\n**Question: For the experiment, I would like to recommend authors adding the following experiments.\n\n**Action Taken: \nWe have added the experiments of training dynamics on both CIFAR10 and CIFAR 100 in Appendix A.4 (Page 20). \nThe experiments provide similar supportive results to our claims in the training dynamics section. \n\nWe have added Pearson and Kendall Tau correlation coefficients.\n\nWe have added four tables in Appendix A1 (Page 15-16) for all three types of correlation coefficients for four different models (AlexNet, VGG19, ResNet50, and DenseNet121). The experiments also provide similar supportive results to our hypotheses. We found out that better models, like ResNet and DenseNet, correlates stronger with Human Selection Frequency. Also, the difference between the model confidence correlation coefficient and AVH correlation coefficient with HSF is also larger for better models. It helps verify our claim that AVH is an indicator of model generalizability. \n\nThanks again for all the suggestions which help us improve the completeness of our paper. \n", "title": "Response to Reviewer3"}, "SJxZePXFjS": {"type": "rebuttal", "replyto": "SkgCP9CRFH", "comment": "\nThanks for your recognition on our work. With our extensive empirical study, AVH is shown to be able to better identify the visual hardness than model confidence. AVH is generally useful in a number of applications, not limited to self-training for domain adaptation. Potential applications include robust learning against noisy labels, semi-supervised learning, etc.\n\n**Question: In the analysis of the dynamics of training, the authors compared the AVH with feature norm. How about the dynamics of model confidence? Is it similar to the feature norm?\n\n**Response: The dynamics of the model confidence during training is similar to model accuracy, and its curve is indeed close to the curve of feature norm. We have put the figures of the model confidence (on AlexNet, VGG19, and ResNet50) in Appendix A.3.\n\nThe difference between AVH and model confidence lies in the feature norm and its role during training. To illustrate the difference, we consider a simple binary classification case where the softmax score (i.e., model confidence) for class 1 is $\\frac{\\exp(W_1X)}{\\sum_i\\exp(W_iX)}=\\frac{\\exp(\\|W_1\\|\\|X\\|\\cos(\\theta_{W_1,X}))}{\\sum_i\\exp(\\|W_i\\|\\|X\\|\\cos(\\theta_{W_i,X}))}$ where $W_i$ is the classifier weights of class $i$, $X$ is the input deep feature and $\\theta_{W_i,X}$ is the angle between $W_i$ and $X$. To simplify, we assume the norm of $W_1$ and $W_2$ are the same, and then the classification result is based on the angle now. Once $\\theta_{W_1,X}$ is smaller than $\\theta_{W_2,X}$, the network will classify the sample $X$ as class 1. However, in order to further minimize the cross-entropy loss after making $\\theta_{W_1,X}$ smaller than $\\theta_{W_2,X}$, the network has a trivial solution: increasing the feature norm $\\|X\\|$ instead of further minimizing the $\\theta_{W_1,X}$. It is obviously a much more difficult task to minimize $\\theta_{W_1,X}$ rather than increasing $\\|X\\|$. Therefore, the network will tend to increase the feature norm $\\|X\\|$ to minimize the cross-entropy loss, which is equivalent to maximizing the model confidence in class 1. In fact, this also matches our empirical observation that the feature norm keeps increasing during training. Most importantly, one can notice that AVH will stay unchanged no matter how large the feature norm $\\|X\\|$ is. Moreover, this also matches our empirical result that AVH easily gets saturated while model confidence can keep improving. Therefore, AVH is able to better characterize the visual hardness and is also a more robust indicator to visual hardness than model confidence, since it is trivial for the network to increase the feature norm.\n\n**Action Taken: We have put the figures of the model confidence (on AlexNet, VGG19, and ResNet50) in the Appendix A.3. We also update an additional Appendix C to further illustrate the difference between AVH and model confidence. \n\n**Question: The curves of different levels of hardness are missing in Fig.14.\n\n**Action Taken: The caption in Figure 14 is confusing. It is the average over all the samples not different hardness levels. Thanks for pointing it out and we have corrected it.\n", "title": "Response to Reviewer2"}, "S1xahZ6uoS": {"type": "rebuttal", "replyto": "HJeVWRoCKH", "comment": "\nWe sincerely thank the reviewer for the great efforts in helping us to improve clarity. We appreciate the constructive feedback as it helps the paper to better impact a wider range of audiences. \n\nHowever, there is a major misunderstanding from the reviewer which we would like to clarify first. The essence of such misunderstanding lies in confusing \u201cdataset-level accuracy\u201d with \u201csample-level model confidence\u201d. Let us first provide a simple example here: There are only two labels 1 and 0. For image A, 3 out of 5 humans (HSF 0.6) vote for label 1; for image B, 5 out of 5 humans (HSF 1.0) vote for label 1. CNN only sees [A, 1] and [B, 1]. There is no information about how humans think the images are easy (HSF 1.0) or hard (HSF 0.6) passed to CNN. CNNs learn a dataset labeled by humans but the explicit hardness/confidence information is never revealed to them. Despite this AVH, which is coming purely from CNN correlated very well with HSF. While other popular measures like the softmax do not correlate well. So the fact that such a measure exists and we can compute it is interesting in itself. \n\nWe are not entirely sure what the reviewer means by the accuracy of CNN and hardness/confidence of the classifier are the same thing. Accuracy is an average over the whole data, in which confidence/hardness is only defined as instance level. So there is no accuracy for a particular instance (it is right or wrong) and hardness is only defined for the instance. These are unrelated terms. For example, is that one model can have very high overall accuracy (say 0.99) on a dataset but the confidence score (softmax) on one example can be 0.6. We hope that this point is fairly clear.\n\nBefore we delve into answering the reviewer's questions. We will first explain how AVH can be vastly different with model confidence for the reviewer to better understand AVH.\n\n**Difference between AVH and Model Confidence**\n\nThe difference between AVH and model confidence lies in the feature norm and its role during training. To illustrate the difference, we consider a simple binary classification case where the softmax score (i.e., model confidence) for class 1 is $\\frac{\\exp(W_1X)}{\\sum_i\\exp(W_iX)}=\\frac{\\exp(\\|W_1\\|\\|X\\|\\cos(\\theta_{W_1,X}))}{\\sum_i\\exp(\\|W_i\\|\\|X\\|\\cos(\\theta_{W_i,X}))}$ where $W_i$ is the classifier weights of class $i$, $X$ is the input deep feature and $\\theta_{W_i,X}$ is the angle between $W_i$ and $X$. To simplify, we assume the norm of $W_1$ and $W_2$ are the same, and then the classification result is based on the angle now. Once $\\theta_{W_1,X}$ is smaller than $\\theta_{W_2,X}$, the network will classify the sample $X$ as class 1. However, in order to further minimize the cross-entropy loss after making $\\theta_{W_1,X}$ smaller than $\\theta_{W_2,X}$, the network has a trivial solution: increasing the feature norm $\\|X\\|$ instead of further minimizing the $\\theta_{W_1,X}$. It is obviously a much more difficult task to minimize $\\theta_{W_1,X}$ rather than increasing $\\|X\\|$. Therefore, the network will tend to increase the feature norm $\\|X\\|$ to minimize the cross-entropy loss, which is equivalent to maximizing the model confidence in class 1. In fact, this also matches our empirical observation that the feature norm keeps increasing during training. Most importantly, one can notice that AVH will stay unchanged no matter how large the feature norm $\\|X\\|$ is. Moreover, this also matches our empirical result that AVH easily gets saturated while model confidence can keep improving. Therefore, AVH is able to better characterize the visual hardness and is also a more robust indicator to visual hardness than model confidence, since it is trivial for the network to increase the feature norm. This is a fundamental difference between model confidence and AVH.\n\nWe update an additional *Appendix C* to better illustrate the difference between AVH and model confidence. We also plot the quantitative difference between model confidence and AVH.\n", "title": "Clarification to some misunderstandings "}, "r1geIMa_sB": {"type": "rebuttal", "replyto": "S1xahZ6uoS", "comment": "\n**Question 1a): \u201cThe presentation is confusing, and at times self-contradictory. For example, in Section 1, the paper asserts that \u201cthe two systems differ in what they view as hard examples that appear ambiguous or uncertain\u201c but then proceeds to claim that AVH being a CNN-derived quantity (more on this in Con2) correlates well with HSF.\u201d\n\n**Response: Thanks for pointing out the issue. We have revised our introduction to improve clarity. Here we specifically mean that the softmax probability output, which is a popular confidence measure adopted by CNNs, does not match well with HSF. But this does not contradict the conclusion that CNNs can derive other quantities that correlates well with HSF.\n\n**Question 1b): \u201cIn fact, [RRSS19] (heavily cited here) seems to suggest exactly the opposite that harder examples for humans are also hard for CNNs. This is not very surprising as high accuracies of these CNNs imply their agreement with human judgment: we are learning a dataset labeled by humans.\u201d\n\n**Response: Thanks for raising the concern. As mentioned in the beginning, this paper focuses on the better measurement of sample-level confidence instead of dataset-level accuracies. In light of this, the reviewer\u2019s conclusion that \u201chigh accuracies of these CNNs imply their agreement with human judgment: we are learning a dataset labeled by humans.\u201d seems irrelevant to this work. In addition, from their experiments (section 4 in [RRSS19]) as well as the direct confirmation from the authors, by saying \u201cimages selected less frequently by the MTurk workers are harder for the models\u201d, they are referring to correlation with dataset-level accuracy (CNNs do make mistakes on images ambiguous to human) instead of sample-level confidence (CNNs being over-confident on wrong samples). Thus their conclusion is not contradicting the technical correctness of this work.\n\n**Question 2): \u201cAVH is a function of a particular CNN (architecture and parameter values) and the target class label _in addition_ to the input image. These dependencies make AVH a measure of the ambiguity of an image very problematic. Granted that the paper presents evidence that AVH correlates with HSF for a number of _trained_ models but they will be of different values. \u201d\n\n**Response: AVH is not defined only for some particular architectures of CNN. As long as the architecture has embedding layer and classifier, AVH can be computed. In addition, as the reviewer mentioned, we use four different CNN architectures for all the experiments to show the consistency of our observations. \n\nIf we understand the reviewer\u2019s confusion correctly, it means \u201cfor one particular picture, different models have different AVH scores is a problem\u201d. This is actually an advantage of AVH instead of a problem. AVH scores are not the same since different models have different generalization abilities and naturally tend to show different levels of confidence. We provide more details in Observation 4 on Page 7.\n\n**Question 3): \u201cThe work is not well self-contained. HSF, the core quantity studied is not introduced with sufficient details.\u201d\n\n**Response: We have a formal definition of HSF in \u201cPage 3 Definition 3\u201d. \n\n**Action Taken: We add the definition of HVH and detailed discussion about how we relate HVH and HSF in the second paragraph of our Introduction.", "title": "Responses to individual questions (Part 1)"}, "H1x6Jm6_or": {"type": "rebuttal", "replyto": "H1lWTzTdsH", "comment": "\n**Question 7): The middle row in Figure 3 has a small range of ~1e-4. Is that expected? Can you provide some simple arguments? The closeness of the initial and final values of AVH in the AlexNet plot also concerns me.\n\n**Response: Yes. AVH is basically an angle normalized by the sum of all angles. Because ImageNet has 1000 classes, it is reasonable that AVH is in the range of 1e-4-1e-3. For AlexNet, a) the model is comparatively a poor model and b) AVH does not necessarily need to decrease too much to have a high impact on the accuracy because as long as the angle between the embedding and the correct class the smallest among all other angles, it will produce a correct prediction (it can be very close to the decision boundary). \n\n**Question 8): How is the visualization in Figure 1 generated? It is not immediately clear to me how the high dimensional space is projected into 2D. My concern is that though suggestive in the figure, the category weights w_c, in general, do not spread out evenly. Do they? I would suggest reporting the angular separation of the category weights (maybe by showing them in a CxC matrix).\n\n**Response: Figure 1 does *NOT* use any projections or visualization tools (e.g., T-SNE, etc.) because the embedding dimension is originally 2-dimension. Specifically, we directly set the embedding layer (the layer before the classifiers) of CNN to 2 dimensions. That means we use 10 classifiers (each classifier is also 2-dimensional) to classifier 2-dimensional features learned by a CNN. Therefore the category weights do spread out evenly.\n\n**Action Taken: We revise the caption for Figure 1 to make it more clear. We will also upload the code to reproduce the visualization.\n\n**Question 9): In Figure 2, what happens to the dark stripes? Are there no data points with the specified range of HSF values?\n\n**Response: Yes there are no data points for the values within those ranges. \n\nWe hope the above response can help the reviewer better understand our paper. We sincerely thank the reviewer again for all the questions and suggestions, which greatly improve the clarity of our work.\n", "title": "Responses to individual questions (Part 3) "}, "H1lWTzTdsH": {"type": "rebuttal", "replyto": "r1geIMa_sB", "comment": "\n**Question 4): \u201cWhat is human visual hardness (HVH)? How is HSF related to HVH? Why is being selected from a pool of images (in the procedure described in [RRSS19]) a good measure of HVH?\u201d\n\n**Response: Human visual hardness is a measure of how hard it is for humans to classify a particular picture correctly. Human selection frequency is a proxy for this measure. It is a reasonably good proxy because humans tend to select the pictures which can be easily identified as a given label and might miss the ones which are hard for them to identify from a pool of pictures. \n\n**Action Taken: We add the definition of HVH and detailed discussion about how we relate HVH and HSF in the second paragraph of our Introduction.\n\n\n**Question 5): \u201cSince the class logit is exactly <x, w_c>, with arccos being a decreasing function, I expect AVH to behave very much like the opposite of model confidence (Definition 2). And this seems to be confirmed in Table 1 (performing a confidence calibration on validation set might increase this further). I wonder how AVH is different from model confidence _qualitatively_ and consequently what insights do we gain (or should we expect to gain) by studying AVH instead of model confidence?\u201d\n\n**Response: First of all, Table 1 shows that AVH correlates (significantly) more closely to human selection frequency than model confidence, supporting our claim that AVH can better reflect the human visual hardness. Also, we use Spearman's correlation coefficients which is a statistical measure of the strength of a monotonic relationship between paired data. \n\nThere are several obvious insights we can gain from AVH:\n\nFirst, AVH demonstrates that angles serve as a more calibrated similarity measure that better reflects human perception. However, one can also see that angles are generally difficult to optimize in current neural networks, indicating that current loss functions or even network architectures are not well designed to optimize the angles. These observations open up a new research direction to improve our network architectures and objective functions towards better optimization of angular similarity instead of the inner product. \n\nSecond, AVH reveals an interesting inductive bias in CNNs: features learned by CNNs tend to be discriminative on a hypersphere manifold. The discovery of such inductive bias could be useful for improving the accuracy and robustness of CNNs in all kinds of applications.\n\nLast, AVH produces a more calibrated and accurate visual hardness measure, facilitating the applications like self-training for domain adaptation (shown in Section 5 in our paper), robust learning against noisy labels, etc. We have already shown in our paper that AVH can significantly boost the state-of-the-art performance in domain adaptation by outperforming the previous state-of-the-art result (in ICCV 2019) by more than 3%.\n\n\n**Question 6): Degradation levels (DL) are mentioned early on but the experiments and figures were not shown in the main text (deferred till Appendix). What is the rationale? \n\n**Response: Because the DL results are consistent with HSF results and because of the space limit, we attach the results in the appendix.\n\n**Action Taken: We move everything about DL to the appendix and only link the similar results in the related work and section 3.1 notation and setup.\n\n\n", "title": "Responses to individual questions (Part 2) "}, "HJeVWRoCKH": {"type": "review", "replyto": "HkxJHlrFvr", "review": "The paper proposes, when given a CNN, an image and its label, a measure called angular visual hardness (AVH). The paper shows that AVH correlates with human selection frequency (HSF) [RRSS19].\n\nPros:\n1. The authors experimented with a representative set of trained models in my opinion. (More on this in Con2)\n2. In Section 6, the authors acknowledge a substantive counter-example/argument. (More on this in Con2) \n\nCons (I put the ones that weighed the most on my decision first):\n1. The presentation is confusing, and at times self-contradictory. For example, in Section 1, the paper asserts that \u201cthe two systems differ in what they view as hard examples that appear ambiguous or uncertain\u201c but then proceeds to claim that AVH being a CNN-derived quantity (more on this in Con2) correlates well with HSF. In fact, [RRSS19] (heavily cited here) seems to suggest exactly the opposite that harder examples for humans are also hard for CNNs. This is not very surprising as high accuracies of these CNNs imply their agreement with human judgment: we are learning a dataset labeled by humans. (More on this in Que2)\n2. AVH is a function of a particular CNN (architecture and parameter values) and the target class label _in addition_ to the input image. These dependencies make AVH a measure of the ambiguity of an image very problematic. Granted that the paper presents evidence that AVH correlates with HSF for a number of _trained_ models but they will be of different values. \n3. The work is not well self-contained. HSF, the core quantity studied is not introduced with sufficient details. (See Que1 and Sug1)\n\nSome possible mistakes/typos:\n1. Feature vector x and class weight w in general do not lie on S^n. Indeed your definition of A(u, v) only relies on u, v being nonzero.\n2. There is a missing { above Definition 1.\n3. In Definition 1, \u201cfor any x\u201d -> for any (x, y). \n4. In References, [10] is a duplicate of [11].\n5. The captions in Figures 5, 6, and 7 in Appendix A might be wrong. They say ||x|| whereas the y-axis in the plots is labeled AVH.\n\nQuestions (I listed the important ones first):\n1. What is human visual hardness (HVH)? How is HSF related to HVH? Why is being selected from a pool of images (in the procedure described in [RRSS19]) a good measure of HVH?\n2. Since the class logit is exactly <x, w_c>, with arccos being a decreasing function, I expect AVH to behave very much like the opposite of model confidence (Definition 2). And this seems to be confirmed in Table 1 (performing a confidence calibration on validation set might increase this further). I wonder how AVH is different from model confidence _qualitatively_ and consequentially what insights do we gain (or should we expect to gain) by studying AVH instead of model confidence?\n3. Degradation levels (DL) are mentioned early on but the experiments and figures were not shown in the main text (deferred till Appendix). What is the rationale? \n4. The middle row in Figure 3 has a small range of ~1e-4. Is that expected? Can you provide some simple arguments? The closeness of the initial and final values of AVH in the AlexNet plot also concerns me.\n5. How is the visualization in Figure 1 generated? It is not immediately clear to me how the high dimensional space is projected into 2D. My concern is that though suggestive in the figure, the category weights w_c in general do not spread out evenly. Do they? I would suggest reporting the angular separation of the category weights (maybe by showing them in a CxC matrix).\n6. In Figure 2, what happens to the dark stripes? Are there no data points with the specified range of HSF values?\n\nMinor issues (factored little to none in my decision):\n1. There are 60+ citations but their relevance to the current seems questionable in many cases. Many of them are accompanied by little or no technical comparison when they are mentioned. In particular, in Section 2 on the related work from psychology/neuroscience, little specifics are discussed to contextualize the current work. \n2. Many arguments come across as (highly) speculative and imprecise. As a result, I find the reasoning and logical story diluted and hard to follow.\n3. The comparison with feature norm seems poorly motivated. The other quantities, namely AVH and model confidence, both depend on the class label. \n4. The term hardness has a rich history and connotation in the algorithmic analysis literature. I would suggest using a different term, as the hardness of a problem usually reflects some intrinsic aspects of its structure and not dependent on some algorithm.\n\nSuggestions:\n1. If DL is not important to the core results, it will help simplify and focus the presentation by leaving them out entirely.\n2. Try to be more concise and more precise in the presentation. It might also benefit from more formalism wherever possible, and more procedural details, when human studies or notions is involved. The latter seems to be a lesson from [RRSS19] (in regard to reproducibility).\n\nIn summary, I do not recommend accepting the current article. \n\n(To authors and other reviewers) Please do not hesitate to directly point out my misunderstandings. I am open to acknowledging mistakes and revising my assessment accordingly.", "title": "Official Blind Review #1", "rating": "1: Reject", "confidence": 2}, "SkgCP9CRFH": {"type": "review", "replyto": "HkxJHlrFvr", "review": "This paper defined Angular Visual Hardness (AVH) based on the angle between image feature embedding and the weights of the target class. The authors compared the correlation between AVH and human selection frequency with model confidence and feature norm. The results show that both AVH and model confidence have correlation, but AVH has a stronger correlation than model confidence. Differently from the conjecture of [41], feature norm was not correlated with human selection frequency. \n\nNext, the training dynamics of AVH are analyzed. The results show that feature norm keeps increasing during training, whereas AVH hits a plateau very early even when the accuracy or loss is still improving. Also, AVH correlates human selection frequency across different deep models, and it also correlates the model\u2019s accuracies. \n\nAs an application of AVH, the authors applied it to sample selection of self-training for domain adaption. The proposed selection method based on AVC could improve a state-of-the-art self-training method, of which sample selection is based on model confidence of CNN. \n\nOverall, the experimental contribution of this paper is good, and the experimental conditions seem to be correct. \n\nMinor problems. \nIn the analysis of the dynamics of training, the authors compared the AVH with feature norm. How about the dynamics of model confidence? Is it similar to the feature norm? \n\nThe curves of different levels of hardness are missing in Fig.14. \n\n", "title": "Official Blind Review #2", "rating": "8: Accept", "confidence": 2}, "BJeifxHT5r": {"type": "review", "replyto": "HkxJHlrFvr", "review": "Main Contribution:\n\nThis paper is trying to bridge the gap between CNN and the human visual system by proposing a metric (angular visual distance) and validate that this metric is correlated to the human visual hardness and this metric has a stronger relation compared to the softmax score which has been viewed as a metric measuring the hardness of images in CNNs. Furthermore, this paper proposed a reasonable explanation for this observation, i.e., the norm is possibly not correlated to the human visual hardness and validate through the experiment. Finally, this paper shows that this metric is also useful in other applications. \n\nInnovative Part:\n\nThe metric proposed in this paper is based on an interesting and also innovative observation that samples in each class will concentrate in a convex cone in the embedding space (e.g., shown in Figure 1) and the norm has no information on the visual hardness. I like this observation since several existing theoretical results have similar implications although in far simpler settings. For example, [1] shows that for LINEAR model with logistic loss, gradient descent converges to the maximum margin classifier while the norm (corresponding to ||x||_2 in this paper) diverges to infinity with log(T) rate. If we are looking into the Figure 1, we will see that ten convex cones almost form an equal partition of the two-dimensional space and this indicates that the classifier is very similar to the classifier with the maximum margin in the angular space (NOT in the Euclidean space). The observation is quite intuitive and has strong theoretical foundation, which is the main reason that I vote for the acceptance of this paper. \n\nDrawbacks:\n\nThis paper also have several drawbacks but I do believe they can be addressed very easily. \n\n1. The introduction is not well-written, especially the second paragraph. I strongly recommend modifying the introduction. \n\nFor the first three sentences of the second paragraph, do you mean that CNNs are constructed based on some properties of the human visual systems and thus they should have had some connections but they actually fundamentally differ in practice? Otherwise, if these two are fundamentally different with each other, what is the point of showing some connections between them? \n\nFor the sentence \"we use this dataset to verify our hypothesis\", what is the hypothesis? Do you mean the hypothesis that human visual hardness should have had connections to the classifying hardness for CNNs?\n\n For the sentence \"Given a CNN, we propose a novel score function that has strong correlation with human visual hardness\", I am not sure whether the word \"strong\" can be used here. \n\n2. In table 1, I am not sure whether the author should assume that all audiences have some background on z-score, although I can understand it. I would also encourage the authors to use other correlation metrics with more intuitive explanations (e.g., correlation coefficients). \n\n3. For the experiment, I would like to recommend authors adding the following experiments.\n\n3.1) Show that on other datasets (e.g., CIFAR 10, 100), AVH converges fast to a plateau while the norm constantly diverges to infinity. \n3.2) Introducing several other measurements to show the correlation. \n3.3) I also would like to see similar results in Table 1 for different models. \n\n\n\n\n\n\n[1] Soudry, Daniel, et al. \"The implicit bias of gradient descent on separable data.\" The Journal of Machine Learning Research 19.1 (2018): 2822-2878.", "title": "Official Blind Review #3", "rating": "8: Accept", "confidence": 3}}} |
{"rank":"95","song_id":"25516","song_name":"Whistle","artist_id":"302239","display_artist":"Flo Rida","spotify_id":"0ltBH1JNzSvQJPjJpvTu9B","lyrics":"Can you blow my whistle baby, whistle baby\nLet me know\nGirl I'm gonna show you how to do it\nAnd we start real slow\nYou just put your lips together\nAnd you come real close\nCan you blow my whistle baby, whistle baby\nHere we go\n\nI'm betting you like bebop\nAnd I'm betting you love creep mode\nAnd I'm betting you like girls that give love to girls\nAnd stroke your little ego\nI bet I'm guilty your honor\nBut that's how we live in my genre\nWhen in hell I pay rottweiler\nThere's only one flo, and one rida\nI'm a damn shame\nOrder more champagne, pull it down hellstream\nTryna put it on ya\nBet your lips spin back around corner\nSlow it down baby take a little longer\n\nCan you blow my whistle baby, whistle baby\nLet me know\nGirl I'm gonna show you how to do it\nAnd we start real slow\nYou just put your lips together\nAnd you come real close\nCan you blow my whistle baby, whistle baby\nHere we go\n\nWhistle baby, whistle baby,\nWhistle baby, whistle baby\n\nIt's like everywhere I go\nMy whistle ready to blow\nShorty don't leave a note\nShe can get any by the low\nPermission not approved\nIt's okay, it's under control\nShow me soprano, cause girl you can handle\nBaby we start snagging,\nYou come in part clothes\nGirl I'm losing wing, my bugatti the same road\nShow me your perfect pitch,\nYou got it my banjo\nTalented with your lips, like you blew out candles\nSo amusing, \nnow you can make a whistle with the music\nHope you ain't got no issue, you can do it\nGive me the perfect picture, never lose it\n\nCan you blow my whistle baby, whistle baby\nLet me know\nGirl I'm gonna show you how to do it\nAnd we start real slow\nYou just put your lips together\nAnd you come real close\nCan you blow my whistle baby, whistle baby\nHere we go\n\nWhistle baby, whistle baby,\nWhistle baby, whistle baby\n\nGo girl you can work it\nLet me see your whistle while you work it\nI'mma lay it back, don't stop it\nCause I love it how you drop it, drop it, drop it, on me\nNow, shorty let that whistle blow\nYeah, baby let that whistle blow\n\nCan you blow my whistle baby, whistle baby\nLet me know\nGirl I'm gonna show you how to do it\nAnd we start real slow\nYou just put your lips together\nAnd you come real close\nCan you blow my whistle baby, whistle baby\nHere we go\n\nWhistle baby, whistle baby,\nWhistle baby, whistle baby"} |
[{"lineNumber": 10, "col_offset": 0, "nodeName": "test_get_observation_pairs", "type": "Callable[[], None]"}, {"lineNumber": 6, "col_offset": 3, "nodeName": "TYPE_CHECKING", "type": "Any"}, {"lineNumber": 13, "col_offset": 4, "nodeName": "objective", "type": "Callable[[Any], float]"}, {"lineNumber": 6, "col_offset": 3, "nodeName": "typing", "type": "Any"}, {"lineNumber": 29, "col_offset": 4, "nodeName": "study", "type": "Any"}, {"lineNumber": 33, "col_offset": 4, "nodeName": "in_trial_study", "type": "Any"}, {"lineNumber": 43, "col_offset": 4, "nodeName": "study", "type": "Any"}, {"lineNumber": 47, "col_offset": 4, "nodeName": "in_trial_study", "type": "Any"}, {"lineNumber": 6, "col_offset": 3, "nodeName": "optuna", "type": "module"}, {"lineNumber": 16, "col_offset": 8, "nodeName": "x", "type": "Any"}, {"lineNumber": 29, "col_offset": 12, "nodeName": "create_study", "type": "Callable[..., Any]"}, {"lineNumber": 30, "col_offset": 4, "nodeName": "optimize", "type": "Any"}, {"lineNumber": 30, "col_offset": 19, "nodeName": "objective", "type": "Callable[[Any], float]"}, {"lineNumber": 31, "col_offset": 4, "nodeName": "create_new_trial_id", "type": "Any"}, {"lineNumber": 31, "col_offset": 38, "nodeName": "study_id", "type": "Any"}, {"lineNumber": 33, "col_offset": 21, "nodeName": "InTrialStudy", "type": "Any"}, {"lineNumber": 33, "col_offset": 34, "nodeName": "study", "type": "Any"}, {"lineNumber": 43, "col_offset": 12, "nodeName": "create_study", "type": "Callable[..., Any]"}, {"lineNumber": 44, "col_offset": 4, "nodeName": "optimize", "type": "Any"}, {"lineNumber": 44, "col_offset": 19, "nodeName": "objective", "type": "Callable[[Any], float]"}, {"lineNumber": 45, "col_offset": 4, "nodeName": "create_new_trial_id", "type": "Any"}, {"lineNumber": 45, "col_offset": 38, "nodeName": "study_id", "type": "Any"}, {"lineNumber": 47, "col_offset": 21, "nodeName": "InTrialStudy", "type": "Any"}, {"lineNumber": 47, "col_offset": 34, "nodeName": "study", "type": "Any"}, {"lineNumber": 16, "col_offset": 12, "nodeName": "suggest_int", "type": "Any"}, {"lineNumber": 17, "col_offset": 11, "nodeName": "number", "type": "Any"}, {"lineNumber": 18, "col_offset": 19, "nodeName": "x", "type": "Any"}, {"lineNumber": 29, "col_offset": 12, "nodeName": "optuna", "type": "module"}, {"lineNumber": 30, "col_offset": 4, "nodeName": "study", "type": "Any"}, {"lineNumber": 31, "col_offset": 4, "nodeName": "storage", "type": "Any"}, {"lineNumber": 31, "col_offset": 38, "nodeName": "study", "type": "Any"}, {"lineNumber": 35, "col_offset": 11, "nodeName": "_get_observation_pairs", "type": "Callable[[Any, str], List[Tuple[float, Tuple[float, float]]]]"}, {"lineNumber": 35, "col_offset": 46, "nodeName": "in_trial_study", "type": "Any"}, {"lineNumber": 40, "col_offset": 11, "nodeName": "_get_observation_pairs", "type": "Callable[[Any, str], List[Tuple[float, Tuple[float, float]]]]"}, {"lineNumber": 40, "col_offset": 46, "nodeName": "in_trial_study", "type": "Any"}, {"lineNumber": 43, "col_offset": 12, "nodeName": "optuna", "type": "module"}, {"lineNumber": 44, "col_offset": 4, "nodeName": "study", "type": "Any"}, {"lineNumber": 45, "col_offset": 4, "nodeName": "storage", "type": "Any"}, {"lineNumber": 45, "col_offset": 38, "nodeName": "study", "type": "Any"}, {"lineNumber": 49, "col_offset": 11, "nodeName": "_get_observation_pairs", "type": "Callable[[Any, str], List[Tuple[float, Tuple[float, float]]]]"}, {"lineNumber": 49, "col_offset": 46, "nodeName": "in_trial_study", "type": "Any"}, {"lineNumber": 54, "col_offset": 11, "nodeName": "_get_observation_pairs", "type": "Callable[[Any, str], List[Tuple[float, Tuple[float, float]]]]"}, {"lineNumber": 54, "col_offset": 46, "nodeName": "in_trial_study", "type": "Any"}, {"lineNumber": 16, "col_offset": 12, "nodeName": "trial", "type": "Any"}, {"lineNumber": 17, "col_offset": 11, "nodeName": "trial", "type": "Any"}, {"lineNumber": 19, "col_offset": 13, "nodeName": "number", "type": "Any"}, {"lineNumber": 31, "col_offset": 4, "nodeName": "study", "type": "Any"}, {"lineNumber": 35, "col_offset": 11, "nodeName": "sampler", "type": "module"}, {"lineNumber": 40, "col_offset": 11, "nodeName": "sampler", "type": "module"}, {"lineNumber": 45, "col_offset": 4, "nodeName": "study", "type": "Any"}, {"lineNumber": 49, "col_offset": 11, "nodeName": "sampler", "type": "module"}, {"lineNumber": 54, "col_offset": 11, "nodeName": "sampler", "type": "module"}, {"lineNumber": 19, "col_offset": 13, "nodeName": "trial", "type": "Any"}, {"lineNumber": 20, "col_offset": 12, "nodeName": "report", "type": "Any"}, {"lineNumber": 21, "col_offset": 12, "nodeName": "report", "type": "Any"}, {"lineNumber": 22, "col_offset": 18, "nodeName": "TrialPruned", "type": "Type[optuna.structs.TrialPruned]"}, {"lineNumber": 23, "col_offset": 13, "nodeName": "number", "type": "Any"}, {"lineNumber": 35, "col_offset": 11, "nodeName": "tpe", "type": "module"}, {"lineNumber": 40, "col_offset": 11, "nodeName": "tpe", "type": "module"}, {"lineNumber": 49, "col_offset": 11, "nodeName": "tpe", "type": "module"}, {"lineNumber": 54, "col_offset": 11, "nodeName": "tpe", "type": "module"}, {"lineNumber": 20, "col_offset": 12, "nodeName": "trial", "type": "Any"}, {"lineNumber": 21, "col_offset": 12, "nodeName": "trial", "type": "Any"}, {"lineNumber": 23, "col_offset": 13, "nodeName": "trial", "type": "Any"}, {"lineNumber": 24, "col_offset": 18, "nodeName": "TrialPruned", "type": "Type[optuna.structs.TrialPruned]"}, {"lineNumber": 26, "col_offset": 18, "nodeName": "RuntimeError", "type": "Type[RuntimeError]"}, {"lineNumber": 38, "col_offset": 15, "nodeName": "float", "type": "Type[float]"}, {"lineNumber": 52, "col_offset": 15, "nodeName": "float", "type": "Type[float]"}, {"lineNumber": 36, "col_offset": 16, "nodeName": "float", "type": "Type[float]"}, {"lineNumber": 50, "col_offset": 16, "nodeName": "float", "type": "Type[float]"}] |
{"poster":"FNC Ph1l","date":"2016-08-07T09:02:26.021+0000","title":"Project ASHE","subforum":"Hilfe & Support","up_votes":1,"down_votes":0,"body":"Hey Leute das hier soll eine kurze Diskussion werden! :) und zwar kann der neue Ashe Skin ja irgendwie so eine Kapuze aufsetzen/absetzten und kann man das irgendwie kontrollieren/ wechselt das zu einerm bestimmten Zeitpunkt/ wann wechselt das? :D vielleicht kennt ihr ja jemanden , der mir weiterhelfen kann ^^","replies":[{"poster":"Aenrikr","date":"2016-08-07T09:12:24.302+0000","up_votes":1,"down_votes":0,"body":"So wie ich das mitbekommen habe, setzt sie diese nur ab, wenn sie sich in der Nähe von verbündeten Strukturen aufhält, also Türmen und in der Base.\nAlles andere ist Feindesland und da rüstet sie sich ganz automatisch ^^\n\nAlso, meines Wissens nach, kann man es nicht per Hotkey oder ähnlichem aktivieren/deakivieren.\nHängt anscheinend vollkommen von ihrem Aufenthaltsort ab.\n\nZu dem Kommentar geb ich kein Garantie, ich spreche nur aus eigener Erfahrung ^^","replies":[{"poster":"FNC Ph1l","date":"2016-08-07T10:09:54.415+0000","up_votes":1,"down_votes":0,"body":"Ok Dankeschön :) gut dann kann ich das eig jetzt löschen, vielen dank :D","replies":[]}]}]} |
["1afba0c7b218799a3ac1365938cfa732e0877e00"] |
{"across": {"1": {"clue": "Ape", "answer": "MIMIC", "row": 0, "col": 0}, "6": {"clue": "Publishing name", "answer": "OCHS", "row": 0, "col": 6}, "10": {"clue": "Principal", "answer": "MAIN", "row": 0, "col": 11}, "14": {"clue": "Rivera role: 1957", "answer": "ANITA", "row": 1, "col": 0}, "15": {"clue": "\"Thanks ___!\"", "answer": "ALOT", "row": 1, "col": 6}, "16": {"clue": "Pollster Roper", "answer": "ELMO", "row": 1, "col": 11}, "17": {"clue": "Porter musical: 1948", "answer": "KISSMEKATE", "row": 2, "col": 0}, "19": {"clue": "Latin I word", "answer": "AMAT", "row": 2, "col": 11}, "20": {"clue": "Catchall abbr.", "answer": "ETC", "row": 3, "col": 0}, "21": {"clue": "Paradise", "answer": "EDEN", "row": 3, "col": 4}, "22": {"clue": "\"___ Hattie\": 1940", "answer": "PANAMA", "row": 3, "col": 9}, "24": {"clue": "Home of 40 million", "answer": "IRAN", "row": 4, "col": 3}, "25": {"clue": "Striking", "answer": "BOLD", "row": 4, "col": 8}, "26": {"clue": "\"Get lost!\"", "answer": "SCRAM", "row": 5, "col": 1}, "28": {"clue": "___ Silver", "answer": "LONGJOHN", "row": 5, "col": 7}, "32": {"clue": "Shuts abruptly", "answer": "SLAMS", "row": 6, "col": 0}, "33": {"clue": "Quality, in Qu\u00e9bec", "answer": "ALOI", "row": 6, "col": 6}, "34": {"clue": "Iris layer", "answer": "UVEA", "row": 6, "col": 11}, "35": {"clue": "\"Nine, ___ big fat hen\"", "answer": "TENA", "row": 7, "col": 0}, "36": {"clue": "Ginseng or ginger", "answer": "PLANT", "row": 7, "col": 5}, "37": {"clue": "Contact ___", "answer": "LENS", "row": 7, "col": 11}, "38": {"clue": "\"All men, true and ___\": Tennyson", "answer": "LEAL", "row": 8, "col": 0}, "39": {"clue": "Cane alcohols", "answer": "RUMS", "row": 8, "col": 5}, "40": {"clue": "About", "answer": "CIRCA", "row": 8, "col": 10}, "41": {"clue": "Rodgers-Hammerstein show: 1943", "answer": "OKLAHOMA", "row": 9, "col": 0}, "43": {"clue": "Baseballer Boyer", "answer": "CLETE", "row": 9, "col": 9}, "44": {"clue": "Quick swims", "answer": "DIPS", "row": 10, "col": 3}, "45": {"clue": "Odist", "answer": "POET", "row": 10, "col": 8}, "46": {"clue": "Mississippi River discoverer", "answer": "DESOTO", "row": 11, "col": 0}, "49": {"clue": "Arizona city", "answer": "YUMA", "row": 11, "col": 7}, "50": {"clue": "Loser to H.C.H.", "answer": "AES", "row": 11, "col": 12}, "53": {"clue": "Aleutian island", "answer": "ATTU", "row": 12, "col": 0}, "54": {"clue": "Bock-Harnick show: 1963", "answer": "SHELOVESME", "row": 12, "col": 5}, "57": {"clue": "Suffix with Ham or Shem", "answer": "ITIC", "row": 13, "col": 0}, "58": {"clue": "Ages and ages", "answer": "EONS", "row": 13, "col": 5}, "59": {"clue": "Kind of nerve", "answer": "OPTIC", "row": 13, "col": 10}, "60": {"clue": "Goof-proof", "answer": "SURE", "row": 14, "col": 0}, "61": {"clue": "Medicinal portion", "answer": "DOSE", "row": 14, "col": 5}, "62": {"clue": "Carpenter's purchase", "answer": "NAILS", "row": 14, "col": 10}}, "down": {"1": {"clue": "Create", "answer": "MAKE", "row": 0, "col": 0}, "2": {"clue": "\"What's ___ for me?\"", "answer": "INIT", "row": 0, "col": 1}, "3": {"clue": "File sect.", "answer": "MISC", "row": 0, "col": 2}, "4": {"clue": "Possessive pronoun", "answer": "ITS", "row": 0, "col": 3}, "5": {"clue": "Tiros II adjuncts", "answer": "CAMERAS", "row": 0, "col": 4}, "6": {"clue": "Made of a hardwood", "answer": "OAKEN", "row": 0, "col": 6}, "7": {"clue": "Highlands group", "answer": "CLAN", "row": 0, "col": 7}, "8": {"clue": "Like ice in the underworld", "answer": "HOT", "row": 0, "col": 8}, "9": {"clue": "Speed up", "answer": "STEPONIT", "row": 0, "col": 9}, "10": {"clue": "Rodgers-Hammerstein show: 1953", "answer": "MEANDJULIET", "row": 0, "col": 11}, "11": {"clue": "Mrs. Mahler", "answer": "ALMA", "row": 0, "col": 12}, "12": {"clue": "Moslem prayer leader", "answer": "IMAM", "row": 0, "col": 13}, "13": {"clue": "___ bene", "answer": "NOTA", "row": 0, "col": 14}, "18": {"clue": "Dutch treat", "answer": "EDAM", "row": 2, "col": 5}, "23": {"clue": "H.S. subject", "answer": "ALG", "row": 3, "col": 10}, "24": {"clue": "Imported show: 1960", "answer": "IRMALADOUCE", "row": 4, "col": 3}, "25": {"clue": "Benefits", "answer": "BOONS", "row": 4, "col": 8}, "26": {"clue": "Streamlined", "answer": "SLEEK", "row": 5, "col": 1}, "27": {"clue": "Root or Erie", "answer": "CANAL", "row": 5, "col": 2}, "28": {"clue": "Andean beast of burden", "answer": "LLAMA", "row": 5, "col": 7}, "29": {"clue": "Open", "answer": "OVERT", "row": 5, "col": 12}, "30": {"clue": "Therefore", "answer": "HENCE", "row": 5, "col": 13}, "31": {"clue": "Org. for Apollo and Mercury", "answer": "NASA", "row": 5, "col": 14}, "32": {"clue": "Norman commune", "answer": "STLO", "row": 6, "col": 0}, "33": {"clue": "Grads", "answer": "ALUMS", "row": 6, "col": 6}, "36": {"clue": "Offered", "answer": "PROPOSED", "row": 7, "col": 5}, "40": {"clue": "\"Purlie\" star ___ Little", "answer": "CLEAVON", "row": 8, "col": 10}, "42": {"clue": "S.R.O. show", "answer": "HIT", "row": 9, "col": 4}, "43": {"clue": "Lake or Perry", "answer": "COMO", "row": 9, "col": 9}, "45": {"clue": "Beat", "answer": "PULSE", "row": 10, "col": 8}, "46": {"clue": "Spot for Bryan", "answer": "DAIS", "row": 11, "col": 0}, "47": {"clue": "Some penultimate words", "answer": "ETTU", "row": 11, "col": 1}, "48": {"clue": "Calaboose", "answer": "STIR", "row": 11, "col": 2}, "49": {"clue": "Desires", "answer": "YENS", "row": 11, "col": 7}, "50": {"clue": "___ spumante", "answer": "ASTI", "row": 11, "col": 12}, "51": {"clue": "Actor Jannings", "answer": "EMIL", "row": 11, "col": 13}, "52": {"clue": "Min. parts", "answer": "SECS", "row": 11, "col": 14}, "55": {"clue": "Follower of boo or yoo", "answer": "HOO", "row": 12, "col": 6}, "56": {"clue": "Ruckelshaus's agcy.", "answer": "EPA", "row": 12, "col": 11}}} |
{"id":18335,"start_offset":6164,"end_offset":6187,"tag":"note","document_id":456,"user_id":10,"created_at":"2015-09-08T03:33:58.048Z","updated_at":"2015-09-08T03:51:05.677Z","data":null,"edition_id":null,"hsdata":{"text":"Bowditch in his Epitome: Nathaniel Bowditch (1773–1838) wrote the New American Practical Navigator, Being an Epitome of Navigation (1802), which became the standard American navigational handbook. "},"user_name":"johnbryant"}
|
{
"Russian language": "Ռուսերեն",
"Kiev": "Կիև",
"Ptolemy": "Կլավդիոս Պտղոմեոս",
"Armenians": "Հայեր",
"Vladimir Putin": "Վլադիմիր Պուտին",
"Veliky Novgorod": "Մեծ Նովգորոդ",
"Simferopol": "Սիմֆերոպոլ",
"Kherson": "Խերսոն",
"Crimean Oblast": "Ղրիմի մարզ",
"European Union": "Եվրոպական Միություն",
"Rozdolne Raion": "Ռազդոլնոյեի շրջան",
"Urban-type settlement": "Քաղաքատիպ ավան",
"Constantinople": "Կոստանդնուպոլիս",
"Federal subjects of Russia": "Ռուսաստանի ֆեդերատիվ բաժանում",
"Golden Horde": "Ոսկե հորդա",
"Surp Khach Monastery": "Սուրբ Խաչ վանք (Ղրիմ)",
"Russian Soviet Federative Socialist Republic": "Ռուսաստանի Խորհրդային Ֆեդերատիվ Սոցիալիստական Հանրապետություն",
"Gurzuf": "Գուրզուֆ (քաղաքատիպ ավան, Ուկրաինա)",
"Nazi Germany": "Նացիստական Գերմանիա",
"Sarych": "Սառիչ հրվանդան",
"Inkerman": "Ինկերման (քաղաք, Ուկրաինա)",
"Crimean War": "Ղրիմի պատերազմ",
"National Geographic Society": "Ազգային աշխարհագրական կազմակերպություն",
"Prairie": "Պրերիաներ",
"East European Plain": "Արևելաեվրոպական հարթավայր",
"Russian Revolution": "Ռուսական հեղափոխություն",
"United Nations General Assembly": "Միավորված ազգերի կազմակերպության գլխավոր ասամբլեա",
"Goths": "Գոթեր",
"Uppsala": "Ուփսալա",
"Siege of Sevastopol (1941–42)": "Սևաստոպոլի պաշտպանություն (1941-1942)",
"Stary Krym": "Հին Ղրիմ",
"Federal districts of Russia": "Ռուսաստանի դաշնային շրջաններ",
"Yevpatoria": "Եվպատորիա (քաղաք, Ուկրաինա)",
"Baltic Sea": "Բալթիկ ծով",
"Dnieper": "Դնեպր",
"Republic of Crimea": "Ղրիմի Հանրապետություն",
"Monastery": "Վանք",
"Geographic coordinate system": "Աշխարհագրական կոորդինատներ",
"Waterfall": "Ջրվեժ",
"Crimean Mountains": "Ղրիմի լեռներ",
"Chornomorske Raion": "Չեռնոմորսկոեի շրջան",
"Black Sea": "Սև ծով",
"Alushta": "Ալուշտա (քաղաք, Ուկրաինա)",
"Ukraine": "Ուկրաինա",
"Maximilian Voloshin": "Մաքսիմիլիան Վոլոշին",
"Ottoman Empire": "Օսմանյան կայսրություն",
"Crimean Tatars": "Ղրիմի թաթարներ",
"Perekop": "Պերեկոպ (գյուղ, Արմյանսկի քաղաքային խորհուրդ)",
"Mongolian language": "Մոնղոլերեն",
"Turkic languages": "Թյուրքական լեզվախումբ",
"Alupka": "Ալուպկա (քաղաք, Ուկրաինա)",
"Herodotus": "Հերոդոտոս",
"Russia": "Ռուսաստան",
"Great Soviet Encyclopedia": "Սովետական մեծ հանրագիտարան",
"Jews": "Հրեաներ",
"Ukrainians": "Ուկրաինացիներ",
"Crimea": "Ղրիմ",
"Syvash": "Սիվաշ",
"Porphyry (geology)": "Պորֆիր",
"Russians": "Ռուսներ",
"Sea of Azov": "Ազովի ծով",
"Greeks": "Հույներ",
"Kievan Rus'": "Կիևյան Ռուսիա",
"Novyi Svit": "Նովի Սվետ (քաղաքատիպ ավան, Ուկրաինա)",
"Melitopol": "Մելիտոպոլ (քաղաք, Ուկրաինա)",
"Trade route from the Varangians to the Greeks": "Վարյագներից հույներ առևտրային ճանապարհ",
"Armyansk": "Արմյանսկ",
"International Standard Book Number": "Գրքի միջազգային ստանդարտ համար",
"Peninsula": "Թերակղզի",
"History of the Jews in Russia": "Ռուսաստանի հրեաների պատմություն",
"Kurgan": "Դամբարանաբլուր",
"Cuesta": "Կուեստներ",
"Federal cities of Russia": "Դաշնային նշանակության քաղաք",
"Feodosia": "Թեոդոսիա",
"Bakhchysarai": "Բախչիսարայ (քաղաք, Ուկրաինա)",
"Ivan Aivazovsky": "Հովհաննես Այվազովսկի",
"Sudak": "Սուդակ (քաղաք, Ուկրաինա)",
"Limestone": "Կրաքար",
"Belarusians": "Բելառուսներ",
"Autonomous Republic of Crimea": "Ղրիմի Ինքնավար Հանրապետություն",
"Kerch Strait": "Կերչի նեղուց",
"Joseph Stalin": "Իոսիֆ Ստալին",
"Khazars": "Խազարներ",
"Sonnet": "Սոնետ",
"Greek language": "Հունարեն",
"Scythians": "Սկյութներ",
"Massandra": "Մասանդրա (քաղաքատիպ ավան, Ուկրաինա)",
"Koktebel": "Կոկտեբել (քաղաքատիպ ավան, Ուկրաինա)",
"Russian Empire": "Ռուսական կայսրություն",
"Uzbekistan": "Ուզբեկստան",
"Middle Ages": "Միջնադար",
"Caucasus": "Կովկաս",
"Strabo": "Ստրաբոն",
"Taman Peninsula": "Թամանի թերակղզի",
"Ukrainian Soviet Socialist Republic": "Ուկրաինական Խորհրդային Սոցիալիստական Հանրապետություն",
"Kherson Oblast": "Խերսոնի մարզ",
"Achaemenid Empire": "Աքեմենյան պետություն",
"Byzantine Empire": "Բյուզանդական կայսրություն",
"Kremlin": "Կրեմլ",
"Yalta": "Յալթա (քաղաք, Ուկրաինա)",
"Kerch": "Կերչ",
"Arabat Spit": "Արբատի սլաք",
"Caspian Sea": "Կասպից ծով",
"President of Ukraine": "Ուկրաինայի նախագահ",
"Henichesk Raion": "Գենիչեսկի շրջան",
"Krasnoperekopsk": "Կրասնոպերեկոպսկ (քաղաք, Ուկրաինա)",
"Chersonesus": "Խերսոնես Տավրիկյան",
"Catherine the Great": "Եկատերինա II",
"Dzhankoy": "Ջանկոյ (քաղաք, Ուկրաինա)",
"Balkans": "Բալկանյան թերակղզի",
"Ukrainian language": "Ուկրաիներեն",
"Sevastopol": "Սևաստոպոլ",
"Adam Mickiewicz": "Ադամ Միցկևիչ",
"Huns": "Հոներ",
"Sarmatians": "Սարմատներ",
"Artemis": "Արտեմիս",
"Viktor Yanukovych": "Վիկտոր Յանուկովիչ",
"Kerch Peninsula": "Կերչի թերակղզի",
"Armenians in Crimea": "Ղրիմահայ գաղութը",
"Soviet Union": "Խորհրդային Սոցիալիստական Հանրապետությունների Միություն",
"Cimmerians": "Կիմերներ",
"World War II": "Երկրորդ համաշխարհային պատերազմ",
"Edward Gibbon": "Էդվարդ Գիբբոն",
"Crimean Khanate": "Ղրիմի խանություն",
"Kingdom of Sardinia": "Սարդինիայի թագավորություն",
"Koreiz": "Կորեիզ (քաղաքատիպ ավան, Ուկրաինա)",
"Nazism": "Նացիոնալ-սոցիալիզմը Գերմանիայում",
"Alexander Pushkin": "Ալեքսանդր Պուշկին"
} |
{
"Election": {
"title": "",
"year": "current_year"
},
"Position": {
"title": "new-position",
"year": "current_year",
"candidates": [],
"types": ["ThumbsUp","Yes/No"]
},
"Candidate": {
"student_id": "saved_form_two_student's_id",
"position":"choose_position",
"votes": ["array_of_strings_based_on_position_type"],
"photoPath": "pathofimgurl"
},
"Voter": {
"student_id": "saved_form_two_student's_id",
"pin":"4-digit-pin-for-verification",
"loggedIn":"true/false",
"voted": ["ThumbsUp","Yes","No"],
"room":"student's_class_id"
}
}
|
{"text":"\n (a) Any public notice that is mailed, posted or published by a City department, board, agency or commission to residents residing within a specific area to inform those residents of a matter that may impact their property or that neighborhood area, shall be brief, concise and written in plain, easily understood English. \n (b) The notice should inform the residents of the proposal or planned activity, the length of time planned for the activity, the effect of the proposal or activity, and a telephone contact for residents who have questions. \n (c) If the notice informs the public of a public meeting or hearing, then the notice shall state that persons who are unable to attend the public meeting or hearing may submit to the City, by the time the proceeding begins, written comments regarding the subject of the meeting or hearing, that these comments will be made a part of the official public record, and that the comments will be brought to the attention of the person or persons conducting the public meeting or hearing. The notice should also state the name and address of the person or persons to whom those written comments should be submitted. \n(Added by Ord. 185-96, App. 5/8/96; amended by Proposition G, 11/2/99)\n\n","heading":{"title":"67","chaptersection":"7-1","identifier":"67.7-1","catch_text":"PUBLIC NOTICE REQUIREMENTS."}} |
{"response": {"status": "ok", "userTier": "developer", "total": 1, "content": {"id": "football/2020/dec/16/ole-gunnar-solskjaer-manchester-united-title", "type": "article", "sectionId": "football", "sectionName": "Football", "webPublicationDate": "2020-12-16T22:30:21Z", "webTitle": "Solskj\u00e6r hopes improvement in key spell can spark title tilt", "webUrl": "https://www.theguardian.com/football/2020/dec/16/ole-gunnar-solskjaer-manchester-united-title", "apiUrl": "https://content.guardianapis.com/football/2020/dec/16/ole-gunnar-solskjaer-manchester-united-title", "fields": {"headline": "Solskj\u00e6r hopes improvement in key spell can spark title tilt", "bodyText": "Ole Gunnar Solskj\u00e6r believes Manchester United\u2019s busy festive period of five games in 16 days \u2013 beginning on Thursday with the trip to Sheffield United \u2013 will be vital if they are to mount a title challenge. United play at home against Leeds on Sunday, travel to Leicester on Boxing Day and host Wolves three days later then Aston Villa on 1 January. Solskj\u00e6r\u2019s side also visit Everton in the Carabao Cup quarter-finals next Wednesday, making it a packed schedule. The manager was asked whether this could define United\u2019s hopes of competing for the championship. \u201cThis is a big run of games for us,\u201d he said. \u201cAfter Villa on New Year\u2019s Day, we have a little bit of a break in the league [for the FA Cup]. This period is going to be vital and it\u2019ll be easier for me to answer around that time \u2013 I\u2019d be disappointed if the players didn\u2019t think we can put a challenge up. \u201cAt the moment, anything goes in the league. There\u2019s different reasons for different results. I feel we\u2019re getting better but we have to improve quite a bit to take that next step as well.\u201d Solskj\u00e6r, reflecting on whether the league\u2019s uneven results made this United\u2019s best chance of claiming a 21st title since Sir Alex Ferguson retired seven years ago, said: \u201cThis season is going to be very up and down. Whoever finds the consistency and the energy will have a better chance than in the last few seasons, because there\u2019s been a few runaway teams. \u201cFor us, the quicker we can get the game in hand against Burnley played the better so that the league table looks as it should be.\u201d"}, "isHosted": false, "pillarId": "pillar/sport", "pillarName": "Sport"}}} |
[{"id": 697511, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 562, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5242, "text": "\u591a\u798f\u54c9\u62e5\u6709\u4e3b\u6743\u8005\uff01\u4ed6\u5bf9\u65bc\u4e07\u4e8b\u662f\u5168\u80fd\u7684\u3002"}, {"id": 697512, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 562, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5243, "text": "\u4ed6\u66fe\u521b\u9020\u4e86\u6b7b\u751f\uff0c\u4ee5\u4fbf\u4ed6\u8003\u9a8c\u4f60\u4eec\u8c01\u7684\u4f5c\u4e3a\u662f\u6700\u4f18\u7f8e\u7684\u3002\u4ed6\u662f\u4e07\u80fd\u7684\uff0c\u662f\u81f3\u8d66\u7684\u3002"}, {"id": 697513, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 562, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5244, "text": "\u4ed6\u521b\u9020\u4e86\u4e03\u5c42\u5929\uff0c\u4f60\u5728\u81f3\u4ec1\u4e3b\u7684\u6240\u9020\u7269\u4e2d\uff0c\u4e0d\u80fd\u770b\u51fa\u4e00\u70b9\u53c2\u5dee\u3002\u4f60\u518d\u770b\u770b\uff01\u4f60\u7a76\u7adf\u80fd\u770b\u51fa\u751a\u4e48\u7f3a\u9677\u5462\uff1f"}, {"id": 697514, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 562, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5245, "text": "\u7136\u540e\u4f60\u518d\u770b\u4e24\u6b21\uff0c\u4f60\u7684\u773c\u775b\u5c06\u660f\u82b1\u5730\u3001\u75b2\u5026\u5730\u8f6c\u56de\u6765\uff01"}, {"id": 697515, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 562, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5246, "text": "\u6211\u786e\u5df2\u4ee5\u4f17\u661f\u70b9\u7f00\u6700\u8fd1\u7684\u5929\uff0c\u5e76\u4ee5\u4f17\u661f\u4f9b\u6076\u9b54\u4eec\u731c\u6d4b\u3002\u6211\u5df2\u4e3a\u4ed6\u4eec\u9884\u5907\u706b\u72f1\u7684\u5211\u7f5a\u3002"}, {"id": 697467, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 562, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5247, "text": "\u4e0d\u4fe1\u4e3b\u7684\u4eba\u4eec\u5c06\u53d7\u706b\u72f1\u7684\u5211\u7f5a\uff0c\u90a3\u5f52\u5bbf\u771f\u6076\u52a3\uff01"}, {"id": 697516, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 562, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5248, "text": "\u5f53\u4ed6\u4eec\u88ab\u6295\u5165\u706b\u72f1\u7684\u65f6\u5019\uff0c\u4ed6\u4eec\u5c06\u542c\u89c1\u6cb8\u817e\u7684\u706b\u72f1\u53d1\u51fa\u9a74\u9e23\u822c\u7684\u58f0\u97f3\u3002"}, {"id": 697517, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 562, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5249, "text": "\u706b\u72f1\u51e0\u4e4e\u4e3a\u6124\u6012\u800c\u7834\u788e\uff0c\u6bcf\u6709\u4e00\u7fa4\u4eba\u88ab\u6295\u5165\u5176\u4e2d\uff0c\u7ba1\u706b\u72f1\u7684\u5929\u795e\u4eec\u5c31\u5bf9\u4ed6\u4eec\u8bf4\uff1a\u3000\u96be\u9053\u6ca1\u6709\u4efb\u4f55\u8b66\u544a\u8005\u964d\u4e34\u4f60\u4eec\u5417\uff1f"}, {"id": 697518, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 562, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5250, "text": "\u4ed6\u4eec\u8bf4\uff1a\u4e0d\u7136\uff01\u8b66\u544a\u8005\u786e\u5df2\u964d\u4e34\u6211\u4eec\u4e86\uff0c\u4f46\u6211\u4eec\u5426\u8ba4\u4ed6\u4eec\uff0c\u6211\u4eec\u8bf4\uff1a\u771f\u4e3b\u6ca1\u6709\u964d\u793a\u751a\u4e48\uff0c\u4f60\u4eec\u53ea\u5728\u91cd\u5927\u7684\u8ff7\u8bef\u4e2d\u3002'"}, {"id": 697519, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 562, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5251, "text": "\u4ed6\u4eec\u8bf4\uff1a\u5047\u82e5\u6211\u4eec\u80fd\u542c\u4ece\uff0c\u6216\u80fd\u660e\u7406\uff0c\u6211\u4eec\u5fc5\u4e0d\u81f4\u6ca6\u65bc\u706b\u72f1\u7684\u5c45\u6c11\u4e4b\u5217\uff01"}, {"id": 697520, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 562, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5252, "text": "\u4ed6\u4eec\u627f\u8ba4\u4ed6\u4eec\u7684\u7f6a\u8fc7\u3002\u8ba9\u706b\u72f1\u7684\u5c45\u6c11\u8fdc\u79bb\u771f\u4e3b\u7684\u6148\u6069\uff01"}, {"id": 697521, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 562, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5253, "text": "\u5728\u79d8\u5bc6\u4e2d\u754f\u60e7\u4e3b\u7684\u4eba\u4eec\uff0c\u5c06\u8499\u8d66\u5ba5\u548c\u91cd\u5927\u7684\u62a5\u916c\u3002"}, {"id": 697522, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5254, "text": "\u4f60\u4eec\u53ef\u4ee5\u9690\u533f\u4f60\u4eec\u7684\u8a00\u8bed\uff1b\u4e5f\u53ef\u4ee5\u628a\u5b83\u8bf4\u51fa\u6765\u3002\u4ed6\u786e\u662f\u5168 \u77e5\u5fc3\u4e8b\u7684\u3002"}, {"id": 697523, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 496, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5255, "text": "\u521b\u9020\u8005\u65e2\u662f\u7384\u5999\u800c\u4e14\u5f7b\u77e5\u7684\uff0c\u96be\u9053\u4ed6\u4e0d\u77e5\u9053\u4f60\u4eec\u6240\u9690\u533f\u7684\u8a00\u8bed\u5417\uff1f"}, {"id": 697524, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5256, "text": "\u4ed6\u4e3a\u4f60\u4eec\u800c\u4f7f\u5927\u5730\u5e73\u7a33\uff0c\u4f60\u4eec\u5e94\u5f53\u5728\u5927\u5730\u7684\u5404\u65b9\u884c\u8d70\uff0c\u5e94\u5f53\u5403\u4ed6\u7684\u7ed9\u517b\uff0c\u4f60\u4eec\u590d\u6d3b\u540e\uff0c\u53ea\u5f52\u65bc\u4ed6\u3002"}, {"id": 697525, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5257, "text": "\u96be\u9053\u4f60\u4eec\u4e0d\u6015\u5728\u5929\u4e0a\u7684\u4e3b\u4f7f\u5927\u5730\u5728\u9707\u8361\u7684\u65f6\u5019\u541e\u54bd\u4f60\u4eec\u5417\uff1f"}, {"id": 697526, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5258, "text": "\u96be\u9053\u4f60\u4eec\u4e0d\u6015\u5728\u5929\u4e0a\u7684\u4e3b\u4f7f\u98de\u6c99\u8d70\u77f3\u7684\u66b4\u98ce\u6467\u6bc1\u4f60\u4eec\u5417\uff1f\u4f60\u4eec\u5c06\u77e5\u9053\u6211\u7684\u8b66\u544a\u662f\u600e\u6837\u7684\u3002"}, {"id": 697527, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5259, "text": "\u5728\u4ed6\u4eec\u4e4b\u524d\u901d\u53bb\u7684\u4eba\u4eec\uff0c\u786e\u5df2\u5426\u8ba4\u4f17\u4f7f\u8005\uff0c\u6211\u7684\u8c34\u8d23\u662f\u600e\u6837\u7684\uff1f"}, {"id": 697528, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5260, "text": "\u96be\u9053\u4ed6\u4eec\u6ca1\u6709\u770b\u89c1\u5728\u4ed6\u4eec\u7684\u4e0a\u9762\u5c55\u7fc5\u548c\u3000\u7ffc\u7684\u4f17\u9e1f\u5417\uff1f\u53ea\u6709\u81f3\u4ec1\u4e3b\u7ef4\u6301\u5b83\u4eec\uff0c\u4ed6\u786e\u662f\u660e\u5bdf\u4e07\u7269\u7684\u3002"}, {"id": 697529, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5261, "text": "\u9664\u4e86\u771f\u4e3b\u63f4\u52a9\u4f60\u4eec\u5916\uff0c\u8fd8\u6709\u8c01\u80fd\u505a\u4f60\u4eec\u7684\u63f4\u519b\u5462\uff1f\u4f60\u4eec\u53ea\u9677\u65bc\u81ea\u6b3a\u4e4b\u4e2d\u3002"}, {"id": 697530, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5262, "text": "\u8c01\u80fd\u4f9b\u7ed9\u4f60\u4eec\u5462\uff1f\u5982\u679c\u81f3\u4ec1\u4e3b\u6263\u7559\u4ed6\u7684\u7ed9\u517b\u3002\u4e0d\u7136\uff0c\u4ed6\u4eec\u56fa\u6267\u8457\u9a84\u50b2\u548c\u52c3\u9006\u3002"}, {"id": 697531, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5263, "text": "\u7a76\u7adf\u8c01\u66f4\u80fd\u83b7\u5f97\u5f15\u5bfc\u5462\uff1f\u662f\u530d\u5310\u800c\u884c\u7684\u4eba\u5462\uff1f\u8fd8\u662f\u5728\u6b63\u8def\u4e0a\u633a\u8eab\u800c\u884c\u7684\u4eba\u5462\uff1f"}, {"id": 697532, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5264, "text": "\u4f60\u8bf4\uff1a\u4ed6\u662f\u521b\u9020\u4f60\u4eec\uff0c\u5e76\u4e3a\u4f60\u4eec\u521b\u9020\u8033\u3001\u76ee\u548c\u5fc3\u7684\u3002\u4f60\u4eec\u5374\u5f88\u5c11\u611f\u8c22\u3002"}, {"id": 697533, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5265, "text": "\u4f60\u8bf4\uff1a\u4ed6\u662f\u4f7f\u4f60\u4eec\u7e41\u6b96\u65bc\u5927\u5730\u4e0a\u7684\uff0c\u4f60\u4eec\u5c06\u6765\u8981\u88ab\u96c6\u5408\u5230\u4ed6\u90a3\u91cc\u3002"}, {"id": 697534, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5266, "text": "\u4ed6\u4eec\u8bf4\uff1a\u8fd9\u4e2a\u8b66\u544a\u751a\u4e48\u65f6\u5019\u5b9e\u73b0\u5462\uff1f\u5982\u679c\u4f60\u4eec\u662f\u8bda\u5b9e\u7684\u4eba\u3002"}, {"id": 697535, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 563, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5267, "text": "\u4f60\u8bf4\uff1a\u5173\u65bc\u6b64\u4e8b\u7684\u77e5\u8bc6\uff0c\u53ea\u5728\u4e3b\u90a3\u91cc\uff0c\u6211\u53ea\u662f\u4e00\u4e2a\u5766\u7387\u7684\u8b66\u544a\u8005\u3002"}, {"id": 697536, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 564, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5268, "text": "\u5f53\u4ed6\u4eec\u770b\u89c1\u8fd9\u5e94\u8bb8\u4e34\u8fd1\u7684\u65f6\u5019\uff0c\u4e0d\u4fe1\u7684\u4eba\u4eec\u7684\u9762\u76ee\u5c06\u53d8\u6210\u9ed1\u7684\uff01\u6216\u8005\u5c06\u8bf4\uff1a\u8fd9\u5c31\u662f\u4f60\u4eec\u751f\u524d\u5984\u8a00\u4e0d\u4f1a\u5b9e\u73b0\u7684\u4e8b\u3002"}, {"id": 697537, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 564, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5269, "text": "\u4f60\u8bf4\uff1a\u4f60\u4eec\u544a\u8bc9\u6211\u5427\uff0c\u5982\u679c\u771f\u4e3b\u6bc1\u706d\u6211\uff0c\u548c\u6211\u7684\u540c\u9053\uff0c\u6216\u601c\u60af\u6211\u4eec\uff0c\u90a3\u672b\uff0c\u8c01\u4f7f\u4e0d\u4fe1\u9053\u7684\u4eba\u4eec\u5f97\u514d\u65bc\u75db\u82e6\u7684\u5211\u7f5a\u5462\uff1f"}, {"id": 697538, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 564, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5270, "text": "\u4f60\u8bf4\uff1a\u4ed6\u662f\u81f3\u4ec1\u4e3b\uff0c\u6211\u4eec\u5df2\u4fe1\u4ef0\u4ed6\uff0c\u6211\u4eec\u53ea\u4fe1\u8d56\u4ed6\u3002\u4f60\u4eec\u5c06\u77e5\u9053\u8c01\u5728\u660e\u663e\u7684\u8ff7\u8bef\u4e2d\u3002"}, {"id": 697539, "identifier": "zh.jian", "surah_number": 67, "surah_ar_name": "\u0633\u0648\u0631\u0629 \u0627\u0644\u0645\u0644\u0643", "surah_en_name": "Al-Mulk", "surah_en_name_translation": "The Sovereignty", "revelation_type": "Meccan", "juz": 29, "manzil": 7, "page": 564, "ruku": 497, "hizb_quarter": 225, "sajda": false, "sajda_id": 0, "sajda_obligatory": false, "sajda_recommended": false, "language": "zh", "name": "Ma Jian", "transelator_en_name": "Ma Jian", "format": "text", "type": "translation", "ayah_number": 5271, "text": "\u4f60\u8bf4\uff1a\u4f60\u4eec\u544a\u8bc9\u6211\u5427\uff0c\u5982\u679c\u4f60\u4eec\u7684\u6c34\u4e00\u65e6\u6e17\u6f0f\u4e86\uff0c\u8c01\u80fd\u7ed9\u4f60\u4eec\u4e00\u6761\u6d41\u6c34\u5462\uff1f"}] |
{"songs": [{"title": "What The Fuck", "album": null, "year": "2014-02-20", "image": "https://images.genius.com/dcd00b2211ef74cb9c6cef2baf9f655a.750x725x1.jpg", "lyrics": "[Verse 1: Lakutis]\n9-6 put the dutchie in the color change\nTriceratop in the freezer\nNever was the same\nPush shades, gold dog melt face when you see him\nSkeleton whole human race finna feel it\nBitches come a-runnin\nScared like you blindfold\nStuck your whole hand in the grape bowl sucka\nSee what we dig up\nRoom sim simmer\nPretty boys finna treat my lung like my liver\nBlood get my dick up\nKeep my eyes wide\nLook deep in the mirror\nFunny see a man, but the devil know better\nDemon see spitta\nYou sweet [?]\nTalk alot of caca get\nBaow in a minute\nGet rocked in a second\n\n[Hook X2]\nWhat the fuck now (so what the fuck)\nSo what the fuck now (what the fuck)\nBitch so what the fuck (what the fuck now)\n\n[Verse 2: Lakutis]\nEyes on the prize bitch\nFuck em who ain't fucking with me\nSkeleton rise bitch\nTake me back to that McDonalds\nRide in the [?]\nDrown in more women\nFlow so cold asshole that's a given\nStay HOT for a living, bitch\nMop in a gutter\nFuck a leech blood sucker\nFuck your life Keifer Sutha\nFuck with no rubber\nCatch a batman forever [?]\nStupid motherfucker probably never learned better\nBet you suck a golf ball through the hose if you let him\nYoung Grim-Reaper dark dream haver\nYour mom's panties keep em in a drawer till she want em\nSpit acid on a fat motherfucker if he want it\n\n[Hook X2]\nWhat the fuck now (so what the fuck)\nSo what the fuck now (what the fuck)\nBitch so what the fuck (what the fuck now) X2"}], "artist": "Lakutis"} |
{
"action": "action",
"modify": "msgParserId2",
"delete": "msgParserId3",
"create": "msgParserId4",
"mgmtd": "mgmtd",
"pm": "pm"
} |
{"title":"XBMCSetup_Rev_b95739e-dx_(dd. 17-04-2012).exe","uid":7194247,"size":53885691,"categoryP":"applications","categoryS":"windows","magnet":"?xt=urn:btih:b97896449f40dd5dc93d28563e52566a2bdaff44&dn=XBMCSetup_Rev_b95739e-dx_%28dd.+17-04-2012%29.exe&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":0,"uploader":"bird42","files":1,"time":1334740330,"description":"XBMCSetup Rev.- b95739e-dx (dd. 17-04-2012)\n\nVersion, 12.0-ALPHA1\t\t\t","torrent":{"xt":"urn:btih:b97896449f40dd5dc93d28563e52566a2bdaff44","amp;dn":"XBMCSetup_Rev_b95739e-dx_%28dd.+17-04-2012%29.exe","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"b97896449f40dd5dc93d28563e52566a2bdaff44","infoHashBuffer":{"type":"Buffer","data":[185,120,150,68,159,64,221,93,201,61,40,86,62,82,86,106,43,218,255,68]},"announce":[],"urlList":[]}} |
{"title":"Ex-Girlfriend, Passed Out Drunk........FFF","uid":3587935,"size":6521144,"categoryP":"porn","categoryS":"other","magnet":"?xt=urn:btih:8117a466bb50efd02a4781aa654c3531efe1744b&dn=Ex-Girlfriend%2C+Passed+Out+Drunk........FFF&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":0,"uploader":"FatFuckFrank","files":1,"time":1167708364,"description":"whorebag passed out on bed and boyfriend videos her shit stained ass. Later fucks her anally and gives her a Dirty Sanchez before she wakes up; she wonders why her upper lip smells like shit\n\n\nlater/FFF","torrent":{"xt":"urn:btih:8117a466bb50efd02a4781aa654c3531efe1744b","amp;dn":"Ex-Girlfriend%2C+Passed+Out+Drunk........FFF","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"8117a466bb50efd02a4781aa654c3531efe1744b","infoHashBuffer":{"type":"Buffer","data":[129,23,164,102,187,80,239,208,42,71,129,170,101,76,53,49,239,225,116,75]},"announce":[],"urlList":[]}} |
{"response": {"status": "ok", "userTier": "developer", "total": 1, "content": {"id": "books/2001/jan/05/referenceandlanguages.culture", "type": "article", "sectionId": "books", "sectionName": "Books", "webPublicationDate": "2001-01-05T17:20:29Z", "webTitle": "On the new publication of Grove, the book of music", "webUrl": "https://www.theguardian.com/books/2001/jan/05/referenceandlanguages.culture", "apiUrl": "https://content.guardianapis.com/books/2001/jan/05/referenceandlanguages.culture", "fields": {"headline": "The book of everything", "bodyText": "The latest edition of the New Grove Dictionary of Music and Musicians has been eight years in the making. You may think that sounds a long time to spend updating a reference work. But Grove is a big book. It is in 29 volumes, one of which is the index. It contains 29,499 entries. It weighs 68kg. Stand the volumes side by side and they measure 1.45 metres. It cost its publisher, Macmillan, \u00a320m to create. It is hard to overestimate the impact of Grove's publication on Monday, the first new edition for 20 years. It is a huge musical event. According to its editor, Stanley Sadie, who is now retiring after 30 years working on Grove, it is the largest single-subject reference work in the world. Anyone in the English-speaking world who is serious about music will have consulted it at some point or other. According to Sadie, the aim is that it should be a \"pleasurable read for someone who is interested in music as well as an efficient tool for the researcher\". If you want to check the precise meaning and history of an Italian tempo marking, you turn to Grove. If you want to read a concise biography of, say, the great violinist Jascha Heifetz, you turn to Grove. If you want to find a bibliography for more or less any western composer, then you turn to Grove. It claims to be \"the world's premier authority on all aspects of music\", though a more reasonable claim might be that it is the world's premier authority on western classical music from a British perspective. The Grove tradition stretches back to 1878, when the first part of George Grove's four-volume Dictionary of Music and Musicians was published. Grove was a Victorian polymath, an engineer who was friendly with Isambard Kingdom Brunel, Robert Stephenson and Charles Barry. He taught himself about music by listening to sung services in Westminster Abbey and by reading scores in the British Museum and copying them laboriously into a commonplace book. His dictionary was aimed at \"the intelligent enquirer\", who, \"in language he can understand\", would have the rudiments of music theory and history laid before them. It ran to five editions, the last published in 1954. \"It represented a very English way of looking at music, of the amateur music-lovers' tradition,\" says Sadie. \"Grove also said that he was not going to include music written before 1450 or what he called 'the music of barbarous nations'. What we did for the 1980 edition was to represent the music of all nations, periods and types - and make it fully professional.\" So how has Grove changed in the past 20 years? \"There is no dramatic shift,\" says Sadie, \"but we have had another 20 years of musical history to include and another 20 years' perspective on the early 20th century. In the 1980 edition we had 3,000 20th-century composers in the dictionary. Now we have 5,000.\" Among these new entries is a tranche of young British composers. One of these is Philip Cashian, who was written about by his friend and fellow composer, Michael Zev Gordon. \"It's hard to know where you stand in the world as a composer,\" says Cashian, \"so this stamp of approval is very welcome. I'm very honoured.\" Younger performers have also made their mark: Steven Isserlis, the cellist, has an entry, confirming his place as the top British cellist of his generation. \"It's nicer to be in than not,\" he says, \"though the article on me is a little out of date.\" Grove has further grown to fit current academic trends. A welcome boom area is the relationship between politics and music, which has given rise to, among others, a fascinating piece on nationalism. Gender and sexuality are also now up for discussion. The New Grove's Gay and Lesbian Music article contains the priceless declaration: \"Among affluent [gay] males the diva effect tends to produce a devotion to sopranos, Joan Sutherland or Maria Callas most notably ... and a subject position known as the Opera Queen.\" But the most significant change to Grove is that for the first time it will be available online. Those 29 volumes are reduced to words on a screen; that 68kg becomes blessedly weightless. In some ways, using Grove online makes you wonder how you ever survived it in book form. The possibilities for browsing the work are revolutionised. Grove online operates more like a search engine than a book. Instead of heading straight for an individual article you can type in a keyword and be directed all over the dictionary, and fast, without grappling with those endless, backbreaking hardbacks. Laura Macy, who has led the online team and will also take over from Sadie as overall editor, says that its Explore facility is as yet in its infancy; she wants to develop it so that you could click on a map and learn about music from a particular spot on the globe; or click on a timeline and find out what was going on in, say, May 1809. \"People's brains work differently in the ways they go after information,\" she says. \"We are trying to find more and more different ways into Grove.\" In the long term, sound should be a feature of Grove online too; at the moment readers will have to be satisfied with being directed to other sites for that. Perhaps the greatest advantage of Grove online, though, is that it is susceptible to continuous updating. Every quarter, factual errors will be corrected, death dates inserted and so on. This is fortunate, for even before Grove online is launched officially on Monday, Macy has received two in-trays' worth of corrections to attend to, mostly typographical errors and news of just-published books to be mentioned in bibliographies. Then, instead of there being a 20-year gap until the next full Grove, tranches of the dictionary will be overhauled annually. Grove will thus become not a book but a process, or, as Philip Cashian puts it, \"an organism\". You can't help feeling that all this puts the book well and truly in second place, though everyone involved in the dictionary seems to hesitate at the idea. Richard Charkin, Macmillan's chief executive, says: \"I very much doubt that the hard copy will ever become obsolete, but I would anticipate a gradual movement in scholarly circles from usage of the book to usage of the online version.\" Macy talks about the different uses of Grove. \"If you wanted to read the article on Wagner, you would probably find it easier to sit in a library with the book. Then you could turn to the online version for updates and links.\" This great beast will need taming lest it becomes a monster. Grove, even in its 29 volumes, is limited in size by physical realities. This limitation has its uses: it means that topics of more importance are given more space. This is a key part of what Sadie calls the \"historical and evaluative placing\" of entries in the dictionary. The online version, however, has an infinite capacity, meaning that Macy has a supreme challenge ahead of her - as she says, to \"maintain standards, and find ways of being current without being irresponsible\". She also has the opportunity to represent those areas that have been under-served by previous Groves. One area she mentions here is women in music. Already the organism is so vast that it contains some violent swings of tone. The ideal Grove style is sober, judicious, concise and clear. But it can also be wildly over-opinionated, even vituperative. The article on Kennedy, the violinist, is a case in point, referring to \"irreverent antics\" and \"self-indulgence\" and stating that \"many of his activities appear to have been geared to obtaining maximum publicity\". This is not reference-book talk. It is fighting talk. On the other end of the scale is the fact that a disturbing number of articles are fantastically dull. \"The words can fall like concrete off the page,\" sighs one contributor. \"It's almost as if they look for anything lively and then take it out. I think it comes from the academic idea that you must suffer in the pursuit of knowledge. I find Grove invaluable - but unreadable.\" Macy agrees that the dictionary can err on the side of the dry. \"I would like the writing to be more lively, to move away from formality,\" she says. \"I am a musicologist so I am allowed to say this: musicologists are not often very good writers. There is a wide world of prose between the unreadable and that which talks down to people.\" Still, Grove will always have its idiosyncrasies and quirks. David Fallows, the dictionary's early-music editor and a Guardian reviewer, also contributed the entry entitled Spoof Articles, citing two invented composers who appeared in the 1980 edition. (One of them, a certain Dag Henrik Esrum-Hellerup, was named after a railway line in the suburbs of Copenhagen.) \"It would have been easy for me to have dropped in a fictitious composer,\" he says, \"but I satisfied my libido on that point by constructing an acrostic in my piece on the composer Binchois. If you look at the first letter of every paragraph you'll see that they spell out the composer's name.\" It may sound a daft thing to do, but at least it is evidence of the human hand and voice. And surely there must be room for that, even in the most vast and poker-faced of reference books. Related articles: But where's the music? Alan Rusbridger ventures into the online version It's Bach - by a nose! Nowhere in 1878, JS is now at the top. David McKie on Grove's ups and downs \u0095 The New Grove Dictionary of Music and Musicians is published by Macmillan on Monday, price \u00a32,950. Grove online is launched on Monday. An individual subscription costs \u00a3190 per year. Visit www.grovemusic.com for details."}, "isHosted": false, "pillarId": "pillar/arts", "pillarName": "Arts"}}} |
{
"files": [
{
"sha1": "d09c8ed2f4ddf914f760821ea227a9af9aa039e2",
"name": "CAT31293710_dc.xml",
"format": "Dublin Core",
"source": "original",
"mtime": "1439382093",
"crc32": "c430636e",
"md5": "2d6ad0589c03d752bf8a110f9f11c49e",
"size": "1395"
},
{
"sha1": "6108034f9ab650c0dc88579a96e968d73e4338c6",
"name": "CAT31293710_marc.xml",
"format": "MARC",
"source": "original",
"mtime": "1439382093",
"crc32": "d32e367c",
"md5": "5e1631b839f465cc59578fece80e4b3b",
"size": "3811"
},
{
"sha1": "6b504e0c63cffb7289e8c21a68e031fd50db7030",
"name": "CAT31293710_meta.mrc",
"format": "MARC Binary",
"source": "original",
"mtime": "1439382093",
"crc32": "0c2fd900",
"md5": "ba720f547b3e89320482b09d9476abe9",
"size": "1041"
},
{
"sha1": "954a959b8cdd4b85b3bb82f20f6f331bd66e4cc9",
"name": "CAT31293710_metasource.xml",
"format": "MARC Source",
"source": "original",
"mtime": "1439382093",
"crc32": "bec66701",
"md5": "bc34e3919143c1163d6270a2754b138d",
"size": "307"
},
{
"sha1": "f81a3bd031f1dbcc07528df1b8a494e0f1116b48",
"name": "CAT31293710_scandata.xml",
"format": "Scandata",
"source": "original",
"mtime": "1439572234",
"crc32": "e3a4a757",
"md5": "12c969b86780a11a50ccf785aa142e3e",
"size": "78763"
},
{
"sha1": "23f03894aa332e078003c173858a7d23df79afff",
"name": "CAT31293710_orig_jp2.tar",
"format": "Single Page Original JP2 Tar",
"source": "original",
"mtime": "1439572236",
"crc32": "3c7d7c87",
"md5": "401938abd948a7c708da9eb30cd66400",
"size": "60487680"
},
{
"sha1": "49f5fda28c1bdcd5cc46af8006f2ed7aca72b1c8",
"name": "CAT31293710_abbyy.gz",
"format": "Abbyy GZ",
"source": "derivative",
"mtime": "1439574032",
"crc32": "416f7897",
"md5": "854d188832f3c169e629a705d6258eae",
"original": "CAT31293710_jp2.zip",
"size": "1691992"
},
{
"sha1": "a74ce77e8525267682f458b233ae1be6d6b7f898",
"name": "CAT31293710.djvu",
"format": "DjVu",
"source": "derivative",
"mtime": "1439574426",
"crc32": "10fcea3c",
"md5": "1216a7e1827665bf3690ebf24a3b26a3",
"original": "CAT31293710_djvu.xml",
"size": "3633607"
},
{
"sha1": "59f72d4a55425f57b776fea0bed5e0023f7b0560",
"name": "CAT31293710.gif",
"format": "Animated GIF",
"source": "derivative",
"mtime": "1439573564",
"crc32": "923bf325",
"md5": "3bc7e52416349f9630f9108643fa343a",
"original": "CAT31293710_jp2.zip",
"size": "297072"
},
{
"sha1": "986d82cc036d03c13afadb4326c9f58e2e11a9f2",
"name": "CAT31293710_jp2.zip",
"format": "Single Page Processed JP2 ZIP",
"source": "derivative",
"mtime": "1439573502",
"crc32": "4d5f9485",
"md5": "1578a1b690a2c33464a8f577bd13861d",
"original": "CAT31293710_orig_jp2.tar",
"size": "48993369"
},
{
"sha1": "41d0f7cd6638b846cf53eeb180c7c6325af0315b",
"name": "CAT31293710_djvu.txt",
"format": "DjVuTXT",
"source": "derivative",
"mtime": "1439575478",
"crc32": "5325c19a",
"md5": "b6ec74789294b7051e3bc9b3ca37c388",
"original": "CAT31293710.djvu",
"size": "118583"
},
{
"sha1": "bd9336407af8a52fdbdf4c3e1ea56c7df8ca78f6",
"name": "CAT31293710_bw.pdf",
"format": "Grayscale LuraTech PDF",
"source": "derivative",
"mtime": "1439575466",
"crc32": "4877d809",
"md5": "89ba5fa61dcd2e444db93611e0707e14",
"original": "CAT31293710_djvu.xml",
"size": "7104873"
},
{
"sha1": "2e0efaaf3448f92f9cb7b77ba925ac3f07543a93",
"name": "CAT31293710.pdf",
"format": "Text PDF",
"source": "derivative",
"mtime": "1439574904",
"crc32": "106e0005",
"md5": "9775222bbd8f2d52abf74c504deee828",
"original": "CAT31293710_djvu.xml",
"size": "6827840"
},
{
"sha1": "7a39b43585136df2099cfff5513163029189725f",
"name": "CAT31293710.epub",
"format": "EPUB",
"source": "derivative",
"mtime": "1439574082",
"crc32": "45bd212a",
"md5": "0a5d2c8bd9dc43c351e944242f4f5e62",
"original": "CAT31293710_abbyy.gz",
"size": "50565"
},
{
"sha1": "3d307aebafe9edf44698e1aeb5ebdb22a2e36790",
"name": "CAT31293710_djvu.xml",
"format": "Djvu XML",
"source": "derivative",
"mtime": "1439574071",
"crc32": "41a16743",
"md5": "68760340fde2b8f06fea644273e0b99e",
"original": "CAT31293710_abbyy.gz",
"size": "1195530"
},
{
"sha1": "7495af0ecdfacda5d779dbddabba1c1646a517d0",
"name": "CAT31293710_names.xml",
"format": "Name Metadata",
"source": "original",
"mtime": "1440401980",
"crc32": "5f5f30e6",
"md5": "97f1dd3081dda98c6fa2d5ec6d51c70e",
"size": "41225"
},
{
"sha1": "abe5ae992ec132060923e8a2cf169085126f2da4",
"name": "CAT31293710_meta.sqlite",
"format": "Metadata",
"source": "original",
"mtime": "1440402706",
"crc32": "f4751015",
"md5": "904e400a2f237020ecf6304b393b0103",
"size": "6144"
},
{
"sha1": "3de39f1a9caa61e3eb6a6dc2d66de8d21b306367",
"name": "CAT31293710_bhlmets.xml",
"format": "Biodiversity Heritage Library METS",
"source": "original",
"mtime": "1440402702",
"crc32": "fb853338",
"md5": "d2cda7d81a187bf8351b198581d7b07b",
"size": "28610"
},
{
"sha1": "6954ed7b9df0f7ab5f196906feec1cec5823dd31",
"name": "CAT31293710_meta.xml",
"format": "Metadata",
"source": "original",
"mtime": "1441999423",
"crc32": "3413e83c",
"md5": "de4523109b11278eae221176baa7307b",
"size": "2799"
},
{
"sha1": "bb2e677ce2b3f293c10a8ea6f595c9f532724392",
"name": "CAT31293710_archive.torrent",
"btih": "6eaee626f488499cd17dadb76eaeb14c2c696a2e",
"format": "Archive BitTorrent",
"source": "metadata",
"mtime": "1441999426",
"crc32": "e440af8f",
"md5": "729a44cb305465ebce23d707437991cf",
"size": "6917"
},
{
"source": "original",
"md5": "3ebd5bdf5bfc80a7650988740a76b8bb",
"name": "CAT31293710_files.xml",
"format": "Metadata"
}
],
"updated": 1446752530,
"uniq": 904773050,
"created": 1446752530,
"workable_servers": [
"ia801300.us.archive.org",
"ia601300.us.archive.org"
],
"server": "ia801300.us.archive.org",
"item_size": 130572123,
"dir": "/26/items/CAT31293710",
"metadata": {
"partner_shiptracking": "NC15_1913_E",
"shiptracking": "ST004161",
"scanner": "scribe4.beltsville.archive.org",
"creator": [
"Thos. W. Emerson Co",
"Henry G. Gilbert Nursery and Seed Trade Catalog Collection"
],
"series": "Henry G. Gilbert Nursery and Seed Trade Catalog Collection",
"ppi": "500",
"subcollection": "henryggilbertnurseryandseedtradecollection",
"nal_call_number": "62.39",
"operator": "associate-saw-thein@archive.org",
"sponsor": "U.S. Department of Agriculture, National Agricultural Library",
"copyright_message": "The contributing institution believes that this item is not in copyright.",
"contributor": "U.S. Department of Agriculture, National Agricultural Library",
"foldoutcount": "0",
"scanfee": "100",
"subject": [
"Nursery stock Massachusetts Boston Catalogs",
"Vegetables Seeds Catalogs",
"Grain Seeds Catalogs",
"Grasses Seeds Catalogs",
"Flowers Seeds Catalogs"
],
"title": "Catalogue of seeds : 1913",
"repub_state": "4",
"camera": "Canon EOS 5D Mark II",
"invoice": "3",
"ocr": "ABBYY FineReader 9.0",
"identifier-access": "http://archive.org/details/CAT31293710",
"scanningcenter": "beltsville",
"description": "Cover title",
"identifier-ark": "ark:/13960/t0jt38p9s",
"mediatype": "texts",
"collection": [
"usda-nurseryandseedcatalog",
"usdanationalagriculturallibrary",
"biodiversity",
"fedlink",
"americana"
],
"volume": "1913",
"repub_seconds": "180",
"updater": "associate-manuel-dennis@archive.org",
"updatedate": "2015-08-12 12:21:33",
"uploader": "associate-manuel-dennis@archive.org",
"date": "1913",
"republisher": "associate-john-leonard@archive.org",
"addeddate": "2015-08-12 12:21:35.546947",
"publisher": "Boston, Mass. : Thos. W. Emerson Company",
"publicdate": "2015-08-12 11:30:11",
"language": "eng",
"page-progression": "lr",
"curation": "[curator]admin-shelia-deroche@archive.org[/curator][date]20150908172722[/date][state]approved[/state][comment]invoice201508[/comment]",
"notes": "No copyright page found. No table-of-contents pages found.",
"imagecount": "50",
"identifier": "CAT31293710",
"sponsordate": "20150831",
"unique_id": "CAT31293710",
"scandate": "20150812105041"
},
"d2": "ia801300.us.archive.org",
"files_count": 21,
"d1": "ia601300.us.archive.org"
} |
{"componentChunkName":"component---src-templates-blog-post-js","path":"/Crontab-basics/","result":{"data":{"site":{"siteMetadata":{"title":"Technical Debt"}},"markdownRemark":{"id":"bf7d4465-0515-5f5a-9b58-7ab0fa43df25","excerpt":"Principales commandes Files Un fichier est créé par table CRON (1 par user) dans /var/spool/cron/crontabs (accessible en root) CRON minute \t0-59 hour \t0-23 day…","html":"<h2> Principales commandes</h2>\n<div class=\"gatsby-highlight\" data-language=\"sh\"><pre class=\"language-sh\"><code class=\"language-sh\">crontab [-u user] -l ## Liste les jobs pour l'utilisateur\ncrontab [-u user] -e ## Edite les jobs pour l'utilisateur\ncrontab [-u user] -r ## Supprime les jobs pour l'utilisateur</code></pre></div>\n<h2>Files</h2>\n<p>Un fichier est créé par table CRON (1 par user) dans /var/spool/cron/crontabs (accessible en root)</p>\n<h2>CRON</h2>\n<p>minute \t0-59<br>\nhour \t0-23<br>\nday of month \t1-31<br>\nmonth \t1-12<br>\nday of week \t0-7 (0 or 7 is Sunday) </p>\n<p>-> <a href=\"https://crontab.guru\">https://crontab.guru</a></p>\n<h2> Logs</h2>\n<p>Pour activer les logs des job CRON (sortie standard)</p>\n<div class=\"gatsby-highlight\" data-language=\"sh\"><pre class=\"language-sh\"><code class=\"language-sh\">vi /etc/rsyslog.conf</code></pre></div>\n<p>Décommenter ou ajouter la ligne:<br>\n<strong>cron.* /var/log/cron.log</strong></p>\n<p>Redémarrer rsyslog:</p>\n<div class=\"gatsby-highlight\" data-language=\"sh\"><pre class=\"language-sh\"><code class=\"language-sh\"> /etc/init.d/rsyslog restart</code></pre></div>\n<p>Les logs sont dans<br>\n<strong>/var/log/cron.log</strong></p>","frontmatter":{"title":"Crontab basics","date":"October 16, 2018","description":null}}},"pageContext":{"slug":"/Crontab-basics/","previous":{"fields":{"slug":"/CXF-OneWay-method/"},"frontmatter":{"title":"CXF OneWay method"}},"next":{"fields":{"slug":"/ssh-via-rebond/"},"frontmatter":{"title":"ssh via rebond"}}}},"staticQueryHashes":["2841359383","916993862"]} |
{"Train Loss": 2.089198112487793, "Validation Loss": 1.4966415166854858, "Angle Metric": 132.8776092529297, "_runtime": 275, "_timestamp": 1614159723, "_step": 0} |
{"uuid":"442a63bf-bb5f-451e-9ff6-21710f9fde65","name":"testRunner.TestRunner","children":["53514b8a-de4c-468d-91ba-a2cf7b70456a"],"befores":[{"name":"setUpClass","status":"passed","stage":"finished","description":"","steps":[],"attachments":[],"parameters":[],"start":1576150091401,"stop":1576150091618}],"afters":[{"name":"tearDownClass","status":"passed","stage":"finished","description":"","steps":[],"attachments":[],"parameters":[],"start":1576150128290,"stop":1576150128290}],"links":[],"start":1576150091386,"stop":1576150128829} |
{
"_id": "3811210",
"title": "Thừa Thiên Huế cảnh báo mưa lũ qua mạng xã hội",
"source": "vnexpress.net",
"date": null,
"url": "https://vnexpress.net/tin-tuc/thoi-su/thua-thien-hue-canh-bao-mua-lu-qua-mang-xa-hoi-3811210.html",
"summary": "Đại diện Ban chỉ huy Phòng chống thiên tai Thừa Thiên Huế cho rằng việc đưa thông tin mưa lũ qua mạng xã hội hiệu quả hơn công điện khẩn. - VnExpress",
"content": "Đại diện Ban chỉ huy Phòng chống thiên tai Thừa Thiên Huế cho rằng việc đưa thông tin mưa lũ qua mạng xã hội hiệu quả hơn công điện khẩn.\n\nBan chỉ huy Phòng chống thiên tai và tìm kiếm cứu nạn tỉnh Thừa Thiên Huế vừa được lãnh đạo tỉnh cho phép sử dụng mạng xã hội để chia sẻ thông tin về bão, lũ đến các cơ quan và người dân.\n\nLực lượng chức năng Huế đi xuồng đến hỗ trợ người dân trong một đợt mưa lũ. Ảnh: Võ Thạnh\n\nÔng Phan Thanh Hùng - Chánh văn phòng Ban chỉ huy cho hay, bên cạnh sử dụng các phương pháp truyền thống như công điện khẩn, báo chí để đưa thông tin mưa lũ, đơn vị sẽ cập nhật nội dung lên mạng xã hội để người dân tiếp cận sớm, từ đó có biện pháp phòng tránh.\n\nNgoài ra, Ban chỉ huy cũng sẽ sử dụng dịch vụ tin nhắn của nhà mạng khi cần thiết để phục vụ công tác phòng, chống thiên tai và tìm kiếm cứu nạn.\n\n\"Người dân hiện nay dùng mạng xã hội rất nhiều, việc đưa thông tin cảnh báo thiên tai qua đó vừa tiện lợi lại hiệu quả hơn so với công điện khẩn, vì người dân tiếp cận nhanh hơn\", ông Hùng nói.\n\nTrang mạng xã hội của Ban chỉ huy Phòng chống thiên tai tỉnh Thừa Thiên Huế. Ảnh: Võ Thạnh\n\nHiện trang mạng xã hội của Ban chỉ huy Phòng chống thiên tai và Tìm kiếm cứu nạn tỉnh Thừa Thiên Huế có gần 800 người theo dõi. Thông tin về các cơn bão, dự báo thời tiết được cập nhật liên tục.\n\nVõ Thạnh",
"paragraphs": [
"Đại diện Ban chỉ huy Phòng chống thiên tai Thừa Thiên Huế cho rằng việc đưa thông tin mưa lũ qua mạng xã hội hiệu quả hơn công điện khẩn.",
"Ban chỉ huy Phòng chống thiên tai và tìm kiếm cứu nạn tỉnh Thừa Thiên Huế vừa được lãnh đạo tỉnh cho phép sử dụng mạng xã hội để chia sẻ thông tin về bão, lũ đến các cơ quan và người dân.",
"Lực lượng chức năng Huế đi xuồng đến hỗ trợ người dân trong một đợt mưa lũ. Ảnh: Võ Thạnh",
"Ông Phan Thanh Hùng - Chánh văn phòng Ban chỉ huy cho hay, bên cạnh sử dụng các phương pháp truyền thống như công điện khẩn, báo chí để đưa thông tin mưa lũ, đơn vị sẽ cập nhật nội dung lên mạng xã hội để người dân tiếp cận sớm, từ đó có biện pháp phòng tránh.",
"Ngoài ra, Ban chỉ huy cũng sẽ sử dụng dịch vụ tin nhắn của nhà mạng khi cần thiết để phục vụ công tác phòng, chống thiên tai và tìm kiếm cứu nạn.",
"\"Người dân hiện nay dùng mạng xã hội rất nhiều, việc đưa thông tin cảnh báo thiên tai qua đó vừa tiện lợi lại hiệu quả hơn so với công điện khẩn, vì người dân tiếp cận nhanh hơn\", ông Hùng nói.",
"Trang mạng xã hội của Ban chỉ huy Phòng chống thiên tai tỉnh Thừa Thiên Huế. Ảnh: Võ Thạnh",
"Hiện trang mạng xã hội của Ban chỉ huy Phòng chống thiên tai và Tìm kiếm cứu nạn tỉnh Thừa Thiên Huế có gần 800 người theo dõi. Thông tin về các cơn bão, dự báo thời tiết được cập nhật liên tục."
],
"authors": "Võ Thạnh",
"keywords": [
"Thừa Thiên Huế",
"bão lũ",
"thiên tai",
"người dân",
"mạng xã hội Facebook"
],
"tags": []
} |
[{"win_team_name":"赤いきつね","win_team_mvp":"YDMゆっくりひろ."},{"win_team_name":"赤いきつね","win_team_mvp":"ぱぱ"},{"win_team_name":"緑のたぬき","win_team_mvp":"フェデお"},{"win_team_name":"緑のたぬき","win_team_mvp":"ロッポンギ.szs"},{"win_team_name":"赤いきつね","win_team_mvp":"ゆうげん"},{"win_team_name":"緑のたぬき","win_team_mvp":"どせいからのイカ"},{"win_team_name":"緑のたぬき","win_team_mvp":"かつや"},{"win_team_name":"緑のたぬき","win_team_mvp":"こうた"},{"win_team_name":"緑のたぬき","win_team_mvp":"Mś たろうまる"},{"win_team_name":"緑のたぬき","win_team_mvp":"RSC_たいち"},{"win_team_name":"緑のたぬき","win_team_mvp":"はは"},{"win_team_name":"赤いきつね","win_team_mvp":"BF#グラフィック"},{"win_team_name":"赤いきつね","win_team_mvp":"かみつれ"},{"win_team_name":"緑のたぬき","win_team_mvp":"えいぽん"},{"win_team_name":"緑のたぬき","win_team_mvp":"たかふみ"},{"win_team_name":"緑のたぬき","win_team_mvp":"ヨシおう"},{"win_team_name":"赤いきつね","win_team_mvp":"ワトソン"},{"win_team_name":"緑のたぬき","win_team_mvp":"ゼンガン"},{"win_team_name":"緑のたぬき","win_team_mvp":"Ħęĺłõwöřļď"},{"win_team_name":"赤いきつね","win_team_mvp":"おにぎり"},{"win_team_name":"緑のたぬき","win_team_mvp":"よしざわ"},{"win_team_name":"赤いきつね","win_team_mvp":"ジョン・ドゥ"},{"win_team_name":"赤いきつね","win_team_mvp":"シフレ"},{"win_team_name":"緑のたぬき","win_team_mvp":"うずめ+"},{"win_team_name":"緑のたぬき","win_team_mvp":"はるちゃそ"},{"win_team_name":"赤いきつね","win_team_mvp":"そーき"},{"win_team_name":"赤いきつね","win_team_mvp":"*☆◆えりち◆☆*"},{"win_team_name":"赤いきつね","win_team_mvp":"けんた"},{"win_team_name":"緑のたぬき","win_team_mvp":"BOB"},{"win_team_name":"緑のたぬき","win_team_mvp":"ライス(`・ω・´)"},{"win_team_name":"緑のたぬき","win_team_mvp":"D's*たっくん"},{"win_team_name":"緑のたぬき","win_team_mvp":"きんぎょおうこく"},{"win_team_name":"赤いきつね","win_team_mvp":"ピエピエしいピエロ"},{"win_team_name":"赤いきつね","win_team_mvp":"ぜろろろろ(・◇・)"},{"win_team_name":"緑のたぬき","win_team_mvp":"ぽんぽこたぬきがっせ"},{"win_team_name":"緑のたぬき","win_team_mvp":"まきと"},{"win_team_name":"緑のたぬき","win_team_mvp":"スコール"},{"win_team_name":"緑のたぬき","win_team_mvp":"ドラゴン"},{"win_team_name":"緑のたぬき","win_team_mvp":"うつろ"},{"win_team_name":"赤いきつね","win_team_mvp":"Rua-summer"},{"win_team_name":"赤いきつね","win_team_mvp":"たいも"},{"win_team_name":"赤いきつね","win_team_mvp":"しき"},{"win_team_name":"緑のたぬき","win_team_mvp":"るいす"},{"win_team_name":"緑のたぬき","win_team_mvp":"angel"},{"win_team_name":"赤いきつね","win_team_mvp":"アンナとハンナ"},{"win_team_name":"緑のたぬき","win_team_mvp":"ジョフレしょーぐん"},{"win_team_name":"緑のたぬき","win_team_mvp":"じょに~"},{"win_team_name":"緑のたぬき","win_team_mvp":"gonta"},{"win_team_name":"赤いきつね","win_team_mvp":"MANA(;・д・)"},{"win_team_name":"緑のたぬき","win_team_mvp":"キュア スカーレット"},{"win_team_name":"赤いきつね","win_team_mvp":"みるくティー"},{"win_team_name":"緑のたぬき","win_team_mvp":"こへ"},{"win_team_name":"緑のたぬき","win_team_mvp":"よわいからたすけてね"},{"win_team_name":"緑のたぬき","win_team_mvp":"だれ"},{"win_team_name":"緑のたぬき","win_team_mvp":"ゲッパ"},{"win_team_name":"緑のたぬき","win_team_mvp":"まこまこ"},{"win_team_name":"緑のたぬき","win_team_mvp":"みるくP"},{"win_team_name":"緑のたぬき","win_team_mvp":"matsu"},{"win_team_name":"赤いきつね","win_team_mvp":"しちご"},{"win_team_name":"緑のたぬき","win_team_mvp":"たけのこのやま"},{"win_team_name":"赤いきつね","win_team_mvp":"POTTER"},{"win_team_name":"赤いきつね","win_team_mvp":"マコト"},{"win_team_name":"緑のたぬき","win_team_mvp":"nnnnnnnnnn"},{"win_team_name":"赤いきつね","win_team_mvp":"ゆうが"},{"win_team_name":"緑のたぬき","win_team_mvp":"ぱとら"},{"win_team_name":"赤いきつね","win_team_mvp":"ちばもん"},{"win_team_name":"緑のたぬき","win_team_mvp":"でんたく"},{"win_team_name":"緑のたぬき","win_team_mvp":"ひびき"},{"win_team_name":"緑のたぬき","win_team_mvp":"みやび"},{"win_team_name":"赤いきつね","win_team_mvp":"すあま"},{"win_team_name":"緑のたぬき","win_team_mvp":"コップ"},{"win_team_name":"緑のたぬき","win_team_mvp":"フレ♭フレ♪"},{"win_team_name":"緑のたぬき","win_team_mvp":"かしゅう"},{"win_team_name":"赤いきつね","win_team_mvp":"FiーFi"},{"win_team_name":"赤いきつね","win_team_mvp":"ゆず"},{"win_team_name":"緑のたぬき","win_team_mvp":"ふみ"},{"win_team_name":"緑のたぬき","win_team_mvp":"ずんだもち"},{"win_team_name":"緑のたぬき","win_team_mvp":"ニコ"},{"win_team_name":"赤いきつね","win_team_mvp":"rinta"},{"win_team_name":"赤いきつね","win_team_mvp":"ひまじん"},{"win_team_name":"赤いきつね","win_team_mvp":"*RAKIM*"},{"win_team_name":"緑のたぬき","win_team_mvp":"れみ"},{"win_team_name":"緑のたぬき","win_team_mvp":"☆バナなマン☆"},{"win_team_name":"緑のたぬき","win_team_mvp":"のりくん"},{"win_team_name":"緑のたぬき","win_team_mvp":"いっちゃん"},{"win_team_name":"緑のたぬき","win_team_mvp":"おまえのこども"},{"win_team_name":"緑のたぬき","win_team_mvp":"しゅん"},{"win_team_name":"緑のたぬき","win_team_mvp":"たなかジャスティス"},{"win_team_name":"緑のたぬき","win_team_mvp":"よざくら"},{"win_team_name":"緑のたぬき","win_team_mvp":"なおき"},{"win_team_name":"緑のたぬき","win_team_mvp":"イキル"}] |
{
"name": "hello-world",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rimraf ./dist",
"build": "npm run clean && webpack",
"serve": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^6.2.1",
"rimraf": "^3.0.2",
"webpack": "^5.1.3",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.7.1"
}
}
|
{"title":"Bill & Ted's Excellent Adventure (1989) DVD-R NTSC WS [MM","uid":5522089,"size":4649504768,"categoryP":"video","categoryS":"movies_dvdr","magnet":"?xt=urn:btih:dbd87fd5c8eccc5d2f1f646288b5a3188b5d49a6&dn=Bill+%26+Ted%5C%27s+Excellent+Adventure+%281989%29+DVD-R+NTSC+WS+%5BMM&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":1,"uploader":"mikemelo1369","files":27,"time":1272643477,"description":"Requests:\n\nI am taking all requests. Please leave your requests in the comment box in the most recent upload. I do check all my comments frequently. \n\nPlot:\n\nIn the small town of San Dimas, a few miles away from Los Angeles, there are two nearly brain dead teenage boys going by the names of Bill S, Preston ESQ. and Ted Theodore Logan, they have a dream together of starting their own rock and roll band called the "Wyld Sallions". Unfortunately, they are still in high school and on the verge of failing out of their school as well, and if they do not pass their upcoming history report, they will be separated as a result of Ted's father sending him to military school. But, what Bill and Ted do not know is that they must stay together to save the future. So, a man from the future named Rufus came to help them pass their report. So, both Bill and Ted decided to gather up historical figures which they need for their report. They are hoping that this will help them pass their report so they can stay together. Written by John Wiggins\n\nTitle.........: Bill & Ted's Excellent Adventure (1989)\nRuntime.......: 90 min\nSource........: DVD9 NTSC R1\nGenre.........: Adventure/Comedy\nIMDB..........: http://www.imdb.com/title/tt0096928/\n\nASPECTS:\n\n[X] NTSC [ ] PAL [X] DVD5 [ ] DVD9\n[X] Widescreen 16x9 [ ] Anamorphic\n[ ] Letterbox [ ] Fullscreen 4x3\n\nAUDiO:\n\n[X] English [ ] Dolby Digital 2.0 Stereo\n[ ] Spanish [ ] Dolby Digital 2.0 Surround\n[ ] French [X] Dolby Digital 5.1\n [ ] DTS 5.1\n\n \nViDEO: MENU: DVD-EXTRAS:\n\n[ ] Untouched [X] Untouched [X] Untouched\n[X] Re-Encoded [ ] Reauthored [X] Re-Encoded\n[3] CCE Passes [3] CCE Passes\n[X] Partial Stripped [ ] Stripped\n\nStripped:\n\nWarnings and previews\n\nSUBTiTLES:\n\n[X] English [X] Spanish [X] French\n[ ] Other [ ] N/A \n\n\nMessage to the Downloader:\n\nI wish to firstly thank you for choosing my torrents. I am pleased to bring you high quality NTSC movies in 512KB block sizes which decreases your download time:) I would also encourage you once you have completed your download to return to this page and please comment on quality, if you have any requests or if you just would like to say thanks. \n\nBe sure to check out my fellow uploader’s who do fantastic work; djfred, ctang, zombifuzz and hjsn1\n\nPlease also seed back as this will help the flow of movies coming.\n","torrent":{"xt":"urn:btih:dbd87fd5c8eccc5d2f1f646288b5a3188b5d49a6","amp;dn":"Bill+%26+Ted%5C%27s+Excellent+Adventure+%281989%29+DVD-R+NTSC+WS+%5BMM","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"dbd87fd5c8eccc5d2f1f646288b5a3188b5d49a6","infoHashBuffer":{"type":"Buffer","data":[219,216,127,213,200,236,204,93,47,31,100,98,136,181,163,24,139,93,73,166]},"announce":[],"urlList":[]}} |
{
"name":"messagebox",
"url":"http://beta.quicklisp.org/archive/messagebox/2020-10-16/messagebox-20201016-git.tgz",
"repository":"https://github.com/Shinmera/messagebox.git",
"keywords":
[
]
}
|
["de296f36e3c1f63374a1da7ca28fd58e2b4c95f6","013aa1f35fcc3a81d04cfe29a91495598a2669c4","3d407f3796dd6b22d2f131010b59cba140f8e82c","eb52bdd12df0f4c08c865271b7fcee122c700d60","0a6c4fe2faa2e6decbab02423a3164c877894da3","bbd6208c19ff088c1848f28e5d7f39f9d321d014","2b73c12ac6a7e03b5be74956b03a09021a326fbb","0549adc668d05a0db51dd2cb38ab9fa162203561","d3c8b20b173334a59aad9b86f248beafe2d08d45","f41528611b166af2ac59db9acb3698bf1cf83dc6","84e385a34fd760f5884010a6c8c976a4ae886790","d30f0ae72937b0f75e9950881defa9d92315c00d","7e34a582a4e1f88558a27a251326455d206a4ced","e71afdc9dc85f60a31cd5be5dd20690143ad1ff1","6b602340a8a72f7d34a7c10b38afb9acb90dc16f","7c18f2b178bbde3dd3a82c480e03352044de3151","bd4f65173901642d85cd65e73168d643969f3521","b44ba964c45d9c366e572ec9d962c879ff4fd964","528a05e68b48db0a877a874630c53d04b8245a0e","59329b93061294b2de2e4f26a3784bcada93a392","d49aa341beaa4185cf438a6133dbcd54a399bbb0","001c87bd0284ffd135883b4c64e7cb37eddc02f1","210f9e84e21704889e9aa02536e15196730b2adf","be875dd045453ebbe51cda0a4b264fe3c96d1a7b","a14256610169a130e8bba9266ba9adc6a021f00b","51b7b0b3de57261d165c3e8ccb038b6a6e8a9a7b","c1ae49017bf1b8804c109c75dc301486c3b46f73","60a2acfc008b2b6c7e6822ad8ce2ec3219784104","a32d66ecc86dbcbb020d6d48e6c13d98c782f290","c058aa751bda62004bf9ba1399a1dccc6edf3646","b05efb5d75eec7cd620022275ad105095ecf3d90","7a503eee9063ac478e508a11f8b263e8582ea8ca","57ffc512cfa9492c79abb2fe63809968071c2c06","bacf3e0eb0f6c092fa3a8b6122bb985782fa2670","e0fb91b26ff27d2528da88a3a95b8babeb86527e","8477916a509980cdbc4e70ab4d4477c7e428ae45","22a934759f482849c0a42eba299c59c82ef9b564","cd42493dc2c923d316e5ac3aa96c9b816218b65e","f4bb322bf4c8da8b3b4b0547134662f1f10a273d","3649f70914b057dbafbfe18f08893496625ff3fa","c5784428ed5e21e37d8dce94fb819224da5e2a94","b988e708f3154efe84915a567f633a4416ee4165","49092d1536796dd985ab9888bbe06d0a9b6f89f9","9393a01f268223f12797eabc8978f113952f49a9","ba44fce3e093e2788dfc8290e87c9c7db6749b16","f21501caebfc7a22c03f5df3b70d6d707e9a7a1f","8e43532eab2fa7a2c6abb6e9dd6ace24e0f3e5de","f6238e4d71e17f7836e5c557fe719bedd66b2f28","cbe87c4cf7e5f92fa8b4a9944245075650050de3","757804daaeac0568b819acf2522114df0dc5e522","2ff924aa42ea9fe67ad7eb382f2383f860e457d3","ce693b41c9678b1538434445c8cb2c4e2183a321","023bb14a41353e1a6fe0cbb73a0701082a9b3394","0ef527f69abe2beaf1d7054d672990cb58c32cbb","e6ce03688ce67c4b29d2105bb067d909011c1188","2f41260dc1bf34f69440ce98dc9032b5339ac359","d799f6410c2dcb9498442bffbbb6a98bde2f6a0c","ada07f1e3e47f2a02bd18e66c57bfbdee4fbc0dd","f69f56822f13d183968f6a07dfc00df44f478077","7a0e8db5d94a00d347598b083ce981d6e31303b9","0a6287d69ce81c631e0b89645b8fb8960ed98ada","64eadadb01371b20a37cecc066f25077defb98be","bc9e20779092f7f973478fdbaa914ed181ba1b8b","2cff5e4bc8f1223d72301060652cf6998908675e","c201cfe665204545eb9b1d22a4ebc50a627e4a0e","41999df1815d8ca110f44ee0b4db4a9cc693f1bc","6cd2462de8c1f3eca2206faac2e163bb890b29bb","cd952719c24fa0f4041ad26204c06465e2562e0f","c6ab6166a4d65facded3231a4d811ffa05a08d03","522f6a4dbbeeb52de67801f2271019abd01bb35c","f226c73e116360362f3c4fd9fdef9bd9afb1e9ef","f59df3dd2b7799ec9aa2a1bc489385278c34309e","25eaa153785a1a54d5c004ef02706f3b427c85c8","5d3704400864de8122d1183befed8c67e8567109","be89914512647929c62c40790af899e239519fbc","3a2ca7c34fea12c9ab8d8db4f1e2be12036817d9","f7d46be845c94be97d5c1bf988c6e5bb77a3c3aa","8c59b53eef01d3f942b8b7677cc00abed5c71346","d5999869d0b5c410d5508630d058ea252b06aa09","e0925e88897b7e1e72af6310dcb986b2aa7eb03b","d220308df43967e7b8ca5a3b1651c7317cf98dab","8917e8aa4beae5791436843cbb07c1d4dc0e99b5","33ab4d0937b5bbf7a5abb2b4bc1357d654822123","fa388084bd76c633863d217c23372e4472630cc6","55b427430c27b813103370dc7b515a37c1f9f4d6","82909a32b77d6ba0062fa15f384ea3d2a96d34db","8493e50a099a38d2c2968d447e2351a04cdd50dd","9e5369db6af39e8b9eb3e729ec954f43e594c6ec","1968c7d1b16cdd05939522c0c4a56b26d2273c3e","960e87fde396e5a9a21b3d9c9a5741b501aaac7d","9b16e0e8ba990ba6e027835561f851d014651ec9","16a156e644d2b8ef8d607890d7000c83a7613e3e","a8102d6d690167c7f8ef380cf8459f96b884f90d","08175b051ae1680788a2daa0e763f6e963475c7e","2c80f0f79b9886bf14762d11652b495e73aed63c","bfbb9c2a6fd87a2cee152910e69840a388c2de44","e6f0789711a55c8cc5d3afc0f9b53427a381721b","4107a233cb810631880aad437c34f905a61a098c","f8c61ccb28ab3548794f0f6c8d24d04daf1a222d","feb4e446407ab5e6ff02b4f25e5289a33af8b60f","ba5098d5f3c3eed783872a501a325d07f2ce1c51","6b79ce8c054d6e04ca13788e291384bb6b8e9657","8fce06c5eb8799475d74a6ee45d3e1bb88166245","482f65b08e0162f670ff0515d5cf6bb98f900397","5f732ee6504291dc2f6b2c008fdef9f111d0b52a","aab0c9c805d1307418e2193961f27b0995c0cb37","bcab98988f0333cc19695c7a3c3c436fc159b080","c2ac1751328d322b3b9b9fee10e97928f9369807","fe02b90637d2af01daddcfd6b5feee5a706e800f","9d205567bb122ac22bd63aca59cef1a33cfe28b2","3b2eca533c30bbda9b8f0ec0acec47c576a28859","37fff1c8d68878a5679becc1c344930a09c3ebd3","985faa4049907843cada6cdcdfb932656555edc1","84256251cd600eb0e8f7bafd65e0947ed7033196","db2cd6eda3fcbee7e48e4c0f57aa13dc36cdadce","3c7c8fad8bb33f332dc9d0b8732776dcc19e1ee3","348b3b0562d568ff0bb314a72ad6b7f78c1ca586","b54fd6be0f08669606421f822f8281444de06a07","1dbe579b5ef360902953ea4f3679474731ddae2b","69848787f871fbb1107099e5cbf74ba90a706572","cb7e196c69f276bb1f0f4598234d23c8cccf5464","a165318c77af96c043600d1ad19a7e9ad03a45ca","da7362f0015dc9d29935945b78659f515664f1d3","997ed57b00e038e553c117f25be33a2909f6314f","303bf58782047c72cfc7e62ddd6ef167c9b3e404","daeb281d69ccbedc06fbfd637067b7d30ca40cd1","b14d9a5980166f3663d0bbc97ddb1c701890a8fc","ee0767e388134cd36ccd190c944b68fbcb56aa42","d817dea6d086f8f5d2723da4699a4d8eecf5d001","a0323a7cc42e619aa58bf85e2a46c2545af17389","b6e2322f1eb346e267933e136b52021bce871721","9fc81f7d8495f663d68051e0fb75e204665635ad","cbec1dcbb11fdedece63f79c81e170837bb90021","990f2c13984390dee0c30f12478bd80a0e947c83","f802ca2c14f87ba7e826952193b4056029319c91","a35519b58570eb7d495bbba0a6bc65a2cc4ffbe7","3d4339670d11eaf677f50d113e53c2700ac8754e","0531ec5eeefaaac073d7692e5600df6e2d31485a","c52ded46061aded962fba6632bf21113db400d14","5a44406d13de99e5b2d2ad04f3f45bd68485171a","a06b67b4a67abfe2b82cd9c1a96aa0188a6cc1cc","b585a755d57037a7b282ed771f7ae819a4497f10","6f63b9d289922fc27125d1f5928398106998241a","4193ed7406a6a36f2c0a61488e2e2de7c27df04c","b595f2580957a059069638d7395eb612377855d2","cc763bef2cc3458ce7d5d7b014607d32428aa6a1","8f8fc85bd978cb490994a94361def614d5360c80","c23772434920138102b34a27da90cb0ef3ecd2cc","b2f00b389534767f2f0dd0e4a1401237d52bea76","57c56bbb066d7ac8d4a67432714090136a2c1d56","3c3d350a49e9fe33a9820d5ade6b531fc92de602","6566701a257a506e5bbb52dea2b3c6629aae8e1f","bf602ddd83e70ea989f3539d038a4cb0e136671a","12256fa5d2cf2d505c0c10e1591ba28f79942a60","aaab35063e642bca992fa36645bae086a6815df7","41c31193e307974c51c9dc150c8e04873a77d6db","71606122a0c493e69201346a9ee3cc9c64593ff9","b8863d9edea02abd3b0dceb7ce5538ac60f20578","934434ab3438c3e041da8b82f1532494c9d28d5f","aaff1aa9c036150e84b84778ab2186cb4b54ed6e","06c914182948c0c4ebefc6ae250115100f3c0e25","82e37656e1a13f6efb52442916b10cc0a86ec252","e8ac0980dec90a969ec01a5dcdac47e923911696","807ff0055ef702bbccca3dce309b2f5a26429887","4a897ac1b2666a4ef5d3a30b9c6ecfeaf87a64a6","41fde6f103a3ec37a0839cafc87f065d33810214","563ae0eff577601396a2c139118e3956a774baf0","32b15aa6831632584822cccaf80dac317674b7b1","69bbf94599a58a1cb172be25b119f66aba7f1b9b","20b7ea96d82d59a995298f15f5db88deddab04c0","ada9933695d8b572797fed16d8fa1fe9c6bfccd4","24b58f74ee6f97603d3c167122bae5136d9ab40e","45c12b14e624652bf384950f60bf8cd3564a2003","3044f35a04200f7781d1013a12ab6a8bfe950427","b1d06683779eb6fceb196721214a6e80fac96587","98f4b507e01e7868b5924e28b5a6ebf18742beae","961b15c6d5df5fdc826681fe1308fd2f6a21a73e","67b4ff52d6d013cd2baa1c7d6b47c3f8a87af66f","6fefc3f5f3d07114d2bd93faf9d43151f028c419","7cd73f5a2242caeb56eddd531e76afc6ed5eb8fd","5f6a3aed2e49964b3db707e77cc37accc7f5c011","27b1f18fba8e7bb2f3042825f7515c859c82a741","f70ebbfb0454e73ba10953181d469e4b7176fe49","da8040612e8d448e23a046a6739d2790288a49de","93bf239f3669a92add271eb0f1cb4d477acf1244","5baf902720829234873a21977e69aeb5be6e4d7d","645d1e67d8887715fd2200093371d036bdc4693a","cf143126843f43a5a268448b66ac79c538d4408e","3cab53a672b0b70564a93fb6f97e37be81f45ca4","d16b35b076f9415023c9991184f085f02fbfedb7","1ea733f7e7c3323175052cd91bc100ce6f507e01","94ec9bf9e9d4f956a7bfe71aa843f6e6c1c4d37f","7c23f675a4e9eb2e0b50c60254756686d71ff677","47153856a08e2b58e4ad1e5110c929ae927fee2d","8f8168687285563049fed5c49859f22e3d871fb8","11c34271e43d19984390f30caff2834248fa470e","330e47bec7312670a80c08debe4d1a8c93f8da2e","3017b406063533e2ad54764336dd3cc15ed3272d","419481e39b4f1ef353faf4e67a92063469de026d","fb39ca18ad5f53a555cf1eef2337e5615b47bcb0","625b24d4a2ca353d6270158dd6c767c054d16307","e020360ff3106bbaeb3b25f7c70ff725dfd460a4","74de998567eff81712b4c634f402ef3c4d1d1e02","b7ec2d89d693f739265ec5d99f05cbb630692da6","ddec9c55712a3e4100e7ab41316c8c8618c42401","e6ffbf0e61fd90dffa6ca8264e98444734dc2abc","79fc4ab8b65b1c27feeaee10db7574e3b94bdb96","67a10a3d853783c9dd9db22c6a5eb9f19191257f","240257b76299db5a55937f64eb6e1af74ef657a7","6190d78ab497ebf36628075ee796a7ad0d4eda6c","2303c5dbd2b40c7656cec39d76a347072ff43148","9d0c4c414f6e8e1eee3748f8dca3836061fa23bf","51c156f9aede068e0f2a52017567e82a4fc62bf3","5cced74e54cd1eb416e398c3ace64f2a9c666340","12ef8cdb054d1a55c772aebf120b0f09a8a501f2","92f3066cb0235dce4e713d706f3dbddd4aafd97a","fef7eb8729d9c8c8f060d6b645426ffde18991ee","3e4c8b1b92ef5adc1e614bb3450bcb57b74979a1","b6d3a143cc40575f1c1ed7a5b76b72d8fb2e74e5","8c84677bdfa0ae61bd80c9626a4c25ec7e84f309","653438734c397e3b1ba15f284b0fca7bd1b23a80","a70287a89c84bae9c6fa911a36ea2e965dfcbacb","7415c95e16aabef7c6d4c6a0214d11dc63766ead","4dd9cbc95727c7433c00eb69bb956ae190e12ef0","3df6535fa7ab336ce228a88366236dc389afb10e","d3d1ab12ffab7af9f915871fc401a1923ce11c42","b972f86b9e7adbb4a36714a4244935650ef44e4d","7d95904c3efcaf259e9962d8282dd4e29a2367da","cf40778abf60128e83e66cef77f3409f22461568","9d9cd2ba7a4399e08bcea7103ea16a0de23555e7","3101c3786d01dd5f1ae84bddae5c3e147751e58b","9337f25d8fa78a1cd8f119304cbed9d1a575baad","ab283df7778a8f1199e6d06a3db40580702d8fca","81b428a379280bd73abd79a37dc456735753ddcf","2c41a2764764acacf2d1f78df8232e94a0cfb2c3","4d39420a1ed7d02e3d6edde33617475b60b12a53","d4bdd2a0800c7b9f06ad8a8a17757f56884e5c0f","b7e6e3a47ed1bf5b2e50a7b18b39b21527dfe2c2","0362317055d0dd6e778ccc7a0b09f87e6843b80b","35fad159ce07ce5f8e35cf8a6853a1b30cfdf375","cec0c586eb67d24d220cb9d49c319561cbfc95ec","69d3b583ceb242e873bec743a167c9be1d7028c5","7a54a46dad0d1148dc79b1890f584eaa39008dc5","0c7084bcb71549a9844e6df0041d48a43ff0e83c","1852f011b67aeefda0051d6c28cce69fc592401d","9796c7e72d30299f52c0ef43f6a972f8724349c1","198f4c71cf36448a70af7e7a391186bc1b82975f","72367cbbc12ee1b074b9822cc547b77b1ddfa1fa","8aa452179c07e5f963f5c835e26dea04715d0b50","0e9a1af0fa7459a7375888e8c8b6d956671b0819","5ee6097fe66a9c711ee0c78e8577ba340d36392f","999f0a01a1a2828ffcaf1ef1f95dad1a44d33fc7","8b1c3172f4ea974885973d1fdcc3bfbe31b601b5","3c11051166542df810b58c3a14dbaf8685d17585","eb9675cd25e163e73dc33c163d5d350bbe8582dd","052e5a5b9f203d3c13355937379b4e4a2bd4a74a","3ce3ef8f8a91dbb351dac53b147e7353e09fdfa5","69397d47bdedbf85e759c49fb3bd63548a300ad7","8490dc4474afd9a664e57d591426c5c26a58b773","dff661ef54cea9a5666b72fb4d27eb30239e8ce6","2f2e40d92494a7f8c4f42d74c7f8bc5e5ab6e5c1","68b7d46901d97a0a6b3ebc50a9b450cca230f2f1","8a785c83f0372eff903b4f547e747b13a7ecb84e","af342eafc244d1996222bdd1d54540e8f616de4b","306263f803136242a436a90468245d7a2cca5927","cec79b123f34d998701344b8f3bca16b31b15305","fff9b97e045ff021444e6e2aa7fd1c5fd824dc89","b6aebd2be92747da22dd2fb7cf81e1e6bcf169f0","6cd70a12aa56254f64c537ce5c7f38316c198b16","cebee1bfd50c55572415a60b9348e7b1c9bf69d0","ca164943b06703b5d1770528b063dcf209971e51","c144e27f6480033c1fb4b5b98b9d22c62022b466","dcf102b3871974a5a2945d4a0a998d1ce1d06b64","67d97257b199a05af4c018d000a3efb3b02c0a1a","aabb81e639409ade9cfd6b81b7a05c0eab0ffb41","304161f4d989cb801d78369c9fa4ed28a1dff195","ba5fc61004dee0786fc8f22722ed934f7d4643b5","8af3cdd4a2e7ffea18ee4481e5dd6aadadb143e1","43d75579169dc5d8660c7e3ea05d3ecd660a4d47","efe830713645265730689ebfc598cf8d9930fe39","c25c1d3cefaaac586845c5b2892b7173ab779c3d","a3ba3024f881bf8e0e39506a86802f4ddf34ee01","b229cc1f29ba63399c623e961b97a72af3fec6a3","43e447723604ebafff1c43ed67f5e0282188655b","d9b3e2d78ab47bda86ef6e9f309c3d528edde025","8b6de094019e6d93afe87473345ceddd275873f7","1fdaf3bb1a745b93c21eebdf8c539461db5c7bf8","c2bcd3a46af3d563cf876805a5e912a0e08d75a2","f137528537eb2e958c93cbe366ea6ccd5113e0c0","498a713eecb43f71e5f70b331d889f7db6a268cd","1d2174e499aa27d20c10878ce49dd52d22148420","8dae301b1512ad2a546dd2e5f3f6e458d8ef5cab","19a61e44e846d116e102a70cebd6385db50e3eee","f2d33e7baf535892137aae17c393f15c66fe28b2","f4276b6eb8cd7d302883398cbd09840f79dbefde","ee0281a4300216e6597795a265e7943f2e6df050","419c399c8577c9e5fb6062b11c35139ad561e6ca","3bca29e8d44ce97aa5d96c932f0145a53bc3f488","98b0612d410e70f2fc620ec6737e64a15904fe76","b48ee454109574b19ed63c416839f7c7cafbb4ac","d3c13add3c175346c126ce7101386c3c1d44fd2a","1d13bd384f48d8cb947a7365e04123d3da013214","e21621b5cd68de0c3ae67b1e1e01762398637a03","0f08018846d3df311e38004baa59d507a49aa9b8","5dd6b0f3805acd3ed68481b2415d7016ae9058bb","f37b87d35be0d863f30dd07001142dc5b59fa553","c4895568beec49c017b0896a9f70e2dcd9870c6e","170d2f91d462c6c1e6c5961589080784fb4435e1","0abf4b011f4ba6b56c58ebeee27704f3d39d2d14","dbfd5ba576c8c8752a9b26562ba49f22e6b269b8","b4574be1667c8c8530be1f7f578b67477a948208","8dbb498ad200f14bfbce37b6280068242872cc20","803e7ad2178569a8e9e4cd60b2419029391419b1","65b85675ec2ad895c883a8d0652d12567da478f0","0dda7abe963b1e162957cac027c89777d3c07f68","06e5d910205e5a702b6893b20990a54fabba92d1","a7de00bc0d39a901d7b791c50af6f964554ddf95","fb7aa09b48ce35d07dad58cc89e90e56ff4caa0a","c3936c0de1e2d62302500fae4c6787126a6dadf9","cdc8269aecdb9109c278e0c22d4c3e71bc150b89","61d022bba69300b690716cd56c2bc109de5fddca","03f98467c96ea1efd1b925e845cbd8cc0950fef2","1adca79a94b250bfa529a85f4a31874e92f4d860","31e463326fbe1d7fa56eaae60160eb34b7079161","9c5b65757cdfc3b56e9eb6853810909fb8a1909f","221c5ea400ae1bfa0f3b38c372a41766ed4635f9","2688f061012ede2c6ca640bc76eefcd617146484","41485d790a30e1342c333bb258b6d60234d09052","ec80322725038d24935098cdc4fb7ba5793b8ae8","987875141de6c076cba1400c1d13cc5fdef0b23a","131ea37f5a6cf55e58d9dbe722987071cc8c692b","58f69d1b05d8b937fd05bbf8081704992f962513","dcdf64a006a34ec0e2274c825b17954cbd4f49b5","693076034001f566ad66ef82a1f506b6620a8623","9b544854ed6701a67b12448a0aeb786cbebfae0d","eb77f0db426469621f25b8d02e006f141e3e81d7","36f4474a378063091b67fcbfbd2baee3122e6e08","399c34901d7d2ef1e765ef927801e6a3de9a61b7","8438c67e7703b2271885f99916490603feed6f1d","3407d69f24609086d4d454893725d9e18ba609ea","ec18ee001569bc2a864c0811a5253960b955715b","6752ca79e36b237aabb15e99ae2eb74049ee6c03","11ee590ed6b0457ad66b77ff41de3694772184dd","7ce5b46e92120a478890ab7d1a3c6b915ea77850","583a743bf5b06578ece8bba8f0a50a6a4e2479f4","838adea08740debc5e9d16195c85aae1e4a274b0","ffe0cc24bcbe901d91a1e1d93a7ad09710bb6edf","02bb2c19fde31190337b6590349cf8a398f67b7c","944bcc6421125d19cc4607a17300dfabcac4fea4","5ada25b47e66e9e0058ab4fe88ddb4d7b3d1dac3","10e67c7a6c651d80c22080b083708586c818eac2","6db465d8753f68c9c3adb9aa25ec2cf8c67ddddc","9b11307b7e67eb010938711688bb5f0295d2f17e","c2ebcb217cb144276b4616d828e8791f1e03217d","3739d2e964df5dfe8f01e09a294ee08caebbc4fb","fda59d2bdc32f7a1530d2cb09511e3bae0c652a3","ebb7da5c0a3011494544158019be3ee1a1c4ee2a","63577933930a9fcc8edb8896e55d4e8dcbf8e9be","04d365509ecc24e939bbcf3ca5023546de2304db","d7f9fdbe467f7b4060f534622795c545cc15b0a7","5ca72b7343997b81e5dfb2a1294db5101d41c120","a09c3058d1fe0abdad823549b0a222215d18485f","a716f9a082b3e4da70f1d0cba90eebbc9b4350cb","3193cf5720f3be73a38d4c488384cc3844d737f9","0aa0460fa77af6d45a3015cd30562f7b515f12e8","c9db02851a44f56bcbb3283ef8300b1fc2360200","7d05203ec96dfe3cfd792c2420b1488fc685d698","f350c84745ebc18727abf9f1d35fe832da8a0a8d","ba7f6c8f68e5511d5db59b16ecf93b17f93f745e","cac083cdacb516281b1816f5423424ba01a38eef","dbbc4be6c4cda256e42474b877033c8f99eb9e97","eabe332bf269985f1cbcb94599da17ba0f4be6ed","f1c5a1ff1587c36e13169cc55e855cdf1c6388be","74fb3f042b0ae971ce945a8a7a9d742f511dce77","c18fc66e2176cc4421f5193dc083f42c876dbf81","e735457f9e04fe36ba9aac24f1e0f9c032f5d458","825bde9022395ba6db897d26694ec4a9b5a292d3","21f4e868023c7e5e3d5514d2c9c66b7d751a509f","33552477270ba4a91a7d324e933495634683c26a","b6a54f8acf89ccb45c176af9939e869f3b210fbc","328e154d91944f114cd048193e749a11db37868f","fe7edee2a9007c3dd608cf058978f34d1ca2c3f4","8c4bdc8ea662af5061e0df531e66c5ada5253a32","c17101162ca69bfbde3d32d500f58c491657d2e6","28e8f2a3debdef17d9fe925fab7c407296f82890","32d62a2848e9514b478f852f309abd532df9e38c","fad8994d613b541e0f7997e45e6699d0993fd5f0","638d86e1f073c06fc30954edbb6e64b8de26e4d9","5f3e491863f96ce2cf8f50999353ccd031942787","2a6fa02881ecbfbaa2e632b8c6c0531b7e9dd1b8","face7f3df904f4fdfa410e47af366daf271baf0d","73688a7d956b265704e931cfbe37d95de50db59c","4bae5df34b73f530718b6125e0a3f536a33a5626","7bb7673ca09f3da9aed61b80a24c7d6a1e5c67f3","a95af10d56d99cca24c4b19ff250e3b35267097e","e89ffbe081805ee212ea1c12e8912a2811f5a413","1f6ac96c97c031f4cc1df7b5318ce8d5068d5ecc","ff6732fe6efaa354cbe18100ee05fc748c188116","13e6874dafcfebb8d41032e97c0f5b514f2df748","8b879efe1497c993521fb8354117d44d8f13cb63","5b7d2d192ac1a1a34c8da504109071a1be174c35","c2ace6cef74f2ce077d91fc4be590d1910e04cc5","773bf338387123b056826bc3aa2e09cb61da02b9","7479405327198144948d28d64944363b5da65d50","ccd8f3c05eee0f652891785ec7262dd2a3b71683","e0d2a8c3e34cb7fa17254fbf29280164a4db7f1e","10c3e2ac962c6cd6bbd98a6da59b7ec6213709cf","dc7c11850fe9421d2647d51440e2d676d2ae0174","792d921445828b1141da48c55a1e595711726ef5","60c341756f73cc50d8124896a577a8b54fc1dedf","4cc0fc8636d5d97d54ecf7d0d0ef6ffcb19830f2","1973eb285ec39fde437403476ef56c3c16344411","71b6e5062801ee4e6ce0521fdde69e1e14c0eec0","8eb7ade90c30b21c339cee62b0dfc784a4c4c351","2793ee3b7d60c0b8d5450c834ba0c561b7dd23b2","9b896cc382cbad9745dc1a9bba67d89699cfd16d","7fca30eba66ee94e1aa3e195b5d961e27f7a8ac5","2901f0d9e738d2bc08c01dba98a4d06ca8fca63f","9f25a21651f138546009f7f7727fb70d1c81fd77","f7edd69dc9408ab640e942fda77758c98793e472","cdbcf84fcc2b0a58fbd3cd9c10d3af89c8cad1b9","69135d0ef9afc49ec195ac8dc5a3d3e2d7dc568b","39da59c710a097c8255f4821ea09fbce2067fab7","9f85e310ce9a0ec0c377e75b6bf7de1674add057","890c9add46fca993d3964d0503690cc0ea17ea3d","f6030c5a1ff0d1c8323e7a402513254ae21a15cc","d958fb37ec92c4e8e981aeeed2241f63de5ab362","4fa04e9933e82f80b0f14e75df1671d535e919de","2d54279f1d0645061d3538d95e6abc0bd9e7cb4e","51e4517a75bdcf47c7f5095546419fbe22c43ccf","3f0e0838ab345c13ef5b31f8ef7224ee67fb091f","128a0c98af53ef4a8930a229ded500c0cb6d60a0","e78cf69ebaa17c74b7c824d49f3787c66b527a2c","d56d4b564cbea60555c1b9aee7cc6fac51674944","2b4b97309c65a4edfcac551c8caa00f1c6b398ec","3b40cca39c8d09cc00a8bb4c7df9792439f10f2e","ea43299cbda3fee073a4b342d00c9b1b2290996a","01137d87ffe498fb14c89e71c3b9043bbccf5e4a","1dc39317af48d11780d58a02563b09e51bc1ee63","4c757742a9b5cd04ef6a6e54485c2809427903f6","caa4cacd9cb10e81f2b21d700e1546a88eb54c08","0bc88ff67f96ad9c3ebd889b53096e4c436aa648","dc4b5320586b707c3b0258c65a354941a2e7cadb","c6af62546bbc5f342b8b7085bc97447658a79557","3b8d552e178ae701b85f267ca6697e25b9738464","aff0acab1eccd40049de08929b856e07915d9b41","1539279cc85050a158ff9ba6287aa07fb5c4fe07","90c89e5a75bfe14e9b7f82c0d05d212868aeccad","f6bdfccffc26393b6b5e0d02fd7f4776700fc156","9b0146015a4b458015670a683d875c90c8654d0e","cc4320e007faebded3442fae81974fba8876cd59","0e8291f93bf07aee15a21da1b8c33cabd68c21de","66b70dea2a09b8d1e48755a1f8e063dd6e35a797","07b0a871b6618068e6650a1ba5a8dae5e9150f24","6d78fc1407b1027c2e0dfc6a67a6754c5427bcf8","94e80c7765b2a3619af7dc3b5dbf4af7d991909e","74f3984609096913895ebe85730137943bf15d90","c2b665b2ea7fabd2e545b7ee178dc3141d9c3a17","ae38bde27a928c119717f5963ce8053eeea6d46f","18ab4b426dcd9f7bd49c3a7c9628639967c46309","5492b37012b97cb579d68a342c173cc8a88f5c26","825f784a2609dceffef155e2920ce7a6a650ebae","9e7ab0c7c76f2b194a8d0e3da1db5b130a955202","dfa119b78854e829b39f8bbf32fc00f2c94deba6","1a7b5ec7b3a43cd2854a4911d6b4e77499b01665","bf9cd73aaf4216c3c1a6cb5fa26ea21a08c0efdd","e687f3e45d19188c9bae8cd4bf0a30e671ac986b","ed48d61516020a970431fb978cc0f2f0c034d48e","4ecd931757c3958f4c6f7430d4b3ce0b39e46375","152604a1ba4aaa31b1ba7f8d0a328a9dc80cfc28","8e80e65f3517195292219b23b1c2a7e1aa1b0e5a","cf373333e163692bb1ffdf7ef0f08db49133484b","2534881cd9d1f463c56ffa490d1a73fedd423a83","4b267748ac22ce7661ade04fb5c019519b2e4c06","e18c5cce79766a1a2c82f124ca247a40f00f8166","070de28cfb6167a91b024bee1a9706085520184f","695a531d457e6dfa8ed8d155f35651d9ed6990f8","979416531521e5e2ffe591d1f844be0c880d149a","d003a8e380cd5cef09708a4fa2083c50f25d7b17","f3ddaf7eaf24b5d476ccc48472d21e56cb5a33e9","076925f7423231e6ac5640a503638fe3e70848f8","72ee8d425536eede704f94af2da58059721bf01f","f101ce6780ff9703b31b268e7d0e26150691ad31","26389c47338d293a999450a37f21740c990f288d","bff09d8f96745f80e2deb9370facecbb8de13fca","6db1a73cba456640488c9d39ecb6ccca3d5173d6","82fcc76a17c15b92f9875272640c3333ae0937d8","459a2e99bea400f13484ec04cfb8ce23b5e04e7c","7b871b168870d2c4917a96d511d4ee0e2c09a7c8","cb3bcfaffec60164f0f85b0f4d236114a6185dad","fafcaea1f65c8a09e706ae7443316b8879797874","8f90119c76f390ea3a5d47ef5978eedee804818f","7a6a76fda0bae4fff29858ca1a4c8d757eac9824","07fb394f14535b863804afbecec246e071a98858","00abbe692e6bc31fe9129d85a8ddbe2ba508c5bc","cd24841ff9415ec3d0a55a364cfa51cb5b612560","147f67872059bbe11b7098f3e186167811dbf292","b537c1ea56fe68a436933e5ccceb77ea46754606","80526a4935fbf9370076bc9de4ae345a6abd29e6","67fbb6b46b75eef1afc29932ee96132e20fbcd67","18da4d165e92a8b8dfea51bc82de32b707acb14b","08fca9de90b6a742a94077cad2f893bc902e8158","1497f9aa87650c84772a8040318e5d8f9d247260","2007d50164f8a8531f756b36a128cf2cba6f155c","f9f31dddb5d3722da4920b6d5989400428e19a1a","5bb6d83790a85d1436d202fe170cce5ec6baa39a","640c25953332e0446687ec400f337a3ce83e5896","bb363dd2f125849bd09ac3853a439a125caa268f","eea3c54a91b4f3d836f763b04f18733cd333e0d7","53a939661f8c2f13b3ac5535632b2ba3ae824d85","72a165cc1f084284966d6e2c787a16479d974ffe","0a2592754307e4dd88ce8cf2e449fc535498ce7f","35efd8fd463ed7e36214dcd2e3e1b3c5c9286ce0","f64b27579b2a792b93f5add84b87545b0adeef1c","421036e607aa7f766488e9bf9f6e8cba142a9a4d","77c5c41a2677d1243f1bfad248c01976ccb13531","23aec023b12337d51b95041f40081db916200037","0ac4f7be765902c6f1dfac22d529ec9beb3d2f5e","a624e535ff97057d14207cdcc76bdc81283a911b","ca1d03f175b2d8df5c8603edf2648d4474535af4","6ea6129a9bc0afb6878b0ad90815b638da0c1525","19ae1b65c50bbdab3a50b0341e99a9802b34db3f","c2d4db6f63949c30da2c2cf608906f4530bc1f7e","c1862df3b04b47f72aa3e901b7dd4bc166d4cba5","0c68ebb81bbc26783ed71554d8d303f83ff5c92b","05d008135952bd22bf295cc55382acfbc10113ee","fef5f13ac09e077fc8f044f6200d0079b5320956","78eca554cf99ad8716ef4f7cc781508dbad943d8","a55e19dd7781ee94ac6564ff1c288cb3d6f427ac","032fa00991821d5da83ca11c131b2301823c2a95","5b5aabf67be04a33dfcbacb7d52b3084250064c1","e529437c8a8f521e640679e97e5f0d28b4cf3d62","93b8ae8e3a8beb770736e85b4ec0db83b8aaf229","432ae5747ca66a4b4dc857982898eecce866714a","48e2cbdfb8aa46802ac02fafde4f9197b5c98b48","406b1362c8f784d5dc28cec31f11e2222ecae205","e90f76a1b6556c4e5c3d7cc5e0d030c280899a8a","6eacc44e70e9a5a560b6f7001fd1ebd8d1fe5385","f7b7f5443151088a758656ec36b6db938e9ab8b1","a22eb397a9d4e841f772b1209433bcb655b0f56d","c51a66db1793c8f7026f049e2ac3b779f074a765","9230dbfb15c1b72ddaa7326e36257f2f988c9245","c726a9dd48149116dccd91022af0caa8122b9f26","1dd1b762dc91b7bbe29d255900133ebc4c347e16","34496b174e75027507c926484191189701e8aed0","3dd48a66ab6339ae38af6ff3a595dad7d5fc1fb1","0f114fa0e0e7128413dbf2a8c5fcd362deee7ec4","f607352733ecadc08e7c117968dc88c398d286ce","361815f1f330a5780004457d12f6ff4553c4ae70","d31f0bc220ee77ba2dbf9d5c7db76c39801a6485","2bcff4e04315e78b50ad7c818aca961174927a03","96ba2813f9d142fe6081fe8160345437de5c78f5","3bbf4db856f132056347025c3ab16908e9e71786","1589b955951cff6466128e96133d1a9fa1b18c1c","6e5d485d25aee5b274b9a222ecb5fb5f1f02301d","b6476736fdc0e80142c9765719c5ea2f9c3ef4f0","b3dc9eda780cf5efc70ac24352e7fb5ed0963dd9"] |
{"geometry":{"type":"Polygon","coordinates":[[[5.772149,49.527808],[5.769945,49.527726],[5.770102,49.525931],[5.765964,49.525775],[5.766277,49.522185],[5.773130,49.522442],[5.773998,49.512569],[5.772653,49.512519],[5.772809,49.510723],[5.771430,49.510672],[5.771509,49.509774],[5.770130,49.509722],[5.770208,49.508825],[5.768829,49.508773],[5.768908,49.507876],[5.761309,49.507590],[5.748963,49.514517],[5.748900,49.515228],[5.747772,49.515185],[5.747508,49.515333],[5.747443,49.516073],[5.746268,49.516029],[5.743260,49.517716],[5.745907,49.517816],[5.745828,49.518714],[5.747207,49.518766],[5.747050,49.520561],[5.752566,49.520769],[5.752409,49.522564],[5.753788,49.522616],[5.753552,49.525309],[5.752173,49.525257],[5.752016,49.527052],[5.749258,49.526948],[5.749179,49.527845],[5.745042,49.527689],[5.745121,49.526792],[5.742362,49.526688],[5.742284,49.527585],[5.738315,49.527436],[5.737876,49.528319],[5.739447,49.528379],[5.739368,49.529276],[5.744885,49.529485],[5.744963,49.528587],[5.750480,49.528795],[5.750166,49.532385],[5.751545,49.532437],[5.751466,49.533335],[5.754225,49.533439],[5.754146,49.534336],[5.755526,49.534388],[5.755447,49.535286],[5.760932,49.535492],[5.772149,49.527808]]]},"properties":{"qs:a1r":"0Lorraine","qs:la":"Messancy","geom:longitude":5.760172,"lbl:latitude":49.519360,"qs:loc_alt":"Longwy","iso:country":"FR","src:geom_alt":[],"wof:geomhash":"37a08f0421d04aca35a66ab93f4f343d","qs:level":"locality","wof:name":"Longwy","src:geom":"quattroshapes","qs:adm0":"France","wof:breaches":[],"wof:hierarchy":[{"locality_id":101840221,"country_id":85633147,"region_id":85683343,"county_id":102067211}],"qs:la_lc":"*BE381015","qs:loc":"Longwy","wof:id":101840221,"qs:pop":0,"lbl:longitude":5.768820,"wof:supersedes":[],"geom:area":0.000530,"qs:id":0,"geom:latitude":49.521001,"qs:source":"ACustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","name:fre_p":["Longwy"],"src:centroid_lbl":"geonames","wof:belongsto":[85633147,85683343,102067211],"qs:type":"rural point-multi-in-poly-resolved","wof:placetype":"locality","gn:population":14695,"qs:a0":"France","qs:a1":"*Meurthe-et-Moselle","wof:lastmodified":1439924343,"wof:superseded_by":[],"wof:concordances":{"gn:id":2997638,"gp:id":608598,"fct:id":"0a4315be-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102067211},"type":"Feature","bbox":[5.737876,49.507590,5.773998,49.535492],"id":101840221} |
{"src":"../mapeditor/map5.png","regions":[{"id":0,"x":152,"y":144,"neighbours":[43,44,1]},{"id":1,"x":239,"y":144,"neighbours":[43,0,2,7]},{"id":2,"x":284,"y":69,"neighbours":[1,3,7]},{"id":3,"x":373,"y":68,"neighbours":[2,7,8,4]},{"id":4,"x":460,"y":68,"neighbours":[3,9,8,5]},{"id":5,"x":549,"y":68,"neighbours":[9,4,10,6]},{"id":6,"x":636,"y":68,"neighbours":[11,5,10]},{"id":7,"x":328,"y":144,"neighbours":[1,3,2,8]},{"id":8,"x":417,"y":145,"neighbours":[36,3,7,9,4]},{"id":9,"x":503,"y":143,"neighbours":[36,8,4,5,10]},{"id":10,"x":592,"y":144,"neighbours":[9,11,5,6]},{"id":11,"x":680,"y":143,"neighbours":[6,10,12,13]},{"id":12,"x":768,"y":144,"neighbours":[11,14,13]},{"id":13,"x":724,"y":220,"neighbours":[11,14,12,15,16]},{"id":14,"x":812,"y":220,"neighbours":[12,13,15]},{"id":15,"x":768,"y":297,"neighbours":[14,13,18,16,17]},{"id":16,"x":680,"y":295,"neighbours":[13,18,19,15]},{"id":17,"x":813,"y":373,"neighbours":[18,15,20]},{"id":18,"x":724,"y":372,"neighbours":[16,19,15,17,20]},{"id":19,"x":636,"y":372,"neighbours":[21,22,18,16]},{"id":20,"x":768,"y":448,"neighbours":[18,17]},{"id":21,"x":548,"y":372,"neighbours":[35,19,22]},{"id":22,"x":592,"y":448,"neighbours":[21,24,23,19]},{"id":23,"x":636,"y":524,"neighbours":[24,25,22]},{"id":24,"x":548,"y":524,"neighbours":[22,23,25,26,27]},{"id":25,"x":592,"y":600,"neighbours":[24,26,23]},{"id":26,"x":504,"y":599,"neighbours":[24,29,25,27]},{"id":27,"x":460,"y":524,"neighbours":[24,28,29,26]},{"id":28,"x":372,"y":523,"neighbours":[27,29,30,31,32]},{"id":29,"x":416,"y":600,"neighbours":[28,27,26,30]},{"id":30,"x":328,"y":599,"neighbours":[28,29,31]},{"id":31,"x":284,"y":524,"neighbours":[28,32,30]},{"id":32,"x":328,"y":448,"neighbours":[28,31,33,37]},{"id":33,"x":372,"y":371,"neighbours":[32,34,37]},{"id":34,"x":416,"y":295,"neighbours":[36,33,35]},{"id":35,"x":504,"y":296,"neighbours":[36,21,34]},{"id":36,"x":460,"y":220,"neighbours":[34,35,9,8]},{"id":37,"x":284,"y":372,"neighbours":[32,38,39,33]},{"id":38,"x":239,"y":296,"neighbours":[37,39,42,43]},{"id":39,"x":196,"y":372,"neighbours":[38,41,40,37,42]},{"id":40,"x":152,"y":448,"neighbours":[41,39]},{"id":41,"x":108,"y":372,"neighbours":[42,39,40]},{"id":42,"x":152,"y":297,"neighbours":[38,41,39,43,44]},{"id":43,"x":196,"y":219,"neighbours":[38,42,44,0,1]},{"id":44,"x":108,"y":219,"neighbours":[43,0,42]}]} |
{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.597,34.167801]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9965","urltitle:moreinfo":"Please visit Whole Foods Market Woodland Hills on Foodtree","address":"21347 Ventura Blvd, Woodland Hills, CA, United States, 91364","title":"Whole Foods Market Woodland Hills"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.361,34.0909]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/5723","urltitle:moreinfo":"Please visit Whole Foods Market West Hollywood on Foodtree","address":"7871 Santa Monica Blvd, West Hollywood, CA, United States, 90046","title":"Whole Foods Market West Hollywood"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.055,37.893101]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9992","urltitle:moreinfo":"Please visit Whole Foods Market Walnut Creek on Foodtree","address":"1333 Newell Ave, Walnut Creek, CA, United States, 94596","title":"Whole Foods Market Walnut Creek"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.470001,34.002102]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9940","urltitle:moreinfo":"Please visit Whole Foods Market Venice on Foodtree","address":"225 Lincoln Blvd, Venice, CA, United States, 90291","title":"Whole Foods Market Venice"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-117.825996,33.698101]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9798","urltitle:moreinfo":"Please visit Whole Foods Market Jamboree on Foodtree","address":"2847 Park Avenue, Tustin, CA, United States, 92782","title":"Whole Foods Market Jamboree"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.333,33.791698]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9930","urltitle:moreinfo":"Please visit Whole Foods Market Torrance on Foodtree","address":"2655 Pacific Coast Hwy, Torrance, CA, United States, 90505","title":"Whole Foods Market Torrance"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.874001,34.187801]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9929","urltitle:moreinfo":"Please visit Whole Foods Market Thousand Oaks on Foodtree","address":"740 North Moorpark Rd, Thousand Oaks, CA, United States, 91360-3705","title":"Whole Foods Market Thousand Oaks"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.541,34.170601]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9926","urltitle:moreinfo":"Please visit Whole Foods Market Tarzana on Foodtree","address":"18700 Ventura Blvd, Suite 190, Tarzana, CA, United States, 91356","title":"Whole Foods Market Tarzana"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.461998,38.2901]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9911","urltitle:moreinfo":"Please visit Whole Foods Market Sonoma on Foodtree","address":"201 W.Napa St, Sonoma, CA, United States, 95476","title":"Whole Foods Market Sonoma"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.467003,34.151699]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9907","urltitle:moreinfo":"Please visit Whole Foods Market Sherman Oaks West on Foodtree","address":"4520 N. Sepulveda Blvd, Sherman Oaks, CA, United States, 91403","title":"Whole Foods Market Sherman Oaks West"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.414001,34.157799]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9906","urltitle:moreinfo":"Please visit Whole Foods Market Sherman Oaks on Foodtree","address":"12905 Riverside Dr, Sherman Oaks, CA, United States, 91423","title":"Whole Foods Market Sherman Oaks"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.823997,38.403599]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9905","urltitle:moreinfo":"Please visit Whole Foods Market Sebastopol on Foodtree","address":"6910 McKinley St, Sebastopol, CA, United States, 95472","title":"Whole Foods Market Sebastopol"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.674004,38.442299]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9900","urltitle:moreinfo":"Please visit Whole Foods Market Santa Rosa on Foodtree","address":"1181 Yulupa Ave, Santa Rosa, CA, United States, 95405","title":"Whole Foods Market Santa Rosa"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.732002,38.458099]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9742","urltitle:moreinfo":"Please visit Whole Foods Market Coddingtown on Foodtree","address":"390 Coddingtown Mall, Santa Rosa, CA, United States, 95401","title":"Whole Foods Market Coddingtown"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.495003,34.032902]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9829","urltitle:moreinfo":"Please visit Whole Foods Market Montana Avenue on Foodtree","address":"1425 Montana Ave, Santa Monica, CA, United States, 90403","title":"Whole Foods Market Montana Avenue"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.497002,34.019901]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9699","urltitle:moreinfo":"Please visit Whole Foods Market 5th & Wilshire Blvd on Foodtree","address":"500 Wilshire Blvd, Santa Monica, CA, United States, 90401","title":"Whole Foods Market 5th & Wilshire Blvd"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.481003,34.033199]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9697","urltitle:moreinfo":"Please visit Whole Foods Market 23rd & Wilshire Blvd on Foodtree","address":"2201 Wilshire Blvd, Santa Monica, CA, United States, 90403","title":"Whole Foods Market 23rd & Wilshire Blvd"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.014,36.978901]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9897","urltitle:moreinfo":"Please visit Whole Foods Market Santa Cruz on Foodtree","address":"911 Soquel Ave, Santa Cruz, CA, United States, 95062","title":"Whole Foods Market Santa Cruz"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.556,34.412998]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9939","urltitle:moreinfo":"Please visit Whole Foods Market Valencia on Foodtree","address":"24130 Valencia Blvd, Santa Clarita, CA, United States, 91355","title":"Whole Foods Market Valencia"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-119.745003,34.440399]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9896","urltitle:moreinfo":"Please visit Whole Foods Market Santa Barbara on Foodtree","address":"3761 State Street, Santa Barbara, CA, United States, 93105","title":"Whole Foods Market Santa Barbara"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-121.960999,37.7635]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9894","urltitle:moreinfo":"Please visit Whole Foods Market San Ramon on Foodtree","address":"100 Sunset Drive, San Ramon, CA, United States, 94583","title":"Whole Foods Market San Ramon"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.516998,37.9706]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9893","urltitle:moreinfo":"Please visit Whole Foods Market San Rafael on Foodtree","address":"340 Third St, San Rafael, CA, United States, 94901","title":"Whole Foods Market San Rafael"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.292,37.544701]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9892","urltitle:moreinfo":"Please visit Whole Foods Market San Mateo on Foodtree","address":"1010 Park Place, San Mateo, CA, United States, 94403","title":"Whole Foods Market San Mateo"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-121.876999,37.2505]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9720","urltitle:moreinfo":"Please visit Whole Foods Market Blossom Hill on Foodtree","address":"1146 Blossom Hill Rd, San Jose, CA, United States, 95118","title":"Whole Foods Market Blossom Hill"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.400002,37.7808]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/6033","urltitle:moreinfo":"Please visit Whole Foods Market SOMA on Foodtree","address":"399 4th Street, San Francisco, California, United States, 94107","title":"Whole Foods Market SOMA"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.403,37.764702]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9871","urltitle:moreinfo":"Please visit Whole Foods Market Potrero Hill on Foodtree","address":"450 Rhode Island St, San Francisco, CA, United States, 94107","title":"Whole Foods Market Potrero Hill"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.43,37.751598]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9840","urltitle:moreinfo":"Please visit Whole Foods Market Noe Valley on Foodtree","address":"3950 24th Street, San Francisco, CA, United States, 94114","title":"Whole Foods Market Noe Valley"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.454002,37.769402]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9785","urltitle:moreinfo":"Please visit Whole Foods Market Haight Street on Foodtree","address":"690 Stanyan Street, San Francisco, CA, United States, 94117","title":"Whole Foods Market Haight Street"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.422997,37.790199]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9769","urltitle:moreinfo":"Please visit Whole Foods Market Franklin on Foodtree","address":"1765 California St, San Francisco, CA, United States, 94109","title":"Whole Foods Market Franklin"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-117.157997,32.748001]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9789","urltitle:moreinfo":"Please visit Whole Foods Market Hillcrest on Foodtree","address":"711 University Ave, San Diego, CA, United States, 92103","title":"Whole Foods Market Hillcrest"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-121.363998,38.596298]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9891","urltitle:moreinfo":"Please visit Whole Foods Market Sacramento on Foodtree","address":"4315 Arden Way, Sacramento, CA, United States, 95864","title":"Whole Foods Market Sacramento"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-121.265999,38.768799]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/1414","urltitle:moreinfo":"Please visit Whole Foods Market Roseville on Foodtree","address":"Galleria Blvd & East Roseville Parkway, Roseville, CA, USA, 95678","title":"Whole Foods Market Roseville"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.232002,37.481998]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9879","urltitle:moreinfo":"Please visit Whole Foods Market Redwood City on Foodtree","address":"1250 Jefferson Ave, Redwood City, CA, United States, 94062","title":"Whole Foods Market Redwood City"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.388,33.847198]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9878","urltitle:moreinfo":"Please visit Whole Foods Market Redondo Beach on Foodtree","address":"405 North Pacific Coast Hwy, Redondo Beach, CA, United States, 90277","title":"Whole Foods Market Redondo Beach"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.634003,38.2411]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9861","urltitle:moreinfo":"Please visit Whole Foods Market Petaluma on Foodtree","address":"621 E. Washington St, Petaluma, CA, United States, 94952","title":"Whole Foods Market Petaluma"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.071999,34.151001]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9859","urltitle:moreinfo":"Please visit Whole Foods Market Pasadena on Foodtree","address":"3751 E. Foothill Blvd, Pasadena, CA, United States, 91107","title":"Whole Foods Market Pasadena"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.148003,34.137798]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9709","urltitle:moreinfo":"Please visit Whole Foods Market Arroyo on Foodtree","address":"465 South Arroyo Parkway, Pasadena, CA, United States, 91105","title":"Whole Foods Market Arroyo"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.158997,37.442402]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/10033","urltitle:moreinfo":"Please visit Whole Foods Palo Alto on Foodtree","address":"774 Emerson Street, Palo Alto, California, USA, 94301","title":"Whole Foods Palo Alto"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.261002,37.812302]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9845","urltitle:moreinfo":"Please visit Whole Foods Market Oakland on Foodtree","address":"230 Bay Place, Oakland, CA, United States, 94612","title":"Whole Foods Market Oakland"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.566002,38.105598]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9844","urltitle:moreinfo":"Please visit Whole Foods Market Novato on Foodtree","address":"790 De Long Avenue, Novato, CA, United States, 94945","title":"Whole Foods Market Novato"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.556,34.2738]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9870","urltitle:moreinfo":"Please visit Whole Foods Market Porter Ranch on Foodtree","address":"19340 Rinaldi St, Northridge, CA, United States, 91326","title":"Whole Foods Market Porter Ranch"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.306999,38.3237]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9835","urltitle:moreinfo":"Please visit Whole Foods Market Napa on Foodtree","address":"3682 Bel Aire Plaza, Napa, CA, United States, 94558","title":"Whole Foods Market Napa"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-121.900002,36.583401]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9831","urltitle:moreinfo":"Please visit Whole Foods Market Monterey on Foodtree","address":"800 Del Monte Center, Monterey, CA, United States, 93940","title":"Whole Foods Market Monterey"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.536003,37.8964]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9824","urltitle:moreinfo":"Please visit Whole Foods Market Mill Valley on Foodtree","address":"414 Miller Ave, Mill Valley, CA, United States, 94941","title":"Whole Foods Market Mill Valley"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-121.961998,37.236099]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9810","urltitle:moreinfo":"Please visit Whole Foods Market Los Gatos on Foodtree","address":"15980 Los Gatos Blvd, Los Gatos, CA, United States, 95032","title":"Whole Foods Market Los Gatos"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.438004,34.022301]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9950","urltitle:moreinfo":"Please visit Whole Foods Market West Los Angeles on Foodtree","address":"11666 National Blvd, Los Angeles, CA, United States, 90064","title":"Whole Foods Market West Los Angeles"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.361,34.0714]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9759","urltitle:moreinfo":"Please visit Whole Foods Market Fairfax on Foodtree","address":"6350 West 3rd St, Los Angeles, CA, United States, 90036","title":"Whole Foods Market Fairfax"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.467003,34.053699]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9723","urltitle:moreinfo":"Please visit Whole Foods Market Brentwood on Foodtree","address":"11737 San Vicente Blvd, Los Angeles, CA, United States, 90049","title":"Whole Foods Market Brentwood"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.110001,37.3993]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9990","urltitle:moreinfo":"Please visit Whole Foods Market Los Altos on Foodtree","address":"4800 El Camino Real, Los Altos, CA, United States, 94022","title":"Whole Foods Market Los Altos"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.109001,33.754902]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9989","urltitle:moreinfo":"Please visit Whole Foods Market Long Beach on Foodtree","address":"6550 E. Pacific Coast Highway, Long Beach, CA, United States, 90803","title":"Whole Foods Market Long Beach"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-117.713997,33.555401]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9987","urltitle:moreinfo":"Please visit Whole Foods Market Laguna Niguel on Foodtree","address":"23932 Aliso Creek Road, Laguna Niguel, CA, United States, 92677","title":"Whole Foods Market Laguna Niguel"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-117.782997,33.542198]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9986","urltitle:moreinfo":"Please visit Whole Foods Market Laguna Beach on Foodtree","address":"Whole Foods Market - Lafayette, Laguna Beach, CA, United States, 92651","title":"Whole Foods Market Laguna Beach"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.116997,37.893398]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9985","urltitle:moreinfo":"Please visit Whole Foods Market Lafayette on Foodtree","address":"3502 Mt. Diablo Blvd, Lafayette, CA, United States, 94549","title":"Whole Foods Market Lafayette"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-117.990997,33.732101]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9983","urltitle:moreinfo":"Please visit Whole Foods Market Huntington Beach on Foodtree","address":"7881 Edinger Ave Suite 150, Huntington Beach, CA, United States, 92647","title":"Whole Foods Market Huntington Beach"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.245003,34.151001]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9981","urltitle:moreinfo":"Please visit Whole Foods Market Glendale on Foodtree","address":"331 North Glendale Ave, Glendale, CA, United States, 91206","title":"Whole Foods Market Glendale"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-119.804001,36.808498]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9980","urltitle:moreinfo":"Please visit Whole Foods Market Fresno on Foodtree","address":"650 W. Shaw Ave, Fresno, CA, United States, 93704","title":"Whole Foods Market Fresno"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-121.120003,38.648899]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9979","urltitle:moreinfo":"Please visit Whole Foods Market Folsom on Foodtree","address":"270 Palladio Parkway, Folsom, CA, United States, 95630","title":"Whole Foods Market Folsom"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-117.292999,33.043999]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9978","urltitle:moreinfo":"Please visit Whole Foods Market Encinitas on Foodtree","address":"687 S. Coast Highway 101, Encinitas, CA, United States, 92024","title":"Whole Foods Market Encinitas"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.396004,33.9049]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9866","urltitle:moreinfo":"Please visit Whole Foods Market Plaza El Segundo on Foodtree","address":"760 South Sepulveda Blvd, El Segundo, CA, United States, 90245","title":"Whole Foods Market Plaza El Segundo"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.040001,37.323101]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9977","urltitle:moreinfo":"Please visit Whole Foods Market Cupertino on Foodtree","address":"20955 Stevens Creek Blvd, Cupertino, CA, United States, 95014","title":"Whole Foods Market Cupertino"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-121.963997,36.974201]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9975","urltitle:moreinfo":"Please visit Whole Foods Market Capitola on Foodtree","address":"1710 41st Avenue, Capitola, CA, United States, 95010","title":"Whole Foods Market Capitola"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-121.931999,37.2911]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9974","urltitle:moreinfo":"Please visit Whole Foods Market Campbell on Foodtree","address":"1690 South Bascom Ave, Campbell, CA, United States, 95008","title":"Whole Foods Market Campbell"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.398003,34.069199]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9972","urltitle:moreinfo":"Please visit Whole Foods Market Beverly Hills on Foodtree","address":"239 North Crescent Dr, Beverly Hills, CA, United States, 90210","title":"Whole Foods Market Beverly Hills"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-122.260002,37.855999]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9971","urltitle:moreinfo":"Please visit Whole Foods Market Berkeley on Foodtree","address":"3000 Telegraph Ave, Berkeley, CA, United States, 94705","title":"Whole Foods Market Berkeley"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-117.233002,32.867401]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/9984","urltitle:moreinfo":"Please visit Whole Foods Market La Jolla on Foodtree","address":"8825 Villa La Jolla Dr, La Jolla, CA, United States, 92037","title":"Whole Foods Market La Jolla"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-118.946757,35.004153]},"properties":{"url:moreinfo":"http:\/\/foodtree.com\/sources\/11403","urltitle:moreinfo":"Please visit Don Valpredo Farms (DVF Organics) on Foodtree","address":"5060 B Avenue, Bakersfield, CA, USA, 93307","title":"Don Valpredo Farms (DVF Organics)"}}],"properties":{"title":"Don Valpredo Farms (DVF Organics)"}} |
[["1767", "china southern airlines", "guangzhou", "china", "nanyang", "china", "0"], ["1767", "china southern airlines", "zhengzhou", "china", "nanyang", "china", "0"], ["1767", "china southern airlines", "hangzhou", "china", "nanyang", "china", "0"], ["1767", "china southern airlines", "nanyang", "china", "guangzhou", "china", "0"], ["1767", "china southern airlines", "nanyang", "china", "zhengzhou", "china", "0"], ["1767", "china southern airlines", "nanyang", "china", "hangzhou", "china", "0"], ["1767", "china southern airlines", "nanyang", "china", "shanghai", "china", "0"], ["1767", "china southern airlines", "nanyang", "china", "shenzhen", "china", "0"], ["1767", "china southern airlines", "shanghai", "china", "nanyang", "china", "0"], ["1767", "china southern airlines", "shenzhen", "china", "nanyang", "china", "0"], ["10741", "china united", "beijing", "china", "nanyang", "china", "0"], ["10741", "china united", "nanyang", "china", "beijing", "china", "0"]] |
{"name": "Cromology", "id": 7727, "website": "www.cromology.com", "city": ""} |
{"response": {"status": "ok", "userTier": "developer", "total": 1, "content": {"id": "football/2004/may/13/newsstory.sport2", "type": "article", "sectionId": "football", "sectionName": "Football", "webPublicationDate": "2004-05-13T21:55:28Z", "webTitle": "Huddersfield hungry for return to Second Division", "webUrl": "https://www.theguardian.com/football/2004/may/13/newsstory.sport2", "apiUrl": "https://content.guardianapis.com/football/2004/may/13/newsstory.sport2", "fields": {"headline": "Town build on likely lads and the bandana man", "bodyText": "When Peter Jackson became manager of Huddersfield Town last June the newly relegated Third Division club were in administration, had only eight senior players and lacked an assistant manager, a physio and any sort of sponsor. \"People said I was stupid to even contemplate joining a club in such turmoil,\" said Jackson, who four years earlier had been sacked by Huddersfield when they stood 10th in the First Division. \"But I saw it as a rare opportunity to be handed a clean sheet and, once we came out of adminstration, I was able to bring in 12 new players and make Terry Yorath my asssistant.\" The renaissance has been such that, having missed automatic promotion only on goal difference, Huddersfield are \"massively disappointed\" to be preparing for Saturday's semi-final first leg at Lincoln. \"At first, the aim was simply to survive in this league,\" said Jackson, whose enforced reliance on the club's academy has yielded unexpected bounty. This not only includes the \u00a31.2m received for Jon Stead from Blackburn in February but the emergence of eight academy graduates who regularly play first-team football, the brightest of these being David Mirfin, a 19-year-old centre-back, who shines in Jackson's 3-5-2 formation. \"Jon Stead won't be the last boy from our academy to play at the highest level,\" said Jackson. \"I'm confident David Mirfin will also become a Premiership player. Like Steady, I know he'll make the transition; I never believed those people who kept saying it would be too big a jump for Jon.\" Jackson feared the more difficult adjustment would be Huddersfield's adaptation to life without their leading scorer. \"I wondered how we'd do without Steady, especially as the average age of my team is only around 21,\" he admitted. \"But we've coped surprisingly well and I must give special praise to the older players like Efe Sodje and Andy Booth.\" Sodje, a Nigerian international who played against England in the last World Cup, arrived from Crewe and, sporting his trademark blue and white bandana, is now Jackson's captain. \"Efe's been magnificent in defence,\" he said. \"And he's also helped the club shop. They've sold over 2,000 Sodje bandanas this year.\" Booth scored his 100th goal for Huddersfield last week. This is the centre-forward's second spell in his home town after an interlude at Sheffield Wednesday also featuring a disillusioning loan stint with Tottenham. \"You only have to talk to Andy for two minutes to realise he's rediscovered the love for football he'd lost,\" enthused Jackson. Booth's is an unusually unselfish devotion. \"I would gladly give away all my goals if we could be automatically promoted now,\" he insisted. \"In August, we would have been delighted to reach the play-offs but just missing out on automatic promotion almost felt worse than being relegated.\" How ironic that, back in 1999, Jackson was not deemed \"a big enough name\" by the former chairman, Barry Ruberry, who decided Steve Bruce would sweep Huddersfield into the Premiership. The current Birmingham manager very nearly achieved that aim but Ruberry soon realised his financial projections had gone radically awry and duly sold Marcus Stewart, Bruce's top striker, to Ipswich. Thereafter, everything unravelled - fast. As debts soared, first Bruce departed, followed by Lou Macari and Mick Wadsworth, with the latter presiding over a demoralised squad who often went unpaid for weeks on end. By last spring the administrators were in and creditors writing off debts of around \u00a320m. Out went the consortium which had replaced Ruberry and in stepped a new backer, Ken Davy. The owner of the local rugby league club and a man with a financial services background, Davy immediately identified a highly popular former manager as the catalyst for salvation. \"The difference now is that the players' desire is back and the fans can see it,\" explained Jackson, whose team are now drawing crowds of close to 20,000."}, "isHosted": false, "pillarId": "pillar/sport", "pillarName": "Sport"}}} |
{
"special_moves":[
{
"name": "Flash Chop",
"moveList":[
"down",
"right_down",
"right",
"punch"
]
},
{
"name": "Slash Elbow",
"moveList":[
"hold",
"left",
"right",
"kick"
]
},
{
"name": "Powerbomb",
"moveList":[
"right",
"right_down",
"down",
"left_down",
"left",
"punch"
]
},
{
"name": "Stomp",
"moveList":[
"hold",
"down",
"up",
"kick"
]
},
{
"name": "Spiral D.D.T.",
"moveList":[
"right",
"right_down",
"down",
"left_down",
"left",
"kick"
]
},
{
"name": "Air Knee Smash",
"moveList":[
"right",
"down",
"right_down",
"kick"
]
}
],
"super_arts":[
{
"name": "Hyper Bomb",
"moveList":[
"right",
"right_down",
"down",
"left_down",
"left",
"left_up",
"up",
"right_up",
"punch"
]
},
{
"name": "Boomerang Raid",
"moveList":[
"down",
"right_down",
"right",
"down",
"right_down",
"right",
"punch"
]
},
{
"name": "Stun Gun Headbutt",
"moveList":[
"down",
"right_down",
"right",
"down",
"right_down",
"right",
"punch"
]
}
],
"command_moves":[
{
"name": "Chop",
"moveList":[
"right",
"medium_punch"
]
},
{
"name": "Lariat",
"moveList":[
"right",
"high_punch"
]
},
{
"name": "Headbutt",
"moveList":[
"left",
"high_punch"
]
},
{
"name": " Flying Cross Chop ",
"moveList":[
"air",
"down",
"high_punch"
]
}
],
"target_combos":[
{
"name": "combo1",
"moveList":[
"down",
"low_kick",
"medium_kick"
]
},
{
"name": "combo2",
"moveList":[
"down",
"low_kick",
"high_kick"
]
}
]
} |
{
"forum_title": "Dekk og felgur",
"id": "20476",
"title": "Jeppadekk og felgur (SELT)",
"url": "http://www.jeppaspjall.is/viewtopic.php?f=30&t=20476",
"posts": [
{
"user_name": "hobo",
"text": "Er með frekar slitin en vel nothæf heilsársdekk á ljótum 16\" felgum undan Trooper. Þau eru ekki fúin og halda lofti fullkomlega.\nStærðin er 245/75 R16 og heita BF Goodrich\nFlott undir jeppaverkefnið sem þarf minni dekk til að standa á.\nVerðið er 20 þúsund\n, en fer lækkandi næstu daga, þar sem ég nenni ekki að geyma þetta.\nFyrstur kemur fyrstur fær.\ns: 8626087",
"date": "2013-10-05 13:36:00",
"post_id": "112383",
"reply_to_id": false
},
{
"user_name": "hobo",
"text": "SELT",
"date": "2013-10-07 11:00:00",
"post_id": "112541",
"reply_to_id": "112383"
}
],
"date": "2013-10-05 13:36:00"
} |
{
"name": "normalizr-redux-example",
"version": "0.0.0",
"description": "And example of using Normalizr with Redux",
"main": "index.js",
"author": "Paul Armstrong",
"license": "MIT",
"private": true,
"scripts": {
"start": "babel-node ./"
},
"dependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"github": "^14.0.0",
"inquirer": "^6.3.1",
"redux": "^4.0.1",
"redux-thunk": "^2.1.0"
}
}
|
{
"sn35.122:0.3": "Saṃyojaniyadhammasutta → saññojanasuttaṃ (bj); saṃyojanaṃ (pts-vp-pli1ed)"
} |
{
"syntactic": [
"computer science",
"cross validation",
"validation",
"test samples",
"hand written character recognition",
"university",
"class labels",
"engineers",
"hand-written characters"
],
"semantic": [
"cross validation",
"character recognition",
"validation",
"university",
"hand written character recognition",
"hand-written characters",
"engineers",
"computer science"
],
"union": [
"computer science",
"cross validation",
"character recognition",
"validation",
"university",
"hand written character recognition",
"test samples",
"class labels",
"engineers",
"hand-written characters"
],
"enhanced": [
"support vector machine",
"pattern recognition",
"verification and validation",
"education",
"machine learning",
"classifiers",
"classification methods",
"optical fibers"
],
"explanation": {
"hand written character recognition": [
"character recognition",
"handwritten character recognition"
],
"computer science": [
"computer science"
],
"hand-written characters": [
"handwritten character recognition",
"character recognition",
"handwritten",
"handwritten character"
],
"test samples": [
"test set"
],
"class labels": [
"class label"
],
"university": [
"university",
"department",
"department university"
],
"engineers": [
"engineer department",
"computer engineer department",
"electrical computer engineer",
"engineer",
"engineer department university",
"computer engineer"
],
"validation": [
"test validation",
"validation"
],
"cross validation": [
"crossvalidation",
"crossvalidation framework skorch",
"crossvalidation framework",
"convolution crossvalidation framework",
"convolution crossvalidation",
"parameter convolution crossvalidation"
],
"character recognition": [
"recognition",
"handwritten character recognition",
"handwritten",
"character recognition",
"handwritten character"
],
"support vector machine": [
"crossvalidation",
"crossvalidation framework skorch",
"crossvalidation framework",
"convolution crossvalidation framework",
"convolution crossvalidation",
"parameter convolution crossvalidation"
],
"pattern recognition": [
"recognition",
"handwritten character recognition",
"handwritten character",
"handwritten",
"character recognition"
],
"verification and validation": [
"test validation",
"validation"
],
"education": [
"university",
"department",
"department university"
],
"machine learning": [
"test set"
],
"classifiers": [
"class label"
],
"classification methods": [
"class label"
],
"optical fibers": [
"engineer department",
"computer engineer department",
"electrical computer engineer",
"engineer",
"engineer department university",
"computer engineer"
]
}
} |
{
"pipes": [
{
"name": "default",
"path": "/home/guy/Projects/microsmart/velocity/velocity-pipe/data"
}
]
}
|
{
"user" : {
"lang" : "en_EN"
},
"search" : {
"type" : "device",
"field" : "device.serial_no",
"keyword" : ""
},
"devices" : {
"view" : "custom",
"cols" : [
"device.rack.room.building.name",
"device.rack.room.name",
"device.rack.name",
"device.name" ,
"device.device_state.state"
],
"pagination" : 50
}
}
|
[{"lineNumber": 34, "col_offset": 0, "nodeName": "_DELF_EXTENSION", "type": "str"}, {"lineNumber": 37, "col_offset": 0, "nodeName": "_STATUS_CHECK_GV_ITERATIONS", "type": "int"}, {"lineNumber": 40, "col_offset": 0, "nodeName": "_NUM_TO_RERANK", "type": "int"}, {"lineNumber": 41, "col_offset": 0, "nodeName": "_NUM_RANSAC_TRIALS", "type": "int"}, {"lineNumber": 42, "col_offset": 0, "nodeName": "_MIN_RANSAC_SAMPLES", "type": "int"}, {"lineNumber": 102, "col_offset": 2, "nodeName": "num_features_query", "type": "Any"}, {"lineNumber": 103, "col_offset": 2, "nodeName": "num_features_index_image", "type": "Any"}, {"lineNumber": 107, "col_offset": 2, "nodeName": "local_feature_dim", "type": "Any"}, {"lineNumber": 114, "col_offset": 2, "nodeName": "index_image_tree", "type": "Any"}, {"lineNumber": 115, "col_offset": 5, "nodeName": "use_ratio_test", "type": "Any"}, {"lineNumber": 158, "col_offset": 2, "nodeName": "match_viz_bytes", "type": "bytes"}, {"lineNumber": 197, "col_offset": 58, "nodeName": "_DELF_EXTENSION", "type": "str"}, {"lineNumber": 235, "col_offset": 2, "nodeName": "num_index_images", "type": "int"}, {"lineNumber": 246, "col_offset": 2, "nodeName": "input_ranks_for_gv", "type": "List[Any]"}, {"lineNumber": 247, "col_offset": 6, "nodeName": "ind", "type": "Any"}, {"lineNumber": 247, "col_offset": 13, "nodeName": "input_ranks", "type": "Any"}, {"lineNumber": 250, "col_offset": 2, "nodeName": "num_to_rerank", "type": "int"}, {"lineNumber": 259, "col_offset": 2, "nodeName": "inliers_and_initial_scores", "type": "List[List[Union[int, Any]]]"}, {"lineNumber": 260, "col_offset": 6, "nodeName": "i", "type": "int"}, {"lineNumber": 265, "col_offset": 6, "nodeName": "i", "type": "int"}, {"lineNumber": 303, "col_offset": 9, "nodeName": "output_ranks", "type": "List[int]"}, {"lineNumber": 102, "col_offset": 23, "nodeName": "shape", "type": "Any"}, {"lineNumber": 103, "col_offset": 29, "nodeName": "shape", "type": "Any"}, {"lineNumber": 107, "col_offset": 22, "nodeName": "shape", "type": "Any"}, {"lineNumber": 108, "col_offset": 41, "nodeName": "local_feature_dim", "type": "Any"}, {"lineNumber": 114, "col_offset": 21, "nodeName": "cKDTree", "type": "Any"}, {"lineNumber": 114, "col_offset": 37, "nodeName": "index_image_descriptors", "type": "Any"}, {"lineNumber": 147, "col_offset": 40, "nodeName": "_MIN_RANSAC_SAMPLES", "type": "int"}, {"lineNumber": 151, "col_offset": 15, "nodeName": "ransac", "type": "Any"}, {"lineNumber": 153, "col_offset": 6, "nodeName": "AffineTransform", "type": "Any"}, {"lineNumber": 160, "col_offset": 5, "nodeName": "inliers", "type": "Any"}, {"lineNumber": 161, "col_offset": 4, "nodeName": "inliers", "type": "List[nothing]"}, {"lineNumber": 187, "col_offset": 23, "nodeName": "match_viz_bytes", "type": "bytes"}, {"lineNumber": 235, "col_offset": 21, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 235, "col_offset": 25, "nodeName": "index_names", "type": "Any"}, {"lineNumber": 236, "col_offset": 25, "nodeName": "num_index_images", "type": "int"}, {"lineNumber": 240, "col_offset": 28, "nodeName": "num_index_images", "type": "int"}, {"lineNumber": 250, "col_offset": 18, "nodeName": "min", "type": "Callable"}, {"lineNumber": 250, "col_offset": 22, "nodeName": "_NUM_TO_RERANK", "type": "int"}, {"lineNumber": 253, "col_offset": 24, "nodeName": "join", "type": "Callable"}, {"lineNumber": 253, "col_offset": 37, "nodeName": "query_features_dir", "type": "Any"}, {"lineNumber": 255, "col_offset": 48, "nodeName": "ReadFromFile", "type": "Any"}, {"lineNumber": 256, "col_offset": 6, "nodeName": "query_features_path", "type": "Any"}, {"lineNumber": 260, "col_offset": 11, "nodeName": "range", "type": "Type[range]"}, {"lineNumber": 260, "col_offset": 17, "nodeName": "num_index_images", "type": "int"}, {"lineNumber": 264, "col_offset": 2, "nodeName": "print", "type": "Callable[..., None]"}, {"lineNumber": 265, "col_offset": 11, "nodeName": "range", "type": "Type[range]"}, {"lineNumber": 265, "col_offset": 17, "nodeName": "num_to_rerank", "type": "int"}, {"lineNumber": 269, "col_offset": 4, "nodeName": "index_image_id", "type": "Any"}, {"lineNumber": 300, "col_offset": 17, "nodeName": "sorted", "type": "Callable"}, {"lineNumber": 102, "col_offset": 23, "nodeName": "query_locations", "type": "Any"}, {"lineNumber": 103, "col_offset": 29, "nodeName": "index_image_locations", "type": "Any"}, {"lineNumber": 104, "col_offset": 9, "nodeName": "num_features_query", "type": "Any"}, {"lineNumber": 104, "col_offset": 35, "nodeName": "num_features_index_image", "type": "Any"}, {"lineNumber": 107, "col_offset": 22, "nodeName": "query_descriptors", "type": "Any"}, {"lineNumber": 108, "col_offset": 5, "nodeName": "shape", "type": "Any"}, {"lineNumber": 109, "col_offset": 10, "nodeName": "ValueError", "type": "Type[ValueError]"}, {"lineNumber": 114, "col_offset": 21, "nodeName": "spatial", "type": "Any"}, {"lineNumber": 116, "col_offset": 25, "nodeName": "query", "type": "Any"}, {"lineNumber": 117, "col_offset": 8, "nodeName": "query_descriptors", "type": "Any"}, {"lineNumber": 118, "col_offset": 29, "nodeName": "array", "type": "Callable[..., numpy.ndarray]"}, {"lineNumber": 123, "col_offset": 35, "nodeName": "array", "type": "Callable[..., numpy.ndarray]"}, {"lineNumber": 129, "col_offset": 17, "nodeName": "query", "type": "Any"}, {"lineNumber": 130, "col_offset": 8, "nodeName": "query_descriptors", "type": "Any"}, {"lineNumber": 135, "col_offset": 29, "nodeName": "array", "type": "Callable[..., numpy.ndarray]"}, {"lineNumber": 140, "col_offset": 35, "nodeName": "array", "type": "Callable[..., numpy.ndarray]"}, {"lineNumber": 147, "col_offset": 5, "nodeName": "shape", "type": "Tuple[int, ...]"}, {"lineNumber": 151, "col_offset": 15, "nodeName": "measure", "type": "Any"}, {"lineNumber": 152, "col_offset": 7, "nodeName": "index_image_locations_to_use", "type": "numpy.ndarray"}, {"lineNumber": 152, "col_offset": 37, "nodeName": "query_locations_to_use", "type": "numpy.ndarray"}, {"lineNumber": 153, "col_offset": 6, "nodeName": "transform", "type": "Any"}, {"lineNumber": 154, "col_offset": 18, "nodeName": "_MIN_RANSAC_SAMPLES", "type": "int"}, {"lineNumber": 155, "col_offset": 25, "nodeName": "ransac_residual_threshold", "type": "Any"}, {"lineNumber": 156, "col_offset": 17, "nodeName": "_NUM_RANSAC_TRIALS", "type": "int"}, {"lineNumber": 157, "col_offset": 19, "nodeName": "ransac_seed", "type": "Any"}, {"lineNumber": 167, "col_offset": 4, "nodeName": "inlier_idxs", "type": "Any"}, {"lineNumber": 183, "col_offset": 4, "nodeName": "match_viz_io", "type": "io.BytesIO"}, {"lineNumber": 185, "col_offset": 4, "nodeName": "match_viz_bytes", "type": "bytes"}, {"lineNumber": 187, "col_offset": 9, "nodeName": "sum", "type": "Callable"}, {"lineNumber": 187, "col_offset": 13, "nodeName": "inliers", "type": "Any"}, {"lineNumber": 236, "col_offset": 5, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 236, "col_offset": 9, "nodeName": "input_ranks", "type": "Any"}, {"lineNumber": 237, "col_offset": 10, "nodeName": "ValueError", "type": "Type[ValueError]"}, {"lineNumber": 240, "col_offset": 5, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 240, "col_offset": 9, "nodeName": "initial_scores", "type": "Any"}, {"lineNumber": 241, "col_offset": 10, "nodeName": "ValueError", "type": "Type[ValueError]"}, {"lineNumber": 248, "col_offset": 7, "nodeName": "ind", "type": "Any"}, {"lineNumber": 248, "col_offset": 18, "nodeName": "junk_ids", "type": "Any"}, {"lineNumber": 250, "col_offset": 38, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 250, "col_offset": 42, "nodeName": "input_ranks_for_gv", "type": "List[Any]"}, {"lineNumber": 253, "col_offset": 24, "nodeName": "path", "type": "module"}, {"lineNumber": 254, "col_offset": 37, "nodeName": "query_name", "type": "Any"}, {"lineNumber": 254, "col_offset": 50, "nodeName": "local_feature_extension", "type": "Any"}, {"lineNumber": 255, "col_offset": 48, "nodeName": "feature_io", "type": "Any"}, {"lineNumber": 261, "col_offset": 4, "nodeName": "append", "type": "Callable"}, {"lineNumber": 269, "col_offset": 21, "nodeName": "input_ranks_for_gv", "type": "List[Any]"}, {"lineNumber": 272, "col_offset": 32, "nodeName": "join", "type": "Callable"}, {"lineNumber": 273, "col_offset": 8, "nodeName": "index_features_dir", "type": "Any"}, {"lineNumber": 276, "col_offset": 5, "nodeName": "_", "type": "Any"}, {"lineNumber": 276, "col_offset": 10, "nodeName": "ReadFromFile", "type": "Any"}, {"lineNumber": 276, "col_offset": 34, "nodeName": "index_image_features_path", "type": "Any"}, {"lineNumber": 278, "col_offset": 55, "nodeName": "MatchFeatures", "type": "Callable[..., Any]"}, {"lineNumber": 279, "col_offset": 8, "nodeName": "query_locations", "type": "Any"}, {"lineNumber": 280, "col_offset": 8, "nodeName": "query_descriptors", "type": "Any"}, {"lineNumber": 281, "col_offset": 8, "nodeName": "index_image_locations", "type": "Any"}, {"lineNumber": 282, "col_offset": 8, "nodeName": "index_image_descriptors", "type": "Any"}, {"lineNumber": 301, "col_offset": 6, "nodeName": "range", "type": "Type[range]"}, {"lineNumber": 301, "col_offset": 12, "nodeName": "num_index_images", "type": "int"}, {"lineNumber": 301, "col_offset": 35, "nodeName": "_InliersInitialScoresSorting", "type": "Callable[[Any], Any]"}, {"lineNumber": 108, "col_offset": 5, "nodeName": "index_image_descriptors", "type": "Any"}, {"lineNumber": 116, "col_offset": 25, "nodeName": "index_image_tree", "type": "Any"}, {"lineNumber": 118, "col_offset": 29, "nodeName": "np", "type": "module"}, {"lineNumber": 123, "col_offset": 35, "nodeName": "np", "type": "module"}, {"lineNumber": 129, "col_offset": 17, "nodeName": "index_image_tree", "type": "Any"}, {"lineNumber": 131, "col_offset": 29, "nodeName": "descriptor_matching_threshold", "type": "Any"}, {"lineNumber": 135, "col_offset": 29, "nodeName": "np", "type": "module"}, {"lineNumber": 140, "col_offset": 35, "nodeName": "np", "type": "module"}, {"lineNumber": 147, "col_offset": 5, "nodeName": "query_locations_to_use", "type": "numpy.ndarray"}, {"lineNumber": 162, "col_offset": 7, "nodeName": "query_im_array", "type": "Any"}, {"lineNumber": 162, "col_offset": 38, "nodeName": "index_im_array", "type": "Any"}, {"lineNumber": 163, "col_offset": 7, "nodeName": "query_im_scale_factors", "type": "Any"}, {"lineNumber": 164, "col_offset": 6, "nodeName": "query_im_scale_factors", "type": "List[float]"}, {"lineNumber": 165, "col_offset": 7, "nodeName": "index_im_scale_factors", "type": "Any"}, {"lineNumber": 166, "col_offset": 6, "nodeName": "index_im_scale_factors", "type": "List[float]"}, {"lineNumber": 168, "col_offset": 4, "nodeName": "_", "type": "Any"}, {"lineNumber": 168, "col_offset": 7, "nodeName": "ax", "type": "Any"}, {"lineNumber": 168, "col_offset": 12, "nodeName": "subplots", "type": "Any"}, {"lineNumber": 169, "col_offset": 4, "nodeName": "axis", "type": "Any"}, {"lineNumber": 170, "col_offset": 4, "nodeName": "set_major_locator", "type": "Any"}, {"lineNumber": 171, "col_offset": 4, "nodeName": "set_major_locator", "type": "Any"}, {"lineNumber": 172, "col_offset": 4, "nodeName": "subplots_adjust", "type": "Any"}, {"lineNumber": 173, "col_offset": 4, "nodeName": "margins", "type": "Any"}, {"lineNumber": 174, "col_offset": 4, "nodeName": "plot_matches", "type": "Any"}, {"lineNumber": 175, "col_offset": 8, "nodeName": "ax", "type": "Any"}, {"lineNumber": 176, "col_offset": 8, "nodeName": "query_im_array", "type": "Any"}, {"lineNumber": 177, "col_offset": 8, "nodeName": "index_im_array", "type": "Any"}, {"lineNumber": 183, "col_offset": 19, "nodeName": "BytesIO", "type": "Type[io.BytesIO]"}, {"lineNumber": 184, "col_offset": 4, "nodeName": "savefig", "type": "Any"}, {"lineNumber": 184, "col_offset": 16, "nodeName": "match_viz_io", "type": "io.BytesIO"}, {"lineNumber": 185, "col_offset": 22, "nodeName": "getvalue", "type": "Callable[[], bytes]"}, {"lineNumber": 249, "col_offset": 6, "nodeName": "append", "type": "Callable"}, {"lineNumber": 249, "col_offset": 32, "nodeName": "ind", "type": "Any"}, {"lineNumber": 253, "col_offset": 24, "nodeName": "os", "type": "module"}, {"lineNumber": 261, "col_offset": 4, "nodeName": "inliers_and_initial_scores", "type": "List[List[Union[int, Any]]]"}, {"lineNumber": 266, "col_offset": 7, "nodeName": "i", "type": "int"}, {"lineNumber": 267, "col_offset": 6, "nodeName": "print", "type": "Callable[..., None]"}, {"lineNumber": 269, "col_offset": 40, "nodeName": "i", "type": "int"}, {"lineNumber": 272, "col_offset": 32, "nodeName": "path", "type": "module"}, {"lineNumber": 274, "col_offset": 38, "nodeName": "local_feature_extension", "type": "Any"}, {"lineNumber": 276, "col_offset": 10, "nodeName": "feature_io", "type": "Any"}, {"lineNumber": 283, "col_offset": 20, "nodeName": "ransac_seed", "type": "Any"}, {"lineNumber": 284, "col_offset": 38, "nodeName": "descriptor_matching_threshold", "type": "Any"}, {"lineNumber": 285, "col_offset": 34, "nodeName": "ransac_residual_threshold", "type": "Any"}, {"lineNumber": 286, "col_offset": 23, "nodeName": "use_ratio_test", "type": "Any"}, {"lineNumber": 120, "col_offset": 12, "nodeName": "i", "type": "int"}, {"lineNumber": 125, "col_offset": 12, "nodeName": "i", "type": "int"}, {"lineNumber": 137, "col_offset": 12, "nodeName": "i", "type": "int"}, {"lineNumber": 142, "col_offset": 12, "nodeName": "i", "type": "int"}, {"lineNumber": 167, "col_offset": 18, "nodeName": "nonzero", "type": "Any"}, {"lineNumber": 167, "col_offset": 29, "nodeName": "inliers", "type": "Any"}, {"lineNumber": 168, "col_offset": 12, "nodeName": "plt", "type": "Any"}, {"lineNumber": 169, "col_offset": 4, "nodeName": "ax", "type": "Any"}, {"lineNumber": 170, "col_offset": 4, "nodeName": "xaxis", "type": "Any"}, {"lineNumber": 170, "col_offset": 31, "nodeName": "NullLocator", "type": "Any"}, {"lineNumber": 171, "col_offset": 4, "nodeName": "yaxis", "type": "Any"}, {"lineNumber": 171, "col_offset": 31, "nodeName": "NullLocator", "type": "Any"}, {"lineNumber": 172, "col_offset": 4, "nodeName": "plt", "type": "Any"}, {"lineNumber": 173, "col_offset": 4, "nodeName": "plt", "type": "Any"}, {"lineNumber": 174, "col_offset": 4, "nodeName": "feature", "type": "Any"}, {"lineNumber": 178, "col_offset": 8, "nodeName": "query_locations_to_use", "type": "numpy.ndarray"}, {"lineNumber": 178, "col_offset": 33, "nodeName": "query_im_scale_factors", "type": "Union[List[float], Any]"}, {"lineNumber": 179, "col_offset": 8, "nodeName": "index_image_locations_to_use", "type": "numpy.ndarray"}, {"lineNumber": 179, "col_offset": 39, "nodeName": "index_im_scale_factors", "type": "Union[Any, List[float]]"}, {"lineNumber": 180, "col_offset": 8, "nodeName": "column_stack", "type": "Any"}, {"lineNumber": 183, "col_offset": 19, "nodeName": "io", "type": "module"}, {"lineNumber": 184, "col_offset": 4, "nodeName": "plt", "type": "Any"}, {"lineNumber": 185, "col_offset": 22, "nodeName": "match_viz_io", "type": "io.BytesIO"}, {"lineNumber": 249, "col_offset": 6, "nodeName": "input_ranks_for_gv", "type": "List[Any]"}, {"lineNumber": 261, "col_offset": 42, "nodeName": "initial_scores", "type": "Any"}, {"lineNumber": 266, "col_offset": 17, "nodeName": "i", "type": "int"}, {"lineNumber": 266, "col_offset": 21, "nodeName": "_STATUS_CHECK_GV_ITERATIONS", "type": "int"}, {"lineNumber": 272, "col_offset": 32, "nodeName": "os", "type": "module"}, {"lineNumber": 274, "col_offset": 8, "nodeName": "index_names", "type": "Any"}, {"lineNumber": 298, "col_offset": 12, "nodeName": "inliers_and_initial_scores", "type": "List[List[Union[int, Any]]]"}, {"lineNumber": 298, "col_offset": 46, "nodeName": "inliers_and_initial_scores", "type": "List[List[Union[int, Any]]]"}, {"lineNumber": 120, "col_offset": 17, "nodeName": "range", "type": "Type[range]"}, {"lineNumber": 120, "col_offset": 23, "nodeName": "num_features_query", "type": "Any"}, {"lineNumber": 125, "col_offset": 17, "nodeName": "range", "type": "Type[range]"}, {"lineNumber": 125, "col_offset": 23, "nodeName": "num_features_query", "type": "Any"}, {"lineNumber": 137, "col_offset": 17, "nodeName": "range", "type": "Type[range]"}, {"lineNumber": 137, "col_offset": 23, "nodeName": "num_features_query", "type": "Any"}, {"lineNumber": 138, "col_offset": 25, "nodeName": "num_features_index_image", "type": "Any"}, {"lineNumber": 142, "col_offset": 17, "nodeName": "range", "type": "Type[range]"}, {"lineNumber": 142, "col_offset": 23, "nodeName": "num_features_query", "type": "Any"}, {"lineNumber": 143, "col_offset": 25, "nodeName": "num_features_index_image", "type": "Any"}, {"lineNumber": 167, "col_offset": 18, "nodeName": "np", "type": "module"}, {"lineNumber": 170, "col_offset": 4, "nodeName": "ax", "type": "Any"}, {"lineNumber": 170, "col_offset": 31, "nodeName": "plt", "type": "Any"}, {"lineNumber": 171, "col_offset": 4, "nodeName": "ax", "type": "Any"}, {"lineNumber": 171, "col_offset": 31, "nodeName": "plt", "type": "Any"}, {"lineNumber": 180, "col_offset": 8, "nodeName": "np", "type": "module"}, {"lineNumber": 180, "col_offset": 25, "nodeName": "inlier_idxs", "type": "Any"}, {"lineNumber": 180, "col_offset": 38, "nodeName": "inlier_idxs", "type": "Any"}, {"lineNumber": 239, "col_offset": 22, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 239, "col_offset": 26, "nodeName": "input_ranks", "type": "Any"}, {"lineNumber": 239, "col_offset": 40, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 239, "col_offset": 44, "nodeName": "index_names", "type": "Any"}, {"lineNumber": 243, "col_offset": 22, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 243, "col_offset": 26, "nodeName": "initial_scores", "type": "Any"}, {"lineNumber": 243, "col_offset": 43, "nodeName": "len", "type": "Callable[[Sized], int]"}, {"lineNumber": 243, "col_offset": 47, "nodeName": "index_names", "type": "Any"}, {"lineNumber": 261, "col_offset": 57, "nodeName": "i", "type": "int"}, {"lineNumber": 267, "col_offset": 46, "nodeName": "i", "type": "int"}, {"lineNumber": 267, "col_offset": 49, "nodeName": "num_to_rerank", "type": "int"}, {"lineNumber": 274, "col_offset": 20, "nodeName": "index_image_id", "type": "Any"}, {"lineNumber": 298, "col_offset": 39, "nodeName": "k", "type": "Any"}, {"lineNumber": 298, "col_offset": 73, "nodeName": "k", "type": "Any"}, {"lineNumber": 121, "col_offset": 29, "nodeName": "descriptor_matching_threshold", "type": "Any"}, {"lineNumber": 126, "col_offset": 29, "nodeName": "descriptor_matching_threshold", "type": "Any"}, {"lineNumber": 138, "col_offset": 11, "nodeName": "indices", "type": "Any"}, {"lineNumber": 143, "col_offset": 11, "nodeName": "indices", "type": "Any"}, {"lineNumber": 121, "col_offset": 11, "nodeName": "distances", "type": "Any"}, {"lineNumber": 126, "col_offset": 11, "nodeName": "distances", "type": "Any"}, {"lineNumber": 138, "col_offset": 19, "nodeName": "i", "type": "int"}, {"lineNumber": 143, "col_offset": 19, "nodeName": "i", "type": "int"}, {"lineNumber": 121, "col_offset": 21, "nodeName": "i", "type": "int"}, {"lineNumber": 121, "col_offset": 61, "nodeName": "distances", "type": "Any"}, {"lineNumber": 126, "col_offset": 21, "nodeName": "i", "type": "int"}, {"lineNumber": 126, "col_offset": 61, "nodeName": "distances", "type": "Any"}, {"lineNumber": 121, "col_offset": 71, "nodeName": "i", "type": "int"}, {"lineNumber": 126, "col_offset": 71, "nodeName": "i", "type": "int"}] |
{
"forum_title": "Vara og aukahlutir",
"id": "12855",
"title": "toppgrind til sölu",
"url": "http://www.jeppaspjall.is/viewtopic.php?f=31&t=12855",
"posts": [
{
"user_name": "mahony",
"text": "er með toppgrind til sölu er af defender 2005 model sennileg þetta festist í rennur og er hægt að stitta þær og lengja eftir þörfum ætti nú ekki að vera mikið mál að koma þeim fyrir á td.á hilux eða patrol eða hvaða bíl sem er sem er með rennur \ner mjög svipað og þessi hér \nhttp://www.blyfotur.is/viewtopic.php?t= ... ceb9486553\nóska eftir tilboði í hana",
"date": "2012-09-22 12:23:00",
"post_id": "66590",
"reply_to_id": false
},
{
"user_name": "LRDefender",
"text": "Sæll,\nGætir þú bjallað í mig í síma 856-8873?\nBkv.\nHeimir",
"date": "2012-09-22 13:17:00",
"post_id": "66596",
"reply_to_id": "66590"
},
{
"user_name": "mahony",
"text": "þessi er enn til",
"date": "2012-09-25 22:54:00",
"post_id": "67007",
"reply_to_id": "66596"
},
{
"user_name": "mahony",
"text": "..",
"date": "2012-09-27 11:51:00",
"post_id": "67178",
"reply_to_id": "67007"
},
{
"user_name": "bjarkithor4",
"text": "hvað viltu fá fyrir hana ?",
"date": "2014-05-13 23:13:00",
"post_id": "136485",
"reply_to_id": "67178"
},
{
"user_name": "Roverland",
"text": "Linkurinn virkar ekki, hef áhuga á að sjá grindina ef hún er enn til sölu",
"date": "2014-05-30 11:32:00",
"post_id": "137491",
"reply_to_id": "136485"
},
{
"user_name": "ulfarjon",
"text": "Ég vil kaupa grindina, er með patrol, síminn hjá mér er 6934714.",
"date": "2014-06-10 22:54:00",
"post_id": "138084",
"reply_to_id": "137491"
},
{
"user_name": "haffiamp",
"text": "strákar strákar, þessi auglýsing er 2 ára gömul !",
"date": "2014-06-11 22:12:00",
"post_id": "138126",
"reply_to_id": "138084"
},
{
"user_name": "joisnaer",
"text": "HAHAHAHAHAHAHAHAHAHA!!!!",
"date": "2014-06-12 06:09:00",
"post_id": "138150",
"reply_to_id": "138126"
}
],
"date": "2012-09-22 12:23:00"
} |
{
"languages:languagesOnSuttaCentral": "Sprachen auf SuttaCentral ",
"languages:ancientLanguages": "Alte Sprachen ",
"languages:modernLanguages": "Moderne Sprachen ",
"languages:translations": "Übersetzungen ",
"languages:translators": "Übersetzerinnen und Übersetzer ",
"languages:divisions": "Abteilungen ",
"languages:authors": "Autoren ",
"languages:percentageOfOriginalTexts": "Prozentsatz der Originaltexte auf SuttaCentral, die ins {lang} übersetzt wurden "
} |
{
"grant_type": "password",
"client_id": "skillet",
"client_secret": "Fh4X7aV9G/QO/LMyvRVKJSjfv9vGhF6JdkhLJFs2uuEH",
"username": "skillet",
"password": "skillet",
"scope": ""
} |
{"id":18636,"url":"http://bgm.tv/subject/18636","type":2,"name":"UN-GO","name_cn":"","summary":"以日本著名文学家坂口安吾所作《明治开化安吾捕物帖》为蓝本,将这部时代剧作品放置在近未来舞台大胆重现的原创作品,讲述侦探二人组:被称为最后的名侦探的结城新十郎,以及他的搭档——不可思议的美少年因果的故事。","eps":[{"id":120206,"url":"http://bgm.tv/ep/120206","type":0,"sort":1,"name":"舞踏会の殺人","name_cn":"舞会之杀人事件","duration":"","airdate":"2011-10-13","comment":51,"desc":"","status":"Air"},{"id":122956,"url":"http://bgm.tv/ep/122956","type":2,"sort":1,"name":"How to go","name_cn":"","duration":"","airdate":"","comment":0,"desc":"歌:School Food Punishment","status":"Air"},{"id":122957,"url":"http://bgm.tv/ep/122957","type":3,"sort":1,"name":"Fantasy","name_cn":"","duration":"","airdate":"","comment":0,"desc":"詞・作曲・歌:LAMA","status":"Air"},{"id":213914,"url":"http://bgm.tv/ep/213914","type":1,"sort":1,"name":"因果Inganikki日记","name_cn":"因果日记","duration":"","airdate":"2011-10-05","comment":1,"desc":"","status":"Air"},{"id":120207,"url":"http://bgm.tv/ep/120207","type":0,"sort":2,"name":"無情のうた","name_cn":"无情之歌","duration":"","airdate":"2011-10-20","comment":26,"desc":"","status":"Air"},{"id":213915,"url":"http://bgm.tv/ep/213915","type":1,"sort":2,"name":"因果Inganikki日记","name_cn":"因果日记","duration":"","airdate":"2011-10-07","comment":0,"desc":"","status":"Air"},{"id":120208,"url":"http://bgm.tv/ep/120208","type":0,"sort":3,"name":"覆面屋敷","name_cn":"面罩公馆","duration":"","airdate":"2011-10-27","comment":21,"desc":"","status":"Air"},{"id":213916,"url":"http://bgm.tv/ep/213916","type":1,"sort":3,"name":"因果Inganikki日记","name_cn":"因果日记","duration":"","airdate":"2011-10-09","comment":0,"desc":"","status":"Air"},{"id":120209,"url":"http://bgm.tv/ep/120209","type":0,"sort":4,"name":"素顔の家","name_cn":"本色之家","duration":"","airdate":"2011-11-03","comment":29,"desc":"","status":"Air"},{"id":213917,"url":"http://bgm.tv/ep/213917","type":1,"sort":4,"name":"因果Inganikki日记","name_cn":"因果日记","duration":"","airdate":"2011-10-12","comment":0,"desc":"","status":"Air"},{"id":120210,"url":"http://bgm.tv/ep/120210","type":0,"sort":5,"name":"幻の像","name_cn":"幻想","duration":"","airdate":"2011-11-10","comment":21,"desc":"","status":"Air"},{"id":213918,"url":"http://bgm.tv/ep/213918","type":1,"sort":5,"name":"因果Inganikki日记","name_cn":"因果日记","duration":"","airdate":"2011-10-13","comment":0,"desc":"","status":"Air"},{"id":120211,"url":"http://bgm.tv/ep/120211","type":0,"sort":6,"name":"あまりにも簡単な暗号","name_cn":"非常简单的暗号","duration":"","airdate":"2011-11-17","comment":20,"desc":"","status":"Air"},{"id":213919,"url":"http://bgm.tv/ep/213919","type":1,"sort":6,"name":"因果Inganikki日记","name_cn":"因果日记","duration":"","airdate":"2011-11-10","comment":0,"desc":"","status":"Air"},{"id":120212,"url":"http://bgm.tv/ep/120212","type":0,"sort":7,"name":"ハクチユウム","name_cn":"白日梦","duration":"","airdate":"2011-11-24","comment":24,"desc":"","status":"Air"},{"id":213920,"url":"http://bgm.tv/ep/213920","type":1,"sort":7,"name":"因果Inganikki日记","name_cn":"因果日记","duration":"","airdate":"2011-11-15","comment":0,"desc":"","status":"Air"},{"id":120213,"url":"http://bgm.tv/ep/120213","type":0,"sort":8,"name":"楽園の王","name_cn":"乐园之王","duration":"","airdate":"2011-12-01","comment":17,"desc":"","status":"Air"},{"id":213921,"url":"http://bgm.tv/ep/213921","type":1,"sort":8,"name":"因果Inganikki日记","name_cn":"因果日记","duration":"","airdate":"2011-12-01","comment":0,"desc":"","status":"Air"},{"id":120214,"url":"http://bgm.tv/ep/120214","type":0,"sort":9,"name":"海勝麟六の犯罪","name_cn":"海胜麟六的犯罪","duration":"","airdate":"2011-12-08","comment":20,"desc":"","status":"Air"},{"id":213922,"url":"http://bgm.tv/ep/213922","type":1,"sort":9,"name":"因果Inganikki日记","name_cn":"因果日记","duration":"","airdate":"2011-12-08","comment":1,"desc":"","status":"Air"},{"id":120215,"url":"http://bgm.tv/ep/120215","type":0,"sort":10,"name":"海勝麟六の葬送","name_cn":"海胜麟六的送葬","duration":"","airdate":"2011-12-15","comment":15,"desc":"","status":"Air"},{"id":213923,"url":"http://bgm.tv/ep/213923","type":1,"sort":10,"name":"因果Inganikki日记","name_cn":"因果日记","duration":"","airdate":"2011-12-22","comment":0,"desc":"","status":"Air"},{"id":120216,"url":"http://bgm.tv/ep/120216","type":0,"sort":11,"name":"私はただ探している","name_cn":"我只是在探寻着","duration":"","airdate":"2011-12-22","comment":28,"desc":"","status":"Air"}],"eps_count":11,"air_date":"2011-10-13","air_weekday":4,"rating":{"total":2451,"count":{"1":6,"2":6,"3":8,"4":39,"5":128,"6":437,"7":799,"8":772,"9":188,"10":68},"score":7.2},"rank":1727,"images":{"large":"http://lain.bgm.tv/pic/cover/l/54/82/18636_EndQl.jpg","common":"http://lain.bgm.tv/pic/cover/c/54/82/18636_EndQl.jpg","medium":"http://lain.bgm.tv/pic/cover/m/54/82/18636_EndQl.jpg","small":"http://lain.bgm.tv/pic/cover/s/54/82/18636_EndQl.jpg","grid":"http://lain.bgm.tv/pic/cover/g/54/82/18636_EndQl.jpg"},"collection":{"wish":987,"collect":3012,"doing":332,"on_hold":361,"dropped":293},"crt":[{"id":13388,"url":"http://bgm.tv/character/13388","name":"結城新十郎","name_cn":"结城新十郎","role_name":"主角","images":{"large":"http://lain.bgm.tv/pic/crt/l/53/d0/13388_crt_oqy7Z.jpg","medium":"http://lain.bgm.tv/pic/crt/m/53/d0/13388_crt_oqy7Z.jpg","small":"http://lain.bgm.tv/pic/crt/s/53/d0/13388_crt_oqy7Z.jpg","grid":"http://lain.bgm.tv/pic/crt/g/53/d0/13388_crt_oqy7Z.jpg"},"comment":2,"collects":19,"info":{"name_cn":"结城新十郎","alias":{"kana":"ゆうき しんじゅうろう"},"gender":"男"},"actors":[{"id":6939,"url":"http://bgm.tv/person/6939","name":"勝地涼","images":{"large":"http://lain.bgm.tv/pic/crt/l/27/61/6939_prsn_E4uQR.jpg","medium":"http://lain.bgm.tv/pic/crt/m/27/61/6939_prsn_E4uQR.jpg","small":"http://lain.bgm.tv/pic/crt/s/27/61/6939_prsn_E4uQR.jpg","grid":"http://lain.bgm.tv/pic/crt/g/27/61/6939_prsn_E4uQR.jpg"}}]},{"id":13389,"url":"http://bgm.tv/character/13389","name":"因果","name_cn":"因果","role_name":"主角","images":{"large":"http://lain.bgm.tv/pic/crt/l/30/e2/13389_crt_qf6oF.jpg","medium":"http://lain.bgm.tv/pic/crt/m/30/e2/13389_crt_qf6oF.jpg","small":"http://lain.bgm.tv/pic/crt/s/30/e2/13389_crt_qf6oF.jpg","grid":"http://lain.bgm.tv/pic/crt/g/30/e2/13389_crt_qf6oF.jpg"},"comment":9,"collects":52,"info":{"name_cn":"因果","alias":{"kana":"いんが"}},"actors":[{"id":5001,"url":"http://bgm.tv/person/5001","name":"豊崎愛生","images":{"large":"http://lain.bgm.tv/pic/crt/l/24/b3/5001_prsn_f0K7s.jpg?r=1623070329","medium":"http://lain.bgm.tv/pic/crt/m/24/b3/5001_prsn_f0K7s.jpg?r=1623070329","small":"http://lain.bgm.tv/pic/crt/s/24/b3/5001_prsn_f0K7s.jpg?r=1623070329","grid":"http://lain.bgm.tv/pic/crt/g/24/b3/5001_prsn_f0K7s.jpg?r=1623070329"}}]},{"id":14472,"url":"http://bgm.tv/character/14472","name":"佐々風守","name_cn":"佐佐风守","role_name":"配角","images":{"large":"http://lain.bgm.tv/pic/crt/l/ca/14/14472_crt_7YG4V.jpg?r=1495619888","medium":"http://lain.bgm.tv/pic/crt/m/ca/14/14472_crt_7YG4V.jpg?r=1495619888","small":"http://lain.bgm.tv/pic/crt/s/ca/14/14472_crt_7YG4V.jpg?r=1495619888","grid":"http://lain.bgm.tv/pic/crt/g/ca/14/14472_crt_7YG4V.jpg?r=1495619888"},"comment":23,"collects":71,"info":{"name_cn":"佐佐风守","alias":{"kana":"ささ かざもり","romaji":"Sasa Kazamori"}},"actors":[{"id":4446,"url":"http://bgm.tv/person/4446","name":"松本まりか","images":{"large":"http://lain.bgm.tv/pic/crt/l/0f/8c/4446_prsn_NWq1w.jpg?r=1605532855","medium":"http://lain.bgm.tv/pic/crt/m/0f/8c/4446_prsn_NWq1w.jpg?r=1605532855","small":"http://lain.bgm.tv/pic/crt/s/0f/8c/4446_prsn_NWq1w.jpg?r=1605532855","grid":"http://lain.bgm.tv/pic/crt/g/0f/8c/4446_prsn_NWq1w.jpg?r=1605532855"}}]},{"id":13626,"url":"http://bgm.tv/character/13626","name":"海勝麟六","name_cn":"海胜麟六","role_name":"配角","images":{"large":"http://lain.bgm.tv/pic/crt/l/f8/7e/13626_crt_zZaIT.jpg","medium":"http://lain.bgm.tv/pic/crt/m/f8/7e/13626_crt_zZaIT.jpg","small":"http://lain.bgm.tv/pic/crt/s/f8/7e/13626_crt_zZaIT.jpg","grid":"http://lain.bgm.tv/pic/crt/g/f8/7e/13626_crt_zZaIT.jpg"},"comment":2,"collects":8,"info":{"name_cn":"海胜麟六","alias":{"kana":"かいしょうりんろく"},"gender":"男"},"actors":[{"id":4101,"url":"http://bgm.tv/person/4101","name":"三木眞一郎","images":{"large":"http://lain.bgm.tv/pic/crt/l/05/0c/4101_prsn_nDWPw.jpg?r=1489769294","medium":"http://lain.bgm.tv/pic/crt/m/05/0c/4101_prsn_nDWPw.jpg?r=1489769294","small":"http://lain.bgm.tv/pic/crt/s/05/0c/4101_prsn_nDWPw.jpg?r=1489769294","grid":"http://lain.bgm.tv/pic/crt/g/05/0c/4101_prsn_nDWPw.jpg?r=1489769294"}}]},{"id":13625,"url":"http://bgm.tv/character/13625","name":"海勝梨江","name_cn":"海胜梨江","role_name":"配角","images":{"large":"http://lain.bgm.tv/pic/crt/l/10/92/13625_crt_71sll.jpg","medium":"http://lain.bgm.tv/pic/crt/m/10/92/13625_crt_71sll.jpg","small":"http://lain.bgm.tv/pic/crt/s/10/92/13625_crt_71sll.jpg","grid":"http://lain.bgm.tv/pic/crt/g/10/92/13625_crt_71sll.jpg"},"comment":7,"collects":20,"info":{"name_cn":"海胜梨江","alias":{"kana":"かいしょう りえ"},"gender":"女"},"actors":[{"id":7147,"url":"http://bgm.tv/person/7147","name":"山本希望","images":{"large":"http://lain.bgm.tv/pic/crt/l/f1/84/7147_prsn_G6Zb1.jpg","medium":"http://lain.bgm.tv/pic/crt/m/f1/84/7147_prsn_G6Zb1.jpg","small":"http://lain.bgm.tv/pic/crt/s/f1/84/7147_prsn_G6Zb1.jpg","grid":"http://lain.bgm.tv/pic/crt/g/f1/84/7147_prsn_G6Zb1.jpg"}}]},{"id":13627,"url":"http://bgm.tv/character/13627","name":"虎山泉","name_cn":"虎山泉","role_name":"配角","images":{"large":"http://lain.bgm.tv/pic/crt/l/e9/05/13627_crt_i9ysK.jpg","medium":"http://lain.bgm.tv/pic/crt/m/e9/05/13627_crt_i9ysK.jpg","small":"http://lain.bgm.tv/pic/crt/s/e9/05/13627_crt_i9ysK.jpg","grid":"http://lain.bgm.tv/pic/crt/g/e9/05/13627_crt_i9ysK.jpg"},"comment":0,"collects":2,"info":{"name_cn":"虎山泉","alias":{"kana":"こやま いずみ"},"gender":"女"},"actors":[{"id":4872,"url":"http://bgm.tv/person/4872","name":"本田貴子","images":{"large":"http://lain.bgm.tv/pic/crt/l/02/b5/4872_seiyu_anidb.jpg","medium":"http://lain.bgm.tv/pic/crt/m/02/b5/4872_seiyu_anidb.jpg","small":"http://lain.bgm.tv/pic/crt/s/02/b5/4872_seiyu_anidb.jpg","grid":"http://lain.bgm.tv/pic/crt/g/02/b5/4872_seiyu_anidb.jpg"}}]},{"id":13628,"url":"http://bgm.tv/character/13628","name":"速水星玄","name_cn":"速水星玄","role_name":"配角","images":{"large":"http://lain.bgm.tv/pic/crt/l/85/35/13628_crt_0s48B.jpg","medium":"http://lain.bgm.tv/pic/crt/m/85/35/13628_crt_0s48B.jpg","small":"http://lain.bgm.tv/pic/crt/s/85/35/13628_crt_0s48B.jpg","grid":"http://lain.bgm.tv/pic/crt/g/85/35/13628_crt_0s48B.jpg"},"comment":1,"collects":2,"info":{"name_cn":"速水星玄","alias":{"kana":"はやみ せいげん"},"gender":"男"},"actors":[{"id":4258,"url":"http://bgm.tv/person/4258","name":"入野自由","images":{"large":"http://lain.bgm.tv/pic/crt/l/49/47/4258_prsn_99973.jpg?r=1552624013","medium":"http://lain.bgm.tv/pic/crt/m/49/47/4258_prsn_99973.jpg?r=1552624013","small":"http://lain.bgm.tv/pic/crt/s/49/47/4258_prsn_99973.jpg?r=1552624013","grid":"http://lain.bgm.tv/pic/crt/g/49/47/4258_prsn_99973.jpg?r=1552624013"}}]},{"id":15857,"url":"http://bgm.tv/character/15857","name":"別天王","name_cn":"别天王","role_name":"配角","images":{"large":"http://lain.bgm.tv/pic/crt/l/17/6b/15857_crt_V7qqg.jpg","medium":"http://lain.bgm.tv/pic/crt/m/17/6b/15857_crt_V7qqg.jpg","small":"http://lain.bgm.tv/pic/crt/s/17/6b/15857_crt_V7qqg.jpg","grid":"http://lain.bgm.tv/pic/crt/g/17/6b/15857_crt_V7qqg.jpg"},"comment":1,"collects":5,"info":{"name_cn":"别天王","alias":{"kana":"べってんおう","romaji":"bettenou"}},"actors":null}],"staff":[{"id":575,"url":"http://bgm.tv/person/575","name":"水島精二","name_cn":"水岛精二","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/68/dd/575_prsn_2JPhp.jpg?r=1589715950","medium":"http://lain.bgm.tv/pic/crt/m/68/dd/575_prsn_2JPhp.jpg?r=1589715950","small":"http://lain.bgm.tv/pic/crt/s/68/dd/575_prsn_2JPhp.jpg?r=1589715950","grid":"http://lain.bgm.tv/pic/crt/g/68/dd/575_prsn_2JPhp.jpg?r=1589715950"},"comment":44,"collects":0,"info":{"name_cn":"水岛精二","alias":{"0":"ミズシマセイジ","1":"ミズシマセイヂ","jp":"水島精二","kana":"みずしま せいじ","romaji":"Mizushima Seiji"},"gender":"男","birth":"1966-01-28","twitter":"@oichanmusi "},"jobs":["导演","分镜"]},{"id":529,"url":"http://bgm.tv/person/529","name":"會川昇","name_cn":"会川升","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/95/46/529_prsn_ofdp0.jpg","medium":"http://lain.bgm.tv/pic/crt/m/95/46/529_prsn_ofdp0.jpg","small":"http://lain.bgm.tv/pic/crt/s/95/46/529_prsn_ofdp0.jpg","grid":"http://lain.bgm.tv/pic/crt/g/95/46/529_prsn_ofdp0.jpg"},"comment":41,"collects":0,"info":{"name_cn":"会川升","alias":{"jp":"會川昇","kana":"あいかわ しょう","romaji":"Aikawa Shou","笔名":"三陽五郎、伊坂秀樹、葉月九ロウ、小山田風狂子"},"gender":"男","birth":"1965-08-09","twitter":"@nishi_ogi"},"jobs":["脚本"]},{"id":1170,"url":"http://bgm.tv/person/1170","name":"増井壮一","name_cn":"增井壮一","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/ea/90/1170_prsn_JsSS8.jpg","medium":"http://lain.bgm.tv/pic/crt/m/ea/90/1170_prsn_JsSS8.jpg","small":"http://lain.bgm.tv/pic/crt/s/ea/90/1170_prsn_JsSS8.jpg","grid":"http://lain.bgm.tv/pic/crt/g/ea/90/1170_prsn_JsSS8.jpg"},"comment":17,"collects":0,"info":{"name_cn":"增井壮一","alias":{"0":"水草一馬","zh":"水草一马","jp":"増井壮一","kana":"ますい そういち","romaji":"Masui Souichi"},"gender":"男","birth":"1966年"},"jobs":["分镜"]},{"id":16237,"url":"http://bgm.tv/person/16237","name":"和田純一","name_cn":"和田纯一","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/b5/ea/16237_prsn_OGbs5.jpg","medium":"http://lain.bgm.tv/pic/crt/m/b5/ea/16237_prsn_OGbs5.jpg","small":"http://lain.bgm.tv/pic/crt/s/b5/ea/16237_prsn_OGbs5.jpg","grid":"http://lain.bgm.tv/pic/crt/g/b5/ea/16237_prsn_OGbs5.jpg"},"comment":10,"collects":0,"info":{"name_cn":"和田纯一"},"jobs":["分镜"]},{"id":12912,"url":"http://bgm.tv/person/12912","name":"黒川智之","name_cn":"黑川智之","role_name":"","images":null,"comment":0,"collects":0,"info":{"name_cn":"黑川智之"},"jobs":["分镜"]},{"id":726,"url":"http://bgm.tv/person/726","name":"五十嵐卓哉","name_cn":"五十岚卓哉","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/60/8c/726_prsn_EOjZp.jpg","medium":"http://lain.bgm.tv/pic/crt/m/60/8c/726_prsn_EOjZp.jpg","small":"http://lain.bgm.tv/pic/crt/s/60/8c/726_prsn_EOjZp.jpg","grid":"http://lain.bgm.tv/pic/crt/g/60/8c/726_prsn_EOjZp.jpg"},"comment":23,"collects":0,"info":{"name_cn":"五十岚卓哉","alias":{"kana":"いがら たくや","romaji":"Igarashi Takuya","马甲":"風山十五"},"gender":"男","birth":"1965年12月21日","bloodtype":"A","source":["ja.wikipedia.org"]},"jobs":["分镜"]},{"id":942,"url":"http://bgm.tv/person/942","name":"難波日登志","name_cn":"难波日登志","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/4a/77/942_prsn_oOQhk.jpg","medium":"http://lain.bgm.tv/pic/crt/m/4a/77/942_prsn_oOQhk.jpg","small":"http://lain.bgm.tv/pic/crt/s/4a/77/942_prsn_oOQhk.jpg","grid":"http://lain.bgm.tv/pic/crt/g/4a/77/942_prsn_oOQhk.jpg"},"comment":6,"collects":0,"info":{"name_cn":"难波日登志","alias":{"jp":"難波日登志","kana":"なんば ひとし","romaji":"Nanba Hitoshi","别名":"三條なみみ"},"gender":"男","birth":"1960年8月29日"},"jobs":["分镜"]},{"id":6859,"url":"http://bgm.tv/person/6859","name":"長崎健司","name_cn":"长崎健司","role_name":"","images":{"large":"http://lain.bgm.tv/pic/crt/l/db/6a/6859_prsn_1Rs8j.jpg","medium":"http://lain.bgm.tv/pic/crt/m/db/6a/6859_prsn_1Rs8j.jpg","small":"http://lain.bgm.tv/pic/crt/s/db/6a/6859_prsn_1Rs8j.jpg","grid":"http://lain.bgm.tv/pic/crt/g/db/6a/6859_prsn_1Rs8j.jpg"},"comment":13,"collects":0,"info":{"name_cn":"长崎健司","alias":{"kana":"ながさき けんじ","romaji":"Nagasaki Kenji"},"gender":"男","birth":"1979年2月12日"},"jobs":["分镜"]}],"topic":[{"id":11560,"url":"http://bgm.tv/subject/topic/11560","title":"让我弃了这部动画的原因——第五话3:47~6:37。","main_id":18636,"timestamp":1504450918,"lastpost":1529264928,"replies":10,"user":{"id":280829,"url":"http://bgm.tv/user/liuxiangw2","username":"liuxiangw2","nickname":"liuxiangw2","avatar":{"large":"http://lain.bgm.tv/pic/user/l/000/28/08/280829.jpg?r=1567308281","medium":"http://lain.bgm.tv/pic/user/m/000/28/08/280829.jpg?r=1567308281","small":"http://lain.bgm.tv/pic/user/s/000/28/08/280829.jpg?r=1567308281"},"sign":null}}],"blog":[{"id":53774,"url":"http://bgm.tv/blog/53774","title":"这就是骨头社啊","summary":"看完第一集只给了6星,其中1星撑死了还是给骨头的感情分。现在全部看完,再重新打个分,那就7分吧,也不能更多了。\r\n作为11年的秋季番,UN-GO的人设作画演出音乐声优水准都是一流,但剧情永远都在标榜有深度但仔细追究BUG一堆无法直视,这是骨头一贯以来的风格,飘忽不定难以琢 ...","image":"","replies":6,"timestamp":1412146969,"dateline":"2014-10-1 07:02","user":{"id":199195,"url":"http://bgm.tv/user/namiki","username":"namiki","nickname":"namiki","avatar":{"large":"http://lain.bgm.tv/pic/user/l/icon.jpg","medium":"http://lain.bgm.tv/pic/user/m/icon.jpg","small":"http://lain.bgm.tv/pic/user/s/icon.jpg"},"sign":null}},{"id":30698,"url":"http://bgm.tv/blog/30698","title":"日西京极堂+巷说百物语+安吾捕物帖","summary":"总算把国内出版的京极堂系列收集齐了,当当各种缺货,淘宝上的一家店也是等了好久货才到齐,不管怎么说结局是完整了!\r\n\r\n另外也买到了巷说百物语,回来一看原来里面只收录了七篇,我的进度已经远远超过了= =。\r\n\r\n还有就是《UN-GO》的原作小说《明治开化安吾捕物帖》,剧场版到 ...","image":"01/88/899_gZIfa.jpg","replies":5,"timestamp":1328874202,"dateline":"2012-2-10 11:43","user":{"id":899,"url":"http://bgm.tv/user/carening","username":"carening","nickname":"carening 假装","avatar":{"large":"http://lain.bgm.tv/pic/user/l/000/00/08/899.jpg?r=1342971294","medium":"http://lain.bgm.tv/pic/user/m/000/00/08/899.jpg?r=1342971294","small":"http://lain.bgm.tv/pic/user/s/000/00/08/899.jpg?r=1342971294"},"sign":null}},{"id":22017,"url":"http://bgm.tv/blog/22017","title":"【转载】推理故事的二律背反——说说UN-GO的推理模式","summary":"转载自ACGfans 作者:期待~~\r\n原帖地址:http://www.acgfans.com.cn/forum.php?mod=viewthread&tid=827 \r\n(貌似原帖被编辑过?顺序有点问题...\r\n\r\n\r\n十月新番里面,UN-GO是比较特殊的一个,观众的评价普遍都有剧情单薄,看得一头雾水的感觉,本文不讨论日本文学,而试图从推理小说的 ...","image":"","replies":12,"timestamp":1319820008,"dateline":"2011-10-28 16:40","user":{"id":15517,"url":"http://bgm.tv/user/wendyting529","username":"wendyting529","nickname":"阿包包包","avatar":{"large":"http://lain.bgm.tv/pic/user/l/000/01/55/15517.jpg?r=1455969504","medium":"http://lain.bgm.tv/pic/user/m/000/01/55/15517.jpg?r=1455969504","small":"http://lain.bgm.tv/pic/user/s/000/01/55/15517.jpg?r=1455969504"},"sign":null}},{"id":20859,"url":"http://bgm.tv/blog/20859","title":"2011年10月新番部分扫雷报告③","summary":"《最终流放 银翼之法姆》★★★★★★★★推荐\r\n因为前作的优良,所以评分高一点,又因为完全颠覆前作的世界观和人设我没有给神作,姑且看看后续发展,其实不能说是完全颠覆世界观啦,但是男主和女主都是妹子是怎么回事,要百合吗,虽然我是无所谓啦,人家就只是来看看DIO打酱 ...","image":"","replies":23,"timestamp":1318338982,"dateline":"2011-10-11 13:16","user":{"id":899,"url":"http://bgm.tv/user/carening","username":"carening","nickname":"carening 假装","avatar":{"large":"http://lain.bgm.tv/pic/user/l/000/00/08/899.jpg?r=1342971294","medium":"http://lain.bgm.tv/pic/user/m/000/00/08/899.jpg?r=1342971294","small":"http://lain.bgm.tv/pic/user/s/000/00/08/899.jpg?r=1342971294"},"sign":null}},{"id":11862,"url":"http://bgm.tv/blog/11862","title":"☆☆★★2011-10月新番【好感度预测】预热帖★★☆☆","summary":"10月所有PV介绍:点我!![http://www.bilibili.tv/video/av142617/]\r\n10月节目单:点我!![http://SITE_URL/index/852]\r\n\r\n\r\n\r\n\r\n============【好感度哦(bgm24)】============\r\n侵略!乌贼娘 第2季===75~90\r\n少年同盟===70~90\r\nFate/Zero===75~90\r\n食梦者 第2季===70~85\r\n全职猎人== ...","image":"1c/78/14356_V9YYt.jpg","replies":5,"timestamp":1316327257,"dateline":"2011-9-18 06:27","user":{"id":14356,"url":"http://bgm.tv/user/silvernitrate","username":"silvernitrate","nickname":"LUNAR(>^ω^<)☆","avatar":{"large":"http://lain.bgm.tv/pic/user/l/000/01/43/14356.jpg?r=1449926056","medium":"http://lain.bgm.tv/pic/user/m/000/01/43/14356.jpg?r=1449926056","small":"http://lain.bgm.tv/pic/user/s/000/01/43/14356.jpg?r=1449926056"},"sign":null}}]}
|
{
"id": 907670549,
"type": "Feature",
"properties": {
"addr:full":"St Andrews Farm, Kentisbeare Cullompton Devon EX15 2BZ",
"addr:housenumber":"",
"addr:postcode":"ex15 2bz",
"addr:street":"St",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-3.3429789543,50.8669815063,-3.3429789543,50.8669815063",
"geom:latitude":50.866982,
"geom:longitude":-3.342979,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"St Andrews Farm, Kentisbeare",
"sg:city":"Cullompton",
"sg:classifiers":[
{
"category":"Manufacturing",
"subcategory":"Metals",
"type":"Manufacturing & Wholesale Goods"
},
{
"category":"Wholesale",
"subcategory":"Scrap",
"type":"Manufacturing & Wholesale Goods"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1884 266283",
"sg:postcode":"EX15 2BZ",
"sg:province":"Devon",
"sg:tags":[
"waste"
],
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_5qMipWuyu3YCuqLUqhGwMg_50.866982_-3.342979@1300740427"
},
"wof:country":"GB",
"wof:created":1471912005,
"wof:geomhash":"894a8912e40bb85caf91ee489c980be8",
"wof:hierarchy":[],
"wof:id":907670549,
"wof:lastmodified":1496973405,
"wof:name":"T M Whitfield",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"waste"
]
},
"bbox": [
-3.3429789543,
50.8669815063,
-3.3429789543,
50.8669815063
],
"geometry": {"coordinates":[-3.3429789543,50.8669815063],"type":"Point"}
} |
{"category": "Civil Appeal", "status": "Remittitur Issued/Case Closed", "case_url": "http://caseinfo.nvsupremecourt.us/public/caseView.do?csIID=17181", "caption": "STEELE VS. STATE ENGINEER", "type": "Family Law", "case_no": "49411", "subtype": "Proper Person", "parties": [{"Represented By": "In Proper Person", "Role": "Appellant", "Party Name": "Kathy Carlene Steele"}, {"Represented By": "Bryan L. Stockton (Attorney General/Carson City)", "Role": "Respondent", "Party Name": "The State of Nevada Division of Water Resources"}, {"Represented By": "Bryan L. Stockton (Attorney General/Carson City)", "Role": "Respondent", "Party Name": "The State of Nevada State Engineer"}], "docket": [{"Date": "05/08/2007", "Type/Subtype": "Filing Fee - Filing Fee Paid", "Description": "Received Filing Fee Paid on Filing. $250.00 from Second Judicial District Court--check no. 14216."}, {"Type/Subtype": "Notice of Appeal Documents - Notice of Appeal/Proper Person Pilot Program", "Description": "Filed Certified Copy of Notice of Appeal/Proper Person Pilot Program. (Pilot program civil appeals order and documents mailed to proper person appellant.)", "Document Number": "07-10246", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=907&sireDocumentNumber=07-10246", "Date": "05/08/2007", "Pending?": "NA"}, {"Type/Subtype": "Motion - Proper Person Motion", "Description": "Filed Proper Person Motion. Motion for Appellant to file Briefs and Set Aside Pilot Program Order.", "Document Number": "07-12152", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=303039&sireDocumentNumber=07-12152", "Date": "06/04/2007", "Pending?": "NA"}, {"Type/Subtype": "Motion - Response to Motion", "Description": "Filed Response to Motion. Opposition to Motion for Appellant to file Briefs and Set Aside Pilot Program Order.", "Document Number": "07-12609", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=18333&sireDocumentNumber=07-12609", "Date": "06/08/2007", "Pending?": "NA"}, {"Type/Subtype": "Motion - Proper Person Motion", "Description": "Filed Proper Person Motion. Motion for Extension of Time in Filing Reply to Opposition to Motion for Appellant to fie Briefs and Set Aside Pilot Program Order.", "Document Number": "07-13022", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=303542&sireDocumentNumber=07-13022", "Date": "06/14/2007", "Pending?": "NA"}, {"Type/Subtype": "Motion - Proper Person Response", "Description": "Received Proper Person Response. Reply to Opposition to Motion for Appellant to file Briefs and Set Aside Pilot Program Order. FILED PER ORDER OF 8/8/07.", "Document Number": "07-13286", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=4044&sireDocumentNumber=07-13286", "Date": "06/18/2007", "Pending?": "NA"}, {"Type/Subtype": "Brief - Civil Proper Person Appeal Statement", "Description": "Filed Civil Proper Person Appeal Statement.", "Document Number": "07-13287", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=4045&sireDocumentNumber=07-13287", "Date": "06/18/2007", "Pending?": "NA"}, {"Type/Subtype": "Other Incoming Document - Proper Person Document", "Description": "Filed Proper Person Document. Notice of Correction.", "Document Number": "07-13549", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=11658&sireDocumentNumber=07-13549", "Date": "06/21/2007", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order", "Description": "Filed Order. Directing Transmission of Record, Granting Motion for Exemption from Pilot Program and to Allow Appellant to File Briefs, and Establishing Briefing Schedule. Record from District Court Clerk due: 30 days. If appellant wishes to obtain transcripts not already included in the district court record, she shall file a transcript request with 15 days of this order. Opening Brief due: 60 days. Fn1[. . .we direct the clerk of this court to file the reply. We deny as moot appellant's June 14, 2007 motion for an extension to file a reply. Fn5 [We deny respondent's request that, if appellant is allowed to filed briefs, she be required to submit an appendix and cite to the appendix, rather than the record, in her briefs.]", "Document Number": "07-17397", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=182457&sireDocumentNumber=07-17397", "Date": "08/08/2007", "Pending?": "NA"}, {"Type/Subtype": "Motion - Proper Person Response", "Description": "Filed Proper Person Response. Reply to Opposition to Motion for Appellant to file Briefs and Set Aside Pilot Program Order.", "Document Number": "07-13286", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=182458&sireDocumentNumber=07-13286", "Date": "08/08/2007", "Pending?": "NA"}, {"Type/Subtype": "Record on Appeal Documents - Record on Appeal Copy", "Description": "Filed Record on Appeal Copy. Vols. 1 through 4.", "Document Number": "07-20352", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=175871&sireDocumentNumber=07-20352", "Date": "09/14/2007", "Pending?": "NA"}, {"Type/Subtype": "Brief - Opening Brief", "Description": "Filed Opening Brief.", "Document Number": "07-21698", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=281098&sireDocumentNumber=07-21698", "Date": "10/02/2007", "Pending?": "NA"}, {"Type/Subtype": "Brief - Answering Brief", "Description": "Filed Answering Brief.", "Document Number": "07-23806", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=184407&sireDocumentNumber=07-23806", "Date": "10/30/2007", "Pending?": "NA"}, {"Type/Subtype": "Motion - Proper Person Motion", "Description": "Filed Proper Person Motion. Motion for Extension of Time in Filing Pursuant to NRAP 26(b).", "Document Number": "07-25794", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=281384&sireDocumentNumber=07-25794", "Date": "11/29/2007", "Pending?": "NA"}, {"Type/Subtype": "Motion - Response to Motion", "Description": "Filed Response to Motion. Notice of Non-Opposition.", "Document Number": "07-26192", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=192510&sireDocumentNumber=07-26192", "Date": "12/04/2007", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order Extending Time", "Description": "Filed Order Extending Time. Reply Brief due: 12/10/07.", "Document Number": "07-26320", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=196721&sireDocumentNumber=07-26320", "Date": "12/06/2007", "Pending?": "NA"}, {"Type/Subtype": "Brief - Reply Brief", "Description": "Filed Reply Brief.", "Document Number": "07-26784", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=197034&sireDocumentNumber=07-26784", "Date": "12/10/2007", "Pending?": "NA"}, {"Type/Subtype": "Notice/Incoming - Notice", "Description": "Filed Notice. Notice of Corrections and Further Facts to the Court and Request for this Court's Order of Injunction.", "Document Number": "07-28289", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=199997&sireDocumentNumber=07-28289", "Date": "12/31/2007", "Pending?": "NA"}, {"Type/Subtype": "Motion - Proper Person Motion", "Description": "Filed Proper Person Motion. Withdraw of Motion for Court's Order of Injunction.", "Document Number": "08-00500", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=280126&sireDocumentNumber=08-00500", "Date": "01/08/2008", "Pending?": "NA"}, {"Type/Subtype": "Order/Dispositional - Order of Affirmance", "Description": "Filed Order of Affirmance. \"We affirm the district cout's order denying Steele's petition for judicial review.\" Fn9 [. . . We grant Steele's January 8, 2008 request to withdraw her December 31, 2007 motion for injunctive relief from this court.] SNP08-JH/RP/MD.", "Document Number": "08-00841", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=201942&sireDocumentNumber=08-00841", "Date": "01/11/2008", "Pending?": "NA"}, {"Type/Subtype": "Motion - Proper Person Motion", "Description": "Filed Proper Person Motion. Motion in Charge for Voluntary Recusal/Disqualification of Honorable Justices Hardesty and Parraguirre Pursuant to NRS 1.225(2)(a), et. al.", "Document Number": "08-01594", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=281827&sireDocumentNumber=08-01594", "Date": "01/22/2008", "Pending?": "NA"}, {"Type/Subtype": "Motion - Response to Motion", "Description": "Filed Response to Motion. Opposition to Motion in Charge for Voluntary Recusal/Disqualification of Honorable Justices Hardesty and Parraguirre Pursuant to NRS1.225(2)(A), et.al.", "Document Number": "08-02414", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=196024&sireDocumentNumber=08-02414", "Date": "01/30/2008", "Pending?": "NA"}, {"Type/Subtype": "Other Incoming Document - Proper Person Document", "Description": "Filed Proper Person Document. Letter addressed to Justice Maupin dated January 31, 2008 regarding Petition for Reconsideration and draft motion.", "Document Number": "08-02594", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=196154&sireDocumentNumber=08-02594", "Date": "02/01/2008", "Pending?": "NA"}, {"Type/Subtype": "Remittitur - Remittitur", "Description": "Issued Remittitur.", "Document Number": "08-02097", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=206579&sireDocumentNumber=08-02097", "Date": "02/05/2008", "Pending?": "NA"}, {"Date": "02/05/2008", "Type/Subtype": "Case Status Update - Remittitur Issued/Case Closed", "Description": "Remittitur Issued/Case Closed."}, {"Type/Subtype": "Motion - Proper Person Motion", "Description": "Filed Proper Person Motion. Motion to Explain the Reason for Not Having Completed and Filing the Appellant's Motion for Reconsideration Pursuant to NRAP 40 and Motion for Reconsideration (NRAP 40).", "Document Number": "08-02974", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=277012&sireDocumentNumber=08-02974", "Date": "02/06/2008", "Pending?": "NA"}, {"Type/Subtype": "Motion - Proper Person Motion", "Description": "Filed Proper Person Motion. Notice of Clericial Correction and Reply to Opposition to Motion in Charge for Voluntary Resucsal/Disqualification on Honorable Justices Hardesty and Parraguirre Pursuant to NRS 1.225(2)(A), et al.", "Document Number": "08-03403", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=279460&sireDocumentNumber=08-03403", "Date": "02/11/2008", "Pending?": "NA"}, {"Type/Subtype": "Motion - Response to Motion", "Description": "Filed Response to Motion. Opposition to the Motion to Explain the Reason for Not Having Completed and Filing the Appellant's Motion for Reconsideration Pursuant to NRAP 40 and Motion for Reconsideration (NRAP 40).", "Document Number": "08-03492", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=196601&sireDocumentNumber=08-03492", "Date": "02/12/2008", "Pending?": "NA"}, {"Type/Subtype": "Remittitur - Remittitur", "Description": "Filed Remittitur. Received by County Clerk on February 13, 2008.", "Document Number": "08-02097", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=204444&sireDocumentNumber=08-02097", "Date": "02/15/2008", "Pending?": "NA"}, {"Type/Subtype": "Notice/Incoming - Notice", "Description": "Filed Notice. Respondent's Clarification and Notice of Errata.", "Document Number": "08-03840", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=204445&sireDocumentNumber=08-03840", "Date": "02/15/2008", "Pending?": "NA"}, {"Type/Subtype": "Order/Procedural - Order", "Description": "Filed Order. Denying Motion for Disqualifications and Petition for Rehearing. We have already ruled on the merits in ths case, appellant has waived any ground for disqualification by failing to timely file a formal request for recusal, and we therefore deny her motion. We deny appellant's petition for rehearing. fn2[We grant appellant' request to excuse the untimely filing of her petition, which we deem her \"motion for reconsideration\" to be. Appellant has requested that we postpone ruling on her rehearing petition until the appeal in an unrelated water law case, Docket No. 47878, has been decided, she has failed to demonstrate that our resolution of any of the issues raised in that case would impact this matter in any way. We deny her request.] fn7[We deny appellant's request for an additional extension of time in which to submit a document more specifically addressing each of the issues she believes that we have overlooked or misapprehended.]", "Document Number": "08-05867", "Document URL": "/document/view.do?csNameID=17181&csIID=17181&deLinkID=179300&sireDocumentNumber=08-05867", "Date": "03/10/2008", "Pending?": "NA"}], "filed.date": "05/08/2007", "metadata": {"To SP/Judge:": "NA", "Lower Court Case(s):": "Washoe Co. - Second Judicial District - CV9900270", "Related Case(s):": ",", "Submission Date:": "NA", "Panel Assigned:": "Panel", "Case Status:": "Remittitur Issued/Case Closed", "Replacement:": "NA", "Oral Argument Location:": "NA", "Classification:": "Civil Appeal - Family Law - Proper Person", "Oral Argument:": "NA", "Disqualifications:": "NA", "SP Status:": "NA", "Short Caption:": "STEELE VS. STATE ENGINEER", "How Submitted:": "NA"}} |
{
"name": "user.app",
"version": "0.1.0",
"author": {
"name": "Daniel Zawadzki",
"email": "hello@danielzawadzki.com",
"url": "http://danielzawadzki.com"
},
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-regular-svg-icons": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"@types/enzyme": "^3.1.15",
"@types/es6-promise": "^3.3.0",
"@types/jest": "23.3.9",
"@types/node": "10.12.2",
"@types/react": "16.4.18",
"@types/react-dom": "16.0.9",
"@types/react-redux": "^6.0.9",
"@types/redux-logger": "^3.0.6",
"@types/redux-mock-store": "^1.0.0",
"@types/redux-thunk": "^2.1.0",
"@types/sinon": "^5.0.6",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"husky": "^1.1.3",
"jest-enzyme": "^7.0.1",
"lint-staged": "^8.0.4",
"node-sass": "^4.10.0",
"normalize.css": "^8.0.0",
"prettier": "^1.14.3",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-redux": "^5.1.1",
"react-scripts": "2.1.1",
"react-test-renderer": "^16.6.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"sinon": "^7.1.1",
"source-map-explorer": "^1.6.0",
"typescript": "3.1.6"
},
"devDependencies": {
"json-server": "^0.14.0",
"react-docgen-typescript": "^1.12.0",
"react-styleguidist": "^8.0.3",
"redux-mock-store": "^1.5.3",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-react": "^3.6.0"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --single-quote --write",
"git add"
]
},
"scripts": {
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"analyze": "source-map-explorer build/static/js/main.*",
"lint": "tslint --project .",
"start": "REACT_APP_API=http://localhost:8080/ react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "json-server --watch --delay 2000 src/json_server/db.json --port 8080"
},
"eslintConfig": {
"extends": "react-app"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
|
{"title":"William Peter Blatty - De exorcist, NL Ebook(epub).DMT","uid":6803581,"size":361758,"categoryP":"other","categoryS":"e_books","magnet":"?xt=urn:btih:97ee8fab498247f60ba17af925d7d1ec6715643e&dn=William+Peter+Blatty+-+De+exorcist%2C+NL+Ebook%28epub%29.DMT&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":3,"uploader":"Falco_bis","files":-1,"time":1320775791,"description":"William Peter Blatty - De exorcist, NL Ebook(epub).DMT\n <a href="\nhttp://www.boekbeschrijvingen.nl/blatty-william/blatty2.jpg" rel="nofollow" target="_NEW">\nhttp://www.boekbeschrijvingen.nl/blatty-william/blatty2.jpg</a>\n\nAuteur: William Peter Blatty\nPagina\\'s: 271\nUitgever: Omega Boek B.V.\njaar van uitgifte: 2011\ngenre: horror\n\n\nBeschrijving\n\nMiddelpunt van De exorcist is de twaalfjarige Regan, dochter van de bekende, gescheiden filmactrice Chris MacNeil. Het meisje begint plots eigenaardig, destructief gedrag te vertonen - ze slaapt niet meer, begint te vloeken, doet opstandig en tijdens een feestje komt ze zelfs naar beneden om een Cassandra-achtige voorspelling te doen over de dood van één de genodigden, waarna ze begint te plassen waar ze staat.\nHaar moeder doorgaat een lijdensweg aan dokters en psychiaters, maar niemand kan haar helpen - er zijn geen fysieke oorzaken te vinden voor Regans ziekte en psychiatrie doet niets om haar gedrag aan te passen. Regan vertoont symptomen als gewelddadige spasmen door haar hele lichaam, ze verminkt zichzelf, eet\nniet meer en valt iedereen aan die in haar buurt komt. Zelfs haar uiterlijk en stem veranderen. Uiteindelijk roept Chris de hulp van priester Damien Karras in om een exorcisme te doen, een duiveluitdrijving... \n\n\n\n\n\nDit boek wordt u aangeboden door:\n\nDUTCH MOVIE THEATER","torrent":{"xt":"urn:btih:97ee8fab498247f60ba17af925d7d1ec6715643e","amp;dn":"William+Peter+Blatty+-+De+exorcist%2C+NL+Ebook%28epub%29.DMT","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"97ee8fab498247f60ba17af925d7d1ec6715643e","infoHashBuffer":{"type":"Buffer","data":[151,238,143,171,73,130,71,246,11,161,122,249,37,215,209,236,103,21,100,62]},"announce":[],"urlList":[]}} |
{"clustering_alg": {"affinity_propagation": {"clustering": {"adjusted_mutual_info_score": -1.281370601507323e-15, "adjusted_rand_score": 0.0, "completeness_score": 1.0, "fowlkes_mallows_score": 0.4998499474782395, "homogeneity_score": 6.40685300762983e-16, "v_measure_score": 1.2813706015259653e-15}, "classification": {"f1_score": 0.0, "hamming_loss": 1.0, "jaccard_score": 0.0, "accuracy_score": 0.0, "recall_score": 0.0, "precision_score": 0.0}, "found_clusters": 1, "expected_clusters": 4, "time": 148.7205}, "agglomerative": {"clustering": {"adjusted_mutual_info_score": 0.9326790774609737, "adjusted_rand_score": 0.9305387339809066, "completeness_score": 0.9335804187871424, "fowlkes_mallows_score": 0.9479406844831092, "homogeneity_score": 0.9318668751042389, "v_measure_score": 0.9327228599408894}, "classification": {"f1_score": 0.9723297130438855, "hamming_loss": 0.0276, "jaccard_score": 0.9475680265838303, "accuracy_score": 0.9724, "recall_score": 0.9724, "precision_score": 0.9746829222875114}, "found_clusters": 4, "expected_clusters": 4, "time": 0.652}, "birch": {"clustering": {"adjusted_mutual_info_score": 0.8570721064109494, "adjusted_rand_score": 0.7141631882897822, "completeness_score": 1.0, "fowlkes_mallows_score": 0.8163876493575091, "homogeneity_score": 0.7500000000000001, "v_measure_score": 0.8571428571428573}, "classification": {"f1_score": 0.16666666666666666, "hamming_loss": 0.75, "jaccard_score": 0.125, "accuracy_score": 0.25, "recall_score": 0.25, "precision_score": 0.125}, "found_clusters": 3, "expected_clusters": 4, "time": 0.163}, "dbscan": {"clustering": {"adjusted_mutual_info_score": 0.8343952370784414, "adjusted_rand_score": 0.7052065885663802, "completeness_score": 0.9521245534792065, "fowlkes_mallows_score": 0.8080964790518778, "homogeneity_score": 0.7427690705716183, "v_measure_score": 0.8345168801401548}, "classification": {"f1_score": 0.666897279973812, "hamming_loss": 0.2556, "jaccard_score": 0.6204973484965456, "accuracy_score": 0.7444, "recall_score": 0.7444, "precision_score": 0.6740136876006441}, "found_clusters": 4, "expected_clusters": 4, "time": 0.045}, "k_means": {"clustering": {"adjusted_mutual_info_score": 0.9514460891147027, "adjusted_rand_score": 0.9611770371943262, "completeness_score": 0.9514820850063239, "fowlkes_mallows_score": 0.9708770791779955, "homogeneity_score": 0.9514731898432826, "v_measure_score": 0.9514776374040134}, "classification": {"f1_score": 0.9849998055974805, "hamming_loss": 0.015, "jaccard_score": 0.9708734305963432, "accuracy_score": 0.985, "recall_score": 0.9850000000000001, "precision_score": 0.9850121830315683}, "found_clusters": 4, "expected_clusters": 4, "time": 0.047}, "mini_batch_k_means": {"clustering": {"adjusted_mutual_info_score": 0.9509617769503669, "adjusted_rand_score": 0.9606757004113083, "completeness_score": 0.9509991280575791, "fowlkes_mallows_score": 0.970501032934142, "homogeneity_score": 0.9509881519266911, "v_measure_score": 0.9509936399604643}, "classification": {"f1_score": 0.9847997567961086, "hamming_loss": 0.0152, "jaccard_score": 0.970496449796524, "accuracy_score": 0.9848, "recall_score": 0.9848000000000001, "precision_score": 0.9848150281618024}, "found_clusters": 4, "expected_clusters": 4, "time": 0.042}, "mean_shift": {"clustering": {"adjusted_mutual_info_score": 0.5770293018153215, "adjusted_rand_score": 0.3331999466453248, "completeness_score": 0.9999999999999988, "fowlkes_mallows_score": 0.6323036758870954, "homogeneity_score": 0.40563906222956625, "v_measure_score": 0.5771596324111231}, "classification": {"f1_score": 0.125, "hamming_loss": 0.75, "jaccard_score": 0.08333333333333333, "accuracy_score": 0.25, "recall_score": 0.25, "precision_score": 0.08333333333333333}, "found_clusters": 2, "expected_clusters": 4, "time": 16.0034}, "optics": {"clustering": {"adjusted_mutual_info_score": 0.23796493961032048, "adjusted_rand_score": 0.0035537157418809293, "completeness_score": 0.1917990114030829, "fowlkes_mallows_score": 0.2634959137693489, "homogeneity_score": 0.47016612233932836, "v_measure_score": 0.2724536168546744}, "classification": {"f1_score": 3.651681729853802e-05, "hamming_loss": 0.9986, "jaccard_score": 1.836065573770492e-05, "accuracy_score": 0.0014, "recall_score": 1.836065573770492e-05, "precision_score": 0.003278688524590164}, "found_clusters": 305, "expected_clusters": 4, "time": 3.3269}, "spectral_clustering": {"clustering": {"adjusted_mutual_info_score": 0.9525952370046624, "adjusted_rand_score": 0.9621817326836178, "completeness_score": 0.9526384086411109, "fowlkes_mallows_score": 0.9716309666886485, "homogeneity_score": 0.9526136694466079, "v_measure_score": 0.9526260388832435}, "classification": {"f1_score": 0.9853994743810777, "hamming_loss": 0.0146, "jaccard_score": 0.9716274850062779, "accuracy_score": 0.9854, "recall_score": 0.9853999999999999, "precision_score": 0.9854339024819574}, "found_clusters": 4, "expected_clusters": 4, "time": 3.0583}, "gaussian_mixture_model": {"clustering": {"adjusted_mutual_info_score": 0.9536174467173909, "adjusted_rand_score": 0.9631875388008424, "completeness_score": 0.9536599674240819, "fowlkes_mallows_score": 0.9723854631244147, "homogeneity_score": 0.9536352017005818, "v_measure_score": 0.9536475844015436}, "classification": {"f1_score": 0.9857994887815962, "hamming_loss": 0.0142, "jaccard_score": 0.9723833462232534, "accuracy_score": 0.9858, "recall_score": 0.9858, "precision_score": 0.9858339600902529}, "found_clusters": 4, "expected_clusters": 4, "time": 0.02}}, "classification_alg": {"KNeighborsClassifier": {"clustering": {"adjusted_mutual_info_score": 0.9417150254494657, "adjusted_rand_score": 0.952137643563822, "completeness_score": 0.9419804306621233, "fowlkes_mallows_score": 0.9641851809054309, "homogeneity_score": 0.9418309938998363, "v_measure_score": 0.9419057063538085}, "classification": {"f1_score": 0.9807045009784736, "hamming_loss": 0.019, "jaccard_score": 0.9628447024673441, "accuracy_score": 0.981, "recall_score": 0.9806197081013409, "precision_score": 0.9808250346237553}, "time": 0.029}, "DecisionTreeClassifier": {"clustering": {"adjusted_mutual_info_score": 0.9263019121607716, "adjusted_rand_score": 0.9396088220389508, "completeness_score": 0.9267229363705591, "fowlkes_mallows_score": 0.954815205863707, "homogeneity_score": 0.9263632250566601, "v_measure_score": 0.9265430458009779}, "classification": {"f1_score": 0.9756894028708529, "hamming_loss": 0.024, "jaccard_score": 0.9534968189222797, "accuracy_score": 0.976, "recall_score": 0.9755131288505254, "precision_score": 0.9759128483214312}, "time": 0.005}, "RandomForestClassifier": {"clustering": {"adjusted_mutual_info_score": 0.9345600082653905, "adjusted_rand_score": 0.9470453745160325, "completeness_score": 0.934886879453646, "fowlkes_mallows_score": 0.9603763705069549, "homogeneity_score": 0.9346613598290662, "v_measure_score": 0.9347741060393799}, "classification": {"f1_score": 0.9787086642437295, "hamming_loss": 0.021, "jaccard_score": 0.9590946650774329, "accuracy_score": 0.979, "recall_score": 0.9785894310282345, "precision_score": 0.9788558586393596}, "time": 0.241}, "LinearSVC": {"clustering": {"adjusted_mutual_info_score": 0.8081362659325019, "adjusted_rand_score": 0.7691867243418142, "completeness_score": 0.8130398675304139, "fowlkes_mallows_score": 0.8281531122623228, "homogeneity_score": 0.8045393885818998, "v_measure_score": 0.8087672927850779}, "classification": {"f1_score": 0.8800003334667201, "hamming_loss": 0.116, "jaccard_score": 0.8065884802310141, "accuracy_score": 0.884, "recall_score": 0.8806378282212632, "precision_score": 0.8885746606334842}, "time": 0.132}, "LogisticRegression": {"clustering": {"adjusted_mutual_info_score": 0.9442209611392403, "adjusted_rand_score": 0.954549296662499, "completeness_score": 0.9443424029066018, "fowlkes_mallows_score": 0.9659853268196008, "homogeneity_score": 0.9444644386736153, "v_measure_score": 0.9444034168477444}, "classification": {"f1_score": 0.9817353289863664, "hamming_loss": 0.018, "jaccard_score": 0.9647586206896551, "accuracy_score": 0.982, "recall_score": 0.9818510526142391, "precision_score": 0.9816831275720165}, "time": 0.085}, "GaussianNB": {"clustering": {"adjusted_mutual_info_score": 0.9442209611392403, "adjusted_rand_score": 0.954549296662499, "completeness_score": 0.9443424029066018, "fowlkes_mallows_score": 0.9659853268196008, "homogeneity_score": 0.9444644386736153, "v_measure_score": 0.9444034168477444}, "classification": {"f1_score": 0.9817353289863664, "hamming_loss": 0.018, "jaccard_score": 0.9647586206896551, "accuracy_score": 0.982, "recall_score": 0.9818510526142391, "precision_score": 0.9816831275720165}, "time": 0.001}}} |
<<<<<<< HEAD
=======
{
"data": {
"Classic": [
{
"pk": 6,
"title": "브람스를 사랑하나요(.Feat 두리)",
"artist": [
{
"pk": 29,
"name": "김두리"
}
],
"release_date": "2019-12-11",
"release_type": "EP",
"description": "빌보드 차트 1위 여자 바이올리니스트 김두리와 그녀의 친구들이 선사하는 앙상블 연주",
"image_url": "https://cdn.pixabay.com/photo/2020/11/14/17/10/city-5742317_960_720.jpg",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 8,
"title": "눈누넌너(with 200OK)",
"artist": [
{
"pk": 39,
"name": "윤지영"
}
],
"release_date": "2020-11-30",
"release_type": "라이브",
"description": "2019 최신 드라마 OST 곡을 발랄한 피아노로 리메이크한 앨범",
"image_url": "https://cdn.pixabay.com/photo/2020/12/04/10/11/christmas-5802761_960_720.jpg",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 12,
"title": "그런 남자 (like 은우)",
"artist": [
{
"pk": 27,
"name": "송은우"
}
],
"release_date": "2020-11-02",
"release_type": "EP",
"description": "악기와 장르를 넘나드는 독일 출신 아티스트 송은우의 정규 앨범 ",
"image_url": "https://wecode.co.kr/static/media/song.eddbf8f7.png",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 13,
"title": "별빛을 담은 시",
"artist": [
{
"pk": 28,
"name": "김예리"
}
],
"release_date": "2019-10-30",
"release_type": "베스트",
"description": "따뜻한 감성으로 추운 겨울을 녹여줄 김예리의 새 앨범 ",
"image_url": "https://wecode.co.kr/static/media/kim-yeri.e5766bea.png",
"cd_image_url": "/static/img/default_cd.jpg"
}
],
"Jazz": [
{
"pk": 1,
"title": "모든 날이 좋았다(Prod. 병민)",
"artist": [
{
"pk": 40,
"name": "유병민"
}
],
"release_date": "2020-12-18",
"release_type": "싱글",
"description": "나의 목소리를 담은 나의 노래를 전하다 싱어송라이터 병민, 싱글 앨범 발매",
"image_url": "https://ca.slack-edge.com/TH0U6FBTN-UNXK9UUA2-ceeafa1bfa1f-512",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 2,
"title": "찬란한 나날들(Prod. 소헌)",
"artist": [
{
"pk": 32,
"name": "이소헌"
}
],
"release_date": "2019-12-19",
"release_type": "싱글",
"description": " 싱어송라이터 기대주 소헌이 전하는 아련한 봄의 멜로디 디지털싱글",
"image_url": "https://wecode.co.kr/static/media/lee-so.39e2a003.png",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 11,
"title": "쇠주 한잔(by 병곤)",
"artist": [
{
"pk": 26,
"name": "문병곤"
}
],
"release_date": "2020-11-11",
"release_type": "컴필레이션",
"description": "2019 최신 드라마 OST 곡을 재즈적인 피아노로 리메이크한 앨범",
"image_url": "https://cdn.pixabay.com/photo/2020/12/03/10/20/garden-5800136_960_720.jpg",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 14,
"title": "이미 메리 크리스마스",
"artist": [
{
"pk": 33,
"name": "김관희"
}
],
"release_date": "2020-09-22",
"release_type": "라이브",
"description": "유럽 인디씬에서 뜨겁게 떠오르는 아티스트, 김관희",
"image_url": "https://wecode.co.kr/static/media/gwan.c332a03c.png",
"cd_image_url": "/static/img/default_cd.jpg"
}
],
"Newage": [
{
"pk": 7,
"title": "모든 날, 그 순간(prod. 지훈)",
"artist": [
{
"pk": 34,
"name": "박지훈"
}
],
"release_date": "2020-12-04",
"release_type": "EP",
"description": "지훈님 의 달콤한 보이스가 담긴 크리스마스 캐롤 앨범 모든날 , 그순간 ...",
"image_url": "https://wecode.co.kr/static/media/park.2efd61a7.png",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 9,
"title": "내일도 빛나는 너에게(Prod. 승현)",
"artist": [
{
"pk": 31,
"name": "손승현"
}
],
"release_date": "2019-12-16",
"release_type": "베스트",
"description": "크리스마스 하면 누구나 떠올리는 유명 캐롤 음악을 감성적인 피아노로 연주한 앨범",
"image_url": "https://wecode.co.kr/static/media/son.1887ee25.png",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 15,
"title": "순간이 영원처럼(with 위코드)",
"artist": [
{
"pk": 35,
"name": "최운정"
}
],
"release_date": "2019-11-01",
"release_type": "베스트",
"description": "최운정 의‘순가이영원처럼’ 위코드에 빠질 음악 12곡 수록!",
"image_url": "https://wecode.co.kr/static/media/woon.5a6e9bc9.png",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 16,
"title": "너와 함께한 시간 모두 눈부셨다(Prod. 종택)",
"artist": [
{
"pk": 36,
"name": "오종택"
}
],
"release_date": "2020-05-11",
"release_type": "정규",
"description": "사랑을 잃은 곳에서, 사랑을 오종택 정규 2집 너와 함께한 시간 모두 눈부셨다",
"image_url": "https://wecode.co.kr/static/media/taeck.283abc8b.png",
"cd_image_url": "/static/img/default_cd.jpg"
}
],
"WorldMusic": [
{
"pk": 4,
"title": "행복하지 마란다(Duet with 404에러)",
"artist": [
{
"pk": 24,
"name": "박소윤"
}
],
"release_date": "2019-11-30",
"release_type": "정규",
"description": "메트로폴리탄 오페라 극장을 주도한 소프라노 박소윤 12개의 한국 대표가곡들이 수록된 박소윤의 국내 첫 정규앨범 발매!",
"image_url": "https://cdn.pixabay.com/photo/2020/09/11/17/01/landscape-5563684_960_720.jpg",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 10,
"title": "좋다고 말안하나(with 200OK)",
"artist": [
{
"pk": 30,
"name": "양준식"
}
],
"release_date": "2020-11-22",
"release_type": "싱글",
"description": "나의 목소리를 담은 나의 노래를 전하다 싱어송라이터 준식, 싱글 발매",
"image_url": "https://cdn.pixabay.com/photo/2020/09/15/17/52/girl-5574337_960_720.jpg",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 17,
"title": "널 만나 내 생은 상이었다(with 위코드)",
"artist": [
{
"pk": 37,
"name": "김신영"
}
],
"release_date": "2019-11-03",
"release_type": "베스트",
"description": "솔리앙상블, 클래시칸 앙상블등 활발한 활동을 하며 차세대 비올리스트로 주목받고 있는 김신영의 국내 첫 정규 앨범 \"널 만나 내 생은 상이었다(with 위코드)\" 발매!",
"image_url": "https://wecode.co.kr/static/media/shin.76d5cc6c.png",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 23,
"title": "Wie Bist Du, Meine Konigin",
"artist": [
{
"pk": 8,
"name": "Brenda Kane"
},
{
"pk": 29,
"name": "김두리"
}
],
"release_date": "2014-09-15",
"release_type": "EP",
"description": "2019 최신 드라마 OST 곡을 감성적인 피아노로 리메이크한 앨범",
"image_url": "https://cdn.pixabay.com/photo/2020/12/07/11/08/castle-5811199_960_720.jpg",
"cd_image_url": "/static/img/default_cd.jpg"
}
],
"POP": [
{
"pk": 3,
"title": "내일 그 순간(.Feat 규빈)",
"artist": [
{
"pk": 25,
"name": "김규빈"
}
],
"release_date": "2020-12-17",
"release_type": "베스트",
"description": "크리스마스 하면 누구나 떠올리는 유명 캐롤 음악을 감성적인 피아노로 연주한 앨범",
"image_url": "https://ca.slack-edge.com/TH0U6FBTN-U01C46997S8-735f08b92020-512",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 5,
"title": "힘든 건 사랑이다(Duet with Front)",
"artist": [
{
"pk": 22,
"name": "김승재"
}
],
"release_date": "2020-12-22",
"release_type": "컴필레이션",
"description": "싱어송라이터 기대주 김승재가 전하는 아련한 봄의 멜로디 디지털싱글 ",
"image_url": "https://cdn.pixabay.com/photo/2020/12/03/10/20/garden-5800136_960_720.jpg",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 19,
"title": "내 마음이 아찔했던 순간(Duet with 400에러)",
"artist": [
{
"pk": 23,
"name": "최선우"
}
],
"release_date": "2020-04-02",
"release_type": "베스트",
"description": "국내 최고의 팝 음악 연주자로 꾸준한 사랑을 받고 있는 최선우의 앨범 겨울 편.",
"image_url": "https://cdn.pixabay.com/photo/2020/11/27/08/00/night-5781129_960_720.jpg",
"cd_image_url": "/static/img/default_cd.jpg"
},
{
"pk": 24,
"title": "Die Nacht",
"artist": [
{
"pk": 8,
"name": "Brenda Kane"
},
{
"pk": 22,
"name": "김승재"
}
],
"release_date": "2014-08-16",
"release_type": "싱글",
"description": "크리스마스 하면 누구나 떠올리는 유명 캐롤 음악을 감성적인 피아노로 연주한 앨범",
"image_url": "https://cdn.pixabay.com/photo/2020/12/03/10/20/garden-5800136_960_720.jpg",
"cd_image_url": "/static/img/default_cd.jpg"
}
]
}
}
>>>>>>> 0eec1ca8184ae295cbc4393b48381d452f830275
|
{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[7.8421042989084,47.99900769489]},"properties":{"supplychain_instance_id":"supplychain-1","stop_instance_id":"stop-4","description":"","address":"Freiburg im Breisgau, Germany","title":"Herstellung Becher (Thermoforming)"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[9.0730659987373,45.725666994992]},"properties":{"title":"PLA","address":"22070 Vertemate con Minoprio Province of Como, Italy","description":"","stop_instance_id":"stop-6","supplychain_instance_id":"supplychain-1"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[15.506186197841,51.935621394766]},"properties":{"title":"Copolymer","address":"Gmina Zielona G\u00f3ra, Poland","description":"","stop_instance_id":"stop-25","supplychain_instance_id":"supplychain-1","weight":"0","co2e":"0","energy":"0","water":"0","youtube:link":""}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[9.0730659987373,45.725666994992],[7.8421042989084,47.99900769489]]},"properties":{"youtube:link":"","weight":"0.00185","unit":"kg","transportcat":"4.50959e-05","transport":"Truck (16 ton)","title":"PLA to Herstellung Becher (Thermoforming)","distance":"269.543218","description":"","co2e":"4.50959e-05"}},{"type":"Feature","geometry":{"type":"LineString","coordinates":[[15.506186197841,51.935621394766],[7.8421042989084,47.99900769489]]},"properties":{"youtube:link":"","weight":"0.00185","unit":"kg","transportcat":"Method of Transportation","transport":"Truck (16 ton)","title":"Copolymer to Herstellung Becher (Thermoforming)","distance":"700.860379","description":"","co2e":"4.50959e-05"}}],"properties":{"description":"Einwegtrinkbecher der Firma Schulzes Partybedarf aus ","tags":"","title":"PLA Trinkbecher - Schulzes Partybedarf","sm:ui:co2e":"1"}} |
{"pmid":32323460,"title":"Solid Organ Transplantation Programs Facing Lack of Empiric Evidence in the COVID-19 Pandemic: A By-proxy Society Recommendation Consensus Approach.","text":["Solid Organ Transplantation Programs Facing Lack of Empiric Evidence in the COVID-19 Pandemic: A By-proxy Society Recommendation Consensus Approach.","The ongoing SARS-CoV-2 pandemic has a drastic impact on national healthcare systems. Given the overwhelming demand of facility capacity, the impact on all healthcare sectors has to be addressed. Solid organ transplantation represents a field with a high demand on staff, intensive care units and follow-up facilities. The great therapeutic value of organ transplantation has to be weighed against mandatory constraints of healthcare capacities. In addition, the management of immunosuppressed recipients has to be reassessed during the ongoing COVID-19 pandemic. In addressing these crucial questions, transplant physicians are facing a total lack of scientific evidence. Therefore, the aim of this study was to offer an approach of consensus-based guidance, derived from individual information of 22 transplant societies. Key recommendations were extracted and the degree of consensus among different organizations was calculated. A high degree of consensus was found for temporarily suspending non-urgent transplant procedures and living donation programs. Systematic PCR-based testing of donors and recipients was broadly recommended. Additionally, more specific aspects (e.g., screening of surgical explant teams and restricted use of marginal donor organs) were included in our analysis. This study offers a novel approach on informed guidance for healthcare management when a priori no scientific evidence is available.","Am J Transplant","Ritschl, Paul Viktor","Nevermann, Nora","Wiering, Leke","Wu, Helen Hairun","Morodor, Philipp","Brandl, Andreas","Hillebrandt, Karl","Tacke, Frank","Friedersdorff, Frank","Schlomm, Thorsten","Schoning, Wenzel","Ollinger, Robert","Schmelzle, Moritz","Pratschke, Johann","32323460"],"abstract":["The ongoing SARS-CoV-2 pandemic has a drastic impact on national healthcare systems. Given the overwhelming demand of facility capacity, the impact on all healthcare sectors has to be addressed. Solid organ transplantation represents a field with a high demand on staff, intensive care units and follow-up facilities. The great therapeutic value of organ transplantation has to be weighed against mandatory constraints of healthcare capacities. In addition, the management of immunosuppressed recipients has to be reassessed during the ongoing COVID-19 pandemic. In addressing these crucial questions, transplant physicians are facing a total lack of scientific evidence. Therefore, the aim of this study was to offer an approach of consensus-based guidance, derived from individual information of 22 transplant societies. Key recommendations were extracted and the degree of consensus among different organizations was calculated. A high degree of consensus was found for temporarily suspending non-urgent transplant procedures and living donation programs. Systematic PCR-based testing of donors and recipients was broadly recommended. Additionally, more specific aspects (e.g., screening of surgical explant teams and restricted use of marginal donor organs) were included in our analysis. This study offers a novel approach on informed guidance for healthcare management when a priori no scientific evidence is available."],"journal":"Am J Transplant","authors":["Ritschl, Paul Viktor","Nevermann, Nora","Wiering, Leke","Wu, Helen Hairun","Morodor, Philipp","Brandl, Andreas","Hillebrandt, Karl","Tacke, Frank","Friedersdorff, Frank","Schlomm, Thorsten","Schoning, Wenzel","Ollinger, Robert","Schmelzle, Moritz","Pratschke, Johann"],"date":"2020-04-24T11:00:00Z","year":2020,"_id":"32323460","week":"202017|Apr 20 - Apr 26","doi":"10.1111/ajt.15933","source":"PubMed","topics":["Prevention"],"weight":1,"_version_":1664895932844474368,"score":8.518259,"similar":[{"pmid":32202064,"title":"COVID-19: A global transplant perspective on successfully navigating a pandemic.","text":["COVID-19: A global transplant perspective on successfully navigating a pandemic.","The COVID-19 pandemic has rapidly evolved and changed our way of life in an unprecedented manner. The emergence of COVID-19 has impacted transplantation worldwide. The impact has not been just restricted to issues pertaining to donors or recipients, but also health-care resource utilization as the intensity of cases in certain jurisdictions exceeds available capacity. Here we provide a personal viewpoint representing different jurisdictions from around the world in order to outline the impact of the current COVID-19 pandemic on organ transplantation. Based on our collective experience, we discuss mitigation strategies such as donor screening, resource planning, and a staged approach to transplant volume considerations as local resource issues demand. We also discuss issues related to transplant-related research during the pandemic, the role of transplant infectious diseases, and the influence of transplant societies for education and disseminating current information.","Am J Transplant","Kumar, Deepali","Manuel, Oriol","Natori, Yoichiro","Egawa, Hiroto","Grossi, Paolo","Han, Sang-Hoon","Fernandez-Ruiz, Mario","Humar, Atul","32202064"],"abstract":["The COVID-19 pandemic has rapidly evolved and changed our way of life in an unprecedented manner. The emergence of COVID-19 has impacted transplantation worldwide. The impact has not been just restricted to issues pertaining to donors or recipients, but also health-care resource utilization as the intensity of cases in certain jurisdictions exceeds available capacity. Here we provide a personal viewpoint representing different jurisdictions from around the world in order to outline the impact of the current COVID-19 pandemic on organ transplantation. Based on our collective experience, we discuss mitigation strategies such as donor screening, resource planning, and a staged approach to transplant volume considerations as local resource issues demand. We also discuss issues related to transplant-related research during the pandemic, the role of transplant infectious diseases, and the influence of transplant societies for education and disseminating current information."],"journal":"Am J Transplant","authors":["Kumar, Deepali","Manuel, Oriol","Natori, Yoichiro","Egawa, Hiroto","Grossi, Paolo","Han, Sang-Hoon","Fernandez-Ruiz, Mario","Humar, Atul"],"date":"2020-03-24T11:00:00Z","year":2020,"_id":"32202064","week":"202013|Mar 23 - Mar 29","doi":"10.1111/ajt.15876","keywords":["clinical decision-making","clinical research/practice","donors and donation: donor-derived infections","infection and infectious agents - viral","infectious disease","organ transplantation in general"],"source":"PubMed","topics":["Treatment"],"weight":1,"_version_":1664639760429219840,"score":467.6813},{"pmid":32304488,"title":"Pharmacologic treatment of transplant recipients infected with SARS-CoV-2: considerations regarding therapeutic drug monitoring and drug-drug interactions.","text":["Pharmacologic treatment of transplant recipients infected with SARS-CoV-2: considerations regarding therapeutic drug monitoring and drug-drug interactions.","BACKGROUND: COVID-19 is a novel infectious disease caused by the severe acute respiratory distress (SARS)-corona virus-2 (SARS-CoV-2). Several therapeutic options are currently emerging but none with universal consensus or proven efficacy. Solid organ transplant recipients are perceived to be at increased risk of severe COVID-19 because of their immunosuppressed conditions due to chronic use of immunosuppressive drugs. It is therefore likely that solid organ transplant recipients will be treated with these experimental antivirals. METHODS: This article is not intended to provide a systematic literature review on investigational treatments tested against COVID-19; rather, the authors aim to provide recommendations for therapeutic drug monitoring of immunosuppressive drugs in transplant recipients infected with SARS-CoV-2 based on a review of existing data in the literature. RESULTS: Management of drug-drug interactions between investigational anti-SARS-CoV-2 drugs and immunosuppressants is a complex task for the clinician. Adequate immunosuppression is necessary to prevent graft rejection while, if critically ill, the patient may benefit from pharmacotherapeutic interventions directed at limiting SARS-CoV-2 viral replication. Maintaining immunosuppressive drug concentrations within the desired therapeutic range requires a highly individualized approach that is complicated by the pandemic context and lack of hindsight. CONCLUSIONS: With the present manuscript, the authors inform the clinician about the potential interactions of experimental COVID-19 treatments with immunosuppressive drugs used in transplantation. Recommendations regarding therapeutic drug monitoring and dose adjustments in the context of COVID-19 are provided.","Ther Drug Monit","Elens, Laure","Langman, Loralie J","Hesselink, Dennis A","Bergan, Stein","Moes, Dirk Jan A R","Molinaro, Mariadelfina","Venkataramanan, Raman","Lemaitre, Florian","32304488"],"abstract":["BACKGROUND: COVID-19 is a novel infectious disease caused by the severe acute respiratory distress (SARS)-corona virus-2 (SARS-CoV-2). Several therapeutic options are currently emerging but none with universal consensus or proven efficacy. Solid organ transplant recipients are perceived to be at increased risk of severe COVID-19 because of their immunosuppressed conditions due to chronic use of immunosuppressive drugs. It is therefore likely that solid organ transplant recipients will be treated with these experimental antivirals. METHODS: This article is not intended to provide a systematic literature review on investigational treatments tested against COVID-19; rather, the authors aim to provide recommendations for therapeutic drug monitoring of immunosuppressive drugs in transplant recipients infected with SARS-CoV-2 based on a review of existing data in the literature. RESULTS: Management of drug-drug interactions between investigational anti-SARS-CoV-2 drugs and immunosuppressants is a complex task for the clinician. Adequate immunosuppression is necessary to prevent graft rejection while, if critically ill, the patient may benefit from pharmacotherapeutic interventions directed at limiting SARS-CoV-2 viral replication. Maintaining immunosuppressive drug concentrations within the desired therapeutic range requires a highly individualized approach that is complicated by the pandemic context and lack of hindsight. CONCLUSIONS: With the present manuscript, the authors inform the clinician about the potential interactions of experimental COVID-19 treatments with immunosuppressive drugs used in transplantation. Recommendations regarding therapeutic drug monitoring and dose adjustments in the context of COVID-19 are provided."],"journal":"Ther Drug Monit","authors":["Elens, Laure","Langman, Loralie J","Hesselink, Dennis A","Bergan, Stein","Moes, Dirk Jan A R","Molinaro, Mariadelfina","Venkataramanan, Raman","Lemaitre, Florian"],"date":"2020-04-19T11:00:00Z","year":2020,"_id":"32304488","week":"202016|Apr 13 - Apr 19","doi":"10.1097/FTD.0000000000000761","source":"PubMed","topics":["Treatment"],"weight":1,"_version_":1664632934598967296,"score":455.6237},{"pmid":32330343,"title":"COVID-19 in Solid Organ Transplant Recipients: Initial Report from the US Epicenter.","text":["COVID-19 in Solid Organ Transplant Recipients: Initial Report from the US Epicenter.","Solid organ transplant recipients may be at a high risk for SARS-CoV2 infection and poor associated outcomes. We herein report our initial experience with solid organ transplant recipients with SARS-CoV2 infection at two centers during the first 3 weeks of the outbreak in New York City. Baseline characteristics, clinical presentation, antiviral and immunosuppressive management were compared between patients with mild/moderate and severe disease (defined as ICU admission, intubation or death). 90 patients were analyzed with a median age of 57 years. 46 were kidney recipients, 17 lung, 13 liver, 9 heart and 5 dual-organ transplants. The most common presenting symptoms were fever (70%), cough (59%) and dyspnea (43%). 22 (24%) had mild, 41 (46%) moderate and 27 (30%) severe disease. Among the 68 hospitalized patients, 12% required non-rebreather and 35% required intubation. 91% received hydroxychloroquine, 66% azithromycin, 3% remdesivir, 21% tocilizumab and 24% bolus steroids. Sixteen patients died (18% overall, 24% of hospitalized, 52% of ICU) and 37 (54%) were discharged. In this initial cohort, transplant recipients with COVID-19 appear to have more severe outcomes, although testing limitations likely led to undercounting of mild/asymptomatic cases. As this outbreak unfolds, COVID-19 has the potential to severely impact solid organ transplant recipients.","Am J Transplant","Pereira, Marcus R","Mohan, Sumit","Cohen, David J","Husain, S Ali","Dube, Geoffrey K","Ratner, Lloyd E","Arcasoy, Selim","Aversa, Meghan M","Benvenuto, Luke J","Dadhani, Darshana","Kapur, Sandip","Dove, Lorna M","Brown, Robert S","Rosenblatt, Russell E","Samstein, Benjamin","Uriel, Nir","Farr, Maryjane A","Satlin, Michael","Small, Cathy B","Walsh, Thomas","Kodiyanplakkal, Rosy Priya","Miko, Benjamin A","Aaron, Justin G","Tsapepas, Demetra S","Emond, Jean C","Verna, Elizabeth C","32330343"],"abstract":["Solid organ transplant recipients may be at a high risk for SARS-CoV2 infection and poor associated outcomes. We herein report our initial experience with solid organ transplant recipients with SARS-CoV2 infection at two centers during the first 3 weeks of the outbreak in New York City. Baseline characteristics, clinical presentation, antiviral and immunosuppressive management were compared between patients with mild/moderate and severe disease (defined as ICU admission, intubation or death). 90 patients were analyzed with a median age of 57 years. 46 were kidney recipients, 17 lung, 13 liver, 9 heart and 5 dual-organ transplants. The most common presenting symptoms were fever (70%), cough (59%) and dyspnea (43%). 22 (24%) had mild, 41 (46%) moderate and 27 (30%) severe disease. Among the 68 hospitalized patients, 12% required non-rebreather and 35% required intubation. 91% received hydroxychloroquine, 66% azithromycin, 3% remdesivir, 21% tocilizumab and 24% bolus steroids. Sixteen patients died (18% overall, 24% of hospitalized, 52% of ICU) and 37 (54%) were discharged. In this initial cohort, transplant recipients with COVID-19 appear to have more severe outcomes, although testing limitations likely led to undercounting of mild/asymptomatic cases. As this outbreak unfolds, COVID-19 has the potential to severely impact solid organ transplant recipients."],"journal":"Am J Transplant","authors":["Pereira, Marcus R","Mohan, Sumit","Cohen, David J","Husain, S Ali","Dube, Geoffrey K","Ratner, Lloyd E","Arcasoy, Selim","Aversa, Meghan M","Benvenuto, Luke J","Dadhani, Darshana","Kapur, Sandip","Dove, Lorna M","Brown, Robert S","Rosenblatt, Russell E","Samstein, Benjamin","Uriel, Nir","Farr, Maryjane A","Satlin, Michael","Small, Cathy B","Walsh, Thomas","Kodiyanplakkal, Rosy Priya","Miko, Benjamin A","Aaron, Justin G","Tsapepas, Demetra S","Emond, Jean C","Verna, Elizabeth C"],"date":"2020-04-25T11:00:00Z","year":2020,"_id":"32330343","week":"202017|Apr 20 - Apr 26","doi":"10.1111/ajt.15941","source":"PubMed","topics":["Treatment"],"weight":1,"locations":["New York"],"countries":["United States"],"countries_codes":["USA|United States"],"_version_":1664996914931695616,"score":442.687},{"pmid":32282982,"title":"Early Impact of COVID-19 on Transplant Center Practices and Policies in the United States.","text":["Early Impact of COVID-19 on Transplant Center Practices and Policies in the United States.","COVID-19 is a novel, rapidly-changing pandemic: consequently, evidence-based recommendations in solid organ transplantation (SOT) remain challenging and unclear. To understand the impact on transplant activity across the US, and center-level variation in testing, clinical practice, and policies, we conducted a national survey between March 24-31, 2020 and linked responses to the COVID-19 incidence map. Response rate was a very high 79.3%, reflecting a strong national priority to better understand COVID-19. Complete suspension of live donor kidney transplantation was reported by 71.8% and live donor liver by 67.7%. While complete suspension of deceased donor transplantation was less frequent, some restrictions to deceased donor kidney transplantation were reported by 84.0% and deceased donor liver by 73.3%; more stringent restrictions were associated with higher regional incidence of COVID-19. Shortage of COVID-19 tests was reported by 42.5%. Respondents reported a total of 148 COVID-19 recipients from <1y to >10y post-transplant: 69.6% were kidney recipients, and 25.0% were critically ill. Hydroxychloroquine (HCQ) was used by 78.1% of respondents; azithromycin by 46.9%; tocilizumab by 31.3%, and remdesivir by 25.0%. There is wide heterogeneity in center-level response across the US; ongoing national data collection, expert discussion, and clinical studies are critical to informing evidence-based practices.","Am J Transplant","Boyarsky, Brian J","Chiang, Teresa Po-Yu","Werbel, William A","Durand, Christine M","Avery, Robin K","Getsin, Samantha N","Jackson, Kyle R","Kernodle, Amber B","Van Pilsum Rasmussen, Sarah E","Massie, Allan B","Segev, Dorry L","Garonzik-Wang, Jacqueline M","32282982"],"abstract":["COVID-19 is a novel, rapidly-changing pandemic: consequently, evidence-based recommendations in solid organ transplantation (SOT) remain challenging and unclear. To understand the impact on transplant activity across the US, and center-level variation in testing, clinical practice, and policies, we conducted a national survey between March 24-31, 2020 and linked responses to the COVID-19 incidence map. Response rate was a very high 79.3%, reflecting a strong national priority to better understand COVID-19. Complete suspension of live donor kidney transplantation was reported by 71.8% and live donor liver by 67.7%. While complete suspension of deceased donor transplantation was less frequent, some restrictions to deceased donor kidney transplantation were reported by 84.0% and deceased donor liver by 73.3%; more stringent restrictions were associated with higher regional incidence of COVID-19. Shortage of COVID-19 tests was reported by 42.5%. Respondents reported a total of 148 COVID-19 recipients from <1y to >10y post-transplant: 69.6% were kidney recipients, and 25.0% were critically ill. Hydroxychloroquine (HCQ) was used by 78.1% of respondents; azithromycin by 46.9%; tocilizumab by 31.3%, and remdesivir by 25.0%. There is wide heterogeneity in center-level response across the US; ongoing national data collection, expert discussion, and clinical studies are critical to informing evidence-based practices."],"journal":"Am J Transplant","authors":["Boyarsky, Brian J","Chiang, Teresa Po-Yu","Werbel, William A","Durand, Christine M","Avery, Robin K","Getsin, Samantha N","Jackson, Kyle R","Kernodle, Amber B","Van Pilsum Rasmussen, Sarah E","Massie, Allan B","Segev, Dorry L","Garonzik-Wang, Jacqueline M"],"date":"2020-04-14T11:00:00Z","year":2020,"_id":"32282982","week":"202016|Apr 13 - Apr 19","doi":"10.1111/ajt.15915","keywords":["clinical decision-making","epidemiology","guidelines","infectious agents - viral"],"source":"PubMed","topics":["Prevention"],"weight":1,"locations":["US","US","United States"],"countries":["United States"],"countries_codes":["USA|United States"],"e_drugs":["tocilizumab","remdesivir","Azithromycin","Hydroxychloroquine"],"_version_":1664636704083935233,"score":438.1264},{"pmid":32243677,"title":"The COVID-19 outbreak in Italy: Initial implications for organ transplantation programs.","text":["The COVID-19 outbreak in Italy: Initial implications for organ transplantation programs.","The spread of Coronavirus Disease 2019 (COVID-19) has already reached a pandemic dimension within a few weeks. Italy has been one of the first countries dealing with the outbreak of COVID-19, and severe measures have been adopted to limit viral transmission. The spread of COVID-19 may have several implications in organ transplant activity that physicians should be aware of. The initial experience gained during the COVID-19 outbreak shows that around 10% of infected patients in Italy need intensive care management to overcome the acute respiratory distress syndrome. Due to the exponential rise of infected patients we are now facing an actual risk of saturation of intensive care unit (ICU) beds. A restriction in the number of ICU beds available for both donors and transplant recipients may unfavorably influence the overall donation activity, and eventually lead to a reduced number of transplants. Preliminary Italian data show that a 25% reduction of procured organs has already occurred during the first 4 weeks of COVID-19 outbreak. This underlines the need to closely monitor what will be further happening in ICUs due to the COVID-19 spread in the attempt to preserve transplant activity, especially in Western countries where deceased donors represent the major organ resource.","Am J Transplant","Angelico, Roberta","Trapani, Silvia","Manzia, Tommaso Maria","Lombardini, Letizia","Tisone, Giuseppe","Cardillo, Massimo","32243677"],"abstract":["The spread of Coronavirus Disease 2019 (COVID-19) has already reached a pandemic dimension within a few weeks. Italy has been one of the first countries dealing with the outbreak of COVID-19, and severe measures have been adopted to limit viral transmission. The spread of COVID-19 may have several implications in organ transplant activity that physicians should be aware of. The initial experience gained during the COVID-19 outbreak shows that around 10% of infected patients in Italy need intensive care management to overcome the acute respiratory distress syndrome. Due to the exponential rise of infected patients we are now facing an actual risk of saturation of intensive care unit (ICU) beds. A restriction in the number of ICU beds available for both donors and transplant recipients may unfavorably influence the overall donation activity, and eventually lead to a reduced number of transplants. Preliminary Italian data show that a 25% reduction of procured organs has already occurred during the first 4 weeks of COVID-19 outbreak. This underlines the need to closely monitor what will be further happening in ICUs due to the COVID-19 spread in the attempt to preserve transplant activity, especially in Western countries where deceased donors represent the major organ resource."],"journal":"Am J Transplant","authors":["Angelico, Roberta","Trapani, Silvia","Manzia, Tommaso Maria","Lombardini, Letizia","Tisone, Giuseppe","Cardillo, Massimo"],"date":"2020-04-04T11:00:00Z","year":2020,"_id":"32243677","week":"202014|Mar 30 - Apr 05","doi":"10.1111/ajt.15904","keywords":["critical care/intensive care management","donors and donation: donor-derived infections","editorial/personal viewpoint","epidemiology","health services and outcomes research","infection and infectious agents - viral","infectious disease","organ procurement and allocation","organ procurement organization","organ transplantation in general"],"source":"PubMed","topics":["Prevention"],"weight":1,"locations":["Italy","Italy","Italian","Italy"],"countries":["Italy"],"countries_codes":["ITA|Italy"],"_version_":1664638249342074880,"score":436.1949}]} |
["52f6f20cb64ac3a2fe7e63b208e6d97620d1d4a0"] |
{
"name": "PowerDial",
"version": "0.1.0",
"description": "BangaloreHack2013",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-handlebars": "~0.5.10",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.5.3"
}
}
|
{"geometry":{"type":"Polygon","coordinates":[[[8.445444,48.421356],[8.445583,48.416859],[8.446933,48.416878],[8.446989,48.415079],[8.448339,48.415098],[8.448367,48.414198],[8.449717,48.414217],[8.449744,48.413318],[8.455145,48.413393],[8.455172,48.412494],[8.456522,48.412513],[8.456577,48.410714],[8.455227,48.410695],[8.455338,48.407097],[8.456688,48.407116],[8.456826,48.402619],[8.454126,48.402581],[8.454098,48.403481],[8.450049,48.403424],[8.450104,48.401625],[8.447405,48.401587],[8.447377,48.402487],[8.446028,48.402468],[8.445750,48.411462],[8.439000,48.411367],[8.438916,48.414066],[8.440266,48.414085],[8.440238,48.414984],[8.441589,48.415003],[8.441505,48.417701],[8.440155,48.417682],[8.440043,48.421280],[8.445444,48.421356]]]},"properties":{"qs:a1r":"0","qs:la":"Lo\u00dfburg","geom:longitude":8.448198,"lbl:latitude":48.400000,"qs:loc_alt":"Lossburg","iso:country":"DE","src:geom_alt":[],"wof:geomhash":"7b7264056e6d4f31575d36d0583d66c6","qs:level":"locality","wof:breaches":[],"wof:name":"Lo\u00dfburg","src:geom":"quattroshapes","qs:adm0":"Bundesrepublik Deutschland","qs:pop":0,"wof:hierarchy":[{"locality_id":101763047,"country_id":85633111,"region_id":85682567,"county_id":102063313}],"qs:la_lc":"*DE08203704045","qs:loc":"Lo\u00dfburg","wof:id":101763047,"qs:a2r":"Karlsruhe","lbl:longitude":8.450000,"wof:supersedes":[],"geom:area":0.000171,"name:ger_v":["Lossburg"],"geom:latitude":48.410785,"wof:superseded_by":[],"qs:source":"UCustom EuroGlobalMap + UMZ Urban Polygons + Geonames + GeoPlanet","src:centroid_lbl":"geonames","wof:belongsto":[85633111,85682567,102063313],"qs:type":"rural point-in-poly","name:ger_p":["Gemeinde Lo\u00dfburg"],"wof:placetype":"locality","gn:population":6533,"qs:a0":"Bundesrepublik Deutschland","qs:a1":"*Baden-W\u00fcrttemberg","qs:a2":"Freudenstadt","wof:lastmodified":1439924416,"name:ger_s":["Gemeinde Lossburg"],"wof:concordances":{"gn:id":2875815,"gp:id":12623306,"qs:id":3,"fct:id":"07156dce-8f76-11e1-848f-cfd5bf3ef515"},"wof:parent_id":102063313},"type":"Feature","bbox":[8.438916,48.401587,8.456826,48.421356],"id":101763047} |
{"poster":"Braum Mechanics","date":"2016-12-05T18:34:39.906+0000","title":"Merchandise","subforum":"[ARCHIVED] Help & Support","up_votes":1,"down_votes":0,"body":"Hello.\r\n\r\nHow long does it take for our purchases to be delivered?\r\n\r\nI ordered two shirts for myself during the recent battle for baron sales on 26th November. Been checking my account since the past few days and the status hasn't changed from processing.","replies":[{"poster":"Targons Blade","date":"2016-12-05T23:35:39.098+0000","up_votes":1,"down_votes":0,"body":"Most orders process within a few *business days*, though sometimes there are delays caused by issues from either end of the transaction. I'd say if there hasn't been an update in the system by tomorrow, reach out in a [**support ticket**](https://support.riotgames.com/hc/en-us/requests/new) and we'll take a look at what's going on.","replies":[]}]} |
{"clustering_alg": {"affinity_propagation": {"clustering": {"adjusted_mutual_info_score": 0.3007266077622135, "adjusted_rand_score": 0.023565213470250514, "completeness_score": 0.19799798041237282, "fowlkes_mallows_score": 0.117081047873975, "homogeneity_score": 0.7387382216525001, "v_measure_score": 0.3122942737095008}, "classification": {"f1_score": 0.00018788604711242625, "hamming_loss": 0.9952, "jaccard_score": 9.547678720611052e-05, "accuracy_score": 0.0048, "recall_score": 9.554178161537267e-05, "precision_score": 0.005614035087719298}, "found_clusters": 171, "expected_clusters": 4, "time": 55.0159}, "agglomerative": {"clustering": {"adjusted_mutual_info_score": 0.5850017247677431, "adjusted_rand_score": 0.5621619702836785, "completeness_score": 0.5860010718676576, "fowlkes_mallows_score": 0.6771498788357009, "homogeneity_score": 0.5845537746926683, "v_measure_score": 0.5852765285467301}, "classification": {"f1_score": 0.8244616942555683, "hamming_loss": 0.183, "jaccard_score": 0.704081868248925, "accuracy_score": 0.817, "recall_score": 0.8359353506355905, "precision_score": 0.8307216559575011}, "found_clusters": 4, "expected_clusters": 4, "time": 1.2577}, "birch": {"clustering": {"adjusted_mutual_info_score": 0.46487294883965363, "adjusted_rand_score": 0.4166451972068822, "completeness_score": 0.5252021516890368, "fowlkes_mallows_score": 0.5951984513817488, "homogeneity_score": 0.4173987547747383, "v_measure_score": 0.46513582284241506}, "classification": {"f1_score": 0.35133662518626585, "hamming_loss": 0.5812, "jaccard_score": 0.26549945039391915, "accuracy_score": 0.4188, "recall_score": 0.48578005974124094, "precision_score": 0.28394287965181914}, "found_clusters": 3, "expected_clusters": 4, "time": 0.113}, "dbscan": {"clustering": {"adjusted_mutual_info_score": -0.00016478338549841474, "adjusted_rand_score": -4.833428151903276e-05, "completeness_score": 0.06447783989093274, "fowlkes_mallows_score": 0.510537326353211, "homogeneity_score": 0.00016707746597566313, "v_measure_score": 0.0003332912946917184}, "classification": {"f1_score": 0.09079944332766351, "hamming_loss": 0.7064, "jaccard_score": 0.05873174634926985, "accuracy_score": 0.2936, "recall_score": 0.19986385296119807, "precision_score": 0.058743497398959586}, "found_clusters": 2, "expected_clusters": 4, "time": 0.348}, "k_means": {"clustering": {"adjusted_mutual_info_score": 0.5996334209522023, "adjusted_rand_score": 0.5869823571190536, "completeness_score": 0.5989369690181261, "fowlkes_mallows_score": 0.6946153203516086, "homogeneity_score": 0.6008616781907218, "v_measure_score": 0.5998977798014669}, "classification": {"f1_score": 0.817773840252745, "hamming_loss": 0.1794, "jaccard_score": 0.6937353743442732, "accuracy_score": 0.8206, "recall_score": 0.8419711797150731, "precision_score": 0.8275780386874005}, "found_clusters": 4, "expected_clusters": 4, "time": 0.119}, "mini_batch_k_means": {"clustering": {"adjusted_mutual_info_score": 0.4469138873806252, "adjusted_rand_score": 0.3592158341946083, "completeness_score": 0.44448662349001133, "fowlkes_mallows_score": 0.523966482036723, "homogeneity_score": 0.450103378447407, "v_measure_score": 0.44727736834584114}, "classification": {"f1_score": 0.6666073288970147, "hamming_loss": 0.3356, "jaccard_score": 0.503114664092349, "accuracy_score": 0.6644, "recall_score": 0.7020117450839298, "precision_score": 0.6675488863013668}, "found_clusters": 4, "expected_clusters": 4, "time": 0.035}, "mean_shift": {"clustering": {"adjusted_mutual_info_score": 2.5652167216990554e-15, "adjusted_rand_score": 0.0, "completeness_score": 1.0, "fowlkes_mallows_score": 0.5107766033675677, "homogeneity_score": 5.705553206631779e-16, "v_measure_score": 1.141110641326355e-15}, "classification": {"f1_score": 0.11354150564229401, "hamming_loss": 0.7062, "jaccard_score": 0.07345, "accuracy_score": 0.2938, "recall_score": 0.25, "precision_score": 0.07345}, "found_clusters": 1, "expected_clusters": 4, "time": 93.5677}, "optics": {"clustering": {"adjusted_mutual_info_score": 0.08793880542115816, "adjusted_rand_score": 0.0015871276226548908, "completeness_score": 0.15314138643395733, "fowlkes_mallows_score": 0.45911255063149553, "homogeneity_score": 0.08731341660141805, "v_measure_score": 0.11121672350757494}, "classification": {"f1_score": 0.00023809244460653678, "hamming_loss": 0.9974, "jaccard_score": 0.00011946258441947655, "accuracy_score": 0.0026, "recall_score": 0.00011962349262632159, "precision_score": 0.026480013493000505}, "found_clusters": 77, "expected_clusters": 4, "time": 6.2985}, "spectral_clustering": {"clustering": {"adjusted_mutual_info_score": 0.5830573248567883, "adjusted_rand_score": 0.5454703259362667, "completeness_score": 0.5864480050811212, "fowlkes_mallows_score": 0.6664086311876919, "homogeneity_score": 0.5802539657530452, "v_measure_score": 0.583334543290406}, "classification": {"f1_score": 0.8056956506676294, "hamming_loss": 0.1948, "jaccard_score": 0.6764145204001768, "accuracy_score": 0.8052, "recall_score": 0.8280208028461887, "precision_score": 0.8242006932525521}, "found_clusters": 4, "expected_clusters": 4, "time": 4.9064}, "gaussian_mixture_model": {"clustering": {"adjusted_mutual_info_score": 0.6727939564821925, "adjusted_rand_score": 0.6641937832558953, "completeness_score": 0.6741009496711856, "fowlkes_mallows_score": 0.7524555482743441, "homogeneity_score": 0.671923989427658, "v_measure_score": 0.6730107091229378}, "classification": {"f1_score": 0.8713167132467514, "hamming_loss": 0.1338, "jaccard_score": 0.7735449564541801, "accuracy_score": 0.8662, "recall_score": 0.8806080821045477, "precision_score": 0.877569949430899}, "found_clusters": 4, "expected_clusters": 4, "time": 0.054}}, "classification_alg": {"KNeighborsClassifier": {"clustering": {"adjusted_mutual_info_score": 0.6473041738125226, "adjusted_rand_score": 0.6634741231163354, "completeness_score": 0.6469986566216198, "fowlkes_mallows_score": 0.7523287566281339, "homogeneity_score": 0.6499706486437528, "v_measure_score": 0.648481247487883}, "classification": {"f1_score": 0.8723399266296047, "hamming_loss": 0.133, "jaccard_score": 0.7747303330568158, "accuracy_score": 0.867, "recall_score": 0.8809021117102307, "precision_score": 0.8709787068277633}, "time": 0.048}, "DecisionTreeClassifier": {"clustering": {"adjusted_mutual_info_score": 0.559942331827704, "adjusted_rand_score": 0.56076431877125, "completeness_score": 0.558973684089331, "fowlkes_mallows_score": 0.6760544539211242, "homogeneity_score": 0.5638633405413316, "v_measure_score": 0.5614078657389832}, "classification": {"f1_score": 0.8298430582634062, "hamming_loss": 0.181, "jaccard_score": 0.7129715506344745, "accuracy_score": 0.819, "recall_score": 0.8375624086987987, "precision_score": 0.8249190968296842}, "time": 0.019}, "RandomForestClassifier": {"clustering": {"adjusted_mutual_info_score": 0.6988653068954203, "adjusted_rand_score": 0.7207253858510334, "completeness_score": 0.6982683772755729, "fowlkes_mallows_score": 0.7944238986296444, "homogeneity_score": 0.7014796225973011, "v_measure_score": 0.699870316381784}, "classification": {"f1_score": 0.8993304598345692, "hamming_loss": 0.107, "jaccard_score": 0.8183298478730049, "accuracy_score": 0.893, "recall_score": 0.905342454891064, "precision_score": 0.8975785387070961}, "time": 0.7064}, "LinearSVC": {"clustering": {"adjusted_mutual_info_score": 0.5886623855822009, "adjusted_rand_score": 0.605056183645197, "completeness_score": 0.5885013378054356, "fowlkes_mallows_score": 0.7091754925854161, "homogeneity_score": 0.5915761800632604, "v_measure_score": 0.5900347529878033}, "classification": {"f1_score": 0.8464304487367639, "hamming_loss": 0.16, "jaccard_score": 0.7351511141318652, "accuracy_score": 0.84, "recall_score": 0.8531486871240922, "precision_score": 0.8439483746969968}, "time": 0.019}, "LogisticRegression": {"clustering": {"adjusted_mutual_info_score": 0.6126698191325215, "adjusted_rand_score": 0.6388988433924611, "completeness_score": 0.6133133837167254, "fowlkes_mallows_score": 0.7344239199952386, "homogeneity_score": 0.6146163365286306, "v_measure_score": 0.6139641688428751}, "classification": {"f1_score": 0.8616882444734544, "hamming_loss": 0.144, "jaccard_score": 0.7578175530472158, "accuracy_score": 0.856, "recall_score": 0.8643953384826839, "precision_score": 0.8609538560665692}, "time": 0.07}, "GaussianNB": {"clustering": {"adjusted_mutual_info_score": 0.6793285688539686, "adjusted_rand_score": 0.6937978438540167, "completeness_score": 0.6784021299270628, "fowlkes_mallows_score": 0.7744988937767492, "homogeneity_score": 0.6824057575541249, "v_measure_score": 0.6803980542119089}, "classification": {"f1_score": 0.8871766435791703, "hamming_loss": 0.119, "jaccard_score": 0.7985223698588164, "accuracy_score": 0.881, "recall_score": 0.8954611632052251, "precision_score": 0.8848473737987651}, "time": 0.003}}} |
{
"Rheolaeth awdurdod": "Authority control",
"Biblioteca Nacional de España": "Biblioteca Nacional de España",
"Almaenwyr": "Germans",
"Yr Almaen": "Germany",
"Istituto Centrale per il Catalogo Unico": "Istituto Centrale per il Catalogo Unico",
"Système universitaire de documentation": "Système universitaire de documentation",
"Bibliothèque nationale de France": "Bibliothèque nationale de France",
"Gemeinsame Normdatei": "Integrated Authority File",
"LIBRIS": "LIBRIS",
"Dynodwr Enw Rhyngwladol Safonol": "International Standard Name Identifier",
"Unol Daleithiau America": "United States",
"Ffeil Awdurdodi Rhyngwladol, Rhithwir": "Virtual International Authority File",
"Union List of Artist Names": "Union List of Artist Names",
"Ulm": "Ulm",
"Llyfrgell Genedlaethol y Weriniaeth Tsiec": "National Library of the Czech Republic",
"Llyfrgell y Diet Cenedlaethol": "National Diet Library",
"Princeton, New Jersey": "Princeton, New Jersey",
"Llyfrgell y Gyngres": "Library of Congress",
"Llyfrgell Genedlaethol Awstralia": "National Library of Australia"
} |
{"type": "Feature", "id": 1995552, "geometry": {"type": "MultiPolygon", "coordinates": [[[[35.326542, 51.984928], [35.326542, 51.99403], [35.311779, 51.99403], [35.311779, 51.984928], [35.326542, 51.984928]]]]}, "properties": {"woe:id": 1995552, "woe:parent_id": 12598575, "woe:name": "Bulgakovka", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "ENG", "iso:country": "RU", "meta:provider": ["geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-21T10:27:04.571625", "woe:alias_UNK_Q": ["\u0411\u0443\u043b\u0433\u0430\u043a\u043e\u0432\u043a\u0430"], "meta:updated": "2020-10-14T10:58:38.676495", "woe:adjacent": [2043617], "woe:hierarchy": {"continent": 24865671, "country": 23424936, "town": 0, "planet": 1, "county": 12598575, "suburb": 0, "state": 2346905, "region": 0, "localadmin": 0}, "woe:timezone_id": 56043614, "woe:concordances": {"qs:id": 1121794}, "woe:hash": "uc1pg8qssj6d", "geom:min_latitude": 51.984928, "woe:centroid": [35.31916, 51.989479], "geom:latitude": 51.989479, "woe:max_longitude": 35.326542, "geom:max_longitude": 35.326542, "geom:centroid": [35.31916, 51.989479], "geom:max_latitude": 51.99403, "woe:bbox": [35.311779, 51.984928, 35.326542, 51.99403], "geom:bbox": [35.311779, 51.984928, 35.326542, 51.99403], "woe:min_latitude": 51.984928, "woe:min_longitude": 35.311779, "geom:longitude": 35.31916, "geom:hash": "uc1pg8qssj6d", "woe:latitude": 51.989479, "geom:min_longitude": 35.311779, "woe:longitude": 35.31916, "woe:max_latitude": 51.99403, "woe:repo": "woeplanet-town-ru", "geom:area": 1027065.07147789, "woe:scale": 16}} |
{"id":10298,"name":"Camtavian Smokeshell","description":"I get angrier than an Elephant."} |
{"uuid":"d1a13883-1231-44f2-800c-e80a4c70e8a8","name":"com.report.allurereports","children":["73bbe564-8224-4049-8efa-6a8155117ca2","c64a258f-5c91-4405-9745-b93e0d5d29a4","862cb4a8-788d-4430-8744-1c9ac0762700","fa705d22-2f92-429e-9918-0a8bb4a5d02f"],"befores":[],"afters":[],"links":[],"start":1587470869738,"stop":1587470936709} |
{"title":"2012 ~ BR-Rip ~ m-HD ~ Tamil Dub ~ Team-MJY","uid":5477715,"size":1959133122,"categoryP":"video","categoryS":"movies","magnet":"?xt=urn:btih:7d0b37b853728ac0c9bb34a04921b0eed6704de7&dn=2012+%7E+BR-Rip+%7E+m-HD+%7E+Tamil+Dub+%7E+Team-MJY&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":1,"uploader":"Team-MJY","files":1,"time":1270229701,"description":".::INFO::.\n\nType : .mp4\nSize : 1.8GB\nMovie Length : 02:37:49\nVideo Size : 1280 x 534\nFrame Rate : 23.98fps\nAudio: Dolby AC3 44100Hz stereo\n\n.::SCREENSHOTS::. <a href="\nhttp://img411.imageshack.us/img411/4166/vlcsnap2010040219h39m34.png" rel="nofollow" target="_NEW">\nhttp://img411.imageshack.us/img411/4166/vlcsnap2010040219h39m34.png</a>\nhttp://img411.imageshack.us/img411/8814/vlcsnap2010040219h39m52.png\nhttp://img526.imageshack.us/img526/6236/vlcsnap2010040219h40m03.png\nhttp://img532.imageshack.us/img532/875/vlcsnap2010040219h42m29.png\nhttp://img641.imageshack.us/img641/2589/vlcsnap2010040219h44m55.png\nhttp://img144.imageshack.us/img144/1669/vlcsnap2010040219h49m06.png","torrent":{"xt":"urn:btih:7d0b37b853728ac0c9bb34a04921b0eed6704de7","amp;dn":"2012+%7E+BR-Rip+%7E+m-HD+%7E+Tamil+Dub+%7E+Team-MJY","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"7d0b37b853728ac0c9bb34a04921b0eed6704de7","infoHashBuffer":{"type":"Buffer","data":[125,11,55,184,83,114,138,192,201,187,52,160,73,33,176,238,214,112,77,231]},"announce":[],"urlList":[]}} |
{
"parent": %s,
"childrenDropLevel": "%s",
"HTMLclass": "%s",
"text": {
"name": "%s",
"title": "%s",
"desc": "%s"
},
"link": {
"href": "%s"
},
"image": "../images/%s"
} |
{"tag": "3", "title": ["china", "39", "risk", "hard", "land", "39", "economi", "remain", "us", "say"], "text": ["china", "39", "polici", "fix", "valu", "currenc", "dollar", "made", "govern", "effort", "slow", "economi", "difficult", "us", "treasuri", "depart", "said", "semi", "annual", "report"]} |
{
"parent": "luigis_mansion:entity/painting/gold_boss",
"textures": {
"image": "luigis_mansion:block/painting/gold/boolossus"
}
} |
{
"id": 873664071,
"type": "Feature",
"properties": {
"addr:full":"353 19th St W Dickinson ND 58601",
"addr:housenumber":"353",
"addr:postcode":"58601",
"addr:street":"19Th St W",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:bbox":"-102.790473,46.903752,-102.790473,46.903752",
"geom:latitude":46.903752,
"geom:longitude":-102.790473,
"iso:country":"US",
"mz:hierarchy_label":1,
"sg:address":"353 19th St W",
"sg:city":"Dickinson",
"sg:classifiers":[
{
"category":"Banks & Credit Unions",
"subcategory":"Bank",
"type":"Services"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+1 701 227 4000",
"sg:postcode":"58601",
"sg:province":"ND",
"sg:website":"www.dakotacommunitybank.com",
"src:geom":"simplegeo",
"wof:belongsto":[],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_6pAMRbH6S523B6WVL428be_46.903752_-102.790473@1294165850"
},
"wof:country":"US",
"wof:created":1464295741,
"wof:geomhash":"558e0b132440f26a189577255192817b",
"wof:hierarchy":[],
"wof:id":873664071,
"wof:lastmodified":1472633643,
"wof:name":"Dakota Community Bank",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-us-nd",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[]
},
"bbox": [
-102.790473,
46.903752,
-102.790473,
46.903752
],
"geometry": {"coordinates":[-102.79047300000001,46.903752],"type":"Point"}
} |
{
"directions": [
"Preheat oven to 450 degrees F (230 degrees C). Line a rimmed baking sheet with aluminum foil.",
"Put eggplant cubes in a colander set over a bowl. Sprinkle salt liberally over the eggplant cubes; let sit to drain for 30 minutes.",
"Toss tomatoes, zucchini, onion, and garlic together in a bowl. Drizzle olive oil over the mixture and toss to coat; season with salt and pepper.",
"Rinse eggplant to remove salt and pat dry with paper towel; add to the tomato mixture and stir. Add olive oil as necessary to assure the eggplant cubes are coated. Spread the vegetable mixture onto the prepared baking sheet.",
"Roast in preheated oven until the vegetables are tender, about 30 minutes."
],
"ingredients": [
"4 small purple eggplants, cut into 1 1/2-inch cubes",
"1 pinch salt and freshly ground pepper to taste",
"5 Roma (plum) tomatoes, or more to taste, cut into 1 1/2-inch cubes",
"2 zucchini, cut into 1 1/2-inch cubes",
"1 large yellow onion, cut into 1 1/2-inch cubes",
"5 cloves garlic, or more to taste, peeled",
"2 tablespoons olive oil, or to taste"
],
"language": "en-US",
"source": "allrecipes.com",
"tags": [],
"title": "Roasted Baby Eggplant, Tomato, and Zucchini",
"url": "http://allrecipes.com/recipe/241990/roasted-baby-eggplant-tomato-and-zu/"
}
|
{
"id": 320449047,
"type": "Feature",
"properties": {
"addr:full":"118 High Street Hoddesdon Essex EN11 8HD",
"addr:housenumber":"118",
"addr:postcode":"en11 8hd",
"addr:street":"High Street",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"-0.011461,51.761066,-0.011461,51.761066",
"geom:latitude":51.761066,
"geom:longitude":-0.011461,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"118 High Street",
"sg:city":"Hoddesdon",
"sg:classifiers":[
{
"category":"Shopping",
"subcategory":"Comic Books",
"type":"Retail Goods"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1992 463781",
"sg:postcode":"EN11 8HD",
"sg:province":"Essex",
"sg:tags":[
"jeweller"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85633159,
101874049,
85684331
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_6SNITX1lgRCvLsMntav8zl_51.761066_-0.011461@1300740317"
},
"wof:country":"GB",
"wof:geomhash":"8cf375e4a67c1ba86cbc598bc6bd0de5",
"wof:hierarchy":[
{
"continent_id":-1,
"country_id":85633159,
"locality_id":101874049,
"neighbourhood_id":-1,
"region_id":85684331,
"venue_id":320449047
}
],
"wof:id":320449047,
"wof:lastmodified":1496962969,
"wof:name":"Garnier Jewellers Ltd.",
"wof:parent_id":-1,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"jeweller"
]
},
"bbox": [
-0.011461,
51.761066,
-0.011461,
51.761066
],
"geometry": {"coordinates":[-0.011461,51.761066],"type":"Point"}
} |
{
"id": 907439163,
"type": "Feature",
"properties": {
"addr:full":"117 Greenstead Road Colchester Essex CO1 2ST",
"addr:housenumber":"117",
"addr:postcode":"co1 2st",
"addr:street":"Greenstead Road Colchester",
"edtf:cessation":"uuuu",
"edtf:inception":"uuuu",
"geom:area":0.0,
"geom:area_square_m":0.0,
"geom:bbox":"0.9233679771,51.8887863159,0.9233679771,51.8887863159",
"geom:latitude":51.888786,
"geom:longitude":0.923368,
"iso:country":"GB",
"mz:hierarchy_label":1,
"mz:is_current":-1,
"sg:address":"117 Greenstead Road",
"sg:city":"Colchester",
"sg:classifiers":[
{
"category":"Transit Center",
"subcategory":"Passenger",
"type":"Transportation"
}
],
"sg:owner":"simplegeo",
"sg:phone":"+44 1206 871919",
"sg:postcode":"CO1 2ST",
"sg:province":"Essex",
"sg:tags":[
"ship",
"broker"
],
"src:geom":"simplegeo",
"wof:belongsto":[
85633159,
85787783,
85684217
],
"wof:breaches":[],
"wof:concordances":{
"sg:id":"SG_5DjjCvyO5124iFmCFfXXvu_51.888786_0.923368@1300740377"
},
"wof:country":"GB",
"wof:created":1471901474,
"wof:geomhash":"8cfbda89e842daa2d20f61fe0fe48bed",
"wof:hierarchy":[
{
"country_id":85633159,
"neighbourhood_id":85787783,
"region_id":85684217,
"venue_id":907439163
}
],
"wof:id":907439163,
"wof:lastmodified":1496973573,
"wof:name":"Alansons Shipping Ltd.",
"wof:parent_id":85787783,
"wof:placetype":"venue",
"wof:repo":"whosonfirst-data-venue-gb",
"wof:superseded_by":[],
"wof:supersedes":[],
"wof:tags":[
"ship",
"broker"
]
},
"bbox": [
0.9233679771,
51.8887863159,
0.9233679771,
51.8887863159
],
"geometry": {"coordinates":[0.9233679771,51.8887863159],"type":"Point"}
} |
[{"lineNumber": 6, "col_offset": 12, "nodeName": "Distribution", "type": "Type[garage.theano.distributions.base.Distribution]"}, {"lineNumber": 19, "col_offset": 14, "nodeName": "NotImplementedError", "type": "Type[NotImplementedError]"}, {"lineNumber": 22, "col_offset": 14, "nodeName": "NotImplementedError", "type": "Type[NotImplementedError]"}, {"lineNumber": 25, "col_offset": 14, "nodeName": "NotImplementedError", "type": "Type[NotImplementedError]"}, {"lineNumber": 28, "col_offset": 15, "nodeName": "exp", "type": "Any"}, {"lineNumber": 28, "col_offset": 15, "nodeName": "TT", "type": "Any"}, {"lineNumber": 28, "col_offset": 22, "nodeName": "log_likelihood_sym", "type": "Callable[[Any, Any], Any]"}, {"lineNumber": 28, "col_offset": 46, "nodeName": "x_var", "type": "Any"}, {"lineNumber": 28, "col_offset": 53, "nodeName": "dist_info_vars", "type": "Any"}, {"lineNumber": 28, "col_offset": 22, "nodeName": "self", "type": "Delta"}] |
{"Name":"Yehayu Incantation","Class":"Mystic","ID":null,"Description":"Removes target's status effects and for the next 26 seconds any healing received from spells is reduced by 95%.","Lore":null,"Level":10,"Type":"Aquan Curse","CastTime":"1 second","VigorCost":null,"ManaCost":1321,"CoolDown":"60 seconds","Duration":null} |
{"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.9104, 32.2244], [-88.9104, 31.8021], [-89.3227, 31.8021], [-89.3227, 32.2244], [-88.9104, 32.2244]]]}, "properties": {"County": "Jasper County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.7189, 34.075], [-88.7189, 33.7386], [-89.1918, 33.7386], [-89.1918, 34.075], [-88.7189, 34.075]]]}, "properties": {"County": "Chickasaw County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.7354, 34.5987], [-88.7354, 34.3648], [-89.2464, 34.3648], [-89.2464, 34.5987], [-88.7354, 34.5987]]]}, "properties": {"County": "Union County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.3479, 32.9291], [-88.3479, 32.5768], [-88.9153, 32.5768], [-88.9153, 32.9291], [-88.3479, 32.9291]]]}, "properties": {"County": "Kemper County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.6787, 33.5305], [-90.6787, 33.0077], [-91.2359, 33.0077], [-91.2359, 33.5305], [-90.6787, 33.5305]]]}, "properties": {"County": "Washington County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.6914, 33.0113], [-90.6914, 32.4112], [-91.214, 32.4112], [-91.214, 33.0113], [-90.6914, 33.0113]]]}, "properties": {"County": "Issaquena County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.0166, 34.995], [-89.0166, 34.5829], [-89.353, 34.5829], [-89.353, 34.995], [-89.0166, 34.995]]]}, "properties": {"County": "Benton County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.2489, 33.7458], [-88.2489, 33.2869], [-88.6713, 33.2869], [-88.6713, 33.7458], [-88.2489, 33.7458]]]}, "properties": {"County": "Lowndes County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.3478, 31.4342], [-89.3478, 30.9825], [-89.6544, 30.9825], [-89.6544, 31.4342], [-89.3478, 31.4342]]]}, "properties": {"County": "Lamar County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.3635, 34.9961], [-88.3635, 34.7556], [-88.8235, 34.7556], [-88.8235, 34.9961], [-88.3635, 34.9961]]]}, "properties": {"County": "Alcorn County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.2455, 34.5554], [-89.2455, 34.161], [-89.7222, 34.161], [-89.7222, 34.5554], [-89.2455, 34.5554]]]}, "properties": {"County": "Lafayette County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.6453, 33.6771], [-89.6453, 33.2142], [-90.1749, 33.2142], [-90.1749, 33.6771], [-89.6453, 33.6771]]]}, "properties": {"County": "Carroll County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.2426, 31.7175], [-90.2426, 31.3492], [-90.7374, 31.3492], [-90.7374, 31.7175], [-90.2426, 31.7175]]]}, "properties": {"County": "Lincoln County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.1984, 34.8917], [-90.1984, 34.4238], [-90.5918, 34.4238], [-90.5918, 34.8917], [-90.1984, 34.8917]]]}, "properties": {"County": "Tunica County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.3807, 33.678], [-89.3807, 33.2855], [-89.7869, 33.2855], [-89.7869, 33.678], [-89.3807, 33.678]]]}, "properties": {"County": "Montgomery County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.0882, 33.5332], [-89.0882, 33.1089], [-89.454, 33.1089], [-89.454, 33.5332], [-89.0882, 33.5332]]]}, "properties": {"County": "Choctaw County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.7178, 34.9959], [-88.7178, 34.5963], [-89.0886, 34.5963], [-89.0886, 34.9959], [-88.7178, 34.9959]]]}, "properties": {"County": "Tippah County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.3407, 31.016], [-89.3407, 30.4589], [-89.8523, 30.4589], [-89.8523, 31.016], [-89.3407, 31.016]]]}, "properties": {"County": "Pearl River County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.8343, 31.4341], [-88.8343, 30.9098], [-89.1462, 30.9098], [-89.1462, 31.4341], [-88.8343, 31.4341]]]}, "properties": {"County": "Perry County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.6569, 34.1208], [-90.6569, 33.5293], [-91.2346, 33.5293], [-91.2346, 34.1208], [-90.6569, 34.1208]]]}, "properties": {"County": "Bolivar County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.5538, 32.6189], [-90.5538, 32.0783], [-91.1746, 32.0783], [-91.1746, 32.6189], [-90.5538, 32.6189]]]}, "properties": {"County": "Warren County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.9138, 32.5773], [-88.9138, 32.2235], [-89.3227, 32.2235], [-89.3227, 32.5773], [-88.9138, 32.5773]]]}, "properties": {"County": "Newton County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.9253, 34.1644], [-89.9253, 33.6941], [-90.4516, 33.6941], [-90.4516, 34.1644], [-89.9253, 34.1644]]]}, "properties": {"County": "Tallahatchie County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.6563, 33.0975], [-90.6563, 32.6621], [-90.9653, 32.6621], [-90.9653, 33.0975], [-90.6563, 33.0975]]]}, "properties": {"County": "Sharkey County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.1379, 31.4344], [-89.1379, 30.9098], [-89.4516, 30.9098], [-89.4516, 31.4344], [-89.1379, 31.4344]]]}, "properties": {"County": "Forrest County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.5073, 34.1925], [-89.5073, 33.8669], [-89.9317, 33.8669], [-89.9317, 34.1925], [-89.5073, 34.1925]]]}, "properties": {"County": "Yalobusha County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.4314, 32.2277], [-88.4314, 31.8266], [-88.9143, 31.8266], [-88.9143, 32.2277], [-88.4314, 32.2277]]]}, "properties": {"County": "Clarke County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.653, 32.0497], [-89.653, 31.7527], [-90.2479, 31.7527], [-90.2479, 32.0497], [-89.653, 32.0497]]]}, "properties": {"County": "Simpson County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.8845, 30.9108], [-88.8845, 30.6473], [-89.3415, 30.6473], [-89.3415, 30.9108], [-88.8845, 30.9108]]]}, "properties": {"County": "Stone County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.7297, 32.5933], [-89.7297, 32.047], [-90.2548, 32.047], [-90.2548, 32.5933], [-89.7297, 32.5933]]]}, "properties": {"County": "Rankin County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.6537, 31.4341], [-89.6537, 30.9994], [-90.0406, 30.9994], [-90.0406, 31.4341], [-89.6537, 31.4341]]]}, "properties": {"County": "Marion County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.4126, 30.9988], [-88.4126, 30.7342], [-88.885, 30.7342], [-88.885, 30.9988], [-88.4126, 30.9988]]]}, "properties": {"County": "George County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.2039, 34.0894], [-88.2039, 33.6502], [-88.7204, 33.6502], [-88.7204, 34.0894], [-88.2039, 34.0894]]]}, "properties": {"County": "Monroe County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.3222, 32.6342], [-89.3222, 32.2218], [-89.7841, 32.2218], [-89.7841, 32.6342], [-89.3222, 32.6342]]]}, "properties": {"County": "Scott County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.7486, 33.3751], [-89.7486, 32.8796], [-90.432, 32.8796], [-90.432, 33.3751], [-89.7486, 33.3751]]]}, "properties": {"County": "Holmes County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.669, 33.5654], [-88.669, 33.286], [-89.0887, 33.286], [-89.0887, 33.5654], [-88.669, 33.5654]]]}, "properties": {"County": "Oktibbeha County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.3992, 31.7969], [-89.3992, 31.4337], [-89.7558, 31.4337], [-89.7558, 31.7969], [-89.3992, 31.7969]]]}, "properties": {"County": "Covington County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.8244, 34.3803], [-88.8244, 34.0739], [-89.2465, 34.0739], [-89.2465, 34.3803], [-88.8244, 34.3803]]]}, "properties": {"County": "Pontotoc County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.9659, 33.0224], [-89.9659, 32.503], [-90.7598, 32.503], [-90.7598, 33.0224], [-89.9659, 33.0224]]]}, "properties": {"County": "Yazoo County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.6684, 34.773], [-89.6684, 34.5536], [-90.2443, 34.5536], [-90.2443, 34.773], [-89.6684, 34.773]]]}, "properties": {"County": "Tate County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.9589, 31.7617], [-89.9589, 31.3287], [-90.2452, 31.3287], [-90.2452, 31.7617], [-89.9589, 31.7617]]]}, "properties": {"County": "Lawrence County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.3164, 33.286], [-89.3164, 32.8795], [-89.966, 32.8795], [-89.966, 33.286], [-89.3164, 33.286]]]}, "properties": {"County": "Attala County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.3292, 34.7568], [-88.3292, 34.4636], [-88.7365, 34.4636], [-88.7365, 34.7568], [-88.3292, 34.7568]]]}, "properties": {"County": "Prentiss County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.2596, 31.3503], [-90.2596, 30.9995], [-90.5484, 30.9995], [-90.5484, 31.3503], [-90.2596, 31.3503]]]}, "properties": {"County": "Pike County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.1075, 32.0501], [-90.1075, 31.6851], [-90.7368, 31.6851], [-90.7368, 32.0501], [-90.1075, 32.0501]]]}, "properties": {"County": "Copiah County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.1376, 34.1621], [-89.1376, 33.7216], [-89.5101, 33.7216], [-89.5101, 34.1621], [-89.1376, 34.1621]]]}, "properties": {"County": "Calhoun County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.4254, 31.436], [-88.4254, 30.9974], [-88.842, 30.9974], [-88.842, 31.436], [-88.4254, 31.436]]]}, "properties": {"County": "Greene County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.5476, 31.3497], [-90.5476, 30.9989], [-91.0954, 30.9989], [-91.0954, 31.3497], [-90.5476, 31.3497]]]}, "properties": {"County": "Amite County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.3061, 30.6484], [-89.3061, 30.1606], [-89.6906, 30.1606], [-89.6906, 30.6484], [-89.3061, 30.6484]]]}, "properties": {"County": "Hancock County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.3165, 32.2238], [-89.3165, 31.7807], [-89.7313, 31.7807], [-89.7313, 32.2238], [-89.3165, 32.2238]]]}, "properties": {"County": "Smith County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.7144, 32.2255], [-90.7144, 31.7854], [-91.2481, 31.7854], [-91.2481, 32.2255], [-90.7144, 32.2255]]]}, "properties": {"County": "Claiborne County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.4494, 31.8939], [-88.4494, 31.4334], [-88.9435, 31.4334], [-88.9435, 31.8939], [-88.4494, 31.8939]]]}, "properties": {"County": "Wayne County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.8128, 33.2864], [-88.8128, 32.9191], [-89.3192, 32.9191], [-89.3192, 33.2864], [-88.8128, 33.2864]]]}, "properties": {"County": "Winston County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.3303, 33.3295], [-90.3303, 32.9225], [-90.7332, 32.9225], [-90.7332, 33.3295], [-90.3303, 33.3295]]]}, "properties": {"County": "Humphreys County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.3044, 33.2884], [-88.3044, 32.926], [-88.8138, 32.926], [-88.8138, 33.2884], [-88.3044, 33.2884]]]}, "properties": {"County": "Noxubee County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.1013, 33.8114], [-90.1013, 33.2353], [-90.4538, 33.2353], [-90.4538, 33.8114], [-90.1013, 33.8114]]]}, "properties": {"County": "Leflore County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.3975, 34.524], [-90.3975, 33.9857], [-90.961, 33.9857], [-90.961, 34.524], [-90.3975, 34.524]]]}, "properties": {"County": "Coahoma County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.7951, 30.6773], [-88.7951, 30.1398], [-89.3418, 30.1398], [-89.3418, 30.6773], [-88.7951, 30.6773]]]}, "properties": {"County": "Harrison County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.3844, 30.736], [-88.3844, 30.1461], [-88.8845, 30.1461], [-88.8845, 30.736], [-88.3844, 30.736]]]}, "properties": {"County": "Jackson County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.7194, 34.5544], [-89.7194, 34.1595], [-90.1986, 34.1595], [-90.1986, 34.5544], [-89.7194, 34.5544]]]}, "properties": {"County": "Panola County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.2456, 34.9953], [-89.2456, 34.4948], [-89.7244, 34.4948], [-89.7244, 34.9953], [-89.2456, 34.9953]]]}, "properties": {"County": "Marshall County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.5069, 33.8981], [-89.5069, 33.6762], [-90.137, 33.6762], [-90.137, 33.8981], [-89.5069, 33.8981]]]}, "properties": {"County": "Grenada County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.0979, 34.9957], [-88.0979, 34.4632], [-88.3659, 34.4632], [-88.3659, 34.9957], [-88.0979, 34.9957]]]}, "properties": {"County": "Tishomingo County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.1344, 34.5111], [-90.1344, 34.0722], [-90.451, 34.0722], [-90.451, 34.5111], [-90.1344, 34.5111]]]}, "properties": {"County": "Quitman County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-91.0589, 31.3732], [-91.0589, 30.9987], [-91.6369, 30.9987], [-91.6369, 31.3732], [-91.0589, 31.3732]]]}, "properties": {"County": "Wilkinson County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.3176, 32.9317], [-89.3176, 32.5762], [-89.7303, 32.5762], [-89.7303, 32.9317], [-89.3176, 32.9317]]]}, "properties": {"County": "Leake County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.4719, 33.8124], [-88.4719, 33.5062], [-89.0361, 33.5062], [-89.0361, 33.8124], [-88.4719, 33.8124]]]}, "properties": {"County": "Clay County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.6326, 31.6116], [-90.6326, 31.3198], [-91.1581, 31.3198], [-91.1581, 31.6116], [-90.6326, 31.6116]]]}, "properties": {"County": "Franklin County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.9142, 32.9324], [-88.9142, 32.5764], [-89.3193, 32.5764], [-89.3193, 32.9324], [-88.9142, 32.9324]]]}, "properties": {"County": "Neshoba County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.5417, 34.5095], [-88.5417, 34.0745], [-88.8256, 34.0745], [-88.8256, 34.5095], [-88.5417, 34.5095]]]}, "properties": {"County": "Lee County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.4503, 33.9876], [-90.4503, 33.27], [-90.7645, 33.27], [-90.7645, 33.9876], [-90.4503, 33.9876]]]}, "properties": {"County": "Sunflower County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.7363, 31.8698], [-90.7363, 31.6101], [-91.3656, 31.6101], [-91.3656, 31.8698], [-90.7363, 31.8698]]]}, "properties": {"County": "Jefferson County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-91.1538, 31.7501], [-91.1538, 31.1911], [-91.655, 31.1911], [-91.655, 31.7501], [-91.1538, 31.7501]]]}, "properties": {"County": "Adams County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.1563, 34.4655], [-88.1563, 34.0866], [-88.5449, 34.0866], [-88.5449, 34.4655], [-88.1563, 34.4655]]]}, "properties": {"County": "Itawamba County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-90.0657, 32.5738], [-90.0657, 32.0484], [-90.7286, 32.0484], [-90.7286, 32.5738], [-90.0657, 32.5738]]]}, "properties": {"County": "Hinds County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.7234, 34.9957], [-89.7234, 34.7079], [-90.3177, 34.7079], [-90.3177, 34.9957], [-89.7234, 34.9957]]]}, "properties": {"County": "Desoto County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.9426, 31.8246], [-88.9426, 31.4335], [-89.4013, 31.4335], [-89.4013, 31.8246], [-88.9426, 31.8246]]]}, "properties": {"County": "Jones County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-88.3888, 32.5783], [-88.3888, 32.2242], [-88.9157, 32.2242], [-88.9157, 32.5783], [-88.3888, 32.5783]]]}, "properties": {"County": "Lauderdale County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.8358, 31.3509], [-89.8358, 31.0005], [-90.261, 31.0005], [-90.261, 31.3509], [-89.8358, 31.3509]]]}, "properties": {"County": "Walthall County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.5866, 31.7747], [-89.5866, 31.39], [-89.9762, 31.39], [-89.9762, 31.7747], [-89.5866, 31.7747]]]}, "properties": {"County": "Jefferson Davis County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.0183, 33.7394], [-89.0183, 33.4598], [-89.5071, 33.4598], [-89.5071, 33.7394], [-89.0183, 33.7394]]]}, "properties": {"County": "Webster County", "State": "Mississippi"}}, {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-89.7299, 32.8856], [-89.7299, 32.3994], [-90.4515, 32.3994], [-90.4515, 32.8856], [-89.7299, 32.8856]]]}, "properties": {"County": "Madison County", "State": "Mississippi"}}]} |
{
"name": "tools-api",
"version": "1.0.0",
"description": "API for tools-ui",
"private": true,
"main": "app.js",
"scripts": {
"lint": "gulp eslint",
"test": "gulp test",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NojYerac/tools-api.git"
},
"license": "Unlicense",
"keywords": [],
"author": {
"name": "Jon Carey",
"email": "noj.yerac@gmail.com"
},
"devDependencies": {
"gulp": "~3.*",
"gulp-env": "^0.4.0",
"gulp-eslint": "~3.*",
"gulp-mocha": "~3.*",
"mocha": "~3.*",
"morgan": "^1.7.0",
"sqlite3": "^3.1.4",
"should": "~10.*",
"supertest": "^2.0.0"
},
"dependencies": {
"body-parser": "~1.*",
"cookie-parser": "^1.4.3",
"express": "~4.*",
"orm": "^3.1.0",
"pg": "^6.1.0",
"serve-favicon": "^2.3.0"
}
}
|
{
"directions": [
"Combine carrots, rutabaga, onion, chicken stock, 3 tablespoons butter, brown sugar, and nutmeg in a large saucepan; bring to a boil. Reduce heat, partially cover saucepan with a lid, and simmer, stirring occasionally, until vegetables are very tender, about 45 minutes.",
"Transfer vegetables using a slotted spoon to a food processor or blender. Continue to cook remaining broth mixture in saucepan over high heat, stirring constantly, until liquid reduced to about 1 tablespoon, 2 to 3 minutes. Add reduced broth mixture to vegetables in food processor; blend until very smooth. Transfer mixture to a bowl and cool to room temperature.",
"Stir eggs, flour, baking powder, salt, and pepper into pureed vegetable mixture until evenly combined; spoon into a buttered 6-cup casserole or souffle dish.",
"Melt remaining 1 tablespoon butter in a saucepan over low heat; stir in pecans until fragrant and coated, 1 to 2 minutes. Spread buttered pecans around the edge the vegetable mixture, creating a border. Cover dish with plastic wrap and refrigerate, 8 hours to overnight.",
"Bring vegetable mixture to room temperature, about 30 minutes before baking.",
"Preheat oven to 350 degrees F (175 degrees C). Remove plastic wrap from casserole dish.",
"Bake in the preheated oven until puffed, set in the middle, and golden brown, about 30 minutes."
],
"ingredients": [
"4 carrots, peeled and cut into 1/2-inch chunks",
"1 rutabaga, peeled and cut into 1/2-inch chunks",
"1/2 onion, chopped",
"1 1/2 cups chicken stock",
"1/4 cup butter, divided",
"1 tablespoon brown sugar",
"1 pinch freshly grated nutmeg",
"2 eggs, slightly beaten",
"1 tablespoon all-purpose flour, or as needed",
"2 tablespoons baking powder",
"salt and ground black pepper to taste",
"1/2 cup finely chopped pecans"
],
"language": "en-US",
"source": "allrecipes.com",
"tags": [],
"title": "Rutabaga and Carrot Puff",
"url": "http://allrecipes.com/recipe/234649/rutabaga-and-carrot-puff/"
}
|
[{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845034000,"args":{"JVM stats":"heap_memory_usage: 206526448\nnon_heap_memory_usage: 165549864\nloaded_class_count: 16087\nthread_count: 26\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845072000,"args":{"JVM stats":"heap_memory_usage: 216164424\nnon_heap_memory_usage: 165640920\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845072001,"args":{"JVM stats":"heap_memory_usage: 216164424\nnon_heap_memory_usage: 165641752\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845109000,"args":{"JVM stats":"heap_memory_usage: 226798768\nnon_heap_memory_usage: 165641264\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845113000,"args":{"JVM stats":"heap_memory_usage: 227550920\nnon_heap_memory_usage: 165655280\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845117000,"args":{"JVM stats":"heap_memory_usage: 228054176\nnon_heap_memory_usage: 165658816\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845118000,"args":{"JVM stats":"heap_memory_usage: 228054176\nnon_heap_memory_usage: 165658816\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845118001,"args":{"JVM stats":"heap_memory_usage: 228137504\nnon_heap_memory_usage: 165658816\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845119000,"args":{"JVM stats":"heap_memory_usage: 228220920\nnon_heap_memory_usage: 165658816\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845119001,"args":{"JVM stats":"heap_memory_usage: 228220920\nnon_heap_memory_usage: 165658816\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845120000,"args":{"JVM stats":"heap_memory_usage: 228220920\nnon_heap_memory_usage: 165658816\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845157000,"args":{"JVM stats":"heap_memory_usage: 75725256\nnon_heap_memory_usage: 165662096\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 1\n gc_time: 10\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845157001,"args":{"JVM stats":"heap_memory_usage: 76581704\nnon_heap_memory_usage: 165666896\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845161000,"args":{"JVM stats":"heap_memory_usage: 77513888\nnon_heap_memory_usage: 165670248\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845161001,"args":{"JVM stats":"heap_memory_usage: 77513888\nnon_heap_memory_usage: 165670248\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845168000,"args":{"JVM stats":"heap_memory_usage: 79525928\nnon_heap_memory_usage: 165676952\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845169000,"args":{"JVM stats":"heap_memory_usage: 79525928\nnon_heap_memory_usage: 165676952\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845187000,"args":{"JVM stats":"heap_memory_usage: 80854864\nnon_heap_memory_usage: 165676952\nloaded_class_count: 16087\nthread_count: 35\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845240000,"args":{"JVM stats":"heap_memory_usage: 91980272\nnon_heap_memory_usage: 165792960\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845242000,"args":{"JVM stats":"heap_memory_usage: 92251488\nnon_heap_memory_usage: 165793920\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845242001,"args":{"JVM stats":"heap_memory_usage: 92394664\nnon_heap_memory_usage: 165794496\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845243000,"args":{"JVM stats":"heap_memory_usage: 92394664\nnon_heap_memory_usage: 165794496\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845247000,"args":{"JVM stats":"heap_memory_usage: 92982088\nnon_heap_memory_usage: 165794496\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845250000,"args":{"JVM stats":"heap_memory_usage: 93268488\nnon_heap_memory_usage: 165803824\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845251000,"args":{"JVM stats":"heap_memory_usage: 93554864\nnon_heap_memory_usage: 165805232\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845252000,"args":{"JVM stats":"heap_memory_usage: 93554864\nnon_heap_memory_usage: 165826672\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845260000,"args":{"JVM stats":"heap_memory_usage: 94811520\nnon_heap_memory_usage: 165827184\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845279000,"args":{"JVM stats":"heap_memory_usage: 96269008\nnon_heap_memory_usage: 165841520\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845281000,"args":{"JVM stats":"heap_memory_usage: 96269008\nnon_heap_memory_usage: 165841520\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845282000,"args":{"JVM stats":"heap_memory_usage: 96269008\nnon_heap_memory_usage: 165841520\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845289000,"args":{"JVM stats":"heap_memory_usage: 98062512\nnon_heap_memory_usage: 165841520\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845290000,"args":{"JVM stats":"heap_memory_usage: 98062512\nnon_heap_memory_usage: 165841520\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845295000,"args":{"JVM stats":"heap_memory_usage: 99222344\nnon_heap_memory_usage: 165841520\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845296000,"args":{"JVM stats":"heap_memory_usage: 99365528\nnon_heap_memory_usage: 165841520\nloaded_class_count: 16087\nthread_count: 36\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845324000,"args":{"JVM stats":"heap_memory_usage: 104388888\nnon_heap_memory_usage: 165852176\nloaded_class_count: 16087\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845325000,"args":{"JVM stats":"heap_memory_usage: 105102672\nnon_heap_memory_usage: 165856432\nloaded_class_count: 16087\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845326000,"args":{"JVM stats":"heap_memory_usage: 105159984\nnon_heap_memory_usage: 165856432\nloaded_class_count: 16087\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845326001,"args":{"JVM stats":"heap_memory_usage: 105188736\nnon_heap_memory_usage: 165856728\nloaded_class_count: 16087\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845327000,"args":{"JVM stats":"heap_memory_usage: 105393344\nnon_heap_memory_usage: 165857320\nloaded_class_count: 16087\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845327001,"args":{"JVM stats":"heap_memory_usage: 105393344\nnon_heap_memory_usage: 165873640\nloaded_class_count: 16087\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845341000,"args":{"JVM stats":"heap_memory_usage: 107062832\nnon_heap_memory_usage: 165881672\nloaded_class_count: 16087\nthread_count: 37\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845376000,"args":{"JVM stats":"heap_memory_usage: 120184408\nnon_heap_memory_usage: 165937520\nloaded_class_count: 16087\nthread_count: 44\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845384000,"args":{"JVM stats":"heap_memory_usage: 121955544\nnon_heap_memory_usage: 165954288\nloaded_class_count: 16087\nthread_count: 44\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845413000,"args":{"JVM stats":"heap_memory_usage: 134792288\nnon_heap_memory_usage: 165957296\nloaded_class_count: 16087\nthread_count: 44\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845414000,"args":{"JVM stats":"heap_memory_usage: 134939176\nnon_heap_memory_usage: 165974768\nloaded_class_count: 16087\nthread_count: 44\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845419000,"args":{"JVM stats":"heap_memory_usage: 135442480\nnon_heap_memory_usage: 165961712\nloaded_class_count: 16087\nthread_count: 44\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845551000,"args":{"JVM stats":"heap_memory_usage: 146686264\nnon_heap_memory_usage: 166034688\nloaded_class_count: 16087\nthread_count: 54\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845557000,"args":{"JVM stats":"heap_memory_usage: 147216032\nnon_heap_memory_usage: 166059840\nloaded_class_count: 16087\nthread_count: 54\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845558000,"args":{"JVM stats":"heap_memory_usage: 147359264\nnon_heap_memory_usage: 166060320\nloaded_class_count: 16087\nthread_count: 54\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845558001,"args":{"JVM stats":"heap_memory_usage: 147359264\nnon_heap_memory_usage: 166060320\nloaded_class_count: 16087\nthread_count: 54\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845558000,"args":{"JVM stats":"heap_memory_usage: 147503456\nnon_heap_memory_usage: 166100960\nloaded_class_count: 16087\nthread_count: 54\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":0,"ph":"i","name":"Memory sample","ts":1510078845571000,"args":{"JVM stats":"heap_memory_usage: 148155664\nnon_heap_memory_usage: 166086272\nloaded_class_count: 16087\nthread_count: 44\ngarbage_collection_stats {\n name: \"PS Scavenge\"\n gc_collections: 0\n gc_time: 0\n}\ngarbage_collection_stats {\n name: \"PS MarkSweep\"\n gc_collections: 0\n gc_time: 0\n}\n"}},{"pid":1,"tid":68,"id":2,"name":"base plugin project configure","args":{"span_id":"2","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n"},"ph":"X","ts":1510078845034000,"dur":3000},{"pid":1,"tid":68,"id":3,"name":"base plugin project base extension creation","args":{"span_id":"3","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n"},"ph":"X","ts":1510078845037000,"dur":2000},{"pid":1,"tid":68,"id":5,"name":"task manager create tasks","args":{"span_id":"5","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n"},"ph":"X","ts":1510078845039000,"dur":100},{"pid":1,"tid":68,"id":4,"name":"base plugin project tasks creation","args":{"span_id":"4","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n"},"ph":"X","ts":1510078845039000,"dur":100},{"pid":1,"tid":68,"id":8,"name":"variant manager create variants","args":{"span_id":"8","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n"},"ph":"X","ts":1510078845041000,"dur":2000},{"pid":1,"tid":68,"id":9,"name":"variant manager create tests tasks","args":{"span_id":"9","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n"},"ph":"X","ts":1510078845043000,"dur":100},{"pid":1,"tid":68,"id":11,"name":"app task manager create merge manifest task","args":{"span_id":"11","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845044000,"dur":1000},{"pid":1,"tid":68,"id":12,"name":"app task manager create generate res values task","args":{"span_id":"12","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845045000,"dur":2000},{"pid":1,"tid":68,"id":13,"name":"app task manager create create renderscript task","args":{"span_id":"13","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845047000,"dur":100},{"pid":1,"tid":68,"id":14,"name":"app task manager create merge resources task","args":{"span_id":"14","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845047000,"dur":100},{"pid":1,"tid":68,"id":15,"name":"app task manager create merge assets task","args":{"span_id":"15","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845047000,"dur":100},{"pid":1,"tid":68,"id":16,"name":"app task manager create build config task","args":{"span_id":"16","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845047000,"dur":1000},{"pid":1,"tid":68,"id":17,"name":"app task manager create process res task","args":{"span_id":"17","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845048000,"dur":1000},{"pid":1,"tid":68,"id":18,"name":"app task manager create aidl task","args":{"span_id":"18","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845049000,"dur":1000},{"pid":1,"tid":68,"id":19,"name":"app task manager create shader task","args":{"span_id":"19","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845050000,"dur":100},{"pid":1,"tid":68,"id":20,"name":"app task manager create ndk task","args":{"span_id":"20","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845050000,"dur":100},{"pid":1,"tid":68,"id":21,"name":"app task manager create external native build task","args":{"span_id":"21","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845050000,"dur":100},{"pid":1,"tid":68,"id":22,"name":"app task manager create merge jnilibs folders task","args":{"span_id":"22","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845050000,"dur":1000},{"pid":1,"tid":68,"id":23,"name":"app task manager create compile task","args":{"span_id":"23","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845051000,"dur":3000},{"pid":1,"tid":68,"id":24,"name":"app task manager create packaging task","args":{"span_id":"24","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845054000,"dur":1000},{"pid":1,"tid":68,"id":25,"name":"app task manager create lint task","args":{"span_id":"25","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845055000,"dur":1000},{"pid":1,"tid":68,"id":10,"name":"variant manager create tasks for variant","args":{"span_id":"10","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845043000,"dur":13000},{"pid":1,"tid":68,"id":26,"name":"variant manager create tasks for variant","args":{"span_id":"26","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n"},"ph":"X","ts":1510078845056000,"dur":1000},{"pid":1,"tid":68,"id":27,"name":"variant manager create tasks for variant","args":{"span_id":"27","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n"},"ph":"X","ts":1510078845057000,"dur":4000},{"pid":1,"tid":68,"id":7,"name":"variant manager create android tasks","args":{"span_id":"7","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n"},"ph":"X","ts":1510078845041000,"dur":20000},{"pid":1,"tid":68,"id":28,"name":"variant manager external native config values","args":{"span_id":"28","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n"},"ph":"X","ts":1510078845061000,"dur":100},{"pid":1,"tid":68,"id":6,"name":"base plugin create android tasks","args":{"span_id":"6","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n"},"ph":"X","ts":1510078845040000,"dur":21000},{"pid":1,"tid":0,"id":29,"name":"task: build info loader","args":{"span_id":"29","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 7\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845071000,"dur":1000},{"pid":1,"tid":0,"id":30,"name":"task: unknown task type","args":{"span_id":"30","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845072000,"dur":100},{"pid":1,"tid":0,"id":31,"name":"task: app pre build","args":{"span_id":"31","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 92\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845073000,"dur":35000},{"pid":1,"tid":0,"id":32,"name":"task: aidl compile","args":{"span_id":"32","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 1\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845109000,"dur":4000},{"pid":1,"tid":0,"id":33,"name":"task: renderscript compile","args":{"span_id":"33","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 54\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845114000,"dur":3000},{"pid":1,"tid":0,"id":34,"name":"task: check manifest","args":{"span_id":"34","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 8\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845117000,"dur":1000},{"pid":1,"tid":0,"id":35,"name":"task: generate build config","args":{"span_id":"35","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 24\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845118000,"dur":100},{"pid":1,"tid":0,"id":36,"name":"task: prepare lint jar","args":{"span_id":"36","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","task":"type: 119\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845118000,"dur":1000},{"pid":1,"tid":0,"id":37,"name":"task: generate res values","args":{"span_id":"37","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 26\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845119000,"dur":100},{"pid":1,"tid":0,"id":38,"name":"task: unknown task type","args":{"span_id":"38","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845119000,"dur":1000},{"pid":1,"tid":0,"id":39,"name":"task: merge resources","args":{"span_id":"39","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 40\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845120000,"dur":37000},{"pid":1,"tid":0,"id":40,"name":"task: compatible screens manifest","args":{"span_id":"40","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 9\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845157000,"dur":100},{"pid":1,"tid":0,"id":41,"name":"task: merge manifests","args":{"span_id":"41","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 39\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845158000,"dur":3000},{"pid":1,"tid":0,"id":42,"name":"task: splits discovery","args":{"span_id":"42","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 87\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845161000,"dur":100},{"pid":1,"tid":0,"id":43,"name":"task: process android resources","args":{"span_id":"43","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 51\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845162000,"dur":6000},{"pid":1,"tid":0,"id":44,"name":"task: unknown task type","args":{"span_id":"44","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845169000,"dur":100},{"pid":1,"tid":0,"id":45,"name":"task: java pre compile","args":{"span_id":"45","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 76\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845169000,"dur":18000},{"pid":1,"tid":0,"id":46,"name":"task: android java compile","args":{"span_id":"46","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","task":"type: 3\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845188000,"dur":52000},{"pid":1,"tid":0,"id":47,"name":"task: merge source set folders","args":{"span_id":"47","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845241000,"dur":1000},{"pid":1,"tid":0,"id":48,"name":"task: shader compile","args":{"span_id":"48","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 55\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845242000,"dur":100},{"pid":1,"tid":0,"id":49,"name":"task: unknown task type","args":{"span_id":"49","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845242000,"dur":1000},{"pid":1,"tid":0,"id":50,"name":"task: merge source set folders","args":{"span_id":"50","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845243000,"dur":4000},{"pid":1,"tid":0,"id":51,"name":"task: package application","args":{"span_id":"51","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845247000,"dur":3000},{"pid":1,"tid":0,"id":52,"name":"task: check manifest in instant run mode","args":{"span_id":"52","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 72\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845250000,"dur":1000},{"pid":1,"tid":0,"id":53,"name":"task: transform","args":{"span_id":"53","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845252000,"dur":100},{"pid":1,"tid":69,"id":55,"name":"transform prep: instant run verifier","args":{"span_id":"55","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1510078845257000,"dur":100},{"pid":1,"tid":69,"id":57,"name":"task file verification","args":{"span_id":"57","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n"},"ph":"X","ts":1510078845257000,"dur":1000},{"pid":1,"tid":69,"id":56,"name":"transform: instant run verifier","args":{"span_id":"56","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 20\nis_incremental: true\n"},"ph":"X","ts":1510078845257000,"dur":1000},{"pid":1,"tid":0,"id":54,"name":"task: transform","args":{"span_id":"54","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845253000,"dur":7000},{"pid":1,"tid":0,"id":58,"name":"task: transform","args":{"span_id":"58","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845260000,"dur":19000},{"pid":1,"tid":0,"id":59,"name":"task: ndk compile","args":{"span_id":"59","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 43\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845280000,"dur":100},{"pid":1,"tid":0,"id":60,"name":"task: merge source set folders","args":{"span_id":"60","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 41\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845281000,"dur":100},{"pid":1,"tid":0,"id":61,"name":"task: transform","args":{"span_id":"61","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845282000,"dur":7000},{"pid":1,"tid":0,"id":62,"name":"task: unknown task type","args":{"span_id":"62","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: true\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845289000,"dur":1000},{"pid":1,"tid":0,"id":63,"name":"task: transform","args":{"span_id":"63","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845290000,"dur":5000},{"pid":1,"tid":0,"id":64,"name":"task: transform","args":{"span_id":"64","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845295000,"dur":1000},{"pid":1,"tid":69,"id":66,"name":"transform prep: instant run","args":{"span_id":"66","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 5\nis_incremental: true\n"},"ph":"X","ts":1510078845307000,"dur":10000},{"pid":1,"tid":69,"id":67,"name":"transform: instant run","args":{"span_id":"67","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 5\nis_incremental: true\n"},"ph":"X","ts":1510078845317000,"dur":4000},{"pid":1,"tid":0,"id":65,"name":"task: transform","args":{"span_id":"65","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845296000,"dur":28000},{"pid":1,"tid":69,"id":69,"name":"transform prep: instant run dex","args":{"span_id":"69","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 3\nis_incremental: true\n"},"ph":"X","ts":1510078845325000,"dur":100},{"pid":1,"tid":69,"id":70,"name":"transform: instant run dex","args":{"span_id":"70","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 3\nis_incremental: true\n"},"ph":"X","ts":1510078845325000,"dur":100},{"pid":1,"tid":0,"id":68,"name":"task: transform","args":{"span_id":"68","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845324000,"dur":1000},{"pid":1,"tid":0,"id":71,"name":"task: unknown task type","args":{"span_id":"71","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845326000,"dur":100},{"pid":1,"tid":0,"id":72,"name":"task: pre cold swap","args":{"span_id":"72","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 48\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845326000,"dur":100},{"pid":1,"tid":0,"id":73,"name":"task: fast deploy runtime extractor","args":{"span_id":"73","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 21\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845326000,"dur":1000},{"pid":1,"tid":0,"id":74,"name":"task: generate instant run app info","args":{"span_id":"74","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 25\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845327000,"dur":100},{"pid":1,"tid":69,"id":76,"name":"transform prep: instant run slicer","args":{"span_id":"76","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 4\nis_incremental: true\n"},"ph":"X","ts":1510078845334000,"dur":1000},{"pid":1,"tid":69,"id":77,"name":"transform: instant run slicer","args":{"span_id":"77","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 4\nis_incremental: true\n"},"ph":"X","ts":1510078845335000,"dur":1000},{"pid":1,"tid":0,"id":75,"name":"task: transform","args":{"span_id":"75","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845327000,"dur":14000},{"pid":1,"tid":69,"id":79,"name":"transform prep: dex archive builder","args":{"span_id":"79","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 29\nis_incremental: true\n"},"ph":"X","ts":1510078845353000,"dur":1000},{"pid":1,"tid":69,"id":80,"name":"transform: dex archive builder","args":{"span_id":"80","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 29\nis_incremental: true\n"},"ph":"X","ts":1510078845354000,"dur":17000},{"pid":1,"tid":0,"id":78,"name":"task: transform","args":{"span_id":"78","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845341000,"dur":35000},{"pid":1,"tid":69,"id":82,"name":"transform prep: external libs merger","args":{"span_id":"82","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 34\nis_incremental: true\n"},"ph":"X","ts":1510078845382000,"dur":1000},{"pid":1,"tid":69,"id":83,"name":"transform: external libs merger","args":{"span_id":"83","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 34\nis_incremental: true\n"},"ph":"X","ts":1510078845383000,"dur":1000},{"pid":1,"tid":0,"id":81,"name":"task: transform","args":{"span_id":"81","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845377000,"dur":7000},{"pid":1,"tid":69,"id":85,"name":"transform prep: dex merger","args":{"span_id":"85","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 30\nis_incremental: true\n"},"ph":"X","ts":1510078845393000,"dur":100},{"pid":1,"tid":69,"id":86,"name":"transform: dex merger","args":{"span_id":"86","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 30\nis_incremental: true\n"},"ph":"X","ts":1510078845393000,"dur":17000},{"pid":1,"tid":0,"id":84,"name":"task: transform","args":{"span_id":"84","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845385000,"dur":28000},{"pid":1,"tid":0,"id":87,"name":"task: validate signing","args":{"span_id":"87","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 67\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845413000,"dur":1000},{"pid":1,"tid":69,"id":89,"name":"transform prep: instant run dependencies apk builder","args":{"span_id":"89","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 23\nis_incremental: true\n"},"ph":"X","ts":1510078845417000,"dur":1000},{"pid":1,"tid":69,"id":90,"name":"transform: instant run dependencies apk builder","args":{"span_id":"90","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 23\nis_incremental: true\n"},"ph":"X","ts":1510078845418000,"dur":1000},{"pid":1,"tid":0,"id":88,"name":"task: transform","args":{"span_id":"88","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845415000,"dur":4000},{"pid":1,"tid":69,"id":92,"name":"transform prep: instant run slice split apk builder","args":{"span_id":"92","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 24\nis_incremental: true\n"},"ph":"X","ts":1510078845422000,"dur":100},{"pid":1,"tid":69,"id":93,"name":"transform: instant run slice split apk builder","args":{"span_id":"93","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","transform":"type: 24\nis_incremental: true\n"},"ph":"X","ts":1510078845422000,"dur":128000},{"pid":1,"tid":0,"id":91,"name":"task: transform","args":{"span_id":"91","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 65\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845419000,"dur":132000},{"pid":1,"tid":0,"id":94,"name":"task: package application","args":{"span_id":"94","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 45\ndid_work: false\nskipped: true\nup_to_date: true\nfailed: false\n"},"ph":"X","ts":1510078845552000,"dur":5000},{"pid":1,"tid":0,"id":95,"name":"task: build info writer","args":{"span_id":"95","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","variant":"id: 1\nis_debug: true\nminify_enabled: false\nuse_multidex: false\nuse_legacy_multidex: false\nvariant_type: APPLICATION\nmin_sdk_version {\n api_level: 14\n}\ntarget_sdk_version {\n api_level: 24\n}\ndex_builder: DX_DEXER\ndex_merger: DX_MERGER\n","task":"type: 70\ndid_work: true\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845557000,"dur":1000},{"pid":1,"tid":0,"id":96,"name":"task: unknown task type","args":{"span_id":"96","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845558000,"dur":100},{"pid":1,"tid":0,"id":97,"name":"task: unknown task type","args":{"span_id":"97","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n","task":"type: 0\ndid_work: false\nskipped: false\nup_to_date: false\nfailed: false\n"},"ph":"X","ts":1510078845558000,"dur":100},{"pid":1,"tid":68,"id":98,"name":"base plugin build finished","args":{"span_id":"98","project":"id: 1\nandroid_plugin_version: \"3.0.0\"\nandroid_plugin: APPLICATION\nplugin_generation: FIRST\nbuild_tools_version: \"26.0.2\"\ncompile_sdk: \"android-24\"\nsplits {\n}\n"},"ph":"X","ts":1510078845564000,"dur":100}] |
[{"REFINE_WGS84_LAT":"37.038576568","REFINE_WGS84_LOGT":"127.12453256","items":[{"CMPNM_NM":"리치블루베리","TELNO":"041-582-2362","REFINE_LOTNO_ADDR":"경기도 안성시 원곡면 내가천리 97-4","INDUTYPE_NM":"음료식품 - 농·축·수산품"}]},{"REFINE_WGS84_LAT":"37.039962544","REFINE_WGS84_LOGT":"127.12614212","items":[{"CMPNM_NM":"아이맘푸드","TELNO":"031-692-6901","REFINE_LOTNO_ADDR":"경기도 안성시 원곡면 내가천리 94-10번지","INDUTYPE_NM":"음료식품 - 기타음료식품"}]},{"REFINE_WGS84_LAT":"37.034770691","REFINE_WGS84_LOGT":"127.11891801","items":[{"CMPNM_NM":"주미네매점","TELNO":"031-000-0000","REFINE_LOTNO_ADDR":"경기도 안성시 원곡면 내가천리 181-21번지 174-4","INDUTYPE_NM":"음료식품 - 기타음료식품"}]},{"REFINE_WGS84_LAT":"37.044381733","REFINE_WGS84_LOGT":"127.13089291","items":[{"CMPNM_NM":"주식회사 지노에프앤비","TELNO":"031-651-1293","REFINE_LOTNO_ADDR":"경기도 안성시 원곡면 내가천리 14-1번지 1동","INDUTYPE_NM":"음료식품 - 기타음료식품"}]}] |
["f5682fc373ed2ea537f143ecf4d351eaa97bde7e","b60ecac8835390f73ed1975e5b56f4b0fe954e10","076e7c0c31a5612b9f148d19de9a29248df8f6c0"] |
{"keys": ["351023", "351048", "", "351095", "351100", "351104", "351140", "351146", "351151", "351221", "351228", "351284", "351291", "351368", "351398", "351895", "351212", "351276", "351360", "351091", "351134", "351205", "351267", "351087", "351127", "351342", "351197", "351258", "351944", "351122", "351251", "351467", "351116", "351188", "351394", "351489", "351181", "351242", "351335", "351234", "351327", "351385", "351510", "351175", "351455", "351523", "351166", "351225", "351320", "351378", "351218", "351313", "351369", "351447", "351213", "351363", "351490", "351304", "351439", "351297", "351354", "351431", "351483", "351289", "351348", "351423", "351547", "351281", "351340", "351475", "350963", "351414", "351541", "351272", "351332", "351407", "351469", "351535", "351262", "351324", "351462", "351399", "351454", "351530", "351255", "351317", "351391", "351524", "351310", "351448", "351246", "351383", "351441", "351517", "351239", "351301", "351374", "351512", "351229", "351294", "351434", "351552", "351366", "351505", "351546", "351220", "351286", "351358", "351425", "351499", "351540", "351275", "351416", "351351", "351493", "351534", "351265", "351344", "351408", "351201", "351400", "351486", "351529", "351337", "351392", "351480", "351193", "351247", "351329", "351473", "351518", "351186", "351384", "351240", "351466", "351511", "351178", "351371", "351231", "351309", "351460", "351503", "351171", "351222", "351451", "351163", "351300", "351497", "351157", "351214", "351352", "351442", "351491", "351292", "351346", "351152", "351206", "351285", "351484", "351147", "351199", "351339", "351277", "351420", "351476", "351139", "351190", "351269", "351331", "351551", "351184", "351260", "351323", "351412", "351461", "351545", "351133", "351176", "351404", "351126", "351253", "351316", "351539", "351168", "351308", "351395", "351453", "351120", "351244", "351299", "351387", "351446", "351114", "351159", "351236", "351437", "351528", "351109", "351154", "351290", "351381", "351227", "351373", "351429", "351520", "351103", "351149", "351219", "351282", "351514", "351144", "351211", "351274", "351365", "351421", "351099", "351137", "351413", "351507", "351094", "351204", "351266", "351357", "351549", "351131", "351257", "351350", "351406", "351501", "351543", "351090", "351196", "351343", "351397", "351495", "351085", "351125", "351189", "351250", "351482", "351537", "351081", "351119", "351241", "351336", "351388", "351054", "351182", "351328", "351532"], "data": {"351344": {"propaddres": 12020, "proaddress": "12020 LAING", "parcelnumb": "21057956.", "fid": 351344, "ownername1": "NOLAND, JERRY"}, "351524": {"propaddres": 12004, "proaddress": "12004 WHITEHILL", "parcelnumb": "21058211.", "fid": 351524, "ownername1": "1ST DEVELOPMENT, LLC"}, "351023": {"propaddres": 12800, "proaddress": "12800 KELLY RD", "parcelnumb": "21056883.", "fid": 351023, "ownername1": "CITY OF DETROIT-RECREATION DEPT 51"}, "351408": {"propaddres": 11941, "proaddress": "11941 WHITEHILL", "parcelnumb": "21058290.", "fid": 351408, "ownername1": "JOHNSON, DERRES"}, "351109": {"propaddres": 11950, "proaddress": "11950 DUCHESS", "parcelnumb": "21057767.", "fid": 351109, "ownername1": "SANDERS, WANDA"}, "351486": {"propaddres": 11956, "proaddress": "11956 WHITEHILL", "parcelnumb": "21058205.", "fid": 351486, "ownername1": "BAGGS, MARCUS"}, "351241": {"propaddres": 11751, "proaddress": "11751 WHITEHILL", "parcelnumb": "21058309.", "fid": 351241, "ownername1": "TAXPAYER"}, "351551": {"propaddres": 11822, "proaddress": "11822 LANSDOWNE", "parcelnumb": "21058415.003L", "fid": 351551, "ownername1": "CROXTON, JANICE L"}, "351895": {"propaddres": 12140, "proaddress": "12140 MORANG", "parcelnumb": "21076577-84", "fid": 351895, "ownername1": "BUTLER FUNERAL HOME, LLC"}, "351100": {"propaddres": 12388, "proaddress": "12388 PAYTON", "parcelnumb": "21057462.", "fid": 351100, "ownername1": "THOMAS, DIANE"}, "351103": {"propaddres": 11942, "proaddress": "11942 DUCHESS", "parcelnumb": "21057766.", "fid": 351103, "ownername1": "MITCHELL, CHRISTOPHER A"}, "351104": {"propaddres": 12396, "proaddress": "12396 PAYTON", "parcelnumb": "21057463.", "fid": 351104, "ownername1": "FANNIE MAE"}, "351528": {"propaddres": 11766, "proaddress": "11766 LANSDOWNE", "parcelnumb": "21058414.", "fid": 351528, "ownername1": "BAC HOME LOANS SERVICING LP"}, "351387": {"propaddres": 11830, "proaddress": "11830 WHITEHILL", "parcelnumb": "21058194.", "fid": 351387, "ownername1": "REDIC, DENNIS N"}, "351229": {"propaddres": 12110, "proaddress": "12110 DUCHESS", "parcelnumb": "21057783.", "fid": 351229, "ownername1": "FUGA, MARK"}, "351181": {"propaddres": 12280, "proaddress": "12280 RIAD", "parcelnumb": "21057614.", "fid": 351181, "ownername1": "PROPHET, ARNITA"}, "351182": {"propaddres": 11838, "proaddress": "11838 LAING", "parcelnumb": "21057937.", "fid": 351182, "ownername1": "PAYNE, TERRY B"}, "351495": {"propaddres": 11726, "proaddress": "11726 LANSDOWNE", "parcelnumb": "21058409.", "fid": 351495, "ownername1": "PAPALE, MARK"}, "351184": {"propaddres": 11901, "proaddress": "11901 LAING", "parcelnumb": "21058058.", "fid": 351184, "ownername1": "WILSON, ANNA E"}, "351343": {"propaddres": 11782, "proaddress": "11782 WHITEHILL", "parcelnumb": "21058188.", "fid": 351343, "ownername1": "ROBINSON, EDWARD"}, "351186": {"propaddres": 12048, "proaddress": "12048 DUCHESS", "parcelnumb": "21057779.", "fid": 351186, "ownername1": "LAKEMOUNT CORPORATION"}, "351221": {"propaddres": 12320, "proaddress": "12320 RIAD", "parcelnumb": "21057619.", "fid": 351221, "ownername1": "TERRELL, CLIFFORD S"}, "351220": {"propaddres": 12100, "proaddress": "12100 DUCHESS", "parcelnumb": "21057782.", "fid": 351220, "ownername1": "WALKER, DARYL D"}, "351425": {"propaddres": 11955, "proaddress": "11955 WHITEHILL", "parcelnumb": "21058288.", "fid": 351425, "ownername1": "BRYANT, GREGORY"}, "351222": {"propaddres": 11941, "proaddress": "11941 LAING", "parcelnumb": "21058053.", "fid": 351222, "ownername1": "LAWRENCE & CROFT INC"}, "351225": {"propaddres": 12187, "proaddress": "12187 DUCHESS", "parcelnumb": "21057868.", "fid": 351225, "ownername1": "KING, MONICA"}, "351227": {"propaddres": 11882, "proaddress": "11882 LAING", "parcelnumb": "21057943.", "fid": 351227, "ownername1": "WILLIAM, TRYTHINIA G"}, "351420": {"propaddres": 11864, "proaddress": "11864 WHITEHILL", "parcelnumb": "21058198.", "fid": 351420, "ownername1": "ORR, CECIL"}, "351388": {"propaddres": 11691, "proaddress": "11691 LANSDOWNE", "parcelnumb": "21058497.001", "fid": 351388, "ownername1": "ROWE, RUBEN"}, "351116": {"propaddres": 12265, "proaddress": "12265 RIAD", "parcelnumb": "21057693.", "fid": 351116, "ownername1": "COLE, PENECIA & TELISA L"}, "351114": {"propaddres": 11960, "proaddress": "11960 DUCHESS", "parcelnumb": "21057768.", "fid": 351114, "ownername1": "FREEMAN, VIVIAN"}, "351299": {"propaddres": 11807, "proaddress": "11807 WHITEHILL", "parcelnumb": "21058302.", "fid": 351299, "ownername1": "MICHIGAN HOUSING SOLUTIONS LLC"}, "351294": {"propaddres": 12031, "proaddress": "12031 LAING", "parcelnumb": "21058046.", "fid": 351294, "ownername1": "RADINS, ROY T"}, "351297": {"propaddres": 12176, "proaddress": "12176 DUCHESS", "parcelnumb": "21057791.", "fid": 351297, "ownername1": "1ST DEVELOPMENT LLC"}, "351290": {"propaddres": 11801, "proaddress": "11801 WHITEHILL", "parcelnumb": "21058303.", "fid": 351290, "ownername1": "DUGLE, DAVID & YAMAMOTA"}, "351291": {"propaddres": 12301, "proaddress": "12301 MORANG", "parcelnumb": "21076828-34", "fid": 351291, "ownername1": "GARDNER, DOUGLAS"}, "351119": {"propaddres": 11821, "proaddress": "11821 LAING", "parcelnumb": "21058068.", "fid": 351119, "ownername1": "EDWARDS, EVELYN"}, "351214": {"propaddres": 11931, "proaddress": "11931 LAING", "parcelnumb": "21058054.", "fid": 351214, "ownername1": "WILKINSON, KEITH"}, "351523": {"propaddres": 12101, "proaddress": "12101 MORANG", "parcelnumb": "21076856-7", "fid": 351523, "ownername1": "HARDAN INVESTMENTS, LLC"}, "351520": {"propaddres": 11756, "proaddress": "11756 LANSDOWNE", "parcelnumb": "21058413.", "fid": 351520, "ownername1": "JONES, FREDDIE LEE JR"}, "351253": {"propaddres": 11906, "proaddress": "11906 LAING", "parcelnumb": "21057946.", "fid": 351253, "ownername1": "GILBERT, MAE"}, "351211": {"propaddres": 11866, "proaddress": "11866 LAING", "parcelnumb": "21057941.", "fid": 351211, "ownername1": "ONE MANAGEMENT INC"}, "351212": {"propaddres": 12312, "proaddress": "12312 RIAD", "parcelnumb": "21057618.", "fid": 351212, "ownername1": "JAMES, GWENDOLYN"}, "351213": {"propaddres": 12167, "proaddress": "12167 DUCHESS", "parcelnumb": "21057870.", "fid": 351213, "ownername1": "BORGUS, CHRISTINA"}, "351480": {"propaddres": 11948, "proaddress": "11948 WHITEHILL", "parcelnumb": "21058204.", "fid": 351480, "ownername1": "TODD, VINCENT & COLLOTTA D"}, "351054": {"propaddres": 11835, "proaddress": "11835 DUCHESS", "parcelnumb": "21057871.", "fid": 351054, "ownername1": "WODARSKI, GAIL"}, "351529": {"propaddres": 11865, "proaddress": "11865 LANSDOWNE", "parcelnumb": "21058489.", "fid": 351529, "ownername1": "HARBOUR PORTFOLIO VII, LP"}, "351218": {"propaddres": 12177, "proaddress": "12177 DUCHESS", "parcelnumb": "21057869.", "fid": 351218, "ownername1": "FANNIE MAE"}, "351219": {"propaddres": 11876, "proaddress": "11876 LAING", "parcelnumb": "21057942.", "fid": 351219, "ownername1": "BRICK HOME RENTALS LLC"}, "351413": {"propaddres": 11717, "proaddress": "11717 LANSDOWNE", "parcelnumb": "21058496.001", "fid": 351413, "ownername1": "NASH, DORIAN"}, "351354": {"propaddres": 12093, "proaddress": "12093 LAING", "parcelnumb": "21058038.", "fid": 351354, "ownername1": "PASSMORE, AARON & SYLVIA"}, "351357": {"propaddres": 11800, "proaddress": "11800 WHITEHILL", "parcelnumb": "21058190.", "fid": 351357, "ownername1": "WILCOX, DONALD"}, "351351": {"propaddres": 12030, "proaddress": "12030 LAING", "parcelnumb": "21057957.", "fid": 351351, "ownername1": "KELLNER, ART"}, "351350": {"propaddres": 11790, "proaddress": "11790 WHITEHILL", "parcelnumb": "21058189.", "fid": 351350, "ownername1": "FANNIE MAE"}, "351199": {"propaddres": 11917, "proaddress": "11917 LAING", "parcelnumb": "21058056.", "fid": 351199, "ownername1": "WELLS FARGO BANK NA"}, "351352": {"propaddres": 11865, "proaddress": "11865 WHITEHILL", "parcelnumb": "21058295.", "fid": 351352, "ownername1": "ROGERS, PATRICIA A"}, "351197": {"propaddres": 12296, "proaddress": "12296 RIAD", "parcelnumb": "21057616.", "fid": 351197, "ownername1": "LUMAJ, FERDINAND"}, "351196": {"propaddres": 11852, "proaddress": "11852 LAING", "parcelnumb": "21057939.", "fid": 351196, "ownername1": "BROWN, CELESTINE"}, "351451": {"propaddres": 11914, "proaddress": "11914 WHITEHILL", "parcelnumb": "21058200.", "fid": 351451, "ownername1": "STATESIDE PROPERTY CO"}, "351193": {"propaddres": 12056, "proaddress": "12056 DUCHESS", "parcelnumb": "21057780.", "fid": 351193, "ownername1": "BRYANT, ROBERT C"}, "351358": {"propaddres": 12038, "proaddress": "12038 LAING", "parcelnumb": "21057958.", "fid": 351358, "ownername1": "BOYD, WANDA"}, "351454": {"propaddres": 11989, "proaddress": "11989 WHITEHILL", "parcelnumb": "21058284.", "fid": 351454, "ownername1": "GILMORE, RODDY LEE"}, "351190": {"propaddres": 11907, "proaddress": "11907 LAING", "parcelnumb": "21058057.", "fid": 351190, "ownername1": "DETROIT PROGRESS FUND II, LLC"}, "351518": {"propaddres": 11853, "proaddress": "11853 LANSDOWNE", "parcelnumb": "21058490.001", "fid": 351518, "ownername1": "PHILLIPS, RONALD AND MARY"}, "351453": {"propaddres": 11759, "proaddress": "11759 LANSDOWNE", "parcelnumb": "21058493.", "fid": 351453, "ownername1": "SPERRY, PATRICIA A"}, "351467": {"propaddres": 12145, "proaddress": "12145 MORANG", "parcelnumb": "21076847-9", "fid": 351467, "ownername1": "K5DI LLC"}, "351313": {"propaddres": 12194, "proaddress": "12194 DUCHESS", "parcelnumb": "21057793.", "fid": 351313, "ownername1": "MICHIGAN HOUSING & RENOVATION"}, "351466": {"propaddres": 11930, "proaddress": "11930 WHITEHILL", "parcelnumb": "21058202.", "fid": 351466, "ownername1": "HOWELL, JONELL"}, "351163": {"propaddres": 12022, "proaddress": "12022 DUCHESS", "parcelnumb": "21057776.", "fid": 351163, "ownername1": "SIMPSON, HEIDI"}, "351289": {"propaddres": 12170, "proaddress": "12170 DUCHESS", "parcelnumb": "21057790.", "fid": 351289, "ownername1": "SHELTON, TERI L"}, "351166": {"propaddres": 12266, "proaddress": "12266 RIAD", "parcelnumb": "21057612.", "fid": 351166, "ownername1": "BROWN, DOROTHY"}, "351282": {"propaddres": 11791, "proaddress": "11791 WHITEHILL", "parcelnumb": "21058304.", "fid": 351282, "ownername1": "JIMCO PROPERTIES, LLC"}, "351168": {"propaddres": 11883, "proaddress": "11883 LAING", "parcelnumb": "21058060.", "fid": 351168, "ownername1": "GRIMES, BARBARA A"}, "351286": {"propaddres": 12021, "proaddress": "12021 LAING", "parcelnumb": "21058047.", "fid": 351286, "ownername1": "DRAINES, DENELDA M"}, "351285": {"propaddres": 11940, "proaddress": "11940 LAING", "parcelnumb": "21057950.", "fid": 351285, "ownername1": "WILSON, KIAMBA"}, "351284": {"propaddres": 12237, "proaddress": "12237 DUCHESS", "parcelnumb": "21057861.", "fid": 351284, "ownername1": "SCHMITT, RUDOLPH"}, "351416": {"propaddres": 11949, "proaddress": "11949 WHITEHILL", "parcelnumb": "21058289.", "fid": 351416, "ownername1": "INGRAM, BONNIE"}, "351201": {"propaddres": 12062, "proaddress": "12062 DUCHESS", "parcelnumb": "21057781.", "fid": 351201, "ownername1": "12062 DUCHESS, LLC"}, "351532": {"propaddres": 11527, "proaddress": "11527 WAYBURN", "parcelnumb": "21063715.001", "fid": 351532, "ownername1": "SMITH, JOHN JR"}, "351535": {"propaddres": 12018, "proaddress": "12018 WHITEHILL", "parcelnumb": "21058213.", "fid": 351535, "ownername1": "GILDYARD, GWENDOLYN D"}, "351048": {"propaddres": 17220, "proaddress": "17220 KELLY RD", "parcelnumb": "21056884-96", "fid": 351048, "ownername1": "CHARITY EV LUTHERAN CH"}, "351205": {"propaddres": 12304, "proaddress": "12304 RIAD", "parcelnumb": "21057617.", "fid": 351205, "ownername1": "GAYLES, BERNICE"}, "351204": {"propaddres": 11858, "proaddress": "11858 LAING", "parcelnumb": "21057940.", "fid": 351204, "ownername1": "BROWN, RONALD"}, "351530": {"propaddres": 12010, "proaddress": "12010 WHITEHILL", "parcelnumb": "21058212.", "fid": 351530, "ownername1": "GRICE, JOHN"}, "351316": {"propaddres": 11823, "proaddress": "11823 WHITEHILL", "parcelnumb": "21058300.", "fid": 351316, "ownername1": "HOME ENRICHMENTS LLC"}, "351511": {"propaddres": 11843, "proaddress": "11843 LANSDOWNE", "parcelnumb": "21058490.002", "fid": 351511, "ownername1": "WARD-GOODSON, MARCELLA"}, "351360": {"propaddres": 12245, "proaddress": "12245 MORANG", "parcelnumb": "21076835.", "fid": 351360, "ownername1": "KHOURY, ZIAD"}, "351448": {"propaddres": 11981, "proaddress": "11981 WHITEHILL", "parcelnumb": "21058285.", "fid": 351448, "ownername1": "HARVEY, MATTHEW"}, "351363": {"propaddres": 12101, "proaddress": "12101 LAING", "parcelnumb": "21058037.", "fid": 351363, "ownername1": "LEE, CASSANDRA"}, "351365": {"propaddres": 11808, "proaddress": "11808 WHITEHILL", "parcelnumb": "21058191.", "fid": 351365, "ownername1": "WESTPOINTE PROPERTIES LLC"}, "351366": {"propaddres": 12044, "proaddress": "12044 LAING", "parcelnumb": "21057959.", "fid": 351366, "ownername1": "BOYD, WANDA"}, "351368": {"propaddres": 12235, "proaddress": "12235 MORANG", "parcelnumb": "21076836-9", "fid": 351368, "ownername1": "BABCOCK - DUCHESS COOPERATIVE"}, "351369": {"propaddres": 12109, "proaddress": "12109 LAING", "parcelnumb": "21058036.", "fid": 351369, "ownername1": "DETROIT RESIDENTIAL OPPORTUNITY"}, "351442": {"propaddres": 11900, "proaddress": "11900 WHITEHILL", "parcelnumb": "21058199.", "fid": 351442, "ownername1": "SWANNER, JACQUELINE M"}, "351447": {"propaddres": 12124, "proaddress": "12124 LAING", "parcelnumb": "21057969.", "fid": 351447, "ownername1": "FORD, LEROY L & KAREN L"}, "351446": {"propaddres": 11751, "proaddress": "11751 LANSDOWNE", "parcelnumb": "21058494.", "fid": 351446, "ownername1": "SIMMONS, RONALD E"}, "351328": {"propaddres": 11768, "proaddress": "11768 WHITEHILL", "parcelnumb": "21058186.", "fid": 351328, "ownername1": "COLEMAN, MOSES JR"}, "351171": {"propaddres": 12030, "proaddress": "12030 DUCHESS", "parcelnumb": "21057777.", "fid": 351171, "ownername1": "BANK OF NEW YORK MELLON"}, "351346": {"propaddres": 11855, "proaddress": "11855 WHITEHILL", "parcelnumb": "21058296.", "fid": 351346, "ownername1": "KEMP INVESTMENT GROUP LLC"}, "351175": {"propaddres": 12272, "proaddress": "12272 RIAD", "parcelnumb": "21057613.", "fid": 351175, "ownername1": "UCI PROPERTIES, INC."}, "351176": {"propaddres": 11893, "proaddress": "11893 LAING", "parcelnumb": "21058059.", "fid": 351176, "ownername1": "HUNTER, CARL D"}, "351178": {"propaddres": 12040, "proaddress": "12040 DUCHESS", "parcelnumb": "21057778.", "fid": 351178, "ownername1": "WARD, JOHN WESLEY"}, "351308": {"propaddres": 11815, "proaddress": "11815 WHITEHILL", "parcelnumb": "21058301.", "fid": 351308, "ownername1": "TSD AUSTRALIA, LLC"}, "351475": {"propaddres": 12011, "proaddress": "12011 WHITEHILL", "parcelnumb": "21058281.", "fid": 351475, "ownername1": "WOOD, WALNETTA"}, "351476": {"propaddres": 11803, "proaddress": "11803 LANSDOWNE", "parcelnumb": "21058491.004L", "fid": 351476, "ownername1": "SUTTON, BOBBIE N"}, "351309": {"propaddres": 11964, "proaddress": "11964 LAING", "parcelnumb": "21057953.", "fid": 351309, "ownername1": "KAPSOPOULOS, ARIS"}, "351473": {"propaddres": 11940, "proaddress": "11940 WHITEHILL", "parcelnumb": "21058203.", "fid": 351473, "ownername1": "BUTLER, ROBERT"}, "351342": {"propaddres": 12226, "proaddress": "12226 DUCHESS", "parcelnumb": "21057797-8", "fid": 351342, "ownername1": "WHITT, LARRY & RUBY"}, "351507": {"propaddres": 11740, "proaddress": "11740 LANSDOWNE", "parcelnumb": "21058411.", "fid": 351507, "ownername1": "BIER, ROMAN J"}, "351501": {"propaddres": 11734, "proaddress": "11734 LANSDOWNE", "parcelnumb": "21058410.", "fid": 351501, "ownername1": "CITIMORTGAGE"}, "351503": {"propaddres": 11833, "proaddress": "11833 LANSDOWNE", "parcelnumb": "21058490.003L", "fid": 351503, "ownername1": "HARDY, JOHN H"}, "351276": {"propaddres": 12229, "proaddress": "12229 DUCHESS", "parcelnumb": "21057862.", "fid": 351276, "ownername1": "JOHNSON, ERNESTINE"}, "351277": {"propaddres": 11930, "proaddress": "11930 LAING", "parcelnumb": "21057949.", "fid": 351277, "ownername1": "WATKINS, KENNETH"}, "351274": {"propaddres": 11783, "proaddress": "11783 WHITEHILL", "parcelnumb": "21058305.", "fid": 351274, "ownername1": "MCMURTRY-MCCOY, DENISE & JUANITA"}, "351275": {"propaddres": 12013, "proaddress": "12013 LAING", "parcelnumb": "21058048.", "fid": 351275, "ownername1": "JEFFERSON FINANCE INC"}, "351272": {"propaddres": 12154, "proaddress": "12154 DUCHESS", "parcelnumb": "21057788.", "fid": 351272, "ownername1": "HOOKS, WILLIAM C"}, "351340": {"propaddres": 12077, "proaddress": "12077 LAING", "parcelnumb": "21058040.", "fid": 351340, "ownername1": "DEUTSCHE BANK NATIONAL TRUST CO"}, "351378": {"propaddres": 12117, "proaddress": "12117 LAING", "parcelnumb": "21058035.", "fid": 351378, "ownername1": "STONECREST INCOME & INVESTMENT"}, "351374": {"propaddres": 12052, "proaddress": "12052 LAING", "parcelnumb": "21057960.", "fid": 351374, "ownername1": "GREAT HOUSE, JACQUELINE"}, "351373": {"propaddres": 11814, "proaddress": "11814 WHITEHILL", "parcelnumb": "21058192.", "fid": 351373, "ownername1": "BRIDGEFORTH, LATONYA"}, "351371": {"propaddres": 11903, "proaddress": "11903 WHITEHILL", "parcelnumb": "21058294.", "fid": 351371, "ownername1": "ALUIA, JOSEPHINE"}, "351552": {"propaddres": 11905, "proaddress": "11905 LANSDOWNE", "parcelnumb": "21058487.001", "fid": 351552, "ownername1": "THOMAS, LEON"}, "351188": {"propaddres": 12290, "proaddress": "12290 RIAD", "parcelnumb": "21057615.", "fid": 351188, "ownername1": "APEX EQUITIES LLC"}, "351228": {"propaddres": 12330, "proaddress": "12330 RIAD", "parcelnumb": "21057620.", "fid": 351228, "ownername1": "ONORATI, DANIEL"}, "351189": {"propaddres": 11844, "proaddress": "11844 LAING", "parcelnumb": "21057938.", "fid": 351189, "ownername1": "LAING 11844 LLC"}, "351337": {"propaddres": 12012, "proaddress": "12012 LAING", "parcelnumb": "21057955.", "fid": 351337, "ownername1": "HAMILTON, ANDRE L & ROCHELLE D"}, "351336": {"propaddres": 11774, "proaddress": "11774 WHITEHILL", "parcelnumb": "21058187.", "fid": 351336, "ownername1": "ROBINSON, ALBERT A"}, "351383": {"propaddres": 12060, "proaddress": "12060 LAING", "parcelnumb": "21057961.", "fid": 351383, "ownername1": "ROBERTS, AVA E"}, "351381": {"propaddres": 11822, "proaddress": "11822 WHITEHILL", "parcelnumb": "21058193.", "fid": 351381, "ownername1": "DIHOMES 1 LLC"}, "351149": {"propaddres": 11859, "proaddress": "11859 LAING", "parcelnumb": "21058063.", "fid": 351149, "ownername1": "HUD"}, "351384": {"propaddres": 11917, "proaddress": "11917 WHITEHILL", "parcelnumb": "21058293.", "fid": 351384, "ownername1": "BLACK, DANIELLE"}, "351385": {"propaddres": 12127, "proaddress": "12127 LAING", "parcelnumb": "21058034.", "fid": 351385, "ownername1": "MARBURY, DEBRA LYNN"}, "351144": {"propaddres": 11851, "proaddress": "11851 LAING", "parcelnumb": "21058064.", "fid": 351144, "ownername1": "DAVIS, DENNETTE"}, "351423": {"propaddres": 12102, "proaddress": "12102 LAING", "parcelnumb": "21057966.", "fid": 351423, "ownername1": "RICE, REGINA"}, "351146": {"propaddres": 12305, "proaddress": "12305 RIAD", "parcelnumb": "21057688.", "fid": 351146, "ownername1": "LAFFERTY, JANICE"}, "351147": {"propaddres": 12000, "proaddress": "12000 DUCHESS", "parcelnumb": "21057773.", "fid": 351147, "ownername1": "NICKSON, MICHELLE D"}, "351140": {"propaddres": 12297, "proaddress": "12297 RIAD", "parcelnumb": "21057689.", "fid": 351140, "ownername1": "E.A.R. HOUSING INC"}, "351534": {"propaddres": 11877, "proaddress": "11877 LANSDOWNE", "parcelnumb": "21058488.002L", "fid": 351534, "ownername1": "FORD, KEITH I"}, "351462": {"propaddres": 11995, "proaddress": "11995 WHITEHILL", "parcelnumb": "21058283.", "fid": 351462, "ownername1": "BRIDGES, CICELY"}, "351461": {"propaddres": 11767, "proaddress": "11767 LANSDOWNE", "parcelnumb": "21058492.", "fid": 351461, "ownername1": "TAXPAYER"}, "351460": {"propaddres": 11924, "proaddress": "11924 WHITEHILL", "parcelnumb": "21058201.", "fid": 351460, "ownername1": "WARREN, JAMES & VERNA"}, "351421": {"propaddres": 11725, "proaddress": "11725 LANSDOWNE", "parcelnumb": "21058495.003L", "fid": 351421, "ownername1": "DUNNETT, GLENN"}, "351348": {"propaddres": 12085, "proaddress": "12085 LAING", "parcelnumb": "21058039.", "fid": 351348, "ownername1": "HARRIS, ERIC"}, "351505": {"propaddres": 11980, "proaddress": "11980 WHITEHILL", "parcelnumb": "21058208.", "fid": 351505, "ownername1": "SOUTHGATE, INDRANEE"}, "351512": {"propaddres": 11986, "proaddress": "11986 WHITEHILL", "parcelnumb": "21058209.", "fid": 351512, "ownername1": "TIDWELL, SEAN"}, "351469": {"propaddres": 12001, "proaddress": "12001 WHITEHILL", "parcelnumb": "21058282.", "fid": 351469, "ownername1": "JOHNSON, REGINA"}, "351510": {"propaddres": 12119, "proaddress": "12119 MORANG", "parcelnumb": "21076854-5", "fid": 351510, "ownername1": "SUMPTER, GEORGE"}, "351517": {"propaddres": 11994, "proaddress": "11994 WHITEHILL", "parcelnumb": "21058210.", "fid": 351517, "ownername1": "INNOVATIVE HOLDING GROUP"}, "351339": {"propaddres": 11847, "proaddress": "11847 WHITEHILL", "parcelnumb": "21058297.", "fid": 351339, "ownername1": "BURBIDGE"}, "351514": {"propaddres": 11750, "proaddress": "11750 LANSDOWNE", "parcelnumb": "21058412.", "fid": 351514, "ownername1": "MORROW, JAMES"}, "351265": {"propaddres": 12003, "proaddress": "12003 LAING", "parcelnumb": "21058049.", "fid": 351265, "ownername1": "IVEY, SHIRLEY"}, "351267": {"propaddres": 12221, "proaddress": "12221 DUCHESS", "parcelnumb": "21057863.", "fid": 351267, "ownername1": "SEALS, JEFFREY M"}, "351266": {"propaddres": 11775, "proaddress": "11775 WHITEHILL", "parcelnumb": "21058306.", "fid": 351266, "ownername1": "HARRIS, KAREN"}, "351260": {"propaddres": 11914, "proaddress": "11914 LAING", "parcelnumb": "21057947.", "fid": 351260, "ownername1": "EAST HILL PROPERTIES, LLC"}, "351262": {"propaddres": 12146, "proaddress": "12146 DUCHESS", "parcelnumb": "21057787.", "fid": 351262, "ownername1": "VENTURE UNLIMITED LLC"}, "351300": {"propaddres": 11954, "proaddress": "11954 LAING", "parcelnumb": "21057952.", "fid": 351300, "ownername1": "GINDELHUBER, ANDREAS"}, "351301": {"propaddres": 12037, "proaddress": "12037 LAING", "parcelnumb": "21058045.", "fid": 351301, "ownername1": "BACHERMAN DEVELOPMENT LLC"}, "351269": {"propaddres": 11924, "proaddress": "11924 LAING", "parcelnumb": "21057948.", "fid": 351269, "ownername1": "BOBO, RUQAYYAH"}, "351304": {"propaddres": 12186, "proaddress": "12186 DUCHESS", "parcelnumb": "21057792.", "fid": 351304, "ownername1": "1ST DEVELOPMENT, LLC"}, "351281": {"propaddres": 12160, "proaddress": "12160 DUCHESS", "parcelnumb": "21057789.", "fid": 351281, "ownername1": "GABRIEL HOLMES, JENNIFER"}, "351391": {"propaddres": 12070, "proaddress": "12070 LAING", "parcelnumb": "21057962.", "fid": 351391, "ownername1": "CONLEY, HAZEL"}, "351944": {"propaddres": 12110, "proaddress": "12110 MORANG", "parcelnumb": "21076575-6", "fid": 351944, "ownername1": "MR C'S FASHION INC"}, "351159": {"propaddres": 11877, "proaddress": "11877 LAING", "parcelnumb": "21058061.", "fid": 351159, "ownername1": "BRAZELL, CHARLES ALAN"}, "351392": {"propaddres": 11925, "proaddress": "11925 WHITEHILL", "parcelnumb": "21058292.", "fid": 351392, "ownername1": "MCLAIN, MARY"}, "351395": {"propaddres": 11838, "proaddress": "11838 WHITEHILL", "parcelnumb": "21058195.", "fid": 351395, "ownername1": "DOUGLAS, ARLENE"}, "351317": {"propaddres": 12053, "proaddress": "12053 LAING", "parcelnumb": "21058043.", "fid": 351317, "ownername1": "READER, KATRINA"}, "351397": {"propaddres": 11699, "proaddress": "11699 LANSDOWNE", "parcelnumb": "21058496.003L", "fid": 351397, "ownername1": "MCDUFFY, NICOLE"}, "351549": {"propaddres": 11551, "proaddress": "11551 WAYBURN", "parcelnumb": "21063714.003", "fid": 351549, "ownername1": "HARRINGTON, WILLIAM L"}, "351399": {"propaddres": 12076, "proaddress": "12076 LAING", "parcelnumb": "21057963.", "fid": 351399, "ownername1": "CADIEUX KELLY 94 LLC"}, "351152": {"propaddres": 12008, "proaddress": "12008 DUCHESS", "parcelnumb": "21057774.", "fid": 351152, "ownername1": "DALE, PERCY"}, "351151": {"propaddres": 12313, "proaddress": "12313 RIAD", "parcelnumb": "21057687.", "fid": 351151, "ownername1": "NEWTON, JANICE"}, "351157": {"propaddres": 12014, "proaddress": "12014 DUCHESS", "parcelnumb": "21057775.", "fid": 351157, "ownername1": "PARNELL, SARAH"}, "351154": {"propaddres": 11867, "proaddress": "11867 LAING", "parcelnumb": "21058062.", "fid": 351154, "ownername1": "NIRTA ENTERPRISES LLC"}, "351455": {"propaddres": 12132, "proaddress": "12132 LAING", "parcelnumb": "21057970.", "fid": 351455, "ownername1": "PULLOM, VALERIE A"}, "351499": {"propaddres": 11972, "proaddress": "11972 WHITEHILL", "parcelnumb": "21058207.", "fid": 351499, "ownername1": "HARRINGTON, BLANCHE"}, "351497": {"propaddres": 11825, "proaddress": "11825 LANSDOWNE", "parcelnumb": "21058491.001", "fid": 351497, "ownername1": "HOLLAND, EVERETTE E"}, "351441": {"propaddres": 11973, "proaddress": "11973 WHITEHILL", "parcelnumb": "21058286.", "fid": 351441, "ownername1": "JONES, GREGORY"}, "351493": {"propaddres": 11964, "proaddress": "11964 WHITEHILL", "parcelnumb": "21058206.", "fid": 351493, "ownername1": "MASIELLO, DOMINIC"}, "351490": {"propaddres": 12031, "proaddress": "12031 WHITEHILL", "parcelnumb": "21058278-9", "fid": 351490, "ownername1": "WELLS FARGO HOME MORTGAGE INC"}, "351491": {"propaddres": 11819, "proaddress": "11819 LANSDOWNE", "parcelnumb": "21058491.002", "fid": 351491, "ownername1": "SPENCER, EDWARD JR"}, "351250": {"propaddres": 11757, "proaddress": "11757 WHITEHILL", "parcelnumb": "21058308.", "fid": 351250, "ownername1": "ZITADELLE PROPERTIES INC"}, "351251": {"propaddres": 12205, "proaddress": "12205 DUCHESS", "parcelnumb": "21057865.", "fid": 351251, "ownername1": "ASHFORD, DEBORAH J"}, "351414": {"propaddres": 12094, "proaddress": "12094 LAING", "parcelnumb": "21057965.", "fid": 351414, "ownername1": "PRUITT, CHEYENETTE"}, "351099": {"propaddres": 11934, "proaddress": "11934 DUCHESS", "parcelnumb": "21057765.", "fid": 351099, "ownername1": "JEFFERSON FINANCE LTD"}, "351412": {"propaddres": 11858, "proaddress": "11858 WHITEHILL", "parcelnumb": "21058197.", "fid": 351412, "ownername1": "CARTER, SOPHENIA K"}, "351255": {"propaddres": 12136, "proaddress": "12136 DUCHESS", "parcelnumb": "21057786.", "fid": 351255, "ownername1": "BRADEN, DAISY V"}, "351257": {"propaddres": 11767, "proaddress": "11767 WHITEHILL", "parcelnumb": "21058307.", "fid": 351257, "ownername1": "ADENIJI, OLUWAGBENGA & UTE"}, "351258": {"propaddres": 12213, "proaddress": "12213 DUCHESS", "parcelnumb": "21057864.", "fid": 351258, "ownername1": "WILSON, WILLIAM"}, "351310": {"propaddres": 12045, "proaddress": "12045 LAING", "parcelnumb": "21058044.", "fid": 351310, "ownername1": "PUGH-JONES, MELODY E"}, "351090": {"propaddres": 11918, "proaddress": "11918 DUCHESS", "parcelnumb": "21057763.", "fid": 351090, "ownername1": "PACK, CHRISTINE C"}, "351091": {"propaddres": 12372, "proaddress": "12372 PAYTON", "parcelnumb": "21057460.", "fid": 351091, "ownername1": "FIELDS, MARANETTE"}, "351094": {"propaddres": 11926, "proaddress": "11926 DUCHESS", "parcelnumb": "21057764.", "fid": 351094, "ownername1": "WAGERLY, PAMELA S"}, "351095": {"propaddres": 12380, "proaddress": "12380 PAYTON", "parcelnumb": "21057461.", "fid": 351095, "ownername1": "SOUTHEAST MI COMMUNITY RESOURCE CTR"}, "351541": {"propaddres": 12028, "proaddress": "12028 WHITEHILL", "parcelnumb": "21058214.", "fid": 351541, "ownername1": "TOWNES, AVITA"}, "351489": {"propaddres": 12125, "proaddress": "12125 MORANG", "parcelnumb": "21076850-3", "fid": 351489, "ownername1": "PARKER, DONALD"}, "351206": {"propaddres": 11925, "proaddress": "11925 LAING", "parcelnumb": "21058055.", "fid": 351206, "ownername1": "LAING 11925, LLC"}, "351543": {"propaddres": 11545, "proaddress": "11545 WAYBURN", "parcelnumb": "21063714.004", "fid": 351543, "ownername1": "GOODWIN, MARGARET"}, "351537": {"propaddres": 11537, "proaddress": "11537 WAYBURN", "parcelnumb": "21063714.005L", "fid": 351537, "ownername1": "JOHNSON, MONICA"}, "351324": {"propaddres": 12061, "proaddress": "12061 LAING", "parcelnumb": "21058042.", "fid": 351324, "ownername1": "MASON, JOAN E"}, "351539": {"propaddres": 11800, "proaddress": "11800 LANSDOWNE", "parcelnumb": "21058415.001", "fid": 351539, "ownername1": "JRK PROPERTY LLC"}, "351327": {"propaddres": 12210, "proaddress": "12210 DUCHESS", "parcelnumb": "21057795.", "fid": 351327, "ownername1": "MAYNE, CURTIS & ALICE"}, "351320": {"propaddres": 12200, "proaddress": "12200 DUCHESS", "parcelnumb": "21057794.", "fid": 351320, "ownername1": "DAVIS, SHIRLEY"}, "351546": {"propaddres": 11895, "proaddress": "11895 LANSDOWNE", "parcelnumb": "21058487.002L", "fid": 351546, "ownername1": "BOOKER, JORDAN"}, "351323": {"propaddres": 11831, "proaddress": "11831 WHITEHILL", "parcelnumb": "21058299.", "fid": 351323, "ownername1": "WATLEY, KIRKLAND"}, "351126": {"propaddres": 11974, "proaddress": "11974 DUCHESS", "parcelnumb": "21057770.", "fid": 351126, "ownername1": "ADKINS, JACQUELINE"}, "351127": {"propaddres": 12281, "proaddress": "12281 RIAD", "parcelnumb": "21057691.", "fid": 351127, "ownername1": "ROBERSON, CRICELLA & RENEE"}, "351125": {"propaddres": 11829, "proaddress": "11829 LAING", "parcelnumb": "21058067.", "fid": 351125, "ownername1": "JACKSON, EDDIE"}, "351122": {"propaddres": 12273, "proaddress": "12273 RIAD", "parcelnumb": "21057692.", "fid": 351122, "ownername1": "REC CONNECT LLC"}, "351329": {"propaddres": 12004, "proaddress": "12004 LAING", "parcelnumb": "21057954.", "fid": 351329, "ownername1": "YOUNGBLOOD, WALLACE & ROBINSON, I"}, "351120": {"propaddres": 11968, "proaddress": "11968 DUCHESS", "parcelnumb": "21057769.", "fid": 351120, "ownername1": "KAMEL, CAROLE"}, "351394": {"propaddres": 12135, "proaddress": "12135 LAING", "parcelnumb": "21058033.", "fid": 351394, "ownername1": "RESTORATION HOUSE COMMUNITY CENTER"}, "351404": {"propaddres": 11846, "proaddress": "11846 WHITEHILL", "parcelnumb": "21058196.", "fid": 351404, "ownername1": "MOORE, VEKNOCA LETICA"}, "351407": {"propaddres": 12086, "proaddress": "12086 LAING", "parcelnumb": "21057964.", "fid": 351407, "ownername1": "BYRD, TANGANIKA L"}, "351406": {"propaddres": 11707, "proaddress": "11707 LANSDOWNE", "parcelnumb": "21058496.002", "fid": 351406, "ownername1": "U S BANK NA"}, "351400": {"propaddres": 11931, "proaddress": "11931 WHITEHILL", "parcelnumb": "21058291.", "fid": 351400, "ownername1": "TEISAN, M E & J A"}, "351081": {"propaddres": 11900, "proaddress": "11900 DUCHESS", "parcelnumb": "21057761.", "fid": 351081, "ownername1": "MITCHELL, ANGELA"}, "351246": {"propaddres": 12130, "proaddress": "12130 DUCHESS", "parcelnumb": "21057785.", "fid": 351246, "ownername1": "BURRELL, RAYMOND C"}, "351244": {"propaddres": 11898, "proaddress": "11898 LAING", "parcelnumb": "21057945.", "fid": 351244, "ownername1": "GALLOWAY, CAROL"}, "351085": {"propaddres": 11910, "proaddress": "11910 DUCHESS", "parcelnumb": "21057762.", "fid": 351085, "ownername1": "MOORE, NORRIS E III"}, "351242": {"propaddres": 12197, "proaddress": "12197 DUCHESS", "parcelnumb": "21057866.", "fid": 351242, "ownername1": "SIMS, JOHNETTE"}, "351087": {"propaddres": 12364, "proaddress": "12364 PAYTON", "parcelnumb": "21057459.", "fid": 351087, "ownername1": "FIELDS, DARNELL"}, "351240": {"propaddres": 11957, "proaddress": "11957 LAING", "parcelnumb": "21058051.", "fid": 351240, "ownername1": "ROCKY MOUNTAIN INTERNATIONAL"}, "351483": {"propaddres": 12021, "proaddress": "12021 WHITEHILL", "parcelnumb": "21058280.", "fid": 351483, "ownername1": "WHEELER, BETTY"}, "351398": {"propaddres": 12201, "proaddress": "12201 MORANG", "parcelnumb": "21076840-6", "fid": 351398, "ownername1": "SY PROPERTIES LLC"}, "351482": {"propaddres": 11712, "proaddress": "11712 LANSDOWNE", "parcelnumb": "21058408.", "fid": 351482, "ownername1": "BROWN, LANAY"}, "351332": {"propaddres": 12071, "proaddress": "12071 LAING", "parcelnumb": "21058041.", "fid": 351332, "ownername1": "WHITE, MICHAEL"}, "351331": {"propaddres": 11839, "proaddress": "11839 WHITEHILL", "parcelnumb": "21058298.", "fid": 351331, "ownername1": "SMILEY, HERBERT JR"}, "351139": {"propaddres": 11990, "proaddress": "11990 DUCHESS", "parcelnumb": "21057772.", "fid": 351139, "ownername1": "PACK, CHARLENE"}, "351292": {"propaddres": 11948, "proaddress": "11948 LAING", "parcelnumb": "21057951.", "fid": 351292, "ownername1": "FANNIE MAE"}, "351335": {"propaddres": 12218, "proaddress": "12218 DUCHESS", "parcelnumb": "21057796.", "fid": 351335, "ownername1": "DETROITVESTOR REAL ESTATE INVESTOR"}, "351134": {"propaddres": 12291, "proaddress": "12291 RIAD", "parcelnumb": "21057690.", "fid": 351134, "ownername1": "PITTA, EMMANUEL"}, "351137": {"propaddres": 11845, "proaddress": "11845 LAING", "parcelnumb": "21058065.", "fid": 351137, "ownername1": "11845 LAING LLC"}, "351131": {"propaddres": 11837, "proaddress": "11837 LAING", "parcelnumb": "21058066.", "fid": 351131, "ownername1": "HOWARD, BEVERLY"}, "351133": {"propaddres": 11982, "proaddress": "11982 DUCHESS", "parcelnumb": "21057771.", "fid": 351133, "ownername1": "TAYLOR, TAWANNA"}, "351484": {"propaddres": 11811, "proaddress": "11811 LANSDOWNE", "parcelnumb": "21058491.003", "fid": 351484, "ownername1": "BURLAGER, JOE"}, "351431": {"propaddres": 12110, "proaddress": "12110 LAING", "parcelnumb": "21057967.", "fid": 351431, "ownername1": "FORECLOSURE CAPITAL OF AMERICA LLC"}, "351239": {"propaddres": 12120, "proaddress": "12120 DUCHESS", "parcelnumb": "21057784.", "fid": 351239, "ownername1": "SIMPSON, HORACE"}, "351434": {"propaddres": 11965, "proaddress": "11965 WHITEHILL", "parcelnumb": "21058287.", "fid": 351434, "ownername1": "SATTERWHITE, ANTHONY"}, "351437": {"propaddres": 11741, "proaddress": "11741 LANSDOWNE", "parcelnumb": "21058495.001", "fid": 351437, "ownername1": "HARDY, JOHN C"}, "351540": {"propaddres": 11887, "proaddress": "11887 LANSDOWNE", "parcelnumb": "21058488.001", "fid": 351540, "ownername1": "MARBERRY, WILLIAM & FRANCES D"}, "351439": {"propaddres": 12116, "proaddress": "12116 LAING", "parcelnumb": "21057968.", "fid": 351439, "ownername1": "HARRIS, TATIRAH"}, "351231": {"propaddres": 11947, "proaddress": "11947 LAING", "parcelnumb": "21058052.", "fid": 351231, "ownername1": "CB INVESTMENT LLC"}, "351236": {"propaddres": 11890, "proaddress": "11890 LAING", "parcelnumb": "21057944.", "fid": 351236, "ownername1": "MILLS, MARLOW"}, "351545": {"propaddres": 11812, "proaddress": "11812 LANSDOWNE", "parcelnumb": "21058415.002", "fid": 351545, "ownername1": "HEARNS, SYLVESTER"}, "351234": {"propaddres": 12191, "proaddress": "12191 DUCHESS", "parcelnumb": "21057867.", "fid": 351234, "ownername1": "MALLETTE, REGINALD K"}, "351547": {"propaddres": 12034, "proaddress": "12034 WHITEHILL", "parcelnumb": "21058215.", "fid": 351547, "ownername1": "WRIGHT, ANTONIO"}, "351247": {"propaddres": 11965, "proaddress": "11965 LAING", "parcelnumb": "21058050.", "fid": 351247, "ownername1": "PETER GROSSO SOLE MEMBER"}, "351429": {"propaddres": 11733, "proaddress": "11733 LANSDOWNE", "parcelnumb": "21058495.002", "fid": 351429, "ownername1": "SMITH, VALITA R"}, "350963": {"propaddres": 12780, "proaddress": "12780 KELLY RD", "parcelnumb": "21056882.", "fid": 350963, "ownername1": "DETROIT PUBLIC SCHOOLS"}}, "grid": [" !!!!!!###$%%%&&''((())###**++++,,,,#--###..../##########0000000", " !!!!!##$$$%%%%''''(((##11***+222,,,,###3....///########0000000", " !!###44$$$%555'''(##6111***72222,,###....//////########00000", " #8444$$$95555''##6661117777222###::...///////#########000", " 8884449999555##;;66611<<77772##:::::////////###########=", " 884>>>99995##;;;;66?<<<<77###::::::#/////###@@########", " 88A>>>>99##BBB;;;;???<<<<##::::::#CC#///##@@@DD######", " AAA>>>###EBBBB;FF????<###GG::::CCCCC###@@@@DDDD####", " AAA>##EEEEBBBHFFF???##IGGGG:JJCCCCC##@@@DDDDKKK##", " A###LLEEEEHHHFFFF###IIIGGGJJJJCC##MM@@DDDKKKNN#", " OOLLLEPPPHHHFF##QQIIIIRRRJJJ###MMM#DDDKKNNN#", " OOOOLLSPPPHHH##TQQQQIIURRRRJ##VMMMMM#KKKNN##", " OOOWSSSPPP###TTTQQQXUUURR###VVVMMMYY#NNN##", " OWWSSSSP##ZZTTTT#XXUUUU##[VVVVVYYYYY####", " WWWSS###]ZZZTT^^XXXU###[[[VVVYYYYYY###", " WWWW##]]]ZZZ#^^^XXX##__[[[[`YYYYY####", " W###aa]]]Zbbb^^^##cc___[#```YYY###d", "# ##eaaa]]ffbbb^^##cccc__gg````####d", "h## ###eeeaaaffffbb##iiiccc#gggg``###jj", "hhh# ##kkeeealllfff###miiiicnnnggg###ojj", "hhhhh# ##pkkkkeeqllllf##mmmmii#rnnnng###ooo", "hhhhhh## ###pppkkkqqqqll###ssmmmmtrrrnn###uuoo", "hhhhhhhh## ##vvpppp#wwqqqq##xssssmtttrrr####yuuu", "hhhhhhhhhh## ###vvvvppzwwwwq###xxxsss{{tttr###yyyuu", "hhhhhhhhhhhh# ##|||vvv#zzzwww##}}xxxx~{{{tt####\u007f\u007fyyy", "hhhhhhhhhhhhhh# ###\u0080||||v\u0081\u0081zzzz##\u0082}}}}x#~~~{{{###\u0083\u007f\u007f\u007fyy", "hhhhhhhhhhhhhhh## ##\u0084\u0080\u0080\u0080||\u0085\u0085\u0081\u0081\u0081zz##\u0082\u0082\u0082}}}\u0086\u0086~~~{####\u0083\u0083\u0083\u007f\u007f\u0087", "hhhhhhhhhhhhhhhhh## ###\u0084\u0084\u0080\u0080\u0080\u0080\u0085\u0085\u0085\u0081\u0081\u0081##\u0088\u0088\u0088\u0082\u0082\u0082#\u0086\u0086\u0086\u0086~~###\u0089\u0089\u0083\u0083\u0083\u007f\u008a", "hhhhhhhhhhhhhhhhhhh## ##\u008b\u0084\u0084\u0084\u0084\u0080\u008c\u008c\u008c\u0085\u0085\u0085###\u008d\u0088\u0088\u0088\u0082\u0082\u008e\u008e\u008e\u0086\u0086\u0086###\u008f\u0089\u0089\u0089\u0089\u0083\u0090\u008a", "hhhhhhhhhhhhhhhhhhhhh# ###\u008b\u008b\u008b\u0084\u0084\u0084\u0091\u008c\u008c\u008c\u0085\u0085##\u008d\u008d\u008d\u008d\u0088\u0088#\u0092\u008e\u008e\u008e\u008e\u0086###\u008f\u008f\u008f\u0089\u0089\u0089\u0090\u0090", "hhhhhhhhhhhhhhhhhhhhhh#####\u008b\u008b\u008b\u008b\u0091\u0091\u0091\u0091\u008c\u008c###\u0093\u0093\u008d\u008d\u008d\u0088\u0092\u0092\u0092\u0092\u008e\u008e###\u0094\u0094\u008f\u008f\u008f\u008f\u0095\u0090\u0090", "hhhhhhhhhhhhhhhhhhhhhh#######\u008b#\u0096\u0091\u0091\u0091\u0091\u008c##\u0097\u0093\u0093\u0093\u0093\u008d\u0098\u0098\u0098\u0092\u0092\u0092####\u0094\u0094\u0094\u0094\u008f\u008f\u0095\u0095\u0090", "hhhhhhhhhhhhhhhhhhhhhh##\u0099\u0099####\u0096\u0096\u0096\u0096\u0091\u0091###\u0097\u0097\u0097\u0093\u0093\u0093\u009a\u0098\u0098\u0098\u0098\u0092###\u009b\u009b\u009b\u0094\u0094\u0094\u009c\u0095\u0095\u0095", "hhhhhhhhhhhhhhhhhhhhh##\u0099\u0099\u0099\u0099\u0099####\u0096\u0096\u0096\u0096##\u009d\u009d\u0097\u0097\u0097\u0097\u009e\u009a\u009a\u009a\u0098\u0098####\u009f\u009b\u009b\u009b\u009b\u0094\u009c\u009c\u009c\u0095", "hhhhhhhhhhhhhhhhhhhh###\u00a0\u00a0\u0099\u0099\u0099\u0099\u00a1####\u0096##\u00a2\u009d\u009d\u009d\u009d\u0097#\u009e\u009e\u009a\u009a\u009a\u009a###\u00a3\u009f\u009f\u009f\u009b\u009b\u00a4\u009c\u009c\u009c\u009c", "hhhhhhhhhhhhhhhhhhhh##\u00a5\u00a0\u00a0\u00a0\u00a0\u0099#\u00a1\u00a1\u00a1#####\u00a2\u00a2\u00a2\u009d\u009d\u009d\u00a6\u00a6\u009e\u009e\u009e\u009a####\u00a3\u00a3\u009f\u009f\u009f\u009f\u00a4\u00a4\u00a4\u009c\u009c", "hhhhhhhhhhhhhhhhhhh###\u00a5\u00a5\u00a5\u00a0\u00a0\u00a0\u00a7\u00a1\u00a1\u00a1\u00a1####\u00a2\u00a2\u00a2\u00a2\u00a2#\u00a6\u00a6\u00a6\u00a6\u009e\u009e###\u00a8\u00a8\u00a3\u00a3\u00a3\u009f\u00a9\u00a4\u00a4\u00a4\u00a4\u00a4", "hhhhhhhhhhhhhhhhhhh##\u00aa\u00aa\u00a5\u00a5\u00a5\u00a5\u00a7\u00a7\u00a7\u00a1\u00a1\u00a1\u00a1#####\u00a2\u00a2\u00a2\u00ab\u00ab\u00ab\u00a6\u00a6\u00a6####\u00a8\u00a8\u00a8\u00a8\u00a3\u00a9\u00a9\u00a9\u00a9\u00a4\u00a4\u00a4", "hhhhhhhhhhhhhhhhhh###\u00aa\u00aa\u00aa\u00aa\u00a5\u00a5\u00ac\u00ac\u00a7\u00a7\u00a7\u00a1##\u00ad\u00ad#####\u00ab\u00ab\u00ab\u00ab\u00ab\u00a6###\u00ae\u00ae\u00ae\u00a8\u00a8\u00a8\u00af\u00a9\u00a9\u00a9\u00a9\u00a9\u00a4", "hhhhhhhhhhhhhhhhhh##\u00b0\u00b0\u00b0\u00aa\u00aa\u00aa\u00b1\u00ac\u00ac\u00ac\u00a7\u00a7###\u00ad\u00ad\u00ad\u00ad####\u00ab\u00ab\u00ab\u00ab###\u00b2\u00b2\u00ae\u00ae\u00ae\u00ae\u00af\u00af\u00af\u00af\u00a9\u00a9\u00a9\u00a9", "hhhhhhhhhhhhhhhhh##\u00b3\u00b3\u00b0\u00b0\u00b0\u00b0#\u00b1\u00b1\u00b1\u00ac\u00ac\u00ac##\u00b4\u00b4\u00ad\u00ad\u00ad\u00ad####\u00ab\u00ab####\u00b2\u00b2\u00b2\u00b2\u00ae\u00ae\u00b5\u00b5\u00af\u00af\u00af\u00af\u00a9\u00a9", "hhhhhhhhhhhhhhhhh##\u00b6\u00b3\u00b3\u00b3\u00b0\u00b0\u00b7\u00b7\u00b1\u00b1\u00b1\u00ac###\u00b4\u00b4\u00b4\u00b4\u00ad\u00ad\u00b8\u00b8#######\u00b9\u00b9\u00b9\u00b2\u00b2\u00b2\u00ba\u00b5\u00b5\u00b5\u00af\u00af\u00af\u00af\u00af", "hhhhhhhhhhhhhhhh##\u00b6\u00b6\u00b6\u00b3\u00b3\u00b3#\u00b7\u00b7\u00b7\u00b7\u00b1\u00b1##\u00bb\u00bb\u00bb\u00b4\u00b4\u00b4\u00bc\u00b8\u00b8\u00b8\u00b8#####\u00b9\u00b9\u00b9\u00b9\u00b9\u00b2\u00ba\u00ba\u00ba\u00b5\u00b5\u00b5\u00af\u00af#", "hhhhhhhhhhhhhhhh##\u00bd\u00bd\u00b6\u00b6\u00b6\u00b3\u00be\u00be\u00be\u00b7\u00b7\u00b7##\u00bf\u00bf\u00bb\u00bb\u00bb\u00bb\u00b4\u00bc\u00bc\u00b8\u00b8\u00b8\u00b8#####\u00b9\u00b9\u00b9\u00b9\u00c0\u00c0\u00ba\u00ba\u00ba\u00b5\u00b5\u00b5\u00b5#", "hhhhhhhhhhhhhhh##\u00c1\u00bd\u00bd\u00bd\u00b6\u00b6#\u00c2\u00be\u00be\u00be\u00be\u00b7##\u00bf\u00bf\u00bf\u00bf\u00bb\u00bb\u00c3\u00bc\u00bc\u00bc\u00bc\u00b8########\u00b9\u00b9\u00c0\u00c0\u00c0\u00c0\u00ba\u00ba\u00ba\u00b5##", "hhhhhhhhhhhhhh###\u00c1\u00c1\u00c1\u00bd\u00bd\u00bd\u00c2\u00c2\u00c2\u00c2\u00be\u00be##\u00c4\u00c4\u00c4\u00bf\u00bf\u00bf#\u00c3\u00c3\u00c3\u00bc\u00bc\u00bc###\u00c5\u00c5####\u00c6\u00c6\u00c6\u00c0\u00c0\u00c0\u00ba\u00ba\u00ba##", "hhhhhhhhhhhhhh##\u00c7\u00c7\u00c1\u00c1\u00c1\u00bd#\u00c8\u00c8\u00c2\u00c2\u00c2\u00c2##\u00c9\u00c4\u00c4\u00c4\u00c4\u00bf\u00ca\u00ca\u00c3\u00c3\u00c3\u00c3####\u00c5\u00c5\u00c5\u00c5###\u00c6\u00c6\u00c6\u00c6\u00c0\u00c0\u00c0##\u00cb", "hhhhhhhhhhhhh###\u00c7\u00c7\u00c7\u00c7\u00c1\u00c1\u00cc\u00c8\u00c8\u00c8\u00c8\u00c2##\u00cd\u00c9\u00c9\u00c9\u00c4\u00c4#\u00ce\u00ca\u00ca\u00ca\u00c3\u00c3###\u00cf\u00cf\u00c5\u00c5\u00c5\u00c5\u00d0###\u00c6\u00c6\u00c6\u00c0###\u00d1", "hhhhhhhhhhhhh##\u00d2\u00d2\u00d2\u00c7\u00c7\u00c7\u00d3\u00cc\u00cc\u00cc\u00c8\u00c8###\u00cd\u00cd\u00c9\u00c9\u00c9\u00c9\u00ce\u00ce\u00ce\u00ca\u00ca\u00ca###\u00d4\u00cf\u00cf\u00cf\u00cf\u00c5\u00d0\u00d0\u00d0\u00d0###\u00c6\u00c6##\u00d1\u00d1", "hhhhhhhhhhhh##\u00d5\u00d5\u00d2\u00d2\u00d2\u00d2#\u00d3\u00d3\u00cc\u00cc\u00cc\u00cc##\u00d6\u00d6\u00cd\u00cd\u00cd\u00c9#\u00d7\u00d7\u00ce\u00ce\u00ce\u00ca###\u00d4\u00d4\u00d4\u00cf\u00cf\u00cf\u00d0\u00d0\u00d0\u00d0\u00d0\u00d0#####\u00d8\u00d8", "hhhhhhhhhhhh##\u00d5\u00d5\u00d5\u00d5\u00d2\u00d2\u00d9\u00d9\u00d3\u00d3\u00d3\u00cc###\u00d6\u00d6\u00d6\u00cd\u00cd\u00cd\u00da\u00d7\u00d7\u00d7\u00ce\u00ce###\u00db\u00db\u00db\u00d4\u00d4\u00d4\u00dc\u00dc\u00dc\u00d0\u00d0\u00d0\u00d0\u00d0####\u00d8\u00d8", "hhhhhhhhhhh##\u00dd\u00dd\u00dd\u00d5\u00d5\u00d5#\u00d9\u00d9\u00d9\u00d3\u00d3\u00d3##\u00de\u00de\u00de\u00d6\u00d6\u00d6\u00df\u00da\u00da\u00da\u00d7\u00d7\u00d7###\u00e0\u00db\u00db\u00db\u00d4\u00d4\u00e1\u00dc\u00dc\u00dc\u00dc\u00d0\u00d0\u00d0######", "hhhhhhhhhhh##\u00e2\u00dd\u00dd\u00dd\u00dd\u00d5\u00e3\u00e3\u00e3\u00d9\u00d9\u00d9###\u00e4\u00de\u00de\u00de\u00d6\u00d6\u00df\u00df\u00da\u00da\u00da\u00d7###\u00e0\u00e0\u00e0\u00e0\u00db\u00db\u00e5\u00e1\u00e1\u00e1\u00dc\u00dc\u00dc\u00dc\u00d0##\u00e6\u00e6##", "hhhhhhhhhh##\u00e7\u00e2\u00e2\u00e2\u00dd\u00dd#\u00e8\u00e3\u00e3\u00e3\u00e3\u00d9##\u00e4\u00e4\u00e4\u00e4\u00de\u00de\u00e9\u00df\u00df\u00df\u00df\u00da####\u00ea\u00ea\u00e0\u00e0\u00e0\u00db\u00e5\u00e5\u00e1\u00e1\u00e1\u00e1\u00dc\u00dc##\u00e6\u00e6\u00e6\u00e6\u00e6", "hhhhhhhhh###\u00e7\u00e7\u00e2\u00e2\u00e2\u00e2\u00e8\u00e8\u00e8\u00e8\u00e3\u00e3##\u00eb\u00eb\u00eb\u00e4\u00e4\u00e4#\u00e9\u00e9\u00e9\u00df\u00df\u00df###\u00ec\u00ea\u00ea\u00ea\u00ea\u00e0\u00ed\u00e5\u00e5\u00e5\u00e5\u00e1\u00e1\u00e1###\u00ee\u00ee\u00e6\u00e6\u00e6", "hhhhhhhhh##\u00ef\u00ef\u00e7\u00e7\u00e7\u00e2#\u00f0\u00f0\u00e8\u00e8\u00e8\u00e8##\u00f1\u00eb\u00eb\u00eb\u00eb\u00e4\u00f2\u00f2\u00e9\u00e9\u00e9\u00e9####\u00ec\u00ec\u00ec\u00ea\u00ea\u00ea\u00ed\u00ed\u00ed\u00e5\u00e5\u00e5\u00e5\u00e1##\u00f3\u00ee\u00ee\u00ee\u00ee\u00e6", "hhhhhhhh###\u00ef\u00ef\u00ef\u00e7\u00e7\u00e7\u00f4\u00f0\u00f0\u00f0\u00f0\u00e8##\u00f5\u00f1\u00f1\u00f1\u00eb\u00eb#\u00f6\u00f2\u00f2\u00f2\u00e9\u00e9###\u00f7\u00f7\u00ec\u00ec\u00ec\u00ec\u00f8\u00f8\u00ed\u00ed\u00ed\u00ed\u00e5\u00e5###\u00f3\u00f3\u00f3\u00ee\u00ee\u00ee", "hhhhhhhh##\u00f9\u00f9\u00f9\u00ef\u00ef\u00ef\u00fa\u00f4\u00f4\u00f4\u00f0\u00f0###\u00f5\u00f5\u00f1\u00f1\u00f1\u00f1\u00f6\u00f6\u00f6\u00f2\u00f2\u00f2####\u00f7\u00f7\u00f7\u00f7\u00ec\u00fb\u00fb\u00f8\u00f8\u00f8\u00ed\u00ed\u00ed\u00ed##\u00fc\u00fc\u00f3\u00f3\u00f3\u00f3\u00ee", "hhhhhhh##\u00fd\u00fd\u00f9\u00f9\u00f9\u00f9\u00ef\u00fa\u00fa\u00f4\u00f4\u00f4\u00f4##\u00fe\u00f5\u00f5\u00f5\u00f5\u00f1#\u00ff\u00ff\u00f6\u00f6\u00f6\u00f2###\u0100\u0100\u0100\u00f7\u00f7\u00f7\u00fb\u00fb\u00fb\u00f8\u00f8\u00f8\u00f8\u00ed###\u00fc\u00fc\u00fc\u00fc\u00f3\u00f3\u0101", "hhhhhhh##\u00fd\u00fd\u00fd\u00fd\u00f9\u00f9\u0102\u0102\u00fa\u00fa\u00fa\u00f4###\u00fe\u00fe\u00fe\u00f5\u00f5\u00f5\u0103\u00ff\u00ff\u00ff\u00f6\u00f6###\u0104\u0104\u0100\u0100\u0100\u0100\u0105\u0105\u0105\u00fb\u00fb\u00fb\u00f8\u00f8\u00f8##\u0106\u0106\u0106\u00fc\u00fc\u00fc\u0107\u0101", "hhhhhh##\u0108\u0108\u0108\u00fd\u00fd\u00fd#\u0102\u0102\u0102\u00fa\u00fa\u00fa##\u0109\u0109\u00fe\u00fe\u00fe\u00fe\u0103\u0103\u0103\u0103\u00ff\u00ff\u00ff###\u010a\u0104\u0104\u0104\u0100\u0100\u010b\u0105\u0105\u0105\u00fb\u00fb\u00fb\u00fb##\u010c\u010c\u0106\u0106\u0106\u0106\u00fc\u0107\u0107", "##hhhh##\u010d\u0108\u0108\u0108\u0108\u00fd\u010e\u010e\u010e\u0102\u0102\u0102###\u010f\u0109\u0109\u0109\u00fe\u00fe\u0110\u0110\u0103\u0103\u0103\u00ff###\u010a\u010a\u010a\u0104\u0104\u0104\u010b\u010b\u010b\u0105\u0105\u0105\u0105\u00fb\u00fb##\u0111\u010c\u010c\u010c\u0106\u0106\u0112\u0112\u0107", "####h##\u0113\u010d\u010d\u010d\u0108\u0108#\u0114\u010e\u010e\u010e\u0102\u0102##\u010f\u010f\u010f\u0109\u0109\u0109\u0115\u0110\u0110\u0110\u0110\u0103####\u0116\u0116\u010a\u010a\u010a\u0104\u0117\u0117\u010b\u010b\u010b\u0105\u0105\u0105##\u0111\u0111\u0111\u010c\u010c\u010c\u010c\u0112\u0112\u0112", "\u0118\u0118#####\u0113\u0113\u010d\u010d\u010d\u010d\u0114\u0114\u0114\u0114\u010e\u010e##\u0119\u0119\u0119\u010f\u010f\u010f#\u0115\u0115\u0115\u0110\u0110\u0110###\u011a\u0116\u0116\u0116\u010a\u010a\u0117\u0117\u0117\u0117\u010b\u010b\u010b\u010b###\u0111\u0111\u0111\u0111\u0111\u010c\u011b\u011b\u011b\u0112"]} |
{"across": {"1": {"clue": "Bit of holly", "answer": "SPRIG", "row": 0, "col": 0}, "6": {"clue": "Some are holy", "answer": "DAYS", "row": 0, "col": 6}, "10": {"clue": "Leave the sack", "answer": "STIR", "row": 0, "col": 11}, "14": {"clue": "Like a thrice-told tale", "answer": "TRITE", "row": 1, "col": 0}, "15": {"clue": "\"They ___ serve . . . \": Milton", "answer": "ALSO", "row": 1, "col": 6}, "16": {"clue": "Cartoonist Peter", "answer": "ARNO", "row": 1, "col": 11}, "17": {"clue": "Western action", "answer": "RODEO", "row": 2, "col": 0}, "18": {"clue": "\"Joyeux ___!\"", "answer": "NOEL", "row": 2, "col": 6}, "19": {"clue": "Riviera city", "answer": "NICE", "row": 2, "col": 11}, "20": {"clue": "Anagram for \"Try Ma's charm, sire!\"", "answer": "AMERRYCHRISTMAS", "row": 3, "col": 0}, "23": {"clue": "Postscripts: Abbr.", "answer": "PSS", "row": 4, "col": 0}, "24": {"clue": "Titans' mother", "answer": "GAEA", "row": 4, "col": 4}, "25": {"clue": "Baby sitter for a nene", "answer": "TIA", "row": 4, "col": 9}, "26": {"clue": "Whirring sound", "answer": "BIRR", "row": 5, "col": 3}, "27": {"clue": "Squire whose last name means \"paunch\"", "answer": "SANCHO", "row": 5, "col": 8}, "30": {"clue": "Confused", "answer": "ATSEA", "row": 6, "col": 0}, "33": {"clue": "\"Deck the halls . . . \" group", "answer": "CAROLERS", "row": 6, "col": 7}, "35": {"clue": "Kind of store for a man in a red suit: Abbr.", "answer": "DEPT", "row": 7, "col": 0}, "36": {"clue": "Word with \"ho!\"", "answer": "TALLY", "row": 7, "col": 5}, "38": {"clue": "Three-digit code", "answer": "AREA", "row": 7, "col": 11}, "39": {"clue": "\"In a ___ open sleigh\"", "answer": "ONEHORSE", "row": 8, "col": 0}, "41": {"clue": "Like beer", "answer": "SUDSY", "row": 8, "col": 10}, "42": {"clue": "Goddess associated with Ceres", "answer": "TELLUS", "row": 9, "col": 1}, "43": {"clue": "Hosiery shades", "answer": "TANS", "row": 9, "col": 8}, "45": {"clue": "Shade tree", "answer": "ELM", "row": 10, "col": 3}, "46": {"clue": "Where a famous Greek statue was found", "answer": "MILO", "row": 10, "col": 7}, "47": {"clue": "One of Mickey's exes", "answer": "AVA", "row": 10, "col": 12}, "50": {"clue": "Anagram for \"End near? Why pay, Pa?\"", "answer": "ANDHAPPYNEWYEAR", "row": 11, "col": 0}, "55": {"clue": "In addition", "answer": "MORE", "row": 12, "col": 0}, "56": {"clue": "Miscues", "answer": "ERRS", "row": 12, "col": 5}, "57": {"clue": "Sorcerer", "answer": "MAGUS", "row": 12, "col": 10}, "58": {"clue": "Where Susa was", "answer": "ELAM", "row": 13, "col": 0}, "59": {"clue": "Attacked, with \"into\"", "answer": "TORE", "row": 13, "col": 5}, "60": {"clue": "Type of dress", "answer": "ALINE", "row": 13, "col": 10}, "61": {"clue": "Holiday drinks", "answer": "NOGS", "row": 14, "col": 0}, "62": {"clue": "Comedian Mort", "answer": "SAHL", "row": 14, "col": 5}, "63": {"clue": "Retreats", "answer": "NESTS", "row": 14, "col": 10}}, "down": {"1": {"clue": "Watchband", "answer": "STRAP", "row": 0, "col": 0}, "2": {"clue": "Graduation events", "answer": "PROMS", "row": 0, "col": 1}, "3": {"clue": "Teases", "answer": "RIDES", "row": 0, "col": 2}, "4": {"clue": "Roman road", "answer": "ITER", "row": 0, "col": 3}, "5": {"clue": "\"Empire State of the South\"", "answer": "GEORGIA", "row": 0, "col": 4}, "6": {"clue": "One of C. Moore's flying quadrupeds", "answer": "DANCER", "row": 0, "col": 6}, "7": {"clue": "Lanai greeting", "answer": "ALOHA", "row": 0, "col": 7}, "8": {"clue": "Belgian river", "answer": "YSER", "row": 0, "col": 8}, "9": {"clue": "Single", "answer": "SOLITARY", "row": 0, "col": 9}, "10": {"clue": "P.O. address in Indiana", "answer": "SANTACLAUS", "row": 0, "col": 11}, "11": {"clue": "Decorate a tree", "answer": "TRIM", "row": 0, "col": 12}, "12": {"clue": "Andean Indian", "answer": "INCA", "row": 0, "col": 13}, "13": {"clue": "Kin of Does", "answer": "ROES", "row": 0, "col": 14}, "21": {"clue": "Easily handled, as a ship", "answer": "YAR", "row": 3, "col": 5}, "22": {"clue": "Chinese: Comb. form", "answer": "SINO", "row": 3, "col": 10}, "26": {"clue": "Town in N.H. and city in Pa.", "answer": "BETHLEHEMS", "row": 5, "col": 3}, "27": {"clue": "Bando of baseball", "answer": "SAL", "row": 5, "col": 8}, "28": {"clue": "Reindeer group", "answer": "HERD", "row": 5, "col": 12}, "29": {"clue": "Galena and bauxite", "answer": "ORES", "row": 5, "col": 13}, "30": {"clue": "Pother", "answer": "ADO", "row": 6, "col": 0}, "31": {"clue": "Gift for an outdoorsy person", "answer": "TENT", "row": 6, "col": 1}, "32": {"clue": "Count von ___", "answer": "SPEE", "row": 6, "col": 2}, "33": {"clue": "Diminutive suffix", "answer": "CLE", "row": 6, "col": 7}, "34": {"clue": "Utter", "answer": "SAY", "row": 6, "col": 14}, "36": {"clue": "Heralds", "answer": "TRUMPETS", "row": 7, "col": 5}, "37": {"clue": "Cr\u00e8che beast", "answer": "ASS", "row": 7, "col": 6}, "40": {"clue": "Earthen pot", "answer": "OLLA", "row": 8, "col": 4}, "41": {"clue": "Frosty, for one", "answer": "SNOWMAN", "row": 8, "col": 10}, "43": {"clue": "Pre-Yule purchase", "answer": "TINSEL", "row": 9, "col": 8}, "44": {"clue": "Wassail quaff", "answer": "ALE", "row": 9, "col": 9}, "46": {"clue": "A gift at a stable", "answer": "MYRRH", "row": 10, "col": 7}, "47": {"clue": "Zeus's shield", "answer": "AEGIS", "row": 10, "col": 12}, "48": {"clue": "Brag", "answer": "VAUNT", "row": 10, "col": 13}, "49": {"clue": "Upbeats, in music", "answer": "ARSES", "row": 10, "col": 14}, "50": {"clue": "Doxology ending", "answer": "AMEN", "row": 11, "col": 0}, "51": {"clue": "Court plea, for short", "answer": "NOLO", "row": 11, "col": 1}, "52": {"clue": "Type of race", "answer": "DRAG", "row": 11, "col": 2}, "53": {"clue": "Malayan canoe", "answer": "PROA", "row": 11, "col": 6}, "54": {"clue": "Shade of blue", "answer": "YALE", "row": 11, "col": 11}}} |
{"title":"NON.STOP.Mollgan.BONUSTRACK.bla.bla.bla.and.cover-TANKAFETAST","uid":7500642,"size":14211622,"categoryP":"audio","categoryS":"music","magnet":"?xt=urn:btih:4cd3b778f63dedae058ec5138107ae5714acc784&dn=NON.STOP.Mollgan.BONUSTRACK.bla.bla.bla.and.cover-TANKAFETAST&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":1,"leechers":1,"uploader":"DaET","files":5,"time":1344011995,"description":"\n\nMusikvideo släppt en dag innan Pride-festivalen 2012. Låten är första singeln från Mollgans kommande debutalbum "Jag Kan Vara Din Låtsaskompis". Videon är filmad och redigerad av Kristoffer Jansson\n\nMollgan på Facebook:\n\n\nWWW . TankaFetast .Com\n\n-----------------------------------------------------------------------------------\n\n\n\n\n\n _____ .__ .__ .__ \n / ____ | | | | |__| _________ ____ \n / / / _ | | | | | |/ _____ / \n/ Y ( ) |_| |_| / /_/ > __ | | \n____|__ /____/|____/____/_____ (____ /___| /\n / /_____/ / / ","torrent":{"xt":"urn:btih:4cd3b778f63dedae058ec5138107ae5714acc784","amp;dn":"NON.STOP.Mollgan.BONUSTRACK.bla.bla.bla.and.cover-TANKAFETAST","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"4cd3b778f63dedae058ec5138107ae5714acc784","infoHashBuffer":{"type":"Buffer","data":[76,211,183,120,246,61,237,174,5,142,197,19,129,7,174,87,20,172,199,132]},"announce":[],"urlList":[]}} |
{
"files": [
{
"sha1": "b5d90c8109697019fdf12d8989559aaac92d47ff",
"name": "vicksillustrated1893jame_marc.xml",
"format": "MARC",
"source": "original",
"mtime": "1391178641",
"crc32": "91a02f8c",
"md5": "a30c52294a786b0b8b72f8f62dceb926",
"size": "3809"
},
{
"sha1": "5a495a50f2afb49769204e3d09add057c7d69115",
"name": "vicksillustrated1893jame_meta.mrc",
"format": "MARC Binary",
"source": "original",
"mtime": "1391178641",
"crc32": "435d29d3",
"md5": "63c69fbe1e02b94863f0d0a947f88d45",
"size": "1109"
},
{
"sha1": "182a7b2e87a8c64a26828657008dc66b3571b64f",
"name": "vicksillustrated1893jame_metasource.xml",
"format": "MARC Source",
"source": "original",
"mtime": "1391178641",
"crc32": "b2fda839",
"md5": "e3859257aed9425faa99f2c1ce4d8612",
"size": "322"
},
{
"sha1": "0732fc494a04f9f806e0883c958c51d29fc0e00b",
"name": "vicksillustrated1893jame_dc.xml",
"format": "Dublin Core",
"source": "original",
"mtime": "1391178641",
"crc32": "8b4d879c",
"md5": "62a349e777e9dc9700066945e8435cf7",
"size": "1543"
},
{
"sha1": "574ce8e3674534c666927fa287080b84e1fd8916",
"name": "vicksillustrated1893jame_scandata.xml",
"format": "Scandata",
"source": "original",
"mtime": "1391429120",
"crc32": "8b124189",
"md5": "9bceb81b9a06f64424af03d9d76b11db",
"size": "91842"
},
{
"sha1": "f7c114cc3946d3127ff2817a38e4332ea07aabcb",
"name": "vicksillustrated1893jame_orig_jp2.tar",
"format": "Single Page Original JP2 Tar",
"source": "original",
"mtime": "1391429122",
"crc32": "844560f9",
"md5": "6aa48a8430718a2ba5e561ca62908402",
"size": "70912000"
},
{
"sha1": "a18b2eeb3711fb12d427aaee07b19ee8ad0ed7dc",
"name": "vicksillustrated1893jame_jp2.zip",
"format": "Single Page Processed JP2 ZIP",
"source": "derivative",
"mtime": "1391430966",
"crc32": "2b0eabb6",
"md5": "a8d77d767df011eaec5106b17f801a91",
"original": "vicksillustrated1893jame_orig_jp2.tar",
"size": "45253054"
},
{
"sha1": "28fc4f11667b8ed8636d00d042dcb157683b19ea",
"name": "vicksillustrated1893jame.gif",
"format": "Animated GIF",
"source": "derivative",
"mtime": "1391431008",
"crc32": "1490b931",
"md5": "ed055dc8281a1c775087f2aa4f2be042",
"original": "vicksillustrated1893jame_jp2.zip",
"size": "323391"
},
{
"sha1": "bcb3d1bcb57ff13e954f5a2c482d6ca599d85445",
"name": "vicksillustrated1893jame_djvu.xml",
"format": "Djvu XML",
"source": "derivative",
"mtime": "1391431732",
"crc32": "e7349ab1",
"md5": "2a6ab3500a5108c23e153d8c805169ea",
"original": "vicksillustrated1893jame_abbyy.gz",
"size": "1824581"
},
{
"sha1": "8e6fb7ae60ff5359dd42cbae9dbfb0e30b9e999a",
"name": "vicksillustrated1893jame.epub",
"format": "EPUB",
"source": "derivative",
"mtime": "1391431804",
"crc32": "ffbef265",
"md5": "1d700891f968a8af4ad61dbdd90b5fb3",
"original": "vicksillustrated1893jame_abbyy.gz",
"size": "1581933"
},
{
"sha1": "32074616c8ac8da552e7f0aa01727e3de900abfc",
"name": "vicksillustrated1893jame.djvu",
"format": "DjVu",
"source": "derivative",
"mtime": "1391432174",
"crc32": "12099988",
"md5": "e1fcfffdc6d0611daea7272d8f582891",
"original": "vicksillustrated1893jame_djvu.xml",
"size": "4892109"
},
{
"sha1": "146a96d25b00c72e15f0fe4dc3ef9497120f4da5",
"name": "vicksillustrated1893jame_djvu.txt",
"format": "DjVuTXT",
"source": "derivative",
"mtime": "1391432687",
"crc32": "58d02234",
"md5": "e996bdf67359b52c1ee1c76aca3d2ef7",
"original": "vicksillustrated1893jame.djvu",
"size": "195264"
},
{
"sha1": "a93171874d3041884f588f74f53e1332186d49e4",
"name": "vicksillustrated1893jame.pdf",
"format": "Text PDF",
"source": "derivative",
"mtime": "1391432672",
"crc32": "e206da70",
"md5": "950b7aca050160edfde6b251e1b3fb87",
"original": "vicksillustrated1893jame_djvu.xml",
"size": "7552371"
},
{
"sha1": "d868d9bee8f0678f76b99dc9d1af640e451cbdc4",
"name": "vicksillustrated1893jame_abbyy.gz",
"format": "Abbyy GZ",
"source": "derivative",
"mtime": "1391431636",
"crc32": "4b3f0e1e",
"md5": "42aa0db2a678d903a8898a2fcf7adf98",
"original": "vicksillustrated1893jame_jp2.zip",
"size": "2776705"
},
{
"sha1": "4e08b1b254470ca137c8b93eb54d8142a8c779a4",
"name": "vicksillustrated1893jame_meta.xml",
"format": "Metadata",
"source": "original",
"mtime": "1418948876",
"crc32": "e788c518",
"md5": "fb47c090976034b5afa79a324f2908e2",
"size": "2774"
},
{
"sha1": "063b8c78cd45b10dd9a6c3fa8e6b8440a28d135d",
"name": "vicksillustrated1893jame_archive.torrent",
"btih": "c3c47f06e85dceef796f32dc5d09b63eb2c08f54",
"format": "Archive BitTorrent",
"source": "metadata",
"mtime": "1418948878",
"crc32": "1cf3db93",
"md5": "abf532f4ac44f4a091b81de56897f750",
"size": "6287"
},
{
"source": "original",
"md5": "5d509eb275cc31173644983d1fb65682",
"name": "vicksillustrated1893jame_files.xml",
"format": "Metadata"
}
],
"uniq": 759137874,
"created": 1446751836,
"workable_servers": [
"ia600307.us.archive.org"
],
"server": "ia600307.us.archive.org",
"item_size": 135419094,
"dir": "/31/items/vicksillustrated1893jame",
"metadata": {
"partner_shiptracking": "NC0052b",
"shiptracking": "ST000942",
"scanner": "scribe2.beltsville.archive.org",
"creator": [
"James Vick's Sons (Rochester, N.Y.)",
"Henry G. Gilbert Nursery and Seed Trade Catalog Collection"
],
"series": "Henry G. Gilbert Nursery and Seed Trade Catalog Collection",
"ppi": "350",
"subcollection": "henryggilbertnurseryandseedtradecollection",
"nal_call_number": "62.61",
"operator": "associate-saw-thein@archive.org",
"sponsor": "U.S. Department of Agriculture, National Agricultural Library",
"copyright_message": "The contributing institution believes that this item is not in copyright",
"contributor": "U.S. Department of Agriculture, National Agricultural Library",
"foldoutcount": "0",
"scanfee": "100",
"subject": [
"Seeds Catalogs",
"Flowers Catalogs",
"Bulbs (Plants) Catalogs",
"Fruit Catalogs"
],
"call_number": "CAT31133445",
"title": "Vick's illustrated catalogue of hardy bulbs and plants",
"repub_state": "4",
"camera": "Canon EOS 5D Mark II",
"invoice": "3",
"ocr": "ABBYY FineReader 9.0",
"identifier-access": "http://archive.org/details/vicksillustrated1893jame",
"scanningcenter": "beltsville",
"description": [
"Cover title",
"Includes index"
],
"identifier-ark": "ark:/13960/t2w407v6s",
"mediatype": "texts",
"collection": [
"usda-nurseryandseedcatalog",
"usdanationalagriculturallibrary",
"fedlink",
"americana",
"biodiversity"
],
"volume": "1893",
"repub_seconds": "261",
"updater": "associate-adrianna-flores@archive.org",
"updatedate": "2014-01-31 14:30:41",
"uploader": "associate-adrianna-flores@archive.org",
"date": "1893",
"republisher": "associate-saw-thein@archive.org",
"addeddate": "2014-01-31 14:30:43.1974",
"publisher": "Rochester, N.Y. : James Vick",
"publicdate": "2014-01-31 13:30:22",
"language": "eng",
"page-progression": "lr",
"curation": "[curator]admin-shelia-deroche@archive.org[/curator][date]20140604163957[/date][state]approved[/state][comment]invoice201405[/comment]",
"imagecount": "58",
"identifier": "vicksillustrated1893jame",
"sponsordate": "20140531",
"unique_id": "CAT31133445",
"scandate": "20140131184809"
},
"files_count": 17,
"d1": "ia600307.us.archive.org"
} |
{
"minecraft:recipes/misc/iron_nugget_from_blasting": {
"criteria": {
"has_iron_helmet": "2021-01-21 01:02:11 -0500"
},
"done": true
},
"minecraft:recipes/transportation/dark_oak_boat": {
"criteria": {
"in_water": "2021-01-10 17:06:55 -0500"
},
"done": true
},
"minecraft:recipes/transportation/birch_boat": {
"criteria": {
"in_water": "2021-01-10 17:06:55 -0500"
},
"done": true
},
"minecraft:recipes/decorations/chest": {
"criteria": {
"has_lots_of_items": "2021-01-21 01:02:11 -0500"
},
"done": true
},
"minecraft:end/elytra": {
"criteria": {
"elytra": "2021-01-10 17:09:33 -0500"
},
"done": true
},
"minecraft:recipes/decorations/red_stained_glass_pane": {
"criteria": {
"has_glass": "2021-01-21 01:02:04 -0500"
},
"done": true
},
"minecraft:recipes/transportation/acacia_boat": {
"criteria": {
"in_water": "2021-01-10 17:06:55 -0500"
},
"done": true
},
"minecraft:recipes/transportation/oak_boat": {
"criteria": {
"in_water": "2021-01-10 17:06:55 -0500"
},
"done": true
},
"minecraft:story/obtain_armor": {
"criteria": {
"iron_helmet": "2021-01-21 01:02:11 -0500"
},
"done": true
},
"minecraft:recipes/transportation/jungle_boat": {
"criteria": {
"in_water": "2021-01-10 17:06:55 -0500"
},
"done": true
},
"minecraft:recipes/transportation/spruce_boat": {
"criteria": {
"in_water": "2021-01-10 17:06:55 -0500"
},
"done": true
},
"minecraft:recipes/misc/iron_nugget_from_smelting": {
"criteria": {
"has_iron_helmet": "2021-01-21 01:02:11 -0500"
},
"done": true
},
"minecraft:adventure/adventuring_time": {
"criteria": {
"minecraft:forest": "2021-01-10 16:59:51 -0500",
"minecraft:mountains": "2021-01-10 17:06:31 -0500",
"minecraft:desert_hills": "2021-01-21 01:08:34 -0500",
"minecraft:desert": "2021-01-10 17:12:12 -0500",
"minecraft:birch_forest": "2021-01-10 17:07:19 -0500",
"minecraft:river": "2021-01-10 17:07:01 -0500",
"minecraft:birch_forest_hills": "2021-01-10 17:08:00 -0500",
"minecraft:wooded_mountains": "2021-01-10 17:12:00 -0500",
"minecraft:wooded_hills": "2021-01-10 16:59:44 -0500",
"minecraft:swamp": "2021-01-10 17:07:18 -0500",
"minecraft:plains": "2021-01-10 17:06:48 -0500"
},
"done": false
},
"DataVersion": 2586
} |
{
"retCode": 0,
"retMsg": "接口请求成功",
"data": {
"meetingRoomOrderCnt": 35,
"couponCnt": 0,
"rentOrderCnt": 1,
"productOrderCnt": 4
}
}
|
{"title":"bruno mars cnn","uid":7674966,"size":23162278,"categoryP":"video","categoryS":"other","magnet":"?xt=urn:btih:1cd0f0e4d914af8508d0ae04693c13798922bc4e&dn=bruno+mars+cnn&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969","seeders":0,"leechers":1,"uploader":"ElizangelaS1403","files":1,"time":1348674125,"description":"bruno mars entrevista cnn","torrent":{"xt":"urn:btih:1cd0f0e4d914af8508d0ae04693c13798922bc4e","amp;dn":"bruno+mars+cnn","amp;tr":["udp%3A%2F%2Ftracker.openbittorrent.com%3A80","udp%3A%2F%2Fopen.demonii.com%3A1337","udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969","udp%3A%2F%2Fexodus.desync.com%3A6969"],"infoHash":"1cd0f0e4d914af8508d0ae04693c13798922bc4e","infoHashBuffer":{"type":"Buffer","data":[28,208,240,228,217,20,175,133,8,208,174,4,105,60,19,121,137,34,188,78]},"announce":[],"urlList":[]}} |
{
"forum_title": "Metall",
"user": "siggi103",
"user_id": "56313",
"date": "2010-05-08 00:56:48",
"title": "Afmælistónleikar Gruesome Glory á Akureyri 21.maí.",
"text": "Föstudaginn 21. Maí ætlum við í Gruesome Glory\nað halda uppá 1.árs afmælið okkar með alvöru tónleikum í Deiglunni á Akureyri!\nBöndin sem ætla að spila með okkur eru heldur ekki í verri kantinum en þau eru:\nOfferings, Atrum og meistararnir í Beneath.\nÞetta er klárlega Roadtrip fyrir sunnlendingana og ekki á hverjum degi sem Atrum og Beneath láta sjá sig fyrir norðan þannig að það er\nbannað\nað láta sig vanta!.\nHúsið opnar kl 20:30 og Offerings byrja brjálæðið stundvíslega kl 21:00!\nMiðaverð er skitinn 500 kall.\nALL AGES!\nOg svo hefur sú fiskisaga verið að fljúga um að Offerings verði með nokkur eintök af 6. laga EP!\nDeiglan fyrir þá sem ekki vita er í gilinu á Ak, rétt við kaffi karó, þeir sem villast ganga bara í átt að metalhausunum.\nNánari umræða:\nhttp://www.taflan.org/viewtopic.php?t=48373\nBætt við 9. maí 2010 - 23:45\nKominn Poster!",
"url": "https://www.hugi.is/metall/korkar/700279/afmaelistonleikar-gruesome-glory-a-akureyri-21mai/",
"url_id": "700279",
"id": "7156714",
"replies": [
{
"user": "Thorri789",
"user_id": "63671",
"date": "2010-05-09 23:51:22",
"id": "7158305",
"reply_to_id": "7156714",
"text": "http://i203.photobucket.com/albums/aa17/regaltip8a/21maiposter.jpg"
},
{
"user": "Thorri789",
"user_id": "63671",
"date": "2010-05-14 02:57:24",
"id": "7161998",
"reply_to_id": "7156714",
"text": "Jæja ætla ekki allir að mæta á þetta?"
}
]
} |
{"code":"6407142005","province_code":"64","regency_code":"6407","district_code":"640714","name":"ANAN JAYA"} |
{"s": "<svg xmlns=\"http://www.w3.org/2000/svg\" style=\"fill-opacity:1; color-rendering:auto; color-interpolation:auto; text-rendering:auto; stroke:black; stroke-linecap:square; stroke-miterlimit:10; shape-rendering:auto; stroke-opacity:1; fill:black; stroke-dasharray:none; font-weight:normal; stroke-width:1; font-family:'Dialog'; font-style:normal; stroke-linejoin:miter; font-size:12px; stroke-dashoffset:0; image-rendering:auto;\"><defs id=\"genericDefs\" /><g><defs id=\"defs1\"><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"clipPath1\"><path d=\"M290 82 L312 82 L312 104 L290 104 L290 82 Z\" /></clipPath><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"clipPath2\"><path d=\"M238 82 L260 82 L260 104 L238 104 L238 82 Z\" /></clipPath><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"clipPath3\"><path d=\"M208 93 C208 99.0751 203.0751 104 197 104 C190.9249 104 186 99.0751 186 93 C186 86.9249 190.9249 82 197 82 C203.0751 82 208 86.9249 208 93 Z\" /></clipPath><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"clipPath4\"><path d=\"M156 119 C156 125.0751 151.0751 130 145 130 C138.9249 130 134 125.0751 134 119 C134 112.9249 138.9249 108 145 108 C151.0751 108 156 112.9249 156 119 Z\" /></clipPath><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"clipPath5\"><path d=\"M82 134 L104 134 L104 156 L82 156 L82 134 Z\" /></clipPath><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"clipPath6\"><path d=\"M52 145 C52 151.0751 47.0751 156 41 156 C34.9249 156 30 151.0751 30 145 C30 138.9249 34.9249 134 41 134 C47.0751 134 52 138.9249 52 145 Z\" /></clipPath><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"clipPath7\"><path d=\"M82 82 L104 82 L104 104 L82 104 L82 82 Z\" /></clipPath><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"clipPath8\"><path d=\"M52 93 C52 99.0751 47.0751 104 41 104 C34.9249 104 30 99.0751 30 93 C30 86.9249 34.9249 82 41 82 C47.0751 82 52 86.9249 52 93 Z\" /></clipPath><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"clipPath9\"><path d=\"M156 67 C156 73.0751 151.0751 78 145 78 C138.9249 78 134 73.0751 134 67 C134 60.9249 138.9249 56 145 56 C151.0751 56 156 60.9249 156 67 Z\" /></clipPath><clipPath clipPathUnits=\"userSpaceOnUse\" id=\"clipPath10\"><path d=\"M301 52 L290 30 L312 30 Z\" style=\"fill-rule:evenodd;\" /></clipPath></defs><g style=\"fill:white; text-rendering:optimizeSpeed; stroke:white;\"><rect height=\"186\" style=\"stroke:none;\" width=\"342\" x=\"0\" y=\"0\" /></g><g ID=\"l-1:1,2\" style=\"text-rendering:optimizeSpeed;\"><polygon points=\" 301 93 249 93\" style=\"fill:none;\" /></g><g ID=\"l-1:1,3\" style=\"text-rendering:optimizeSpeed;\"><polygon points=\" 301 93 301 41\" style=\"fill:none;\" /></g><g ID=\"r-1:1\" style=\"fill:white; text-rendering:optimizeSpeed; stroke:white;\" wurcs_mono_id=\"1\"><rect height=\"22\" style=\"clip-path:url(#clipPath1); stroke:none;\" width=\"22\" x=\"290\" y=\"82\" /><rect height=\"22\" style=\"clip-path:url(#clipPath1); fill:rgb(0,144,188); stroke:none;\" width=\"22\" x=\"290\" y=\"82\" /><rect height=\"22\" style=\"clip-path:url(#clipPath1); fill:none; stroke:black;\" width=\"22\" x=\"290\" y=\"82\" /><rect height=\"22\" style=\"fill:none; stroke:black;\" width=\"22\" x=\"290\" y=\"82\" /></g><g ID=\"l-1:2,4\" style=\"text-rendering:optimizeSpeed;\"><polygon points=\" 249 93 197 93\" style=\"fill:none;\" /></g><g ID=\"r-1:2\" style=\"fill:white; text-rendering:optimizeSpeed; stroke:white;\" wurcs_mono_id=\"2\"><rect height=\"22\" style=\"clip-path:url(#clipPath2); stroke:none;\" width=\"22\" x=\"238\" y=\"82\" /><rect height=\"22\" style=\"clip-path:url(#clipPath2); fill:rgb(0,144,188); stroke:none;\" width=\"22\" x=\"238\" y=\"82\" /><rect height=\"22\" style=\"clip-path:url(#clipPath2); fill:none; stroke:black;\" width=\"22\" x=\"238\" y=\"82\" /><rect height=\"22\" style=\"fill:none; stroke:black;\" width=\"22\" x=\"238\" y=\"82\" /></g><g ID=\"l-1:4,5\" style=\"text-rendering:optimizeSpeed;\"><polygon points=\" 197 93 145 119\" style=\"fill:none;\" /></g><g ID=\"l-1:4,6\" style=\"text-rendering:optimizeSpeed;\"><polygon points=\" 197 93 145 67\" style=\"fill:none;\" /></g><g ID=\"r-1:4\" style=\"fill:white; text-rendering:optimizeSpeed; stroke:white;\" wurcs_mono_id=\"3\"><circle cx=\"197\" cy=\"93\" r=\"11\" style=\"clip-path:url(#clipPath3); stroke:none;\" /><rect height=\"22\" style=\"clip-path:url(#clipPath3); fill:rgb(0,166,81); stroke:none;\" width=\"22\" x=\"186\" y=\"82\" /><rect height=\"22\" style=\"clip-path:url(#clipPath3); fill:none; stroke:black;\" width=\"22\" x=\"186\" y=\"82\" /><circle cx=\"197\" cy=\"93\" r=\"11\" style=\"fill:none; stroke:black;\" /></g><g ID=\"l-1:5,7\" style=\"text-rendering:optimizeSpeed;\"><polygon points=\" 145 119 93 145\" style=\"fill:none;\" /></g><g ID=\"l-1:5,8\" style=\"text-rendering:optimizeSpeed;\"><polygon points=\" 145 119 93 93\" style=\"fill:none;\" /></g><g ID=\"r-1:5\" style=\"fill:white; text-rendering:optimizeSpeed; stroke:white;\" wurcs_mono_id=\"4\"><circle cx=\"145\" cy=\"119\" r=\"11\" style=\"clip-path:url(#clipPath4); stroke:none;\" /><rect height=\"22\" style=\"clip-path:url(#clipPath4); fill:rgb(0,166,81); stroke:none;\" width=\"22\" x=\"134\" y=\"108\" /><rect height=\"22\" style=\"clip-path:url(#clipPath4); fill:none; stroke:black;\" width=\"22\" x=\"134\" y=\"108\" /><circle cx=\"145\" cy=\"119\" r=\"11\" style=\"fill:none; stroke:black;\" /></g><g ID=\"l-1:7,9\" style=\"text-rendering:optimizeSpeed;\"><polygon points=\" 93 145 41 145\" style=\"fill:none;\" /></g><g ID=\"r-1:7\" style=\"fill:white; text-rendering:optimizeSpeed; stroke:white;\" wurcs_mono_id=\"5\"><rect height=\"22\" style=\"clip-path:url(#clipPath5); stroke:none;\" width=\"22\" x=\"82\" y=\"134\" /><rect height=\"22\" style=\"clip-path:url(#clipPath5); fill:rgb(0,144,188); stroke:none;\" width=\"22\" x=\"82\" y=\"134\" /><rect height=\"22\" style=\"clip-path:url(#clipPath5); fill:none; stroke:black;\" width=\"22\" x=\"82\" y=\"134\" /><rect height=\"22\" style=\"fill:none; stroke:black;\" width=\"22\" x=\"82\" y=\"134\" /></g><g ID=\"r-1:9\" style=\"fill:white; text-rendering:optimizeSpeed; stroke:white;\" wurcs_mono_id=\"6\"><circle cx=\"41\" cy=\"145\" r=\"11\" style=\"clip-path:url(#clipPath6); stroke:none;\" /><rect height=\"22\" style=\"clip-path:url(#clipPath6); fill:rgb(255,212,0); stroke:none;\" width=\"22\" x=\"30\" y=\"134\" /><rect height=\"22\" style=\"clip-path:url(#clipPath6); fill:none; stroke:black;\" width=\"22\" x=\"30\" y=\"134\" /><circle cx=\"41\" cy=\"145\" r=\"11\" style=\"fill:none; stroke:black;\" /></g><g ID=\"li-1:7,9\" style=\"fill:white; text-rendering:optimizeSpeed; font-family:'Serif'; stroke:white;\"><rect height=\"9\" style=\"stroke:none;\" width=\"8\" x=\"70\" y=\"148\" /><path d=\"M74.1875 154.0312 L74.1875 149.375 L71.2031 154.0312 L74.1875 154.0312 ZM76.7656 157 L72.7812 157 L72.7812 156.375 L74.1875 156.375 L74.1875 154.6562 L70.375 154.6562 L70.375 154.0156 L74.2031 148.0938 L75.3594 148.0938 L75.3594 154.0312 L77.0312 154.0312 L77.0312 154.6562 L75.3594 154.6562 L75.3594 156.375 L76.7656 156.375 L76.7656 157 Z\" style=\"fill:black; stroke:none;\" /><rect height=\"13\" style=\"stroke:none;\" width=\"7\" x=\"56\" y=\"146\" /><path d=\"M57.8281 158.25 Q58.2969 158.5938 59.1719 158.5938 Q60.0625 158.5938 60.5781 158.0703 Q61.0938 157.5469 61.0938 156.6562 Q61.0938 155.4219 60.5625 154.8906 Q60.0156 154.3594 59 154.3594 L58.4375 154.3594 L58.4375 153.7188 L58.7344 153.7188 Q59.4844 153.7188 60 153.2969 Q60.4219 152.9531 60.4219 152.0156 Q60.4219 151.6094 60.1406 151.1406 Q59.6875 150.375 59.1562 150.3906 Q57.8281 150.4375 57.8281 152.7812 L57.8281 158.25 ZM56.75 161.5 L56.75 152.7812 Q56.75 150.3281 58.0781 150 Q58.7656 149.8125 59.25 149.8125 Q60.3438 149.8125 61.0469 150.6719 Q61.6094 151.3594 61.6094 151.9375 Q61.6094 152.7812 61.2031 153.2656 Q60.7969 153.75 60.0625 153.9844 Q61.1406 154.1406 61.75 154.7812 Q62.3281 155.4062 62.3281 156.6328 Q62.3281 157.8594 61.5078 158.5156 Q60.6875 159.1719 59.1406 159.1719 Q58.1875 159.1719 57.8281 159.0312 L57.8281 161.5 L56.75 161.5 Z\" style=\"fill:black; stroke:none;\" /></g><g ID=\"l-1:8,10\" style=\"text-rendering:optimizeSpeed;\"><polygon points=\" 93 93 41 93\" style=\"fill:none;\" /></g><g ID=\"r-1:8\" style=\"fill:white; text-rendering:optimizeSpeed; stroke:white;\" wurcs_mono_id=\"7\"><rect height=\"22\" style=\"clip-path:url(#clipPath7); stroke:none;\" width=\"22\" x=\"82\" y=\"82\" /><rect height=\"22\" style=\"clip-path:url(#clipPath7); fill:rgb(0,144,188); stroke:none;\" width=\"22\" x=\"82\" y=\"82\" /><rect height=\"22\" style=\"clip-path:url(#clipPath7); fill:none; stroke:black;\" width=\"22\" x=\"82\" y=\"82\" /><rect height=\"22\" style=\"fill:none; stroke:black;\" width=\"22\" x=\"82\" y=\"82\" /></g><g ID=\"r-1:10\" style=\"fill:white; text-rendering:optimizeSpeed; stroke:white;\" wurcs_mono_id=\"8\"><circle cx=\"41\" cy=\"93\" r=\"11\" style=\"clip-path:url(#clipPath8); stroke:none;\" /><rect height=\"22\" style=\"clip-path:url(#clipPath8); fill:rgb(255,212,0); stroke:none;\" width=\"22\" x=\"30\" y=\"82\" /><rect height=\"22\" style=\"clip-path:url(#clipPath8); fill:none; stroke:black;\" width=\"22\" x=\"30\" y=\"82\" /><circle cx=\"41\" cy=\"93\" r=\"11\" style=\"fill:none; stroke:black;\" /></g><g ID=\"li-1:8,10\" style=\"fill:white; text-rendering:optimizeSpeed; font-family:'Serif'; stroke:white;\"><rect height=\"9\" style=\"stroke:none;\" width=\"8\" x=\"70\" y=\"96\" /><path d=\"M74.1875 102.0312 L74.1875 97.375 L71.2031 102.0312 L74.1875 102.0312 ZM76.7656 105 L72.7812 105 L72.7812 104.375 L74.1875 104.375 L74.1875 102.6562 L70.375 102.6562 L70.375 102.0156 L74.2031 96.0938 L75.3594 96.0938 L75.3594 102.0312 L77.0312 102.0312 L77.0312 102.6562 L75.3594 102.6562 L75.3594 104.375 L76.7656 104.375 L76.7656 105 Z\" style=\"fill:black; stroke:none;\" /><rect height=\"13\" style=\"stroke:none;\" width=\"7\" x=\"56\" y=\"94\" /><path d=\"M57.8281 106.25 Q58.2969 106.5938 59.1719 106.5938 Q60.0625 106.5938 60.5781 106.0703 Q61.0938 105.5469 61.0938 104.6562 Q61.0938 103.4219 60.5625 102.8906 Q60.0156 102.3594 59 102.3594 L58.4375 102.3594 L58.4375 101.7188 L58.7344 101.7188 Q59.4844 101.7188 60 101.2969 Q60.4219 100.9531 60.4219 100.0156 Q60.4219 99.6094 60.1406 99.1406 Q59.6875 98.375 59.1562 98.3906 Q57.8281 98.4375 57.8281 100.7812 L57.8281 106.25 ZM56.75 109.5 L56.75 100.7812 Q56.75 98.3281 58.0781 98 Q58.7656 97.8125 59.25 97.8125 Q60.3438 97.8125 61.0469 98.6719 Q61.6094 99.3594 61.6094 99.9375 Q61.6094 100.7812 61.2031 101.2656 Q60.7969 101.75 60.0625 101.9844 Q61.1406 102.1406 61.75 102.7812 Q62.3281 103.4062 62.3281 104.6328 Q62.3281 105.8594 61.5078 106.5156 Q60.6875 107.1719 59.1406 107.1719 Q58.1875 107.1719 57.8281 107.0312 L57.8281 109.5 L56.75 109.5 Z\" style=\"fill:black; stroke:none;\" /></g><g ID=\"li-1:5,7\" style=\"fill:white; text-rendering:optimizeSpeed; font-family:'Serif'; stroke:white;\"><rect height=\"9\" style=\"stroke:none;\" width=\"7\" x=\"126\" y=\"130\" /><path d=\"M127.5312 132.3438 L126.875 132.3438 L126.875 130.7812 Q127.5 130.4375 128.1406 130.2656 Q128.7812 130.0938 129.3906 130.0938 Q130.75 130.0938 131.5391 130.7578 Q132.3281 131.4219 132.3281 132.5469 Q132.3281 133.8438 130.5469 135.625 Q130.4062 135.7656 130.3281 135.8281 L128.125 138.0312 L131.7656 138.0312 L131.7656 136.9531 L132.4531 136.9531 L132.4531 139 L126.8125 139 L126.8125 138.3594 L129.4688 135.7188 Q130.3438 134.8281 130.7188 134.0938 Q131.0938 133.3594 131.0938 132.5469 Q131.0938 131.6719 130.6328 131.1719 Q130.1719 130.6719 129.375 130.6719 Q128.5312 130.6719 128.0781 131.0859 Q127.625 131.5 127.5312 132.3438 Z\" style=\"fill:black; stroke:none;\" /><rect height=\"13\" style=\"stroke:none;\" width=\"7\" x=\"111\" y=\"136\" /><path d=\"M112.8281 148.25 Q113.2969 148.5938 114.1719 148.5938 Q115.0625 148.5938 115.5781 148.0703 Q116.0938 147.5469 116.0938 146.6562 Q116.0938 145.4219 115.5625 144.8906 Q115.0156 144.3594 114 144.3594 L113.4375 144.3594 L113.4375 143.7188 L113.7344 143.7188 Q114.4844 143.7188 115 143.2969 Q115.4219 142.9531 115.4219 142.0156 Q115.4219 141.6094 115.1406 141.1406 Q114.6875 140.375 114.1562 140.3906 Q112.8281 140.4375 112.8281 142.7812 L112.8281 148.25 ZM111.75 151.5 L111.75 142.7812 Q111.75 140.3281 113.0781 140 Q113.7656 139.8125 114.25 139.8125 Q115.3438 139.8125 116.0469 140.6719 Q116.6094 141.3594 116.6094 141.9375 Q116.6094 142.7812 116.2031 143.2656 Q115.7969 143.75 115.0625 143.9844 Q116.1406 144.1406 116.75 144.7812 Q117.3281 145.4062 117.3281 146.6328 Q117.3281 147.8594 116.5078 148.5156 Q115.6875 149.1719 114.1406 149.1719 Q113.1875 149.1719 112.8281 149.0312 L112.8281 151.5 L111.75 151.5 Z\" style=\"fill:black; stroke:none;\" /></g><g ID=\"li-1:5,8\" style=\"fill:white; text-rendering:optimizeSpeed; font-family:'Serif'; stroke:white;\"><rect height=\"9\" style=\"stroke:none;\" width=\"8\" x=\"119\" y=\"112\" /><path d=\"M123.1875 118.0312 L123.1875 113.375 L120.2031 118.0312 L123.1875 118.0312 ZM125.7656 121 L121.7812 121 L121.7812 120.375 L123.1875 120.375 L123.1875 118.6562 L119.375 118.6562 L119.375 118.0156 L123.2031 112.0938 L124.3594 112.0938 L124.3594 118.0312 L126.0312 118.0312 L126.0312 118.6562 L124.3594 118.6562 L124.3594 120.375 L125.7656 120.375 L125.7656 121 Z\" style=\"fill:black; stroke:none;\" /><rect height=\"13\" style=\"stroke:none;\" width=\"7\" x=\"104\" y=\"102\" /><path d=\"M105.8281 114.25 Q106.2969 114.5938 107.1719 114.5938 Q108.0625 114.5938 108.5781 114.0703 Q109.0938 113.5469 109.0938 112.6562 Q109.0938 111.4219 108.5625 110.8906 Q108.0156 110.3594 107 110.3594 L106.4375 110.3594 L106.4375 109.7188 L106.7344 109.7188 Q107.4844 109.7188 108 109.2969 Q108.4219 108.9531 108.4219 108.0156 Q108.4219 107.6094 108.1406 107.1406 Q107.6875 106.375 107.1562 106.3906 Q105.8281 106.4375 105.8281 108.7812 L105.8281 114.25 ZM104.75 117.5 L104.75 108.7812 Q104.75 106.3281 106.0781 106 Q106.7656 105.8125 107.25 105.8125 Q108.3438 105.8125 109.0469 106.6719 Q109.6094 107.3594 109.6094 107.9375 Q109.6094 108.7812 109.2031 109.2656 Q108.7969 109.75 108.0625 109.9844 Q109.1406 110.1406 109.75 110.7812 Q110.3281 111.4062 110.3281 112.6328 Q110.3281 113.8594 109.5078 114.5156 Q108.6875 115.1719 107.1406 115.1719 Q106.1875 115.1719 105.8281 115.0312 L105.8281 117.5 L104.75 117.5 Z\" style=\"fill:black; stroke:none;\" /></g><g ID=\"r-1:6\" style=\"fill:white; text-rendering:optimizeSpeed; stroke:white;\" wurcs_mono_id=\"9\"><circle cx=\"145\" cy=\"67\" r=\"11\" style=\"clip-path:url(#clipPath9); stroke:none;\" /><rect height=\"22\" style=\"clip-path:url(#clipPath9); fill:rgb(0,166,81); stroke:none;\" width=\"22\" x=\"134\" y=\"56\" /><rect height=\"22\" style=\"clip-path:url(#clipPath9); fill:none; stroke:black;\" width=\"22\" x=\"134\" y=\"56\" /><circle cx=\"145\" cy=\"67\" r=\"11\" style=\"fill:none; stroke:black;\" /></g><g ID=\"li-1:4,5\" style=\"fill:white; text-rendering:optimizeSpeed; font-family:'Serif'; stroke:white;\"><rect height=\"10\" style=\"stroke:none;\" width=\"7\" x=\"178\" y=\"104\" /><path d=\"M179.1719 105.625 Q179.8594 105.3594 180.4844 105.2266 Q181.1094 105.0938 181.6562 105.0938 Q182.9531 105.0938 183.6719 105.6484 Q184.3906 106.2031 184.3906 107.1875 Q184.3906 107.9688 183.8906 108.5 Q183.3906 109.0312 182.4844 109.2188 Q183.5625 109.375 184.1562 110.0078 Q184.75 110.6406 184.75 111.6406 Q184.75 112.8594 183.9219 113.5156 Q183.0938 114.1719 181.5469 114.1719 Q180.8594 114.1719 180.2109 114.0234 Q179.5625 113.875 178.9219 113.5781 L178.9219 111.875 L179.5781 111.875 Q179.625 112.7188 180.1406 113.1562 Q180.6562 113.5938 181.5781 113.5938 Q182.4688 113.5938 182.9922 113.0703 Q183.5156 112.5469 183.5156 111.6562 Q183.5156 110.625 182.9766 110.0938 Q182.4375 109.5625 181.4062 109.5625 L180.8594 109.5625 L180.8594 108.9531 L181.1406 108.9531 Q182.1719 108.9531 182.6875 108.5312 Q183.2031 108.1094 183.2031 107.25 Q183.2031 106.4844 182.7812 106.0781 Q182.3594 105.6719 181.5625 105.6719 Q180.7656 105.6719 180.3359 106.0469 Q179.9062 106.4219 179.8281 107.1562 L179.1719 107.1562 L179.1719 105.625 Z\" style=\"fill:black; stroke:none;\" /><rect height=\"8\" style=\"stroke:none;\" width=\"8\" x=\"162\" y=\"113\" /><path d=\"M167.1875 119.4688 L166.9531 120.1094 Q166.7656 120.625 166.2031 120.9375 Q165.8438 121.1562 165.2031 121.1406 Q164.0469 121.1406 163.3281 120.2344 Q162.5938 119.3281 162.5938 117.8594 Q162.5938 116.4219 163.3281 115.4844 Q164.0156 114.5938 165.4531 114.6094 Q166.4531 114.6094 166.9531 115 Q167.4062 115.3438 167.5781 116.0938 L167.625 116.3125 L167.8438 115.6719 Q168.0625 115.0469 168.6562 114.75 L169.25 114.75 L169.25 115.0938 Q168.6875 115.2656 168.5 115.8125 L167.8906 117.4844 L168.2969 119.2812 Q168.5 120.2031 168.7344 120.2969 Q169.0469 120.4375 169.7812 120 L169.7812 120.7188 Q168.5938 121.4062 167.75 120.6875 Q167.375 120.3594 167.2656 119.875 L167.1875 119.4688 ZM166.9219 118.3125 L166.5625 116.5938 Q166.2656 115.2188 165.4688 115.2188 Q164.7969 115.2031 164.2812 115.9375 Q163.8594 116.5156 163.8594 117.875 Q163.8594 119.1719 164.2812 119.8281 Q164.75 120.5469 165.5312 120.5 Q166.2031 120.4375 166.6875 119 L166.9219 118.3125 Z\" style=\"fill:black; stroke:none;\" /></g><g ID=\"li-1:4,6\" style=\"fill:white; text-rendering:optimizeSpeed; font-family:'Serif'; stroke:white;\"><rect height=\"10\" style=\"stroke:none;\" width=\"7\" x=\"171\" y=\"86\" /><path d=\"M174.9219 95.5938 Q175.75 95.5938 176.1953 94.9844 Q176.6406 94.375 176.6406 93.2344 Q176.6406 92.1094 176.1953 91.5 Q175.75 90.8906 174.9219 90.8906 Q174.0938 90.8906 173.6484 91.4766 Q173.2031 92.0625 173.2031 93.1719 Q173.2031 94.3281 173.6484 94.9609 Q174.0938 95.5938 174.9219 95.5938 ZM173.0156 91.1875 Q173.4219 90.75 173.9219 90.5312 Q174.4219 90.3125 175.0625 90.3125 Q176.3594 90.3125 177.1172 91.0938 Q177.875 91.875 177.875 93.2344 Q177.875 94.5625 177.0625 95.3672 Q176.25 96.1719 174.875 96.1719 Q173.3906 96.1719 172.5938 95.0625 Q171.7969 93.9531 171.7969 91.9062 Q171.7969 89.6094 172.7422 88.3516 Q173.6875 87.0938 175.4062 87.0938 Q175.875 87.0938 176.3828 87.1797 Q176.8906 87.2656 177.4219 87.4375 L177.4219 88.8906 L176.7656 88.8906 Q176.6875 88.2969 176.3047 87.9844 Q175.9219 87.6719 175.2812 87.6719 Q174.1406 87.6719 173.5859 88.5312 Q173.0312 89.3906 173.0156 91.1875 Z\" style=\"fill:black; stroke:none;\" /><rect height=\"8\" style=\"stroke:none;\" width=\"8\" x=\"155\" y=\"79\" /><path d=\"M160.1875 85.4688 L159.9531 86.1094 Q159.7656 86.625 159.2031 86.9375 Q158.8438 87.1562 158.2031 87.1406 Q157.0469 87.1406 156.3281 86.2344 Q155.5938 85.3281 155.5938 83.8594 Q155.5938 82.4219 156.3281 81.4844 Q157.0156 80.5938 158.4531 80.6094 Q159.4531 80.6094 159.9531 81 Q160.4062 81.3438 160.5781 82.0938 L160.625 82.3125 L160.8438 81.6719 Q161.0625 81.0469 161.6562 80.75 L162.25 80.75 L162.25 81.0938 Q161.6875 81.2656 161.5 81.8125 L160.8906 83.4844 L161.2969 85.2812 Q161.5 86.2031 161.7344 86.2969 Q162.0469 86.4375 162.7812 86 L162.7812 86.7188 Q161.5938 87.4062 160.75 86.6875 Q160.375 86.3594 160.2656 85.875 L160.1875 85.4688 ZM159.9219 84.3125 L159.5625 82.5938 Q159.2656 81.2188 158.4688 81.2188 Q157.7969 81.2031 157.2812 81.9375 Q156.8594 82.5156 156.8594 83.875 Q156.8594 85.1719 157.2812 85.8281 Q157.75 86.5469 158.5312 86.5 Q159.2031 86.4375 159.6875 85 L159.9219 84.3125 Z\" style=\"fill:black; stroke:none;\" /></g><g ID=\"li-1:2,4\" style=\"fill:white; text-rendering:optimizeSpeed; font-family:'Serif'; stroke:white;\"><rect height=\"9\" style=\"stroke:none;\" width=\"8\" x=\"226\" y=\"96\" /><path d=\"M230.1875 102.0312 L230.1875 97.375 L227.2031 102.0312 L230.1875 102.0312 ZM232.7656 105 L228.7812 105 L228.7812 104.375 L230.1875 104.375 L230.1875 102.6562 L226.375 102.6562 L226.375 102.0156 L230.2031 96.0938 L231.3594 96.0938 L231.3594 102.0312 L233.0312 102.0312 L233.0312 102.6562 L231.3594 102.6562 L231.3594 104.375 L232.7656 104.375 L232.7656 105 Z\" style=\"fill:black; stroke:none;\" /><rect height=\"13\" style=\"stroke:none;\" width=\"7\" x=\"212\" y=\"94\" /><path d=\"M213.8281 106.25 Q214.2969 106.5938 215.1719 106.5938 Q216.0625 106.5938 216.5781 106.0703 Q217.0938 105.5469 217.0938 104.6562 Q217.0938 103.4219 216.5625 102.8906 Q216.0156 102.3594 215 102.3594 L214.4375 102.3594 L214.4375 101.7188 L214.7344 101.7188 Q215.4844 101.7188 216 101.2969 Q216.4219 100.9531 216.4219 100.0156 Q216.4219 99.6094 216.1406 99.1406 Q215.6875 98.375 215.1562 98.3906 Q213.8281 98.4375 213.8281 100.7812 L213.8281 106.25 ZM212.75 109.5 L212.75 100.7812 Q212.75 98.3281 214.0781 98 Q214.7656 97.8125 215.25 97.8125 Q216.3438 97.8125 217.0469 98.6719 Q217.6094 99.3594 217.6094 99.9375 Q217.6094 100.7812 217.2031 101.2656 Q216.7969 101.75 216.0625 101.9844 Q217.1406 102.1406 217.75 102.7812 Q218.3281 103.4062 218.3281 104.6328 Q218.3281 105.8594 217.5078 106.5156 Q216.6875 107.1719 215.1406 107.1719 Q214.1875 107.1719 213.8281 107.0312 L213.8281 109.5 L212.75 109.5 Z\" style=\"fill:black; stroke:none;\" /></g><g ID=\"r-1:3\" style=\"fill:white; text-rendering:optimizeSpeed; stroke:white;\" wurcs_mono_id=\"10\"><polygon points=\" 301 52 290 30 312 30\" style=\"stroke:none; clip-path:url(#clipPath10);\" /><rect height=\"22\" style=\"clip-path:url(#clipPath10); fill:rgb(237,28,36); stroke:none;\" width=\"22\" x=\"290\" y=\"30\" /><rect height=\"22\" style=\"clip-path:url(#clipPath10); fill:none; stroke:black;\" width=\"22\" x=\"290\" y=\"30\" /><polygon points=\" 301 52 290 30 312 30\" style=\"fill:none; stroke:black;\" /></g><g ID=\"li-1:1,2\" style=\"fill:white; text-rendering:optimizeSpeed; font-family:'Serif'; stroke:white;\"><rect height=\"9\" style=\"stroke:none;\" width=\"8\" x=\"278\" y=\"96\" /><path d=\"M282.1875 102.0312 L282.1875 97.375 L279.2031 102.0312 L282.1875 102.0312 ZM284.7656 105 L280.7812 105 L280.7812 104.375 L282.1875 104.375 L282.1875 102.6562 L278.375 102.6562 L278.375 102.0156 L282.2031 96.0938 L283.3594 96.0938 L283.3594 102.0312 L285.0312 102.0312 L285.0312 102.6562 L283.3594 102.6562 L283.3594 104.375 L284.7656 104.375 L284.7656 105 Z\" style=\"fill:black; stroke:none;\" /><rect height=\"13\" style=\"stroke:none;\" width=\"7\" x=\"264\" y=\"94\" /><path d=\"M265.8281 106.25 Q266.2969 106.5938 267.1719 106.5938 Q268.0625 106.5938 268.5781 106.0703 Q269.0938 105.5469 269.0938 104.6562 Q269.0938 103.4219 268.5625 102.8906 Q268.0156 102.3594 267 102.3594 L266.4375 102.3594 L266.4375 101.7188 L266.7344 101.7188 Q267.4844 101.7188 268 101.2969 Q268.4219 100.9531 268.4219 100.0156 Q268.4219 99.6094 268.1406 99.1406 Q267.6875 98.375 267.1562 98.3906 Q265.8281 98.4375 265.8281 100.7812 L265.8281 106.25 ZM264.75 109.5 L264.75 100.7812 Q264.75 98.3281 266.0781 98 Q266.7656 97.8125 267.25 97.8125 Q268.3438 97.8125 269.0469 98.6719 Q269.6094 99.3594 269.6094 99.9375 Q269.6094 100.7812 269.2031 101.2656 Q268.7969 101.75 268.0625 101.9844 Q269.1406 102.1406 269.75 102.7812 Q270.3281 103.4062 270.3281 104.6328 Q270.3281 105.8594 269.5078 106.5156 Q268.6875 107.1719 267.1406 107.1719 Q266.1875 107.1719 265.8281 107.0312 L265.8281 109.5 L264.75 109.5 Z\" style=\"fill:black; stroke:none;\" /></g><g ID=\"li-1:1,3\" style=\"fill:white; text-rendering:optimizeSpeed; font-family:'Serif'; stroke:white;\"><rect height=\"10\" style=\"stroke:none;\" width=\"7\" x=\"289\" y=\"69\" /><path d=\"M292.9219 78.5938 Q293.75 78.5938 294.1953 77.9844 Q294.6406 77.375 294.6406 76.2344 Q294.6406 75.1094 294.1953 74.5 Q293.75 73.8906 292.9219 73.8906 Q292.0938 73.8906 291.6484 74.4766 Q291.2031 75.0625 291.2031 76.1719 Q291.2031 77.3281 291.6484 77.9609 Q292.0938 78.5938 292.9219 78.5938 ZM291.0156 74.1875 Q291.4219 73.75 291.9219 73.5312 Q292.4219 73.3125 293.0625 73.3125 Q294.3594 73.3125 295.1172 74.0938 Q295.875 74.875 295.875 76.2344 Q295.875 77.5625 295.0625 78.3672 Q294.25 79.1719 292.875 79.1719 Q291.3906 79.1719 290.5938 78.0625 Q289.7969 76.9531 289.7969 74.9062 Q289.7969 72.6094 290.7422 71.3516 Q291.6875 70.0938 293.4062 70.0938 Q293.875 70.0938 294.3828 70.1797 Q294.8906 70.2656 295.4219 70.4375 L295.4219 71.8906 L294.7656 71.8906 Q294.6875 71.2969 294.3047 70.9844 Q293.9219 70.6719 293.2812 70.6719 Q292.1406 70.6719 291.5859 71.5312 Q291.0312 72.3906 291.0156 74.1875 Z\" style=\"fill:black; stroke:none;\" /><rect height=\"8\" style=\"stroke:none;\" width=\"8\" x=\"289\" y=\"56\" /><path d=\"M294.1875 62.4688 L293.9531 63.1094 Q293.7656 63.625 293.2031 63.9375 Q292.8438 64.1562 292.2031 64.1406 Q291.0469 64.1406 290.3281 63.2344 Q289.5938 62.3281 289.5938 60.8594 Q289.5938 59.4219 290.3281 58.4844 Q291.0156 57.5938 292.4531 57.6094 Q293.4531 57.6094 293.9531 58 Q294.4062 58.3438 294.5781 59.0938 L294.625 59.3125 L294.8438 58.6719 Q295.0625 58.0469 295.6562 57.75 L296.25 57.75 L296.25 58.0938 Q295.6875 58.2656 295.5 58.8125 L294.8906 60.4844 L295.2969 62.2812 Q295.5 63.2031 295.7344 63.2969 Q296.0469 63.4375 296.7812 63 L296.7812 63.7188 Q295.5938 64.4062 294.75 63.6875 Q294.375 63.3594 294.2656 62.875 L294.1875 62.4688 ZM293.9219 61.3125 L293.5625 59.5938 Q293.2656 58.2188 292.4688 58.2188 Q291.7969 58.2031 291.2812 58.9375 Q290.8594 59.5156 290.8594 60.875 Q290.8594 62.1719 291.2812 62.8281 Q291.75 63.5469 292.5312 63.5 Q293.2031 63.4375 293.6875 62 L293.9219 61.3125 Z\" style=\"fill:black; stroke:none;\" /></g></g></svg>", "g": "RES<br><span wurcs_mono_id=\"1\">1b:x-dglc-HEX-x:x</span><br>2s:n-acetyl<br><span wurcs_mono_id=\"2\">3b:b-dglc-HEX-1:5</span><br>4s:n-acetyl<br><span wurcs_mono_id=\"3\">5b:b-dman-HEX-1:5</span><br><span wurcs_mono_id=\"4\">6b:a-dman-HEX-1:5</span><br><span wurcs_mono_id=\"5\">7b:b-dglc-HEX-1:5</span><br>8s:n-acetyl<br><span wurcs_mono_id=\"6\">9b:b-dgal-HEX-1:5</span><br><span wurcs_mono_id=\"7\">10b:b-dglc-HEX-1:5</span><br>11s:n-acetyl<br><span wurcs_mono_id=\"8\">12b:b-dgal-HEX-1:5</span><br><span wurcs_mono_id=\"9\">13b:a-dman-HEX-1:5</span><br><span wurcs_mono_id=\"10\">14b:a-lgal-HEX-1:5|6:d</span><br>LIN<br>1:1d(2+1)2n<br>2:1o(4+1)3d<br>3:3d(2+1)4n<br>4:3o(4+1)5d<br>5:5o(3+1)6d<br>6:6o(2+1)7d<br>7:7d(2+1)8n<br>8:7o(4+1)9d<br>9:6o(4+1)10d<br>10:10d(2+1)11n<br>11:10o(4+1)12d<br>12:5o(6+1)13d<br>13:1o(6+1)14d", "w": "WURCS=2.0/6,10,9/[<span wurcs_mono_id='1'>u2122h_2*NCC/3=O</span>][<span wurcs_mono_id='2,5,7'>a2122h-1b_1-5_2*NCC/3=O</span>][<span wurcs_mono_id='3'>a1122h-1b_1-5</span>][<span wurcs_mono_id='4,9'>a1122h-1a_1-5</span>][<span wurcs_mono_id='6,8'>a2112h-1b_1-5</span>][<span wurcs_mono_id='10'>a1221m-1a_1-5</span>]/<span wurcs_mono_id='1'>1</span>-<span wurcs_mono_id='2'>2</span>-<span wurcs_mono_id='3'>3</span>-<span wurcs_mono_id='4'>4</span>-<span wurcs_mono_id='5'>2</span>-<span wurcs_mono_id='6'>5</span>-<span wurcs_mono_id='7'>2</span>-<span wurcs_mono_id='8'>5</span>-<span wurcs_mono_id='9'>4</span>-<span wurcs_mono_id='10'>6</span>/<span wurcs_mono_id='1'>a</span>4-<span wurcs_mono_id='2'>b</span>1_<span wurcs_mono_id='1'>a</span>6-<span wurcs_mono_id='10'>j</span>1_<span wurcs_mono_id='2'>b</span>4-<span wurcs_mono_id='3'>c</span>1_<span wurcs_mono_id='3'>c</span>3-<span wurcs_mono_id='4'>d</span>1_<span wurcs_mono_id='3'>c</span>6-<span wurcs_mono_id='9'>i</span>1_<span wurcs_mono_id='4'>d</span>2-<span wurcs_mono_id='5'>e</span>1_<span wurcs_mono_id='4'>d</span>4-<span wurcs_mono_id='7'>g</span>1_<span wurcs_mono_id='5'>e</span>4-<span wurcs_mono_id='6'>f</span>1_<span wurcs_mono_id='7'>g</span>4-<span wurcs_mono_id='8'>h</span>1"} |
{
"cSpell.words": [
"SETSTATE",
"appspot",
"create",
"create structured selector",
"displayname",
"errored",
"firestore",
"has",
"has errored",
"middlewares",
"selector",
"structured"
]
} |
["a7b77b636a988c6bedc39ce06ee6c2367b9462ab"] |
{"Name":"Pet Skill: Ablaze LV6","Id":15493,"data":["15493","Pet Skill: Ablaze LV6","320","5486","1029","6","100","128","35","35000","1","0"]} |
{"urls":{"website":["https://www.beaconcrypto.io/"],"technical_doc":[],"twitter":["https://twitter.com/BeaconCrypto1"],"reddit":[],"message_board":[],"announcement":["https://bitcointalk.org/index.php?topic=5059521.0"],"chat":["https://discord.gg/uTar2Sd"],"explorer":["https://beacon.exp.monitorit4.me/"],"source_code":["https://github.com/beaconcrypto/beacon"]},"logo":"https://s2.coinmarketcap.com/static/img/coins/64x64/3656.png","id":3656,"name":"Beacon","symbol":"BECN","slug":"beacon","description":"Launched in November 2018 by a team based in the United States, Beacon describes itself as a fully transparent project aimed at improving cryptocurrency's public image and providing a constructive environment for newcomers to join and learn about the industry.","notice":null,"date_added":"2019-01-01T00:00:00.000Z","tags":null,"platform":null,"category":"coin"} |
{"poster":"Jampool22","date":"2019-04-22T18:12:34.704+0000","title":"Riot esta mueriendo","subforum":"Charlas Generales","up_votes":1,"down_votes":18,"body":"me ponen sanción por salirme (se me fue la luz) en clasificatoria pero mi equipo gano y cuando me fui no estábamos perdiendo deben poner aunque sea un modo de justificación o que riot te detecte los fallos por la inactividad solo lo repito riot rip como dijo el youtuber ingles ~~~~~~~~~~~~~~~~~~~~___________********************************************************___________~~~~~~~~~~~***","replies":[{"poster":"Salvor","date":"2019-04-22T19:24:03.595+0000","up_votes":4,"down_votes":0,"body":"> Riot esta mueriendo\n\nhttp://www.voxed.net/upload/image/JDQZBUP.jpg","replies":[]},{"poster":"Zelos From Jonia","date":"2019-04-22T19:28:02.870+0000","up_votes":3,"down_votes":0,"body":"En resumen, riot se esta muriendo porque se te fue la luz....\n\n\nhttps://cdn.memegenerator.es/imagenes/memes/full/30/51/30517134.jpg","replies":[]},{"poster":"Aephis","date":"2019-04-22T18:52:09.332+0000","up_votes":2,"down_votes":0,"body":"Riot no esta muriendo, que es lo que quieras en un momento de berrinche no es lo que la realidad dice.\n\nGanaron, pero pudieron perder por eso, no es culpa de los demas que te funcione mal algo.\n\nComo dice don Grasa, comprometiste a tu equipo aunque no sea lo que querias que pase.","replies":[]},{"poster":"Grasa","date":"2019-04-22T18:26:26.681+0000","up_votes":2,"down_votes":0,"body":"te mereces sancion, da igual si se te corto la luz, se te cayo o simplemente te cagaste ensima. Si dejaste a 4 personas jugando sin vos estonces los comprometiste, jodete. Es un juego aparte, asi que bancatela y jugate otra","replies":[]},{"poster":"Diosmo","date":"2019-04-23T00:28:22.215+0000","up_votes":1,"down_votes":0,"body":"\"Riot esta mueriendo.\n (se me fue la luz)\"\n\n _Jampool22_","replies":[]},{"poster":"James Black","date":"2019-04-22T21:59:33.793+0000","up_votes":1,"down_votes":0,"body":"nooooooooooooooooo rito {{sticker:zombie-nunu-tears}}","replies":[]},{"poster":"Jaraseki","date":"2019-04-22T19:08:59.710+0000","up_votes":1,"down_votes":0,"body":"LUL","replies":[]},{"poster":"ProGamer2009","date":"2019-04-22T23:29:55.508+0000","up_votes":1,"down_votes":1,"body":"ojala se muera... pero no, lastima","replies":[]}]} |
{"web":{"client_id":"386187553837-r8nkcvifv9ckeeiml0gmdq1r646u4v03.apps.googleusercontent.com","project_id":"halp-1000","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://accounts.google.com/o/oauth2/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"kVbQ4oUaxdNslsGiMMnQlHdw","redirect_uris":["http://halp.ideo.com/oauth2callback"],"javascript_origins":["http://halp.ideo.com"]}} |
{
"id": "arcadyan_vgv7519-nor",
"image_prefix": "openwrt-lantiq-xrx200-arcadyan_vgv7519-nor",
"images": [
{
"name": "openwrt-lantiq-xrx200-arcadyan_vgv7519-nor-squashfs-sysupgrade.bin",
"sha256": "bf7c53d37408381d8dfae29f9ecf24ec7ef9d4c69fcd78d236b643ea4dd8ad3f",
"type": "sysupgrade"
}
],
"metadata_version": 1,
"supported_devices": [
"arcadyan,vgv7519-nor",
"VGV7519NOR"
],
"target": "lantiq/xrx200",
"titles": [
{
"model": "VGV7519",
"variant": "NOR",
"vendor": "Arcadyan"
},
{
"model": "Experiabox 8",
"variant": "NOR",
"vendor": "KPN"
}
],
"version_commit": "r12145-4716c843d6",
"version_number": "SNAPSHOT"
} |
{
"sobreFly":{"sx":0,"sy":0,"tileW":141,"tileH":49,"frames":3}
} |
{"type": "Feature", "id": 801433, "geometry": {"type": "MultiPolygon", "coordinates": [[[[15.46035, 50.319359], [15.46035, 50.340542], [15.41953, 50.340542], [15.41953, 50.319359], [15.46035, 50.319359]]]]}, "properties": {"woe:id": 801433, "woe:parent_id": 12609380, "woe:name": "Vysok\u00e9 Vesel\u00ed", "woe:placetype": 7, "woe:placetype_name": "Town", "woe:lang": "CZE", "iso:country": "CZ", "meta:provider": ["geoplanet:7.3.1", "geoplanet:7.3.2", "geoplanet:7.4.0", "geoplanet:7.4.1", "geoplanet:7.5.1", "geoplanet:7.5.2", "geoplanet:7.6.0", "geoplanet:7.8.1", "geoplanet:7.9.0", "geoplanet:7.10.0", "geoplanet:8.0.0", "woeplanet:8.0.0"], "meta:indexed": "2020-08-20T20:27:42.038321", "woe:alias_CZE_S": ["Vysoke Veseli"], "meta:updated": "2020-10-14T11:16:47.361112", "woe:alias_CZE_V": ["Hoch-Wesley"], "woe:adjacent": [800460, 787689, 801090, 798723, 794720, 800716, 797788, 802214, 802051, 791600, 787665, 798353, 22656745, 799923, 789631, 790799, 789447], "woe:hierarchy": {"continent": 24865675, "country": 23424810, "town": 0, "planet": 1, "county": 12582596, "suburb": 0, "state": 20070466, "region": 0, "localadmin": 12609380}, "woe:timezone_id": 28350912, "woe:concordances": {"gn:id": 3062205, "qs:id": 908877}, "woe:hash": "u2fyr4w6v6m0", "geom:min_latitude": 50.319359, "woe:centroid": [15.43362, 50.3316], "geom:latitude": 50.3316, "woe:max_longitude": 15.46035, "geom:max_longitude": 15.46035, "geom:centroid": [15.43362, 50.3316], "geom:max_latitude": 50.340542, "woe:bbox": [15.41953, 50.319359, 15.46035, 50.340542], "geom:bbox": [15.41953, 50.319359, 15.46035, 50.340542], "woe:min_latitude": 50.319359, "woe:min_longitude": 15.41953, "geom:longitude": 15.43362, "geom:hash": "u2fyr4w6v6m0", "woe:latitude": 50.3316, "geom:min_longitude": 15.41953, "woe:longitude": 15.43362, "woe:max_latitude": 50.340542, "woe:repo": "woeplanet-town-cz", "geom:area": 6848684.757892609, "woe:scale": 16}} |
{
"name": "@silverstripe/reactstrap-confirm",
"version": "0.0.5",
"description": "Confirmation dialogues with reactstrap modals",
"main": "dist/index.js",
"scripts": {
"lint": "eslint src stories tests",
"lint-fix": "eslint --fix src stories tests",
"build": "yarn lint && yarn test && babel src --out-dir dist",
"test": "jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"keywords": [
"react",
"reactstrap",
"confirm"
],
"author": "Guy Marriott <guy@silverstripe.com>",
"license": "BSD-3-Clause",
"dependencies": {
"@babel/cli": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"bootstrap": "^4.3.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reactstrap": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@silverstripe/eslint-config": "^0.0.5",
"@silverstripe/webpack-config": "^1.1.0",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-links": "^5.0.11",
"@storybook/addon-notes": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"babel-loader": "^8.0.6",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.2",
"jest": "^24.8.0"
},
"jest": {
"transform": {
".*": "babel-jest"
}
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.