-
Notifications
You must be signed in to change notification settings - Fork 1
/
links.json
11237 lines (11237 loc) · 491 KB
/
links.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"url": "http://www.nodebeginner.org",
"date": "7/18/2013 11:13:50 PM",
"image": false,
"desc": "A comprehensive Node.js tutorial for beginners: Learn how to build a full blown web application with server-side JavaScript",
"title": "The Node Beginner Book \u00bb A comprehensive Node.js tutorial"
},
{
"url": "http://mudfooted.com/worlds-largest-island-within-a-lake-on-an-island-within-a-lake-on-an-island/",
"date": "11/5/2013 12:32:11 PM",
"image": false,
"desc": "Vulcan point is the world largest island within a lake on an island etc! It is a small volcanic island within the 2km large Crater Lake of the Taal Volcano...",
"title": "World largest island within a lake on an island within a lake on an..."
},
{
"url": "http://thecodeplayer.com/walkthrough/css3-family-tree",
"date": "11/25/2013 2:28:06 PM",
"image": false,
"desc": "",
"title": "CSS3 Family Tree"
},
{
"url": "http://en.wikipedia.org/wiki/Zyklon_B",
"date": "10/4/2013 4:11:38 PM",
"image": false,
"desc": "",
"title": "Zyklon B - Wikipedia, the free encyclopedia"
},
{
"url": "http://karma-runner.github.io/0.10/index.html",
"date": "11/5/2013 4:12:51 PM",
"image": false,
"desc": "",
"title": "Karma - Spectacular Test Runner for Javascript"
},
{
"url": "http://www.metatube.com/en/videos/144461/Jean-Claude-Van-Damme-Making-Snow-Angels/",
"date": "11/14/2013 3:05:19 PM",
"image": false,
"desc": "It's the latest TV spot in Coors Light's Van Damme campaign in the UK.",
"title": "JeanClaude Van Damme Making Snow Angels - Videos - Metatube"
},
{
"url": "http://hellorun.helloenjoy.com/",
"date": "9/4/2013 10:49:13 AM",
"image": false,
"desc": "",
"title": "HelloRun\u2122"
},
{
"url": "http://scrapd.nl/",
"date": "9/4/2013 11:42:39 AM",
"image": false,
"desc": "",
"title": "Scrapd | Your Scrapbook, Digitally."
},
{
"url": "https://github.com/SamyPesse/tv.js",
"date": "7/20/2013 10:17:19 AM",
"image": false,
"desc": "tv.js - Apple TV for Torrent Streaming in JS (Node/Chrome)",
"title": "GitHub - SamyPesse/tv.js: Apple TV for Torrent Streaming in JS (Node/Chrome)"
},
{
"url": "http://vimeo.com/78820272",
"date": "11/14/2013 4:37:15 PM",
"image": false,
"desc": "This is \"Strongest Member - Jade Gym\" by fondante on Vimeo, the home for high quality videos and the people who love them.",
"title": "Strongest Member - Jade Gym on Vimeo"
},
{
"url": "http://en.wikipedia.org/wiki/Disappointment_Island",
"date": "9/4/2013 12:31:36 PM",
"image": false,
"desc": "",
"title": "Disappointment Island - Wikipedia, the free encyclopedia"
},
{
"url": "http://davidwalsh.name/3d-websockets",
"date": "10/23/2013 11:10:12 AM",
"image": false,
"desc": "With this article I would like to give you a better insight in MMO's and make you less afraid of the complexities involved in building one.",
"title": "Building a 3D MMO Using WebSockets"
},
{
"url": "http://berzniz.com/post/68001735765/javascript-hacks-for-hipsters",
"date": "11/25/2013 2:34:56 PM",
"image": false,
"desc": "",
"title": "Tal Bereznitskey - Javascript Hacks for Hipsters"
},
{
"url": "https://developer.mozilla.org/en-US/docs/WebAPI/WebFM_API",
"date": "8/22/2013 3:58:41 PM",
"image": false,
"desc": "The WebFM API provides access to the device FM radio. It allows turning the radio on/off and switching among radio stations. This API is available through the navigator.mozFMRadio property which is a FMRadio object.",
"title": "WebFM API - Mozilla | MDN"
},
{
"url": "http://about.tagged.com/wp-content/uploads/2013_08_tagged_0905.jpg",
"date": "10/7/2013 2:18:56 PM",
"image": false,
"desc": "We're a successful startup working on the next massive social product",
"title": "if(we) Building Social Products"
},
{
"url": "http://d24w6bsrhbeh9d.cloudfront.net/photo/aNep08A_700b.jpg",
"date": "11/14/2013 6:36:30 PM",
"image": true,
"desc": "",
"title": ""
},
{
"url": "http://ionicframework.com/",
"date": "11/25/2013 2:36:02 PM",
"image": false,
"desc": "Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS.",
"title": "Ionic: Advanced HTML5 Hybrid Mobile App Framework"
},
{
"url": "http://cssdeck.com/labs/cardio",
"date": "10/23/2013 11:16:01 AM",
"image": false,
"desc": "",
"title": "Cardio | CSSDeck"
},
{
"url": "http://richardshepherd.com/smashing/parallax/video/parallelparking.mp4",
"date": "7/20/2013 2:21:45 PM",
"image": false,
"desc": "",
"title": "Richard Shepherd :: Product Management Leader"
},
{
"url": "http://wastedhumanity.com/9bZkp7q19f0",
"date": "11/5/2013 7:25:02 PM",
"image": false,
"desc": "We, humanity, wasted TOO much time watching these youtube videos instead of doing more useful productive stuff",
"title": "Wasted Humanity - The time humanity wasted on youtube vidoes"
},
{
"url": "http://en.wikipedia.org/wiki/Big_Major_Cay",
"date": "10/7/2013 11:45:48 PM",
"image": false,
"desc": "",
"title": "Pig Beach - Wikipedia, the free encyclopedia"
},
{
"url": "http://en.wikipedia.org/wiki/Reproduction#Sexual_reproduction",
"date": "10/23/2013 11:57:14 AM",
"image": false,
"desc": "",
"title": "Reproduction - Wikipedia, the free encyclopedia"
},
{
"url": "http://www.realitatea.net/a-avut-un-cosmar-si-de-atunci-nu-s-a-mai-oprit-din-cantat-cazul-care-i-a-socat-pe-medici_1317022.html",
"date": "11/15/2013 12:39:37 AM",
"image": false,
"desc": "Site-ul de stiri nr. 1 in Romania iti ofera informatia proaspata corecta obiectiva si documentata despre stirile de ultima ora.",
"title": "Stiri - stiri online, stiri TV, stiri video, stiri mobil | REALITATEA.NET"
},
{
"url": "http://www.git-tower.com/blog/10-steps-ridiculously-agile-developer-infographic/",
"date": "10/8/2013 12:13:15 PM",
"image": false,
"desc": "Tower Blog - About Web and Software Development, Marketing and Design",
"title": "10 Steps to Becoming a Ridiculously Agile Developer"
},
{
"url": "http://www.thinkful.com/learn/javascript-best-practices-1/",
"date": "8/27/2013 1:03:00 AM",
"image": false,
"desc": "Learn about JavaScript best practices. This guide includes code samples and side-by-side examples to help you write more readable and efficient code.",
"title": "JavaScript Best Practices Part 1 \u00b7 Thinkful Programming Guides"
},
{
"url": "http://www.adweek.com/news/technology/googles-android-kitkat-will-appear-50-million-candy-bars-152173#",
"date": "9/5/2013 9:26:00 AM",
"image": false,
"desc": "Google's next mobile operating system is called Android KitKat and will appear on 50 million Kit Kat wrappers around the globe in the coming weeks, the digital giant and Hershey, the candy brand's United States distributor, revealed today.",
"title": "Google's 'Android KitKat' Will Appear on 50 Million Candy Bars | Adweek"
},
{
"url": "http://www.knocktounlock.com/",
"date": "11/6/2013 9:39:36 AM",
"image": false,
"desc": "",
"title": "Knock 2.0 \u2013 unlock your Mac faster and more securely than ever"
},
{
"url": "http://dcposch.github.io/scramble/",
"date": "11/6/2013 9:39:54 AM",
"image": false,
"desc": "",
"title": "Scramble"
},
{
"url": "http://ebidel.github.io/webcomponents/",
"date": "8/27/2013 1:06:11 AM",
"image": false,
"desc": "",
"title": "Web Components Resources"
},
{
"url": "http://soundcloud.com/circusrecords/doctor-p-and-adam-f-the-pit",
"date": "10/9/2013 12:53:47 PM",
"image": false,
"desc": "Stream Doctor P and Adam F - The Pit (feat. Method Man) by Circus Records Official from desktop or your mobile device",
"title": "Doctor P and Adam F - The Pit (feat. Method Man) by Circus Records Official | Free Listening on SoundCloud"
},
{
"url": "http://routerpwn.com/",
"date": "11/6/2013 5:10:30 PM",
"image": false,
"desc": "",
"title": "Routerpwn - One click exploits, generators, tools, news, vulnerabilities, poc, alerts"
},
{
"url": "http://jsfiddle.net/Uk2PP/9/",
"date": "11/25/2013 2:38:57 PM",
"image": false,
"desc": "Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.",
"title": "Edit fiddle - JSFiddle"
},
{
"url": "http://www.html5rocks.com/en/tutorials/casestudies/hobbit/",
"date": "11/25/2013 2:40:09 PM",
"image": false,
"desc": "Learn how North Kingdom built an immersive multimedia experience optimized for modern mobile browsers.",
"title": "The Hobbit Experience: Bringing Middle-Earth to Life with Mobile WebGL - HTML5 Rocks"
},
{
"url": "http://tinyurl.com/cdwqohd",
"date": "7/20/2013 5:34:17 PM",
"image": false,
"desc": "Mp3 v\u00e1ltozat let\u00f6lt\u00e9se (cenz\u00far\u00e1zatlan is): https://www.facebook.com/Neuroncs Ez a Connect-R - Vara nu dorm c\u00edm\u0171 sz\u00e1m magyar nyelv\u0171 v\u00e1ltozata / par\u00f3di\u00e1ja. Add...",
"title": "Neuroncs Project: Konvektor - Ny\u00e1ron nem alszom (Parody) - YouTube"
},
{
"url": "http://www.marchi-mobile.com/",
"date": "8/27/2013 11:21:44 AM",
"image": false,
"desc": "",
"title": "Marchi Mobile GmbH"
},
{
"url": "http://www.greyp-bikes.com/",
"date": "9/5/2013 10:14:22 AM",
"image": false,
"desc": "The Greyp G12S is a 2nd generation of our first electric bicycle - the Greyp G12. The G12 was designed from the ground up to combine the best of both worlds \u2013 motorcycles and bicycles.",
"title": "Greyp Bikes"
},
{
"url": "http://forum.overclock3d.net/showthread.php?t=57951",
"date": "11/7/2013 11:29:22 AM",
"image": false,
"desc": "[WIP] Snef's Sand of God Project Logs",
"title": "[WIP] Snef's Sand of God - OC3D Forums"
},
{
"url": "http://www.distancetomars.com",
"date": "7/20/2013 10:26:19 PM",
"image": false,
"desc": "",
"title": "How Far is it to Mars?"
},
{
"url": "http://ikeaordeath.com/",
"date": "10/10/2013 5:53:42 PM",
"image": false,
"desc": "The names of the furniture in IKEA sound a lot like the names of black metal bands. Consider this quiz an educational way to learn the difference between the two.",
"title": "IKEA or Death"
},
{
"url": "http://gomakethings.com/how-to-build-a-high-performance-website/",
"date": "11/7/2013 12:44:49 PM",
"image": false,
"desc": "",
"title": "How to build a high performance website | Go Make Things"
},
{
"url": "http://www.objectplayground.com/",
"date": "8/27/2013 11:30:05 AM",
"image": false,
"desc": "",
"title": "Object Playground: The Definitive Guide to Object-Oriented JavaScript"
},
{
"url": "http://uwspace.uwaterloo.ca/bitstream/10012/7252/1/Berkovich_Shay.pdf",
"date": "10/23/2013 12:51:12 PM",
"image": false,
"desc": "",
"title": ""
},
{
"url": "http://islalanguage.org",
"date": "7/20/2013 10:46:56 PM",
"image": false,
"desc": "",
"title": "Isla - computer programming for children"
},
{
"url": "http://www.funnyordie.com/videos/636264ec55/dean-norris-spoils-breaking-bad",
"date": "8/27/2013 11:31:39 AM",
"image": false,
"desc": "Dean Norris (Hank from Breaking Bad) is sick of everyone asking him about how Breaking Bad ends.",
"title": "Dean Norris Spoils Breaking Bad from Funny Or Die, Rebecca Zamolo, Jack & Justin, B..."
},
{
"url": "http://paullaros.github.io/stopwatch-in-css/",
"date": "11/15/2013 1:26:29 PM",
"image": false,
"desc": "Stopwatch in pure CSS",
"title": "Stopwatch in CSS"
},
{
"url": "http://www.dog-lang.org/",
"date": "11/15/2013 4:52:10 PM",
"image": false,
"desc": "",
"title": "The Dog Programming Language"
},
{
"url": "http://www.schneier.com/blog/archives/2013/06/a_really_good_a.html",
"date": "9/5/2013 10:54:12 AM",
"image": false,
"desc": "",
"title": "A Really Good Article on How Easy it Is to Crack Passwords - Schneier on Security"
},
{
"url": "http://www.cevahaios.com/angela-merkel-la-costinesti/?fb_action_ids=10202148682259060&fb_action_types=og.likes&fb_source=other_multiline&action_object_map=",
"date": "10/23/2013 3:27:47 PM",
"image": false,
"desc": "angela merkel, costinesti, romania",
"title": "Angela Merkel la Costinesti - S\u00e3 mai \u015fi z\u00e2mbim\u2026"
},
{
"url": "http://foaas.com",
"date": "7/20/2013 10:48:30 PM",
"image": false,
"desc": "",
"title": "Fuck Off As A Service (FOAAS)"
},
{
"url": "http://www.wired.com/design/2013/08/infographic-these-beautiful-visualization-create-an-atlas-of-the-world-wide-web/?viewall=true",
"date": "8/27/2013 11:50:41 AM",
"image": false,
"desc": "Israel-based designer Dafna Aizenberg created the Atlas of the World Wide Web, a 120 page visual guide to how the internet has blurred the traditional, physical borders around the world. The atlas\u2019 six chapters, which span everything from IP addresses to internet infrastructure to e-commerce, feature striking visualizations that highlight often-unnoticed trends brought on by the spread of the internet.",
"title": "Infographic: An Amazing Atlas of the World Wide Web | WIRED"
},
{
"url": "http://www.artige.no/bilde/57186",
"date": "7/22/2013 2:38:41 PM",
"image": false,
"desc": "Artige bilder funnet p\u00e5 Internett. Alltid ferske og nye. Vi leverer, du blar gjennom 30-40stk nye, hver j\u00e6vla dag.",
"title": "Gamle artige.no"
},
{
"url": "http://8tracks.com/",
"date": "9/6/2013 12:59:20 PM",
"image": false,
"desc": "Welcome to 8tracks, the best place for music discovery on the internet. Create your own playlist to share with the world, or listen for free to perfect music for any taste, time and place.",
"title": "8tracks internet radio | Free music playlists | Best app for music"
},
{
"url": "http://cssdeck.com/labs/dancing-robot-with-reflection",
"date": "10/23/2013 5:05:04 PM",
"image": false,
"desc": "This is an amazing creation by [Carpov](https://twitter.com/#!/paoock). This one works only in Firefox and Webkit browsers as it uses the `animation` property.",
"title": "Dancing Robot with Reflection | CSSDeck"
},
{
"url": "http://soundcloud.com/walt74/heisencast-01",
"date": "8/27/2013 11:52:16 AM",
"image": false,
"desc": "Stream Heisencast 01 by Nerdcoreblog from desktop or your mobile device",
"title": "Heisencast 01 by Nerdcoreblog | Free Listening on SoundCloud"
},
{
"url": "http://coding.smashingmagazine.com/2013/11/12/an-introduction-to-dom-events/",
"date": "11/25/2013 2:57:05 PM",
"image": false,
"desc": "As developers, we should understand how DOM events work, so that we can harness their potential and build engaging experiences.",
"title": "An Introduction To DOM Events \u2013 Smashing Magazine"
},
{
"url": "http://i1.cdnds.net/13/12/618x959/bill-gates-mugshot.jpg",
"date": "10/23/2013 5:09:30 PM",
"image": true,
"desc": "",
"title": ""
},
{
"url": "https://gist.github.com/nikcub/3833406",
"date": "10/13/2013 12:21:31 PM",
"image": false,
"desc": "",
"title": "Facebook PHP Source Code from August 2007 \u00b7 GitHub"
},
{
"url": "http://www.theverge.com/2013/9/6/4700680/prisoners-use-breaking-bad-method-to-light-cigarettes",
"date": "9/6/2013 3:09:37 PM",
"image": false,
"desc": "Inmates at an Australian prison have begun lighting their cigarettes with broken TV sets, using a tactic popularized by Walter White. According to Australia's News.com.au, prisoners at a...",
"title": "Prisoners use 'Breaking Bad' method to light cigarettes | The Verge"
},
{
"url": "http://flightjs.github.io/",
"date": "11/25/2013 3:04:18 PM",
"image": false,
"desc": "A lightweight, component-based JavaScript framework for assigning behavior to DOM nodes.",
"title": "Flight by Twitter"
},
{
"url": "http://d24w6bsrhbeh9d.cloudfront.net/photo/aLKBQ8P_700b.jpg",
"date": "7/22/2013 2:57:24 PM",
"image": true,
"desc": "",
"title": ""
},
{
"url": "http://hellorun.helloenjoy.com/",
"date": "11/25/2013 3:30:09 PM",
"image": false,
"desc": "",
"title": "HelloRun\u2122"
},
{
"url": "http://www.kingston.com/us/company/press?article=6487",
"date": "9/9/2013 9:09:45 PM",
"image": false,
"desc": "",
"title": "Press"
},
{
"url": "http://d24w6bsrhbeh9d.cloudfront.net/photo/aeNp3bB_700b.jpg",
"date": "7/22/2013 3:04:22 PM",
"image": true,
"desc": "",
"title": ""
},
{
"url": "http://meetings.aps.org/Meeting/DFD13/Event/202554",
"date": "10/14/2013 5:12:34 PM",
"image": false,
"desc": "",
"title": "APS -66th Annual Meeting of the APS Division of Fluid Dynamics \n- Event - Urinal Dynamics"
},
{
"url": "https://github.com/search?q=mavericks&ref=cmdform&type=Issues",
"date": "10/23/2013 5:10:28 PM",
"image": false,
"desc": "",
"title": "Search \u00b7 mavericks \u00b7 GitHub"
},
{
"url": "http://xrds.acm.org/blog/2012/08/unbreakable-cryptography-in-5-minutes/",
"date": "8/27/2013 11:55:16 AM",
"image": false,
"desc": "",
"title": "Unbreakable Cryptography in 5 Minutes - XRDSXRDS"
},
{
"url": "http://www.visualstudio.com/products/visual-studio-express-vs",
"date": "11/15/2013 5:03:21 PM",
"image": false,
"desc": "",
"title": "Visual Studio Express"
},
{
"url": "http://www.unrealengine.com/html5/",
"date": "9/10/2013 10:48:31 AM",
"image": false,
"desc": "",
"title": "Tappy Chicken"
},
{
"url": "http://www.fontwalk.de/",
"date": "10/15/2013 4:27:40 PM",
"image": false,
"desc": "Scroll dich durch die Schriftenb\u0102\u017ahne.",
"title": "Fontwalk"
},
{
"url": "http://cmd.fm/",
"date": "10/23/2013 5:11:33 PM",
"image": false,
"desc": "command-line interface for web",
"title": "cmd.to"
},
{
"url": "http://www.thinkful.com/learn/javascript-best-practices-1/",
"date": "11/25/2013 3:32:11 PM",
"image": false,
"desc": "Learn about JavaScript best practices. This guide includes code samples and side-by-side examples to help you write more readable and efficient code.",
"title": "JavaScript Best Practices Part 1 \u00b7 Thinkful Programming Guides"
},
{
"url": "http://soundcloud.com/themusicalodyssey/vintage-vice-oldtime-tales-of",
"date": "8/27/2013 11:55:39 AM",
"image": false,
"desc": "Stream Vintage Vice - Oldtime Tales of Drugs, Sex, Liquor and Gambling by *TheMusicalOdyssey from desktop or your mobile device",
"title": "Vintage Vice - Oldtime Tales of Drugs, Sex, Liquor and Gambling by *TheMusicalOdyssey | *The Musical Odyssey | Free Listening on SoundCloud"
},
{
"url": "http://zoomquilt.org/",
"date": "10/15/2013 4:28:01 PM",
"image": false,
"desc": "The infinitely zooming image",
"title": "Zoomquilt"
},
{
"url": "http://hoverstud.io/babbit/",
"date": "11/25/2013 3:58:08 PM",
"image": false,
"desc": "A browser game by Animade. Eat as many carrots as you can and stay away from the Farmer's dynamite!",
"title": "Animade / Babbit"
},
{
"url": "http://simplewebrtc.com",
"date": "7/22/2013 3:53:25 PM",
"image": false,
"desc": "WebRTC, SimpleWebRTC, Talky, Talky.io, library, JavaScript, Node.js",
"title": "SimpleWebRTC.js from &yet"
},
{
"url": "http://blog.brillskills.com/2013/09/exploring-javascript-prototypes-via-typescripts-class-pattern/",
"date": "9/10/2013 10:57:29 AM",
"image": false,
"desc": "",
"title": "Exploring JavaScript prototypes via TypeScript\u2019s class pattern \u2013 Brill Skills"
},
{
"url": "https://userbin.com",
"date": "11/18/2013 1:18:18 PM",
"image": false,
"desc": "Userbin \u2014 Two-factor authentication and real-time account protection.\"",
"title": "Userbin \u2014 Two-factor authentication and real-time account protection.\""
},
{
"url": "http://www.sketchingwithcss.com/samplechapter/cheatsheet.html",
"date": "11/18/2013 1:21:51 PM",
"image": false,
"desc": "",
"title": "The Ultimate Flexbox Cheat Sheet"
},
{
"url": "http://onesecond.designly.com/",
"date": "11/25/2013 4:03:01 PM",
"image": false,
"desc": "A visual display of the data being uploaded every second.",
"title": "Every Second on the Internet"
},
{
"url": "http://www.thinkful.com/learn/a-guide-to-using-github-pages/",
"date": "9/10/2013 11:05:52 AM",
"image": false,
"desc": "Launch your GitHub Page with this step-by-step guide. If you need a free & easy way to host your projects, this guide to GitHub Pages is for you.",
"title": "A Guide To Using Github Pages \u00b7 Thinkful Programming Guides"
},
{
"url": "http://www.amazon.com/Steve-Jobs-Walter-Isaacson/dp/1451648537",
"date": "8/27/2013 12:08:36 PM",
"image": false,
"desc": "Steve Jobs [Walter Isaacson] on Amazon.com. *FREE* shipping on qualifying offers. Based on more than forty interviews with Jobs conducted over two years\u2014as well as interviews with more than a hundred family members",
"title": "Steve Jobs: Walter Isaacson: 9781451648539: Amazon.com: Books"
},
{
"url": "http://dnlchw.net/1fltSxt",
"date": "11/7/2013 12:49:31 PM",
"image": false,
"desc": "",
"title": "Bitcoins reached $300 | Hacker News"
},
{
"url": "http://jscala.org",
"date": "7/22/2013 4:17:33 PM",
"image": false,
"desc": "JScala : Scala macro that produces JavaScript from Scala code.",
"title": "JScala"
},
{
"url": "http://readwrite.com/2013/08/09/why-javascript-will-become-the-dominant-programming-language-of-the-enterprise?utm_source=plus.url.google.com&utm_content=awesm-sharebuttons&utm_medium=readwr.it-googleplus&awesm=readwr.it_dWG&utm_campaign=",
"date": "10/23/2013 5:23:13 PM",
"image": false,
"desc": "",
"title": "Why JavaScript Will Become The Dominant Programming Language Of The Enterprise - ReadWrite"
},
{
"url": "http://chessboardjs.com/",
"date": "9/10/2013 11:08:15 AM",
"image": false,
"desc": "",
"title": "chessboard.js \u00bb Home"
},
{
"url": "https://github.com/vesln/hippie",
"date": "11/25/2013 4:24:18 PM",
"image": false,
"desc": "hippie - End-to-end API testing made easy",
"title": "GitHub - vesln/hippie: End-to-end API testing made easy"
},
{
"url": "http://perfectionkills.com/javascript-quiz/",
"date": "7/22/2013 4:49:02 PM",
"image": false,
"desc": "Javascript rants and findings, by kangax",
"title": "Javascript quiz \u2014 Perfection Kills"
},
{
"url": "http://www.apple.com/ipad-air/videos/#video-ad",
"date": "10/24/2013 9:26:21 AM",
"image": false,
"desc": "",
"title": "iPad\u00a0Air\u00a02 - Apple"
},
{
"url": "http://perfectionkills.com/javascript-quiz/",
"date": "7/23/2013 9:54:13 AM",
"image": false,
"desc": "Javascript rants and findings, by kangax",
"title": "Javascript quiz \u2014 Perfection Kills"
},
{
"url": "http://codeshare.io/fqI3x",
"date": "11/25/2013 4:29:37 PM",
"image": false,
"desc": "Share code snippets and collaborate with developers with this free code sharing tool.",
"title": "fqI3x - Code - Codeshare"
},
{
"url": "http://mbrsb.wordpress.com/2013/09/09/realistic-rain-effect-rainyday-js/",
"date": "9/10/2013 11:27:30 AM",
"image": false,
"desc": "rainyday.js is a simple script for simulating raindrops falling on a glass surface. Features a clear API to easily control most of the script variables in order to achieve the most realistic effect - either specify the rain intensity and draw a static picture or run it as an animation. Original picture: Screenshot of the\u2026",
"title": "realistic rain effect: rainyday.js | a blog about nothing"
},
{
"url": "http://www.ling.gu.se/~lager/kurser/webtechnology/lab4.html",
"date": "7/23/2013 9:58:43 AM",
"image": false,
"desc": "",
"title": "Ten Simple Javascript Exercises"
},
{
"url": "http://codepen.io/juliangarnier/details/hzDAF",
"date": "8/27/2013 12:20:24 PM",
"image": false,
"desc": "...",
"title": "CSS 3D X-wing"
},
{
"url": "http://krasimir.github.io/absurd/",
"date": "10/15/2013 4:52:52 PM",
"image": false,
"desc": "http://absurdjs.com",
"title": "AbsurdJS -> http://absurdjs.com"
},
{
"url": "https://www.google.com/intl/en/chrome/devices/chromebook-pixel/",
"date": "8/27/2013 12:22:34 PM",
"image": false,
"desc": "",
"title": "Google"
},
{
"url": "http://chessboardjs.com/",
"date": "11/25/2013 4:33:46 PM",
"image": false,
"desc": "",
"title": "chessboard.js \u00bb Home"
},
{
"url": "http://nayuki.eigenstate.org/page/aes-cipher-internals-in-excel",
"date": "11/18/2013 3:59:49 PM",
"image": false,
"desc": "",
"title": ""
},
{
"url": "http://devdocs.io",
"date": "11/25/2013 10:23:01 PM",
"image": false,
"desc": "DevDocs is a fast, offline API documentation browser with 80+ docs including HTML, CSS, JavaScript, PHP, Ruby, Python, Go, C, C++, jQuery, and more.",
"title": "DevDocs API Documentation"
},
{
"url": "http://www.fullscreenmario.com/",
"date": "10/15/2013 5:06:10 PM",
"image": false,
"desc": "",
"title": "Full Screen Takedown Notice"
},
{
"url": "http://acko.net/blog/zero-to-sixty-in-one-second/",
"date": "8/27/2013 12:26:35 PM",
"image": false,
"desc": "A new design for Acko.net, fusing WebGL, CSS 3D and HTML at sixty frames per second.",
"title": "Zero to Sixty in One Second \u2014 Acko.net"
},
{
"url": "http://labs.portcullis.co.uk/blog/ssl-light-at-the-end-of-the-tunnel/",
"date": "11/18/2013 4:08:20 PM",
"image": false,
"desc": "",
"title": "SSL: Light at the end of the tunnel | Portcullis Labs"
},
{
"url": "http://www.tingodb.com/",
"date": "10/15/2013 5:09:54 PM",
"image": false,
"desc": "",
"title": "TingoDB | Embedded Node.js database with MongoDB API"
},
{
"url": "http://en.wikipedia.org/wiki/RC4",
"date": "11/26/2013 10:16:39 AM",
"image": false,
"desc": "",
"title": "RC4 - Wikipedia, the free encyclopedia"
},
{
"url": "http://gin.io/",
"date": "11/18/2013 4:10:08 PM",
"image": false,
"desc": "A fast, low-latency, low-memory footprint, web JSON-API framework with Test Driven Development helpers and patterns",
"title": "GIN.IO"
},
{
"url": "http://rack.3.mshcdn.com/media/ZgkyMDEzLzExLzA1LzBiL2RhVlI5MmQuNGZkODMuZ2lmCnAJdGh1bWIJMTIwMHg5NjAwPg/12c1debe/142/daVR92d.gif",
"date": "11/7/2013 12:50:16 PM",
"image": true,
"desc": "",
"title": ""
},
{
"url": "http://resume.github.io/",
"date": "11/18/2013 4:18:46 PM",
"image": false,
"desc": "GitHub resumes, generated by the community, for the community.",
"title": "GitHub R\u00e9sum\u00e9"
},
{
"url": "http://www.typescriptlang.org/",
"date": "8/27/2013 12:37:33 PM",
"image": false,
"desc": "",
"title": "TypeScript - JavaScript that scales."
},
{
"url": "http://www.thepetedesign.com/demos/onepage_scroll_demo.html",
"date": "10/15/2013 5:20:20 PM",
"image": false,
"desc": "Create an Apple-like one page scroller website (iPhone 5S website) with One Page Scroll plugin",
"title": "jQuery One Page Scroll by Pete R. | The Pete Design"
},
{
"url": "http://chuck.cs.princeton.edu/doc/language/",
"date": "11/26/2013 10:52:23 AM",
"image": false,
"desc": "",
"title": "ChucK - [Language Specification]"
},
{
"url": "http://www.webdeveloper.com/forum/showthread.php?210551-Ten-Simple-Javascript-Exercises",
"date": "7/23/2013 9:59:28 AM",
"image": false,
"desc": "I need help with questions for these TEN SIMPLE JAVASCRIPT EXERCISES !!!!!!! \n \n 1. \n \n Define a function max() that takes two numbers as arguments and returns the largest of them. Use the if-then-else construct available in Javascript. \n \n Solution \n 2. \n \n Define a function maxOfThree() that takes three numbers as arguments and returns the largest of them.",
"title": "Ten Simple Javascript Exercises"
},
{
"url": "http://tympanus.net/Development/AnimatedCheckboxes/",
"date": "10/16/2013 10:54:12 AM",
"image": false,
"desc": "Animated Checkboxes and Radio Buttons with SVG: Using SVG for adding some fancy 'check' animations to form inputs",
"title": "Animated Checkboxes and Radio Buttons with SVG"
},
{
"url": "http://steelseries.com/products/mice/steelseries-rival",
"date": "10/24/2013 11:42:15 AM",
"image": false,
"desc": "",
"title": "Rival 300 Gaming Mouse | SteelSeries"
},
{
"url": "http://www.thefacebookgrill.com/",
"date": "11/19/2013 9:23:33 AM",
"image": false,
"desc": "Check out the most amazing grill in the history of mankind. Custom made and packed with cool features. Made for the one and only Mr. Mark Zuckerberg.",
"title": "The world\u2019s first Facebook Grill"
},
{
"url": "http://www.slideshare.net/arangodb/foxx",
"date": "11/7/2013 1:05:13 PM",
"image": false,
"desc": "Foxx allows you to build APIs directly on top of the database ArangoDB in Javascript and therefore skip the middleman (Rails, Django, Symfony or whatever your \u2026",
"title": "FOXX - a Javascript application framework on top of ArangoDB"
},
{
"url": "http://kripken.github.io/clangor/demo.html",
"date": "11/26/2013 10:59:56 AM",
"image": false,
"desc": "",
"title": "Clang in JS"
},
{
"url": "http://tympanus.net/Development/3DEffectMobileShowcase/",
"date": "10/16/2013 11:00:02 AM",
"image": false,
"desc": "3D Mobile App Showcase",
"title": "3D Effect for a Mobile App Showcase | Demo 1"
},
{
"url": "http://dochub.io/",
"date": "8/27/2013 12:49:12 PM",
"image": false,
"desc": "dochub.io is your first and best source for all of the information you\u2019re looking for. From general topics to more of what you would expect to find here, dochub.io has it all. We hope you find what you are searching for!",
"title": "dochub.io - dochub Resources and Information. This website is for sale!"
},
{
"url": "http://expressjs.com/",
"date": "8/27/2013 12:50:30 PM",
"image": false,
"desc": "",
"title": "Express - Node.js web application framework"
},
{
"url": "http://www.easystarjs.com/",
"date": "11/19/2013 4:47:44 PM",
"image": false,
"desc": "",
"title": "easystar.js"
},
{
"url": "http://tympanus.net/Tutorials/CaptionHoverEffects/index.html",
"date": "10/16/2013 11:01:28 AM",
"image": false,
"desc": "",
"title": "Caption Hover Effects - Demo 1"
},
{
"url": "http://papersplease.wikia.com/wiki/Papers_Please_Wiki",
"date": "11/20/2013 3:05:04 PM",
"image": false,
"desc": "Papers Please Wiki is a community site that anyone can contribute to. Discover, share and add your knowledge!",
"title": "Papers Please Wiki - Wikia"
},
{
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split",
"date": "7/23/2013 10:01:57 AM",
"image": false,
"desc": "The split() method splits a String object into an array of strings by separating the string into substrings.",
"title": "String.prototype.split() - JavaScript | MDN"
},
{
"url": "http://hohotederas.com/macar-am-fost-la-baraj/",
"date": "11/20/2013 4:31:32 PM",
"image": false,
"desc": "",
"title": "M\u0103car am fost la Baraj\u2026.:))) : Hohote de ras \u2013 O colectie zilnica de poze amuzante si bancuri tari"
},
{
"url": "https://github.com/felixge/node-mysql",
"date": "9/10/2013 1:10:12 PM",
"image": false,
"desc": "node-mysql - A pure node.js JavaScript Client implementing the MySql protocol.",
"title": "GitHub - felixge/node-mysql: A pure node.js JavaScript Client implementing the MySql protocol."
},
{
"url": "http://www.fiftythree.com/pencil",
"date": "11/21/2013 10:50:05 AM",
"image": false,
"desc": "Pencil by FiftyThree is a revolutionary stylus for touch-screen devices. Use Pencil with Paper to express your ideas beautifully and easily.",
"title": "Pencil Stylus for iPad, iPad Pro & iPhone | FiftyThree"
},
{
"url": "http://www.noitego.pl/wp-content/uploads/2013/11/pixels_depression.png",
"date": "11/7/2013 3:16:10 PM",
"image": true,
"desc": "",
"title": ""
},
{
"url": "http://www.nodemailer.com/",
"date": "9/10/2013 1:11:38 PM",
"image": false,
"desc": "",
"title": "Nodemailer \u2013 Send e-mails with Node.JS"
},
{
"url": "http://markdalgleish.com/2013/11/web-components-why-youre-already-an-expert/",
"date": "11/26/2013 11:11:13 AM",
"image": false,
"desc": "Web Components are going to fundamentally change the nature of HTML. At first glance, they may seem like a complicated set of new technologies, but \u2026",
"title": "Web Components: Why You're Already An Expert - Mark Dalgleish"
},
{
"url": "http://findtheinvisiblecow.com/",
"date": "11/21/2013 11:00:42 AM",
"image": false,
"desc": "Because it ain't gonna find itself.",
"title": "Find the Invisible Cow"
},
{
"url": "http://www.codecademy.com/tracks/javascript-original",
"date": "7/23/2013 10:14:09 AM",
"image": false,
"desc": "Learn to create simple applications and games with this introduction to the JavaScript language. By the end of this track, you\u2019ll make your own Blackjack game!",
"title": "JavaScript (Original) | Codecademy"
},
{
"url": "http://pragprog.com/the-pragmatic-programmer/extracts/coincidence",
"date": "10/24/2013 2:45:25 PM",
"image": false,
"desc": "",
"title": "The Pragmatic Bookshelf | Programming by Coincidence"
},
{
"url": "https://github.com/sylvinus/node-crawler",
"date": "9/10/2013 1:13:59 PM",
"image": false,
"desc": "node-crawler - Web Crawler/Spider for NodeJS + server-side jQuery ;-)",
"title": "GitHub - sylvinus/node-crawler: Web Crawler/Spider for NodeJS + server-side jQuery ;-)"
},
{
"url": "http://cocoafab.com/man-sues-wife-over-ugly-children/",
"date": "11/7/2013 5:30:39 PM",
"image": false,
"desc": "According to the New York Post this story has been circulating for years on the internet and reports of Feng\u2019s lawsuit against his wife were originally reported in European and US newspapers in 2004, but with no details of any adjudication or payout.",
"title": "WHOA! Man Successfully Sues Wife Over Ugly Children - CocoaFabCocoaFab"
},
{
"url": "http://jlongster.com/s/lljs-cloth/",
"date": "9/11/2013 10:19:44 AM",
"image": false,
"desc": "",
"title": "Cloth with LLJS/asm.js"
},
{
"url": "http://feedly.com/e/9bp6Vh5I",
"date": "11/26/2013 11:17:00 AM",
"image": false,
"desc": "",
"title": "cheet.js - easy easter eggs (konami code, etc) for your site"
},
{
"url": "http://www.dhteumeuleu.com/out-of-the-blue",
"date": "10/24/2013 4:35:40 PM",
"image": false,
"desc": "",
"title": "CodePen - out of the blue"
},
{
"url": "http://d24w6bsrhbeh9d.cloudfront.net/photo/a8WGVyQ_460s_v1.jpg",
"date": "11/7/2013 5:31:12 PM",
"image": true,
"desc": "",
"title": ""
},
{
"url": "http://dmitrysoshnikov.com/ecmascript/the-quiz/",
"date": "7/23/2013 10:16:20 AM",
"image": false,
"desc": "",
"title": "ECMA-262 \u00bb The quiz"
},
{
"url": "http://nodeschool.io/",
"date": "10/24/2013 4:40:56 PM",
"image": false,
"desc": "",
"title": "NodeSchool"
},
{
"url": "http://newsfeed.time.com/2013/02/25/these-are-north-koreas-28-state-approved-hairstyles/",
"date": "9/11/2013 10:33:25 AM",
"image": false,
"desc": "It looks a lot of this year's male Oscar winners\u00a0wouldn't survive the Communist state of North Korea without a haircut. The Telegraph reports that the world's favorite hermit state is implementing state-sanctioned haircuts for men and women.",
"title": "These Are North Korea\u2019s 28 State-Approved Hairstyles | TIME.com"
},
{
"url": "https://github.com/vesln/hippie",
"date": "11/26/2013 11:21:03 AM",
"image": false,
"desc": "hippie - End-to-end API testing made easy",
"title": "GitHub - vesln/hippie: End-to-end API testing made easy"
},
{
"url": "https://npmjs.org/package/mongoose",
"date": "8/27/2013 12:51:04 PM",
"image": false,
"desc": "Mongoose MongoDB ODM",
"title": "mongoose"
},
{
"url": "http://strongloop.com/strongblog/whats-new-in-node-js-v0-12-cluster-round-robin-load-balancing/",
"date": "11/21/2013 11:02:15 AM",
"image": false,
"desc": "",