Commit Graph

73 Commits

Author SHA1 Message Date
Yudi Purwanto 9fe5471499 require phpdotenv 2015-12-01 23:00:29 -06:00
Anubhav Singh a19a4ad8a8 removed .mess bug of smack_my_bitch_up 2015-12-01 23:00:28 -06:00
Anubhav Singh 20a22e5553 golang smacked my bitch up 2015-12-01 23:00:28 -06:00
arjunnambiartc a948abdb97 Ported hangover script to golang 2015-12-01 23:00:27 -06:00
Ahmad Samiei 363e0ce0b6 oops! newline end of file. 2015-12-01 23:00:27 -06:00
Ahmad Samiei 44e563f001 no need to check date. handeled by cronjob 2015-12-01 23:00:27 -06:00
Ahmad Samiei fc3e403aaf lib added to composer 2015-12-01 23:00:26 -06:00
Ahmad Samiei 20f45b0c85 keep things simple 2015-12-01 23:00:26 -06:00
Lipis 85ef697f1c Removed parenthesis
for consistency
2015-12-01 23:00:25 -06:00
alexesprit 7cc4b01a8b Get random reason easier 2015-12-01 23:00:25 -06:00
alexesprit dc7188cf43 Fix sms sending
When post data is set as text string, some characters like `plus` were not escaped.
2015-12-01 23:00:24 -06:00
alexesprit 4b8c917151 Proper check if user is logged in 2015-12-01 23:00:24 -06:00
Samir Madhavan d70ade58e1 R version: smack_my_bitch_up.R 2015-12-01 23:00:23 -06:00
Zen Laboratory 77b658f152 Update kumar-asshole.pl 2015-12-01 23:00:23 -06:00
Alexander Vega d940ab08f0 Error on line 33
Error resulting in missing underscore after "from" on line 33
2015-12-01 23:00:23 -06:00
bitsapien a152d067ee fixed issue with gmail, kumars_email variable scope 2015-12-01 23:00:22 -06:00
robaganrab 579b3df43b Add perl/kumar-asshole.pl
Dependencies:
- DateTime
- Mail::Webmail::Gmail
- YAML

TODO: Rewrite using a different GMail interface.
2015-12-01 23:00:22 -06:00
robaganrab 0b8d25ee84 Add perl/fucking-coffee.pl
Dependencies:
- DateTime
- Net::Telnet
- YAML
2015-12-01 23:00:21 -06:00
robaganrab 5614ec64b7 Add perl/hangover.pl
Dependencies:
- DateTime
- SMS::Send::Twilio
- YAML
2015-12-01 23:00:21 -06:00
robaganrab 4526889d71 Add perl/smack-my-bitch-up.pl
Dependencies:
- DateTime
- SMS::Send::Twilio
- YAML
2015-12-01 23:00:20 -06:00
mhsjlw bac50db40b The coffee machines uses telnet not SSH
Update the TCP socket

Oops! Fix a grammar mistake
2015-12-01 23:00:20 -06:00
Nihad Abbasov 5829f504f6 fix ruby script
closes #53
2015-12-01 23:00:19 -06:00
Maxime Orefice b88a838136 Update smack_my_bitch_up.rb
Correct exit session unless session with username is found
2015-12-01 23:00:19 -06:00
hzwanghonglai 42636e1762 fucking coffee using coffeescript 2015-12-01 23:00:19 -06:00
Nihad Abbasov 4b1076434b Merge pull request #47 from Goldenson/patch-1
Update README.md
2015-11-27 16:05:06 +04:00
Nihad Abbasov d42fb577fc Merge pull request #45 from JulioOrdonezV/JulioOrdonezV-patch-1
Update cron job to execute scripts on weekdays
2015-11-27 16:03:40 +04:00
Julio Ordonez Viales b9c6dad2c5 Update cron job to be executed on weekdays only
Updated the cron job so that it only executes the scripts on weekdays, that way there is not need to check for this condition inside the scripts, updated the scripts as well
2015-11-26 19:26:15 -06:00
Maxime Orefice e6bb45fb96 Update README.md
Fix gem to use twilio API
2015-11-27 00:19:46 +01:00
Nihad Abbasov 61dbe67ae9 Merge pull request #44 from dialtoneuk/master
Ported fucking_coffee to PHP. I'm not porting anymore.
2015-11-27 00:44:31 +04:00
Nihad Abbasov 61f79506ea Merge pull request #46 from chenghuang-mdsol/master
Add powershell script smack_my_bitch_up.ps1
2015-11-27 00:00:39 +04:00
Cheng Huang 44d5c574c8 Add powershell script smack_my_bitch_up.ps1 2015-11-26 14:45:03 -05:00
Lewis Lancaster 4688d523e8 Ported fucking_coffee to PHP. I'm not porting anymore. 2015-11-26 17:13:35 +00:00
Nihad Abbasov 47e8900c37 Merge pull request #41 from WKPlus/master
use with instead of file open and close
2015-11-26 10:39:09 +04:00
zhaoqifa 8c00bbac16 write log to stdout 2015-11-26 13:23:38 +08:00
zhaoqifa d4eccca9fb use with to open and close a file 2015-11-26 12:43:01 +08:00
Nihad Abbasov f9321f0f07 log to stdout 2015-11-25 22:09:41 +04:00
Nihad Abbasov 12c4f2dcfd add code for database restore
close #33
2015-11-25 21:57:03 +04:00
Nihad Abbasov a503d242d8 Merge pull request #37 from CNA-Bld/fix-coffie
add the 17-second delay to fucking_coffee
2015-11-25 20:38:09 +04:00
Nihad Abbasov f560977681 Merge pull request #36 from JrSchild/master
Log the reason in smack_my_bitch_up.rb
2015-11-25 20:36:47 +04:00
CNA-Bld cdaf2b0dcd add the 17-second delay to fucking_coffee 2015-11-25 21:46:26 +08:00
JrSchild 5f4311afbb Log the reason in smack_my_bitch_up.rb 2015-11-25 11:18:30 +01:00
Nihad Abbasov c6373cc762 fix logic in hangover.py
closes #28
2015-11-24 16:21:39 +04:00
Nihad Abbasov 056e9ec84b Merge pull request #29 from b0n3z/patch-1
Fixed Kumar's address and renamed variable
2015-11-24 16:17:09 +04:00
b0n3z 7dc8039c32 Fixed Kumar's address and renamed variable
Fixed Kumar's address and renamed variable
2015-11-24 15:17:00 +04:00
Nihad Abbasov 58cbc7b42a Merge pull request #25 from Thuruv/Thuruv-patch-1
Update same as coffe's script
2015-11-24 12:39:00 +04:00
Thuruv 08d947b5c2 Update same as coffe's script 2015-11-24 10:44:15 +05:30
Nihad Abbasov e031c73e3a use USER env variable
issue #13
2015-11-24 03:46:12 +04:00
Nihad Abbasov a4c4c5ec2c Merge pull request #22 from carlosdp/patch-2
Change hangover.sh to use more modern /Messages
2015-11-24 03:30:19 +04:00
Nihad Abbasov de245684e0 Merge pull request #19 from carlosdp/patch-1
Use modern Twilio Messaging endpoint
2015-11-24 03:30:09 +04:00
Nihad Abbasov c90b34c5c5 Merge pull request #13 from h3xx/patch-1
Use variable $USER variable
2015-11-24 03:29:46 +04:00