Skip to content

Commit 454d743

Browse files
committed
Generate Pelican site
1 parent 3e682e5 commit 454d743

File tree

123 files changed

+1101
-1101
lines changed
  • 101-analyzing-the-frequency-components-of-a-signal-with-a-fast-fourier-transform
  • 102-applying-a-linear-filter-to-a-digital-signal
  • 103-computing-the-autocorrelation-of-a-time-series
  • 11-introducing-ipython-and-the-jupyter-notebook
  • 111-manipulating-the-exposure-of-an-image
  • 112-applying-filters-on-an-image
  • 113-segmenting-an-image
  • 114-finding-points-of-interest-in-an-image
  • 115-detecting-faces-in-an-image-with-opencv
  • 116-applying-digital-filters-to-speech-sounds
  • 117-creating-a-sound-synthesizer-in-the-notebook
  • 12-getting-started-with-exploratory-data-analysis-in-the-jupyter-notebook
  • 121-plotting-the-bifurcation-diagram-of-a-chaotic-dynamical-system
  • 122-simulating-an-elementary-cellular-automaton
  • 123-simulating-an-ordinary-differential-equation-with-scipy
  • 124-simulating-a-partial-differential-equation-reaction-diffusion-systems-and-turing-patterns
  • 13-introducing-the-multidimensional-array-in-numpy-for-fast-array-computations
  • 131-simulating-a-discrete-time-markov-chain
  • 132-simulating-a-poisson-process
  • 133-simulating-a-brownian-motion
  • 134-simulating-a-stochastic-differential-equation
  • 14-creating-an-ipython-extension-with-custom-magic-commands
  • 141-manipulating-and-visualizing-graphs-with-networkx
  • 142-drawing-flight-routes-with-networkx
  • 143-resolving-dependencies-in-a-directed-acyclic-graph-with-a-topological-sort
  • 144-computing-connected-components-in-an-image
  • 145-computing-the-voronoi-diagram-of-a-set-of-points
  • 146-manipulating-geospatial-data-with-cartopy
  • 147-creating-a-route-planner-for-a-road-network
  • 15-mastering-ipythons-configuration-system
  • 151-diving-into-symbolic-computing-with-sympy
  • 152-solving-equations-and-inequalities
  • 153-analyzing-real-valued-functions
  • 154-computing-exact-probabilities-and-manipulating-random-variables
  • 155-a-bit-of-number-theory-with-sympy
  • 156-finding-a-boolean-propositional-formula-from-a-truth-table
  • 157-analyzing-a-nonlinear-differential-system-lotka-volterra-predator-prey-equations
  • 158-getting-started-with-sage
  • 16-creating-a-simple-kernel-for-jupyter
  • 21-learning-the-basics-of-the-unix-shell
  • 22-using-the-latest-features-of-python-3
  • 23-learning-the-basics-of-the-distributed-version-control-system-git
  • 24-a-typical-workflow-with-git-branching
  • 25-efficient-interactive-computing-workflows-with-ipython
  • 26-ten-tips-for-conducting-reproducible-interactive-computing-experiments
  • 27-writing-high-quality-python-code
  • 28-writing-unit-tests-with-pytest
  • 29-debugging-code-with-ipython
  • 31-teaching-programming-in-the-notebook-with-ipython-blocks
  • 32-converting-a-jupyter-notebook-to-other-formats-with-nbconvert
  • 33-mastering-widgets-in-the-jupyter-notebook
  • 34-creating-custom-jupyter-notebook-widgets-in-python-html-and-javascript
  • 35-configuring-the-jupyter-notebook
  • 36-introducing-jupyterlab
  • 41-evaluating-the-time-taken-by-a-command-in-ipython
  • 42-profiling-your-code-easily-with-cprofile-and-ipython
  • 43-profiling-your-code-line-by-line-with-line_profiler
  • 44-profiling-the-memory-usage-of-your-code-with-memory_profiler
  • 45-understanding-the-internals-of-numpy-to-avoid-unnecessary-array-copying
  • 46-using-stride-tricks-with-numpy
  • 47-implementing-an-efficient-rolling-average-algorithm-with-stride-tricks
  • 48-processing-large-numpy-arrays-with-memory-mapping
  • 49-manipulating-large-arrays-with-hdf5
  • 51-knowing-python-to-write-faster-code
  • 510-interacting-with-asynchronous-parallel-tasks-in-ipython
  • 511-performing-out-of-core-computations-on-large-arrays-with-dask
  • 512-trying-the-julia-programming-language-in-the-jupyter-notebook
  • 52-accelerating-pure-python-code-with-numba-and-just-in-time-compilation
  • 53-accelerating-array-computations-with-numexpr
  • 54-wrapping-a-c-library-in-python-with-ctypes
  • 55-accelerating-python-code-with-cython
  • 56-optimizing-cython-code-by-writing-less-python-and-more-c
  • 57-releasing-the-gil-to-take-advantage-of-multi-core-processors-with-cython-and-openmp
  • 58-writing-massively-parallel-code-for-nvidia-graphics-cards-gpus-with-cuda
  • 59-distributing-python-code-across-multiple-cores-with-ipython
  • 61-using-matplotlib-styles
  • 62-creating-statistical-plots-easily-with-seaborn
  • 63-creating-interactive-web-visualizations-with-bokeh-and-holoviews
  • 64-visualizing-a-networkx-graph-in-the-notebook-with-d3js
  • 65-discovering-interactive-visualization-libraries-in-the-notebook
  • 66-creating-plots-with-altair-and-the-vega-lite-specification
  • 71-exploring-a-dataset-with-pandas-and-matplotlib
  • 72-getting-started-with-statistical-hypothesis-testing-a-simple-z-test
  • 73-getting-started-with-bayesian-methods
  • 74-estimating-the-correlation-between-two-variables-with-a-contingency-table-and-a-chi-squared-test
  • 75-fitting-a-probability-distribution-to-data-with-the-maximum-likelihood-method
  • 76-estimating-a-probability-distribution-nonparametrically-with-a-kernel-density-estimation
  • 77-fitting-a-bayesian-model-by-sampling-from-a-posterior-distribution-with-a-markov-chain-monte-carlo-method
  • 78-analyzing-data-with-the-r-programming-language-in-the-jupyter-notebook
  • 81-getting-started-with-scikit-learn
  • 82-predicting-who-will-survive-on-the-titanic-with-logistic-regression
  • 83-learning-to-recognize-handwritten-digits-with-a-k-nearest-neighbors-classifier
  • 84-learning-from-text-naive-bayes-for-natural-language-processing
  • 85-using-support-vector-machines-for-classification-tasks
  • 86-using-a-random-forest-to-select-important-features-for-regression
  • 87-reducing-the-dimensionality-of-a-dataset-with-a-principal-component-analysis
  • 88-detecting-hidden-structures-in-a-dataset-with-clustering
  • 91-finding-the-root-of-a-mathematical-function
  • 92-minimizing-a-mathematical-function
  • 93-fitting-a-function-to-data-with-nonlinear-least-squares
  • 94-finding-the-equilibrium-state-of-a-physical-system-by-minimizing-its-potential-energy
  • chapter-1-a-tour-of-interactive-computing-with-jupyter-and-ipython
  • chapter-10-signal-processing
  • chapter-11-image-and-audio-processing
  • chapter-12-deterministic-dynamical-systems
  • chapter-13-stochastic-dynamical-systems
  • chapter-14-graphs-geometry-and-geographic-information-systems
  • chapter-15-symbolic-and-numerical-mathematics
  • chapter-2-best-practices-in-interactive-computing
  • chapter-3-mastering-the-jupyter-notebook
  • chapter-4-profiling-and-optimization
  • chapter-5-high-performance-computing
  • chapter-6-data-visualization
  • chapter-7-statistical-data-analysis
  • chapter-8-machine-learning
  • chapter-9-numerical-optimization
  • feeds
  • not-found-status-hidden-alias-cookbook-minibook-save_as-404html

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+1101
-1101
lines changed

