Skip to content

Commit

Permalink
One minor addition to create cheat sheet v12
Browse files Browse the repository at this point in the history
See CHANGELOG.txt for details.
  • Loading branch information
jafingerhut committed Oct 2, 2013
1 parent 7a1f1eb commit ef71972
Show file tree
Hide file tree
Showing 8 changed files with 1,487 additions and 1,460 deletions.
5 changes: 5 additions & 0 deletions src/clj-jvm/CHANGELOG.txt
@@ -1,3 +1,8 @@
----------------------------------------------------------------------
Oct 2, 2013 - Clojure 1.3 - 1.5, sheet v12

Added next to section Sequences/Seq in, Seq out/Tail-items

----------------------------------------------------------------------
Aug 27, 2013 - Clojure 1.3 - 1.5, sheet v11

Expand Down
2 changes: 1 addition & 1 deletion src/clj-jvm/cheatsheet-embeddable-for-clojure.org.html
Expand Up @@ -292,7 +292,7 @@ <h3>Seq in, Seq out</h3>
</tr>
<tr class="odd">
<td>Tail-items</td>
<td><code><a href="http://clojuredocs.org/clojure_core/clojure.core/rest">rest</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/nthrest">nthrest</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/fnext">fnext</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/nnext">nnext</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/drop">drop</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/drop-while">drop-while</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/take-last">take-last</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/for">for</a></code></td>
<td><code><a href="http://clojuredocs.org/clojure_core/clojure.core/rest">rest</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/nthrest">nthrest</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/next">next</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/fnext">fnext</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/nnext">nnext</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/drop">drop</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/drop-while">drop-while</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/take-last">take-last</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/for">for</a></code></td>
</tr>
<tr class="even">
<td>Head-items</td>
Expand Down
4 changes: 2 additions & 2 deletions src/clj-jvm/cheatsheet-no-tooltips-no-cdocs-summary.html
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Clojure Cheat Sheet (Clojure 1.3 - 1.5, sheet v11)</title>
<title>Clojure Cheat Sheet (Clojure 1.3 - 1.5, sheet v12)</title>
<link rel="stylesheet" href="cheatsheet_files/26467729A.css" type="text/css" />

<style type="text/css">
Expand Down Expand Up @@ -311,7 +311,7 @@ <h3>Seq in, Seq out</h3>
</tr>
<tr class="odd">
<td>Tail-items</td>
<td><code><a href="http://clojuredocs.org/clojure_core/clojure.core/rest">rest</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/nthrest">nthrest</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/fnext">fnext</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/nnext">nnext</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/drop">drop</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/drop-while">drop-while</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/take-last">take-last</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/for">for</a></code></td>
<td><code><a href="http://clojuredocs.org/clojure_core/clojure.core/rest">rest</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/nthrest">nthrest</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/next">next</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/fnext">fnext</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/nnext">nnext</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/drop">drop</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/drop-while">drop-while</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/take-last">take-last</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/for">for</a></code></td>
</tr>
<tr class="even">
<td>Head-items</td>
Expand Down
1,458 changes: 733 additions & 725 deletions src/clj-jvm/cheatsheet-tiptip-cdocs-summary.html

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions src/clj-jvm/cheatsheet-tiptip-no-cdocs-summary.html
Expand Up @@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Clojure Cheat Sheet (Clojure 1.3 - 1.5, sheet v11)</title>
<title>Clojure Cheat Sheet (Clojure 1.3 - 1.5, sheet v12)</title>
<link rel="stylesheet" href="cheatsheet_files/26467729A.css" type="text/css" />

<style type="text/css">
Expand Down Expand Up @@ -1232,7 +1232,10 @@ <h3>Seq in, Seq out</h3>
Returns a possibly empty seq of the items after the first. Calls seq on its
argument.</pre>">rest</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/nthrest" class="tooltip" title="<pre>clojure.core/nthrest
([coll n])
Returns the nth rest of coll, coll when n is 0.</pre>">nthrest</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/fnext" class="tooltip" title="<pre>clojure.core/fnext
Returns the nth rest of coll, coll when n is 0.</pre>">nthrest</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/next" class="tooltip" title="<pre>clojure.core/next
([coll])
Returns a seq of the items after the first. Calls seq on its
argument. If there are no more items, returns nil.</pre>">next</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/fnext" class="tooltip" title="<pre>clojure.core/fnext
([x])
Same as (first (next x))</pre>">fnext</a> <a href="http://clojuredocs.org/clojure_core/clojure.core/nnext" class="tooltip" title="<pre>clojure.core/nnext
([x])
Expand Down

0 comments on commit ef71972

Please sign in to comment.