Skip to content

Instantly share code, notes, and snippets.

View aderbas's full-sized avatar
🏠
Working from home

Aderbal Nunes aderbas

🏠
Working from home
View GitHub Profile
@Cheaterman
Cheaterman / .gitignore
Last active March 29, 2024 03:56
Kivy Login example
*.pyc
@krakatoa
krakatoa / handler.lua
Created August 25, 2014 22:07
Event handling mod_lua
-- local s = event:serialize("xml")
local name = event:getHeader("Event-Name")
freeswitch.consoleLog("NOTICE", "Got event! " .. name)
if name == "DTMF" then
end