Diff for: 101-analyzing-the-frequency-components-of-a-signal-with-a-fast-fourier-transform/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -327,18 +327,18 @@ <h2>See also</h2>
327327
<script type="text/javascript">
328328
var sc_project=9752080;
329329
var sc_invisible=1;
330-
var sc_security="837928c1";
330+
var sc_security="c177b501";
331331
var scJsHost = (("https:" == document.location.protocol) ?
332332
"https://secure." : "http://www.");
333-
document.write("<sc"+"ript type='text/javascript' src='" +
334-
scJsHost+
335-
"statcounter.com/counter/counter.js'></"+"script>");
336333
</script>
337-
<noscript><div class="statcounter"><a title="hit counter"
338-
href="http://statcounter.com/free-hit-counter/"
339-
target="_blank"><img class="statcounter"
340-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
341-
alt="hit counter"></a></div></noscript>
334+
<script type="text/javascript"
335+
src="https://www.statcounter.com/counter/counter.js"
336+
async></script>
337+
<noscript><div class="statcounter"><a title="Web Analytics"
338+
href="http://statcounter.com/" target="_blank"><img
339+
class="statcounter"
340+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
341+
Analytics"></a></div></noscript>
342342
<!-- End of StatCounter Code for Default Guide -->
343343
</body>
344344
</html>

