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
| import scala.collection.mutable.Map | |
| import org.apache.spark.{Accumulator, AccumulatorParam, SparkContext} | |
| import org.apache.spark.scheduler.{SparkListenerStageCompleted, SparkListener} | |
| import org.apache.spark.SparkContext._ | |
| /** | |
| * just print out the values for all accumulators from the stage. | |
| * you will only get updates from *named* accumulators, though |
| === modified file 'lisp/term/ns-win.el' | |
| --- old/lisp/term/ns-win.el 2011-10-01 20:32:01 +0000 | |
| +++ new/lisp/term/ns-win.el 2011-11-10 16:22:51 +0000 | |
| @@ -928,6 +928,10 @@ | |
| (add-to-list 'frame-creation-function-alist '(ns . x-create-frame-with-faces)) | |
| (add-to-list 'window-system-initialization-alist '(ns . ns-initialize-window-system)) | |
| +(declare-function ns-toggle-fullscreen-internal "nsfns.m" ()) | |
| +(defun ns-toggle-fullscreen () | |
| + (interactive) |
| import re | |
| from django import template | |
| from django.utils.functional import allow_lazy | |
| from django.template.defaultfilters import stringfilter | |
| from django.utils.safestring import mark_safe, SafeData | |
| from django.utils.encoding import force_unicode | |
| from django.utils.html import escape | |
| from django.utils.text import normalize_newlines | |
| register = template.Library() |