duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
;;- -*-scheme-*- | |
;;; rabbit compiler | |
;;- This is the source code to the RABBIT Scheme compiler, by Guy Steele, | |
;;- taken from the Indiana Scheme repository and annotated by me, Darius | |
;;- Bacon. I converted it from all-uppercase to all-lowercase and | |
;;- reindented it with Emacs for better readability. I've added the | |
;;- comments starting with either ;- or ;*. Other comments are by Steele. | |
;;- The ;- comments were things I'd figured out, while ;* denoted things | |
;;- for me to look into. (Sometimes I didn't bother to type in the answer |
I hereby claim:
To claim this, I am signing this object:
Edward Snowden answered questions after a showing of CITIZENFOUR at the IETF93 meeting; this is a transcript of the video recording.
For more information, see the Internet Society article.
(defun marsam/add-pull-request-refs (&optional remote local-ns) | |
"Set pull requests refs from a REMOTE with LOCAL-NS namespace into Git config." | |
(interactive (let* ((remote (magit-read-remote "Fetch remote")) | |
(local-ns (read-string "local namespace: " (format "%s/pr" remote)))) | |
(list remote local-ns))) | |
(and (not (magit-get-boolean "core" "disableprref")) | |
(let* ((remote (or remote "origin")) | |
(local-ns (if (or (null local-ns) (string= "" local-ns)) (format "%s/pr" remote) local-ns)) | |
(pr-refs (format "+refs/pull/*/head:refs/remotes/%s/*" local-ns)) | |
(remote-fetch-refs (magit-get-all "remote" remote "fetch"))) |
/build/ |
*.gz | |
*.log | |
*.mmdb |
# Maintainer: Mario Rodas <[email protected]> | |
pkgname=ats-anairiats-svn | |
_svnname=ats-anairiats | |
pkgver=r3461 | |
pkgrel=1 | |
pkgdesc="Statically typed programming language" | |
url="http://www.ats-lang.org" | |
arch=('i686' 'x86_64') | |
license=('GPL3') |
2014-07-31 13:28:40 xyh hi firends, I have designed a new functional programming language called cicada :: https://bitbucket.org/cicada-language/cicada | |
2014-07-31 13:29:04 dlowe xyh: you seem to be in the wrong channel. | |
2014-07-31 13:30:14 xyh I just want to do some propagandas | |
2014-07-31 13:30:53 Xach xyh: Rude. Go away. | |
2014-07-31 13:31:13 <-- arenz ([email protected]) has quit (Ping timeout: 256 seconds) | |
2014-07-31 13:31:22 --> nug700 ([email protected]) has joined #lisp | |
2014-07-31 13:31:56 xyh why? I love lisp and it have it's root in lisp | |
2014-07-31 13:32:14 <-- nipra ([email protected]) has quit (Ping timeout: 272 seconds) | |
2014-07-31 13:34:46 Xach xyh: This channel is for Common Lisp, not advertising new languages. | |
2014-07-31 13:35:56 xyh Xach: what if I could port my lang to a CL VM ? |