Py charm
Author: m | 2025-04-24
libname .py file . File libname .py is a Python file in your charm project that holds a charm library – that is, code that enables charm developers to easily share and reuse auxiliary logic related to charms – for example, logic related to the relations between charms. Authors associate libraries with a specific charm and publish them to Charmhub with a reference to the origin
Getting Started With Py Charm - StudeerSnel
Hi, I'm trying to install charm on Debian, but build is failing with a multiple definition error. Here is the ouput I'm getting:Run ./configure.shInstall prefix /usr/localdata directory /usr/local/share/charmbinary directory /usr/local/binlibrary directory /usr/local/libconfig directory /usr/local/etcSource path /home/tom/charmCFLAGS -O2 -g CHARM_CFLAGS -m64 -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fstack-protector-all -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limitsLDFLAGS -m64 make makepython /usr/bin/python3python-config /usr/bin/python3-configbuild_ext options build_ext install installhost CPU x86_64wget /usr/bin/wgetgprof enabled noprofiler nostatic build no-Werror enabled nointeger module yesecc module yespairing module yesdisable benchmark nolibm found yeslibgmp found yeslibpbc found yeslibcrypto found yesDocumentation noRun make install build/lib.linux-x86_64-3.8/charmrunning build_extbuilding 'charm.core.math.pairing' extensionx86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DBENCHMARK_ENABLED=1 -Icharm/core/utilities/ -Icharm/core/benchmark/ -I/usr/include/python3.8 -c charm/core/math/pairing/pairingmodule.c -o build/temp.linux-x86_64-3.8/charm/core/math/pairing/pairingmodule.ocharm/core/math/pairing/pairingmodule.c: In function ‘hash2_element_to_bytes’:charm/core/math/pairing/pairingmodule.c:473:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 473 | for(i = 0; i bench_id, ID_LEN); | ^~~~~~~~~~~~~~~~~In file included from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/bio.h:13, from /usr/include/openssl/objects.h:14, from charm/core/math/pairing/pairingmodule.h:44, from charm/core/math/pairing/pairingmodule.c:30:/usr/include/openssl/rand.h:44:1: note: declared here 44 | DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) | ^~~~~~~~~~~~~~~~~~x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DBENCHMARK_ENABLED=1 -Icharm/core/utilities/ -Icharm/core/benchmark/ -I/usr/include/python3.8 -c charm/core/utilities/base64.c -o build/temp.linux-x86_64-3.8/charm/core/utilities/base64.ox86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DBENCHMARK_ENABLED=1 -Icharm/core/utilities/ -Icharm/core/benchmark/ -I/usr/include/python3.8 -c charm/core/benchmark/benchmarkmodule.c -o build/temp.linux-x86_64-3.8/charm/core/benchmark/benchmarkmodule.ox86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/charm/core/math/pairing/pairingmodule.o build/temp.linux-x86_64-3.8/charm/core/utilities/base64.o build/temp.linux-x86_64-3.8/charm/core/benchmark/benchmarkmodule.o -lpbc -lgmp -lcrypto -o build/lib.linux-x86_64-3.8/charm/core/math/pairing.cpython-38-x86_64-linux-gnu.so/usr/bin/ld: build/temp.linux-x86_64-3.8/charm/core/benchmark/benchmarkmodule.o:/home/tom/charm/charm/core/benchmark/benchmarkmodule.h:60: multiple definition of `BenchmarkError'; build/temp.linux-x86_64-3.8/charm/core/math/pairing/pairingmodule.o:/home/tom/charm/charm/core/benchmark/benchmarkmodule.h:60: first defined here/usr/bin/ld: build/temp.linux-x86_64-3.8/charm/core/benchmark/benchmarkmodule.o:/home/tom/charm/charm/core/benchmark/benchmarkmodule.h:58: multiple definition of `BenchmarkType'; build/temp.linux-x86_64-3.8/charm/core/math/pairing/pairingmodule.o:/home/tom/charm/charm/core/benchmark/benchmarkmodule.h:58: first defined herecollect2: error: ld returned 1 exit statuserror: command 'x86_64-linux-gnu-gcc' failed with exit status 1make: *** [Makefile:43: install] Error 1">/usr/bin/python3 setup.py installPlatform: LinuxConfig file: /home/tom/charm/config.mkrunning installrunning bdist_eggrunning egg_infocreating Charm_Crypto.egg-infowriting Charm_Crypto.egg-info/PKG-INFOwriting dependency_links to Charm_Crypto.egg-info/dependency_links.txtwriting requirements to Charm_Crypto.egg-info/requires.txtwriting top-level names to Charm_Crypto.egg-info/top_level.txtwriting manifest file 'Charm_Crypto.egg-info/SOURCES.txt'package init file 'charm/schemes/prenc/__init__.py' not found (or not a regular file)reading manifest file 'Charm_Crypto.egg-info/SOURCES.txt'reading manifest template 'MANIFEST.in'warning: no files found matching 'README'writing manifest file 'Charm_Crypto.egg-info/SOURCES.txt'installing library code. libname .py file . File libname .py is a Python file in your charm project that holds a charm library – that is, code that enables charm developers to easily share and reuse auxiliary logic related to charms – for example, logic related to the relations between charms. Authors associate libraries with a specific charm and publish them to Charmhub with a reference to the origin Failed building wheel for Charm-Crypto Running setup.py clean for Charm-Crypto Failed to build Charm-Crypto Installing collected packages: Charm-Crypto, py, pytest, lazy PyCharm (Py Charm: Python is Charming 😆 just kidding) is one of the most widely used IDEs for Python programming language, developed by JetBrain. free pycharm download. Contribute to Godlyrizz/py-charm-free-download development by creating an account on GitHub. PyCharm Py Charm 2025.2.5 (Community Edition) Build PC-232. .11, built on Novem Runtime version: -b1000.46 About pycharm community edition April1sahil Created Aug . I was trying to install py charm community edition but my antivirus is detecting a trojan About pycharm community edition April1sahil Created Aug . I was trying to install py charm community edition but my antivirus is detecting a trojan inside Early Access Program News ReleasesPyCharm: Py is for Python, Charm is about the IDE Welcome! Let’s introduce ourselves!You are reading the blog of JetBrains PyCharm, the new Integrated Development Environment (IDE) for programming in Python.We’ve been working on the Python plugin for IntelliJ IDEA, our flagship Java IDE, for some time and we will continue supporting it making IntelliJ IDEA a better environment for polyglot developers. But our recent success with IDEs for Ruby/Rails (RubyMine) and for Web/PHP (Web IDE) tells us that an IDE for Python will be in demand as well.Therefore, please welcome the new product from JetBrains — PyCharm, environment for Python developers and web developers working with Django.PyCharm is currently available as Public Preview, and the version 1.0 release is planned for mid-2010. We very much value user feedback and look forward to your ideas and suggestions on PyCharm Discussion forum and in Issue tracker.Make sure you subscribe to this blog RSS to be notified about EAP updates, new releases and interesting facts about PyCharm IDE, or follow @PyCharm on Twitter.Develop with pleasure-JetBrains Team Subscribe to PyCharm Blog updatesComments
Hi, I'm trying to install charm on Debian, but build is failing with a multiple definition error. Here is the ouput I'm getting:Run ./configure.shInstall prefix /usr/localdata directory /usr/local/share/charmbinary directory /usr/local/binlibrary directory /usr/local/libconfig directory /usr/local/etcSource path /home/tom/charmCFLAGS -O2 -g CHARM_CFLAGS -m64 -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fstack-protector-all -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limitsLDFLAGS -m64 make makepython /usr/bin/python3python-config /usr/bin/python3-configbuild_ext options build_ext install installhost CPU x86_64wget /usr/bin/wgetgprof enabled noprofiler nostatic build no-Werror enabled nointeger module yesecc module yespairing module yesdisable benchmark nolibm found yeslibgmp found yeslibpbc found yeslibcrypto found yesDocumentation noRun make install build/lib.linux-x86_64-3.8/charmrunning build_extbuilding 'charm.core.math.pairing' extensionx86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DBENCHMARK_ENABLED=1 -Icharm/core/utilities/ -Icharm/core/benchmark/ -I/usr/include/python3.8 -c charm/core/math/pairing/pairingmodule.c -o build/temp.linux-x86_64-3.8/charm/core/math/pairing/pairingmodule.ocharm/core/math/pairing/pairingmodule.c: In function ‘hash2_element_to_bytes’:charm/core/math/pairing/pairingmodule.c:473:15: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 473 | for(i = 0; i bench_id, ID_LEN); | ^~~~~~~~~~~~~~~~~In file included from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/bio.h:13, from /usr/include/openssl/objects.h:14, from charm/core/math/pairing/pairingmodule.h:44, from charm/core/math/pairing/pairingmodule.c:30:/usr/include/openssl/rand.h:44:1: note: declared here 44 | DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) | ^~~~~~~~~~~~~~~~~~x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DBENCHMARK_ENABLED=1 -Icharm/core/utilities/ -Icharm/core/benchmark/ -I/usr/include/python3.8 -c charm/core/utilities/base64.c -o build/temp.linux-x86_64-3.8/charm/core/utilities/base64.ox86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DBENCHMARK_ENABLED=1 -Icharm/core/utilities/ -Icharm/core/benchmark/ -I/usr/include/python3.8 -c charm/core/benchmark/benchmarkmodule.c -o build/temp.linux-x86_64-3.8/charm/core/benchmark/benchmarkmodule.ox86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/charm/core/math/pairing/pairingmodule.o build/temp.linux-x86_64-3.8/charm/core/utilities/base64.o build/temp.linux-x86_64-3.8/charm/core/benchmark/benchmarkmodule.o -lpbc -lgmp -lcrypto -o build/lib.linux-x86_64-3.8/charm/core/math/pairing.cpython-38-x86_64-linux-gnu.so/usr/bin/ld: build/temp.linux-x86_64-3.8/charm/core/benchmark/benchmarkmodule.o:/home/tom/charm/charm/core/benchmark/benchmarkmodule.h:60: multiple definition of `BenchmarkError'; build/temp.linux-x86_64-3.8/charm/core/math/pairing/pairingmodule.o:/home/tom/charm/charm/core/benchmark/benchmarkmodule.h:60: first defined here/usr/bin/ld: build/temp.linux-x86_64-3.8/charm/core/benchmark/benchmarkmodule.o:/home/tom/charm/charm/core/benchmark/benchmarkmodule.h:58: multiple definition of `BenchmarkType'; build/temp.linux-x86_64-3.8/charm/core/math/pairing/pairingmodule.o:/home/tom/charm/charm/core/benchmark/benchmarkmodule.h:58: first defined herecollect2: error: ld returned 1 exit statuserror: command 'x86_64-linux-gnu-gcc' failed with exit status 1make: *** [Makefile:43: install] Error 1">/usr/bin/python3 setup.py installPlatform: LinuxConfig file: /home/tom/charm/config.mkrunning installrunning bdist_eggrunning egg_infocreating Charm_Crypto.egg-infowriting Charm_Crypto.egg-info/PKG-INFOwriting dependency_links to Charm_Crypto.egg-info/dependency_links.txtwriting requirements to Charm_Crypto.egg-info/requires.txtwriting top-level names to Charm_Crypto.egg-info/top_level.txtwriting manifest file 'Charm_Crypto.egg-info/SOURCES.txt'package init file 'charm/schemes/prenc/__init__.py' not found (or not a regular file)reading manifest file 'Charm_Crypto.egg-info/SOURCES.txt'reading manifest template 'MANIFEST.in'warning: no files found matching 'README'writing manifest file 'Charm_Crypto.egg-info/SOURCES.txt'installing library code
2025-03-29Early Access Program News ReleasesPyCharm: Py is for Python, Charm is about the IDE Welcome! Let’s introduce ourselves!You are reading the blog of JetBrains PyCharm, the new Integrated Development Environment (IDE) for programming in Python.We’ve been working on the Python plugin for IntelliJ IDEA, our flagship Java IDE, for some time and we will continue supporting it making IntelliJ IDEA a better environment for polyglot developers. But our recent success with IDEs for Ruby/Rails (RubyMine) and for Web/PHP (Web IDE) tells us that an IDE for Python will be in demand as well.Therefore, please welcome the new product from JetBrains — PyCharm, environment for Python developers and web developers working with Django.PyCharm is currently available as Public Preview, and the version 1.0 release is planned for mid-2010. We very much value user feedback and look forward to your ideas and suggestions on PyCharm Discussion forum and in Issue tracker.Make sure you subscribe to this blog RSS to be notified about EAP updates, new releases and interesting facts about PyCharm IDE, or follow @PyCharm on Twitter.Develop with pleasure-JetBrains Team Subscribe to PyCharm Blog updates
2025-04-07I have troubles using pyvisa-py to communicate with Keysight USBTMC devices on Linux:>> import visa; rm = visa.ResourceManager('@py'); l = rm.list_resources(); d = rm.open_resource(l[0])>>> d.ask('*IDN?')u'Agilent Technologies,34972A,MY49023315,1.17-1.12-02-02\n'>>> d.ask('*IDN?')Traceback (most recent call last): File "", line 1, in File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa/resources/messagebased.py", line 407, in query return self.read() File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa/resources/messagebased.py", line 332, in read message = self.read_raw().decode(enco) File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa/resources/messagebased.py", line 306, in read_raw chunk, status = self.visalib.read(self.session, size) File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa-py/highlevel.py", line 253, in read return self.sessions[session].read(count) File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa-py/usb.py", line 102, in read usb.USBError) File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa-py/sessions.py", line 313, in _read current = reader() File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa-py/usb.py", line 96, in return self._read(lambda: self.interface.read(1), File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa-py/protocols/usbtmc.py", line 307, in read raw_write(req) File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa-py/protocols/usbtmc.py", line 204, in write raise ValueError(str(e))ValueError: [Errno 110] Operation timed out>>> ">Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] on linux2Type "help", "copyright", "credits" or "license" for more information.>>> import visa; rm = visa.ResourceManager('@py'); l = rm.list_resources(); d = rm.open_resource(l[0])>>> d.ask('*IDN?')u'Agilent Technologies,34972A,MY49023315,1.17-1.12-02-02\n'>>> d.ask('*IDN?')Traceback (most recent call last): File "", line 1, in File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa/resources/messagebased.py", line 407, in query return self.read() File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa/resources/messagebased.py", line 332, in read message = self.read_raw().decode(enco) File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa/resources/messagebased.py", line 306, in read_raw chunk, status = self.visalib.read(self.session, size) File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa-py/highlevel.py", line 253, in read return self.sessions[session].read(count) File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa-py/usb.py", line 102, in read usb.USBError) File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa-py/sessions.py", line 313, in _read current = reader() File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa-py/usb.py", line 96, in return self._read(lambda: self.interface.read(1), File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa-py/protocols/usbtmc.py", line 307, in read raw_write(req) File "/home/manip/src/test-pyvisa-py/local/lib/python2.7/site-packages/pyvisa-py/protocols/usbtmc.py", line 204, in write raise ValueError(str(e))ValueError: [Errno 110] Operation timed out>>> as you can see, the second '*IDN?' command fails. I see some
2025-04-17Skip to content Navigation Menu GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore Learning Pathways Events & Webinars Ebooks & Whitepapers Customer Stories Partners Executive Insights GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Enterprise platform AI-powered developer platform Pricing Provide feedback Saved searches Use saved searches to filter your results more quickly /;ref_cta:Sign up;ref_loc:header logged out"}"> Sign up Notifications You must be signed in to change notification settings Fork 5 Star 6 Code Issues Pull requests Actions Projects Security Insights Tacotron Korean TTS implementation using pytorchTraining한국어 음성 데이터 다운로드KSS~/Tacotron-pytorch에 학습 데이터 준비Tacotron-pytorch |- archive |- kss |- 1 |- 2 |- 3 |- 4 |- transcript.v.1.x.txtPreprocessdata 폴더에 학습에 필요한 파일들이 생성됩니다Trainpython train2.py -n ">python train1.py -n python train2.py -n train1.py - train2.py 순으로 실행합니다원하는 name을 정하면 ckpt/ 폴더가 생성되고 모델이 저장됩니다재학습은 아래와 같이 로드할 모델 경로를 정해주면 됩니다 -c ckpt//1/ckpt-.pt python train2.py -n -c ckpt//2/ckpt-.pt"> python train1.py -n -c ckpt//1/ckpt-.pt python train2.py -n -c ckpt//2/ckpt-.ptSynthesize/1/ckpt-.ptpython test2.py -c ckpt//2/ckpt-.pt">python test1.py -c ckpt//1/ckpt-.ptpython test2.py -c ckpt//2/ckpt-.pttest1.py - test2.py 순으로 실행하면 output 폴더에 wav 파일이 생성됩니다윈도우에서 Tacotron 한국어 TTS 학습하기 정리
2025-04-04TK-280a.LOG (67.8 KB) TK-280a.LOG portmon logs for the TK-280a Pavel Milanes, 01/16/2017 05:15 AM tk-280.dat (32 KB) tk-280.dat OEM file from KPG49D windows software Pavel Milanes, 01/16/2017 10:45 AM tk-280.txt (12 KB) tk-280.txt Download serial log (just the radio to pc part) in hex Pavel Milanes, 01/16/2017 10:45 AM TK-280_hex.LOG (68.7 KB) TK-280_hex.LOG full serial log with hex, this is the complete one. Pavel Milanes, 01/17/2017 06:51 AM tk280.py (49.8 KB) tk280.py latest dev driver to test. Pavel Milanes, 01/31/2017 07:44 AM debug.log (28.1 KB) debug.log Thomas P, 04/30/2021 09:07 PM debug.log (29 KB) debug.log Thomas P, 05/01/2021 08:50 AM debug.log (30.6 KB) debug.log Adam Bartlett, 01/02/2022 12:12 PM debug.log (35.9 KB) debug.log Thomas P, 03/13/2023 12:06 PM tk981.py (51.4 KB) tk981.py Thomas P, 03/13/2023 12:06 PM KPG49D.READ.pcapng (363 KB) KPG49D.READ.pcapng TK-981 Wireshark USB capture of copy only Thomas P, 03/13/2023 12:12 PM tk981.py (51.7 KB) tk981.py Thomas P, 03/16/2023 10:13 AM debug.log (70.9 KB) debug.log Thomas P, 03/16/2023 05:48 PM debug.log (115 KB) debug.log Thomas P, 03/19/2023 03:42 PM Kenwood_TK-981_20230319.img (32.2 KB) Kenwood_TK-981_20230319.img Thomas P, 03/19/2023 03:42 PM tk981.py (52.6 KB) tk981.py Thomas P, 03/19/2023 03:42 PM tk981.py (55.9 KB) tk981.py Added the rest of 80 series models Thomas P, 03/20/2023 12:34 PM tk981ChirpMap.txt (5.09 KB) tk981ChirpMap.txt Partial mapping of Chirp codeplug Thomas P, 03/26/2023 03:04 PM tk280.py (86 KB) tk280.py 1st working series driver Thomas P, 03/13/2024 12:37 PM Kenwood_TK-380_20240229.img (32.2 KB) Kenwood_TK-380_20240229.img Example TK-380 chirp dump Thomas P, 03/13/2024 12:40 PM tk280_py3.py (85.9 KB) tk280_py3.py Darryl Pogue, 07/22/2024 09:12 PM
2025-03-30Co-authored-by: Scipio Wright * Update Rules.py Co-authored-by: Scipio Wright * Update Rules.py Co-authored-by: Scipio Wright * Update worlds/kh1/Rules.py Co-authored-by: Scipio Wright * Update worlds/kh1/Rules.py Co-authored-by: Scipio Wright * Update worlds/kh1/Rules.py Co-authored-by: Scipio Wright * Fixed report group name * Fixes for PR * Update Options.py * Push changes for making the Final Rest Door appear, few option fixes * Update Rules.py * Website formatting, 0 min for reports, option description typo * Create KH1Client.py * Update worlds/kh1/docs/kh1_en.md Co-authored-by: Scipio Wright * Update Options.py * Update Options.py * Update Rules.py * Update Rules.py * Update Rules.py * Add Donald and Goofy Death Link * Add fight logic for optional bosses * Update __init__.py * Update Options.py * Update worlds/kh1/Options.py Co-authored-by: Scipio Wright * Update Client.py * Update kh1_en.md * Update __init__.py * Cleaning up for PR * Update Client.py * Added event locations for vanilla items * Add proper location groups and auto hint synth shop items when entering * so many changes * Update Rules.py * fixed oathkeeper and crabclaw logic * Update Rules.py * Update Rules.py * Update Rules.py * Update Rules.py * Update en_Kingdom Hearts.md * Update en_Kingdom Hearts.md * fixing text * Update kh1_en.md * Addition of new key items * Update Regions.py * Push for start item from pool test * Update worlds/kh1/Options.py Co-authored-by: Scipio Wright * Document update * Update Rules.py * Added starting world range and final rest goal option * Update kh1_en.md * Update en_Kingdom Hearts.md * Update __init__.py * Update __init__.py * Clean up options descriptions * Update worlds/kh1/__init__.py Co-authored-by: Scipio Wright * Update worlds/kh1/Options.py Co-authored-by: Scipio Wright * Update worlds/kh1/__init__.py Co-authored-by: Scipio Wright * Update worlds/kh1/__init__.py Co-authored-by: Scipio Wright * Update worlds/kh1/__init__.py Co-authored-by: Scipio Wright * Update worlds/kh1/Rules.py Co-authored-by: Scipio Wright * Update worlds/kh1/Rules.py Co-authored-by: Scipio Wright * Update worlds/kh1/Client.py Co-authored-by: Scipio Wright * Fix grammar in document * Update __init__.py * Update worlds/kh1/__init__.py Co-authored-by: Scipio Wright * Removed return type * Update __init__.py * Update __init__.py * Update worlds/kh1/__init__.py Co-authored-by: Scipio Wright * Update worlds/kh1/__init__.py Co-authored-by: Scipio Wright * Update __init__.py * Fix missing i replacement, rework set rules to use "self" instead of a million arguments * Update KH1Client.py Co-authored-by: Doug Hoskisson * Reformat rules, fix bug with exp mult, add to readme * Clean up regions, fix client * Fix item send prompt * Update worlds/kh1/docs/en_Kingdom Hearts.md Co-authored-by: Exempt-Medic * Update worlds/kh1/docs/en_Kingdom Hearts.md Co-authored-by: Exempt-Medic * Update worlds/kh1/__init__.py Co-authored-by: Exempt-Medic * Update worlds/kh1/__init__.py Co-authored-by: Exempt-Medic * Update worlds/kh1/__init__.py Co-authored-by: Exempt-Medic * Update worlds/kh1/docs/en_Kingdom Hearts.md Co-authored-by: Exempt-Medic * Update worlds/kh1/docs/en_Kingdom Hearts.md Co-authored-by: Exempt-Medic * Update worlds/kh1/docs/en_Kingdom Hearts.md Co-authored-by: Exempt-Medic * Update worlds/kh1/docs/en_Kingdom Hearts.md Co-authored-by: Exempt-Medic * Update worlds/kh1/docs/en_Kingdom Hearts.md Co-authored-by: Exempt-Medic * Update worlds/kh1/docs/kh1_en.md Co-authored-by: Exempt-Medic * Update worlds/kh1/docs/kh1_en.md Co-authored-by: Exempt-Medic * Update worlds/kh1/docs/kh1_en.md Co-authored-by: Exempt-Medic * Update worlds/kh1/docs/kh1_en.md Co-authored-by: Exempt-Medic * Update worlds/kh1/test/test_goal.py Co-authored-by: Exempt-Medic * Update worlds/kh1/Options.py Co-authored-by: Exempt-Medic * Update worlds/kh1/Options.py Co-authored-by: Exempt-Medic * Update worlds/kh1/Options.py Co-authored-by: Exempt-Medic * Update worlds/kh1/Options.py Co-authored-by: Exempt-Medic * Update worlds/kh1/Options.py Co-authored-by: Exempt-Medic * Update worlds/kh1/Options.py Co-authored-by: Exempt-Medic * Update worlds/kh1/Options.py
2025-04-21