This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathposts.json
142 lines (142 loc) · 4.2 KB
/
posts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
[
{
"name": "around-the-table",
"title": "Around The Table",
"subtitle": "A server-side Swift project",
"background": "bg-swift",
"created": "September 17, 2018"
},
{
"name": "mojave-beta",
"title": "Join the Dark Side",
"subtitle": "Easily install and test macOS Mojave",
"background": "bg-mojave",
"created": "June 8, 2018"
},
{
"name": "swift-blog",
"title": "Swift Blog",
"subtitle": "Getting started with Swift on the server",
"background": "bg-swift",
"created": "November 6, 2017",
"updated": "September 17, 2018"
},
{
"name": "html-decoding",
"title": "Decoding HTML character references in Swift",
"subtitle": "When all you need is plain text",
"background": "bg-swift",
"created": "January 22, 2016"
},
{
"name": "ios-closures",
"title": "Using closures as event handlers in iOS",
"subtitle": "Swiftify your APIs",
"background": "bg-swift",
"created": "October 31, 2015"
},
{
"name": "pong-ios",
"title": "Pong",
"subtitle": "Taking JavaFX to the iOS App Store",
"background": "pong-bg",
"created": "May 20, 2014",
"updated": "January 26, 2015"
},
{
"name": "pong",
"title": "Pong",
"subtitle": "Classic game programming",
"background": "pong-bg",
"created": "May 20, 2014",
"updated": "January 26, 2015"
},
{
"name": "game-loops-fx",
"title": "Game loops",
"subtitle": "Applying the theory to JavaFX",
"background": "bg-gradient",
"created": "May 2, 2014",
"updated": "January 24, 2015"
},
{
"name": "game-loops",
"title": "Game loops",
"subtitle": "Basic theory",
"background": "bg-gradient",
"created": "January 12, 2014",
"updated": "January 22, 2015"
},
{
"name": "buglist",
"title": "BugList",
"subtitle": "Getting to know JavaFX (3/3)",
"background": "buglist-bg",
"created": "December 16, 2013",
"updated": "January 13, 2015"
},
{
"name": "glassfish-openshift",
"title": "GlassFish 4 on OpenShift",
"subtitle": "Hosting your Java EE apps",
"background": "bg-gradient",
"created": "September 14, 2013",
"updated": "January 19, 2015"
},
{
"name": "properties-jpa",
"title": "JavaFX properties in JPA",
"subtitle": "Turn JavaFX domain objects into persistent entities",
"background": "bg-gradient",
"created": "May 31, 2013",
"updated": "January 20, 2015"
},
{
"name": "jaxrs-images",
"title": "Images in JAX-RS",
"subtitle": "Sending and receiving images in a webservice",
"background": "bg-gradient",
"created": "April 30, 2013",
"updated": "January 20, 2015"
},
{
"name": "reminders-web",
"title": "Reminders",
"subtitle": "Taking it to the web",
"background": "reminders-bg",
"created": "April 12, 2013",
"updated": "January 17, 2015"
},
{
"name": "reminders",
"title": "Reminders",
"subtitle": "Taking JavaFX seriously<br>May include traces of Java EE",
"background": "reminders-bg",
"created": "January 26, 2013",
"updated": "January 13, 2015"
},
{
"name": "ogly",
"title": "Ogly",
"subtitle": "Getting to know JavaFX (2/3)",
"background": "ogly-bg",
"created": "December 5, 2012",
"updated": "January 12, 2015"
},
{
"name": "guybrush",
"title": "Guybrush",
"subtitle": "Getting to know JavaFX (1/3)",
"background": "guybrush-bg",
"created": "December 3, 2012",
"updated": "January 12, 2015"
},
{
"name": "jumpman",
"title": "Jumpman",
"subtitle": "Fun with fireballs<br>Includes free State pattern!",
"background": "jumpman-bg",
"created": "November 27, 2012",
"updated": "January 11, 2015"
}
]