Stable branch, I can see you in the stable branch
See you again, I see you again
In my dreams, in my dreams, in my dreams, in my dreamsMorning light, I remember the morning li-i-i-i-ight
Outside my door (outside my door), I'll see you no more (see you no more)
In my dreams, in my dreams, in my dreams, in my dreams
>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #define BFSZ 1024 | |
| char* template = "test.html"; | |
| char* generated = "new_test.html"; | |
| char* listFile = "zanimals.txt"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Add this script to crontab: | |
| # `sudo printf "33 3\t* * *\troot\t/etc/dead_switch.sh" >> /etc/crontab` | |
| # Dead Switch configuration | |
| your_email="" | |
| server_username="" | |
| warning_time=$((3600 * 24 * 14)) | |
| trigger_time=$((3600 * 24 * 28)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <string.h> | |
| #include <stdlib.h> | |
| char * | |
| itoa ( | |
| int value , | |
| char * | |
| result ), | |
| charlist [ | |
| 10 ]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| smtp_address="" | |
| smtp_username="" | |
| smtp_password="" | |
| smtp_server="" | |
| smtp_port=587 | |
| use_starttls=true | |
| send_mail() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . @$* @$3 | |
| '$Nueeed$$ed$$eeec$$ | |
| , 4$Lze@*$C2$b* ed(he*rb$CC$*$bc@$r | |
| /@ |~~ .e$$"W$$B$B$** ^$ e""##d?$Bd$$$Nc. .. @\/~\ | |
| \==| 4$kd*Cr$6F#"` ** .*== # '"**F#$I$b$* | I | |
| | d$5N@$$" ....eu$$$$$$N$*$zbeuu #$d$$$$b. / @/ | |
| @/ . z$Ted*"$P zue$*9d$$$@# W$e@B$$L. "#@$E$b@N | |
| #d$Id*P# 'Nd$$B$**" .*, "#*N$$b$c $$$*$$c | |
| .d#+C6J @@$B$*" -***- "#$$$$c *$$$#$u | |
| ..u$l4@"^"zJ$7W*" '*` ^*$@$$$r "$$E$@B> |
Picking the right architecture = Picking the right battles + Managing trade-offs
- Clarify and agree on the scope of the system
- User cases (description of sequences of events that, taken together, lead to a system doing something useful)
- Who is going to use it?
- How are they going to use it?