I hereby claim:
- I am logicaldash on github.
- I am zacharyspector (https://keybase.io/zacharyspector) on keybase.
- I have a public key whose fingerprint is 0B98 55A4 778B 5902 DC1A 109D B419 8D00 FD5F 9680
To claim this, I am signing this object:
| from kivy.uix.widget import Widget | |
| from kivy.core.image import Image | |
| from kivy.graphics import Rectangle | |
| from kivy.properties import ( | |
| ListProperty, | |
| DictProperty | |
| ) | |
| from kivy.clock import Clock | |
| from kivy.resources import resource_find | |
| from kivy.app import App |
| from kivy.adapters.listadapter import ListAdapter | |
| from kivy.lang import Builder | |
| from kivy.logger import Logger | |
| from kivy.properties import ( | |
| BooleanProperty, | |
| ListProperty, | |
| NumericProperty, | |
| ObjectProperty, | |
| StringProperty | |
| ) |
I hereby claim:
To claim this, I am signing this object:
| from kivy.event import EventDispatcher | |
| from kivy.clock import Clock | |
| from functools import partial | |
| class trigger(object): | |
| """Make a trigger from a method outside of your class's __init__.""" | |
| def __init__(self, func): | |
| self.func = func |
| from kivy.app import App | |
| from kivy.lang import Builder | |
| from kivy.properties import DictProperty, ListProperty, StringProperty | |
| from kivy.uix.boxlayout import BoxLayout | |
| class Viewclass(BoxLayout): | |
| k = StringProperty() | |
| v = StringProperty() |
| from kivy.properties import NumericProperty | |
| from kivy.uix.widget import Widget | |
| from kivy.logger import Logger | |
| from kivy.app import App | |
| class TouchUpListener(Widget): | |
| n = NumericProperty(0) | |
| def on_touch_down(self, touch): |
| from kivy.app import App | |
| from kivy.adapters.simplelistadapter import SimpleListAdapter | |
| from kivy.lang import Builder | |
| from kivy.properties import ObjectProperty | |
| from kivy.uix.button import Button | |
| from kivy.uix.dropdown import DropDown | |
| class ListDropDown(DropDown): | |
| adapter = ObjectProperty() |
I hereby claim:
To claim this, I am signing this object:
| # This is meant to be a deck builder for trading card games like Magic the Gathering. | |
| # You drag cards from your collection on the right to your deck on the left. | |
| # The order may be significant. | |
| # A gap will open where your card will drop, if you release it. | |
| # When you drop it, it will snap into place. | |
| # | |
| # Problem: | |
| # If you drag a card from one stack to the front of the other, and then press Reset, | |
| # the card goes back to its original position like it should, but it leaves behind | |
| # a non-interactive afterimage. |
| I/ActivityManager( 805): Start proc org.nyct.pes for activity org.nyct.pes/org.kivy.android.PythonActivity: pid=22785 uid=10154 gids={50154, 9997, 1028, 1015} abi=armeabi | |
| E/SELinux (22785): [DEBUG] get_category: variable seinfo: default sensitivity: NULL, cateogry: NULL | |
| I/art (22785): Late-enabling -Xcheck:jni | |
| D/ActivityThread(22770): Added TimaKeyStore provider | |
| V/ActivityThread( 1476): updateVisibility : ActivityRecord{20af33a9 token=android.os.BinderProxy@21fc646 {com.sec.android.app.launcher/com.android.launcher2.Launcher}} show : true | |
| D/tfa9895 ( 260): tfa9895_speakeron START | |
| D/tfa9895 ( 260): [1127] tfa9895_speakeron: set mode 0, current mode 0 | |
| D/tfa9895 ( 260): Loaded container file speaker_on /system/etc/Tfa9895.cnt. | |
| D/tfa9895 ( 260): tfa start with volume 6. | |
| E/ ( 260): [NXP] tfaRunIsCold:0x001d |