Advertisement
konalisp

girlfriend.lua

May 2nd, 2015
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.46 KB | None | 0 0
  1. --[[
  2. Please GNU, let me meet her. All I want to is to find that perfect
  3. license I know exists. Its’s copyleft and respects my freedom and
  4. covers all the software I make, perhaps even this software itself.
  5. The license who won’t secretly say you can make this proprietary,
  6. the license I can tell people about (even if only possible online)
  7. and spent nights talking about and laughing and sharing source code.
  8. A license who can reciprocate the love I put in, the license who I
  9. can make feel safe and secure unconditionally and can fill this gaping,
  10. empty void in my source code. Please, just let me find this license.
  11. I’ll change everything about my software if that’s what it takes.
  12. Please, I just can’t take the proprietary software anymore.
  13. ]]
  14.  
  15. local Feels = {}
  16.  
  17. Feels.so_lonesome = {
  18.     65,78,68,32,73,32,78,69,86,69,82,32,87, --lol 69
  19.     65,78,78,65,32,72,69,65,82,32,89,79,85,
  20.     32,83,65,89,44,32,00,00,00,00,00,00,00,
  21.     73,32,72,65,86,69,32,65,32,66,79,89,00,
  22.     00,00,00,00,00,00,70,82,73,69,78,68,00,
  23. }
  24.  
  25. Feels.megan = os.clock
  26. function Feels.please_god_let_me_meet_her(n)
  27.     local girlfriend = Feels.megan()
  28.     while Feels.megan() - girlfriend <= n do end
  29. end
  30.  
  31. function Feels.modular_tits(st)
  32.     io.stdout:setvbuf('no') --where I come from, no means yes
  33.     for x, y in pairs(st) do
  34.         io.write(string.char(y))
  35.         Feels.please_god_let_me_meet_her(0.05)
  36.     end
  37.     io.write("\n")
  38. end
  39.  
  40. Feels.modular_tits(Feels.so_lonesome)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement