content stringlengths 4 1.04M | lang stringclasses 358
values | score int64 0 5 | repo_name stringlengths 5 114 | repo_path stringlengths 4 229 | repo_licenses listlengths 1 8 |
|---|---|---|---|---|---|
import React from "react"
import Layout from "../components/layout"
const Secret = () => (
<Layout>
<div>
<h1>Secret page</h1>
<p>This page should be excluded from sitemap.xml</p>
</div>
</Layout>
)
export default Secret
| JavaScript | 4 | cwlsn/gatsby | examples/sitemap/src/pages/secret.js | [
"MIT"
] |
// revisions: mirunsafeck thirunsafeck
// [thirunsafeck]compile-flags: -Z thir-unsafeck
#![feature(untagged_unions)]
use std::ops::AddAssign;
struct Dropping;
impl AddAssign for Dropping {
fn add_assign(&mut self, _: Self) {}
}
union Foo {
a: u8, // non-dropping
b: Dropping, // treated as dropping
}
fn main() {
let mut foo = Foo { a: 42 };
foo.a += 5; //~ ERROR access to union field is unsafe
foo.b += Dropping; //~ ERROR access to union field is unsafe
foo.b = Dropping; //~ ERROR assignment to union field that might need dropping is unsafe
foo.a; //~ ERROR access to union field is unsafe
let foo = Foo { a: 42 };
foo.b; //~ ERROR access to union field is unsafe
let mut foo = Foo { a: 42 };
foo.b = foo.b;
//~^ ERROR access to union field is unsafe
//~| ERROR assignment to union field that might need dropping
}
| Rust | 3 | mbc-git/rust | src/test/ui/unsafe/union-assignop.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
/* Copyright 2018 The TensorFlow Authors. 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.
==============================================================================*/
#ifndef TENSORFLOW_CORE_KERNELS_SEARCHSORTED_OP_H_
#define TENSORFLOW_CORE_KERNELS_SEARCHSORTED_OP_H_
#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
#include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/framework/tensor_types.h"
#include "tensorflow/core/framework/types.h"
#include "tensorflow/core/lib/core/errors.h"
namespace tensorflow {
namespace functor {
template <typename Device, typename T, typename OutType>
struct UpperBoundFunctor {
// Searches for values in sorted_inputs and returns the greatest possible
// index where they maintain sorted order.
static Status Compute(OpKernelContext* context,
const typename TTypes<T, 1>::ConstTensor& sorted_inputs,
const typename TTypes<T, 1>::ConstTensor& values,
int batch_size, int num_inputs, int num_values,
typename TTypes<OutType, 1>::Tensor* output);
};
template <typename Device, typename T, typename OutType>
struct LowerBoundFunctor {
// Searches for values in sorted_inputs and returns the lowest possible
// index where they maintain sorted order.
static Status Compute(OpKernelContext* context,
const typename TTypes<T, 1>::ConstTensor& sorted_inputs,
const typename TTypes<T, 1>::ConstTensor& values,
int batch_size, int num_inputs, int num_values,
typename TTypes<OutType, 1>::Tensor* output);
};
} // namespace functor
} // end namespace tensorflow
#endif // TENSORFLOW_CORE_KERNELS_SEARCHSORTED_OP_H_
| C | 4 | abhaikollara/tensorflow | tensorflow/core/kernels/searchsorted_op.h | [
"Apache-2.0"
] |
#!/bin/bash
docker stop spring-data-arangodb-live-test
docker rm spring-data-arangodb-live-test
| Shell | 3 | DBatOWL/tutorials | persistence-modules/spring-data-arangodb/src/live-test/resources/live-test-teardown.sh | [
"MIT"
] |
# This is a dummy input file created by ``utils/create-dummy-ninja-fromDB``,
# from a build database for the LLVM project by itself (i.e., without clang,
# compiler-rt, etc.) and only configured with the x86 target.
#
# Some interesting nodes to build other than the default are:
# * N182 ("FileCheck"), requires 94 commands.
# * N420 ("bin/llvm-as"), requires 195 commands.
# * N478 ("bin/yaml2obj"), requires 266 commands.
# * N779 ("lib/libLLVMCodeGen.a"), requires 555 commands.
# * N924 ("tools/llvm-mc"), requires 674 commands.
# * N926 ("all"), requires 927 commands.
rule CAT
command = cat ${in} > ${out}
description = ${command}
build N0: CAT I1
build N1: CAT I8
build N2: CAT I9
build N3: CAT I105
build N4: CAT I148
build N5: CAT I766
build N6: CAT I767
build N7: CAT I768
build N8: CAT I769
build N9: CAT I770
build N10: CAT I771
build N11: CAT I772
build N12: CAT I773
build N13: CAT I774
build N14: CAT I775
build N15: CAT I776
build N16: CAT I777
build N17: CAT I778
build N18: CAT I779
build N19: CAT I780
build N20: CAT I781
build N21: CAT I782
build N22: CAT I783
build N23: CAT I784
build N24: CAT I785
build N25: CAT I786
build N26: CAT I787
build N27: CAT I788
build N28: CAT I789
build N29: CAT I790
build N30: CAT I791
build N31: CAT I792
build N32: CAT I793
build N33: CAT I794
build N34: CAT I795
build N35: CAT I796
build N36: CAT I797
build N37: CAT I798
build N38: CAT I799
build N39: CAT I800
build N40: CAT I801
build N41: CAT I802
build N42: CAT I803
build N43: CAT I804
build N44: CAT I805
build N45: CAT I806
build N46: CAT I807
build N47: CAT I808
build N48: CAT I809
build N49: CAT I810
build N50: CAT I811
build N51: CAT I812
build N52: CAT I813
build N53: CAT I814
build N54: CAT I815
build N55: CAT I816
build N56: CAT I817
build N57: CAT I818
build N58: CAT I819
build N59: CAT I820
build N60: CAT I821
build N61: CAT I822
build N62: CAT I823
build N63: CAT I824
build N64: CAT I825
build N65: CAT I826
build N66: CAT I827
build N67: CAT I828
build N68: CAT I829
build N69: CAT I830
build N70: CAT I831
build N71: CAT I832
build N72: CAT I833
build N73: CAT I834
build N74: CAT I835
build N75: CAT I836
build N76: CAT I837
build N77: CAT I838
build N78: CAT I839
build N79: CAT I840
build N80: CAT I841
build N81: CAT I842
build N82: CAT I843
build N83: CAT I844
build N84: CAT I845
build N85: CAT I846
build N86: CAT I847
build N87: CAT I848
build N88: CAT I849
build N89: CAT I850
build N90: CAT I851
build N91: CAT I852
build N92: CAT I853
build N93: CAT I854
build N94: CAT I855
build N95: CAT I856
build N96: CAT N0
build N97: CAT N1
build N98: CAT N2
build N99: CAT N3
build N100: CAT N4
build N101: CAT N95 N94 N93 N92 N91 N90 N89 N88 N87 N86 N85 N84 N83 N82 N81 N80 N79 N78 N77 N76 N75 N74 N73 N72 N71 N70 N69 N68 N67 N66 N65 N64 N63 N62 N61 N60 N59 N58 N57 N56 N55 N54 N53 N52 N51 N50 N49 N48 N47 N46 N45 N44 N43 N42 N41 N40 N39 N38 N37 N36 N35 N34 N33 N32 N31 N30 N29 N28 N27 N26 N25 N24 N23 N22 N21 N20 N19 N18 N17 N16 N15 N14 N13 N12 N11 N10 N9 N8 N7 N6 N5
build N102: CAT N0 N96
build N103: CAT N3 N99
build N104: CAT N4 N100
build N105: CAT I765 N101
build N106: CAT I764 N101
build N107: CAT I763 N101
build N108: CAT I762 N101
build N109: CAT I761 N101
build N110: CAT I760 N101
build N111: CAT I759 N101
build N112: CAT I758 N101
build N113: CAT I663 N101
build N114: CAT I662 N101
build N115: CAT I661 N101
build N116: CAT I660 N101
build N117: CAT I659 N101
build N118: CAT I658 N101
build N119: CAT I657 N101
build N120: CAT I656 N101
build N121: CAT I655 N101
build N122: CAT I654 N101
build N123: CAT I653 N101
build N124: CAT I652 N101
build N125: CAT I651 N101
build N126: CAT I650 N101
build N127: CAT I649 N101
build N128: CAT I648 N101
build N129: CAT I647 N101
build N130: CAT I646 N101
build N131: CAT I645 N101
build N132: CAT I644 N101
build N133: CAT I643 N101
build N134: CAT I642 N101
build N135: CAT I641 N101
build N136: CAT I640 N101
build N137: CAT I639 N101
build N138: CAT I638 N101
build N139: CAT I637 N101
build N140: CAT I636 N101
build N141: CAT I635 N101
build N142: CAT I634 N101
build N143: CAT I633 N101
build N144: CAT I632 N101
build N145: CAT I631 N101
build N146: CAT I630 N101
build N147: CAT I629 N101
build N148: CAT I628 N101
build N149: CAT I627 N101
build N150: CAT I626 N101
build N151: CAT I625 N101
build N152: CAT I624 N101
build N153: CAT I623 N101
build N154: CAT I622 N101
build N155: CAT I621 N101
build N156: CAT I620 N101
build N157: CAT I619 N101
build N158: CAT I618 N101
build N159: CAT I617 N101
build N160: CAT I108 N101
build N161: CAT I52 N101
build N162: CAT I51 N101
build N163: CAT I15 I14 N101
build N164: CAT I13 N101
build N165: CAT I11 N101
build N166: CAT I10 N101
build N167: CAT I7 N101
build N168: CAT I6 N101
build N169: CAT I5 N101
build N170: CAT I4 N101
build N171: CAT I3 N101
build N172: CAT I2 N101
build N173: CAT I0 N102
build N174: CAT N112 N111 N110 N109 N108 N107 N106 N105
build N175: CAT N159 N158 N157 N156 N155 N154 N153 N152 N151 N150 N149 N148 N147 N146 N145 N144 N143 N142 N141 N140 N139 N138 N137 N136 N135 N134 N133 N132 N131 N130 N129 N128 N127 N126 N125 N124 N123 N122 N121 N120 N119 N118 N117 N116 N115 N114 N113
build N176: CAT N101 N160
build N177: CAT N101 N162 N161
build N178: CAT N101 N163
build N179: CAT N164
build N180: CAT N101 N165
build N181: CAT N101 N166
build N182: CAT N101 N167
build N183: CAT N168
build N184: CAT N172 N171 N170 N169
build N185: CAT N173
build N186: CAT I757 N101 N174
build N187: CAT I756 N101 N174
build N188: CAT I755 N101 N174
build N189: CAT I754 N101 N174
build N190: CAT I753 N101 N174
build N191: CAT I752 N101 N174
build N192: CAT I751 N101 N174
build N193: CAT I750 N101 N174
build N194: CAT I749 N101 N174
build N195: CAT I748 N101 N174
build N196: CAT I747 N101 N174
build N197: CAT I746 N101 N174
build N198: CAT I745 N101 N174
build N199: CAT I744 N101 N174
build N200: CAT I743 N101 N174
build N201: CAT I742 N101 N174
build N202: CAT I741 N101 N174
build N203: CAT I740 N101 N174
build N204: CAT I739 N101 N174
build N205: CAT I738 N101 N174
build N206: CAT I737 N101 N174
build N207: CAT I736 N101 N174
build N208: CAT I735 N101 N174
build N209: CAT I734 N101 N174
build N210: CAT I733 N101 N174
build N211: CAT I732 N101 N174
build N212: CAT I731 N101 N174
build N213: CAT I730 N101 N174
build N214: CAT I729 N101 N174
build N215: CAT I728 N101 N174
build N216: CAT I727 N101 N174
build N217: CAT I499 N101 N175
build N218: CAT I498 N101 N175
build N219: CAT I497 N101 N175
build N220: CAT I496 N101 N175
build N221: CAT I495 N101 N175
build N222: CAT I494 N101 N175
build N223: CAT I493 N101 N175
build N224: CAT I492 N101 N175
build N225: CAT I491 N101 N175
build N226: CAT I265 N101 N175
build N227: CAT I264 N101 N175
build N228: CAT I263 N101 N175
build N229: CAT I262 N101 N175
build N230: CAT I12 N101 N179
build N231: CAT N101 N101 N174 N216 N215 N214 N213 N212 N211 N210 N209 N208 N207 N206 N205 N204 N203 N202 N201 N200 N199 N198 N197 N196 N195 N194 N193 N192 N191 N190 N189 N188 N187 N186
build N232: CAT N225 N224 N223 N222 N221 N220 N219 N218 N217
build N233: CAT N229 N228 N227 N226
build N234: CAT N230
build N235: CAT I726 I726 I726 I725 I724 I723 I722 I721 I720 I719 I719 I718 I718 I717 I717 I716 I716 I715 I715 I714 I714 I713 I713 I712 I712 I711 I711 I710 N231 N231
build N236: CAT N231 N235
build N237: CAT N231 N236
build N238: CAT N231 N235 N236 N237
build N239: CAT I709 N101 N238
build N240: CAT I708 N101 N238
build N241: CAT I707 N101 N238
build N242: CAT I706 N101 N238
build N243: CAT I705 N101 N238
build N244: CAT I704 N101 N238
build N245: CAT I703 N101 N238
build N246: CAT I702 N101 N238
build N247: CAT I701 N101 N238
build N248: CAT I700 N101 N238
build N249: CAT I699 N101 N238
build N250: CAT I698 N101 N238
build N251: CAT I697 N101 N238
build N252: CAT I696 N101 N238
build N253: CAT I695 N101 N238
build N254: CAT I694 N101 N238
build N255: CAT I693 N101 N238
build N256: CAT I692 N101 N238
build N257: CAT I691 N101 N238
build N258: CAT I690 N101 N238
build N259: CAT I689 N101 N238
build N260: CAT I688 N101 N238
build N261: CAT I687 N101 N238
build N262: CAT I686 N101 N238
build N263: CAT I685 N101 N238
build N264: CAT I684 N101 N238
build N265: CAT I683 N101 N238
build N266: CAT I682 N101 N238
build N267: CAT I681 N101 N238
build N268: CAT I680 N101 N238
build N269: CAT I679 N101 N238
build N270: CAT I678 N101 N238
build N271: CAT I677 N101 N238
build N272: CAT I676 N101 N238
build N273: CAT I675 N101 N238
build N274: CAT I674 N101 N238
build N275: CAT I673 N101 N238
build N276: CAT I672 N101 N238
build N277: CAT I671 N101 N238
build N278: CAT I670 N101 N238
build N279: CAT I669 N101 N238
build N280: CAT I668 N101 N238
build N281: CAT I667 N101 N238
build N282: CAT I666 N101 N238
build N283: CAT I665 N101 N238
build N284: CAT I664 N101 N238
build N285: CAT I726 I725 I724 I723 I722 I721 I720 I719 I718 I717 I716 I715 I714 I713 I712 I711 I710 I261 I261 I260 I259 I258 I257 I256 I255 I254 I253 I252 I251 I250 I249 I248 I247 I246 I245 I244 I243 I242 I241 I240 I239 I238 I237 I236 I235 I234 I233 I232 N231 N231 N238
build N286: CAT I726 I725 I724 I723 I722 I721 I720 I719 I718 I717 I716 I715 I714 I713 I712 I711 I710 I261 I261 I260 I259 I258 I257 I256 I255 I254 I253 I252 I251 I250 I249 I248 I247 I246 I245 I244 I243 I242 I241 I240 I239 I238 I237 I236 I235 I234 I233 I232 N231 N231 N238
build N287: CAT I726 I725 I724 I723 I722 I721 I720 I719 I718 I717 I716 I715 I714 I713 I712 I711 I710 I261 I261 I260 I259 I258 I257 I256 I255 I254 I253 I252 I251 I250 I249 I248 I247 I246 I245 I244 I243 I242 I241 I240 I239 I238 I237 I236 I235 I234 I233 I232 N231 N231 N238
build N288: CAT I726 I725 I724 I723 I722 I721 I720 I719 I718 I717 I716 I715 I714 I713 I712 I711 I710 I261 I261 I260 I259 I258 I257 I256 I255 I254 I253 I252 I251 I250 I249 I248 I247 I246 I245 I244 I243 I242 I241 I240 I239 I238 I237 I236 I235 I234 I233 I232 N231 N231 N238
build N289: CAT I726 I725 I724 I723 I722 I721 I720 I719 I718 I717 I716 I715 I714 I713 I712 I711 I710 I261 I261 I260 I259 I258 I257 I256 I255 I254 I253 I252 I251 I250 I249 I248 I247 I246 I245 I244 I243 I242 I241 I240 I239 I238 I237 I236 I235 I234 I233 I232 N231 N231 N238
build N290: CAT I726 I725 I724 I723 I722 I721 I720 I719 I718 I717 I716 I715 I714 I713 I712 I711 I710 I261 I261 I260 I259 I258 I257 I256 I255 I254 I253 I252 I251 I250 I249 I248 I247 I246 I245 I244 I243 I242 I241 I240 I239 I238 I237 I236 I235 I234 I233 I232 N231 N231 N238
build N291: CAT I726 I725 I724 I723 I722 I721 I720 I719 I718 I717 I716 I715 I714 I713 I712 I711 I710 I261 I261 I260 I259 I258 I257 I256 I255 I254 I253 I252 I251 I250 I249 I248 I247 I246 I245 I244 I243 I242 I241 I240 I239 I238 I237 I236 I235 I234 I233 I232 N231 N231 N238
build N292: CAT I726 I725 I724 I723 I722 I721 I720 I719 I718 I717 I716 I715 I714 I713 I712 I711 I710 I261 I261 I260 I259 I258 I257 I256 I255 I254 I253 I252 I251 I250 I249 I248 I247 I246 I245 I244 I243 I242 I241 I240 I239 I238 I237 I236 I235 I234 I233 I232 N231 N231 N238
build N293: CAT I726 I725 I724 I723 I722 I721 I720 I719 I718 I717 I716 I715 I714 I713 I712 I711 I710 I261 I261 I260 I259 I258 I257 I256 I255 I254 I253 I252 I251 I250 I249 I248 I247 I246 I245 I244 I243 I242 I241 I240 I239 I238 I237 I236 I235 I234 I233 I232 N231 N231 N238
build N294: CAT I726 I725 I724 I723 I722 I721 I720 I719 I718 I717 I716 I715 I714 I713 I712 I711 I710 I261 I261 I260 I259 I258 I257 I256 I255 I254 I253 I252 I251 I250 I249 I248 I247 I246 I245 I244 I243 I242 I241 I240 I239 I238 I237 I236 I235 I234 I233 I232 N231 N231 N238
build N295: CAT N284 N283 N282 N281 N280 N279 N278 N277 N276 N275 N274 N273 N272 N271 N270 N269 N268 N267 N266 N265 N264 N263 N262 N261 N260 N259 N258 N257 N256 N255 N254 N253 N252 N251 N250 N249 N248 N247 N246 N245 N244 N243 N242 N241 N240 N239
build N296: CAT N231 N238 N285
build N297: CAT N231 N238 N286
build N298: CAT N231 N238 N287
build N299: CAT N231 N238 N288
build N300: CAT N231 N238 N289
build N301: CAT N231 N238 N290
build N302: CAT N231 N238 N291
build N303: CAT N231 N238 N292
build N304: CAT N231 N238 N293
build N305: CAT N231 N238 N294
build N306: CAT I616 N101 N175 N295
build N307: CAT I615 N101 N175 N295
build N308: CAT I614 N101 N175 N295
build N309: CAT I613 N101 N175 N295
build N310: CAT I612 N101 N175 N295
build N311: CAT I611 N101 N175 N295
build N312: CAT I610 N101 N175 N295
build N313: CAT I502 N101 N238 N295
build N314: CAT I501 N101 N238 N295
build N315: CAT I500 N101 N238 N295
build N316: CAT I385 N101 N295
build N317: CAT I384 N101 N295
build N318: CAT I383 N101 N295
build N319: CAT I382 N101 N295
build N320: CAT I113 N101 N295
build N321: CAT I112 N101 N295
build N322: CAT I111 N101 N295
build N323: CAT I78 N101 N175 N295
build N324: CAT I77 N101 N175 N295
build N325: CAT I76 N101 N175 N295
build N326: CAT I75 N101 N175 N295
build N327: CAT I74 N101 N175 N295
build N328: CAT N231 N238 N305 N304 N303 N302 N301 N300 N299 N298 N297 N296
build N329: CAT N312 N311 N310 N309 N308 N307 N306
build N330: CAT N315 N314 N313
build N331: CAT N319 N318 N317 N316
build N332: CAT N322 N321 N320
build N333: CAT N327 N326 N325 N324 N323
build N334: CAT N231 N238 N294 N293 N292 N291 N290 N289 N288 N287 N286 N285 N305 N304 N303 N302 N301 N300 N299 N298 N297 N296 N328
build N335: CAT I609 N101 N238 N295 N329
build N336: CAT I608 N101 N238 N295 N329
build N337: CAT I607 N101 N238 N295 N329
build N338: CAT I606 N101 N238 N295 N329
build N339: CAT I605 N101 N238 N295 N329
build N340: CAT I604 N101 N238 N295 N329
build N341: CAT I603 N101 N238 N295 N329
build N342: CAT I602 N101 N238 N295 N329
build N343: CAT I601 N101 N238 N295 N329
build N344: CAT I600 N101 N238 N295 N329
build N345: CAT I599 N101 N238 N295 N329
build N346: CAT I598 N101 N238 N295 N329
build N347: CAT I597 N101 N238 N295 N329
build N348: CAT I596 N101 N238 N295 N329
build N349: CAT I595 N101 N238 N295 N329
build N350: CAT I594 N101 N238 N295 N329
build N351: CAT I593 N101 N238 N295 N329
build N352: CAT I592 N101 N238 N295 N329
build N353: CAT I591 N101 N238 N295 N329
build N354: CAT I590 N101 N238 N295 N329
build N355: CAT I589 N101 N238 N295 N329
build N356: CAT I588 N101 N238 N295 N329
build N357: CAT I587 N101 N238 N295 N329
build N358: CAT I586 N101 N238 N295 N329
build N359: CAT I585 N101 N238 N295 N329
build N360: CAT I584 N101 N238 N295 N329
build N361: CAT I583 N101 N238 N295 N329
build N362: CAT I582 N101 N238 N295 N329
build N363: CAT I581 N101 N238 N295 N329
build N364: CAT I580 N101 N238 N295 N329
build N365: CAT I579 N101 N238 N295 N329
build N366: CAT I578 N101 N238 N295 N329
build N367: CAT I577 N101 N238 N295 N329
build N368: CAT I576 N101 N238 N295 N329
build N369: CAT I575 N101 N238 N295 N329
build N370: CAT I574 N101 N238 N295 N329
build N371: CAT I573 N101 N238 N295 N329
build N372: CAT I572 N101 N238 N295 N329
build N373: CAT I571 N101 N238 N295 N329
build N374: CAT I570 N101 N238 N295 N329
build N375: CAT I569 N101 N238 N295 N329
build N376: CAT I568 N101 N238 N295 N329
build N377: CAT I567 N101 N238 N295 N329
build N378: CAT I566 N101 N238 N295 N329
build N379: CAT I565 N101 N238 N295 N329
build N380: CAT I564 N101 N238 N295 N329
build N381: CAT I563 N101 N238 N295 N329
build N382: CAT I562 N101 N238 N295 N329
build N383: CAT I561 N101 N238 N295 N329
build N384: CAT I560 N101 N238 N295 N329
build N385: CAT I559 N101 N238 N295 N329
build N386: CAT I558 N101 N238 N295 N329
build N387: CAT I557 N101 N238 N295 N329
build N388: CAT I556 N101 N238 N295 N329
build N389: CAT I555 N101 N238 N295 N329
build N390: CAT I554 N101 N238 N295 N329
build N391: CAT I553 N101 N238 N295 N329
build N392: CAT I552 N101 N238 N295 N329
build N393: CAT I551 N101 N238 N295 N329
build N394: CAT I490 N101 N175 N232 N295 N330
build N395: CAT I489 N101 N175 N232 N295 N330
build N396: CAT I488 N101 N175 N232 N295 N330
build N397: CAT I487 N101 N175 N232 N295 N330
build N398: CAT I486 N101 N175 N232 N295 N330
build N399: CAT I485 N101 N175 N232 N295 N330
build N400: CAT I484 N101 N175 N232 N295 N330
build N401: CAT I483 N101 N175 N232 N295 N330
build N402: CAT I482 N101 N175 N232 N295 N330
build N403: CAT I481 N101 N175 N232 N295 N330
build N404: CAT I480 N101 N175 N232 N295 N330
build N405: CAT I479 N101 N175 N232 N295 N330
build N406: CAT I478 N101 N175 N232 N295 N330
build N407: CAT I477 N101 N175 N232 N295 N330
build N408: CAT I476 N101 N175 N232 N295 N330
build N409: CAT I110 N101 N295 N332 N330
build N410: CAT I106 N101 N330
build N411: CAT I25 N101 N295 N330
build N412: CAT I24 N101 N295 N332 N331
build N413: CAT I231 N101 N238 N334
build N414: CAT I230 N101 N238 N295 N334
build N415: CAT N393 N392 N391 N390 N389 N388 N387 N386 N385 N384 N383 N382 N381 N380 N379 N378 N377 N376 N375 N374 N373 N372 N371 N370 N369 N368 N367 N366 N365 N364 N363 N362 N361 N360 N359 N358 N357 N356 N355 N354 N353 N352 N351 N350 N349 N348 N347 N346 N345 N344 N343 N342 N341 N340 N339 N338 N337 N336 N335
build N416: CAT N408 N407 N406 N405 N404 N403 N402 N401 N400 N399 N398 N397 N396 N395 N394
build N417: CAT N409
build N418: CAT N101 N101 N295 N330 N410
build N419: CAT N101 N295 N330 N411
build N420: CAT N101 N295 N332 N331 N412
build N421: CAT N413
build N422: CAT N414
build N423: CAT I550 N101 N238 N295 N415
build N424: CAT I549 N101 N238 N295 N415
build N425: CAT I548 N101 N238 N295 N415
build N426: CAT I547 N101 N238 N295 N415
build N427: CAT I546 N101 N238 N295 N415
build N428: CAT I545 N101 N238 N295 N415
build N429: CAT I544 N101 N238 N295 N415
build N430: CAT I475 N101 N295 N416
build N431: CAT I474 N101 N295 N416
build N432: CAT I473 N101 N295 N416
build N433: CAT I472 N101 N295 N416
build N434: CAT I471 N101 N295 N416
build N435: CAT I470 N101 N295 N416
build N436: CAT I469 N101 N295 N416
build N437: CAT I145 N101 N175 N416
build N438: CAT I144 N101 N175 N416
build N439: CAT I143 N101 N175 N416
build N440: CAT I142 N101 N416
build N441: CAT I141 N101 N416
build N442: CAT I140 N101 N416
build N443: CAT I139 N101 N416
build N444: CAT I130 N101 N416
build N445: CAT I129 N101 N416
build N446: CAT I128 N101 N416
build N447: CAT I127 N101 N416
build N448: CAT I126 N101 N416
build N449: CAT I125 N101 N416
build N450: CAT I124 N101 N416
build N451: CAT I123 N101 N416
build N452: CAT I122 N101 N416
build N453: CAT I121 N101 N416
build N454: CAT I120 N101 N416
build N455: CAT I119 N101 N416
build N456: CAT I118 N101 N416
build N457: CAT I117 N101 N416
build N458: CAT I116 N101 N416
build N459: CAT I83 N101 N175 N416
build N460: CAT I82 N101 N175 N416
build N461: CAT I81 N101 N175 N416
build N462: CAT I80 N101 N175 N416
build N463: CAT I79 N101 N175 N416
build N464: CAT I58 N101 N416
build N465: CAT I31 N101 N416
build N466: CAT I109 N101 N295 N332 N331 N330 N417
build N467: CAT I57 N101 N295 N417
build N468: CAT I56 N101 N295 N417
build N469: CAT I55 N101 N295 N417
build N470: CAT I54 N101 N295 N417
build N471: CAT I153 N101 N233 N238 N334 N421
build N472: CAT I152 N101 N233 N238 N334 N421
build N473: CAT I229 N101 N175 N238 N334 N422
build N474: CAT I228 N101 N175 N238 N334 N422
build N475: CAT I227 N101 N175 N238 N334 N422
build N476: CAT N429 N428 N427 N426 N425 N424 N423
build N477: CAT N436 N435 N434 N433 N432 N431 N430
build N478: CAT N101 N101 N175 N175 N232 N295 N330 N416 N439 N438 N437
build N479: CAT N101 N101 N175 N232 N295 N330 N416 N443 N442 N441 N440
build N480: CAT N458 N457 N456 N455 N454 N453 N452 N451 N450 N449 N448 N447 N446 N445 N444
build N481: CAT N463 N462 N461 N460 N459
build N482: CAT N101 N101 N175 N232 N295 N330 N416 N464
build N483: CAT N101 N101 N175 N232 N295 N330 N416 N465
build N484: CAT N101 N101 N295 N295 N332 N332 N331 N330 N330 N417 N466
build N485: CAT N101 N101 N295 N295 N332 N330 N417 N470 N469 N468 N467
build N486: CAT N472 N471
build N487: CAT N475 N474 N473
build N488: CAT I543 N101 N238 N295 N329 N415 N476
build N489: CAT I542 N101 N238 N295 N329 N415 N476
build N490: CAT I541 N101 N238 N295 N329 N415 N476
build N491: CAT I540 N101 N238 N295 N329 N415 N476
build N492: CAT I539 N101 N238 N295 N329 N415 N476
build N493: CAT I538 N101 N238 N295 N329 N415 N476
build N494: CAT I537 N101 N238 N295 N329 N415 N476
build N495: CAT I536 N101 N238 N295 N329 N415 N476
build N496: CAT I535 N101 N238 N295 N329 N415 N476
build N497: CAT I534 N101 N238 N295 N329 N415 N476
build N498: CAT I533 N101 N238 N295 N329 N415 N476
build N499: CAT I532 N101 N238 N295 N329 N415 N476
build N500: CAT I531 N101 N238 N295 N329 N415 N476
build N501: CAT I530 N101 N238 N295 N329 N415 N476
build N502: CAT I529 N101 N238 N295 N329 N415 N476
build N503: CAT I528 N101 N238 N295 N329 N415 N476
build N504: CAT I527 N101 N238 N295 N329 N415 N476
build N505: CAT I526 N101 N238 N295 N329 N415 N476
build N506: CAT I525 N101 N238 N295 N329 N415 N476
build N507: CAT I524 N101 N238 N295 N329 N415 N476
build N508: CAT I523 N101 N238 N295 N329 N415 N476
build N509: CAT I522 N101 N238 N295 N329 N415 N476
build N510: CAT I521 N101 N238 N295 N329 N415 N476
build N511: CAT I520 N101 N238 N295 N329 N415 N476
build N512: CAT I519 N101 N238 N295 N329 N415 N476
build N513: CAT I518 N101 N238 N295 N329 N415 N476
build N514: CAT I517 N101 N238 N295 N329 N415 N476
build N515: CAT I516 N101 N238 N295 N329 N415 N476
build N516: CAT I515 N101 N238 N295 N329 N415 N476
build N517: CAT I514 N101 N238 N295 N329 N415 N476
build N518: CAT I513 N101 N238 N295 N329 N415 N476
build N519: CAT I512 N101 N238 N295 N329 N415 N476
build N520: CAT I511 N101 N238 N295 N329 N415 N476
build N521: CAT I510 N101 N238 N295 N329 N415 N476
build N522: CAT I509 N101 N238 N295 N329 N415 N476
build N523: CAT I508 N101 N238 N295 N329 N415 N476
build N524: CAT I507 N101 N238 N295 N329 N415 N476
build N525: CAT I107 N101 N295 N476
build N526: CAT I41 N101 N477
build N527: CAT I40 N101 N295 N416 N477
build N528: CAT I39 N101 N295 N416 N477
build N529: CAT I38 N101 N295 N416 N477
build N530: CAT I37 N101 N295 N416 N477
build N531: CAT I36 N101 N295 N416 N477
build N532: CAT I35 N101 N295 N416 N477
build N533: CAT I34 N101 N295 N416 N477
build N534: CAT I33 N101 N295 N416 N477
build N535: CAT I32 N101 N295 N416 N477
build N536: CAT I115 N101 N416 N480
build N537: CAT I114 N101 N416 N480
build N538: CAT I84 N101 N416 N480
build N539: CAT I50 N101 N295 N333 N329 N416 N481
build N540: CAT I49 N101 N295 N333 N329 N416 N481
build N541: CAT I226 N101 N175 N233 N238 N334 N421 N416 N487
build N542: CAT I225 N101 N175 N233 N238 N334 N421 N416 N487
build N543: CAT I224 N101 N175 N233 N238 N334 N421 N416 N487
build N544: CAT I223 N101 N175 N233 N238 N334 N421 N416 N487
build N545: CAT I222 N101 N175 N233 N238 N334 N421 N416 N487
build N546: CAT I221 N101 N175 N233 N238 N334 N421 N416 N487
build N547: CAT I220 N101 N175 N233 N238 N334 N421 N416 N487
build N548: CAT I219 N101 N175 N233 N238 N334 N421 N416 N487
build N549: CAT I218 N101 N175 N233 N238 N334 N421 N416 N487
build N550: CAT I217 N101 N175 N233 N238 N334 N421 N416 N487
build N551: CAT N524 N523 N522 N521 N520 N519 N518 N517 N516 N515 N514 N513 N512 N511 N510 N509 N508 N507 N506 N505 N504 N503 N502 N501 N500 N499 N498 N497 N496 N495 N494 N493 N492 N491 N490 N489 N488
build N552: CAT N101 N101 N175 N295 N295 N329 N415 N476 N525
build N553: CAT N101 N101 N175 N232 N295 N330 N416 N477 N526
build N554: CAT N101 N101 N175 N232 N295 N295 N330 N416 N416 N477 N535 N534 N533 N532 N531 N530 N529 N528 N527
build N555: CAT N101 N101 N175 N232 N295 N330 N416 N480 N537 N536
build N556: CAT N101 N101 N175 N232 N295 N330 N416 N480 N538
build N557: CAT N540 N539
build N558: CAT N550 N549 N548 N547 N546 N545 N544 N543 N542 N541
build N559: CAT I506 N101 N238 N295 N329 N415 N551
build N560: CAT I505 N101 N238 N295 N329 N415 N551
build N561: CAT I504 N101 N238 N295 N329 N415 N551
build N562: CAT I503 N101 N238 N295 N329 N415 N551
build N563: CAT I468 N101 N238 N295 N329 N415 N551
build N564: CAT I467 N101 N238 N295 N329 N415 N551
build N565: CAT I466 N101 N238 N295 N329 N415 N551
build N566: CAT I465 N101 N238 N295 N329 N415 N551
build N567: CAT I464 N101 N238 N295 N329 N415 N551
build N568: CAT I463 N101 N238 N295 N329 N415 N551
build N569: CAT I462 N101 N238 N295 N329 N415 N551
build N570: CAT I461 N101 N238 N295 N329 N415 N551
build N571: CAT I460 N101 N238 N295 N329 N415 N551
build N572: CAT I459 N101 N238 N295 N329 N415 N551
build N573: CAT I458 N101 N238 N295 N329 N415 N551
build N574: CAT I457 N101 N238 N295 N329 N415 N551
build N575: CAT I456 N101 N238 N295 N329 N415 N551
build N576: CAT I395 N101 N238 N295 N415 N551
build N577: CAT I394 N101 N238 N295 N415 N551
build N578: CAT I393 N101 N238 N295 N415 N551
build N579: CAT I392 N101 N238 N295 N415 N551
build N580: CAT I391 N101 N238 N295 N415 N551
build N581: CAT I390 N101 N238 N295 N415 N551
build N582: CAT I389 N101 N238 N295 N415 N551
build N583: CAT I388 N101 N238 N295 N415 N551
build N584: CAT I387 N101 N238 N295 N415 N551
build N585: CAT I386 N101 N295 N551
build N586: CAT I104 N101 N238 N295 N329 N415 N551
build N587: CAT I103 N101 N238 N295 N329 N415 N551
build N588: CAT I102 N101 N238 N295 N329 N415 N551
build N589: CAT I101 N101 N238 N295 N329 N415 N551
build N590: CAT I100 N101 N238 N295 N329 N415 N551
build N591: CAT I99 N101 N238 N295 N329 N415 N551
build N592: CAT I98 N101 N238 N295 N329 N415 N551
build N593: CAT I97 N101 N238 N295 N329 N415 N551
build N594: CAT N562 N561 N560 N559
build N595: CAT N575 N574 N573 N572 N571 N570 N569 N568 N567 N566 N565 N564 N563
build N596: CAT N584 N583 N582 N581 N580 N579 N578 N577 N576
build N597: CAT N585
build N598: CAT N593 N592 N591 N590 N589 N588 N587 N586
build N599: CAT I455 N101 N238 N295 N329 N415 N477 N551 N595
build N600: CAT I454 N101 N238 N295 N329 N415 N477 N551 N595
build N601: CAT I453 N101 N238 N295 N329 N415 N477 N551 N595
build N602: CAT I452 N101 N238 N295 N329 N415 N477 N551 N595
build N603: CAT I451 N101 N238 N295 N329 N415 N477 N551 N595
build N604: CAT I450 N101 N238 N295 N329 N415 N477 N551 N595
build N605: CAT I449 N101 N238 N295 N329 N415 N477 N551 N595
build N606: CAT I448 N101 N238 N295 N329 N415 N477 N551 N595
build N607: CAT I447 N101 N238 N295 N329 N415 N477 N551 N595
build N608: CAT I446 N101 N238 N295 N329 N415 N477 N551 N595
build N609: CAT I445 N101 N238 N295 N329 N415 N477 N551 N595
build N610: CAT I444 N101 N238 N295 N329 N415 N477 N551 N595
build N611: CAT I443 N101 N238 N295 N329 N415 N477 N551 N595
build N612: CAT I442 N101 N238 N295 N329 N415 N477 N551 N595
build N613: CAT I441 N101 N238 N295 N329 N415 N477 N551 N595
build N614: CAT I440 N101 N238 N295 N329 N415 N477 N551 N595
build N615: CAT I439 N101 N238 N295 N329 N415 N477 N551 N595
build N616: CAT I438 N101 N238 N295 N329 N415 N477 N551 N595
build N617: CAT I437 N101 N238 N295 N329 N415 N477 N551 N595
build N618: CAT I436 N101 N238 N295 N329 N415 N477 N551 N595
build N619: CAT I435 N101 N238 N295 N329 N415 N477 N551 N595
build N620: CAT I434 N101 N238 N295 N329 N415 N477 N551 N595
build N621: CAT I433 N101 N238 N295 N329 N415 N477 N551 N595
build N622: CAT I432 N101 N238 N295 N329 N415 N477 N551 N595
build N623: CAT I431 N101 N238 N295 N329 N415 N477 N551 N595
build N624: CAT I430 N101 N238 N295 N329 N415 N477 N551 N595
build N625: CAT I429 N101 N238 N295 N329 N415 N477 N551 N595
build N626: CAT I428 N101 N238 N295 N329 N415 N477 N551 N595
build N627: CAT I427 N101 N238 N295 N329 N415 N477 N551 N595
build N628: CAT I426 N101 N238 N295 N329 N415 N477 N551 N595
build N629: CAT I425 N101 N238 N295 N329 N415 N477 N551 N595
build N630: CAT I424 N101 N238 N295 N329 N415 N477 N551 N595
build N631: CAT I423 N101 N238 N295 N329 N415 N477 N551 N595
build N632: CAT I422 N101 N238 N295 N329 N415 N477 N551 N595
build N633: CAT I421 N101 N238 N295 N329 N415 N477 N551 N595
build N634: CAT I420 N101 N238 N295 N329 N415 N477 N551 N595
build N635: CAT I419 N101 N238 N295 N329 N415 N477 N551 N595
build N636: CAT I418 N101 N238 N295 N329 N415 N477 N551 N595
build N637: CAT I417 N101 N238 N295 N329 N415 N477 N551 N595
build N638: CAT I42 N101 N295 N331 N417 N597
build N639: CAT N637 N636 N635 N634 N633 N632 N631 N630 N629 N628 N627 N626 N625 N624 N623 N622 N621 N620 N619 N618 N617 N616 N615 N614 N613 N612 N611 N610 N609 N608 N607 N606 N605 N604 N603 N602 N601 N600 N599
build N640: CAT N101 N101 N175 N295 N295 N332 N331 N330 N329 N417 N415 N476 N551 N597 N638
build N641: CAT I416 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N642: CAT I415 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N643: CAT I414 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N644: CAT I413 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N645: CAT I412 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N646: CAT I411 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N647: CAT I410 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N648: CAT I409 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N649: CAT I408 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N650: CAT I407 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N651: CAT I406 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N652: CAT I405 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N653: CAT I404 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N654: CAT I403 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N655: CAT I402 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N656: CAT I401 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N657: CAT I400 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N658: CAT I399 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N659: CAT I398 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N660: CAT I397 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N661: CAT I396 N101 N238 N295 N329 N415 N476 N551 N595 N594 N639
build N662: CAT I381 N101 N175 N238 N295 N329 N415 N551 N639
build N663: CAT I380 N101 N175 N238 N295 N329 N415 N551 N639
build N664: CAT I379 N101 N175 N238 N295 N329 N415 N551 N639
build N665: CAT I378 N101 N175 N238 N295 N329 N415 N551 N639
build N666: CAT I377 N101 N175 N238 N295 N329 N415 N551 N639
build N667: CAT I376 N101 N175 N238 N295 N329 N415 N551 N639
build N668: CAT I375 N101 N175 N238 N295 N329 N415 N551 N639
build N669: CAT I374 N101 N175 N238 N295 N329 N415 N551 N639
build N670: CAT I373 N101 N175 N238 N295 N329 N415 N551 N639
build N671: CAT I372 N101 N175 N238 N295 N329 N415 N551 N639
build N672: CAT I371 N101 N175 N238 N295 N329 N415 N551 N639
build N673: CAT I370 N101 N175 N238 N295 N329 N415 N551 N639
build N674: CAT I369 N101 N175 N238 N295 N329 N415 N551 N639
build N675: CAT I368 N101 N175 N238 N295 N329 N415 N551 N639
build N676: CAT I367 N101 N175 N238 N295 N329 N415 N551 N639
build N677: CAT I366 N101 N175 N238 N295 N329 N415 N551 N639
build N678: CAT I365 N101 N175 N238 N295 N329 N415 N551 N639
build N679: CAT I364 N101 N175 N238 N295 N329 N415 N551 N639
build N680: CAT I363 N101 N175 N238 N295 N329 N415 N551 N639
build N681: CAT I362 N101 N175 N238 N295 N329 N415 N551 N639
build N682: CAT I361 N101 N175 N238 N295 N329 N415 N551 N639
build N683: CAT I360 N101 N175 N238 N295 N329 N415 N551 N639
build N684: CAT I359 N101 N175 N238 N295 N329 N415 N551 N639
build N685: CAT I358 N101 N175 N238 N295 N329 N415 N551 N639
build N686: CAT I357 N101 N175 N238 N295 N329 N415 N551 N639
build N687: CAT I356 N101 N175 N238 N295 N329 N415 N551 N639
build N688: CAT I355 N101 N175 N238 N295 N329 N415 N551 N639
build N689: CAT I354 N101 N175 N238 N295 N329 N415 N551 N639
build N690: CAT I353 N101 N175 N238 N295 N329 N415 N551 N639
build N691: CAT I352 N101 N175 N238 N295 N329 N415 N551 N639
build N692: CAT I351 N101 N175 N238 N295 N329 N415 N551 N639
build N693: CAT I350 N101 N175 N238 N295 N329 N415 N551 N639
build N694: CAT I349 N101 N175 N238 N295 N329 N415 N551 N639
build N695: CAT I348 N101 N175 N238 N295 N329 N415 N551 N639
build N696: CAT I347 N101 N175 N238 N295 N329 N415 N551 N639
build N697: CAT I346 N101 N175 N238 N295 N329 N415 N551 N639
build N698: CAT I345 N101 N175 N238 N295 N329 N415 N551 N639
build N699: CAT I344 N101 N175 N238 N295 N329 N415 N551 N639
build N700: CAT I343 N101 N175 N238 N295 N329 N415 N551 N639
build N701: CAT I342 N101 N175 N238 N295 N329 N415 N551 N639
build N702: CAT I341 N101 N175 N238 N295 N329 N415 N551 N639
build N703: CAT I340 N101 N175 N238 N295 N329 N415 N551 N639
build N704: CAT I339 N101 N175 N238 N295 N329 N415 N551 N639
build N705: CAT I338 N101 N175 N238 N295 N329 N415 N551 N639
build N706: CAT I337 N101 N175 N238 N295 N329 N415 N551 N639
build N707: CAT I336 N101 N175 N238 N295 N329 N415 N551 N639
build N708: CAT I335 N101 N175 N238 N295 N329 N415 N551 N639
build N709: CAT I334 N101 N175 N238 N295 N329 N415 N551 N639
build N710: CAT I333 N101 N175 N238 N295 N329 N415 N551 N639
build N711: CAT I332 N101 N175 N238 N295 N329 N415 N551 N639
build N712: CAT I331 N101 N175 N238 N295 N329 N415 N551 N639
build N713: CAT I330 N101 N175 N238 N295 N329 N415 N551 N639
build N714: CAT I329 N101 N175 N238 N295 N329 N415 N551 N639
build N715: CAT I328 N101 N175 N238 N295 N329 N415 N551 N639
build N716: CAT I327 N101 N175 N238 N295 N329 N415 N551 N639
build N717: CAT I326 N101 N175 N238 N295 N329 N415 N551 N639
build N718: CAT I325 N101 N175 N238 N295 N329 N415 N551 N639
build N719: CAT I324 N101 N175 N238 N295 N329 N415 N551 N639
build N720: CAT I323 N101 N175 N238 N295 N329 N415 N551 N639
build N721: CAT I322 N101 N175 N238 N295 N329 N415 N551 N639
build N722: CAT I321 N101 N175 N238 N295 N329 N415 N551 N639
build N723: CAT I320 N101 N175 N238 N295 N329 N415 N551 N639
build N724: CAT I319 N101 N175 N238 N295 N329 N415 N551 N639
build N725: CAT I318 N101 N175 N238 N295 N329 N415 N551 N639
build N726: CAT I317 N101 N175 N238 N295 N329 N415 N551 N639
build N727: CAT I316 N101 N175 N238 N295 N329 N415 N551 N639
build N728: CAT I315 N101 N175 N238 N295 N329 N415 N551 N639
build N729: CAT I314 N101 N175 N238 N295 N329 N415 N551 N639
build N730: CAT I313 N101 N175 N238 N295 N329 N415 N551 N639
build N731: CAT I312 N101 N175 N238 N295 N329 N415 N551 N639
build N732: CAT I311 N101 N175 N238 N295 N329 N415 N551 N639
build N733: CAT I310 N101 N175 N238 N295 N329 N415 N551 N639
build N734: CAT I309 N101 N175 N238 N295 N329 N415 N551 N639
build N735: CAT I308 N101 N175 N238 N295 N329 N415 N551 N639
build N736: CAT I307 N101 N175 N238 N295 N329 N415 N551 N639
build N737: CAT I306 N101 N175 N238 N295 N329 N415 N551 N639
build N738: CAT I305 N101 N175 N238 N295 N329 N415 N551 N639
build N739: CAT I304 N101 N175 N238 N295 N329 N415 N551 N639
build N740: CAT I303 N101 N175 N238 N295 N329 N415 N551 N639
build N741: CAT I302 N101 N175 N238 N295 N329 N415 N551 N639
build N742: CAT I301 N101 N175 N238 N295 N329 N415 N551 N639
build N743: CAT I300 N101 N175 N238 N295 N329 N415 N551 N639
build N744: CAT I299 N101 N175 N238 N295 N329 N415 N551 N639
build N745: CAT I298 N101 N175 N238 N295 N329 N415 N551 N639
build N746: CAT I297 N101 N175 N238 N295 N329 N415 N551 N639
build N747: CAT I296 N101 N175 N238 N295 N329 N415 N551 N639
build N748: CAT I295 N101 N175 N238 N295 N329 N415 N551 N639
build N749: CAT I294 N101 N175 N238 N295 N329 N415 N551 N639
build N750: CAT I293 N101 N175 N238 N295 N329 N415 N551 N639
build N751: CAT I292 N101 N175 N238 N295 N329 N415 N551 N639
build N752: CAT I291 N101 N175 N238 N295 N329 N415 N551 N639
build N753: CAT I290 N101 N175 N238 N295 N329 N415 N551 N639
build N754: CAT I289 N101 N175 N238 N295 N329 N415 N551 N639
build N755: CAT I288 N101 N175 N238 N295 N329 N415 N551 N639
build N756: CAT I287 N101 N175 N238 N295 N329 N415 N551 N639
build N757: CAT I286 N101 N175 N238 N295 N329 N415 N551 N639
build N758: CAT I285 N101 N175 N238 N295 N329 N415 N551 N639
build N759: CAT I284 N101 N175 N238 N295 N329 N415 N551 N639
build N760: CAT I283 N101 N175 N238 N295 N329 N415 N551 N639
build N761: CAT I282 N101 N175 N238 N295 N329 N415 N551 N639
build N762: CAT I281 N101 N175 N238 N295 N329 N415 N551 N639
build N763: CAT I280 N101 N175 N238 N295 N329 N415 N551 N639
build N764: CAT I279 N101 N175 N238 N295 N329 N415 N551 N639
build N765: CAT I278 N101 N175 N238 N295 N329 N415 N551 N639
build N766: CAT I277 N101 N175 N238 N295 N329 N415 N551 N639
build N767: CAT I276 N101 N175 N238 N295 N329 N415 N551 N639
build N768: CAT I275 N101 N175 N238 N295 N329 N415 N551 N639
build N769: CAT I274 N101 N175 N238 N295 N329 N415 N551 N639
build N770: CAT I273 N101 N175 N238 N295 N329 N415 N551 N639
build N771: CAT I272 N101 N175 N238 N295 N329 N415 N551 N639
build N772: CAT I271 N101 N175 N238 N295 N329 N415 N551 N639
build N773: CAT I270 N101 N175 N238 N295 N329 N415 N551 N639
build N774: CAT I269 N101 N175 N238 N295 N329 N415 N551 N639
build N775: CAT I268 N101 N175 N238 N295 N329 N415 N551 N639
build N776: CAT I267 N101 N175 N238 N295 N329 N415 N551 N639
build N777: CAT I266 N101 N175 N238 N295 N329 N415 N551 N639
build N778: CAT N661 N660 N659 N658 N657 N656 N655 N654 N653 N652 N651 N650 N649 N648 N647 N646 N645 N644 N643 N642 N641
build N779: CAT N777 N776 N775 N774 N773 N772 N771 N770 N769 N768 N767 N766 N765 N764 N763 N762 N761 N760 N759 N758 N757 N756 N755 N754 N753 N752 N751 N750 N749 N748 N747 N746 N745 N744 N743 N742 N741 N740 N739 N738 N737 N736 N735 N734 N733 N732 N731 N730 N729 N728 N727 N726 N725 N724 N723 N722 N721 N720 N719 N718 N717 N716 N715 N714 N713 N712 N711 N710 N709 N708 N707 N706 N705 N704 N703 N702 N701 N700 N699 N698 N697 N696 N695 N694 N693 N692 N691 N690 N689 N688 N687 N686 N685 N684 N683 N682 N681 N680 N679 N678 N677 N676 N675 N674 N673 N672 N671 N670 N669 N668 N667 N666 N665 N664 N663 N662
build N780: CAT I155 N101 N175 N295 N331 N330 N329 N416 N476 N551 N597 N596 N595 N639 N779 N778
build N781: CAT I154 N101 N175 N295 N331 N330 N329 N416 N476 N551 N597 N596 N595 N639 N779 N778
build N782: CAT I96 N101 N295 N331 N329 N417 N415 N476 N551 N598 N597 N596 N595 N594 N639 N779 N778
build N783: CAT I95 N101 N295 N331 N329 N417 N415 N476 N551 N598 N597 N596 N595 N594 N639 N779 N778
build N784: CAT I94 N101 N295 N331 N329 N417 N415 N476 N551 N598 N597 N596 N595 N594 N639 N779 N778
build N785: CAT I93 N101 N295 N331 N329 N417 N415 N476 N551 N598 N597 N596 N595 N594 N639 N779 N778
build N786: CAT I92 N101 N295 N331 N329 N417 N415 N476 N551 N598 N597 N596 N595 N594 N639 N779 N778
build N787: CAT I91 N101 N295 N331 N329 N417 N415 N476 N551 N598 N597 N596 N595 N594 N639 N779 N778
build N788: CAT I90 N101 N295 N331 N329 N417 N415 N476 N551 N598 N597 N596 N595 N594 N639 N779 N778
build N789: CAT I89 N101 N295 N331 N329 N417 N415 N476 N551 N598 N597 N596 N595 N594 N639 N779 N778
build N790: CAT I88 N101 N295 N331 N329 N417 N415 N476 N551 N598 N597 N596 N595 N594 N639 N779 N778
build N791: CAT I53 N101 N295 N331 N417 N778
build N792: CAT I216 N101 N175 N238 N295 N329 N415 N551 N779
build N793: CAT I215 N101 N175 N238 N295 N329 N415 N551 N779
build N794: CAT I214 N101 N175 N238 N295 N329 N415 N551 N779
build N795: CAT I213 N101 N175 N238 N295 N329 N415 N551 N779
build N796: CAT I212 N101 N175 N238 N295 N329 N415 N551 N779
build N797: CAT I211 N101 N175 N238 N295 N329 N415 N551 N779
build N798: CAT I210 N101 N175 N238 N295 N329 N415 N551 N779
build N799: CAT I209 N101 N175 N238 N295 N329 N415 N551 N779
build N800: CAT I208 N101 N175 N238 N295 N329 N415 N551 N779
build N801: CAT I207 N101 N175 N238 N295 N329 N415 N551 N779
build N802: CAT I206 N101 N175 N238 N295 N329 N415 N551 N779
build N803: CAT I205 N101 N175 N238 N295 N329 N415 N551 N779
build N804: CAT I204 N101 N175 N238 N295 N329 N415 N551 N779
build N805: CAT I203 N101 N175 N238 N295 N329 N415 N551 N779
build N806: CAT I202 N101 N175 N238 N295 N329 N415 N551 N779
build N807: CAT I201 N101 N175 N238 N295 N329 N415 N551 N779
build N808: CAT I200 N101 N175 N238 N295 N329 N415 N551 N779
build N809: CAT I199 N101 N175 N238 N295 N329 N415 N551 N779
build N810: CAT I198 N101 N175 N238 N295 N329 N415 N551 N779
build N811: CAT I197 N101 N175 N238 N295 N329 N415 N551 N779
build N812: CAT I196 N101 N175 N238 N295 N329 N415 N551 N779
build N813: CAT I195 N101 N175 N238 N295 N329 N415 N551 N779
build N814: CAT I194 N101 N175 N238 N295 N329 N415 N551 N779
build N815: CAT I193 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N816: CAT I192 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N817: CAT I191 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N818: CAT I190 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N819: CAT I189 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N820: CAT I188 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N821: CAT I187 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N822: CAT I186 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N823: CAT I185 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N824: CAT I184 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N825: CAT I183 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N826: CAT I182 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N827: CAT I181 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N828: CAT I180 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N829: CAT I179 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N830: CAT I178 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N831: CAT I177 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N832: CAT I176 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N833: CAT I175 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N834: CAT I174 N101 N175 N232 N238 N295 N329 N415 N551 N779
build N835: CAT I48 N101 N238 N295 N333 N779
build N836: CAT I47 N101 N238 N295 N333 N779
build N837: CAT I46 N101 N238 N295 N333 N779
build N838: CAT N781 N780
build N839: CAT N101 N101 N175 N232 N295 N295 N332 N331 N330 N329 N329 N417 N416 N415 N415 N477 N476 N476 N551 N551 N598 N597 N596 N595 N595 N594 N639 N779 N778 N790 N789 N788 N787 N786 N785 N784 N783 N782
build N840: CAT N101 N101 N175 N232 N295 N295 N332 N331 N330 N329 N417 N416 N415 N477 N476 N551 N595 N594 N639 N778 N791
build N841: CAT N814 N813 N812 N811 N810 N809 N808 N807 N806 N805 N804 N803 N802 N801 N800 N799 N798 N797 N796 N795 N794 N793 N792
build N842: CAT N834 N833 N832 N831 N830 N829 N828 N827 N826 N825 N824 N823 N822 N821 N820 N819 N818 N817 N816 N815
build N843: CAT N837 N836 N835
build N844: CAT I87 N103 N839
build N845: CAT I173 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N846: CAT I172 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N847: CAT I171 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N848: CAT I170 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N849: CAT I169 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N850: CAT I168 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N851: CAT I167 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N852: CAT I166 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N853: CAT I165 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N854: CAT I164 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N855: CAT I163 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N856: CAT I162 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N857: CAT I161 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N858: CAT I160 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N859: CAT I159 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N860: CAT I158 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N861: CAT I157 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N862: CAT I156 N101 N175 N238 N295 N334 N329 N422 N421 N415 N487 N558 N779 N842 N841
build N863: CAT N844
build N864: CAT N862 N861 N860 N859 N858 N857 N856 N855 N854 N853 N852 N851 N850 N849 N848 N847 N846 N845
build N865: CAT I151 N101 N175 N232 N238 N334 N421 N558 N864
build N866: CAT I150 N101 N175 N232 N238 N334 N421 N558 N864
build N867: CAT N866 N865
build N868: CAT I149 N101 N175 N421 N487 N486 N558 N838 N864 N867
build N869: CAT I147 N101 N104 N175 N233 N421 N487 N486 N558 N838 N864 N867
build N870: CAT I146 N101 N104 N175 N233 N421 N487 N486 N558 N838 N864 N867
build N871: CAT I138 N233 N295 N330 N329 N421 N416 N487 N486 N558 N864 N867
build N872: CAT I137 N233 N295 N330 N329 N421 N416 N487 N486 N558 N864 N867
build N873: CAT I136 N233 N295 N330 N329 N421 N416 N487 N486 N558 N864 N867
build N874: CAT I135 N233 N295 N330 N329 N421 N416 N487 N486 N558 N864 N867
build N875: CAT I134 N233 N295 N330 N329 N421 N416 N487 N486 N558 N864 N867
build N876: CAT I133 N233 N295 N330 N329 N421 N416 N487 N486 N558 N864 N867
build N877: CAT I132 N233 N295 N330 N329 N421 N416 N487 N486 N558 N864 N867
build N878: CAT I131 N233 N295 N330 N329 N421 N416 N487 N486 N558 N864 N867
build N879: CAT I86 N101 N421 N416 N487 N486 N558 N864 N867
build N880: CAT I85 N101 N421 N416 N487 N486 N558 N864 N867
build N881: CAT I73 N101 N175 N333 N421 N487 N486 N481 N480 N558 N864 N867
build N882: CAT I72 N101 N421 N416 N487 N486 N558 N864 N867
build N883: CAT I71 N101 N421 N416 N487 N486 N558 N864 N867
build N884: CAT I70 N101 N421 N416 N487 N486 N558 N864 N867
build N885: CAT I69 N101 N421 N416 N487 N486 N558 N864 N867
build N886: CAT I68 N101 N421 N416 N487 N486 N558 N864 N867
build N887: CAT I67 N101 N421 N416 N487 N486 N558 N864 N867
build N888: CAT I66 N101 N421 N416 N487 N486 N558 N864 N867
build N889: CAT I65 N101 N421 N416 N487 N486 N558 N864 N867
build N890: CAT I64 N101 N421 N416 N487 N486 N558 N864 N867
build N891: CAT I63 N101 N421 N416 N487 N486 N558 N864 N867
build N892: CAT I62 N101 N175 N233 N421 N416 N487 N486 N480 N558 N864 N867
build N893: CAT I61 N101 N175 N233 N421 N416 N487 N486 N480 N558 N864 N867
build N894: CAT I60 N101 N175 N233 N421 N416 N487 N486 N480 N558 N864 N867
build N895: CAT I59 N101 N175 N233 N421 N416 N487 N486 N480 N558 N864 N867
build N896: CAT I45 N101 N175 N295 N333 N421 N417 N416 N487 N486 N558 N557 N598 N779 N843 N841 N864 N867
build N897: CAT I52 N101 N175 N295 N333 N421 N417 N416 N487 N486 N558 N557 N598 N779 N843 N841 N864 N867
build N898: CAT I44 N101 N175 N295 N333 N421 N417 N416 N487 N486 N558 N557 N598 N779 N843 N841 N864 N867
build N899: CAT I43 N101 N175 N295 N333 N421 N417 N416 N487 N486 N558 N557 N598 N779 N843 N841 N864 N867
build N900: CAT I30 N101 N295 N421 N416 N487 N486 N558 N864 N867
build N901: CAT I29 N101 N295 N421 N416 N487 N486 N558 N864 N867
build N902: CAT I28 N101 N175 N295 N329 N421 N417 N487 N486 N558 N639 N779 N842 N841 N864 N867
build N903: CAT I27 N101 N175 N232 N421 N487 N486 N558 N864 N867
build N904: CAT I26 N101 N175 N232 N421 N487 N486 N558 N864 N867
build N905: CAT I23 N101 N175 N295 N331 N329 N421 N417 N415 N487 N486 N476 N558 N551 N598 N596 N595 N594 N639 N779 N778 N864 N867
build N906: CAT I22 N101 N175 N295 N331 N329 N421 N417 N415 N487 N486 N476 N558 N551 N598 N596 N595 N594 N639 N779 N778 N864 N867
build N907: CAT I21 N101 N175 N295 N331 N329 N421 N417 N415 N487 N486 N476 N558 N551 N598 N596 N595 N594 N639 N779 N778 N864 N867
build N908: CAT I20 N101 N175 N295 N331 N329 N421 N417 N415 N487 N486 N476 N558 N551 N598 N596 N595 N594 N639 N779 N778 N864 N867
build N909: CAT I19 N101 N175 N295 N331 N329 N421 N417 N415 N487 N486 N476 N558 N551 N598 N596 N595 N594 N639 N779 N778 N864 N867
build N910: CAT I18 N101 N175 N295 N331 N329 N421 N417 N415 N487 N486 N476 N558 N551 N598 N596 N595 N594 N639 N779 N778 N864 N867
build N911: CAT I17 N101 N175 N295 N331 N329 N421 N417 N415 N487 N486 N476 N558 N551 N598 N596 N595 N594 N639 N779 N778 N864 N867
build N912: CAT I16 N101 N175 N295 N331 N329 N421 N417 N415 N487 N486 N476 N558 N551 N598 N596 N595 N594 N639 N779 N778 N864 N867
build N913: CAT N101 N101 N175 N175 N233 N232 N295 N331 N330 N329 N422 N421 N421 N416 N415 N487 N487 N486 N477 N476 N558 N558 N551 N597 N596 N595 N594 N639 N779 N778 N842 N841 N838 N864 N864 N867 N868
build N914: CAT N101 N101 N175 N175 N233 N233 N232 N295 N331 N330 N329 N422 N421 N421 N416 N415 N487 N487 N486 N477 N476 N558 N558 N551 N597 N596 N595 N594 N639 N779 N778 N842 N841 N838 N864 N864 N867 N870 N869
build N915: CAT N101 N175 N233 N233 N232 N295 N295 N330 N330 N329 N329 N422 N421 N421 N416 N416 N415 N487 N487 N486 N477 N476 N558 N558 N551 N595 N639 N779 N842 N841 N864 N864 N867 N878 N877 N876 N875 N874 N873 N872 N871
build N916: CAT N101 N101 N175 N233 N232 N295 N330 N329 N422 N421 N421 N416 N416 N415 N487 N487 N486 N477 N476 N558 N558 N551 N595 N639 N779 N842 N841 N864 N864 N867 N880 N879
build N917: CAT N101 N101 N175 N175 N233 N232 N295 N333 N330 N329 N422 N421 N421 N416 N415 N487 N487 N486 N481 N480 N477 N476 N558 N558 N551 N595 N639 N779 N842 N841 N864 N864 N867 N881
build N918: CAT N101 N101 N175 N233 N232 N295 N330 N329 N422 N421 N421 N416 N416 N415 N487 N487 N486 N477 N476 N558 N558 N551 N595 N639 N779 N842 N841 N864 N864 N867 N891 N890 N889 N888 N887 N886 N885 N884 N883 N882
build N919: CAT N101 N101 N175 N175 N233 N233 N232 N295 N330 N329 N422 N421 N421 N416 N416 N415 N487 N487 N486 N480 N477 N476 N558 N558 N551 N595 N639 N779 N842 N841 N864 N864 N867 N895 N894 N893 N892
build N920: CAT N101 N101 N175 N175 N233 N232 N295 N295 N333 N333 N332 N330 N329 N422 N421 N421 N417 N416 N416 N415 N487 N487 N486 N481 N477 N476 N558 N558 N557 N551 N598 N595 N639 N779 N779 N843 N842 N841 N841 N864 N864 N867 N899 N898 N897 N896
build N921: CAT N101 N101 N175 N233 N232 N295 N295 N330 N329 N422 N421 N421 N416 N416 N415 N487 N487 N486 N477 N476 N558 N558 N551 N595 N639 N779 N842 N841 N864 N864 N867 N900
build N922: CAT N101 N101 N175 N233 N232 N295 N295 N330 N329 N422 N421 N421 N416 N416 N415 N487 N487 N486 N477 N476 N558 N558 N551 N595 N639 N779 N842 N841 N864 N864 N867 N901
build N923: CAT N101 N101 N175 N175 N233 N232 N295 N295 N332 N330 N329 N329 N422 N421 N421 N417 N416 N415 N487 N487 N486 N477 N476 N558 N558 N551 N595 N639 N639 N779 N779 N842 N842 N841 N841 N864 N864 N867 N902
build N924: CAT N101 N101 N175 N175 N233 N232 N232 N295 N330 N329 N422 N421 N421 N416 N415 N487 N487 N486 N477 N476 N558 N558 N551 N595 N639 N779 N842 N841 N864 N864 N867 N904 N903
build N925: CAT N101 N101 N175 N175 N233 N232 N295 N295 N332 N331 N330 N329 N329 N422 N421 N421 N417 N416 N415 N415 N487 N487 N486 N477 N476 N476 N558 N558 N551 N551 N598 N596 N595 N595 N594 N639 N639 N779 N779 N778 N842 N841 N864 N864 N867 N912 N911 N910 N909 N908 N907 N906 N905
build N926: CAT N101 N98 N97 N184 N183 N182 N181 N180 N179 N178 N177 N176 N175 N174 N185 N234 N233 N232 N231 N295 N333 N332 N331 N330 N329 N422 N421 N420 N419 N418 N417 N416 N415 N487 N486 N485 N484 N483 N482 N481 N480 N479 N478 N477 N476 N558 N557 N556 N555 N554 N553 N552 N551 N598 N597 N596 N595 N594 N640 N639 N779 N778 N843 N842 N841 N840 N839 N838 N864 N863 N867 N925 N924 N923 N922 N921 N920 N919 N918 N917 N916 N915 N914 N913
rule make-inputs
command = touch I0 I1 I10 I100 I101 I102 I103 I104 I105 I106 I107 I108 I109 I11 I110 I111 I112 I113 I114 I115 I116 I117 I118 I119 I12 I120 I121 I122 I123 I124 I125 I126 I127 I128 I129 I13 I130 I131 I132 I133 I134 I135 I136 I137 I138 I139 I14 I140 I141 I142 I143 I144 I145 I146 I147 I148 I149 I15 I150 I151 I152 I153 I154 I155 I156 I157 I158 I159 I16 I160 I161 I162 I163 I164 I165 I166 I167 I168 I169 I17 I170 I171 I172 I173 I174 I175 I176 I177 I178 I179 I18 I180 I181 I182 I183 I184 I185 I186 I187 I188 I189 I19 I190 I191 I192 I193 I194 I195 I196 I197 I198 I199 I2 I20 I200 I201 I202 I203 I204 I205 I206 I207 I208 I209 I21 I210 I211 I212 I213 I214 I215 I216 I217 I218 I219 I22 I220 I221 I222 I223 I224 I225 I226 I227 I228 I229 I23 I230 I231 I232 I233 I234 I235 I236 I237 I238 I239 I24 I240 I241 I242 I243 I244 I245 I246 I247 I248 I249 I25 I250 I251 I252 I253 I254 I255 I256 I257 I258 I259 I26 I260 I261 I262 I263 I264 I265 I266 I267 I268 I269 I27 I270 I271 I272 I273 I274 I275 I276 I277 I278 I279 I28 I280 I281 I282 I283 I284 I285 I286 I287 I288 I289 I29 I290 I291 I292 I293 I294 I295 I296 I297 I298 I299 I3 I30 I300 I301 I302 I303 I304 I305 I306 I307 I308 I309 I31 I310 I311 I312 I313 I314 I315 I316 I317 I318 I319 I32 I320 I321 I322 I323 I324 I325 I326 I327 I328 I329 I33 I330 I331 I332 I333 I334 I335 I336 I337 I338 I339 I34 I340 I341 I342 I343 I344 I345 I346 I347 I348 I349 I35 I350 I351 I352 I353 I354 I355 I356 I357 I358 I359 I36 I360 I361 I362 I363 I364 I365 I366 I367 I368 I369 I37 I370 I371 I372 I373 I374 I375 I376 I377 I378 I379 I38 I380 I381 I382 I383 I384 I385 I386 I387 I388 I389 I39 I390 I391 I392 I393 I394 I395 I396 I397 I398 I399 I4 I40 I400 I401 I402 I403 I404 I405 I406 I407 I408 I409 I41 I410 I411 I412 I413 I414 I415 I416 I417 I418 I419 I42 I420 I421 I422 I423 I424 I425 I426 I427 I428 I429 I43 I430 I431 I432 I433 I434 I435 I436 I437 I438 I439 I44 I440 I441 I442 I443 I444 I445 I446 I447 I448 I449 I45 I450 I451 I452 I453 I454 I455 I456 I457 I458 I459 I46 I460 I461 I462 I463 I464 I465 I466 I467 I468 I469 I47 I470 I471 I472 I473 I474 I475 I476 I477 I478 I479 I48 I480 I481 I482 I483 I484 I485 I486 I487 I488 I489 I49 I490 I491 I492 I493 I494 I495 I496 I497 I498 I499 I5 I50 I500 I501 I502 I503 I504 I505 I506 I507 I508 I509 I51 I510 I511 I512 I513 I514 I515 I516 I517 I518 I519 I52 I520 I521 I522 I523 I524 I525 I526 I527 I528 I529 I53 I530 I531 I532 I533 I534 I535 I536 I537 I538 I539 I54 I540 I541 I542 I543 I544 I545 I546 I547 I548 I549 I55 I550 I551 I552 I553 I554 I555 I556 I557 I558 I559 I56 I560 I561 I562 I563 I564 I565 I566 I567 I568 I569 I57 I570 I571 I572 I573 I574 I575 I576 I577 I578 I579 I58 I580 I581 I582 I583 I584 I585 I586 I587 I588 I589 I59 I590 I591 I592 I593 I594 I595 I596 I597 I598 I599 I6 I60 I600 I601 I602 I603 I604 I605 I606 I607 I608 I609 I61 I610 I611 I612 I613 I614 I615 I616 I617 I618 I619 I62 I620 I621 I622 I623 I624 I625 I626 I627 I628 I629 I63 I630 I631 I632 I633 I634 I635 I636 I637 I638 I639 I64 I640 I641 I642 I643 I644 I645 I646 I647 I648 I649 I65 I650 I651 I652 I653 I654 I655 I656 I657 I658 I659 I66 I660 I661 I662 I663 I664 I665 I666 I667 I668 I669 I67 I670 I671 I672 I673 I674 I675 I676 I677 I678 I679 I68 I680 I681 I682 I683 I684 I685 I686 I687 I688 I689 I69 I690 I691 I692 I693 I694 I695 I696 I697 I698 I699 I7 I70 I700 I701 I702 I703 I704 I705 I706 I707 I708 I709 I71 I710 I711 I712 I713 I714 I715 I716 I717 I718 I719 I72 I720 I721 I722 I723 I724 I725 I726 I727 I728 I729 I73 I730 I731 I732 I733 I734 I735 I736 I737 I738 I739 I74 I740 I741 I742 I743 I744 I745 I746 I747 I748 I749 I75 I750 I751 I752 I753 I754 I755 I756 I757 I758 I759 I76 I760 I761 I762 I763 I764 I765 I766 I767 I768 I769 I77 I770 I771 I772 I773 I774 I775 I776 I777 I778 I779 I78 I780 I781 I782 I783 I784 I785 I786 I787 I788 I789 I79 I790 I791 I792 I793 I794 I795 I796 I797 I798 I799 I8 I80 I800 I801 I802 I803 I804 I805 I806 I807 I808 I809 I81 I810 I811 I812 I813 I814 I815 I816 I817 I818 I819 I82 I820 I821 I822 I823 I824 I825 I826 I827 I828 I829 I83 I830 I831 I832 I833 I834 I835 I836 I837 I838 I839 I84 I840 I841 I842 I843 I844 I845 I846 I847 I848 I849 I85 I850 I851 I852 I853 I854 I855 I856 I86 I87 I88 I89 I9 I90 I91 I92 I93 I94 I95 I96 I97 I98 I99
build make-inputs: make-inputs
default N926
| Ninja | 2 | trombonehero/swift-llbuild | perftests/Inputs/llvm-only.ninja | [
"Apache-2.0"
] |
// Copyright 2020 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package ld
import (
"cmd/link/internal/loader"
"testing"
)
func TestHeap(t *testing.T) {
tests := [][]loader.Sym{
{10, 20, 30, 40, 50, 60, 70, 80, 90, 100},
{100, 90, 80, 70, 60, 50, 40, 30, 20, 10},
{30, 50, 80, 20, 60, 70, 10, 100, 90, 40},
}
for _, s := range tests {
h := heap{}
for _, i := range s {
h.push(i)
if !verify(&h, 0) {
t.Errorf("heap invariant violated: %v", h)
}
}
for j := 0; j < len(s); j++ {
x := h.pop()
if !verify(&h, 0) {
t.Errorf("heap invariant violated: %v", h)
}
// pop should return elements in ascending order.
if want := loader.Sym((j + 1) * 10); x != want {
t.Errorf("pop returns wrong element: want %d, got %d", want, x)
}
}
if !h.empty() {
t.Errorf("heap is not empty after all pops")
}
}
// Also check that mixed pushes and pops work correctly.
for _, s := range tests {
h := heap{}
for i := 0; i < len(s)/2; i++ {
// two pushes, one pop
h.push(s[2*i])
if !verify(&h, 0) {
t.Errorf("heap invariant violated: %v", h)
}
h.push(s[2*i+1])
if !verify(&h, 0) {
t.Errorf("heap invariant violated: %v", h)
}
h.pop()
if !verify(&h, 0) {
t.Errorf("heap invariant violated: %v", h)
}
}
for !h.empty() { // pop remaining elements
h.pop()
if !verify(&h, 0) {
t.Errorf("heap invariant violated: %v", h)
}
}
}
}
// recursively verify heap-ness, starting at element i.
func verify(h *heap, i int) bool {
n := len(*h)
c1 := 2*i + 1 // left child
c2 := 2*i + 2 // right child
if c1 < n {
if (*h)[c1] < (*h)[i] {
return false
}
if !verify(h, c1) {
return false
}
}
if c2 < n {
if (*h)[c2] < (*h)[i] {
return false
}
if !verify(h, c2) {
return false
}
}
return true
}
| Go | 5 | SSSDNSY/go | src/cmd/link/internal/ld/heap_test.go | [
"BSD-3-Clause"
] |
package com.baeldung.jooby.bean;
public class Employee {
String id;
String name;
String email;
public Employee(String id, String name, String email) {
super();
this.id = id;
this.name = name;
this.email = email;
}
}
| Java | 3 | zeesh49/tutorials | jooby/src/main/java/com/baeldung/jooby/bean/Employee.java | [
"MIT"
] |
{{ template "head" . }}
{{ template "prom_right_table_head" }}
<tr>
<th colspan="2">CPU(s): {{ template "prom_query_drilldown" (args (printf "scalar(count(count by (cpu)(node_cpu_seconds_total{job='node',instance='%s'})))" .Params.instance)) }}</th>
</tr>
{{ range printf "sum by (mode)(irate(node_cpu_seconds_total{job='node',instance='%s'}[5m])) * 100 / scalar(count(count by (cpu)(node_cpu_seconds_total{job='node',instance='%s'})))" .Params.instance .Params.instance | query | sortByLabel "mode" }}
<tr>
<td>{{ .Labels.mode | title }} CPU</td>
<td>{{ .Value | printf "%.1f" }}%</td>
</tr>
{{ end }}
<tr><th colspan="2">Misc</th></tr>
<tr>
<td>Processes Running</td>
<td>{{ template "prom_query_drilldown" (args (printf "node_procs_running{job='node',instance='%s'}" .Params.instance) "" "humanize") }}</td>
</tr>
<tr>
<td>Processes Blocked</td>
<td>{{ template "prom_query_drilldown" (args (printf "node_procs_blocked{job='node',instance='%s'}" .Params.instance) "" "humanize") }}</td>
</tr>
<tr>
<td>Forks</td>
<td>{{ template "prom_query_drilldown" (args (printf "irate(node_forks_total{job='node',instance='%s'}[5m])" .Params.instance) "/s" "humanize") }}</td>
</tr>
<tr>
<td>Context Switches</td>
<td>{{ template "prom_query_drilldown" (args (printf "irate(node_context_switches_total{job='node',instance='%s'}[5m])" .Params.instance) "/s" "humanize") }}</td>
</tr>
<tr>
<td>Interrupts</td>
<td>{{ template "prom_query_drilldown" (args (printf "irate(node_intr_total{job='node',instance='%s'}[5m])" .Params.instance) "/s" "humanize") }}</td>
</tr>
<tr>
<td>1m Loadavg</td>
<td>{{ template "prom_query_drilldown" (args (printf "node_load1{job='node',instance='%s'}" .Params.instance)) }}</td>
</tr>
<tr>
</tr>
{{ template "prom_right_table_tail" }}
{{ template "prom_content_head" . }}
<h1>Node CPU - {{ reReplaceAll "(.*?://)([^:/]+?)(:\\d+)?/.*" "$2" .Params.instance }}</h1>
<h3>CPU Usage</h3>
<div id="cpuGraph"></div>
<script>
new PromConsole.Graph({
node: document.querySelector("#cpuGraph"),
expr: "sum by (mode)(irate(node_cpu_seconds_total{job='node',instance='{{ .Params.instance }}',mode!='idle'}[5m]))",
renderer: 'area',
max: {{ with printf "count(count by (cpu)(node_cpu_seconds_total{job='node',instance='%s'}))" .Params.instance | query }}{{ . | first | value }}{{ else}}undefined{{end}},
yAxisFormatter: PromConsole.NumberFormatter.humanizeNoSmallPrefix,
yHoverFormatter: PromConsole.NumberFormatter.humanizeNoSmallPrefix,
yTitle: 'Cores'
})
</script>
{{ template "prom_content_tail" . }}
{{ template "tail" }}
| HTML | 4 | vvhh2002/prometheus | consoles/node-cpu.html | [
"Apache-2.0"
] |
*** Settings ***
Documentation Android Selectors
Resource ../resources/resource.robot
Test Setup Open Android Test App
Test Teardown Close Application
*** Test Cases ***
Should find elements by Accessibility ID
${element} get webelement accessibility_id=Content
element should be visible ${element}
Should find elements by ID
page should contain element android:id/action_bar_container
Should find elements by class name
@{elements} get webelements class=android.widget.FrameLayout
length should be ${elements} 3
Should find elements by XPath
@{elements} get webelements //*[@class='android.widget.FrameLayout']
length should be ${elements} 3
| RobotFramework | 4 | ismoulsk/appium | sample-code/robotframework/tests/android_selectors.test.robot | [
"Apache-2.0"
] |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
* @flow strict-local
*/
import {handleException, SyntheticError} from './ExceptionsManager';
import type {ExtendedError} from './ExtendedError';
export type CapturedError = {
+componentStack: string,
+error: mixed,
+errorBoundary: ?{...},
...
};
const ReactFiberErrorDialog = {
/**
* Intercept lifecycle errors and ensure they are shown with the correct stack
* trace within the native redbox component.
*/
showErrorDialog({componentStack, error: errorValue}: CapturedError): boolean {
let error: ?ExtendedError;
// Typically, `errorValue` should be an error. However, other values such as
// strings (or even null) are sometimes thrown.
if (errorValue instanceof Error) {
/* $FlowFixMe[class-object-subtyping] added when improving typing for
* this parameters */
error = (errorValue: ExtendedError);
} else if (typeof errorValue === 'string') {
/* $FlowFixMe[class-object-subtyping] added when improving typing for
* this parameters */
error = (new SyntheticError(errorValue): ExtendedError);
} else {
/* $FlowFixMe[class-object-subtyping] added when improving typing for
* this parameters */
error = (new SyntheticError('Unspecified error'): ExtendedError);
}
try {
error.componentStack = componentStack;
error.isComponentError = true;
} catch {
// Ignored.
}
handleException(error, false);
// Return false here to prevent ReactFiberErrorLogger default behavior of
// logging error details to console.error. Calls to console.error are
// automatically routed to the native redbox controller, which we've already
// done above by calling ExceptionsManager.
return false;
},
};
export default ReactFiberErrorDialog;
| JavaScript | 4 | anaskhraza/react-native | Libraries/Core/ReactFiberErrorDialog.js | [
"CC-BY-4.0",
"MIT"
] |
button.navbar-toggle.toggle.btn-primary(type="button", data-toggle="collapse", data-target="#scripts-treema")
span.icon-list
.editor-nano-container.nano
#scripts-treema.nano-content
.editor-nano-container.nano
#script-treema.nano-content
| Jade | 2 | cihatislamdede/codecombat | app/templates/editor/level/scripts_tab.jade | [
"CC-BY-4.0",
"MIT"
] |
<%@ Page Language="C#" %>
<%@ Import namespace="System.Data"%>
<%@ Import namespace="System.Data.SqlClient"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
protected void btnExecute_Click(object sender, EventArgs e)
{
SqlConnection sqlConnection = null;
try
{
sqlConnection = new SqlConnection();
sqlConnection.ConnectionString = txtConnection.Text;
sqlConnection.Open();
SqlCommand sqlCommand = null;
SqlDataReader sqlDataReader = null;
sqlCommand = new SqlCommand(txtSql.Text, sqlConnection);
sqlCommand.CommandType = CommandType.Text;
sqlDataReader = sqlCommand.ExecuteReader();
StringBuilder output = new StringBuilder();
output.Append("<table width=\"100%\" border=\"1\">");
while (sqlDataReader.Read())
{
output.Append("<tr>");
int colCount = sqlDataReader.FieldCount;
for (int index = 0; index < colCount; index++)
{
output.Append("<td>");
output.Append(sqlDataReader[index].ToString());
output.Append("</td>");
}
output.Append("</tr>");
output.Append(Environment.NewLine);
}
output.Append("</table>");
Literal1.Text = output.ToString();
}
catch (SqlException sqlEx)
{
Response.Write(sqlEx.ToString());
}
catch (Exception ex)
{
Response.Write(ex.ToString());
}
finally
{
if (sqlConnection != null)
{
sqlConnection.Dispose();
}
}
}
</script>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>SQL</title>
<style type="text/css"><!--body,table,p,pre,form input,form select {font-family: "Lucida Console", monospace; font-size: 88%;}--></style>
</head>
<body>
<form id="formSql" runat="server">
<div>
<table width="100%">
<tr><td><asp:TextBox ID="txtConnection" runat="server" Height="15px" Width="100%"></asp:TextBox></td>
</tr>
<tr><td><asp:TextBox ID="txtSql" runat="server" Height="258px" Width="100%"></asp:TextBox></td>
</tr>
<tr><td><asp:Button ID="btnExecute" runat="server" OnClick="btnExecute_Click" Text="Execute" /></td>
</tr>
<tr><td>
<asp:Literal ID="Literal1" runat="server"></asp:Literal></td>
</tr>
</table>
</div>
</form>
</body>
</html>
| ASP | 3 | laotun-s/webshell | web-malware-collection-13-06-2012/ASP/sql.aspx | [
"MIT"
] |
class A {
@javax.annotation.Nullable
String nullable() { return null; }
@javax.annotation.CheckForNull
String checkForNull() { return null; }
@javax.annotation.Nonnull
String nonNull() { return null; }
@javax.annotation.Nonnull(when = javax.annotation.meta.When.ALWAYS)
String nonNullExplicitArgument() { return null; }
}
| Java | 3 | AndrewReitz/kotlin | compiler/testData/typeQualifierNickname/A.java | [
"ECL-2.0",
"Apache-2.0"
] |
/**
* Classes providing an abstraction over SQL bind markers.
*/
@NonNullApi
@NonNullFields
package org.springframework.r2dbc.core.binding;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;
| Java | 3 | spreoW/spring-framework | spring-r2dbc/src/main/java/org/springframework/r2dbc/core/binding/package-info.java | [
"Apache-2.0"
] |
delete PresolvedObjective;
delete PresolvedObjective1;
delete RegularObjective;
delete SOS;
| AMPL | 0 | thuenen/State-Elimination-for-Mixed-Integer-Optimal-Control-of-PDEs-by-Semigroup-Theory | HeatCtrl/DummyObjective.ampl | [
"MIT"
] |
VO_V120
ShowBoresight No
BEGIN GeneralVectorAxes
PersistentLineWidth 2
Scale 15.8489
END
BEGIN VectorAxes
BEGIN CrdnDef
IsVector Yes
IsCentralBodyFrame No
Name "Boresight"
END
BEGIN RefCrdn
IsVector No
IsCentralBodyFrame No
Name "Body"
Object _Default
END
Duration 600
IsShowing No
IsPersistent No
IsTransparent No
UseTrueScale No
Label Name
DrawAtCentralBody No
ConnectType Sweep
ColorIndex #ffa500
IntervalType AlwaysOn
Thickness 10
AngleUnit deg
END
BEGIN VectorAxes
BEGIN CrdnDef
IsVector Yes
IsCentralBodyFrame No
Name "Sun"
MagUnit km
END
BEGIN RefCrdn
IsVector No
IsCentralBodyFrame No
Name "Body"
Object _Default
END
Duration 600
IsShowing No
IsPersistent No
IsTransparent No
UseTrueScale No
Label Name
DrawAtCentralBody No
ConnectType Sweep
ColorIndex #ffff00
IntervalType AlwaysOn
Thickness 10
AngleUnit deg
END
BEGIN VectorAxes
BEGIN CrdnDef
IsVector Yes
IsCentralBodyFrame No
Name "Up"
END
BEGIN RefCrdn
IsVector No
IsCentralBodyFrame No
Name "Body"
Object _Default
END
Duration 600
IsShowing No
IsPersistent No
IsTransparent No
UseTrueScale No
Label Name
DrawAtCentralBody No
ConnectType Sweep
ColorIndex #4169e1
IntervalType AlwaysOn
Thickness 10
AngleUnit deg
END
BEGIN VectorAxes
BEGIN CrdnDef
IsVector No
IsCentralBodyFrame No
Name "Body"
END
BEGIN RefCrdn
IsVector No
IsCentralBodyFrame No
Name "Body"
END
Duration 600
IsShowing No
IsPersistent No
IsTransparent No
UseTrueScale No
Label Name
DrawAtCentralBody No
ConnectType Sweep
ColorIndex #00ff00
IntervalType AlwaysOn
Thickness 10
AngleUnit deg
END
BEGIN VectorAngle
FractionalScale 1
SupportingDihedralArcLineWidth 1
ArcLineWidth 2
PixelThreshold 0.5
BEGIN VectorAngleData
Name "Sun"
Show No
ShowLabel Yes
ShowAngle Yes
ShowDihedralAngleSupportingArcs Yes
ColorIndex #ba55d3
IntervalType AlwaysOn
Unit deg
END
END
BEGIN Plane
END
| Rebol | 3 | ningwersen/STKCodeExamples | StkAutomation/Python/Problem_Specific/ConstellationWizard/Files/ChildrenObjects/StarLinkReceiver.r3 | [
"Adobe-2006"
] |
$ !
$ !=====================================================================
$ !
$ ! VimTutor.com version 29-Aug-2002
$ !
$ ! Author: Tom Wyant <Thomas.R.Wyant-III@usa.dupont.com>
$ !
$ ! This DCL command procedure executes the vimtutor command
$ ! (surprise, surprise!) which gives you a brief tutorial on the
$ ! VIM editor. Languages other than the default are supported in
$ ! the usual way, as are at least some of the command qualifiers,
$ ! though you'll need to play some fairly serious games with DCL
$ ! to specify ones that need quoting.
$ !
$ ! Copyright (c) 2002 E. I. DuPont de Nemours and Company, Inc
$ !
$ ! This program is free software; you can redistribute it and/or
$ ! modify it under the terms of the VIM license as available from
$ ! the vim 6.1 ":help license" command or (at your option) the
$ ! license from any later version of vim.
$ !
$ ! This program is distributed in the hope that it will be useful,
$ ! but WITHOUT ANY WARRANTY; without even the implied warranty of
$ ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ !
$ !=====================================================================
$ !
$ !
$ ! Check for the existence of VIM, and die if it isn't there.
$ !
$ if f$search ("vim:vim.exe") .eqs. ""
$ then
$ write sys$error "Error - Can't run tutorial. VIM not found."
$ exit
$ endif
$ !
$ !
$ ! Pick up the argument, if any.
$ !
$ inx = 0
$ arg_loop:
$ inx = inx + 1
$ if f$type (p'inx') .nes. ""
$ then
$ if p'inx' .nes. "" .and. f$locate ("-", p'inx') .ne. 0
$ then
$ xx = p'inx'
$ assign/nolog "''xx'" xx
$ p'inx' = ""
$ endif
$ goto arg_loop
$ endif
$ !
$ !
$ ! Make sure we clean up our toys when we're through playing.
$ !
$ on error then goto exit
$ !
$ !
$ ! Create the VIM foreign command if needed
$ !
$ if f$type (vim) .eqs. "" then vim := $vim:vim
$ !
$ !
$ ! Build the name for our temp file.
$ !
$ tutfil = "sys$login:vimtutor_" + -
f$edit (f$getjpi (0, "pid"), "trim") + "."
$ assign/nolog 'tutfil' TUTORCOPY
$ !
$ !
$ ! Copy the selected file to the temp file
$ !
$ assign/nolog/user nla0: sys$error
$ assign/nolog/user nla0: sys$output
$ vim -u "NONE" -c "so $VIMRUNTIME/tutor/tutor.vim"
$ !
$ !
$ ! Run the tutorial
$ !
$ assign/nolog/user sys$command sys$input
$ vim -u "NONE" -c "set nocp" 'p1' 'p2' 'p3' 'p4' 'p5' 'p6' 'p7' 'p8' 'tutfil'
$ !
$ !
$ ! Ditch the copy.
$ !
$ exit:
$ if f$type (tutfil) .nes. "" .and. f$search (tutfil) .nes. "" then -
$ delete 'tutfil';*
$ if f$type (xx) .nes. "" then deassign xx
$ deassign TUTORCOPY
$ exit
$ !
$ !=====================================================================
$ !
$ ! Modification history
$ !
$ ! 29-Aug-2002 T. R. Wyant
$ ! Changed license to vim.
$ ! Fix error "input is not from a terminal"
$ ! Juggle documentation (copyright and contact to front,
$ ! modification history to end).
$ ! 25-Jul-2002 T. R. Wyant
$ ! Initial version
| DIGITAL Command Language | 4 | tgyurci/vim | vimtutor.com | [
"Vim"
] |
// Copyright 2006-2015 Las Venturas Playground. All rights reserved.
// Use of this source code is governed by the GPLv2 license, a copy of which can
// be found in the LICENSE file.
/**
* The Release Settings are different based on whether we're running a beta version of Las Venturas
* Playground, or whether we're actually running The Real Deal(tm). Differences can be found in,
* for example, the employment of non-player characters for services.
*
* @author Russell Krupke <russell@sa-mp.nl>
*/
class ReleaseSettings {
#if BuildGamemodeInReleaseMode == 1
// ---------------------------------------------------------------------------------------------
// Settings for release builds.
// ---------------------------------------------------------------------------------------------
// Should the Train Driver service be started, which employs three NPCs?
public const CreateTrainDrivers = 1;
// Should the GTA Merchant system be enabled, which uses a single NPC?
public const CreateMerchant = 1;
#else
// ---------------------------------------------------------------------------------------------
// Settings for beta-testing builds.
// ---------------------------------------------------------------------------------------------
// Should the Train Driver service be started, which employs three NPCs?
public const CreateTrainDrivers = 0;
// Should the GTA Merchant system be enabled, which uses a single NPC?
public const CreateMerchant = 0;
#endif
};
| PAWN | 4 | EPIC-striker/playground | pawn/release.pwn | [
"MIT"
] |
module audiostreamerscrobbler.scrobbler.LibreFmScrobbler
import audiostreamerscrobbler.scrobbler.AudioScrobbler20Impl
import audiostreamerscrobbler.scrobbler.GnuFmScrobbler
let SCROBBLER_ID = "librefm"
let API_URL = "https://libre.fm/2.0/"
let AUTH_URL = "https://libre.fm/api/auth/"
let MAXIMAL_DAYS_OLD = 30
function getLibreFmId = {
return SCROBBLER_ID
}
function createLibreFmScrobbler = |httpRequest, sessionKey| {
# Libre FM is a re-branded GNU FM hosted as a cloud service by the authors of GNU FM
let apiKeyAndApiSecret = GnuFmScrobbler.getApiKeyAndSecret()
let apiKey = apiKeyAndApiSecret: get(0)
let apiSecret = apiKeyAndApiSecret: get(1)
return createAudioScrobbler20Impl(SCROBBLER_ID, httpRequest, API_URL, apiKey, apiSecret, sessionKey, MAXIMAL_DAYS_OLD)
}
function createLibreFmAuthorizor = |httpRequest| {
let apiKeyAndApiSecret = GnuFmScrobbler.getApiKeyAndSecret()
let apiKey = apiKeyAndApiSecret: get(0)
let apiSecret = apiKeyAndApiSecret: get(1)
return createAudioScrobbler20AuthorizeHelper(SCROBBLER_ID, httpRequest, API_URL, AUTH_URL, apiKey, apiSecret)
} | Golo | 3 | vvdleun/audiostreamerscrobbler | src/main/golo/include/scrobblers/LibreFmScrobbler.golo | [
"MIT"
] |
- if @page
- wiki_page_title @page
- add_page_specific_style 'page_bundles/wiki'
- git_access_url = wiki_path(@wiki, action: :git_access)
.wiki-page-header.top-area.gl-flex-direction-column.gl-lg-flex-direction-row
.gl-mt-5.gl-mb-3
.gl-display-flex.gl-justify-content-space-between
%h2.gl-mt-0.gl-mb-5{ data: { qa_selector: 'wiki_page_title', testid: 'wiki_page_title' } }= @page ? @page.human_title : _('Failed to retrieve page')
.js-wiki-page-content.md.gl-pt-2{ data: { qa_selector: 'wiki_page_content', testid: 'wiki_page_content' } }
= _('The page could not be displayed because it timed out.')
= html_escape(_('You can view the source or %{linkStart}%{cloneIcon} clone the repository%{linkEnd}')) % { linkStart: "<a href=\"#{git_access_url}\">".html_safe, linkEnd: '</a>'.html_safe, cloneIcon: sprite_icon('download', css_class: 'gl-mr-2').html_safe }
| Haml | 3 | glimmerhq/glimmerhq | app/views/shared/wikis/git_error.html.haml | [
"MIT"
] |
use @pony_exitcode[None](code: I32)
class C1
class C2
actor Main
new create(env: Env) =>
let c1: Any = C1
let c2: Any = C2
if (c1 is c1) and (c1 isnt c2) then
@pony_exitcode(1)
end
| Pony | 3 | rtpax/ponyc | test/libponyc-run/identity-object-is-object/main.pony | [
"BSD-2-Clause"
] |
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 20 20" height="20" viewBox="0 0 20 20" width="20"><rect fill="none" height="20" width="20"/><path d="M10,17.25c0-0.41-0.34-0.75-0.75-0.75H4.5V9h11v2.25c0,0.41,0.34,0.75,0.75,0.75c0.41,0,0.75-0.34,0.75-0.75V5.5 C17,4.68,16.33,4,15.5,4H14V2.75C14,2.34,13.66,2,13.25,2S12.5,2.34,12.5,2.75V4h-5V2.75C7.5,2.34,7.16,2,6.75,2S6,2.34,6,2.75V4 H4.5C3.67,4,3,4.68,3,5.5v11C3,17.33,3.67,18,4.5,18h4.75C9.66,18,10,17.66,10,17.25z M17.39,13.37c0.29,0.29,0.29,0.77,0,1.06 l-3.36,3.36c-0.39,0.39-1.02,0.39-1.41,0l-1.59-1.59c-0.29-0.29-0.29-0.77,0-1.06c0.29-0.29,0.77-0.29,1.06,0l1.24,1.24l3.01-3.01 C16.63,13.08,17.1,13.08,17.39,13.37z M9.47,13.97c-0.29,0.29-0.77,0.29-1.06,0l-0.66-0.66l-0.66,0.66c-0.29,0.29-0.77,0.29-1.06,0 s-0.29-0.77,0-1.06l0.66-0.66l-0.66-0.66c-0.29-0.29-0.29-0.77,0-1.06s0.77-0.29,1.06,0l0.66,0.66l0.66-0.66 c0.29-0.29,0.77-0.29,1.06,0s0.29,0.77,0,1.06l-0.66,0.66l0.66,0.66C9.76,13.2,9.76,13.68,9.47,13.97z"/></svg> | SVG | 0 | Imudassir77/material-design-icons | src/action/free_cancellation/materialiconsround/20px.svg | [
"Apache-2.0"
] |
REGISTER piggybank.jar
data = load '/user/hive/warehouse/review/yelp_academic_dataset_review_clean.json'
AS (funny:INT, useful:INT, cool:INT, user_id:CHARARRAY, review_id:CHARARRAY,
stars:INT, text:CHARARRAY, business_id:CHARARRAY, date:CHARARRAY, type:CHARARRAY);
data_clean =
FILTER data
BY funny IS NOT NULL
AND useful IS NOT NULL
AND cool IS NOT NULL
AND user_id IS NOT NULL
AND review_id IS NOT NULL
AND business_id IS NOT NULL
AND stars IS NOT NULL
AND date IS NOT NULL
AND type IS NOT NULL;
STORE data_clean INTO 'impala/reviews_avro'
USING org.apache.pig.piggybank.storage.avro.AvroStorage(
'{
"schema": {
"name": "review",
"type": "record",
"fields": [
{"name":"funny", "type":"int"},
{"name":"useful", "type":"int"},
{"name":"cool", "type":"int"},
{"name":"user_id", "type":"string"}
{"name":"review_id", "type":"string"},
{"name":"stars", "type":"int"},
{"name":"text", "type":"string"},
{"name":"business_id", "type":"string"},
{"name":"date", "type":"string"},
{"name":"type", "type":"string"},
]}
}');
| PigLatin | 4 | sirishacodes/samplebranchtest | impala/avro_converter.pig | [
"Apache-2.0"
] |
// Example from CACM 2019 paper by Jackson
// Alloy: A Language and Tool for Exploring Software Designs
// An exploration of an origin tracking mechanism to counter CSRF
abstract sig EndPoint { }
sig Server extends EndPoint {
causes: set HTTPEvent
}
sig Client extends EndPoint { }
abstract sig HTTPEvent {
from, to, origin: EndPoint
}
sig Request extends HTTPEvent {
response: lone Response
}
sig Response extends HTTPEvent {
embeds: set Request
}
sig Redirect extends Response {
}
run {some response}
fact Directions {
Request.from + Response.to in Client
Request.to + Response.from in Server
}
fact Causality {
-- s causes e if
-- e is (a response) from s, or
-- e is (a request) embedded in r and s causes r
all e: HTTPEvent, s: Server |
e in s.causes iff e.from = s or some r: Response | e in r.embeds and r in s.causes
}
fact RequestResponse {
-- time order of requests
all r: Request | r not in r.^(response.embeds)
-- every response comes from a single request
all r: Response | one response.r
all r: Response | r.to = response.r.from and r.from = response.r.to
}
fact Origin {
// for a redirect, origin is same as request, else server
all r: Response | r.origin = (r in Redirect implies response.r.origin else r.from)
// embedded requests have the same origin as the response
all r: Response, e: r.embeds | e.origin = r.origin
// requests that are not embedded come from the client
all r: Request | no embeds.r implies r.origin in r.from
}
pred obeysOrigins (s: Server) {
// request is only accepted if origin is itself or sender
all r: Request | r.to =s implies r.origin = r.to or r.origin = r.from
}
check {
no good, bad: Server {
no r: Request | r.to = bad and r.origin in Client
good.obeysOrigins
some r: Request | r.to = good and r in bad.causes
}
} for 5
| Alloy | 4 | c-luu/alloy-specs | paper-examples/jackson-cacm-2019/origin-tracking.als | [
"Apache-2.0"
] |
#!/bin/bash
# echo per line
echo Lorem ipsum dolor sit amet, consectetur adipiscing elit, >> echo-per-line.txt
echo sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. >> echo-per-line.txt
# echo with escaped newline
echo -e Lorem ipsum dolor sit amet, consectetur adipiscing elit,\\nsed do eiusmod tempor incididunt ut labore et dolore magna aliqua. >> echo-escaped-newline.txt
# echo with double quoted string
echo -e "Lorem ipsum dolor sit amet, consectetur adipiscing elit,\nsed do eiusmod tempor incididunt ut labore et dolore magna aliqua." >> echo-double-quoted.txt
# printf instead of echo
printf "Lorem ipsum dolor sit amet, consectetur adipiscing elit,\nsed do eiusmod tempor incididunt ut labore et dolore magna aliqua." >> printf.txt
# printf using format string
printf "%s\n%s" "Lorem ipsum dolor sit amet, consectetur adipiscing elit," "sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." >> printf-format.txt
# cat
cat << EOF >> cat.txt
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
EOF
# tee
tee -a tee.txt << EOF
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
EOF
| Shell | 5 | DBatOWL/tutorials | linux-bash/text/src/main/bash/append_multiple_lines.sh | [
"MIT"
] |
# ======================================================================================================================
# Public sector production
# - Public sector demand for factors of production
# ======================================================================================================================
# ======================================================================================================================
# Variable definition
# - Define variables and group them based on endogeneity, inflation or growth adjustment, and how they should be forecast (if exogenous)
# ======================================================================================================================
$IF %stage% == "variables":
$GROUP G_production_public_prices
pKLBR[s_,t]$(sOff[s_]) "CES pris af qKLBR-aggregat = marginal enhedsomkostning."
pOffAfskr[i_,t] "Deflator for offentlige afskrivninger, Kilde: ADAM[pinvo1], ADAM[pinvmo1] eller ADAM[pinvbo1]"
pOffNyInv[t] "Deflator for offentlige nyinvesteringer, Kilde: ADAM[pifro1ny]"
;
$GROUP G_production_public_quantities
qOffAfskr[i_,t] "Offentlige afskrivninger, Kilde: ADAM[fInvo1], ADAM[fInvmo1] eller ADAM[fInvbo1]"
qR[r_,t]$(sameas[r_, 'off']) "Materialeinput fordelt på brancherne som modtager materialeinputtet, Kilde: ADAM[fV] eller ADAM[fV<i>]"
qOffNyInv[t] "Offentlige nyinvesteringer, Kilde: ADAM[fIfro1ny]"
qI_s[i_,s_,t] "Investeringer fordelt på brancher, Kilde: ADAM[fI<i>] eller ADAM[fIm<i>] eller ADAM[fIb<i>]"
qK[k,s_,t]$(d1K[k,s_,t] and sOff[s_]) "Ultimokapital fordelt efter kapitaltype og branche, Kilde: ADAM[fKnm<i>] eller ADAM[fKnb<i>]"
;
$GROUP G_production_public_values
vOffAfskr[i_,t] "Offentlige afskrivninger, Kilde: ADAM[Invo1], ADAM[Invmo1] eller ADAM[Invbo1]"
vOffLR[t] "Samlede udgifter til materialer og arbejdskraft i den offentlige produktion, Kilde: ADAM[Ywo1]+ADAM[Vo1]"
vI_s[i_,s_,t]$(d1I_s[i_,s_,t] and sOff[s_]) "Investeringer fordelt på brancher, Kilde: ADAM[I<i>] eller ADAM[Im<i>] eller ADAM[iB<i>]"
vOffDirInv[t]$(t.val > 1990) "Direkte offentlige investeringer i forskning og udvikling, Kilde: ADAM[Xo1i]"
vOffIndirInv[t] "Den offentlige sektor nettokøb af bygninger o.a. eksisterende investeringsgoder, Kilde: ADAM[Io1a]"
vOffNyInv[t]$(t.val > 1990) "Faste nyinvesteringer i off. sektor, ekskl. investeringer i forskning og udvikling, Kilde: ADAM[Ifro1ny]"
;
$GROUP G_production_public_endo
G_production_public_prices
G_production_public_quantities, -qI_s
G_production_public_values
srvOffL2LR[t] "Arbejdskrafts strukturelle andel af udgifterne til materialer og arbejdskraft i offentlig produktion."
rOffK2Y[k,t] "Offentlig kapital relativt til vægtet gennemsnit af offentlig og privat produktion."
rvOffDirInv2BNP[t] "Direkte offentlige investeringer relativt til BNP."
;
$GROUP G_production_public_endo G_production_public_endo$(tx0[t]);
$GROUP G_production_public_exogenous_forecast
fProd[s_,t]$(sOff[s_]) "Branchespecifik produktivitetsindeks for arbejdskraft."
jrpOffAfskr[k,t] "J-led, som afspejler forskel mellem deflatoren for offentlige afskrivninger og investeringer."
jrqOffAfskr[k,t] "J-led, som afspejler forskel mellem deflatoren for offentlige afskrivninger og investeringer."
jrpOffNyInv[t] "J-led, som afspejler forskel mellem deflatoren for offentlige investeringer og nyinvesteringer."
nL[s_,t]$(sOff[s_]) "Beskæftigelse fordelt på brancher, Kilde: ADAM[Q] eller ADAM[Q<i>]"
;
$GROUP G_production_public_ARIMA_forecast
rIL2y[s_,t]$(sOff[s_]) "Andel af samlet produktion som går til lagerinvesteringer."
rAfskr[k,s_,t]$(sOff[s_]) "Afskrivningsrate for kapital."
rvOffIndirInv2vBVT[t] "Offentligt opkøb af eksisterende kapital relativt til BVT."
# Endogene i stødforløb
rOffK2Y # ARIMA bruges kun for bygninger p.t.
;
$GROUP G_production_public_other
rOffIB2NyInv[t] "Andel af offentlige nyinvesteringer, som er bygninger."
rOffLTraeghed "Træghed i offentlig beskæftigelse."
;
$ENDIF
# ======================================================================================================================
# Equations
# ======================================================================================================================
$IF %stage% == "equations":
$BLOCK B_production_public
# Real public investments, qI_s, are fixed by default and the capital ratios are endogenous
E_rOffK2Y[k,t]$(tx0[t] and d1K[k,'off',t])..
pI_s[k,'off',t] * qK[k,'off',t-1]/fq =E= rOffK2Y[k,t] * (0.7 * vBVT['off',t] + 0.3 * vVirkBVT5aarSnit[t]);
E_vI_off[i,t]$(tx0[t] and d1I_s[i,'off',t]).. vI_s[i,'off',t] =E= pI_s[i,'off',t] * qI_s[i,'off',t];
# Capital accumulation
E_qK_off[k,t]$(tx0[t] and d1K[k,'off',t])..
qK[k,'off',t] =E= qI_s[k,'off',t] + (1 - rAfskr[k,'off',t]) * qK[k,'off',t-1]/fq;
# Afskrivninger / Bruttorestindkomst
E_pOffAfskr[k,t]$(tx0[t] and d1K[k,'off',t])..
pOffAfskr[k,t] =E= (1+jrpOffAfskr[k,t]) * pI_s[k,'off',t];
E_qOffAfskr[k,t]$(tx0[t] and d1K[k,'off',t])..
qOffAfskr[k,t] =E= (1+jrqOffAfskr[k,t]) * rAfskr[k,'off',t] * qK[k,'off',t-1]/fq;
E_vOffAfskr[k,t]$(tx0[t] and d1K[k,'off',t])..
vOffAfskr[k,t] =E= pOffAfskr[k,t] * qOffAfskr[k,t];
E_vOffAfskr_tot[t]$(tx0[t])..
vOffAfskr[kTot,t] =E= sum(k, vOffAfskr[k,t]);
E_qOffAfskr_tot[t]$(tx0[t])..
qOffAfskr[kTot,t] * pOffAfskr[kTot,t-1]/fp =E= sum(k, pOffAfskr[k,t-1]/fp * qOffAfskr[k,t]);
E_pOffAfskr_tot[t]$(tx0[t])..
pOffAfskr[kTot,t] * qOffAfskr[kTot,t] =E= vOffAfskr[kTot,t];
E_vOffLR[t]$(tx0[t])..
vOffLR[t] =E= qY['off',t] * pKLBR['off',t] - vOffAfskr[kTot,t];
# Materialer og arbejdskraft antages at udgøre faste andele af produktionsværdien eksklusiv kapital-afskrivninger.
# Udgiftsandelen måles i lønudgifter eksklusiv lønsumsafgifter fremfor lønsum.
E_qR_off[t]$(tx0[t])..
vOffLR[t] =E= qR['off',t] * pR['off',t] + fW['off',t] * rL2nL[t] * nL['off',t] * vhW[t];
# Offentlig beskæftigelse antages at være mere træg på kort sigt end materialer
E_nL_off[t]$(tx0[t])..
nL['off',t] * fW['off',t] * rL2nL[t] =E= (1-rOffLTraeghed) * srvOffL2LR[t] * vOffLR[t] / vhW[t]
+ rOffLTraeghed * nL['off',t-1] * fW['off',t-1] * rL2nL[t-1]
+ 0.5 * rOffLTraeghed * (nL['off',t-1] * fW['off',t-1] * rL2nL[t-1] - nL['off',t-2] * fW['off',t-2] * rL2nL[t-2]);
# The cost minimizng price is given by inputs and input prices (wages and not pL used as tL added in prices)
E_pKLBR_off[t]$(tx0[t])..
pKLBR['off',t] =E= pKLBR['off',t-1]/fp
* (pOffAfskr[kTot,t] * qOffAfskr[kTot,t] + pR['off',t] * qR['off',t] + vLoensum['off',t])
/ (pOffAfskr[kTot,t-1]/fp * qOffAfskr[kTot,t] + pR['off',t-1]/fp * qR['off',t]
+ vhW[t-1]/fv / fProd['off',t-1] * fProd['off',t] * fW['off',t] * rL2nL[t] * nL['off',t]);
# Purchases of existing capital follow gross value added (BVT)
E_vOffIndirInv[t]$(tx0[t]).. vOffIndirInv[t] =E= rvOffIndirInv2vBVT[t] * vBVT[sTot,t];
# Public investments excluding R&D and purchases of existing capital
E_vOffNyInv[t]$(tx0[t] and t.val > 1990).. rOffIB2NyInv[t] * vOffNyInv[t] =E= (vI_s['iB','off',t] - vOffIndirInv[t]);
E_vOffDirInv[t]$(tx0[t] and t.val > 1990).. vOffDirInv[t] =E= vI_s['iM','off',t] + vI_s['iB','off',t] - vOffNyInv[t] - vOffIndirInv[t];
# Public direct investments in R&D as share of GDP
E_rvOffDirInv2BNP[t]$(tx0[t]).. rvOffDirInv2BNP[t] =E= vOffDirInv[t] / vBNP[t];
# Fra nyinvesteringer i mængde til nyinvesteringer i værdi
E_pOffNyInv[t]$(tx0[t])..
pOffNyInv[t] =E= (1+jrpOffNyInv[t]) * (pI_s['iB','off',t] * rOffIB2NyInv[t] + pI_s['iM','off',t] * (1-rOffIB2NyInv[t]));
E_qOffNyInv[t]$(tx0[t]).. vOffNyInv[t] =E= pOffNyInv[t] * qOffNyInv[t];
$ENDBLOCK
$ENDIF | GAMS | 5 | gemal/MAKRO | Model/production_public.gms | [
"MIT"
] |
my class Macro is Routine {
}
# vim: expandtab shiftwidth=4
| Perl6 | 1 | raydiak/rakudo | src/core.c/Macro.pm6 | [
"Artistic-2.0"
] |
# generated from rosbash/env-hooks/15.rosbash.bash.em
@[if DEVELSPACE]@
. "@(CMAKE_CURRENT_SOURCE_DIR)/rosbash"
@[else]@
if [ -z "$CATKIN_ENV_HOOK_WORKSPACE" ]; then
CATKIN_ENV_HOOK_WORKSPACE="@(CMAKE_INSTALL_PREFIX)"
fi
. "$CATKIN_ENV_HOOK_WORKSPACE/share/rosbash/rosbash"
@[end if]@
| EmberScript | 3 | mcx/ros | tools/rosbash/env-hooks/15.rosbash.bash.em | [
"BSD-3-Clause"
] |
REBOL [
System: "REBOL [R3] Language Interpreter and Run-time Environment"
Title: "Special boot native function specs"
Rights: {
Copyright 2012 REBOL Technologies
REBOL is a trademark of REBOL Technologies
}
License: {
Licensed under the Apache License, Version 2.0.
See: http://www.apache.org/licenses/LICENSE-2.0
}
Purpose: {
These are used to define natives and actions.
Bind attributes for this block are: BIND_SET and SHALLOW
}
]
; Special block used as spec to the datatype test functions (e.g. time?):
["Returns TRUE if it is this type." value [any-type!] 0]
; The native function must be defined first. This is a
; special boot function created manually within the C code.
native: native [
{Creates native function (for internal usage only).}
spec ; [block!] -- no check required, we know it is correct
]
action: native [
{Creates datatype action (for internal usage only).}
spec ; [block!] -- no check required, we know it is correct
]
| R | 4 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/Rebol/booters.r | [
"MIT"
] |
exec("swigtest.start", -1);
try
a = new_Bar();
Bar_x_set(a,100);
catch
swigtesterror();
end
if Bar_x_get(a) <> 100 then swigtesterror(); end
exec("swigtest.quit", -1);
| Scilab | 3 | kyletanyag/LL-Smartcard | cacreader/swig-4.0.2/Examples/test-suite/scilab/struct_rename_runme.sci | [
"BSD-3-Clause"
] |
Server:Section contents
AkkaHttpServer:Play with Akka HTTP Server
NettyServer:Play with Netty Server
| TeX | 0 | eed3si9n/playframework | documentation/manual/working/commonGuide/server/index.toc | [
"Apache-2.0"
] |
if(NOT HAVE_UEYE)
if(WIN32)
if(X86_64)
set(_WIN_LIB_SUFFIX "_64")
endif()
endif()
find_path(UEYE_INCLUDE "ueye.h"
PATHS "${UEYE_ROOT}" ENV UEYE_ROOT "/usr" "C:/Program Files/IDS/uEye/Develop"
HINTS "${regpath}"
PATH_SUFFIXES "include")
find_library(UEYE_LIBRARY ueye_api${_WIN_LIB_SUFFIX}
PATHS "${UEYE_ROOT}" ENV UEYE_ROOT "/usr" "C:/Program Files/IDS/uEye/Develop"
HINTS "${regpath}"
PATH_SUFFIXES "lib")
if(UEYE_INCLUDE AND UEYE_LIBRARY)
set(HAVE_UEYE TRUE)
endif()
endif()
unset(_WIN_LIB_SUFFIX)
if(HAVE_UEYE)
ocv_add_external_target(ueye "${UEYE_INCLUDE}" "${UEYE_LIBRARY}" "HAVE_UEYE")
endif()
| CMake | 3 | xipingyan/opencv | modules/videoio/cmake/detect_ueye.cmake | [
"Apache-2.0"
] |
#!/usr/bin/env bash
# Disable printing of any executed command because this would cause a lot
# of spam due to the loop.
set +x -u -e -o pipefail
# Waits for Saucelabs Connect to be ready before executing any tests.
counter=0
while [[ ! -f ${SAUCE_READY_FILE} ]]; do
counter=$((counter + 1))
# Counter needs to be multiplied by two because the while loop only sleeps a half second.
# This has been made in favor of better progress logging (printing dots every half second)
if [ $counter -gt $[${SAUCE_READY_FILE_TIMEOUT} * 2] ]; then
echo "Timed out after ${SAUCE_READY_FILE_TIMEOUT} seconds waiting for tunnel ready file."
echo "Printing logfile output:"
echo ""
cat ${SAUCE_LOG_FILE}
exit 5
fi
printf "."
sleep 0.5
done
echo ""
echo "Connected to Saucelabs"
| Shell | 4 | coreyscherbing/angular | scripts/saucelabs/wait-for-tunnel.sh | [
"MIT"
] |
#! /bin/sh -e
# DP: Patch for invalid QImode insn resulting from HImode reload on ARMv3
dir=
if [ $# -eq 3 -a "$2" = '-d' ]; then
pdir="-d $3"
dir="$3/"
elif [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch)
patch $pdir -f --no-backup-if-mismatch -p0 < $0
#cd ${dir}gcc && autoconf
;;
-unpatch)
patch $pdir -f --no-backup-if-mismatch -R -p0 < $0
#rm ${dir}gcc/configure
;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
esac
exit 0
--- gcc/config/arm/arm.h.old Thu Feb 19 13:48:41 2004
+++ gcc/config/arm/arm.h Thu Feb 19 13:56:31 2004
@@ -2003,10 +2003,17 @@
&& INTVAL (op) <= 31) \
goto LABEL; \
} \
- /* NASTY: Since this limits the addressing of unsigned \
- byte loads. */ \
- range = ((MODE) == HImode || (MODE) == QImode) \
- ? (arm_arch4 ? 256 : 4095) : 4096; \
+ /* XXX For ARM v4 we may be doing a sign-extend operation \
+ during the load, but that has a restricted addressing \
+ range and we are unable to tell here whether that is the \
+ case. To be safe we restrict all loads to that \
+ range. */ \
+ if (arm_arch4) \
+ range = (mode == HImode || mode == QImode) ? 256 : 4096; \
+ else if (mode == HImode) \
+ range = 4095; \
+ else \
+ range = 4096; \
if (code == CONST_INT && INTVAL (INDEX) < range \
&& INTVAL (INDEX) > -range) \
goto LABEL; \
| Darcs Patch | 4 | JrCs/opendreambox | recipes/gcc/gcc-3.3.3/arm-14558.dpatch | [
"MIT"
] |
.action {
background-color: red;
}
| CSS | 0 | wiltonlazary/NativeScript | e2e/ui-tests-app/app/action-bar/background-css-page.css | [
"Apache-2.0"
] |
module openconfig-interfaces {
yang-version "1";
// namespace
namespace "http://openconfig.net/yang/interfaces";
prefix "oc-if";
// import some basic types
import ietf-interfaces { prefix ietf-if; }
import openconfig-yang-types { prefix oc-yang; }
import openconfig-types { prefix oc-types; }
import openconfig-extensions { prefix oc-ext; }
// meta
organization "OpenConfig working group";
contact
"OpenConfig working group
netopenconfig@googlegroups.com";
description
"Model for managing network interfaces and subinterfaces. This
module also defines convenience types / groupings for other
models to create references to interfaces:
base-interface-ref (type) - reference to a base interface
interface-ref (grouping) - container for reference to a
interface + subinterface
interface-ref-state (grouping) - container for read-only
(opstate) reference to interface + subinterface
This model reuses data items defined in the IETF YANG model for
interfaces described by RFC 7223 with an alternate structure
(particularly for operational state data) and with
additional configuration items.
Portions of this code were derived from IETF RFC 7223.
Please reproduce this note if possible.
IETF code is subject to the following copyright and license:
Copyright (c) IETF Trust and the persons identified as authors of
the code.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, is permitted pursuant to, and subject to the license
terms contained in, the Simplified BSD License set forth in
Section 4.c of the IETF Trust's Legal Provisions Relating
to IETF Documents (http://trustee.ietf.org/license-info).";
oc-ext:openconfig-version "2.3.1";
revision "2018-04-24" {
description
"Clarified behavior of last-change state leaf";
reference "2.3.1";
}
revision "2018-01-05" {
description
"Add logical loopback to interface.";
reference "2.3.0";
}
revision "2017-12-22" {
description
"Add IPv4 proxy ARP configuration.";
reference "2.2.0";
}
revision "2017-12-21" {
description
"Added IPv6 router advertisement configuration.";
reference "2.1.0";
}
revision "2017-07-14" {
description
"Added Ethernet/IP state data; Add dhcp-client;
migrate to OpenConfig types modules; Removed or
renamed opstate values";
reference "2.0.0";
}
revision "2017-04-03" {
description
"Update copyright notice.";
reference "1.1.1";
}
revision "2016-12-22" {
description
"Fixes to Ethernet interfaces model";
reference "1.1.0";
}
// typedef statements
typedef base-interface-ref {
type leafref {
path "/oc-if:interfaces/oc-if:interface/oc-if:name";
}
description
"Reusable type for by-name reference to a base interface.
This type may be used in cases where ability to reference
a subinterface is not required.";
}
typedef interface-id {
type string;
description
"User-defined identifier for an interface, generally used to
name a interface reference. The id can be arbitrary but a
useful convention is to use a combination of base interface
name and subinterface index.";
}
// grouping statements
grouping interface-ref-common {
description
"Reference leafrefs to interface / subinterface";
leaf interface {
type leafref {
path "/oc-if:interfaces/oc-if:interface/oc-if:name";
}
description
"Reference to a base interface. If a reference to a
subinterface is required, this leaf must be specified
to indicate the base interface.";
}
leaf subinterface {
type leafref {
path "/oc-if:interfaces/" +
"oc-if:interface[oc-if:name=current()/../interface]/" +
"oc-if:subinterfaces/oc-if:subinterface/oc-if:index";
}
description
"Reference to a subinterface -- this requires the base
interface to be specified using the interface leaf in
this container. If only a reference to a base interface
is requuired, this leaf should not be set.";
}
}
grouping interface-ref-state-container {
description
"Reusable opstate w/container for a reference to an
interface or subinterface";
container state {
config false;
description
"Operational state for interface-ref";
uses interface-ref-common;
}
}
grouping interface-ref {
description
"Reusable definition for a reference to an interface or
subinterface";
container interface-ref {
description
"Reference to an interface or subinterface";
container config {
description
"Configured reference to interface / subinterface";
uses interface-ref-common;
}
uses interface-ref-state-container;
}
}
grouping interface-ref-state {
description
"Reusable opstate w/container for a reference to an
interface or subinterface";
container interface-ref {
description
"Reference to an interface or subinterface";
uses interface-ref-state-container;
}
}
grouping base-interface-ref-state {
description
"Reusable opstate w/container for a reference to a
base interface (no subinterface).";
container state {
config false;
description
"Operational state for base interface reference";
leaf interface {
type base-interface-ref;
description
"Reference to a base interface.";
}
}
}
grouping interface-common-config {
description
"Configuration data data nodes common to physical interfaces
and subinterfaces";
leaf description {
type string;
description
"A textual description of the interface.
A server implementation MAY map this leaf to the ifAlias
MIB object. Such an implementation needs to use some
mechanism to handle the differences in size and characters
allowed between this leaf and ifAlias. The definition of
such a mechanism is outside the scope of this document.
Since ifAlias is defined to be stored in non-volatile
storage, the MIB implementation MUST map ifAlias to the
value of 'description' in the persistently stored
datastore.
Specifically, if the device supports ':startup', when
ifAlias is read the device MUST return the value of
'description' in the 'startup' datastore, and when it is
written, it MUST be written to the 'running' and 'startup'
datastores. Note that it is up to the implementation to
decide whether to modify this single leaf in 'startup' or
perform an implicit copy-config from 'running' to
'startup'.
If the device does not support ':startup', ifAlias MUST
be mapped to the 'description' leaf in the 'running'
datastore.";
reference
"RFC 2863: The Interfaces Group MIB - ifAlias";
}
leaf enabled {
type boolean;
default "true";
description
"This leaf contains the configured, desired state of the
interface.
Systems that implement the IF-MIB use the value of this
leaf in the 'running' datastore to set
IF-MIB.ifAdminStatus to 'up' or 'down' after an ifEntry
has been initialized, as described in RFC 2863.
Changes in this leaf in the 'running' datastore are
reflected in ifAdminStatus, but if ifAdminStatus is
changed over SNMP, this leaf is not affected.";
reference
"RFC 2863: The Interfaces Group MIB - ifAdminStatus";
}
}
grouping interface-phys-config {
description
"Configuration data for physical interfaces";
leaf name {
type string;
description
"The name of the interface.
A device MAY restrict the allowed values for this leaf,
possibly depending on the type of the interface.
For system-controlled interfaces, this leaf is the
device-specific name of the interface. The 'config false'
list interfaces/interface[name]/state contains the currently
existing interfaces on the device.
If a client tries to create configuration for a
system-controlled interface that is not present in the
corresponding state list, the server MAY reject
the request if the implementation does not support
pre-provisioning of interfaces or if the name refers to
an interface that can never exist in the system. A
NETCONF server MUST reply with an rpc-error with the
error-tag 'invalid-value' in this case.
The IETF model in RFC 7223 provides YANG features for the
following (i.e., pre-provisioning and arbitrary-names),
however they are omitted here:
If the device supports pre-provisioning of interface
configuration, the 'pre-provisioning' feature is
advertised.
If the device allows arbitrarily named user-controlled
interfaces, the 'arbitrary-names' feature is advertised.
When a configured user-controlled interface is created by
the system, it is instantiated with the same name in the
/interfaces/interface[name]/state list.";
}
leaf type {
type identityref {
base ietf-if:interface-type;
}
mandatory true;
description
"The type of the interface.
When an interface entry is created, a server MAY
initialize the type leaf with a valid value, e.g., if it
is possible to derive the type from the name of the
interface.
If a client tries to set the type of an interface to a
value that can never be used by the system, e.g., if the
type is not supported or if the type does not match the
name of the interface, the server MUST reject the request.
A NETCONF server MUST reply with an rpc-error with the
error-tag 'invalid-value' in this case.";
reference
"RFC 2863: The Interfaces Group MIB - ifType";
}
leaf mtu {
type uint16;
description
"Set the max transmission unit size in octets
for the physical interface. If this is not set, the mtu is
set to the operational default -- e.g., 1514 bytes on an
Ethernet interface.";
}
leaf loopback-mode {
type boolean;
default false;
description
"When set to true, the interface is logically looped back,
such that packets that are forwarded via the interface
are received on the same interface.";
}
uses interface-common-config;
}
grouping interface-phys-holdtime-config {
description
"Configuration data for interface hold-time settings --
applies to physical interfaces.";
leaf up {
type uint32;
units milliseconds;
default 0;
description
"Dampens advertisement when the interface
transitions from down to up. A zero value means dampening
is turned off, i.e., immediate notification.";
}
leaf down {
type uint32;
units milliseconds;
default 0;
description
"Dampens advertisement when the interface transitions from
up to down. A zero value means dampening is turned off,
i.e., immediate notification.";
}
}
grouping interface-phys-holdtime-state {
description
"Operational state data for interface hold-time.";
}
grouping interface-phys-holdtime-top {
description
"Top-level grouping for setting link transition
dampening on physical and other types of interfaces.";
container hold-time {
description
"Top-level container for hold-time settings to enable
dampening advertisements of interface transitions.";
container config {
description
"Configuration data for interface hold-time settings.";
uses interface-phys-holdtime-config;
}
container state {
config false;
description
"Operational state data for interface hold-time.";
uses interface-phys-holdtime-config;
uses interface-phys-holdtime-state;
}
}
}
grouping interface-common-state {
description
"Operational state data (in addition to intended configuration)
at the global level for this interface";
leaf ifindex {
type uint32;
description
"System assigned number for each interface. Corresponds to
ifIndex object in SNMP Interface MIB";
reference
"RFC 2863 - The Interfaces Group MIB";
}
leaf admin-status {
type enumeration {
enum UP {
description
"Ready to pass packets.";
}
enum DOWN {
description
"Not ready to pass packets and not in some test mode.";
}
enum TESTING {
//TODO: This is generally not supported as a configured
//admin state, though it's in the standard interfaces MIB.
//Consider removing it.
description
"In some test mode.";
}
}
//TODO:consider converting to an identity to have the
//flexibility to remove some values defined by RFC 7223 that
//are not used or not implemented consistently.
mandatory true;
description
"The desired state of the interface. In RFC 7223 this leaf
has the same read semantics as ifAdminStatus. Here, it
reflects the administrative state as set by enabling or
disabling the interface.";
reference
"RFC 2863: The Interfaces Group MIB - ifAdminStatus";
}
leaf oper-status {
type enumeration {
enum UP {
value 1;
description
"Ready to pass packets.";
}
enum DOWN {
value 2;
description
"The interface does not pass any packets.";
}
enum TESTING {
value 3;
description
"In some test mode. No operational packets can
be passed.";
}
enum UNKNOWN {
value 4;
description
"Status cannot be determined for some reason.";
}
enum DORMANT {
value 5;
description
"Waiting for some external event.";
}
enum NOT_PRESENT {
value 6;
description
"Some component (typically hardware) is missing.";
}
enum LOWER_LAYER_DOWN {
value 7;
description
"Down due to state of lower-layer interface(s).";
}
}
//TODO:consider converting to an identity to have the
//flexibility to remove some values defined by RFC 7223 that
//are not used or not implemented consistently.
mandatory true;
description
"The current operational state of the interface.
This leaf has the same semantics as ifOperStatus.";
reference
"RFC 2863: The Interfaces Group MIB - ifOperStatus";
}
leaf last-change {
type oc-types:timeticks64;
units nanoseconds;
description
"This timestamp indicates the absolute time of the last
state change of the interface (e.g., up-to-down transition).
This is different than the SNMP ifLastChange object in the
standard interface MIB in that it is not relative to the
system boot time (i.e,. sysUpTime).
The value is the timestamp in nanoseconds relative to
the Unix Epoch (Jan 1, 1970 00:00:00 UTC).";
}
}
grouping interface-counters-state {
description
"Operational state representing interface counters
and statistics.";
//TODO: we may need to break this list of counters into those
//that would appear for physical vs. subinterface or logical
//interfaces. For now, just replicating the full stats
//grouping to both interface and subinterface.
container counters {
description
"A collection of interface-related statistics objects.";
leaf in-octets {
type oc-yang:counter64;
description
"The total number of octets received on the interface,
including framing characters.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB - ifHCInOctets";
}
leaf in-unicast-pkts {
type oc-yang:counter64;
description
"The number of packets, delivered by this sub-layer to a
higher (sub-)layer, that were not addressed to a
multicast or broadcast address at this sub-layer.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB - ifHCInUcastPkts";
}
leaf in-broadcast-pkts {
type oc-yang:counter64;
description
"The number of packets, delivered by this sub-layer to a
higher (sub-)layer, that were addressed to a broadcast
address at this sub-layer.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB -
ifHCInBroadcastPkts";
}
leaf in-multicast-pkts {
type oc-yang:counter64;
description
"The number of packets, delivered by this sub-layer to a
higher (sub-)layer, that were addressed to a multicast
address at this sub-layer. For a MAC-layer protocol,
this includes both Group and Functional addresses.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB -
ifHCInMulticastPkts";
}
leaf in-discards {
type oc-yang:counter64;
description
"The number of inbound packets that were chosen to be
discarded even though no errors had been detected to
prevent their being deliverable to a higher-layer
protocol. One possible reason for discarding such a
packet could be to free up buffer space.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB - ifInDiscards";
}
leaf in-errors {
type oc-yang:counter64;
description
"For packet-oriented interfaces, the number of inbound
packets that contained errors preventing them from being
deliverable to a higher-layer protocol. For character-
oriented or fixed-length interfaces, the number of
inbound transmission units that contained errors
preventing them from being deliverable to a higher-layer
protocol.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB - ifInErrors";
}
leaf in-unknown-protos {
type oc-yang:counter64;
description
"For packet-oriented interfaces, the number of packets
received via the interface that were discarded because
of an unknown or unsupported protocol. For
character-oriented or fixed-length interfaces that
support protocol multiplexing, the number of
transmission units received via the interface that were
discarded because of an unknown or unsupported protocol.
For any interface that does not support protocol
multiplexing, this counter is not present.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB - ifInUnknownProtos";
}
leaf in-fcs-errors {
type oc-yang:counter64;
description
"Number of received packets which had errors in the
frame check sequence (FCS), i.e., framing errors.
Discontinuities in the value of this counter can occur
when the device is re-initialization as indicated by the
value of 'last-clear'.";
}
leaf out-octets {
type oc-yang:counter64;
description
"The total number of octets transmitted out of the
interface, including framing characters.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB - ifHCOutOctets";
}
leaf out-unicast-pkts {
type oc-yang:counter64;
description
"The total number of packets that higher-level protocols
requested be transmitted, and that were not addressed
to a multicast or broadcast address at this sub-layer,
including those that were discarded or not sent.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB - ifHCOutUcastPkts";
}
leaf out-broadcast-pkts {
type oc-yang:counter64;
description
"The total number of packets that higher-level protocols
requested be transmitted, and that were addressed to a
broadcast address at this sub-layer, including those
that were discarded or not sent.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB -
ifHCOutBroadcastPkts";
}
leaf out-multicast-pkts {
type oc-yang:counter64;
description
"The total number of packets that higher-level protocols
requested be transmitted, and that were addressed to a
multicast address at this sub-layer, including those
that were discarded or not sent. For a MAC-layer
protocol, this includes both Group and Functional
addresses.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB -
ifHCOutMulticastPkts";
}
leaf out-discards {
type oc-yang:counter64;
description
"The number of outbound packets that were chosen to be
discarded even though no errors had been detected to
prevent their being transmitted. One possible reason
for discarding such a packet could be to free up buffer
space.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB - ifOutDiscards";
}
leaf out-errors {
type oc-yang:counter64;
description
"For packet-oriented interfaces, the number of outbound
packets that could not be transmitted because of errors.
For character-oriented or fixed-length interfaces, the
number of outbound transmission units that could not be
transmitted because of errors.
Discontinuities in the value of this counter can occur
at re-initialization of the management system, and at
other times as indicated by the value of
'last-clear'.";
reference
"RFC 2863: The Interfaces Group MIB - ifOutErrors";
}
leaf carrier-transitions {
type oc-yang:counter64;
description
"Number of times the interface state has transitioned
between up and down since the time the device restarted
or the last-clear time, whichever is most recent.";
}
leaf last-clear {
type oc-types:timeticks64;
units nanoseconds;
description
"Timestamp of the last time the interface counters were
cleared.
The value is the timestamp in nanoseconds relative to
the Unix Epoch (Jan 1, 1970 00:00:00 UTC).";
}
}
}
// data definition statements
grouping sub-unnumbered-config {
description
"Configuration data for unnumbered subinterfaces";
leaf enabled {
type boolean;
default false;
description
"Indicates that the subinterface is unnumbered. By default
the subinterface is numbered, i.e., expected to have an
IP address configuration.";
}
}
grouping sub-unnumbered-state {
description
"Operational state data unnumbered subinterfaces";
}
grouping sub-unnumbered-top {
description
"Top-level grouping unnumbered subinterfaces";
container unnumbered {
description
"Top-level container for setting unnumbered interfaces.
Includes reference the interface that provides the
address information";
container config {
description
"Configuration data for unnumbered interface";
uses sub-unnumbered-config;
}
container state {
config false;
description
"Operational state data for unnumbered interfaces";
uses sub-unnumbered-config;
uses sub-unnumbered-state;
}
uses oc-if:interface-ref;
}
}
grouping subinterfaces-config {
description
"Configuration data for subinterfaces";
leaf index {
type uint32;
default 0;
description
"The index of the subinterface, or logical interface number.
On systems with no support for subinterfaces, or not using
subinterfaces, this value should default to 0, i.e., the
default subinterface.";
}
uses interface-common-config;
}
grouping subinterfaces-state {
description
"Operational state data for subinterfaces";
leaf name {
type string;
description
"The system-assigned name for the sub-interface. This MAY
be a combination of the base interface name and the
subinterface index, or some other convention used by the
system.";
}
uses interface-common-state;
uses interface-counters-state;
}
grouping subinterfaces-top {
description
"Subinterface data for logical interfaces associated with a
given interface";
container subinterfaces {
description
"Enclosing container for the list of subinterfaces associated
with a physical interface";
list subinterface {
key "index";
description
"The list of subinterfaces (logical interfaces) associated
with a physical interface";
leaf index {
type leafref {
path "../config/index";
}
description
"The index number of the subinterface -- used to address
the logical interface";
}
container config {
description
"Configurable items at the subinterface level";
uses subinterfaces-config;
}
container state {
config false;
description
"Operational state data for logical interfaces";
uses subinterfaces-config;
uses subinterfaces-state;
}
}
}
}
grouping interfaces-top {
description
"Top-level grouping for interface configuration and
operational state data";
container interfaces {
description
"Top level container for interfaces, including configuration
and state data.";
list interface {
key "name";
description
"The list of named interfaces on the device.";
leaf name {
type leafref {
path "../config/name";
}
description
"References the configured name of the interface";
//TODO: need to consider whether this should actually
//reference the name in the state subtree, which
//presumably would be the system-assigned name, or the
//configured name. Points to the config/name now
//because of YANG 1.0 limitation that the list
//key must have the same "config" as the list, and
//also can't point to a non-config node.
}
container config {
description
"Configurable items at the global, physical interface
level";
uses interface-phys-config;
}
container state {
config false;
description
"Operational state data at the global interface level";
uses interface-phys-config;
uses interface-common-state;
uses interface-counters-state;
}
uses interface-phys-holdtime-top;
uses subinterfaces-top;
}
}
}
uses interfaces-top;
}
| YANG | 5 | dorado18/public | release/models/interfaces/openconfig-interfaces.yang | [
"Apache-2.0"
] |
<?php assert($object instanceof \PhpBench\Report\Model\Report) ?>
<div>
<?php if ($object->title()): ?>
<h2><?php echo $object->title() ?></h2>
<?php endif ?>
<?php if ($object->description()): ?>
<p><?php echo $object->description() ?></p>
<?php endif ?>
<?php if(false === $object->tabbed()): ?>
<?php foreach ($object->objects() as $object): ?>
<?php echo $this->render($object); ?>
<?php endforeach ?>
<?php else: ?>
<ul class="nav nav-tabs" id="tab-group-<?php echo $id ?>" role="tablist">
<?php $first = true ?>
<?php foreach ($object->tabLabels() as $index => $label): ?>
<li class="nav-item" role="presentation">
<button
class="nav-link <?php if ($first): ?>active<?php endif ?>"
id="tab-button-<?php echo $id . '-' . $index ?>"
data-bs-toggle="tab"
data-bs-target="#tab-content-<?php echo $id . '-' . $index ?>"
aria-controls="#tab-content-<?php echo $id . '-' . $index ?>"
aria-current="page"
>
<?php echo htmlspecialchars($label ?: $index) ?>
</button>
</li>
<?php $first = false ?>
<?php endforeach ?>
</ul>
<?php $first = true ?>
<div class="tab-content">
<?php foreach ($object->objects() as $index => $component): ?>
<div
class="tab-pane <?php if ($first): ?>show active<?php endif ?>"
id="tab-content-<?php echo $id . '-' . $index ?>"
role="tabpanel"
aria-labelledby="tab-button-<?php echo $id . '-' . $index ?>"
>
<br/>
<?php echo $this->render($component); ?>
</div>
<?php $first = false ?>
<?php endforeach ?>
</div>
<?php endif ?>
</div>
| HTML+PHP | 3 | rustamwin/phpbench | templates/html/Report.phtml | [
"MIT"
] |
#testId {
font-size: 20px;
}
.testClass {
background-color:rgba(102,102,204,.5);
color:rgba(255,255,255,1);
}
| CSS | 3 | ravitejavalluri/brackets | test/spec/LiveDevelopment-test-files/iframe.css | [
"MIT"
] |
grammar AgentQuery;
query
: WS* criteria WS* (WS OrderBy WS+ order (WS+ And WS+ order)* WS*)? EOF
| WS* OrderBy WS+ order (WS+ And WS+ order)* WS* EOF
| WS* EOF
;
criteria
: operator=(Online|Offline|Paused|HasRunningBuilds) #OperatorCriteria
| operator=(HasAttribute|NotUsedSince|EverUsedSince|RanBuild) WS+ criteriaValue=Quoted #OperatorValueCriteria
| criteriaField=Quoted WS+ operator=(Is|IsGreaterThan|IsLessThan) WS+ criteriaValue=Quoted #FieldOperatorValueCriteria
| criteria WS+ And WS+ criteria #AndCriteria
| criteria WS+ Or WS+ criteria #OrCriteria
| Not WS* LParens WS* criteria WS* RParens #NotCriteria
| LParens WS* criteria WS* RParens #ParensCriteria
;
order
: orderField=Quoted WS* (WS+ direction=(Asc|Desc))?
;
Online
: 'online'
;
Offline
: 'offline'
;
Paused
: 'paused'
;
HasRunningBuilds
: 'has' WS+ 'running' WS+ 'builds'
;
HasRunningJobsOfProject
: 'has' WS+ 'running' WS+ 'jobs' WS+ 'of' WS+ 'project'
;
HasRunningJobsOfBranch
: 'has' WS+ 'running' WS+ 'jobs' WS+ 'of' WS+ 'branch'
;
HasAttribute
: 'has' WS+ 'attribute'
;
NotUsedSince
: 'not' WS+ 'used' WS+ 'since'
;
EverUsedSince
: 'ever' WS+ 'used' WS+ 'since'
;
SelectedByExecutor
: 'selected' WS+ 'by' WS+ 'executor'
;
RanBuild
: 'ran' WS+ 'build'
;
OrderBy
: 'order by'
;
Is
: 'is'
;
IsGreaterThan
: 'is' WS+ 'greater' WS+ 'than'
;
IsLessThan
: 'is' WS+ 'less' WS+ 'than'
;
And
: 'and'
;
Or
: 'or'
;
Not
: 'not'
;
Asc
: 'asc'
;
Desc
: 'desc'
;
LParens
: '('
;
RParens
: ')'
;
Quoted
: '"' ('\\'.|~[\\"])+? '"'
;
WS
: ' '
;
Identifier
: [a-zA-Z0-9:_/\\+\-;]+
;
| ANTLR | 3 | java-app-scans/onedev | server-core/src/main/java/io/onedev/server/search/entity/agent/AgentQuery.g4 | [
"MIT"
] |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: compiler/ir/serialization.common/src/KotlinIr.proto
package org.jetbrains.kotlin.backend.common.serialization.proto;
public interface ActualOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.jetbrains.kotlin.backend.common.serialization.proto.Actual)
org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder {
/**
* <code>required int64 actual_symbol = 1;</code>
*/
boolean hasActualSymbol();
/**
* <code>required int64 actual_symbol = 1;</code>
*/
long getActualSymbol();
/**
* <code>required int64 expect_symbol = 2;</code>
*/
boolean hasExpectSymbol();
/**
* <code>required int64 expect_symbol = 2;</code>
*/
long getExpectSymbol();
} | Java | 3 | Mu-L/kotlin | compiler/ir/serialization.common/src/org/jetbrains/kotlin/backend/common/serialization/proto/ActualOrBuilder.java | [
"ECL-2.0",
"Apache-2.0"
] |
import * as React from 'react';
import { ThemeProvider, createTheme, useTheme } from '@mui/material/styles';
import Avatar from '@mui/material/Avatar';
import Box from '@mui/material/Box';
import Card from '@mui/material/Card';
import Chip from '@mui/material/Chip';
import Fade from '@mui/material/Fade';
import Typography from '@mui/material/Typography';
declare module '@mui/material/Chip' {
interface ChipPropsVariantOverrides {
notification: true;
}
}
const primary = {
50: '#F0F7FF',
100: '#C2E0FF',
200: '#80BFFF',
300: '#66B2FF',
400: '#3399FF',
main: '#007FFF',
500: '#007FFF',
600: '#0072E5',
700: '#0059B2',
800: '#004C99',
900: '#003A75',
1000: '#132F4C',
};
const primaryDark = {
50: '#E2EDF8',
100: '#CEE0F3',
200: '#91B9E3',
300: '#5090D3',
400: '#265D97',
500: '#1E4976',
600: '#173A5E',
700: '#132F4C',
800: '#001E3C',
900: '#0A1929',
};
const grey = {
50: '#F3F6F9',
100: '#EAEEF3',
200: '#E5E8EC',
300: '#D7DCE1',
400: '#BFC7CF',
500: '#AAB4BE',
600: '#96A3B0',
700: '#8796A5',
800: '#5A6978',
900: '#3D4752',
};
export default function NotificationCard() {
/*
* Note: this demo use `theme.palette.mode` from `useTheme` to make dark mode works in the documentation only.
*
* Normally, you would implement dark mode via internal state and/or system preference at the root of the application.
* For more detail about toggling dark mode: https://mui.com/customization/palette/#toggling-color-mode
*/
const globalTheme = useTheme();
const mode = globalTheme.palette.mode;
const theme = React.useMemo(
() =>
createTheme({
palette: {
mode,
primary,
...(mode === 'light' && {
text: {
primary: grey[900],
secondary: grey[800],
},
}),
grey,
divider: mode === 'dark' ? primaryDark[500] : grey[200],
success: {
main: '#1AA251',
},
background: {
paper: mode === 'dark' ? primaryDark[800] : '#fff',
},
},
shape: {
borderRadius: 8,
},
spacing: 10,
typography: {
fontFamily: ['-apple-system', 'BlinkMacSystemFont', 'sans-serif'].join(','),
fontWeightRegular: 500,
},
components: {
MuiAvatar: {
styleOverrides: {
root: {
width: 40,
height: 40,
},
},
},
MuiButtonBase: {
defaultProps: {
disableTouchRipple: true,
},
},
MuiChip: {
variants: [
{
props: { variant: 'notification' },
style: { color: '#fff', fontSize: '0.75rem', height: 18 },
},
],
},
MuiLinearProgress: {
styleOverrides: {
root: {
borderRadius: 10,
backgroundColor: 'rgba(255,255,255,0.12)',
},
bar: {
borderRadius: 10,
backgroundColor: '#fff',
},
},
},
MuiIconButton: {
defaultProps: {
size: 'small',
},
styleOverrides: {
root: {
border: '1px solid',
borderColor: grey[200],
},
},
},
MuiSvgIcon: {
defaultProps: {
fontSize: 'small',
},
},
},
}),
[mode],
);
return (
<ThemeProvider theme={theme}>
<Fade in timeout={700}>
<Card variant="outlined" sx={{ display: 'flex', p: 1.5, maxWidth: 283 }}>
<Avatar
imgProps={{ 'aria-labelledby': 'demo-notification-card-messenger-name' }}
src="/static/images/avatar/3-sm.jpeg"
variant="rounded"
/>
<Box sx={{ ml: 1, flexBasis: 180, flexGrow: 1, minWidth: '0px' }}>
<Box sx={{ display: 'flex', justifyContent: 'space-between' }}>
<Typography
id="demo-notification-card-messenger-name"
color="text.secondary"
variant="caption"
>
Angela Erickson
</Typography>
<Typography color="text.secondary" variant="caption">
12:50
</Typography>
</Box>
<Box sx={{ display: 'flex', mt: 0.5 }}>
<Box sx={{ flexGrow: 1, minWidth: '0px' }}>
<Typography component="div">Great news</Typography>
<Typography variant="caption" color="text.secondary" noWrap>
Hey! Check this out, just a few minutes ago...
</Typography>
</Box>
<Chip
label="3"
color="success"
variant="notification"
size="small"
sx={{ mt: '3px' }}
/>
</Box>
</Box>
</Card>
</Fade>
</ThemeProvider>
);
}
| TypeScript | 5 | dany-freeman/material-ui | docs/src/components/showcase/NotificationCard.tsx | [
"MIT"
] |
mutation MoveRESTTeamRequest($requestID: ID!, $collectionID: ID!) {
moveRequest(requestID: $requestID, destCollID: $collectionID) {
id
}
}
| GraphQL | 2 | miily8310s/hoppscotch | packages/hoppscotch-app/helpers/backend/gql/mutations/MoveRESTTeamRquest.graphql | [
"MIT"
] |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1011 &101100000
AvatarMask:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: sheMask
m_Mask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
m_Elements:
- m_Path:
m_Weight: 1
- m_Path: COG
m_Weight: 1
- m_Path: COG/pelvez
m_Weight: 1
- m_Path: COG/pelvez/pelvez_nub
m_Weight: 1
- m_Path: COG/spline_1
m_Weight: 0
- m_Path: COG/spline_1/joint1
m_Weight: 0
- m_Path: COG/spline_1/joint1/joint2
m_Weight: 0
- m_Path: COG/spline_1/joint1/joint2/joint3
m_Weight: 0
- m_Path: COG/spline_1/joint1/joint2/joint3/joint4
m_Weight: 0
- m_Path: COG/spline_1/joint1/joint2/joint3/joint4/joint5
m_Weight: 0
- m_Path: COG/spline_1/joint1/joint2/joint3/joint4/joint5/joint6
m_Weight: 0
- m_Path: COG/spline_1/joint1/joint2/joint3/joint4/joint5/joint6/joint7
m_Weight: 0
- m_Path: COG/spline_1/joint1/joint2/joint3/joint4/joint5/joint6/joint7/joint8
m_Weight: 0
- m_Path: COG/spline_1/spline_2
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l/finger_11_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l/finger_11_l/finger_12_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l/finger_11_l/finger_12_l/finger_13_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l/finger_21_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l/finger_21_l/finger_22_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l/finger_21_l/finger_22_l/finger_23_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l/finger_31_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l/finger_31_l/finger_32_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l/finger_31_l/finger_32_l/finger_33_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l/finger_41_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l/finger_41_l/finger_42_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/forearm_l/hand_l/finger_41_l/finger_42_l/finger_43_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l/upperarm_l/upperarm_nub
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1/finger_11_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1/finger_11_l1/finger_12_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1/finger_11_l1/finger_12_l1/finger_13_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1/finger_21_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1/finger_21_l1/finger_22_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1/finger_21_l1/finger_22_l1/finger_23_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1/finger_31_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1/finger_31_l1/finger_32_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1/finger_31_l1/finger_32_l1/finger_33_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1/finger_41_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1/finger_41_l1/finger_42_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/forearm_l1/hand_l1/finger_41_l1/finger_42_l1/finger_43_l1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/clavicle_l1/upperarm_l1/upperarm_nub1
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/neck
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/neck/head
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/neck/head/big_hair
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/neck/head/eye_l
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/neck/head/eye_r
m_Weight: 0
- m_Path: COG/spline_1/spline_2/chest/neck/head/little_hair
m_Weight: 0
- m_Path: COG/thigh_l
m_Weight: 1
- m_Path: COG/thigh_l/calf_l
m_Weight: 1
- m_Path: COG/thigh_l/calf_l/ankle_l
m_Weight: 1
- m_Path: COG/thigh_l/calf_l/ankle_l/feet_l
m_Weight: 1
- m_Path: COG/thigh_l/calf_l/ankle_l/feet_l/feet_nub_l
m_Weight: 1
- m_Path: COG/thigh_l1
m_Weight: 1
- m_Path: COG/thigh_l1/calf_l1
m_Weight: 1
- m_Path: COG/thigh_l1/calf_l1/ankle_l1
m_Weight: 1
- m_Path: COG/thigh_l1/calf_l1/ankle_l1/feet_l1
m_Weight: 1
- m_Path: COG/thigh_l1/calf_l1/ankle_l1/feet_l1/feet_nub_l1
m_Weight: 1
- m_Path: she_mesh
m_Weight: 0
| Mask | 2 | VN0/UNION-OpenSource-MOBA | Project/Assets/Animator/sheMask.mask | [
"Apache-2.0"
] |
function omf.cli.version
echo "Oh My Fish version "(omf.version)
end
| fish | 2 | codetriage-readme-bot/oh-my-fish | pkg/omf/functions/cli/omf.cli.version.fish | [
"MIT"
] |
// aux-build:foo.rs
// compile-flags:--extern foo
// check-pass
// edition:2018
#![deny(unused_extern_crates)]
extern crate foo as foo_renamed;
pub mod m {
pub use foo_renamed::Foo;
}
fn main() {}
| Rust | 4 | Eric-Arellano/rust | src/test/ui/suggestions/issue-57672.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
// Make sure associated items are recommended only in appropriate contexts.
struct S {
field: u8,
}
trait Tr {
fn method(&self);
type Type;
}
impl Tr for S {
type Type = u8;
fn method(&self) {
let _: field;
//~^ ERROR cannot find type `field`
let field(..);
//~^ ERROR cannot find tuple struct or tuple variant `field`
field;
//~^ ERROR cannot find value `field`
let _: Type;
//~^ ERROR cannot find type `Type`
let Type(..);
//~^ ERROR cannot find tuple struct or tuple variant `Type`
Type;
//~^ ERROR cannot find value `Type`
let _: method;
//~^ ERROR cannot find type `method`
let method(..);
//~^ ERROR cannot find tuple struct or tuple variant `method`
method;
//~^ ERROR cannot find value `method`
}
}
fn main() {}
| Rust | 3 | Eric-Arellano/rust | src/test/ui/resolve/resolve-assoc-suggestions.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
#include *i %A_ScriptDir%\plugins\BeyondCompare4\BeyondCompare4.ahk
#include *i %A_ScriptDir%\plugins\DoubleCommander\DoubleCommander.ahk
#include *i %A_ScriptDir%\plugins\Explorer\Explorer.ahk
#include *i %A_ScriptDir%\plugins\Foobar2000\Foobar2000.ahk
#include *i %A_ScriptDir%\plugins\General\General.ahk
#include *i %A_ScriptDir%\plugins\MicrosoftExcel\MicrosoftExcel.ahk
#include *i %A_ScriptDir%\plugins\TCCompare\TCCompare.ahk
#include *i %A_ScriptDir%\plugins\TCDialog\TCDialog.ahk
#include *i %A_ScriptDir%\plugins\TotalCommander\TotalCommander.ahk
#include *i %A_ScriptDir%\plugins\WinMerge\WinMerge.ahk
/*
[ExtensionsTime]
BeyondCompare4=20160624155836
DoubleCommander=20200601232105
Explorer=20200213135938
Foobar2000=20200415143434
General=20200531141557
MicrosoftExcel=20180422004419
TCCompare=20200213135938
TCDialog=20200213135938
TotalCommander=20200601194451
WinMerge=20160624155836
*/
| AutoHotkey | 0 | Jvcon/vimdesktop | Plugins/Plugins.ahk | [
"MIT"
] |
#! /bin/sh -e
## 03_tor_manpage_in_section_8.dpatch by <weasel@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Move the Tor manpage from section 1 to section 8.
if [ $# -lt 1 ]; then
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
exit 1
fi
[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
case "$1" in
-patch) patch -p1 ${patch_opts} < $0;;
-unpatch) patch -R -p1 ${patch_opts} < $0;;
*)
echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
exit 1;;
esac
exit 0
@DPATCH@
diff -urNad tor-0.1.1.5/contrib/torify.1 /tmp/dpep.fOA3Mm/tor-0.1.1.5/contrib/torify.1
--- tor-0.1.1.5/contrib/torify.1
+++ /tmp/dpep.fOA3Mm/tor-0.1.1.5/contrib/torify.1
@@ -35,7 +35,7 @@
to suid binaries.
.SH SEE ALSO
-.BR tor (1),
+.BR tor (8),
.BR tor-resolve (1),
.BR torsocks (1),
.BR tsocks (1),
diff -urNad tor-0.1.1.5/doc/tor.1.in /tmp/dpep.fOA3Mm/tor-0.1.1.5/doc/tor.1.in
--- tor-0.1.1.5/doc/tor.1.in
+++ /tmp/dpep.fOA3Mm/tor-0.1.1.5/doc/tor.1.in
@@ -1,4 +1,4 @@
-.TH TOR 1 "August 2009" "TOR"
+.TH TOR 8 "August 2009" "TOR"
.SH NAME
tor \- The second-generation onion router
.SH SYNOPSIS
| Darcs Patch | 4 | cluesblues/Tor | debian/patches/03_tor_manpage_in_section_8.dpatch | [
"BSD-3-Clause"
] |
TDTopezLeafNode{#name:'tools',#contents:'browse class --hier TDAbstractDevTool
browse class --hier TDAbstractToolBuilder',#creationTime:DateAndTime['2013-12-06T17:30:33.36334204673767-08:00'],#modificationTime:DateAndTime['2014-03-30T20:48:46.333219051361-07:00']} | STON | 0 | dassi/tode | tode/tools.ston | [
"MIT"
] |
Die Behörden haben am Montag <MASK_REP> , dass sich der Druck auf Demonstranten verschärft, indem sie sagten, dass mehr als 230 Menschen, die bei einer Demonstration am Sonntag verhaftet wurden, Anschuldigungen ausgesetzt sein würden, die bis zu drei Jahre Gefängnis bringen könnten.
Wie die meisten Migranten auf Afrikas <MASK_REP> südlicher Route bezahlte Tamrat zwischen 100.000 und 180.000 Birr (3.150 und 5.600 USD) für die Reise.
"Ich ging im November 2019 mit <MASK_REP> und die Angst war wahnsinnig, ich schüttelte, während wir in der Schlange waren.
"Ich erwartete einen solchen Kampf, ich <MASK_REP> einen härteren Kampf.
Mit [Trumps] <MASK_REP> ist dies andererseits das entscheidende Problem, da Machtmissbrauch und Obstruktion des Kongresses weder Verbrechen noch kriminelles Verhalten sind ", so Dershowitz weiter.
"Ich wollte sehr deutlich und sehr absichtlich sagen, mit wem ich <MASK_REP> ", sagt Lundy über den Namen ihrer Marke.
Wir müssen jetzt betonen, dass jeder, der nicht von zu Hause aus arbeiten kann, beispielsweise im Baugewerbe oder in der Fertigung, aktiv ermutigt werden sollte, zur Arbeit zu gehen ", sagte Johnson <MASK_REP> von 10 Downing Street.
Oder er hält "Scotch and Vinyl" Sessions <MASK_REP> , zieht eine Flasche Whiskey nach einer Show aus und redet über die Plattenproduktion.
Die Verlangsamung des Luftverkehrs in Verbindung mit einer Erholung, die Jahre dauern könnte, hat Boeing dazu geführt, etwa 10% seiner Erwerbstätigen, oder etwa 16.000 Arbeitsplätze w <MASK_REP> .
Aber das ist normalerweise genug, um es zu sehen und <MASK_REP> zu wissen, genug, um eine ziemlich gute Idee, wenn ich es genießen würde.
<MASK_REP>
Die <MASK_REP> Todesfälle in bestätigten Fällen pro 100.000 Einwohner für Menschen schwarzer ethnischer Gruppen betrugen 119 Frauen und 257 Männer, asiatische ethnische Gruppen (78 bei Frauen und 163 bei Männern), gemischte ethnische Gruppen (58 bei Frauen und 116 bei Männern) und weiße ethnische Gruppen (36 bei Frauen und 70 bei Männern).
Es war eine bittere Enttäuschung, <MASK_REP> eine machtvolle Lehre - es gibt keinen Raum für Naivität im Ausschreibungsverfahren.
Andere Leser geben Sony und Microsoft zu Recht die Schuld <MASK_REP> , dass sie nicht mehr tun, um Skalper zu stoppen, aber sie tun überhaupt nichts Positives, um zu helfen.
"Von Anfang an ging es uns um Skalierbarkeit: Wir wählten Materialien, die als sterilisierbar und komfortabel <MASK_REP> wurden, und einen skalierbaren Fertigungsprozess", sagte Byrne, ein Einwohner des Referats Onkologie am Brigham und ein Postdoc-Mitglied im Traverso-Labor.
Tabelle 161: Inorganic Scintillators Market in Rest of Latin America by Scintillation Material: A Historic Review in US $ <MASK_REP> for 2012-2019.
Diego Carlos und Jules Kounde sind im Sommer <MASK_REP> und werden nun von den besten Klubs Europas verfolgt.
Am Montag legte Reeves neun von Mississippi 's 82 Counties wieder ein Maske-Mandat auf und beschränkte ihre Zusammenkünfte in den Innenräumen auf 10 Personen, wobei <MASK_REP> dort hohe Fallzahlen aufzählten.
Die dritte Reihe war ein Schritt nach vorn für Ferrari, dessen vorherige beste <MASK_REP> in diesem Jahr war Leclerc siebte in der ersten Runde.
"Anstatt <MASK_REP> aufgeregt zu sein, werden wir darüber nachdenken, was unser kleines Mädchen jetzt tun würde".
MRS Hinch <MASK_REP> der Loose Women von heute an und sprach davon, dass Stacey Solomon ihr "bester Freund" ist und sie wie "zwei Erbsen in einem Stativ" sind.
Juventus will diesen Sommer den ehemaligen Real-Madrid- <MASK_REP> entlasten. Sowohl Newcastle als auch Wolves sind auf eine saudische Übernahme vorbereitet.
<MASK_REP> US-Luftangriff in der Nähe des Flughafens Bagdad am Freitag, 3. Januar 2020 wurden Gen. Qassem Soleimani, der Leiter der iranischen Elitetruppe Quds Force, getötet.
Gardaí sagte, <MASK_REP> der Vorfall in den frühen Morgenstunden nach der Intervention der Notfalleinheit Garda "friedlich" gelöst wurde.
Man würde erwarten, dass die Menschen <MASK_REP> der Bereitschaft mehr Aufmerksamkeit schenken, als wir es je zuvor getan haben.
Obwohl das durchgesickerte Papier deutlich macht, dass sich die Dinge besser entwickeln könnten als sein schlimmstes Szenario, werden seine Warnungen, wie schlimm sie schief gehen könnten, vom Ministerpräsidenten berücksichtigt worden sein, als er sein dreistufiges System regionaler Beschränkungen aufstellte und sie schrittweise verschärfte, um zunächst Merseyside, dann Lancashire, South Yorkshire, Greater Manchester, Warrington und Nottinghamshire im <MASK_REP> "sehr wachsamen" Stufe 3 einzubeziehen.
"Wir haben eine Vielzahl von Vereinigungen und Vereinen in ganz Europa gesehen, wie die Menschen diese Veränderungen <MASK_REP> .
Während die 26-Jährige sich <MASK_REP> um ihre eigene Gesundheit sorgt, ärgert sich Hahn, wenn sie andere Shopper ohne Gesichtsschutz sieht.
Herr Johnson drohte am Freitag, <MASK_REP> Großraum Manchester ohne lokale Unterstützung Maßnahmen aufzuzwingen, da er warnte, "die Zeit sei entscheidend" und dass "tragisch mehr Menschen sterben werden" mit jedem Tag der Verzögerung.
Die bösartigen Schwestern haben sich oft mit ihren königlichen Vettern amüsiert und haben uns gewiss zu Giganten gemacht, als Savannah bei Trooping the Colour 2018 fast das Internet brach, um Prinz George auf einen Hügel zu schieben, bevor er mit ihrer Hand den Mund bedeckte, um ihn <MASK_REP> zur Ruhe zu bringen, während der Nationalhymne.
Der Neurologe Barry <MASK_REP> : "Es gibt Kinder, die mehr als 100 Ballone pro Tag verwenden und behaupten, dass sie absolut harmlos sind.
An der Westküste gelegen, machte er seinen Weg in das Gebiet von Washington, wo ein Cousin gelebt hatte <MASK_REP> - nur um von seinem Vater begrüßt zu werden.
Die Händler sagten, die <MASK_REP> bedeuten, dass sie nicht in der Lage sein würden, das gesamte Inventar, das sie zu verkaufen hofften, zu versenden.
"Die indische Regierung <MASK_REP> und wir hoffen, dass sie uns mit dieser Anerkennung weiter wert ist", sagte Parajuli.
Darüber hinaus war die Tür <MASK_REP> Hause "nagelt geschlossen", so dass niemand gehen konnte, fand das Gericht.
Der siebentägige Durchschnitt <MASK_REP> ist jetzt von einem Höchststand von 575 vor fast zwei Wochen auf 310 am Donnerstag gesunken.
Aber er muss <MASK_REP> seine Kandidatur für ein Rennen offiziell erklären, das voraussichtlich ein überfülltes Rennen sein wird, um den scheidenden Bürgermeister Bill de Blasio zu ersetzen.
Ich lese irgendwo zurück, dass <MASK_REP> , und es hat mich zu denken, bin ich ein Hipster?
Washington <MASK_REP> jetzt auf 8.600 Soldaten von geschätzten 13.000, als es am 29. Februar das Abkommen mit den Taliban unterzeichnete.
Meyer war einer von vielen Fed-Uhrmachern, die das verfügbare Arsenal angesichts einer Rezession charakterisierten, die bereits im Gange ist oder <MASK_REP> . Die Fed bemühte sich sowohl, die Kreditkosten zu senken als auch Liquiditätsmaßnahmen für den Finanzmarkt und das Finanzsystem einzuführen.
Wenn Sie daran denken, das FreeBuds Studio stundenlang zu tragen, dann sollte das Design <MASK_REP> , dass es Ihnen gut gefällt.
West Ham Wert Rice bei fast £70 Millionen, aber viel wird davon abhängen, welche <MASK_REP> die Hammer in der nächsten Amtszeit.
Studenten an der renommierten Universität können online Vorträge sehen und <MASK_REP> auch kleine Seminare besuchen.
Heather Sebire, Stonehenge 's Kurator, erzählte der BBC 2015: " <MASK_REP> .
Diese Autoren und andere in der Times <MASK_REP> über einen Screenshot des Stückes: "Running this sets black @ NYT staff in risk".
Dieses Cookie-Sortiment - von Resy, der Reservierungsplattform des Restaurants, und Ovenly, dem in Brooklyn ansässigen Bäcker - enthält ein Dutzend Kekse, die von Köchen wie Missy Robbins, Alice Waters, Enrique Olvera, Jeremy Fox und Nina Compton <MASK_REP> .
"Zum Zeitpunkt des ersten Fliegens gab es gute Gründe zu glauben, dass das individuelle Mandat wie ein Teil eines Flugzeugs war, das für das Fliegen des Flugzeugs entscheidend ist, so dass, wenn dieser Teil abgenommen würde, das Flugzeug abstürzen würde", fragte er <MASK_REP> Jeffrey Wall, dem amtierenden Anwalt General.
Obwohl die Ältesten ihr <MASK_REP> , dass die Militanten "mich zu einem Zeitpunkt erschießen könnten, weigerte ich mich, mich zurückzugeben.
Diese Mittel wurden dann durch Hunderte <MASK_REP> Transaktionen gewaschen, um Ermittler daran zu hindern, die Gelder zu verfolgen, so die Beschwerde.
Woods startete die Runde am Samstag mit einem Par, acht Schläge hinter dem Führer Li Haotong, bevor er drei Bogeys in einer 5-Loch-Stretch an der Reihe <MASK_REP> .
Die Sounders wurden beschämend von der LAFC in der 16. Runde gestopft und sahen von zu Hause aus, wie Cascadia <MASK_REP> Portland die Meisterschaft gewann.
Wir gingen hinein und sie sagte: "Hallo, Jungen", als ob sie alle noch im Kontrollturm <MASK_REP> .
Buratai sagte verspätet Nda-Isaiah war ein großer Freund und die Nation in der Tat von <MASK_REP> und Management von LEADERSHIP Zeitung profitiert.
Wer nicht kurz aus dem Fenster schaute, um die Nachricht zu sehen, dass Barbados, das 1966 die Unabhängigkeit von Großbritannien erlangte, sich jetzt stark genug fühlt, <MASK_REP> , um ankündigen zu können, dass es nächstes Jahr eine Republik werden wird, die Königin Elizabeth als Staatsoberhaupt durch einen ihrer eigenen Bürger ersetzt.
Ich weiß, dass Menschen, die <MASK_REP> auf demselben Boden bewegt haben, auch jetzt krank sind.
"Er ist eine Husky-Mischung! Wir haben seinen DNA-Test gemacht und es war überall. <MASK_REP>
Liga-Tabellen werden von verschiedenen Anbietern zusammengestellt und werden oft als Datenpunkte verwendet, um neue Kunden zu verwickeln, aber nur selten erzählen sie die ganze Geschichte, so die Banker, dass Diskrepanzen entstehen können, weil viele Unternehmen Aktivisten privat abwehren und ihre Berater bitten, zu ihrer <MASK_REP> zu schweigen.
Christian Eckes war gleich hinter Busch in den ersten beiden Etappen, aber er beendete den 23. <MASK_REP> nach einem frühen Wrack der letzten Etappe.
In mPharma hat Gregory Rocksons mPharma <MASK_REP> eingeführt und vermarktet.
Unterdessen bestand das Bush-Team darauf, dass ihre Rivalen versuchten, ein Ergebnis zu <MASK_REP> , das in der Tat nicht endgültig war.
Obwohl ähnlich der oben <MASK_REP> App, Twitch bietet andere Gaming-Streams und hat einige coole Funktionen anders als Mixer.
Wer wird es wagen, die Tiere in unserer Herrschaft zu wagen und als Anikulapo-Kuti konstant <MASK_REP> bleiben? Wer wird der unmenschlichen Behandlung durch ein unnachgiebiges und unbesiegbares Sicherheitspersonal standhalten, wer wird unser nächster Megastar?
Laut der Essex Polizei handelt ein Mann verdächtig, als er, nachdem er die Offiziere gesehen <MASK_REP> , vorgab, in der Nähe eines geparkten Autos zu reisen.
Disney 's Streaming-Service ist ein Kontrapunkt hier: Es funktioniert <MASK_REP> , sondern hatte auch frühen Erfolg, weil vor allem Eltern brauchen die Filme und Shows.
"Irgendwie muss es einen Wechsel geben", erklärt Andrew Fraser, Senior Autor des Forschungsdokuments und Professor für Molekulargenetik an der Universität von Toronto. "Wenn wir verstehen könnten, wie dieser Wechsel funktioniert, und wenn wir eine kleine Verbindung nehmen und uns in diesen Wechsel <MASK_REP> könnten, um diesen zu verhindern, dass er sich verliert, könnte dies ein Weg sein, einen Parasit beim Menschen zu töten".
In Bezug auf häusliche Gewalt sagte Frau Vera: "Die Anrufe an die Hilfskräfte sind angestiegen, die Beschwerden an die Polizei sind nicht <MASK_REP> , aber die Beschwerden an die Dienststellen der Opfer haben eindeutig zugenommen.
Zusätzlich können Routinebesuche auch länger als eine Stunde dauern, die Zeitspanne für diese Besuche <MASK_REP> jedoch begrenzt.
Im Gegensatz dazu schrieb Kenneth Rogoff - einer der wenigen konservativen Professoren der Universität Harvard - über eine "wirtschaftliche Katastrophe, die in den letzten 150 Jahren wahrscheinlich mit der einer Rezession konkurrieren oder überschreiten wird", mit anhaltenden Effekten, die potenziell zu einer "globalen Depression" führen könnten. Die Pandemie, so <MASK_REP> Rogoff, ähnelte einer "fremden Invasion".
Weitere Maßnahmen sind ein Kundenservice-Host, der Kunden in Geschäften willkommen heißt und Fragen <MASK_REP> Distanzierung beantwortet.
Stellen Sie sich <MASK_REP> Situation vor, in der der Ehemann - oder das Verhalten des Beklagten - so entsetzlich war, aber er dann gegen die Scheidung verteidigte, und die Frau müsste entscheiden, ob sie ein angefochtenes Gerichtsverfahren einleiten soll, um festzustellen, ob das Verhalten stattgefunden hat oder fünf Jahre lang verheiratet bleiben soll.
"Es ist einfacher, Prozac verschrieben zu bekommen, wenn man sich ein wenig wackelig fühlt, als jemanden <MASK_REP> , der paranoid schizophren ist, tatsächlich auf seinem Medikament", sagte Temple.
"Der Januar ist für mich ein wichtiger Monat", sagte er aus seiner Wohnung, und wenn er gefragt wird, ob er mit anderen Überlebenden vor Ort <MASK_REP> möchte, sagte er, er würde lieber Studenten besuchen.
"Ich habe in den letzten Jahren so viele nützliche Tipps gesammelt, <MASK_REP> in meinen 30er und 40er Jahren hilfreich gewesen wäre.
Viele von ihnen waren bisher nicht in der Politik involviert, lernen aber schnell und sind in der globalen Presse beliebt (Kolesnikova hat kürzlich Freunde von Reportern, indem <MASK_REP> ihnen Eis gab).
Ein Fahrplan aus dem Absperren ist näher, und Treffen laufen, um <MASK_REP> Details darüber zu skizzieren, wie sich Unternehmen in viktorianischer Not auf die Wiedereröffnung vorbereiten können.
Das Team von Sean Lemmens hat in seinem 50. Spiel mit Luke Shuey und Andrew Gaff die Kontrolle über das Spiel übernommen, aber ihre Vorzüge konnten nicht auf <MASK_REP>
Im Bankenbereich gewannen ICICI Bank, RBL Bank, HDFC Bank und Axis Bank jeweils 0,8 bis 1,9 Prozent, im Auto-Raum haben Maruti Suzuki, Hero Motocorp und M & M jeweils bis zu 2 Prozent zugenommen <MASK_REP> im realty-Bereich haben Godrej Properties, Sobha Developers und DLF jeweils 2-4,9 Prozent hinzugefügt.
John Wooden unterrichtet seine Spieler, darunter Bill, links während des NCAA-Finales 1972 in der Sports Arena in Los Angeles <MASK_REP> .
Ein von Agenturen gehaltenes Dossier sagte auch, dass im April 2019 Farooqui Mawlawi Zia ul-Haq als Chef des ISKP ( <MASK_REP> ) abgelöst habe.
Sie ist auch eine Rolle in dem kommenden Film The New Mutants, <MASK_REP> amerikanisches Horror basierend auf dem Marvel Comics Team.
"Ein großer Fehler besteht <MASK_REP> darin, mit dem Emittenten der Kreditkarte zu überprüfen, was die Versicherung Ihrer Karte abdeckt und was nicht", sagt Oliver Browne, ein Analytiker der Kreditkartenbranche für Kreditkarten Insider. "Bevor Sie eine Reise buchen, sollten Sie sich unbedingt mit dem Emittenten der Kreditkarte über die Reiseversicherungsleistungen informieren, die von Ihrer Karte gewährt werden, und über den Betrag, den Sie gedeckt sind".
Das Spiel zwischen Utah und UCLA, das <MASK_REP> heute Abend zurückgedrängt wurde, wird im Primetime-Fenster der Westküste (wenn es gespielt wird).
Die Gesamtzahl der nach vollständiger Erholung aus Quarantäne freigelassenen Personen betrug <MASK_REP> 590, das sind 120 vom Vortag.
Die Spieler haben bereits im Juli eine 14-tägige Quarantäne im Clubzentrum an der Gold Coast absolviert <MASK_REP>
Sie hinterlässt auch einen traurigen Geschmack - es hat den Eindruck, dass Bürokratie <MASK_REP>
Sie stand ihrem Mann damals, James, gegenüber über das Mysterium mobile, das so gehandelt hatte, <MASK_REP> er es nie zuvor gesehen hatte.
Kraken Alumni <MASK_REP> Trainer Henning war wahrscheinlich begeistert, als er gehört hatte, dass GM Francis einen "Olczyk" als seine Assistentin GM angelandet hatte.
Laut der Irish Times beeinflusste etwa die Hälfte der Frauen, die sagten, dass sie <MASK_REP> irischen Männern eingeschaltet wurden, ihren Akzent.
<MASK_REP> Samstag ist immer ein wunderbarer Tag für Familien - das ist auch einer unserer Lieblingstage für alle Beteiligten.
"Menschen müssen monatelang Antibiotika <MASK_REP> , um Lepra zu behandeln", sagte Dr. Leendertz.
Bis die endgültigen <MASK_REP> FAA, Boeing wird auf physische Trennung der Kabelbündel, bevor die MAX für den Dienst freigegeben wird, zwei Personen vertraut mit der Sache gesagt.
Die Küche kann nicht zubereitet werden, <MASK_REP> der Tag begonnen hat, angefangen am Freitag am Abend und endet am Samstag am Abend.
Am Ende des Tages verdienen sie es, sie hatten eine tolle Saison und führen <MASK_REP> mit, oh ich weiß nicht, wie viele Punkte.
In den nächsten Tagen bekam Peyton eine "erstaunliche" Betreuung durch Krankenhauspersonal sowie Steroide, um ihre Lunge <MASK_REP> .
Und, ja... wie, <MASK_REP> s ein bisschen zu oft, und ich fing an, mich als Partymädchen zu profilieren.
Kaling hat nie ein Bild von ihrem Gesicht oder der Identität ihres biologischen Vaters geteilt, dass es <MASK_REP> , etwas Privatsphäre zu wahren.
Die Testergebnisse der JQA zeigen, dass Hisense X8 Split Stock-Klimagerät und Hisense X8 Split-Wand- Klimagerät die "strengen" Industriestandards auf dem japanischen Markt erfüllen können, was die beiden Kernindikatoren "Air Volume" und "CO2 Reduction Rate" betrifft. Hisense Fresh Master-Klimaanlage ist auch das weltweit erste Produkt, das <MASK_REP> JQA 's Frische-Luftbescheinigung erhält.
Und als die Elektronik herauskam, war es teilweise im Rücken und mein Hemd kam ein wenig raus <MASK_REP> , obwohl meine Kleidung ganz auf.
"Wir springen also nicht vorwärts, und niemand sollte es tun, <MASK_REP> nächste Spiel ist das einzige, das in der Minute zählt.
Weil die Art und Weise, wie er letztes Jahr, für seine Standards, war, ich sage nicht schlecht, aber das Spiel gegen Roger, mental <MASK_REP> er nicht.
Das Buch mit dem Titel "What 's Luck Got to Do with It?" untersucht die Rolle, die das Glück spielt - sei es durch vererbten Reichtum, Geographie oder <MASK_REP> - in einer sich verschärfenden Ungleichheit.
Die Tatsache, dass <MASK_REP> Farro und Williams in einer halb unbekannten Beziehung befanden - siehe Paramores Brand New Eyes LP 2009 - hat das Gefühl noch verstärkt, eine Seifenoper mit gnarlier-Akkordspiel zu sehen.
Wallace, 26, erhielt nach der Entdeckung und <MASK_REP> einer Untersuchung von Mitfahrern und Sportstars auf der ganzen Welt Solidaritätsbekundungen.
Die Spieler marschierten nach der üblichen dramatischen Musik aus, die Line-ups wurden an freien Ständen angekündigt, bevor die mächtigsten <MASK_REP> Aussagen in die Welt geschickt wurden.
Auch Mums und Perlen mit ihren erwachsenen Kindern, die zu Hause leben, leiden - die Studie ergab, dass mehr als zwei Drittel der Eltern mit ihren eigenen Partnern <MASK_REP> die Suche nach ihren Kindern kämpfen.
Am Dienstag <MASK_REP> David bei einem Besuch der Rentner von Chelsea in London in dieser Woche darauf hingewiesen, was die jährliche Gelegenheit für ihn bedeutet.
In der Tat <MASK_REP> die Sophomore-Run der Show wurde bestätigt, noch bevor die erste Serie im Dezember letzten Jahres fallen gelassen hatte.
Shoshana Zuboff, mit dem Kara sagte, sie habe über den so genannten Überwachungskapitalismus gesprochen <MASK_REP> : "Ich dachte, sie sei zu diesem super frühen Zeitpunkt und sei weiterhin ein wirklich interessanter Denker" zu diesem Thema.
Die Regierung sagt, dass der <MASK_REP> Steuerzahler bis zu 50% der Kosten für die Unterbringung von Migranten in Hotels sparen könnte.
Es liegt in der Verantwortung aller Gemeinderäte, <MASK_REP> , um zu gewährleisten, dass sich die Stadt und ihre Dienstleistungen weiter verbessern.
Die Zunahme des Alkoholkonsums hat sich mit mehr Schlaf bemerkbar gemacht, da <MASK_REP> durch die Notwendigkeit, aufzutreten und zur Arbeit zu gehen.
"Wir <MASK_REP> alles daran, um die Patienten zu betreuen und den Druck auf den NHS in dieser Zeit zu lindern".
Eine starke Erholung der Aktivität im Mai und Juni weckte Hoffnungen auf eine schnelle Erholung, aber die Wirtschaftswissenschaftler prognostizieren nun <MASK_REP> eine langsame Rückkehr zum Niveau der Aktivität vor der Krise.
Wenn Sie daran denken, etwas über soziale Medien, die negativ über jeden hier heute Abend, sind wir alle aus einem Grund hier, und das ist <MASK_REP> zu unterhalten.
So waren beispielsweise Toby Alderweireld, Tanguy Ndombele, Steven Bergwijn, Érik Lamela und Sergio Reguilón <MASK_REP> gegen Newcastle - mit Dele Alli wieder völlig ausgeschlossen -, so dass Mourinho, der vor 10 Tagen sagte, dass er "zu viele Spieler" habe, starke Reserven hat, auf die er zurückgreifen kann, wenn er das Team dreht.
Die Nachricht wurde bereits im Februar bekannt gegeben, mit <MASK_REP> Piers Wenger sagte: "Es war eine Entscheidung, die sich selbst.
Ich würde <MASK_REP> lieben, Sex mit einem anderen Mann zu haben, aber sie sagt, es werde nicht glückenCredit: Getty - Beitragender.
Der Schuldige Bumrah erledigt die Arbeit für seinen Skipper, als er Mayank Agarwal in seine <MASK_REP> ersten Zeit los wird, um seiner Seite den dringend benötigten Durchbruch zu geben.
Die Zeitung nannte Ermittler <MASK_REP> , es sei immer noch unklar, ob es sich um einen gescheiterten Terroranschlag oder einen versuchten Erpressungsversuch handelte.
Jeremy Davis (abgebildete) aus Wolverhampton sagte, <MASK_REP> er habe zwei "Missionen" vor der Küste von Dover seit der Gründung der Little Boats-Website angeführt.
Derzeit testen wir die neu eingesetzten technischen Systeme, die es den Benutzern ermöglichen, Einspruch zu erheben und den Vorstand zur Überprüfung von Fällen <MASK_REP> .
Das Paar wurde im Jahr 2017 in New York <MASK_REP> , bevor er sich aufsplitterte, um ein anderes deutsches Modell, Toni Garrn, 26, am selben Tag zu treffen.
"Ich <MASK_REP> einen solchen Kampf, ich erwarte einen härteren Kampf.
<MASK_REP> manchmal verwende ich es auch als Haar Maske - es funktioniert gut.
Der Posten <MASK_REP> fast 4.000 Mal und hatte mehr als 12.000 Kommentare, mit Eltern scheinbar mehr begeistert als ihre Kinder.
Ich erinnere mich, dass mein Vater eine Vasektomie hatte und neun Monate später <MASK_REP> eine Überraschung mit Lewis ausbrach.
2020 war für die meisten von uns eine harte <MASK_REP> , viele große Feierlichkeiten und Momente wurden gestrichen, so dass wir alle Freude daran haben, die kleinen Dinge im Leben zu schätzen.
Der darauf folgende Ausbruch des schweren akuten Atemwegssyndroms (SARS) tötete 774 Menschen auf der ganzen Welt, bevor er unter Kontrolle gebracht <MASK_REP> .
Die beiden ersten <MASK_REP> Saisonhälften von STEVEN Gerrard in Rangers waren bisher so nah an der Geschichte, besser, aber nicht ganz gut genug im Premier League.
Es wurde also nicht rigoros getan, aber es dauerte vierzig Jahre, weil im Kern der Begriff war, dass Syphilis <MASK_REP> sein muss.
Bei BSE stiegen 1.170 Aktien, während 566 fielen, während bei der NSE 1.125 Aktien mehr gehandelt wurden und 506 weniger <MASK_REP> .
Diese <MASK_REP> sind in einem Pandemiejahr wichtiger denn je, und ich habe den Eindruck, dass wir so gut aufgestellt sind, wie wir es können, um damit umzugehen.
Die Umweltorganisation stellte fest, dass durchschnittlich 60% mehr Fleisch, Eier und Molkereier <MASK_REP> als Ernährungsrichtlinien empfehlen.
Die Nr. 2 <MASK_REP> (12-4) werden am Sonntag im Arrographe Stadion von Kansas City die vierten und vierten Texaner (10-6) aufnehmen.
Schließlich wurde er in Bronze gegossen und in der Domäne für alle zu sehen, Wasser in einen Brunnen <MASK_REP> .
Das Paar wurde im Jahr 2017 in New York gekauft, bevor er sich <MASK_REP> , um ein anderes deutsches Modell, Toni Garrn, 26, am selben Tag zu treffen.
In der Tat <MASK_REP> , die Sophomore-Run der Show wurde bestätigt, noch bevor die erste Serie im Dezember letzten Jahres fallen gelassen hatte.
"Andere Bewohner haben <MASK_REP> , so dass es überraschend ist, dass wir noch nicht einmal ein Bild von einem aufgenommen haben", fügte er hinzu.
Sie könnten einen von ihnen zurückbekommen und jemanden verlieren, <MASK_REP> es in den nächsten Tagen und Wochen viel passieren kann.
Das Versäumnis Sabiskys Äußerungen zu verurteilen wurde von Labour als "verabscheuungswürdig" angeprangert, während der schottische erste Minister Nicola Stör sagte, es sei an der Zeit, dass Downing Street "einige grundlegende, aber <MASK_REP> Werte demonstriert".
Werder Bremen soll auf eine Unterzeichnung Tahith Chong vor der nächsten Saison <MASK_REP> redit: AP: Associated Press.
<MASK_REP> wie sie und ihr Mann überleben und ihren 15-jährigen Sohn Kieran ernähren werden, hat sie ihr Gefühl "unglaublich niedrig" verlassen.
Antonio Coppola (* 21. März 1917 in Ocean Hill, Brooklyn <MASK_REP> 21. März 1917 in East Harlem, New York) war ein italienischer Immigrantenvater.
Und obwohl <MASK_REP> (Leilani) ihre eigenen Behinderungen hatte, ging sie aus ihrem Weg, um ihnen zu helfen, das zu finden, was sie brauchten.
"Er ist mit Sicherheit das beste Zentrum in der Premier League und seiner Art <MASK_REP> , die ich nirgendwo besser finde", sagte Redknapp über TalkSport.
Der darauf folgende Ausbruch des schweren akuten Atemwegssyndroms (SARS) tötete 774 <MASK_REP> auf der ganzen Welt, bevor er unter Kontrolle gebracht wurde.
Es war eine harte <MASK_REP> , eine glorreiche verpasste Gelegenheit, ein Stadion mit dem bekannten Geräusch des menschlichen Geräuschs zu berauben.
"Sie konnten sich verbinden und sich auf Reisen nach Wimbledon verpflichten - wir <MASK_REP> sie dort ein paar Mal.
Wenn Sie versuchen, eine Meisterschaft-Kaliber-Fußballmannschaft zu bauen, glaube ich, <MASK_REP> , und das ist diese Art von Roster.
Nach FootMercato sagte Neymar <MASK_REP> , dass er bei ihrem Lauf zum Champions League-Finale einen neuen Vertrag unterzeichnen wolle.
Wir brauchen die Macht der Regierung <MASK_REP> auf allen Ebenen nachhaltig mobilisiert wird - und nicht episodisch, nicht sporadisch, nicht nur nach einem Ereignis.
Ruidiaz <MASK_REP> mit 12 Teams und vier Assists in nur 17 Spielen für seine Mannschaft in Peru zu spielen.
WrestleMania, das wichtigste WWE-Ereignis, findet am <MASK_REP> Samstag und Sonntag dieses Jahres zum ersten Mal in der Geschichte statt.
An der Ostküste, wo die Tagestemperaturen nur 6C (43F) erreichen, könnte es sich als 0C ( <MASK_REP> ) fühlen.
Ich bin ein Celeb Star Kate sprach mit Hallo! über Derek 's neuesten <MASK_REP> und sagte: "Ich glaube wirklich, dass er hören kann.
Die Kampagne mit Vertretern der Trump-Familie, darunter Donald Trump Jr. und Lara Trump, hat kürzlich Anzeigen veröffentlicht, die die Wähler ermutigen, ihre Stimme zurückzugeben. Die Botschaft für gezielte Textkampagnen ist ähnlich: "In Florida ist <MASK_REP> per E-Mail der sicherste Weg, um sicherzustellen, dass Ihre republikanische Stimme in diesem November gezählt wird", liest ein Text von Frau Trump.
Dort setzt sich das UKAHT-Team in Lockroy ein und wartet auf die Ankunft von Touristenhorden - bis zu 350 pro Tag an Bord einer <MASK_REP> von Kreuzfahrtschiffen.
Die Überschwemmungen haben die einfachen Menschen <MASK_REP> getroffen: ein Friseursalon, Dorfkneipen und Cafés, Ruhestätten - alles verwüstet.
Als freier Sozialist und Pazifist <MASK_REP> politischer und begann sich mehr als Journalist als Autor zu beschreiben.
Der Minister betonte das rasante Umfeld der Ministerien und Behörden <MASK_REP> sie das Quarantänesystem einführten.
Fragen Sie sich, ob die Dinge, die normalerweise Ihren Geist aufheben, wie ein Spaziergang im Park oder ein Stock für Ihren Hund <MASK_REP> , nicht funktionieren.
Matt Hancock sagte heute Morgen: "Das <MASK_REP> der Polizei war, dass wir die Regeln super einfach sein, so dass jeder weiß, was sie sind.
Sie versuchen uns zu zwingen, <MASK_REP> einen Namen von jemandem zu nennen, aber wir haben ihnen keinen Namen zu geben.
Die bevorstehende Weltwirtschaftsrezession ist nicht mehr eine Hypothese <MASK_REP> alle Statistiken und Prognosen stimmen mit der Realität überein. Wenn etwas unsicher bleibt, dann ist es die Größe, Schwere und Erholungszeit, die wir benötigen. Bedingte Zusammenarbeit zwischen den derzeitigen Wirtschaftsmächten, die derzeit sehr angespannt und schädlicher als hilfreich ist, könnte sich die Notlage insbesondere der Entwicklungsländer verkürzen und eine "V" -förmige Erholung erleben.
"Die Milizen haben das Land bereits aufgeteilt, was sie kontrollieren müssen, ist der Zugang <MASK_REP> dort interagieren sie mit der Zivilbevölkerung, wo sie alles besteuern können, was sich über die Straßen bewegt oder die Menschen, die sie auf diesen Wegen bewegen, stehlen und vergewaltigen".
Herr Johnson führte die Regierung weiter <MASK_REP> und behauptete sich bis Freitag besser zu fühlen, obwohl er immer noch eine anhaltende Temperatur hatte.
Man mag sich darüber Sorgen machen, dass man wie ein <MASK_REP> zu einem Trainingsvideo aus den 80er Jahren aussehen wird (schottischer Designer Christopher Kane sagte Vogue: "Ich liebe Neon - es ist so gemacht und laut und unverschämt" - aber es kann auch elegant sein.
Er lebte in seinem Haus, das subventioniert wird, da seine Familie während der letzten Rezession in schwere Zeiten <MASK_REP> . Seine Mutter, eine Lehrerin, musste sich nach einem schlechten Autounfall die Zeit nehmen - und kämpfte danach, neue Arbeit zu finden, als die Wirtschaft wieder aufgeschüttet wurde. Da sie die erste Preisträgerin für ihre fünf Söhne war, darunter eine mit schwerer Behinderung, war es ein schwerer Schlag.
<MASK_REP> war nicht nur das einzige verbliebene Mitglied der Tiegel-Mannschaft von 2004, sondern auch die letzte Verbindung zur George Graham Ära.
Und heute Abend enttäuschte sie sich nicht, da die BGT-Richterin 49 ein Video von sich selbst trug, das in ein riesiges Glas Wein tauchte und einen schwungvollen Badeanzug <MASK_REP> .
Die bewaffnete Polizei erschoss und tötete Usman Khan, 23, nachdem er Saskia Jones, 23, und Jack Merritt, 25, im vergangenen Monat bei einem Häftlingsrehabilitierungsversuch in <MASK_REP> Fishmongers 'Hall in London erstochen hatte.
Im Mittelalter war das <MASK_REP> geschwungen: es war wieder modisch, wenn nicht praktisch.
Die Inhaber müssen selbst entscheiden, ob sie Notizen ausschreiben wollen, und wenn ja, <MASK_REP> .
Downs war auch Gastgeber von "Today", nachdem seine Vorgänger - Edwin Newman und John Chancellor - keine Verbindung zum Zuschauer als Ersatz für Dave Garroway hatten. <MASK_REP>
Die Form der <MASK_REP> selbst, und die Art und Weise, wie das rote Element aus dem Cluster heraussteckt - BMW viel?
Weil ich von Menschen, die älter waren als ich, irgendwie herumgetrieben wurde, und ich <MASK_REP>
Der Gewinn der UCLA Freitag <MASK_REP> die Bruins in eine Krawatte mit Stanford (20-3, 9-1 Pac-12) für die zweite in der Konferenz.
Er war sachlich, als er mir sagte, dass das Shooting in einer Woche <MASK_REP> sein würde und dass er sich dann mit mir zusammentun würde.
Paulino trug kein Mobiltelefon <MASK_REP> und eine Sicherheitsebene verhinderte sie, über den Vordersitz zu gelangen, um das Horn zur Hilfe zu nehmen, so der Herald.
Obwohl die Landung dauerte nur ein paar Jahre <MASK_REP> im Ganzen, erwies es sich als ein Sprungbrett zu einer noch größeren Karriere.
Aber während sich die Vereinigten Staaten darauf vorbereiten, die Niederlande für die Meisterschaft am Sonntagmorgen zu treffen, würde ich diese Behauptungen wie den amerikanischen Torhüter Alyssa Naeher gegen England <MASK_REP> .
Es würde <MASK_REP> über die gesamten Vertragsjahre ermöglichen, einschließlich der Frage, ob eine Divergenz der Standards den Handel verzerrt.
Singapur belegt derzeit den sechsten Platz im Digital Capitals Index und wird voraussichtlich bis 2024 einen Platz im globalen Ranking auf den fünften Platz insgesamt <MASK_REP> .
Nach dem Tod <MASK_REP> am 22. April erlitt der Medic schwere Blutungen, so The Paper.
"Es macht mich wirklich nervös, wenn ich einen Marsch anführe und ich sehe Polizisten <MASK_REP> , weil du nie weisst, was passieren wird", sagte Frau Taylor.
Es war eine Art Spiel in der Nacht zu spielen, um sich vorzustellen, wie verschiedene Teile meiner Welt <MASK_REP> könnten und wie ich am Leben bleiben würde.
Im Rahmen der Strategie wird der Minister zunächst versuchen <MASK_REP> , den Schwellenwert von 50-60% zu überschreiten und später den Grenzwert von 70-80% zu erreichen.
Am Ende der <MASK_REP> Übung prognostiziert Bischof Garuba einen Neuanfang für das Land, frei von den Kräften der Feinde.
SEOUL (Reuters) - Das südkoreanische Militär hat am Dienstag angekündigt, den Einsatz einer Anti-Piraterie-Einheit, die jetzt vor der Küste Afrikas auf das Gebiet um die Straße von Hormuz operiert, <MASK_REP> , nachdem die Vereinigten Staaten um Hilfe bei der Bewachung von Öltankern gedrängt hatten.
"Wir können alles über Beschäftigung, Unternehmen, <MASK_REP> und Steuern streiten", sagt Will Beckett, Mitbegründer der Hawksmoor Restaurantgruppe.
Variationen dieses Themas könnten eine Schnitzeljagd im Haus oder auf dem Hof oder eine Reihe von Anhaltspunkten für ältere Kinder sein, <MASK_REP> entschlüsseln.
Tottenham Verteidiger Ben Davies sagte, es sei ein stolzer Moment, die Kapitän-Armband zum ersten Mal von Beginn eines Spiels <MASK_REP> Wales an zu nehmen.
LT: Als Dr. Thabane gewählt wurde, wurde er <MASK_REP> für die laufende Amtszeit 77 gewählt.
"Ich <MASK_REP> , das ist ein bisschen viel für ein Jubiläum", lachtete der Black Magic-Hitmacher. "Damals habe ich mich eingeschaltet und wir begannen einen Film zu sehen.
Ulis <MASK_REP> eine Reihe von Bildern von Kasi Vorhänge in einer fließenden Ballgown, wie sie saß cradling ihr kleines Mädchen.
Er startet jeden Tag von einem gemieteten Shop-Abstellraum in Glebe, billigen Staubsauger, der auf den Rücken <MASK_REP> , und Reinigung Sydney Häuser für Geld.
Andere Angeklagte, darunter der ehemalige stellvertretende Premierminister LK Advani und <MASK_REP> BJP-Führer MM Joshi, müssen derzeit noch untersucht werden.
"Im Laufe der Erdgeschichte hat sich die Geographie des südlichen Ozeans kontinuierlich verändert, da Kontinentalplatten kollidieren oder <MASK_REP> , Grabhügel und Seeberge gebildet wurden, Eismassen Sedimente über die Kontinentalregale wie Bulldozer ablagerten und Schmelzwasser Sedimente von Land zu Meer transportierte", sagt AWI-Geophysiker und Mitautor Dr. Karsten Gohl.
Es war eine erstaunliche Erfahrung, aber es <MASK_REP> nie wirklich gesunken, bis wir nach Hause gekommen sind und erkannt haben, wie selten das tatsächlich passiert.
Die derzeitige Kultur der führenden Großmeister ist auch, wenn wir brutal ehrlich sind, ein bisschen Persönlichkeit <MASK_REP> im Vergleich zu den Giganten der Vergangenheit.
Was im Haus geschah, wurde in der Kamera aufgefangen und zeigt, wie ein scheinbar normaler Morgen in <MASK_REP> gefährlich werden kann.
Der Victoria Cross hat auf seinem Rücken gekniffen - <MASK_REP> erinnert sich an die Ereignisse in seiner Karriere, als er extremen Mut zeigen musste und den Stolz, den er im Dienste seines Landes hat, würdigt.
Ein Geschenk der Saison, das Ihnen gefallen wird, Diptqyque 's limitierte Weihnachtskerzen sind als Set <MASK_REP> drei erhältlich und machen eine beeindruckende Ergänzung zu ihrem Zuhause.
Lyle kam bei den 52. Meistern an, nachdem er <MASK_REP> in Greensboro gewonnen hatte und versuchte, eine gläserne Decke zu zerstören, um der erste britische Golfer zu werden, der in Augusta gewinnt.
In Watlington Grundschule in Oxfordshire, Headteacher Yvonne Hammerton-Jackson sagte, die Rückkehr von mehr Schülern hatte einen "erfolgreichen, glücklichen und sicheren Tag" markiert, aber <MASK_REP> nur die Hälfte der Studenten von der Rezeption, Jahr 1 und Jahr sechs wurden wieder vor Ort eingeladen, da es keinen Raum für sie alle zu distanzieren.
Sie fügte hinzu, dass zwei ihrer <MASK_REP> , die schwanger waren, ihre Kinder allein los wurden, weil sie so fürchteten.
Das Modell aus rostfreiem Edelstahl - 50 Meter hoch und 9 Meter im Durchmesser - <MASK_REP> über den Golf von Mexiko.
Die neuen Maßnahmen <MASK_REP> machen die Lockerung der strengen Aussperrung des Staates im Mai und dann wieder im Juni, als Restaurants, Bars und Turnhallen in den Bezirken, die die Sicherheitsrichtlinien des Staates erfüllten, wieder geöffnet wurden.
Gesundheitsbeamte sagten gestern Morgen auf einer Pressekonferenz in Spanien, dass nur der Vater <MASK_REP> mit dem bestätigten französischen Fall in Kontakt stehe.
Im Jahr 2017 heiratet Stause den Smallville-Schauspieler Justin Hartley, der drei Jahre nach ihrer Entstehung mit Glee-Star Matthew Morrison verheiratet war. <MASK_REP>
Er fügte hinzu: "Es geht auch darum, die Angelegenheiten des Vereinigten Königreichs zu sagen, dass wir eine britische Partei sind, und wir sollten sicherstellen, dass das Vereinigte Königreich als Ganzes betrachtet wird und wie es funktioniert. <MASK_REP>
Nach dem Tod seines Vaters am 22. April <MASK_REP> der Medic schwere Blutungen, so The Paper.
Der S Pen wurde tatsächlich schneller auf dem Bildschirm aufgenommen als auf der Note10, was ein viel besseres <MASK_REP> .
"Ich wollte das Publikum auf eine lustige Art und Weise erraten lassen, da es während des gesamten Films eine Reihe von Ostereiern geben <MASK_REP> , die sich auf die Ursprünge von Star Wars beziehen".
Nach dem Zusammenbruch wurde bekannt, dass der Beton korrodiert war und dass die Brücke strukturell kompromittiert war. <MASK_REP>
Ich denke, ich werde bald <MASK_REP> und freue mich darauf, die Kampagne so zu Ende zu bringen, wie sie begonnen wurde ".
Masayoshi Son, CEO der SoftBank, hat seit der Gründung des Vision Fund vor etwa drei Jahren den Ruf inne, seine Investitionen <MASK_REP> aggressiv auszugeben.
Frau Williams sagte Journalisten, dass der Ausbruch zu verschiedenen Zeiten in verschiedenen Teilen von Wales seinen Höhepunkt erreichen könnte, aber es <MASK_REP> "zu früh", um genaue Prognosen darüber abzugeben, was passieren wird.
Die andere ist ziemlich hart, weil viele Spieler <MASK_REP> oder sogar auf Tour, wenn Sie außerhalb der Top 64 und sie werden recht gute Spieler.
Er sagte: "Meine Tochter <MASK_REP> ," na ja, ich will den Prinzen treffen ", sie war damals fünf Jahre alt, also war ich wie okay, ja!
Andere Empfehlungen, die sie aufgelistet hat, sind, Handshakes zu vermeiden, vor allem in geschlossenen Räumen, und sorgfältig waschen die Hände <MASK_REP> als 20 Sekunden und / oder Reiben Alkohol.
<MASK_REP> Sie haben eine sehr starke Berufsethik, die bisweilen einen Tribut auf Ihre psychische Gesundheit abwerfen kann.
Einige börsennotierte Unternehmen haben jedoch mitgeteilt, dass sie die Darlehen in finanziellen Offenlegungen erhalten haben, weil es sich um Ereignisse handelt, die <MASK_REP> für ihre Unternehmen angesehen werden.
Obwohl die Krankenschwester keine Einzelheiten über das Verhalten der Krankenschwester zur Verfügung stellt, sind die neuen Eltern angeblich so verärgert, dass "sie sich nicht in der Lage fanden, die Nacht komfortabel zu schlafen, ohne regelmäßig auf Archie zu überprüfen", was eine Ersatz-Krankenschwester überflüssig macht. <MASK_REP>
Dann war Alaska Gov. Sarah Palin der <MASK_REP> Sen. John McCains Auswahl 2008 und Geraldine Ferraro lief 1984 mit Walter Mondale.
"DIESES IST NICHT HELP, IT IST EIN DUTY" Nach einer großen Explosion, die durch Beirut wütete und etwa eine Viertelmillion Menschen mit <MASK_REP> Häusern verließ, haben Libanesen ihre Häuser für Verwandte, Freunde und Nachbarn geöffnet.
Andere Apps, inklusive Passwortmanager LastPass, werden einfach nicht im Dex-Modus laufen, was es <MASK_REP> für meine spezielle Verwendung schwer zu verkaufen macht.
Das Studio hat gesagt, dass es Filme, die derzeit in Theatern zu sehen sind - "Unsichtbarer Mann", "Die Jagd", "Emma" - schon ab Freitag zum Verleih bringen wird. <MASK_REP>
West Ham Wert <MASK_REP> bei fast £70 Millionen, aber viel wird davon abhängen, welche Teilung die Hammer in der nächsten Amtszeit.
"Ich war mit seiner damaligen Freundin Chrissie Shrimpton befreundet, und sie führte mich in die Rockokratie ein. <MASK_REP>
Greta Thunberg hat nach einem Instagram-Posten aus dem 17-Jährigen ihren eigenen Namen und den ihrer Freitagsbewegung für die Zukunft <MASK_REP>
Selbst wenn es billig genug wäre, würden wir kultiviertes Fleisch auf unseren Lebensmittellisten hinzufügen? Purdy sagt, dass das größte Hindernis, diese Produkte in den Vereinigten Staaten auf den Markt zu bringen, "eine schwierige Regulierungslandschaft" ist, <MASK_REP> von Fleischlobbyisten, die ein starkes Interesse daran haben, Zellkultivierfleisch aus den Regalen zu verbannen.
Nur eine anhaltende <MASK_REP> des Ziels bei der Bekämpfung der Pandemie wird den Kontinent von Krankheiten befreien ", sagte er.
Kaitlyn Bock, PASA 's Afrika Operations Manager <MASK_REP> , sagte The Independent: "Die Mitglieder von PASA haben Hunderte von Primaten transportiert, die unter den Bestimmungen der Cites aus dem illegalen Wildtierhandel gerettet wurden, und wenn es am besten funktioniert, sichert es den Prozess für alle Parteien.
Das erstklassige Dubai Erlebnis, das ab €46 ($59) kostet, ist eine halbtägige Tour, bei der Gäste am Sandboarden und <MASK_REP> teilnehmen können.
Die getöteten Kinder umfassten 22 Jungen, zwischen 12 und 17 Jahre, und ein Mädchen <MASK_REP> soll zwischen acht und zwölf Jahre alt gewesen sein.
"In der nächsten Saison, kommen Sie nach Craven Cottage für das gleiche Spiel und ich kaufe Ihnen ein Pint oder ein Glas Sherry <MASK_REP> , wie wir sie in Fulham nennen".
Der CASP-Wettbewerb umfasste rund 100 Teams, die die Aminosäure-Sequenzen <MASK_REP> von Proteinen erhielten und mit der Schätzung ihrer endgültigen Formen beauftragt wurden, die den Organisatoren bekannt waren.
" <MASK_REP> , dass wir gemeinsam einen Weg finden müssen: Wir untersuchen die potenzielle Gefahr, Singen unnötig zu stigmatisieren und Menschen zu erschrecken, zu singen.
Aus Cote, einem gehobenen koreanischen Restaurant im Distrikt Flatiron, bestellte ich einen Magnaten von Beaujolais und ein "Steak-Pflegepaket": vier <MASK_REP> mit detaillierten Anweisungen, wie man sie kocht, zuzüglich saftigem ssamjang, einem kundenspezifischen Salz-Mix und einer Reihe von Banchan, einschließlich Kimchi und knackigem Kayote-Squash.
Iain erzählte uns: "Soaps sind alles mit einem ausgewogenen Ton verbunden, so dass wir eine sehr ernste David-Geschichte aufkommen haben, aber dagegen spielen, dass wir eine etwas erhöhte, wage ich zu sagen" campy story "mit <MASK_REP> und ihrem geheimen Angriff auf den Dobbs Haushalt.
" <MASK_REP> weniger, und Laura wurde aktiver, weil sie wusste, was sie tun konnte und konnte", sagt Antony.
Er wurde zum Oberhaupt dieser Regierung, und er hob <MASK_REP> Tricolor zweimal an den Stadtmauern des Roten Fort 1977 und 1978.
Brenner hatte Papiere des Mathematikers John von Neumann gelesen, aus denen er die Lehre gezogen hatte, dass für die Reproduktion eine Struktur notwendig sei, die in sich einen Bericht darüber enthielt, wie sie gemacht werden könne - der Bericht, die fertige Struktur und die Mittel seiner Herstellung <MASK_REP> logisch voneinander getrennt.
Sie hat sechs Jahrhunderte jagen Weiße Fern, das <MASK_REP> zwei mehr als jede andere Frau in ihrer gesamten ODI Karriere.
Und die Zuschauer waren schockiert zu sehen, wie <MASK_REP> ein Fahrer scheinbar schlafen musste, als sein Fahrzeug im August 2019 auf einer kalifornischen Straße reiste.
Am Dienstag schrieb McGrath "Danke für Ihre Unterstützung" neben einem Video von McConnell, <MASK_REP> besagt, "Sie ist eine Marine, sie ist eine Mama und ich war da schon zu lange". Der 4-Sekunden-Clip entstammt McGrath "Antwort auf McGratas Pläne, seinem Heimatland Kentucky zu helfen, wenn er gewählt wird, wobei die amtierende Kritik die Kampagne seines Herausforderers und ihre wiederholte Tournee durch ihre jahrzehntelange militärische Erfahrung kritisiert.
Es wurde schon so viel über Diary of a MP 's Wife gesagt, es hat den Anschein, als <MASK_REP> es für immer da, obwohl es morgen tatsächlich veröffentlicht wird.
Die Fans eilten zu Jesys Verteidigung, mit einem <MASK_REP> : "Sie veröffentlicht nur Bilder auf instagram und ur, die darum schreien, lassen sie allein".
Als Casey im St. Anthony 's Hospital ankam, war seine Diagnose trostlos: Er hatte laut Krankenhausaufzeichnungen eine Harnwegsinfektion und einen <MASK_REP> - eine offene Wunde, die fast bis in den Knochen geht.
Ein Berater sagte, <MASK_REP> diesem Treffen sei "viel mehr Energie" vorhanden als vor dem Sturz von Herrn Johnson.
Trotz allem, was es war und was auch immer, das Rennen <MASK_REP> Les Carlyon nannte den großen Erstauner nicht die toten Pferde in der Nachschrift.
"Es ist wahrscheinlich noch mehr als du denkst, denn wir <MASK_REP> Geschichten über Clubs mit 100 Leuten rund um den Bildschirm.
Er trug grüne <MASK_REP> und eine chirurgische Maske und antwortete "Ja, Ihre Ehre" auf Fragen des Richters über den rechtlichen Prozess und seine Rechte.
In Snippets von Archivmaterial, mehr noch als in "Dawn", einem Film, den er vor seinem Tod <MASK_REP> hat, glänzt er als außergewöhnlicher Tänzer, eine natürliche.
"Ich habe die Zahlen seit dem Absturz im Jahre 2018 auf das Board gestellt, aber es gab schon einige fantastische Spieler <MASK_REP> .
Im September geplagt, wenn sie ein <MASK_REP> zur Maske in Betracht ziehen würde, als die Fälle wieder zu steigen begann, sagte Reynolds: "Nope, nicht zu geschehen".
Der 57-jährige Komiker enthüllte seine Diagnose in einem düsternen Instagram-Video, das im Krankenhaus aufgenommen <MASK_REP> , als er gerade entlassen werden sollte.
<MASK_REP> , sie werde nie durch die Ärzte laufen, als die Schilder nach ihrer Geburt schnell zeigten, dass etwas falsch war.
Die Detroit Free Press sagte, dass rund 20 Millionen Menschen <MASK_REP> immer noch nicht bezahlt wurden, basierend auf IRS Schätzungen, dass Zahlungen an mehr als 150 Millionen Amerikaner ausgezahlt werden würden.
Länder mit mehr als 20 Berichten <MASK_REP> neue Fälle pro 100.000 Menschen könnten Gefahr laufen, von der Liste gestrichen zu werden.
In seinem Blog-Beitrag, Twitter gelistet Szenarien, die die Durchsetzung, einschließlich der Förderung des Terrorismus, die Veröffentlichung <MASK_REP> privaten Informationen oder Bildern von jemandem ohne deren Zustimmung, sexuelle Ausbeutung von Kindern und Förderung von Selbstschaden.
Am Dienstag vermerkte der DOH einen Rückgang der Zahl der <MASK_REP> , dass "stammt aus Juni, sondern ist in letzter Zeit ausgeprägter".
England profitierte von der Kontinuität von Eddie Jones 'Herrschaft, wobei der Australier <MASK_REP> fünf Jahre lang im Amt war.
In Wirklichkeit bedeutet dies, dass man, wenn man seine Währung <MASK_REP> wirklich einen niedrigen Zinssatz und, wenn man kaufen will, einen hohen Zinssatz will.
Ich weiß, wie gut von einem Kerl JI ist und wie hart er arbeitet und wie hart er gearbeitet hat, um zurück zu bekommen, seit er sich <MASK_REP> .
'Die Bayern Jungs haben gewiss Whisky getrunken und eine gute alte Zeit gehabt und dann <MASK_REP> und schellackierten Chelsea.
Sie kann überall mit einer Internetverbindung arbeiten und hat <MASK_REP> aus ihrer Zeit in Corporate America, wo ein Manager einmal sagte, ihr natürliches Haar sei für den Arbeitsplatz unangemessen.
Doch die Zuschauer haben sich die Frage gestellt, warum <MASK_REP> in der ersten Episode für die Serie wichtig war.
Der Bürgermeister ist seit dem Ausbruch der Pandemie unter die Lupe <MASK_REP> n, nachdem er sich geweigert hatte, mehr Dienstleistungen für Schlüsselarbeiter anzubieten, trotz täglicher Bilder mit verpackten U-Bahnen.
<MASK_REP> Mitten in der [2014-15] Saison ging ich zum ersten Team und trainierte mit dem ersten Team, machte ich mein Debüt.
Frieden in Irland und Nordirland ist ein echtes Muskelspiel, das von den Briten und Iren jeden Tag gelebt wird, und wir brauchen nicht den Segen von Nancy Pelosi oder irgendeinem anderen <MASK_REP> , der dazu kommt.
Die neuesten Änderungen sind auf Android-Nutzer beschränkt, aber auch Nutzer auf iOS können Plus-Codes von jedem <MASK_REP> Ort erhalten, indem sie die Karte betätigen und halten, um einen Pin an einem bestimmten Ort fallen zu lassen.
Biden "kämpfte zusammen mit rechtsgerichteten Republikanern für die Verabschiedung so genannter" Reform des Wohlstands ", schrieb Sanders Wahlkampfkollegin Nina Turner letzten Monat in einer op-ed in South Carolina 's State Zeitung, in der sie Biden beschuldigte," wiederholt schwarze Wähler verraten <MASK_REP> zu haben. Sanders distanzierte sich von Turner, aber der Angriff hat die Aussicht auf eine Wiederholung des Gesetzes in den kommenden Tagen eröffnet.
Eine Zunahme der Fracht von 12% im Jahr 2019 auf 36% im Jahr 2020 <MASK_REP> Fluggesellschaften einen kleinen Aufschub dar, aber dies war bei weitem nicht ausreichend, um die Verluste durch den Rückgang der Passagiere auszugleichen.
Er machte 10 seiner letzten 20 3-Punkte-Aufnahmen, um die Saison zu beenden, <MASK_REP> 33% aus über den Bogen und 38% insgesamt.
Sie wissen, dass diese Partnerschaft <MASK_REP> , weil Australien noch nicht einmal die Hälfte seines Ziels erreicht hat.
Um der Welt zu zeigen, dass Bastards es nicht verdienen, wie <MASK_REP> ausgestoßen und vergessen zu werden, hat er den Ehrgeiz, Lord of Winterfell zu werden.
Ballett Folclórico Nacional De México De Silvia Lozano: Seit mehr als 50 Jahren <MASK_REP> die Truppe Mexikos traditionelle, regionale Volkstänze, Musik und Kostüme.
Später trifft Belle Jamie <MASK_REP> , sie zu feuern, aber sie ist überrascht von dem, was er zu sagen hat.
Auf die Frage nach der Verfügbarkeit von Cavani für den Kampf in Lille antwortete Tuchel <MASK_REP> : "Es ist ein bisschen dasselbe mit Edi (Cavani).
Aber es war versteinert, es war wochenlang in diesem Haus ohne <MASK_REP> gewesen, und es gab Katzenpoo im ganzen Haus.
Aber die <MASK_REP> und die Mechanismen, wie man zum ermäßigten Steuersatz zurückkehren könnte, sind eine große Frage.
Am späten Montagnachmittag marschierte eine riesige Gruppe von mehreren Stadtblocks friedlich von der Innenstadt Louisville bis zu dem Ort, an dem McAtee erschossen wurde. <MASK_REP>
Ägypten erlebt derzeit eine Welle der Empörung im Internet, die auf Vergewaltigungskultur und sexuelle Übergriffe <MASK_REP> , da Überlebende die sozialen Medien nutzen, um vermeintliche Missbraucher zu beschämen und Veränderungen zu fordern.
Auch für sich alleine sieht es gut aus - auf die Äpfel <MASK_REP> Wangen mit den Fingerspitzen kleben Sie die Farbe auf der nackten Haut.
Backofen zu 180C / 160C Ventilator <MASK_REP> .
"Dies scheint den Beginn einer besonderen Beziehung markiert zu haben", meinte er, und verwies auf ein September-Treffen zwischen Trump und Zuckerberg als weiteren Beweis für etwas <MASK_REP> , das hinter den Kulissen geschah.
Er war sachlich, als er mir sagte, dass das Shooting in einer Woche zu Ende sein würde und dass er sich dann mit mir <MASK_REP> würde.
Bournemouth mit Leaprogged Bristol City und <MASK_REP> f den zweiten Platz mit freundlicher Unterstützung von Arnaut Danjumas verstorbenem Gewinner im Vitality Stadium.
Es besteht aus drei Flickenteppichen aus 100% britischem und irischem Rindfleisch mit Zwiebeln, Pökeln, Senf und Käse, alles in einem weich gerösteten <MASK_REP> .
Chelsea: Reece James hat eine gute Chance, wieder aktiv zu werden, aber Tammy Abraham <MASK_REP> .
Eine Woche später, nach dem <MASK_REP> um Utah, fügte Tupuola-Fetui hinzu, er sei "mit Emotionen überwältigt" und "nur in einer solchen Ehrfurcht dieses Teams".
Als freier Sozialist und Pazifist wurde er später politischer und begann <MASK_REP> sich mehr als Journalist als Autor zu beschreiben.
Dr. Coatsworth sagte, dass <MASK_REP> die Entspannung der aktuellen Ratschläge etwas Experten waren "denken", keine Schlussfolgerungen darüber, wie die Beschränkungen zurückgezogen werden würde.
Wir verpflichten uns, weiterhin mit der Strafverfolgung und der Bekämpfung des Missbrauchs zu <MASK_REP> und gleichzeitig allen Amerikanern die Möglichkeit zu geben, privat und sicher zu kommunizieren.
Die monatlichen Kosten für <MASK_REP> sind tendenziell niedriger, da Kunden die Abwertung des Fahrzeugs in der vorliegenden Form begleichen.
NAMS empfiehlt zunächst nicht-konventionelle Produkte wie Feuchtigkeitsspender und <MASK_REP> , wenn diese Möglichkeiten nicht helfen, können Rezept-Therapien Östrogen oder andere Hormone direkt in Form von Cremes, Ringen, Tabletten und Beilagen an die Vagina liefern.
Der Energiegenerator hat zwei Elektroden - das eine Aluminium, <MASK_REP> andere aus Indiumzinnoxid mit PTFE-Beschichtung, auf dem die Ladung erzeugt wird.
Wir machten auch eine Wohnreise, <MASK_REP> sie zusammen Platz nahmen und an Teamaktivitäten wie Abseilen und Kanufahren teilnahmen.
Andere, die verkauft werden könnten, um Fonds zu generieren, sind Marcos Rojo, Jesse Lingard und Andreas Pereira - die alle Interesse <MASK_REP> sollten.
Doch die <MASK_REP> der Wall Street kommt, nachdem jedes der Aktien im letzten Jahr exzellente - und im Fall von Apple spektakuläre - Abläufe erlebt hat.
"Niemand <MASK_REP> die Dinge abschwächen, wenn man sieht, was an einem Ort wie New York City vor sich geht", sagte er. "Nach einer gewissen Zeit gibt es Gebiete, die sich von anderen Gegenden des Landes unterscheiden, und man will sie vielleicht nicht nur als eine Kraft für das ganze Land behandeln".
Um jedoch auf Ihre ursprüngliche Frage zurückzukommen und nur zu wiederholen, dass ihre staatliche Rente in Ihrem Fall, da die Pflege Ihrer Mütter jetzt <MASK_REP> NHS finanziert wird, sicher ist und ihr dienen soll.
Mellon sagte auf der Website des Clubs: "Ich freue mich, dass wir in der Lage sein werden, einen weiteren internationalen Fußballspieler <MASK_REP> , der die Qualitäten hat, die Marc der Gruppe hat, um uns zu der von uns allen gewünschten Dundee United zu verhelfen.
"Aber die Leute sagen mir <MASK_REP> :" Du bist dabei, wie Mick Hucknall auszusehen ". Also gehe ich," Gut - ich liebe Simply Red ".
"Die Menschen müssen realistischere Erwartungen hinsichtlich der Renditen haben", sagte Greg Davis, Chief Investment Officer von Vanguard. "Das bedeutet, dass Anleger, die für den Ruhestand oder die Ausbildung am College sparen, wahrscheinlich mehr zurücklegen müssen, weil die Renditen nicht so großzügig <MASK_REP> werden, wie wir es im letzten Jahrzehnt gesehen haben".
<MASK_REP> erwarben vor drei Jahren Calhoun in einer Mittelsaison, die den Pitcher Yu Darvish zu den Los Angeles Dodgers schickte.
Akzeptiert der Freiwillige die Kosten <MASK_REP> , kann er die billigste Klärung nehmen, die es gibt, was die Immobilie abwerten kann.
Er sagte: "Es geht um die Reduzierung und Entfernung nicht wesentlicher Fahrten <MASK_REP> ganze Stadt, während die Reichweite und Attraktivität alternativer Fahrmöglichkeiten verbessert wird.
Die Eigenschaft wurde ausgeprägter, als ich älter wurde, und ich <MASK_REP> , als ich am Morgen beim Aufwachen gestreckt war.
Die afrikanischen Führer haben heute versucht, die Gespräche in Äthiopiens eskalierendem internen Konflikt in Gang zu setzen, zwei Tage nach Raketenangriffen auf <MASK_REP> Eritreas hat das Risiko deutlich gemacht, dass sich die Kämpfe ausbreiten könnten.
Der Tag danach <MASK_REP> Priya jedoch mit Zweifeln erfüllt, da sie klar macht, dass sowohl sie als auch Al ihre Beziehung streng professionell halten sollten.
Sie haben es nicht geschafft, andere Menschen zu schulen, sie geben viel Geld dafür aus - und das macht sie besonders <MASK_REP> .
Ich bin nach wie vor der Meinung, dass Schulen nicht zuerst geschlossen werden sollten und <MASK_REP> Maßnahmen vor Ort ergriffen werden sollten.
"Wir sind alle sehr dankbar für die Erinnerungen, die wir mit ihm geteilt haben: Er ist jetzt verschwunden, aber er wird nie vergessen werden, und sein Geist wird immer <MASK_REP> uns sein".
Wir gehen dorthin und Kampagne überall und, wie gesagt, egal wer du bist, wir laden dich zum Tisch <MASK_REP> .
Aber das hatte nichts mit der aktuellen Geschichte zu tun, denn das war ein einfacher Verwaltungsfehler der Regierung, und es wäre falsch zu glauben, dass ihre Politik, die sie als feindliches Umfeld bezeichneten, weil sie <MASK_REP> , dass sie ein Umfeld schaffen würde, das Einwanderern feindlich gesonnen ist, für irgendeine dieser Feindseligkeiten verantwortlich wäre.
Die jüngste Flut positiver Ankündigungen ist ein gutes Zeichen für Whitehouse, der letztes Jahr das Ruder <MASK_REP> und es ihm zugeschrieben wurde, das britische Geschäft des Premierministers umzudrehen.
Es sollte nicht normal sein zu hören, <MASK_REP> dass "Radio ist ein alter Jungen" Club, du wirst lernen, sich daran zu gewöhnen ".
"Bei dieser Kampagne geht es nicht nur darum, Stimmen zu gewinnen, sondern auch darum, das Herz und, ja, die Seele Amerikas zu gewinnen", sagte Joe Biden im August auf der Demokratischen Nationalkonferenz, kurz nachdem der Satz "Kampf um die Seele Amerikas" ganz oben auf seiner Wahlkampfseite <MASK_REP> neben seinem Namen erschien.
Es ging nicht nur darum, den Spielstil zu ändern, sondern ich musste auch versuchen, die Mentalität <MASK_REP> zu ändern.
Es gab auch noch einen weiteren Faktor: Ihr Freund, die LA FaceTime eins, war auch im Musikgeschäft, und sie fand, dass sie nach einer Weile miteinander konkurrierten, aber keiner von ihnen würde es zugeben ", und es war nur wirklich giftig". Diese unausgesprochene Wettbewerbsfähigkeit machte sie sich "wirklich scheu über mich selbst, wie denken:" Ich kann nicht spielen, ich bin nicht gut genug, meine Stimme ist nicht gut genug, ich bin nicht gut genug ". <MASK_REP>
Reeve 's Anwälte sagen, <MASK_REP> "in Wirklichkeit ein Arbeitnehmer", "ungeachtet aller Vertragsbedingungen, die dieser Realität widersprachen".
Ich denke, dass es jemanden wie Roman (Reigns) geben würde, der in Ordnung gewesen <MASK_REP> .
Am Dienstag <MASK_REP> Wahrzeichen Warenhaus Betreiber Isetan Mitsukoshi Holdings Ltd., sagte, es würde sechs Geschäfte in Tokio am Wochenende bis 12. April schließen.
"Obwohl sie nur ansatzweise wissen, wie die Seuchen funktionierten, wollten sie so viele Informationen liefern, <MASK_REP> um der Öffentlichkeit zu helfen.
Einige der gleichen digitalen Marktplattformen, die Wirtschaftssektoren verändern und Arbeitnehmer mit Gigs verbinden, stellen die Ausbildung nun in den Mittelpunkt <MASK_REP>
Die Dinge beginnen sich aufzuschauen, da Gemma (Bree Peters) einen Job beim Diner <MASK_REP> hat und Nikau (Kawakawa Fox-Reo) beginnt, Freunde zu finden, also beschließen sie es zu geben.
Zwei <MASK_REP> hatte auf das Gebiet auf dem Bericht von jemandem geantwortet, der eine Waffe in der Gegend um etwa 4 Uhr.
Die Kommentare des <MASK_REP> folgen den Nachrichten, dass mit den Kardashians im Jahr 2021 nach 14 Jahren beendet werden soll.
"Ich habe die Zahlen <MASK_REP> 2018 auf das Board gestellt, aber es gab schon einige fantastische Spieler.
In Las Vegas sagte Christopher Jones, dass viele der Plünderungen und Zerstörungen von Menschen verursacht wurden, die das Chaos ausnutzten, aber er sagte auch, dass Graffiti und Sachschäden, die er als gezielte "kapitalistische Strukturen" bezeichnete, <MASK_REP> Antifa involviert seien.
Niemand hat jemals so etwas gesehen, 1917 war das letzte Mal ", sagte Trump <MASK_REP> Reportern auf seiner täglichen Nachrichtenkonferenz im Weißen Haus am Mittwoch.
"HIV steht seit einigen Jahren auf der internationalen Tagesordnung, und <MASK_REP> fordere ich die Staats- und Regierungschefs auf, eine hochrangige UN-Generalversammlung zur Beendigung von AIDS im Jahr 2021 zu unterstützen, um die offenen Fragen, die uns daran hindern, die Epidemie als Bedrohung der öffentlichen Gesundheit bis 2030 zu beenden, dringend anzugehen", sagte sie.
Kurzum, sie sind oft nur mit Zeit- und Ressourcen sichtbar, und sie können auch den sorgfältigsten und <MASK_REP> Staatsanwälten passieren.
Fluggäste können Tickets im Voraus online <MASK_REP> www.ksrtc.in oder über KSRTC Franchisee buchen, sagte der Transportunternehmen.
Ihr Pro-Partner Tom Naylor lobte die Schauspielerin und sagte: "Wir trainierten erst ab Donnerstag, so dass alle diese Routinen zusammen <MASK_REP> ".
Um einen Selbstmordabschluss aufzuzeichnen, sagte der <MASK_REP> , Frau Paterson habe eine "vorherige Geschichte der Angst und Depression", und die Polizei fand keine verdächtigen Umstände, die ihren Tod übertrafen.
Abdullahs Rennmanagerin Teddy Grimthorpe sagte: "Es sieht wirklich <MASK_REP> gut aus.
"It 's not great", sagte Goodwin, "Er ist unser Kapitän in der Nacht und er <MASK_REP> Arbeit für uns.
<MASK_REP> Viele Konservative scheinen diesen einfachen Punkt jedoch nicht oder nicht zu begreifen, und sie scheinen ebenso wenig bereit zu sein, einen verwandten Punkt zu begreifen - dass es einige Dinge gibt, die durch öffentliche Politik und nicht durch individuelle Initiative erbracht werden müssen. Und das wichtigste dieser "öffentlichen Güter" ist wahrscheinlich wissenschaftliches Wissen.
Aber sie teilen einen christlichen Glauben, der die Grundlage einer glücklichen Ehe bildete, <MASK_REP> zwei, heute erwachsene Töchter gab.
Die Aktienmärkte in den Vereinigten Staaten, Europa und Japan <MASK_REP> in der vergangenen Woche nach Ausbrüchen in Südkorea, Iran und Italien um etwa 10% gefallen.
Es ist unklar, ob er zusammen mit einem Skelett erhalten geblieben ist - der Schädel wurde zufällig <MASK_REP> gefunden.
<MASK_REP> wurde in den letzten Jahren viele Male getestet, und es ist mein leidenschaftliches Gebet, dass ich die bestmöglichen Entscheidungen getroffen habe.
Kamya teilte eine geliebte Notiz für Shalabh mit und wir können uns nicht entscheiden, welche das Foto oder Kamyas <MASK_REP> liebenswerter ist.
Das wird dann von GoDaddy aus der Perspektive der Suchmaschinenoptimierung (SEO) überprüft - um zu überprüfen, wird es bei den Suchen gut <MASK_REP> .
"So verabscheuungswürdig ist es, Twitter 's so genannten <MASK_REP> zu beobachten, wo es sooo [sic] viele Trends über mich gibt, und nie ein gutes", meinte Trump.
Damals waren sie in Westafrika unterwegs und machten <MASK_REP> Weg nach Togo für ein humanitäres Projekt.
Viele Add-on-Sportkanäle haben einen monatlichen Rollenvertrag, so dass Sie sie abschalten und später wieder neu starten <MASK_REP> .
Sein <MASK_REP> ist 8-1 Favorit mit Ladbrokes für Cambridgeshire-Handicap am Samstag, aber Tate hofft stattdessen in der Gruppe 2 zu laufen.
Louise sagte: "Hiya, wenn du dich gefragt hast, wohin ich <MASK_REP> , habe ich eine Pause, um meinen Fuß zu fixieren".
Institutionen der öffentlichen Ordnung hatten ihren Dharma aufgegeben, um die Bürger zu schützen, und Institutionen der Justiz und der Medien "haben uns <MASK_REP> ", fügt er hinzu.
Also versuchen wir im Grunde, ihn zu bewegen und zurück zu gehen, aber <MASK_REP> er es tun wird, ist es irgendjemand erraten.
Wenn Sie kein Sky-Kunde sind, können Sie die ganze Aktion noch sehen, indem Sie einen JETZT TV-Pass <MASK_REP> £9.99 schnappen.
Ich ging davon aus, dass er keine Ahnung gehabt hätte, wer ich war, aber es stellt sich heraus, dass er sich wohl bewusst war, dass ich existierte. <MASK_REP>
Etwa zwei Drittel der 30 Millionen Kinder, die jeden Tag Schulmahlzeiten essen, gelten als <MASK_REP> und erhalten Mahlzeiten kostenlos oder zu einem reduzierten Preis.
Wenn Sie mehr über diese Klassen erfahren möchten oder Fragen zu dieser Ankündigung oder <MASK_REP> Ihren Rechten oder Interessen im Zusammenhang mit der anhängigen Klage haben, wenden Sie sich bitte per E-Mail an Charles Linehan, Esquire, von GPM, 1925 Century Park East, Suite 2100, Los Angeles, California 90067 unter 310-201-9150, Toll-free unter 888-773-9224, per E-Mail an [email protected] oder besuchen Sie unsere Website unter www.glancylaw.com.
Es klingt so, als ob Steadman den Punkt etwas vermisse; hätten wir nicht bei diesen Namen herumzocken sollen, weil sie <MASK_REP> waren?
Das erste Sicherheits-Auto wurde auf Runde 26 <MASK_REP> , nachdem Kevin Magnussen in seiner Haas in einer gefährlichen Position gestoppt hatte.
Megan versteckte <MASK_REP> hinter einem Vorhang in der Nacht zuvor und schlug am Morgen des 29. Februar 2016 (Megan Earwalker) vor.
Ein Beitrag auf dem UK Twitter-Konto des Unternehmens sagte, es würde die Fahrbahn schließen <MASK_REP> , wenn Warteschlangen zu lange und verursachte Störungen.
Wie tausende andere indigene Menschen in Borno schlug ich <MASK_REP> 2013 aus Bama nach Maiduguri, als die Hitze des Aufstands von Boko Haram unerträglich wurde. Ich dachte, meine Verlagerung in die Landeshauptstadt würde mir Schutz verschaffen, aber ich hatte Unrecht.
Lange Zeit möchte Experten in den Bereichen Obdachlosigkeit, Wohnung und Parken einladen zu hören, <MASK_REP> die Bürger in diesen Bereichen für notwendig halten.
<MASK_REP> darüber, wie sicher sich das Set fühlt, sagte Lisa: "Ich fühle mich bei der Arbeit sicherer als zu Hause oder im Supermarkt".
In einer Erklärung meinte die Holland America Line, dass sie "verschiedene Optionen <MASK_REP> und mit verschiedenen Regierungen für eine rasche Lösung arbeite".
Kings: De 'Aaron Fox hatte neun Punkte und sechs Assists, nachdem die meisten von zwei Spielen aufgrund von Rückspasmen <MASK_REP> waren.
Im Juni letzten Jahres war Kelly <MASK_REP> Rick 's altes Büro und fand dort Gary und verlangte zu wissen, wo ihr Vater war.
Interessanterweise erwähnte <MASK_REP> , welche anderen Formen der Unterstützung sie benötigen, ein Universal Basic Income.
Ich denke, bevor die Dreharbeiten weitergehen, wenn ich werde Teil dieser Show <MASK_REP> , ist es absolut nicht wert.
<MASK_REP> - Rian Somers -, der die diesjährige Ernte in Rathcormac, Co Cork, zu Hause erntet.
In der <MASK_REP> über 65-Jährigen würden fast 20% von ihnen ins Krankenhaus aufgenommen, 30 bis zur ICU mit 30 Todesfällen.
Und wir haben <MASK_REP> die harte Arbeit gemacht, alles zu erforschen und zu testen, was Omvana zu bieten hat - tauchen wir ein in das.
<MASK_REP> Kochreihe von James May, Oh Cook, wo er nicht versucht, ein Nigella zu machen, keine Feigenlichter, keine Löffellicke, keine seidigen Nachtschwärmer in der Mitte der Nacht zum Schlachtzugskühlschrank, oder, wenn er es tut, wir sehen es nicht.
Aber es war schwierig, in einer Altenpflegeeinrichtung Hilfe zu bekommen, und wenn sie zu viel Zeit zu Hause mit ihrem Mann verbrachte, galt sie als <MASK_REP> .
In vielerlei Hinsicht war diese <MASK_REP> politische Strom in vielen Ländern in den letzten 40 Jahren auf dem Vormarsch.
Die Tests werden in mehreren Stufen durchgeführt, wobei die am <MASK_REP> gefährdeten Personen, wie Krankenschwestern, Polizei und Friseure, zuerst zum Swab eingeladen werden.
"Wie <MASK_REP> meisten westafrikanischen Speisen kann man es nicht überstürzen", sagt Küchenchef Maria Bradford, der in Sierra Leone aufgewachsen ist. "Sie wollen die Zwiebeln langsam in Kokosöl karamelisieren, bevor Sie Tomaten, Gewürze, Kräuter, Ingwer, Knoblauch, Motorhaube, Weißkohl und schließlich Lagerhaltung hinzufügen".
Der 26-jährige Star bewahrte <MASK_REP> Bescheidenheit in einem rasanten Snap auf Instagram, als sie versuchte, das Schönheitsprodukt zu fliegen.
1 Terrorist in der Welt, Suleimani, und sie werden ihn bekommen, sie werden ihn in den nächsten zehn Minuten <MASK_REP> .
Im vergangenen Jahr waren nur 5,9% der Menschen mit einer Lernbehinderung <MASK_REP> , die ihrer örtlichen Behörde bekannt sind, in Beschäftigung.
Während die Hip-Hop-Künstlerin Wes Felton betonte: "Alles, was wir tun müssen, <MASK_REP> wird nicht gleich sein.
"Wir haben eine gute Beziehung, wir <MASK_REP> offensichtlich von verschiedenen Seiten des Spektrums", sagte Trump den Reportern kurz vor dem Treffen mit dem Gouverneur.
"Steigende Immobilienwerte rund um King County können Senioren und Behinderte Veteranen <MASK_REP> ", sagte King County Executive Dow Constantine.
Wir schauen auf Ulla und sie schaut auf alle drei von uns: Oh, es sieht so aus, <MASK_REP> ", fügte er hinzu.
Der Boden ist voll von reich bestickter Dankbarkeit, das Spiel der Jahreszeiten und der Einfluss der Elemente sind <MASK_REP> .
Der Sport ist untrennbar mit der norwegischen Geschichte verbunden, und das Wort Ski stammt aus dem altnordischen Wort Skidoku. <MASK_REP>
Aber sie teilen einen christlichen Glauben, der die Grundlage einer glückliche <MASK_REP> Ehe bildete, die ihnen zwei, heute erwachsene Töchter gab.
Eine der Organisatoren des Bristol Youth Strike 4 Climate, Milly Sibson, der siebzehn Jahre alt ist, sagte <MASK_REP> PA Media: "Wir sind alle so aufgeregt - jeder ist so begeistert über den Gedanken, ihr Talent zu hören.
Flynn hat sich zweimal schuldig gemacht, dem FBI vor seinem Amtsantritt gegenüber dem russischen Botschafter <MASK_REP> zu haben, aber noch nicht verurteilt worden zu sein.
Ich will nicht zu viel <MASK_REP> , aber wir sind gerade dabei, Akteure und Produzenten einzubinden, so dass es vorwärts geht.
"Lasst das Bessere nicht der Feind des Guten sein", sagte Dr. Anthony S. Fauci, der Experte für Infektionskrankheiten <MASK_REP> , in einem Interview mit Elisabeth Rosenthal in der New York Times. "Das Risiko, dass man, wenn jeder getestet wird, bevor man sich zum Abendessen zusammensetzt, dramatisch abnimmt, ist vielleicht nicht gleich Null, aber wie man weiß, leben wir nicht in einer völlig risikofreien Gesellschaft".
Auch Becerra ist <MASK_REP> Katholik und diente als Co-Vorsitzender der Gruppe "Catholics for Biden" zusammen mit Sen. Tim Kaine, D-Va.
Er ist der jüngste Star, der die Barcelona-Hierarchie <MASK_REP> nach dem Skipper Lionel Messi, Luis Suarez und Neymar in die katalanischen Häuptlinge stürzte.
Und die Zuschauer waren schockiert zu sehen, wie <MASK_REP> Fahrer scheinbar schlafen musste, als sein Fahrzeug im August 2019 auf einer kalifornischen Straße reiste.
Er sagte Dichter, Sänger und Künstler schrieb immer Songs und Musik, um <MASK_REP> aus den Menschen in solchen Zeiten zu bringen.
<MASK_REP> Der Mann, der von Tuberkulose heimgesucht wird, muss sich um eine große Familie kümmern, zu der seine Frau, eine frühere Juniorerin zählt, die die verlorenen Gelegenheiten bedauert, und sechs Töchter gehören.
Seine <MASK_REP> Mutter starb mit sechs Jahren an Leukämie, und zwei Jahre später misshandelte ihn sein Vater zum ersten Mal.
North Myrtle Beach <MASK_REP> Nicole Fontana sagte, der Sturm verwitterte Bäume und Stromleitungen, und gestrandete Autofahrer mussten in Flutwasser gerettet werden.
<MASK_REP> 0904 470 1164 (65p pro Minute) *.
Es ist möglich, einen Sprengstoffanschluss auf sich zu nehmen, wobei vier Empfänger jederzeit <MASK_REP> können.
<MASK_REP> , dass eine Größe nicht allen passt, daher ist die Konstruktion von Verhaltensphänotypen ein vielversprechender Ansatz bei der Gestaltung und Ausrichtung von Verhaltensinterventionen, der auf sinnvollen individuellen Unterschieden basiert.
Slipknot startete <MASK_REP> Knotfest Roadshow Tour 2019 und trat in 30 Städten Nordamerikas auf.
"Wir können die Kurve flankieren und buchstäblich Zehntausende <MASK_REP> Leben retten, wenn wir diese Dinge tun, bevor wir den Impfstoff herausbringen", fügte er hinzu. "Wenn wir den Impfstoff herausbekommen, wird die Pandemie enden. Das ist nicht ewig, aber es hat viel Arbeit zu tun, oder es wird noch ein dunkler Winter werden".
Der 44-Jährige ist heute genauso bekannt für seine laute und lebhafte Persönlichkeit wie er ein Promi-Chef ist - der es oft im Live-Fernsehen verliert, wenn Menschen respektlose Kommentare über sein Essen abgeben (erinnern Sie sich an seine jetzt unsterbliche Linie, als Holly Willoughby ein authentisches italienisches Gericht mit einem Carbonara verglichen <MASK_REP> "Wenn meine Großmutter Räder gehabt hätte, wäre sie ein Bike gewesen").
Dad Bod Batman wurde verbannt, und echte Filme sind wieder auf seinem Docket, einschließlich <MASK_REP> seit vier Jahren: The Way Back, ein ergreifendes Sportdrama, das am 6. März im Kino ankommt.
In den USA gibt es im Falle eines möglichen Konflikts zwischen den verzögerten Olympischen Spielen in Tokio und der NBA <MASK_REP> eine Alternative.
Tyrone lag damals <MASK_REP> 2-3 bis 1-4 zurück, aber sie schlugen mit O 'Neill zweimal auf dem Ziel drei unbeantwortete Punkte.
Es ist das emotionale Äquivalent <MASK_REP> , nicht zu essen, wenn wir hungern, außer jetzt, anstatt eine Mahlzeit zu überspringen, hungern wir langsam.
Am Montag legte Reeves neun von Mississippi 's 82 Counties wieder ein Maske-Mandat auf und beschränkte ihre Zusammenkünfte in den Innenräumen auf 10 Personen, <MASK_REP> .
Das Unternehmen über der angegebenen Größe in der Elektronikindustrie hat in vollem Betrieb wieder <MASK_REP> aufgenommen und eine Zunahme der Aufträge zu verzeichnen.
Schauen Sie sich die Hügel über das Tal und dieses Haus am Fuße des Hügels an - es ist der gleiche Hintergrund <MASK_REP> Raphael in seinem Bild von Guidobaldo.
Die Tests werden in mehreren Stufen durchgeführt, wobei die am meisten gefährdeten Personen, wie Krankenschwestern, Polizei und Friseure, zuerst zum <MASK_REP> eingeladen werden.
Ein Großteil dieses Bildes scheint vom "Karrierespsychopath" - einem <MASK_REP> , den David Cameron ihm gegeben hat - glücklich aufgebaut worden zu sein.
Dropbox: "Das ist eine härtere... Der Bestand ist fast auf seinem hohen Niveau, aber ich bin ein Verkäufer, <MASK_REP> Käufer.
Zu diesem Zeitpunkt werden sich die saisonalen Winde in den Norden verlagert haben, was es den neu gebildeten Schwärmen in Kenia wahrscheinlich ermöglichen wird, <MASK_REP> Äthiopien und Somalia erneut zu erobern und in neue Gebiete des Südsudan und des Sudans auszuwandern ", so die FAO-Aufforderung.
Gwyneth schützte strategisch ihre Bescheidenheit mit gekreuzten Armen und <MASK_REP> Bein, tat aber nichts, um ihren beneidenswerten flachen Bauch zu verbergen.
<MASK_REP> Die Regierung der Stadt sagt, dass sie hoffen, Futaba 's ehemalige Bewohner wiederkehren zu sehen, aber die Aussichten sind düster, weil sie weiterhin über Strahlung besorgt sind. Viele Bewohner haben auch nach der Evakuierung neue Arbeitsplätze und Bindungen zu Gemeinden gefunden, und nur etwa 10% sagen, dass sie beabsichtigen zurückzukehren.
"Wir springen also nicht vorwärts, und niemand sollte es tun, das nächste Spiel ist das <MASK_REP> , das in der Minute zählt.
Neben einem Video ihrer Kinder, die Trommeln schlagen, sagte sie, dass die Geste "eine Quelle des wöchentlichen <MASK_REP> " gewesen sei.
Im September stellte ein Brisbane-Modell in fleischfarbenen Shorts und dem dazugehörigen BH dar, was mehrere Leute dazu veranlasste, darauf hinzuweisen, dass es verdächtig aussah, als ob sie <MASK_REP>
Rowling nahm später seine Entschuldigung an, fügte aber hinzu: "Wenn so genannte Linke wie @ lloyd _ rm fordern, dass wir unsere hart erkämpften Rechte auf der Grundlage des Geschlechts aufgeben, schließen sie sich <MASK_REP> direkt den Menschenrechtsaktivisten an.
Die Einrichtung eines mittelgroßen D.I.Y-Systems mit einigen <MASK_REP> und einer Aquariumpumpe kann Ihnen weniger als 150 $zurückgeben.
Olsen stellte einen Notfallantrag an den Staat New York, um ihr Eigentum zu schützen, nachdem Berichte über Sarkozys Anwälte, die sie auf ihrer Wohnung mitteilten, ohne sie darüber zu informieren. Es wird <MASK_REP> , dass Olsen angewiesen wurde, das Eigentum bis zum 18. Mai zu verlassen, dies aber aufgrund von Reisebeschränkungen nicht tun konnte.
"Ich appelliere an die Menschen, sich nicht <MASK_REP> , sie sollten Selbstdisziplin üben, indem sie soziale Distanzierung und Hygiene aufrechterhalten", sagte er.
Er legte jedoch seinen Fuß <MASK_REP> , als er Richard ohne Fürsorger allein ließ und starb - wütend gegen eine schmerzliche Nina.
Er sagte, dass die derzeitige Stellenquote bei 6,3% liegt, wobei nur 183.000 Quadratmeter für den Abschluss in den nächsten 24 Monaten <MASK_REP> , "von denen einige mit Verzögerungen zu rechnen sind".
"Bevor wir uns über" Swing Low, Sweet Chariot " <MASK_REP> beschweren, möchte ich wissen, was die übrigen Worte sind.
Die neuen Beschränkungen bedeuten, dass verschiedene Haushalte nicht mehr in der Lage <MASK_REP> der Hauptstadt zu teilen.
Liga-Tabellen werden von verschiedenen Anbietern zusammengestellt und werden oft als Datenpunkte verwendet, um neue Kunden zu verwickeln, aber nur selten erzählen sie die ganze Geschichte, so die Banker, dass Diskrepanzen entstehen können, weil viele Unternehmen Aktivisten privat abwehren und ihre Berater bitten, <MASK_REP> ihrer Beteiligung zu schweigen.
Wir führen <MASK_REP> in der Form von Medikamenten, um die längste Haltbarkeit bei behördlichen Zulassungen zu erhalten ", fügte er hinzu.
In der Vergangenheit <MASK_REP> Mitarbeiter der NDDC in den obligatorischen Ruhestand geschickt, die Förderung verweigert, auch wenn ihnen die Ausbildung des Personals verweigert wird.
<MASK_REP> solche Partei soll offensichtlich zu Störungen führen, und zwar nicht nur für die unionistischen Parteien, sondern auch für die SNP.
<MASK_REP> , mehr Kunden davon zu überzeugen, sich für Walmart + anzumelden, und strebt eine bessere Konkurrenz mit dem Konkurrenzprogramm Amazon Prime an: Walmart + und Amazon Prime haben unterschiedliche Preise und Vergünstigungen.
Am Freitag <MASK_REP> Hunderte von Mitarbeitern den Tisch und erhielten Beifall für Colin, als der Mann selbst zuzusehen schaute.
Aber er hat nicht öffentlich erklärt, ob er zusätzliche Mittel für ländliche Kliniken gewähren wird und <MASK_REP> unsere Anträge auf ein Interview.
So einfach ist das, es gibt viel Land <MASK_REP> nicht zu weit von dort, das für hohe Aufstiege genutzt werden kann.
Die <MASK_REP> ein positiver Schritt nach vorn für das Londoner Theaterpublikum, das keine familiäre Weihnachtsunterhaltung in Aussicht stellte, nachdem die meisten Theater gezwungen waren, ihre Pantomime zu annullieren.
Aber unsere Unternehmen werden <MASK_REP> absurden, kontraproduktiven und noch strengeren Schließungen behindert, das macht überhaupt keinen Sinn.
Die CGT hat für jede Raffinerie einen eigenen Blockadeplan zugeschnitten, der in Grandwell, Donges und Feysin bei Lyon <MASK_REP> .
Er enthielt auch eine Menge weiterer Informationen, die als schädlich für Biden 's Wahlchancen angesehen werden könnten <MASK_REP>
Der eine Wähler in der Fraktion, der vor der Debatte <MASK_REP> für Trump stimmen wollte, sagte: "Ich weiß nicht, ob ich bei ihm bleiben werde. Das war gestern Abend furchtbar.
<MASK_REP> Im September geplagt, wenn sie ein Mandat zur Maske in Betracht ziehen würde, als die Fälle wieder zu steigen begann, sagte Reynolds: "Nope, nicht zu geschehen".
"Kaffee ist ein hydratisierendes Getränk", sagte Frau Antonucci, <MASK_REP> . "Wenn Sie es trinken, lassen Sie die Schuld los". Genießen Sie es.
Trotz einer Welle von Initiativen gegen <MASK_REP> unterstützen Republikaner und Demokraten immer noch harte Strafmaßnahmen gegen Gewaltverbrechen.
Sie fügte hinzu, dass sie auch in Gesprächen mit einem anderen Versucher, Alliierter Universal, blieb, nachdem sie eine Annäherung <MASK_REP> 3,25 Mrd. £im letzten Monat abgelehnt hatte.
"Ich denke, dass einige der neuen Investitionen der Regierung den Schwerpunkt auf die <MASK_REP> Arbeitsplätze in den kommenden Jahren gelegt haben".
Diana erzählte eine ähnliche Geschichte in der 2018 Auflage von Comics der Justizliga, während im 1998 Comic Elseworld 's Finest: Supergirl & Batgirl Vol 1, Asteria wurde als eine Art <MASK_REP> Wonder Woman präsentiert.
Täglich strömen so viele <MASK_REP> aus Trumps Mund und Twitter-Konto, dass es leicht ist, für sie desensibilisiert zu werden.
Denken Sie daran, dass Frauen und junge Menschen auch die <MASK_REP> sind, die tatsächlich zur Wahl am Wahltag kommen.
"Wir haben zum Beispiel Videos von lokalen jungen Vancouver gemacht, die sich in der Vergangenheit für <MASK_REP> gemacht hatten", sagte er. "Um dies zu erreichen, mussten die ehemaligen Freiwilligen aufgespürt und überzeugt werden, sich selbst aufzunehmen." So ", sagte Pilo," wurden sie Teil der Online-Kampagne.... Man muss die Aufmerksamkeit und das Interesse der Menschen gewinnen, und das war eine großartige Möglichkeit ".
Seit "Hamilton" zum ersten Mal im öffentlichen Theater im Januar 2015 aufgeführt wurde und am Broadway im August diesen Jahres verlegt wurde, <MASK_REP> sich die Worte meist nicht geändert (obwohl für den Film PG-13 zwei Ausdrucksmittel gewaschen wurden). Doch als Hymnen, Hip-Hop Omnibus von nationaler Geschichte und Identität, Sklaverei und Einwanderung hat seine Macht zu verschiedenen Zeiten anders geklungen.
Sean Yates (1994) gewann 1988 eine <MASK_REP> der Tour de France, die ohne komplettes aerodynamisches Kit der schnellste ist; er ist nach wie vor Kult-Held für britische Fahrer.
Die 33-Jährige traf Julieanne Soto im Juli <MASK_REP> sie werden den Knoten an diesem Freitag binden, nachdem Julianne vorgeschlagen hatte, im Bett zu essen und Pizza zu essen.
"Zu den Vorteilen gehören weniger Tampons und eine Verringerung der Anzahl der Tage, die eine Frau <MASK_REP> weibliche Hygieneartikel.
Obwohl Bidet-Toilettensysteme in der US-Kultur nicht <MASK_REP> sind, werden sie seit Jahrhunderten in europäischen Ländern verwendet.
"Es sind Botschaften, die keine Drohungen oder bösen Worte enthielten, sie sind er, <MASK_REP> seine unglaubliche Liebe zu ihnen zum Ausdruck bringt.
Nach seinen Äußerungen verurteilte Fox News 'Eric Shawn die offensichtliche Bedrohung ". Diese Person deutete im Grunde an, dass sie beabsichtigen, in den Diamantenbezirk zu gehen, der im Grunde von orthodoxen Juden hier in New York City <MASK_REP> wird - sicherlich hoffen, dass dies nicht der Fall ist und wir uns nicht anschließen -, in der Tat verurteilen wir diese Art von Sprache hier auf dem Fox News-Kanal", sagte Shawn.
Die unfruchtbaren Bomben reduzierten eine Fläche von 15,8 Quadratmeilen <MASK_REP> Asche, und Schätzungen zufolge wurden eine Million Menschen obdachlos.
Mein Telefon wurde von scheußlichen Texten überflutet, von denen mir jede erzählte, wie Peloton-Instruktor Leanne ihr Leben zum Besseren <MASK_REP> hatte, wie sie fühlte, sie kannte sie und wären großartige Kumpel, wenn sie sich nur treffen könnten, wie sie ihren Geschmack in der Musik, ihre optimistische Natur und ihre Make-up-Routine bewunderten.
"Wir waren hocherfreut, die Abendmahlsmahlsmahlzeit für London Now zu unterstützen", sagte Finaldi. "Tausende <MASK_REP> haben dazu beigetragen, das Essen zu verteilen, und deshalb wurden wir geehrt, uns einzubringen und ihren Beitrag anzuerkennen".
Wenn du jeden Tag trainierst und probst, wie du dich selbst spielen willst, kommt es <MASK_REP> heraus.
Setzen Sie die Zwiebel, Knoblauch, Kartoffel und Zuckerbrot in eine große Rösttin und leichte Jahreszeit, dann die Kräuter <MASK_REP> .
Da die Zahl der Todesfälle in Schottland auf 41 angestiegen ist, sagte der leitende medizinische Offizier, dass Beschränkungen für die Bewegungen 13 Wochen <MASK_REP> könnten.
Und für diejenigen, die an die Macht der Nachahmung rund um die übrige Welt glauben, ist es ein Geschenk jenseits der <MASK_REP> .
Im Jahr 2009 beschuldigte er Michael Jackson, einen seiner Haken für zwei Songs auf dem legendären Thriller Album <MASK_REP> .
Die Stadt hatte einen Rekord von 15,8 Millionen Touristen und über $7 Milliarden an touristischen Ausgaben im Jahr 2019, nach <MASK_REP> Nashville Business Journal.
Die Umfrage ergab, dass 24 Prozent der befragten Sekundarschulen Studenten wegen möglicher Bandenbeteiligung entweder an Polizei oder <MASK_REP> Sozialdienst verwiesen.
Um 12.20 Uhr wanderte die Frau mit einem Mann in den 20er Jahren im Seebadeort New Brighton in Merseyside <MASK_REP> Hund, als das Tier ins Meer wagte und Schwierigkeiten im Wasser hatte.
Deshalb sollten Sie dies nicht ohne die ausdrückliche <MASK_REP> oder des Fraktionsvorsitzenden tun.
Ich habe verstanden, was sie sagten, aber nie <MASK_REP> direkt mit jemandem verbunden, den ich kannte, berührte und erlebte.
Sie hatte akademische Ernennungen an der Mount Sinai School of Medicine, <MASK_REP> New York Medical College und der State University of New York in Stony Brook.
Wir hatten die romantische weiße Hochzeit, von der ich immer fünf Jahre später geträumt hatte; meine Schwester <MASK_REP> .
Dies gilt auch (und vielleicht besonders) für Diana, einen zeitlosen Helden, der sich in jedem Moment verbunden fühlt, und ein unsterbliches Wesen, dessen Menschlichkeit nie in <MASK_REP> wird.
<MASK_REP> Ihre einzige Chance war es, beide US-Senatsabstimmungen in Georgien zu gewinnen - eine schwierige Herausforderung.
In diesem Fall hat ein konservativeres Gericht nicht zum ersten Mal die Rechte von LGBT-Personen abgewogen. Anfang dieses Jahres, bevor Barrett dem Gericht beitrat, entschieden die Richter mit einer 6-3 Stimme, dass ein grundlegendes Bürgerrechtsgesetz homosexuelle, lesbische und transsexuelle Menschen vor Diskriminierung in der Beschäftigung schützt. Die Stellungnahme wurde von Gorsuch verfasst, der sagte, dass es <MASK_REP> nicht das letzte Wort des Gerichts zu einer Vielzahl von Fragen rund um LGBT-Rechte sei.
Auf Befragung von <MASK_REP> Kamala Harris gab Barrett zu, dass sie nur Monate nachdem sie ihren Artikel geschrieben hatte, in dem sie das individuelle Mandat als verfassungswidrig bezeichnete, für ihren aktuellen Beruf beim US-Berufungsgericht für den Siebten Gerichtshof nominiert wurde.
<MASK_REP> wird beschuldigt, seine Verbrechen erleichtert zu haben, und in einigen Fällen schlossen sie sich ihm an, um die Mädchen sexuell zu missbrauchen, gemäß der Anklage gegen sie.
"Wenn du also einen Rat zum Schreiben brauchst, muss du einen Kurs <MASK_REP> nehmen, was einfach lächerlich ist".
Die andere, natürlichere Schnappheit hat die Familie auf ihrem Weg zurück <MASK_REP> , indem sie sich um das Gesicht der Kamera dreht, lacht und wellt.
"Ich war nicht daran gewöhnt, so viele Wörter zu <MASK_REP> , aber" sie bricht in einen bösartigen Lächeln ", wissen Sie, wenn ich bereit bin, ich liebe Storytelling.
Letzten Endes werden <MASK_REP> einem Mapping-Programm hinzugefügt, das die Straßen identifiziert, die am meisten von Eis und Frost betroffen sind.
Der Fonds würde durch die Schaffung von Zentralbankreserven finanziert <MASK_REP> , ähnlich wie das Programm der Bank of England zur quantitativen Lockerung.
"Er ist ein tolles Kind, es ist unglaublich, wie er die Dinge im Jahr 2019 <MASK_REP> und ich sehe ihn als die Zukunft des Spiels an.
Das Age lädt Künstler und Führungskräfte ein, ein <MASK_REP> Lieblingswerk vor Ort zu nominieren.
Steve Davis sagte zu Kommentaren: "Der erstaunlichste Schuss, ich glaube, in der Geschichte der Snooker <MASK_REP> gerade gespielt wurde".
Die OFFSIDE-Flagge fuhr Jordan Pickford nach einem schrecklichen Angriff auf Virgil van Dijk <MASK_REP> .
Er ist auch <MASK_REP> psychiatrischen Behandlung, immer noch erstaunt, dass er die Mauer aus Schlamm, dass begraben so viele seiner Freunde vor einem Jahr.
"Sie hatten sogar die <MASK_REP> Galle, sich selbst Kaffee zu machen und Popcorn - mein Popcorn - in meiner Mikrowelle aufzuschlagen", sagte Rush.
Es war ein Aufeinandertreffen von <MASK_REP> , ein Aufeinandertreffen von nicht unterstützten Personen, es waren viele verschiedene Dinge.
Judi lobte auch Kate 's " <MASK_REP> Hörvermögen" und erklärte, wie ihr Augenkontakt und ihre Gesichtsreaktionen sie zu einem empathischen Zuhörer gemacht haben.
Tylers wahres Problem ist im Moment sein unglaublich anspruchsvoller und überheblicher Vater Ronald: eine erbitterte Leistung von Sterling K Brown. Ronald erfordert absolutes Engagement seines Sohnes in allem (während er seine Tochter ignoriert) und <MASK_REP> mit tragischer Absurdität auf der Ausbildung mit ihm und fordert ihn sogar zu einem Armwrestling-Match bei einem Familiensupper heraus, als Tyler seinen Vater verhöhnt (vielleicht ist er ein wenig wie Robert Duvalls grausamer Basketballvater in The Great Santini).
Pechanga Resort Casino in Temecula senkt die Zimmerpreise im Januar, um das Lunar New Year zu feiern. <MASK_REP>
Ich bin verzweifelt auf der Suche nach einigen schönen Teppichen für Schlafzimmer wie die in diesem Raum, oder <MASK_REP> andere geeignete Stile.
Ein derartiger Renten-Überfall würde, wenn er tatsächlich verfolgt würde, wahrscheinlich ein Tory-Eigentor <MASK_REP> , das an den sehr kurzfristigen Plan erinnert, die nationale Versicherung für Selbstständige zu erhöhen, den der ehemalige Kanzler Philip Hammond nur wenige Tage nach seiner Bekanntgabe im Jahr 2017 aufgegeben hatte. Er wäre ein großer Hit für traditionelle konservative Wähler (und Millionen anderer).
<MASK_REP> Die Impfung ist das sicherste Mittel zur Prävention gegen diese Krankheit.
Lovewell-Tuck sagt, <MASK_REP> der erste Schritt ist, mit Ihrem Linienführer oder HR-Abteilung zu sprechen, um zu sehen, ob Sie sich auf eine vorübergehende Änderung einigen können.
In vielerlei Hinsicht war dieser politische Strom in vielen Ländern <MASK_REP> in den letzten 40 Jahren auf dem Vormarsch.
Man mag <MASK_REP> sich darüber Sorgen machen, dass man wie ein Zusatz zu einem Trainingsvideo aus den 80er Jahren aussehen wird (schottischer Designer Christopher Kane sagte Vogue: "Ich liebe Neon - es ist so gemacht und laut und unverschämt" - aber es kann auch elegant sein.
Von diesen Warnungen glauben nur 32 Prozent, dass sich das Leben in Großbritannien 2021 wieder normalisieren wird, und etwas mehr als ein Zehntel <MASK_REP> , dass sich die Wirtschaft erholen wird.
"Wirklich, an diesem <MASK_REP> die Beendigung der Blüte ist das Wichtigste, denn der Betrug geht weiter", sagte Fresno County Dist.
"DIESES IST NICHT HELP, IT IST EIN DUTY" Nach einer großen Explosion, die durch Beirut wütete und etwa eine Viertelmillion Menschen mit zu leben ungeeigneten Häusern <MASK_REP> verließ, haben Libanesen ihre Häuser für Verwandte, Freunde und Nachbarn geöffnet.
Der ehemalige <MASK_REP> , 23, nahm den Mann nicht auf, sondern erklärte im BBC Radio 1Xtra 's Slide Into My Podcast, wie der Austausch zustande kam.
Wir <MASK_REP> Jets für 6-12 Personen und nehmen sie per Heli-Transfer direkt auf ihre Yacht - Sie brauchen niemanden zu sehen.
' <MASK_REP> die Twyman-Zwillinge schien sich nicht um die Schwere ihrer Handlungen zu kümmern, als sie sofort nach einem Bummel durch die Kneipe gingen.
Die Schutzhütte kann Temperaturen von -45 Grad Celcius überleben. <MASK_REP>
Downing St eindringlich dementierte eine Behauptung, dass Herr Johnson den FM als "die blutige wee Jimmy Krankie Frau" bezeichnet <MASK_REP> .
Das Louis Vuitton Gebäude ist 1661 Quadratmeter <MASK_REP> und verfügt auf den oberen Ebenen über blaue Anwälte, Unternehmensberatung und Finanzunternehmen.
Oder wird sie vielleicht die Tische drehen und diese Informationen nutzen, um Andrea die Oberhand zu <MASK_REP> ?
Der hohe Polizeibeamte fügte <MASK_REP> hinzu, dass sie wissen, dass die Mundverletzung des Elefanten durch Sprengstoffe verursacht wurde.
Ich kann nicht zählen, wie viele Leute zu mir kamen und <MASK_REP> , was ich darüber gedacht habe, was passiert ist.
Und obwohl sie (Leilani) ihre eigenen Behinderungen hatte, <MASK_REP> , um ihnen zu helfen, das zu finden, was sie brauchten.
Schauen Sie sich die Hügel über das Tal und <MASK_REP> Haus am Fuße des Hügels an - es ist der gleiche Hintergrund Raphael in seinem Bild von Guidobaldo.
Um der Welt zu zeigen, dass Bastards es nicht verdienen, wie Papierkorb ausgestoßen und vergessen zu werden, hat er den Ehrgeiz <MASK_REP> , Lord of Winterfell zu werden.
Kate Osamor, Labour-MP für Edmonton im Norden von London, schrieb: " <MASK_REP> die traurige Nachricht von Steve Sutherland vorbei hören.
McNeil wurde von Man Utd im Alter von 15 Jahren freigelassen - aber hat sich fortan unter Sean Dyche bei Turf Moor <MASK_REP> .
In den Colorado-Büros von Bloomberg befinden sich zwei in Denver - <MASK_REP> in einem ehemaligen Patagonia-Geschäft und eine andere in schwarz bemalten Wänden in einem ehemaligen Vape-Shop neben einem Marihuana-Outlet.
Sollte sie gestrichen werden, werden Fluggesellschaften und Unternehmensgruppen nach Antworten suchen, wo neue Kapazitäten hinzugefügt werden können, da <MASK_REP> , Gatwick, südlich von London, auch in den Sommermonaten voll ist.
Dies löst eine Toilette aus, die diese Zähne in eine eigene <MASK_REP> goldene Zähne erzeugt, die als Alternativtopf auf einem Eiskegel verwendet werden können.
Kenny Imafidon, Kuratoriumsmitglied von BBC Children in Need, sagte: "Ich kann für das gesamte Board of Trustees und alle Mitarbeiter von BBC Children in Need sprechen, wenn ich sage, dass wir wirklich von <MASK_REP> Versprechen inspiriert waren.
Ich möchte das Beste <MASK_REP> der nächsten Saison machen und so fit wie möglich sein, wenn der Wettbewerb wieder beginnt.
Aber ihr fehlt die Art von <MASK_REP> , die aus der Vermögenssteuer von Senator Elizabeth Warren oder den Forderungen von Senator Bernie Sanders nach einer politischen Revolution erwächst.
So viele unserer normalen Bewältigungsmechanismen werden in diesem Zeitraum untergraben <MASK_REP> .
Carol Marcus sagte: 'Ich hörte die Geschichte im Radio und dachte, es sei lustig, dass sie über jemanden sprachen, der einen ähnlichen Namen wie Jack hat, aber dann lesen wir mehr Details in der Jersey Evening Post und das ist der Zeitpunkt, wo es zu fallen begann... Damals waren Leute, die John <MASK_REP> , ziemlich oft als Jack bekannt.
Als auch Theresa May zum Posten der Innenministerin aufstieg, wurde ihr vorgeworfen, an einem " <MASK_REP> in einem Bummel-Busen-BH" teilzunehmen.
"Ich zog meine Freunde beiseite und sagte:" Das kann man nicht mit einem 80-jährigen <MASK_REP> , dessen Immunsystem bereits gefährdet ist ".
Tatsächlich war die Idee nicht so verrückt, zumal Audible bereits Gespräche über die Ausdehnung seiner Ressourcen auf Künstler während der Pandemie geführt hatte. Nach ein paar weiteren Anrufen <MASK_REP> Audible ein, die Saison zu finanzieren, aufzuzeichnen und zu verteilen und zahlte den Schauspielern zumindest das, was sie in Williamstown verdient hätten.
Sechs Wochen nachdem ich zum ersten Mal einen schmerzhaften Klumpen in meiner linken Brust entdeckt habe, auf einer Arbeitsreise nach Costa Rica <MASK_REP> .
Das Gericht schlug ein Louisiana-Gesetz zur Regelung von Abtreibungskliniken nieder und bekräftigte im ersten großen Abtreibungsfall der Trump-Ära ein Bekenntnis zu Abtreibungsrechten gegenüber heftigem Widerstand voneinander abweichender konservativer <MASK_REP> .
Es umfasste "große Medien, großes Geld und große Technologien" sowie die überwiegend schwarzen Städte Detroit und Philadelphia, wo seine Stimmen knapp <MASK_REP> .
Der einzige bekannte Tod in Iowa war ein 63-jähriger Radfahrer, der <MASK_REP> von mehreren großen Bäumen getroffen wurde, die vor Cedar Rapids auf einem Radweg fielen.
Jetzt bevorzugt er <MASK_REP> Familienzeit im Garten über A-Listen-Veranstaltungen und fährt regelmäßig mit gesundheitlichen Kicks fort, um fit zu bleiben, um mit den kiddos Schritt zu halten.
"Wenn du also einen Rat zum Schreiben <MASK_REP> brauchst, muss du einen Kurs in diesem nehmen, was einfach lächerlich ist".
Er sagt, dass die Tatsache, dass sein Charakter "zu alt ist, um ein kleines Mädchen zu haben, dass er in einer Beziehung <MASK_REP> einer Frau ist, die viel zu jung für ihn ist - alles, was ihn isst und so viel in seine Paranoia spielt".
Tausende von gefährdeten Kindern, die in die Schule zurückkehren sollten, sind nicht zum ersten <MASK_REP> gekommen.
Die Angehörigen unserer Märtyrer können sich vielleicht die Frage stellen, warum ihre Angehörigen doch gestorben sind, und die Antwort auf diese Frage lautet erstens, das Volk von Artsakh vor <MASK_REP> Völkermord zu bewahren, das Recht unseres Volkes auf Überleben zu schützen.
Maggs aus Chelmsford, Essex, mag die Idee, Brunel hätte seiner jüngeren Schwester vielleicht Tribut gezollt <MASK_REP> , indem er in einem Trick des Lichts entworfen hat.
Ein NSW-Rat wurde ausgesetzt, nachdem das Budget geblasen und erfordert ein 6,2 Millionen Dollar Rettungspaket von der Regierung <MASK_REP> .
<MASK_REP> treffen sich Mitglieder der internationalen Medien und prominente Gäste in einem Fünf-Sterne-Hotel, um ein jährliches Flussschifffahrtsrennen und die Enthüllung des neuen Luxusschiffs des Hotels zu feiern.
Aber was ich anderes mache, ist, dass ich eine Zeile schreibe, und dann schreibe ich eine andere Zeile, weil sie vom Klang dieser Zeile abreißt, und ich tue das immer, <MASK_REP> über den Rhythmus und die Klänge der Zeile vor der Zeile, aber nicht darüber, was ich sage.
<MASK_REP> neue Weste ist mit flexiblen Polyäthylen-Formen für Männer oder Frauen konzipiert und schützt ihre schwächsten Organe.
Die Spieler marschierten nach der üblichen dramatischen Musik aus, die Line-ups wurden an freien <MASK_REP> angekündigt, bevor die mächtigsten Aussagen in die Welt geschickt wurden.
Die Bilder deuten darauf hin, dass Kim den Bau der Anlage vorangetrieben hat, obwohl <MASK_REP> Gespräche mit Trump über den Abbau seiner nuklearen Waffen noch andauerten.
Cole hatte sich noch einen anderen Ort angeschlossen, aber bis zum 15. Juni <MASK_REP> fertig.
Manchmal kann ein neuer Chef von Ihnen genauso eingeschüchtert werden wie Sie <MASK_REP> - Sie waren schließlich Teil des alten, erfolgreichen Management Teams.
"Kein Buchkoffer, keine geschmackvoll eingerichteten Möbel oder Kunst - nur eine bloße Glühbirne, ein nicht repariertes Loch in der Decke und etwas Außergewöhnliches an der Wand <MASK_REP> ", E-Mails von Herrn Stevens.
Wir konnten zeigen, dass diese Systeme manchmal zusammenarbeiten, um durch Hitze verursachte Schäden zu mildern und die <MASK_REP> vor Stress zu schützen.
Im Rahmen der Vereinbarung wird GM bis Ende 2022 <MASK_REP> Elektro-Pickup-Brennstoffzellen-Brennstoffzelle, den Badger, produzieren.
Robert Boyle, ehemaliger Strategiedirektor von British Airways-Inhaber IAG, der jetzt seine eigene Flugberatung betreibt, sagte der BBC, dass die ungesicherten Gläubiger von Virgin Atlantic im Rahmen des Geschäfts <MASK_REP> 20% weniger bezahlt würden, als ihnen geschuldet wurden.
Die beiden ersten Saisonhälften von STEVEN Gerrard in Rangers waren bisher so nah an der Geschichte <MASK_REP> besser, aber nicht ganz gut genug im Premier League.
Natürlich, wenn Sie Schmerzen erleiden, aber Sie wirklich glauben, dass Sie vielleicht gewinnen Sie dieses Spiel, dann können Sie <MASK_REP> für die nächsten Paare von Spielen mit dem Arzt oder das Personal nach diesem Sieg, dann ist es normal, dass Sie nichts zeigen, um die Welt.
Pompeo sagte auf Twitter nach dem Start von Tel Aviv <MASK_REP> : "Frohe Nachricht, dass wir auf dem FIRST offiziellen NONSTOP-Flug von Israel nach Sudan sind!"
Styles <MASK_REP> zu den Darstellern und Nominierten bei den Brit Awards in der O2 Arena in London am Dienstag Abend.
Das größte Spiel von allen kam, nachdem die Falken einen, wie es schien, entscheidenden Stopp <MASK_REP> und die Seahawks in Atlanta 38 mit Vier- und Fünf belegten.
Das Auto ist im Palmenformat $79 Echo Auto, mit dem Sie Alexa in Ihrem Auto beschwören können; Clipping auf einen Luftschlitz, Ziehen von Strom aus dem Zigarettenanzünder und Anschluss an Ihr Auto Stereo über Bluetooth oder 3.5mm Audiokabel. <MASK_REP>
Das Album folgt <MASK_REP> Performance in A Star Is Born, für die sie 2019 einen Oscar für den besten Song erhielt.
"Unsere Erfahrung wird dadurch erschwert, dass wir das Gefühl haben, dass unser geliebter Mensch <MASK_REP> von uns isoliert und ununterstützt gestorben ist", fügte er hinzu.
Ich möchte alle, die sich damals in der Gegend aufhielten <MASK_REP> oder die mit Dashcam-Aufnahmen unterwegs waren, bitten, sich mit der Polizei in Verbindung zu setzen.
Die Bundesregierung hat nach einer Beschwerde <MASK_REP> Indian Medical Association am Donnerstag Abend die Erlaubnis zur häuslichen Lieferung von Alkohol widerrufen.
Es besteht also kein Zweifel daran, dass dieser spezifische historische Moment <MASK_REP> Höhepunkt der palästinensischen und arabischen Passivität ist, da der fortschrittliche arabische Nationalismus und der Fall der palästinensischen Rechten in die Falle der "Friedensindustrie" geschwächt wurden, aber es wird erwartet, dass sich jeder nähere Moment dem widersetzt, was uns unter diesen Umständen angeboten wird: "Alles, was solide ist, schmilzt in Luft", wie Karl Marx es ausgedrückt hätte.
Das Königspaar genoss das Schiff <MASK_REP> 1954; es wurde als königliche Residenz konzipiert, um Gäste auf der ganzen Welt zu unterhalten.
"Als sie schließlich herumkam, hatte sie eine Haltung <MASK_REP> mir und sagte:" Was? "Und ich sagte:" Der Kerl hinter mir trifft mich immer wieder ", und sie ging zu ihm zurück, wie veränderte Persönlichkeiten, und war die netteste Person der Welt und sagte:" Oh, bist du okay?
Sie nahm mich zu all meinen Terminen und Operationen, sie machte <MASK_REP> Smoothies und Mittagessen und sicherte mir nahrhafte Mahlzeiten.
"Matabeleland North hatte über 40% der Haushalte <MASK_REP> die offene Defäkation praktizierten.
"Wenn dies der letzte ist und ich mit meiner ganzen Familie <MASK_REP> fertig bin, wäre ich wirklich glücklich".
Irland ist das einzige Kind von Alec, 62 und Kim 66, die von 1993 bis 2002 verheiratet waren und ist das Nichte von Stephen, Daniel und William Baldwin <MASK_REP> Cousin von Hailey Baldwin.
Die Detroit Free Press sagte, dass rund 20 Millionen Menschen immer <MASK_REP> nicht bezahlt wurden, basierend auf IRS Schätzungen, dass Zahlungen an mehr als 150 Millionen Amerikaner ausgezahlt werden würden.
Natürlich kann man großartige Auftritte <MASK_REP> , aber was bedeutet das für das Land und als olympische Bewegung?
Nike and Rebuild Foundation veranstaltete am Samstag, den 22. Februar, eine <MASK_REP> , Sport und Kultur auf der Stony Island Arts Bank in der Großen Kreuzungsgemeinschaft.
Sie schrieb: " <MASK_REP> in all unserem Leben zu haben, ist ein solcher Segen.
Die <MASK_REP> Änderungen sind auf Android-Nutzer beschränkt, aber auch Nutzer auf iOS können Plus-Codes von jedem beliebigen Ort erhalten, indem sie die Karte betätigen und halten, um einen Pin an einem bestimmten Ort fallen zu lassen.
<MASK_REP> zu vermeiden, vor allem in geschlossenen Räumen, und sorgfältig waschen die Hände für mehr als 20 Sekunden und / oder Reiben Alkohol.
Er zeigte große Energie in der Mitte des Spielfeldes <MASK_REP> kämpfte um den Ball so viel, wie er es sich gewünscht hätte.
Aber ihr fehlt die Art von zentraler Bedeutung, <MASK_REP> der Vermögenssteuer von Senator Elizabeth Warren oder den Forderungen von Senator Bernie Sanders nach einer politischen Revolution erwächst.
Es kommt selten vor, dass wir einen Frosch finden und sofort erkennen können, dass es sich um eine neue Spezies handelt, ohne auf die Rückgabe der DNA-Sequenz warten zu müssen <MASK_REP> .
Wenn Ihr beeindruckender Kleiderschrank von Uhren in den letzten Monaten gesammelt hat, ist es vielleicht an der Zeit, sie <MASK_REP> .
Er gehört zu den Tausenden Ärzten, die an der Spitze der Pandemie stehen werden, wenn sie die <MASK_REP> des Landes überwältigt.
Außerdem wurde ihm in seinem Heimatland Australien Auszeichnungen verliehen, seine BAFTA-Freundschaft und ein Ehrenabschluss von der University of East London <MASK_REP> .
Drei Punkte heute Abend würden bedeuten, dass die Wächterstadt nur einen Sieg aus den letzten drei Spielen braucht, um in <MASK_REP> Knockout-Stadien zu gelangen.
"Wir entscheiden nie über die Namen unserer Babys bis zum letzten Moment, nachdem sie geboren wurden, kurz bevor wir das Krankenhaus verlassen <MASK_REP> , aber aus irgendeinem Grund haben wir angefangen, diesen kleinen Kerl in meinem Bauch Jack anzurufen.
Foster sagte, der Verband habe sich für eine Politik eingesetzt, die <MASK_REP> medizinischen Mitarbeitern in Krankenhäusern ermöglicht zu entscheiden, welche Operationen in ihren Einrichtungen fortgesetzt werden und welche nicht.
Es wurde eine 60-Tage-Verlängerung für diese Lizenzen eingeführt ( <MASK_REP> nicht für kommerzielle Fahrerlizenzen) und Kommunen wurden darüber informiert.
Carragher behauptet, ihre große Abwehraktion wäre im nächsten Sommer <MASK_REP> , sollte aber aufgrund der aktuellen Krise auf Januar vorgezogen werden.
Setzen Sie sie in eine große Schüssel und fügen Sie den Rest der Salatzutaten <MASK_REP> , Würzen mit einer Prise Salz und eine Wendung Pfeffer.
Er hat in den letzten Wochen <MASK_REP> echte Anzeichen einer Verbesserung vorangetrieben, muss aber unbedingt mit seinem letzten Ball besser werden.
Bildunterschrift Wenn die R-Nummer über einer ist, beginnt die Zahl der kumulativen Fälle <MASK_REP> - aber wenn sie unter einer ist, wird der Ausbruch irgendwann beendet.
"Heute teile ich <MASK_REP> mit Ihnen etwas, was ich schon immer teilen wollte, eines Tages, aber unter meinen eigenen Umständen", sagte sie. "Und es sieht so aus, als sei mir diese Chance genommen worden.
Das Unternehmen sagte, es wird weiterhin mit dem "hoch geschätzten" Moderator arbeiten, hat aber nicht die <MASK_REP> .
Die Stadt hatte einen Rekord von 15,8 Millionen Touristen und über $7 Milliarden an touristischen Ausgaben im <MASK_REP> 2019, nach Nashville Business Journal.
Josh <MASK_REP> nach nur 24 Stunden auf den Straßen zu Tränen reduziert, nachdem er von Fremden 'generosityCredit: Zeppelin Films Ltd / 5 Star überwältigt wurde.
Juventus will diesen Sommer den ehemaligen Real-Madrid-Hit entlasten <MASK_REP> owohl Newcastle als auch Wolves sind auf eine saudische Übernahme vorbereitet.
Wir freuen uns, dass Andrew McCabe und seine Familie mit ihrem Leben <MASK_REP> können, ohne dass diese Wolke über ihnen hängt ", sagte Bromwich und Schertler.
In Bezug auf die Wahlen hat sich das Spiel großartig ausgezahlt: Johnson gewann große und eroberte mit Hilfe eines abstoßenden Labour-Führers Orte, die einst von der <MASK_REP> zurückschreckten.
"Aber was ich zu Alan Joyce (CEO von Qantas) <MASK_REP> gesagt habe und was ich allen gesagt habe, ist, dass wir die Notwendigkeit weiterer Unterstützung verstehen.
Die neuen Hafenanlagen "Immigration Nation" <MASK_REP> mit Einwanderern, ICE-Agenten und anderen, während sie sich tief in eines der politisch am stärksten polarisierenden Probleme unserer Nation stürzen.
Es gab viele Dinge, die wir verpasst haben, und viele Dinge, über die wir anfangen können zu lächeln, weil wir wieder an der Arbeit sind - man sieht alle Menschen, denen wir in den letzten Jahren so nahe waren, <MASK_REP> sie wieder sehen und Gespräche mit ihnen führen kann.
Mehrere große Blitzfeuer, die sich aus <MASK_REP> Klingen rund um die San Francisco Bay Area am Montag zusammensetzten.
Nach dem Krieg kehrte Lovell in die walisische Liga zurück und fiel in den 1950er Jahren gleichzeitig eine Seite in der englischen <MASK_REP> .
"Ich <MASK_REP> , du weißt einfach nie wirklich, wie du mit diesen Situationen umgehen wirst, bis du in ihnen bist, aber ich fühlte mich wirklich bereit, zu gewinnen.
In den frühen Tagen dachten wir, wir <MASK_REP> diese eine große Welle, und wir hatten keine Ahnung, wie lange es dauern würde.
Und Dr. Roberts sagte, ein leerer Campus im Herbst " <MASK_REP> die Begeisterung unserer Spender und Almosen dämpfen" und die Finanzen der Schule weiter aushöhlen.
Ich fühle mich verraten, dass er unsere Ehe wegwerfen und mit jemandem herumlaufen würde, <MASK_REP> sich als Freund für uns beide präsentierte.
Und als die Elektronik herauskam, war es teilweise im Rücken und mein Hemd kam ein wenig raus, kam ein wenig raus, obwohl meine Kleidung <MASK_REP> .
Als Erstes sollten Sie sich an Ihren GP wenden, und Sie können dies auch über Telehealth tun, wenn Sie es <MASK_REP> .
Moderna hat vor kurzem mit der Aufnahme von Kandidaten für die Phase 2 Studie <MASK_REP> , und ihre Phase 3 Studien werden voraussichtlich Ende dieses Monats beginnen.
Die Metropolitan Police sagte drei Männer zwischen 15 und 20 Jahren, und eine 18-jährige Frau wurde in der Nähe <MASK_REP> wegen Mordes verhaftet.
" <MASK_REP> ", sagte Goodwin, "Er ist unser Kapitän in der Nacht und er leistet eine phantastische Arbeit für uns.
"Die wahre Frage ist, ob er immer noch glaubt, wettbewerbsfähig zu sein... und <MASK_REP> erst wissen, dass die MotoGP nach der Rückkehr in das vertraute Territorium in Europa in Europa", sagte Emmett CNN.
"Obamas Worte über all das mit der globalen Erwärmung und dem - viel davon ist eine Falschmeldung. <MASK_REP>
"Bei dieser Kampagne geht es nicht nur darum, Stimmen zu gewinnen, sondern auch darum, das Herz und, ja, die Seele Amerikas zu gewinnen", sagte Joe Biden im August auf der Demokratischen Nationalkonferenz, kurz nachdem der Satz "Kampf um die Seele Amerikas" ganz oben auf seiner Wahlkampfseite neben seinem Namen <MASK_REP> .
Dies gilt auch (und vielleicht besonders) für Diana, einen zeitlosen Helden, der sich <MASK_REP> fühlt, und ein unsterbliches Wesen, dessen Menschlichkeit nie in Zweifel gezogen wird.
Sie sind ihrer eigenen Integrität <MASK_REP> , ihren eigenen moralischen Kompaß und müssen ihre eigenen Entscheidungen treffen.
"Titelkämpfe sind 12 Runden, das ist es, was es braucht". Es ist eine Fantasie zu glauben, er könnte zurückkommen und jemanden schlagen, aber ein Ausstellungskampf - <MASK_REP> l Glück für ihn ".
Kleine <MASK_REP> , die während des Gesprächs entstehen, können mindestens acht Minuten und vielleicht sogar länger in der Luft hängen, berichten Forscher.
Da es eine Reihe von Verhaftungen gibt, war das natürlich nicht ganz das, was der Supermarkt <MASK_REP> im Sinn hatte.
Van Badham, ein Kommentator, der häufig für The Guardian (und gelegentlich auch für den Meinungsbereich der New York Times) schreibt, antwortete mir über Trumps positives Testresultat mit dem, was viele Australier zu <MASK_REP> scheinen:
Mit anderen Worten: 159 Liter des lebenswichtigsten Rohstoffs der Welt würden Sie weniger als ein <MASK_REP> Bier zurückwerfen.
In diesem Jahr werden Orantes und Newman einen virtuellen <MASK_REP> im National Museum of the American Indian in Washington, DC leiten.
Wenn ich jemals <MASK_REP> , werde ich sofort getötet werden, und auch meine Familie, weil sie mich belogen haben, wenn ich verliere.
Viele Katzen sterben an Erschöpfung, Hitzeschlag, Dehydrierung oder Verletzungen, die durch ihre Gefangennahme und Beförderung verursacht werden. <MASK_REP>
Harry Collins, der für seine inspirierende Rede am Vorabend des Krieges vor seinen Männern 2003 bekannt war, sagte, dass Harry 's Umzug "bedauerlich" aber unvermeidlich sei. "Ich denke, er muss es aufgeben, weil es mit dem Territorium zusammenhängt. <MASK_REP>
Der neue südwestwalisische Gesundheitsminister Brad Hazzard forderte die Australier auf, <MASK_REP> , und schlug statt eines Handschüttels einen Rückschlag vor.
Er würde 25 Stunden am Tag arbeiten, wenn es ihm erlaubt <MASK_REP> - und er kannte die Ins und Outs jeder Abteilung.
<MASK_REP> , wird er nie zulassen, dass der Pumpenpreis steigt; wenn dies geschieht, bedeutet das, dass es eine unvermeidliche Entscheidung ist.
Jeder einzelne Song wurde mit <MASK_REP> Sorgfalt kuratiert, um sicherzustellen, dass wir die ursprüngliche Absicht, Integrität und Bedeutung intakt hielten.
Mehrere Kongressarbeiter in Delhi wurden am Samstag in der Hauptstadt inmitten der Schließung und der Versorgung der Armen und Bedürftigen <MASK_REP> .
Wer nicht kurz aus dem Fenster schaute, um die Nachricht zu sehen, dass Barbados, das 1966 die Unabhängigkeit von Großbritannien erlangte, sich jetzt stark genug fühlt, selbstbewusst genug in sich selbst als Nation, um ankündigen zu können, dass es nächstes Jahr eine Republik werden wird, die Königin Elizabeth als Staatsoberhaupt durch einen <MASK_REP> eigenen Bürger ersetzt.
Im wesentlichen verfügt der Realme X3 SuperZoom über einen 8-Megapixel-Sensor auf der Rückseite mit einem periscope-ähnlichen Objektiv-Setup, der eine Blende von f / 3.4 <MASK_REP> 5x optischen Zoom unterstützt.
"Wenn du also einen Rat zum Schreiben brauchst, muss du einen Kurs in diesem <MASK_REP> , was einfach lächerlich ist".
Da unsere Ausflüge begrenzt sind, wurde das übliche <MASK_REP> mit regelmäßigen Stopps zum Schniffeln (sie, nicht ich) durch Balljagd (wieder, sie, nicht ich) ergänzt.
Nach seinen Twitter-Rants erzählte eine Quelle den Leuten, dass die Mutter von vier <MASK_REP> "am Ende ihres Seiles - wieder" sei.
Slipknot startete seine Knotfest Roadshow Tour 2019 und <MASK_REP> in 30 Städten Nordamerikas auf.
Eine lange Reise zu Schönheit <MASK_REP> oder Zweitwohnsitzen in Wales ist weder das eine noch das andere.
Patrick Mahomen von <MASK_REP> Kansas City Häuptlinge ist der Startschuss für die AFC im Pro Bowl, wie von den Spielern, Fans und Trainern angenommen.
Es scheint, dass Weizen und Backen von vielen als überflüssig, gefährlich oder sogar ein Gift zu vermeiden (mit all <MASK_REP> Diebstahl und glutenfreien Wahnsinn).
Jurors letzte Woche <MASK_REP> auch emotionale Zeugenaussagen von der Schauspielerin Annabella Sciorra, die von Weinstein vor über 25 Jahren sagte, dass sie vergewaltigt wurde.
Andere Spiele werden keine Fans, einschließlich der Öffnung zwischen den Richmond Tigers und die Collingwood Magpies, die unter normalen Bedingungen hätte 80.000 <MASK_REP> Melbourne Cricket Ground gezogen.
Das Video wurde am 26. Juli gefangen und kürzlich online mit den Worten veröffentlicht: "Beim Angeln für den Rotlachs im entlegenen Alaska <MASK_REP> .
Nur wenn wir uns in Verbindung setzen und sagen: "Das wird nicht funktionieren, du brauchst <MASK_REP> ".
Christian Eckes war gleich hinter Busch in den ersten beiden Etappen, aber er <MASK_REP> den 23. nach einem frühen Wrack der letzten Etappe.
Harris meinte, dass er nach dem 2-1-Heimsieg <MASK_REP> Nottingham Forest über sein Wissen über die Vereinbarung "falsch ausgelegt" worden sei.
Bryan McNamara, ein Mitarbeiter <MASK_REP> Joseph R. Biden Jr., der Liebhaber einer leichten Lederjacke im Mittleren Westen des Mittleren Westens ist, goss starken Kaffee.
<MASK_REP> Steven W. Dalbey, schrieb im Mai in einer Erklärung, dass er die Armeeordnung für eine medizinische Kommission dahingehend interpretieren würde, dass Al Kaida und nicht Saudi Arabien ein Mitspracherecht bei der Genehmigung ausländischer Ärzte hätten. Das stünde im Widerspruch zu der Politik der Regierung, "nicht mit terroristischen Gruppen zu verhandeln", fügte er hinzu.
Glen Durrant Witze sollte er Premier League Darts <MASK_REP> , wenn Liverpool nach Blitzstart Krone bekommt - The Sun.
Diese Woche auf Only A Game, einen Blick <MASK_REP> Oklahoma State, wo die Spieler sprachen, nachdem Fußballtrainer Mike Gundy in einem OAN T-Shirt fotografiert wurde.
Mit einem Freikick erreichte er den Posten und Rangers erzielte eine weitere halbe Stunde, um zu versuchen, den Posten zu <MASK_REP> .
Wenn <MASK_REP> von Uhren in den letzten Monaten gesammelt hat, ist es vielleicht an der Zeit, sie zu tauschen.
"Tuju kann nicht behaupten, Änderungen in der Partei vorzunehmen, ohne sich zuerst auf den Parteivorsitzenden zu beziehen", sagte er. "Diese Fellows verschwenden Zeit, anstatt Unterschriften von über fünf Millionen Jubilee-Mitgliedern zu sammeln, um ihren Fall zu unterstützen, haben sie sich auf Lärm in sozialen Medien berufen" <MASK_REP> .
"Ich werde Kobe für immer lieben und immer die Zeit <MASK_REP> , die ich mit ihm verbracht habe", sagte West am Sonntag in einer Erklärung.
(Hören Sie sich den "Podcast" hier an und <MASK_REP> : Dies ist "Family Guy", und, befreit von den TV-Regeln, werfen die Jungs am Ende eine F-Bombe.)
Er entsandte einen Fallschirm und dann einen zweiten, aber immer noch eine harte Landung in der Mojave Wüste in Kalifornien, und verletzte <MASK_REP> Rücken.
Die <MASK_REP> musste aufgrund der Pandemie ihre Operationen unterbrechen, wochenlange vor Ort verlieren und Teile des ursprünglichen Plans aussparen, um mit der kürzeren Frist Schritt zu halten. Das bedeutet, dass die Zähler vor Ort eher auf Informationen von Nachbarn oder auf andere Arten angewiesen waren, die Lücken für die mehr als 30% der Haushalte im Land auszufüllen, die nicht reagiert haben.
Das Vereinigte Königreich hat viele Gewässer, und viele Fische werden von Booten aus anderen Ländern aus Ihren Gewässern genommen, aber denken Sie daran, dass 70% der Fische, <MASK_REP> Sie verkaufen, nach Europa verkauft werden.
Nach der letzten Umfrage im September erhielten sowohl Netanjahu als auch Gantz die Chance, eine Regierung zu bilden, aber <MASK_REP> der beiden gelang es, eine Koalition mit 61 Sitzen zu bilden.
Als ein Offizier weiter auf dem Hals von Floyd kniet, dreht sich sein Partner auf der Bühne um die Zuschauer zu bewegen, um zurückzukehren. <MASK_REP>
Ich habe fünf Jahre lang in Beirut gelebt und es ist fast unwiedererkennbar - es ist eine Stadt der Sirenen, leerer Gebäude, <MASK_REP> Straßen.
"Der Premierminister ist sich darüber im Klaren, dass die örtlichen Entscheidungsträger in der Lage sein sollten, das Maßnahmenpaket in den <MASK_REP> Bereichen zu gestalten".
Aber Bundesbehörden sagen nun, dass Melzers Leben aufgrund eines mörderischen Komplotts, das er gegen seine eigene Einheit <MASK_REP> hatte, tatsächlich in Gefahr war.
Während strenge Grenzkontrollen bestehen bleiben, sagte <MASK_REP> neuseeländische Premierminister Jacinda Ardern, dass Beschränkungen wie soziale Distanzierung und Beschränkungen öffentlicher Versammlungen nicht mehr nötig seien.
PORTLAND, Oregon, 8. Juni 2020 / PRNewswire / -- Allied Market Research veröffentlichte einen Bericht mit dem Titel " <MASK_REP> nach Typ (ganzes Blut, rote Blutzellen, Platelets, Plasma und weiße Blutzellen), Funktion (Sammlung, Verarbeitung, Prüfung, Lagerung und Transport), Banktyp (Privat- und Öffentliche), und Krankenbetreiber (Krankenhaus, Krankenzentren für Chirurgie, Pharmaunternehmen, Kliniken & Häuser und andere): Global Opportunity Analysis and Industry, 2020-2027".
Nun, da Johnson seinem Lebenslauf endlich einen zweiten großen hinzugefügt hat, fragen eifrige Beobachter bereits "Recht, wie viele mehr?", während sie nach jemandem suchen, der jene Art tyrannischer Herrschaft über die Majors ausüben kann, die Tiger Woods früher <MASK_REP> .
Die Nr. 2 Samenkorps (12-4) werden am Sonntag im Arrographe Stadion <MASK_REP> Kansas City die vierten und vierten Texaner (10-6) aufnehmen.
Real Madrid verteidigt seinen Vierpunktsieg in der Spitzenklasse von Barcelona, indem er am Sonntag den achten Platz bei Athletic Bilbao bestritt. <MASK_REP>
Herr Grainger sagte, dass das Haus einen Blick auf <MASK_REP> zeigte und Barwon Heads Bluff von einer Position auf dem nordwestlichen Rand der Stadt.
Simmons "Strategie, auf einem" Lösungsgesetz "zu bestehen, spiegelt wichtige Veränderungen wider, die <MASK_REP> in der Art und Weise vollziehen, wie im US-Kongress jetzt Reparationen durchgeführt werden.
Drei Jahre später wurde Rousseff angeblich wegen der Verkleidung von <MASK_REP> enthoben, obwohl dies aus politischen Gründen ein Vorwand war.
Am Dienstag hat David bei einem Besuch der Rentner von Chelsea in London in dieser Woche darauf hingewiesen, was die jährliche <MASK_REP> für ihn bedeutet.
<MASK_REP> , ein 29-jähriger Student an der Universität Nevada, sagte, dass er früh abstimmen könne, aber die Linien für zu lang hielten: Er hatte geplant, am Samstag zurückzukehren, aber noch nicht entschieden, wer ihn unterstützen solle: "Ich bin auf einer Seite der Stadt aufgewachsen, in der die Chancen und Vorteile nicht wirklich gegeben sind.
<MASK_REP> Prof Tawfik erklärt, dass "bei diesem Experiment und jedem darauffolgenden Experiment eine lebenswichtige Aminosäure fehlt: Aminosäuren wie Arginin und Lysin, die eine positive elektrische Ladung tragen".
"Es gibt keine Anhaltspunkte dafür, dass berufstätige Eltern derzeit darum kämpfen, den Zugang zu <MASK_REP> Kinderbetreuung zu sichern", fügten sie hinzu.
Die <MASK_REP> schließen sich seinem Landsmann Timo Werner sowie Hakim Ziyech, Ben Chilwell und Thiago Silva als wichtigste Unterschriften in diesem Sommer an.
"Es behauptet nie, dass jemand die <MASK_REP> oder die Stimmen Trumps schlechter behandelt hat als die Stimmen von Biden oder Biden", meinte die Meinung. "Die Behauptungen der Wahlkampagne haben keinen Nutzen".
In einem neuen Beitrag von Olivier Blanchard, <MASK_REP> Chefökonom des IWF, und zwei Co-Autoren sagen, dass in einer Welt, in der das nominale Wachstum die Zinssätze wahrscheinlich für lange Zeit übersteigen wird, die Schuldenlast auf einem Niveau liegen kann, das weit höher ist, als man sich hätte vorstellen können, als der Vertrag von Maastricht geschrieben wurde.
"Es wird eine Weile dauern, bis wir wieder <MASK_REP> , aber wir sind sicher und wir sind alle in Ordnung", sagte Jina Smith.
Auf der einen Seite, wenn wir uns gegen Sachschäden aussprechen, werden wir sofort als nicht unterstützend für die Bewegung dargestellt, die unser Geschäft in einer <MASK_REP> Zeit von Anfang an beeinflussen könnte und nicht im Geringsten korrekt ist.
Mit der Vollendung des Kreises konnte sie vier Besetzung-Mitglieder von ihrem geliebten "Van Der Pump" im letzten Video der Band "Everything Hat Changed" <MASK_REP> .
"Die Maschinen gingen auf die Straße und hob ihre Maschinen für ihn auf und ab <MASK_REP> liebte es.
"Es wurde keine Artillerie eingesetzt, <MASK_REP> bis 23 Uhr gaben armenische Streitkräfte zwei unbemannte Kampffahrzeuge auf aserbaidschanischer Seite ab", sagte sie.
Die Demokraten möchten auch Lev Parnas anrufen, einen Verbündeten von Trumps Anwalt Rudolph W. Giuliani, der <MASK_REP> , er habe unter Trumps Autorität gearbeitet, um ukrainische Beamte zu streicheln, um Biden und Demokraten zu untersuchen.
Einheimische Single junge Damen zu finden war noch nie einfacher, weil Sie sich nur kostenlos für jede unserer Dating-Seiten anmelden müssen, um sicher zu gehen, dass Sie in kürzester Zeit einen schöne <MASK_REP> Vierbeiner erfüllen werden.
Ein 60% iger Foul-Shooter, der in dieser Saison ins Spiel kam, <MASK_REP> er 15 von 18 in der Foul-Linie, um ein Saisonhoch für die hergestellten Freaks zu setzen.
Der Mann gewinnt <MASK_REP> 30.000 $doppelt aus dem gleichen Lotteriespiel gekauft im gleichen Geschäft Gewinnlotterie Ticket wurde auf dem Tisch des Mannes Colorado man für einen Monat beansprucht $25.000 jährlichen Lotto Preis zwei Tage vor Ablauf.
Oder investieren Sie in ein Gummi-Übungsband - ein Widerstandsband -, das um Tischbeine oder Türgriffe geschraubt und <MASK_REP> Brust gezogen werden kann.
Der <MASK_REP> ließ die Benutzer in Hysterie über das einzigartige Badezimmer Design der Wohnung: "Screaming vorstellen, saß mit Beinen in der Badewanne gekreuzt".
Ich <MASK_REP> auf den Rücken, wir starten und er kann nicht länger als sieben Sekunden hart bleiben, weil er nervös ist.
"Ich werde mich in erster Linie auf die vier Themen der vorangegangenen Frage konzentrieren (Bildung, Gesundheitsfürsorge, Arbeitsplätze und Reform der Strafjustiz) und die Gesetzesentwürfe zur Unterstützung dieser Pläne. <MASK_REP>
Kathie Pike erzählte CNN, dass ihr Mann, Bill Pike, "ein Leben intellektueller Faszination der Welt führte". "Sie <MASK_REP> ihren Mann aus" einfach erstaunlich ", sagte sie, er habe dank moderner Kommunikation die schönsten letzten Riten.
Ich glaube <MASK_REP> , dass der Premierminister dieses Landes jederzeit hundertprozentig effizient sein sollte.
In den Wintermonaten ist es auch üblich, dass Isländer einen täglichen Zuschlag für <MASK_REP> nehmen, wenn es schwierig ist, allein aus Sonnenlicht genügend Vitamin D zu erhalten.
Sie sagten nein, wir <MASK_REP> .
Wiig beherrscht die Rolle von Barbara Ann Minerva - zunächst ist es der <MASK_REP> Comedy Star, den wir alle kennen; am Ende gibt es ein Feuer, das wir noch nie zuvor gesehen haben.
Ich verstehe, dass es ein Halbfinale und Disziplin war an erster Stelle, aber Sie müssen versuchen, <MASK_REP> umzudrehen.
Lexy erzählte, wie sie zum ersten Mal Brooklyn auf dem Coachella Festival in 2017, wo sie mit rapper Post Malone <MASK_REP> .
Greta Thunberg hat nach einem Instagram-Posten aus dem 17-Jährigen ihren eigenen Namen und den ihrer Freitagsbewegung für die Zukunft <MASK_REP> eingetragen.
Die neue Ausstellung besteht aus 16 Gemälden, größtenteils im Stil <MASK_REP> Arbeiten von Herrn Rauch, der 2007 der erste lebende deutsche Künstler wurde, der eine Solo-Show im Metropolitan Museum in New York erhielt und einer der teuersten lebenden deutschen Künstler bei der Auktion ist.
Die Einkaufsstraße von Wangfujing - <MASK_REP> , ist heute ein breiter Fußgängerboulevard flankiert von großen Kaufhäusern.
Dann teilte Robyn eine Studentin an der Bangor University, Wales, mit ihm <MASK_REP> , da sie mit einem Freund um die Ecke von seinem Haus unterwegs war.
Christian Eckes war gleich hinter Busch in den ersten beiden Etappen <MASK_REP> , aber er beendete den 23. nach einem frühen Wrack der letzten Etappe.
Aber wenn man 2020 reisen will, öffnen einige Länder in diesem Sommer ihre Grenzen für Amerikaner - unter <MASK_REP> Bedingungen.
<MASK_REP> die Kosten, kann er die billigste Klärung nehmen, die es gibt, was die Immobilie abwerten kann.
Landscapers ist ein Sky Atlantic Drama über <MASK_REP> , die Olivia Colman in der Hauptrolle spielt und von Alexander Payne (Autor-Regisseur der Wahl und der Nachfahren) geleitet wird.
"Wir müssen ständig lernen, es ist eine fantastische Tour für unsere Entwicklung als Testteam <MASK_REP> ".
"Ich sah Menschen in dieser Gegend anfangen sich zu umarmen, sich gegenseitig zu trösten und sie vor dem zu schützen, was sie gesehen haben. <MASK_REP>
Der Ausbruch, außerhalb der Stadt Kashgar, scheint mit einer Kleidungsfabrik in Shufu verbunden zu sein, die 252 Menschen beschäftigt und <MASK_REP> .
" <MASK_REP> ein ganzes Spektrum von Leuten da draußen, die nicht durch irgendwelche Informationen beruhigt werden", sagte Polen. "Wenn wir nicht streng auf Sicherheit achten, wird dies nach hinten losgehen".
Frau Störe sagte, dass die Nationen des Vereinigten Königreichs zwar "mit leicht unterschiedlichen Geschwindigkeiten" aus der Schließung austreten könnten, sie aber nicht " <MASK_REP> oder vorhersagen", dass Firmen nördlich der Grenze "für lange Zeit außer Betrieb sein würden", während ihre Gesprächspartner in England handeln.
Es kommt selten vor, dass wir einen Frosch finden und sofort erkennen können, dass es sich um eine neue <MASK_REP> handelt, ohne auf die Rückgabe der DNA-Sequenz warten zu müssen.
In Verbindung mit dem Programm Microsoft Mouse und Keyboard <MASK_REP> gibt es viele Möglichkeiten, diese Tastatur für Sie zu verwenden.
"Niemand will die Dinge abschwächen <MASK_REP> , wenn man sieht, was an einem Ort wie New York City vor sich geht", sagte er. "Nach einer gewissen Zeit gibt es Gebiete, die sich von anderen Gegenden des Landes unterscheiden, und man will sie vielleicht nicht nur als eine Kraft für das ganze Land behandeln".
TRUMP: Aber die Polizei hat es nicht übernommen, und ich gebe dir nicht die Schuld, ich meine, ich habe noch nie etwas Ähnliches gesehen, wo der Polizei <MASK_REP> wurde, das Polizeihaus aufzugeben und es wurde geplündert und wirklich zerstört... Sie wissen, dass Millionen und Abermillionen von Dollar zurückgehen und reparieren müssen.
Die Einschränkung der Labour-Partei ist, dass sie nicht entscheiden kann, was sie verlangen soll, <MASK_REP> der Notfallmittel.
Aber genau wie ein Schwan seinen Hals und Kopf bewegen kann, kann der Kontrollturm der Yacht <MASK_REP> werden.
<MASK_REP> ein 5-tägiges Fenster aus, in dem jeder Kurfürst eine glaubwürdige Herausforderung an die Wahlergebnisse vor Gericht bringen kann.
Wer sich in einer Runde befand, war ein sorgfältig <MASK_REP> Geschäft, dessen Traditionen schon lange vor unserer Ankunft festgeschrieben waren.
Trotz des Chaos <MASK_REP> bleibt sie komponiert und setzt sich mit dem Job, mit einem schönen Lächeln gemalt in ihr helles kleines Gesicht.
Geboren 1959 in Columbus, Indiana, ist Herr Pence eines von sechs Kindern, geboren in Edward Pence - einem Veteran der US-Armee, der eine Reihe von Tankstellen besaß - und Nancy Pence <MASK_REP> .
<MASK_REP> werden Daten zu einem Mapping-Programm hinzugefügt, das die Straßen identifiziert, die am meisten von Eis und Frost betroffen sind.
Eine Zunahme der Fracht von 12% im Jahr 2019 auf 36% im Jahr 2020 stellte für die Fluggesellschaften einen kleinen Aufschub dar, aber dies war bei weitem nicht <MASK_REP> , um die Verluste durch den Rückgang der Passagiere auszugleichen.
West Ham Wert Rice bei fast £70 Millionen, aber viel wird davon abhängen, <MASK_REP> Teilung die Hammer in der nächsten Amtszeit.
"Ich hoffe nur, dass sie sich nie einsam fühlt oder denkt, dass sie jemals alleine dabei war. Wir sind nur ein Anruf weg, wie wir es mit ihrer Familie und ihren Kollegen waren, und wir werden alles tun, um ihr zu helfen. <MASK_REP>
Es ist in der Regel eine Zeit der Familientreffen, Besichtigungstouren, <MASK_REP> Feuerwerke und andere Festlichkeiten im Land von 1,4 Milliarden Menschen.
"Ich habe das Gefühl, dass ich nicht darüber nachdenke [der neue Schläger], wenn ich da draußen bin, was eine großartige Sache ist", sagte er, nachdem das erste Wettkampfspiel mit dem RF97 Autogramm in Brisbane in einem Straight-Sets über den finnischen Jarkko Nieminen <MASK_REP> . "Ich trifft den Ball wirklich gut, daher bin ich sehr zufrieden mit dem Schläger".
<MASK_REP> Jude Bellingham, 17, und Sancho zeigte, dass er sich nach seinem 30m-Umzug von Birmingham unbedingt einfinden konnte.
Es ist nur so herzzerreißend und rührend, dass sie <MASK_REP> uns so gut sind ", sagte Kentucky Zeitung im Commonwealth Journal.
<MASK_REP> Drogenkonsum ist immer riskanter, da niemand eingreifen oder um Hilfe bitten kann, wenn etwas schief läuft.
Das Team von Sean Lemmens hat in seinem 50. Spiel mit Luke Shuey und Andrew Gaff die Kontrolle über das Spiel übernommen, aber ihre <MASK_REP> konnten nicht auf das Scoreboard umgestellt werden.
Die Hoffnung ist, dass dieser Triumph ein Sprungbrett für eine <MASK_REP> Verdreifachung sein kann, indem sie in den letzteren Wettbewerb eintritt, den sie wirklich wollen.
Rainfall hat sich bereits bewährt: In den ersten 24 Stunden nach dem Start <MASK_REP> 450.000 Aufgaben erledigt, berichtet Ed Hawkins, Professor für Klimawissenschaften am Nationalen Zentrum für Atmosphärische Wissenschaft und an der Universität von Reading.
Während <MASK_REP> Grenzkontrollen bestehen bleiben, sagte der neuseeländische Premierminister Jacinda Ardern, dass Beschränkungen wie soziale Distanzierung und Beschränkungen öffentlicher Versammlungen nicht mehr nötig seien.
Die <MASK_REP> Huawei Nova 7 Serie wird voraussichtlich im kommenden Monat, kurz nach dem Start der P40 Serie am 26. März.
Gwyneth schützte strategisch ihre Bescheidenheit mit <MASK_REP> Armen und gebogenem Bein, tat aber nichts, um ihren beneidenswerten flachen Bauch zu verbergen.
<MASK_REP> Medic One Krankenwagen, die eine zusätzliche positive und konstruktive Rolle spielen wollten.
"Wenn du nicht am Besten bist, dann hast du vielleicht einen Riesenschruppchen und das zu Recht. <MASK_REP>
SEOUL (Reuters) - Das südkoreanische Militär hat am Dienstag angekündigt, <MASK_REP> einer Anti-Piraterie-Einheit, die jetzt vor der Küste Afrikas auf das Gebiet um die Straße von Hormuz operiert, auszuweiten, nachdem die Vereinigten Staaten um Hilfe bei der Bewachung von Öltankern gedrängt hatten.
Eine Sprecherin des HM <MASK_REP> sagte dem Guardian: "Unsere Gedanken sind bei der Frau, die diese tragische Qual durchgemacht hat, und sie wird in dieser schwierigen Zeit von Gefängnis- und Gesundheitspersonal uneingeschränkt unterstützt".
Sein Stil war es, herauszufordern, wann es zwingend erforderlich ist, dies zu tun, und er wird wahrscheinlich versuchen, das mit beiden Kandidaten <MASK_REP> .
Diese ganze Krise wird die Art und Weise ändern, in der wir Dinge <MASK_REP> Unterkünfte und Arbeit und grundlegende menschliche Bedürfnisse betrachten.
Blogger Dea McBeath, der gebeten wurde, die eulogie zu schreiben, zollte Anfang dieser Woche <MASK_REP> geliebten Teenie auf Facebook Tribut in einem Posten, der virale gegangen ist.
Die US-Regierung ist die größte dieser freiwilligen Beitragszahler, die 2019 knapp 15% der WHO-Mittel ausmachte. Die nächste war die Bill and Melinda Gates Foundation, die fast 10% der <MASK_REP> ausmacht.
"Ein <MASK_REP> solider Name für Menschen, die sich durchsetzen und nicht neu geschaffen haben", sagt er mit klassischer Berichtigungen.
Bilder Copyright DailyExpress Bildunterschrift Die BBC hat in Folge "abgestoßen", ob Land of Hope und Glory auf The Proms aufgeführt <MASK_REP> , sagt der Daily Express.
Wenn sie noch immer an einem "Verantwortungsgen" leidet, wie sie an einem Punkt der Serie behauptet, gibt sie deutlich weniger <MASK_REP> als einst.
Er gewann das australische Open siebenmal und seine Form in Serbien führt ihn zum ATP-Cup-Ruhm als überwältigenden Favoriten <MASK_REP> .
Swiss Skydiver sprang <MASK_REP> Grad II Gulfstream Park Oaks direkt an die Front und schaute nie zurück. Er konnte leicht 3 1 / 4 Längen gewinnen.
Ein Zeuge der Hackney-Dreharbeiten erzählte MailOnline heute, dass er eine ganze Reihe von Kampfflugzeugen hörte und <MASK_REP> die Frau auf der Straße blutte, nachdem er sagte, dass er von einer Bande von 12 bis 15 Männern "herausgefordert" worden sei.
Er sagte, dass Sektoren wie der Wohnungsbau und <MASK_REP> insgesamt wieder an die Arbeit gehen könnten, da die Mehrzahl von ihnen außerhalb angesiedelt war und im Einklang mit sozialer Distanzierung durchgeführt werden könnte.
Ich gehöre den Rebellen <MASK_REP> , weil sie allein mir den Glauben geben, dass eines Tages Kinder in Bagdad ohne Angst zur Schule gehen werden, dass sie ihre Familien und Großfamilien behalten können und dass sie nie wieder vermindert werden, weil eine Miliz sie verlässt oder eine Sekte sie bedroht oder einen Diktator in Gas ertrinken will.
Frau Keenan erzählte ihm, im ersten Abschnitt weniger zu tun, so dass der zweite <MASK_REP> zu etwas noch hektischer bauen könnte.
"Es ist so cool, Ford in die Siegesspur zu bringen", sagte Briscoe "Es ist großartig zu gewinnen und ich denke, wir können <MASK_REP> ".
Ein Strafverfahren <MASK_REP> Bürgermeister beteiligt ist, wird wahrscheinlich wegen seines Todes geschlossen, wie es im südkoreanischen Rechtssystem üblich ist.
Es kommt vor der 50. <MASK_REP> des legendären Senders BBC1 im kommenden Monat, mit Sue Barker an der Spitze wieder einmal.
Aus Cote, einem gehobenen koreanischen Restaurant im <MASK_REP> , bestellte ich einen Magnaten von Beaujolais und ein "Steak-Pflegepaket": vier Rippenaugen, roh, mit detaillierten Anweisungen, wie man sie kocht, zuzüglich saftigem ssamjang, einem kundenspezifischen Salz-Mix und einer Reihe von Banchan, einschließlich Kimchi und knackigem Kayote-Squash.
Diese <MASK_REP> Einweihungs- und Gründungsprojekte haben eine Länge von 363 Kilometern und einen Bauwert von 4.281 Höhen.
Die Trump-Administration verklagte GilNatur im vergangenen Jahr, weil sie Milliarden von Forschungsergebnissen verdient hatte, die mit Steuergeldern finanziert wurden, ohne diese zurückzuzahlen und angeblich Patente im Besitz des US-Gesundheits- und Menschenrechtsministeriums <MASK_REP> .
<MASK_REP> , wie Sie sich vor oder nach der Arbeit Zeit zu nehmen, um den Fitnessraum zu treffen oder einen Run zu machen?
Dieser Bericht zielt darauf ab, Ratschläge anderer MNOs zu wiederholen, die MNOs helfen könnten, noch nicht entschieden <MASK_REP> , welcher Hersteller ausgewählt werden soll.
So ist beispielsweise WTTC <MASK_REP> weltweit zertifiziert und gilt sowohl für Hotels als auch für touristische Einrichtungen wie Restaurants und Reiseveranstalter.
"Das erste Ergebnis ist, dass dies ein <MASK_REP> bekanntes Problem für eine Weile war, und deshalb ist es wichtig, dass wir unsere Sorgfalt walten lassen", sagte Whitmer.
Prof Helen Fletcher von der London School of Hygiene and Tropical Medicine sagte über die Oxford-Absperrung: "Es ist nicht verwunderlich, dass einige Probleme der Herstellung noch ausgeräumt wurden, als sie <MASK_REP> Studien begannen, aber in den frühen Stufen dreht sich alles um Sicherheit, und die Sicherheitsdaten, die wir gesehen haben, waren sehr robust".
Im September geplagt, wenn sie ein Mandat zur Maske in Betracht ziehen würde, als die Fälle wieder zu steigen <MASK_REP> , sagte Reynolds: "Nope, nicht zu geschehen".
Delhi-Chef Dheeraj Malhotra sagte: "Nun, wir wissen nur, dass er auf unbestimmte Zeit verschoben <MASK_REP> und BCCI an einem Fenster in der Zukunft arbeitet".
Umfragen haben bei der entscheidenden Neuwahl am ultra-marginalen föderalen Sitz von Eden-Monaro ihren Abschluss gefunden, wobei keine Seite einen Sieg <MASK_REP> .
Die jüngsten Wahlen <MASK_REP> in Südamerika und in Mexiko und Mittelamerika einen Rechts- und linksgerichteten Schwenk erlebt, in beiden Fällen war der in Demokratien übliche Machtwechsel mit einer extremen politischen Polarisierung verbunden, die sowohl Ursache als auch Folge des Zusammenbruchs des gemäßigten reformistischen Zentrums war und die Politik instabiler machen könnte.
Shiv Sena-Anführer Sanjay Raut hat sich heute für die Unterstützung der Schauspielerin Deepika Padukone ausgesprochen, die bei ihrem Besuch auf dem Campus JNE in Delhi vor dem Faulkorb der BJP und <MASK_REP> steht, um ihre Solidarität mit Studenten zum Ausdruck zu bringen, die kürzlich von bewaffneten Angreifern angegriffen wurden.
<MASK_REP> , von denen 17 bereits begonnen haben.
Um jedoch auf Ihre ursprüngliche Frage zurückzukommen und nur zu wiederholen, dass ihre staatliche Rente in Ihrem Fall, da die Pflege Ihrer <MASK_REP> jetzt durch den NHS finanziert wird, sicher ist und ihr dienen soll.
Ich glaube nicht so sehr an Inspiration, ich habe das Gefühl, dass ich immer gut arbeite und über Dinge nachdenke; ich sitze nicht herum und warte nicht auf Inspiration. <MASK_REP>
Die Exekutivgewalt der EU verfügt über ein AAA-Rating, das ihr laut ihrer Aussage sehr günstige <MASK_REP> und moderate Zinssätze verschaffen wird.
Sobald dieses <MASK_REP> ist, gehen die Spieler nach New York, um das zweite Grand Slam-Event des Jahres zu werden.
<MASK_REP>
"Zwangsweise zu Hause zu sein verstärkt die Unterschiede, die wir bereits kennen", sagte Barbara Risman, Professor an der University of Illinois in Chicago und Teil einer Gruppe von Soziologen, die die Daten analysiert haben. "Was mir für die Zukunft Angst macht, ist, ob sie Frauen in einer Weise aus dem Arbeitsmarkt <MASK_REP> wird, die sehr schwer zu überwinden ist".
Sie ermöglichen es den Fluggästen auch, ihr eigenes Essen und <MASK_REP> an Bord zu bringen, aber nicht heißen Getränken oder Alkohol.
Eine andere ahnte, dass Sharon und Phil in cahoots sind, aber wir werden warten müssen, um die <MASK_REP> zu sehen, was sich entfaltet.
Die Gunners haben Ramsey seit seinem Ausscheiden nicht <MASK_REP> , aber Mikel Arteta scheint die Mannschaft und Fanbase vereint zu haben, seit Emery umgezogen ist.
Die Zeit offenbart die Fundamente, auf denen jedes Reich ruht, und es <MASK_REP> an diesen Fundamenten, und es zerstört Doktrinen, indem es sie als falsch erweist.
<MASK_REP> Der Fahrer Tommy Macias, 51 starb am zweiten Sommertag.
Aber es dauerte nicht lange, bis der 6 Meter hohe Schieferbär, der jetzt sichtlich verletzt wurde, <MASK_REP> und den Tiger mit seinen langen Krallen und Zähnen schwenkte, was dazu führte, dass sich die große Katze zurückzog.
Er musste in dieser Woche Dinge tun, die niemand für seine Mutter tun sollte, und jetzt ist es nicht nur ihre Klarheit <MASK_REP> , ihre Würde hat auch.
Nun hat Jordanien, der von den meisten als größter Basketballspieler aller Zeiten bekannt ist, angekündigt, dass er in den Kampf gegen Rassismus <MASK_REP> .
Eine lange Reise zu Schönheitsgebieten oder Zweitwohnsitzen in Wales ist weder das eine noch das andere <MASK_REP>
In den späten 70er und 80er Jahren spielte sie in der südöstlichen Londoner Band Squeeze. Sie <MASK_REP> hart daran, einen denkwürdigen Auftritt zu gewährleisten.
"Die Fans und die Spieler werden die <MASK_REP> sehr viel mehr respektieren, wenn sie selbst Entscheidungen von ihren Fledermäusen treffen.
Sie gibt zu, dass es frustrierend ist, hat aber festgestellt, dass das Ignorieren des Klatschs oft der beste Weg ist, um damit umzugehen: "Es ist wirklich traurig:" Ich habe es schon <MASK_REP> so viel nicht bemerkt, aber es scheint im Moment so zu sein, wenn ich überhaupt ein Bild mit jemandem mache, oder wenn ich einen Witz über etwas oder jemanden mache und antworte, dann wird es wie, "Oh, ist sie so datiert?".
<MASK_REP>
Die roten, grünen und weißen Fair Isle Muster und Candlerrohrstreifen werden auch <MASK_REP> Ihrem Weihnachtsbaum glänzen.
Wenn Trump für eine zweite Amtszeit gewählt wird, kann es dann irgendwelche Zweifel geben, dass er schnell versuchen wird, Wege zu finden, um <MASK_REP> zu sichern?
Der Erfolg hängt jedoch davon ab, ob Trump die Unterschrift erhält, dessen Unberechenbarkeit und <MASK_REP> Beziehungen mit den Demokraten die Bemühungen zum Scheitern zu bringen drohen.
Wählen Sie selbst - es ist Ihr Baby, und Sie haben sie <MASK_REP> diese Welt gebracht, damit Sie entscheiden können, was für sie am besten ist.
<MASK_REP> es nicht unsere bevorzugte Methode ist, die warmen Tage zu verbringen, so sind wir doch alle zusammen.
"Wir haben weitere sieben, die derzeit in intensiver Betreuung sind, so dass es eine ernste Situation <MASK_REP> ", sagte er Seven 's Sunrise Programm am Freitag.
Darüber hinaus war die Tür zu Hause "nagelt <MASK_REP> ", so dass niemand gehen konnte, fand das Gericht.
Sein Favorit unter Dutzenden von Filmen war der zeitgenössische <MASK_REP> "Lonely are the Brave", die im Jahr 1962 herauskam und eine Reihe von Dialog Douglas nannte die persönlichste, die er je sprach: "Ich bin ein Langer klar bis tief in meinen Mund".
Alie-Cox <MASK_REP> in der Woche 2 für fünf Fänge und 111 Meter in der Woche 2 qualifiziert und sollte ein weiteres beeindruckendes Spiel in der Woche 3 haben, in der die Colts gegen die 0-2 New York Jets stehen.
Die Überschwemmungen haben die einfachen Menschen mit so wenig Verlusten getroffen <MASK_REP> : ein Friseursalon, Dorfkneipen und Cafés, Ruhestätten - alles verwüstet.
Dr. Kiran sagte, dass sie hofft, dass diese Arbeit und die damit verbundene Qualität helfen können, Ontario Health Teams bei der Auswahl, wo sie ihre Verbesserung zu konzentrieren <MASK_REP> .
"Ich sehe <MASK_REP> Liverpool und sie sind ein hervorragendes Team, aber sie fehlen einen Spieler wie ihn, Chelsea kann niemanden zusammenbrechen und vermisst jemanden wie Jack.
Ilyes Jelassi folgte dem Ball und Verteidiger Abdelkader Bedrane versuchte es zu <MASK_REP> , aber er endete mit einem eigenen Ziel.
Das ist das Gleiche wie im letzten Jahr, aber eine bessere Repräsentation als vor neun Jahren, als nur vier afrikanische Nationen ein <MASK_REP> Vermögen hatten.
Wie <MASK_REP> , wenn du als Spieler nicht die täglichen Coaching-Sitzungen und das Lernen über das Spiel hast?
"Wenn ein Team <MASK_REP> 250 Meter rauscht, kann nicht viel Gutes passieren", sagte der Heiligen Trainer Sean Payton.
Die letzte Meldung wurde von Boos rund um Old Trafford getroffen, aber die anwesenden Burnley-Fans konnten mit ihrem ersten Sieg <MASK_REP> United seit 1962 nicht glücklicher sein.
Ein NHS Paramedic vereinigte sich mit ihren beiden Töchtern, nachdem sie sie nach einer dreimonatigen Trennung in einer Bärenkostüme erstaunt hatte <MASK_REP> .
Eine Gruppe, die als "Feuerwehrleute für die schwarze Lebensumfrage" bezeichnet wird, versammelte sich in einem kleinen Park einige Meilen westlich des Gerichtshofes. <MASK_REP>
Herr Basualdo sagte, dass, während er die Arbeit "super relevant", wandte er sich gegen die Einladung von Frau Rosen, es zu installieren, weil dies in einem Raum, wo die Öffentlichkeit konnte nicht den Zugang <MASK_REP> von seinem Zweck abgelenkt.
Der Premierminister <MASK_REP> Sunday Herald Sun mit, der Vandalismus sei "ebenso erbärmlich wie enttäuschend", und nannte es "Aufmerksamkeit suchendes Verhalten".
Solange kein Impfstoff verfügbar ist - ein Bestreben, das Wissenschaftler glauben, 18 Monate oder länger dauern kann <MASK_REP> , werden viele Menschen mit grundlegenden gesundheitlichen Bedingungen jeder Altersgruppe natürlich größtmögliche Fürsorge und Vorsichtsmaßnahmen ergreifen wollen, um zu verhindern, dass sie sich der Gefahr aussetzen. Sie akzeptieren, so schwer es auch sein mag, dass sie nicht nach Hause gehen können, während andere nicht die geistige Fähigkeit haben, diese Entscheidungen selbst zu treffen.
Sie erforscht mit großer Deutlichkeit das komplizierte und oft aufregende öffentliche <MASK_REP> über sexuelle Übergriffe und Einwilligung.
Die Nordafrikanische Nationalgarde sagte, dass das Boot in der Nähe des Hafens von Sfax am späten Freitag oder Samstag kenterte und am Dienstag 22 Leichen - darunter 19 Frauen und zwei Kleinkinder - <MASK_REP> einem Strand in der Nähe der Insel Kerkennah aufgespült wurden.
DATEI PHOTO: 14. Februar 2020; Palisades Pacific, California, USA; Tiger Woods trifft in der zweiten Runde des Genesis Invitational Golf Turniers im Riviera Country Club aus dem <MASK_REP> Bunker.
Apple COO Jeff Williams sagte, dass die neueste Version der Apple Watch <MASK_REP> einen Sensor, der die Menge an Sauerstoff im Blut des Benutzers messen kann.
Doch die kühnere Sicht der Wall Street kommt, nachdem jedes der Aktien im letzten Jahr exzellente - und im Fall von Apple spektakuläre - <MASK_REP> .
Im Moment ist es schwierig, aussagekräftige Teilnahme und Engagement von außen zu verfolgen, da L.A. Unified die liberalen Anwesenheitsrichtlinien des Staates voll ausgeschöpft hat. <MASK_REP>
Für mich geht es um die Einstellung, vielleicht haben Sie nicht unbedingt die höchsten qualifizierten Menschen, aber wenn Sie eine phantastische Einstellung haben, und sich mit anderen Mitarbeitern und Kunden, das ist <MASK_REP> Wichtigste.
Die Teilnehmer können sich auch darüber unterscheiden, wie viel Vorgespräch wünschenswert ist, was nicht ausgeschlossen ist und für wen - sogar darüber, wer im Mittelpunkt der Aufmerksamkeit stehen wird. "Unterschiedliche Menschen können aus sehr unterschiedlichen Gründen zu drei omen werden", sagt Lehmiller. Tatsächlich könnte <MASK_REP> sexuelle Fantasie am meisten missverstanden werden.
Er sagte, er habe ihn um Identifikation gebeten <MASK_REP> , dass er ihn nicht habe und ihn abholen müsse.
Bei Sonnenuntergang, wenn der Strand ruhig ist, können einige Bewohner gesehen werden, sitzen beim Surfen und laufen ihre Hände durch den Sand in der flachen Licht <MASK_REP> .
Google selbst hat seinen eigenen Flu Trends-Dienst eingerichtet, um Ausbrüche im Jahr 2008 zu erkennen, indem es nach Mustern für Suchabfragen zu Grippesymptomen suchte. <MASK_REP>
Friend schien einen zufälligen Vorarm aus den Aalen nach vorn zu ziehen und hatte Schwierigkeiten, in die <MASK_REP> zurückzukehren.
"Wir wollen, dass der Pool gemäß den lockeren Regeln und <MASK_REP> mit anderen Pools geöffnet wird", sagte Herr McMahon.
MISHAWAKA, Ind.-- Bewaffnet mit singen und feierlichen Honks <MASK_REP> , die sie nie vergessen werden.
Studenten an der renommierten Universität können online <MASK_REP> und auch kleine Seminare besuchen.
Freunde und Familie brachten <MASK_REP> ins Leben; wenn ich nicht am Freitag Abend aussteigen würde, war es auch niemand anders.
"Zum Zeitpunkt des ersten <MASK_REP> gab es gute Gründe zu glauben, dass das individuelle Mandat wie ein Teil eines Flugzeugs war, das für das Fliegen des Flugzeugs entscheidend ist, so dass, wenn dieser Teil abgenommen würde, das Flugzeug abstürzen würde", fragte er von Jeffrey Wall, dem amtierenden Anwalt General.
Er startet jeden Tag <MASK_REP> von einem gemieteten Shop-Abstellraum in Glebe, billigen Staubsauger, der auf den Rücken geknackt wird, und Reinigung Sydney Häuser für Geld.
Die Autoren betrachteten zwei Studien, die den Zusammenhang zwischen höheren Temperaturen und <MASK_REP> beleuchteten. Eine ergab, dass jeder Temperaturanstieg um 1 Grad Celsius in der Woche vor der Geburt mit einer erhöhten Wahrscheinlichkeit von Stillgeburten von 6 Prozent zwischen Mai und September korrespondierte. Beide Studien ergaben rassische Unterschiede in der Anzahl der Stillgeburten.
In einem weiteren Streben nach Transparenz hat die Stadt neben der demografischen Entwicklung der Stadt auch die <MASK_REP> der Befragten veröffentlicht.
Adrian tat gut daran, einen Willian Piledriver auszuschließen, nachdem er durch Pedro Sondierungspass in das Gebiet <MASK_REP> worden war.
Delhi-Chef Dheeraj Malhotra sagte: " <MASK_REP> , wir wissen nur, dass er auf unbestimmte Zeit verschoben wurde und BCCI an einem Fenster in der Zukunft arbeitet".
Als er gefragt wurde, warum er draußen war, sagte er <MASK_REP> , dass er nach Orten suchte, um billigere Lebensmittel in der Gegend zu kaufen.
Für die 49er absolvierte <MASK_REP> Jimmy Garoppolo zwanzig von 31 Versuchen für 219 Werften mit einem Touchdown und zwei Zwischenfällen.
Pradhan sagte, dass 500 Personen, die 200-250 Familien angehören und in einem Radius von 3 km leben, an <MASK_REP> sicherere Orte evakuiert wurden.
An diesem Nachmittag wird ein Welpe mit Tuxedo und Regenbogenbowtie durch <MASK_REP> der Taipei Pride Parade gefahren.
Die Menschen <MASK_REP> aufgefordert, vor der morgigen Rückkehr von Schulen die Nutzung öffentlicher Verkehrsmittel zu vermeiden, insbesondere in Spitzenzeiten.
Hailey Baldwin schlug eine Pose für ihren Mann Justin Bieber <MASK_REP> , die er am Donnerstag seinem Bericht über soziale Medien mitteilte.
Der Ausbruch, außerhalb der Stadt Kashgar, scheint mit einer Kleidungsfabrik in Shufu verbunden zu sein, die 252 <MASK_REP> beschäftigt und versiegelt ist.
Die Fenway Quality of Life Alliance veranstaltete am 8. Dezember eine virtuelle Community-Sitzung über die Fenway Community Noise Study und begann mit der Diskussion über eine "Good Neighbor Agreement" für die Nachbarschaft <MASK_REP> .
Finanzminister Steven Mnuchin hat den Senatoren am Dienstag <MASK_REP> , dass die Behörde bereit ist, den Rest zu leihen, und dass sie "voll bereit ist, Verluste in bestimmten Szenarien einzugehen".
Sun sagte CNN niemand hat sie jemals ernsthaft als "Karen" bezeichnet. Sicher kommt es auf, <MASK_REP> sie, und manchmal benutzen sie es scherzhaft.
Er kämpfte seinen Weg zurück, aber der Rückschlag in Spanien kam, als er <MASK_REP> sein viertes Auftreten von seinem Comeback machte.
Die meisten Menschen können sich eine gesunde Ernährung, die für eine ausgewogene Ernährung erforderlich ist, nicht leisten. In Burkina Faso sind Eierkalorien 15 Mal teurer als Kalorien aus <MASK_REP> wie Reis, Weizen und Mais.
In dieser Woche löste nach der CNN-Debatte in Iowa ein Streit zwischen Warren und Sanders <MASK_REP> aus.
Boris Johnson wurde während eines Zoom-Anrufs am Mittwoch Nachmittag im Gespräch mit von der Leyen die Luft <MASK_REP> .
Für unsere nächste Funktion, folgen Sie diesem Prompt: Erzählen Sie uns von einer Zeit, in der Sie Ihr bedeutendes anderes Zuhause für den Urlaub mitgebracht haben. <MASK_REP>
Am Ende des Tages verdienen sie es <MASK_REP> , sie hatten eine tolle Saison und führen den Tisch mit, oh ich weiß nicht, wie viele Punkte.
Sie fanden zehntausende Liter Chemikalien, die zur Herstellung von Kokain, 100 Kilogramm (220 Kilogramm) Kokain-Basis und 120.000 Kilogramm (265.000 Kilogramm) Trägermaterial, das verwendet wird, um <MASK_REP> zu schmuggeln.
David Kallman, Anwalt Mankes, toldMLive-The Flint Journal, dass die Staatsanwaltschaft des Bezirks Shiawassee den Fall fallen lassen würde, nachdem der Oberste Gerichtshof von Michigan entschieden hatte, dass Whitmer <MASK_REP> ohne die volle Unterstützung des Gesetzgebers nicht befugt sei, nationale Exekutivanordnungen zu erlassen.
Neu Delhi, 11. März: Der Kongress <MASK_REP> in für einen unbarmherzigen Schock auf Holi, als einer seiner führenden Führer, Jyotiraditya Scindia verlassen die Partei.
Vierte Svitolina kämpfte mit ihrem ersten Dienst während des gesamten Spiels und Collins zielte ihre weiche zweite dient <MASK_REP> .
Sie hatten <MASK_REP> Zeit, unser Angebot zu prüfen, und wenn es nicht gut genug ist, gibt es nur ein mögliches Ergebnis.
Es ist eine große Aufgabe für mich, jemanden wie diesen für eine <MASK_REP> zu gewinnen, wenn man nur sechs Personen gleichzeitig im Haus haben kann.
Um dies zu vereinfachen, benutzen Sie einen Passwortmanager wie 1Password oder LastPass, Anwendungen, die all Ihre Passwörter in einem mit einem Master-Passwort unverschließbaren <MASK_REP> speichern.
Ein Versicherungsplan, eine <MASK_REP> , ein Kabel- oder Internet-Service - manchmal ist es nicht nur schwierig, aufzubrechen; es scheint direkt unmöglich.
Der wichtigste Grund hinter bani imprumut dringend ist dies der Gläubiger braucht die Mittel und der Darlehensnehmer würde nicht <MASK_REP> .
Ich bin wirklich animiert in meinem Gesicht, das lernen Sie, wenn Sie sich <MASK_REP> auf dem Bildschirm sehen - Sie sind nicht die Porzellandoll, die Sie gedacht haben.
Im Vorgriff auf einen trostlosen und monotonen Winter unter Schließung habe ich genug Bücher gekauft, um <MASK_REP> wahrscheinlich durch das nächste Jahrzehnt zu bringen.
Die Menschen üben mehr <MASK_REP> - eine Aktivität wie Wandern und Radfahren, die im Laufe des Tages in kleinen Mengen aufgebaut wird.
MEGAN Thee Stallion ist der Popstar mit <MASK_REP> Leder und Pelzoptik - aber nicht alles glänzt für den Savage rapper.
Henderson wird in der kommenden Saison gegen David De Gea die Nummer 1 spielen, was bedeutet, dass Sergio Romero <MASK_REP> Old Trafford verlassen wird.
Die USA wären <MASK_REP> in den allgemeinen Vertrauensverlust sowie in die Ansteckung durch europäische Banken verwickelt.
Mehr als vier Millionen Menschen verloren ihre Einkommensquellen während <MASK_REP> zweimonatigen Schließung, die letzten Monat endete, laut offiziellen Daten.
"Ich weiß, dass es [hier] genauso wie überall sonst existiert, weil mir meine Kinder dies sagen", schrieb Hubinette in einer <MASK_REP> an die Stimme.
Nach einer halben Zeit konnte sich der Norweger an die Tatsache klammern, dass er eine gewisse Reaktion auf sich genommen hatte - aber er gab zu, dass sein Leistungsniveau während seiner <MASK_REP> auf ein neues Tiefstand gesunken war.
Wir gingen hinein und sie sagte: "Hallo, Jungen", als ob sie alle noch <MASK_REP> im Kontrollturm stehen.
Das Kind fügte dann hinzu: "Sie lässt mich am Morgen <MASK_REP> , ich nehme ein Bad und dann sehen wir uns draußen".
Tijmen Roosevelts Botschafter <MASK_REP> Jugend, Bildung und Werke im niederländischen Ministerium für Auswärtige Angelegenheiten sagte: "Ich bin stolz darauf, dass mein Ministerium in der Lage war, 50 junge Unternehmer, Sozialunternehmer aus verschiedenen Ländern im Nahen Osten und in Afrika zu unterstützen, um in die Eine junge Welt zu kommen.
Und so bewiesen, dass die 6 Fuß <MASK_REP> Mann aus Tavua seine Entscheidung, in dieser Woche zurückzukehren.
<MASK_REP> Emily in Paris hat die Zuschauer in die Stadt der Lichter gebracht, und eines ist sicher - die Klischees sind reichlich vorhanden.
Ach, und er hat immer noch die kleine Materie, seine erste Runde mit der australischen Qualifikation Max Purcell zu beenden, die er <MASK_REP> führt.
Als freier Sozialist und Pazifist wurde er später politischer und begann sich mehr als Journalist als Autor zu <MASK_REP> .
Ich habe immer scherzt, dass es drei Menschen in unserer Ehe <MASK_REP> : Ich, ihn und welcher Athlet ist sein Projekt in dieser Saison.
Prof Muyembe <MASK_REP> jetzt das Institut National de Recherche Biomረale (INRB) in Kinshasa, der Hauptstadt der Demokratischen Republik Kongo, durch und hat davor gewarnt, dass sich noch mehr zoonotische Krankheiten - bei denen Krankheitserreger zwischen Tieren und Menschen springen - am Horizont abzeichnen.
Ich will nicht mit der Familie in Urlaub gehen, ich will am Montag wieder im Fitnessraum sein, ich <MASK_REP> in 10-12 Wochen kämpfen.
Antonio Coppola (* 21. März 1917 in Ocean Hill, Brooklyn; † 21. März 1917 in East Harlem, New York) war ein italienischer Immigrantenvater <MASK_REP> .
"Natürlich ist er einer meiner beiden größten Rivalen während meines ganzen Lebens: Ich habe die meisten Spiele bei den Grand Slams gegen Rafa und Roger gespielt <MASK_REP>
2-7 - Zum ersten Mal in der Geschichte der NFL wird ein Team, das die Saison 2-7 <MASK_REP> hat, die Spiele spielen.
Die Haut braucht Zeit, um richtig zu heilen, was in den Sommermonaten schwierig sein kann, wenn Sie Röcke <MASK_REP> oder schwimmen tragen.
Paul Lewis QC, <MASK_REP> , sagte: "Es ist unverständlich, dass das, was als Argument über eine so triviale Angelegenheit wie den Internetanbieter zu Hause begann, zu diesem tragischen Mord führen könnte.
Um alle 10m von Ihnen zu feiern, hier ist DAS Video, das ich meinem Manager (hi, @ nksolaka) und <MASK_REP> Publizist (hi, @ mereowass) Ich würde nie posten.
Während eines Schlachtzugs wurde Catherine Roachford, die <MASK_REP> betreibt, nur wenige Minuten nachdem sie den Laden für den Tag geschlossen hatte, ins Visier genommen.
Und als Folge dessen steigt die Häufigkeit dieser <MASK_REP> ", sagte C3S-Direktor Carlo Buontempo bei Reuters.
Aber wie viele meiner Landsleute war es schwierig, <MASK_REP> genug Gesichtsmasken und andere persönliche Schutzausrüstung zu bekommen.
Mit dem neuen Update von JioSaavn erhalten Sie schnellere KI-Empfehlungen, neue Künstlerprofile und ein dynamischeres Redesign. <MASK_REP>
Soderlings tiefe Grundzüge und der Boom dienen - mit bis zu 140 mph - <MASK_REP> Nadal, der weit hinter der Ausgangslinie stand.
"Wir sehen, wie diese Leute so etwas wie ein Feuer mit Brennstoff niederwerfen, es ist darauf ausgelegt, schnell <MASK_REP> zu schaffen", sagte Koran.
Herr Brown glaubt etwas Ähnliches: "Nach dem 11. September gab es Leute, die sagten, <MASK_REP> niemand werde mehr in die Städte gehen", sagte er.
Djarin ist ein einsamer Kanonikämpfer und <MASK_REP> , der auch Mando genannt wird, der von Mandalorianern in jungen Jahren gerettet wurde.
Manickam Tagore, Kongress-Verantwortlicher von Telangana: "TRS und BJP haben einen <MASK_REP> (Freundschaft) in Delhi und tun kushti (Kämpfe) in Hyderabad.
Es wurde von den Gönnern ihres ersten Unternehmens, der Prime Cigar Boca Raton, <MASK_REP> als DIE Zigarre & Whiskey Lounge in ganz Florida angenommen.
TRUMP: Aber die Polizei hat es nicht übernommen, <MASK_REP> und ich gebe dir nicht die Schuld, ich meine, ich habe noch nie etwas Ähnliches gesehen, wo der Polizei gesagt wurde, das Polizeihaus aufzugeben und es wurde geplündert und wirklich zerstört... Sie wissen, dass Millionen und Abermillionen von Dollar zurückgehen und reparieren müssen.
Wenn Sie eine Halifax 0% Kauf- und <MASK_REP> haben, beträgt der repräsentative APR auf diesem Produkt nach den ersten 20 Monaten 19,9%.
Letzte Woche legte der König im Namen seiner Mutter einen Kranz an der Cenotaph-Kriegsdenkmal, um <MASK_REP> des Landes am Gedenktag zu ehren, der tot ist.
5 Endlich, Einführung und Durchsetzung der Gehaltsbegrenzung Jetzt ist das ein echter Neueinsatz. <MASK_REP>
Dies ist die Zeit der Solidarität: Die Regierung hat gezeigt, dass sie schnell Lösungen schaffen kann, die Lücken in unseren <MASK_REP> Systemen schließen.
Wenn Sie mit <MASK_REP> , hartem Poop, Schmelztiegel oder Aufblasen und Gas zu kämpfen haben, dann ist diese Ergänzung für Sie.
"Aber ich dachte nur für den Fall, dass es nicht ein <MASK_REP> und es ist etwas dunkler, dass ich es besser auf dem Weg zurück nehmen, und das habe ich getan.
Vor dem Hintergrund von Wolkenkratzern <MASK_REP> führte BTS ihren Teil des Songs mit einigen Mitgliedern auf.
Obwohl es unsicher ist und ich weiß, dass die Menschen ängstlich sein werden, geht es Australien besser <MASK_REP> als anderen Industrieländern auf der ganzen Welt.
Die Gruppe sicherte sich, Maßnahmen zu ergreifen, um sich während der Pandemie zu schützen, da sie alle Gesichtsmasken <MASK_REP> mitgebracht hatten für ihren Tag zusammen.
Von den 44 Treffen zwischen den beiden Clubs hat Aston Villa 18 gewonnen <MASK_REP> .
Die auf Chip basierenden nanophotonischen nichtlinearen Wellenführungen waren eine Schlüsselkomponente dieses neuen Systems, <MASK_REP> Licht innerhalb von Strukturen einengen, die ein Zentimeter lang, aber nur Nanometern breit sind.
Fast jeder vierte glaubt, dass ein flexibleres Arbeitsleben positive Auswirkungen auf sie und damit auch ihre Arbeitgeber hätte. <MASK_REP> weniger Stunden zu arbeiten - nur 21% sind für eine Verringerung. Mehr als die Hälfte der Befragten - 53% - glauben, dass Flexibilität ihre Produktivität steigern würde, und weit über die Hälfte - 58% - sind sich einig, dass dies ihre Loyalität erhöhen würde.
In Verbindung mit dem Programm <MASK_REP> Microsoft Mouse und Keyboard Center gibt es viele Möglichkeiten, diese Tastatur für Sie zu verwenden.
Wenig mehr als ein Jahr vor der Teilnahme an der PGA Tour Champions, <MASK_REP> jetzt bis August 2023 ausgenommen, weil sein Playoff Sieg über Clark.
Die Eskalation hat die Demokraten im Kongress alarmiert, die am Donnerstag dafür stimmten, Trump von weiteren <MASK_REP> gegen den Iran abzuhalten.
Dies ist die Zeit der Solidarität: Die Regierung hat gezeigt, dass sie schnell <MASK_REP> kann, die Lücken in unseren fehlgeschlagenen Systemen schließen.
<MASK_REP> Tribecas X Awards (auf tribecafilm.com), das Festival beherbergt bereits "A Short Film a Day Keeps Anxiety Away" mit Shorts vom Festival und Tribeca Alumni.
Bevor beispielsweise die CDC ihren eigenen Test an öffentliche Gesundheitslabors verteilen konnte, musste sie eine FDA-Zulassung für eine <MASK_REP> , die die FDA am 4. Februar an die CDC übergab.
Das in Boston ansässige Unternehmen hat <MASK_REP> fast eine Milliarde Dollar aufgebracht, als Investoren lautstark fordern, an der Schnittstelle zwischen Gesundheitsfürsorge und Technologie Geld in Unternehmen zu stecken.
Harris "Kampagne entschied wahrscheinlich, dass der Weg ins asiatische Herz und dorthin zu den <MASK_REP> durch den Magen führte.
Professor Anthony Brookes, Department of Genetics and Genome Biology, University of Leicester, sagte MailOnline: 'Wir haben in London keine zweite Welle <MASK_REP> .
Der weiße Wagen wurde auf einem Überwachungsvideo gefangen genommen, <MASK_REP> , dass der Kanonenschuss die Seitentür des Waggons öffnete, um die Waffe zu feuern.
Prusa sagte, die Legalisierung von Cannabis sei im Wesentlichen der richtige Weg, um die Schäden des Verbotsmodell zu verringern, der Markt zu regulieren und Transparenz über die Qualität des Produkts zu schaffen, eine Altersgrenze für den Kauf von Cannabis festzulegen und die Branche den Kriminellen aus den Händen <MASK_REP> nehmen.
"Es wird immer bei uns sein", sagte Simon James Thornley, <MASK_REP> Epidemiologe der Universität von Auckland in Neuseeland.
Es wird erwartet, dass die Teilnehmer in diesem Jahr müssen sich selbst <MASK_REP> in einem Hotel, so dass sie die Regelung Fragen umgehen könnten.
Die Allgemeine Datenschutzverordnung, besser bekannt als GDPR, ist eine EU-Verordnung über Datenschutz und <MASK_REP> Privatsphäre.
<MASK_REP> .
Dies gilt auch (und vielleicht besonders) für Diana, einen zeitlosen <MASK_REP> , der sich in jedem Moment verbunden fühlt, und ein unsterbliches Wesen, dessen Menschlichkeit nie in Zweifel gezogen wird.
Der flackerte Schuss fuhr über FC Cincinnati Wirt Spencer Richey und fand das Netz zu verdoppeln in der 23. Minute <MASK_REP> .
Es gab 10 positive Fälle mit drei "risikobehafteten" Arbeitsplätzen, <MASK_REP> einschließlich des Krankenhauses Carlisle, sowie zwei Fabriken.
Wie viele Morgenstunden hatte er in diesen Bergen verbracht, auf unzähligen Wegen, um sich <MASK_REP> .
Diess sagte, dass sowohl traditionelle Motoren als auch Elektroautos <MASK_REP> "die relevantesten und wertvollsten Einheiten im Internet" werden. Der CEO argumentierte, dass die Datenströme in und aus dem Auto viel höher sein werden als Smartphones, was das Auto der Zukunft in eine neue Rolle im Ökosystem des Internets drängen würde.
Damit er das durchquert, was er <MASK_REP> und uns durchquert, uns Reden hält, uns unterstützt, das bedeutet viel.
<MASK_REP> Sieben Tage nach ihrem "Scoop" veröffentlichte die NYT schließlich eine weitere Geschichte zu diesem Thema mit dem Titel "New Administration Memo Seeks to Foster Doubts About Suspected Russian Bounties", die am 3. Juli veröffentlicht und im Inneren des Papiers begraben wurde.
Andy Hughes, der Chief Operating Officer des Clubs, sagte: "Das Feedback unserer Bewohner war für die Planung dieser Erweiterung <MASK_REP> .
Nicole Kidman führt ein atemberaubendes Line-Up auf und <MASK_REP> .
Abschließend möchte ich Ihnen <MASK_REP> Brandingstrategien überlassen, die Sie für das Wachstum und die Entwicklung Ihres Unternehmens umsetzen könnten.
Obwohl die Vereinigten Staaten nach einem langsamen Start mehr Tests als jedes andere Land durchgeführt haben, hinkt sie in Bezug auf die pro-Kopf-Tests immer noch weit hinter mehreren <MASK_REP> zurück. Und Trumps tägliche Rührei über das Brutto-Testvolumen steht seit langem im Widerspruch zur offensichtlichen Realität im Bereich der Gesundheitsfürsorge.
Und mit Firmen wie SpaceX, die sich mit Space Adventures zusammentun, wird es nicht lange dauern, bis immer mehr Menschen <MASK_REP> zum nächsten Ziel machen.
Eine davon ist, dass junge Erwachsene von heute eher städtische Wohnviertel <MASK_REP> als ihre Pendants aus früheren Generationen.
Ich sagte "OK", solange sie monatlich <MASK_REP> zur Hypothek beisteuert.
<MASK_REP> Frauen sollte der Proteingehalt die Größe einer kleinen Hand oder Palme sein, bei Männern etwa die Größe einer kleinen Hand.
Er hat die Moral des Referats geschwächt, indem er Karrierestaatsanwälte untergräbt - Männer und Frauen, die <MASK_REP> Leben der Rechtsstaatlichkeit gewidmet haben.
Das Paar, das von 2000 bis 2005 verheiratet war, hat in 19 Jahren nicht zusammengearbeitet - daher ist es sicherlich <MASK_REP> .
"Wir entscheiden nie über die Namen unserer Babys bis zum letzten Moment, nachdem sie geboren wurden, kurz bevor wir das Krankenhaus verlassen haben, aber aus irgendeinem Grund <MASK_REP> wir angefangen, diesen kleinen Kerl in meinem Bauch Jack anzurufen.
Pinkett Smith bestätigte kürzlich, dass sie <MASK_REP> in einer Beziehung zu Alsina befindet, während sie zeitweise von ihrem Mann, Will Smith, getrennt war.
Trotz des Chaos, bleibt sie komponiert und setzt sich mit dem Job, mit einem schönen Lächeln <MASK_REP> in ihr helles kleines Gesicht.
Ein Offizier <MASK_REP> eine Frau in Brooklyn auf den Boden und ein anderer Offizier zog die Gesichtsmaske eines Demonstranten herunter und Pfeffer bespritzte ihn.
Nehmen wir an, wir beauftragen ein Energieunternehmen, um uns beim Bau der Infrastruktur zu unterstützen. Wenn sie fertig sind, werden sie sagen: "Geben Sie Ihre Stromtarife an <MASK_REP> die zwei Cent pro Kilowattstunde hinzu, die wir verwenden werden, um die Kosten wieder hereinzuholen", und das wird geschehen, aber es spricht nicht von einem Monopol, sondern von einer öffentlich-privaten Partnerschaft.
Im Moment ist es schwierig, aussagekräftige Teilnahme und Engagement von außen zu verfolgen, da L.A. Unified die liberalen Anwesenheitsrichtlinien des Staates voll <MASK_REP> hat.
Wir haben mehr Ausbrüche, als wir uns wünschen, aber sie sind Teile der ersten Welle, die sich durchzieht <MASK_REP> eine zweite.
<MASK_REP> helfende Hand zu geben: "jemanden in Richtung Change Grow Live zu zeigen - und andere Alkoholunterstützungsgruppen - kann enorm vorteilhaft sein".
Dem Bericht zufolge wurde Haze Fan am Montag von Sicherheitsbeamten <MASK_REP> aus ihrem Wohngebäude eskortiert.
"Wir sind am 3. November <MASK_REP> , und die Wahrnehmung, dass der Impfstoff zwangsfüttert wurde, um einen Wahlsieg zu erreichen, ist kein Thema mehr", sagte McKinney.
Die UFC <MASK_REP> , wie Chandler zum Leichtathletik-Meister von Bellator wurde und zu einem der Beförderungsstars wurde.
Es ist festzustellen, dass die Konvertierbarkeit von Kapitalkonten ein sehr heikles Thema ist, da es um die Liberalisierung von Kapitaltransaktionen in und aus einem Land <MASK_REP> .
"Einhundertprozentig - ohne die <MASK_REP> Pflege, die Patrick braucht, geht es um Leben und Tod, Zeit". Dr. Sheridan sagte: "Sie sind gesetzlich verpflichtet, sie sind moralisch verpflichtet und es gibt keine Entschuldigung".
Viele von ihnen waren bisher nicht in der Politik involviert, lernen aber schnell und sind in der globalen Presse beliebt (Kolesnikova hat kürzlich <MASK_REP> indem er ihnen Eis gab).
Es gab viele Dinge, die wir verpasst haben <MASK_REP> und viele Dinge, über die wir anfangen können zu lächeln, weil wir wieder an der Arbeit sind - man sieht alle Menschen, denen wir in den letzten Jahren so nahe waren, dass man sie wieder sehen und Gespräche mit ihnen führen kann.
Pradhan sagte, dass 500 Personen, die 200-250 Familien angehören <MASK_REP> von 3 km leben, an sicherere Orte evakuiert wurden.
Ein größeres Problem, so sagt er, besteht darin, dass eine große Zahl von Menschen in seinem Ministerium unqualifiziert sind, <MASK_REP> sie nepotistisch eingestellt wurden.
Ich denke, dass es jemanden wie Roman (Reigns) geben würde, <MASK_REP> in Ordnung gewesen wäre.
Es ist ein wirklich einzigartiges Gefühl, dass alle Mütter wissen werden - es ist eine Welle von Emotionen, die in deinem Kopf beginnt und durch deinen Körper <MASK_REP> .
"Ich muss scharf sein und eingeschaltet sein, es ist geplant, mich nicht früh in irgendetwas verrückt zu fangen und meine <MASK_REP> auszuwählen, um ihn zu verlangsamen.
Auf den Vulkaninseln der Azoren fühlt <MASK_REP> sich wie ein Sprung in einen Film aus dem Jurassic Park - Die Sonne.
Als die Nachricht brach, dass die USA den Kommandanten der Quds Force des Korps der Islamischen Revolutionsgarden angegriffen und ermordet haben, saß Trump in seinem Club Mar-a-Lago, umgeben von alten Freunden und jüngeren, wie dem Minderheitenführer des Hauses Kevin McCarthy. Mehrere seiner Kinder waren zusammen mit dem Schwiegersohn Jared Kushner in den letzten Tagen von Trumps ausgedehntem Urlaub <MASK_REP> im Besitz.
Danny Cipriani enthüllt, dass er versuchte, die Waffe zu kaufen, um sich selbst zu töten, wie er sich nach dem Tod <MASK_REP> ehemaligen Freundin Caroline Flack ausdrückt.
Als Reporter habe ich die Geschichten von unzähligen Tragödien der letzten 20 Jahre erzählt: Massenmorde, Morde, Tornados, wo die Menschen alles verloren haben, <MASK_REP> Verbrechen und dramatische Not.
"90 Day Fiätzchen" s Chantel Everett and Pedro Jimeno are back in a second season of their spin-off "The Family Chantel". <MASK_REP>
Die PTEC hat <MASK_REP> Betriebszustand wieder aufgenommen, um in die nächste Entwicklungsphase einzusteigen und die Kompetenz von EMEC einzubringen, um den Standort für kommerzielle Gezeitenenergietechnologien auf den Markt zu bringen.
"Lasst das Bessere nicht <MASK_REP> Feind des Guten sein", sagte Dr. Anthony S. Fauci, der Experte für Infektionskrankheiten der Nation, in einem Interview mit Elisabeth Rosenthal in der New York Times. "Das Risiko, dass man, wenn jeder getestet wird, bevor man sich zum Abendessen zusammensetzt, dramatisch abnimmt, ist vielleicht nicht gleich Null, aber wie man weiß, leben wir nicht in einer völlig risikofreien Gesellschaft".
Er gewann diese Auszeichnungen für die Wiederbelebung eines <MASK_REP> UW-Teams und führte die Huskies in den Jahren 2018-19 zu einem regulären Pac-12-Saisontitel.
Der Schuldige Bumrah erledigt die Arbeit für seinen Skipper, <MASK_REP> er Mayank Agarwal in seiner ersten Zeit los wird, um seiner Seite den dringend benötigten Durchbruch zu geben.
Die beiden Clubs sind bereit, Lille 's 40 Millionen Pfund Preisvergleich <MASK_REP> für Soumare zu erfüllen und es liegt nun an dem Franzosen, über seine Zukunft zu entscheiden.
Am Dienstag bestätigt Daniel Huot, ein öffentlicher Offizier der NASA, den Rücktritt von Kirk Shireman, der zwei Wochen nachdem die NASA-Astronauten Robert Behnken und Douglas Hurley mit einem SpaceX Crew Drachen in die Weltraumstation gefahren sind, die Geschichte geschrieben hat. <MASK_REP>
Carol Marcus sagte: 'Ich hörte die Geschichte im Radio und dachte, es sei lustig, dass sie über jemanden sprachen, der einen ähnlichen Namen wie Jack hat, aber dann lesen wir mehr Details in der Jersey Evening Post und das ist der Zeitpunkt, wo es zu fallen begann... <MASK_REP> waren Leute, die John genannt wurden, ziemlich oft als Jack bekannt.
Teams versuchen <MASK_REP> Individuen zu schützen, sagte Bone, und Notfallhelfer haben eine Menge persönlicher Schutzausrüstung und tragen Masken.
Der Pole erzielte 15 Mal in 10 Spielen in diesem Wettbewerb in der letzten Amtszeit, <MASK_REP> in jedem Spiel, das er spielte in bar den Sieg über die PSG im Finale.
Für die durchschnittliche Familie fehlen die Obst- und Gemüsehändler, die so günstig auf der Straße <MASK_REP> in einem Hochhaus parkten.
Auf die Frage von Staatsanwalt Eloise Marshall QC, ob sie glaubte, dass Herr Elphicke glaubte, sie sei "für sie da", obwohl sie ihm sagte, sie sei nicht an einer sexuellen Beziehung interessiert, weinte die Frau, als sie antwortete: "Ich denke, er dachte, wenn er weiter gehen würde, dass ich eines Tages <MASK_REP> .
Sie wurde auch überprüft und wird nun der Londoner Polizei beitreten <MASK_REP> : "Mein Mama und Vater sind nicht so begeistert von der Idee, aber ich kann nicht warten".
Ein Sandwich der Roy Rogers Kette enthält eine viertelfarbige Rindfleischsorte, eine <MASK_REP> Scheibe Smithfield-Schinken und amerikanischen Käse, alle gefüllt in eine zerschlagene Kaiser-Rolle.
Ein weiteres Risiko besteht darin, dass Peer-Reporting-Systeme unbeabsichtigte Folgen haben könnten - insbesondere, wenn <MASK_REP> sie für ihre eigenen Zwecke nutzen. Nehmen wir die VOICE-Hotline, die zu Beginn der Trump-Administration betrieben wird, angeblich zur Meldung von Informationen über Verbrechen, die von Personen begangen werden, die "einen Nexus zur Einwanderung" haben.
Zidane hat in dieser Saison Madrid zum Titel der <MASK_REP> Liga gekürt und hat deshalb seine elfte Trophäe als Trainer gewonnen.
Eine Herztransplantation ist eine Operation, um ein beschädigtes oder versagtes Herz durch ein gesundes Herz eines Spenders zu ersetzen, der kürzlich <MASK_REP> ist.
Die Schüler können sich auf dem Canlis-Parkplatz für Picknicks anmelden oder (virtuell) jostle um Platz auf exklusiven kleinen Gruppen-Feldtouren <MASK_REP> , die vorläufig alles beinhalten, vom Fußballwerfen mit einem Seahawks-Spieler und einer Hardhat-Tour durch die neue Arena von Kraken bis zum Kite-Fliegen im Gasworks Park und Vogelbeobachtung.
Das Amt sagt, dass die Anklage "das Ergebnis einer langen Untersuchung ist und die Entschlossenheit der SPO widerspiegelt, alle Anschuldigungen über einen begründeten Zweifel hinaus zu beweisen", sagte die <MASK_REP> .
Ansonsten hielt Liz ihren Strandstil einfach und ließ ihre Brunette in einem <MASK_REP> Stil und sportlich trendigen goldenen Sonnenbrillen zurück.
Bereits 16 Jahre alt, produziert Bellingham im Zentrum des Mittelfeldes dominierende Auftritte <MASK_REP>
Die Minister prüfen Berichten zufolge ein "Seat Out to Help Out" -Programm, um die Menschen zu ermutigen, wieder <MASK_REP> Theatern und Sportveranstaltungen teilzunehmen.
"In gewisser Weise ist es sehr lustig, weil ich eine dieser furchtbar einseitigen englischen Ausbildungen habe, das heißt, ich habe alle Sprachen auf GCSE genommen und alle Wissenschaften abgebrochen, und das war ziemlich lustig, aber ich sehe nicht, wie man neugierig auf die Welt sein kann und nicht an der Wissenschaft interessiert ist: es ist nicht <MASK_REP> von jeder anderen Art von Neugier", sagt sie.
Um 12.20 Uhr wanderte die Frau mit einem Mann in den 20er Jahren im Seebadeort New Brighton in Merseyside den Hund, als <MASK_REP> das Tier ins Meer wagte und Schwierigkeiten im Wasser hatte.
Hateboer fährt links herunter und schlägt Jaume an seinem nahen <MASK_REP> mit einem heftigen Schuss, der vor dem Torhüter Knie spielt.
Ryan Strome erzielte zwei Tore und Phillip Di Giuseppe spielte auch für New York, und Alexandar Georgiev machte 32 <MASK_REP> .
Ruby Rose hatte Kate Kane in <MASK_REP> ersten Staffel der Serie The CW gespielt, kündigte aber ihren Schock im letzten Monat von Batwoman an.
Infolgedessen werden Versuche, eine ehrliche Debatte über die Behandlung der Palästinenser durch <MASK_REP> , in Deutschland regelmäßig behindert.
Manchmal kann ein neuer Chef von Ihnen genauso eingeschüchtert werden wie Sie - Sie waren schließlich Teil des alten, erfolgreichen <MASK_REP> .
<MASK_REP> Manda Bay, auf dem Festland, waren Kämpfer aus al-Shabab, einer somalischen Dschihadistischen Gruppe, einem ungewöhnlich mutigen Angriff auf amerikanische Streitkräfte ausgesetzt, die auf einer kenianischen Luftwaffe stationiert waren.
Der Victoria Cross hat auf seinem Rücken gekniffen - er erinnert sich an die Ereignisse in seiner Karriere, <MASK_REP> er extremen Mut zeigen musste und den Stolz, den er im Dienste seines Landes hat, würdigt.
Die Behörden haben am Montag darauf hingewiesen, dass sich der Druck auf Demonstranten verschärft, indem sie sagten, dass mehr als 230 Menschen, die bei einer Demonstration am Sonntag verhaftet wurden, Anschuldigungen ausgesetzt sein würden, die bis zu drei Jahre Gefängnis <MASK_REP> könnten.
Andere Empfehlungen, die sie aufgelistet hat, sind, Handshakes zu vermeiden, vor allem in geschlossenen Räumen, und sorgfältig waschen die Hände für mehr als 20 Sekunden <MASK_REP>
Alie-Cox hat sich in der Woche 2 für fünf Fänge und 111 Meter in der Woche 2 qualifiziert und sollte ein weiteres beeindruckendes Spiel in der Woche 3 haben, <MASK_REP> die Colts gegen die 0-2 New York Jets stehen.
Obwohl die Details für das neue Kapitel immer noch wenig und weit zwischen, erklärte der Schöpfer, dass die Saison <MASK_REP> Stormfront sehen "sich entwickeln".
Der Sohn des führenden schottischen Hoteliers Stephen Leckie wurde <MASK_REP> zur Speerspitze der Hotelbesitzerfamilie ernannt.
Katie, 42, war in einem Themenpark mit neuen Freund Carl und ihre Kinder Junior, 15, und Prinzessin, 13, <MASK_REP> der Unfall geschah.
Bentley hat jetzt die Teile, um 14 Arbeitstage der Produktion ohne neue Lieferungen abdecken, bis zu den zwei Tagen Lagerhaltung, die er normalerweise <MASK_REP> .
Unsere Mitglieder stehen jeden Tag an der Front und gefährden ihr Leben natürlich, wie <MASK_REP> es immer der Fall ist.
Auf die Frage nach der Verfügbarkeit von Cavani für <MASK_REP> in Lille antwortete Tuchel: "Es ist ein bisschen dasselbe mit Edi (Cavani).
Diese Entwicklung kann gefährlich sein, wenn wir <MASK_REP> über die entsprechenden Kontrollen und Maßnahmen verfügen.
Trump kündigte an, dass er nach Kenosha fahren würde, um <MASK_REP> durch Unruhen verursachten Schaden zu untersuchen. Mehrere Unternehmen wurden zerstört und während der Unruhen wurden einige Gebäude und mehrere Autolots verbrannt.
| Mask | 4 | ZhenYangIACAS/WeTS | corpus/en2de/en2de.dev.mask | [
"Unlicense"
] |
(kicad_pcb (version 20171130) (host pcbnew "(5.1.6)-1")
(general
(thickness 1.6)
(drawings 166)
(tracks 0)
(zones 0)
(modules 9)
(nets 1)
)
(page A4)
(layers
(0 F.Cu signal)
(31 B.Cu signal)
(32 B.Adhes user hide)
(33 F.Adhes user hide)
(34 B.Paste user hide)
(35 F.Paste user hide)
(36 B.SilkS user)
(37 F.SilkS user)
(38 B.Mask user)
(39 F.Mask user)
(40 Dwgs.User user)
(41 Cmts.User user)
(42 Eco1.User user)
(43 Eco2.User user)
(44 Edge.Cuts user)
(45 Margin user)
(46 B.CrtYd user)
(47 F.CrtYd user)
(48 B.Fab user)
(49 F.Fab user)
)
(setup
(last_trace_width 0.25)
(trace_clearance 0.2)
(zone_clearance 0.508)
(zone_45_only no)
(trace_min 0.2)
(via_size 0.6)
(via_drill 0.4)
(via_min_size 0.4)
(via_min_drill 0.3)
(uvia_size 0.3)
(uvia_drill 0.1)
(uvias_allowed no)
(uvia_min_size 0.2)
(uvia_min_drill 0.1)
(edge_width 0.15)
(segment_width 0.2)
(pcb_text_width 0.3)
(pcb_text_size 1.5 1.5)
(mod_edge_width 0.15)
(mod_text_size 1 1)
(mod_text_width 0.15)
(pad_size 4.7 4.7)
(pad_drill 2.2)
(pad_to_mask_clearance 0.2)
(aux_axis_origin 0 0)
(grid_origin 111.995 97.8)
(visible_elements 7FFFFFFF)
(pcbplotparams
(layerselection 0x010f0_ffffffff)
(usegerberextensions false)
(usegerberattributes false)
(usegerberadvancedattributes false)
(creategerberjobfile false)
(excludeedgelayer true)
(linewidth 0.100000)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15.000000)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotinvisibletext false)
(padsonsilk false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 0)
(scaleselection 1)
(outputdirectory "gerber/"))
)
(net 0 "")
(net_class Default "This is the default net class."
(clearance 0.2)
(trace_width 0.25)
(via_dia 0.6)
(via_drill 0.4)
(uvia_dia 0.3)
(uvia_drill 0.1)
)
(module dane:gecko-logo (layer F.Cu) (tedit 0) (tstamp 5F80B7BF)
(at 94.495 117.3)
(fp_text reference G*** (at 0 0) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
)
(fp_text value LOGO (at 0.75 0) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
)
(fp_poly (pts (xy 0.601318 -1.845968) (xy 0.629566 -1.801122) (xy 0.660606 -1.731632) (xy 0.674278 -1.696637)
(xy 0.696844 -1.640456) (xy 0.717741 -1.594158) (xy 0.734739 -1.562309) (xy 0.745612 -1.549474)
(xy 0.746125 -1.549405) (xy 0.757513 -1.537853) (xy 0.761992 -1.50684) (xy 0.762 -1.505208)
(xy 0.766997 -1.463388) (xy 0.77927 -1.418191) (xy 0.781708 -1.411757) (xy 0.79008 -1.387564)
(xy 0.794426 -1.362926) (xy 0.794778 -1.331829) (xy 0.791165 -1.288257) (xy 0.783616 -1.226195)
(xy 0.782658 -1.218829) (xy 0.763898 -1.075159) (xy 0.904872 -0.890005) (xy 0.949855 -0.830926)
(xy 0.989325 -0.779091) (xy 1.020787 -0.737776) (xy 1.041748 -0.710256) (xy 1.049674 -0.699857)
(xy 1.063704 -0.699863) (xy 1.095604 -0.706722) (xy 1.139384 -0.718573) (xy 1.189058 -0.733553)
(xy 1.238637 -0.7498) (xy 1.282132 -0.765451) (xy 1.313556 -0.778644) (xy 1.325376 -0.785602)
(xy 1.346102 -0.811208) (xy 1.370849 -0.85208) (xy 1.395846 -0.900516) (xy 1.417324 -0.948813)
(xy 1.431511 -0.98927) (xy 1.4351 -1.009732) (xy 1.443261 -1.038113) (xy 1.462639 -1.051849)
(xy 1.485574 -1.046296) (xy 1.48961 -1.04277) (xy 1.497711 -1.024581) (xy 1.488756 -1.003156)
(xy 1.47949 -0.975875) (xy 1.473922 -0.935468) (xy 1.4732 -0.915429) (xy 1.476946 -0.871614)
(xy 1.489701 -0.847647) (xy 1.513732 -0.843044) (xy 1.551311 -0.857322) (xy 1.601845 -0.888082)
(xy 1.64655 -0.917306) (xy 1.675006 -0.933308) (xy 1.691757 -0.937452) (xy 1.701347 -0.931102)
(xy 1.706832 -0.919604) (xy 1.708613 -0.891777) (xy 1.689343 -0.877564) (xy 1.676717 -0.8763)
(xy 1.654223 -0.866178) (xy 1.626807 -0.840966) (xy 1.600696 -0.808396) (xy 1.582118 -0.7762)
(xy 1.577172 -0.752711) (xy 1.590575 -0.734045) (xy 1.61879 -0.713928) (xy 1.653392 -0.69651)
(xy 1.685955 -0.685939) (xy 1.708055 -0.686365) (xy 1.709715 -0.68744) (xy 1.731588 -0.693257)
(xy 1.754269 -0.685777) (xy 1.765097 -0.669315) (xy 1.765105 -0.668567) (xy 1.756737 -0.638731)
(xy 1.735707 -0.628278) (xy 1.71695 -0.633689) (xy 1.684941 -0.643864) (xy 1.644157 -0.64804)
(xy 1.603043 -0.646526) (xy 1.570045 -0.639627) (xy 1.553648 -0.627755) (xy 1.557824 -0.608475)
(xy 1.575994 -0.580265) (xy 1.602145 -0.549844) (xy 1.630265 -0.523931) (xy 1.654341 -0.509245)
(xy 1.66081 -0.508) (xy 1.673501 -0.499215) (xy 1.67397 -0.479469) (xy 1.664464 -0.458679)
(xy 1.647228 -0.446761) (xy 1.646924 -0.446701) (xy 1.624724 -0.45296) (xy 1.617287 -0.467195)
(xy 1.603162 -0.483497) (xy 1.571302 -0.505626) (xy 1.527773 -0.530536) (xy 1.478638 -0.555181)
(xy 1.429963 -0.576516) (xy 1.387813 -0.591493) (xy 1.358696 -0.597067) (xy 1.335049 -0.59528)
(xy 1.291811 -0.590259) (xy 1.234485 -0.582706) (xy 1.168573 -0.573323) (xy 1.145794 -0.569931)
(xy 1.081186 -0.560564) (xy 1.026188 -0.553272) (xy 0.985344 -0.548605) (xy 0.963198 -0.547112)
(xy 0.960582 -0.547539) (xy 0.95285 -0.559547) (xy 0.934297 -0.589102) (xy 0.907459 -0.632148)
(xy 0.874868 -0.684627) (xy 0.864033 -0.702113) (xy 0.830281 -0.755791) (xy 0.801348 -0.800261)
(xy 0.77975 -0.831773) (xy 0.768004 -0.846575) (xy 0.766718 -0.847153) (xy 0.766221 -0.833748)
(xy 0.767225 -0.798425) (xy 0.769569 -0.744607) (xy 0.773092 -0.675722) (xy 0.77763 -0.595195)
(xy 0.782195 -0.51969) (xy 0.802293 -0.19685) (xy 0.674235 0.048899) (xy 0.637146 0.121453)
(xy 0.605074 0.186857) (xy 0.579605 0.241654) (xy 0.562321 0.282389) (xy 0.554808 0.305605)
(xy 0.554914 0.309249) (xy 0.56465 0.323371) (xy 0.587103 0.35488) (xy 0.620019 0.400643)
(xy 0.661142 0.457531) (xy 0.708217 0.52241) (xy 0.73293 0.556386) (xy 0.781738 0.623707)
(xy 0.825293 0.684305) (xy 0.861431 0.735125) (xy 0.887987 0.773114) (xy 0.902797 0.795217)
(xy 0.905128 0.799381) (xy 0.896186 0.80958) (xy 0.86952 0.832363) (xy 0.828007 0.86546)
(xy 0.774525 0.906601) (xy 0.711953 0.953513) (xy 0.67945 0.977476) (xy 0.613158 1.026368)
(xy 0.554118 1.070442) (xy 0.505304 1.107436) (xy 0.469686 1.135088) (xy 0.450237 1.151136)
(xy 0.447524 1.154032) (xy 0.454771 1.167292) (xy 0.47848 1.188562) (xy 0.512775 1.213763)
(xy 0.551777 1.238821) (xy 0.589608 1.259657) (xy 0.61595 1.270839) (xy 0.661836 1.279922)
(xy 0.727894 1.284321) (xy 0.79375 1.284175) (xy 0.854907 1.281721) (xy 0.896276 1.277641)
(xy 0.923462 1.270895) (xy 0.94207 1.260443) (xy 0.947715 1.255604) (xy 0.968302 1.23905)
(xy 0.982568 1.240003) (xy 0.996071 1.251885) (xy 1.010095 1.275517) (xy 1.01038 1.291726)
(xy 1.004043 1.311187) (xy 1.0033 1.315488) (xy 0.992231 1.319205) (xy 0.965531 1.320798)
(xy 0.964777 1.3208) (xy 0.931477 1.326577) (xy 0.88835 1.341359) (xy 0.862393 1.353161)
(xy 0.825523 1.37354) (xy 0.807043 1.390044) (xy 0.801813 1.408357) (xy 0.80249 1.419379)
(xy 0.810655 1.442615) (xy 0.832454 1.464699) (xy 0.872752 1.490414) (xy 0.877498 1.493095)
(xy 0.920395 1.515607) (xy 0.959172 1.53333) (xy 0.980872 1.541067) (xy 1.011086 1.557217)
(xy 1.02348 1.58196) (xy 1.014664 1.608159) (xy 0.989736 1.623852) (xy 0.963588 1.62134)
(xy 0.946604 1.60163) (xy 0.94658 1.601557) (xy 0.934439 1.585989) (xy 0.906234 1.573518)
(xy 0.85735 1.562119) (xy 0.856189 1.561899) (xy 0.8112 1.554096) (xy 0.784146 1.552285)
(xy 0.768149 1.557023) (xy 0.756334 1.568867) (xy 0.755418 1.570067) (xy 0.743412 1.58954)
(xy 0.738086 1.611828) (xy 0.738776 1.644397) (xy 0.744529 1.692609) (xy 0.753705 1.7332)
(xy 0.768434 1.753337) (xy 0.776307 1.7567) (xy 0.792654 1.766329) (xy 0.791173 1.787066)
(xy 0.78922 1.792693) (xy 0.770518 1.819723) (xy 0.746584 1.827086) (xy 0.725108 1.81457)
(xy 0.715858 1.794699) (xy 0.705533 1.762443) (xy 0.688996 1.719388) (xy 0.678199 1.693925)
(xy 0.656494 1.652148) (xy 0.6354 1.629869) (xy 0.616907 1.622674) (xy 0.598938 1.621182)
(xy 0.586424 1.62844) (xy 0.575552 1.649456) (xy 0.562509 1.689235) (xy 0.560077 1.697305)
(xy 0.548515 1.743116) (xy 0.542396 1.78247) (xy 0.542781 1.80478) (xy 0.540636 1.832634)
(xy 0.522993 1.849417) (xy 0.498441 1.85211) (xy 0.475573 1.837697) (xy 0.470613 1.830133)
(xy 0.465358 1.805782) (xy 0.477852 1.78937) (xy 0.486811 1.778222) (xy 0.491885 1.759795)
(xy 0.493451 1.729159) (xy 0.491886 1.681383) (xy 0.489369 1.638811) (xy 0.485863 1.588646)
(xy 0.481217 1.548358) (xy 0.473348 1.513756) (xy 0.460173 1.480648) (xy 0.439611 1.444843)
(xy 0.409578 1.402149) (xy 0.367991 1.348374) (xy 0.312767 1.279327) (xy 0.307478 1.272744)
(xy 0.275793 1.234556) (xy 0.251581 1.205072) (xy 0.23606 1.181175) (xy 0.230445 1.159746)
(xy 0.235952 1.137667) (xy 0.253798 1.111818) (xy 0.285198 1.079081) (xy 0.331368 1.036338)
(xy 0.393525 0.980471) (xy 0.436648 0.94149) (xy 0.612946 0.781215) (xy 0.507883 0.682707)
(xy 0.465446 0.643541) (xy 0.42979 0.611801) (xy 0.404922 0.590976) (xy 0.395084 0.584448)
(xy 0.38554 0.59463) (xy 0.365898 0.62192) (xy 0.339327 0.661764) (xy 0.317966 0.695224)
(xy 0.258908 0.778294) (xy 0.184258 0.86661) (xy 0.100686 0.953183) (xy 0.01486 1.031026)
(xy -0.052686 1.08356) (xy -0.122406 1.12796) (xy -0.205824 1.173371) (xy -0.294379 1.215697)
(xy -0.379512 1.250837) (xy -0.45085 1.274214) (xy -0.536598 1.292799) (xy -0.633428 1.306921)
(xy -0.731482 1.315588) (xy -0.820897 1.317808) (xy -0.864133 1.315816) (xy -1.016028 1.290813)
(xy -1.162582 1.24203) (xy -1.301703 1.170877) (xy -1.431298 1.078765) (xy -1.549276 0.967106)
(xy -1.653546 0.837309) (xy -1.713517 0.74295) (xy -1.74279 0.69215) (xy -1.707554 0.7366)
(xy -1.664556 0.7864) (xy -1.609239 0.844071) (xy -1.547225 0.90434) (xy -1.484138 0.961931)
(xy -1.425601 1.011569) (xy -1.377237 1.047981) (xy -1.3716 1.051721) (xy -1.245176 1.120651)
(xy -1.112029 1.168911) (xy -0.975949 1.195852) (xy -0.840726 1.200823) (xy -0.710149 1.183173)
(xy -0.669045 1.172369) (xy -0.589275 1.14386) (xy -0.499007 1.103771) (xy -0.407416 1.056592)
(xy -0.323675 1.006812) (xy -0.303663 0.99355) (xy -0.235204 0.943689) (xy -0.173883 0.891145)
(xy -0.116659 0.832288) (xy -0.060488 0.76349) (xy -0.00233 0.681122) (xy 0.060859 0.581556)
(xy 0.108154 0.502344) (xy 0.1822 0.376039) (xy 0.062525 0.264936) (xy 0.017749 0.224694)
(xy -0.019949 0.193325) (xy -0.047049 0.173572) (xy -0.060033 0.168175) (xy -0.060612 0.168991)
(xy -0.063064 0.186795) (xy -0.067286 0.224592) (xy -0.072716 0.277084) (xy -0.078788 0.338971)
(xy -0.079662 0.348129) (xy -0.09525 0.512109) (xy -0.299052 0.315576) (xy -0.368065 0.2495)
(xy -0.422106 0.199121) (xy -0.46408 0.162089) (xy -0.496893 0.136058) (xy -0.52345 0.11868)
(xy -0.546657 0.107608) (xy -0.563249 0.102132) (xy -0.6089 0.094084) (xy -0.665441 0.090868)
(xy -0.725859 0.092064) (xy -0.783143 0.097253) (xy -0.830281 0.106016) (xy -0.860263 0.117934)
(xy -0.862931 0.120043) (xy -0.883564 0.132646) (xy -0.904041 0.125093) (xy -0.907144 0.122883)
(xy -0.924869 0.098751) (xy -0.922059 0.074377) (xy -0.901259 0.05852) (xy -0.887849 0.056509)
(xy -0.857992 0.051155) (xy -0.817757 0.038243) (xy -0.775521 0.021207) (xy -0.73966 0.003477)
(xy -0.718549 -0.011514) (xy -0.717079 -0.013464) (xy -0.711706 -0.043532) (xy -0.731487 -0.075317)
(xy -0.776246 -0.1086) (xy -0.802846 -0.123172) (xy -0.846133 -0.144559) (xy -0.88281 -0.161534)
(xy -0.904875 -0.170398) (xy -0.923089 -0.186663) (xy -0.92562 -0.213132) (xy -0.91186 -0.238761)
(xy -0.886202 -0.253155) (xy -0.865284 -0.244529) (xy -0.857715 -0.230065) (xy -0.842035 -0.212182)
(xy -0.805346 -0.195931) (xy -0.771134 -0.186141) (xy -0.727794 -0.175774) (xy -0.701505 -0.1724)
(xy -0.68481 -0.176342) (xy -0.670251 -0.187925) (xy -0.667477 -0.190653) (xy -0.650729 -0.22229)
(xy -0.644282 -0.26675) (xy -0.647785 -0.313935) (xy -0.660888 -0.353751) (xy -0.673713 -0.370336)
(xy -0.695731 -0.399876) (xy -0.693593 -0.428694) (xy -0.68473 -0.440491) (xy -0.662197 -0.449456)
(xy -0.63772 -0.443539) (xy -0.623057 -0.426451) (xy -0.622302 -0.420794) (xy -0.617439 -0.399053)
(xy -0.604716 -0.362372) (xy -0.587726 -0.320675) (xy -0.567687 -0.277703) (xy -0.551789 -0.253565)
(xy -0.535673 -0.243162) (xy -0.519885 -0.2413) (xy -0.500593 -0.243994) (xy -0.486971 -0.255817)
(xy -0.474837 -0.282385) (xy -0.463835 -0.316562) (xy -0.452711 -0.361044) (xy -0.447255 -0.399122)
(xy -0.447978 -0.418328) (xy -0.445173 -0.445306) (xy -0.426489 -0.461615) (xy -0.400696 -0.46273)
(xy -0.382942 -0.451885) (xy -0.369497 -0.431384) (xy -0.376492 -0.408955) (xy -0.378074 -0.406368)
(xy -0.386015 -0.379699) (xy -0.391323 -0.331391) (xy -0.393631 -0.265106) (xy -0.3937 -0.249869)
(xy -0.3937 -0.118392) (xy -0.295542 0.017758) (xy -0.259737 0.067889) (xy -0.23293 0.103877)
(xy -0.213377 0.124241) (xy -0.199338 0.127498) (xy -0.18907 0.112168) (xy -0.180831 0.076767)
(xy -0.17288 0.019814) (xy -0.163474 -0.060174) (xy -0.158977 -0.098425) (xy -0.150573 -0.165099)
(xy -0.142524 -0.221828) (xy -0.135513 -0.264303) (xy -0.130224 -0.288217) (xy -0.128292 -0.291896)
(xy -0.116972 -0.283703) (xy -0.08983 -0.260962) (xy -0.049816 -0.226239) (xy 0.000122 -0.182097)
(xy 0.057035 -0.131103) (xy 0.068815 -0.12047) (xy 0.126385 -0.068712) (xy 0.177192 -0.023547)
(xy 0.218381 0.01253) (xy 0.247097 0.037023) (xy 0.260485 0.047436) (xy 0.261083 0.047601)
(xy 0.261331 0.034505) (xy 0.260091 0.000703) (xy 0.257581 -0.049168) (xy 0.254018 -0.110473)
(xy 0.252589 -0.13335) (xy 0.249029 -0.201805) (xy 0.247622 -0.26684) (xy 0.248542 -0.334176)
(xy 0.251965 -0.409529) (xy 0.258064 -0.498618) (xy 0.267016 -0.607161) (xy 0.267101 -0.608138)
(xy 0.27422 -0.69206) (xy 0.280255 -0.767122) (xy 0.284948 -0.829767) (xy 0.28804 -0.87644)
(xy 0.289273 -0.903583) (xy 0.288988 -0.909046) (xy 0.277089 -0.904726) (xy 0.247466 -0.890094)
(xy 0.204473 -0.867394) (xy 0.152465 -0.83887) (xy 0.147917 -0.836333) (xy 0.095449 -0.807477)
(xy 0.051725 -0.784305) (xy 0.021069 -0.769044) (xy 0.007803 -0.763922) (xy 0.007616 -0.764025)
(xy -0.012673 -0.789778) (xy -0.0446 -0.827869) (xy -0.084851 -0.874584) (xy -0.130114 -0.926209)
(xy -0.177074 -0.97903) (xy -0.22242 -1.029333) (xy -0.262837 -1.073404) (xy -0.295012 -1.10753)
(xy -0.315633 -1.127996) (xy -0.320628 -1.131974) (xy -0.363934 -1.15182) (xy -0.414328 -1.169997)
(xy -0.46492 -1.184616) (xy -0.508821 -1.19379) (xy -0.539143 -1.19563) (xy -0.546142 -1.193778)
(xy -0.571121 -1.191617) (xy -0.58999 -1.206902) (xy -0.594323 -1.231782) (xy -0.592724 -1.237166)
(xy -0.583761 -1.246549) (xy -0.562816 -1.250806) (xy -0.524833 -1.250496) (xy -0.491626 -1.24834)
(xy -0.443423 -1.245136) (xy -0.414705 -1.245452) (xy -0.399653 -1.250593) (xy -0.392447 -1.261864)
(xy -0.389706 -1.271203) (xy -0.388787 -1.299359) (xy -0.402215 -1.330795) (xy -0.432369 -1.369713)
(xy -0.464694 -1.403648) (xy -0.49351 -1.43906) (xy -0.502254 -1.466086) (xy -0.49076 -1.482293)
(xy -0.470299 -1.4859) (xy -0.448594 -1.477048) (xy -0.444478 -1.463675) (xy -0.433728 -1.442632)
(xy -0.406809 -1.418521) (xy -0.371663 -1.396265) (xy -0.336235 -1.380785) (xy -0.308464 -1.377)
(xy -0.305673 -1.377674) (xy -0.285541 -1.395323) (xy -0.268212 -1.428926) (xy -0.256625 -1.46904)
(xy -0.253722 -1.50622) (xy -0.259225 -1.526859) (xy -0.26524 -1.551343) (xy -0.257711 -1.56347)
(xy -0.234824 -1.573042) (xy -0.214085 -1.563218) (xy -0.204517 -1.539056) (xy -0.204663 -1.533727)
(xy -0.205747 -1.504157) (xy -0.205672 -1.461822) (xy -0.205176 -1.439757) (xy -0.202076 -1.399325)
(xy -0.194331 -1.377699) (xy -0.179545 -1.368383) (xy -0.178767 -1.368174) (xy -0.156212 -1.373851)
(xy -0.128007 -1.396134) (xy -0.099873 -1.428915) (xy -0.077534 -1.466087) (xy -0.070565 -1.48365)
(xy -0.055069 -1.506221) (xy -0.033964 -1.508866) (xy -0.010547 -1.497366) (xy -0.002679 -1.477904)
(xy -0.012457 -1.459944) (xy -0.02207 -1.455208) (xy -0.036615 -1.440044) (xy -0.054483 -1.406504)
(xy -0.073371 -1.360983) (xy -0.090975 -1.309873) (xy -0.104991 -1.259568) (xy -0.113115 -1.216462)
(xy -0.114248 -1.199394) (xy -0.106347 -1.16748) (xy -0.083771 -1.119396) (xy -0.048112 -1.058483)
(xy -0.04377 -1.051629) (xy 0.026655 -0.941208) (xy 0.162552 -1.012297) (xy 0.216038 -1.040528)
(xy 0.261262 -1.064871) (xy 0.293464 -1.08273) (xy 0.307881 -1.091511) (xy 0.307889 -1.091518)
(xy 0.310779 -1.106752) (xy 0.311334 -1.141754) (xy 0.309605 -1.191003) (xy 0.306511 -1.238252)
(xy 0.3021 -1.302026) (xy 0.300905 -1.346928) (xy 0.303347 -1.379329) (xy 0.309844 -1.405602)
(xy 0.319018 -1.428202) (xy 0.333996 -1.470421) (xy 0.342144 -1.511313) (xy 0.342621 -1.519894)
(xy 0.34897 -1.553094) (xy 0.36293 -1.564344) (xy 0.376269 -1.577095) (xy 0.396877 -1.608757)
(xy 0.422088 -1.654864) (xy 0.445016 -1.7018) (xy 0.483707 -1.779631) (xy 0.517056 -1.833)
(xy 0.54669 -1.86187) (xy 0.574235 -1.866205) (xy 0.601318 -1.845968)) (layer F.Mask) (width 0.01))
)
(module dane:gecko-logo (layer B.Cu) (tedit 0) (tstamp 5F80B7AB)
(at 95.495 117.3 180)
(fp_text reference G*** (at 0 0) (layer B.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3)) (justify mirror))
)
(fp_text value LOGO (at 0.75 0) (layer B.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3)) (justify mirror))
)
(fp_poly (pts (xy 0.601318 1.845968) (xy 0.629566 1.801122) (xy 0.660606 1.731632) (xy 0.674278 1.696637)
(xy 0.696844 1.640456) (xy 0.717741 1.594158) (xy 0.734739 1.562309) (xy 0.745612 1.549474)
(xy 0.746125 1.549405) (xy 0.757513 1.537853) (xy 0.761992 1.50684) (xy 0.762 1.505208)
(xy 0.766997 1.463388) (xy 0.77927 1.418191) (xy 0.781708 1.411757) (xy 0.79008 1.387564)
(xy 0.794426 1.362926) (xy 0.794778 1.331829) (xy 0.791165 1.288257) (xy 0.783616 1.226195)
(xy 0.782658 1.218829) (xy 0.763898 1.075159) (xy 0.904872 0.890005) (xy 0.949855 0.830926)
(xy 0.989325 0.779091) (xy 1.020787 0.737776) (xy 1.041748 0.710256) (xy 1.049674 0.699857)
(xy 1.063704 0.699863) (xy 1.095604 0.706722) (xy 1.139384 0.718573) (xy 1.189058 0.733553)
(xy 1.238637 0.7498) (xy 1.282132 0.765451) (xy 1.313556 0.778644) (xy 1.325376 0.785602)
(xy 1.346102 0.811208) (xy 1.370849 0.85208) (xy 1.395846 0.900516) (xy 1.417324 0.948813)
(xy 1.431511 0.98927) (xy 1.4351 1.009732) (xy 1.443261 1.038113) (xy 1.462639 1.051849)
(xy 1.485574 1.046296) (xy 1.48961 1.04277) (xy 1.497711 1.024581) (xy 1.488756 1.003156)
(xy 1.47949 0.975875) (xy 1.473922 0.935468) (xy 1.4732 0.915429) (xy 1.476946 0.871614)
(xy 1.489701 0.847647) (xy 1.513732 0.843044) (xy 1.551311 0.857322) (xy 1.601845 0.888082)
(xy 1.64655 0.917306) (xy 1.675006 0.933308) (xy 1.691757 0.937452) (xy 1.701347 0.931102)
(xy 1.706832 0.919604) (xy 1.708613 0.891777) (xy 1.689343 0.877564) (xy 1.676717 0.8763)
(xy 1.654223 0.866178) (xy 1.626807 0.840966) (xy 1.600696 0.808396) (xy 1.582118 0.7762)
(xy 1.577172 0.752711) (xy 1.590575 0.734045) (xy 1.61879 0.713928) (xy 1.653392 0.69651)
(xy 1.685955 0.685939) (xy 1.708055 0.686365) (xy 1.709715 0.68744) (xy 1.731588 0.693257)
(xy 1.754269 0.685777) (xy 1.765097 0.669315) (xy 1.765105 0.668567) (xy 1.756737 0.638731)
(xy 1.735707 0.628278) (xy 1.71695 0.633689) (xy 1.684941 0.643864) (xy 1.644157 0.64804)
(xy 1.603043 0.646526) (xy 1.570045 0.639627) (xy 1.553648 0.627755) (xy 1.557824 0.608475)
(xy 1.575994 0.580265) (xy 1.602145 0.549844) (xy 1.630265 0.523931) (xy 1.654341 0.509245)
(xy 1.66081 0.508) (xy 1.673501 0.499215) (xy 1.67397 0.479469) (xy 1.664464 0.458679)
(xy 1.647228 0.446761) (xy 1.646924 0.446701) (xy 1.624724 0.45296) (xy 1.617287 0.467195)
(xy 1.603162 0.483497) (xy 1.571302 0.505626) (xy 1.527773 0.530536) (xy 1.478638 0.555181)
(xy 1.429963 0.576516) (xy 1.387813 0.591493) (xy 1.358696 0.597067) (xy 1.335049 0.59528)
(xy 1.291811 0.590259) (xy 1.234485 0.582706) (xy 1.168573 0.573323) (xy 1.145794 0.569931)
(xy 1.081186 0.560564) (xy 1.026188 0.553272) (xy 0.985344 0.548605) (xy 0.963198 0.547112)
(xy 0.960582 0.547539) (xy 0.95285 0.559547) (xy 0.934297 0.589102) (xy 0.907459 0.632148)
(xy 0.874868 0.684627) (xy 0.864033 0.702113) (xy 0.830281 0.755791) (xy 0.801348 0.800261)
(xy 0.77975 0.831773) (xy 0.768004 0.846575) (xy 0.766718 0.847153) (xy 0.766221 0.833748)
(xy 0.767225 0.798425) (xy 0.769569 0.744607) (xy 0.773092 0.675722) (xy 0.77763 0.595195)
(xy 0.782195 0.51969) (xy 0.802293 0.19685) (xy 0.674235 -0.048899) (xy 0.637146 -0.121453)
(xy 0.605074 -0.186857) (xy 0.579605 -0.241654) (xy 0.562321 -0.282389) (xy 0.554808 -0.305605)
(xy 0.554914 -0.309249) (xy 0.56465 -0.323371) (xy 0.587103 -0.35488) (xy 0.620019 -0.400643)
(xy 0.661142 -0.457531) (xy 0.708217 -0.52241) (xy 0.73293 -0.556386) (xy 0.781738 -0.623707)
(xy 0.825293 -0.684305) (xy 0.861431 -0.735125) (xy 0.887987 -0.773114) (xy 0.902797 -0.795217)
(xy 0.905128 -0.799381) (xy 0.896186 -0.80958) (xy 0.86952 -0.832363) (xy 0.828007 -0.86546)
(xy 0.774525 -0.906601) (xy 0.711953 -0.953513) (xy 0.67945 -0.977476) (xy 0.613158 -1.026368)
(xy 0.554118 -1.070442) (xy 0.505304 -1.107436) (xy 0.469686 -1.135088) (xy 0.450237 -1.151136)
(xy 0.447524 -1.154032) (xy 0.454771 -1.167292) (xy 0.47848 -1.188562) (xy 0.512775 -1.213763)
(xy 0.551777 -1.238821) (xy 0.589608 -1.259657) (xy 0.61595 -1.270839) (xy 0.661836 -1.279922)
(xy 0.727894 -1.284321) (xy 0.79375 -1.284175) (xy 0.854907 -1.281721) (xy 0.896276 -1.277641)
(xy 0.923462 -1.270895) (xy 0.94207 -1.260443) (xy 0.947715 -1.255604) (xy 0.968302 -1.23905)
(xy 0.982568 -1.240003) (xy 0.996071 -1.251885) (xy 1.010095 -1.275517) (xy 1.01038 -1.291726)
(xy 1.004043 -1.311187) (xy 1.0033 -1.315488) (xy 0.992231 -1.319205) (xy 0.965531 -1.320798)
(xy 0.964777 -1.3208) (xy 0.931477 -1.326577) (xy 0.88835 -1.341359) (xy 0.862393 -1.353161)
(xy 0.825523 -1.37354) (xy 0.807043 -1.390044) (xy 0.801813 -1.408357) (xy 0.80249 -1.419379)
(xy 0.810655 -1.442615) (xy 0.832454 -1.464699) (xy 0.872752 -1.490414) (xy 0.877498 -1.493095)
(xy 0.920395 -1.515607) (xy 0.959172 -1.53333) (xy 0.980872 -1.541067) (xy 1.011086 -1.557217)
(xy 1.02348 -1.58196) (xy 1.014664 -1.608159) (xy 0.989736 -1.623852) (xy 0.963588 -1.62134)
(xy 0.946604 -1.60163) (xy 0.94658 -1.601557) (xy 0.934439 -1.585989) (xy 0.906234 -1.573518)
(xy 0.85735 -1.562119) (xy 0.856189 -1.561899) (xy 0.8112 -1.554096) (xy 0.784146 -1.552285)
(xy 0.768149 -1.557023) (xy 0.756334 -1.568867) (xy 0.755418 -1.570067) (xy 0.743412 -1.58954)
(xy 0.738086 -1.611828) (xy 0.738776 -1.644397) (xy 0.744529 -1.692609) (xy 0.753705 -1.7332)
(xy 0.768434 -1.753337) (xy 0.776307 -1.7567) (xy 0.792654 -1.766329) (xy 0.791173 -1.787066)
(xy 0.78922 -1.792693) (xy 0.770518 -1.819723) (xy 0.746584 -1.827086) (xy 0.725108 -1.81457)
(xy 0.715858 -1.794699) (xy 0.705533 -1.762443) (xy 0.688996 -1.719388) (xy 0.678199 -1.693925)
(xy 0.656494 -1.652148) (xy 0.6354 -1.629869) (xy 0.616907 -1.622674) (xy 0.598938 -1.621182)
(xy 0.586424 -1.62844) (xy 0.575552 -1.649456) (xy 0.562509 -1.689235) (xy 0.560077 -1.697305)
(xy 0.548515 -1.743116) (xy 0.542396 -1.78247) (xy 0.542781 -1.80478) (xy 0.540636 -1.832634)
(xy 0.522993 -1.849417) (xy 0.498441 -1.85211) (xy 0.475573 -1.837697) (xy 0.470613 -1.830133)
(xy 0.465358 -1.805782) (xy 0.477852 -1.78937) (xy 0.486811 -1.778222) (xy 0.491885 -1.759795)
(xy 0.493451 -1.729159) (xy 0.491886 -1.681383) (xy 0.489369 -1.638811) (xy 0.485863 -1.588646)
(xy 0.481217 -1.548358) (xy 0.473348 -1.513756) (xy 0.460173 -1.480648) (xy 0.439611 -1.444843)
(xy 0.409578 -1.402149) (xy 0.367991 -1.348374) (xy 0.312767 -1.279327) (xy 0.307478 -1.272744)
(xy 0.275793 -1.234556) (xy 0.251581 -1.205072) (xy 0.23606 -1.181175) (xy 0.230445 -1.159746)
(xy 0.235952 -1.137667) (xy 0.253798 -1.111818) (xy 0.285198 -1.079081) (xy 0.331368 -1.036338)
(xy 0.393525 -0.980471) (xy 0.436648 -0.94149) (xy 0.612946 -0.781215) (xy 0.507883 -0.682707)
(xy 0.465446 -0.643541) (xy 0.42979 -0.611801) (xy 0.404922 -0.590976) (xy 0.395084 -0.584448)
(xy 0.38554 -0.59463) (xy 0.365898 -0.62192) (xy 0.339327 -0.661764) (xy 0.317966 -0.695224)
(xy 0.258908 -0.778294) (xy 0.184258 -0.86661) (xy 0.100686 -0.953183) (xy 0.01486 -1.031026)
(xy -0.052686 -1.08356) (xy -0.122406 -1.12796) (xy -0.205824 -1.173371) (xy -0.294379 -1.215697)
(xy -0.379512 -1.250837) (xy -0.45085 -1.274214) (xy -0.536598 -1.292799) (xy -0.633428 -1.306921)
(xy -0.731482 -1.315588) (xy -0.820897 -1.317808) (xy -0.864133 -1.315816) (xy -1.016028 -1.290813)
(xy -1.162582 -1.24203) (xy -1.301703 -1.170877) (xy -1.431298 -1.078765) (xy -1.549276 -0.967106)
(xy -1.653546 -0.837309) (xy -1.713517 -0.74295) (xy -1.74279 -0.69215) (xy -1.707554 -0.7366)
(xy -1.664556 -0.7864) (xy -1.609239 -0.844071) (xy -1.547225 -0.90434) (xy -1.484138 -0.961931)
(xy -1.425601 -1.011569) (xy -1.377237 -1.047981) (xy -1.3716 -1.051721) (xy -1.245176 -1.120651)
(xy -1.112029 -1.168911) (xy -0.975949 -1.195852) (xy -0.840726 -1.200823) (xy -0.710149 -1.183173)
(xy -0.669045 -1.172369) (xy -0.589275 -1.14386) (xy -0.499007 -1.103771) (xy -0.407416 -1.056592)
(xy -0.323675 -1.006812) (xy -0.303663 -0.99355) (xy -0.235204 -0.943689) (xy -0.173883 -0.891145)
(xy -0.116659 -0.832288) (xy -0.060488 -0.76349) (xy -0.00233 -0.681122) (xy 0.060859 -0.581556)
(xy 0.108154 -0.502344) (xy 0.1822 -0.376039) (xy 0.062525 -0.264936) (xy 0.017749 -0.224694)
(xy -0.019949 -0.193325) (xy -0.047049 -0.173572) (xy -0.060033 -0.168175) (xy -0.060612 -0.168991)
(xy -0.063064 -0.186795) (xy -0.067286 -0.224592) (xy -0.072716 -0.277084) (xy -0.078788 -0.338971)
(xy -0.079662 -0.348129) (xy -0.09525 -0.512109) (xy -0.299052 -0.315576) (xy -0.368065 -0.2495)
(xy -0.422106 -0.199121) (xy -0.46408 -0.162089) (xy -0.496893 -0.136058) (xy -0.52345 -0.11868)
(xy -0.546657 -0.107608) (xy -0.563249 -0.102132) (xy -0.6089 -0.094084) (xy -0.665441 -0.090868)
(xy -0.725859 -0.092064) (xy -0.783143 -0.097253) (xy -0.830281 -0.106016) (xy -0.860263 -0.117934)
(xy -0.862931 -0.120043) (xy -0.883564 -0.132646) (xy -0.904041 -0.125093) (xy -0.907144 -0.122883)
(xy -0.924869 -0.098751) (xy -0.922059 -0.074377) (xy -0.901259 -0.05852) (xy -0.887849 -0.056509)
(xy -0.857992 -0.051155) (xy -0.817757 -0.038243) (xy -0.775521 -0.021207) (xy -0.73966 -0.003477)
(xy -0.718549 0.011514) (xy -0.717079 0.013464) (xy -0.711706 0.043532) (xy -0.731487 0.075317)
(xy -0.776246 0.1086) (xy -0.802846 0.123172) (xy -0.846133 0.144559) (xy -0.88281 0.161534)
(xy -0.904875 0.170398) (xy -0.923089 0.186663) (xy -0.92562 0.213132) (xy -0.91186 0.238761)
(xy -0.886202 0.253155) (xy -0.865284 0.244529) (xy -0.857715 0.230065) (xy -0.842035 0.212182)
(xy -0.805346 0.195931) (xy -0.771134 0.186141) (xy -0.727794 0.175774) (xy -0.701505 0.1724)
(xy -0.68481 0.176342) (xy -0.670251 0.187925) (xy -0.667477 0.190653) (xy -0.650729 0.22229)
(xy -0.644282 0.26675) (xy -0.647785 0.313935) (xy -0.660888 0.353751) (xy -0.673713 0.370336)
(xy -0.695731 0.399876) (xy -0.693593 0.428694) (xy -0.68473 0.440491) (xy -0.662197 0.449456)
(xy -0.63772 0.443539) (xy -0.623057 0.426451) (xy -0.622302 0.420794) (xy -0.617439 0.399053)
(xy -0.604716 0.362372) (xy -0.587726 0.320675) (xy -0.567687 0.277703) (xy -0.551789 0.253565)
(xy -0.535673 0.243162) (xy -0.519885 0.2413) (xy -0.500593 0.243994) (xy -0.486971 0.255817)
(xy -0.474837 0.282385) (xy -0.463835 0.316562) (xy -0.452711 0.361044) (xy -0.447255 0.399122)
(xy -0.447978 0.418328) (xy -0.445173 0.445306) (xy -0.426489 0.461615) (xy -0.400696 0.46273)
(xy -0.382942 0.451885) (xy -0.369497 0.431384) (xy -0.376492 0.408955) (xy -0.378074 0.406368)
(xy -0.386015 0.379699) (xy -0.391323 0.331391) (xy -0.393631 0.265106) (xy -0.3937 0.249869)
(xy -0.3937 0.118392) (xy -0.295542 -0.017758) (xy -0.259737 -0.067889) (xy -0.23293 -0.103877)
(xy -0.213377 -0.124241) (xy -0.199338 -0.127498) (xy -0.18907 -0.112168) (xy -0.180831 -0.076767)
(xy -0.17288 -0.019814) (xy -0.163474 0.060174) (xy -0.158977 0.098425) (xy -0.150573 0.165099)
(xy -0.142524 0.221828) (xy -0.135513 0.264303) (xy -0.130224 0.288217) (xy -0.128292 0.291896)
(xy -0.116972 0.283703) (xy -0.08983 0.260962) (xy -0.049816 0.226239) (xy 0.000122 0.182097)
(xy 0.057035 0.131103) (xy 0.068815 0.12047) (xy 0.126385 0.068712) (xy 0.177192 0.023547)
(xy 0.218381 -0.01253) (xy 0.247097 -0.037023) (xy 0.260485 -0.047436) (xy 0.261083 -0.047601)
(xy 0.261331 -0.034505) (xy 0.260091 -0.000703) (xy 0.257581 0.049168) (xy 0.254018 0.110473)
(xy 0.252589 0.13335) (xy 0.249029 0.201805) (xy 0.247622 0.26684) (xy 0.248542 0.334176)
(xy 0.251965 0.409529) (xy 0.258064 0.498618) (xy 0.267016 0.607161) (xy 0.267101 0.608138)
(xy 0.27422 0.69206) (xy 0.280255 0.767122) (xy 0.284948 0.829767) (xy 0.28804 0.87644)
(xy 0.289273 0.903583) (xy 0.288988 0.909046) (xy 0.277089 0.904726) (xy 0.247466 0.890094)
(xy 0.204473 0.867394) (xy 0.152465 0.83887) (xy 0.147917 0.836333) (xy 0.095449 0.807477)
(xy 0.051725 0.784305) (xy 0.021069 0.769044) (xy 0.007803 0.763922) (xy 0.007616 0.764025)
(xy -0.012673 0.789778) (xy -0.0446 0.827869) (xy -0.084851 0.874584) (xy -0.130114 0.926209)
(xy -0.177074 0.97903) (xy -0.22242 1.029333) (xy -0.262837 1.073404) (xy -0.295012 1.10753)
(xy -0.315633 1.127996) (xy -0.320628 1.131974) (xy -0.363934 1.15182) (xy -0.414328 1.169997)
(xy -0.46492 1.184616) (xy -0.508821 1.19379) (xy -0.539143 1.19563) (xy -0.546142 1.193778)
(xy -0.571121 1.191617) (xy -0.58999 1.206902) (xy -0.594323 1.231782) (xy -0.592724 1.237166)
(xy -0.583761 1.246549) (xy -0.562816 1.250806) (xy -0.524833 1.250496) (xy -0.491626 1.24834)
(xy -0.443423 1.245136) (xy -0.414705 1.245452) (xy -0.399653 1.250593) (xy -0.392447 1.261864)
(xy -0.389706 1.271203) (xy -0.388787 1.299359) (xy -0.402215 1.330795) (xy -0.432369 1.369713)
(xy -0.464694 1.403648) (xy -0.49351 1.43906) (xy -0.502254 1.466086) (xy -0.49076 1.482293)
(xy -0.470299 1.4859) (xy -0.448594 1.477048) (xy -0.444478 1.463675) (xy -0.433728 1.442632)
(xy -0.406809 1.418521) (xy -0.371663 1.396265) (xy -0.336235 1.380785) (xy -0.308464 1.377)
(xy -0.305673 1.377674) (xy -0.285541 1.395323) (xy -0.268212 1.428926) (xy -0.256625 1.46904)
(xy -0.253722 1.50622) (xy -0.259225 1.526859) (xy -0.26524 1.551343) (xy -0.257711 1.56347)
(xy -0.234824 1.573042) (xy -0.214085 1.563218) (xy -0.204517 1.539056) (xy -0.204663 1.533727)
(xy -0.205747 1.504157) (xy -0.205672 1.461822) (xy -0.205176 1.439757) (xy -0.202076 1.399325)
(xy -0.194331 1.377699) (xy -0.179545 1.368383) (xy -0.178767 1.368174) (xy -0.156212 1.373851)
(xy -0.128007 1.396134) (xy -0.099873 1.428915) (xy -0.077534 1.466087) (xy -0.070565 1.48365)
(xy -0.055069 1.506221) (xy -0.033964 1.508866) (xy -0.010547 1.497366) (xy -0.002679 1.477904)
(xy -0.012457 1.459944) (xy -0.02207 1.455208) (xy -0.036615 1.440044) (xy -0.054483 1.406504)
(xy -0.073371 1.360983) (xy -0.090975 1.309873) (xy -0.104991 1.259568) (xy -0.113115 1.216462)
(xy -0.114248 1.199394) (xy -0.106347 1.16748) (xy -0.083771 1.119396) (xy -0.048112 1.058483)
(xy -0.04377 1.051629) (xy 0.026655 0.941208) (xy 0.162552 1.012297) (xy 0.216038 1.040528)
(xy 0.261262 1.064871) (xy 0.293464 1.08273) (xy 0.307881 1.091511) (xy 0.307889 1.091518)
(xy 0.310779 1.106752) (xy 0.311334 1.141754) (xy 0.309605 1.191003) (xy 0.306511 1.238252)
(xy 0.3021 1.302026) (xy 0.300905 1.346928) (xy 0.303347 1.379329) (xy 0.309844 1.405602)
(xy 0.319018 1.428202) (xy 0.333996 1.470421) (xy 0.342144 1.511313) (xy 0.342621 1.519894)
(xy 0.34897 1.553094) (xy 0.36293 1.564344) (xy 0.376269 1.577095) (xy 0.396877 1.608757)
(xy 0.422088 1.654864) (xy 0.445016 1.7018) (xy 0.483707 1.779631) (xy 0.517056 1.833)
(xy 0.54669 1.86187) (xy 0.574235 1.866205) (xy 0.601318 1.845968)) (layer B.Mask) (width 0.01))
)
(module dane:gecko-logo (layer B.Cu) (tedit 0) (tstamp 5F80E41E)
(at 192.995 126.195 180)
(fp_text reference G*** (at 0 0) (layer B.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3)) (justify mirror))
)
(fp_text value LOGO (at 0.75 0) (layer B.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3)) (justify mirror))
)
(fp_poly (pts (xy 0.601318 1.845968) (xy 0.629566 1.801122) (xy 0.660606 1.731632) (xy 0.674278 1.696637)
(xy 0.696844 1.640456) (xy 0.717741 1.594158) (xy 0.734739 1.562309) (xy 0.745612 1.549474)
(xy 0.746125 1.549405) (xy 0.757513 1.537853) (xy 0.761992 1.50684) (xy 0.762 1.505208)
(xy 0.766997 1.463388) (xy 0.77927 1.418191) (xy 0.781708 1.411757) (xy 0.79008 1.387564)
(xy 0.794426 1.362926) (xy 0.794778 1.331829) (xy 0.791165 1.288257) (xy 0.783616 1.226195)
(xy 0.782658 1.218829) (xy 0.763898 1.075159) (xy 0.904872 0.890005) (xy 0.949855 0.830926)
(xy 0.989325 0.779091) (xy 1.020787 0.737776) (xy 1.041748 0.710256) (xy 1.049674 0.699857)
(xy 1.063704 0.699863) (xy 1.095604 0.706722) (xy 1.139384 0.718573) (xy 1.189058 0.733553)
(xy 1.238637 0.7498) (xy 1.282132 0.765451) (xy 1.313556 0.778644) (xy 1.325376 0.785602)
(xy 1.346102 0.811208) (xy 1.370849 0.85208) (xy 1.395846 0.900516) (xy 1.417324 0.948813)
(xy 1.431511 0.98927) (xy 1.4351 1.009732) (xy 1.443261 1.038113) (xy 1.462639 1.051849)
(xy 1.485574 1.046296) (xy 1.48961 1.04277) (xy 1.497711 1.024581) (xy 1.488756 1.003156)
(xy 1.47949 0.975875) (xy 1.473922 0.935468) (xy 1.4732 0.915429) (xy 1.476946 0.871614)
(xy 1.489701 0.847647) (xy 1.513732 0.843044) (xy 1.551311 0.857322) (xy 1.601845 0.888082)
(xy 1.64655 0.917306) (xy 1.675006 0.933308) (xy 1.691757 0.937452) (xy 1.701347 0.931102)
(xy 1.706832 0.919604) (xy 1.708613 0.891777) (xy 1.689343 0.877564) (xy 1.676717 0.8763)
(xy 1.654223 0.866178) (xy 1.626807 0.840966) (xy 1.600696 0.808396) (xy 1.582118 0.7762)
(xy 1.577172 0.752711) (xy 1.590575 0.734045) (xy 1.61879 0.713928) (xy 1.653392 0.69651)
(xy 1.685955 0.685939) (xy 1.708055 0.686365) (xy 1.709715 0.68744) (xy 1.731588 0.693257)
(xy 1.754269 0.685777) (xy 1.765097 0.669315) (xy 1.765105 0.668567) (xy 1.756737 0.638731)
(xy 1.735707 0.628278) (xy 1.71695 0.633689) (xy 1.684941 0.643864) (xy 1.644157 0.64804)
(xy 1.603043 0.646526) (xy 1.570045 0.639627) (xy 1.553648 0.627755) (xy 1.557824 0.608475)
(xy 1.575994 0.580265) (xy 1.602145 0.549844) (xy 1.630265 0.523931) (xy 1.654341 0.509245)
(xy 1.66081 0.508) (xy 1.673501 0.499215) (xy 1.67397 0.479469) (xy 1.664464 0.458679)
(xy 1.647228 0.446761) (xy 1.646924 0.446701) (xy 1.624724 0.45296) (xy 1.617287 0.467195)
(xy 1.603162 0.483497) (xy 1.571302 0.505626) (xy 1.527773 0.530536) (xy 1.478638 0.555181)
(xy 1.429963 0.576516) (xy 1.387813 0.591493) (xy 1.358696 0.597067) (xy 1.335049 0.59528)
(xy 1.291811 0.590259) (xy 1.234485 0.582706) (xy 1.168573 0.573323) (xy 1.145794 0.569931)
(xy 1.081186 0.560564) (xy 1.026188 0.553272) (xy 0.985344 0.548605) (xy 0.963198 0.547112)
(xy 0.960582 0.547539) (xy 0.95285 0.559547) (xy 0.934297 0.589102) (xy 0.907459 0.632148)
(xy 0.874868 0.684627) (xy 0.864033 0.702113) (xy 0.830281 0.755791) (xy 0.801348 0.800261)
(xy 0.77975 0.831773) (xy 0.768004 0.846575) (xy 0.766718 0.847153) (xy 0.766221 0.833748)
(xy 0.767225 0.798425) (xy 0.769569 0.744607) (xy 0.773092 0.675722) (xy 0.77763 0.595195)
(xy 0.782195 0.51969) (xy 0.802293 0.19685) (xy 0.674235 -0.048899) (xy 0.637146 -0.121453)
(xy 0.605074 -0.186857) (xy 0.579605 -0.241654) (xy 0.562321 -0.282389) (xy 0.554808 -0.305605)
(xy 0.554914 -0.309249) (xy 0.56465 -0.323371) (xy 0.587103 -0.35488) (xy 0.620019 -0.400643)
(xy 0.661142 -0.457531) (xy 0.708217 -0.52241) (xy 0.73293 -0.556386) (xy 0.781738 -0.623707)
(xy 0.825293 -0.684305) (xy 0.861431 -0.735125) (xy 0.887987 -0.773114) (xy 0.902797 -0.795217)
(xy 0.905128 -0.799381) (xy 0.896186 -0.80958) (xy 0.86952 -0.832363) (xy 0.828007 -0.86546)
(xy 0.774525 -0.906601) (xy 0.711953 -0.953513) (xy 0.67945 -0.977476) (xy 0.613158 -1.026368)
(xy 0.554118 -1.070442) (xy 0.505304 -1.107436) (xy 0.469686 -1.135088) (xy 0.450237 -1.151136)
(xy 0.447524 -1.154032) (xy 0.454771 -1.167292) (xy 0.47848 -1.188562) (xy 0.512775 -1.213763)
(xy 0.551777 -1.238821) (xy 0.589608 -1.259657) (xy 0.61595 -1.270839) (xy 0.661836 -1.279922)
(xy 0.727894 -1.284321) (xy 0.79375 -1.284175) (xy 0.854907 -1.281721) (xy 0.896276 -1.277641)
(xy 0.923462 -1.270895) (xy 0.94207 -1.260443) (xy 0.947715 -1.255604) (xy 0.968302 -1.23905)
(xy 0.982568 -1.240003) (xy 0.996071 -1.251885) (xy 1.010095 -1.275517) (xy 1.01038 -1.291726)
(xy 1.004043 -1.311187) (xy 1.0033 -1.315488) (xy 0.992231 -1.319205) (xy 0.965531 -1.320798)
(xy 0.964777 -1.3208) (xy 0.931477 -1.326577) (xy 0.88835 -1.341359) (xy 0.862393 -1.353161)
(xy 0.825523 -1.37354) (xy 0.807043 -1.390044) (xy 0.801813 -1.408357) (xy 0.80249 -1.419379)
(xy 0.810655 -1.442615) (xy 0.832454 -1.464699) (xy 0.872752 -1.490414) (xy 0.877498 -1.493095)
(xy 0.920395 -1.515607) (xy 0.959172 -1.53333) (xy 0.980872 -1.541067) (xy 1.011086 -1.557217)
(xy 1.02348 -1.58196) (xy 1.014664 -1.608159) (xy 0.989736 -1.623852) (xy 0.963588 -1.62134)
(xy 0.946604 -1.60163) (xy 0.94658 -1.601557) (xy 0.934439 -1.585989) (xy 0.906234 -1.573518)
(xy 0.85735 -1.562119) (xy 0.856189 -1.561899) (xy 0.8112 -1.554096) (xy 0.784146 -1.552285)
(xy 0.768149 -1.557023) (xy 0.756334 -1.568867) (xy 0.755418 -1.570067) (xy 0.743412 -1.58954)
(xy 0.738086 -1.611828) (xy 0.738776 -1.644397) (xy 0.744529 -1.692609) (xy 0.753705 -1.7332)
(xy 0.768434 -1.753337) (xy 0.776307 -1.7567) (xy 0.792654 -1.766329) (xy 0.791173 -1.787066)
(xy 0.78922 -1.792693) (xy 0.770518 -1.819723) (xy 0.746584 -1.827086) (xy 0.725108 -1.81457)
(xy 0.715858 -1.794699) (xy 0.705533 -1.762443) (xy 0.688996 -1.719388) (xy 0.678199 -1.693925)
(xy 0.656494 -1.652148) (xy 0.6354 -1.629869) (xy 0.616907 -1.622674) (xy 0.598938 -1.621182)
(xy 0.586424 -1.62844) (xy 0.575552 -1.649456) (xy 0.562509 -1.689235) (xy 0.560077 -1.697305)
(xy 0.548515 -1.743116) (xy 0.542396 -1.78247) (xy 0.542781 -1.80478) (xy 0.540636 -1.832634)
(xy 0.522993 -1.849417) (xy 0.498441 -1.85211) (xy 0.475573 -1.837697) (xy 0.470613 -1.830133)
(xy 0.465358 -1.805782) (xy 0.477852 -1.78937) (xy 0.486811 -1.778222) (xy 0.491885 -1.759795)
(xy 0.493451 -1.729159) (xy 0.491886 -1.681383) (xy 0.489369 -1.638811) (xy 0.485863 -1.588646)
(xy 0.481217 -1.548358) (xy 0.473348 -1.513756) (xy 0.460173 -1.480648) (xy 0.439611 -1.444843)
(xy 0.409578 -1.402149) (xy 0.367991 -1.348374) (xy 0.312767 -1.279327) (xy 0.307478 -1.272744)
(xy 0.275793 -1.234556) (xy 0.251581 -1.205072) (xy 0.23606 -1.181175) (xy 0.230445 -1.159746)
(xy 0.235952 -1.137667) (xy 0.253798 -1.111818) (xy 0.285198 -1.079081) (xy 0.331368 -1.036338)
(xy 0.393525 -0.980471) (xy 0.436648 -0.94149) (xy 0.612946 -0.781215) (xy 0.507883 -0.682707)
(xy 0.465446 -0.643541) (xy 0.42979 -0.611801) (xy 0.404922 -0.590976) (xy 0.395084 -0.584448)
(xy 0.38554 -0.59463) (xy 0.365898 -0.62192) (xy 0.339327 -0.661764) (xy 0.317966 -0.695224)
(xy 0.258908 -0.778294) (xy 0.184258 -0.86661) (xy 0.100686 -0.953183) (xy 0.01486 -1.031026)
(xy -0.052686 -1.08356) (xy -0.122406 -1.12796) (xy -0.205824 -1.173371) (xy -0.294379 -1.215697)
(xy -0.379512 -1.250837) (xy -0.45085 -1.274214) (xy -0.536598 -1.292799) (xy -0.633428 -1.306921)
(xy -0.731482 -1.315588) (xy -0.820897 -1.317808) (xy -0.864133 -1.315816) (xy -1.016028 -1.290813)
(xy -1.162582 -1.24203) (xy -1.301703 -1.170877) (xy -1.431298 -1.078765) (xy -1.549276 -0.967106)
(xy -1.653546 -0.837309) (xy -1.713517 -0.74295) (xy -1.74279 -0.69215) (xy -1.707554 -0.7366)
(xy -1.664556 -0.7864) (xy -1.609239 -0.844071) (xy -1.547225 -0.90434) (xy -1.484138 -0.961931)
(xy -1.425601 -1.011569) (xy -1.377237 -1.047981) (xy -1.3716 -1.051721) (xy -1.245176 -1.120651)
(xy -1.112029 -1.168911) (xy -0.975949 -1.195852) (xy -0.840726 -1.200823) (xy -0.710149 -1.183173)
(xy -0.669045 -1.172369) (xy -0.589275 -1.14386) (xy -0.499007 -1.103771) (xy -0.407416 -1.056592)
(xy -0.323675 -1.006812) (xy -0.303663 -0.99355) (xy -0.235204 -0.943689) (xy -0.173883 -0.891145)
(xy -0.116659 -0.832288) (xy -0.060488 -0.76349) (xy -0.00233 -0.681122) (xy 0.060859 -0.581556)
(xy 0.108154 -0.502344) (xy 0.1822 -0.376039) (xy 0.062525 -0.264936) (xy 0.017749 -0.224694)
(xy -0.019949 -0.193325) (xy -0.047049 -0.173572) (xy -0.060033 -0.168175) (xy -0.060612 -0.168991)
(xy -0.063064 -0.186795) (xy -0.067286 -0.224592) (xy -0.072716 -0.277084) (xy -0.078788 -0.338971)
(xy -0.079662 -0.348129) (xy -0.09525 -0.512109) (xy -0.299052 -0.315576) (xy -0.368065 -0.2495)
(xy -0.422106 -0.199121) (xy -0.46408 -0.162089) (xy -0.496893 -0.136058) (xy -0.52345 -0.11868)
(xy -0.546657 -0.107608) (xy -0.563249 -0.102132) (xy -0.6089 -0.094084) (xy -0.665441 -0.090868)
(xy -0.725859 -0.092064) (xy -0.783143 -0.097253) (xy -0.830281 -0.106016) (xy -0.860263 -0.117934)
(xy -0.862931 -0.120043) (xy -0.883564 -0.132646) (xy -0.904041 -0.125093) (xy -0.907144 -0.122883)
(xy -0.924869 -0.098751) (xy -0.922059 -0.074377) (xy -0.901259 -0.05852) (xy -0.887849 -0.056509)
(xy -0.857992 -0.051155) (xy -0.817757 -0.038243) (xy -0.775521 -0.021207) (xy -0.73966 -0.003477)
(xy -0.718549 0.011514) (xy -0.717079 0.013464) (xy -0.711706 0.043532) (xy -0.731487 0.075317)
(xy -0.776246 0.1086) (xy -0.802846 0.123172) (xy -0.846133 0.144559) (xy -0.88281 0.161534)
(xy -0.904875 0.170398) (xy -0.923089 0.186663) (xy -0.92562 0.213132) (xy -0.91186 0.238761)
(xy -0.886202 0.253155) (xy -0.865284 0.244529) (xy -0.857715 0.230065) (xy -0.842035 0.212182)
(xy -0.805346 0.195931) (xy -0.771134 0.186141) (xy -0.727794 0.175774) (xy -0.701505 0.1724)
(xy -0.68481 0.176342) (xy -0.670251 0.187925) (xy -0.667477 0.190653) (xy -0.650729 0.22229)
(xy -0.644282 0.26675) (xy -0.647785 0.313935) (xy -0.660888 0.353751) (xy -0.673713 0.370336)
(xy -0.695731 0.399876) (xy -0.693593 0.428694) (xy -0.68473 0.440491) (xy -0.662197 0.449456)
(xy -0.63772 0.443539) (xy -0.623057 0.426451) (xy -0.622302 0.420794) (xy -0.617439 0.399053)
(xy -0.604716 0.362372) (xy -0.587726 0.320675) (xy -0.567687 0.277703) (xy -0.551789 0.253565)
(xy -0.535673 0.243162) (xy -0.519885 0.2413) (xy -0.500593 0.243994) (xy -0.486971 0.255817)
(xy -0.474837 0.282385) (xy -0.463835 0.316562) (xy -0.452711 0.361044) (xy -0.447255 0.399122)
(xy -0.447978 0.418328) (xy -0.445173 0.445306) (xy -0.426489 0.461615) (xy -0.400696 0.46273)
(xy -0.382942 0.451885) (xy -0.369497 0.431384) (xy -0.376492 0.408955) (xy -0.378074 0.406368)
(xy -0.386015 0.379699) (xy -0.391323 0.331391) (xy -0.393631 0.265106) (xy -0.3937 0.249869)
(xy -0.3937 0.118392) (xy -0.295542 -0.017758) (xy -0.259737 -0.067889) (xy -0.23293 -0.103877)
(xy -0.213377 -0.124241) (xy -0.199338 -0.127498) (xy -0.18907 -0.112168) (xy -0.180831 -0.076767)
(xy -0.17288 -0.019814) (xy -0.163474 0.060174) (xy -0.158977 0.098425) (xy -0.150573 0.165099)
(xy -0.142524 0.221828) (xy -0.135513 0.264303) (xy -0.130224 0.288217) (xy -0.128292 0.291896)
(xy -0.116972 0.283703) (xy -0.08983 0.260962) (xy -0.049816 0.226239) (xy 0.000122 0.182097)
(xy 0.057035 0.131103) (xy 0.068815 0.12047) (xy 0.126385 0.068712) (xy 0.177192 0.023547)
(xy 0.218381 -0.01253) (xy 0.247097 -0.037023) (xy 0.260485 -0.047436) (xy 0.261083 -0.047601)
(xy 0.261331 -0.034505) (xy 0.260091 -0.000703) (xy 0.257581 0.049168) (xy 0.254018 0.110473)
(xy 0.252589 0.13335) (xy 0.249029 0.201805) (xy 0.247622 0.26684) (xy 0.248542 0.334176)
(xy 0.251965 0.409529) (xy 0.258064 0.498618) (xy 0.267016 0.607161) (xy 0.267101 0.608138)
(xy 0.27422 0.69206) (xy 0.280255 0.767122) (xy 0.284948 0.829767) (xy 0.28804 0.87644)
(xy 0.289273 0.903583) (xy 0.288988 0.909046) (xy 0.277089 0.904726) (xy 0.247466 0.890094)
(xy 0.204473 0.867394) (xy 0.152465 0.83887) (xy 0.147917 0.836333) (xy 0.095449 0.807477)
(xy 0.051725 0.784305) (xy 0.021069 0.769044) (xy 0.007803 0.763922) (xy 0.007616 0.764025)
(xy -0.012673 0.789778) (xy -0.0446 0.827869) (xy -0.084851 0.874584) (xy -0.130114 0.926209)
(xy -0.177074 0.97903) (xy -0.22242 1.029333) (xy -0.262837 1.073404) (xy -0.295012 1.10753)
(xy -0.315633 1.127996) (xy -0.320628 1.131974) (xy -0.363934 1.15182) (xy -0.414328 1.169997)
(xy -0.46492 1.184616) (xy -0.508821 1.19379) (xy -0.539143 1.19563) (xy -0.546142 1.193778)
(xy -0.571121 1.191617) (xy -0.58999 1.206902) (xy -0.594323 1.231782) (xy -0.592724 1.237166)
(xy -0.583761 1.246549) (xy -0.562816 1.250806) (xy -0.524833 1.250496) (xy -0.491626 1.24834)
(xy -0.443423 1.245136) (xy -0.414705 1.245452) (xy -0.399653 1.250593) (xy -0.392447 1.261864)
(xy -0.389706 1.271203) (xy -0.388787 1.299359) (xy -0.402215 1.330795) (xy -0.432369 1.369713)
(xy -0.464694 1.403648) (xy -0.49351 1.43906) (xy -0.502254 1.466086) (xy -0.49076 1.482293)
(xy -0.470299 1.4859) (xy -0.448594 1.477048) (xy -0.444478 1.463675) (xy -0.433728 1.442632)
(xy -0.406809 1.418521) (xy -0.371663 1.396265) (xy -0.336235 1.380785) (xy -0.308464 1.377)
(xy -0.305673 1.377674) (xy -0.285541 1.395323) (xy -0.268212 1.428926) (xy -0.256625 1.46904)
(xy -0.253722 1.50622) (xy -0.259225 1.526859) (xy -0.26524 1.551343) (xy -0.257711 1.56347)
(xy -0.234824 1.573042) (xy -0.214085 1.563218) (xy -0.204517 1.539056) (xy -0.204663 1.533727)
(xy -0.205747 1.504157) (xy -0.205672 1.461822) (xy -0.205176 1.439757) (xy -0.202076 1.399325)
(xy -0.194331 1.377699) (xy -0.179545 1.368383) (xy -0.178767 1.368174) (xy -0.156212 1.373851)
(xy -0.128007 1.396134) (xy -0.099873 1.428915) (xy -0.077534 1.466087) (xy -0.070565 1.48365)
(xy -0.055069 1.506221) (xy -0.033964 1.508866) (xy -0.010547 1.497366) (xy -0.002679 1.477904)
(xy -0.012457 1.459944) (xy -0.02207 1.455208) (xy -0.036615 1.440044) (xy -0.054483 1.406504)
(xy -0.073371 1.360983) (xy -0.090975 1.309873) (xy -0.104991 1.259568) (xy -0.113115 1.216462)
(xy -0.114248 1.199394) (xy -0.106347 1.16748) (xy -0.083771 1.119396) (xy -0.048112 1.058483)
(xy -0.04377 1.051629) (xy 0.026655 0.941208) (xy 0.162552 1.012297) (xy 0.216038 1.040528)
(xy 0.261262 1.064871) (xy 0.293464 1.08273) (xy 0.307881 1.091511) (xy 0.307889 1.091518)
(xy 0.310779 1.106752) (xy 0.311334 1.141754) (xy 0.309605 1.191003) (xy 0.306511 1.238252)
(xy 0.3021 1.302026) (xy 0.300905 1.346928) (xy 0.303347 1.379329) (xy 0.309844 1.405602)
(xy 0.319018 1.428202) (xy 0.333996 1.470421) (xy 0.342144 1.511313) (xy 0.342621 1.519894)
(xy 0.34897 1.553094) (xy 0.36293 1.564344) (xy 0.376269 1.577095) (xy 0.396877 1.608757)
(xy 0.422088 1.654864) (xy 0.445016 1.7018) (xy 0.483707 1.779631) (xy 0.517056 1.833)
(xy 0.54669 1.86187) (xy 0.574235 1.866205) (xy 0.601318 1.845968)) (layer B.Mask) (width 0.01))
)
(module SofleKeyboard-footprint:HOLE_M2_TH (layer F.Cu) (tedit 5FDAFEE7) (tstamp 5F80E3D9)
(at 103.995 120.445 90)
(path /5B74D98F)
(fp_text reference TH7 (at 0 -2.54 90) (layer F.SilkS) hide
(effects (font (size 0.29972 0.29972) (thickness 0.0762)))
)
(fp_text value HOLE (at 0 2.54 90) (layer F.SilkS) hide
(effects (font (size 0.29972 0.29972) (thickness 0.0762)))
)
(pad "" thru_hole circle (at 0 0 180) (size 4.7 4.7) (drill 2.2) (layers *.Cu *.Mask Dwgs.User)
(clearance 0.3))
)
(module SofleKeyboard-footprint:HOLE_M2_TH (layer F.Cu) (tedit 5FDAFEDF) (tstamp 5F80E35A)
(at 131.02 99.02)
(path /5B74D78B)
(fp_text reference TH5 (at 0 -2.54) (layer F.SilkS) hide
(effects (font (size 0.29972 0.29972) (thickness 0.0762)))
)
(fp_text value HOLE (at 0 2.54) (layer F.SilkS) hide
(effects (font (size 0.29972 0.29972) (thickness 0.0762)))
)
(pad "" thru_hole circle (at -0.025 -0.075 90) (size 4.7 4.7) (drill 2.2) (layers *.Cu *.Mask Dwgs.User)
(clearance 0.3))
)
(module SofleKeyboard-footprint:HOLE_M2_TH (layer F.Cu) (tedit 5FDAFEF8) (tstamp 5F80E2ED)
(at 207.17 101.47)
(path /5B74D88C)
(fp_text reference TH6 (at 0 -2.54) (layer F.SilkS) hide
(effects (font (size 0.29972 0.29972) (thickness 0.0762)))
)
(fp_text value HOLE (at 0 2.54) (layer F.SilkS) hide
(effects (font (size 0.29972 0.29972) (thickness 0.0762)))
)
(pad "" thru_hole circle (at -0.175 -0.025 90) (size 4.7 4.7) (drill 2.2) (layers *.Cu *.Mask Dwgs.User)
(clearance 0.3))
)
(module SofleKeyboard-footprint:HOLE_M2_TH (layer F.Cu) (tedit 5FDAFEC8) (tstamp 5F80E208)
(at 130.97 58.52)
(path /5B74DA95)
(fp_text reference TH3 (at 0 -2.54) (layer F.SilkS) hide
(effects (font (size 0.29972 0.29972) (thickness 0.0762)))
)
(fp_text value HOLE (at 0 2.54) (layer F.SilkS) hide
(effects (font (size 0.29972 0.29972) (thickness 0.0762)))
)
(pad "" thru_hole circle (at 0.025 -0.075 90) (size 4.7 4.7) (drill 2.2) (layers *.Cu *.Mask Dwgs.User)
(clearance 0.3))
)
(module SofleKeyboard-footprint:HOLE_M2_TH (layer F.Cu) (tedit 5FDAFEEF) (tstamp 5F80E1DA)
(at 207.22 63.22)
(path /5B74D1C0)
(fp_text reference TH4 (at 0 -2.54) (layer F.SilkS) hide
(effects (font (size 0.29972 0.29972) (thickness 0.0762)))
)
(fp_text value HOLE (at 0 2.54) (layer F.SilkS) hide
(effects (font (size 0.29972 0.29972) (thickness 0.0762)))
)
(pad "" thru_hole circle (at -0.225 -0.275 90) (size 4.7 4.7) (drill 2.2) (layers *.Cu *.Mask Dwgs.User)
(clearance 0.3))
)
(module dane:gecko-logo (layer F.Cu) (tedit 0) (tstamp 5F80D23E)
(at 192.245 126.195)
(fp_text reference G*** (at 0 0) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
)
(fp_text value LOGO (at 0.75 0) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3)))
)
(fp_poly (pts (xy 0.601318 -1.845968) (xy 0.629566 -1.801122) (xy 0.660606 -1.731632) (xy 0.674278 -1.696637)
(xy 0.696844 -1.640456) (xy 0.717741 -1.594158) (xy 0.734739 -1.562309) (xy 0.745612 -1.549474)
(xy 0.746125 -1.549405) (xy 0.757513 -1.537853) (xy 0.761992 -1.50684) (xy 0.762 -1.505208)
(xy 0.766997 -1.463388) (xy 0.77927 -1.418191) (xy 0.781708 -1.411757) (xy 0.79008 -1.387564)
(xy 0.794426 -1.362926) (xy 0.794778 -1.331829) (xy 0.791165 -1.288257) (xy 0.783616 -1.226195)
(xy 0.782658 -1.218829) (xy 0.763898 -1.075159) (xy 0.904872 -0.890005) (xy 0.949855 -0.830926)
(xy 0.989325 -0.779091) (xy 1.020787 -0.737776) (xy 1.041748 -0.710256) (xy 1.049674 -0.699857)
(xy 1.063704 -0.699863) (xy 1.095604 -0.706722) (xy 1.139384 -0.718573) (xy 1.189058 -0.733553)
(xy 1.238637 -0.7498) (xy 1.282132 -0.765451) (xy 1.313556 -0.778644) (xy 1.325376 -0.785602)
(xy 1.346102 -0.811208) (xy 1.370849 -0.85208) (xy 1.395846 -0.900516) (xy 1.417324 -0.948813)
(xy 1.431511 -0.98927) (xy 1.4351 -1.009732) (xy 1.443261 -1.038113) (xy 1.462639 -1.051849)
(xy 1.485574 -1.046296) (xy 1.48961 -1.04277) (xy 1.497711 -1.024581) (xy 1.488756 -1.003156)
(xy 1.47949 -0.975875) (xy 1.473922 -0.935468) (xy 1.4732 -0.915429) (xy 1.476946 -0.871614)
(xy 1.489701 -0.847647) (xy 1.513732 -0.843044) (xy 1.551311 -0.857322) (xy 1.601845 -0.888082)
(xy 1.64655 -0.917306) (xy 1.675006 -0.933308) (xy 1.691757 -0.937452) (xy 1.701347 -0.931102)
(xy 1.706832 -0.919604) (xy 1.708613 -0.891777) (xy 1.689343 -0.877564) (xy 1.676717 -0.8763)
(xy 1.654223 -0.866178) (xy 1.626807 -0.840966) (xy 1.600696 -0.808396) (xy 1.582118 -0.7762)
(xy 1.577172 -0.752711) (xy 1.590575 -0.734045) (xy 1.61879 -0.713928) (xy 1.653392 -0.69651)
(xy 1.685955 -0.685939) (xy 1.708055 -0.686365) (xy 1.709715 -0.68744) (xy 1.731588 -0.693257)
(xy 1.754269 -0.685777) (xy 1.765097 -0.669315) (xy 1.765105 -0.668567) (xy 1.756737 -0.638731)
(xy 1.735707 -0.628278) (xy 1.71695 -0.633689) (xy 1.684941 -0.643864) (xy 1.644157 -0.64804)
(xy 1.603043 -0.646526) (xy 1.570045 -0.639627) (xy 1.553648 -0.627755) (xy 1.557824 -0.608475)
(xy 1.575994 -0.580265) (xy 1.602145 -0.549844) (xy 1.630265 -0.523931) (xy 1.654341 -0.509245)
(xy 1.66081 -0.508) (xy 1.673501 -0.499215) (xy 1.67397 -0.479469) (xy 1.664464 -0.458679)
(xy 1.647228 -0.446761) (xy 1.646924 -0.446701) (xy 1.624724 -0.45296) (xy 1.617287 -0.467195)
(xy 1.603162 -0.483497) (xy 1.571302 -0.505626) (xy 1.527773 -0.530536) (xy 1.478638 -0.555181)
(xy 1.429963 -0.576516) (xy 1.387813 -0.591493) (xy 1.358696 -0.597067) (xy 1.335049 -0.59528)
(xy 1.291811 -0.590259) (xy 1.234485 -0.582706) (xy 1.168573 -0.573323) (xy 1.145794 -0.569931)
(xy 1.081186 -0.560564) (xy 1.026188 -0.553272) (xy 0.985344 -0.548605) (xy 0.963198 -0.547112)
(xy 0.960582 -0.547539) (xy 0.95285 -0.559547) (xy 0.934297 -0.589102) (xy 0.907459 -0.632148)
(xy 0.874868 -0.684627) (xy 0.864033 -0.702113) (xy 0.830281 -0.755791) (xy 0.801348 -0.800261)
(xy 0.77975 -0.831773) (xy 0.768004 -0.846575) (xy 0.766718 -0.847153) (xy 0.766221 -0.833748)
(xy 0.767225 -0.798425) (xy 0.769569 -0.744607) (xy 0.773092 -0.675722) (xy 0.77763 -0.595195)
(xy 0.782195 -0.51969) (xy 0.802293 -0.19685) (xy 0.674235 0.048899) (xy 0.637146 0.121453)
(xy 0.605074 0.186857) (xy 0.579605 0.241654) (xy 0.562321 0.282389) (xy 0.554808 0.305605)
(xy 0.554914 0.309249) (xy 0.56465 0.323371) (xy 0.587103 0.35488) (xy 0.620019 0.400643)
(xy 0.661142 0.457531) (xy 0.708217 0.52241) (xy 0.73293 0.556386) (xy 0.781738 0.623707)
(xy 0.825293 0.684305) (xy 0.861431 0.735125) (xy 0.887987 0.773114) (xy 0.902797 0.795217)
(xy 0.905128 0.799381) (xy 0.896186 0.80958) (xy 0.86952 0.832363) (xy 0.828007 0.86546)
(xy 0.774525 0.906601) (xy 0.711953 0.953513) (xy 0.67945 0.977476) (xy 0.613158 1.026368)
(xy 0.554118 1.070442) (xy 0.505304 1.107436) (xy 0.469686 1.135088) (xy 0.450237 1.151136)
(xy 0.447524 1.154032) (xy 0.454771 1.167292) (xy 0.47848 1.188562) (xy 0.512775 1.213763)
(xy 0.551777 1.238821) (xy 0.589608 1.259657) (xy 0.61595 1.270839) (xy 0.661836 1.279922)
(xy 0.727894 1.284321) (xy 0.79375 1.284175) (xy 0.854907 1.281721) (xy 0.896276 1.277641)
(xy 0.923462 1.270895) (xy 0.94207 1.260443) (xy 0.947715 1.255604) (xy 0.968302 1.23905)
(xy 0.982568 1.240003) (xy 0.996071 1.251885) (xy 1.010095 1.275517) (xy 1.01038 1.291726)
(xy 1.004043 1.311187) (xy 1.0033 1.315488) (xy 0.992231 1.319205) (xy 0.965531 1.320798)
(xy 0.964777 1.3208) (xy 0.931477 1.326577) (xy 0.88835 1.341359) (xy 0.862393 1.353161)
(xy 0.825523 1.37354) (xy 0.807043 1.390044) (xy 0.801813 1.408357) (xy 0.80249 1.419379)
(xy 0.810655 1.442615) (xy 0.832454 1.464699) (xy 0.872752 1.490414) (xy 0.877498 1.493095)
(xy 0.920395 1.515607) (xy 0.959172 1.53333) (xy 0.980872 1.541067) (xy 1.011086 1.557217)
(xy 1.02348 1.58196) (xy 1.014664 1.608159) (xy 0.989736 1.623852) (xy 0.963588 1.62134)
(xy 0.946604 1.60163) (xy 0.94658 1.601557) (xy 0.934439 1.585989) (xy 0.906234 1.573518)
(xy 0.85735 1.562119) (xy 0.856189 1.561899) (xy 0.8112 1.554096) (xy 0.784146 1.552285)
(xy 0.768149 1.557023) (xy 0.756334 1.568867) (xy 0.755418 1.570067) (xy 0.743412 1.58954)
(xy 0.738086 1.611828) (xy 0.738776 1.644397) (xy 0.744529 1.692609) (xy 0.753705 1.7332)
(xy 0.768434 1.753337) (xy 0.776307 1.7567) (xy 0.792654 1.766329) (xy 0.791173 1.787066)
(xy 0.78922 1.792693) (xy 0.770518 1.819723) (xy 0.746584 1.827086) (xy 0.725108 1.81457)
(xy 0.715858 1.794699) (xy 0.705533 1.762443) (xy 0.688996 1.719388) (xy 0.678199 1.693925)
(xy 0.656494 1.652148) (xy 0.6354 1.629869) (xy 0.616907 1.622674) (xy 0.598938 1.621182)
(xy 0.586424 1.62844) (xy 0.575552 1.649456) (xy 0.562509 1.689235) (xy 0.560077 1.697305)
(xy 0.548515 1.743116) (xy 0.542396 1.78247) (xy 0.542781 1.80478) (xy 0.540636 1.832634)
(xy 0.522993 1.849417) (xy 0.498441 1.85211) (xy 0.475573 1.837697) (xy 0.470613 1.830133)
(xy 0.465358 1.805782) (xy 0.477852 1.78937) (xy 0.486811 1.778222) (xy 0.491885 1.759795)
(xy 0.493451 1.729159) (xy 0.491886 1.681383) (xy 0.489369 1.638811) (xy 0.485863 1.588646)
(xy 0.481217 1.548358) (xy 0.473348 1.513756) (xy 0.460173 1.480648) (xy 0.439611 1.444843)
(xy 0.409578 1.402149) (xy 0.367991 1.348374) (xy 0.312767 1.279327) (xy 0.307478 1.272744)
(xy 0.275793 1.234556) (xy 0.251581 1.205072) (xy 0.23606 1.181175) (xy 0.230445 1.159746)
(xy 0.235952 1.137667) (xy 0.253798 1.111818) (xy 0.285198 1.079081) (xy 0.331368 1.036338)
(xy 0.393525 0.980471) (xy 0.436648 0.94149) (xy 0.612946 0.781215) (xy 0.507883 0.682707)
(xy 0.465446 0.643541) (xy 0.42979 0.611801) (xy 0.404922 0.590976) (xy 0.395084 0.584448)
(xy 0.38554 0.59463) (xy 0.365898 0.62192) (xy 0.339327 0.661764) (xy 0.317966 0.695224)
(xy 0.258908 0.778294) (xy 0.184258 0.86661) (xy 0.100686 0.953183) (xy 0.01486 1.031026)
(xy -0.052686 1.08356) (xy -0.122406 1.12796) (xy -0.205824 1.173371) (xy -0.294379 1.215697)
(xy -0.379512 1.250837) (xy -0.45085 1.274214) (xy -0.536598 1.292799) (xy -0.633428 1.306921)
(xy -0.731482 1.315588) (xy -0.820897 1.317808) (xy -0.864133 1.315816) (xy -1.016028 1.290813)
(xy -1.162582 1.24203) (xy -1.301703 1.170877) (xy -1.431298 1.078765) (xy -1.549276 0.967106)
(xy -1.653546 0.837309) (xy -1.713517 0.74295) (xy -1.74279 0.69215) (xy -1.707554 0.7366)
(xy -1.664556 0.7864) (xy -1.609239 0.844071) (xy -1.547225 0.90434) (xy -1.484138 0.961931)
(xy -1.425601 1.011569) (xy -1.377237 1.047981) (xy -1.3716 1.051721) (xy -1.245176 1.120651)
(xy -1.112029 1.168911) (xy -0.975949 1.195852) (xy -0.840726 1.200823) (xy -0.710149 1.183173)
(xy -0.669045 1.172369) (xy -0.589275 1.14386) (xy -0.499007 1.103771) (xy -0.407416 1.056592)
(xy -0.323675 1.006812) (xy -0.303663 0.99355) (xy -0.235204 0.943689) (xy -0.173883 0.891145)
(xy -0.116659 0.832288) (xy -0.060488 0.76349) (xy -0.00233 0.681122) (xy 0.060859 0.581556)
(xy 0.108154 0.502344) (xy 0.1822 0.376039) (xy 0.062525 0.264936) (xy 0.017749 0.224694)
(xy -0.019949 0.193325) (xy -0.047049 0.173572) (xy -0.060033 0.168175) (xy -0.060612 0.168991)
(xy -0.063064 0.186795) (xy -0.067286 0.224592) (xy -0.072716 0.277084) (xy -0.078788 0.338971)
(xy -0.079662 0.348129) (xy -0.09525 0.512109) (xy -0.299052 0.315576) (xy -0.368065 0.2495)
(xy -0.422106 0.199121) (xy -0.46408 0.162089) (xy -0.496893 0.136058) (xy -0.52345 0.11868)
(xy -0.546657 0.107608) (xy -0.563249 0.102132) (xy -0.6089 0.094084) (xy -0.665441 0.090868)
(xy -0.725859 0.092064) (xy -0.783143 0.097253) (xy -0.830281 0.106016) (xy -0.860263 0.117934)
(xy -0.862931 0.120043) (xy -0.883564 0.132646) (xy -0.904041 0.125093) (xy -0.907144 0.122883)
(xy -0.924869 0.098751) (xy -0.922059 0.074377) (xy -0.901259 0.05852) (xy -0.887849 0.056509)
(xy -0.857992 0.051155) (xy -0.817757 0.038243) (xy -0.775521 0.021207) (xy -0.73966 0.003477)
(xy -0.718549 -0.011514) (xy -0.717079 -0.013464) (xy -0.711706 -0.043532) (xy -0.731487 -0.075317)
(xy -0.776246 -0.1086) (xy -0.802846 -0.123172) (xy -0.846133 -0.144559) (xy -0.88281 -0.161534)
(xy -0.904875 -0.170398) (xy -0.923089 -0.186663) (xy -0.92562 -0.213132) (xy -0.91186 -0.238761)
(xy -0.886202 -0.253155) (xy -0.865284 -0.244529) (xy -0.857715 -0.230065) (xy -0.842035 -0.212182)
(xy -0.805346 -0.195931) (xy -0.771134 -0.186141) (xy -0.727794 -0.175774) (xy -0.701505 -0.1724)
(xy -0.68481 -0.176342) (xy -0.670251 -0.187925) (xy -0.667477 -0.190653) (xy -0.650729 -0.22229)
(xy -0.644282 -0.26675) (xy -0.647785 -0.313935) (xy -0.660888 -0.353751) (xy -0.673713 -0.370336)
(xy -0.695731 -0.399876) (xy -0.693593 -0.428694) (xy -0.68473 -0.440491) (xy -0.662197 -0.449456)
(xy -0.63772 -0.443539) (xy -0.623057 -0.426451) (xy -0.622302 -0.420794) (xy -0.617439 -0.399053)
(xy -0.604716 -0.362372) (xy -0.587726 -0.320675) (xy -0.567687 -0.277703) (xy -0.551789 -0.253565)
(xy -0.535673 -0.243162) (xy -0.519885 -0.2413) (xy -0.500593 -0.243994) (xy -0.486971 -0.255817)
(xy -0.474837 -0.282385) (xy -0.463835 -0.316562) (xy -0.452711 -0.361044) (xy -0.447255 -0.399122)
(xy -0.447978 -0.418328) (xy -0.445173 -0.445306) (xy -0.426489 -0.461615) (xy -0.400696 -0.46273)
(xy -0.382942 -0.451885) (xy -0.369497 -0.431384) (xy -0.376492 -0.408955) (xy -0.378074 -0.406368)
(xy -0.386015 -0.379699) (xy -0.391323 -0.331391) (xy -0.393631 -0.265106) (xy -0.3937 -0.249869)
(xy -0.3937 -0.118392) (xy -0.295542 0.017758) (xy -0.259737 0.067889) (xy -0.23293 0.103877)
(xy -0.213377 0.124241) (xy -0.199338 0.127498) (xy -0.18907 0.112168) (xy -0.180831 0.076767)
(xy -0.17288 0.019814) (xy -0.163474 -0.060174) (xy -0.158977 -0.098425) (xy -0.150573 -0.165099)
(xy -0.142524 -0.221828) (xy -0.135513 -0.264303) (xy -0.130224 -0.288217) (xy -0.128292 -0.291896)
(xy -0.116972 -0.283703) (xy -0.08983 -0.260962) (xy -0.049816 -0.226239) (xy 0.000122 -0.182097)
(xy 0.057035 -0.131103) (xy 0.068815 -0.12047) (xy 0.126385 -0.068712) (xy 0.177192 -0.023547)
(xy 0.218381 0.01253) (xy 0.247097 0.037023) (xy 0.260485 0.047436) (xy 0.261083 0.047601)
(xy 0.261331 0.034505) (xy 0.260091 0.000703) (xy 0.257581 -0.049168) (xy 0.254018 -0.110473)
(xy 0.252589 -0.13335) (xy 0.249029 -0.201805) (xy 0.247622 -0.26684) (xy 0.248542 -0.334176)
(xy 0.251965 -0.409529) (xy 0.258064 -0.498618) (xy 0.267016 -0.607161) (xy 0.267101 -0.608138)
(xy 0.27422 -0.69206) (xy 0.280255 -0.767122) (xy 0.284948 -0.829767) (xy 0.28804 -0.87644)
(xy 0.289273 -0.903583) (xy 0.288988 -0.909046) (xy 0.277089 -0.904726) (xy 0.247466 -0.890094)
(xy 0.204473 -0.867394) (xy 0.152465 -0.83887) (xy 0.147917 -0.836333) (xy 0.095449 -0.807477)
(xy 0.051725 -0.784305) (xy 0.021069 -0.769044) (xy 0.007803 -0.763922) (xy 0.007616 -0.764025)
(xy -0.012673 -0.789778) (xy -0.0446 -0.827869) (xy -0.084851 -0.874584) (xy -0.130114 -0.926209)
(xy -0.177074 -0.97903) (xy -0.22242 -1.029333) (xy -0.262837 -1.073404) (xy -0.295012 -1.10753)
(xy -0.315633 -1.127996) (xy -0.320628 -1.131974) (xy -0.363934 -1.15182) (xy -0.414328 -1.169997)
(xy -0.46492 -1.184616) (xy -0.508821 -1.19379) (xy -0.539143 -1.19563) (xy -0.546142 -1.193778)
(xy -0.571121 -1.191617) (xy -0.58999 -1.206902) (xy -0.594323 -1.231782) (xy -0.592724 -1.237166)
(xy -0.583761 -1.246549) (xy -0.562816 -1.250806) (xy -0.524833 -1.250496) (xy -0.491626 -1.24834)
(xy -0.443423 -1.245136) (xy -0.414705 -1.245452) (xy -0.399653 -1.250593) (xy -0.392447 -1.261864)
(xy -0.389706 -1.271203) (xy -0.388787 -1.299359) (xy -0.402215 -1.330795) (xy -0.432369 -1.369713)
(xy -0.464694 -1.403648) (xy -0.49351 -1.43906) (xy -0.502254 -1.466086) (xy -0.49076 -1.482293)
(xy -0.470299 -1.4859) (xy -0.448594 -1.477048) (xy -0.444478 -1.463675) (xy -0.433728 -1.442632)
(xy -0.406809 -1.418521) (xy -0.371663 -1.396265) (xy -0.336235 -1.380785) (xy -0.308464 -1.377)
(xy -0.305673 -1.377674) (xy -0.285541 -1.395323) (xy -0.268212 -1.428926) (xy -0.256625 -1.46904)
(xy -0.253722 -1.50622) (xy -0.259225 -1.526859) (xy -0.26524 -1.551343) (xy -0.257711 -1.56347)
(xy -0.234824 -1.573042) (xy -0.214085 -1.563218) (xy -0.204517 -1.539056) (xy -0.204663 -1.533727)
(xy -0.205747 -1.504157) (xy -0.205672 -1.461822) (xy -0.205176 -1.439757) (xy -0.202076 -1.399325)
(xy -0.194331 -1.377699) (xy -0.179545 -1.368383) (xy -0.178767 -1.368174) (xy -0.156212 -1.373851)
(xy -0.128007 -1.396134) (xy -0.099873 -1.428915) (xy -0.077534 -1.466087) (xy -0.070565 -1.48365)
(xy -0.055069 -1.506221) (xy -0.033964 -1.508866) (xy -0.010547 -1.497366) (xy -0.002679 -1.477904)
(xy -0.012457 -1.459944) (xy -0.02207 -1.455208) (xy -0.036615 -1.440044) (xy -0.054483 -1.406504)
(xy -0.073371 -1.360983) (xy -0.090975 -1.309873) (xy -0.104991 -1.259568) (xy -0.113115 -1.216462)
(xy -0.114248 -1.199394) (xy -0.106347 -1.16748) (xy -0.083771 -1.119396) (xy -0.048112 -1.058483)
(xy -0.04377 -1.051629) (xy 0.026655 -0.941208) (xy 0.162552 -1.012297) (xy 0.216038 -1.040528)
(xy 0.261262 -1.064871) (xy 0.293464 -1.08273) (xy 0.307881 -1.091511) (xy 0.307889 -1.091518)
(xy 0.310779 -1.106752) (xy 0.311334 -1.141754) (xy 0.309605 -1.191003) (xy 0.306511 -1.238252)
(xy 0.3021 -1.302026) (xy 0.300905 -1.346928) (xy 0.303347 -1.379329) (xy 0.309844 -1.405602)
(xy 0.319018 -1.428202) (xy 0.333996 -1.470421) (xy 0.342144 -1.511313) (xy 0.342621 -1.519894)
(xy 0.34897 -1.553094) (xy 0.36293 -1.564344) (xy 0.376269 -1.577095) (xy 0.396877 -1.608757)
(xy 0.422088 -1.654864) (xy 0.445016 -1.7018) (xy 0.483707 -1.779631) (xy 0.517056 -1.833)
(xy 0.54669 -1.86187) (xy 0.574235 -1.866205) (xy 0.601318 -1.845968)) (layer F.Mask) (width 0.01))
)
(gr_text "Sofle RGB - Dane Evans\n" (at 101.495 114.3) (layer B.SilkS) (tstamp 5FDB0119)
(effects (font (size 1 1) (thickness 0.2)) (justify mirror))
)
(gr_text "Sofle RGB - Dane Evans\n" (at 100.995 114.3) (layer F.SilkS) (tstamp 5FDB0111)
(effects (font (size 1 1) (thickness 0.2)))
)
(gr_line (start 112.995 38) (end 113.395 37.9) (layer Edge.Cuts) (width 0.15))
(gr_line (start 112.695 38.1) (end 112.995 38) (layer Edge.Cuts) (width 0.15))
(gr_line (start 112.495 38.2) (end 112.695 38.1) (layer Edge.Cuts) (width 0.15))
(gr_line (start 112.295 38.4) (end 112.495 38.2) (layer Edge.Cuts) (width 0.15))
(gr_line (start 112.095 38.7) (end 112.295 38.4) (layer Edge.Cuts) (width 0.15))
(gr_line (start 111.995 39.045) (end 112.095 38.7) (layer Edge.Cuts) (width 0.15))
(gr_arc (start 110.995 96.8) (end 110.995 97.8) (angle -90) (layer Edge.Cuts) (width 0.15))
(gr_arc (start 90.3 98.8) (end 90.3 97.8) (angle -90) (layer Edge.Cuts) (width 0.15))
(gr_line (start 108.795 111.945) (end 108.795 105.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B735))
(gr_line (start 93.195 111.945) (end 108.795 111.945) (layer Edge.Cuts) (width 0.15))
(gr_line (start 93.195 99.945) (end 93.195 111.945) (layer Edge.Cuts) (width 0.15))
(gr_line (start 108.795 99.945) (end 93.195 99.945) (layer Edge.Cuts) (width 0.15))
(gr_line (start 108.795 105.945) (end 108.795 99.945) (layer Edge.Cuts) (width 0.15))
(gr_line (start 88.142822 132.282822) (end 100.267178 125.282822) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 95.142822 144.407178) (end 88.142822 132.282822) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 100.267178 125.282822) (end 107.267178 137.407178) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 107.267178 137.407178) (end 95.142822 144.407178) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 113.645253 138.418214) (end 110.021786 124.895253) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 127.168214 134.794747) (end 113.645253 138.418214) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 110.021786 124.895253) (end 123.544747 121.271786) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 123.544747 121.271786) (end 127.168214 134.794747) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 223.695 46.845) (end 223.695 60.845) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 209.695 46.845) (end 223.695 46.845) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 223.695 60.845) (end 209.695 60.845) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 209.695 60.845) (end 209.695 46.845) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 223.695 65.745) (end 223.695 79.745) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 209.695 65.745) (end 223.695 65.745) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 223.695 79.745) (end 209.695 79.745) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 209.695 79.745) (end 209.695 65.745) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 223.695 84.945) (end 223.695 98.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 209.695 84.945) (end 223.695 84.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 223.695 98.945) (end 209.695 98.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 209.695 98.945) (end 209.695 84.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 223.745 103.945) (end 223.745 117.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 209.745 103.945) (end 223.745 103.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 223.745 117.945) (end 209.745 117.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 209.745 117.945) (end 209.745 103.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 204.695 103.945) (end 204.695 117.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 190.695 103.945) (end 204.695 103.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 204.695 117.945) (end 190.695 117.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 190.695 117.945) (end 190.695 103.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 204.695 84.945) (end 204.695 98.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 190.695 84.945) (end 204.695 84.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 204.695 98.945) (end 190.695 98.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 190.695 98.945) (end 190.695 84.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 204.695 65.745) (end 204.695 79.745) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 190.695 65.745) (end 204.695 65.745) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 204.695 79.745) (end 190.695 79.745) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 190.695 79.745) (end 190.695 65.745) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 204.695 46.845) (end 204.695 60.845) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 190.695 46.845) (end 204.695 46.845) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 204.695 60.845) (end 190.695 60.845) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 190.695 60.845) (end 190.695 46.845) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 185.595 118.245) (end 185.595 132.245) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 171.595 118.245) (end 185.595 118.245) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 185.595 132.245) (end 171.595 132.245) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 171.595 132.245) (end 171.595 118.245) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 185.595 99.145) (end 185.595 113.145) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 171.595 99.145) (end 185.595 99.145) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 185.595 113.145) (end 171.595 113.145) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 171.595 113.145) (end 171.595 99.145) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 185.595 80.045) (end 185.595 94.045) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 171.595 80.045) (end 185.595 80.045) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 185.595 94.045) (end 171.595 94.045) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 171.595 94.045) (end 171.595 80.045) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 185.595 60.985) (end 185.595 74.985) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 171.595 60.985) (end 185.595 60.985) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 185.595 74.985) (end 171.595 74.985) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 171.595 74.985) (end 171.595 60.985) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 185.595 41.985) (end 185.595 55.985) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 171.595 41.985) (end 185.595 41.985) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 185.595 55.985) (end 171.595 55.985) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 171.595 55.985) (end 171.595 41.985) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 166.595 115.735) (end 166.595 129.735) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 152.595 115.735) (end 166.595 115.735) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 166.595 129.735) (end 152.595 129.735) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 152.595 129.735) (end 152.595 115.735) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 166.595 96.635) (end 166.595 110.635) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 152.595 96.635) (end 166.595 96.635) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 166.595 110.635) (end 152.595 110.635) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 152.595 110.635) (end 152.595 96.635) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 166.595 77.635) (end 166.595 91.635) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 152.595 77.635) (end 166.595 77.635) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 166.595 91.635) (end 152.595 91.635) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 152.595 91.635) (end 152.595 77.635) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 166.595 58.535) (end 166.595 72.535) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 152.595 58.535) (end 166.595 58.535) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 166.595 72.535) (end 152.595 72.535) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 152.595 72.535) (end 152.595 58.535) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 166.595 39.445) (end 166.595 53.445) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 152.595 39.445) (end 166.595 39.445) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 166.595 53.445) (end 152.595 53.445) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 152.595 53.445) (end 152.595 39.445) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 147.495 118.145) (end 147.495 132.145) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 133.495 118.145) (end 147.495 118.145) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 147.495 132.145) (end 133.495 132.145) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 133.495 132.145) (end 133.495 118.145) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 147.495 99.145) (end 147.495 113.145) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 133.495 99.145) (end 147.495 99.145) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 147.495 113.145) (end 133.495 113.145) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 133.495 113.145) (end 133.495 99.145) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 147.495 80.045) (end 147.495 94.045) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 133.495 80.045) (end 147.495 80.045) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 147.495 94.045) (end 133.495 94.045) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 133.495 94.045) (end 133.495 80.045) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 147.495 61.045) (end 147.495 75.045) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 133.495 61.045) (end 147.495 61.045) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 147.495 75.045) (end 133.495 75.045) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 133.495 75.045) (end 133.495 61.045) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 147.495 41.945) (end 147.495 55.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 133.495 41.945) (end 147.495 41.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 147.495 55.945) (end 133.495 55.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 133.495 55.945) (end 133.495 41.945) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 128.495 101.545) (end 128.495 115.545) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 114.495 101.545) (end 128.495 101.545) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 128.495 115.545) (end 114.495 115.545) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 114.495 115.545) (end 114.495 101.545) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 128.495 82.545) (end 128.495 96.545) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 114.495 82.545) (end 128.495 82.545) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 128.495 96.545) (end 114.495 96.545) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 114.495 96.545) (end 114.495 82.545) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 128.495 63.545) (end 128.495 77.545) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 114.495 63.545) (end 128.495 63.545) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 128.495 77.545) (end 114.495 77.545) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 114.495 77.545) (end 114.495 63.545) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 128.495 44.445) (end 128.495 58.445) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B534))
(gr_line (start 114.495 44.445) (end 128.495 44.445) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B533))
(gr_line (start 128.495 58.445) (end 114.495 58.445) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B532))
(gr_line (start 114.495 58.445) (end 114.495 44.445) (layer Edge.Cuts) (width 0.15) (tstamp 5F80B531))
(gr_line (start 111.995 96.8) (end 111.995 39.045) (layer Edge.Cuts) (width 0.15))
(gr_line (start 90.3 97.8) (end 110.995 97.8) (layer Edge.Cuts) (width 0.15))
(gr_text "Sofle RGB v1.1, Dane Evans" (at 202.245 128.695 21) (layer F.Cu) (tstamp 5F80E427)
(effects (font (size 1 1) (thickness 0.2)))
)
(gr_text "Sofle RGB v1.1, Dane Evans" (at 201.995 128.695 21) (layer B.Cu) (tstamp 5F80E422)
(effects (font (size 1 1) (thickness 0.2)) (justify mirror))
)
(gr_text "Original Sofle design by Josef Adamacik" (at 130.895 79.1 90) (layer F.Cu) (tstamp 5F80E41D)
(effects (font (size 1 1) (thickness 0.2)))
)
(gr_text "Original Sofle design by Josef Adamacik" (at 130.995 79.3 270) (layer B.Cu) (tstamp 5F80E41C)
(effects (font (size 1 1) (thickness 0.2)) (justify mirror))
)
(gr_text https://josefadamcik.github.io/SofleKeyboard/ (at 150.095 80.5 90) (layer F.Cu) (tstamp 5F80E41B)
(effects (font (size 1 1) (thickness 0.15)))
)
(gr_text https://josefadamcik.github.io/SofleKeyboard/ (at 150.395 80.5 270) (layer B.Cu) (tstamp 5F80E41A)
(effects (font (size 1 1) (thickness 0.15)) (justify mirror))
)
(gr_line (start 225.856871 45.026466) (end 226.021621 45.1406) (layer Edge.Cuts) (width 0.1) (tstamp 5F80D222))
(gr_line (start 89.270257 115.845) (end 89.3 98.8) (layer Edge.Cuts) (width 0.1) (tstamp 5F80D216))
(gr_line (start 226.163321 45.280582) (end 226.278881 45.442807) (layer Edge.Cuts) (width 0.1) (tstamp 5F80D20E))
(gr_line (start 149.995 36.445) (end 171.945 36.445) (layer Edge.Cuts) (width 0.1) (tstamp 5F80D142))
(gr_line (start 226.021621 45.1406) (end 226.163321 45.280582) (layer Edge.Cuts) (width 0.1) (tstamp 5F80D134))
(gr_line (start 139.149128 135.445) (end 94.895 148.195) (layer Edge.Cuts) (width 0.1) (tstamp 5F80D10B))
(gr_line (start 83.095 128.345) (end 83.195 127.845) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C604))
(gr_line (start 83.295 129.845) (end 83.145 129.345) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C601))
(gr_line (start 139.149128 135.445) (end 188.495 135.445) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C600))
(gr_line (start 149.995 36.445) (end 113.395 37.9) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5FF))
(gr_line (start 226.365281 45.623672) (end 226.419381 45.819571) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5FD))
(gr_line (start 83.195 127.845) (end 88.995 117.095) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5FA))
(gr_line (start 226.419381 45.819571) (end 226.438181 46.026902) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5F9))
(gr_line (start 226.438181 46.026902) (end 226.465181 120.945) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5F8))
(gr_line (start 225.470441 44.890146) (end 225.672111 44.941776) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5F7))
(gr_line (start 93.545 147.645) (end 93.895 147.945) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5F2))
(gr_line (start 83.095 128.745) (end 83.095 128.345) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5ED))
(gr_line (start 89.195 116.495) (end 88.995 117.095) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5EB))
(gr_line (start 226.465181 120.945) (end 188.495 135.445) (layer Edge.Cuts) (width 0.15) (tstamp 5F80C5E5))
(gr_line (start 225.672111 44.941776) (end 225.856871 45.026466) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5E4))
(gr_line (start 93.895 147.945) (end 94.345 148.095) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5E3))
(gr_line (start 83.145 129.345) (end 83.095 128.745) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5E0))
(gr_line (start 94.345 148.095) (end 94.895 148.195) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5DF))
(gr_line (start 89.270257 115.845) (end 89.195 116.495) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5DE))
(gr_line (start 171.945 36.445) (end 225.470441 44.890146) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5BB))
(gr_line (start 93.545 147.645) (end 83.295 129.845) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5BA))
(gr_line (start 226.278881 45.442807) (end 226.365281 45.623672) (layer Edge.Cuts) (width 0.1) (tstamp 5F80C5B9))
(zone (net 0) (net_name "") (layer F.Cu) (tstamp 5F80D23D) (hatch edge 0.508)
(connect_pads (clearance 0.508))
(min_thickness 0.254)
(fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508))
(polygon
(pts
(xy 81.945 128.645) (xy 93.895 149.095) (xy 138.995 136.395) (xy 158.245 136.495) (xy 188.445 136.295)
(xy 226.895 122.945) (xy 226.995 44.245) (xy 172.695 35.745) (xy 88.445 38.045) (xy 88.795 116.445)
)
)
(filled_polygon
(pts
(xy 225.331807 45.561746) (xy 225.442617 45.590115) (xy 225.516481 45.623972) (xy 225.582585 45.669767) (xy 225.639771 45.726261)
(xy 225.686436 45.791768) (xy 225.721105 45.864343) (xy 225.742732 45.942657) (xy 225.753192 46.058012) (xy 225.780002 120.446646)
(xy 213.188396 125.255112) (xy 212.430322 123.280262) (xy 191.052665 131.486376) (xy 191.796529 133.424208) (xy 188.29858 134.76)
(xy 139.153838 134.76) (xy 139.091265 134.759123) (xy 139.053284 134.766126) (xy 139.014845 134.769912) (xy 138.954927 134.788088)
(xy 94.859605 147.492335) (xy 94.515432 147.429758) (xy 94.238912 147.337584) (xy 94.07999 147.201366) (xy 85.462387 132.236162)
(xy 87.430915 132.236162) (xy 87.435491 132.375943) (xy 87.467249 132.512148) (xy 87.52497 132.639539) (xy 87.545383 132.668025)
(xy 94.510511 144.731983) (xy 94.52497 144.763895) (xy 94.545377 144.792373) (xy 94.545382 144.792382) (xy 94.606432 144.877578)
(xy 94.676889 144.943567) (xy 94.708511 144.973184) (xy 94.753423 145.001112) (xy 94.827277 145.047038) (xy 94.958171 145.096303)
(xy 95.096161 145.119085) (xy 95.096162 145.119085) (xy 95.235943 145.114509) (xy 95.372148 145.082751) (xy 95.467617 145.039494)
(xy 95.467618 145.039494) (xy 95.499539 145.02503) (xy 95.528025 145.004617) (xy 107.591983 138.039489) (xy 107.623895 138.02503)
(xy 107.652373 138.004623) (xy 107.652382 138.004618) (xy 107.737578 137.943568) (xy 107.833183 137.84149) (xy 107.907038 137.722723)
(xy 107.956303 137.591829) (xy 107.979085 137.453839) (xy 107.974509 137.314057) (xy 107.942751 137.177852) (xy 107.942751 137.177851)
(xy 107.899494 137.082382) (xy 107.899491 137.082377) (xy 107.88503 137.050461) (xy 107.86462 137.021979) (xy 100.899493 124.958025)
(xy 100.892194 124.941914) (xy 109.309879 124.941914) (xy 109.332661 125.079903) (xy 109.345005 125.112701) (xy 112.950421 138.568296)
(xy 112.956128 138.602864) (xy 112.968469 138.635654) (xy 112.968472 138.635664) (xy 113.005392 138.733758) (xy 113.079247 138.852526)
(xy 113.174852 138.954603) (xy 113.288535 139.036067) (xy 113.415927 139.093787) (xy 113.55213 139.125545) (xy 113.691914 139.130122)
(xy 113.829903 139.107339) (xy 113.862704 139.094994) (xy 127.318294 135.48958) (xy 127.352864 135.483872) (xy 127.385657 135.47153)
(xy 127.385664 135.471528) (xy 127.483758 135.434608) (xy 127.602526 135.360753) (xy 127.704603 135.265148) (xy 127.786067 135.151465)
(xy 127.843787 135.024073) (xy 127.875545 134.88787) (xy 127.880122 134.748086) (xy 127.857339 134.610097) (xy 127.844995 134.577299)
(xy 124.239581 121.121716) (xy 124.233872 121.087136) (xy 124.184608 120.956242) (xy 124.110753 120.837474) (xy 124.015148 120.735398)
(xy 123.901465 120.653933) (xy 123.774073 120.596213) (xy 123.637869 120.564455) (xy 123.498086 120.559879) (xy 123.394674 120.576952)
(xy 123.394671 120.576953) (xy 123.360097 120.582661) (xy 123.327301 120.595005) (xy 109.871713 124.200419) (xy 109.837136 124.206128)
(xy 109.804336 124.218473) (xy 109.706242 124.255393) (xy 109.587475 124.329248) (xy 109.485398 124.424853) (xy 109.403933 124.538536)
(xy 109.346213 124.665928) (xy 109.314455 124.802131) (xy 109.309879 124.941914) (xy 100.892194 124.941914) (xy 100.88503 124.926105)
(xy 100.803567 124.812422) (xy 100.701489 124.716816) (xy 100.582722 124.642962) (xy 100.451828 124.593697) (xy 100.313838 124.570915)
(xy 100.174056 124.575491) (xy 100.037851 124.607249) (xy 99.942382 124.650506) (xy 99.942377 124.650509) (xy 99.910461 124.66497)
(xy 99.881979 124.68538) (xy 87.818025 131.650507) (xy 87.786105 131.66497) (xy 87.75762 131.685382) (xy 87.757618 131.685383)
(xy 87.672422 131.746433) (xy 87.576816 131.848511) (xy 87.502962 131.967278) (xy 87.453697 132.098172) (xy 87.430915 132.236162)
(xy 85.462387 132.236162) (xy 83.928274 129.572044) (xy 83.821687 129.216756) (xy 83.78 128.716515) (xy 83.78 128.412828)
(xy 83.846575 128.079954) (xy 88.124521 120.151003) (xy 101.01 120.151003) (xy 101.01 120.738997) (xy 101.124712 121.315692)
(xy 101.349727 121.858928) (xy 101.676399 122.347826) (xy 102.092174 122.763601) (xy 102.581072 123.090273) (xy 103.124308 123.315288)
(xy 103.701003 123.43) (xy 104.288997 123.43) (xy 104.865692 123.315288) (xy 105.408928 123.090273) (xy 105.897826 122.763601)
(xy 106.313601 122.347826) (xy 106.640273 121.858928) (xy 106.865288 121.315692) (xy 106.98 120.738997) (xy 106.98 120.151003)
(xy 106.865288 119.574308) (xy 106.640273 119.031072) (xy 106.313601 118.542174) (xy 105.916427 118.145) (xy 132.781565 118.145)
(xy 132.785001 118.179887) (xy 132.785 132.110123) (xy 132.781565 132.145) (xy 132.795273 132.284184) (xy 132.835872 132.41802)
(xy 132.9018 132.541363) (xy 132.990525 132.649475) (xy 133.098637 132.7382) (xy 133.22198 132.804128) (xy 133.355816 132.844727)
(xy 133.495 132.858435) (xy 133.529877 132.855) (xy 147.460123 132.855) (xy 147.495 132.858435) (xy 147.529877 132.855)
(xy 147.592545 132.848828) (xy 147.634184 132.844727) (xy 147.76802 132.804128) (xy 147.891363 132.7382) (xy 147.999475 132.649475)
(xy 148.0882 132.541363) (xy 148.154128 132.41802) (xy 148.194727 132.284184) (xy 148.205 132.179877) (xy 148.205 132.179876)
(xy 148.208435 132.145) (xy 148.205 132.110123) (xy 148.205 118.179877) (xy 148.208435 118.145) (xy 148.194727 118.005816)
(xy 148.154128 117.87198) (xy 148.0882 117.748637) (xy 147.999475 117.640525) (xy 147.891363 117.5518) (xy 147.76802 117.485872)
(xy 147.634184 117.445273) (xy 147.529877 117.435) (xy 147.495 117.431565) (xy 147.460123 117.435) (xy 133.529877 117.435)
(xy 133.495 117.431565) (xy 133.460123 117.435) (xy 133.355816 117.445273) (xy 133.22198 117.485872) (xy 133.098637 117.5518)
(xy 132.990525 117.640525) (xy 132.9018 117.748637) (xy 132.835872 117.87198) (xy 132.795273 118.005816) (xy 132.781565 118.145)
(xy 105.916427 118.145) (xy 105.897826 118.126399) (xy 105.408928 117.799727) (xy 104.865692 117.574712) (xy 104.288997 117.46)
(xy 103.701003 117.46) (xy 103.124308 117.574712) (xy 102.581072 117.799727) (xy 102.092174 118.126399) (xy 101.676399 118.542174)
(xy 101.349727 119.031072) (xy 101.124712 119.574308) (xy 101.01 120.151003) (xy 88.124521 120.151003) (xy 89.578074 117.456918)
(xy 89.59298 117.435873) (xy 89.610021 117.397706) (xy 89.613829 117.390648) (xy 89.62376 117.366935) (xy 89.634207 117.343536)
(xy 89.636735 117.335952) (xy 89.652891 117.297374) (xy 89.658024 117.272087) (xy 89.83531 116.74023) (xy 89.850164 116.706034)
(xy 89.863713 116.643522) (xy 89.877908 116.58109) (xy 89.878923 116.543817) (xy 89.943563 115.985526) (xy 89.945109 115.98046)
(xy 89.95131 115.918616) (xy 89.954581 115.89036) (xy 89.954671 115.885087) (xy 89.955197 115.879842) (xy 89.955247 115.851414)
(xy 89.956309 115.789252) (xy 89.955364 115.784038) (xy 89.983002 99.945) (xy 92.481565 99.945) (xy 92.485 99.979877)
(xy 92.485001 111.910113) (xy 92.481565 111.945) (xy 92.495273 112.084184) (xy 92.535872 112.21802) (xy 92.6018 112.341363)
(xy 92.690525 112.449475) (xy 92.798637 112.5382) (xy 92.92198 112.604128) (xy 93.055816 112.644727) (xy 93.160123 112.655)
(xy 93.195 112.658435) (xy 93.229877 112.655) (xy 108.760123 112.655) (xy 108.795 112.658435) (xy 108.829877 112.655)
(xy 108.934184 112.644727) (xy 109.06802 112.604128) (xy 109.191363 112.5382) (xy 109.299475 112.449475) (xy 109.3882 112.341363)
(xy 109.454128 112.21802) (xy 109.494727 112.084184) (xy 109.508435 111.945) (xy 109.505 111.910123) (xy 109.505 99.979877)
(xy 109.508435 99.945) (xy 109.494727 99.805816) (xy 109.454128 99.67198) (xy 109.3882 99.548637) (xy 109.299475 99.440525)
(xy 109.191363 99.3518) (xy 109.06802 99.285872) (xy 108.934184 99.245273) (xy 108.829877 99.235) (xy 108.795 99.231565)
(xy 108.760123 99.235) (xy 93.229877 99.235) (xy 93.195 99.231565) (xy 93.160123 99.235) (xy 93.055816 99.245273)
(xy 92.92198 99.285872) (xy 92.798637 99.3518) (xy 92.690525 99.440525) (xy 92.6018 99.548637) (xy 92.535872 99.67198)
(xy 92.495273 99.805816) (xy 92.481565 99.945) (xy 89.983002 99.945) (xy 89.984691 98.977395) (xy 90.005575 98.879143)
(xy 90.006611 98.869285) (xy 90.018863 98.744335) (xy 90.03503 98.690786) (xy 90.061288 98.641403) (xy 90.096641 98.598055)
(xy 90.13974 98.5624) (xy 90.188937 98.535799) (xy 90.242375 98.519258) (xy 90.330455 98.51) (xy 111.029877 98.51)
(xy 111.060222 98.507011) (xy 111.066332 98.507054) (xy 111.076198 98.506086) (xy 111.270295 98.485685) (xy 111.33331 98.47275)
(xy 111.39654 98.460688) (xy 111.40603 98.457823) (xy 111.592468 98.400111) (xy 111.651797 98.375171) (xy 111.711455 98.351068)
(xy 111.720208 98.346414) (xy 111.891885 98.253589) (xy 111.945198 98.217629) (xy 111.999083 98.182367) (xy 112.006765 98.176102)
(xy 112.157143 98.051698) (xy 112.20248 98.006043) (xy 112.248463 97.961013) (xy 112.254782 97.953375) (xy 112.378132 97.802133)
(xy 112.413757 97.748513) (xy 112.450099 97.695436) (xy 112.454814 97.686716) (xy 112.546439 97.514394) (xy 112.570951 97.454924)
(xy 112.596312 97.395752) (xy 112.599243 97.386282) (xy 112.655652 97.199446) (xy 112.668152 97.136316) (xy 112.68153 97.073377)
(xy 112.682566 97.063519) (xy 112.701611 96.869285) (xy 112.705 96.834877) (xy 112.705 82.545) (xy 113.781565 82.545)
(xy 113.785001 82.579887) (xy 113.785 96.510123) (xy 113.781565 96.545) (xy 113.795273 96.684184) (xy 113.835872 96.81802)
(xy 113.9018 96.941363) (xy 113.990525 97.049475) (xy 114.069533 97.114315) (xy 114.098637 97.1382) (xy 114.22198 97.204128)
(xy 114.355816 97.244727) (xy 114.495 97.258435) (xy 114.529877 97.255) (xy 128.460123 97.255) (xy 128.495 97.258435)
(xy 128.529877 97.255) (xy 128.534497 97.254545) (xy 128.349727 97.531072) (xy 128.124712 98.074308) (xy 128.01 98.651003)
(xy 128.01 99.238997) (xy 128.124712 99.815692) (xy 128.349727 100.358928) (xy 128.676399 100.847826) (xy 128.691116 100.862543)
(xy 128.634184 100.845273) (xy 128.529877 100.835) (xy 128.495 100.831565) (xy 128.460123 100.835) (xy 114.529877 100.835)
(xy 114.495 100.831565) (xy 114.460123 100.835) (xy 114.355816 100.845273) (xy 114.22198 100.885872) (xy 114.098637 100.9518)
(xy 113.990525 101.040525) (xy 113.9018 101.148637) (xy 113.835872 101.27198) (xy 113.795273 101.405816) (xy 113.781565 101.545)
(xy 113.785001 101.579887) (xy 113.785 115.510123) (xy 113.781565 115.545) (xy 113.795273 115.684184) (xy 113.835872 115.81802)
(xy 113.9018 115.941363) (xy 113.990525 116.049475) (xy 114.090306 116.131363) (xy 114.098637 116.1382) (xy 114.22198 116.204128)
(xy 114.355816 116.244727) (xy 114.495 116.258435) (xy 114.529877 116.255) (xy 128.460123 116.255) (xy 128.495 116.258435)
(xy 128.529877 116.255) (xy 128.634184 116.244727) (xy 128.76802 116.204128) (xy 128.891363 116.1382) (xy 128.999475 116.049475)
(xy 129.0882 115.941363) (xy 129.154128 115.81802) (xy 129.179312 115.735) (xy 151.881565 115.735) (xy 151.885001 115.769887)
(xy 151.885 129.700123) (xy 151.881565 129.735) (xy 151.895273 129.874184) (xy 151.935872 130.00802) (xy 152.0018 130.131363)
(xy 152.090525 130.239475) (xy 152.198637 130.3282) (xy 152.32198 130.394128) (xy 152.455816 130.434727) (xy 152.595 130.448435)
(xy 152.629877 130.445) (xy 166.560123 130.445) (xy 166.595 130.448435) (xy 166.629877 130.445) (xy 166.734184 130.434727)
(xy 166.86802 130.394128) (xy 166.991363 130.3282) (xy 167.099475 130.239475) (xy 167.1882 130.131363) (xy 167.254128 130.00802)
(xy 167.294727 129.874184) (xy 167.308435 129.735) (xy 167.305 129.700123) (xy 167.305 118.245) (xy 170.881565 118.245)
(xy 170.885001 118.279887) (xy 170.885 132.210123) (xy 170.881565 132.245) (xy 170.895273 132.384184) (xy 170.935872 132.51802)
(xy 171.0018 132.641363) (xy 171.090525 132.749475) (xy 171.198637 132.8382) (xy 171.32198 132.904128) (xy 171.455816 132.944727)
(xy 171.595 132.958435) (xy 171.629877 132.955) (xy 185.560123 132.955) (xy 185.595 132.958435) (xy 185.629877 132.955)
(xy 185.734184 132.944727) (xy 185.86802 132.904128) (xy 185.991363 132.8382) (xy 186.099475 132.749475) (xy 186.1882 132.641363)
(xy 186.254128 132.51802) (xy 186.294727 132.384184) (xy 186.308435 132.245) (xy 186.305 132.210123) (xy 186.305 118.279877)
(xy 186.308435 118.245) (xy 186.294727 118.105816) (xy 186.254128 117.97198) (xy 186.1882 117.848637) (xy 186.099475 117.740525)
(xy 185.991363 117.6518) (xy 185.86802 117.585872) (xy 185.734184 117.545273) (xy 185.629877 117.535) (xy 185.595 117.531565)
(xy 185.560123 117.535) (xy 171.629877 117.535) (xy 171.595 117.531565) (xy 171.560123 117.535) (xy 171.455816 117.545273)
(xy 171.32198 117.585872) (xy 171.198637 117.6518) (xy 171.090525 117.740525) (xy 171.0018 117.848637) (xy 170.935872 117.97198)
(xy 170.895273 118.105816) (xy 170.881565 118.245) (xy 167.305 118.245) (xy 167.305 115.769877) (xy 167.308435 115.735)
(xy 167.294727 115.595816) (xy 167.254128 115.46198) (xy 167.1882 115.338637) (xy 167.099475 115.230525) (xy 166.991363 115.1418)
(xy 166.86802 115.075872) (xy 166.734184 115.035273) (xy 166.629877 115.025) (xy 166.595 115.021565) (xy 166.560123 115.025)
(xy 152.629877 115.025) (xy 152.595 115.021565) (xy 152.560123 115.025) (xy 152.455816 115.035273) (xy 152.32198 115.075872)
(xy 152.198637 115.1418) (xy 152.090525 115.230525) (xy 152.0018 115.338637) (xy 151.935872 115.46198) (xy 151.895273 115.595816)
(xy 151.881565 115.735) (xy 129.179312 115.735) (xy 129.194727 115.684184) (xy 129.208435 115.545) (xy 129.205 115.510123)
(xy 129.205 101.579877) (xy 129.208435 101.545) (xy 129.194727 101.405816) (xy 129.16669 101.313391) (xy 129.581072 101.590273)
(xy 130.124308 101.815288) (xy 130.701003 101.93) (xy 131.288997 101.93) (xy 131.865692 101.815288) (xy 132.408928 101.590273)
(xy 132.785001 101.338989) (xy 132.785 113.110123) (xy 132.781565 113.145) (xy 132.795273 113.284184) (xy 132.835872 113.41802)
(xy 132.9018 113.541363) (xy 132.990525 113.649475) (xy 133.098637 113.7382) (xy 133.22198 113.804128) (xy 133.355816 113.844727)
(xy 133.495 113.858435) (xy 133.529877 113.855) (xy 147.460123 113.855) (xy 147.495 113.858435) (xy 147.529877 113.855)
(xy 147.634184 113.844727) (xy 147.76802 113.804128) (xy 147.891363 113.7382) (xy 147.999475 113.649475) (xy 148.0882 113.541363)
(xy 148.154128 113.41802) (xy 148.194727 113.284184) (xy 148.208435 113.145) (xy 148.205 113.110123) (xy 148.205 99.179877)
(xy 148.208435 99.145) (xy 148.194727 99.005816) (xy 148.154128 98.87198) (xy 148.0882 98.748637) (xy 147.999475 98.640525)
(xy 147.891363 98.5518) (xy 147.76802 98.485872) (xy 147.634184 98.445273) (xy 147.529877 98.435) (xy 147.495 98.431565)
(xy 147.460123 98.435) (xy 133.937034 98.435) (xy 133.865288 98.074308) (xy 133.640273 97.531072) (xy 133.313601 97.042174)
(xy 132.897826 96.626399) (xy 132.408928 96.299727) (xy 131.865692 96.074712) (xy 131.288997 95.96) (xy 130.701003 95.96)
(xy 130.124308 96.074712) (xy 129.581072 96.299727) (xy 129.208043 96.548977) (xy 129.208435 96.545) (xy 129.205 96.510123)
(xy 129.205 82.579877) (xy 129.208435 82.545) (xy 129.194727 82.405816) (xy 129.154128 82.27198) (xy 129.0882 82.148637)
(xy 128.999475 82.040525) (xy 128.891363 81.9518) (xy 128.76802 81.885872) (xy 128.634184 81.845273) (xy 128.529877 81.835)
(xy 128.495 81.831565) (xy 128.460123 81.835) (xy 114.529877 81.835) (xy 114.495 81.831565) (xy 114.460123 81.835)
(xy 114.355816 81.845273) (xy 114.22198 81.885872) (xy 114.098637 81.9518) (xy 113.990525 82.040525) (xy 113.9018 82.148637)
(xy 113.835872 82.27198) (xy 113.795273 82.405816) (xy 113.781565 82.545) (xy 112.705 82.545) (xy 112.705 63.545)
(xy 113.781565 63.545) (xy 113.785001 63.579887) (xy 113.785 77.510123) (xy 113.781565 77.545) (xy 113.795273 77.684184)
(xy 113.835872 77.81802) (xy 113.9018 77.941363) (xy 113.990525 78.049475) (xy 114.098637 78.1382) (xy 114.22198 78.204128)
(xy 114.355816 78.244727) (xy 114.495 78.258435) (xy 114.529877 78.255) (xy 128.460123 78.255) (xy 128.495 78.258435)
(xy 128.529877 78.255) (xy 128.634184 78.244727) (xy 128.76802 78.204128) (xy 128.891363 78.1382) (xy 128.999475 78.049475)
(xy 129.0882 77.941363) (xy 129.154128 77.81802) (xy 129.194727 77.684184) (xy 129.208435 77.545) (xy 129.205 77.510123)
(xy 129.205 63.579877) (xy 129.208435 63.545) (xy 129.194727 63.405816) (xy 129.154128 63.27198) (xy 129.0882 63.148637)
(xy 128.999475 63.040525) (xy 128.891363 62.9518) (xy 128.773515 62.888809) (xy 129.49 62.888809) (xy 129.49 95.31119)
(xy 132.46 95.31119) (xy 132.46 80.045) (xy 132.781565 80.045) (xy 132.785001 80.079887) (xy 132.785 94.010123)
(xy 132.781565 94.045) (xy 132.795273 94.184184) (xy 132.835872 94.31802) (xy 132.9018 94.441363) (xy 132.990525 94.549475)
(xy 133.098637 94.6382) (xy 133.22198 94.704128) (xy 133.355816 94.744727) (xy 133.495 94.758435) (xy 133.529877 94.755)
(xy 147.460123 94.755) (xy 147.495 94.758435) (xy 147.529877 94.755) (xy 147.634184 94.744727) (xy 147.76802 94.704128)
(xy 147.891363 94.6382) (xy 147.999475 94.549475) (xy 148.0882 94.441363) (xy 148.154128 94.31802) (xy 148.194727 94.184184)
(xy 148.208435 94.045) (xy 148.205 94.010123) (xy 148.205 80.079877) (xy 148.208435 80.045) (xy 148.194727 79.905816)
(xy 148.154128 79.77198) (xy 148.0882 79.648637) (xy 147.999475 79.540525) (xy 147.891363 79.4518) (xy 147.76802 79.385872)
(xy 147.634184 79.345273) (xy 147.529877 79.335) (xy 147.495 79.331565) (xy 147.460123 79.335) (xy 133.529877 79.335)
(xy 133.495 79.331565) (xy 133.460123 79.335) (xy 133.355816 79.345273) (xy 133.22198 79.385872) (xy 133.098637 79.4518)
(xy 132.990525 79.540525) (xy 132.9018 79.648637) (xy 132.835872 79.77198) (xy 132.795273 79.905816) (xy 132.781565 80.045)
(xy 132.46 80.045) (xy 132.46 62.888809) (xy 129.49 62.888809) (xy 128.773515 62.888809) (xy 128.76802 62.885872)
(xy 128.634184 62.845273) (xy 128.529877 62.835) (xy 128.495 62.831565) (xy 128.460123 62.835) (xy 114.529877 62.835)
(xy 114.495 62.831565) (xy 114.460123 62.835) (xy 114.355816 62.845273) (xy 114.22198 62.885872) (xy 114.098637 62.9518)
(xy 113.990525 63.040525) (xy 113.9018 63.148637) (xy 113.835872 63.27198) (xy 113.795273 63.405816) (xy 113.781565 63.545)
(xy 112.705 63.545) (xy 112.705 44.445) (xy 113.781565 44.445) (xy 113.785001 44.479887) (xy 113.785 58.410123)
(xy 113.781565 58.445) (xy 113.795273 58.584184) (xy 113.835872 58.71802) (xy 113.9018 58.841363) (xy 113.990525 58.949475)
(xy 114.098637 59.0382) (xy 114.22198 59.104128) (xy 114.355816 59.144727) (xy 114.495 59.158435) (xy 114.529877 59.155)
(xy 128.092748 59.155) (xy 128.124712 59.315692) (xy 128.349727 59.858928) (xy 128.676399 60.347826) (xy 129.092174 60.763601)
(xy 129.581072 61.090273) (xy 130.124308 61.315288) (xy 130.701003 61.43) (xy 131.288997 61.43) (xy 131.865692 61.315288)
(xy 132.408928 61.090273) (xy 132.82331 60.813391) (xy 132.795273 60.905816) (xy 132.781565 61.045) (xy 132.785001 61.079887)
(xy 132.785 75.010123) (xy 132.781565 75.045) (xy 132.795273 75.184184) (xy 132.835872 75.31802) (xy 132.9018 75.441363)
(xy 132.990525 75.549475) (xy 133.025527 75.5782) (xy 133.098637 75.6382) (xy 133.22198 75.704128) (xy 133.355816 75.744727)
(xy 133.495 75.758435) (xy 133.529877 75.755) (xy 147.460123 75.755) (xy 147.495 75.758435) (xy 147.529877 75.755)
(xy 147.634184 75.744727) (xy 147.76802 75.704128) (xy 147.891363 75.6382) (xy 147.999475 75.549475) (xy 148.0882 75.441363)
(xy 148.154128 75.31802) (xy 148.194727 75.184184) (xy 148.208435 75.045) (xy 148.205 75.010123) (xy 148.205 61.837619)
(xy 148.7025 61.837619) (xy 148.7025 99.162381) (xy 151.6225 99.162381) (xy 151.6225 96.635) (xy 151.881565 96.635)
(xy 151.885001 96.669887) (xy 151.885 110.600123) (xy 151.881565 110.635) (xy 151.895273 110.774184) (xy 151.935872 110.90802)
(xy 152.0018 111.031363) (xy 152.090525 111.139475) (xy 152.198637 111.2282) (xy 152.32198 111.294128) (xy 152.455816 111.334727)
(xy 152.595 111.348435) (xy 152.629877 111.345) (xy 166.560123 111.345) (xy 166.595 111.348435) (xy 166.629877 111.345)
(xy 166.734184 111.334727) (xy 166.86802 111.294128) (xy 166.991363 111.2282) (xy 167.099475 111.139475) (xy 167.1882 111.031363)
(xy 167.254128 110.90802) (xy 167.294727 110.774184) (xy 167.308435 110.635) (xy 167.305 110.600123) (xy 167.305 99.145)
(xy 170.881565 99.145) (xy 170.885001 99.179887) (xy 170.885 113.110123) (xy 170.881565 113.145) (xy 170.895273 113.284184)
(xy 170.935872 113.41802) (xy 171.0018 113.541363) (xy 171.090525 113.649475) (xy 171.198637 113.7382) (xy 171.32198 113.804128)
(xy 171.455816 113.844727) (xy 171.595 113.858435) (xy 171.629877 113.855) (xy 185.560123 113.855) (xy 185.595 113.858435)
(xy 185.629877 113.855) (xy 185.734184 113.844727) (xy 185.86802 113.804128) (xy 185.991363 113.7382) (xy 186.099475 113.649475)
(xy 186.1882 113.541363) (xy 186.254128 113.41802) (xy 186.294727 113.284184) (xy 186.308435 113.145) (xy 186.305 113.110123)
(xy 186.305 99.179877) (xy 186.308435 99.145) (xy 186.294727 99.005816) (xy 186.254128 98.87198) (xy 186.1882 98.748637)
(xy 186.099475 98.640525) (xy 185.991363 98.5518) (xy 185.86802 98.485872) (xy 185.734184 98.445273) (xy 185.629877 98.435)
(xy 185.595 98.431565) (xy 185.560123 98.435) (xy 171.629877 98.435) (xy 171.595 98.431565) (xy 171.560123 98.435)
(xy 171.455816 98.445273) (xy 171.32198 98.485872) (xy 171.198637 98.5518) (xy 171.090525 98.640525) (xy 171.0018 98.748637)
(xy 170.935872 98.87198) (xy 170.895273 99.005816) (xy 170.881565 99.145) (xy 167.305 99.145) (xy 167.305 96.669877)
(xy 167.308435 96.635) (xy 167.294727 96.495816) (xy 167.254128 96.36198) (xy 167.1882 96.238637) (xy 167.099475 96.130525)
(xy 166.991363 96.0418) (xy 166.86802 95.975872) (xy 166.734184 95.935273) (xy 166.629877 95.925) (xy 166.595 95.921565)
(xy 166.560123 95.925) (xy 152.629877 95.925) (xy 152.595 95.921565) (xy 152.560123 95.925) (xy 152.455816 95.935273)
(xy 152.32198 95.975872) (xy 152.198637 96.0418) (xy 152.090525 96.130525) (xy 152.0018 96.238637) (xy 151.935872 96.36198)
(xy 151.895273 96.495816) (xy 151.881565 96.635) (xy 151.6225 96.635) (xy 151.6225 77.635) (xy 151.881565 77.635)
(xy 151.885001 77.669887) (xy 151.885 91.600123) (xy 151.881565 91.635) (xy 151.895273 91.774184) (xy 151.935872 91.90802)
(xy 152.0018 92.031363) (xy 152.090525 92.139475) (xy 152.198637 92.2282) (xy 152.32198 92.294128) (xy 152.455816 92.334727)
(xy 152.595 92.348435) (xy 152.629877 92.345) (xy 166.560123 92.345) (xy 166.595 92.348435) (xy 166.629877 92.345)
(xy 166.734184 92.334727) (xy 166.86802 92.294128) (xy 166.991363 92.2282) (xy 167.099475 92.139475) (xy 167.1882 92.031363)
(xy 167.254128 91.90802) (xy 167.294727 91.774184) (xy 167.308435 91.635) (xy 167.305 91.600123) (xy 167.305 80.045)
(xy 170.881565 80.045) (xy 170.885001 80.079887) (xy 170.885 94.010123) (xy 170.881565 94.045) (xy 170.895273 94.184184)
(xy 170.935872 94.31802) (xy 171.0018 94.441363) (xy 171.090525 94.549475) (xy 171.198637 94.6382) (xy 171.32198 94.704128)
(xy 171.455816 94.744727) (xy 171.595 94.758435) (xy 171.629877 94.755) (xy 185.560123 94.755) (xy 185.595 94.758435)
(xy 185.629877 94.755) (xy 185.734184 94.744727) (xy 185.86802 94.704128) (xy 185.991363 94.6382) (xy 186.099475 94.549475)
(xy 186.1882 94.441363) (xy 186.254128 94.31802) (xy 186.294727 94.184184) (xy 186.308435 94.045) (xy 186.305 94.010123)
(xy 186.305 84.945) (xy 189.981565 84.945) (xy 189.985001 84.979887) (xy 189.985 98.910123) (xy 189.981565 98.945)
(xy 189.995273 99.084184) (xy 190.035872 99.21802) (xy 190.1018 99.341363) (xy 190.190525 99.449475) (xy 190.260715 99.507078)
(xy 190.298637 99.5382) (xy 190.42198 99.604128) (xy 190.555816 99.644727) (xy 190.695 99.658435) (xy 190.729877 99.655)
(xy 204.601011 99.655) (xy 204.349727 100.031072) (xy 204.124712 100.574308) (xy 204.01 101.151003) (xy 204.01 101.738997)
(xy 204.124712 102.315692) (xy 204.349727 102.858928) (xy 204.601011 103.235) (xy 190.729877 103.235) (xy 190.695 103.231565)
(xy 190.660123 103.235) (xy 190.555816 103.245273) (xy 190.42198 103.285872) (xy 190.298637 103.3518) (xy 190.190525 103.440525)
(xy 190.1018 103.548637) (xy 190.035872 103.67198) (xy 189.995273 103.805816) (xy 189.981565 103.945) (xy 189.985001 103.979887)
(xy 189.985 117.910123) (xy 189.981565 117.945) (xy 189.995273 118.084184) (xy 190.035872 118.21802) (xy 190.1018 118.341363)
(xy 190.190525 118.449475) (xy 190.274048 118.51802) (xy 190.298637 118.5382) (xy 190.42198 118.604128) (xy 190.555816 118.644727)
(xy 190.695 118.658435) (xy 190.729877 118.655) (xy 204.660123 118.655) (xy 204.695 118.658435) (xy 204.729877 118.655)
(xy 204.834184 118.644727) (xy 204.96802 118.604128) (xy 205.091363 118.5382) (xy 205.199475 118.449475) (xy 205.2882 118.341363)
(xy 205.354128 118.21802) (xy 205.394727 118.084184) (xy 205.408435 117.945) (xy 205.405 117.910123) (xy 205.405 103.979877)
(xy 205.40567 103.973073) (xy 205.581072 104.090273) (xy 206.124308 104.315288) (xy 206.701003 104.43) (xy 207.288997 104.43)
(xy 207.865692 104.315288) (xy 208.408928 104.090273) (xy 208.626343 103.945) (xy 209.031565 103.945) (xy 209.035001 103.979887)
(xy 209.035 117.910123) (xy 209.031565 117.945) (xy 209.045273 118.084184) (xy 209.085872 118.21802) (xy 209.1518 118.341363)
(xy 209.240525 118.449475) (xy 209.324048 118.51802) (xy 209.348637 118.5382) (xy 209.47198 118.604128) (xy 209.605816 118.644727)
(xy 209.745 118.658435) (xy 209.779877 118.655) (xy 223.710123 118.655) (xy 223.745 118.658435) (xy 223.779877 118.655)
(xy 223.884184 118.644727) (xy 224.01802 118.604128) (xy 224.141363 118.5382) (xy 224.249475 118.449475) (xy 224.3382 118.341363)
(xy 224.404128 118.21802) (xy 224.444727 118.084184) (xy 224.458435 117.945) (xy 224.455 117.910123) (xy 224.455 103.979877)
(xy 224.458435 103.945) (xy 224.444727 103.805816) (xy 224.404128 103.67198) (xy 224.3382 103.548637) (xy 224.249475 103.440525)
(xy 224.141363 103.3518) (xy 224.01802 103.285872) (xy 223.884184 103.245273) (xy 223.779877 103.235) (xy 223.745 103.231565)
(xy 223.710123 103.235) (xy 209.779877 103.235) (xy 209.745 103.231565) (xy 209.710123 103.235) (xy 209.605816 103.245273)
(xy 209.47198 103.285872) (xy 209.348637 103.3518) (xy 209.240525 103.440525) (xy 209.1518 103.548637) (xy 209.085872 103.67198)
(xy 209.045273 103.805816) (xy 209.031565 103.945) (xy 208.626343 103.945) (xy 208.897826 103.763601) (xy 209.313601 103.347826)
(xy 209.640273 102.858928) (xy 209.865288 102.315692) (xy 209.98 101.738997) (xy 209.98 101.151003) (xy 209.865288 100.574308)
(xy 209.640273 100.031072) (xy 209.317784 99.548434) (xy 209.42198 99.604128) (xy 209.555816 99.644727) (xy 209.695 99.658435)
(xy 209.729877 99.655) (xy 223.660123 99.655) (xy 223.695 99.658435) (xy 223.729877 99.655) (xy 223.834184 99.644727)
(xy 223.96802 99.604128) (xy 224.091363 99.5382) (xy 224.199475 99.449475) (xy 224.2882 99.341363) (xy 224.354128 99.21802)
(xy 224.394727 99.084184) (xy 224.408435 98.945) (xy 224.405 98.910123) (xy 224.405 84.979877) (xy 224.408435 84.945)
(xy 224.394727 84.805816) (xy 224.354128 84.67198) (xy 224.2882 84.548637) (xy 224.199475 84.440525) (xy 224.091363 84.3518)
(xy 223.96802 84.285872) (xy 223.834184 84.245273) (xy 223.729877 84.235) (xy 223.695 84.231565) (xy 223.660123 84.235)
(xy 209.729877 84.235) (xy 209.695 84.231565) (xy 209.660123 84.235) (xy 209.555816 84.245273) (xy 209.42198 84.285872)
(xy 209.298637 84.3518) (xy 209.190525 84.440525) (xy 209.1018 84.548637) (xy 209.035872 84.67198) (xy 208.995273 84.805816)
(xy 208.981565 84.945) (xy 208.985001 84.979887) (xy 208.985 98.910123) (xy 208.981565 98.945) (xy 208.995273 99.084184)
(xy 209.035872 99.21802) (xy 209.08918 99.317753) (xy 208.897826 99.126399) (xy 208.408928 98.799727) (xy 207.865692 98.574712)
(xy 207.288997 98.46) (xy 206.701003 98.46) (xy 206.124308 98.574712) (xy 205.581072 98.799727) (xy 205.40567 98.916927)
(xy 205.405 98.910123) (xy 205.405 84.979877) (xy 205.408435 84.945) (xy 205.394727 84.805816) (xy 205.354128 84.67198)
(xy 205.2882 84.548637) (xy 205.199475 84.440525) (xy 205.091363 84.3518) (xy 204.96802 84.285872) (xy 204.834184 84.245273)
(xy 204.729877 84.235) (xy 204.695 84.231565) (xy 204.660123 84.235) (xy 190.729877 84.235) (xy 190.695 84.231565)
(xy 190.660123 84.235) (xy 190.555816 84.245273) (xy 190.42198 84.285872) (xy 190.298637 84.3518) (xy 190.190525 84.440525)
(xy 190.1018 84.548637) (xy 190.035872 84.67198) (xy 189.995273 84.805816) (xy 189.981565 84.945) (xy 186.305 84.945)
(xy 186.305 80.079877) (xy 186.308435 80.045) (xy 186.294727 79.905816) (xy 186.254128 79.77198) (xy 186.1882 79.648637)
(xy 186.099475 79.540525) (xy 185.991363 79.4518) (xy 185.86802 79.385872) (xy 185.734184 79.345273) (xy 185.629877 79.335)
(xy 185.595 79.331565) (xy 185.560123 79.335) (xy 171.629877 79.335) (xy 171.595 79.331565) (xy 171.560123 79.335)
(xy 171.455816 79.345273) (xy 171.32198 79.385872) (xy 171.198637 79.4518) (xy 171.090525 79.540525) (xy 171.0018 79.648637)
(xy 170.935872 79.77198) (xy 170.895273 79.905816) (xy 170.881565 80.045) (xy 167.305 80.045) (xy 167.305 77.669877)
(xy 167.308435 77.635) (xy 167.294727 77.495816) (xy 167.254128 77.36198) (xy 167.1882 77.238637) (xy 167.099475 77.130525)
(xy 166.991363 77.0418) (xy 166.86802 76.975872) (xy 166.734184 76.935273) (xy 166.629877 76.925) (xy 166.595 76.921565)
(xy 166.560123 76.925) (xy 152.629877 76.925) (xy 152.595 76.921565) (xy 152.560123 76.925) (xy 152.455816 76.935273)
(xy 152.32198 76.975872) (xy 152.198637 77.0418) (xy 152.090525 77.130525) (xy 152.0018 77.238637) (xy 151.935872 77.36198)
(xy 151.895273 77.495816) (xy 151.881565 77.635) (xy 151.6225 77.635) (xy 151.6225 61.837619) (xy 148.7025 61.837619)
(xy 148.205 61.837619) (xy 148.205 61.079877) (xy 148.208435 61.045) (xy 148.194727 60.905816) (xy 148.154128 60.77198)
(xy 148.0882 60.648637) (xy 147.999475 60.540525) (xy 147.891363 60.4518) (xy 147.76802 60.385872) (xy 147.634184 60.345273)
(xy 147.529877 60.335) (xy 147.495 60.331565) (xy 147.460123 60.335) (xy 133.529877 60.335) (xy 133.495 60.331565)
(xy 133.460123 60.335) (xy 133.355816 60.345273) (xy 133.298884 60.362543) (xy 133.313601 60.347826) (xy 133.640273 59.858928)
(xy 133.865288 59.315692) (xy 133.98 58.738997) (xy 133.98 58.535) (xy 151.881565 58.535) (xy 151.885001 58.569887)
(xy 151.885 72.500123) (xy 151.881565 72.535) (xy 151.895273 72.674184) (xy 151.935872 72.80802) (xy 152.0018 72.931363)
(xy 152.090525 73.039475) (xy 152.198637 73.1282) (xy 152.32198 73.194128) (xy 152.455816 73.234727) (xy 152.595 73.248435)
(xy 152.629877 73.245) (xy 166.560123 73.245) (xy 166.595 73.248435) (xy 166.629877 73.245) (xy 166.734184 73.234727)
(xy 166.86802 73.194128) (xy 166.991363 73.1282) (xy 167.099475 73.039475) (xy 167.1882 72.931363) (xy 167.254128 72.80802)
(xy 167.294727 72.674184) (xy 167.308435 72.535) (xy 167.305 72.500123) (xy 167.305 60.985) (xy 170.881565 60.985)
(xy 170.885001 61.019887) (xy 170.885 74.950123) (xy 170.881565 74.985) (xy 170.895273 75.124184) (xy 170.935872 75.25802)
(xy 171.0018 75.381363) (xy 171.090525 75.489475) (xy 171.198637 75.5782) (xy 171.32198 75.644128) (xy 171.455816 75.684727)
(xy 171.595 75.698435) (xy 171.629877 75.695) (xy 185.560123 75.695) (xy 185.595 75.698435) (xy 185.629877 75.695)
(xy 185.734184 75.684727) (xy 185.86802 75.644128) (xy 185.991363 75.5782) (xy 186.099475 75.489475) (xy 186.1882 75.381363)
(xy 186.254128 75.25802) (xy 186.294727 75.124184) (xy 186.308435 74.985) (xy 186.305 74.950123) (xy 186.305 61.019877)
(xy 186.308435 60.985) (xy 186.294727 60.845816) (xy 186.254128 60.71198) (xy 186.1882 60.588637) (xy 186.099475 60.480525)
(xy 185.991363 60.3918) (xy 185.86802 60.325872) (xy 185.734184 60.285273) (xy 185.629877 60.275) (xy 185.595 60.271565)
(xy 185.560123 60.275) (xy 171.629877 60.275) (xy 171.595 60.271565) (xy 171.560123 60.275) (xy 171.455816 60.285273)
(xy 171.32198 60.325872) (xy 171.198637 60.3918) (xy 171.090525 60.480525) (xy 171.0018 60.588637) (xy 170.935872 60.71198)
(xy 170.895273 60.845816) (xy 170.881565 60.985) (xy 167.305 60.985) (xy 167.305 58.569877) (xy 167.308435 58.535)
(xy 167.294727 58.395816) (xy 167.254128 58.26198) (xy 167.1882 58.138637) (xy 167.099475 58.030525) (xy 166.991363 57.9418)
(xy 166.86802 57.875872) (xy 166.734184 57.835273) (xy 166.629877 57.825) (xy 166.595 57.821565) (xy 166.560123 57.825)
(xy 152.629877 57.825) (xy 152.595 57.821565) (xy 152.560123 57.825) (xy 152.455816 57.835273) (xy 152.32198 57.875872)
(xy 152.198637 57.9418) (xy 152.090525 58.030525) (xy 152.0018 58.138637) (xy 151.935872 58.26198) (xy 151.895273 58.395816)
(xy 151.881565 58.535) (xy 133.98 58.535) (xy 133.98 58.151003) (xy 133.865288 57.574308) (xy 133.640273 57.031072)
(xy 133.383978 56.647501) (xy 133.495 56.658435) (xy 133.529877 56.655) (xy 147.460123 56.655) (xy 147.495 56.658435)
(xy 147.529877 56.655) (xy 147.634184 56.644727) (xy 147.76802 56.604128) (xy 147.891363 56.5382) (xy 147.999475 56.449475)
(xy 148.0882 56.341363) (xy 148.154128 56.21802) (xy 148.194727 56.084184) (xy 148.208435 55.945) (xy 148.205 55.910123)
(xy 148.205 41.979877) (xy 148.208435 41.945) (xy 148.194727 41.805816) (xy 148.154128 41.67198) (xy 148.0882 41.548637)
(xy 147.999475 41.440525) (xy 147.891363 41.3518) (xy 147.76802 41.285872) (xy 147.634184 41.245273) (xy 147.529877 41.235)
(xy 147.495 41.231565) (xy 147.460123 41.235) (xy 133.529877 41.235) (xy 133.495 41.231565) (xy 133.460123 41.235)
(xy 133.355816 41.245273) (xy 133.22198 41.285872) (xy 133.098637 41.3518) (xy 132.990525 41.440525) (xy 132.9018 41.548637)
(xy 132.835872 41.67198) (xy 132.795273 41.805816) (xy 132.781565 41.945) (xy 132.785001 41.979887) (xy 132.785 55.910123)
(xy 132.781565 55.945) (xy 132.792499 56.056022) (xy 132.408928 55.799727) (xy 131.865692 55.574712) (xy 131.288997 55.46)
(xy 130.701003 55.46) (xy 130.124308 55.574712) (xy 129.581072 55.799727) (xy 129.205 56.051011) (xy 129.205 44.479877)
(xy 129.208435 44.445) (xy 129.194727 44.305816) (xy 129.154128 44.17198) (xy 129.0882 44.048637) (xy 128.999475 43.940525)
(xy 128.891363 43.8518) (xy 128.76802 43.785872) (xy 128.634184 43.745273) (xy 128.529877 43.735) (xy 128.495 43.731565)
(xy 128.460123 43.735) (xy 114.529877 43.735) (xy 114.495 43.731565) (xy 114.460123 43.735) (xy 114.355816 43.745273)
(xy 114.22198 43.785872) (xy 114.098637 43.8518) (xy 113.990525 43.940525) (xy 113.9018 44.048637) (xy 113.835872 44.17198)
(xy 113.795273 44.305816) (xy 113.781565 44.445) (xy 112.705 44.445) (xy 112.705 39.445) (xy 151.881565 39.445)
(xy 151.885001 39.479887) (xy 151.885 53.410123) (xy 151.881565 53.445) (xy 151.895273 53.584184) (xy 151.935872 53.71802)
(xy 152.0018 53.841363) (xy 152.090525 53.949475) (xy 152.198637 54.0382) (xy 152.32198 54.104128) (xy 152.455816 54.144727)
(xy 152.595 54.158435) (xy 152.629877 54.155) (xy 166.560123 54.155) (xy 166.595 54.158435) (xy 166.629877 54.155)
(xy 166.734184 54.144727) (xy 166.86802 54.104128) (xy 166.991363 54.0382) (xy 167.099475 53.949475) (xy 167.1882 53.841363)
(xy 167.254128 53.71802) (xy 167.294727 53.584184) (xy 167.308435 53.445) (xy 167.305 53.410123) (xy 167.305 41.985)
(xy 170.881565 41.985) (xy 170.885001 42.019887) (xy 170.885 55.950123) (xy 170.881565 55.985) (xy 170.895273 56.124184)
(xy 170.935872 56.25802) (xy 171.0018 56.381363) (xy 171.090525 56.489475) (xy 171.198637 56.5782) (xy 171.32198 56.644128)
(xy 171.455816 56.684727) (xy 171.595 56.698435) (xy 171.629877 56.695) (xy 185.560123 56.695) (xy 185.595 56.698435)
(xy 185.629877 56.695) (xy 185.734184 56.684727) (xy 185.86802 56.644128) (xy 185.991363 56.5782) (xy 186.099475 56.489475)
(xy 186.1882 56.381363) (xy 186.254128 56.25802) (xy 186.294727 56.124184) (xy 186.308435 55.985) (xy 186.305 55.950123)
(xy 186.305 46.845) (xy 189.981565 46.845) (xy 189.985001 46.879887) (xy 189.985 60.810123) (xy 189.981565 60.845)
(xy 189.995273 60.984184) (xy 190.035872 61.11802) (xy 190.1018 61.241363) (xy 190.190525 61.349475) (xy 190.288645 61.43)
(xy 190.298637 61.4382) (xy 190.42198 61.504128) (xy 190.555816 61.544727) (xy 190.695 61.558435) (xy 190.729877 61.555)
(xy 204.339816 61.555) (xy 204.124712 62.074308) (xy 204.01 62.651003) (xy 204.01 63.238997) (xy 204.124712 63.815692)
(xy 204.349727 64.358928) (xy 204.676399 64.847826) (xy 204.891116 65.062543) (xy 204.834184 65.045273) (xy 204.729877 65.035)
(xy 204.695 65.031565) (xy 204.660123 65.035) (xy 190.729877 65.035) (xy 190.695 65.031565) (xy 190.660123 65.035)
(xy 190.555816 65.045273) (xy 190.42198 65.085872) (xy 190.298637 65.1518) (xy 190.190525 65.240525) (xy 190.1018 65.348637)
(xy 190.035872 65.47198) (xy 189.995273 65.605816) (xy 189.981565 65.745) (xy 189.985001 65.779887) (xy 189.985 79.710123)
(xy 189.981565 79.745) (xy 189.995273 79.884184) (xy 190.035872 80.01802) (xy 190.1018 80.141363) (xy 190.190525 80.249475)
(xy 190.274048 80.31802) (xy 190.298637 80.3382) (xy 190.42198 80.404128) (xy 190.555816 80.444727) (xy 190.695 80.458435)
(xy 190.729877 80.455) (xy 204.660123 80.455) (xy 204.695 80.458435) (xy 204.729877 80.455) (xy 204.834184 80.444727)
(xy 204.96802 80.404128) (xy 205.091363 80.3382) (xy 205.199475 80.249475) (xy 205.2882 80.141363) (xy 205.354128 80.01802)
(xy 205.394727 79.884184) (xy 205.408435 79.745) (xy 205.405 79.710123) (xy 205.405 65.779877) (xy 205.408435 65.745)
(xy 205.394727 65.605816) (xy 205.354128 65.47198) (xy 205.326401 65.420107) (xy 205.581072 65.590273) (xy 206.124308 65.815288)
(xy 206.701003 65.93) (xy 207.288997 65.93) (xy 207.865692 65.815288) (xy 208.035382 65.745) (xy 208.981565 65.745)
(xy 208.985001 65.779887) (xy 208.985 79.710123) (xy 208.981565 79.745) (xy 208.995273 79.884184) (xy 209.035872 80.01802)
(xy 209.1018 80.141363) (xy 209.190525 80.249475) (xy 209.274048 80.31802) (xy 209.298637 80.3382) (xy 209.42198 80.404128)
(xy 209.555816 80.444727) (xy 209.695 80.458435) (xy 209.729877 80.455) (xy 223.660123 80.455) (xy 223.695 80.458435)
(xy 223.729877 80.455) (xy 223.834184 80.444727) (xy 223.96802 80.404128) (xy 224.091363 80.3382) (xy 224.199475 80.249475)
(xy 224.2882 80.141363) (xy 224.354128 80.01802) (xy 224.394727 79.884184) (xy 224.408435 79.745) (xy 224.405 79.710123)
(xy 224.405 65.779877) (xy 224.408435 65.745) (xy 224.394727 65.605816) (xy 224.354128 65.47198) (xy 224.2882 65.348637)
(xy 224.199475 65.240525) (xy 224.091363 65.1518) (xy 223.96802 65.085872) (xy 223.834184 65.045273) (xy 223.729877 65.035)
(xy 223.695 65.031565) (xy 223.660123 65.035) (xy 209.729877 65.035) (xy 209.695 65.031565) (xy 209.660123 65.035)
(xy 209.555816 65.045273) (xy 209.42198 65.085872) (xy 209.298637 65.1518) (xy 209.190525 65.240525) (xy 209.1018 65.348637)
(xy 209.035872 65.47198) (xy 208.995273 65.605816) (xy 208.981565 65.745) (xy 208.035382 65.745) (xy 208.408928 65.590273)
(xy 208.897826 65.263601) (xy 209.313601 64.847826) (xy 209.640273 64.358928) (xy 209.865288 63.815692) (xy 209.98 63.238997)
(xy 209.98 62.651003) (xy 209.865288 62.074308) (xy 209.649762 61.55398) (xy 209.695 61.558435) (xy 209.729877 61.555)
(xy 223.660123 61.555) (xy 223.695 61.558435) (xy 223.729877 61.555) (xy 223.834184 61.544727) (xy 223.96802 61.504128)
(xy 224.091363 61.4382) (xy 224.199475 61.349475) (xy 224.2882 61.241363) (xy 224.354128 61.11802) (xy 224.394727 60.984184)
(xy 224.408435 60.845) (xy 224.405 60.810123) (xy 224.405 46.879877) (xy 224.408435 46.845) (xy 224.394727 46.705816)
(xy 224.354128 46.57198) (xy 224.2882 46.448637) (xy 224.199475 46.340525) (xy 224.091363 46.2518) (xy 223.96802 46.185872)
(xy 223.834184 46.145273) (xy 223.729877 46.135) (xy 223.695 46.131565) (xy 223.660123 46.135) (xy 209.729877 46.135)
(xy 209.695 46.131565) (xy 209.660123 46.135) (xy 209.555816 46.145273) (xy 209.42198 46.185872) (xy 209.298637 46.2518)
(xy 209.190525 46.340525) (xy 209.1018 46.448637) (xy 209.035872 46.57198) (xy 208.995273 46.705816) (xy 208.981565 46.845)
(xy 208.985001 46.879887) (xy 208.985 60.713573) (xy 208.897826 60.626399) (xy 208.408928 60.299727) (xy 207.865692 60.074712)
(xy 207.288997 59.96) (xy 206.701003 59.96) (xy 206.124308 60.074712) (xy 205.581072 60.299727) (xy 205.405 60.417375)
(xy 205.405 46.879877) (xy 205.408435 46.845) (xy 205.394727 46.705816) (xy 205.354128 46.57198) (xy 205.2882 46.448637)
(xy 205.199475 46.340525) (xy 205.091363 46.2518) (xy 204.96802 46.185872) (xy 204.834184 46.145273) (xy 204.729877 46.135)
(xy 204.695 46.131565) (xy 204.660123 46.135) (xy 190.729877 46.135) (xy 190.695 46.131565) (xy 190.660123 46.135)
(xy 190.555816 46.145273) (xy 190.42198 46.185872) (xy 190.298637 46.2518) (xy 190.190525 46.340525) (xy 190.1018 46.448637)
(xy 190.035872 46.57198) (xy 189.995273 46.705816) (xy 189.981565 46.845) (xy 186.305 46.845) (xy 186.305 42.019877)
(xy 186.308435 41.985) (xy 186.294727 41.845816) (xy 186.254128 41.71198) (xy 186.1882 41.588637) (xy 186.099475 41.480525)
(xy 185.991363 41.3918) (xy 185.86802 41.325872) (xy 185.734184 41.285273) (xy 185.629877 41.275) (xy 185.595 41.271565)
(xy 185.560123 41.275) (xy 171.629877 41.275) (xy 171.595 41.271565) (xy 171.560123 41.275) (xy 171.455816 41.285273)
(xy 171.32198 41.325872) (xy 171.198637 41.3918) (xy 171.090525 41.480525) (xy 171.0018 41.588637) (xy 170.935872 41.71198)
(xy 170.895273 41.845816) (xy 170.881565 41.985) (xy 167.305 41.985) (xy 167.305 39.479877) (xy 167.308435 39.445)
(xy 167.294727 39.305816) (xy 167.254128 39.17198) (xy 167.1882 39.048637) (xy 167.099475 38.940525) (xy 166.991363 38.8518)
(xy 166.86802 38.785872) (xy 166.734184 38.745273) (xy 166.629877 38.735) (xy 166.595 38.731565) (xy 166.560123 38.735)
(xy 152.629877 38.735) (xy 152.595 38.731565) (xy 152.560123 38.735) (xy 152.455816 38.745273) (xy 152.32198 38.785872)
(xy 152.198637 38.8518) (xy 152.090525 38.940525) (xy 152.0018 39.048637) (xy 151.935872 39.17198) (xy 151.895273 39.305816)
(xy 151.881565 39.445) (xy 112.705 39.445) (xy 112.705 39.145821) (xy 112.746463 39.002775) (xy 112.846756 38.852335)
(xy 112.915575 38.783516) (xy 112.967387 38.75761) (xy 113.193645 38.68219) (xy 113.601036 38.580342) (xy 113.61046 38.576975)
(xy 150.008615 37.13) (xy 171.891299 37.13)
)
)
)
(zone (net 0) (net_name "") (layer B.Cu) (tstamp 5F80D23C) (hatch edge 0.508)
(connect_pads (clearance 0.508))
(min_thickness 0.254)
(fill yes (arc_segments 32) (thermal_gap 0.508) (thermal_bridge_width 0.508))
(polygon
(pts
(xy 81.845 128.695) (xy 93.595 149.295) (xy 139.095 136.295) (xy 188.445 136.745) (xy 227.595 123.145)
(xy 226.795 44.745) (xy 172.495 35.645) (xy 88.595 38.345) (xy 88.945 116.095)
)
)
(filled_polygon
(pts
(xy 225.331807 45.561746) (xy 225.442617 45.590115) (xy 225.516481 45.623972) (xy 225.582585 45.669767) (xy 225.639771 45.726261)
(xy 225.686436 45.791768) (xy 225.721105 45.864343) (xy 225.742732 45.942657) (xy 225.753192 46.058012) (xy 225.780002 120.446646)
(xy 212.970358 125.338376) (xy 212.180322 123.280262) (xy 190.802665 131.486376) (xy 191.578491 133.507472) (xy 188.29858 134.76)
(xy 139.153838 134.76) (xy 139.091265 134.759123) (xy 139.053284 134.766126) (xy 139.014845 134.769912) (xy 138.954927 134.788088)
(xy 94.859605 147.492335) (xy 94.515432 147.429758) (xy 94.238912 147.337584) (xy 94.07999 147.201366) (xy 85.462387 132.236162)
(xy 87.430915 132.236162) (xy 87.435491 132.375943) (xy 87.467249 132.512148) (xy 87.52497 132.639539) (xy 87.545383 132.668025)
(xy 94.510511 144.731983) (xy 94.52497 144.763895) (xy 94.545377 144.792373) (xy 94.545382 144.792382) (xy 94.606432 144.877578)
(xy 94.676889 144.943567) (xy 94.708511 144.973184) (xy 94.753423 145.001112) (xy 94.827277 145.047038) (xy 94.958171 145.096303)
(xy 95.096161 145.119085) (xy 95.096162 145.119085) (xy 95.235943 145.114509) (xy 95.372148 145.082751) (xy 95.467617 145.039494)
(xy 95.467618 145.039494) (xy 95.499539 145.02503) (xy 95.528025 145.004617) (xy 107.591983 138.039489) (xy 107.623895 138.02503)
(xy 107.652373 138.004623) (xy 107.652382 138.004618) (xy 107.737578 137.943568) (xy 107.833183 137.84149) (xy 107.907038 137.722723)
(xy 107.956303 137.591829) (xy 107.979085 137.453839) (xy 107.974509 137.314057) (xy 107.942751 137.177852) (xy 107.942751 137.177851)
(xy 107.899494 137.082382) (xy 107.899491 137.082377) (xy 107.88503 137.050461) (xy 107.86462 137.021979) (xy 100.899493 124.958025)
(xy 100.892194 124.941914) (xy 109.309879 124.941914) (xy 109.332661 125.079903) (xy 109.345005 125.112701) (xy 112.950421 138.568296)
(xy 112.956128 138.602864) (xy 112.968469 138.635654) (xy 112.968472 138.635664) (xy 113.005392 138.733758) (xy 113.079247 138.852526)
(xy 113.174852 138.954603) (xy 113.288535 139.036067) (xy 113.415927 139.093787) (xy 113.55213 139.125545) (xy 113.691914 139.130122)
(xy 113.829903 139.107339) (xy 113.862704 139.094994) (xy 127.318294 135.48958) (xy 127.352864 135.483872) (xy 127.385657 135.47153)
(xy 127.385664 135.471528) (xy 127.483758 135.434608) (xy 127.602526 135.360753) (xy 127.704603 135.265148) (xy 127.786067 135.151465)
(xy 127.843787 135.024073) (xy 127.875545 134.88787) (xy 127.880122 134.748086) (xy 127.857339 134.610097) (xy 127.844995 134.577299)
(xy 124.239581 121.121716) (xy 124.233872 121.087136) (xy 124.184608 120.956242) (xy 124.110753 120.837474) (xy 124.015148 120.735398)
(xy 123.901465 120.653933) (xy 123.774073 120.596213) (xy 123.637869 120.564455) (xy 123.498086 120.559879) (xy 123.394674 120.576952)
(xy 123.394671 120.576953) (xy 123.360097 120.582661) (xy 123.327301 120.595005) (xy 109.871713 124.200419) (xy 109.837136 124.206128)
(xy 109.804336 124.218473) (xy 109.706242 124.255393) (xy 109.587475 124.329248) (xy 109.485398 124.424853) (xy 109.403933 124.538536)
(xy 109.346213 124.665928) (xy 109.314455 124.802131) (xy 109.309879 124.941914) (xy 100.892194 124.941914) (xy 100.88503 124.926105)
(xy 100.803567 124.812422) (xy 100.701489 124.716816) (xy 100.582722 124.642962) (xy 100.451828 124.593697) (xy 100.313838 124.570915)
(xy 100.174056 124.575491) (xy 100.037851 124.607249) (xy 99.942382 124.650506) (xy 99.942377 124.650509) (xy 99.910461 124.66497)
(xy 99.881979 124.68538) (xy 87.818025 131.650507) (xy 87.786105 131.66497) (xy 87.75762 131.685382) (xy 87.757618 131.685383)
(xy 87.672422 131.746433) (xy 87.576816 131.848511) (xy 87.502962 131.967278) (xy 87.453697 132.098172) (xy 87.430915 132.236162)
(xy 85.462387 132.236162) (xy 83.928274 129.572044) (xy 83.821687 129.216756) (xy 83.78 128.716515) (xy 83.78 128.412828)
(xy 83.846575 128.079954) (xy 88.124521 120.151003) (xy 101.01 120.151003) (xy 101.01 120.738997) (xy 101.124712 121.315692)
(xy 101.349727 121.858928) (xy 101.676399 122.347826) (xy 102.092174 122.763601) (xy 102.581072 123.090273) (xy 103.124308 123.315288)
(xy 103.701003 123.43) (xy 104.288997 123.43) (xy 104.865692 123.315288) (xy 105.408928 123.090273) (xy 105.897826 122.763601)
(xy 106.313601 122.347826) (xy 106.640273 121.858928) (xy 106.865288 121.315692) (xy 106.98 120.738997) (xy 106.98 120.151003)
(xy 106.865288 119.574308) (xy 106.640273 119.031072) (xy 106.313601 118.542174) (xy 105.916427 118.145) (xy 132.781565 118.145)
(xy 132.785001 118.179887) (xy 132.785 132.110123) (xy 132.781565 132.145) (xy 132.795273 132.284184) (xy 132.835872 132.41802)
(xy 132.9018 132.541363) (xy 132.990525 132.649475) (xy 133.098637 132.7382) (xy 133.22198 132.804128) (xy 133.355816 132.844727)
(xy 133.495 132.858435) (xy 133.529877 132.855) (xy 147.460123 132.855) (xy 147.495 132.858435) (xy 147.529877 132.855)
(xy 147.592545 132.848828) (xy 147.634184 132.844727) (xy 147.76802 132.804128) (xy 147.891363 132.7382) (xy 147.999475 132.649475)
(xy 148.0882 132.541363) (xy 148.154128 132.41802) (xy 148.194727 132.284184) (xy 148.205 132.179877) (xy 148.205 132.179876)
(xy 148.208435 132.145) (xy 148.205 132.110123) (xy 148.205 118.179877) (xy 148.208435 118.145) (xy 148.194727 118.005816)
(xy 148.154128 117.87198) (xy 148.0882 117.748637) (xy 147.999475 117.640525) (xy 147.891363 117.5518) (xy 147.76802 117.485872)
(xy 147.634184 117.445273) (xy 147.529877 117.435) (xy 147.495 117.431565) (xy 147.460123 117.435) (xy 133.529877 117.435)
(xy 133.495 117.431565) (xy 133.460123 117.435) (xy 133.355816 117.445273) (xy 133.22198 117.485872) (xy 133.098637 117.5518)
(xy 132.990525 117.640525) (xy 132.9018 117.748637) (xy 132.835872 117.87198) (xy 132.795273 118.005816) (xy 132.781565 118.145)
(xy 105.916427 118.145) (xy 105.897826 118.126399) (xy 105.408928 117.799727) (xy 104.865692 117.574712) (xy 104.288997 117.46)
(xy 103.701003 117.46) (xy 103.124308 117.574712) (xy 102.581072 117.799727) (xy 102.092174 118.126399) (xy 101.676399 118.542174)
(xy 101.349727 119.031072) (xy 101.124712 119.574308) (xy 101.01 120.151003) (xy 88.124521 120.151003) (xy 89.578074 117.456918)
(xy 89.59298 117.435873) (xy 89.610021 117.397706) (xy 89.613829 117.390648) (xy 89.62376 117.366935) (xy 89.634207 117.343536)
(xy 89.636735 117.335952) (xy 89.652891 117.297374) (xy 89.658024 117.272087) (xy 89.83531 116.74023) (xy 89.850164 116.706034)
(xy 89.863713 116.643522) (xy 89.877908 116.58109) (xy 89.878923 116.543817) (xy 89.943563 115.985526) (xy 89.945109 115.98046)
(xy 89.95131 115.918616) (xy 89.954581 115.89036) (xy 89.954671 115.885087) (xy 89.955197 115.879842) (xy 89.955247 115.851414)
(xy 89.956309 115.789252) (xy 89.955364 115.784038) (xy 89.983002 99.945) (xy 92.481565 99.945) (xy 92.485 99.979877)
(xy 92.485001 111.910113) (xy 92.481565 111.945) (xy 92.495273 112.084184) (xy 92.535872 112.21802) (xy 92.6018 112.341363)
(xy 92.690525 112.449475) (xy 92.798637 112.5382) (xy 92.92198 112.604128) (xy 93.055816 112.644727) (xy 93.160123 112.655)
(xy 93.195 112.658435) (xy 93.229877 112.655) (xy 108.760123 112.655) (xy 108.795 112.658435) (xy 108.829877 112.655)
(xy 108.934184 112.644727) (xy 109.06802 112.604128) (xy 109.191363 112.5382) (xy 109.299475 112.449475) (xy 109.3882 112.341363)
(xy 109.454128 112.21802) (xy 109.494727 112.084184) (xy 109.508435 111.945) (xy 109.505 111.910123) (xy 109.505 99.979877)
(xy 109.508435 99.945) (xy 109.494727 99.805816) (xy 109.454128 99.67198) (xy 109.3882 99.548637) (xy 109.299475 99.440525)
(xy 109.191363 99.3518) (xy 109.06802 99.285872) (xy 108.934184 99.245273) (xy 108.829877 99.235) (xy 108.795 99.231565)
(xy 108.760123 99.235) (xy 93.229877 99.235) (xy 93.195 99.231565) (xy 93.160123 99.235) (xy 93.055816 99.245273)
(xy 92.92198 99.285872) (xy 92.798637 99.3518) (xy 92.690525 99.440525) (xy 92.6018 99.548637) (xy 92.535872 99.67198)
(xy 92.495273 99.805816) (xy 92.481565 99.945) (xy 89.983002 99.945) (xy 89.984691 98.977395) (xy 90.005575 98.879143)
(xy 90.006611 98.869285) (xy 90.018863 98.744335) (xy 90.03503 98.690786) (xy 90.061288 98.641403) (xy 90.096641 98.598055)
(xy 90.13974 98.5624) (xy 90.188937 98.535799) (xy 90.242375 98.519258) (xy 90.330455 98.51) (xy 111.029877 98.51)
(xy 111.060222 98.507011) (xy 111.066332 98.507054) (xy 111.076198 98.506086) (xy 111.270295 98.485685) (xy 111.33331 98.47275)
(xy 111.39654 98.460688) (xy 111.40603 98.457823) (xy 111.592468 98.400111) (xy 111.651797 98.375171) (xy 111.711455 98.351068)
(xy 111.720208 98.346414) (xy 111.891885 98.253589) (xy 111.945198 98.217629) (xy 111.999083 98.182367) (xy 112.006765 98.176102)
(xy 112.157143 98.051698) (xy 112.20248 98.006043) (xy 112.248463 97.961013) (xy 112.254782 97.953375) (xy 112.378132 97.802133)
(xy 112.413757 97.748513) (xy 112.450099 97.695436) (xy 112.454814 97.686716) (xy 112.546439 97.514394) (xy 112.570951 97.454924)
(xy 112.596312 97.395752) (xy 112.599243 97.386282) (xy 112.655652 97.199446) (xy 112.668152 97.136316) (xy 112.68153 97.073377)
(xy 112.682566 97.063519) (xy 112.701611 96.869285) (xy 112.705 96.834877) (xy 112.705 82.545) (xy 113.781565 82.545)
(xy 113.785001 82.579887) (xy 113.785 96.510123) (xy 113.781565 96.545) (xy 113.795273 96.684184) (xy 113.835872 96.81802)
(xy 113.9018 96.941363) (xy 113.990525 97.049475) (xy 114.069533 97.114315) (xy 114.098637 97.1382) (xy 114.22198 97.204128)
(xy 114.355816 97.244727) (xy 114.495 97.258435) (xy 114.529877 97.255) (xy 128.460123 97.255) (xy 128.495 97.258435)
(xy 128.529877 97.255) (xy 128.534497 97.254545) (xy 128.349727 97.531072) (xy 128.124712 98.074308) (xy 128.01 98.651003)
(xy 128.01 99.238997) (xy 128.124712 99.815692) (xy 128.349727 100.358928) (xy 128.676399 100.847826) (xy 128.691116 100.862543)
(xy 128.634184 100.845273) (xy 128.529877 100.835) (xy 128.495 100.831565) (xy 128.460123 100.835) (xy 114.529877 100.835)
(xy 114.495 100.831565) (xy 114.460123 100.835) (xy 114.355816 100.845273) (xy 114.22198 100.885872) (xy 114.098637 100.9518)
(xy 113.990525 101.040525) (xy 113.9018 101.148637) (xy 113.835872 101.27198) (xy 113.795273 101.405816) (xy 113.781565 101.545)
(xy 113.785001 101.579887) (xy 113.785 115.510123) (xy 113.781565 115.545) (xy 113.795273 115.684184) (xy 113.835872 115.81802)
(xy 113.9018 115.941363) (xy 113.990525 116.049475) (xy 114.090306 116.131363) (xy 114.098637 116.1382) (xy 114.22198 116.204128)
(xy 114.355816 116.244727) (xy 114.495 116.258435) (xy 114.529877 116.255) (xy 128.460123 116.255) (xy 128.495 116.258435)
(xy 128.529877 116.255) (xy 128.634184 116.244727) (xy 128.76802 116.204128) (xy 128.891363 116.1382) (xy 128.999475 116.049475)
(xy 129.0882 115.941363) (xy 129.154128 115.81802) (xy 129.179312 115.735) (xy 151.881565 115.735) (xy 151.885001 115.769887)
(xy 151.885 129.700123) (xy 151.881565 129.735) (xy 151.895273 129.874184) (xy 151.935872 130.00802) (xy 152.0018 130.131363)
(xy 152.090525 130.239475) (xy 152.198637 130.3282) (xy 152.32198 130.394128) (xy 152.455816 130.434727) (xy 152.595 130.448435)
(xy 152.629877 130.445) (xy 166.560123 130.445) (xy 166.595 130.448435) (xy 166.629877 130.445) (xy 166.734184 130.434727)
(xy 166.86802 130.394128) (xy 166.991363 130.3282) (xy 167.099475 130.239475) (xy 167.1882 130.131363) (xy 167.254128 130.00802)
(xy 167.294727 129.874184) (xy 167.308435 129.735) (xy 167.305 129.700123) (xy 167.305 118.245) (xy 170.881565 118.245)
(xy 170.885001 118.279887) (xy 170.885 132.210123) (xy 170.881565 132.245) (xy 170.895273 132.384184) (xy 170.935872 132.51802)
(xy 171.0018 132.641363) (xy 171.090525 132.749475) (xy 171.198637 132.8382) (xy 171.32198 132.904128) (xy 171.455816 132.944727)
(xy 171.595 132.958435) (xy 171.629877 132.955) (xy 185.560123 132.955) (xy 185.595 132.958435) (xy 185.629877 132.955)
(xy 185.734184 132.944727) (xy 185.86802 132.904128) (xy 185.991363 132.8382) (xy 186.099475 132.749475) (xy 186.1882 132.641363)
(xy 186.254128 132.51802) (xy 186.294727 132.384184) (xy 186.308435 132.245) (xy 186.305 132.210123) (xy 186.305 118.279877)
(xy 186.308435 118.245) (xy 186.294727 118.105816) (xy 186.254128 117.97198) (xy 186.1882 117.848637) (xy 186.099475 117.740525)
(xy 185.991363 117.6518) (xy 185.86802 117.585872) (xy 185.734184 117.545273) (xy 185.629877 117.535) (xy 185.595 117.531565)
(xy 185.560123 117.535) (xy 171.629877 117.535) (xy 171.595 117.531565) (xy 171.560123 117.535) (xy 171.455816 117.545273)
(xy 171.32198 117.585872) (xy 171.198637 117.6518) (xy 171.090525 117.740525) (xy 171.0018 117.848637) (xy 170.935872 117.97198)
(xy 170.895273 118.105816) (xy 170.881565 118.245) (xy 167.305 118.245) (xy 167.305 115.769877) (xy 167.308435 115.735)
(xy 167.294727 115.595816) (xy 167.254128 115.46198) (xy 167.1882 115.338637) (xy 167.099475 115.230525) (xy 166.991363 115.1418)
(xy 166.86802 115.075872) (xy 166.734184 115.035273) (xy 166.629877 115.025) (xy 166.595 115.021565) (xy 166.560123 115.025)
(xy 152.629877 115.025) (xy 152.595 115.021565) (xy 152.560123 115.025) (xy 152.455816 115.035273) (xy 152.32198 115.075872)
(xy 152.198637 115.1418) (xy 152.090525 115.230525) (xy 152.0018 115.338637) (xy 151.935872 115.46198) (xy 151.895273 115.595816)
(xy 151.881565 115.735) (xy 129.179312 115.735) (xy 129.194727 115.684184) (xy 129.208435 115.545) (xy 129.205 115.510123)
(xy 129.205 101.579877) (xy 129.208435 101.545) (xy 129.194727 101.405816) (xy 129.16669 101.313391) (xy 129.581072 101.590273)
(xy 130.124308 101.815288) (xy 130.701003 101.93) (xy 131.288997 101.93) (xy 131.865692 101.815288) (xy 132.408928 101.590273)
(xy 132.785001 101.338989) (xy 132.785 113.110123) (xy 132.781565 113.145) (xy 132.795273 113.284184) (xy 132.835872 113.41802)
(xy 132.9018 113.541363) (xy 132.990525 113.649475) (xy 133.098637 113.7382) (xy 133.22198 113.804128) (xy 133.355816 113.844727)
(xy 133.495 113.858435) (xy 133.529877 113.855) (xy 147.460123 113.855) (xy 147.495 113.858435) (xy 147.529877 113.855)
(xy 147.634184 113.844727) (xy 147.76802 113.804128) (xy 147.891363 113.7382) (xy 147.999475 113.649475) (xy 148.0882 113.541363)
(xy 148.154128 113.41802) (xy 148.194727 113.284184) (xy 148.208435 113.145) (xy 148.205 113.110123) (xy 148.205 99.179877)
(xy 148.208435 99.145) (xy 148.194727 99.005816) (xy 148.154128 98.87198) (xy 148.0882 98.748637) (xy 147.999475 98.640525)
(xy 147.891363 98.5518) (xy 147.76802 98.485872) (xy 147.634184 98.445273) (xy 147.529877 98.435) (xy 147.495 98.431565)
(xy 147.460123 98.435) (xy 133.937034 98.435) (xy 133.865288 98.074308) (xy 133.640273 97.531072) (xy 133.313601 97.042174)
(xy 132.897826 96.626399) (xy 132.408928 96.299727) (xy 131.865692 96.074712) (xy 131.288997 95.96) (xy 130.701003 95.96)
(xy 130.124308 96.074712) (xy 129.581072 96.299727) (xy 129.208043 96.548977) (xy 129.208435 96.545) (xy 129.205 96.510123)
(xy 129.205 82.579877) (xy 129.208435 82.545) (xy 129.194727 82.405816) (xy 129.154128 82.27198) (xy 129.0882 82.148637)
(xy 128.999475 82.040525) (xy 128.891363 81.9518) (xy 128.76802 81.885872) (xy 128.634184 81.845273) (xy 128.529877 81.835)
(xy 128.495 81.831565) (xy 128.460123 81.835) (xy 114.529877 81.835) (xy 114.495 81.831565) (xy 114.460123 81.835)
(xy 114.355816 81.845273) (xy 114.22198 81.885872) (xy 114.098637 81.9518) (xy 113.990525 82.040525) (xy 113.9018 82.148637)
(xy 113.835872 82.27198) (xy 113.795273 82.405816) (xy 113.781565 82.545) (xy 112.705 82.545) (xy 112.705 63.545)
(xy 113.781565 63.545) (xy 113.785001 63.579887) (xy 113.785 77.510123) (xy 113.781565 77.545) (xy 113.795273 77.684184)
(xy 113.835872 77.81802) (xy 113.9018 77.941363) (xy 113.990525 78.049475) (xy 114.098637 78.1382) (xy 114.22198 78.204128)
(xy 114.355816 78.244727) (xy 114.495 78.258435) (xy 114.529877 78.255) (xy 128.460123 78.255) (xy 128.495 78.258435)
(xy 128.529877 78.255) (xy 128.634184 78.244727) (xy 128.76802 78.204128) (xy 128.891363 78.1382) (xy 128.999475 78.049475)
(xy 129.0882 77.941363) (xy 129.154128 77.81802) (xy 129.194727 77.684184) (xy 129.208435 77.545) (xy 129.205 77.510123)
(xy 129.205 63.579877) (xy 129.208435 63.545) (xy 129.194727 63.405816) (xy 129.154128 63.27198) (xy 129.0882 63.148637)
(xy 129.039102 63.08881) (xy 129.43 63.08881) (xy 129.43 95.511191) (xy 132.4 95.511191) (xy 132.4 80.045)
(xy 132.781565 80.045) (xy 132.785001 80.079887) (xy 132.785 94.010123) (xy 132.781565 94.045) (xy 132.795273 94.184184)
(xy 132.835872 94.31802) (xy 132.9018 94.441363) (xy 132.990525 94.549475) (xy 133.098637 94.6382) (xy 133.22198 94.704128)
(xy 133.355816 94.744727) (xy 133.495 94.758435) (xy 133.529877 94.755) (xy 147.460123 94.755) (xy 147.495 94.758435)
(xy 147.529877 94.755) (xy 147.634184 94.744727) (xy 147.76802 94.704128) (xy 147.891363 94.6382) (xy 147.999475 94.549475)
(xy 148.0882 94.441363) (xy 148.154128 94.31802) (xy 148.194727 94.184184) (xy 148.208435 94.045) (xy 148.205 94.010123)
(xy 148.205 80.079877) (xy 148.208435 80.045) (xy 148.194727 79.905816) (xy 148.154128 79.77198) (xy 148.0882 79.648637)
(xy 147.999475 79.540525) (xy 147.891363 79.4518) (xy 147.76802 79.385872) (xy 147.634184 79.345273) (xy 147.529877 79.335)
(xy 147.495 79.331565) (xy 147.460123 79.335) (xy 133.529877 79.335) (xy 133.495 79.331565) (xy 133.460123 79.335)
(xy 133.355816 79.345273) (xy 133.22198 79.385872) (xy 133.098637 79.4518) (xy 132.990525 79.540525) (xy 132.9018 79.648637)
(xy 132.835872 79.77198) (xy 132.795273 79.905816) (xy 132.781565 80.045) (xy 132.4 80.045) (xy 132.4 63.08881)
(xy 129.43 63.08881) (xy 129.039102 63.08881) (xy 128.999475 63.040525) (xy 128.891363 62.9518) (xy 128.76802 62.885872)
(xy 128.634184 62.845273) (xy 128.529877 62.835) (xy 128.495 62.831565) (xy 128.460123 62.835) (xy 114.529877 62.835)
(xy 114.495 62.831565) (xy 114.460123 62.835) (xy 114.355816 62.845273) (xy 114.22198 62.885872) (xy 114.098637 62.9518)
(xy 113.990525 63.040525) (xy 113.9018 63.148637) (xy 113.835872 63.27198) (xy 113.795273 63.405816) (xy 113.781565 63.545)
(xy 112.705 63.545) (xy 112.705 44.445) (xy 113.781565 44.445) (xy 113.785001 44.479887) (xy 113.785 58.410123)
(xy 113.781565 58.445) (xy 113.795273 58.584184) (xy 113.835872 58.71802) (xy 113.9018 58.841363) (xy 113.990525 58.949475)
(xy 114.098637 59.0382) (xy 114.22198 59.104128) (xy 114.355816 59.144727) (xy 114.495 59.158435) (xy 114.529877 59.155)
(xy 128.092748 59.155) (xy 128.124712 59.315692) (xy 128.349727 59.858928) (xy 128.676399 60.347826) (xy 129.092174 60.763601)
(xy 129.581072 61.090273) (xy 130.124308 61.315288) (xy 130.701003 61.43) (xy 131.288997 61.43) (xy 131.865692 61.315288)
(xy 132.408928 61.090273) (xy 132.82331 60.813391) (xy 132.795273 60.905816) (xy 132.781565 61.045) (xy 132.785001 61.079887)
(xy 132.785 75.010123) (xy 132.781565 75.045) (xy 132.795273 75.184184) (xy 132.835872 75.31802) (xy 132.9018 75.441363)
(xy 132.990525 75.549475) (xy 133.025527 75.5782) (xy 133.098637 75.6382) (xy 133.22198 75.704128) (xy 133.355816 75.744727)
(xy 133.495 75.758435) (xy 133.529877 75.755) (xy 147.460123 75.755) (xy 147.495 75.758435) (xy 147.529877 75.755)
(xy 147.634184 75.744727) (xy 147.76802 75.704128) (xy 147.891363 75.6382) (xy 147.999475 75.549475) (xy 148.0882 75.441363)
(xy 148.154128 75.31802) (xy 148.194727 75.184184) (xy 148.208435 75.045) (xy 148.205 75.010123) (xy 148.205 61.837619)
(xy 148.8675 61.837619) (xy 148.8675 99.162381) (xy 151.7875 99.162381) (xy 151.7875 96.635) (xy 151.881565 96.635)
(xy 151.885001 96.669887) (xy 151.885 110.600123) (xy 151.881565 110.635) (xy 151.895273 110.774184) (xy 151.935872 110.90802)
(xy 152.0018 111.031363) (xy 152.090525 111.139475) (xy 152.198637 111.2282) (xy 152.32198 111.294128) (xy 152.455816 111.334727)
(xy 152.595 111.348435) (xy 152.629877 111.345) (xy 166.560123 111.345) (xy 166.595 111.348435) (xy 166.629877 111.345)
(xy 166.734184 111.334727) (xy 166.86802 111.294128) (xy 166.991363 111.2282) (xy 167.099475 111.139475) (xy 167.1882 111.031363)
(xy 167.254128 110.90802) (xy 167.294727 110.774184) (xy 167.308435 110.635) (xy 167.305 110.600123) (xy 167.305 99.145)
(xy 170.881565 99.145) (xy 170.885001 99.179887) (xy 170.885 113.110123) (xy 170.881565 113.145) (xy 170.895273 113.284184)
(xy 170.935872 113.41802) (xy 171.0018 113.541363) (xy 171.090525 113.649475) (xy 171.198637 113.7382) (xy 171.32198 113.804128)
(xy 171.455816 113.844727) (xy 171.595 113.858435) (xy 171.629877 113.855) (xy 185.560123 113.855) (xy 185.595 113.858435)
(xy 185.629877 113.855) (xy 185.734184 113.844727) (xy 185.86802 113.804128) (xy 185.991363 113.7382) (xy 186.099475 113.649475)
(xy 186.1882 113.541363) (xy 186.254128 113.41802) (xy 186.294727 113.284184) (xy 186.308435 113.145) (xy 186.305 113.110123)
(xy 186.305 99.179877) (xy 186.308435 99.145) (xy 186.294727 99.005816) (xy 186.254128 98.87198) (xy 186.1882 98.748637)
(xy 186.099475 98.640525) (xy 185.991363 98.5518) (xy 185.86802 98.485872) (xy 185.734184 98.445273) (xy 185.629877 98.435)
(xy 185.595 98.431565) (xy 185.560123 98.435) (xy 171.629877 98.435) (xy 171.595 98.431565) (xy 171.560123 98.435)
(xy 171.455816 98.445273) (xy 171.32198 98.485872) (xy 171.198637 98.5518) (xy 171.090525 98.640525) (xy 171.0018 98.748637)
(xy 170.935872 98.87198) (xy 170.895273 99.005816) (xy 170.881565 99.145) (xy 167.305 99.145) (xy 167.305 96.669877)
(xy 167.308435 96.635) (xy 167.294727 96.495816) (xy 167.254128 96.36198) (xy 167.1882 96.238637) (xy 167.099475 96.130525)
(xy 166.991363 96.0418) (xy 166.86802 95.975872) (xy 166.734184 95.935273) (xy 166.629877 95.925) (xy 166.595 95.921565)
(xy 166.560123 95.925) (xy 152.629877 95.925) (xy 152.595 95.921565) (xy 152.560123 95.925) (xy 152.455816 95.935273)
(xy 152.32198 95.975872) (xy 152.198637 96.0418) (xy 152.090525 96.130525) (xy 152.0018 96.238637) (xy 151.935872 96.36198)
(xy 151.895273 96.495816) (xy 151.881565 96.635) (xy 151.7875 96.635) (xy 151.7875 77.635) (xy 151.881565 77.635)
(xy 151.885001 77.669887) (xy 151.885 91.600123) (xy 151.881565 91.635) (xy 151.895273 91.774184) (xy 151.935872 91.90802)
(xy 152.0018 92.031363) (xy 152.090525 92.139475) (xy 152.198637 92.2282) (xy 152.32198 92.294128) (xy 152.455816 92.334727)
(xy 152.595 92.348435) (xy 152.629877 92.345) (xy 166.560123 92.345) (xy 166.595 92.348435) (xy 166.629877 92.345)
(xy 166.734184 92.334727) (xy 166.86802 92.294128) (xy 166.991363 92.2282) (xy 167.099475 92.139475) (xy 167.1882 92.031363)
(xy 167.254128 91.90802) (xy 167.294727 91.774184) (xy 167.308435 91.635) (xy 167.305 91.600123) (xy 167.305 80.045)
(xy 170.881565 80.045) (xy 170.885001 80.079887) (xy 170.885 94.010123) (xy 170.881565 94.045) (xy 170.895273 94.184184)
(xy 170.935872 94.31802) (xy 171.0018 94.441363) (xy 171.090525 94.549475) (xy 171.198637 94.6382) (xy 171.32198 94.704128)
(xy 171.455816 94.744727) (xy 171.595 94.758435) (xy 171.629877 94.755) (xy 185.560123 94.755) (xy 185.595 94.758435)
(xy 185.629877 94.755) (xy 185.734184 94.744727) (xy 185.86802 94.704128) (xy 185.991363 94.6382) (xy 186.099475 94.549475)
(xy 186.1882 94.441363) (xy 186.254128 94.31802) (xy 186.294727 94.184184) (xy 186.308435 94.045) (xy 186.305 94.010123)
(xy 186.305 84.945) (xy 189.981565 84.945) (xy 189.985001 84.979887) (xy 189.985 98.910123) (xy 189.981565 98.945)
(xy 189.995273 99.084184) (xy 190.035872 99.21802) (xy 190.1018 99.341363) (xy 190.190525 99.449475) (xy 190.260715 99.507078)
(xy 190.298637 99.5382) (xy 190.42198 99.604128) (xy 190.555816 99.644727) (xy 190.695 99.658435) (xy 190.729877 99.655)
(xy 204.601011 99.655) (xy 204.349727 100.031072) (xy 204.124712 100.574308) (xy 204.01 101.151003) (xy 204.01 101.738997)
(xy 204.124712 102.315692) (xy 204.349727 102.858928) (xy 204.601011 103.235) (xy 190.729877 103.235) (xy 190.695 103.231565)
(xy 190.660123 103.235) (xy 190.555816 103.245273) (xy 190.42198 103.285872) (xy 190.298637 103.3518) (xy 190.190525 103.440525)
(xy 190.1018 103.548637) (xy 190.035872 103.67198) (xy 189.995273 103.805816) (xy 189.981565 103.945) (xy 189.985001 103.979887)
(xy 189.985 117.910123) (xy 189.981565 117.945) (xy 189.995273 118.084184) (xy 190.035872 118.21802) (xy 190.1018 118.341363)
(xy 190.190525 118.449475) (xy 190.274048 118.51802) (xy 190.298637 118.5382) (xy 190.42198 118.604128) (xy 190.555816 118.644727)
(xy 190.695 118.658435) (xy 190.729877 118.655) (xy 204.660123 118.655) (xy 204.695 118.658435) (xy 204.729877 118.655)
(xy 204.834184 118.644727) (xy 204.96802 118.604128) (xy 205.091363 118.5382) (xy 205.199475 118.449475) (xy 205.2882 118.341363)
(xy 205.354128 118.21802) (xy 205.394727 118.084184) (xy 205.408435 117.945) (xy 205.405 117.910123) (xy 205.405 103.979877)
(xy 205.40567 103.973073) (xy 205.581072 104.090273) (xy 206.124308 104.315288) (xy 206.701003 104.43) (xy 207.288997 104.43)
(xy 207.865692 104.315288) (xy 208.408928 104.090273) (xy 208.626343 103.945) (xy 209.031565 103.945) (xy 209.035001 103.979887)
(xy 209.035 117.910123) (xy 209.031565 117.945) (xy 209.045273 118.084184) (xy 209.085872 118.21802) (xy 209.1518 118.341363)
(xy 209.240525 118.449475) (xy 209.324048 118.51802) (xy 209.348637 118.5382) (xy 209.47198 118.604128) (xy 209.605816 118.644727)
(xy 209.745 118.658435) (xy 209.779877 118.655) (xy 223.710123 118.655) (xy 223.745 118.658435) (xy 223.779877 118.655)
(xy 223.884184 118.644727) (xy 224.01802 118.604128) (xy 224.141363 118.5382) (xy 224.249475 118.449475) (xy 224.3382 118.341363)
(xy 224.404128 118.21802) (xy 224.444727 118.084184) (xy 224.458435 117.945) (xy 224.455 117.910123) (xy 224.455 103.979877)
(xy 224.458435 103.945) (xy 224.444727 103.805816) (xy 224.404128 103.67198) (xy 224.3382 103.548637) (xy 224.249475 103.440525)
(xy 224.141363 103.3518) (xy 224.01802 103.285872) (xy 223.884184 103.245273) (xy 223.779877 103.235) (xy 223.745 103.231565)
(xy 223.710123 103.235) (xy 209.779877 103.235) (xy 209.745 103.231565) (xy 209.710123 103.235) (xy 209.605816 103.245273)
(xy 209.47198 103.285872) (xy 209.348637 103.3518) (xy 209.240525 103.440525) (xy 209.1518 103.548637) (xy 209.085872 103.67198)
(xy 209.045273 103.805816) (xy 209.031565 103.945) (xy 208.626343 103.945) (xy 208.897826 103.763601) (xy 209.313601 103.347826)
(xy 209.640273 102.858928) (xy 209.865288 102.315692) (xy 209.98 101.738997) (xy 209.98 101.151003) (xy 209.865288 100.574308)
(xy 209.640273 100.031072) (xy 209.317784 99.548434) (xy 209.42198 99.604128) (xy 209.555816 99.644727) (xy 209.695 99.658435)
(xy 209.729877 99.655) (xy 223.660123 99.655) (xy 223.695 99.658435) (xy 223.729877 99.655) (xy 223.834184 99.644727)
(xy 223.96802 99.604128) (xy 224.091363 99.5382) (xy 224.199475 99.449475) (xy 224.2882 99.341363) (xy 224.354128 99.21802)
(xy 224.394727 99.084184) (xy 224.408435 98.945) (xy 224.405 98.910123) (xy 224.405 84.979877) (xy 224.408435 84.945)
(xy 224.394727 84.805816) (xy 224.354128 84.67198) (xy 224.2882 84.548637) (xy 224.199475 84.440525) (xy 224.091363 84.3518)
(xy 223.96802 84.285872) (xy 223.834184 84.245273) (xy 223.729877 84.235) (xy 223.695 84.231565) (xy 223.660123 84.235)
(xy 209.729877 84.235) (xy 209.695 84.231565) (xy 209.660123 84.235) (xy 209.555816 84.245273) (xy 209.42198 84.285872)
(xy 209.298637 84.3518) (xy 209.190525 84.440525) (xy 209.1018 84.548637) (xy 209.035872 84.67198) (xy 208.995273 84.805816)
(xy 208.981565 84.945) (xy 208.985001 84.979887) (xy 208.985 98.910123) (xy 208.981565 98.945) (xy 208.995273 99.084184)
(xy 209.035872 99.21802) (xy 209.08918 99.317753) (xy 208.897826 99.126399) (xy 208.408928 98.799727) (xy 207.865692 98.574712)
(xy 207.288997 98.46) (xy 206.701003 98.46) (xy 206.124308 98.574712) (xy 205.581072 98.799727) (xy 205.40567 98.916927)
(xy 205.405 98.910123) (xy 205.405 84.979877) (xy 205.408435 84.945) (xy 205.394727 84.805816) (xy 205.354128 84.67198)
(xy 205.2882 84.548637) (xy 205.199475 84.440525) (xy 205.091363 84.3518) (xy 204.96802 84.285872) (xy 204.834184 84.245273)
(xy 204.729877 84.235) (xy 204.695 84.231565) (xy 204.660123 84.235) (xy 190.729877 84.235) (xy 190.695 84.231565)
(xy 190.660123 84.235) (xy 190.555816 84.245273) (xy 190.42198 84.285872) (xy 190.298637 84.3518) (xy 190.190525 84.440525)
(xy 190.1018 84.548637) (xy 190.035872 84.67198) (xy 189.995273 84.805816) (xy 189.981565 84.945) (xy 186.305 84.945)
(xy 186.305 80.079877) (xy 186.308435 80.045) (xy 186.294727 79.905816) (xy 186.254128 79.77198) (xy 186.1882 79.648637)
(xy 186.099475 79.540525) (xy 185.991363 79.4518) (xy 185.86802 79.385872) (xy 185.734184 79.345273) (xy 185.629877 79.335)
(xy 185.595 79.331565) (xy 185.560123 79.335) (xy 171.629877 79.335) (xy 171.595 79.331565) (xy 171.560123 79.335)
(xy 171.455816 79.345273) (xy 171.32198 79.385872) (xy 171.198637 79.4518) (xy 171.090525 79.540525) (xy 171.0018 79.648637)
(xy 170.935872 79.77198) (xy 170.895273 79.905816) (xy 170.881565 80.045) (xy 167.305 80.045) (xy 167.305 77.669877)
(xy 167.308435 77.635) (xy 167.294727 77.495816) (xy 167.254128 77.36198) (xy 167.1882 77.238637) (xy 167.099475 77.130525)
(xy 166.991363 77.0418) (xy 166.86802 76.975872) (xy 166.734184 76.935273) (xy 166.629877 76.925) (xy 166.595 76.921565)
(xy 166.560123 76.925) (xy 152.629877 76.925) (xy 152.595 76.921565) (xy 152.560123 76.925) (xy 152.455816 76.935273)
(xy 152.32198 76.975872) (xy 152.198637 77.0418) (xy 152.090525 77.130525) (xy 152.0018 77.238637) (xy 151.935872 77.36198)
(xy 151.895273 77.495816) (xy 151.881565 77.635) (xy 151.7875 77.635) (xy 151.7875 61.837619) (xy 148.8675 61.837619)
(xy 148.205 61.837619) (xy 148.205 61.079877) (xy 148.208435 61.045) (xy 148.194727 60.905816) (xy 148.154128 60.77198)
(xy 148.0882 60.648637) (xy 147.999475 60.540525) (xy 147.891363 60.4518) (xy 147.76802 60.385872) (xy 147.634184 60.345273)
(xy 147.529877 60.335) (xy 147.495 60.331565) (xy 147.460123 60.335) (xy 133.529877 60.335) (xy 133.495 60.331565)
(xy 133.460123 60.335) (xy 133.355816 60.345273) (xy 133.298884 60.362543) (xy 133.313601 60.347826) (xy 133.640273 59.858928)
(xy 133.865288 59.315692) (xy 133.98 58.738997) (xy 133.98 58.535) (xy 151.881565 58.535) (xy 151.885001 58.569887)
(xy 151.885 72.500123) (xy 151.881565 72.535) (xy 151.895273 72.674184) (xy 151.935872 72.80802) (xy 152.0018 72.931363)
(xy 152.090525 73.039475) (xy 152.198637 73.1282) (xy 152.32198 73.194128) (xy 152.455816 73.234727) (xy 152.595 73.248435)
(xy 152.629877 73.245) (xy 166.560123 73.245) (xy 166.595 73.248435) (xy 166.629877 73.245) (xy 166.734184 73.234727)
(xy 166.86802 73.194128) (xy 166.991363 73.1282) (xy 167.099475 73.039475) (xy 167.1882 72.931363) (xy 167.254128 72.80802)
(xy 167.294727 72.674184) (xy 167.308435 72.535) (xy 167.305 72.500123) (xy 167.305 60.985) (xy 170.881565 60.985)
(xy 170.885001 61.019887) (xy 170.885 74.950123) (xy 170.881565 74.985) (xy 170.895273 75.124184) (xy 170.935872 75.25802)
(xy 171.0018 75.381363) (xy 171.090525 75.489475) (xy 171.198637 75.5782) (xy 171.32198 75.644128) (xy 171.455816 75.684727)
(xy 171.595 75.698435) (xy 171.629877 75.695) (xy 185.560123 75.695) (xy 185.595 75.698435) (xy 185.629877 75.695)
(xy 185.734184 75.684727) (xy 185.86802 75.644128) (xy 185.991363 75.5782) (xy 186.099475 75.489475) (xy 186.1882 75.381363)
(xy 186.254128 75.25802) (xy 186.294727 75.124184) (xy 186.308435 74.985) (xy 186.305 74.950123) (xy 186.305 61.019877)
(xy 186.308435 60.985) (xy 186.294727 60.845816) (xy 186.254128 60.71198) (xy 186.1882 60.588637) (xy 186.099475 60.480525)
(xy 185.991363 60.3918) (xy 185.86802 60.325872) (xy 185.734184 60.285273) (xy 185.629877 60.275) (xy 185.595 60.271565)
(xy 185.560123 60.275) (xy 171.629877 60.275) (xy 171.595 60.271565) (xy 171.560123 60.275) (xy 171.455816 60.285273)
(xy 171.32198 60.325872) (xy 171.198637 60.3918) (xy 171.090525 60.480525) (xy 171.0018 60.588637) (xy 170.935872 60.71198)
(xy 170.895273 60.845816) (xy 170.881565 60.985) (xy 167.305 60.985) (xy 167.305 58.569877) (xy 167.308435 58.535)
(xy 167.294727 58.395816) (xy 167.254128 58.26198) (xy 167.1882 58.138637) (xy 167.099475 58.030525) (xy 166.991363 57.9418)
(xy 166.86802 57.875872) (xy 166.734184 57.835273) (xy 166.629877 57.825) (xy 166.595 57.821565) (xy 166.560123 57.825)
(xy 152.629877 57.825) (xy 152.595 57.821565) (xy 152.560123 57.825) (xy 152.455816 57.835273) (xy 152.32198 57.875872)
(xy 152.198637 57.9418) (xy 152.090525 58.030525) (xy 152.0018 58.138637) (xy 151.935872 58.26198) (xy 151.895273 58.395816)
(xy 151.881565 58.535) (xy 133.98 58.535) (xy 133.98 58.151003) (xy 133.865288 57.574308) (xy 133.640273 57.031072)
(xy 133.383978 56.647501) (xy 133.495 56.658435) (xy 133.529877 56.655) (xy 147.460123 56.655) (xy 147.495 56.658435)
(xy 147.529877 56.655) (xy 147.634184 56.644727) (xy 147.76802 56.604128) (xy 147.891363 56.5382) (xy 147.999475 56.449475)
(xy 148.0882 56.341363) (xy 148.154128 56.21802) (xy 148.194727 56.084184) (xy 148.208435 55.945) (xy 148.205 55.910123)
(xy 148.205 41.979877) (xy 148.208435 41.945) (xy 148.194727 41.805816) (xy 148.154128 41.67198) (xy 148.0882 41.548637)
(xy 147.999475 41.440525) (xy 147.891363 41.3518) (xy 147.76802 41.285872) (xy 147.634184 41.245273) (xy 147.529877 41.235)
(xy 147.495 41.231565) (xy 147.460123 41.235) (xy 133.529877 41.235) (xy 133.495 41.231565) (xy 133.460123 41.235)
(xy 133.355816 41.245273) (xy 133.22198 41.285872) (xy 133.098637 41.3518) (xy 132.990525 41.440525) (xy 132.9018 41.548637)
(xy 132.835872 41.67198) (xy 132.795273 41.805816) (xy 132.781565 41.945) (xy 132.785001 41.979887) (xy 132.785 55.910123)
(xy 132.781565 55.945) (xy 132.792499 56.056022) (xy 132.408928 55.799727) (xy 131.865692 55.574712) (xy 131.288997 55.46)
(xy 130.701003 55.46) (xy 130.124308 55.574712) (xy 129.581072 55.799727) (xy 129.205 56.051011) (xy 129.205 44.479877)
(xy 129.208435 44.445) (xy 129.194727 44.305816) (xy 129.154128 44.17198) (xy 129.0882 44.048637) (xy 128.999475 43.940525)
(xy 128.891363 43.8518) (xy 128.76802 43.785872) (xy 128.634184 43.745273) (xy 128.529877 43.735) (xy 128.495 43.731565)
(xy 128.460123 43.735) (xy 114.529877 43.735) (xy 114.495 43.731565) (xy 114.460123 43.735) (xy 114.355816 43.745273)
(xy 114.22198 43.785872) (xy 114.098637 43.8518) (xy 113.990525 43.940525) (xy 113.9018 44.048637) (xy 113.835872 44.17198)
(xy 113.795273 44.305816) (xy 113.781565 44.445) (xy 112.705 44.445) (xy 112.705 39.445) (xy 151.881565 39.445)
(xy 151.885001 39.479887) (xy 151.885 53.410123) (xy 151.881565 53.445) (xy 151.895273 53.584184) (xy 151.935872 53.71802)
(xy 152.0018 53.841363) (xy 152.090525 53.949475) (xy 152.198637 54.0382) (xy 152.32198 54.104128) (xy 152.455816 54.144727)
(xy 152.595 54.158435) (xy 152.629877 54.155) (xy 166.560123 54.155) (xy 166.595 54.158435) (xy 166.629877 54.155)
(xy 166.734184 54.144727) (xy 166.86802 54.104128) (xy 166.991363 54.0382) (xy 167.099475 53.949475) (xy 167.1882 53.841363)
(xy 167.254128 53.71802) (xy 167.294727 53.584184) (xy 167.308435 53.445) (xy 167.305 53.410123) (xy 167.305 41.985)
(xy 170.881565 41.985) (xy 170.885001 42.019887) (xy 170.885 55.950123) (xy 170.881565 55.985) (xy 170.895273 56.124184)
(xy 170.935872 56.25802) (xy 171.0018 56.381363) (xy 171.090525 56.489475) (xy 171.198637 56.5782) (xy 171.32198 56.644128)
(xy 171.455816 56.684727) (xy 171.595 56.698435) (xy 171.629877 56.695) (xy 185.560123 56.695) (xy 185.595 56.698435)
(xy 185.629877 56.695) (xy 185.734184 56.684727) (xy 185.86802 56.644128) (xy 185.991363 56.5782) (xy 186.099475 56.489475)
(xy 186.1882 56.381363) (xy 186.254128 56.25802) (xy 186.294727 56.124184) (xy 186.308435 55.985) (xy 186.305 55.950123)
(xy 186.305 46.845) (xy 189.981565 46.845) (xy 189.985001 46.879887) (xy 189.985 60.810123) (xy 189.981565 60.845)
(xy 189.995273 60.984184) (xy 190.035872 61.11802) (xy 190.1018 61.241363) (xy 190.190525 61.349475) (xy 190.288645 61.43)
(xy 190.298637 61.4382) (xy 190.42198 61.504128) (xy 190.555816 61.544727) (xy 190.695 61.558435) (xy 190.729877 61.555)
(xy 204.339816 61.555) (xy 204.124712 62.074308) (xy 204.01 62.651003) (xy 204.01 63.238997) (xy 204.124712 63.815692)
(xy 204.349727 64.358928) (xy 204.676399 64.847826) (xy 204.891116 65.062543) (xy 204.834184 65.045273) (xy 204.729877 65.035)
(xy 204.695 65.031565) (xy 204.660123 65.035) (xy 190.729877 65.035) (xy 190.695 65.031565) (xy 190.660123 65.035)
(xy 190.555816 65.045273) (xy 190.42198 65.085872) (xy 190.298637 65.1518) (xy 190.190525 65.240525) (xy 190.1018 65.348637)
(xy 190.035872 65.47198) (xy 189.995273 65.605816) (xy 189.981565 65.745) (xy 189.985001 65.779887) (xy 189.985 79.710123)
(xy 189.981565 79.745) (xy 189.995273 79.884184) (xy 190.035872 80.01802) (xy 190.1018 80.141363) (xy 190.190525 80.249475)
(xy 190.274048 80.31802) (xy 190.298637 80.3382) (xy 190.42198 80.404128) (xy 190.555816 80.444727) (xy 190.695 80.458435)
(xy 190.729877 80.455) (xy 204.660123 80.455) (xy 204.695 80.458435) (xy 204.729877 80.455) (xy 204.834184 80.444727)
(xy 204.96802 80.404128) (xy 205.091363 80.3382) (xy 205.199475 80.249475) (xy 205.2882 80.141363) (xy 205.354128 80.01802)
(xy 205.394727 79.884184) (xy 205.408435 79.745) (xy 205.405 79.710123) (xy 205.405 65.779877) (xy 205.408435 65.745)
(xy 205.394727 65.605816) (xy 205.354128 65.47198) (xy 205.326401 65.420107) (xy 205.581072 65.590273) (xy 206.124308 65.815288)
(xy 206.701003 65.93) (xy 207.288997 65.93) (xy 207.865692 65.815288) (xy 208.035382 65.745) (xy 208.981565 65.745)
(xy 208.985001 65.779887) (xy 208.985 79.710123) (xy 208.981565 79.745) (xy 208.995273 79.884184) (xy 209.035872 80.01802)
(xy 209.1018 80.141363) (xy 209.190525 80.249475) (xy 209.274048 80.31802) (xy 209.298637 80.3382) (xy 209.42198 80.404128)
(xy 209.555816 80.444727) (xy 209.695 80.458435) (xy 209.729877 80.455) (xy 223.660123 80.455) (xy 223.695 80.458435)
(xy 223.729877 80.455) (xy 223.834184 80.444727) (xy 223.96802 80.404128) (xy 224.091363 80.3382) (xy 224.199475 80.249475)
(xy 224.2882 80.141363) (xy 224.354128 80.01802) (xy 224.394727 79.884184) (xy 224.408435 79.745) (xy 224.405 79.710123)
(xy 224.405 65.779877) (xy 224.408435 65.745) (xy 224.394727 65.605816) (xy 224.354128 65.47198) (xy 224.2882 65.348637)
(xy 224.199475 65.240525) (xy 224.091363 65.1518) (xy 223.96802 65.085872) (xy 223.834184 65.045273) (xy 223.729877 65.035)
(xy 223.695 65.031565) (xy 223.660123 65.035) (xy 209.729877 65.035) (xy 209.695 65.031565) (xy 209.660123 65.035)
(xy 209.555816 65.045273) (xy 209.42198 65.085872) (xy 209.298637 65.1518) (xy 209.190525 65.240525) (xy 209.1018 65.348637)
(xy 209.035872 65.47198) (xy 208.995273 65.605816) (xy 208.981565 65.745) (xy 208.035382 65.745) (xy 208.408928 65.590273)
(xy 208.897826 65.263601) (xy 209.313601 64.847826) (xy 209.640273 64.358928) (xy 209.865288 63.815692) (xy 209.98 63.238997)
(xy 209.98 62.651003) (xy 209.865288 62.074308) (xy 209.649762 61.55398) (xy 209.695 61.558435) (xy 209.729877 61.555)
(xy 223.660123 61.555) (xy 223.695 61.558435) (xy 223.729877 61.555) (xy 223.834184 61.544727) (xy 223.96802 61.504128)
(xy 224.091363 61.4382) (xy 224.199475 61.349475) (xy 224.2882 61.241363) (xy 224.354128 61.11802) (xy 224.394727 60.984184)
(xy 224.408435 60.845) (xy 224.405 60.810123) (xy 224.405 46.879877) (xy 224.408435 46.845) (xy 224.394727 46.705816)
(xy 224.354128 46.57198) (xy 224.2882 46.448637) (xy 224.199475 46.340525) (xy 224.091363 46.2518) (xy 223.96802 46.185872)
(xy 223.834184 46.145273) (xy 223.729877 46.135) (xy 223.695 46.131565) (xy 223.660123 46.135) (xy 209.729877 46.135)
(xy 209.695 46.131565) (xy 209.660123 46.135) (xy 209.555816 46.145273) (xy 209.42198 46.185872) (xy 209.298637 46.2518)
(xy 209.190525 46.340525) (xy 209.1018 46.448637) (xy 209.035872 46.57198) (xy 208.995273 46.705816) (xy 208.981565 46.845)
(xy 208.985001 46.879887) (xy 208.985 60.713573) (xy 208.897826 60.626399) (xy 208.408928 60.299727) (xy 207.865692 60.074712)
(xy 207.288997 59.96) (xy 206.701003 59.96) (xy 206.124308 60.074712) (xy 205.581072 60.299727) (xy 205.405 60.417375)
(xy 205.405 46.879877) (xy 205.408435 46.845) (xy 205.394727 46.705816) (xy 205.354128 46.57198) (xy 205.2882 46.448637)
(xy 205.199475 46.340525) (xy 205.091363 46.2518) (xy 204.96802 46.185872) (xy 204.834184 46.145273) (xy 204.729877 46.135)
(xy 204.695 46.131565) (xy 204.660123 46.135) (xy 190.729877 46.135) (xy 190.695 46.131565) (xy 190.660123 46.135)
(xy 190.555816 46.145273) (xy 190.42198 46.185872) (xy 190.298637 46.2518) (xy 190.190525 46.340525) (xy 190.1018 46.448637)
(xy 190.035872 46.57198) (xy 189.995273 46.705816) (xy 189.981565 46.845) (xy 186.305 46.845) (xy 186.305 42.019877)
(xy 186.308435 41.985) (xy 186.294727 41.845816) (xy 186.254128 41.71198) (xy 186.1882 41.588637) (xy 186.099475 41.480525)
(xy 185.991363 41.3918) (xy 185.86802 41.325872) (xy 185.734184 41.285273) (xy 185.629877 41.275) (xy 185.595 41.271565)
(xy 185.560123 41.275) (xy 171.629877 41.275) (xy 171.595 41.271565) (xy 171.560123 41.275) (xy 171.455816 41.285273)
(xy 171.32198 41.325872) (xy 171.198637 41.3918) (xy 171.090525 41.480525) (xy 171.0018 41.588637) (xy 170.935872 41.71198)
(xy 170.895273 41.845816) (xy 170.881565 41.985) (xy 167.305 41.985) (xy 167.305 39.479877) (xy 167.308435 39.445)
(xy 167.294727 39.305816) (xy 167.254128 39.17198) (xy 167.1882 39.048637) (xy 167.099475 38.940525) (xy 166.991363 38.8518)
(xy 166.86802 38.785872) (xy 166.734184 38.745273) (xy 166.629877 38.735) (xy 166.595 38.731565) (xy 166.560123 38.735)
(xy 152.629877 38.735) (xy 152.595 38.731565) (xy 152.560123 38.735) (xy 152.455816 38.745273) (xy 152.32198 38.785872)
(xy 152.198637 38.8518) (xy 152.090525 38.940525) (xy 152.0018 39.048637) (xy 151.935872 39.17198) (xy 151.895273 39.305816)
(xy 151.881565 39.445) (xy 112.705 39.445) (xy 112.705 39.145821) (xy 112.746463 39.002775) (xy 112.846756 38.852335)
(xy 112.915575 38.783516) (xy 112.967387 38.75761) (xy 113.193645 38.68219) (xy 113.601036 38.580342) (xy 113.61046 38.576975)
(xy 150.008615 37.13) (xy 171.891299 37.13)
)
)
)
)
| KiCad | 5 | GerardoNevarez/SofleKeyboard | Sofle_RGB/Case/PCBTop/SofleKeyboardTopPlate.kicad_pcb | [
"MIT-0"
] |
#![crate_name = "foo"]
#![feature(doc_cfg)]
#![feature(staged_api)]
#![stable(feature = "rust1", since = "1.0.0")]
#[stable(feature = "rust1", since = "1.0.0")]
pub mod tag {
#[unstable(feature = "humans", issue = "none")]
pub trait Unstable {}
#[stable(feature = "rust1", since = "1.0.0")]
#[doc(cfg(feature = "sync"))]
pub trait Portability {}
#[unstable(feature = "humans", issue = "none")]
#[doc(cfg(feature = "sync"))]
pub trait Both {}
#[stable(feature = "rust1", since = "1.0.0")]
pub trait None {}
}
// @has foo/mod1/index.html
#[stable(feature = "rust1", since = "1.0.0")]
pub mod mod1 {
// @has - '//code' 'pub use tag::Unstable;'
// @has - '//span' 'Experimental'
// @!has - '//span' 'sync'
#[stable(feature = "rust1", since = "1.0.0")]
pub use tag::Unstable;
}
// @has foo/mod2/index.html
#[stable(feature = "rust1", since = "1.0.0")]
pub mod mod2 {
// @has - '//code' 'pub use tag::Portability;'
// @!has - '//span' 'Experimental'
// @has - '//span' 'sync'
#[stable(feature = "rust1", since = "1.0.0")]
pub use tag::Portability;
}
// @has foo/mod3/index.html
#[stable(feature = "rust1", since = "1.0.0")]
pub mod mod3 {
// @has - '//code' 'pub use tag::Both;'
// @has - '//span' 'Experimental'
// @has - '//span' 'sync'
#[stable(feature = "rust1", since = "1.0.0")]
pub use tag::Both;
}
// @has foo/mod4/index.html
#[stable(feature = "rust1", since = "1.0.0")]
pub mod mod4 {
// @has - '//code' 'pub use tag::None;'
// @!has - '//span' 'Experimental'
// @!has - '//span' 'sync'
#[stable(feature = "rust1", since = "1.0.0")]
pub use tag::None;
}
| Rust | 4 | mbc-git/rust | src/test/rustdoc/reexport-stability-tags-unstable-and-portability.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
<title></title>
<table width="100%" height="100%" style="min-width: 348px;" border="0" cellspacing="0" cellpadding="0">
<tbody><tr height="32px">
<td></td>
</tr>
<tr align="center">
<td width="32px"></td>
<td>
<table border="0" cellspacing="0" cellpadding="0" style="max-width: 600px;">
<tbody><tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td align="left"><img width="92px" height="32px" src="cid:google_logo" style="display: block;"></td>
<td align="right"><img width="32px" height="32px" style="display: block;" src="cid:keyhole"></td>
</tr>
</tbody></table>
</td>
</tr>
<tr height="16">
<td></td>
</tr>
<tr>
<td>
<table bgcolor="#4184F3" width="100%" border="0" cellspacing="0" cellpadding="0" style="min-width: 332px; max-width: 600px; border: 1px solid #E0E0E0; border-bottom: 0; border-top-left-radius: 3px; border-top-right-radius: 3px;">
<tbody><tr>
<td height="72px" colspan="3"></td>
</tr>
<tr>
<td width="32px"></td>
<td style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 24px; color: #FFFFFF; line-height: 1.25;">
New sign-in from Chrome on Mac</td>
<td width="32px"></td>
</tr>
<tr>
<td height="18px" colspan="3"></td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td>
<table bgcolor="#FAFAFA" width="100%" border="0" cellspacing="0" cellpadding="0" style="min-width: 332px; max-width: 600px; border: 1px solid #F0F0F0; border-bottom: 1px solid #C0C0C0; border-top: 0; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;">
<tbody><tr height="16px">
<td width="32px" rowspan="3"></td>
<td></td>
<td width="32px" rowspan="3"></td>
</tr>
<tr>
<td>
<table style="min-width: 300px;" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 13px; color: #202020; line-height: 1.5;">
Hi Ben,</td>
</tr>
<tr>
<td style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 13px; color: #202020; line-height: 1.5;">
Your Google Account <a href="mailto:careless@foundry376.com" title="mailto:careless@foundry376.com">careless@foundry376.com</a> was just used to sign
in from <span style="white-space:nowrap;">Chrome</span> on
<span style="white-space:nowrap;">Mac</span>.
<table border="0" cellspacing="0" cellpadding="0" style="margin-top: 48px; margin-bottom: 48px;">
<tbody><tr valign="middle">
<td width="32px"></td>
<td align="center"><img src="cid:profilephoto" width="48px" height="48px" style="display: block; border-radius: 50%;"></td>
<td width="16px"></td>
<td style="line-height: 1;"><span style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif;font-size: 20px; color: #202020;">
Ben Gotow (Careless)</span><br>
<span style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif;font-size: 13px; color: #727272;">
<a href="mailto:careless@foundry376.com" title="mailto:careless@foundry376.com">careless@foundry376.com</a></span></td>
</tr>
<tr valign="middle">
<td width="32px" height="24px"></td>
<td align="center" height="24px"><img src="cid:down_arrow" width="4px" height="10px" style="display: block;"></td>
</tr>
<tr valign="top">
<td width="32px"></td>
<td align="center"><img src="cid:osx" width="48px" height="48px" style="display: block;"></td>
<td width="16px"></td>
<td style="line-height: 1.5;"><span style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 16px; color: #202020;">
Mac</span><br>
<span style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 13px; color: #727272;">
Monday, July 13, 2015 3:49 PM (Pacific Daylight Time)<br>
San Francisco, CA, USA*<br>
Chrome</span></td>
</tr>
</tbody></table>
<b>Don't recognize this activity?</b><br>
Review your <a href="https://accounts.google.com/AccountChooser?Email=careless@foundry376.com&am%E2%80%A6//security.google.com/settings/security/activity/nt/1436827773000?rfn%3D31" style="text-decoration: none; color: #4285F4;" target="_blank" title="https://accounts.google.com/AccountChooser?Email=careless@foundry376.com&am%E2%80%A6//security.google.com/settings/security/activity/nt/1436827773000?rfn%3D31">recently used devices</a> now.<br>
<br>
Why are we sending this? We take security very seriously and we
want to keep you in the loop on important actions in your
account.<br>
We were unable to determine whether you have used this browser or
device with your account before. This can happen when you sign in
for the first time on a new computer, phone or browser, when you
use your browser's incognito or private browsing mode or clear your
cookies, or when somebody else is accessing your account.</td>
</tr>
<tr height="32px">
<td></td>
</tr>
<tr>
<td style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 13px; color: #202020; line-height: 1.5;">
Best,<br>
The Google Accounts team</td>
</tr>
<tr height="16px">
<td></td>
</tr>
<tr>
<td style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 12px; color: #B9B9B9; line-height: 1.5;">
*The location is approximate and determined by the IP address it
was coming from.<br>
This email can't receive replies. To give us feedback on this
alert, <a href="https://support.google.com/accounts/contact/device_alert_feedback?hl=en" style="text-decoration: none; color: #4285F4;" target="_blank" title="https://support.google.com/accounts/contact/device_alert_feedback?hl=en">click here</a>.<br>
For more information, visit the <a href="https://support.google.com/accounts/answer/2733203" style="text-decoration: none; color: #4285F4;" target="_blank" title="https://support.google.com/accounts/answer/2733203">Google
Accounts Help Center</a>.</td>
</tr>
</tbody></table>
</td>
</tr>
<tr height="32px">
<td></td>
</tr>
</tbody></table>
</td>
</tr>
<tr height="16">
<td></td>
</tr>
<tr>
<td style="max-width: 600px; font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 10px; color: #BCBCBC; line-height: 1.5;">
You received this mandatory email service announcement to update
you about important changes to your Google product or account.<br>
<div style="direction: ltr; text-align: left">© 2015 Google Inc.,
1600 Amphitheatre Parkway, Mountain View, CA 94043, USA</div>
</td>
</tr>
</tbody></table>
</td>
<td width="32px"></td>
</tr>
<tr height="32px">
<td></td>
</tr>
</tbody></table>
| HTML | 2 | cnheider/nylas-mail | packages/client-app/internal_packages/message-list/spec/autolinker-fixtures/gmail-out.html | [
"MIT"
] |
defmodule Phoenix.Integration.EndpointHelper do
@moduledoc """
Utility functions for integration testing endpoints.
"""
@doc """
Finds `n` unused network port numbers.
"""
def get_unused_port_numbers(n) when is_integer(n) and n > 1 do
(1..n)
# Open up `n` sockets at the same time, so we don't get
# duplicate port numbers
|> Enum.map(&listen_on_os_assigned_port/1)
|> Enum.map(&get_port_number_and_close/1)
end
defp listen_on_os_assigned_port(_) do
{:ok, socket} = :gen_tcp.listen(0, [])
socket
end
defp get_port_number_and_close(socket) do
{:ok, port_number} = :inet.port(socket)
:gen_tcp.close(socket)
port_number
end
end
| Elixir | 4 | faheempatel/phoenix | test/support/endpoint_helper.exs | [
"MIT"
] |
input3_var = thisisonlylocal
input3_var_2 = ${parent_var}
build ${input3_var_2}: phony
| Ninja | 2 | uraimo/swift-llbuild | tests/Ninja/Loader/Inputs/include-b-2.ninja | [
"Apache-2.0"
] |
Red/System [
Title: "gtk3 text-list widget"
Author: "bitbegin"
File: %text-list.reds
Tabs: 4
Rights: "Copyright (C) 2019 Red Foundation. All rights reserved."
License: {
Distributed under the Boost Software License, Version 1.0.
See https://github.com/red/red/blob/master/BSL-License.txt
}
]
select-text-list: func [
widget [handle!]
int [integer!]
/local
item [handle!]
][
either int < 0 [
gtk_list_box_unselect_all widget
][
item: gtk_list_box_get_row_at_index widget int
unless null? item [
gtk_list_box_select_row widget item
]
]
]
init-text-list: func [
widget [handle!]
data [red-block!]
selected [red-integer!]
/local
str [red-string!]
tail [red-string!]
val [c-string!]
len [integer!]
label [handle!]
type [integer!]
idx [integer!]
][
if any [
TYPE_OF(data) = TYPE_BLOCK
TYPE_OF(data) = TYPE_HASH
TYPE_OF(data) = TYPE_MAP
][
str: as red-string! block/rs-head data
tail: as red-string! block/rs-tail data
while [str < tail][
type: TYPE_OF(str)
if ANY_STRING?(type) [
len: -1
val: unicode/to-utf8 str :len
label: gtk_label_new val
gtk_widget_show label
gtk_widget_set_halign label 1 ;-- GTK_ALIGN_START
gtk_container_add widget label
]
str: str + 1
]
]
idx: either TYPE_OF(selected) = TYPE_INTEGER [selected/value - 1][-1]
select-text-list widget idx
]
| Red | 3 | GalenIvanov/red | modules/view/backends/gtk3/text-list.reds | [
"BSL-1.0",
"BSD-3-Clause"
] |
#= require_tree ../utils
{ matches, getData, setData, stopEverything, formElements } = Rails
Rails.handleDisabledElement = (e) ->
element = this
stopEverything(e) if element.disabled
# Unified function to enable an element (link, button and form)
Rails.enableElement = (e) ->
if e instanceof Event
return if isXhrRedirect(e)
element = e.target
else
element = e
if matches(element, Rails.linkDisableSelector)
enableLinkElement(element)
else if matches(element, Rails.buttonDisableSelector) or matches(element, Rails.formEnableSelector)
enableFormElement(element)
else if matches(element, Rails.formSubmitSelector)
enableFormElements(element)
# Unified function to disable an element (link, button and form)
Rails.disableElement = (e) ->
element = if e instanceof Event then e.target else e
if matches(element, Rails.linkDisableSelector)
disableLinkElement(element)
else if matches(element, Rails.buttonDisableSelector) or matches(element, Rails.formDisableSelector)
disableFormElement(element)
else if matches(element, Rails.formSubmitSelector)
disableFormElements(element)
# Replace element's html with the 'data-disable-with' after storing original html
# and prevent clicking on it
disableLinkElement = (element) ->
return if getData(element, 'ujs:disabled')
replacement = element.getAttribute('data-disable-with')
if replacement?
setData(element, 'ujs:enable-with', element.innerHTML) # store enabled state
element.innerHTML = replacement
element.addEventListener('click', stopEverything) # prevent further clicking
setData(element, 'ujs:disabled', true)
# Restore element to its original state which was disabled by 'disableLinkElement' above
enableLinkElement = (element) ->
originalText = getData(element, 'ujs:enable-with')
if originalText?
element.innerHTML = originalText # set to old enabled state
setData(element, 'ujs:enable-with', null) # clean up cache
element.removeEventListener('click', stopEverything) # enable element
setData(element, 'ujs:disabled', null)
# Disables form elements:
# - Caches element value in 'ujs:enable-with' data store
# - Replaces element text with value of 'data-disable-with' attribute
# - Sets disabled property to true
disableFormElements = (form) ->
formElements(form, Rails.formDisableSelector).forEach(disableFormElement)
disableFormElement = (element) ->
return if getData(element, 'ujs:disabled')
replacement = element.getAttribute('data-disable-with')
if replacement?
if matches(element, 'button')
setData(element, 'ujs:enable-with', element.innerHTML)
element.innerHTML = replacement
else
setData(element, 'ujs:enable-with', element.value)
element.value = replacement
element.disabled = true
setData(element, 'ujs:disabled', true)
# Re-enables disabled form elements:
# - Replaces element text with cached value from 'ujs:enable-with' data store (created in `disableFormElements`)
# - Sets disabled property to false
enableFormElements = (form) ->
formElements(form, Rails.formEnableSelector).forEach(enableFormElement)
enableFormElement = (element) ->
originalText = getData(element, 'ujs:enable-with')
if originalText?
if matches(element, 'button')
element.innerHTML = originalText
else
element.value = originalText
setData(element, 'ujs:enable-with', null) # clean up cache
element.disabled = false
setData(element, 'ujs:disabled', null)
isXhrRedirect = (event) ->
xhr = event.detail?[0]
xhr?.getResponseHeader("X-Xhr-Redirect")?
| CoffeeScript | 5 | mdesantis/rails | actionview/app/assets/javascripts/rails-ujs/features/disable.coffee | [
"MIT"
] |
discard """
action: compile
"""
#bug #712
import tables
proc test(): Table[string, string] =
discard
proc test2(): Table[string, string] =
discard
var x = 5
let blah =
case x
of 5:
test2()
of 2:
test()
else: test()
echo blah.len
| Nimrod | 3 | JohnAD/Nim | tests/exprs/tifexpr_typeinference.nim | [
"MIT"
] |
difference()
{
intersection()
{
translate([ -25, -25, -25])
linear_extrude(height = 50, convexity = 3)
import(file = "example008.dxf", layer = "G");
rotate(90, [1, 0, 0])
translate([ -25, -125, -25])
linear_extrude(height = 50, convexity = 3)
import(file = "example008.dxf", layer = "E");
rotate(90, [0, 1, 0])
translate([ -125, -125, -25])
linear_extrude(height = 50, convexity = 3)
import(file = "example008.dxf", layer = "B");
}
intersection()
{
translate([ -125, -25, -26])
linear_extrude(height = 52, convexity = 1)
import(file = "example008.dxf", layer = "X");
rotate(90, [0, 1, 0])
translate([ -125, -25, -26])
linear_extrude(height = 52, convexity = 1)
import(file = "example008.dxf", layer = "X");
}
} | OpenSCAD | 3 | heristhesiya/OpenJSCAD.org | packages/io/scad-deserializer/tests/examples/example008.scad | [
"MIT"
] |
(* Copyright (C) 2009,2016,2017 Matthew Fluet.
* Copyright (C) 2004-2006 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a HPND-style license.
* See the file MLton-LICENSE for details.
*)
type svalue = Tokens.svalue
type pos = SourcePos.t
type lexresult = (svalue, pos) Tokens.token
type lexarg = {source: Source.t}
type arg = lexarg
type ('a,'b) token = ('a,'b) Tokens.token
fun lastPos (yypos, yytext) = yypos + size yytext - 1
fun tok (t, x, s, l) =
let
val left = Source.getPos (s, l)
val right = Source.getPos (s, lastPos (l, x))
in
t (left, right)
end
fun tok' (t, x, s, l) = tok (fn (l, r) => t (x, l, r), x, s, l)
fun error' (left, right, msg) =
Control.errorStr (Region.make {left = left, right = right}, msg)
fun error (source, left, right, msg) =
error' (Source.getPos (source, left), Source.getPos (source, right), msg)
(* Comments *)
local
val commentErrors: string list ref = ref []
val commentLeft = ref SourcePos.bogus
val commentStack: (int -> unit) list ref = ref []
in
fun addCommentError msg =
List.push (commentErrors, msg)
val inComment = fn () => not (List.isEmpty (!commentStack))
fun startComment (source, yypos, th) =
if inComment ()
then List.push (commentStack, fn _ => th ())
else (commentErrors := []
; commentLeft := Source.getPos (source, yypos)
; List.push (commentStack, fn yypos =>
(List.foreach (!commentErrors, fn msg =>
error' (!commentLeft,
Source.getPos (source, yypos),
msg))
; th ())))
fun finishComment yypos =
(List.pop commentStack) yypos
end
(* Line Directives *)
local
val lineDirCol: int ref = ref ~1
val lineDirFile: File.t option ref = ref NONE
val lineDirLine: int ref = ref ~1
in
fun startLineDir (source, yypos, th) =
let
val _ = lineDirCol := ~1
val _ = lineDirFile := NONE
val _ = lineDirLine := ~1
in
startComment (source, yypos, th)
end
fun addLineDirLineCol (line, col) =
let
val _ = lineDirLine := line
val _ = lineDirCol := col
in
()
end
fun addLineDirFile file =
let
val _ = lineDirFile := SOME file
in
()
end
fun finishLineDir (source, yypos) =
let
val col = !lineDirCol
val file = !lineDirFile
val line = !lineDirLine
val _ = lineDirCol := ~1
val _ = lineDirFile := NONE
val _ = lineDirLine := ~1
in
finishComment yypos
; Source.lineDirective (source, file,
{lineNum = line,
lineStart = yypos + 1 - col})
end
end
(* Text Constants *)
local
val chars: char list ref = ref []
val inText = ref false
val textLeft = ref SourcePos.bogus
val textFinishFn: (string * SourcePos.t * SourcePos.t -> lexresult) ref = ref (fn _ => raise Fail "textFinish")
in
fun startText (tl, tf) =
let
val _ = chars := []
val _ = inText := true
val _ = textLeft := tl
val _ = textFinishFn := tf
in
()
end
fun finishText textRight =
let
val cs = String.fromListRev (!chars)
val tl = !textLeft
val tr = textRight
val tf = !textFinishFn
val _ = chars := []
val _ = inText := false
val _ = textLeft := SourcePos.bogus
val _ = textFinishFn := (fn _ => raise Fail "textFinish")
in
tf (cs, tl, tr)
end
fun addTextString (s: string) =
chars := String.fold (s, !chars, fn (c, ac) => c :: ac)
val inText = fn () => !inText
end
fun addTextChar (c: char) = addTextString (String.fromChar c)
fun addTextNumEsc (source, yypos, yytext, drop, radix): unit =
let
val left = yypos
val right = lastPos (left, yytext)
fun err () =
error (source, left, right, "Illegal numeric escape in text constant")
in
case StringCvt.scanString (fn r => IntInf.scan (radix, r)) (String.dropPrefix (yytext, drop)) of
NONE => err ()
| SOME i => if i > 255
then err ()
else addTextChar (Char.chr (IntInf.toInt i))
end
fun addTextUTF8 (source, yypos, yytext): unit =
addTextString yytext
(* EOF *)
val eof: lexarg -> lexresult =
fn {source, ...} =>
let
val _ = Source.newline (source, ~1)
val pos = Source.getPos (source, ~1)
val _ =
if inComment ()
then error' (pos, SourcePos.bogus, "Unclosed comment at end of file")
else ()
val _ =
if inText ()
then error' (pos, SourcePos.bogus, "Unclosed text constant at end of file")
else ()
in
Tokens.EOF (pos, SourcePos.bogus)
end
%%
%full
%s TEXT TEXT_FMT BLOCK_COMMENT LINE_COMMENT LINE_DIR1 LINE_DIR2 LINE_DIR3 LINE_DIR4;
%header (functor MLBLexFun (structure Tokens : MLB_TOKENS));
%arg ({source});
ws=\t|"\011"|"\012"|" ";
cr="\013";
nl="\010";
eol=({cr}{nl}|{nl}|{cr});
alphanum=[A-Za-z0-9'_];
alphanumId=[A-Za-z]{alphanum}*;
id={alphanumId};
pathvar="$("([A-Z_][A-Z0-9_]*)")";
filename=({pathvar}|[A-Za-z0-9_.])({pathvar}|[-A-Za-z0-9_.])*;
arc=({pathvar}|{filename}|"."|"..");
relpath=({arc}"/")*;
abspath="/"{relpath};
path={relpath}|{abspath};
file={path}{filename};
decDigit=[0-9];
hexDigit=[0-9a-fA-F];
%%
<INITIAL>{ws}+ => (continue ());
<INITIAL>{eol} => (Source.newline (source, lastPos (yypos, yytext)); continue ());
<INITIAL>"_prim" => (tok (Tokens.PRIM, yytext, source, yypos));
<INITIAL>"," => (tok (Tokens.COMMA, yytext, source, yypos));
<INITIAL>";" => (tok (Tokens.SEMICOLON, yytext, source, yypos));
<INITIAL>"=" => (tok (Tokens.EQUALOP, yytext, source, yypos));
<INITIAL>"and" => (tok (Tokens.AND, yytext, source, yypos));
<INITIAL>"ann" => (tok (Tokens.ANN, yytext, source, yypos));
<INITIAL>"bas" => (tok (Tokens.BAS, yytext, source, yypos));
<INITIAL>"basis" => (tok (Tokens.BASIS, yytext, source, yypos));
<INITIAL>"end" => (tok (Tokens.END, yytext, source, yypos));
<INITIAL>"functor" => (tok (Tokens.FUNCTOR, yytext, source, yypos));
<INITIAL>"in" => (tok (Tokens.IN, yytext, source, yypos));
<INITIAL>"let" => (tok (Tokens.LET, yytext, source, yypos));
<INITIAL>"local" => (tok (Tokens.LOCAL, yytext, source, yypos));
<INITIAL>"open" => (tok (Tokens.OPEN, yytext, source, yypos));
<INITIAL>"signature" => (tok (Tokens.SIGNATURE, yytext, source, yypos));
<INITIAL>"structure" => (tok (Tokens.STRUCTURE, yytext, source, yypos));
<INITIAL>{id} => (tok' (Tokens.ID, yytext, source, yypos));
<INITIAL>{file} => (tok' (Tokens.FILE, yytext, source, yypos));
<INITIAL>"\"" =>
(startText (Source.getPos (source, yypos), fn (s, l, r) =>
(YYBEGIN INITIAL;
Tokens.STRING (s, l, r)))
; YYBEGIN TEXT
; continue ());
<TEXT>"\"" => (finishText (Source.getPos (source, lastPos (yypos, yytext))));
<TEXT>" "|!|[\035-\091]|[\093-\126] =>
(addTextString yytext; continue ());
<TEXT>[\192-\223][\128-\191] =>
(addTextUTF8 (source, yypos, yytext); continue());
<TEXT>[\224-\239][\128-\191][\128-\191] =>
(addTextUTF8 (source, yypos, yytext); continue());
<TEXT>[\240-\247][\128-\191][\128-\191][\128-\191] =>
(addTextUTF8 (source, yypos, yytext); continue());
<TEXT>\\a => (addTextChar #"\a"; continue ());
<TEXT>\\b => (addTextChar #"\b"; continue ());
<TEXT>\\t => (addTextChar #"\t"; continue ());
<TEXT>\\n => (addTextChar #"\n"; continue ());
<TEXT>\\v => (addTextChar #"\v"; continue ());
<TEXT>\\f => (addTextChar #"\f"; continue ());
<TEXT>\\r => (addTextChar #"\r"; continue ());
<TEXT>\\\^[@-_] => (addTextChar (Char.chr(Char.ord(String.sub(yytext, 2)) - Char.ord #"@"));
continue ());
<TEXT>\\\^. => (error (source, yypos, yypos + 2, "Illegal control escape in text constant; must be one of @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_");
continue ());
<TEXT>\\[0-9]{3} => (addTextNumEsc (source, yypos, yytext, 1,
StringCvt.DEC)
; continue ());
<TEXT>\\u{hexDigit}{4} =>
(addTextNumEsc (source, yypos, yytext, 2,
StringCvt.HEX)
; continue ());
<TEXT>\\U{hexDigit}{8} =>
(addTextNumEsc (source, yypos, yytext, 2,
StringCvt.HEX)
; continue ());
<TEXT>"\\\"" => (addTextString "\""; continue ());
<TEXT>\\\\ => (addTextString "\\"; continue ());
<TEXT>\\{ws}+ => (YYBEGIN TEXT_FMT; continue ());
<TEXT>\\{eol} => (Source.newline (source, lastPos (yypos, yytext)); YYBEGIN TEXT_FMT; continue ());
<TEXT>\\ => (error (source, yypos, yypos + 1, "Illegal escape in text constant")
; continue ());
<TEXT>{eol} => (error (source, yypos, lastPos (yypos, yytext), "Unclosed text constant at end of line")
; Source.newline (source, lastPos (yypos, yytext))
; continue ());
<TEXT>. => (error (source, yypos, yypos, "Illegal character in text constant")
; continue ());
<TEXT_FMT>{ws}+ => (continue ());
<TEXT_FMT>{eol} => (Source.newline (source, lastPos (yypos, yytext)); continue ());
<TEXT_FMT>\\ => (YYBEGIN TEXT; continue ());
<TEXT_FMT>. => (error (source, yypos, yypos, "Illegal formatting character in text continuation")
; continue ());
<INITIAL>"(*)" =>
(startComment (source, yypos, fn () =>
YYBEGIN INITIAL)
; YYBEGIN LINE_COMMENT
; continue ());
<INITIAL>"(*" =>
(startComment (source, yypos, fn () =>
YYBEGIN INITIAL)
; YYBEGIN BLOCK_COMMENT
; continue ());
<LINE_COMMENT>{eol} =>
(finishComment (lastPos (yypos, yytext))
; Source.newline (source, lastPos (yypos, yytext))
; continue ());
<LINE_COMMENT>. =>
(continue ());
<BLOCK_COMMENT>"(*)" =>
(startComment (source, yypos, fn () =>
YYBEGIN BLOCK_COMMENT)
; YYBEGIN LINE_COMMENT
; continue ());
<BLOCK_COMMENT>"(*" =>
(startComment (source, yypos, fn () =>
YYBEGIN BLOCK_COMMENT)
; YYBEGIN BLOCK_COMMENT
; continue ());
<BLOCK_COMMENT>"*)" =>
(finishComment (lastPos (yypos, yytext))
; continue ());
<BLOCK_COMMENT>{eol} =>
(Source.newline (source, lastPos (yypos, yytext))
; continue ());
<BLOCK_COMMENT>. =>
(continue ());
<INITIAL>"(*#line"{ws}+ =>
(startLineDir (source, yypos, fn () =>
YYBEGIN INITIAL)
; YYBEGIN LINE_DIR1
; continue ());
<LINE_DIR1>{decDigit}+"."{decDigit}+ =>
(let
fun err () =
(addCommentError "Illegal line directive"
; YYBEGIN BLOCK_COMMENT)
in
case String.split (yytext, #".") of
[line, col] =>
(YYBEGIN LINE_DIR2
; addLineDirLineCol (valOf (Int.fromString line), valOf (Int.fromString col))
handle Overflow => err () | Option => err ()
; continue ())
| _ => (err (); continue ())
end);
<LINE_DIR2>{ws}+"\"" =>
(YYBEGIN LINE_DIR3
; continue ());
<LINE_DIR3>[^"]*"\"" =>
(addLineDirFile (String.dropLast yytext)
; YYBEGIN LINE_DIR4
; continue ());
<LINE_DIR2,LINE_DIR4>{ws}*"*)" =>
(finishLineDir (source, lastPos (yypos, yytext))
; continue ());
<LINE_DIR1,LINE_DIR2,LINE_DIR3,LINE_DIR4>. =>
(addCommentError "Illegal line directive"
; YYBEGIN BLOCK_COMMENT
; continue ());
<INITIAL>. =>
(error (source, yypos, yypos, "Illegal character")
; continue ());
| Lex | 5 | shwestrick/mpl | mlton/front-end/mlb.lex | [
"HPND"
] |
#define OBJECTSHADER_COMPILE_VS
#define OBJECTSHADER_LAYOUT_SHADOW_TEX
#define OBJECTSHADER_USE_COLOR
#include "objectHF.hlsli"
| HLSL | 1 | rohankumardubey/WickedEngine | WickedEngine/shaders/shadowVS_transparent.hlsl | [
"MIT"
] |
#lang scribble/base
@title{A}
@section{B}
@(list @subsection{C})
@(list @subsection{D})
| Racket | 2 | cwebber/scribble | scribble-test/tests/scribble/docs/list-section.scrbl | [
"Apache-2.0",
"MIT"
] |
<#import "template.ftl" as layout>
<@layout.mainLayout active='log' bodyClass='log'; section>
<div class="row">
<div class="col-md-10">
<h2>${msg("accountLogHtmlTitle")}</h2>
</div>
</div>
<table class="table table-striped table-bordered">
<thead>
<tr>
<td>${msg("date")}</td>
<td>${msg("event")}</td>
<td>${msg("ip")}</td>
<td>${msg("client")}</td>
<td>${msg("details")}</td>
</tr>
</thead>
<tbody>
<#list log.events as event>
<tr>
<td>${event.date?datetime}</td>
<td>${event.event}</td>
<td>${event.ipAddress}</td>
<td>${event.client!}</td>
<td><#list event.details as detail>${detail.key} = ${detail.value} <#if detail_has_next>, </#if></#list></td>
</tr>
</#list>
</tbody>
</table>
</@layout.mainLayout> | FreeMarker | 4 | rmartinc/keycloak | themes/src/main/resources/theme/base/account/log.ftl | [
"Apache-2.0"
] |
$el3-style = groove
| Stylus | 0 | joseconstela/meteor | tools/tests/apps/caching-stylus/imports/dotdot.styl | [
"Apache-2.0",
"BSD-2-Clause",
"MIT"
] |
class Main {
static function main() {}
}
class Parent {
dynamic function dynMethod() {}
}
class Child extends Parent {}
class GrandChild extends Child {
override function dynMethod() {
super.dynMethod();
}
} | Haxe | 3 | Alan-love/haxe | tests/misc/projects/Issue7638/Main.hx | [
"MIT"
] |
(* ****** ****** *)
//
#include
"share/atspre_staload.hats"
#include
"share/atspre_staload_libats_ML.hats"
//
(* ****** ****** *)
fun
prompts
(
// argless
) : stream_vt(int) =
stream_vt_map_cloptr<int><int>
( xs
, lam(i) =>
(println!("Please input an integer or type Ctrl-D:"); i)
) where
{
val xs = intGte_stream_vt(0) // HX: generating 0, 1, 2, 3, ...
}
(* ****** ****** *)
fun
tally() = let
val ps = prompts()
val xs =
streamize_fileref_line(stdin_ref)
val xs =
(xs).filter()(lam(x) => isneqz(x))
val ys =
stream_vt_map2_cloptr<int,string><int>(ps, xs, lam(p, x) => g0string2int(x))
in
stream_vt_foldleft_cloptr<int><int>(ys, 0, lam(r, y) => r + y)
end // end of [tally]
(* ****** ****** *)
implement
main0() = let
val res = tally() in println!("The tally of all the integers equals ", res)
end // end of [main0]
(* ****** ****** *)
(* end of [ReadFromSTDIN2.dats] *)
| ATS | 4 | ats-lang/ATS-CodeBook | RECIPE/ReadFromSTDIN2/ReadFromSTDIN2.dats | [
"MIT"
] |
/*
* Copyright 2010-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
* that can be found in the LICENSE file.
*/
#if KONAN_OBJC_INTEROP
#import <pthread.h>
#import <Foundation/NSException.h>
#import <Foundation/NSObject.h>
#import "Memory.h"
#import "ObjCExport.h"
#import "ObjCExportErrors.h"
typedef void (^Completion)(id _Nullable, NSError* _Nullable);
extern "C" void Kotlin_ObjCExport_runCompletionSuccess(KRef completionHolder, KRef result) {
Completion completion = (Completion)GetAssociatedObject(completionHolder);
id objCResult = Kotlin_ObjCExport_refToLocalObjC(result);
kotlin::ThreadStateGuard guard(kotlin::ThreadState::kNative);
completion(objCResult, nullptr);
}
extern "C" void Kotlin_ObjCExport_runCompletionFailure(
KRef completionHolder,
KRef exception,
const TypeInfo** exceptionTypes
) {
id error = Kotlin_ObjCExport_ExceptionAsNSError(exception, exceptionTypes);
Completion completion = (Completion)GetAssociatedObject(completionHolder);
kotlin::ThreadStateGuard guard(kotlin::ThreadState::kNative);
completion(nullptr, error);
}
extern "C" OBJ_GETTER(Kotlin_ObjCExport_createContinuationArgumentImpl,
KRef completionHolder, const TypeInfo** exceptionTypes);
extern "C" OBJ_GETTER(Kotlin_ObjCExport_createContinuationArgument, id completion, const TypeInfo** exceptionTypes) {
if (pthread_main_np() != 1) {
[NSException raise:NSGenericException
format:@"Calling Kotlin suspend functions from Swift/Objective-C is currently supported only on main thread"];
}
ObjHolder slot;
KRef completionHolder = AllocInstanceWithAssociatedObject(theForeignObjCObjectTypeInfo,
objc_retainBlock(completion), slot.slot());
RETURN_RESULT_OF(Kotlin_ObjCExport_createContinuationArgumentImpl, completionHolder, exceptionTypes);
}
extern "C" void Kotlin_ObjCExport_resumeContinuationSuccess(KRef continuation, KRef result);
extern "C" void Kotlin_ObjCExport_resumeContinuationFailure(KRef continuation, KRef exception);
extern "C" void Kotlin_ObjCExport_resumeContinuation(KRef continuation, id result, id error) {
ObjHolder holder;
if (error != nullptr) {
if (result != nullptr) {
[NSException raise:NSGenericException
format:@"Kotlin completion handler is called with both result (%@) and error (%@) specified",
result, error];
}
KRef exception = Kotlin_ObjCExport_NSErrorAsException(error, holder.slot());
Kotlin_ObjCExport_resumeContinuationFailure(continuation, exception);
} else {
KRef kotlinResult = Kotlin_ObjCExport_refFromObjC(result, holder.slot());
Kotlin_ObjCExport_resumeContinuationSuccess(continuation, kotlinResult);
}
}
#endif
| Objective-C++ | 3 | margarita-nedzelska-sonarsource/kotlin | kotlin-native/runtime/src/main/cpp/ObjCExportCoroutines.mm | [
"ECL-2.0",
"Apache-2.0"
] |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{90b9f375-6c66-4316-81d7-7e549c959b30}</ProjectGuid>
<OutputType>AppContainerExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Sugar.Test</RootNamespace>
<AssemblyName>Sugar.Echoes.WinRT.Test</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{656346D9-4656-40DA-A068-22D5425D4639}</ProjectTypeGuids>
<PackageCertificateKeyFile>Sugar.Echoes.WinRT.Test_TemporaryKey.pfx</PackageCertificateKeyFile>
<Name>Sugar.Echoes.WinRT.Test</Name>
<DefaultUses />
<StartupClass />
<InternalAssemblyName />
<AllowLegacyCreate>False</AllowLegacyCreate>
<TargetPlatformVersion>8.1</TargetPlatformVersion>
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
<TargetFrameworkVersion />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<CpuType>AnyCPU</CpuType>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>False</GenerateMDB>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\WinRT\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<CpuType>AnyCPU</CpuType>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>False</GenerateMDB>
<Optimize>true</Optimize>
<OutputPath>bin\Release\WinRT\</OutputPath>
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
<DebugSymbols>true</DebugSymbols>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>False</GenerateMDB>
<OutputPath>bin\ARM\Debug\WinRT\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
<CpuType>ARM</CpuType>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
<OutputPath>bin\ARM\Release\WinRT\</OutputPath>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>False</GenerateMDB>
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
<Optimize>true</Optimize>
<CpuType>ARM</CpuType>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>False</GenerateMDB>
<OutputPath>bin\x64\Debug\WinRT\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
<CpuType>x64</CpuType>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\WinRT\</OutputPath>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>False</GenerateMDB>
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
<Optimize>true</Optimize>
<CpuType>x64</CpuType>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>False</GenerateMDB>
<OutputPath>bin\x86\Debug\WinRT\</OutputPath>
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
<CpuType>x86</CpuType>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\WinRT\</OutputPath>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>False</GenerateMDB>
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
<Optimize>true</Optimize>
<CpuType>x86</CpuType>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<Folder Include="Main\" />
<Folder Include="Main\WinRT\" />
<Folder Include="Main\WinRT\Assets\" />
<Folder Include="Main\WinRT\Common\" />
<Folder Include="Main\WinRT\Properties\" />
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="App.xaml.pas">
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Main\WinRT\MainPage.xaml.pas">
<DependentUpon>MainPage.xaml</DependentUpon>
</Compile>
<Compile Include="Main\WinRT\Properties\AssemblyInfo.pas" />
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Main\WinRT\Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<None Include="Sugar.Echoes.WinRT.Test_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="Main\WinRT\Assets\Logo.png" />
<Content Include="Main\WinRT\Assets\WideLogo.png" />
<Content Include="Main\WinRT\Assets\SmallLogo.png" />
<Content Include="Main\WinRT\Assets\SplashScreen.png" />
<Content Include="Main\WinRT\Assets\StoreLogo.png" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Page Include="Main\WinRT\Common\StandardStyles.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Main\WinRT\MainPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0' ">
<VisualStudioVersion>12.0</VisualStudioVersion>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="RemObjects.Elements.EUnit" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sugar\Sugar.Echoes.WinRT.oxygene">
<Name>Sugar.Echoes.WinRT</Name>
<Project>{3ab69816-9882-4fa6-abe5-c146199f5279}</Project>
<Private>True</Private>
<HintPath>..\Sugar\bin\WinRT\Sugar.dll</HintPath>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Oxygene\RemObjects.Oxygene.Echoes.WinRT.targets" />
<PropertyGroup>
<PreBuildEvent />
</PropertyGroup>
<Import Project="..\Sugar.Tests\Sugar.Shared.Test.projitems" Label="Shared" />
</Project> | Oxygene | 2 | mosh/sugar | Sugar.Tests/Sugar.Echoes.WinRT.Test.oxygene | [
"BSD-3-Clause"
] |
-------------------------------------------------------------
--Copyright 2020 Science and Technologies Facilities Council
--Licensed under the MIT License
--Author Aidan Chalk, STFC Hartree Centre
import "regent"
fspace neighbour_config_type{
cell_dim_x : double,
cell_dim_y : double,
cell_dim_z : double,
x_cells : int,
y_cells : int,
z_cells : int,
max_cutoff : double
}
| Rouge | 3 | stfc/RegentParticleDSL | src/neighbour_search/HP_cell_pair_tradequeues/neighbour_config.rg | [
"MIT"
] |
module namespace ns2="ns2";
import module namespace ns3="ns3";
declare function ns2:test() as xs:string {
ns3:test()
}; | XQuery | 4 | JensErat/basex | basex-core/src/test/resources/repo/pkg1/pkg1/pkg1mod2.xql | [
"BSD-3-Clause"
] |
package ch29_heap_solutions
import org.scalatest.{FlatSpec, Matchers}
class MiddleNumberKeeperTest extends FlatSpec with Matchers {
behavior of "MiddleNumberKeeperTest"
it should "get middle of the array" in {
val numKeeper = new MiddleNumberKeeper()
for (i <- Range(0, 10)) {
numKeeper.put(i)
}
numKeeper.get().get should equal(4)
}
it should "get 90% position of the array" in {
val numKeeper = new MiddleNumberKeeper(0.9)
for (i <- Range(0, 9)) {
numKeeper.put(i)
}
numKeeper.put(9)
numKeeper.get().get should equal(8)
}
}
| Scala | 4 | shipan3452/algo | scala/src/test/scala/ch29_heap_solutions/MiddleNumberKeeperTest.scala | [
"Apache-2.0"
] |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis.Emit
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.CodeAnalysis.Test.Utilities.VBInstrumentationChecker
Imports Microsoft.CodeAnalysis.VisualBasic
Imports Microsoft.CodeAnalysis.VisualBasic.UnitTests
Imports Roslyn.Test.Utilities
Namespace Microsoft.CodeAnalysis.VisualBasic.DynamicAnalysis.UnitTests
Public Class DynamicInstrumentationTests
Inherits BasicTestBase
<Fact>
Public Sub SimpleCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Public Sub Main(args As String()) ' Method 1
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub TestMain() ' Method 2
End Sub
End Module
]]>
</file>
Dim source As XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim checker = New VBInstrumentationChecker()
checker.Method(1, 1, "Public Sub Main").
True("TestMain()").
True("Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()")
checker.Method(2, 1, "Sub TestMain()")
checker.Method(5, 1).
True().
False().
True().
True().
True().
True().
True().
True().
True().
True().
True().
True()
Dim verifier As CompilationVerifier = CompileAndVerify(source, checker.ExpectedOutput)
checker.CompleteCheck(verifier.Compilation, testSource)
verifier.VerifyIL(
"Program.TestMain",
<![CDATA[{
// Code size 57 (0x39)
.maxstack 5
.locals init (Boolean() V_0)
IL_0000: ldsfld "Boolean()() <PrivateImplementationDetails>.PayloadRoot0"
IL_0005: ldtoken "Sub Program.TestMain()"
IL_000a: ldelem.ref
IL_000b: stloc.0
IL_000c: ldloc.0
IL_000d: brtrue.s IL_0034
IL_000f: ldsfld "System.Guid <PrivateImplementationDetails>.MVID"
IL_0014: ldtoken "Sub Program.TestMain()"
IL_0019: ldtoken Source Document 0
IL_001e: ldsfld "Boolean()() <PrivateImplementationDetails>.PayloadRoot0"
IL_0023: ldtoken "Sub Program.TestMain()"
IL_0028: ldelema "Boolean()"
IL_002d: ldc.i4.1
IL_002e: call "Function Microsoft.CodeAnalysis.Runtime.Instrumentation.CreatePayload(System.Guid, Integer, Integer, ByRef Boolean(), Integer) As Boolean()"
IL_0033: stloc.0
IL_0034: ldloc.0
IL_0035: ldc.i4.0
IL_0036: ldc.i4.1
IL_0037: stelem.i1
IL_0038: ret
}
]]>.Value)
verifier.VerifyIL(
".cctor",
<![CDATA[
{
// Code size 31 (0x1f)
.maxstack 1
IL_0000: ldtoken Max Method Token Index
IL_0005: newarr "Boolean()"
IL_000a: stsfld "Boolean()() <PrivateImplementationDetails>.PayloadRoot0"
IL_000f: ldstr ##MVID##
IL_0014: newobj "Sub System.Guid..ctor(String)"
IL_0019: stsfld "System.Guid <PrivateImplementationDetails>.MVID"
IL_001e: ret
}
]]>.Value)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub MyTemplateNotCovered()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Public Sub Main(args As String()) ' Method 1
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub TestMain() ' Method 2
End Sub
End Module
]]>
</file>
Dim source As XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[
Flushing
Method 8
File 1
True
True
True
Method 9
File 1
True
Method 12
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
' Explicitly define the "_MyType" pre-processor definition so that the "My" template code is added to
' the compilation. The "My" template code returns a special "VisualBasicSyntaxNode" that reports an invalid
' path. The "DynamicAnalysisInjector" skips instrumenting such code.
Dim preprocessorSymbols = ImmutableArray.Create(New KeyValuePair(Of String, Object)("_MyType", "Console"))
Dim parseOptions = VisualBasicParseOptions.Default.WithPreprocessorSymbols(preprocessorSymbols)
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput, TestOptions.ReleaseExe.WithParseOptions(parseOptions))
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub MultipleFilesCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Public Sub Main(args As String()) ' Method 1
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub TestMain() ' Method 2
Called()
End Sub
End Module
]]>
</file>
Dim testSource1 As XElement = <file name="d.vb">
<![CDATA[
Module More
Sub Called() ' Method 3
Another()
Another()
End Sub
End Module
]]>
</file>
Dim testSource2 As XElement = <file name="e.vb">
<![CDATA[
Module EvenMore
Sub Another() ' Method 4
End Sub
End Module
]]>
</file>
Dim source As XElement = <compilation></compilation>
source.Add(testSource)
source.Add(testSource1)
source.Add(testSource2)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[
Flushing
Method 1
File 1
True
True
True
Method 2
File 1
True
True
Method 3
File 2
True
True
True
Method 4
File 3
True
Method 7
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub MethodsOfGenericTypesCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Class MyBox(Of T As Class)
ReadOnly _value As T
Public Sub New(value As T)
_value = value
End Sub
Public Function GetValue() As T
If _value Is Nothing Then
Return Nothing
End If
Return _value
End Function
End Class
Module Program
Public Sub Main(args As String()) ' Method 1
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub TestMain() ' Method 2
Dim x As MyBox(Of Object) = New MyBox(Of Object)(Nothing)
System.Console.WriteLine(If(x.GetValue() Is Nothing, "null", x.GetValue().ToString()))
Dim s As MyBox(Of String) = New MyBox(Of String)("Hello")
System.Console.WriteLine(If(s.GetValue() Is Nothing, "null", s.GetValue()))
End Sub
End Module
]]>
</file>
Dim source As XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[null
Hello
Flushing
Method 1
File 1
True
True
Method 2
File 1
True
True
True
True
Method 3
File 1
True
True
True
Method 4
File 1
True
True
True
True
True
Method 7
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyIL(
"MyBox(Of T).GetValue",
<![CDATA[
{
// Code size 100 (0x64)
.maxstack 5
.locals init (T V_0, //GetValue
Boolean() V_1)
IL_0000: ldsfld "Boolean()() <PrivateImplementationDetails>.PayloadRoot0"
IL_0005: ldtoken "Function MyBox(Of T).GetValue() As T"
IL_000a: ldelem.ref
IL_000b: stloc.1
IL_000c: ldloc.1
IL_000d: brtrue.s IL_0034
IL_000f: ldsfld "System.Guid <PrivateImplementationDetails>.MVID"
IL_0014: ldtoken "Function MyBox(Of T).GetValue() As T"
IL_0019: ldtoken Source Document 0
IL_001e: ldsfld "Boolean()() <PrivateImplementationDetails>.PayloadRoot0"
IL_0023: ldtoken "Function MyBox(Of T).GetValue() As T"
IL_0028: ldelema "Boolean()"
IL_002d: ldc.i4.4
IL_002e: call "Function Microsoft.CodeAnalysis.Runtime.Instrumentation.CreatePayload(System.Guid, Integer, Integer, ByRef Boolean(), Integer) As Boolean()"
IL_0033: stloc.1
IL_0034: ldloc.1
IL_0035: ldc.i4.0
IL_0036: ldc.i4.1
IL_0037: stelem.i1
IL_0038: ldloc.1
IL_0039: ldc.i4.2
IL_003a: ldc.i4.1
IL_003b: stelem.i1
IL_003c: ldarg.0
IL_003d: ldfld "MyBox(Of T)._value As T"
IL_0042: box "T"
IL_0047: brtrue.s IL_0057
IL_0049: ldloc.1
IL_004a: ldc.i4.1
IL_004b: ldc.i4.1
IL_004c: stelem.i1
IL_004d: ldloca.s V_0
IL_004f: initobj "T"
IL_0055: br.s IL_0062
IL_0057: ldloc.1
IL_0058: ldc.i4.3
IL_0059: ldc.i4.1
IL_005a: stelem.i1
IL_005b: ldarg.0
IL_005c: ldfld "MyBox(Of T)._value As T"
IL_0061: stloc.0
IL_0062: ldloc.0
IL_0063: ret
}
]]>.Value)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub LambdaCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Public Sub Main(args As String()) ' Method 1
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub TestMain()
Dim y As Integer = 5
Dim tester As System.Func(Of Integer, Integer) = Function(x)
While x > 10
Return y
End While
Return x
End Function
Dim identity As System.Func(Of Integer, Integer) = Function(x) x
y = 75
If tester(20) > 50 AndAlso identity(20) = 20 Then
System.Console.WriteLine("OK")
Else
System.Console.WriteLine("Bad")
End If
End sub
End Module
]]>
</file>
Dim source As XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[OK
Flushing
Method 1
File 1
True
True
True
Method 2
File 1
True
True
True
True
False
True
True
True
True
True
False
True
Method 5
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub IteratorCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Public Sub Main(args As String()) ' Method 1
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub TestMain() ' Method 2
For Each number In Goo()
System.Console.WriteLine(number)
Next
For Each number In Goo()
System.Console.WriteLine(number)
Next
End Sub
Public Iterator Function Goo() As System.Collections.Generic.IEnumerable(Of Integer) ' Method 3
For counter = 1 To 5
Yield counter
Next
End Function
End Module
]]>
</file>
Dim source As XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[1
2
3
4
5
1
2
3
4
5
Flushing
Method 1
File 1
True
True
True
Method 2
File 1
True
True
True
True
True
Method 3
File 1
True
True
Method 6
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyIL(
"Program.VB$StateMachine_2_Goo.MoveNext()",
<![CDATA[
{
// Code size 149 (0x95)
.maxstack 5
.locals init (Integer V_0,
Boolean() V_1)
IL_0000: ldarg.0
IL_0001: ldfld "Program.VB$StateMachine_2_Goo.$State As Integer"
IL_0006: stloc.0
IL_0007: ldloc.0
IL_0008: brfalse.s IL_0010
IL_000a: ldloc.0
IL_000b: ldc.i4.1
IL_000c: beq.s IL_0073
IL_000e: ldc.i4.0
IL_000f: ret
IL_0010: ldarg.0
IL_0011: ldc.i4.m1
IL_0012: dup
IL_0013: stloc.0
IL_0014: stfld "Program.VB$StateMachine_2_Goo.$State As Integer"
IL_0019: ldsfld "Boolean()() <PrivateImplementationDetails>.PayloadRoot0"
IL_001e: ldtoken "Function Program.Goo() As System.Collections.Generic.IEnumerable(Of Integer)"
IL_0023: ldelem.ref
IL_0024: stloc.1
IL_0025: ldloc.1
IL_0026: brtrue.s IL_004d
IL_0028: ldsfld "System.Guid <PrivateImplementationDetails>.MVID"
IL_002d: ldtoken "Function Program.Goo() As System.Collections.Generic.IEnumerable(Of Integer)"
IL_0032: ldtoken Source Document 0
IL_0037: ldsfld "Boolean()() <PrivateImplementationDetails>.PayloadRoot0"
IL_003c: ldtoken "Function Program.Goo() As System.Collections.Generic.IEnumerable(Of Integer)"
IL_0041: ldelema "Boolean()"
IL_0046: ldc.i4.2
IL_0047: call "Function Microsoft.CodeAnalysis.Runtime.Instrumentation.CreatePayload(System.Guid, Integer, Integer, ByRef Boolean(), Integer) As Boolean()"
IL_004c: stloc.1
IL_004d: ldloc.1
IL_004e: ldc.i4.0
IL_004f: ldc.i4.1
IL_0050: stelem.i1
IL_0051: ldloc.1
IL_0052: ldc.i4.1
IL_0053: ldc.i4.1
IL_0054: stelem.i1
IL_0055: ldarg.0
IL_0056: ldc.i4.1
IL_0057: stfld "Program.VB$StateMachine_2_Goo.$VB$ResumableLocal_counter$0 As Integer"
IL_005c: ldarg.0
IL_005d: ldarg.0
IL_005e: ldfld "Program.VB$StateMachine_2_Goo.$VB$ResumableLocal_counter$0 As Integer"
IL_0063: stfld "Program.VB$StateMachine_2_Goo.$Current As Integer"
IL_0068: ldarg.0
IL_0069: ldc.i4.1
IL_006a: dup
IL_006b: stloc.0
IL_006c: stfld "Program.VB$StateMachine_2_Goo.$State As Integer"
IL_0071: ldc.i4.1
IL_0072: ret
IL_0073: ldarg.0
IL_0074: ldc.i4.m1
IL_0075: dup
IL_0076: stloc.0
IL_0077: stfld "Program.VB$StateMachine_2_Goo.$State As Integer"
IL_007c: ldarg.0
IL_007d: ldarg.0
IL_007e: ldfld "Program.VB$StateMachine_2_Goo.$VB$ResumableLocal_counter$0 As Integer"
IL_0083: ldc.i4.1
IL_0084: add.ovf
IL_0085: stfld "Program.VB$StateMachine_2_Goo.$VB$ResumableLocal_counter$0 As Integer"
IL_008a: ldarg.0
IL_008b: ldfld "Program.VB$StateMachine_2_Goo.$VB$ResumableLocal_counter$0 As Integer"
IL_0090: ldc.i4.5
IL_0091: ble.s IL_005c
IL_0093: ldc.i4.0
IL_0094: ret
}
]]>.Value)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub AsyncCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Imports System
Imports System.Threading.Tasks
Module Program
Public Sub Main(args As String()) ' Method 1
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub TestMain() ' Method 2
Console.WriteLine(Outer("Goo").Result)
End Sub
Async Function Outer(s As String) As Task(Of String) ' Method 3
Dim s1 As String = Await First(s)
Dim s2 As String = Await Second(s)
Return s1 + s2
End Function
Async Function First(s As String) As Task(Of String) ' Method 4
Dim result As String = Await Second(s) + "Glue"
If result.Length > 2 Then
Return result
Else
Return "Too Short"
End If
End Function
Async Function Second(s As String) As Task(Of String) ' Method 5
Dim doubled As String = ""
If s.Length > 2 Then
doubled = s + s
Else
doubled = "HuhHuh"
End If
Return Await Task.Factory.StartNew(Function() doubled)
End Function
End Module
]]>
</file>
Dim source As XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[GooGooGlueGooGoo
Flushing
Method 1
File 1
True
True
True
Method 2
File 1
True
True
Method 3
File 1
True
True
True
True
Method 4
File 1
True
True
True
False
True
Method 5
File 1
True
True
True
False
True
True
True
Method 8
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyIL(
"Program.VB$StateMachine_4_Second.MoveNext()",
<![CDATA[
{
// Code size 375 (0x177)
.maxstack 6
.locals init (String V_0,
Integer V_1,
Program._Closure$__4-0 V_2, //$VB$Closure_0
System.Runtime.CompilerServices.TaskAwaiter(Of String) V_3,
System.Exception V_4)
IL_0000: ldarg.0
IL_0001: ldfld "Program.VB$StateMachine_4_Second.$State As Integer"
IL_0006: stloc.1
.try
{
IL_0007: ldloc.1
IL_0008: brfalse IL_010e
IL_000d: newobj "Sub Program._Closure$__4-0..ctor()"
IL_0012: stloc.2
IL_0013: ldloc.2
IL_0014: ldsfld "Boolean()() <PrivateImplementationDetails>.PayloadRoot0"
IL_0019: ldtoken "Function Program.Second(String) As System.Threading.Tasks.Task(Of String)"
IL_001e: ldelem.ref
IL_001f: stfld "Program._Closure$__4-0.$VB$NonLocal_2 As Boolean()"
IL_0024: ldloc.2
IL_0025: ldfld "Program._Closure$__4-0.$VB$NonLocal_2 As Boolean()"
IL_002a: brtrue.s IL_0056
IL_002c: ldloc.2
IL_002d: ldsfld "System.Guid <PrivateImplementationDetails>.MVID"
IL_0032: ldtoken "Function Program.Second(String) As System.Threading.Tasks.Task(Of String)"
IL_0037: ldtoken Source Document 0
IL_003c: ldsfld "Boolean()() <PrivateImplementationDetails>.PayloadRoot0"
IL_0041: ldtoken "Function Program.Second(String) As System.Threading.Tasks.Task(Of String)"
IL_0046: ldelema "Boolean()"
IL_004b: ldc.i4.7
IL_004c: call "Function Microsoft.CodeAnalysis.Runtime.Instrumentation.CreatePayload(System.Guid, Integer, Integer, ByRef Boolean(), Integer) As Boolean()"
IL_0051: stfld "Program._Closure$__4-0.$VB$NonLocal_2 As Boolean()"
IL_0056: ldloc.2
IL_0057: ldfld "Program._Closure$__4-0.$VB$NonLocal_2 As Boolean()"
IL_005c: ldc.i4.0
IL_005d: ldc.i4.1
IL_005e: stelem.i1
IL_005f: ldloc.2
IL_0060: ldfld "Program._Closure$__4-0.$VB$NonLocal_2 As Boolean()"
IL_0065: ldc.i4.1
IL_0066: ldc.i4.1
IL_0067: stelem.i1
IL_0068: ldloc.2
IL_0069: ldstr ""
IL_006e: stfld "Program._Closure$__4-0.$VB$Local_doubled As String"
IL_0073: ldloc.2
IL_0074: ldfld "Program._Closure$__4-0.$VB$NonLocal_2 As Boolean()"
IL_0079: ldc.i4.4
IL_007a: ldc.i4.1
IL_007b: stelem.i1
IL_007c: ldarg.0
IL_007d: ldfld "Program.VB$StateMachine_4_Second.$VB$Local_s As String"
IL_0082: callvirt "Function String.get_Length() As Integer"
IL_0087: ldc.i4.2
IL_0088: ble.s IL_00ac
IL_008a: ldloc.2
IL_008b: ldfld "Program._Closure$__4-0.$VB$NonLocal_2 As Boolean()"
IL_0090: ldc.i4.2
IL_0091: ldc.i4.1
IL_0092: stelem.i1
IL_0093: ldloc.2
IL_0094: ldarg.0
IL_0095: ldfld "Program.VB$StateMachine_4_Second.$VB$Local_s As String"
IL_009a: ldarg.0
IL_009b: ldfld "Program.VB$StateMachine_4_Second.$VB$Local_s As String"
IL_00a0: call "Function String.Concat(String, String) As String"
IL_00a5: stfld "Program._Closure$__4-0.$VB$Local_doubled As String"
IL_00aa: br.s IL_00c0
IL_00ac: ldloc.2
IL_00ad: ldfld "Program._Closure$__4-0.$VB$NonLocal_2 As Boolean()"
IL_00b2: ldc.i4.3
IL_00b3: ldc.i4.1
IL_00b4: stelem.i1
IL_00b5: ldloc.2
IL_00b6: ldstr "HuhHuh"
IL_00bb: stfld "Program._Closure$__4-0.$VB$Local_doubled As String"
IL_00c0: ldloc.2
IL_00c1: ldfld "Program._Closure$__4-0.$VB$NonLocal_2 As Boolean()"
IL_00c6: ldc.i4.6
IL_00c7: ldc.i4.1
IL_00c8: stelem.i1
IL_00c9: call "Function System.Threading.Tasks.Task.get_Factory() As System.Threading.Tasks.TaskFactory"
IL_00ce: ldloc.2
IL_00cf: ldftn "Function Program._Closure$__4-0._Lambda$__0() As String"
IL_00d5: newobj "Sub System.Func(Of String)..ctor(Object, System.IntPtr)"
IL_00da: callvirt "Function System.Threading.Tasks.TaskFactory.StartNew(Of String)(System.Func(Of String)) As System.Threading.Tasks.Task(Of String)"
IL_00df: callvirt "Function System.Threading.Tasks.Task(Of String).GetAwaiter() As System.Runtime.CompilerServices.TaskAwaiter(Of String)"
IL_00e4: stloc.3
IL_00e5: ldloca.s V_3
IL_00e7: call "Function System.Runtime.CompilerServices.TaskAwaiter(Of String).get_IsCompleted() As Boolean"
IL_00ec: brtrue.s IL_012a
IL_00ee: ldarg.0
IL_00ef: ldc.i4.0
IL_00f0: dup
IL_00f1: stloc.1
IL_00f2: stfld "Program.VB$StateMachine_4_Second.$State As Integer"
IL_00f7: ldarg.0
IL_00f8: ldloc.3
IL_00f9: stfld "Program.VB$StateMachine_4_Second.$A0 As System.Runtime.CompilerServices.TaskAwaiter(Of String)"
IL_00fe: ldarg.0
IL_00ff: ldflda "Program.VB$StateMachine_4_Second.$Builder As System.Runtime.CompilerServices.AsyncTaskMethodBuilder(Of String)"
IL_0104: ldloca.s V_3
IL_0106: ldarg.0
IL_0107: call "Sub System.Runtime.CompilerServices.AsyncTaskMethodBuilder(Of String).AwaitUnsafeOnCompleted(Of System.Runtime.CompilerServices.TaskAwaiter(Of String), Program.VB$StateMachine_4_Second)(ByRef System.Runtime.CompilerServices.TaskAwaiter(Of String), ByRef Program.VB$StateMachine_4_Second)"
IL_010c: leave.s IL_0176
IL_010e: ldarg.0
IL_010f: ldc.i4.m1
IL_0110: dup
IL_0111: stloc.1
IL_0112: stfld "Program.VB$StateMachine_4_Second.$State As Integer"
IL_0117: ldarg.0
IL_0118: ldfld "Program.VB$StateMachine_4_Second.$A0 As System.Runtime.CompilerServices.TaskAwaiter(Of String)"
IL_011d: stloc.3
IL_011e: ldarg.0
IL_011f: ldflda "Program.VB$StateMachine_4_Second.$A0 As System.Runtime.CompilerServices.TaskAwaiter(Of String)"
IL_0124: initobj "System.Runtime.CompilerServices.TaskAwaiter(Of String)"
IL_012a: ldloca.s V_3
IL_012c: call "Function System.Runtime.CompilerServices.TaskAwaiter(Of String).GetResult() As String"
IL_0131: ldloca.s V_3
IL_0133: initobj "System.Runtime.CompilerServices.TaskAwaiter(Of String)"
IL_0139: stloc.0
IL_013a: leave.s IL_0160
}
catch System.Exception
{
IL_013c: dup
IL_013d: call "Sub Microsoft.VisualBasic.CompilerServices.ProjectData.SetProjectError(System.Exception)"
IL_0142: stloc.s V_4
IL_0144: ldarg.0
IL_0145: ldc.i4.s -2
IL_0147: stfld "Program.VB$StateMachine_4_Second.$State As Integer"
IL_014c: ldarg.0
IL_014d: ldflda "Program.VB$StateMachine_4_Second.$Builder As System.Runtime.CompilerServices.AsyncTaskMethodBuilder(Of String)"
IL_0152: ldloc.s V_4
IL_0154: call "Sub System.Runtime.CompilerServices.AsyncTaskMethodBuilder(Of String).SetException(System.Exception)"
IL_0159: call "Sub Microsoft.VisualBasic.CompilerServices.ProjectData.ClearProjectError()"
IL_015e: leave.s IL_0176
}
IL_0160: ldarg.0
IL_0161: ldc.i4.s -2
IL_0163: dup
IL_0164: stloc.1
IL_0165: stfld "Program.VB$StateMachine_4_Second.$State As Integer"
IL_016a: ldarg.0
IL_016b: ldflda "Program.VB$StateMachine_4_Second.$Builder As System.Runtime.CompilerServices.AsyncTaskMethodBuilder(Of String)"
IL_0170: ldloc.0
IL_0171: call "Sub System.Runtime.CompilerServices.AsyncTaskMethodBuilder(Of String).SetResult(String)"
IL_0176: ret
}
]]>.Value)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub LoopsCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Function TestIf(a As Boolean, b As Boolean) As Integer ' Method 1
Dim x As Integer = 0
If a Then x += 1 Else x += 10
If a Then
x += 1
ElseIf a AndAlso b Then
x += 10
Else
x += 100
End If
If b Then
x += 1
End If
If a AndAlso b Then
x += 10
End If
Return x
End Function
Function TestDoLoops() As Integer ' Method 2
Dim x As Integer = 100
While x < 150
x += 1
End While
While x < 150
x += 1
End While
Do While x < 200
x += 1
Loop
Do Until x = 200
x += 1
Loop
Do
x += 1
Loop While x < 200
Do
x += 1
Loop Until x = 202
Do
Return x
Loop
End Function
Sub TestForLoops() ' Method 3
Dim x As Integer = 0
Dim y As Integer = 10
Dim z As Integer = 3
For a As Integer = x To y Step z
z += 1
Next
For b As Integer = 1 To 10
z += 1
Next
For Each c As Integer In {x, y, z}
z += 1
Next
End Sub
Public Sub Main(args As String())
TestIf(False, False)
TestIf(True, False)
TestDoLoops()
TestForLoops()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
End Module
]]>
</file>
Dim source As XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[
Flushing
Method 1
File 1
True
True
True
True
True
True
False
True
True
True
False
True
False
True
True
Method 2
File 1
True
True
True
True
False
True
True
True
False
True
True
True
True
True
True
Method 3
File 1
True
True
True
True
True
True
True
True
True
True
Method 4
File 1
True
True
True
True
True
True
Method 7
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub TryAndSelectCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Sub TryAndSelect() ' Method 1
Dim y As Integer = 0
Try
Try
For x As Integer = 0 To 10
Select Case x
Case 0
y += 1
Case 1
Throw New System.Exception()
Case >= 2
y += 1
Case Else
y += 1
End Select
Next
Catch e As System.Exception
y += 1
End Try
Finally
y += 1
End Try
End Sub
Public Sub Main(args As String())
TryAndSelect()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
End Module
]]>
</file>
Dim source As Xml.Linq.XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[
Flushing
Method 1
File 1
True
True
True
True
True
True
False
False
True
True
Method 2
File 1
True
True
True
Method 5
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub BranchesCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Sub Branches() ' Method 1
Dim y As Integer = 0
MyLabel:
Do
Exit Do
y += 1
Loop
For x As Integer = 1 To 10
Exit For
y += 1
Next
Try
Exit Try
y += 1
Catch ex As System.Exception
End Try
Select Case y
Case 0
Exit Select
y += 0
End Select
If y = 0 Then
Exit Sub
End If
GoTo MyLabel
End Sub
Public Sub Main(args As String()) ' Method 2
Branches()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
End Module
]]>
</file>
Dim source As Xml.Linq.XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[
Flushing
Method 1
File 1
True
True
True
False
True
True
False
True
False
True
True
False
True
True
False
Method 2
File 1
True
True
True
Method 5
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub StaticLocalsCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Sub TestMain() ' Method 1
Dim x As Integer = 1
Static y As Integer = 2
If x + y = 3 Then
Dim a As Integer = 10
Static b As Integer = 20
If a + b = 31 Then
Return
End If
End If
End Sub
Public Sub Main(args As String()) ' Method 2
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
End Module
]]>
</file>
Dim source As Xml.Linq.XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[
Flushing
Method 1
File 1
True
True
True
True
True
False
True
True
Method 2
File 1
True
True
True
Method 5
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub OddCornersCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Sub TestMain() ' Method 1
Dim h As New HasEvents()
h.Stuff()
End Sub
Class HasEvents
WithEvents f As HasEvents
Sub New() ' Method 9
AddHandler Mumble, AddressOf Handler
End Sub
Event Mumble()
Event Stumble()
Sub Handler() Handles Me.Stumble ' Method 14
End Sub
Sub Stuff() ' Method 15
f = New HasEvents()
RaiseEvent Mumble()
RaiseEvent Stumble()
RemoveHandler Mumble, AddressOf Handler
Dim meme As HasEvents = Me + Me
End Sub
Shared Operator +(x As HasEvents, y As HasEvents) As HasEvents ' Method 16
Return x
End Operator
End Class
Public Sub Main(args As String()) ' Method 2
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
End Module
]]>
</file>
Dim source As Xml.Linq.XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[
Flushing
Method 1
File 1
True
True
True
Method 2
File 1
True
True
True
Method 5
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
Method 10
File 1
True
True
Method 15
File 1
True
Method 16
File 1
True
True
True
True
True
True
Method 17
File 1
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub DoubleDeclarationsCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Sub TestMain() ' Method 1
Dim x, y As Integer, z As String
Dim a As Integer = 10, b As Integer = 20, c as Integer = 30
If a = 11 Then
Dim aa, bb As Integer
Dim cc As Integer, dd As Integer
Return
End If
If a + b + c = 61 Then
x = 10
z = "Howdy"
End If
Dim o1 As Object, o2 As New Object(), o3 as New Object(), o4 As Object
End Sub
Public Sub Main(args As String()) ' Method 2
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
End Module
]]>
</file>
Dim source As Xml.Linq.XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[
Flushing
Method 1
File 1
True
True
True
True
False
True
False
False
True
True
True
Method 2
File 1
True
True
True
Method 5
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyDiagnostics(
Diagnostic(ERRID.WRN_UnusedLocal, "y").WithArguments("y").WithLocation(3, 16),
Diagnostic(ERRID.WRN_UnusedLocal, "o1").WithArguments("o1").WithLocation(14, 13),
Diagnostic(ERRID.WRN_UnusedLocal, "aa").WithArguments("aa").WithLocation(6, 17),
Diagnostic(ERRID.WRN_UnusedLocal, "o4").WithArguments("o4").WithLocation(14, 67),
Diagnostic(ERRID.WRN_UnusedLocal, "bb").WithArguments("bb").WithLocation(6, 21),
Diagnostic(ERRID.WRN_UnusedLocal, "cc").WithArguments("cc").WithLocation(7, 17),
Diagnostic(ERRID.WRN_UnusedLocal, "dd").WithArguments("dd").WithLocation(7, 32))
End Sub
<Fact>
Public Sub PropertiesCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Sub TestMain() ' Method 1
xxx = 12
yyy = 11
yyy = zzz
End Sub
Public Sub Main(args As String()) ' Method 2
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Property xxx As Integer
Set ' Method 3
End Set
Get
Return 12
End Get
End Property
Property yyy
Property zzz As Integer
Set
End Set
Get ' Method 8
If yyy > 10 Then
Return 40
End If
Return 50
End Get
End Property
End Module
]]>
</file>
Dim source As Xml.Linq.XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[
Flushing
Method 1
File 1
True
True
True
True
Method 2
File 1
True
True
True
Method 3
File 1
True
Method 8
File 1
True
True
True
False
Method 11
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub TestFieldInitializersCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Private x As Integer
Public Sub Main() ' Method 1
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub TestMain() ' Method 2
Dim local As New C() : local = New C(1, 2)
End Sub
End Module
Class C
Shared Function Init() As Integer ' Method 3
Return 33
End Function
Sub New() ' Method 4
_z = 12
End Sub
Shared Sub New() ' Method 5
s_z = 123
End Sub
Private _x As Integer = Init()
Private _y As Integer = Init() + 12
Private _z As Integer
Private Shared s_x As Integer = Init()
Private Shared s_y As Integer = Init() + 153
Private Shared s_z As Integer
Sub New(x As Integer) ' Method 6
_z = x
End Sub
Sub New(a As Integer, b As Integer) ' Method 7
_z = a + b
End Sub
Property A As Integer = 1234
Shared Property B As Integer = 5678
End Class
]]>
</file>
Dim source As Xml.Linq.XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[
Flushing
Method 1
File 1
True
True
True
Method 2
File 1
True
True
True
Method 3
File 1
True
True
Method 4
File 1
True
True
True
True
True
Method 5
File 1
True
True
True
True
True
Method 7
File 1
True
True
True
True
True
Method 14
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub TestImplicitConstructorCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Private x As Integer
Public Sub Main() ' Method 1
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub TestMain() ' Method 2
Dim local As New C()
Dim x As Integer = local._x + C.s_x
End Sub
End Module
Class C
' Method 3 is the implicit shared constructor.
' Method 4 is the implicit instance constructor.
Shared Function Init() As Integer ' Method 5
Return 33
End Function
Public _x As Integer = Init()
Public _y As Integer = Init() + 12
Public Shared s_x As Integer = Init()
Public Shared s_y As Integer = Init() + 153
Public Shared s_z As Integer = 144
Property A As Integer = 1234
Shared Property B As Integer = 5678
End Class
]]>
</file>
Dim source As Xml.Linq.XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[
Flushing
Method 1
File 1
True
True
True
Method 2
File 1
True
True
True
Method 3
File 1
True
True
True
True
Method 4
File 1
True
True
True
Method 5
File 1
True
True
Method 12
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub TestImplicitConstructorsWithLambdasCoverage()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Module Program
Private x As Integer
Public Sub Main() ' Method 1
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub TestMain() ' Method 2
Dim y As Integer = C.s_c._function()
Dim dd As New D()
Dim z As Integer = dd._c._function()
Dim zz As Integer = D.s_c._function()
Dim zzz As Integer = dd._c1._function()
Dim zzzz As Integer = F.s_c._function()
End Sub
End Module
Class C
Public Sub New(f As System.Func(Of Integer)) ' Method 4
_function = f
End Sub
Shared Public s_c As New C(Function () 15)
Public _function as System.Func(Of Integer)
End Class
Partial Class D
End Class
Partial Class D
Public _c As C = New C(Function() 120)
Public Shared s_c As C = New C(Function() 144)
Public _c1 As New C(Function()
Return 130
End Function)
Public Shared s_c1 As New C(Function()
Return 156
End Function)
End Class
Partial Class D
End Class
Structure E
Public Shared s_c As C = New C(Function() 1444)
Public Shared s_c1 As New C(Function()
Return 1567
End Function)
End Structure
Module F
Public s_c As New C(Function()
Return 333
End Function)
End Module
' Method 3 is the synthesized shared constructor for C.
' Method 5 is the synthesized shared constructor for D.
' Method 6 is the synthesized instance constructor for D.
' Method 7 (which is not called, and so does not appear in the output) is the synthesized shared constructor for E.
' Method 8 is the synthesized shared constructor for F.
]]>
</file>
Dim source As Xml.Linq.XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim expectedOutput As XCData = <![CDATA[
Flushing
Method 1
File 1
True
True
True
Method 2
File 1
True
True
True
True
True
True
True
Method 3
File 1
True
True
Method 4
File 1
True
True
Method 5
File 1
True
True
False
True
Method 6
File 1
True
True
True
True
Method 8
File 1
True
True
Method 11
File 1
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier As CompilationVerifier = CompileAndVerify(source, expectedOutput)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub MissingMethodNeededForAnalysis()
Dim testSource As XElement = <file name="c.vb">
<![CDATA[
Namespace System
Public Class [Object] : End Class
Public Structure Int32 : End Structure
Public Structure [Boolean] : End Structure
Public Class [String] : End Class
Public Class Exception : End Class
Public Class ValueType : End Class
Public Class [Enum] : End Class
Public Structure Void : End Structure
Public Class Guid : End Class
End Namespace
Namespace System
Public Class Console
Public Shared Sub WriteLine(s As String)
End Sub
Public Shared Sub WriteLine(i As Integer)
End Sub
Public Shared Sub WriteLine(b As Boolean)
End Sub
End Class
End Namespace
Class Program
Public Shared Sub Main(args As String())
TestMain()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Shared Sub TestMain()
End Sub
End Class
]]>
</file>
Dim source As Xml.Linq.XElement = <compilation></compilation>
source.Add(testSource)
source.Add(InstrumentationHelperSource)
Dim diagnostics As ImmutableArray(Of Diagnostic) = CreateCompilation(source).GetEmitDiagnostics(EmitOptions.Default.WithInstrumentationKinds(ImmutableArray.Create(InstrumentationKind.TestCoverage)))
For Each Diagnostic As Diagnostic In diagnostics
If Diagnostic.Code = ERRID.ERR_MissingRuntimeHelper AndAlso Diagnostic.Arguments(0).Equals("System.Guid..ctor") Then
Return
End If
Next
Assert.True(False)
End Sub
<Fact>
Public Sub ExcludeFromCodeCoverageAttribute_Method()
Dim source = "
Imports System
Imports System.Diagnostics.CodeAnalysis
Class C
<ExcludeFromCodeCoverage>
Sub M1()
Console.WriteLine(1)
End Sub
Sub M2()
Console.WriteLine(1)
End Sub
End Class
"
Dim verifier = CompileAndVerify(source & InstrumentationHelperSourceStr, options:=TestOptions.ReleaseDll)
AssertNotInstrumented(verifier, "C.M1")
AssertInstrumented(verifier, "C.M2")
End Sub
<Fact>
Public Sub ExcludeFromCodeCoverageAttribute_Ctor()
Dim source = "
Imports System
Imports System.Diagnostics.CodeAnalysis
Class C
Dim a As Integer = 1
<ExcludeFromCodeCoverage>
Public Sub New()
Console.WriteLine(3)
End Sub
End Class
"
Dim verifier = CompileAndVerify(source & InstrumentationHelperSourceStr, options:=TestOptions.ReleaseDll)
AssertNotInstrumented(verifier, "C..ctor")
End Sub
<Fact>
Public Sub ExcludeFromCodeCoverageAttribute_Cctor()
Dim source = "
Imports System
Imports System.Diagnostics.CodeAnalysis
Class C
Shared a As Integer = 1
<ExcludeFromCodeCoverage>
Shared Sub New()
Console.WriteLine(3)
End Sub
End Class
"
Dim verifier = CompileAndVerify(source & InstrumentationHelperSourceStr, options:=TestOptions.ReleaseDll)
AssertNotInstrumented(verifier, "C..cctor")
End Sub
<Fact>
Public Sub ExcludeFromCodeCoverageAttribute_Lambdas_InMethod()
Dim source = "
Imports System
Imports System.Diagnostics.CodeAnalysis
Class C
<ExcludeFromCodeCoverage>
Shared Sub M1()
Dim s = New Action(Sub() Console.WriteLine(1))
s.Invoke()
End Sub
Shared Sub M2()
Dim s = New Action(Sub() Console.WriteLine(2))
s.Invoke()
End Sub
End Class
"
Dim verifier = CompileAndVerify(source & InstrumentationHelperSourceStr, options:=TestOptions.ReleaseDll)
AssertNotInstrumented(verifier, "C.M1")
AssertNotInstrumented(verifier, "C._Closure$__._Lambda$__1-0")
AssertInstrumented(verifier, "C.M2")
AssertInstrumented(verifier, "C._Closure$__2-0._Lambda$__0")
End Sub
<Fact>
Public Sub ExcludeFromCodeCoverageAttribute_Lambdas_InInitializers()
Dim source = "
Imports System
Imports System.Diagnostics.CodeAnalysis
Class C
Dim [IF] As Action = Sub() Console.WriteLine(1)
ReadOnly Property IP As Action = Sub() Console.WriteLine(2)
Shared SF As Action = Sub() Console.WriteLine(3)
Shared ReadOnly Property SP As Action = Sub() Console.WriteLine(4)
<ExcludeFromCodeCoverage>
Sub New()
End Sub
Shared Sub New()
End Sub
End Class
"
Dim verifier = CompileAndVerify(source & InstrumentationHelperSourceStr, options:=TestOptions.ReleaseDll)
verifier.VerifyDiagnostics()
AssertNotInstrumented(verifier, "C..ctor")
AssertNotInstrumented(verifier, "C._Closure$__._Lambda$__8-0")
AssertNotInstrumented(verifier, "C._Closure$__._Lambda$__8-1")
AssertInstrumented(verifier, "C..cctor")
AssertInstrumented(verifier, "C._Closure$__9-0._Lambda$__0")
AssertInstrumented(verifier, "C._Closure$__9-0._Lambda$__1")
End Sub
<Fact>
Public Sub ExcludeFromCodeCoverageAttribute_Lambdas_InAccessors()
Dim source = "
Imports System
Imports System.Diagnostics.CodeAnalysis
Class C
<ExcludeFromCodeCoverage>
Property P1 As Integer
Get
Dim s = Sub() Console.WriteLine(1)
s()
Return 1
End Get
Set
Dim s = Sub() Console.WriteLine(2)
s()
End Set
End Property
Property P2 As Integer
Get
Dim s = Sub() Console.WriteLine(3)
s()
Return 3
End Get
Set
Dim s = Sub() Console.WriteLine(4)
s()
End Set
End Property
End Class
"
Dim verifier = CompileAndVerify(source & InstrumentationHelperSourceStr, options:=TestOptions.ReleaseDll)
AssertNotInstrumented(verifier, "C.get_P1")
AssertNotInstrumented(verifier, "C.set_P1")
AssertNotInstrumented(verifier, "C._Closure$__._Lambda$__2-0")
AssertNotInstrumented(verifier, "C._Closure$__._Lambda$__3-0")
AssertInstrumented(verifier, "C.get_P2")
AssertInstrumented(verifier, "C.set_P2")
AssertInstrumented(verifier, "C._Closure$__6-0._Lambda$__0")
AssertInstrumented(verifier, "C._Closure$__5-0._Lambda$__0")
End Sub
<Fact>
Public Sub ExcludeFromCodeCoverageAttribute_Type()
Dim source = "
Imports System
Imports System.Diagnostics.CodeAnalysis
<ExcludeFromCodeCoverage>
Class C
Dim x As Integer = 1
Shared Sub New()
End Sub
Sub M1()
Console.WriteLine(1)
End Sub
Property P As Integer
Get
Return 1
End Get
Set
End Set
End Property
Custom Event E As Action
AddHandler(v As Action)
End AddHandler
RemoveHandler(v As Action)
End RemoveHandler
RaiseEvent()
End RaiseEvent
End Event
End Class
Class D
Dim x As Integer = 1
Shared Sub New()
End Sub
Sub M1()
Console.WriteLine(1)
End Sub
Property P As Integer
Get
Return 1
End Get
Set
End Set
End Property
Custom Event E As Action
AddHandler(v As Action)
End AddHandler
RemoveHandler(v As Action)
End RemoveHandler
RaiseEvent()
End RaiseEvent
End Event
End Class
"
Dim verifier = CompileAndVerify(source & InstrumentationHelperSourceStr, options:=TestOptions.ReleaseDll)
AssertNotInstrumented(verifier, "C..ctor")
AssertNotInstrumented(verifier, "C..cctor")
AssertNotInstrumented(verifier, "C.M1")
AssertNotInstrumented(verifier, "C.get_P")
AssertNotInstrumented(verifier, "C.set_P")
AssertNotInstrumented(verifier, "C.add_E")
AssertNotInstrumented(verifier, "C.remove_E")
AssertNotInstrumented(verifier, "C.raise_E")
AssertInstrumented(verifier, "D..ctor")
AssertInstrumented(verifier, "D..cctor")
AssertInstrumented(verifier, "D.M1")
AssertInstrumented(verifier, "D.get_P")
AssertInstrumented(verifier, "D.set_P")
AssertInstrumented(verifier, "D.add_E")
AssertInstrumented(verifier, "D.remove_E")
AssertInstrumented(verifier, "D.raise_E")
End Sub
<Fact>
Public Sub ExcludeFromCodeCoverageAttribute_NestedType()
Dim source = "
Imports System
Imports System.Diagnostics.CodeAnalysis
Class A
Class B1
<ExcludeFromCodeCoverage>
Class C
Sub M1()
Console.WriteLine(1)
End Sub
End Class
Sub M2()
Console.WriteLine(2)
End Sub
End Class
<ExcludeFromCodeCoverage>
Partial Class B2
Partial Class C1
Sub M3()
Console.WriteLine(3)
End Sub
End Class
Class C2
Sub M4()
Console.WriteLine(4)
End Sub
End Class
Sub M5()
Console.WriteLine(5)
End Sub
End Class
Partial Class B2
<ExcludeFromCodeCoverage>
Partial Class C1
Sub M6()
Console.WriteLine(6)
End Sub
End Class
Sub M7()
Console.WriteLine(7)
End Sub
End Class
Sub M8()
Console.WriteLine(8)
End Sub
End Class
"
Dim verifier = CompileAndVerify(source & InstrumentationHelperSourceStr, options:=TestOptions.ReleaseDll)
AssertNotInstrumented(verifier, "A.B1.C.M1")
AssertInstrumented(verifier, "A.B1.M2")
AssertNotInstrumented(verifier, "A.B2.C1.M3")
AssertNotInstrumented(verifier, "A.B2.C2.M4")
AssertNotInstrumented(verifier, "A.B2.C1.M6")
AssertNotInstrumented(verifier, "A.B2.M7")
AssertInstrumented(verifier, "A.M8")
End Sub
<Fact>
Public Sub ExcludeFromCodeCoverageAttribute_Accessors()
Dim source = "
Imports System
Imports System.Diagnostics.CodeAnalysis
Class C
<ExcludeFromCodeCoverage>
Property P1 As Integer
Get
Return 1
End Get
Set
End Set
End Property
<ExcludeFromCodeCoverage>
Custom Event E1 As Action
AddHandler(v As Action)
End AddHandler
RemoveHandler(v As Action)
End RemoveHandler
RaiseEvent()
End RaiseEvent
End Event
Property P2 As Integer
Get
Return 2
End Get
Set
End Set
End Property
Custom Event E2 As Action
AddHandler(v As Action)
End AddHandler
RemoveHandler(v As Action)
End RemoveHandler
RaiseEvent()
End RaiseEvent
End Event
End Class
"
Dim verifier = CompileAndVerify(source & InstrumentationHelperSourceStr, options:=TestOptions.ReleaseDll)
AssertNotInstrumented(verifier, "C.get_P1")
AssertNotInstrumented(verifier, "C.set_P1")
AssertNotInstrumented(verifier, "C.add_E1")
AssertNotInstrumented(verifier, "C.remove_E1")
AssertNotInstrumented(verifier, "C.raise_E1")
AssertInstrumented(verifier, "C.get_P2")
AssertInstrumented(verifier, "C.set_P2")
AssertInstrumented(verifier, "C.add_E2")
AssertInstrumented(verifier, "C.remove_E2")
AssertInstrumented(verifier, "C.raise_E2")
End Sub
<Fact>
Public Sub ExcludeFromCodeCoverageAttribute_CustomDefinition_Good()
Dim source = "
Imports System.Diagnostics.CodeAnalysis
Namespace System.Diagnostics.CodeAnalysis
<AttributeUsage(AttributeTargets.Class)>
Public Class ExcludeFromCodeCoverageAttribute
Inherits Attribute
Public Sub New()
End Sub
End Class
End Namespace
<ExcludeFromCodeCoverage>
Class C
Sub M()
End Sub
End Class
Class D
Sub M()
End Sub
End Class
"
Dim c = CreateCompilationWithMscorlib40(source & InstrumentationHelperSourceStr, options:=TestOptions.ReleaseDll)
c.VerifyDiagnostics()
Dim verifier = CompileAndVerify(c, emitOptions:=EmitOptions.Default.WithInstrumentationKinds(ImmutableArray.Create(InstrumentationKind.TestCoverage)))
c.VerifyEmitDiagnostics()
AssertNotInstrumented(verifier, "C.M")
AssertInstrumented(verifier, "D.M")
End Sub
<Fact>
Public Sub ExcludeFromCodeCoverageAttribute_CustomDefinition_Bad()
Dim source = "
Imports System.Diagnostics.CodeAnalysis
Namespace System.Diagnostics.CodeAnalysis
<AttributeUsage(AttributeTargets.Class)>
Public Class ExcludeFromCodeCoverageAttribute
Inherits Attribute
Public Sub New(x As Integer)
End Sub
End Class
End Namespace
<ExcludeFromCodeCoverage(1)>
Class C
Sub M()
End Sub
End Class
Class D
Sub M()
End Sub
End Class
"
Dim c = CreateCompilationWithMscorlib40(source & InstrumentationHelperSourceStr, options:=TestOptions.ReleaseDll)
c.VerifyDiagnostics()
Dim verifier = CompileAndVerify(c, emitOptions:=EmitOptions.Default.WithInstrumentationKinds(ImmutableArray.Create(InstrumentationKind.TestCoverage)))
c.VerifyEmitDiagnostics()
AssertInstrumented(verifier, "C.M")
AssertInstrumented(verifier, "D.M")
End Sub
<Fact>
Public Sub TestPartialMethodsWithImplementation()
Dim testSource = <file name="c.vb">
<![CDATA[
Imports System
Partial Class Class1
Private Partial Sub Method1(x as Integer)
End Sub
Public Sub Method2(x as Integer)
Console.WriteLine("Method2: x = {0}", x)
Method1(x)
End Sub
End Class
Partial Class Class1
Private Sub Method1(x as Integer)
Console.WriteLine("Method1: x = {0}", x)
If x > 0
Console.WriteLine("Method1: x > 0")
Method1(0)
ElseIf x < 0
Console.WriteLine("Method1: x < 0")
End If
End Sub
End Class
Module Program
Public Sub Main()
Test()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub Test()
Console.WriteLine("Test")
Dim c = new Class1()
c.Method2(1)
End Sub
End Module
]]>
</file>
Dim source = <compilation>
<%= testSource %>
<%= InstrumentationHelperSource %>
</compilation>
Dim checker = New VBInstrumentationChecker()
checker.Method(1, 1, "New", expectBodySpan:=False)
checker.Method(2, 1, "Private Sub Method1(x as Integer)").
True("Console.WriteLine(""Method1: x = {0}"", x)").
True("Console.WriteLine(""Method1: x > 0"")").
True("Method1(0)").
False("Console.WriteLine(""Method1: x < 0"")").
True("x < 0").
True("x > 0")
checker.Method(3, 1, "Public Sub Method2(x as Integer)").
True("Console.WriteLine(""Method2: x = {0}"", x)").
True("Method1(x)")
checker.Method(4, 1, "Public Sub Main()").
True("Test()").
True("Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()")
checker.Method(5, 1, "Sub Test()").
True("Console.WriteLine(""Test"")").
True("new Class1()").
True("c.Method2(1)")
checker.Method(8, 1).
True().
False().
True().
True().
True().
True().
True().
True().
True().
True().
True().
True()
Dim expectedOutput = "Test
Method2: x = 1
Method1: x = 1
Method1: x > 0
Method1: x = 0
" + XCDataToString(checker.ExpectedOutput)
Dim verifier = CompileAndVerify(source, expectedOutput, options:=TestOptions.ReleaseExe)
checker.CompleteCheck(verifier.Compilation, testSource)
verifier.VerifyDiagnostics()
verifier = CompileAndVerify(source, expectedOutput, options:=TestOptions.DebugExe)
checker.CompleteCheck(verifier.Compilation, testSource)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub TestPartialMethodsWithoutImplementation()
Dim testSource = <file name="c.vb">
<![CDATA[
Imports System
Partial Class Class1
Private Partial Sub Method1(x as Integer)
End Sub
Public Sub Method2(x as Integer)
Console.WriteLine("Method2: x = {0}", x)
Method1(x)
End Sub
End Class
Module Program
Public Sub Main()
Test()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub Test()
Console.WriteLine("Test")
Dim c = new Class1()
c.Method2(1)
End Sub
End Module
]]>
</file>
Dim source = <compilation>
<%= testSource %>
<%= InstrumentationHelperSource %>
</compilation>
Dim checker = New VBInstrumentationChecker()
checker.Method(1, 1, "New", expectBodySpan:=False)
checker.Method(2, 1, "Public Sub Method2(x as Integer)").
True("Console.WriteLine(""Method2: x = {0}"", x)")
checker.Method(3, 1, "Public Sub Main()").
True("Test()").
True("Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()")
checker.Method(4, 1, "Sub Test()").
True("Console.WriteLine(""Test"")").
True("new Class1()").
True("c.Method2(1)")
checker.Method(7, 1).
True().
False().
True().
True().
True().
True().
True().
True().
True().
True().
True().
True()
Dim expectedOutput = "Test
Method2: x = 1
" + XCDataToString(checker.ExpectedOutput)
Dim verifier = CompileAndVerify(source, expectedOutput, options:=TestOptions.ReleaseExe)
checker.CompleteCheck(verifier.Compilation, testSource)
verifier.VerifyDiagnostics()
verifier = CompileAndVerify(source, expectedOutput, options:=TestOptions.DebugExe)
checker.CompleteCheck(verifier.Compilation, testSource)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub TestSynthesizedConstructorWithSpansInMultipleFilesCoverage()
Dim source1 = <file name="aa.vb">
<![CDATA[
Imports System
Partial Class Class1
Dim a As Action(Of Integer) =
Sub(i As Integer)
Console.WriteLine(i)
End Sub
End Class
Module Program
Public Sub Main()
Test()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub Test()
Console.WriteLine("Test")
Dim c = new Class1()
c.Method1(1)
End Sub
End Module
]]>
</file>
Dim source2 = <file name="bb.vb">
<![CDATA[
Imports System
Partial Class Class1
Dim x As Integer = 1
Sub Method1(i As Integer)
a(i)
Console.WriteLine(x)
Console.WriteLine(y)
Console.WriteLine(z)
End Sub
End Class
]]>
</file>
Dim source3 = <file name="cc.vb">
<![CDATA[
Partial Class Class1
Dim y As Integer = 2
Dim z As Integer = 3
End Class
]]>
</file>
Dim source = <compilation>
<%= source1 %>
<%= source2 %>
<%= source3 %>
<%= InstrumentationHelperSource %>
</compilation>
Dim expectedOutput = <![CDATA[Test
1
1
2
3
Flushing
Method 1
File 1
File 2
File 3
True
True
True
True
True
Method 2
File 2
True
True
True
True
True
Method 3
File 1
True
True
True
Method 4
File 1
True
True
True
True
Method 7
File 4
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier = CompileAndVerify(source, expectedOutput, options:=TestOptions.ReleaseExe)
verifier.VerifyDiagnostics()
verifier = CompileAndVerify(source, expectedOutput, options:=TestOptions.DebugExe)
verifier.VerifyDiagnostics()
End Sub
<Fact>
Public Sub TestSynthesizedStaticConstructorWithSpansInMultipleFilesCoverage()
Dim source1 = <file name="aa.vb">
<![CDATA[
Imports System
Partial Class Class1
Shared Dim a As Action(Of Integer) =
Sub(i As Integer)
Console.WriteLine(i)
End Sub
End Class
Module Program
Public Sub Main()
Test()
Microsoft.CodeAnalysis.Runtime.Instrumentation.FlushPayload()
End Sub
Sub Test()
Console.WriteLine("Test")
Dim c = new Class1()
Class1.Method1(1)
End Sub
End Module
]]>
</file>
Dim source2 = <file name="bb.vb">
<![CDATA[
Imports System
Partial Class Class1
Shared Dim x As Integer = 1
Shared Sub Method1(i As Integer)
a(i)
Console.WriteLine(x)
Console.WriteLine(y)
Console.WriteLine(z)
End Sub
End Class
]]>
</file>
Dim source3 = <file name="cc.vb">
<![CDATA[
Partial Class Class1
Shared Dim y As Integer = 2
Shared Dim z As Integer = 3
End Class
]]>
</file>
Dim source = <compilation>
<%= source1 %>
<%= source2 %>
<%= source3 %>
<%= InstrumentationHelperSource %>
</compilation>
Dim expectedOutput = <![CDATA[Test
1
1
2
3
Flushing
Method 1
File 1
File 2
File 3
True
True
True
True
True
Method 2
File 1
Method 3
File 2
True
True
True
True
True
Method 4
File 1
True
True
True
Method 5
File 1
True
True
True
True
Method 8
File 4
True
True
False
True
True
True
True
True
True
True
True
True
True
]]>
Dim verifier = CompileAndVerify(source, expectedOutput, options:=TestOptions.ReleaseExe)
verifier.VerifyDiagnostics()
verifier = CompileAndVerify(source, expectedOutput, options:=TestOptions.DebugExe)
verifier.VerifyDiagnostics()
End Sub
Private Shared Sub AssertNotInstrumented(verifier As CompilationVerifier, qualifiedMethodName As String)
AssertInstrumented(verifier, qualifiedMethodName, expected:=False)
End Sub
Private Shared Sub AssertInstrumented(verifier As CompilationVerifier, qualifiedMethodName As String, Optional expected As Boolean = True)
Dim il = verifier.VisualizeIL(qualifiedMethodName)
' Tests using this helper are constructed such that instrumented methods contain a call to CreatePayload,
' lambdas a reference to payload Boolean array.
Dim instrumented = il.Contains("CreatePayload") OrElse il.Contains("As Boolean()")
Assert.True(expected = instrumented, $"Method '{qualifiedMethodName}' should {If(expected, "be", "not be")} instrumented. Actual IL:{Environment.NewLine}{il}")
End Sub
Private Function CreateCompilation(source As XElement) As Compilation
Return CreateEmptyCompilationWithReferences(source, references:=New MetadataReference() {}, options:=TestOptions.ReleaseExe.WithDeterministic(True))
End Function
Private Overloads Function CompileAndVerify(source As XElement, Optional expectedOutput As XCData = Nothing, Optional options As VisualBasicCompilationOptions = Nothing) As CompilationVerifier
Return CompileAndVerify(source,
LatestVbReferences,
XCDataToString(expectedOutput),
options:=If(options, TestOptions.ReleaseExe).WithDeterministic(True),
emitOptions:=EmitOptions.Default.WithInstrumentationKinds(ImmutableArray.Create(InstrumentationKind.TestCoverage)))
End Function
Private Overloads Function CompileAndVerify(source As XElement, Optional expectedOutput As String = Nothing, Optional options As VisualBasicCompilationOptions = Nothing) As CompilationVerifier
Return CompileAndVerify(source,
LatestVbReferences,
expectedOutput,
options:=If(options, TestOptions.ReleaseExe).WithDeterministic(True),
emitOptions:=EmitOptions.Default.WithInstrumentationKinds(ImmutableArray.Create(InstrumentationKind.TestCoverage)))
End Function
Private Overloads Function CompileAndVerify(source As String, Optional expectedOutput As String = Nothing, Optional options As VisualBasicCompilationOptions = Nothing) As CompilationVerifier
Return CompileAndVerifyEx(source,
LatestVbReferences,
expectedOutput,
options:=If(options, TestOptions.ReleaseExe).WithDeterministic(True),
emitOptions:=EmitOptions.Default.WithInstrumentationKinds(ImmutableArray.Create(InstrumentationKind.TestCoverage)),
targetFramework:=TargetFramework.Empty)
End Function
End Class
End Namespace
| Visual Basic | 5 | ffMathy/roslyn | src/Compilers/VisualBasic/Test/Emit/Emit/DynamicAnalysis/DynamicInstrumentationTests.vb | [
"MIT"
] |
package com.baeldung.newfeatures;
import org.junit.jupiter.api.Test;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import static org.junit.Assert.assertEquals;
public class FileMismatchUnitTest {
@Test
public void givenIdenticalFiles_thenShouldNotFindMismatch() throws IOException {
Path filePath1 = Files.createTempFile("file1", ".txt");
Path filePath2 = Files.createTempFile("file2", ".txt");
Files.writeString(filePath1, "Java 12 Article");
Files.writeString(filePath2, "Java 12 Article");
long mismatch = Files.mismatch(filePath1, filePath2);
assertEquals(-1, mismatch);
}
@Test
public void givenDifferentFiles_thenShouldFindMismatch() throws IOException {
Path filePath3 = Files.createTempFile("file3", ".txt");
Path filePath4 = Files.createTempFile("file4", ".txt");
Files.writeString(filePath3, "Java 12 Article");
Files.writeString(filePath4, "Java 12 Tutorial");
long mismatch = Files.mismatch(filePath3, filePath4);
assertEquals(8, mismatch);
}
}
| Java | 4 | DBatOWL/tutorials | core-java-modules/core-java-12/src/test/java/com/baeldung/newfeatures/FileMismatchUnitTest.java | [
"MIT"
] |
a {
all: initial;
}
| CSS | 2 | blomqma/next.js | test/integration/css-features/fixtures/module-import-global-invalid/pages/styles.css | [
"MIT"
] |
int arive 4*7
if arive > 4
arive = 4*8
end
arive = 4*(8
def factorial(n: int) -> int
if n == 1 do
return 1
else
return factorial(n-1) * factorial(n-2)
end
end
| Cycript | 1 | matheuspb/cython | examples/syntax_error.cy | [
"MIT"
] |
#define FFT_V2
#include "fft_512x512_c2c_CS.hlsl"
| HLSL | 0 | sadernalwis/WickedEngine | WickedEngine/fft_512x512_c2c_v2_CS.hlsl | [
"WTFPL",
"MIT"
] |
"""Support for IamMeter Devices."""
| Python | 0 | domwillcode/home-assistant | homeassistant/components/iammeter/__init__.py | [
"Apache-2.0"
] |
//===--- ThreadLocalStorage.h - Wrapper for thread-local storage. --*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===----------------------------------------------------------------------===//
#ifndef SWIFT_STDLIB_SHIMS_THREADLOCALSTORAGE_H
#define SWIFT_STDLIB_SHIMS_THREADLOCALSTORAGE_H
#include "Visibility.h"
SWIFT_RUNTIME_STDLIB_INTERNAL
void * _Nonnull _swift_stdlib_threadLocalStorageGet(void);
#endif // SWIFT_STDLIB_SHIMS_THREADLOCALSTORAGE_H
| C | 3 | lwhsu/swift | stdlib/public/SwiftShims/ThreadLocalStorage.h | [
"Apache-2.0"
] |
/********************************************************************************
* Copyright (c) {date} Red Hat Inc. and/or its affiliates and others
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* http://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/
import org.eclipse.ceylon.compiler.typechecker.parser {
CeylonLexer
}
import com.intellij.openapi.util {
Key
}
import java.util {
Arrays,
JList=List
}
import com.intellij.psi.tree {
IElementType
}
import org.eclipse.ceylon.compiler.typechecker.tree {
Node
}
shared object parserConstants {
shared JList<Integer> nodesAllowedAtEof = Arrays.asList(CeylonLexer.eof,
CeylonLexer.ws, CeylonLexer.lineComment, CeylonLexer.multiComment);
// Leaves which will be wrapped in a CeylonCompositeElement, for example to allow refactoring them
shared JList<IElementType> leavesToWrap = Arrays.asList(CeylonTypes.identifier,
CeylonTypes.naturalLiteral, CeylonTypes.functionLiteral, CeylonTypes.stringLiteral,
CeylonTypes.valueModifier, CeylonTypes.functionModifier);
shared Key<Node> ceylonNodeKey = Key<Node>("CEYLON-SPEC_NODE");
shared Key<Anything()> postParseAction = Key<Anything()>("POST-PARSE-ACTION");
}
| Ceylon | 4 | Kopilov/ceylon-ide-intellij | source/org/eclipse/ceylon/ide/intellij/psi/parserConstants.ceylon | [
"Apache-2.0"
] |
{
"throws": "Unexpected token (1:14)"
}
| JSON | 0 | wuweiweiwu/babel | packages/babel-parser/test/fixtures/flow/opaque-type-alias/opaque_subtype_invalid2/options.json | [
"MIT"
] |
GuardedServer
=============
Copyright (C) 2015, Bill Burdick, Roy Riggs, TEAM CTHULHU
A server which can process guarded operations.
Licensed with ZLIB license.
=============================
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
define ['./server', './guarded-operation'], (OT)->
{
Server
GuardedOperation
conflictsWith
guardedTransform
RejectGuardedOperation
} = OT
class GuardedServer extends Server
constructor: (document, operations)-> super document, operations
receiveGuardedOperation: (revision, operation, guards)->
operation = new GuardedOperation operation, guards
concurrentOperations = this.operations.slice(revision);
# ... and transform the operation against all these operations ...
for conOp in concurrentOperations
if operation.conflictsWith conOp then return RejectGuardedOperation
operation = opertion.transform conOp
operation = operation.original
# ... and apply that on the document.
@document = operation.apply(this.document)
# Store operation in history.
@operations.push(operation)
# It's the caller's responsibility to send the operation to all connected
# clients and an acknowledgement to the creator.
operation
OT.GuardedServer = GuardedServer
OT
| Literate CoffeeScript | 4 | zot/Leisure | src/lib/ot/guarded-server.litcoffee | [
"Zlib"
] |
// edition:2021
// Ensure that diagnostics for mutability error (because the root variable
// isn't mutable) work with `capture_disjoint_fields` enabled.
fn mut_error_struct() {
let x = (10, 10);
let y = (x, 10);
let z = (y, 10);
let mut c = || {
z.0.0.0 = 20;
//~^ ERROR: cannot assign to `z.0.0.0`, as it is not declared as mutable
};
c();
}
fn mut_error_box() {
let x = (10, 10);
let bx = Box::new(x);
let mut c = || {
bx.0 = 20;
//~^ ERROR: cannot assign to `*bx.0`, as it is not declared as mutable
};
c();
}
fn main() {
mut_error_struct();
mut_error_box();
}
| Rust | 4 | mbc-git/rust | src/test/ui/closures/2229_closure_analysis/diagnostics/cant-mutate-imm.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
// PatternFly 4 uses global CSS imports in its distribution files. Therefore,
// we need to transpile the modules before we can use them.
const withTM = require('next-transpile-modules')([
'@patternfly/react-core',
'@patternfly/react-styles',
])
module.exports = withTM({})
| JavaScript | 4 | blomqma/next.js | examples/with-patternfly/next.config.js | [
"MIT"
] |
--TEST--
ssl_method option is deprecated
--EXTENSIONS--
soap
--FILE--
<?php
new SoapClient(null, [
'location' => 'foo',
'uri' => 'bar',
'ssl_method' => SOAP_SSL_METHOD_TLS,
]);
?>
--EXPECTF--
Deprecated: SoapClient::__construct(): The "ssl_method" option is deprecated. Use "ssl" stream context options instead in %s on line %d
| PHP | 2 | NathanFreeman/php-src | ext/soap/tests/ssl_method_deprecation.phpt | [
"PHP-3.01"
] |
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" doctype-system="about:legacy-compat"/>
<xsl:template match="/">
<html>
<body>Hello</body>
</html>
</xsl:template>
</xsl:stylesheet>
| XSLT | 3 | zealoussnow/chromium | third_party/blink/web_tests/fast/xsl/resources/subframe.xsl | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] |
#tag Window
Begin Window ExceptionWindow
BackColor = "#Colors.UI.WindowBackColor"
Backdrop = ""
CloseButton = True
Composite = False
Frame = 1
FullScreen = False
HasBackColor = True
Height = 160
ImplicitInstance= True
LiveResize = True
MacProcID = 0
MaxHeight = 32000
MaximizeButton = False
MaxWidth = 32000
MenuBar = ""
MenuBarVisible = True
MinHeight = 160
MinimizeButton = True
MinWidth = 400
Placement = 3
Resizeable = True
Title = "Unhandled Exception"
Visible = True
Width = 4.0e+2
Begin Label oTitle
AutoDeactivate = True
Bold = True
DataField = ""
DataSource = ""
Enabled = True
Height = 20
HelpTag = ""
Index = -2147483648
InitialParent = ""
Italic = ""
Left = 20
LockBottom = ""
LockedInPosition= False
LockLeft = True
LockRight = True
LockTop = True
Multiline = ""
Scope = 0
Selectable = True
TabIndex = 0
TabPanelIndex = 0
TabStop = True
Text = "Title"
TextAlign = 0
TextColor = "#Colors.UI.ControlTextColor"
TextFont = "Arial"
TextSize = 12
TextUnit = 0
Top = 14
Transparent = True
Underline = ""
Visible = True
Width = 360
End
Begin Label oDescription
AutoDeactivate = True
Bold = False
DataField = ""
DataSource = ""
Enabled = True
Height = 60
HelpTag = ""
Index = -2147483648
InitialParent = ""
Italic = ""
Left = 20
LockBottom = True
LockedInPosition= False
LockLeft = True
LockRight = True
LockTop = True
Multiline = True
Scope = 0
Selectable = True
TabIndex = 1
TabPanelIndex = 0
TabStop = True
Text = "Description"
TextAlign = 0
TextColor = "#Colors.UI.ControlTextColor"
TextFont = "Arial"
TextSize = 12
TextUnit = 0
Top = 46
Transparent = True
Underline = ""
Visible = True
Width = 360
End
Begin PushButton oContinueButton
AutoDeactivate = True
Bold = ""
ButtonStyle = 0
Cancel = ""
Caption = "Continue"
Default = True
Enabled = True
Height = 22
HelpTag = ""
Index = -2147483648
InitialParent = ""
Italic = ""
Left = 310
LockBottom = True
LockedInPosition= False
LockLeft = False
LockRight = True
LockTop = False
Scope = 0
TabIndex = 2
TabPanelIndex = 0
TabStop = True
TextFont = "Arial"
TextSize = 12
TextUnit = 0
Top = 118
Underline = ""
Visible = True
Width = 70
End
Begin PushButton oExitButton
AutoDeactivate = True
Bold = ""
ButtonStyle = 0
Cancel = True
Caption = "Exit"
Default = False
Enabled = True
Height = 22
HelpTag = ""
Index = -2147483648
InitialParent = ""
Italic = ""
Left = 228
LockBottom = True
LockedInPosition= False
LockLeft = False
LockRight = True
LockTop = False
Scope = 0
TabIndex = 3
TabPanelIndex = 0
TabStop = True
TextFont = "Arial"
TextSize = 12
TextUnit = 0
Top = 118
Underline = ""
Visible = True
Width = 70
End
Begin PushButton oReportButton
AutoDeactivate = True
Bold = ""
ButtonStyle = 0
Cancel = ""
Caption = "Report"
Default = ""
Enabled = True
Height = 22
HelpTag = ""
Index = -2147483648
InitialParent = ""
Italic = ""
Left = 20
LockBottom = True
LockedInPosition= False
LockLeft = True
LockRight = ""
LockTop = False
Scope = 0
TabIndex = 4
TabPanelIndex = 0
TabStop = True
TextFont = "Arial"
TextSize = 12
TextUnit = 0
Top = 118
Underline = ""
Visible = True
Width = 80
End
End
#tag EndWindow
#tag WindowCode
#tag Method, Flags = &h0
Sub Process()
Me.oTitle.Text = "An unhandled " + Introspection.GetType(Me.oException).Name + " occurred."
If Me.oException.ErrorNumber = 0 And Len(Me.oException.Message) > 0 Then
Me.oDescription.Text = Me.oException.Message
ElseIf Me.oException.ErrorNumber <> 0 And Len(Me.oException.Message) = 0 Then
Me.oDescription.Text = "Error #" + Format(Me.oException.ErrorNumber, "-#")
ElseIf Me.oException.ErrorNumber <> 0 And Len(Me.oException.Message) > 0 Then
Me.oDescription.Text = "Error #" + Format(Me.oException.ErrorNumber, "-#") + ": " + Me.oException.Message
Else
Me.oDescription.Text = "no other details were provided."
Me.oDescription.Italic = True
End If
End Sub
#tag EndMethod
#tag Property, Flags = &h0
oException As RuntimeException
#tag EndProperty
#tag EndWindowCode
#tag Events oContinueButton
#tag Event
Sub Action()
Self.Close()
End Sub
#tag EndEvent
#tag Event
Sub Open()
If Me.Default = True Then Me.SetFocus()
End Sub
#tag EndEvent
#tag EndEvents
#tag Events oExitButton
#tag Event
Sub Action()
// We close all current Battle.net connections so that way the MainWindow doesn't
// prompt the user if they wish to disconnect these first.
Dim i As Integer = UBound(Settings.Configurations)
While i >= 0
If Settings.Configurations(i) <> Nil And Settings.Configurations(i).BNET <> Nil And _
Settings.Configurations(i).BNET.IsConnected = True Then _
Settings.Configurations(i).BNET.DoDisconnect(False)
i = i - 1
Wend
// Return a non-successful exit status to the system.
Quit(1)
End Sub
#tag EndEvent
#tag Event
Sub Open()
If Me.Default = True Then Me.SetFocus()
End Sub
#tag EndEvent
#tag EndEvents
#tag Events oReportButton
#tag Event
Sub Action()
Dim o As New HTTPSocket()
Dim d As New Dictionary()
d.Value("title") = Self.oTitle.Text
d.Value("body") = Self.oDescription.Text + EndOfLine + EndOfLine + _
"```" + EndOfLine + Join(Self.oException.Stack(), EndOfLine) + EndOfLine + "```" + EndOfLine
REALbasic.ShowURL("https://github.com/carlbennett/BNRBot/issues/new?" + o.EncodeFormData(d))
End Sub
#tag EndEvent
#tag Event
Sub Open()
If Me.Default = True Then Me.SetFocus()
End Sub
#tag EndEvent
#tag EndEvents
| REALbasic | 4 | carlbennett/BNRBot | src/Windows/ExceptionWindow.rbfrm | [
"MIT"
] |
class Rubinius EnvironmentVariables {
forwards_unary_ruby_methods
ruby_alias: '[]
}
| Fancy | 0 | bakkdoor/fancy | lib/rbx/environment_variables.fy | [
"BSD-3-Clause"
] |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Testing with SiteMesh and ${example}</title>
</head>
<body>
</body>
</html>
| Groovy Server Pages | 2 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/Groovy Server Pages/hello-var.gsp | [
"MIT"
] |
:root {
--ifm-color-primary: #09d3ac;
--ifm-color-primary-dark: rgb(8, 190, 155);
--ifm-color-primary-darker: rgb(8, 179, 146);
--ifm-color-primary-darkest: rgb(6, 148, 120);
--ifm-color-primary-light: rgb(46, 218, 184);
--ifm-color-primary-lighter: rgb(83, 224, 197);
--ifm-color-primary-lightest: rgb(132, 233, 214);
}
@media screen and (max-width: 996px) {
:root {
--ifm-font-size-base: 15px;
}
}
@media screen and (min-width: 997px) {
:root {
--ifm-font-size-base: 17px;
}
}
.docusaurus-highlight-code-line {
background-color: rgb(72, 77, 91);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}
.navbar .navbar__brand > strong {
flex-shrink: 0;
max-width: 100%;
}
| CSS | 3 | sandie06/create-react-app | docusaurus/website/src/css/custom.css | [
"MIT"
] |
/********************************************************************************
* Copyright (c) {date} Red Hat Inc. and/or its affiliates and others
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* http://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/
import com.github.rjeschke.txtmark {
SpanEmitter,
BlockEmitter
}
import com.intellij.openapi.project {
Project
}
import org.eclipse.ceylon.model.typechecker.model {
Unit,
Scope,
Referenceable,
Function,
Module,
Package,
Declaration
}
import java.lang {
StringBuilder,
JString=String
}
import java.util {
List
}
import org.eclipse.ceylon.ide.intellij.highlighting {
highlighter
}
object unlinkedSpanEmitter satisfies SpanEmitter {
shared actual void emitSpan(StringBuilder? builder, String? content) {
if (exists content, exists builder) {
value pipe = content.firstOccurrence('|');
if (exists pipe) {
builder.append(content.spanTo(pipe - 1));
} else {
builder.append("<code>").append(content).append("</code>");
}
}
}
}
class CeylonSpanEmitter(Scope scope, Unit unit, String buildUrl(Referenceable model)) satisfies SpanEmitter {
shared actual void emitSpan(StringBuilder builder, String content) {
value pipe = content.firstOccurrence('|');
variable String linkDescription;
variable String linkTarget;
if (exists pipe) {
linkDescription = content.spanTo(pipe - 1);
linkTarget = content.spanFrom(pipe + 1);
} else {
value sep = content.firstInclusion("::");
if (exists sep) {
linkDescription = content.spanFrom(sep + 2);
} else {
linkDescription = content;
}
linkTarget = content;
}
value decl = resolveLink(linkTarget, scope, unit);
value href = if (exists decl) then "href='``psiProtocol``doc:``buildUrl(decl)``'" else null;
if (exists href) {
builder.append("<a ").append(href).append(">");
}
if (exists pipe) {
builder.append("<code>").append(linkDescription);
if (is Function decl) {
builder.append("()");
}
builder.append("</code>");
} else {
builder.append(linkDescription);
}
if (exists href) {
builder.append("</a>");
}
}
Referenceable? resolveLink(String linkTarget, Scope linkScope, Unit unit) {
if (linkTarget.startsWith("package ")) {
return resolveModule(linkScope)
?.getPackage(linkTarget[8...].trimmed);
} else if (linkTarget.startsWith("module ")) {
return resolveModule(linkScope)
?.getPackage(linkTarget[7...].trimmed)
?.\imodule;
}
value pkgSeparatorIndex = linkTarget.firstInclusion("::");
String declName;
Scope? scope;
if (exists pkgSeparatorIndex) {
value pkgName = linkTarget[0:pkgSeparatorIndex];
declName = linkTarget[pkgSeparatorIndex+2...];
if (exists mod = resolveModule(linkScope)) {
scope = mod.getPackage(pkgName);
} else {
scope = null;
}
} else {
declName = linkTarget;
scope = linkScope;
}
if (exists scope, !declName.empty) {
value declNames = declName.split('.'.equals);
variable Declaration? decl
= scope.getMemberOrParameter(unit, declNames.first, null, false);
for (name in declNames.skip(1)) {
if (is Scope s = decl) {
decl = s.getMember(name, null, false);
if (!decl exists) {
//a parameter
decl = s.getDirectMember(name, null, false);
}
} else {
return null;
}
}
return decl;
}
return null;
}
Module? resolveModule(Scope? scope)
=> switch (scope)
case (null) null
case (is Package) scope.\imodule
else resolveModule(scope.container);
}
class CeylonBlockEmitter(Project project) satisfies BlockEmitter {
shared actual void emitBlock(StringBuilder builder, List<JString> lines, String? meta) {
if (!lines.empty) {
builder.append("<div style='margin-left: 5px'><pre>");
value code = "\n".join { *lines } + "\n";
if (exists meta, meta.empty || "ceylon"==meta) {
builder.append(highlighter.highlight(code.string, project));
} else {
builder.append(code.string);
}
builder.append("</pre></div>\n");
}
}
}
| Ceylon | 4 | Kopilov/ceylon-ide-intellij | source/org/eclipse/ceylon/ide/intellij/doc/markdownEmitters.ceylon | [
"Apache-2.0"
] |
/*##############################################################################
HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
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.
############################################################################## */
LOADXML('<xml/>');
show(value) := macro
output((string) value + ' =\n');
output(' round = ' + (string)round(value) + '\n');
output(' round(0) = ' + (string)round(value, 0) + '\n');
output(' round(1) = ' + (string)round(value, 1) + '\n');
output(' round(10) = ' + (string)round(value, 10) + '\n');
output(' round(32) = ' + (string)round(value, 32) + '\n');
output(' round(100) = ' + (string)round(value, 100) + '\n');
output(' round(-1) = ' + (string)round(value, -1) + '\n');
output(' round(-10) = ' + (string)round(value, -10) + '\n');
output(' round(-100)= ' + (string)round(value, -100) + '\n');
output('----\n');
endmacro;
show(0.0D);
show(1.0D);
show(2.1D);
show(2.4999D);
show(2.5000D);
show(2.05000D);
show(5D);
show(1230000D);
show(0.100000D);
show(1.99999999995D);
show(1234567890123456789.0D);
show(0.1234567890123456789D);
show(0.00000000000000000000123456789018);
show(-1234567.890123456789D);
show(12345678901234567890000000000000D);
show(0.0);
show(1.0);
show(2.1);
show(2.4999);
show(2.5000);
show(2.05000);
show(5.0);
show(1230000.0);
show(0.100000);
show(1.99999999995);
show(1234567890123456789.0);
show(0.1234567890123456789);
show(0.000000000000000000001234567890123456789);
show(-1234567.890123456789);
show(1234567890123456789000000000000000.0);
show(1.0e100);
show(1.0e-100);
show(1230000);
showRounded(value, minPos, maxPos) := MACRO
#SET(i,minPos)
#LOOP
#IF (%i%>maxpos)
#BREAK
#END
output((string)%i% + ' -> ' + (string)round(value,%i%) + '\n');
#SET(i,%i%+1)
#END
ENDMACRO;
#DECLARE(i)
showRounded(123456789.0, -10, 0);
showRounded(1234567890123456789.0, -28, -1);
showRounded(1234567890123456789.0e50, -70, -1);
| ECL | 4 | miguelvazq/HPCC-Platform | testing/regress/ecl/round.ecl | [
"Apache-2.0"
] |
package gw.specContrib.interfaceMethods.defaultMethods.enhancementDM
enhancement Errant_GosuInterfaceAEnh: GosuInterfaceA {
//Error expected - cannot override methods in enhancement
function foo() { //## issuekeys: THE METHOD 'FOO()' IS ALREADY DEFINED IN THE TYPE 'GW.SPECCONTRIB.AAA.PARSERVSOPENSOURCE.JAVA8.DEFAULTMETHODS.ENHANCEMENTDM.GOSUINTERFACEA'. ENHANCEMENTS CANNOT OVERRIDE METHODS.
}
}
| Gosu | 3 | tcmoore32/sheer-madness | gosu-test/src/test/gosu/gw/specContrib/interfaceMethods/defaultMethods/enhancementDM/Errant_GosuInterfaceAEnh.gsx | [
"Apache-2.0"
] |
AstraDynamic 40
2997.924
0.00000000000 8.3897037e-01
1.4865000e-04 8.3897037e-01
4.4595000e-04 8.3924751e-01
7.4324000e-04 8.3980179e-01
1.0405000e-03 8.4062212e-01
1.3378000e-03 8.4170851e-01
1.6351000e-03 8.4304987e-01
1.9324000e-03 8.4462403e-01
2.2297000e-03 8.4643099e-01
2.5270000e-03 8.4843748e-01
2.8243000e-03 8.5063243e-01
3.1216000e-03 8.5300476e-01
3.4189000e-03 8.5553228e-01
3.7162000e-03 8.5818174e-01
4.0135000e-03 8.6094206e-01
4.3108000e-03 8.6379106e-01
4.6081000e-03 8.6670657e-01
4.9054000e-03 8.6965535e-01
5.2027000e-03 8.7262629e-01
5.5000000e-03 8.7560832e-01
5.7973000e-03 8.7855710e-01
6.0946000e-03 8.8146153e-01
6.3919000e-03 8.8431053e-01
6.6892000e-03 8.8708193e-01
6.9865000e-03 8.8975357e-01
7.2838000e-03 8.9231434e-01
7.5811000e-03 8.9474209e-01
7.8784000e-03 8.9701464e-01
8.1757000e-03 8.9913200e-01
8.4730000e-03 9.0106089e-01
8.7703000e-03 9.0281242e-01
9.0676000e-03 9.0435332e-01
9.3649000e-03 9.0568359e-01
9.6622000e-03 9.0678107e-01
9.9595000e-03 9.0764575e-01
1.0257000e-02 9.0826654e-01
1.0554000e-02 9.0862128e-01
1.0851000e-02 9.0872105e-01
1.1149000e-02 9.0853260e-01
1.1446000e-02 9.0806700e-01
1.1743000e-02 9.0730209e-01
1.2041000e-02 9.0623788e-01
1.2338000e-02 9.0487434e-01
1.2635000e-02 9.0318933e-01
1.2932000e-02 9.0119392e-01
1.3230000e-02 8.9885486e-01
1.3527000e-02 8.9619431e-01
1.3824000e-02 8.9319011e-01
1.4122000e-02 8.8984225e-01
1.4419000e-02 8.8615074e-01
1.4716000e-02 8.8209341e-01
1.5014000e-02 8.7768133e-01
1.5311000e-02 8.7290343e-01
1.5608000e-02 8.6774862e-01
1.5905000e-02 8.6222799e-01
1.6203000e-02 8.5633044e-01
1.6500000e-02 8.5004490e-01
1.6797000e-02 8.4337136e-01
1.7095000e-02 8.3629874e-01
1.7392000e-02 8.2884920e-01
1.7689000e-02 8.2098950e-01
1.7986000e-02 8.1273072e-01
1.8284000e-02 8.0407285e-01
1.8581000e-02 7.9501591e-01
1.8878000e-02 7.8553771e-01
1.9176000e-02 7.7564934e-01
1.9473000e-02 7.6535080e-01
1.9770000e-02 7.5464210e-01
2.0068000e-02 7.4351214e-01
2.0365000e-02 7.3197202e-01
2.0662000e-02 7.2001064e-01
2.0959000e-02 7.0763910e-01
2.1257000e-02 6.9483521e-01
2.1554000e-02 6.8163225e-01
2.1851000e-02 6.6799694e-01
2.2152000e-02 6.5381844e-01
2.2455000e-02 6.3908566e-01
2.2758000e-02 6.2392054e-01
2.3061000e-02 6.0832308e-01
2.3364000e-02 5.9231545e-01
2.3667000e-02 5.7589766e-01
2.3970000e-02 5.5906970e-01
2.4273000e-02 5.4183157e-01
2.4576000e-02 5.2420544e-01
2.4879000e-02 5.0618023e-01
2.5182000e-02 4.8777811e-01
2.5485000e-02 4.6899908e-01
2.5788000e-02 4.4986531e-01
2.6091000e-02 4.3036571e-01
2.6394000e-02 4.1052246e-01
2.6697000e-02 3.9035773e-01
2.7000000e-02 3.6986043e-01
2.7303000e-02 3.4906382e-01
2.7606000e-02 3.2797898e-01
2.7909000e-02 3.0661700e-01
2.8212000e-02 2.8497788e-01
2.8515000e-02 2.6310597e-01
2.8818000e-02 2.4100125e-01
2.9121000e-02 2.1867483e-01
2.9424000e-02 1.9615994e-01
2.9727000e-02 1.7347878e-01
3.0030000e-02 1.5062024e-01
3.0333000e-02 1.2763976e-01
3.0636000e-02 1.0452958e-01
3.0939000e-02 8.1322957e-02
3.1242000e-02 5.8038733e-02
3.1545000e-02 3.4695755e-02
3.1848000e-02 1.1316195e-02
3.2152000e-02 -1.2081102e-02
3.2455000e-02 -3.5475074e-02
3.2758000e-02 -5.8843549e-02
3.3061000e-02 -8.2166572e-02
3.3364000e-02 -1.0542530e-01
3.3667000e-02 -1.2859312e-01
3.3970000e-02 -1.5166229e-01
3.4273000e-02 -1.7460951e-01
3.4576000e-02 -1.9741262e-01
3.4879000e-02 -2.2004944e-01
3.5182000e-02 -2.4249781e-01
3.5485000e-02 -2.6475772e-01
3.5788000e-02 -2.8680701e-01
3.6091000e-02 -3.0862350e-01
3.6394000e-02 -3.3019610e-01
3.6697000e-02 -3.5150266e-01
3.7000000e-02 -3.7253207e-01
3.7303000e-02 -3.9328433e-01
3.7606000e-02 -4.1372621e-01
3.7909000e-02 -4.3386877e-01
3.8212000e-02 -4.5367876e-01
3.8515000e-02 -4.7315619e-01
3.8818000e-02 -4.9228996e-01
3.9121000e-02 -5.1106899e-01
3.9424000e-02 -5.2949328e-01
3.9727000e-02 -5.4755174e-01
4.0030000e-02 -5.6524438e-01
4.0333000e-02 -5.8254903e-01
4.0636000e-02 -5.9946567e-01
4.0939000e-02 -6.1600541e-01
4.1242000e-02 -6.3214606e-01
4.1545000e-02 -6.4788764e-01
4.1848000e-02 -6.6323013e-01
4.2148000e-02 -6.7798508e-01
4.2443000e-02 -6.9217466e-01
4.2739000e-02 -7.0598734e-01
4.3034000e-02 -7.1940093e-01
4.3330000e-02 -7.3243762e-01
4.3625000e-02 -7.4508630e-01
4.3920000e-02 -7.5734699e-01
4.4216000e-02 -7.6923077e-01
4.4511000e-02 -7.8072655e-01
4.4807000e-02 -7.9183434e-01
4.5102000e-02 -8.0256521e-01
4.5398000e-02 -8.1291917e-01
4.5693000e-02 -8.2288514e-01
4.5989000e-02 -8.3248528e-01
4.6284000e-02 -8.4169743e-01
4.6580000e-02 -8.5055483e-01
4.6875000e-02 -8.5902424e-01
4.7170000e-02 -8.6712783e-01
4.7466000e-02 -8.7487667e-01
4.7761000e-02 -8.8224861e-01
4.8057000e-02 -8.8926580e-01
4.8352000e-02 -8.9591717e-01
4.8648000e-02 -9.0222488e-01
4.8943000e-02 -9.0816677e-01
4.9239000e-02 -9.1375392e-01
4.9534000e-02 -9.1899742e-01
4.9830000e-02 -9.2388617e-01
5.0125000e-02 -9.2844236e-01
5.0420000e-02 -9.3264381e-01
5.0716000e-02 -9.3650160e-01
5.1011000e-02 -9.4002683e-01
5.1307000e-02 -9.4321948e-01
5.1602000e-02 -9.4606849e-01
5.1898000e-02 -9.4858492e-01
5.2193000e-02 -9.5077987e-01
5.2489000e-02 -9.5263117e-01
5.2784000e-02 -9.5416099e-01
5.3080000e-02 -9.5536932e-01
5.3375000e-02 -9.5624508e-01
5.3670000e-02 -9.5679936e-01
5.3966000e-02 -9.5703216e-01
5.4261000e-02 -9.5693239e-01
5.4557000e-02 -9.5652222e-01
5.4852000e-02 -9.5580166e-01
5.5148000e-02 -9.5474852e-01
5.5443000e-02 -9.5338499e-01
5.5739000e-02 -9.5169998e-01
5.6034000e-02 -9.4970457e-01
5.6330000e-02 -9.4738768e-01
5.6625000e-02 -9.4476038e-01
5.6920000e-02 -9.4182270e-01
5.7216000e-02 -9.3856353e-01
5.7511000e-02 -9.3499396e-01
5.7807000e-02 -9.3111399e-01
5.8102000e-02 -9.2691255e-01
5.8398000e-02 -9.2241179e-01
5.8693000e-02 -9.1758954e-01
5.8989000e-02 -9.1244582e-01
5.9284000e-02 -9.0700278e-01
5.9580000e-02 -9.0123826e-01
5.9875000e-02 -8.9516335e-01
6.0170000e-02 -8.8877803e-01
6.0466000e-02 -8.8208232e-01
6.0761000e-02 -8.7507621e-01
6.1057000e-02 -8.6774862e-01
6.1352000e-02 -8.6011063e-01
6.1648000e-02 -8.5216225e-01
6.1943000e-02 -8.4390347e-01
6.2239000e-02 -8.3533429e-01
6.2534000e-02 -8.2644362e-01
6.2830000e-02 -8.1725365e-01
6.3125000e-02 -8.0774219e-01
6.3420000e-02 -7.9793142e-01
6.3716000e-02 -7.8779917e-01
6.4011000e-02 -7.7735652e-01
6.4307000e-02 -7.6661456e-01
6.4602000e-02 -7.5556221e-01
6.4898000e-02 -7.4419945e-01
6.5193000e-02 -7.3253739e-01
6.5489000e-02 -7.2056492e-01
6.5784000e-02 -7.0829315e-01
6.6080000e-02 -6.9572206e-01
6.6375000e-02 -6.8285166e-01
6.6670000e-02 -6.6968195e-01
6.6966000e-02 -6.5622402e-01
6.7261000e-02 -6.4247786e-01
6.7557000e-02 -6.2843238e-01
6.7852000e-02 -6.1410977e-01
6.8152000e-02 -5.9931047e-01
6.8455000e-02 -5.8403450e-01
6.8758000e-02 -5.6847030e-01
6.9061000e-02 -5.5261787e-01
6.9364000e-02 -5.3649938e-01
6.9667000e-02 -5.2009268e-01
6.9970000e-02 -5.0341991e-01
7.0273000e-02 -4.8649218e-01
7.0576000e-02 -4.6929839e-01
7.0879000e-02 -4.5186072e-01
7.1182000e-02 -4.3417917e-01
7.1485000e-02 -4.1625373e-01
7.1788000e-02 -3.9810658e-01
7.2091000e-02 -3.7973771e-01
7.2394000e-02 -3.6115822e-01
7.2697000e-02 -3.4236811e-01
7.3000000e-02 -3.2338954e-01
7.3303000e-02 -3.0422251e-01
7.3606000e-02 -2.8487811e-01
7.3909000e-02 -2.6536743e-01
7.4212000e-02 -2.4569047e-01
7.4515000e-02 -2.2588047e-01
7.4818000e-02 -2.0592637e-01
7.5121000e-02 -1.8585032e-01
7.5424000e-02 -1.6565233e-01
7.5727000e-02 -1.4536566e-01
7.6030000e-02 -1.2497921e-01
7.6333000e-02 -1.0450630e-01
7.6636000e-02 -8.3969093e-02
7.6939000e-02 -6.3375348e-02
7.7242000e-02 -4.2736151e-02
7.7545000e-02 -2.2064807e-02
7.7848000e-02 -1.3719556e-03
7.8152000e-02 1.9329985e-02
7.8455000e-02 4.0027936e-02
7.8758000e-02 6.0710366e-02
7.9061000e-02 8.1365083e-02
7.9364000e-02 1.0198100e-01
7.9667000e-02 1.2254038e-01
7.9970000e-02 1.4304877e-01
8.0273000e-02 1.6346847e-01
8.0576000e-02 1.8381057e-01
8.0879000e-02 2.0405290e-01
8.1182000e-02 2.2418438e-01
8.1485000e-02 2.4419391e-01
8.1788000e-02 2.6407042e-01
8.2091000e-02 2.8380281e-01
8.2394000e-02 3.0339109e-01
8.2697000e-02 3.2281309e-01
8.3000000e-02 3.4206880e-01
8.3303000e-02 3.6113605e-01
8.3606000e-02 3.8001485e-01
8.3909000e-02 3.9869411e-01
8.4212000e-02 4.1716275e-01
8.4515000e-02 4.3542075e-01
8.4818000e-02 4.5345705e-01
8.5121000e-02 4.7124946e-01
8.5424000e-02 4.8880907e-01
8.5727000e-02 5.0612480e-01
8.6030000e-02 5.2318556e-01
8.6333000e-02 5.3999135e-01
8.6636000e-02 5.5653109e-01
8.6939000e-02 5.7280477e-01
8.7242000e-02 5.8880131e-01
8.7545000e-02 6.0450963e-01
8.7848000e-02 6.1995189e-01
8.8075000e-02 6.3129247e-01
8.8226000e-02 6.3875309e-01
8.8377000e-02 6.4614719e-01
8.8528000e-02 6.5347479e-01
8.8679000e-02 6.6071369e-01
8.8830000e-02 6.6789717e-01
8.8980000e-02 6.7499196e-01
8.9131000e-02 6.8202024e-01
8.9282000e-02 6.8897092e-01
8.9433000e-02 6.9584400e-01
8.9584000e-02 7.0263948e-01
8.9735000e-02 7.0936845e-01
8.9885000e-02 7.1601982e-01
9.0036000e-02 7.2259359e-01
9.0187000e-02 7.2908976e-01
9.0338000e-02 7.3550833e-01
9.0489000e-02 7.4184930e-01
9.0640000e-02 7.4811267e-01
9.0791000e-02 7.5429845e-01
9.0941000e-02 7.6040662e-01
9.1092000e-02 7.6643719e-01
9.1243000e-02 7.7240125e-01
9.1394000e-02 7.7827663e-01
9.1545000e-02 7.8407441e-01
9.1696000e-02 7.8979458e-01
9.1846000e-02 7.9543716e-01
9.1997000e-02 8.0100214e-01
9.2148000e-02 8.0648952e-01
9.2299000e-02 8.1189930e-01
9.2450000e-02 8.1723148e-01
9.2601000e-02 8.2247497e-01
9.2751000e-02 8.2765196e-01
9.2902000e-02 8.3274025e-01
9.3053000e-02 8.3776204e-01
9.3204000e-02 8.4269513e-01
9.3355000e-02 8.4756172e-01
9.3506000e-02 8.5233962e-01
9.3656000e-02 8.5703992e-01
9.3807000e-02 8.6166262e-01
9.3958000e-02 8.6620772e-01
9.4109000e-02 8.7067522e-01
9.4260000e-02 8.7506513e-01
9.4411000e-02 8.7937743e-01
9.4561000e-02 8.8361214e-01
9.4712000e-02 8.8775816e-01
9.4863000e-02 8.9183766e-01
9.5014000e-02 8.9583957e-01
9.5165000e-02 8.9976388e-01
9.5316000e-02 9.0359950e-01
9.5466000e-02 9.0736861e-01
9.5617000e-02 9.1106012e-01
9.5768000e-02 9.1467403e-01
9.5919000e-02 9.1821034e-01
9.6070000e-02 9.2165796e-01
9.6221000e-02 9.2503908e-01
9.6372000e-02 9.2834259e-01
9.6522000e-02 9.3156850e-01
9.6673000e-02 9.3472790e-01
9.6824000e-02 9.3779862e-01
9.6975000e-02 9.4079173e-01
9.7126000e-02 9.4371834e-01
9.7277000e-02 9.4656734e-01
9.7427000e-02 9.4933874e-01
9.7578000e-02 9.5203255e-01
9.7729000e-02 9.5464875e-01
9.7880000e-02 9.5718736e-01
9.8031000e-02 9.5965945e-01
9.8182000e-02 9.6205394e-01
9.8332000e-02 9.6437084e-01
9.8483000e-02 9.6661013e-01
9.8634000e-02 9.6878291e-01
9.8785000e-02 9.7087809e-01
9.8936000e-02 9.7289567e-01
9.9087000e-02 9.7484674e-01
9.9237000e-02 9.7672021e-01
9.9388000e-02 9.7851608e-01
9.9539000e-02 9.8024544e-01
9.9690000e-02 9.8189719e-01
9.9841000e-02 9.8347135e-01
9.9992000e-02 9.8497899e-01
1.0014000e-01 9.8640904e-01
1.0029000e-01 9.8777257e-01
1.0044000e-01 9.8905850e-01
1.0059000e-01 9.9026683e-01
1.0075000e-01 9.9140865e-01
1.0090000e-01 9.9248395e-01
1.0105000e-01 9.9348166e-01
1.0120000e-01 9.9441285e-01
1.0135000e-01 9.9526644e-01
1.0150000e-01 9.9604244e-01
1.0165000e-01 9.9676300e-01
1.0180000e-01 9.9739488e-01
1.0195000e-01 9.9797133e-01
1.0210000e-01 9.9847019e-01
1.0225000e-01 9.9890252e-01
1.0241000e-01 9.9925726e-01
1.0256000e-01 9.9954549e-01
1.0271000e-01 9.9976720e-01
1.0286000e-01 9.9991132e-01
1.0301000e-01 9.9998891e-01
1.0316000e-01 1.0000000e+00
1.0331000e-01 9.9993349e-01
1.0346000e-01 9.9981154e-01
1.0361000e-01 9.9961200e-01
1.0376000e-01 9.9934595e-01
1.0391000e-01 9.9900229e-01
1.0406000e-01 9.9860321e-01
1.0422000e-01 9.9812653e-01
1.0437000e-01 9.9758334e-01
1.0452000e-01 9.9697363e-01
1.0467000e-01 9.9629740e-01
1.0482000e-01 9.9555467e-01
1.0497000e-01 9.9474542e-01
1.0512000e-01 9.9385857e-01
1.0527000e-01 9.9291629e-01
1.0542000e-01 9.9190750e-01
1.0557000e-01 9.9082111e-01
1.0572000e-01 9.8967929e-01
1.0587000e-01 9.8845988e-01
1.0603000e-01 9.8718503e-01
1.0618000e-01 9.8584367e-01
1.0633000e-01 9.8443580e-01
1.0648000e-01 9.8296141e-01
1.0663000e-01 9.8142051e-01
1.0678000e-01 9.7981310e-01
1.0693000e-01 9.7813917e-01
1.0708000e-01 9.7640981e-01
1.0723000e-01 9.7461394e-01
1.0738000e-01 9.7275156e-01
1.0753000e-01 9.7082266e-01
1.0768000e-01 9.6882725e-01
1.0784000e-01 9.6677641e-01
1.0799000e-01 9.6465906e-01
1.0814000e-01 9.6248628e-01
1.0829000e-01 9.6024699e-01
1.0844000e-01 9.5794118e-01
1.0859000e-01 9.5557994e-01
1.0874000e-01 9.5315219e-01
1.0889000e-01 9.5066902e-01
1.0904000e-01 9.4811933e-01
1.0919000e-01 9.4551421e-01
1.0934000e-01 9.4285366e-01
1.0949000e-01 9.4012660e-01
1.0965000e-01 9.3733302e-01
1.0980000e-01 9.3449511e-01
1.0995000e-01 9.3159067e-01
1.1010000e-01 9.2861973e-01
1.1025000e-01 9.2560444e-01
1.1040000e-01 9.2252264e-01
1.1055000e-01 9.1939650e-01
1.1070000e-01 9.1620384e-01
1.1085000e-01 9.1295576e-01
1.1100000e-01 9.0965224e-01
1.1115000e-01 9.0629330e-01
1.1130000e-01 9.0287893e-01
1.1146000e-01 8.9940914e-01
1.1161000e-01 8.9589500e-01
1.1176000e-01 8.9231434e-01
1.1191000e-01 8.8868935e-01
1.1206000e-01 8.8500892e-01
1.1221000e-01 8.8128416e-01
1.1236000e-01 8.7749288e-01
1.1251000e-01 8.7366834e-01
1.1266000e-01 8.6977729e-01
1.1281000e-01 8.6585298e-01
1.1296000e-01 8.6187325e-01
1.1311000e-01 8.5783808e-01
1.1327000e-01 8.5375858e-01
1.1342000e-01 8.4963473e-01
1.1357000e-01 8.4546654e-01
1.1372000e-01 8.4125400e-01
1.1387000e-01 8.3698604e-01
1.1402000e-01 8.3268482e-01
1.1417000e-01 8.2832818e-01
1.1432000e-01 8.2393828e-01
1.1447000e-01 8.1950403e-01
1.1462000e-01 8.1502544e-01
1.1477000e-01 8.1051360e-01
1.1492000e-01 8.0595741e-01
1.1507000e-01 8.0137905e-01
1.1522000e-01 7.9676743e-01
1.1537000e-01 7.9212256e-01
1.1552000e-01 7.8743335e-01
1.1567000e-01 7.8272196e-01
1.1582000e-01 7.7796623e-01
1.1597000e-01 7.7318833e-01
1.1612000e-01 7.6836609e-01
1.1627000e-01 7.6351059e-01
1.1642000e-01 7.5863292e-01
1.1657000e-01 7.5372199e-01
1.1672000e-01 7.4877781e-01
1.1687000e-01 7.4381146e-01
1.1702000e-01 7.3881184e-01
1.1717000e-01 7.3377898e-01
1.1732000e-01 7.2873502e-01
1.1747000e-01 7.2365781e-01
1.1762000e-01 7.1855843e-01
1.1777000e-01 7.1343687e-01
1.1792000e-01 7.0829315e-01
1.1807000e-01 7.0312725e-01
1.1822000e-01 6.9793918e-01
1.1837000e-01 6.9272895e-01
1.1852000e-01 6.8750762e-01
1.1867000e-01 6.8226413e-01
1.1882000e-01 6.7700954e-01
1.1897000e-01 6.7174388e-01
1.1912000e-01 6.6645604e-01
1.1927000e-01 6.6115712e-01
1.1942000e-01 6.5584711e-01
1.1957000e-01 6.5052601e-01
1.1972000e-01 6.4519383e-01
1.1987000e-01 6.3985057e-01
1.2002000e-01 6.3450730e-01
1.2017000e-01 6.2915295e-01
1.2032000e-01 6.2378751e-01
1.2047000e-01 6.1842207e-01
1.2062000e-01 6.1305664e-01
1.2077000e-01 6.0768011e-01
1.2092000e-01 6.0230359e-01
1.2107000e-01 5.9692707e-01
1.2122000e-01 5.9156163e-01
1.2137000e-01 5.8618511e-01
1.2152000e-01 5.8080858e-01
1.2167000e-01 5.7544315e-01
1.2182000e-01 5.7007771e-01
1.2197000e-01 5.6472336e-01
1.2212000e-01 5.5936901e-01
1.2227000e-01 5.5402574e-01
1.2242000e-01 5.4868247e-01
1.2257000e-01 5.4336138e-01
1.2272000e-01 5.3804029e-01
1.2287000e-01 5.3273028e-01
1.2302000e-01 5.2743135e-01
1.2317000e-01 5.2215460e-01
1.2332000e-01 5.1688893e-01
1.2347000e-01 5.1163435e-01
1.2362000e-01 5.0639086e-01
1.2377000e-01 5.0116953e-01
1.2392000e-01 4.9595929e-01
1.2407000e-01 4.9077123e-01
1.2422000e-01 4.8560533e-01
1.2437000e-01 4.8045052e-01
1.2452000e-01 4.7532897e-01
1.2467000e-01 4.7021850e-01
1.2482000e-01 4.6513020e-01
1.2497000e-01 4.6007516e-01
1.2512000e-01 4.5503121e-01
1.2527000e-01 4.5000942e-01
1.2542000e-01 4.4502090e-01
1.2557000e-01 4.4005454e-01
1.2572000e-01 4.3512144e-01
1.2587000e-01 4.3019943e-01
1.2602000e-01 4.2532176e-01
1.2617000e-01 4.2046626e-01
1.2632000e-01 4.1563293e-01
1.2647000e-01 4.1083286e-01
1.2662000e-01 4.0606605e-01
1.2677000e-01 4.0132141e-01
1.2692000e-01 3.9661002e-01
1.2707000e-01 3.9193189e-01
1.2722000e-01 3.8728702e-01
1.2737000e-01 3.8267540e-01
1.2752000e-01 3.7808596e-01
1.2767000e-01 3.7354086e-01
1.2782000e-01 3.6901793e-01
1.2797000e-01 3.6453934e-01
1.2812000e-01 3.6009401e-01
1.2827000e-01 3.5567085e-01
1.2842000e-01 3.5129203e-01
1.2857000e-01 3.4694647e-01
1.2872000e-01 3.4264525e-01
1.2887000e-01 3.3836620e-01
1.2902000e-01 3.3413150e-01
1.2917000e-01 3.2993005e-01
1.2932000e-01 3.2576186e-01
1.2947000e-01 3.2162692e-01
1.2962000e-01 3.1753633e-01
1.2977000e-01 3.1347900e-01
1.2992000e-01 3.0946601e-01
1.3007000e-01 3.0547518e-01
1.3022000e-01 3.0152871e-01
1.3037000e-01 2.9762657e-01
1.3052000e-01 2.9375769e-01
1.3067000e-01 2.8992207e-01
1.3082000e-01 2.8611970e-01
1.3097000e-01 2.8236168e-01
1.3112000e-01 2.7864800e-01
1.3127000e-01 2.7495649e-01
1.3142000e-01 2.7130932e-01
1.3157000e-01 2.6770650e-01
1.3172000e-01 2.6413693e-01
1.3187000e-01 2.6060062e-01
1.3202000e-01 2.5709756e-01
1.3217000e-01 2.5363885e-01
1.3232000e-01 2.5021340e-01
1.3247000e-01 2.4683229e-01
1.3262000e-01 2.4348443e-01
1.3277000e-01 2.4016983e-01
1.3292000e-01 2.3689958e-01
1.3307000e-01 2.3366258e-01
1.3322000e-01 2.3045883e-01
1.3337000e-01 2.2728835e-01
1.3352000e-01 2.2416220e-01
1.3367000e-01 2.2106932e-01
1.3382000e-01 2.1800969e-01
1.3397000e-01 2.1499440e-01
1.3412000e-01 2.1200129e-01
1.3427000e-01 2.0905251e-01
1.3443000e-01 2.0613700e-01
1.3458000e-01 2.0325474e-01
1.3473000e-01 2.0041682e-01
1.3488000e-01 1.9760107e-01
1.3503000e-01 1.9481858e-01
1.3518000e-01 1.9208044e-01
1.3533000e-01 1.8936446e-01
1.3548000e-01 1.8669283e-01
1.3563000e-01 1.8405445e-01
1.3578000e-01 1.8143825e-01
1.3593000e-01 1.7886639e-01
1.3608000e-01 1.7631669e-01
1.3623000e-01 1.7380026e-01
1.3638000e-01 1.7132817e-01
1.3653000e-01 1.6887825e-01
1.3668000e-01 1.6646158e-01
1.3683000e-01 1.6406709e-01
1.3698000e-01 1.6171694e-01
1.3713000e-01 1.5938896e-01
1.3728000e-01 1.5709424e-01
1.3743000e-01 1.5483277e-01
1.3758000e-01 1.5259348e-01
1.3773000e-01 1.5039853e-01
1.3788000e-01 1.4821466e-01
1.3803000e-01 1.4607514e-01
1.3818000e-01 1.4394670e-01
1.3833000e-01 1.4186260e-01
1.3848000e-01 1.3980068e-01
1.3863000e-01 1.3776093e-01
1.3878000e-01 1.3575443e-01
1.3893000e-01 1.3378119e-01
1.3908000e-01 1.3183012e-01
1.3923000e-01 1.2990123e-01
1.3938000e-01 1.2800559e-01
1.3953000e-01 1.2613212e-01
1.3968000e-01 1.2428082e-01
1.3983000e-01 1.2245169e-01
1.3998000e-01 1.2065582e-01
1.4013000e-01 1.1888213e-01
1.4028000e-01 1.1714169e-01
1.4043000e-01 1.1541233e-01
1.4058000e-01 1.1371623e-01
1.4073000e-01 1.1204230e-01
1.4088000e-01 1.1038722e-01
1.4103000e-01 1.0875874e-01
1.4118000e-01 1.0715244e-01
1.4133000e-01 1.0556830e-01
1.4148000e-01 1.0400745e-01
1.4163000e-01 1.0246877e-01
1.4178000e-01 1.0095115e-01
1.4193000e-01 9.9455696e-02
1.4208000e-01 9.7981310e-02
1.4223000e-01 9.6527986e-02
1.4238000e-01 9.5094616e-02
1.4253000e-01 9.3683417e-02
1.4268000e-01 9.2291064e-02
1.4283000e-01 9.0918665e-02
1.4298000e-01 8.9567328e-02
1.4313000e-01 8.8233729e-02
1.4328000e-01 8.6921192e-02
1.4343000e-01 8.5626393e-02
1.4358000e-01 8.4350438e-02
1.4373000e-01 8.3093330e-02
1.4388000e-01 8.1853958e-02
1.4403000e-01 8.0633432e-02
1.4418000e-01 7.9430643e-02
1.4433000e-01 7.8244482e-02
1.4448000e-01 7.7076058e-02
1.4463000e-01 7.5924263e-02
1.4478000e-01 7.4790205e-02
1.4493000e-01 7.3672775e-02
1.4508000e-01 7.2570865e-02
1.4523000e-01 7.1485583e-02
1.4538000e-01 7.0416930e-02
1.4553000e-01 6.9362688e-02
1.4568000e-01 6.8325075e-02
1.4583000e-01 6.7301872e-02
1.4598000e-01 6.6294190e-02
1.4613000e-01 6.5302028e-02
1.4628000e-01 6.4324276e-02
1.4643000e-01 6.3359828e-02
1.4658000e-01 6.2410899e-02
1.4673000e-01 6.1476382e-02
1.4688000e-01 6.0555168e-02
1.4703000e-01 5.9647256e-02
1.4718000e-01 5.8753755e-02
1.4733000e-01 5.7872449e-02
1.4748000e-01 5.7004445e-02
1.4763000e-01 5.6150853e-02
1.4778000e-01 5.5308346e-02
1.4793000e-01 5.4479142e-02
1.4808000e-01 5.3662133e-02
1.4823000e-01 5.2858426e-02
1.4838000e-01 5.2065804e-02
1.4853000e-01 5.1285377e-02
1.4868000e-01 5.0516035e-02
1.4883000e-01 4.9758888e-02
1.4898000e-01 4.9012826e-02
1.4913000e-01 4.8277850e-02
1.4928000e-01 4.7555068e-02
1.4943000e-01 4.6842263e-02
1.4958000e-01 4.6140543e-02
1.4973000e-01 4.5448801e-02
1.4988000e-01 4.4768144e-02
1.5003000e-01 4.4097465e-02
1.5018000e-01 4.3437871e-02
1.5033000e-01 4.2787145e-02
1.5048000e-01 4.2146397e-02
1.5063000e-01 4.1515625e-02
1.5078000e-01 4.0894831e-02
1.5093000e-01 4.0282905e-02
1.5108000e-01 3.9680956e-02
1.5123000e-01 3.9087876e-02
1.5138000e-01 3.8503664e-02
1.5153000e-01 3.7928320e-02
1.5168000e-01 3.7361846e-02
1.5183000e-01 3.6804239e-02
1.5198000e-01 3.6255501e-02
1.5213000e-01 3.5714523e-02
1.5228000e-01 3.5182414e-02
1.5243000e-01 3.4658064e-02
1.5258000e-01 3.4141475e-02
1.5273000e-01 3.3633753e-02
1.5288000e-01 3.3132684e-02
1.5303000e-01 3.2640482e-02
1.5318000e-01 3.2154933e-02
1.5333000e-01 3.1677143e-02
1.5348000e-01 3.1207113e-02
1.5363000e-01 3.0743734e-02
1.5378000e-01 3.0288115e-02
1.5393000e-01 2.9839148e-02
1.5408000e-01 2.9397940e-02
1.5423000e-01 2.8963384e-02
1.5438000e-01 2.8534371e-02
1.5453000e-01 2.8113118e-02
1.5468000e-01 2.7698516e-02
1.5483000e-01 2.7289456e-02
1.5498000e-01 2.6888157e-02
1.5513000e-01 2.6492401e-02
1.5528000e-01 2.6102187e-02
1.5543000e-01 2.5718625e-02
1.5558000e-01 2.5341714e-02
1.5573000e-01 2.4970346e-02
1.5588000e-01 2.4604521e-02
1.5603000e-01 2.4244238e-02
1.5618000e-01 2.3890607e-02
1.5633000e-01 2.3541410e-02
1.5648000e-01 2.3198865e-02
1.5663000e-01 2.2860754e-02
1.5678000e-01 2.2529294e-02
1.5693000e-01 2.2202268e-02
1.5708000e-01 2.1879677e-02
1.5723000e-01 2.1563737e-02
1.5738000e-01 2.1252231e-02
1.5753000e-01 2.0945159e-02
1.5768000e-01 2.0643631e-02
1.5783000e-01 2.0346536e-02
1.5798000e-01 2.0054985e-02
1.5813000e-01 1.9767867e-02
1.5828000e-01 1.9485184e-02
1.5843000e-01 1.9206935e-02
1.5858000e-01 1.8933120e-02
1.5873000e-01 1.8663740e-02
1.5888000e-01 1.8398794e-02
1.5903000e-01 1.8138282e-02
1.5918000e-01 1.7882204e-02
1.5933000e-01 1.7630561e-02
1.5948000e-01 1.7383352e-02
1.5963000e-01 1.7139468e-02
1.5978000e-01 1.6900019e-02
1.5993000e-01 1.6663895e-02
1.6008000e-01 1.6432206e-02
1.6023000e-01 1.6203842e-02
1.6038000e-01 1.5979913e-02
1.6053000e-01 1.5759309e-02
1.6068000e-01 1.5543140e-02
1.6083000e-01 1.5330296e-02
1.6098000e-01 1.5120778e-02
1.6113000e-01 1.4915694e-02
1.6128000e-01 1.4712827e-02
1.6143000e-01 1.4514395e-02
1.6158000e-01 1.4319288e-02
1.6173000e-01 1.4126398e-02
1.6188000e-01 1.3937943e-02
1.6203000e-01 1.3752813e-02
1.6218000e-01 1.3571009e-02
1.6233000e-01 1.3391422e-02
1.6248000e-01 1.3216269e-02
1.6263000e-01 1.3043334e-02
1.6278000e-01 1.2873724e-02
1.6293000e-01 1.2707440e-02
1.6308000e-01 1.2544481e-02
1.6323000e-01 1.2383740e-02
1.6338000e-01 1.2225215e-02
1.6353000e-01 1.2071125e-02
1.6368000e-01 1.1919252e-02
1.6383000e-01 1.1769597e-02
1.6398000e-01 1.1623266e-02
1.6413000e-01 1.1480262e-02
1.6428000e-01 1.1339475e-02
1.6443000e-01 1.1200905e-02
1.6458000e-01 1.1065549e-02
1.6473000e-01 1.0932633e-02
1.6488000e-01 1.0802377e-02
1.6503000e-01 1.0674560e-02
1.6518000e-01 1.0549292e-02
1.6533000e-01 1.0426574e-02
1.6548000e-01 1.0306185e-02
1.6563000e-01 1.0188345e-02
1.6578000e-01 1.0072832e-02
1.6593000e-01 9.9597592e-03
1.6608000e-01 9.8490139e-03
1.6623000e-01 9.7405966e-03
1.6638000e-01 9.6345073e-03
1.6653000e-01 9.5307460e-03
1.6668000e-01 9.4290909e-03
1.6683000e-01 9.3297638e-03
1.6698000e-01 9.2326538e-03
1.6713000e-01 9.1376501e-03
1.6728000e-01 9.0448635e-03
1.6743000e-01 8.9541832e-03
1.6758000e-01 8.8656091e-03
1.6773000e-01 8.7792522e-03
1.6788000e-01 8.6947798e-03
1.6803000e-01 8.6125245e-03
1.6818000e-01 8.5322647e-03
1.6833000e-01 8.4540002e-03
1.6848000e-01 8.3777312e-03
1.6863000e-01 8.3033467e-03
1.6878000e-01 8.2310685e-03
1.6893000e-01 8.1606749e-03
1.6908000e-01 8.0922767e-03
1.6923000e-01 8.0256521e-03
1.6938000e-01 7.9610230e-03
1.6953000e-01 7.8982784e-03
1.6968000e-01 7.8374184e-03
1.6983000e-01 7.7783321e-03
1.6998000e-01 7.7211303e-03
1.7013000e-01 7.6658131e-03
1.7028000e-01 7.6122696e-03
1.7043000e-01 7.5604997e-03
1.7058000e-01 7.5105036e-03
1.7073000e-01 7.4622812e-03
1.7088000e-01 7.4158325e-03
1.7103000e-01 7.3711574e-03
1.7118000e-01 7.3282561e-03
1.7133000e-01 7.2870176e-03
1.7148000e-01 7.2475529e-03
1.7163000e-01 7.2098618e-03
1.7178000e-01 7.1737227e-03
1.7193000e-01 7.1393573e-03
1.7208000e-01 7.1067656e-03
1.7223000e-01 7.0757258e-03
1.7238000e-01 7.0464598e-03
1.7253000e-01 7.0187458e-03
1.7268000e-01 6.9928054e-03
1.7283000e-01 6.9684171e-03
1.7298000e-01 6.9456916e-03
1.7313000e-01 6.9247398e-03
1.7328000e-01 6.9053399e-03
1.7343000e-01 6.8874921e-03
1.7358000e-01 6.8714180e-03
1.7373000e-01 6.8568958e-03
1.7388000e-01 6.8439256e-03
1.7403000e-01 6.8327292e-03
1.7418000e-01 6.8229738e-03
1.7433000e-01 6.8149922e-03
1.7448000e-01 6.8085625e-03
1.7463000e-01 6.8036849e-03
1.7478000e-01 6.8004700e-03
1.7493000e-01 6.7989180e-03
| Opal | 0 | mkeilman/sirepo | sirepo/package_data/template/opal/lib/RFCAVITY-fmapfn.CTF3_Ez_ASTRA.opal | [
"Apache-2.0"
] |
<pre>
DEF: 1
Title: The Social Smart Contract
Author: @DemocracyEarth.
Comments-Summary: No comments yet.
Status: Active
Type: Paper
Created: 2017-07-14
License: MIT
Replaces: 0
</pre>
=The Social Smart Contract.=
An Initial Rights Offering from [http://democracy.earth Democracy Earth Foundation].
==i. Abstract.==
In a world that has succeeded in the globalization of financial assets while keeping political rights enclosed to territories, we need to build new models of democratic governance that enable humanity to collaborate and address pressing global issues. Democracy Earth Foundation is building free, open source software for incorruptible blockchain-based decision-making (voting) within institutions of all sizes, from the most local involving two people to the most global involving all of us. Uneven distribution of opportunity around the globe due to the perpetual confrontation between national governments has led to accelerated climate change, rising inequality, terrorism and forced migrations. Democracy Earth Foundation considers that the technology stack that includes Bitcoin as programmable money without Central Banks, and Ethereum enabling smart contracts without the need of Judiciary Courts, requires a new layer that signals incorruptible votes beyond the territorial boundaries of Nation-States. This transnational network will act in accordance with the personal sovereignty of its members and protect their human rights with encryption. In our Initial Rights Offering we offer a token called ''vote'' that will grant participation rights to every human with decision-making as its main function. Our proposal introduces cryptographically induced equality: as long as any person is able to validate his or her self-sovereign identity, they will receive a corresponding share of ''votes'' that is equal to the share of every active participant in the network. We define a ''Proof of Identity'' process that avoids central authority by introducing the concept of ''attention mining'' which incentivizes participants to strengthen the trust of ''votes'' by performing simple tests aimed at detecting replicants. Finally ''votes'' get dripped to valid participants under a ''Universal Basic Income'' mechanism with a goal of finding a proper equilibrium in the historical tension between money and politics. We seek nothing less than true democratic governance for the Internet age, one of the foundational building blocks of an achievable global peace and prosperity arising from an arc of technological innovations that will change what it means to be human on Earth.
==ii. Contents.==
This text is structured in three parts, each aiming to satisfy a different readership target (and all of whom may reside within the same persona.)
* [[#Manifesto|Manifesto]]: For idealists. Diagnoses global political context and argues for a paradigm change.
* [[#Paper|Paper]]: For builders. Describes the building blocks for a system that can be implemented by anyone, anywhere.
* [[#Execution|Execution]]: For pragmatists. Specifies how to execute these ideas for impact.
We do not intend this text to remain fixed. It is published under an open source license and we welcome contributions from anyone, as our goal is for this document to be a living roadmap for planetary governance. Democracy as the ability to trust each other to the greatest possible extent is a defining force shaping the trajectory of history. Our mission echoes urgently across the globe, encompassing all of humanity: the need to make our shared home a place of peaceful coexistence. The [http://democracy.earth Democracy Earth Foundation] has performed [[#Background|extensive research]] on voting systems, cyberpolitics and blockchain networks; we stand at the forefront of a public conversation regarding the internet as a planetary jurisdiction.
Following [https://twitter.com/lsukernik/status/892101885771034628 the example of Satoshi Nakamoto], prior to sharing our ideas in written form we have undertaken to write code first, in order to properly understand what can be done. To this end, more than [https://github.com/DemocracyEarth/sovereign 30,000 lines of code have been written since October 2015], which in turn has driven our research, use cases, and the ideas presented herein. This is our proposal.
<div id="Background"></div>
==iii. Background.==
We pioneered digital democracy having authored some of the most prominent open source democracy software [https://github.com/search?utf8=%E2%9C%93&q=topic%3Ademocracy&type=Repositories as ranked by the GitHub community] including the original design of [https://www.youtube.com/watch?v=qNCgfd7dNb0 DemocracyOS], a simple direct democracy project we created in 2012. We founded the first digital political party in the Americas, the [http://partidodelared.org Partido de la Red] (Peers Party) that ran for its first election in the city of [http://www.wired.co.uk/article/e-voting Buenos Aires in 2013]. In 2014 we shared our experience in [https://www.ted.com/talks/pia_mancini_how_to_upgrade_democracy_for_the_internet_era TED] Talks reaching over 1.2 million viewers. During 2015 and 2016, Silicon Valley's [http://ycombinator.com Y Combinator] and [http://ffwd.org Fast Forward] funded our efforts to start the [http://democracy.earth Democracy Earth Foundation], a non-profit organization committed to the mission of borderless governance.
Our experience combining both the political and technological challenges of democracy led us to think and design around the notion of how we could build a political party using smart contracts, or rather a lightweight form of governance anyone can implement at a low cost. We began the development of [http://sovereign.software Sovereign], a '''''blockchain liquid democracy''''' that enables direct voting on issues as well as the ability to delegate voting power on specific topics to peers over a secure network without central authority. By operating with tokens signaled on a blockchain all votes become censorship resistant and immediate audit rights can be granted to every voter without needing to provide access to servers or private infrastructure, thus making the system open and transparent for all. Our work is driven by open source software development practices and cooperates with key projects aiming to secure identity in decentralized environments including efforts from [https://blockstack.org/blockstack_usenix16.pdf Blockstack], [http://civic.com Civic] and [https://whitepaper.uport.me/uPort_whitepaper_DRAFT20170221.pdf Consensys] among others.
[[File:/images/sovereign.png|Sovereign.]]
[https://github.com/DemocracyEarth/sovereign Sovereign's codebase] delivers an adaptive mobile and desktop application to voters and organizations standardizing incorruptible decision-making in a blockchain-based democracy. Our aim is to continue paving the road of implementations that enable [https://www.usenix.org/legacy/event/sec08/tech/full_papers/adida/adida.pdf cryptographic open-audit voting] and integrate our software with blockchains able to guarantee the sovereign rights of users.
----
<div id="Manifesto"></div>
==1. Manifesto.==
<blockquote>
Democracy is always a work in progress, it’s never an absolute idea or it would otherwise be a totalitarian ideology just like all the rest of them.
</blockquote>
'''[https://en.wikipedia.org/wiki/Jos%C3%A9_Mujica José Mujica]''', President of Uruguay (2010–2015).
Current democratic systems governing societies under the territorial domain of Nation-States have grown stagnant in terms of participation and are leading towards increased polarization. Constituencies are provided with tailor-made media that satisfies their own endogamic beliefs, pulling society apart as discourse and factual debate are replaced with a [https://www.wikiwand.com/en/Post-truth_politics post-truth] mindset. This is a consequence of the drastic expansion in communication channels accompanied by ever-shrinking attention spans and rendering thoughtful analysis expendable. Centralized 20th century information distribution created uniform narratives, realities and identities. The Internet has fractured them. Instances of political participation in the so-called modern democracies are not apt for information abundant contexts and have remained without change since their inception.
[[File:/images/bipartisan-votes-us-congress.png|Bipartisan votes in the U.S. House of Representatives since 1981, source: The Rise of Partisanship (2015).]]
Engagement through the traditional channels is weaker among younger generations, [http://www.economist.com/news/essays/21596796-democracy-was-most-successful-political-idea-20th-century-why-has-it-run-trouble-and-what-can-be-do often not going out to vote and unlikely to engage in party politics]. Meanwhile online activism is increasing with social media becoming the dominant arena for political clashes. This includes Facebook and Twitter (where gossip dissemination is predominant with ''fake news'', ''bots'' and ''trolling'' among other campaign optimizations) and emergent echo chambers like [http://www.4chan.org/ 4chan.org] where anonymity led to political incorrectness or [https://gab.ai/ gab.ai] consolidating the ''alt-right'' community in the USA. Needless to say: endogamy only makes polarization stronger, and our tribalized societies have shown a tendency to continue relativizing truth [https://www.nytimes.com/2017/06/01/climate/trump-paris-climate-agreement.html risking the preservation of resources] and the survival of future generations.
Democratic processes seen during high-stakes elections are often prone to fraudulent behavior with [https://en.wikipedia.org/wiki/Gerrymandering ''gerrymandering''] becoming commonplace and a strong link between what the [https://www.ineteconomics.org/uploads/papers/WP_48_Ferguson_et_al.pdf major political parties spend and the percentage of votes they win]. In developing nations ballot boxes are removed, broken and even burned by large parties hoping to suppress the chances of smaller competitors.
This document proposes a solution that will tackle both the political and technical issues currently weakening the prospects of democracy in the world by offering an alternative that can be adopted directly by citizens and implemented using peer to peer networks. As the internet becomes the dominant force in modern politics we see an indispensable need to develop digital technology for voting that can be securely deployed in any geographical location and for communities of any size.
With internet growth [http://www.bbc.com/news/technology-32884867 reaching over 3 billion lives] (far surpassing major religions and Nation-States) and the development of encrypted networks known as blockchains permitting incorruptible transactions with permissionless audits, there’s no reason stopping mankind from building a borderless commons that can help shape the next evolutionary leap for democratic governance at any scale. Even in regions where internet penetration is below 50%, the digital gap is not based on socio-economic factors but it is rather a generational divide. According to Rick Falkvinge, founder of the [https://en.wikipedia.org/wiki/Pirate_Party Pirate Party]: “Politics moves at glacial speeds: nothing seems to happen until suddenly a strenuous noise gets everyone's attention. It is slow because it often takes one generation to die for the next one to take over. And today we live in a world that has the ''offline generation'' in charge and the ''online generation'' growing up”.
[[File:/images/age internet.png|The digital divide is generational more than socioeconomic, source: Pew Internet & American Life Project Surveys April 2000-April 2012.]]
New forms of governance must acknowledge the networked commons connecting humanity and progressively weaken the legacy of national frontiers and its inherent inability to address pressing global issues such as climate change, rising inequality, terrorism, automation and forced migrations. Uneven distribution of opportunity around the globe due to the perpetual confrontation between national governments led to the rise of these issues in the global agenda. We believe the technology stack that includes [http://bitcoin.com/bitcoin.pdf Bitcoin] as programmable money without Central Banks and [http://ethdocs.org/en/latest/index.html Ethereum] enabling smart contracts without the need of Judiciary Courts requires a new layer that signals incorruptible votes beyond the boundaries of Nation-States. This transnational network will act in accordance to the personal sovereignty of its members and protect their human rights with encryption.
===1.1 Legacy.===
We can consider elections implemented by states, provinces and city municipalities as democracies within which we are reduced to being passive recipients of a monologue. Citizens are called in-between substantially long periods of time, during elections, to provide a basic input: essentially accept or reject players in the same system. This is the bandwidth of the legacy system that is our so-called ''modern democracies''. Under these systems less than one percent of the population is able to vote on legislation or execute budgets while the rest are legally forced to outsource their full citizenship rights to a representing minority that eventually figures out how to perpetuate itself.
The technology behind ''representative democracies'' can be grouped in two sets:
* '''Analogue elections''': usually paper ballots and ballot boxes with authorities responsible for counting votes and reporting fraudulent behavior. Even though these systems are stable in developed nations, they suffer from severe lack of participation. Barriers are implemented with requirements such as the need to register to vote through an excessively bureaucratic process that ends up blocking a majority of disenfranchised voters. Authorities also gerrymander districts by exploiting survey data in anticipation of electoral outcomes. Even though these systems are easier to audit, this also means that they’re easier to corrupt: in developing nations ''analogue elections'' get subverted by mobs representing large parties that burn or 'disappear' ballot boxes, threatening auditors from smaller competitors and letting violence overrun the process in key districts. In our experience with the [http://partidodelared.org Partido de la Red] running for the City Congress of Buenos Aires in the 2013 elections we found out that no effort mattered more than having sufficient party auditors to cover every district in the city else votes would get stolen. The larger an election’s territory is, the less likely an analogue system can guarantee a fair process. Further, high implementation costs end up limiting elections to a handful of days per year (if any), rendering democracy an exception rather than the norm regarding how governments actually get elected. Moreover, the traditional analogue election process has the shape of a pipeline, where votes navigate throughout, from the voter's hands to a central server. In that pipeline, votes from each ballot are manually summarized on sheet of papers, which are later scanned and transmitted to a central office. There, the received sheets are manually loaded into a central server which computes the count of votes. In this schema, when navigating this process, a vote is handled by any number of different human actors any of whom could, intentionally or unintentionally, introduce fraud at any point. Electronic election aims to shorten this pipeline, with the goal that no human is able to handle votes: voters interact with a device (e.g., an electronic voting machine) which transmits the encrypted votes to a central server or to a shared ledged (e.g., a blockchain).
[[File:/images/nation-state-voter-turnout.png|Territorial voting.]]
* '''Electronic voting''': proposals that deliver solutions based on electronic voting machines aim to secure the process through a digital interface yet with the same logic of few elections per year, with the net effect of new technology serving the same purpose as old voting technology i.e. that of legitimizing professional politicians. Machines can effectively help avoid [https://en.wikipedia.org/wiki/Clientelism clientelist] techniques used to corrupt an election but open a whole new surface of attack by exposing ballots to the risk of undetected hacks and foreign intervention. Experts in this field ([https://www.ndi.org/e-voting-guide/examples/constitutionality-of-electronic-voting-germany including the Supreme Court of Germany]) recommend using electronic voting machines that leave a paper trail [https://www.amazon.com/Voting-Wars-Florida-Election-Meltdown/dp/0300198248 or any alternative medium] for vote proof. Another approach to secure and transparent voting systems are efforts to make voting machines [https://www.nytimes.com/2017/08/03/opinion/open-source-software-hacker-voting.html open source and auditable by the public]. Technology can also be introduced directly by citizens using smartphone apps to perform ''parallel vote tabulation'' to report partial tallies across different polling stations as a safeguard against official reports. By their very nature, computing systems keep logs and cannot guarantee vote secrecy. For this reason any logging of a digital voting system should be public by default and trustless, operating with a distributed ledger syncing the outputs of a shared network. In short: a blockchain.
Traditional analog and electronic elections are strictly for long-term, representative democracies with elective periods ranging from 4 to 6 years. But the underlying dynamic of these systems is that officials are pre-elected from the top-down and presented for citizens to legitimize with their vote. The argument that citizens lack the knowledge and preparation to fulfill political responsibility and don’t have enough time in their daily lives to engage in public affairs is weak on merit: more often than not public servants require input from experts on specific fields to draft legislation. As well, thanks to the Internet, mobile phones, social media and satellites, we observably live in a world full of citizens routinely engaging in debate on political issues (albeit lacking any chances of genuine impact.)
===1.2 Geopolitics.===
A consequence of the US Presidential Election of 2016 is that the [https://www.theguardian.com/us-news/2016/dec/16/qa-russian-hackers-vladimir-putin-donald-trump-us-presidential-election fear of foreign intervention] has become a leading threat to the security of electoral processes. But although voting machines are an extremely vulnerable target, ([https://blog.horner.tj/post/hacking-voting-machines-def-con-25 defcon 25 had a large selection of voting machines, all of them were exploited]) foreign attacks have a simpler method than hijacking voting machines because directly manipulating votes potentially can be traced, is very expensive, and difficult to execute on a scale large enough to satisfy an attacker. A more efficient approach is [https://en.wikipedia.org/wiki/2016_Dyn_cyberattack instilling public fear by collapsing internet infrastructure days prior to an election] in a way that can help push favoritism on a candidate that is perceived stronger than the other one. This kind of cyberattack able to trigger a shift in voter perception is nearly impossible to trace as political subversion and reveals the inherent conflict that a digital commons has with territorial democracies.
[[File:/images/hacked-america.png|Impact of DNS cyberattack (October 21, 2016) & Presidential Election (November 6, 2016).]]
This happened two weeks before the US 2016 election when a botnet coordinated through a large number of Internet of Things (IoT) devices executed a [https://en.wikipedia.org/wiki/Denial-of-service_attack#Distributed_DoS Distributed Denial of Service (DDoS) attack] that affected Domain Name System (DNS) provider Dyn Inc. bringing down major websites in the US including Amazon, Paypal, New York Times and Wall Street Journal among many others.
===1.3 Land vs. Cloud.===
<blockquote>
In the near future, electrons and light flow freely, and corporate computer networks eclipse the stars. Despite great advances in computerization, countries and race are not yet obsolete…
</blockquote>
[http://www.imdb.com/title/tt0113568/ '''''Ghost in the shell'''''], graphic novel (1995).
The 21st century is witnessing a growing conflict between ''The Land'': governments that monopolize the law on territorial jurisdictions by restricting the free movement of physical goods and bodies; and ''The Cloud'': global corporations that monopolize access to user data able to track and target ideas via personalized advertising. In this world freedom is an illusion: our bodies belong to governments, our minds to corporations. Notorious battles from this conflict include the [https://en.wikipedia.org/wiki/FBI%E2%80%93Apple_encryption_dispute ''Apple versus FBI''] case requesting the jailbreak of an encrypted phone; or the historical dispute between [https://www.washingtonpost.com/news/the-switch/wp/2017/03/06/trumps-new-travel-ban-raises-the-same-silicon-valley-objections/?utm_term=.0854c54536d6 Silicon Valley’s cosmopolitanism seeking flexible visas and Washington D. C.’s nationalism raising migration barriers]. As this scenario unfolds, encryption plays a role of growing significance to protect the human rights of digital citizens as it can help them break apart from the ''cloud versus land'' trap.
[[File:/images/the-land.png|The land: monopolies on force.]]
The origins of modern cryptography go back to World War II when Alan Turing built the first proto-computers to decrypt Nazi messages. Since then encryption has been legislated in the USA in the same manner kept for traditional weapons: it is included in the ''Munitions List'' of the [https://www.pmddtc.state.gov/regulations_laws/itar.html International Traffic in Arms Regulations] and related software and hardware must deal with export restrictions. And even though encryption is often considered a right protected under the First Amendment arguing that “code is speech”, its defensive nature indicates that it must also be protected under the umbrella of the Second Amendment since it holds the same reasoning behind the “right to bear arms”, to wit: in an era where [http://twitter.com/Snowden whistleblowers] are revealing how the ''Deep State'' spies on citizens anywhere around the globe, encrypted information is the only realistic guarantee that anyone has to be protected from government abuses (and the corporations that back them).
[[File:/images/the-cloud.png|The cloud: monopolies on data.]]
Secrecy is a fundamental property of free and fair elections as it is a mechanism that helps avoid coercion from those in power and prevents the risk of elections being bought and sold for money. Privacy is the best guarantee a conscious, free mind has to think for itself. But on the modern internet, privacy is illusory when using Facebook, Google or any web based service. Even though Internet monopolies pretend at being the gatekeepers of online privacy, theoretically Facebook can still impersonate any of its 2 Billion registered users should it ever desire to. Google and Facebook hold the largest identity databases in the world -- surpassing the governments of India and China -- while [https://twitter.com/AdrianChen/status/832452637320556544 97% of their reported revenue comes from advertising] severely conditioning the kind of experience that users get with their technology. It is in their corporate interest to gather as much information as possible to profile people in order to stay competitive in the attention market, and both companies filter information fed to users with [https://medium.com/@piamancini/future-scenarios-for-algorithmic-accountability-and-governance-17cd436d22a0 algorithms accountable] to no one but their own board. None of their services are really free: personal sovereignty is unwittingly given away to technology giants today in the same way the natives 500 years ago on the American continent were distracted watching their own ''selfies'' in shiny mirrors even as European conquistadors swept away their entire way of life. Uncensored, free and sovereign debates on the future of humanity are being eaten by useless ''likes'' that help only to perpetuate these corporate entities. ''Fake news exploits'' (as they were used during the U.S. elections) or critical content spreading like wildfire (as it happened during the ''Arab Spring'') demonstrate that any effort to stop international influence on national politics is futile as societies spend most of their time online. Simply put, the Internet is incompatible with Nation-States.
===1.4 Intelligence.===
<blockquote>
I can’t let you do that, Dave.
</blockquote>
'''HAL 9000''' on ''2001: A Space Odyssey'' (1968).
The best civic tech is tech that gets used every day. Already, Facebook, Twitter and other social media platforms have become by proxy the main interfaces citizens use to influence everyday politics. But the unseen consequences of giving personal data away through centralized web services can be many, with relevant - even dire - implications for the future of humanity. The information architecture of how personal data is stored, shared and monetized is fundamental to understand sovereignty in the 21st century.
A looming threat is the use of unrestricted Artificial Intelligence (AI) that gets fueled by user generated content without any kind of public supervision. That was evident in a former Blackwater employee’s revelation to us on how data gets weaponized: from an office in Dubai he was able to drive and get the live feed of a drone flying over Syria or Pakistan, but surprisingly the decision whether to kill the target wasn’t made by the human operator (or a supervising authority) but by an AI that called the shots over the Internet “at least 90% of the time“. This AI was provided by a Silicon Valley company often 'credited' with providing intelligence services to the CIA and leadng to the capture of Osama bin Laden in 2011.
The issue of AI deciding on the fate of human lives opens up ethical and moral questions. Eventually not even human researchers are able to properly understand how an AI is behaving, becoming a threat if it is a key component of military grade technology. According to author Yuval Noah Harari, “Intelligence is breaking apart from living organisms and it won’t be monopolized by carbon beings for long.” Consciousness is the new political frontier being drawn, a line between machines and humans. In other words: understanding whether we are using the machines or the machines are using us. How we structure human organizations —and govern the code running them— defines who is in charge. As the capacity of silicon intelligence matches Moore’s Law growth rates, humanity as a whole must ask itself how it is going to govern the reins of this unprecedented power.
===1.5 Decentralization.===
<blockquote>
Sovereign is he who decides on the exception.
</blockquote>
[https://wikipedia.org/wiki/Carl_Schmitt '''Carl Schmitt'''], political theorist (1888-1985).
The achilles heel of data hungry, attention farming internet monopolies is their need of a centralized information architecture. They rose as the ''superhubs'' in what used to be the promise of a web-shaped network by implementing the winning solutions to the leading online use cases. But the unintended consequence has been a privatized ecosystem: closed code, walled gardens and centralization of power in a few hands paving the way for a full [https://youtu.be/IrSn3zx2GbM?t=10m34s surveillance society] on what could otherwise be a borderless commons. When Sir Tim Berners-Lee, creator of the ''world wide web'' protocols, pointed out the intrinsic risks of today’s internet he requested the need to draft a [https://www.ted.com/talks/tim_berners_lee_a_magna_carta_for_the_web Magna Carta for the Web]: “Unless we have an open, neutral internet we can rely on without worrying about what's happening at the back door, we can't have open government, good democracy, connected communities and diversity of culture. It's not naive to think we can have that, but it is naive to think we can just sit back and get it.“
Centralization is the single point of failure in elections and is incompatible with democracy. In our experience implementing centralized digital voting for decisions of Partido de la Red, we detected that if an election is high-stakes (all or most members have a biased interest in the outcome), the likelihood of the system being corrupted increases. The biggest risk lies in those who are responsible for controlling servers and database integrity. We discovered in the case of [https://asamblea.partidodelared.org/topic/58eaf4739b96a611009bc3fc internal elections] held in early 2017 there were discrepancies between information reported by database auditors and the logs voters kept in their local machines: manipulation in vote emission data, aribitrary modification of poll closing date, erased records and sudden ban of registered accounts were proven and denounced leading to a generalized perception of fraud in the entire process. Centralized digital democracies without any consideration for cryptographic security are toys useful for playful purposes but can be dangerous when implemented in real scenarios under fraudulent hands.
Meanwhile, traditional elections have a technique known as ''adversarial counting'' when the outcome is close to a tie. Authorities of all involved parties participate in a manual vote count. But when an election happens within a large population, ''adversarial counting'' reduces the cost of subversion, requiring an attacker to bribe only a few authorities from a competing party to secure a result. Any kind of system that requires trust from participants ultimately runs the risk of having its whole structure collapse if any authority is fraudulent.
[[File:/images/blockchain-permissionless-audit-voting.png|Blockchain democracies enable permissionless audits.]]
Decentralization is a requirement of democratic elections. Without it there will always be room for corruption. Blockchains enable trustless systems by eroding the need of human authority and increasing the defenses of vote integrity with a shared resource that has scorekeeping as its main function. This permits unprecedented designs for electoral systems. '''With a blockchain-based democracy votes become censorship resistant and every single voter can audit an election without requiring any kind of access rights to infrastructure.''' By storing vote data in a blockchain rather than in private servers or ballot boxes, audit costs become abstracted and are turned into a guaranteed right for every participant. Voters are not just mere spectators but also sovereign gatekeepers of the whole process. This kind of transparency cannot be delivered by traditional electoral systems, analog or electronic.
===1.6 Sovereignty.===
On today's internet, voting has emerged as the main interaction. Every time users ''like'', ''upvote'', ''heart'', ''link'' or ''retweet'' content they are signaling a preference that serves a feedback loop generating better recommendations for them. But the action won’t go any further: it’s a ''fake vote'' that lacks institutional implications. ''Likes'' in social media operate as worthless tokens that can be inflated with a single click even though they set the price of advertising dollars. Network effects turned this interaction into a metric that highlights the influence of a specific idea within a crowd, often being a tool for those in power to survey society’s needs. But the financial and political benefits of these transactions are kept entirely by the [https://www.nytimes.com/2016/10/16/technology/peter-thiel-donald-j-trump.html network owners].
[[File:/images/web-voting.png|Web voting.]]
Sovereign technology able to operate in peer-to-peer networks, validating identity, preserving anonymity, encrypting data, decentralizing infrastructure, with free (''as in freedom'') open source code can completely disrupt the described landscape.
Throughout history only three kinds of sovereigns prevailed: the ''sovereign tribe'' where a crowd follows a leader; the ''sovereign king'' loyal only to God; and the ''sovereign republic'' with continental lands governed under one law. Blockchains operating in cyberspace are giving rise to a fourth kind: the ''networked individual''. It’s not a far fetched possibility -- achieving [https://www.amazon.com/Sovereign-Individual-Mastering-Transition-Information/dp/0684832720 personal sovereignty] is already a reality for those who run their finances with bitcoin and other crypto holdings. As investor [http://twitter.com/naval Naval Ravikant] puts it: “You can cross an international border carrying a billion dollars in bitcoin entirely in your head.” This kind of sovereign act is unprecedented even for contemporaneous Heads of State.
The widespread adoption of blockchains is giving rise to a model that initially grew under the shadows of established institutions but eventually will render them obsolete. Blockchains are automated bureaucracies that offer significant financial benefits in terms of transaction costs while abstracting the need of intermediaries. They enable systems of free association that help break the political and financial coercion that governments and banks impose by restricting the right to vote or limiting access to capital. A technologically advanced society can flourish beyond territorial domains anywhere there is an internet connection with digital citizens becoming part of a new kind of diaspora.
----
With this diagnosis, in [[#Paper|Section 2]] we map the basic building blocks for a decentralized liquid democracy. Once the tools are defined, [[#Execution|Section 3]] proposes an implementation that focuses on making the system secure and inclusive.
<div id="Paper"></div>
==2. Paper.==
<blockquote>
It is the technology that we do not control the one that is used to control us.
</blockquote>
[https://twitter.com/earlkman '''Emiliano Kargieman'''], space hacker (1975).
A foundational principle of democracy is the right to be heard. Today most of the world’s population is not heard: having a voice is an accident of birth. Individual and collective voices are politically and economically silenced by ‘illiquidity’ - the marginalized are given no instruments to broadcast or amplify their voice. Modern democracy is the birthchild of the ''Printing Press Era'': printed constitutional systems dependent on wet ink contracts and the speed of the postal service. Representative democracies are an accident of the information technologies of the 18th century.
[[File:/images/liquid.png|Direct democracy vs. Liquid Democracy.]]
A liquid democracy is based on a dynamic representation model that works with a bottom-up approach: citizens are able to freely elect within their social graph (friends, colleagues, family) who they want to have as representatives on a specific set of topics. It is the most flexible form of democratic governance that can be constructed with digital technology, operating as a hybrid that enables direct or delegated voting at any time. There are few precedents of trustworthy bottom-up environments that have led to authoritative content, [https://www.wikipedia.org/ Wikipedia] being a pioneering case. But if history is any guide, the last time civilization faced [https://en.wikipedia.org/wiki/Age_of_Enlightenment a paradigm shift regarding encyclopedic enlightment] it was precisely in the epoch preceding the rise of modern democracies.
This paper details the implementation of a liquid democracy using [http://github.com/DemocracyEarth/sovereign Sovereign], our democratic governance application that operates with blockchain tokens using a basic set of smart contracts. Simplicity in the design and language used to express this design matters for the purpose of a genuinely democratic device. No technology will ever be able to satisfy democratic aspirations if it can only be understood by an elite. As cryptographer [https://en.wikipedia.org/wiki/Ralph_Merkle Ralph Merkle] stated:
<blockquote>
We do not call upon ordinary untrained citizens to perform surgery, fly airplanes, design computers, or carry out the other myriad tasks needed to keep society functioning, what makes governance different? The problem is readily understood: if we give governance to “experts” they will make decisions in their own best interests, not in the best interests of us all.
</blockquote>
===2.1 Token.===
An ideal voting system must be able to satisfy to the greatest possible extent these conditions:
* '''Secrecy''': voter must be able to cast vote in secret.
* '''Verifiability''': voter must be able to verify tallied vote.
* '''Integrity''': system must be able to verify correct vote tally.
Additionally, due to the risk that coercion through physical violence or threats in contexts prone to political violence, an option able to protect coerced voters must be introduced:
* '''Resistance''': voter must be able to override own vote if necessary.
In the work led by researchers Hosp & Vora, an [https://pdfs.semanticscholar.org/24d5/5c866a7317dae11d37518b312ee460bc33d3.pdf Information Theory approach was taken to model voting systems] leading to the conclusion that a natural tension exists with a system aiming for ''perfect integrity'', ''perfect ballot secrecy'' and ''perfect tally verifiability''. All three cannot be simultaneously achieved when an adversary is computationally unbounded, able to brute force a system if unlimited time or memory are available. For this reason we consider it indispensable to implement digital democracies using blockchains. With network effects already in place, blockchains are able to verify transaction integrity and prevent token double-spending. Bitcoin’s [https://en.wikipedia.org/wiki/Proof-of-work_system ''proof of work''] model achieves this by rewarding computational capacity verifying transaction blocks (what is often referred as ''mining''), leading to a network “300 times more powerful than Google’s resources” according to pioneer [http://twitter.com/balajis Balaji Srinivasan]. For this reason, our design is based on tokens within a blockchain network operating as ''political cryptocurrency''.
What differentiates a vote from money (or in broader terms: a ''political economy'' from a ''financial economy'') is that political currency is designed to guarantee participating rights under fair conditions to all members within an organization. Rights aim to satisfy overall legitimacy in the governance of an institution. While money is the language of self-interest, votes express the shared views of a community. Political currency is not strictly meant for trade but for social choice.
{| class="wikitable"
|-
! scope="col"| Feature
! scope="col"| Coins
! scope="col"| Votes
|-
! scope="row"| Utility
| Trade.
| Governance.
|-
! scope="row"| Mining
| Computation (e.g. Proof of Work).
| Attention (e.g. Proof of Identity).
|-
! scope="row"| Liquidity
| Scarce.
| Guaranteed.
|-
! scope="row"| Signal
| Self interest.
| Social choice.
|-
! scope="row"| Value
| Space (material goods).
| Time (information).
|}
====2.1.1 Implementation.====
Considering that value [https://en.wikipedia.org/wiki/Dogecoin can be driven by memetic capacity], the Democracy Earth token granting voting rights will be branded with the single most important message any democracy can convey: ''vote''.
The ''vote'' token can be implemented using smart contract code across a variety of blockchains that permit [https://en.wikipedia.org/wiki/Turing_completeness Turing Complete] scripts, including Bitcoin. Our design is blockchain agnostic in recognition of a computer science field still in its infancy where significant innovations remain to be invented. Nonetheless we are working on implementing the ''vote'' token under these smart contract environments:
* '''Ethereum''': Using a set of [https://github.com/ethereum/solidity Solidity] smart contracts under the [https://theethereum.wiki/w/index.php/ERC20_Token_Standard Ethereum ERC20 token standard].
** '''Rootstock''': We are taking the necessary steps to make Solidity code compatible with [http://www.rsk.co/ Rootstock's smart contract interpreter for the Bitcoin blockchain].
* '''Lightning''': With the activation of [https://en.bitcoin.it/wiki/Segregated_Witness segregated witness] in the Bitcoin protocol that enables routing of payment channels with the [http://lightning.network Lightning Network protocol], liquid democracy delegations can be mapped using satoshi-level transactions carrying an attached ''vote'' identifier. Blockchain settlement cost must be covered by the implementing organization.
Also, multi-chain implementations are encouraged in the spirit of seeking greater experimentation and collaboration regarding these technologies.
===2.2 Voting.===
The ''vote'' token aims to be a standard for digital democracy able to interoperate with other tokens, setting a common language for the governance of blockchain based organizations. Within the context of liquid democracies, a range of voting transactions is permitted with ''votes'':
* '''Direct Vote''': Selfish voter Alice is allowed to use her tokens to vote directly on issues as in a direct democracy.
* '''Basic Delegation''': Alice may delegate ''votes'' to Bob. As long as Bob has access to those tokens he can use them to vote on Alice's behalf.
* '''Tag Limited Delegation''': Alice may delegate ''votes'' to Charlie under the specified condition that he can only use these tokens on issues carrying a specific tag. If the delegation specifies that delegated ''votes'' can only be used on decisions with the ''#environment'' tag, then Charlie won't be able to use these anywhere else but on those specific issues. This leads to a representation model not based on territory but on knowledge.
* '''Transitive Delegation''': If Bob received ''votes'' from Alice, he can then delegate these to Frank. This generates a chain of delegations that helps empower specific players within a community. If Alice does not desire to have third parties receiving the votes she delegated to Bob, she can turn off the transitive setting on the delegation contract. Circular delegations (e.g. Alice receiving the tokens she sent Bob from Frank) are prohibited since the original allocation of ''votes'' from an organization to its members carries a signature indicating who is the sovereign owner of the ''votes''.
* '''Overriding Vote''': If Bob already used the delegated ''votes'' he received from Alice but she has a different opinion on a given issue, as the sovereign owner of her votes Alice can always override Bob's decision. Voters always have the final word on any given decision with their original ''votes''.
* '''Public Vote''': Often referred as the ''golden rule'' of liquid democracies, all delegators have the right to know how their delegate has voted on any given issue with their ''votes''. In the same way congressmen votes are public, on liquid democracies competing delegates on any given tag have an incentive to build a public reputation based on their voting record in order to attract more delegations.
* '''Secret Vote''': A method able to guarantee ''vote'' transactions untraceable to the voter. This is indispensable in contexts of public elections held within large populations that have a high risk of coercion. Even if perfect secrecy on ''vote'' transaction is achieved, users can still be fingerprinted with exposed meta-data. For this reason, research on integration with blockchains designed for anonymous transactions with a proven track record is encouraged. This might include a mining fee to settle the ''vote'' transaction that can be either subsidized by the implementing organization or directly paid by voters. We recommend research and integration of secret ''votes'' with these blockchains:
** [https://z.cash ZCash]: implements shielded transactions using [https://en.wikipedia.org/wiki/Zero-knowledge_proof zero-knowledge proofs]
** [https://getmonero.org Monero]: uses [https://en.wikipedia.org/wiki/Ring_signature ring signatures with stealth addresses].
===2.3 User Experience.===
User Experience (UX) is a critical aspect of a decentralized architecture and becomes even more important as the redundant layers of centralized architectures condense to the user. In a centralized internet architecture, the user does not own the interface or experience. In a decentralized internet architecture, the user interface (UI) should be based on the user's perspective. In this sense, transactions get done under three distinct views:
* '''Self''': Using a public identity related to an individual.
* '''Organization''': In representation of an organization that extended representation rights to individuals (e.g. workplace, club, political party, etc).
* '''Anonymous''': Without any connection to a public identity.
This understanding of ''SELF / ORG / ANON'' shape-shifting requirement highly influenced our interface and token design. At any given time a Sovereign user can adopt any of these modes to interact with decentralized organizations.
====2.3.1 Liquid.====
Sovereign aims to make liquid voting immediate and simple. Any friction in the process must be avoided and the delegation widget should be constantly exposed on the interface while browsing issues or looking at member profiles. For this purpose, Sovereign uses a ''liquid bar'' that permits transacting ''votes'' with a single gesture either on mobile or desktop devices.
[[File:/images/liquid-mobile-ux.png|Sovereign mobile interface displaying decision, ballot and liquid voting.]]
The ''liquid bar'' allows these actions:
* '''See available ''votes''''': Since in a liquid democracy a user can have 1 or more delegated ''votes'', having a constant reminder of the balance helps the user understand his or her current power within the system. If some of the ''votes'' were delegated with strict conditions (e.g. a ''Tag Limited Delegation''), this means that a user won't have the same amount of ''votes'' available to spend on every issue.
* '''See cast ''votes''''': A percentage value with the amount of ''votes'' currently cast on other decisions or delegated to other members of the community is shown. The user can tap or click at any time on that value to view a complete list of the issues where he or she is currently having a ''vote'' and decide whether to keep them there or make a strategic change.
* '''Slide to ''vote''''': The user can use his thumb (or mouse click) to slide the ''liquid bar'' handle and upon the release of it he or she will be prompted a confirmation request whether to ''vote'' or not.
* '''Tap to ''vote''''': If the user does not want to allocate more than 1 vote, he or she can simply tap on the ''liquid bar'' handle once and will be prompted to confirm a single ''vote'' transaction.
* '''Remove ''votes''''': At any time, as long as the poll is still open, the user may remove his or her ''votes'' from a decision by simply sliding the ''liquid bar'' handle back to the initial position.
We see this interaction as a step forward from the ''like'' pattern found in social media. ''Likes'' limits voting to mindless clicks and can be inflated at will. Since ''votes'' operate as a scarce resource in the system, they cannot be generated at will and always require a minimum of tactical thinking regarding how a user's interaction will influence a specific decision. ''votes'' have real implications to the user as a stakeholder of a decentralized organization while ''Likes'' only serve their controlling corporations.
====2.3.2 Delegations.====
A ''liquid bar'' also displays the ''vote'' delegation relation a user has with any other member of an organization. Delegations go both ways:
* '''Sent''': A user must be able to delegate any of his available ''votes'' while checking the current delegated amount (if any).
* '''Received''': A user must be able to understand how many ''votes'' were received from someone else.
Every time a member profile is displayed on Sovereign, the current delegation status between the user and the member is shown.
[[File:/images/delegation-relation-votes.png|View of vote delegation relation with another member.]]
====2.3.3 Agora.====
Sovereign also has a debating component codenamed ''Agora''. Debating is likely as important as voting in any democracy. Agoras display ''threaded conversations'', a successful design pioneered by [http://reddit.com Reddit] and [http://news.ycombinator.com Hacker News]. We consider this UX pattern as the best way to engage in thoughtful conversations online as they have the most valued comments bubble up, helping sort the information for a debate using the collective intelligence of the community.
But unlike web based applications, Sovereign does not allow testimonial interactions: instead of permitting infinite ''upvotes'' or ''downvotes'', if the user agrees with a comment from someone else in the platform, it will trigger an instantaneous delegation of a single ''vote''. Hence Agoras permit:
* '''Upvote''': Send a single ''vote'' delegation from the user to the commenter.
* '''Downvote''': If a user disagrees with someone's comment, a ''downvote'' can either retrieve a ''vote'' from the commenter back to the user if there was a previous delegation. Or if no delegation relation exists among them, then a ''downvote'' will act as a penalty sending a ''vote'' from the commenter back to the funds of the organization implementing the Sovereign instance. The criteria for this kind of penalty can be set in the ''constitutional smart contract'' of the implementing organization.
This will make delegations more frequent across the platform. Debates constantly exposed to the risk of ''vote'' transactions means that they are subject to real political impact. This mechanism can help reward good arguments and punish the influence of trolling without requiring the need to develop moderating authorities in the system.
=== 2.4 Pilot ===
<blockquote>
Blockchain could disrupt voting, just as it has currency, and could apply to any democratic government.
</blockquote>
[https://www.oecd.org/gov/innovative-government/embracing-innovation-in-government-colombia.pdf '''The Organization for Economic Cooperation and Development'''], Embracing innovation in government: global trends (2016).
In October 2016, following a shocking, almost universally unexpected No to peace in the Colombian referendum that put at risk years of negotiation between the government & the marxist narco-guerrillas, Democracy Earth piloted the Sovereign liquid democracy platform in a [http://plebiscitodigital.co/ digital plebiscite] enacting a symbolic vote among the diaspora of ~6 million expatriate citizens. Instead of giving a voter the binary option, the pilot enabled people to vote separately on seven individual sub-themes of the proposed treaty, as well as to delegate their votes to more knowledgeable voters, with results revealing important nuances in voter preferences not captured in the referendum, including the [https://words.democracy.earth/a-digital-referendum-for-colombias-diaspora-aeef071ec014 deal breaker that emerged]: an overwhelming “No” among pilot participants to one particular statement of the treaty regarding political participation of the FARC.
[[File:/images/colombia-use-case.png|Colombia use case data..]]
The pilot study had the [https://www.oecd.org/gov/innovative-government/embracing-innovation-in-government-colombia.pdf additional impact] of increasing the media and political profile of blockchain-enabled, decentralized liquid democracy in Colombia; a blockchain-savvy political party has sprung up, the Partido de la Red Colombia party (“The Net Party”), while the Colombian government’s Centre for Digital Public Innovation (CDPI) is investigating the technology as well.
===2.5 Smart Contracts.===
When Claude Shannon wrote his [http://math.harvard.edu/~ctm/home/text/others/shannon/entropy/entropy.pdf foundational 1948 paper on Information Theory], he was able to demonstrate how circuits can perform logic functions by expressing a binary state of 1 or 0 (<code>true</code> or <code>false</code> states). Since then, digital technology shaped the dynamics of all kinds of information systems. With this in mind we focused on building an efficient design for a governance machine able to operate with blockchains that keeps its human operators as sovereign rulers by means of the vote. In the same way bits move in computers signalling a <code>true</code> or <code>false</code> state, ''votes'' signal a boolean value for institutional decisions to be recorded under smart contracts.
''vote'' tokens operate within the institutional boundaries created by this set of contracts: <code>Organizations</code>, <code>Members</code>, <code>Issues</code>, <code>Ballots</code> and <code>Budgets</code>. These are the building blocks that help create a governance circuit that can scale to operate liquid democracies within communities of any size.
[[File:/images/vote-liquid-democracy-smart-contracts.png|VOTE Liquid Democracy smart contracts..]]
====2.5.1 <code>Organizations</code>====
The entity or institution implementing a Sovereign instance is referred as an <code>Organization</code>. This entity acts as a governing authority definining who are the <code>Members</code> allowed to participate in its decisions and granting them ''vote'' tokens. Since <code>Organizations</code> can live in a decentralized network, the requirements to make an entity able to operate with ''votes'' are similar to those found while setting up a website:
* <code>Domain</code>: Every organization must have its own domain name (e.g. ''democracy.earth'' on the Hypertext Transfer Protocol or HTTP). Some may even have a namespace running as a Top Level Domain or TLD (e.g. ''.earth''). This reference code for an <code>Organization</code> within an open network, whether its the legacy web as in HTTP or new emergent networks for decentralized domains such as [https://blockstack.org Blockstack], is crucial to help build a semantic layer that effectively describes <code>Issues</code> without the risk of having voters manipulating tags in a closed system (referred on Section 2.5.4 as ''squatting''). Domain names help describe an <code>Issue</code> as well as restricting the scope of a delegation contract.
* <code>Constitution</code>: Every organization has a ''Constitution'' that defines its foundational rules in the form of a smart contract. The ''constitutional smart contract'' describes how <code>Members</code>, <code>Issues</code> and ''votes'' connect within the system.
=====2.5.1.1 <code>Constitution</code>=====
The ''constitutional smart contract'' determines how ''votes'' will be allocated to members among other governance decisions. Allocation conditions are a prerogative of the organization depending on its goals: in some cases it can be aligned with financial rights (e.g. the shareholders of a corporation getting one ''vote'' per share); in other cases it can be assigned based on an egalitarian distribution to all members (e.g. taxpayers within a jurisdiction each getting a same amount of ''votes'').
The basic settings to be found on a constitution are:
* '''Decentralized ID''' (or URL): An identifier that helps refer to the <code>Organization</code> anywhere on the network and that it is connected to its <code>Domain</code>.
* '''Bio''': A basic description of the organization including its name, website, address, jurisdiction (if applicable).
* '''Funding''': The amount of ''vote'' tokens this organization will manage and how these will be allocated to every member and grant access to <code>Budgets</code>.
* '''Membership''': Requirements to become a valid member within the organization. This criteria defines the voter registry that guarantees a fair electoral process of a democracy and can be scrutinized by its members.
** '''Open''': Anyone can freely join an organization.
** '''Voted''': Existing members must vote on applicant members. A percentage criteria must be set for approval.
** '''Fee''': The organization requires a payment for membership approval.
* '''Content''': Defines who is allowed to post <code>Issues</code> on the organization.
** '''Open''': Anyone (whether a member or not) can post. Only members get the right to vote.
** '''Members''': Only approved members have the right to post.
** '''Special Members''': Members that meet certain criteria (e.g. a minimum of delegated ''votes'' or ''votes'' received under a specific tag) have the right to post.
** '''Anonymous''': Defines whether anonymous content is allowed to be posted.
* '''Moderation''': Describes the rules that help define a code of conduct among members of an organization.
** '''Ban''': An amount of ''downvotes'' required to ban a member from participating in the organization and the penalty attached to it (e.g. a period of time)
** '''Expulsion''': If an organization is based on ''Voted Membership Approval'', a member can receive negative votes from other members signalling that such identity has been corrupted or is no longer part of the organization. This criteria can be established as a minimum percentage required.
* '''Voting''': The allowed <code>Ballots</code> to be used for the decisions to be made by the organization and specific settings such as ''quadratic voting''.
* '''Reform''': The requirements to change any of the rules set on a ''Constitution'' (e.g. a special majority).
Templates defining common practices for specific kinds of organizations are encouraged to simplify organizational setup. This will be aided and abetted through work with the Democracy Earth Foundation partnership with [https://aragon.one/ Aragon], who is working on a digital jurisdiction that will make decentralized organizations efficient. Sovereign will include templates for corporations, political parties, trade unions, clubs and cooperative businesses among others; whatever form the organization takes, Aragon's decentralized network ensures that a company will always work, even in the face of malicious tampering by hostile third parties or abusive governments.
====2.5.2 <code>Members</code>====
Every Organization has members that get the right to vote on the decisions of the organization. Membership criteria is defined in the ''constitutional smart contract'' and is key for the trust in any democratic environment. Among the most common ways to subvert an election is through voter registry manipulation. Securing this aspect with cryptographic means as well as an approval protocol is critical. Once a member is approved within an organization, he or she gets a specific amount of ''votes'' to be used for its governance.
All <code>Organizations</code> who take the responsibility to approve or disapprove <code>Members</code>, contribute with this task to the ''Proof of Identity'' process described on Section 3.3.
Compatibility with decentralized identity protocols is encouraged for the purpose of guaranteeing decentralized governance. The [https://opencreds.github.io/did-spec/ specification of DIDs (decentralized identifiers analogous to the web's URIs)], proposed by the [https://www.w3.org/ W3C] enabling self-sovereign verifiable digital identity is recommended.
====2.5.3 <code>Issues</code>====
An organization consists of a collection of ''issues'' each describing a decision to be made by the members. Membership properties described in the ''constitutional smart contract'' define member's voting and posting rights. An issue in its most basic form has these properties:
* <code>Description</code>: Text of the decision to be made.
* <code>Tags</code>: Categories that describe the decision within the organization. This helps members navigate across issues, define areas or teams within an organization and limit the scope of a delegation of ''votes''. If the implementation is done with blockchain environments that are used to manage a fixed taxonomy (like [http://blockstack.org Blockstack]), a common distributed language for tags based on decentralized domains helps making the democratic environment more fair as it avoids members trying to control naming conventions for their own benefit. For this reason, within an open network <code>Tags</code> that describe <code>Issues</code> or are used to constrain delegations, are pointers to other <code>Organizations</code>. This is detailed in the ''Proof of Identity'' process.
* <code>Signatures</code>: Members that are authoring the proposal. It can remain anonymous if an organization's governance rules allows it.
* <code>Ballot</code>: The presented options for voters to participate on this decision.
* <code>Budget</code>: An optional element that may include locked funds in a cryptocurrency address that can trigger an action if a decision is voted in support.
* <code>Timespan</code>: For the final tally, an open poll must also set its scope in time and define the kind of decision being made. There are two types of decisions:
** <code>Tactical</code> (limited in time): These are contracts that receive ''votes'' until a closing date is met, where a given block height within the blockchain implementing the ''vote'' smart contracts can be set as the end line for the electoral process. Once all transactions have been tallied and a final result is recorded, all tokens get returned to the corresponding voters and can be used again on future decisions.
** <code>Strategical</code> (unlimited in time): Never-ending open polls that are perpetually registering the consensus of a decision state. ''votes'' can be retrieved by voters at any given time if they feel the need to discontinue their voice in support or rejection of a decision. But as long as the token is assigned to signal a preference on a contract ballot without closing date, it is part of the strategical decision. A common use for strategical decisions can be the members voting for approval of other members within the community of an organization.
====2.5.4 <code>Ballot</code>====
An issue can be implemented with any possible ballot design according to the specifications defined in the ''constitutional smart contract'' of the organization. The building blocks for a ballot are its <code>Interface</code>, <code>Options</code> and <code>Criteria</code>.
=====2.5.4.1 <code>Interface</code>=====
By default Sovereign provides the most commonly used choice mechanisms for ballot interaction. Further innovation on ballot interfaces is encouraged.
* <code>SingleChoice</code>: One selectable option.
* <code>MultipleChoice</code>: One or more selectable options.
* [https://en.wikipedia.org/wiki/Cardinal_voting <code>Cardinal</code>]: A given score per option with a pre-defined range of value.
* [https://en.wikipedia.org/wiki/Ranked_voting <code>Ranked</code>]: Sortable options as ranked preferences. [https://en.wikipedia.org/wiki/Arrow%27s_impossibility_theorem Arrow's impossibility theorem] must be taken into consideration for any innovation regarding ranked ballots. This theorem states that rank-based electoral systems are not able to satisfy fairness on three key aspects at the same time:
** '''Unrestricted domain''': all preferences of all voters are allowed.
** '''Non-dictatorship''': no single voter possesses the power to always determine social preference.
** '''Pareto Efficiency''': if every voter prefers an option to another, then so must the resulting societal preference order.
=====2.5.4.2 <code>Options</code>=====
In order to enable the information processing of ''votes'', ballots carry boolean values expressed in their options. This lets ''vote'' transactions signal a ''decision state'' that will act as a force modeling the institutional choices for the implementing organization. This makes all decentralized organizations also into programmable institutions. Options can then be:
* <code>True</code>: It will signal a <code>true</code> boolean value if selected (often described with 'Yes' or 'Positive' label strings).
* <code>False</code>: Signals a <code>false</code> state (e.g. can display 'No' or 'Negative' labels).
* <code>Linked</code>: The option is connected to another decision within the organization.
* <code>Candidate</code>: A member or list of <code>Members</code> from the organization. This helps elect authorities within the organization or it can be used for membership approvals.
=====2.5.4.3 <code>Criteria</code>=====
Finally, counting methods for the final or ongoing result of a decision within an organization.
* <code>Plurality</code>: Simple majority wins decision.
* <code>Majority</code> A minimum percentage is required for winning decision.
* [https://en.wikipedia.org/wiki/D%27Hondt_method <code>DHont</code>]: Widely used by Nation-State elections based on member lists.
* [https://en.wikipedia.org/wiki/Schulze_method <code>Schulze</code>]: Commonly used by open source communities and Pirate Parties using ranked choice ballots.
* [http://ilpubs.stanford.edu:8090/422/1/1999-66.pdf <code>PageRank</code>]: Counts votes weighting voter reputation in a graph.
====2.5.5 <code>Budget</code>====
Every <code>Organization</code> can have 1 or more cryptocurrency addresses to fund its efforts. Sovereign permits to fund an <code>Organization</code> with Bitcoin and in its <code>Constitution</code> define a criteria on how these assets get distributed among <code>Members</code>:
* '''Percentage for ''Proof of Identity''''': Applicant <code>Members</code> can submit their ''Proof of Identity'' evidence to get membership approval to an <code>Organization</code>. If ''votes'' approve the new member, it strengthens the reputation of a self-sovereign identity in the open network by rewarding him or her a fixed amount of Bitcoin to permit hashing the ''Proof of Identity'' on a blockchain. Some <code>Organizations</code> may allow a bigger reward than others, effectively creating a Reputation score that can protect the network against ''Sybils'' or false identities. This process is detailed on [[#Executive|Section 3]].
* '''Percentage for <code>Issues</code>''': <code>Members</code> seeking to use resources from the <code>Organization</code> can request them by attaching a <code>Budget</code> to an <code>Issue</code>. A <code>Member</code> can request to use funds from a pool specifically reserved for this. If the final tally of a decision reaches a certain value (<code>true</code> or <code>false</code>), it can then enforce the final decision by unlocking coins or triggering a transaction sending the requested assets to a specific address.
===2.6 Security.===
With Sovereign we are aiming to provide a lightweight governance framework that permits all stakeholders of an organization to participate and enforce decisions through the use of cryptography. But it is important to state that we are not aiming for a democratic system based on mob-rule or [https://en.wikipedia.org/wiki/Majoritarianism ''majoritarism'']. History offers sufficient examples on how a blind majority can end up failing the aspirations of a republic often putting demagogues in power.
[[File:/images/ideal-democracy.png|Ideal democracy.]]
Our main goal is to deliver a system able to guarantee the greatest amount of legitimacy while empowering the most knowledgeable voices in any community. The difference between fact and promise is simple: while the art of politics consists in sustaining the fiction that breeds trust in established institutions (e.g. politicians during campaigns), cryptographic proof of events delivers a more reliable method for trusted governance. The incorruptible nature of blockchain transactions provides an incentive for people not to lie, hence organizations storing votes and decisions in them get driven by facts rather than promises. Corruption can be fought at its root as we develop a new sense of citizenship based on digital networks.
Still, liquid democracies can be gamed in different ways with outcomes dominated by the unintended consequences of two dynamics representing extreme ends of the participation spectrum:
* '''Lack of delegation''' leading to a ''polyopoly'': extreme fragmentation of voting power.
* '''Abundance of delegations''' leading to a ''monopoly'': extreme concentration of voting power.
Each outcome impacts one of the two axes measuring the quality of democratic governance. The incentives on the ''vote'' political economy are designed to keep a stable equilibrium aiming to guarantee the highest level of legitimacy and fact-based decision making.
To become a trusted environment for decentralized governance under large communities (cities, nations or global scale), Sovereign must be protected against different kinds of attackers: ''Mobs'', ''Corporations'', ''Sybils'', ''Fakes'' and ''Big Brother''.
====2.6.1 Polyopoly.====
<blockquote>
a.k.a. ''Mobs''
</blockquote>
Among the most notable research projects on the field is [http://www.tdcommons.org/cgi/viewcontent.cgi?article=1092&context=dpubs_series Google Votes]. This was an internal implementation made for Google employees led by engineer Steve Hardt where he created a liquid democracy plug-in to be used on the internal version of Google+. The project had the following numbers in terms of impact:
* 15,000 participants.
* 371 decisions.
* '''3.6% of delegated votes''' in total.
The small percentage in delegations means that Google Votes operated more as a direct democracy than a liquid democracy. Delegations occured mostly among those users who actively campaigned to attract them (e.g. vegans in a team hoping to gather power to choose office snacks). The risk of few delegations is that it opens the democracy to the known risks of mob rule. Although this might keep legitimacy high, the quality of the decisions being made by an organization becomes more political than factual. Knowledgeable voices able to address specific problems within a community become disempowered.
To increase delegation frequency, these happen every time self-sovereigns get validated. On the ''Proof of Identity'' process (see Section 3), users are able to natively generate their own ''votes'' as long as their individuality gets endorsed by other identities. Also since the ''vote'' token operates in a blockchain, delegations don't need to necessarily happen within the Sovereign application: messaging applications, tweets and e-mails can be sent with vote addresses or QR codes attached to them making the vote token able to be broadcasted across multiple networks.
====2.6.2 Monopoly.====
<blockquote>
a.k.a. ''Corporations''
</blockquote>
When the German Pirate Party implemented [https://en.wikipedia.org/wiki/LiquidFeedback Liquid Feedback], a pioneering liquid democracy software developed in 2009, it reached a participation level of ~550 affiliates that led to [http://www.spiegel.de/international/germany/liquid-democracy-web-platform-makes-professor-most-powerful-pirate-a-818683.html a linguist professor becoming the most influential member of the party]. Martin Haase was in charge of translating all uploaded propositions in the system to a neutral language in order to avoid any ideological bias, making him grasp 167 delegations from other members.
The consequences of having a monopolizing leader in a liquid democracy environment goes against the spirit of an ecosystem that aims to incentivize more participation. In liquid democracies ''celebrities'' can become extremely influential being able to attract most of the delegated votes. An attacker willing to subvert an election can promote a TV star wearing a QR code to get a sudden influx of delegations from fans and viewers, instantly becoming a monopolizing force. Monopolies are a threat to liquid democracies since they can disincentivize less fortunate voters to participate, hijacking the legitimacy of the decisions being made.
=====2.6.2.1. Quadratic Voting.=====
A key setting of a liquid democracy system is to permit [http://ericposner.com/quadratic-voting/ quadratic voting] for delegations. The cost for Alice to delegate votes to Bob increases exponentially the more votes get delegated. With quadratic delegations Alice can only delegate Bob 1, 2, 4, 8, 16 or even 128 or 512 ''votes'' but no value in between. This makes any delegation tax the delegator by reducing the opportunity cost of delegating to another member. This method prevents the rise of monopolies within the market dynamics of liquid democracies, always making the participation of all members relevant. If some organizations desire a more vertical chain of command (e.g. corporations), quadratic voting can still be disabled in the ''constitutional smart contract'' of a Sovereign implementation.
====2.6.3 Sybil Attack.====
<blockquote>
a.k.a. ''Identity Theft''
</blockquote>
Whoever has the ability to control the registry of voters of any given election can directly influence the end result. A classical example is registering defunct members of society to vote in an election. On decentralized networks this is commonly referred as a [https://en.wikipedia.org/wiki/Sybil_attack sybil attack] (a name taken from an [https://www.youtube.com/watch?v=8kPIDt3yu1M homonymous 1976 film] based on a character that suffers a multiple personality syndrome). Sybil nodes are those that identify themselves as independent actors in the network while they all are under the control of a single operator. In decentralized environments sybil attacks are the most common threat and for this reason we consider it indispensable that for ''votes'' to be granted they must get validated through a protocol (social and algorithmic) that works as ''Proof of Identity''.
====2.6.4 Fake news.====
<blockquote>
a.k.a. ''Gossip''
</blockquote>
It is no coincidence that the battlefield of modern democracies is disputed in the media. News organizations have unprecedented capacity to shape voter perception. Across different jurisdictions worldwide, governments wage an internal war between the State and the largest local media conglomerate. This is the playbook behind Donald Trump and his fight against the CNN & New York Times tandem; or the reason Vladimir Putin invested significant resources to create Russia Today in order to have a way of presenting alternative facts. Controlling the message tends to matter more than truth itself. Free media and independent journalism are a fundamental requirement for stable democracies. But if evidence of institutional facts are hard to prove, the room for manipulation is greater than the room for truth to prevail. Traditional institutions are secretive and lack transparency even if they are public offices. Blockchains enable a way of storing institutional facts that guarantees transparency in organizations. In this sense, ''fake news'' can be fought with a new institutional model able to store ''Hard Promises''.
=====2.6.4.1 Hard Promises=====
Corporations and public institutions are prone to corruption because decisions often happen in secrecy behind closed doors while accounting happens over time. Effectively, organizations are ''decision laundering'' by disconnecting accountability from the decisions. The lack of an incorruptible timeline storing financial and political decisions enables such inaccountability. The [https://en.wikipedia.org/wiki/Leviathan_(book) ''Leviathan'' State] is an inefficient machine: although it proclaims itself as the sovereign ruler for any given population by means of force, whoever is in charge of running its bureaucracy can still be corrupted making the whole house of cards fall apart. This distance between fact and accounting is the source of gossip.
The building blocks of institutions consist of facts that define agreements. But the kind of facts agreements contain are of a very specific type: Institutions are not built with objective facts that are scientific, measurable and independent from human judgment; but rather inter-subjective facts that build the social world within a community setting the relations of property and rights. For example, the notion that every red can of soda belongs to the Coca Cola Corporation is not objective but an inter-subjective fact agreed upon by all members of society acknowledging the intellectual property rights that a company has over its product. In this way, institutional reality helps scale economic relations and reduces the information required for organizations to transact.
The bureaucracies that protect these agreements depend on promises, i.e. “all money kept in banks will be there tomorrow”. But as [https://twitter.com/aantonop/ Andreas Antonopoulos] states: “We’re used to systems of soft promises and reversible transactions.” If the government (or any other kind of central authority) wanted to confiscate private funds stored in a bank, nobody can stop them from breaking that promise. This has been the experience of Greek, Argentine, Venezuelan or Puerto Rican citizens with their own defaulting governments in the past decade. Blockchain based organizations on the other hand offer an alternative of ''hard promises'': agreements stored in smart contracts strictly protected by cryptography that no single third party can corrupt. Rather than regulating human behaviour post-facto as government law does, blockchains guarantee transparency by default incentivizing honest behaviour since every participant is aware that institutional events will be available for open scrutiny.
====2.6.5 Squatting.====
<blockquote>
a.k.a. ''Big brother''
</blockquote>
A liquid democracy operates across domains. Setting up an <code>Organization</code> within a network of delegatable ''votes'' is analogous to spinning up a server on the web. Domain squatting is the practice of occupying abandoned or unused web addresses in expectation of a profit. This has led to a billion dollar market having the most commonly used words (identifiers) as the best kind of digital real estate, e.g. [http://sex.com Sex.com] [https://en.wikipedia.org/wiki/Sex.com#Highest_price_paid_for_domain being the highest price paid domain].
On a large scale, liquid democracy's game eventually grows around the <code>Tags</code> being used to describe delegations and issues. In a closed system, the most used <code>Tags</code> point to a reduced universe of relevant voters leading the delegations related to them. Reduced voter participation increases the prediction ability of a democracy, reducing the moments open up for collective decision-making. Democracy thrives as long as participation is incentivized. To prevent this exploit, financial and political interests must be aligned. ''Tag squatting'' can be prevented if the taxonomy used to make liquid delegations and issue descriptions operates in an open network: <code>Tags</code> refer to <code>Organizations</code> that are registered under a decentralized domain name system, considering that every <code>Organization</code> needs a domain name. [Blockstack.org Blockstack's blockchain] specializes on decentralized domain names currently managing over 70,000 Dentralized IDs (DIDs). These are obtained via a ''Proof of Burn'' process where users burn Bitcoin in exchange for Blockstack tokens that permit registering a new namespace.
Words define political ideas. The social narrative built by the art of politics consists of deciding semantic intention. Power defines the theatrical impressions that imprint our memories each time we say ''left'', ''right'', ''free'' or ''equal''. Language is a legacy code that enables large scale human collaboration and its virtues cannot be dennied.
----
All of these strategies attack the core of how a decentralized organization institutionalizes itself. In other words: define the risks on how Democracy Earth allocates ''votes'' to its members on the blockchain as a decentralized entity. For this reason, we detail on [[#Execution|Section 3]] a rollout plan for ''votes'' that raises strong defenses against these kind of attacks and paves the way for a global democracy.
<div id="Execution"></div>
==3. Execution.==
[[File:/images/humans.png|Humans on Earth.]]
A pressing fact that goes to the core of what is behind the political and economical challenges of the 21st century is the rise in population growth: [https://esa.un.org/unpd/wpp/ United Nations estimates that by the year 2100 the world will surpass 10,000,000,000 sapiens]. In other words: the planet’s [https://en.wikipedia.org/wiki/Carrying_capacity carrying capacity] will be reached by the end of this century.
Clues on the risks of running out of resources can be found in the cultural legacy of islands. A far away land such as [https://en.wikipedia.org/wiki/History_of_Easter_Island Easter Island] was during most of its history a closed system lacking any contact with the rest of the world. Its population had no means for survival other than its own resources, constantly facing the dangers of famine, epidemics and civil war. Even though these menaces seem far off under a globalized economy, the sudden rise in human population during the past century is the driving force behind increasing CO<sub>2</sub> levels in the atmosphere and the collapse of public infrastructure unable to deal with massive migrations. Refugees are escaping wars that seek to secure energy resources for a future that is coming at us fast as the pace of technological innovation accelerates. Though some have already put escape plans into place, including private efforts to reach Mars in the upcoming decades (resembling the biblical story of Noah's Ark), the urgent call to safeguard humanity as a whole must be both amplified and answered.
Distribution of opportunity and intelligent collaboration accross the globe cannot be achieved peacefully unless every voice gets heard, without exceptions. Global governance is the next logical step in a world already connected over the Internet. Blockchains lead towards the possibility of liquid governance laying out the foundations for a democracy of peers. Permission from established Nation-States is not required: citizens anywhere in the world can embrace this change using sovereign networks.
===3.1 Rights vs. Debt.===
<blockquote>
“What is justice?” the philosopher asked.
“Pay your debts and don’t lie” Kefalos (capital), a wealthy arms manufacturer, replied.
</blockquote>
'''Plato''', ''Republic''. Philosopher (428-348 BC).
Although politics and economics are often perceived as different realms, history teaches that money means power and power means votes. In order to effectively promote democracy it is essential to address both.
The association of debt, morality and wars remains at the root of the economic mental models of society. Coins were first created by the great empires to finance wars by enabling the purchase of provisions for soldiers in distant regions and rewarding them for victory. Soldiers could loot silver and gold from conquered cities and then exchange it afterwards as the emperors minted coins with the precious metals in order to create markets. Eventually empires would also ask for a share of those coins to be given back as a tax that was directed at the maintenance of the army. The moral narrative was that citizens were ''indebted'' to the emperor for their security, for being alive. Debt evolved to justify any form of coercion sustaining the power hierarchies in countries anywhere. Lack of liquidity is the most tangible and immediate barrier to freedom under which the majority of humanity finds themselves.
The ''vote'' token will be distributed as a '''Right''' opposing the historical association of '''Debt''' and morals, generating a new breeding ground for transactions that are not based on the possibility of coercion. It aims to bring equivalence to transacting entities, restoring balance and fairness as the new moral standard. Democracy Earth's core motivation is enabling freedom and personal sovereignty, a possibility that can only be reached if individuals are able to say 'no' and choose an alternative order uncoerced and free. This cannot be achieved with induced scarcity as it is often found in most crypto assets, but rather through a guaranteed access to ''votes'' to every member of society turning governance rights into a liquid instrument.
For this reason, [http://democracy.earth Democracy Earth Foundation] will generate an ''Initial Rights Offering'' of ''vote'' tokens designed to reach everyone on Earth under a process that will offer two mechanisms: crypto funding for anyone willing to allocate resources that strengthen the development of a global democracy with the ''vote'' token; and a rights mechanism as a native way of getting ''vote'' tokens by anyone able to ''mine'' his or her corresponding share of ''votes'' through a ''Proof of Identity'' process.
====3.1.1 Initial Rights Offering.====
Identity is foundational to personal sovereignty and the kernel of all voting systems. Votes (on any system) are valid if and only if membership is verified within an organization, no democracy can run on corrupted identities. Today’s standard identity systems are based on central authorities forcing users to share private information, risking identity theft if they get hacked. Precedents include [https://gov.uk United Kingdom's Gov.UK] and [https://uidai.gov.in/ India’s Aadhaar], both which have been plagued by reports of improper security practices that included leaks compromising the privacy of millions.
For identities to be self-sovereign, they cannot be owned or controlled by governments, organizations or corporations that ultimately have as a priority the extraction of value from their users. Our approach with [http://sovereign.software Sovereign] is that it is organization-centric as a technology, but an organization can become decentralized if its identity verification process lacks the need for an authority. Ultimately, any process dependent on decentralized identity is part of a global commons since the principle of a self-sovereign identitiy renders any ''Big Brother'' irrelevant. Therefore, the key to sustain the value of the ''vote'' token as a means for a borderless democracy is to effectively validate all participating identities through a decentralized process that can create, update or revoke keys. This is how Democracy Earth Foundation will grant access to ''votes'' as a human right.
[[File:/images/identity-blockchain.png|Self-sovereign Identity.]]
Anyone able to demonstrate his or her own identity under a decentralized protocol referred to as ''Proof of Identity'' (POI) can operate with a corresponding share of ''votes''. This mechanism will trigger an allocation throughout time in the claimed public address of the identity which is accessible through a self-hosted wallet connected to the content and data used for the POI. If sufficient ''votes'' validate the evidence used for the ''Proof of Identity'', the wallet will unfreeze a corresponding amount of ''votes'' following the rules of a ''Universal Basic Income'' dynamic that allocates tokens throughout time using the Bitcoin blockchain as a universal clock.
===3.2 Proof of Identity.===
A self-sovereign identity must be voluntarily generated by a user claiming it. For this purpose the user must broadcast a proof of his or her identity that strictly satisfies a criteria that can be met by human judgment and able to avoid an artificial intelligence from interfering with the process. Hence, the proof shall be in a format that requires a large amount of cerebral bandwidth: video. A satisfactory proof shall meet all of these properties:
* '''Incorruptible''': The video file must be protected against any modifications once it has been used as a source for proof.
* '''Singular''': The proof shall validate a single identity without allowing duplicated participants in the network (''replicants'').
* '''Reputable''': Any <code>Organization</code> validating a POI attaches its reputation to the proven identity with its signature.
Even though any digital governance system can benefit from the trust already present in existing networks that validate identities (i.e. Nation-States), a decentralized protocol for validating identities serves the political purpose of personal sovereignty. The benefits of this public record in a networked commons can eventually be used by governments or private organizations in different ways (e.g. verifying age or nationality). Here we propose a new method for validating identities without the need of a single ''Big Brother''.
A ''Proof of Identity'' expires after a given period of time in order to prevent Sybil attacks and ensure that only living users are participating in the network. To maintain the validity of the public-private key pair we suggest a period of 1 year is sufficient to generate a new proof updating the previous one. In the same way that physical identities are checked by comparing picture to person, users will need to re-create their ''Proof of Identity'' and broadcast it for verification in order to authenticate their legitimacy. This year period can be referred colloquially as the ''blockbirth'' of an individual and, if desired, celebrated on a yearly basis in the same way nations celebrate their independence day. As newborn babies are registered under this global jurisdiction, ''blockbirths'' get synced with birth dates and will be able to incorruptibly attest for age as well gradually reducing the work of authenticators over time.
====3.2.1 Demo.====
[[File:/images/roma-siri-blockchain-baby.png|Roma Siri's blockchain birth certificate.]]
There is a precedent that helps to illustrate how a ''Proof of Identity'' works. [https://youtu.be/Irc-VMuUs3c?t=55m20s According to NYU professor David Yermack], newborn Roma Siri became the first baby to have a blockchain valid birth certificate on November 7, 2015. The process, even though symbolic at the time, consisted of [https://www.dropbox.com/s/tsi4xo4k6j1jsa6/Blockchain%20Birth%20Certificate%20of%20Roma%20Siri%20-%20Daughter%20of%20Santiago%20Siri%20%28father%29%20and%20Pia%20Mancini%20%28mother%29.MOV?dl=0 a video showing baby Roma that described her vital signs and included witnesses of her birth]. Once the video was filmed, a cryptographic hash of the digital file was generated and encoded into a Bitcoin transaction. This means that regardless where the video is stored, the permanent record of its hash on the Bitcoin blockchain can verify that the file's data was not corrupted and that it existed at the time the proof was generated. With this incorruptible evidence, Roma became a blockchain-certified global citizen.
This demo serves as an example for the steps that need to be followed for a decentralized ''Proof of Identity'':
# '''Film proof''' using any available smartphone or camera.
# '''Hash proof''' on a blockchain to guarantee incorruptibility of evidence.
# '''Validate proof''' through a voting process among peers (''Attention Mining'').
====3.2.2 Video Proof.====
A proof can be done with any recording application as long as it satisfies the requirements of the protocol. An extension no longer than 3 minutes is recommended for the video. In it the user must follow a series of scripted steps in order to help validators judge with their attention:
# '''Face''': Under frontal light, film frontal expression (as when taking a ''selfie'') and each side of the head without wearing eyeglasses, hats, makeup or masks of any kind.
# '''Names''': Say out loud the following indicators:
## Full given name (language-based identity).
## Full surname (blood-based identity, additionally it can state information regarding mother and father).
## Nationality (territorial-based identity, it can include place of residence or tax paying jurisdiction).
## Alternatively the user can use a nickname if it is a more common pointer to his self.
# '''Biometrics''' (Optional): Say out loud or demonstrate in a reliable way any of these indicators. This can be useful for specific use cases such as birth certificates.
## Birthday (day, month and year).
## Height (inches or centimeters).
## Weight (pounds or kilograms).
## Gender (male, female, etc).
# '''Witnesses''' (Optional): Previously validated identities can act as witnesses for this identity. They can be physically on location and appear in the video stating their full names and public keys to endorse a new identity.
## The witnesses can get granted the rights to revoke, update or cancel this proof (e.g. in case of loss of private keys or biological death).
## Twins. Those who have a twin brother or sister must specify this to prevent being flagged as a ''replicant'' during the verification process.
## Certifications. Even though this would be falling back to central authority, legacy reputation from state-issued documents can help make a video proof easier to trust. This might include a birth certificate, driver's license or a national ID as long as it doesn't hold any sensitive information (e.g. using a Social Security Number in the US).
# '''Declaration''': To guarantee that the person generating his or her identity proof is aware of the rights he will receive upon having his membership approved on the network and is not being coerced by an unseen attacker, it is mandatory to make a declaration of self-sovereignty that also includes an oath regarding the stated facts: <blockquote>I, (Personal Name), declare that I'm making this video in accordance to my personal sovereignty as a citizen of Earth and all the statements made are true. I will be the sole user of all the ''votes'' allocated on behalf of this proof and I'm acting without any threat or coercion against my free will.</blockquote>
# '''Public Key''': An address where ''votes'' will be allocated if identity is validated. This will be the [https://github.com/WebOfTrustInfo/ID2020DesignWorkshop/blob/master/topics-and-advance-readings/DID-Whitepaper.md Decentralized Identifier (DID)] pointing to this user. If this identity eventually is voted as corrupted or the user (or any listed witness) revoke it, then the allocated ''votes'' will get invalidated for future use.
# '''Timestamp''': Current block height of the blockchain used for hashing this video to prevent any videos unrelated to the moment in time the POI is being generated to be used as proof. A manual timestamp can simply film the screen of a blockchain explorer application displaying the last block number and the hash corresponding to it. Since this might be complex for most users, apps designed to generate this proof can automatically add this content to the video. This information once the proof is hashed with a blockchain transaction will certify the video was not modified in any possible way by a third party after it was broadcasted to the network.
Even though this process can be more complex than the average sign-up form found on most applications, it is important to state that it is also a political act declaring independence from authorities of any kind. This video is the personal manifesto anyone can make to break free from coercion and a step taken towards a borderless democracy.
====3.2.3 Hashing.====
Once the digital file with the self-sovereign proof has been generated, a [https://en.wikipedia.org/wiki/Cryptographic_hash_function cryptographic hash function] applied to it is calculated. Following the steps of the implementation made by Manuel Araoz and Esteban Ordano with [https://proofofexistence.com ProofofExistence.com], a standard [https://en.wikipedia.org/wiki/SHA-2 SHA-256] digest is recommended. Once the hash has been generated, it can be encoded in a Bitcoin transaction using an [https://en.bitcoin.it/wiki/OP_RETURN OP_RETURN] script that also includes a marker that helps track identity-related proofs. We suggest using 'IDPROOF' (0x494450524f4f46) for this particular use case.
Considering that an average bitcoin transaction consists of 226 bytes with a mining fee as of August 2017 at 27,120 satoshis, the cost for hashing a proof directly on the blockchain is at ~$1 per proof. This can be relatively expensive for a majority of people, hence we recommend scaling this process by enabling a [https://github.com/aantonop/chainpoint Chainpoint] implementation able to store up to 10,000 proofs per transaction by putting the hashed data on a [https://en.wikipedia.org/wiki/Merkle_tree Merkle Tree] and encoding the Merkle root in the OP_RETURN script instead. This will also significantly reduce the memory requirements of the Bitcoin blockchain, a public resource that must not be abused. Alternatively, virtualchains that run on top of the Bitcoin blockchain that have a focus on identity and namespaces such as [http://blockstack.org Blockstack] can be used to satisfy this use case and the management of the private-public key pair.
Any proof that goes through this process in a digital context is guaranteed to not be corrupted in any way. The digital files being used as proof can be stored anywhere, copied without restrictions or even kept in secret without sharing it with anyone. As long as there is a transaction in the blockchain that can validate the encoded hash with the data of the digital file, then the evidence is valid. The Bitcoin blockchain offers the strongest resistance to corruption since it has the largest amount of hashing power in the world protecting its infrastructure. With this mechanism in place, the Bitcoin blockchain can operate as a decentralized index of self-sovereign identities. Leveraging this capacity will only make the bureaucracy of a borderless democracy stronger than any other government on Earth.
====3.2.4 Attention Mining.====
<blockquote>
In the blockchain nobody knows you are an AI.
</blockquote>
'''Satoshi Nakamoto'''.
[[File:/images/proof-of-identity.png|Proof of Identity.]]
In computer-space identities are nothing but pointers: algorithms lack any awareness about the patterns they are trained to recognize. Identities strictly belong to the human realm (i.e. only a person can recognize another person). So rather than harnessing ''distributed computing power'' to verify transactions as it happens with most cryptocurrencies, ''votes'' use ''distributed attention power'' to verify self-generated identity proofs. This attention is brought in by human participants that act as validators.
A well known precedent of attention mining are CAPTCHA tests often found in the login of high-traffic websites. CAPTCHA is an acronym for ''Completely Automated Public Turing test to tell Computers and Humans Apart''. These consist of simple vision exercises that can be completed by a human more easily than by a computer. A field [https://www.cs.cmu.edu/~biglou/reCAPTCHA_Science.pdf pioneered by researcher Louis Von Ahn], he used this technique to help build datasets able to train machine learning algorithms to read words printed on paper. As a Google engineer Von Ahn created a simple test distributed across all login pages that displayed two words obtained from scanned pictures. A user would write both words in a text input field to prove he is human and not a machine. The system already knew the meaning of the first word (hence validating the user is human) but it got trained with the second input as it used this information in the dataset for character recognition algorithms. This simple exercise has been extended to train all kinds of pattern recognition systems and it contributed to the security of websites, preventing bots (and botnets) from intruding.
Attention can also validate human identities in a decentralized network, analogous to [https://bitcoin.com/bitcoin.pdf Bitcoin's Proof of Work algorithm (POW)] used by mining nodes to timestamp peer to peer transactions. In Bitcoin, each miner generates its own blockchain-compatible proof hash for a new block of transactions and broadcasts it to the network. If 51% of the nodes in the network accept the verified block, it gets chained to the blockchain and the miner starts working on the next transaction block using the accepted block as the previous hash. This technique permits monetary transactions without central banks. In a democracy without central governments instead of verifying encrypted blocks, human attention serves the purpose of voting on self-generated identities in order to grant them ''votes'' which can eventually be used for new verifications.
Most of the research concerning how to prevent sybil attacks (identity forgery on peer to peer networks) revolves around requiring entities to perform a task that a sybil attacker would not be able to perform. Attention mining requires validators to observe certain aspects of ''Proof of Identity'' videos that only a person can recognize. In order to have a mechanism that prevents bots, the system can generate modified videos to induce attackers to error. These distortions can be created through cropping certain sections out of a video, mixing it with others or distorting voices to work as a video version of a CAPTCHA test aimed to securely distinguish between real human validators and botnets.
====3.2.5 Little Brothers.====
<blockquote>
Who watches the watchmen?
</blockquote>
[https://en.wikipedia.org/wiki/Watchmen '''''Watchmen'''''], graphic novel (1987).
Self-sovereign identities can be valued on two key aspects that help define their right to participate in the network:
* '''Reputation''': A social indicator that a given identity is to be trusted.
* '''Singularity''': An individual indicator that certifies an identity is uniquely tied to a single person.
Anyone on the network can participate to verify new self-sovereigns in order to secure a global democracy against the threat of a ''Big Brother''. This task is effectively performed whenever an <code>Organization</code> decides to approve a new <code>Member</code>. By harnessing distributed attention across multiple <code>Organizations</code> instead of an all-observing central power, validators are in effect an army of [http://groups.csail.mit.edu/mac/classes/6.805/articles/crypto/cypherpunks/little-brother.txt little brothers] who can collaboratively score a self-sovereign identity in the network. ''Little brothers'' can outperform centralized identity providers in terms of accuracy as they are constantly incentivized to maintain legitimacy within the network in order to keep ''votes'' as a valuable asset: the success of the network on detecting ''replicants'' (duplicated identities) determines the scarcity of the ''vote'' token. The legitimacy of any democracy is based on the maintenance of a proper voter registry.
=====3.2.5.1 Reputation.=====
The interest on effectively validating a ''Proof of Identity'' is among <code>Organizations</code> that must deal with applicant identities willing to become <code>Members</code> able to use their ''votes'' for the decisions related to the entity. Those who within an <code>Organization</code> have the rights to approve new memberships end up contributing with the reputation an <code>Organization</code> has to the applicant identity if approved.
The allocation of reputation from an <code>Organization</code> to an approved <code>Member</code> that applied with its POI is done by simply signing the approved POI to certify that an identity is a valid <code>Member</code>. The memberships connected to an identity in the network can be interpreted by future validators on other <code>Organizations</code> in any desired way. <code>Organizations</code> in the network can be as small as a family or as large as a multi-national corporation, but ultimately they are <code>domains</code> in a network that can resemble <code>Tags</code> describing the attributes of an identity. Some <code>Organizations</code> may exist for very specific verifications, e.g. an <code>Organization</code> under a ''legal.age'' domain that only verifies if a POI belongs to someone older than 18 years making any approved <code>Member</code> of such entity carry a valid ''legal.age'' signature on its POI.
The reputation of an <code>Organization</code> can be measured on how often they end up allowing [https://en.wikipedia.org/wiki/Replicant ''replicants''] as <code>Members</code>. In other words: <code>Organizations</code> that fail on the ''Singularity score'' used to value the individuality of participants in the network, end up being less trustworthy than those able to effectively include sovereign individuals.
=====3.2.5.2 Replicants.=====
While governments need to verify the family tree of a potential new citizen and traditional corporations need to rely on [https://en.wikipedia.org/wiki/Know_your_customer ''Know Your Customer''] practices (KYC) to draw a line between their clients and the rest of the world; a global democracy has no such concern for establishing a difference between ''us and them''. The goal of Democracy Earth Foundation is to scale the right to use ''votes'' to every single human: we are all ''us'' (or ''them''). Hence, the overall challenge for a successful decentralized ''Proof of Identity'' dynamic is to simply focus on using the available attention in the network to check for ''replicants'' that are requesting a share of ''votes''.
''Replicants'' are identities that get ''voted'' as duplicates, illegitimately claiming more ''votes'' than they deserve. Fake POIs are likely to happen using modern techniques of 3D rendering aiming to trick the human eye (e.g. beating the [https://en.wikipedia.org/wiki/Uncanny_valley uncanny valley] of perception), but it is a safe assumption to consider that [http://www.cv-foundation.org/openaccess/content_cvpr_2014/papers/Taigman_DeepFace_Closing_the_2014_CVPR_paper.pdf humans are able to recognize faces with 98% of accuracy] while [http://www.washington.edu/news/2016/06/23/how-well-do-facial-recognition-algorithms-cope-with-a-million-strangers/ the capacity of algorithmic systems decrease when scaled]. Considering that the frontier being drawn is between humans and artificial intelligences is that we use the term ''replicant'' which was coined for the 1982 film ''Blade Runner'' referring to androids capable of simulating being real people.
=====3.2.5.3 Singularity Score.=====
To certify an identity is valid, verifiers are exposed to two simultaneous POI videos that can be chosen at random from all the indexed and hashed videos found on the blockchain. A face-matching algorithm that seeks similarities among facial expressions can be used to optimize the test. Validators must use ''votes'' to agree whether these POI videos belong to a same person or not, being the ongoing result of this decision a ''Singularity score'' for the identity.
The validation process is the same as in every Sovereign voting dynamic: Validators can approve by casting a ''vote'' that includes a <code>Ballot</code> with a <code>true</code> checked <code>Option</code> on it. Otherwise they must cast a ''vote'' in rejection with a <code>false</code> checked <code>Option</code>. All POI related decisions are <code>Strategical</code>: without a closing date where allocated ''votes'' impact in real time. At any time a validator can override the ''vote'' value if it has found evidence that modifies previous judgment. Also ''votes'' validating a POI can be removed if the identity already has input from sufficient validators which makes allocation of additional ''votes'' redundant. As with any Sovereign decision, the end result of a POI related vote will end up on either a <code>true</code> or <code>false</code> value. Anyone who ends up being voted as a ''replicant'' will see his or her granted ''votes'' useless.
The <code>Criteria</code> used for the ''Singularity score'' is also subject for voting by every validated POI participating in the network. Democracies are always a work in progress, perpetually self-correcting with a feedback loop that defines how the observers get observed. The threshold that establishes the sovereign right to ''vote'' must constantly adapt to the exponential growth of computing capacity that can risk subverting the network. By being backed with a decentralized identity index using an incorruptible blockchain that gets maintained with distributed attention (i.e. an open face book), the ''vote'' token becomes a trusted device for a digital democracy to emerge anywhere. Allocating attention to secure the network not only brings consciousness to a system otherwise blind to artificial Intelligence, but also allows participants to own their identities without being coerced by a centralized power that could monetize from it without consent. Conscious attention must always be put in the service of strengthening a global democracy because it is only in the realm of human consciousness that we can define what it means to be human.
===3.3 Universal Basic Income.===
<blockquote>
Now is the time to make real the promise of democracy.
</blockquote>
'''Martin Luther King Jr.''', Minister and activist (1929-1968).
The ability to develop a reliable self-sovereign identity validation process not only guarantees the legitimate value for ''votes'' to express social choice but also establishes the bedrock for the infrastructure required to make a ''Universal Basic Income'' (UBI) mechanism that can reach everyone on Earth. The symbiotic relationship of UBI and democracy has been well substantiated. According to research presented at Basic Income Earth Network (Munich September 2012), the implementation of basic income [http://basicincome.org/bien/pdf/munich2012/Choi.pdf can greatly contribute to realizing the principles of democracy as well as the establishment of its substantial foundation]. Therefore in order to consolidate the political and financial logic able to establish a borderless democracy, once a ''Proof of Identity'' is validated by peers the distribution mechanism triggered for ''votes'' will be based on time as a UBI.
Time is a valuable and limited asset, therefore tradable. One cannot buy, rent or hire more time: it has an inelastic supply no matter how high the demand. [https://books.google.com/books?id=sjlVAAAAcAAJ&pg=PA5&lpg=PA5&dq=what+is+money+man%27s+birthright+time&source=bl&ots=uxfZPDT94J&sig=gWf_LpHeEA-g6ukveZ1-mQI3FE4&hl=es&sa=X&ved=0ahUKEwjgyuHR2ejVAhUK7iYKHUX0AzgQ6AEILjAB#v=onepage&q=what%20is%20money%20man's%20birthright%20time&f=false Time is the only standard of value by which to test all the labour, either manual or mental, done by men and women]. And by tokenizing time and using it as the basis for allocating ''votes'', it liquidates a possession that every member of a global democracy possesses on equal terms. Liquidity is a requirement for any democracy that aims to avoid coercion: voices must be able to be heard in order to count and by granting ''votes'' as a UBI we are tapping on delivering a human right that can effectively empower individuals that will have to face the coming challenges of automation. ''Votes'' granted throughout time as a right avoids the [https://en.wikipedia.org/wiki/Tragedy_of_the_commons ''tragedy of the commons''] while it sets the foundations for a governance model that goes beyond debt and Nation-States.
A self-sovereign then, is able to obtain ''votes'' in three different ways:
* '''Delegation''': Any <code>Member</code> within an <code>Organization</code> operating as a liquid democracy can get delegated ''votes''.
* '''Grant''': <code>Organizations</code> may grant ''votes'' to new participants on its own terms. Participants can create or fund <code>Organizations</code> using their own ''votes''.
* '''Drip''': Once a ''Proof of Identity'' becomes valid, ''votes'' begin to drip on the user's wallet throughout time.
====3.3.1 Dripping.====
The rate at which 1 ''vote'' gets dripped to a verified identity is syncronized with the Bitcoin blockchain. By using Bitcoin's synchronization mechanism as a clock, an incorruptible consensus sets the rhythm for the whole network. Bitcoin chains a new block to the blockchain every 10 minutes, which means,
1 hour = 6 blocks
Assuming that earnable time across the globe is based on 8 hour work days,
8 hours per day x 5 days per week x 52 weeks per year = 2,080 hours per year
Or in block time,
2,080 hours = 12,480 blocks
And considering that established consensus on [https://medium.com/economicsecproj/how-to-reform-welfare-and-taxes-to-provide-every-american-citizen-with-a-basic-income-bc67d3f4c2b8 an ideal basic income rate averages around 10% of an individual's earnings] we can define that,
10% earnings Annual Basic Income = 208 hours per year = 1,248 blocks
Which means that of the ~52,560 blocks that register a full year of activity on Bitcoin's blockchain, a total of 1,248 blocks should be accounted for rewarding a UBI per year. To sync ''vote'' dripping with Bitcoin as a UBI mechanism based on 10% earnings for every working hour, 1 full unit of a ''vote'' token should then drip every ~42 hours (or ~252 blocks). For the purpose of guaranteeing a feasible divisibility of the ''vote'' token so it can be dripped every few seconds (while it also becomes easier for human and machine interpretation), we set the dripping rate at,
1 vote = 250 blocks
So every valid POI gets granted a total of:
210 votes per year
[[File:/images/proof-of-identity-dripping.png|Dripping mechanism for mined votes.]]
Therefore by taking into account the following variables:
* T = Present block height (i.e. current Time).
* r = A constant for ''vote'' allocation rate, set at 1 vote every 250 blocks in time.
* Pᵢ = The ''Proof of Identity'' block containing its corresponding hash for a given identity (i).
* Sᵢ = ''Singularity score'' expressed as a <code>true</code> or <code>false</code> state for a given identity (i).
* Vᵢ = Total quantity of ''votes'' for a given identity (i).
Then the ''votes'' a self-sovereign identity is allowed to use in the system can be calculated on any node running a smart contract with the formula:
[[File:/images/ubi-vote-formula.png|Vᵢ = ((T - Pᵢ) / r) * Sᵢ]]
As long as the ''Proof of Identity'' has been validated by the community and a smart contract is synced with an active blockchain node, then the value of Vᵢ will either be a number that defines the total amount of ''votes'' a self-sovereign has as a right to use on a hosted wallet or, if the POI is rejected (i.e. Sᵢ = <code>false</code>), then the participant's available votes becomes zero.
====3.3.2 Equality====
The described dripping dynamic ends up benefitting early-adopters as it is often the case with financial-oriented cryptocurrencies. Bitcoin for instance is often described as ''cryptographically induced scarcity'' as it is an instrument able to measure wealth in terms of economical resources due to the fixed scarcity of its token. But with the ''vote'' token we are building a network of a different nature that aims to be complementary to financial cryptocurrencies by having governance as a goal. By issuing ''votes'' as a right that can be granted to anyone as long as his or her singular identity is proven, the ''vote'' operates as political clout. So in essence, our approach is about ''cryptographically induced equality'': such is the basis for any real democracy. For this reason we introduce another variable to its ''Universal Basic Income'' dynamic,
* E = Amount of ''votes'' allocated to the ''Genesis Identity'' at present block height (T).
We refer to the ''Genesis Identity'' as the very first ''Proof of Identity'' that gets approved by the network. With this information the next validated identity won't begin in disadvantage: it will have a wallet with the same amount of ''votes'' than the first participant in the network currently has. Since this rule applies to every participant it will guarantee ''Equality'' in terms of participation letting everyone have the same amount of Sovereign ''votes'' than everyone else, extending the UBI formula as follows:
[[File:/images/ubi-equality-formula.png|Vᵢ = (E + ((T - Pᵢ) / r)) * Sᵢ]]
With the ''Equality'' variable, if a second participant Bob got validated 1500 blocks after a first one Alice, he won't begin with 0 ''votes'' but rather get an initial amount matching Alice's current balance at that moment (i.e. at a rate of 1 ''vote'' per 250 blocks, it is a total of 6 ''votes''). Bob will continue to get ''votes'' dripped on equal terms with Alice block after block after that. If a third participant Charlie generates a valid ''Proof of Identity'' 1000 blocks later, he will begin with the equivalent amount of ''votes'' that Alice and Bob each currently have by then as well (i.e. a total of 10 ''votes'' each). With this inflation process that rewards every new participant (diluting all pre-existing ones), everyone is guaranteed an ''equal'' share in the overall participating rights of the network. As long as ''replicants'' get successfully banned, the ''vote'' network is a genuinely democratic global commons.
[[File:/images/chart-votes-coins-time.png|Vote emission and inflation rate.]]
Even though the inflation rate might initially seem too aggressive, the total supply of ''votes'' is still fixed to a maximum cap based on the quantity of participants in the network. As more participants engage, the overall inflation will tend to limit 0% since new ''votes'' have a reduced influence in the economy as a whole. When compared to uncapped ''likes'' and ''retweets'' in other social applications, it must be noted that from the subjectivity of each individual the allocation of ''votes'' is still a decision based on a limited resource that implies opportunity costs, forcing a more rational behaviour rather than impulsive liking (i.e. trolling).
====3.3.3 Nakamoto Coefficient====
Significant efforts on quantifying decentralization are being made, including Balaji Srinivasan's work on establishing a [https://news.21.co/quantifying-decentralization-e39db233c28e ''Nakamoto Coefficient''] defined as:
<blockquote>
The minimum number of entities in a given subsystem required to get to 51% of the total capacity.
</blockquote>
The importance of measuring decentralization relies on finding a metric able to certify the ability of a network to be censorship resistant, this being a fundamental property for self-sovereign currencies such as Bitcoin. But ultimately the question of who is in control of the entities running a networked system must be addressed as well. By establishing a reference network that guarantees an egalitarian distribution of its token based on a ''Proof of Identity'' mechanism designed to prevent ''replicants'', this brings in a new perspective that can help increase the resolution of the Nakamoto Coefficient by means of discernible equal access.
By guaranteeing an equal starting point for every participant regardless of the time they decide to join the network, the ''vote'' network operates as a genuine meritocracy. The proposed ''Equality'' variable is simply a rule for establishing a starting point and by no means a permanent imposition: at any time, any self-sovereign is allowed to either delegate ''votes'' to someone else or use them to start an <code>Organization</code> in the network. In this way, the ''vote'' token can work as a device fit to foster a wave of entrepreneurship even among today's disenfranchised individuals left out by the legacy financial and political systems. But as this happens on the individual level, the overall statistics of the network itself works as a reference framework in which to effectively measure decentralization down to each human across the globe and identify opportunities where its needed as it grows.
The value of the network does not reside on the simulated scarcity but on its ability to register uncoerced decisions among self-sovereigns on the basis of equality. Initially the ''vote'' token might be able to compete with pollsters and any other rudimentary simulations that aim to predict elections, but eventually it can become a sovereign system on its own right as citizenship migrates online. ''Votes'' operate as a signal able to register events recorded on an incorruptible blockchain that stores political history that cannot be erased or modified in any way. Future generations get exposed to their past without intermediaries.
===3.4 Value===
We take three approaches to define the value of the ''vote'' token:
* '''Status-Quo''': Social media offers a clear reference on how ''likes'' get valued online.
* '''Work & Time''': A ''Universal Basic Income'' perspective offers useful insights on how labour time is being valued.
* '''Nation-Sates''': Traditional elections offer useful insights on how votes are valued today.
With those references, we then discuss the divisibility of the ''vote'' token and its implementation to govern a Democracy Support Fund.
====3.4.1 Status-Quo====
A comparative benchmark for the value of the ''vote'' token can be found on the Facebook network currently valuing 2 billion users with a market capitalization of ~$500 billion averaging an estimate of '''$250 per user'''. Democracy Earth Foundation regards Facebook's ''like'' function analogous to using ''votes'' in an open network. It is hard to estimate the quantity of ''likes'' made on this platform since it's private information and raw estimates project ''likes'' happening in the amount of trillions on a daily basis.
Marketers that operate the Facebook advertising machine price ''likes'' in a range that can go from '''$0.10 to as high as $25''' based on the reputation and popularity of the account being used to capture user attention. In this sense, we believe this price reference is relevant for end-users in order to empower them with a token that can be competitive with leading social media platforms. But it must be noted that unlike ''likes'', ''votes'' directly empower holders with the right to participate in any financial benefit that can be connected to their use without intermediation. With ''votes'', profiting from user data will no longer be the exclusive domain of the Facebook middleman but instead will be enabled by a native token generation mechanism that is based on the principles established by the [http://www.un.org/en/universal-declaration-human-rights/ Universal Declaration of Human Rights]:
<blockquote>
Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers. Everyone has the right to freedom of peaceful assembly and association. Everyone has the right to take part in the government of his country, directly or through freely chosen representatives.
</blockquote>
With the creation of Sovereign as an interface for blockchain-based democracies operating with ''vote'' tokens, Democracy Earth Foundation's aim is to deliver a ''Linux moment'' to Facebook: analogous to the rise of open source operating systems in the early 1990's, Linux became an alternative to the monopolizing force of Microsoft's Windows that dominated the market of personal computers and internet servers. A free and open Internet must pursue the creation of a social network where no single entity can excercise algorithmic control of the shared ideas in exchange for the private information of its users. And while Facebook mines user attention for profit, the Democracy Earth network will use the same resource to strengthen the trust of the ''vote'' token with its ''Proof of Identity'' process. As we acknowledge the growing political influence social media already has in the world, the urgency of laying out an open social network that is uncensorable, sovereign and free becomes pressing.
====3.4.2 Work & Time====
Coming from a ''Universal Basic Income'' perspective, a useful reference that values time and labour is the proposed [https://en.wikipedia.org/wiki/Minimum_wage_in_the_United_States minimum wage in the US] based on federal, state and local laws across the country. As of July 2016 it has been set at '''$7.25 per hour'''.
[[File:/images/minimum-wage-us.png|Minimum wage in the US.]]
For the ''vote'' token to effectively become a useful network able to index UBI on a global scale, an expectation regarding its pricing dynamic must be set at 1 ''vote'' unit as equivalent to 1 hour of work. Hence this anchors the initial price of the token at:
1 vote = $ 7.25
As long as the network successfully bans ''replicants'' and rewards validated self-sovereign identities indexed on the Bitcoin blockchain, then any UBI initiative can trust the present data to allocate resources without the risk of abuse.
====3.4.3 Nation-States====
From a Nation-State perspective, a useful reference can be found in the cost for implementing national elections. The 2016 Presidential Race in the United States had a total cost as high as [https://www.opensecrets.org/overview/cost.php $ 2,386,733,696]. Even though it had the lowest voter turnout in 20 years, an estimated total of [https://en.wikipedia.org/wiki/Voter_turnout_in_the_United_States_presidential_elections ~138,847,000 voters] participated. Hence, a simple calculation can price the vote token issued by the US government for this electoral process at '''$ 17.18 per vote'''. On the other end of the spectrum, developing nations like Argentina offer a similar reference: their 2017 legislative election had an estimated cost of [http://www.lanacion.com.ar/2034493-las-paso-costaran-2800-millones-pero-casi-no-definiran-candidatos $ 164,705,882] with a total of [http://www.elintransigente.com/politica/2017/8/13/cuantos-argentinos-votaron-paso-449552.html ~24,500,000 voters], setting the price at '''$ 6.70 per vote'''. It is within that range of value that Nation-States invest resources to guarantee voting rights to all its citizens.
[[File:/images/cost-of-us-elections.png|Cost of US Elections.]]
According to Facebook's seed investor Peter Thiel, a rule of thumb for technological innovation is that in order to beat a precedent paradigm, an innovation must outperform the task of the previous way of doing things [http://zerotoonebook.com/ by at least a factor of 10] in terms of cost and utility. For example: the digital word processor became successful because it does what a typewriter did in a way that can be considered at least ten times better and ten times cheaper. The same applies to fax in contrast to the postal service; and e-mail in contrast to fax. Hence the transition from traditional voting to a new standard of blockchain based voting should work on the same basis.
A simple comparison shows the strict limitations electoral votes have in comparison with the ''vote'' token proposed on this paper:
* '''Expensive Security''': Nation-State's ''Proof of Identity'' demands several resources to identify citizens during many stages of their life. Birth certificates, passports, driver's license, national ID cards, social security, wedding certificates, death certificates are all aimed at keeping the public record of citizens up to date. This is the leading function of the State and it can lead to persecutory behaviour.
* '''Limited Utility''': Once a citizen casts a vote during an election, it cannot be modified until 4 to 6 years later when the elected positions get renovated. Only those among the elected positions (i.e. senators and congressmen) get the right to spend more votes than the rest of the citizens.
* '''Reduced Bandwidth''': Citizens get to choose from a handful of options only once every 2 or 4 years. If we consider each option as a bit on the system then traditional elections can be regarded as ''8 bit democracies'', such is the current bandwidth for participation under most governments.
In order to maintain the reference price set at the minimum wage in the US while being able to be at least ~10X more efficient than any traditional election, ''vote'' utility must be extended by making the token divisible.
====3.4.4 Divisibility====
The waiting period of 250 blocks for every new dripped ''vote'' limits the perceived gratification delivered by the system to every ~42 hours. This constraint is set in order to tie the economic logic of the ''vote'' token to its capacity of indexing all the successful ''Proof of Identities'' to a ''Universal Basic Income'' dripping dynamic. But the ability to begin interacting with the system itself shouldn't require a long waiting period: by introducing decimal positions, the network can offer instant gratification by adapting the dripping dynamic down to a minimum fraction of human attention.
Considering that,
1 vote = 250 blocks = 2,500 minutes = 150,000 seconds
To keep the shortest possible decimal extension while adapting the dripping rate to the minimum span of human attention, the ''vote'' network should perform a revolution every 15 seconds:
15 seconds = 0.0001 votes
In the same way the minimum fraction of a Bitcoin is branded as 1 satoshi (i.e. 100,000,000 satoshis = 1 bitcoin), we consider it is suitable to brand the minimum fraction of a ''vote'' as a ''revolution'' since this concept helps to express the speed at which the network grants political rights,
1 vote = 10,000 revolutions
Which can also be expressed as,
1 revolution = 0.0001 votes
By allowing 4 decimal positions in the token, a ''revolution'' gets dripped to a valid ''Proof of Identity'' in the network every 15 seconds. ''Revolutions'' bring almost instant access to political rights while keeping the same utility capacity as ''votes'' with a cost that is comparatively 10,000X more efficient than Nation-State elections:
1 revolution = 0.0001 votes = $ 0.000725
For the identification of the token in third party applications, we suggest the ''VOTE'' and ''VOT'' tickers.
===3.5 End Game.===
<blockquote>
“What happened to the governments?” I inquired.
“It is said that they gradually fell into disuse. Elections were called, wars were declared, taxes were levied, fortunes were confiscated, arrests were ordered, and attempts were made at imposing censorship — but no one on the planet paid any attention. The press stopped publishing pieces by those it called its ‘contributors,’ and also publishing their obituaries. Politicians had to find honest work; some became comedians, some witch doctors — some excelled at those occupations…”
</blockquote>
'''Jorge Luis Borges''', ''Utopia of a Tired Man''. Writer (1899–1986).
To those who argue about electronic voting online scoring their arguments with Facebook ''likes'': [https://en.wikipedia.org/wiki/The_medium_is_the_message ''the medium is the message'']. The need to establish trusted relations in digital environments is mandatory as human cooperation scales to the whole globe. But the generational opportunity to collaboratively build this possibility must be able to learn from the great lessons of History. The origins of computing goes back to [https://en.wikipedia.org/wiki/History_of_IBM#1880s.E2.80.931924:_The_origin_of_IBM the first tabulating machine built by IBM for the 1890 US census] and the tallying of national elections after that. The very first proto-computers built by Alan Turing were made as a war effort able to beat nazi encryption ultimately demonstrating how intelligence can beat violence. The transition from analog to digital communications began with the [https://wheatoncollege.edu/provost/2016/03/21/claude-shannon-and-the-magna-carta-of-the-information-age/ Magna Carta of the Information Age] published by Claude Shannon in 1948 laying out the foundations for digital code and vast networks for the transmission of intelligence, a vision made real by Sir Tim Berners-Lee's creation of the ''world wide web'' protocols. When Satoshi Nakamoto published the Bitcoin paper he inaugurated the era that is giving rise to the transition from analog to digital ''institutions''. An inevitable leap from maturing our shared understanding of the properties of information security. Blockchains are giving our world a new canvas in which to lay foundations that shall govern us all to the point of being worthy of not needing governance anymore. After all [https://en.wikiquote.org/wiki/Alfred_North_Whitehead civilization advances by extending the number of important operations which we can perform without thinking about them]. Digital technology has proven to possess a greater capacity in the reach and quality of its messaging abilities and as new generations grow connected under a global commons, information architectures will regulate our political and financial relations without the physical restrictions of the past. The undeniable success of the Bitcoin experiment consistently beating even the most radical forecasts throughout a decade speaks greatly about the unleashed potential humanity has found. The status-quo will always speak from a skeptical position since halting progress can only come from a position of comfort. But just as the Internet didn't wait for the adaptation of age-old empires, blockchains won't care for political promises: a technologically advanced society can enter agreements of mutual cooperation without falling back to the means of coercion and violence. Such is the remarkable consequence of disintermediation of trust without boundaries, a reality that won't emerge in a single isolated part of a country or region of the globe, but will be distributed across the entire planet. The ''next Silicon Valley'' is not in a far away land or on any land at all, but a new frontier of the internet itself rising as the one true open, free and sovereign network of peers.
----
==4. About.==
The Democracy Earth Foundation is an effort made possible by collaborators, donors and supporters of all kinds. We are a 501 (c) 3 not for profit organization from California and with presence in New York, Paris, Buenos Aires and San Francisco.
===4.1 Team & Collaborators.===
Santiago Siri, Virgile Deville, Paula Berman, Eduardo Medina, Herb Stephens, Sandra Miller, Dwight Wilson, Mair Williams, Louis Margot-Duclot, Felipe Alvarez, Cyprien Grau, Peter Schurman, Andrew James Benson, Gonzalo Stupenengo, Lucas Isasmendi.
===4.2 Advisory Board.===
Pia Mancini, Alexis Ohanian, Matias Mosse, Ariel Kogan, Ernesto Dal Bó, Kate Courteau, Giorgio Jackson, Julio Coco, Dan Swislow.
===4.3 Individual Donors.===
Ricardo Gorodisch, Matias Mosse, Krishna Bahrat, Wenceslao Casares, Dwight Wilson, Marcos Galperin, Alejandro Estrada, Chris & Hedy Eyre, Kevin Barenblat, Clinton Yara, Tom Preston-Werner, Lloyd Nimetz, Eduardo Medina, Jim D'Amico, Erik Walter, Vivek Krishnappa, Kevin Berk, Micah Rosenbloom, Karén Gyulbudaghyan, Satoshi Nakamoto, Paul Wehrley, Josh Jacobson, Allison Sparks, Ahin Thomas, Ron Hirson, Ken Ettinger, Sharon Goldstein, Shreenath Regunathan, Matt Price, Josh Zaretsky, Heejae Lim, Allison Koblick.
===4.4 Acknowledgements.===
These are some of the minds that inspired the ideas expressed on this document.
Nick Szabo, Nubis Bruno (Bitex.la), Cesar Hidalgo (MIT), Balajis Srinivasan (21.co & Anderssen Horowitz), Andrea Antonopoulos (Bitcoin Evangelist), Peter Asaro (Stanford), Naval Ravikant (Angel List), Guillermo Rauch (Zeit), Andrew DeSantis (E8), Greg Slepak (Open Turtles), Demian Brener (Zeppelin), Manuel Araoz (Zeppelin), Ralph Merkle, Satoshi Nakamoto (Bitcoin), Vitalik Buterin (Ethereum), Vlad Zamfir (Ethereum), Joseph Lubin (Consensys), Ryan Shea (Blockstack), Muneeb Ali (Blockstack), Luis Cuende (Aragon), Vinny Lingham (Civic), Luke Duncan, David Graeber (London School of Economics), Peter Schurman (One Global Democracy), Jim D'Amico, Federico Ast, Harry Halpin, Guy Standing (University of London), Sebastian Serrano.
===4.5 Supporters.===
These organizations supported our work through grants, partnerships and recognition of our research and development efforts.
[[File:/images/grants-awards-support-organizations.png|Grants, awards and support from these leading organizations.]]
| MediaWiki | 3 | 1110sillabo/paper | translations/korean/README_KR.mediawiki | [
"MIT"
] |
# Various operators
abc instanceof def
typeof abc
delete abc
abc::def
abc + def
abc - def
abc * def
abc / def
abc % def
abc & def
abc | def
abc ^ def
abc >> def
abc << def
abc >>> def
abc ? def
abc && def
abc and def
abc || def
abc or def
abc += def
abc -= def
abc *= def
abc /= def
abc %= def
abc &= def
abc |= def
abc ^= def
abc >>= def
abc <<= def
abc >>>= def
abc ?= def
abc &&= def
abc ||= def
abc and= def
abc or= def
abc.def.ghi
abc?.def?.ghi
abc < def
abc > def
abc = def
abc == def
abc != def
abc <= def
abc >= def
abc++
abc--
++abc
--abc
# Nested operators
abc[def] = ghi
abc[def[ghi: jkl]] = 42
@abc[def] = ghi
abc["#{def = 42}"] = 42
abc["#{def.ghi = 42}"] = 42
abc["#{def[ghi] = 42}"] = 42
abc["#{def['ghi']}"] = 42
# Object assignments
abc =
def: 123
DEF: 123
@def: 123
Def: 123
'def': 123
42: 123
# Operators shouldn't be highlighted
vector=
wand=
abc+++
abc---
abc ** def
abc &&& def
abc ^^ def
abc ===== def
abc <==== def
abc >==== def
abc +== def
abc =^= def
| CoffeeScript | 2 | shriniwas26/vimrc | sources_non_forked/vim-coffee-script/test/test-ops.coffee | [
"MIT"
] |
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dcterms="http://purl.org/dc/terms/">
<channel>
<title><![CDATA[丁小云的野鸟星空]]></title>
<link>http://dingxiaoyun555.blog.163.com</link>
<description><![CDATA[小云工作邮箱:baobaoshe@126.com ]]></description>
<language>zh-CN</language>
<pubDate>Tue, 3 Jul 2018 00:16:07 +0800</pubDate>
<lastBuildDate>Tue, 3 Jul 2018 00:16:07 +0800</lastBuildDate>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator><![CDATA[NetEase Space]]></generator>
<managingEditor><![CDATA[dingxiaoyun555]]></managingEditor>
<webMaster><![CDATA[丁小云]]></webMaster>
<ttl>120</ttl>
<image>
<title><![CDATA[丁小云的野鸟星空]]></title>
<url>http://img.bimg.126.net/photo/RI9fMndMZMF_C1cDfROuvA==/217580156998391405.jpg</url>
<link>http://dingxiaoyun555.blog.163.com</link>
</image>
<item>
<title><![CDATA[论底层青年如何逆袭到中上阶层:什么是命?如何革你的命?]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502015615563513</link>
<description><![CDATA[<div><P><WBR>李白曾说自己是李暠九世孙,郭沫若对此考证一番之后,认为李白在吹牛。先不说此事真伪,单说李暠,他是李广十六世孙,东晋年间在敦煌酒泉一带称王,他的两个儿子先后继位后一个战死,一个战败自杀。后来,李暠七世孙李渊建立唐朝。很多改变历史的大人物的出现不是因为祖坟冒青烟,他们做成的那些大事可能是一个家族几代人、十几代人乃至几十代人奋斗不息的结果。</P>
<P><BR>有些事,即使你选对策略,竭尽全力,直到死你也做不成,你儿子也做不成,直到你孙子长大成人了才有可能做成。也有可能还是做不成,需要你孙子的儿子、孙子们继续为之奋斗不息……</P>
<P><BR>一件可能至少要三代人才能做成的事,你家上两代人几乎没有给你打下任何基础,你想靠自己的努力奋斗在短时间内完成,结果很可能是把你自己活活逼疯。</P>
<P><BR>很多年轻人今天想做这个,明天想做那个,少年头转眼就白了,人生就这么蹉跎了。只是这蹉跎也是因人而异的。例如有些人出身于上层社会,他们出生后直接就在所谓的马斯洛需求第四层嬉戏玩耍,他们纵使蹉跎,只要不犯大错,最后直到死也还是会停留在上层社会。而社会最底层的年轻人,可能一直很努力,但却始终只能在社会最底层垂死挣扎。</P>
<P><BR>盲目的努力,其实也是一种蹉跎。只是这盲目可能并不是盲目者的错。如果按过去的说法,他们盲目是因为盲目就是他们的命。如果按现在的说法,他们盲目是因为信息不对称,信息不对称是万恶之源。</P>
<P><BR>如果将上述两种说法综合一下,可以得出这样一个结论:一个人所谓的命,在某种程度上,取决于他接收到的信息,以及他是否拥有善于甄别、利用重要信息的能力。</P>
<P><BR>什么是命?看过一个纪录片,介绍一种海鸟,雌鸟下了俩蛋,孵出两只小鸟。其中个儿大一些的小鸟猛啄个儿小一些的小鸟,并将后者推出妈妈的怀抱。其实后者也没被推出多远,只是被推出二三十厘米远,还在它妈妈眼皮底下。但它妈妈对它完全视而不见,任由它活活饿死在自己面前。而那只个儿大的小鸟则得到了很好的喂养。动物的命就是这样,人类的命亦大抵如此。人类不过是所谓的高级动物而已,而这个“高级动物”的称号还是自封的。</P>
<P><BR>什么是命?那些基因特别优秀的男人,女人会倒贴钱想方设法跟他结婚生孩子。说到这儿我想起一个女孩儿,长相非常一般,身高一米五左右,她最大的优势是她父亲是副县长。十几年前,这个女孩儿“娶”了这样一个老公,身高一米八五左右,长相和周润发有一拼,有时我甚至觉得他比周润发还要更帅一些,但就是家里穷得一塌糊涂。最近我还见过他,他依旧那么帅,现在也混成一个不大不小的领导了。</P>
<P><BR>什么是命?我曾跟别人开玩笑说外表如村上春树、郭敬明或安妮宝贝那样的人会去写小说,你觉得外表如金城武那样的人会去写小说吗?外表如金城武那样的人,没时间写小说,因为他们的生活本身就是小说。</P>
<P><BR>什么是命?杜甫说文章憎命达。其实在杜甫生活的那个年代,一个人能写文章,这已经不是一般“命达”了,这可能是其祖上几代人努力奋斗的结果。在那个年代,大多数人都是文盲。李白如果出身于唐朝平民家庭,他可能连认字的机会都没有。李白一生到处漫游,你知道那要花多少钱吗?很大程度上,物质基础决定了精神境界。而所谓的精神境界,某种意义上,其实亦是一种善于甄别、利用重要信息的能力。</P>
<P><BR>什么是命?陈胜曾问天:“王侯将相宁有种乎?”陈胜可能不知道,他要干的事,需要他的上几代人为之蓄势。盖世功名恰如绝世美人,均在云端之上,从来都是有势者得之。无势可依者欲得之必须谋势,而谋势之术可能同样需要至少两三代人学习摸索并且传承给子孙。当然,肯定也有人用几年或十几年的时间通过自学慢慢学会了谋势之术,只是这需要大量阅读史书或其他领域的经典,同时也需要他们在青少年时代得到过相对较好的教育。也就是说,他们要有条件做很长一段时间的有闲阶层(这个条件通常需要其家庭或家族直接给予或间接给予,这个条件就是所谓的“种”,或者也可以被称之为“命”),进而充分学习,充分尝试,然后再去谋求充分发展的机会,即谋势。而所谓的谋势,究其本质,同样需要借助善于甄别、利用重要信息的能力。</P>
<P><BR>什么是命?高富帅用多年时间追求一个美女是情深似海的痴情;穷矮丑用多年时间追求一个美女是臭不要脸的纠缠。高富帅挑逗美女,会被视为调情;穷矮丑挑逗美女,则会被视为骚扰或猥亵。</P>
<P><BR>什么是命?众所周知,屌丝有男亦有女,都说男屌丝几乎不可能和白富美在一起,女屌丝和高富帅在一起的可能性会大很多吗?很多女屌丝最大的错觉就是以为自己只要鄙视男屌丝就可以证明自己不是屌丝了。但现实却是,女屌丝十有八九最终还是只能和男屌丝相亲然后结婚。这就是残酷的真相,这就是命。很多女屌丝说高富帅结婚后对老婆更好,既浪漫又专一,然后把自己身边的男屌丝贬得一文不值,说他们low到极点。唉,屌丝何苦鄙视屌丝?这种鄙视,究其本质,是在潜意识里自己鄙视自己。</P>
<P><BR>什么是命?为什么很多女人或男人总是抱怨自己的前任都是极品烂人?是因为天真纯朴所以遇人不淑?可能主要还是因为物以类聚吧。只是很少有人愿意承认这一点。纵使他们在日后某一天终于自以为是地醒悟了,就能遇见自己心目中所谓的理想伴侣了?除非他们能在自己身上找原因并有所改变……</P>
<P><BR>年少轻狂时,不知所谓的“命”为何物。最初满脑袋都是情啊爱啊,其实就是被流行文化彻底洗脑了。后来从爱情梦中惊醒了,想要彻底改变自己的命,读了几本心灵鸡血书,就妄想扼住命运的喉咙,完全没意识到自己就是一个“心比天高,命比纸薄”的人,被命运压在身下各种蹂躏。</P>
<P><BR>某种程度上洞悉自己的命以及某些死都无法突破的局限后,比原来轻松快乐了很多,大概是因为不再满脑袋只想未来了,可以从当下眼前发现一些让身心沉醉的奇妙情境或诗意瞬间。只是还是不甘心,还是想革自己的命。</P>
<P><BR>“革命”这个词,最早见于《周易》。读《周易》时,发现很多名人的名字都取于本书,而且冥冥中似乎真的影响或改变了他们的命运或气质。例如蒋介石,他这名应源于“介于石”。再例如莫文蔚,她这名应源于“君子豹变,其文蔚也”,“文蔚”大意是像豹纹一样美丽神秘,这和莫文蔚的气质还真挺契合的。</P>
<P><BR>读完《周易》后,又粗读了一遍命学经典《滴天髓》,对于天干地支、五行五气什么的肯定不可能一下就研究明白了,但对清气、浊气、真神、假神什么的似乎还能粗浅理解一点点。读《滴天髓》和读《周易》感觉差不多,用这类书算命我不知道是否靠谱儿,我也无意用这类书里的理论给自己算命,我研究这类书,更像是研究一种行为心理学。我只是想了解一下除了那些例如出身这种个人无法选择的因素之外,我能通过哪些行为在某种程度上改变自己的命运。<BR></P>
<P>还有很多奇书,类似于《周易》和《滴天髓》。读这类书时,会很想革自己的命,运用一些看似很神秘其实特质朴的道德方法论,运用一些所谓的霹雳手段。</P>
<P><BR>一个人想要革自己的命,首先要在最大程度上认清自己的命。这就好像一个屌丝青年想要逆袭成功,首先要坦然面对自己就是一个屌丝这一事实。坦然承认自己就是一个屌丝,只是一定不要因此而同情自己,不要自怜自伤,自怨自艾。<BR>所谓认清自己的命,主要就是搞清楚你最想干什么,你能干什么。全力去干那件你最想干且能干的事,你可以将其视为你的理想。当你为了干这件事而奋斗不息,你的命自然而然会发生改变。</P>
<P><BR>除此之外,想要认清自己的命,还需要不断读书,大量读书,大量阅读经典书籍,尤其是大量阅读经典史书。大量阅读经典史书可以让你更深刻地认清自己的命,让你知道做什么事以及如何做才能革自己的命。<BR></P>
<P>想要革自己的命,一定要有超越物质的自由心态。只是这种自由心态,通常需要在很坚实的物质基础上慢慢习得。还是那句话,很大程度上,物质基础会决定精神境界。当你的物质基础有了较大改变之后,你的心胸、眼界、社交圈以及你的一些重要能力自然随之而改变。也就是说,你会获得更多有价值的信息,而你甄别、利用重要信息的能力也会不断增强。<BR></P>
<P>在中国古代,很多看似轻视物质的“圣人”,其实都过着妖童美妾酒肉臭的生活。还有古代的僧人,他们也会轻视物质。但事实却是,古代很多佛寺占有大量土地,其佃农妻女的初夜权甚至亦归僧人所有。那些在物质层面和精神层面上都很贫乏的人,假模假式地在轻视物质的同时空谈精神,可体验如压迫者般附庸风雅的乐趣,只是其两腿间的生殖器却是事实意义上的“被压迫者的生殖器”。<BR></P>
<P>美国南北战争爆发后,马克思因异常焦虑而彻夜失眠,他担忧的不是美国人民的命运,而是担忧因为这场战争的爆发,会让美国人在很长一段时间内只关心美国国内形势,不再关注欧洲新闻。这可能会导致马克思收入锐减,因为他当时是受雇于美国《纽约论坛报》的自由撰稿人,负责为之提供欧洲新闻……<BR></P>
<P>很多时候,想要缓解焦虑进而让内心宁静,物质财富比精神财富更管用。北京国家图书馆里精神财富够多了吧,如果一个年轻人在北京过着极端穷困的生活,估计国图里浩如烟海的精神财富也很难让他获得内心的宁静。<BR></P>
<P>物质财富不仅能让一个人获得内心的宁静,也能让一个人的身心获得更大的自由。什么是自由?自由不是你想干什么就干什么,自由是你想不干什么就不干什么。这也是有钱最大的好处。有钱不能让你为所欲为,但却能让你想不干什么就不干什么。简而言之,有钱能让你自由……<BR></P>
<P>怎样才能不再因为钱而烦恼?有这样两个方法:第一个方法是实现财务自由,第二个方法是自杀。<BR></P>
<P>估计你对自杀应该没什么兴趣,所以我们还是谈谈财务自由吧。某种程度上,财务自由是所有自由的基础。如果说自由是能力要比欲望大很多,那么财务自由就是赚钱能力要比消费欲望大很多。所以想要实现财务自由,可以朝这样两个方向努力:一是不断提高自己的赚钱能力,二是不断减少自己的消费欲望。也就是说,财务自由不一定需要赚很多钱,如果你能深刻了解消费社会的各种骗局,如果你能摆脱消费社会强加给你的那些虚假欲望,只关注你内心最真实的欲望,那么你并不需要太多的钱,你就能实现财务自由了。<BR></P>
<P>或者我们也可以这样说,想要实现财务自由,最重要的不是赚钱,而是修炼心性,最重要的就是不断给你的欲望做减法。否则即使你资产过亿,你依然会感到心烦意乱。欲壑难填的人永无自由之日。巨额财富不会让你感到自由,真正让你感到自由的是虚假欲望很少的生活。<BR></P>
<P>其实一个世人眼中的所谓穷人也能实现财务自由,只要他是一个人格独立、精神自由的人,只要他能运用自己的独特智慧超越盲目愚蠢的物欲以及那些让人付出高昂代价的世俗偏见。事实上,如果你无法超越这两个无形的敌人,无论你赚多少钱,你都不会感到自由。<BR></P>
<P>想要革自己的命,很有必要做到所谓的“当下不杂”,这可以让你最大程度上避免自身资源的无谓浪费。因为当下不杂,所以内心宁静。内心宁静是最强大的人生之力。<BR></P>
<P>想要内心宁静,一方面正如上文所述的那样,需要一定的物质基础;另一方面则需要一个极简的人生最主要目标,或者你也可以将这个目标称之为理想。<BR></P>
<P>你为什么痛苦焦虑?很重要的一个原因是你什么都想要。都说“理想丰满,现实骨感”,其实想让现实丰满,很有必要让理想骨感,最好骨感到只剩一副骷髅骨架,或者只剩一个骷髅头骨,静静凝视着它,在心里对自己说:怕什么,你会一直活到死的。<BR></P>
<P>人这一生,能干好一件事就已经很了不起了。例如专注于研究唐史,研究宋词,搞摄影,研究哲学,写侦探小说,写影评,写书评,搞营销,搞设计,做川菜等等。什么都想干,什么都干不好。趁年轻,尝试很多事,然后选定一件事,将其干到极致。当然前提是乐在其中,如果感觉很受罪那就算了,感觉很受罪必然会拖延。将一件事干到极致,不是说只干这件事,别的就不干了。只是在人生的某个阶段有一个最主要的目标,把大多数时间、精力集中于此。干其他事就当陶冶性情,或是寻找他山之石,或者只是为了放松神经。将一件事干到极致之后,必然会有所成就,有所成就后可能会有如贼入空室般的空虚。只是那空虚,是令人愉悦的空虚……<BR></P>
<P>需要提醒你的就是,对于你视之为人生理想的那件事,如果你只是去做,你可能永远都做不好,但如果你用游戏者心态去玩,却有可能玩得很好。一旦你玩到极致,还有可能会名利双收,虽然这名利可能是你原来根本不想要的。<BR></P>
<P>对于一个真正的理想青年来说,用游戏者心态去实现理想是人世间最快乐的事。<BR></P>
<P>还有就是价值观的问题。如果你一个人独自生活,想超越世俗价值观,其难度相对而言要小一些。但如果你结婚生子了,想超越世俗价值观就很难了。只是如果你想革你自己的命,革你家人的命,为了让他们能过上更好的生活,你想获得世俗意义上的成功,那么选择运用超越世俗价值观的方法,要比选择运用遵循世俗价值观的方法更有效。这就是所谓的以出世之心做入世之事。<BR></P>
<P>以出世之心做入世之事,这是屌丝青年通过自我革命完成逆袭的必由之路。<BR></P>
<P>(本文节选于丁小云新书《就像没有明天那样去生活》) *转载此文请注明此出处</P>
<P> </P>
<DIV><IMG title="论底层青年如何逆袭到中上阶层:什么是命?如何革你的命? - 丁小云 - 丁小云的博客" alt="论底层青年如何逆袭到中上阶层:什么是命?如何革你的命? - 丁小云 - 丁小云的博客" style="margin: 0px 10px 0px 0px;" src="http://img0.ph.126.net/ShIzORZYZEIf7N5c7w6CvA==/37999121874136782.jpg" ></DIV>
<P> <BR></P></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502015615563513</comments>
<slash:comments>4</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502015615563513</guid>
<pubDate>Wed, 1 Jul 2015 17:58:12 +0800</pubDate>
<dcterms:modified>2015-07-01T17:58:12+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[女神就是男人永远无法真正追到的女人]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201462012350344</link>
<description><![CDATA[<div>太容易被男人追到的女人,很难得到男人长久的爱。当然,某些女权主义者可能会说:“女人不需要男人长久的爱。”不需要吗?需要吗?你自己想去吧。<br><br>女人可以尽可能长时间地故意不跟追自己的那个男人上床,戏耍他,玩弄他,欺骗他,挑逗他,拒绝他……这个被折磨的过程,会成为他一生中最珍贵的记忆。那个曾折磨过他的女人,会成为他心中至死难忘的人……<br><br>就算女人和追求自己的男人上床了,这并不意味着她被那个男人追到了。很多时候,女人和追求自己的男人上床,只是想给他一点甜头而已,也许只是想把他变成自己的众多备胎之一而已。这种想法无可指责,这本来就是女人得天独厚的先天优势。<br><br>为什么很多女人在和自己喜欢的男人上过几次床之后就被对方无情抛弃了?原因肯定有很多。其中有些女人,可能是因为这个原因被抛弃的:对于抛弃她们的男人来说,她们只在床上才有一点点价值。<br><br>以色事他人,能得几时好?一个女人如果只是在床上才有价值,纵使她很美,她的命运十有八九会很悲惨。<br><br>现在无数人把女神这个词挂在嘴边,给人这样一种印象:满大街都是女神,女神随处可见。<br><br>其实真正的女神极少极少。真正的女神,是男人永远无法真正追到的那些女人。她们中的一些人看上去高傲冷艳,但其中亦有很多人看上去亲切随和,活泼爽快,只是无论是哪一种,男人都永远无法真正追到她们,因为她们一直在向前走,她们心中始终有所追求。她们可能看上去很能作,也有可能看上去异常沉静温柔。只是万变不离其宗的是,她们一直在向前走。因为她们一直向前走,这使得她们的肉身渐渐有了神性,闪烁着一种不可言说的、自由诗意的奇异光彩……<br><br>请你一直向前走,否则我会杀死你。<br></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201462012350344</comments>
<slash:comments>7</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201462012350344</guid>
<pubDate>Sun, 20 Jul 2014 13:23:50 +0800</pubDate>
<dcterms:modified>2014-07-20T13:23:50+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[如何利用性欲的力量治愈拖延症]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201311198520105</link>
<description><![CDATA[<div>人类的某些本能会让我们患上拖延症,但它们同样也有可能帮助我们战胜拖延症,因为人类的本能永远是一个人去做一件事的最根本动力。例如人类关于性的本能就是一把双刃剑,它既有可能导致拖延,同样也能帮助我们治愈拖延症。<br>天上掉下来一个绝色狐仙,每天晚上都跑来跟你做爱。后来因为你很穷,被绝色狐仙的家人看不起。绝色狐仙对你说:“你丫也是一个男子汉,就不能为你的另一半争口气?”绝色狐仙送了你一面镜子,然后离你而去。你发现如果你好好学习,她就在镜中笑;如果你不好好学习,她就在镜中哭。你因为不忍看她伤心流泪,于是你苦学了两年,考取了功名,然后绝色狐仙又回到了你的身边,你们从此过上了快乐美满的生活。异史氏曰:如果天上能掉下来很多很多绝色美女,鼓励男人奋发进取,人世间也会因此少很多因拖延症而穷苦绝望的男人……<br>这是《聊斋志异》里一个名为《凤仙》的故事。可惜,这颗星球上的绝大多数年轻男孩都不会碰到这样的好事儿,他们只能深陷于拖延症的泥沼中不能自拔。<br>很多年轻男孩之所以会成为拖延症患者,主要是因为他们满脑袋里都是性,都是色情信息碎片,这使得他们的大脑变成了像精液一样的浆糊。<br>还有很多年轻男孩,他们将自己的性欲升华成一个理想。因为心里有一个特想实现的理想,所以他们能做到用自制力克服自己的拖延心理,进而完成自我实现。<br><br>在塔斯曼尼亚曾有过这样一个风俗,如果一个男人死了,他的遗孀必须切去他的小弟弟,在经过防腐风干处理后做成项链,挂在自己的脖子上,直至找到新的男人为止。但她绝对不可以用挂在脖子上的小弟弟自慰,因为这么做就是对死者的侮辱了。<br>如果你是一位男性读者,我们现在做这样一个假设:假如有一个富豪愿意跟你签一个合同,合同上写着只要你愿意挥刀切掉自己的小弟弟,将其防腐风干后做成项链送给他,他就给你100亿美元,你愿意签这个合同吗?我相信你肯定不愿意,除非你早就想给自己做变性手术了。<br>这说明什么?这说明你的性欲至少价值100亿美元。<br>当然,这只是一个类似于玩笑的假设。只是对于男性来说,性欲的确是个人奋斗的最强大动力。<br>据统计,一个男人一生中射出的精液大概也就能装满一辆轿车的油箱,所以如果说睾丸是一个男人的生命发电站,那他的这一油箱精液就是驱动他奋斗一生的燃料。<br>曾有记者问Coldplay乐队主唱Chris Martin为什么会选择玩摇滚?后者给出的答案是:“21岁时我喜欢的女孩子当我是朋友,没有人肯跟我上床,所以我想成为摇滚明星!”这是一个将性欲转换成追求事业成功的欲望的绝佳范例。关于这一点,拿破仑?希尔解释得很清楚:“性欲是人类最强烈的一种欲望。被这种欲望驱使时,人们会产生强烈的想象力、勇气、意志力、毅力以及在其他时候所没有的创造力。性接触的欲望非常强烈和冲动,往往使人沉溺其中,甚至甘冒失去生命和名誉的冒险。如果加以控制,并向其他方向引导,这股激发力就保持其强烈的想象力和勇气等性质,成为一股应用在文学、艺术或其他专业或工作上(其中当然也包括积累财富)的强大创造力。”<br>美国心理学家通过心理测试发现,当戴劳力士的丑男和穿快餐店制服的帅哥同时追求一个女孩,这个女孩十有八九会选择戴劳力士的丑男。说到这儿,我想起了英国的《泰晤士报》曾介绍过这样一条人类性行为研究结果:女性的性高潮频密程度和性伴侣的身家基本上成正比。女性为什么更喜欢和有钱的男人一起享受性爱?关于这个问题,喜欢和富豪约会的27岁英国女律师卡茜在接受《泰晤士报》采访时这样回答道:“有钱的男人有权有势,他们更自信,更有魅力,他们知道自己想要什么,然后努力争取直至成功,这种性格会让他们在床上表现得特别优秀。”<br>看来这还真是:男人要有钱,和谁都有缘。不过你千万不要认为女人喜欢有钱的男人是一种浅薄的“时代病”,事实上,女人喜欢有钱的男人是天经地义的事,它和男人为什么最迷恋那些腰臀比例为0.7左右的女人基本上是一个道理。对于这两种现象,科学家给出的解释是:男人之所以迷恋那些腰臀比例为0.7左右的女人,是因为基因在作祟,他们的基因会对他们说:这样的女人生育能力很强;而女人之所以喜欢有钱的男人,同样是基因在作祟,她们的基因会对她们说:和这样的男人一起繁衍后代,后代的养育会得到更好的保障。<br>英国哲学家培根把肉体之爱看成是精神十分贫乏和意志薄弱的表现,他说:“可以看到,在所有伟大的和受尊敬的人物中,没有一个人会疯狂地沉湎于情欲:这说明伟大的智慧和伟大的事业确实不会容许这种为弱者所特有的激情发展起来。”<br>对于培根的上述观点,瓦西列夫在他的著作《情爱论》中予以了驳斥,他说:“在意志力坚强、精神力强大的伟大人物身上,性本能通常也是高度发展的。一个人的创造性活动同他的爱的能力,同他深切地体验到肉体和精神的这种渴求的能力往往是联系在一起的。歌德、拜伦、普希金、巴尔扎克、雨果、裴多菲等人的生活和创作就是例证。”<br>在我的书架上有一本名为《名人隐私录》的书,作者是美国作家欧文·华莱士,这本书的英文名是《The Intimate Sex Lives of Famous People》,所以如果将这本书的书名译为《名人性爱隐私录》似乎更合适一些。在这本将近八百页的书中,作者记录了几百位男女名人的性爱隐私,这些名人中有作家、画家、政治家、歌星、演员等等,其中绝大多数都是在某种程度上改变了这个世界的伟大人物。这些伟大人物的性爱隐私印证了这样一个规律:一个人所能取得的成就的大小和他的性欲旺盛程度基本上是成正比的。<br>接下来我们一起探讨一下如何让性欲变成一种可以帮助我们战胜拖延症的动力。<br>叔本华曾说:“你只能做你想做的,但不能要你想要的。”在我看来,这是极具人生智慧的一句话。<br>如果一个人一味地追求自己想要的,他十有八九会死得很难看(举个例子,很多没钱的男人最想要的就是声色犬马的放荡生活,但如果他们将绝大多数精力都用在这件事上,那他们就会成为老罗所说的那种人类能想到的最愚蠢的组合体:花花公子+没有钱);而如果一个人坚持做自己想做的,一旦他做成了,他想要的那一切会不请自来。很多人都明白这个道理,他们以这样一种方式将自己的性欲转化成个人奋斗的动力。<br>我回顾我自己以往的经历,我发现很多时候,我之所以会不断拖延,就是因为我只想着要自己想要的,然后为此急功近利地去做一些我打心眼儿里不喜欢做的事,结果越做越烦,并因此成为拖延症患者。而当我在做我打心眼儿里最想做的事的时候,我会干劲十足,我会高度自觉地去完成每日工作计划,新想法和新创意会源源不断地涌进我的大脑。拖延?我恨不得夜以继日地拼尽全力呢。<br>顺便说一嘴,当你将性欲转化成个人奋斗动力时,不要过度压抑你的性欲,因为正如瓦西列夫所说的那样:“大量研究材料表明,长期节制‘下流’的性生活会使人智力停滞,精神受到创伤,如果再有其他因素,就会引起神经官能症及其他神经心理病症。”<br><br>(摘自《7天治愈拖延症》,这本书最近出了纸质版,但这篇文章未被收入)<br></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201311198520105</comments>
<slash:comments>25</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201311198520105</guid>
<pubDate>Thu, 19 Dec 2013 08:05:20 +0800</pubDate>
<dcterms:modified>2013-12-20T14:23:49+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[洗碗是爱情的死敌]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020137126415541</link>
<description><![CDATA[<div>我母亲总嫌宝宝吃得少,总是皱着眉跟宝宝说多吃点,她这可能是为了补偿她心里“内在的小孩”,就像她跟我说她小时经常挨饿,跟我说那滋味有多难受……<br><br>我总是对着宝宝笑啊笑,生怕他不开心,我这可能同样也是为了补偿我心里“内在的小孩”,因为我小时的记忆里只有我父亲暴戾的神情,或是那种没有一丝感情的神情,而我母亲的脸上则总是充满了焦虑或怨恨……<br><br>也就是说,我母亲希望宝宝多吃点,我生怕宝宝不开心所以总是对着他笑啊笑,这些可能都只是爱的表象。就像有时我看着宝宝无敌可爱萌的笑容,我会在心里对他说:“只是因为你笑的样子,爸爸愿意为你做任何事。哪怕为你而死,爸爸也愿意。”只是随后我又想,我这其实只是瞬间的感动而已。<br><br>仅靠这种心血来潮式的瞬间感动是无法让宝宝快快乐乐长大成人的。<br><br>宝宝真正需要的,不是这种瞬间的感动,而是真正的爱和付出。<br><br>我估计很多父亲心里都有过这种瞬间的感动,然后把自己感动得一塌糊涂,并因此觉得自己是一个伟大的父亲,觉得自己为孩子付出了太多太多。哪怕他远未承担起做父亲的责任,但只因这瞬间的感动,就觉得孩子欠他的永远都还不完。<br><br>在情天欲海里,有很多痴男怨女,同样也有过类似的瞬间的感动,也偶尔觉得自己可以为对方而死。一旦发觉对方并不买账,他们会一脸哀怨地对对方说:“对你付出了那么多,你怎么舍得我难过?”还有一些更狠的人,他们会选择用硫酸或菜刀来表达自己的爱。<br><br>在我很年轻时,我最向往的是那种轰轰烈烈的爱情。只是后来我渐渐发现,很多轰轰烈烈的爱情很快都输给了像洗碗这样的小事。<br><br>现在的我,愈发觉得“爱情”和“爱”其实是两码事。这两年我经常会有这样一种想法:就本质而言,女人都是神经病,男人都是色情狂。所谓爱情,就是神经病和色情狂在一起纠缠肉搏,互相欺骗,互相利用,互相温暖,互相伤害。造物主他老人家到底有多恨人类呢?<br><br>除了上面这种残酷且盲目的爱情,还有一种徒有虚名的爱情,一种可以被称为现代宗教的爱情,一种具有“社会压迫工具”功能的爱情。这种爱情可以不停刺激年轻人的消费欲,让年轻人主动选择统治阶层为他们设计好的程式化生活。<br><br>虽然我把爱情说得挺恶心的,但我依旧认为爱情是人世间最好玩的事。<br><br>爱情很多时候只是源于生理冲动,而爱却是知的极致,是无尽的宽容,是“近乎于滥情的悲悯”……<br><br>只是人为什么会去爱?归根到底,还是为了让自己快乐。孔子的学生颜回为什么箪食瓢饮在陋巷?耶稣为什么心甘情愿被钉在十字架上?高僧为什么年复一年面壁苦修?因为做这些事能让他们感到快乐。<br><br>人无论做什么,都是为了让自己快乐,甚至连自杀也不例外。<br></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020137126415541</comments>
<slash:comments>15</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/12187005020137126415541</guid>
<pubDate>Mon, 12 Aug 2013 18:41:55 +0800</pubDate>
<dcterms:modified>2013-08-13T08:07:13+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[好女人得到好评,坏女人得到一切]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502013679287987</link>
<description><![CDATA[<div>我的一个豆友在看了恩格斯的《家庭、私有制和国家的起源》之后这样总结道:在恩格斯他老人家看来,婚姻不过是性交易的一种批发形式。<br>这让我想起了张爱玲曾说过的一句话:老婆其实比情人和妓女贱。<br>另外关于婚姻,伍迪·艾伦也说了一句看似戏谑但却值得玩味的话:免费的性其实是最昂贵的。<br>上述观点中哪一个才是正确的?这是一个见仁见智的问题。<br>可能直到现在依旧有人会这样认为,对于一个在经济上严重依赖于别人的女孩来说,无论她选择结婚,还是选择从事性交易工作,这两者可能没什么区别。<br>我个人觉得这种说法有待商榷,因为在现代社会,一个女孩如果选择从事性交易工作并且做得很好的话,她可以很快就不用在经济上依赖于任何人了,而如果她善于投资理财,那她还有可能实现财务自由。<br>也许有人会说,靠这种工作赚来的钱很脏。关于这种说法,我的看法是这样的:在中国,那些被称为“小姐”的女性性工作者可能是无数家庭的经济支柱,她们可能要承担弟弟妹妹的学费,可能要承担父母的生活费和医药费。就算她们挣钱只是为了自己,她们挣的钱也比贪官们靠贪污搞到手的钱干净一万倍。而且她们也在某种程度上推动了这个国家的经济发展。<br><br>总的来说,对于一个女人来说,生活在现代社会,这既是非常幸运的一件事,同时也是非常残酷的一件事。<br>先说说幸运的一面。有效的现代避孕技术绝对是具有革命性的发明,它让现代女性不用再像以前的大多数女性那样一次接一次地怀孕,除了怀孕什么都干不了。现在好了,受益于有效的现代避孕技术,现代女性也可以走出家门像男人一样工作,像男人一样赚钱,像男人一样实现经济独立乃至财务自由,进而更自由地去爱,去生活。当然,现代社会给予女性的好处肯定不仅限于有效的现代避孕技术,但正因为它使得现代女性有了走出家门工作的机会,现代女性才有了争取一系列社会权利的机会,这是一个连锁反应。<br>再说说残酷的一面,现代女性走出家门开始工作后,她们会发现,现在很多公司都是把女的当男的用,把男的当畜生用,把畜生当领导用。很多女孩在公司里工作的时候要跟男人竞争,如果总是在竞争中落后,她们就有可能被领导骂,还有可能失业。她们中的很多人在上下班的时候可能需要挤公交或挤地铁。那些公交和地铁在上下班高峰期有多挤你知道吗?据说它们不仅能把怀孕的女孩给挤流产了,还有可能把没怀孕的女孩给挤怀孕了。很多女孩下班回到家之后一照镜子,会觉得自己看上去就像是一个失魂落魄的女疯子。<br>说到这儿我想起了某人编的这样一个段子:“毕业工作难寻觅,文理都已不景气。富家子弟出国去,女同学们靠身体。”我把它转发到了我的微博上,有一个女孩这样评论道:“除了最后一点作为女同学完全不能认同,前三点全中。”而我给她的回复则是:“其实靠身体也不一定都是跟‘潜规则’有关,也可以理解为靠身体疲于奔命地去工作,那感觉有点像:小姐的身子,丫鬟的命……”<br>的确,在现在的中国,大学生毕业后工作很难找,女大学生毕业后工作更难找。据某机构调查,中国女大学生普遍求职难。于是一些女大学生会像美国某作家所说的那样,她们之所以假装性高潮,只是为了得到一份工作。所以我们会听到另外一些女孩发“门门功课都得A,不如人家一对C”等诸如此类的牢骚。其实也没有必要发这样的牢骚了,因为对于一个很年轻、很年轻的女孩来说,她的身体本身就是一件武器,而她的床则可能变成一个战场。<br><br>有些女孩会这样利用自己的身体,即让自己的身体变得像一只肉鸡一样被别人圈养起来,还有一些女孩则利用自己的身体赢得足够的资本,然后全力活出一个真我。这是她们自己的选择,每个女孩都有权利选择自己的活法儿。但总的来说,做一只肉鸡的感觉肯定不如活出一个真我的感觉好,因为肉鸡永远无法自己主宰自己的命运,只能任人宰割。<br>是什么使得有些女孩活得就像一只肉鸡,又是什么使得某些女孩可以活出一个真我?这是一个问题。<br>很多年轻的女孩可能一无所有,她们拥有的只是自己年轻的身体。在豆瓣上曾看到一个女孩说了这么一句话:“最聪明的猎人往往以猎物的姿态出现”。很多女孩可能在没步入社会之前就明白了这个策略,而当她们身体力行这一策略的时候,她们就成了某些人眼中的坏女人。<br>关于坏女人,女性学者邓艳珍曾写过一篇很有趣的文章。在邓艳珍看来,坏女人的生活方式看似是一种“异类的生存状态”,但实际上它是“一种高明的经营方式”。而邓艳珍对于所谓的“好女人”的定义则是:“好女人是男性霸权世界利益分配机制和原动力的产物,淑女、贞女、烈女便是好女人的具体表现形式”。在传统社会中,女人如果想要获得社会财富和社会地位,除了靠各种自我牺牲进而成为男人眼中的“好女人”之外,几乎没有更好的途径了。随后邓艳珍进一步分析道:“然而,残酷的现实是,做传统的好女人,实在是成本太高,成功的机遇太少,过程太长,这跟女性天生红颜易老相矛盾……聪明的女人倒看透了这一点,于是舍弃装腔作势、扭捏作态那一套,离弃对男性群体的依榜和男性安排的秩序,直取具体男人,直接引爆男人对女人肉体的急切占有,从而挑战两性世界既定的利益分配体制,颠覆现实的价值观,以坏女人的形象吸引男人眼球,进而在另一个利益分配流程上大快朵颐,大获全胜……”<br>随后邓艳珍还举了这样一个例子,著名艺术家艾敏年轻时过着极度贫穷的生活,后来她靠这样两个作品改变了自己的命运:其中第一个作品名为《那些与我睡过觉的人》,该作品是一顶帐篷,艾敏在上面绣了和她做过爱的一百零二个男人的名字;第二个作品《床》则是一张真正的床,床上摆着这样一些东西:“懒得整理的被子、依稀可见的体液渍印、枕头上模糊的口水痕迹以及裹在被子里乱七八糟的浴巾和丝袜。床边则是用过的避孕套、酒瓶、药盒、脏内裤、卫生巾”。艾敏的第二个作品获得了美国艺术界最具权威的一项大奖,后来那张床据说被人以10万英镑的价格买走了,而艾敏也因此成了一个世界知名的艺术家。<br><br>这颗星球上最有名的坏女人是谁?我相信会有无数人说出这个名字:麦当娜。<br>麦当娜17岁的时候孤身一人离开家乡去纽约闯荡,那天是她第一次乘坐飞机,第一次乘坐出租车。她当时并不知道乘坐出租车去哪里,当时她的口袋里只有35美元。麦当娜最初居住的那间公寓里爬满了蟑螂,而她的邻居大多数都是酒鬼,整个公寓楼道弥漫着腥臭难闻的味道。那段时期,麦当娜显然没有赚到能够维持温饱的钱,而且也得不到任何帮助。但随后的一切却变得更加糟糕,那时麦当娜连最廉价的公寓都住不起了,于是她只能露宿街头;为了避免饿死,她甚至曾吃过在垃圾桶里找到的食物。<br>至于后来,麦当娜所获得的巨大成功,相信不用我说你也知道。当年露宿街头在垃圾桶里找食物吃的小女孩,现在已经拥有超过5亿美元的巨额资产。<br>某种意义上,麦当娜就是将自己的身体当成武器进而不断前进的,在她前进的道路上,有很多帮助过她的男人,也有很多爱过她的男人,但后来都被她抛弃了。<br>麦当娜总是会像丢垃圾一样抛弃那些对她来说不再有利用价值的男人,哪怕她曾经深爱过他们。这并不意味着麦当娜冷酷无情、没心没肺,因为如果她想继续前进,并且变得越来越强大,就必须这样做。被麦当娜淘汰的经纪人巴博恩曾这样说道:“麦当娜是一块海绵,她总能把你吸干。一旦你变得没用了,她就会把你一脚踢开,去寻找新的猎物。”<br><br>如果一个女人将自己的身体当成是一件武器,也许有人就会说:这样做等于是将自己的身体“工具化”了。关于这一点,台湾女性学者何春蕤曾这样剖析道:“……‘女性身体的工具化’听起来是个令人气愤填膺的说法,但是,工具化有它另一面的解放意义需要我们去开发扩散。例如,身体不再是家族血脉所寄,而被视为可以切割出卖的东西时,女人才会肯外出工作出卖劳力或脑力,而在其中形成独立自主的物质基础;身体(性)不再是女人生命价值之所寄,而被视为可以由主体决定如何使用的东西时,女人才不会因为身体的一时闪失或暂时交付,而觉得必须和某个男人厮守一生或者活在一生的羞愧中……”<br>德国著名导演法斯宾德年轻时很穷,为了赚钱进而完成导演专业的学业,他曾经做过男妓,他这样做是不是等于将自己的身体工具化了呢?<br>那些为了某项工作而出生入死的男人,如果他们只是表面上为了所谓的“光荣使命”,但实际上只是为了谋求社会财富和社会地位,他们这样做是不是也等于将自己的身体工具化了呢?<br>还有那些为了应酬几乎天天都要陪别人喝酒的中国男人,他们喝坏了肝,喝坏了胃,甚至喝得连自己的小弟弟都不太好用了,他们的身体是不是也已经工具化了呢?<br>男人可以将自己的身体工具化,女人当然也可以这样干了。<br>如果一个女人将自己的身体工具化是一个主动选择的结果,而不是被工具化,那她的这一选择也可能成为实现精神独立和财务自由的一条路径。<br><br>有些女人天生就拥有如女王般的身体,但她们却活得就像肉鸡一样,只能任由社会宰割。由此可见,对于一个女人来说,身体是很强大的武器,而比身体更强大的武器是思想。正如那句著名的电影台词所说的那样,思想是刀枪不入的。<br>尤其是坏女人的思想,它能让一个女人拥有越来越强大的气场,直至拥有女王气场。<br>在那部多年前曾烂大街的电视剧《奋斗》中,有这样一句台词我一直记得:“坏事就是你怎么忘也忘不了的事。”<br>其实坏女人也是一样,在我看来,坏女人就是男人死都忘不了的那些女人。<br>当然,这里所说的坏女人的“坏”不是违法犯罪,更多的只是离经叛道,特立独行;或者就是不想自欺欺人,只想活出一个宁静超然、无忧无惧的真我;稍微狠一点的就是很会耍手段,善于表演、布局、勾魂和偷心。<br>其实一个女人只要足够勇敢,并且对自己绝对诚实,她的性魅力和气场就会直线上升。而一个性魅力和气场都很大的女人,其私生活必然丰富多彩,而她也会因此成为某些人眼中的坏女人,由此可见,这种敌视的背后隐藏的其实是我们常说的羡慕嫉妒恨。<br><br>女人有这样一种天生的优势,即她们拥有与生俱来的沟通能力和社交能力,她们更擅长处理各种人际关系,这是一种基因本能。因为在原始社会,当时人类是群居的,男人们整天都要外出打猎,他们在打猎的时候很少说话,因为这会把猎物吓跑的,所以男人的沉默是生存的需要;而女人们则留在洞穴里,她们会说很多话,想办法和周围的人建立很亲密的关系,这同样是生存的需要。你也知道,在现代社会中,沟通能力和社交能力有多重要,从这个角度来看,女人其实比男人更能适应现代社会。<br>如果你很年轻且一无所有,如果你决定做一个坏女人,除了要好好利用你的沟通能力和社交能力之外,你同样需要用好你的头脑和你的心。说到这儿,我想起了在一个ID为“微博的艺术”的微博上曾看到这样一段话:“女性可能有一颗高创造力的大脑,唯一的缺憾是女人常受困于自身的‘繁殖本能’,容易纠缠在‘狭小’的格局里。女人们如果拥有了更广泛的兴趣爱好与知识结构,她们取得成绩就易如反掌,偶尔一个极聪明的女性有时能抵得上好几个男性。女人真的智慧起来男人摸不到边……”<br>聪明的头脑当然很重要,但更重要的是你的心的格局。一个女人如果拥有很聪明的头脑,但她的心的格局却很狭小,那她就有可能越活越纠结,或者是越活越痛苦。<br>如何拥有一颗大格局的心?你可以多读一些拥有一颗大格局的心的人写的书,多结交一些拥有一颗大格局的心的人,主动地去多经历一些事儿……<br>总之,你一定不能完全屈从于你身上的“繁殖本能”,因为那是一种动物性本能,而你是一个人。<br><br>只要你稍微观察一下你身边的世界,你就会发现好人大多都没什么好报,尤其是那些所谓的好女人,她们中的很多人都在过着无聊无趣的生活,而那些有能力、有资本帮助你不断前进的男人十有八九都不是什么好男人。<br>另外你还会发现,很多所谓的坏女人偶尔好一下可能马上就会魅力倍增,而很多所谓的好女人偶尔坏一下则可能立刻形象全毁。<br>其实在这个世界上,很多所谓的坏女人反倒更有真性情,更有勇气、活力和创造力,她们敢于打破世俗常规,她们善于运用各种手段,所以她们更有可能成为情场和职场里的女王,更有可能实现精神独立和财务自由,进而可以泡有趣的男人,过有趣的生活。而很多所谓的好女人则过着自欺欺人的生活,因为伪善、软弱且枯燥无趣的性格,使得她们不得不面对这样一种无解的困境:她们离了男人就活不了,而男人却觉得和她们一起生活还不如去死。<br><br>(本文摘自博主新书《论文艺女青年如何培养女王气场》,长江文艺出版社2013年7月出版)</div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502013679287987</comments>
<slash:comments>70</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502013679287987</guid>
<pubDate>Sun, 7 Jul 2013 21:28:07 +0800</pubDate>
<dcterms:modified>2013-07-07T22:07:13+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[只有自由相爱时的吉光片羽是真的]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020135193049859</link>
<description><![CDATA[<div>在网上经常会看到一些奔三的女人装萝莉,但看到真正的萝莉为了爱而做一些她们当初曾做过的、或是当初想做却不敢做的蠢事的时候,她们要么变得道德感特强烈,要么变得极其恶毒且苛刻。<br>某种意义上,上述两种面目其实是一枚硬币的前后两面。<br>有一天,她们可能会发现,那些为爱而做的蠢事是她们此生最美的记忆……<br>什么都是假的,只有自由相爱时的吉光片羽是真的。<br>很多女孩直到分手的那一天才发现,原来自己是用一公升的眼泪换得了对方一公升的精液……<br>开个玩笑啊,我相信她们从那些最终分手的爱情中还是能得到其他东西的,例如上文所说的那些吉光片羽,例如心智的成长……<br><br>一位美国作家曾写过一本书,书名大概是《那些人生中最重要的道理我在幼稚园里都学过了》,因为书名很长,记得不太准确,大意如此吧。<br>在幼稚园里的确能学到很多人生中最重要的道理。只是对于年轻女孩来说,恋爱是一所大学。因为恋爱使人进步。因为恋爱是一场心的革命。在恋爱中你能不断成长,渐渐进化成一个内心强大的女王。<br>弗洛伊德曾说:“在某一类情况下,爱无非是性本能以直接的性满足为目的的对象性情感贯注。当目的达到后,这种情感贯注便消失了。这就是人们所说的普通的、感性的爱。”<br>除了这种普通的、感性的爱,还有另外一种很特别的爱,这种爱更深刻、更深沉,这种爱会让你变得更勇敢,对自己更诚实。<br>或者我们也可能这样说,这种爱其实是一种爱的能力。<br><br>一个女人要爱过多少男人,才能变成一个女王?答案在风中飘……<br>这个问题肯定是因人而异,没有标准答案的。有人说一个女人至少要跟几十个男人恋爱过,才能修炼出魅力和气场。<br>这听上去有些夸张,但女人的确只有多恋爱几次才能真正成长。当然,前提是你没有因为曾受过伤害就封闭了你的心。<br>另外多恋爱几次,你看男人的眼光也会变得更准一些,相对更容易认清谁才是你的真命天子,进而将其泡到手。<br><br>想一想,人类成年以后,其内心都有丑陋肮脏的一面。人类都是虚荣懦弱且患得患失的,可一旦身陷爱情之中,原本那么自私的人类,却可以为了爱,去做一些看上去很高尚甚至可以称之为伟大的事。<br>爱情能让一个人变得更有趣,更强大,更有人格魅力。<br>当然,肯定也有人会说爱情会让一个人变得更无趣,更怯懦,直至魅力全无。说到这儿我想起了辜鸿铭曾写过这样一首小诗:“当初你不爱我,你的声音是那么甜美,你的眼里充满了笑意,你的双手纤细温柔。后来你爱上了我,你的声音变得苦涩,你的眼里充满了泪水,你的双手僵硬干涸。这是多么的令人悲伤,因为爱使你变得不再可爱。”<br>为什么爱有可能会让一个女人变得不再可爱?我想这可能是因为这个女人本来就是一个很无趣且不够独立的人,因为缺乏安全感和归属感,所以她想以“爱”的名义控制、苛求、榨取对方,而其手段则可能是哭和闹,甚至还会假装寻死觅活,当她这样做了,她自然会变得不再可爱。但问题的实质就是,这个女人的爱并不是真正的爱,而是一种徒有虚名的爱。<br>真正的爱不会让一个女人变得不再可爱,只有徒有虚名的爱才会让一个女人变得不再可爱。<br><br>当然,你还需要了解男人的本性,即使你的爱是真正的爱,即使这爱已经让你变得更可爱,你深爱的他依旧有可能对你负心。<br>因为男人这动物的基因设置决定了他们的身心不可能同时且长久地忠诚于一个女人,男人至多也就能做到长久地迷恋一个女人,或是因为和一个女人的爱情变成了难舍的亲情和友情所以长相厮守。<br>男人会长久迷恋什么样的女人?说到这儿想起木心说过的一句话:“偏偏是你的薄情,使我回味无尽。”这就是男人,男人只会长久迷恋那些永远无法真正追到手的女人。<br>当然,你也可以换一个思路,即为什么非要被男人这动物迷恋呢?那感觉就像不怕贼偷就怕被贼惦记着。<br>总想着如何取悦男人,结果却委屈了自己,把自己的人生搞得很无趣,并因此老得飞快。所以与其花心思取悦男人,还不如把心思花在如何让自己的生活变得更有趣这件事上。如果你因此变成了一个有趣的女人,那些好玩的人、事、物自然会被你吸引过来,例如能让你整个人宛如新生的的爱情,例如可以持续一生的友情,例如可以来去自由的生活。<br><br><br>(本文摘自博主新书《论文艺女青年如何培养女王气场》,此前在豆瓣阅读上架的同名电子书是本书的一小部分内容,大概3万字,而此次由长江文艺出版社出版的纸质版全书有8万多字 )<br></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020135193049859</comments>
<slash:comments>3</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/12187005020135193049859</guid>
<pubDate>Wed, 19 Jun 2013 15:00:49 +0800</pubDate>
<dcterms:modified>2013-06-20T14:37:38+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[痴情是一种心理疾病]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020130623013977</link>
<description><![CDATA[<div>这几天读胡适写的《中国禅学之发展》,胡适在讲解印度禅的方法时,他说印度禅的第二个法门是"不净观"。随后胡适这样解释道:"所谓'不净观',就是用智慧想到一切都不干净。譬如当我们想到某某漂亮的小姐的时候,我们可以想到她身上如何的不洁净,鼻子里都是鼻涕,嘴里都是唾沫,肚子里都是腥血不洁之物;并且到她死后,桃色的脸庞也瘦成白皮夹腮了,乌云般的头发也干枯了,水汪汪的眼睛也陷落了;到了尸体烂了之后,更是怎样的腐臭,怎样的变成骷髅。如此,我们也就不想她了。漂亮的小姐、金钱、地位,都是如是观,自然都会消除净尽。"<br><br>胡适的这段文字写得还挺生动的,只是在我个人看来,胡适说的这个办法不太管用。<br><br>那种因爱恋而相思的痛苦,我相信你肯定经历过,那是一种求生不得、求死不能的感觉。<br><br>在我很年轻的时候,我也搞不明白为什么爱情会让我痛苦得想要自杀。现在的我,倾向于认为爱情的痛苦主要源于基因设置的诡计。这就好像人类爱情中的很多行为,其实都挺盲目而机械的。例如一个女孩同时被三个男孩追求,一个很英俊,一个很强壮,一个很幽默。最后,这个女孩选择了三个男孩中最有钱的那个。又例如一个男孩对三个女孩有好感,一个很温柔,一个很聪明,一个很有个性。最后,这个男孩决定去追三个女孩中胸最大的那个……<br><br>上面这段话多少有开玩笑的成分。爱情要是真这么简单就好了。<br><br>有时想想,明明是一种混杂着纯真、世故、虚荣、欺骗、自欺、性欲、占有欲、自我牺牲欲、控制欲、表演欲、施虐欲、受虐欲等等等等的复杂情感,却被人类称之为“爱情”……<br><br>还有一些时候,我会认为性欲很纯净,反倒是爱情,有可能变得特肮脏,特残酷。<br><br>只是肮脏残酷的爱情反而可能更迷人,更能让情天欲海中的痴男怨女深陷其中,不能自拔。<br><br>如何让一个男人爱你一生?让他与你经历一次肮脏残酷的爱情,挑逗他,满足他,拒绝他,温暖他,玩弄他,虐待他,给他戴几顶绿帽子,然后无情地抛弃他。这样他就会爱你一生,就像电影《如果爱》中金城武对周迅那样念念不忘。只是,希望自己被某人惦念一生,这事有何意义?只是极度自恋而已。而所谓的痴情,很多时候只是一种心理疾病。<br></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020130623013977</comments>
<slash:comments>21</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/12187005020130623013977</guid>
<pubDate>Sun, 6 Jan 2013 14:30:13 +0800</pubDate>
<dcterms:modified>2013-01-06T14:30:13+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[那些只会性交不会做爱的中国男人]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201232981238387</link>
<description><![CDATA[<div><SPAN property="v:description" > 今天下午读完了娄烨的电影《花》的原著小说,感觉挺唏嘘的。这是一个去法国留学的北京电影学院女教师和一个法国社会最底层的市场搬运工之间的爱情故事,看到这样的题材,估计肯定有很多爱国愤青狂骂本书,或是骂根据这本书改编的同名电影。就好像前一段时间在豆瓣上看到一个帖子,说老外在中国泡妞儿太轻松了,然后列举了一大堆事例,下面也是一堆人疯狂谩骂跟老外轻易上床的中国女人。 <BR> 说实话,虽然作为一个中国男人,我有时也会嫉妒那些在中国几乎夜夜做新郎的老外,但我肯定不会因此去骂那些跟老外上床的中国女人。 <BR> 那些看老外在中国夜夜做新郎就狂骂中国女人的人,其实你们也可以去泡外国女人啊,没人拦着你们。 <BR> 也许有人会这样对我说:废话!你以为我不想泡外国女人吗?你以为外国女人是那么好泡的吗? <BR> 外国女人很难泡吗?看外国的电影或小说,好像也没那么难泡啊。只是对于很多中国男人来说,外国女人的确是可望不可即的。 <BR> 说到这儿我想起了杜拉斯写的《情人》,众所周知,这是一个华裔富二代和法国小女生之间的爱情故事。 <BR> 我估计现在很多中国富二代去欧美留学时应该也没少泡洋妞儿(关于这一现象的爱情动作片越来越多了)。另外曾看过一篇文章说最近几年,中国工人去非洲工作,搞大了很多非洲少女的肚子…… <BR> 很多时候,男女问题说白了就是经济问题。我们可以设想一下,如果中国的人均收入是美国的十倍,中国男人去美国泡妞儿肯定会变得比现在容易很多,而美国男人到中国泡妞儿则会比现在难很多。 <BR> 可惜,这样的设想在未来一百年内可能无法变成现实。 <BR> 说到这儿我又想起有人在微博上曾对我说,华人男演员去好莱坞拍电影,好莱坞是不会赋予他们扮演的角色以性魅力的。 <BR> 我想了想,成龙,李连杰,还有前年去美国拍了部《青蜂侠》的周杰伦,还真就是只能在好莱坞电影中傻乎乎地打来打去。 <BR> <BR> 当然,男女问题肯定不只是经济问题,它同样也是文化问题和本能问题。 <BR> 看过一个上海女孩儿写的帖子,大意是说跟外国男人上过床之后,才知道什么是“做爱”。 <BR> 可想而知,这样的帖子肯定会招来一片骂声。只是我们却很难否认这样一个事实:在中国,的确有无数只会性交不会做爱的男人。 <BR> 为什么会这样?首先这应该是一个文化问题。 <BR> 在西方,有骑士精神这样一种传统,骑士精神在某种程度上塑造了现代西方的民族性格,而骑士精神是讲究尊重女性甚至崇拜女性的。 <BR> 而在中国呢,先是孔子说“唯小人与女子难养也”,也许这句话只是孔子作为一个男人发的一句牢骚,但它似乎成了中国古代男人歧视女性的“理论依据”。然后就是“红颜祸水”或“男尊女卑”这样的糟粕思想大行其道。说到这儿我想起前几天听别人说,泰坦尼克号沉没时船上有几个中国男人跟女人和孩子争夺逃命机会,然后成功逃生。对此有西方人给予了“理解”,西方人说在中国,在生死攸关的时刻,男人可以最先逃生,然后才是孩子和女人,因为男人在中国的地位很高。 <BR> <BR> 关于女性崇拜,在西方有很多这样的神话、传说或故事,即男主人公历尽千辛万苦,冒着生命危险,翻雪山,过大河,斩恶龙,才能赢得某个女人的芳心。 <BR> 而中国的很多神话、传说或故事,反倒是女主人公历尽千辛万苦,冒着生命危险去追求一个很普通的男人,例如《聊斋》里的很多故事,董永和七仙女的故事,以及《白蛇传》等等。 <BR> 另外某些女性因天性善良或一种神秘的神性跟很多男人上床(该怎么形容这种神性呢?也许它有些类似于“众生饥渴,我看在眼里,疼在心里”这样一种心理吧),对于这样的女性,在西方肯定也会被一些人骂,但肯定也会有很多人认为她们是如歌德所说的那种可以引领人类前进的“永恒之女性”,给予她们尊重乃至崇拜。而在中国呢,这样的女性估计会被骂死吧。 <BR> 一种不尊重女性、拼命压制女性本能的文化必然会变得衰弱腐朽,而这样的文化也会让一个男人乃至一个社会变得越来越落后,越来越疲软无力。 <BR> 说回到《花》这部小说,这个爱情故事写得挺真实的,这本小说的作者完全没有掩饰自己的“贱”(反思了一下,“贱”这个词不太好,因为与“贱”相对的是“贵”,“贱”这个词同样是源于对于女性身体的物化,但因为没有找到其他更合适的词,只能用“贱”这个词了,还好“贱”这个词应该也衍生出一些其他的涵义,例如情欲本能的释放),这可能是因为真爱最大的特征就是让人变得很贱。看过一些女性作者写的三流爱情小说,这些女性作者在恋爱的时候,还是会特要脸,从来不会为爱犯贱,这只能说明她们的爱根本不是真爱,而是虚假的爱。 <BR> 跟真爱相比,脸算什么呢?所谓爱的勇气,很大程度上就是敢于犯贱的勇气,不敢犯贱的人活该寂寞至死…… <BR> 当然,人类不是没有真爱就不能活的动物,更何况真爱还有可能把人搞得求生不得、求死不能,所以很多人像逃避自由一样逃避真爱。这是个人选择问题,无论如何选择都无可厚非。只是敢于追求自由和真爱的人可能会活得更精彩一些,更尽兴一些。 <BR> 上文已经说过了,《花》这部小说讲述了一个去法国留学的北京电影学院女教师和一个法国社会最底层的市场搬运工之间的爱情故事。这个名叫马蒂欧的市场搬运工来自法国农村,按中国人的说法,他是一个“农民工”。只是在法国没有这样一种说法,因为法国没有中国那种臭名昭著的户籍制度,所以马蒂欧应该算是一个法国蓝领工人吧。 <BR> 这个马蒂欧小学没毕业,在巴黎的一个市场从事重体力工作;而书中的“我”,一个名叫花的中国女人则是北京电影学院的教师,在法国攻读一种被一些人称为“预备博士”的电影DEA学位。 <BR> 两个人属于完全不同的两个阶层。你可以想象一下,假如在中国,一个被称为“农民工”的年轻男人追求一个北京电影学院教师,这样的事会被如何看待? <BR> 这是我很欣赏书中的那个名叫花的中国女人的一个原因,她是在用一颗开放的心去爱,她的爱跨越了国界、种族和阶层。 <BR> 当然花之所以会爱上马蒂欧,同样也是因为后者有可爱之处,首先后者拥有一张如天使般漂亮的脸(娄烨在同名电影中找的那个扮演马蒂欧的男演员的脸明显不够天使),其次这家伙的老二貌似很粗很大。这两个可爱之处算是先天的优势吧,这两种优势可以刺激女性的爱欲本能。 <BR> 马蒂欧后天的优势有什么呢?虽然这家伙身处法国社会最底层,但在某种程度上,他身上有西方男人特有的绅士精神,西方男人的绅士精神是骑士精神的一种演变。何谓绅士?最常听到的定义是这句戏谑之语:所谓绅士,就是有耐心的狼。这句虽是戏谑之语,但也有值得反思之处,即想成为绅士,就要同时拥有耐心和狼性。 <BR> 先说说耐心,在爱情世界里,很多时候,男女之间的性和爱都不太合拍。例如在性交时,女人可能刚刚感觉有点爽,男人却在一哆嗦之后完事儿了。又例如恋爱时,男人猛烈追求女人,女人最初可能会表现得矜持且谨慎,后来女人彻底深陷爱情之中,男人可能已经准备变心了。也许你会问,这跟耐心有什么关系呢?是这样的,如果一个男人是有耐心的绅士,他在性交时会充分尊重对方的感受,该温柔缓慢时温柔缓慢,该野蛮快速时野蛮快速,与此同时做足前戏和后戏,充满耐心地慢慢点燃女性慢热的身体,这样的性交就不是单纯的性交了,它可以称之为“做爱”了。而在恋爱的时候,有耐心的绅士会不断地向女人献殷勤。向女人不断献殷勤是西方骑士精神的传统,也是现代绅士的拿手好戏。顺便说一嘴,在西方社会,男女离婚后,男人向女人长期支付赡养费,这应该也是绅士精神的一种体现。从这个角度来看,中国的《婚姻法》貌似很缺乏绅士精神。 <BR> 说过了耐心,再说说狼性。绅士精神中的狼性,其源头应该是骑士精神中的尚武精神。这种尚武精神虽然有其野蛮的一面,但也有着这样一些具有理想主义色彩的原则:保护弱小和无助的人,勇敢地对抗强暴和邪恶,尊重女性,绝不伤害任何女性等等。 <BR> 胡适在他1926年记的一篇日记中曾记述了孟真写给他的一封长信中的这样一段话:“我方到欧洲时,是欣赏他的文明。现在却觉得学欧洲人的文明,甚易学而不足贵;学欧洲人的野蛮,甚难学而大可贵。一旦学得其野蛮,其文明自来;不得,文明不来。”胡适说“此话甚透辟”,这段话的确很值得玩味。 <BR> 我想孟真所说的“欧洲人的野蛮”和西方骑士精神传统多少有些关系吧。 <BR> 另外西方人具有理想主义色彩的尚武精神会使得西方男人更热衷于体育锻炼,努力锻炼出健美的身体,一方面是为了更有力地参与社会竞争,另一方面也是为了吸引、取悦女性。反观中国男性,尚武精神基本上丧失殆尽,大多数中国男人对锻炼健美的身体进而吸引女性这件事没什么兴趣,他们觉得只要自己有权或有钱就可以吸引女性。男性缺乏体育锻炼,整个人会缺乏热情和活力,缺乏最纯粹的性魅力,与此同时,其性能力可能也会在中年之后急速衰弱,甚至早早失去性能力。 <BR> 在中国,有很多男人,除了床上运动之外,几乎什么运动都不做,这也使得他们在做床上运动的时候越来越力不从心。 <BR> 说回到《花》这部小说的男主人公马蒂欧,这家伙有着近乎于无赖的性格,但正如上文所述,在某种程度上,他身上有西方男人特有的绅士精神,我想这应该也是女主人公花会一度爱他爱得死去活来的一个原因。 <BR> 另外马蒂欧这家伙在追女人时从来不会吝惜自己的甜言蜜语,他会喋喋不休地对女人说那种在旁人听来近乎于肉麻的情话,不停赞美对方,而大多数中国男人都不善此道。 <BR> 女人是这个星球上最需要赞美的动物,尤其是在床上。大多数女人都对自己的身材缺乏自信,举一个例子,拥有全球最美臀部的詹妮弗·洛佩兹曾自曝她更喜欢关灯做爱,因为她同样对自己的身材缺乏自信。 <BR> 在床上,男人的赞美不仅能让女人变得更自信、更妩媚,也能让女人变得更动情,进而分泌出更多的阴道润滑液…… <BR> 在21世纪的今天,西方男人的人均收入比中国男人高很多,这无疑是西方男人更抢手的主要原因之一。但另一方面,但西方男人更“狡猾”,他们知道女人更喜欢被如何对待,更喜欢听到怎样的赞美,更想要什么样的性和爱。 <BR> 在我上学的时候,我被青春期特有的旺盛性欲折磨得生不如死的,那时我误以为女孩儿和男孩儿一样,也是满脑袋想的都是性,这让我一度在追女孩儿时屡战屡败(当然,这肯定也跟我长得不帅、个儿也不高有很大关系)。后来我渐渐明白,女孩儿更想要的是爱,准确地说是被爱。女孩儿的性欲远没有男孩儿那么强烈,但很多善良且聪明的女孩儿还是会用性来取悦男孩儿,而很多男孩儿却不会用爱来取悦女孩儿。现在看来,这不仅是一种自私的表现,同样也是一种愚蠢的表现。 <BR></SPAN><WBR></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201232981238387</comments>
<slash:comments>482</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201232981238387</guid>
<pubDate>Sun, 29 Apr 2012 20:12:38 +0800</pubDate>
<dcterms:modified>2012-04-30T22:23:58+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[《黄金大劫案》:一般一般,内地第二第三]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020123258254414</link>
<description><![CDATA[<div><SPAN property="v:description" > 今天冒着大雨去看了期待已久的《黄金大劫案》,看完后比较失望。为什么会失望呢?大致有这样两个原因: <BR> <BR> 首先是故事情节太粗制滥造了。宁浩上两部公映的电影的故事情节还挺精巧的,而这部《黄金大劫案》的很多情节倒是在意料之外,但也在情理之外。尤其是电影的后半部分,有些情节完全就是胡乱意淫。 <BR> <BR> 其次就是宁浩在这部电影里竟然也开始贩卖起民族主义了。在我看来,在21世纪的今天,在电影中贩卖民族主义是很卑劣的一件事。当然,这只是我个人的看法。每个人都可以卑劣行事,只要承担后果就可以了。而且在中国,贩卖民族主义还常常能让一个人名利双收,甚至成为所谓的“国师”。关于所谓的“抗日题材电影”,我最喜欢的是姜文的《鬼子来了》,这部电影彻底超越了民族主义,没有一丁点意淫的成分,它剖析了这个民族最隐秘、最致命的劣根和病灶,可惜这部电影在内地被禁了。作为宁浩的影迷,我当然不希望宁浩继《无人区》之后再拍一部禁片。只是宁浩这次的转向转得太“惊人”了,使得这部《黄金大劫案》竟然隐隐有些“伟光正”的味道了。 <BR> <BR> 这两年内地电影市场越来越好,所谓的第五代导演和第六代导演现在基本上都专心在内地电影市场捞钱了,有这样的想法很正常,完全可以理解。只是众所周知,现在的内地电影市场很畸形,套用一位豆友的比喻,内地电影导演可能同样不得不被3P,即“嘴里含着市场的睾丸,肛门上横着政治的阴茎”。 <BR> <BR> 宁浩算是第七代导演?貌似第七代导演在内地还很不成气候。 <BR> <BR> 原来喜欢看宁浩的电影,原因非常简单,因为他拍的电影很好玩。 <BR> <BR> 前一段时间读杨宪益访谈集,一位访问者发现杨宪益总是把“好玩”这个词挂在嘴边,杨宪益对于一件事物的最高评价就是好玩。 <BR> <BR> 宁浩的喜剧电影好玩吗?一般一般,内地第二第三吧。没办法,好玩的内地电影导演太少了。宁浩的这部《黄金大劫案》虽然拍得挺失败的,但比《举起手来》等诸如此类的纯意淫电影肯定还是好看一万倍左右的。 <BR> <BR> 如果你问我谁是我心目中内地最好玩的喜剧电影导演,其实答案就在本文中。 <BR></SPAN><WBR></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020123258254414</comments>
<slash:comments>9</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/12187005020123258254414</guid>
<pubDate>Wed, 25 Apr 2012 08:02:54 +0800</pubDate>
<dcterms:modified>2012-04-25T08:02:54+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[合餐制相当于你和每位同桌就餐者都舌吻了]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201212254226361</link>
<description><![CDATA[<div> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >刚才看到我的一个同学在微博上说跟一群领导去某饭店吃饭,桌上有一道该饭店的招牌菜,因为其他人都是我同学的领导,所以餐桌转第一圈时,他没动那道菜。等转到第二圈,我同学发现那道菜就剩点菜渣儿了。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >我同学说的这事儿让我想起我今天上午在思考的一个问题:最近几个月,无论什么东西到了我的宝宝眼前,他是能塞进嘴里的就塞进嘴里,不能塞进嘴里的就用小舌头舔啊舔。我想简单研究一下口欲期,于是看了一篇相关的长文,其大意就是无数中国人都会出现“口欲期固结”的状况,进而从小到老都无法摆脱口欲期人格,此种人格最典型特征就是爱无能,贪吃,无独立人格,喜欢不停地<SPAN lang="EN-US" >“</SPAN>占有<SPAN lang="EN-US" >”</SPAN>和<SPAN lang="EN-US" >“</SPAN>掠夺<SPAN lang="EN-US" >”……</SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >如此说来,我同学的那群领导中的一些人可能都还没有摆脱口欲期人格。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >而这也让我开始思考中国人的饭桌上存在着怎样一种不平等。众所周知,中国人吃饭是合餐制。在合餐制的饭桌上,不平等是显而易见的,在这样的饭桌上,大家表面上看似客客气气,但事实却是:谁的权力更大,谁的地位更高,谁就可以更肆意地多吃多占。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >从这个角度来看,中国人的合餐制饭桌应该也这个国家所有不平等现象的起源之一呢。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >说到这儿我又想起在中国,有些地方还存在着这样一种特别落后的陋习:家里如果来了很多客人,吃饭时,女人和孩子是不能上桌的。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >当然,还有一些中国家庭的合餐制餐桌上,孩子拥有着如“小皇帝”般的地位,他们看到自己喜欢吃的菜就猛吃,结果养成了偏食的坏习惯。另外还有很多“小皇帝”在合餐制的饭桌上总是吃得过饱,把自己吃成了肥胖儿,其中有些孩子甚至小小年纪就因此得了糖尿病。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >另外中国的合餐制还有一个显而易见的缺点,那就是不卫生,你想象一下吧:合餐制饭桌上的菜和汤里面,满是大家的口水……<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体; mso-bidi-font-size: 10.5pt;" >也就是说,</SPAN><SPAN style="FONT-FAMILY: 宋体; mso-bidi-font-size: 10.5pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >合餐制相当于你和每位同桌就餐者都舌吻了</SPAN><SPAN style="FONT-FAMILY: 宋体; mso-bidi-font-size: 10.5pt;" >……</SPAN><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US" ></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >这事儿真不能细想,越想越恶心。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >据考证,中国人原来也是分餐制,现在中国的合餐制是从落后的游牧民族那里学来的。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >放眼全球,当今世界的现代民主国家十有八九都是分餐制,而搞合餐制的国家十有八九都尚未步入现代民主国家的行列之中。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >有人说中餐不适合分餐,对于这种观点,一位名叫王晓华的作家这样反驳道:“日本人的食物有许多类似于中餐,可日本人在明治维新后开始全面推广分餐制(使用公共餐具),在聚餐时不使用公共餐具被视为粗野之举。欧美国家的人普遍以分餐的方式吃中餐,这都说明中餐并非与分餐制不共戴天。”<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >从王晓华的上述文字中我们也能得到这样的启发,即如果中国官方大力推广分餐制,告知公众在聚餐时不使用公共餐具的行为是一种粗野之举,那分餐制在中国应该也能较快地普及开来。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >只是中国官方到目前为止似乎无意推广分餐制这种现代就餐制,是担心分餐制的推广会对中国的<SPAN lang="EN-US" >GDP</SPAN>产生巨大的影响?还是因为别的什么原因?这我就不得而知了。反正我已经初步打算在我的宝宝上桌吃饭之前,先将我家的合餐制变成分餐制。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;" ><SPAN style="FONT-FAMILY: 宋体;" >某种意义上,吃什么和怎么吃,是可以决定一个国家的命运和未来的,对于个人来说同样如此。<SPAN lang="EN-US" ></SPAN></SPAN></P></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201212254226361</comments>
<slash:comments>11</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201212254226361</guid>
<pubDate>Wed, 22 Feb 2012 17:42:26 +0800</pubDate>
<dcterms:modified>2012-02-22T17:42:26+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[论小三和真爱]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201211484229720</link>
<description><![CDATA[<div><PRE>忽然在想这样一个问题,假如一个女孩的男朋友被小三抢走了,后来她继续纠缠小三的男朋友,也就是自己的前男友,那她这会儿是不是等于也变成小三了? </PRE><PRE>对于男人来说也是一样,王菲在《不留》中曾这样唱道:“我把心给了你,身体给了他。”这句歌词是王菲自己写的,你说得到王菲的心的那个男人是小三,还是得到王菲的身体的那个男人是小三? </PRE><PRE>所以我想,也许在爱情世界里,根本就没有什么小三,只有妄想占有别人的身体和心的痴男怨女。 </PRE><PRE>只是,谁又能占有谁的身体和心呢?退一万步说,就算你真能占有一个人的身体和心,这游戏还会有意思吗?你占有这样一个人,对方极度依赖你,用一种充满奴性的方式深深地“爱”着你,这种感情是非常恐怖的,因为它极有可能吞噬你,毁灭你…… </PRE><PRE>以前我曾说过,万一某人和小三是真爱呢?是不是这就可以被原谅了?后来我意识到,就算是真爱,它也不是什么高尚的概念,它可能只是一种生理反应,即身体在对方信息素的作用下产生的一种化学反应。 </PRE><PRE>再后来,我意识到还有另外一种真爱,这种真爱一方面是基于如兽性般的生理反应,另一方面则基于人性的人文思想,这两者缺一不可。而关于后者,我个人认为它是不断趋近于知与行的极致的一种尝试,因为这样一种尝试,人类才会变得越来越宽容,人类文明才会不断进步。 </PRE><PRE>说到这儿我又想萨特在《存在与虚无》中的这段话:“恋爱者不想像人们占有一个物件那样占有被爱者;他祈求一种特殊类型的化归己有。他想占有一个作为自由的自由。” </PRE><PRE>在我看来,这段话最接近于我刚才说的另外一种真爱:一方面有基于兽性的占有欲,另一方面又有充满人性意味的美好愿望,即希望对方是“一个作为自由的自由”。 </PRE><PRE>昨天我在微博上说了这样一段话:男求欢,女求爱,了解了这两点,就能基本了解男人和女人这两种截然不同的动物了。欢与爱之间存在着无数矛盾,但如果没有这些矛盾,人类恐怕早就灭绝了。最美妙的欢与爱不会像天上掉馅饼一样掉在你头上哦,因为最美妙的欢与爱是知与行的极致,为此你需要付出巨大的努力哦…… </PRE><PRE>如果一个人彻底沉溺于兽性层面的各种欲望,他心中自然满是痴怨和妄想,这会让他的身心囿于自设的囚笼之中,这是人类痛苦的源泉。说到这儿顺便说一嘴,女人总认为男人的“好色”是一种兽性的欲望,却常常没有意识到自己的“贪爱”也是一种兽性的欲望。 </PRE><PRE>当然,人类无论如何都不能摒弃自己的兽性,否则人类就会灭绝了。正如刘慈欣在《三体》 中所说的那样:“失去人性,失去很多。失去兽性,失去一切。”中国古代的某些“圣人”和统治者倒是联手尝试过让人丧失兽性,但他们更多的是想要被统治者丧失兽性,进而让统治者能够以穷尽想象力的无数种方式来满足自己的各种兽欲。而中国古代的“圣人”和统治者这样做的结果就是,中国这个东方大国一度变得极度孱弱,几乎孱弱到了任人宰割的地步。从这个角度来看,失去兽性,还真是有可能失去一切的。 </PRE><PRE>对于个人来说也是一样,一个人失去兽性同样也会失去一切的,除非他是想真心皈依某种宗教,或者就是彻底看破红尘了。 </PRE><PRE>说回到真爱,我曾说过真爱就是希望自己爱的那个人活得更快乐、更自由,并且为此付出实际行动,除此之外都是虚假的爱。另外我在一篇关于《爱情与灵药》的影评中曾这样写道:爱一个人爱到想让那个人活得更自由的程度,是不是还是希望那个人自由地飞走然后还会飞回来?就算那个人不回来,是不是自己也会获得自我牺牲的快感? </PRE><PRE>看到这儿,你也许会说,你所说的真爱同样是一种手段,而非目的。你说对了,彻底超越人类自私本性的真爱肯定是不存在的,只有最卑劣的伪善者和野心家才会别有用心地宣扬这种本不存在的“爱”。坦白承认自己的真爱是手段,但却不以这种手段来要挟自己爱的人,或以此强迫对方做自己不愿意做的事,而只是努力让对方能够活得更快乐,更自由。如果有越来越多的人能以这样的态度去爱,去生活,没准儿世界和平就真有希望了。 </PRE></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201211484229720</comments>
<slash:comments>23</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201211484229720</guid>
<pubDate>Tue, 14 Feb 2012 20:42:29 +0800</pubDate>
<dcterms:modified>2012-02-14T20:43:34+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[关于“大叔”这种动物]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502012020114353198</link>
<description><![CDATA[<div>亲爱的丁小云先生: <BR> 时间过去很久,再次给你写信。人越成长,生活里各种问题就一样样来。把烦恼抛给你,因为莫名而来的信任,因为没有人可以诉说 也无法开口诉说。 <BR> 如所有学生一样,随着毕业季的到来,哗啦啦地投入了找工作的大军,进入了一家公司成了一名小职员,参加工作一年半。 <BR> 就这样,我认识了我现在的老板,50岁出头,外籍华人,初次见他,他面试我,印象里是个和蔼幽默的老头,很简短的面试,我被录用了。 <BR> 他第一次约我喝咖啡,聊工作,我什么都没想,欣然前往,他问了我的职业规划,对自己的期待等等。他介绍了公司的情况,介绍了他个人的经历,我觉得还蛮好,老板很可亲,聊得也很好。回来的路上,他说,我这样的女孩,需要被保护起来。临下车,他居然笑着问我,say bye bye的时候,可不可以亲我一下。我愣了,一时间,有两种想法:也许,人家国外待很久,礼节性的?另一种想法当然是不好的,我巧妙地化解过去…… <BR> 再然后,工作开始扑面而来,工作上,他有向我提要求、也有批评我的时候。在磨合之中度过了半年,期间,他带我见外商、参展、参加公司的聚会…… <BR> 我也已经不再去思忖那次索吻。 <BR> 时间到了夏天,他约我谈工作,吃饭、喝咖啡,我现在想想,自己有点后知后觉了,他断断续续地介绍自己的经历、公司、工作、喜好……最后,他企图亲我……我被吓到了,果断拒绝,委婉的,理性的……他很尴尬,他说,你也知道的,我很喜欢你……最后,起身,离开,我要打车离开,他说送我回家,说带我出来了,就要把我安全送回去,路上,他安抚我,向我道歉,让我把这忘了。 <BR> 从此,开始对他设防,也思考,自己是不是不该再继续在这公司待下去……<BR> 日子一天一天过,工作中,渐渐有了更多了解,毋庸置疑,可以做一家公司老总的人,个人魅力,不可否认,风度翩翩,工作上严谨,性情上,很大男人很绅士。撇开别的看待我老板,是个非常不错的人。 <BR> 有时候,他会叫我去听他讲话。我明白,他希望工作伙伴,可以更了解他的脾性、他对事物的要求和标准。他说他喜欢有悟性的、聪明的、有灵性的。他告诉我,他对事对人,还是很有职业性,他说让我以后慢慢验证,他对公司的付出和努力。 <BR> 他多次让我用公司的政策去买车,说不希望我每天起那么早来上班,有车,感觉会好一些。带我去金茂大厦,试图给我买礼物,我拒绝了;带我去出差,找我谈话、谈工作,谈自己,谈我…… <BR> 我就这么客气地应对着,躲避着。他说如果我们生在一个年代,他一定会追到我做老婆,对他现在的家庭,他是老黄牛式的贡献型人物,他说爱的预感太明显,而我就在他身边,他说,他很想保护我。 <BR> 他的老婆是他高中时就开始的恋人,他说,他很给她面子,他老婆感觉很良好。但实际上,他在海外的时候,有过短期的情人。在国内,他说他刚回国的时候,很多女人自己想跟他,但他看得中的,屈指可数。他说自己年少时,因格外调皮但又功课很好,在学校是个风云人物,很多漂亮女孩和他玩在一起,他说他18岁开始谈恋爱,他说很多人在看着他和他女朋友能走多久,他硬是把她变成了自己的老婆。而且,至今为止,就一个老婆……<BR> 他说,他是有梦的人……他说,他外面看来,是摆得很正的人,事实上也是摆得比较正的……<BR> 我下面该怎么办?我知道,我应该让自己不同,我的世界,才会不同。<BR> 我害怕这样下去,终于有一天会受不了这人的温情脉脉,万一,也许,日久,会生情呢? <BR> 该何去何从很困惑,离开这张大网,重新去找份工作,重新开始?<BR><BR> M<BR><BR><BR>------------------------------------------------------------------------------------------------------------------<BR><BR><BR>M你好:<BR>不好意思,收到你的信已经有段时间了,今天才回。回信前再次看完你的信,我就在想,你给我写信其实就是想倾诉一下吧,也许你心里早就已经有答案了。<BR><BR>我始终认为,关于个人情感的问题,问谁都不如问自己的心。但既然已经决定给你写回信,我总得说点什么,那我就简单帮你分析一下老男人这种动物吧。<BR><BR>很多年前,总能听到有人说这句俗语:老牛吃嫩草。但现在,“嫩草”吃“老牛”的情形越来越常见了。现在总能听到一些很年轻的女孩说我只喜欢老男人,不喜欢和自己同龄的年轻男孩,因为后者太不成熟了。<BR><BR>这几年,老男人通常会被称为“大叔”。而且现在由大叔和美少女主演的影视作品也越来越多了,这样的影视作品会让两类人产生角色代替的快感,老男人们会幻想自己“一树梨花压海棠”,小女生们则会幻想“大叔底下好温暖”……<BR><BR>话说年轻女孩更喜欢大叔真的只是因为年轻男孩太不成熟了?从表面上看,这是个情感问题,但实际上,它更有可能是一个经济问题。在很多喜欢大叔的年轻女孩的潜意识里,可能都会有这样的想法:大树底下好乘凉。<BR><BR>前几天我写了这样一个段子:她众里寻他千百度,蓦然回首,那人五十还是处……<BR> <BR>年轻女孩会喜欢这样的大叔吗?答案不言而喻。当然,如此极端的例子肯定很少见。某种意义上,钱越多,性体验就越多。但考虑到男人的性能力会随着年龄的增长不断下降,年轻女孩喜欢的,多半还是那种相对比较有钱且看上去不太花心的大叔。关于女人喜欢有钱的男人这件事,我从来不会对此进行道德评判,我一直都说女人喜欢有钱的男人是天经地义的一件事,这是一种基因的本能,女人需要足够的资源来保证自己的孩子能够健康成长,而有钱的男人能相对更好地做到这一点。<BR><BR>有时想一想,男人为了射一下爽几秒,可谓做尽天下蠢事。女人会为了什么做尽天下蠢事?想来想去,答案有两个:一是为了被爱,二是为了购物……<BR><BR>绝大多数年轻男人总是火急火燎地想跟女孩上床,很多老男人却是一副无欲则刚的样子,这使得他们看上去似乎比年轻人更聪明一些,也让女性觉得他们相对更可靠一些。殊不知,老男人的聪明和可靠可能只是因为他们的荷尔蒙日益衰败,他们的不应期也变得越来越长了……<BR><BR>一个留学日本的朋友跟我说,很多日本大叔在公司里感到很压抑,回家也感到很压抑,于是他们会在上下班的路上放纵一小会儿,在公交车或地铁上骚扰女性,他们就是传说中的电车痴汉。另外我曾经看过一个视频,一位北京大叔在四号线地铁里旁若无人地、还带舞蹈动作地唱《隐形的翅膀》,感觉这个比日本的电车痴汉更荒诞一些……<BR><BR>年轻男人和老男人,谁更蠢一些?因为中国从古到今,话语权基本上都是被老男人把持着,所以老男人认为年轻男人更蠢的看法被广泛传播。在中国,老男人总会这样自吹自擂:我走过的桥比你走的路还长,我吃过的盐比你吃过的米还多。但事实上,我在这个国家见过的很多老男人,他们都蠢得不可救药了,他们同时拥有压迫者的口气和被压迫者的生殖器,他们所谓的“人生智慧”,不过是一些关于如何蝇营狗苟地活得更久的“人生智慧”。<BR><BR>年轻男人的蠢,是一种生机勃勃的蠢;而老男人的蠢,却可能是一种死气沉沉的蠢。<BR><BR>当然,肯定还有少数老男人,他们掌握着财富或权力,他们看上去很聪明的样子。例如你的老板就是这样的老男人,看你的描述,你的老板还挺有绅士精神的。当然,关于绅士,曾有人这样剖析道:所谓绅士就是相对而言更有耐心的狼。<BR><BR>而关于绅士精神,前几天我在微博上说过的这样一段话:对一个被自己约出来的女性说“我可以吻你吗”,很多好男人最喜欢这样问,这反倒是没有绅士精神的一种表现,因为这等于是让女性来承担让情感关系更进一步的责任。真正有绅士精神的坏男人会直接将对方按在墙上一顿强吻,这才是对对方最好的尊重……当然,前提是男人要确定对方对自己至少有点意思……<BR><BR>你的老板先是向你索吻,半年后,他才试图强吻你。从这件事能看出,他的确一头很有耐心的狼。都说老男人陷入情网,就像老房子着了火,但你的老板似乎还挺理智的。但也许在他看来,他和你在一起的那些言行已经是丧失理智的表现了?<BR><BR>关于爱,我一直都认同张爱玲的这句话:“爱就是不问值得不值得”。在我看来,不问值得不值得几乎可以算是检验是否是真爱的唯一标准。当然,就算是真爱,它也不是什么高尚的概念,它可能只是一种生理反应,即身体在对方信息素的作用下产生的一种化学反应。<BR><BR>你说你害怕对这个老男人日久生情,要真是生情了,问题倒也简单了,因为那时你就不会如此纠结,不会不断问自己到底值得不值得了。既然你现在还没有生情,我还是句话,问谁都不如问你的心。顺便说一嘴,无论是在情场还是在职场,都不要太拘泥于世俗道德,我不想跟你说什么被世俗道德拘泥住的人都是庸人等诸如此类的话,只是如果被世俗道德彻底拘泥住了,很容易成为那种只能任由社会宰割的“好女人”倒是真的。<BR><BR> 丁小云</div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502012020114353198</comments>
<slash:comments>19</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502012020114353198</guid>
<pubDate>Fri, 20 Jan 2012 11:43:53 +0800</pubDate>
<dcterms:modified>2012-01-20T11:43:53+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[民主是一种生理需要]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201201885921444</link>
<description><![CDATA[<div><PRE><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >原来总说“娱乐至死”什么的,其实换个角度来看,娱乐化也是可以推动民主的。假如电视、杂志、报纸这样的媒体可以像它们现在报道娱乐圈和足球圈一样报道政治圈里的那点事儿,那中国想不民主都很难。为什么内地现在有那么多关于微博的管理条例?肯定也有这层原因在里面,你看那些社会各界名人要是上了电视,他们会嬉笑怒骂地畅所欲言吗?就算他们这样做了,编导肯定也会后期加工的。但你看他们中的很多人在微博上都变成了什么样子?这些人整天用戏谑的态度调侃政治,调侃官方意识形态,就像他们调侃影视明星和足球明星一样。虽然他们可能也是一些既得利益者,但他们却要表现出很有良知的样子。我不想说这只是一种表演,因为这同样有可能是基于一种很真诚的直觉,一种要说人话、做人事的直觉。</SPAN><SPAN lang="EN-US" ></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >我反思了一下,我从小到大之所以一看到官方意识形态的东西就反胃,还有这样一个原因,那就是我父亲在家里也会用带有官方意识形态色彩的那一套道德说教来教育我,但他却只能做到言传,却无法做到身教,例如他嘴上说什么要艰苦奋斗,实在上却过着吃喝嫖赌的生活,另外他还有一个上了锁的小抽屉,里面装的全都是他珍藏的录像带,录像带里都是一些欧美爱情动作电影。我记得我上大学时还写过一首诗,大意就是像我父亲这样言行如此分裂的男人真像这个国家呀。</SPAN><SPAN lang="EN-US" ></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >现在我已经可以理解我父亲了,我想他小时候肯定被禁锢得更厉害,所以当他有了点钱之后,他会加倍弥补自己。还好,他完全不具备自我反省能力,否则他肯定会觉得言行如此分裂是极痛苦的一件事。</SPAN><SPAN lang="EN-US" ></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >我父亲开始过吃喝嫖赌的生活是在上个世纪</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >90</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >年代,现在再看这个国家的那个时代,会发现那就像一场有门路的人瓜分国家利益的盛宴的开始。我父亲那时也曾凭借“敢作敢为”分得一杯羹,前一阵儿我才从我母亲那儿得知,我父亲这一杯羹是如何失去的。我父亲那时认识了一个黑社会大哥,这位黑社会大哥天天拍我父亲马屁,还请我父亲去最高档的色情场所去体验特殊服务。后来黑社会大哥开口跟我父亲借钱,他还为此将他的轿车送给我父亲开,于是我父亲借给了黑社会大哥几十万。后来的某天,黑社会大哥对我父亲说:“这车好像出了点问题,我帮你修修。”结果他将车开走后再也没还给我父亲。再后来,我父亲要黑社会大哥还钱,后者肯定是不会还了。我父亲也不甘心就此被骗,于是就找其做警察的所谓“朋友”帮忙,而警察肯定也不会白帮忙的,他们两头吃,于是我父亲只要回了十万元,然后这十万元很快被他吃喝嫖赌挥霍一空了。后来我父亲又买断工龄,将买断工龄的钱也吃喝嫖赌挥霍一空。如果说我父亲原来勉强算是既得利益者,经过他这几番折腾,他成功地将自己折腾到社会最底层了。</SPAN><SPAN lang="EN-US" ></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >如果我说我父亲后来落得这样一个下场主要是被官方意识形态害的,肯定有人会说,那还有一些满嘴官方意识形态言论的人混得风生水起春风得意呢。对于这些人的这种“成功”,我在理性层面上从未羡慕过——这是我最鄙视的一种“成功”,因为在我看来这种“成功”是以阉割掉灵魂的蛋蛋为代价的。就算是潜意识层面,我羡慕的可能也只是有很多年轻漂亮的人跟这些人上床这件事,我不想否认我也有类似的欲望。小时候,我总是接受到这样的教育,说这样的欲望是不道德的,是思想长毛儿了的表现。我用了很多年,读了很多书,看了很多电影,听了很多音乐,这才渐渐和我的欲望达成和解,同时也和一个更真实的我自己达成和解。这就像是一个重新学习说人话、做人事的过程。</SPAN><SPAN lang="EN-US" ></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >说到欲望,这就像是一种博弈,这背后可能隐藏着这样的疑问:凭什么只许领导包二奶,不许百姓看毛片儿?话说原来一个所谓的百姓在家里看毛片儿,警察也可以以此作为一项罪名将其抓走的。现在警察基本上不会这么干了,因为大家都在看,警察已经抓不过来了。这算不算是时代的一种进步?我认为这算是。说到这儿我又想起我父亲珍藏的那些爱情动作电影,如果他能在我性成熟之后,很坦诚地和我分享那些爱情动作电影,那他在我眼里就会是一个具有人格魅力的父亲了。某种意义上,学会分享,是变得具有人格魅力的第一步。而在这个国家,特权阶层中的很多人却是恨不得垄断所有一切资源,尤其是年轻漂亮的身体。说到这儿我又想起我上中学时读屠格涅夫的小说《初恋》,当时我就隐隐觉得这其实是一个批判父权的小说……</SPAN><SPAN lang="EN-US" ></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >再举个例子,前几天看到一个女性媒体人在微博上说她实在不需要某些“女权工作者”帮她争取一个她用不着的权利,即“合法卖淫权”。我对她说:不知道现在有没有这事儿了,但就在几年前,如果你跟一个异性去宾馆开房,警察可能会突然破门而入,只要你拿不出结婚证,警察就会说你是在卖淫,然后把你抓走……没有孤立的权利,正如没有人是一座孤岛一样,公权力今天可以任意侮辱那些性工作者,明天也可以任意侮辱你……</SPAN><SPAN lang="EN-US" ></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >某种意义上,一切专制都是对于身体的专制,所谓思想,它同样也是身体的一种生理功能。从这个角度来看,民主其实就是一种生理需要,它源于自由处置自己的身体的权利。现在这个国家某些掌握公权力的人还在妄想重新拥有对于个体身体的绝对处置权;而作为个体人,要争取的则是对于自己的身体的自由处置权。当然,没准儿有人会说:“我不需要对于自己的身体的自由处置权,因为我要以大局为重。”这种人的人生通常会有这样两种可能,一种是成为在饲养场里被圈养的肉猪,另一种就是成为在饲养场里被圈养的种猪。</SPAN><SPAN lang="EN-US" ></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P></PRE></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201201885921444</comments>
<slash:comments>6</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201201885921444</guid>
<pubDate>Wed, 18 Jan 2012 20:59:21 +0800</pubDate>
<dcterms:modified>2012-01-18T21:00:19+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[为拯救地球而穿秋裤]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020120121636793</link>
<description><![CDATA[<div> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >当话题渐渐向下半身转移之后,看着桌对面那个已经半醉的女孩媚眼如丝的样子,根据以往的经验,</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君知道今晚的性生活十有八九不用自理了。</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君心想:一会儿不管是去你家、我家还是如家,或者直接在酒吧的洗手间里解决战斗,我现在这会儿都必须去做一件事……</SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君对那个女孩说我去一趟洗手间。在洗手间里,</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君先是脱下了自己的长裤,然后又脱掉了自己的秋裤,并将其丢弃在洗手间的纸篓里。然后他穿上长裤,回到了那个女孩身边。</SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >那天晚上,他们是在酒吧洗手间里解决战斗的。战斗结束后,那个女孩对</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君说:“咦?为什么这个纸篓里会有两条秋裤……”</SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >我的朋友</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君向我转述了上述经历后,他对我说:“看来除了我之外,还有别人也将秋裤丢到那里了……可惜我那条秋裤了,</SPAN><SPAN style="FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 10pt;" lang="EN-US" >Armani</SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >牌的……”</SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >我说:“你就鬼扯吧,</SPAN><SPAN style="FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 10pt;" lang="EN-US" >Armani</SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >牌秋裤?</SPAN><SPAN style="FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 10pt;" lang="EN-US" >Armani</SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >要是推出秋裤了,世界和平就有希望了。”</SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >我的朋友</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君是一个时尚编辑,目前单身,按他自己的说法,他已经失恋</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >333</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >天左右了。在这</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >333</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >天,</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君看上去过得还挺滋润的,但就是有一点,他愈发意识到,性生活一定不能长期自理。虽说单身男青年每隔几天自理一下性生活有益于个人健康,能有效预防前列腺炎等男性疾病。但就是性生活一直自理实在是很寂寞、很寂寞的一件事,所以</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君每到周末,他都会强迫自己走出家门,在北京的黑夜里四处猎艳。</SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >按说</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君也算是混北京时尚圈的,我们都知道,时尚人士据说都是不穿秋裤的。</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君是南方人,他刚来北京那年,北京最冷那阵儿,他也曾坚持不穿秋裤,结果被冻得生不如死。后来,</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君决定不硬抗了,这些年他都会穿秋裤过冬。而</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君之所以会在</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >ONS</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >之前偷偷丢掉自己身上的秋裤,则是因为这样一次惨痛的经历:那次他和一个陌生女孩去酒店开房,一番激情法式热吻之后,两人滚到了床上。那个女孩火急火燎地解开了</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君的腰带,然后她就笑喷了,因为她看到了</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君长裤内的那条紧身秋裤。那一夜,</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君深刻地明白了,原来床上的笑场是勃起的大敌……</SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >如有美腿,勿穿长裤,很多美女都是这句话的信徒。每次看到那些短裙美女在北京冬日的寒风中瑟瑟发抖,涕泗横流,我就特想把我的秋裤脱下来给她们穿上。</SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" ></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >为什么现在有这么多中国年轻人如此嫌弃秋裤?这股风儿应该主要还是从西方那边儿刮过来的。例如中国的一位“美女作家”</SPAN><SPAN style="FONT-FAMILY: 宋体;" >曾这样说道:“天啊!我实在想象不出冬天还要穿秋裤,在欧美上流社会是从不穿秋裤的。”对于她的这句话,有人这样揶揄道:原来不穿秋裤就算是上流社会的入场券了。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >在微博上曾看到一个女孩儿说了这样一段话:“出门有车,回家有暖气,进公司有空调。饭店酒店也都不冷。这样过冬我甚至可以一直穿丝袜短裙,所以秋裤不秋裤的,不是时尚问题,而是经济问题。”</SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >的确,秋裤问题其实就是一个经济问题。但与此同时,它还是一个环保问题。</SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >为什么很多北美人反对消减碳排放量?我个人认为有这样一个原因,消减碳排放量就得在冬天降低室温并且少开车,这使得他们为了御寒就必须穿上秋裤,而这就等于要了他们的亲命了。从这个角度来看,穿秋裤其实是特环保的一件事。所谓环保即时尚,如果穿秋裤也能变成一种风靡全球的时尚,以后像我的朋友<SPAN lang="EN-US" >L</SPAN>君这样的时尚人士在酒吧找到<SPAN lang="EN-US" >ONS</SPAN>对象之后,就不用跑到洗手间偷偷脱掉并丢弃自己的秋裤了。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >事实上,现在一些西方国家已经意识到秋裤与环保之间的关系了。例如我身边有一个人去西方某国,回来对我说,她在那个国家看到过这样的电视公益广告,即号召大家在冬天穿上秋衣秋裤,然后降低室温,以这种方式节约能源,促进环保。</SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >如上文所述,我对</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >L</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >君说</SPAN><SPAN style="FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 10pt;" lang="EN-US" >Armani</SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >要是推出秋裤了,世界和平就有希望了。其实这句话也是半开玩笑半当真的。因为穿秋裤有助于</SPAN><SPAN style="FONT-FAMILY: 宋体;" >节约能源,而能源是什么?能源是现代社会赖以生存和发展的基础。如果这颗星球发生了第三次世界大战,其起因必然是愈发严重的全球能源危机。曾有人问爱因斯坦,如果发生了第三次世界大战,人类会用什么武器?爱因斯坦说他不知道人类在第三次世界大战会使用什么武器,他只知道人类在第四次世界大战中使用的武器将是石头。我想爱因斯坦的潜台词就是:第三次世界大战会毁灭人类的现代文明,将人类社会打回到石器时代。在我看来,爱因斯坦的预测可能还是太乐观了,因为我们都知道,现在地球上已有的核武器据说至少可以灭绝人类几百次。如果在第三次世界大战中,各国大量使用核武器,你猜会出现什么样的结果?<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >从这个角度来看,如果你所在的城市冬天很寒冷,而你因此穿上了有助于节约能源、促进环保的秋裤,这就等于你在用一种类似于蝴蝶效应的方式拯救地球、拯救人类哦。</SPAN></P></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020120121636793</comments>
<slash:comments>30</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/12187005020120121636793</guid>
<pubDate>Thu, 12 Jan 2012 13:06:36 +0800</pubDate>
<dcterms:modified>2012-01-12T13:07:04+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[我需要好好想一想]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502012064028169</link>
<description><![CDATA[<div> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >上大学时,有人搞来一个据说是军用的望远镜,于是大家用这个偷窥女生宿舍。我们系的一个学生会干部看到我们整天偷窥女生宿舍,便教育我们,说这样偷窥很不道德。大家也没人听他的,依旧乐此不疲。后来有一晚,我去隔壁寝室,推门进去,屋里没开灯,我以为屋里没有人。这时,借着窗外路灯照进屋里的那一点暗淡的光,我看到一个很娇小的身影从桌子上异常敏捷地跳了下来——这人不是别人,正是那个跟我们说偷窥很不道德的学生会干部,然后我看到了他手里拿着那个军用望远镜……</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ></SPAN> </P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >这些年,我经常会想起这件事,每次想起这位独自一人在黑暗中站在桌子上偷窥女生寝室的学生会干部,再想想他对大家说偷窥很不道德时一脸严肃的样子,我都会沉静一笑。现在这哥们儿据说任职于中央某机关,据说他在那个机关混得还不错。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >从小到大,我最讨厌的就是那种具有内地官方意识形态色彩的道德,这就像是一种直觉。想一想,我上小学的时候,我肯定是完全不懂什么官方意识形态等诸如此类的说法,但现在回想起来,从那时开始,只要是带有内地官方意识形态色彩的文艺作品,我都会对其产生一种似乎发自于本能的反感。所以小时候,我看春晚,基本上只对其中的那两三首港台歌曲感兴趣。另外我那时买了上百盘港台流行音乐的磁带,看了无数部港台电影。结果后来,很多港台艺人也争相向内地官方献媚了,当时就想这算“戏子无义”吗?对此,有人对我说行行都一样,你也别苛责别人了。我是这样回答他的:这个也不算什么苛责了,纯是我主观的看法,每个人都可以有自己主观的看法……</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >说到官方意识形态,我昨天在微博上还说了与此相关的这样两段话:</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >我看电影、听歌儿经常掉眼泪,但看书极少掉眼泪,去年只有一本书让我看哭了,而且是眼泪流干那种,这本书就是《一句顶一万句》,本来我对茅盾文学奖这奖项非常反感,因为觉得它可能会有官方意识形态色彩。这本《一句顶一万句》原本就想随便看看,结果它要了我的亲命了……</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >想一想,我喜欢郭德纲的最主要原因就是,他到目前为止的相声作品,以及他主持电视节目时的语言风格,完全没有官方意识形态色彩。至于周立波,因表演过一个挖苦某人的单口相声,曾被某“公知”认为是“跨时代的笑匠”,结果他现在颇有官方意识形态代言人范儿了……</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >现在想一想,我为什么会如此讨厌那些具有官方意识形态色彩的东西呢?我想归根结底是因为这样两个原因:一是因为那些东西不好玩,没意思,而我只喜欢那些好玩的、有意思的东西;二是因为我知道那些东西之说以被搞出来,就是为了给大家洗脑,作为一个人,我讨厌被别人就像洗内裤一样给我洗脑。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >例如看央视的《朝闻天下》,总有这样一种感觉:欧美人民的生活是一天不如一天,马上就要民不聊生了,而世界形势更是云波诡谲,甚至世界大战也是一触即发;而中国呢,那叫一个安居乐业,一派和谐盛世景象,你能投胎到现在的中国,那是你丫的福气呢……</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >再例如今天我本打算去看刚刚在内地首映的电影《那些年,我们一起追的女孩》,结果有同时看过港台版和内地版的人说这部电影的内地版已经被阉割得乱七八糟了,很多有点色的情节都被删掉或篡改了,这使得我很犹豫是否该去电影院看这部电影。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >原来我一直搞不懂,不就是男欢女爱那点事儿嘛,为什么有关部门对此如此紧张呢?而且其实也根本管不住。直到后来我渐渐明白了,他们其实也不在乎能不能管得住,他们就是要管,以此显示他们有权去管个人的身体。简而言之,他们真正在乎的只是手中的权力,并用权力去压制一些天赋的权利,尤其是那些和个人的身体有关的权利。因为他们很清楚:只要我有权管你的身体,我自然也就有权管你的一切。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >看耶林的著作《为权利而斗争》的时候,我发现他所说的权利主要是指利益,尤其是物质利益。当我意识到这一点之后,我不禁摇头苦笑,要知道,《为权利而斗争》这本书是写于</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >1872</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >年,而在</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >2012</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >年的中国,权利问题很大程度上还是人身权利的问题。也就是说,在整整</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >140</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >年后的今天,我们还停留在为人身权利而斗争的阶段。人身权利是最基本、最重要的权利,连这个权利都保障不了,个人的物质利益被任意损害肯定是再自然不过的事了。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >以前我一说这类问题,我身边总有人跟我说诸如此类的话:“你丫还真是‘生年不满百,常怀千岁忧’,你丫操心这个干什么?你丫操心这个有用吗?”我心想:“你们这样说也对,谁让我投胎到了中国呢,我还是及时行乐吧。”然后我就淡定了许多。但最近我又无法淡定了,因为就在去年</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >9</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >月,我的儿子也投胎到了中国,一想到他以后上内地的学校,也要接受我曾经接受过的那些洗脑教育,也要和一群孩子一起合唱那些红色歌曲,也要小小年纪就变得跟小大人似的,承受应试教育特有的各种压力,我心里就特别难受。我该怎么做呢?这是个问题,我需要好好想一想。</SPAN></P></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502012064028169</comments>
<slash:comments>22</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502012064028169</guid>
<pubDate>Fri, 6 Jan 2012 16:00:28 +0800</pubDate>
<dcterms:modified>2012-01-06T16:00:47+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[为什么“好人”没人爱?]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201203115253218</link>
<description><![CDATA[<div><SPAN style="FONT-FAMILY: 宋体;" > <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >刚才看到有人在微博上转了这样一句话:“区别‘爱’和‘喜欢’很简单。你喜欢花会去摘,爱花则会去浇水。”——想了想,好像有点道理,以此类推,你喜欢一个人就想去占有她(他),而爱一个人则希望她(他)能自由快乐地生活,这个说法成立吗?</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" > </SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >在豆瓣上问了上述问题,豆友“沉默的流氓”说:“喜欢是摘花。爱是连花带盆一并搬到家里,然后浇花。都是占有。一个只图一时占有,一个追求天长地久。PS:你会上别人家的阳台上浇花吗?”</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" ></SPAN> </P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >关于这一点,我想可能是因为用花来比喻有个局限:花不能四处走动,花的自由就是扎根在泥土里好好生长。要是换成动物或人呢?</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" ></SPAN> </P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >随后我又看到了豆友“aeRofLoyD”的回复:“自由这个东西,是个基础吧。但是我想要的是在这基础上的互相依靠依赖,是一个归宿。其实不存在谁把谁限制住。是互相内发的一个寄托吧。懂得尊重人,自然就有自由了。如果跟一个人在一起,感受到的是被控制,那么就考虑清楚,那个人是不是尊重你。”</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" ></SPAN> </P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >细想一想,这位豆友说的是一种相处的智慧。但一看到“尊重”这个字眼,我又想起大家常说的“好人卡”,很多时候,一个男人或女人过于尊重其心仪的异性,往往就会被发一张“好人卡”,然后将其拒之于千里之外,这又是为什么呢?原来我想不通这个道理,直到后来我渐渐明白了,这是因为所谓“好人”的“尊重”,很多时候,其实隐藏着更为功利的目的。很多“好人”都想要用自己伪装出来的服从性换取更多的利益,例如从对方那里获得性欢愉、物质回报以及所谓的“责任感”等诸如此类的东西。而且这种服从性因为挂着一层“好”的面具,在道德上又具有一定的自我欺骗性,这使得“好人”通常先把自己感动了,觉得自己已经牺牲了很多,付出了很多,如果对方不肯为自己放弃对于生活的自由选择权,如果对方想要挣脱被“好人”占有的状态,那对方就是一个没心没肺的“坏人”。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" ></SPAN> </P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >这说明什么?这说明很多“好人”的所谓“尊重”完全是虚假的尊重,它带有极强的功利性,所以这个世界上真正聪明的男人和女人会凭借天生的直觉识破“好人”的这套把戏,进而给他们发一张“好人卡”,然后将他们拒之于千里之外。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" ></SPAN> </P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >说过了“好人”,再说所谓的“坏人”。人们常说,男人不坏,女人不爱。其实细想想,女人不坏,男人不爱,这句话同样也是成立的。为什么人们会喜欢坏男人和坏女人?我想最根本的原因就在于,那些所谓的坏男人和坏女人只是在用更诚实、更自由、更勇敢、更开放的态度对待自己和别人,在我看来,这才是真正的爱和尊重。事实上,也正是因为他们能给予别人这样的爱和尊重,使得他们可以很轻易地偷走别人的心。但由于这些坏男人和坏女人用这样一种态度去生活,使得他们的情感生活通常会比常人丰富很多、精彩很多,这使得所谓的“好人”可能会因为无法占有他们,故气急败坏,于是在道德层面上污蔑他们。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" ></SPAN> </P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >但与此同时,这些所谓的“好人”也会发现这一点:所谓的坏男人和坏女人就是人们死都忘不了的那些人。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" ></SPAN> </P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >为什么坏男人和坏女人的“坏”具有如此大的魅力?归根到底,还是我刚刚说过的那个原因,因为他们更诚实、更自由、更勇敢、更开放。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" ></SPAN> </P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >顺便说一嘴,那些玩够了的坏女人反倒有可能成为更好的妻子和母亲,这可能是因为她们见多识广,更懂得什么才是真正的爱和尊重吧。<BR></SPAN></P></SPAN></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201203115253218</comments>
<slash:comments>36</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201203115253218</guid>
<pubDate>Tue, 3 Jan 2012 11:52:53 +0800</pubDate>
<dcterms:modified>2012-01-03T15:33:50+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[如何挣脱人生的枷锁]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201111310121119</link>
<description><![CDATA[<div> <P style="TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-pagination: widow-orphan; mso-outline-level: 4;" align="left" ><SPAN style="FONT-FAMILY: 宋体;" >早上不到<SPAN lang="EN-US" >6</SPAN>点就醒了,躺在床上,想再睡一会儿,却睡不着了。于是用手机看别人发的微博,然后我意识到这是<SPAN lang="EN-US" >2011</SPAN>年的最后一天,因为在昨天晚上,微博上很多失眠的人都在说着<SPAN lang="EN-US" >“2011</SPAN>年有我想念的人<SPAN lang="EN-US" >”</SPAN>等诸如此类的话。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US" > </SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >后来我看到我的一个豆友转发了一个网名是张秋飚的女孩说的这样一段话:<SPAN lang="EN-US" >“</SPAN>感谢所有诋毁你的人,让误解你的人继续误解,不试图穿越几层接近他人的思想,玩儿高级有质感的暧昧,脱离寒喧和虚情假意充盈的圈子,积极有效地浪费掉该浪费的青春,睁大眼睛看清世界沉沦的美好,停止将时间和视线虚掷在机械的屏幕上<SPAN lang="EN-US" >……”</SPAN></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US" > </SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >我在微博上也转了这段话,转的时候,我说:这段话对我有触动<SPAN lang="EN-US" >……</SPAN></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US" > </SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >一到年底,大家都变得深沉了。尤其是一想到明天就是<SPAN lang="EN-US" >2012</SPAN>年了,可能还会有一点末世之感。小的时候,我特害怕世界末日会忽然到来,但现在的我已经不会像小时候那么怕了,可能是有一点点活腻了?或者可能是因为,我越来越意识到,人生是毫无意义的一件事。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US" > </SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >今年我又重读了毛姆的《人生的枷锁》,毛姆写了那么厚一本书,最后得出的结论也是:人生毫无意义。就像书中毛姆讲述的那个关于东罗马帝国国王的故事,故事里的哲人说人类所有历史可以归结成这样一段话:<SPAN lang="EN-US" >“</SPAN>人降生到世上,便受苦受难,最后双目一闭,离世而去。生活没有意义,人活着也没有目的。出世还是不出世,活着还是死去,均无关紧要。<SPAN lang="EN-US" >”</SPAN>这本是极度消极的一段话,但是这段话却让《人生的枷锁》男主人公菲利普感到狂喜,因为他意识到自己因此挣脱了所有人生的枷锁,他平生第一次感到自己彻底自由了。随后毛姆是这样叙述道,原先菲利普以为自己<SPAN lang="EN-US" >“</SPAN>人微言轻,无足轻重,而眼下却觉得自己顶天立地,强大无比。陡然间,他仿佛觉得自己同一直迫害着他的残酷的命运势均力敌,不相上下了。既然生活毫无意义,尘世也就无残忍可言。不论是做过的还是没来得及做的事,一概都无关宏旨。失败毫不足奇,成功也等于零<SPAN lang="EN-US" >……”</SPAN>当菲利普想明白这一点之后,他开始<SPAN lang="EN-US" >“</SPAN>以一种奇异的力量面对人生<SPAN lang="EN-US" >”</SPAN>,后来他和一个丰乳肥臀、单纯善良的小美女开始了全新的生活,小说也以此为结尾。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US" > </SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >至于《人生的枷锁》作者毛姆本人,当他明白了人生毫无意义之后,他过着一种坦然放荡的双性恋生活,但他似乎更喜欢小男孩,他和他的同性情人哈克斯顿周游世界。哈克斯顿不仅是毛姆的情人,他还是毛姆的皮条客,每到不同的国家,他就会为毛姆找来一些漂亮的小男孩,他们一起寻欢作乐。与此同时,哈克斯顿和毛姆彼此相爱了<SPAN lang="EN-US" >30</SPAN>年,一直爱到他死的那一天。对于他们的爱情,有人曾这样评价道:这是毛姆一生中最伟大的爱情。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US" > </SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体;" >很多年前,当我看到《人生的枷锁》里关于人生毫无意义的那段话之后,我也是感到一阵狂喜。我也在试图挣脱掉所有人生的枷锁,但到目前为止尚未成功。很显然,仅仅想明白了人生毫无意义是远远不够的。在想明白了这一点之后,接下来要做的就是更勇猛、更坦荡地前进。而且这些年我所经历的也让我渐渐明白了,绕开浴火之路不会让生活变轻松,因为庸碌生活如钝刀杀人。平心静气地过危险的生活,不断蜕变成更自由的自己。与此同时不断做减法,减到只做我想做的,不要我想要的。当然,我必须坦白承认,我心里还在打着这样的小算盘:如果我能做成我想做的,我想要的那些会不请自来。<SPAN lang="EN-US" ></SPAN></SPAN></P> <P style="TEXT-ALIGN: left; LINE-HEIGHT: 161%; MARGIN: 0cm 0cm 0pt; mso-pagination: widow-orphan;" align="left" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201111310121119</comments>
<slash:comments>9</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201111310121119</guid>
<pubDate>Sat, 31 Dec 2011 12:12:11 +0800</pubDate>
<dcterms:modified>2011-12-31T12:12:34+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[韩寒是这个体制的既得利益者吗?]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201111269296221</link>
<description><![CDATA[<div> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >刚才看到一位豆友说:“韩少三篇文看似大题目一个个压死人,其实细读读嘛,字里行间就两个词:一安全,二稳定。笑而不语啊。”</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" ></SPAN> </P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >想一想,韩寒其实也算是这个体制的既得利益者吧,他想要安全和稳定,这也不算奇怪吧。人无论做什么,肯定都是为了自己的利益,否则反倒有可能别有用心。而利益这东西也大致可分为两种:一种是物质利益,这个谁都明白;另一种是精神利益,这个其实也很简单,就是精神层面的愉悦和快乐。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >孔子说:“君子喻于义,小人喻于利。”我个人觉得,他说的“义”其实也是一种“利”。因为你想啊,所谓的君子追求“义”是为了啥呀?说白了就是这么做能让自己感到快乐。一个人只要是做自己想做的事,其最终极的目的只有一个,那就是为了让自己感到快乐,甚至连自杀亦是如此。从这个角度来看,所谓的君子其实也是“喻于利”的,只不过这“利”是精神层面的“利”。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >中国人看到别人做什么事,总喜欢分析对方的动机。就因为中国人的这种国民性格,使得很多人可以心安理得地打着好心的名义干坏事。当然,也有一些人,他们可能真的是一腔好心,但由于不尊重客观规律,还是会办坏事。例如很多中国老人看孩子,他们听不进别人的建议,就觉得按自己的老方法养孩子才是爱孩子的表现,结果他们的某些做法可能会害了孩子的一生。所以我现在经常这样提醒自己:你爱一个人就得尽量依据客观规律去爱,不能只是依据主观喜好去爱,而且某种程度上,理解其实是更高层次的爱。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >说回到韩寒,他最大的问题就是他的小说写得太烂了,当然你也可以说他的本行是赛车手。话说韩寒要不是当初得了那个什么萌芽奖,他的那本《三重门》肯定也成不了畅销书,那他很有可能会像大多数城乡结合部青年那样老老实实读完中学,老老实实养家糊口。而韩寒的第二个机遇就是新浪博客的出现,本来很多人都快要对韩寒写小说很烂这件事达成共识了,恰好新浪博客出于造星的需要,造出了韩寒这个博客明星。在刚成为博客明星的那段时期,韩寒最喜欢做的就是跟一些名人掐架。后来,就在很多人愈发觉得他的博客写得很没劲的时候,因为一些机缘巧合,让韩寒有意或无意地走上了民粹的路线,结果再一次登上了时代的风口浪尖。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >就因为上述三次机遇,韩寒拥有了巨大的影响力。韩寒用这个影响力卖他那些写得很烂的小说赚钱,拍广告赚钱,这没什么,因为这是他应得的。韩寒最近连写三篇文章,先后谈革命、民主以及自由,他说得肯定有对有错,但鉴于他激起了关于革命、民主和自由的全民大讨论,这应该也算是好事一件吧。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >所谓革命、民主和自由,在我看来,说白了就是对更好的社会规则的向往。而说到“好”,普通公民眼中某些好的规则,例如官员财产状况公开这样一条规则,在某些官员看来可谓“坏”得不能再“坏”了,所以他们会说现在让中国的官员公开财产状况还不太现实。如果你问他们:”为什么不现实?”他们可能会说:“怕吓死你!”开个玩笑啊,他们肯定不会这么说了,只是很多官员的财产数目肯定很吓人就是了。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >胡适曾说:“一个肮脏的国家,如果人人讲规则而不是谈道德,最终会变成一个有人味儿的正常国家,道德自然会逐渐回归;一个干净的国家,如果人人都不讲规则却大谈道德,谈高尚,天天没事儿就谈道德规范,人人大公无私,最终这个国家会堕落成为一个伪君子遍布的肮脏国家。”</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >虽然韩寒也算是这个体制的既得利益者,但至少到目前为止,韩寒还没有变成那种整天大谈道德的老混蛋。虽然他的小说依旧写得很难看,但他还有一些少年心气,他还很年轻,他和很多中国年轻人一样,都在某种程度上为了让这个国家能有更好的社会规则而努力。你可以怀疑他的动机,你可以说他这么做是为了自利,但不要忘了,那些相对更好的社会规则只能是基于自利原则产生的,如果有越来越多的中国人都可以为了自己的利益,尽可能地平等协商,并且都有很强的契约精神,那时肯定就不会有那么中国人想要移民到其他国家了。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >最后再说说关于道德的几句题外话,在我上大学的时候,我最讨厌的就是“道德”这个词,因为就像阴三儿在《北京晚报》里所唱的那样,我发现有“太多神经病和大傻</SPAN><SPAN lang="EN-US" ><FONT face="Times New Roman" >B</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >进大学当教授”。除了极少数老师之外,大多数老师都伪善得要死,而这些伪善的家伙最喜欢把道德挂在嘴边了。后来,我渐渐意识到,我讨厌的只是伪善的、反人性的道德,而我对这种道德的痛恨只是基于另外一种道德。说到这儿我想起我最近看阿城的书,他说:“道家的‘道’,是不以人的意志为转移的自然秩序,所谓‘天地不仁’。去符合这个秩序,是为‘德’,违犯这个秩序,就是‘非德’。”虽然阿城在这里说的是道家的道德,但我个人认为,这样的道德才是真正的道德。从这个角度来看,真正的道德和真正的爱一样,必须不断前进,不断趋近于知的极致。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><SPAN style="mso-spacerun: yes;" ><FONT face="Times New Roman" > </FONT></SPAN></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >看了回复,补充三点:</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" >1. </FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >关于中国的既得利益者,以前看过一个观点,说中国目前的既得利益阶层除了特殊利益集团外,知识阶层因为叫得欢,受益于会哭的孩子有奶吃原理,故也成为既得利益者了。韩寒算是知识阶层吗?我个人认为应该算是吧。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" >2. </FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >有些人揣度我写本文的动机,那我就直说好了,我写本文主要是表达我对韩寒的羡慕嫉妒恨之情,尤其是嫉妒路金波透露的韩寒找了很多女朋友并且给每个女朋友都发一张银行卡这事儿……不开玩笑了,我的动机你可以任意揣度,没事儿……我只是觉得,无论如何,像韩寒这样拥有巨大影响力的人一个劲儿说民主应该也算是好事一件吧……</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" >3. </FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';" >真奇怪,我说韩寒是基于自利原则谈民主,有些人气得就像尾巴被踩了似的。他们似乎认为我这样将民主和利益扯到一起就是玷污了民主,玷污了韩寒。民主是什么?民主不是理想主义,民主其实就是对于个人权利的斤斤计较,而对个人合法利益的争取和捍卫,是个人最重要的权利之一。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;" ><SPAN lang="EN-US" ><FONT face="Times New Roman" > </FONT></SPAN></P> <P style="TEXT-INDENT: 2em;" > </P></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201111269296221</comments>
<slash:comments>11</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201111269296221</guid>
<pubDate>Mon, 26 Dec 2011 21:29:06 +0800</pubDate>
<dcterms:modified>2011-12-30T17:03:52+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[告别2011,展望2012]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011112013510964</link>
<description><![CDATA[<div><PRE>这两天,貌似全国的电影院就放俩电影,一个《龙门飞甲》,一个《金陵十三钗》,我不知道这算不算垄断,只是对此感到有点腻歪。 </PRE><PRE>国产电影,基本上就那么几个老头子,霸占着最优资源。当然,你也可以说,在这个国家的大多数领域,同样也是这鸟样儿。 </PRE><PRE>关于《龙门飞甲》和《金陵十三钗》,我都第一时间看了,主要就是为了凑个热闹。两个早就没有了艺术追求的老头子,调动那么多资源拍摄并放映的电影,其目的很纯粹,就是为了攫取更多的名利,垄断更多的资源。基于这样一种前提,他们又能把电影拍出什么新意呢? </PRE><PRE>在这颗星球上,对于一切资源的争夺,归根结底,都是为了性资源。从这个角度来看,中国的那些老头子们都这把岁数了,他们的身体吃得消吗? </PRE><PRE>话说最近邻国有个老头子的身体终于吃不消了,这个老头子姓金名正日,据说他的死让朝鲜的肥胖人口少了一半……据说他是因日里万机操劳过度故69而亡…… </PRE><PRE>说到这儿又想起那个老段子了,即一老农跑到北京后说“我十分想见李万姬”的老段子。 </PRE><PRE>昨晚《新闻联播》说中国人民会永远怀念金正日。永远个头啊?怀念个屁啊? </PRE><PRE>再过一阵儿就过年了,小时候贼期盼过年,主要是因为过年能得点儿压岁钱。现在很多年轻人都贼讨厌过年,其原因还是跟钱有关,因为过年就得见各路亲戚,而世界上最无聊的聚会可能就是中国人的亲戚聚会,因为除了个别亲戚可能会真的很关心你,大多数亲戚其实根本互不关心,他们只关心一个问题,那就是你能赚多少钱。我估计老外也关心这个问题,但他们不会直接问,而中国人会直接问。在中国的亲戚聚会,你经常能看到这样两个奇观:阔亲戚装穷,穷亲戚装阔。 </PRE><PRE>现在的中国人真是想钱快想疯了。前一段时间看到一个新闻,好像是发生在四川,说一个笨贼,一手拿着一锤子,一手拎着一麻袋,走到银行的自动取款机前,用锤子猛砸之。看来他预想的是能通过这种方式搞到一麻袋钱。虽然他的方法极笨,但不得不说他是一个很有尝试精神和行动力的人。他的行为能折射出无数想钱想疯了的中国人的某种潜意识。 </PRE><PRE>虽然势利的亲戚很讨厌,但一定不要因此假装跟钱有仇哦。豆瓣上很多文艺青年都会假装跟钱有仇,这是一种病,得治。王尔德曾是这个星球上的文艺之王,关于金钱,他说过这样一段名言:一个人小时候会误认为金钱是万能的,直到他长大成人后,他才会明白:原来金钱还真他娘的是万能的。 </PRE><PRE>只要不是想钱想疯了,公开谈钱倒也没什么不好,这比心口不一好多了。有些人表面上看上去就像跟钱有仇似的,保持着一种清静凛冽的文艺范儿,但他们心中却有可能隐藏着这样的梦想:发一笔横财,然后买很多很多海景房,包养很多很多男大学生或女大学生…… </PRE><PRE>告别2011,展望2012,还是努力多赚点儿钱吧。钱要是挣够了,就把理想买到了?这个还真不好说,但很大程度上,没有钱就没有爱情,没有钱就没有自由。而且最关键的是,钱可以帮助年轻的你冲破那些老头子对于你的生活的各种限制。另外有钱的最大好处就是可以少听很多废话。因为没钱的人通常需要花很多时间来听别人对自己说一些关于“你应该如何,不应该如何”的人生大道理。在我看来,世界上最悲催的事莫过于此。</PRE><PRE> </PRE></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011112013510964</comments>
<slash:comments>8</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011112013510964</guid>
<pubDate>Tue, 20 Dec 2011 13:35:10 +0800</pubDate>
<dcterms:modified>2011-12-20T14:04:40+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[《龙门飞甲》:有什么是不能卖的?]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011111574120945</link>
<description><![CDATA[<div><SPAN property="v:description" > 在《龙门飞甲》上映的第一天,就去看了,可能是因为对徐克还是没死心吧。结果看完后,我苦笑着走出电影院。平心而论,其实这部电影的前半段还凑合,但后半段却变成了乱炖的闹剧。 <BR> 看完这部电影,我最大的感慨就是,原来这世上无论什么都可以拿出来卖的,青春的肉体,最初的梦想,对艺术满满一公车的执念,反正就是诸如此类的东西,只要有人肯出高价,就可以拿出来卖。 <BR> 有什么是不能卖的?我想了半天,一个答案都没想出来。有些东西可能的确是无价的,但那只是因为没有人肯出高价,例如一个35岁的老处男或老处女可以宣称自己的初夜是无价的,例如一个一身怪臭的酸儒可以宣称自己的人格是无价的。 <BR> <BR> 其实艺术工作者想卖也没什么,因为反正大家都在卖呢,只要卖得有个性,或者卖得很好玩,更高级的则是卖得很有情怀,这样欣赏者就会沉醉其中,觉得自己的心灵享受了一次酣畅淋漓的大保健。很久以前的徐克就曾经卖得很有个性,卖得很好玩。但在这部《龙门飞甲》中,他想卖的心已经昭然若揭了,那感觉就像一个徐娘半老但却风韵无存的女人冲着你嚷嚷:你快来上我吧,只要80元人民币就可以了,周二还可以打五折。 <BR> 徐克很久以前拍的那些武侠电影里的某些人物,给我的感觉是真逍遥,真自在,真至情至性。而现在的徐克,只能让电影里的人物不停地用嘴说逍遥、自在等诸如此类的台词,但那些人物看上去一点都不逍遥自在,而且跟至情至性大概只有几毛钱的关系了。 <BR> 在国外,有些电影导演年轻的时候为了名利,可能会做一些投机的事,但当他们有了一定的资本之后,反而可能会变得越老越有艺术追求。而中国的电影导演却大多都是越老越投机,疯狂攫取更多的资源。 <BR> <BR> 当然,这也不都是他们的错,因为在当下的中国,电影审查制度依旧很变态。宁浩的《无人区》据说有点艺术追求,结果被一次又一次地阉割,都已经被割成《无鸟儿区》和《无蛋区》了,还是没法公映。 <BR> 说到这儿我想起今天让我苦笑的另一件事,早上看新闻,说有关部门搞出了个意见稿,要求中国的电影不得含有煽动抗拒或者破坏宪法、法律、行政法规实施等13项内容,并且“已明确我国电影市场不搞分级”。另外该意见稿还规定,未获许可的电影不得参加电影节,不得进行网络传播。 <BR> <BR> 上大学时看一本关于毕加索的书,其中关于艺术,毕加索有这样两个观点:一个观点是艺术家是最不需要自由的,因为艺术家天生的使命就是反抗;另一个观点是想表现革命不用画一个拿枪的战士,画一个绿色的苹果同样也有可能表现出革命这个主题。 <BR> 原话记不清了,大意如此吧。我琢磨了一下,毕加索说的似乎有点道理。从这个角度来看,中国的艺术工作者算是赶上了一个好时代了。 <BR></SPAN></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011111574120945</comments>
<slash:comments>5</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011111574120945</guid>
<pubDate>Thu, 15 Dec 2011 19:41:20 +0800</pubDate>
<dcterms:modified>2011-12-15T23:19:27+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[没什么比你年轻时的单身时光更珍贵]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011101192453539</link>
<description><![CDATA[<div><P>因为今天是2011年11月11日,百年一遇的光棍节,所以分别在昨晚和今天写了两条应景的微博:<BR><BR>微博一:在2011年11月11日这个百年一遇的超级光棍节,估计很多光棍小伙儿都想听到有一个姑娘能这样安慰他们:感情的事呢,是不能强求的。所谓吉人自有天相,做人最要紧的就是开心。饿不饿?我下面给你吃……<BR><BR>微博二:单身男女如何告别单身状态?秘诀有三个:不要脸;不要脸;不要脸。要脸的十有八九都找不到自己的真爱,最后只能一次又一次的相亲…… <BR><BR>其实说这个主要是为了逗乐儿,因为对于单身这种状态,我羡慕还来不及呢,我现在越来越深刻地意识到:好多事只有单身时才能做成,好多快乐只有单身时才能体验。<BR><BR>如果单身时再有点钱,那就更妙了。你想去哪玩就去哪玩,你想追谁就追谁,你可以随时随地,拔腿就走。王尔德曾说:有钱的单身者应该课以重税,因为他们太快活了。<BR><BR>即使单身时没钱,这也没什么。你想想,你年轻,还单身,这意味着你的未来拥有无限的可能性。你无牵无挂,你一个人吃饱全家不饿,你怕什么?你可以一意孤行,你可以百无禁忌,你可以就算撞到南墙也不回头。<BR><BR>在单身的时候,对于你最想实现的那个梦想,你可以一丝不苟地去实现它,你也可以一丝不挂地去实现它。<BR><BR>有时想一想,每个小孩儿都是光彩夺目的,都是充满个性的,但为什么后来他们中的绝大多数人都变成了灰头土脸且平庸无趣的大人?我想很重要的一个原因就是因为这些人告别了单身状态,他们开始追求徒有虚名的“爱情”,那“爱情”正如法斯宾德所说的那样,是最狡猾、最有效的社会压迫工具。不信你现在就打开电视,你会看到中国的都市青春爱情电视剧里有这样一类年轻人:他们干着朝不保夕的工作,却租住在上海或北京的高级公寓里;他们嘴上说要努力奋斗,但看上去似乎在用百分之九十以上的精力谈恋爱。都说活在《新闻联播》里是最幸福的事,其实活在中国的都市青春爱情电视剧里才是最幸福的事……<BR><BR>还有婚姻,这个更可怕。前几天我跟朋友一起吃饭时,我说我要是离婚了,绝对不会再结婚了。回来后我把这句话也跟我老婆说了,她说为什么啊。我心想我为什么要说这个啊,后来我灵机一动,我说这是因为曾经巫山难为水,我老婆说少来这套。<BR><BR>培根说:“有妻儿者实已向命运押了人质,从此难成大事,无论善恶。”其实也不一定非要做成什么大事,只是想拒绝苟且的安逸和可耻的成熟,但这也是极难做到的。我最近经常会想,如果当初我没结婚,我现在会过怎样一种生活。也许我会如David Bowie 在那首《The Man Who Sold The World》中所唱的那样,在很久很久以前死于孤寂?谁知道呢,原来我怕死怕得要命,现在我还是很怕,但不像从前那么怕了,因为我知道有一种生活,它比死更可怕。<BR><BR>不说了,说多了都是眼泪,好好珍惜你年轻时的单身时光吧。有一天你会意识到,没什么比你年轻时的单身时光更珍贵。<BR><BR><WBR></P></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011101192453539</comments>
<slash:comments>24</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011101192453539</guid>
<pubDate>Fri, 11 Nov 2011 21:24:53 +0800</pubDate>
<dcterms:modified>2011-11-11T21:33:31+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[为自由而乱搞]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201171241544931</link>
<description><![CDATA[<div><PRE><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;">人在很年轻的时候其实本该尽情乱搞的,然后搞着搞着可能就搞腻了,于是就开始想:<SPAN lang="EN-US">“</SPAN>有什么比乱搞更有意思的事儿呢?<SPAN lang="EN-US">”</SPAN>进而通过思考和不停尝试找到了这件事儿,然后为了把这件事儿做成了而奋斗终生,并因此觉得生而无憾<SPAN lang="EN-US">……</SPAN></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US"> </SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;">人在很年轻的时候,如果尽情乱搞过了,也会变得相对单纯一些,心态也更健康一些,更容易拥有独立的人格和自由的思想,更容易成为一个社会好公民,以后结婚了,也更容易成为好伴侣,成为好父母。<SPAN lang="EN-US"></SPAN></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US"> </SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;">我经常会有这样一个想法,中国的腐败问题这么严重,很重要的一个原因就是现在的那些贪官在青春期的时候太压抑了。所以他们要在自己有权有钱后,拼命补偿自己,拼命霸占各种资源,尤其是像<SPAN lang="EN-US">“</SPAN>年轻且性感的身体<SPAN lang="EN-US">”</SPAN>这样的性资源(这里的<SPAN lang="EN-US">“</SPAN>且<SPAN lang="EN-US">”</SPAN>不是一个名词哦)。<SPAN lang="EN-US"></SPAN></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US"> </SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;">所以我就在想,如果年轻时已经尽情乱搞过的<SPAN lang="EN-US">80</SPAN>后和<SPAN lang="EN-US">90</SPAN>后日后成了中国社会的中坚力量,这个国家肯定会比现在好很多。当然,很多<SPAN lang="EN-US">80</SPAN>后和<SPAN lang="EN-US">90</SPAN>后在青春期的时候也活得挺压抑的,这些人日后成为社会中坚力量,其中很多人也许还会走上一代的腐败之路。<SPAN lang="EN-US"></SPAN></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US"> </SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;">中国人已经性压抑几千年了,现在想改变这种性压抑的文化,可能需要几代人的努力。最近看一本书,说中国不少专家学者都预测说中国会在<SPAN lang="EN-US">2040</SPAN>年左右完成社会转型,实现较高水平的政治民主。<SPAN lang="EN-US">2040</SPAN>年?还有<SPAN lang="EN-US">29</SPAN>年,看一看中国现状,我也没法确定这种预测是不是过于乐观了。<SPAN lang="EN-US"></SPAN></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US"> </SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;">不过话说回来,权利这东西不是等来的<SPAN lang="EN-US">——</SPAN>正如我前一段时间看过的一本书的书名:《为权利而斗争》<SPAN lang="EN-US">——</SPAN>很多权利只能通过斗争来获得。<SPAN lang="EN-US"></SPAN></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US"> </SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;">中国人一说到斗争,总觉得这是你死我活的事儿,其实斗争有很多种啊,例如年轻人的乱搞其实某种意义上也是一种斗争,为什么这么说呢?答案很简单,什么是专制?专制就是掌握公权力的人什么都想管,但实际上他们最想管的是人的身体,因为如果能把身体管住了,他们就等于拥有了对于被管制者的绝对处置权。有些人可能会说还有灵魂的自由呢,在我看来所谓<SPAN lang="EN-US">“</SPAN>灵魂的自由<SPAN lang="EN-US">”</SPAN>只是一种意淫,身体的自由才是最根本的自由,很多时候被人们挂在嘴边的<SPAN lang="EN-US">“</SPAN>灵魂<SPAN lang="EN-US">”</SPAN>只是被某种意识形态扭曲的<SPAN lang="EN-US">“</SPAN>超我<SPAN lang="EN-US">”</SPAN>,它更像是身体的无形枷锁。所以想要谋求个人的自由,首先就要谋求身体的自由,这种自由就是在没有伤害他人的权利这一前提下,和有情人或无情人做快乐事的自由。<SPAN lang="EN-US"></SPAN></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;" lang="EN-US"> </SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体;">经常把文艺片拍成三级片的意大利导演帕索里尼曾说:<SPAN lang="EN-US">“</SPAN>身体始终具有革命性。<SPAN lang="EN-US">”</SPAN>从这个角度来看,年轻人通过乱搞去寻求身体的自由,这其实也是一种革命哦。顺便说一嘴,本文中的“乱搞<SPAN lang="EN-US">”</SPAN>是一种广义的乱搞,而在进行狭义的乱搞的时候,亲们最好尽量戴套做好安全措施哦。<SPAN lang="EN-US"></SPAN></SPAN></P><P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P></PRE></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201171241544931</comments>
<slash:comments>66</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201171241544931</guid>
<pubDate>Fri, 12 Aug 2011 16:15:44 +0800</pubDate>
<dcterms:modified>2011-08-13T08:01:08+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[所谓旅行、偷情、青春和成熟]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011618112024518</link>
<description><![CDATA[<div> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">如果说所谓旅行,就是从你活腻了地方去别人别人活腻了的地方。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">那么所谓偷情,则可能是你很努力地干一个别人早已经干腻了的男人或女人。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">这就是人性,你什么办法都没有……</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">如果说所谓青春就是特把自己当回事儿,特在乎别人怎么看自己。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">那么所谓成熟,就是发现在这个世界上除了你自己之外根本没人把你当你回事儿,即使是你的父母、你的恋人或爱人也不例外,于是你明白了你根本没必要把别人对你的看法当回事儿……</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">当然,肯定是有例外的,因为你可能会遇到一些在你看来爱你就像爱生命的人,但你更不能因此放慢你向前走的脚步哦,因为那些人可能给予了你真正的爱。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">而真正的爱,只是为了让你活得更自由……</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">写到这儿又出现了一个问题,因为你也许会说:既然他们爱我就像爱生命了,所以我也要为他们有所牺牲。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">我明白你的这种想法,就像毛姆说的,人在自我牺牲的时候,快感会特别强烈,因为人会觉得自己在自我牺牲时比上帝更伟大。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">我说的不是毛姆的原话,我记得大意如此吧。至于为什么人在自我牺牲时会觉得自己比上帝更伟大?因为上帝是无所不能且永生不死的,所以上帝没有自我牺牲的能力……</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">如果你这样想,那么你想自我牺牲就自我牺牲吧。</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">这就是人性,上帝什么办法都没有……</SPAN></P> <P style="MARGIN: 0cm 0cm 0pt;"><SPAN lang="EN-US"><FONT face="Times New Roman"> </FONT></SPAN></P></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011618112024518</comments>
<slash:comments>28</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011618112024518</guid>
<pubDate>Mon, 18 Jul 2011 23:20:24 +0800</pubDate>
<dcterms:modified>2011-07-19T08:50:38+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[用买一平米房子的钱完成一次壮游]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011613741652</link>
<description><![CDATA[<div><SPAN property="v:description"><SPAN style="FONT-FAMILY: 宋体;"> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体;">我曾在豆瓣上看到一篇题为《放大你的格局,人一辈子要有一次壮游》的文章,它的第一段是这么写的:<SPAN lang="EN-US">“</SPAN>有一种旅行,方法很贫穷,却可以改变人的一生。这种旅行,西方从<SPAN lang="EN-US">16</SPAN>世纪末传承至今;中国却已失落数百年。那就是<SPAN lang="EN-US">Grand Tour──</SPAN>壮游。培养独自<SPAN lang="EN-US">‘</SPAN>闯<SPAN lang="EN-US">’</SPAN>的能力,才能开创个人与国家的竞争力。<SPAN lang="EN-US">” <BR></SPAN> 当时看了这篇文章我还挺兴奋的,我跟我老婆说:<SPAN lang="EN-US">“</SPAN>我也要出去壮游一次。<SPAN lang="EN-US">”</SPAN>我老婆说:<SPAN lang="EN-US">“</SPAN>想去就去呗,不过我建议你出发前不要带钱,你在路上边打零工边旅行,这才是真正的壮游<SPAN lang="EN-US">……”</SPAN>呃,老婆,你好狠的心啊<SPAN lang="EN-US">…… <BR></SPAN> 我刚才搜索了一下这篇文章,它是一位豆友在<SPAN lang="EN-US">2009</SPAN>年<SPAN lang="EN-US">12</SPAN>月时写的一篇豆瓣日记,这说明我有了想去壮游的念头大概也是在那个时候。转眼时间过去了一年半,我的壮游依旧未能成行,而且我马上就要做爸爸了,有了孩子,想壮游就更难了。说到这儿我想起了在韩松落的《我们的她们》这本书中看到他转引的培根的一句话:<SPAN lang="EN-US">“</SPAN>有妻儿者实已向命运押了人质,从此难成大事,无论善恶。<SPAN lang="EN-US">” <BR></SPAN> 原来我觉得培根的上述观点很有道理,但后来我觉得这句话有待商榷,因为所谓的大事本来就是很难做成的,而且在做成大事的那些人之中,已婚男人的数量显然要比单身汉多很多。为什么会这样呢?这是个问题。顺便说一嘴,众所周知,现在做成所谓的大事的女人也越来越多了。<SPAN lang="EN-US"> <BR></SPAN> <SPAN lang="EN-US"> <BR></SPAN> 说回到壮游这个话题,什么是壮游?我在网上搜索了一下,看到了这样一个定义:<SPAN lang="EN-US">“</SPAN>壮游,指的是胸怀壮志的游历,包括三个特质:旅游时间长、行程挑战性高、与人文社会互动深、特别是经过规划,以高度意志彻底执行。壮游不是流浪,它怀抱壮志,具有积极的教育意义。它与探险也不太相同,壮游者不局限于深入自然,更深入民间,用自己的筋骨去体验世界之大。<SPAN lang="EN-US">” <BR></SPAN> 壮游就是<SPAN lang="EN-US">“</SPAN>胸怀壮志的游历<SPAN lang="EN-US">”</SPAN>?可能是因为我<SPAN lang="EN-US">“</SPAN>躲避崇高<SPAN lang="EN-US">”</SPAN>躲习惯了,看到<SPAN lang="EN-US">“</SPAN>胸怀壮志<SPAN lang="EN-US">”</SPAN>这个<SPAN lang="EN-US">“</SPAN>大词<SPAN lang="EN-US">”</SPAN>,感觉稍微有一点点别扭,不过壮游大概就是这个意思吧。<SPAN lang="EN-US"> <BR></SPAN> <SPAN lang="EN-US"> <BR></SPAN> 我之所以又想起壮游这事儿,是因为这两天我看了一本书,书名是《三十岁的成人礼:搭车去柏林》,说的是两年前美籍中国小伙儿谷岳耗时三个多月搭车去柏林去看他的德国女友那事儿,估计这事儿你肯定也听说过,当时还挺轰动的。我看的这本书不是谷岳写的,是跟他一起搭车去柏林的同伴刘畅写的。不得不说刘畅的精神很可贵啊,他陪谷岳搭车<SPAN lang="EN-US">16000</SPAN>多公里,历尽千辛万苦到了目的地,然后他立刻化身成一枚闪亮无比的电灯泡<SPAN lang="EN-US">……</SPAN>开个玩笑啊<SPAN lang="EN-US">…… <BR></SPAN> 看完这本书,我特意翻到书的开头,我想看看他们是哪天出发的<SPAN lang="EN-US">——</SPAN>是<SPAN lang="EN-US">2009</SPAN>年<SPAN lang="EN-US">6</SPAN>月<SPAN lang="EN-US">8</SPAN>日。那天我在做什么?想了半天什么也没想起来,这倒也正常,毕竟时间已经过去两年多了。于是我去翻我的豆瓣日记,结果我发现在<SPAN lang="EN-US">2009</SPAN>年<SPAN lang="EN-US">6</SPAN>月<SPAN lang="EN-US">8</SPAN>日那天我没有写日记,倒是<SPAN lang="EN-US">6</SPAN>月<SPAN lang="EN-US">7</SPAN>日我写了一篇日记,在那篇日记中我写了这样一段话:<SPAN lang="EN-US">“</SPAN>这几天我只要在连着网线的电脑前坐着,我就会立刻处于一种半机械的状态,在如恒河沙数般不可计数的网页上点来点去,然后如春宵般美丽的时光就会迅速飞逝,该做的事儿几乎都被丢到了脑后。唉,再上几分钟我就给我的电脑断网,否则几小时后我又会变成一个满脸是油的腰酸腿疼人。<SPAN lang="EN-US">” <BR></SPAN> 后来我想起我那时应该开始玩饭否了,于是我又去翻我的饭否主页,然后我看到我在<SPAN lang="EN-US">2009</SPAN>年<SPAN lang="EN-US">6</SPAN>月<SPAN lang="EN-US">8</SPAN>日那天说:<SPAN lang="EN-US">“</SPAN>北京从昨夜到现在淫雨不断,据说下雨是天地在交合,它们这次交合的时间还挺长<SPAN lang="EN-US">……” <BR></SPAN> 看来那段时间,我基本上每天都坐在电脑前荒废时光闲扯淡来着。<SPAN lang="EN-US"> <BR></SPAN> 不过通过我的这一番考证,可以确定<SPAN lang="EN-US">2009</SPAN>年<SPAN lang="EN-US">6</SPAN>月<SPAN lang="EN-US">8</SPAN>日的北京的确一直在下雨,就像刘畅在书中所描述的那样。就在那一天,谷岳和刘畅开始了一次壮游,虽然他们这次旅行的目的并不是为了什么<SPAN lang="EN-US">“</SPAN>壮志<SPAN lang="EN-US">”</SPAN>。<SPAN lang="EN-US"> <BR></SPAN> <SPAN lang="EN-US"> <BR></SPAN> 平心而论,刘畅写的这本书跟他极其推崇的杰克<SPAN lang="EN-US">·</SPAN>凯鲁亚克的《在路上》那肯定是没法比了。这本书的开头部分,关于他为什么答应了谷岳一起搭车去柏林那部分内容,刘畅写得还挺动情的,但后来就写得有点像流水账了。不过好在他和谷岳的这次旅行经历很好玩,所以读起来还是挺轻松愉快的。<SPAN lang="EN-US"> <BR></SPAN> 接下来大概说一下这本书中比较好玩的或是让我印象深刻的几个片段:<SPAN lang="EN-US"> <BR></SPAN> 话说谷岳和刘畅到了乌兹别克斯坦之后,因为那里的钱一千块钱只能换人民币四块钱,而他们随身携带的是面额比较大的美元,这使得他们只用几张美元就换了一兜子钱,为了数清这一兜子钱,他们一直数到天黑,一起体验了一把数钱数到手抽筋的感觉。<SPAN lang="EN-US"> <BR></SPAN> 在乌兹别克斯坦,谷岳和刘畅去看咸海,咸海曾经是一个比中国的青海湖更大的内陆湖,但由于在上个世纪六七十年代,搞计划经济的前苏联在乌兹别克斯坦地区大量种植棉花,水源被劫走,咸海的绝大部分因此变成了沙漠,十五年后它会彻底消失,这是一个著名的生态灾难。伟大的社会主义国家能让海枯石烂这样的事迅速变成现实,可见社会主义计划经济的<SPAN lang="EN-US">“</SPAN>优越性<SPAN lang="EN-US">”</SPAN>无可比拟哦。<SPAN lang="EN-US"> <BR></SPAN> 当他们到了罗马尼亚,刘畅说那里满街都是美女,那些美女各个倾国倾城,让他目瞪口呆。真的假的啊?有机会我一定要去见证一下<SPAN lang="EN-US">…… <BR></SPAN> <SPAN lang="EN-US"> <BR></SPAN> 当他们终于完成了这次<SPAN lang="EN-US">“</SPAN>壮游<SPAN lang="EN-US">”</SPAN>之后,他们算了一下账,谷岳大概花了两万多块钱,刘畅大概花了三万多块钱。我们都知道,在<SPAN lang="EN-US">2011</SPAN>年的今天,两三万块钱在北京五环以内也就能买一平米房子。说到儿我想起了在微博上被很多人转发的专栏作家秋风说的一段话:<SPAN lang="EN-US">“</SPAN>中国的高房价,毁灭了年轻人的爱情,也毁灭了年轻人的想象力。他们本可以吟诵诗歌、结伴旅行、开读书会。但现在,年轻人大学一毕业就成为中年人,像中年人那样为了柴米油盐精打细算。他们的生活,从一开始就是物质的、世故的,而不能体验一段浪漫的人生,一种面向心灵的生活方式。<SPAN lang="EN-US">” <BR></SPAN> 据说很多改变了这个世界的伟大人物都曾经完成过至少一次壮游,而这种壮游时光在欧洲也被称为<SPAN lang="EN-US">“</SPAN>间隔年<SPAN lang="EN-US">”</SPAN>(<SPAN lang="EN-US">The Gap Year</SPAN>)<SPAN lang="EN-US">——</SPAN>通过壮游,他们变得更擅长与人沟通,更擅长解决问题,更敢于冒险,另外他们也因此拥有了更强大的自我克制力、更开阔的视野、更自由的思想以及更独立的精神。<SPAN lang="EN-US"> <BR></SPAN> 用买一平米房子的钱,完成一次壮游,接下来没准儿你也能做成那种改变中国甚至改变世界的大事哦。 <SPAN lang="EN-US"><BR style="mso-special-character: line-break;"><BR style="mso-special-character: line-break;"></SPAN></SPAN></P></SPAN></SPAN></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011613741652</comments>
<slash:comments>13</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011613741652</guid>
<pubDate>Wed, 13 Jul 2011 19:04:16 +0800</pubDate>
<dcterms:modified>2011-07-13T23:15:49+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[《武侠》终结武侠:血迷宫的出口]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020116710226955</link>
<description><![CDATA[<div><SPAN style="FONT-FAMILY: 宋体; FONT-SIZE: 10.5pt; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"> 看《武侠》的时候,我一直在想,它和我想象中的武侠世界还真挺像的。<SPAN lang="EN-US"> <BR></SPAN> 在我看来,假如真的存在一个武侠世界,我相信在那个世界里,也许的确会存在侠骨和柔肠,但更常见的肯定是黑暗和杀戮,就像一个血迷宫。<SPAN lang="EN-US"> <BR></SPAN> 而中国人想象出来的武侠世界,某种意义上它完全就是现实世界的投射。武侠世界里的武功,其实就是权力的隐喻,正因为如此,武侠世界里的人物很多都是越老越厉害,很显然,这是违背自然规律的。<SPAN lang="EN-US"> <BR></SPAN> 例如《武侠》里的大反派,王羽饰演的那个武功高强、刀枪不入的老头儿,看着他,我首先想到的是崔健的那句歌词:<SPAN lang="EN-US">“</SPAN>老头儿更有力量<SPAN lang="EN-US">”</SPAN>;其次,这个老头儿作为甄子丹饰演的唐龙的<SPAN lang="EN-US">“</SPAN>父亲<SPAN lang="EN-US">”</SPAN>,它让我再次想起我很久以前的一个想法:中国传统文明的奥秘就在于仁善其表,而其真正的内核则是一个恐怖的、黑暗的、无法无天的、嗜杀成癖的<SPAN lang="EN-US">“</SPAN>父亲<SPAN lang="EN-US">”</SPAN>。<SPAN lang="EN-US"> <BR></SPAN> 也许正因为中国传统文明有着这样一个内核,所以中国历史上才会发生那么多次大屠杀。有时看中国历史,会觉得那就是杀戮的历史,杀几千、几万、几十万、几百万甚至几千万人,满眼都是杀、杀、杀,一个人杀的人越多,他的<SPAN lang="EN-US">“</SPAN>功业<SPAN lang="EN-US">”</SPAN>就越大,他在历史上的地位就越高。<SPAN lang="EN-US"> <BR></SPAN> <SPAN lang="EN-US"> <BR></SPAN> 在传统的武侠电影里,那些邪恶的暴力最强者,那些无法无天的<SPAN lang="EN-US">“</SPAN>父亲<SPAN lang="EN-US">”</SPAN>,他们通常最终都会死于所谓的<SPAN lang="EN-US">“</SPAN>大侠<SPAN lang="EN-US">”</SPAN>手里,而这所谓的<SPAN lang="EN-US">“</SPAN>大侠<SPAN lang="EN-US">”</SPAN>,换个更通俗的说法,就是<SPAN lang="EN-US">“</SPAN>好人<SPAN lang="EN-US">”</SPAN>。<SPAN lang="EN-US"> <BR></SPAN> 而在《武侠》里,陈可辛已经借金城武饰演的徐百九传达了这样一个结论:好人是不存在的,因为人性是不可靠的。<SPAN lang="EN-US"> <BR></SPAN> 村民们都认为<SPAN lang="EN-US">“</SPAN>刘金喜<SPAN lang="EN-US">”</SPAN>(这是唐龙的化名)是一个<SPAN lang="EN-US">“</SPAN>好人<SPAN lang="EN-US">”</SPAN>,甚至看上去还有点像<SPAN lang="EN-US">“</SPAN>大侠<SPAN lang="EN-US">”</SPAN>(虽然这个<SPAN lang="EN-US">“</SPAN>大侠<SPAN lang="EN-US">”</SPAN>有着罪孽深重的过去)。如果按传统的武侠电影的那套路数,肯定应该是由他来完成<SPAN lang="EN-US">“</SPAN>弑父<SPAN lang="EN-US">”</SPAN>。但在电影里,你会发现,他根本就不是<SPAN lang="EN-US">“</SPAN>父亲<SPAN lang="EN-US">”</SPAN>的对手,他不仅无法完成<SPAN lang="EN-US">“</SPAN>弑父<SPAN lang="EN-US">”</SPAN>,还差点儿被他的<SPAN lang="EN-US">“</SPAN>父亲<SPAN lang="EN-US">”</SPAN>杀死。<SPAN lang="EN-US"> <BR></SPAN> 为什么会这样呢?我想这可能是因为<SPAN lang="EN-US">“</SPAN>刘金喜<SPAN lang="EN-US">”</SPAN>这个人物是世俗道德的化身(<SPAN lang="EN-US">“</SPAN>金喜<SPAN lang="EN-US">”</SPAN>是一个极具世俗幸福色彩的名字),而世俗道德这东西,它从来都不是暴力最强者的对手。不仅如此,很多时候,它反而会成为暴力最强者的帮凶,成为暴力最强者的统治工具。<SPAN lang="EN-US"> <BR></SPAN> 从这个角度来看,妄图用世俗道德打败暴力最强者,这是一种纯粹的意淫。<SPAN lang="EN-US"> <BR></SPAN> <SPAN lang="EN-US"> <BR></SPAN> 陈可辛显然不想拍一部纯意淫的电影,于是我们就看到了金城武饰演的徐百九这个人物。在我看来,这个人物是科学和法律的化身(在影片中,看他破案的过程,能看出他是一个很有科学精神的人,并且像<SPAN lang="EN-US">“</SPAN>一根筋<SPAN lang="EN-US">”</SPAN>一样依法办案)。虽然徐百九杀死本片中暴力最强者的科学方法看上去过于小概率,但却隐约传达了这样一个意思:只有依靠科学和法律,才能杀死那个恐怖的、黑暗的、无法无天的、嗜杀成癖的<SPAN lang="EN-US">“</SPAN>父亲<SPAN lang="EN-US">”</SPAN>。<SPAN lang="EN-US"> <BR></SPAN> 而<SPAN lang="EN-US">“</SPAN>徐百九<SPAN lang="EN-US">”</SPAN>这个名字显然别有深意,行百里路半九十,科学之路和法制之路尤其如此。中国想成为真正意义的现代国家,这个目标看似不远,但我们要面对的可能恰恰是最难走的最后<SPAN lang="EN-US">“</SPAN>十里路<SPAN lang="EN-US">”</SPAN>。<SPAN lang="EN-US"> <BR></SPAN> <SPAN lang="EN-US"> <BR></SPAN> 以上是我前天看完《武侠》后回来写的,昨天路过国贸的一个电影院,在那儿又看了一遍《武侠》。<SPAN lang="EN-US"> <BR></SPAN> 我之所以想再看一遍《武侠》,主要有两个原因:一个原因是我想重新体验一下这部电影的整体氛围,该怎么形容它的整体氛围呢?感觉它既像是一座血迷宫,又像是一场黑梦;另一个原因则是王羽的吸引力,王羽在本片中的表演太出色了,他饰演的那个大反派气场奇大,他将中国传统社会中的<SPAN lang="EN-US">“</SPAN>父亲<SPAN lang="EN-US">”</SPAN>的种种抽象的邪恶完美地表演出来了,他演活了我说的那种恐怖的、黑暗的、无法无天的、嗜杀成癖的<SPAN lang="EN-US">“</SPAN>父亲<SPAN lang="EN-US">”</SPAN>。<SPAN lang="EN-US"> <BR></SPAN> 重新看《武侠》,我对这样两个情节印象深刻,一个情节是汤唯饰演的阿玉哭着划上两道门闩,她想用这样一种方式保住自己的家,但这显然是徒劳的,无法无天的暴力之手可以摧毁一切(在电影中,后来就有这样一个情节:王羽饰演的那个大反派一拳击碎了阿玉家的房门),说到这儿我想起那句西谚:<SPAN lang="EN-US">“</SPAN>风能进,雨能进,国王不能进<SPAN lang="EN-US">”——</SPAN>直到今天,中国人的房子依旧无法为中国人提供这样一种安全感。<SPAN lang="EN-US"> <BR></SPAN> 重看《武侠》,另一个让我印象深刻的情节是王羽饰演的大反派对他的儿子唐龙说:<SPAN lang="EN-US">“</SPAN>你的命是我的!<SPAN lang="EN-US">”</SPAN>然后又指着唐龙的儿子说:<SPAN lang="EN-US">“</SPAN>他的命也是我的!<SPAN lang="EN-US">”</SPAN>看完电影后回家,我跟张胖儿复述这段情节,然后我说:<SPAN lang="EN-US">“</SPAN>在中国,肯定还有很多父亲认为孩子的命是他给的。<SPAN lang="EN-US">”</SPAN>张胖儿听了后说:<SPAN lang="EN-US">“</SPAN>父亲就提供了一个<SPAN lang="EN-US">‘</SPAN>小蝌蚪<SPAN lang="EN-US">’</SPAN>,就说孩子的命是他给的,这不是扯淡嘛。<SPAN lang="EN-US">”</SPAN>但如此扯淡的事儿,偏偏就有人信,还信了两千年。<SPAN lang="EN-US"> <BR></SPAN> 西方传统文明有一种<SPAN lang="EN-US">“</SPAN>弑父<SPAN lang="EN-US">”</SPAN>情结,中国传统文明却有一种<SPAN lang="EN-US">“</SPAN>弑子<SPAN lang="EN-US">”</SPAN>情结。在这个星球上,几乎所有动物都是<SPAN lang="EN-US">“</SPAN>幼本位<SPAN lang="EN-US">”</SPAN>,而中国人却是一种<SPAN lang="EN-US">“</SPAN>长本位<SPAN lang="EN-US">”</SPAN>的动物。<SPAN lang="EN-US"> <BR></SPAN> 在中国古代,皇权至高无上的主要理论依据就是:孩子的命是父亲给的,所以<SPAN lang="EN-US">“</SPAN>父要子亡,子不亡不孝<SPAN lang="EN-US">”</SPAN>。而皇帝是所有人的父亲,所以所有人的命都是皇帝的,皇帝想上谁就上谁,想阉谁就阉谁,想杀谁就杀谁<SPAN lang="EN-US">…… <BR></SPAN> 在现在的中国,依旧有无数人在做着这样的皇帝梦,电视里整天在放的那些宣扬皇权至高无上的电视剧就是最好的例证。另外还有一些官员,因缺乏有效的监管,所以他们在自己所管辖的部门或地区肆无忌惮、一手遮天,就像<SPAN lang="EN-US">“</SPAN>土皇帝<SPAN lang="EN-US">”</SPAN>一样<SPAN lang="EN-US">…… <BR></SPAN> <SPAN lang="EN-US"> <BR></SPAN> 以往的很多武侠电影,它们其实是在变相宣扬皇权思想。还有一些武侠电影,片中的<SPAN lang="EN-US">“</SPAN>大侠<SPAN lang="EN-US">”</SPAN>最终杀死了无法无天的暴力最强者,这看似很解气,但最根本的东西一点都没有变,很快又会出现另一个无法无天的暴力最强者。这既像是一个死循环,又像是一个没有出口的血迷宫。<SPAN lang="EN-US"> <BR></SPAN> 而《武侠》这部电影想要探讨的就是,如何为这个血迷宫找一个出口?答案就是依靠科学和法律,只有这两样东西,才能终结这个国家黑暗蒙昧的状态。<SPAN lang="EN-US"> <BR></SPAN> 金庸说<SPAN lang="EN-US">“</SPAN>侠之大者,为国为民<SPAN lang="EN-US">”</SPAN>,但他让他笔下的那些<SPAN lang="EN-US">“</SPAN>大侠<SPAN lang="EN-US">”</SPAN>都生活在古代,所以他们至多只能除暴安良,当他们发现怎么除都除不完的时候,他们可能就会隐匿山林,独自逍遥去了。<SPAN lang="EN-US"> <BR></SPAN> 而将时间背景设置于<SPAN lang="EN-US">1917</SPAN>年的《武侠》探讨的是终结一个黑暗蒙昧时代的可能,同时也是终结自身的可能,因为在一个真正现代的国家,是不需要武侠的。<SPAN lang="EN-US"> <BR></SPAN> 从这个角度来看,《武侠》还有这样一个主题:启蒙。今年是辛亥革命<SPAN lang="EN-US">100</SPAN>周年,<SPAN lang="EN-US">100</SPAN>年了,这个国家却依旧需要最基本的启蒙,对此你能说什么好呢?在当下的中国,《武侠》作为一部商业大片儿却跟<SPAN lang="EN-US">“</SPAN>主旋律<SPAN lang="EN-US">”</SPAN>对着干,费力不讨好地探讨<SPAN lang="EN-US">“</SPAN>启蒙<SPAN lang="EN-US">”</SPAN>这个主题,就因为这个原因,我给这部电影打五星。 </SPAN></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020116710226955</comments>
<slash:comments>9</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/12187005020116710226955</guid>
<pubDate>Thu, 7 Jul 2011 10:22:06 +0800</pubDate>
<dcterms:modified>2011-07-26T11:26:31+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[肥肚腩是拒绝被爱的暗示吗]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011530115220442</link>
<description><![CDATA[<div> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">晚上出去吃饭,旁边坐着两女一男。从他们聊天的内容可以判断他们似乎是网友聚会,只是他们看上去肯定四十五岁以上了。后来那男的说“咱们三个都属虎”,我掐指一算,他们仨现在应该都是四十九岁。</SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">这个岁数的人的网友聚会,我还真是第一次遇到呢。从他们聊天的内容判断,他们目前应该都是单身,可能都离婚了吧。</SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">那两个女人都挺胖的,她们的经济状况应该还不错,而她们主要聊的都是情啊、爱啊等诸如此类的话题。</SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">其中一个女人很大声地说她和一个男网友的交往状况,后来忽然说了这样一句话:“我们还没见面呢就要结束了!”</SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">另一个女人也在说她最近在网上认识一男的,她和对方通电话,对方说自己不是帅哥,她说自己最不喜欢的就是帅哥了……</SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">看着这两个女人,我想起了耳熟能详的一句中国俗语:“三十如狼,四十如虎,五十坐地能吸土。”这两个女人马上就要到“坐地能吸土”的年龄了,时代还真是进步了一点点,年近五十的女人也在为网恋苦恼呢,看来北京也有成为“欲望都市”的趋势哦。</SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">只是这两个女人明显都是没有自制力的那种人,她们的嘴完全没法闲下来,她们不停地用吵嚷的方式聊天,不吵嚷的时候则一个劲儿地往嘴里塞东西。我相信现在在中国有很多这种缺乏自制力的中年女人,脑满肠肥的她们早早地就完全丧失了女性魅力,她们离了男人就像活不了了似的,而男人却会觉得跟她们一起生活还不如去死。</SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">写到这儿我想起前天在一篇文章中我写了这样一段半开玩笑半当真的话:</SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">刚才有豆友问我:“求泡妞终极技巧,谢谢。”我这样回复道:“泡妞终极技巧就是‘少吃一块糖’,我不是开玩笑,我是认真的……”这个也是泡帅哥、泡大款的终极技巧,就像那个最近的微博红人郭</SPAN><SPAN lang="EN-US"><FONT face="Times New Roman">MM</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">,你看她的泳装照,她小腹平坦且隐约有腹肌,这说明什么?这说明她是一个有“职业道德”的人,是一个有较强自制力的人,是一个能“少吃一块糖”的人。少吃一块糖,最好的帅哥和大款任你上……</SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">同样是前天,我在微博里说:忽然想起一个奥利弗·斯通导演的《</SPAN><SPAN lang="EN-US"><FONT face="Times New Roman">The Doors</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">》中的一个情节,成名后体形走样的</SPAN><SPAN lang="EN-US"><FONT face="Times New Roman">The Doors</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">主唱吉姆·莫里森悲伤地看着自己的肥肚腩。摇滚明星和二爷、二奶的相似之处就是都不能有肥肚腩,否则就意味着在走下坡路了。</SPAN><SPAN lang="EN-US"><FONT face="Times New Roman">25</FONT></SPAN><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">岁以后,想要没有肥肚腩需要很强的自制力啊。平坦的腹部是青春的标志……</SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';">王尔德曾说:“自恋是一生浪漫的开始。”原来我很喜欢这句话,但现在,我更倾向于认为,懂得自制才是一生浪漫的开始。</SPAN></P> <P style="TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;"><SPAN style="FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';"></SPAN><SPAN lang="EN-US">很多人都说外表是肤浅的,作为一个外表一般的人,我很希望每个人都认同<FONT face="宋体">“</FONT>以貌取人肤浅的<FONT face="宋体">”</FONT>这个观点,但这显然是不可能的。一个人所谓的内涵隐藏在哪里?隐藏于人的外表之中。在外表在这件事上,的确存在着不公平,不过天生外表不凡的人一方面是运气好,另一方面则要感谢他的所有先辈为了优化基因所做的各种努力。我们已经来到这个世界了,有些事是天生注定的,但还有一些事我们却可以着手去做,例如重塑身心的尝试。<BR></SPAN></P></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011530115220442</comments>
<slash:comments>11</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011530115220442</guid>
<pubDate>Thu, 30 Jun 2011 23:52:20 +0800</pubDate>
<dcterms:modified>2011-07-01T22:28:34+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[有爱的性是最好的嫩肤霜]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201154112340536</link>
<description><![CDATA[<div><PRE>很多年前,我上大学那会儿,我们学校里有一个“巡逻队”,是学校组织的,这个“巡逻队”成员都是学校的学生,他们每天晚上就在学校里巡逻,他们主要是晚上在学校里的树林和花园里巡逻,碰到那些在黑暗中野合的男女,他们就会如神兵天降般出现在他们眼前。</PRE><PRE>我的一个同学当时就是“巡逻队”的,参加这个“巡逻队”,学校每个月还会给他们补助一点钱,他曾给我讲过一些他“巡逻”时的见闻。</PRE><PRE>上大学时没觉得这有什么,现在想一想,会觉得这是很操蛋的一件事。因为这个“巡逻队”就像是那个喜欢监视和窥淫的老家伙们的一个人肉摄像头,我想那些老家伙之所以喜欢这么干,归根到底还是为了想要占有更多的性资源吧。</PRE><PRE>好像有部电影的名字是《交配后动物感伤》,那自诩为“高级动物”的人类呢?肯定多少会有些感伤吧,与此同时,人类的攻击性似乎也会在交配后减弱很多。而长期的性压抑,则可能会让人的内心不断分泌出“黑色的毒汁”(莫洛亚语)。在中国,这“黑色的毒汁”会被看作是一种东方的智慧,甚至变成了一种道德……</PRE><PRE>那些喜欢监视和窥淫的老家伙们最喜欢宣扬这种黑色的道德了。</PRE><PRE>在连大学都严重行政化的中国,不仅很多所谓的领导将占有更多性资源这件事作为炫耀的资本,即使是大学里的很多教授,私下里也以潜规则更多女大学生为荣。</PRE><PRE>有爱的性当然是最美好的,估计在某些人看来,为之流干最后一滴体液也是值得的,而无爱的性也并非全无是处。</PRE><PRE>无论是有爱的性,还是无爱的性,它们都是一种自我解放的手段,它们能帮助一个人认清自我,进而全力去做那些比性更好玩的事,然后完成自我实现。另外它们能帮助一个人释放压力,保持身体健康,它们还有可能成为爱臭美男女的嫩肤霜(很多事实都证明,有爱的性是最好的嫩肤霜)。你看那些脸色蜡黄的男孩儿和女孩儿,他们十有八九都长期处于性压抑状态,如果他们结束了这种状态,你会发现他们的脸色很快就会变好起来的。</PRE><PRE>很多和性有关的道德和谎言,究其本质,无非就是因为某些老家伙们想让年轻人变得更听话、更好管,进而大力宣扬——而更听话、更好管背后隐藏的则是更好上。</PRE><PRE>那些掌握权力的老家伙们对于年轻的肉体从来都是贪得无厌的……</PRE><PRE>所以呢,让自己束缚于那些老家伙们大力宣扬的道德和谎言,把自己压抑成一个脸色蜡黄的年轻人,这是很不划算的一件事。</PRE><PRE>崔健在《春节》里曾这样唱道:老人不再年轻,年轻人会老的,年轻人慢慢会老的……</PRE><PRE>年轻人慢慢会老的?在我看来,年轻人变老其实是很快的一件事,尤其是那些性压抑的年轻人,他们可能从未真正年轻过,就已经不可挽回地变老了。 </PRE></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201154112340536</comments>
<slash:comments>19</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201154112340536</guid>
<pubDate>Sat, 4 Jun 2011 11:23:40 +0800</pubDate>
<dcterms:modified>2011-06-04T11:49:22+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[论单身男青年定期打飞机之必要性]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020114279639764</link>
<description><![CDATA[<div><PRE>有时,我会有这样一种想法,即每一次打飞机都是一次大屠杀。同理,戴套儿嘿咻也是大屠杀。当然,如果细究的话,即使是以受孕为目的的嘿咻,也只有那些精子世界里的菲尔普斯们有可能成为幸运儿,而对于其他精子来说,那同样是一次必死的征程……</PRE><PRE>但是,如果你一直禁欲,精子也不会一直活着,它们可能会死在你的身体里,变成死精,而长期禁欲的后果就是会增加你患上前列腺炎的概率。</PRE><PRE>在《北京青年报》上曾看到一位男科专家说:“长期禁欲可能是导致慢性前列腺炎的原因之一。从这点上也可以证明规律的性生活对保护前列腺的重要性。”这位男科专家进一步指出:那些在外打工的男性,如果性压力长期得不到释放,患上慢性前列腺炎,也就没有什么可奇怪的了。</PRE><PRE>我想了想,在我认识的人中,有几个人的父亲常年在外工作,可能一年只能回一两次家,现在基本都饱受前列腺炎之苦。当然,从另一个角度来看,这也能证明他们在外工作的那些年没有“乱搞”?他们可能对定期打飞机这样的事都会有罪恶感,他们的确是标准的“好男人”。但问题就是,“好男人”就活该得前列腺炎吗?</PRE><PRE>他们之所以会有这样的人生,跟他们年轻时所接受的那种阴险或愚昧的“性教育”息息相关。</PRE><PRE>我始终认为,关于性的真相并不会毒害年轻人,最毒害年轻人的是那些关于性的谎言,在这个世界上,有很多别有用心的人最喜欢编织种种关于性的谎言,其中“手淫有害论”就是最恶毒的谎言之一。例如很多人都将“一滴精,十滴血”这一陈腐谬论搬出来,并说年轻人如果打飞机就会大伤元气,身体就会一点点垮掉,而某些年轻人也因此悔恨焦虑、惊恐不安。众所周知,健康男性一次射精约射出5毫升左右的精液,而现代医学对于精液的研究结果是:精液的98%左右是水分,其余2%左右是蛋白质和核糖核酸,还有极少的微量元素,如锌等。</PRE><PRE>只要不是过度频繁且毫无节制,定期适度打飞机不仅无害,反而有益。</PRE><PRE>孙云晓和张引墨合著的关于校园性问题的著作《藏在书包中的玫瑰》中有这样一段话:“在现实生活中,也确有一些青少年因手淫而精神萎靡,学习成绩下降,甚至悔不欲生。其实,手淫的害处并不在于手淫本身,而在于‘手淫有害论’带来的心理挫伤。手淫后的恐惧心理、犯罪感、自我谴责、悔恨心理才是一切手淫危害的真正根源。”</PRE><PRE>在本文开头,我说每一次打飞机都是一次大屠杀,这只是一个玩笑。如果你是一个没有固定性伴侣的单身男青年,或者你是一个搞异地恋的男青年,为了你的前列腺的健康,你还是定期适度打飞机吧,让你的精子带着希望出征,这本来就是它们期待的宿命,同时也是它们存在的意义之一……<BR></PRE></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020114279639764</comments>
<slash:comments>328</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/12187005020114279639764</guid>
<pubDate>Fri, 27 May 2011 09:06:39 +0800</pubDate>
<dcterms:modified>2011-05-27T11:41:38+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[贪爱是比好色更高级的欲望吗]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020114221074354</link>
<description><![CDATA[<div><PRE>在一个标题为《没品笑话集》的帖子里看到这样一个笑话:我打飞机被老婆撞见了。她说:“哎呀,早知道你这么饥渴,我就跟你爱爱了啦。”我说:“假如我真的饥渴到了那种程度,我会告诉你的。”</PRE><PRE>今天下午我看了很多笑话,这个对我最有杀伤力……</PRE><PRE>在我上大学的时候,看《美国美人》,其中的男主角也是宁肯自己打飞机也不跟他老婆做。当时觉得那是一个黑色幽默的笑点,许多年以后,我意识到那可能是无数已婚男人都会做的很平常的一件事。</PRE><PRE>男人背着老婆看爱情动作片打飞机算出轨吗?我怎么觉得这个问题这么悲凉呢。</PRE><PRE>对于婚姻,很多女人的看法是,婚姻就像签合约,男人签了就必须遵守合约,不能违约。说到这儿我想起黄子华说的一句话:“我们结婚时会发好多誓,但从来不说做不到会怎样。”你看看,男人狡猾着呢。</PRE><PRE>那么女人呢,她们中的很多人的身体里可能潜伏着一个包法利夫人。</PRE><PRE>男人最致命的弱点就是好色,女人最致命的弱点就是贪爱。其实这两者的本质并无区别,都是如兽性般的本能,都为了填充自己内心中的那个无底的黑洞,那黑里面有什么?</PRE><PRE>但女人总认为贪爱是比好色更高级的欲望,所以她们会觉得哪怕有一天自己婚后出轨了,那也是她们的老公的错,因为她们会觉得自己在老公那里没有得到应得的爱。</PRE><PRE>小时候,总能看到电视里的男人想尽各种方法向女人求婚,当时就觉得大多数男人在现实生活中也会这样做吧。后来我渐渐明白这类情节只是为了满足女人的幻想,因为我发现在现实生活中,那样求婚的男人其实挺少的——当然,大多数女人肯定也不会向男人求婚了,但她们会运用各种手段,逼男人跟自己结婚。</PRE><PRE>前几天我说过这样一段话:若非青春苦短,谁愿来日方长?如果女人能永葆青春,估计女人也不愿意结婚……</PRE><PRE>可惜,女人不可能永葆青春,但还有一种情形会让女人对结婚的愿望不再那么迫切,甚至不愿意结婚,那就是当她们实现精神独立和经济独立后(当然,如果能实现财务自由那就更好了)。因为绝大多数人的婚姻,说白了就是一种资源的交换。例如现在依旧有很多女人实际上是将自己与生俱来的子宫当成一种资源,而很多男人则是将自己的财产当成一种资源,而他们的婚姻不过是这两种资源的交换。而如果一个女人在精神上和经济上都不用依赖男人,她自己既有子宫,又有实现经济独立甚至财务自由的能力,那她何必死乞白赖地想要结婚呢。从这个角度来看,随着社会的不断进步,当女人的经济地位和男人渐趋平等后,现在这种反人性的婚姻制度必然会走向衰落的。</PRE><PRE>我说绝大多数人的婚姻不过是资源的交换,很多人反对。其实换个角度来看,无论男女,长得好看、人聪明等等都是资源,因为这些都基因优秀的表象。试问,在这个世界上,还有什么比优秀的基因更抢手的资源?</PRE><PRE>现在的婚姻制度,对于很多有权或有钱的人来说,是事实意义的一夫多妻制或一妻多夫制,甚至多夫多妻制。但这些人又会控制主流舆论,让普通人遵循一夫一妻制的道德约束。他们为什么这么做?原因你自己去想吧。</PRE><PRE>顺便说一嘴,关于婚姻的很多传统价值观是基于当时的女性没有经济独立能力这一前提而产生的,如果一个现代女人已经经济独立了,却还遵守那个,那不是傻吗?而如果一个男人要求一个经济独立的现代女人遵循那些束缚女性身心的传统价值观,那他不是傻,他这是无耻……<BR></PRE></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020114221074354</comments>
<slash:comments>169</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/12187005020114221074354</guid>
<pubDate>Sun, 22 May 2011 22:07:04 +0800</pubDate>
<dcterms:modified>2011-05-23T18:09:19+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[关于秀恩爱这件事]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201141694533564</link>
<description><![CDATA[<div><PRE><PRE>几个月前,关于秀恩爱这件事,我的看法是:看到很多到处秀恩爱的女孩儿最后都分了,看来除了要像某人说的那样要闷声发大财之外,还要闷声谈恋爱…… <BR><BR>后来,我的想法变了。秀恩爱,分得快?周迅恋爱的时候倒是也都特高调的,当然,她之前那些高调的结果是都分了,但是,她起码享受了爱的过程了…… <BR><BR>经常看到我的某些女性豆友今天秀恩爱,明天伤分手。按某知名化妆师的观点,女人不跟五十或八十个男人谈过恋爱,是不可能有魅力的。如果这个说法是正确的,女人的魅力之路还真挺漫长的。不过恋爱谈得多的女人看上去相对而言更聪明且更有活力倒是真的…… <BR><BR>今天看到豆友陈小疯在说起了秀恩爱这件事,于是我回了这样一句:人生的本来面目就是无限荒凉,所以秀恩爱必然是没有好下场,但不秀也不会有好下场,所以秀或不秀其实没什么区别的…… <BR><BR>我将上面这句话发到我的微博上,一个昵称为“吴蒋俊”的微博友邻这样回复道:“这是一个意外身亡和自然死亡的区别,都是死,可否不要死得那么四肢残缺内脏破裂身首异处屎尿横流……” <BR><BR>看到她的这句话,我又回了这样一句:但问题是,一个人如果选择一种可能会意外死亡的活法儿,获得的回报会远超过那些贪生怕死的普通人,正所谓“富贵险中求”,爱情也是要险中求的…… <BR><BR>其实想一想,有时候狂秀恩爱,无形中就能把对方抓得更牢,于是更有可能来日方长,更有可能长相厮守。 <BR><BR>但爱情就是“天长地久求一个安稳”?很显然,在很多时候,答案是否定的…… <BR><BR>若非青春苦短,谁愿来日方长?如果女人能永葆青春,估计女人也不愿意结婚…… <BR><BR>爱无永恒,偶有例外? <BR></PRE></PRE></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201141694533564</comments>
<slash:comments>51</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201141694533564</guid>
<pubDate>Mon, 16 May 2011 21:46:38 +0800</pubDate>
<dcterms:modified>2011-05-22T10:27:30+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[当我们谈论车震时我们谈些什么]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020114117344980</link>
<description><![CDATA[<div><SPAN property="v:description"> 不知道为什么这次顾长卫没有找李樯来做《最爱》的编剧,是因为李樯作为编剧的《孔雀》和《立春》都是叫好不叫座的票房失利之作,所以他想有所改变? <BR> 我估计《最爱》的票房过亿应该没什么问题,因为本片的看点、噱头以及各种可炒作的相关话题还是挺多的。 <BR> 所以我相信《最爱》下线后,想找顾长卫车震的女演员肯定会越来越多。 <BR> 顾长卫会因此志得意满吗?这个问题当然只有他自己心里清楚了,只是我估计他心里可能也会有一点点怅然若失的感觉。 <BR> 前几天我看一本关于艺术批评的书,其中有个外国艺术评论家提出一个观点,其大意是一个艺术家如果去搞庸俗艺术,这是一种“道德的堕落”,这意味着“他的意志完全是邪恶的”。 <BR> 我之所以想起这个观点,倒不是说顾长卫现在是有意识地开始搞所谓的“庸俗艺术”,只是相对于《立春》和《孔雀》,这部《最爱》出现了一定程度的庸俗化倾向却是不争的事实。 <BR> 我个人觉得这部《最爱》的结尾的表现手法是最大的败笔,它一方面过度煽情,一方面又在贩卖软色情,与此同时,它似乎还在赞颂着女主角的自我牺牲,这样几种情绪杂糅在一起,一切瞬间就变得浅薄了,感觉就像吃了一只苍蝇。我始终觉得,即使是主动的自我牺牲,也要用批判的眼光去看待…… <BR> 但我想这应该也不完全是顾长卫的错,因为既然他选择了拍这种投资相对较多的“大片”,那么很多事就不是他能说了算的了,资本的意志会自然而然地发挥作用,让这部电影变得更平庸一些,更保守一些,更滥情一些。 <BR> 另外这部电影之所以被拍成这样,同样还要归功于畸形的国内电影市场。而国内电影市场之所以畸形,原因显而易见,因为政治的干涉。由于没有电影分级制,导致一个内地导演除非彻底放弃国内的票房收入,否则他必须在拍片之前先自我审查一番,然后在拍片的时候不断自我阉割。 <BR> 说到这儿我想起曾有人总结出法国新浪潮电影的规范:“小规模,反传统,而且具备商业竞争力”。想一想,国内依旧还有一些电影导演坚持着这些规范(他们主要赚外国人的钱,其中有几位早已经名利双收了)。希望在不久的将来,他们可以在坚持自己的独立原则和个人风格的同时,在中国内地的电影院也能赚到钱。 <BR></SPAN></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020114117344980</comments>
<slash:comments>14</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/12187005020114117344980</guid>
<pubDate>Wed, 11 May 2011 19:34:49 +0800</pubDate>
<dcterms:modified>2011-05-16T10:07:47+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[哪吒为什么要自杀?]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201131875052102</link>
<description><![CDATA[<div> 前天看完了《爱情与灵药》,然后在微博上写了这样两段话: <BR> 看了《爱情与灵药》,还挺好看。片中女主人公要跟男主人公分手的理由是:“我需要你胜过你需要我……这样不公平……”这句台词打动了我,但后来我想,爱一个人爱到想让他自由的地步,是不是还是希望他自由地飞走然后还会飞回来?就算那个人不回来,自己也会获得自我牺牲的快感…… <BR> 总能看到这样一类男人或女人,这些人会有这样一种想法:我如此爱你,所以我有权要求你为我有所牺牲。他们的这种想法是爱吗?如此丑陋的“爱”,竟然也能让他们沉溺于自我感动之中…… <BR> <BR> 上大学时,我翻完了萨特的那部状似板儿砖的著作《存在与虚无》,结果后来只对这一句话印象深刻:“恋爱者不想像人们占有一个物件那样占有被爱者;他祈求一种特殊类型的化归己有。他想占有一个作为自由的自由。” <BR> 当时我看到这句话之后有一种豁然开朗的感觉,原来爱就是想占有“一个作为自由的自由”,我喜欢这种爱的方式。 <BR> <BR> 现在看电视,经常会看到一些古装剧依旧会有意或无意地灌输一种很腐朽的价值观,即将女性的身体物化。另外在现在的中国,有处女情结的男人依旧有很多,他们在潜意识里同样会物化女性的身体。 <BR> 而另一方面,现在有无数中国女人也总想通过限制男人的自由来换取婚姻的长久,而且她们可能也会在潜意识里将男人物化,即将他们物化成长期饭票儿、赚钱机器或提款机等诸如此类的东西。 <BR> <BR> 还好,除了这些电视剧之外,我们还可以看到像《爱情与灵药》这样的电影,另外我们还可以看到一些爱情动作片。 <BR> 今天早上我还在想,在我青春期的时候,像《爱情与灵药》这样的R级电影以及更刺激的爱情动作片中的那些丰腴肉身,曾在某种程度上解放过我的思想。她们让我明白了,即使她们和众多男人乱搞的视频被无数人看到了,她们也不用去寻死觅活,而且她们依旧可以过很正常的生活,很正常地和别人恋爱乃至结婚。 <BR> 也就是说,并不是一个女人跟男人上床了,她的身体就等于被“占有”了。 <BR> 在现代社会,“占有”别人的身体是一种很可笑、很无知的说法。 <BR> 在现代社会,没有任何一个人有资格、有权利去“占有”别人的身体。 <BR> 原因很简单,在现代社会,我们的身体是我们自己的。 <BR> 在人类进入现代社会之前,专制的那一套之所以行得通,其根源就在于掌权者会向人们灌输这样一种理论:你的身体不属于你自己。 <BR> 例如如果你生在中国古代,你就会被告知:你的身体不是你自己的,你的身体是属于生育你的父母,而皇帝则是所有臣民的父亲,那些官员也被称为“父母官”(在现代社会则正好相反,因为现代社会中的纳税人已经明白了他们才是政府和官员的衣食父母)。 <BR> 哪吒为什么要自杀?他可能就是想表达这样一个意思:父亲,你说我的身体是你给的,那好,我自杀!我将我的身体还给你!这样可以了吧? <BR> 而如果哪吒是一个现代人,那他就可以对他父亲说:你说我的身体是你给的?你脑子有问题吧?你让我来到这个世界,你征求过我的意见吗?在我未成年之前,你可以遗弃我,但你也要承担相应的法律责任。 <BR> <BR> 为什么过去的皇帝总喜欢制定那么多关于性的戒律和禁令?因为他们要通过这样一种方式控制你的身体,他们要通过这样一种方式告知你,你的身体不属于你自己。这样他们就可以拥有对你的身体的绝对处置权——如果你是女人,他们想上你就上你,他们连“朕射你无罪”这样一句话都懒得说,因为他们会觉得他们上你那是看得起你;而如果你是男人,他们想阉你就阉你,你被阉了还得“谢主隆恩”,当然,他们同样也有可能上你,并且毫不在乎你的性取向是什么,也不在乎你愿不愿意。 <BR> <BR> 现在你知道那些作家、艺术家为什么拼命想要搞出一些被掌权者认定是“低俗”、“堕落”、“下流”的作品了吧?因为这和个人的自由息息相关——我们的身体是我们自己的,在没有伤害别人的前提下,我们和别人你情我愿地做爱做的事,你有什么权利忽然破门而入把我们抓走,然后把我们关进监狱? <BR> 一个国家的公民能活得多自由,和这个国家的性开放程度几乎从来都是成正比的。而身体所承受的所有压抑,都源于政治的压抑。所以不要小看或鄙视90后搞出的这个“门”或那个“门”,那些“门”某种程度上也能推动时代的进步。</div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201131875052102</comments>
<slash:comments>13</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201131875052102</guid>
<pubDate>Mon, 18 Apr 2011 07:50:52 +0800</pubDate>
<dcterms:modified>2011-04-18T07:50:52+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[在中国,谁是所谓的Loser]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020112761611735</link>
<description><![CDATA[<div> <DIV style="MARGIN-RIGHT: 0px;" dir="ltr" ><PRE><PRE><PRE><P style="TEXT-INDENT: 2em;" >在中国,如果你经常上网,你十有八九会遭遇这样的事儿:某些人可能会对你说你跟谁谁谁比算个屁啊。而他们说的谁谁谁通常可能是一些名人,也可能是一些很有钱或很有权的人。总之,他们想以这样一种方式打击你的自尊,提醒你是一个连屁都不如的东西。大概是出于一种“谦虚的美德”,这些人通常不会说:“你跟我比算个屁啊。”当然,这也可能是因为他们隐隐觉得自己其实同样也是一个连屁都不如的东西。</P><P style="TEXT-INDENT: 2em;" > </P><P style="TEXT-INDENT: 2em;" >另外他们很喜欢从物质层面上打击你,虽然他们自己可能也正在过着一种“手停口就停”的生活。例如如果你没房没车,他们可能会说你就是一个Loser;而如果你有房有车,他们可能会说你不就有个小破房子小破车嘛,跟那些住别墅的人比你算个屁啊;如果你住上了别墅,他们可能会说你跟比尔·盖茨比算个屁啊……</P><P style="TEXT-INDENT: 2em;" > </P><P style="TEXT-INDENT: 2em;" >除此之外他们还很喜欢地域攻击,举个例子,这是我的亲身经历,昨天有一个无聊的人跑去看我的微博,一条一条地看,然后他终于找到了一个“破绽”来攻击我,然后他这样回复我写的一个帖子:“你自己不过是一个在北京打工的外地乡下人,户口也没有,被北京房产限购政策搞得鸡飞狗跳的……”我回了他这样一句:“我想问问,你有北京户口吗?如果你有,OK,那如果你去上海,某些上海人照样也会像你说的那样,说你是在上海打工的‘外地乡下人’,你觉得用这个攻击别人很有意思吗?”</P><P style="TEXT-INDENT: 2em;" > </P><P style="TEXT-INDENT: 2em;" >当我还在上大学的时候,当我看到一个所谓的Loser,我会这样想:这是因为这个人不够努力。当我大学毕业步入社会后,我发现在这个国家,所谓的Loser数以亿计。而现在的我更倾向于这样看待这个问题:如果一个社会缺乏自由和公正,那这个社会中绝大多数人都是Loser,这个不是努力还是不够努力的问题,而只是一个单纯的概率问题……</P><P style="TEXT-INDENT: 2em;" > </P><P style="TEXT-INDENT: 2em;" >现在,在这个国家,既得利益者们为了共同的利益倒是能相对紧密地团结起来,除此之外,而社会底层则基本完全碎片化了,大家互相歧视,甚至互相仇视。很多人通过看不起别人来维持自己的“优越感”,他们最擅长用压迫者的口气说话,但却拥有着被压迫者的生殖器。</P><P style="TEXT-INDENT: 2em;" > </P><P style="TEXT-INDENT: 2em;" >有时候我也觉得很奇怪,为什么这个神奇的国家会诞生出那么多互残文化?例如中国的酒文化,很多人似乎非要将同桌的人喝吐血或是直接喝进医院,才能获得心理满足感。再例如在中国的学校里,有些老师打击学生的自尊和自信的时候,几乎可以用丧心病狂来形容。甚至在家庭里也是一样,有些家长在教育自己的孩子的时候,同样会想方设法摧毁孩子的自尊和自信。由于从小经历了这样的教育,使得很多孩子在长大后,可能连某些最基本、最正当的权利都不敢去争取。</P><P style="TEXT-INDENT: 2em;" > </P><P style="TEXT-INDENT: 2em;" >前一段时间,《人民日报》搞出这么一句“名言”:“我们不能脱离现实发展水平去盲目追求社会公正。”社会公正很难追求吗?的确很难追求,因为某种意义上,社会不公正的根源只有一个,那就是权力压制权利。而权力这东西,它肯定不会自己跑进笼子里。</P><P style="TEXT-INDENT: 2em;" > </P><P style="TEXT-INDENT: 2em;" >曾经有一个豆友问我为什么一直咬住户籍问题这么长时间,觉得我挺没劲的。我的回复是:这个问题和我的切身利益息息相关,我想发出一点我自己的声音,虽然这声音可能很小很小,但我还是想发出我自己的声音。很多时候,如果大家都能发出自己的声音,去争取那些本该属于自己的权利,那么这个不公正的社会就会发生一点一滴的改变,同时那种自身权利每天都被权力损害,却还喜欢用压迫者的口气去侮辱和自己同样身处社会底层的人的蠢货应该也会变得越来越少了吧。</P></PRE></PRE></PRE></DIV></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020112761611735</comments>
<slash:comments>20</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/12187005020112761611735</guid>
<pubDate>Mon, 7 Mar 2011 18:16:11 +0800</pubDate>
<dcterms:modified>2011-03-07T18:57:27+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[我们天上人间见]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011259151534</link>
<description><![CDATA[<div> 在看《观音山》之前,我回想了一下,忽然发现李玉此前拍的三部剧情片我竟然都看过,但每部看完都比较失望,尤其是《苹果》,当时看完我还说过那部电影就像一个“打擦边球的怪胎”。 <BR> 今天去看了《观音山》,也许是因为我对李玉这位导演的期待值比较低,所以看完这部《观音山》之后,我发现它比我想象的要好那么一点点。 <BR> 我想李玉可能是想把自己定位为一位艺术片导演,但她对于自己的导演水平也挺有自知之明的,估计她也知道自己的电影很难像国内的某些艺术片导演那样拿个金棕榈、金狮或金熊之类的大奖,然后通过赚老外的钱来帮投资人先收回成本再大赚一笔,所以她只能在拍艺术片的同时瞄准国内电影市场。但你也知道,大多数国产艺术片想要在国内电影市场收回成本几乎比登天还难。所以李玉将自己最近的两部电影都搞成了话题之作,而她的立场则是伪文化精英式的擦边球立场。当然,这也没什么可指责的,要怪只能怪现在的国内电影市场太畸形了,而李玉的这种尝试,某种意义上也给国产艺术片导演指出了一条新路,即拍一种中国特色的国产商业艺术片,然后想办法用相对比较省钱但又很管用的方式大力营销。 <BR> 《观音山》在公映之前,营销工作做得还挺成功的,尤其是本片的主题曲由范晓萱作曲,韩寒作词,他们的这一招儿狠狠地扼住了无数豆瓣文艺青年的七寸,由此产生的话题效应还挺大的。说到这儿我想起今天看完电影,我还跟张胖儿开玩笑说:高考落榜何处去,韩寒遥指观音山…… <BR> <BR> 在看《观音山》的时候,我对于这样一个问题有些疑惑不解:为什么不让片中的人说方言呢?听着陈柏霖和范冰冰扮演的外省青年操着一口多少有些港台腔和北京腔的普通话,感觉就像是这样一种暗示:这是一个乱编的故事。 <BR> 看《观音山》的前半段,感觉导演讲述的那个残酷青春的故事实在有些小儿科,这个故事被讲述得既不够真实,也不够深刻。而张艾嘉在本片中的“绝望表演”也因为过于用力而有煽情之嫌。如果你看过很多非常经典的艺术片,你会发现那些艺术片导演在叙事的时候几乎从来都是隐忍而节制的,他们更倾向于让观影者自己去想象生活中真正残酷且绝望的那些东西,这就好像海明威的“冰山法则”。而李玉在本片中过于用力且不知节制的叙事,也让本片丧失了成为经典艺术片的可能。 <BR> <BR> 如果说《观音山》这部电影和国内同类电影相比有什么新意的话,那就要说本片最后通过宗教完成了一次还算是比较成功的升华。对于本片的这种升华,我在看完电影后跟张胖儿开玩笑说:“蒋雯丽拍了一部《我们天上见》,我觉得李玉的这部电影也可以命名为《我们天上人间见》,这个‘天上人间’不是北京朝阳区的那个‘天上人间’,而是天上的极乐世界,估计这部电影里张艾嘉演的那个人最后就去了我说的这个天上人间了,在那儿她就能跟她死去的儿子以及她老公团聚了……” <BR> 都说当下的中国人缺乏信仰,导致自己的心灵居无定所,道德体系分崩离析,现在政府的做法是把孔子又给搬出来了,看来当初的新文化运动是白搞了。爱因斯坦曾说佛教是最契合现代科学的一种宗教,真是这样吗?不过不管怎么说,作为一部国产商业艺术片,将残酷青春和佛教嫁接在一切,倒也算搞出了一点新意。 <BR> <BR> 另外在《观音山》的结尾,导演让男主人公和自己的父亲达成了和解,并暗示观影者:被过去那个时代洗脑的父辈现在过得也很苦啊,他们也是受害者。 <BR> 一个人一旦原谅了他的父亲,某种意义上也就意味着他告别了自己的青春。 <BR> 希望这一代告别了青春的人在当了父亲之后,能更合格一点,想办法让自己的孩子活得更快乐一点,更自由一点,这样他们的孩子在长大之后,应该就能如陈丹青所说的那样长着一张“没受过欺负的脸”了吧。 <BR> <BR> 最后再说几句题外话,你看李玉虽然到目前为止,电影拍得还是不怎么样,但你想一想,她现在才37岁,在她不到27岁的时候,她就已经拍出了自己的第一部剧情长片,然后一部接一部地拍到现在。她这么拍下去,在未来的某一天她没准儿真能成为一个电影大师也说不定。估计每一个文艺青年都有自己的梦想,其中大多数人会苦苦思索所谓的实现梦想的秘诀,他们可能会一直思索到自己大小便不能自理的那一天。还有一些人,则像李玉那样,他们不会像大多数人那样把自己的梦想给供起来,他们对待梦想的方式是霸王硬上弓,不管三七二十一,扑上去就开始乱搞,没准儿搞着搞着就把梦想给搞定了。</div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011259151534</comments>
<slash:comments>8</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011259151534</guid>
<pubDate>Sat, 5 Mar 2011 09:15:15 +0800</pubDate>
<dcterms:modified>2011-03-05T09:15:15+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[如何成为富二代他妈的老公]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201111074020174</link>
<description><![CDATA[<div> 今天我和张胖儿一起去看了电影《青蜂侠》,在看之前我对本片的期望并不高。在买票的时候,我发现本片的票价比其他电影要贵一些,便问售票员为什么会这样,售票员对我说:“这部电影是数字3D的。”在此之前我还真不知道这部电影是数字3D的,当时我心想:“原来这鸟片儿还是3D的。”而当我看完本片之后,我对张胖儿说:“这鸟片儿还不错,至少比前一阵儿看的那部鸟3D片儿创什么战纪的要好看一些。” <BR> 话说我对这种商业大片的要求一向不高,由于我在电影院看电影的时候经常会睡着,所以一部商业大片对于我来说只要没有“睡点”,即看的时候没有让我昏昏欲睡,那我就会认为这部电影还不错。说到这儿我想起前一段时间看那部鸟3D片儿创什么战纪的我就睡着了,另外这两年让我看睡着的商业大片还有《变形金刚2》和《爱丽丝梦游仙境》。 <BR> <BR> 说回正题,继续说《青蜂侠》。众所周知,《青蜂侠》主演之一周杰伦有成为“烂片之王”的趋势,估计这也是很多人在没看本片之前就开始痛骂本片的原因之一吧。 <BR> 说到周杰伦,我不禁想起前一段时间我的饭友莫筱涵说的这样一句话:“我其实好想看周杰伦不戴假发的样子,虽然我是他的粉,但这个邪恶的想法不是我的错。”很久以前我也看到过一些关于周杰伦戴假发的八卦,而今天看《青蜂侠》,第一次看到3D版的周杰伦,感觉他的头发果然有些怪怪的,希望这只是因为我的某种心理作用在作祟。 <BR> <BR> 除了周杰伦传说中的假发,在看《青蜂侠》的时候,我一直在想这样一个问题:在全球化的时代,无数现代男人都有一个渴望反体制的超级英雄梦,而现代社会对于个人的控制越来越加强了,想要靠个人的力量反体制,这几乎是一件不可能的事了,于是西方的电影导演们就一次又一次地拍这种超级英雄电影。 <BR> 我相信很多中国电影人也想拍一些和中国社会现状息息相关的超级英雄电影,但不用我说你也知道,这样的电影在现在的中国是很难通过审查的,于是中国电影人就只能另辟蹊径,于是他们会去拍一些将历史背景设置在近代或古代的超级英雄电影,如果他们中的一些人的心里还有一些情怀的话,这些人就会借古讽今,例如姜文的《让子弹飞》,我个人认为《让子弹飞》是中国迄今为止最成功同时也是最好看的一部超级英雄电影。 <BR> 而《青蜂侠》作为一部超级英雄电影,我个人认为它还算是比较好看的一部了,里面笑点还挺多的。另外看本片的时候,我最大的感慨就是:当一个超级富豪或是当一个富二代真爽啊,因为他不禁可以和一群大长腿九头身美女开群P派对,他还有可能成为一个替天行道、惩恶扬善甚至拯救地球的超级英雄,最典型的几个例子就是蝙蝠侠和钢铁侠,另外还有本片中的青蜂侠。 <BR> 也就是说,如果你是一个穷二代,你还想成为一个有能力拯救地球的超级英雄,那你基本上就只能去找那只曾经咬过蜘蛛侠的超级毒蜘蛛,然后冒着生命危险让它也咬你一口。 <BR> <BR> 说到这儿我想起我父亲在上个世纪90年代中期不知道用什么办法曾搞到过100万人民币,他本来有很大的机会用这笔钱作为本钱然后赚到更多的钱,进而让我和我弟弟成为富二代,可那100万人民币很快被他吃喝嫖赌挥霍一空,后来他更是欠了一屁股债,这使得我和我弟弟彻底丧失了成为富二代的可能性。 <BR> 我曾经对张胖儿说:“现在,我最大的梦想就是让你成为富二代他妈,而我则是富二代他妈的老公。”当我看完《青蜂侠》,我就在想,如果我实现了我的这个梦想,那我的那个尚未出生的孩子就有可能成为一个可以替天行道、惩恶扬善甚至拯救地球的超级英雄了,太帅了…… <BR> <BR> 说回到《青蜂侠》,关于本片,我还有这样一个感悟,那就是像本片中的那个跟黑帮勾结的检察官那样掌握权力的人想方设法搞出来的信息不对称是这个世界上的万恶之源,某种意义上,那些见不得人的罪恶乃至极权或专制之所以能存在于这个世界上,靠的就是这种信息不对称。 <BR> 所以在老外拍的无数部电影中,我们总能看到主人公为了让罪恶的真相公布于众而万死不惜这样一种主题,这在西方几乎都快成了一种陈词滥调了。 <BR> 我希望有一天,这样的主题在中国也能成为一种陈词滥调,而这也是我除了想成为富二代他妈的老公之外的另一个梦想。</div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201111074020174</comments>
<slash:comments>8</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201111074020174</guid>
<pubDate>Thu, 10 Feb 2011 19:40:20 +0800</pubDate>
<dcterms:modified>2011-02-10T21:13:34+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[如何像人一样彼此相爱]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201116093962</link>
<description><![CDATA[<div><PRE>有些女人在爱的时候可能会因为自己相对较少考虑下半身的问题,就会拥有这样一种虚妄的道德优越感,即认为自己是在用心去爱,而男人则是在用自己的小弟弟去爱……
都是受生殖本能的驱使,谁的爱天生就能更高尚一些啊?看穿了其实都是一回事儿……
女人受生殖本能驱使,可能会渴望她爱的那个男人一生一世只想睡她一个人,而那个男人受生殖本能驱使,却可能会想睡一万个女人。这真是一个矛盾,但如果这个矛盾不存在,估计人类现在还在茹毛饮血,甚至有可能已经灭绝了。
既然男人拥有总想着到处“播种”这样一种基因本能,那他们为什么会心甘情愿守在某一个女人的身旁呢?估计是因为如果他们天天出去乱搞,那别的男人就可能会趁虚而入,去他们家和他们的女人乱搞,这样他们日后辛辛苦苦养大的就有可能是别人的孩子。
中国古代男人为了解决这一难题,他们殚精竭虑想出了很多办法。例如他们中的一些人如果当上了皇帝,就会把自己的女人都关在后宫,并将有可能接触到这些女人的男人都阉了。不过鉴于能当上皇帝的中国男人就那么几个,皇帝有办法看住自己的女人,那普通老百姓怎么办呢?于是一些极度伪善的“圣人”又想出了“饿死事小,失节事大”或三从四德等诸如此类的道德价值观来压制中国女性。
很显然,在中国古代,男人对女人的全面压制搞得挺成功的。但这个国家也因此付出了巨大的代价,为什么这么说呢?因为某种意义上,男女之间的冲突和摩擦是推动人类社会进步的最强大动力,我想这也许可以用来解释为什么中国从明清开始不断退步,到了清末更是孱弱到不堪一击,也许就是因为那时的中国男权文化对女性的彻底压制,扼杀了中国男女间的大多数冲突和摩擦。
也许上述说法有些抽象,如果往具体了说,我们可以这样解释这个问题,一个男人受生殖本能的驱使,他想去追求他喜欢的女人,那他肯定就要想各种办法去吸引他喜欢的女人,例如他要想办法让自己的身体变得更强壮,他要想办法讨得他喜欢女人的欢心,他要想办法拥有足够多的资源进而让他喜欢的女人相信自己能好好地养她以及他们的孩子。简而言之,他要想方设法让自己进化得更强进而吸引他喜欢的女人。而如果在一个社会中,绝大多数女性的身体完全被物化,被商品化,可能就会使得绝大多数男人觉得自己根本没有必要花心思去思考如何吸引女性,也没有必要去想如何讨女人的欢心,甚至都不用去想如何不断增强自己的男性魅力。
另外你也知道,在中国古代,资源分配方式又极度不公平,使得无数社会最底层中国古代男性即使拼命努力,还是无法改变自己贫贱的命运,这也使得命贱如草的他们根本没有机会拥有足够多的资源进而去吸引女性,所以他们也就不思进取进而让自己进化得更强了,因为他们想要养活自己可能就已经需要他们流尽血汗了。说到这儿我又想起了胡适曾说过的这样一段话:“人世的大悲剧是无数的人们终身做血汗的生活,而不能得着最低限度的人生幸福,不能避免冻与饿。人世的更大悲剧是人类的先知先觉者眼看着无数人们的冻饿,不能设法增进他们的幸福,却把‘乐天’、‘安命’、‘知足’、‘安贫’种种催眠药给他们吃,叫他们自己欺骗自己,安慰自己。”
也就是说,在中国古代,绝大多数社会底层的男人和女人一样,都活在一个巨大的谎言之中,他们被侮辱,被伤害,活得毫无尊严。由于历史拥有巨大的惯性,使得这个巨大的谎言在21世纪的中国依旧很有市场,使得一些很腐朽、很肮脏的道德价值观依旧在这个国家大行其道。这也使得无论是中国男人,还是中国女人,想要在21世纪的今天像人一样活着,像人一样彼此相爱,同样需要付出巨大的努力。还好,我们要比中国古代的男人和女人幸运一些,因为我们拥有了改变自己进而实现精神独立和财务自由的可能性,而如果我们努力改变自己,这也意味我们在一点一滴地改变着这个国家,进而让更多的中国人可以像人一样活着,像人一样彼此相爱。
<FONT face=Arial></FONT></PRE></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201116093962</comments>
<slash:comments>60</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201116093962</guid>
<pubDate>Sun, 6 Feb 2011 12:09:03 +0800</pubDate>
<dcterms:modified>2011-02-06T12:09:03+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[子宫不是少年宫]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011020101358752</link>
<description><![CDATA[<div><PRE>昨天看到有人在微博上转了连岳说的这样一句话:“我总觉得,那种老派的想法,女性一到分手,就觉得自己吃了亏,是标准的自我野鸡化。”刚看到这句话的时候,我沉静一笑,觉得这句话有点儿意思。但后来我又仔细反思了一下,我个人觉得这句话有待商榷。
例如对于很多除了自己年轻的身体之外几乎一无所有的年轻女孩儿来说,恋爱某种意义上可能就是一种性投资,而如果分手了,就意味着她们的性投资失败了。很多女孩儿都很喜欢说这句话:长痛不如短痛。另外女孩儿凭借直觉和男朋友分手的时候通常特别冷酷且决绝,这其实是一种繁殖本能,而女性的直觉则是用上百万年时间进化出来的一种基于繁殖本能的智慧。因为对于一个20多岁的女孩儿来说,从生育的角度来看,她最好的时光也就那么几年了。所以她知道自己耗不起的,耗来耗去就成黄脸婆了。女性依靠直觉冷酷而决绝的迅速分手,十有八九都是明智的选择,否则真有可能会很吃亏。
再例如很多女孩儿在恋爱的过程中曾一次或多次做流产手术,有些女孩儿因此得了妇科病,还有一些女孩儿甚至因此永远丧失了生育能力,这肯定应该也算是吃了亏了吧。说到这儿我又想起在豆瓣某小组里看到的这样一句话:子宫不是少年宫,不是谁的孩子都能进来。原话记不清了,大意如此吧。所以说呢,避孕这件事,尤其是买套儿这件事,女人要比男人更上心,因为子宫没长在男人身上,而男人为了爽那么一下,什么事都能做出来,这就好像李碧华所说的那样,“男人在黑暗中特别勇敢”,这应该也是男人的繁殖本能吧。
在上文中,我多次提到了繁殖本能,但人类之所以有别于其他动物,最主要的区别就在于人类可以让自己的生活不必完全受困于繁殖本能,这也是一个人有可能活得很有意思的最重要原因之一。尤其是对于现代女性来说,受益于有效的现代避孕技术,使得现代女性的生活拥有了更多的可能性,例如靠自己的努力实现精神独立和财务自由。
如果一个女人实现了精神独立和财务自由,那她就能更好地保护自己,而且在结束一段恋情的时候,估计吃亏的感觉也不会太强烈吧。但你也知道,一个女人想要实现精神独立和财务自由肯定很难。还好,女人的繁殖本能也使得很多女人只要能成为一个贤妻良母就会觉得自己活得很有成就感,所以如果你凭借你的直觉嫁给了一个对的人,生了一个或几个健康漂亮的小宝宝,那你同样也能活得很开心。只是请原谅我再罗嗦一句,如果你能成为精神独立且财务自由的贤妻良母,估计你会活得更开心吧,只是想做到这一点更是难上加难啊。
</PRE></div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011020101358752</comments>
<slash:comments>13</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011020101358752</guid>
<pubDate>Thu, 20 Jan 2011 10:13:58 +0800</pubDate>
<dcterms:modified>2011-01-20T10:39:21+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[卡门永远是自由的]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201101262029798</link>
<description><![CDATA[<div>刚才看到天涯上的一个帖子,其大意是一个男人在他老婆身上花了很多钱(这里所说的“很多”主要是参照这个男人的收入状况),投入了很多“爱”(我必须在这句话中的“爱”这个字上打引号),然后他通过偷看他老婆的日记的方式发现他老婆一直处于精神出轨状态,就连跟他亲热时有时也会把他假想成另一个男人,于是这个男人毒打了他老婆四小时……<BR><BR>如此变态的“爱”,竟然也有很多人叫好,这只能说明这个国家其实还没有真正开化。<BR><BR>当然有人也许会说:爱就是自私的,不自私就不是爱。<BR><BR>对于持这种观点的人,倒不一定非要将王小波的这个观点扣到他们头上,即爱一个人要爱到不自私的地步。因为如果一直反思下去,我们可能就会发现:我们在爱一个人的时候假装自己不自私,甚至假装到连自己都被骗了,其目的可能只是为了能得到对方的心,或是让自己看上去像是一个“好男人”,并因此获得精神层面的愉悦和满足(当然,他这么做的结果将十有八九要以失败而告终,因为一个女人很难发自内心地爱上一个“好男人”,男人不坏,女人不爱,这句话虽然已经烂大街了,但很多时候,事实就是如此)。<BR><BR>从这个角度来看,所有的“爱”其实都是可疑的,就像我前几天在我的微博上说的那样:很多人在说“我会爱你一生”时,其真实意图可能是:我想占有你一生;我想折磨你一生;我想靠吸你的血活完这一生……当然,还有一些人说这句话可能只是为了骗得几夜温存或几沓钞票……<BR><BR>所以这非常可疑的“爱”绝对无法成为一个人可以向他自以为深爱的另一个人实施暴力的借口,不管是真爱还是假爱,只要他是一个生活在现代社会中的现代人,无论他多爱那个人,他都没有对那个人实施暴力的权利。<BR><BR>同样的道理,所谓的“道德”同样不能成为一个人对另一个人实施暴力的理由……<BR><BR>写到这儿,我又想起了《卡门》,卡门如果是一个生活在现代社会的现代女孩儿,那她可能不会任由她昔日的爱人那么轻易地杀死她。但这是她自己的选择,而杀死她的人则必须承担相应的代价。<BR><BR>我不知道是不是每个女孩儿的心里都活着一个卡门。<BR><BR>我只知道,卡门永远是自由的。</div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201101262029798</comments>
<slash:comments>42</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/121870050201101262029798</guid>
<pubDate>Wed, 12 Jan 2011 18:20:29 +0800</pubDate>
<dcterms:modified>2011-01-13T04:10:02+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[在下一个十年,你想做什么?]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502010113044456108</link>
<description><![CDATA[<div>十多年前,朴树出了一张新专辑《我去2000年》,他这样唱道:“新世纪来得像梦一样……我们的未来该有多酷……”<BR><BR>现在这新世纪转眼已经过去十年了,现在这生活就是我当初所幻想的那种很酷的未来吗?<BR><BR>在2010年11月的时候,我发了这样一条微博:点开《无极》的豆瓣主页,先是看到该片的豆瓣评分,不禁沉静一笑。随后又看本片的上映时间,心里一惊,这片是2005年上映的?太可怕了,已经过去五年了?我怎么觉得看到满大街都是《无极》广告好像是两三年前的事呢?什么是白驹过隙,也许这就是白驹过隙……<BR><BR>五年如白驹过隙,十年如白驹过隙,时间真的存在吗?是不是只有人类这时间的囚徒才会思考这该死的问题:那些过去的时光都流逝到哪里去了?<BR><BR>在上学的时候,我们动不动就对别人说,我永远喜欢你,我要永远和你在一起。现在想一想,那时我们所说的永远可能比十年还短。<BR><BR>想一想这过去的十年,我都做了什么?似乎做得最多就是在网上点来点去。今天早上我写了一首打油诗:“显示器前一群猪,每天上网不看书。青春易逝梦易碎,早晚有天呜呜哭。”其实我自己就是这样的一头猪,我在网上看过无数的信息,无数的八卦,我还在网上下过无数部爱情动作片,但每一部我都是快进着看完的……<BR><BR>关于下一个十年,我还没有定好明确一些的计划。但我已经想好了,在下一个十年,我一定要尽可能少在网上点来点去浪费时间,因为现在从岁数来看,我已经不算很年轻了。杨德昌说:“年轻是一种品质,而不是数量,一旦拥有就不会失去。”从这个角度来看,有些人可能从未真正年轻过,有些人却能永远不老。我曾经真正年轻过吗?这还真不好说。而年轻,或者说青春,它又是怎样一种品质呢?这个问题我要想一想。<BR><BR>王尔德曾说我们想要重返青春其实非常简单,只要我们不停地做蠢事就可以了。这似乎是他的一句戏谑之语,但我发现这可能的确是一条重返青春之路。不停地做蠢事,这有些类似于美国苹果公司创始人斯蒂夫·乔布斯挂在嘴边的那句:“保持饥饿,保持愚蠢。”<BR><BR>为什么要保持饥饿,保持愚蠢?某种意义上,如果一个人贪图安逸,放弃战斗,害怕冒险,这意味着青春已逝。从这个角度来看,青春最重要的品质也许就是不贪图安逸,不放弃战斗,不害怕冒险。<BR><BR>在下一个十年,我要想方设法活得更有意思一些,我要去战斗,去冒险,就像GALA在《飞行员之歌》中所唱的那样:“我一定穷尽所有力气坚持到底……在世界末日之前你是我的唯一……”<BR><BR>在下一个十年,你想做什么?</div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502010113044456108</comments>
<slash:comments>9</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/1218700502010113044456108</guid>
<pubDate>Thu, 30 Dec 2010 04:44:56 +0800</pubDate>
<dcterms:modified>2010-12-30T04:47:10+08:00</dcterms:modified>
</item>
<item>
<title><![CDATA[比死更可怕的事]]></title>
<link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020101127112415333</link>
<description><![CDATA[<div>有没有人像我一样,看《非诚勿扰2》后半部分的时候哭得就像个傻逼一样啊?<BR>前几天就在网上看到某女说她看到她身边有几个老男人看此片看得一把鼻涕一把泪的,她对此表示非常不屑。不屑就不屑吧,男人自己哭爽了才是真的,N年前我就发现,有时哭真的比做爱更爽,哭完会有心旷神怡的感觉,特减压,特舒服……<BR>另外据说哭还能排毒呢,为什么女人普遍比男人长寿?女人更爱哭、更爱宣泄自己的情绪据说也是原因之一。<BR>今天去看完《非2》后回来看此片的豆瓣评论,发现恶评如潮,这倒也在我意料之中,看本片前半段的时候我也觉得特没劲。还好,孙红雷扮演的那个叫李香山的人得的那个绝症在某种程度上挽救了这部电影。<BR>如果你是一个男人,如果你看《非2》后半部分没有哭,我觉得可能是因为这样两个原因,一是因为你还很年轻,二是因为你还没结婚,或者两者兼而有之。<BR>今天看完这部电影后,我和我老婆走出放映厅的时候,看到过道边儿的座位坐着一对儿大概60岁左右的老夫妻,男的还坐在那儿默默抽泣,女的则轻轻地拍着她老公的手……<BR><BR>冯小刚和王朔在《非2》这部贺岁片里简单探讨了一下婚姻与死亡。在某些人看来,这两者其实是有相似之处的,就像某饭友说的那样:“送人进坟墓的买卖钱都特别好赚,比如说丧葬行业,比如说婚庆行业。”<BR>据说想要让婚姻长久,就要让爱情变成亲情,对此我曾这样戏谑道:爱情变亲情,做爱像乱伦。话可以说得很轻松,但在这两年,我的确渐渐发现我和我老婆变成了一种亲情关系了,几个月前我在微博上曾写过这样一段话:老婆在家的时候,有时她会跟我吵架,吵得天昏地暗的,她说现在就离婚,我心里甚至会想:好啊,求之不得呢,烦都被你烦死啦;最近一周,老婆不在家,忽然才发现,原来她已经成为这个世界上我最亲的亲人了……<BR>记得美国有一个女性人类学家曾说:很多男人努力赚钱,进而让自己变成女人最喜欢的那种平庸男人。原话记不清了,大意如此吧。在我非常非常年轻的时候,我特别特别害怕我会成为那样的平庸男人。而现在,虽然我还是不甘平庸,但我接下来要做的还真就是要像一个偏执狂那样去赚钱,就像《非2》中孙红雷扮演的李香山说的那样,成为一个“跟钱着了大急”的“钱串子”。<BR>我现在越来越觉得,在这样一个时代,你只是用一些好听的话来表达你所谓的爱是不道德的,甚至是可耻的,你只能用物质来表达你的爱,你只能用实际行动来表达你的爱。你可以说这很浅薄,但我宁愿浅薄,也不愿意给我爱的人灌那种教人如何克服虚荣和物欲的心灵鸡汤。<BR>孙红雷扮演的李香山这个角色,你可以说他玩世不恭,你也可以说他游戏人间,但他毕竟用实际的行动以及足够的物质保障让他爱的人活得更快乐、更自由……<BR><BR>我相信王朔在过去的十来年没少思考死亡,你就看他这几年写的那些东西吧。而在《非2》中,王朔也借孙红雷扮演的李香山这一角色简单探讨了死亡这一主题。<BR>某种意义上,只要我们来到人世间,我们都是身患不治之症的生物,这种不治之症就是死亡,大家有所不同的是早死还是晚死,反正早晚都得死。孙红雷扮演的李香山说他不怕死,就怕生不如死。生不如死是怎样一种感觉?我是这么想的,每天为了生存不得不去做自己打心眼儿里就不想做的事,并因此郁闷得要死,我觉得这就是生不如死。某种意义上,这可能是比死更可怕的事。<BR>既然如此,那我们就去做那些我们打心眼儿里想去做的事呗。你可能会说,哪他妈那么容易啊,做我打心眼儿里想去做的事,那就等于是去追求我的理想了,理想能是那么容易实现的吗?在2010年的平安夜,豆友张百万说了这样一句话:“圣诞快乐,生活不会因为你放弃理想而变得简单一点点的。共勉之。”而他的这句话也让我想起了中国某著名房地产商说的一句话:“全世界赚钱最多的人是谁?恰好是追求理想,顺便赚钱的人;而不是追求赚钱,顺便谈理想的人。”真是这样吗?我觉得我们至少可以试一下,趁我们还年轻。</div>]]></description>
<author><![CDATA[丁小云]]></author>
<comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020101127112415333</comments>
<slash:comments>9</slash:comments>
<guid isPermaLink="true">http://dingxiaoyun555.blog.163.com/blog/static/12187005020101127112415333</guid>
<pubDate>Mon, 27 Dec 2010 23:24:15 +0800</pubDate>
<dcterms:modified>2010-12-27T23:34:58+08:00</dcterms:modified>
</item>
</channel>
</rss> | DIGITAL Command Language | 3 | hsantos9/Winds | api/test/data/feed/dingxiaoyun555.blog.163.com | [
"BSD-3-Clause"
] |
"""Diagnostics support for KNX."""
from __future__ import annotations
from typing import Any
import voluptuous as vol
from homeassistant import config as conf_util
from homeassistant.components.diagnostics import async_redact_data
from homeassistant.config_entries import ConfigEntry
from homeassistant.core import HomeAssistant
from . import CONFIG_SCHEMA
from .const import (
CONF_KNX_KNXKEY_PASSWORD,
CONF_KNX_SECURE_DEVICE_AUTHENTICATION,
CONF_KNX_SECURE_USER_PASSWORD,
DOMAIN,
)
TO_REDACT = {
CONF_KNX_KNXKEY_PASSWORD,
CONF_KNX_SECURE_USER_PASSWORD,
CONF_KNX_SECURE_DEVICE_AUTHENTICATION,
}
async def async_get_config_entry_diagnostics(
hass: HomeAssistant, config_entry: ConfigEntry
) -> dict:
"""Return diagnostics for a config entry."""
diag: dict[str, Any] = {}
knx_module = hass.data[DOMAIN]
diag["xknx"] = {
"version": knx_module.xknx.version,
"current_address": str(knx_module.xknx.current_address),
}
diag["config_entry_data"] = async_redact_data(dict(config_entry.data), TO_REDACT)
raw_config = await conf_util.async_hass_config_yaml(hass)
diag["configuration_yaml"] = raw_config.get(DOMAIN)
try:
CONFIG_SCHEMA(raw_config)
except vol.Invalid as ex:
diag["configuration_error"] = str(ex)
else:
diag["configuration_error"] = None
return diag
| Python | 5 | mtarjoianu/core | homeassistant/components/knx/diagnostics.py | [
"Apache-2.0"
] |
#!/bin/bash
set -ex
wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz
tar xf openssl-1.1.1k.tar.gz
(cd openssl-1.1.1k && ./config --prefix="$PYTHON_INSTALL_DIR" && make -j32 && make install)
CFLAGS=-fPIC CPPFLAGS=-fPIC ./configure --prefix "$PYTHON_INSTALL_DIR" --with-openssl="$PYTHON_INSTALL_DIR"
| Shell | 3 | Hacky-DH/pytorch | torch/csrc/deploy/interpreter/configure_cpython.sh | [
"Intel"
] |
$! make libz under VMS written by
$! Martin P.J. Zinser
$! <zinser@zinser.no-ip.info or zinser@sysdev.deutsche-boerse.com>
$!
$ on error then goto err_exit
$!
$!
$! Just some general constants...
$!
$ true = 1
$ false = 0
$ tmpnam = "temp_" + f$getjpi("","pid")
$ SAY = "WRITE SYS$OUTPUT"
$!
$! Setup variables holding "config" information
$!
$ Make = ""
$ name = "Zlib"
$ version = "?.?.?"
$ v_string = "ZLIB_VERSION"
$ v_file = "zlib.h"
$ ccopt = ""
$ lopts = ""
$ linkonly = false
$ optfile = name + ".opt"
$ its_decc = false
$ its_vaxc = false
$ its_gnuc = false
$ axp = f$getsyi("HW_MODEL").ge.1024
$ s_case = false
$! Check for MMK/MMS
$!
$ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
$ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
$!
$!
$ gosub find_version
$!
$ gosub check_opts
$!
$! Look for the compiler used
$!
$ gosub check_compiler
$ if its_decc
$ then
$ ccopt = "/prefix=all" + ccopt
$ if f$trnlnm("SYS") .eqs. ""
$ then
$ if axp
$ then
$ define sys sys$library:
$ else
$ ccopt = "/decc" + ccopt
$ define sys decc$library_include:
$ endif
$ endif
$ endif
$ if its_vaxc .or. its_gnuc
$ then
$ if f$trnlnm("SYS").eqs."" then define sys sys$library:
$ endif
$!
$! Build the thing plain or with mms
$!
$ write sys$output "Compiling Zlib sources ..."
$ if make.eqs.""
$ then
$ dele example.obj;*,minigzip.obj;*
$ CALL MAKE adler32.OBJ "CC ''CCOPT' adler32" -
adler32.c zlib.h zconf.h
$ CALL MAKE compress.OBJ "CC ''CCOPT' compress" -
compress.c zlib.h zconf.h
$ CALL MAKE crc32.OBJ "CC ''CCOPT' crc32" -
crc32.c zlib.h zconf.h
$ CALL MAKE deflate.OBJ "CC ''CCOPT' deflate" -
deflate.c deflate.h zutil.h zlib.h zconf.h
$ CALL MAKE gzio.OBJ "CC ''CCOPT' gzio" -
gzio.c zutil.h zlib.h zconf.h
$ CALL MAKE infback.OBJ "CC ''CCOPT' infback" -
infback.c zutil.h inftrees.h inflate.h inffast.h inffixed.h
$ CALL MAKE inffast.OBJ "CC ''CCOPT' inffast" -
inffast.c zutil.h zlib.h zconf.h inffast.h
$ CALL MAKE inflate.OBJ "CC ''CCOPT' inflate" -
inflate.c zutil.h zlib.h zconf.h infblock.h
$ CALL MAKE inftrees.OBJ "CC ''CCOPT' inftrees" -
inftrees.c zutil.h zlib.h zconf.h inftrees.h
$ CALL MAKE trees.OBJ "CC ''CCOPT' trees" -
trees.c deflate.h zutil.h zlib.h zconf.h
$ CALL MAKE uncompr.OBJ "CC ''CCOPT' uncompr" -
uncompr.c zlib.h zconf.h
$ CALL MAKE zutil.OBJ "CC ''CCOPT' zutil" -
zutil.c zutil.h zlib.h zconf.h
$ write sys$output "Building Zlib ..."
$ CALL MAKE libz.OLB "lib/crea libz.olb *.obj" *.OBJ
$ write sys$output "Building example..."
$ CALL MAKE example.OBJ "CC ''CCOPT' example" -
example.c zlib.h zconf.h
$ call make example.exe "LINK example,libz.olb/lib" example.obj libz.olb
$ if f$search("x11vms:xvmsutils.olb") .nes. ""
$ then
$ write sys$output "Building minigzip..."
$ CALL MAKE minigzip.OBJ "CC ''CCOPT' minigzip" -
minigzip.c zlib.h zconf.h
$ call make minigzip.exe -
"LINK minigzip,libz.olb/lib,x11vms:xvmsutils.olb/lib" -
minigzip.obj libz.olb
$ endif
$ else
$ gosub crea_mms
$ SAY "Make ''name' ''version' with ''Make' "
$ 'make'
$ endif
$!
$! Alpha gets a shareable image
$!
$ If axp
$ Then
$ gosub crea_olist
$ write sys$output "Creating libzshr.exe"
$ call anal_obj_axp modules.opt _link.opt
$ if s_case
$ then
$ open/append optf modules.opt
$ write optf "case_sensitive=YES"
$ close optf
$ endif
$ LINK_'lopts'/SHARE=libzshr.exe modules.opt/opt,_link.opt/opt
$ endif
$ write sys$output "Zlib build completed"
$ exit
$CC_ERR:
$ write sys$output "C compiler required to build ''name'"
$ goto err_exit
$ERR_EXIT:
$ set message/facil/ident/sever/text
$ write sys$output "Exiting..."
$ exit 2
$!
$!
$MAKE: SUBROUTINE !SUBROUTINE TO CHECK DEPENDENCIES
$ V = 'F$Verify(0)
$! P1 = What we are trying to make
$! P2 = Command to make it
$! P3 - P8 What it depends on
$
$ If F$Search(P1) .Eqs. "" Then Goto Makeit
$ Time = F$CvTime(F$File(P1,"RDT"))
$arg=3
$Loop:
$ Argument = P'arg
$ If Argument .Eqs. "" Then Goto Exit
$ El=0
$Loop2:
$ File = F$Element(El," ",Argument)
$ If File .Eqs. " " Then Goto Endl
$ AFile = ""
$Loop3:
$ OFile = AFile
$ AFile = F$Search(File)
$ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
$ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
$ Goto Loop3
$NextEL:
$ El = El + 1
$ Goto Loop2
$EndL:
$ arg=arg+1
$ If arg .Le. 8 Then Goto Loop
$ Goto Exit
$
$Makeit:
$ VV=F$VERIFY(0)
$ write sys$output P2
$ 'P2
$ VV='F$Verify(VV)
$Exit:
$ If V Then Set Verify
$ENDSUBROUTINE
$!------------------------------------------------------------------------------
$!
$! Check command line options and set symbols accordingly
$!
$ CHECK_OPTS:
$ i = 1
$ OPT_LOOP:
$ if i .lt. 9
$ then
$ cparm = f$edit(p'i',"upcase")
$ if cparm .eqs. "DEBUG"
$ then
$ ccopt = ccopt + "/noopt/deb"
$ lopts = lopts + "/deb"
$ endif
$ if f$locate("CCOPT=",cparm) .lt. f$length(cparm)
$ then
$ start = f$locate("=",cparm) + 1
$ len = f$length(cparm) - start
$ ccopt = ccopt + f$extract(start,len,cparm)
$ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) -
then s_case = true
$ endif
$ if cparm .eqs. "LINK" then linkonly = true
$ if f$locate("LOPTS=",cparm) .lt. f$length(cparm)
$ then
$ start = f$locate("=",cparm) + 1
$ len = f$length(cparm) - start
$ lopts = lopts + f$extract(start,len,cparm)
$ endif
$ if f$locate("CC=",cparm) .lt. f$length(cparm)
$ then
$ start = f$locate("=",cparm) + 1
$ len = f$length(cparm) - start
$ cc_com = f$extract(start,len,cparm)
if (cc_com .nes. "DECC") .and. -
(cc_com .nes. "VAXC") .and. -
(cc_com .nes. "GNUC")
$ then
$ write sys$output "Unsupported compiler choice ''cc_com' ignored"
$ write sys$output "Use DECC, VAXC, or GNUC instead"
$ else
$ if cc_com .eqs. "DECC" then its_decc = true
$ if cc_com .eqs. "VAXC" then its_vaxc = true
$ if cc_com .eqs. "GNUC" then its_gnuc = true
$ endif
$ endif
$ if f$locate("MAKE=",cparm) .lt. f$length(cparm)
$ then
$ start = f$locate("=",cparm) + 1
$ len = f$length(cparm) - start
$ mmks = f$extract(start,len,cparm)
$ if (mmks .eqs. "MMK") .or. (mmks .eqs. "MMS")
$ then
$ make = mmks
$ else
$ write sys$output "Unsupported make choice ''mmks' ignored"
$ write sys$output "Use MMK or MMS instead"
$ endif
$ endif
$ i = i + 1
$ goto opt_loop
$ endif
$ return
$!------------------------------------------------------------------------------
$!
$! Look for the compiler used
$!
$CHECK_COMPILER:
$ if (.not. (its_decc .or. its_vaxc .or. its_gnuc))
$ then
$ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")
$ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "")
$ its_gnuc = .not. (its_decc .or. its_vaxc) .and. (f$trnlnm("gnu_cc") .nes. "")
$ endif
$!
$! Exit if no compiler available
$!
$ if (.not. (its_decc .or. its_vaxc .or. its_gnuc))
$ then goto CC_ERR
$ else
$ if its_decc then write sys$output "CC compiler check ... Compaq C"
$ if its_vaxc then write sys$output "CC compiler check ... VAX C"
$ if its_gnuc then write sys$output "CC compiler check ... GNU C"
$ endif
$ return
$!------------------------------------------------------------------------------
$!
$! If MMS/MMK are available dump out the descrip.mms if required
$!
$CREA_MMS:
$ write sys$output "Creating descrip.mms..."
$ create descrip.mms
$ open/append out descrip.mms
$ copy sys$input: out
$ deck
# descrip.mms: MMS description file for building zlib on VMS
# written by Martin P.J. Zinser
# <zinser@zinser.no-ip.info or zinser@sysdev.deutsche-boerse.com>
OBJS = adler32.obj, compress.obj, crc32.obj, gzio.obj, uncompr.obj, infback.obj\
deflate.obj, trees.obj, zutil.obj, inflate.obj, \
inftrees.obj, inffast.obj
$ eod
$ write out "CFLAGS=", ccopt
$ write out "LOPTS=", lopts
$ copy sys$input: out
$ deck
all : example.exe minigzip.exe libz.olb
@ write sys$output " Example applications available"
libz.olb : libz.olb($(OBJS))
@ write sys$output " libz available"
example.exe : example.obj libz.olb
link $(LOPTS) example,libz.olb/lib
minigzip.exe : minigzip.obj libz.olb
link $(LOPTS) minigzip,libz.olb/lib,x11vms:xvmsutils.olb/lib
clean :
delete *.obj;*,libz.olb;*,*.opt;*,*.exe;*
# Other dependencies.
adler32.obj : adler32.c zutil.h zlib.h zconf.h
compress.obj : compress.c zlib.h zconf.h
crc32.obj : crc32.c zutil.h zlib.h zconf.h
deflate.obj : deflate.c deflate.h zutil.h zlib.h zconf.h
example.obj : example.c zlib.h zconf.h
gzio.obj : gzio.c zutil.h zlib.h zconf.h
inffast.obj : inffast.c zutil.h zlib.h zconf.h inftrees.h inffast.h
inflate.obj : inflate.c zutil.h zlib.h zconf.h
inftrees.obj : inftrees.c zutil.h zlib.h zconf.h inftrees.h
minigzip.obj : minigzip.c zlib.h zconf.h
trees.obj : trees.c deflate.h zutil.h zlib.h zconf.h
uncompr.obj : uncompr.c zlib.h zconf.h
zutil.obj : zutil.c zutil.h zlib.h zconf.h
infback.obj : infback.c zutil.h inftrees.h inflate.h inffast.h inffixed.h
$ eod
$ close out
$ return
$!------------------------------------------------------------------------------
$!
$! Read list of core library sources from makefile.in and create options
$! needed to build shareable image
$!
$CREA_OLIST:
$ open/read min makefile.in
$ open/write mod modules.opt
$ src_check = "OBJS ="
$MRLOOP:
$ read/end=mrdone min rec
$ if (f$extract(0,6,rec) .nes. src_check) then goto mrloop
$ rec = rec - src_check
$ gosub extra_filnam
$ if (f$element(1,"\",rec) .eqs. "\") then goto mrdone
$MRSLOOP:
$ read/end=mrdone min rec
$ gosub extra_filnam
$ if (f$element(1,"\",rec) .nes. "\") then goto mrsloop
$MRDONE:
$ close min
$ close mod
$ return
$!------------------------------------------------------------------------------
$!
$! Take record extracted in crea_olist and split it into single filenames
$!
$EXTRA_FILNAM:
$ myrec = f$edit(rec - "\", "trim,compress")
$ i = 0
$FELOOP:
$ srcfil = f$element(i," ", myrec)
$ if (srcfil .nes. " ")
$ then
$ write mod f$parse(srcfil,,,"NAME"), ".obj"
$ i = i + 1
$ goto feloop
$ endif
$ return
$!------------------------------------------------------------------------------
$!
$! Find current Zlib version number
$!
$FIND_VERSION:
$ open/read h_in 'v_file'
$hloop:
$ read/end=hdone h_in rec
$ rec = f$edit(rec,"TRIM")
$ if (f$extract(0,1,rec) .nes. "#") then goto hloop
$ rec = f$edit(rec - "#", "TRIM")
$ if f$element(0," ",rec) .nes. "define" then goto hloop
$ if f$element(1," ",rec) .eqs. v_string
$ then
$ version = 'f$element(2," ",rec)'
$ goto hdone
$ endif
$ goto hloop
$hdone:
$ close h_in
$ return
$!------------------------------------------------------------------------------
$!
$! Analyze Object files for OpenVMS AXP to extract Procedure and Data
$! information to build a symbol vector for a shareable image
$! All the "brains" of this logic was suggested by Hartmut Becker
$! (Hartmut.Becker@compaq.com). All the bugs were introduced by me
$! (zinser@decus.de), so if you do have problem reports please do not
$! bother Hartmut/HP, but get in touch with me
$!
$ ANAL_OBJ_AXP: Subroutine
$ V = 'F$Verify(0)
$ SAY := "WRITE_ SYS$OUTPUT"
$
$ IF F$SEARCH("''P1'") .EQS. ""
$ THEN
$ SAY "ANAL_OBJ_AXP-E-NOSUCHFILE: Error, inputfile ''p1' not available"
$ goto exit_aa
$ ENDIF
$ IF "''P2'" .EQS. ""
$ THEN
$ SAY "ANAL_OBJ_AXP: Error, no output file provided"
$ goto exit_aa
$ ENDIF
$
$ open/read in 'p1
$ create a.tmp
$ open/append atmp a.tmp
$ loop:
$ read/end=end_loop in line
$ f= f$search(line)
$ if f .eqs. ""
$ then
$ write sys$output "ANAL_OBJ_AXP-w-nosuchfile, ''line'"
$ goto loop
$ endif
$ define/user sys$output nl:
$ define/user sys$error nl:
$ anal/obj/gsd 'f /out=x.tmp
$ open/read xtmp x.tmp
$ XLOOP:
$ read/end=end_xloop xtmp xline
$ xline = f$edit(xline,"compress")
$ write atmp xline
$ goto xloop
$ END_XLOOP:
$ close xtmp
$ goto loop
$ end_loop:
$ close in
$ close atmp
$ if f$search("a.tmp") .eqs. "" -
then $ exit
$ ! all global definitions
$ search a.tmp "symbol:","EGSY$V_DEF 1","EGSY$V_NORM 1"/out=b.tmp
$ ! all procedures
$ search b.tmp "EGSY$V_NORM 1"/wind=(0,1) /out=c.tmp
$ search c.tmp "symbol:"/out=d.tmp
$ define/user sys$output nl:
$ edito/edt/command=sys$input d.tmp
sub/symbol: "/symbol_vector=(/whole
sub/"/=PROCEDURE)/whole
exit
$ ! all data
$ search b.tmp "EGSY$V_DEF 1"/wind=(0,1) /out=e.tmp
$ search e.tmp "symbol:"/out=f.tmp
$ define/user sys$output nl:
$ edito/edt/command=sys$input f.tmp
sub/symbol: "/symbol_vector=(/whole
sub/"/=DATA)/whole
exit
$ sort/nodupl d.tmp,f.tmp 'p2'
$ delete a.tmp;*,b.tmp;*,c.tmp;*,d.tmp;*,e.tmp;*,f.tmp;*
$ if f$search("x.tmp") .nes. "" -
then $ delete x.tmp;*
$!
$ EXIT_AA:
$ if V then set verify
$ endsubroutine
$!------------------------------------------------------------------------------
| DIGITAL Command Language | 4 | Davidfind/rt-thread | components/dfs/filesystems/jffs2/cyg/compress/src/Make_vms.com | [
"Apache-2.0"
] |
DROP TABLE "public"."table41";
| SQL | 1 | eazyfin/graphql-engine | cli/commands/testdata/migrate-squash-test/migrations/1588172670313_create_table_public_table41/down.sql | [
"Apache-2.0",
"MIT"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.