Skip to content

Instantly share code, notes, and snippets.

View Na0ki's full-sized avatar
๐Ÿค”
thinking

ahiru Na0ki

๐Ÿค”
thinking
View GitHub Profile
@Akkiesoft
Akkiesoft / 4-pack.md
Last active May 18, 2018 00:16
4-packใง้Šใถใž๏ผ๏ผ

ใ“ใ‚Œใชใซ

http://www.40percent.club/2017/07/4-pack.html ใฎใ‚ญใƒผใƒœใƒผใƒ‰ใ‚’ไฝœใ‚‹ใŸใ‚ใฎๆ‰‹้ †

ๅ„่‡ชใง็”จๆ„ใ™ใ‚‹ๅฟ…่ฆใŒใ‚ใ‚‹็‰ฉๅ“

  • ใŠๅฅฝใฟใฎใ‚ญใƒผใ‚นใ‚คใƒƒใƒ 4ใค
  • ใŠๅฅฝใฟใฎใ‚ญใƒผใ‚ญใƒฃใƒƒใƒ— 4ใค
  • Arduino (Pro Micro) 1ใค
  • 12ใƒ”ใƒณใฎใƒ”ใƒณใƒ˜ใƒƒใƒ€ 2ใค
@fatefox
fatefox / ula.py
Last active August 29, 2015 14:03
#!/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]]
@toshia
toshia / laco.rb
Created January 27, 2013 11:13
ใ‚‰ใ“ใ‚‰ใ“ใ‚‰ใ“ใ€œใ™ใ‚‹mikutterใƒ—ใƒฉใ‚ฐใ‚คใƒณ
Plugin.create :laco do
command(:laco,
name: 'ใ‚‰ใ“ใ‚‰ใ“ใ‚‰ใ“ใ€œ',
condition: lambda{ |opt| true },
visible: true,
role: :timeline) do |opt|
Service.primary.update(message: "ใ‚‰ใ“ใ‚‰ใ“ใ‚‰ใ“ใ€œ")
end
end