3c2a3485c4992b59bf52918ed909fc6c00f0fa51,pwnagotchi/ui/view.py,,setup_display_specifics,#Any#,20
Before Change
height = 104
face_pos = (0, int(height / 4))
name_pos = (int(width / 2) - 15, int(height * .15))
status_pos = (int(width / 2) - 15, int(height * .30))
elif config["ui"]["display"]["type"] in ("papirus", "papi"):
fonts.setup(10, 8, 10, 23)
After Change
width = 212
height = 104
face_pos = (0, int(height / 4))
name_pos = (5, int(height * .15))
status_pos = (int(width / 2) - 15, int(height * .15))
elif config["ui"]["display"]["type"] in ("papirus", "papi"):
fonts.setup(10, 8, 10, 23)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: evilsocket/pwnagotchi
Commit Name: 3c2a3485c4992b59bf52918ed909fc6c00f0fa51
Time: 2019-10-09
Author: evilsocket@gmail.com
File Name: pwnagotchi/ui/view.py
Class Name:
Method Name: setup_display_specifics
Project Name: streamlit/streamlit
Commit Name: dfe171249a251094498f4f17902f2486eb2fa941
Time: 2019-08-28
Author: arraydude@gmail.com
File Name: lib/streamlit/elements/image_proto.py
Class Name:
Method Name: _bytes_to_b64
Project Name: hanxiao/bert-as-service
Commit Name: 0a6b1bd320c996a9fca13a2e3b6611aa8cde7506
Time: 2019-01-21
Author: hanhxiao@tencent.com
File Name: benchmark.py
Class Name:
Method Name: