From b874de01b7982b0f75298e90b1d6f475396965d1 Mon Sep 17 00:00:00 2001 From: Konrad Iturbe Date: Fri, 7 Mar 2014 18:24:29 +0100 Subject: [PATCH 1/4] Update time_of_day.json --- osrc/time_of_day.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osrc/time_of_day.json b/osrc/time_of_day.json index f9d3ec7..ecd1f22 100644 --- a/osrc/time_of_day.json +++ b/osrc/time_of_day.json @@ -5,5 +5,6 @@ {"times": [12, 13], "name": "around noon"}, {"times": [13, 18], "name": "in the afternoon"}, {"times": [18, 21], "name": "in the evening"}, - {"times": [21, 24], "name": "late at night"} + {"times": [21, 23], "name": "late at night"} + {"times": [24], "name": "Midnight party hacker"} ] From 27b8796477e460c46ce67e0d069cc82785c9b7c8 Mon Sep 17 00:00:00 2001 From: Konrad Iturbe Date: Fri, 7 Mar 2014 18:25:17 +0100 Subject: [PATCH 2/4] Update time_of_day.json --- osrc/time_of_day.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osrc/time_of_day.json b/osrc/time_of_day.json index ecd1f22..08c5b52 100644 --- a/osrc/time_of_day.json +++ b/osrc/time_of_day.json @@ -1,10 +1,10 @@ [ - {"times": [0, 1], "name": "around midnight"}, + {"times": [1, 7], "name": "in the wee hours"}, {"times": [7, 12], "name": "in the morning"}, {"times": [12, 13], "name": "around noon"}, {"times": [13, 18], "name": "in the afternoon"}, {"times": [18, 21], "name": "in the evening"}, {"times": [21, 23], "name": "late at night"} - {"times": [24], "name": "Midnight party hacker"} + {"times": [24, 0, 1], "name": "Midnight party hacker"} ] From 2bdf9c23f9633d0aebd0625271d2fefb9b31f478 Mon Sep 17 00:00:00 2001 From: Konrad Iturbe Date: Fri, 7 Mar 2014 18:25:41 +0100 Subject: [PATCH 3/4] Update time_of_day.json --- osrc/time_of_day.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osrc/time_of_day.json b/osrc/time_of_day.json index 08c5b52..19ebc7c 100644 --- a/osrc/time_of_day.json +++ b/osrc/time_of_day.json @@ -6,5 +6,5 @@ {"times": [13, 18], "name": "in the afternoon"}, {"times": [18, 21], "name": "in the evening"}, {"times": [21, 23], "name": "late at night"} - {"times": [24, 0, 1], "name": "Midnight party hacker"} + {"times": [24, 0, 1], "name": "in Midnight party time"} ] From e6eac2ef5fb8c9b9733276ff08a55d10b65d622d Mon Sep 17 00:00:00 2001 From: Konrad Iturbe Date: Mon, 24 Mar 2014 21:49:48 +0100 Subject: [PATCH 4/4] Update languages.json --- osrc/languages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osrc/languages.json b/osrc/languages.json index 5133b9f..1c50b15 100644 --- a/osrc/languages.json +++ b/osrc/languages.json @@ -6,14 +6,14 @@ "FORTRAN": "old-school hacker", "JavaScript": "JavaScripter", "R": "useR", - "Shell": "sysadmin", + "Shell": "Sheller", "ActionScript": "Flasher", "AppleScript": "OSXer", - "Arduino": "hardware hacker", + "Arduino": "robot hacker", "Assembly": "hardcore hacker", "Awk": "AWKward scripter", "Objective-C": "Apple fanchild", - "CSS": "web designer", + "CSS": "web man", "Perl": "regexer", "VHDL": "VHDLyzer", "Scala": "Scalaite",