hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 98
values | lang stringclasses 21
values | max_stars_repo_path stringlengths 3 945 | max_stars_repo_name stringlengths 4 118 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses listlengths 1 10 | max_stars_count int64 1 368k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 3 945 | max_issues_repo_name stringlengths 4 118 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 10 | max_issues_count int64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 945 | max_forks_repo_name stringlengths 4 135 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 10 | max_forks_count int64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1 1.03M | max_line_length int64 2 1.03M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0b57844b6fc847c94e6d69c32ba1624b13f6dfa7 | 366 | py | Python | codes/day7_task1.py | tayyrov/AdventOfCode | 69003407fd345ea76f8125b4b132e5b5d5ea33ab | [
"MIT"
] | 1 | 2021-12-07T10:54:48.000Z | 2021-12-07T10:54:48.000Z | codes/day7_task1.py | tayyrov/AdventOfCode | 69003407fd345ea76f8125b4b132e5b5d5ea33ab | [
"MIT"
] | null | null | null | codes/day7_task1.py | tayyrov/AdventOfCode | 69003407fd345ea76f8125b4b132e5b5d5ea33ab | [
"MIT"
] | null | null | null | """
Advent Of Code 2021
Day 7
Date: 07-12-2021
Site: https://adventofcode.com/2021/day/7
Author: Tayyrov
"""
import sys
file1 = open('../input_files/day7_input', 'r')
numbers = list(map(int, file1.readlines()[0].split(",")))
numbers.sort()
middle = numbers[len(numbers)//2]
ans = 0
for n in numbers:
ans += abs(middle-n)
print(ans)
| 15.25 | 58 | 0.620219 |
0809153a76a73cc439ba6534a542b6b04981c3e5 | 2,201 | html | HTML | www/data/greece/city/vouliagmeni.html | landho-app/landho-phonegap | 1b0390ffccf78a9fab4b4280ab4512fe4fea25fb | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | www/data/greece/city/vouliagmeni.html | landho-app/landho-phonegap | 1b0390ffccf78a9fab4b4280ab4512fe4fea25fb | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | www/data/greece/city/vouliagmeni.html | landho-app/landho-phonegap | 1b0390ffccf78a9fab4b4280ab4512fe4fea25fb | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2018-12-07T16:57:24.000Z | 2018-12-07T16:57:24.000Z | <div id="noonsite-sections">
<h1>
<img alt="" height="36" src="/images/flags/gr.gif/image" title="" width="54"/>
Vouliagmeni - Profile
</h1>
<h2 id="Location">
Location
</h2>
<div class="hello"><div><p>This is a very attractively situated harbour. It is far enough from both Athens City and the airport to offer a more peaceful refuge than many others along this coast.</p>
</div></div>
<h2 id="PortClearance">
Clearance
</h2>
<div class="hello"><div><p><span>For full details on clearing into our out of Greece see </span><b><a class="external-link" href="Countries/Greece?rc=Formalities">Greek Formalities</a></b><span>.</span></p></div></div>
<h2 id="Docking">
Docking
</h2>
<div class="hello"><div><p>Shelter is good in the marina, although a strong southerly wind can cause an uncomfortable swell. Moor stern-to where directed. The bow moorings are usually tailed back to the quay.</p>
<p>Last updated August 2009.</p>
</div></div>
<div>
<div>
<div class="sponsorLevel0 facilityViewlet">
<span style="font-weight:bold">Vouliagmeni Marina</span>
<!-- it looks that in Generals that information should be seen as well -->
<div>
Apollonos 77, 16671 Vouliagmeni
, Attiki
, Athens, Greece
</div>
<div>
Tel:+30 (0) 10896-0012
Fax:+30 (0) 10896 1148, 108960415
,VHF Channel 09
</div>
<div>
<a href="http://www.vouliagmeni-marina.gr">http://www.vouliagmeni-marina.gr</a>
,
<a href="mailto:vimarina@etasa.gr">vimarina@etasa.gr</a>
</div>
<div>
Opening hours: 24/7 all year round
</div>
<div>
Lat 37°43,3'N Long 23°46,5' E.<br>
Located South of Athens, 7 km from Piraeus port at the Gulf of Saronikos in the city of Vouliagmeni.<br>
115 berths for servicing cruise boats and yachts up to 50m. Max. depth 8m. 24/7 security.
Fully serviced marina. Most repairs can be arranged here.
</br></br></div>
</div>
</div>
</div>
<div class="hello"><div></div></div>
<p></p>
</div> | 34.936508 | 218 | 0.60109 |
27c87e89891a646c79291129f2f257a632d4aa8d | 1,173 | css | CSS | style.css | forklor/lathe | bfad88fa9086080f15f9c2d1c9f8aca0a4ad8dfb | [
"MIT"
] | 11 | 2019-07-17T13:43:21.000Z | 2021-03-28T16:31:04.000Z | style.css | forklor/lathe | bfad88fa9086080f15f9c2d1c9f8aca0a4ad8dfb | [
"MIT"
] | 8 | 2019-07-24T09:50:30.000Z | 2021-05-18T14:42:12.000Z | style.css | forklor/lathe | bfad88fa9086080f15f9c2d1c9f8aca0a4ad8dfb | [
"MIT"
] | null | null | null | /*
Theme Name: My Lathe Theme
Theme URI: https://github.com/danburzo/lathe
Author: Dan Burzo
Author URI: https://github.com/danburzo
Description: A Timber-based WordPress starter theme
Version: 0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: timber, twig
Text Domain: lathe
Hack away!
*/
html {
line-sizing: normal;
/*
Disable font size inflation on mobile devices
*/
text-size-adjust: none;
-webkit-text-size-adjust: none;
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
[hidden] {
display: none;
}
pre {
white-space: pre-wrap;
}
header {
position: relative;
}
[href='#main'] {
position: absolute;
top: -10em;
}
[href='#main']:focus {
z-index: 100;
top: 0;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
vertical-align: middle;
max-width: 100%;
}
img,
svg,
video,
canvas {
height: auto;
}
button,
input,
textarea,
select {
font: inherit;
font-size: max(1em, 16px);
letter-spacing: inherit;
}
nav ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
}
nav ul > :not(:last-child) {
margin-right: 1em;
}
| 12.612903 | 54 | 0.670077 |
6b88965504b0528a2db2ad25e18a7079495b1a63 | 239 | lua | Lua | testy/enum_pmu_ids.lua | Wiladams/LJIT2perfmon | 2925117a1d032a92e29647f8fba7d5344186196d | [
"MIT"
] | 1 | 2015-05-15T13:00:02.000Z | 2015-05-15T13:00:02.000Z | testy/enum_pmu_ids.lua | Wiladams/LJIT2perfmon | 2925117a1d032a92e29647f8fba7d5344186196d | [
"MIT"
] | null | null | null | testy/enum_pmu_ids.lua | Wiladams/LJIT2perfmon | 2925117a1d032a92e29647f8fba7d5344186196d | [
"MIT"
] | null | null | null | -- test_present_pmus.lua
package.path = package.path..";".."../?.lua"
local fun = require("fun")()
local pmu = require("pmu")
local pfm = require("pfmlib")
each(print, map(function(id) return id, pfm.EventSources[id] end, pmu:ids()))
| 21.727273 | 78 | 0.661088 |
9c27f5183e57de4a87817fb6304cf8bb3d1dafe5 | 7,885 | js | JavaScript | srv/odata-client/sapb-1-service/TaxCodeDeterminationsTcd.js | gregorwolf/sap-business-one-odata-cap | f01d9c0488c2448ca2db633ff6fd02a80ff820fd | [
"Apache-2.0"
] | 1 | 2022-01-21T00:00:07.000Z | 2022-01-21T00:00:07.000Z | srv/odata-client/sapb-1-service/TaxCodeDeterminationsTcd.js | gregorwolf/sap-business-one-odata-cap | f01d9c0488c2448ca2db633ff6fd02a80ff820fd | [
"Apache-2.0"
] | null | null | null | srv/odata-client/sapb-1-service/TaxCodeDeterminationsTcd.js | gregorwolf/sap-business-one-odata-cap | f01d9c0488c2448ca2db633ff6fd02a80ff820fd | [
"Apache-2.0"
] | 1 | 2020-05-06T10:16:42.000Z | 2020-05-06T10:16:42.000Z | "use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.TaxCodeDeterminationsTcd = void 0;
/*
* Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved.
*
* This is a generated file powered by the SAP Cloud SDK for JavaScript.
*/
var TaxCodeDeterminationsTcdRequestBuilder_1 = require("./TaxCodeDeterminationsTcdRequestBuilder");
var TaxCodeDeterminationTcdDefaultWt_1 = require("./TaxCodeDeterminationTcdDefaultWt");
var TaxCodeDeterminationTcdByUsage_1 = require("./TaxCodeDeterminationTcdByUsage");
var TaxCodeDeterminationTcdKeyField_1 = require("./TaxCodeDeterminationTcdKeyField");
var core_1 = require("@sap-cloud-sdk/core");
/**
* This class represents the entity "TaxCodeDeterminationsTCD" of service "SAPB1".
*/
var TaxCodeDeterminationsTcd = /** @class */ (function (_super) {
__extends(TaxCodeDeterminationsTcd, _super);
function TaxCodeDeterminationsTcd() {
return _super !== null && _super.apply(this, arguments) || this;
}
/**
* Returns an entity builder to construct instances of `TaxCodeDeterminationsTcd`.
* @returns A builder that constructs instances of entity type `TaxCodeDeterminationsTcd`.
*/
TaxCodeDeterminationsTcd.builder = function () {
return core_1.EntityV4.entityBuilder(TaxCodeDeterminationsTcd);
};
/**
* Returns a request builder to construct requests for operations on the `TaxCodeDeterminationsTcd` entity type.
* @returns A `TaxCodeDeterminationsTcd` request builder.
*/
TaxCodeDeterminationsTcd.requestBuilder = function () {
return new TaxCodeDeterminationsTcdRequestBuilder_1.TaxCodeDeterminationsTcdRequestBuilder();
};
/**
* Returns a selectable object that allows the selection of custom field in a get request for the entity `TaxCodeDeterminationsTcd`.
* @param fieldName Name of the custom field to select
* @returns A builder that constructs instances of entity type `TaxCodeDeterminationsTcd`.
*/
TaxCodeDeterminationsTcd.customField = function (fieldName) {
return core_1.EntityV4.customFieldSelector(fieldName, TaxCodeDeterminationsTcd);
};
/**
* Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned.
* @returns An object containing all instance variables + custom fields.
*/
TaxCodeDeterminationsTcd.prototype.toJSON = function () {
return __assign(__assign({}, this), this._customFields);
};
/**
* Technical entity name for TaxCodeDeterminationsTcd.
*/
TaxCodeDeterminationsTcd._entityName = 'TaxCodeDeterminationsTCD';
/**
* Default url path for the according service.
*/
TaxCodeDeterminationsTcd._defaultServicePath = '/b1s/v2/';
return TaxCodeDeterminationsTcd;
}(core_1.EntityV4));
exports.TaxCodeDeterminationsTcd = TaxCodeDeterminationsTcd;
(function (TaxCodeDeterminationsTcd) {
/**
* Static representation of the [[absId]] property for query construction.
* Use to reference this property in query operations such as 'select' in the fluent request API.
*/
TaxCodeDeterminationsTcd.ABS_ID = new core_1.NumberField('AbsId', TaxCodeDeterminationsTcd, 'Edm.Int32');
/**
* Static representation of the [[tcdType]] property for query construction.
* Use to reference this property in query operations such as 'select' in the fluent request API.
*/
TaxCodeDeterminationsTcd.TCD_TYPE = new core_1.EnumField('TcdType', TaxCodeDeterminationsTcd);
/**
* Static representation of the [[dftArCode]] property for query construction.
* Use to reference this property in query operations such as 'select' in the fluent request API.
*/
TaxCodeDeterminationsTcd.DFT_AR_CODE = new core_1.StringField('DftArCode', TaxCodeDeterminationsTcd, 'Edm.String');
/**
* Static representation of the [[dftApCode]] property for query construction.
* Use to reference this property in query operations such as 'select' in the fluent request API.
*/
TaxCodeDeterminationsTcd.DFT_AP_CODE = new core_1.StringField('DftApCode', TaxCodeDeterminationsTcd, 'Edm.String');
/**
* Static representation of the [[taxCodeDeterminationTcdDefaultWTs]] property for query construction.
* Use to reference this property in query operations such as 'select' in the fluent request API.
*/
TaxCodeDeterminationsTcd.TAX_CODE_DETERMINATION_TCD_DEFAULT_W_TS = new core_1.CollectionField('TaxCodeDeterminationTCDDefaultWTs', TaxCodeDeterminationsTcd, TaxCodeDeterminationTcdDefaultWt_1.TaxCodeDeterminationTcdDefaultWt);
/**
* Static representation of the [[taxCodeDeterminationTcdByUsages]] property for query construction.
* Use to reference this property in query operations such as 'select' in the fluent request API.
*/
TaxCodeDeterminationsTcd.TAX_CODE_DETERMINATION_TCD_BY_USAGES = new core_1.CollectionField('TaxCodeDeterminationTCDByUsages', TaxCodeDeterminationsTcd, TaxCodeDeterminationTcdByUsage_1.TaxCodeDeterminationTcdByUsage);
/**
* Static representation of the [[taxCodeDeterminationTcdKeyFields]] property for query construction.
* Use to reference this property in query operations such as 'select' in the fluent request API.
*/
TaxCodeDeterminationsTcd.TAX_CODE_DETERMINATION_TCD_KEY_FIELDS = new core_1.CollectionField('TaxCodeDeterminationTCDKeyFields', TaxCodeDeterminationsTcd, TaxCodeDeterminationTcdKeyField_1.TaxCodeDeterminationTcdKeyField);
/**
* All fields of the TaxCodeDeterminationsTcd entity.
*/
TaxCodeDeterminationsTcd._allFields = [
TaxCodeDeterminationsTcd.ABS_ID,
TaxCodeDeterminationsTcd.TCD_TYPE,
TaxCodeDeterminationsTcd.DFT_AR_CODE,
TaxCodeDeterminationsTcd.DFT_AP_CODE,
TaxCodeDeterminationsTcd.TAX_CODE_DETERMINATION_TCD_DEFAULT_W_TS,
TaxCodeDeterminationsTcd.TAX_CODE_DETERMINATION_TCD_BY_USAGES,
TaxCodeDeterminationsTcd.TAX_CODE_DETERMINATION_TCD_KEY_FIELDS
];
/**
* All fields selector.
*/
TaxCodeDeterminationsTcd.ALL_FIELDS = new core_1.AllFields('*', TaxCodeDeterminationsTcd);
/**
* All key fields of the TaxCodeDeterminationsTcd entity.
*/
TaxCodeDeterminationsTcd._keyFields = [TaxCodeDeterminationsTcd.ABS_ID];
/**
* Mapping of all key field names to the respective static field property TaxCodeDeterminationsTcd.
*/
TaxCodeDeterminationsTcd._keys = TaxCodeDeterminationsTcd._keyFields.reduce(function (acc, field) {
acc[field._fieldName] = field;
return acc;
}, {});
})(TaxCodeDeterminationsTcd = exports.TaxCodeDeterminationsTcd || (exports.TaxCodeDeterminationsTcd = {}));
exports.TaxCodeDeterminationsTcd = TaxCodeDeterminationsTcd;
//# sourceMappingURL=TaxCodeDeterminationsTcd.js.map | 52.218543 | 230 | 0.725428 |
60e90a0362a017bcfe4b20599e3859a61e32f472 | 2,727 | kt | Kotlin | app/src/main/java/com/compose/app/MainActivity.kt | shishoufengwise1234/JetpackComposeSimple | 83940d0ecdbf7fe2b3f2f600fccba1a81e7c068d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/compose/app/MainActivity.kt | shishoufengwise1234/JetpackComposeSimple | 83940d0ecdbf7fe2b3f2f600fccba1a81e7c068d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/compose/app/MainActivity.kt | shishoufengwise1234/JetpackComposeSimple | 83940d0ecdbf7fe2b3f2f600fccba1a81e7c068d | [
"Apache-2.0"
] | null | null | null | package com.compose.app
import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.compose.foundation.Image
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material.MaterialTheme
import androidx.compose.material.MaterialTheme.typography
import androidx.compose.material.Surface
import androidx.compose.material.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.draw.clip
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.layout.ContentScale
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.text.TextStyle
import androidx.compose.ui.text.font.FontStyle
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.ExperimentalUnitApi
import androidx.compose.ui.unit.TextUnit
import androidx.compose.ui.unit.TextUnitType
import androidx.compose.ui.unit.dp
import com.compose.app.ui.theme.ComposeAppTheme
@ExperimentalUnitApi
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
Greeting(name = "JetPack Compose")
NewsStory()
}
}
//定义可组合函数 一个可组合函数必须在另一个可组合函数中调用
@Composable
fun Greeting(name: String){
Text(text = "Hello $name")
}
//创建预览函数、预览函数不能带有参数 且必须使用 @Preview 注解修饰
@Preview
@Composable
fun PreviewGreeting(){
Greeting(name = "preview Greeting")
}
@Composable
fun NewsStory(){
//Column 可以垂直堆放元素
Column(Modifier.padding(10.dp)) {
//contentScale 指定图片应填充 Column 的整个宽度,并根据需要剪裁为适当的高度。
Image(painter = painterResource(id = R.drawable.ic_sea), contentDescription = null,
modifier = Modifier
.height(100.dp)
.fillMaxWidth(1.0f)
.clip(shape = RoundedCornerShape(5.dp)), //圆角化
contentScale = ContentScale.Crop)
Spacer(modifier = Modifier.height(16.dp))
Text(text = "BBC News Story",color = Color.White,
fontSize = TextUnit(20f, TextUnitType.Sp),
style = typography.h6 //Material Design 风格
)
Text(text = "CNN TOP News Story", color = Color.Red,
style = typography.body1
)
Text(text = "CCTV TOP News Story", fontStyle = FontStyle.Italic,
style = typography.body2
)
}
}
@Preview
@Composable
fun PreviewNewsStory(){
NewsStory()
}
}
| 30.988636 | 95 | 0.679868 |
7d6efec0e96c9aefe717db54af6a694942ed94ed | 45 | html | HTML | test/fixtures/attributes/shorthand/foo.html | inikonorov/boxwood | 3f6ddb05ed0f8b2ce8fddb83af9f5e56ab52d26a | [
"MIT"
] | 17 | 2020-04-16T03:54:33.000Z | 2021-04-15T07:59:21.000Z | test/fixtures/attributes/shorthand/foo.html | inikonorov/boxwood | 3f6ddb05ed0f8b2ce8fddb83af9f5e56ab52d26a | [
"MIT"
] | 221 | 2018-11-18T21:17:01.000Z | 2020-03-31T11:48:31.000Z | test/fixtures/attributes/shorthand/foo.html | inikonorov/boxwood | 3f6ddb05ed0f8b2ce8fddb83af9f5e56ab52d26a | [
"MIT"
] | 4 | 2020-04-15T15:43:46.000Z | 2022-02-02T12:08:02.000Z | <import bar from="./bar.html"/>
<bar {foo} /> | 22.5 | 31 | 0.577778 |
27d8b58ecd26a7d80afa4d1b1a7b8cee9d64ee4f | 2,566 | css | CSS | style.css | Monica-Ribeiro/Portif-lio-HTML | c48a01a050d6c0e9fdf8a808975fb9ec185f0fe4 | [
"MIT"
] | 6 | 2020-11-28T23:10:28.000Z | 2020-12-05T06:45:37.000Z | style.css | Monica-Ribeiro/Portifolio-HTML | c48a01a050d6c0e9fdf8a808975fb9ec185f0fe4 | [
"MIT"
] | null | null | null | style.css | Monica-Ribeiro/Portifolio-HTML | c48a01a050d6c0e9fdf8a808975fb9ec185f0fe4 | [
"MIT"
] | null | null | null | @import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Slab:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css");
/*ZERANDO A MARGEM(BORDA DA IMAGEM PRINCIPAL)*/
*{
margin: 0;
padding: 0;
}
header{
width: 100%;
height: 100vh;/* <-ALTURA DA VISUALIZAÇÃO*/
overflow: hidden;/*TIRA A BARRA DE ROLAGEM DO FINAL PARA QUE NÃO FIQUE MAIOR DO QUE A TELA*/
position: relative;/*REPOSICIONANDO O TEXTO DO BANNER*/
}
/*ENVELOPANDO A IMAGEM*/
.img-wrapper{
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8)
}
/*FORMATANDO A IMAGEM QUE ESTÁ DENTRO DE IMG-WRAPPER*/
.img-wrapper img{
width: 100%;
height: 100%;
object-fit: cover;/*REDIMENSIONANDO A IMAGEM*/
opacity: 0.5;
animation: zoom 25s ;
}
/*FORMATANDO A ANIMAÇÃO DE ABERTURA*/
@keyframes zoom{
0%{
transform: scale(1.3);
}
100%{
transform: scale(1);
}
}
/*REPOSICIONANDO O TEXTO DO BANNER*/
.banner{
position: absolute;
top: 30%;
left: 15%;
}
/*FORMATANDO A FONTE DO H1*/
.banner h1{
color: #ffffff;
font-size: 3.5em;
font-family: "Baloo da 2",serif;
font-weight: 200;
text-shadow: .3rem .4rem 2px rgba(0, 0, 0, 0.4);
line-height: 3.5rem;
margin-bottom: 2rem;
opacity: 0;
animation: moveBanner 1s 0.5s forwards;
}
.banner p{
font-family: "Josefin Slab",serif;
color: #ffffff;
font-size: 2rem;
text-shadow: .2rem .2rem rgba(0, 0, 0, .4);
margin-bottom: 2rem;
animation: moveBanner 1s 0.7s forwards;
opacity: 0;
}
.banner button{
font-family: "Muli",serif;
color: #ffffff;
letter-spacing: .1rem;
text-transform: uppercase;/*DEIXAR A LETRA MAIÚSCULA*/
background: #7F00FF;
background: -webkit-linear-gradient(to right, #E100FF, #7F00FF);
background: linear-gradient(to left, #E100FF, #7F00FF);
padding: 1rem 3rem;
border: none;
border-radius: 5px;
cursor: pointer;
opacity: 0;
animation: moveBanner 1s 0.9s forwards;
}
/*ANIMAÇÃO DAS LETRAS DO BANNER*/
@keyframes moveBanner{
0%{
transform: translateY(10rem) rotateY(-30deg);
}
100%{
transform: translateY(0rem) rotateY(0);
opacity: 1;
}
}
| 26.453608 | 239 | 0.602884 |
c323e6f326d1092952eb03f5490a94c0fc6fc1ad | 25,184 | rs | Rust | crates/tm4c129x/src/adc0/emux.rs | dtwood/dslite2svd | 2a3210d954c58e7de76a0ae657e809aa8542a5ea | [
"0BSD"
] | null | null | null | crates/tm4c129x/src/adc0/emux.rs | dtwood/dslite2svd | 2a3210d954c58e7de76a0ae657e809aa8542a5ea | [
"0BSD"
] | null | null | null | crates/tm4c129x/src/adc0/emux.rs | dtwood/dslite2svd | 2a3210d954c58e7de76a0ae657e809aa8542a5ea | [
"0BSD"
] | null | null | null | #[doc = "Reader of register EMUX"]
pub type R = crate::R<u32, super::EMUX>;
#[doc = "Writer for register EMUX"]
pub type W = crate::W<u32, super::EMUX>;
#[doc = "Register EMUX `reset()`'s with value 0"]
impl crate::ResetValue for super::EMUX {
type Type = u32;
#[inline(always)]
fn reset_value() -> Self::Type {
0
}
}
#[doc = "SS0 Trigger Select\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum EM0_A {
#[doc = "0: Processor (default)"]
PROCESSOR,
#[doc = "1: Analog Comparator 0"]
COMP0,
#[doc = "2: Analog Comparator 1"]
COMP1,
#[doc = "3: Analog Comparator 2"]
COMP2,
#[doc = "4: External (GPIO Pins)"]
EXTERNAL,
#[doc = "5: Timer"]
TIMER,
#[doc = "6: PWM generator 0"]
PWM0,
#[doc = "7: PWM generator 1"]
PWM1,
#[doc = "8: PWM generator 2"]
PWM2,
#[doc = "9: PWM generator 3"]
PWM3,
#[doc = "14: Never Trigger"]
NEVER,
#[doc = "15: Always (continuously sample)"]
ALWAYS,
}
impl From<EM0_A> for u8 {
#[inline(always)]
fn from(variant: EM0_A) -> Self {
match variant {
EM0_A::PROCESSOR => 0,
EM0_A::COMP0 => 1,
EM0_A::COMP1 => 2,
EM0_A::COMP2 => 3,
EM0_A::EXTERNAL => 4,
EM0_A::TIMER => 5,
EM0_A::PWM0 => 6,
EM0_A::PWM1 => 7,
EM0_A::PWM2 => 8,
EM0_A::PWM3 => 9,
EM0_A::NEVER => 14,
EM0_A::ALWAYS => 15,
}
}
}
#[doc = "Reader of field `EM0`"]
pub type EM0_R = crate::R<u8, EM0_A>;
impl EM0_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> crate::Variant<u8, EM0_A> {
use crate::Variant::*;
match self.bits {
0 => Val(EM0_A::PROCESSOR),
1 => Val(EM0_A::COMP0),
2 => Val(EM0_A::COMP1),
3 => Val(EM0_A::COMP2),
4 => Val(EM0_A::EXTERNAL),
5 => Val(EM0_A::TIMER),
6 => Val(EM0_A::PWM0),
7 => Val(EM0_A::PWM1),
8 => Val(EM0_A::PWM2),
9 => Val(EM0_A::PWM3),
14 => Val(EM0_A::NEVER),
15 => Val(EM0_A::ALWAYS),
i => Res(i),
}
}
#[doc = "Checks if the value of the field is `PROCESSOR`"]
#[inline(always)]
pub fn is_processor(&self) -> bool {
*self == EM0_A::PROCESSOR
}
#[doc = "Checks if the value of the field is `COMP0`"]
#[inline(always)]
pub fn is_comp0(&self) -> bool {
*self == EM0_A::COMP0
}
#[doc = "Checks if the value of the field is `COMP1`"]
#[inline(always)]
pub fn is_comp1(&self) -> bool {
*self == EM0_A::COMP1
}
#[doc = "Checks if the value of the field is `COMP2`"]
#[inline(always)]
pub fn is_comp2(&self) -> bool {
*self == EM0_A::COMP2
}
#[doc = "Checks if the value of the field is `EXTERNAL`"]
#[inline(always)]
pub fn is_external(&self) -> bool {
*self == EM0_A::EXTERNAL
}
#[doc = "Checks if the value of the field is `TIMER`"]
#[inline(always)]
pub fn is_timer(&self) -> bool {
*self == EM0_A::TIMER
}
#[doc = "Checks if the value of the field is `PWM0`"]
#[inline(always)]
pub fn is_pwm0(&self) -> bool {
*self == EM0_A::PWM0
}
#[doc = "Checks if the value of the field is `PWM1`"]
#[inline(always)]
pub fn is_pwm1(&self) -> bool {
*self == EM0_A::PWM1
}
#[doc = "Checks if the value of the field is `PWM2`"]
#[inline(always)]
pub fn is_pwm2(&self) -> bool {
*self == EM0_A::PWM2
}
#[doc = "Checks if the value of the field is `PWM3`"]
#[inline(always)]
pub fn is_pwm3(&self) -> bool {
*self == EM0_A::PWM3
}
#[doc = "Checks if the value of the field is `NEVER`"]
#[inline(always)]
pub fn is_never(&self) -> bool {
*self == EM0_A::NEVER
}
#[doc = "Checks if the value of the field is `ALWAYS`"]
#[inline(always)]
pub fn is_always(&self) -> bool {
*self == EM0_A::ALWAYS
}
}
#[doc = "Write proxy for field `EM0`"]
pub struct EM0_W<'a> {
w: &'a mut W,
}
impl<'a> EM0_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: EM0_A) -> &'a mut W {
unsafe { self.bits(variant.into()) }
}
#[doc = "Processor (default)"]
#[inline(always)]
pub fn processor(self) -> &'a mut W {
self.variant(EM0_A::PROCESSOR)
}
#[doc = "Analog Comparator 0"]
#[inline(always)]
pub fn comp0(self) -> &'a mut W {
self.variant(EM0_A::COMP0)
}
#[doc = "Analog Comparator 1"]
#[inline(always)]
pub fn comp1(self) -> &'a mut W {
self.variant(EM0_A::COMP1)
}
#[doc = "Analog Comparator 2"]
#[inline(always)]
pub fn comp2(self) -> &'a mut W {
self.variant(EM0_A::COMP2)
}
#[doc = "External (GPIO Pins)"]
#[inline(always)]
pub fn external(self) -> &'a mut W {
self.variant(EM0_A::EXTERNAL)
}
#[doc = "Timer"]
#[inline(always)]
pub fn timer(self) -> &'a mut W {
self.variant(EM0_A::TIMER)
}
#[doc = "PWM generator 0"]
#[inline(always)]
pub fn pwm0(self) -> &'a mut W {
self.variant(EM0_A::PWM0)
}
#[doc = "PWM generator 1"]
#[inline(always)]
pub fn pwm1(self) -> &'a mut W {
self.variant(EM0_A::PWM1)
}
#[doc = "PWM generator 2"]
#[inline(always)]
pub fn pwm2(self) -> &'a mut W {
self.variant(EM0_A::PWM2)
}
#[doc = "PWM generator 3"]
#[inline(always)]
pub fn pwm3(self) -> &'a mut W {
self.variant(EM0_A::PWM3)
}
#[doc = "Never Trigger"]
#[inline(always)]
pub fn never(self) -> &'a mut W {
self.variant(EM0_A::NEVER)
}
#[doc = "Always (continuously sample)"]
#[inline(always)]
pub fn always(self) -> &'a mut W {
self.variant(EM0_A::ALWAYS)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits = (self.w.bits & !0x0f) | ((value as u32) & 0x0f);
self.w
}
}
#[doc = "SS1 Trigger Select\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum EM1_A {
#[doc = "0: Processor (default)"]
PROCESSOR,
#[doc = "1: Analog Comparator 0"]
COMP0,
#[doc = "2: Analog Comparator 1"]
COMP1,
#[doc = "3: Analog Comparator 2"]
COMP2,
#[doc = "4: External (GPIO Pins)"]
EXTERNAL,
#[doc = "5: Timer"]
TIMER,
#[doc = "6: PWM generator 0"]
PWM0,
#[doc = "7: PWM generator 1"]
PWM1,
#[doc = "8: PWM generator 2"]
PWM2,
#[doc = "9: PWM generator 3"]
PWM3,
#[doc = "14: Never Trigger"]
NEVER,
#[doc = "15: Always (continuously sample)"]
ALWAYS,
}
impl From<EM1_A> for u8 {
#[inline(always)]
fn from(variant: EM1_A) -> Self {
match variant {
EM1_A::PROCESSOR => 0,
EM1_A::COMP0 => 1,
EM1_A::COMP1 => 2,
EM1_A::COMP2 => 3,
EM1_A::EXTERNAL => 4,
EM1_A::TIMER => 5,
EM1_A::PWM0 => 6,
EM1_A::PWM1 => 7,
EM1_A::PWM2 => 8,
EM1_A::PWM3 => 9,
EM1_A::NEVER => 14,
EM1_A::ALWAYS => 15,
}
}
}
#[doc = "Reader of field `EM1`"]
pub type EM1_R = crate::R<u8, EM1_A>;
impl EM1_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> crate::Variant<u8, EM1_A> {
use crate::Variant::*;
match self.bits {
0 => Val(EM1_A::PROCESSOR),
1 => Val(EM1_A::COMP0),
2 => Val(EM1_A::COMP1),
3 => Val(EM1_A::COMP2),
4 => Val(EM1_A::EXTERNAL),
5 => Val(EM1_A::TIMER),
6 => Val(EM1_A::PWM0),
7 => Val(EM1_A::PWM1),
8 => Val(EM1_A::PWM2),
9 => Val(EM1_A::PWM3),
14 => Val(EM1_A::NEVER),
15 => Val(EM1_A::ALWAYS),
i => Res(i),
}
}
#[doc = "Checks if the value of the field is `PROCESSOR`"]
#[inline(always)]
pub fn is_processor(&self) -> bool {
*self == EM1_A::PROCESSOR
}
#[doc = "Checks if the value of the field is `COMP0`"]
#[inline(always)]
pub fn is_comp0(&self) -> bool {
*self == EM1_A::COMP0
}
#[doc = "Checks if the value of the field is `COMP1`"]
#[inline(always)]
pub fn is_comp1(&self) -> bool {
*self == EM1_A::COMP1
}
#[doc = "Checks if the value of the field is `COMP2`"]
#[inline(always)]
pub fn is_comp2(&self) -> bool {
*self == EM1_A::COMP2
}
#[doc = "Checks if the value of the field is `EXTERNAL`"]
#[inline(always)]
pub fn is_external(&self) -> bool {
*self == EM1_A::EXTERNAL
}
#[doc = "Checks if the value of the field is `TIMER`"]
#[inline(always)]
pub fn is_timer(&self) -> bool {
*self == EM1_A::TIMER
}
#[doc = "Checks if the value of the field is `PWM0`"]
#[inline(always)]
pub fn is_pwm0(&self) -> bool {
*self == EM1_A::PWM0
}
#[doc = "Checks if the value of the field is `PWM1`"]
#[inline(always)]
pub fn is_pwm1(&self) -> bool {
*self == EM1_A::PWM1
}
#[doc = "Checks if the value of the field is `PWM2`"]
#[inline(always)]
pub fn is_pwm2(&self) -> bool {
*self == EM1_A::PWM2
}
#[doc = "Checks if the value of the field is `PWM3`"]
#[inline(always)]
pub fn is_pwm3(&self) -> bool {
*self == EM1_A::PWM3
}
#[doc = "Checks if the value of the field is `NEVER`"]
#[inline(always)]
pub fn is_never(&self) -> bool {
*self == EM1_A::NEVER
}
#[doc = "Checks if the value of the field is `ALWAYS`"]
#[inline(always)]
pub fn is_always(&self) -> bool {
*self == EM1_A::ALWAYS
}
}
#[doc = "Write proxy for field `EM1`"]
pub struct EM1_W<'a> {
w: &'a mut W,
}
impl<'a> EM1_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: EM1_A) -> &'a mut W {
unsafe { self.bits(variant.into()) }
}
#[doc = "Processor (default)"]
#[inline(always)]
pub fn processor(self) -> &'a mut W {
self.variant(EM1_A::PROCESSOR)
}
#[doc = "Analog Comparator 0"]
#[inline(always)]
pub fn comp0(self) -> &'a mut W {
self.variant(EM1_A::COMP0)
}
#[doc = "Analog Comparator 1"]
#[inline(always)]
pub fn comp1(self) -> &'a mut W {
self.variant(EM1_A::COMP1)
}
#[doc = "Analog Comparator 2"]
#[inline(always)]
pub fn comp2(self) -> &'a mut W {
self.variant(EM1_A::COMP2)
}
#[doc = "External (GPIO Pins)"]
#[inline(always)]
pub fn external(self) -> &'a mut W {
self.variant(EM1_A::EXTERNAL)
}
#[doc = "Timer"]
#[inline(always)]
pub fn timer(self) -> &'a mut W {
self.variant(EM1_A::TIMER)
}
#[doc = "PWM generator 0"]
#[inline(always)]
pub fn pwm0(self) -> &'a mut W {
self.variant(EM1_A::PWM0)
}
#[doc = "PWM generator 1"]
#[inline(always)]
pub fn pwm1(self) -> &'a mut W {
self.variant(EM1_A::PWM1)
}
#[doc = "PWM generator 2"]
#[inline(always)]
pub fn pwm2(self) -> &'a mut W {
self.variant(EM1_A::PWM2)
}
#[doc = "PWM generator 3"]
#[inline(always)]
pub fn pwm3(self) -> &'a mut W {
self.variant(EM1_A::PWM3)
}
#[doc = "Never Trigger"]
#[inline(always)]
pub fn never(self) -> &'a mut W {
self.variant(EM1_A::NEVER)
}
#[doc = "Always (continuously sample)"]
#[inline(always)]
pub fn always(self) -> &'a mut W {
self.variant(EM1_A::ALWAYS)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x0f << 4)) | (((value as u32) & 0x0f) << 4);
self.w
}
}
#[doc = "SS2 Trigger Select\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum EM2_A {
#[doc = "0: Processor (default)"]
PROCESSOR,
#[doc = "1: Analog Comparator 0"]
COMP0,
#[doc = "2: Analog Comparator 1"]
COMP1,
#[doc = "3: Analog Comparator 2"]
COMP2,
#[doc = "4: External (GPIO Pins)"]
EXTERNAL,
#[doc = "5: Timer"]
TIMER,
#[doc = "6: PWM generator 0"]
PWM0,
#[doc = "7: PWM generator 1"]
PWM1,
#[doc = "8: PWM generator 2"]
PWM2,
#[doc = "9: PWM generator 3"]
PWM3,
#[doc = "14: Never Trigger"]
NEVER,
#[doc = "15: Always (continuously sample)"]
ALWAYS,
}
impl From<EM2_A> for u8 {
#[inline(always)]
fn from(variant: EM2_A) -> Self {
match variant {
EM2_A::PROCESSOR => 0,
EM2_A::COMP0 => 1,
EM2_A::COMP1 => 2,
EM2_A::COMP2 => 3,
EM2_A::EXTERNAL => 4,
EM2_A::TIMER => 5,
EM2_A::PWM0 => 6,
EM2_A::PWM1 => 7,
EM2_A::PWM2 => 8,
EM2_A::PWM3 => 9,
EM2_A::NEVER => 14,
EM2_A::ALWAYS => 15,
}
}
}
#[doc = "Reader of field `EM2`"]
pub type EM2_R = crate::R<u8, EM2_A>;
impl EM2_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> crate::Variant<u8, EM2_A> {
use crate::Variant::*;
match self.bits {
0 => Val(EM2_A::PROCESSOR),
1 => Val(EM2_A::COMP0),
2 => Val(EM2_A::COMP1),
3 => Val(EM2_A::COMP2),
4 => Val(EM2_A::EXTERNAL),
5 => Val(EM2_A::TIMER),
6 => Val(EM2_A::PWM0),
7 => Val(EM2_A::PWM1),
8 => Val(EM2_A::PWM2),
9 => Val(EM2_A::PWM3),
14 => Val(EM2_A::NEVER),
15 => Val(EM2_A::ALWAYS),
i => Res(i),
}
}
#[doc = "Checks if the value of the field is `PROCESSOR`"]
#[inline(always)]
pub fn is_processor(&self) -> bool {
*self == EM2_A::PROCESSOR
}
#[doc = "Checks if the value of the field is `COMP0`"]
#[inline(always)]
pub fn is_comp0(&self) -> bool {
*self == EM2_A::COMP0
}
#[doc = "Checks if the value of the field is `COMP1`"]
#[inline(always)]
pub fn is_comp1(&self) -> bool {
*self == EM2_A::COMP1
}
#[doc = "Checks if the value of the field is `COMP2`"]
#[inline(always)]
pub fn is_comp2(&self) -> bool {
*self == EM2_A::COMP2
}
#[doc = "Checks if the value of the field is `EXTERNAL`"]
#[inline(always)]
pub fn is_external(&self) -> bool {
*self == EM2_A::EXTERNAL
}
#[doc = "Checks if the value of the field is `TIMER`"]
#[inline(always)]
pub fn is_timer(&self) -> bool {
*self == EM2_A::TIMER
}
#[doc = "Checks if the value of the field is `PWM0`"]
#[inline(always)]
pub fn is_pwm0(&self) -> bool {
*self == EM2_A::PWM0
}
#[doc = "Checks if the value of the field is `PWM1`"]
#[inline(always)]
pub fn is_pwm1(&self) -> bool {
*self == EM2_A::PWM1
}
#[doc = "Checks if the value of the field is `PWM2`"]
#[inline(always)]
pub fn is_pwm2(&self) -> bool {
*self == EM2_A::PWM2
}
#[doc = "Checks if the value of the field is `PWM3`"]
#[inline(always)]
pub fn is_pwm3(&self) -> bool {
*self == EM2_A::PWM3
}
#[doc = "Checks if the value of the field is `NEVER`"]
#[inline(always)]
pub fn is_never(&self) -> bool {
*self == EM2_A::NEVER
}
#[doc = "Checks if the value of the field is `ALWAYS`"]
#[inline(always)]
pub fn is_always(&self) -> bool {
*self == EM2_A::ALWAYS
}
}
#[doc = "Write proxy for field `EM2`"]
pub struct EM2_W<'a> {
w: &'a mut W,
}
impl<'a> EM2_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: EM2_A) -> &'a mut W {
unsafe { self.bits(variant.into()) }
}
#[doc = "Processor (default)"]
#[inline(always)]
pub fn processor(self) -> &'a mut W {
self.variant(EM2_A::PROCESSOR)
}
#[doc = "Analog Comparator 0"]
#[inline(always)]
pub fn comp0(self) -> &'a mut W {
self.variant(EM2_A::COMP0)
}
#[doc = "Analog Comparator 1"]
#[inline(always)]
pub fn comp1(self) -> &'a mut W {
self.variant(EM2_A::COMP1)
}
#[doc = "Analog Comparator 2"]
#[inline(always)]
pub fn comp2(self) -> &'a mut W {
self.variant(EM2_A::COMP2)
}
#[doc = "External (GPIO Pins)"]
#[inline(always)]
pub fn external(self) -> &'a mut W {
self.variant(EM2_A::EXTERNAL)
}
#[doc = "Timer"]
#[inline(always)]
pub fn timer(self) -> &'a mut W {
self.variant(EM2_A::TIMER)
}
#[doc = "PWM generator 0"]
#[inline(always)]
pub fn pwm0(self) -> &'a mut W {
self.variant(EM2_A::PWM0)
}
#[doc = "PWM generator 1"]
#[inline(always)]
pub fn pwm1(self) -> &'a mut W {
self.variant(EM2_A::PWM1)
}
#[doc = "PWM generator 2"]
#[inline(always)]
pub fn pwm2(self) -> &'a mut W {
self.variant(EM2_A::PWM2)
}
#[doc = "PWM generator 3"]
#[inline(always)]
pub fn pwm3(self) -> &'a mut W {
self.variant(EM2_A::PWM3)
}
#[doc = "Never Trigger"]
#[inline(always)]
pub fn never(self) -> &'a mut W {
self.variant(EM2_A::NEVER)
}
#[doc = "Always (continuously sample)"]
#[inline(always)]
pub fn always(self) -> &'a mut W {
self.variant(EM2_A::ALWAYS)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x0f << 8)) | (((value as u32) & 0x0f) << 8);
self.w
}
}
#[doc = "SS3 Trigger Select\n\nValue on reset: 0"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum EM3_A {
#[doc = "0: Processor (default)"]
PROCESSOR,
#[doc = "1: Analog Comparator 0"]
COMP0,
#[doc = "2: Analog Comparator 1"]
COMP1,
#[doc = "3: Analog Comparator 2"]
COMP2,
#[doc = "4: External (GPIO Pins)"]
EXTERNAL,
#[doc = "5: Timer"]
TIMER,
#[doc = "6: PWM generator 0"]
PWM0,
#[doc = "7: PWM generator 1"]
PWM1,
#[doc = "8: PWM generator 2"]
PWM2,
#[doc = "9: PWM generator 3"]
PWM3,
#[doc = "14: Never Trigger"]
NEVER,
#[doc = "15: Always (continuously sample)"]
ALWAYS,
}
impl From<EM3_A> for u8 {
#[inline(always)]
fn from(variant: EM3_A) -> Self {
match variant {
EM3_A::PROCESSOR => 0,
EM3_A::COMP0 => 1,
EM3_A::COMP1 => 2,
EM3_A::COMP2 => 3,
EM3_A::EXTERNAL => 4,
EM3_A::TIMER => 5,
EM3_A::PWM0 => 6,
EM3_A::PWM1 => 7,
EM3_A::PWM2 => 8,
EM3_A::PWM3 => 9,
EM3_A::NEVER => 14,
EM3_A::ALWAYS => 15,
}
}
}
#[doc = "Reader of field `EM3`"]
pub type EM3_R = crate::R<u8, EM3_A>;
impl EM3_R {
#[doc = r"Get enumerated values variant"]
#[inline(always)]
pub fn variant(&self) -> crate::Variant<u8, EM3_A> {
use crate::Variant::*;
match self.bits {
0 => Val(EM3_A::PROCESSOR),
1 => Val(EM3_A::COMP0),
2 => Val(EM3_A::COMP1),
3 => Val(EM3_A::COMP2),
4 => Val(EM3_A::EXTERNAL),
5 => Val(EM3_A::TIMER),
6 => Val(EM3_A::PWM0),
7 => Val(EM3_A::PWM1),
8 => Val(EM3_A::PWM2),
9 => Val(EM3_A::PWM3),
14 => Val(EM3_A::NEVER),
15 => Val(EM3_A::ALWAYS),
i => Res(i),
}
}
#[doc = "Checks if the value of the field is `PROCESSOR`"]
#[inline(always)]
pub fn is_processor(&self) -> bool {
*self == EM3_A::PROCESSOR
}
#[doc = "Checks if the value of the field is `COMP0`"]
#[inline(always)]
pub fn is_comp0(&self) -> bool {
*self == EM3_A::COMP0
}
#[doc = "Checks if the value of the field is `COMP1`"]
#[inline(always)]
pub fn is_comp1(&self) -> bool {
*self == EM3_A::COMP1
}
#[doc = "Checks if the value of the field is `COMP2`"]
#[inline(always)]
pub fn is_comp2(&self) -> bool {
*self == EM3_A::COMP2
}
#[doc = "Checks if the value of the field is `EXTERNAL`"]
#[inline(always)]
pub fn is_external(&self) -> bool {
*self == EM3_A::EXTERNAL
}
#[doc = "Checks if the value of the field is `TIMER`"]
#[inline(always)]
pub fn is_timer(&self) -> bool {
*self == EM3_A::TIMER
}
#[doc = "Checks if the value of the field is `PWM0`"]
#[inline(always)]
pub fn is_pwm0(&self) -> bool {
*self == EM3_A::PWM0
}
#[doc = "Checks if the value of the field is `PWM1`"]
#[inline(always)]
pub fn is_pwm1(&self) -> bool {
*self == EM3_A::PWM1
}
#[doc = "Checks if the value of the field is `PWM2`"]
#[inline(always)]
pub fn is_pwm2(&self) -> bool {
*self == EM3_A::PWM2
}
#[doc = "Checks if the value of the field is `PWM3`"]
#[inline(always)]
pub fn is_pwm3(&self) -> bool {
*self == EM3_A::PWM3
}
#[doc = "Checks if the value of the field is `NEVER`"]
#[inline(always)]
pub fn is_never(&self) -> bool {
*self == EM3_A::NEVER
}
#[doc = "Checks if the value of the field is `ALWAYS`"]
#[inline(always)]
pub fn is_always(&self) -> bool {
*self == EM3_A::ALWAYS
}
}
#[doc = "Write proxy for field `EM3`"]
pub struct EM3_W<'a> {
w: &'a mut W,
}
impl<'a> EM3_W<'a> {
#[doc = r"Writes `variant` to the field"]
#[inline(always)]
pub fn variant(self, variant: EM3_A) -> &'a mut W {
unsafe { self.bits(variant.into()) }
}
#[doc = "Processor (default)"]
#[inline(always)]
pub fn processor(self) -> &'a mut W {
self.variant(EM3_A::PROCESSOR)
}
#[doc = "Analog Comparator 0"]
#[inline(always)]
pub fn comp0(self) -> &'a mut W {
self.variant(EM3_A::COMP0)
}
#[doc = "Analog Comparator 1"]
#[inline(always)]
pub fn comp1(self) -> &'a mut W {
self.variant(EM3_A::COMP1)
}
#[doc = "Analog Comparator 2"]
#[inline(always)]
pub fn comp2(self) -> &'a mut W {
self.variant(EM3_A::COMP2)
}
#[doc = "External (GPIO Pins)"]
#[inline(always)]
pub fn external(self) -> &'a mut W {
self.variant(EM3_A::EXTERNAL)
}
#[doc = "Timer"]
#[inline(always)]
pub fn timer(self) -> &'a mut W {
self.variant(EM3_A::TIMER)
}
#[doc = "PWM generator 0"]
#[inline(always)]
pub fn pwm0(self) -> &'a mut W {
self.variant(EM3_A::PWM0)
}
#[doc = "PWM generator 1"]
#[inline(always)]
pub fn pwm1(self) -> &'a mut W {
self.variant(EM3_A::PWM1)
}
#[doc = "PWM generator 2"]
#[inline(always)]
pub fn pwm2(self) -> &'a mut W {
self.variant(EM3_A::PWM2)
}
#[doc = "PWM generator 3"]
#[inline(always)]
pub fn pwm3(self) -> &'a mut W {
self.variant(EM3_A::PWM3)
}
#[doc = "Never Trigger"]
#[inline(always)]
pub fn never(self) -> &'a mut W {
self.variant(EM3_A::NEVER)
}
#[doc = "Always (continuously sample)"]
#[inline(always)]
pub fn always(self) -> &'a mut W {
self.variant(EM3_A::ALWAYS)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x0f << 12)) | (((value as u32) & 0x0f) << 12);
self.w
}
}
impl R {
#[doc = "Bits 0:3 - SS0 Trigger Select"]
#[inline(always)]
pub fn em0(&self) -> EM0_R {
EM0_R::new((self.bits & 0x0f) as u8)
}
#[doc = "Bits 4:7 - SS1 Trigger Select"]
#[inline(always)]
pub fn em1(&self) -> EM1_R {
EM1_R::new(((self.bits >> 4) & 0x0f) as u8)
}
#[doc = "Bits 8:11 - SS2 Trigger Select"]
#[inline(always)]
pub fn em2(&self) -> EM2_R {
EM2_R::new(((self.bits >> 8) & 0x0f) as u8)
}
#[doc = "Bits 12:15 - SS3 Trigger Select"]
#[inline(always)]
pub fn em3(&self) -> EM3_R {
EM3_R::new(((self.bits >> 12) & 0x0f) as u8)
}
}
impl W {
#[doc = "Bits 0:3 - SS0 Trigger Select"]
#[inline(always)]
pub fn em0(&mut self) -> EM0_W {
EM0_W { w: self }
}
#[doc = "Bits 4:7 - SS1 Trigger Select"]
#[inline(always)]
pub fn em1(&mut self) -> EM1_W {
EM1_W { w: self }
}
#[doc = "Bits 8:11 - SS2 Trigger Select"]
#[inline(always)]
pub fn em2(&mut self) -> EM2_W {
EM2_W { w: self }
}
#[doc = "Bits 12:15 - SS3 Trigger Select"]
#[inline(always)]
pub fn em3(&mut self) -> EM3_W {
EM3_W { w: self }
}
}
| 28.328459 | 86 | 0.511992 |
c617456f5264d5397da59e2d1a73076eaefd75a3 | 59,885 | asm | Assembly | cat.asm | jhsie007/xv6 | 237fe356270a548f3171bd206771d6b9f29776c4 | [
"MIT-0"
] | null | null | null | cat.asm | jhsie007/xv6 | 237fe356270a548f3171bd206771d6b9f29776c4 | [
"MIT-0"
] | null | null | null | cat.asm | jhsie007/xv6 | 237fe356270a548f3171bd206771d6b9f29776c4 | [
"MIT-0"
] | null | null | null |
_cat: file format elf32-i386
Disassembly of section .text:
00001000 <cat>:
char buf[512];
void
cat(int fd)
{
1000: 55 push %ebp
1001: 89 e5 mov %esp,%ebp
1003: 83 ec 28 sub $0x28,%esp
int n;
while((n = read(fd, buf, sizeof(buf))) > 0)
1006: eb 1b jmp 1023 <cat+0x23>
write(1, buf, n);
1008: 8b 45 f4 mov -0xc(%ebp),%eax
100b: 89 44 24 08 mov %eax,0x8(%esp)
100f: c7 44 24 04 c0 1f 00 movl $0x1fc0,0x4(%esp)
1016: 00
1017: c7 04 24 01 00 00 00 movl $0x1,(%esp)
101e: e8 85 03 00 00 call 13a8 <write>
void
cat(int fd)
{
int n;
while((n = read(fd, buf, sizeof(buf))) > 0)
1023: c7 44 24 08 00 02 00 movl $0x200,0x8(%esp)
102a: 00
102b: c7 44 24 04 c0 1f 00 movl $0x1fc0,0x4(%esp)
1032: 00
1033: 8b 45 08 mov 0x8(%ebp),%eax
1036: 89 04 24 mov %eax,(%esp)
1039: e8 62 03 00 00 call 13a0 <read>
103e: 89 45 f4 mov %eax,-0xc(%ebp)
1041: 83 7d f4 00 cmpl $0x0,-0xc(%ebp)
1045: 7f c1 jg 1008 <cat+0x8>
write(1, buf, n);
if(n < 0){
1047: 83 7d f4 00 cmpl $0x0,-0xc(%ebp)
104b: 79 19 jns 1066 <cat+0x66>
printf(1, "cat: read error\n");
104d: c7 44 24 04 71 1b 00 movl $0x1b71,0x4(%esp)
1054: 00
1055: c7 04 24 01 00 00 00 movl $0x1,(%esp)
105c: e8 cf 04 00 00 call 1530 <printf>
exit();
1061: e8 22 03 00 00 call 1388 <exit>
}
}
1066: c9 leave
1067: c3 ret
00001068 <main>:
int
main(int argc, char *argv[])
{
1068: 55 push %ebp
1069: 89 e5 mov %esp,%ebp
106b: 83 e4 f0 and $0xfffffff0,%esp
106e: 83 ec 20 sub $0x20,%esp
int fd, i;
if(argc <= 1){
1071: 83 7d 08 01 cmpl $0x1,0x8(%ebp)
1075: 7f 11 jg 1088 <main+0x20>
cat(0);
1077: c7 04 24 00 00 00 00 movl $0x0,(%esp)
107e: e8 7d ff ff ff call 1000 <cat>
exit();
1083: e8 00 03 00 00 call 1388 <exit>
}
for(i = 1; i < argc; i++){
1088: c7 44 24 1c 01 00 00 movl $0x1,0x1c(%esp)
108f: 00
1090: eb 79 jmp 110b <main+0xa3>
if((fd = open(argv[i], 0)) < 0){
1092: 8b 44 24 1c mov 0x1c(%esp),%eax
1096: 8d 14 85 00 00 00 00 lea 0x0(,%eax,4),%edx
109d: 8b 45 0c mov 0xc(%ebp),%eax
10a0: 01 d0 add %edx,%eax
10a2: 8b 00 mov (%eax),%eax
10a4: c7 44 24 04 00 00 00 movl $0x0,0x4(%esp)
10ab: 00
10ac: 89 04 24 mov %eax,(%esp)
10af: e8 14 03 00 00 call 13c8 <open>
10b4: 89 44 24 18 mov %eax,0x18(%esp)
10b8: 83 7c 24 18 00 cmpl $0x0,0x18(%esp)
10bd: 79 2f jns 10ee <main+0x86>
printf(1, "cat: cannot open %s\n", argv[i]);
10bf: 8b 44 24 1c mov 0x1c(%esp),%eax
10c3: 8d 14 85 00 00 00 00 lea 0x0(,%eax,4),%edx
10ca: 8b 45 0c mov 0xc(%ebp),%eax
10cd: 01 d0 add %edx,%eax
10cf: 8b 00 mov (%eax),%eax
10d1: 89 44 24 08 mov %eax,0x8(%esp)
10d5: c7 44 24 04 82 1b 00 movl $0x1b82,0x4(%esp)
10dc: 00
10dd: c7 04 24 01 00 00 00 movl $0x1,(%esp)
10e4: e8 47 04 00 00 call 1530 <printf>
exit();
10e9: e8 9a 02 00 00 call 1388 <exit>
}
cat(fd);
10ee: 8b 44 24 18 mov 0x18(%esp),%eax
10f2: 89 04 24 mov %eax,(%esp)
10f5: e8 06 ff ff ff call 1000 <cat>
close(fd);
10fa: 8b 44 24 18 mov 0x18(%esp),%eax
10fe: 89 04 24 mov %eax,(%esp)
1101: e8 aa 02 00 00 call 13b0 <close>
if(argc <= 1){
cat(0);
exit();
}
for(i = 1; i < argc; i++){
1106: 83 44 24 1c 01 addl $0x1,0x1c(%esp)
110b: 8b 44 24 1c mov 0x1c(%esp),%eax
110f: 3b 45 08 cmp 0x8(%ebp),%eax
1112: 0f 8c 7a ff ff ff jl 1092 <main+0x2a>
exit();
}
cat(fd);
close(fd);
}
exit();
1118: e8 6b 02 00 00 call 1388 <exit>
111d: 66 90 xchg %ax,%ax
111f: 90 nop
00001120 <stosb>:
"cc");
}
static inline void
stosb(void *addr, int data, int cnt)
{
1120: 55 push %ebp
1121: 89 e5 mov %esp,%ebp
1123: 57 push %edi
1124: 53 push %ebx
asm volatile("cld; rep stosb" :
1125: 8b 4d 08 mov 0x8(%ebp),%ecx
1128: 8b 55 10 mov 0x10(%ebp),%edx
112b: 8b 45 0c mov 0xc(%ebp),%eax
112e: 89 cb mov %ecx,%ebx
1130: 89 df mov %ebx,%edi
1132: 89 d1 mov %edx,%ecx
1134: fc cld
1135: f3 aa rep stos %al,%es:(%edi)
1137: 89 ca mov %ecx,%edx
1139: 89 fb mov %edi,%ebx
113b: 89 5d 08 mov %ebx,0x8(%ebp)
113e: 89 55 10 mov %edx,0x10(%ebp)
"=D" (addr), "=c" (cnt) :
"0" (addr), "1" (cnt), "a" (data) :
"memory", "cc");
}
1141: 5b pop %ebx
1142: 5f pop %edi
1143: 5d pop %ebp
1144: c3 ret
00001145 <strcpy>:
#include "user.h"
#include "x86.h"
char*
strcpy(char *s, char *t)
{
1145: 55 push %ebp
1146: 89 e5 mov %esp,%ebp
1148: 83 ec 10 sub $0x10,%esp
char *os;
os = s;
114b: 8b 45 08 mov 0x8(%ebp),%eax
114e: 89 45 fc mov %eax,-0x4(%ebp)
while((*s++ = *t++) != 0)
1151: 90 nop
1152: 8b 45 08 mov 0x8(%ebp),%eax
1155: 8d 50 01 lea 0x1(%eax),%edx
1158: 89 55 08 mov %edx,0x8(%ebp)
115b: 8b 55 0c mov 0xc(%ebp),%edx
115e: 8d 4a 01 lea 0x1(%edx),%ecx
1161: 89 4d 0c mov %ecx,0xc(%ebp)
1164: 0f b6 12 movzbl (%edx),%edx
1167: 88 10 mov %dl,(%eax)
1169: 0f b6 00 movzbl (%eax),%eax
116c: 84 c0 test %al,%al
116e: 75 e2 jne 1152 <strcpy+0xd>
;
return os;
1170: 8b 45 fc mov -0x4(%ebp),%eax
}
1173: c9 leave
1174: c3 ret
00001175 <strcmp>:
int
strcmp(const char *p, const char *q)
{
1175: 55 push %ebp
1176: 89 e5 mov %esp,%ebp
while(*p && *p == *q)
1178: eb 08 jmp 1182 <strcmp+0xd>
p++, q++;
117a: 83 45 08 01 addl $0x1,0x8(%ebp)
117e: 83 45 0c 01 addl $0x1,0xc(%ebp)
}
int
strcmp(const char *p, const char *q)
{
while(*p && *p == *q)
1182: 8b 45 08 mov 0x8(%ebp),%eax
1185: 0f b6 00 movzbl (%eax),%eax
1188: 84 c0 test %al,%al
118a: 74 10 je 119c <strcmp+0x27>
118c: 8b 45 08 mov 0x8(%ebp),%eax
118f: 0f b6 10 movzbl (%eax),%edx
1192: 8b 45 0c mov 0xc(%ebp),%eax
1195: 0f b6 00 movzbl (%eax),%eax
1198: 38 c2 cmp %al,%dl
119a: 74 de je 117a <strcmp+0x5>
p++, q++;
return (uchar)*p - (uchar)*q;
119c: 8b 45 08 mov 0x8(%ebp),%eax
119f: 0f b6 00 movzbl (%eax),%eax
11a2: 0f b6 d0 movzbl %al,%edx
11a5: 8b 45 0c mov 0xc(%ebp),%eax
11a8: 0f b6 00 movzbl (%eax),%eax
11ab: 0f b6 c0 movzbl %al,%eax
11ae: 29 c2 sub %eax,%edx
11b0: 89 d0 mov %edx,%eax
}
11b2: 5d pop %ebp
11b3: c3 ret
000011b4 <strlen>:
uint
strlen(char *s)
{
11b4: 55 push %ebp
11b5: 89 e5 mov %esp,%ebp
11b7: 83 ec 10 sub $0x10,%esp
int n;
for(n = 0; s[n]; n++)
11ba: c7 45 fc 00 00 00 00 movl $0x0,-0x4(%ebp)
11c1: eb 04 jmp 11c7 <strlen+0x13>
11c3: 83 45 fc 01 addl $0x1,-0x4(%ebp)
11c7: 8b 55 fc mov -0x4(%ebp),%edx
11ca: 8b 45 08 mov 0x8(%ebp),%eax
11cd: 01 d0 add %edx,%eax
11cf: 0f b6 00 movzbl (%eax),%eax
11d2: 84 c0 test %al,%al
11d4: 75 ed jne 11c3 <strlen+0xf>
;
return n;
11d6: 8b 45 fc mov -0x4(%ebp),%eax
}
11d9: c9 leave
11da: c3 ret
000011db <memset>:
void*
memset(void *dst, int c, uint n)
{
11db: 55 push %ebp
11dc: 89 e5 mov %esp,%ebp
11de: 83 ec 0c sub $0xc,%esp
stosb(dst, c, n);
11e1: 8b 45 10 mov 0x10(%ebp),%eax
11e4: 89 44 24 08 mov %eax,0x8(%esp)
11e8: 8b 45 0c mov 0xc(%ebp),%eax
11eb: 89 44 24 04 mov %eax,0x4(%esp)
11ef: 8b 45 08 mov 0x8(%ebp),%eax
11f2: 89 04 24 mov %eax,(%esp)
11f5: e8 26 ff ff ff call 1120 <stosb>
return dst;
11fa: 8b 45 08 mov 0x8(%ebp),%eax
}
11fd: c9 leave
11fe: c3 ret
000011ff <strchr>:
char*
strchr(const char *s, char c)
{
11ff: 55 push %ebp
1200: 89 e5 mov %esp,%ebp
1202: 83 ec 04 sub $0x4,%esp
1205: 8b 45 0c mov 0xc(%ebp),%eax
1208: 88 45 fc mov %al,-0x4(%ebp)
for(; *s; s++)
120b: eb 14 jmp 1221 <strchr+0x22>
if(*s == c)
120d: 8b 45 08 mov 0x8(%ebp),%eax
1210: 0f b6 00 movzbl (%eax),%eax
1213: 3a 45 fc cmp -0x4(%ebp),%al
1216: 75 05 jne 121d <strchr+0x1e>
return (char*)s;
1218: 8b 45 08 mov 0x8(%ebp),%eax
121b: eb 13 jmp 1230 <strchr+0x31>
}
char*
strchr(const char *s, char c)
{
for(; *s; s++)
121d: 83 45 08 01 addl $0x1,0x8(%ebp)
1221: 8b 45 08 mov 0x8(%ebp),%eax
1224: 0f b6 00 movzbl (%eax),%eax
1227: 84 c0 test %al,%al
1229: 75 e2 jne 120d <strchr+0xe>
if(*s == c)
return (char*)s;
return 0;
122b: b8 00 00 00 00 mov $0x0,%eax
}
1230: c9 leave
1231: c3 ret
00001232 <gets>:
char*
gets(char *buf, int max)
{
1232: 55 push %ebp
1233: 89 e5 mov %esp,%ebp
1235: 83 ec 28 sub $0x28,%esp
int i, cc;
char c;
for(i=0; i+1 < max; ){
1238: c7 45 f4 00 00 00 00 movl $0x0,-0xc(%ebp)
123f: eb 4c jmp 128d <gets+0x5b>
cc = read(0, &c, 1);
1241: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
1248: 00
1249: 8d 45 ef lea -0x11(%ebp),%eax
124c: 89 44 24 04 mov %eax,0x4(%esp)
1250: c7 04 24 00 00 00 00 movl $0x0,(%esp)
1257: e8 44 01 00 00 call 13a0 <read>
125c: 89 45 f0 mov %eax,-0x10(%ebp)
if(cc < 1)
125f: 83 7d f0 00 cmpl $0x0,-0x10(%ebp)
1263: 7f 02 jg 1267 <gets+0x35>
break;
1265: eb 31 jmp 1298 <gets+0x66>
buf[i++] = c;
1267: 8b 45 f4 mov -0xc(%ebp),%eax
126a: 8d 50 01 lea 0x1(%eax),%edx
126d: 89 55 f4 mov %edx,-0xc(%ebp)
1270: 89 c2 mov %eax,%edx
1272: 8b 45 08 mov 0x8(%ebp),%eax
1275: 01 c2 add %eax,%edx
1277: 0f b6 45 ef movzbl -0x11(%ebp),%eax
127b: 88 02 mov %al,(%edx)
if(c == '\n' || c == '\r')
127d: 0f b6 45 ef movzbl -0x11(%ebp),%eax
1281: 3c 0a cmp $0xa,%al
1283: 74 13 je 1298 <gets+0x66>
1285: 0f b6 45 ef movzbl -0x11(%ebp),%eax
1289: 3c 0d cmp $0xd,%al
128b: 74 0b je 1298 <gets+0x66>
gets(char *buf, int max)
{
int i, cc;
char c;
for(i=0; i+1 < max; ){
128d: 8b 45 f4 mov -0xc(%ebp),%eax
1290: 83 c0 01 add $0x1,%eax
1293: 3b 45 0c cmp 0xc(%ebp),%eax
1296: 7c a9 jl 1241 <gets+0xf>
break;
buf[i++] = c;
if(c == '\n' || c == '\r')
break;
}
buf[i] = '\0';
1298: 8b 55 f4 mov -0xc(%ebp),%edx
129b: 8b 45 08 mov 0x8(%ebp),%eax
129e: 01 d0 add %edx,%eax
12a0: c6 00 00 movb $0x0,(%eax)
return buf;
12a3: 8b 45 08 mov 0x8(%ebp),%eax
}
12a6: c9 leave
12a7: c3 ret
000012a8 <stat>:
int
stat(char *n, struct stat *st)
{
12a8: 55 push %ebp
12a9: 89 e5 mov %esp,%ebp
12ab: 83 ec 28 sub $0x28,%esp
int fd;
int r;
fd = open(n, O_RDONLY);
12ae: c7 44 24 04 00 00 00 movl $0x0,0x4(%esp)
12b5: 00
12b6: 8b 45 08 mov 0x8(%ebp),%eax
12b9: 89 04 24 mov %eax,(%esp)
12bc: e8 07 01 00 00 call 13c8 <open>
12c1: 89 45 f4 mov %eax,-0xc(%ebp)
if(fd < 0)
12c4: 83 7d f4 00 cmpl $0x0,-0xc(%ebp)
12c8: 79 07 jns 12d1 <stat+0x29>
return -1;
12ca: b8 ff ff ff ff mov $0xffffffff,%eax
12cf: eb 23 jmp 12f4 <stat+0x4c>
r = fstat(fd, st);
12d1: 8b 45 0c mov 0xc(%ebp),%eax
12d4: 89 44 24 04 mov %eax,0x4(%esp)
12d8: 8b 45 f4 mov -0xc(%ebp),%eax
12db: 89 04 24 mov %eax,(%esp)
12de: e8 fd 00 00 00 call 13e0 <fstat>
12e3: 89 45 f0 mov %eax,-0x10(%ebp)
close(fd);
12e6: 8b 45 f4 mov -0xc(%ebp),%eax
12e9: 89 04 24 mov %eax,(%esp)
12ec: e8 bf 00 00 00 call 13b0 <close>
return r;
12f1: 8b 45 f0 mov -0x10(%ebp),%eax
}
12f4: c9 leave
12f5: c3 ret
000012f6 <atoi>:
int
atoi(const char *s)
{
12f6: 55 push %ebp
12f7: 89 e5 mov %esp,%ebp
12f9: 83 ec 10 sub $0x10,%esp
int n;
n = 0;
12fc: c7 45 fc 00 00 00 00 movl $0x0,-0x4(%ebp)
while('0' <= *s && *s <= '9')
1303: eb 25 jmp 132a <atoi+0x34>
n = n*10 + *s++ - '0';
1305: 8b 55 fc mov -0x4(%ebp),%edx
1308: 89 d0 mov %edx,%eax
130a: c1 e0 02 shl $0x2,%eax
130d: 01 d0 add %edx,%eax
130f: 01 c0 add %eax,%eax
1311: 89 c1 mov %eax,%ecx
1313: 8b 45 08 mov 0x8(%ebp),%eax
1316: 8d 50 01 lea 0x1(%eax),%edx
1319: 89 55 08 mov %edx,0x8(%ebp)
131c: 0f b6 00 movzbl (%eax),%eax
131f: 0f be c0 movsbl %al,%eax
1322: 01 c8 add %ecx,%eax
1324: 83 e8 30 sub $0x30,%eax
1327: 89 45 fc mov %eax,-0x4(%ebp)
atoi(const char *s)
{
int n;
n = 0;
while('0' <= *s && *s <= '9')
132a: 8b 45 08 mov 0x8(%ebp),%eax
132d: 0f b6 00 movzbl (%eax),%eax
1330: 3c 2f cmp $0x2f,%al
1332: 7e 0a jle 133e <atoi+0x48>
1334: 8b 45 08 mov 0x8(%ebp),%eax
1337: 0f b6 00 movzbl (%eax),%eax
133a: 3c 39 cmp $0x39,%al
133c: 7e c7 jle 1305 <atoi+0xf>
n = n*10 + *s++ - '0';
return n;
133e: 8b 45 fc mov -0x4(%ebp),%eax
}
1341: c9 leave
1342: c3 ret
00001343 <memmove>:
void*
memmove(void *vdst, void *vsrc, int n)
{
1343: 55 push %ebp
1344: 89 e5 mov %esp,%ebp
1346: 83 ec 10 sub $0x10,%esp
char *dst, *src;
dst = vdst;
1349: 8b 45 08 mov 0x8(%ebp),%eax
134c: 89 45 fc mov %eax,-0x4(%ebp)
src = vsrc;
134f: 8b 45 0c mov 0xc(%ebp),%eax
1352: 89 45 f8 mov %eax,-0x8(%ebp)
while(n-- > 0)
1355: eb 17 jmp 136e <memmove+0x2b>
*dst++ = *src++;
1357: 8b 45 fc mov -0x4(%ebp),%eax
135a: 8d 50 01 lea 0x1(%eax),%edx
135d: 89 55 fc mov %edx,-0x4(%ebp)
1360: 8b 55 f8 mov -0x8(%ebp),%edx
1363: 8d 4a 01 lea 0x1(%edx),%ecx
1366: 89 4d f8 mov %ecx,-0x8(%ebp)
1369: 0f b6 12 movzbl (%edx),%edx
136c: 88 10 mov %dl,(%eax)
{
char *dst, *src;
dst = vdst;
src = vsrc;
while(n-- > 0)
136e: 8b 45 10 mov 0x10(%ebp),%eax
1371: 8d 50 ff lea -0x1(%eax),%edx
1374: 89 55 10 mov %edx,0x10(%ebp)
1377: 85 c0 test %eax,%eax
1379: 7f dc jg 1357 <memmove+0x14>
*dst++ = *src++;
return vdst;
137b: 8b 45 08 mov 0x8(%ebp),%eax
}
137e: c9 leave
137f: c3 ret
00001380 <fork>:
name: \
movl $SYS_ ## name, %eax; \
int $T_SYSCALL; \
ret
SYSCALL(fork)
1380: b8 01 00 00 00 mov $0x1,%eax
1385: cd 40 int $0x40
1387: c3 ret
00001388 <exit>:
SYSCALL(exit)
1388: b8 02 00 00 00 mov $0x2,%eax
138d: cd 40 int $0x40
138f: c3 ret
00001390 <wait>:
SYSCALL(wait)
1390: b8 03 00 00 00 mov $0x3,%eax
1395: cd 40 int $0x40
1397: c3 ret
00001398 <pipe>:
SYSCALL(pipe)
1398: b8 04 00 00 00 mov $0x4,%eax
139d: cd 40 int $0x40
139f: c3 ret
000013a0 <read>:
SYSCALL(read)
13a0: b8 05 00 00 00 mov $0x5,%eax
13a5: cd 40 int $0x40
13a7: c3 ret
000013a8 <write>:
SYSCALL(write)
13a8: b8 10 00 00 00 mov $0x10,%eax
13ad: cd 40 int $0x40
13af: c3 ret
000013b0 <close>:
SYSCALL(close)
13b0: b8 15 00 00 00 mov $0x15,%eax
13b5: cd 40 int $0x40
13b7: c3 ret
000013b8 <kill>:
SYSCALL(kill)
13b8: b8 06 00 00 00 mov $0x6,%eax
13bd: cd 40 int $0x40
13bf: c3 ret
000013c0 <exec>:
SYSCALL(exec)
13c0: b8 07 00 00 00 mov $0x7,%eax
13c5: cd 40 int $0x40
13c7: c3 ret
000013c8 <open>:
SYSCALL(open)
13c8: b8 0f 00 00 00 mov $0xf,%eax
13cd: cd 40 int $0x40
13cf: c3 ret
000013d0 <mknod>:
SYSCALL(mknod)
13d0: b8 11 00 00 00 mov $0x11,%eax
13d5: cd 40 int $0x40
13d7: c3 ret
000013d8 <unlink>:
SYSCALL(unlink)
13d8: b8 12 00 00 00 mov $0x12,%eax
13dd: cd 40 int $0x40
13df: c3 ret
000013e0 <fstat>:
SYSCALL(fstat)
13e0: b8 08 00 00 00 mov $0x8,%eax
13e5: cd 40 int $0x40
13e7: c3 ret
000013e8 <link>:
SYSCALL(link)
13e8: b8 13 00 00 00 mov $0x13,%eax
13ed: cd 40 int $0x40
13ef: c3 ret
000013f0 <mkdir>:
SYSCALL(mkdir)
13f0: b8 14 00 00 00 mov $0x14,%eax
13f5: cd 40 int $0x40
13f7: c3 ret
000013f8 <chdir>:
SYSCALL(chdir)
13f8: b8 09 00 00 00 mov $0x9,%eax
13fd: cd 40 int $0x40
13ff: c3 ret
00001400 <dup>:
SYSCALL(dup)
1400: b8 0a 00 00 00 mov $0xa,%eax
1405: cd 40 int $0x40
1407: c3 ret
00001408 <getpid>:
SYSCALL(getpid)
1408: b8 0b 00 00 00 mov $0xb,%eax
140d: cd 40 int $0x40
140f: c3 ret
00001410 <sbrk>:
SYSCALL(sbrk)
1410: b8 0c 00 00 00 mov $0xc,%eax
1415: cd 40 int $0x40
1417: c3 ret
00001418 <sleep>:
SYSCALL(sleep)
1418: b8 0d 00 00 00 mov $0xd,%eax
141d: cd 40 int $0x40
141f: c3 ret
00001420 <uptime>:
SYSCALL(uptime)
1420: b8 0e 00 00 00 mov $0xe,%eax
1425: cd 40 int $0x40
1427: c3 ret
00001428 <clone>:
SYSCALL(clone)
1428: b8 16 00 00 00 mov $0x16,%eax
142d: cd 40 int $0x40
142f: c3 ret
00001430 <texit>:
SYSCALL(texit)
1430: b8 17 00 00 00 mov $0x17,%eax
1435: cd 40 int $0x40
1437: c3 ret
00001438 <tsleep>:
SYSCALL(tsleep)
1438: b8 18 00 00 00 mov $0x18,%eax
143d: cd 40 int $0x40
143f: c3 ret
00001440 <twakeup>:
SYSCALL(twakeup)
1440: b8 19 00 00 00 mov $0x19,%eax
1445: cd 40 int $0x40
1447: c3 ret
00001448 <thread_yield>:
SYSCALL(thread_yield)
1448: b8 1a 00 00 00 mov $0x1a,%eax
144d: cd 40 int $0x40
144f: c3 ret
00001450 <putc>:
#include "stat.h"
#include "user.h"
static void
putc(int fd, char c)
{
1450: 55 push %ebp
1451: 89 e5 mov %esp,%ebp
1453: 83 ec 18 sub $0x18,%esp
1456: 8b 45 0c mov 0xc(%ebp),%eax
1459: 88 45 f4 mov %al,-0xc(%ebp)
write(fd, &c, 1);
145c: c7 44 24 08 01 00 00 movl $0x1,0x8(%esp)
1463: 00
1464: 8d 45 f4 lea -0xc(%ebp),%eax
1467: 89 44 24 04 mov %eax,0x4(%esp)
146b: 8b 45 08 mov 0x8(%ebp),%eax
146e: 89 04 24 mov %eax,(%esp)
1471: e8 32 ff ff ff call 13a8 <write>
}
1476: c9 leave
1477: c3 ret
00001478 <printint>:
static void
printint(int fd, int xx, int base, int sgn)
{
1478: 55 push %ebp
1479: 89 e5 mov %esp,%ebp
147b: 56 push %esi
147c: 53 push %ebx
147d: 83 ec 30 sub $0x30,%esp
static char digits[] = "0123456789ABCDEF";
char buf[16];
int i, neg;
uint x;
neg = 0;
1480: c7 45 f0 00 00 00 00 movl $0x0,-0x10(%ebp)
if(sgn && xx < 0){
1487: 83 7d 14 00 cmpl $0x0,0x14(%ebp)
148b: 74 17 je 14a4 <printint+0x2c>
148d: 83 7d 0c 00 cmpl $0x0,0xc(%ebp)
1491: 79 11 jns 14a4 <printint+0x2c>
neg = 1;
1493: c7 45 f0 01 00 00 00 movl $0x1,-0x10(%ebp)
x = -xx;
149a: 8b 45 0c mov 0xc(%ebp),%eax
149d: f7 d8 neg %eax
149f: 89 45 ec mov %eax,-0x14(%ebp)
14a2: eb 06 jmp 14aa <printint+0x32>
} else {
x = xx;
14a4: 8b 45 0c mov 0xc(%ebp),%eax
14a7: 89 45 ec mov %eax,-0x14(%ebp)
}
i = 0;
14aa: c7 45 f4 00 00 00 00 movl $0x0,-0xc(%ebp)
do{
buf[i++] = digits[x % base];
14b1: 8b 4d f4 mov -0xc(%ebp),%ecx
14b4: 8d 41 01 lea 0x1(%ecx),%eax
14b7: 89 45 f4 mov %eax,-0xc(%ebp)
14ba: 8b 5d 10 mov 0x10(%ebp),%ebx
14bd: 8b 45 ec mov -0x14(%ebp),%eax
14c0: ba 00 00 00 00 mov $0x0,%edx
14c5: f7 f3 div %ebx
14c7: 89 d0 mov %edx,%eax
14c9: 0f b6 80 70 1f 00 00 movzbl 0x1f70(%eax),%eax
14d0: 88 44 0d dc mov %al,-0x24(%ebp,%ecx,1)
}while((x /= base) != 0);
14d4: 8b 75 10 mov 0x10(%ebp),%esi
14d7: 8b 45 ec mov -0x14(%ebp),%eax
14da: ba 00 00 00 00 mov $0x0,%edx
14df: f7 f6 div %esi
14e1: 89 45 ec mov %eax,-0x14(%ebp)
14e4: 83 7d ec 00 cmpl $0x0,-0x14(%ebp)
14e8: 75 c7 jne 14b1 <printint+0x39>
if(neg)
14ea: 83 7d f0 00 cmpl $0x0,-0x10(%ebp)
14ee: 74 10 je 1500 <printint+0x88>
buf[i++] = '-';
14f0: 8b 45 f4 mov -0xc(%ebp),%eax
14f3: 8d 50 01 lea 0x1(%eax),%edx
14f6: 89 55 f4 mov %edx,-0xc(%ebp)
14f9: c6 44 05 dc 2d movb $0x2d,-0x24(%ebp,%eax,1)
while(--i >= 0)
14fe: eb 1f jmp 151f <printint+0xa7>
1500: eb 1d jmp 151f <printint+0xa7>
putc(fd, buf[i]);
1502: 8d 55 dc lea -0x24(%ebp),%edx
1505: 8b 45 f4 mov -0xc(%ebp),%eax
1508: 01 d0 add %edx,%eax
150a: 0f b6 00 movzbl (%eax),%eax
150d: 0f be c0 movsbl %al,%eax
1510: 89 44 24 04 mov %eax,0x4(%esp)
1514: 8b 45 08 mov 0x8(%ebp),%eax
1517: 89 04 24 mov %eax,(%esp)
151a: e8 31 ff ff ff call 1450 <putc>
buf[i++] = digits[x % base];
}while((x /= base) != 0);
if(neg)
buf[i++] = '-';
while(--i >= 0)
151f: 83 6d f4 01 subl $0x1,-0xc(%ebp)
1523: 83 7d f4 00 cmpl $0x0,-0xc(%ebp)
1527: 79 d9 jns 1502 <printint+0x8a>
putc(fd, buf[i]);
}
1529: 83 c4 30 add $0x30,%esp
152c: 5b pop %ebx
152d: 5e pop %esi
152e: 5d pop %ebp
152f: c3 ret
00001530 <printf>:
// Print to the given fd. Only understands %d, %x, %p, %s.
void
printf(int fd, char *fmt, ...)
{
1530: 55 push %ebp
1531: 89 e5 mov %esp,%ebp
1533: 83 ec 38 sub $0x38,%esp
char *s;
int c, i, state;
uint *ap;
state = 0;
1536: c7 45 ec 00 00 00 00 movl $0x0,-0x14(%ebp)
ap = (uint*)(void*)&fmt + 1;
153d: 8d 45 0c lea 0xc(%ebp),%eax
1540: 83 c0 04 add $0x4,%eax
1543: 89 45 e8 mov %eax,-0x18(%ebp)
for(i = 0; fmt[i]; i++){
1546: c7 45 f0 00 00 00 00 movl $0x0,-0x10(%ebp)
154d: e9 7c 01 00 00 jmp 16ce <printf+0x19e>
c = fmt[i] & 0xff;
1552: 8b 55 0c mov 0xc(%ebp),%edx
1555: 8b 45 f0 mov -0x10(%ebp),%eax
1558: 01 d0 add %edx,%eax
155a: 0f b6 00 movzbl (%eax),%eax
155d: 0f be c0 movsbl %al,%eax
1560: 25 ff 00 00 00 and $0xff,%eax
1565: 89 45 e4 mov %eax,-0x1c(%ebp)
if(state == 0){
1568: 83 7d ec 00 cmpl $0x0,-0x14(%ebp)
156c: 75 2c jne 159a <printf+0x6a>
if(c == '%'){
156e: 83 7d e4 25 cmpl $0x25,-0x1c(%ebp)
1572: 75 0c jne 1580 <printf+0x50>
state = '%';
1574: c7 45 ec 25 00 00 00 movl $0x25,-0x14(%ebp)
157b: e9 4a 01 00 00 jmp 16ca <printf+0x19a>
} else {
putc(fd, c);
1580: 8b 45 e4 mov -0x1c(%ebp),%eax
1583: 0f be c0 movsbl %al,%eax
1586: 89 44 24 04 mov %eax,0x4(%esp)
158a: 8b 45 08 mov 0x8(%ebp),%eax
158d: 89 04 24 mov %eax,(%esp)
1590: e8 bb fe ff ff call 1450 <putc>
1595: e9 30 01 00 00 jmp 16ca <printf+0x19a>
}
} else if(state == '%'){
159a: 83 7d ec 25 cmpl $0x25,-0x14(%ebp)
159e: 0f 85 26 01 00 00 jne 16ca <printf+0x19a>
if(c == 'd'){
15a4: 83 7d e4 64 cmpl $0x64,-0x1c(%ebp)
15a8: 75 2d jne 15d7 <printf+0xa7>
printint(fd, *ap, 10, 1);
15aa: 8b 45 e8 mov -0x18(%ebp),%eax
15ad: 8b 00 mov (%eax),%eax
15af: c7 44 24 0c 01 00 00 movl $0x1,0xc(%esp)
15b6: 00
15b7: c7 44 24 08 0a 00 00 movl $0xa,0x8(%esp)
15be: 00
15bf: 89 44 24 04 mov %eax,0x4(%esp)
15c3: 8b 45 08 mov 0x8(%ebp),%eax
15c6: 89 04 24 mov %eax,(%esp)
15c9: e8 aa fe ff ff call 1478 <printint>
ap++;
15ce: 83 45 e8 04 addl $0x4,-0x18(%ebp)
15d2: e9 ec 00 00 00 jmp 16c3 <printf+0x193>
} else if(c == 'x' || c == 'p'){
15d7: 83 7d e4 78 cmpl $0x78,-0x1c(%ebp)
15db: 74 06 je 15e3 <printf+0xb3>
15dd: 83 7d e4 70 cmpl $0x70,-0x1c(%ebp)
15e1: 75 2d jne 1610 <printf+0xe0>
printint(fd, *ap, 16, 0);
15e3: 8b 45 e8 mov -0x18(%ebp),%eax
15e6: 8b 00 mov (%eax),%eax
15e8: c7 44 24 0c 00 00 00 movl $0x0,0xc(%esp)
15ef: 00
15f0: c7 44 24 08 10 00 00 movl $0x10,0x8(%esp)
15f7: 00
15f8: 89 44 24 04 mov %eax,0x4(%esp)
15fc: 8b 45 08 mov 0x8(%ebp),%eax
15ff: 89 04 24 mov %eax,(%esp)
1602: e8 71 fe ff ff call 1478 <printint>
ap++;
1607: 83 45 e8 04 addl $0x4,-0x18(%ebp)
160b: e9 b3 00 00 00 jmp 16c3 <printf+0x193>
} else if(c == 's'){
1610: 83 7d e4 73 cmpl $0x73,-0x1c(%ebp)
1614: 75 45 jne 165b <printf+0x12b>
s = (char*)*ap;
1616: 8b 45 e8 mov -0x18(%ebp),%eax
1619: 8b 00 mov (%eax),%eax
161b: 89 45 f4 mov %eax,-0xc(%ebp)
ap++;
161e: 83 45 e8 04 addl $0x4,-0x18(%ebp)
if(s == 0)
1622: 83 7d f4 00 cmpl $0x0,-0xc(%ebp)
1626: 75 09 jne 1631 <printf+0x101>
s = "(null)";
1628: c7 45 f4 97 1b 00 00 movl $0x1b97,-0xc(%ebp)
while(*s != 0){
162f: eb 1e jmp 164f <printf+0x11f>
1631: eb 1c jmp 164f <printf+0x11f>
putc(fd, *s);
1633: 8b 45 f4 mov -0xc(%ebp),%eax
1636: 0f b6 00 movzbl (%eax),%eax
1639: 0f be c0 movsbl %al,%eax
163c: 89 44 24 04 mov %eax,0x4(%esp)
1640: 8b 45 08 mov 0x8(%ebp),%eax
1643: 89 04 24 mov %eax,(%esp)
1646: e8 05 fe ff ff call 1450 <putc>
s++;
164b: 83 45 f4 01 addl $0x1,-0xc(%ebp)
} else if(c == 's'){
s = (char*)*ap;
ap++;
if(s == 0)
s = "(null)";
while(*s != 0){
164f: 8b 45 f4 mov -0xc(%ebp),%eax
1652: 0f b6 00 movzbl (%eax),%eax
1655: 84 c0 test %al,%al
1657: 75 da jne 1633 <printf+0x103>
1659: eb 68 jmp 16c3 <printf+0x193>
putc(fd, *s);
s++;
}
} else if(c == 'c'){
165b: 83 7d e4 63 cmpl $0x63,-0x1c(%ebp)
165f: 75 1d jne 167e <printf+0x14e>
putc(fd, *ap);
1661: 8b 45 e8 mov -0x18(%ebp),%eax
1664: 8b 00 mov (%eax),%eax
1666: 0f be c0 movsbl %al,%eax
1669: 89 44 24 04 mov %eax,0x4(%esp)
166d: 8b 45 08 mov 0x8(%ebp),%eax
1670: 89 04 24 mov %eax,(%esp)
1673: e8 d8 fd ff ff call 1450 <putc>
ap++;
1678: 83 45 e8 04 addl $0x4,-0x18(%ebp)
167c: eb 45 jmp 16c3 <printf+0x193>
} else if(c == '%'){
167e: 83 7d e4 25 cmpl $0x25,-0x1c(%ebp)
1682: 75 17 jne 169b <printf+0x16b>
putc(fd, c);
1684: 8b 45 e4 mov -0x1c(%ebp),%eax
1687: 0f be c0 movsbl %al,%eax
168a: 89 44 24 04 mov %eax,0x4(%esp)
168e: 8b 45 08 mov 0x8(%ebp),%eax
1691: 89 04 24 mov %eax,(%esp)
1694: e8 b7 fd ff ff call 1450 <putc>
1699: eb 28 jmp 16c3 <printf+0x193>
} else {
// Unknown % sequence. Print it to draw attention.
putc(fd, '%');
169b: c7 44 24 04 25 00 00 movl $0x25,0x4(%esp)
16a2: 00
16a3: 8b 45 08 mov 0x8(%ebp),%eax
16a6: 89 04 24 mov %eax,(%esp)
16a9: e8 a2 fd ff ff call 1450 <putc>
putc(fd, c);
16ae: 8b 45 e4 mov -0x1c(%ebp),%eax
16b1: 0f be c0 movsbl %al,%eax
16b4: 89 44 24 04 mov %eax,0x4(%esp)
16b8: 8b 45 08 mov 0x8(%ebp),%eax
16bb: 89 04 24 mov %eax,(%esp)
16be: e8 8d fd ff ff call 1450 <putc>
}
state = 0;
16c3: c7 45 ec 00 00 00 00 movl $0x0,-0x14(%ebp)
int c, i, state;
uint *ap;
state = 0;
ap = (uint*)(void*)&fmt + 1;
for(i = 0; fmt[i]; i++){
16ca: 83 45 f0 01 addl $0x1,-0x10(%ebp)
16ce: 8b 55 0c mov 0xc(%ebp),%edx
16d1: 8b 45 f0 mov -0x10(%ebp),%eax
16d4: 01 d0 add %edx,%eax
16d6: 0f b6 00 movzbl (%eax),%eax
16d9: 84 c0 test %al,%al
16db: 0f 85 71 fe ff ff jne 1552 <printf+0x22>
putc(fd, c);
}
state = 0;
}
}
}
16e1: c9 leave
16e2: c3 ret
16e3: 90 nop
000016e4 <free>:
static Header base;
static Header *freep;
void
free(void *ap)
{
16e4: 55 push %ebp
16e5: 89 e5 mov %esp,%ebp
16e7: 83 ec 10 sub $0x10,%esp
Header *bp, *p;
bp = (Header*)ap - 1;
16ea: 8b 45 08 mov 0x8(%ebp),%eax
16ed: 83 e8 08 sub $0x8,%eax
16f0: 89 45 f8 mov %eax,-0x8(%ebp)
for(p = freep; !(bp > p && bp < p->s.ptr); p = p->s.ptr)
16f3: a1 a8 1f 00 00 mov 0x1fa8,%eax
16f8: 89 45 fc mov %eax,-0x4(%ebp)
16fb: eb 24 jmp 1721 <free+0x3d>
if(p >= p->s.ptr && (bp > p || bp < p->s.ptr))
16fd: 8b 45 fc mov -0x4(%ebp),%eax
1700: 8b 00 mov (%eax),%eax
1702: 3b 45 fc cmp -0x4(%ebp),%eax
1705: 77 12 ja 1719 <free+0x35>
1707: 8b 45 f8 mov -0x8(%ebp),%eax
170a: 3b 45 fc cmp -0x4(%ebp),%eax
170d: 77 24 ja 1733 <free+0x4f>
170f: 8b 45 fc mov -0x4(%ebp),%eax
1712: 8b 00 mov (%eax),%eax
1714: 3b 45 f8 cmp -0x8(%ebp),%eax
1717: 77 1a ja 1733 <free+0x4f>
free(void *ap)
{
Header *bp, *p;
bp = (Header*)ap - 1;
for(p = freep; !(bp > p && bp < p->s.ptr); p = p->s.ptr)
1719: 8b 45 fc mov -0x4(%ebp),%eax
171c: 8b 00 mov (%eax),%eax
171e: 89 45 fc mov %eax,-0x4(%ebp)
1721: 8b 45 f8 mov -0x8(%ebp),%eax
1724: 3b 45 fc cmp -0x4(%ebp),%eax
1727: 76 d4 jbe 16fd <free+0x19>
1729: 8b 45 fc mov -0x4(%ebp),%eax
172c: 8b 00 mov (%eax),%eax
172e: 3b 45 f8 cmp -0x8(%ebp),%eax
1731: 76 ca jbe 16fd <free+0x19>
if(p >= p->s.ptr && (bp > p || bp < p->s.ptr))
break;
if(bp + bp->s.size == p->s.ptr){
1733: 8b 45 f8 mov -0x8(%ebp),%eax
1736: 8b 40 04 mov 0x4(%eax),%eax
1739: 8d 14 c5 00 00 00 00 lea 0x0(,%eax,8),%edx
1740: 8b 45 f8 mov -0x8(%ebp),%eax
1743: 01 c2 add %eax,%edx
1745: 8b 45 fc mov -0x4(%ebp),%eax
1748: 8b 00 mov (%eax),%eax
174a: 39 c2 cmp %eax,%edx
174c: 75 24 jne 1772 <free+0x8e>
bp->s.size += p->s.ptr->s.size;
174e: 8b 45 f8 mov -0x8(%ebp),%eax
1751: 8b 50 04 mov 0x4(%eax),%edx
1754: 8b 45 fc mov -0x4(%ebp),%eax
1757: 8b 00 mov (%eax),%eax
1759: 8b 40 04 mov 0x4(%eax),%eax
175c: 01 c2 add %eax,%edx
175e: 8b 45 f8 mov -0x8(%ebp),%eax
1761: 89 50 04 mov %edx,0x4(%eax)
bp->s.ptr = p->s.ptr->s.ptr;
1764: 8b 45 fc mov -0x4(%ebp),%eax
1767: 8b 00 mov (%eax),%eax
1769: 8b 10 mov (%eax),%edx
176b: 8b 45 f8 mov -0x8(%ebp),%eax
176e: 89 10 mov %edx,(%eax)
1770: eb 0a jmp 177c <free+0x98>
} else
bp->s.ptr = p->s.ptr;
1772: 8b 45 fc mov -0x4(%ebp),%eax
1775: 8b 10 mov (%eax),%edx
1777: 8b 45 f8 mov -0x8(%ebp),%eax
177a: 89 10 mov %edx,(%eax)
if(p + p->s.size == bp){
177c: 8b 45 fc mov -0x4(%ebp),%eax
177f: 8b 40 04 mov 0x4(%eax),%eax
1782: 8d 14 c5 00 00 00 00 lea 0x0(,%eax,8),%edx
1789: 8b 45 fc mov -0x4(%ebp),%eax
178c: 01 d0 add %edx,%eax
178e: 3b 45 f8 cmp -0x8(%ebp),%eax
1791: 75 20 jne 17b3 <free+0xcf>
p->s.size += bp->s.size;
1793: 8b 45 fc mov -0x4(%ebp),%eax
1796: 8b 50 04 mov 0x4(%eax),%edx
1799: 8b 45 f8 mov -0x8(%ebp),%eax
179c: 8b 40 04 mov 0x4(%eax),%eax
179f: 01 c2 add %eax,%edx
17a1: 8b 45 fc mov -0x4(%ebp),%eax
17a4: 89 50 04 mov %edx,0x4(%eax)
p->s.ptr = bp->s.ptr;
17a7: 8b 45 f8 mov -0x8(%ebp),%eax
17aa: 8b 10 mov (%eax),%edx
17ac: 8b 45 fc mov -0x4(%ebp),%eax
17af: 89 10 mov %edx,(%eax)
17b1: eb 08 jmp 17bb <free+0xd7>
} else
p->s.ptr = bp;
17b3: 8b 45 fc mov -0x4(%ebp),%eax
17b6: 8b 55 f8 mov -0x8(%ebp),%edx
17b9: 89 10 mov %edx,(%eax)
freep = p;
17bb: 8b 45 fc mov -0x4(%ebp),%eax
17be: a3 a8 1f 00 00 mov %eax,0x1fa8
}
17c3: c9 leave
17c4: c3 ret
000017c5 <morecore>:
static Header*
morecore(uint nu)
{
17c5: 55 push %ebp
17c6: 89 e5 mov %esp,%ebp
17c8: 83 ec 28 sub $0x28,%esp
char *p;
Header *hp;
if(nu < 4096)
17cb: 81 7d 08 ff 0f 00 00 cmpl $0xfff,0x8(%ebp)
17d2: 77 07 ja 17db <morecore+0x16>
nu = 4096;
17d4: c7 45 08 00 10 00 00 movl $0x1000,0x8(%ebp)
p = sbrk(nu * sizeof(Header));
17db: 8b 45 08 mov 0x8(%ebp),%eax
17de: c1 e0 03 shl $0x3,%eax
17e1: 89 04 24 mov %eax,(%esp)
17e4: e8 27 fc ff ff call 1410 <sbrk>
17e9: 89 45 f4 mov %eax,-0xc(%ebp)
if(p == (char*)-1)
17ec: 83 7d f4 ff cmpl $0xffffffff,-0xc(%ebp)
17f0: 75 07 jne 17f9 <morecore+0x34>
return 0;
17f2: b8 00 00 00 00 mov $0x0,%eax
17f7: eb 22 jmp 181b <morecore+0x56>
hp = (Header*)p;
17f9: 8b 45 f4 mov -0xc(%ebp),%eax
17fc: 89 45 f0 mov %eax,-0x10(%ebp)
hp->s.size = nu;
17ff: 8b 45 f0 mov -0x10(%ebp),%eax
1802: 8b 55 08 mov 0x8(%ebp),%edx
1805: 89 50 04 mov %edx,0x4(%eax)
free((void*)(hp + 1));
1808: 8b 45 f0 mov -0x10(%ebp),%eax
180b: 83 c0 08 add $0x8,%eax
180e: 89 04 24 mov %eax,(%esp)
1811: e8 ce fe ff ff call 16e4 <free>
return freep;
1816: a1 a8 1f 00 00 mov 0x1fa8,%eax
}
181b: c9 leave
181c: c3 ret
0000181d <malloc>:
void*
malloc(uint nbytes)
{
181d: 55 push %ebp
181e: 89 e5 mov %esp,%ebp
1820: 83 ec 28 sub $0x28,%esp
Header *p, *prevp;
uint nunits;
nunits = (nbytes + sizeof(Header) - 1)/sizeof(Header) + 1;
1823: 8b 45 08 mov 0x8(%ebp),%eax
1826: 83 c0 07 add $0x7,%eax
1829: c1 e8 03 shr $0x3,%eax
182c: 83 c0 01 add $0x1,%eax
182f: 89 45 ec mov %eax,-0x14(%ebp)
if((prevp = freep) == 0){
1832: a1 a8 1f 00 00 mov 0x1fa8,%eax
1837: 89 45 f0 mov %eax,-0x10(%ebp)
183a: 83 7d f0 00 cmpl $0x0,-0x10(%ebp)
183e: 75 23 jne 1863 <malloc+0x46>
base.s.ptr = freep = prevp = &base;
1840: c7 45 f0 a0 1f 00 00 movl $0x1fa0,-0x10(%ebp)
1847: 8b 45 f0 mov -0x10(%ebp),%eax
184a: a3 a8 1f 00 00 mov %eax,0x1fa8
184f: a1 a8 1f 00 00 mov 0x1fa8,%eax
1854: a3 a0 1f 00 00 mov %eax,0x1fa0
base.s.size = 0;
1859: c7 05 a4 1f 00 00 00 movl $0x0,0x1fa4
1860: 00 00 00
}
for(p = prevp->s.ptr; ; prevp = p, p = p->s.ptr){
1863: 8b 45 f0 mov -0x10(%ebp),%eax
1866: 8b 00 mov (%eax),%eax
1868: 89 45 f4 mov %eax,-0xc(%ebp)
if(p->s.size >= nunits){
186b: 8b 45 f4 mov -0xc(%ebp),%eax
186e: 8b 40 04 mov 0x4(%eax),%eax
1871: 3b 45 ec cmp -0x14(%ebp),%eax
1874: 72 4d jb 18c3 <malloc+0xa6>
if(p->s.size == nunits)
1876: 8b 45 f4 mov -0xc(%ebp),%eax
1879: 8b 40 04 mov 0x4(%eax),%eax
187c: 3b 45 ec cmp -0x14(%ebp),%eax
187f: 75 0c jne 188d <malloc+0x70>
prevp->s.ptr = p->s.ptr;
1881: 8b 45 f4 mov -0xc(%ebp),%eax
1884: 8b 10 mov (%eax),%edx
1886: 8b 45 f0 mov -0x10(%ebp),%eax
1889: 89 10 mov %edx,(%eax)
188b: eb 26 jmp 18b3 <malloc+0x96>
else {
p->s.size -= nunits;
188d: 8b 45 f4 mov -0xc(%ebp),%eax
1890: 8b 40 04 mov 0x4(%eax),%eax
1893: 2b 45 ec sub -0x14(%ebp),%eax
1896: 89 c2 mov %eax,%edx
1898: 8b 45 f4 mov -0xc(%ebp),%eax
189b: 89 50 04 mov %edx,0x4(%eax)
p += p->s.size;
189e: 8b 45 f4 mov -0xc(%ebp),%eax
18a1: 8b 40 04 mov 0x4(%eax),%eax
18a4: c1 e0 03 shl $0x3,%eax
18a7: 01 45 f4 add %eax,-0xc(%ebp)
p->s.size = nunits;
18aa: 8b 45 f4 mov -0xc(%ebp),%eax
18ad: 8b 55 ec mov -0x14(%ebp),%edx
18b0: 89 50 04 mov %edx,0x4(%eax)
}
freep = prevp;
18b3: 8b 45 f0 mov -0x10(%ebp),%eax
18b6: a3 a8 1f 00 00 mov %eax,0x1fa8
return (void*)(p + 1);
18bb: 8b 45 f4 mov -0xc(%ebp),%eax
18be: 83 c0 08 add $0x8,%eax
18c1: eb 38 jmp 18fb <malloc+0xde>
}
if(p == freep)
18c3: a1 a8 1f 00 00 mov 0x1fa8,%eax
18c8: 39 45 f4 cmp %eax,-0xc(%ebp)
18cb: 75 1b jne 18e8 <malloc+0xcb>
if((p = morecore(nunits)) == 0)
18cd: 8b 45 ec mov -0x14(%ebp),%eax
18d0: 89 04 24 mov %eax,(%esp)
18d3: e8 ed fe ff ff call 17c5 <morecore>
18d8: 89 45 f4 mov %eax,-0xc(%ebp)
18db: 83 7d f4 00 cmpl $0x0,-0xc(%ebp)
18df: 75 07 jne 18e8 <malloc+0xcb>
return 0;
18e1: b8 00 00 00 00 mov $0x0,%eax
18e6: eb 13 jmp 18fb <malloc+0xde>
nunits = (nbytes + sizeof(Header) - 1)/sizeof(Header) + 1;
if((prevp = freep) == 0){
base.s.ptr = freep = prevp = &base;
base.s.size = 0;
}
for(p = prevp->s.ptr; ; prevp = p, p = p->s.ptr){
18e8: 8b 45 f4 mov -0xc(%ebp),%eax
18eb: 89 45 f0 mov %eax,-0x10(%ebp)
18ee: 8b 45 f4 mov -0xc(%ebp),%eax
18f1: 8b 00 mov (%eax),%eax
18f3: 89 45 f4 mov %eax,-0xc(%ebp)
return (void*)(p + 1);
}
if(p == freep)
if((p = morecore(nunits)) == 0)
return 0;
}
18f6: e9 70 ff ff ff jmp 186b <malloc+0x4e>
}
18fb: c9 leave
18fc: c3 ret
18fd: 66 90 xchg %ax,%ax
18ff: 90 nop
00001900 <xchg>:
asm volatile("sti");
}
static inline uint
xchg(volatile uint *addr, uint newval)
{
1900: 55 push %ebp
1901: 89 e5 mov %esp,%ebp
1903: 83 ec 10 sub $0x10,%esp
uint result;
// The + in "+m" denotes a read-modify-write operand.
asm volatile("lock; xchgl %0, %1" :
1906: 8b 55 08 mov 0x8(%ebp),%edx
1909: 8b 45 0c mov 0xc(%ebp),%eax
190c: 8b 4d 08 mov 0x8(%ebp),%ecx
190f: f0 87 02 lock xchg %eax,(%edx)
1912: 89 45 fc mov %eax,-0x4(%ebp)
"+m" (*addr), "=a" (result) :
"1" (newval) :
"cc");
return result;
1915: 8b 45 fc mov -0x4(%ebp),%eax
}
1918: c9 leave
1919: c3 ret
0000191a <lock_init>:
#include "x86.h"
#include "proc.h"
unsigned long rands = 1;
void lock_init(lock_t *lock){
191a: 55 push %ebp
191b: 89 e5 mov %esp,%ebp
lock->locked = 0;
191d: 8b 45 08 mov 0x8(%ebp),%eax
1920: c7 00 00 00 00 00 movl $0x0,(%eax)
}
1926: 5d pop %ebp
1927: c3 ret
00001928 <lock_acquire>:
void lock_acquire(lock_t *lock){
1928: 55 push %ebp
1929: 89 e5 mov %esp,%ebp
192b: 83 ec 08 sub $0x8,%esp
while(xchg(&lock->locked,1) != 0);
192e: 90 nop
192f: 8b 45 08 mov 0x8(%ebp),%eax
1932: c7 44 24 04 01 00 00 movl $0x1,0x4(%esp)
1939: 00
193a: 89 04 24 mov %eax,(%esp)
193d: e8 be ff ff ff call 1900 <xchg>
1942: 85 c0 test %eax,%eax
1944: 75 e9 jne 192f <lock_acquire+0x7>
}
1946: c9 leave
1947: c3 ret
00001948 <lock_release>:
void lock_release(lock_t *lock){
1948: 55 push %ebp
1949: 89 e5 mov %esp,%ebp
194b: 83 ec 08 sub $0x8,%esp
xchg(&lock->locked,0);
194e: 8b 45 08 mov 0x8(%ebp),%eax
1951: c7 44 24 04 00 00 00 movl $0x0,0x4(%esp)
1958: 00
1959: 89 04 24 mov %eax,(%esp)
195c: e8 9f ff ff ff call 1900 <xchg>
}
1961: c9 leave
1962: c3 ret
00001963 <thread_create>:
void *thread_create(void(*start_routine)(void*), void *arg){
1963: 55 push %ebp
1964: 89 e5 mov %esp,%ebp
1966: 83 ec 28 sub $0x28,%esp
int tid;
void * stack = malloc(2 * 4096);
1969: c7 04 24 00 20 00 00 movl $0x2000,(%esp)
1970: e8 a8 fe ff ff call 181d <malloc>
1975: 89 45 f4 mov %eax,-0xc(%ebp)
void *garbage_stack = stack;
1978: 8b 45 f4 mov -0xc(%ebp),%eax
197b: 89 45 f0 mov %eax,-0x10(%ebp)
// printf(1,"start routine addr : %d\n",(uint)start_routine);
if((uint)stack % 4096){
197e: 8b 45 f4 mov -0xc(%ebp),%eax
1981: 25 ff 0f 00 00 and $0xfff,%eax
1986: 85 c0 test %eax,%eax
1988: 74 14 je 199e <thread_create+0x3b>
stack = stack + (4096 - (uint)stack % 4096);
198a: 8b 45 f4 mov -0xc(%ebp),%eax
198d: 25 ff 0f 00 00 and $0xfff,%eax
1992: 89 c2 mov %eax,%edx
1994: b8 00 10 00 00 mov $0x1000,%eax
1999: 29 d0 sub %edx,%eax
199b: 01 45 f4 add %eax,-0xc(%ebp)
}
if (stack == 0){
199e: 83 7d f4 00 cmpl $0x0,-0xc(%ebp)
19a2: 75 1b jne 19bf <thread_create+0x5c>
printf(1,"malloc fail \n");
19a4: c7 44 24 04 9e 1b 00 movl $0x1b9e,0x4(%esp)
19ab: 00
19ac: c7 04 24 01 00 00 00 movl $0x1,(%esp)
19b3: e8 78 fb ff ff call 1530 <printf>
return 0;
19b8: b8 00 00 00 00 mov $0x0,%eax
19bd: eb 6f jmp 1a2e <thread_create+0xcb>
}
tid = clone((uint)stack,PSIZE,(uint)start_routine,(int)arg);
19bf: 8b 4d 0c mov 0xc(%ebp),%ecx
19c2: 8b 55 08 mov 0x8(%ebp),%edx
19c5: 8b 45 f4 mov -0xc(%ebp),%eax
19c8: 89 4c 24 0c mov %ecx,0xc(%esp)
19cc: 89 54 24 08 mov %edx,0x8(%esp)
19d0: c7 44 24 04 00 10 00 movl $0x1000,0x4(%esp)
19d7: 00
19d8: 89 04 24 mov %eax,(%esp)
19db: e8 48 fa ff ff call 1428 <clone>
19e0: 89 45 ec mov %eax,-0x14(%ebp)
if(tid < 0){
19e3: 83 7d ec 00 cmpl $0x0,-0x14(%ebp)
19e7: 79 1b jns 1a04 <thread_create+0xa1>
printf(1,"clone fails\n");
19e9: c7 44 24 04 ac 1b 00 movl $0x1bac,0x4(%esp)
19f0: 00
19f1: c7 04 24 01 00 00 00 movl $0x1,(%esp)
19f8: e8 33 fb ff ff call 1530 <printf>
return 0;
19fd: b8 00 00 00 00 mov $0x0,%eax
1a02: eb 2a jmp 1a2e <thread_create+0xcb>
}
if(tid > 0){
1a04: 83 7d ec 00 cmpl $0x0,-0x14(%ebp)
1a08: 7e 05 jle 1a0f <thread_create+0xac>
//store threads on thread table
return garbage_stack;
1a0a: 8b 45 f0 mov -0x10(%ebp),%eax
1a0d: eb 1f jmp 1a2e <thread_create+0xcb>
}
if(tid == 0){
1a0f: 83 7d ec 00 cmpl $0x0,-0x14(%ebp)
1a13: 75 14 jne 1a29 <thread_create+0xc6>
printf(1,"tid = 0 return \n");
1a15: c7 44 24 04 b9 1b 00 movl $0x1bb9,0x4(%esp)
1a1c: 00
1a1d: c7 04 24 01 00 00 00 movl $0x1,(%esp)
1a24: e8 07 fb ff ff call 1530 <printf>
}
// wait();
// free(garbage_stack);
return 0;
1a29: b8 00 00 00 00 mov $0x0,%eax
}
1a2e: c9 leave
1a2f: c3 ret
00001a30 <random>:
// generate 0 -> max random number exclude max.
int random(int max){
1a30: 55 push %ebp
1a31: 89 e5 mov %esp,%ebp
rands = rands * 1664525 + 1013904233;
1a33: a1 84 1f 00 00 mov 0x1f84,%eax
1a38: 69 c0 0d 66 19 00 imul $0x19660d,%eax,%eax
1a3e: 05 69 f3 6e 3c add $0x3c6ef369,%eax
1a43: a3 84 1f 00 00 mov %eax,0x1f84
return (int)(rands % max);
1a48: a1 84 1f 00 00 mov 0x1f84,%eax
1a4d: 8b 4d 08 mov 0x8(%ebp),%ecx
1a50: ba 00 00 00 00 mov $0x0,%edx
1a55: f7 f1 div %ecx
1a57: 89 d0 mov %edx,%eax
}
1a59: 5d pop %ebp
1a5a: c3 ret
1a5b: 90 nop
00001a5c <init_q>:
#include "queue.h"
#include "types.h"
#include "user.h"
void init_q(struct queue *q){
1a5c: 55 push %ebp
1a5d: 89 e5 mov %esp,%ebp
q->size = 0;
1a5f: 8b 45 08 mov 0x8(%ebp),%eax
1a62: c7 00 00 00 00 00 movl $0x0,(%eax)
q->head = 0;
1a68: 8b 45 08 mov 0x8(%ebp),%eax
1a6b: c7 40 04 00 00 00 00 movl $0x0,0x4(%eax)
q->tail = 0;
1a72: 8b 45 08 mov 0x8(%ebp),%eax
1a75: c7 40 08 00 00 00 00 movl $0x0,0x8(%eax)
}
1a7c: 5d pop %ebp
1a7d: c3 ret
00001a7e <add_q>:
void add_q(struct queue *q, int v){
1a7e: 55 push %ebp
1a7f: 89 e5 mov %esp,%ebp
1a81: 83 ec 28 sub $0x28,%esp
struct node * n = malloc(sizeof(struct node));
1a84: c7 04 24 08 00 00 00 movl $0x8,(%esp)
1a8b: e8 8d fd ff ff call 181d <malloc>
1a90: 89 45 f4 mov %eax,-0xc(%ebp)
n->next = 0;
1a93: 8b 45 f4 mov -0xc(%ebp),%eax
1a96: c7 40 04 00 00 00 00 movl $0x0,0x4(%eax)
n->value = v;
1a9d: 8b 45 f4 mov -0xc(%ebp),%eax
1aa0: 8b 55 0c mov 0xc(%ebp),%edx
1aa3: 89 10 mov %edx,(%eax)
if(q->head == 0){
1aa5: 8b 45 08 mov 0x8(%ebp),%eax
1aa8: 8b 40 04 mov 0x4(%eax),%eax
1aab: 85 c0 test %eax,%eax
1aad: 75 0b jne 1aba <add_q+0x3c>
q->head = n;
1aaf: 8b 45 08 mov 0x8(%ebp),%eax
1ab2: 8b 55 f4 mov -0xc(%ebp),%edx
1ab5: 89 50 04 mov %edx,0x4(%eax)
1ab8: eb 0c jmp 1ac6 <add_q+0x48>
}else{
q->tail->next = n;
1aba: 8b 45 08 mov 0x8(%ebp),%eax
1abd: 8b 40 08 mov 0x8(%eax),%eax
1ac0: 8b 55 f4 mov -0xc(%ebp),%edx
1ac3: 89 50 04 mov %edx,0x4(%eax)
}
q->tail = n;
1ac6: 8b 45 08 mov 0x8(%ebp),%eax
1ac9: 8b 55 f4 mov -0xc(%ebp),%edx
1acc: 89 50 08 mov %edx,0x8(%eax)
q->size++;
1acf: 8b 45 08 mov 0x8(%ebp),%eax
1ad2: 8b 00 mov (%eax),%eax
1ad4: 8d 50 01 lea 0x1(%eax),%edx
1ad7: 8b 45 08 mov 0x8(%ebp),%eax
1ada: 89 10 mov %edx,(%eax)
}
1adc: c9 leave
1add: c3 ret
00001ade <empty_q>:
int empty_q(struct queue *q){
1ade: 55 push %ebp
1adf: 89 e5 mov %esp,%ebp
if(q->size == 0)
1ae1: 8b 45 08 mov 0x8(%ebp),%eax
1ae4: 8b 00 mov (%eax),%eax
1ae6: 85 c0 test %eax,%eax
1ae8: 75 07 jne 1af1 <empty_q+0x13>
return 1;
1aea: b8 01 00 00 00 mov $0x1,%eax
1aef: eb 05 jmp 1af6 <empty_q+0x18>
else
return 0;
1af1: b8 00 00 00 00 mov $0x0,%eax
}
1af6: 5d pop %ebp
1af7: c3 ret
00001af8 <pop_q>:
int pop_q(struct queue *q){
1af8: 55 push %ebp
1af9: 89 e5 mov %esp,%ebp
1afb: 83 ec 28 sub $0x28,%esp
int val;
struct node *destroy;
if(!empty_q(q)){
1afe: 8b 45 08 mov 0x8(%ebp),%eax
1b01: 89 04 24 mov %eax,(%esp)
1b04: e8 d5 ff ff ff call 1ade <empty_q>
1b09: 85 c0 test %eax,%eax
1b0b: 75 5d jne 1b6a <pop_q+0x72>
val = q->head->value;
1b0d: 8b 45 08 mov 0x8(%ebp),%eax
1b10: 8b 40 04 mov 0x4(%eax),%eax
1b13: 8b 00 mov (%eax),%eax
1b15: 89 45 f4 mov %eax,-0xc(%ebp)
destroy = q->head;
1b18: 8b 45 08 mov 0x8(%ebp),%eax
1b1b: 8b 40 04 mov 0x4(%eax),%eax
1b1e: 89 45 f0 mov %eax,-0x10(%ebp)
q->head = q->head->next;
1b21: 8b 45 08 mov 0x8(%ebp),%eax
1b24: 8b 40 04 mov 0x4(%eax),%eax
1b27: 8b 50 04 mov 0x4(%eax),%edx
1b2a: 8b 45 08 mov 0x8(%ebp),%eax
1b2d: 89 50 04 mov %edx,0x4(%eax)
free(destroy);
1b30: 8b 45 f0 mov -0x10(%ebp),%eax
1b33: 89 04 24 mov %eax,(%esp)
1b36: e8 a9 fb ff ff call 16e4 <free>
q->size--;
1b3b: 8b 45 08 mov 0x8(%ebp),%eax
1b3e: 8b 00 mov (%eax),%eax
1b40: 8d 50 ff lea -0x1(%eax),%edx
1b43: 8b 45 08 mov 0x8(%ebp),%eax
1b46: 89 10 mov %edx,(%eax)
if(q->size == 0){
1b48: 8b 45 08 mov 0x8(%ebp),%eax
1b4b: 8b 00 mov (%eax),%eax
1b4d: 85 c0 test %eax,%eax
1b4f: 75 14 jne 1b65 <pop_q+0x6d>
q->head = 0;
1b51: 8b 45 08 mov 0x8(%ebp),%eax
1b54: c7 40 04 00 00 00 00 movl $0x0,0x4(%eax)
q->tail = 0;
1b5b: 8b 45 08 mov 0x8(%ebp),%eax
1b5e: c7 40 08 00 00 00 00 movl $0x0,0x8(%eax)
}
return val;
1b65: 8b 45 f4 mov -0xc(%ebp),%eax
1b68: eb 05 jmp 1b6f <pop_q+0x77>
}
return -1;
1b6a: b8 ff ff ff ff mov $0xffffffff,%eax
}
1b6f: c9 leave
1b70: c3 ret
| 36.559829 | 64 | 0.424313 |
9c72c26528444de6697e94f7d74944a0aada2e82 | 4,619 | js | JavaScript | src/Calendar/util.js | AppianZ/saltui | 81230abba452b29da030262fa37237fb228ff507 | [
"MIT"
] | 257 | 2017-06-23T01:44:52.000Z | 2022-01-12T06:47:44.000Z | src/Calendar/util.js | AppianZ/saltui | 81230abba452b29da030262fa37237fb228ff507 | [
"MIT"
] | 305 | 2017-03-09T06:22:48.000Z | 2022-02-10T01:06:52.000Z | src/Calendar/util.js | AppianZ/saltui | 81230abba452b29da030262fa37237fb228ff507 | [
"MIT"
] | 100 | 2017-09-01T10:02:26.000Z | 2022-01-12T06:40:58.000Z | import React from 'react';
import cloneDeep from 'lodash/cloneDeep';
import formatter from './formatter';
import localeMap from './locale';
function isSameDay(day1, day2) {
return (this.isNil(day1) && this.isNil(day2)) ||
parseInt(day1, 10) === parseInt(day2, 10) ||
formatter(day1, 'YYYY-MM-DD') === formatter(day2, 'YYYY-MM-DD');
// 可以不使用formatter的方式来判断两天是否相等
// todo...
}
// 是否在指定的时间内(含起止时间)
// 参数格式均为时间戳
function isInRange(startDate, endDate, targetDate) {
return ((targetDate > startDate) && (targetDate < endDate)) ||
targetDate === startDate ||
targetDate === endDate;
}
function isNil(value) {
return value === null || value === undefined || (Number.isNaN(value) && (typeof value === 'number'));
}
// 渲染特殊的工作日或休息日,比如国家因节假日而进行的调休
// 传入的dayMap的格式为:{
// '2017-01-02': 'work',
// '2017-01-03': 'leave',
// }
function generateSpecialWorkdayOrHolidayRender(dayMap, lang = 'zh-cn') {
return function render(data, locale, current) {
const currentDate = formatter(new Date(current), 'YYYY-MM-DD');
const type = data[currentDate];
if (type) {
if (type === 'work') {
return (
<span className="workday-label">{localeMap[locale] && localeMap[locale].workday}</span>
);
}
return (
<span className="holiday-label">{localeMap[locale] && localeMap[locale].holiday}</span>
);
}
return null;
}.bind(null, dayMap, lang);
}
// 对系统的判断来自:https://github.com/madrobby/zepto/blob/master/src/detect.js
function isIos() {
const ua = navigator.userAgent;
const ipad = ua.match(/(iPad).*OS\s([\d_]+)/);
const ipod = ua.match(/(iPod)(.*OS\s([\d_]+))?/);
const iphone = !ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/);
const os = {};
if (iphone && !ipod) {
os.ios = true;
os.iphone = true;
os.version = iphone[2].replace(/_/g, '.');
}
if (ipad) {
os.ios = true;
os.ipad = true;
os.version = ipad[2].replace(/_/g, '.');
}
if (ipod) {
os.ios = true;
os.ipod = true;
os.version = ipod[3] ? ipod[3].replace(/_/g, '.') : null;
}
return os.ios;
}
function addUrlParam(name, value) {
let currentUrl = window.location.href;
let reg;
if (/\?/g.test(currentUrl)) {
reg = new RegExp(`${name}=[-\\w]{4,25}`, 'g');
if (reg.test(currentUrl)) {
currentUrl = currentUrl.replace(reg, `${name}=${value}`);
} else {
currentUrl += `&${name}=${value}`;
}
} else {
currentUrl += `?${name}=${value}`;
}
return currentUrl;
}
function makeWeeks(monthDays) {
const result = [];
const days = cloneDeep(monthDays);
// 根据 days 计算这个月有多少周
const firstDay = days[0]; // 取出第一天
const firstDayInWeek = new Date(parseInt(firstDay, 10)).getDay(); // 计算该月的第一天是周几
// 把第一天前面不足一周的日期用 null 补满
for (let i = 0; i < firstDayInWeek; i++) {
days.unshift(null);
}
const lastDay = days[days.length - 1]; // 取出最后一天
const lastDayInWeek = new Date(parseInt(lastDay, 10)).getDay(); // 计算该月的最后一天是周几
// 把最后一天后面不足一周的日期用 null 补满
for (let j = 0; j < 6 - lastDayInWeek; j++) {
days.push(null);
}
const weeksNum = Math.ceil(days.length / 7);
for (let i = 0; i < weeksNum; i++) {
result.push(days.splice(0, 7));
}
return result;
}
// 级联模式,调整成正确的数据
function adaptCascadeDate(sDate, eDate) {
const startDate = isNil(sDate) ? sDate : new Date(sDate).getTime();
let endDate = isNil(eDate) ? eDate : new Date(eDate).getTime();
// 如果开始时间大于结束时间,则把结束时间置为同开始时间相同的时间
if (startDate && endDate && startDate > endDate) {
endDate = startDate;
}
return {
startDate,
endDate,
};
}
/*
* 根据 timestamp 去计算它所属的月份的全部 days
* days数据结构为:[timestamp1, timestamp2, ...]
*/
function getMonthDays(timestamp = Date.now()) {
const cursorDay = new Date(new Date(timestamp).setDate(1));
const currentMonth = cursorDay.getMonth();
const days = [];
while (cursorDay.getMonth() === currentMonth) {
days.push(cursorDay.getTime());
cursorDay.setDate(cursorDay.getDate() + 1);
}
return days;
}
// t.state.monthPool中存放一些占位信息。该function负责取出真正月份的部分信息
function getRealMonthPool(monthPool) {
let lastRealMonthIndex = 0;
let realMonthLen = 0;
monthPool.forEach((m, idx) => {
if (Array.isArray(m)) {
lastRealMonthIndex = idx;
realMonthLen += 1;
}
});
const firstRealMonthIndex = (lastRealMonthIndex - realMonthLen) + 1;
return {
firstRealMonthIndex,
lastRealMonthIndex,
realMonthLen,
};
}
export default {
isSameDay,
isInRange,
isNil,
generateSpecialWorkdayOrHolidayRender,
isIos,
addUrlParam,
makeWeeks,
adaptCascadeDate,
getMonthDays,
getRealMonthPool,
};
| 26.545977 | 103 | 0.628708 |
3e3de0e04f93716d42e2081144bc82d7e581a1b9 | 813 | h | C | WoWPluginBox/Classes/Entities/MonomerPlugin/MoGuPluginList.h | hohaiuhsx/WoWPluginBox | 4a9dd7105be0e48c1bcaf831155a9afec9b28921 | [
"Apache-2.0"
] | 3 | 2019-10-06T05:31:56.000Z | 2019-12-18T03:20:33.000Z | WoWPluginBox/Classes/Entities/MonomerPlugin/MoGuPluginList.h | hohaiuhsx/WoWPluginBox | 4a9dd7105be0e48c1bcaf831155a9afec9b28921 | [
"Apache-2.0"
] | 1 | 2019-09-23T11:31:31.000Z | 2019-09-27T05:28:51.000Z | WoWPluginBox/Classes/Entities/MonomerPlugin/MoGuPluginList.h | hohaiuhsx/WoWPluginBox | 4a9dd7105be0e48c1bcaf831155a9afec9b28921 | [
"Apache-2.0"
] | null | null | null | //
// MoGuPluginList.h
// HuangShixin
//
// Created by HuangShixin on 14-11-3.
// Copyright HuangShixin 2014年. All rights reserved.
//
#import "BaseJSONModel.h"
@class MoGuPluginList_PItem;
@protocol MoGuPluginList_PItem @end
@interface MoGuPluginList : BaseJSONModel
@property (nonatomic,copy) NSString *DownLoadUrl;
/**
* MoGuPluginList_PItem
*/
@property (nonatomic,strong) NSArray<MoGuPluginList_PItem> *P;
@property (nonatomic,copy) NSString *ver;
@end
@interface MoGuPluginList_PItem : BaseJSONModel
@property (nonatomic,copy) NSString *Name;
@property (nonatomic,copy) NSString *Ver;
@property (nonatomic,copy) NSString *Folder;
@property (nonatomic,copy) NSString *Url;
@property (nonatomic,copy) NSString *Id;
@property (nonatomic,assign) BOOL installed;
- (NSString *)toString;
@end
| 19.829268 | 62 | 0.753998 |
350b899a8e0bca817b86dd57a47f182e3919b3c8 | 1,496 | swift | Swift | WhiskeyLocker-iOS/App/ClaimNewLocker/ViewModel/ClaimNewLockerViewModel.swift | MonikaMateska/WhiskyLocker | f8b5f0755afaeae82d54447b13cd320a9a6a1bbb | [
"MIT"
] | null | null | null | WhiskeyLocker-iOS/App/ClaimNewLocker/ViewModel/ClaimNewLockerViewModel.swift | MonikaMateska/WhiskyLocker | f8b5f0755afaeae82d54447b13cd320a9a6a1bbb | [
"MIT"
] | null | null | null | WhiskeyLocker-iOS/App/ClaimNewLocker/ViewModel/ClaimNewLockerViewModel.swift | MonikaMateska/WhiskyLocker | f8b5f0755afaeae82d54447b13cd320a9a6a1bbb | [
"MIT"
] | null | null | null | import SwiftUI
enum ClaimLockerSteps: String {
case searchingQrCode
case inProcess
case successful
case failed
}
class ClaimNewLockerViewModel<C:RootCoordinator>: ViewModel<C>, ObservableObject {
@Published var torchIsOn: Bool = false
@Published var lastQrCode: String = "Qr-code goes here"
@Published var claimLockerStep = ClaimLockerSteps.searchingQrCode
/// Defines how often we are going to try looking for a new QR-code in the camera feed.
let scanInterval: Double = 1.0
private let apiService: ServiceProtocol
private var lockerId: Int? = nil
init(coordinator: C,
apiService: ServiceProtocol) {
self.apiService = apiService
super.init(coordinator: coordinator)
}
func onFoundQrCode(_ code: String) {
let index = code.index(code.startIndex, offsetBy: 7)
guard let lockerId = Int(code.suffix(from: index)) else {
return
}
self.lockerId = lockerId
claimLockerStep = .inProcess
Task {
await apiService.claimLocker(withId: lockerId)
DispatchQueue.main.async { [weak self] in
self?.claimLockerStep = .successful
}
}
}
func showShareView(isPresented: Binding<Bool>) -> ShareView? {
guard let lockerId = lockerId else {
return nil
}
return coordinator?.showShareView(lockerId: lockerId, isPresented: isPresented)
}
}
| 29.92 | 91 | 0.639037 |
c33f88b0f0f57f4d3282c250f7b84280ba5ea56b | 10,936 | kt | Kotlin | src/main/kotlin/byeduck/lunchroom/room/service/RoomServiceImpl.kt | BYEDUCK/lunch_room | b2fdc66c120bea9c62a05f861e46611fa1983bdd | [
"Apache-2.0"
] | null | null | null | src/main/kotlin/byeduck/lunchroom/room/service/RoomServiceImpl.kt | BYEDUCK/lunch_room | b2fdc66c120bea9c62a05f861e46611fa1983bdd | [
"Apache-2.0"
] | null | null | null | src/main/kotlin/byeduck/lunchroom/room/service/RoomServiceImpl.kt | BYEDUCK/lunch_room | b2fdc66c120bea9c62a05f861e46611fa1983bdd | [
"Apache-2.0"
] | null | null | null | package byeduck.lunchroom.room.service
import byeduck.lunchroom.domain.Lottery
import byeduck.lunchroom.domain.LunchProposal
import byeduck.lunchroom.domain.Room
import byeduck.lunchroom.domain.RoomUser
import byeduck.lunchroom.error.exceptions.*
import byeduck.lunchroom.lunch.exceptions.LunchProposalNotFoundException
import byeduck.lunchroom.lunch.service.DefaultLunchProposalsFactory
import byeduck.lunchroom.lunch.service.LunchService
import byeduck.lunchroom.repositories.LotteryRepository
import byeduck.lunchroom.repositories.LunchRepository
import byeduck.lunchroom.repositories.RoomsRepository
import byeduck.lunchroom.repositories.UsersRepository
import byeduck.lunchroom.room.controller.response.SimpleUserResponse
import byeduck.lunchroom.room.exceptions.RoomAlreadyExistsException
import byeduck.lunchroom.room.exceptions.RoomNotFoundException
import byeduck.lunchroom.token.service.TokenService
import byeduck.lunchroom.user.exceptions.UserNotFoundException
import org.slf4j.Logger
import org.slf4j.LoggerFactory
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.beans.factory.annotation.Value
import org.springframework.messaging.simp.SimpMessagingTemplate
import org.springframework.stereotype.Service
import kotlin.random.Random
@Service
class RoomServiceImpl(
@Autowired
private val roomsRepository: RoomsRepository,
@Autowired
private val usersRepository: UsersRepository,
@Autowired
private val lunchRepository: LunchRepository,
@Autowired
private val lotteryRepository: LotteryRepository,
@Autowired
private val tokenService: TokenService,
@Autowired
private val lunchService: LunchService,
@Autowired
private val defaultLunchProposalsFactory: DefaultLunchProposalsFactory,
@Autowired
private val msgTemplate: SimpMessagingTemplate,
@Value("\${user.start.points}")
private val roomUserStartingPoints: Int
) : RoomService {
private val logger: Logger = LoggerFactory.getLogger(RoomServiceImpl::class.java)
override fun addRoom(name: String, ownerId: String, deadlines: Deadlines, defaults: Boolean): Room {
val found = roomsRepository.findByName(name)
if (found.isPresent) {
throw RoomAlreadyExistsException(found.get().name)
}
val owner = usersRepository.findById(ownerId)
return owner.map {
val room = Room(name, ownerId, deadlines.initialDeadline, deadlines.voteDeadline)
val insertedRoom = roomsRepository.insert(room)
it.rooms.add(insertedRoom.id!!)
insertedRoom.users.add(RoomUser(it, roomUserStartingPoints))
usersRepository.save(it)
if (defaults) {
addDefaults(insertedRoom.id!!, ownerId)
}
return@map roomsRepository.save(insertedRoom)
}.orElseThrow { UserNotFoundException(ownerId) }
}
override fun findRoomsByUserId(userId: String): MutableList<Room> {
val user = usersRepository.findById(userId)
return user.map {
roomsRepository.findAllById(it.rooms).toMutableList()
}.orElseThrow { UserNotFoundException(userId) }
}
override fun findRoomByName(name: String): Room {
return roomsRepository.findByName(name).orElseThrow { RoomNotFoundException(name) }
}
override fun findRoomByNameLike(name: String): List<Room> {
return if (name.isBlank()) emptyList() else roomsRepository.findByNameLikeIgnoreCase(name)
}
override fun joinRoomById(roomId: String, userId: String): Room {
val room = roomsRepository.findById(roomId).orElseThrow { RoomNotFoundException(roomId) }
if (!room.open) {
throw RoomClosedException()
}
return joinRoom(room, userId)
}
override fun leaveRoom(roomId: String, userId: String) {
val room = roomsRepository.findById(roomId).orElseThrow { RoomNotFoundException(roomId) }
val user = usersRepository.findById(userId).orElseThrow { UserNotFoundException(userId) }
val roomUserIdx = room.users.indexOf(RoomUser(user, -1))
if (roomUserIdx >= 0) {
deleteUsersVotes(room.users[roomUserIdx], roomId)
room.users.removeAt(roomUserIdx)
roomsRepository.save(room)
notifyRoomUsersAboutUserChange(roomId)
}
}
override fun deleteRoom(id: String, token: String) {
val room = roomsRepository.findById(id).orElseThrow { throw RoomNotFoundException(id) }
validateRoomOwnership(room, token)
lunchRepository.findAllByRoomId(room.id!!).forEach {
lunchRepository.delete(it)
}
room.users.forEach {
it.user.rooms.remove(room.id!!)
usersRepository.save(it.user)
}
roomsRepository.delete(room)
}
override fun updateRoom(roomId: String, token: String, newDeadlines: Deadlines): Room {
val room = roomsRepository.findById(roomId)
.orElseThrow { throw RoomNotFoundException(roomId) }
validateRoomOwnership(room, token)
if (room.open) {
throw UpdatingOpenRoomException()
}
room.initialDeadline = newDeadlines.initialDeadline
room.voteDeadline = newDeadlines.voteDeadline
room.users.forEach {
it.points = roomUserStartingPoints
it.votes = ArrayList()
}
lunchRepository.findAllByRoomId(roomId).forEach {
it.ratingSum = 0
it.votesCount = 0
lunchRepository.save(it)
}
room.open = true
return roomsRepository.save(room)
}
override fun doTheLottery(userId: String, roomId: String, token: String): Lottery {
val room = roomsRepository.findById(roomId).orElseThrow { RoomNotFoundException(roomId) }
if (isBeforeVotePhase(room)) {
throw LotteryBeforeVotePhaseException()
}
val usersCount = room.users.size
validateRoomOwnership(room, token)
val lunchProposals = lunchRepository.findAllByRoomId(roomId)
if (lunchProposals.isEmpty()) {
throw NoProposalException()
}
val winnerProposal = drawLunchProposalByVotes(lunchProposals)
val winnerUserIdx = Random.nextInt(0, usersCount)
room.open = false
roomsRepository.save(room)
return lotteryRepository.save(
Lottery(
room.users[winnerUserIdx].user.id!!, room.users[winnerUserIdx].user.nick,
roomId, winnerProposal.id!!
)
)
}
override fun doTheLuckyShot(userId: String, roomId: String, token: String): Lottery {
val room = roomsRepository.findById(roomId).orElseThrow { RoomNotFoundException(roomId) }
if (isBeforeVotePhase(room)) {
throw LotteryBeforeVotePhaseException()
}
validateRoomOwnership(room, token)
val lunchProposals = lunchRepository.findAllByRoomId(roomId)
if (lunchProposals.isEmpty()) {
throw NoProposalException()
}
val usersCount = room.users.size
val winnerProposal = lunchProposals.random()
val winnerUserIdx = Random.nextInt(0, usersCount)
room.open = false
roomsRepository.save(room)
return lotteryRepository.save(
Lottery(
room.users[winnerUserIdx].user.id!!, room.users[winnerUserIdx].user.nick,
roomId, winnerProposal.id!!
)
)
}
override fun notifyRoomUsersAboutUserChange(roomId: String) {
val room = roomsRepository.findById(roomId).orElseThrow { UserNotFoundException(roomId) }
logger.debug("Notifying users about user change in room {}", roomId)
msgTemplate.convertAndSend("/room/users/$roomId", room.users.map { SimpleUserResponse.fromUser(it) })
}
override fun getSummaries(userId: String, roomId: String): List<Summary> {
val user = usersRepository.findById(userId).orElseThrow { UserNotFoundException(userId) }
val room = roomsRepository.findById(roomId).orElseThrow { RoomNotFoundException(roomId) }
if (room.open) {
throw OpenRoomSummaryException()
}
if (!user.rooms.contains(roomId)) {
throw UnauthorizedException()
}
return lotteryRepository.findAllByRoomId(roomId).map {
val proposal = lunchRepository.findById(it.proposalId).orElseThrow { LunchProposalNotFoundException(it.proposalId) }
Summary(it.timestamp, it.userNick, proposal.title)
}
}
private fun deleteUsersVotes(roomUser: RoomUser, roomId: String) = roomUser.votes.forEach { vote ->
lunchRepository.findById(vote.proposalId).ifPresent {
it.ratingSum -= vote.rating
it.votesCount--
val saved = lunchRepository.save(it)
lunchService.notifyRoomUsersAboutLunchProposalsChange(roomId, listOf(saved))
}
}
private fun isBeforeVotePhase(room: Room) = System.currentTimeMillis() <= room.initialDeadline
private fun drawLunchProposalByVotes(lunchProposals: List<LunchProposal>): LunchProposal {
val sorted = lunchProposals.sortedByDescending { it.votesCount + it.ratingSum }
val first = sorted.first()
return sorted.filter { proposal ->
(proposal.ratingSum + proposal.votesCount
) == (
first.votesCount + first.ratingSum)
}.random()
}
private fun addDefaults(roomId: String, ownerId: String) {
defaultLunchProposalsFactory.getDefaults(roomId, ownerId).forEach {
lunchRepository.save(it)
}
}
private fun joinRoom(room: Room, userId: String): Room {
val user = usersRepository.findById(userId)
return user.map {
when {
room.users.contains(RoomUser(it, -1)) -> room
isBeforeVotePhase(room) -> {
it.rooms.add(room.id!!)
usersRepository.save(it)
room.users.add(RoomUser(it, roomUserStartingPoints))
val updatedRoom = roomsRepository.save(room)
notifyRoomUsersAboutUserChange(room.id!!)
return@map updatedRoom
}
else -> throw InvalidPhaseException()
}
}.orElseThrow { UserNotFoundException(userId) }
}
private fun validateRoomOwnership(room: Room, userToken: String) {
val userNick = tokenService.getSubject(userToken)
val user = usersRepository.findByNick(userNick)
.orElseThrow { UserNotFoundException(userNick) }
if (user.id!! != room.owner) {
throw UnauthorizedException()
}
}
} | 41.740458 | 128 | 0.66688 |
404e150885f66723b414bff184cd425de6378c0a | 2,091 | py | Python | python/xiqu.py | reverland/scripts | c7ad9005b26adcd5df8726b3c3d86a7f4a19e513 | [
"MIT"
] | 13 | 2015-02-09T05:40:51.000Z | 2020-05-18T00:56:27.000Z | python/xiqu.py | reverland/scripts | c7ad9005b26adcd5df8726b3c3d86a7f4a19e513 | [
"MIT"
] | null | null | null | python/xiqu.py | reverland/scripts | c7ad9005b26adcd5df8726b3c3d86a7f4a19e513 | [
"MIT"
] | 5 | 2015-01-23T15:35:10.000Z | 2021-12-29T10:06:50.000Z | #! /bin/env python
# -*- coding: gbk -*-
"""Download xiqu"""
import urllib
import urllib2
import gevent
from gevent import monkey
import re
from urlparse import urlparse
from posixpath import basename
monkey.patch_all()
def worker(reg, url):
"""docstring for worker"""
res = urllib.urlopen(url)
reg3 = re.compile('<embed src="([^"]+)"')
text = res.read()
groups = re.finditer(reg, text)
m_arr = []
for g in groups:
name = g.group(2).strip().replace('\\', '') + ".mp3"
name = unicode(name, 'gb2312')
print name
path = 'http://www.00394.net' + g.group(1)
#print path
res = urllib.urlopen(path)
html = res.read()
path = re.findall(reg3, html)[0]
#parse_object = urlparse(path)
#filename = basename(parse_object.path)
#filename = unicode(filename, 'gbk')
#print filename
#filename = filename.encode('utf-8')
#filename = urllib.quote(filename)
#path = "http://storage-huabei-1.sdcloud.cn/00394/uploads/media/4/" + filename
#print path
path = unicode(path, 'gbk').encode('utf-8')
path = urllib.quote(path, safe=':/')
print path
with open('a.txt', 'a+') as f:
f.write(path + '\n')
m_arr.append((name, path))
return m_arr
def grun(path, name):
"""docstring for grun"""
urllib.urlretrieve(path, name)
if __name__ == '__main__':
reg = re.compile('<a href="([^"]+)"\s+class="title">([^<]+)</a>')
#reg2 = re.compile('<li><span class="pageinfo">[^<]+<strong>([d+])</strong>')
#res = urllib.urlopen("http://www.00394.net/yuju/yujump3/list_17_1.html")
#html = res.read()
#print html
#page_num = re.findall(reg2, html)
page_num = 9
for i in range(page_num):
url = "http://www.00394.net/yuju/yujump3/list_17_" + str(i + 1) + ".html"
musicArray = worker(reg, url)
print musicArray
jobs = []
for (name, path) in musicArray:
jobs.append(gevent.spawn(grun, path, name))
gevent.joinall(jobs)
| 29.450704 | 86 | 0.575323 |
47f4cffdcefe422656d1ac7748d685972bd58ab4 | 645 | kt | Kotlin | testing/options/src/test/kotlin/com/toasttab/protokt/testing/options/CustomMarshallersTest.kt | todd-toast/protokt | 3705fd270038b6488ff5a10316dc838ac5af7b41 | [
"Apache-2.0"
] | 88 | 2020-01-23T16:22:15.000Z | 2022-02-09T22:20:03.000Z | testing/options/src/test/kotlin/com/toasttab/protokt/testing/options/CustomMarshallersTest.kt | todd-toast/protokt | 3705fd270038b6488ff5a10316dc838ac5af7b41 | [
"Apache-2.0"
] | 32 | 2020-03-31T19:06:58.000Z | 2022-02-22T19:24:32.000Z | testing/options/src/test/kotlin/com/toasttab/protokt/testing/options/CustomMarshallersTest.kt | todd-toast/protokt | 3705fd270038b6488ff5a10316dc838ac5af7b41 | [
"Apache-2.0"
] | 13 | 2020-01-29T18:16:04.000Z | 2022-01-21T22:41:37.000Z | package com.toasttab.protokt.testing.options
import com.google.common.truth.Truth.assertThat
import com.toasttab.protokt.testing.options.CustomMarshallerServiceGrpc.customMarshallersMethodMethod
import org.junit.jupiter.api.Test
class CustomMarshallersTest {
@Test
fun `custom request marshaller is respected`() {
assertThat(customMarshallersMethodMethod.requestMarshaller)
.isInstanceOf(InMarshaller::class.java)
}
@Test
fun `custom response marshaller is respected`() {
assertThat(customMarshallersMethodMethod.responseMarshaller)
.isInstanceOf(OutMarshaller::class.java)
}
}
| 32.25 | 101 | 0.76124 |
7ba41f5d969a82b0d049f923baa8a36d8a929d18 | 3,368 | css | CSS | src/main/webapp/stylesheets/page-preview.css | ZhangJiupeng/Chollima | 07116a8a3246896e9c7c06aab66de0baebd7083c | [
"MIT"
] | 3 | 2017-05-21T14:28:21.000Z | 2017-05-25T06:26:48.000Z | src/main/webapp/stylesheets/page-preview.css | ZhangJiupeng/Chollima | 07116a8a3246896e9c7c06aab66de0baebd7083c | [
"MIT"
] | null | null | null | src/main/webapp/stylesheets/page-preview.css | ZhangJiupeng/Chollima | 07116a8a3246896e9c7c06aab66de0baebd7083c | [
"MIT"
] | null | null | null | /* Dark Theme */
/* Light Theme */
/*
$color-background: #c9c9c9;
$color-background-select: #212121;
$color-background-bright: #fafafa;
$color-background-dark: #e0e0e0;
$color-background-medium: #f5f5f5;
$color-background-light: #fafafa;
$color-text-bright: #009688;
$color-text-select: #ffffff;
$color-text-dark: #212121;
$color-text-medium: #303030;
$color-text-light: #424242;
$color-border-dark: #cccccc;
$color-border-medium: #e0e0e0;
$color-border-light: #f1eded;
$color-light-blue: #2196f3;
$color-blue: #2979ff;
$color-dark-blue: #1565c0;
$color-purple: #bb6dab;
$color-yellow: #fdd835;
$color-orange: #fb8c00;
$color-pink: #ec407a;
$color-red: #e53935;
$color-green: #aeea00;
$color-dark-green: #009688;
$color-white: #ffffff;
$color-black: #2a3131;
$color-brown: #6d4c41;
$color-cyan: #00bcd4;
$color-grey: rgba(#3f4654, 0.78);*/
#viewport .input-group .form-group {
margin-top: 3px; }
#viewport .input-group .form-group input {
background-color: #3d444e;
padding: 7px 0.8rem; }
#viewport .input-group .input-group-btn {
padding: 0 0 10px; }
#viewport .input-group .input-group-btn .btn {
background-color: #30353f;
margin: 0 0 0 0.1rem;
padding: 7px 10px;
outline: none; }
#viewport .input-group .input-group-btn .btn:hover {
background-color: inherit;
color: #ffcd10; }
#viewport .input-group .input-group-btn #btn-save {
background-color: #272b33; }
#viewport .nav-tabs {
background-color: #ffcd10;
border-color: #20242a; }
#viewport .nav-tabs li.active {
background-color: #5a5844; }
#viewport .nav-tabs li.active a {
color: #ffcd10 !important; }
#viewport .nav-tabs li a {
line-height: 0.7; }
#viewport .tab-content .tab-pane {
width: 100%;
overflow: auto;
border-radius: 0;
border: none;
color: #d4d7d6;
background-color: #272b33; }
#viewport .tab-content .table tr th {
cursor: default; }
#viewport .tab-content .table tr td {
color: #9ba3b4; }
#viewport .tab-content .table tbody > tr > td,
#viewport .tab-content .table tbody > tr > th,
#viewport .tab-content .table tfoot > tr > td,
#viewport .tab-content .table tfoot > tr > th,
#viewport .tab-content .table thead > tr > td,
#viewport .tab-content .table thead > tr > th {
border-color: #3d444e; }
#viewport .tab-content #raw {
margin-bottom: 9px;
background-color: #272b33; }
#viewport .tab-content #toolbar {
position: fixed;
bottom: -1.1rem;
margin-left: 0.9rem; }
#viewport .tab-content #toolbar button {
background-color: #272b33;
color: #9ba3b4;
border-radius: 0;
outline: none;
padding: 5px;
z-index: 999;
opacity: 0.7;
zoom: 0.8; }
#viewport .tab-content #toolbar button:hover {
opacity: 0.9; }
#viewport .tab-content #toolbar button.active {
opacity: 0.9;
color: #ffcd10; }
#viewport .tab-content #toolbar #xpath {
bottom: 50px;
margin-left: 28px;
padding-left: 5px;
padding-right: 5px;
position: fixed;
width: 170px;
height: 29px;
opacity: 0.7;
background-color: #272b33;
color: #c8d5ef;
display: none; }
#viewport iframe {
width: 100%;
background-color: #272b33; }
#viewport iframe .c-link {
background-color: black; }
.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
color: #272b33 !important;
border-radius: 0; }
| 27.834711 | 56 | 0.652019 |
ddc52f12c224a54c7086a92c66f7aa196db18375 | 150 | php | PHP | src/Query/Query.php | masfernandez/message-bus | a6ad0e83fb573b8a997f92ae76cbed07874b83a3 | [
"MIT"
] | null | null | null | src/Query/Query.php | masfernandez/message-bus | a6ad0e83fb573b8a997f92ae76cbed07874b83a3 | [
"MIT"
] | null | null | null | src/Query/Query.php | masfernandez/message-bus | a6ad0e83fb573b8a997f92ae76cbed07874b83a3 | [
"MIT"
] | null | null | null | <?php
declare(strict_types=1);
namespace Masfernandez\MessageBus\Query;
use Masfernandez\MessageBus\Request;
interface Query extends Request
{
}
| 11.538462 | 40 | 0.793333 |
b5b1c0b8f53f6afba2d6c052d37f80d2b0ce3a41 | 3,104 | kt | Kotlin | core/src/main/java/page/smirnov/wallester/core/util/extension/ResultExtensions.kt | RankoR/WallesterTest | 5720264750d5240281d45fc6c7341e09277e52db | [
"Apache-2.0"
] | null | null | null | core/src/main/java/page/smirnov/wallester/core/util/extension/ResultExtensions.kt | RankoR/WallesterTest | 5720264750d5240281d45fc6c7341e09277e52db | [
"Apache-2.0"
] | null | null | null | core/src/main/java/page/smirnov/wallester/core/util/extension/ResultExtensions.kt | RankoR/WallesterTest | 5720264750d5240281d45fc6c7341e09277e52db | [
"Apache-2.0"
] | null | null | null | package page.smirnov.wallester.core.util.extension
import android.util.Log
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.flow
import kotlinx.coroutines.flow.map
import kotlinx.coroutines.withContext
/**
* Transforms [Result] with [T] to [Result] with [Unit]
*/
fun <T> Result<T>.ignoreValue(): Result<Unit> {
return map { }
}
/**
* Calls [block] in both [onSuccess] and [onFailure]
*/
inline fun <T> Result<T>.onFinish(crossinline block: () -> Unit): Result<T> {
return this
.onSuccess { block() }
.onFailure { block() }
}
/**
* Same as [onFinish] but executes [block] on [Dispatchers.Main]
*/
suspend inline fun <T> Result<T>.onFinishWithMainContext(crossinline block: () -> Unit): Result<T> {
return this
.onSuccess {
withContext(Dispatchers.Main) {
block()
}
}
.onFailure {
withContext(Dispatchers.Main) {
block()
}
}
}
/**
* Same as [onFailure] but executes [block] on [Dispatchers.Main]
*/
suspend inline fun <T> Result<T>.onFailureWithMainContext(crossinline block: (t: Throwable) -> Unit): Result<T> {
return this.onFailure {
withContext(Dispatchers.Main) {
block(it)
}
}
}
/**
* Same as [onSuccess] but executes [block] on [Dispatchers.Main]
*/
suspend inline fun <T> Result<T>.onSuccessWithMainContext(crossinline block: (value: T) -> Unit): Result<T> {
return this.onSuccess { value ->
withContext(Dispatchers.Main) {
block(value)
}
}
}
/**
* If [Result] is failure, logs [Throwable] to [Timber.e]
*/
@Suppress("NOTHING_TO_INLINE")
inline fun <T> Result<T>.onFailureLog(): Result<T> {
return this.onFailure { t ->
// Here was a Timber call, but as we can't use libraries — here's a generic tag
Log.e("WTEST", "onFailure", t)
}
}
/**
* If [Result] is failure, logs [Throwable] and [lazyMessage] to [Timber.e]
*/
inline fun <T> Result<T>.onFailureLog(crossinline lazyMessage: (() -> Any)): Result<T> {
return this.onFailure { t ->
val message = lazyMessage().toString()
// Here was a Timber call, but as we can't use libraries — here's a generic tag
Log.e("WTEST", message, t)
}
}
inline fun <T, R> Result<T>.flatMap(transform: (value: T) -> Result<R>): Result<R> {
return when (val result = getOrNull()) {
null -> Result.failure(exceptionOrNull() ?: Throwable("Unknown failure"))
else -> {
try {
transform(result)
} catch (t: Throwable) {
Result.failure(t)
}
}
}
}
inline fun <R, T : R> Result<T>.recoverResult(crossinline transform: (exception: Throwable) -> Result<R>): Result<R> {
return when (val exception = exceptionOrNull()) {
null -> this
else -> transform(exception)
}
}
suspend fun <T> Result<T>.toFlowThrowOnFailure(): Flow<T> {
return flow { emit(this@toFlowThrowOnFailure) }.map { it.getOrThrow() }
}
| 27.963964 | 118 | 0.606314 |
ad2e86544da2b60ebc241aa047d8ddb22aa3822a | 17,732 | rs | Rust | src/lib/directed_graph/src/lib.rs | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 210 | 2019-02-05T12:45:09.000Z | 2022-03-28T07:59:06.000Z | src/lib/directed_graph/src/lib.rs | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 56 | 2021-06-03T03:16:25.000Z | 2022-03-20T01:07:44.000Z | src/lib/directed_graph/src/lib.rs | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 73 | 2019-03-06T18:55:23.000Z | 2022-03-26T12:04:51.000Z | // Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
use std::{
cmp::min,
collections::{HashMap, HashSet},
default::Default,
fmt::{Debug, Display},
hash::Hash,
};
/// A directed graph, whose nodes contain an identifier of type `T`.
pub struct DirectedGraph<T: Hash + Copy + Ord + Debug + Display>(HashMap<T, DirectedNode<T>>);
impl<T: Hash + Copy + Ord + Debug + Display> DirectedGraph<T> {
/// Created a new empty `DirectedGraph`.
pub fn new() -> Self {
Self(HashMap::new())
}
/// Add an edge to the graph, adding nodes if necessary.
pub fn add_edge(&mut self, source: T, target: T) {
self.0.entry(source).or_insert(DirectedNode::new()).add_target(target);
self.0.entry(target).or_insert(DirectedNode::new());
}
/// Get targets of all edges from this node.
pub fn get_targets(&self, id: T) -> Option<&HashSet<T>> {
self.0.get(&id).as_ref().map(|node| &node.0)
}
/// Returns the nodes of the graph in reverse topological order, or an error if the graph
/// contains a cycle.
///
/// TODO: //src/devices/tools/banjo/srt/ast.rs can be migrated to use this feature.
pub fn topological_sort(&self) -> Result<Vec<T>, Error<T>> {
TarjanSCC::new(self).run()
}
}
impl<T: Hash + Copy + Ord + Debug + Display> Default for DirectedGraph<T> {
fn default() -> Self {
Self(HashMap::new())
}
}
/// A graph node. Contents contain the nodes mapped by edges from this node.
#[derive(Eq, PartialEq)]
struct DirectedNode<T: Hash + Copy + Ord + Debug + Display>(HashSet<T>);
impl<T: Hash + Copy + Ord + Debug + Display> DirectedNode<T> {
/// Create an empty node.
pub fn new() -> Self {
Self(HashSet::new())
}
/// Add edge from this node to `target`.
pub fn add_target(&mut self, target: T) {
self.0.insert(target);
}
}
/// Errors produced by `DirectedGraph`.
#[derive(Debug)]
pub enum Error<T: Hash + Copy + Ord + Debug + Display> {
CyclesDetected(HashSet<Vec<T>>),
}
impl<T: Hash + Copy + Ord + Debug + Display> Error<T> {
pub fn format_cycle(&self) -> String {
match &self {
Error::CyclesDetected(cycles) => {
// Copy the cycles into a vector and sort them so our output is stable
let mut cycles: Vec<_> = cycles.iter().cloned().collect();
cycles.sort_unstable();
let mut output = "{".to_string();
for cycle in cycles.iter() {
output.push_str("{");
for item in cycle.iter() {
output.push_str(&format!("{} -> ", item));
}
if !cycle.is_empty() {
output.truncate(output.len() - 4);
}
output.push_str("}, ");
}
if !cycles.is_empty() {
output.truncate(output.len() - 2);
}
output.push_str("}");
output
}
}
}
}
/// Runs the tarjan strongly connected components algorithm on a graph to produce either a reverse
/// topological sort of the nodes in the graph, or a set of the cycles present in the graph.
///
/// Description of algorithm:
/// https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm
struct TarjanSCC<'a, T: Hash + Copy + Ord + Debug + Display> {
// Each node is assigned an index in the order we find them. This tracks the next index to use.
index: u64,
// The mappings between nodes and indices
indices: HashMap<T, u64>,
// The lowest index (numerically) that's accessible from each node
low_links: HashMap<T, u64>,
// The set of nodes we're currently in the process of considering
stack: Vec<T>,
// A set containing the nodes in the stack, so we can more efficiently check if an element is
// in the stack
on_stack: HashSet<T>,
// Detected cycles
cycles: HashSet<Vec<T>>,
// Nodes sorted by reverse topological order
node_order: Vec<T>,
// The graph this run will be operating on
graph: &'a DirectedGraph<T>,
}
impl<'a, T: Hash + Copy + Ord + Debug + Display> TarjanSCC<'a, T> {
fn new(graph: &'a DirectedGraph<T>) -> Self {
TarjanSCC {
index: 0,
indices: HashMap::new(),
low_links: HashMap::new(),
stack: Vec::new(),
on_stack: HashSet::new(),
cycles: HashSet::new(),
node_order: Vec::new(),
graph,
}
}
/// Runs the tarjan scc algorithm. Must only be called once, as it will panic on subsequent
/// calls.
fn run(mut self) -> Result<Vec<T>, Error<T>> {
// Sort the nodes we visit, to make the output deterministic instead of being based on
// whichever node we find first.
let mut nodes: Vec<_> = self.graph.0.keys().cloned().collect();
nodes.sort_unstable();
for node in &nodes {
// Iterate over each node, visiting each one we haven't already visited. We determine
// if a node has been visited by if an index has been assigned to it yet.
if !self.indices.contains_key(node) {
self.visit(*node);
}
}
if self.cycles.is_empty() {
Ok(self.node_order.drain(..).collect())
} else {
Err(Error::CyclesDetected(self.cycles.drain().collect()))
}
}
fn visit(&mut self, current_node: T) {
// assign a new index for this node, and push it on to the stack
self.indices.insert(current_node, self.index);
self.low_links.insert(current_node, self.index);
self.index += 1;
self.stack.push(current_node);
self.on_stack.insert(current_node);
let mut targets: Vec<_> = self.graph.0[¤t_node].0.iter().cloned().collect();
targets.sort_unstable();
for target in &targets {
if !self.indices.contains_key(target) {
// Target has not yet been visited; recurse on it
self.visit(*target);
// Set our lowlink to the min of our lowlink and the target's new lowlink
let current_node_low_link = *self.low_links.get(¤t_node).unwrap();
let target_low_link = *self.low_links.get(&target).unwrap();
self.low_links.insert(current_node, min(current_node_low_link, target_low_link));
} else if self.on_stack.contains(target) {
let current_node_low_link = *self.low_links.get(¤t_node).unwrap();
let target_index = *self.indices.get(&target).unwrap();
self.low_links.insert(current_node, min(current_node_low_link, target_index));
}
}
// If current_node is a root node, pop the stack and generate an SCC
if self.low_links.get(¤t_node) == self.indices.get(¤t_node) {
let mut strongly_connected_nodes = HashSet::new();
let mut stack_node;
loop {
stack_node = self.stack.pop().unwrap();
self.on_stack.remove(&stack_node);
strongly_connected_nodes.insert(stack_node);
if stack_node == current_node {
break;
}
}
self.insert_cycles_from_scc(
&strongly_connected_nodes,
stack_node,
HashSet::new(),
vec![],
);
}
self.node_order.push(current_node);
}
/// Given a set of strongly connected components, computes the cycles present in the set and
/// adds those cycles to self.cycles.
fn insert_cycles_from_scc(
&mut self,
scc_nodes: &HashSet<T>,
current_node: T,
mut visited_nodes: HashSet<T>,
mut path: Vec<T>,
) {
if visited_nodes.contains(¤t_node) {
// We've already visited this node, we've got a cycle. Grab all the elements in the
// path starting at the first time we visited this node.
let (current_node_path_index, _) =
path.iter().enumerate().find(|(_, val)| val == &¤t_node).unwrap();
let mut cycle = path[current_node_path_index..].to_vec();
// Rotate the cycle such that the lowest value comes first, so that the cycles we
// report are consistent.
Self::rotate_cycle(&mut cycle);
// Push a copy of the first node on to the end, so it's clear that this path ends where
// it starts
cycle.push(*cycle.first().unwrap());
self.cycles.insert(cycle);
return;
}
visited_nodes.insert(current_node);
path.push(current_node);
let targets_in_scc: Vec<_> =
self.graph.0[¤t_node].0.iter().filter(|n| scc_nodes.contains(n)).collect();
for target in targets_in_scc {
self.insert_cycles_from_scc(scc_nodes, *target, visited_nodes.clone(), path.clone());
}
}
/// Rotates the cycle such that ordering is maintained and the lowest element comes first. This
/// is so that the reported cycles are consistent, as opposed to varying based on which node we
/// happened to find first.
fn rotate_cycle(cycle: &mut Vec<T>) {
let mut lowest_index = 0;
let mut lowest_value = cycle.first().unwrap();
for (index, node) in cycle.iter().enumerate() {
if node < lowest_value {
lowest_index = index;
lowest_value = node;
}
}
cycle.rotate_left(lowest_index);
}
}
#[cfg(test)]
mod tests {
use super::*;
macro_rules! test_topological_sort {
(
$(
$test_name:ident => {
edges = $edges:expr,
order = $order:expr,
},
)+
) => {
$(
#[test]
fn $test_name() {
topological_sort_test(&$edges, &$order);
}
)+
}
}
macro_rules! test_cycles {
(
$(
$test_name:ident => {
edges = $edges:expr,
cycles = $cycles:expr,
},
)+
) => {
$(
#[test]
fn $test_name() {
cycles_test(&$edges, &$cycles);
}
)+
}
}
fn topological_sort_test(edges: &[(&'static str, &'static str)], order: &[&'static str]) {
let mut graph = DirectedGraph::new();
edges.iter().for_each(|e| graph.add_edge(e.0, e.1));
let actual_order = graph.topological_sort().expect("found a cycle");
let expected_order: Vec<_> = order.iter().cloned().collect();
assert_eq!(expected_order, actual_order);
}
fn cycles_test(edges: &[(&'static str, &'static str)], cycles: &[&[&'static str]]) {
let mut graph = DirectedGraph::new();
edges.iter().for_each(|e| graph.add_edge(e.0, e.1));
let Error::CyclesDetected(reported_cycles) = graph
.topological_sort()
.expect_err("topological sort succeeded on a dataset with a cycle");
let expected_cycles: HashSet<Vec<_>> =
cycles.iter().cloned().map(|c| c.iter().cloned().collect()).collect();
assert_eq!(reported_cycles, expected_cycles);
}
// Tests with no cycles
test_topological_sort! {
test_empty => {
edges = [],
order = [],
},
test_fan_out => {
edges = [
("a", "b"),
("b", "c"),
("b", "d"),
("d", "e"),
],
order = ["c", "e", "d", "b", "a"],
},
test_fan_in => {
edges = [
("a", "b"),
("b", "d"),
("c", "d"),
("d", "e"),
],
order = ["e", "d", "b", "a", "c"],
},
test_forest => {
edges = [
("a", "b"),
("b", "c"),
("d", "e"),
],
order = ["c", "b", "a", "e", "d"],
},
test_diamond => {
edges = [
("a", "b"),
("a", "c"),
("b", "d"),
("c", "d"),
],
order = ["d", "b", "c", "a"],
},
test_lattice => {
edges = [
("a", "b"),
("a", "c"),
("b", "d"),
("b", "e"),
("c", "d"),
("e", "f"),
("d", "f"),
],
order = ["f", "d", "e", "b", "c", "a"],
},
test_deduped_edge => {
edges = [
("a", "b"),
("a", "b"),
("b", "c"),
],
order = ["c", "b", "a"],
},
}
test_cycles! {
// Tests where only 1 SCC contains cycles
test_cycle_self_referential => {
edges = [
("a", "a"),
],
cycles = [
&["a", "a"],
],
},
test_cycle_two_nodes => {
edges = [
("a", "b"),
("b", "a"),
],
cycles = [
&["a", "b", "a"],
],
},
test_cycle_two_nodes_with_path_in => {
edges = [
("a", "b"),
("b", "c"),
("c", "d"),
("d", "c"),
],
cycles = [
&["c", "d", "c"],
],
},
test_cycle_two_nodes_with_path_out => {
edges = [
("a", "b"),
("b", "a"),
("b", "c"),
("c", "d"),
],
cycles = [
&["a", "b", "a"],
],
},
test_cycle_three_nodes => {
edges = [
("a", "b"),
("b", "c"),
("c", "a"),
],
cycles = [
&["a", "b", "c", "a"],
],
},
test_cycle_three_nodes_with_inner_cycle => {
edges = [
("a", "b"),
("b", "c"),
("c", "b"),
("c", "a"),
],
cycles = [
&["a", "b", "c", "a"],
&["b", "c", "b"],
],
},
test_cycle_three_nodes_doubly_linked => {
edges = [
("a", "b"),
("b", "a"),
("b", "c"),
("c", "b"),
("c", "a"),
("a", "c"),
],
cycles = [
&["a", "b", "a"],
&["b", "c", "b"],
&["a", "c", "a"],
&["a", "b", "c", "a"],
&["a", "c", "b", "a"],
],
},
test_cycle_with_inner_cycle => {
edges = [
("a", "b"),
("b", "c"),
("c", "a"),
("b", "d"),
("d", "e"),
("e", "c"),
],
cycles = [
&["a", "b", "c", "a"],
&["a", "b", "d", "e", "c", "a"],
],
},
test_two_join_cycles => {
edges = [
("a", "b"),
("b", "c"),
("c", "a"),
("b", "d"),
("d", "a"),
],
cycles = [
&["a", "b", "c", "a"],
&["a", "b", "d", "a"],
],
},
test_cycle_four_nodes_doubly_linked => {
edges = [
("a", "b"),
("b", "a"),
("b", "c"),
("c", "b"),
("c", "d"),
("d", "c"),
("d", "a"),
("a", "d"),
],
cycles = [
&["a", "b", "c", "d", "a"],
&["a", "b", "a"],
&["a", "d", "c", "b", "a"],
&["a", "d", "a"],
&["b", "c", "b"],
&["c", "d", "c"],
],
},
// Tests with multiple SCCs that contain cycles
test_cycle_self_referential_islands => {
edges = [
("a", "a"),
("b", "b"),
("c", "c"),
("d", "e"),
],
cycles = [
&["a", "a"],
&["b", "b"],
&["c", "c"],
],
},
test_cycle_two_sets_of_two_nodes => {
edges = [
("a", "b"),
("b", "a"),
("c", "d"),
("d", "c"),
],
cycles = [
&["a", "b", "a"],
&["c", "d", "c"],
],
},
test_cycle_two_sets_of_two_nodes_connected => {
edges = [
("a", "b"),
("b", "a"),
("c", "d"),
("d", "c"),
("a", "c"),
],
cycles = [
&["a", "b", "a"],
&["c", "d", "c"],
],
},
}
}
| 31.777778 | 99 | 0.433228 |
1a44b10eda2996fac01429c6022fd5fd7a199d4a | 221 | swift | Swift | Lend It/Views/MarkerInfoView.swift | LosElementosMagicos/ProyectoDiplomado | 7dcccbcbeef9bb8f3e1f0add2b314d0113afab65 | [
"Apache-2.0"
] | null | null | null | Lend It/Views/MarkerInfoView.swift | LosElementosMagicos/ProyectoDiplomado | 7dcccbcbeef9bb8f3e1f0add2b314d0113afab65 | [
"Apache-2.0"
] | 17 | 2019-01-08T21:10:30.000Z | 2019-02-03T06:38:03.000Z | Lend It/Views/MarkerInfoView.swift | LosElementosMagicos/ProyectoDiplomado | 7dcccbcbeef9bb8f3e1f0add2b314d0113afab65 | [
"Apache-2.0"
] | null | null | null | //
// MarkerInfoView.swift
//
import UIKit
class MarkerInfoView: UIView {
@IBOutlet weak var placePhoto: UIImageView!
@IBOutlet weak var nameLabel: UILabel!
@IBOutlet weak var priceLabel: UILabel!
}
| 15.785714 | 47 | 0.696833 |
6c908aa351e8d0f4bcea3726a736f86d4f2c197e | 2,149 | go | Go | util/reflectutil/reflectutil.go | onfocusio/goyave | da9abe5c270682655ab79027836137e2a21018ae | [
"MIT"
] | null | null | null | util/reflectutil/reflectutil.go | onfocusio/goyave | da9abe5c270682655ab79027836137e2a21018ae | [
"MIT"
] | null | null | null | util/reflectutil/reflectutil.go | onfocusio/goyave | da9abe5c270682655ab79027836137e2a21018ae | [
"MIT"
] | null | null | null | package reflectutil
import (
"fmt"
"reflect"
"goyave.dev/goyave/v4/util/sliceutil"
)
// Only extracts the requested field from the given map[string] or structure and
// returns a map[string]interface{} containing only those values.
//
// For example:
// type Model struct {
// Field string
// Num int
// Slice []float64
// }
// model := Model{
// Field: "value",
// Num: 42,
// Slice: []float64{3, 6, 9},
// }
// res := reflectutil.Only(model, "Field", "Slice")
//
// Result:
// map[string]interface{}{
// "Field": "value",
// "Slice": []float64{3, 6, 9},
// }
//
// In case of conflicting fields (if a promoted field has the same name as a parent's
// struct field), the higher level field is kept.
func Only(data interface{}, fields ...string) map[string]interface{} {
result := make(map[string]interface{}, len(fields))
t := reflect.TypeOf(data)
value := reflect.ValueOf(data)
if t.Kind() == reflect.Ptr {
t = t.Elem()
value = value.Elem()
}
if !value.IsValid() {
return result
}
switch t.Kind() {
case reflect.Map:
if t.Key().Kind() != reflect.String {
panic(fmt.Errorf("reflectutil.Only only supports map[string] and structures, %s given", t.String()))
}
for _, k := range value.MapKeys() {
name := k.String()
if sliceutil.ContainsStr(fields, name) {
result[name] = value.MapIndex(k).Interface()
}
}
case reflect.Struct:
for i := 0; i < t.NumField(); i++ {
field := value.Field(i)
strctType := t.Field(i)
fieldType := strctType.Type
if fieldType.Kind() == reflect.Ptr {
fieldType = fieldType.Elem()
}
name := strctType.Name
if fieldType.Kind() == reflect.Struct && strctType.Anonymous {
for k, v := range Only(field.Interface(), fields...) {
// Check if fields are conflicting
// Highest level fields have priority
if _, ok := result[k]; !ok {
result[k] = v
}
}
} else if sliceutil.ContainsStr(fields, name) {
result[name] = value.Field(i).Interface()
}
}
default:
panic(fmt.Errorf("reflectutil.Only only supports map[string] and structures, %s given", t.Kind()))
}
return result
}
| 25.282353 | 103 | 0.623081 |
b894fc6a9d6ac536435f1103fe68cd5c6a5afd71 | 1,050 | kt | Kotlin | app/src/main/java/dev/johnoreilly/fantasypremierleague/ui/fixtures/FixturesListView.kt | Ahmad4980/FantasyPremierLeague | 883f067bb91394af2207c092cf94e265e5c1e197 | [
"Apache-2.0"
] | 1 | 2021-09-17T04:52:05.000Z | 2021-09-17T04:52:05.000Z | app/src/main/java/dev/johnoreilly/fantasypremierleague/ui/fixtures/FixturesListView.kt | Ahmad4980/FantasyPremierLeague | 883f067bb91394af2207c092cf94e265e5c1e197 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/dev/johnoreilly/fantasypremierleague/ui/fixtures/FixturesListView.kt | Ahmad4980/FantasyPremierLeague | 883f067bb91394af2207c092cf94e265e5c1e197 | [
"Apache-2.0"
] | null | null | null | package dev.johnoreilly.fantasypremierleague.ui.fixtures
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.items
import androidx.compose.material.Scaffold
import androidx.compose.material.Text
import androidx.compose.material.TopAppBar
import androidx.compose.runtime.Composable
import androidx.compose.runtime.livedata.observeAsState
import dev.johnoreilly.fantasypremierleague.ui.players.PlayersViewModel
@Composable
fun FixturesListView(playersViewModel: PlayersViewModel) {
val fixtureListState = playersViewModel.fixtures.observeAsState(emptyList())
Scaffold(
topBar = {
TopAppBar(title = { Text("Fantasy Premier League") })
},
bodyContent = {
Column {
LazyColumn {
items(items = fixtureListState.value, itemContent = { fixture ->
Text(fixture.kickoff_time ?: "")
})
}
}
}
)
} | 33.870968 | 84 | 0.68381 |
985d7fb70c29d6ca1d1bce7419e261809459dd9c | 544 | swift | Swift | Task/Almost-prime/Swift/almost-prime.swift | LaudateCorpus1/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | 1 | 2021-05-05T13:42:20.000Z | 2021-05-05T13:42:20.000Z | Task/Almost-prime/Swift/almost-prime.swift | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | Task/Almost-prime/Swift/almost-prime.swift | seanwallawalla-forks/RosettaCodeData | 9ad63ea473a958506c041077f1d810c0c7c8c18d | [
"Info-ZIP"
] | null | null | null | struct KPrimeGen: Sequence, IteratorProtocol {
let k: Int
private(set) var n: Int
private func isKPrime() -> Bool {
var primes = 0
var f = 2
var rem = n
while primes < k && rem > 1 {
while rem % f == 0 && rem > 1 {
rem /= f
primes += 1
}
f += 1
}
return rem == 1 && primes == k
}
mutating func next() -> Int? {
n += 1
while !isKPrime() {
n += 1
}
return n
}
}
for k in 1..<6 {
print("\(k): \(Array(KPrimeGen(k: k, n: 1).lazy.prefix(10)))")
}
| 15.111111 | 64 | 0.46875 |
2ac52da37291a4fa255aa3e06a80002baac0f73a | 4,801 | swift | Swift | SmartSecExample_Swift/SmartSecExample_Swift/ViewController.swift | olxios/SmartSec_iOS_Security | 15f5e641ffa64fa6ef328b1938dafb9b02f857f6 | [
"MIT"
] | 17 | 2016-10-08T08:17:00.000Z | 2021-07-29T05:19:39.000Z | SmartSecExample_Swift/SmartSecExample_Swift/ViewController.swift | Dendim0n/iOS_Security | 1e0387a730d10455ef7d44d81ad36ee8da5466bc | [
"MIT"
] | null | null | null | SmartSecExample_Swift/SmartSecExample_Swift/ViewController.swift | Dendim0n/iOS_Security | 1e0387a730d10455ef7d44d81ad36ee8da5466bc | [
"MIT"
] | 3 | 2016-07-21T09:33:22.000Z | 2019-07-23T12:01:45.000Z | //
// ViewController.swift
// SmartSecExample_Swift
//
// Created by Olga Dalton on 07/05/15.
// Copyright (c) 2015 Olga Dalton. All rights reserved.
//
import UIKit
class ViewController: UIViewController, NSURLConnectionDelegate {
@IBOutlet var localImageView : UIImageView!
@IBOutlet var remoteImageView : UIImageView!
@IBOutlet var testTextField : UITextField!
override func viewDidLoad()
{
super.viewDidLoad()
NSUserDefaults.standardUserDefaults().setObject("TestObject", forKey: "testKey")
let testValue : AnyObject? = NSUserDefaults.standardUserDefaults().objectForKey("testKey")
println("Retrieve object back \(testValue)")
let plainTestValue : AnyObject? = NSUserDefaults.standardUserDefaults().plainObjectForKey("testKey")
println("Retrieve plain object back \(plainTestValue)")
loadLocalImage()
loadRemoteImage()
performURLRequest()
accessCoreData()
var dispatchTime: dispatch_time_t = dispatch_time(DISPATCH_TIME_NOW, Int64(5 * Double(NSEC_PER_SEC)))
dispatch_after(dispatchTime, dispatch_get_main_queue(), {
[unowned self] in self.showSecondViewController()
})
}
private func loadLocalImage() {
let urls = NSFileManager.defaultManager().URLsForDirectory(.DocumentDirectory, inDomains: .UserDomainMask)
let docsUrl = urls[urls.count-1] as! NSURL
let path = docsUrl.path!.stringByAppendingPathComponent("test_image.png")
let image = UIImage(named: "test_image")
let data = UIImagePNGRepresentation(image)
data.writeToFile(path, atomically: true)
let resultImage2 = UIImage(contentsOfFile: path)
localImageView.image = resultImage2
}
private func loadRemoteImage() {
let url = NSURL(string: "http://swiftiostutorials.com/cat_pic.png")
remoteImageView.sd_setImageWithURL(url, placeholderImage : nil)
}
private func accessCoreData() {
let entity = TestEntity1.insertNewObjectIfNeeded("test2")
entity.itemID = "test2"
entity.attribute1 = 8;
entity.attribute4 = NSDecimalNumber(mantissa: 100, exponent: 23, isNegative: false)
entity.attribute6 = 7.6
entity.attribute7 = "testing attributes :)";
entity.attribute9 = NSDate()
let testData = "testing data attribute".dataUsingEncoding(NSUTF8StringEncoding, allowLossyConversion: false)
entity.attribute10 = testData!
let delegate = UIApplication.sharedApplication().delegate as! AppDelegate
delegate.saveContext()
let entity2 = TestEntity1.itemWithID("test2")!
println("ItemId = \(entity2.itemID)")
println("Attribute 1 = \(entity2.attribute1)")
println("Attribute 4 = \(entity2.attribute4)")
println("Attribute 6 = \(entity2.attribute6)")
println("Attribute 7 = \(entity2.attribute7)")
println("Attribute 9 = \(entity2.attribute9)")
println("Attribute 10 = \(entity2.attribute10)")
}
private func performURLRequest() {
let requestUrl = "https://twitter.com"
let url = NSURL(string: requestUrl)
let request = NSURLRequest(URL: url!,
cachePolicy: .ReloadIgnoringLocalCacheData,
timeoutInterval: 5.0)
let connection = NSURLConnection(request: request, delegate: self)
connection!.start()
}
private func showSecondViewController() {
//enableDebuggerChecks()
let storyBoard = UIStoryboard(name: "Main", bundle: nil)
let controller = storyBoard.instantiateViewControllerWithIdentifier("SecondViewController") as! UIViewController
self.navigationController?.pushViewController(controller, animated: true)
}
@IBAction func dismissKeyboard(sender : AnyObject) {
sender.resignFirstResponder()
}
// MARK:
// MARK: NSURLConnectionDelegate
func connection(connection: NSURLConnection, didFailWithError error: NSError) {
println("Did fail with error \(error)")
}
func connection(connection: NSURLConnection, didFinishLoading error: NSError) {
println("Did finish loading \(connection)")
}
func connection(connection: NSURLConnection, willSendRequestForAuthenticationChallenge challenge: NSURLAuthenticationChallenge) {
println("Will send request for auth challenge \(challenge)")
let credential = NSURLCredential(forTrust: challenge.protectionSpace.serverTrust)
challenge.sender.useCredential(credential, forAuthenticationChallenge: challenge)
}
}
| 35.828358 | 133 | 0.662779 |
9f67a04061c844fafb53a9b4bb0d21dbe9269b95 | 204 | kt | Kotlin | subprojects/test-runner/instrumentation-tests/src/main/kotlin/com/avito/instrumentation/internal/AndroidVariantConfigurator.kt | Chromico/avito-android | ae28ec749c93011dfb4f5f3bb933f029f821373a | [
"MIT"
] | null | null | null | subprojects/test-runner/instrumentation-tests/src/main/kotlin/com/avito/instrumentation/internal/AndroidVariantConfigurator.kt | Chromico/avito-android | ae28ec749c93011dfb4f5f3bb933f029f821373a | [
"MIT"
] | null | null | null | subprojects/test-runner/instrumentation-tests/src/main/kotlin/com/avito/instrumentation/internal/AndroidVariantConfigurator.kt | Chromico/avito-android | ae28ec749c93011dfb4f5f3bb933f029f821373a | [
"MIT"
] | null | null | null | package com.avito.instrumentation.internal
import com.android.build.api.variant.Variant
internal abstract class AndroidVariantConfigurator<T : Variant>(val variant: T) : InstrumentationTaskConfigurator
| 34 | 113 | 0.848039 |
9c19e1aa57bd4ee89caeeefcb5cb447704dd6771 | 2,419 | js | JavaScript | src/datasets/utils.js | ToyotaResearchInstitute/materialnet | b5c657e41579f8db8b2d53f32076b87c44bfb341 | [
"Apache-2.0"
] | 6 | 2020-03-13T07:25:32.000Z | 2020-05-26T20:16:55.000Z | src/datasets/utils.js | arclamp/materialnet | b5c657e41579f8db8b2d53f32076b87c44bfb341 | [
"Apache-2.0"
] | 64 | 2018-10-29T20:07:01.000Z | 2019-11-11T21:26:59.000Z | src/datasets/utils.js | ToyotaResearchInstitute/materialnet | b5c657e41579f8db8b2d53f32076b87c44bfb341 | [
"Apache-2.0"
] | 5 | 2020-01-17T19:12:48.000Z | 2020-04-04T13:52:21.000Z | import React from 'react';
import { ApplicationStore } from '../store';
import { LegendGradient, LegendCircle, SizeLegend } from '../components/legend';
import { scaleLinear } from 'd3-scale';
/**
* coloring factory by property
* @param {string} prop property to visualize
*/
export function propertyColorFactory(prop) {
return (store) => {
const meta = store.getPropertyMetaData(prop);
const scale = store.colorScale.copy().domain(meta.domain);
return {
legend: () => (
<>
<LegendGradient scale={scale} format={meta.format} />
<LegendCircle
label="Unknown"
color={ApplicationStore.INVALID_VALUE_COLOR}
/>
</>
),
scale: (node) => {
const value = node[prop];
return value != null
? scale(value)
: ApplicationStore.INVALID_VALUE_COLOR;
},
};
};
}
/**
* coloring factory by property existence
* @param {string} prop property to visualize
*/
export function booleanColorFactory(prop, discovered, undiscovered) {
return (store) => {
return {
legend: () => (
<>
<LegendCircle
label={discovered}
color={ApplicationStore.DISCOVERED_COLOR}
/>
<LegendCircle
label={undiscovered}
color={ApplicationStore.UNDISCOVERED_COLOR}
/>
</>
),
scale: (node) => {
const value = node[prop];
return value != null
? ApplicationStore.DISCOVERED_COLOR
: ApplicationStore.UNDISCOVERED_COLOR;
},
};
};
}
function createDefaultScale(domain) {
return scaleLinear().domain(domain);
}
/**
* size factory by property
* @param {string} prop property to visualize
*/
export function propertySizeFactory(prop, createScale = createDefaultScale) {
return (store) => {
if (!store.data) {
return {
legend: () => null,
scale: () => store.sizeScaleRange[0],
};
}
const meta = store.getPropertyMetaData(prop);
const scale = createScale(meta.domain)
.range(store.sizeScaleRange)
.clamp(true);
return {
legend: (factor) => (
<SizeLegend scale={scale} factor={factor} format={meta.format} />
),
scale: (node) => {
const value = node[prop];
return value != null ? scale(value) : scale.range()[0];
},
};
};
}
| 25.197917 | 80 | 0.578338 |
12fba11dca4eccc433d932a1a521f63029b9e783 | 211 | html | HTML | src/app/app.component.html | gpgooiker/material-design-workshop | d9625f396a3f82f7e217e260781f5cd20da9097d | [
"MIT"
] | null | null | null | src/app/app.component.html | gpgooiker/material-design-workshop | d9625f396a3f82f7e217e260781f5cd20da9097d | [
"MIT"
] | 1 | 2022-03-02T03:59:43.000Z | 2022-03-02T03:59:43.000Z | src/app/app.component.html | gpgooiker/material-design-workshop | d9625f396a3f82f7e217e260781f5cd20da9097d | [
"MIT"
] | null | null | null | <section>
<h1>
Storybook demo with Material Design components
</h1>
<img width="100%" alt="Design" src="assets/Design.png">
<h2>Or how to use Storybook to design in the right fidelity</h2>
</section> | 30.142857 | 66 | 0.691943 |
956c4b6e87f19b1c625c2e5fd0f5d97153a9f7ff | 268 | css | CSS | ePurchase-ui/src/app/app.component.css | anurag-bhadauriya/ePurchase | 7cc9bfde6e415a46088af08224d0755ef8911df3 | [
"MIT"
] | null | null | null | ePurchase-ui/src/app/app.component.css | anurag-bhadauriya/ePurchase | 7cc9bfde6e415a46088af08224d0755ef8911df3 | [
"MIT"
] | null | null | null | ePurchase-ui/src/app/app.component.css | anurag-bhadauriya/ePurchase | 7cc9bfde6e415a46088af08224d0755ef8911df3 | [
"MIT"
] | null | null | null | .profile-menu{
right: 0;
left: auto;
}
.menu-item{
cursor: pointer;
}
.menu-item-icon{
font-size: 16px;
}
.header-logo{
font-family: cursive;
margin: auto;
}
.header-link{
display: flex;
}
.header-img{
margin: auto;
width: 1.3rem;
} | 12.761905 | 25 | 0.585821 |
6e0a9ba0c61e3fa43c26562104d7858cc383ff07 | 1,801 | html | HTML | pa1-skeleton/pa1-data/0/catnet.stanford.edu_support_foster.html | yzhong94/cs276-spring-2019 | a4780a9f88b8c535146040fe11bb513c91c5693b | [
"MIT"
] | null | null | null | pa1-skeleton/pa1-data/0/catnet.stanford.edu_support_foster.html | yzhong94/cs276-spring-2019 | a4780a9f88b8c535146040fe11bb513c91c5693b | [
"MIT"
] | null | null | null | pa1-skeleton/pa1-data/0/catnet.stanford.edu_support_foster.html | yzhong94/cs276-spring-2019 | a4780a9f88b8c535146040fe11bb513c91c5693b | [
"MIT"
] | null | null | null | stanford cat network support scn home about us adoption students resources photos news contact support scn support scn foster cat or kittens the stanford cat network does not have a shelter so we rely on foster homes and boarding at local vet clinics to house cats awaiting adoption foster homes provide a wonderful opportunity to socialize cats to a home environment make them comfortable during their wait for a permanent home and evaluate their personality to help match them up with the perfect adopter stanford cat network is often in need of short or long term foster homes for cats and kittens and occasionally foster care for pre wean kittens fostering cats and kittens can be a very rewarding and fun experience but it is also an important responsibility what foster homes can expect from stanford cat network cats and kittens are examined by a vet tested for fiv and felv vaccinated dewormed treated for fleas and mites and spayed or neutered if over 4 months before they may go to a foster home a playpen cage can be provided by scn to confine the cat or kittens to help with socialization avoid escapes and or isolate from other pets food and litter can be provided although we appreciate the generosity of many foster homes who provide these items as a donation if you agree to foster a cat or kitten for a specific period we will take the cat back into boarding or transfer to another foster home promptly if not adopted by the end of that period a foster agreement will be signed to clarify the agreement for both parties if you are interested in fostering a cat or kittens immediately or in the future please complete our foster home profile so that we can learn more about your expectations and experience before matching you up with a foster cat or kitten thank you for your support
| 900.5 | 1,800 | 0.822876 |
f1c62a6462af3566c12651ced3aba8c7159c7be2 | 653 | swift | Swift | CongressApp/MemberViewModel.swift | slmcmahon/congressapp | ba463f250d4ca53adaf53672d399d7cc873b2256 | [
"MIT"
] | null | null | null | CongressApp/MemberViewModel.swift | slmcmahon/congressapp | ba463f250d4ca53adaf53672d399d7cc873b2256 | [
"MIT"
] | null | null | null | CongressApp/MemberViewModel.swift | slmcmahon/congressapp | ba463f250d4ca53adaf53672d399d7cc873b2256 | [
"MIT"
] | null | null | null | //
// File.swift
// CongressApp
//
// Created by Stephen McMahon on 7/30/16.
// Copyright © 2016 Stephen McMahon. All rights reserved.
//
import Foundation
public class MemberViewModel : BaseViewModel {
public var member : MemberDetail?
public init(memberId : Int!, onComplete:() -> Void, onError:(message : String!) -> Void) {
super.init()
let url = "\(Constants.memberBaseUrl)/\(memberId)"
getData(url, onComplete: {
self.loadData()
onComplete()
}, onError: onError)
}
private func loadData() {
self.member = MemberDetail(data:super.jsonData)
}
} | 24.185185 | 94 | 0.603369 |
b1aa0a7442590cc04bf479fa72613e80ea4f0d9f | 2,711 | c | C | src/luahs/stream.c | starius/lua-hyperscan | 34d0b701c5e3b0f21bb72d9391b832926177a1f3 | [
"BSD-3-Clause"
] | 24 | 2016-08-30T15:08:15.000Z | 2021-12-25T13:13:21.000Z | src/luahs/stream.c | starius/lua-hyperscan | 34d0b701c5e3b0f21bb72d9391b832926177a1f3 | [
"BSD-3-Clause"
] | 1 | 2019-01-04T21:35:18.000Z | 2019-01-07T19:20:26.000Z | src/luahs/stream.c | starius/lua-hyperscan | 34d0b701c5e3b0f21bb72d9391b832926177a1f3 | [
"BSD-3-Clause"
] | 7 | 2018-01-02T07:48:02.000Z | 2021-12-25T13:13:22.000Z | // luahs, Lua bindings to hyperscan
// Copyright (C) 2016 Boris Nagaev
// See the LICENSE file for terms of use.
#include "luahs.h"
static int luahs_freeStream(lua_State* L) {
luahs_Stream* self = luaL_checkudata(L, 1, LUAHS_STREAM_MT);
if (self->stream) {
hs_error_t err = hs_close_stream(self->stream, NULL, NULL, NULL);
if (err != HS_SUCCESS) {
return luaL_error(L, luahs_errorToString(err));
}
}
self->stream = NULL;
luaL_unref(L, LUA_REGISTRYINDEX, self->db_ref);
self->db_ref = LUA_NOREF;
return 0;
}
static int luahs_streamToString(lua_State* L) {
luahs_Stream* self = luaL_checkudata(L, 1, LUAHS_STREAM_MT);
lua_pushfstring(
L,
"Hyperscan stream (%p)",
self->stream
);
return 1;
}
static int luahs_cloneStream(lua_State* L) {
luahs_Stream* self = luaL_checkudata(L, 1, LUAHS_STREAM_MT);
luahs_Stream* copy = luahs_createStream(L);
hs_error_t err = hs_copy_stream(©->stream, self->stream);
if (err != HS_SUCCESS) {
return luaL_error(L, luahs_errorToString(err));
}
lua_rawgeti(L, LUA_REGISTRYINDEX, self->db_ref);
copy->db_ref = luaL_ref(L, LUA_REGISTRYINDEX);
return 1;
}
static int luahs_getDatabase(lua_State* L) {
luahs_Stream* self = luaL_checkudata(L, 1, LUAHS_STREAM_MT);
lua_rawgeti(L, LUA_REGISTRYINDEX, self->db_ref);
return 1;
}
static const luaL_Reg luahs_stream_mt_funcs[] = {
{"__gc", luahs_freeStream},
{"__tostring", luahs_streamToString},
{}
};
static const luaL_Reg luahs_stream_methods[] = {
{"scan", luahs_scanAgainstStream},
{"clone", luahs_cloneStream},
{"close", luahs_closeStream},
{"reset", luahs_resetStream},
{"assign", luahs_assignStream},
{"database", luahs_getDatabase},
{}
};
luahs_Stream* luahs_createStream(lua_State* L) {
luahs_Stream* self = lua_newuserdata(L, sizeof(luahs_Stream));
self->stream = NULL;
self->db_ref = LUA_NOREF;
if (luaL_newmetatable(L, LUAHS_STREAM_MT)) {
// prepare metatable
luahs_setfuncs(L, luahs_stream_mt_funcs);
lua_newtable(L);
luahs_setfuncs(L, luahs_stream_methods);
lua_setfield(L, -2, "__index");
}
lua_setmetatable(L, -2);
return self;
}
int luahs_makeStream(lua_State* L) {
luahs_Database* db = luaL_checkudata(L, 1, LUAHS_DATABASE_MT);
luahs_Stream* self = luahs_createStream(L);
int flags = 0;
hs_error_t err = hs_open_stream(db->db, flags, &self->stream);
if (err != HS_SUCCESS) {
return luaL_error(L, luahs_errorToString(err));
}
lua_pushvalue(L, 1);
self->db_ref = luaL_ref(L, LUA_REGISTRYINDEX);
return 1;
}
| 29.467391 | 73 | 0.663593 |
16a3d95f7fa0a2bcb4db9ace31caeff0fa8ac39e | 764 | tsx | TypeScript | client/src/components/ui/Checkbox/index.tsx | rolandbernard/ryoko | 9966d1074e96a5952bc7e6324115c44100c823c3 | [
"BSD-2-Clause"
] | 1 | 2021-06-30T12:03:15.000Z | 2021-06-30T12:03:15.000Z | client/src/components/ui/Checkbox/index.tsx | rolandbernard/ryoko | 9966d1074e96a5952bc7e6324115c44100c823c3 | [
"BSD-2-Clause"
] | null | null | null | client/src/components/ui/Checkbox/index.tsx | rolandbernard/ryoko | 9966d1074e96a5952bc7e6324115c44100c823c3 | [
"BSD-2-Clause"
] | null | null | null |
import './checkbox.scss';
interface Props {
label: string;
checked: boolean;
onChange: (value: boolean) => any;
}
/**
* This component implements a simple checkbox with a label. The checkbox is checked if the checked
* property is true. If the onChange callback is called, the parent component should handle the
* change of the checked property.
*/
export default function Checkbox({ label, checked, onChange }: Props) {
return (
<label htmlFor={label} className="checkbox-item" key={label}>
<input type="checkbox" id={label}
checked={checked}
onChange={() => onChange(!checked)} />
<span className="checkbox">
</span>
{label}
</label>
)
}
| 27.285714 | 99 | 0.60733 |
7707fcad72dc597d824c6a18ff9e199085388b53 | 483 | rs | Rust | src/graphics/vulkan/device_allocator/allocation.rs | Creative-Coding-The-Hard-Way/2d | 0dc8cbe606783cffe504ab4df0c39bbdc40f53a5 | [
"MIT"
] | 2 | 2021-06-03T22:12:12.000Z | 2021-12-28T12:55:38.000Z | src/graphics/vulkan/device_allocator/allocation.rs | Creative-Coding-The-Hard-Way/2d | 0dc8cbe606783cffe504ab4df0c39bbdc40f53a5 | [
"MIT"
] | 2 | 2021-05-04T03:44:10.000Z | 2021-05-18T06:35:48.000Z | src/graphics/vulkan/device_allocator/allocation.rs | Creative-Coding-The-Hard-Way/2d | 0dc8cbe606783cffe504ab4df0c39bbdc40f53a5 | [
"MIT"
] | 1 | 2021-12-28T12:55:46.000Z | 2021-12-28T12:55:46.000Z | use super::Allocation;
use ash::vk;
impl Allocation {
/// Create a null allocation which has a size of zero and a null memory
/// handle.
pub fn null() -> Self {
Self {
offset: 0,
byte_size: 0,
memory: vk::DeviceMemory::null(),
memory_type_index: 0,
}
}
/// Returns true when the memory pointer is null.
pub fn is_null(&self) -> bool {
self.memory == vk::DeviceMemory::null()
}
}
| 21.954545 | 75 | 0.540373 |
b73a90fc4f5fc01025f8609efd9ebaab3b1b9ef9 | 1,875 | lua | Lua | src/backends/pca9685.lua | evq/opc-lua | 43cc98e97a9018ec40d8f140b969f3c95fcbc142 | [
"MIT"
] | null | null | null | src/backends/pca9685.lua | evq/opc-lua | 43cc98e97a9018ec40d8f140b969f3c95fcbc142 | [
"MIT"
] | null | null | null | src/backends/pca9685.lua | evq/opc-lua | 43cc98e97a9018ec40d8f140b969f3c95fcbc142 | [
"MIT"
] | null | null | null | local Pca9685 = {}
Pca9685.I2C = require('periphery').I2C
Pca9685.DEFAULT_ADDR = 0x40
Pca9685.MODE1 = 0x00
Pca9685.MODE2 = 0x00
Pca9685.PRE_SCALE = 0xFE
Pca9685.LEDN_ON_L = function (N)
return (0x06 + (4*N))
end
Pca9685.LEDN_ON_H = function (N)
return (0x07 + (4*N))
end
Pca9685.LEDN_OFF_L = function (N)
return (0x08 + (4*N))
end
Pca9685.LEDN_OFF_H = function (N)
return (0x09 + (4*N))
end
-- Mode 1
Pca9685.ALL_CALL = 0x01
Pca9685.SLEEP = 0x10
Pca9685.AUT_INC = 0x20
Pca9685.RESTART = 0x80
-- MOde 2
Pca9685.OUTDRV = 0x04
function Pca9685:init(device)
if device == "" then
device = "/dev/i2c-0"
end
self.i2c = self.I2C(device)
-- Set output mode to "totem pole" (non open drain)
self.i2c:transfer(self.DEFAULT_ADDR, {{self.MODE2, self.OUTDRV}})
-- Set prescaler to lowest value, for fastest pwm freq
self.i2c:transfer(self.DEFAULT_ADDR, {{self.PRE_SCALE, 0x01}})
self.i2c:transfer(self.DEFAULT_ADDR, {{self.MODE1, self.ALL_CALL + self.RESTART}})
for i=0, 6, 1 do
self.i2c:transfer(self.DEFAULT_ADDR, {{self.LEDN_ON_L(i), 0x00}})
self.i2c:transfer(self.DEFAULT_ADDR, {{self.LEDN_ON_H(i), 0x00}})
end
print("pca9685 backend initialized.")
end
function Pca9685:set_pixels(pixels)
for j=1, 3, 1 do
local pixel_h = math.floor((pixels[1][j]*16) / 256)
local pixel_l = math.floor((pixels[1][j]*16) % 256)
self.i2c:transfer(self.DEFAULT_ADDR, {{self.LEDN_OFF_H(j-1), pixel_h}})
self.i2c:transfer(self.DEFAULT_ADDR, {{self.LEDN_OFF_L(j-1), pixel_l}})
end
if #pixels == 2 then
for j=1, 3, 1 do
local pixel_h = math.floor((pixels[2][j]*16) / 256)
local pixel_l = math.floor((pixels[2][j]*16) % 256)
self.i2c:transfer(self.DEFAULT_ADDR, {{self.LEDN_OFF_H(2+j), pixel_h}})
self.i2c:transfer(self.DEFAULT_ADDR, {{self.LEDN_OFF_L(2+j), pixel_l}})
end
end
end
return Pca9685
| 26.041667 | 84 | 0.677333 |
c3010e66508fea62a29a2759b4c13791118f1416 | 5,316 | go | Go | cmd/evaluate-docs/main.go | johnzheng1975/tools | c034c33637f6441cfc3c921b184b5a9ba1301d68 | [
"Apache-2.0"
] | 264 | 2018-02-19T05:29:09.000Z | 2022-03-31T18:25:15.000Z | cmd/evaluate-docs/main.go | johnzheng1975/tools | c034c33637f6441cfc3c921b184b5a9ba1301d68 | [
"Apache-2.0"
] | 976 | 2018-04-26T18:44:43.000Z | 2022-03-31T21:46:37.000Z | cmd/evaluate-docs/main.go | johnzheng1975/tools | c034c33637f6441cfc3c921b184b5a9ba1301d68 | [
"Apache-2.0"
] | 243 | 2018-01-22T21:06:17.000Z | 2022-03-28T13:14:26.000Z | // Copyright 2021 Istio Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package main
import (
"encoding/csv"
"flag"
"fmt"
"io/ioutil"
"log"
"os"
"path/filepath"
"regexp"
"strings"
)
var maxScore = 15
type testStatus string
var (
testUnknown testStatus = "unknown"
testTableOfContents testStatus = "table-of-contents"
)
var excludeDirs = []string{
"en/about",
"zh/about",
"en/blog",
"zh/blog",
"en/boilerplates",
"zh/boilerplates",
"en/events",
"zh/events",
"en/docs/reference/glossary",
"zh/docs/reference/glossary",
"zh/news",
"en/news",
"en/test",
"zh/test",
}
type FileEntry struct {
fullPath string
relative string
url string
tested testStatus
score int
title string
owner string
notes []string
}
func main() {
var docsPath, outPath, analyticsPath string
flag.StringVar(&docsPath, "docspath", "../istio.io", "points to the cloned path of the istio.io site")
flag.StringVar(&outPath, "outpath", "out.csv", "path to create the spreadsheet CSV at")
flag.StringVar(&analyticsPath, "analyticspath", "analytics.csv", "path to a file containing the istio.io analytics CSV")
flag.Parse()
fmt.Printf("Scoring docs in %s\n", docsPath)
files, err := getAllFiles(docsPath)
if err != nil {
fmt.Printf("Error: %s", err)
}
scorers := []scorer{
getHitsScorer(analyticsPath, 15),
}
for _, scorerInstance := range scorers {
files = scorerInstance.Score(files)
}
if err := writeTestSpreadsheet(files, outPath); err != nil {
fmt.Printf("Failed to write test spreadsheet: %s\n", err.Error())
}
}
func getPriority(file FileEntry) string {
priority := 0
switch score := file.score; {
case score > maxScore*2/3:
priority = 0
case score > maxScore*1/3:
priority = 1
case score > 0:
priority = 2
case score == 0:
priority = 3
}
return fmt.Sprintf("P%d", priority)
}
func writeTestSpreadsheet(files []FileEntry, path string) error {
file, err := os.Create(path)
if err != nil {
return fmt.Errorf("unable to create CSV: %s", err.Error())
}
defer file.Close()
writer := csv.NewWriter(file)
defer writer.Flush()
if err := writer.Write([]string{
"",
"Owner",
"Test Cases",
"Priority",
"Automated",
"In Progress",
"In Progress Last Updated",
"Done By",
"Done By Last Updated",
"GitHub Issue",
"Comments (e.g. env used)",
"Automated Sign Up",
"Automated Last Updated",
"Automation GitHub Issue",
"Generator Notes",
}); err != nil {
return fmt.Errorf("failed to write to CSV: %s", err.Error())
}
for _, value := range files {
err := writer.Write([]string{
"",
value.owner,
fmt.Sprintf("=HYPERLINK(\"%s\",\"%s\")", value.url, strings.ReplaceAll(value.title, "\"", "")),
getPriority(value),
string(value.tested),
"",
"",
"",
"",
"",
"",
"",
"",
"",
strings.Join(value.notes, "\n"),
})
if err != nil {
log.Fatalf("unable to write CSV: %s", err.Error())
}
}
return nil
}
func getURL(path string) string {
path = strings.TrimPrefix(path, "en/")
return fmt.Sprintf("https://preliminary.istio.io/latest/%s", filepath.Dir(path))
}
func getAllFiles(path string) ([]FileEntry, error) {
files := make([]FileEntry, 0)
rootPath := path
err := filepath.Walk(path, func(path string, info os.FileInfo, err error) error {
relativePath := strings.TrimPrefix(path[len(rootPath):], "/")
if filepath.Ext(path) == ".md" && !skipFile(relativePath) {
fileContent, err := ioutil.ReadFile(path)
if err != nil {
return fmt.Errorf("unable to open file %s", path)
}
docTestStatus := getTestStatus(string(fileContent))
// skip table of contents as it has no commands and links and content are autogenerated from docs
if docTestStatus == testTableOfContents {
return nil
}
files = append(files, FileEntry{
fullPath: path,
relative: relativePath,
url: getURL(relativePath),
tested: docTestStatus,
title: getAndTrimField("title", string(fileContent)),
owner: getAndTrimField("owner", string(fileContent)),
notes: []string{fmt.Sprintf("Relative path:%s", relativePath)},
})
}
return nil
})
return files, err
}
func skipFile(path string) bool {
for _, value := range excludeDirs {
if strings.HasPrefix(path, value) {
return true
}
}
return false
}
func getAndTrimField(field string, body string) string {
fieldRegex := regexp.MustCompile(fmt.Sprintf("%s:\\s*[\\w|\\/]*.*", field))
fieldValue := strings.TrimPrefix(fieldRegex.FindString(body), fmt.Sprintf("%s:", field))
fieldValue = strings.TrimPrefix(fieldValue, " ")
return fieldValue
}
func getTestStatus(content string) testStatus {
teststatus := getAndTrimField("test", content)
if teststatus == "" {
teststatus = string(testUnknown)
}
return testStatus(teststatus)
}
| 23.838565 | 121 | 0.666479 |
ddea436ce7bbe90e2824140f02a2dd31638316bf | 2,018 | h | C | Examples/ParallelProcessing/SMP/Cxx/vtkStreamedCompositeDataPipeline.h | hendradarwin/VTK | a1e301c9a555ce211f1861c2dbf16a751c431075 | [
"BSD-3-Clause"
] | null | null | null | Examples/ParallelProcessing/SMP/Cxx/vtkStreamedCompositeDataPipeline.h | hendradarwin/VTK | a1e301c9a555ce211f1861c2dbf16a751c431075 | [
"BSD-3-Clause"
] | null | null | null | Examples/ParallelProcessing/SMP/Cxx/vtkStreamedCompositeDataPipeline.h | hendradarwin/VTK | a1e301c9a555ce211f1861c2dbf16a751c431075 | [
"BSD-3-Clause"
] | null | null | null | #ifndef vtkStreamedCompositeDataPipeline_h
#define vtkStreamedCompositeDataPipeline_h
#include "vtkCommonExecutionModelModule.h" // For export macro
#include "vtkCompositeDataPipeline.h"
#include "vtkSMPThreadLocal.h"
#include "vtkSMPThreadLocalObject.h"
class vtkTimerLog;
class VTKCOMMONEXECUTIONMODEL_EXPORT vtkStreamedCompositeDataPipeline :
public vtkCompositeDataPipeline
{
//BTX
friend class vtkStreamingFunctor;
//ETX
vtkStreamedCompositeDataPipeline(const vtkStreamedCompositeDataPipeline&);
void operator= (const vtkStreamedCompositeDataPipeline&);
public:
static vtkStreamedCompositeDataPipeline* New();
vtkTypeMacro(vtkStreamedCompositeDataPipeline, vtkCompositeDataPipeline);
void PrintSelf(ostream& os, vtkIndent indent);
static vtkInformationObjectBaseKey* STREAM_BLOCK_ID();
static vtkInformationObjectBaseKey* STREAM_BLOCK();
static vtkInformationObjectBaseKey* START_STREAM();
static vtkInformationRequestKey* STREAM_DATA();
static vtkInformationRequestKey* INIT_STREAM();
static vtkInformationRequestKey* FINALIZE_STREAM();
protected:
virtual int ProcessRequest(
vtkInformation* request,
vtkInformationVector** inInfoVec,
vtkInformationVector* outInfoVec);
virtual int ExecuteData(
vtkInformation* request,
vtkInformationVector** inInfoVec,
vtkInformationVector* outInfoVec);
virtual int ProcessBlock(
vtkInformation* request,
vtkInformationVector** inInfoVec,
vtkInformationVector* outInfoVec);
virtual int NeedToExecuteData(
int outputPort,
vtkInformationVector** inInfoVec,
vtkInformationVector* outInfoVec);
virtual void Modified();
int CompositePort;
vtkSMPThreadLocalObject<vtkInformation> LocalRequests;
vtkSMPThreadLocal<vtkInformationVector**> LocalInputInformations;
vtkSMPThreadLocalObject<vtkInformationVector> LocalOutputInformations;
vtkStreamedCompositeDataPipeline();
~vtkStreamedCompositeDataPipeline();
private:
void InitLocalData();
};
#endif
| 31.046154 | 76 | 0.803271 |
571cfbcd81593a9fc64882d6137b7ecfa6067a64 | 1,441 | h | C | src/sysdep/linux/meminfo.h | PSP-Archive/System-Interface-Library | 42bfd5b1f0e767215010365894cfa9598915ea55 | [
"X11"
] | null | null | null | src/sysdep/linux/meminfo.h | PSP-Archive/System-Interface-Library | 42bfd5b1f0e767215010365894cfa9598915ea55 | [
"X11"
] | null | null | null | src/sysdep/linux/meminfo.h | PSP-Archive/System-Interface-Library | 42bfd5b1f0e767215010365894cfa9598915ea55 | [
"X11"
] | null | null | null | /*
* System Interface Library for games
* Copyright (c) 2007-2020 Andrew Church <achurch@achurch.org>
* Released under the GNU GPL version 3 or later; NO WARRANTY is provided.
* See the file COPYING.txt for details.
*
* src/sysdep/linux/meminfo.h: Header for Linux-specific memory information
* functions.
*/
#ifndef SIL_SRC_SYSDEP_LINUX_MEMINFO_H
#define SIL_SRC_SYSDEP_LINUX_MEMINFO_H
/*************************************************************************/
/*************************************************************************/
/**
* linux_get_total_memory: Return the total amount of memory installed
* in the system.
*
* [Return value]
* Amount of memory installed in the system, in bytes.
*/
extern int64_t linux_get_total_memory(void);
/**
* linux_get_process_size: Return the amount of memory used by the current
* process.
*
* [Return value]
* Amount of memory used by the current process, in bytes.
*/
extern int64_t linux_get_process_size(void);
/**
* linux_get_free_memory: Return the amount of memory in the system
* available for allocation.
*
* [Return value]
* Amount of memory in the system available for allocation, in bytes.
*/
extern int64_t linux_get_free_memory(void);
/*************************************************************************/
/*************************************************************************/
#endif // SIL_SRC_SYSDEP_LINUX_MEMINFO_H
| 30.020833 | 75 | 0.585704 |
40c6ee0c7cd7dd52eda1b3032653c4ce05a49e2d | 1,901 | py | Python | src/openprocurement/tender/esco/procedure/models/lot_value.py | ProzorroUKR/openprocurement.api | 2855a99aa8738fb832ee0dbad4e9590bd3643511 | [
"Apache-2.0"
] | 10 | 2020-02-18T01:56:21.000Z | 2022-03-28T00:32:57.000Z | src/openprocurement/tender/esco/procedure/models/lot_value.py | quintagroup/openprocurement.api | 2855a99aa8738fb832ee0dbad4e9590bd3643511 | [
"Apache-2.0"
] | 26 | 2018-07-16T09:30:44.000Z | 2021-02-02T17:51:30.000Z | src/openprocurement/tender/esco/procedure/models/lot_value.py | ProzorroUKR/openprocurement.api | 2855a99aa8738fb832ee0dbad4e9590bd3643511 | [
"Apache-2.0"
] | 15 | 2019-08-08T10:50:47.000Z | 2022-02-05T14:13:36.000Z | from schematics.types.compound import ModelType
from schematics.types import StringType
from openprocurement.tender.core.procedure.context import get_tender
from openprocurement.tender.esco.procedure.models.value import ESCOValue, PatchESCOValue
from openprocurement.tender.openua.procedure.models.lot_value import (
PostLotValue as BasePostLotValue,
PatchLotValue as BasePatchLotValue,
)
from schematics.exceptions import ValidationError
class PostLotValue(BasePostLotValue):
status = StringType(choices=["pending", "active"], default="pending")
value = ModelType(ESCOValue, required=True)
def validate_value(self, data, value):
if data.get("status") != "draft":
tender = get_tender()
if value and tender["status"] not in ("invalid", "deleted", "draft") and data["relatedLot"]:
lots = [lot for lot in tender.get("lots", "") if lot and lot["id"] == data["relatedLot"]]
if not lots:
return
lot = lots[0]
if lot["minValue"].get("currency") != value.get("currency"):
raise ValidationError("currency of bid should be identical to currency of minValue of lot")
if lot["minValue"].get("valueAddedTaxIncluded") != value.get("valueAddedTaxIncluded"):
raise ValidationError(
"valueAddedTaxIncluded of bid should be identical to valueAddedTaxIncluded of minValue of lot"
)
class PatchLotValue(BasePatchLotValue):
status = StringType(choices=["pending", "active"], default="pending")
value = ModelType(PatchESCOValue)
def validate_value(self, data, value):
return # depends on status, will be validated in LotValue model
class LotValue(PostLotValue):
date = StringType()
status = StringType(choices=["pending", "active", "unsuccessful"])
| 44.209302 | 118 | 0.669122 |
7d00f8840a56e260b52bff77bd085cddaf6af228 | 1,504 | lua | Lua | stats/statsmanager.lua | thewizardplusplus/gravity-duel | c93ad9021a0116329724f7d8c1db699bdcb4bd5a | [
"Apache-2.0",
"MIT"
] | null | null | null | stats/statsmanager.lua | thewizardplusplus/gravity-duel | c93ad9021a0116329724f7d8c1db699bdcb4bd5a | [
"Apache-2.0",
"MIT"
] | null | null | null | stats/statsmanager.lua | thewizardplusplus/gravity-duel | c93ad9021a0116329724f7d8c1db699bdcb4bd5a | [
"Apache-2.0",
"MIT"
] | null | null | null | ---
-- @classmod StatsManager
local middleclass = require("middleclass")
local typeutils = require("typeutils")
local drawing = require("drawing")
local Rectangle = require("models.rectangle")
local Stats = require("objects.stats")
local StatsStorage = require("stats.statsstorage")
---
-- @table instance
-- @tfield stats.StatsStorage _stats_storage
-- @tfield objects.Stats _stats
-- @tfield objects.BestStats _best_stats
local StatsManager = middleclass("StatsManager")
---
-- @function new
-- @tparam string storage_path
-- @treturn StatsManager
-- @raise error message
function StatsManager:initialize(storage_path)
assert(type(storage_path) == "string")
self._stats_storage = StatsStorage:new(storage_path)
self._stats = Stats:new()
self._best_stats = self._stats_storage:get_stats()
end
---
-- @tparam Rectangle screen
function StatsManager:draw(screen)
assert(typeutils.is_instance(screen, Rectangle))
drawing.draw_drawables(screen, {self._stats, self._best_stats})
end
---
-- @function update
function StatsManager:update()
local was_updated = self._best_stats:update(self._stats)
if was_updated then
self._stats_storage:store_stats(self._best_stats)
end
end
---
-- @function add_impulse
function StatsManager:add_impulse()
self._stats:add_impulse()
end
---
-- @tparam number target_lifes [0, ∞)
function StatsManager:hit_target(target_lifes)
assert(typeutils.is_positive_number(target_lifes))
self._stats:hit_target(target_lifes)
end
return StatsManager
| 23.5 | 65 | 0.765957 |
ee925f779f006e442834457cd5fd895eb9e6ed61 | 2,416 | swift | Swift | Chapter13 - SwiftUI Tips and Tricks/09 - Implementing Asynchronous Images in SwiftUI/AsyncImageApp/AsyncImageApp/ContentView.swift | PacktPublishing/SwiftUI-Cookbook | 24bb63db95d0a47313b16d1cfc46c47f453c1be2 | [
"MIT"
] | 70 | 2020-04-03T02:13:23.000Z | 2022-03-07T10:24:44.000Z | Chapter13 - SwiftUI Tips and Tricks/09 - Implementing Asynchronous Images in SwiftUI/AsyncImageApp/AsyncImageApp/ContentView.swift | akashsoni01/SwiftUI-Cookbook | 24bb63db95d0a47313b16d1cfc46c47f453c1be2 | [
"MIT"
] | 2 | 2021-04-09T12:28:40.000Z | 2021-05-10T21:31:12.000Z | Chapter13 - SwiftUI Tips and Tricks/09 - Implementing Asynchronous Images in SwiftUI/AsyncImageApp/AsyncImageApp/ContentView.swift | akashsoni01/SwiftUI-Cookbook | 24bb63db95d0a47313b16d1cfc46c47f453c1be2 | [
"MIT"
] | 28 | 2020-03-31T12:59:08.000Z | 2021-11-23T06:59:54.000Z | //
// ContentView.swift
// AsyncImageApp
//
// Created by giordano scalzo on 07/06/2020.
// Copyright © 2020 Giordano Scalzo. All rights reserved.
//
import SwiftUI
import Combine
struct AsyncImage: View {
@ObservedObject
private var fetcher: ImageFetcher
init(url: URL) {
fetcher = ImageFetcher(url: url)
}
var body: some View {
image
.onAppear(perform: fetcher.start)
.onDisappear(perform: fetcher.stop)
}
private var image: some View {
Group {
if let image = fetcher.image {
Image(uiImage: image)
.resizable()
} else {
ProgressView()
}
}
.frame(minWidth: 0, maxWidth: .infinity,
minHeight: 0, maxHeight: .infinity,
alignment: .center)
}
}
class ImageFetcher: ObservableObject {
@Published
private(set) var image: UIImage?
private let url: URL
private var cancellable: AnyCancellable?
init(url: URL) {
self.url = url
}
func start() {
cancellable = URLSession(configuration: .default)
.dataTaskPublisher(for: url)
.map { UIImage(data: $0.data) }
.replaceError(with: nil)
.receive(on: DispatchQueue.main)
.assign(to: \.image, on: self)
}
func stop() {
cancellable?.cancel()
}
deinit {
cancellable?.cancel()
}
}
struct ContentView: View {
let urls = [
"Ace-Frehley",
"Paul-Stanley",
"Gene-Simmons",
"Peter-Criss"]
.map {
URL(string: "https://www.marshallofrock.com/wp-content/uploads/2011/09/KISS-\($0)-solo-album-cover.jpg")!
}
var body: some View {
VStack {
HStack {
AsyncImage(url: urls[0])
.aspectRatio(contentMode: .fit)
AsyncImage(url: urls[1])
.aspectRatio(contentMode: .fit)
}
HStack {
AsyncImage(url: urls[2])
.aspectRatio(contentMode: .fit)
AsyncImage(url: urls[3])
.aspectRatio(contentMode: .fit)
}
}
}
}
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}
| 23.686275 | 121 | 0.515315 |
42706d99adddfbc4d2eeec65f4e6c4a37f52aae9 | 982 | kt | Kotlin | src/main/kotlin/com/google/shinyay/controller/HelloController.kt | shinyay/spring-cloud-gcp-security-gs | 8d8d7cb0c51e10febf0c8facf93dabcb91394fec | [
"MIT"
] | null | null | null | src/main/kotlin/com/google/shinyay/controller/HelloController.kt | shinyay/spring-cloud-gcp-security-gs | 8d8d7cb0c51e10febf0c8facf93dabcb91394fec | [
"MIT"
] | null | null | null | src/main/kotlin/com/google/shinyay/controller/HelloController.kt | shinyay/spring-cloud-gcp-security-gs | 8d8d7cb0c51e10febf0c8facf93dabcb91394fec | [
"MIT"
] | null | null | null | package com.google.shinyay.controller
import com.google.shinyay.logger
import org.springframework.security.core.context.SecurityContextHolder
import org.springframework.security.oauth2.jwt.Jwt
import org.springframework.web.bind.annotation.GetMapping
import org.springframework.web.bind.annotation.RestController
import java.time.ZoneId
import java.time.ZonedDateTime
import java.time.format.DateTimeFormatter
@RestController
class HelloController {
@GetMapping("/")
fun defaultAccess(): String {
val dateAndTime = ZonedDateTime.now(ZoneId.of("Japan")).format(DateTimeFormatter.ofPattern("yyyy-MM-dd: HH:mm:ss"))
logger.info(dateAndTime)
return "Hello at $dateAndTime"
}
@GetMapping("/security")
fun securedAccess(): String {
val authentication = SecurityContextHolder.getContext().authentication
val jwt: Jwt = authentication.principal as Jwt
return "[$jwt.subject]:[${jwt.getClaimAsString("email")}]"
}
} | 35.071429 | 123 | 0.751527 |
166c218cc5291f492b49155fb37ed62db018cca5 | 4,450 | tsx | TypeScript | src/context/AuthContext.tsx | Danielstep4/budget-manager | ec0b4ca22520cb8c99b1df3759db7111d00f49ac | [
"MIT"
] | null | null | null | src/context/AuthContext.tsx | Danielstep4/budget-manager | ec0b4ca22520cb8c99b1df3759db7111d00f49ac | [
"MIT"
] | null | null | null | src/context/AuthContext.tsx | Danielstep4/budget-manager | ec0b4ca22520cb8c99b1df3759db7111d00f49ac | [
"MIT"
] | 1 | 2021-08-28T09:19:32.000Z | 2021-08-28T09:19:32.000Z | import React, { useState, useContext } from "react";
import { createContext } from "react";
import firebase from "firebase";
import { auth } from "../firebase";
import { useEffect } from "react";
import { clearUserInfoLocalStorage, setUserInfo } from "../utils/db/user";
import { clearFlowLocalStorage } from "../utils/db/flow";
const AuthContext = createContext<AuthContextValue | {}>({});
export const useAuth = (): AuthContextValue => {
///@ts-expect-error
return useContext(AuthContext);
};
const AuthProvider: React.FC = ({ children }) => {
// State
const [currentUser, setCurrentUser] = useState<firebase.User | null>(null);
const [hasAccount, setHasAccount] = useState(false);
const [loading, setLoading] = useState(true);
// useEffects
useEffect(() => {
const hasAccountLocalStorage = localStorage.getItem("hasAccount");
if (!hasAccountLocalStorage) return;
setHasAccount(!!hasAccountLocalStorage);
}, []);
useEffect(() => {
const unsubscribe = auth.onAuthStateChanged((user) => {
if (user) {
setCurrentUser(user);
}
setLoading(false);
});
return unsubscribe;
}, []);
// Helper Functions
const login = (email: string, password: string) => {
return auth.signInWithEmailAndPassword(email, password);
};
const signup = async (email: string, password: string, fullname: string) => {
const response = await auth.createUserWithEmailAndPassword(email, password);
const { user } = response;
if (user) {
await setUserInfo(user);
await user.updateProfile({ displayName: fullname });
}
return response;
};
const signOut = async () => {
clearFlowLocalStorage();
clearUserInfoLocalStorage();
await auth.signOut();
window.location.reload();
};
const updateUserPersonalInfo = async (query: string, newVal: string) => {
if (!currentUser) return;
try {
if (query === "email") {
await currentUser.updateEmail(newVal);
} else {
const fieldToUpdate: any = {};
fieldToUpdate[query] = newVal;
await currentUser.updateProfile(fieldToUpdate);
await auth.updateCurrentUser(currentUser);
}
} catch (e) {
console.log(e);
}
};
const getUserPersonalInfo = (): UserPersonalInfo | undefined => {
if (!currentUser) return;
return {
displayName: currentUser.displayName,
email: currentUser.email,
photoURL: currentUser.photoURL,
};
};
const changeUserPassword = async (
oldPassword: string,
newPassword: string
) => {
if (!currentUser || !currentUser.email) return;
try {
const crdential = firebase.auth.EmailAuthProvider.credential(
currentUser.email,
oldPassword
);
await currentUser.reauthenticateWithCredential(crdential);
await currentUser.updatePassword(newPassword);
return Promise.resolve();
} catch (e: any) {
const err: firebase.auth.Error = e;
if (err.code === "auth/wrong-password") {
return Promise.reject("Wrong old passowrd");
}
}
};
const resetPasswordByEmail = async (email: string) => {
try {
await auth.sendPasswordResetEmail(email);
return email.split("@")[1];
} catch (e) {
return Promise.reject("Try again please.");
}
};
// Value
const value: AuthContextValue = {
currentUser,
hasAccount,
signup,
login,
signOut,
getUserPersonalInfo,
updateUserPersonalInfo,
changeUserPassword,
resetPasswordByEmail,
};
return (
<AuthContext.Provider value={value}>
{!loading && children}
</AuthContext.Provider>
);
};
export default AuthProvider;
export interface AuthContextValue {
currentUser: firebase.User | null;
hasAccount: boolean;
signup: (
email: string,
password: string,
fullname: string
) => Promise<firebase.auth.UserCredential>;
login: (
email: string,
password: string
) => Promise<firebase.auth.UserCredential>;
signOut: () => Promise<void>;
getUserPersonalInfo: () => UserPersonalInfo | undefined;
updateUserPersonalInfo: (query: string, newVal: string) => Promise<void>;
changeUserPassword: (
oldPassword: string,
newPassword: string
) => Promise<void>;
resetPasswordByEmail: (email: string) => Promise<string>;
}
export interface UserPersonalInfo {
displayName: string | null;
email: string | null;
photoURL: string | null;
}
| 27.639752 | 80 | 0.653034 |
7f95089e5f1fd17ac53543e27ce856ea2f10d7ab | 343 | swift | Swift | KnowYourDestination/GifImageView.swift | Specialist17/KnowYourDestination | 5be46f23ec014c6478ee6e12f97a881c47897c71 | [
"MIT"
] | 2 | 2017-10-03T21:25:52.000Z | 2018-01-14T22:40:40.000Z | KnowYourDestination/GifImageView.swift | Specialist17/KnowYourDestination | 5be46f23ec014c6478ee6e12f97a881c47897c71 | [
"MIT"
] | null | null | null | KnowYourDestination/GifImageView.swift | Specialist17/KnowYourDestination | 5be46f23ec014c6478ee6e12f97a881c47897c71 | [
"MIT"
] | null | null | null | //
// GifImageView.swift
//
//
// Created by Fernando on 8/9/17.
//
//
import UIKit
import Gifu
class GifImageView: UIImageView, GIFAnimatable {
public lazy var animator: Animator? = {
return Animator(withDelegate: self)
}()
override public func display(_ layer: CALayer) {
updateImageIfNeeded()
}
}
| 16.333333 | 52 | 0.635569 |
498bf9dc4d5cfae959252cf12d8eb31eab360036 | 290 | html | HTML | awesome team.html | angel52-1832271/angel52-1832271.github.io | 0587063385b669e236592377659f89da41fae8fb | [
"CC-BY-3.0"
] | null | null | null | awesome team.html | angel52-1832271/angel52-1832271.github.io | 0587063385b669e236592377659f89da41fae8fb | [
"CC-BY-3.0"
] | null | null | null | awesome team.html | angel52-1832271/angel52-1832271.github.io | 0587063385b669e236592377659f89da41fae8fb | [
"CC-BY-3.0"
] | null | null | null | <!DOCTYPE html>
<html>
<head>
<center><title>The Best Team</title><center>
</head>
<body>
<h1 style="background-color:Blue;">THE BEST TEAM</h1>
<h2 style="color:rgb(255, 184, 197);">Team Members: Angel and Amanda</h2>
<p>We are awesome. We are the BEST TEAM.</p>
</body>
</html> | 26.363636 | 75 | 0.648276 |
9662321fbfd1445b7703d49c295369171b56dc63 | 20,416 | php | PHP | app/Http/Admin/Tms/TypeController.php | chitushgyl/api.56cold.com | 83acb823cd0a230fa7c36c4d1d79f3494d8369f2 | [
"MIT"
] | null | null | null | app/Http/Admin/Tms/TypeController.php | chitushgyl/api.56cold.com | 83acb823cd0a230fa7c36c4d1d79f3494d8369f2 | [
"MIT"
] | null | null | null | app/Http/Admin/Tms/TypeController.php | chitushgyl/api.56cold.com | 83acb823cd0a230fa7c36c4d1d79f3494d8369f2 | [
"MIT"
] | null | null | null | <?php
namespace App\Http\Admin\Tms;
use Illuminate\Http\Request;
use App\Http\Controllers\CommonController;
use Illuminate\Support\Facades\Input;
use Illuminate\Support\Facades\Validator;
use Maatwebsite\Excel\Facades\Excel;
use App\Tools\Import;
use App\Http\Controllers\StatusController as Status;
use App\Http\Controllers\DetailsController as Details;
use App\Models\Tms\TmsCarType;
class TypeController extends CommonController{
/*** 车辆类型列表头部 /tms/type/typeList
*/
public function typeList(Request $request){
$data['page_info'] =config('page.listrows');
$data['button_info'] =$request->get('anniu');
$abc='车辆类型';
$data['import_info'] =[
'import_text'=>'下载'.$abc.'导入示例文件',
'import_color'=>'#FC5854',
'import_url'=>config('aliyun.oss.url').'execl/2020-07-02/TMS车辆类型导入文件范本.xlsx',
];
$msg['code']=200;
$msg['msg']="数据拉取成功";
$msg['data']=$data;
return $msg;
}
/*** 车辆类型分页 /tms/type/typePage
*/
public function typePage(Request $request){
/** 接收中间件参数**/
$group_info = $request->get('group_info');//接收中间件产生的参数
$button_info = $request->get('anniu');//接收中间件产生的参数
/**接收数据*/
$num =$request->input('num')??10;
$page =$request->input('page')??1;
$use_flag =$request->input('use_flag');
$group_code =$request->input('group_code');
$listrows =$num;
$firstrow =($page-1)*$listrows;
$search=[
['type'=>'=','name'=>'delete_flag','value'=>'Y'],
['type'=>'all','name'=>'use_flag','value'=>$use_flag],
['type'=>'=','name'=>'group_code','value'=>$group_code],
];
$where=get_list_where($search);
$select=['self_id','parame_name','create_user_name','create_time','allweight','allvolume','dimensions',
'costkm_price','low_price','chartered_price','pickup_price','unload_price','morepickup_price','klio','use_flag'
];
switch ($group_info['group_id']){
case 'all':
$data['total']=TmsCarType::where($where)->count(); //总的数据量
$data['items']=TmsCarType::where($where)
->offset($firstrow)->limit($listrows)->orderBy('create_time', 'desc')
->select($select)->get();
$data['group_show']='Y';
break;
case 'one':
$where[]=['group_code','=',$group_info['group_code']];
$data['total']=TmsCarType::where($where)->count(); //总的数据量
$data['items']=TmsCarType::where($where)
->offset($firstrow)->limit($listrows)->orderBy('create_time', 'desc')
->select($select)->get();
$data['group_show']='N';
break;
case 'more':
$data['total']=TmsCarType::where($where)->whereIn('group_code',$group_info['group_code'])->count(); //总的数据量
$data['items']=TmsCarType::where($where)->whereIn('group_code',$group_info['group_code'])
->offset($firstrow)->limit($listrows)->orderBy('create_time', 'desc')
->select($select)->get();
$data['group_show']='Y';
break;
}
foreach ($data['items'] as $k=>$v) {
$v->costkm_price =number_format($v->costkm_price/100,2);
$v->low_price =number_format($v->low_price/100,2);
$v->chartered_price =number_format($v->chartered_price/100,2);
$v->pickup_price =number_format($v->pickup_price/100,2);
$v->unload_price =number_format($v->unload_price/100,2);
$v->morepickup_price =number_format($v->morepickup_price/100,2);
$v->button_info=$button_info;
}
$msg['code']=200;
$msg['msg']="数据拉取成功";
$msg['data']=$data;
return $msg;
}
/*** 新建车辆类型 /tms/type/createType
*/
public function createType(Request $request){
/** 接收数据*/
$self_id=$request->input('self_id');
$where=[
['delete_flag','=','Y'],
['self_id','=',$self_id],
];
$select=['self_id','parame_name','allweight','allvolume','dimensions',
'costkm_price','low_price','chartered_price','pickup_price','unload_price','morepickup_price','klio'
];
$data['info']=TmsCarType::where($where)->select($select)->first();
if($data['info']){
$data['info']->costkm_price=$data['info']->costkm_price/100;
$data['info']->low_price=$data['info']->low_price/100;
$data['info']->chartered_price=$data['info']->chartered_price/100;
$data['info']->pickup_price=$data['info']->pickup_price/100;
$data['info']->unload_price=$data['info']->unload_price/100;
$data['info']->morepickup_price=$data['info']->morepickup_price/100;
}
$msg['code']=200;
$msg['msg']="数据拉取成功";
$msg['data']=$data;
//dd($msg);
return $msg;
}
/*** 车辆类型数据提交 /tms/type/addType
*/
public function addType(Request $request){
$user_info = $request->get('user_info');//接收中间件产生的参数
$operationing = $request->get('operationing');//接收中间件产生的参数
$now_time =date('Y-m-d H:i:s',time());
$table_name ='tms_car_type';
$operationing->access_cause ='创建/修改车辆类型';
$operationing->table =$table_name;
$operationing->operation_type ='create';
$operationing->now_time =$now_time;
$operationing->type ='add';
$input =$request->all();
//dd($input);
/** 接收数据*/
$self_id =$request->input('self_id');
$parame_name =$request->input('parame_name');
$allweight =$request->input('allweight');
$allvolume =$request->input('allvolume');
$dimensions =$request->input('dimensions');
$costkm_price =$request->input('costkm_price');
$low_price =$request->input('low_price');
$chartered_price =$request->input('chartered_price');
$pickup_price =$request->input('pickup_price');
$unload_price =$request->input('unload_price');
$morepickup_price =$request->input('morepickup_price');
$klio =$request->input('klio');
/*** 虚拟数据
// $input['self_id'] =$self_id='good_202007011336328472133661';
$input['parame_name'] =$parame_name='4米2厢车';
$input['allweight'] =$allweight='GIUIUIT';
$input['allvolume'] =$allvolume='GIUIUIT';
$input['dimensions'] =$dimensions='GIUIUIT';
$input['costkm_price'] =$costkm_price='100';
$input['low_price'] =$low_price='100';
$input['chartered_price'] =$chartered_price='100';
$input['pickup_price'] =$pickup_price='100';
$input['unload_price'] =$unload_price='100';
$input['morepickup_price'] =$morepickup_price='100';
$input['klio'] =$klio='35';
**/
$rules=[
'parame_name'=>'required',
];
$message=[
'parame_name.required'=>'车型必须填写',
];
$validator=Validator::make($input,$rules,$message);
if($validator->passes()) {
$data['parame_name'] =$parame_name;
$data['allweight'] =$allweight;
$data['allvolume'] =$allvolume;
$data['dimensions'] =$dimensions;
$data['costkm_price'] =$costkm_price*100;
$data['low_price'] =$low_price*100;
$data['chartered_price'] =$chartered_price*100;
$data['pickup_price'] =$pickup_price*100;
$data['unload_price'] =$unload_price*100;
$data['morepickup_price'] =$morepickup_price*100;
$data['klio'] =$klio;
//dd($data);
$wheres['self_id'] = $self_id;
$old_info=TmsCarType::where($wheres)->first();
if($old_info){
//dd(1111);
$data['update_time']=$now_time;
$id=TmsCarType::where($wheres)->update($data);
$operationing->access_cause='修改车辆类型';
$operationing->operation_type='update';
}else{
$data['self_id'] =generate_id('type_');
$data['create_user_id'] =$user_info->admin_id;
$data['create_user_name'] =$user_info->name;
$data['create_time'] =$data['update_time']=$now_time;
$data['group_code'] = '1234';
$data['group_name'] = '平台方';
$id=TmsCarType::insert($data);
$operationing->access_cause='新建车辆类型';
$operationing->operation_type='create';
}
$operationing->table_id=$old_info?$self_id:$data['self_id'];
$operationing->old_info=$old_info;
$operationing->new_info=$data;
if($id){
$msg['code'] = 200;
$msg['msg'] = "操作成功";
return $msg;
}else{
$msg['code'] = 302;
$msg['msg'] = "操作失败";
return $msg;
}
}else{
//前端用户验证没有通过
$erro=$validator->errors()->all();
$msg['code']=300;
$msg['msg']=null;
foreach ($erro as $k => $v){
$kk=$k+1;
$msg['msg'].=$kk.':'.$v.'</br>';
}
return $msg;
}
}
/*** 车辆类型禁用/启用 /tms/type/typeUseFlag
*/
public function typeUseFlag(Request $request,Status $status){
$now_time=date('Y-m-d H:i:s',time());
$operationing = $request->get('operationing');//接收中间件产生的参数
$table_name='tms_car_type';
$medol_name='TmsCarType';
$self_id=$request->input('self_id');
$flag='useFlag';
// $self_id='car_202012242220439016797353';
$status_info=$status->changeFlag($table_name,$medol_name,$self_id,$flag,$now_time);
$operationing->access_cause='启用/禁用';
$operationing->table=$table_name;
$operationing->table_id=$self_id;
$operationing->now_time=$now_time;
$operationing->old_info=$status_info['old_info'];
$operationing->new_info=$status_info['new_info'];
$operationing->operation_type=$flag;
$msg['code']=$status_info['code'];
$msg['msg']=$status_info['msg'];
$msg['data']=$status_info['new_info'];
return $msg;
}
/*** 车辆类型删除 /tms/type/typeDelFlag
*/
public function typeDelFlag(Request $request,Status $status){
$now_time=date('Y-m-d H:i:s',time());
$operationing = $request->get('operationing');//接收中间件产生的参数
$table_name='tms_car_type';
$medol_name='TmsCarType';
$self_id=$request->input('self_id');
$flag='delFlag';
// $self_id='car_202012242220439016797353';
$status_info=$status->changeFlag($table_name,$medol_name,$self_id,$flag,$now_time);
$operationing->access_cause='删除';
$operationing->table=$table_name;
$operationing->table_id=$self_id;
$operationing->now_time=$now_time;
$operationing->old_info=$status_info['old_info'];
$operationing->new_info=$status_info['new_info'];
$operationing->operation_type=$flag;
$msg['code']=$status_info['code'];
$msg['msg']=$status_info['msg'];
$msg['data']=$status_info['new_info'];
return $msg;
}
/*** 拿去车辆类型数据 /tms/type/getType
*/
public function getType(Request $request){
$where=[
['delete_flag','=','Y'],
['use_flag','=','Y'],
];
$select=['self_id','parame_name','dimensions','allweight','allvolume','img'];
//dd($where);
$data['info']=TmsCarType::where($where)->select($select)->get();
$msg['code']=200;
$msg['msg']="数据拉取成功";
$msg['data']=$data;
//dd($msg);
return $msg;
}
/*** 车辆类型导入 /tms/type/import
*/
public function import(Request $request){
$table_name ='tms_car_type';
$now_time = date('Y-m-d H:i:s', time());
$operationing = $request->get('operationing');//接收中间件产生的参数
$operationing->access_cause ='导入创建车辆类型';
$operationing->table =$table_name;
$operationing->operation_type ='create';
$operationing->now_time =$now_time;
$operationing->type ='import';
$user_info = $request->get('user_info');//接收中间件产生的参数
/** 接收数据*/
$input =$request->all();
$importurl =$request->input('importurl');
$group_code ='1234';
$file_id =$request->input('file_id');
//dd($input);
/****虚拟数据
$input['importurl'] =$importurl="uploads/import/TMS车辆类型导入文件范本.xlsx";
***/
$rules = [
'importurl' => 'required',
];
$message = [
'importurl.required' => '请上传文件',
];
$validator = Validator::make($input, $rules, $message);
if ($validator->passes()) {
/**发起二次效验,1效验文件是不是存在, 2效验文件中是不是有数据 3,本身数据是不是重复!!!* */
if (!file_exists($importurl)) {
$msg['code'] = 301;
$msg['msg'] = '文件不存在';
return $msg;
}
$res = Excel::toArray((new Import),$importurl);
//dump($res);
$info_check=[];
if(array_key_exists('0', $res)){
$info_check=$res[0];
}
//dump($info_check);
/** 定义一个数组,需要的数据和必须填写的项目
键 是EXECL顶部文字,
* 第一个位置是不是必填项目 Y为必填,N为不必须,
* 第二个位置是不是允许重复, Y为允许重复,N为不允许重复
* 第三个位置为长度判断
* 第四个位置为数据库的对应字段
*/
$shuzu=[
'车辆类型' =>['Y','N','64','parame_name'],
'承载体积(立方)' =>['Y','N','6','allvolume'],
'承载重量(kg)' =>['Y','N','10','allweight'],
'车厢内径(如:4.1*2*1.8m)' =>['Y','N','64','dimensions'],
'出车最低价(元)' =>['Y','Y','10','low_price'],
'价格(元/公里)' =>['Y','Y','10','costkm_price'],
'市内包车价(元)' =>['N','Y','10','chartered_price'],
'装货费' =>['Y','Y','10','pickup_price'],
'卸货费' =>['Y','Y','10','unload_price'],
'多点提货费' =>['N','Y','10','morepickup_price'],
];
$ret=arr_check($shuzu,$info_check);
// dump($ret);
if($ret['cando'] == 'N'){
$msg['code'] = 304;
$msg['msg'] = $ret['msg'];
return $msg;
}
$info_wait=$ret['new_array'];
/** 二次效验结束**/
$datalist=[]; //初始化数组为空
$cando='Y'; //错误数据的标记
$strs=''; //错误提示的信息拼接 当有错误信息的时候,将$cando设定为N,就是不允许执行数据库操作
$abcd=0; //初始化为0 当有错误则加1,页面显示的错误条数不能超过$errorNum 防止页面显示不全1
$errorNum=50; //控制错误数据的条数
$a=2;
//dump($info_wait);
/** 现在开始处理$car***/
foreach($info_wait as $k => $v){
$where=[
['delete_flag','=','Y'],
['parame_name','=',$v['parame_name']],
];
$cartype = TmsCarType::where($where)->value('self_id');
if($cartype){
if($abcd<$errorNum){
$strs .= '数据中的第'.$a."行车辆类型已存在".'</br>';
$cando='N';
$abcd++;
}
}
$list=[];
if($cando =='Y'){
$list['self_id'] =generate_id('type_');
$list['parame_name'] = $v['parame_name'];
$list['allweight'] = $v['allweight'];
$list['allvolume'] = $v['allvolume'];
$list['dimensions'] = $v['dimensions'];
$list['costkm_price'] = $v['costkm_price'] ? ($v['costkm_price'] - 0 * 100) : 0;
$list['low_price'] = $v['low_price'] ? ($v['low_price'] - 0 * 100) : 0;
$list['chartered_price'] = $v['chartered_price'] ? ($v['chartered_price'] - 0 * 100) : 0;
$list['pickup_price'] = $v['pickup_price'] ? ($v['pickup_price'] - 0 * 100) : 0;
$list['unload_price'] = $v['unload_price'] ? ($v['unload_price'] - 0 * 100) : 0;
$list['morepickup_price'] = $v['morepickup_price'] ? ($v['morepickup_price'] - 0 * 100) : 0;
$list['group_code'] = $group_code;
$list['group_name'] = '平台方';
$list['create_user_id'] = $user_info->admin_id;
$list['create_user_name'] = $user_info->name;
$list['create_time'] =$list['update_time']=$now_time;
$list['file_id'] =$file_id;
$datalist[]=$list;
}
$a++;
}
$operationing->new_info=$datalist;
//dump($operationing);
// dd($datalist);
if($cando == 'N'){
$msg['code'] = 306;
$msg['msg'] = $strs;
return $msg;
}
$count=count($datalist);
$id= TmsCarType::insert($datalist);
if($id){
$msg['code']=200;
/** 告诉用户,你一共导入了多少条数据,其中比如插入了多少条,修改了多少条!!!*/
$msg['msg']='操作成功,您一共导入'.$count.'条数据';
return $msg;
}else{
$msg['code']=307;
$msg['msg']='操作失败';
return $msg;
}
}else{
$erro = $validator->errors()->all();
$msg['msg'] = null;
foreach ($erro as $k => $v) {
$kk=$k+1;
$msg['msg'].=$kk.':'.$v.'</br>';
}
$msg['code'] = 300;
return $msg;
}
}
/*** 车辆类型详情 /tms/type/details
*/
public function details(Request $request,Details $details){
$self_id=$request->input('self_id');
$table_name='tms_car_type';
$select=['self_id','parame_name','create_time','group_code','group_name','allweight','allvolume','dimensions','costkm_price','low_price','chartered_price','pickup_price','unload_price','morepickup_price','klio'
];
// $self_id='type_202012290957581187464100';
$info=$details->details($self_id,$table_name,$select);
if($info){
/** 如果需要对数据进行处理,请自行在下面对 $$info 进行处理工作*/
$info->costkm_price =number_format($info->costkm_price/100,2);
$info->low_price =number_format($info->low_price/100,2);
$info->chartered_price =number_format($info->chartered_price/100,2);
$info->pickup_price =number_format($info->pickup_price/100,2);
$info->unload_price =number_format($info->unload_price/100,2);
$info->morepickup_price =number_format($info->morepickup_price/100,2);
$data['info']=$info;
$log_flag='Y';
$data['log_flag']=$log_flag;
$log_num='10';
$data['log_num']=$log_num;
$data['log_data']=null;
if($log_flag =='Y'){
$data['log_data']=$details->change($self_id,$log_num);
}
// dd($data);
$msg['code']=200;
$msg['msg']="数据拉取成功";
$msg['data']=$data;
return $msg;
}else{
$msg['code']=300;
$msg['msg']="没有查询到数据";
return $msg;
}
}
}
?>
| 36.719424 | 218 | 0.483297 |
f04885c174b83de4f873553053e8d7a0c7d4a2dc | 5,628 | py | Python | alf/algorithms/diayn_algorithm.py | runjerry/alf | 7e83a29a3102ff04a6ce2c3105ae36f28b090e65 | [
"Apache-2.0"
] | 1 | 2021-03-22T10:53:55.000Z | 2021-03-22T10:53:55.000Z | alf/algorithms/diayn_algorithm.py | Haichao-Zhang/alf | 38a3621337a030f74bb3944d7695e7642e777e10 | [
"Apache-2.0"
] | null | null | null | alf/algorithms/diayn_algorithm.py | Haichao-Zhang/alf | 38a3621337a030f74bb3944d7695e7642e777e10 | [
"Apache-2.0"
] | null | null | null | # Copyright (c) 2020 Horizon Robotics. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from collections import namedtuple
import gin.tf
import tensorflow as tf
from tf_agents.networks.network import Network
import tf_agents.specs.tensor_spec as tensor_spec
from alf.algorithms.algorithm import Algorithm, AlgorithmStep, LossInfo
from alf.utils.normalizers import ScalarAdaptiveNormalizer
from alf.utils.encoding_network import EncodingNetwork
from alf.data_structures import StepType, ActionTimeStep
DIAYNInfo = namedtuple("DIAYNInfo", ["reward", "loss"])
@gin.configurable
class DIAYNAlgorithm(Algorithm):
"""Diversity is All You Need Module
This module learns a set of skill-conditional policies in an unsupervised
way. See Eysenbach et al "Diversity is All You Need: Learning Diverse Skills
without a Reward Function" for more details.
"""
def __init__(self,
num_of_skills,
feature_spec,
hidden_size=256,
reward_adapt_speed=8.0,
encoding_net: Network = None,
discriminator_net: Network = None,
name="DIAYNAlgorithm"):
"""Create a DIAYNAlgorithm.
Args:
num_of_skills (int): number of skills
hidden_size (int|tuple): size of hidden layer(s).
If discriminator_net is None, a default discriminator_net
with this hidden_size will be used.
reward_adapt_speed (float): how fast to adapt the reward normalizer.
rouphly speaking, the statistics for the normalization is
calculated mostly based on the most recent T/speed samples,
where T is the total number of samples.
encoding_net (Network): network for encoding observation into a
latent feature specified by feature_spec. Its input is the same
as the input of this algorithm.
discriminator_net (Network): network for predicting the skill labels
based on the observation.
"""
skill_spec = tf.TensorSpec((num_of_skills, ))
super().__init__(train_state_spec=skill_spec, name=name)
flat_feature_spec = tf.nest.flatten(feature_spec)
assert len(flat_feature_spec
) == 1, "DIAYNAlgorithm doesn't support nested feature_spec"
self._num_skills = num_of_skills
self._encoding_net = encoding_net
if isinstance(hidden_size, int):
hidden_size = (hidden_size, )
if discriminator_net is None:
discriminator_net = EncodingNetwork(
name="discriminator_net",
input_tensor_spec=feature_spec,
fc_layer_params=hidden_size,
last_layer_size=self._num_skills,
last_kernel_initializer=tf.initializers.Zeros())
self._discriminator_net = discriminator_net
self._reward_normalizer = ScalarAdaptiveNormalizer(
speed=reward_adapt_speed)
def train_step(self,
time_step: ActionTimeStep,
state,
calc_intrinsic_reward=True):
"""
Args:
time_step (ActionTimeStep): input time_step data, where the
observation is skill-augmened observation
state (Tensor): state for DIAYN (previous skill)
calc_intrinsic_reward (bool): if False, only return the losses
Returns:
TrainStep:
outputs: empty tuple ()
state: skill
info (DIAYNInfo):
"""
observations_aug = time_step.observation
step_type = time_step.step_type
observation, skill = observations_aug
prev_skill = state
if self._encoding_net is not None:
feature, _ = self._encoding_net(observation)
skill_pred, _ = self._discriminator_net(inputs=feature)
skill_discriminate_loss = tf.nn.softmax_cross_entropy_with_logits(
labels=prev_skill, logits=skill_pred)
valid_masks = tf.cast(
tf.not_equal(step_type, StepType.FIRST), tf.float32)
skill_discriminate_loss = skill_discriminate_loss * valid_masks
intrinsic_reward = ()
if calc_intrinsic_reward:
# use negative cross-entropy as reward
# neglect neg-prior term as it is constant
intrinsic_reward = tf.stop_gradient(-skill_discriminate_loss)
intrinsic_reward = self._reward_normalizer.normalize(
intrinsic_reward)
return AlgorithmStep(
outputs=(),
state=skill,
info=DIAYNInfo(
reward=intrinsic_reward,
loss=LossInfo(
loss=skill_discriminate_loss,
extra=dict(
skill_discriminate_loss=skill_discriminate_loss))))
def calc_loss(self, info: DIAYNInfo):
loss = tf.nest.map_structure(tf.reduce_mean, info.loss)
return LossInfo(scalar_loss=loss.loss, extra=loss.extra)
| 38.813793 | 80 | 0.648543 |
fe502159ceac8a1e99495beadf0566a8543ffd0d | 2,447 | h | C | source/_include/console.h | timothyvolpe/2DProject | 5473bfe7590deb5c9fd03ec2ce9e3709c78c03c9 | [
"MIT"
] | null | null | null | source/_include/console.h | timothyvolpe/2DProject | 5473bfe7590deb5c9fd03ec2ce9e3709c78c03c9 | [
"MIT"
] | null | null | null | source/_include/console.h | timothyvolpe/2DProject | 5473bfe7590deb5c9fd03ec2ce9e3709c78c03c9 | [
"MIT"
] | null | null | null | #pragma once
#include <string>
#include <iostream>
#include <stack>
#define GAME_EXTERNAL_CONSOLE
#define LOG_FILE L"console.log"
#define DEBUG_OPENGL
enum : unsigned char
{
CONSOLE_COLOR_DEFAULT = 0,
CONSOLE_COLOR_WARNING,
CONSOLE_COLOR_ERROR,
CONSOLE_COLOR_LUA,
CONSOLE_COLOR_LUA_SERVER
};
#if defined( GAME_EXTERNAL_CONSOLE ) & defined( _WIN32 )
#define PrintInfo( msg, ... ) CGame::getInstance().getConsole()->printColor( L"", CONSOLE_COLOR_DEFAULT ); wprintf(msg, ##__VA_ARGS__ ); fwprintf( CGame::getInstance().getConsole()->getLogFile(), msg, ##__VA_ARGS__ )
#define PrintWarn( msg, ... ) CGame::getInstance().getConsole()->printColor( L"WARN: ", CONSOLE_COLOR_WARNING ); wprintf(msg, ##__VA_ARGS__ ); fwprintf( CGame::getInstance().getConsole()->getLogFile(), msg, ##__VA_ARGS__ )
#define PrintError( msg, ... ) CGame::getInstance().getConsole()->printColor( L"ERROR: ", CONSOLE_COLOR_ERROR ); wprintf(msg, ##__VA_ARGS__ ); fwprintf( CGame::getInstance().getConsole()->getLogFile(), msg, ##__VA_ARGS__ )
#define PrintLua( msg, ... ) CGame::getInstance().getConsole()->printColor( L"", CONSOLE_COLOR_LUA ); wprintf(msg, ##__VA_ARGS__ ); fwprintf( CGame::getInstance().getConsole()->getLogFile(), msg, ##__VA_ARGS__ )
#define PrintLuaServer( msg, ... ) CGame::getInstance().getConsole()->printColor( L"", CONSOLE_COLOR_LUA_SERVER ); wprintf(msg, ##__VA_ARGS__ ); fwprintf( CGame::getInstance().getConsole()->getLogFile(), msg, ##__VA_ARGS__ )
#elif
#define PrintInfo( msg, ... )
#define PrintWarn( msg, ... )
#define PrintError( msg, ... )
#define PrintLua( msg, ... )
#endif
#if defined( _DEBUG )
#define CheckGLError() CGame::getInstance().getConsole()->checkGLError( false )
#else
#define CheckGLError()
#endif
#if defined( DEBUG_OPENGL )
#define StartGLDebug( name ) CGame::getInstance().getConsole()->startGLDebug( name )
#define EndGLDebug() CGame::getInstance().getConsole()->endGLDebug();
#else
#define StartGLDebug()
#define EndGLDebug()
#endif
class CConsole
{
private:
#ifdef _WIN32
FILE *m_hCout, *m_hCerr;
FILE *m_hLogFile;
#endif
bool m_bFileLogging;
void setColor( unsigned char color );
std::stack<const char*> m_GLDebugNameStack;
public:
CConsole();
~CConsole();
bool initialize();
void destroy();
void printColor( std::wstring msg, unsigned char color );
void startGLDebug( const char *pName );
void endGLDebug();
bool checkGLError( bool debug );
#ifdef _WIN32
FILE* getLogFile();
#endif
}; | 32.197368 | 224 | 0.724152 |
c7fef0893034e27c7f61d5dfb5eb15c880d4c15a | 1,831 | java | Java | server/src/main/java/com/voxelwind/server/game/entities/EntityTypeData.java | lukeeey/voxelwind | 3f88aff790f99a461839fe1b42fab51c9244331e | [
"MIT"
] | 76 | 2016-07-23T18:54:53.000Z | 2016-10-05T19:08:43.000Z | server/src/main/java/com/voxelwind/server/game/entities/EntityTypeData.java | lukeeey/voxelwind | 3f88aff790f99a461839fe1b42fab51c9244331e | [
"MIT"
] | 35 | 2016-08-06T23:44:07.000Z | 2016-10-09T00:09:41.000Z | server/src/main/java/com/voxelwind/server/game/entities/EntityTypeData.java | voxelwind/voxelwind | 5da4c4edd5cfc6569e9b3ca451fd98a699bf111f | [
"MIT"
] | 30 | 2016-11-01T23:50:16.000Z | 2021-09-20T20:50:08.000Z | package com.voxelwind.server.game.entities;
public enum EntityTypeData {
PLAYER(63, 1.8f, 0.6f, 0.6f),
CHICKEN(10, 0.7f),
COW(11, 1.3f),
PIG(12, 0.9f),
SHEEP(13, 1.3f),
WOLF(14, 0.8f),
VILLAGER(15, 1.8f, 0.6f, 0.6f),
MUSHROOMCOW(16, 1.3f),
SQUID(17, 0.95f, 0.95f, 0.95f),
RABBIT(18, 0f),
BAT(19, 0.3f),
IRON_GOLEM(20, 2.9f),
SNOW_GOLEM(21, 1.9f),
OCELOT(22, 0.7f),
HORSE(23, 1.3f),
DONKEY(24, 0f),
MULE(25, 0f),
SKELETON_HORSE(26, 0f),
ZOMBIE_HORSE(27, 0f),
ZOMBIE(32, 1.8f),
CREEPER(33, 1.8f),
SKELETON(34, 1.8f),
SPIDER(35, 1.12f),
ZOMBIE_PIGMAN(36, 1.8f),
SLIME(37, 0),
ENDERMAN(38, 2.9f),
SILVERFISH(39, 0.3f),
CAVE_SPIDER(40, 0.5f),
GHAST(41, 4.0f),
MAGMA_CUBE(42, 0f),
BLAZE(43, 1.8f),
ZOMBIE_VILLAGER(44, 1.8f),
WITCH(45, 1.8f),
STRAY(46, 1.8f),
HUSK(47, 1.8f),
WITHER_SKELETON(48, 3.5f),
GUARDIAN(49, 2.4f),
ELDER_GUARDIAN(50, 1.9f),
WITHER(52, 3.5f),
ITEM(63, 0.25f, 0.25f, 0.25f),
PRIMED_TNT(65, 0.98f, 0.98f, 0.98f),
FALLING_SAND(66, 0.98f, 0.98f, 0.98f),
ARROW(80, 0.5f, 0.5f, 0.5f);
private final int type;
private final float height;
private final float length;
private final float width;
EntityTypeData(int type, float height) {
this(type, height, 0f, 0f);
}
EntityTypeData(int type, float height, float length, float width) {
this.type = type;
this.height = height;
this.length = length;
this.width = width;
}
public int getType() {
return type;
}
public float getHeight() {
return height;
}
public float getLength() {
return length;
}
public float getWidth() {
return width;
}
}
| 22.060241 | 71 | 0.554888 |
b8d0fb2f1bc612f23016a9695c9cb59c33a5e063 | 416 | asm | Assembly | programs/oeis/014/A014979.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/014/A014979.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/014/A014979.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A014979: Numbers that are both triangular and pentagonal.
; 0,1,210,40755,7906276,1533776805,297544793910,57722156241751,11197800766105800,2172315626468283465,421418033734080886426,81752926228785223683195,15859646270350599313653420
mul $0,2
trn $0,1
seq $0,157089 ; Consider all Consecutive Integer Pythagorean septuples (X, X+1, X+2, X+3, Z-2, Z-1, Z) ordered by increasing Z; sequence gives Z values.
div $0,24
| 52 | 173 | 0.802885 |
7392ca2d4d555890620ce3e021528e765c97370c | 1,729 | swift | Swift | Twitter/Tweet.swift | khanhtrung/Week03_Twitter | 1424c97262f6056c7b42e889ffa69453592afb7a | [
"Apache-2.0"
] | null | null | null | Twitter/Tweet.swift | khanhtrung/Week03_Twitter | 1424c97262f6056c7b42e889ffa69453592afb7a | [
"Apache-2.0"
] | 1 | 2016-11-04T16:32:49.000Z | 2016-11-04T16:32:49.000Z | Twitter/Tweet.swift | khanhtrung/Week03_Twitter | 1424c97262f6056c7b42e889ffa69453592afb7a | [
"Apache-2.0"
] | null | null | null | //
// Tweet.swift
// Twitter
//
// Created by Tran Khanh Trung on 10/29/16.
// Copyright © 2016 TRUNG. All rights reserved.
//
import UIKit
class Tweet: NSObject {
var id: Int64 = 0
var id_str: String?
var text: String?
var created_at: NSDate?
var user = NSDictionary()
var retweet_count: Int = 0
var retweeted: Bool = false
var retweeted_status: Tweet?
var favorite_count: Int = 0
var favorited: Bool = false
init(dictionary: NSDictionary) {
let id_NSNumber = dictionary["id"] as? NSNumber
id = id_NSNumber!.int64Value
id_str = dictionary["id_str"] as? String
text = dictionary["text"] as? String
let created_at_String = dictionary["created_at"] as? String
if let created_at_String = created_at_String {
let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "EEE MMM dd HH:mm:ss Z yyyy"
created_at = dateFormatter.date(from: created_at_String) as NSDate?
}
user = dictionary["user"] as! NSDictionary
retweet_count = (dictionary["retweet_count"] as? Int) ?? 0
retweeted = (dictionary["retweeted"] as? Bool) ?? false
retweeted_status = dictionary["retweeted_status"] as? Tweet
favorite_count = (dictionary["favorite_count"] as? Int) ?? 0
favorited = (dictionary["favorited"] as? Bool) ?? false
}
class func tweetsWithArray(dictionaryArr: [NSDictionary]) -> [Tweet] {
var tweets = [Tweet]()
for dictItem in dictionaryArr{
let tweet = Tweet(dictionary: dictItem)
tweets.append(tweet)
}
return tweets
}
}
| 29.810345 | 79 | 0.607287 |
81ccbf0b8096a521d173e1d903eb1c92bb21dc42 | 40,823 | html | HTML | Pendulum web/single-post.html | JudeIghomena/Pendulum-Technical-Limited | 69b1f75692e5cfcb581dacb56cc76aba400cd133 | [
"MIT"
] | 1 | 2019-03-21T12:20:09.000Z | 2019-03-21T12:20:09.000Z | Pendulum web/single-post.html | JudeIghomena/Pendulum-Technical-Limited | 69b1f75692e5cfcb581dacb56cc76aba400cd133 | [
"MIT"
] | null | null | null | Pendulum web/single-post.html | JudeIghomena/Pendulum-Technical-Limited | 69b1f75692e5cfcb581dacb56cc76aba400cd133 | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Credit - Loan & Credit Company HTML Template</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico">
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div class="preloader d-flex align-items-center justify-content-center">
<div class="lds-ellipsis">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- ##### Header Area Start ##### -->
<header class="header-area">
<!-- Top Header Area -->
<div class="top-header-area">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12 d-flex justify-content-between">
<!-- Logo Area -->
<div class="logo">
<a href="index.html"><img src="img/core-img/logo.png" alt=""></a>
</div>
<!-- Top Contact Info -->
<div class="top-contact-info d-flex align-items-center">
<a href="#" data-toggle="tooltip" data-placement="bottom" title="25 th Street Avenue, Los Angeles, CA"><img src="img/core-img/placeholder.png" alt=""> <span>25 th Street Avenue, Los Angeles, CA</span></a>
<a href="#" data-toggle="tooltip" data-placement="bottom" title="office@yourfirm.com"><img src="img/core-img/message.png" alt=""> <span>office@yourfirm.com</span></a>
</div>
</div>
</div>
</div>
</div>
<!-- Navbar Area -->
<div class="credit-main-menu" id="sticker">
<div class="classy-nav-container breakpoint-off">
<div class="container">
<!-- Menu -->
<nav class="classy-navbar justify-content-between" id="creditNav">
<!-- Navbar Toggler -->
<div class="classy-navbar-toggler">
<span class="navbarToggler"><span></span><span></span><span></span></span>
</div>
<!-- Menu -->
<div class="classy-menu">
<!-- Close Button -->
<div class="classycloseIcon">
<div class="cross-wrap"><span class="top"></span><span class="bottom"></span></div>
</div>
<!-- Nav Start -->
<div class="classynav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="#">Pages</a>
<ul class="dropdown">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="post.html">Post</a></li>
<li><a href="single-post.html">Single Post</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
</li>
<li><a href="services.html">Services</a></li>
<li><a href="#">Portfolio</a>
<div class="megamenu">
<ul class="single-mega cn-col-4">
<li><a href="#">Portfolio 1</a></li>
<li><a href="#">Portfolio 2</a></li>
<li><a href="#">Portfolio 3</a></li>
<li><a href="#">Portfolio 4</a></li>
<li><a href="#">Portfolio 5</a></li>
<li><a href="#">Portfolio 6</a></li>
<li><a href="#">Portfolio 7</a></li>
</ul>
<ul class="single-mega cn-col-4">
<li><a href="#">Portfolio 8</a></li>
<li><a href="#">Portfolio 9</a></li>
<li><a href="#">Portfolio 10</a></li>
<li><a href="#">Portfolio 11</a></li>
<li><a href="#">Portfolio 12</a></li>
<li><a href="#">Portfolio 13</a></li>
<li><a href="#">Portfolio 14</a></li>
</ul>
<ul class="single-mega cn-col-4">
<li><a href="#">Portfolio 15</a></li>
<li><a href="#">Portfolio 16</a></li>
<li><a href="#">Portfolio 17</a></li>
<li><a href="#">Portfolio 18</a></li>
<li><a href="#">Portfolio 19</a></li>
<li><a href="#">Portfolio 20</a></li>
<li><a href="#">Portfolio 21</a></li>
</ul>
<ul class="single-mega cn-col-4">
<li><a href="#">Portfolio 22</a></li>
<li><a href="#">Portfolio 23</a></li>
<li><a href="#">Portfolio 24</a></li>
<li><a href="#">Portfolio 25</a></li>
<li><a href="#">Portfolio 26</a></li>
<li><a href="#">Portfolio 27</a></li>
<li><a href="#">Portfolio 28</a></li>
</ul>
</div>
</li>
<li><a href="post.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- Nav End -->
</div>
<!-- Contact -->
<div class="contact">
<a href="#"><img src="img/core-img/call2.png" alt=""> +800 49 900 900</a>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- ##### Header Area End ##### -->
<!-- ##### Breadcrumb Area Start ##### -->
<section class="breadcrumb-area bg-img bg-overlay jarallax" style="background-image: url(img/bg-img/13.jpg);">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-12">
<div class="breadcrumb-content">
<h2>Single Blog</h2>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Single Blog</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Breadcrumb Area End ##### -->
<!-- ##### Post Details Area Start ##### -->
<section class="post-news-area section-padding-100-0">
<div class="container">
<div class="row">
<!-- Post Details Content Area -->
<div class="col-12 col-lg-8">
<div class="post-details-content mb-100">
<img src="img/bg-img/22.jpg" alt="">
<p>Nullam lacinia ex eleifend orci porttitor, suscipit interdum augue condimentum. Etiam pretium turpis eget nibh laoreet iaculis. Proin ac urna at lectus volutpat lobortis. Vestibulum venenatis iaculis diam vitae lobortis. Donec tincidunt viverra elit, sed consectetur est pr etium ac.</p>
<p>Mauris nec mauris tellus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed elit nisl, faucibus eu tempus vel, imperdiet at felis. Sed sed nibh et augue feugiat pharetra. Praesent ultrices nec tortor et gravida. Sed id rhoncus est. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur vitae luctus turpis. Maecenas diam ex, mattis vel dolor ut, fermentum consectetur ex.</p>
<img src="img/bg-img/23.jpg" alt="">
<p>Nullam lacinia ex eleifend orci porttitor, suscipit interdum augue condimentum. Etiam pretium turpis eget nibh laoreet iaculis. Proin ac urna at lectus volutpat lobortis. Vestibulum venenatis iaculis diam vitae lobortis. Donec tincidunt viverra elit, sed consectetur est pr etium ac.</p>
<p>Mauris nec mauris tellus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed elit nisl, faucibus eu tempus vel, imperdiet at felis. Sed sed nibh et augue feugiat pharetra. Praesent ultrices nec tortor et gravida. Sed id rhoncus est. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur vitae luctus turpis. Maecenas diam ex, mattis vel dolor ut, fermentum consectetur ex. </p>
<img src="img/bg-img/24.jpg" alt="">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed elit nisl, faucibus eu tempus vel, imperdiet at felis. Sed sed nibh et augue feugiat pharetra. Praesent ultrices nec tortor et gravida. Sed id rhoncus est. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur vitae luctus turpis. Maecenas diam ex, mattis vel dolor ut, fermentum consectetur ex.</p>
</div>
<!-- Comment Area Start -->
<div class="comment_area clearfix mb-100">
<h4 class="mb-50">Comments</h4>
<ol>
<!-- Single Comment Area -->
<li class="single_comment_area">
<!-- Comment Content -->
<div class="comment-content d-flex">
<!-- Comment Author -->
<div class="comment-author">
<img src="img/bg-img/32.jpg" alt="author">
</div>
<!-- Comment Meta -->
<div class="comment-meta">
<div class="d-flex">
<a href="#" class="post-author">Maria Williams</a>
<a href="#" class="post-date">June 23, 2018 </a>
<a href="#" class="reply">Reply</a>
</div>
<p>Consectetur adipiscing elit. Praesent vel tortor facilisis, volutpat nulla placerat, tinci dunt mi. Nullam vel orci dui. Su spendisse sit amet laoreet neque. Fusce sagittis sus cipit sem a consequat.</p>
</div>
</div>
<ol class="children">
<li class="single_comment_area">
<!-- Comment Content -->
<div class="comment-content d-flex">
<!-- Comment Author -->
<div class="comment-author">
<img src="img/bg-img/33.jpg" alt="author">
</div>
<!-- Comment Meta -->
<div class="comment-meta">
<div class="d-flex">
<a href="#" class="post-author">Christian Williams</a>
<a href="#" class="post-date">April 15, 2018</a>
<a href="#" class="reply">Reply</a>
</div>
<p>Consectetur adipiscing elit. Praesent vel tortor facilisis, Nullam vel orci dui. Su spendisse sit amet laoreet neque.</p>
</div>
</div>
</li>
</ol>
</li>
<!-- Single Comment Area -->
<li class="single_comment_area">
<!-- Comment Content -->
<div class="comment-content d-flex">
<!-- Comment Author -->
<div class="comment-author">
<img src="img/bg-img/32.jpg" alt="author">
</div>
<!-- Comment Meta -->
<div class="comment-meta">
<div class="d-flex">
<a href="#" class="post-author">Lisa Moore</a>
<a href="#" class="post-date">June 23, 2018</a>
<a href="#" class="reply">Reply</a>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent vel tortor facilisis, volutpat nulla placerat, tincidunt mi. Nullam vel orci dui. Su spendisse sit amet laoreet neque. Fusce sagittis suscipit.</p>
</div>
</div>
</li>
</ol>
</div>
<div class="post-a-comment-area mb-100 clearfix">
<h4 class="mb-50">Leave a reply</h4>
<!-- Reply Form -->
<div class="contact-form-area">
<form action="#" method="post">
<div class="row">
<div class="col-12 col-lg-6">
<input type="text" class="form-control" id="name" placeholder="Name*">
</div>
<div class="col-12 col-lg-6">
<input type="email" class="form-control" id="email" placeholder="Email*">
</div>
<div class="col-12">
<input type="text" class="form-control" id="subject" placeholder="Website">
</div>
<div class="col-12">
<textarea name="message" class="form-control" id="message" cols="30" rows="10" placeholder="Message"></textarea>
</div>
<div class="col-12">
<button class="btn credit-btn mt-30" type="submit">Submit Comment</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- Sidebar Widget -->
<div class="col-12 col-sm-9 col-md-6 col-lg-4">
<div class="sidebar-area mb-100">
<!-- Single Sidebar Widget -->
<div class="single-widget-area search-widget">
<form action="#" method="post">
<input type="search" name="search" placeholder="Search">
<button type="submit">Search</button>
</form>
</div>
<!-- Single Sidebar Widget -->
<div class="single-widget-area cata-widget">
<div class="widget-heading">
<div class="line"></div>
<h4>Categories</h4>
</div>
<ul>
<li><a href="#">Advices</a></li>
<li><a href="#">Budgeting</a></li>
<li><a href="#">Fast cash</a></li>
<li><a href="#">Loans for students</a></li>
<li><a href="#">Money hacks</a></li>
<li><a href="#">Payday Loans</a></li>
<li><a href="#">Quick cash</a></li>
<li><a href="#">Supplement income</a></li>
<li><a href="#">Сash loans</a></li>
</ul>
</div>
<!-- Single Sidebar Widget -->
<div class="single-widget-area tabs-widget">
<div class="widget-heading">
<div class="line"></div>
<h4>Latest News</h4>
</div>
<div class="credit-tabs-content">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link" id="tab--1" data-toggle="tab" href="#tab1" role="tab" aria-controls="tab1" aria-selected="false">Latest</a>
</li>
<li class="nav-item">
<a class="nav-link active" id="tab--2" data-toggle="tab" href="#tab2" role="tab" aria-controls="tab2" aria-selected="false">Popular</a>
</li>
<li class="nav-item">
<a class="nav-link" id="tab--3" data-toggle="tab" href="#tab3" role="tab" aria-controls="tab3" aria-selected="true">Comments</a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade" id="tab1" role="tabpanel" aria-labelledby="tab--1">
<div class="credit-tab-content">
<!-- Single News Area -->
<div class="single-news-area d-flex align-items-center">
<div class="news-thumbnail">
<img src="img/bg-img/10.jpg" alt="">
</div>
<div class="news-content">
<span>July 18, 2018</span>
<a href="#">How to get the best loan online</a>
<div class="news-meta">
<a href="#" class="post-author"><img src="img/core-img/pencil.png" alt=""> Jane Smith</a>
<a href="#" class="post-date"><img src="img/core-img/calendar.png" alt=""> April 26</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="single-news-area d-flex align-items-center">
<div class="news-thumbnail">
<img src="img/bg-img/11.jpg" alt="">
</div>
<div class="news-content">
<span>July 18, 2018</span>
<a href="#">A new way to finance your dream home</a>
<div class="news-meta">
<a href="#" class="post-author"><img src="img/core-img/pencil.png" alt=""> Jane Smith</a>
<a href="#" class="post-date"><img src="img/core-img/calendar.png" alt=""> April 26</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="single-news-area d-flex align-items-center">
<div class="news-thumbnail">
<img src="img/bg-img/12.jpg" alt="">
</div>
<div class="news-content">
<span>July 18, 2018</span>
<a href="#">10 tips to get the best loan for you</a>
<div class="news-meta">
<a href="#" class="post-author"><img src="img/core-img/pencil.png" alt=""> Jane Smith</a>
<a href="#" class="post-date"><img src="img/core-img/calendar.png" alt=""> April 26</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade show active" id="tab2" role="tabpanel" aria-labelledby="tab--2">
<div class="credit-tab-content">
<!-- Single News Area -->
<div class="single-news-area d-flex align-items-center">
<div class="news-thumbnail">
<img src="img/bg-img/10.jpg" alt="">
</div>
<div class="news-content">
<span>July 18, 2018</span>
<a href="#">How to get the best loan online</a>
<div class="news-meta">
<a href="#" class="post-author"><img src="img/core-img/pencil.png" alt=""> Jane Smith</a>
<a href="#" class="post-date"><img src="img/core-img/calendar.png" alt=""> April 26</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="single-news-area d-flex align-items-center">
<div class="news-thumbnail">
<img src="img/bg-img/11.jpg" alt="">
</div>
<div class="news-content">
<span>July 18, 2018</span>
<a href="#">A new way to finance your dream home</a>
<div class="news-meta">
<a href="#" class="post-author"><img src="img/core-img/pencil.png" alt=""> Jane Smith</a>
<a href="#" class="post-date"><img src="img/core-img/calendar.png" alt=""> April 26</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="single-news-area d-flex align-items-center">
<div class="news-thumbnail">
<img src="img/bg-img/12.jpg" alt="">
</div>
<div class="news-content">
<span>July 18, 2018</span>
<a href="#">10 tips to get the best loan for you</a>
<div class="news-meta">
<a href="#" class="post-author"><img src="img/core-img/pencil.png" alt=""> Jane Smith</a>
<a href="#" class="post-date"><img src="img/core-img/calendar.png" alt=""> April 26</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="tab3" role="tabpanel" aria-labelledby="tab--3">
<div class="credit-tab-content">
<!-- Single News Area -->
<div class="single-news-area d-flex align-items-center">
<div class="news-thumbnail">
<img src="img/bg-img/10.jpg" alt="">
</div>
<div class="news-content">
<span>July 18, 2018</span>
<a href="#">How to get the best loan online</a>
<div class="news-meta">
<a href="#" class="post-author"><img src="img/core-img/pencil.png" alt=""> Jane Smith</a>
<a href="#" class="post-date"><img src="img/core-img/calendar.png" alt=""> April 26</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="single-news-area d-flex align-items-center">
<div class="news-thumbnail">
<img src="img/bg-img/11.jpg" alt="">
</div>
<div class="news-content">
<span>July 18, 2018</span>
<a href="#">A new way to finance your dream home</a>
<div class="news-meta">
<a href="#" class="post-author"><img src="img/core-img/pencil.png" alt=""> Jane Smith</a>
<a href="#" class="post-date"><img src="img/core-img/calendar.png" alt=""> April 26</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="single-news-area d-flex align-items-center">
<div class="news-thumbnail">
<img src="img/bg-img/12.jpg" alt="">
</div>
<div class="news-content">
<span>July 18, 2018</span>
<a href="#">10 tips to get the best loan for you</a>
<div class="news-meta">
<a href="#" class="post-author"><img src="img/core-img/pencil.png" alt=""> Jane Smith</a>
<a href="#" class="post-date"><img src="img/core-img/calendar.png" alt=""> April 26</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Post Details Area End ##### -->
<!-- ##### Newsletter Area Start ###### -->
<section class="newsletter-area section-padding-100 bg-img jarallax" style="background-image: url(img/bg-img/6.jpg);">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-sm-10 col-lg-8">
<div class="nl-content text-center">
<h2>Subscribe to our newsletter</h2>
<form action="#" method="post">
<input type="email" name="nl-email" id="nlemail" placeholder="Your e-mail">
<button type="submit">Subscribe</button>
</form>
<p>Curabitur elit turpis, maximus quis ullamcorper sed, maximus eu neque. Cras ultrices erat nec auctor blandit.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ##### Newsletter Area End ###### -->
<!-- ##### Footer Area Start ##### -->
<footer class="footer-area section-padding-100-0">
<div class="container">
<div class="row">
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-100">
<h5 class="widget-title">About Us</h5>
<!-- Nav -->
<nav>
<ul>
<li><a href="#">Homepage</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services & Offers</a></li>
<li><a href="#">Portfolio Presentation</a></li>
<li><a href="#">The News</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-100">
<h5 class="widget-title">Solutions</h5>
<!-- Nav -->
<nav>
<ul>
<li><a href="#">Our Loans</a></li>
<li><a href="#">Trading & Commerce</a></li>
<li><a href="#">Banking & Private Equity</a></li>
<li><a href="#">Industrial & Factory</a></li>
<li><a href="#">Financial Solutions</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-100">
<h5 class="widget-title">Our Loans</h5>
<!-- Nav -->
<nav>
<ul>
<li><a href="#">Our Loans</a></li>
<li><a href="#">Trading & Commerce</a></li>
<li><a href="#">Banking & Private Equity</a></li>
<li><a href="#">Industrial & Factory</a></li>
<li><a href="#">Financial Solutions</a></li>
</ul>
</nav>
</div>
</div>
<!-- Single Footer Widget -->
<div class="col-12 col-sm-6 col-lg-3">
<div class="single-footer-widget mb-100">
<h5 class="widget-title">Latest News</h5>
<!-- Single News Area -->
<div class="single-latest-news-area d-flex align-items-center">
<div class="news-thumbnail">
<img src="img/bg-img/7.jpg" alt="">
</div>
<div class="news-content">
<a href="#">How to get the best loan?</a>
<div class="news-meta">
<a href="#" class="post-author"><img src="img/core-img/pencil.png" alt=""> Jane Smith</a>
<a href="#" class="post-date"><img src="img/core-img/calendar.png" alt=""> April 26</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="single-latest-news-area d-flex align-items-center">
<div class="news-thumbnail">
<img src="img/bg-img/8.jpg" alt="">
</div>
<div class="news-content">
<a href="#">A new way to get a loan</a>
<div class="news-meta">
<a href="#" class="post-author"><img src="img/core-img/pencil.png" alt=""> Jane Smith</a>
<a href="#" class="post-date"><img src="img/core-img/calendar.png" alt=""> April 26</a>
</div>
</div>
</div>
<!-- Single News Area -->
<div class="single-latest-news-area d-flex align-items-center">
<div class="news-thumbnail">
<img src="img/bg-img/9.jpg" alt="">
</div>
<div class="news-content">
<a href="#">Finance you home</a>
<div class="news-meta">
<a href="#" class="post-author"><img src="img/core-img/pencil.png" alt=""> Jane Smith</a>
<a href="#" class="post-date"><img src="img/core-img/calendar.png" alt=""> April 26</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Copywrite Area -->
<div class="copywrite-area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="copywrite-content d-flex flex-wrap justify-content-between align-items-center">
<!-- Footer Logo -->
<a href="index.html" class="footer-logo"><img src="img/core-img/logo.png" alt=""></a>
<!-- Copywrite Text -->
<p class="copywrite-text"><a href="#"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- ##### Footer Area Start ##### -->
<!-- ##### All Javascript Script ##### -->
<!-- jQuery-2.2.4 js -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/bootstrap/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins js -->
<script src="js/plugins/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
</body>
</html> | 62.611963 | 433 | 0.339441 |
ddf7707df4a4a266215cb71a9cb3696d97d55625 | 2,255 | h | C | src/utilstrencodings.h | piratecash/piratecash | b33a35868905fc498cfe4d3b8951c7552dec4fbf | [
"MIT"
] | 30 | 2019-01-08T21:32:37.000Z | 2022-03-04T13:06:09.000Z | src/utilstrencodings.h | Cryptonoz/piratecash | b33a35868905fc498cfe4d3b8951c7552dec4fbf | [
"MIT"
] | 23 | 2018-11-14T11:18:58.000Z | 2021-05-26T11:55:00.000Z | src/utilstrencodings.h | Cryptonoz/piratecash | b33a35868905fc498cfe4d3b8951c7552dec4fbf | [
"MIT"
] | 14 | 2018-11-22T02:18:12.000Z | 2022-03-15T23:32:31.000Z | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
/**
* Utilities for converting data from/to strings.
*/
#ifndef BITCOIN_UTILSTRENCODINGS_H
#define BITCOIN_UTILSTRENCODINGS_H
#include "allocators.h"
#include <stdint.h>
#include <string>
#include <vector>
#define BEGIN(a) ((char*)&(a))
#define END(a) ((char*)&((&(a))[1]))
#define UBEGIN(a) ((unsigned char*)&(a))
#define UEND(a) ((unsigned char*)&((&(a))[1]))
#define ARRAYLEN(array) (sizeof(array)/sizeof((array)[0]))
std::string SanitizeString(const std::string& str);
std::vector<unsigned char> ParseHex(const char* psz);
std::vector<unsigned char> ParseHex(const std::string& str);
signed char HexDigit(char c);
bool IsHex(const std::string& str);
std::vector<unsigned char> DecodeBase64(const char* p, bool* pfInvalid = NULL);
std::string DecodeBase64(const std::string& str);
std::string EncodeBase64(const unsigned char* pch, size_t len);
std::string EncodeBase64(const std::string& str);
SecureString DecodeBase64Secure(const SecureString& input);
SecureString EncodeBase64Secure(const SecureString& input);
std::vector<unsigned char> DecodeBase32(const char* p, bool* pfInvalid = NULL);
std::string DecodeBase32(const std::string& str);
std::string EncodeBase32(const unsigned char* pch, size_t len);
std::string EncodeBase32(const std::string& str);
std::string i64tostr(int64_t n);
std::string itostr(int n);
int64_t atoi64(const char* psz);
int64_t atoi64(const std::string& str);
int atoi(const std::string& str);
/**
* Convert string to signed 32-bit integer with strict parse error feedback.
* @returns true if the entire string could be parsed as valid integer,
* false if not the entire string could be parsed or when overflow or underflow occurred.
*/
bool ParseInt32(const std::string& str, int32_t *out);
/**
* Format a paragraph of text to a fixed width, adding spaces for
* indentation to any added line.
*/
std::string FormatParagraph(const std::string in, size_t width=79, size_t indent=0);
#endif // BITCOIN_UTILSTRENCODINGS_H
| 38.87931 | 91 | 0.72816 |
29278f4a616ec7759cec64dd8c8fa3be31882b7e | 20,220 | py | Python | foiamachine/apps/mail/models.py | saizai/foiamachine | 344007d57b47ac93df637e4a282c4d87cc6f78e3 | [
"Unlicense",
"MIT"
] | 9 | 2017-08-02T16:28:10.000Z | 2021-07-19T09:51:46.000Z | foiamachine/apps/mail/models.py | saizai/foiamachine | 344007d57b47ac93df637e4a282c4d87cc6f78e3 | [
"Unlicense",
"MIT"
] | null | null | null | foiamachine/apps/mail/models.py | saizai/foiamachine | 344007d57b47ac93df637e4a282c4d87cc6f78e3 | [
"Unlicense",
"MIT"
] | 5 | 2017-10-10T23:15:02.000Z | 2021-07-19T09:51:48.000Z | from django.db import models
from django.db.models import Q
from django.conf import settings
from django_extensions.db.fields import AutoSlugField
from django.core.files.uploadedfile import InMemoryUploadedFile
from django.utils import timezone
from werkzeug.datastructures import MultiDict
from time import mktime
import simplejson as json
from datetime import datetime
from StringIO import StringIO
from email.utils import parseaddr, parsedate
from dateutil.parser import parse
from attachment import *
from apps.requests.models import Request
from apps.core.models import EmailAddress
import django
import mimetypes
import requests
import poplib
import email
import logging
import boto
import re
logger = logging.getLogger('default')
thread_pattern = re.compile("LOOKUP:[a-zA-Z1234567890]*")
MSG_DIRECTIONS = (
('S', 'SENT'),
('R', "RECEIVED")
)
class MessageId(models.Model):
#messageid should never be more than 250, we do 512 just in case
#http://www.imc.org/ietf-usefor/2000/Jun/0020.html
idd = models.CharField(max_length=255, unique=True)
@property
def get_msg_id(self):
return self.idd
class MailManager(models.Manager):
def get_query_set(self):
return super(MailManager, self).get_query_set().filter(deprecated__isnull=True)
class MailMessage(models.Model):
email_from = models.EmailField(max_length=256)
reply_to = models.EmailField(blank=True, null=True)
to = models.ManyToManyField(EmailAddress, blank=True, null=True, related_name='message_to')
cc = models.ManyToManyField(EmailAddress, blank=True, null=True, related_name='message_cc')
bcc = models.ManyToManyField(EmailAddress, blank=True, null=True, related_name='message_bcc')
body = models.TextField(blank=True, null=True)
subject = models.CharField(max_length=1024)
attachments = models.ManyToManyField(Attachment, blank=True, null=True, related_name='message_attachments')
request = models.ForeignKey(Request, blank=True, null=True)
replies = models.ManyToManyField("self", null=True, blank=True, related_name='prior_thread')
#if it is a reply, then time it was received by mail server otherwise NOW
dated = models.DateTimeField(null=True, blank=True)
#when message was created on our database, if sent by us then created == dated
created = models.DateTimeField(auto_now_add=True)
updated = models.DateTimeField(auto_now=True)
slug = AutoSlugField(populate_from=('subject',), overwrite=False)
direction = models.CharField(max_length=1, choices=MSG_DIRECTIONS,)
message_id = models.CharField(max_length=255, blank=True, null=True)
#todo move to using the MessageId class
received_header = models.TextField(null=True, blank=True)
references = models.ManyToManyField(MessageId, blank=True, null=True, related_name='message_references')
deprecated = models.DateTimeField(null=True)
was_fwded = models.BooleanField('this message was sent by a user to this thread', default=False)
objects = MailManager()
@staticmethod
def get_notes():
#message id is set by mailgun / mail server so unsent messages or user notes have no id
return MailMessage.objects.filter(message_id__isnull=True)
def get_mailboxes(self):
return self.mailbox_messages.all()
def get_email_addresses(self):
retval = []
retval = retval + [address.get_email for address in self.to.all()]
retval = retval + [address.get_email for address in self.cc.all()]
retval = retval + [address.get_email for address in self.bcc.all()]
retval = retval + [self.email_from]
retval = retval + [self.reply_to]
retval = [address for address in retval if address] # Remove any 'Nones'
return retval
@property
def get_references_hdr(self):
retval = [reference.get_msg_id for reference in self.references.all()]
return "\t".join(retval)
@property
def get_reference_ids(self):
return [reference.get_msg_id for reference in self.references.all()]
def add_references(self, references):
for reference in references:
self.references.add(reference)
@property
def get_from_email(self):
return self.email_from
@property
def get_to_emails(self):
return [to.content for to in self.to.all()]
@property
def get_cc_emails(self):
return [cc.content for cc in self.cc.all()]
@property
def plain_text_body(self):
from HTMLParser import HTMLParser
class MLStripper(HTMLParser):
def __init__(self):
self.reset()
self.fed = []
def handle_data(self, d):
self.fed.append(d)
def get_data(self):
return ''.join(self.fed)
s = MLStripper()
s.feed(self.body)
return s.get_data()
@property
def get_body(self):
return self.body.replace("\r", "<br/>")
def send(self, provisioned_address, references=None):
data = {"from": self.email_from,
"to": [addr.get_email for addr in self.to.all()] + ([provisioned_address] if hasattr(settings, 'MG_ROUTE') else []),
"subject": self.subject,
#"h:reply-to": self.reply_to,
"html": self.body
}
if references is not None:
data['h:References'] = references
if self.bcc.all().count() > 0:
data['bcc'] = [addr.get_email for addr in self.bcc.all()]
if self.cc.all().count() > 0:
data['cc'] = [addr.get_email for addr in self.cc.all()]
resp = requests.post(
settings.MG_POST_URL,
files=MultiDict([("attachment", attachment.file) for attachment in self.attachments.all()]),
auth=("api", settings.MAILGUN_KEY),
data=data)
content = json.loads(resp.content)
self.dated = timezone.now()
logging.info('MESSAGE SEND STATUS:%s' % resp.content)
retval = None
if "id" in content.keys():
logger.info("SENT MESSAGE message_id=%s" % content['id'])
self.message_id = content['id']
retval = content['id']
self.save()
return retval
class MailBox(models.Model):
usr = models.ForeignKey(django.contrib.auth.models.User)
messages = models.ManyToManyField(MailMessage, blank=True, null=True, related_name='mailbox_messages')
created = models.DateTimeField(auto_now_add=True)
provisioned_email = models.EmailField(blank=True, null=True)
def get_orphaned_messages(self):
return self.messages.filter(request__id=None).order_by('-dated')
@staticmethod
def get_root(request_id):
return MailMessage.objects.filter(request__id=request_id).order_by('dated')[0]
def get_threads(self, request_id):
#roots = self.messages.filter(request__id=request_id).order_by('dated')
roots = MailMessage.objects.filter(request__id=request_id).order_by('dated')
logger.debug("getting threads len=%s request_id=%s" % (roots.count(), request_id))
if roots.count() <= 0:
return list()
if roots.count() > 0:
return [roots[0]] + [mail_msg for mail_msg in roots[0].replies.all().order_by('dated')]
if roots[0].dated is not None and roots[0].dated >= datetime(month=3, day=18, year=2013):
retval = [reply for reply in roots[0].replies.all()]
retval.insert(0, roots[0])
return retval
return []
def add_message(self, message):
self.messages.add(message)
def check_and_save_mail(self):
messages = self.check_mail()
for message in messages:
try:
mail_msg, inreply = self.parse_message_poptres(message)
self.store_message(mail_msg, inreply)
except Exception as e:
logger.exception(e)
return True
def check_mail(self):
'''
TODO I need to delete messages that have been stored
which should be taken care of with a wrapper method
that deletes messages after I have stored them
'''
M = poplib.POP3(settings.MAILGUN_POP)
M.user(self.get_provisioned_email())
M.pass_(self.get_password())
numMessages = len(M.list()[1])
retval = list()
for i in range(numMessages):
msg = M.retr(i+1)[1]
mail = email.message_from_string('\n'.join(msg))
retval.append(mail)
return retval
def parse_message_poptres(self, message):
'''
http://www.ietf.org/rfc/rfc2822.txt
'''
body = None
html = None
subject = message['Subject']
from_email = parseaddr(message.get('From'))[1]
tos = [EmailAddress.objects.get_or_create(content=parseaddr(msg)[1])[0]
for msg in message.get_all('to', [])]
ccs = [EmailAddress.objects.get_or_create(content=parseaddr(msg)[1])[0]
for msg in message.get_all('cc', [])]
dt = parsedate(message.get('Date'))
datet = datetime.fromtimestamp(mktime(dt)) if dt is not None else dt
inreply = message.get('In-Reply-To', None)
message_id = message.get('Message-Id', None)
raw_header = ""
for key in message.keys():
raw_header += '\n' + message.get(key)
attachments = list()
for part in message.walk():
content_disposition = part.get("Content-Disposition", None)
if content_disposition:
atch = self.parse_attachments_poptres(content_disposition, part)
attachments.append(atch)
elif part.get_content_type() == "text/plain":
if body is None:
body = ""
body += unicode(
part.get_payload(decode=True),
part.get_content_charset(),
'replace'
).encode('utf8', 'replace')
elif part.get_content_type() == "text/html":
if html is None:
html = ""
html += unicode(
part.get_payload(decode=True),
part.get_content_charset(),
'replace'
).encode('utf8', 'replace')
body = html if html is not None else body
#don't save messages we already have
if MailMessage.objects.filter(message_id=message_id).count() > 0:
logger.debug('duplicate message found message_id=%s' % message_id)
return None
if MailMessage.objects.filter(body=body).count() > 0:
ids = [obj.message_id for obj in MailMessage.objects.filter(body=body)]
logger.debug('duplicate body found, ignoring message_id=%s' % ids)
return None
references = message.get('References', None)
references = [MessageId.objects.get_or_create(idd=reference)[0]
for reference in references.split("\t")] if references is not None else []
logger.debug('message_id=%s' % message_id)
mail_msg = MailMessage(subject=subject, email_from=from_email,
direction=MSG_DIRECTIONS[1][0], dated=datet, message_id=message_id,
received_header=raw_header)
mail_msg.body = body
mail_msg.save()
mail_msg.references = references
mail_msg.attachments = attachments
mail_msg.to = tos
mail_msg.cc = ccs
mail_msg.dated = datet
self.messages.add(mail_msg)
return (mail_msg, inreply)
@staticmethod
def parse_message_http(keyvals):
try:
from_email = keyvals['sender'] if 'sender' in keyvals.keys() else ''
message_id = keyvals['Message-Id'] if 'Message-Id' in keyvals.keys() else ''
references = keyvals['References'] if 'References' in keyvals.keys() else ''
inreply = keyvals['In-Reply-To'] if 'In-Reply-To' in keyvals.keys() else ''
text_body = keyvals['body-plain'] if 'body-plain' in keyvals.keys() else ''
html_body = keyvals['body-html'] if 'body-html' in keyvals.keys() else ''
body = text_body if not html_body else html_body
subject = keyvals['subject'] if 'subject' in keyvals.keys() else ''
dt = keyvals['Date'] if 'Date' in keyvals.keys() else None
datet = parse(dt) if dt is not None else dt
raw_header = ''
logger.info('message parsed id=%s' % message_id)
tosi = keyvals['To'].split(',') if 'To' in keyvals.keys() else []
ccsi = keyvals['Cc'].split(',') if 'Cc' in keyvals.keys() else []
from_email = parseaddr(from_email)[1]
tos = [EmailAddress.objects.get_or_create(content=parseaddr(msg)[1])[0]
for msg in tosi]
ccs = [EmailAddress.objects.get_or_create(content=parseaddr(msg)[1])[0]
for msg in ccsi]
logger.info('PREREFERENCES=%s' % references)
references = [MessageId.objects.get_or_create(idd=reference)[0]
for reference in references.split()] if references is not None else []
logger.info('REFERENCES=%s' % references)
mail_msg = MailMessage(subject=subject, email_from=from_email,
direction=MSG_DIRECTIONS[1][0], dated=datet, message_id=message_id,
received_header=raw_header)
mail_msg.body = body
mail_msg.save()
logger.info('message saved pk=%s' % mail_msg.id)
mail_msg.references = references
mail_msg.to = tos
mail_msg.cc = ccs
#self.messages.add(mail_msg)
return (mail_msg, inreply)
except Exception as e:
logger.exception("error parsing message e=%s" % (e))
return (None)
def store_message(self, mail_msg, inreply, files):
#mail_msg, inreply = self.parse_message_poptres(message)
attachments = []
try:
for key in files:
f = files[key]
logger.info('FILE=%s' % f)
atch = Attachment()
atch.user = self.usr
atch.file.save(f.name, f)
atch.save()
attachments.append(atch)
except Exception as e:
logger.exception('cant parse attachment e=%s' % e)
mail_msg.attachments = attachments
if inreply:
try:
logger.info('this message=%s looking up message in reply to: %s' % (mail_msg.message_id, inreply))
refs = mail_msg.get_reference_ids
logger.info('REFERENCES = %s' % refs)
'''
Email RFC details the references header
http://tools.ietf.org/html/rfc2822#section-3.6.4
it is how we create a thread in this app
find all messages referred to in the references header
find the oldest one and add THIS message to its replies
'''
threads = self.messages.filter(message_id__in=refs).order_by('dated')
rthreads = filter(lambda x: x.request is not None, threads)
thread = rthreads[0] if len(rthreads) > 0 else threads[0] if threads.count() > 0 else None
if thread is None:
self.lookup_thread(mail_msg)
else:
if thread.request is not None:
thread = MailMessage.objects.filter(request__id=thread.request.id).order_by('dated')[0]
thread.replies.add(mail_msg)
#mail_msg.request = thread.request
mail_msg.save()
#make sure all messages know about each other
mail_msg.add_references(thread.references.all())
thread.add_references(mail_msg.references.all())
logger.info('FOUND thread message_id=%s' % thread.message_id)
logger.info('THREADS request %s' % thread.request)
logger.info('THREADS replies %s' % [mm.message_id for mm in thread.replies.all()])
mail_msg.reply_to = self.get_provisioned_email()
mail_msg.was_fwded = True#update the fact the message was forwarded
#self.lookup_thread(mail_msg)
cnt = thread.replies.all().filter(message_id__isnull=False).count()
#if this is the first reply
#if cnt == 1:
# status = thread.request.set_status("Response received (but not complete)")
except Exception as e:
logger.exception('tried to lookup root message and send but failed e=%s' % e)
self.lookup_thread(mail_msg)
else:
self.lookup_thread(mail_msg)
return mail_msg
def lookup_thread(self, mail_msg):
any_matches = [thread_pattern.findall(mail_msg.body), thread_pattern.findall(mail_msg.subject)]
for any_match in any_matches:
for match in any_match:
logger.debug("FOUND MATCH =%s" % match)
for req in Request.objects.filter(thread_lookup=match):
threads = self.get_threads(req.id)
logger.debug("LOOKUP CODE THREAD COUNT =%s" % len(threads))
if len(threads) > 0:#messages have been sent!
thread = threads[0]
thread.replies.add(mail_msg)
mail_msg.add_references(thread.references.all())
mail_msg.was_fwded = True
thread.add_references(mail_msg.references.all())
else:#message was never sent
mail_msg.request = req
mail_msg.save()
return mail_msg
def parse_attachments_poptres(self, content_disposition, part):
dispositions = content_disposition.strip().split(";")
if bool(content_disposition and dispositions[0].lower() == "attachment"):
file_data = part.get_payload(decode=True)
attachment = StringIO(file_data)
attachment.content_type = part.get_content_type()
attachment.size = len(file_data)
attachment.name = None
attachment.create_date = None
attachment.mod_date = None
attachment.read_date = None
for param in dispositions[1:]:
name, value = param.split("=")
name = name.lower().strip()
value = value.replace('"', '').strip()
if name == "filename":
attachment.name = value
elif name == "create-date":
attachment.create_date = value
elif name == "modification-date":
attachment.mod_date = value
elif name == "read-date":
attachment.read_date = value
attachment.seek(0, 2)
f = InMemoryUploadedFile(attachment, "", attachment.name, attachment.content_type, attachment.tell(), None)
atch = Attachment()
atch.user = self.usr
atch.file.save(attachment.name, f)
atch.save()
return atch
def get_provisioned_email(self):
if hasattr(settings, 'MG_ROUTE'):
# Fix this beore commit
thisaddress = "%s@%s.%s" % (self.usr.username.split("@")[0], settings.MG_ROUTE, settings.MG_DOMAIN)
else:
thisaddress = "%s@%s" % (self.usr.username.split("@")[0], settings.MG_DOMAIN)
logger.info("THIS address=%s" % thisaddress)
if self.provisioned_email is None or self.provisioned_email != thisaddress:
self.provisioned_email = thisaddress
self.save()
return self.provisioned_email
def get_registered_email(self):
return self.usr.email
| 41.349693 | 128 | 0.601039 |
2a5b132ad3f92fabbaf5baa73a100d04deb4a8fa | 215 | java | Java | src/imgzip/LoginSignIn/ChangePasswordSuccessfullyController.java | fenglinger/JavaProgrem | 35fd87d7f996fdf645e2af13bb6e4d16625877fa | [
"Apache-2.0"
] | null | null | null | src/imgzip/LoginSignIn/ChangePasswordSuccessfullyController.java | fenglinger/JavaProgrem | 35fd87d7f996fdf645e2af13bb6e4d16625877fa | [
"Apache-2.0"
] | null | null | null | src/imgzip/LoginSignIn/ChangePasswordSuccessfullyController.java | fenglinger/JavaProgrem | 35fd87d7f996fdf645e2af13bb6e4d16625877fa | [
"Apache-2.0"
] | null | null | null | package imgzip.LoginSignIn;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.stage.Stage;
/**
@Author: 肖尧
@Date: 2019.12.28
*/
public class ChangePasswordSuccessfullyController {
}
| 15.357143 | 51 | 0.75814 |
a6aad103ad36b1f69a855356ca966e25feb09fd8 | 386 | kt | Kotlin | app/src/main/java/com/vmenon/mpo/model/BiometricsState.kt | hitoshura25/Media-Player-Omega-Android | c8bf31dfa418c742080f6d131ded9fa974c1a9bd | [
"Apache-2.0"
] | 1 | 2021-06-14T12:32:51.000Z | 2021-06-14T12:32:51.000Z | app/src/main/java/com/vmenon/mpo/model/BiometricsState.kt | hitoshura25/Media-Player-Omega-Android | c8bf31dfa418c742080f6d131ded9fa974c1a9bd | [
"Apache-2.0"
] | 47 | 2018-12-07T20:36:13.000Z | 2022-01-15T20:46:09.000Z | app/src/main/java/com/vmenon/mpo/model/BiometricsState.kt | hitoshura25/Media-Player-Omega-Android | c8bf31dfa418c742080f6d131ded9fa974c1a9bd | [
"Apache-2.0"
] | null | null | null | package com.vmenon.mpo.model
import com.vmenon.mpo.auth.domain.biometrics.PromptRequest
sealed class BiometricsState {
data class PromptToEnroll(val request: PromptRequest) : BiometricsState()
data class PromptAfterEnrollment(val request: PromptRequest): BiometricsState()
data class PromptToStayAuthenticated(val enrollmentRequired: Boolean = false) : BiometricsState()
} | 42.888889 | 101 | 0.80829 |
a714c17193d06a51b64969f29aebf0d8c62099fa | 449 | sql | SQL | znodb/Scripts/Views/SchoolsWithStudentsWith190AvgTop10.sql | segor/zno-opendata | fe3e0c9f3d47b0feb7c48dca34821a1b4c7e9f86 | [
"MIT"
] | 6 | 2018-01-24T11:56:32.000Z | 2019-07-24T14:27:36.000Z | znodb/Scripts/Views/SchoolsWithStudentsWith190AvgTop10.sql | segor/zno-opendata | fe3e0c9f3d47b0feb7c48dca34821a1b4c7e9f86 | [
"MIT"
] | 1 | 2017-08-22T18:55:01.000Z | 2017-08-23T08:26:45.000Z | znodb/Scripts/Views/SchoolsWithStudentsWith190AvgTop10.sql | segor/zno-opendata | fe3e0c9f3d47b0feb7c48dca34821a1b4c7e9f86 | [
"MIT"
] | null | null | null | EXEC ('DROP VIEW IF EXISTS [zno$(ZnoYear)].[SchoolsWithStudentsWith190AvgTop10]')
GO
CREATE VIEW [zno$(ZnoYear)].[SchoolsWithStudentsWith190AvgTop10] AS
SELECT TOP (10)
COUNT(DISTINCT V.OutID) AS StudentsN
,Schools.EOName
FROM [zno$(ZnoYear)].PersonScoresWithAvg AS V
INNER JOIN [zno$(ZnoYear)].Schools ON V.EOHash = Schools.EOHash
WHERE (V.Exams >= 3) AND (V.AvgScore >= 190)
GROUP BY Schools.EOHash, Schools.EOName
ORDER BY StudentsN DESC
| 34.538462 | 82 | 0.757238 |
f8e83a063d8540370bf91f287f397e45ea0893a9 | 101 | swift | Swift | Spotify/Spotify/Models/AudioTrack.swift | arthuruan/Spotify | d4f574cbe32081e3fbdc8d45f13123fa5b3ea467 | [
"MIT"
] | 6 | 2022-02-28T00:07:26.000Z | 2022-03-21T19:52:19.000Z | Spotify/Spotify/Models/AudioTrack.swift | arthuruan/Spotify | d4f574cbe32081e3fbdc8d45f13123fa5b3ea467 | [
"MIT"
] | null | null | null | Spotify/Spotify/Models/AudioTrack.swift | arthuruan/Spotify | d4f574cbe32081e3fbdc8d45f13123fa5b3ea467 | [
"MIT"
] | null | null | null | //
// AudioTrack.swift
// Spotify
//
// Created by Arthur Ruan on 26/02/22.
//
import Foundation
| 11.222222 | 39 | 0.643564 |
4c30ef73a0a6703a265fcca9fb64ea6359cef80a | 2,384 | php | PHP | vendor/bennett-treptow/laravel-migration-generator/src/Generators/Concerns/CleansUpColumnIndices.php | romeropol31/Goocrux | 755f9f0666cf9d353b5cfcf609daea4d4a7c1bfa | [
"MIT"
] | 1 | 2021-06-12T07:33:01.000Z | 2021-06-12T07:33:01.000Z | vendor/bennett-treptow/laravel-migration-generator/src/Generators/Concerns/CleansUpColumnIndices.php | romeropol31/Goocrux | 755f9f0666cf9d353b5cfcf609daea4d4a7c1bfa | [
"MIT"
] | null | null | null | vendor/bennett-treptow/laravel-migration-generator/src/Generators/Concerns/CleansUpColumnIndices.php | romeropol31/Goocrux | 755f9f0666cf9d353b5cfcf609daea4d4a7c1bfa | [
"MIT"
] | null | null | null | <?php
namespace LaravelMigrationGenerator\Generators\Concerns;
use LaravelMigrationGenerator\Generators\BaseTableGenerator;
/**
* Trait CleansUpColumnIndices
* @package LaravelMigrationGenerator\Generators\Concerns
* @mixin BaseTableGenerator
*/
trait CleansUpColumnIndices
{
protected function cleanUpColumnsWithIndices(): void
{
foreach ($this->indices as &$index) {
if (! $index->isWritable()) {
continue;
}
$columns = $index->definition()->getIndexColumns();
foreach ($columns as $indexColumn) {
foreach ($this->columns as $column) {
if ($column->definition()->getColumnName() === $indexColumn) {
$indexType = $index->definition()->getIndexType();
$isMultiColumnIndex = $index->definition()->isMultiColumnIndex();
if ($indexType === 'primary' && ! $isMultiColumnIndex) {
$column->definition()->setPrimary(true)->addIndexDefinition($index->definition());
$index->markAsWritable(false);
} elseif ($indexType === 'index' && ! $isMultiColumnIndex) {
$isForeignKeyIndex = false;
foreach ($this->indices as $innerIndex) {
if ($innerIndex->definition()->getIndexType() === 'foreign' && ! $innerIndex->definition()->isMultiColumnIndex() && $innerIndex->definition()->getIndexColumns()[0] == $column->definition()->getColumnName()) {
$isForeignKeyIndex = true;
break;
}
}
if ($isForeignKeyIndex === false) {
$column->definition()->setIndex(true)->addIndexDefinition($index->definition());
}
$index->markAsWritable(false);
} elseif ($indexType === 'unique' && ! $isMultiColumnIndex) {
$column->definition()->setUnique(true)->addIndexDefinition($index->definition());
$index->markAsWritable(false);
}
}
}
}
}
}
}
| 44.148148 | 240 | 0.489933 |
7707fbb34e88ff47b750da5b2f443d66e29b78ca | 1,753 | sql | SQL | www/WEB-INF/templates/Data/sql/CTP/UpdateCombinedRecs.sql | jomofrodo/covid.vue | e461ca41536368ae3fc321d4484921e6987b0068 | [
"MIT"
] | null | null | null | www/WEB-INF/templates/Data/sql/CTP/UpdateCombinedRecs.sql | jomofrodo/covid.vue | e461ca41536368ae3fc321d4484921e6987b0068 | [
"MIT"
] | 2 | 2021-10-06T14:58:33.000Z | 2022-01-22T11:31:38.000Z | www/WEB-INF/templates/Data/sql/CTP/UpdateCombinedRecs.sql | Netazoic/openyet.vue | e461ca41536368ae3fc321d4484921e6987b0068 | [
"MIT"
] | null | null | null | -- UPDATE US rollup records
UPDATE combined
SET positive = v1.positive,
positiveincrease = v1.positiveincrease,
negative = v1.negative,
negativeincrease = v1.negativeincrease,
totaltestresults = v1.totaltestresults,
ppositive = v1.positive/v1.totaltestresults,
totaltestresultsincrease = v1.totaltestresultsincrease,
hospitalized = v1.hospitalized,
hospitalizedincrease = v1.hospitalizedincrease
FROM( SELECT country,
'USA' as countrycode,
sum(positive) as positive,
sum(positiveincrease) as positiveincrease,
sum(negative) as negative,
sum(negativeincrease) as negativeincrease,
sum(hospitalized) as hospitalized,
sum(hospitalizedincrease) as hospitalizedincrease,
sum(totaltestresults) as totaltestresults,
sum(totaltestresultsincrease) as totaltestresultsincrease,
sum(death) as death,
sum(deathincrease) as deathincrease,
date
FROM ctp_statesdaily
WHERE 1=1 -- countrycode = 'USA'
AND state is not null AND state != ''
GROUP BY country, date, countrycode
) AS v1
WHERE ((combined.state is null)) -- rollup records
AND combined.countrycode = v1.countrycode
AND combined.date = v1.date;
-- Updates State records in combined
UPDATE combined
SET positive = v1.positive,
positiveincrease = v1.positiveincrease,
negative = v1.negative,
negativeincrease = v1.negativeincrease,
totaltestresults = v1.totaltestresults,
ppositive = v1.ppositive,
totaltestresultsincrease = v1.totaltestresultsincrease,
hospitalized = v1.hospitalized,
hospitalizedincrease = v1.hospitalizedincrease
FROM (SELECT *,
CASE
WHEN totaltestresults = 0 THEN 0
ELSE positive/totaltestresults
END as ppositive
FROM ctp_statesdaily ctp) v1
WHERE v1.state = combined.statecode
AND combined.county is null
AND v1.date = combined.date;
| 29.216667 | 59 | 0.790645 |
867d06070f20aba20e7336f67a3eefea48ddfd6a | 2,545 | go | Go | inspector.go | Bjorn248/mp3inspect | 047fbe9844e002fe6e93400e71f52a70c1263063 | [
"MIT"
] | 4 | 2015-05-07T15:42:00.000Z | 2019-03-11T04:33:18.000Z | inspector.go | Bjorn248/mp3inspect | 047fbe9844e002fe6e93400e71f52a70c1263063 | [
"MIT"
] | 2 | 2018-10-29T14:20:45.000Z | 2022-03-02T19:12:08.000Z | inspector.go | Bjorn248/mp3inspect | 047fbe9844e002fe6e93400e71f52a70c1263063 | [
"MIT"
] | 1 | 2018-10-04T03:57:30.000Z | 2018-10-04T03:57:30.000Z | package main
import (
"flag"
"fmt"
"os"
"text/tabwriter"
"github.com/betamike/mp3inspect/mp3"
)
func main() {
var pretty bool
var skip bool
flag.BoolVar(&skip, "s", false, "skip printing the output headers")
flag.BoolVar(&pretty, "p", false, "print in a pretty human readable format")
flag.Usage = usage
flag.Parse()
if len(flag.Args()) < 1 {
fatal("missing path to file")
}
info, err := mp3.InspectFile(flag.Args()[0])
if err != nil {
fatal("MP3 inspection failed: %s", err)
}
if pretty {
prettyPrintInfo(info)
} else {
printInfo(info, !skip)
}
}
func fatal(format string, params ...interface{}) {
fmt.Fprintf(os.Stderr, format+"\n", params...)
os.Stderr.Sync()
os.Exit(-1)
}
func usage() {
fmt.Fprintf(os.Stderr, "usage: mp3inspect [flags] <path>\n")
flag.PrintDefaults()
fmt.Fprintln(os.Stderr, "mp3inspect a simple utility for determining information about an mp3")
}
func printInfo(info *mp3.MP3Info, header bool) {
tabWriter := tabwriter.NewWriter(os.Stdout, 0, 8, 0, '\t', 0)
if header {
fmt.Fprintln(tabWriter, "num frames\tbr(bps)\tvbr\tsr(hz)\tID3v1\tID3v2\tv2 size(b)\tbad bytes\tbad frames")
}
fmt.Fprintf(tabWriter, "%d\t%d\t%t\t%d\t%t\t%t\t", info.FrameCount, info.Bitrate, info.IsVBR, info.Samplerate, info.HasID3v1, (info.ID3v2 != nil))
if info.ID3v2 == nil {
fmt.Fprint(tabWriter, "0\t")
} else {
fmt.Fprintf(tabWriter, "%d\t", info.ID3v2.Size)
}
fmt.Fprintf(tabWriter, "%d\t", info.StartGarbage)
if info.FoundMPEG2 || info.FoundMPEG25 ||
info.FoundLayer2 || info.FoundLayer1 {
fmt.Fprint(tabWriter, "1\t")
} else {
fmt.Fprint(tabWriter, "0\t")
}
fmt.Fprint(tabWriter, "\n")
tabWriter.Flush()
}
func prettyPrintInfo(info *mp3.MP3Info) {
if info.FoundMPEG1 && info.FoundLayer3 {
fmt.Printf("MPEG v1 Layer III (Inspected %d frames)\n", info.FrameCount)
}
if info.StartGarbage != 0 {
fmt.Printf("(found %d bytes of non-audio, non-tag data before first valid frame)\n", info.StartGarbage)
}
if info.FoundMPEG2 || info.FoundMPEG25 ||
info.FoundLayer2 || info.FoundLayer1 {
fmt.Printf("(Found non-mp3 frame versions)\n")
}
tabWriter := tabwriter.NewWriter(os.Stdout, 0, 8, 0, '\t', 0)
brType := "CBR"
if info.IsVBR {
brType = "VBR"
}
fmt.Fprintf(tabWriter, "Bitrate:\t%d %s\n", info.Bitrate, brType)
fmt.Fprintf(tabWriter, "Samplerate:\t%d\n", info.Samplerate)
if info.HasID3v1 {
fmt.Fprintf(tabWriter, "ID3v1:\tFound\n")
}
if info.ID3v2 != nil {
fmt.Fprintf(tabWriter, "ID3v2:\tFound (%db)\n", info.ID3v2.Size)
}
tabWriter.Flush()
}
| 26.237113 | 147 | 0.676228 |
e133e33d691038ea56212126eb1530f903d60177 | 6,537 | kt | Kotlin | app/src/main/java/com/labs/pbrother/freegallery/settings/SettingsHelper.kt | zmnpl/FreeGallery | 14ffd44270d7dafd19f0a7abcc7704787d884d39 | [
"Apache-2.0"
] | 2 | 2017-11-03T17:28:16.000Z | 2018-07-11T03:37:40.000Z | app/src/main/java/com/labs/pbrother/freegallery/settings/SettingsHelper.kt | zmnpl/FreeGallery | 14ffd44270d7dafd19f0a7abcc7704787d884d39 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/labs/pbrother/freegallery/settings/SettingsHelper.kt | zmnpl/FreeGallery | 14ffd44270d7dafd19f0a7abcc7704787d884d39 | [
"Apache-2.0"
] | null | null | null | package com.labs.pbrother.freegallery.settings
import android.content.Context
import android.content.SharedPreferences
import android.preference.PreferenceManager
import androidx.core.content.ContextCompat
import com.labs.pbrother.freegallery.R
import com.labs.pbrother.freegallery.controller.Item
/**
* Created by simon on 07.12.16.
*/
class SettingsHelper(val context: Context) {
companion object {
@JvmStatic
val ORDER_BY_DATE_TAKEN = 0
@JvmStatic
val ORDER_BY_DATE_ADDED = 1
@JvmStatic
private val KEY_PREF_STYLE_STYLE_BLACK = "pref_key_style_black"
@JvmStatic
private val KEY_PREF_STYLE_MAIN_COLUMNS = "pref_key_style_main_portrait_columns"
@JvmStatic
private val KEY_PREF_STYLE_COLUMNS = "pref_key_style_portrait_columns"
@JvmStatic
private val KEY_PREF_STYLE_COLORTITLE = "pref_key_style_colorize_title"
@JvmStatic
private val KEY_PREF_STYLE_COLOR_IMAGE_BACKGROUND = "pref_key_style_colorize_imagebackground"
@JvmStatic
private val KEY_PREF_STYLE_HIDE_DRAWER_HEADER = "pref_key_style_hide_drawer_header"
@JvmStatic
val KEY_PREF_ORDER_BY = "pref_key_order_by"
@JvmStatic
val KEY_PREF_EXIF_ORIENTATION = "pref_key_orientation_exif"
@JvmStatic
val KEY_PREF_SHOW_INTRO = "pref_key_show_intro"
@JvmStatic
val KEY_SDURI = "SDCARDURI"
@JvmStatic
val KEY_SDROOT = "SDCARDROOTPATH"
@JvmStatic
private val KEY_PREF_STYLE_COLOR = "pref_key_style_color"
}
private var sharedPref: SharedPreferences = PreferenceManager.getDefaultSharedPreferences(context)
private var orderByDateTaken: String
private var orderByDateAdded: String
private var colorNerd: String
private var colorClassic: String
init {
val orderByOptions = context.resources.getStringArray(R.array.prefOrderByEntries)
orderByDateAdded = orderByOptions[0]
orderByDateTaken = orderByOptions[1]
setItemSort()
val colorOptions = context.resources.getStringArray(R.array.prefStyleColorValues)
colorNerd = colorOptions[0]
colorClassic = colorOptions[1]
}
fun reactToSettingChange(key: String) {
when (key) {
KEY_PREF_ORDER_BY -> {
setItemSort()
}
}
}
private fun setItemSort() {
val setting = sharedPref.getString(KEY_PREF_ORDER_BY, "")
when (setting) {
orderByDateAdded -> {
Item.ORDER_BY = Item.ORDER_BY_DATE_ADDED
}
orderByDateTaken -> {
Item.ORDER_BY = Item.ORDER_BY_DATE_TAKEN
}
}
}
val orientationFromExif: Boolean
get() = sharedPref.getBoolean(KEY_PREF_EXIF_ORIENTATION, true)
val orderBy: Int
get() {
val orderbyoptions = context.resources.getStringArray(R.array.prefOrderByEntries)
return when (sharedPref.getString(KEY_PREF_ORDER_BY, "")) {
orderbyoptions[0] -> {
ORDER_BY_DATE_ADDED
}
orderbyoptions[1] -> {
ORDER_BY_DATE_TAKEN
}
else -> {
ORDER_BY_DATE_ADDED
}
}
}
var showIntro: Boolean
get() = sharedPref.getBoolean(KEY_PREF_SHOW_INTRO, true)
set(value) {
sharedPref.edit().apply {
putBoolean(KEY_PREF_SHOW_INTRO, value)
apply()
}
}
val useImageColorAsBackground: Boolean
get() = sharedPref.getBoolean(KEY_PREF_STYLE_COLOR_IMAGE_BACKGROUND, true)
var columnsInPortrait: Int
get() = Integer.valueOf(sharedPref.getInt(KEY_PREF_STYLE_COLUMNS, 4))
set(value) {
sharedPref.edit().apply {
putInt(KEY_PREF_STYLE_COLUMNS, value)
apply()
}
}
var mainColumnsInPortrait: Int
get() = Integer.valueOf(sharedPref.getInt(KEY_PREF_STYLE_MAIN_COLUMNS, 2))
set(value) {
sharedPref.edit().apply {
putInt(KEY_PREF_STYLE_MAIN_COLUMNS, value)
apply()
}
}
var sdCardUri: String
get() = sharedPref.getString((KEY_SDURI), "")
set(value) {
sharedPref.edit().apply {
putString(KEY_SDURI, value)
apply()
}
}
var sdCardRootPath: String
get() = sharedPref.getString((KEY_SDROOT), "/NOUSABLEPATH")
set(value) {
sharedPref.edit().apply {
putString(KEY_SDROOT, value)
apply()
}
}
val colorizeTitlebar: Boolean = sharedPref.getBoolean(KEY_PREF_STYLE_COLORTITLE, false)
val hideDrawerHeader: Boolean = sharedPref.getBoolean(KEY_PREF_STYLE_HIDE_DRAWER_HEADER, false)
////////////////////////////////////////////////////////////////////////////////////////////////
// themeing
val theme: Int
get() {
val black = sharedPref.getBoolean(KEY_PREF_STYLE_STYLE_BLACK, true)
if (black) return R.style.NerdAppBase
return R.style.DarkAppBase
}
val dialogTheme: Int
get() {
val black = sharedPref.getBoolean(KEY_PREF_STYLE_STYLE_BLACK, true)
if (black) return R.style.NerdDialogBase
return R.style.DarkDialogBase
}
val popupTheme: Int
get() {
val black = sharedPref.getBoolean(KEY_PREF_STYLE_STYLE_BLACK, true)
if (black) return R.style.NerdPopup
return R.style.DarkPopup
}
val defaultCollectionColor: Int = ContextCompat.getColor(context, R.color.colorHighlightDefault)
val colorPrimary: Int
get() {
val black = sharedPref.getBoolean(KEY_PREF_STYLE_STYLE_BLACK, true)
if (black) return ContextCompat.getColor(context, R.color.nerd_primary)
return ContextCompat.getColor(context, R.color.primary)
}
val colorPrimaryDark: Int
get() {
val black = sharedPref.getBoolean(KEY_PREF_STYLE_STYLE_BLACK, true)
if (black) return ContextCompat.getColor(context, R.color.nerd_primary_dark)
return ContextCompat.getColor(context, R.color.primary_dark)
}
val highlightColorAccent: Int
get() = ContextCompat.getColor(context, R.color.accent)
}
| 33.015152 | 102 | 0.616185 |
11c0fee2c6f7c061c941911ea403d6ac24bda363 | 351 | sql | SQL | sql/_01_object/_08_primary_foreign_key/_001_create/cases/1030.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 9 | 2016-03-24T09:51:52.000Z | 2022-03-23T10:49:47.000Z | sql/_01_object/_08_primary_foreign_key/_001_create/cases/1030.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 173 | 2016-04-13T01:16:54.000Z | 2022-03-16T07:50:58.000Z | sql/_01_object/_08_primary_foreign_key/_001_create/cases/1030.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 38 | 2016-03-24T17:10:31.000Z | 2021-10-30T22:55:45.000Z | -- [er]create a table with a primay key,create index on this primary key
create table p7 (a int primary key, b int);
create index idx on p7 ( a);
select attr_name, is_nullable from db_attribute where class_name = 'p7' order by 1,2;
select * from db_index where class_name = 'p7' order by 1,2;
select * from p7 order by 1,2;
drop table p7;
| 20.647059 | 86 | 0.709402 |
2fe0306f14d1399291556a2dd228f50afb9c2088 | 635 | dart | Dart | Chapter_10/pig/lib/src/player.dart | rustkas/dart-for-absolute-begs | c47bc107dd6a49c8775628f95751933d86c5d9c1 | [
"MIT"
] | null | null | null | Chapter_10/pig/lib/src/player.dart | rustkas/dart-for-absolute-begs | c47bc107dd6a49c8775628f95751933d86c5d9c1 | [
"MIT"
] | null | null | null | Chapter_10/pig/lib/src/player.dart | rustkas/dart-for-absolute-begs | c47bc107dd6a49c8775628f95751933d86c5d9c1 | [
"MIT"
] | null | null | null | import 'dart:io';
class Player {
String name;
var score = 0;
Player(this.name);
/// What does the player want to do?
String getMove() {
print('Do you want to (R)oll, (S)tay, or (Q)uit?');
while (true) { // exits if proper response, otherwise keeps taking input
var selection = stdin.readLineSync().toUpperCase(); // get uppercase input
if (selection == 'R') { // roll
return 'Roll';
} else if (selection == 'S') { // stay
return 'Stay';
} else if (selection == 'Q') { // quit
exit(0); // quits the program
}// if
}// while
}// getMove
}
| 25.4 | 81 | 0.544882 |
e48dab163b9c4796ebfd7ae68af4f1f7abf2dd35 | 15,107 | swift | Swift | plus-yizhidian-ios-tsauth-master/Thinksns Plus/FutureController/Group/PostList/controller/GroupInfoController.swift | yunxin-dianbo-ios/dianboOC | e6f566d1599efb832bdaaebc622ce808aa85f9c7 | [
"Apache-2.0"
] | null | null | null | plus-yizhidian-ios-tsauth-master/Thinksns Plus/FutureController/Group/PostList/controller/GroupInfoController.swift | yunxin-dianbo-ios/dianboOC | e6f566d1599efb832bdaaebc622ce808aa85f9c7 | [
"Apache-2.0"
] | null | null | null | plus-yizhidian-ios-tsauth-master/Thinksns Plus/FutureController/Group/PostList/controller/GroupInfoController.swift | yunxin-dianbo-ios/dianboOC | e6f566d1599efb832bdaaebc622ce808aa85f9c7 | [
"Apache-2.0"
] | 1 | 2020-10-22T06:23:24.000Z | 2020-10-22T06:23:24.000Z | //
// GroupInfoController.swift
// ThinkSNS +
//
// Created by GorCat on 2017/12/13.
// Copyright © 2017年 ZhiYiCX. All rights reserved.
//
// 圈子详情 视图控制器
import UIKit
import ObjectMapper
/// 圈子管理类型
enum GroupManagerType: String {
/// 圈主,开放所有信息的设置权限
case master = "圈主"
/// 管理员,管理员只可修改简介与公告
case manager = "管理员"
/// 普通成员,只能看
case member = "成员"
/// 不是圈子的成员
case unjoined = "未加入"
/// 黑名单
case black = "黑名单"
}
class GroupInfoController: GroupBasicController {
/// 圈子
var groupId = 0 {
didSet {
loadData()
}
}
/// 修改圈子信息结束
var finishChangeBlock: ((BuildGroupModel) -> Void)?
/// 旧的圈子数据
fileprivate var oldModel = BuildGroupModel()
/// 管理类型
fileprivate var managerType = GroupManagerType.member {
didSet {
changeControlPrivilege()
}
}
/// 是否是首次进入初始化UI,如果是需要滚动到顶部
/// 以为填充底部的公告等信息,会导致tableview的偏移量不正常
/// 所有手动滚动到顶部
fileprivate var shouldScrollToTop: Bool = true
class func vc(managerType: GroupManagerType, groupId: Int) -> GroupInfoController {
GroupBasicController.type = .groupInfo
let sb = UIStoryboard(name: "GroupBasicController", bundle: nil)
let vc = sb.instantiateInitialViewController() as! GroupBasicController
let subVC = vc as! GroupInfoController
subVC.managerType = managerType
subVC.groupId = groupId
return subVC
}
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
if shouldScrollToTop {
shouldScrollToTop = false
tableView.scrollToTop()
}
}
override func viewDidLoad() {
super.viewDidLoad()
loading()
shouldScrollToTop = true
}
// MARK: - UI
override func setUI() {
super.setUI()
title = "圈子详情"
automaticallyAdjustsScrollViewInsets = false
// 导航栏右方按钮
rightButton.setTitle("保存", for: .normal)
rightButton.sizeToFit()
rightButton.addTarget(self, action: #selector(rightButtonTaped), for: .touchUpInside)
navigationItem.rightBarButtonItem = UIBarButtonItem(customView: rightButton)
rightButton.isEnabled = false
}
/// 根据 managerType 修改界面的对用户开放的设置权限
///
/// - Note: 圈主,开放所有信息的设置权限;管理员,管理员只可修改简介与公告;普通成员,只能看
func changeControlPrivilege() {
// 1.根据管理类型,来设置控件的显示,和控件的操作权限
switch managerType {
case .master: // 开放所有权限
coverMessage.text = "更改圈子头像"
case .manager:
// 禁用除了 简介 和 公告 的所有操作
coverMessage.text = "圈子封面"
nameLab.isHidden = false
nameTextField.isHidden = true
nameTextField.isUserInteractionEnabled = false
cellUserInteraction = [Bool](repeating: false, count: 14)
feedSwitch.isUserInteractionEnabled = false
privateSwitch.isUserInteractionEnabled = false
cellHeights[13] = 0
case .member, .unjoined, .black:
title = "详细信息"
coverMessage.text = "圈子封面"
// 隐藏占位文字
noticeMessage.text = ""
introMessage.text = ""
// 隐藏导航栏右边按钮
rightButton.isHidden = true
nameLab.isHidden = false
nameTextField.isHidden = true
// 禁止普通成员的所有操作
// tableView.isUserInteractionEnabled = false
// 隐藏"同步至动态", "设置私密圈子"等可操作的 cell
for index in 9...11 {
cellHeights[index] = 0
}
justShowPayCountLab.text = ""
cellHeights[13] = 0
isJustShowInfo = false
/// 隐藏所有的可编辑图标
headerArrowIcon.isHidden = true
userLabArrowIcon.isHidden = true
locationArrowIcon.isHidden = true
typeArrowIcon.isHidden = true
}
}
/// 加载圈子数据
func loadData() {
GroupNetworkManager.getGroupInfo(groupId: groupId) { [weak self] (model, message, status) in
guard let model = model else {
self?.loadFaild(type: .network)
return
}
self?.endLoading()
let groupInfoModel = BuildGroupModel(groupModel: model)
self?.oldModel = groupInfoModel
self?.model = BuildGroupModel(groupModel: model)
self?.load(model: groupInfoModel)
}
}
// 将 model 的数据,加载
func load(model: BuildGroupModel) {
guard let localInfo = model.locationInfo else {
return
}
// 1.设置封面图片
coverImageView.kf.setImage(with: URL(string: model.coverImageUrl))
// 2.设置圈子名称
nameTextField.text = model.name
nameLab.text = model.name
// 3.设置分类标签
set(categoryName: model.categoryName)
// 4.设置圈子标签
selectedTags = model.getTagModels()
userInfoLabelCollectionView.setData(data: model.tagNames)
// 5.设置位置信息
switch localInfo {
case .unshow:
set(locationInfo: "不显示位置")
case .location(let local, _, _, _):
set(locationInfo: local)
}
// 6.设置简介
introTextView.text = model.intro.count > 0 ? model.intro : "暂无简介"
textViewDidBeginEditing(introTextView)
textViewDidChange(introTextView)
textViewDidEndEditing(introTextView)
// 7.设置“同步动态”开关
feedSwitch.isOn = model.allowFeed
// 8.设置收费入圈等信息
// 注:入圈权限只能缩小,不能放大。(开放——>私密,开放免费——>开放收费,但不能反着来)
switch model.mode {
case "private":
privateSwitch.isOn = true
chooseFreeButton.isSelected = true
choosePaidButton.isSelected = false
paidTextField.isHidden = true
paidUnitLabel.isHidden = true
if isJustShowInfo == false {
justShowGroupPayTypeLab.textColor = TSColor.normal.minor
justShowFeedSynLab.textColor = TSColor.normal.minor
justShowGroupPayTypeLab.text = "私密圈子"
justShowPayCountLab.text = "免费入圈"
justShowPayCountLab.isHidden = false
privateSwitch.isHidden = true
}
// 公开圈子——免费入圈:允许修正为私密圈子
case "public":
// 私有圈子——私密圈子:可以设置为付费
privateSwitch.isOn = false
privateSwitch.isEnabled = true
if isJustShowInfo == false {
justShowGroupPayTypeLab.text = "公开圈子"
justShowGroupPayTypeLab.textColor = TSColor.normal.minor
justShowFeedSynLab.textColor = TSColor.normal.minor
justShowGroupPayTypeLab.isHidden = false
justShowPayCountLab.isHidden = true
privateSwitch.isHidden = true
}
// 收费圈子:不可设置
case "paid":
privateSwitch.isOn = true
chooseFreeButton.isSelected = false
choosePaidButton.isSelected = true
paidTextField.isHidden = false
paidUnitLabel.isHidden = false
paidTextField.text = "\(model.money)"
privateSwitch.isEnabled = false
chooseFreeButton.isEnabled = false
paidTextField.isEnabled = false
if isJustShowInfo == false {
justShowGroupPayTypeLab.text = "私密圈子"
justShowGroupPayTypeLab.textColor = TSColor.normal.minor
justShowFeedSynLab.textColor = TSColor.normal.minor
justShowPayCountLab.text = "\(model.money) \(TSAppConfig.share.localInfo.goldName)"
justShowPayCountLab.isHidden = false
privateSwitch.isHidden = true
}
default:
break
}
// 9.设置公告信息
noticeTextView.text = model.notice.count > 0 ? model.notice : "暂无公告"
textViewDidBeginEditing(noticeTextView)
textViewDidChange(noticeTextView)
textViewDidEndEditing(noticeTextView)
// 刷新界面
tableView.reloadData()
tableView.scrollsToTop = true
}
// MARK: - Action
/// 用户操作了界面
override func userOperated() {
// 对比旧数据,如果用户改变了,就让修改按钮可以点击
rightButton.isEnabled = isUserChangeGroupInfo() && model.canBuildGroup()
}
/// 点击了修改按钮
func rightButtonTaped() {
view.endEditing(true)
// 1.获取改变的数据模型
let changeModel = ChangeGroupModel(oldModel: oldModel, newModel: model)
// 2.获取定位数据
var localInfo: (String, String, String, String)?
if let locationInfo = changeModel.locationInfo {
switch locationInfo {
case .unshow:
localInfo = ("", "", "", "")
case .location(let location, let latitude, let longtitude, let geohash):
localInfo = (location, latitude, longtitude, geohash)
}
} else {
localInfo = ("", "", "", "")
}
// 3.发起网络请求
let alert = TSIndicatorWindowTop(state: .loading, title: "修改中...")
alert.show()
GroupNetworkManager.changeGroup(groupId: groupId, cover: changeModel.coverImage, name: changeModel.name, tags: changeModel.tagIds, mode: changeModel.mode, intro: changeModel.intro, notice: changeModel.notice, money: changeModel.money, allowFeed: changeModel.allowFeed, locationInfo: localInfo) { [weak self] (message, status, groupDict) in
alert.dismiss()
let resultAlert = TSIndicatorWindowTop(state: status ? .success : .faild, title: message)
resultAlert.show(timeInterval: TSIndicatorWindowTop.defaultShowTimeInterval)
guard let weakself = self, status else {
return
}
// 更新详情页的信息
// GroupModel
let groupDictData: NSData! = try? JSONSerialization.data(withJSONObject: groupDict, options: []) as NSData!
let groupDictJson = NSString(data:groupDictData as Data, encoding: String.Encoding.utf8.rawValue)
let groupModel = Mapper<GroupModel>().map(JSONString: groupDictJson! as String)
NotificationCenter.default.post(name: NSNotification.Name.Group.uploadGroupInfo, object: ["groupId": weakself.groupId, "type": "editGroupInfo", "groupModel": groupModel as? GroupModel])
self?.finishChangeBlock?(weakself.model)
self?.navigationController?.popViewController(animated: true)
}
}
/// 判断用户是否更改了圈子数据
func isUserChangeGroupInfo() -> Bool {
if oldModel.name != model.name {
return true
}
if oldModel.coverImage != model.coverImage {
return true
}
if oldModel.categoryId != model.categoryId {
return true
}
if Set(oldModel.tagIds) != Set(model.tagIds) {
return true
}
if let oldLocal = oldModel.locationInfo, let newLocal = model.locationInfo, !oldLocal.isEqual(to: newLocal) {
return true
}
if oldModel.intro != model.intro {
return true
}
if oldModel.allowFeed != model.allowFeed {
return true
}
if oldModel.mode != model.mode {
return true
}
if oldModel.money != model.money {
return true
}
if oldModel.notice != model.notice {
return true
}
return false
}
// MARK: - <UITableViewDelegate>
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated: false)
view.endEditing(true)
// 1.检查一下操作权限
guard cellUserInteraction[indexPath.row] else {
return
}
guard let cell = tableView.cellForRow(at: indexPath) else {
return
}
var promptMsg: String = ""
var isShowMsg: Bool = false
switch oldModel.mode {
// 私有圈子——私密圈子:不能再修正为私密圈子,但可修正为收费圈子
case "private":
switch cell {
case groupTypeCell:
isShowMsg = true
promptMsg = "私有圈子不能改成公开圈子"
case paidInfoCell:
fallthrough
case freeInfoCell:
fallthrough
default:
super.tableView(tableView, didSelectRowAt: indexPath)
}
// 收费圈子:不可设置
case "paid":
switch cell {
case groupTypeCell:
isShowMsg = true
promptMsg = "收费圈子不能改成公开或私有圈子"
case paidInfoCell:
break
case freeInfoCell:
isShowMsg = true
promptMsg = "收费圈子不能改成公开或私有圈子"
default:
super.tableView(tableView, didSelectRowAt: indexPath)
}
break
// 公开圈子——免费入圈:可任意设置
case "public":
fallthrough
default:
super.tableView(tableView, didSelectRowAt: indexPath)
}
if isShowMsg {
let alert = TSIndicatorWindowTop(state: .faild, title: promptMsg)
alert.show(timeInterval: TSIndicatorWindowTop.defaultShowTimeInterval)
}
}
}
extension GroupInfoController: LoadingViewDelegate {
// 点击了重新加载视图
func reloadingButtonTaped() {
loadData()
}
// 点击了返回按钮
func loadingBackButtonTaped() {
navigationController?.popViewController(animated: true)
}
}
/// 这个类和 BuildGroupModel 的属性名是完全一样的,只是所有属性都是可选的,如果属性有值,表示该属性需要更改,为 nil 表示该属性不需要更改
class ChangeGroupModel {
/// 封面图
var coverImage: UIImage?
/// 圈名
var name: String?
/// 分类
var categoryId: Int?
/// 分类名称
var categoryName: String?
/// 标签
var tagIds: [Int]?
/// 位置信息
var locationInfo: BuildGroupModel.LocationInfo?
/// 简介
var intro: String?
/// 同步到动态
var allowFeed: Bool?
/// 圈子类型
var mode: String?
/// 入圈付费积分金额,当 mode = "paid"
var money: Int?
/// 公告
var notice: String?
init() {
}
init(oldModel: BuildGroupModel, newModel model: BuildGroupModel) {
if oldModel.name != model.name {
name = model.name
}
if oldModel.coverImage != model.coverImage {
coverImage = model.coverImage
}
if oldModel.categoryId != model.categoryId {
categoryId = model.categoryId
}
if Set(oldModel.tagIds) != Set(model.tagIds) {
tagIds = model.tagIds
}
if let oldLocal = oldModel.locationInfo, let newLocal = model.locationInfo, !oldLocal.isEqual(to: newLocal) {
locationInfo = model.locationInfo
} else {
locationInfo = oldModel.locationInfo
}
if oldModel.intro != model.intro {
intro = model.intro
}
if oldModel.allowFeed != model.allowFeed {
allowFeed = model.allowFeed
}
if oldModel.mode != model.mode {
mode = model.mode
}
if oldModel.money != model.money {
money = model.money
}
if oldModel.notice != model.notice {
notice = model.notice
}
}
}
| 33.27533 | 347 | 0.580592 |
3324e48df6cb45bfb982f9754f04ae47cbd3bffa | 7,484 | py | Python | util/utils.py | choyoungjung/xray-align-AR | 18847c01008fe5a53bbdea5915a1a4e84e7c7f22 | [
"MIT"
] | null | null | null | util/utils.py | choyoungjung/xray-align-AR | 18847c01008fe5a53bbdea5915a1a4e84e7c7f22 | [
"MIT"
] | null | null | null | util/utils.py | choyoungjung/xray-align-AR | 18847c01008fe5a53bbdea5915a1a4e84e7c7f22 | [
"MIT"
] | 1 | 2022-02-23T06:45:04.000Z | 2022-02-23T06:45:04.000Z | from __future__ import print_function
import random
from torch.autograd import Variable
import torch
from PIL import Image
import numpy as np
import math
import os
import cv2
'''
Code from
https://github.com/ycszen/pytorch-seg/blob/master/transform.py
Modified so it complies with the Cityscape label map colors
'''
def learning_rate_scheduler(opt, old_lr, epoch):
new_lr_G = 0.0
new_lr_D = 0.0
if opt['lr_update'] == 'linear':
if epoch > opt['niter']:
lrd = opt['lr'] / opt['niter_decay']
new_lr = old_lr - lrd
else:
new_lr = old_lr
new_lr_G = new_lr
new_lr_D = new_lr
elif opt['lr_update'] == 'TTUR':
if epoch > opt['niter']:
lrd = opt['lr'] / opt['niter_decay']
new_lr = old_lr - lrd
else:
new_lr = old_lr
new_lr_G = old_lr / 2.0
new_lr_D = old_lr * 2.0
elif opt['lr_update'] == 'cosine':
reduction_ratio = 0.5 * (1 + math.cos(math.pi * epoch / (opt['niter'] + opt['niter_decay'])))
new_lr = old_lr * reduction_ratio
new_lr_G = old_lr * reduction_ratio
new_lr_D = old_lr * reduction_ratio
else:
raise ValueError('Learning Rate Update Mode {} not implemented'.format(opt['lr_update']))
return new_lr_G, new_lr_D, new_lr
def uint82bin(n, count=8):
"""returns the binary of integer n, count refers to amount of bits"""
return ''.join([str((n >> y) & 1) for y in range(count-1, -1, -1)])
def labelcolormap(N):
if N == 20: # cityscape
label_colours = [(0,0,0)
# 0=Background
,(128,0,0),(255,0,0),(0,85,0),(170,0,51),(255,85,0)
# 1=Hat, 2=Hair, 3=Glove, 4=Sunglasses, 5=UpperClothes
,(0,0,85),(0,119,221),(85,85,0),(0,85,85),(85,51,0)
# 6=Dress, 7=Coat, 8=Socks, 9=Pants, 10=Jumpsuits
,(52,86,128),(0,128,0),(0,0,255),(51,170,221),(0,255,255)
# 11=Scarf, 12=Skirt, 13=Face, 14=LeftArm, 15=RightArm
,(85,255,170),(170,255,85),(255,255,0),(255,170,0)]
# 16=LeftLeg, 17=RightLeg, 18=LeftShoe, 19=RightShoe
cmap = np.array(label_colours,dtype=np.uint8)
else:
cmap = np.zeros((N, 3), dtype=np.uint8)
for i in range(N):
r, g, b = 0, 0, 0
idx = i
for j in range(7):
str_id = uint82bin(idx)
r = r ^ (np.uint8(str_id[-1]) << (7-j))
g = g ^ (np.uint8(str_id[-2]) << (7-j))
b = b ^ (np.uint8(str_id[-3]) << (7-j))
idx >>= 3
cmap[i, 0] = r
cmap[i, 1] = g
cmap[i, 2] = b
return cmap
class Colorize(object):
def __init__(self, n=20):
self.cmap = labelcolormap(n)
self.cmap = torch.from_numpy(self.cmap[:n])
def __call__(self, gray_image):
size = gray_image.size()
color_image = torch.ByteTensor(3, size[1], size[2]).fill_(0)
for label in range(0, len(self.cmap)):
mask = (label == gray_image[0]).cpu()
color_image[0][mask] = self.cmap[label][0]
color_image[1][mask] = self.cmap[label][1]
color_image[2][mask] = self.cmap[label][2]
return color_image
# Converts a Tensor into a Numpy array
# |imtype|: the desired type of the converted numpy array
def tensor2im(image_tensor, imtype=np.uint8, normalize=True):
if isinstance(image_tensor, list):
image_numpy = []
for i in range(len(image_tensor)):
image_numpy.append(tensor2im(image_tensor[i], imtype, normalize))
return image_numpy
image_numpy = image_tensor.cpu().float().numpy()
if normalize:
image_numpy = (np.transpose(image_numpy, (1, 2, 0)) + 1) / 2.0 * 255.0
else:
image_numpy = np.transpose(image_numpy, (1, 2, 0)) * 255.0
image_numpy = np.clip(image_numpy, 0, 255)
if image_numpy.shape[2] == 1 or image_numpy.shape[2] > 3:
image_numpy = image_numpy[:,:,0]
return image_numpy.astype(imtype)
# Converts a one-hot tensor into a colorful label map
def tensor2label(label_tensor, n_label, imtype=np.uint8):
if n_label == 0:
return tensor2im(label_tensor, imtype)
label_tensor = label_tensor.float()
if label_tensor.size()[0] > 1:
label_tensor = label_tensor.max(0, keepdim=True)[1]
label_tensor = Colorize(n_label)(label_tensor)
label_numpy = np.transpose(label_tensor.numpy(), (1, 2, 0))
return label_numpy.astype(imtype)
def tensor2edgemap(label_tensor, imtype=np.uint8):
edgemap = torch.argmax(label_tensor,dim=0,keepdim=True)
edgemap = edgemap.squeeze(0)
edgemap = edgemap.cpu().float().numpy()
return edgemap.astype(imtype)
def mkdirs(paths):
if isinstance(paths, list) and not isinstance(paths, str):
for path in paths:
mkdir(path)
else:
mkdir(paths)
def mkdir(path):
if not os.path.exists(path):
os.makedirs(path)
def gen_noise(shape):
noise = np.zeros(shape, dtype=np.uint8)
noise = cv2.randn(noise, 0, 255)
noise = np.asarray(noise / 255, dtype=np.uint8)
noise = torch.tensor(noise, dtype=torch.float32)
return noise
def save_image(image_numpy, image_path):
image_pil = Image.fromarray(image_numpy)
image_pil.save(image_path)
# noinspection PyBroadException
def save_images(img_tensors, img_names, save_dir):
for img_tensor, img_name in zip(img_tensors, img_names):
tensor = (img_tensor.clone()+1)*0.5 * 255
tensor = tensor.cpu().clamp(0,255)
try:
array = tensor.numpy().astype('uint8')
except Exception:
array = tensor.detach().numpy().astype('uint8')
if array.shape[0] == 1:
array = array.squeeze(0)
elif array.shape[0] == 3:
array = array.swapaxes(0, 1).swapaxes(1, 2)
im = Image.fromarray(array)
im.save(os.path.join(save_dir, img_name), format='JPEG')
def load_checkpoint(model, checkpoint_path):
if not os.path.exists(checkpoint_path):
raise ValueError("'{}' is not a valid checkpoint path".format(checkpoint_path))
model.load_state_dict(torch.load(checkpoint_path))
class ImagePool:
def __init__(self, pool_size):
self.pool_size = pool_size
if self.pool_size > 0:
self.num_imgs = 0
self.images = []
def query(self, images):
if self.pool_size == 0:
return images
return_images = []
for image in images.data:
image = torch.unsqueeze(image, 0)
if self.num_imgs < self.pool_size:
self.num_imgs += 1
self.images.append(image)
return_images.append(image)
else:
p = random.uniform(0, 1)
if p > 0.5:
random_id = random.randint(0, self.pool_size-1)
tmp = self.images[random_id].clone()
self.images[random_id] = image
return_images.append(tmp)
else:
return_images.append(image)
return_images = Variable(torch.cat(return_images, 0))
return return_images
| 34.971963 | 102 | 0.568813 |
ebf9892ceb6311526e28cb4f94d0498b845579d4 | 128 | sql | SQL | src/main/resources/db/migration/V7__add_media_cache_table.sql | Senpos/evil-bot | 70611e6b26dc9cd22d82e63e435389cc3c1db290 | [
"MIT"
] | 11 | 2019-08-13T11:12:57.000Z | 2021-12-23T17:41:18.000Z | src/main/resources/db/migration/V7__add_media_cache_table.sql | Senpos/evil-bot | 70611e6b26dc9cd22d82e63e435389cc3c1db290 | [
"MIT"
] | 28 | 2019-12-25T11:59:01.000Z | 2021-10-31T20:21:54.000Z | src/main/resources/db/migration/V7__add_media_cache_table.sql | Senpos/evil-bot | 70611e6b26dc9cd22d82e63e435389cc3c1db290 | [
"MIT"
] | 20 | 2019-10-26T12:14:47.000Z | 2021-11-04T13:10:06.000Z | CREATE TABLE media_cache
(
id SERIAL PRIMARY KEY,
digest VARCHAR NOT NULL UNIQUE,
file_id VARCHAR NOT NULL
);
| 18.285714 | 36 | 0.679688 |
583fa55efea6a37e0125021bd1d59caea91221cb | 11,668 | c | C | htp/htp_urlencoded.c | basking2/libhtp | 5e638395fcfde9617c6902f7f18ad403c5c5aea1 | [
"BSD-3-Clause"
] | 1 | 2019-12-22T21:08:35.000Z | 2019-12-22T21:08:35.000Z | htp/htp_urlencoded.c | basking2/libhtp | 5e638395fcfde9617c6902f7f18ad403c5c5aea1 | [
"BSD-3-Clause"
] | null | null | null | htp/htp_urlencoded.c | basking2/libhtp | 5e638395fcfde9617c6902f7f18ad403c5c5aea1 | [
"BSD-3-Clause"
] | 1 | 2019-12-11T07:29:33.000Z | 2019-12-11T07:29:33.000Z | /***************************************************************************
* Copyright (c) 2009-2010 Open Information Security Foundation
* Copyright (c) 2010-2013 Qualys, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* - Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* - Neither the name of the Qualys, Inc. nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
***************************************************************************/
/**
* @file
* @author Ivan Ristic <ivanr@webkreator.com>
*/
#include "htp_private.h"
/**
* This method is invoked whenever a piece of data, belonging to a single field (name or value)
* becomes available. It will either create a new parameter or store the transient information
* until a parameter can be created.
*
* @param[in] urlenp
* @param[in] data
* @param[in] startpos
* @param[in] endpos
* @param[in] c Should contain -1 if the reason this function is called is because the end of
* the current data chunk is reached.
*/
static void htp_urlenp_add_field_piece(htp_urlenp_t *urlenp, const unsigned char *data, size_t startpos, size_t endpos, int last_char) {
// Add field if we know it ended (last_char is something other than -1)
// or if we know that there won't be any more input data (urlenp->_complete is true).
if ((last_char != -1) || (urlenp->_complete)) {
// Prepare the field value, assembling from multiple pieces as necessary.
bstr *field = NULL;
// Did we use the string builder for this field?
if (bstr_builder_size(urlenp->_bb) > 0) {
// The current field consists of more than once piece, we have to use the string builder.
// Add current piece to string builder.
if ((data != NULL) && (endpos - startpos > 0)) {
bstr_builder_append_mem(urlenp->_bb, data + startpos, endpos - startpos);
}
// Generate the field and clear the string builder.
field = bstr_builder_to_str(urlenp->_bb);
if (field == NULL) return;
bstr_builder_clear(urlenp->_bb);
} else {
// We only have the current piece to work with, so no need to involve the string builder.
if ((data != NULL) && (endpos - startpos > 0)) {
field = bstr_dup_mem(data + startpos, endpos - startpos);
if (field == NULL) return;
}
}
// Process field as key or value, as appropriate.
if (urlenp->_state == HTP_URLENP_STATE_KEY) {
// Key.
// If there is no more work left to do, then we have a single key. Add it.
if ((urlenp->_complete)||(last_char == urlenp->argument_separator)) {
// Handling empty pairs is tricky. We don't want to create a pair for
// an entirely empty input, but in some cases it may be appropriate
// (e.g., /index.php?&q=2).
if ((field != NULL)||(last_char == urlenp->argument_separator)) {
// Add one pair, with an empty value and possibly empty key too.
bstr *name = field;
if (name == NULL) {
name = bstr_dup_c("");
if (name == NULL) return;
}
bstr *value = bstr_dup_c("");
if (value == NULL) {
bstr_free(name);
return;
}
if (urlenp->decode_url_encoding) {
htp_tx_urldecode_params_inplace(urlenp->tx, name);
}
htp_table_addn(urlenp->params, name, value);
urlenp->_name = NULL;
#ifdef HTP_DEBUG
fprint_raw_data(stderr, "NAME", bstr_ptr(name), bstr_len(name));
fprint_raw_data(stderr, "VALUE", bstr_ptr(value), bstr_len(value));
#endif
}
} else {
// This key will possibly be followed by a value, so keep it for later.
urlenp->_name = field;
}
} else {
// Value (with a key remembered from before).
bstr *name = urlenp->_name;
urlenp->_name = NULL;
if (name == NULL) {
name = bstr_dup_c("");
if (name == NULL) {
bstr_free(field);
return;
}
}
bstr *value = field;
if (value == NULL) {
value = bstr_dup_c("");
if (value == NULL) {
bstr_free(name);
return;
}
}
if (urlenp->decode_url_encoding) {
htp_tx_urldecode_params_inplace(urlenp->tx, name);
htp_tx_urldecode_params_inplace(urlenp->tx, value);
}
htp_table_addn(urlenp->params, name, value);
#ifdef HTP_DEBUG
fprint_raw_data(stderr, "NAME", bstr_ptr(name), bstr_len(name));
fprint_raw_data(stderr, "VALUE", bstr_ptr(value), bstr_len(value));
#endif
}
} else {
// The field has not ended. We'll make a copy of of the available data for later.
if ((data != NULL) && (endpos - startpos > 0)) {
bstr_builder_append_mem(urlenp->_bb, data + startpos, endpos - startpos);
}
}
}
/**
* Creates a new URLENCODED parser.
*
* @return New parser, or NULL on memory allocation failure.
*/
htp_urlenp_t *htp_urlenp_create(htp_tx_t *tx) {
htp_urlenp_t *urlenp = calloc(1, sizeof (htp_urlenp_t));
if (urlenp == NULL) return NULL;
urlenp->tx = tx;
urlenp->params = htp_table_create(HTP_URLENP_DEFAULT_PARAMS_SIZE);
if (urlenp->params == NULL) {
free(urlenp);
return NULL;
}
urlenp->_bb = bstr_builder_create();
if (urlenp->_bb == NULL) {
htp_table_destroy(urlenp->params);
free(urlenp);
return NULL;
}
urlenp->argument_separator = '&';
urlenp->decode_url_encoding = 1;
urlenp->_state = HTP_URLENP_STATE_KEY;
return urlenp;
}
/**
* Destroys an existing URLENCODED parser.
*
* @param[in] urlenp
*/
void htp_urlenp_destroy(htp_urlenp_t *urlenp) {
if (urlenp == NULL) return;
if (urlenp->_name != NULL) {
bstr_free(urlenp->_name);
}
bstr_builder_destroy(urlenp->_bb);
if (urlenp->params != NULL) {
// Destroy parameters.
for (size_t i = 0, n = htp_table_size(urlenp->params); i < n; i++) {
bstr *b = htp_table_get_index(urlenp->params, i, NULL);
// Parameter name will be freed by the table code.
bstr_free(b);
}
htp_table_destroy(urlenp->params);
}
free(urlenp);
}
/**
* Finalizes parsing, forcing the parser to convert any outstanding
* data into parameters. This method should be invoked at the end
* of a parsing operation that used htp_urlenp_parse_partial().
*
* @param[in] urlenp
* @return Success indication
*/
htp_status_t htp_urlenp_finalize(htp_urlenp_t *urlenp) {
urlenp->_complete = 1;
return htp_urlenp_parse_partial(urlenp, NULL, 0);
}
/**
* Parses the provided data chunk under the assumption
* that it contains all the data that will be parsed. When this
* method is used for parsing the finalization method should not
* be invoked.
*
* @param[in] urlenp
* @param[in] data
* @param[in] len
* @return
*/
htp_status_t htp_urlenp_parse_complete(htp_urlenp_t *urlenp, const void *data, size_t len) {
htp_urlenp_parse_partial(urlenp, data, len);
return htp_urlenp_finalize(urlenp);
}
/**
* Parses the provided data chunk, keeping state to allow streaming parsing, i.e., the
* parsing where only partial information is available at any one time. The method
* htp_urlenp_finalize() must be invoked at the end to finalize parsing.
*
* @param[in] urlenp
* @param[in] _data
* @param[in] len
* @return
*/
htp_status_t htp_urlenp_parse_partial(htp_urlenp_t *urlenp, const void *_data, size_t len) {
unsigned char *data = (unsigned char *) _data;
size_t startpos = 0;
size_t pos = 0;
int c;
if (data == NULL) len = 0;
do {
// Get the next character, or use -1 to indicate end of input.
if (pos < len) c = data[pos];
else c = -1;
switch (urlenp->_state) {
case HTP_URLENP_STATE_KEY:
// Look for =, argument separator, or end of input.
if ((c == '=') || (c == urlenp->argument_separator) || (c == -1)) {
// Data from startpos to pos.
htp_urlenp_add_field_piece(urlenp, data, startpos, pos, c);
// If it's not the end of input, then it must be the end of this field.
if (c != -1) {
// Next state.
startpos = pos + 1;
if (c == urlenp->argument_separator) {
urlenp->_state = HTP_URLENP_STATE_KEY;
} else {
urlenp->_state = HTP_URLENP_STATE_VALUE;
}
}
}
pos++;
break;
case HTP_URLENP_STATE_VALUE:
// Look for argument separator or end of input.
if ((c == urlenp->argument_separator) || (c == -1)) {
// Data from startpos to pos.
htp_urlenp_add_field_piece(urlenp, data, startpos, pos, c);
// If it's not the end of input, then it must be the end of this field.
if (c != -1) {
// Next state.
startpos = pos + 1;
urlenp->_state = HTP_URLENP_STATE_KEY;
}
}
pos++;
break;
default:
// Invalid state.
return HTP_ERROR;
}
} while (c != -1);
return HTP_OK;
}
| 35.250755 | 140 | 0.55845 |
757f829844b8adfb77643f4843017499bc5b822b | 248,425 | c | C | src/clib/u8g2_font_unifont_t_japanese2.c | kzhioki/U8g2_Arduino | 42bac40675ab7404e6df3444cb01124aa9bd17b2 | [
"BSD-2-Clause"
] | null | null | null | src/clib/u8g2_font_unifont_t_japanese2.c | kzhioki/U8g2_Arduino | 42bac40675ab7404e6df3444cb01124aa9bd17b2 | [
"BSD-2-Clause"
] | null | null | null | src/clib/u8g2_font_unifont_t_japanese2.c | kzhioki/U8g2_Arduino | 42bac40675ab7404e6df3444cb01124aa9bd17b2 | [
"BSD-2-Clause"
] | null | null | null | #include "u8g2.h"
/*
Fontname: -gnu-Unifont-Medium-R-Normal-Sans-16-160-75-75-c-80-iso10646-1
Copyright: Copyright (C) 2014 Roman Czyborra, Paul Hardy, Qianqian Fang, Andrew Miller, et al. Licensed under the GNU General Public License; either version 2, or (at your option) a later version, with the GNU Font Embedding Exception.
Glyphs: 2234/57086
BBX Build Mode: 0
*/
#ifdef U8G2_USE_LARGE_FONTS
const uint8_t u8g2_font_unifont_t_japanese2[90468] U8G2_FONT_SECTION("u8g2_font_unifont_t_japanese2") =
"\272\0\3\2\5\5\5\5\6\20\20\0\376\12\376\13\377\1\231\3\65\4\337 \6\0@\217\2!\10A"
"Q\210\342\220\10\42\10\205H\214\42s\13#\17FE\210\252\247aH\242\226a\210z\2$\22GE"
"\210.\34\224(\222\302y\214\244\312 f\0%\24GE\210F\223\222R\22)i\234&R\22%%"
"M\1&\22GE\210j+e\225PL\42-\21\223L\232\2'\7\201P\214b\10(\14\203\315\207"
"*\211\222\250\267(\13)\15\203\311\207\42\213\262\250\227(\211\0*\15\347\304\210\256Ti\333\222\246Z"
"\6+\14\347\304\210.\256\15C\26\327\0,\11\202L\207BI\24\0-\7$H\212b\10.\7B"
"L\210b\10/\14FE\210\266X\15\323\260\232\2\60\16FE\210J\213\222\320\307$\312$\0\61\14"
"EI\210*\223\222\260O\203\0\62\17FE\210fHB\61\315\264\260\232\16\3\63\20FE\210fH"
"B\61\215\346T\24\223!\1\64\20FE\210\62\324\222\250\222%Y\62\214i\5\65\17FE\210\342\220"
"V\7\71M\305dH\0\66\17FE\210j\12\323tPB\307dH\0\67\14FE\210\342ZL\213"
"i\23\0\70\20FE\210fHBc\62$\241c\62$\0\71\16FE\210fHBc\62\250\215\321"
"\4:\11\342\314\210b\210\207\0;\12\42\315\207b\210\225D\1<\11%I\210\62\353\332\1=\11\246"
"D\211\342N\34\6>\11%E\210\42\355\326\21\77\17FE\210fHB\61\15\253\71\230F\0@\22"
"FE\210j\312\244DI\226H\211\224HZ\342!A\16FE\210J\213ZBq\30D\307\0B\16"
"FE\210bPB\343\260\204\216\303\2C\16FE\210fHBkG\61\31\22\0D\16FE\210b"
"\210\262$\364[\62D\0E\15FE\210\342\220V\7%m\35\6F\14FE\210\342\220V\7%\355"
"\12G\16FE\210fHBki\10m\312\22H\14FE\210\42t\34\6\321c\0I\13EI\210"
"b\220\302~\32\4J\16GE\210j\20\343\236\262(\313\66\0K\21FE\210\42\324\222\250\222\211b"
"\222E\265$\14L\12FE\210\42\355\257\303\0M\15FE\210\42\24\247!Z<:\6N\20FE"
"\210\42\334\66%R\42)\221\22\355\30O\14FE\210fHB\177L\206\4P\15FE\210bPB"
"\343\260\244]\1Q\27g\305\207f\210\302$L\302$L\302$L\22%\221\244!\7\4R\20FE"
"\210bPB\343\260D\265$KB\61S\16FE\210fHB\263\243\230\14\11\0T\12GE\210\342"
"\220\305\375\15U\13FE\210\42\364\217\311\220\0V\21GE\210\42\265&Y\224EY%L\322\70\3"
"W\15FE\210\42\364\342\62\15\321(\6X\17FE\210\42\24\223\250M\324\242\226P\14Y\16GE"
"\210\42U\223,\312*i\334\15Z\13FE\210\342Z\354\65\35\6[\12\203\321\207b\210\372\247\1\134"
"\14FE\210\42\215\253q\32W\3]\12\203\305\207b\352\237\206\0^\11f\304\214J\213\222\60_\7"
"'\304\207\342\20`\7cH\215\42+a\16\6E\210fH\302\64\31F\233\262\4b\16fE\210\42"
"mY\64\321qS\26\0c\15\6E\210fHB\265c\62$\0d\14fE\210\266e\321Fo\312"
"\22e\17\6E\210fHBq\30\324b\62$\0f\14eE\210N\12K\203\24\366\4g\23fE"
"\207\66Y\264$K\262hK\207$\24\223!\1h\14fE\210\42mY\64\321\307\0i\14eI\210"
"*\314\21\261O\203\0j\14\245E\207\262\216\210}\224\42\11k\21fE\210\42mK\242J&&Y"
"TK\302\0l\12eI\210F\354\237\6\1m\22\7E\210bQ\242H\212\244H\212\244H\212\244\2"
"n\13\6E\210\42Y\64\321\307\0o\14\6E\210fHB\37\223!\1p\16FE\207\42Y\64\321"
"qS\226\64\5q\14FE\207f\321Fo\312\222\26r\13\6E\210\42Y\64Q\355\12s\15\6E"
"\210fHB\331\61\31\22\0t\13EE\210*,\15R\330Uu\12\6E\210\42\364\233\262\4v\14"
"\6E\210\42\64&Qo\242\4w\21\7E\210\42\225\42)\222\42)\222\42\251b\1x\17\6E\210"
"\42\24\223(\23\265(\11\305\0y\16FE\207\42\364\230D\226\264\62$\0z\12\6E\210\342\32\366"
":\14{\16\203\315\207f\312\242$\312\242$\312\4|\10\301Q\207\342\203\0}\17\203\311\207B\213\222"
"(\213\222(\213\26\0~\12gD\214F\223\42M\1\177#\20B\7#\351w\222\316I'\35\222l"
"J\302\64J\206$\233\222\60\235\206d\330\71\351\234tR\322\17\0\0\0T\60\244\12vN\16\11\370"
"P\71\20nR\252\20\266T\362\17\246YQ\20`\134>\20z_y\20\5bM\21{e\207\22:"
"h\23\20\224l\345\21\32q\303\21\270w\1\20\236{\311\21t\200V\21\214\206\225\21\5\213X\21\323"
"\220\37\21\63\226[\22\22\377\377\60@)\316\305\7\343\207l\210\206A\261\14\232\242\14Cb\31\262!"
"\32\376/\312\64(.C\250(\303\220X\206!\231\206\17\2\60A\31j\311\7/\307\342h\335\221("
"\36\66%K\22Q\22\225Z\24J\0\60B\36\253I\10/\7s,\21\7\35\211r \312\201\243\222"
"EIQK%U)F\251\4\60C\21\351L\10#\215\342$\7d\245\254#\61\0\60D\31,\305"
"\10#Gc-G\242\34J\262\64\211R)\211#\35\314\21\0\60E\20G\315\7/\7t$\232\264"
"\270\65\224\0\60F\27\310\315\7/Gv\362\220\214\71\220\3\71\220\3q\16\304\65\0\60G\24I\315"
"\7/\207t\322\266\344@\16\344\300\32\205\341\20\60H\31\253I\10/\7w\346l]r(\207r("
"\207v K\303\64\35\4\60I\27J\311\7'\15SILv(\31B\61R\223j\244\211\71\0\60"
"J\34\214I\10+GC\65\11CU\331\301LN\244T\315\344D\211\262L[s\4\60K\34\214E"
"\10/Gs\60\223\262-\32\242\254I\253\3Y\34\306Y\34%q\26\3\60L!\255E\10\37\254F"
"a\32ga\66\205CT\315\212Y$f\71\20\346@\226\3Q\222\3Y\16\60M\35\311\315\7/\207"
"r$\221\6\35\311\221\341\222C\71\222\15C\22'\71\244C\23\0\60N\37\314\311\7/N\263(L"
"\224l\320\301\34\34\262A\311\321\34\214\207!\214\303\34\325\321\25\60O\16\306\321\7\63N\303\232\226\306"
"\275\6\60P\34\312\321\7\63\307r(G\262\60\252\210Q\16\345X\216\345X\216\345X\16\205\0\60Q"
"\36\314\311\7;\215\323\70\214\303x\320\6-\7\262\34\310r \313\201P\15\323v,\5\60R\42\315"
"\305\7;L\342$J\342$\213\323xH\262A\314\201\60\7\302\34\10s U\233\323\34\214\1\60S"
"\26\212I\10+\307\206\35\310\221\234O\71\224c\71\20\15C\2\60T\31\254I\10\37\253#\331\60\344"
"H\26\347\374\232\203\71\232\3\341\60d\0\60U\33\252I\10/\307r,\32\267!\311\261\34J\207-"
"\215r(\307tl\210\0\60V\34\254I\10/N\343\64\222\302)\32\222\34\315\301\34\270\26s\60G"
"ut\10\1\60W\31\212M\10#\307r(\207r(\207r(\207r(\7\222\70\313\324\21\60X\30"
"\212M\10#\316J\305:\224C\71\224C\71\224\3I\234e\352\10\60Y\37\314\305\7;G\303xP"
"\206!\7shG\42\35\310rd\310\301\34\313\301\34\313\261\30\60Z\42\315\305\7;Jr$J\344"
"A\32\206\34\315\261\35\212t$\313\241!Gs\60Gs\60\7s\0\60[\34\214E\10\37\210\323\70"
"\214\303AJ\206p\310\342\60\16\343L\16s G\7\11\60\134$\255E\10\37\314\221\60J\223\64\214"
"\302pH\242dH\207,\7\302\34\10s \323\201\60Grx\320\0\60]\33\253\311\7+\232\245\34"
"\312\241\34\312\16\332\226C\71\224c\71\226\203\71\70\1\60^\35\254\311\7+\232BI\212\243\34\310\261"
"l\34\304-\307r,\7s\60Gst\3\60_\32\213I\10+\7\243\34X\207\34\312\206,\226\322"
",\307r\254\32\246\351 \60`\35\254I\10\37\253FYT\235\207\34\313\206\60\326\322\60\7s\60\213"
"\303\70\35\24\0\60a\36\313\305\7/\7s,\222\262u\310\241\34\313\324D\312\326(\7r,\207r"
"D\36\1\60b \315\305\7/\207\253\221\246m\331\20\207\71\232\351@\42\245k\230\3\71\232\203\71\246"
"#\63\0\60c\22\12\311\7w\325\222\71\207r(Gr@\35\1\60d\26,\305\10w\220\42\65\322"
"\221\34\314\301\34\314\261\34\322\201\21\60e\34\215\305\10\37\314\261(\307r`\320\42\65\323\221\34\315\321"
"\34\315\301\34\323\221\25\60f\33\214E\10\37\32\302!\34\242\34\313\301\34\313\301\34\314\301\34\314\321\34"
"\235\0\60g\35\215E\10\37Z\302!\35\242,\7\242r\226\3\71\232\243\71\232\243\71\234\303\33\0\60"
"h\30\211M\10+\207r$Gr$\332V\71\7r$\207rh\30\2\60i\33\213M\10+\16\263"
"(\13\323\34\213\326\35\320\221\34\312\261\34\314\301a\210\0\60j\36\313\311\7/\7s,\11\207\35\311"
"\266XJ\263\64L\263\70\7\206\70S\263$\35\1\60k\35\253\311\7#\7s,\34\242H\333\201("
"\307r,\307\312I\35\310\206%\307r\10\60l\34\214E\10;Gs\60\216\6\61\251eR\30U\223"
"VI\226\64E)\65+\1\60m\37\254E\10+Gs\60\7s$\222\266a\13\325\60\316\344L\216"
"\222lH\22)\323\262\11\60n\31kI\10sH\225(k\312B-\325R)\226\322\244\34\245: "
"\2\60o#\253I\10\37\310r \213\263$\134\242A\312\201(\7\242\34\210r J\242!\213\62\251"
"\226\324\66\0\60p'\255E\10\37\310\222\34\310\222\70\311\222p\210\242A\314\201\60\7\302\34\10s "
"L\242!\215\62\61\312\222,[\1\60q&\255E\10\37\210\224\34\220\222XJ\212C\24\15b\16\204"
"\71\20\346@\230\3a\22\15i\224\211Q\226d\331\12\60r\31\213I\10\37\210\263l\10\253a*\305"
"I\71\213\263\64Lk\71\260\2\60s\34\254I\10\37\313\221\254%\32\302$K\253Z\234Dq\30\207"
"is\226#\63\0\60t\33\253I\10\37\321\221(+\15\242\226\206\251\24'\345,\316\322\60\255\345\300"
"\12\60u\35\215E\10\63\207w\64\7s\60Gs\70\7\223D\212\244,\332\242%\252c\62\0\60v"
"\36\215E\10\63\207\267\34)\305Y\16\344h\16\347`\222H\221\224E[\264DuL\6\60w\36\215"
"E\10\63\207'\35)\305Q\65\224s\70\7\223D\212\244,\332\242%\252c\62\0\60x\20\314\310\11"
"O\207\352@\230\306\71\252\243\2\60y\24\14\311\11\37\312\241\242\226F\71\20\246q\216\352\250\0\60z"
"\26,\311\11\37\321\241:\22\205\232\30\345@\230\306\71\252\243\2\60{ \213I\10#\313\244lL\303"
"x\310\6)\7\242\34\210r J\242!\213\62\251\226\324\66\0\60|$\215E\10#\313\224(\33\223"
"\64\312\342!\311\6\61\7\302\34\10s L\242!\215\62\61\312\222,[\1\60}%\255E\10\37S"
"\262LJ\262%J\322H\212\247l\20s \314\201\60\7\302$\32\322(\23\243,\311\262\25\60~\34"
"\251M\10\63\207\262pH\6\35\311\302i\320\221\34\11\7-\134\302(\31B\0\60\177\36\215E\10\257"
"\16\15\71\230\243\71\230\345H\230\16\203\246\244J\26FR\32\252\71\230\2\60\200\35\254I\10+Gs"
"$\332\201Q\215\243y\312\221(G\22\61\224\303\70\214\323a\3\60\201\35\214E\10;G\343\60\216\206"
"tJ\302\254\224Da\322\252\251Z,%a\244J\0\60\202\32\312\311\7\63\307\322,\336\241\61J\243"
"\60\32\303\255\232\245Y\32f\361\4\60\203\26J\311\7\67\316\322h\310\306A\315\62\65\207r,\207B"
"\0\60\204\35\314\305\7;Gsl\325\261p\10\23Q\222\23%N\243\71Gs\60Gs\60\4\60\205"
"\27J\311\7\63\307\302pH\242M\211\262-\63%\341\16\344H\12\60\206 \254\305\7W\215\323p\310"
"*Q\267\244V\21\263D\211\262$K\242\342\220C\71\226c\61\0\60\207\26h\315\7/Gr \12"
"\327\34\310\201p\310\262%\213\222\21\60\210\34\252I\10\63\307r(\207\42u\7r(\207r(\35\266"
"\60Q\302,\31R\0\60\211\27\310\321\7+Gr`Ss \7r \32\222Q\226\253\242\10\60\212"
"\31\310\315\7#G\42-\211\42\61\21\223\64I\223\64I\343\34\210\33\1\60\213\34\252\311\7+S\227"
"\34\311\221\34\311\221A\24\243\34\320\221p\312\62\61\213\67\0\60\214\37\255\305\7+\207s\64\332\201$"
"K\307L\21\343\64US\65L\322,J\243H\26s\10\60\215\34\252\311\7'S\227\34\311\221\34\311"
"\221aL\243\34\320\221\34\312\221\34PG\0\60\216\26I\315\7'\207r$G\224K\26\211\211\232\250"
"J\230\225\0\60\217!\314\305\7+Gs\60\7s$\222\266a\13\345,\7\42\35\210t )'Q"
"\32jr\216\0\60\220\35\213I\10+\322\1%\207r,\207\6q\214\252R,\305J&%R$\205"
"\23\0\60\221\35\254\305\7/\322\221\35\313\261AN\303\70\326\322h\7v$\307\246-\323\222\34\31\60"
"\222 \313\311\7/\7s J\324!Gr,\14\207h\321\264PG\352@\24\347X\16\16\23\0\60"
"\223\34\253I\10\63\7s,\207r,\207r,\207\206\34\310\322\60\15\63\65Jb\11\60\224\35\313\315"
"\7/\7\247\34\314\221t\210\222\61\307r,\307r,\207r,\207r(\6\60\225\30+I\10/\307"
"\62i\330\302(\213\262H\11\323,\215\222\64\213\1\60\226\32\212\315\7\67\307\302\64K\263t\310\206("
"\216\342(\11\243$\13\353H\10\60\227)\316\305\7\343\207l\210\206A\261\14\232\242\14Cb\31\262!"
"\32\376\17\321\70$\312\240\14\332\220\14\203r\30\242!\31~\60\230)\316\305\7\343\207l\210\206A\261"
"\14\232\242\14Cb\31\262!\32\376\17\321\20\15\212\313\240M\303\240X\6i\210\206\17\2\60\231\12d"
"l\15+\211\222\10\60\232\13\204\360\14G\211\244D\1\60\233\12dD\15+\211\222\10\60\234\13\204\304"
"\14G\211\244D\1\60\235\13\246P\12C\226S-\2\60\236\17\350P\12;\215\266PGr@\15\1"
"\60\237\31\251\315\7K\207\304\34\311\221\34\311\221a\212s(Gr VE\0\60\240\12\246D\11\343"
"N\34\6\60\241\24\11\311\7#\34\222!\13\243X\7r$\7r \5\60\242\33\212\311\7#\34\224"
"!\314\221\64\312\1\35\311\241\34\312\221\34\312\221\34\311\1\60\243\24H\315\7\37\210\253\323\224\3\71\220"
"\3\71\220\3\21\0\60\244\32\251\311\7\37\311\221\34\310\201XU\62\61Gr$Gr$Gr$\2"
"\60\245\22H\315\7/Gr\340\240%i\22\346@\334\10\60\246\34\252\311\7\63\307r(\207\206C\230"
"\344@\22gi\26\346P\216\344H\216\244\0\60\247\22\351L\10w\32r$Gr$G\206d\10\3"
"\60\250\26+\311\10\37\230\206\35\311\301\34\313\261\34\313\241a\31\342\0\60\251\24H\315\7\63G\242p"
"\31d\65\11\243\254\224\351@\4\60\252\33\253\311\7;\7s\254<$\303\220C:R\7\242\70K\303"
"j\16\351X\6\60\253\31\252\311\7\63\307r(\14\7e\320\302na[\32eI\224\352H\6\60\254"
" \314\311\7\37K\263(\315\222\64\213\302A\33\264\70\214\303\64\214\303\264\230%a\252c)\0\60\255"
"\32\253\311\7/\7s,Z/\71\226c\311\20\36\242\34\313\301\34\313\261\14\60\256\34\314\311\7\37\13"
"Ka%\214\346K\16\346`\62\244\207(\7s\64\7s\60\4\60\257\30\251\315\7+\207\242m\312\32"
"\263\306(\314\221\34\310\201\34\310\201\34\60\260\36\314\311\7\37\253FY\244\324\226j\26\207q\26\207i"
"\230\203\71\226c\71\226c\71\6\60\261\32\253\311\7+\7s,\307\302iX\243\70\254\346X\16\345X"
"\16\345P\16\60\262\36\314\311\7\37\253FY\232diq\33\346(\7\302\264\16\346X\16\346X\216\345"
"\10\0\60\263\26*\311\10#\34\224!\314\241\34\312\241\34\311\241t\220\306\4\60\264\35\215\305\10\37\314"
"\261(\307\22qH\262!\313\321\34\315\321\34\314\321\34\32\342-\5\60\265\33\253\311\7\273\30gqV"
"\212\6eP\342,\316\342,\207r,\207r(\6\60\266#\314\311\7\37\313\201$*&\265J\232\205"
"Q\64H\203\222\3Y\16d\71\220\345X\16\346X\216\345\0\60\267\26jM\10G\307r\222\216\305\71"
"\222#\71\222#a$\353\0\60\270\34\213M\10\37\212\304(\13\223\34\211t\60\316\241\34\312\241\34J"
"#\35\320\21\0\60\271\27J\311\10'\334\206(Gr(Gr(G\312Y\246\356@\0\60\272\37\215"
"\305\10\37\314\261(\11\227\322\20%\71\224\243\71\230\243\71\230\344P\26\253\231\16d\0\60\273\33\213I"
"\10+\7s,\307\262!K\64I\214\306\64\213s,\7spP\0\60\274\36\254I\10\37\253FY"
"\232dim\10\23-\211\304l\214\263\34\310\301\34\315\321a\1\60\275\34\251\315\7\37Hr \211\243"
"\64\12\263\60\7r$\7r$\7r \7b\0\60\276\36\314\311\7\37\313\201$\222\223\326$,\207"
"q\230c\71\230c\71\230c\71\226c\71\4\60\277\32\252\311\7\63\307rh\20\333\302$\312\62-\315"
"\221\34\311\221\34\220u\4\60\300 \315\305\7\37L\303(\15\223t\230\303\34\10\343$\212\263$\255\203"
"\71\230\203\71\246C:\10\60\301\33\253\311\7\37\310\21u\310\301\34\34\266u\312\261\34\313\241\34\313\241"
"\34\312\1\60\302 \314\311\7\37\313\21)\225\222d\10s G\7%\233\247\34\314\301\34\313\301\34\313"
"\261\34\1\60\303\21\10\315\7+K\242,\251%a\16\304\215\0\60\304\31kI\10/M\262\64\311\302"
"\250V\316\241\34\313\241\34\312\241\34\212\1\60\305\37\255E\10\37\314\261\250\30%Y\230DY\65\312\342"
"\64\16s\64\7s\60\7s\60\207\0\60\306\31\213\311\7'\33\302\235m\320\326)\307r(\307r("
"\207r(G\0\60\307\36\314\311\7\37\313\241J\266\224\306\234\220\16\331\240\243\71\230c\71\230c\71\226"
"c\71\4\60\310\20\247\321\7#\7\342\346\61\222\302$\356\12\60\311\33\311\315\7\37H\302(\11\223b"
"\226#\71\62Gb-Gr$Gr$\7\60\312\34\253\311\7\67\7s,L\7e\330\261\34\313\261"
"\34\312\261\34\312\241\34\312\21\0\60\313\16\13I\11{\33t~\35\224A\15\60\314\31jI\10'\34"
"\242!\313\221\34\312\246\34\330\21\35\210\322\60Rw\4\60\315\35\253\311\7\63\7sl\310\206,\207r"
"(\207rHI\225H\321\302\64\307r,\5\60\316\22\250\315\7;Gr \7\342\34\210s \356\35"
"\60\317\24\14\305\10\257\216d\71\20\246q\30g\71R\207t,\60\320\34m\305\10\37\314\261(\307\222"
"\254\24g\71\22\306\325\70\314\221(\207\222\34K\0\60\321\35\215\305\10\37\323\261(\207\352\230\230\345P"
"\226#a\134\215\303\34\211r(\311\261\4\60\322\27iM\10#\207r$G\262iHs$Gr$"
"\207rh\30\60\323\31\212M\10\37\251FI\232T\263\34\312\16q\16\345P\216\345\330\260\0\60\324\32"
"\212M\10\37P\322(\11\243$\225r(;\304\71\224C\71\226c\303\2\60\325\31iM\10#\34\222"
"!\313\221\34\310\221\34\310\221\34\310\201\34\310\201\30\60\326\36\254I\10\37\313\241H\33\222\312\226\344P"
"\216\345`\216\345`\216\345X\216\345X\216\1\60\327\36\254I\10\37\322\241H\33\244dKt$\307r"
"\60\307r\60\307r,\307r,\307\0\60\330\20\315\304\11\67\7\223\70\312b\65\207uX\60\331\27-"
"\305\11\37\312\261(\307\222\34\210r\244\34e\261\232\303:,\60\332\27-\305\11\37\321\261(\207\352@"
"\244\3I\34e\261\232\303:,\60\333\35\252\311\7\63\307r(\14\7e\320\241\34J\302\250\26eI"
"\226\211\71\242C!\0\60\334\37\314\311\7\37K\263(\315\222\64\213\302A\33t\60\7\223\70\252FY"
"\247\60\307t\60\6\60\335\37\314\311\7\37R\263(\215\252\231\22\16\332\240\203\71\230\304Q\65\312:\205"
"\71\246\203\61\0\60\336\26+\311\10#\35\242A\314\241\34\312\241T\312\21\35\314\301\14\60\337\27\250\315"
"\7+GtDG\352\210\216\350H\35\321\21\35\321\221\0\60\340\31k\311\10\63\7s,\307r(\307"
"r,\212\303\64TJS\62\244\1\60\341\32\252\311\7\37\310\261\34\312\241P\213w(G\352@\224\346"
"H\16\310:\2\60\342\30K\311\10'<\344P\216\305\331\60$C\216\345X\216\345\340\240\0\60\343\24"
")\315\7+\207\242m\32\264\64\211s(Gr$\3\60\344\34\213I\10+\7s,\33\302M\22#"
"%\313\201$Gr,\7s,\307B\0\60\345\20\311\314\10s\233r$\7r`H\206\60\60\346\23"
"\353H\11'[\247\34\313\241\34\313\241A\31\324\0\60\347\20\7Q\10o\30\262\70\33\206(\16\227-"
"\60\350\27iM\10s\70\346H\216\204C\264\345H\216\344H:Dc\0\60\351\31\212\311\7'\33w"
"t\310\246d\315\241\34\311\241\34\311\221\34\220e\0\60\352\25\247\321\7\67I\223\60\11\223\60\11\223\60"
"\11\323\70m\4\60\353\33kI\10\67\7\262\34\210r \312\201(+e\245Z)\253d\241\226\206\0"
"\60\354\30\211M\10#\207r$Gr$Gr$N\322(\314\212\211*\3\60\355\30*\311\10#\34"
"\224!Lr \311\201(\315\322,\32\262\61\312\1\60\356\24\11\315\7#\34\222!K\322,\314\352H"
"\16\344@\10\60\357\34\212\311\7#\34\224!Lr \212\243\64Ks$\207r$Gr$Gb\0"
"\60\360\37\253\311\7\67\7s,\207\6iH\342,\7\242\34H\6eP\262\70\307r,\307B\0\60"
"\361\25\13I\11w\310\206,\216rD\207r,\307\6eP\3\60\362\27\211\315\7s\70\346H\16\244"
"C\264\345@\216\344@\16\304\252\16\60\363\26JM\10C\307\342,\315\221\34\312\221\34\311\221\60\222u"
"\0\60\364 \315\305\7\37L\303(\15\223\64\214\302A\34\302:\220\226\323\34\314\321\34\314\301\34\314\21"
"\0\60\365\22(\315\7/G\262lH\266\236\302$S\322\4\60\366\21(\315\7'Gr \223\206\254"
"\24\306\255\0\60\367 \355\311\7\37\314\261(\307\242p\20\207\260\16\244qZNs\60Gs\60\7s"
"\60\7s\10\60\370\42\314\311\7\37\213\323\70\312\221,\36\264!\311\201,G\242\34I\6iP\262\34"
"\310\301\34\314\301\24\60\371\34lI\11\37\313\321\34\312\201!\211\206,\7\242\34\322\261\34\314\301A\32"
"\324\4\60\372!\354\315\7\37\313\321\34\212\7%\31\302\34\314\261\34\31\322-\307r\60\307r,\207t"
"D\307\0\60\373\13\204T\12G\31\6E\1\60\374\13L\304\12#\36\224a\5\60\375\15\247P\12C"
"\7t \7r \60\376\20\350P\12;\215\266PGr$G\22\0\60\377\34\252\311\7#\34\242!"
"\314\241\34\312\241\34\312\241\34\312\241\34\312\241\34\312\241\0N\0\10/@\13\343\7N\1\36\355E\7"
"\343C\234\243\71\232\243\71\232\243\71\232\243\71\232\243\71\232\243\71\226\344`\16N\3\35\356\301\7;\207"
"s\70\207s\70\207\263!\35\304A\311\341\34\316\341\34\356;p\10N\7#\317A\7\343\327\234\220\23"
"r\302!G\322\34Is \316\201\270\16\304\71\220\346H\30'a\216\244\0N\10&\17B\7\37\311"
"\11\71!'\344\300\207\34\312\241\60\207\302\34\253\203Q\216&\71\234\303I\16f\71\242j;\64N\11"
"\20\217A\10gx\310\371\207\7\235\377\341\7N\12 \357\301\7;'\344\204\234\220\23rBN\70\344"
"HN\310\11\71!'\344\204\234\220#\303\7N\13\42\357A\7\343\347\234\220\23rBN\210r\60\313"
"\261\60\207\322\34Is$'\344\204\234\220\23r\4N\15$\356A\7gx\310\221\34\316\321\34\316Q"
"%\207\222(\7\242,\315\302,L\223\64\225s\70\207s\70\6N\16$\16B\7/\207s\70\207\207"
"\203\226\243\71\234\303\303A\207s\70\207\223\341\20\345p\16\347X\222\243\31\0N\24$\317\301\7o\70"
"\347@\234\3q\16\304\303\71\7\342\34\210s \36\316\71\20\347@\234\3q\16d\303\7N\26,\357"
"\301\7;\313\201(\313\201(\313\201(\313\201(\13\207oQ\226\3Q\226\3Q\226\3Q\226\3\321\240"
"\3\71!'\344\204\7\5N\30$\357\301\7\37\314\321!\35v('\344\204\234\220\23\36\304\64G\322"
"\34Is$\315\221\64G\322t\370\0N\31(\357A\7\343w '\344\204\34\31\36\242\264\224\226\302"
"$\214\302(\213\262\60j\215\352`\224\203Q\16%Q\216E\0N!\42\357A\7\343w '\344\204"
"\34\31\36\242\264\324\377\377\323\60Du$\252\203Q\16%Q\216E\0N&&\357\301\7/\7r "
"\315\241,\36\36\342,\307\352X\71\353\224\25\223,J\223,\311\221,\307\352Xu\370\0N-\36\13"
"J\7\67\307r,\307\322\341\61\24C\61\24C\61\34\36\302j\216\345X\216\245\0N\70)\17B\7"
";'\344\204\234\220C\303!\307\352@\224\345H-\207\302\34\12s\244\226#Q\255)\213r Kr"
"h\320\11N\71(\357A\7o\70\347@\234\3q\24\306Y\71+\347@\66|\313\201\70\7\342\34H"
"s$\315\221\60\7\222,\207B\0N; \357\301\7;\247\344L\303C\216\344\204\234\220\23rh\70"
"\350PN\310\11\71!'\344\300\17NE%\17B\7\67'\344\204\234pG\322\34Is \315\201\270"
"\235\220\303I\16F\71\26\346H\234\352H\244\203\2NO!\357\301\7\37\314\261a\33v.\71%'"
"\344\310\360\216\352\240\16\352\240\16\352h\224c\341p\10NW(\17B\7\37\31\304a'\344\310\360\220"
"Fu$*\16\37\243:\22U\207\207\34\330\301\244\16\65k\231\244\246:\220\3NY \315\305\7\343"
"A\7s\60\7s\60\7s\60\7s\60Gs\60\307\222\34Kr,\32\16\2N](\17B\7\67"
"'\344\204\234\220c\303!\207\302\34\12s(\314\221\64G\322\34Is \316\312Y\224\3Y\222C\203"
"NNq.\357\301\7\67\313\241)\7\306\34\12s(L\207A\311\241\60\207\302\34\30\244\34\310\242\34"
"\310\242\34\310\242\60\312\242\60\32\244\60\312\262ANs/\17B\7;\313\221!\12\207\70\7\243\60\312"
"\242\64J\262\234\20\16C\226Ca\216\244\71\62D\341\240fI\224fa\232EI<d\71\10N~"
"-\17B\7/\315\221\64G\302x\30\222a\310\352\310\260CY\64L\203\234U\303A\314\201\64\35\206"
"$\207\262\70+g\341\60d\71\10N\206\36\354E\7\343;\226c\71\226C:\226\203\71\230\203\71\230"
"\203\71\230\203\71\224\344X\14N\210#\356E\7k\270\303\71\222\345X\222\243\361\360\240\3i\16\204\71"
"\222\303\71\234\303\71\234\203I\216\346\0N\211+\17B\7\63'\344\360\60\310\71\220\346@\232\14\7\35"
"\12s(\314\206\7\35\10s(\14\207\203\16\205\71\224\243I\16\347\10\0N\213(\17B\7\37\310\11"
"\71\360;\220C\303Al\34\16:\224C\303A\207\302h\370\16\204\341p\320\241\34Mr\70G\0N"
"\214\16O\301\10k\70\350\374\377\333\360\1N\222 \317\301\7gx\210sBN\310\341a\320\201\70\7"
"\342:\20\327\201\203N\310\341\234\220\16\37N\224$\317\301\7gx\310\201\234\220\23rB\216\15\207\34"
"Is$\315\221\64G\322\34\210s \316\201\70\33>N\225(\17B\7\63\315\221\64G\322\34I\323"
"\341!\255#i\216\244\71\222\206\303\307\64G\322\34\210s \256\3i\216\204\0N\234&\317\301\7g"
"x\210\263\34\253cu\340A\214\262(\214\262(\214\262(\214\262(\34\16:\220\345X\35\253\16\37N"
"\241\37\357\301\7;\247\344\204\234e\370\226\23rBN\310\11\71!'\344\204\234\220\23\36\24\0N\244"
"%\17B\7;\247\344\204\34\370\235\230\3q\216\204\71\20\265Fq\226\203I\16\347p\222cZ\16\310"
"\232\216\15N\253#\17B\7;\247\344\310\360\220S\207s\16\304\303\235\341\240\303\71*\17\337\201\234\220"
"\243I\16\347\10\0N\254#\17B\7;\247\344\300\357\134\207s\16\304\71\20\347@<\334\261\34k\316"
"\302\326(K\322\34\310\21\0N\255%\17B\7;\247\344\310\360\220S\207s\16\304\303\235:<(\71"
"*\15\227\34\311\11\71!G\223\34\316\21\0N\272'\17B\7\37\310\11\71!'\344\204\234\220\303I"
"\216&\71\230\345X\35Js$\315\201\34Hs(\313\301$\207\3N\301%\17B\7\63'\344\204\34"
"\216\206A\314a\35\326\321$\7\243\234\220\23rBNH\206C\226\23rB\16\2N\312$\17B\7"
"\37\310\11\71\234\344`\226Ci\16Da\32\226\324T'\16wB\16\347\204\34\316\341\34\316\1N\313"
"*\17B\7\37\310\11\71\234\344`\226Ci\16\344@\232C\221\224Fb\232#i\216\244\71\222\346@"
"\234\3q\35Hs$\4N\317(\16B\7\263\216\204\71\22\346@\232\3i,\346\200\30'a\32e"
"\71\224U\263\260\224\206\311p\213\342,\207\262\34\3N\325)\17B\7\263\16\205\71\24\346H\232#i"
"\16|\210\324\70IKi\216\244\71\222\346H\232#i\216$\303\61'\344 \0N\326.\17B\7\263"
"\16\205\71\224D\71\22U\324(RB)\221BI\211\262d\210\372\65j\215*jT\314\242\34\310\242"
"\34\310\262a\320r\20N\330*\17B\7\63\316\201\70\7\342:\20'\303!\322\201T\7\302$\7\262"
"(+\207Q\34Fq\16\304\71\20\347@\234&q\21N\331'\16B\7/\315\201\64\7\322\270)\253"
"HYE\312\62%\312J\265R\255T+\325J\265R\64\234r,\312A\0N\343,\17B\7\63\213"
"r +g\325\60\207\302d\220\224A\7\304\34H\322R\232#i\216\304\71\20gu \312r\244\226"
"CZ\216\5N\344&\17B\7\37\310\11\71\234\344`\226CI\226\3Y\65,\351\240\66\334\11\71\234"
"CY\16&\71\234SrB\14N\345'\15J\7\37\212\323\254\230\205Y\61\253#Y\216d\71\20\346"
"@\230\3a\224\245I\230db\26\205i\35\310r$N\356\61\17B\7\63\7\342tH\223!G\242"
"\34\214rL\312\61i\30\262$J\262\250%K\243$K\243J\34U\342(\313\201$K\342$\312R"
")\25N\360-\16B\7\63\207\263\34J\244!\213\262(\213\262(\222\262(\222\262()e\221T\213"
"\262(\213\262(I\224,\222\222\60\312\342\276\1N\362)\16B\7\263\216\204\71\22\346@\232\3\311p"
"R\262\222\222U\332\62)\311Z\262\226\341\226d\255\71\220\346@\232\3i\10N\366-\17B\7\63\315"
"\221\64G\242:\220E\71\220\15C&e\261\224\245I\261\24\347@\62\34\262\70\7\342\34\210s \316"
"\201\70\7\342\20N\373,\17B\7\63\316\201p\210\223!G\322\34Is@\315\1\65N\206\207(\315"
"\221\64G\322\34Is$\315\221\64G\222\341\230\203\0O\1$\357\301\7\37\310\11\71\234\344`\226C"
"i\254e\222\232\352@\216\325\261lX\263\34\253cu\254\16\374\0O\17+\17B\7\263\16\205I\16"
"\204QZJ\353\200\62\34\42\65N\322R\230\344@\230\344@\230\344@V\316\312QZ\311\201P\207\2"
"O\20-\17B\7\63\213r +g\325\60\207\302d\220\224A\7\304\34H\322,\211\322,L\243\64"
"\226k\325$\312\62-\311\22Y\313\261\0O\21*\17B\7\263\16\205\71\24\346H\232#\311p\210\324"
"\34\20\327$\34\243,)gI\71jM\262\242XKs$\315\221\64\5O\32(\17B\7\37\310\11"
"\71\234\344`\226Ci\254\3\222\64\14\221\316mx\310\201\34\316\341\64\7r \35\16j\216D\0O"
"\35*\17B\7\63'\344\204d\30\304\234\220\303:\254\14\207\244ZJs$\314\241\60\207\262\60\215\342"
"\60\31\16Y\224\3Y\16\2O/,\16B\7\263\216\204\71\222\345H\64\14Z\24GR\34IqR"
"\212\245h\30\264(\316\242\70\213\342,\212\263(\316\242a\320\242\70O\64+\17B\7\263\16%Q\226"
"FI\224fI\71\315\1e\270\251q\222\226\322\34\31\336\322\34Is$\315\221\64G\322\34IS\0"
"O\70*\16B\7\263\216\204\71\22\346@\62\334\222\254\244d%%\253T\206C\224d-YK\326\62"
"\334\222\254\65\7\322\34HC\0O:\61\16B\7\63\207\223a\20s$\313\241,\31\206$\322\241H"
"\207\222\322 I\265(\213\262(\213\262(\213\6)\313\241,\207\262\34H\262\34I\0O<,\17B"
"\7/G\322,L\303,\214\262(\214\262(\223\342L\212\243$\212\303(-\245\245\264\224DI\30i"
"Q\26e\255\245\60\16OF,\17B\7\63'\344\204d\30\304(\16\243\70\223\342L\32\6)\211\342"
"$*\207Q\34F\303 Fq\230\23rB\62\34\262\34\4OM'\17B\7\63\313\261\60\207\302\34"
"\311\11\311p\323a\35\311\222(\215Zk\345\254\234\225\263(\7\342\34\370\226\203\0ON\62\17B\7"
"\63\7\342tH\223A\7\242,\7\242,\226\262X\312\322$\32\16Q-\7\242\60\216\302\70\12\243,"
"J\223,J\262$\213\244H\213\302(OO)\17B\7\63\313\261\60\207r\70\31\216i\16\250\71\240"
"\306IZJ\206c\232#i\216\244\71\222\346H\232#\303[\16\2OP/\17B\7\63\313\261:V"
"\207\302\34J\206C$\346\210\226#\265\34\210\262a\10\243,\7\242,\7\222\60\7\222\60\7\324\34\210"
"\206[\16\2OS+\17B\7\263\16\205\71\24\346H\232#\311pSs@\134\223p\214\262\244\234%"
"\345\250\65I\6%\24ki\216\244\71\222\246\0OU*\17B\7\63'\344p\62\34\262\34\11s("
"\224\206(K\242\376\32\265F\255\321\20\245Qk\216\244\71\222\306I\232\3\31\0OY+\17B\7\37"
"\310\11\71\234\344`\226Ci\16\344@\232\14C\22\251\251\16\344\320p\320\241\34k\316\302\326(K\322"
"\34\310\21\0O\134.\17B\7\63\312\301(\7\243\34\313\206A\213\222\34\221\222\34Q\242\34H\302A"
"*\346P\230Ca\16\205\303X\207\302\34\12s(\214\1Os+\17B\7\263\16\205\71\224\14\203\230"
"\346H\232\3j\16|H\352`\224\346H\232#\321\60\210i\216\244\71\222\346\310\360\226\203\0Ou*"
"\17B\7\63Jka\232UsB\64\234\304,\24\263J\230E\305,M\206C\26fi\230\245Y\230"
"fa\32\245\225\70\2O\177,\17B\7/\315\221\64G\206\247\70\7\342X\32NRV)eM\303"
"-\316\201,\312\201\60\311\201\64G\302$\7\262LM\344\1O\213\65\16B\7/\207\262\34\312\222A"
"\213\262\60\211\262\60I\264!\251hQ\222(Q\226\224\42))U:%Y\224Di\224Da\32e"
"qTM\242$\7\22\0O\215,\17B\7\263\16\205\71\24\346H\64\14b\232\3j\16(\303!\251"
"\3Y\224\3q\62\34\262\34\210\243\60\316\312Y\71M\342\42\0O\233+\17B\7\63\312r \312r"
" \312\342\254\34\15\203\246U\265b\222\65e\345d\70d\71!+ga\32\245\225\34\10u$\1O"
"\235.\17B\7\63\313\261\60\207\302\34I\206C\26\346\210\230#Z\22'Y\222%Q\244DiR\222"
"\245:\220\225\263\60\315\222,\314\324\254\16O\241\62\17B\7/'$\303!\13\223\70M\342\64I\245"
"\341$U\242\244T\211\262\250\22eQ%\312\242J\224E\225(\213*Q\26\15\267(\7\262\34\5O"
"\256/\17B\7\63\312\301(\7\243a\10\243\34L\222a\324\302PK\242,\311\242$\252\14\207\254\230"
"F\255Q\226\244\321\60\210\71\222V\342\42\0O\257-\17B\7\63'$\303\20\347@\232#i\62\34"
"\42-\207\264\34)\15CT\311r$\315\221\341-\315\221\60\311\201\254\34\245\351\16\10O\265-\17B"
"\7\63'$\303\20\347@\232\15k\216\204\322\60\204:\232$\303%Jr \214\206\71+g\345\60\311"
"\201\64G\62EN\324\1O\277,\17B\7/'$\303!Ks \32nQV\222\262\222\64\134J"
"YS\326\64\334J\71\20&\71\220\346H\230\344@\226\251\211<O\302+\17B\7\63G\322x\10\223"
"A\7\302\34\312\302P\32V\71M\322\250M\254\14\207,\316\232\222\64\213\212Q\326\22%Y\65\5O"
"\303,\17B\7\63'$\303\20'i)-\245\241\224\206\322\60dIZJs$\252#Q\64\210Q"
"\35\211\352HwD\33\206,\7\1O\312*\17B\7\263\16\205\71\224U\263\64\214\206\223\216EbV"
"\311\222,\211\32\263pP\63-\215*q\35H\223\70\323\322D\26O\327,\17B\7\63\312r \12"
"\343$\16\223\254\230\346\200\230\304Z\61\211\322(\332\1-\32\206\64JKi)-\245\245aH\243\64"
"\2O\335)\17B\7\63'$\303\20'i)-\245\241\64\14\241\32'i)\31\216\341\16dI\71"
"jM\262\242XKs$M\1O\341+\17B\7\263\16\245\71\222\14\267\234\220\303\332\60d:\232\344"
"`\224\15C\230\23rB\66\14a\226\206Y\32f\303\20fi\2O\356-\17B\7/\314\241\60\207"
"\262a\354\322\24*\232\230\224\214\311\26II\246\3I\242\245I\32'\231\24&\211\226\306r\250#\221"
"\216\0O\363\61\17B\7\63\213r \213r \213\342d\210\206,\214R\61J\305(L\242K\24F"
"q\30\305a\24'C\64da\24\207Q\34Fq\30e\0O\365-\17B\7/\315\221\64G\222\341"
"\26\347@\34k\303\220\311i\22\347@\62\34\244\64\13+\325L\212\243$K\223(\211\302\320\24\346\0"
"O\370+\17B\7\263\16\205\71\64\34\302\64G\242a\10\305\34Q\206S\222\65uM\262L\313\6\71"
"\315\221d\70\246\71\222\346H\232\2P\11,\17B\7\37\310\341$\7\263\34J\262X\313$e\270h"
"\71\20\17\347\34\210\207s\16'\303\61\311\201,\312\201(\33\316\71\20\1P\13\61\16B\7/\207\223"
"\341\226d\245Z)\32.RV\221\262L\211\222A\211*Y\22U\262$\252dIT\31\224\250\222%"
"Q\35\210\242\341T\7\2P\15-\17B\7\63\313\261\60\207\222a\20sB\224\206Z\30j\305$\31"
"\16RN\310\11\321\60\210Q\34Fq\30\305a\64\14b\24'\0P\22\63\16B\7/\207\262\34\312"
"\206!\213\262\60\211\262\60I\244\226D\32\224D\11\263$\12\263$\212\6\245\24fI\24fI\24n"
"Q\62G\325$\312\241\4P\31\64\17B\7/'D\303\220\346H\230\344@\230\14\7E\211rD\211"
"r \251\14C\230h\71\220\204\71\220\14\7)\11s \311\222\70\314\322,\15\23\35\20P\37,\17"
"B\7\63\312r \312r \312\342d\70fU\255:<$u\60\212\206!\215\322RZ\32\206\64J"
"Kii\30\322(\215\0P#.\17B\7/I\343(\214\243\60M\6%\216\302A\221\262\222\64$"
"QR\252DYT)F\225b\324\32\265&=&Q%T\263j\1P$\62\17B\7\63\315\221\64"
"G\222\341\226\346H\66\14\231R\315\224j\224T\206!\211\222j\230$\303\20&\325\60\251\206I\62\14"
"a\222\243\311p\310r\20P+\62\17B\7/\315\221\64G\302$\16\263\64K\63E\31\24;\232D"
"\303-\252DYT\211\262h\270E\225(\213*Q\26U\242,J\223,\212#\0P\71,\17B\7"
"\263\16\205\71\224%\71\220\225\243\64T\222A\221\324\70IK\321\60\244Qk\324\32\15C\32&\71\220"
"\225\243\264\222\3\2PI.\17B\7\63\313\261:\226\14C\232\205i\62\34\42\35\226\206!K\242\64"
"*\15CZG\222\341\230\346H-G\222\341\220\245\71\222\246\0PO-\16B\7/\314\221\64\7\222"
"\341T\7\242:\220H\303E\312\221R\216E\303)RJ\225N\225d\30\244\244S\245S$%\245Z"
"*P\134.\17B\7/\314\241\64G\222\341\226\23\262a\310\264\64\323\206!JrB\62\34\244$\207"
"j\303\20\306\71\20\347@\234\3a\222\3i\14Pe-\17B\7/\316\201\70\7\302aK\266(\313"
"\206\213V\212\244hXJa\234\34\266\346\254\234$\303\251\30GZ\234D\303 \351 \0Pt\66\17"
"B\7/\307*\203\230%Y\30\325\222\250\64(Q\42eI\224HY\22)\321\240DmI\324\226D"
"\245A\211\352`\224%i\224EaT\213\222(\311\221\4Pu\61\17B\7/\315\221t\330\322\34\210"
"s \32NR\16DR\16$\245\341\26\345@\26\15\267(\7\262(\7\262h\270\205Y\232\245a\224"
"\3\11\0Pv\60\17B\7/'$\303\61\311\232\262\246\341$e%)\253\224\206[\234\3\311p\220"
"\222\260\224\204ITI\206\251\22eQ%\7\222(\311\221\4P}\61\17B\7\263\16%Q\16Ur"
"$\31\6\65\314B\61J\305aJ\262\64\211\262\60\215\206[\224\3Y\22&\65\245\267(I\263$M"
"\302\34\211\0P\215*\17B\7/\314\241\64G\222\341V\15k\241\64\34\22)G\224Z\230\305\71\20"
"\15\267\60\207\302a\354\226\206Y%\214\322\14P\221-\17B\7/JKii\31\244\266\60\351M\214"
"\6EK\243$\312\242\60\11\243\60\32n\351\34&\325,*&Z&\305\71\20\247\0P\230*\17B"
"\7\37\310\341$\7\263\34Jc-\223\224\254\242\265&Q%\253\324\302\254\232D\225\254RK\206\357@"
"N\310\11\71\0P\231\60\17B\7\63+g\345d\270\205Y\32f\241\62\34\42\61\7\222l\30\222("
"\222\212I\62\14a\26\25\263a\10\263\250\230E\305,*f\241\2P\254)\17B\7\63\315\221Z\61"
"\31na\24\207Y\250\15\203d\13\223\266R\66\14ZsV\316\206Ak\316\312\331\60hu\0P\265"
"/\17B\7\63\315\221d\70\246\71\220\15C\30\307\322p\322\321$\33\206$\312\322\60\33\206\60K\303"
"l\30\302,\15\263a\10ki\226&\0P\267/\17B\7\63\312\301h\30\322$\7\223dX\263\60"
"\324\206Q\13\263$\33\246:!\31\16Y\35\213\206AL\242$\12\263\250\30U\212\265\10P\276\60\17"
"B\7/'d\303\240\345@\32\205q\24\15\223T\214\244!LJ\321\260E\305,\212\206-J\304,"
"R\302,\212\206-\216\302\64\314\302\70P\315\66\17B\7/\233\322dL\263\260\62\14IX\33\22i"
"\220\222DJJ\211\22\15R\22UJI\24\15R\22\205\225(\32\244$\12\263\250\270D\225-)\325"
"*\0P\317\60\17B\7\63\312\301h\320\201$\214\223\341\250dQ&\325\62i\30\244$\214\243,\311"
"\302Di\315\42\71\221\224\64L\252YTL\224Z\65\5P\325\60\17B\7/Lr \211\222(\214"
"\222\306\64\211\243\341$f\241\232\204I\64\334\342\34\310\206!\214s \32ni\22\207Y\232\245a\242"
"\3\2P\332/\17B\7/\315\221\64G\222\341\226&q\224dI\244\245\231\64\134\272&Q\66\14a"
"\226\206\331\60\204q\16dQ\61\312Z\242$\253\306\0P\347-\17B\7\63Jk\345\34\216\206[\224"
"\225\244\244\223\24MI)\313\244h\270\345\204l\30\302,\15\263a\10\263\64\314\206!\314\322\4Q\0"
"-\357\301\7\257\71\31\16Y\232\3\331\60hq,\15\7%\315\221hJ\302R-\31\16R\30\305\241"
"\22e\311\220)Q\230E\245E\31Q\4\60\17B\7\63\313\261\60\207\222a\20\263\60\15\243T\31\16"
"\221\216&\321\60(Q\71\214\206A\214\342\60\32\6\61\315\221\246bRL\62mP\2Q\22\60\17B"
"\7/'$\303\61\315\201d\70HIX\321\224D\223\323$S\22\61'$\303A\212s \32nQ"
"%\312\242J\224E\225(\213b\5Q\37\61\17B\7\63\211\312QR\7\36\264$G\262l\30\265\60"
"\224\206AJ\242\70\211\242a\20\243\70\214\206A\214\342\60\32\6\61\13\323(\16\223\34\11Q*\61\17"
"B\7/\31\216u(\32\206\60K\303l\30\62-\315\224\341\245\226F\225R\30%Y\222%\331\220d"
"a\16e\303\20FIX\35\322d\10\7QC \357A\7k\70\350|\35\276f\71V\307\352X\35"
"\12s(\254\245a\24\207I\216\14;\1QD(\357A\7k\70\210\71\24\346P\230Ca\16\205\71"
"\24\16\7\35\310r\254\216\325\241\60\207\302\34I\303(\16wd\20QE)\17B\7;\247\344\300\257"
"\71!\207\323\34\310\201t\70\350@\26\345@\226cu\254\16\205Y\32fa\232E:\60$\0QF"
"*\16F\7\63\313\241,\315\232jQ\230dI\232d\71\224\351\200\226\244I\26eQV\311\352HX"
"\13Ki\230\344\300\35\6QH&\17B\7\37\310\261:V\307\206CXG\322\234\220\3\277f\71V"
"\307\352P\230Ca-\15\243\34\70\344\60\0QI%\17B\7\37\310\241\260\232\205q\224\345@T\7"
"s\340\327,\307\352X\35\253Caoi\30\345\300!\207\1QK)\17B\7\37\310\11\71\360;\220"
"\23rh\70\210\71\24\346P\230C\341p\320\201,\307\352P\230#i\30\305\341\216\14\2QM#\17"
"B\7\63'\344\204C\16\304\315\303S\22\366\307\341 fI\226\3Q\216\325\241\60\215\322t\7\16Q"
"P)\355E\7'\33\206(K\243,\215\262a\210\262\64\312\322(\33\206(Ksb\226#Y\216d"
"\71\20fQ\232\355\300\20QZ(\17B\7\37\310\261v \312r \252\16\17J\216\352h\70\234s"
" \316\201x\270#Y\216\325\241\260\244\206;\62\10Qe'\17B\7\67\247\344\224\234\220\23r\70\311"
"\321$G\223\34\314r\254\16\245\71\222\346@\16\244\71\22\346X\224\243\2Qh(\357\301\7\37\310\11"
"\71\234\344`\226Ci\16\344@\232\14C\22\251\251\16\344\204\34\33\356XN\310\11\71\62<$\0Q"
"k(\356E\7\37\311\241,\207\262\34\312r(\313\241,\207\302\34Hs \315\201\70\315\201\64G\262"
"\34\312r,\311\321\0Ql&\357\301\7\37\311\301(\7\243\34\13s(\314\221\270\216\204\325(\215\325"
"\234\220\345P\232\3q<\34\342\34\310\0Qm \357\301\7;\247\344\224\234\220\63\374\316C\226ca"
"\216\304\71\220\3i\216\204\71\26\345`\2Qq&\16F\7\263\216\204\71\22\346H\230\16\257a\216\204"
"\71\22\346H\230#a\70<\350\304:\20\247\71\222\345X\2Qu%\17B\7\37\313\321!\36t,"
"'\344\204\207\64\314\241\60\207\302\34\12\343\341;\65\314\221\270\216\204\71\26\1Qw&\357A\7o\70"
"\347@\234\3\361p\316\201x\70\347@<\234s \316\201l\370\232\345P\232\3\71\220\346P\4Qx"
".\17B\7\67\313\261:V\7\36\304(\213\302(\213\302(\213\302\341 FY\24FY\24FY\24"
"\15_\263\34Js \7\322\34\212\0Q|+\17B\7/\316\221\60\36\36\342(\7\243\34\31\16\71"
"\22\325\206\257Qu\70\344\200\244#\245$\216J\266(T\243\34\214b\0Q\205%\15F\7;Gs"
"\64\36\36\324TM\325TLB\61\312\264\60\222\342D\311\201D\7uP\207\22\35K\0Q\206\37\355"
"E\7\343\203\232\252\251\232\252\251\232\16\337A\35\324A\35\324A\35\324\241D\307\22\0Q\212\61\357A"
"\7k\70\210Q\26\205Q\26\205Q\26\205Q\26\205Q\26E\303\247Z\24FY\24FY\24FY\24"
"FY\24Fq\230\3I\230#\31\0Q\215\42\357A\7\343w '\344\320p\20\373\70\34\304>\15"
"\237r(\314\241\60\207\302\34H\302\34\311\0Q\222#\353I\7\343;\244\14C\242C\312\60$:\224"
"\243\303)\7\242\341\224\3\321p\312\201h\70\345@\2Q\227$\317A\7gxPrTGs\362\260"
"Ca\16\205\71\24\346P\230#i\230\245a\24\207I\216\14;\1Q\231$\357A\7gxPrT"
"\312\241\60'<\244\71\234\23\36tBN\210\206C\224\23rB\16&\71\34\2Q\240(\357A\7g"
"xPrTG\263A\315\11\71\66\14\311\260V\262(M\302$M\342\64\11\223R\65jG\212\303!"
"'Q\254#\17B\7\67'\344\360\60\310\71\220&i\255\16\356\230Y\7$\35Tw\212N\311\221\235"
"\242SR\0Q\267)\17B\7\37\212s \7\322$N\223\34\314r\250\65\11#-\256\15C\264C"
"a\216\244a\226V\342:\220\3\71!\4Q\306+\17B\7\37H\342\64\212\303(\316\206s\226\3\211"
"\226\3\312\60\210Q\26g\345l\30\224\255\234\225\263r\66\234\262\234\220#\0Q\315,\17B\7\37\212"
"s \7\242\341\26\347\340\60\304ITN\206!\215Z\243a\210\346\34H\347\60\251fQ\61\321\62)"
"\316\11)\0Q\335\62\17B\7\67\307*\311\240Er\26U\352\310\24\247\203\230\244I\230\14Q\222%"
"\245$\315\242$[\206e+%i\224\264F\25\65\311\242!\7r\0Q\341,\357A\7s\30r$"
"\315\221\64G\322\34\251\345HTG\262$G\262$G\322\34\210s \316\242\34\310\242\34\310\222\34\32"
"t\2Q\346\61\17B\7/'\204C\34F\361\220Dq\224Di\226Di\226Da\22%Q\26%"
"Q%L\242J\232EI\32\205b\222\203\231\216\304\303\240\23Q\366\42\355E\7\37\13s \255\265\211"
"I\250\246b\22j\65)\215\224\34Hv$\321A\35\34\36t\64Q\370\37\355E\7o\30\342\64N"
"\343\64N\343\64\33\322A\7uP\7uP\7up\370\16\6Q\371 \355E\7c\320\206\255\246\325"
"\264\232V\323jZM\253i\203\246\203:\250\203:\70|\7\3Q\372\42\15F\7;Gs ,\205"
"\245\260\24\226\206\203\16\204\71\220\243q\232\252\251\232\252\351\360\240\243\1R\0\31\314E\7g\70\250\375"
"\37\343\60\316r \313\201(G\312I\35\211\0R\3 \354E\7g\70\250}\311\322$K\223,\25"
"\323\306\70\214\263\34\310r J\223D\7\42\0R\6*\17B\7\37\312\261:\26\346H\232\3\71\220"
"\346P\226\203I\64\14Z\32\346P\230Ca\216\244\71\222\346@\134L\342\62\0R\7'\16B\7/"
"\207s\70\33\206,\315\252Y\66D\331\240f\325\254\232\225j\225\254\246\205YX\7\322\70K\342\64\2"
"R\10+\16B\7\37\316\201\64\7\322(\214j\245b\222Ea\222Ei\30\245a\24&Y\24&Y"
"\224\225\32\323$\7u,\311\321\4R\12,\16B\7\37N\206!\15s$L\243\60\215\302\64\12\323"
"h\70$Q\230Fa\32\205i\24\246Q\230#a\216\204q\22\346@\2R\21/\16B\7\37N\206"
"A\314\242\70\213\262(\213\262(\213\262(\213\262hx\312\242,\312\242,\312\242,\312\242,\252\305Q"
"\26'aE\255\0R\27*\16B\7\37N\206A\254#a\32e\203T+\65F\215Q\245\224EZ"
"\222Ei\30\245a\24\346H\226Cu\244\35K\0R\35&\16B\7+'\344\264\341!+\326\252Y"
"\65\213\224\254\222\210\231\224d-Yc-\254U\263(K\302$\215\0R$,\16B\7\67\7\222,"
"\12\243\306\250\22U\303(\31\6%J\303(\15\243\64\214\206\247\64\214\302\64\12s$\313\241:\322\216"
"%\0R%+\16B\7\37N\206!M\322J\32U\322\250\62\14Q\35\213\262\70\312\342(\33\244Z"
"\251VjL\243\60M\242$L\304\70\1R)-\16B\7\37H\323!L\6\35H\303(\15\243\64"
"\214\206C\22\205b\224%Z\224%\245^\242\306(\311r@\314\201\264\222\306\11\0R\60,\16B\7"
"\37\36\16a\35\311\342\250VJ\322(\32\16I\24fI\24\246Q\230F\311\60D\305\64\12s$\34"
"\304aN\352X\2R\66,\16B\7\67\7\242:\20\325\201h\30\222(\311\302(\15\243\341)\15\243"
"\64\214\242aH\242.Q\227\250\244\204Q%mI\343\4R\67\62\17B\7\237\20\15\203\30\305a\24"
"\207\321\60(Q-\214jaT\13\243h\30\224()U\242\244T\211\222R%\222\42%\314\242$\215"
"\323$\256\0R\70,\17B\7\37\310\261v *\17\7\35\311\11\71\64<\244u \7\322d\30\222"
"H\13#\65\314\221\64G\322\34\310\222\34Hc\0R:-\16B\7\63G\302\34\31\16a\65\12\323"
"(\31\206\250\22u\211\272DJT\211\222,\312\306\250R\213\222\250\252\25\313I\230\3\11\0R;+"
"\16B\7/\207\302\34\311\341\341\220Da\32e\245\306\250\62lQ\32Fa\324\26eQc\64\351@"
"\26\305Q\230%s\226\0RG.\16B\7\37N\206!M\322J\32U\206!\252\244Q%\215*\303"
"\20U\322\250\222F\225a\210\352XT\213\243\60M\342(\321\201,\1RJ,\15F\7/G\244j"
"RJ\223\266(K\243a\220\42\65\212\324(\32\6)R\243H\215\242a\220\42\65US-\311\22\61"
"M\0RM+\17B\7/\7r \316\201\64\34\276\323\6\65\314\242b\26\25\7\251\230E\305,*"
"\16R\61K\303,\15\223Z\22Fi\6RV*\16B\7/\207\302\34I\206A\314\261\250\30\325\242"
",\32\236r,\312\261(\32\246\306\250\61jL\243a\215\302,\311\321\4R[.\16F\7\37\36\16"
"\241\16\204J\226\204R\22%\321pH\42\255\22i\225H\351I\351I\351I\31\224\222\16\204:\20\252"
"I\224\310a\2Rc\60\16B\7\63G\302\34\311\222\34\210\262R\222F\221\62(\245\60\215\302\64J"
"\206!\252D]\242.\303\20\25s$Kr \312\302\244\32&\0Rd+\16B\7/\207\302\34\31"
"\16a\234E\211\24F\231\32\225\264h\215\332\222R\64hQ\255T+E\203\234\204q\22V\324\12\0"
"Ro.\16F\7\37\36\16a\16'\303\220&iTI\243\312\60Du,\32\16I\244U\42\255\22"
"\15\207$\322\212Zq\70D\211\16d\11\0Rp\61\17B\7{\215\206\34Is$\31\216YR\213"
"\262\244\26\15\7%\312\222Z\224%\265(\31.Q\70FYR\213\272&YQ\214\223\64\7\22\0R"
"r/\16B\7/\207\302\34\31\16\241\16$Q\30\265\14CTL\243d\30\242b\32\15\207$\12\323"
"(\31\206\250\222V\322\312\60dI\65L\0Ru-\16B\7\63GB\35\310\242\70J\242\226,J"
"\42e\230\32\243\322\60\65F\245aj\7\242h\230*\265\64\251\245\322\240%Y\61\1R\207\63\16B"
"\7\63G\302!\15s$\31\6%J\242,\211\222a\213\222\250K\66Ur$J\206A\211\222(\215"
"\222N\225(\211\25e\15\223R\22)j\2R\233\36\14F\7\67\7s\60\7\343\341\265\77\306a\234"
"\345@\226\3Q\230%qRG\42\0R\237'\16B\7\37\312\341\34\16\207!\312\201l\30\262\64\253"
"f\325\254\232\25kamH\302AK\223\264\234%q\32\1R\240'\16B\7/\207s\70\207\323\341"
")+\325J\265R\255T+\325J\265R-\312\242,\312\242A\211\222(\23s\4R\243*\16B\7"
"\37\310\241\254\232\205Y\30U\322$\313\1\35\332\201!\313\341\34\31\16:\220\346@\32Ws L\223"
"L\7\62\0R\251.\16B\7\37\13\7\261\26\326\302Z\64,\203\30%Y\30%Y\30%\203\30%"
"Y\30%Y\30%YK\64e\203X\7\242$\7\302\10R\252*\17B\7/'\344\340\60$\303V"
"\11\243,\312\302$L\342\226\60\221\264D\224sB\16\15\357@\134\7\322J\250\3!\0R\261\66\17"
"B\7\37\14\207K\230Ca\16\205\311\240\14K\24GI\24GI\64dQ\22\325\242$\252EIT"
"\213\222\250\26%Q-JjQ&%\245\244\224EY\2R\264'\17B\7+Kka\232\325\341t"
"xPrT\215s \207\206w$\315\221\64\7\342\34\210\353@Z\11u \4R\271-\16B\7/"
"\316\201\64\207\263a\220rp\230\212Q\22f\221\34u\214\262$\214\302\64\312\222\254\224EY\22&\241"
"\34%\71\20F\0R\276,\16B\7/\316\201\64\7\322l\30\244\34\310\206-\216j\245d\20\243\60"
"j\213\262\250\61\232\322(K\262R\26esRG\262\10R\305-\16B\7\63\315\201\64\33.\71\220"
"\346@\66,\303\20U\242.Q\227a\210\212i\224\215Q\245\224%Q%\323\212\245J\232\204\21\0R"
"\307%\14F\7g\70\244\222\216\250\303A\11+\303A\11+\303A\11+YZ\36\36\343,\7\242\64"
"It \2R\311*\17B\7+\7\342\34\210\7-\315\302Z\66L\303\20\365\377O\303\220da\222"
"\25\223\250\222EI\230Du\244\70\34r\2R\325/\16B\7s\210\302!\315\201\64\33.\71\20\16"
"\312\60D\225\250\313\60D\225\250\313\60D\305\64J\206!*\326\302a\33\266(\251\206\11\0R\330-"
"\16B\7+\253f\265a\220\322\254:(\303\224\225\242A\213j\245Zi\70Ur$J\332*Z\224"
"%q\230\14C\224\344@\30\1R\331-\17B\7\37J\207-\307\242aR\262j\226\324\201\64\34\206"
"\304\32\251\222\222\345\200\32'\321\60HI\232%Q\330S\222U\262j\4R\335\60\17B\7\37K\207"
"\250\267\244\26\245\245h\30\242!\214\243d\270DYS%\213\206$\12\223H\31\266(\214\262(k\312"
"\232Z\242H\11\63\0R\337(\17B\7\67\213\207\207\70\313\221\341\234\3\361p\316\201x\270#\71\64"
"|\313\201\64K#e\270\250u LR\71\4R\342*\17B\7/\215\7-G\262a\32\206\250V"
"\222\372\66HI[\230\264-\351\240\345@\234C\303;\20\327\201\264\22\352@\10R\344/\16B\7+"
"\253f\265\341\222f\325A\31\306\64J\206!\252D]\206!*\246Q\62\14Q\261\226\14C\222\205Y"
"\30\16Q\222\14Q\30\1R\347\60\16B\7+\7\322\34H\207)\214\322\254\66,\303\20\325\222\60\252"
"\225\222a\210\42%\12\243h\230:F\321\260dQ\255\64\14I-\314\42\0R\362/\16B\7g\30"
"\242\34H\263a\220r \33\226a\210*Q\227a\210*Q\227a\210\212\265d\30\222,\314\242d\70"
"\346\264(\213\212Y\24R\372#\15B\7\63Gs\60G\207C\224CI\216\351`\32Ws \314\201"
"\60Gs\64Gs(\311\301\10S\1*\17B\7\63'\344\204\34\36\16i\26V\242\60\253\204QZ"
"G\304\34\210\262\34\310\242\70]sd\312\241,\7\222\34\16\1S\5%\356\301\7\63\207st\270\346"
"@\230#Y\62L\215Q\32Fi\30\245\303\224V\322\270\16e\71\24\16\207\0S\26)\17B\7\63"
"\313\261:VlK\303(\25\223X\224\223\60\216\62\35\252\344P\22\345P\230fa\232\205i\226\16["
"\16\2S\27)\17B\7\67\313\261:V\307\232\263(\33\264$G\62\35\312r\254\216\325\261:V\314"
"\266p\210\262\60\311\302A\315!\0S $\316\305\7\343C\222\303\71\62e\203\232\345P\226C\331p"
"\311\302ZX\13Ki\30\245a\22\207\303\203\0S\71!\316\305\7\343C\222U\263jV\315\252Y\65"
"\253f-YK\24fI\224\16I\35\314\341\341AS:\42\316\305\7\343C\222\303\71\224U\263\60\13"
"\323$\215\253I\32fa\226fQ\234\345p\16\17\17\2S;$\316\305\7\343C\222\345P\226C\321"
"pJ\302\270e\70(q\65I\303,\314\322,\321\201(\207\207\7\1S\77'\316\305\7\343\307,\254"
"\205\311pP\302,Ls \31\16J\230#\331\60H\225\64J\242\64\12\207!\312\341\341ASA\42"
"\17B\7\37\310\11\71!'\344\204\234\220\3\277\3\71!'\344\204\234\220\23rBN\310\11\71\0S"
"C\42\17B\7\37\314\301A\34vBN\310\11\71!\7~\7rBN\310\11\71!'\344\204\234\220"
"\3SG*\17B\7\37\210rhH\342!\314\241\60\207\302\34\12s(\14\207\257a\16\205\71\24\346"
"H\232#i\16\304u \315\221\20SH#\17B\7\63'\344\204\34\36\16i\226Ca\216\244\71!"
"'\344\300\357@N\310\11\71!'\344\204\34SJ&\17B\7\37\310\241\260\232\205q\224\345@T\7"
"sh\70\350PN\310\11\71\360;\220\23rBN\310\11\71\0SQ#\17B\7;\207sp\70\210"
"}\34\16b\226\206Y\32\16\7\71\313\241\60\36\276#\71!'\344\204\30SR&\17B\7;\247\344"
"\310\360\220\326\221\64G\322\34H\262$\315\222,\207rB\16\374\16\344\204\234\220\23rB\16SS$"
"\17B\7\37\310\11\207\34\311\11\71\66\234s \36\316\71\20\17\347\254\216\345\300\357@N\310\11\71!"
"\7ST+\17B\7+\316\201\70\7\262a\320\322\60\31\264\60\13\263$\253\206\71\222FieP\6"
"\251\377\277dI\26%}\322\222,\1SW(\17B\7\37\310\11\71\360;\220\23rdx\210\252Q"
"\255)\32\206\250ZJK\311p\211\322RZJ\263$\312\261\10SX!\17B\7+Kka\232U"
"\207\203\330\307\341 \366q\70\350PN\310\201\337\201\234\220\23r\0SZ*\17B\7+N\322\70\12"
"\223\341 \305\71\20\15\227ak\32nQ\326\64\334\242\254\35\12\223\341 ei\330S\22\346H\6S"
"`#\15J\7\67Gs\64G\207A\315\321\34\315\321\34x\220r\250\16\325\241:T\207\242\341 \345"
"P\4Sp#\355E\7S\7\206l\30\342P\16\345p\30\222P\16\345P\16\345PZZ\306(\207"
"r\64GS\0Sq)\16B\7\67\207st\30\324\34\10s L\206\203\226\303\321\260Fa\32\205"
"iTI\243,\315\342(\213\223t\30t\30Ss(\355E\7\343\64\214Q&F\331\60D\231\30e"
"b\224\15C\224\351@&\205\231VI\244$\252\224\212r\216\346h\10St'\16B\7\63\207s\70"
"\34\224aH\262\260\26\326\302\332p\320\252Y\65\213j\225\60J\222\341\22U\223\34\316\341\20Su+"
"\15F\7OG\306a\310\242P\213\302\251\22)\245\212R\252hQ\250E\241$\205C\22%\325\250\232"
"\345H\226\3a\234\246\0Sx.\16B\7+\207sxX\6%\12\63-\314\302Z\62\14I\26\326"
"\302Z\224LY\224\204Y\224\204I)\31\222(\31\322:\220\303!\0S\204)\357A\7kx\210r"
"BN\210\206!\215\322RZJKi)K\322(\214\243\34\310\242\34\210\262\34\210\302aPr\2S"
"\230'\357A\7kx\210rB\64\334\242\254)k\32nQ\326\224\65\15\267\70\7\342\34\210\206S\16"
"\304\71\220f\303AS\232,\357A\7kx\210rB\64\14b\24\207\321\60\210Q\34F\303 \346\204"
"h\30\304\34Is N\206\203\222\3q\232\244\71\20\3S\237(\357A\7kx\210\322\34\11s("
"\32\206\64JKii\30\322(-\245\245aH\353H\324\30e-Q\22&q\16S\263\61\17B\7"
"\257Z\13\323\254\70<D\71!\332\322\60\33\242dXjQ%\312\242!J\262\250%\213\206,\214\242"
"%K\206)\211\342$Jr@\14S\273%\17B\7\37\310\11\71!\207\206\203\16\345\204\234\220\23r"
"\340\347\234\220\303\71\234\346@\16\244\303A'D\0S\302'\17B\7;\207\263\34Js\340\35\312\241"
"\341!\255\3a\224fbd\313t@\7\305X\315Q\35\333\221!\307\0S\310&\357A\7k\70\304"
"\71\20\347@\134G\322\34Is(\313\261:\230\344p\16'\71\230\345P\32\353\200\244\203\2S\312("
"\357A\7k\270#i\216\244\71\22\346P\230C\322 'i\234\244q\224\305Y\71L\342:\220&i"
"\250I\231\16\10S\313%\17B\7;'\344\204\34\31\276\346\204\34\36\6\35H\302\70\12\343,\212\303"
"$\356\222cZ\16\310\232\216\11S\314)\317A\7\343\62\14q\24FY\24FY\24fIVL\262"
"j%N\223\64I\343$\255U\302,\312\242\70\315\201\34\10S\315(\17B\7\37\314\301A\34v("
"'\344\204\7\61\212\303(\255\205iV\16\223\34Hs M\342\60\13\63U\324!\1S\316\61\16F"
"\7\63\207s(K\206!\311\242\60\311\242\60\311\242\60\311\242,\312\242,\212\264$KjI&\205\265"
"\60G\262$\7\242,N\322T\7\2S\324+\17B\7\63'\344\204eX\303,\15\263\64\314\222a"
"P\262\34L\342\64\211\323$\213\222\260Tk\252\304a\24&YX\213\3S\326*\357A\7\343\35\311"
"\222a+e\331 eMYS\226\15R\326%\314*a\64$\245A\11\273CY\222#Q\226\3I"
"\32S\327*\17B\7\37\315\301A\33\206,\315\302\70\213\302\341A\311Q\35\315\206C\16\244\71\224\345"
"`\222\303\71\252\350\210\252\355\320\0S\331/\17B\7\63'\344p\22\15[)\213\322$K\222A\312"
"\322\60K+\331\60DI\234&aRL\223(\13\243\226(\13\243\60\311\302Z\34S\343\32\253\311\7"
"\343;\244C:\244C:\244C:\244C:\244C\303C\16\5S\344&\17B\7\37\310\11\71!'"
"\344\300\357@N\310\11\71\66\234s \316\201\70\7\342\34\210s \36\316\71\220\1S\345%\15B\7"
"\63Gs\60G\207C\224CI\216I\303V\314\212Y\61+f\331\260\25\263\34\315\241$\7#\0S"
"\353'\15F\7\37\315\321a\12\265(\324\242P\213B-\12\265(\324\242l\213\22e\230\64-\12s"
"\64Gs\64G\3S\354'\355A\7gx\215\323\70\314\201\60\7\262\64\311r \313\301h\70d\71"
"\222\345H\226#Y\216d\303!\313\221\0S\357!\356E\7\343\203\216\345p:hiV\315\252Y\65"
"\253f\325AK\263:\234\303\71\230\344h\10S\360%\15F\7\67Gs\60\7\323:\220\345P\62<"
"$\71\226S\206c\16\204\71\20\346@\230\3\341p\314\201\10S\362!\17B\7\37\310\11\71!\207\206"
"\203\330\77\16\7\261\35\312\261:\30\345\250\16':$n;\64S\363(\17B\7;'\344\204\34\31"
"\276\346\204\34\316\11\71<\34\302$\7\262(\7\242,\7\342\34\210s \36\316\71\20\1S\367!\357"
"A\7o\70\347@\234\3q\16\304\303\235\70|\314\341\234\360N\310\11\71!\7\223\34N\1S\370&"
"\354E\7g\70\350`\16\16\7%\7s\60\32\266(\314\242\60\213\302,\12\263h\330\242\60\313\241$"
"\307\22\0T\4*\17B\7\67'\344\360\60\344H\232\3I\226\3Y\222\3i\216*:\242j;\264"
"\15\347\34\210s \316\201x\70\347@\6T\10'\17B\7\37\310\11\71\234\344`\226Ci\254\3\222"
"\64\14\221\316u\70\347@\234\3q\16\304\71\20\17\347\34\310\0T\11#\17B\7\37\310\11\71!\7"
"~\7rBN\310\241\341\240\363\360\234\3q\16\304\71\20\17\347\34\310\0T\14%\354I\7\343C\216"
"\351\230\62\14\212\216\351\230\64LR\30Ia$\205\221\64LR\30\351\230\216$:\224\0T\15'\15"
"B\7;Gsp\30\322\70L\302L\213r(\311\301\34\323\241\341!\311\201\60\7\302\34\10s \34"
"\216\71\20T\16'\17B\7\37\314\301A\35t,'\344\204o\71!'\344\204d\30\324$\16\243\70"
"\214\342\254\34\205\303\240\3q\4T\17\42\17B\7\37\310\11\71\360;\220\23rh\70\210\375\343pP"
"\263\34\214rT\207\23\35\22\267\35\32T\20'\356\305\7\37\311\341t\10\323(L\243\60\215\302\64\32"
"\16I\24\246Q\230Fa:\204i\24\346p\16\347\310p\20T\21#\15F\7\67\7s\60\207\206\7"
"\35\324Am\320\264\232V\323jZM\33\64\255\246\203:\224\350X\2T\33)\357A\7k\70\350@"
"\234\3q\64|\215s \16\207\203\234\23rx\70\244:\20&\71\220E\71\20e\303\71\7\42\0T"
"\37*\16F\7\37\311\341t\310\222\60\312\222\60\252\225\222Z\24i\331\24\246Q\216E\311\60DC\16"
"D\345\34\316\321\34\316\321\24T&&\357A\7gx\310\241\34\316a\35M\22\35\211\62QK\23\65"
"\316\211\303\71\7\342\34\210s \36\316\71\220\1T+)\17B\7\37\310\11\71\234\344`\226CI\26"
"k\231\244\246\342\60\344p\16\347\320p\316\201\70\7\342\34\210\207s\16d\0T\70+\356E\7s\30"
"\244!\12\243\266R\255\324\30\225\206$\252&Q\65\211\222Z\64$\265\250\22%\71\20\346H\226\304Y"
"\35P\5T\71,\16F\7\37\310\341x\310\342(\33\226\250\232D\305\250\22\245\221\226Fa\32eI"
"\70dI\30\325r(\313\221\64\316\201\60\207\2TH \317\301\7o\70\347@\234\3q\16\304\303\235"
"\363\360\220#\71!\207\206\203\16\345\204\34\370\1TI%\357A\7w\330\241\60\7\222\60\7\222a\7"
"rBNx'\344\204l\370N\316r(\315\201\34Hs(\2TJ#\17B\7\37\310\261:V\307"
"\206CXG\322\234\220\3\277s\35\316\71\20\347@\234\3\361p\316\201\14Th(\355A\7k\70H"
"a),%\303\220Da),\15\7)\207J\203\324\26\265E\245AJr,\311\221D\307\22\0T"
"s*\16F\7\37\311\341t\10\323(\31\6%\12\323(L\243\60\215\206\247l\214*\265!JjQ"
"\22\225\263b;\222\303)\0T|+\16F\7\37\314\301!\31\222A\214\322\60\352\22eI\224DY"
"R\252\206Q\62\34\242\64\34\322\60Js\70\207s\60\311\321\24T},\17B\7\37\310\11\71\234\344"
"`\226Ci\254\14\212\244\203:mP\6\61K\262\60K\262\60K\262pP\32\263$\312\301\234\20\3"
"T\214)\16B\7\67Gwd\310\341p\20k\303%\13k\231\230e[))eQR\312\222(\314"
"\264p\20ka\16\347\20\0T\262+\16F\7\267\216\204\321\20e\245\34\213\222aP\242\60\215\302\64"
"\12\323hx\12\323!L\243,\311\301$\307\352H\32\347\200\0T\300%\17B\7;\247\344\300\357\134"
"\207s\16\304\71\20\17w(\311\301\254*&\241\222fZ\22\346\200\254\346\20\0T\301!\355E\7k"
"\70\346@\230\3a\16\204\71\20\16w\16\203\66l\65\255\246\325\264\332\260\15[\3T\341 \353I\7"
"g\70\345@\224\3\321pG\207whx\310\241\341!\207\206\247\64\313\201$\207\2T\362(\16F\7"
"/\7\304l\310\206%\207\262\34Z\206\203V\315Z\242\260\224\346\304\341\232\3i\16\244\71\220\16\327\34"
"\310\0U\6+\16F\7\37\311\341t\310J\255I\224\14\207(\207\244\254\324\222%Q\22\205R\66H"
"C\244E\225(\311\321\34MrH\213\15U\7)\357A\7kx\313\11\311p\314\11\37\242\266\60\312"
"\222\64J\42\65R\247\234\220\14\267(\7\262(\7\242l\70\347@\4U\20.\17B\7\37\310)\71"
"\62<Di\216$\303\61\315\302\341!J\263\60\31\216i\216$\303\61\311\201,\312\201,\312\201(\33"
"\316\71\20\1U/,\16F\7\37Hr\60\312\206,\216\242\341T+%ZI\31\206$\252\225j\245"
"h\30\222!\312J\265\34\312rh\30\344\34\316\1U\61+\15F\7{\330\201\60\31\242\60\211\242a"
"\211\212ITL\242hX\242\34\252\14\247$\36\224XJ\206A\215\323\70\35\6\65\16UF(\15F"
"\7\67\207\343\341!Ks K\207\203\224CmQ%M\42eP\244Z\324\26\225\6\251\16\325\201$"
"\312\221\10UO'\354E\7c\220\206-\312\206i\330\242l\230\206\35\323\61i\230\244\60\222\302H\32"
"&)\214tLG\22\35J\0US-\17B\7/\315\241\60\7\6i\230\262$\13\63%\12\7)"
"Is \315\201DK\305\235\66\234s \316\201\70\7\342\341\234\3\31\0U\204(\17B\7\63\315\241"
",\36\36r$\207\206\203\16\345\310\360\20fu *\16\337\211\303\71\7\342\34\210\207s\16d\0U"
"\232\61\17B\7\37\310\11\71\60D\303\26%i\26\251a\224\14\227(\311\201$J\242$J\242\244\226"
"\224\222\254\62\244\245\341\35\251\203Y\16\245\261\16\10U\234(\17B\7\37\310\221\341!Grh\70\350"
"\324\341 \346P\70\34\344\64\34\276\323\206\203\230Ca\16\205\303A\314\241\10U\235-\355E\7w\30"
"\222!I\223(\31\206$J\322$J\206!\211\312Q\62\234\264LJ\242lP\232\244$N\207%G"
"s(\311\301\10U\252-\17B\7\37\310\11\71\62<\344H\16\15I\62\204QR\12\207$\31r("
"\7~\213r\60+\207I\16\244\71R\224u`\313A\0U\253\60\16F\7\37\310\341h\30\224AI"
"\244\254\42ES\42e\25)\31\224D\312\242H\312\222hJ\303!\31\16Q\232\243I\216\325\221\64\325"
"\201\0U\266'\17B\7+Kku\70\35\36\224\34\325\321p\70\347@\234\3\361p'\17\7\61\207"
"\302\34\12\207\203\230C\21\0U\343*\355E\7g\220\6%\213\223,N\6eHrt\30T\245e"
"QzQz\31\6\245\242\364\242\264,J\253\222UD\61\1V\6-\17B\7\37\310r\254\66$\303"
"A\312\232\262A\213\322R\64\14Q\77\15CTM\207d\270Di\16\15\7\35\251\203Y\216\250\12\0"
"V\61\66\357A\7w\270\14I\16$Q\62\134\242$\207*\311\60$Q\22\226\222d\30\222()U"
"\242$\31\206dH\302R\62\34R-\251*\203\22&i\222E\261\0Vh*\357A\7k\220\6\255"
"\224\65e\331 \15:\22\345`\226\15\237\223\34\63\353\200\244\203\322 \15Z)k\312\262A\32\24\0"
"Vt\60\16F\7\37\312\261aH\206\64\214\262Re\70DY\251\64\14ITM\242h\30\222\250\232"
"\14\321\60$Q\65\7\16\71\222\345H\32\347@\0V\207/\16F\7;\313\241,\333Z\222!\31\222"
"ZK\326\62<$Q\322\224DIS\222(\213\62$]\224(\351\232\64'J\71\213\322,\222\0V"
"\332!\355E\7\343\203\16\252\251\232\252\251\232\212I(F\231V\323\302HJ#%\216tp\370\16\6"
"V\333\35\255\305\7\343\203V\323jZM\253i\65)\314\244tPrh\307tp\370\16\6V\336\42"
"\314\311\7\343C\216\351\230\64LR\30Ia$\205\221\24FR\30I\303\244c:\66<\350X\0V"
"\340#\355E\7\343\203\16\252\251\232\252\251\62\134\324TLB\61\312\264\60\222\342D\311\201D\7\207\357"
"`\0V\343!\355E\7\343\203\16\312\241\34*\303E\16\245,\324\242P\213B\71\224C\61\11\325t"
"\370\16\6V\360!\355E\7\343\203\232\252\251\232*\303EM\305\321\222iI\24I\265D\311*j\252"
"\246\303w\60V\362 \355E\7\343\203V\323jZM\31.ZM\253i\265\341[M\253Ia\246\244"
"\331\360\35\14V\363#\355E\7\343\203\16\252\251\26\205bRR\242,\222\302L\253\211I\250\246\232\242"
")\252\242\203\303w\60V\372$\355E\7\343\203\232\252\251\62\134\324TM\245a\210\244\64\222\322HJ"
"#i\30\42)\215tp\370\16\6V\375\42\355E\7\343\203\16\352\240\62\134\324TM\245a\210\324T"
"M\62\65\212\224\341\242\203:\70|\7\3W\17$\355E\7\343\203\324\244%\65e\270\210\361\360)\215"
"\224dP\222\71\332\6M\13#q\220tp\370\16\6W\22'\355E\7\343\203\232J\303\20\251\251\62"
"\134tP\32\206HJ#i\30\42\65K\64\245\244(Q&f\321\360\35\14W\37!\357\301\7\37\310"
"\11\71!'\344\204\234\220C\303A\207rBN\310\11\71!'\344\204\34\370\1W')\357A\7k"
"x\210rB\232#i\216\244\71\222\346H\62\34\262\64G\322\34Is$\315\221\64\7\342\34H\206\207"
"\234\0W((\17B\7;'\344p\16\15\37sB\230#i\16\250q\222\14\227(\315\221\64G\322"
"\34Is$\315\221\341-\7\1W\60\61\357\301\7/\316\201\70\7\342\34\310\242\34\310\242D\31\226H"
"\11\263D\12\243%\12\263\250\230EJ\230EI\272D\331\20FY\222\306\71\62\14\1WB\60\17B"
"\7/G\322\34\30\263!\7\262\34\253\3\227a\10\263$\13\263$\13\263$\13\263(I\263(I\227"
",\33\263\260\226\344H\224\305Q\32WG)\16B\7/\315\201\64\7\302\34\11\207\255:\14r\26\326"
"\322\254\232\325\201$\213\243l\313\206PLr\60\307\222\34\215\0WJ'\17B\7/\315\221\70\7\342"
"\34\210\206[\30\17S\16\205\71\24\16c\377\70\205\311\230Fi\35\310\222\34H\63\0WQ)\17B"
"\7/\314\241\64G\322\34\211\206A\314\301aG\263A\316\312Y\71+g\345%\213\206\60\213\222\260\24"
"\247k\16\1Wj+\17B\7/'d\303\20\306\71\20\347@\26U\206)\211\302J\65\316\201h\270"
"\305\71\20\347\300\30\356@\232#\71!'\204\0W\202&\357\301\7\37\314\301A\34vBN\310\221\341"
"!\215\352HT\34>Fu$\252\16\17\71\222\23rh\70H\0W\213*\357\301\7\37\216\206A,"
"eQ\30eQ\30eQ\62\134\242\60\312\242\254\234\25\223(\15\243\70\207\206\203\16\345\204\34\370\1W"
"\243(\357\301\7/'D\303-'\344\204l\30\222aI\303,\15\263a\10\263\64\314\322\60\33\206p"
"I\223\35\316\251\303\1W\313+\357\301\7/'d\303\20fQ\61\213\212\331\60$\303\22\25\263\250\230"
"\15C\30\347@\234\3\331\60\204c\270\3i\216\344\330pW\316\61\17B\7+\7\222\60\7\242,\7"
"\342h\70D\305p\30\343(\214\262hH\242,\252DYT)F\225\342\20\325&%\252D-\305\232"
"\26\246\1W\337\60\17B\7+Gj\71\22\325\221\64\32\16Q\216d\203\234fC\22\325\242$\252E"
"IT\213\222Z\66$\265\35\210\326\245mS\342,\322\241\60W\367.\17B\7/\315\221\64\36\264\34"
"\311\206\265\24\15CTk\12\223(\211\262A\222\322R\32&\245aHZ\303,\311\212IV\325\242\34"
"\10W\371+\17B\7/\315\221\70\7\262a\10sB\26F\303T\316\11\321p\313\11\71!\33\206p"
"I\223\61\215\322:\62\14\71\222&\0W\372*\17B\7\63\315\221\64\35\36\322:\62\14\71\222\346\310"
"\60\344H\32\16\37\323\34\310\252aI\32\206H\7rB\16\15\7\11X\0\63\17B\7/'D\303"
"-\312\201,\312\201,\32>\204q\224D\265(\211jQ\22\325\242d\30\262(\214\207$\212\206,\211"
"*Y\324\32\15C\230C\1X\2%\357\301\7\37\310\261v \252\16\17J\216J\303%\314\201\70\7"
"\342\341\216\345\204\34\32\16:\224\23r\340\7X\5/\357\301\7g\30\222A*f\321\60$Y\224&"
"Q\226FI\66\14\221\30\305a\224&\331\60$Y\16\245\71\220C\303A\207rB\16\374\0X\25*"
"\357\301\7\37K\207d\270Da\34e\303\224dbTI\206\251\26FJ\66LIXJ\65\35\311\241"
"\341\240C\71!\7~X$.\17B\7/'d\303\20fi\230\245a\66\14\311\260\244a\226\206\331"
"\60\204\71!\32nq\16,Q\70FC\224F\71\226\324\241l\30X*(\357\301\7/\314\322\60K"
"\243\341\26fi\70H\303\224\245\341\240\206Y\32fi\64\334\352\330R\212F\61Js\302AX\61+"
"\17B\7/'\204\303\64Ha\237\222d\30\222\254)Gj\303\64HI\24V\242\260R\32\206\244\65"
"\214\342\60\251\206ZX\15X\64\61\17B\7+'d\303\20fi\230\15C\230\245\321\240\14C\230\23"
"\222\341 e\71\226\15\203\26\265dS\313\26eQ\26\205\71\22%\71\22f\0X@+\17B\7+"
"'d\303\240\225\263r\226\15\203\62(\71V\11\263R\61K\206\255T\314\242\342\62<eQ\326\24g"
"\325,\214\0XA#\357\301\7k\70\210\215\303Al\34\16\232\16\211\252\216\330\21U\24C\35\311\241"
"\341\240C\71!\7~XJ-\17B\7+\7\342:\220\15\203\326\224\65%\203\62\14ZSV\312j"
"\303\240\305\71\220&\305-Q\222\61\32\242\64\312\342\254\232\16\1XQ+\357\301\7+\313\301$\33\224"
"aP\262\64\34\244\226,j\31\244aH\262\64\314\302R\222\205\265\64\207\206\203\16\345\204\34\370\1X"
"T-\17B\7+\314\322\60K\243\341\26fi\234\16Z\22\207Y\232\245a\224\14\212\224\23r\302\62"
"\14\321\226fa\232#\303\220#i\4XW+\17B\7+\316\221\60\11\243\254X\315\42eP\264\64"
"\7\242\341\62\347@\26\25\243\254%J\302(\315\341\34\32\16:\224\3\77XZ.\17B\7+'D"
"\303!\252#Q\222#Y\64|\313\221P\314JYIi,\251K\62dS\245\226FI\216dQ*"
"%Y\16\245\0Xi-\357\301\7+\314\241\60\207\302a\220\262\34\213\222a\32\244\260\307a\314\11\331"
"\60h\225(\311\226R\222lI\224Da\22%\361p\10X~,\17B\7/M\207!\312\11\361\240"
"\14[S\66hQ\216I\331\240Eq\226T\206A\351VUJ\71\20\205\71\64\34t(\7~X\203"
".\17B\7+\315\221\70\7\262a\10k\331\240%q\64\34\242\234\220\15C\230\245a\66\14a\226\206"
"\313\60Dc\224\226\262\70+\252C\0X\223)\17B\7\67\213\207\207\70\313\221\341\234\3\361p\316\201"
"x\270#\71\64|\313\201\64,I\303\20\351@N\310\241\341 \1X\227+\17B\7+L\263\64\13"
"sB\66\234\262\332\260\14\247\254)k\312\206SN\10\207!\233\322d\34\206(\255#\303\220#i\2"
"X\234/\17B\7\37\311\262AK\302,\31\206\250\30'a\222%Q\242\64eQ\262IKS\242E"
"\225P)\346H\16\346\320p\320\241\234\220\3\77X\250)\357A\7k\70\210IT\11\243\244\24\16\7"
"\35\312\241\341\240C\71\360S-\312\302,\312\221\34\32\16:\224\23r\340\7X\263/\17B\7/\316"
"\201l\30\302\70\7\302,\215\206OY\232\15C\230\245a\66\14a\226\206\331\60\204K\232\214\303\20\305"
"Y\16\245\71\220\3\1X\276.\17B\7WG\6m\230*\305,\212\206m\13\23I\32\66E\251M"
"I)\11\243\244M\251hq\224\346@\16\15\7\35\312\11\71\360\3X\301,\357\301\7\37\212\7\61\315"
"\222a\210\262(\313\6-\11\303\341\62\210\225(\31\206,\12\343!\211r\60\207\206\203\16\345\204\34\370"
"\1X\307/\17B\7+\316\201d\70H\71!\32nQ\16$\303\62(Y\224dI\26\15\267\234\220"
"\15C\230\245\341\62\14\321\226f\341\60\344\14\17\2X\312\60\17B\7+\7\342\34\210\243\341\20\345@"
"\234\15\17J\224D\265(\211j\303)\316\201\34\210\243\341\20mI\224\214J-L\242\34\211\262\34\63"
"X\314/\17B\7+\315\221\70\7\242\341\20\205Y\66(i\30%Y\222e\303\20\326\322l\30\302Z"
"\32\15\267\251\22mZ\30)\245\34\22u \7X\353!\357\301\7\37\310\11\71!'\344\204\234\220\3"
"\277\3\71!'\344\204\234\220\23rB\16\15\7\11X\356*\17B\7\63\315\221\64G\322R\32'i"
"\234\244\71\222\14\67\65N\322R\32fi\216\244\71\222\346H\232#\321\60\244\71\6X\360!\17B\7"
"\37\310\11\71\360;\220#\303CN\34\16b\37\207\203\230\23rB\16\347\204\34\316\11X\361'\17B"
"\7\37\310\11\71\62<\344HN\310\261\341N\35\36\224\34\325\321\60\7\342p\7\6\61\315\221\64G\342"
"\341\4X\362'\17B\7\37\310\11\71\62<\344HN\310\261\341N\35\36\224\34\25\263r\226cu\254"
"\16\205Y\230fu`H\0Y\11-\17B\7\37\310\11\71\360k\226#\265$\215\262(\213\62-L"
"r\60\32\206\34Hs \311r Kr \315QEGTm\207\6Y\17%\17B\7gx\310\201"
"\34\34\316\71\20\17\347\34\210\207s\16\304\303\35\310\341\341\232\244\265:\270C\333\35\32Y\25#\14F"
"\7\67\7s\60\7sl\30\304\70\313\201(\7\242j\22f\71R\307r,\307rH\7v\10Y\26"
"(\16B\7/\315\201\64\7\322\34H\343A\212\263H,%Y\30UJYKV\254#a\16\244q"
"\65\7\302\34\11\1Y\32#\14F\7\67\7sl\30\302\64\33s \312!%\226\302mXkj$"
"e\71R\207t`\336!\0Y\34+\17B\7;\247\344\300\217Y\216\325\241pP\263\60\324\222(K"
"\242,\211*\265\70+\207I\16\244\71\22&\71\220ej\42\13Y\42)\17B\7\63\15\207\217i<"
"\34\304(\213\302\341\240\23\207\7%\314\1q\30\222\64N\225\60\307\242\34\325\261\35\332A\0Y'&"
"\17B\7\37\310\11\71!'\344\204\34\370\35\310\11\71\234\344h\222\203Y\216\325\241\64\7r \315\241"
"H\7\5Y)%\357A\7k\70\350PN\310\11\71!\7~\7r\70\311\321$\7\263\34\253Ci"
"\16\344@\232C\221\16\12Y*%\17B\7\37\310\11\71!'\344\204\34\370\35\310\11\71\234\344h\222"
"\203Y\216\325\241$\313\201\254\32\226tPY+&\17B\7\37\310\11\71!'\344\320p\320\241\234\220"
"\23r\340\347$\7\263\34\253Ci\16\344@\232C\221\16\12Y.%\17B\7\37\310\11\71!\307\206"
"sV\316\312Y\71+g\265\341s\222\243I\16f\71\224\306: \351\240\0Y\61'\17B\7\37\310"
"\261:V\307\352\330p\10\353H\232\23r\340w \207\223\34Mr\60\313\241\64\7r \324!\5Y"
"G'\17B\7\37\310\11\71\64\34t\244\16f\71\224\206\303w\60'\304\303\24\207Q\34F\361\60\345"
"\204\34Mr\70\4YI)\17B\7\37\310\11\71\62<\344H\16\15\7\35\311\221\341k\226C\315Z"
"&I\303\20\351@N\310\241\341\240C\71!\7YO)\17B\7\37\310\11\71\62<\344H\16\15\7"
"\35\311\221\341k\226Ci\254\14\212\244\246\332p\307r\70\321!Q\325\221\10YQ*\17B\7\63'"
"\344\340\60$\203Z\312\6-JK\321\60$Y\32&\325H\313\241\34\370\71\311\301,\207\322X\7$"
"\35\24YT(\17B\7;'\344\320\360\20g\71\324\254e\222\64\14\221\16\344`TG\322txH"
"\353H\232\3q\16\304u \4Ye,\17B\7;\207sp\70\210\71\24&Q%\214\222R\230\14"
"C\22FI)L\242J\230C\71\224\3\77'\71f\326\1I\7\5Yh.\17B\7\63\35\224("
"\31\262J\251\230Du$\7Re\70%Q\30IY\71M\342(\313\261\34\31\36r \311\301,G"
"Tm\207\6Yj+\17B\7;\207\206\207\70\314\1-\222\226\60\323\206C(\346@\62\34\322\60\207"
"\206C\32\346\320p\20\343p\370\230\346P&\2Yn)\17B\7;\207\206\207\70\314\1YZ\242T"
"\33\16\241\226#\311p\210j\71\66\34\304\34\36\16b\343p\20\33\207\203\4Ys&\17B\7;'"
"\344\204\234\220\303\71\64|\15s$\315\221\64\7\322\34\21sL\311a\35\224t@\16u(\2Yt"
"-\17B\7/'\344\204l\30\302\226a\12\263\250\230E\265\60\252\205Q\226\204Q\230\244I\232\3q"
"%L\302,\312\242\70\315\201\34\10Y})\17B\7/'\204\303\230Ca\216D\303Z\12\343(\214"
"\243d\30\244b\32\245q\222\346@\134IkaS\222\303)\0Y\202*\16B\7/\207s\70\207\323"
"\341)\213\262(\213\262(\213\262(K\302(\213j-Y\261V\311JY\64(a\224\351\60\0Y\203"
"+\357\301\7/'\344\204lXs$\32\346\60\212\303(\16\243d\30\243$\314\242:\224D\71V\207"
"\222(N\262$\26\243a\10Y\204&\17B\7;\247\344\300o\71!'<\344HN\310\221\341k\230"
"#i\16\14Q\216\352\240\244\3\262\246c\11\0Y\212(\357\301\7/G\322x\10\263!\7\342p\30"
"\343(\214\243\60\216\206CTL\243\64N\322\34\210+i-l\31\206\4Y\231/\17B\7/\316\201"
"\70\7\342\34\10\223\322\60%Q\26U\262\250\22eQ%\212#-j\215\262$M\322\34\11\223\70\314"
"\302:\240\203:\0Y\245&\17B\7\37\31\246a\310\341\64l\315\312u,'\344\310\360\65\314\221\64"
"\7\206(GuP\322\1Y\323\261\4Y\250\60\17B\7/\315\221\70\7\342\34\310\206\7-\7\242,"
"\7\242,\7\242l\320\242\254T\314*a\26\246Y%\13\243,\12\223\70Jr$\314\0Y\271-\17"
"B\7/\316\201\70\7\342\34\310\206!\31\306\70\12\343(\214\243\341\20\325\306(K\212I\226T\263\250"
"\226D\335\264L\254\23B\0Y\273)\17B\7\37\310\11\71\62<\344H\16\15\7\35\12\243\341;\20"
"\206\303AGrd\370\230\346\300\226\203;\246\215;\22\1Y\311+\17B\7/\316\201\70\7\342\34\210"
"\206\217q\24\306Q\62\14Y\224D\265(\211\372-\211\32\263H\311\222\250\222\25\273\23B\0Y\313-"
"\17B\7/\316\201\70\7\342\34H\323a\213\302\250\230E\311\60H\255Q\35\213\262aK\262\260[\222"
"\205Q\26\205I\16\334\241\60\1Y\323+\357\301\7/\316\201\70\7\262(\7\262(\34\226a\310\242$"
"\212#-\216\302\70\12\323(\32\206,Is \256\244\265\260:\34Y\324%\17B\7\37\232\207\35\316"
"\11\71\360kR\207\232\265L\22c\71G\206\217i\16l\71\270c\332\270#\21\0Y\353\60\357\301\7"
"/'d\303\240\225r \213\302a\211\342(\31\206,J\322,J\322,J\322\250\65K\242a\10\263"
"(N\242j\226Dae\30\4Y\373.\16B\7/\207\263a\310\252Y)\32\206$\352\22u\31\206"
"\250\22u\211*Q\245)\211\222H\313LI\224&Y\222\312\303\220\3i\0Y\377*\17B\7'\316"
"\221\64\307\242a\10\243\70\213\262(\232s M\342\314\230\350\200\232C\303\307\64\7\266\34\334\61m\334"
"\221\10Z\1.\17B\7\37Kr\64\312\301xx\210r \316\201x\70eMYS\66\14I\61\252"
"\24\223,J\243$\213\222\60K\332\222\332\244\245\1Z\30\61\17B\7/\315\221\70\7\262a\10\263\64"
"\31\226\64\213\222a\310\242$\315\242$\315\242d\30\242\316IT\353\222%Q\230UjI\230\250\71\220"
"\3Z \62\17B\7+'d\303\240\325\261:\62(\311\240EI\16Ur\250\62\14J\226\264FI"
"S&%\255Q\22\245IS\30IY\24FI\224fb\0Z//\17B\7+'\244\203\230fa"
"\232E\203\222\14Z\224\344P%\207*\303\240d\71\22\325\221L\31\16Y\16'Y\222F\265j\35\310"
"\1\1ZF-\17B\7+\7r \32\16Q\255\22fi\224\14\203\30%a\62eQ\30\205j\22"
"]sh\370\230\346\300\226\203;\246\215;\22\1ZZ\62\17B\7+G\266l\220\263r\66<(Y"
"\32%\245J\224\210I)\211\225(\32\206$\312\322(\311\322,\34\206LK\243\326\250\64\14I\234&"
"\0Zf/\17B\7+'\204\303\220\345XuX\6\35\211J\303\20\325\301(\31.Q\222eR\234"
"&\331\60daT\323\242\236\224\250K\224C!\0Z\177\62\17B\7/'D\303-\316\232\302a\211"
"\206,J\242\70R\206!\252\203Q\62\14Qk\226D\303\20fi\226D\303\20eI\232\304Y\222#"
"a\4Z\222\61\17B\7+\314\322\60K\303,\215\206\313 ei\22\15j\22ei\22\15b\24\306"
"\321p\220\222\60G\302\35\310\222jR\212\226\254%GR\0Z\301\64\17B\7+\316\201\34\210\263\341"
"\224\345\300\35\214\242a\210\212q\224%Y\22%\222RJ\23-\11\243$\313$%S\223(\211\262("
"\214\22\245\226C!\0Z\314\61\17B\7/\314\322J\234\23\242\341[\222F\311\60dQ\226\324\242\341"
"\20\325\222Ri\30\262$L\342P\21\223(i\312\244$\22\263$G\223\14Z\341\70\17B\7+\316"
"\201\34\210\263\341\224f\321 &a\224\14\227(\311*Q\222\14J)\311\62\251\62(MI\226DY"
"\222%\221\224\14J)\311\201$J\322D\215\23\0[\42\62\17B\7+\315\221\70\7\242\341\20\205Y"
"\66(i\26)Y\22U\206!\213ja\224\14CT+&\311p\13\243$\224\264\60RJY\24\211"
"s\16[P!\357A\7gx\207s\70\207sT\207s\340w '\344\204\234\220\23rB\216&\71"
"\234#\0[T'\17B\7\37\212\207)\7\243\34\253Ca\16\205\71\224D\71\244\345\300\230Ja\16"
"\205\71\24\366\247$\35\264\34\4[W$\17B\7;\247\344\310\360\240\344\250\216\206\303\240\303\71\234\303"
"\71\360;\220\23rBN\310\321$\207s\4[X)\17B\7\67'\344\320\360\61'\344p\64\14i"
"\16\244r\232\244\245d\70di\216\244\71\222\346H\232#Y\222#a\14[])\17B\7;'\244"
"\341\60(\71\224\345X\224\16\337\201\34\316\261\341\16\244\71\220\346@\62\34\224\34\310\11\71\232\344p\16"
"[c'\17B\7\37\232\207\35\316\11\71\62<\304I\35j\326\62I\32\206H\207r\70\36\276\3\71"
"!G\223\34\316\21\0[d\63\17B\7\37\215\6uH\223!\211\243$J\263$J\263$J\223\246"
"TJ\242\64K\242lK\262\60K\262\60K\244\60KJY\24)\235\272D\71\6[f%\17B\7"
"+Kka\232\325\341txPrTG\303a\320\341\34\225\207\357@N\310\11\71\232\344p\216\0["
"k,\17B\7\37U\206e\320\221\60G\302,\254\245\331 'a\16\210Y\246\15\207$\316\312\71\20"
"&\325,*FY\245\230\304U\0[\205&\357\301\7;\247\344\310\360\240\344\250\216\346`\216\15\353\240"
"\23r\302A\31\206\234\20\347@\234\3q\216\14C\2[\207%\17B\7;\247\344\310\360\240\344\250\216"
"f\303A\207rBN\310\201\337\201\234\220\23rB\216&\71\234#\0[\210&\17B\7;\247\344\310"
"\360\240\344\250\216d\71\226\23\322\341;\224\23r$\315\241\60\207\302\234\220\243I\16\307\0[\211'\17"
"B\7;\247\344\320\360\226cQ\230\346HN\310\221\341k\230#i\16\210\71&\345\250\216F:\242\206"
";\22\1[\214%\17B\7;\247\344\310\360\240\344\250\216\206\303\235\363\360\20g\71V\307\352P\230\245"
"a\26\246Y\244\3C\2[\227#\17B\7;\247\344\204\34\31\36\224\34\325\321p\270s\36\36r$"
"\307\232\263\260\65\312\222\64\7r\4[\230'\17B\7;\247\344\310\360\240\344\250\216\206\303\71\7\342\34"
"\210\207sN\310\11\17i\216\244\71\222\16\207\64G\42\0[\231 \17B\7;\247\344\310\360\240\344\250"
"\234\346H\16\15\7\261\177\34\16b\377\70\34\304\34\212\0[\232&\17B\7;\247\344\310\360\240\344\250"
"\216\346\304\341\240C\71!\307\352X\66\254Y\216\325\241$\312\221l\70\350\4[\234$\357\301\7;\247"
"\344\310\360\240\344\250\216\206\303\71\7\342\34\210\207s\16\304\71\20\17\347\34\210s \33>[\235#\357"
"\301\7;\247\344\310\360\240\344\250\216\346\264\341!GrBN\310\241\341\240C\71!\312\301,\33>["
"\237)\17B\7;\247\344\310\360\240\344\250\234\346H\16\15\7\35\312\261\341\216\345\310\360\220\3I\16f"
"\71\224\306: \351\240\0[\242&\17B\7;\247\344\310\360\240\344\250\226#\351\60\310-Z\16\356\320"
"v\207\266\341\234\3q\16\304\303\71\7\62\0[\243\42\357\301\7;\247\344\310\360\240\344\250\216f\303A"
"'\17\347\34\210\207s\16\304\303\71\7r\342\360\1[\244#\357\301\7;\247\344\310\360\240\344\250\216f"
"\303A\7r\70\315\201w\254\216\345\320p\320\241\234\220\3\77[\256(\17B\7;\247\344\310\360\240\344"
"\250\216\206\303\71\7\342\34\210\207;\224\303\71\70\34\304\34\12s(\34\16b\16E\0[\260&\17B"
"\7;\247\344\310\360\240\204\71 \247\331p\320\31\322\34\312\322\341;\220\23rdx\310\221\234\220\23r"
"\0[\263'\17B\7;\247\344\310\360\240\344\250\234f\303A\207rl\270c\71\360;\220c\303\71\7"
"\342\34\210\207s\16d\0[\264'\17B\7;\247\344\310\360\240\344\250\64\134\302\34\210\207s\16\304\303"
"\35\311\241\341c\232\3[\16\356\230\266\352H\4[\265'\17B\7;\247\344\310\360\240\344\250\224U\322"
"\250\16\346\330p\316\201x\70\347@<\234s \316\201\70M\342\42\0[\266*\17B\7;\247\344\310"
"\360\240\344\250\216F\303C\16\344\250\22f\233\224CI\35\221\344M\311!%R\265p\320\222\34\316\1"
"[\271+\17B\7;\247\344\310\360\240\344\250\226FaV\315\222,\7\262\34Jc\35\220\224\341\242\345"
"@\234\3q\16\304\303\71\7\62\0[\277*\17B\7;\247\344\310\360\240\344\250\226#\351p\10\323\34"
"\20s \211\206!j-\245\245aH\243\264\224\226\206!\215\322\10[\302+\17B\7;\247\344\310\360"
"\240\344\250\226#\351\220\14j\230\245a\226\14\203\222\345`\22\247I\230\24K\265\246J\230\204YX\15"
"[\304)\17B\7;\247\344\310\360\240\204\71\240\306\331p\320\201(\307\302t\370\16\306\303\24\207Q\34"
"F\361\60\345h\222\303!\0[\306'\17B\7;\247\344\310\360\240\344\250\232Ei\224\344@\222\65%"
"Z\22\256\331\64\14\71\226Ca\177\34\16:!\2[\314$\17B\7;\247\344\310\360\240\344\250\62\274"
"S\207s\16\304\303\235<\34\304\306\341 \66\16\7\61\207\42\0[\322'\17B\7;\247\344\310\360\240"
"dEi\270\304Y\16<\350@\226\16\37\323\34\210\264\264\26\351@\246\352\24\235\222\2[\333(\17B"
"\7;\247\344\310\360\240Di\246\14\257u\340\71\7\342\341\234\3\361p\316\201x\270#Y\230\211\341\220"
"\3\203\0[\335/\17B\7\37\310\221\341A\311Q\35\15\243aHs$\252\15[\222#Y\22\15C"
"\232\303\312pJ\352@\22E\303\220f\345p\7\222m\1[\337-\17B\7\37\310\221\341A\311Q)"
",\16\311 fIV\251%i\222\346@\62(b\216\15\311p\307r\254\65\254U\322\34\310\21\0["
"\341*\17B\7\37\310\221\341A\311Qe\70$q\216\16\347\34\210\207s\16\304\303\71\7\262\341c\32"
"+\203\42\211Q&J*\0[\347+\17B\7\37\310\221\341AIc)\211*a\22%\305lPr"
"\352p\20\243,\212\206\357\264\341\240C\71!G\223\34\316\21\0[\351'\17B\7\37\310\221\341A\311"
"Q\35\270\15;\326\16D\305\341cT\326\1I\31.Z\363p\316\312\303\71\7\62\0[\356-\17B"
"\7\37\310\221\341A\311Q\71\215\206\207\70\313\201$M\322\341\232\244I$\15C$\246\71\62\14\71\230"
"c\255Q\22\346H\216\0[\370$\17B\7\37\312\11\71!'\244\303w('\344\204\34Is(\314"
"\241\60'\344\204\234\220\243I\16\307\0[\372%\17B\7\37\310\11\71!\207\206\203\16\345\204\34\370\35"
"\313\11\351\360\220\326\241\60\207\302\234\220\243I\16\247\0[\376-\17B\7+G\342\34\210s 'd"
"\303\220\14CZG\322\60\312\242\64\11\223\70M\342\34H\223\70\215\322\60K\263\34\251\303!\0[\377"
"'\17B\7;'\344\320\360\220\3\71\66\34t \207\206\217i\216\244\71\360 \306\245\60\15\263\60\315"
"r\64\311\341\24\134\1.\17B\7\63\7\342\34\210s \33\206\60\16\207\61\7\242a\20s\60\212\323"
"$N\223l\30\302\70\7\342\34\210\207\60\32\342$\313\241\14\134\2%\17B\7\37\310\11\71\360;\220"
"C\303Al\34\16b\343p\320\321p\370\230\346P\230Ca\216&\71\234\2\134\4\60\17B\7\63\7"
"\322\34\11\7\65\314\322pP\206!\312\322pP\303,\15\263\250\64\14Y\222\3Z\22'i)\15\263"
"\64\213\222,\311\201\64\3\134\6\61\17B\7\63\313\261l\220\243\60\213\222\60M\262$N\302\34\312\242"
"\34H\264XN\223d\70Hq\16DY\16dQ\16\304\71\20&\71\220\206\0\134\11\60\17B\7\37"
"\316\206!\314\322\60K\303l\30\222A\312\261\312 f\71\20e\71R\33\6\245V\316\222\306\250\22e"
"Q\22\325\222,\11\223\270\4\134\12(\17B\7\63\315\241,\35\276f\71\360 &a\24\312c\64H"
"a\16\205\303AG\303\341c\232Ca\16Ur\70\5\134\13&\357A\7k\70\344\204x\270\23\322\341"
"\220\223\7iP\303,\32\206d\320\301p\370\230\346P\230C\225\34N\1\134\16,\17B\7+\314\342"
"d\70da\216\16C\64Dii\30\322(-\15C\32\245\245a\10\223\34\314\206C\216\205\303\307\64"
"\207\62\21\134\17%\17B\7\37\310\11\71!'\344\204\34k\316\302\64K\263\60\315\302\70Ic\271\16"
"\344\204\34Mr\70G\0\134\21$\15F\7;Gs\64\207\232\243,\314\302\254\232\204Y\242f\71\22"
"\345`\16\346`\16\346\230\216\354\30\0\134\32#\13J\7\267X\311\232\352@:\274C:$\15\222\224"
"ER\26IY$\15\222\16\351@\242#\11\0\134\61/\17B\7+\316\221\64\311\206!\252\203Q\16"
"\306\203\62\14JV\11\263J\230U\302AK\342\60\12\223R-\252D\265\246\244\26NY\216\0\134:"
")\357A\7o\70\244\71\222\346H\232#i\216\244\303!\15s(\314\241\60\207\322\34Is \7\342"
"\34\11s,\312Q\1\134<*\357A\7o\70\210\71\24\346P\230C\341p\20sB\224\203Q*F"
"\231\34\15\71\22\345@\224\345@\224\345@\222\16w\2\134=\42\357A\7o\70\244\71\222\346H\232#"
"\351pHKi\35\211kZZ\253\203\233N\321)\71%\5\134>)\357A\7kx\313\261:\226\15"
"o\71!\35\322d\310\241\60\207\302AM\206\34\12s(\34\266d\220\223\64\326\201C\0\134\77*\356"
"A\7k\70h\71\224\345P\66\34\264\64\7\322\34H\263\312\242\204Y\262fI\65\252\204YT\213\262"
"JT\11s \6\134@'\356A\7k\70h\71\224\345P\66\34\264\34\316\341\341)\307\242h\230\32"
"\243\306(\311\206)\311A\35Jr\64\2\134E,\357A\7k\70\210\71\24\346P\70\34\304\64G\322"
"\34\31\36\242\64G\322\34I\206c\222\3Y\224\3Y\224\3Q\66\234s \2\134H&\356A\7k"
"\70h\71\224\345P\66\34\264\64\7\222\254%k\311Z\206[\232\3b\245X)\206\322p\320\341\0\134"
"J'\355A\7k\70H\71T\207\242\341 \245q\32\247q\62\234\222\254\224d\245d\270DY%\312"
"\62m\70\346@\0\134K(\357A\7kx\313\261:\226\15o\71!\31\16Y\230CY\230F\303 "
"\246Y\230\346H\62\34\242\70\7\342\312\360\20\134U&\17B\7kx\313\261:\226\15o\315Yyx"
"k\316\312\303[\224\345@\224\65\205IV\311\302L\215\302\34\20\134^)\356A\7kx\312\261hx"
"\312\341d\270\245\71\220\14\267$k\31ni\16|)FI\313\60$R\16$Y\216$\0\134d-"
"\16B\7kx\312\261hx\312\302\246\64\31\16Q\322\224DI\244D\225\341\20\345p\64\14Z\24G"
"\331\60HY\234\204\303 W\0\134e\63\17B\7kx\313\261lx\13s(\211\206A\222r,\34"
"\206,J\322,\211\206!\233\322,\211\206!K\262\34\210\242a\210*\265(\13w \331\6\134o "
"\357\301\7\37\310\11\71!\7~\7r(\354\177\34\16:\224\23\342\34\210s \316\221a\10\134q\35"
"\353\311\7\67\307r,\307\322\60\24C\61\24C\61\24C\61\24C\61\34\336\261\0\134\220&\16F\7"
"+\356\323pH\212\225b\245X\251\14C\322\24&MY\224\324\242\312\226dR\230\243I\16i\261\1"
"\134\251%\16B\7\37\310\221\260\26\326\302\332p\320\71\15\17i\16\347\350p\324\201,\311\201D\312\201"
"t\270\346@\2\134\254,\15F\7+G\263a\210\262\250-\212\224\246H\251\14\203\322\24)M\221\322"
"\24)\225aP\232\42e\314\244\60Gs\64G\63\0\134\263\42\17B\7\37\232\207\35\312\11\71\341!"
"\15s(\314\241\60\36\276\3\71!\207\302\376\70\34tB\4\134\270%\17B\7\37\310\241\260\307\341\240"
"S\207\267\234\220\14\307\64G\322\34\31\36\242\64\7\342\34\210\353@N\210\1\134\340'\16F\7+\356"
"<Hq\230\24+\225\341R\207\222:\224T\206K\261RL\242d\214\22)\314r(\207s\70\4\134"
"\341)\16F\7+\356\333\60$\215\225\246JS\22%MI))V\222\341\240\324\222,\331\222L\252"
"\345P\226#i\234\3\1\134\360,\16F\7+\315\201\64\7\302a\13\263(\351-)VJ\212\224$"
"S\264\224\6))VJ\203\224\214\241\64\34r(\207s\70\4\134\366$\14J\7\63\307rh\270\345"
"@\66\334r \33n\71\70\34\224\34\34\16b\254\225\206C\224#u,\2]\7&\17B\7\37\310"
"\241\260\307\341\240#\71%G\206\7%G\245\341\222\323\206\207\34\311\261\326\260VIs G\0]\16"
"/\16F\7+\356\66\14Y\232dI)\213\222\326\244\62\34\224r\224T\206$J\232\222(iJ\242"
"\344\220DR\22%\71\234\203I\216f\0])\61\16B\7\37\310\221\260\26\326\206\203N\33\244A\312"
"\242,\312\242,\32\244A\312\242,\312\242,\32\244A\312\242,\312\242,\211\222R\42&a\2]\335"
"#\16B\7/\207\262\260\26\326\302ZX\13ka-\254\205\265\260\26\326\302R\32Fi\230\344\240\216"
"\6]\336)\16B\7/\207\262\260\26\326\302ZXiJ\242\244\224DIS\22%RX\13ka-"
",\245a\224\206I\16\352h\0]\341'\317\301\7+\214\212YT\314\242:\20\325\221\250\64$Q\71"
"j\215Z\263\250\230E\305,*\346p\222\203\331p\10]\343$\17B\7+Kka\232\325\311\303A"
"l\34\16b\343p\320\241\34\370\65\251C\315Z&\251\251\16\344\0]\345\33\217A\10gx\310\221\234"
"\220\23rBN\310\11\71!'\344\204\234\220\3\77]\346\42\357\301\7;'\344\204\34\31\276\346\204\234"
"\220\303\71\341\65\314\241\60G\322\34\210\353@\216\14\17\1]\347'\357A\7{\370\226#i\216\204\71"
"\24\346P\226c\331\60\204\71\24\346P\70\304\311\216E\71\230\23r\60\311\341\14]\350 \314\311\7\343"
"A\311\301\34\314\301\341\20\345H\224#Q\216D\303!\312\301\34\314\301\34\34\36]\356(\17B\7\63"
"\315\241,\36\36r$'\344\320p\320\221\234\220#\303\327\34\316\341d\30\304\64\7\342:\220C\303A"
"\1]\361\36\314\311\7\343!\7s\60\7s\60\7\243\341\20\345`\16\346`\216\351\230\216%\303A]"
"\373-\17B\7\37\310\261v *\17\7\35\311\241\341!\255\3\71\220&\303\220D:\22\351X\216\14"
"C\216\344\204\34\210s \7\16\22\0^\2\42\15F\7\67\207s\352\360\20\347h\216\346\300\203\24\226"
"\302RX\12Ka\224Da\226#\71\32\3^\3'\17B\7;'\344\204\34\31\276\346p\224cu"
"h\70hI\26F\265\60\315\302\64\13\323,J\322\254\216\345\204\34^\6(\16F\7+\207\263A\315"
"j\203\222U\332*m\225\212\224%\275%\275%m\225\266\312\222E\265Rc\324:%\71\4^\14("
"\17B\7O\326\1I\7uP\222\227PGrd\370\32\345X\35\32\16a\222\65e\245\254R\316\242"
"\34\314\11\61\0^\35%\17B\7;\247\344\320p\320\31\322\34\312\342\341AIc\71\15\207sV\316"
"\312YR\316\242\34\314\11\71\0^%.\15F\7+\16s \33\304\254\230U\206AK\242hX\242"
"H\215\42\65\212\206%\212\264$\212\264$R\264$J\222A\314\212\71\232\1^+.\16F\7+G"
"\263\341A\254\205\265\260\226\14C\62(Q%\215*iT\31\224\250\222%Q%K\42\245\226DI\64"
"\210\265\60\207C\0^-'\17B\7\37\310)\71\62<DY\71+\17o\315Y\71\33\344\64G\222"
"\341\230dMYS\226\224\262R\16\306\0^/&\17B\7\63\252#QuxH\243:\62\14\71y"
"xP\322XN\303\341\234\225\263r\226\224\263(\7sB\16^\60\61\16F\7/\207\243aH\242\34"
")e\303\22\345H)\32\206$\312\261(\31\16Q\222eR\32F\321\60\204Q[\251VR\242\60J"
"\242\34\11\1^\63-\16F\7+\207\303a\13\343A\32\244\244\24'\245AJJq\222\14\7\245k"
"\322T\351\224D\311\222\245YXK\262\232\32e\71\0^\70(\17B\7\37\310\261v \252\16\17J"
"\216j\303\20\245u$\315\221a\310\301\34\33\316Y\71+gI\71\213r\60\7^=-\16B\7+"
"\207\263a\220\262xX\222!Q\232\225\226!Q\232\225:\224\224\206\245)L\232\206%\231\302,\34\266"
"\260\26\16[X\1^E/\16F\7+\207\263a\220rp\220\6))eQR\312\242\244\64HI"
"\35J*\303\220t\252t\252$\207!+\325J\265l\30\262j\2^U'\17B\7\67\213\207\207\70"
"\313\221\341\234\3\361p\316\201x\270#\71\64|k\35\16\222\222U\264J\71\213r\60\7^c,\16"
"F\7#jMj\341\60D\303T\211*\213RR\22)\211\332J-Q\16dr\216\14\7-\254\205"
"\265\60J\262\60\313\241\34^r!\357A\7k\70\350PN\310\11\71!'\344\300\357@N\310\11\71"
"!'\344\204\234\220\23r\0^s#\357A\7gx\310\221\234\220c\355@\224\345@T\7s\340w"
" '\344\204\234\220\23rBN\310\1^t%\17B\7/'\344\204\7-\315\221\64\7\342\34\32\16"
"i\230Ca\16\205\361\360\35\311\11\71!'\344\204\30^x%\17B\7\37\310\11\71\64\34t('"
"\344\300\217i\16e\71\360\240C\71!\7~\7rBN\310\11\71\0^y\61\17B\7/\316\201\70"
"\7\322$\33\206(\211\303,\33\224\64\312\224AI\6\61\315\302t\20s \33\206d\30\262\34\210s"
" \316\201\70\7\342\20^{*\16B\7\63\207s\64\33\206,\207jq\22\306\303\220\3i\16\204\71"
"\222\345P;\220\204\361\60\310I\30\347X\222\243\21\0^|)\16B\7/\315\201\64\356\232%\303\220"
"d\265a\314\302Z\65+\226\222,L\262(\34\206$M\262$\215\263$N#\0^}'\15F\7"
";Gs\250\71\252%Y\222)\275\14\313\240HMR\223\322\313\260\14\212\226d\211\232\252\351\360\240\243"
"\1^~.\17B\7\257\65\214\322,\251EC\224\14iV\215\222\250\64(\311 &\245bV\33\276"
"\205\71\24fa\22&Qc\226\344@b\26\5^\201(\17B\7\37\310)\71\62<D\71!'\344"
"\204d\70Hq\16\304\71\20\347@\234\3q\35\210s \215\223\34\216\1^\203+\17B\7\37\310)"
"\71\62<D\71!\315\221\64G\322\34\11s(\314\241\60\207\262\60\315\322\254\234E\303!\11s '"
"$\0^\212*\17B\7\37\310)\71\62<D\71!\315\221\64G\222\341\220\245\71\22\356@\226\224\263"
"\244\34\65FYK\30\356@N\210\1^\217(\17B\7\37\310)\71\62<D\71!\33\206\60G\322"
"J\134\7\222\341 \305a\24g\345:\20\347@\32'\71\34\3^\225/\17B\7\37\310)\71\62<"
"D\71!\7\206,\32t \312r \312r \312r \32\16Q\61\216\302\70J\243$K\302\244&"
"ec-^\227+\17B\7\37\310)\71\62<Di\216\244\71\222\346H:li\216\244\71\22\15\203"
"\30\305a\24g\345\254\34\205\303\240\3q\4^\234-\17B\7\37\310)\71\62<D\71!K\303,"
"\15\243\70\214\242a\210\22\71T\242,\214\262(\214\262(+g\345(\254\344@\232\1^\246%\17B"
"\7\37\310)\71\62<DY\71+\17o\315Y\71\33\344\234\220\14\203\32\245a-M\327PSw`"
"^\247%\357\301\7\37\310)\71\62<Di\216D\255Qk\324\232\364\250m\325\34I\206c\232\3q"
"\16\304\225\341!^\253)\17B\7\37\310)\71\62<Di\216\14oi\216$\303\61\311\212\311pL"
"\262b\62\34\323\34H\206\227\270\16\344\204\30^\255-\17B\7\37\310)\71\62<D\71!Y\247,"
"\31\322(-\245\225\303\20ea\232\205iR\31\206$\313\261LG\262h\30\264\34\4^\266%\357\301"
"\7\37\310)\71\62<D\71!+g\345\341\255\71+g\345l\220s\70J\242Z\324%\312\242\12\0"
"^\267+\17B\7\37\310)\71\62<Di\216$\303\61\315\302\341!J\263\60\31\216I\226#Q\244"
"\265\264\225\212QVj\11u \7^\270,\17B\7\37\311\221\341!Js$\31\216i\26\16\17Q"
"\232\205\311pLs$\31\216IVL\206[\224\65\15\247\254\71\213$\0^\303/\17B\7\37\310)"
"\71\62<Dq\16$CR\15\243ZR\24\243\70\134\206E\12\243\70\214\342d\70da\224\206YT"
"\13\243$\213\27\0^\311.\17B\7\37\310)\71\62<DY\32\326\322d\70Ha\24G\303-\214"
"j\303C\24F\265h\270e\222\230%Q\222%Ri\216B\0^\312\63\17B\7\37\310)\71\62<"
"DY\216\205\71\224\14\312 %Y\222E\311\240DY\222%\305dP\242,\251\225\222\250\26%\375$"
"%Qk\230C!\0^\366,\17B\7\37\315\321!\31\244!G\322\34\210s \213\342\60\32\242!"
"\252#Q\35\211\252Q\263\66\14a\16':\26\16\207\234\0^\367)\17B\7\37\315\321!\31\244!"
"G\322\34\210s .\16C\64\244\71\222\346HZJci\270\345p\242c\341p\310\11^\372.\17"
"B\7\37\312\11\351\240\14C\34Fi\62\34\262\64\12\263a\310\206\60\207\222a\210\303\70\12s@\31"
"\216i\16$Z\34\16\207\234\0_\1'\17B\7;\207s\70\315\201\34H\207\203N\210\323\34Is"
"$\15\207\217i\216\244\71\20\347@\134\7\322\34\11\1_\12-\17B\7\63-\65'\265A\31\206$"
"\312\242J\224%\213RS\22-\214Z\262P\311\304\64G\322p\370\230\346@\134\7\322\34\11\1_\17"
"*\17B\7\37\252\203Y\216\325\261t\370\16\345\204\34\30\244\34\12s(\314\241\64G\322,\34\262("
"\31r \211rL'\4_\20&\17B\7\37*\16R\226cu,\35\276C\71!'\304\303\224\23"
"rJN\310\302!\213\6\35i\7uB\0_\23\37\354E\7\343A\7s\60\7\243\341\20\345`\216"
"\345\340\360\16\346`\16\346`\216\324\261\10_\24\36\354I\7\343A\16\343\60\16\243\341\20e\71\220\305"
"a<\274\366\226\244a\234\203\61\0_\25#\14F\7\37\34\6\61\16\343\60\16\223aLr(\311!"
"\35\33\6\61\16\343\60\16\343\60K\322\60\16_\37(\15F\7/\315\201\60\7\262px\7\302\34\10"
"\243\341 \205\71\20\346\300W\65L\322,\312\222(\13\23\61Gc\0_&)\17B\7\37J\7\65"
"G\322\34I\206cy\10\343Z\65\314\302a\34\322\34\11s(+Gie\30\244$K\263\34\5_"
"'\61\17B\7\37\215\6uH\223!\311\201\244\224\3I)\34\222RX\211\302J\24V\242pHj"
"qR\213\223D\212\223\246TRJI\251K\216\1_\61(\355E\7\343\62\254q\32\17C\62\14q"
"\32\247\303\62,Y\224E\265(T%%S\266DK\343(\11\223\60\216\0_\65-\357A\7c\320"
"\206\65\313\261l\220\263\34\30\262A\213s \33\16I\232\304C\324\32U\342(\313\201(\214\243$\213"
"\222L\215\302\34_\67,\17B\7\37\13\7\61\207\262r\224V\206\313\220fI\216\244\341p\11\263\312"
"\220d\305d\70\246\71\222Fi-\251\14\207(\7\3_>*\17B\7;\12\207\251\65'D\303\220"
"FMC\324u\30\242\64j\215JC\64\14i\35Is$\31\216i%\256\3!\0_S \14F"
"\7\273X\312\302,\312\302\250\216\244\303;\230\203\71\230\14\7\35\314\301\34\34\36r\60_b'\357A"
"\7g\30\304R\34Fi)\214\243\254)\7\36\264\60JKa\34eM\71\20eqV\315\302Z\32"
"\211\0_i+\17B\7\37\310\321!\214\206\34I\263N\325(\211\262(\7\323\34\210\206A\213\325\70"
"\321Z\312Qc\224\305Q\230\346H&\2_k/\357A\7k\30\302,*fQ-L\226(\215*"
"Y\64\14i\224\206Y\262da\322\224&\335\242dI\243\64\214\342\254\230DY\234\210\0_p,\17"
"B\7/\247\344H\64\14iV\255\244\331p\311rB\62\14i\224\206\331\60da\32e\311\60\304a"
"\216$\303-\256\3\241\10_q,\357A\7g\30\322(-\15C\230\245Y\70\14Q\26\346\320p\320"
"r\70\33\206,L\243,\31\206\70\314\221\250\61\312J\261(\2_y-\17B\7\63'D\203\234U"
"\303,\214j\71\220\244[\222\203\322\60dI\26F\265r\30\305a\222\3i\216\204I\16D\232\272\3"
"\2_|\60\17B\7\63\315\221\64\7\342\332p\211\222\254\230dQ\30e\261\64\14R\22%a\22U"
"\262\64j\215*q\224\345@\222%q\22e\251\224\12_\200+\17B\7\63\313\261\60Gr\70\32N"
"\305\34\12s$\315\1\65N\222\341\22\245\71\222\346H\232#i\216\244\71\62\274\345 \0_\201\61\17"
"B\7\63'\344p\64\234r \215\322\34Is \213b-J\223,\32\222(\213r \213r \213"
"r \213r \213r \31\16Y\16\2_\204.\17B\7\63'$\303\220\346@\232\3i\24\352H"
"\26\251Y\232):\220\324\301(\32\6\61\315\221\64G\322\34Is$\31\16Y\16\2_\205,\17B"
"\7\263\16\205\71\222\346@\66\14R\61\207\302\34I\206C\244\3a\222\3Y\224\14\207,\7\342(\214"
"\263rVN\223\270\10_\213+\17B\7\263\16\205\71\22\15C\30GY\64\34\304R\32\15C\250\306"
"IZ\212\206!\255#i\216$\303\61\315\221\64G\322\24_\214-\17B\7\63\315\221\60G\302,\254"
"\205Q\62\350H\230#a\26J\303 %a%\12s(\33\326HL\223\250\234\352@&\251\211,_"
"\220+\17B\7/\315\221\64\7\322$\255\225\252\225dP\244\70\226\323$\32nq\16dQ\222fQ"
"\61\312Z\302\254\230\344@\32\3_\222\61\17B\7\63\315\221\64\7\262a\310r \215\322\34Is "
"\32Nr\232\304a\224E\71\220EC\230E\71\20%u \212t \11\7M\307\0_\223/\17B"
"\7\63G\322(\15ka\32\205QNH\206[\34\313i\222Ea\224EC\230E\71\220E\71\20%"
"u \212t \11\7M\307\0_\227.\17B\7\63'$\303\220Fi\230\15C\26%i\234\14C"
"\232\303\322\60HI\16dQ\62\34\262\34\210\243\60\316\312\71\20\247I\134\4_\241\61\17B\7/\311"
"\321$\7\243A\31\222\250\26IY)k\252\14K\224\210Y\244\204Y\324\262D-Y\324\222)Qe"
"\251\15b\232\304i\216d\0_\251\61\17B\7\63\312\301(\307\262a\220\262\34\212\224aH\243\64\314"
"\206!\323\322(\311\206!\211\302\34\12\207\61\13\323(\211\342T\7\62IMd\1_\252\66\17B\7"
"/\36\302d\230\243\60\315\302R\62\34\262$\214\243d\30\42)I\223R\222fQ\62\14Y\224\244Y"
"\224\14C\226Di\226Di\246\15C\26\246\11\0_\256\61\17B\7\257\230&Ma\224\224\262J["
"\224\14\312\220\305Q\226#%eX\272#\265h\210\222,j\311\242J\61\212\244\60j\311\222\70\311\344"
",_\263\62\17B\7\63\315\221\64\7\222\341\20\305\245\60\207\222a\20\243$J\62)\211\222(\211\206"
"A\211\322\34\211\243\60)e\225b\222Ia\32\16j\16\2_\264/\17B\7/\12c\245\224&M"
"a\224\64f\203\62hiV\7\242H\31\224(\251\225\262\226\60\31\224b\26\246Y%L\6\245\30g"
"\325\2_\271\63\17B\7/\12\343\254\32\15J\330\26%Q\62h\303 eqR\222\206(ij\311"
"\242!J\262\250%\213\206,\214ja\324\222E-Y\224(Y\0_\303%\317\301\7;\247\344\224\234"
"\220\203\71!\16\243\34\310\242\34\310\242\34\251\345H-\215\304\64G\322\34\32\66\0_\305(\357A\7"
"\67\247\204\71V\307\242\34I\343$\214\302$\314*Y\30\65'Q\222\3\232\32\205q,\247\321\60\204"
"\71\14_\314%\317\301\7k\70\344\204\234\220\16\207\64'\344X\35\13\207\203\216\344`\326\224\205Q\71"
"J\242\70\22\207!\3_\315%\317\301\7k\70\350HZJKi\30\305u \255\204:\220\203\71\230"
"\65eaT\216\222(\216\304a\310\0_\327%\355\305\7;Gs\64L\206\207\70Gs\64\313\206\203"
"NK\302,\211\302(\211*C\222FR\32\205\303\6_\330\42\357\301\7;\247\344\300o\71!'\344"
"\204\234\360\220\263\345`\326\224\205Q\71J\242\70\22\207!\3_\331-\17B\7/\316\201\34\210s "
"\316\11\312pi\312\201$\314\201$\214\243\60\207\302\34\12s(\314\241\60\207\302\34\12\207!\313A\0"
"_\334(\357\301\7\37\310)\71\62<D\71!\314\241\64G\262(\7\262\34\253cI\65L\312YR"
"L\242$\12\273\305\203\6_\340\42\357\301\7\37\310\11\71\64\34\304\376q\70\210\355PN\310\301\254)"
"\13\243r\224Dq$\16C\6_\353/\17B\7/\315\221\64G\322\34\211\206!\25\243,\251EY"
"\222FY\222F-\303!Ks$Lr Lr +g\345(\255\344\200\0_\365(\357\301\7\37"
"\310\11\71\234\344`\226CI\26k\231\244\246\342\60\344p\16\347p\16faT\213*Q\34\211\303\220"
"\1`\22)\357\301\7/'\344\340\60$\303V\11\243,\312\302$L\342\226\60\221\264D\324Yr\60"
"\13\243ZT\211\342H\34\206\14`\26\61\17B\7/\315\221\64G\322\34\211\206\233\226\3I)I\223"
",J\223l\30\222(\222\212I\251\230E\305,*f\221\22fQ\222\306\71\20\207\0`\35!\317\301"
"\7k\70\210}\34\16b\37\207\203\230C\71\224\203YS\26F\345(\211\342H\34\206\14` '\357"
"\301\7;\207s\70\315\201\34H\207\203NH\207s\16\304\71\20\17w,\7\263\60\252E\225(\216\304"
"a\310\0`%)\17B\7\63'\34r \356\62\34rBNH\207CN\310\11\341p\320\221\34J"
"\262\64J\262\222\224\3Q\70\14\32\0`'\60\17B\7/\316\201\70\7\262(\7\262(\7\244a\210"
"\222\246\64\211\262\64\211\303(\316\201l\30\302\70\7\342\34\210s \316\201h\270\345 \0`*,\17"
"B\7/'$\303\240Fi\255\254%iR\213\223\60I\223H\223\242-\323\322\34I\206c\232#i"
"\216\244\71\62\274\345 \0`K&\357\301\7;\247\344\300\257Y\216\324\222\70\311\242\60\312JY;S"
"\16fMY\30\225\243$\212#q\30\62\0`P(\317\301\7gP\6\71+g\345L\212\263\244\274"
"d\321\220\205Q\222\305cN\313\301,\214jQ%\212#q\30\62\0`R-\17B\7/'D\303"
"-'\344\4i\30\242\244\65J\262\64J\262aH\242,\15\263\64\314\206!\314\322\60'\344\204h\270"
"\345 \0`e-\357A\7\343 \305QZJ\323!\7\243,\7\242,\7\206\244VJ\212Q\245\30"
"%S\70(Y\224\65\345@\26\345@\270\3\71\4`h/\17B\7/'D\303\220Fi)M\225"
"a\310\222D\315\222(\315\222h\30\242na\324\32er\224\345@\24\306Q\222\245\221\252E\71\2`"
"i&\317\301\7k\70\210\375\62\14I\330-\311\302(\213\302$M\302\341\240C\71\230\205Q-\252D"
"q$\16C\6`m*\17B\7\67\313\261:\360\240\3Y\216U\207\257Y\16\245\71\20\205i\226F"
"b\26iQ\22\305Qc\26\225\223\34\316!\0`o'\357\301\7\37\310\341\34\34\316\71\20\17\347\34"
"\210\207s\16\304\303\71\7r,\7\263\60\252E\225(\216\304a\310\0`u$\357\301\7\37\310\11\71"
"\360;\220C\303Al\34\16b\343p\320\331r\60\13\243ZT\211\342H\34\206\14`\224.\17B\7"
"\257\216\325\261l\30B%\207\222\312\260%Y\230%Y\22\265EI\232\14\207\254\230F\255Q\226\244\321"
"\60\210\71\222V\342\42\0`\237/\17B\7/'D\303-\315\221\64G\244a\210\222R\30%a)"
"\211\206C\224\23rB\66\14a\226\206Y\32fi\230\15C\230\245\11\0`\240,\357\301\7/\315\221"
"\64\7\242lX\244Z\224DI)\214\262$\215\302\270\42\246\241\224\351\204\34\314\302\250\26U\242\70\22"
"\207!\3`\243(\17B\7\37\310\261\341\234\225\263\362p\307rh\70\210}\34\16:\224\303\71\224d"
"i\224d%)\7\242p\30\64\0`\246/\17B\7/Jka\232\225\353\200\62\14Y\222\250Y\22"
"\245Y\22\245Qi\30\322\60\311\201\60\311\201,\312\201,\312JYK:d:\6`\251\60\17B\7"
"/\15\263(\353T\314\322P\7\262\244\216%Q\232\64%Y\42\265DY\224\65U\242,J\262$\213"
"\304$\213r \213\206[\216\5`\252(\317\301\7gx\210\263\34x\20\243,\12\243,\12\207\203\16"
"d\351\360\35\310\301\254)\13\243r\224Dq$\16C\6`\262)\357\301\7\67\313\261\362\240\15r\226"
"cu`\310\206\34\310r\254<h\203\234\345h\16faT\213*Q\34\211\303\220\1`\274\61\17B"
"\7/\315\221\64G\322aKsD\31\6)I\344(\211\206AJ\242\70\211\242a\20\243Z\230\346H"
"\62\34\262\64G\322\34Is$M\1`\305-\20B\7/\316\221\70G\242\341\30W\262a\310\22\65"
"N\222\341)\311\341l\30\322,\255\15C\232\245\265aH\263\264VI\263P\2`\321,\17B\7\37"
"Jr\64\212\206\357P\16\14R\16d\245l\320\222\34\216\302-\251\214\232,\347@\16%Y\61\311\222"
"\250\65\212\207\21`\334/\17B\7/\314\322\60K\303,\215\206\233\326R\312*\311pH\352`\224\15"
"C\230\245a\226\206\331\60\204Y\32fi\230\15C\230\245\11\0`\350,\17B\7+\315\221\64J\303"
"\242\64\14Jc\232D\303A\11\263J\26\25\23)\224\62-\315\201\70\325jb\35PS\35\210v\0"
"`\360\61\17B\7/\315\221\64G\242\341\26\346\220\64\14Q\222hiR\31\6\245\16F\331\60\204Y"
"\32f\303\20fi\230\15C\230\245aV\11\263\60\2`\363)\357\301\7\63'd\203\234\325\206%\213"
"\263A\325\252\323 &m\245\254\234\15:\224\203Y\30\325\242J\24G\342\60d\0a\1.\17B\7"
"sK\207\64G\322(\315\222(\31\206\244U*'Z\22FI\224d\235\243\264\222\3\71\220CIV"
"L\262$j\215\342a\4a\11\61\17B\7/\315\221\60\311\201\254\34\245\351\62(J;\226DC\26"
"%Q\245\251\245\30\15I\61\252\24\243J\61\32\222bT\13\243J\61J\244\10a\17*\17B\7\37"
"\310\241\341 \247\71\224\245\303w\342p\316\201x\70\347@<\334\241\34J\262\64J\262\222\224\3Q\70"
"\14\32\0a\32*\17B\7o\70g\345\341\234\225\207;\226C\303A\354%\12\223aH\302(L\302"
"\34\311\261\34\211\262\60*G\342\60D\1a\33-\17B\7\37\32\264a\310\241,\214\263(\34\36\224"
"\64\226\222\250\22&a\22f\203\22\347\204\203\234\204q\26\305\251\216M\352\16,\0a\37\62\17B\7"
"\37Kr\64\312\206\207(\7\342dP\242,\7\242,\31\224b\222Eb\222E\225hP\272\3\331\16"
"\244\71\220#Q\26F\345H\34\206(aH*\17B\7\63\315\241,\35\276\305\71\20\227\262(\33\262"
"!n\312\242lX\206\35\210s$\207\222\254\230dI\324\32\305\303\10aK\62\17B\7/\314\221\250"
"\244\15\313\216\206\321\60\15R\230C\303\22ia\262\16K\30\205I\30e\322\240\3\71\224di\224d"
"%)\7\242p\30\64\0aL-\17B\7+\354\323p\210\302$\12\345\60I\206\227,Gj\71R"
"\33\6-'dQ\61\213\212YT\214\262(\211jQ\22%a&aN\63\17B\7+\316\201\70\7"
"\242\341\26\347\200\64\14Q\322\32%\331\60DI\226FI\66\14a\226\206\331\60\204Y\32&\303A\12"
"\263\64K\303(\7\22\0aU+\17B\7\67\213\207\207\70\313\221\341\234\3\361p\316\201x\270#\71"
"\64|\213\302\64K#)\221\42-J\242\64i\312\221\34\2ab\60\17B\7+\33\206\60K\303l"
"\30B)\215\222\312\60DI\216&\321p)U\242,\252DY\64\334rB\66\14a-M\347\314\230"
"\350\200\0ac\60\17B\7/'d\303\20fQ\61\32nR\227\312\60DI\216&\331\60$Q\226"
"\206\331\60\204Y\32f\303\20fi\230\15CXK\263\64\1ah\63\17B\7+'DC\62Hm"
"aT\13\225!)%\211\224\224\222\250RJ\242!\31\226(-%\231\30\225\304(Q\212\221\322\251\26"
"%Q\234Ii\14an\63\17B\7\37\310\11\207\34\311\241\341!\12\343(\31\6%\13s(\32\6"
"\61\312\242\60\32\6\61\312\242\60\32\6\61\315\201(\211\262(\211\302H\36\64\0ap-\357\301\7k"
"\30;\16\313\60\345P\230\14I\24\346@\222%\303R+G\225R\22&R\35\313\301,\214jQ%"
"\212#q\30\62\0av+\17B\7\37\311\221\341!\312\312\303[S\66\274\345\204\17QZJJI"
"M\33\244Z\216E\303\240EI\232\245\203\26\15\351\0a\202,\17B\7gx\310\201\34\34\316\71\20"
"\17\347\34\10\207\7%\215\245$\252\204I\230\204\331\240\304\71<\34\225\64\207\6uP\7\1a\216-"
"\17B\7\257\32\326\322\234\20\15\67%\253T\224>ESR\312\62)\32n\71!\33\206\60K\303l"
"\30\302,\15\263a\10\263\64\1a\244\61\17B\7/\316\201l\30\302\70\7\302,U\206KSV\311"
"\206!J\262\64\211\262a\10\263\64\314\206!\314\322\60\33\206\260\226fi\30\345@\0a\251-\357\301"
"\7o\15\347\34\10\207e\30\222\260\70L\203\24FY\64LY\24F\203\64LYN\312\301,\214j"
"Q%\212#q\30\62\0a\262+\17B\7\37\310\221\341!Jk\303A\207rl\270c\71\360;\220"
"C\303A\214\262(\34\16:\224#Q\26F\345H\34\206(a\266\61\17B\7/\314\241\64G\242a"
"\20\245\60KJ\305$\31\16I\35\214\242a\20\243\70\214\206A\214\342\60\32\6\61\315\221\246bRL"
"\62mP\2a\276\63\17B\7+Gj\71\22\225\206CTM\225d\311\222DM\232\222\245SR\221"
"\222(\231\222\250\232H\265\60J\322(\253\324\242,\311\222\250\66\204\71\12a\307\62\17B\7WG\6"
"m\230*\305,\212\206m\13\23I\32\66E\251MI)\11\243\244M\251hq\224\306\71\224di\224"
"d%)\7\242p\30\64\0a\320/\17B\7/\315\221\70\7\242\341\226\23\244a\210\222>%Y\322"
"\224d\303\220Dq\16D\303-M\342\60J\302LK\243\244\65\211\264\260\32a\362\63\17B\7+\253"
"FIc\226T\6m\30\262j\22E\312\20U\352@\22&\203R\314\302\64\31\224b\26e\225A\315"
"\201\34\211\262\60*G\342\60D\1a\370\63\17B\7kP\247,\31\322A\213\263(\313\6e\20\263"
"\60\35\264(\253\14C\62\14Y\16\204I-i\252$RR\307\242\64\312\302\250\34\211\303\20\5b\20"
")\17B\7\37Jr\64\312\301\34\370\20\305\71\20\347@\234e\203\224\65e]\302\254\22faT\251"
"IIVJ\312\341\134b\21+\17B\7\67\313\241)\11\207\60\212\303(\16\323\341c\35\12\263\64\211"
"\262T\213R\243\222fa%\12\263J\224$\252\226c\1b\22,\17B\7\37\252\203Y\216\245\303w"
"(G\242:\22\325\302\250\26\15C\222\205Q\226\244Q\226\244Q\30\325\62\251\26U\312\241,\7b&"
",\17B\7#\12\223Z\324\35\214\242a\210\322\250e\211\242A\34\206(\215\372\247a\210\222\70M\342"
"\332p*\246I\261&fi\0b/\63\17B\7/N\322!\213\302\70\212\206!J\223,J\226d"
"\32\302)K\243-\252#QK\226dJo\211-\214\222\60\322\206(\251\14a\246#i\0b\70!"
"\357A\7gx\320\271\16\207\64G\322\34Is$\35\16i\216\244\71!\207sB\16\347pNb;"
")\17B\7;\247\344\320\360\226cu,\33\336\322\34Is$\315\221d\70da\222\3a\22\207Y"
"\232\245Y\35HsHb\77)\16B\7;'\344\310\360\224cQ\216E\303S\230#i\16|\312r"
"(\313\241l\30\242,\216\262\70\311\322$\314\201\10b@,\17B\7;\315\201\355\71\315\221\64G\6"
"%G\262d\30\242,\311\302,\311\302A\311\302\64\13\323\254\32fi\30\245u \216\0bG)\16"
"B\7;'\344\310\360\224cQ\216E\303S\16\347\360\260\14R\230FI\324K\226\224\272\324\222LL"
"\262$N\23\0bI,\17B\7\37\310)\71\62\274\345X\66\274\205Q\34F\361\60\15R\30\305a"
"\24'C\64da\224\226\322d\220\206\71\312\301(\4bK%\17B\7\37\314\301A\34vBN\310"
"\241\341\240C\71!'\344\300\357@N\310\11\71!G\223\34\316\21\0bM&\17B\7\37\311\11\71"
"!'\304\303w@G\223\34Mr\60\312\301(\307\352P\230#i\16\304\71\232\344p\16bS)\17"
"B\7/'\344\204h\270\305\341\60\346@\234\3q\16$a\16\250\261\34*q\16\304\71\20\347@\234"
"&a\22W\1bU*\16B\7/\315\201\64\7\322\34H\303a\313\201\60G\302\34)\345\210\224#"
"ZI\311\302R\32&\303-\212\223:T\7\1bq.\17B\7/'D\303 \366\26\15S\226\206"
"Q\34Fc\22\205\241\224d\231\226d\211\222EI\232EI\32\205q\224%YRkT\3bv-"
"\17B\7/\316\201\70\7\342\34\210\303a\31\206\60\316\201\70\7\222\60\7\224\341$\207J\232\304i\22"
"\207Y\32f\225,\315\352@\0by+\17B\7/\7\342\254\234\225\263\322\60$Y\224\265\204\331\242"
"&\265X\312R\255\246d\345\254\224UJY&Uj\341\224\243\0b\177)\17B\7o\30t\70\207"
"s\70\215\206\250\22\17\203\16Du +'\203\222\206\275E\303\20%q\35\310\321$\207s\4b\200"
",\17B\7/\316\201\70\7\342\34\210\206\217\71\20\347@\234\3I\62\14\241\26fb\26)i\224V"
"\342:\220&a\222ia$\13b\204-\17B\7/\316\201\70\7\342\34\10\223\322\60%QX\311\232"
"\262J)\7\224,\312\344(Q\342$\315\221\64\7\342j\22\352@\246\3b\212-\17B\7/'d"
"\303\20fQ\61\213*\303\22\25\263\250\230E\305$\31\206PJ\63-\7\224,\307\352X\71+'\305"
"a\210r\24b\221\62\16B\7/\207\303\34\211\244!\213\262h\30\264(\213\262(\213\262(K\264("
"S\262(\222\262h\211\222D\311\42)\11\243,.&q\232\3\31\0b\225,\17B\7/'\204\203"
"\32fi\230E\303\224\245Y\252E\71\230$\303\20ja&V\224\64J+q\35H\223\60\11\263\60"
"S\5b\227+\17B\7/\314\241\64G\322\34\211\206A\31v\64'd\203\234\324b)K\265\232\222"
"\225\263R\326\224Ea\224\224\322\251\16\1b\230+\17B\7/G\322\34\30\263!\7\262\34\270\344X"
"\35\313\206AKj\261\224\245ZM\311\312Y\71+Ga%\12\323(\315\0b\234\60\17B\7/\315"
"\221\64G\322\34I\323A\31na\16%Q\16i\303\246%Y\242dI\26fI\224F\225\70\312r"
" \311\222\60\321\212\231*b\236,\17B\7/'d\303\20fi\230\245\311\260\244a\226\206\331\60\204"
"I\251(\225\265(T\262rV\216\322R\232%u Kr(b\253\60\17B\7/\7\342\34\210s"
" \316\206\7%\213\262\226\60+'\311\60\204R\222eZ\222%J\26%i\26%iV\216\262$K"
"\242Z\251\32b\261\61\17B\7/\314\241\60\207\262a\10\263\64\31\224\70L\222A\11\263J(eI"
"\246U\22%\33\224\60K\303,J\322\254\224\225\223\342\60D\71\12b\265\63\17B\7/G\322x\10"
"\243A\7\242,\34\206,\7\242,\7\242,\7\242\341\246d\261\24fJ\24\306Q\30eQ\232dQ"
"\222%MR$ea\24b\271,\17B\7/\316\201\70\7\342\34\210\206\217\71\20\347@\234\3I\62"
"\14\241\270\212II\11\223j\26\25\263\250\30e\225r\35\10\1b\274'\16B\7/\207\263a\310J"
"\265R\64\14IT\313\206!+\325\222RMj\322\206K\26\325\342\36\223\70\315\201\14b\275$\16B"
"\7/\356\267a\31\206\254T+\325\222RMj\322\206K\26\325J\265R\255T\251\15C\24\246\1b"
"\305-\17B\7/'\344\204l\30\302,M\206%\15\263\64\314\206!L\252\241\224fZ\232(\331\60"
"\204Y\32\346\204\34M\242\341\224\243\0b\315&\16B\7/\356\232\3\331\360\220\244Y\65\253fI\65"
"\223\206!\322\322%K\263jV\315\252Im\30\242\60\15b\320,\16B\7/\207\263a\310\252Yu"
"\30\222\64\313\206!Ks \311r@\31\6I\315\226\64+\326\302Z\65)eI\26\245\21\0b\322"
",\17B\7/'d\303\240\325\261:p\311\261l\30\302,\15\223j(\245\231\226&J\66\14a\226"
"cu\254\216\324\206A\312Q\0b\323'\17B\7/'\344\204h\270\305\341\60\346@\232#i\216\224"
"\206Q\22\63)\11\23\245\24\366\237\222p\330\322\60\1b\330-\16B\7/\314\221\60G\262\34\312\206"
"\227\70Kr \313\206(\223\232\264(Z\262\250\226\15QV\252\345P\226CI\71\311r$\2b\331"
",\17B\7/\316\201\70\7\262\250\230E\225a\211\212YTL\222a\10\325(\223C%\316\201(k"
"\312\232\262\246\254R\32N\71\30b\333(\16B\7/\207\243a\320\302Z\30\16C\24f\325\254%\213"
"\322p\307\264\341\222\245Y\65\253f\325\244\66\14Q\230\6b\335+\17B\7/'D\303-\316\201\70"
"\34\226a\10\343\34\210s I\206!Tc\71T\242\341\26\347@\234\3q\232\304u \4b\340\62"
"\17B\7+\313\261\332\230U\242AY\212Y\322\230%\215J\224\24#\245eH\372\224%\235\302(\222"
"\302$\7\262$G\262HL\242tH\242\34\3b\341-\17B\7/\316\201\34\210s \316\206\7%"
"\307\232\263rR\213\245,\325\242P\311\242$\315\242bT\13\243d\30\222\266\60Jr\14b\354/\17"
"B\7/G\322x\10\263!\7\342p\30s \32nq\16$a\16\250\261\66\14\211\222\245a\226\206"
"Y\32fi\224d\303\220\205i\2b\367.\17B\7/\315\221\64\13\263A\11\323(\32\266$\216\206"
"[\232#\245\34\222\206A\222\252J)\207\302a\314\241\60\207*q\22\346H\6b\376\60\17B\7/"
"\316\201\70\7\322$\16\263hX\322\60\312\201,\33\206\60\311Q\35\325\206!Q\262\64\314\322\60K\303"
",\215\222l\30\262\60M\0c\1.\17B\7/\316\201\70\7\342\34\310\206!\31\306\34\210s \32"
"n\71\222\352@(\15\7%G\322\60KKi\216dI\234\204\71\222\1c\7.\17B\7\257\216U"
"\303,Z\263uX\342\254\234\205\303\220%\71*\15C\246\245\211\222\245a\66\14a\226\206Y\32%\331"
"\60da\232\0c\21/\17B\7/\214\342\60\212\303(\216\222(\32\206DJ\302\222\32Fq\222H"
"\252RJ\62%*-a\24\207Q\234\225\262\246\244\24F\315\3c\31)\17B\7+Kka\232\325"
"\341p\370\230\346@\16\244\351\22)\203\252\3\71\64\34t(G\206\207\34\311\321$\207s\4c\37."
"\17B\7/\316\201\70\7\342\34\310\206!\31\306\34\310\242b%\12\223(\251\252\261\64\34\224\64\211\323"
"$\16\263\64\314*Y\232\325\201\0c/\62\17B\7/'D\303 F\71\30\345\310\60$\203\32\345"
"`\224\203\311pT\232\245\244\224(Q\322\32%Q\34%Q\234DY\245\224DY\222\211\1c\77/"
"\17B\7/\7\306l\310\201\70\7\342pX\206A\213s \33\206\60)\25\245\66m\30\22%\213\212"
"YT\314\206!\214\323$\256\3!\0cU\60\17B\7/\215\322Z\230\14\207,M\207-G\242a"
"\20\243Z\230HY\250\14\203&\325\22%\252\205\321\60\210Q-\214jQ\22Uj\325\10c\134-\17"
"B\7/\316\201\70\7\262a\10\263\250\62,Q\61\33\206\60\213\212I\251(\15C&\207J\64\14b"
"-\255\304\325$T\304L\25ch\61\17B\7/\316\201\70\7\322$\16\263hX\322\60J\6%\213"
"s \11s@\31Nr\250\304\71\220\15C\230\245a\226FI\66\14Y\230&\0cn\64\20B\7"
"/\33\6\61\213\303,N\206A\16\263a\20#-\7\222Z\16H\303\255Y\253&\331\60(Q%\15"
"\243$\15\223(\215\222R\232%\331\60$\0c\203\60\17B\7/'d\303\20\346P\30\16\313\260\3"
"a\66\14aN\210\206\233\222\225\344P\311\206!\314\242b\26\25\263H\211\222,J\302\34\10\1c\210"
"-\17B\7/\7\306h\320\201\260\251\226\14K)\315\312\311p\310\222\34\311tT\32\206H\311\302\64"
"+\207I\16\244q\222)j\244\16c\214&\15F\7+\253F\305\341%\307\244aH\302\64\36\206\34"
"\33\262aGs\340A\7\342\341!\316\261$\7s\0c\222/\17B\7/\214\342\60\212\303(N\206"
"h\270Eq\30\305a\24+\323&F\231\22Fq\30\305\311\20\15Y\30\305a\24&a\224\226\62\0"
"c\230.\16B\7+\207\243\341T\7\242:\60(\303\251\230FI\324%*)\245h\210\222a\210\212"
"i\224D]\242\226\250\244\224\206!\251C\1c\233\60\17B\7/\314\322\60K\243AI\303,\32\246"
",\15\263\64\31\26\61\211\223L\253Db\26)\321\240\244a\226\206Y\32.Y\22ma\23\0c\241"
".\17B\7/G\322x\10\243!G\322,\31\224,\12\263(I\223:\246\306\322pP\322\71L\252"
"aR\315\242b\224U\32\343\34\10\1c\242-\17B\7+'D\303-\312\201,\252D\311 ei"
"\226\206q\16$a\16(\303e\316\201t\16\223j\26\25\23-[\342:\220\2c\245-\17B\7/"
"\314\241\64G\242a\20spX\302\64\214\342d\70di\216\210\71\240\14/a\226fa\32Fq\252"
"&\231$Fr\2c\247.\17B\7/\315\221\70\7\342\34\210\206\7%\7\262$\252\204Y\230*q"
"\246\203J\66\14a\234\3q\16\304\71\20\247I\62\34\242\34\5c\250-\17B\7/Lr \214\342"
"\60\207\262\341A\311\342H\213\223d\30\302\254,e\251\66\14\211\222\225\263rV\316\206A\251\345P\230"
"\3c\252/\17B\7/\314\322\60K\303,\215\206\7\255\32fi\62\34\62\35\325\206!Q\262\64\314"
"\322\60\33\206\60K\303,\215\222l\30\262\60M\0c\262\62\17B\7/'d\303\20fi\230\15C"
"\62,i\230\15CX\207\222d\30\64%\7\42\255\264dCR+&Y\70(Y\216%u \311r"
"(\2c\317/\17B\7/\314\322\60K\243\341\26f\321\60eiN\310\206!LJE\251M\213*"
"J\66\14a\26\25\263\250\230E-\331\60da\232\0c\320\61\17B\7/'d\303\20fi\230\245"
"\311\260\14C\230\245a\226\206I\62\14\241\216J\303A\211s \213r \213\206\60\213\322$J\312Q"
"\66\14c\332/\17B\7/'d\303\232\205i\66L\303\22\246\331\260&\71\252\14'-\7\224l\30"
"\302\250RL\242J\230E\305\250\26%aR\254e\0c\333\60\17B\7/\314\241\60\207\262a\215\322"
"hX\343h\270E\71\220)Q\22ER\222%K\224\65\347@\62\34\262\64\211\303\254\222\245Y\244\3"
"\1c\341-\17B\7+'d\303\240\225\263r\62(\303\240\325\261l\30\264\244\224\3R\222E\333\60"
"hMYs\224\14C\26\205\225j%\32\16c\356-\17B\7/'D\303-\312\232\303a\31\6-"
"\316\201l\30\302\244T\224\206!\323\242\212\222\15C\30\347@\64\334\342\64\211\353@\10c\364\60\17B"
"\7+\7\206,\32t \213\262b\224D\203\216f\303\240\245\71R\313\21ex\10s(\34\306,\311"
"\302,J\322(\254\324\24-T\5c\372\61\17B\7/G\322x\10\243!Gr(\31\224(\13\263"
"(I\223d\30B\65\226C%\32nq\16dQ\61\213\212Y\324\222\15C\226c\11\0d\15,\16"
"B\7/\207\263a\314\302Z\230\14\313\60\346p\64\14Z\42g\312\60HR\274D\303\240Eq\26\15"
"\203\26FY\222\205Y\71d,\71\17B\7+\314\241,\33\262hH\242,\252D\311\220(\245,J"
"\224(\213\42\61J\6\35Q\242dH\246J\224EJ)\213\22%\312\242\226,\252EI\324\22\225\224"
",d-/\17B\7+\314\322\60K\243\341\26f\331 \346@\232\304a\226&\325PI\6e\320\11"
"\71!\33\206\60K\303,\215\222l\30\262\60\215\0d:\64\17B\7/Lr \214\342l\30\264H"
"\12\207e\30\302,\312\201l\30\302\244\224\3\322\60HZ\16(\321\60\210\265\64\214\206\254\234\224\322$"
"\252\3\11\0d>/\17B\7/\315\221\70\7\242\341\26%Y\62\14I\32\326\241p\30\262\244\35Q"
"\242\34P\7EIs$\315\221t\330\322\70Is N\1dB/\17B\7/'D\303 fa"
"\232\15\323\260\204i\66\254Y\270%\303\240\352@\250#\221\22\305a\26\246a\24ga\226Dq\26\345"
"H\0dX\61\16B\7+\315\201\270\64\234\302,\32\264$\215\206S\255\224(\203\22)Y\66D\311"
"\240D\225,\211*Y\22U\6%\252\3J\224&\265\70\1di/\17B\7\37\311\221\341!\252\246"
"\303\62h\221\66&J\67%\215\352\300\30\15:\20\347@\64\14b\234\3\311pPr N\223\64\7"
"b\0d\203-\17B\7/\35\242a\210\252\245l\220B\245m\310\6-\312\222\242\66\14\211\264\305\71"
"p\310\321\34\32\16:\224#\303C\216\344\260\16d\244\62\17B\7+K\303N\203\24fa\66$Q"
"\64D\311\260\324b)\213\206(\311\224\250\222LC\224dQK\26\15Y\30\325\302\250\245\251\22\325\222"
"\61d\256\64\17B\7+'d\303\20fi\230\15C\64(i\230\15C\230\23\222\341 )Q<\15"
"\311\220E-Y\64DI\26EJ-\31\264(I\243$\212\223,d\262/\17B\7/M\342\250\22"
"e\225\306\64\311\6e\270\205Y\232dI\254\14'\71T\262a\10\343\34\210\206[\232\304aV\311\322"
",\322\201\0d\301\65\17B\7+\316\201\34\210\243\341\20\345@\22\15J\26e\245a*Ia\62$"
"Q\250%\303-*F\221\24&C\62La\22\205Y\324\22e\303\22\205)\0d\315\65\17B\7+"
"\33\206\60K\303,\15\263a\210\6\35\215\206d\310\242J\224%R\22e\312\220\14\311\234\3\311p\220"
"\302D\316\242$\215\262\250\62fJ\16\244\0d\346\62\17B\7+\315\221\70\7\242\341\20\325\221a\311"
"\242,[\206,\252DY\322\243R\313\266d\11\243\34\310\222d\30\222(\316\201,j\211\262R\254\2"
"d\354\64\17B\7\253\16FI\62h\221\234\14I\224\24\263)\215\7-J\223L\31\242$YJI"
"\232EI\232\14\313VJ\322(i\215*ZR\213\206$\315\1e/(\17B\7\37\310\11\71!G"
"\206\207\34\311\11\71!\207\206C\234\3\71\220\346P\226\203I\16\347\250\242#\252\266C\3e\71.\17"
"B\7\37\312\11\351\60\345`\64\14i\22\346@\22\346\200\222e\203\224\225\263:\220\204\71\220\204Y\230"
"&b\22\252Y\265\16\344@\0e;,\17B\7\37\312\11\71!\35\206$\207\302a\310\212i\224d"
"i\230\245a\226V\342\64\211\207,\34\322$\214\263\34Js \7\2e>\60\17B\7+\316\221\64"
"'\244\303\220\344H:\14QX\34\224,\214jaT\13\243,I\243,I\243\60\315*aR\312\242"
",Js \7\2e\77.\17B\7\37\313\11\341\60H\71\222\16b-\15\263\250\230E\321RjM"
"\262(M\262(\16\243\70\214\206(\211\206\64\312\261\60G\342\0eE-\17B\7/\315\221\64G\322"
"\34\11\343aH\206!+\246Q\222\245a\226\15R\326%\314*a\26\246Y%\34\244\254%\315\201\34"
"\10eO\62\17B\7'G\322\34I\207!\12shP\206)\213\302(\213\222\250\26U\232\222\341R"
"\13\263$j\314*a\66\14R\222#Q\65\211\302\64\212\3eQ,\17B\7/\315\221Z\216Du"
"$\214\207!\31\206\254\230\206Y\324\222UJYZI\307$L\212\245\226\70\314*Y\232\325\201\0e"
"W-\17B\7\37\212\7-\316\242\34\310\242aH\6%\314*a\226)Y\66HYS\326%\34\264"
"$\207+a\222F\265\226\64Is eY\62\17B\7\63\315\221\64\35\226:\22E\203\230DY\62"
"\14J\226\206Y\64,\245,\12\223,J\223(\33\262p\210s M\342\60\12\223,\254\305\1eb"
"/\17B\7\37K\207-\307\352P\70<$YS\326\224e\203R\312Z\302AK\302,L\263\60M"
"\206(\211\206(K\262\60\312r I\3ec/\17B\7\253\30Ga:lq\24\16R\255\62\14"
"J\226c\245a)\25\263$\33\266$\13\213\303\330\226da\226dQ\22eQ\26\245\1el\64\17"
"B\7++g\305\341\22g\331\240\344@\26\15C\222Ei\222%\261\22E\203\22%Y%J\262J"
"\26\16J\26fI\224\344P%N\242,\216\322\0ep-\17B\7\63-\65'\265\34I\207\207$"
"\253\224\262\250%K\262J\24\306I\64\14Y\22faG)LR\65\11\225\254\42&i\0et*"
"\17B\7\63\315\221\64\34.\203X\213\206A\211\372\64\14Q\22&\305RK\224\205\231N\32\36r$"
"\307\262a\315r\340\7eu\63\16F\7+\316\201\64\34\206(\315\262AJ\262\312\60$Y\222&Y"
"\22EJ\224\14C\224D]\242d\311*m\225\246$J\226(\211\322$K\302\65ew\65\17B\7"
"\63\311r$*\16\227\34I\7e\30\222,j\311\242aH\262\250\244D\321\60DI\26\265\244\71\220"
"\15\247\64\7\222p\320\222,\214\262$T\322\0e\207'\17B\7;\247\344\204\34\370-\7\342\34\310"
"\201\64G\322\34\312r\60\311\341\34Nr\60\313\241\64\326\1I\7\5e\211(\17B\7;\247\344\310"
"\360\220\326\241,\7wh;\344\300\220\345@<\234s \316\201x\70\347@\232#a\16e\0e\216"
"*\17B\7;\247\344\310\360\220\326\241,\7wh\273C[\62(q\16\304\311\240\304Y\71I\244\64"
"JZ\223(\13s(\3e\227%\16F\7\37\311\241,\307\242\34\213r \315\221\60G\302\34\316\321"
"\341A\311\341\34\316\341\34\316\341\34N\1e\231-\17B\7\63\7\342\254)\211\212I\251\230\310\265\322"
"\60DU\61J\347\60\251NIe\320\242\34\210\262\34\210s \316\201\70\7\42\0e\234\60\17B\7"
"\63\7\342\60J\223\60\11\263J\226\206Q\62H\345\64\211\323$\33\206p\14\207\60\251\206I\24fQ"
"\61\312r Lr \315\221\10e\244&\17B\7\37\314\301A\35t,'\344\204\234\360-\315\221\64"
"G\322\34Is$\315\201\70\7\342:\220\346H\12e\245&\17B\7\37\314\301A\35t,'\344\204"
"\234\360-\315\221\64G\262\35Iu M\322\70\12\343:\220\346H\12e\255-\16F\7\63\207s "
"\351\62D\321\224f\325aH\322,\33\206hj\351\24II\251V\252\225\352@\24\15\203\226CY\216"
"\204\21\0e\260/\17B\7/\247\344H\64\14\311\220\203\71\220E\71RK\207A\31\306R\34F\331"
"\60$Q\34FaR\252E\225\250\326\230d\325,\214\0e\271%\17B\7;\247\344\204\34\370\65'"
"\344\204\234p\310\221\64G\322\34Is \316\201\270\16\244\225\64\7R\0e\275\67\17B\7+\315\241"
"\60\207\302a\310\201(\34\206,\16\243\70\214\22mH\222%\213\206$\312\242$\252EI\244dQ\22"
"%\245J\224%Y\22'M\303\240\345\30\0e\305+\17B\7+\315\241\60\207\302a\310\201\34\70\244"
"Z:\244\245t\210\252Q\177\311\242Z\30\325\302\250\30eQ\22UJ\242V\6e\313\62\17B\7+"
"\315\241\60\207\302a\310\201\34\70\344X\70\14Y\16D\331\20FYT\211\243J\34U\206,\252\304Q"
"%\315\222DM\232\206-\311\21\0e\317\61\17B\7+\315\241\60\207\302a\310\201\34\70$\71\222\346"
"H:lC\224\304Q\22\305Q\30G\303!*\306Q\226\204Y%LJY\224E\251\0e\327\61\17"
"B\7+\314\261:\226\15\203\234#\303\224\205\341\60di\26\16\321 F\265\60\212\6\61\252\205Q-"
"\214\206C\222U\302\244\224EY\224&\0e\342-\356E\7cP\206!\311\302Z\30\16J\24fI"
"\24f\311\360\20\326\221\60J\265\226,J\242$K\242$\212\326(R\303\65G\0e\345\34\351M\7"
"\343!\7t@\7t@\7\36t@\7t@\7t@\7\36t e\347 \14J\7#\7\263\341"
"\26k\261\26k\261\26k\303-\326b-\326b-\326\206[\254\203\0e\350$\13J\7#\307\342%"
"\33\207X\207t(\31\16\71:\234r \312\201h\70\345@\224\3\321p\312\201\4e\351\42\357A\7"
"o\70\347@\234\3\361p\316\201\70\7\342\341\216\345\204\34\370\35\310\11\71!'\344\204\34e\354(\16"
"B\7\63\207sx\70d\71\224\345Pe\330\222(\314\264\60\13\207-\254\205\265p\330\302Z\16\347X"
"\222\243\21\0f\6$\354I\7\343!\312\221(G\242\341\20\345H\224#\321p\310\11i\343\260DJ"
"\272\245\241\244\204C\70\10f\7$\357A\7o\70\347@<\234s \36\356LS:\244\71\222\346H"
"\32\16\37\323\34\210s \256\3!\0f\16&\355E\7\37x\220B-\12\265(\324\242\341 \205Z"
"\24jQ\250E\303A\12\265(\214\323\70-&a\234\0f\23'\15F\7o\30\324\70\215\323aP"
"\343\64N\207A\316\301\34\34\16J\26eb\224\205Q\230\25\243,J\342\60\2f\24$\17B\7\67"
"\313\261:\360\240\3Y\216U\207\357\134\207s\16\304\71\20\17\347\34\210s \36\316\71\220\1f\37\42"
"\315\305\7k\70\346@\70\34s \34\356H\216d\71\62\34\242\60Nsd\270#\71\32\17\17\1f"
" +\16F\7\37\312\341pH\303(\32\206$\352\22u\31\242\226\250K\324%J\206C\224\206C\230"
"dQ\230\344X\35I\343\34\10f%.\17B\7\37\310\11\71\62<\344H\16\15\7\35\311\221\341c"
"\232\3\71\220&\303\220DR\32\211i\216\14C\216\244\71\222\346\310\60\204\0f(*\16F\7;\207"
"s`\210r \212\206SR\216\222r$\305C\66H\265\70\312\342(\213\243lX\206,\216\262\34\316"
"\341\30f-&\355E\7wx\13\245,\224\262P\252J\265dP\322$\322\221(\32\6\251*U\7"
")\225\252\361\60\304i\0f/(\17B\7o\70\347@\234\3\361p\316\201\70\7\342\341N\34\276\3"
"\71V\307\262a\315r(\211r$Kr \35\16f<'\317\301\7o\70\244\71\222\346H:\34\322"
":\22\327\221\64\31\206$\213\322h\33\206\34Isd\30r\362\360\220\0fB)\16F\7\37\312\341"
"p\20k\311\60$YX\13k\303\347(\213\243,\31nq\224EY\64hQ-\316\301$G\63\0"
"fi\63\16F\7\37\310\341x\210\206\251\222F\221\232E\311\60(Q\22e\311\220DY\22%Q\226"
"D\311\60(Q\226\204Q\226\204CT\223\332\322p\10s\10fn)\17B\7\63\315\241,\36\36\342"
",\7\242,J\223,\311\206\357\304\341\234\3q\16\304\303\71\7\342\34\210\207s\16d\0fo%\17"
"B\7o\70\347@<\234s \36\356X\16\374N\34\316\71\20\347@<\334\261\34\12k\225\64\7r"
"\4ft\62\16F\7\37\312\341pH\206C\224\206Q\64\14I\224\206Q\62<\344X\24\15C\22U"
"\223(\32\206$\252&C\64\14IT\315\201,\311\201\60\2fv+\15F\7o\30\342\64N\343a"
"\210\323\70\215\207!'\15\313\60\204I(&\341\60$\303\20&\241\230\204\303\220\14C\230\204\1f\201"
".\16F\7\37\312\341p\210\206!\211\322\60\312\222R\255\64$\303!\312Ju,J\206C\224E\331"
"\220EYT\213\342,J\323\61\207\0f\207:\357A\7wH\206dH\242\60\211\222(L\242$\12"
"\223(\31\222!\211\222\34\32\222\34\252\14\311\220DI\30%Q\22FI\224\14IiH\322,J\302"
"$\7\262r\224\6f\221)\17B\7o\70\347@<\234s \36\356P\16\16C\222CY\70|\326"
"\301aP\347L\32\6\35\210s\340\240\3q\6f\226/\16F\7\37\32\322A\35\222(K\242\226\250"
"\216E\311\60(C\26GY\34\15Ou \212\206iHjQ%Jr \314\201L\321\1Uf\227"
"+\16F\7\37\310\11\351\220\14\203\22\345XT\214jQ\26\15\337\261(\32\246\306\250\61*\15\323\20"
"\205Qc\216\14;\22F\0f\246-\357A\7kx\210\262\60\315\302t\30\222A\212\66\61iQ\62"
"\251\22\325\302\64'D\303 Fq\30\15\203V\316\262a\220\302\70\2f\253.\16F\7/G\222a"
"H\206\64L\207!I\243\312\360\220D]\242h\30\222(\15\243h\30\222(\315\212\303\65\7\322\341\232"
"\3\351p\3f\256,\17B\7\67\213\207\207\70\313\221\341\234\3\361p\316\201x\270#\71\64|\313\201"
"\64\31\206$\222\322H\34\206\34Isd\30B\0f\264'\17B\7o\70\347@<\234s \36\356"
"@\232\16\17iq\370\230\306Z&IMjR\207\332\201\244\226fi\4f\307(\17B\7o\70\347"
"@<\234s \35\16:\224#\303\203\222\306\322\222,\71q\70\350\264\341[\16\244\303A'D\0f"
"\334\65\357A\7wH\206d\10+Q\22%Q\22U\242\244\224DI\224DY\24\16Q\230E\311p"
"\211\224,\214\242aP\242Z\70D\303\240D\265\34\33\316\71\2f\362\42\15F\7\63\313\221,G\262"
"\34\311\302\341A\253i\65\255\246\325\206o\65\255\246\325\264\332\360\35\14f\364 \357A\7\343w '"
"\344\320p\20\373\70\34\304>\16\7\65\313\301$\207uPZw`\20f\370'\17B\7\37\310\241\341"
"\220c\265\341;\220\245\303!\307rh\70\350P\16\374N\34\316\71\20\17\347\34\210\207\33\0f\371("
"\17B\7\67\313\261\352\360\65\313\201\7\61\312\242p\70\210Q\26\205\303A'\17\347\34\210\207s\16\304"
"\303\71\7\62\0f\377+\17B\7\63\315\221\64\35\226a-\16C\62\14Y\222%i\226d\325t\32"
"\316\71\20\347@<\234s \316\201x\70\347@\6g\0,\17B\7o\70\347@<\234s \36\356"
"\304\341S\226c\203\62\210Y\222\205\203\22\245Y\224\244\311\20\205CT\11+Y\216\250\2g\10)\14"
"J\7o\270\345@\226\3Y\16d\71\220\15\267\34\310r \313\201l\270\345@\226\3Q\216D\71R"
"\7\22\35J\0g\11)\17B\7;'\344\310\360\65'\344\360\60\350@\34\313i\62\14b\24g\345"
"\34\70\350@\234\3q\16\204I\16\244!\0g\15\60\357A\7kP\206\255\22f\225\60\253DI\66"
"(Y\230%\71\222%\303V)e\203R\312*\215Y\322\230%QXi\213\222DK\302(\15g\25"
"\61\17B\7\37\311\302!\213\302(K\322(\7\243d\30\262!\214\243\60\216\302\70\32\16\321\20\306Q"
"\226\244Q\226\244Q\255)\253\264&Y\222\3\1g\27*\15F\7+\207\303\341 eb\224\211Q\66"
"\14\321\60F\231\30e\303\20e:p\12\63\255\246(\305-\11\325,I+\0g\33)\17B\7/"
"\247\204\203\62\14JV\36\264\70+I\203\66f\325(\311\221\60\33\36r$'\344\320p\320\241\234\220"
"\3\77g\35/\17B\7\63'\244\303\203\222\205i\226\14C\224%i\64(\303\20eI\32e\311\60"
"DY\22\225\6\61\315\206C\222\205\375V\11\243\64\1g\37\64\16B\7+\313\241,\32\224aH\262"
"(\213\262(\213\262h\220\6)\213\262(\213\262h\220\262(\213\6)\213\262\341\222\245Q\30eI\230"
"\244Y\242V\0g(%\17B\7\37\310\11\71!'\344\310\360\220\3;\230\324\261\244\16\265\3Y\65"
"\254\245\225\270\16\344\204\234\220\3g*$\17B\7\37\310\11\71!\207\206\203\16\345\204\234\220\3\77\357"
"`R\207\332\201\254\32\226\324T\7rB\16g+%\17B\7\37\310\11\71!\7~\7rBN\310"
"\221\341!\7v\60\251C\355@V\15Kj\252\3\71!\7g,'\17B\7\37\310\11\71!'\344"
"\310\360\220\3;\230\324\261\244\16\265\3Y\65\254E\303\20%q\35\310\11\71!\7g-)\16B\7"
"\63\313\241,\207\262\34\312\322aHr(\313\21-G\246\34H\332\201\244\71\312\322\254X\13kaq"
"\20s\10g\61$\17B\7\37\310\261:V\307\206CXG\322\234\220\3\77\357`R\207\332\201\254\32"
"\226\324T\7rB\16g\64+\16B\7\263\216\204\71\22\346H\30\16C\224#a\222\212Q\270\225\222"
"R\26%\245\64\12ka\216\204\71\22\346H\230#a\10g:)\17B\7/'d\203\234\225\263\332"
"\260dqV\325\252S\26&ma\322V\312\312Y)k\312\242\60\312\242tKr\10g=-\17B"
"\7/'D\303-\315\221\64\35\246\34\12sD\313\241\303\20%u Jr(\211r(\314\241\60\207"
"\302\34\12\343$\315\201\14gI+\17B\7\63G\322\34Is \256\15C\226#a\26\352H\70\207"
"I\61Mj\225(\14\265\34Is \256\3i\216d*\0gP,\17B\7\63\7\342\34\210s "
"\316\201h\30\222a\10s \225\325ULjI\230\324\222,\12\243Zs\16\304\71\20\247I\134\3g"
"Q,\17B\7/\7\342\34\210s \316\201lX\206A\313\201T\7\322\71L\332\302\244T\213\302("
"\316\201\70\7\342\34\210\323$.\2g_#\17B\7\37\310\11\71\360;\220\23rh\70\210\375\343p"
"\20\263-\7\222:\324\254e\222\232\352@\16ga)\17B\7\67'\344\360\60\310j*e\71\270C"
"K\262\215\341\16\344\310\360\220#\71\30\325\201\254\32\326*i\16\344\10\0ge&\17B\7\37\310\11"
"\71!G\206\207\34\311\261v \312r *\16\237w\60\251C\315Z&\251\251\16\344\204\34go."
"\17B\7/'\344\204h\270\305\341\60\346@\232\3c\16(\221\22&Y\22eITK\242$+\246"
"\71\222\346H\232#i\216\244)\0gq&\17B\7\37\310\11\71\360;\220\23rh\70\210\215\303A"
"l\34\16b\266\345@R\207\232\265LRS\35\310\1g~*\17B\7/\7\342\60\212\303(\16\263"
"h\230\262\64\213jZT[\262J[\234\324\322(\314\322\260-\15\243\341V\316r\20g\177\60\17B"
"\7/G\322\34\30\263!\7\262\34\270\344X\66\14\231\226d\331\224dQ\322-J\232\222\250\26%i"
"V\316\312Q\226\244Q-L\242\64g\220+\17B\7/G\322\34\30\263!\7\262\34\270\344X\35\322"
"\206A\232\262\60i\13\223\254)+g\345\254\34\205q\24\306I\232\1g\227+\17B\7/\316\201\70"
"\7\342\34\210\303a\31\6-\216\325\343\230\224\222Z\22&\245ZT\214\262\226\60\7\342\34\210s \16"
"\1g\232,\17B\7/\315\221\64G\322\34\11\343a\32\206\254\30JI\26n-\245\254RK\262("
"M\342:\220&q\230\245Y\32F\71\20g\234!\357A\7o\70g\345\254<\234\263rV\36\316Y"
"\35\313\201_\223:\324\254e\222\232\352@\16g\235*\17B\7/\316\201\70\7\342\34\210\206\217\71\20"
"\307r<\15C\224\224\302()eQ\65J+q\35H\223\70\323\322D\26g\240-\17B\7/\315"
"\221\64G\262a-E\303\224\245a\226DZ\230DK\26)\215i\22\207Q\64\334\342\34\210s \316"
"\201\70\7\342\20g\242/\17B\7/'D\303 F\71\30\245\321\60$Y\32UR\251\222.Y\232"
"$Z\232D\225,j\211\243$K#\61\215r\60\32n\71\10g\257-\17B\7/\316\201\70\7\342"
"\34\210\303a\31\6-\216\345x\255T\206!JZ\223(K\303,\15\263\64\314\322\60\33\206\60K\23"
"\0g\266+\17B\7\63'\344\340\60$\203\32%Y\230%Y\230%Y)I\6)\314)\71!\7"
"~M\352P\263\226Ij\252\3\71\0g\304\60\17B\7/'D\303-\316\201\70\34\306\34\210\206\223"
"\224\225\226\254R\221\222()\265H\225,\311\42\71\213r \213r \213\322$\213\342\4g\320(\17"
"B\7\63\315\221\64\34>\246\71\222\346\310\60\344H\232#i\216\14C\16\346\300\257I\35j\326\62I"
"Mu \7g\323*\17B\7+\315\241\60G\207\61\216\322\60\313\201(\213\262(\214\22)\236\222("
"'\344\300\257I\35j\326\62IMu \7g\324%\357A\7o\270CY\16&\361\360\20Ga\250"
"\325\264$\207sB\16\374\232\324\241f-\223\324T\7r\0g\361)\17B\7/\315\221\70\7rB"
"\64|\314\201\70\226\343\265R\31\206()\226\342\34\210s \316\201\70\7\242\341\226\203\0g\363\65\17"
"B\7/'\204\71\24iC\26U\242a\220\222(\213*Q$U\242h\211\222(\251HI\224\224\22"
"%\222\42%Q\262\250R,\305a\24g\345(\314\0g\373%\357\301\7\37\310\11\71\62<\304I\35"
"j\326\62IM\265\341\234\3\361p\316\201x\70\347@\234\3\331\360\1h\4'\17B\7+Kka"
"\232\325\341txPrTNs$G\206\207\34\330\301\244\16\265\3Y\65,\251\251\16\344\0h\23-"
"\17B\7/\316\201\70\7\322$\16\263hX\322\60\312\201H\33\206l\255\24\323$\16\243l\30\302\70"
"\7\342\34\210s \32n\71\10h!+\17B\7/\315\221\70\7\342\34\310\206\7\35\15\263PK\263"
"%\7\222\246\254\22fQ\65\211\323$\256\3i\22\207Y\32\251\2h*.\17B\7/\316\201,\312"
"\201,\312\201l\30\222a\211r \312b\71^\206K\333\230\224\222R\61\251fQ\61\213\212Q\326\234"
"\3q\10h\70*\17B\7/\316\201\34\210s \216\206\217\71\220\206\221X\233\206-\251\206I\61\223"
"B-\214\304\64\7\342J\32ja$\7h\71/\17B\7/'D\303\220Fi)\215\6e\30\322"
"(\15\245\64\134\206!K\22)\213\222\250or\224\345@\24\306Q\222\245\221\252E\71\2h</\17"
"B\7/\314\241\60\207\302A\315\302hP\264\70\211\222X\315\201-I\223\66-\211\342)I\206\65\13"
"\323,L\263\60\315\206\65\13#\0h=/\17B\7\263\16\205Q\66\14I\226\206Y\32\246\303w("
"\207\302,\15\263d\30\224,T\223\60\21\223RR\214\222\250%\321\302L\314\322\0hC\60\17B\7"
"/\214\342\60\212\303(\216\222(\32\206DJ\302\222(F\351dK\22%J\242\244T\222\302(\16\243"
"\70+eMY\24FY\22\17hH(\17B\7\37\310\221\341!\312\301\70\207\206\217i\16\14Q\16"
"\16\71\60\204;\224\3\277&u\250Y\313$\65\325\201\34hQ)\17B\7o\30tH\312Q\35\233"
"r\206A\32\304(\213R\243\244H:\222#\303C\234\324\241f-\223\324T\7r\0h\134.\17B"
"\7/\315\221\70\12\243,\12\263\60\32\226\60\315\201T\315\201\61N\222\341\220\64eQ-L\63)N"
"u M\342LK\23\71\1h_/\17B\7/M\342\64J\323a\213\206t\330r$\35\264e\310"
"\1%\213\223tXJC\32\245Y\30'i,e\241\224d\311\252\345X\0h\205.\17B\7\257\216"
"\325\261l\30\302(G\206eX\263\60\234\222(TJI\226$\303!\251\205Q\257Q\226\244\321\60\210"
"\71\222V\342\42\0h\260\64\17B\7/\7\342\34H\302\34\210\262\34\310\6e\270\345@\252%\325)"
"iJ\222aH\242$K:eIc\226Di\324\222E\25%K\302HK\303\0h\304'\17B\7"
";\247\344\310\360\20\346@:\34t(L\263\332\360\255y\270c\71\62<\304I\35\221\42m\14w "
"\7h\313.\17B\7\257\230fa\32\15\203\230\205\321\260\204i\66\214Z\30Na\226T\206-\311\302"
"\250\26\246\311p\310rB\30\305Y\230Fq\2h\322,\17B\7/\316\201\70\7\242\341\26\207\303\62"
"\14a\232\3\322p\332Z\232Z\242,\223\302A\215s \32nq\16\304\71\20\207\0h\332:\17B"
"\7/'DC\62dQ%\312\242J\64\14R\22e\321\220\14\221T\211\242%J\242\244\42%QR"
"\32\222Aj\211\262\250\22eQ%\312\242J\224%\235\62-\211\4h\337,\17B\7/\316\201\70\7"
"\242\341\26\207\303\62\14a\26\325\264a\310\246.\225a\210\222b)\235\303\244\232E\305Dk\316\201\70"
"\4h\356)\17B\7\37\310\11\71\62<\304I\35j\326\62IM\305\64G\322tX\206\65\225\67%"
"L:%R[\230\346H\32\2h\372\60\17B\7/\315\221\70\7\242\341\26\345\300!\7\302l\30\265"
"\60\234\302,\251\14[\322\16DY\216e\303\20fi\230\245a\66\14a\226&\0i\15\61\17B\7"
"/\316\201\70\7\242\341\26\207\303\230\3\331\60dZ\232M\303\20%\255QR\31\206$\312\322\60\33\206"
"\60K\303,\15\223\341\220\345 \0i\34/\17B\7/\316\201\70\7\322$\16\263hX\322\60J\6"
"%\222\343\265R\31\206(i\252DYT\314\206!L\223\70\314\322,\15\243\34\10im)\17B\7"
"\67\313\201(\213\322$K\262\341c\232CY<<\344H\16\15\7\35\312\201_\223:\324\254e\222\232"
"\352@\16iu\61\17B\7/'D\303 \346H\232\3\331\60\346@\264$\223\224\324\242\245_\224R"
"%JJI\24-m\261\224\205I\16\244\71\222\14\207,\7\1i|,\17B\7+\7\342\60\252\245"
"I\61\7\302A\31NiR,\225\246\34H\224\60M\242\341\240\244Y\330QJc\71\224\304HN\0"
"i}+\17B\7\37\310\221\60\316\242AJ\223,\311\221,G\222AI\243,\212\264\346AGs\340"
"\327\244\16\65k\231\244\246:\220\3i\202\61\17B\7+'DC\62HmaT\213\206K\61\252\24"
"\243Jm\31\222A\261fI\224dR\22\225\304(Q\212\221\322\251\26%Q\234Ii\14i\313.\17"
"B\7/\314\322\60K\243\341\26f\321\260\14CX\13\245\341\264V*\303\20%M\225(\33\206\60\213"
"\212\321p\253\206Y%\314\302\10i\330)\17B\7\257\32\326\322h\270\305\341\260\14C\30\307\322pZ"
"+M-\245\244T\235\303\244\232E\305DkLr M\1i\375\63\17B\7/\214\342\60\212\223\341"
"\220\205Q\66(\303 FI\224d\322\60hK)\211\222d\70%\71\30e\303\232\205i\66\254Y\230"
"f\303\232\205\21\0j\31.\17B\7/'D\303-M\342l\30\222a\351\230%m\332\60d;\230"
"T\206!J\352Pi\270\305\71\20&\325,*FI\255\232\2j!,\17B\7\257\71+'\303\61"
"\253\15;\32\15C(\245\341\62\14Y\222\250Y\22\15CT\315\221d\70Vr +Gi%\7\4"
"j),\17B\7/\314\241\60\207\262a\320\242,\34\266\34\211\206\323\26\245J\61K\242\341\322\255\224"
"\15\203\326\234\15\203\326\234\15\203V\7j*-\17B\7\257\71+G\303\240\14K\26g\345d\70D"
"j\16,\303\220%\211TK\242a\210z\215\206!\315\11Y\71J+\71\220\0j\71\61\17B\7+"
"L\263\60\315\222a\210\262\60M\6)\32\244h\320\352X\264\14S\244hI\247,\351\64h\245\254K"
"\230\245S\226\14Y\222Eq\4jK\61\17B\7/\7\324l\310\201\64G\242\341S\226f\311\222I"
"\225(\32\307\244\216%\225aH\242,\15\263d\11\263\244\61K\226\60K\303,T\0j_\60\17B"
"\7\257T\314\242b\224t\213\226d\30\244\306(\351$-\311\64uI\206CRk\312*aV\11\243"
"$K\262\250%\213\302DK\302,k\4\71\17B\7/\32\222!\213*Q\26\15\311\220E\225hX"
"\206d\310\242\254$%\203\22-Y\245\242\14JS\322\42U\6%\213\222nQ\62(Y\24MY\224"
"t\213\262Hk &\17B\7\63'\344\204\234\360\20\346P\230\205ma\232\23r\70\311\321$\7\263"
"\34Js \7\322\34\212tPk!+\17B\7\37\311\201\70G\322\34I\207\35IKa\234D\71"
"R\313\221\64]\223\70M\342\60K\303,\315\322\60\312\201\64\207\2k'-\16F\7\37I\207)\315"
"\201\64\313\6E*&MY\324\61J\303\244X\251%\231\224%Y\16$Y\234E\303\222\345H\32\347"
"@\0k\62+\17B\7/\11s \312\342\60J\243\312\60\266%Q\230\25\253Ye\20\323,L\263"
"J\230U\302,*\16R\326\22\346H\34k:-\17B\7++g\305\341\22g\321\60eQ\30\15"
"J\230\25\323,L\7\61\315\302\64\253D\303\245\30eQ\230EY\24&a\22\27k>.\17B\7"
"\63\315\221\64\34\6)G\302al\31\226\60G\303a\314\11\331\60h\71\220&Y\224dI\26U\242"
"Z\224d\225,\254\305\1kL\64\17B\7\37\13\207A\312\261\352\220D\303\22%Q\230\14I\61G"
"\263a\320r(\14\207$,%Y\222EI\226dC\222%\71\22ei\22eq\224\6kS\60\17"
"B\7+\7\342\34\210\207)\215\322aK\263d\30\222,L\262$\315\222(\34\206\254\22\245\351\260\245"
"Q\230\204\303\224\204QV\33\226\254Zkb!\357\301\7\37\310\11\71!'\344X\35\253c\331\260f"
"\71V\307\352X\35\253cu\254\16\374\0kc \317\301\7gx\310\221\234\220\23rB\216\325\261l"
"X\263\34\253cu\254\216\325\261:\360\3kf+\17B\7\37\312\11I:,Q\16F\71\230\16\337"
"\241\34\253cu Zr \12\343(\314\242jT\32\262d\330\21%G\3ki%\17B\7\37\310"
"\11\71\226\15k\226cu\254\16\374\16\344\204,\316\302\64\253da\324\254\203:\266C;\12ko,"
"\17B\7\37\310\11\71\226\15k\226cu\340wZ\22U\302()\205\311\60$a\266\205QR\12\223"
"\250\22\346P\70\34tB\4ks-\17B\7\37\311\261lX\263\34\253\3\37t,\311\321(\33\36"
"\242\34\210\223A\211\262\246,I\64\61i\252\224\222\236\222(\33\243\64kt-\357\301\7kx\210\262"
"\60\315\302t\30\222A\212\304\64:&\25\245&%Q[\230fQ\222\306\71\220E\203\24Fq\30\245"
"\321\360\0k{(\356A\7\343\203\26\346H\230#amH\262\226(\314\222b\22%b&\345X\224"
"CYX\13\263\260\24\17J\216\2k\211\62\16B\7\37I\207!\311\201t\230\302\64\12\323h\70$"
"\265$KjI\226(Q\62(\231\224%a\224%Y\66(YK\224cI\16%:\230\0k\212-"
"\17B\7\37\313\301(\34\226(\16\207!\13\243x\320\322,L\263\341\220H\331\26%QR\316\222r"
"\324\230E\265.\71\22\346P\10k\213-\17B\7\37Jr\64\212\206-\7\342d\13\207x\310\342\254"
"\62$\331\260JY%J\262(Nu \315\252IT\315\222\242\272\303\1k\226\60\17B\7\37\13\207"
"\61\316\206S\16\304\71\20\17\311\60DY\222FY\62\14\221\224\244I\224$\303\220Fii\30\302,"
"\315\302\64\312\206\203Nk\264-\356E\7\343\62Hq\26eQ\26I\265()\205S\35\210r,\251"
"\14C\322\24&R-\312\201$\313\221p\230\222\34\253\3\252\0k\265*\17B\7W\307\16b\232\205"
"i\26\246Y\70D\241\24\346PN\30\222a\310\322\60K\263\60\321\222l\210[\322Z\230\251\2k\272"
".\17B\7\67\307jC\230\204QZ\12\223\60\312J\341T\7\303a\31\206(\13\323,J\324$K"
"\212I\324\30GY\222%iVT\3k\273/\17B\7\63'\204C\66\14I\24\207Q\70Hu,"
"T\206!G\322aH\322(\313\206\254)L\302(L\302(\311\322HK\262.\261\32k\277/\357A"
"\7kX\206\260\22\205\225(\34\226(LC)\251cIe\330\206%\253\224\262J-\11\207)\11s"
"$\214\222,\211jIVT\3k\315$\357A\7o\70\347@\34\205qV\316j\303\247\34I\263\60"
"\15\263\64\314\322\341\35\315\11\71\230\344p\12k\316&\17B\7/'<h\71!\207\223\341\26e\345"
"\254\234\325\206OY\230fa\232\205\351\360\216\346`\222\303)\0k\322&\17B\7\37\310\241\341\240C"
"\71\66\334\261\34\31\36r\352p\216\302\70\253\15\237\262\60\15\263txGsT\4k\324!\355\311\7"
"\273\32\247q\32&i\26\245Q\66(\305T-\247q\32\247\251\244\244C\226\312\303\0k\333\36\16B"
"\7\37\314\241a\32v\70\207sx\30\7\35\316\341\34\36\276\303\71\334w\340\20l\17$\15J\7\37"
"\312\241A\32\206\70\215\323\70\215\207\7\65N\343j\234\346@\246#\221\222\3\311\16\355`\0l\21!"
"\354I\7\343A\311\241$\207\222\34J\206\203\222\266\16\17i\71\214\303(\214\224\70\331\221\35\13l\27"
")\17B\7/'\344\360\360\226\303\321\60h\71i\70\344\204\34\214R\61\312\1%\313\241\60G\212I"
"\246U\22\71\323\11\1l\64+\17B\7\37\310\11\71!'\204\71\24f\203\42\345H\242\344H\224\344"
"P%G\262(\7\262jXK\323\71G\223\34\316\21\0l\67)\17B\7\37\310\11\71V\7\243\60"
"\216\302\34\222\302AQr(\251C\225\34j\7\262jXRS\35\310\321$\207s\4l\70)\17B"
"\7;\247\344\224\34\32tB\232#a\66(R\216$J\16%u\250\222C\355@V\15Kj\252&"
"\71\234#\0lA)\17B\7\37\312\201\70G\322\34I\353H\234\3q\66\34\262\64G\322\34\210\323"
"\71\7\342\34\210s \316\201\70'\244\0lB(\16F\7;\312\261:\224\3\37r G\302\266r"
"\244\344\220\222CI\224\3Q\226fa$\246r\16&\71\232#\0lW'\357A\7+\247D\303 "
"\246u$\316\201\70\12s(\314\221d\70di:\347@\234\3q\16\304\71\20\347\204\24lZ(\357"
"A\7+\33\206\264\216\244u$\316\206C\22e\71V\207\262\34\313\206i\207\302\34\12s(\314\241\60"
"Nr\70\4l_%\317\301\7+\247$\303\61\255#q\16\304Q\230Ca\216\244\71\222\246s\16\304"
"\71\20\347@\62\34\244\34\5l`/\357\301\7\37\312\201\70G\242:\22U\244\64R\262\60\221\262$"
"R\242t\210\252Qc\26\225\266(\21\263(\214\262\34\210\262\34\210\302a\20lz,\17B\7\37\311"
"\221\64\207\302\34J\206A\312\201\254\234\225\262rVM\206C\26\306c\222\3a\222\3Y\71J+\71"
"\220\346\220\0l},\17B\7\37\310\241\60\307\262a\10\243\34\11s,\35\266('\344p\64\14i"
"\216D;\24\346P\230CI\224CI\224c:!l\210,\17B\7\37\312\201\70G\322\34I\206\203"
"\230\225\212Q\226\3\71\22&\71\20&q\232\204c\24\207Q\234\65eM\325!\314\61\0l\226\42\16"
"B\7\37\212\353@\232\3i\30\16\227\254%\353\222\265d\245Z\66D\303\251V\212{\207C\0l\241"
"\42\357A\7+\34\344\254\234\65ga\227\362\246\303\321\60\204Y\32\215\335\322J\134\7BE\7\326\1"
"l\242*\357A\7+\34\206\60K\303,M\342\64JK\245aH\243\306,\312\201,\12\307,\15\263"
"\64K\303,\15\243\34Hs(l\263*\357A\7+\247$\303!\313\221(\7\263p\210\262\60\252F"
"\255Qc\26\225\266!\12\263\250\230Ca\16\205\71\220\344p\6l\270.\16B\7\37\210\322\60\212\263"
"(N\206A\211\243$J\243$\312\206ALJqRJ\243\341\61j\214\332\62%\312*Y\24\346@"
"\232\1l\271%\16B\7\37\212\353@\232\3i\30\16\227\254%\353\222\265d\245hx\312J\265R\255"
"T+E\303\65\7\2l\273'\16B\7\37\212\353@\230#Y)-e\303%\7\263\34\216\206!\253"
"&[\232U\263jV\315\262a\310\201\64\1l\274(\356A\7+\32na-\14u L\322J\232"
"%Y\224\206I\216e\303A\213\243,\216\262\70\312\342(\33\6\271\0l\277'\357A\7+\34\344\254"
"\234\65ga\232\205\325-\311\321\34\316\206!\332\322\60K\303,\15\263\64\314\206!G\322\10l\301*"
"\357A\7+\32\6\65\211\323$\216\302\70+g\331\60\250Y\224\3Y\24\207Q\70FqV\316\232\212"
"Y\224\304C\226\203\0l\311*\17B\7\37\310\341\34\34\316\71\20\347@<\234s \316\201x\270c"
"i\64(Z\34%\345,\212\303L\322\222T\316\21\0l\312*\16B\7\37\212\353@\230#\321p\215"
"\223\60N\242$\16\223\70\213\206A\213\342!\213\243,\216\262\70\312\342(\33\6\271\0l\314,\357A"
"\7+\315\241\64G\342$\212\243$K\303,\315\342\244\226\204I)\213*Q\66DI\61J\42-\354"
"&\226\242A\316\61\0l\325+\17B\7\37\312\201\70G\322\34I\213\303)\7\342\34\310\221\64G\206"
"\247\70]s$\314\241,L\243\70L\206C\234\3\11\0l\341/\357\301\7\37\310\241\60\307\262a\10"
"\243\70I\343(\33\246\226,\12\243,\12\243,\312\262AJ\266\60\311\252a\226\3Q\226\3Q\70\14"
"\2l\342/\17B\7\37\213s \7\342\34\210\206C\232U\302,j\311r$\31\6\61J\302R\222"
"E[T\314\242$\315\312Q\226\244Q-\216R\1l\343'\357\301\7\37\311\221\70G\322\34\311\301p"
"\70\345\204\34K\243\264\224\206\265l\314\322\60K\303(\316\201\70\31\16\2l\345-\357A\7+\33\6"
"\61\212\303(N\322\70\12\207A\252\344h\22\345HT\13\243\246-Z\263(\7\242,\214ja\224\244"
"\203\226\203\0l\350*\357\301\7\37\311\221\70GrB\62\134r$\316\201\70\7r$\315\221h\30\264"
"\70\235s \316\201\70\7\342\34H\206\203\0l\360*\17B\7\37\310\11\71\62<\344H\16\15\7\35"
"\311\221\341k\226C\315Z&I\211\24\251\311\216H\221(\326\201$\207s\4l\363\60\17B\7\37\311"
"\221\70G\342\34\210\206\64G\262(\7\262(\32\222(\315\222r\226\310a\42nQ\222FY\24&a"
"\226\251a\24&\71\34\3m\13(\17B\7;\15[\263r\16\206\303)\7\342\34\310\221h\30\322:"
"\20\247\323p\210\342\34\210s \316\201\70'\244\0m\27,\17B\7\37\312\201,\312\221\250\216D\303"
"\240\204Y\34\205q\16\344H\62\34\262R\34F\341\30\305a\24gMYSu\10s\14m\36\62\356"
"A\7+\32nI\16dI\16\210\311\240\324r \311r K\222A\311\222Z\22U\262d\210\222,"
"\211*\203\22\325\201\250\16D\325$\215\23\0m%.\17B\7\37\312\201\70G\242aHK\305\341\220"
"\344@\224E\311\60\304a\216\244\71\22\15C\64\347@\234\3\321p\213s \316\11)\0m*(\17"
"B\7\37\310\322\60\213\263r\326\70\234\322,L\263\70+g\325dx\320\11a\226\206mi\30\345@"
"\232#\11\0m;-\17B\7\37L\343!\215\206\34I\353H\234\15\207$\7r$\315\221\64\7\262"
"a\210\266\64\314\322\60K\303,\15\263a\310\221\64\2m>\62\17B\7\37\15s`\10\223AG\352"
"P\230NY\62\244Y\22\345@R\312*\245Z\224DI\64%Y\32%Y\32%a%J\262J\244"
"fu\0mA+\17B\7\37\311\221\70G\222\341\220\205q-\254f\331p\314\241\60\207\263\250\264E"
"\305,*fQ\61\213*Q-J\302\232\0mD-\17B\7\37\310\241\60\307\242a\216\302,\254F"
"\311\60H\71\220\205i\26&\303!\212\263d\316j\303\240\305Y\71\7\302$\207c\0mE(\16B"
"\7\37\251\226\322\60G\302d\11\7\65n\31\262d\320\201\60\253F\321\254\306Y\224&Q\61K\242H"
"\325\341\0m\134-\17B\7\37Ls`\215\206\34\211r$\315\241p\30\244\60\313\201(\313\201(\213"
"\263\342\62\34\244\234\20Fq\26\246Q\134G\22\0mf)\17B\7\37\252\345@V\31\16R\234\23"
"\322p\70eMI\255\230\14\267(\253LY\323p\213\262\246\254)K\312%\0mj,\17B\7\37"
"\311\221\70G\242aH\243\64Jk\341\60dQ\222\306IZ\32\206\64\252nQ\326%\314\302\64K\262"
"\60S\345\34\1mn-\17B\7\37\15s`\10\243!Gr(I\243,J\243$\213rB\62\14"
"i\16\304\305i\70D\71\20\347@\234\3q\232\344p\12mt+\17B\7\37\310\322\260\32\305a\222"
"Ur$\256\244\265\70J+\71 e\303\20mi\230\245a\226\206Y\32f\303\220#i\4mw."
"\17B\7\37\310\241\60\307\262a\10\243\34\11\223aK\303,\252DqTI\223\341\220\25\243-*f"
"\225\60\33\6-\207\302\70\311\341\20mx)\357A\7+\33\206\64G\322l\230r\60\13\207!\313I"
"\311pLr \313\206m\314\322\60K+q\35\10\25\35Q\7m\210,\15B\7\37J\263\250V\211"
"\262J;\22\206\303\220DI\32&i\26\15C\26\245C\226F\331\60DY\32ei\224U\342\60\1"
"m\231\60\17B\7\37\312\201\34\310\201h\30\304(N\322\70\12\207A\252\344h\222\345@\224\345@\64"
"\274\225\263(I\263(I\243Z\30%i%\7\2m\257.\357A\7+\32\16Y\22\346@\22\266\14"
"C\224\205i\26\346@\62\34\262$\7\243\60\234\302\70J\206!\213\302\70I\343$\31n\71\10m\262"
"\60\17B\7\37\311\221\70G\222\341\220\225\302\70J\303l\210\302(\13\23I\12\243$J\262L\211\242"
"-*f\231\232\225\263(I\263$\313\21Um\274+\17B\7\37\311\221\70G\222\341\220\345`N\11"
"\207!\213\222\64N\322\322\60\244\325-J\322,*FYK\230\25\223\34\216\1m\321\63\17B\7\37"
"\310\241\60\307\262e\314*\345,\211\322,\211\262A)\346@\22f\225,\314\222dJ\264\60JJa"
"\22%QXK\262(\311\222\34\310\12m\341+\17B\7\37\312\201,\312\302\250\26&YT\7\222\264"
"\26fj[\230\346@\26\225\266\250\30eIZ\211\303,\315\322X\7\4m\361)\357A\7+\32\216"
"I\16\204I\224DI\234\205\325,\7r$\315\221d\270\305\351\71L\252YTL\264L\212sB\12"
"m\367/\357A\7+\32\216I\16\204I\16$\341p\312r \312r L\206c\16Ga\70\205Y"
"\24\15I\242E\241\32\205YTQ\262T\34\2m\373)\357A\7+\33\6\61\315\221\264\70\34\222\70"
"Ikq\224V\262L\212\323\71\12\263H\312JI\324\226D\305$\207c\0n\5-\17B\7+\316"
"\221\64G\222\341\216\245\351\60d\71\20G\303A\314\341h\30\322(-\15C\264\245a\66\14a\226\206"
"Y%G\302\14n\7/\356A\7+\33\206\60J\303h\30\222\264\24\16C\324\216%\303\240%\71\220"
"EY\64dCR\312\302$\12\7%\312\261(\7\222\34\215\0n\10'\17B\7\37\312\201\34\310\201"
"d\70d\305(\7\242\60\7\324TR\23Y+\26\207il\34\306~Ks \216\0n\11*\17B"
"\7\37\213s \7\262(\7\262hH\342(-\245\331p\310rB\234\204\245\312\30eQV)U\353"
"@\234\352\330\16n\13'\357\301\7\37\213s \7\262(\7\262hH\342(-\245\331p\310rB\16"
"gq\62\266Fi\330\26gQ\216\4n\23)\17B\7\37\33\262h\320\221\260%\253\244Q-l\12"
"s(\314\221h\30\322\352\234\3\321pK\223\70\314\322,\215u@n\33\61\17B\7\37L\262\34\211"
"\262\34\210\223\341 \246a\226\206Y\262\304I\32eI\32\265,\225)\351\26%\245\60J\26%*&"
"\245$\314\264\60\15n!\63\17B\7\37\312\201\34\310\201d\70dI\224Ea\224\325\206C\222EY"
"\232D\203\232\344`\224\14C\62\25\263\250\26FY\222&i\234d\212\32\251\2n&.\356A\7+"
"\33\206\60J\303(M\322!*F\215Q\61\31nI\16D\225A\31\242$K\242J\226D\225A\211"
"\352@TM\322\70\1n)+\317\301\7+\33\206\64JKi\224\16C\26\246Y\230\226\206!\315\341"
"h\270L\225(\213*Q\26U\242,\252DY\62\34\4n,\67\17B\7\237\20E\203\230%Y\230"
"%Y\22\211\203\22%Y%J\262J\224%\203\22eI\226DmI\64D\203\22\325\301(K\322("
"\213\302\250\26%a\216$\0n/+\357\301\7\37\310\322\60\213\223\341\230\65ga\64\34\224\64\213\243"
"\264\62\14I\226\24\243!\13\323lX\263\70+g\341\60$\0nV\66\17B\7\37\310\241\60\33\262"
"\246,\31\224H\316\242$\315\206$\315\242,\31\224(K\262$jK\206!\312\222\250\64(Q[\22"
"\325\201,\312\201\244\16e\11\0no+\357A\7+\33\206\64JK\303\20\245\265p\30\262$'|"
"\213r,\33\6ej\311\222\250\255\224\225\212Y\30%\71\22f\0n~,\16B\7\37\310\221\64G"
"\206\203V\312\302$J\242^rJ\62\14i\16\204\321\60DS\216E\303\240\345P\226CY\234\344h"
"\6n\177*\317\301\7+\32\6\65\211\323$\216\302a\320\312Y\71M\206A\315\242\70\214\302%j\213"
"\222(\11\63I\15\243\70\31\16\2n\200.\17B\7\37\310\302\64K\223\341 \205YN\14\207S\16"
"\304I\232#\311p\213\262\312\224t\213\222nQ\62(Y\224\3Y\224&q\11n\220\61\357A\7+"
"\32\16Y\22\346@\222\245a\62\14Q\226\244Q\226\14C\230T\303$\31\206,J\242\312\24\306Q\245"
"\230DmI\255$&\71\234\2n\226,\17B\7+Lr$\213\302t\30\244$\252#\311\60\210I"
")\335\206!\314\242\34\310\206A\253Sr\340w '\344\204\234\220\3n\235.\17B\7\37\310\322\60"
"\213\223\341\230\265\16\203\224fa\64\34\264\64G\242a\320JY\262\15\203V\312*\303A\312\342\254\230"
"\344@\32\1n\266+\17B\7\37\312\201\34\310\201h\270E\71 F\225(\15\263(\211\244\64\213\342"
",L\243\70\231\222a\211\302\376q\330\241\60\2n\305\62\17B\7\37L\262\34\211\262\34\210\223\341 "
"\246a\226\206\331\60DY\22\265%Q/\226dR\224ZT\13\243\244\224DI\24-QR\213\264\64"
"\14n\313-\17B\7\37\10\253Y\32Fq\62\34\344\60K\303,,GI\224\204I\224DY\364\330"
"\26\246Y\230F\225(\213\206d\310\241\60\1n\321.\357A\7+\33\206\64JKCT\215j\321p"
"P\242\34\312\242aH\243\64\314\206!\332\322\60\33\206\60K\303,\15\263J\216\204\31\0n\335-\357"
"\301\7\37\311\221\70G\222\341\230\265\3I\232\15\207$\312\11\311\60\244Qk\64\14\321\26\25\263a\10"
"\263\250\22\305a\224\3\203\0n\336-\17B\7\37H\252aRN\206c\226\324\342\244\230\23\262\341\220"
"%Y\230\211Ym\30\242-*fQ\61\213\212Y\224\210qNH\1n\364/\16B\7\37\311\201\70"
"\7\222\341\326\224\3I\230\15\227\254K\62(Y\222\225*\203\62DI\226D\225,\211*\203\22\325\201"
"\250\232\244q\2o\1+\17B\7\37\310\241\60\307\242a\216\302,\254F\303!Jj\305$+&\303"
"-\312*S\326\64\334rB\224D\265\250c\26\25o\2-\357A\7'\32\16R\232\304\321p\216\222"
"(\11\243$\252\15\247$'$\303-G\227\341 \305\71\220E\305(k\211\222\60Gb\0o\6+"
"\17B\7\37\312\201\70G\222\341\30\216q\222h\231\224Eq\222\3Y\71jL\264l\320\242b\245\232"
"E\305(kLr\70\6o\17,\357A\7'\33\16Q\35\211\352H:\34\304\34\313\206C\322\230\3"
"\311p\210\42-\33\42\245SR+%}\222\262RV)W\0o\24-\16B\7\37\311\201\70\7\222"
"\341\226\344\200N\10\207!\312\201\34\210\206!\214\332\262aH\266\250\226\15C\226\303a\26fi\234\3"
"\1o +\17B\7\37\310\322\60\213\223\341\230\265S\302a\310\242$\215\223aH\243\264\64\14\321\234"
"\3\321pK\223\70\314\322,\215u@o\42,\17B\7\37\310\322\60\213\223\341\220u\36\304\34\210\243"
"d\30\342$\252F\303\220V\247\341\26\347@\62\34\244\64\211\303,GT\5o+,\17B\7{\30"
"\302,-\15C\32\245Q:\14YN\310\206c\22%Q\230DI\224E\303e'd\303\20\326\322t"
"\316\314: o,/\17B\7\37\312\201h\70\246\71\22\15C\224#q\66\34\222('$\303\220F"
"ii\30\242-\15\263a\10\263\64\314\206!\254\345P\32\1o\70\63\17B\7;\207\302\34\210\262l"
"\310\222A\311\261b\66(i\224T\6%\32\224(T\232\262dP\242d+e\311\240DYSV\312"
"\232\262\34H\302\4oT/\16B\7\37\310\221hH\206\254%\213\246D\316\222\332\220DI\232DZ"
"\230#Y\61\33\264\71\312\242\341\24gQ\26\325\242\244\226#)\0o\134/\17B\7\37\310\302\64K"
"\243!\31\262\60\313\201\317YXiKj\305h\30\222(K\243-\15\263a\10\263\64\314\322\60\33\206"
"\34I#\0o_-\16B\7\37\310\221H\33\223\70L\342$\234\246,\216\262\70L\206A\214r("
"\32^r$\252t\252tJr$\312\201$G#\0od\62\356A\7+\32\222!K\242$\312\222"
"!\31\304(\211\222lH\206$\313\201,I\6%K\262R\351\20e\245Z\251\62(Q\35\210\252I"
"\32'\0on\70\17B\7\37\310\221\64\33\242hP\242b\26\345@\26\211\203\62$Y%J*\203"
"\22eI\226D\245A\31\206\60\213\212YT\31\226\250\30eQ\30%u \311\22\0o\204.\357\301"
"\7\37\213\243!\211\302J\65J\242H\316\222(L\263\244\62(\241\16e\321\60\204Y\32mi\230\15"
"C\230\245a-M\206\203\0o\300\63\17B\7;\254\245\225AJ\223,\312\201A\31\266JT\32\226"
"RRM\302(L\262dX*S\232d\321\220\205Q-L\262(\311\222\246$\314\242,o\301\64\357"
"A\7+\32\216I\224Da\22%Q\22\16\247\60\207\222h\270%Y\230)\303\220DYT\31\262a"
"H\242\70\211\312C\22EC\226DY\230\344p\4o\303\64\17B\7\37\211\322l\30\304(\211\222\60"
"\32\6%M\242$\12\207A\252\23\222a\20\243\34\214\222A\332r,\33N\225(\216\222,\311\242\244"
"\24G\242\0o\353.\357\301\7\37L\243A\211\223Z\234\14\312 fI\230\15KVI\303d\320\302"
"\34\316\206!\332\222\306,i\314\222\306,iL\206\203\0o\357,\357A\7+\32\222!\354\22%Q"
"\222&Q\22eQ\22U\243\34\210\302\70\31nI-\334\206Ak\316\206Ak\316\206s\216\0p,"
"\64\17B\7'\314\261\332 %\203\26\245a\333\240D\203\222\205I[\224\264\14R\62(Y\22f\303"
"\220MY\222)\265$J*\203R\312\241\260\222\3Y\1pk(\17B\7\37\310\11\71!\307\212i"
"\26\246Y\65\214\342\60G\302$G\223\34\314r\254\16\245\71\220\3i\16E:(po(\17B\7"
"/'\344\204h\270\305iRL\23\265\22\207Q\234\3q\16\304\71\20W\322\70\12\323,L\343$\314"
"\221\24pp(\17B\7\67'\344\204\34\32\276F\71V\307\232\223R\34%u \211r$L\342\64"
"Ik\71\26\346H\274\351H\2p}#\17B\7\257\71\253f\325\254\16du +gu\306\34k"
"\316\252YR\207\262\34Jc\35\220tPp\211.\16B\7/\314\221\64\7\322\34H\222aH\22)"
"MjiRK\245l\30\262jV\207\262\34)\345H\244#a\216d\71\222\345\20\0p\212/\17B"
"\7/\315\221\64G\322\34\211\242AJ\242$\214\222RV\221\212Q\234\3q\16\244I\232\204I\232\204"
"I\32\325\232\262j%\315\201\0p\216(\17B\7\37\310\261b\232U\303(\307\22\35\13e\35\310t"
",Gr\254\71\253fI\35\312r(\215u@\322A\1p\255'\17B\7\37\310\241\260\307\341 \347"
"\204\34\33\276\205\71\24fi\22ea\324\232DI\234&i-GTQ\207\4p\271%\16B\7;"
"\207s\70\207\207A\316\341\34\32\16a\216\204\71\22\346H\70\34rbTk\312\222\60\312t\64p\272"
",\16B\7;\307\242\34Lrd\70\350@\230#Y\216\14\327\34\10s \35\16R\216EI\247$"
"J\232\244\34\312\261$G#\0p\310*\16B\7\37N\206A\254Fa\32e\203\324\30UjQ\61"
"\311\242\64\7\302\70\211t$\321\11Q\255)K\302(\323\321\0q!(\16B\7/\207sx\70H"
"I\307(i\7\222\306\341!L\332\201\244\35H\32\207\207\234\324\326\224%a\224\351h\0q&*\16"
"B\7\63\312\261:\62\34\264\60\7\304\70\31\16I\24\346H\230#\303!\254#a\216\14\7-\7\243"
"\254\224\325\304\254\0q\66+\17B\7/\316\201\70I\207,\312\232\245\341\22%Y\230DY\22'Y"
"\222\3Y\65\314\302j\24\346@N\252\365%\314*\0q<\61\17B\7/\316\201\70\7\262a\10\343"
"\64)%\265Dk\211\206C\24fiN\210\206[\30\245I\26\245Q\222EI\226dQ\22\246C\230"
"C\0qY-\17B\7/'D\303-M\342$K\302D\31.\245J\224\224*\221\324\22e\321p"
"\213s \256$\303\251\230\346H\232\15\7\235\0qg,\356A\7gP\206!\311Z\262\226\254%\213"
"*\311\240\204Q\26\15K\26\205I\26\205I\26\205\311 \15;%\312JYM\314\12qi\62\17B"
"\7/'D\303-\316\201$\213\23i\30\242$K\243$K\223(\33\206\60K\303l\30\302,\315\222"
"(\315\242d\30\242,\307\342,\212\323\4qn(\17B\7;'\244\341\60(\71\224\205\303w \7"
"\207A\235\63i\30t \316\201\70\7\16:\65\312\372\22f\25\0q\237,\17B\7/M\207!\312"
"\11\361\240\14[S\66hQ\216I\331\240Eq\226T\206A\351VUJ\71\20\345p\224\365%\314*"
"\0q\261+\17B\7/\315\221\64\36\264\34\11\7i\30\242ZS\27)\33\264(\15\223\266)\251\14"
"a\252\204\71\220\223j}\11\263\12\0q\303\60\17B\7\257\71\253\204\331\22e\211\224\204\211\22\15K"
"\37\223\60\312\242Jk\26%i\226daT\253HiT\316\302\244T\214\222H\314\222(q\310/\17"
"B\7+\7\342hH\242,M\212IS\244h\225\266\64J\242dP\272C\265a\10\263\64\314\322\60"
"\33\206,\211\322,\252\205\321\360Nq\345.\17B\7/\34\324\60K\303,M\242AKt\60\311\226"
")\311\222NY\322\230-c\234\3\321pJ\302\65\252\324\322\250\61\313t(\4r\6\61\17B\7/"
"\33\206\60K\303l\30\302\244\32%\322\60DI\230U\242\341\20\205Y\232\14\207,\314\322,\252%}"
"\252\215qRK\243J\216\210\0r\65,\16F\7\37\270\14C\216di\230\325\206\207$k\31\36r"
"\64\32\326(L\206\207\64\12\243\322\260%Q\35\210\226\60\211\302\32\0r\66)\17B\7\67\313\241\64"
"\7r \315\241,G\242\264\216\244\71\224\345X\35Lr\70\207\223\34\314r(\215u@\322A\1r"
"G#\15F\7\37\211\323\70\215\323\70\215\207\203\224\243\71\232\243\303\240\306i\234\306a\16\204\71\220\345"
"H\6rH\63\17B\7\63\7\262(\236JC\32\325\221\250\216\14\312\60Di\222Ei\222EC\224"
"dQ\227,j\311\242Z\30\325\302(\311\222,J\242,\311\244\64r[#\17B\7\37\310\261:V"
"\307\352\330p\10\353H\232\23rB\16\374\16\344\204\234\220\23rBN\310\1rg.\17B\7\263\16"
"\205q\24\306Q\226\3\227aH\242b\224%\265\70+/Y\64\210I\30\205I\16\244\71\22&\71\220"
"\225\243\264\222\3\1ri,\16B\7/\314\221\60N\302\70\11\207eP\372TI\244\64\251\205Q\222"
"M\225A\213*\245,\312\322\254\232\25k\245$\314\201\10rr\60\17B\7/\316\201\70M\262(M"
"\262(\35\224a\210\222,\12\243Z\16\304\71\60\206C\66\14Q\22\347@\234\3q\16\304\71\20\15\267"
"\34\4ry-\17B\7/\316\201\70M\342\64\311\206!\32\304\64\211\303(\32n\71\222\316\321\220\15"
"\203RG\322\60KKi\216\244q\222\346@\6r\240\60\17B\7\257\32\326*\321p)\247\203\62\14"
"Q\22\207Q\64\334\322\244\270H\321 Fa\22\15\267\60\212C\245\30mI\26F\211\226)Y\0r"
"\254'\17B\7\37\310\11Q\16f\71V\307r\340w '\344p\222\243I\16f\71V\207\322\34\310"
"\201\64\207\42\35\24r\257-\357A\7'\313\301$\32\326,\254Da\26\25\243,\12\343(L\245J"
"\230DY\30\325\201,\212\303(\16\243\70)\16C\224\243\0r\266.\17B\7\263\16\205Q\34fQ"
"\61\253\204\71\220\14\7\261\16\205\71\42\346@\222%\241\224%\71\222E\71\20e\71\20\205q\22\247:"
"\22r\302)\357A\7'\313\301$\32\206\60\256\244\245\64\314\322\34Is@\32\206,IKi\230\245"
"\71\222\346HZ\211\206S\216\2r\351-\17B\7\37J\263\264\22\15\247,\7\222\326\244\224\3q\16"
"\304\321p\322\201\60\311\232\302(\16\243\70\7\342\34\310\222\70\11s$\4r\354+\17B\7\37K\263"
"\60N\322\34\310\206!K\242\376\222E\255Q\243\64\14Y\22\365\32fi\22\247Q\232\14\227Z\34\345"
"(\0r\355,\17B\7\37K\263\60N\322\34\310\206!K\322R\227\254\22\245YRU\343$\31."
"Q\230d\305$\7\262r\326\222\245Y\35\10s\33\60\357A\7'K\206!Kr \315\201\64IK"
"\311p\310\322\34\311\222\34\20s \211\206!j\351\26%\255Q\322\32%MI\62\34\242\34\5s\37"
".\357A\7#J\242\60J\242ZS-\311\301(\32\206\64j\215\32\245a\310\222\250\277F\303\220F"
"-Y\222E\211\22e\231\22\345P\0s+,\17B\7\37\311\232\262\60I\206[\230\205I\326\224c"
"\245aH\243F\251-\211z\32\206$\213Z\243\326\250K\66\14Y\230&\0s.\61\17B\7\63\316"
"\201\70I\206S\61\216\302\70\34\206dX\322,L\332\302\250\26&K\26F-\331\60DI\26\265d"
"Q%\213\262\244\26\205I\32s\66\65\17B\7\37\10\263R\26&Y\24'\303!J\262(\214\262("
"\253\14\203\232\224\222P)%Y\222\210R%N\262d\30\324$N\223\70J\242a\320\312\11\0s\77"
"/\17B\7\37J\243\64N\242a\10\343J\62\34\244\234\20\15C\32\245\241\224fI\64\14Q\61\211"
"\302,J\322H\213\227R%\264\244\71\0sD\65\17B\7;\314\242\254\22%Y\251\64(QR\7"
"\262(\31\242\70\36\264d\210R\35\10\223d\210\262(\211\222j\22%\325$J\252\311\240%\345,\212"
"\323\0sc\63\17B\7#\12\243\60\252%\71\20F\311\60dQ\22\325\302\341A\211j\341\60d\71"
"!\33.u\64\311\206!J\262\64\311\242\64\311\242a\20\243\64\16sr\60\17B\7\37\311j\303!"
"J\262\244\32Fi\22\15\203\22%R\230E\303\220Fu@\32\206,\211\252Q\64\334\242\34L\206A"
"\315Z\322\65;s\204&\17B\7;\247\344\204\34\370\71\207\303\34Is \315\201C\16e\71\234\303"
"a\216\304\351pPs$'D\0s\207'\17B\7;\247\344\310\360\220\3\71\224u\31\264\64\253f"
"Q-\32\206(\7s\60\7~\7rBN\310\11\71\0s\211!\317\301\7gx\310\221\234\220\23r"
"BN\310\241\341\240C\71!'D\71\230\345X\35\313\201\37s\213 \317\301\7gx\310\221\234\220\23"
"rBN\310\241\341\240C\71!'\344\204\234\220\23r\340\7s\315)\17B\7\37\313\11\341\260%q"
"\230\245Y\32Fa\224\14b\16\244\71\222ii\16\304u`\253\214Z\35\312Q\35\233\1s\340,\17"
"B\7\37\313\301(\34\226(\7\262a\10\263(\7\242,\35\304\34\210\206[:\207I\65L\252KT"
"\31\243\306\254\216\345\204\20s\355\60\17B\7\37\311\11\361\240%\203\224%Y\230%Y\230%Y\230%"
"Y\64(\225A\312\222,\214ja\232\205S\30\215\265\60\33\324\34\316\61\0s\376,\357A\7\37\70"
"$\303\222\206Y\32f\303\20fi\230\245\321\240\14C\230\245a\226\206\331\60\204i\22O\265\65\252\244"
"Y\24\247\3t\3/\17B\7\37Kr\64J\206\61\12\343\34\210\206[\234\3Y\224\16R\42ea"
"\242\204\251\222\206I\65\213\212C\226\15\71\220\306I\16\247\0t\6*\317\301\7\37\70$\303\22\25\263"
"\250\230\15C\230E\305,*\15\312\60\204q\16\304\71\220\15C\30\347\300\30\356@\32\16\7t\64,"
"\357A\7\343\220\14C\226\3q\16\204\203\66\210\71\20\347@\66\14\311\60\344@\216*:\242d\332\30"
"n\303\240\303\71\234\303\71\0t\260.\357A\7{\30\224A)%Y%J\262l\30\264\34\35\224\341"
"\224\23\262a\320\312Y\66\14\332\226dC\230%Q(\306J-G\324\0t\275,\17B\7gx\310"
"\302\332\360\220$J\213\22%Q%TZ\304F\245EL\242J\250\264\350\304\341!Grh\70\350P"
"q\370\0t\366\62\17B\7'\314\261(\32v,\36\246\34\210\262\34\210\262!\214\262(\214\262(\32"
"\206\244\61*\211Q-\214jaT\351\26II-\312\22\61\7\4u\30\25\16F\7/\356\267\341A"
"\213\373y\30\344\376<\14r\15u\32*\17B\7\63\315\221\64\35\36\322:\222\346\310\60\344H\232#"
"i\216\14C\216\244\71\222\206\303\267(\313\201$\215s\302C\4u\37#\357\301\7\37\310\261:V\307"
"\352\320\360\26\346H\232\3qN\310\241\341\240C\71!'\344\204\34\370\1u#(\357\301\7\37\310)"
"\71\62<\244u(\213\207\207(\315\221\250\216D\303-\311rD\314\221h\30\264\70\7\342\322\360\0u"
"($\355A\7k\70Ha),\205\245\341 \205\245\260\24\226\206\203\24\226\302RXI\303$\215\22"
"\35K\0u\60\34\313\311\7\343c(\206b(\206b\70<\204\241\30\212\241\30\212\341\360\220C\1u"
"\61\37\13J\7\67\307r,\307\322\341\61\24C\61\24\303\341!\14\305P\14\305px\310\241\0u\62"
"\35\353I\7\343c(\206b\70<\204\241\30\212\341\360\20Vs,\307r,\307R\0u\63\36\13J"
"\7\67\307r,\35\36C\61\24\303\341!\14\305P\14\207\207\260\232c\71\226\2u\67#\15F\7g"
"\70Ha),\15\7),\205\245\341\240\223\343\341!N\343\264\34\346@$';\224\0u:'\316"
"E\7cP\206K\65K\252YR\315\222j\66\250YR\315\222j\226T\263\244\232\15jV\315\301$"
"GC\0u;\37\357A\7\343wn\321\60D\375\237\206!\352\377\237\206!\252\203Q\16F\303CN"
"H\0uL$\357A\7o\70g\345\254<\234\263rV\36\356P\222cf%K$\255\246f\71\24"
"\346P\230#i\12uQ*\16B\7/\207\263a\310J\265R\245S%\221ZjQ$e\303\220\225"
"j\245Z\251%\352%\252d\311\60$i\252\303\0uT+\16F\7\37\312\341pP\242JS\22%"
"MI))V*\303\220\14b\245X)V\222\341\240\24\303A\254\205\71\234\303!\0uY(\15F"
"\7S\7\206l\30r \223\302L\253)J)\31\353\224\341 \205\245\260\64\34\244\260\24\226\206\203\224"
"C\11\0u\134%\15F\7\67\207\343\341!\314\301\64\35\206\34\322R\71\32\336\321d\70Hai\70"
"Hai\70H\71\224\0u].\17B\7/\316\221\64G\322p\270\14\71\30\345Xi\30\222,*"
"i\245b\26\325\302a\310\302\250%\213Z\262\250\222E\303 Fi\34ue\62\17B\7\37\311\11\361"
"\240\15RR\12\243\244\242U\22)\11\7\61MjI\230\224\62)i^\22e\230\6)\214\262(\314"
"\241\60\207\206\35\12#\0uj'\17B\7\37\31\304a\307\332\201\250\16\346\300\217Q\35\310\201t\70"
"HJV\321\232\207sV\316\312\303\71\7\62\0up#\357A\7k\70\210\215\303Al\34\16r\232"
"#i:<\244u$\15\207\357\324:\220\3i\16E\0us\42\357A\7k\70\210\215\303Al\34"
"\16:m\370\220\303\331p\316\201x\70\347@<\234s \33>u\216/\17B\7\37\313\11\351\240\14"
"\203\32\346H\232\3\331\60DI\26\265dQ\313a\210\222\70M\322\61\11\223Z\262D\245)\313v$"
"'\204\0u\221\63\17B\7''D\312\60D;\222\265\204Y\30\17\311\60(\71\22E\203\230D\305"
"$\7\302d\32\206\244\16\204I\234ds\224Di\226d\203\232#\0u\253'\17B\7\37\311)\71"
"\62\274\345`\24\15c\22\205\225(\214\223x\332\301$\31\6\251\265V\255\304\255\212\226\255\3u\262."
"\17B\7\37\311)\71\62\274\245\245\64N\222\341\224\324\212I\226\3\312\60hIcT\251\305I\224\304"
"Q\226\3I\226\244QM\252\310\2u\276-\17B\7\37\311)\71\62\274E\71\22\325\241$\32\6)"
"\211\352H-\7\324\70\31\36\242\64G\302$N\223\70\314\302j\224\351\200\0u\305\60\17B\7\37\311"
")\71\62\274\345`\224\243I\62\234\222\64G\322\34P\206SR\253DI\224DaRK\262HL\262"
"(\7\242,M\212q\4u\307,\17B\7\37\311)\71\62\274\345`\224\243\311p\220\222\64G\322\34"
"\220\312I\24\15J\324\216Du \213r \213\342dx\310\11u\330*\17B\7\37\311)\71\62\274"
"\345`\224\243I\62\234\222\234\20\15C(\245Y\22\245Qi\30\322\34\16\263\264\222F\303;\1u\333"
"/\17B\7\37\310)\71\64\274\345`\224\14\203\226\204I\232\244\71\222\14\67%+%\311p\211\222\254"
"\230\14\267(k\312JY\245\61\213\42\0u\342\61\17B\7\37\311)\71\62\274\345`\24jQ\222\254"
"Q\222U\302\254\222\15\203RJ\42-)ES\22&\275EI\232%Q\32\245YR\16#\0u\364"
"\60\17B\7\37\311)\71\62\274E\71\22\325\241$Z\206(i*JmZ\324\62\14R\22eQ\61"
"\213j\225RVI\206(\13\243$\313\61\0vB.\17B\7\37\311)\71\62\274\245\245d\70%a"
"\222&mI\30\15C\250\250R\242\14C\42UK\303\20\306\71\20e\245\226P\7b\0vR\63\17"
"B\7\37\311\221\341!\212s T\302$\22\265!\31\26)'DCR\223*\245$\32\222bT)"
"FC\26F\225ZE\12\243$J\232\262A\12vV\63\17B\7\37\310)\71\62<D\71\222FC"
"\26%QeP\244:\22\15I\26u\211\244pX\222A\13\23)\13\225(\31\224l\310\232\262(\7"
"#\0vz-\17B\7\37\211\302a\251cQ\26e\245\60I\345\34Hs(R\206\213\232\345Xy"
"x\210\263\34\12s(\314\302\64\213t`H\0v{.\357\301\7\37\311\221A\211r()eQ\26"
"\245I\226\344@\232\3\311\240\244\71\24)\303E\313\201\70\7\342\341\16\244\71\224\305\303C\2v}\37"
"\13J\7\67\207r(\7\276C:\244C:\64<\344\220\16\351\220\16\351\320\360\220C\1v~'\357"
"A\7\343w \207s\70\7\207\203\230Ca\16\205\71\24\16\7\61\207\302\34\12s(\314\241p\70\210"
"\71\24\1v\204&\15F\7+\215\323r\70L\303\230\204b\22Z\305(\33\206,\22\263H\214\305X"
"\214\207!\26\263$\7#\0v\206'\14J\7#mK\206(\221R\61\15\25)\334\222A\314\221\341"
"\226\3Y\16d\303-\7\262\34\310\206[\16D\0v\207\42\357\301\7;\207st\70\347@<\234s"
" \36\356\324\341!GrB\16\15\7\35\312\11\71\360\3v\256)\17B\7\37\311\11\71!G\206\267"
"\64\314\322,Ls$\31\6\65JKi\255\34&\71\220\346@\232\304\231-\322\201\1v\277)\217A"
"\10k\70\210Q\26\205Q\26\205Q\26\205Q\26\205Q\26\205Q\26\205Q\26\205Q\26\205Q\26\205Q"
"\26E\303\7v\306+\357\301\7\67\313\241\64\7r M\206!\211\264\60R\303\34Is LR\71"
"g\31\16b\224Ea\224Ea\224E\321\360\1v\312'\357\301\7/\7r \315\251\303wj\35\310"
"\201\64\207\262\34\314\206\203\30eQ\30eQ\30eQ\30eQ\64|v\327+\357\301\7'\316\221\64"
"\307\242a\10\243\70\213\262(\232s M\342\314\230\350\200N\33\16b\224Ea\224Ea\224E\321\360"
"\1v\333+\357\301\7\37\211r\60\13\207\267\64G\322,\34\244b\26%iVj\211\222R\26eJ"
"\234f\303A\214\262(\214\262(\32>v\337.\317\301\7g\220\206)\213\302(\213\206i\220\302(\213"
"\206)\213\302h\220\302\34\311\222\34H\303\341 FY\24FY\24FY\24\15\37v\343)\317\301\7"
"k\230\342(\214\207i\220\302$\7.\325\250\26\16cN\35\16b\224Ea\224Ea\224Ea\224E"
"\321\360\1v\344.\357\301\7/\35\302A*fQ\61i\34\16\311\20fQ\61\251%Y\330\224dI"
"\24f\231\64\34\304(\213\302(\213\302(\213\242\341\3v\356\36\353I\7\343;\244C:\64<\344\220"
"\16\351\320\360\220C:\244C:\64<\344P\0v\362#\17B\7;\247\344\300o\71!'\344\204\207"
"\234<\234s \36\316\71\20\17\347\34\210\207s\16d\0v\364%\357\301\7\37\310\11\71\62<\344H"
"\216\15\347\34\210s \36\316\71\20\17\347\34\210\207s\16\304\71\220\15\37v\370)\16B\7\63\207\263"
"a\314\302Z\70\14JX\33\66-\314\246\60J\32\243\244\62,Q\26j\305ZX\13k\303\230\205\1"
"v\376/\16B\7\37\32\244a\310\201\64\7>\245\71\220\14\267$\7\262$\7\262d\270%\71\220%"
"\71\220%\303\251\16Du \311\206k\16$\0w\1+\16B\7\37\310\241\254\232\205Y\30Ub\35"
"\323\61\35\33\16\212\222#\341p\10s$\34\16a\216\204\71\22\16\207\60G\22\0w\13*\17B\7"
"\37\31\264a\310\11\71\64\34t$G\206\257\71\234\303\303\65\211\303h\30\264r\16\34t \316\201\203"
"\16\304\31\0w\14&\355E\7o\30\244r\24\15\203T\216\242a\220\312Q\64\14R\216\16\17q\216"
"d\305,\214\302TK\322:\0w\37(\17B\7\37\310\11\71\62<\344H\216\15\347\34\210\207s\16"
"\304\303\71\7\342\341\234\3\331\360\61\315\201\34Hs(\2w \60\356E\7{\30\222AI\223,I"
"\223,I\223A\31\206$K\242\60K\242pP\206[\22\205Y\22\205Y\222e\203\222EZRJb"
"Q.w:\62\16F\7\37\210r,\312\206,\312\242\244\24I\221\224$C\26I\265(\213\42\323\220"
"\224\222\222T\222\262(\213\262(\33\242,\222jQ\32Fa<w<\60\356E\7w\30\242!I\243"
"J\32U\206!\32\222\64\252\244Qe\30\242!\211\262$J\242.\231\26%Y\70$a\26%\265\34"
"P\325\34\1w@*\17B\7\63\315\241,\36\36r$\207\206\203\216\344\310\360\65\207\207A\226\323d"
"\30\64)\316\201\203\16\304\71p\320\201\70\3wa%\357\301\7\37\314\321!\32\242!\215\322R\232\16"
"\311p\211\372\247!\31\16R\377\313p\31\322R\232c\303\5wc*\17B\7\63',\303\32f\311"
"\60(YZ\11\223b\251%\16\263p\70e\71\20\17\347\34\210\207s\16\304\303\71\7\62\0w\254\62"
"\17B\7\37\33\342A\35\322,\211jQ\22ea\64$\303AJrDR\322h\210\322\250\264\14S"
"\22eQ\244t\32\262h\230\252\71\20\327\201\10w\333%\357A\7o\270\23r(\313\301$\207s\340"
"\203\16\250q\22\306Q\216\325\241\60G\322X\316\321$\207s\0w\342&\17B\7\63'\344\204\34\36"
"\16i\226Ca\216\244\71!\7~\7r\70\311\321$\7\263\34Jc\35\220tPw\345)\16B\7"
"+\207s\70\36\224a\312\222(\314\264\60\13kam\270da\255\222\265d\245,\32\244,\312\222\60"
"\7r\30w\355'\17B\7+'\204\303 \15\71\226\344`\24\16c_\206!\11\213\303\230\23\302Z"
"\22f\245,\312\352X:\334\11w\357\62\17B\7+G\304p\210\207,N\242\341\20\205Y\232%K"
"\30U\242a\220\346\234\220\15C\230\245Y\22%K\26%\235\262$Y\242\264\22\207\12\0w\363%\357"
"A\7\343\347\234\220\303\71!\207s\302\253\16\204I\16dQ\16DY\16\304\71\20\347@<\234s "
"\2x\2/\17B\7\37\313\11\341\60\346@\230T\303$\312\322$\213\206$\312\22)\211RI\213\222"
"R\30eQ\230\204Q\34\16i)\214S\35\324\1x\24-\357A\7\37\70$\303\224\245a\226\206Y"
"\230f\341\20e\231\64\34\22\251\26%Q-\214jaT\13\207(\13\243$\354\216\244\21\0x\25-"
"\17B\7\37\312\11\351\260\14k)\15\263\60\315\222hH\302$\221\264H\221\302J\24\306\321p\210\212"
"\361\20\306Q\30\347@N\10\1x\62\64\357\301\7\37\311\11\361\260\14C\230\245a\24gQ\62(\331"
"\220dI$%Y\22II\226\64%\203\222EI\232EI\224\204C\222E-q\224\16C\0x\64"
"\62\17B\7\37\314\11\331\260\306\331\60hM\305,\311\206$\13\245d\30\42)\251%\245\244VJ\242"
"$\214\222(\11\207$K#-\11\263(\213\243\64x]\63\16B\7\37\313\261(\32\206(\211\262\60"
")\306i\70\14\321\220\244\211\224\244\211\224\14\203\22%iTI\243\312\60DC\222F\225\64\12\263$"
"\7\302\4xk\62\17B\7\37\312)\341\240\14\203\26\347@\32\205i\230\15\311\60Hu$\221*\305"
"\250R\214*\305\250R\34\222(\11\243$J\242\64K\242\60\7\6xl\61\357A\7\37\370 \346@"
"\234\3\331\60daT\33\222\250$%\303\20IIT)%Q-J\206!\213\222(\36\242$\216\262"
"\34H\23\35\22\7x\201,\17B\7\63M\207\207\264\216\14C\216\244\71\62\14\71\222\206\303\267\34H"
"\207\203\244\345\200\70\14\71\240\246J\232#\303\220#i\10x\221/\17B\7\37\312\341xX\206!\314"
"\242b\26\325\302a\310\206$*II-\222\222aHJ\255Q\222\245\321p\210\206\264\224\326\221\234\220"
"\1x\272\62\17B\7\37\312\11\351\240\14\247,\251Ei\24\246\303\240\14Q\26F\211\226I\312\60("
"Q-\214ja\24\15\203\62DY\30\325rl\30t \7x\301\63\17B\7\37\10s\254\64\204Q"
"\32\15\207(\254\245a\66\205\231\22%Q\22%\245$\252$\323\226da\226Da\70\205\225R\22\305"
"C\62\344P\230\0x\350\60\17B\7\37\311\221\341!\312\302\64\31\222A+\246\321\61\251(\265b\232"
"\14\207,\314\241,\307\242a\320\242$\315\222(\215\322a\310\221\64\2y\1\65\17B\7\37\251\243Q"
"\66H\303 \205Y\232ia\226\14\203\62DY\30\325\62)\32\6%\252\205Q-\214\242aP\206("
"G\242\244)\7\242$J\263$\12y\16\60\17B\7\37\311r\254\64(C\62Di\26\206\313\24&"
"]\6)+\345\230\224\14\227(\315\222\250\65*\15\321\20U\243\244\35\312\206\61\307\0y:\34\357A"
"\7k\70\350\374y\370\16\344\204\34k\316\302\326(\215\345j\222\303\71\2y<*\16B\7+\315\221"
"\60G\302t\320r(\313\221\60G\302\34\330\342\244\224FI\224#a\216\204\265\260\26\326\322A\313\61"
"\0y>,\17B\7+\7r \316\201\70\34\324\34Is \316\201h\70\255\225b)\11s \316"
"\201\70\7\342\34\210s \31\16Y\16\2yH+\17B\7+\207\322\34\30\263!\34\244\34\214r\254"
"\216e\303 MY\230\264\225\222Z\234\225\263rV\216\302\70\12\343$\315\0yI\62\17B\7+\7"
"r \316\201\70\34\244:\22\325\201,\312\201,\32\262\251\232\64\205QR\312\201,\312\201,\312\201,"
"\312\201,\312\201d\70d\71\10yV-\17B\7+\247d\303\232\205\321 \205q\24\246\331\260fa"
"\70\205Y\322\30U\222a\315\302\64\13\323,L\263\60M\206C\226\203\0y].\17B\7+\247D"
"\303 Fq\62(q\232\304a\24\207\321\60h[\24&\245Z\224D\345\60\212\263R\326\224Ea\224"
"%\361\246c\0y^$\16B\7+\7\342n\203\64\14a\324V\252\225J\207!\351\24II\251V"
"\252e\303\220\225jqo\0ye)\17B\7+L\303\336\242A'$\303-\316\201\70\236\206!J"
"\212\245\70\7\242\341\26\347@\234\3q\16\304\71\20\207\0yh&\357A\7gx\210\263\34x\20\243"
",\12\243,\12\207\203N\35\16:m\370\16\344XkX\253\244\71\220#\0ym+\17B\7/'"
"\204\71\64$\311\220\225\262(\251E\225\252\234\3i\62\14I\244\203:ix\310\221\34k\15k\225\64"
"\7r\4y\201%\17B\7\63\315\221\64\35\226a\334\326\244\267\250iK\262\234e\270s\35\276\3\71"
"\326\32%a\26\306\11\0y\205-\17B\7+L\303ZZ\311\6i\30\322\250\61\213\212\331\60dS"
"\227\246J\224$\303\20\306\71\20\347@\64\334\342\34\210s \16\1y\215\65\17B\7+\247d\303\20"
"fi\62Hii\210\302,*fQm\31.\25\35\220*\203\222EI\226dQ\222%Y\224\14J"
"\26\345@\26\245I\26\305\11\0y\217,\17B\7'\247d\303)G\7i\30\302,\15\263\64\13\207"
"!\323Q%\31\16I[)k\312\206S\326\224\65e\303)\313\201\0y\300)\17B\7\37\232\207\35"
"\316\11\71\62<\304I\35j\326\62I\32\206H\15s(\313\261l\210s \316\201\264\22\352@\10y"
"\301.\17B\7\67\314\221-\35\322\34Is$\15\207A\311\241\60G\304\34\331r )\25\223\306\250"
"\26&Y\64\14b\226\206\71\24\346\30\0y\313.\17B\7\263\216l\351\220\346H\232#Y\222%\303"
"R\13\263$\12\245J:\306I)I\223R\22Fa\24g\345,L\243\70Lr$y\321/\17B"
"\7\63\216\227,\33\302(\16\243\70\7\262a\311\342\60J\267(U\322\60\311\201!)\15[\224\3q"
"\16\304\71\20\347@\234\3\31\0y\322-\17B\7\63\315\201\61\34\342\34\10\223j\230D\311\60%Y"
"S\26iQ\274dQ\245\30U\212ITG\322\34\210\353@\250#\221\16y\330/\17B\7\63\207\267"
"t\210s N\322\34\211\206)K\303(]JI\246(\265\244\224\324\222&Q\12\263\64\323\322(\311"
"\322$\33\322\34\4y\337.\17B\7\63\207\227a\32\262\60\315\302\64\13\243a\31\326,\14\265\60\234"
"\302,\251\14[\322\30\325\302\64\13\323,L\223\341\220\345 \0y\351\60\17B\7\63\315\201\61\34\262"
"(\7\262(\7\262aH\206%\312\201(\213\345x\32\6\245\61MjI\26\245I\34fi\230\245Y"
"\32F\71\20y\360.\17B\7\63\313\241)\36\302\34\12\207!+\17C\222\206Q\26\313\361\226\324\222"
"R\22U\262\250\22eQV\312\232s Lr M\1y\373*\17B\7\63\315\201\61\34\322A\354"
"\226D\321\60\312e\65\12')L\212\203\322\26J\231\22\205\71\240\346@\234\352@&\3z\13.\357"
"A\7S\31\206d\310\322\60K\303,M\206e\30\302\34\336Q%\31\206()\246I\34F\331\60\204"
"q\16\304\71\20\347@\62\34\2z\16\61\17B\7\63J\303)L\206\60Ks \316\206!\31\226\64"
"\314\322LK\263i\30\242\244\226\204I-\311\242\60\212\303\250\326\224E\351\226\344\20\0z\32,\17B"
"\7\63Kr`\252\15a\24g\303\240\265\15\203\26'\311\60HZu\312\302\244\62\14J\267RV\316"
"\312\331\60hu\254\16z.\60\17B\7\63\7\322qH\206l\310\201\70\7\242\341c\16d\303\220i"
"Qm\32\206(ij\251\14C\22\305\71\220\15C\30\347@\64\334r\20z\62,\17B\7\63G\302"
"u\30\264!\7\342\254\323\60D\225\260\216h\321 M\265\244S\226t\32\246,\312\232\262\246\254i\320"
"JY\0z<\60\17B\7\263\216\214\341\20\15\267(\7\262\34\34\226a\10\323\34\20\223,Z$%"
"Jj\211\226\204QR\212,a\232DY\30\305\221R.\2z\77\62\17B\7\263\216\214\341\20\15\267"
"\234\220\15\323\260\204i\66\214;\252\14\247$\212\243$J\206\244T\211\222\60J\242$\214\222!\11\243"
"\60\11\243\64\2z@.\17B\7/\7\207!\32\322R\66hQ\16F\321\60$\341\232C\203\64\354"
"Xi\320\212q\22\15C\226\204s\230\24\223\250[\230\251\1zB\62\17B\7\63\315\201\61\34\242\341"
"\26\347@\66\14\311\260D\305l\30\262\251MI\206!Jjq\22GIT\251\225\222,\311\222(K"
"\323!\315A\0zM\60\17B\7\63\315\201ex\316\201l\30\302\70\34\226a\320rX\33\206lJ"
"\243\244\62\14Q\322\232D\331\60\204Y\32f\303\20\326\322,M\0zO\64\17B\7\63\7\322qH"
"\206lG\322,\314\242\312\60%\325l\30\62\35\312\16SR\7\242\244\62\14I\224\346H\230Da\224"
"t\213\222,\311\222l\210\0zk.\17B\7\37\311Re\270\214I\65\214\342lxH\244\34\310\206"
"!\323\242x\32\206(iJ\223l\70e\71\26\15\203XK\323\71\332\6zt(\17B\7;\247\344"
"\204\34\31\36\224\34\325\221,\316r\254\216\205\71\222\346H\232\3\71\20\347@\232CY\16&\71\34z"
"v)\17B\7;\247\344\310\360\240\344\250\226Fa\24\246Y\232#\71\66\334\261:\24\346P\230#i"
"V\316\242\34\31\222\34\6zz$\357\301\7;\247\344\310\360\240\344\250\226Fa\16\244\71\224\223\207;"
"\226\23rBN\310\11\71\62<$\0z\201)\17B\7;\247\344\310\360\240\344\250\226FaV\15\223"
"(\207\352`\216\14\17\71\222\303I\16f\71\224\306: \351\240\0z\203+\17B\7;\247\344\310\360"
"\240Di&\345@\222\345\204p\30\262D\253\14iV\316\312Y\251\230%Y\230ii\326\222\3i\6"
"z\222&\17B\7;\247\344\310\360\240Di&\345@\222\323\206\207\70\207\323\34x\307\352X\16\15\7"
"\35\312\11\71\360\3z\223)\357\301\7;\247\344\310\360\240Di&\25\223,\212\253\71\220\3\351p\320"
"\11\71\224\203Y\30\325\242J\24G\342\60d\0z\256\62\17B\7\37\310\221\341A\211\322L\312\201$"
"\315\321a\31\264\60\315\206\65\13\223A\33\226\34\10\223x\30\222AN\322PJ\223)\211\222\34\11\63"
"\0z\257-\17B\7;\247\344\310\360\240Di&\345@\222EY\224#ud\70\350P\216\15w,"
"G\206\207\234\30\325\302,\312\242\60\312\22\0z\313\36\357\301\7;\247\344\204\234ix\310\231\353@\16"
"\244\71\222\346P\226cu,\312\31~z\334\42\357\301\7;\247\344\320p\220\323\34\312\322\341;q\70"
"g\345\341\234\225\207sV\312\201\70G\206!z\340#\17B\7;\247\344\320p\220\323\34\312\322\341;"
"q\70\347@<\234s \36\356X\16\374\16\344\204\34z\345#\17B\7;\247\344\320p\220\323\34\312"
"\322\341;q\70g\345\341\234\225\207;\226C\303A\207r\340\7z\357\61\17B\7+\7r \213\212"
"YT\31\226\250\216\14C\232c\225\341\220\245\245\60\216\242a\210\222,iJ\262\244q\351\62&Mi"
"\322\216\204\12\0z\366\63\17B\7+\7r \7\262aH\206!\311\272\244I\64\14\311\60\344\244a"
"\31\246\60\11\243\60\11\243a\31\266$L\322\244\224\244\211\324\22\325\42\65\35z\371.\17B\7/\315"
"\221\64G\322\34Is`P\206!J\262(\214j-a\16\304\71\20\347@\234\3q\16\304\71\20\347"
"@\230\344@\32\2{\21*\17B\7/\315\221\64\7.\303\224dQ\230%a\224\3C:\354\204\234"
"\220\3\277\3\71\234\344`\226Ci\254\3\222\16\12{\33#\17B\7/\315\221\64\7.\303\224dQ"
"\230%a\24\347\320p\20\373\307\341 \366\217\303A\314\241\10{&*\17B\7/\315\221\64\7.\303"
"\22eQ\26&a\134\7\342\322p\322\201\60\311\232\302(\16\243\70\7\342\34\210\323$.\2{,,"
"\17B\7+\316\201\313\260DY\224\205I\30\16\7\35\12s(\14\207\203X\207\302\34\32\336\1\65N"
"\322P\252Dc\226c\71\0{F*\17B\7/\315\221\64\7.\303\22eQ\26&a\70\34r\254"
"\66|\7\262t\70\344X\16\15\7\35\312\201\337\201\234\220\3{I'\17B\7+\316\201\313\260DY"
"\224\205I\230C\71\64\34t('\344\300\357\214\351\360\220\326\241\60\207*\71\234\2{K\60\17B\7"
"/\315\221\64\7.\303\22eQ\26&a\70hqV\316\222a\33\264(k\312\232\262A\213\262R\26"
"\205Q\26UJI\61\11#\0{R\63\17B\7/\315\221\64\7.\303\224dQ\230%a\224\14\7"
"\61\207\302d\30\222\60\207\302h\220\302(\213\302(\213\302h\220\302\34\12s \11s$\3{T+"
"\17B\7/\315\221\64\7.\303\224dQ\230%a\224&\71f\326\1I\32\206H'\16\347\34\210s"
" \316\201x\70\347@\6{V*\17B\7/\315\221\64\7.\303\22eQ\26&a\16\345\300\357@"
"\16\15\7\261\333\26FIE\216\352@V\24C\35\311\1{\207*\17B\7+\316\201\313\260DY\224"
"\205I\230S\207\203\330/\303\220\204\235\6)\214\262(\214\6)\314\241p\70\210\71\24\1{\227*\17"
"B\7+\316\201A\32\226(\213\262\234\64\34\304\34\12\207\203\230C\341p\20s(\34\16r\32\16\37"
"\323\34\210\353@\10{\241,\17B\7+\316\201\313\260DY\224\205I\230C\71\62<(\71*\15\203"
"\24\306\71p\320\201\234\360\234\3q\16\304\303\71\7\62\0{\261/\17B\7/\315\221\64\7.\303\224"
"dQ\230%a\224\345\204l\230\206%L\263\60\324\206q\12\263\244\61K*\303T\13\223\254\230f\303"
"\2{\300\61\17B\7/\315\221\64\7.\303\22eQ\26&aN\34\246A\12\243,\32\246,\12\243"
",\32\246,*fQV)%JT\323\242\70\7R\0{\304/\17B\7+\316\201\313\260DY\224"
"\205I\30\347\340\60$\203\32f\321\60$Y\324\222E\303\220dQK\323\60$Q\34\206\303A\354u"
"\20{\311-\17B\7+\316\201\313\260DY\224\205I\230\15\312 g\345L\212\263\244\224-Y\64d"
"\351\16\344\310\360\20'u\250Y\313$\65\25{\344*\17B\7+\316\201\313\260DY\224\205I\230\223"
"\207C\232\345\330p\316rl\70g\71\66\34tB\226D\335\242J\16G\0|!\63\17B\7+\316"
"\201\313\260DY\224\205I\30\16\322\240\225\262l\220\6\255\224e\203\64h\71V\32\246,\12\243,\32"
"\246,\12\243,\32\206$\313\241\10|\77\60\17B\7+\316\201\313\260DY\224\205I)\214\206c\232"
"#\321\60DiT\13\207!\213\222\250\234\14C\32\65\15\71\220F\303\255\230\206\221\6|M-\17B"
"\7+\316\201\313\260DY\224\205I\230\226\262A\32\306\64\312\6-J\263\341;\30\16\333\26FIi"
"X\242$\12\213\303\330\2|s(\17B\7\37\310\241\260\232\205q\224\345@T\7sdx\310\201\35"
"L\352XR\207\332\201\254\32\226\324T\7rB\16|\211\62\17B\7/\7\342\64\311\242$K\302\244"
"\226\204\211V\15\263hX\322LJ\6%\32\243,\251EYR\213Z\243\64\314\322\60K\263(I\243"
"\60\3|\213/\17B\7/\315\221\264\224$\303\226\324\242,\321\252a\226\14C\22&\221\224E\322Z"
")\246I\62\34\244\70\7\342\34\210s \316\201\70\4|\222/\17B\7\63\315\221\70\214\222\60M\352"
"X\242\14\203\230c\303\20\207Z\30Na\226\224\212I\251\26\205Q-Lr \316\201h\30\304\34\3"
"|\227.\17B\7/'d\303T)fIc\226Ha\232\15\323\260\204\241\26\206S\230%\225aK"
"\32\243Z\230fa\232\205i\62\34\262\34\4|\230.\17B\7/\316\201\70\214\222\60M\212i\242\16"
"Z\34\16c,\307\323\60DIk\224\264&Q\226\206Y\32fi\230\15C\230\245\11\0|\233\60\17"
"B\7\37\310\11\71\64\34t(\214\206\357@\30\16\7\35\312\241$\252\204QR\12\223aH\302l\13"
"\243\244\24&Q%K\303(\16#\0|\247/\17B\7/\316\201\34\310\242$\15\223\312\60(\211\224"
"cm\303\222\245ZuJ\6)i\13\223\266RV\316\312Q\30G\311\60dI\16\1|\276,\17B"
"\7/\316\201\70\214\222d\30\224\306\64\321\206\61\16\207e\30$\35\336\206))\205QR\32\226(l"
"\34\306\236\222\260\26\1|\326\66\17B\7/\316\201\34\310\242$\31\6\245[\230H\311 f\225dX"
"\206A\322*\331\224\14R\322\26&-\203\22eI\26fI\26F\265\60\212\6\61\311*\0|\347\61"
"\17B\7/'d\303\220DI\65J*\303\20%R\32F\303wP\33\206l\352R\31\206(i\252"
"D\331\60\204q\16d\303\20\306\71\20\15\7|\370#\15F\7\67\7s\60m\35\206\34\314\61\61\324"
"\201dx\210\323,*GY\230\205Q\230jIZ\7|\373#\15F\7\37\30\244a\307r\60m\35"
"\206\34\314\61\61\324\201dx\210\323,\252f\215\225,I\353\0|\376*\16B\7\63G\302\34\311\322"
"\254T\213\262(K\6\255X\253fQ-R\206))GR\16eI)N\242\252\26\245\71\34}\0"
"'\357\301\7/'\344p\70\214Q\234\225\243A\7\322\34\11\303a\213\212\321\260\344h\222\23r\244s"
"\322Y\7\16\1}\4+\16B\7/\315\201\64Ns \212\206%K\322a\211\263\34*\246I\224\205"
"\303\220U\263:\234\264\3I;\240CI\216F\0}\5&\357\301\7/'\344p\70\14Y\24\246Y"
"\30\16j\16\304u \215\322p\30s(\314\11iRL\223bu\70}\13-\17B\7/\315\221\270"
"\16\304\321pH\262(\213\6\255\32fa\232\225\262\322\260%\71\222%\71\234&\265$LJY\24\247"
"\261\16\4}\15\60\17B\7/\316\201\270\16\304Q\62\14J\226D\331\60\325\232\262(\214\262$\252\224"
"\206!)%i\242%\71\20'\235\223\316r\230\344@\232\0}\24)\357\301\7/\316\201\270\16\304I"
"\62\134\242\64\34\262\250\230E\265\60\352\227a\31\206\70\214r\60M\212Y\322\230\351\330\20}\31/\17"
"B\7/\207\302\34\30\242pP\243$\13\263$\313\6)\213\263j\70\14JT\313\206%\313\221Z\216"
"\205Y\322\230\364)\221E\35\210\3}\32/\17B\7/'D\303\240\245a\26\325\232\262h\320\242\70"
"\214\266\64\214Z\262dXjq\22%\71T\211\222\306,iK\242\60\253#j\0}\33.\17B\7"
"/\7\342\60JKiTk\11\243AJ\303(\316\242dXJYi\230\262\34\210\262\34ki\314\222"
"\306(\315\222\34H\63\0} (\17B\7\37\310\241\341\240C\71\66\334\261\34\370\71\207\303\34\70\344"
"\250\16\212\351p\320\241\60\315\242\70J\262\260\32\1}!-\17B\7/\315\221\270\16\304Q\62\14J"
"V\35\304\34Is \36\244b\226\14[\71\253c\245\244\24FI)L\342(\311\221\60\3}\42*"
"\17B\7\37\310\11\71\64\34t('\344\310\360\240\204\71 \226\302a\310Q\35\24\323\341\240Ca\232"
"Eq\224da\65\2}+*\16B\7\63\313\201$k\71\204I\26F\311\22\16\352 \347h\30\17"
"C\16\352\230\30\16\7\35\11kQ\32%Y\61M\0}/%\354E\7g\70(ae\70(ae"
"\70\250\71\26\206\303\220C:\42F\303A\16\243,\312\242$K\302\64}\60,\16B\7/\207s\64"
"\34\206\250\22U\262$\212\206\251\255\324\30U\242hxH\242j\22\325\201\250\322\251\322)\222\207!\7"
"\322\0}\63+\16B\7/n\315\201\64J\206!\311\222(\32\246\266R\343\60$Q\323\60$Q\65"
"\211\352\300!\351Ti\314r(\207\63\0}\71*\16B\7/\207\263a\210\342,\252U\262\332\60f"
"\305(\211\322,j\36\246a\215\302\34\11\223\246\60i\12u\340\216\204\1}:+\17B\7/\314\322"
"\60\13\323,\214j\265\341[\65\314\302\64+e\245a\32t \312r\254\245\224UJY\224\3\203\216"
"\225\0}B*\17B\7/\315\221\64\7\342AK\262\60*i\321\20U\342.a\224\225\6E\25C"
"\235\222%u Jjj\16\345\224\14}D*\357\301\7/'d\303\330)\11\263J\30\15\322\260f"
"a\267\250\30\15\313\260\3I\230Ca\224\224\302()\205Q\70\34\2}L)\357\301\7/'d\303"
"\220\245a\26\325\272d\203\232\3i\222\326J\211\24\15\203\230C\311\60\344`\232\24\323\244X\35\16}"
"P.\17B\7/\316\201\270\16\304I\62\134\242\64\34\342\34\310\206!\313\341(\307\206e\30\342$\315"
"\221\64JZ\243\244\65\211\207!G\322\4}^.\17B\7/\315\221\270\16\304Q\62\14J\226C\203"
"V\315\322\254\16$QV\32\246,\7\262$G\223\60)\246I-\311r \313\21U}a,\17B"
"\7/\315\221\64\7\342!\214j-m\203\232\3i\222\326J\325a\220\6\35\210\262\34k)e\225R"
"\26\345\300\240c%\0}f-\17B\7/\316\201\270%\215j-i\62(\71\220e\303\220\345p\224"
"c\303\62\14q\222\346H\32%\255Q\322\232\304\303\220#i\2}q-\17B\7/\315\221\270\16\304"
"I\62\134\242\60\35\302,\315\322,\33.Q\26E\303\20\325\221\250\16Fa\322\26%\335\42\65]s"
"\10}u*\17B\7/\316\201\270%M\262\246j\62D\71\220\205\203\230\303Q\216\15\312pLs\70"
"Mj\245\244\224&\351p\7\342\0}v*\357\301\7/\315\221\64\7\322A\214\222\60\313\304l\220\206"
"!\314\242Z\30\365\313\260\14C\234\344\204\34\351\234t\326\201C\0}y.\16B\7/\207\303AK"
"\263R-\312\242A\31t\64\33\206(L\223\250:\14\311\60\244I\232\3i\322\62\14IW\71Kr"
" L\0}\231+\357\301\7/\7\342\254\32fi\224H\225,\351\62HY\234\15\203\24faT:"
",\235\23\251\16da\322\26&m\345a\20}\232/\17B\7/\316\201\270\66\234\222\264\24\15C\62"
"\344\204h\70e\71\220D:\220\14Z\224\3Y\224\203Q\226\324\242,)e\221\234Eq:}\255\60"
"\17B\7/Lr \214\322:\22%\303\240dI\226\15\212\26'\311\60da\26F\265lX\206!"
"N\262\34+&maR\31\316\71!\7}\261.\17B\7/'D\303)\313\201(iKJI\224"
"D\203\64\334\242\254\224\265DI\227a\351\61\351\71\31\24\245\35P\332\1\265\22W\0}\262/\17B"
"\7/'d\303 \205q\24jI\251R\32\246a\320JY\24fQq\30\224\250\22\16Jc\16$"
"C\322s\322\71\351\230\310i\2}\277\61\17B\7/\316\201\64\7\302a\310\222(\215J\303\220\14Y"
"\32f\303\220\345@\32\245\341\240\14\307$+g\231\322\226$J[\224\344PN\10\1}\312-\16F"
"\7\343\62,Q\230%\303\224%a\226D\303\230Ei\22\15\213&\226\207!\7uL\14\207\203\216\204"
"\265(\215\222\254\230F\0}\317/\357\301\7/\214\342\60J\303\226(\211\262(\211\262dH\242\266b"
"m\30\244b\226\14j\216dI\224\3I\252tK\224n\211\230\15\21\0}\321/\17B\7/'d"
"\303\230Ca\222\3Y\24\15\323\220#i\216\204\331p\211\322pP\262b\224,\71\224\224\222RK\267"
"L\7\222\34N\1}\322-\17B\7/\316\201\70\213\302a\211\212Q-L\242A\31nq\247lX"
"\206E\214\225\60\207\206))\205QR\12\223\34\270Ca\2}\332\63\17B\7/\315\221\60G\302a"
"\310\222(\215J\303\220\14Y\32f\303\220\345@\32\245\322\260,J\232%u\250\22%\245\226nQ\22"
"FI\226C)\0}\340\60\17B\7/\314\241\64\7\262a\320\222\34\214\212\321\20Fq\62\34\242Z"
"\230Da\226\14\312\60\250I\224\345@\224%\235\222>\265#\71!\5}\350.\17B\7/\315\221\270"
"\70\14R%N\262$\36\246a\320\352P\230#Q\64<(Jk\242\64'\303\240\364E\351\213\30%"
"Y\216\204\2}\351.\17B\7/\7\206,\32\344Z)\211\332\242,\32\244a\10\323\34\210K\311\360"
")\7\243aGjQ\322\224dI\42f\71\242\344\220(}\357/\17B\7/\315\221\64\7\302a\310"
"\222,\214*\303CN\310\206!\13\323\250\64\14\311\240\346H\62\334\261\60i\13\223\312p\310\241\234\20"
"\2}\364-\17B\7/\316\201\270\66\234\212i\226\14C\62H\215\231\222ha\262D\275\14\313\60\304"
"a\16\217I)\251%M\225\64\253c!\0~\1\61\17B\7/'d\303\220\345X%\33\246:\222"
"\14\321pKs M\262$J$%\31\304D\316\242$\7$\245c\22)\265(K\225:\34\2~"
"\4\61\17B\7/'d\303\220\205Q-J\206!\312\222\250\62H\303\20\306\305a\210z\31\226a\210"
"\223\250\216\14C\224\24\323\244\230\351P\226\203C\0~\33-\17B\7/N\322\70\312\262\341TL\263"
"d\30\222Aj\314\206!\13\243N\303\220\14KT\256#\303\245)\253\324\242:\22\345\260\4~&\61"
"\17B\7/\314\241\60\311\242\60\213Z\262$\312\224x\320\206!+v\213\22)\211\206%J\326$J"
"r\250\222%MI\226t\221\342$\332\1\31~+\63\17B\7/\316\201$\33\264J\230%Q\22e"
"Q\252\15\241\264%b\232E\203T\11\263A\211\6\65\11s(\31\6\245\61K\32\263\60\31\6\61\307"
"\0~.\64\17B\7/\316\201\34H\263\341\224\324\201$\312\342!\34\206\254\65\223\322HI\6e\220"
"\222,\215\222,G\222AiJ\262\244)\311\222\70\31t\244\226\0~>\62\17B\7/\316\201h\70"
"\345@\34%\303\20ea\70(\303-\207\303a\210Z\223a\31\206\70Isd\30\242\244\65J*\303"
"\220\344@\226Ci\2~A\60\17B\7+\7\342aJsdX\6\251\230\364\64\14R\222EI\30"
"\16C\224\344@\226\211Y\16\15:\34\246\303A\207\302\64)\305Y\230\1~J\63\17B\7/\314\322"
"\60\323\262A)%YSV\32\222\341\220\345HX\211\222R%J\206!\251(a\342\216\224\224\246$"
"J\224\322\220$\342\226\350X\1~T\65\17B\7\257\71\214\222,\33\222\250\22GI\224DI\66d"
"R\234\14\207(G\302(\31\222hX\242$\12\223(\251\3C\322\247\212\322TQ\207$\321\261\2~"
"U.\17B\7/\314\322J\232\15\247$-E\303\220\14q\16D\303)\214\272%\245A\31\216\71m"
"\30\222\246\64iJ\223x\30r$M\0~m+\17B\7\63\15\207\217iN\36\36\242\376\227\312\60"
"D\311\242$Ri\30\242\244\251e\211\206(\235,\211\32\245Y\22\345X\4~p\63\17B\7/\33"
"\206\60K\263\60\315\222h\30\242:\66DC\62dQ%\252EI\224D\311\220\14\327\34I\206;\264"
"%\265\244\224\224ZB\255\216\205\0\177\66\37\17B\7\63'\344pNx\10\353H\232\23rB\16\374"
"\16\344P\330\377\70\34tB\4\177j%\357A\7gx\210\262\246\254ix\310\31\262x\320\6\71\313"
"\261\362\240\15r\226c\325a\33\326,\307\252\0\177n&\17B\7gx\210\262\246\254ix\310\221\34"
"\370\71\7\207s\16\304\303\71\7\342\341\234\3\361p\316\201l\370\0\177p&\15F\7\343\203V\323j"
"\303\203\226\303\71\360\22\345Pe\230\352Pe\230\352Pe\230*a\232\14[R\254\0\177r+\357A"
"\7k\70\210Q\26\205Q\26\205\303AGrp\30\222\34\312\302\341\263\16\16\203:g\322\60\350@\234"
"\3\7\35\210\63\0\177w*\15F\7\343\203V\323j\303\203\24\306QI\11\223mX\302\34\10\207!"
"\32\306$\35\226H\11\223mXB\61\11\65i\20\177\205-\357A\7gx\210\262\246\254ix\10\323"
"$N\242,\214\222aP\206\244\24\207\303\26\65\16\313\260C\305\244T\214\222d\30\264\244\14\177\212%"
"\17B\7\63\315\241\60\207\262xx\310\221\234\220\23rh\70\350PN\310\11\71\360;\220\23rBN"
"\310\1\177\216)\17B\7/\7r \316\221\60\35\36r$'\344\320p\320\241\34\370\35\310\11\71\62"
"<\344@\222\203Y\216\250\332\16\15\177\244/\17B\7\37I\223a\312\302(K\322(\31\276\305Q\30"
"Ga\70L\203\226#i\216\204\303\30j\311\60(Y\230fa:\210i\26f\0\177\251+\17B\7"
"\63\315\241,\36\36r$\207\206\203\16\345\300\317Q\16\14Y\222\3a\24\15\37K\361\224\204C\32\245"
"aR\224\64\5\177\275(\355E\7\343\62\254q\32'Y\224E\265\250-J\343,\11\223\250\26m\211"
"\226dQ\226\306i\34%a\22\306\21\0\177\301,\17B\7\67\313\241\64\7\242\60\215\342HJ#m"
"\270\23r\352\260\14[)\13\243,J\223\60\11\243,\312JYT)%q\11\177\314&\317\301\7g"
"X\206\255\224\205Q\26\305\252\250dJ\244%Z\216\344\224\34\370\220Ss \7\322\34\312\322\341\3\177"
"\322)\355E\7\343\62,Y\224E\265(R\62eK\264\70\255C\303!\313\221,G\262\341\220\345H"
"\226#\331p\310r$\1\177\373-\16B\7s\7\206l\31\242\266\244-\33.M\233\244\264ej\224"
"%\203\26)MJ_\244d\320*m\225\266\312\240\364\26e\11\0\177\374,\17B\7gX\206\255\224"
"\205J\246DZ\242\345@\234\15\7\261q\70\210\215\303A\7\262\34x\320\201,\35>\246\71\220\3\31"
"\0\200\1(\357\301\7;'\244\341\60(\71\224\345X\224\16\337\201\34\316Q\65\326\346d\310\221(\7"
"\242,\7\342\34\310\201\203\4\200\3(\17B\7;'\244\341\60(\71\224\345X\224\16\337\201\34\316\321"
"\341\32\345X\224c\331\60d\71\226\23r\60\311\341\24\200\5)\17B\7;'\244\341\60(\71\224\345"
"X\224\16\337\201\34\316\321a\220\345\64\211\303h\30\264r\16\304\71p\320\201\70\3\200\20\61\17B\7"
"\37\215\206[\234\3q\16\244\341\60$\303\20fIc\226\64fI\247,iJ\262\244)\311\222\306,"
"i\314\222\306,\215\222,\324\62\0\200\25\61\17B\7/\314\322\60K\303,\32\206$K\263a\210\6"
")K\303,\32\206$K\243\341\264\25\225(\253\224\262J\230E\265\60\315\302\64J#\0\200\27+\17"
"B\7/G\322\34\30\303\303\220\345@\234\16\342\20\206\207!\313\201\70^\7II\206\64)\246I\234"
"IqV\316\352\300\20\200\63'\357A\7gx\10s \316\201x\70\347@\234\3\361p\316\201\70\7"
"\342x\320\222A\311\6\71'\344\204\234\220\1\200V,\357A\7g\30r(\213\6m\220\262\246,\33"
"\244\254\66d\311\60D\203\16DY\16\344\320\360\220#\71\64\34t('\344\300\17\200^)\355E\7"
"c\320\206\255\66l\303V\33\266a\7\245a\210\264\232\66hZM\33\64-[\224a\310t It"
" J\0\200t\60\17B\7\37\13\207\61\215\222\341\22\205\361\20\306Q\64\14QK\323\20%M\245a"
"\210\212q$F\321\220\264MI-\11\245,\16\207\70\307\0\200w<\17B\7\37\310\262a\252D\225"
"!\211\222(\216\222!\211\222\60\212\244\60\32\16\312\20\207Q\62$Q\22%Q\22%\321\224\224\206d"
"H*R\22U\302$\252\204\311\220$b\232\5\200\211%\15F\7;Gs\64\36\36\324TLB\255"
"&\65)Y\252\246b\22\212Q\246\325\244\34\321\241D\307\22\0\200\214'\357A\7k\210\206\64j\215"
"Z\243\326!\252F\255Qk\324:D\325\250\65\352_\262$\213\222\216C\226\344\10\0\200\226\37\13J"
"\7\267X\311\232\352@:\274C:\64<\344\220\16\15\17\71\244C:\220\350H\2\200\235*\357A\7"
"kH\206!\213\302\70\12\343(\214\207\60\216\302\70\32\16Q\61\36\302\70\12\343(\214\243\60\315\302\64"
")\326\322\20\200\242\60\17B\7\37\213\207\60\216\302\70J\206A*\306C\30Ga\34%\303\220E\305"
"l\210\262\60\312\242\60\312\222\64\12\323\254\22&\25-\312f\1\200\245\63\357A\7kH\206!\213\222"
"\250\26%Q-J\242\332\220D\265(\211jQ\62\14Y\224\244\331\220\344P%\207*\71T\211\223,"
"\211\223\246a\320r\14\200\251)\15B\7\37\310\341\34x\310r$\313\221l\70d\71\232\14\203\226\304"
"Y\62\14Z\22G\321\60H\345$\213\305JZ\1\200\252\61\17B\7\37\312\201!\214\243\60\216\222a"
"\220j\71\60d\71\20e\71\20e\203\26e\265!k\312\232\262\246b\224Ea\224\64%Q\226\204\31"
"\0\200\257%\17B\7\37\310\11\71\226\15k\226cu\340w\342p\316\201x\70\347@<\234s \316"
"\201\70M\342\42\0\200\262%\17B\7;\247\344\300\217\71\234\3\351p\320\11\351p\316\201x\70\347@"
"<\234s \316\201\70M\342\42\0\200\272\62\17B\7\37\213\207\60\216\302\70\32\16Q\61\36\302\70J"
"\206!\213\222\250\26%QmH\242Z\224D\265(\211\224,J\242$+\246I\261\226\206\0\200\303!"
"\353I\7\343c\70<\204\341\360\216\16\247\34\210\206S\16D\303)\7\242\34\210\322$\212#\0\200\306"
"-\357A\7k\310\301(\32\266\250\230E\305l\210\302,\212\206-*fQ\61\33\242\60\213\242a\213"
"\212Y\224cu,\251\14\267\34\3\200\314)\16B\7\67\312\261(\222\6iG\242\60\233\302!\312\6"
"%\247\14\327\34H\207k\16\244\303\65\7\322\34H+i\234\1\200\316\60\17B\7\37\213\207\60\216\302"
"\70\312r \312\242p\210\302,J\206Aj\215\352\340\20\15[T\314\242b\26\25\243,\12\243\244\64"
",Y\61\1\200\336\62\17B\7\37\311\201!\313\201(\32\206\250\65\252\304\321\240\14J\324\226DmI"
"\324\226DC\64(Qk\324%\213jQ\22\225\223(\33\6I\307\0\200\364:\356A\7gH\206A"
"\211\222\70\211\222\70\211\222dH\222!\211\223(\211\223(I\206\244\224\224\222dHJI))%\245"
"$\31\222R\22'Q\22'Q\22&\222\222&\0\200\370:\17B\7\37\310\221!\312\221\250\216D\321"
"\60(Q\222\3\311\220\344@\22)Y\224DY\222%Q\22U\222!\351S\242)\245$MJ\311\60"
"$\245\34J\242\70)\351@\4\200\375\61\17B\7/\315\201(+\205Qi\30\224\35KrB\230\14"
"S\230\204\331\240\204\71\64LY\24F\265\60\32\207)\16\243\60\211\222(L\262p\20\201\2\70\17B"
"\7\37\310\241!I\263(\211\306(\331\201(\211\243!\211\243\322\60Du\60J\206!\33\222\64\213\222"
"\64\213\222a\310\242$\215\262$\215\222\312\60$Y\224&\0\201\5'\15F\7\67\207\206sZL\302"
"\70\33\226a\252EIS\222hQ\226\15\307\34\10\207c\16\204\303\61\7\302X\2\201\10\64\17B\7"
"\37\216\206xH\242hH\243:\22U\225!J\206,\252\24\243J\61\252\224\222!J\232Z\242,\252"
"DYT\311\242J\224\224*\221&m)\0\201\32:\17B\7\37\310\221!\312\221\250\66$Q\62U"
"\242Z\224\14Q\26%Q-J\242a\211\222\250\26%C\224EI\224\204J))%Q\64,a\224"
"DI\30\305Y$g\0\201\61\62\17B\7\37H\243!\13\243ZS\34F\321\60DC\224F\255Q"
"kT\32\206h\10\223\60\12\223\60\312\242\60\312\242JT\213\222(I\207h\207\0\201\63\66\17B\7"
"\37\12\223!\311*Q\277Fu \33r\60J\322\244\224\324\222R\22%Q\62$Y%J\242$J"
"\242\244\226\224\22\61)%\71\220D\311p\210t(\201\71\61\357A\7k\210\206-\252#Q\64\210Q"
"\35\31\242A\214\352H\64\34\242J\35\30\222\250\26%Q\22FI\226FI\230UjQRQ\265("
"\7\201P\63\17B\7\37\311\221\341!\312\322\60K\303(\31\6)\221\262P\311\242\60\312\22\61\315\221"
"d\70dI\224d\225Nma\324\222%Y\222Ei\16(\0\201U\70\17B\7\37\212\207\264\224\14"
"\227(\311\201$R\322h\210r$\212\226!\211\222(\211\222(\211\222(\31\22\245\224DR\244\224\262"
"(\211\332\302\250\26%Q\22F\322<\201p\64\357A\7gH\206K\24&a\24&a\224\14\227!"
"\211\222(\211\222(\211\222(\31.Q\16\16a\34\15\7%\312\232\42)\214B\65\312\24)R\324\4"
"\201x\60\357A\7k\210\206-*fQ\64lQ\61\33\242a\213r\60J\206AjG\206h\30\242"
"J\224\224\42\251\22\365\222%Q\226\264%mM\0\201y\64\17B\7\37\312\201!\313\201(\32\206\250"
"\35\211\222a\310\6%\314\242h\330\242b\26E\303\66d\71\20e\203\26EZ)\211\222\254\32&\65"
"%\312\42Q\201\232\60\17B\7\37\310\11\207\34\311\241\341!\312\301(\31\16Y\222\205Y\62\34\262$"
"\13\263d\70dQ\34F\303 Fq\226\15\203V\216\302T\2\201\234/\17B\7\37\311\262!kJ"
"\206K\224\65\345\340\20\15C\324\32\225\206!j\215\206h\30\242j)\31.Q\230\204Q\326TM\42"
"%\7\2\201\250\67\17B\7\37I\223!K\223h\30\224\250\326\224\345\300\220\14Z\22\345P\22%\203"
"\324\222%\331\220di\224\14j\224d\225\250\22&Q\270D\321\240E\221\22f\0\201\323\62\17B\7"
"\37\211\302\61\12\223d\70$\305(\211\222\34\251\34\16Is\226T\206$K:%\311\222\14I\237\222"
"^\206\244\237\244\244\62$\275&G-\201\343 \314\311\7\343C\30\207q\30\17\7%\207\222\34Jr"
"(\311\241d\70(a\34\306a<<\201\350\62\16F\7\37I\207)\215\302a\210\262\70\252\3\247A"
"\11\243,\11\243,\11\243A\31v$\312\226!\312\222\212\224%\25)K*\303\220\334\201\244\1\201\352"
"\35\11N\7\63\7r \36\16\71\240\3:\360\240\3:\360\240\3:\240\3\17:\20\201\355(\17B"
"\7;\207sp\70\210\71\24\16\7\61\207\302\341 \346P\70\34t\250\16f\331\360\71\311\301,GT"
"m\207\6\201\363\42\317\301\7gx\310\201\34\316\341\64\7r \35\16:!\207rB\16\15\7\35\312"
"\11\71!\7~\201\364\61\17B\7\37J\207!\312\221\64\7\322\34\251\15C\222%a\64\14I\226F"
"I\226\206YZ\11\7-\211\353@\232\304C\222EC\226Fa\16\4\202\10+\357A\7+\31\206D"
"\252F-K\24)i\42U\226\250\245)R\272H\225%j\215\222\341;\265\16\344@\232CY\16&"
"\0\202\14&\17B\7\37\314\301A\34vBN\310\201\337\201\234\220\23rl\70\347@\234\3q\16\304"
"\71\20\17\347\34\310\0\202\16&\17B\7\37\310\341$\7\263\34j\326\62I\32\206H\7rB\16\15"
"\7\235\207\347\34\210s \36\316\71\220\1\202\27\63\17B\7/N\322\70\312\222d\270\64\226j\351\240"
"\14C\230E\305,\252\14\313\60\344HT\32\224\250-\31\206(K\242\266$*\15J\324\226\204\12\0"
"\202\36+\17B\7/\207\207\247J;\322uxH\223v\244\353\360\20\346@\234\3\351\240\14SXN"
"\242:\220\15C\244\3\231\16e\0\202\37'\17B\7;\207st\70\347@\34\205qV\316j\303\267"
"\34\210\243\60\316\312Y\65G\322\34\11s \311r(\4\202*\60\17B\7/\315\201\34H\7\35\253"
"\14C$\345XR\307\222\322\220\15S\61\213\212RcR*&\245\226,j\311\222,J:\16Y\222"
"#\0\202,/\17B\7\63\207\323!\34\244b\26\25\245\306\244QJ\352\310\60$\303V\312\62\251V"
"\251%aRK\302,lK\262(\211\262$L\324\0\202\66\62\16B\7\63Ns \34\264\64K\206"
"IJ\302(i\214\222\306aP\302(K\206IJ\302(i\214\222\306(K\302$L\302$J\222a"
"\10\243\60\202\71/\17B\7\63\207\323!\34\244b\26\25\245\306\244TL\332\206\203\16e\71&%\303"
"\226\64fIcV\11\243\60\11\243J\62,a\24&\0\202G/\17B\7/\207sL\31\222[\224"
"\325\224\254E\12\263\250\64\34\222\255\224\65%\265Li\253H\321\240Du$J\352@\244\15C\244c"
"\0\202f\64\17B\7/G\302lP\262!\251\225\222AY\224Z\222%\312\260D\225\352\260\14Z\22"
"\345`\24\15C\244DIS\42%M-M-M\321\360\244c\0\202o&\15J\7\63\207s\340!"
"\313\221,G\262\341\220\345H\226#\331p\310\252Q\230U\223\60N\243\260\22K:$\202r\42\357\301"
"\7\63'\344\360\60\310\71\220\346@\232\14\7\261\177\34\16bN\310\301(\7\243\34\314\206\7\202\213#"
"\17B\7\63\315\221\64\34>\246\71\303\203\16\345\204\234\220\3\277\3\71!'\344\204\34Mr\70G\0"
"\202\235#\357\301\7\63\315\221\64\34>\246\71R\313\301\234\220#\303;\252\203:\250\203:\250\243Q\216"
"\205\303!\202\261(\17B\7\63\315\221\64\34>\246\71SV\316\242\70LbQN\302\70\312t\250\222"
"fI\224fa\232\245\303\226\203\0\202\263&\17B\7\63\315\221\64\34>\246\71R\313\301\34\370\65'"
"\344\204C\216\244\71\20\347@\134\7\322J\232\3)\0\202\270#\17B\7\63\315\221\64\34>\246\71\222"
"\346\14\17:\307\341s\16\347p\232\3\71\220\16\7\65G\42\0\202\275$\17B\7\63\315\221\64\34>"
"\246\71\303w\60\7\342:\20\17\17\71\20\345X\35\21c\71\224\223\34N\1\202\327\36\17B\7\63\315"
"\221\64\34>\246\71\222\346\14\17b\377\70\34\304\376q\70\210\71\24\1\202\345'\17B\7\63\315\221\64"
"\34>\246\71R\313\261\34\31\276\346p\16\17\327$\16\243\70+\347@\234\3\7\35\210\63\0\202\346&"
"\17B\7\63\315\221\64\34>\246\71\22\325\301\234\220\3\277\3\71!\307\206s\16\304\71\20\347@<\234"
"s \3\202\361%\17B\7\63\315\221\64\34>\246\71\230\23rl\70g\345\254\234\325\206\317I\16f"
"\71\224\306: \351\240\0\203\2*\17B\7\63\315\221\64\34>\246\71\32\345`\26\16oi\216\244Y"
"\230fa\234\244q\222\346@T\7\222R\252)\241\234\0\203\16 \357\301\7\67\313\261\352\360\65\313Y"
"\206C\216\352\240\216M\343\216\210\303\35\313\11\71!\7~\203\66)\17B\7\63\315\221\64\34>\246\71"
"\22\325\261$\7\263\34j\326\62I\31.:\220\203Q\35\310\252a\35Hr\70G\0\203I\42\17B"
"\7\67\313\261\352\360\65\313\231\206s\16\304\303\71\7\342\341\216\345\300\357@N\310\11\71!\7\203R$"
"\17B\7\63\315\221\64\34>&Y\16\346\300o\71!'<\344\344\254\234\225\263j\230EI\232Er"
"\70\203X(\17B\7\63\315\221\64\34>\246\71SZJ\343$\215\223\64G\222\341\230\346\200\32'i"
"(\245\71\22\15C\232c\0\203w/\17B\7\67\313\261\352\360\65\313\221\234\220\14\207(\207\62\35\252"
"D\203\24FY\24FY\24FY\24F\203\24\346P\230\3I\230#\31\0\203\312*\17B\7\67\313"
"\261\352\360\65\313\221\234\360\240\225\243$\252%YR\314\201\70\32\16J\274V\212\245Z\244\205I\16\244"
"\21\0\203\314'\17B\7\63\15\207\217i\316\360 \346P\230Ja\64\366\62\14I\230ma\224\224\302"
"$\252\204\215\303A\314\241\10\203\323#\17B\7\63\315\221\64\34>\246\71\303\203\330\70\34\304\306\341\240"
"C\71\360kR\207\232\265LRS\1\203\334&\17B\7\63\315\221\64\34>\246\71%\7\7q\330\261"
"v \315\301\34\31\36\342\244\16\65k\231\244\246:\220\3\203\357#\17B\7\67\313\261\352\360\65\213\207"
"\207\60+g\265\341[sV\34\36r$\7~\7rBN\310\1\204=%\17B\7\63\315\221\64\34"
">\246q\232C\341\240fa\224&Q\30\205j\24Y\23y\20\207\261\37\207\261\11\204I)\17B\7"
"\67\313\261\352\360\65\313\221(K\207\207\60\312r \32t '<\344P\16\374\232\324\21)\322\306p"
"\7r\0\204W)\17B\7\63\15\207\217i\216\245\341\60(\71\224\345X\224\16\237uP\7\207C&"
"\305\71p\320\201\70\7\16:\20g\0\204l'\17B\7\63\15\207\217i\70|\13sdP\42-L"
"\346\250\30ja\62\17j\35I\303\341c\232\3q\35\10\1\204\270*\17B\7\63\315\221\64\34>\246"
"\71p\310\11Y\64(Z\16$\355@T\326\62IKR\71\307\206\203N\215j\305(K\0\204\304%"
"\17B\7\63\15\207\217i\16\346\300\217i\16\34rP\313\1\71\34\336\11\331p\20\33\207\203\330\70\34"
"$\0\205\65\60\17B\7\67\313\261\352\360\65\213r\64\312\206\207(\7\342dP\242,\251EY\62("
"\305$K\212\311 \245I\61J\242A\351\16d;\220\6\205\204-\17B\7\63\15\207\217i\16Ga"
"\64\34\323\34\211\206!J\243Z\70\14Y\224D\345d\30\322\250i\310\201\64\32n\305\64\214\64\0\205"
"\246+\17B\7\63\15\207\217Qyx\213\262\34x\20\243,\12\207\203\30\345`\64\334\222\34M\206C"
"\226cQ\245\251\222%\335\301\10\205\252/\17B\7\63\15\207\217i\16\344\224\34\211\206!\31\302,\312"
"\221Z:\14\312\60\226\262aH\242\70\214\302\244T\213\42-Jj\325,\214\0\205\253$\17B\7\63"
"\15\207\217i<\34t(\7~k\36\316Yy\270c\71\64\34t(\7~j+FY\2\205\254*"
"\17B\7\63\15\207\217Q\35\313\241l\320JY\224&\203\222FY\224e\203\226#\71\360kR\207\232"
"\265LRS\35\310\1\205\351.\17B\7\63\15\207\217i\234\3k\62\350H\324\71)f\303)\211Z"
"\223\34\310\222d\30\222!\213\212\331\60\204YT\314\206!\314\322\10\205\373/\17B\7\63\15\207\217i"
"\234\15C\32\245\245a\210rJ\66$C\224\224\222(L\206d\310\342t\31\16R\230T\263\250\230h"
"\231\24\247\0\206P(\17B\7\37\310\11w(\207\206\267\60\315\302DN\6-\354:\210\71!\32\6"
"\61\312\301\341!\311r,\33\6)'\206Z(\16B\7\37\310\341aGrdx\12\323(L\324d"
"\320\212\265t\320J\261\324\226\224jI)\311\302(M\206w\30\206\134,\16B\7\37\310\341aGr"
"dx\12\323(\31\206\64\254E\303\240E\215\321\60\204Qc\64\14Y\232\3\311pH\302\70\215\25\0"
"\206^*\16B\7\37\310\341aGrdx\12\323(\31\206\64\254E\303\240Ei\30\15C\230\303\311"
"pK\343d\70(aVZ\7\206k!\355\305\7;Gs\64\7\36\244\260\24\226\302RX\32\16R"
"X\7r\64\313\221\60\7>\304\1\206\212/\17B\7/\315\221\70\7\342tP\206Ai\312*\245\254"
"R\312*\245,\33\244\254\222&q\232\304I\230\3C\26nQ\22\306Y\16\245\2\206\225%\357A\7"
"k\70\350P\16\347\310\360\65\313\241\64\326\62I\31.ZsV\36\316YN\10\263\341!\313\261\4\206"
"\307/\357\301\7/\316\201\34\210s \34\224aP:'\25\71JJ\71\220\224\262l\220\212I\230\344"
"@\250#\245\64\33\222t\310\222\64\311\201\3\206\315&\17B\7+Kku\70\35\36\224\34\225\323\34"
"\311\241\341 \366q\70\350P\35\314rl\330\206!\315r,\1\206\356&\17B\7;\247\344\300\257Y"
"\216\324\222\64\312\242\254;\222c\303\71+g\345\341\234\345\204\60\33\36\262\34K\0\207\215\63\17B\7"
"\37\13\207!\313\11\351 \15S\26%Q\64HI\224CI\224\14CRJ\322dX\372\224D\265p"
"\30\262$j\213\222\250\62\14R\243\35\1\210@.\357\301\7\37\310\11\71\234c\303A\214\262(\214\262"
"(\214\262(\214\262(\214\262(\214\262(\214\262(\214\262(\214\262(\214\262(\32>\210F*\17B"
"\7\67\207st\70\210Q\26\205Q\26E\303w\246A\33\206\34\214\322\60\323\62K\35)\345\200\224I"
"c\252\3\71\0\210L*\17B\7\63'D\303\20\346p\16G\71!\207\243\341$\247I\34Fq\16"
"\304\71\20\347@\234\3q\16\204I\16\244)\0\210S-\17B\7\257\216e:\22&\311\224&i\234"
"c\311\240\3a\64(\232\30%\331\26fJ\24FI)\214\222\260\22\205}J\302Z\6\210W)\17"
"B\7\257\216\325\241hP\246\64\7\342\34K\6\35\310\201A\21KI\330\64Ha\77Na\262\206Q"
"\230\204\71\222\1\210[\61\17B\7/\312\301(\307\222aZ\262j\64\14:\220\303\311\260\14\211\22f"
"Ie\330\212i\226\14[\61\315\222(\315\222a\210\262\60K\262\260\4\210]/\17B\7/\314\241l"
"\7\242mJs \34t$\313\241h\70$RR\252D\203\24FI)\214\6)\354\64Ha\227a"
"H\302\34\311\0\210a\64\17B\7/\312\301h\310\201(\213\226(\213\303AG\272\3QR\31\22i"
"\320\222RR+%\265\322\240\25\323,\31\206(\13\323\254\22%Y\224E\21\0\210c'\17B\7;"
"\247\344\204\34\370\71'\344p\222\243I\30gQ\254%q\22\306Q\32fq\16$i\254\3b\216\1"
"\210h(\17B\7\37\310\11\71\62<\344HN\310\241\341\240C\71!\7~Mr\60\253\212I\232\244"
"\241T\223\223X\324!\0\210p&\17B\7;\247\344\300\357\304\341\234\3\331\360-\7\342\341\16%\71"
"\230U\305$T\322LK\302\34\220\325\34\2\210w&\17B\7;\247\344\300\357@\16\15\7\261\217\303"
"A\207r\70\311\301\254*&\241\222fZ\22\346\200\254\346\20\0\210\213.\17B\7\63Kr \214R"
"\61\31\224\312\240Fi\216\304Q\230\3I\30\245:\222\3\277&\71(e\241\222%\231\226D:\242\256"
"\71\4\210\253\61\17B\7+G\342\34\310\11\331 \15\203\30eQ\326\22&\265t\32\206(\351\226D"
"Y\222\205Y\224\244Y\224\244Y\71\312\222\64\252\205I\224\6\210\301.\17B\7\263\16\205Q\66\14I"
"\226\206Y\32\246\303\267\64\207\302,\31\6%\13\323\254\22U\62IK\22%\13\243JT)\251\231\224"
"\26\210\302+\17B\7\37\216\206ALK\341 \325\302\250%\312\242T\214\62\35J\304TGr\340\327"
"(\213\265$U\302PK\62\35\220\5\210\305+\17B\7\63-\245q\222\14\307\64\7\324\70IC)"
"\32\206\64\311)\71\360k\222\203R\26*Y\222iI\244#\352\232C\0\210\317$\17B\7\37\310\201"
"\337\211\303\71+\17\347\254<\334\261\34\33\356X\216\14\17q\224\305Z\222*%\315:\210\325-\17B"
"\7+\247\244I\216F\321\60\205i\324\30\347@\232\244J\224U\244tJ\242AM\242,\15\263\64\314"
"\322\60K\303A\15\263\10\210\334\60\17B\7+\7\222\64\216r\340\203\232#i\16d\303\20fQM"
")\265H\303\220DI\251\230\224\212\331\60\204YT\314\242b\26\25\263P\1\210\370,\17B\7+\247"
"d\303\220#Qe\220Z\243a\10\263\250\230\224j\323\60DI\261\24\15\267t\16\223j\26\25\243\254"
"\71\7\342\20\210\375.\17B\7\253\16d\303\220D\265\60J\206K\24\207Q\66\14a\26\265dQ\242"
"\345HN\311\201_\243,\326\222T\11C-\311t@\26\211\7/\17B\7+\314\261:\341C\222\243"
"\312\60\204Y\32f\303\220)\325(\221\206!\211\222(\207\222h\30\263\60\215\222(Nu \223\324D"
"\26\211\20\61\16B\7+'D\303\220\3i\62D\303\20Fi\226\15C\26\346\200\222\14\27%+%"
"\245,\312\222R-\216\262a\211r,\312\201$\313\221\10\211\22*\17B\7\37\310\201\37sB\62\14"
"i\224\206\322\60dIZJ\206CV)G\355\210\216FY\254%\251R\322\254k\16\1\211_\60\17"
"B\7+\314\342\254\216\14\311\220\14Y\71Z\306(\351\226DY\224(\71\226H\303\20&\71\32\15\267"
"\70\7\262\250\30e-Q\22Fi\14\211r.\17B\7\263<\14\311 &Y:\14\312\240\225\263A"
"\32\264R\16\14\322\240\225\302(\322\6\35\310\201_\225\34\332\242hJ\42\35Q\7\211\177*\357A\7"
"\343\327,\307\352X\35x\20\243,\12\243,\12\243,\12\243,\12\223t\324\221\60\207\302\34\12\207\203"
"\230C\21\0\211\201#\355E\7\343C\230\345H\226\16\7\251\26\265E\321p\220s\340CX\16\343)"
"\307vH\332v \1\211\206\60\17B\7\343\327,\7\36\304(\213\302\341\240F\71\26\15\247\60\215\262"
"d\30\322(\15\245a\310\222,\7\242h\30\322\244\26\207;\220lC\0\211\207\61\17B\7\343\327,"
"\7\36\304(\213\302\341 f\71\64\14\311\240\225\262l\220\262\64\34\244aH\262\250%\213\206!\31\324"
"\60K\206Ai\315J\0\211\213%\357A\7o\70\347@\234\3\361p\316\201\70\7\342\341\234\3q\16"
"\304\303\35\311r\254\16\205%\65\334\221A\211\217&\17B\7/'\204\303\330\64Haq\30\373\62\14"
"\311\60\366\343\260%a\222FY\22fQI\7\242:\20\16\211\226.\17B\7+\247d\303\20fi"
"\62Hii\30\302,\15\263\64\233\206!JZ\223(\251\206\331\60\204i\22\207Q\34F\265\246,J"
"\7\211\232(\17B\7+Kku\70\35\36\224\34\225\206K\230\3\361p\316\201x\70\347@<\334\221"
",\207\302Z\32&:\60\10\211\247,\17B\7k\230\342(\214\207i\220\302$\7.\325\250\26\16\7"
"\65\7\342\341\234\3\361p\316\201x\270#Y\230\211\341\220\3\203\0\211\252\62\17B\7/\247\204\203\64"
"\14I\226c\235\6\61\311*\303\240di\70\250a\26\15C\222\245\341\240%\265$\213Z\242,\223\222"
"(\11\243$\13C\1\211\263\64\17B\7+'\304\203\66,YT\314\222,\34\244aH\262\60\311:"
"\15\322\60$YR\312j\303\62hQ\230\204\303\224\204Q\26%\321\260DI\224\206\2\211\322(\15B"
"\7\63Gsp\30\304\34\310r K\206\203\24\226\302\322p\220\302RX\32\16RXI\303$\215\22"
"\35K\0\211\343/\17B\7/'\204\303\66\204Q\26\205Qc\322\62(Y\230\24\323\244\224\244\203\64"
"hIS\232\24\323A\31\206()\226\222\260[(f\0\211\346\62\17B\7+\7\342\34H\207\264\24"
"\15C\22eQiP\242\226\246\226\246\322\240\14C\224\64\265\24\323AL\262\244\30U\222\341\220dI"
"\254\351\20\0\212\0\37\17B\7;\247\344\300\357\34\207\203\316y\70\350\234\207\203\230Ca\16\205\303A"
"\314\241\10\212\2'\17B\7+\247\344\204l\370\226\23\322A\314\11\351 \346\204t\20\323,L\263\60"
"\315\302t\20\323,Jr\70\5\212\10*\17B\7+\7r \316\201\70\34\206,'\244\203\230c\303"
"e\20sB:\210i\26\246Y\230fa:\210i\26\346\204\20\212\16+\17B\7+G\342\34\210s"
" \33\206\60\307\206A\31\324\234\20\16j\216\25\7\251\230E\305,\15\263\64\34\324\60\253\344p\10\212"
"\23.\16B\7+L\263R\35\210\242aH\242:\20U\206\250\35\210*C\324\16D\225!j\211\272"
"D]\242.C\222EI\224\304i\16\4\212\27,\357\301\7+\207\322x\10\263!\34\206,'\244\203"
"\230\23\322A\34t`H\7\61\315\302\64\13\263$\13\263d\20\263$K\207\0\212\30-\357\301\7+"
"\247\344\204pX\206!\316\11\321\240\3\71!\32\244a\207\302h\220r \213r \213r \213\322d"
"\220\322$\313\206\1\212\37,\357\301\7+\207\322RZ\212\206!\252\203Y\64Ha\16%Q\64(Q"
"\226c\351\240\305Y\71+e\245\60\32\224aP\262(\15\212*-\17B\7+\316\221\70\7\342pX"
"\206A\207\342A\313\11\361\240\15:V\32\264R\326\224\65eQ\30\15R\30eI\224\344H\230\1\212"
"-.\17B\7+\247\204\203\32f\321\60$Y\216\325\6%\225shP\206!\207\302h\220\302(+"
"e-a\26\246\203\226\204Y\224\345\210*\212\61)\17B\7+\315\241\60'\304\303\62\14\71\22\245C"
"\222\345\204tHsl\270\14i)-\245\245\64\35\322R\232\23B\0\212\63/\17B\7+\247d\303"
"\220#i\62,i\216\244\321\20\245\71\62\14\321\20\265#Q:D\325\250\26F\265\60J\322lH\322"
"\254\16\244\71\24\212\64/\17B\7+\207\322\34\330\221!\34\226\234\220#C\224\23\16\312\20e\71V"
"\34\242H\214jZTK\242\266(\31\222\260\224\204\71\222f\0\212:,\17B\7+\7r \316\341"
"$\33\246,\207\322hH\302(\307\322!\314Q-\33\342\60JKa\26\225\264l\210\303(\324\261\31"
"\212<%\357\301\7+\247\344\264\341cNH\207\64\7\243t\210\352`\64DCT\215Z\243\326\250u"
"\210\252\331p\10\212P+\17B\7+\315\241\60\207\302x\230\206!\7\222xP\352`\24\17\332\240c"
"\361\240\305Y\71\313\206%+\17Z\234\325\11)\0\212T\62\16B\7+'d\303\220\245\331\60HY"
"\16e\311\240\325\221(I\6)\313\221\34\30\244a\311\242\60\311\242\60\311\242\60\31\244\60\311\242aG"
"\302\0\212U-\17B\7+\247d\303\20\306\341\60d\71\30\225\6)\211r(\251\15b\216\15\227A"
"L\263\60\315\302\64\13\323AL\263\60'\204\0\212^\63\16B\7+'d\303\220\345\320\60\310\71\60"
"(\311\240\3\71\234\14\312\240\344@\226$\203\222%\265dPjI\226\324r \31t \311\302$G"
"#\0\212`.\17B\7+\316\221\70\247d\303\62\344\204,\31R%\7\226m\310\22\35LjC\226"
"\324\242\226,\352K\26E\203\230%Q\226\344p\12\212f/\17B\7+G\342\34Hr\64\32\206\64"
"\207\206\313\20\347\204p\210\226\34\214\302!\213\302(\213\302(k\312\226\312\220lI)GtB\0\212"
"i/\17B\7+\7r \316\11\341\260\14C\16\246C\232c\303e\310\201\234\220\15\321\60(Q\16"
"dQ\326\24F\331\220\3Y\224&\71\234\1\212p+\17B\7+\7r \316\11\341\240\14w,\35"
"\322\34\34\206h\310Y\207h\30\242\326\250\65j\215\206(\215J\303\220#i\2\212q\62\17B\7+"
"\207\322x\10\263!\34\206,'\244\203\62\14:\226\16bNH\7e\30\242,I\243,I\243,I"
"\243AI\243,\31\206\34I\23\0\212r,\17B\7+\7r \7\342\34\310\206e\30t,\35\304"
"(\307J\203\64\350p\224\14b\226dMY\242\265\206\203\230d\335\21\65\212s(\17B\7+L\303"
"v(\213\206\235\62\134\206\64'\244C\64\14\71\230\16i)\31.QZJ\323!-\245\71!\4\212"
"\207/\17B\7+\7r \316\261\341[\222\203Y\66Di\16$\203\222\14\71i\270\14a\34e\71"
"\20E\303\20\325\221h\310\221\250\232\344p\6\212\211$\17B\7+Kka\232\325\341p\370\230\346@"
"VM\206!\211tP\33\356\14\357\14\317\71\20\17\67\0\212\214-\357\301\7+\7r \316\11\341\240"
"\14w,\35\322\234\220\16\321\60\344X<\244\245,\211Z\252I\224\324\222dHjII\33\42\0\212"
"\215/\357\301\7+\247D\303\240c\225a\251\345H-\32\222b\16U\242!\12s$\212\207\264\224%"
"QK\65\211\222Z\222\14I-\251eC\4\212\223(\16F\7/\7\224a\31\342,\207\226\341\240U"
"\223Z(\205\321\360\220\223\206\203N\33\16:m\70h\71\224\15\7\11\212\225/\17B\7+\307\302\34"
"\231\227i\230\262\34\253\15Q%\207*\207d\251cImH\272EI\267\250\64(Q\35\31\222:\220"
"e\303\230c\0\212\230.\17B\7+G\306l\310\11\341\60\346\330p\31\262\244\16\65\15IV\7n"
"C\326\224Ea\224%\203\22\225\223!\212\223(\11\223\270\4\212\236,\17B\7+\247D\303\240c\351"
"\260\345\350\260\15Y\35\253\15\311p'\15\71\30E\303\26\25\263\250\230\15Q\230E\321\260Ca\4\212"
"\240\62\17B\7+\7\222\64\216r\60J\206\61\307\206\313\220d\71V\212\206$\213r`\211\242!\351"
"\26%\335\242\244\24FI\251\62(J\267\232\230\245\1\212\244,\17B\7+\247d\303\220#i\62,"
"i\216\14C\64\344\254C\64\14\71\230\16i)\31.QZ\12\223p\310\232\252\71\220\3\1\212\254\62"
"\17B\7+L\303v(\213\206\65\307\206!\32\242\64G\322h\210\322\34\31\206h\10\223\60\12\223\60"
"\312\242\60\312\242\312\20eQ\22%\351\232C\0\212\255\60\17B\7+\7r \316\261\341c\16\16C"
"\64\344\244\341\62$\71\220\346@\64dQ\30eQ\30eQ\30eQ\70DY\224D\265(N\7\212"
"\262\60\17B\7+\247d\303\220#QeX\242:\62\14\321\20\265#Qi\210\206!\7\323!\31."
"Q\70FYR\213:\15IV\211\322\234\20\2\212\277\62\16B\7+'d\303\220\3Q\64\14IT"
"\7\222%\31\242v\340\220\14Q\232\3\311\222\14Q\322\251\322\251\262\224\252\311\220\304I\224\204I\32'"
"\0\212\307/\17B\7+\7r L\262\34\251\15C\22\325\261$\34\262:\242FC\232\345X:d"
"I\324\226D\275dQ\230\204C\326T\315\201\34\10\212\313.\17B\7+\7r \316\261\341c\16\16"
"C\64\244\71\66\134\206\234\66\14\321\20\245Qi\30\242\326\250\64\14\321\20\245Q[\222#a\4\212\326"
"\60\17B\7+\7r \316\341$\33\246,\207\322hH\222A\311IC\64\14\71\322i\210\222\246\322"
"\60D-M-MC\224\64\265\346H\250\0\212\355\70\17B\7+\316\221\60\311\301,\33\224\64\7\222"
"AQ\206\234\64d\321\220DI\35\210\222\322\220\14I\251\22%\245J\224\224*CR\32\222(\213*"
"QR\7\22)\2\212\356\61\17B\7+\7r \213r\64\31\16Z\230#a\64$Z\216\25\207\250"
"\222CI\26\15Y\232D\331\60\325\302\250\26FC\26F\265a\207\302\4\212\370/\17B\7+\7r"
" \316r\340\62\14a\224\203I\66$\303\35K\207\60\207\207i\210\304\250R\214j\303T\13\243!\13"
"\243\332\260Ca\2\212\376-\17B\7+\315\322\60\313\221\341S\226cImHsl\270\14a\16\347"
"\300\220\15SI\214*\305\250\26FC\26F\265a\207\302\4\213\0+\17B\7+\315\322\60\313\221\341"
"S\226c\265!\33t\254\66dul\320\206\264\224\14\227(\34\243,\251\15Q/Y\35\13\1\213\1"
"\64\17B\7+\247d\303\20fi\62,\303\220#i\64(\303\220C\71\60(\303 g\225A\211\262"
"$K\232\222,\211\223,\31\226d\320\221Z\232\344p\4\213\4\70\17B\7;\252\15QR\214\222a"
"\310\242,\7\242\341\20\15Q\26FIT\213\206CT\207\222!\31\206,\312\301(\31\206,\312\301("
"\31\206,J\322(R\206!\2\213\31\63\17B\7+\315\322JN\34\226a\320\241$\34\242a\310\261"
"\244\64$\303\35JJC\64\14Q\61\11\243L\321\242J\323\220DI\224Da\222\243I\6\213\33-"
"\17B\7+\315\322\60\313\221\341S\226C\303\20\15Y\35\31.C\232\203\303\20\15QO\303\20\365\313"
"p\31\242\64jKr$\214\0\213\35\67\17B\7'\16\263\60\315\201!K\6%\312r`H\206d"
"\252\345\300\220ES$\345@\224\224\226A)%\241\26%Y\222EIT\213\226\254\224dI;\224E"
"\0\213!-\17B\7+\207\322x\310\201!\35t$\7\242,\32\242J\16\15C\64$YNH\207"
"d\270Di\251\177\32\242\236\206!'$\0\213\71+\357\301\7+\315\322\60\313\221\341S\226c\203\66"
"\244\71\70\14\321\20\265#\303\20\15i)\31.QZ\212\206!\32\322R\62\34\213X\71\17B\7+"
"\314\342\60Jr`H\242a\216\342(\11\207H\312\221\341\220\14q\16\15I\224\14I\224DI\224D"
"I\251\62$\245JTI\206$\252\224\222!It\254\0\213\134\60\17B\7+\254\206Q\16\15\203\62"
"hQ\16%Q\22\15\221\35\213\302!\31\356\244!\32\266\250\230E\305,\212\206m\210\302,*\346\320"
"\60\1\213f.\17B\7\253\30\16\203\24G\331\260\14\213\226\244Y\222\15IXJ\262$\33\222DS"
"\223\34\370\235\66\34t\352p\20s(\34\16\22\0\213p\61\17B\7+L\303Z\216\14\37sp\30"
"\242!\315\261\341\62\204I\35\221*C\26\205Q\62\134\242,\12\243L)\15\311\226\224\262(\321\1%"
"\13\213r/\17B\7'\316\221\70\307\206OY\16\245\331RKr\340\220muh\30\262\255\230$\303"
")\311\242$K\42-\34\224R\226d\242\16\344\0\213w\60\17B\7+\315\322h\270#M\303T\307"
"\206A\31\22)\7\207!\32\242:\70\14\321\20U\243h\30\224\250\216D\311\60HC\326\24\356\320\66"
"\214\67(\17B\7\63\315\221\270\26\266Fa\222\203Y\16\245\261\16H:\250\15\347\34\210s \316\201"
"\70\7\342\341\234\3\31\0\214F \317\301\7gx\310\71\17\347\34\210s \316\201\70\7\342\341\316\220"
"\3\71\220\346P\226\16\37\214J&\357\301\7\67\313\201\7\61\312\242p\70\210Q\26\205\303A'\16\17"
"\71u\70\347@<\334\201\64\207\262t\370\0\214Z\62\357A\7gH\206K\24\306Q\226\3Q%\213"
"\206$\213\32\225,\312\22\61*\211C\222%Y\24*Y\224%QoI\224di\224%a$\246\0"
"\214a*\17B\7\63\207\207A\316\201txJ\302\266\64\34\16:\240\203R\26jI\35\221\344M\311"
"!%\212\265\322\226\204:\220\3\214j'\17B\7\37\310\221\341!\247\16\347\34\210\207;uxPr"
"T\32.\261\16JuH\321\201I\321\21%\323&\31\214\235$\355E\7g\70H\71T\207\242\341 "
"\345P\35\212\206\203\224Cu(\32\16:-\255\3Y\16%\71\30\214\236(\14J\7\67\7\207!\315"
"\301x\70(\71\224\344P\62\34\224\34J\206\203\222CI\16%\303AK\303\34\210r(\1\214\240'"
"\16B\7\63\207st\30\324\34\10s L\206\203\226C\331p\320r(\33\16Z\16e\303A'g"
"\262I\307\2\214\241,\17B\7\37\14\7\65\314\322\60K\303A\31\6%K\303,\24\7Q\314*a"
"V\11\7\251\216U\223\70\215\322\60\253d\71\24\2\214\242'\357A\7k\70\350PN\310\201\337i\303"
"A\314\241p\70\210\71\24\16\7\61\207\302\341 \247\71\220\3i\16E\0\214\247*\17B\7\67\313\241"
"\64\326\1I\32\206H\15s@KR\71G\206s\16\304\303\71\7\342\341\234\3\361p\7\322\34\310\201"
"\14\214\250'\16B\7\63\313\221\60\322\304\61I\206P\12k\351\240\323\206k\16\244\303\65\7\322\341\232"
"\3\351pN\343\34\210\0\214\251\62\17B\7\37\315\206x*\15iTG\206(G\242h\30\242\226,"
"\32\242$\213Z\262\250K\66D\225\34\312\302$+FI\226DY\22eq\224\6\214\253\42\357A\7"
"o\70g\265\341[\363pgx\316\201x\70\347@<\234s \36\356@\232\3\71\220\1\214\254'\17"
"B\7\37\310\241\341\240C\71\66\334\261\34\370\235\70\234s \36\316\71\20\17\347\34\210\207;\220\346@"
"\16d\0\214\257.\17B\7\37\212\7\61\315\302\64K\206A\31\224\70\311\344(\313\261A\307*\303\240"
"da:\210\71!N\322\70\12\323,J\302\34I\1\214\264%\17B\7\37\310\261\341\234\225\207;\226"
"\3\277\23\207s\16\304\303\71\7\342\341\234\3\361p\7\322\34\310\201\14\214\267$\355E\7\343\203V\323"
"j\303\203Nx\220r(\32\16R\16E\303A\312\241h\70\210i\35\310r(\1\214\270+\17B\7"
"\63\213\342\60\13\325aP\222AG\342\254\16(\71\254\15\347\34\210\207s\16\304\303\71\7\342\341\16\244"
"\71\220\3\31\0\214\273&\15F\7\63\13\207\327,\212\206\203TK\207\267\60\213\206K\242\3C\62\34"
"s \34\216\71\20\16\327v \2\214\277'\15F\7S\7\206l\30r \223\302L\253)J)\31"
"k\303\61\7\302\341\230\3\341p\314\201p\270\266\3\21\0\214\300*\16B\7/\207sp\230\6-\252"
"EY\224EIiP\262\34\211\206k\16\244\303\65\7\322\341\232\3\351pN\343\34\210\0\214\303'\16"
"B\7\63\26\243AU+\311p\210\322\34\210\206!'\16\327\34H\207k\16\244\303\65\7\322\341\234\306"
"\71\20\1\214\304\62\17B\7\37K\7\61\315\222aP\262\362\240\305Y\64LY\24F\203\42F\231\62"
"LY\24F\203\24\346\320\260%Y\230E\305(\213*u \213\0\214\307+\17B\7'\315\241p\30"
"\322$\312\302\64\212\326$\16\63\61\222\265\341\234\3\361p\316\201x\70\347@<\334\201\64\7r \3"
"\214\312\63\17B\7\37L\242A\215\222,\15\263d\30\224A\15\263\250\230E-\203\324\222\15C\224d"
"Q%\32\244J\16ea\222U\242J\246\324\222(Z\243\60\214\323,\17B\7\37\310\221\341A\311Q"
"ex\215\262TKtlG\206\203\264C\341p\20s(\34\16b\16\205\303ANs \7\62\0\214"
"\333-\17B\7\63\315\221\64\35\226a-\16C\62\14Y\222%i\226d\225\341\62\345@<\234s "
"\36\316\71\20\17w \315\201\34\310\0\214\334\63\357A\7g\220\206)\213\302(\213\302h\220\206)\213"
"\302(\213\302h\220\206)+g\321\60$\203\22%\345\250\22%Y\324%\312\222\254\224\350@\230\0\214"
"\336+\17B\7\257\35\210\252\303\203\222\243\322p\11s \35\16b\16\205\303A\314\241p\70\210\71\24"
"\16\7\71\315\201\34Hs(\2\214\340\62\17B\7\37\212\7\61\315\222a\210\262\34\33\224\60+\25\263"
"\34\33\224aP\262\34\253c\203\62\14\71\222fI\224fQ\222FY\62\14I\234&\0\214\342+\356"
"E\7\343\62,Q\230%\303\224%a\226D\303\230Ei\22\15\7E\312\201t\270\346@:\134s "
"\35\316i\234\3\31\0\214\346\61\17B\7\37\315\6Y\312\242\245-N\222A\316*\303\240d\245l\320"
"\242\254R\312*\211\222\15J)\207\222(L\242$J\242J\242\264\15\341\134\214\352)\17B\7\327\66"
"\256q\16\134\206\251\26\205Q\26e\245,\212\206s\16\304\303\71\7\342\341\234\3\361p\7\322\34\310\201"
"\14\214\374\61\17B\7\37\311\262!kJ\206K\224\325\206h\30\242ZS\62\134\206\264\24\15C\324\323"
"\20\15C\216D-\321p\211\252I\26eI\216\204\21\0\215\10\64\17B\7\37H\243!k\312\301("
"\31.C\222U\242\244OI\64%C\222U\242d\270D\71\70D\303\220#i\224d\303\20\265&Y"
"\64\14\71\222&\0\215d'\17B\7\37\310\11\71!\207\206\203\16\345\204\34\370\65\313\261:\20eQ"
"\30e\245\254\250\205\335\221,\311\201\64\6\215f\60\17B\7\63\315\221\64G\322t\230r(\34\306,"
"L\206A\311\302$+&Y)I\264$K\232\222\250RK\243\264\24&YR\253d\325\0\215p&"
"\17B\7\37\310\11\71!\207\206\203\16\345\204\34\370\35\310\11\71V\307\262a\315r\254\16%Q\216d"
"\303A'\215t+\17B\7\67\314\241\60\207\302x\230r(\324\221\60\311\206A\211\342\60\212\303\70\12"
"\343hH\342(\214\243\60M\352X\64\274\23\215w,\17B\7\63'\344\204l\320\206\65\316\201\70\7"
"\242aH\6\71+&Y\216\324r$Y\302,\311\302,\11\7)\321\301hx'\215\205/\17B\7"
"\63'D\303\220\206Y\64LY\32fi\26%\311\60\210q\66lI\26fI\26f\311\22fI\66"
"lI\16&:\30\15\357\4\215\212\61\17B\7/N\322\70\12\343tP\206!\314\242\34\310\242\312\260"
"D\305,J\322,J\262$+&\213\224DI\26%\322\232EI\216F\303;\1\215\243\63\17B\7"
"/'D\203\16dI\62$\203R\314\262%\312*Q\62\14I)\311\262-\314\222,J\262D\252\234"
"\222&%J\222\65\211\222j\34\15\357\4\215\263&\357A\7o\70\347@\234\3q\16\304\71\20\17w"
",'\344X\35\313\206\65\313\241$\312\241J\216\204\303!'\215\335/\317\301\7gP\206A\311\222\34"
"\311\222\34\311\222\34\31\224a\10\263\64\314\322(Y\322(\311\322(\311\206!J\262\34I\226\34\30s"
"\302A\215\341\61\17B\7\37\212\7\61\315\302\64\33\16I\26\25\7\251\34Fq\224DI\224\14IT"
")%Q\245\251\245\30\205\311\222ec\226C\225\34\11C\0\215\357-\17B\7\37\212\7-\316\262!"
"+e-\215\203\230\3i\22\207Y\232\245J\62\15Z\22f\225\60\253\204Ye\312\242u\320\261\22\0"
"\215\363\61\17B\7\37J\302AK\302\254\22fIS\222EJi\320\22\265\22\247\211\32*\245di"
"J\252I\230\244I\230\204Q%\231JC\230Eq:\215\365/\17B\7\37J\302A\213\262\346\254\62"
"e\311\220\16Z\216\244\311\220eC\232l\245$\215\262$\26\223\70K\222-\211\206\64KbU'\4"
"\216\12.\356A\7gP\206)\213\243,R\262b\70(\303\220\225j\245Jr\30\222ZT\251E\225"
"\332\60$\311\22EC\30\325\201\250\16\204\2\216\17\64\17B\7\37K\207\64K\242dQ\242ZR\213"
"\262\244\66D\215QR\253\306I\66\14Q\262\244Q\222\245Q\222\15C\224Hi\62\246\71\62\14\71\222"
"&\0\216\215\66\357A\7gH\206dH\242\260\22%Q\22%Q%J\222!\211\222(\13\243\70\13"
"\323h\270$K\26&\331\60(\265b\222\15\203\222,Y\66\16\203\16\344\0\216\253(\17B\7;\207"
"st\70\347@<\234s \36NY\16$a\16h\303AG\223\34\214rH\213\327lNr\70\4"
"\216\312\42\17B\7\37\310\11\71\62<\344H\16\15\7\261\217\303A\354\343p\320\241\34\370\35\310\11\71"
"!\7\216\314-\17B\7/\314\241\60\207\302x\230r(\32\306A*&\245\342 \25\223Rq\220\312"
"a\224\15C\22\325\232\262\246,J\267$\207\0\216\315#\357A\7gxP\322XN\263\341\240C\71"
"\66\234\263\362p\316\312\303\35\313\201\337\201\234\220\23r\0\216\322/\17B\7\63'\204\203\32g\303\240"
"\345@\34\16C\26F\265p\30\222a\211j\341\60d\71\20g\303\240\345@\234\3q\16\304\71\20g"
"\0\216\337.\17B\7/\315\221\64G\322t\30\242Al\32\244\254\322\224\16b\232\24\323AK\342\64"
"\311\206!J\342\60K\303,\315\322\60\312\201\0\216\342,\17B\7/'\344\204pX\206!\7st"
"\320\261\244\62\14\312 \246I\61\35\264\34I\323aH\262\64l\33\6-L\263\34\4\216\370)\16B"
"\7/\356m\30\262\70\33\206dP\242J\247\312\240D\225N\225A\31\206\254\24\15\247Z\251V\252e"
"\303\220U\3\216\375\60\17B\7/'d\303\20\266\14C\222\245\225p\20\323\244\226\204\203\224U\222)"
"R\6\61\7\262aH\206!\313\201\70\7\342\34\210\206[\16\2\217\3-\17B\7/\315\221\70\7\342"
"pX\206A\313\321A\312*\255\321\260\3IS\226\15R\226V\262a\210\222\270\16\244I\34fi\244"
"\12\217\11-\17B\7\63M\207!J\342\64J\206\217i\70\134r$\215\242a\210\372i\30\242$\213"
"Z\262a\310r \216\206C\322X\23\263\64\217\35\61\17B\7/'D\303!\252U\32\323D\31n"
"q\70,\303\220%Q[\22\15C\226DmI\64\14Y\222\306I\62\134\42\61\215\322\60\207B\0\217"
")(\17B\7\67\213\7m\220\263\34\30\262!\7\262x\320\6\71\251\3\17:\224c\303\71+\17\347"
"\254\66|\7rB\16\217*\61\17B\7/\316\201\70\7\322$\33\206$K\263\64\32\226A\351\216\15"
"\312\60DI\237\6\245c\66\14\311\60(\215Y\322\230%\215Y\32f\241\2\217\70\65\17B\7+\316"
"\201\64\211\303,\33\224\64\214\222A\31\206\34K*C\226\14J\224\364)\251\14\312\220\324JIeP"
"\242\244\226\15I\255\224\65%\265\212\24\1\217D\62\17B\7+\316\201\34\210\263\341A\311\201\250\30%"
"\203\64\14Ik\70H\303\220\264\206\203\62\234r \34\244a\310\302\64\13\323,\34\206,L\23\0\217"
"\233$\17B\7;\247\344\320p\320\31\322\34\312\322\341;\220\23rB\216\14\17\71\222\23rBN\310"
"\11\71\0\217\236,\20B\7\37\313\221!\14\207\34\310\201l\270\345\350\60DY\32Gi\234\304\331p"
"\31\324ZZK\206K\226\326\322tPki\10\217\261&\357A\7kx\313\11\311p\314\11\37\242$"
"k\12\223\60J\62-\223w,\34>\246\71\24\346P%\207S\0\217\262*\17B\7\67\313\201\7\61"
"\312\242p\70\210Q\26\205\303A\247\16o\71!\31\216\71\341C\224dMa\22FI\246e\362\0\217"
"\272'\317\301\7+\247$\303\240\206Y\216\325\261\322\20fi\230\245a\226fa\232\205i\224%i\222"
"Vr\60\33\16\1\217\274'\357\301\7;\307\302\34\13s(\315\11\71\234\204C\230\344@V\316\312Q"
"Z\311\201P\207\262\34Nr\60\33\16\1\217\305%\317\301\7'\32\206\70+gu\254\216\25\227A\211"
"\263rV\312\212IVL\262\252V\216\222\34\314\206\203\0\217\316.\317\301\7+\315\241H\32\302(\213"
"r \213r \213\222!\312\242\60\312\242\60\312\242\60J\22%\214\244$\215\262\34\210+im\70\4"
"\217\321$\357\301\7\37\15sd\314\206\34\310rBN\370V\316\312Y\71+Ga\34\205q\222Vr"
"\60\33\16\1\217\324,\357\301\7\37\15s`\10\243!G\242\234\220\23\16\312\20\305a\224diT\211"
"\243,\7\242J\234DY\232T\263$\7\263\341\20\217\353*\357\301\7\37\312\201\70G\302\34\212\206!"
"G\322\34I\243!JK\303\220Fi)-\245\245aH\243\64Lr\60\33\16\1\217\355-\357\301\7"
"\37\312\201,\312\221\250\216D\303\240\3Q\216U\207\64G\222\341\220\245\71\22&\71\20Fq\26\246Q"
"\32&\71\230\15\207\0\217\360)\357\301\7\37\312\201\70\211\323(\255c\303\35R\207p\7\262\244\234%"
"Q\32\325\302$+\246\71\222\346@\222\203\331p\10\217\367*\357\301\7\37\312\201,\252fI\224fI"
"\35\315\261\341\62\244\71\22\356@\226\224\243\326$+\246\71\222\346@\222\203\331p\10\217\375,\357\301\7"
"\37\213\353H\64\14b\24\347@\234\3\7e\210r\60\312\301h\270E\71\220E\71\220E\303-\312\201"
"(\311\301l\70\4\220\0,\357\301\7{\30\302,-\245\245a\310\221\64G\322h\210\206!\215ja"
"\224%i\24\306Q\222\245\221\32Fq\226\344`\66\34\2\220\1.\20B\7;\7\242\264(fq\16"
"\344\330p\7\323!\316\221\70G\222\341\240\305\71\222&\71\20fq\226\206I\35\210\262\34R\207C\0"
"\220\3/\357\301\7\37)\247I\16$Q\22\205Q\322\16):\230\204C\246\310Q\322\232DI\24f"
"Q\16dQ\61\312\242\60I\267$\7\263\341\20\220\6&\357\301\7;\315\322\260-M\206\203\16\345\204"
"t\312\232\262\246\254i\270\245a\26\346P\226CI\35\312\206\203\0\220\17+\357\301\7\37\33\263!G"
"\322\34I\206;\322\16\65\15I\226i\321\60g\345,\32\302,\15\243\60\11\223\70Lr\60\33\16\1"
"\220\20,\317\301\7+\33\6\61\315\221\60\207\223,\226\224h\10\23\71\213\222\64\221\224\64L\242\60\213"
"\212\211\226\3a\22'a\234\15\207\0\220\23\61\17B\7\37\33\242l\230\243\60\216\222a\210\303\34\32"
"\36\242\60\216\302\70J\206!\213\222\250\26%Q-\211\42%K\242J(\247I\16f\303A\220\24,"
"\357\301\7\37\312\201\64\311\201\254\34\245\71\220\14\212\16\245C\232#\311pLs$j\215ja\222\25"
"\263$\7\222,\7\262\341\20\220\32(\357A\7'\33\6\61G\322P\311\341\34\33.S\326\224\65\15"
"\267(k\312\232\206[\224\65eI))G\331p\20\220\35*\357\301\7;\315\302p+\311Y\224C"
"\303\16F\303-\221\302L\211\302d*fQ\61\213\212I\251\30\325*Y\16d\303A\220\37*\357\301"
"\7\37\312\201\70G\222\341\230\346\340\60\344HT\32\242\326h\30\322p\7\262\244\34\265&Y\61\315\201"
"$\7\263\341\20\220 *\357\301\7\37\312\201,\312\221h\30\322$\313\11\71\66\134\206\234\220\23\242a"
"H\243\264\224\226\206!\215\322\60\311\301l\70\4\220#(\357\301\7\37\212s \7\222\341 \305\71\66"
"\234\263\312\64\334\242\254i\270\305\71\220\14\7)\316\201\270\222\326\206\203\0\220.+\357\301\7\37\312\201"
"\70G\242aHK\71\360\220C\245!\32\206\64\311\212Qk\226\224\243\326$+fI\16$Y\16d"
"\303!\220\61.\317\301\7'\33nQ\326\224\225\223A\211\263\312\64\334\242\34\310\242dP\262(\311\222"
",J\6%\213r Kr@Jr\60\33\16\2\220\62\61\357\301\7\37Hr \214r \32nQ"
"\226CZ\216$\303\240\14Q\226\3Q\226\3\321\60\210Q\226\3Q\226\3\321p\213r,\311\301l\70"
"\4\220\70+\17B\7\37\310\221\64\207\302A\315\302\34\11sd\70$S\326\224\65\15\267\64\211\303H"
"\15\243\244\224\65U\207\244\16f\303A\220B.\357\301\7\37\310\322R\34&\71\220\14w(\207\223,"
"\31\22II\303D\316\242$M$%\15\223(\314\242b\242\224\223\60\316\206C\0\220E,\317\301\7"
"'\32\16Y\222#Y\222#\351pH\243,[\262$N\206C\226\204\71\220$\303\20&a\16(\303"
"-\256\244\265\341 \220G\60\357A\7+\33\206\64j\215\206!G\242:\62\14\321\220\346H\62\34\223"
"\254\230dI\61\311\226\60I\244$Lr Lb-\311\301l\70\4\220J-\357\301\7\67L\303,"
"N\6e\220j\71\26\16\361\20&S-\214ja\24\15C\324\26F\265\60\311\212I\244\324\222\34\310"
"\262\341 \220K)\317\301\7+\32\216IV\214\206!\7sp\30\242!j\215\206!\215Z\243aH"
"\353H\62\34\323\34H\302\70\33\16\1\220M\60\17B\7\37\311\221\70G\242a\20\243\70\7\342\34\70"
"(C\224\203\321\60\210\221\322\230\364\230$\303\20JIc\226da\26jI\16f\303!\220N\60\357"
"\301\7\37\70\266fC\222fQ\222C\225\34\31\6e\210\342\60J\206$\214\222(\11\243dH\302("
"\16\243\60\11\243\64Lr\60\33\16\1\220S)\357\301\7;\15kqNH\206;\224\243\303\20\15Q"
"Z\32\206\64JK\303\220Fii\30\322(\15\223\34\314\206C\0\220T+\357\301\7\37\312\201\70G"
"\242aH\353\330pG\262l\10\223\34H\206c\232#\321\60\244u$\31\216i\16$a\234\15\207\0"
"\220U/\17B\7\37\312\201\70G\242aH\303,\7\36r\312\20\15C\32\245\245aH\353H\64\14"
"b\222\345H\62\34\262\64\7\222\34\314\206C\0\220`,\17B\7\37\312\201\70G\242aH\353\330p"
"'\15\321\60\244QZ\32\206\64\324\302L\251FI\24'Q\226\206\265$\7\263\341\20\220c-\17B"
"\7\37\312\201l\30\322\250\65\32\206\34\314\261\341A'D\303\220Fii\30\322(\7\243aH\243\264"
"\64\14a\222\203\331p\10\220i\61\17B\7\37\311\201\34\310\201h\270\205Y\16&\71\64\134\246\254i"
"\270EYS\62(Y\224dI\26%\203\222E\71\220E\261\224\344`\66\34\4\220m\60\17B\7\37"
")'\303A\13\223\34H\206s\224D\361p\31\222(\211\302d\70\346\204h\30\322(-\15C\32\245"
"\245a\10\223\34\314\206C\0\220n-\17B\7\37\212s$\216\206CT'DY\16DYt\70D"
"maT\13\243h\20\223\34M:eR%jK\242\244\16f\303A\220u/\17B\7\37\310\302h"
"\70Hi\22G\303\71J\242\70\311\226I\316\242\341\26\345@\26\15\267\34I\223\341 \205YZ\21\223"
"\34\314\206\203\0\220w-\357\301\7w\270\245I\16$\303\61\211\222(\36\356P<$\303!\213\322J"
"\62(\241\224EY\66\310Y\32\206\303\226\344`\66\34\2\220x/\357\301\7s\210\206\250\267d\210\206"
",\311\222,\35\242!\7\262l\32na\226\206Y\232\14\7)\314\322,\15\243\34\210\222\34\314\206\203"
"\0\220z+\17B\7\37\312\201l\30\322\250\65\32\206\34\314\241\341;!\32\206\64JK\303\220Fi"
"i\30\322\254\34\245a\222\203\331p\10\220\177.\357\301\7\37\254\15Y\30U\6\251\35\214\222,\35\242"
"$\231\302AJr L\6-T\242d\220\332\302h\310\302\250V\311\301l\70\10\220\204(\317\301\7"
"'\33nQ%\312\242\341N\36\36tB\66\14a\226\206\331\60\204\225\254&%ab\12\223,\214\262"
"\341 \220\246(\16B\7\63\207\303A\254\15\227(\15\243\64L\262a\252\206Q\32f\303%\13kU"
"%L\223\60Ns \314\221\20\220\252+\357A\7g\30\224A\316JY)k\312Z\262\60\213\242\341"
"\20\305Z\61\311\232\262R\226)Q\230%Q\232\345H-\207\302\20\220\270\62\16F\7;\7\207d\70"
"\204\231\26FI\26FI\26&Q\26F\311\60(Q\222\205\231\26fZ\230\211\231RL\232\222()"
"*\221\22fQ\22\2\220\312+\16B\7/'\204\203\16e\303%\312\261(\213\262$\13\243J\234D"
"Y\224\265d\305Z%S\262R\222\205Q\230#\71\34\2\220\316,\15J\7+\207\303\341 ebT"
"\11\243\312\60%Q\30U\302\250\62L\231\16dR\230i\231RJ\242$J\242\242\34\346@\10\220\341"
"\60\357A\7g\30\242A+eM\225\341 \205Y\224\244YT\32\206\250\226\3Y\224\3Y\62\14Q"
"\246\204\221\222\205Q\22\226\342a\212\303(\4\220\350\60\17B\7/\247\244\203\62\14J\226cQ\26F"
"\305(K\242\341 \345`\224\203Y\64LY\24FY\24FJ\26FI\70Lq\30\345\204\20\220\355"
"+\16B\7/'\204\303C\222\345Pi\230\32\243$\33\246:\26E\303\224\245Y\261\26\16\211\222\14"
"b\22\207q\22\346@\32\2\220\365\61\17B\7;G\207hP\206\64\13\323(\31.Q\226\324\222\60"
"\251E\311p\211\262\244VJj\331pH\262\60U\322J<D\341\20\247\71\22\2\220\367\66\17B\7"
"+'dC\62DY\224DI\224DI\224D\311\220T\206\250R\214*b\66$\245J\30\15K\251"
"\230DI\224E\211%\213\224\266b\35\312r,\3\220\375\61\17B\7\63'd\311\240\14K-\214Z"
"\223,J\206\203\22\247Q\30G\331\60e\211\30eJ\30e\321\60)Y\30%a)\36\246\70\214B"
"\0\221L)\16B\7\37\313\206!K\223\264\22\16O\231\322QiV\232\62%\331\242\261\242\206\311\60"
"\310j\254\306\303\240%\325\60\2\221M\61\357A\7\343\220cI\66\210I\16D\303\220FIk\224\264"
"FI\313 %\311\222Eb\22\247I<\14I\234&\251\232\244\303 \15C\232#\0\221R\60\357A"
"\7'\32\16R\232\304i\222C\303%\214\222\250\26%Q\245\224DaR\333\42\71\231r \213\206["
"\224\3Y\224\3Y\64\234s \1\221T\62\17B\7\37J\207!\312\201$\32\306$\214\242aH\262"
"(\351\226(\25\61Q\332\242%\331B\61\13\323\341C\26\246Y\230f\341\60da\232\205\0\221b\61"
"\17B\7\37J\207!\312\201$\314\201$\34\36\222b\322cR\221\302\244mH*[(fa\232\205"
"\303\220\15k\26\246Y\70\14Y\230f!\0\221j\67\17B\7\37\13\207!\213\223t\310\222\60K\206"
"!iJ\32\263\244-\211\222\246,\251,\351\30\15J\32e\311\60DY\222FY\222FY\62\14\321"
"\240\244Q\226\0\221l\67\16B\7\37\36\6)\213\222\60)%a\222\14\203\224$JS\222(-\312"
"\220T\224EI\246$\31\243$Q\243$\31\6)I\324(I\324(I\206A\11U\65\221u\66\17"
"B\7\37\13\207!+%\321\260DI\32%\303\220EI\313pH\32\263\244-L\222\341\220\210I\26"
"\245Z\66\14\311\60\250a\226\206\331\60DI\226f!\0\221w\70\17B\7\37\314\206!J\322$L"
"\322$\34\224a\210\222,\351\224%\215Y\322\62\14J\262#b\216\244\321\240\14C\224%i\224%i"
"\224%\303\20\15J\32e\11\0\221x\65\17B\7\37\314\206!L\223\64N\302,\31\206d\30\224\266"
"$J\232\262\244oJ\262\15\211\30eI\32e\311\60$Mi\230\245Y\22\15C\224%i\222\6\221"
"\234\65\17B\7\37\314\206!\213\223l\30\242$\213\242aP\242Hi\31\6\245S\244t\212\224\344p"
"\314\302\64\213\222a\210\22k\224\14j\22e\303\220D\221*\16\221\270\62\17B\7\37\13\207!L\223"
"h\30\244$\214\242aH\302\244E\211\22\245eX:\265$\207E\214Z\207\17Q\322\232HU\245e"
"\30\42M\215R\0\221\310-\17B\7S\207\206l\30\302,\215\222\326lJ\303,M\206e\30\302,"
"\212\265(\236\252IS\232dMY\71\13\323(\16\223\34\11\221\314\36\317\301\7k\70\210}\34\16b"
"\37\207\203\16\345\204\34\32\16:\224\23rB\16\374\0\221\315\42\357\301\7\37\314\301A\34vB\16\374"
"\16\344\330p\316\312\303\71+\17w,\207\206\203\16\345\300\17\221\316/\357A\7g\30\222Aj\215\272"
"d\303\220\205Q\61\213*\303\62\14Y\24\306I\32\207\303\220\345@\234\3q\16\14Y\66\244I\230#"
"!\0\221\317#\357A\7o\70\347@<\234s \33\276\23\207sV\36\316Yy\270c\71\66\334\261"
"\34\31\36\22\0\221\321)\357\301\7\37\310\11\71\234\344`\226Ci\16\344@\232\14C\22\251\251\16\344"
"\320p\320\241\34k\7\242,\7\242\342\360\1\221\335-\17B\7/\316\201\270\222\306Q\230\206Y\230\14"
"a\16D\303-\16\207!\313\201\70\214\222\60M\324J\234\3C\26\16q\232#!\0\221\343.\16B"
"\7/\315\201\64N\302\70\312\6%LBe\210\302\254\232\245\331\60hQ\26GR\222\3I\242#\355"
"P\66\304\203\234D\71\24\1\222\15/\17B\7/\316\201\270\222\306Q\62\14J\216\204\311\324\230E\305"
",\252\14KT\314\206!\211\222\60\252\250\225\70\313\306l\310\221!\311a\0\222\64.\17B\7/\316"
"\201\270\22&i\224%a\234E\311\324\30\205Q\226\3\331\260\14C\230CI\224\304Y\242\265\244I<"
"\206;\22\346P\6\222D\60\17B\7/\316\201\270\22\225\243$J\323aH\222\251\16DY\16\304\341"
"\260\14\203\26\207Q\222%a\42&a\22f\351\224Ec\32\205\71\20\222[-\17B\7/'\204\203"
"\230d\305\250V\316\242d\253f\251\26\345\310\260\243\341\260DI\24F\211\26FIX\234\302d\35\246"
"\70L\0\222b+\17B\7/\316\201\270\222\306Q\230\206\303!Ys \235\323m\230\222j\230\224*"
"\245\26%\31\224\216\71\60\206;\220\346H\10\222q\61\17B\7/\316\201\34H\223\70\215\222aP\322"
"\34H\246,\316\312YmX\262\70\213\302()%Y\42u\211j\341\220\14\207(\13\223(\307\0\222"
"\200-\17B\7/'d\303\230Da)\11\263t\230\222)L\263\60\315\206iXja\226D-%"
"\61\221\252IV^J\321hIs\0\222\203/\17B\7/\315\221\270\222\306Q\62\14J\16\244\311V"
"\315\322\60\33\36\244\266\60\312\242$*&Z\24&Y)[\262h\310\322%\313!\0\222\205-\16B"
"\7/\207\263a\210\222(\215*i\222&\213\62\245Y\65\253\34\206\244[\245\42%}\221\222\245-\315"
"\226t\10\263\244\32&\0\222\221\61\17B\7/\316\201,\212\223\250\34%\303\20\245Q\230,Y\16\304"
"\71\20\15\237\312a\224EITL\264(L\262R\266d\321\220\205Q\222\305\3\222\230-\16B\7/"
"\315\201\64N\262a\252\244I\230dI\62&i\134\15\207)G\262a\220\22%L\22-L\212\265)"
"\34\322a\211\303\0\222\255\62\17B\7/N\322\70\312\222t\220*C\32fa\62\204C\230\15\71\20"
"\207\303\220\15Z\66\204Q\22fI\242F\225\34P\207HI\6MTr\64\222\355\61\17B\7\257\32"
"\266%Y\61J\303t\30\222dJ\303,\15\263\64\31\226a\10\323$\213\222,\11\23-\12\223\60\252"
"-Y\64d\351\222\345\20\0\222\363\61\17B\7/\316\201\270\222\14\247b\232\16C\222\214\71\22\15\267"
"\64\212\206)K\303a\220\222b\226HI\224%Q\226\244s\264\3I\226C\31\0\222\374\61\17B\7"
"+'d\303\245\224\3I\224\324\22\65J\242dH\206S\326\224\325\206\245\247,\351\224\364bJ\6%"
"\321r Zr`\310\322$\256\0\223\30.\357\301\7+\207\302\34\30\242$\33\322(\15\323\341\62d"
"I\61M\212iR\32\224\341\224&\305$KJ\211\64\134t ^\303\303\220\0\223 \60\17B\7+"
"\316\201\34H\223h\270DI\16\210\71\20\15\71\232\15\247\34\10\7\65\16\243\70\211\242!I\264(\325"
"\222\362\22\211S\70\210\71\6\223,\60\17B\7/\316\201\270\222\14\247b\232\16C\222L\215\331\60\204"
"YT\31\226a\10\343\60J\262\61\321\222Z\222E\305!\313\206\34Hs$\4\223/\62\17B\7/"
"\215\322R\230\204Q\30%\303\240\204Q\313\220Ei\66\14Z\16\16C\62\214-Q\22\205Q\242\15S"
"\22\26\207$L\206p\230\342\60\1\223\62\60\17B\7/'d\303\230\344@\30\305Y:L\311\16\244"
"\71\222F\303\307\34\210\262LJ*K\224hI-\311\242\342\220eC\232\244\71\220\2\223[\64\17B"
"\7+\315\221L\332\222(K\262(\311\222(]jC\22eR\226c\245A\31\224%\312\232\262\244\226"
"D\211\264\324$\61]\262$\332\242,\7\222\64\223\226+\16B\7/\256E-YR\213\302\352\60("
"S\232U\263lxH\322,\33\6)\251&\211\224&\265a\310vd\315\242\264\0\223\256\62\17B\7"
"/\316\201\270\222\14\247b\232\16C\222Li\230\15C\230\245\311\260\14C\230\245I\224$\303\20%R"
"\32%\321p\233\262hL\243\60\7\2\223\341\61\17B\7/\315\221\270\22\15C\26\325\352@\222%\207"
"[N\310\206!\31\226\64\314\206!\211\222j\224H\303\20%a\24O\245!\314\242$S\7\224\30\61"
"\17B\7/\316\201l\30\262$+FY\22\206\303!\331\341l\30\302,\252\14\313\60\204YT\211\222"
"d\30\242D\255d\303\20\216\341\66\134r\30\224Q\61\357\301\7+\207\302lP\262$J\262R\62("
"C\232%\331\220\14KVI\243l\320\206\35\15\207!K\242\244\213\226\64\211I\333\224\264L\303!\225"
"w&\357A\7s\70\347\204\203\16\344\204\203\16\344\330\360-\312\301\254\34&\71\220\346H\224\345@\222"
"\332\21-\7\1\225\200%\354I\7c\220\206-\312\264(\33\246a\213\62-\312\206i\330\61\35\323\61"
"\35\323\61\35\323\221D\207\22\0\225\211&\355E\7c\320\206\255\66l\303V\33\266a\16\345P\32\6"
"E\25\305$\324\242P\312B\61\11\325,\321\261\4\225\213*\354E\7c\220\206-\312\206i\330\242l"
"\230\206\35\223\206I\213\62-\312\224aP\264(\323\242L\312\62%L\22\35J\0\225\221'\15F\7"
"c\320\206\255\66l\303V\33\226dXS\65U\206\213\232\212\243\226\324\244&%\253\250\251\232%:\226"
"\0\225\223(\354E\7c\220\206-\312\206i\330\242l\230\206\35\223\206I\12#i\230\244\60\222\206I"
"\12#\35\323\221D\207\22\0\225\242'\15F\7c\320\206\255\66l\303V\33\266a\7\265\232\230\204\322"
"\60Dj\252\14\27\65\25\223P\253Ii\244c\2\225\243*\15F\7c\320\206\255\66l\303V\33\266"
"a\214\265a\222\322H\251e\342(i\322\220\3C\66hZM\253$\332 %\0\225\245*\15F\7"
"c\320\206\255\66l\303V\33\266a\7\265\244&\65)\322\240\34\242H\252dR\26J\225\212\224d\212"
"\24':&\225\262)\15F\7c\320\206\255\66l\303V\33\266a\253\211I(\15C$\245\221\64\14"
"\221\230\204b\22jQ\305\270\350\240\216\11\225\330-\355E\7c\320\206\255\66l\303V\33\266aG\42"
"e\310\42yH\224!\213\224())Cd\211\262H\32\242h\320\22K\32%\0\226\62.\16F\7"
"\37I\7\261\26\226\222\341\20eq\22\306Q\26G\331\260dQ\230dQ\230dQ\230(Y\230\324\322"
"$\255\204Y\22ei\6\226;-\356E\7cP\206)K\302\250\61j\214\222l\230\32\243\306(K"
"\302(K\206)K\302H\211\302(\311\302(\15\243l\70\350\60\0\226D\64\16F\7\37\310\242A\312"
"\242,\312\242\306\250e\30\222H\214\42%\214Z\242Z\22%Q\226DI\224%a\244Da\224da"
"\224\206Q\32%Q\232e\0\226M.\16F\7\37\210\7)\316\242a\211\212Q\245\224%\251\30E\246"
"h\213\266\260\226\14C\222\205\241R\13\223h\70\344H\230#a\216\204\0\226P\60\356E\7cH\206"
"!\252\244Q\22\245Q\22\15C\244\245Q\22\245Qe\30\242J\224%Q\22\225\224\232\226DY\330\26"
"&Y\24\252c\216\0\226[\60\16F\7\67\13\207$\213\222(\311\222(\211\26-\211\262P\253)Q"
"R\223\22m\220\302\64\12S%\31\6\245Z\7\322\34H\263\341\240\303\0\226b\60\16F\7\37I\207"
"\64\214\222\341\220D\71\240\324\201D\34\246$\7\243\34\213\222\341\20eQ\246dQ\226\204Q\226f\221"
"\232Eb:d\71\4\226c\61\16F\7\37\12\7\261\226\14\247\64\214\242aHjQ%\352\22E\303"
"\220dIT\311\222\250\222%\303\220(i\230D\303!G\302\34\11s$\4\226d,\356E\7c\10"
"\323(L\223\60\11\223\254\246\245QR\31\224)L\243\60\215\222aP\224\60M\262\244\26Fm-i"
"\222%q\14\226e\61\16F\7\37I\7-\315\262A\211\262\60\211\212Q\22\205YT\32\246\66-\211"
"\62-\211\62-\211\206!\211jJ\26ej\224\251\321\260FY\0\226j/\16F\7\37I\7\261\226"
"\14C\22\345XT\214\222\60\312\242\34\213\222\341\220\345P\226CY\62\14\211\22\245I-M\322J:"
"\14IZ\1\226p-\16F\7\37\12\7\261V\311\242\254\324\222%\245,\223\242a\252\3Q\226f\225"
"aH\262\34R\222\341\220\244\345,J\207!\211\303\4\226s-\16F\7\37I\207\60\215\206CR\255"
"D\303\20iQK\64\14Q%\352\62\14Q\61U\262\61\311\222Z\30\65i\331\16\244\71\220\2\226u"
"\60\16F\7\37\12\207\64\214\242aH\312a\22\207\332pH\302,j\311\222(\211B)\33$%\322"
"\242$\252d\71\22\346@\222\245Z\224\311\2\226v+\15F\7;\36\242\70\212\206A\211b\245u\34"
"\42%JB)\13\245aP\244,\134:)QR\22\7I\7u\244\35\212\0\226x,\16F\7\37"
"\12\7\261\226\14C\22\245a\224\206I\64\34\242\254\324\232dZ\246\205\265d\30\22%\15\223\70\314\221"
"\60\34\16\71\14\226z/\16F\7\37\12\7\261V\311\242\254\324\232\224\222A\221\322\60J\303,\31\206"
"$K\242J\226D\25%\32\206\244\232dq\26\245\225\60\7\2\226}\60\356E\7c\220\206%\213\302"
"$\312\206%\312\302\244\70,Q\216E\321p\213\342,\32\6-\211\222d)U\224\60\212\324(\323\201"
"\244\71\213\0\226\205\61\16F\7{\30\222!j\211\272D\321\60$\265\250R\213*\342\60$\345\60J"
"\303(\31\16Q\222eK-I\224(\31\24\61M\304\34\20c\1\226\206-\16F\7\37\210\207h\230"
"*i\224\264U\302Q\63%;\60%\303\20\25\323(\211R%\31\6\245-\15\207!\312\201\64\32\336"
"a\0\226\212-\16F\7;M\206\254T\307\222h\70$ijT\262(\223\222(i\312\42\251iR"
"JI\307(\251f\221&f\71\220d\71\22\2\226\216\61\16F\7;\313\6%\213\264di\252I-"
"%%\223\42\251e\210\302\64K\206!\311\222\64\311\222\64Q\242aHji\222V\322aH\322\12\0"
"\226\217\60\16F\7\37\313\206\70\213\242\341R\254DUuXjI\226Da\226D\7%J\242,Q"
"J\203R\252%a\224\64FmI\16D\331\60\4\226\224\61\356E\7cH\206C\224cI\66\14I"
"-M\304\64\251\15C\22\345X\224\14\207(\251%K)\211\224h\70\204Y&f\231\230%\211\30'"
"\0\226\233-\16F\7;\7\206(+%C\262\224*\375\213\226dQ\222\205Q%\31\222\222\216H\71"
"\246$\303\240T[ja\324\226\324\222\70\6\226\234\64\16F\7\37\12\7e\30\222,\312\242b\222E"
"\311pHr\60\212\206!\211\252I\226\14C\222%i\222%\303\220(i\230D\303!G\302\34\11s"
"$\4\226\240\63\16F\7\37\214\6qH\262d\215\302,\211\272\24\223Ri\30\222(Gj\321\260d"
"\71\220d\311\60$J\230&a\22%a\322\42&Y\242eC\4\226\243.\16F\7\37\12\207\250%"
"\312\222R\22\15\207$LJbT)e\231TM\242j\22E\313\260\224\262\244\77G\203Z\11\343$"
"\313\201\4\226\267.\17B\7/\316\201\70\34\246a\214\243\60\33\6e\20\243\34\32\246A\314\301\250\62"
"LI\65\35\223RRK\42\251\22\325\32\223XM\1\226\273*\17B\7\63\312\301,\207\206\203&\346"
"@\62\34\242b\16\15\207\64\314\241\341 \346\360p\310\201\64\207\262\34\334\241\355\16\15\226\304\62\17B"
"\7\263\222\3a\24g\71p\31\206,\223\342(\211\322t\330\222,\12\243,\12\243lX\242\60\212\223"
"\250\232%Q\70,\303\20eIN\210\1\226\305\62\17B\7\37J\302a\252\3Q\216D\321\60D\25"
")\215\224(\314\242a\32\6)\7\244r\22\15c\22U\243\306,\252\205\321\60dI\224ce\0\226"
"\306*\17B\7\63\312\301,\207\206\203&\346@\62\34\242b\16\15\207\64\314\241\341 f\71\360kR"
"\207\232\265LRS\35\310\1\226\307*\16B\7\37\310\11\71\360)\307\242\341)Kr \213\342h\70"
"%Z\254\14\203\26eq\64\14RV\315\212\341p\315\21\0\226\314\64\17B\7/\311\222\70\311\242\64"
"\211r )\15C\322\42\205\311\220DaR\32\246\244TLJ\305\244\64LI\251\230\224\212\311\42\205"
"\213\62\334\242\234\20\3\226\321\63\17B\7+N\322\70\212\6-Gj\303\20%\221\224&Ma\246\14"
"K\24Fq\30e\303\220\14c)U\242b\22%Q\26U\206!)\346H\32\3\226\342\61\16F\7"
"+N\322R\62\14I\16$\331\60D\321T\351TM\206\207$J\303(\32\206d\30\222,\211*\235"
"*K\251\232\14C\226T\303(\5\226\343\67\17B\7+\253\204Y)\31\6%\7\262h\230\6E\212"
"\243$\312\206!\31\226\250\22e\303\220Dq\70,\303\220Dq\30E\303\240Di\222\15S\26\305i"
"\222\2\226\350&\357A\7\343w '\344\204\34\31\36\242\264\224\226Z\262(K\242\326RK\26eI"
"\324ZJ\263$\312\261\10\226\352(\17B\7k\70\350P\216\14\17J\32KK\262\344H\216-\311N"
"\36\16:!'\244\303!'\344\204p\70\350\204\10\226\360-\17B\7k\70\350P\216\14\17J\32K"
"K\262\344H\216-\311\216d\71\224\306: )\303 \251a\16\205\71\222\346@\230\304U\0\226\362'"
"\17B\7k\70\350P\216\14\17J\32KK\262\344H\216-\311N\36\16:\307\341c\232\3\71\220\16"
"\7\235\20\1\226\366*\17B\7k\70\350P\216\14\17J\32KK\262\344H\216-\311\16%\71f\226"
"BIM\265a\320\11\71$\345\250NI\1\226\367#\357A\7k\70\350P\216\14\17J\32KK\262"
"\344H\216-\311N\36\16b\37\207\203\330\307\341 \1\226\373)\17B\7k\70\350P\216\14\17J\32"
"KK\262\344H\216-\311N\36\16b\343p\20\33\207\203\16\305\71\20\347\310\60\4\227\0(\357A\7"
"k\70\350P\216\14\17J\32KK\262\344H\216-\311N\34>\347\330p\20\243Z\30\325\302\250R\314"
"\221\14\227\7(\17B\7k\70\350P\216\14\17J\32KK\262\344H\216-\311N\36\336rB\62\34"
"s\302\267(\213\262\242\26\252\3\227\12'\357\301\7k\70\350P\216\14\17J\32KK\262\344H\216-"
"\311\316\360N\35\36\342,\7\242,J\223,\311\206\17\227\34.\17B\7k\70\350P\216\14\17J\32"
"KK\262\344H\216-\311\316\222\15\323\260\204\241\66l\211\24F\225dX\262b\232\15k\26&\0\227"
"'.\17B\7k\70\350P\216\14\17J\32KK\262\344\214\361\260\14c\322\226\246\323\60DY\250\264"
"E\211\64L\305,i\213\222\60\13#\0\227\62.\17B\7k\70\350P\216\14\17J\32KK\262\344"
"H\216-\311\216\306\203\64h\225R\66\210r\66-\311\216%\341\240%S\26\255\203\4\227R&\17B"
"\7\37\310\11\71\62<\344H\16\15\7\35\312\201\337\211\303\71\7\342\341\234\3\361p\316\201\70M\342\42"
"\0\227Y\63\17B\7/\315\221\64\35\206hH\303,\33\324\70\33\206d\30\262(\7\243hP\206A"
"\311\302(\32\304\250\226\14C\64\210Q-L\223R\222Fa\12\227^%\17B\7\67\313\261:V\35"
"\266a\315r\254\216\225\7m\220\263\34\253cu\254:l\303\232\345X\35\253\2\227b,\357A\7\343"
"\347\234\220\303\71\70\34\304(\213\302(\213\302h\220\302(\213\302(\213\302h\220\302(\213\302(\213\302"
"\341 \346P\4\227i$\17B\7\63\315\221\64\35\36\322:\222\346\310\60\344`\16\15\7\261\217\303A"
"\207r\340w '\344\204\34\227t\64\17B\7+\11\223\64\11\223l\30\242$M\262\250\264E\265L"
"J\242a\211\264\244TLJ\211\70HJ\34F\331\60$Q\34F\265\60\252\205\331\26\306\0\227\363%"
"\17B\7;\247\344\320p\320\31\322\34\312\322\341;q\70\347@\234\3\361p\316\201\70\7\342\341\234\3"
"\31\0\227\373\64\17B\7+\247\244\203\64hu\254\224e\203\226\344\330\60$\303\220#i\62H\303\220"
"dQ\232d\321\60$\203\224&Y\64\14I\26&\331\240\225\262(\15\227\377\63\17B\7\257\16eC"
"\62$C\22%Q\26\15I-)%Q\62$C\242dQ\22%Y\246\324\261\34\32\16:\220\245\303"
"\267\34\210\207s\16\304\303\15\230\2*\357A\7\37\370-\7\322\34\311\206!\314\322\60K\303l\30\302"
",\15\263a\10\263\64\314\322\60\33\206\260V\311\322\254\16\4\230\5,\357A\7\37\70\350X\70l\71"
"\222\15C\230\245a\226\206\331\60\204Y\32f\303\20fi\270\244\311\70\14Q\234\345P\232\3\71\20\230"
"\6\64\17B\7\67\307*\303\240\64\246I-N*\303\20%\255Q\322\32%\225a\210\222\326(\251\14"
"C\224\264FIk\224T\206!JJY\24&i\254\3\1\230\20'\357A\7g\220\206!mIs"
" \34\326,L\206!\11K\311\60&QX\34\306~\34\306\64\312\222\260\26\306\1\230\21/\357A\7"
"g\220\206!\7s\70G\207e\30\222\60K\262\60K\262aK\262\60K\262aK\262\60K\32\243H"
"\32\246bT\7\302\34\211\3\230\22.\357A\7+\311\206!\252\226\302\64L\206)L\302$\7\302h"
"\220\206-*fQ\64lQ\61\213\212Q\26\15SVj\211\302\64\212\3\230\30\60\17B\7/'d"
"\303 %i\34eq\70\14J\224\245\245\64G\206!\31\226\64N\206!\215\322(\311\322,\34\206\260"
"\226fi\16\344@\0\230-/\357A\7\343\220\14C\216\345p<H\303\224Ea\224Ea\224E\303"
"\64Ha\16\15S\26\205Y\222\205YrX\206\34\315\201(\307\302\4\230;.\17B\7\63'd\303"
"\20%q\232lq\222\15[\222\205\311p\314\241a\315\302,\251\14[\322\30ER\230\204\321\260\206Q"
"(V\324\70\230<.\17B\7/'\204\303\203\30\327\201pX\206!\11\223\250\22&QeX\206!"
"\11\213\303\266\205QR\12\223\250\62\214i\224\206mq\0\230L/\357A\7kP\206!\312\302t\320"
"\342,\32\264A\312rlP\206A\311\322pP\303\254\62$\203\226\244I\230\204Y\224hi\22\15\357"
"\4\230M/\17B\7+\247\204\303\203\230\245Y\234\16\333\20\205Q\26\205I\333\60\266%\331\60eQ"
"\230\14C\22FY\64LY)\33\244\60\312\222\70\230T\63\17B\7/\247d\303\220\14C\226fu"
" \311\6i\30\222,\312\232\212\203\224D\265(\313\6\251\230EI\226dQ\30\15R\226CY\232\204"
"j\226\0\230U\60\357A\7g\220\206!\311\322\60\13\323A\32\246,\12\243,\12\243A\32\266$\13"
"\263$\33\226\36#E\12\263$\33\266d*\15a)\215\3\230X\70\357A\7g\30\222a\311\322\60"
"J+\203\62HI\226dQ\62(Y\224d\311 %\203\222EY\66HI\42eQ\322-\222\222d"
"\220\262$\7\242$L\342\60K\0\230^/\17B\7/\7\243\312\60$\255\331\60d\261\70LI)"
"L\242J\230C\303\230Da)\31\226aH\302nI\66lQ\26e\245\60\211\13\230g\66\17B\7"
"/\247d\303\220\14C\26\246QZ\31\244aH\262(\251\225\222(\32\244aH\262(\251\15R\62("
"Y\224\324J\311\240\14RR\207\242AJ\322Z\2\230\250.\357A\7k\70\210\71\24\246K\230\14a"
"/\303\220\204IT\11\223\250\22&\303\220\204I\24\266DI\24\16I\313\220%M\71\262\303\1\230\333"
",\357A\7g\70\344\204(M\262$\233\262(\214\262\34\210\302(\213\322d\70hZ\324\32U\342\250"
"\61\213r +\25+\325T\1\230\337+\17B\7\37\310\341$\7\263\34J\262X\313$e\270h\71"
"\20\17\347\34\210\207s\216\244\231\24\247:\20\205q\22\247:\222\0\230\342\61\17B\7\63'\204C\232"
"dQ\32\65&Q\22e\303\324\222E\305A*fQq\220\212q\24&a\224D\265(\211\222\266$"
"\222\222P\12s\0\230\357\65\17B\7/\207\302\34\231\222lH\243:\220DI<L\303\224EI\24"
"\15R\22\325\242$\212\6)\251\305I-\11\243\60\252\205IS\222IR\26\305i\0\230\362\62\17B"
"\7/\315\221\64\7\222\60\7\242l\220\222(\11\223a\312Z\242t\20\323,L\7-\11s \11\223"
"\64\11\243\254\245\224eR\222Fa\16\4\230\374\70\17B\7\63'd\303\220%\71\222E\71\20%\321"
"\260$\303\16(Y\16D\203\62(Q\226dI\64(Y\22\245\203\22%Y%\252#QR\7\42)"
"L\262\34\212\0\230\375\63\17B\7\263\16\205\71R\32\306(\11\263$J\243a\31\222\266$J\262A"
"\211\222\254\62$\331\240\204Y\32%Y\222\25\243j\224\264FR\64L\71\12\230\376\62\17B\7/\314"
"\241\60Gj\71\22E\303\220\224\244p\30\262\64\13\323A\31\206(K\242\322\240D\255QK\26\365\244"
"DIS\222Ia\232#!\0\231\12.\17B\7\63\315\241,\36\36r$\207\206\203\16\344\320\360\255"
"\65\31\206$\222\322H\34\206\34Isd\30\222\70Sr \311t@\216\0\231\23\65\17B\7/\7"
"\342P\21\223dJ\262\250%J\302(\33\224\341\22eQ\70dQ\22\325\242$\32\62E\13'-\11"
"\243\60\312\222.\232\224$J\243\222\306\1\231(\61\17B\7\63\315\221\270\22\15C\26%i\224Di"
"\64L\203R\213\262l\220\262\246A\33\244\34\210s \11\207\251\26FI)\214\244h\230\342\60\231\226"
"*\17B\7/\7r \15\207\317\71\234\203\303A\314\241\60\207\302\341 \346P\230C\341p\20s("
"\314\241p\70\210\71\24\1\231\231'\17B\7\37\232\207\35\316\11\71\360kR\207\232\265LR\206\213\226"
"\3q\16\304\303\71\7\342\34\210\207s\16d\0\231\254%\355A\7k\70Ha\16<da\16<d"
"a\16\204\71\360\240\243Y\324\22\265\224Zt\60\207\222\34\214\0\231\304-\17B\7\37K\207-\215\322"
"t\330\322(\33\206d\330\322(-\245\342\60%\71T\311\222\246\226\246\226\26\251\232\224\302\244TMr"
" \231\305,\357A\7g\230\6\251\230E\303\224E\305,\32\246,*\16R\61)\15S\222C\225,"
"ijijijM\302J\24\246Q\34\231\306\66\357A\7gP\206A\251\345\310\240\244Q\222%Y"
"\64(Q\222%Y\224dIV\34\224,GJI\226\64%Y\322-J*b\22&\71\226$\303 "
"\346\30\0\231\320\64\17B\7\37\14\207!\314\242\34\34\206hP\242\34\310\206!\314\242\34\310\242\34\310"
"\206A\31t$\213\222nQ\322-J\272E\71\220\345@\222\14s\216\0\232\16/\17B\7\37K\207"
"-\215\242a\210\206-\215\302$\34\226\254\24\15\203\22\345@\66,K\216tJ\372\224\264,Q\322\247"
"\264%L\342\32\0\232\22\62\357A\7gX\206\251\230E\303\226dQ\34\16\223\222E\221\224(Q\34"
"\16\313\60\304I\24)\235\42\245e\30\224\306,\15\223\60I\206A\314\322\0\232\23\62\17B\7\37\14"
"\207-\311\242\60\213\206%M\242p\220\206\261\24\207Q\66\14\311\260D\345$\212\224\226aP\32\263\244"
"-\211\322,I\223\254\232\245\1\232\60\67\17B\7\37\210JC\226\324\242h\30\242b\34%\303e\210"
"\302,J\206A\212\224(K\242h\30\242!\252F\321\60D]\243h\30\224(\207\222(\351\42\351H"
"\2\232Z\60\17B\7\253\30\16\203\24G\331\260\14\213\226\244Y\222\15IXJ\262$\33\222DSs"
"p\70\210uh\70\210uhx\210\222\250\226dQE\232\250)\17B\7o\70\347@<Lq\30\305"
"a\24\16\17J\216J\303%\314\201x\70\347@<\234s \316\201\70M\342\42\0\232\304\67\17B\7"
"\37\315\6\71+\15C\262\324\302\244\224\204\303\20\15C\232\324\222A\314\222,Q\6e\220\222,\311\242"
"dP\6)\311\222,J\272EIT\351\34%\331 \232\330(\17B\7;\247\344\300\357\324a\310\221"
"\64G\322\34\31\206\234<<D\71\30E\303\20\265F\255Qi\30\242:\246\0\232\352)\17B\7k"
"\220\263\34\21\7I\316\261l\20\305X\33\256YQ\33\206D\7s\340\327\34\36\6\71\312Rq\207\266"
"!\1\233<*\17B\7;\207sp\70\210}\34\16b\226\206Y\32\16\7\35H\262\34\210\352H\224"
"Di\226\14Z\30'i\254\3\207\0\233B\61\17B\7\37\313\341xP\206!G\242:\22\325\221a"
"H\206A\252\205Q-\34\206,.\205JVJ\244a\210\222A\311\222(\7\243,\16\207\0\233E."
"\17B\7\63\256\3\341\60daT\31\244\266p\30\262\60\212\206A\211j\341\60Dk\245\250\224Z\244"
"j\62Ha\24\207Q\16\211\303!\233T-\17B\7\37\311\221\341!\252\246\303\62h\221\66&J\67"
"\245\26U\206c\222\25\223\341\230d\305d\70V\212\225A\213\244,\261\16\3\233Z\42\16B\7\67\207"
"st\30\342j\234\16/\305ZX\33\16ZX\13k\303A'\325JYM\314\12\233\256\60\17B\7"
"+\15\263\70\213\206\60\312\242\34\213\262aP\6\61M\212iR\32\246AL\223b\232T\206A\31\304"
"\234\20&ma\322\226\23B\0\233\350\61\17B\7+\316\201\34H\7e\30\224,\207\262\34\34\226A"
"K\242$\253DI\226\15KV\211\222AK\242,\35\226v\250\245[\246\364\16\247\0\234\345%\15F"
"\7\67\7sl\70\346@\70\34s \34\216\71:\34\244\34\35\16Z\324\22\265\224Zt\244\16F\0"
"\234\364.\16F\7\37\311\321x\210\206!\211\252I\24\15C\22U\223(\32\206$\252\3Q\64\234\352"
"@\24\15\357\220\224\364\232t\315\201\34T\0\235\217.\17B\7s\13\207\64\7\262dX\242J\30e"
"\321\60v\34\246A\312\241p\30\262\60\36\246a\310r,J\372\24)=\346\200\16*\0\236\227/\17"
"B\7kX\206\235\66H\203V\312\62)\222\262$Q\332\241\34\31\336J\71\360 fQq\70\210I"
"\230U\206d\310\242\60\324\206h\20\236\246$\17B\7\37\310\11\71\62<\344HN\310\241\341\240C\71"
"!\7~\314\341\341\232\244\265:\270C\333\35\32\236\273/\17B\7\37\310)\71\62<DY\230fa"
"\232\205\351\60$\203\224\205i$\246\321\61iQ\262\244\224\224\222(\211*a-\15s(\314\0\236\304"
"%\17B\7\67\313\261:\360\240\3Y\216U\207\357@\216\15\347\254<\234\263\362pgIs \7B"
"\35R\0\236\322&\357A\7k\70\210\215\303Al\34\16:\224C\303A\207rB\16\374N\213ja"
"\26eQ\30eI\216&\0\236\331\63\17B\7\37\14\207!K\242\266(\31\206,\214*\303\62\14Y"
"\16\244I\66\14Q\22\207Y:$Y\62\204iN\213ja\26eQ\30eI\216&\0\237\23\61\17"
"B\7\63\316\201\70\33\6-\7\262a\10\343p\30sp\230\206)\213\302(\213\302(\213\206-\311\302"
",\11\243\64\7\206(\211\206\64\213\342\64\237;#\17B\7;\7\207s\16\304\303\71\7\342\341N\36"
"\16b\343p\20\33\207\203N\33>\246\71\20\207\0\237b\62\17B\7\63N\223\70M\306\64I\223\60"
"I\223h\30\224v(KJ\305LI\224Aj\215\206!\314\222%J\62%\321\302h\310\302!\12s"
"B\4\0";
#endif /* U8G2_USE_LARGE_FONTS */
| 87.504403 | 237 | 0.666684 |
90c778a0806a36d767cc03226c86adf6c959e316 | 98 | dart | Dart | lib/entities/announce_type.dart | casino-plus/casino-plus-front | 313664b65bc335ebfeed42a8060f968fd8f1c05b | [
"Apache-2.0"
] | null | null | null | lib/entities/announce_type.dart | casino-plus/casino-plus-front | 313664b65bc335ebfeed42a8060f968fd8f1c05b | [
"Apache-2.0"
] | 2 | 2021-08-08T14:29:20.000Z | 2021-08-08T14:49:34.000Z | lib/entities/announce_type.dart | casino-plus/casino-plus-front | 313664b65bc335ebfeed42a8060f968fd8f1c05b | [
"Apache-2.0"
] | null | null | null | enum AnnounceType {
BetComplete,
PutComplete,
PutAction,
NewPlayerEnter,
PlayerLeave,
}
| 12.25 | 19 | 0.734694 |
1226d93a9e0064da1fb7ce661d203a7740d22133 | 173 | h | C | Samples/MethodsTests.h | GetResponse/iOS-Developer-Kit | ee00d9637e484128560c2258f9455bddc884105e | [
"MIT"
] | 2 | 2015-12-10T09:00:01.000Z | 2016-01-15T13:13:18.000Z | Samples/MethodsTests.h | GetResponse/iOS-Developer-Kit | ee00d9637e484128560c2258f9455bddc884105e | [
"MIT"
] | null | null | null | Samples/MethodsTests.h | GetResponse/iOS-Developer-Kit | ee00d9637e484128560c2258f9455bddc884105e | [
"MIT"
] | null | null | null | //
// MethodsTests.h
// APIWrapper
//
// Copyright © 2016 GetResponse. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MethodsTests : UIViewController
@end
| 13.307692 | 54 | 0.699422 |
41a78c6de8c0e61919d0e89832063c07509a7bd7 | 1,343 | lua | Lua | modules/termfx/lib/luarocks/rocks-5.3/termfx/0.7.1-1/samples/printtest.lua | katka-juhasova/BP-data | 7e9d23d217f69af7b8f0a9c063d9be54e992d8d5 | [
"MIT"
] | 1 | 2021-01-26T08:07:39.000Z | 2021-01-26T08:07:39.000Z | modules/termfx/lib/luarocks/rocks-5.3/termfx/0.7.1-1/samples/printtest.lua | katka-juhasova/BP-data | 7e9d23d217f69af7b8f0a9c063d9be54e992d8d5 | [
"MIT"
] | null | null | null | modules/termfx/lib/luarocks/rocks-5.3/termfx/0.7.1-1/samples/printtest.lua | katka-juhasova/BP-data | 7e9d23d217f69af7b8f0a9c063d9be54e992d8d5 | [
"MIT"
] | 2 | 2020-06-19T15:47:12.000Z | 2021-01-26T08:07:41.000Z | -- sample for termfx
-- Gunnar Zötl <gz@tset.de>, 2014-2015
-- Released under the terms of the MIT license. See file LICENSE for details.
tfx = require "termfx"
tfx.init()
ok, err = pcall(function()
---------- vvv draw here vvv ----------
tfx.outputmode(tfx.output.COL256)
tfx.clear(tfx.color.WHITE, tfx.color.BLACK)
buf = tfx.newbuffer(16, 15)
buf:clear(tfx.color.BLACK, tfx.color.WHITE)
str = "Hallodradihödel"
-- fixed length for above string, in the absence of utf8 libs
for w = 15, 1, -1 do
tfx.printat(1, w, str, w)
tfx.printat(tfx.width()-w+1, w, str)
buf:printat(1, w, str, w)
end
tbl = {
tfx.newcell('H', 1, 0),
tfx.newcell('a', 2, 0),
tfx.newcell('l', 3, 0),
tfx.newcell('l', 4, 0),
tfx.newcell('o', 5, 0),
tfx.newcell('d', 6, 0),
tfx.newcell('r', 7, 0),
tfx.newcell('a', 8, 0),
tfx.newcell('d', 9, 0),
tfx.newcell('i', 10, 0),
tfx.newcell('h', 11, 0),
tfx.newcell('ö', 12, 0),
tfx.newcell('d', 13, 0),
tfx.newcell('e', 14, 0),
tfx.newcell('l', 15, 0),
}
for w = 1, #tbl do
tfx.printat(1, #str+w, tbl, w)
tfx.printat(tfx.width()-w+1, #str+w, tbl, w)
buf:printat(1+w, w, tbl, #tbl - w + 1)
end
tfx.blit((tfx.width() - buf:width()) / 2, (30 - buf:height()) / 2, buf)
---------- ^^^ draw here ^^^ ----------
tfx.present()
tfx.pollevent()
end)
tfx.shutdown()
if not ok then print("Error: "..err) end
| 21.66129 | 77 | 0.595681 |
2a15b568d10fe59a2385d4f26a0078664ab9ac0e | 2,440 | java | Java | src/main/java/com/huaxin/cloud/tms/tray/service/impl/RfidBindOrderDetailServiceImpl.java | tmstray/hx_tms_tray | 72dabb17537af35d672b34362021f005c33131ce | [
"Apache-2.0"
] | 1 | 2019-12-12T03:06:59.000Z | 2019-12-12T03:06:59.000Z | src/main/java/com/huaxin/cloud/tms/tray/service/impl/RfidBindOrderDetailServiceImpl.java | tmstray/hx_tms_tray | 72dabb17537af35d672b34362021f005c33131ce | [
"Apache-2.0"
] | null | null | null | src/main/java/com/huaxin/cloud/tms/tray/service/impl/RfidBindOrderDetailServiceImpl.java | tmstray/hx_tms_tray | 72dabb17537af35d672b34362021f005c33131ce | [
"Apache-2.0"
] | null | null | null | package com.huaxin.cloud.tms.tray.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.huaxin.cloud.tms.tray.common.utils.text.Convert;
import com.huaxin.cloud.tms.tray.dao.RfidBindOrderDetailMapper;
import com.huaxin.cloud.tms.tray.entity.RfidBindOrderDetail;
import com.huaxin.cloud.tms.tray.service.RfidBindOrderDetailService;
/**
* 提货单绑定RFID明细Service业务层处理
*/
@Service
public class RfidBindOrderDetailServiceImpl implements RfidBindOrderDetailService
{
@Autowired
private RfidBindOrderDetailMapper rfidBindOrderDetailMapper;
/**
* 查询提货单绑定RFID明细
*
* @param id 提货单绑定RFID明细ID
* @return 提货单绑定RFID明细
*/
@Override
public RfidBindOrderDetail selectRfidBindOrderDetailById(Integer id)
{
return rfidBindOrderDetailMapper.selectRfidBindOrderDetailById(id);
}
/**
* 查询提货单绑定RFID明细列表
*
* @param rfidBindOrderDetail 提货单绑定RFID明细
* @return 提货单绑定RFID明细
*/
@Override
public List<RfidBindOrderDetail> selectRfidBindOrderDetailList(RfidBindOrderDetail rfidBindOrderDetail)
{
return rfidBindOrderDetailMapper.selectRfidBindOrderDetailList(rfidBindOrderDetail);
}
/**
* 新增提货单绑定RFID明细
*
* @param rfidBindOrderDetail 提货单绑定RFID明细
* @return 结果
*/
@Override
public int insertRfidBindOrderDetail(RfidBindOrderDetail rfidBindOrderDetail)
{
return rfidBindOrderDetailMapper.insertRfidBindOrderDetail(rfidBindOrderDetail);
}
/**
* 修改提货单绑定RFID明细
*
* @param rfidBindOrderDetail 提货单绑定RFID明细
* @return 结果
*/
@Override
public int updateRfidBindOrderDetail(RfidBindOrderDetail rfidBindOrderDetail)
{
return rfidBindOrderDetailMapper.updateRfidBindOrderDetail(rfidBindOrderDetail);
}
/**
* 删除提货单绑定RFID明细对象
*
* @param ids 需要删除的数据ID
* @return 结果
*/
@Override
public int deleteRfidBindOrderDetailByIds(String ids)
{
return rfidBindOrderDetailMapper.deleteRfidBindOrderDetailByIds(Convert.toStrArray(ids));
}
/**
* 删除提货单绑定RFID明细信息
*
* @param id 提货单绑定RFID明细ID
* @return 结果
*/
@Override
public int deleteRfidBindOrderDetailById(Integer id)
{
// return rfidBindOrderDetailMapper.deleteRfidBindOrderDetailById(id);
return 0;
}
}
| 25.684211 | 107 | 0.713525 |
5acb737f3d64d005af42e7a22e69f3928c6c1c20 | 2,761 | swift | Swift | Data_Structures_and_Algorithms_in_Swift/Ch37_Graphs_Challenges.playground/Pages/1. Count the Number of Paths.xcplaygroundpage/Contents.swift | WooRaZil-Boy/Raywenderlich_iOS | 8c3ed8318afd6af52fdc76c8dd54defb55aee4ca | [
"Unlicense"
] | 14 | 2018-10-11T23:29:19.000Z | 2022-01-19T14:43:51.000Z | Data_Structures_and_Algorithms_in_Swift/Ch37_Graphs_Challenges.playground/Pages/1. Count the Number of Paths.xcplaygroundpage/Contents.swift | WooRaZil-Boy/Raywenderlich_iOS | 8c3ed8318afd6af52fdc76c8dd54defb55aee4ca | [
"Unlicense"
] | 8 | 2020-12-22T01:57:27.000Z | 2021-08-30T02:05:01.000Z | Data_Structures_and_Algorithms_in_Swift/Ch37_Graphs_Challenges.playground/Pages/1. Count the Number of Paths.xcplaygroundpage/Contents.swift | WooRaZil-Boy/Raywenderlich_iOS | 8c3ed8318afd6af52fdc76c8dd54defb55aee4ca | [
"Unlicense"
] | 4 | 2019-11-18T12:49:15.000Z | 2021-04-08T03:22:47.000Z | // Copyright (c) 2019 Razeware LLC
// For full license & permission details, see LICENSE.markdown.
/*:
# 1. Count the Number of Paths
Write a method to count the number of paths between two vertices in a directed graph.
*/
//방향 그래프에서 두 정점 사이의 경로 수를 세는 메서드를 작성한다.
//ex. 아래 예에서는 A 에서 E 까지 5개의 경로가 있다.
//: 
//Graph에서 두 정점 사이의 경로 수를 찾는 함수를 작성한다.
//한 가지 해결 방법은 깊이 우선 순회(depth-first traversal)를 수행하고, 방문한 정점을 추적하는 것이다.
extension Graph where Element: Hashable {
public func numberOfPaths(from source: Vertex<Element>, to destination: Vertex<Element>) -> Int {
var numberOfPaths = 0 //출발지와 목적지 사이에서 발견한 경로의 수를 추적한다.
var visited: Set<Vertex<Element>> = [] //방문한 모든 정점을 추적한다.
paths(from: source, to: destination, visited: &visited, pathCount: &numberOfPaths)
//helper 메서드를 재귀적으로 호출한다.
return numberOfPaths
}
func paths(from source: Vertex<Element>, to destination: Vertex<Element>, visited: inout Set<Vertex<Element>>, pathCount: inout Int) {
visited.insert(source) //방문한 정점에 source(from)를 추가하면서 알고리즘을 시작한다.
if source == destination { //source와 destination가 같은지 확인한다.
pathCount += 1 //같다면, 경로가 존재하는 것이므로 pathCount를 1 추가한다.
} else { //source와 destination가 같지 않은 경우
let neighbors = edges(from: source) //source에서 모든 인접 간선을 가져온다.
for edge in neighbors {
//해당 source의 모든 간선에서 이전에 방문하지 않은 인접 정점을 재귀적으로 탐색하여 destination 정점에 대한 경로를 찾는다.
if !visited.contains(edge.destination) {
paths(from: edge.destination, to: destination, visited: &visited, pathCount: &pathCount)
}
}
}
visited.remove(source)
//방문한 정점 set에서 source를 제거하여, 해당 node에 대한 다른 경로를 계속해서 찾을 수 있도록 한다.
}
}
//깊이 우선 그래프 탐색을 구현하고 있다. 목적지에 도달할 때까지 경로를 재귀적으로 진행(dive down)하고, stack에서 pop하면서 추적한다.
//시간 복잡도는 O(V+E)이다.
let graph = AdjacencyList<String>()
let a = graph.createVertex(data: "A")
let b = graph.createVertex(data: "B")
let c = graph.createVertex(data: "C")
let d = graph.createVertex(data: "D")
let e = graph.createVertex(data: "E")
graph.add(.directed, from: a, to: b, weight: 0)
graph.add(.directed, from: a, to: d, weight: 0)
graph.add(.directed, from: a, to: e, weight: 0)
graph.add(.directed, from: a, to: c, weight: 0)
graph.add(.directed, from: b, to: d, weight: 0)
graph.add(.directed, from: b, to: c, weight: 0)
graph.add(.directed, from: d, to: e, weight: 0)
graph.add(.directed, from: c, to: e, weight: 0)
print(graph)
// 0: A ---> [ 1: B, 3: D, 4: E, 2: C ]
// 1: B ---> [ 3: D, 2: C ]
// 2: C ---> [ 4: E ]
// 3: D ---> [ 4: E ]
// 4: E ---> [ ]
print("Number of paths: \(graph.numberOfPaths(from: a, to: e))") // 5
//: [Next Challenge](@next)
| 37.821918 | 138 | 0.631293 |
e4efcc31605f33ad027fe39f37815462838f14ae | 1,091 | swift | Swift | Package.swift | ezhes/KVNProgress | 89eb3509dfadc9f30a17d20b0c5c187a92db334c | [
"MIT"
] | null | null | null | Package.swift | ezhes/KVNProgress | 89eb3509dfadc9f30a17d20b0c5c187a92db334c | [
"MIT"
] | null | null | null | Package.swift | ezhes/KVNProgress | 89eb3509dfadc9f30a17d20b0c5c187a92db334c | [
"MIT"
] | null | null | null | // swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let package = Package(
name: "KVNProgress",
defaultLocalization: "en",
platforms: [
.iOS(.v9),
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "KVNProgress",
targets: ["KVNProgress"]),
],
dependencies: [],
targets: [
.target(
name: "KVNProgress",
path: "./KVNProgress",
exclude: [
"KVNProgress-Info.plist",
"KVNProgress-Prefix.pch",
"main.m",
"Demo"
],
resources: [
.process("Resources/KVNProgressView.xib"),
],
publicHeadersPath: "Classes",
cSettings: [
.headerSearchPath("Categories"),
.headerSearchPath("Classes"),
]
)
]
)
| 27.275 | 117 | 0.514207 |
624f53f3e9f72c775ff3e9bfe8185112ed6b019a | 3,229 | swift | Swift | CourseRater/HomeViewController.swift | zhengwu123/instragram_demo | 593e2ffee9a77c8ac3087118133a94e0902f2c3c | [
"Apache-2.0"
] | null | null | null | CourseRater/HomeViewController.swift | zhengwu123/instragram_demo | 593e2ffee9a77c8ac3087118133a94e0902f2c3c | [
"Apache-2.0"
] | 1 | 2017-03-18T10:31:47.000Z | 2017-03-18T10:31:47.000Z | CourseRater/HomeViewController.swift | zhengwu123/instragram_demo | 593e2ffee9a77c8ac3087118133a94e0902f2c3c | [
"Apache-2.0"
] | null | null | null | //
// HomeViewController.swift
// CourseRater
//
// Created by New on 2/27/16.
// Copyright © 2016 CodeMonkey. All rights reserved.
//
import UIKit
import Parse
class HomeViewController: UIViewController,UITableViewDataSource,UITableViewDelegate {
var refresher: UIRefreshControl!
@IBAction func onLogOff(_ sender: AnyObject) {
print("logout")
PFUser.logOut()
}
@IBOutlet var tableview: UITableView!
var activityIndicator = UIActivityIndicatorView()
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
refresher = UIRefreshControl()
refresher.attributedTitle = NSAttributedString(string: "Pull to refresh")
refresher.addTarget(self, action: #selector(HomeViewController.refresh), for: UIControlEvents.valueChanged)
self.tableview.addSubview(refresher)
}
func refresh(){
}
var captions = [String]()
var usernames = [String]()
var imagefiles = [PFFile]()
override func viewDidAppear(_ animated: Bool) {
let query = PFQuery(className: "zhengPost")
query.findObjectsInBackground(block: { (objects, error) -> Void in
if let objects = objects {
for object in objects {
self.captions.append(object["message"] as! String)
self.imagefiles.append(object["imageFile"] as! PFFile)
self.usernames.append(object["username"] as! String)
self.tableview.reloadData()
}
}
})
}
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
return usernames.count
}
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
let cell = tableview.dequeueReusableCell(withIdentifier: "cell") as! photoCell
imagefiles[indexPath.row].getDataInBackground { (data, error) -> Void in
if let downloadedImage = UIImage(data: data!) {
cell.cellImage.image = downloadedImage
}
}
cell.captionLabel.text = captions[indexPath.row]
cell.usernamelabel.text = usernames[indexPath.row]
return cell
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
func displayAlert(_ title: String, message: String) {
let alert = UIAlertController(title: title, message: message, preferredStyle: UIAlertControllerStyle.alert)
alert.addAction((UIAlertAction(title: "OK", style: .default, handler: { (action) -> Void in
self.dismiss(animated: true, completion: nil)
})))
self.present(alert, animated: true, completion: nil)
}
}
| 29.09009 | 115 | 0.567978 |
2631613a05540e39b8393a32ec7ef1d25574eedf | 434 | dart | Dart | lib/provider/product.dart | Jasurbek-Jaxongirov/Shopping-application | 7c98df186e7c9329a5ba771a468a423d0bd0b610 | [
"Apache-2.0"
] | null | null | null | lib/provider/product.dart | Jasurbek-Jaxongirov/Shopping-application | 7c98df186e7c9329a5ba771a468a423d0bd0b610 | [
"Apache-2.0"
] | null | null | null | lib/provider/product.dart | Jasurbek-Jaxongirov/Shopping-application | 7c98df186e7c9329a5ba771a468a423d0bd0b610 | [
"Apache-2.0"
] | null | null | null | import 'package:flutter/foundation.dart';
class Product with ChangeNotifier {
final String id;
final String title;
final String description;
final double price;
final String imageUrl;
bool isFavorite;
Product({
this.id,
this.title,
this.description,
this.price,
this.imageUrl,
this.isFavorite = false,
});
void toggleFavorite() {
isFavorite = !isFavorite;
notifyListeners();
}
}
| 17.36 | 41 | 0.677419 |
21967ce77bda8b21e451f11135c3cb9b3ab8e9a6 | 10,124 | rs | Rust | maths/src/vec3.rs | sketchpunk/fungi_rs | 36d164a933915abb1a46d6fa9c2d64a2b9d2e182 | [
"MIT"
] | 12 | 2019-05-04T11:21:38.000Z | 2021-07-01T05:27:34.000Z | maths/src/vec3.rs | sketchpunk/fungi_rs | 36d164a933915abb1a46d6fa9c2d64a2b9d2e182 | [
"MIT"
] | null | null | null | maths/src/vec3.rs | sketchpunk/fungi_rs | 36d164a933915abb1a46d6fa9c2d64a2b9d2e182 | [
"MIT"
] | null | null | null | #![allow(dead_code)]
//##############################################################################
// CONSTANTS
pub const VEC3_ZERO : Vec3 = [ 0.0, 0.0, 0.0 ];
pub const VEC3_FWD : Vec3 = [ 0.0, 0.0, 1.0 ];
pub const VEC3_BACK : Vec3 = [ 0.0, 0.0, -1.0 ];
pub const VEC3_UP : Vec3 = [ 0.0, 1.0, 0.0 ];
pub const VEC3_DOWN : Vec3 = [ 0.0, -1.0, 0.0 ];
pub const VEC3_L : Vec3 = [ 1.0, 0.0, 0.0 ];
pub const VEC3_R : Vec3 = [ -1.0, 0.0, 0.0 ];
//##############################################################################
// TYPES
pub type Vec3 = [f32; 3];
//##############################################################################
// MAIN
pub trait Vec3Trait{
////////////////////////////////////////////////////////////
// Static Functions
////////////////////////////////////////////////////////////
fn new( ) -> Vec3{ [0.0; 3] }
fn init( x: f32, y:f32, z:f32 ) -> Vec3{ [ x, y, z ] }
fn from_copy( v: &Vec3 ) -> Vec3 { [ v[0], v[1], v[2] ] }
fn dot( a: &Vec3, b: &Vec3 ) -> f32{ a[0] * b[0] + a[1] * b[1] + a[2] * b[2] }
fn len_from( a: &Vec3, b: &Vec3 ) -> f32{
let x = a[0] - b[0];
let y = a[1] - b[1];
let z = a[2] - b[2];
( x*x + y*y + z*z ).sqrt()
}
fn len_sqr_from( a: &Vec3, b: &Vec3 ) -> f32{
let x = a[0] - b[0];
let y = a[1] - b[1];
let z = a[2] - b[2];
( x*x + y*y + z*z )
}
fn from_cross( a: &Vec3, b: &Vec3 ) -> Vec3{
[ a[1] * b[2] - a[2] * b[1],
a[2] * b[0] - a[0] * b[2],
a[0] * b[1] - a[1] * b[0] ]
}
fn angle( a: &Vec3, b:&Vec3 ) -> f32{
let mut theta = Vec3::dot( a, b ) / ( a.len_sqr() * b.len_sqr() ).sqrt();
if theta < -1.0 { theta = -1.0; } // clamp( -1, 1 )
else if theta > 1.0 { theta = 1.0; }
theta.acos()
}
////////////////////////////////////////////////////////////
// Instance Getters Setters
////////////////////////////////////////////////////////////
fn x( &mut self, v: f32) -> &mut Vec3;
fn y( &mut self, v: f32) -> &mut Vec3;
fn z( &mut self, v: f32) -> &mut Vec3;
fn xy( &mut self, x: f32, y: f32 ) -> &mut Vec3;
fn xz( &mut self, x: f32, z: f32 ) -> &mut Vec3;
fn yz( &mut self, y: f32, z: f32 ) -> &mut Vec3;
fn set( &mut self, x: f32, y:f32, z: f32 ) -> &mut Vec3;
fn copy( &mut self, v: &Vec3 ) -> &mut Vec3;
fn len( &self ) -> f32;
fn len_sqr( &self ) -> f32;
fn set_len( &mut self, len: f32 ) -> &mut Self;
////////////////////////////////////////////////////////////
// Operations
////////////////////////////////////////////////////////////
fn add( &mut self, v: &Vec3 ) -> &mut Vec3;
fn add_from( &mut self, a: &Vec3, b: &Vec3 ) -> &mut Vec3;
fn sub( &mut self, v: &Vec3 ) -> &mut Vec3;
fn sub_from( &mut self, a: &Vec3, b: &Vec3 ) -> &mut Vec3;
fn scale( &mut self, v: f32 ) -> &mut Vec3;
fn mul( &mut self, v: &Vec3 ) -> &mut Self;
fn mul_from( &mut self, a: &Vec3, b: &Vec3 ) -> &mut Self;
fn div( &mut self, v: &Vec3 ) -> &mut Self;
fn cross_from( &mut self, a: &Vec3, b: &Vec3 ) -> &mut Self;
fn abs( &mut self )-> &mut Self;
fn floor( &mut self )-> &mut Self;
fn invert( &mut self )-> &mut Self;
fn invert_out<'a>( &self, out: &'a mut Vec3 ) -> &'a mut Vec3;
fn norm( &mut self ) -> &mut Vec3;
fn norm_out<'a>( &self, out: &'a mut Vec3) -> &'a mut Vec3;
fn near_zero( &mut self )-> &mut Self;
////////////////////////////////////////////////////////////
// Data Transform
////////////////////////////////////////////////////////////
fn transform_quat( &mut self, q: &[f32; 4] ) -> &mut Self;
fn transform_mat4( &mut self, m: &[f32; 16] ) -> &mut Self;
fn rotate( &mut self, rad: f32, axis: i8 ) -> &mut Self;
fn lerp_from( &mut self, a: &Vec3, b: &Vec3, t: f32 ) -> &mut Self;
}
impl Vec3Trait for Vec3{
////////////////////////////////////////////////////////////
// Getters - Setters
////////////////////////////////////////////////////////////
fn x( &mut self, v: f32) -> &mut Vec3{ self[0] = v; self }
fn y( &mut self, v: f32) -> &mut Vec3{ self[1] = v; self }
fn z( &mut self, v: f32) -> &mut Vec3{ self[2] = v; self }
fn xy( &mut self, x: f32, y: f32 ) -> &mut Vec3{ self[0] = x; self[1] = y; self }
fn xz( &mut self, x: f32, z: f32 ) -> &mut Vec3{ self[0] = x; self[2] = z; self }
fn yz( &mut self, y: f32, z: f32 ) -> &mut Vec3{ self[1] = y; self[2] = z; self }
fn set( &mut self, x: f32, y:f32, z: f32 ) -> &mut Vec3{
self[0] = x;
self[1] = y;
self[2] = z;
self
}
fn copy( &mut self, v: &Vec3 ) -> &mut Vec3 {
self[0] = v[0];
self[1] = v[1];
self[2] = v[2];
self
}
fn len( &self ) -> f32{ ( self[0]*self[0] + self[1]*self[1] + self[2]*self[2] ).sqrt() }
fn len_sqr( &self ) -> f32{ self[0]*self[0] + self[1]*self[1] + self[2]*self[2] }
fn set_len( &mut self, len: f32 ) -> &mut Self{
let mag = 1.0 / ( self[0]*self[0] + self[1]*self[1] + self[2]*self[2] ).sqrt() * len;
self[0] *= mag;
self[1] *= mag;
self[2] *= mag;
self
}
////////////////////////////////////////////////////////////
// Operations
////////////////////////////////////////////////////////////
fn add( &mut self, v: &Vec3 ) -> &mut Vec3 {
self[0] += v[0];
self[1] += v[1];
self[2] += v[2];
self
}
fn add_from( &mut self, a: &Vec3, b: &Vec3 ) -> &mut Vec3{
self[0] = a[0] + b[0];
self[1] = a[1] + b[1];
self[2] = a[2] + b[2];
self
}
fn sub( &mut self, v: &Vec3 ) -> &mut Vec3 {
self[0] -= v[0];
self[1] -= v[1];
self[2] -= v[2];
self
}
fn sub_from( &mut self, a: &Vec3, b: &Vec3 ) -> &mut Vec3{
self[0] = a[0] - b[0];
self[1] = a[1] - b[1];
self[2] = a[2] - b[2];
self
}
fn scale( &mut self, s: f32 ) -> &mut Vec3 {
self[0] *= s;
self[1] *= s;
self[2] *= s;
self
}
fn mul( &mut self, v: &Vec3 ) -> &mut Self{
self[0] *= v[0];
self[1] *= v[1];
self[2] *= v[2];
self
}
fn mul_from( &mut self, a: &Vec3, b: &Vec3 ) -> &mut Self{
self[0] = a[0] * b[0];
self[1] = a[1] * b[1];
self[2] = a[2] * b[2];
self
}
fn div( &mut self, v: &Vec3 ) -> &mut Self{
self[0] = if v[0] != 0.0 { self[0] / v[0] }else { 0.0 };
self[1] = if v[1] != 0.0 { self[1] / v[1] }else { 0.0 };
self[2] = if v[2] != 0.0 { self[2] / v[2] }else { 0.0 };
self
}
fn cross_from( &mut self, a: &Vec3, b: &Vec3 ) -> &mut Self{
self[0] = a[1] * b[2] - a[2] * b[1];
self[0] = a[2] * b[0] - a[0] * b[2];
self[0] = a[0] * b[1] - a[1] * b[0];
self
}
fn abs( &mut self )-> &mut Self{
self[0] = self[0].abs();
self[1] = self[1].abs();
self[2] = self[2].abs();
self
}
fn floor( &mut self )-> &mut Self{
self[0] = self[0].floor();
self[1] = self[1].floor();
self[2] = self[2].floor();
self
}
fn invert( &mut self )-> &mut Self{
self[0] = -self[0];
self[1] = -self[1];
self[2] = -self[2];
self
}
fn invert_out<'a>( &self, out: &'a mut Vec3 ) -> &'a mut Vec3{
out[0] = -self[0];
out[1] = -self[1];
out[2] = -self[2];
out
}
fn norm( &mut self ) -> &mut Vec3{
let mag = 1.0 / ( self[0]*self[0] + self[1]*self[1] + self[2]*self[2] ).sqrt();
self[0] *= mag;
self[1] *= mag;
self[2] *= mag;
self
}
fn norm_out<'a>( &self, out: &'a mut Vec3) -> &'a mut Vec3{
let mag = 1.0 / ( self[0]*self[0] + self[1]*self[1] + self[2]*self[2] ).sqrt();
out[0] = self[0] * mag;
out[1] = self[1] * mag;
out[2] = self[2] * mag;
out
}
//When values are very small, like less then 0.000001, just make it zero.
fn near_zero( &mut self )-> &mut Self{
if self[0].abs() <= 0.000001 { self[0] = 0.0; }
if self[1].abs() <= 0.000001 { self[1] = 0.0; }
if self[2].abs() <= 0.000001 { self[2] = 0.0; }
self
}
////////////////////////////////////////////////////////////
// Data Transform
////////////////////////////////////////////////////////////
// https://github.com/toji/gl-matrix/blob/master/src/vec3.js#L505
fn transform_quat( &mut self, q: &[f32; 4] ) -> &mut Self{
// var qvec = [qx, qy, qz];
// var uv = vec3.cross([], qvec, v);
let uvx = q[1] * self[2] - q[2] * self[1];
let uvy = q[2] * self[0] - q[0] * self[2];
let uvz = q[0] * self[1] - q[1] * self[0];
// var uuv = vec3.cross([], qvec, uv);
// vec3.scale(uuv, uuv, 2);
let uuvx = ( q[1] * uvz - q[2] * uvy ) * 2.0;
let uuvy = ( q[2] * uvx - q[0] * uvz ) * 2.0;
let uuvz = ( q[0] * uvy - q[1] * uvx ) * 2.0;
// vec3.scale(uv, uv, 2 * w);
// return vec3.add(out, a, vec3.add(out, uv, uuv));
let w2 = q[3] * 2.0;
self[0] += uvx * w2 + uuvx;
self[1] += uvy * w2 + uuvy;
self[2] += uvz * w2 + uuvz;
self
}
fn transform_mat4( &mut self, m: &[f32; 16] ) -> &mut Self{
let x = self[0];
let y = self[1];
let z = self[2];
let mut w = m[3] * x + m[7] * y + m[11] * z + m[15];
if w == 0.0 { w = 1.0; }
self[0] = (m[0] * x + m[4] * y + m[ 8] * z + m[12]) / w;
self[1] = (m[1] * x + m[5] * y + m[ 9] * z + m[13]) / w;
self[2] = (m[2] * x + m[6] * y + m[10] * z + m[14]) / w;
self
}
// https://www.siggraph.org/education/materials/HyperGraph/modeling/mod_tran/3drota.htm
fn rotate( &mut self, rad: f32, axis: i8 ) -> &mut Self{
let sin = rad.sin();
let cos = rad.cos();
let x = self[0];
let y = self[1];
let z = self[2];
match axis{
0 => { // X ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
self[1] = y*cos - z*sin; // y
self[2] = y*sin + z*cos; // z
},
1 => { // Y ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
self[0] = z*sin + x*cos; // x
self[2] = z*cos - x*sin; // z
},
2 => { // Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
self[0] = x*cos - y*sin; // x
self[1] = x*sin + y*cos; // y
}, _ => {},
}
self
}
fn lerp_from( &mut self, a: &Vec3, b: &Vec3, t: f32 ) -> &mut Self{
let ti = 1.0 - t; // Linear Interpolation : (1 - t) * v0 + t * v1;
self[0] = a[0] * ti + b[0] * t;
self[1] = a[1] * ti + b[1] * t;
self[2] = a[2] * ti + b[2] * t;
self
}
}
//############################################################################## | 28.27933 | 90 | 0.410806 |
90eb5c7c411edf083350f2b9723957f799f3d4b9 | 5,005 | py | Python | eventsourcing_grpc/console.py | johnbywater/eventsourcing-grpc | d6f36f1e9bd994a95d1cea16a46254d61efbddeb | [
"BSD-3-Clause"
] | 2 | 2022-03-18T15:25:37.000Z | 2022-03-18T16:47:04.000Z | eventsourcing_grpc/console.py | johnbywater/eventsourcing-grpc | d6f36f1e9bd994a95d1cea16a46254d61efbddeb | [
"BSD-3-Clause"
] | null | null | null | eventsourcing_grpc/console.py | johnbywater/eventsourcing-grpc | d6f36f1e9bd994a95d1cea16a46254d61efbddeb | [
"BSD-3-Clause"
] | null | null | null | from __future__ import annotations
import os
import sys
import traceback
from itertools import count
from signal import SIGINT, SIGTERM, signal
from threading import Event, Lock
from typing import Any, cast
from eventsourcing.system import System
from eventsourcing.utils import TopicError, resolve_topic
from eventsourcing_grpc.application_server import start_server
from eventsourcing_grpc.runner import GrpcRunner
def eventsourcing_grpc_server() -> None:
try:
application_topic = os.environ["APPLICATION_TOPIC"]
# print(f"Application topic found in env: {application_topic}")
except KeyError:
if len(sys.argv) > 1:
application_topic = sys.argv[1]
# print(f"Application topic found in args: {application_topic}")
else:
print("Error: application topic not set in env or args")
raise SystemExit(1) from None
is_interrupted = Event()
lock = Lock()
# Register signal handlers.
def signal_handler(*args: Any) -> None:
# print(
# f"Application server process received signal '{strsignal(signum)}'"
# )
with lock:
if not is_interrupted.is_set():
print(f"Stopping gRPC server: {application_topic}")
is_interrupted.set()
signal(SIGINT, signal_handler)
signal(SIGTERM, signal_handler)
try:
print(
f"Starting gRPC server: {application_topic}",
)
# sys.stdout.write(f"Starting subprocess {application_topic}\n")
app_class = resolve_topic(application_topic)
if "SYSTEM_TOPIC" in os.environ:
system_topic = os.environ["SYSTEM_TOPIC"]
system = cast(System, resolve_topic(system_topic))
print(app_class.name, "system topic:", system_topic)
# Make sure we have a leader class if leading.
if app_class.name in system.leads:
app_class = system.leader_cls(app_class.name)
# Get the address and start the application server.
server = start_server(
app_class=app_class, env=os.environ, is_stopping=is_interrupted
)
# Wait for termination.
server.wait_for_termination()
except BaseException:
print(traceback.format_exc())
# print("Exiting with status code 1 after error")
sys.exit(1)
def eventsourcing_grpc_runner() -> None: # noqa: C901
try:
system_topic = os.environ["SYSTEM_TOPIC"]
# print(f"System topic found in env: {system_topic}")
except KeyError:
if len(sys.argv) > 1:
system_topic = sys.argv[1]
# print(f"System topic found in args: {system_topic}")
else:
print("Error: system topic not set in env or args")
raise SystemExit(1) from None
is_interrupted = Event()
lock = Lock()
# Register signal handlers.
def signal_handler(*args: Any) -> None:
# print(
# f"Application server process received signal '{strsignal(signum)}'"
# )
with lock:
if not is_interrupted.is_set():
print(f"Stopping gRPC runner: {system_topic}")
is_interrupted.set()
signal(SIGINT, signal_handler)
signal(SIGTERM, signal_handler)
try:
# Todo: If topic resolves to a module, search for system object in the module.
try:
system = cast(System, resolve_topic(system_topic))
except TopicError:
print(f"Error: system not found: {system_topic}")
raise SystemExit(1) from None
print(
f"Starting gRPC runner: {system_topic}",
)
env = os.environ.copy()
counter = count(50051)
for app_name in system.nodes.keys():
var_name = f"{app_name.upper()}_GRPC_SERVER_ADDRESS"
port = next(counter)
var_value = f"localhost:{port}"
print(f"Setting {var_name}={var_value}")
env[var_name] = var_value
# Get the address and start the application server.
with lock:
if not is_interrupted.is_set():
runner = GrpcRunner(system=system, env=env)
runner.start(with_subprocesses=True)
if not runner.has_started.wait(timeout=5):
is_interrupted.set()
# Wait for termination.
try:
if runner.has_errored.is_set():
runner.stop()
runner.has_stopped.wait()
raise RuntimeError("Couldn't start runner")
is_interrupted.wait()
runner.stop()
runner.has_stopped.wait()
except NameError:
pass
except SystemExit:
raise
except BaseException:
try:
runner.has_stopped.wait()
except NameError:
pass
print(traceback.format_exc())
# print("Exiting with status code 1 after error")
sys.exit(1)
| 32.5 | 86 | 0.607193 |
fd9eb0f863f58a4de65eafc3230aa45f04f0f2cc | 1,675 | kt | Kotlin | app/src/main/java/xyz/sangcomz/chameleonsample/ChameleonAdapter.kt | preludezdev/Chameleon | 20a763ce701efd4518acbf898b7280341f8258a9 | [
"Apache-2.0"
] | 54 | 2018-03-28T12:06:03.000Z | 2022-02-06T23:44:57.000Z | app/src/main/java/xyz/sangcomz/chameleonsample/ChameleonAdapter.kt | preludezdev/Chameleon | 20a763ce701efd4518acbf898b7280341f8258a9 | [
"Apache-2.0"
] | 17 | 2018-04-18T01:24:49.000Z | 2019-11-20T00:35:13.000Z | app/src/main/java/xyz/sangcomz/chameleonsample/ChameleonAdapter.kt | preludezdev/Chameleon | 20a763ce701efd4518acbf898b7280341f8258a9 | [
"Apache-2.0"
] | 16 | 2018-03-28T12:14:39.000Z | 2019-10-20T05:48:28.000Z | package xyz.sangcomz.chameleonsample
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.appcompat.widget.AppCompatImageView
import androidx.appcompat.widget.AppCompatTextView
import androidx.recyclerview.widget.RecyclerView
import com.squareup.picasso.Picasso
/**
* Created by sangcomz on 27/03/2018.
*/
class ChameleonAdapter : RecyclerView.Adapter<ChameleonAdapter.ChameleonViewHolder>() {
private var chameleonList: List<Chameleon> = arrayListOf()
fun setChameleonList(chameleonList: List<Chameleon>) {
this.chameleonList = chameleonList
notifyDataSetChanged()
}
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ChameleonViewHolder {
val view: View = LayoutInflater.from(parent.context).inflate(R.layout.item_chamelon, parent, false)
return ChameleonViewHolder(view)
}
override fun getItemCount(): Int = chameleonList.size
override fun onBindViewHolder(holder: ChameleonViewHolder, position: Int) {
holder.setItem(chameleonList[position])
}
inner class ChameleonViewHolder(itemView: View) : RecyclerView.ViewHolder(itemView) {
private val ivItemChameleon: AppCompatImageView = itemView.findViewById(R.id.iv_item_chameleon)
private val tvItemChameleon: AppCompatTextView = itemView.findViewById(R.id.tv_item_chameleon)
fun setItem(chameleon: Chameleon) {
Picasso.get()
.load(chameleon.drawableId)
.fit()
.centerCrop()
.into(ivItemChameleon)
tvItemChameleon.text = chameleon.petName
}
}
} | 34.183673 | 107 | 0.722388 |
56c80c74e617dcfd1093dd346641e8c32ce49e02 | 2,358 | kt | Kotlin | src/main/kotlin/ru/catcab/taximaster/paymentgateway/logic/RemoveOldDataOperation.kt | kostyanx/payment-gateway-taximaster | a1f0ffb7fdbee7a4fec4f7c5f04df51d899a657d | [
"Apache-2.0"
] | 1 | 2021-01-07T03:06:01.000Z | 2021-01-07T03:06:01.000Z | src/main/kotlin/ru/catcab/taximaster/paymentgateway/logic/RemoveOldDataOperation.kt | kostyanx/payment-gateway-taximaster | a1f0ffb7fdbee7a4fec4f7c5f04df51d899a657d | [
"Apache-2.0"
] | null | null | null | src/main/kotlin/ru/catcab/taximaster/paymentgateway/logic/RemoveOldDataOperation.kt | kostyanx/payment-gateway-taximaster | a1f0ffb7fdbee7a4fec4f7c5f04df51d899a657d | [
"Apache-2.0"
] | null | null | null | package ru.catcab.taximaster.paymentgateway.logic
import com.github.shyiko.skedule.Schedule
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
import org.jetbrains.exposed.sql.Database
import org.jetbrains.exposed.sql.deleteWhere
import org.jetbrains.exposed.sql.transactions.transaction
import ru.catcab.taximaster.paymentgateway.configuration.values.ApplicationConfig
import ru.catcab.taximaster.paymentgateway.database.entity.RequestLog
import ru.catcab.taximaster.paymentgateway.database.entity.RequestLog.inserted
import ru.catcab.taximaster.paymentgateway.util.context.LogIdGenerator
import ru.catcab.taximaster.paymentgateway.util.context.MDCKey.OPERATION_ID
import ru.catcab.taximaster.paymentgateway.util.context.MDCKey.OPERATION_NAME
import ru.catcab.taximaster.paymentgateway.util.context.OperationNames.REMOVE_OLD_DATA
import ru.catcab.taximaster.paymentgateway.util.logging.MethodLogger
import java.time.LocalDateTime
import java.time.ZonedDateTime
import java.util.concurrent.ScheduledExecutorService
import java.util.concurrent.TimeUnit
class RemoveOldDataOperation(
private val config: ApplicationConfig,
private val executor: ScheduledExecutorService,
private val database: Database,
private val logIdGenerator: LogIdGenerator
) {
private val methodLogger = MethodLogger()
suspend fun activate() {
methodLogger.logSuspendMethod(::activate) {
mdc = mapOf(OPERATION_ID.value to logIdGenerator.generate(), OPERATION_NAME.value to REMOVE_OLD_DATA.value)
}?.let { return it() }
withContext(Dispatchers.IO) {
val threshold = LocalDateTime.now().minusDays(config.logging.requestLog.maxAgeDays.toLong())
transaction(database) {
RequestLog.deleteWhere { inserted.less(threshold) }
}
}
}
fun scheduleRemoveOldData() {
val now = ZonedDateTime.now()
val schedule = Schedule.parse(config.logging.requestLog.schedule)
val startDelaySec = schedule.next(now).toEpochSecond() - now.toEpochSecond()
executor.schedule(::removeOldRequests, startDelaySec, TimeUnit.SECONDS)
}
private fun removeOldRequests() {
GlobalScope.launch { activate() }
scheduleRemoveOldData()
}
} | 41.368421 | 119 | 0.774385 |
402fa8e89d63610d28af51671a5c61da7dd411bf | 6,438 | py | Python | pyeit/mesh/wrapper.py | ccfbeltran/pyEIT | eaa0b7981b6ab0735e25ba079c1ecc209604c438 | [
"BSD-3-Clause"
] | 107 | 2015-03-20T09:17:56.000Z | 2022-03-30T17:11:53.000Z | pyeit/mesh/wrapper.py | ccfbeltran/pyEIT | eaa0b7981b6ab0735e25ba079c1ecc209604c438 | [
"BSD-3-Clause"
] | 25 | 2018-03-28T23:13:29.000Z | 2022-03-16T07:41:29.000Z | pyeit/mesh/wrapper.py | ccfbeltran/pyEIT | eaa0b7981b6ab0735e25ba079c1ecc209604c438 | [
"BSD-3-Clause"
] | 54 | 2017-03-04T05:52:29.000Z | 2022-03-16T09:10:29.000Z | # coding: utf-8
# pylint: disable=invalid-name, no-member, too-many-arguments
""" wrapper function of distmesh for EIT """
# Copyright (c) Benyuan Liu. All rights reserved.
# Distributed under the (new) BSD License. See LICENSE.txt for more info.
from __future__ import division, absolute_import, print_function
import numpy as np
from .distmesh import build
from .mesh_circle import MeshCircle
from .utils import check_order
from .shape import circle, area_uniform, ball, thorax, L_shaped
from .shape import fix_points_fd, fix_points_ball
def create(n_el=16, fd=None, fh=area_uniform, h0=0.1, p_fix=None, bbox=None):
"""
Generating 2D/3D meshes using distmesh (pyEIT built-in)
Parameters
----------
n_el: int
number of electrodes (point-type electrode)
fd: function
distance function (circle in 2D, ball in 3D)
fh: function
mesh size quality control function
p_fix: NDArray
fixed points
bbox: NDArray
bounding box
h0: float
initial mesh size, default=0.1
Returns
-------
mesh_obj: dict
{'element', 'node', 'perm'}
"""
# test conditions if fd or/and bbox are none
if bbox is None:
if fd != ball:
bbox = np.array([[-1, -1], [1, 1]])
else:
bbox = [[-1.2, -1.2, -1.2], [1.2, 1.2, 1.2]]
bbox = np.array(
bbox
) # list is converted to Numpy array so we can use it then (calling shape method..)
n_dim = bbox.shape[1] # bring dimension
# infer dim
if fd is None:
if n_dim == 2:
fd = circle
elif n_dim == 3:
fd = ball
if n_dim not in [2, 3]:
raise TypeError("distmesh only supports 2D or 3D")
if bbox.shape[0] != 2:
raise TypeError("please specify lower and upper bound of bbox")
if p_fix is None:
if n_dim == 2:
if fd == thorax:
# thorax shape is generated so far without fixed points (to be updated later)
p_fix = [
(-0.098, -0.6463),
(-0.4181, -0.6074),
(-0.7207, -0.4946),
(-0.933, -0.2647),
(-0.9147, 0.0543),
(-0.8022, 0.3565),
(-0.5791, 0.5864),
(-0.1653, 0.6819),
(0.1564, 0.6571),
(0.5814, 0.6353),
(0.8298, 0.433),
(0.9698, 0.1431),
(0.9914, -0.1767),
(0.8359, -0.449),
(0.5419, -0.5833),
(0.2243, -0.6456),
]
p_fix = np.array(p_fix)
elif fd == L_shaped:
p_fix = [
[1, 0],
[1, -1],
[0, -1],
[-1, -1],
[-1, 0],
[-1, 1],
[0, 1],
[0, 0],
] # values brought from distmesh2D L shaped mesh example
p_fix = np.array(p_fix)
h0 = 0.15
else:
p_fix = fix_points_fd(fd, n_el=n_el)
elif n_dim == 3:
p_fix = fix_points_ball(n_el=n_el)
# 1. build mesh
p, t = build(fd, fh, pfix=p_fix, bbox=bbox, h0=h0)
# 2. check whether t is counter-clock-wise, otherwise reshape it
t = check_order(p, t)
# 3. generate electrodes, the same as p_fix (top n_el)
el_pos = np.arange(n_el)
# 4. init uniform element permittivity (sigma)
perm = np.ones(t.shape[0], dtype=np.float)
# 5. build output structure
mesh = {"element": t, "node": p, "perm": perm}
return mesh, el_pos
def set_perm(mesh, anomaly=None, background=None):
"""wrapper for pyEIT interface
Note
----
update permittivity of mesh, if specified.
Parameters
----------
mesh: dict
mesh structure
anomaly: dict, optional
anomaly is a dictionary (or arrays of dictionary) contains,
{'x': val, 'y': val, 'd': val, 'perm': val}
all permittivity on triangles whose distance to (x,y) are less than (d)
will be replaced with a new value, 'perm' may be a complex value.
background: float, optional
set background permittivity
Returns
-------
mesh_obj: dict
updated mesh structure, {'element', 'node', 'perm'}
"""
pts = mesh["element"]
tri = mesh["node"]
perm = mesh["perm"].copy()
tri_centers = np.mean(tri[pts], axis=1)
# this code is equivalent to:
# >>> N = np.shape(tri)[0]
# >>> for i in range(N):
# >>> tri_centers[i] = np.mean(pts[tri[i]], axis=0)
# >>> plt.plot(tri_centers[:,0], tri_centers[:,1], 'kx')
n = np.size(mesh["perm"])
# reset background if needed
if background is not None:
perm = background * np.ones(n)
# change dtype to 'complex' for complex-valued permittivity
if anomaly is not None:
for attr in anomaly:
if np.iscomplex(attr["perm"]):
perm = perm.astype("complex")
break
# assign anomaly values (for elements in regions)
if anomaly is not None:
for _, attr in enumerate(anomaly):
d = attr["d"]
# find elements whose distance to (cx,cy) is smaller than d
if "z" in attr:
index = (
np.sqrt(
(tri_centers[:, 0] - attr["x"]) ** 2
+ (tri_centers[:, 1] - attr["y"]) ** 2
+ (tri_centers[:, 2] - attr["z"]) ** 2
)
< d
)
else:
index = (
np.sqrt(
(tri_centers[:, 0] - attr["x"]) ** 2
+ (tri_centers[:, 1] - attr["y"]) ** 2
)
< d
)
# update permittivity within indices
perm[index] = attr["perm"]
mesh_new = {"node": tri, "element": pts, "perm": perm}
return mesh_new
def layer_circle(n_el=16, n_fan=8, n_layer=8):
"""generate mesh on unit-circle"""
model = MeshCircle(n_fan=n_fan, n_layer=n_layer, n_el=n_el)
p, e, el_pos = model.create()
perm = np.ones(e.shape[0])
mesh = {"element": e, "node": p, "perm": perm}
return mesh, el_pos
| 31.404878 | 93 | 0.500621 |
9bac2ae802dcf5215e4faf429c36a521d93b4dca | 72 | js | JavaScript | src/challenges/fault-seeding/array-sum/starter/index.js | codeosseum/quaestiones | bc21de47e4d75848a89465f7cf8b6a8279aaa1f6 | [
"Apache-2.0"
] | null | null | null | src/challenges/fault-seeding/array-sum/starter/index.js | codeosseum/quaestiones | bc21de47e4d75848a89465f7cf8b6a8279aaa1f6 | [
"Apache-2.0"
] | 1 | 2020-07-17T02:52:39.000Z | 2020-07-17T02:52:39.000Z | src/challenges/fault-seeding/array-sum/starter/index.js | codeosseum/quaestiones | bc21de47e4d75848a89465f7cf8b6a8279aaa1f6 | [
"Apache-2.0"
] | null | null | null | function arraySum(array) {
return 0;
};
module.exports = arraySum;
| 12 | 26 | 0.680556 |
857d785a92786c13f34cf08de7b4b78072ee98cd | 26,168 | js | JavaScript | src/App.js | Devmarshall/Solar-Calc | 69e0cb444a091332f5719eb855f5f531573f4105 | [
"MIT"
] | null | null | null | src/App.js | Devmarshall/Solar-Calc | 69e0cb444a091332f5719eb855f5f531573f4105 | [
"MIT"
] | null | null | null | src/App.js | Devmarshall/Solar-Calc | 69e0cb444a091332f5719eb855f5f531573f4105 | [
"MIT"
] | null | null | null | import React, { Component } from 'react';
import './App.css';
import '../node_modules/bootstrap/dist/js/bootstrap'
import '../node_modules/popper.js/dist/popper';
import '../node_modules/jquery/dist/jquery'
class App extends Component {
initiaState = {
directEnergyRequirementInputValue: 1,
energyRequirementMethod: 0,
TotalEnergyRequirement: 0,
Loads_AC: [],
Loads_DC: [],
incompleteFieldError_step1_method_1: false,
inverterEfficiency: 50,
tsrf: 50,
pvArrayEffeciency: 50,
batteryEffeciency: 50,
peakSunHours: 1,
daysOfAutonomy: 1,
tempCompensation: 50,
depthOfDischarge: 50,
nominalVoltage: 12,
prescenceOfInductiveLoads: false,
BatteryCapacity: 0,
TotalSystemCapacity: 0,
InverterRating: 0,
PVArrayRating: 0,
newItem: {
name: "",
wattage: 1,
dailyUsage: 1,
weeklyUsage: 1,
type: "AC"
}
// step_1_method options
// 0: No method Selected
// 1: Direct Load Input
// 2: Individual Capacity Input
}
newItemFormValues_initial = {
name: "",
wattage: 0,
dailyUsage: 0,
weeklyUsage: 0,
type: "AC"
}
directCapacityInput_value_initial = 0;
newItemFormValues = this.newItemFormValues_initial;
directCapacityInput_value = this.directCapacityInput_value_initial;
constructor(props) {
super(props);
this.state = this.initiaState;
this.create_NewItem = this.create_NewItem.bind(this);
this.onChange_NewItem_name = this.onChange_NewItem_name.bind(this);
this.onChange_NewItem_wattage = this.onChange_NewItem_wattage.bind(this)
this.onChange_NewItem_dailyUsage = this.onChange_NewItem_dailyUsage.bind(this);
this.onChange_NewItem_weeklyUsage = this.onChange_NewItem_weeklyUsage.bind(this);
this.onChange_NewItem_type = this.onChange_NewItem_type.bind(this);
this.onChange_inverterEffeciency = this.onChange_inverterEffeciency.bind(this);
this.onChange_DirectInput_value = this.onChange_DirectInput_value.bind(this);
this.onChange_batteryEffeciency = this.onChange_batteryEffeciency.bind(this);
this.onChange_pvArrayEffeciency = this.onChange_pvArrayEffeciency.bind(this);
this.onChange_TSRF = this.onChange_TSRF.bind(this);
this.onChange_PeakSunHours = this.onChange_PeakSunHours.bind(this);
this.onChange_DaysOfAutonomy = this.onChange_DaysOfAutonomy.bind(this);
this.onChange_TempCompensation = this.onChange_TempCompensation.bind(this);
this.onChange_DepthOfDischarge = this.onChange_DepthOfDischarge.bind(this);
this.onChange_NominalVoltage = this.onChange_NominalVoltage.bind(this);
this.onChange_PresenceOfInductiveLoads = this.onChange_PresenceOfInductiveLoads.bind(this);
this.compute_TotalEnergyRequirement = this.compute_TotalEnergyRequirement.bind(this);
this.compute_BatteryCapacity = this.compute_BatteryCapacity.bind(this);
this.compute_TotalSystemCapacity = this.compute_TotalSystemCapacity.bind(this);
this.compute_PVArrayRating = this.compute_PVArrayRating.bind(this);
this.compute_InverterRating = this.compute_InverterRating.bind(this);
}
compute_TotalEnergyRequirement() {
let result;
let totalDCPowerReq = 0;
let totalACPowerReq = 0;
switch (this.state.energyRequirementMethod) {
case 0:
result = 0
break;
case 1:
result = this.state.directEnergyRequirementInputValue / (this.state.inverterEfficiency / 100)
break;
case 2:
this.state.Loads_AC.forEach(item => {
totalACPowerReq += (item.wattage * item.dailyUsage * item.weeklyUsage / 7)
});
this.state.Loads_DC.forEach(item => {
totalDCPowerReq += (item.wattage * item.dailyUsage * item.weeklyUsage / 7)
})
totalACPowerReq = totalACPowerReq / (this.state.inverterEfficiency / 100)
result = totalACPowerReq + totalDCPowerReq;
break;
default:
break;
}
this.setState({ TotalEnergyRequirement: result })
}
compute_PVArrayRating() {
let result = this.state.TotalEnergyRequirement / ((this.state.batteryEffeciency / 100) * (this.state.pvArrayEffeciency / 100) * (this.state.tsrf / 100) * (this.state.peakSunHours))
this.setState({ PVArrayRating: result })
}
compute_BatteryCapacity() {
let result = (this.state.TotalEnergyRequirement * this.state.daysOfAutonomy) / ((this.state.inverterEfficiency / 100) * (this.state.tempCompensation / 100) * (this.state.depthOfDischarge / 100) * (this.state.nominalVoltage))
this.setState({ BatteryCapacity: result });
}
compute_InverterRating() {
let result;
if (this.state.prescenceOfInductiveLoads == "true") {
result = this.state.TotalEnergyRequirement * this.state.daysOfAutonomy * 3
} else {
result = this.state.TotalEnergyRequirement * this.state.daysOfAutonomy * 1.3
}
this.setState({ InverterRating: result });
}
compute_TotalSystemCapacity() {
let result = this.state.TotalEnergyRequirement * this.state.daysOfAutonomy;
this.setState({ TotalSystemCapacity: result });
}
onChange_inverterEffeciency(event) {
this.setState({ inverterEfficiency: event.target.value })
}
onChange_DirectInput_value(event) {
this.setState({ directEnergyRequirementInputValue: event.target.value })
}
onChange_NewItem_name(event) {
let newItem = this.state.newItem
newItem.name = event.target.value
this.setState({ newItem: newItem })
}
onChange_NewItem_wattage(event) {
let newItem = this.state.newItem
newItem.wattage = event.target.value
this.setState({ newItem: newItem })
}
onChange_NewItem_dailyUsage(event) {
let newItem = this.state.newItem
newItem.dailyUsage = event.target.value
this.setState({ newItem: newItem })
}
onChange_NewItem_weeklyUsage(event) {
let newItem = this.state.newItem
newItem.weeklyUsage = event.target.value
this.setState({ newItem: newItem })
}
onChange_NewItem_type(event) {
let newItem = this.state.newItem
newItem.type = event.target.value
this.setState({ newItem: newItem })
}
onChange_batteryEffeciency(event) {
this.setState({ batteryEffeciency: event.target.value })
}
onChange_pvArrayEffeciency(event) {
this.setState({ pvArrayEffeciency: event.target.value })
}
onChange_TSRF(event) {
this.setState({ tsrf: event.target.value })
}
onChange_PeakSunHours(event) {
this.setState({ peakSunHours: event.target.value })
}
onChange_DaysOfAutonomy(event) {
this.setState({ daysOfAutonomy: event.target.value })
}
onChange_TempCompensation(event) {
this.setState({ tempCompensation: event.target.value })
}
onChange_DepthOfDischarge(event) {
this.setState({ depthOfDischarge: event.target.value })
}
onChange_NominalVoltage(event) {
this.setState({ nominalVoltage: event.target.value })
}
onChange_PresenceOfInductiveLoads(event) {
this.setState({ prescenceOfInductiveLoads: event.target.value })
}
create_NewItem() {
const newItem = JSON.parse(JSON.stringify(this.state.newItem))
if (newItem.type === "AC") {
this.state.Loads_AC.push(newItem);
} else if (newItem.type === "DC") {
this.state.Loads_DC.push(newItem);
}
}
render() {
let step1_currentMethod;
let step1_view;
switch (this.state.energyRequirementMethod) {
case 0:
step1_currentMethod = "Select Capacity Computation Method";
step1_view = (
<div className="alert alert-warning" role="alert">
No Computation method Selected. Please select a capacity computation method from the list above
</div>
)
break;
case 1:
step1_currentMethod = "Direct Capacity Input"
step1_view = (
<div className="d-flex justify-content-center">
<form className="form-inline">
<div className="form-group mx-sm-3 mb-2">
<div className="input-group ">
<input onChange={this.onChange_DirectInput_value} min={1} type="number" className="form-control" id="value_kwh" placeholder="Value in Wh" aria-label="Value in Wh" aria-describedby="basic-addon2" />
<div className="input-group-append">
<span className="input-group-text" id="basic-addon2">Wh</span>
</div>
</div>
</div>
<button type="button" onClick={this.compute_TotalEnergyRequirement} className="btn btn-primary mb-2">Compute</button>
</form>
</div>
)
break;
case 2:
step1_currentMethod = "Individual Load Input"
let tableData = this.state.Loads_AC.concat(this.state.Loads_DC)
let tableRows = tableData.map((item, index) => {
return <tr key={index}>
<th scope="row">{index + 1}</th>
<td>{item.name}</td>
<td>{item.type}</td>
<td>{item.wattage}</td>
<td>{item.dailyUsage}</td>
<td>{item.weeklyUsage}</td>
</tr>
})
step1_view = (
<div>
<div className="addedItems">
<table className="table">
<thead>
<tr >
<th scope="col">#</th>
<th scope="col">Load Name</th>
<th scope="col">Load Type</th>
<th scope="col">Wattage Used per day (W)</th>
<th scope="col">Hours Used per day</th>
<th scope="col">Days used per week</th>
</tr>
</thead>
<tbody>
{tableRows}
</tbody>
</table>
</div>
<div className="row ">
<button type="button" data-toggle="modal" data-target="#addApplianceModal" className="btn btn-secondary btn-block">Add Item</button>
<button type="button" onClick={this.compute_TotalEnergyRequirement} className="btn btn-primary btn-block">Compute Load Requirement</button>
</div>
</div>
)
break;
default:
step1_currentMethod = "Select Capacity Computation Method"
step1_view = (
<div>
No input method selected yet. Please select an input method
</div>
)
break;
}
return (
<div className="App">
<div className="jumbotron jumbotron-fluid">
<div className="container">
<h3>Solar System Design Calculator</h3>
</div>
</div>
<div className="step_1" style={{
marginBottom: 50
}}>
<div className="row">
<div className="col-sm-3 offset-sm-1">
<div className="d-flex justify-content-start">
<h2>
Step 1: Load Capacity Input
</h2>
</div>
</div>
<div className="col-sm-1">
<div className="d-flex justify-content-start">
<div className="dropdown" style={{
fontSize: "17px"
}}>
<button className="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{step1_currentMethod}
</button>
<div className="dropdown-menu" aria-labelledby="dropdownMenu2">
<button onClick={() => {
this.setState({ energyRequirementMethod: 1 })
}} className="dropdown-item" type="button">Direct Capacity Input</button>
<button onClick={() => {
this.setState({ energyRequirementMethod: 2 })
}} className="dropdown-item" type="button">Individual Load Input</button>
</div>
</div>
</div>
</div>
</div>
<div>
<div className="row" style={{
marginTop: 30
}}>
<div className="col-sm-4 offset-sm-1 d-flex justify-content-start">
{step1_view}
</div>
<div className="col-sm-2">
<div>
<label htmlFor="inverterEffeciency">Inverter Effeciency</label>
<input type="range" onChange={this.onChange_inverterEffeciency} step="15" className="custom-range" min="50" max="95" id="inverterEffeciency" />
{this.state.inverterEfficiency}%
</div>
</div>
<div className="col-sm-3">
<div className="card" style={{ width: "auto" }}>
<div className="card-header">
Total Load Capacity
</div>
<ul className="list-group list-group-flush">
<li className="list-group-item"> <b> {this.state.TotalEnergyRequirement.toFixed(2)} Wh</b></li>
</ul>
<ul className="list-group list-group-flush">
<li className="list-group-item"> <b> {(this.state.TotalEnergyRequirement / 1000).toFixed(2)} KWh</b></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div className="step_2" style={{
marginBottom: 50
}} >
<div className="row">
<div className="col-sm-4 offset-sm-1">
<div className="d-flex justify-content-start">
<h2>
Step 2: Panel Wattage
</h2>
</div>
<div className="row">
<div className="col input-col">
<label htmlFor="customRange3">Battery Eff.</label>
<input onChange={this.onChange_batteryEffeciency} type="range" className="custom-range" defaultValue="50" min="50" max="95" step="15" id="batteryEffeciency" />
{this.state.batteryEffeciency} %
</div>
<div className="col input-col">
<label htmlFor="customRange3">PV Array Eff.</label>
<input onChange={this.onChange_pvArrayEffeciency} type="range" className="custom-range" defaultValue="50" min="50" max="95" step="15" id="pvArrayEffeciency" />
{this.state.pvArrayEffeciency} %
</div>
<div className="col input-col">
<label htmlFor="customRange3">T.S.R.F.</label>
<input onChange={this.onChange_TSRF} type="range" className="custom-range" defaultValue="50" min="50" max="95" step="15" id="tsrf" />
{this.state.tsrf} %
</div>
<div className="col input-col">
<label htmlFor="customRange3">Peak Sun Hours</label>
<input onChange={this.onChange_PeakSunHours} type="range" className="custom-range" defaultValue="1" min="1" max="12" step="0.5" id="peakSunHours" />
{this.state.peakSunHours} Hour(s)
</div>
</div>
</div>
<div className="col-sm-2 align-self-center" style={{ marginBottom: "10px" }}>
<button onClick={this.compute_PVArrayRating} type="button" className="btn btn-primary">Compute</button>
</div>
<div className="col-sm-3 align-self-center">
<div className="card" style={{ width: "auto" }}>
<div className="card-header">
PV Array Rating
</div>
<ul className="list-group list-group-flush">
<li className="list-group-item"> <b> {this.state.PVArrayRating.toFixed(2)} W</b></li>
</ul>
</div>
</div>
</div>
</div>
<div className="step_3" style={{
marginBottom: 50
}}>
<div className="row">
<div className="col-sm-4 offset-sm-1">
<div className="d-flex justify-content-start">
<h2>
Step 3: Battery Information
</h2>
</div>
<div className="row">
<div className="col input-col">
<label htmlFor="customRange3">Expected Days of Autonomy</label>
<input onChange={this.onChange_DaysOfAutonomy} type="number" min="1" defaultValue="1" className="form-control" id="daysOfAutonomy" placeholder="Enter Days of Autonomy" />
</div>
<div className="col input-col">
<label htmlFor="customRange3">Temperature Compensation</label>
<input onChange={this.onChange_TempCompensation} type="range" className="custom-range" defaultValue="50" min="50" max="95" step="15" id="tsrf" />
{this.state.tempCompensation} %
</div>
<div className="col input-col">
<label htmlFor="customRange3">Allowed Depth of Discharge</label>
<input onChange={this.onChange_DepthOfDischarge} type="range" className="custom-range" defaultValue="50" min="50" max="95" step="15" id="tsrf" />
{this.state.depthOfDischarge} %
</div>
<div className="col input-col">
<label htmlFor="customRange3">Nominal System Voltage</label>
<input onChange={this.onChange_NominalVoltage} type="range" className="custom-range" defaultValue="12" min="12" max="48" step="12" id="peakSunHours" />
{this.state.nominalVoltage} V
</div>
</div>
</div>
<div className="col-sm-2 align-self-center" style={{ marginBottom: "10px" }}>
<button onClick={this.compute_BatteryCapacity} type="button" className="btn btn-primary">Compute</button>
</div>
<div className="col-sm-3 align-self-center">
<div className="card" style={{ width: "auto" }}>
<div className="card-header">
System Battery Capacity
</div>
<ul className="list-group list-group-flush">
<li className="list-group-item"> <b> {this.state.BatteryCapacity.toFixed(2)} Ah</b></li>
</ul>
</div>
</div>
</div>
</div>
<div className="step_4" style={{
marginBottom: 50
}}>
<div className="row">
<div className="col-sm-4 offset-sm-1">
<div className="d-flex justify-content-start">
<h2>
Step 4: Inverter Rating
</h2>
</div>
<div className="row ">
<div className="col d-flex justify-content-start">
Please indicate prescence of Inductive loads (e.g Electric Heaters, blenders, etc)
</div>
</div>
<div className="row">
<div className="col">
<div className="form-check form-check-inline">
<input defaultChecked={true} onChange={this.onChange_PresenceOfInductiveLoads} className="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio1" value={false} />
<label className="form-check-label" htmlFor="inlineRadio1">No</label>
</div>
<div className="form-check form-check-inline">
<input onChange={this.onChange_PresenceOfInductiveLoads} className="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio2" value={true} />
<label className="form-check-label" htmlFor="inlineRadio2">Yes</label>
</div>
</div>
</div>
</div>
<div className="col-sm-2 align-self-center" style={{ marginBottom: "10px" }}>
<button onClick={this.compute_InverterRating} type="button" className="btn btn-primary">Compute</button>
</div>
<div className="col-sm-3 align-self-center">
<div className="card" style={{ width: "auto" }}>
<div className="card-header">
System Inverter Rating
</div>
<ul className="list-group list-group-flush">
<li className="list-group-item"> <b> {this.state.InverterRating.toFixed(2)} W</b></li>
</ul>
</div>
</div>
</div>
</div>
<div className="modal fade" id="addApplianceModal" tabIndex="-1" role="dialog" aria-labelledby="addApplianceModalLabel" aria-hidden="true">
<div className="modal-dialog" role="document">
<div className="modal-content">
<div className="modal-header">
<h5 className="modal-title" id="exampleModalLabel">Add Appliance Form</h5>
<button type="button" className="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div className="modal-body">
<form>
<div className="form-group">
<label htmlFor="inputApplianceName">Appliance Name</label>
<input required type="text" onChange={this.onChange_NewItem_name} className="form-control" id="inputApplianceName" aria-describedby="ApplianceName" placeholder="Appliance Name" />
</div>
<div className="form-group">
<label htmlFor="inputApplianceWattage">Appliance Wattage</label>
<input type="number" defaultValue="1" min="1" onChange={this.onChange_NewItem_wattage} className="form-control" id="inputApplianceWattage" aria-describedby="Appliance Wattage" placeholder="Appliance Wattage" />
</div>
<div className="form-group">
<div className="row">
<div className="col">
<label htmlFor="DailyUsageFormControl_select">Hours/day</label>
<select defaultValue="1" id="DailyUsageFormControl_select" type="text" className="form-control" placeholder="First name" onChange={this.onChange_NewItem_dailyUsage}>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
</select>
</div>
<div className="col">
<label htmlFor="WeeklyUsageFormControl_select">Days/Week</label>
<select defaultValue="1" id="WeeklyUsageFormControl_select" type="number" className="form-control" placeholder="Select Days/Week" onChange={this.onChange_NewItem_weeklyUsage} >
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
</select>
</div>
<div className="col">
<label htmlFor="LoadTypeControl_select">Load Type</label>
<select defaultValue="AC" id="LoadTypeControl_select" type="text" className="form-control" placeholder="Select Load Type" onChange={this.onChange_NewItem_type}>
<option value="AC">AC</option>
<option value="DC">DC</option>
</select>
</div>
</div>
</div>
</form>
</div>
<div className="modal-footer">
{this.state.incompleteFieldError_step1_method_1 && <div className="container incomplete-field-warning-text">
Please ensure all fields are filled
</div>}
<button type="button" className="btn btn-secondary" data-dismiss="modal">Cancel</button>
<button type="sumbit" onClick={() => {
if (this.state.newItem.name.length > 0) {
this.create_NewItem()
this.setState({ incompleteFieldError_step1_method_1: false })
} else {
this.setState({ incompleteFieldError_step1_method_1: true })
}
}} className="btn btn-primary">Add Item</button>
</div>
</div>
</div>
</div>
</div>
);
}
}
export default App; | 42.968801 | 230 | 0.560112 |
72fbfa3c7b02b8a870bbe7519f26c06572ff1b15 | 754 | html | HTML | frontend/src/main/resources/templates/backup/temp.html | white-pin/whitepin | fbbeeafe2e2ac517584b908e35527405c30865f6 | [
"Apache-2.0"
] | null | null | null | frontend/src/main/resources/templates/backup/temp.html | white-pin/whitepin | fbbeeafe2e2ac517584b908e35527405c30865f6 | [
"Apache-2.0"
] | null | null | null | frontend/src/main/resources/templates/backup/temp.html | white-pin/whitepin | fbbeeafe2e2ac517584b908e35527405c30865f6 | [
"Apache-2.0"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Temp</title>
</head>
<body>
<h1>temp.html</h1>
<div id="templateDiv"></div>
<!--<script id="myTemplate" type="text/x-handlebars-template">
<h2>This is template!!</h2>
</script>-->
<script src="/static/assets/js/core/jquery.3.2.1.min.js" type="text/javascript"></script>
<script src="/webjars/handlebars/4.0.11-1/handlebars.min.js"></script>
<script src="/static/js/whitepin-common.js"></script>
<script src="/static/include/temp_template.hbs" id="myTemplate"></script>
<script type="text/javascript">
$(document).ready(function () {
handlebarsManager.printTemplate(null, $('#templateDiv'), $('#myTemplate'), 'html', null, null, true);
});
</script>
</body>
</html>
| 26 | 105 | 0.668435 |
a9c325cc104e923508226e9faf28849f2e759d68 | 1,556 | html | HTML | app/mapproxy_webconf/templates/base_config.html | mapproxy/mapproxy-webconf | b1010c9bf3aa04dd95b893912bbec20438d29116 | [
"Apache-2.0"
] | 12 | 2015-10-03T01:49:34.000Z | 2020-10-20T20:06:20.000Z | app/mapproxy_webconf/templates/base_config.html | mapproxy/mapproxy-webconf | b1010c9bf3aa04dd95b893912bbec20438d29116 | [
"Apache-2.0"
] | 2 | 2015-05-21T21:14:56.000Z | 2017-07-19T08:22:28.000Z | app/mapproxy_webconf/templates/base_config.html | mapproxy/mapproxy-webconf | b1010c9bf3aa04dd95b893912bbec20438d29116 | [
"Apache-2.0"
] | 6 | 2015-05-06T08:12:16.000Z | 2020-11-30T05:37:46.000Z | %def site_navbar():
<a href="${ get_url('configuration', project=project) }">
<h2 class="pull-left tab-menu-header">
${ _('Configuration') }
</h2>
</a>
% if not demo:
<div ng-controller="MapProxyConfigCtrl" class="pull-right">
<div>
<button class="btn btn-sm btn-default" ng-click="writeMapProxyConfig($event)">
${ _('create configuration') }
</button>
</div>
</div>
% end
<ul class="nav nav-tabs tab-menu">
%navigation("sources", _('Sources'))
%navigation("grids", _('Grids'))
%navigation("caches", _('Caches'))
%navigation("layers", _('Layers'))
%navigation("services", _('Services'))
%navigation("globals", _('Globals'))
%navigation("yaml", _('Yaml'))
</ul>
% end
%def content():
% if not defined('base_content'):
% if defined('leftblock'):
<div class="col-sm-3 leftblock">
%leftblock()
</div>
% end
% if defined('middleblock'):
<div class="col-sm-5 middleblock">
%middleblock()
</div>
% end
% if defined('rightblock'):
<div class="col-sm-4 rightblock">
%rightblock()
</div>
% end
% else:
%base_content()
% end
%end
%def navigation(id, title):
<li
%if defined('active') and id == active:
class="active"
%end
id="${id}">
<a href="${ get_url(id, project=project)}">${title}</a>
</li>
%end
%rebase base content=content, site_navbar=site_navbar , jsblock=get('jsblock'), preload_block=get('preload_block'), project=get('project'), active='conf'
| 25.508197 | 153 | 0.579049 |
057c55a9f4d2f9abf342394bb2cf3300981a6ba4 | 1,242 | swift | Swift | SwiftProject/Classes/Purchase/CateProductCell.swift | hayier/SwiftProject | 916d72a961deefb2efd3cb3c40cdd2bfb1a0d969 | [
"MIT"
] | 1 | 2021-12-09T08:57:57.000Z | 2021-12-09T08:57:57.000Z | SwiftProject/Classes/Purchase/CateProductCell.swift | hayier/SwiftProject | 916d72a961deefb2efd3cb3c40cdd2bfb1a0d969 | [
"MIT"
] | null | null | null | SwiftProject/Classes/Purchase/CateProductCell.swift | hayier/SwiftProject | 916d72a961deefb2efd3cb3c40cdd2bfb1a0d969 | [
"MIT"
] | null | null | null | //
// CateProductCell.swift
// SwiftProject
//
// Created by tongcheng on 2019/5/9.
// Copyright © 2019 icx. All rights reserved.
//
import UIKit
class CateProductCell: UICollectionViewCell {
let imgv = UIImageView()
let nameLab = UILabel()
override init(frame: CGRect) {
super.init(frame: frame)
contentView.addSubview(imgv)
contentView.addSubview(nameLab)
contentView.clipsToBounds = true
imgv.layer.cornerRadius = 10
imgv.layer.borderWidth = 1
imgv.layer.borderColor = UIColor.HBackGray.cgColor
imgv.clipsToBounds = true
nameLab.font = UIFont.systemFont(ofSize: 12)
nameLab.textAlignment = .center
nameLab.lineBreakMode = .byClipping
imgv.snp.makeConstraints{
$0.left.top.right.equalToSuperview()
$0.height.equalTo(imgv.snp.width)
}
nameLab.snp.makeConstraints{
$0.top.equalTo(imgv.snp.bottom).offset(8)
$0.left.equalTo(2)
$0.right.equalTo(-2)
}
}
required init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
}
| 24.352941 | 59 | 0.588567 |
2a05538bd77c10445b73f22e891d4f321324bd09 | 271 | java | Java | src/main/scala/com/razie/pubstage/AssetListVisual.java | razie/razpub | dc42908cfdb24d0a8120adcf4e295b1f93c6a92f | [
"CC-BY-3.0"
] | null | null | null | src/main/scala/com/razie/pubstage/AssetListVisual.java | razie/razpub | dc42908cfdb24d0a8120adcf4e295b1f93c6a92f | [
"CC-BY-3.0"
] | null | null | null | src/main/scala/com/razie/pubstage/AssetListVisual.java | razie/razpub | dc42908cfdb24d0a8120adcf4e295b1f93c6a92f | [
"CC-BY-3.0"
] | null | null | null | /**
* Razvan's public code. Copyright 2008 based on Apache license (share alike) see LICENSE.txt for
* details. No warranty implied nor any liability assumed for this code.
*/
package com.razie.pubstage;
public enum AssetListVisual {
BRIEFLIST, LIST, DETAILS
} | 27.1 | 97 | 0.741697 |
0b7aa19dc4e53889b36908ba53b351bf9cbef5d2 | 6,444 | py | Python | calc/bond.py | RaphaelOneRepublic/financial-calculator | 2451b35a4cb52a6c254ae9fdae462dfebdc51e65 | [
"MIT"
] | 2 | 2020-12-10T13:00:43.000Z | 2020-12-19T16:59:48.000Z | calc/bond.py | RaphaelOneRepublic/financial-calculator | 2451b35a4cb52a6c254ae9fdae462dfebdc51e65 | [
"MIT"
] | null | null | null | calc/bond.py | RaphaelOneRepublic/financial-calculator | 2451b35a4cb52a6c254ae9fdae462dfebdc51e65 | [
"MIT"
] | null | null | null | import logging
from typing import Sequence
import numpy as np
from calc.optimize import root
class Bond(object):
"""
Represents a coupon paying bond.
Upon creation, the time to maturity, coupon periods per year, coupon rate must be provided.
If yield to maturity is provided, bond value would be ignored.
If yield to maturity is provided, bond value would be used to compute the implied yield to maturity.
Face value is assumed to be 100 if not provided.
"""
def __init__(self, T: float, R: float, m: int = 2, y: float = None, F: float = 100, B: float = None):
"""
construct a coupon paying bond
:param T: time to maturity in years
:param m: coupon payments per year
:param R: quoted annual coupon rate
:param y: (implied) yield to maturity
:param (optional) F: face value
:param B: traded bond price
"""
self._T = T
self._m = m
self._R = R
self._F = F
if y is not None:
self._y = y
self.__refresh_value_cache__()
elif B is not None:
self.B = B
else:
raise ValueError("one of yield to maturity or bond price must be provided")
def __refresh_value_cache__(self):
"""
recompute cached bond properties.
:return:
"""
self.__refresh_primary_cache__()
self._d2Bdy2 = np.sum(self._ts * self._ts * self._dcs)
self._duration = -self._dBdy / self._B
self._convexity = self._d2Bdy2 / self._B
def __refresh_primary_cache__(self):
"""
recompute frequently accessed bond properties except for duration, convexity and second order derivative.
:return:
"""
self._ts = np.arange(self._T, 0, -1 / self._m)[::-1]
self._cs = [self._R * self._F / 100 / self._m for _ in range(len(self._ts))]
self._cs[-1] += self._F
self._dcs = np.exp(-self._y * self._ts) * self._cs
self._B = np.sum(self._dcs)
self._dBdy = float(np.sum(-self._ts * self._dcs))
@property
def T(self):
"""
time to maturity
:return:
"""
return self._T
@T.setter
def T(self, value):
self._T = value
self.__refresh_value_cache__()
@property
def m(self):
"""
coupon payments per year
:return:
"""
return self._m
@m.setter
def m(self, value):
self._m = value
self.__refresh_value_cache__()
@property
def R(self):
"""
coupon rate
:return:
"""
return self._R
@R.setter
def R(self, value):
self._R = value
self.__refresh_value_cache__()
@property
def y(self):
"""
yield to maturity
:return:
"""
return self._y
@property
def ytm(self):
"""
yield to maturity
:return:
"""
return self._y
@property
def current(self):
"""
the current yield of the bond
= annual interest payment / bond price
:return:
"""
return self._R / 100 * self._F / self._B
@property
def bankeq(self):
"""
the bank equivalent yield of the bond
= (par - value) / par * 360 / days to maturity
:return:
"""
assert self._R == 0
return (self._F - self._B) / self._F * 360 / (self._T * 365)
@property
def cdeq(self):
"""
the money market equivalent yield of the bond
= (par - value) / value * 360 / days to maturity
:return:
"""
assert self._R == 0
return (self._F - self._B) / self._B * 360 / (self._T * 365)
@y.setter
def y(self, value):
self._y = value
self.__refresh_value_cache__()
@property
def B(self):
"""
bond value
:return:
"""
return self._B
@B.setter
def B(self, value):
def f(x):
self._y = x
self.__refresh_primary_cache__()
return self._B - value
def df(x: float):
return self._dBdy
try:
# compute implied yield to maturity with initial guess = 0.1
self.y = root(f, 0.1, df, epsilon=10e-9, delta=10e-9)
except RuntimeError:
logging.error("invalid bond value")
@property
def F(self):
"""
face value
:return:
"""
return self._F
@F.setter
def F(self, value):
self._F = value
self.__refresh_value_cache__()
@property
def duration(self):
"""
modified duration of the bond
:return:
"""
return self._duration
@property
def convexity(self):
"""
:convexity of the bond
:return:
"""
return self._convexity
def find_curve(bond, known: np.array, epsilon: float = 10e-10):
t = np.arange(bond.T, 0, - 1. / bond.m)[::-1]
c = np.array([bond.R / bond.m] * len(t))
c[-1] += bond.F
def f(x: float) -> float:
r = np.linspace(x, known[-1], len(t) + 1 - len(known), endpoint=False)[::-1]
rr = np.concatenate([known[1:], r])
return float(np.sum(c * np.exp(-rr * t))) - bond.B
def df(x: float) -> float:
r = np.linspace(x, known[-1], len(t) + 1 - len(known), endpoint=False)[::-1]
cc = c[len(known) - 1:]
tt = t[len(known) - 1:]
return float(np.sum(-cc * tt * np.exp(-r * tt) * np.arange(1, len(tt) + 1) / len(tt)))
x = root(f, 0.05, df=df)
r = np.linspace(x, known[-1], len(t) + 1 - len(known), endpoint=False)[::-1]
rr = np.concatenate([known[:], r])
return rr
def bootstrap(bonds: Sequence[Bond], overnight: float, epsilon: float = 10e-10):
"""
Bootstrap a zero rate curve from the given bonds and bond values.
Note that the bonds must have equal coupon payment periods (equal <m>s).
Zero rates at times for which we do not have a bond are calculated
by a linear line connecting the two nearest rates at times for which we do have a bond.
:param overnight:
:param epsilon:
:param bonds:
:return:
"""
bonds = sorted(bonds, key=lambda x: x.T)
known = [overnight]
for bond in bonds:
known = find_curve(bond, known)
return known
| 24.689655 | 113 | 0.542675 |
f97a33026da421c6258973f0d474d00b082e6ba5 | 6,841 | dart | Dart | lib/pages/home/screens/chat_page.dart | joshh152/Aoura-chat | c7048b0ef0b376ec103080aaece8bb1bb1ceff2c | [
"WTFPL"
] | 4 | 2020-07-09T00:41:05.000Z | 2020-07-18T15:57:15.000Z | lib/pages/home/screens/chat_page.dart | localdev-josh/Aoura-chat | c7048b0ef0b376ec103080aaece8bb1bb1ceff2c | [
"WTFPL"
] | null | null | null | lib/pages/home/screens/chat_page.dart | localdev-josh/Aoura-chat | c7048b0ef0b376ec103080aaece8bb1bb1ceff2c | [
"WTFPL"
] | 1 | 2020-07-09T13:00:00.000Z | 2020-07-09T13:00:00.000Z | import 'package:aoura_chat/widgets/styleguide/bottom_nav.dart';
import 'package:aoura_chat/widgets/styleguide/dashed_rect.dart';
import 'package:aoura_chat/widgets/styleguide/responsive_ui/size_config.dart';
import 'package:aoura_chat/widgets/styleguide/scroll_configs.dart';
import 'package:flutter/material.dart';
import 'package:kf_drawer/kf_drawer.dart';
class ChatPage extends StatefulWidget {
final String title;
final Function startAnimation;
ChatPage({Key key, this.title, this.startAnimation}) : super(key: key);
@override
_ChatPageState createState() => _ChatPageState();
}
class _ChatPageState extends State<ChatPage> {
int _counter = 0;
void _incrementCounter() {
setState(() {
_counter++;
});
}
int selectedIndex = 0;
updateIndex(index) {
print(index);
setState(() {
selectedIndex = index;
});
}
Widget accountTab() {
return Container(
padding: EdgeInsets.only(top: 32, left: 8.0, right: 6.0),
child: SingleChildScrollView(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[],
),
),
);
}
Widget ChatsCall() {
return Container(
padding: EdgeInsets.only(top: 32, left: 8.0, right: 6.0),
child: SingleChildScrollView(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[Text("Call")],
),
),
);
}
Widget ChatsGeneral() {
return LayoutBuilder(
builder: (BuildContext context, BoxConstraints viewportConstraints) {
return ScrollConfiguration(
behavior: MyBehavior(),
child: SingleChildScrollView(
scrollDirection: Axis.vertical,
child: ConstrainedBox(
constraints:
BoxConstraints(minHeight: viewportConstraints.maxHeight),
child: Column(children: [
Container(
margin: EdgeInsets.only(
left: 6.11 * SizeConfig.widthMultiplier,
right: 6.11 * SizeConfig.widthMultiplier,
),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget>[
Container(
child: Row(
children: <Widget>[
Text(
"Messages",
style: TextStyle(
fontSize: 3.525 * SizeConfig.textMultiplier,
fontWeight: FontWeight.w700,
color: Color(0xff2F3336)),
),
Container(
margin: EdgeInsets.only(
top: 0.705 * SizeConfig.heightMultiplier,
left: 0.51 * SizeConfig.widthMultiplier),
child: Icon(
Icons.keyboard_arrow_down,
color: Color(0xffFD6768),
))
],
),
),
DottedBorder(
borderType: BorderType.RRect,
radius: Radius.circular(
0.94 * SizeConfig.heightMultiplier),
color: Colors.grey,
child: Center(
child: Transform.rotate(
angle: 4.75,
child: Icon(
Icons.tune,
size: 2.82 * SizeConfig.textMultiplier,
color: Color(0xffFD6768),
),
),
),
strokeWidth: 1,
padding: EdgeInsets.all(
1.175 * SizeConfig.heightMultiplier),
dashPattern: [3, 4])
],
),
),
SizedBox(
height: 1.41 * SizeConfig.heightMultiplier,
),
]),
),
),
);
},
);
}
@override
Widget build(BuildContext context) {
return Material(
elevation: 3,
borderRadius: BorderRadius.circular(20),
child: DefaultTabController(
initialIndex: 0,
length: 3,
child: SafeArea(
child: Stack(
children: <Widget>[
Container(
width: MediaQuery.of(context).size.width,
height: 60,
alignment: Alignment.center,
margin: EdgeInsets.symmetric(vertical: 27, horizontal: 24),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
crossAxisAlignment: CrossAxisAlignment.center,
children: <Widget>[
Column(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
new Text(
selectedIndex == 0 ? 'Dashboard' : 'Projects',
style: new TextStyle(
color: Colors.black45,
fontFamily: 'Montserrat',
fontWeight: FontWeight.w600,
letterSpacing: 0.3,
fontSize: 23.0),
),
],
),
ClipRRect(
borderRadius: new BorderRadius.circular(8.0),
child: Image.asset(
"assets/images/user.jpeg",
width: 50.0,
height: 50.0,
),
),
],
)),
Container(
margin: EdgeInsets.only(top: 130),
child: TabBarView(physics: PageScrollPhysics(), children: [
ChatsGeneral(),
ChatsCall(),
accountTab(),
]),
),
Container(
alignment: Alignment.bottomCenter,
margin: EdgeInsets.symmetric(vertical: 20),
child: CustomBottomNav(updateIndex))
],
),
),
),
);
}
}
| 34.725888 | 78 | 0.439263 |
2f33ff66233aa2af19b7c1f41f3f7512e80b5936 | 186 | php | PHP | apps/pc_backend/modules/mail/templates/_submenu.php | C-nakajima/OpenPNE3 | 8e27ff802cdb08a2ad8926856255aa06b1b8c493 | [
"Apache-2.0"
] | 46 | 2015-01-14T00:24:50.000Z | 2022-03-11T15:10:01.000Z | apps/pc_backend/modules/mail/templates/_submenu.php | fukamachi/OpenPNE3 | 218fd811e560a89ce90de5eea71ff50427880841 | [
"Apache-2.0"
] | 44 | 2015-02-26T04:33:25.000Z | 2021-03-05T10:49:15.000Z | apps/pc_backend/modules/mail/templates/_submenu.php | fukamachi/OpenPNE3 | 218fd811e560a89ce90de5eea71ff50427880841 | [
"Apache-2.0"
] | 26 | 2015-01-14T00:24:53.000Z | 2022-02-03T03:36:53.000Z | <li><?php echo link_to(__('Configuration of E-mail Notifications'), '@mail_config') ?></li>
<li><?php echo link_to(__('Edit Templates of E-mail Notification'), '@mail_template') ?></li>
| 62 | 93 | 0.693548 |
7fa07e571b0901795b2d66cb968caac586e2d73b | 4,343 | rs | Rust | tests/commands/rm.rs | UltraWelfare/nushell | 643b532537260d1adb7d50b80fe768996736ea52 | [
"MIT"
] | null | null | null | tests/commands/rm.rs | UltraWelfare/nushell | 643b532537260d1adb7d50b80fe768996736ea52 | [
"MIT"
] | null | null | null | tests/commands/rm.rs | UltraWelfare/nushell | 643b532537260d1adb7d50b80fe768996736ea52 | [
"MIT"
] | null | null | null | use nu_test_support::fs::{files_exist_at, Stub::EmptyFile};
use nu_test_support::playground::Playground;
use nu_test_support::{nu, nu_error};
#[test]
fn removes_a_file() {
Playground::setup("rm_test_1", |dirs, sandbox| {
sandbox.with_files(vec![EmptyFile("i_will_be_deleted.txt")]);
nu!(
cwd: dirs.root(),
"rm rm_test_1/i_will_be_deleted.txt"
);
let path = dirs.test().join("i_will_be_deleted.txt");
assert!(!path.exists());
})
}
#[test]
fn removes_files_with_wildcard() {
Playground::setup("rm_test_2", |dirs, sandbox| {
sandbox
.within("src")
.with_files(vec![
EmptyFile("cli.rs"),
EmptyFile("lib.rs"),
EmptyFile("prelude.rs"),
])
.within("src/parser")
.with_files(vec![EmptyFile("parse.rs"), EmptyFile("parser.rs")])
.within("src/parser/parse")
.with_files(vec![EmptyFile("token_tree.rs")])
.within("src/parser/hir")
.with_files(vec![
EmptyFile("baseline_parse.rs"),
EmptyFile("baseline_parse_tokens.rs"),
]);
nu!(
cwd: dirs.test(),
r#"rm "src/*/*/*.rs""#
);
assert!(!files_exist_at(
vec![
"src/parser/parse/token_tree.rs",
"src/parser/hir/baseline_parse.rs",
"src/parser/hir/baseline_parse_tokens.rs"
],
dirs.test()
));
assert_eq!(
Playground::glob_vec(&format!("{}/src/*/*/*.rs", dirs.test().display())),
Vec::<std::path::PathBuf>::new()
);
})
}
#[test]
fn removes_deeply_nested_directories_with_wildcard_and_recursive_flag() {
Playground::setup("rm_test_3", |dirs, sandbox| {
sandbox
.within("src")
.with_files(vec![
EmptyFile("cli.rs"),
EmptyFile("lib.rs"),
EmptyFile("prelude.rs"),
])
.within("src/parser")
.with_files(vec![EmptyFile("parse.rs"), EmptyFile("parser.rs")])
.within("src/parser/parse")
.with_files(vec![EmptyFile("token_tree.rs")])
.within("src/parser/hir")
.with_files(vec![
EmptyFile("baseline_parse.rs"),
EmptyFile("baseline_parse_tokens.rs"),
]);
nu!(
cwd: dirs.test(),
"rm src/* --recursive"
);
assert!(!files_exist_at(
vec!["src/parser/parse", "src/parser/hir"],
dirs.test()
));
})
}
#[test]
fn removes_directory_contents_without_recursive_flag_if_empty() {
Playground::setup("rm_test_4", |dirs, _| {
nu!(
cwd: dirs.root(),
"rm rm_test_4"
);
assert!(!dirs.test().exists());
})
}
#[test]
fn removes_directory_contents_with_recursive_flag() {
Playground::setup("rm_test_5", |dirs, sandbox| {
sandbox.with_files(vec![
EmptyFile("yehuda.txt"),
EmptyFile("jonathan.txt"),
EmptyFile("andres.txt"),
]);
nu!(
cwd: dirs.root(),
"rm rm_test_5 --recursive"
);
assert!(!dirs.test().exists());
})
}
#[test]
fn errors_if_attempting_to_delete_a_directory_with_content_without_recursive_flag() {
Playground::setup("rm_test_6", |dirs, sandbox| {
sandbox.with_files(vec![EmptyFile("some_empty_file.txt")]);
let actual = nu_error!(
cwd: dirs.root(),
"rm rm_test_6"
);
assert!(dirs.test().exists());
assert!(actual.contains("cannot remove non-empty directory"));
})
}
#[test]
fn errors_if_attempting_to_delete_single_dot_as_argument() {
Playground::setup("rm_test_7", |dirs, _| {
let actual = nu_error!(
cwd: dirs.root(),
"rm ."
);
assert!(actual.contains("may not be removed"));
})
}
#[test]
fn errors_if_attempting_to_delete_two_dot_as_argument() {
Playground::setup("rm_test_8", |dirs, _| {
let actual = nu_error!(
cwd: dirs.root(),
"rm .."
);
assert!(actual.contains("may not be removed"));
})
}
| 26.808642 | 85 | 0.523831 |
50cd71ddd7ba127474b2e3edaf66a709071edc08 | 840 | go | Go | install/main.go | anwerj/MyGo | a394f6cc283dc4958010df338f1002e7fca47c37 | [
"Unlicense"
] | null | null | null | install/main.go | anwerj/MyGo | a394f6cc283dc4958010df338f1002e7fca47c37 | [
"Unlicense"
] | null | null | null | install/main.go | anwerj/MyGo | a394f6cc283dc4958010df338f1002e7fca47c37 | [
"Unlicense"
] | null | null | null | package install
import (
"fmt"
"io/ioutil"
"github.com/anwerj/cargo/head"
)
// Main of install
func Main(a head.Aid) {
dirs := a.S.ReadDir(".")
con := fileContent(dirs)
err := ioutil.WriteFile("registry.go", con, 0644)
if err == nil {
fmt.Println("Installation completed with ", dirs)
} else {
fmt.Println(err, con)
}
}
// fileContent gives file content
func fileContent(dirs []string) []byte {
text := "package main\n" +
"\n" +
"import (\n"
for _, dir := range dirs {
text += "\t\"github.com/anwerj/cargo/" + dir + "\"\n"
}
text += ")\n\n" +
"func registry() map[string] func(a head.Aid) {\n" +
"\tflist := map[string]func(a head.Aid) {\n"
for _, dir := range dirs {
text += "\t\t\"" + dir + "\" : " + dir + ".Main,\n"
}
text += "\t}\n\n" +
"\treturn flist\n" +
"}\n"
return []byte(text)
}
| 17.142857 | 55 | 0.569048 |
f06ebdf27eb473116d5a5a69d7c99a59502c6586 | 409 | py | Python | hackerrank/python/introduction/function.py | wingkwong/competitive-programming | e8bf7aa32e87b3a020b63acac20e740728764649 | [
"MIT"
] | 18 | 2020-08-27T05:27:50.000Z | 2022-03-08T02:56:48.000Z | hackerrank/python/introduction/function.py | wingkwong/competitive-programming | e8bf7aa32e87b3a020b63acac20e740728764649 | [
"MIT"
] | null | null | null | hackerrank/python/introduction/function.py | wingkwong/competitive-programming | e8bf7aa32e87b3a020b63acac20e740728764649 | [
"MIT"
] | 1 | 2020-10-13T05:23:58.000Z | 2020-10-13T05:23:58.000Z | def is_leap(year):
leap = False
# Write your logic here
# The year can be evenly divided by 4, is a leap year, unless:
# The year can be evenly divided by 100, it is NOT a leap year, unless:
# The year is also evenly divisible by 400. Then it is a leap year.
leap = (year % 4 == 0 and (year % 400 == 0 or year % 100 != 0))
return leap
year = int(input())
print(is_leap(year)) | 34.083333 | 75 | 0.628362 |
aedee7b3faeec638fd8cbc5fb58d4cfda72f59fb | 38 | rs | Rust | Section 1/Video 1.3/tut2.rs | PacktPublishing/Mastering-Rust-Build-Robust-Concurrent-and-Fast-Applications | fca8d4c6f9b82e62802a0ebb4371757e9e8a2bfb | [
"MIT"
] | 5 | 2019-10-02T14:18:01.000Z | 2021-11-08T13:10:28.000Z | Section 1/Video 1.3/tut2.rs | PacktPublishing/Mastering-Rust-Build-Robust-Concurrent-and-Fast-Applications | fca8d4c6f9b82e62802a0ebb4371757e9e8a2bfb | [
"MIT"
] | null | null | null | Section 1/Video 1.3/tut2.rs | PacktPublishing/Mastering-Rust-Build-Robust-Concurrent-and-Fast-Applications | fca8d4c6f9b82e62802a0ebb4371757e9e8a2bfb | [
"MIT"
] | 4 | 2020-04-19T02:45:24.000Z | 2021-11-17T14:57:40.000Z | fn main(){
let x = 6;
let c = 5+3;
} | 9.5 | 13 | 0.447368 |
ffd83298d5f0dba2e08c23cf00a250504a83a953 | 143,991 | html | HTML | doc/html/mondock_8hpp_source.html | TheoLeCalvar/castle | 913e4fd04bb37072c91df46050c8ad0cfbacb964 | [
"Unlicense"
] | null | null | null | doc/html/mondock_8hpp_source.html | TheoLeCalvar/castle | 913e4fd04bb37072c91df46050c8ad0cfbacb964 | [
"Unlicense"
] | null | null | null | doc/html/mondock_8hpp_source.html | TheoLeCalvar/castle | 913e4fd04bb37072c91df46050c8ad0cfbacb964 | [
"Unlicense"
] | null | null | null | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<title>Castle: Fichier source de gui/mondock.hpp</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Castle
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Généré par Doxygen 1.8.7 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Recherche');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Page principale</span></a></li>
<li><a href="pages.html"><span>Pages associées</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Fichiers</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Recherche" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>Liste des fichiers</span></a></li>
<li><a href="globals.html"><span>Membres de fichier</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>Tout</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Fichiers</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Fonctions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Définitions de type</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Amis</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_11bc0974ce736ce9a6fadebbeb7a8314.html">gui</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">mondock.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="mondock_8hpp.html">Aller à la documentation de ce fichier.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef mon_dock</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define mon_dock</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="preprocessor">#include "<a class="code" href="scene_8hpp.html">scene.hpp</a>"</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include "<a class="code" href="helper_8hpp.html">helper.hpp</a>"</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include "<a class="code" href="light_8hpp.html">light.hpp</a>"</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> </div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include <QApplication></span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include <QComboBox></span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include <QDockWidget></span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include <QDoubleSpinBox></span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include <QFileSystemModel></span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#include <QHBoxLayout></span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#include <QHeaderView></span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#include <QLabel></span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#include <QPushButton></span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include <QStatusBar></span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor">#include <QSlider></span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#include <QString></span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#include <QStandardItemModel></span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#include <QStringListModel></span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include <QStringList></span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <QToolBar></span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <QTreeView></span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <QTabWidget></span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <QVBoxLayout></span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> </div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="class_mondock.html"> 36</a></span> <span class="keyword">class </span><a class="code" href="class_mondock.html">Mondock</a>:<span class="keyword">public</span> QDockWidget</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> {</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> Q_OBJECT</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <a class="code" href="class_mondock.html#a31297333af7c87f4f9773728db845d7f">Mondock</a>(<span class="keyword">const</span> QString & title, QWidget * parent = 0, Qt::WindowFlags flags = 0);</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <a class="code" href="class_mondock.html#a33aa83a1e0de9cf10380c1a5237eec7e">~Mondock</a>();</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">public</span>:<span class="comment">//a metre private plus tard (donc geter/seter a faire)</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="class_mondock.html#ac6fd15f2143e05b554f3f936e6f1588f"> 45</a></span>  <a class="code" href="class_scene.html">Scene</a>* <a class="code" href="class_mondock.html#ac6fd15f2143e05b554f3f936e6f1588f">dockscene</a>;</div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="class_mondock.html#a541a241aadaf9820926b427f2d504573"> 46</a></span>  <a class="code" href="class_light.html">Light</a>* <a class="code" href="class_mondock.html#a541a241aadaf9820926b427f2d504573">_light</a>;</div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="class_mondock.html#ada15f5ec6dabb8728651472f5cc867a8"> 47</a></span>  <a class="code" href="class_material.html">Material</a>* <a class="code" href="class_mondock.html#ada15f5ec6dabb8728651472f5cc867a8">_materiaux</a>;</div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="class_mondock.html#a6325a3fb92643c99815b1a8025f7d401"> 48</a></span>  <a class="code" href="class_objet.html">Objet</a> * <a class="code" href="class_mondock.html#a6325a3fb92643c99815b1a8025f7d401">_objet</a>;</div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="class_mondock.html#a8a9c524e7a781e45219699b15b20596f"> 49</a></span>  <a class="code" href="class_piece.html">Piece</a> * <a class="code" href="class_mondock.html#a8a9c524e7a781e45219699b15b20596f">_piece</a>;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> </div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="class_mondock.html#a3f46e1710907a9aedf250fce4ba93076"> 51</a></span>  QStandardItemModel* <a class="code" href="class_mondock.html#a3f46e1710907a9aedf250fce4ba93076">dockmodele</a>;</div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="class_mondock.html#a32e24e3ef7312fbd292740e19c3d3dcd"> 52</a></span>  QTreeView* <a class="code" href="class_mondock.html#a32e24e3ef7312fbd292740e19c3d3dcd">dockvue</a>;</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> </div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="class_mondock.html#ab873f19cf3a771dcb0f32480e3ea2c69"> 54</a></span>  QStandardItem* <a class="code" href="class_mondock.html#ab873f19cf3a771dcb0f32480e3ea2c69">_itemmaterial</a>;<span class="comment">//liste des materiaux</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="class_mondock.html#a3de76b6bfaee199ee945f04c3c2f4c02"> 55</a></span>  QStandardItem* <a class="code" href="class_mondock.html#a3de76b6bfaee199ee945f04c3c2f4c02">_itempiece</a>;<span class="comment">//liste des piece</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="class_mondock.html#aa0a94c4bfce0d7d4f2547da10d365275"> 58</a></span>  QItemSelectionModel* <a class="code" href="class_mondock.html#aa0a94c4bfce0d7d4f2547da10d365275">selection</a>;</div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="class_mondock.html#a48e5355dbb076ca71a13e42172f342ca"> 59</a></span>  QModelIndex <a class="code" href="class_mondock.html#a48e5355dbb076ca71a13e42172f342ca">indexElementSelectionne</a>;</div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="class_mondock.html#a5a0f5cf7817eee757956874e3bec2043"> 60</a></span>  QVariant <a class="code" href="class_mondock.html#a5a0f5cf7817eee757956874e3bec2043">elementSelectionneParent</a>;</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> </div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="class_mondock.html#ac8fa555c082f94d22d369eed852f93c3"> 62</a></span>  QModelIndex <a class="code" href="class_mondock.html#ac8fa555c082f94d22d369eed852f93c3">indexlightSelectionne</a>;</div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="class_mondock.html#a35acbdbc03ccc8bd255083f8499188f5"> 63</a></span>  QVariant <a class="code" href="class_mondock.html#a35acbdbc03ccc8bd255083f8499188f5">lightselectioner</a>;</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span> </div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="class_mondock.html#a8816860ad6351028d8d4e5b022b2b266"> 65</a></span>  QModelIndex <a class="code" href="class_mondock.html#a8816860ad6351028d8d4e5b022b2b266">indexmaterialSelectionne</a>;</div>
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="class_mondock.html#a09fab02186d86e999d23b4f9c667353f"> 66</a></span>  QVariant <a class="code" href="class_mondock.html#a09fab02186d86e999d23b4f9c667353f">materialselectioner</a>;</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> </div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="class_mondock.html#ab950bd39d928049d2788f4690ba45755"> 68</a></span>  QModelIndex <a class="code" href="class_mondock.html#ab950bd39d928049d2788f4690ba45755">indexpieceSelectionne</a>;</div>
<div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="class_mondock.html#acc6d9454fd6ff20be6309e30aa5053c3"> 69</a></span>  QVariant <a class="code" href="class_mondock.html#acc6d9454fd6ff20be6309e30aa5053c3">pieceselectioner</a>;</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="class_mondock.html#a54452b93781c23fe0e40d764b2d278fe"> 71</a></span>  QModelIndex <a class="code" href="class_mondock.html#a54452b93781c23fe0e40d764b2d278fe">indexgparent</a>;</div>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="class_mondock.html#a3c00ae3b69dc59785835aa2d04b73392"> 72</a></span>  QVariant <a class="code" href="class_mondock.html#a3c00ae3b69dc59785835aa2d04b73392">elementSelectionneGParent</a>;</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="class_mondock.html#ab7756e9a6862132ca6b86d4b94c834c0"> 74</a></span>  QModelIndex <a class="code" href="class_mondock.html#ab7756e9a6862132ca6b86d4b94c834c0">indexobjetlSelectionne</a>;</div>
<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="class_mondock.html#aba0697efe8eb1eff576ce6599aea10f3"> 75</a></span>  QVariant <a class="code" href="class_mondock.html#aba0697efe8eb1eff576ce6599aea10f3">objetselectioner</a>;</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="keyword">public</span>:</div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="class_mondock.html#aceda9fef8d2c8b9c88672bacbeac7988"> 78</a></span>  QStandardItemModel* <a class="code" href="class_mondock.html#aceda9fef8d2c8b9c88672bacbeac7988">modelmaterial</a>;<span class="comment">//(model de la liste des materiaux)</span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <span class="keyword">private</span>:</div>
<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="class_mondock.html#a2560c460ea144a4e8b2300dadf8df8ed"> 80</a></span>  QStandardItemModel* <a class="code" href="class_mondock.html#a2560c460ea144a4e8b2300dadf8df8ed">modelpiece</a>;<span class="comment">//(model de la liste des piece)</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> </div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="comment">/* ******************************************************** */</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <span class="comment">//lumiere(juste composante ambiante)</span></div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="comment">/* ******************************************************** */</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span> </div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="class_mondock.html#a958707eb3e7ab57d99934c167106dd0d"> 86</a></span>  QWidget* <a class="code" href="class_mondock.html#a958707eb3e7ab57d99934c167106dd0d">editionambiante</a>;</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> </div>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="class_mondock.html#ae8eeb7a414be5aca3c4e893697f8970b"> 88</a></span>  QSpinBox* <a class="code" href="class_mondock.html#ae8eeb7a414be5aca3c4e893697f8970b">spinboxlumiereambiantex</a>;</div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="class_mondock.html#a540926c2bc676ba4e02b2760375a2ece"> 89</a></span>  QSpinBox* <a class="code" href="class_mondock.html#a540926c2bc676ba4e02b2760375a2ece">spinboxlumiereambiantey</a>;</div>
<div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="class_mondock.html#aec59b2c7f6b841c599de75311a952e35"> 90</a></span>  QSpinBox* <a class="code" href="class_mondock.html#aec59b2c7f6b841c599de75311a952e35">spinboxlumiereambiantez</a>;</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> </div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="class_mondock.html#a96c9d3320d5658f31580b10cb31ef5c5"> 92</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a96c9d3320d5658f31580b10cb31ef5c5">layouteditionlighamb</a>;</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="comment">/* ******************************************************** */</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <span class="comment">//lumiere</span></div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span> <span class="comment">/* ******************************************************** */</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span> </div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  <span class="comment">//contien les 4 widget ( pos , amb , spe, dif)</span></div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="class_mondock.html#aff9f46d61c662d10837346c496160ed1"> 98</a></span>  QTabWidget* <a class="code" href="class_mondock.html#aff9f46d61c662d10837346c496160ed1">tablight</a>;</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span> </div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <span class="comment">//position</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="class_mondock.html#af55525ced19bade9444f69f28ceb63bb"> 101</a></span>  QWidget* <a class="code" href="class_mondock.html#af55525ced19bade9444f69f28ceb63bb">tablightpos</a>;</div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="class_mondock.html#aa1e272ef1c0db51aac8861812e367b27"> 102</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#aa1e272ef1c0db51aac8861812e367b27">tablightposlayout</a>;</div>
<div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="class_mondock.html#a16569a61106b1c9d6506d1d2a2600759"> 103</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a16569a61106b1c9d6506d1d2a2600759">lightdoublespinboxx</a>;</div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="class_mondock.html#a5829d9ba58222d9ec1905d9b81efeea2"> 104</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a5829d9ba58222d9ec1905d9b81efeea2">lightdoublespinboxy</a>;</div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="class_mondock.html#a7f9c9c2b765d28670aac280b38773ee9"> 105</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a7f9c9c2b765d28670aac280b38773ee9">lightdoublespinboxz</a>;</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span> </div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="comment">//difuse</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="class_mondock.html#a7e42b87b7c1088da35395d5f1ef690d8"> 108</a></span>  QWidget* <a class="code" href="class_mondock.html#a7e42b87b7c1088da35395d5f1ef690d8">tablightdif</a>;</div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="class_mondock.html#a2691df29ebeefa273d759a15eb4c9f51"> 109</a></span>  QVBoxLayout* <a class="code" href="class_mondock.html#a2691df29ebeefa273d759a15eb4c9f51">tabdiflayout</a>;</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span> </div>
<div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="class_mondock.html#a82bd5ea86bfd95368bdef210a807b1c4"> 111</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a82bd5ea86bfd95368bdef210a807b1c4">lightdiflayout</a>;</div>
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="class_mondock.html#a1d4f04858d8142be0a35b1aad9f14345"> 112</a></span>  QSlider* <a class="code" href="class_mondock.html#a1d4f04858d8142be0a35b1aad9f14345">sliderdifx</a>;</div>
<div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="class_mondock.html#a61a2ab20f30425efa13abc19241dfcb7"> 113</a></span>  QSlider* <a class="code" href="class_mondock.html#a61a2ab20f30425efa13abc19241dfcb7">sliderdify</a>;</div>
<div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="class_mondock.html#af68d00a8f6995732dc8f5861b1b64de2"> 114</a></span>  QSlider* <a class="code" href="class_mondock.html#af68d00a8f6995732dc8f5861b1b64de2">sliderdifz</a>;</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> </div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="class_mondock.html#a2cc5ecc094ac129ac7cf6c70147b8d29"> 116</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a2cc5ecc094ac129ac7cf6c70147b8d29">labeldiflayout</a>;</div>
<div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="class_mondock.html#adc2193f6756de65b0d3a3f5a3a0e7164"> 117</a></span>  QLabel* <a class="code" href="class_mondock.html#adc2193f6756de65b0d3a3f5a3a0e7164">labeldifx</a>;</div>
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="class_mondock.html#ab869df2ebba1417ef476ae6df23084f3"> 118</a></span>  QLabel* <a class="code" href="class_mondock.html#ab869df2ebba1417ef476ae6df23084f3">labeldify</a>;</div>
<div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="class_mondock.html#ac4418e6866dac5b4917ed73f43ccbcaa"> 119</a></span>  QLabel* <a class="code" href="class_mondock.html#ac4418e6866dac5b4917ed73f43ccbcaa">labeldifz</a>;</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span> </div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <span class="comment">//speculaire</span></div>
<div class="line"><a name="l00122"></a><span class="lineno"><a class="line" href="class_mondock.html#a99dad8f1fa710a564d0e8348e992372e"> 122</a></span>  QWidget* <a class="code" href="class_mondock.html#a99dad8f1fa710a564d0e8348e992372e">tablightspe</a>;</div>
<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="class_mondock.html#af59762fb339ae8c0821fada75433e8fb"> 123</a></span>  QVBoxLayout* <a class="code" href="class_mondock.html#af59762fb339ae8c0821fada75433e8fb">tabspelayout</a>;</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span> </div>
<div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="class_mondock.html#a9d565bf7d99d0dc112fedc26f21abf2d"> 125</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a9d565bf7d99d0dc112fedc26f21abf2d">lightspelayout</a>;</div>
<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="class_mondock.html#abd032f6caee1a61430b8f37fdf872c55"> 126</a></span>  QSlider* <a class="code" href="class_mondock.html#abd032f6caee1a61430b8f37fdf872c55">sliderspex</a>;</div>
<div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="class_mondock.html#ab99848143e6941f878cb9328681d7690"> 127</a></span>  QSlider* <a class="code" href="class_mondock.html#ab99848143e6941f878cb9328681d7690">sliderspey</a>;</div>
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="class_mondock.html#a496a2a2470c9c96599cd491608544bf6"> 128</a></span>  QSlider* <a class="code" href="class_mondock.html#a496a2a2470c9c96599cd491608544bf6">sliderspez</a>;</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span> </div>
<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="class_mondock.html#ad034a6a1d416711fd87e9594a33d9ae4"> 130</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#ad034a6a1d416711fd87e9594a33d9ae4">labelspelayout</a>;</div>
<div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="class_mondock.html#a9dcd6eacb52a58adddd1f0118dc7fc66"> 131</a></span>  QLabel* <a class="code" href="class_mondock.html#a9dcd6eacb52a58adddd1f0118dc7fc66">labelspex</a>;</div>
<div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="class_mondock.html#a51f3374b36482300513cfaa0d9e7cb44"> 132</a></span>  QLabel* <a class="code" href="class_mondock.html#a51f3374b36482300513cfaa0d9e7cb44">labelspey</a>;</div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="class_mondock.html#af00a5126b8b2d537b5a46064b4d26d76"> 133</a></span>  QLabel* <a class="code" href="class_mondock.html#af00a5126b8b2d537b5a46064b4d26d76">labelspez</a>;</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  <span class="comment">//ambiant</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="class_mondock.html#a9033d2049c8fcdc628ef06ea8cb192ca"> 135</a></span>  QWidget* <a class="code" href="class_mondock.html#a9033d2049c8fcdc628ef06ea8cb192ca">tablightamb</a>;</div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="class_mondock.html#a73f30ee1b770ddf08cdb854136ab4e51"> 136</a></span>  QVBoxLayout* <a class="code" href="class_mondock.html#a73f30ee1b770ddf08cdb854136ab4e51">tabamblayout</a>;</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span> </div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="class_mondock.html#ada46a57b4e681dc6f9420ae74f46fefc"> 138</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#ada46a57b4e681dc6f9420ae74f46fefc">lightamblayout</a>;</div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="class_mondock.html#a51c280e3a1dae1f368e9028069afb424"> 139</a></span>  QSlider* <a class="code" href="class_mondock.html#a51c280e3a1dae1f368e9028069afb424">sliderambx</a>;</div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="class_mondock.html#ac6a5fbe64fd9a0567ae84e9ec5244fbd"> 140</a></span>  QSlider* <a class="code" href="class_mondock.html#ac6a5fbe64fd9a0567ae84e9ec5244fbd">slideramby</a>;</div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="class_mondock.html#aa90503d09eeebd2f51e15a416c6424c7"> 141</a></span>  QSlider* <a class="code" href="class_mondock.html#aa90503d09eeebd2f51e15a416c6424c7">sliderambz</a>;</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span> </div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="class_mondock.html#a8726f8f74256a666684740d03747ad5a"> 143</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a8726f8f74256a666684740d03747ad5a">labelamblayout</a>;</div>
<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="class_mondock.html#af77614bc15448c7488db1b12a03162f5"> 144</a></span>  QLabel* <a class="code" href="class_mondock.html#af77614bc15448c7488db1b12a03162f5">labelambx</a>;</div>
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="class_mondock.html#a467e81ae77fc44ddd9785214c64ae443"> 145</a></span>  QLabel* <a class="code" href="class_mondock.html#a467e81ae77fc44ddd9785214c64ae443">labelamby</a>;</div>
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="class_mondock.html#a59965e3362191562ca427aaafbffb67f"> 146</a></span>  QLabel* <a class="code" href="class_mondock.html#a59965e3362191562ca427aaafbffb67f">labelambz</a>;</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span> <span class="comment">/* ******************************************************** */</span></div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <span class="comment">//materiaux</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span> <span class="comment">/* ******************************************************** */</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span> </div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="comment">//contien les 4 widget ( emisive , ambiante , spe, dif)</span></div>
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="class_mondock.html#a85429c5714bc04dc5866983a9659f723"> 152</a></span>  QTabWidget* <a class="code" href="class_mondock.html#a85429c5714bc04dc5866983a9659f723">tabmaterial</a>;</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span> </div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="comment">//ambiante</span></div>
<div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="class_mondock.html#a5b0d6245de8e0e70d7552ad035295793"> 155</a></span>  QWidget* <a class="code" href="class_mondock.html#a5b0d6245de8e0e70d7552ad035295793">tabmaterialamb</a>;</div>
<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="class_mondock.html#a768206ca1e41a57f687e6bbbdaca3a9a"> 156</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a768206ca1e41a57f687e6bbbdaca3a9a">tabmaterialamblayout</a>;</div>
<div class="line"><a name="l00157"></a><span class="lineno"><a class="line" href="class_mondock.html#a4efb6643d3bea5ac601770ed2e3b3290"> 157</a></span>  QSpinBox* <a class="code" href="class_mondock.html#a4efb6643d3bea5ac601770ed2e3b3290">materialspinboxambx</a>;</div>
<div class="line"><a name="l00158"></a><span class="lineno"><a class="line" href="class_mondock.html#a52f12188582ccf1488a2f5f2059ec304"> 158</a></span>  QSpinBox* <a class="code" href="class_mondock.html#a52f12188582ccf1488a2f5f2059ec304">materialspinboxamby</a>;</div>
<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="class_mondock.html#a24725d21ed105e3d2fc2c2360c2581a6"> 159</a></span>  QSpinBox* <a class="code" href="class_mondock.html#a24725d21ed105e3d2fc2c2360c2581a6">materialspinboxambz</a>;</div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span> </div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  <span class="comment">//difuse</span></div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="class_mondock.html#a1d05427fb146c04086803be70153d868"> 162</a></span>  QWidget* <a class="code" href="class_mondock.html#a1d05427fb146c04086803be70153d868">tabmaterialdif</a>;</div>
<div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="class_mondock.html#a346764281a416f9221d71a96cf9ce4fc"> 163</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a346764281a416f9221d71a96cf9ce4fc">tabmaterialdiflayout</a>;</div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="class_mondock.html#abf580ff2de20747ff28cb3af69aec147"> 164</a></span>  QSpinBox* <a class="code" href="class_mondock.html#abf580ff2de20747ff28cb3af69aec147">materialspinboxdifx</a>;</div>
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="class_mondock.html#ab1c4bb9e29202b1fcb3d4f2f2f7112a8"> 165</a></span>  QSpinBox* <a class="code" href="class_mondock.html#ab1c4bb9e29202b1fcb3d4f2f2f7112a8">materialspinboxdify</a>;</div>
<div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="class_mondock.html#abaa05027f2871448e35b82516e0559b8"> 166</a></span>  QSpinBox* <a class="code" href="class_mondock.html#abaa05027f2871448e35b82516e0559b8">materialspinboxdifz</a>;</div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span> </div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  <span class="comment">//speculaire</span></div>
<div class="line"><a name="l00169"></a><span class="lineno"><a class="line" href="class_mondock.html#a7f99e6c98995aa1e236e44be190e0fa6"> 169</a></span>  QWidget* <a class="code" href="class_mondock.html#a7f99e6c98995aa1e236e44be190e0fa6">tabmaterialspe</a>;</div>
<div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="class_mondock.html#a705948bf976e373b5afb90c9f0641580"> 170</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a705948bf976e373b5afb90c9f0641580">tabmaterialspelayout</a>;</div>
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="class_mondock.html#a964af1b06eda72c95695ff25146892ec"> 171</a></span>  QSpinBox* <a class="code" href="class_mondock.html#a964af1b06eda72c95695ff25146892ec">materialspinboxspex</a>;</div>
<div class="line"><a name="l00172"></a><span class="lineno"><a class="line" href="class_mondock.html#a38fad0c6901791690bdedba633bc3220"> 172</a></span>  QSpinBox* <a class="code" href="class_mondock.html#a38fad0c6901791690bdedba633bc3220">materialspinboxspey</a>;</div>
<div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="class_mondock.html#ab5e93ab98c43f314fa48b84be8098beb"> 173</a></span>  QSpinBox* <a class="code" href="class_mondock.html#ab5e93ab98c43f314fa48b84be8098beb">materialspinboxspez</a>;</div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="class_mondock.html#a62de223ddabe875e9406fd43b892a8a0"> 174</a></span>  QSpinBox* <a class="code" href="class_mondock.html#a62de223ddabe875e9406fd43b892a8a0">materialspinboxspea</a>;</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span> </div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <span class="comment">//emisive</span></div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span> <span class="comment">// QWidget* tabmaterialemi;</span></div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span> <span class="comment">// QHBoxLayout* tabmaterialemilayout;</span></div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span> <span class="comment">// QSpinBox* materialspinboxemix;</span></div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span> <span class="comment">// QSpinBox* materialspinboxemiy;</span></div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span> <span class="comment">// QSpinBox* materialspinboxemiz;</span></div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span> </div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span> <span class="comment">/* ******************************************************** */</span></div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  <span class="comment">//objet</span></div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span> <span class="comment">/* ******************************************************** */</span></div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span> </div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span> <span class="comment">//contien les 4 widget ( propriété ,rotation , trans, scale )</span></div>
<div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="class_mondock.html#a3f12af44327a1739e8818ee91649ebbf"> 188</a></span>  QTabWidget* <a class="code" href="class_mondock.html#a3f12af44327a1739e8818ee91649ebbf">tabobjet</a>;</div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span> </div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>  <span class="comment">//propriete</span></div>
<div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="class_mondock.html#adc331c4d8373b45e636757e12a2bd5a0"> 191</a></span>  QWidget* <a class="code" href="class_mondock.html#adc331c4d8373b45e636757e12a2bd5a0">tabobjetpropr</a>;</div>
<div class="line"><a name="l00192"></a><span class="lineno"><a class="line" href="class_mondock.html#ac56ddde4fb8bc59837027ed14f8b19d8"> 192</a></span>  QVBoxLayout* <a class="code" href="class_mondock.html#ac56ddde4fb8bc59837027ed14f8b19d8">layouttabobjetpropr</a> ;</div>
<div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="class_mondock.html#a933e33341a7ad640413b19c6d811559a"> 193</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a933e33341a7ad640413b19c6d811559a">layouttabobjetproprlabel</a>;</div>
<div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="class_mondock.html#a666eed2f58369dbaea12c10c9c5f4888"> 194</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a666eed2f58369dbaea12c10c9c5f4888">layouttabobjetproprcombo</a>;</div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span> </div>
<div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="class_mondock.html#ab8773b4c45e6e0e13a9bb22793e3c870"> 196</a></span>  QComboBox* <a class="code" href="class_mondock.html#ab8773b4c45e6e0e13a9bb22793e3c870">combomaterial</a>;</div>
<div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="class_mondock.html#a32ebd1f643a5f1b9749eb4f9d4940973"> 197</a></span>  QComboBox* <a class="code" href="class_mondock.html#a32ebd1f643a5f1b9749eb4f9d4940973">comboparent</a>;</div>
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span> </div>
<div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="class_mondock.html#ac49c211334c5b4502c99dc47ff86fe1c"> 199</a></span>  QLabel* <a class="code" href="class_mondock.html#ac49c211334c5b4502c99dc47ff86fe1c">labelobjetproprmaterial</a>;</div>
<div class="line"><a name="l00200"></a><span class="lineno"><a class="line" href="class_mondock.html#a4d76ec3b85d44b07f7147f5b2a7c68a7"> 200</a></span>  QLabel* <a class="code" href="class_mondock.html#a4d76ec3b85d44b07f7147f5b2a7c68a7">labelobjetproprparent</a>;</div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span> </div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  <span class="comment">//rotation</span></div>
<div class="line"><a name="l00203"></a><span class="lineno"><a class="line" href="class_mondock.html#a917509c60bf1cd3eff74b0bd9c606dae"> 203</a></span>  QWidget* <a class="code" href="class_mondock.html#a917509c60bf1cd3eff74b0bd9c606dae">tabobjetrotation</a>;</div>
<div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="class_mondock.html#ab36da4ccb733ba45b30be8c325a593d9"> 204</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#ab36da4ccb733ba45b30be8c325a593d9">layouttabobjetrotation</a>;</div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span> </div>
<div class="line"><a name="l00206"></a><span class="lineno"><a class="line" href="class_mondock.html#accc1854d02d6d2a0b61297b351bd196a"> 206</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#accc1854d02d6d2a0b61297b351bd196a">boxobjetrotationx</a>;</div>
<div class="line"><a name="l00207"></a><span class="lineno"><a class="line" href="class_mondock.html#aeeea985e7f23ebf81696648d8e0dea40"> 207</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#aeeea985e7f23ebf81696648d8e0dea40">boxobjetrotationy</a>;</div>
<div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="class_mondock.html#af722379e41c8ebc43f6068754564aa4f"> 208</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#af722379e41c8ebc43f6068754564aa4f">boxobjetrotationz</a>;</div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span> </div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  <span class="comment">//translation</span></div>
<div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="class_mondock.html#a8eee5e642f5cb6d30635c80417576622"> 211</a></span>  QWidget* <a class="code" href="class_mondock.html#a8eee5e642f5cb6d30635c80417576622">tabobjettrans</a>;</div>
<div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="class_mondock.html#a1776a6148557d83c98a8a05368c08eef"> 212</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a1776a6148557d83c98a8a05368c08eef">layouttabobjettrans</a>;</div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span> </div>
<div class="line"><a name="l00214"></a><span class="lineno"><a class="line" href="class_mondock.html#a906d6de66e15f9b964d68947ac8ee94e"> 214</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a906d6de66e15f9b964d68947ac8ee94e">boxobjettransx</a>;</div>
<div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="class_mondock.html#a15ed0b5c13500bfad6a2b5289c5a3ddf"> 215</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a15ed0b5c13500bfad6a2b5289c5a3ddf">boxobjettransy</a>;</div>
<div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="class_mondock.html#ab0102fb06cf68a8c70fed13550b4dcb6"> 216</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#ab0102fb06cf68a8c70fed13550b4dcb6">boxobjettransz</a>;</div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span> </div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  <span class="comment">//scale</span></div>
<div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="class_mondock.html#a2463c02b8f4ff3f1ff23f2f72e3c0f48"> 219</a></span>  QWidget* <a class="code" href="class_mondock.html#a2463c02b8f4ff3f1ff23f2f72e3c0f48">tabobjetscale</a>;</div>
<div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="class_mondock.html#a376d034b08d180ee9d91ab0c5826a5d8"> 220</a></span>  QVBoxLayout* <a class="code" href="class_mondock.html#a376d034b08d180ee9d91ab0c5826a5d8">layoutglobalscaleobjet</a>;</div>
<div class="line"><a name="l00221"></a><span class="lineno"><a class="line" href="class_mondock.html#a7337ba165d8f7543e3469a2a25f3f062"> 221</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a7337ba165d8f7543e3469a2a25f3f062">layouttabobjetscale</a>;</div>
<div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="class_mondock.html#a4adea363f864aeaa15cbf636dca8f4cc"> 222</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a4adea363f864aeaa15cbf636dca8f4cc">layoutobjetscaleall</a>;</div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span> </div>
<div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="class_mondock.html#a0300855d7d2e07ff9f29acfe6aabf86a"> 224</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a0300855d7d2e07ff9f29acfe6aabf86a">boxobjetscalex</a>;</div>
<div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="class_mondock.html#a111e6d0603d220eafef5fe6754ee5686"> 225</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a111e6d0603d220eafef5fe6754ee5686">boxobjetscaley</a>;</div>
<div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="class_mondock.html#a23022e2424b108b94b9519167b702b2a"> 226</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a23022e2424b108b94b9519167b702b2a">boxobjetscalez</a>;</div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span> </div>
<div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="class_mondock.html#a1536ab110ce2aff8fc022ccf80ee0cff"> 228</a></span>  QLabel* <a class="code" href="class_mondock.html#a1536ab110ce2aff8fc022ccf80ee0cff">labelsliderobjetscale</a>;</div>
<div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="class_mondock.html#a46bd66f14e79aed16f26a9475640fcbd"> 229</a></span>  QSlider* <a class="code" href="class_mondock.html#a46bd66f14e79aed16f26a9475640fcbd">sliderobjetscale</a>;</div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span> </div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span> <span class="comment">/* ******************************************************** */</span></div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>  <span class="comment">//piece</span></div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span> <span class="comment">/* ******************************************************** */</span></div>
<div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="class_mondock.html#a5985ccaca36a0e545e6e74a84623b1a9"> 234</a></span>  QTabWidget* <a class="code" href="class_mondock.html#a5985ccaca36a0e545e6e74a84623b1a9">tabpiece</a>;</div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>  <span class="comment">//propietés</span></div>
<div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="class_mondock.html#a3ca6a2ac5ad0c8a061b8730db3fd4b72"> 236</a></span>  QWidget* <a class="code" href="class_mondock.html#a3ca6a2ac5ad0c8a061b8730db3fd4b72">widgetpieceprop</a>;</div>
<div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="class_mondock.html#a32cdc9d17dee4e017440715685f0c622"> 237</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a32cdc9d17dee4e017440715685f0c622">pieceproplayout</a>;</div>
<div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="class_mondock.html#aef4f3829716fae5cc772e493ec84af04"> 238</a></span>  QLabel* <a class="code" href="class_mondock.html#aef4f3829716fae5cc772e493ec84af04">piecelabelprop</a>;</div>
<div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="class_mondock.html#a075e3ab076042e72636845eb8fd26e67"> 239</a></span>  QComboBox* <a class="code" href="class_mondock.html#a075e3ab076042e72636845eb8fd26e67">piececomboprop</a>;</div>
<div class="line"><a name="l00240"></a><span class="lineno"><a class="line" href="class_mondock.html#a6e413fc8a1988e6c4f0e1e21df791f43"> 240</a></span>  QStandardItemModel* <a class="code" href="class_mondock.html#a6e413fc8a1988e6c4f0e1e21df791f43">modelpieceprop</a>;</div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span> </div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span> </div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  <span class="comment">//position</span></div>
<div class="line"><a name="l00244"></a><span class="lineno"><a class="line" href="class_mondock.html#abe21ad30be63590c6ce6e18969e9f082"> 244</a></span>  QWidget* <a class="code" href="class_mondock.html#abe21ad30be63590c6ce6e18969e9f082">widgetpiecedim</a>;</div>
<div class="line"><a name="l00245"></a><span class="lineno"><a class="line" href="class_mondock.html#af9d31eb2800c5608dc9da41dcf1ca1d0"> 245</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#af9d31eb2800c5608dc9da41dcf1ca1d0">piecedimlayout</a>;</div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span> </div>
<div class="line"><a name="l00247"></a><span class="lineno"><a class="line" href="class_mondock.html#ab3829ab678beb2bc391bdb325b0beda1"> 247</a></span>  QSpinBox* <a class="code" href="class_mondock.html#ab3829ab678beb2bc391bdb325b0beda1">dimentionpiecex</a>;</div>
<div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="class_mondock.html#a60c16f4209470967b672f33a2c4fe67c"> 248</a></span>  QSpinBox* <a class="code" href="class_mondock.html#a60c16f4209470967b672f33a2c4fe67c">dimentionpiecey</a>;</div>
<div class="line"><a name="l00249"></a><span class="lineno"><a class="line" href="class_mondock.html#ab9605a7a3ee01aec5f5b29fc111abdeb"> 249</a></span>  QSpinBox* <a class="code" href="class_mondock.html#ab9605a7a3ee01aec5f5b29fc111abdeb">dimentionpiecez</a>;</div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span> </div>
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span> </div>
<div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="class_mondock.html#a960802e2aa94a22487ff03bbaa102a02"> 252</a></span>  QWidget* <a class="code" href="class_mondock.html#a960802e2aa94a22487ff03bbaa102a02">widgetpieceposi</a>;</div>
<div class="line"><a name="l00253"></a><span class="lineno"><a class="line" href="class_mondock.html#a676e96b53de7e8e4fd8f82c990b074df"> 253</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a676e96b53de7e8e4fd8f82c990b074df">pieceposilayout</a>;</div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span> </div>
<div class="line"><a name="l00255"></a><span class="lineno"><a class="line" href="class_mondock.html#ab93f251cb0119893cc7aadcd3ffb8eb1"> 255</a></span>  QSpinBox* <a class="code" href="class_mondock.html#ab93f251cb0119893cc7aadcd3ffb8eb1">positionpiecex</a>;</div>
<div class="line"><a name="l00256"></a><span class="lineno"><a class="line" href="class_mondock.html#a82edda6549941e9c67700ed4562abba7"> 256</a></span>  QSpinBox* <a class="code" href="class_mondock.html#a82edda6549941e9c67700ed4562abba7">positionpiecey</a>;</div>
<div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="class_mondock.html#ac4aa7f84daff43586674a324e0a69e24"> 257</a></span>  QSpinBox* <a class="code" href="class_mondock.html#ac4aa7f84daff43586674a324e0a69e24">positionpiecez</a>;</div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span> </div>
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>  <span class="comment">//scale</span></div>
<div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="class_mondock.html#ac94f8cc2fda714079ee5a9ae363fe052"> 260</a></span>  QWidget* <a class="code" href="class_mondock.html#ac94f8cc2fda714079ee5a9ae363fe052">widgetpiecescale</a>;</div>
<div class="line"><a name="l00261"></a><span class="lineno"><a class="line" href="class_mondock.html#ae5f17873217894ff633f8dafc2907f9f"> 261</a></span>  QVBoxLayout* <a class="code" href="class_mondock.html#ae5f17873217894ff633f8dafc2907f9f">piecescalelayout</a>;</div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span> </div>
<div class="line"><a name="l00263"></a><span class="lineno"><a class="line" href="class_mondock.html#a6a3248438048bf5db04e3e8b14a6fd3c"> 263</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a6a3248438048bf5db04e3e8b14a6fd3c">scalesliderlayout</a>;</div>
<div class="line"><a name="l00264"></a><span class="lineno"><a class="line" href="class_mondock.html#a3fdcf22d5b37219656eff1e9cf6973f8"> 264</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a3fdcf22d5b37219656eff1e9cf6973f8">scalespinboxlayout</a>;</div>
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span> </div>
<div class="line"><a name="l00266"></a><span class="lineno"><a class="line" href="class_mondock.html#a2f5f7e4641d0b15fc2c163667609fe04"> 266</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a2f5f7e4641d0b15fc2c163667609fe04">scalespinboxx</a>;</div>
<div class="line"><a name="l00267"></a><span class="lineno"><a class="line" href="class_mondock.html#a5659a916e3e6ca2e4f7b22610e903f8f"> 267</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a5659a916e3e6ca2e4f7b22610e903f8f">scalespinboxy</a>;</div>
<div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="class_mondock.html#a218b1ecd2bf0e9d01622d1b46a55d460"> 268</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a218b1ecd2bf0e9d01622d1b46a55d460">scalespinboxz</a>;</div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span> </div>
<div class="line"><a name="l00270"></a><span class="lineno"><a class="line" href="class_mondock.html#ad1002116acd630a0c97247a8459303c6"> 270</a></span>  QLabel* <a class="code" href="class_mondock.html#ad1002116acd630a0c97247a8459303c6">scalelabel</a>;</div>
<div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="class_mondock.html#aeeaf93a255354e17ba515988712dd608"> 271</a></span>  QSlider* <a class="code" href="class_mondock.html#aeeaf93a255354e17ba515988712dd608">scaleslider</a>;</div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span> </div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  <span class="comment">//rotation</span></div>
<div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="class_mondock.html#af63f72dedf5afeaf073592a02800c5bd"> 274</a></span>  QWidget* <a class="code" href="class_mondock.html#af63f72dedf5afeaf073592a02800c5bd">widgetpiecerotate</a>;</div>
<div class="line"><a name="l00275"></a><span class="lineno"><a class="line" href="class_mondock.html#a0a64de60226deeaa13c05d357ec20cef"> 275</a></span>  QHBoxLayout* <a class="code" href="class_mondock.html#a0a64de60226deeaa13c05d357ec20cef">piecerotatelayout</a>;</div>
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span> </div>
<div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="class_mondock.html#a4e20e77ae6e753019ae1e73b8d11290d"> 277</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a4e20e77ae6e753019ae1e73b8d11290d">rotspinboxx</a>;</div>
<div class="line"><a name="l00278"></a><span class="lineno"><a class="line" href="class_mondock.html#aff7adb8b724a2d8b097834487864f4ed"> 278</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#aff7adb8b724a2d8b097834487864f4ed">rotspinboxy</a>;</div>
<div class="line"><a name="l00279"></a><span class="lineno"><a class="line" href="class_mondock.html#a0e78f599b45d731f0882942891bfbea2"> 279</a></span>  QDoubleSpinBox* <a class="code" href="class_mondock.html#a0e78f599b45d731f0882942891bfbea2">rotspinboxz</a>;</div>
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span> </div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ae228ac3c0273c3f275fb88842d9c8899">traitementambiante</a>();</div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span> </div>
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#aea9fc6ea30f9958ac3a747552ecbed17">traitementlumiere</a>();</div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span> </div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ab482a04624f22351da70e316fe9c8d4e">traitementmaterial</a>();</div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span> </div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#aad20b3c5334d00fe5e69ac5872f76f4b">traitementobjet</a>();</div>
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span> </div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a8f0d8c5f390853f482b38bbcf943447a">traitementpiece</a>();</div>
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span> </div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span> <span class="keyword">private</span> slots:</div>
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a75b3a99935ab194f7580912c927f0a96">selectiontraitement</a>();</div>
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>  <span class="comment">//lumiere(ambiante)</span></div>
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a1cdbe11296a3fe24d88992bf7d2236f4">lumiereambiantejustx</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ae989829f726237ddcacbe9b1ae79ab62">lumiereambiantejusty</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a824b5c728f21b3ef7d47d322cd0a07ee">lumiereambiantejustz</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>  <span class="comment">//lumiere</span></div>
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a05ec25870c70f2eeba2ccdc1da44e7ca">poslightfuncx</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ae8593b3cbc4c42badf600599a2e01dce">poslightfuncy</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#aa5ec8a8453515216ffd85961c868108f">poslightfuncz</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span> </div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a07685bc7db5c3346c1813e84abf8aa2f">amblightfuncx</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a2397e94ee9af0a37c12b1443d70c17b6">amblightfuncy</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a727e012b9b0df615ea2d585f98b00fb9">amblightfuncz</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span> </div>
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ad475a793b9d77352f2e844b22315612e">diflightfuncx</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a5e60c8e141570f171d420de6f6e9af54">diflightfuncy</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a4fd34f4035885b71a4d914ff85496715">diflightfuncz</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span> </div>
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ad12c449ba7b08f8430353e5fb7687e6a">spelightfuncx</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ac2c735aede2c4c621f08f9c34d6a4c9c">spelightfuncy</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ad626e2142ce5065af9a3bd891c825a5a">spelightfuncz</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span> </div>
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span> <span class="comment">//materiaux</span></div>
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span> <span class="comment">// void emimaterialfuncx( int x );</span></div>
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span> <span class="comment">// void emimaterialfuncy( int x );</span></div>
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span> <span class="comment">// void emimaterialfuncz( int x );</span></div>
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span> </div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a8311bcb6b47314eba3966861c6cfe53a">ambmaterialfuncx</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#abab8b7116db8f4d8a45f97bbccfea28a">ambmaterialfuncy</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#aef75cf8b1bb4a9cf7e6f6a04ac9a6e53">ambmaterialfuncz</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span> </div>
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ab52fa4e602f9dd7686b4beaee1ae78a7">difmaterialfuncx</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#acb6ef6ce35644055c6782614193c0abf">difmaterialfuncy</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a8ff74685d0e326198673395786ca80d4">difmaterialfuncz</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span> </div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ad62497d70cea045864c6f6dfa63f0a4c">spematerialfuncx</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ada51acb02b3cb5d32e3982e93e2b2951">spematerialfuncy</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#aebe3927b8d0b1c6a703580cf69284405">spematerialfuncz</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#acfe377696276e313ee29188412cdefc5">spematerialtfunca</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span> </div>
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span> <span class="comment">//objet</span></div>
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ae7cba6de97474c812bf5f6e1f5372540">matobjet</a>( <span class="keyword">const</span> QString & text );</div>
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#afcb87fab11d89a1a24da091153d4dbac">pereobjet</a>( <span class="keyword">const</span> QString & text );</div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span> </div>
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a7543dea413bcfc6c79847373e99f75fc">rotobjectx</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ad182d69edf7f245ade47b574813357d0">rotobjecty</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a90dd35e5da95e3b29a44104f8527605b">rotobjectz</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span> </div>
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a68ab5d84182366c7231014333055d12d">transobjectx</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ac6fba22518497d0b8ed04c976dd98ef3">transobjecty</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a4577b03f35f3e2eaa7d1826b1a9f0ebe">transobjectz</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span> </div>
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a6978ac0641ff991c971ddbb571a8e8fd">scaleobjectx</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a5d96ddec02aefd94fe519bcb9d973e4f">scaleobjecty</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a1f5430731565a79314d90de605741e75">scaleobjectz</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a0b0dfd777e3a4ee9f4ac65ab44b02fca">scalesliderobject</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span> <span class="comment">//piece</span></div>
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#ab07c498ba9a9122fdaa0f982d3563441">slotshaderpiece</a>( <span class="keyword">const</span> QString & text);</div>
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span> </div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#aab1b5fe42325904c90cb7ea01d20dda3">slotpositionpiecex</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#aa9b2f07da91515f13c0dc217d24357ba">slotpositionpiecey</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a655881c708869d768f1488d6fa066dc6">slotpositionpiecez</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span> </div>
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a9f2a071406501e4fccde215bc38d8df9">scalepiecex</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a4ac3bc0b53096e41379ac7ef64de9d2d">scalepiecey</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#afd3ea421e6df4deac7930ed476556aa4">scalepiecez</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00377"></a><span class="lineno"> 377</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#aa2174033ee4e3798b0c800a2c92f958f">scalesliderpiece</a>( <span class="keywordtype">int</span> x );</div>
<div class="line"><a name="l00378"></a><span class="lineno"> 378</span> </div>
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a124312bbc80f593e1868bf0219cf0056">rotpiecex</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a2e657947e69adddb4ee8527063377a31">rotpiecey</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span>  <span class="keywordtype">void</span> <a class="code" href="class_mondock.html#a8f94fe729819688c88de6025642463c9">rotpiecez</a>( <span class="keywordtype">double</span> x );</div>
<div class="line"><a name="l00382"></a><span class="lineno"> 382</span> </div>
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span> <span class="comment">// void slotdimentionpiecex(double);</span></div>
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span> <span class="comment">// void slotdimentionpiecey(double);</span></div>
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span> <span class="comment">// void slotdimentionpiecez(double);</span></div>
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span> };</div>
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span> <span class="preprocessor">#endif</span></div>
<div class="ttc" id="class_mondock_html_af59762fb339ae8c0821fada75433e8fb"><div class="ttname"><a href="class_mondock.html#af59762fb339ae8c0821fada75433e8fb">Mondock::tabspelayout</a></div><div class="ttdeci">QVBoxLayout * tabspelayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:123</div></div>
<div class="ttc" id="class_mondock_html_a85429c5714bc04dc5866983a9659f723"><div class="ttname"><a href="class_mondock.html#a85429c5714bc04dc5866983a9659f723">Mondock::tabmaterial</a></div><div class="ttdeci">QTabWidget * tabmaterial</div><div class="ttdef"><b>Definition:</b> mondock.hpp:152</div></div>
<div class="ttc" id="class_mondock_html_ac4418e6866dac5b4917ed73f43ccbcaa"><div class="ttname"><a href="class_mondock.html#ac4418e6866dac5b4917ed73f43ccbcaa">Mondock::labeldifz</a></div><div class="ttdeci">QLabel * labeldifz</div><div class="ttdef"><b>Definition:</b> mondock.hpp:119</div></div>
<div class="ttc" id="class_mondock_html_a6e413fc8a1988e6c4f0e1e21df791f43"><div class="ttname"><a href="class_mondock.html#a6e413fc8a1988e6c4f0e1e21df791f43">Mondock::modelpieceprop</a></div><div class="ttdeci">QStandardItemModel * modelpieceprop</div><div class="ttdef"><b>Definition:</b> mondock.hpp:240</div></div>
<div class="ttc" id="class_mondock_html_a917509c60bf1cd3eff74b0bd9c606dae"><div class="ttname"><a href="class_mondock.html#a917509c60bf1cd3eff74b0bd9c606dae">Mondock::tabobjetrotation</a></div><div class="ttdeci">QWidget * tabobjetrotation</div><div class="ttdef"><b>Definition:</b> mondock.hpp:203</div></div>
<div class="ttc" id="class_mondock_html_a54452b93781c23fe0e40d764b2d278fe"><div class="ttname"><a href="class_mondock.html#a54452b93781c23fe0e40d764b2d278fe">Mondock::indexgparent</a></div><div class="ttdeci">QModelIndex indexgparent</div><div class="ttdef"><b>Definition:</b> mondock.hpp:71</div></div>
<div class="ttc" id="class_mondock_html_a0b0dfd777e3a4ee9f4ac65ab44b02fca"><div class="ttname"><a href="class_mondock.html#a0b0dfd777e3a4ee9f4ac65ab44b02fca">Mondock::scalesliderobject</a></div><div class="ttdeci">void scalesliderobject(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:292</div></div>
<div class="ttc" id="class_mondock_html_a59965e3362191562ca427aaafbffb67f"><div class="ttname"><a href="class_mondock.html#a59965e3362191562ca427aaafbffb67f">Mondock::labelambz</a></div><div class="ttdeci">QLabel * labelambz</div><div class="ttdef"><b>Definition:</b> mondock.hpp:146</div></div>
<div class="ttc" id="class_mondock_html_ac6fd15f2143e05b554f3f936e6f1588f"><div class="ttname"><a href="class_mondock.html#ac6fd15f2143e05b554f3f936e6f1588f">Mondock::dockscene</a></div><div class="ttdeci">Scene * dockscene</div><div class="ttdef"><b>Definition:</b> mondock.hpp:45</div></div>
<div class="ttc" id="class_mondock_html_a824b5c728f21b3ef7d47d322cd0a07ee"><div class="ttname"><a href="class_mondock.html#a824b5c728f21b3ef7d47d322cd0a07ee">Mondock::lumiereambiantejustz</a></div><div class="ttdeci">void lumiereambiantejustz(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:52</div></div>
<div class="ttc" id="class_mondock_html_a540926c2bc676ba4e02b2760375a2ece"><div class="ttname"><a href="class_mondock.html#a540926c2bc676ba4e02b2760375a2ece">Mondock::spinboxlumiereambiantey</a></div><div class="ttdeci">QSpinBox * spinboxlumiereambiantey</div><div class="ttdef"><b>Definition:</b> mondock.hpp:89</div></div>
<div class="ttc" id="class_mondock_html_a7f99e6c98995aa1e236e44be190e0fa6"><div class="ttname"><a href="class_mondock.html#a7f99e6c98995aa1e236e44be190e0fa6">Mondock::tabmaterialspe</a></div><div class="ttdeci">QWidget * tabmaterialspe</div><div class="ttdef"><b>Definition:</b> mondock.hpp:169</div></div>
<div class="ttc" id="class_mondock_html_a541a241aadaf9820926b427f2d504573"><div class="ttname"><a href="class_mondock.html#a541a241aadaf9820926b427f2d504573">Mondock::_light</a></div><div class="ttdeci">Light * _light</div><div class="ttdef"><b>Definition:</b> mondock.hpp:46</div></div>
<div class="ttc" id="class_mondock_html_a958707eb3e7ab57d99934c167106dd0d"><div class="ttname"><a href="class_mondock.html#a958707eb3e7ab57d99934c167106dd0d">Mondock::editionambiante</a></div><div class="ttdeci">QWidget * editionambiante</div><div class="ttdef"><b>Definition:</b> mondock.hpp:86</div></div>
<div class="ttc" id="class_mondock_html_ab8773b4c45e6e0e13a9bb22793e3c870"><div class="ttname"><a href="class_mondock.html#ab8773b4c45e6e0e13a9bb22793e3c870">Mondock::combomaterial</a></div><div class="ttdeci">QComboBox * combomaterial</div><div class="ttdef"><b>Definition:</b> mondock.hpp:196</div></div>
<div class="ttc" id="class_mondock_html_a0e78f599b45d731f0882942891bfbea2"><div class="ttname"><a href="class_mondock.html#a0e78f599b45d731f0882942891bfbea2">Mondock::rotspinboxz</a></div><div class="ttdeci">QDoubleSpinBox * rotspinboxz</div><div class="ttdef"><b>Definition:</b> mondock.hpp:279</div></div>
<div class="ttc" id="class_mondock_html_a4e20e77ae6e753019ae1e73b8d11290d"><div class="ttname"><a href="class_mondock.html#a4e20e77ae6e753019ae1e73b8d11290d">Mondock::rotspinboxx</a></div><div class="ttdeci">QDoubleSpinBox * rotspinboxx</div><div class="ttdef"><b>Definition:</b> mondock.hpp:277</div></div>
<div class="ttc" id="class_mondock_html_abf580ff2de20747ff28cb3af69aec147"><div class="ttname"><a href="class_mondock.html#abf580ff2de20747ff28cb3af69aec147">Mondock::materialspinboxdifx</a></div><div class="ttdeci">QSpinBox * materialspinboxdifx</div><div class="ttdef"><b>Definition:</b> mondock.hpp:164</div></div>
<div class="ttc" id="class_mondock_html_a5829d9ba58222d9ec1905d9b81efeea2"><div class="ttname"><a href="class_mondock.html#a5829d9ba58222d9ec1905d9b81efeea2">Mondock::lightdoublespinboxy</a></div><div class="ttdeci">QDoubleSpinBox * lightdoublespinboxy</div><div class="ttdef"><b>Definition:</b> mondock.hpp:104</div></div>
<div class="ttc" id="class_mondock_html_a51f3374b36482300513cfaa0d9e7cb44"><div class="ttname"><a href="class_mondock.html#a51f3374b36482300513cfaa0d9e7cb44">Mondock::labelspey</a></div><div class="ttdeci">QLabel * labelspey</div><div class="ttdef"><b>Definition:</b> mondock.hpp:132</div></div>
<div class="ttc" id="class_mondock_html_af722379e41c8ebc43f6068754564aa4f"><div class="ttname"><a href="class_mondock.html#af722379e41c8ebc43f6068754564aa4f">Mondock::boxobjetrotationz</a></div><div class="ttdeci">QDoubleSpinBox * boxobjetrotationz</div><div class="ttdef"><b>Definition:</b> mondock.hpp:208</div></div>
<div class="ttc" id="class_mondock_html_ab482a04624f22351da70e316fe9c8d4e"><div class="ttname"><a href="class_mondock.html#ab482a04624f22351da70e316fe9c8d4e">Mondock::traitementmaterial</a></div><div class="ttdeci">void traitementmaterial()</div><div class="ttdoc">Traite l'édition des materiaux. </div><div class="ttdef"><b>Definition:</b> mondock.cpp:675</div></div>
<div class="ttc" id="class_mondock_html_a07685bc7db5c3346c1813e84abf8aa2f"><div class="ttname"><a href="class_mondock.html#a07685bc7db5c3346c1813e84abf8aa2f">Mondock::amblightfuncx</a></div><div class="ttdeci">void amblightfuncx(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:61</div></div>
<div class="ttc" id="class_mondock_html_a9d565bf7d99d0dc112fedc26f21abf2d"><div class="ttname"><a href="class_mondock.html#a9d565bf7d99d0dc112fedc26f21abf2d">Mondock::lightspelayout</a></div><div class="ttdeci">QHBoxLayout * lightspelayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:125</div></div>
<div class="ttc" id="class_mondock_html_acb6ef6ce35644055c6782614193c0abf"><div class="ttname"><a href="class_mondock.html#acb6ef6ce35644055c6782614193c0abf">Mondock::difmaterialfuncy</a></div><div class="ttdeci">void difmaterialfuncy(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:192</div></div>
<div class="ttc" id="class_mondock_html_af55525ced19bade9444f69f28ceb63bb"><div class="ttname"><a href="class_mondock.html#af55525ced19bade9444f69f28ceb63bb">Mondock::tablightpos</a></div><div class="ttdeci">QWidget * tablightpos</div><div class="ttdef"><b>Definition:</b> mondock.hpp:101</div></div>
<div class="ttc" id="class_mondock_html_a768206ca1e41a57f687e6bbbdaca3a9a"><div class="ttname"><a href="class_mondock.html#a768206ca1e41a57f687e6bbbdaca3a9a">Mondock::tabmaterialamblayout</a></div><div class="ttdeci">QHBoxLayout * tabmaterialamblayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:156</div></div>
<div class="ttc" id="class_mondock_html_abab8b7116db8f4d8a45f97bbccfea28a"><div class="ttname"><a href="class_mondock.html#abab8b7116db8f4d8a45f97bbccfea28a">Mondock::ambmaterialfuncy</a></div><div class="ttdeci">void ambmaterialfuncy(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:177</div></div>
<div class="ttc" id="class_mondock_html_ab0102fb06cf68a8c70fed13550b4dcb6"><div class="ttname"><a href="class_mondock.html#ab0102fb06cf68a8c70fed13550b4dcb6">Mondock::boxobjettransz</a></div><div class="ttdeci">QDoubleSpinBox * boxobjettransz</div><div class="ttdef"><b>Definition:</b> mondock.hpp:216</div></div>
<div class="ttc" id="class_mondock_html_a1cdbe11296a3fe24d88992bf7d2236f4"><div class="ttname"><a href="class_mondock.html#a1cdbe11296a3fe24d88992bf7d2236f4">Mondock::lumiereambiantejustx</a></div><div class="ttdeci">void lumiereambiantejustx(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:42</div></div>
<div class="ttc" id="class_mondock_html_a05ec25870c70f2eeba2ccdc1da44e7ca"><div class="ttname"><a href="class_mondock.html#a05ec25870c70f2eeba2ccdc1da44e7ca">Mondock::poslightfuncx</a></div><div class="ttdeci">void poslightfuncx(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:142</div></div>
<div class="ttc" id="class_mondock_html_a727e012b9b0df615ea2d585f98b00fb9"><div class="ttname"><a href="class_mondock.html#a727e012b9b0df615ea2d585f98b00fb9">Mondock::amblightfuncz</a></div><div class="ttdeci">void amblightfuncz(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:79</div></div>
<div class="ttc" id="class_mondock_html_aa9b2f07da91515f13c0dc217d24357ba"><div class="ttname"><a href="class_mondock.html#aa9b2f07da91515f13c0dc217d24357ba">Mondock::slotpositionpiecey</a></div><div class="ttdeci">void slotpositionpiecey(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:316</div></div>
<div class="ttc" id="class_mondock_html_a960802e2aa94a22487ff03bbaa102a02"><div class="ttname"><a href="class_mondock.html#a960802e2aa94a22487ff03bbaa102a02">Mondock::widgetpieceposi</a></div><div class="ttdeci">QWidget * widgetpieceposi</div><div class="ttdef"><b>Definition:</b> mondock.hpp:252</div></div>
<div class="ttc" id="class_mondock_html_ab873f19cf3a771dcb0f32480e3ea2c69"><div class="ttname"><a href="class_mondock.html#ab873f19cf3a771dcb0f32480e3ea2c69">Mondock::_itemmaterial</a></div><div class="ttdeci">QStandardItem * _itemmaterial</div><div class="ttdef"><b>Definition:</b> mondock.hpp:54</div></div>
<div class="ttc" id="class_light_html"><div class="ttname"><a href="class_light.html">Light</a></div><div class="ttdoc">Lumière pour la Scene. </div><div class="ttdef"><b>Definition:</b> light.hpp:15</div></div>
<div class="ttc" id="class_mondock_html_a09fab02186d86e999d23b4f9c667353f"><div class="ttname"><a href="class_mondock.html#a09fab02186d86e999d23b4f9c667353f">Mondock::materialselectioner</a></div><div class="ttdeci">QVariant materialselectioner</div><div class="ttdef"><b>Definition:</b> mondock.hpp:66</div></div>
<div class="ttc" id="class_mondock_html_a8a9c524e7a781e45219699b15b20596f"><div class="ttname"><a href="class_mondock.html#a8a9c524e7a781e45219699b15b20596f">Mondock::_piece</a></div><div class="ttdeci">Piece * _piece</div><div class="ttdef"><b>Definition:</b> mondock.hpp:49</div></div>
<div class="ttc" id="class_mondock_html_a376d034b08d180ee9d91ab0c5826a5d8"><div class="ttname"><a href="class_mondock.html#a376d034b08d180ee9d91ab0c5826a5d8">Mondock::layoutglobalscaleobjet</a></div><div class="ttdeci">QVBoxLayout * layoutglobalscaleobjet</div><div class="ttdef"><b>Definition:</b> mondock.hpp:220</div></div>
<div class="ttc" id="class_mondock_html_a46bd66f14e79aed16f26a9475640fcbd"><div class="ttname"><a href="class_mondock.html#a46bd66f14e79aed16f26a9475640fcbd">Mondock::sliderobjetscale</a></div><div class="ttdeci">QSlider * sliderobjetscale</div><div class="ttdef"><b>Definition:</b> mondock.hpp:229</div></div>
<div class="ttc" id="class_mondock_html_aeeea985e7f23ebf81696648d8e0dea40"><div class="ttname"><a href="class_mondock.html#aeeea985e7f23ebf81696648d8e0dea40">Mondock::boxobjetrotationy</a></div><div class="ttdeci">QDoubleSpinBox * boxobjetrotationy</div><div class="ttdef"><b>Definition:</b> mondock.hpp:207</div></div>
<div class="ttc" id="class_mondock_html_aa2174033ee4e3798b0c800a2c92f958f"><div class="ttname"><a href="class_mondock.html#aa2174033ee4e3798b0c800a2c92f958f">Mondock::scalesliderpiece</a></div><div class="ttdeci">void scalesliderpiece(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:346</div></div>
<div class="ttc" id="class_mondock_html_a2e657947e69adddb4ee8527063377a31"><div class="ttname"><a href="class_mondock.html#a2e657947e69adddb4ee8527063377a31">Mondock::rotpiecey</a></div><div class="ttdeci">void rotpiecey(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:361</div></div>
<div class="ttc" id="class_mondock_html_ae5f17873217894ff633f8dafc2907f9f"><div class="ttname"><a href="class_mondock.html#ae5f17873217894ff633f8dafc2907f9f">Mondock::piecescalelayout</a></div><div class="ttdeci">QVBoxLayout * piecescalelayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:261</div></div>
<div class="ttc" id="class_mondock_html_a8f94fe729819688c88de6025642463c9"><div class="ttname"><a href="class_mondock.html#a8f94fe729819688c88de6025642463c9">Mondock::rotpiecez</a></div><div class="ttdeci">void rotpiecez(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:367</div></div>
<div class="ttc" id="class_mondock_html_aa90503d09eeebd2f51e15a416c6424c7"><div class="ttname"><a href="class_mondock.html#aa90503d09eeebd2f51e15a416c6424c7">Mondock::sliderambz</a></div><div class="ttdeci">QSlider * sliderambz</div><div class="ttdef"><b>Definition:</b> mondock.hpp:141</div></div>
<div class="ttc" id="class_mondock_html_a8ff74685d0e326198673395786ca80d4"><div class="ttname"><a href="class_mondock.html#a8ff74685d0e326198673395786ca80d4">Mondock::difmaterialfuncz</a></div><div class="ttdeci">void difmaterialfuncz(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:197</div></div>
<div class="ttc" id="class_mondock_html_a5d96ddec02aefd94fe519bcb9d973e4f"><div class="ttname"><a href="class_mondock.html#a5d96ddec02aefd94fe519bcb9d973e4f">Mondock::scaleobjecty</a></div><div class="ttdeci">void scaleobjecty(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:280</div></div>
<div class="ttc" id="class_mondock_html_a676e96b53de7e8e4fd8f82c990b074df"><div class="ttname"><a href="class_mondock.html#a676e96b53de7e8e4fd8f82c990b074df">Mondock::pieceposilayout</a></div><div class="ttdeci">QHBoxLayout * pieceposilayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:253</div></div>
<div class="ttc" id="class_mondock_html_a99dad8f1fa710a564d0e8348e992372e"><div class="ttname"><a href="class_mondock.html#a99dad8f1fa710a564d0e8348e992372e">Mondock::tablightspe</a></div><div class="ttdeci">QWidget * tablightspe</div><div class="ttdef"><b>Definition:</b> mondock.hpp:122</div></div>
<div class="ttc" id="class_mondock_html_ad034a6a1d416711fd87e9594a33d9ae4"><div class="ttname"><a href="class_mondock.html#ad034a6a1d416711fd87e9594a33d9ae4">Mondock::labelspelayout</a></div><div class="ttdeci">QHBoxLayout * labelspelayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:130</div></div>
<div class="ttc" id="class_mondock_html_aa0a94c4bfce0d7d4f2547da10d365275"><div class="ttname"><a href="class_mondock.html#aa0a94c4bfce0d7d4f2547da10d365275">Mondock::selection</a></div><div class="ttdeci">QItemSelectionModel * selection</div><div class="ttdef"><b>Definition:</b> mondock.hpp:58</div></div>
<div class="ttc" id="class_mondock_html_ab9605a7a3ee01aec5f5b29fc111abdeb"><div class="ttname"><a href="class_mondock.html#ab9605a7a3ee01aec5f5b29fc111abdeb">Mondock::dimentionpiecez</a></div><div class="ttdeci">QSpinBox * dimentionpiecez</div><div class="ttdef"><b>Definition:</b> mondock.hpp:249</div></div>
<div class="ttc" id="class_mondock_html_a5e60c8e141570f171d420de6f6e9af54"><div class="ttname"><a href="class_mondock.html#a5e60c8e141570f171d420de6f6e9af54">Mondock::diflightfuncy</a></div><div class="ttdeci">void diflightfuncy(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:97</div></div>
<div class="ttc" id="class_mondock_html_a2463c02b8f4ff3f1ff23f2f72e3c0f48"><div class="ttname"><a href="class_mondock.html#a2463c02b8f4ff3f1ff23f2f72e3c0f48">Mondock::tabobjetscale</a></div><div class="ttdeci">QWidget * tabobjetscale</div><div class="ttdef"><b>Definition:</b> mondock.hpp:219</div></div>
<div class="ttc" id="class_mondock_html_af77614bc15448c7488db1b12a03162f5"><div class="ttname"><a href="class_mondock.html#af77614bc15448c7488db1b12a03162f5">Mondock::labelambx</a></div><div class="ttdeci">QLabel * labelambx</div><div class="ttdef"><b>Definition:</b> mondock.hpp:144</div></div>
<div class="ttc" id="class_mondock_html_a96c9d3320d5658f31580b10cb31ef5c5"><div class="ttname"><a href="class_mondock.html#a96c9d3320d5658f31580b10cb31ef5c5">Mondock::layouteditionlighamb</a></div><div class="ttdeci">QHBoxLayout * layouteditionlighamb</div><div class="ttdef"><b>Definition:</b> mondock.hpp:92</div></div>
<div class="ttc" id="class_mondock_html_aff9f46d61c662d10837346c496160ed1"><div class="ttname"><a href="class_mondock.html#aff9f46d61c662d10837346c496160ed1">Mondock::tablight</a></div><div class="ttdeci">QTabWidget * tablight</div><div class="ttdef"><b>Definition:</b> mondock.hpp:98</div></div>
<div class="ttc" id="class_mondock_html_a51c280e3a1dae1f368e9028069afb424"><div class="ttname"><a href="class_mondock.html#a51c280e3a1dae1f368e9028069afb424">Mondock::sliderambx</a></div><div class="ttdeci">QSlider * sliderambx</div><div class="ttdef"><b>Definition:</b> mondock.hpp:139</div></div>
<div class="ttc" id="class_mondock_html_a24725d21ed105e3d2fc2c2360c2581a6"><div class="ttname"><a href="class_mondock.html#a24725d21ed105e3d2fc2c2360c2581a6">Mondock::materialspinboxambz</a></div><div class="ttdeci">QSpinBox * materialspinboxambz</div><div class="ttdef"><b>Definition:</b> mondock.hpp:159</div></div>
<div class="ttc" id="class_mondock_html_abd032f6caee1a61430b8f37fdf872c55"><div class="ttname"><a href="class_mondock.html#abd032f6caee1a61430b8f37fdf872c55">Mondock::sliderspex</a></div><div class="ttdeci">QSlider * sliderspex</div><div class="ttdef"><b>Definition:</b> mondock.hpp:126</div></div>
<div class="ttc" id="class_mondock_html_adc2193f6756de65b0d3a3f5a3a0e7164"><div class="ttname"><a href="class_mondock.html#adc2193f6756de65b0d3a3f5a3a0e7164">Mondock::labeldifx</a></div><div class="ttdeci">QLabel * labeldifx</div><div class="ttdef"><b>Definition:</b> mondock.hpp:117</div></div>
<div class="ttc" id="class_mondock_html_a75b3a99935ab194f7580912c927f0a96"><div class="ttname"><a href="class_mondock.html#a75b3a99935ab194f7580912c927f0a96">Mondock::selectiontraitement</a></div><div class="ttdeci">void selectiontraitement()</div><div class="ttdoc">Selectionne l'édition adéquate. </div><div class="ttdef"><b>Definition:</b> mondock.cpp:11</div></div>
<div class="ttc" id="class_mondock_html_a3f46e1710907a9aedf250fce4ba93076"><div class="ttname"><a href="class_mondock.html#a3f46e1710907a9aedf250fce4ba93076">Mondock::dockmodele</a></div><div class="ttdeci">QStandardItemModel * dockmodele</div><div class="ttdef"><b>Definition:</b> mondock.hpp:51</div></div>
<div class="ttc" id="class_mondock_html_a1f5430731565a79314d90de605741e75"><div class="ttname"><a href="class_mondock.html#a1f5430731565a79314d90de605741e75">Mondock::scaleobjectz</a></div><div class="ttdeci">void scaleobjectz(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:286</div></div>
<div class="ttc" id="class_mondock_html_a8311bcb6b47314eba3966861c6cfe53a"><div class="ttname"><a href="class_mondock.html#a8311bcb6b47314eba3966861c6cfe53a">Mondock::ambmaterialfuncx</a></div><div class="ttdeci">void ambmaterialfuncx(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:172</div></div>
<div class="ttc" id="class_mondock_html_a2691df29ebeefa273d759a15eb4c9f51"><div class="ttname"><a href="class_mondock.html#a2691df29ebeefa273d759a15eb4c9f51">Mondock::tabdiflayout</a></div><div class="ttdeci">QVBoxLayout * tabdiflayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:109</div></div>
<div class="ttc" id="class_mondock_html_a82edda6549941e9c67700ed4562abba7"><div class="ttname"><a href="class_mondock.html#a82edda6549941e9c67700ed4562abba7">Mondock::positionpiecey</a></div><div class="ttdeci">QSpinBox * positionpiecey</div><div class="ttdef"><b>Definition:</b> mondock.hpp:256</div></div>
<div class="ttc" id="class_mondock_html_aec59b2c7f6b841c599de75311a952e35"><div class="ttname"><a href="class_mondock.html#aec59b2c7f6b841c599de75311a952e35">Mondock::spinboxlumiereambiantez</a></div><div class="ttdeci">QSpinBox * spinboxlumiereambiantez</div><div class="ttdef"><b>Definition:</b> mondock.hpp:90</div></div>
<div class="ttc" id="class_mondock_html_a3f12af44327a1739e8818ee91649ebbf"><div class="ttname"><a href="class_mondock.html#a3f12af44327a1739e8818ee91649ebbf">Mondock::tabobjet</a></div><div class="ttdeci">QTabWidget * tabobjet</div><div class="ttdef"><b>Definition:</b> mondock.hpp:188</div></div>
<div class="ttc" id="class_mondock_html_a4adea363f864aeaa15cbf636dca8f4cc"><div class="ttname"><a href="class_mondock.html#a4adea363f864aeaa15cbf636dca8f4cc">Mondock::layoutobjetscaleall</a></div><div class="ttdeci">QHBoxLayout * layoutobjetscaleall</div><div class="ttdef"><b>Definition:</b> mondock.hpp:222</div></div>
<div class="ttc" id="class_mondock_html_a2560c460ea144a4e8b2300dadf8df8ed"><div class="ttname"><a href="class_mondock.html#a2560c460ea144a4e8b2300dadf8df8ed">Mondock::modelpiece</a></div><div class="ttdeci">QStandardItemModel * modelpiece</div><div class="ttdef"><b>Definition:</b> mondock.hpp:80</div></div>
<div class="ttc" id="class_mondock_html_ad475a793b9d77352f2e844b22315612e"><div class="ttname"><a href="class_mondock.html#ad475a793b9d77352f2e844b22315612e">Mondock::diflightfuncx</a></div><div class="ttdeci">void diflightfuncx(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:88</div></div>
<div class="ttc" id="class_mondock_html_a35acbdbc03ccc8bd255083f8499188f5"><div class="ttname"><a href="class_mondock.html#a35acbdbc03ccc8bd255083f8499188f5">Mondock::lightselectioner</a></div><div class="ttdeci">QVariant lightselectioner</div><div class="ttdef"><b>Definition:</b> mondock.hpp:63</div></div>
<div class="ttc" id="class_mondock_html_a62de223ddabe875e9406fd43b892a8a0"><div class="ttname"><a href="class_mondock.html#a62de223ddabe875e9406fd43b892a8a0">Mondock::materialspinboxspea</a></div><div class="ttdeci">QSpinBox * materialspinboxspea</div><div class="ttdef"><b>Definition:</b> mondock.hpp:174</div></div>
<div class="ttc" id="class_mondock_html_a0a64de60226deeaa13c05d357ec20cef"><div class="ttname"><a href="class_mondock.html#a0a64de60226deeaa13c05d357ec20cef">Mondock::piecerotatelayout</a></div><div class="ttdeci">QHBoxLayout * piecerotatelayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:275</div></div>
<div class="ttc" id="class_mondock_html_ab1c4bb9e29202b1fcb3d4f2f2f7112a8"><div class="ttname"><a href="class_mondock.html#ab1c4bb9e29202b1fcb3d4f2f2f7112a8">Mondock::materialspinboxdify</a></div><div class="ttdeci">QSpinBox * materialspinboxdify</div><div class="ttdef"><b>Definition:</b> mondock.hpp:165</div></div>
<div class="ttc" id="class_mondock_html_ad182d69edf7f245ade47b574813357d0"><div class="ttname"><a href="class_mondock.html#ad182d69edf7f245ade47b574813357d0">Mondock::rotobjecty</a></div><div class="ttdeci">void rotobjecty(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:242</div></div>
<div class="ttc" id="class_mondock_html_a4ac3bc0b53096e41379ac7ef64de9d2d"><div class="ttname"><a href="class_mondock.html#a4ac3bc0b53096e41379ac7ef64de9d2d">Mondock::scalepiecey</a></div><div class="ttdeci">void scalepiecey(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:334</div></div>
<div class="ttc" id="class_mondock_html_ad62497d70cea045864c6f6dfa63f0a4c"><div class="ttname"><a href="class_mondock.html#ad62497d70cea045864c6f6dfa63f0a4c">Mondock::spematerialfuncx</a></div><div class="ttdeci">void spematerialfuncx(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:202</div></div>
<div class="ttc" id="class_mondock_html_a467e81ae77fc44ddd9785214c64ae443"><div class="ttname"><a href="class_mondock.html#a467e81ae77fc44ddd9785214c64ae443">Mondock::labelamby</a></div><div class="ttdeci">QLabel * labelamby</div><div class="ttdef"><b>Definition:</b> mondock.hpp:145</div></div>
<div class="ttc" id="class_mondock_html_a7e42b87b7c1088da35395d5f1ef690d8"><div class="ttname"><a href="class_mondock.html#a7e42b87b7c1088da35395d5f1ef690d8">Mondock::tablightdif</a></div><div class="ttdeci">QWidget * tablightdif</div><div class="ttdef"><b>Definition:</b> mondock.hpp:108</div></div>
<div class="ttc" id="class_mondock_html_a1776a6148557d83c98a8a05368c08eef"><div class="ttname"><a href="class_mondock.html#a1776a6148557d83c98a8a05368c08eef">Mondock::layouttabobjettrans</a></div><div class="ttdeci">QHBoxLayout * layouttabobjettrans</div><div class="ttdef"><b>Definition:</b> mondock.hpp:212</div></div>
<div class="ttc" id="class_mondock_html_a7543dea413bcfc6c79847373e99f75fc"><div class="ttname"><a href="class_mondock.html#a7543dea413bcfc6c79847373e99f75fc">Mondock::rotobjectx</a></div><div class="ttdeci">void rotobjectx(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:236</div></div>
<div class="ttc" id="class_mondock_html_a38fad0c6901791690bdedba633bc3220"><div class="ttname"><a href="class_mondock.html#a38fad0c6901791690bdedba633bc3220">Mondock::materialspinboxspey</a></div><div class="ttdeci">QSpinBox * materialspinboxspey</div><div class="ttdef"><b>Definition:</b> mondock.hpp:172</div></div>
<div class="ttc" id="class_mondock_html_ada15f5ec6dabb8728651472f5cc867a8"><div class="ttname"><a href="class_mondock.html#ada15f5ec6dabb8728651472f5cc867a8">Mondock::_materiaux</a></div><div class="ttdeci">Material * _materiaux</div><div class="ttdef"><b>Definition:</b> mondock.hpp:47</div></div>
<div class="ttc" id="class_mondock_html_af63f72dedf5afeaf073592a02800c5bd"><div class="ttname"><a href="class_mondock.html#af63f72dedf5afeaf073592a02800c5bd">Mondock::widgetpiecerotate</a></div><div class="ttdeci">QWidget * widgetpiecerotate</div><div class="ttdef"><b>Definition:</b> mondock.hpp:274</div></div>
<div class="ttc" id="class_mondock_html_a2397e94ee9af0a37c12b1443d70c17b6"><div class="ttname"><a href="class_mondock.html#a2397e94ee9af0a37c12b1443d70c17b6">Mondock::amblightfuncy</a></div><div class="ttdeci">void amblightfuncy(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:70</div></div>
<div class="ttc" id="class_mondock_html_a9f2a071406501e4fccde215bc38d8df9"><div class="ttname"><a href="class_mondock.html#a9f2a071406501e4fccde215bc38d8df9">Mondock::scalepiecex</a></div><div class="ttdeci">void scalepiecex(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:328</div></div>
<div class="ttc" id="class_mondock_html_a6a3248438048bf5db04e3e8b14a6fd3c"><div class="ttname"><a href="class_mondock.html#a6a3248438048bf5db04e3e8b14a6fd3c">Mondock::scalesliderlayout</a></div><div class="ttdeci">QHBoxLayout * scalesliderlayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:263</div></div>
<div class="ttc" id="class_mondock_html_af00a5126b8b2d537b5a46064b4d26d76"><div class="ttname"><a href="class_mondock.html#af00a5126b8b2d537b5a46064b4d26d76">Mondock::labelspez</a></div><div class="ttdeci">QLabel * labelspez</div><div class="ttdef"><b>Definition:</b> mondock.hpp:133</div></div>
<div class="ttc" id="class_mondock_html_ab36da4ccb733ba45b30be8c325a593d9"><div class="ttname"><a href="class_mondock.html#ab36da4ccb733ba45b30be8c325a593d9">Mondock::layouttabobjetrotation</a></div><div class="ttdeci">QHBoxLayout * layouttabobjetrotation</div><div class="ttdef"><b>Definition:</b> mondock.hpp:204</div></div>
<div class="ttc" id="class_mondock_html_aa5ec8a8453515216ffd85961c868108f"><div class="ttname"><a href="class_mondock.html#aa5ec8a8453515216ffd85961c868108f">Mondock::poslightfuncz</a></div><div class="ttdeci">void poslightfuncz(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:152</div></div>
<div class="ttc" id="class_material_html"><div class="ttname"><a href="class_material.html">Material</a></div><div class="ttdoc">Matériaux pour la Scene. </div><div class="ttdef"><b>Definition:</b> material.hpp:23</div></div>
<div class="ttc" id="class_mondock_html_ae8593b3cbc4c42badf600599a2e01dce"><div class="ttname"><a href="class_mondock.html#ae8593b3cbc4c42badf600599a2e01dce">Mondock::poslightfuncy</a></div><div class="ttdeci">void poslightfuncy(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:147</div></div>
<div class="ttc" id="class_mondock_html_a666eed2f58369dbaea12c10c9c5f4888"><div class="ttname"><a href="class_mondock.html#a666eed2f58369dbaea12c10c9c5f4888">Mondock::layouttabobjetproprcombo</a></div><div class="ttdeci">QHBoxLayout * layouttabobjetproprcombo</div><div class="ttdef"><b>Definition:</b> mondock.hpp:194</div></div>
<div class="ttc" id="class_mondock_html_a705948bf976e373b5afb90c9f0641580"><div class="ttname"><a href="class_mondock.html#a705948bf976e373b5afb90c9f0641580">Mondock::tabmaterialspelayout</a></div><div class="ttdeci">QHBoxLayout * tabmaterialspelayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:170</div></div>
<div class="ttc" id="class_mondock_html_a8f0d8c5f390853f482b38bbcf943447a"><div class="ttname"><a href="class_mondock.html#a8f0d8c5f390853f482b38bbcf943447a">Mondock::traitementpiece</a></div><div class="ttdeci">void traitementpiece()</div><div class="ttdoc">Traite l'édition des pieces. </div><div class="ttdef"><b>Definition:</b> mondock.cpp:1050</div></div>
<div class="ttc" id="class_mondock_html_aceda9fef8d2c8b9c88672bacbeac7988"><div class="ttname"><a href="class_mondock.html#aceda9fef8d2c8b9c88672bacbeac7988">Mondock::modelmaterial</a></div><div class="ttdeci">QStandardItemModel * modelmaterial</div><div class="ttdef"><b>Definition:</b> mondock.hpp:78</div></div>
<div class="ttc" id="class_mondock_html_a075e3ab076042e72636845eb8fd26e67"><div class="ttname"><a href="class_mondock.html#a075e3ab076042e72636845eb8fd26e67">Mondock::piececomboprop</a></div><div class="ttdeci">QComboBox * piececomboprop</div><div class="ttdef"><b>Definition:</b> mondock.hpp:239</div></div>
<div class="ttc" id="class_mondock_html_a61a2ab20f30425efa13abc19241dfcb7"><div class="ttname"><a href="class_mondock.html#a61a2ab20f30425efa13abc19241dfcb7">Mondock::sliderdify</a></div><div class="ttdeci">QSlider * sliderdify</div><div class="ttdef"><b>Definition:</b> mondock.hpp:113</div></div>
<div class="ttc" id="class_mondock_html_ac8fa555c082f94d22d369eed852f93c3"><div class="ttname"><a href="class_mondock.html#ac8fa555c082f94d22d369eed852f93c3">Mondock::indexlightSelectionne</a></div><div class="ttdeci">QModelIndex indexlightSelectionne</div><div class="ttdef"><b>Definition:</b> mondock.hpp:62</div></div>
<div class="ttc" id="class_mondock_html_a3de76b6bfaee199ee945f04c3c2f4c02"><div class="ttname"><a href="class_mondock.html#a3de76b6bfaee199ee945f04c3c2f4c02">Mondock::_itempiece</a></div><div class="ttdeci">QStandardItem * _itempiece</div><div class="ttdef"><b>Definition:</b> mondock.hpp:55</div></div>
<div class="ttc" id="class_scene_html"><div class="ttname"><a href="class_scene.html">Scene</a></div><div class="ttdoc">Classe principale. </div><div class="ttdef"><b>Definition:</b> scene.hpp:45</div></div>
<div class="ttc" id="class_mondock_html_ac49c211334c5b4502c99dc47ff86fe1c"><div class="ttname"><a href="class_mondock.html#ac49c211334c5b4502c99dc47ff86fe1c">Mondock::labelobjetproprmaterial</a></div><div class="ttdeci">QLabel * labelobjetproprmaterial</div><div class="ttdef"><b>Definition:</b> mondock.hpp:199</div></div>
<div class="ttc" id="class_mondock_html_aef4f3829716fae5cc772e493ec84af04"><div class="ttname"><a href="class_mondock.html#aef4f3829716fae5cc772e493ec84af04">Mondock::piecelabelprop</a></div><div class="ttdeci">QLabel * piecelabelprop</div><div class="ttdef"><b>Definition:</b> mondock.hpp:238</div></div>
<div class="ttc" id="class_mondock_html_a124312bbc80f593e1868bf0219cf0056"><div class="ttname"><a href="class_mondock.html#a124312bbc80f593e1868bf0219cf0056">Mondock::rotpiecex</a></div><div class="ttdeci">void rotpiecex(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:355</div></div>
<div class="ttc" id="class_mondock_html_ab93f251cb0119893cc7aadcd3ffb8eb1"><div class="ttname"><a href="class_mondock.html#ab93f251cb0119893cc7aadcd3ffb8eb1">Mondock::positionpiecex</a></div><div class="ttdeci">QSpinBox * positionpiecex</div><div class="ttdef"><b>Definition:</b> mondock.hpp:255</div></div>
<div class="ttc" id="class_mondock_html_a5659a916e3e6ca2e4f7b22610e903f8f"><div class="ttname"><a href="class_mondock.html#a5659a916e3e6ca2e4f7b22610e903f8f">Mondock::scalespinboxy</a></div><div class="ttdeci">QDoubleSpinBox * scalespinboxy</div><div class="ttdef"><b>Definition:</b> mondock.hpp:267</div></div>
<div class="ttc" id="class_mondock_html_a111e6d0603d220eafef5fe6754ee5686"><div class="ttname"><a href="class_mondock.html#a111e6d0603d220eafef5fe6754ee5686">Mondock::boxobjetscaley</a></div><div class="ttdeci">QDoubleSpinBox * boxobjetscaley</div><div class="ttdef"><b>Definition:</b> mondock.hpp:225</div></div>
<div class="ttc" id="class_mondock_html_a60c16f4209470967b672f33a2c4fe67c"><div class="ttname"><a href="class_mondock.html#a60c16f4209470967b672f33a2c4fe67c">Mondock::dimentionpiecey</a></div><div class="ttdeci">QSpinBox * dimentionpiecey</div><div class="ttdef"><b>Definition:</b> mondock.hpp:248</div></div>
<div class="ttc" id="class_mondock_html_ae8eeb7a414be5aca3c4e893697f8970b"><div class="ttname"><a href="class_mondock.html#ae8eeb7a414be5aca3c4e893697f8970b">Mondock::spinboxlumiereambiantex</a></div><div class="ttdeci">QSpinBox * spinboxlumiereambiantex</div><div class="ttdef"><b>Definition:</b> mondock.hpp:88</div></div>
<div class="ttc" id="class_mondock_html_a5b0d6245de8e0e70d7552ad035295793"><div class="ttname"><a href="class_mondock.html#a5b0d6245de8e0e70d7552ad035295793">Mondock::tabmaterialamb</a></div><div class="ttdeci">QWidget * tabmaterialamb</div><div class="ttdef"><b>Definition:</b> mondock.hpp:155</div></div>
<div class="ttc" id="class_mondock_html_ad12c449ba7b08f8430353e5fb7687e6a"><div class="ttname"><a href="class_mondock.html#ad12c449ba7b08f8430353e5fb7687e6a">Mondock::spelightfuncx</a></div><div class="ttdeci">void spelightfuncx(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:115</div></div>
<div class="ttc" id="class_mondock_html_ab07c498ba9a9122fdaa0f982d3563441"><div class="ttname"><a href="class_mondock.html#ab07c498ba9a9122fdaa0f982d3563441">Mondock::slotshaderpiece</a></div><div class="ttdeci">void slotshaderpiece(const QString &text)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:305</div></div>
<div class="ttc" id="class_mondock_html_a23022e2424b108b94b9519167b702b2a"><div class="ttname"><a href="class_mondock.html#a23022e2424b108b94b9519167b702b2a">Mondock::boxobjetscalez</a></div><div class="ttdeci">QDoubleSpinBox * boxobjetscalez</div><div class="ttdef"><b>Definition:</b> mondock.hpp:226</div></div>
<div class="ttc" id="class_mondock_html_ada46a57b4e681dc6f9420ae74f46fefc"><div class="ttname"><a href="class_mondock.html#ada46a57b4e681dc6f9420ae74f46fefc">Mondock::lightamblayout</a></div><div class="ttdeci">QHBoxLayout * lightamblayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:138</div></div>
<div class="ttc" id="class_mondock_html_abe21ad30be63590c6ce6e18969e9f082"><div class="ttname"><a href="class_mondock.html#abe21ad30be63590c6ce6e18969e9f082">Mondock::widgetpiecedim</a></div><div class="ttdeci">QWidget * widgetpiecedim</div><div class="ttdef"><b>Definition:</b> mondock.hpp:244</div></div>
<div class="ttc" id="class_mondock_html_a1d4f04858d8142be0a35b1aad9f14345"><div class="ttname"><a href="class_mondock.html#a1d4f04858d8142be0a35b1aad9f14345">Mondock::sliderdifx</a></div><div class="ttdeci">QSlider * sliderdifx</div><div class="ttdef"><b>Definition:</b> mondock.hpp:112</div></div>
<div class="ttc" id="class_mondock_html_aebe3927b8d0b1c6a703580cf69284405"><div class="ttname"><a href="class_mondock.html#aebe3927b8d0b1c6a703580cf69284405">Mondock::spematerialfuncz</a></div><div class="ttdeci">void spematerialfuncz(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:212</div></div>
<div class="ttc" id="class_mondock_html_a8816860ad6351028d8d4e5b022b2b266"><div class="ttname"><a href="class_mondock.html#a8816860ad6351028d8d4e5b022b2b266">Mondock::indexmaterialSelectionne</a></div><div class="ttdeci">QModelIndex indexmaterialSelectionne</div><div class="ttdef"><b>Definition:</b> mondock.hpp:65</div></div>
<div class="ttc" id="light_8hpp_html"><div class="ttname"><a href="light_8hpp.html">light.hpp</a></div></div>
<div class="ttc" id="class_mondock_html_af68d00a8f6995732dc8f5861b1b64de2"><div class="ttname"><a href="class_mondock.html#af68d00a8f6995732dc8f5861b1b64de2">Mondock::sliderdifz</a></div><div class="ttdeci">QSlider * sliderdifz</div><div class="ttdef"><b>Definition:</b> mondock.hpp:114</div></div>
<div class="ttc" id="class_mondock_html_a2cc5ecc094ac129ac7cf6c70147b8d29"><div class="ttname"><a href="class_mondock.html#a2cc5ecc094ac129ac7cf6c70147b8d29">Mondock::labeldiflayout</a></div><div class="ttdeci">QHBoxLayout * labeldiflayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:116</div></div>
<div class="ttc" id="class_mondock_html_a33aa83a1e0de9cf10380c1a5237eec7e"><div class="ttname"><a href="class_mondock.html#a33aa83a1e0de9cf10380c1a5237eec7e">Mondock::~Mondock</a></div><div class="ttdeci">~Mondock()</div><div class="ttdef"><b>Definition:</b> mondock.cpp:7</div></div>
<div class="ttc" id="class_mondock_html_a16569a61106b1c9d6506d1d2a2600759"><div class="ttname"><a href="class_mondock.html#a16569a61106b1c9d6506d1d2a2600759">Mondock::lightdoublespinboxx</a></div><div class="ttdeci">QDoubleSpinBox * lightdoublespinboxx</div><div class="ttdef"><b>Definition:</b> mondock.hpp:103</div></div>
<div class="ttc" id="class_mondock_html_afd3ea421e6df4deac7930ed476556aa4"><div class="ttname"><a href="class_mondock.html#afd3ea421e6df4deac7930ed476556aa4">Mondock::scalepiecez</a></div><div class="ttdeci">void scalepiecez(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:340</div></div>
<div class="ttc" id="class_mondock_html_a933e33341a7ad640413b19c6d811559a"><div class="ttname"><a href="class_mondock.html#a933e33341a7ad640413b19c6d811559a">Mondock::layouttabobjetproprlabel</a></div><div class="ttdeci">QHBoxLayout * layouttabobjetproprlabel</div><div class="ttdef"><b>Definition:</b> mondock.hpp:193</div></div>
<div class="ttc" id="class_mondock_html_abaa05027f2871448e35b82516e0559b8"><div class="ttname"><a href="class_mondock.html#abaa05027f2871448e35b82516e0559b8">Mondock::materialspinboxdifz</a></div><div class="ttdeci">QSpinBox * materialspinboxdifz</div><div class="ttdef"><b>Definition:</b> mondock.hpp:166</div></div>
<div class="ttc" id="class_mondock_html_aff7adb8b724a2d8b097834487864f4ed"><div class="ttname"><a href="class_mondock.html#aff7adb8b724a2d8b097834487864f4ed">Mondock::rotspinboxy</a></div><div class="ttdeci">QDoubleSpinBox * rotspinboxy</div><div class="ttdef"><b>Definition:</b> mondock.hpp:278</div></div>
<div class="ttc" id="class_mondock_html_a8726f8f74256a666684740d03747ad5a"><div class="ttname"><a href="class_mondock.html#a8726f8f74256a666684740d03747ad5a">Mondock::labelamblayout</a></div><div class="ttdeci">QHBoxLayout * labelamblayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:143</div></div>
<div class="ttc" id="class_mondock_html_ac6fba22518497d0b8ed04c976dd98ef3"><div class="ttname"><a href="class_mondock.html#ac6fba22518497d0b8ed04c976dd98ef3">Mondock::transobjecty</a></div><div class="ttdeci">void transobjecty(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:260</div></div>
<div class="ttc" id="class_mondock_html_aea9fc6ea30f9958ac3a747552ecbed17"><div class="ttname"><a href="class_mondock.html#aea9fc6ea30f9958ac3a747552ecbed17">Mondock::traitementlumiere</a></div><div class="ttdeci">void traitementlumiere()</div><div class="ttdoc">Traite l'édition des lumieres. </div><div class="ttdef"><b>Definition:</b> mondock.cpp:428</div></div>
<div class="ttc" id="class_mondock_html_a1536ab110ce2aff8fc022ccf80ee0cff"><div class="ttname"><a href="class_mondock.html#a1536ab110ce2aff8fc022ccf80ee0cff">Mondock::labelsliderobjetscale</a></div><div class="ttdeci">QLabel * labelsliderobjetscale</div><div class="ttdef"><b>Definition:</b> mondock.hpp:228</div></div>
<div class="ttc" id="class_mondock_html_a346764281a416f9221d71a96cf9ce4fc"><div class="ttname"><a href="class_mondock.html#a346764281a416f9221d71a96cf9ce4fc">Mondock::tabmaterialdiflayout</a></div><div class="ttdeci">QHBoxLayout * tabmaterialdiflayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:163</div></div>
<div class="ttc" id="class_mondock_html_aa1e272ef1c0db51aac8861812e367b27"><div class="ttname"><a href="class_mondock.html#aa1e272ef1c0db51aac8861812e367b27">Mondock::tablightposlayout</a></div><div class="ttdeci">QHBoxLayout * tablightposlayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:102</div></div>
<div class="ttc" id="class_mondock_html_a3ca6a2ac5ad0c8a061b8730db3fd4b72"><div class="ttname"><a href="class_mondock.html#a3ca6a2ac5ad0c8a061b8730db3fd4b72">Mondock::widgetpieceprop</a></div><div class="ttdeci">QWidget * widgetpieceprop</div><div class="ttdef"><b>Definition:</b> mondock.hpp:236</div></div>
<div class="ttc" id="class_objet_html"><div class="ttname"><a href="class_objet.html">Objet</a></div><div class="ttdoc">Classe de base affichable. </div><div class="ttdef"><b>Definition:</b> objet.hpp:13</div></div>
<div class="ttc" id="class_mondock_html_a6978ac0641ff991c971ddbb571a8e8fd"><div class="ttname"><a href="class_mondock.html#a6978ac0641ff991c971ddbb571a8e8fd">Mondock::scaleobjectx</a></div><div class="ttdeci">void scaleobjectx(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:274</div></div>
<div class="ttc" id="class_mondock_html_ae7cba6de97474c812bf5f6e1f5372540"><div class="ttname"><a href="class_mondock.html#ae7cba6de97474c812bf5f6e1f5372540">Mondock::matobjet</a></div><div class="ttdeci">void matobjet(const QString &text)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:226</div></div>
<div class="ttc" id="class_mondock_html_aeeaf93a255354e17ba515988712dd608"><div class="ttname"><a href="class_mondock.html#aeeaf93a255354e17ba515988712dd608">Mondock::scaleslider</a></div><div class="ttdeci">QSlider * scaleslider</div><div class="ttdef"><b>Definition:</b> mondock.hpp:271</div></div>
<div class="ttc" id="class_mondock_html_aab1b5fe42325904c90cb7ea01d20dda3"><div class="ttname"><a href="class_mondock.html#aab1b5fe42325904c90cb7ea01d20dda3">Mondock::slotpositionpiecex</a></div><div class="ttdeci">void slotpositionpiecex(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:310</div></div>
<div class="ttc" id="class_mondock_html_a9033d2049c8fcdc628ef06ea8cb192ca"><div class="ttname"><a href="class_mondock.html#a9033d2049c8fcdc628ef06ea8cb192ca">Mondock::tablightamb</a></div><div class="ttdeci">QWidget * tablightamb</div><div class="ttdef"><b>Definition:</b> mondock.hpp:135</div></div>
<div class="ttc" id="class_mondock_html_a655881c708869d768f1488d6fa066dc6"><div class="ttname"><a href="class_mondock.html#a655881c708869d768f1488d6fa066dc6">Mondock::slotpositionpiecez</a></div><div class="ttdeci">void slotpositionpiecez(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:322</div></div>
<div class="ttc" id="helper_8hpp_html"><div class="ttname"><a href="helper_8hpp.html">helper.hpp</a></div></div>
<div class="ttc" id="class_mondock_html_ada51acb02b3cb5d32e3982e93e2b2951"><div class="ttname"><a href="class_mondock.html#ada51acb02b3cb5d32e3982e93e2b2951">Mondock::spematerialfuncy</a></div><div class="ttdeci">void spematerialfuncy(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:207</div></div>
<div class="ttc" id="class_mondock_html_a9dcd6eacb52a58adddd1f0118dc7fc66"><div class="ttname"><a href="class_mondock.html#a9dcd6eacb52a58adddd1f0118dc7fc66">Mondock::labelspex</a></div><div class="ttdeci">QLabel * labelspex</div><div class="ttdef"><b>Definition:</b> mondock.hpp:131</div></div>
<div class="ttc" id="class_mondock_html_adc331c4d8373b45e636757e12a2bd5a0"><div class="ttname"><a href="class_mondock.html#adc331c4d8373b45e636757e12a2bd5a0">Mondock::tabobjetpropr</a></div><div class="ttdeci">QWidget * tabobjetpropr</div><div class="ttdef"><b>Definition:</b> mondock.hpp:191</div></div>
<div class="ttc" id="class_mondock_html_a31297333af7c87f4f9773728db845d7f"><div class="ttname"><a href="class_mondock.html#a31297333af7c87f4f9773728db845d7f">Mondock::Mondock</a></div><div class="ttdeci">Mondock(const QString &title, QWidget *parent=0, Qt::WindowFlags flags=0)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:4</div></div>
<div class="ttc" id="class_mondock_html_a4fd34f4035885b71a4d914ff85496715"><div class="ttname"><a href="class_mondock.html#a4fd34f4035885b71a4d914ff85496715">Mondock::diflightfuncz</a></div><div class="ttdeci">void diflightfuncz(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:106</div></div>
<div class="ttc" id="scene_8hpp_html"><div class="ttname"><a href="scene_8hpp.html">scene.hpp</a></div></div>
<div class="ttc" id="class_mondock_html_a496a2a2470c9c96599cd491608544bf6"><div class="ttname"><a href="class_mondock.html#a496a2a2470c9c96599cd491608544bf6">Mondock::sliderspez</a></div><div class="ttdeci">QSlider * sliderspez</div><div class="ttdef"><b>Definition:</b> mondock.hpp:128</div></div>
<div class="ttc" id="class_mondock_html_a8eee5e642f5cb6d30635c80417576622"><div class="ttname"><a href="class_mondock.html#a8eee5e642f5cb6d30635c80417576622">Mondock::tabobjettrans</a></div><div class="ttdeci">QWidget * tabobjettrans</div><div class="ttdef"><b>Definition:</b> mondock.hpp:211</div></div>
<div class="ttc" id="class_mondock_html_ad626e2142ce5065af9a3bd891c825a5a"><div class="ttname"><a href="class_mondock.html#ad626e2142ce5065af9a3bd891c825a5a">Mondock::spelightfuncz</a></div><div class="ttdeci">void spelightfuncz(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:133</div></div>
<div class="ttc" id="class_mondock_html_a15ed0b5c13500bfad6a2b5289c5a3ddf"><div class="ttname"><a href="class_mondock.html#a15ed0b5c13500bfad6a2b5289c5a3ddf">Mondock::boxobjettransy</a></div><div class="ttdeci">QDoubleSpinBox * boxobjettransy</div><div class="ttdef"><b>Definition:</b> mondock.hpp:215</div></div>
<div class="ttc" id="class_mondock_html_a3fdcf22d5b37219656eff1e9cf6973f8"><div class="ttname"><a href="class_mondock.html#a3fdcf22d5b37219656eff1e9cf6973f8">Mondock::scalespinboxlayout</a></div><div class="ttdeci">QHBoxLayout * scalespinboxlayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:264</div></div>
<div class="ttc" id="class_mondock_html_acc6d9454fd6ff20be6309e30aa5053c3"><div class="ttname"><a href="class_mondock.html#acc6d9454fd6ff20be6309e30aa5053c3">Mondock::pieceselectioner</a></div><div class="ttdeci">QVariant pieceselectioner</div><div class="ttdef"><b>Definition:</b> mondock.hpp:69</div></div>
<div class="ttc" id="class_mondock_html_acfe377696276e313ee29188412cdefc5"><div class="ttname"><a href="class_mondock.html#acfe377696276e313ee29188412cdefc5">Mondock::spematerialtfunca</a></div><div class="ttdeci">void spematerialtfunca(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:217</div></div>
<div class="ttc" id="class_mondock_html_a5a0f5cf7817eee757956874e3bec2043"><div class="ttname"><a href="class_mondock.html#a5a0f5cf7817eee757956874e3bec2043">Mondock::elementSelectionneParent</a></div><div class="ttdeci">QVariant elementSelectionneParent</div><div class="ttdef"><b>Definition:</b> mondock.hpp:60</div></div>
<div class="ttc" id="class_mondock_html_ac4aa7f84daff43586674a324e0a69e24"><div class="ttname"><a href="class_mondock.html#ac4aa7f84daff43586674a324e0a69e24">Mondock::positionpiecez</a></div><div class="ttdeci">QSpinBox * positionpiecez</div><div class="ttdef"><b>Definition:</b> mondock.hpp:257</div></div>
<div class="ttc" id="class_mondock_html_a218b1ecd2bf0e9d01622d1b46a55d460"><div class="ttname"><a href="class_mondock.html#a218b1ecd2bf0e9d01622d1b46a55d460">Mondock::scalespinboxz</a></div><div class="ttdeci">QDoubleSpinBox * scalespinboxz</div><div class="ttdef"><b>Definition:</b> mondock.hpp:268</div></div>
<div class="ttc" id="class_mondock_html_a48e5355dbb076ca71a13e42172f342ca"><div class="ttname"><a href="class_mondock.html#a48e5355dbb076ca71a13e42172f342ca">Mondock::indexElementSelectionne</a></div><div class="ttdeci">QModelIndex indexElementSelectionne</div><div class="ttdef"><b>Definition:</b> mondock.hpp:59</div></div>
<div class="ttc" id="class_mondock_html_ac2c735aede2c4c621f08f9c34d6a4c9c"><div class="ttname"><a href="class_mondock.html#ac2c735aede2c4c621f08f9c34d6a4c9c">Mondock::spelightfuncy</a></div><div class="ttdeci">void spelightfuncy(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:124</div></div>
<div class="ttc" id="class_mondock_html_a82bd5ea86bfd95368bdef210a807b1c4"><div class="ttname"><a href="class_mondock.html#a82bd5ea86bfd95368bdef210a807b1c4">Mondock::lightdiflayout</a></div><div class="ttdeci">QHBoxLayout * lightdiflayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:111</div></div>
<div class="ttc" id="class_mondock_html_ab7756e9a6862132ca6b86d4b94c834c0"><div class="ttname"><a href="class_mondock.html#ab7756e9a6862132ca6b86d4b94c834c0">Mondock::indexobjetlSelectionne</a></div><div class="ttdeci">QModelIndex indexobjetlSelectionne</div><div class="ttdef"><b>Definition:</b> mondock.hpp:74</div></div>
<div class="ttc" id="class_mondock_html_a7337ba165d8f7543e3469a2a25f3f062"><div class="ttname"><a href="class_mondock.html#a7337ba165d8f7543e3469a2a25f3f062">Mondock::layouttabobjetscale</a></div><div class="ttdeci">QHBoxLayout * layouttabobjetscale</div><div class="ttdef"><b>Definition:</b> mondock.hpp:221</div></div>
<div class="ttc" id="class_mondock_html_aef75cf8b1bb4a9cf7e6f6a04ac9a6e53"><div class="ttname"><a href="class_mondock.html#aef75cf8b1bb4a9cf7e6f6a04ac9a6e53">Mondock::ambmaterialfuncz</a></div><div class="ttdeci">void ambmaterialfuncz(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:182</div></div>
<div class="ttc" id="class_mondock_html_a4577b03f35f3e2eaa7d1826b1a9f0ebe"><div class="ttname"><a href="class_mondock.html#a4577b03f35f3e2eaa7d1826b1a9f0ebe">Mondock::transobjectz</a></div><div class="ttdeci">void transobjectz(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:254</div></div>
<div class="ttc" id="class_mondock_html_a73f30ee1b770ddf08cdb854136ab4e51"><div class="ttname"><a href="class_mondock.html#a73f30ee1b770ddf08cdb854136ab4e51">Mondock::tabamblayout</a></div><div class="ttdeci">QVBoxLayout * tabamblayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:136</div></div>
<div class="ttc" id="class_mondock_html_a0300855d7d2e07ff9f29acfe6aabf86a"><div class="ttname"><a href="class_mondock.html#a0300855d7d2e07ff9f29acfe6aabf86a">Mondock::boxobjetscalex</a></div><div class="ttdeci">QDoubleSpinBox * boxobjetscalex</div><div class="ttdef"><b>Definition:</b> mondock.hpp:224</div></div>
<div class="ttc" id="class_mondock_html_af9d31eb2800c5608dc9da41dcf1ca1d0"><div class="ttname"><a href="class_mondock.html#af9d31eb2800c5608dc9da41dcf1ca1d0">Mondock::piecedimlayout</a></div><div class="ttdeci">QHBoxLayout * piecedimlayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:245</div></div>
<div class="ttc" id="class_mondock_html_afcb87fab11d89a1a24da091153d4dbac"><div class="ttname"><a href="class_mondock.html#afcb87fab11d89a1a24da091153d4dbac">Mondock::pereobjet</a></div><div class="ttdeci">void pereobjet(const QString &text)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:231</div></div>
<div class="ttc" id="class_mondock_html_a32cdc9d17dee4e017440715685f0c622"><div class="ttname"><a href="class_mondock.html#a32cdc9d17dee4e017440715685f0c622">Mondock::pieceproplayout</a></div><div class="ttdeci">QHBoxLayout * pieceproplayout</div><div class="ttdef"><b>Definition:</b> mondock.hpp:237</div></div>
<div class="ttc" id="class_mondock_html_accc1854d02d6d2a0b61297b351bd196a"><div class="ttname"><a href="class_mondock.html#accc1854d02d6d2a0b61297b351bd196a">Mondock::boxobjetrotationx</a></div><div class="ttdeci">QDoubleSpinBox * boxobjetrotationx</div><div class="ttdef"><b>Definition:</b> mondock.hpp:206</div></div>
<div class="ttc" id="class_mondock_html_a7f9c9c2b765d28670aac280b38773ee9"><div class="ttname"><a href="class_mondock.html#a7f9c9c2b765d28670aac280b38773ee9">Mondock::lightdoublespinboxz</a></div><div class="ttdeci">QDoubleSpinBox * lightdoublespinboxz</div><div class="ttdef"><b>Definition:</b> mondock.hpp:105</div></div>
<div class="ttc" id="class_mondock_html_a964af1b06eda72c95695ff25146892ec"><div class="ttname"><a href="class_mondock.html#a964af1b06eda72c95695ff25146892ec">Mondock::materialspinboxspex</a></div><div class="ttdeci">QSpinBox * materialspinboxspex</div><div class="ttdef"><b>Definition:</b> mondock.hpp:171</div></div>
<div class="ttc" id="class_mondock_html_a2f5f7e4641d0b15fc2c163667609fe04"><div class="ttname"><a href="class_mondock.html#a2f5f7e4641d0b15fc2c163667609fe04">Mondock::scalespinboxx</a></div><div class="ttdeci">QDoubleSpinBox * scalespinboxx</div><div class="ttdef"><b>Definition:</b> mondock.hpp:266</div></div>
<div class="ttc" id="class_mondock_html_ac56ddde4fb8bc59837027ed14f8b19d8"><div class="ttname"><a href="class_mondock.html#ac56ddde4fb8bc59837027ed14f8b19d8">Mondock::layouttabobjetpropr</a></div><div class="ttdeci">QVBoxLayout * layouttabobjetpropr</div><div class="ttdef"><b>Definition:</b> mondock.hpp:192</div></div>
<div class="ttc" id="class_mondock_html_ac6a5fbe64fd9a0567ae84e9ec5244fbd"><div class="ttname"><a href="class_mondock.html#ac6a5fbe64fd9a0567ae84e9ec5244fbd">Mondock::slideramby</a></div><div class="ttdeci">QSlider * slideramby</div><div class="ttdef"><b>Definition:</b> mondock.hpp:140</div></div>
<div class="ttc" id="class_mondock_html_a1d05427fb146c04086803be70153d868"><div class="ttname"><a href="class_mondock.html#a1d05427fb146c04086803be70153d868">Mondock::tabmaterialdif</a></div><div class="ttdeci">QWidget * tabmaterialdif</div><div class="ttdef"><b>Definition:</b> mondock.hpp:162</div></div>
<div class="ttc" id="class_mondock_html_ab950bd39d928049d2788f4690ba45755"><div class="ttname"><a href="class_mondock.html#ab950bd39d928049d2788f4690ba45755">Mondock::indexpieceSelectionne</a></div><div class="ttdeci">QModelIndex indexpieceSelectionne</div><div class="ttdef"><b>Definition:</b> mondock.hpp:68</div></div>
<div class="ttc" id="class_mondock_html_a906d6de66e15f9b964d68947ac8ee94e"><div class="ttname"><a href="class_mondock.html#a906d6de66e15f9b964d68947ac8ee94e">Mondock::boxobjettransx</a></div><div class="ttdeci">QDoubleSpinBox * boxobjettransx</div><div class="ttdef"><b>Definition:</b> mondock.hpp:214</div></div>
<div class="ttc" id="class_mondock_html_a90dd35e5da95e3b29a44104f8527605b"><div class="ttname"><a href="class_mondock.html#a90dd35e5da95e3b29a44104f8527605b">Mondock::rotobjectz</a></div><div class="ttdeci">void rotobjectz(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:248</div></div>
<div class="ttc" id="class_mondock_html_a52f12188582ccf1488a2f5f2059ec304"><div class="ttname"><a href="class_mondock.html#a52f12188582ccf1488a2f5f2059ec304">Mondock::materialspinboxamby</a></div><div class="ttdeci">QSpinBox * materialspinboxamby</div><div class="ttdef"><b>Definition:</b> mondock.hpp:158</div></div>
<div class="ttc" id="class_mondock_html_ae989829f726237ddcacbe9b1ae79ab62"><div class="ttname"><a href="class_mondock.html#ae989829f726237ddcacbe9b1ae79ab62">Mondock::lumiereambiantejusty</a></div><div class="ttdeci">void lumiereambiantejusty(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:47</div></div>
<div class="ttc" id="class_mondock_html_ad1002116acd630a0c97247a8459303c6"><div class="ttname"><a href="class_mondock.html#ad1002116acd630a0c97247a8459303c6">Mondock::scalelabel</a></div><div class="ttdeci">QLabel * scalelabel</div><div class="ttdef"><b>Definition:</b> mondock.hpp:270</div></div>
<div class="ttc" id="class_mondock_html_aad20b3c5334d00fe5e69ac5872f76f4b"><div class="ttname"><a href="class_mondock.html#aad20b3c5334d00fe5e69ac5872f76f4b">Mondock::traitementobjet</a></div><div class="ttdeci">void traitementobjet()</div><div class="ttdoc">Traite l'édition des objet. </div><div class="ttdef"><b>Definition:</b> mondock.cpp:823</div></div>
<div class="ttc" id="class_mondock_html_ab3829ab678beb2bc391bdb325b0beda1"><div class="ttname"><a href="class_mondock.html#ab3829ab678beb2bc391bdb325b0beda1">Mondock::dimentionpiecex</a></div><div class="ttdeci">QSpinBox * dimentionpiecex</div><div class="ttdef"><b>Definition:</b> mondock.hpp:247</div></div>
<div class="ttc" id="class_mondock_html_a4d76ec3b85d44b07f7147f5b2a7c68a7"><div class="ttname"><a href="class_mondock.html#a4d76ec3b85d44b07f7147f5b2a7c68a7">Mondock::labelobjetproprparent</a></div><div class="ttdeci">QLabel * labelobjetproprparent</div><div class="ttdef"><b>Definition:</b> mondock.hpp:200</div></div>
<div class="ttc" id="class_mondock_html_ab99848143e6941f878cb9328681d7690"><div class="ttname"><a href="class_mondock.html#ab99848143e6941f878cb9328681d7690">Mondock::sliderspey</a></div><div class="ttdeci">QSlider * sliderspey</div><div class="ttdef"><b>Definition:</b> mondock.hpp:127</div></div>
<div class="ttc" id="class_mondock_html_ab52fa4e602f9dd7686b4beaee1ae78a7"><div class="ttname"><a href="class_mondock.html#ab52fa4e602f9dd7686b4beaee1ae78a7">Mondock::difmaterialfuncx</a></div><div class="ttdeci">void difmaterialfuncx(int x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:187</div></div>
<div class="ttc" id="class_piece_html"><div class="ttname"><a href="class_piece.html">Piece</a></div><div class="ttdoc">Pièce, contient un ensemble d'objet qu'elle contient. </div><div class="ttdef"><b>Definition:</b> piece.hpp:14</div></div>
<div class="ttc" id="class_mondock_html_aba0697efe8eb1eff576ce6599aea10f3"><div class="ttname"><a href="class_mondock.html#aba0697efe8eb1eff576ce6599aea10f3">Mondock::objetselectioner</a></div><div class="ttdeci">QVariant objetselectioner</div><div class="ttdef"><b>Definition:</b> mondock.hpp:75</div></div>
<div class="ttc" id="class_mondock_html_a32e24e3ef7312fbd292740e19c3d3dcd"><div class="ttname"><a href="class_mondock.html#a32e24e3ef7312fbd292740e19c3d3dcd">Mondock::dockvue</a></div><div class="ttdeci">QTreeView * dockvue</div><div class="ttdef"><b>Definition:</b> mondock.hpp:52</div></div>
<div class="ttc" id="class_mondock_html_a5985ccaca36a0e545e6e74a84623b1a9"><div class="ttname"><a href="class_mondock.html#a5985ccaca36a0e545e6e74a84623b1a9">Mondock::tabpiece</a></div><div class="ttdeci">QTabWidget * tabpiece</div><div class="ttdef"><b>Definition:</b> mondock.hpp:234</div></div>
<div class="ttc" id="class_mondock_html_a3c00ae3b69dc59785835aa2d04b73392"><div class="ttname"><a href="class_mondock.html#a3c00ae3b69dc59785835aa2d04b73392">Mondock::elementSelectionneGParent</a></div><div class="ttdeci">QVariant elementSelectionneGParent</div><div class="ttdef"><b>Definition:</b> mondock.hpp:72</div></div>
<div class="ttc" id="class_mondock_html_a32ebd1f643a5f1b9749eb4f9d4940973"><div class="ttname"><a href="class_mondock.html#a32ebd1f643a5f1b9749eb4f9d4940973">Mondock::comboparent</a></div><div class="ttdeci">QComboBox * comboparent</div><div class="ttdef"><b>Definition:</b> mondock.hpp:197</div></div>
<div class="ttc" id="class_mondock_html_a4efb6643d3bea5ac601770ed2e3b3290"><div class="ttname"><a href="class_mondock.html#a4efb6643d3bea5ac601770ed2e3b3290">Mondock::materialspinboxambx</a></div><div class="ttdeci">QSpinBox * materialspinboxambx</div><div class="ttdef"><b>Definition:</b> mondock.hpp:157</div></div>
<div class="ttc" id="class_mondock_html_ae228ac3c0273c3f275fb88842d9c8899"><div class="ttname"><a href="class_mondock.html#ae228ac3c0273c3f275fb88842d9c8899">Mondock::traitementambiante</a></div><div class="ttdeci">void traitementambiante()</div><div class="ttdoc">Traite l'édition de la composante ambiante. </div><div class="ttdef"><b>Definition:</b> mondock.cpp:379</div></div>
<div class="ttc" id="class_mondock_html_a6325a3fb92643c99815b1a8025f7d401"><div class="ttname"><a href="class_mondock.html#a6325a3fb92643c99815b1a8025f7d401">Mondock::_objet</a></div><div class="ttdeci">Objet * _objet</div><div class="ttdef"><b>Definition:</b> mondock.hpp:48</div></div>
<div class="ttc" id="class_mondock_html_ab869df2ebba1417ef476ae6df23084f3"><div class="ttname"><a href="class_mondock.html#ab869df2ebba1417ef476ae6df23084f3">Mondock::labeldify</a></div><div class="ttdeci">QLabel * labeldify</div><div class="ttdef"><b>Definition:</b> mondock.hpp:118</div></div>
<div class="ttc" id="class_mondock_html_ab5e93ab98c43f314fa48b84be8098beb"><div class="ttname"><a href="class_mondock.html#ab5e93ab98c43f314fa48b84be8098beb">Mondock::materialspinboxspez</a></div><div class="ttdeci">QSpinBox * materialspinboxspez</div><div class="ttdef"><b>Definition:</b> mondock.hpp:173</div></div>
<div class="ttc" id="class_mondock_html_ac94f8cc2fda714079ee5a9ae363fe052"><div class="ttname"><a href="class_mondock.html#ac94f8cc2fda714079ee5a9ae363fe052">Mondock::widgetpiecescale</a></div><div class="ttdeci">QWidget * widgetpiecescale</div><div class="ttdef"><b>Definition:</b> mondock.hpp:260</div></div>
<div class="ttc" id="class_mondock_html"><div class="ttname"><a href="class_mondock.html">Mondock</a></div><div class="ttdoc">Edite les element de la scene. </div><div class="ttdef"><b>Definition:</b> mondock.hpp:36</div></div>
<div class="ttc" id="class_mondock_html_a68ab5d84182366c7231014333055d12d"><div class="ttname"><a href="class_mondock.html#a68ab5d84182366c7231014333055d12d">Mondock::transobjectx</a></div><div class="ttdeci">void transobjectx(double x)</div><div class="ttdef"><b>Definition:</b> mondock.cpp:266</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Généré le Mardi 10 Juin 2014 23:23:39 pour Castle par  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.7
</small></address>
</body>
</html>
| 216.52782 | 1,238 | 0.722316 |
2d81bbf01e09ac744586490701e37a3ca3833955 | 5,598 | html | HTML | jacoco/uk.co.jemos.podam.typeManufacturers/GenericTypeManufacturerImpl.java.html | vinaycse/PRODSUP-001 | e98e3a7013d6e467ce7f59eb6243b435439a966e | [
"MIT"
] | null | null | null | jacoco/uk.co.jemos.podam.typeManufacturers/GenericTypeManufacturerImpl.java.html | vinaycse/PRODSUP-001 | e98e3a7013d6e467ce7f59eb6243b435439a966e | [
"MIT"
] | null | null | null | jacoco/uk.co.jemos.podam.typeManufacturers/GenericTypeManufacturerImpl.java.html | vinaycse/PRODSUP-001 | e98e3a7013d6e467ce7f59eb6243b435439a966e | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/><link rel="stylesheet" href="../.resources/report.css" type="text/css"/><link rel="shortcut icon" href="../.resources/report.gif" type="image/gif"/><title>GenericTypeManufacturerImpl.java</title><link rel="stylesheet" href="../.resources/prettify.css" type="text/css"/><script type="text/javascript" src="../.resources/prettify.js"></script></head><body onload="window['PR_TAB_WIDTH']=4;prettyPrint()"><div class="breadcrumb" id="breadcrumb"><span class="info"><a href="../.sessions.html" class="el_session">Sessions</a></span><a href="../index.html" class="el_report">podam</a> > <a href="index.source.html" class="el_package">uk.co.jemos.podam.typeManufacturers</a> > <span class="el_source">GenericTypeManufacturerImpl.java</span></div><h1>GenericTypeManufacturerImpl.java</h1><pre class="source lang-java linenums">package uk.co.jemos.podam.typeManufacturers;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import uk.co.jemos.podam.api.AttributeMetadata;
import uk.co.jemos.podam.common.PodamConstants;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.util.Arrays;
import java.util.Map;
import java.util.concurrent.atomic.AtomicReference;
/**
* Default byte type manufacturer.
*
* Created by tedonema on 17/05/2015.
*
* @since 6.0.0.RELEASE
*/
<span class="fc" id="L21">public class GenericTypeManufacturerImpl extends AbstractTypeManufacturer {</span>
/** The application logger */
<span class="fc" id="L24"> private static final Logger LOG = LoggerFactory.getLogger(GenericTypeManufacturerImpl.class);</span>
@Override
public <T extends TypeManufacturerParamsWrapper> Object getType(T wrapper) {
<span class="fc" id="L30"> super.checkWrapperIsValid(wrapper);</span>
<span class="fc" id="L32"> TypeManufacturerParamsWrapperForGenericTypes localWrapper = (TypeManufacturerParamsWrapperForGenericTypes) wrapper;</span>
<span class="fc" id="L34"> AttributeMetadata attributeMetadata = localWrapper.getAttributeMetadata();</span>
<span class="fc" id="L36"> Type[] genericArgs = attributeMetadata.getAttrGenericArgs();</span>
<span class="fc" id="L38"> Class<?> attributeType = attributeMetadata.getAttributeType();</span>
<span class="pc bpc" id="L40" title="1 of 2 branches missed."> if (null == genericArgs) {</span>
<span class="nc" id="L41"> String errorMessage = "For generic type arguments, the attribute metadata" +</span>
" should contain a non null Type[]";
<span class="nc" id="L43"> LOG.error(errorMessage);</span>
<span class="nc" id="L44"> throw new IllegalArgumentException(errorMessage);</span>
}
<span class="fc" id="L48"> Type genericAttributeType = localWrapper.getAttributeGenericType();</span>
<span class="fc" id="L50"> Map<String, Type> typeArgumentsMap = localWrapper.getTypeArgumentsMap();</span>
<span class="pc bpc" id="L52" title="1 of 2 branches missed."> if (null == typeArgumentsMap) {</span>
<span class="nc" id="L53"> String errMsg = "The type arguments map in the wrapper cannot be null";</span>
<span class="nc" id="L54"> LOG.error(errMsg);</span>
<span class="nc" id="L55"> throw new IllegalArgumentException(errMsg);</span>
}
<span class="fc" id="L58"> Object retValue = null;</span>
<span class="fc" id="L60"> Type paremeterType = null;</span>
<span class="fc bfc" id="L61" title="All 2 branches covered."> if (genericAttributeType instanceof ParameterizedType) {</span>
<span class="fc" id="L62"> ParameterizedType parametrized = (ParameterizedType) genericAttributeType;</span>
<span class="fc" id="L63"> Type[] arguments = parametrized.getActualTypeArguments();</span>
<span class="pc bpc" id="L64" title="1 of 2 branches missed."> if (arguments.length > 0) {</span>
<span class="fc" id="L65"> paremeterType = arguments[0];</span>
}
<span class="pc bpc" id="L67" title="1 of 2 branches missed."> } else if (attributeType.getTypeParameters().length > 0) {</span>
<span class="fc" id="L68"> paremeterType = attributeType.getTypeParameters()[0];</span>
}
<span class="pc bpc" id="L71" title="1 of 2 branches missed."> if (paremeterType != null) {</span>
<span class="fc" id="L72"> AtomicReference<Type[]> elementGenericTypeArgs</span>
= new AtomicReference<Type[]>(PodamConstants.NO_TYPES);
<span class="fc" id="L74"> retValue = TypeManufacturerUtil.resolveGenericParameter(paremeterType,</span>
typeArgumentsMap, elementGenericTypeArgs);
<span class="fc" id="L76"> } else {</span>
<span class="nc" id="L77"> LOG.error("{} is missing generic type argument, supplied {} {}",</span>
genericAttributeType, typeArgumentsMap,
<span class="nc" id="L79"> Arrays.toString(genericArgs));</span>
}
<span class="fc" id="L82"> return retValue;</span>
}
}
</pre><div class="footer"><span class="right">Created with <a href="http://www.eclemma.org/jacoco">JaCoCo</a> 0.7.4.201502262128</span></div></body></html> | 65.858824 | 1,142 | 0.674348 |
cbf61fadbde4f871de2de247cc98292580ded207 | 3,743 | go | Go | lib/condition/check_field_test.go | elliotwms/benthos | f8d564243c6a553082d8cc3acd2f77a029e96623 | [
"MIT"
] | 4,106 | 2016-03-22T02:05:03.000Z | 2022-03-09T16:18:10.000Z | lib/condition/check_field_test.go | nenad/benthos | 847090142b5ceea6f8c92874f4648a8c32bd199e | [
"MIT"
] | 1,068 | 2016-09-24T22:10:47.000Z | 2022-03-09T22:07:13.000Z | lib/condition/check_field_test.go | nenad/benthos | 847090142b5ceea6f8c92874f4648a8c32bd199e | [
"MIT"
] | 455 | 2016-06-09T15:26:24.000Z | 2022-03-09T13:12:02.000Z | package condition
import (
"testing"
"github.com/Jeffail/benthos/v3/lib/log"
"github.com/Jeffail/benthos/v3/lib/message"
"github.com/Jeffail/benthos/v3/lib/metrics"
)
func TestCheckFieldString(t *testing.T) {
type fields struct {
path string
part int
parts []int
}
tests := []struct {
name string
fields fields
arg [][]byte
want bool
}{
{
name: "invalid json",
fields: fields{
path: "foo.bar",
parts: []int{},
part: 0,
},
arg: [][]byte{
[]byte("foobar"),
},
want: false,
},
{
name: "string val",
fields: fields{
path: "foo.bar",
parts: []int{},
part: 0,
},
arg: [][]byte{
[]byte(`{"foo":{"bar":"foobar"}}`),
},
want: true,
},
{
name: "string val 2",
fields: fields{
path: "foo.bar",
parts: []int{},
part: 1,
},
arg: [][]byte{
[]byte(`{"foo":{"bar":"foobar"}}`),
[]byte(`{"foo":{"bar":"nope"}}`),
},
want: false,
},
{
name: "string val 3",
fields: fields{
path: "foo.bar",
parts: []int{1},
part: 0,
},
arg: [][]byte{
[]byte(`{"foo":{"bar":"foobar"}}`),
[]byte(`{"foo":{"bar":"nope"}}`),
},
want: false,
},
{
name: "string val 4",
fields: fields{
path: "foo.bar",
parts: []int{0},
part: 0,
},
arg: [][]byte{
[]byte(`{"foo":{"bar":"foobar"}}`),
[]byte(`{"foo":{"bar":"nope"}}`),
},
want: true,
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
tConf := NewConfig()
tConf.Type = "text"
tConf.Text.Operator = "equals"
tConf.Text.Part = tt.fields.part
tConf.Text.Arg = "foobar"
conf := NewConfig()
conf.Type = "check_field"
conf.CheckField.Path = tt.fields.path
conf.CheckField.Parts = tt.fields.parts
conf.CheckField.Condition = &tConf
c, err := NewCheckField(conf, nil, log.Noop(), metrics.Noop())
if err != nil {
t.Error(err)
return
}
if got := c.Check(message.New(tt.arg)); got != tt.want {
t.Errorf("CheckField.Check() = %v, want %v", got, tt.want)
}
})
}
}
func TestCheckFieldJMESPath(t *testing.T) {
type fields struct {
path string
part int
parts []int
}
tests := []struct {
name string
fields fields
arg [][]byte
want bool
}{
{
name: "invalid json",
fields: fields{
path: "foo.bar",
parts: []int{},
part: 0,
},
arg: [][]byte{
[]byte("foobar"),
},
want: false,
},
{
name: "valid json string",
fields: fields{
path: "foo.bar",
parts: []int{},
part: 0,
},
arg: [][]byte{
[]byte(`{"foo":{"bar":{"baz":"foobar"}}}`),
},
want: true,
},
{
name: "valid json object",
fields: fields{
path: "foo.bar",
parts: []int{},
part: 0,
},
arg: [][]byte{
[]byte(`{"foo":{"bar":"{\"baz\":\"foobar\"}"}}`),
},
want: true,
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
tConf := NewConfig()
tConf.Type = "jmespath"
tConf.JMESPath.Part = tt.fields.part
tConf.JMESPath.Query = `baz == 'foobar'`
conf := NewConfig()
conf.Type = "check_field"
conf.CheckField.Path = tt.fields.path
conf.CheckField.Parts = tt.fields.parts
conf.CheckField.Condition = &tConf
c, err := NewCheckField(conf, nil, log.Noop(), metrics.Noop())
if err != nil {
t.Error(err)
return
}
if got := c.Check(message.New(tt.arg)); got != tt.want {
t.Errorf("CheckField.Check() = %v, want %v", got, tt.want)
}
})
}
}
func TestCheckFieldBadChild(t *testing.T) {
conf := NewConfig()
conf.Type = "check_field"
_, err := NewCheckField(conf, nil, log.Noop(), metrics.Noop())
if err == nil {
t.Error("expected error from bad child")
}
}
| 19.096939 | 65 | 0.532461 |
d308dfd741e8b4775ebf394ad1f65731bd89bea6 | 580 | kt | Kotlin | src/jsMain/kotlin/cn/apisium/sarla/Data.kt | Apisium/Sarla | faefad8e06608309d82ad787266086dd3038a419 | [
"BSD-4-Clause"
] | 1 | 2019-03-30T18:40:38.000Z | 2019-03-30T18:40:38.000Z | src/jsMain/kotlin/cn/apisium/sarla/Data.kt | Apisium/Sarla | faefad8e06608309d82ad787266086dd3038a419 | [
"BSD-4-Clause"
] | null | null | null | src/jsMain/kotlin/cn/apisium/sarla/Data.kt | Apisium/Sarla | faefad8e06608309d82ad787266086dd3038a419 | [
"BSD-4-Clause"
] | null | null | null | package cn.apisium.sarla
import cn.apisium.sarla.nodes.DataNodeBlock
import cn.apisium.sarla.utils.NativeObject
import cn.apisium.sarla.utils.NativeSet
actual class Data<T: Any> @PublishedApi internal actual constructor(var value: T, val provider: Provider) {
var nodes = NativeSet<DataNodeBlock>()
var caches = NativeObject<Any, Data<*>>()
actual operator fun invoke(value: T): Data<T> {
this.value = value
provider.notify(this)
return this
}
actual override fun toString(): String = throw Exception("Should not call toString.")
}
| 30.526316 | 107 | 0.713793 |
3918f0b79494dfb2662d4976f96aa8d7895f1404 | 1,443 | sql | SQL | synapse/storage/schema/main/delta/40/event_push_summary.sql | lukaslihotzki/synapse | 1dfdc87b9bb07cc3c958dde7f41f2af4322477e5 | [
"Apache-2.0"
] | 9,945 | 2015-01-02T07:41:06.000Z | 2022-03-31T23:22:42.000Z | synapse/storage/schema/main/delta/40/event_push_summary.sql | lukaslihotzki/synapse | 1dfdc87b9bb07cc3c958dde7f41f2af4322477e5 | [
"Apache-2.0"
] | 9,320 | 2015-01-08T14:09:03.000Z | 2022-03-31T21:11:24.000Z | synapse/storage/schema/main/delta/40/event_push_summary.sql | lukaslihotzki/synapse | 1dfdc87b9bb07cc3c958dde7f41f2af4322477e5 | [
"Apache-2.0"
] | 2,299 | 2015-01-31T22:16:29.000Z | 2022-03-31T06:08:26.000Z | /* Copyright 2017 OpenMarket Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-- Aggregate of old notification counts that have been deleted out of the
-- main event_push_actions table. This count does not include those that were
-- highlights, as they remain in the event_push_actions table.
CREATE TABLE event_push_summary (
user_id TEXT NOT NULL,
room_id TEXT NOT NULL,
notif_count BIGINT NOT NULL,
stream_ordering BIGINT NOT NULL
);
CREATE INDEX event_push_summary_user_rm ON event_push_summary(user_id, room_id);
-- The stream ordering up to which we have aggregated the event_push_actions
-- table into event_push_summary
CREATE TABLE event_push_summary_stream_ordering (
Lock CHAR(1) NOT NULL DEFAULT 'X' UNIQUE, -- Makes sure this table only has one row.
stream_ordering BIGINT NOT NULL,
CHECK (Lock='X')
);
INSERT INTO event_push_summary_stream_ordering (stream_ordering) VALUES (0);
| 37.973684 | 89 | 0.763687 |