comparison default/node_modules/javascript-natural-sort/index.html @ 0:1d038bc9b3d2 default tip

Up:default
author Liny <dev@neowd.com>
date Sat, 31 May 2025 09:21:51 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d038bc9b3d2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset='utf-8'>
5
6 <title>overset/javascript-natural-sort @ GitHub</title>
7
8 <style type="text/css">
9 body {
10 margin-top: 1.0em;
11 background-color: #ffffff;
12 font-family: Helvetica, Arial, FreeSans, san-serif;
13 color: #000000;
14 }
15 #container {
16 margin: 0 auto;
17 width: 700px;
18 }
19 h1 { font-size: 3.8em; color: #000000; margin-bottom: 3px; }
20 h1 .small { font-size: 0.4em; }
21 h1 a { text-decoration: none }
22 h2 { font-size: 1.5em; color: #000000; }
23 h3 { text-align: center; color: #000000; }
24 a { color: #000000; }
25 .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
26 .download { float: right; }
27 pre { background: #000; color: #fff; padding: 15px;}
28 hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
29 .footer { text-align:center; padding-top:30px; font-style: italic; }
30 </style>
31 </head>
32
33 <body>
34 <a href="https://github.com/overset/javascript-natural-sort"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
35
36 <div id="container">
37
38 <div class="download">
39 <a href="https://github.com/overset/javascript-natural-sort/zipball/master">
40 <img border="0" width="90" src="https://github.com/images/modules/download/zip.png"></a>
41 <a href="https://github.com/overset/javascript-natural-sort/tarball/master">
42 <img border="0" width="90" src="https://github.com/images/modules/download/tar.png"></a>
43 </div>
44
45 <h1><a href="https://github.com/overset/javascript-natural-sort">javascript-natural-sort</a>
46 <span class="small">by <a href="https://github.com/overset">overset</a></span></h1>
47
48 <div class="description">
49 A fast and lightweight function to be used in conjunction with the Array.sort() using the browser's default bubble sort. This will properly sort padded numbers, numbers preceding text, dates, floats, etc.
50 </div>
51
52
53
54
55
56
57
58
59 <h2>License</h2>
60 <p>MIT</p>
61
62
63
64 <h2>Authors</h2>
65 <p>Jim Palmer ([email protected])
66 <br/> </p>
67
68
69
70 <h2>Contact</h2>
71 <p>Jim Palmer ([email protected])
72 <br/> </p>
73
74
75 <h2>Download</h2>
76 <p>
77 You can download this project in either
78 <a href="https://github.com/overset/javascript-natural-sort/zipball/master">zip</a> or
79 <a href="https://github.com/overset/javascript-natural-sort/tarball/master">tar formats.
80 </p>
81 <p>You can also clone the project with <a href="http://git-scm.com">Git</a>
82 by running:
83 <pre>$ git clone git://github.com/overset/javascript-natural-sort</pre>
84 </p>
85
86 <div class="footer">
87 get the source code on GitHub : <a href="https://github.com/overset/javascript-natural-sort">overset/javascript-natural-sort</a>
88 </div>
89
90 </div>
91
92 <script type="text/javascript">
93 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
94 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
95 </script>
96 <script type="text/javascript">
97 try {
98 var pageTracker = _gat._getTracker("UA-87585-8");
99 pageTracker._trackPageview();
100 } catch(err) {}</script>"
101 </body>
102 </html>