easycoder 250209.1__tar.gz → 250211.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of easycoder might be problematic. Click here for more details.
- {easycoder-250209.1 → easycoder-250211.1}/PKG-INFO +1 -1
- {easycoder-250209.1 → easycoder-250211.1}/easycoder/__init__.py +1 -1
- {easycoder-250209.1 → easycoder-250211.1}/easycoder/ec_core.py +22 -14
- {easycoder-250209.1 → easycoder-250211.1}/easycoder/ec_program.py +9 -7
- easycoder-250211.1/scripts/test.ecs +14 -0
- easycoder-250209.1/scripts/test.ecs +0 -12
- {easycoder-250209.1 → easycoder-250211.1}/LICENSE +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/README.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/README.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/README.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/boolean.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/empty.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/ends.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/even.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/exists.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/greater.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/hasProperty.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/includes.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/is.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/less.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/list.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/none.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/not.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/numeric.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/object.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/odd.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/starts.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/conditions/string.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/add.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/append.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/assert.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/begin.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/clear.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/close.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/create.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/debug.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/decrement.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/delete.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/divide.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/exit.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/file.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/fork.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/get.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/go.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/gosub.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/if.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/import.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/increment.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/index.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/init.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/input.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/load.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/lock.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/log.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/module.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/multiply.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/negate.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/open.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/pop.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/post.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/print.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/push.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/put.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/read.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/release.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/replace.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/return.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/run.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/save.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/script.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/set.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/split.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/stack.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/stop.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/system.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/take.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/toggle.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/truncate.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/unlock.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/variable.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/wait.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/while.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/keywords/write.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/arg.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/args.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/cos.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/datime.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/decode.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/element.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/elements.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/empty.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/encode.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/error.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/files.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/float.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/from.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/hash.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/index.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/integer.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/json.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/keys.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/left.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/length.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/lowercase.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/memory.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/modification.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/modulo.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/newline.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/now.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/position.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/property.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/random.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/right.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/sin.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/stringify.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/tab.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/tan.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/timestamp.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/today.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/trim.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/type.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/uppercase.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/value.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/core/values/weekday.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/README.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/keywords/attach.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/keywords/close.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/keywords/create.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/keywords/ellipse.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/keywords/image.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/keywords/move.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/keywords/on.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/keywords/rectangle.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/keywords/render.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/keywords/run.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/keywords/set.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/keywords/text.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/values/attribute.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/doc/graphics/values/window.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/easycoder/README.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/easycoder/ec_classes.py +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/easycoder/ec_compiler.py +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/easycoder/ec_condition.py +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/easycoder/ec_graphics.py +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/easycoder/ec_gutils.py +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/easycoder/ec_handler.py +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/easycoder/ec_timestamp.py +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/easycoder/ec_value.py +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/images/Semoigo Dawn.jpg +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/json/graphics-demo.json +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/ec_keyboard.py +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/ec_p100.py +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/keyboards/4-function.json +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/keyboards/4-function.png +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/keyboards/qwerty-0.json +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/keyboards/qwerty-0.png +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/keyboards/qwerty-1.json +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/keyboards/qwerty-1.png +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/keyboards/qwerty-2.json +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/keyboards/qwerty-2.png +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/keyboards/qwerty-3.json +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/keyboards/qwerty-3.png +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/plugins/points.py +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/pyproject.toml +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/scripts/README.md +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/scripts/benchmark.ecs +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/scripts/config.ecg +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/scripts/connect.ecg +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/scripts/ec_keyboard.py +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/scripts/findxr.ecs +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/scripts/fizzbuzz.ecs +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/scripts/hello.ecs +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/scripts/points.ecs +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/scripts/testg.ecg +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/scripts/tests.ecs +0 -0
- {easycoder-250209.1 → easycoder-250211.1}/test.ecs +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: easycoder
|
|
3
|
-
Version:
|
|
3
|
+
Version: 250211.1
|
|
4
4
|
Summary: Rapid scripting in English
|
|
5
5
|
Keywords: compiler,scripting,prototyping,programming,coding,python,low code,hypertalk,computer language,learn to code
|
|
6
6
|
Author-email: Graham Trott <gtanyware@gmail.com>
|
|
@@ -696,22 +696,21 @@ class Core(Handler):
|
|
|
696
696
|
self.program.importPlugin(f'{source}:{clazz}')
|
|
697
697
|
return True
|
|
698
698
|
elif self.isSymbol():
|
|
699
|
-
|
|
700
|
-
if
|
|
701
|
-
command['
|
|
702
|
-
self.
|
|
703
|
-
|
|
699
|
+
symbolRecord = self.getSymbolRecord()
|
|
700
|
+
if symbolRecord['valueHolder']:
|
|
701
|
+
command['target'] = symbolRecord['name']
|
|
702
|
+
if self.nextIs('from'):
|
|
703
|
+
command['file'] = self.nextValue()
|
|
704
|
+
self.add(command)
|
|
705
|
+
return True
|
|
704
706
|
return False
|
|
705
707
|
|
|
706
708
|
def r_load(self, command):
|
|
707
709
|
target = self.getVariable(command['target'])
|
|
708
710
|
file = self.getRuntimeValue(command['file'])
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
except:
|
|
713
|
-
content=None
|
|
714
|
-
if content != None and file.endswith('.json'): content = json.loads(content)
|
|
711
|
+
f = open(file, 'r')
|
|
712
|
+
content = f.read()
|
|
713
|
+
f.close()
|
|
715
714
|
value = {}
|
|
716
715
|
value['type'] = 'text'
|
|
717
716
|
value['content'] = content
|
|
@@ -1220,9 +1219,9 @@ class Core(Handler):
|
|
|
1220
1219
|
def r_save(self, command):
|
|
1221
1220
|
content = self.getRuntimeValue(command['content'])
|
|
1222
1221
|
file = self.getRuntimeValue(command['file'])
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1222
|
+
f = open(file, 'w')
|
|
1223
|
+
f.write(content)
|
|
1224
|
+
f.close()
|
|
1226
1225
|
return self.nextPC()
|
|
1227
1226
|
|
|
1228
1227
|
# Send a message to a module
|
|
@@ -1691,6 +1690,7 @@ class Core(Handler):
|
|
|
1691
1690
|
value['name'] = token
|
|
1692
1691
|
symbolRecord = self.getSymbolRecord()
|
|
1693
1692
|
keyword = symbolRecord['keyword']
|
|
1693
|
+
|
|
1694
1694
|
if keyword == 'module':
|
|
1695
1695
|
value['type'] = 'module'
|
|
1696
1696
|
return value
|
|
@@ -1999,6 +1999,10 @@ class Core(Handler):
|
|
|
1999
1999
|
base64_bytes = content.encode('ascii')
|
|
2000
2000
|
message_bytes = base64.b64decode(base64_bytes)
|
|
2001
2001
|
value['content'] = message_bytes.decode('ascii')
|
|
2002
|
+
elif self.encoding == 'hex':
|
|
2003
|
+
hex_bytes = content.encode('utf-8')
|
|
2004
|
+
message_bytes = binascii.unhexlify(hex_bytes)
|
|
2005
|
+
value['content'] = message_bytes.decode('utf-8')
|
|
2002
2006
|
else:
|
|
2003
2007
|
value = v
|
|
2004
2008
|
return value
|
|
@@ -2042,6 +2046,10 @@ class Core(Handler):
|
|
|
2042
2046
|
data_bytes = content.encode('ascii')
|
|
2043
2047
|
base64_bytes = base64.b64encode(data_bytes)
|
|
2044
2048
|
value['content'] = base64_bytes.decode('ascii')
|
|
2049
|
+
elif self.encoding == 'hex':
|
|
2050
|
+
data_bytes = content.encode('utf-8')
|
|
2051
|
+
hex_bytes = binascii.hexlify(data_bytes)
|
|
2052
|
+
value['content'] = hex_bytes.decode('utf-8')
|
|
2045
2053
|
else:
|
|
2046
2054
|
value = v
|
|
2047
2055
|
return value
|
|
@@ -149,17 +149,19 @@ class Program:
|
|
|
149
149
|
elif valType == 'symbol':
|
|
150
150
|
name = value['name']
|
|
151
151
|
symbolRecord = self.getSymbolRecord(name)
|
|
152
|
-
if symbolRecord['
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
152
|
+
if symbolRecord['valueHolder']:
|
|
153
|
+
handler = self.domainIndex[symbolRecord['domain']].valueHandler('symbol')
|
|
154
|
+
result = handler(symbolRecord)
|
|
155
|
+
else:
|
|
156
|
+
# Call the given domain to handle a value
|
|
157
|
+
domain = self.domainIndex[value['domain']]
|
|
158
|
+
handler = domain.valueHandler(value['type'])
|
|
159
|
+
if handler: result = handler(value)
|
|
157
160
|
else:
|
|
158
161
|
# Call the given domain to handle a value
|
|
159
162
|
domain = self.domainIndex[value['domain']]
|
|
160
163
|
handler = domain.valueHandler(value['type'])
|
|
161
|
-
if handler:
|
|
162
|
-
result = handler(value)
|
|
164
|
+
if handler: result = handler(value)
|
|
163
165
|
|
|
164
166
|
return result
|
|
165
167
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
! A test script
|
|
2
|
+
|
|
3
|
+
script Test
|
|
4
|
+
|
|
5
|
+
variable File
|
|
6
|
+
variable Segment
|
|
7
|
+
|
|
8
|
+
set the encoding to `hex`
|
|
9
|
+
load File from `/data/Projects/rbr/roombyroom/Controller/home/orangepi/firmware/NOW/config.py`
|
|
10
|
+
put left 200 of File into Segment
|
|
11
|
+
print Segment
|
|
12
|
+
put encode Segment into Segment
|
|
13
|
+
print Segment
|
|
14
|
+
exit
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|