Diff for: 102-applying-a-linear-filter-to-a-digital-signal/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -309,18 +309,18 @@ <h2>See also</h2>
309309
<script type="text/javascript">
310310
var sc_project=9752080;
311311
var sc_invisible=1;
312-
var sc_security="837928c1";
312+
var sc_security="c177b501";
313313
var scJsHost = (("https:" == document.location.protocol) ?
314314
"https://secure." : "http://www.");
315-
document.write("<sc"+"ript type='text/javascript' src='" +
316-
scJsHost+
317-
"statcounter.com/counter/counter.js'></"+"script>");
318315
</script>
319-
<noscript><div class="statcounter"><a title="hit counter"
320-
href="http://statcounter.com/free-hit-counter/"
321-
target="_blank"><img class="statcounter"
322-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
323-
alt="hit counter"></a></div></noscript>
316+
<script type="text/javascript"
317+
src="https://www.statcounter.com/counter/counter.js"
318+
async></script>
319+
<noscript><div class="statcounter"><a title="Web Analytics"
320+
href="http://statcounter.com/" target="_blank"><img
321+
class="statcounter"
322+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
323+
Analytics"></a></div></noscript>
324324
<!-- End of StatCounter Code for Default Guide -->
325325
</body>
326326
</html>

Diff for: 103-computing-the-autocorrelation-of-a-time-series/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -321,18 +321,18 @@ <h2>See also</h2>
321321
<script type="text/javascript">
322322
var sc_project=9752080;
323323
var sc_invisible=1;
324-
var sc_security="837928c1";
324+
var sc_security="c177b501";
325325
var scJsHost = (("https:" == document.location.protocol) ?
326326
"https://secure." : "http://www.");
327-
document.write("<sc"+"ript type='text/javascript' src='" +
328-
scJsHost+
329-
"statcounter.com/counter/counter.js'></"+"script>");
330327
</script>
331-
<noscript><div class="statcounter"><a title="hit counter"
332-
href="http://statcounter.com/free-hit-counter/"
333-
target="_blank"><img class="statcounter"
334-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
335-
alt="hit counter"></a></div></noscript>
328+
<script type="text/javascript"
329+
src="https://www.statcounter.com/counter/counter.js"
330+
async></script>
331+
<noscript><div class="statcounter"><a title="Web Analytics"
332+
href="http://statcounter.com/" target="_blank"><img
333+
class="statcounter"
334+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
335+
Analytics"></a></div></noscript>
336336
<!-- End of StatCounter Code for Default Guide -->
337337
</body>
338338
</html>

Diff for: 11-introducing-ipython-and-the-jupyter-notebook/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -319,18 +319,18 @@ <h2>See also</h2>
319319
<script type="text/javascript">
320320
var sc_project=9752080;
321321
var sc_invisible=1;
322-
var sc_security="837928c1";
322+
var sc_security="c177b501";
323323
var scJsHost = (("https:" == document.location.protocol) ?
324324
"https://secure." : "http://www.");
325-
document.write("<sc"+"ript type='text/javascript' src='" +
326-
scJsHost+
327-
"statcounter.com/counter/counter.js'></"+"script>");
328325
</script>
329-
<noscript><div class="statcounter"><a title="hit counter"
330-
href="http://statcounter.com/free-hit-counter/"
331-
target="_blank"><img class="statcounter"
332-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
333-
alt="hit counter"></a></div></noscript>
326+
<script type="text/javascript"
327+
src="https://www.statcounter.com/counter/counter.js"
328+
async></script>
329+
<noscript><div class="statcounter"><a title="Web Analytics"
330+
href="http://statcounter.com/" target="_blank"><img
331+
class="statcounter"
332+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
333+
Analytics"></a></div></noscript>
334334
<!-- End of StatCounter Code for Default Guide -->
335335
</body>
336336
</html>

