-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
117 lines (105 loc) · 4.71 KB
/
links.html
File metadata and controls
117 lines (105 loc) · 4.71 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" itemscope itemtype="http://schema.org/Blog">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="Andrey Vityuk's Dev Blog" />
<meta name="keywords" content="code,software,development" />
<meta name="author" content="Andrey Vityuk" />
<meta name='yandex-verification' content='5725e5329ff88b91' />
<meta itemprop="name" content="Software Development">
<meta itemprop="description" content="Tips and walkthroughs on software development">
<title>Andrey Vityuk's Links</title>
<link rel="stylesheet" type="text/css" href="/stylesheets/normalize.css" />
<link rel="stylesheet" type="text/css" href="/stylesheets/default.css" />
<link rel="stylesheet" type="text/css" href="/stylesheets/syntax.css" />
<link rel="alternate" type="application/atom+xml" href="http://feeds.feedburner.com/avityuk/blog" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script type="text/javascript" src="/javascript/main.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7697564-2']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
$(document).ready(function() {
loadSidebarLinks();
});
</script>
</head>
<body>
<div id="header-wrapper">
<div id="header">
<h1><a id="blog-title" href="http://blog.vityuk.com">Developer's playground</a></h1>
My brain dump about software development
</div>
</div>
<div id="main-wrapper">
<div id="main">
<div id="content">
<script type="text/javascript">
$(document).ready(function() {
loadAllLinks();
});
</script>
<div id="all-links"></div>
</div>
<div id="sidebar">
<div id="tags">
<div id="tags-cloud">
<span style="font-size: 65%"><a href="/tags/appengine/">appengine</a></span>
<span style="font-size: 65%"><a href="/tags/bytecode/">bytecode</a></span>
<span style="font-size: 65%"><a href="/tags/compiler/">compiler</a></span>
<span style="font-size: 65%"><a href="/tags/debugging/">debugging</a></span>
<span style="font-size: 65%"><a href="/tags/error-handling/">error handling</a></span>
<span style="font-size: 65%"><a href="/tags/factory-method/">factory method</a></span>
<span style="font-size: 131%"><a href="/tags/formatting/">formatting</a></span>
<span style="font-size: 65%"><a href="/tags/generics/">generics</a></span>
<span style="font-size: 65%"><a href="/tags/google/">google</a></span>
<span style="font-size: 65%"><a href="/tags/i18n/">i18n</a></span>
<span style="font-size: 525%"><a href="/tags/java/">java</a></span>
<span style="font-size: 65%"><a href="/tags/jdbc/">jdbc</a></span>
<span style="font-size: 65%"><a href="/tags/localization/">localization</a></span>
<span style="font-size: 131%"><a href="/tags/logging/">logging</a></span>
<span style="font-size: 65%"><a href="/tags/mock/">mock</a></span>
<span style="font-size: 65%"><a href="/tags/multithreading/">multithreading</a></span>
<span style="font-size: 131%"><a href="/tags/pattern/">pattern</a></span>
<span style="font-size: 65%"><a href="/tags/performance/">performance</a></span>
<span style="font-size: 131%"><a href="/tags/reflection/">reflection</a></span>
<span style="font-size: 65%"><a href="/tags/sbt/">sbt</a></span>
<span style="font-size: 131%"><a href="/tags/scala/">scala</a></span>
<span style="font-size: 65%"><a href="/tags/testing/">testing</a></span>
<span style="font-size: 65%"><a href="/tags/web/">web</a></span>
</div>
</div>
<div id="rss">
<a class="icon-link" href="http://feeds.feedburner.com/avityuk/blog" title="Subscribe to my RSS feed"><img src="/images/rss.png"/></a>
</div>
<div id="links">
<h2>Links</h2>
<div id="links-list"></div>
<a href="/links.html">More...</a>
</div>
</div>
<div style="clear: both;"></div>
</div>
</div>
<div id="footer-wrapper">
<div id="footer">
Copyright © 2011 All Rights Reserved.
</div>
</div>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</body>
</html>