-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
424 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999],[4.6,2.2,2,1.8,2.2,2,2,2.4,2.2,2.2,2.4,2.2,2.8,2.8,3,3.2,3.2,3.2,3.2,3.4,3.6,3.8,3.6,3.6,3.8,4,4,4,4.2,4.4,4.4,4.6,4.8,5,5.2,5.2,5.2,6.2,7.2,5.8,5.8,6,5.8,6.6,6.2,6.2,6.2,6.4,6.6,6.6,7,7,7.2,7.2,7.4,7.8,7.4,7.6,8,8,8.2,8.6,8.6,9.4,9.2,9.2,9.4,13.8,10,9.4,9.6,10,10,10.2,10.4,10.6,10.8,11,11,11.4,11.4,11.8,11.8,12,12,12.6,12.8,12.8,13.2,13,13.4,13.4,13.8,14,14.2,15,14.6,14.8,15,15.2,15.4,15.6,16.6,15.8,16.8,16.4,16.2,16.2,16.6,17,17.8,16.8,17.4,17.6,17.4,17.6,17.8,17.8,18,18.4,18.8,18.8,19,19,19.2,19.4,19.8,19.6,20,20.2,20.4,20.6,21,21,21.2,21.2,21.6,22.6,22.6,22,22.6,22.4,23.4,23,23,23.8,24.6,23.8,24,24,33.8,26.4,25.6,25.6,40.8,29.4,27.2,27.4,41.2,28,27,27.6,27.8,26.8,37.4,29.4,29.4,28.2,28,28.4,30,29.4,29.4,30.6,30,30,30,30.4,30.4,30.8,31,31.2,31.8,32,33.4,32,32.4,32.6,33,33.4,33.4,34,34.2,34.6,35,35,34.6,35.2,36.2,35.8,36.4,36.6,36.6,38,37,37,37.6,37.8,42.6,38.4,39,39,39.4,39.4,39.8,40.4,40.4,41,41.2,41.4,42.2,42.2,42.4,42.4,42.8,43.2,43.6,43.6,44.2,44.6,45,45.6,45.8,45.4,46.2,47,47.8,55,47.2,47.4,47.4,47.6,48,48.8,49.6,49.2,49.8,49.6,50.4,50.8,51.2,51.4,51.4,52.4,52,52.8,52.4,52.6,53,53.6,53.8,55,54.2,55.8,55,57,68.2,68,57.6,70.6,59.6,58.4,58.6,67.2,58.4,59.6,59.6,60.4,60,61,61.4,61.8,62.2,62.4,63.2,63.2,63.6,64,64.4,64.6,73.2,63.8,65,66.4,66.8,68,68.2,68.4,67.4,69.4,69,69.8,72,71.2,70.2,70.2,73,72.8,72.4,72.6,72.4,72.4,72.6,73.4,75.2,75,74.4,74.6,76.6,77.8,77.6,78.4,79.8,78.8,81,81.2,98,100.6,95.4,80.4,81.2,82.6,83.4,81.4,81.6,82.6,82.4,83.8,83.8,86,86.2,86.2,85.4,85.8,86.2,86.4,86.8,96,88,88.2,88.6,89,89.6,90.2,90.4,90,90.6,90.6,91.6,91.4,92.6,94.2,92.4,102.4,93.2,94.6,94.4,95,95,95.4,96.8,97.2,97.6,97.8,98.4,98.6,99.4,99.8,104.2,111.4,108.2,109.2,103.2,102.4,116.2,109.8,110.4,108.8,106,108.8,109.2,108.4,108.6,108.2,109.2,110.8,110.4,111.4,110.2,110.4,129,115,113.6,111.8,110.8,112.4,114.2,111.6,112.4,113.4,114.4,115.6,117.8,136.8,140,125.2,120,119.6,125,124,121.6,122.4,123.2,121.8,122.6,123.4,123.8,124.4,124,124.6,124.6,127.6,125.8,128.8,127.6,134.6,126.6,130.8,131.2,129,131.4,132.4,131.2,131.6,131.8,132.4,153,157,155.6,135.2,135.4,148.4,137.4,137.8,138.2,138,138,139.2,140.2,140.4,141.4,142.2,142.4,141.8,144,143.8,157.8,146.6,145.6,146.2,147.8,149.4,147.4,148,148.8,150.6,182.6,176.6,175.2,152.6,151.8,166.4,152.6,155.2,155.2,155,156.2,157.2,157.4,157.4,158.4,158.4,160.4,159.6,160.8,176.2,160.6,163.6,164,165.8,169.2,169.6,171.4,171.2,201.6,227.2,188,182.2,178.4,194.2,179.4,180.6,181.6,180.4,182.8,184.6,183.4,186.4,187.8,186,184.8,185.4,186.8,202.4,188,188.4,190,189.4,191.4,191.6,192.2,222.6,225,194.4,196.4,197,211.2,197,198.2,198.8,200.6,199,199.4,198.8,200.6,206.4,209.6,206,205.2,206.4,205.6,211.4,206.6,206.4,208.6,207.2,208.2,208.2,246.4,241.2,214,211.2,211.2,226,216,214.4,214.2,214.6,214.8,219.4,220.4,217.4,222.4,218.2,224.8,225,226.6,221.8,238.6,226.6,228.6,228.6,229.8,228.4,237,270.4,235.4,227.8,228.8,229.4,231.2,226.4,229.6,231.8,232.6,232.4,235.6,234.6,238.2,236.4,239.4,239,241.6,241.6,260,242,244.4,245,245.4,245.2,285.4,316.4,249.4,248.8,251.4,266.8,251.2,254.2,255.8,256.8,256.4,254.8,256,255.6,255.8,256.4,258.4,258.6,259.6,280.2,261.2,260.8,261.6,263.8,263.2,335,309,266.4,268.2,270.4,284.8,269,266.2,267.4,267.6,269.6,269.8,270,271.2,272.6,274.8,273.4,282,285,298.2,278,279.6,281.6,283.4,296.2,343.6,287.8,283.2,284.8,286.4,303.8,289.8,288.4,289.8,290.2,291.6,291.2,291.4,292.2,294.2,295.4,296.8,294.4,296.8,319.8,299,299.8,300.4,302.2,382.8,350.4,307.2,299.2,307,324.4,301,303.4,305.2,305.4,306.8,307.2,308.6,309.6,310.8,311,313.8,315.6,316.2,316.8,344.8,315.6,315.8,317,322,439.2,320.2,318.4,320.4,322.2,345,323.6,323.6,322.6,325.2,325.8,326.4,327.6,326,326.6,329.6,327.8,329.6,330.2,331.6,362.8,335.8,335.2,337.4,389.2,448.6,339.8,339.4,341.6,343,350.6,352,353.2,346,347.6,348.6,351.8,355,354.2,358.2,360,360.8,359.4,360.6,364.4,362.2,358.6,359.2,362,485.6,440,374.4,376.6,376.8,414.6,380.6,379.4,380.2,380,381.4,381.2,385.2,388,389.8,389.6,389.6,390,392.2,392.4,412,390.2,393.2,395.4,512.4,451.2,398.4,398,398.6,420.2,402.6,402.8,404.4,403.2,405.6,403,404.4,406.6,409.2,410,410.2,411,415.8,413.6,434.6,410.6,424.2,413.8,534.4,461.4,407.2,410.2,409.8,423.2,410.6,413.4,415,415.4,416,417.8,415.8,416,422,425.4,424.4,428.4,428,431.2,441,435,432,432,533.2,499,428,433.8,436.2,435.8,448.8,436.4,436.4,438.4,438.8,438.8,439.4,434.6,436.4,441.6,440.6,449.6,448.4,450.2,466.8,454.4,464.8,468.2,455.8,615.2,526.4,456.4,456.4,458,459.4,491.6,460,460.6,462.4,462.4,464,465.8,467.2,468.4,468.8,470.2,473.4,478,478.8,476.6,479.6,490,481.4,481.8,641,485.4,484.2,484.4,487.6,514.6,485.8,483.8,491,486,495.6,492.4,496.4,496.4,495.2,499,499.8,501,500.6,501.4,501.6,521.4,502.4,503.4,700.2,508.6,503.6,502.2,501.6,530.8,503,504.8,510.2,508,507.8,515.6,512,512.6,515.6,516,517,516,525.4,525.4,573.4,522.2,522.8,619.4,710,529.4,533,532,530.4,564.4,538,527.4,531.4,532.8,536,534.8,538.6,541.2,543.8,547,549,552.2,552.2,554.4,601.6,552.4,553.4,731.8,609.6,557.8,560.2,559.6,564,563.4,564.8,559.2,561.6,568.4,569,575.2,572.8,567.6,569.2,572.8,574.2,574.8,575.8,577.6,624,575.8,577.2,821,581.8,580,582.6,582.8,614.4,586.4,586.2,589,589.6,590.8,590.6,590,595,589.6,596.6,592.8,591.6,591,605.6,606.4,647.8,617.6],[0.4,0.2,0.2,0.2,0.4,0.2,0.2,0.2,0.2,0.4,0.2,0.2,0.2,0.2,0.2,0.4,0.2,0.2,0.2,0.4,0.4,0.4,0.6,0.4,0.2,0.2,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.6,0.4,0.6,0.4,0.6,0.4,0.4,0.4,0.4,0.4,0.6,0.4,0.6,0.6,0.4,0.4,0.6,0.6,0.6,0.6,0.6,0.4,0.6,0.6,0.6,0.4,0.8,0.6,0.6,0.6,0.6,1,0.6,0.8,0.6,0.6,0.6,0.6,0.6,0.6,0.6,0.8,0.8,0.6,0.8,0.8,0.8,0.8,0.8,0.6,0.6,0.6,0.6,0.6,0.8,0.8,0.8,0.8,0.8,0.6,0.8,0.8,0.8,0.6,1,1,0.6,0.8,0.8,0.8,1,0.8,0.8,0.8,0.8,0.8,1,1,0.8,0.8,1,1,1,0.8,1,1,1,0.8,1,0.8,1,1,1,1,0.8,1.6,1,1,1,1,1,1,1,1,1,1,1,1,1.2,1,1,1.2,1,2,1.2,1.2,1,1,1.2,1.2,1.2,1.2,1.4,1.4,1.4,1.4,1.4,1.2,1.2,1.4,1.4,1.2,1.2,1.2,1.4,1.2,1.2,1.2,1.2,1.2,1.2,1.2,1.4,1.4,1.2,1.4,1.2,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.4,1.6,1.4,1.4,1.6,1.2,1.4,1.4,1.6,1.2,1.4,1.4,1.4,1.6,1.6,1.6,1.6,1.6,1.6,1.8,1.6,1.6,1.4,1.6,1.8,1.6,1.6,1.8,1.6,1.4,1.4,1.6,1.8,1.4,1.4,1.6,1.4,1.4,1.6,1.6,1.6,1.8,1.8,1.6,1.8,1.8,1.8,1.6,1.6,1.6,1.6,1.6,1.6,1.8,1.8,1.6,1.8,1.8,1.6,1.8,1.8,1.8,2,1.8,2,1.6,1.8,1.8,2,1.8,3.4,1.8,2.6,1.8,2.2,1.8,2,1.8,2,1.8,2.2,1.8,2.2,1.8,2,2.2,2.2,2,2,2,2,2,2,2,2,2.4,2,2.2,2.2,2.2,2.2,2.2,1.8,2,2,2.2,2.2,2.2,1.8,2.2,2.2,4,2.2,2.4,2.2,2,2,2,2.2,2,2.2,2.2,2.2,2.4,2.6,2.2,2.2,2,2.2,2.2,2,3.4,2.6,2.6,2.4,2.2,4.4,2.4,2.2,2,2.2,2.2,2.4,2.2,2.6,2.4,2.4,2.4,2.4,2.4,2.4,2.4,3,2.4,2.4,2.4,2.4,2.4,2.6,2.4,2.4,2.4,2.4,2.6,2.4,2.6,2.6,2.4,2.8,2.8,2.6,2.6,2.6,2.4,2.4,2.6,2.6,2.6,2.4,2.4,2.6,2.8,2.8,6,5.8,6,2.8,2.6,2.6,3,2.8,3.2,2.8,2.4,2.8,2.6,2.8,2.8,2.6,2.6,2.8,2.6,2.8,2.8,2.8,3.2,2.6,3,2.6,2.8,2.8,2.6,2.4,2.4,2.6,2.8,2.8,2.4,2.8,7,2.6,2.6,2.8,4.4,3,2.6,2.8,3.2,2.8,2.6,2.8,2.6,2.8,2.6,3,3,2.6,3,2.6,5.2,2.6,3,3,3,2.8,3.2,3.2,3,3,3,3.2,3.2,3.4,3.4,3.2,3.2,3.4,3,2.8,3.2,3.2,3,2.8,3,3,2.8,2.8,3.2,3.4,3.4,3.2,3.8,3.4,2.8,3.2,3.2,3.2,3.2,3.4,3.2,3.4,3.6,3.6,3.6,3.6,3.4,3.6,3.6,3.4,3.4,3.4,3.4,3.2,3.4,3.6,3.4,3.4,3.6,3.4,3.4,3.6,3.4,3.4,3.4,3.4,3.6,3.6,3.6,3.4,4.2,10,4,3.8,3.6,4,3.6,4.4,4,4,4.2,3.8,4.2,4,3.8,3.8,3.8,3.8,3.8,4.2,3.8,3.8,4,4,4,3.8,3.8,10.8,4.4,4,4,4,4.2,4,4.2,4.2,4,4,4.2,3.8,4.2,4.4,4.2,4.2,4,4,7.8,4,4,4.2,3.8,4.2,4,4,11.4,4.6,4.2,4.2,4.2,4,4.4,4,4.2,4.2,4.2,4.2,4.8,4,4.4,4.2,4.4,4.2,4.2,4.2,4.6,4,4.4,4.4,4.6,4.2,11.8,11.6,4.4,4.2,4.4,5.6,4.4,4.2,4.6,4.6,4.4,4.4,4.4,4.8,4.6,4.6,4.6,4.4,4.6,4.6,4.8,4.4,4.4,4.6,4.6,4.6,5.2,5.2,4.8,4.6,4.6,5,4.6,4.8,4.8,4.6,4.6,4.8,4.6,4.6,4.6,4.6,4.6,4.8,4.6,5,4.6,4.6,4.6,5,4.6,5.4,5,4.8,5,5,5,4.8,4.8,5,4.6,4.6,4.8,4.8,4.8,4.8,5,5,5,4.8,5,4.8,4.8,4.8,5.4,13.4,14,4.8,5,4.8,5.6,5.4,5,5,4.8,5,5.2,5,5,5,5.4,5,4.8,5,5.4,5.2,5.2,4.8,5,5,15.2,5.4,5.4,5.4,5,5.2,5,5,5,5,5.2,5.2,5.2,5.2,5.2,5.2,5.4,5.2,5.2,5.2,5.6,5,5.2,5.2,5.6,14.6,5.2,5,5.2,5.4,5.4,5.4,5.2,5.2,5.2,5.4,5.4,5.4,5.4,5.4,5.6,5.6,5.6,5.6,5.6,5.8,5.2,5.4,5.6,6.2,5.8,5.4,5.6,5.2,7.4,5.2,5.6,5.8,5.6,5.4,5.8,5.8,6,5.8,5.8,5.4,5.6,5.6,5.8,9.4,5.8,5.6,5.6,5.6,6.8,6,6.4,5.4,5.6,5.8,6,5.6,6,5.6,6,6.4,6,6,6,5.8,5.8,5.8,5.8,5.8,6,5.6,5.8,5.8,7.2,6.2,5.8,6,5.6,6.6,5.8,6.4,5.8,6,6,6.6,6,6.2,6,7,6.8,6.2,6,6.2,6,6.4,6.2,6,7.2,6.2,7.2,6,6.6,10.6,6.8,6,6.2,6.2,6.4,6.2,6,6,7.6,6.4,6.4,6.4,7.2,6.2,11.4,6.4,6.8,6.2,25.4,7.4,6.2,6.2,6.4,10,6.2,7,6.8,7,7.2,7,7.4,7,7.6,7.2,6.6,7.2,6,7.2,6.4,13.6,7.2,6.4,7.2,7.2,7.4,7,7.2,7.2,8,6.8,7,7.2,7.2,7.6,7.2,7.4,7.6,7.4,7.6,6.6,7.6,6.8,6.6,7.8,14.8,7.6,7.4,7.2,35.6,6.6,6.8,6.8,6.6,7.4,7.6,6.6,7.6,7,8,7,6.4,7.8,7,6.6,7,7,7.8,6.8,11,7.6,6.6,7.6,39.4,7.8,7,8,7,7,7.6,7.6,7.8,7.8,7.6,7.8,7.8,8,8,8.2,7.6,6.8,8.2,7,8.2,7,6.8,8.6,7.6,8,8.2,7,7,7.2,7,6.6,6.8,6.8,7.2,7.2,7.4,7.4,7,7.4,7.4,7.2,7.2,7.2,7.2,7,7,8.8,7.4,7,7,7,20.4,8,7.2,8,7,7.2,7.2,7.2,8,8.2,7.4,8.2,8.4,7.2,8.6,7.4,7.4,7.4,8,41.8,8.4,7.4,8,7.2,7.4,8,7.2,8.2,8,8.2,8.4,7.4,8.4,7.6,8.8,8.6,8.8,8.4,8.8,8.8,8.4,8.4]] | ||
[[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99],[12,9.8,9,8.4,8.2,8.2,7.6,8,8.2,8.6,8.4,8.6,8.8,8.6,8.4,8.6,8.2,8,8.2,8.6,8.6,8.4,8.2,9,10.2,9,8.8,9,9.4,9.4,9.8,8.8,8.8,8.8,9,9,8.8,9,9.2,9,9.4,9.4,9.4,9.6,9.4,9.6,10.2,9.6,10.2,9.6,9.8,10,9.6,10.2,10.2,10.4,10.2,10.2,10.4,10.2,10.2,10.4,10.6,10.6,10.8,10.8,11,11,11,11,11,11.2,11.4,11.2,11.6,11.6,11.6,11.8,12,12.2,12.8,12.8,12.2,12.4,12.2,12.8,12.6,12.6,12.6,13,16.6,13,13.4,13.2,13.2,13.4,13.6,13.6],[0.4,0.2,0.2,0.2,0.2,0.4,0.2,0.2,0.4,0.2,0.4,0.4,0.2,0.4,0.4,0.2,0.4,0.2,0.2,0.4,0.4,0.4,0.4,2.2,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.2,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.6,0.4,0.4,0.4,0.6,0.6,0.6,0.4,0.4,0.4,0.6,0.4,0.6,0.4,0.6,0.6,0.8,0.6,0.6,0.8,0.6,0.6,0.8,0.6,0.8,0.6,0.6,0.8,0.8,0.6,0.8,0.6,0.6,0.6,0.6,0.6,0.8,0.6,0.6,0.6,1.4,0.6,0.6,0.6,0.8,0.6,0.8,0.8,0.6]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
[ | ||
"/issuer/name/1" | ||
"/@context/0", | ||
"/@context/1", | ||
"/id", | ||
"/type/0", | ||
"/type/1", | ||
"/issuer/id", | ||
"/issuer/name/0/value", | ||
"/issuer/name/0/lang", | ||
"/issuer/name/2/value", | ||
"/issuer/name/2/lang", | ||
"/issuer/name/4/value", | ||
"/issuer/name/4/lang", | ||
"/validFrom", | ||
"/credentialSubject/id", | ||
"/credentialSubject/degree/type", | ||
"/credentialSubject/degree/subtype" | ||
] |
Oops, something went wrong.