Diff for: 111-manipulating-the-exposure-of-an-image/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -196,18 +196,18 @@ <h2>See also</h2>
196196
<script type="text/javascript">
197197
var sc_project=9752080;
198198
var sc_invisible=1;
199-
var sc_security="837928c1";
199+
var sc_security="c177b501";
200200
var scJsHost = (("https:" == document.location.protocol) ?
201201
"https://secure." : "http://www.");
202-
document.write("<sc"+"ript type='text/javascript' src='" +
203-
scJsHost+
204-
"statcounter.com/counter/counter.js'></"+"script>");
205202
</script>
206-
<noscript><div class="statcounter"><a title="hit counter"
207-
href="http://statcounter.com/free-hit-counter/"
208-
target="_blank"><img class="statcounter"
209-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
210-
alt="hit counter"></a></div></noscript>
203+
<script type="text/javascript"
204+
src="https://www.statcounter.com/counter/counter.js"
205+
async></script>
206+
<noscript><div class="statcounter"><a title="Web Analytics"
207+
href="http://statcounter.com/" target="_blank"><img
208+
class="statcounter"
209+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
210+
Analytics"></a></div></noscript>
211211
<!-- End of StatCounter Code for Default Guide -->
212212
</body>
213213
</html>

Diff for: 112-applying-filters-on-an-image/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -286,18 +286,18 @@ <h2>See also</h2>
286286
<script type="text/javascript">
287287
var sc_project=9752080;
288288
var sc_invisible=1;
289-
var sc_security="837928c1";
289+
var sc_security="c177b501";
290290
var scJsHost = (("https:" == document.location.protocol) ?
291291
"https://secure." : "http://www.");
292-
document.write("<sc"+"ript type='text/javascript' src='" +
293-
scJsHost+
294-
"statcounter.com/counter/counter.js'></"+"script>");
295292
</script>
296-
<noscript><div class="statcounter"><a title="hit counter"
297-
href="http://statcounter.com/free-hit-counter/"
298-
target="_blank"><img class="statcounter"
299-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
300-
alt="hit counter"></a></div></noscript>
293+
<script type="text/javascript"
294+
src="https://www.statcounter.com/counter/counter.js"
295+
async></script>
296+
<noscript><div class="statcounter"><a title="Web Analytics"
297+
href="http://statcounter.com/" target="_blank"><img
298+
class="statcounter"
299+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
300+
Analytics"></a></div></noscript>
301301
<!-- End of StatCounter Code for Default Guide -->
302302
</body>
303303
</html>

Diff for: 113-segmenting-an-image/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -323,18 +323,18 @@ <h2>See also</h2>
323323
<script type="text/javascript">
324324
var sc_project=9752080;
325325
var sc_invisible=1;
326-
var sc_security="837928c1";
326+
var sc_security="c177b501";
327327
var scJsHost = (("https:" == document.location.protocol) ?
328328
"https://secure." : "http://www.");
329-
document.write("<sc"+"ript type='text/javascript' src='" +
330-
scJsHost+
331-
"statcounter.com/counter/counter.js'></"+"script>");
332329
</script>
333-
<noscript><div class="statcounter"><a title="hit counter"
334-
href="http://statcounter.com/free-hit-counter/"
335-
target="_blank"><img class="statcounter"
336-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
337-
alt="hit counter"></a></div></noscript>
330+
<script type="text/javascript"
331+
src="https://www.statcounter.com/counter/counter.js"
332+
async></script>
333+
<noscript><div class="statcounter"><a title="Web Analytics"
334+
href="http://statcounter.com/" target="_blank"><img
335+
class="statcounter"
336+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
337+
Analytics"></a></div></noscript>
338338
<!-- End of StatCounter Code for Default Guide -->
339339
</body>
340340
</html>

