http://www.40percent.club/2017/07/4-pack.html ใฎใญใผใใผใใไฝใใใใฎๆ้
- ใๅฅฝใฟใฎใญใผในใคใใ 4ใค
- ใๅฅฝใฟใฎใญใผใญใฃใใ 4ใค
- Arduino (Pro Micro) 1ใค
- 12ใใณใฎใใณใใใ 2ใค
http://www.40percent.club/2017/07/4-pack.html ใฎใญใผใใผใใไฝใใใใฎๆ้
| #!/usr/bin/python | |
| #-*- coding:utf-8 -*- | |
| import time | |
| import hashlib | |
| ndate=[] | |
| dates=format(int(time.time()),'x') | |
| dates = ":".join(str(dates)) | |
| #print dates |
| #-*- coding: utf-8 -*- | |
| @@elements = ["ใ","ใ","ใ","ใฌ","ใ","ใช","ใ","ใฌ","ใทใง"] | |
| def bbop() | |
| indice = [] | |
| matches = 0 | |
| for i in [*0..8] do | |
| indice[i] = [*0..8].sample() | |
| if @@elements[i]==@@elements[indice[i]] |
| Plugin.create :laco do | |
| command(:laco, | |
| name: 'ใใใใใใใ', | |
| condition: lambda{ |opt| true }, | |
| visible: true, | |
| role: :timeline) do |opt| | |
| Service.primary.update(message: "ใใใใใใใ") | |
| end | |
| end |