Diff for: 114-finding-points-of-interest-in-an-image/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -266,18 +266,18 @@ <h2>There's more...</h2>
266266
<script type="text/javascript">
267267
var sc_project=9752080;
268268
var sc_invisible=1;
269-
var sc_security="837928c1";
269+
var sc_security="c177b501";
270270
var scJsHost = (("https:" == document.location.protocol) ?
271271
"https://secure." : "http://www.");
272-
document.write("<sc"+"ript type='text/javascript' src='" +
273-
scJsHost+
274-
"statcounter.com/counter/counter.js'></"+"script>");
275272
</script>
276-
<noscript><div class="statcounter"><a title="hit counter"
277-
href="http://statcounter.com/free-hit-counter/"
278-
target="_blank"><img class="statcounter"
279-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
280-
alt="hit counter"></a></div></noscript>
273+
<script type="text/javascript"
274+
src="https://www.statcounter.com/counter/counter.js"
275+
async></script>
276+
<noscript><div class="statcounter"><a title="Web Analytics"
277+
href="http://statcounter.com/" target="_blank"><img
278+
class="statcounter"
279+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
280+
Analytics"></a></div></noscript>
281281
<!-- End of StatCounter Code for Default Guide -->
282282
</body>
283283
</html>

Diff for: 115-detecting-faces-in-an-image-with-opencv/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -188,18 +188,18 @@ <h2>There's more...</h2>
188188
<script type="text/javascript">
189189
var sc_project=9752080;
190190
var sc_invisible=1;
191-
var sc_security="837928c1";
191+
var sc_security="c177b501";
192192
var scJsHost = (("https:" == document.location.protocol) ?
193193
"https://secure." : "http://www.");
194-
document.write("<sc"+"ript type='text/javascript' src='" +
195-
scJsHost+
196-
"statcounter.com/counter/counter.js'></"+"script>");
197194
</script>
198-
<noscript><div class="statcounter"><a title="hit counter"
199-
href="http://statcounter.com/free-hit-counter/"
200-
target="_blank"><img class="statcounter"
201-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
202-
alt="hit counter"></a></div></noscript>
195+
<script type="text/javascript"
196+
src="https://www.statcounter.com/counter/counter.js"
197+
async></script>
198+
<noscript><div class="statcounter"><a title="Web Analytics"
199+
href="http://statcounter.com/" target="_blank"><img
200+
class="statcounter"
201+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
202+
Analytics"></a></div></noscript>
203203
<!-- End of StatCounter Code for Default Guide -->
204204
</body>
205205
</html>

Diff for: 116-applying-digital-filters-to-speech-sounds/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -235,18 +235,18 @@ <h2>See also</h2>
235235
<script type="text/javascript">
236236
var sc_project=9752080;
237237
var sc_invisible=1;
238-
var sc_security="837928c1";
238+
var sc_security="c177b501";
239239
var scJsHost = (("https:" == document.location.protocol) ?
240240
"https://secure." : "http://www.");
241-
document.write("<sc"+"ript type='text/javascript' src='" +
242-
scJsHost+
243-
"statcounter.com/counter/counter.js'></"+"script>");
244241
</script>
245-
<noscript><div class="statcounter"><a title="hit counter"
246-
href="http://statcounter.com/free-hit-counter/"
247-
target="_blank"><img class="statcounter"
248-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
249-
alt="hit counter"></a></div></noscript>
242+
<script type="text/javascript"
243+
src="https://www.statcounter.com/counter/counter.js"
244+
async></script>
245+
<noscript><div class="statcounter"><a title="Web Analytics"
246+
href="http://statcounter.com/" target="_blank"><img
247+
class="statcounter"
248+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
249+
Analytics"></a></div></noscript>
250250
<!-- End of StatCounter Code for Default Guide -->
251251
</body>
252252
</html>

Diff for: 117-creating-a-sound-synthesizer-in-the-notebook/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -253,18 +253,18 @@ <h2>See also</h2>
253253
<script type="text/javascript">
254254
var sc_project=9752080;
255255
var sc_invisible=1;
256-
var sc_security="837928c1";
256+
var sc_security="c177b501";
257257
var scJsHost = (("https:" == document.location.protocol) ?
258258
"https://secure." : "http://www.");
259-
document.write("<sc"+"ript type='text/javascript' src='" +
260-
scJsHost+
261-
"statcounter.com/counter/counter.js'></"+"script>");
262259
</script>
263-
<noscript><div class="statcounter"><a title="hit counter"
264-
href="http://statcounter.com/free-hit-counter/"
265-
target="_blank"><img class="statcounter"
266-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
267-
alt="hit counter"></a></div></noscript>
260+
<script type="text/javascript"
261+
src="https://www.statcounter.com/counter/counter.js"
262+
async></script>
263+
<noscript><div class="statcounter"><a title="Web Analytics"
264+
href="http://statcounter.com/" target="_blank"><img
265+
class="statcounter"
266+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
267+
Analytics"></a></div></noscript>
268268
<!-- End of StatCounter Code for Default Guide -->
269269
</body>
270270
</html>

Diff for: 12-getting-started-with-exploratory-data-analysis-in-the-jupyter-notebook/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -247,18 +247,18 @@ <h2>See also</h2>
247247
<script type="text/javascript">
248248
var sc_project=9752080;
249249
var sc_invisible=1;
250-
var sc_security="837928c1";
250+
var sc_security="c177b501";
251251
var scJsHost = (("https:" == document.location.protocol) ?
252252
"https://secure." : "http://www.");
253-
document.write("<sc"+"ript type='text/javascript' src='" +
254-
scJsHost+
255-
"statcounter.com/counter/counter.js'></"+"script>");
256253
</script>
257-
<noscript><div class="statcounter"><a title="hit counter"
258-
href="http://statcounter.com/free-hit-counter/"
259-
target="_blank"><img class="statcounter"
260-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
261-
alt="hit counter"></a></div></noscript>
254+
<script type="text/javascript"
255+
src="https://www.statcounter.com/counter/counter.js"
256+
async></script>
257+
<noscript><div class="statcounter"><a title="Web Analytics"
258+
href="http://statcounter.com/" target="_blank"><img
259+
class="statcounter"
260+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
261+
Analytics"></a></div></noscript>
262262
<!-- End of StatCounter Code for Default Guide -->
263263
</body>
264264
</html>

Diff for: 121-plotting-the-bifurcation-diagram-of-a-chaotic-dynamical-system/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -316,18 +316,18 @@ <h2>See also</h2>
316316
<script type="text/javascript">
317317
var sc_project=9752080;
318318
var sc_invisible=1;
319-
var sc_security="837928c1";
319+
var sc_security="c177b501";
320320
var scJsHost = (("https:" == document.location.protocol) ?
321321
"https://secure." : "http://www.");
322-
document.write("<sc"+"ript type='text/javascript' src='" +
323-
scJsHost+
324-
"statcounter.com/counter/counter.js'></"+"script>");
325322
</script>
326-
<noscript><div class="statcounter"><a title="hit counter"
327-
href="http://statcounter.com/free-hit-counter/"
328-
target="_blank"><img class="statcounter"
329-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
330-
alt="hit counter"></a></div></noscript>
323+
<script type="text/javascript"
324+
src="https://www.statcounter.com/counter/counter.js"
325+
async></script>
326+
<noscript><div class="statcounter"><a title="Web Analytics"
327+
href="http://statcounter.com/" target="_blank"><img
328+
class="statcounter"
329+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
330+
Analytics"></a></div></noscript>
331331
<!-- End of StatCounter Code for Default Guide -->
332332
</body>
333333
</html>

Diff for: 122-simulating-an-elementary-cellular-automaton/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -253,18 +253,18 @@ <h2>There's more...</h2>
253253
<script type="text/javascript">
254254
var sc_project=9752080;
255255
var sc_invisible=1;
256-
var sc_security="837928c1";
256+
var sc_security="c177b501";
257257
var scJsHost = (("https:" == document.location.protocol) ?
258258
"https://secure." : "http://www.");
259-
document.write("<sc"+"ript type='text/javascript' src='" +
260-
scJsHost+
261-
"statcounter.com/counter/counter.js'></"+"script>");
262259
</script>
263-
<noscript><div class="statcounter"><a title="hit counter"
264-
href="http://statcounter.com/free-hit-counter/"
265-
target="_blank"><img class="statcounter"
266-
src="http://c.statcounter.com/9752080/0/837928c1/1/"
267-
alt="hit counter"></a></div></noscript>
260+
<script type="text/javascript"
261+
src="https://www.statcounter.com/counter/counter.js"
262+
async></script>
263+
<noscript><div class="statcounter"><a title="Web Analytics"
264+
href="http://statcounter.com/" target="_blank"><img
265+
class="statcounter"
266+
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
267+
Analytics"></a></div></noscript>
268268
<!-- End of StatCounter Code for Default Guide -->
269269
</body>
270270
</html>

0 commit comments

Comments
 (0)