diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 7052750bf..d9861a478 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -27,4 +27,3 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
-
diff --git a/.github/workflows/git-hooks.yml b/.github/workflows/git-hooks.yml
new file mode 100644
index 000000000..91d8d0ea8
--- /dev/null
+++ b/.github/workflows/git-hooks.yml
@@ -0,0 +1,28 @@
+name: "Git Hooks"
+
+on:
+ push:
+ branches:
+ - main
+ pull_request: ~
+
+permissions: {}
+
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ cancel-in-progress: true
+
+jobs:
+ run-prek:
+ name: prek run --all-files
+ runs-on: ubuntu-26.04
+ timeout-minutes: 1
+
+ steps:
+ - name: Checkout
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
+ with:
+ persist-credentials: false
+
+ - name: Run prek
+ uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 000000000..211950c68
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,5 @@
+repos:
+ - repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: v6.0.0
+ hooks:
+ - id: end-of-file-fixer
diff --git a/LICENSE-code b/LICENSE-code
index a80e7869c..54ee1b422 100644
--- a/LICENSE-code
+++ b/LICENSE-code
@@ -275,4 +275,4 @@ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
\ No newline at end of file
+POSSIBILITY OF SUCH DAMAGES.
diff --git a/LICENSE-gatsby b/LICENSE-gatsby
index 23eb9b646..7e964c1ee 100755
--- a/LICENSE-gatsby
+++ b/LICENSE-gatsby
@@ -11,4 +11,4 @@ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-PERFORMANCE OF THIS SOFTWARE.
\ No newline at end of file
+PERFORMANCE OF THIS SOFTWARE.
diff --git a/content/books/built-with-processing/index.es.mdx b/content/books/built-with-processing/index.es.mdx
index 450deebee..85c7bd263 100644
--- a/content/books/built-with-processing/index.es.mdx
+++ b/content/books/built-with-processing/index.es.mdx
@@ -9,4 +9,3 @@ language: "Japonés"
Nota de Casey: "He recibido una copia de este libro de los autores en un viaje reciente a Japón. Es un libro producido bellamente a todo color que presenta Processing, mostrando trabajos creados con Processing (muchos de ellos en la sección de Exhibición del sitio web de Processing), he introduciendo la programación a través de ejemplos cada vez más complicados. La mayor parte del libro es una introducción a la programación. Hay muy buenos ejemplos y el código esta a color como en el Entorno Processing. Este libro es menos comprehensivo que los libros de Greenberg y Reas/Fry, pero parece ser una breve y buena introducción."
Hay información adicional en el sitio web del [ editor.](https://bnn.co.jp/search?q=Built+with+Processing&type=product)
-
diff --git a/content/books/coding-art-2/index.es.mdx b/content/books/coding-art-2/index.es.mdx
index b04f4be95..b0e2e5a70 100644
--- a/content/books/coding-art-2/index.es.mdx
+++ b/content/books/coding-art-2/index.es.mdx
@@ -7,4 +7,4 @@ buy: "Ordena de Springer-https://link.springer.com/book/10.1007/978-1-4842-9780-
language: ""
---
-Los autores escriben: "¡Por fin, un libro sobre programación creativa, escrito directamente para artistas y diseñadores! Esta segunda edición ofrece contenidos ampliados y actualizados que incorporan los últimos avances y tendencias en el campo de la programación creativa, también para creativos que desean trabajar directamente con P5.js y en línea. Profundiza en los entresijos del arte computacional. Incluye casos prácticos novedosos que exploran las aplicaciones del arte de la codificación en el mundo real, inspirando a los lectores a pensar más allá de los límites tradicionales. En lugar de seguir un plan de estudios de informática, este libro está dirigido a creativos que trabajan en la intersección del diseño, el arte y la educación. Siguiendo un caso de uso del arte computacional en el mundo real, verás cómo se relaciona con los cuatro pilares clave, y aborda los posibles escollos y desafíos en el proceso creativo. Todos los ejemplos de código se presentan en una biblioteca de ejemplos de Processing totalmente integrada, lo que facilita a los lectores la puesta en marcha."
\ No newline at end of file
+Los autores escriben: "¡Por fin, un libro sobre programación creativa, escrito directamente para artistas y diseñadores! Esta segunda edición ofrece contenidos ampliados y actualizados que incorporan los últimos avances y tendencias en el campo de la programación creativa, también para creativos que desean trabajar directamente con P5.js y en línea. Profundiza en los entresijos del arte computacional. Incluye casos prácticos novedosos que exploran las aplicaciones del arte de la codificación en el mundo real, inspirando a los lectores a pensar más allá de los límites tradicionales. En lugar de seguir un plan de estudios de informática, este libro está dirigido a creativos que trabajan en la intersección del diseño, el arte y la educación. Siguiendo un caso de uso del arte computacional en el mundo real, verás cómo se relaciona con los cuatro pilares clave, y aborda los posibles escollos y desafíos en el proceso creativo. Todos los ejemplos de código se presentan en una biblioteca de ejemplos de Processing totalmente integrada, lo que facilita a los lectores la puesta en marcha."
diff --git a/content/books/coding-art-2/index.mdx b/content/books/coding-art-2/index.mdx
index 48f07ab49..008b8a179 100644
--- a/content/books/coding-art-2/index.mdx
+++ b/content/books/coding-art-2/index.mdx
@@ -7,4 +7,4 @@ buy: "Order from Springer-https://link.springer.com/book/10.1007/978-1-4842-9780
language: ""
---
-The authors write, "Finally, a book on creative programming, written directly for artists and designers! This second edition offers expanded and updated content incorporating the latest advancements and trends in the field of creative programming, also for creatives who want to work directly with P5.js and online. It delves deeper into the intricacies of computational art. It includes fresh case studies that explore real-world applications of coding art, inspiring readers to think beyond traditional boundaries. Rather than following a computer science curriculum, this book is aimed at creatives who are working in the intersection of design, art, and education. Following a real-world use case of computation art, you'll see how it relates back to the four key pillars, and addresses potential pitfalls and challenges in the creative process. All code examples are presented in a fully integrated Processing example library, making it easy for readers to get started."
\ No newline at end of file
+The authors write, "Finally, a book on creative programming, written directly for artists and designers! This second edition offers expanded and updated content incorporating the latest advancements and trends in the field of creative programming, also for creatives who want to work directly with P5.js and online. It delves deeper into the intricacies of computational art. It includes fresh case studies that explore real-world applications of coding art, inspiring readers to think beyond traditional boundaries. Rather than following a computer science curriculum, this book is aimed at creatives who are working in the intersection of design, art, and education. Following a real-world use case of computation art, you'll see how it relates back to the four key pillars, and addresses potential pitfalls and challenges in the creative process. All code examples are presented in a fully integrated Processing example library, making it easy for readers to get started."
diff --git a/content/books/coding-art-jp/index.es.mdx b/content/books/coding-art-jp/index.es.mdx
index 33e194336..94194447a 100644
--- a/content/books/coding-art-jp/index.es.mdx
+++ b/content/books/coding-art-jp/index.es.mdx
@@ -9,4 +9,4 @@ language: ""
デジタルアートをはじめたいクリエイターのための教科書
-オープンソースのプログラミング環境Processingを用いて、4つのステップ「アイデアのビジュアル化」「構図と構造」「洗練と深化」「プロダクション」を辿りながら、コンピュテーショナル・シンキングとコーディングによるアート制作の基礎が身に付く一冊。作例のサンプルコードはすべてProcessing内のContribution Managerからインストール可能なので、プログラミングでアート制作をする「クリエイティブコーディング」のたのしさと奥深さをすぐに体験できます。
\ No newline at end of file
+オープンソースのプログラミング環境Processingを用いて、4つのステップ「アイデアのビジュアル化」「構図と構造」「洗練と深化」「プロダクション」を辿りながら、コンピュテーショナル・シンキングとコーディングによるアート制作の基礎が身に付く一冊。作例のサンプルコードはすべてProcessing内のContribution Managerからインストール可能なので、プログラミングでアート制作をする「クリエイティブコーディング」のたのしさと奥深さをすぐに体験できます。
diff --git a/content/books/coding-art-jp/index.mdx b/content/books/coding-art-jp/index.mdx
index 685b5d301..31e2c0682 100644
--- a/content/books/coding-art-jp/index.mdx
+++ b/content/books/coding-art-jp/index.mdx
@@ -9,4 +9,4 @@ language: ""
デジタルアートをはじめたいクリエイターのための教科書
-オープンソースのプログラミング環境Processingを用いて、4つのステップ「アイデアのビジュアル化」「構図と構造」「洗練と深化」「プロダクション」を辿りながら、コンピュテーショナル・シンキングとコーディングによるアート制作の基礎が身に付く一冊。作例のサンプルコードはすべてProcessing内のContribution Managerからインストール可能なので、プログラミングでアート制作をする「クリエイティブコーディング」のたのしさと奥深さをすぐに体験できます。
\ No newline at end of file
+オープンソースのプログラミング環境Processingを用いて、4つのステップ「アイデアのビジュアル化」「構図と構造」「洗練と深化」「プロダクション」を辿りながら、コンピュテーショナル・シンキングとコーディングによるアート制作の基礎が身に付く一冊。作例のサンプルコードはすべてProcessing内のContribution Managerからインストール可能なので、プログラミングでアート制作をする「クリエイティブコーディング」のたのしさと奥深さをすぐに体験できます。
diff --git a/content/books/coding-art/index.es.mdx b/content/books/coding-art/index.es.mdx
index d5333853b..4e7db7572 100644
--- a/content/books/coding-art/index.es.mdx
+++ b/content/books/coding-art/index.es.mdx
@@ -7,4 +7,3 @@ buy: "Ordena de Apress-https://www.apress.com/gp/book/9781484262634,Ordena de Am
language: ""
---
El autor escribe: "Finalmente, un libro sobre programación creativa, escrito directamente para artistas y diseñadores! En lugar de seguir un temario de ciencias computacionales, este libro está dirigido a creativos que están trabajando en la intersección de diseño, arte y educación. En este libro aprenderás como aplicar la computación dentro del proceso creativo al seguir un proceso de cuatro pasos, ubicándote en la intersección del código y el arte, y con el foco en ejemplos prácticos y estructuras de trabajo relevantes. Seguirás un caso de uso del mundo real de arte computacional y verás como se relaciona con cuatro pilares clave, considerando fallos y retos potenciales en el proceso creativo. Todo el código de los ejemplos está integrado en una biblioteca de ejemplos de Processing, haciendo fácil a los lectores el empezar."
-
diff --git a/content/books/processing-android-2/index.mdx b/content/books/processing-android-2/index.mdx
index 4f68a9283..4bb182a09 100644
--- a/content/books/processing-android-2/index.mdx
+++ b/content/books/processing-android-2/index.mdx
@@ -9,4 +9,4 @@ language: ""
Learn how to use the Processing programming language and environment to create Android applications with ease. This book covers the basics of the Processing language, allowing users to effectively program interactive graphics in 2D, 3D, and Extended Reality (XR). It also details the application of these techniques to different types of Android devices (smartphones, tablets, wearables, and smartwatches).
-This updated edition walks you through the entire process of creating an app, from the initial idea to release of the final app via the Google Play App Store. Over the course of the book, you’ll learn to write engaging apps driven by user interaction and sensor data. A comprehensive series of hands-on projects, ranging from simple sketches to more complex projects involving shaders, VR, and AR will give you the firsthand experience you need to begin developing your own projects.
\ No newline at end of file
+This updated edition walks you through the entire process of creating an app, from the initial idea to release of the final app via the Google Play App Store. Over the course of the book, you’ll learn to write engaging apps driven by user interaction and sensor data. A comprehensive series of hands-on projects, ranging from simple sketches to more complex projects involving shaders, VR, and AR will give you the firsthand experience you need to begin developing your own projects.
diff --git a/content/books/programmieren-trainieren/index.mdx b/content/books/programmieren-trainieren/index.mdx
index 197d3cf51..56c41ecab 100644
--- a/content/books/programmieren-trainieren/index.mdx
+++ b/content/books/programmieren-trainieren/index.mdx
@@ -11,4 +11,4 @@ Der Programmier-Trainingsplan für alle, die weiter kommen wollen.
In diesem Übungsbuch trainierst du anhand von kurzweiligen und praxisnahen Aufgaben deine Programmierfähigkeiten. Jedes Kapitel beginnt mit einem kurzen Warmup zum behandelten Programmierkonzept; die Umsetzung übst du dann anhand von zahlreichen Workout-Aufgaben. Du startest mit einfachen Aufgaben und steigerst dich hin zu komplexeren Fragestellungen. Damit dir nicht langweilig wird, gibt es über 150 praxisnahe Übungen. So lernst du z. B. einen BMI-Rechner oder einen PIN-Generator zu programmieren oder wie du eine Zeitangabe mit einer analogen Uhr anzeigen kannst.
-Solltest du mal nicht selbstständig vorankommen, dann werden dir in jedem Workout Lösungshinweise als Hilfestellung angeboten. Die kommentierten Lösungen liegen für Dich in den Programmiersprachen Java und Python in GitHub oder auf der Hanser-Plus-Seite zum Download bereit. Für ein möglichst ballastfreies Training wird für die elementaren Programmierkonzepte die Entwicklungsumgebung Processing eingesetzt. Für fortgeschrittenere Anwender wird auch der Einsatz von Eclipse und PyCharm gezeigt. Die Installation und Verwendung der Tools ist im Buch beschrieben.
\ No newline at end of file
+Solltest du mal nicht selbstständig vorankommen, dann werden dir in jedem Workout Lösungshinweise als Hilfestellung angeboten. Die kommentierten Lösungen liegen für Dich in den Programmiersprachen Java und Python in GitHub oder auf der Hanser-Plus-Seite zum Download bereit. Für ein möglichst ballastfreies Training wird für die elementaren Programmierkonzepte die Entwicklungsumgebung Processing eingesetzt. Für fortgeschrittenere Anwender wird auch der Einsatz von Eclipse und PyCharm gezeigt. Die Installation und Verwendung der Tools ist im Buch beschrieben.
diff --git a/content/contributions/$1_Unistroke_Recognizer.json b/content/contributions/$1_Unistroke_Recognizer.json
index b58c7cde0..54e70d820 100644
--- a/content/contributions/$1_Unistroke_Recognizer.json
+++ b/content/contributions/$1_Unistroke_Recognizer.json
@@ -19,4 +19,4 @@
"download": "https://raw.githubusercontent.com/nok/onedollar-unistroke-recognizer/master/download/OneDollarUnistrokeRecognizer.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/(Weka4P)_Weka_Machine_Learning_for_Processing.json b/content/contributions/(Weka4P)_Weka_Machine_Learning_for_Processing.json
index bb793670c..cfdc698a4 100644
--- a/content/contributions/(Weka4P)_Weka_Machine_Learning_for_Processing.json
+++ b/content/contributions/(Weka4P)_Weka_Machine_Learning_for_Processing.json
@@ -19,4 +19,4 @@
"download": "https://howieliang.github.io/Weka4P/download/Weka4P.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/AI_for_2D_Games.json b/content/contributions/AI_for_2D_Games.json
index c88ecb0e5..bba73d44b 100644
--- a/content/contributions/AI_for_2D_Games.json
+++ b/content/contributions/AI_for_2D_Games.json
@@ -19,4 +19,4 @@
"download": "http://www.lagers.org.uk/processing/ai4g/AI_for_2D_Games.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/AP-Sync.json b/content/contributions/AP-Sync.json
index 001338d35..6564d1c85 100644
--- a/content/contributions/AP-Sync.json
+++ b/content/contributions/AP-Sync.json
@@ -20,4 +20,4 @@
"download": "https://ap-sync.github.io/libs/AP_sync_processing/APsync.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/AndroidCapture_for_Processing.json b/content/contributions/AndroidCapture_for_Processing.json
index 2e3bd2a56..514946ca4 100644
--- a/content/contributions/AndroidCapture_for_Processing.json
+++ b/content/contributions/AndroidCapture_for_Processing.json
@@ -19,4 +19,4 @@
"download": "https://github.com/onlylemi/processing-android-capture/releases/download/latest/AndroidCaptureForProcessing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Android_Mode_for_Processing_3.json b/content/contributions/Android_Mode_for_Processing_3.json
index 981d6c907..fb134ad7f 100644
--- a/content/contributions/Android_Mode_for_Processing_3.json
+++ b/content/contributions/Android_Mode_for_Processing_3.json
@@ -18,4 +18,4 @@
"download": "https://github.com/processing/processing-android/releases/download/latest-processing3/AndroidMode.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Android_Mode_for_Processing_4.json b/content/contributions/Android_Mode_for_Processing_4.json
index 152b861b0..b869e833b 100644
--- a/content/contributions/Android_Mode_for_Processing_4.json
+++ b/content/contributions/Android_Mode_for_Processing_4.json
@@ -18,4 +18,4 @@
"download": "https://github.com/processing/processing-android/releases/download/latest/AndroidMode.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Ani.json b/content/contributions/Ani.json
index 0e3cccb0d..3abbb24fd 100644
--- a/content/contributions/Ani.json
+++ b/content/contributions/Ani.json
@@ -19,4 +19,4 @@
"download": "https://dev.benedikt-gross.de/libraries/Ani/Ani-latest.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Applet_Maker_&_Signer.json b/content/contributions/Applet_Maker_&_Signer.json
index 67c4ba8eb..66251756f 100644
--- a/content/contributions/Applet_Maker_&_Signer.json
+++ b/content/contributions/Applet_Maker_&_Signer.json
@@ -17,4 +17,4 @@
"download": "http://www.lagers.org.uk/processing/appletmaker/AppletMaker.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Arduino_(Firmata).json b/content/contributions/Arduino_(Firmata).json
index ceb4814ae..5e32c4e29 100644
--- a/content/contributions/Arduino_(Firmata).json
+++ b/content/contributions/Arduino_(Firmata).json
@@ -19,4 +19,4 @@
"download": "https://github.com/firmata/processing/releases/download/latest/processing-arduino.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/ArtNet_for_Java_and_Processing.json b/content/contributions/ArtNet_for_Java_and_Processing.json
index f18619e41..d6d4d2a4f 100644
--- a/content/contributions/ArtNet_for_Java_and_Processing.json
+++ b/content/contributions/ArtNet_for_Java_and_Processing.json
@@ -19,4 +19,4 @@
"download": "https://github.com/cansik/artnet4j/releases/download/latest/artnet4j.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Art_Station.json b/content/contributions/Art_Station.json
index f95d5d927..d0e30be80 100644
--- a/content/contributions/Art_Station.json
+++ b/content/contributions/Art_Station.json
@@ -17,4 +17,4 @@
"download": "https://jwilder4690.github.io/tools/ArtStation/ArtStation.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/BPM_timings.json b/content/contributions/BPM_timings.json
index 05ff09633..1eae95217 100644
--- a/content/contributions/BPM_timings.json
+++ b/content/contributions/BPM_timings.json
@@ -21,4 +21,4 @@
"download": "https://github.com/vincentsijben/bpm-timings-for-processing/releases/download/latest/BPM_timings.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Basins_of_Attraction_(Newton's_Fractals).json b/content/contributions/Basins_of_Attraction_(Newton's_Fractals).json
index dd9384daa..9399ed329 100644
--- a/content/contributions/Basins_of_Attraction_(Newton's_Fractals).json
+++ b/content/contributions/Basins_of_Attraction_(Newton's_Fractals).json
@@ -16,4 +16,4 @@
"download": "https://raw.githubusercontent.com/DarkMortal/Newton_Fractal/main/Newton_Fractals.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Beads.json b/content/contributions/Beads.json
index 66054abd5..7fdb28bbc 100644
--- a/content/contributions/Beads.json
+++ b/content/contributions/Beads.json
@@ -19,4 +19,4 @@
"download": "http://beadsproject.net/library/beads.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/BezierSQLib.json b/content/contributions/BezierSQLib.json
index 31ed8e40e..2bbea6a29 100644
--- a/content/contributions/BezierSQLib.json
+++ b/content/contributions/BezierSQLib.json
@@ -19,4 +19,4 @@
"download": "https://github.com/benfry/sql-library-processing/raw/master/release/BezierSQLib.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/BlinkStick.json b/content/contributions/BlinkStick.json
index 1ab01703e..649f542f1 100644
--- a/content/contributions/BlinkStick.json
+++ b/content/contributions/BlinkStick.json
@@ -19,4 +19,4 @@
"download": "http://arvydas.github.io/blinkstick-processing/download/BlinkStick.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/BlobDetection.json b/content/contributions/BlobDetection.json
index dfb922d34..ebc59427a 100644
--- a/content/contributions/BlobDetection.json
+++ b/content/contributions/BlobDetection.json
@@ -19,4 +19,4 @@
"download": "http://www.v3ga.net/processing/BlobDetection/blobDetection.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/BoofCV_for_Processing.json b/content/contributions/BoofCV_for_Processing.json
index 505edc571..b753bf2c6 100644
--- a/content/contributions/BoofCV_for_Processing.json
+++ b/content/contributions/BoofCV_for_Processing.json
@@ -19,4 +19,4 @@
"download": "http://boofcv.org/processing/boofcv_processing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Camera_3D.json b/content/contributions/Camera_3D.json
index f3240f6d1..87a6b0926 100644
--- a/content/contributions/Camera_3D.json
+++ b/content/contributions/Camera_3D.json
@@ -19,4 +19,4 @@
"download": "https://ixora.io/downloads/camera3D/Camera3D.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Carnivore.json b/content/contributions/Carnivore.json
index 1b0c34cea..5d39fce9b 100644
--- a/content/contributions/Carnivore.json
+++ b/content/contributions/Carnivore.json
@@ -20,4 +20,4 @@
"download": "http://r-s-g.org/carnivore/download/carnivore_p5lib.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Cassette.json b/content/contributions/Cassette.json
index e9371b76a..0c932c5cb 100644
--- a/content/contributions/Cassette.json
+++ b/content/contributions/Cassette.json
@@ -19,4 +19,4 @@
"download": "https://github.com/shlomihod/cassette/releases/download/latest/cassette.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Coding_Art_Book.json b/content/contributions/Coding_Art_Book.json
index 394c13d86..05e9f0e62 100644
--- a/content/contributions/Coding_Art_Book.json
+++ b/content/contributions/Coding_Art_Book.json
@@ -20,4 +20,4 @@
"download": "https://codingart-book.github.io/examples/CodingArtBookExamples.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Coding_Creative.json b/content/contributions/Coding_Creative.json
index f77ce6953..4a88af114 100644
--- a/content/contributions/Coding_Creative.json
+++ b/content/contributions/Coding_Creative.json
@@ -17,4 +17,4 @@
"download": "https://coding-creative.dringtech.com/examples/coding-creative-examples.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/CoffeeScript_Mode.json b/content/contributions/CoffeeScript_Mode.json
index 755fb1301..81be51ea6 100644
--- a/content/contributions/CoffeeScript_Mode.json
+++ b/content/contributions/CoffeeScript_Mode.json
@@ -17,4 +17,4 @@
"download": "http://bezier.de/processing/modes/CoffeeScriptMode.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Collada_Loader_for_SketchUp_and_Blender.json b/content/contributions/Collada_Loader_for_SketchUp_and_Blender.json
index 1f360102e..089e2dc24 100644
--- a/content/contributions/Collada_Loader_for_SketchUp_and_Blender.json
+++ b/content/contributions/Collada_Loader_for_SketchUp_and_Blender.json
@@ -19,4 +19,4 @@
"download": "http://www.die-seite.ch/colladaloader/colladaLoader.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/ColorBlindness.json b/content/contributions/ColorBlindness.json
index e91e870e9..7827e2e77 100644
--- a/content/contributions/ColorBlindness.json
+++ b/content/contributions/ColorBlindness.json
@@ -19,4 +19,4 @@
"download": "https://ixora.io/downloads/colorblindness/ColorBlindness.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/ColorScheme.json b/content/contributions/ColorScheme.json
index 1c6016398..82d251181 100644
--- a/content/contributions/ColorScheme.json
+++ b/content/contributions/ColorScheme.json
@@ -19,4 +19,4 @@
"download": "http://josephtaylor.github.io/ColorScheme/ColorScheme.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Combinatorics.json b/content/contributions/Combinatorics.json
index 839e353bb..16196695d 100644
--- a/content/contributions/Combinatorics.json
+++ b/content/contributions/Combinatorics.json
@@ -20,4 +20,4 @@
"download": "https://raw.github.com/fjenett/combinatorics/latest/releases/Combinatorics.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Complex_Numbers.json b/content/contributions/Complex_Numbers.json
index d1d39764a..afb5669e5 100644
--- a/content/contributions/Complex_Numbers.json
+++ b/content/contributions/Complex_Numbers.json
@@ -19,4 +19,4 @@
"download": "https://github.com/vmathmachine/Complex-Numbers/releases/download/latest/ComplexNumbers.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/ComposingForEveryone.json b/content/contributions/ComposingForEveryone.json
index 5ffd24844..295258677 100644
--- a/content/contributions/ComposingForEveryone.json
+++ b/content/contributions/ComposingForEveryone.json
@@ -20,4 +20,4 @@
"download": "http://www.kramann.info/ComposingForEveryone.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Computational_Geometry.json b/content/contributions/Computational_Geometry.json
index 707db1acf..f36f6c8cf 100644
--- a/content/contributions/Computational_Geometry.json
+++ b/content/contributions/Computational_Geometry.json
@@ -19,4 +19,4 @@
"download": "http://www.thecloudlab.org/processing/download/ComputationalGeometry.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Console.json b/content/contributions/Console.json
index 681eaa5f7..2bfac8f8f 100644
--- a/content/contributions/Console.json
+++ b/content/contributions/Console.json
@@ -19,4 +19,4 @@
"download": "https://github.com/keshrath/Console/releases/download/latest/Console.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/ControlP5.json b/content/contributions/ControlP5.json
index d5983b9c3..b86d124d5 100644
--- a/content/contributions/ControlP5.json
+++ b/content/contributions/ControlP5.json
@@ -19,4 +19,4 @@
"download": "http://www.sojamo.de/libraries/controlP5/controlP5.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/CountdownTimer.json b/content/contributions/CountdownTimer.json
index 68c2fb496..58b391bc7 100644
--- a/content/contributions/CountdownTimer.json
+++ b/content/contributions/CountdownTimer.json
@@ -19,4 +19,4 @@
"download": "https://raw.github.com/dhchoi/processing-countdowntimer/master/release/CountdownTimer.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Creative_Machine.json b/content/contributions/Creative_Machine.json
index 9cfeeea84..8fbad2ee2 100644
--- a/content/contributions/Creative_Machine.json
+++ b/content/contributions/Creative_Machine.json
@@ -19,4 +19,4 @@
"download": "https://github.com/jjeongin/creative-machine/releases/download/latest/creative_machine.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Culebra_Behavior_Library_for_Processing.json b/content/contributions/Culebra_Behavior_Library_for_Processing.json
index 9962ea69e..ab88f0c9d 100644
--- a/content/contributions/Culebra_Behavior_Library_for_Processing.json
+++ b/content/contributions/Culebra_Behavior_Library_for_Processing.json
@@ -21,4 +21,4 @@
"download": "http://culebra.technology/culebra.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/DMX4Artists.json b/content/contributions/DMX4Artists.json
index 74a2e9d86..833c866d7 100644
--- a/content/contributions/DMX4Artists.json
+++ b/content/contributions/DMX4Artists.json
@@ -19,4 +19,4 @@
"download": "http://github.com/jaysonh/Dmx4Artists/releases/latest/download/Dmx4Artists.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Dashed_Lines.json b/content/contributions/Dashed_Lines.json
index cb7bd26f9..885abf043 100644
--- a/content/contributions/Dashed_Lines.json
+++ b/content/contributions/Dashed_Lines.json
@@ -19,4 +19,4 @@
"download": "http://www.garciadelcastillo.es/dashedlines/dashedlines.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Dawesome_Toolkit.json b/content/contributions/Dawesome_Toolkit.json
index 4b8229a85..16cca320e 100644
--- a/content/contributions/Dawesome_Toolkit.json
+++ b/content/contributions/Dawesome_Toolkit.json
@@ -19,4 +19,4 @@
"download": "http://cloud.brendandawes.com/dawesometoolkit/dawesometoolkit.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Deep_Vision.json b/content/contributions/Deep_Vision.json
index 4ff191999..4508ead70 100644
--- a/content/contributions/Deep_Vision.json
+++ b/content/contributions/Deep_Vision.json
@@ -19,4 +19,4 @@
"download": "https://github.com/cansik/deep-vision-processing/releases/download/contribution/deepvision.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Discord_Rich_Presence.json b/content/contributions/Discord_Rich_Presence.json
index fc4b6a60e..f4ffb0544 100644
--- a/content/contributions/Discord_Rich_Presence.json
+++ b/content/contributions/Discord_Rich_Presence.json
@@ -18,4 +18,4 @@
"download": "https://github.com/letorbi/discord-rich-presence-for-processing/releases/latest/download/DiscordRichPresence.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Drop.json b/content/contributions/Drop.json
index d856ca541..d2999ea7a 100644
--- a/content/contributions/Drop.json
+++ b/content/contributions/Drop.json
@@ -19,4 +19,4 @@
"download": "http://transfluxus.github.io/drop/download/Drop.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/EasyEase.json b/content/contributions/EasyEase.json
index 21165cdfb..b3ce8d396 100644
--- a/content/contributions/EasyEase.json
+++ b/content/contributions/EasyEase.json
@@ -19,4 +19,4 @@
"download": "https://github.com/fredegd/EasyEase/releases/download/latest/EasyEase.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Eliza.json b/content/contributions/Eliza.json
index 4ed1f1a5d..8f7a08228 100644
--- a/content/contributions/Eliza.json
+++ b/content/contributions/Eliza.json
@@ -19,4 +19,4 @@
"download": "https://github.com/codeanticode/eliza/releases/download/latest/Eliza.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Everything_Will_Be_IK.json b/content/contributions/Everything_Will_Be_IK.json
index 6884bb517..530a326ac 100644
--- a/content/contributions/Everything_Will_Be_IK.json
+++ b/content/contributions/Everything_Will_Be_IK.json
@@ -21,4 +21,4 @@
"download": "http://giftedapprentice.com/ewbIK/ewbIK.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Extended_Code_Completion.json b/content/contributions/Extended_Code_Completion.json
index 6c99a850f..936180c85 100644
--- a/content/contributions/Extended_Code_Completion.json
+++ b/content/contributions/Extended_Code_Completion.json
@@ -17,4 +17,4 @@
"download": "http://jonathan.dahlberg.media/ecc/ecc.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Eye_Tribe_for_Processing.json b/content/contributions/Eye_Tribe_for_Processing.json
index ea5bf528f..2f996c374 100644
--- a/content/contributions/Eye_Tribe_for_Processing.json
+++ b/content/contributions/Eye_Tribe_for_Processing.json
@@ -19,4 +19,4 @@
"download": "http://jorgecardoso.eu/processing/eyetribeprocessing/download/EyeTribeProcessing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/FIP.json b/content/contributions/FIP.json
index 68d56af2d..a7af7496f 100644
--- a/content/contributions/FIP.json
+++ b/content/contributions/FIP.json
@@ -19,4 +19,4 @@
"download": "https://github.com/prontopablo/FIP/releases/download/latest/FIP.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Fisica.json b/content/contributions/Fisica.json
index 445e999ac..6ad6cbdf2 100644
--- a/content/contributions/Fisica.json
+++ b/content/contributions/Fisica.json
@@ -19,4 +19,4 @@
"download": "http://www.ricardmarxer.com/fisica/download/fisica.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Font_Highlighting_Editor.json b/content/contributions/Font_Highlighting_Editor.json
index fcf5d7708..99283e293 100644
--- a/content/contributions/Font_Highlighting_Editor.json
+++ b/content/contributions/Font_Highlighting_Editor.json
@@ -17,4 +17,4 @@
"download": "https://github.com/rzats/font-highlighting-editor/releases/download/latest/FontHighlightingEditor.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Fontastic.json b/content/contributions/Fontastic.json
index b31fefb50..a1e9b734d 100644
--- a/content/contributions/Fontastic.json
+++ b/content/contributions/Fontastic.json
@@ -19,4 +19,4 @@
"download": "https://raw.github.com/andreaskoller/Fontastic/master/download/Fontastic.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Free_Transform.json b/content/contributions/Free_Transform.json
index 44163c5bb..b88083e08 100644
--- a/content/contributions/Free_Transform.json
+++ b/content/contributions/Free_Transform.json
@@ -19,4 +19,4 @@
"download": "https://github.com/barelief/freeTransform-processing/releases/download/latest/FreeTransform.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/G4P.json b/content/contributions/G4P.json
index 1ed40c8d7..374e0f481 100644
--- a/content/contributions/G4P.json
+++ b/content/contributions/G4P.json
@@ -19,4 +19,4 @@
"download": "http://www.lagers.org.uk/processing3/g4p/G4P.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/G4P_GUI_Builder.json b/content/contributions/G4P_GUI_Builder.json
index 490a1f261..dfb218bdd 100644
--- a/content/contributions/G4P_GUI_Builder.json
+++ b/content/contributions/G4P_GUI_Builder.json
@@ -17,4 +17,4 @@
"download": "http://www.lagers.org.uk/processing3/guibuilder/G4PTool.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/GL_Video.json b/content/contributions/GL_Video.json
index c07b6be5e..24cb15029 100644
--- a/content/contributions/GL_Video.json
+++ b/content/contributions/GL_Video.json
@@ -19,4 +19,4 @@
"download": "https://github.com/gohai/processing-glvideo/releases/download/latest/processing-glvideo.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Game_Control_Plus.json b/content/contributions/Game_Control_Plus.json
index 2c5af10fc..92a18b6f8 100644
--- a/content/contributions/Game_Control_Plus.json
+++ b/content/contributions/Game_Control_Plus.json
@@ -19,4 +19,4 @@
"download": "http://www.lagers.org.uk/processing3/gamecontrol/GameControlPlus.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/GazeTrack_Eye-tracking_for_Processing_(Tobii_EyeX_and_4C).json b/content/contributions/GazeTrack_Eye-tracking_for_Processing_(Tobii_EyeX_and_4C).json
index dc98f2fdb..18068bc66 100644
--- a/content/contributions/GazeTrack_Eye-tracking_for_Processing_(Tobii_EyeX_and_4C).json
+++ b/content/contributions/GazeTrack_Eye-tracking_for_Processing_(Tobii_EyeX_and_4C).json
@@ -19,4 +19,4 @@
"download": "http://web.tecnico.ulisboa.pt/augusto.esteves/GazeTrack/GazeTrack.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/GenerativeDesign.json b/content/contributions/GenerativeDesign.json
index e3f483985..ab05669f3 100644
--- a/content/contributions/GenerativeDesign.json
+++ b/content/contributions/GenerativeDesign.json
@@ -19,4 +19,4 @@
"download": "https://github.com/generative-design/GenerativeDesignLibrary3/releases/download/latest/generativedesign.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Geomerative.json b/content/contributions/Geomerative.json
index b8bb66b34..26efdbc5f 100644
--- a/content/contributions/Geomerative.json
+++ b/content/contributions/Geomerative.json
@@ -20,4 +20,4 @@
"download": "http://www.ricardmarxer.com/geomerative/geomerative.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Getting_Started.json b/content/contributions/Getting_Started.json
index 5b60ce10a..f4f9ca4a1 100644
--- a/content/contributions/Getting_Started.json
+++ b/content/contributions/Getting_Started.json
@@ -17,4 +17,4 @@
"download": "https://github.com/jaewhyun/GettingStarted/releases/download/latest/GettingStarted.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/GifAnimation.json b/content/contributions/GifAnimation.json
index b9b029931..b946f5931 100644
--- a/content/contributions/GifAnimation.json
+++ b/content/contributions/GifAnimation.json
@@ -19,4 +19,4 @@
"download": "https://fox-gieg.com/patches/processing/libraries/gifAnimation/gifAnimation.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Git_Manager.json b/content/contributions/Git_Manager.json
index 67313fc2e..231bc3aba 100644
--- a/content/contributions/Git_Manager.json
+++ b/content/contributions/Git_Manager.json
@@ -18,4 +18,4 @@
"download": "https://github.com/joelmoniz/Git-Manager/releases/download/latest/GitManager.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Grab.json b/content/contributions/Grab.json
index 2d2d0f8a2..491906c2b 100644
--- a/content/contributions/Grab.json
+++ b/content/contributions/Grab.json
@@ -20,4 +20,4 @@
"download": "https://github.com/Transmedia-Gx/grab/releases/latest/download/Grab.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Green.json b/content/contributions/Green.json
index 96d81c8a9..41990043f 100644
--- a/content/contributions/Green.json
+++ b/content/contributions/Green.json
@@ -20,4 +20,4 @@
"download": "https://ztdp.ca/projects/school/Green/Green.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Guido.json b/content/contributions/Guido.json
index 233171e10..8f33c03c3 100644
--- a/content/contributions/Guido.json
+++ b/content/contributions/Guido.json
@@ -19,4 +19,4 @@
"download": "https://raw.github.com/fjenett/Guido/latest/releases/Guido.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/HPGLGraphics.json b/content/contributions/HPGLGraphics.json
index cc19a6e24..deb1f3946 100644
--- a/content/contributions/HPGLGraphics.json
+++ b/content/contributions/HPGLGraphics.json
@@ -19,4 +19,4 @@
"download": "http://ciaron.net/hpglgraphics/download/hpglgraphics.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/HTTP_Requests_for_Processing.json b/content/contributions/HTTP_Requests_for_Processing.json
index e500e257f..98a7c6186 100644
--- a/content/contributions/HTTP_Requests_for_Processing.json
+++ b/content/contributions/HTTP_Requests_for_Processing.json
@@ -19,4 +19,4 @@
"download": "https://github.com/runemadsen/HTTP-Requests-for-Processing/releases/download/latest/httprequests_processing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Hardware_IO.json b/content/contributions/Hardware_IO.json
index 1e499f8ff..ac40f5b10 100644
--- a/content/contributions/Hardware_IO.json
+++ b/content/contributions/Hardware_IO.json
@@ -19,4 +19,4 @@
"download": "https://github.com/gohai/processing/releases/download/latest/io.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/HiVis.json b/content/contributions/HiVis.json
index e14ce55d0..d3fa24b1b 100644
--- a/content/contributions/HiVis.json
+++ b/content/contributions/HiVis.json
@@ -20,4 +20,4 @@
"download": "https://github.com/OliverColeman/hivis/releases/download/latest/HiVis.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/ID3.json b/content/contributions/ID3.json
index 31631a345..f18b8510c 100644
--- a/content/contributions/ID3.json
+++ b/content/contributions/ID3.json
@@ -19,4 +19,4 @@
"download": "http://jorgecardoso.eu/processing/ID3/ID3.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/IgnoCodeLib.json b/content/contributions/IgnoCodeLib.json
index 0da5fbaa4..f486eba75 100644
--- a/content/contributions/IgnoCodeLib.json
+++ b/content/contributions/IgnoCodeLib.json
@@ -19,4 +19,4 @@
"download": "http://paulhertz.net/ignocodelib/download/IgnoCodeLib.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/ImageLoader.json b/content/contributions/ImageLoader.json
index 779b47f27..865333fd2 100644
--- a/content/contributions/ImageLoader.json
+++ b/content/contributions/ImageLoader.json
@@ -19,4 +19,4 @@
"download": "https://github.com/keshrath/ImageLoader/releases/download/latest/ImageLoader.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Image_Sequence_Player.json b/content/contributions/Image_Sequence_Player.json
index 7071f6d4c..231f6cb83 100644
--- a/content/contributions/Image_Sequence_Player.json
+++ b/content/contributions/Image_Sequence_Player.json
@@ -19,4 +19,4 @@
"download": "https://github.com/orgicus/image-sequence-player/releases/download/latest/ImageSequencePlayer.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Image_processing_algorithms.json b/content/contributions/Image_processing_algorithms.json
index 709df00fe..f1f3781bb 100644
--- a/content/contributions/Image_processing_algorithms.json
+++ b/content/contributions/Image_processing_algorithms.json
@@ -19,4 +19,4 @@
"download": "https://github.com/Milchreis/processing-imageprocessing/releases/download/latest/processing-imageprocessing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Intel_RealSense_for_Processing.json b/content/contributions/Intel_RealSense_for_Processing.json
index 4ebca58cd..22ad64fc0 100644
--- a/content/contributions/Intel_RealSense_for_Processing.json
+++ b/content/contributions/Intel_RealSense_for_Processing.json
@@ -19,4 +19,4 @@
"download": "https://github.com/cansik/realsense-processing/releases/download/contributed/RealSenseProcessing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Interfascia.json b/content/contributions/Interfascia.json
index 6693fa8a6..fc092649e 100644
--- a/content/contributions/Interfascia.json
+++ b/content/contributions/Interfascia.json
@@ -20,4 +20,4 @@
"download": "http://interfascia.berg.industries/download/interfascia.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/JarMatey.json b/content/contributions/JarMatey.json
index de7ed4a44..8dfa259f6 100644
--- a/content/contributions/JarMatey.json
+++ b/content/contributions/JarMatey.json
@@ -17,4 +17,4 @@
"download": "http://s3.staticvoidgames.com/JarMatey/JarMateyProcessingTool.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Jasmine.json b/content/contributions/Jasmine.json
index c92905471..274521734 100644
--- a/content/contributions/Jasmine.json
+++ b/content/contributions/Jasmine.json
@@ -19,4 +19,4 @@
"download": "http://www.lagers.org.uk/processing/jasmine/Jasmine.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/JavaDoc.json b/content/contributions/JavaDoc.json
index 822d4caa1..6b9eee837 100644
--- a/content/contributions/JavaDoc.json
+++ b/content/contributions/JavaDoc.json
@@ -17,4 +17,4 @@
"download": "https://github.com/hkiel/JavaDoc/releases/latest/download/JavaDoc.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/JavaFX.json b/content/contributions/JavaFX.json
index ab9d45768..c94b61dd2 100644
--- a/content/contributions/JavaFX.json
+++ b/content/contributions/JavaFX.json
@@ -19,4 +19,4 @@
"download": "https://github.com/processing/processing4-javafx/releases/download/latest/processing4-javafx.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/JavaScript_Mode.json b/content/contributions/JavaScript_Mode.json
index f0094ce88..e9accabcf 100644
--- a/content/contributions/JavaScript_Mode.json
+++ b/content/contributions/JavaScript_Mode.json
@@ -17,4 +17,4 @@
"download": "http://bezier.de/processing/modes/JavaScriptMode.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Joon's_Renderer.json b/content/contributions/Joon's_Renderer.json
index d1547a388..f97090130 100644
--- a/content/contributions/Joon's_Renderer.json
+++ b/content/contributions/Joon's_Renderer.json
@@ -20,4 +20,4 @@
"download": "https://fox-gieg.com/patches/processing/libraries/joons/joons.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Ketai.json b/content/contributions/Ketai.json
index 05d3b8fb1..0fe475ad8 100644
--- a/content/contributions/Ketai.json
+++ b/content/contributions/Ketai.json
@@ -19,4 +19,4 @@
"download": "http://ketai.org/ketai.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Keystone.json b/content/contributions/Keystone.json
index 0b7e75b87..329f3a18e 100644
--- a/content/contributions/Keystone.json
+++ b/content/contributions/Keystone.json
@@ -19,4 +19,4 @@
"download": "http://www.deadpixel.ca/keystone/download/keystone.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Kinect4WinSDK.json b/content/contributions/Kinect4WinSDK.json
index b6799a7f2..7848fb438 100644
--- a/content/contributions/Kinect4WinSDK.json
+++ b/content/contributions/Kinect4WinSDK.json
@@ -19,4 +19,4 @@
"download": "http://www.magicandlove.com/software/Kinect4WinSDK.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Kinect_v2_for_Processing.json b/content/contributions/Kinect_v2_for_Processing.json
index 7b36e05a2..f5b7d5d7d 100644
--- a/content/contributions/Kinect_v2_for_Processing.json
+++ b/content/contributions/Kinect_v2_for_Processing.json
@@ -19,4 +19,4 @@
"download": "http://codigogenerativo.com/KinectPV2.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Latk_for_Processing.json b/content/contributions/Latk_for_Processing.json
index 45d81d9c2..5adfa926d 100644
--- a/content/contributions/Latk_for_Processing.json
+++ b/content/contributions/Latk_for_Processing.json
@@ -20,4 +20,4 @@
"download": "https://fox-gieg.com/patches/processing/libraries/latkProcessing/latkProcessing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/LazyGui.json b/content/contributions/LazyGui.json
index 7dd74f28c..4c5716e13 100644
--- a/content/contributions/LazyGui.json
+++ b/content/contributions/LazyGui.json
@@ -20,4 +20,4 @@
"download": "https://github.com/KrabCode/LazyGui/releases/download/latest/LazyGui.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Leap_Motion_for_Processing.json b/content/contributions/Leap_Motion_for_Processing.json
index f6fa644ed..7aa43e31d 100644
--- a/content/contributions/Leap_Motion_for_Processing.json
+++ b/content/contributions/Leap_Motion_for_Processing.json
@@ -19,4 +19,4 @@
"download": "https://raw.githubusercontent.com/nok/leap-motion-processing/master/download/LeapMotionForProcessing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/LiquidFunProcessing.json b/content/contributions/LiquidFunProcessing.json
index 135800b76..11a945484 100644
--- a/content/contributions/LiquidFunProcessing.json
+++ b/content/contributions/LiquidFunProcessing.json
@@ -19,4 +19,4 @@
"download": "https://github.com/diwi/LiquidFunProcessing/releases/download/latest/LiquidFunProcessing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Loom.json b/content/contributions/Loom.json
index f7f5dddc0..70383ea6a 100644
--- a/content/contributions/Loom.json
+++ b/content/contributions/Loom.json
@@ -19,4 +19,4 @@
"download": "https://corajr.github.io/loom/download/loom.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/MQTT.json b/content/contributions/MQTT.json
index 8c6531b7d..36ec98c88 100644
--- a/content/contributions/MQTT.json
+++ b/content/contributions/MQTT.json
@@ -19,4 +19,4 @@
"download": "https://github.com/256dpi/processing-mqtt/releases/download/latest/mqtt.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Manuale_di_Programmazione_Cinematografica.json b/content/contributions/Manuale_di_Programmazione_Cinematografica.json
index 8e2641a50..4aa7c52df 100644
--- a/content/contributions/Manuale_di_Programmazione_Cinematografica.json
+++ b/content/contributions/Manuale_di_Programmazione_Cinematografica.json
@@ -20,4 +20,4 @@
"download": "http://mad4j.github.io/book-mdpc/book-mdpc.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/MapThing.json b/content/contributions/MapThing.json
index af5933627..c2e5babed 100644
--- a/content/contributions/MapThing.json
+++ b/content/contributions/MapThing.json
@@ -19,4 +19,4 @@
"download": "http://www.reades.com/MapThing/MapThing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/MindSet_Processing.json b/content/contributions/MindSet_Processing.json
index 47bbe4b7a..044a84c8a 100644
--- a/content/contributions/MindSet_Processing.json
+++ b/content/contributions/MindSet_Processing.json
@@ -19,4 +19,4 @@
"download": "http://jorgecardoso.eu/processing/MindSetProcessing/download/MindsetProcessing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Minim.json b/content/contributions/Minim.json
index 99d8800ab..e831970ba 100644
--- a/content/contributions/Minim.json
+++ b/content/contributions/Minim.json
@@ -19,4 +19,4 @@
"download": "http://code.compartmental.net/minim/distro/minim_for_processing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Mother.json b/content/contributions/Mother.json
index 2a9cf6a35..6e8cd17d8 100644
--- a/content/contributions/Mother.json
+++ b/content/contributions/Mother.json
@@ -19,4 +19,4 @@
"download": "https://github.com/onar3d/processing-mother/releases/download/latest/Mother.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Mouse_2D_Transformations.json b/content/contributions/Mouse_2D_Transformations.json
index 004493cc6..30f876db7 100644
--- a/content/contributions/Mouse_2D_Transformations.json
+++ b/content/contributions/Mouse_2D_Transformations.json
@@ -19,4 +19,4 @@
"download": "https://github.com/AlexPoupakis/mouse2DTransformations/releases/download/latest/Mouse2DTransformations.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/MuKCast.json b/content/contributions/MuKCast.json
index de9cd9b89..d598c8fed 100644
--- a/content/contributions/MuKCast.json
+++ b/content/contributions/MuKCast.json
@@ -19,4 +19,4 @@
"download": "https://github.com/keshrath/MuKCast/releases/download/latest/MuKCast.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Myo_for_Processing.json b/content/contributions/Myo_for_Processing.json
index 52fbf35d2..a5ff45deb 100644
--- a/content/contributions/Myo_for_Processing.json
+++ b/content/contributions/Myo_for_Processing.json
@@ -19,4 +19,4 @@
"download": "https://raw.githubusercontent.com/nok/myo-processing/master/download/MyoForProcessing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/NXTComm_Processing.json b/content/contributions/NXTComm_Processing.json
index 3a12a2ec8..c063cb5e2 100644
--- a/content/contributions/NXTComm_Processing.json
+++ b/content/contributions/NXTComm_Processing.json
@@ -19,4 +19,4 @@
"download": "http://jorgecardoso.eu/processing/NXTComm/NXTComm.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Nest.json b/content/contributions/Nest.json
index dc7b6ae71..450d70063 100644
--- a/content/contributions/Nest.json
+++ b/content/contributions/Nest.json
@@ -19,4 +19,4 @@
"download": "http://transmote.com/nest/download/Nest.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Nice_Color_Palettes.json b/content/contributions/Nice_Color_Palettes.json
index 977e82f9c..7de18132b 100644
--- a/content/contributions/Nice_Color_Palettes.json
+++ b/content/contributions/Nice_Color_Palettes.json
@@ -19,4 +19,4 @@
"download": "https://github.com/federico-pepe/nice-color-palettes/releases/download/latest/NiceColorPalettes.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Novation_Launch_Control_client.json b/content/contributions/Novation_Launch_Control_client.json
index a279d0e2f..574adc4d6 100644
--- a/content/contributions/Novation_Launch_Control_client.json
+++ b/content/contributions/Novation_Launch_Control_client.json
@@ -19,4 +19,4 @@
"download": "https://github.com/haschdl/pLaunchController/releases/download/latest/pLaunchControl.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Nurbs.json b/content/contributions/Nurbs.json
index 67be29d8d..999e97ade 100644
--- a/content/contributions/Nurbs.json
+++ b/content/contributions/Nurbs.json
@@ -18,4 +18,4 @@
"download": "https://arnoudvanderleer.github.io/processing-nurbs/download/Nurbs.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/OBJExport.json b/content/contributions/OBJExport.json
index 158c3130b..1111de2ff 100644
--- a/content/contributions/OBJExport.json
+++ b/content/contributions/OBJExport.json
@@ -19,4 +19,4 @@
"download": "http://n-e-r-v-o-u-s.com/tools/obj/OBJExport.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/OCD_Obsessive_Camera_Direction.json b/content/contributions/OCD_Obsessive_Camera_Direction.json
index cb51c4bc9..be272a7d6 100644
--- a/content/contributions/OCD_Obsessive_Camera_Direction.json
+++ b/content/contributions/OCD_Obsessive_Camera_Direction.json
@@ -19,4 +19,4 @@
"download": "http://www.gdsstudios.com/processing/libraries/ocd/download/ocd.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/OCT.json b/content/contributions/OCT.json
index f81d080ec..da9a3c725 100644
--- a/content/contributions/OCT.json
+++ b/content/contributions/OCT.json
@@ -19,4 +19,4 @@
"download": "https://github.com/thwegene/OCT/releases/download/latest/OCT.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/OOCSI_for_Processing.json b/content/contributions/OOCSI_for_Processing.json
index 373c67940..d484f3fdc 100644
--- a/content/contributions/OOCSI_for_Processing.json
+++ b/content/contributions/OOCSI_for_Processing.json
@@ -21,4 +21,4 @@
"download": "http://iddi.github.io/oocsi-processing/oocsi.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Oklab_for_Processing.json b/content/contributions/Oklab_for_Processing.json
index f31314333..488d40ed6 100644
--- a/content/contributions/Oklab_for_Processing.json
+++ b/content/contributions/Oklab_for_Processing.json
@@ -19,4 +19,4 @@
"download": "https://github.com/yashbutno/Oklab-for-Processing/releases/download/latest/OklabForProcessing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/OpenCV_for_Processing.json b/content/contributions/OpenCV_for_Processing.json
index 726afee34..97c9cd556 100644
--- a/content/contributions/OpenCV_for_Processing.json
+++ b/content/contributions/OpenCV_for_Processing.json
@@ -20,4 +20,4 @@
"download": "https://github.com/cansik/opencv-processing/releases/download/contribution-manager/opencv_processing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/P8gGraphicsSVG.json b/content/contributions/P8gGraphicsSVG.json
index 47b001299..ae94f4eeb 100644
--- a/content/contributions/P8gGraphicsSVG.json
+++ b/content/contributions/P8gGraphicsSVG.json
@@ -19,4 +19,4 @@
"download": "http://phi.lho.free.fr/programming/Processing/P8gGraphicsSVG/P8gGraphicsSVG.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/PS3Eye.json b/content/contributions/PS3Eye.json
index a25c4112d..660be7def 100644
--- a/content/contributions/PS3Eye.json
+++ b/content/contributions/PS3Eye.json
@@ -20,4 +20,4 @@
"download": "https://github.com/diwi/PS3Eye/releases/download/latest/PS3Eye.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Pallav.Matrix.json b/content/contributions/Pallav.Matrix.json
index b7fb4cb44..da9a1fa5a 100644
--- a/content/contributions/Pallav.Matrix.json
+++ b/content/contributions/Pallav.Matrix.json
@@ -18,4 +18,4 @@
"download": "https://github.com/pallav12/matrixMath-for-processing/releases/download/latest/MatrixMath.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Patchy.json b/content/contributions/Patchy.json
index a25ec3b52..f1618e75c 100644
--- a/content/contributions/Patchy.json
+++ b/content/contributions/Patchy.json
@@ -18,4 +18,4 @@
"download": "http://mrfeinberg.com/patchy/patchy.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Path_Finder.json b/content/contributions/Path_Finder.json
index 889e26006..4da5b40fe 100644
--- a/content/contributions/Path_Finder.json
+++ b/content/contributions/Path_Finder.json
@@ -19,4 +19,4 @@
"download": "http://www.lagers.org.uk/processing/pathfinder/Path_Finder.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Pd4P3.json b/content/contributions/Pd4P3.json
index 36e26a8e9..5d4f7307d 100644
--- a/content/contributions/Pd4P3.json
+++ b/content/contributions/Pd4P3.json
@@ -20,4 +20,4 @@
"download": "https://www.robertesler.com/software/Pd4P3.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/PeasyCam.json b/content/contributions/PeasyCam.json
index 2b95cb6af..7488df0c6 100644
--- a/content/contributions/PeasyCam.json
+++ b/content/contributions/PeasyCam.json
@@ -18,4 +18,4 @@
"download": "http://mrfeinberg.com/peasycam/peasycam.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Picking.json b/content/contributions/Picking.json
index 203654770..0c2d1dd88 100644
--- a/content/contributions/Picking.json
+++ b/content/contributions/Picking.json
@@ -19,4 +19,4 @@
"download": "http://n.clavaud.free.fr/processing/library/picking/download/Picking.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/PixelFlow.json b/content/contributions/PixelFlow.json
index 6f0c5bcc5..ea8541d92 100644
--- a/content/contributions/PixelFlow.json
+++ b/content/contributions/PixelFlow.json
@@ -21,4 +21,4 @@
"download": "https://github.com/diwi/PixelFlow/releases/download/latest/PixelFlow.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/PortMods.json b/content/contributions/PortMods.json
index 91005b387..2fd0c2661 100644
--- a/content/contributions/PortMods.json
+++ b/content/contributions/PortMods.json
@@ -19,4 +19,4 @@
"download": "https://commonpike.github.io/nl.kw.processing.portmods/dist/PortMods.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/PostFX_for_Processing.json b/content/contributions/PostFX_for_Processing.json
index 104a9fdd3..7bbe80d3c 100644
--- a/content/contributions/PostFX_for_Processing.json
+++ b/content/contributions/PostFX_for_Processing.json
@@ -19,4 +19,4 @@
"download": "https://github.com/cansik/processing-postfx/releases/download/latest/PostFX.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/ProcMod_player.json b/content/contributions/ProcMod_player.json
index f1cffd99c..adb6ddedb 100644
--- a/content/contributions/ProcMod_player.json
+++ b/content/contributions/ProcMod_player.json
@@ -19,4 +19,4 @@
"download": "https://github.com/sphaero/procmod/releases/latest/download/procmod.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Processing2JS.json b/content/contributions/Processing2JS.json
index bf13dbd88..5c41a48dd 100644
--- a/content/contributions/Processing2JS.json
+++ b/content/contributions/Processing2JS.json
@@ -17,4 +17,4 @@
"download": "http://jonathan.dahlberg.media/processing2js/Processing2JSTool.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Processing_for_Android,_1st_Edition.json b/content/contributions/Processing_for_Android,_1st_Edition.json
index 0f2fc59ce..cc4347a6c 100644
--- a/content/contributions/Processing_for_Android,_1st_Edition.json
+++ b/content/contributions/Processing_for_Android,_1st_Edition.json
@@ -18,4 +18,4 @@
"download": "https://github.com/Apress/processing-for-android/releases/download/latest/processing-for-android-examples.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Processing_for_Android,_2nd_Edition.json b/content/contributions/Processing_for_Android,_2nd_Edition.json
index 123d4ccf7..9d2ac4cab 100644
--- a/content/contributions/Processing_for_Android,_2nd_Edition.json
+++ b/content/contributions/Processing_for_Android,_2nd_Edition.json
@@ -20,4 +20,4 @@
"download": "https://github.com/Apress/Processing-for-Android-Second-Edition/releases/download/latest/processing-for-android-examples.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Ptmx.json b/content/contributions/Ptmx.json
index 6a0ea050a..c3adc5086 100644
--- a/content/contributions/Ptmx.json
+++ b/content/contributions/Ptmx.json
@@ -19,4 +19,4 @@
"download": "http://softlab.pt/ptmx/ptmx.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Python_Mode_for_Processing_3.json b/content/contributions/Python_Mode_for_Processing_3.json
index 9225e80ca..1d3352769 100644
--- a/content/contributions/Python_Mode_for_Processing_3.json
+++ b/content/contributions/Python_Mode_for_Processing_3.json
@@ -17,4 +17,4 @@
"download": "https://contribs.processing.org/pythonmode/3/PythonMode.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Python_Mode_for_Processing_4.json b/content/contributions/Python_Mode_for_Processing_4.json
index 383b85a89..090b4dcc2 100644
--- a/content/contributions/Python_Mode_for_Processing_4.json
+++ b/content/contributions/Python_Mode_for_Processing_4.json
@@ -17,4 +17,4 @@
"download": "https://contribs.processing.org/pythonmode/4/PythonMode.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/QScript.json b/content/contributions/QScript.json
index 17e78a072..eae1c9149 100644
--- a/content/contributions/QScript.json
+++ b/content/contributions/QScript.json
@@ -19,4 +19,4 @@
"download": "http://www.lagers.org.uk/processing/qscript/QScript.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/QueasyCam.json b/content/contributions/QueasyCam.json
index 7b71a8f90..166a05e75 100644
--- a/content/contributions/QueasyCam.json
+++ b/content/contributions/QueasyCam.json
@@ -19,4 +19,4 @@
"download": "https://github.com/jrc03c/queasycam/releases/download/latest/queasycam.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/REPL_Mode.json b/content/contributions/REPL_Mode.json
index c457b326c..302502f20 100644
--- a/content/contributions/REPL_Mode.json
+++ b/content/contributions/REPL_Mode.json
@@ -19,4 +19,4 @@
"download": "https://github.com/joelmoniz/REPLmode/releases/download/latest/REPLMode.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/R_for_Processing.json b/content/contributions/R_for_Processing.json
index c2164529c..b19372155 100644
--- a/content/contributions/R_for_Processing.json
+++ b/content/contributions/R_for_Processing.json
@@ -19,4 +19,4 @@
"download": "https://github.com/processing-r/Processing.R/releases/latest/download/RLangMode.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Redis.json b/content/contributions/Redis.json
index b69b189dc..8965d6d14 100644
--- a/content/contributions/Redis.json
+++ b/content/contributions/Redis.json
@@ -19,4 +19,4 @@
"download": "https://raw.githubusercontent.com/nok/redis-processing/master/download/Redis.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Reference_Tool.json b/content/contributions/Reference_Tool.json
index 50d847810..fc4082772 100644
--- a/content/contributions/Reference_Tool.json
+++ b/content/contributions/Reference_Tool.json
@@ -17,4 +17,4 @@
"download": "https://github.com/jaewhyun/ReferenceTool/releases/download/latest/ReferenceTool.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/RiTa.json b/content/contributions/RiTa.json
index 227dcea95..2e1a71c64 100644
--- a/content/contributions/RiTa.json
+++ b/content/contributions/RiTa.json
@@ -19,4 +19,4 @@
"download": "http://rednoise.org/rita/rita.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Rosetta_Examples_for_P5.json b/content/contributions/Rosetta_Examples_for_P5.json
index 70659db2f..b22b007cd 100644
--- a/content/contributions/Rosetta_Examples_for_P5.json
+++ b/content/contributions/Rosetta_Examples_for_P5.json
@@ -19,4 +19,4 @@
"download": "https://github.com/jeremydouglass/rosetta_examples_p5/releases/latest/download/rosetta_examples_p5.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/RunwayML_Processing_Library.json b/content/contributions/RunwayML_Processing_Library.json
index 50d4bf300..8b0ca1650 100644
--- a/content/contributions/RunwayML_Processing_Library.json
+++ b/content/contributions/RunwayML_Processing_Library.json
@@ -20,4 +20,4 @@
"download": "https://github.com/runwayml/processing-library/releases/download/latest/RunwayML.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/SFTP.json b/content/contributions/SFTP.json
index 45fc01963..44240ab05 100644
--- a/content/contributions/SFTP.json
+++ b/content/contributions/SFTP.json
@@ -19,4 +19,4 @@
"download": "https://github.com/shiffman/SFTP-Processing/releases/download/latest/sftp.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/SelectFile.json b/content/contributions/SelectFile.json
index 63341def8..5a9207966 100644
--- a/content/contributions/SelectFile.json
+++ b/content/contributions/SelectFile.json
@@ -19,4 +19,4 @@
"download": "https://andrusiv.com/android-select-file/download/SelectFile.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/SerialRecord.json b/content/contributions/SerialRecord.json
index c52561b46..80f017bc8 100644
--- a/content/contributions/SerialRecord.json
+++ b/content/contributions/SerialRecord.json
@@ -20,4 +20,4 @@
"download": "http://assets.osteele.com.s3.amazonaws.com/processing/SerialRecord.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Shader_Mode.json b/content/contributions/Shader_Mode.json
index c3a4f44ef..105d07a18 100644
--- a/content/contributions/Shader_Mode.json
+++ b/content/contributions/Shader_Mode.json
@@ -18,4 +18,4 @@
"download": "https://github.com/Izza11/shader-mode/releases/download/latest/ShaderMode.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Shape-Sketch.json b/content/contributions/Shape-Sketch.json
index 2642768a5..9db949335 100644
--- a/content/contributions/Shape-Sketch.json
+++ b/content/contributions/Shape-Sketch.json
@@ -18,4 +18,4 @@
"download": "https://github.com/joelmoniz/Shape-Sketch/releases/download/latest/ShapeSketch.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Shapes_3D.json b/content/contributions/Shapes_3D.json
index acf3c62ef..d169b7f1b 100644
--- a/content/contributions/Shapes_3D.json
+++ b/content/contributions/Shapes_3D.json
@@ -19,4 +19,4 @@
"download": "http://www.lagers.org.uk/processing3/shapes3d/Shapes3D.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/ShortMessage.json b/content/contributions/ShortMessage.json
index d6421e9eb..b90c9fd8d 100644
--- a/content/contributions/ShortMessage.json
+++ b/content/contributions/ShortMessage.json
@@ -19,4 +19,4 @@
"download": "http://hamzeen.github.io/ShortMessage/ShortMessage.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Signal_Filter.json b/content/contributions/Signal_Filter.json
index 3ecc2a0fd..5e8df0c12 100644
--- a/content/contributions/Signal_Filter.json
+++ b/content/contributions/Signal_Filter.json
@@ -19,4 +19,4 @@
"download": "http://s176381904.onlinehome.fr/processing/SignalFilter/download/signalFilter.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/SimpleOpenNI.json b/content/contributions/SimpleOpenNI.json
index d803f012c..cbc24c421 100644
--- a/content/contributions/SimpleOpenNI.json
+++ b/content/contributions/SimpleOpenNI.json
@@ -19,4 +19,4 @@
"download": "https://fox-gieg.com/patches/processing/libraries/SimpleOpenNI/SimpleOpenNI.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Simple_HTTP_Server.json b/content/contributions/Simple_HTTP_Server.json
index 9ad1819b2..acbdd29ba 100644
--- a/content/contributions/Simple_HTTP_Server.json
+++ b/content/contributions/Simple_HTTP_Server.json
@@ -19,4 +19,4 @@
"download": "http://transfluxus.github.io/SimpleHTTPServer/download/SimpleHTTPServer.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Simple_Phidgets.json b/content/contributions/Simple_Phidgets.json
index 5be965c12..af6ee1ba4 100644
--- a/content/contributions/Simple_Phidgets.json
+++ b/content/contributions/Simple_Phidgets.json
@@ -19,4 +19,4 @@
"download": "https://github.com/sgeigers/SimplePhidgets/releases/download/latest/SimplePhidgets.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Simple_Receipt_Printer.json b/content/contributions/Simple_Receipt_Printer.json
index d0f3a1dab..bec6fc5d5 100644
--- a/content/contributions/Simple_Receipt_Printer.json
+++ b/content/contributions/Simple_Receipt_Printer.json
@@ -19,4 +19,4 @@
"download": "https://github.com/gohai/processing-simplereceiptprinter/releases/download/latest/processing-simplereceiptprinter.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Simple_Touch.json b/content/contributions/Simple_Touch.json
index a31eafd14..3a4b4a345 100644
--- a/content/contributions/Simple_Touch.json
+++ b/content/contributions/Simple_Touch.json
@@ -19,4 +19,4 @@
"download": "https://github.com/gohai/processing-simpletouch/releases/download/latest/processing-simpletouch.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Simple_Tweet.json b/content/contributions/Simple_Tweet.json
index bdcd1116c..0941af9d3 100644
--- a/content/contributions/Simple_Tweet.json
+++ b/content/contributions/Simple_Tweet.json
@@ -19,4 +19,4 @@
"download": "https://github.com/gohai/processing-simpletweet/releases/download/latest/processing-simpletweet.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/SketchMapper.json b/content/contributions/SketchMapper.json
index 47f863049..39aa1efd5 100644
--- a/content/contributions/SketchMapper.json
+++ b/content/contributions/SketchMapper.json
@@ -19,4 +19,4 @@
"download": "http://josephtaylor.github.io/sketch-mapper/SketchMapper.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Sound.json b/content/contributions/Sound.json
index 69dd51e5e..4feafdc5b 100644
--- a/content/contributions/Sound.json
+++ b/content/contributions/Sound.json
@@ -20,4 +20,4 @@
"download": "https://github.com/processing/processing-sound/releases/download/latest/sound.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/SoundCloud.json b/content/contributions/SoundCloud.json
index 58e5ec65d..56357a07e 100644
--- a/content/contributions/SoundCloud.json
+++ b/content/contributions/SoundCloud.json
@@ -19,4 +19,4 @@
"download": "https://raw.githubusercontent.com/nok/soundcloud-processing/master/download/SoundCloud.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/SpeedTool.json b/content/contributions/SpeedTool.json
index ae6e4f693..e137296e7 100644
--- a/content/contributions/SpeedTool.json
+++ b/content/contributions/SpeedTool.json
@@ -17,4 +17,4 @@
"download": "http://larskaltenbach.de/code/speedTool/download/SpeedTool.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Spout_for_Processing.json b/content/contributions/Spout_for_Processing.json
index 444c5aaa2..5351639f7 100644
--- a/content/contributions/Spout_for_Processing.json
+++ b/content/contributions/Spout_for_Processing.json
@@ -19,4 +19,4 @@
"download": "https://github.com/leadedge/SpoutProcessing/releases/download/latest/spout.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Sprites.json b/content/contributions/Sprites.json
index 8316bc4d6..db2d57cdb 100644
--- a/content/contributions/Sprites.json
+++ b/content/contributions/Sprites.json
@@ -19,4 +19,4 @@
"download": "http://www.lagers.org.uk/processing/sprites/Sprites.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Squarify.json b/content/contributions/Squarify.json
index f46f1d910..6b4049015 100644
--- a/content/contributions/Squarify.json
+++ b/content/contributions/Squarify.json
@@ -20,4 +20,4 @@
"download": "http://agathelenclen.fr/downloads/Squarify.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Steganos.json b/content/contributions/Steganos.json
index 03d63da01..fe21c7e88 100644
--- a/content/contributions/Steganos.json
+++ b/content/contributions/Steganos.json
@@ -19,4 +19,4 @@
"download": "http://www.lagers.org.uk/processing/steganos/Steganos.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/SuperCollider_client_for_Processing.json b/content/contributions/SuperCollider_client_for_Processing.json
index 24bcfe220..d7becf8f7 100644
--- a/content/contributions/SuperCollider_client_for_Processing.json
+++ b/content/contributions/SuperCollider_client_for_Processing.json
@@ -19,4 +19,4 @@
"download": "http://www.erase.net/projects/processing-sc/files/processing-sc.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Sweep_for_Processing.json b/content/contributions/Sweep_for_Processing.json
index 366fbe953..8c69a6d1f 100644
--- a/content/contributions/Sweep_for_Processing.json
+++ b/content/contributions/Sweep_for_Processing.json
@@ -19,4 +19,4 @@
"download": "https://github.com/cansik/sweep-processing/releases/download/latest/SweepProcessing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Swing_Helper.json b/content/contributions/Swing_Helper.json
index c954d8d5a..30c82ebfb 100644
--- a/content/contributions/Swing_Helper.json
+++ b/content/contributions/Swing_Helper.json
@@ -19,4 +19,4 @@
"download": "https://github.com/NumericPrime/SwingHelperProcessing/releases/latest/download/SwingHelperLib.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Syphon.json b/content/contributions/Syphon.json
index 810850bef..42c853625 100644
--- a/content/contributions/Syphon.json
+++ b/content/contributions/Syphon.json
@@ -19,4 +19,4 @@
"download": "https://github.com/Syphon/Processing/releases/download/latest/Syphon.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Tablet.json b/content/contributions/Tablet.json
index b1fd5f618..bde87ba8e 100644
--- a/content/contributions/Tablet.json
+++ b/content/contributions/Tablet.json
@@ -19,4 +19,4 @@
"download": "https://github.com/codeanticode/tablet/releases/download/latest/Tablet.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Temboo.json b/content/contributions/Temboo.json
index 1c70ad783..6d2b717ad 100644
--- a/content/contributions/Temboo.json
+++ b/content/contributions/Temboo.json
@@ -19,4 +19,4 @@
"download": "https://temboo.com/files/temboo-processing.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/The_MidiBus.json b/content/contributions/The_MidiBus.json
index 4af0d4e63..08ab26ffd 100644
--- a/content/contributions/The_MidiBus.json
+++ b/content/contributions/The_MidiBus.json
@@ -19,4 +19,4 @@
"download": "http://www.smallbutdigital.com/releases/themidibus/themidibus-latest.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/TimedEvents.json b/content/contributions/TimedEvents.json
index 1cab487cc..2347f62d2 100644
--- a/content/contributions/TimedEvents.json
+++ b/content/contributions/TimedEvents.json
@@ -19,4 +19,4 @@
"download": "http://www.multiply.org/processing/TimedEvents.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Timer.json b/content/contributions/Timer.json
index d00bea4d3..23dbdf94e 100644
--- a/content/contributions/Timer.json
+++ b/content/contributions/Timer.json
@@ -19,4 +19,4 @@
"download": "https://github.com/guilhermesilveira/timer/releases/download/latest/Timer.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Timing_Utilities.json b/content/contributions/Timing_Utilities.json
index 867753f3c..fb4ba10ab 100644
--- a/content/contributions/Timing_Utilities.json
+++ b/content/contributions/Timing_Utilities.json
@@ -20,4 +20,4 @@
"download": "https://github.com/Lord-of-the-Galaxy/Timing-Utilities/releases/download/latest/timing_utils.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Tramontana_Processing_Library.json b/content/contributions/Tramontana_Processing_Library.json
index f995586c7..7f80ec17e 100644
--- a/content/contributions/Tramontana_Processing_Library.json
+++ b/content/contributions/Tramontana_Processing_Library.json
@@ -19,4 +19,4 @@
"download": "https://tramontanaixd.github.io/processing-library/Tramontana.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/UDP.json b/content/contributions/UDP.json
index 00cbd039b..5f0335298 100644
--- a/content/contributions/UDP.json
+++ b/content/contributions/UDP.json
@@ -19,4 +19,4 @@
"download": "http://ubaa.net/shared/processing/udp/udp.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/UiBooster.json b/content/contributions/UiBooster.json
index 5b4c81939..2986336c0 100644
--- a/content/contributions/UiBooster.json
+++ b/content/contributions/UiBooster.json
@@ -19,4 +19,4 @@
"download": "https://github.com/Milchreis/uibooster-for-processing/releases/latest/download/UiBooster.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Unfolding_Maps.json b/content/contributions/Unfolding_Maps.json
index 7b8d69ea4..7087cdc89 100644
--- a/content/contributions/Unfolding_Maps.json
+++ b/content/contributions/Unfolding_Maps.json
@@ -19,4 +19,4 @@
"download": "http://unfoldingmaps.org/Unfolding.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Upload_to_Pi.json b/content/contributions/Upload_to_Pi.json
index fb5e2f38e..e9025d4fe 100644
--- a/content/contributions/Upload_to_Pi.json
+++ b/content/contributions/Upload_to_Pi.json
@@ -17,4 +17,4 @@
"download": "https://github.com/gohai/processing-uploadtopi/releases/download/latest/UploadToPiTool.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/VLCJVideo.json b/content/contributions/VLCJVideo.json
index 19ebefcf5..5b2eeb5f8 100644
--- a/content/contributions/VLCJVideo.json
+++ b/content/contributions/VLCJVideo.json
@@ -19,4 +19,4 @@
"download": "http://softlab.pt/VLCJVideo/VLCJVideo.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/VSync_for_Processing.json b/content/contributions/VSync_for_Processing.json
index 94e936f80..1861c23f0 100644
--- a/content/contributions/VSync_for_Processing.json
+++ b/content/contributions/VSync_for_Processing.json
@@ -19,4 +19,4 @@
"download": "http://ernestum.github.io/VSync-for-Processing/download/VSync.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Video_Export.json b/content/contributions/Video_Export.json
index 4f8bbdae9..12282a5db 100644
--- a/content/contributions/Video_Export.json
+++ b/content/contributions/Video_Export.json
@@ -19,4 +19,4 @@
"download": "https://funprogramming.org/VideoExport-for-Processing/download/VideoExport.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Video_Library_for_Processing_3.json b/content/contributions/Video_Library_for_Processing_3.json
index b29984a37..525190ac6 100644
--- a/content/contributions/Video_Library_for_Processing_3.json
+++ b/content/contributions/Video_Library_for_Processing_3.json
@@ -19,4 +19,4 @@
"download": "https://github.com/processing/processing-video/releases/download/latest-processing3/video.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Video_Library_for_Processing_4.json b/content/contributions/Video_Library_for_Processing_4.json
index da69e09f6..73b0fcd94 100644
--- a/content/contributions/Video_Library_for_Processing_4.json
+++ b/content/contributions/Video_Library_for_Processing_4.json
@@ -19,4 +19,4 @@
"download": "https://github.com/processing/processing-video/releases/download/latest/video.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/WOVNS_Examples.json b/content/contributions/WOVNS_Examples.json
index dd685516c..cfc0dfe4d 100644
--- a/content/contributions/WOVNS_Examples.json
+++ b/content/contributions/WOVNS_Examples.json
@@ -18,4 +18,4 @@
"download": "http://damellis.github.io/wovns-processing-examples/WOVNS.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/Websockets.json b/content/contributions/Websockets.json
index dbc88a554..bc001a507 100644
--- a/content/contributions/Websockets.json
+++ b/content/contributions/Websockets.json
@@ -20,4 +20,4 @@
"download": "https://github.com/alexandrainst/processing_websockets/releases/download/latest/webSockets.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/WootingKeyboard.json b/content/contributions/WootingKeyboard.json
index b8c91aefc..5b9a31669 100644
--- a/content/contributions/WootingKeyboard.json
+++ b/content/contributions/WootingKeyboard.json
@@ -21,4 +21,4 @@
"download": "https://github.com/Shinhoo/Wooting-Keyboard-Library/releases/download/lastest/WootingKeyboard.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/XYscope.json b/content/contributions/XYscope.json
index 23cb87e52..dd068dcce 100644
--- a/content/contributions/XYscope.json
+++ b/content/contributions/XYscope.json
@@ -21,4 +21,4 @@
"download": "https://teddavis.org/xyscope/download/XYscope.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/XlsReader.json b/content/contributions/XlsReader.json
index ec5f3b2b4..a51f63c04 100644
--- a/content/contributions/XlsReader.json
+++ b/content/contributions/XlsReader.json
@@ -19,4 +19,4 @@
"download": "https://raw.github.com/fjenett/xlsreader-library-processing/latest/release/XlsReader.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/dmxP512.json b/content/contributions/dmxP512.json
index ceae4d8ea..98450b8c2 100644
--- a/content/contributions/dmxP512.json
+++ b/content/contributions/dmxP512.json
@@ -19,4 +19,4 @@
"download": "http://motscousus.com/stuff/2011-01_dmxP512/dmxP512.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/extruder.json b/content/contributions/extruder.json
index f1f2c1c58..296e5a582 100644
--- a/content/contributions/extruder.json
+++ b/content/contributions/extruder.json
@@ -20,4 +20,4 @@
"download": "http://maxlfarrell.gitlab.io/extruder/extruder.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/gicentreUtils.json b/content/contributions/gicentreUtils.json
index b848bfc97..2f332acd8 100644
--- a/content/contributions/gicentreUtils.json
+++ b/content/contributions/gicentreUtils.json
@@ -19,4 +19,4 @@
"download": "http://staff.city.ac.uk/~jwo/giCentre/utils/gicentreUtils.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/grafica.json b/content/contributions/grafica.json
index 9c672e703..844de7d89 100644
--- a/content/contributions/grafica.json
+++ b/content/contributions/grafica.json
@@ -19,4 +19,4 @@
"download": "https://raw.github.com/jagracar/grafica/master/releases/grafica.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/gwoptics.json b/content/contributions/gwoptics.json
index 538f4b6ec..bfc45161e 100644
--- a/content/contributions/gwoptics.json
+++ b/content/contributions/gwoptics.json
@@ -19,4 +19,4 @@
"download": "http://www.gwoptics.org/processing/gwoptics_p5lib/download/gwoptics.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/handy.json b/content/contributions/handy.json
index 1cfddad90..7c5423777 100644
--- a/content/contributions/handy.json
+++ b/content/contributions/handy.json
@@ -21,4 +21,4 @@
"download": "http://gicentre.org/handy/handy.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/iGeo.json b/content/contributions/iGeo.json
index 8e339b98b..8caf81a76 100644
--- a/content/contributions/iGeo.json
+++ b/content/contributions/iGeo.json
@@ -19,4 +19,4 @@
"download": "http://igeo.jp/processing3/igeo.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/meter.json b/content/contributions/meter.json
index d0a2b7529..495f4aa7a 100644
--- a/content/contributions/meter.json
+++ b/content/contributions/meter.json
@@ -20,4 +20,4 @@
"download": "https://github.com/BillKujawa/meter/releases/download/latest/meter.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/nub.json b/content/contributions/nub.json
index c6968a7b9..e254ce03e 100644
--- a/content/contributions/nub.json
+++ b/content/contributions/nub.json
@@ -21,4 +21,4 @@
"download": "https://github.com/VisualComputing/nub/releases/download/latest/nub.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/oscP5.json b/content/contributions/oscP5.json
index a6bdeb1c2..50c7484f5 100644
--- a/content/contributions/oscP5.json
+++ b/content/contributions/oscP5.json
@@ -19,4 +19,4 @@
"download": "http://sojamo.de/libraries/oscp5/oscP5.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/p5.js_Mode.json b/content/contributions/p5.js_Mode.json
index bd67ac977..d20ac737b 100644
--- a/content/contributions/p5.js_Mode.json
+++ b/content/contributions/p5.js_Mode.json
@@ -18,4 +18,4 @@
"download": "https://github.com/fathominfo/processing-p5js-mode/releases/download/latest/p5jsMode.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/planetarium.json b/content/contributions/planetarium.json
index e88d8e5e8..aca7edb7c 100644
--- a/content/contributions/planetarium.json
+++ b/content/contributions/planetarium.json
@@ -19,4 +19,4 @@
"download": "https://github.com/codeanticode/planetarium/releases/download/latest/planetarium.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/proscene.json b/content/contributions/proscene.json
index d020bb69d..6d1795624 100644
--- a/content/contributions/proscene.json
+++ b/content/contributions/proscene.json
@@ -24,4 +24,4 @@
"download": "https://github.com/remixlab/proscene/releases/download/latest/proscene.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/spacebrewP5.json b/content/contributions/spacebrewP5.json
index 8414a9ae5..b943a72a8 100644
--- a/content/contributions/spacebrewP5.json
+++ b/content/contributions/spacebrewP5.json
@@ -19,4 +19,4 @@
"download": "http://spacebrew.github.io/spacebrewP5/download/spacebrew.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/teilchen.json b/content/contributions/teilchen.json
index 07c0f6ae9..542ebed36 100644
--- a/content/contributions/teilchen.json
+++ b/content/contributions/teilchen.json
@@ -19,4 +19,4 @@
"download": "https://github.com/dennisppaul/teilchen/releases/latest/download/teilchen.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/tramontanaCV.json b/content/contributions/tramontanaCV.json
index 3208407db..dcf7092ae 100644
--- a/content/contributions/tramontanaCV.json
+++ b/content/contributions/tramontanaCV.json
@@ -20,4 +20,4 @@
"download": "https://pierdr.github.io/tramontanaCV/download/tramontanaCV.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/ttslib.json b/content/contributions/ttslib.json
index 816e81bbe..efb958934 100644
--- a/content/contributions/ttslib.json
+++ b/content/contributions/ttslib.json
@@ -18,4 +18,4 @@
"download": "http://www.local-guru.net/projects/ttslib/ttslib.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/contributions/wellen.json b/content/contributions/wellen.json
index 263d3536f..1b0152f4f 100644
--- a/content/contributions/wellen.json
+++ b/content/contributions/wellen.json
@@ -19,4 +19,4 @@
"download": "https://github.com/dennisppaul/wellen/releases/latest/download/wellen.zip"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0225-2.1.2.json b/content/download/releases/processing-0225-2.1.2.json
index 6006fadde..71bd4536d 100644
--- a/content/download/releases/processing-0225-2.1.2.json
+++ b/content/download/releases/processing-0225-2.1.2.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0227-2.2.1.json b/content/download/releases/processing-0227-2.2.1.json
index 4f3ca2b46..42cfe4904 100644
--- a/content/download/releases/processing-0227-2.2.1.json
+++ b/content/download/releases/processing-0227-2.2.1.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0228-3.0a1.json b/content/download/releases/processing-0228-3.0a1.json
index 54f6c9960..daea067eb 100644
--- a/content/download/releases/processing-0228-3.0a1.json
+++ b/content/download/releases/processing-0228-3.0a1.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0229-3.0a2.json b/content/download/releases/processing-0229-3.0a2.json
index 4e5e44adb..b945e2ba2 100644
--- a/content/download/releases/processing-0229-3.0a2.json
+++ b/content/download/releases/processing-0229-3.0a2.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0230-3.0a3.json b/content/download/releases/processing-0230-3.0a3.json
index abf11d271..0da455841 100644
--- a/content/download/releases/processing-0230-3.0a3.json
+++ b/content/download/releases/processing-0230-3.0a3.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0231-3.0a4.json b/content/download/releases/processing-0231-3.0a4.json
index de37c4fc0..f5bdcdfdb 100644
--- a/content/download/releases/processing-0231-3.0a4.json
+++ b/content/download/releases/processing-0231-3.0a4.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0232-3.0a5.json b/content/download/releases/processing-0232-3.0a5.json
index 27b4cd493..8c00cc217 100644
--- a/content/download/releases/processing-0232-3.0a5.json
+++ b/content/download/releases/processing-0232-3.0a5.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0233-3.0a6.json b/content/download/releases/processing-0233-3.0a6.json
index 677878965..e5bf3528a 100644
--- a/content/download/releases/processing-0233-3.0a6.json
+++ b/content/download/releases/processing-0233-3.0a6.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0234-3.0a7.json b/content/download/releases/processing-0234-3.0a7.json
index 73643256e..ed2ec5251 100644
--- a/content/download/releases/processing-0234-3.0a7.json
+++ b/content/download/releases/processing-0234-3.0a7.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0235-3.0a8.json b/content/download/releases/processing-0235-3.0a8.json
index 24e8563a6..782e5accd 100644
--- a/content/download/releases/processing-0235-3.0a8.json
+++ b/content/download/releases/processing-0235-3.0a8.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0236-3.0a9.json b/content/download/releases/processing-0236-3.0a9.json
index 9019d570d..a92d72feb 100644
--- a/content/download/releases/processing-0236-3.0a9.json
+++ b/content/download/releases/processing-0236-3.0a9.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0237-3.0a10.json b/content/download/releases/processing-0237-3.0a10.json
index 9f62efef2..608b3ff29 100644
--- a/content/download/releases/processing-0237-3.0a10.json
+++ b/content/download/releases/processing-0237-3.0a10.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0238-3.0a11.json b/content/download/releases/processing-0238-3.0a11.json
index 8ad86acce..b2f26a5bf 100644
--- a/content/download/releases/processing-0238-3.0a11.json
+++ b/content/download/releases/processing-0238-3.0a11.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0239-3.0b1.json b/content/download/releases/processing-0239-3.0b1.json
index a2fdc7a6c..e361bc7d0 100644
--- a/content/download/releases/processing-0239-3.0b1.json
+++ b/content/download/releases/processing-0239-3.0b1.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0240-3.0b2.json b/content/download/releases/processing-0240-3.0b2.json
index 66ed9e956..676205666 100644
--- a/content/download/releases/processing-0240-3.0b2.json
+++ b/content/download/releases/processing-0240-3.0b2.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0241-3.0b3.json b/content/download/releases/processing-0241-3.0b3.json
index c048f1743..765590835 100644
--- a/content/download/releases/processing-0241-3.0b3.json
+++ b/content/download/releases/processing-0241-3.0b3.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0242-3.0b4.json b/content/download/releases/processing-0242-3.0b4.json
index 0822257ce..cf1b7409e 100644
--- a/content/download/releases/processing-0242-3.0b4.json
+++ b/content/download/releases/processing-0242-3.0b4.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0243-3.0b5.json b/content/download/releases/processing-0243-3.0b5.json
index bf3780747..75532fca7 100644
--- a/content/download/releases/processing-0243-3.0b5.json
+++ b/content/download/releases/processing-0243-3.0b5.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0244-3.0b6.json b/content/download/releases/processing-0244-3.0b6.json
index 959002b87..e6cd8a441 100644
--- a/content/download/releases/processing-0244-3.0b6.json
+++ b/content/download/releases/processing-0244-3.0b6.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0245-3.0b7.json b/content/download/releases/processing-0245-3.0b7.json
index c4a6a83ea..b8ecb39d1 100644
--- a/content/download/releases/processing-0245-3.0b7.json
+++ b/content/download/releases/processing-0245-3.0b7.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0246-3.0.json b/content/download/releases/processing-0246-3.0.json
index df4ea9b25..87ce42dbe 100644
--- a/content/download/releases/processing-0246-3.0.json
+++ b/content/download/releases/processing-0246-3.0.json
@@ -41,4 +41,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0247-3.0.1.json b/content/download/releases/processing-0247-3.0.1.json
index 0539ae675..97f9a564f 100644
--- a/content/download/releases/processing-0247-3.0.1.json
+++ b/content/download/releases/processing-0247-3.0.1.json
@@ -55,4 +55,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0248-3.0.2.json b/content/download/releases/processing-0248-3.0.2.json
index 42416d05e..501e77817 100644
--- a/content/download/releases/processing-0248-3.0.2.json
+++ b/content/download/releases/processing-0248-3.0.2.json
@@ -55,4 +55,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0249-3.1.json b/content/download/releases/processing-0249-3.1.json
index a79e6fa07..132f5129d 100644
--- a/content/download/releases/processing-0249-3.1.json
+++ b/content/download/releases/processing-0249-3.1.json
@@ -55,4 +55,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0250-3.1.1.json b/content/download/releases/processing-0250-3.1.1.json
index 4bf0e57de..a12a14523 100644
--- a/content/download/releases/processing-0250-3.1.1.json
+++ b/content/download/releases/processing-0250-3.1.1.json
@@ -55,4 +55,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0251-3.1.2.json b/content/download/releases/processing-0251-3.1.2.json
index bb28161ce..d8831e265 100644
--- a/content/download/releases/processing-0251-3.1.2.json
+++ b/content/download/releases/processing-0251-3.1.2.json
@@ -55,4 +55,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0252-3.2.json b/content/download/releases/processing-0252-3.2.json
index bbd1c3961..e24664042 100644
--- a/content/download/releases/processing-0252-3.2.json
+++ b/content/download/releases/processing-0252-3.2.json
@@ -55,4 +55,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0253-3.2.1.json b/content/download/releases/processing-0253-3.2.1.json
index 446c7af2b..2ae3fde87 100644
--- a/content/download/releases/processing-0253-3.2.1.json
+++ b/content/download/releases/processing-0253-3.2.1.json
@@ -48,4 +48,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0254-3.2.2.json b/content/download/releases/processing-0254-3.2.2.json
index 7e775c869..5ce6aefc7 100644
--- a/content/download/releases/processing-0254-3.2.2.json
+++ b/content/download/releases/processing-0254-3.2.2.json
@@ -48,4 +48,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0255-3.2.3.json b/content/download/releases/processing-0255-3.2.3.json
index d04a97b2f..55cebc029 100644
--- a/content/download/releases/processing-0255-3.2.3.json
+++ b/content/download/releases/processing-0255-3.2.3.json
@@ -55,4 +55,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0256-3.2.4.json b/content/download/releases/processing-0256-3.2.4.json
index a67c4a23a..8ba78904f 100644
--- a/content/download/releases/processing-0256-3.2.4.json
+++ b/content/download/releases/processing-0256-3.2.4.json
@@ -48,4 +48,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0257-3.3.json b/content/download/releases/processing-0257-3.3.json
index 6aa9fab9e..42deefbc7 100644
--- a/content/download/releases/processing-0257-3.3.json
+++ b/content/download/releases/processing-0257-3.3.json
@@ -55,4 +55,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0258-3.3.1.json b/content/download/releases/processing-0258-3.3.1.json
index b4c697b86..ffa924c4e 100644
--- a/content/download/releases/processing-0258-3.3.1.json
+++ b/content/download/releases/processing-0258-3.3.1.json
@@ -62,4 +62,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0259-3.3.2.json b/content/download/releases/processing-0259-3.3.2.json
index 04991e3be..f99e63c83 100644
--- a/content/download/releases/processing-0259-3.3.2.json
+++ b/content/download/releases/processing-0259-3.3.2.json
@@ -62,4 +62,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0260-3.3.3.json b/content/download/releases/processing-0260-3.3.3.json
index 6c957abfb..4f2699e42 100644
--- a/content/download/releases/processing-0260-3.3.3.json
+++ b/content/download/releases/processing-0260-3.3.3.json
@@ -62,4 +62,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0261-3.3.4.json b/content/download/releases/processing-0261-3.3.4.json
index 6ca830c50..93e4b5670 100644
--- a/content/download/releases/processing-0261-3.3.4.json
+++ b/content/download/releases/processing-0261-3.3.4.json
@@ -48,4 +48,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0262-3.3.5.json b/content/download/releases/processing-0262-3.3.5.json
index 2e46dd50f..e5199254c 100644
--- a/content/download/releases/processing-0262-3.3.5.json
+++ b/content/download/releases/processing-0262-3.3.5.json
@@ -62,4 +62,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0263-3.3.6.json b/content/download/releases/processing-0263-3.3.6.json
index a2aefa786..93773493a 100644
--- a/content/download/releases/processing-0263-3.3.6.json
+++ b/content/download/releases/processing-0263-3.3.6.json
@@ -48,4 +48,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0264-3.3.7.1.json b/content/download/releases/processing-0264-3.3.7.1.json
index 7f4653fea..62cbceedd 100644
--- a/content/download/releases/processing-0264-3.3.7.1.json
+++ b/content/download/releases/processing-0264-3.3.7.1.json
@@ -20,4 +20,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0264-3.3.7.2.json b/content/download/releases/processing-0264-3.3.7.2.json
index b6e6e91b5..b4c232978 100644
--- a/content/download/releases/processing-0264-3.3.7.2.json
+++ b/content/download/releases/processing-0264-3.3.7.2.json
@@ -20,4 +20,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0264-3.3.7.json b/content/download/releases/processing-0264-3.3.7.json
index 8d81f5c55..b6f205230 100644
--- a/content/download/releases/processing-0264-3.3.7.json
+++ b/content/download/releases/processing-0264-3.3.7.json
@@ -55,4 +55,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0265-3.4.json b/content/download/releases/processing-0265-3.4.json
index 6d0f79237..86c059986 100644
--- a/content/download/releases/processing-0265-3.4.json
+++ b/content/download/releases/processing-0265-3.4.json
@@ -55,4 +55,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0266-3.5.json b/content/download/releases/processing-0266-3.5.json
index 3f98f897a..2efc5bca9 100644
--- a/content/download/releases/processing-0266-3.5.json
+++ b/content/download/releases/processing-0266-3.5.json
@@ -34,4 +34,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0267-3.5.1.json b/content/download/releases/processing-0267-3.5.1.json
index 55fcf5155..8434665f4 100644
--- a/content/download/releases/processing-0267-3.5.1.json
+++ b/content/download/releases/processing-0267-3.5.1.json
@@ -34,4 +34,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0268-3.5.2.json b/content/download/releases/processing-0268-3.5.2.json
index 0db5ca90b..faacd25eb 100644
--- a/content/download/releases/processing-0268-3.5.2.json
+++ b/content/download/releases/processing-0268-3.5.2.json
@@ -48,4 +48,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0269-3.5.3.json b/content/download/releases/processing-0269-3.5.3.json
index d64215bf8..97714217c 100644
--- a/content/download/releases/processing-0269-3.5.3.json
+++ b/content/download/releases/processing-0269-3.5.3.json
@@ -48,4 +48,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-0270-3.5.4.json b/content/download/releases/processing-0270-3.5.4.json
index 270dda031..4fc48d877 100644
--- a/content/download/releases/processing-0270-3.5.4.json
+++ b/content/download/releases/processing-0270-3.5.4.json
@@ -34,4 +34,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1.5.1.json b/content/download/releases/processing-1.5.1.json
index 7b662b037..2e77dba44 100644
--- a/content/download/releases/processing-1.5.1.json
+++ b/content/download/releases/processing-1.5.1.json
@@ -34,4 +34,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1270-4.0a1.json b/content/download/releases/processing-1270-4.0a1.json
index 3b758c9f9..83b76a843 100644
--- a/content/download/releases/processing-1270-4.0a1.json
+++ b/content/download/releases/processing-1270-4.0a1.json
@@ -28,4 +28,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1271-4.0a2.json b/content/download/releases/processing-1271-4.0a2.json
index 06a32d786..fd734fcf2 100644
--- a/content/download/releases/processing-1271-4.0a2.json
+++ b/content/download/releases/processing-1271-4.0a2.json
@@ -28,4 +28,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1272-4.0a3.json b/content/download/releases/processing-1272-4.0a3.json
index e3a1378ea..362610834 100644
--- a/content/download/releases/processing-1272-4.0a3.json
+++ b/content/download/releases/processing-1272-4.0a3.json
@@ -28,4 +28,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1273-4.0a4.json b/content/download/releases/processing-1273-4.0a4.json
index ec7c0001f..d02bb8587 100644
--- a/content/download/releases/processing-1273-4.0a4.json
+++ b/content/download/releases/processing-1273-4.0a4.json
@@ -28,4 +28,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1274-4.0a5.json b/content/download/releases/processing-1274-4.0a5.json
index da48e930d..a1f503f16 100644
--- a/content/download/releases/processing-1274-4.0a5.json
+++ b/content/download/releases/processing-1274-4.0a5.json
@@ -28,4 +28,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1275-4.0a6.json b/content/download/releases/processing-1275-4.0a6.json
index 4ebd95327..6fa611e5b 100644
--- a/content/download/releases/processing-1275-4.0a6.json
+++ b/content/download/releases/processing-1275-4.0a6.json
@@ -28,4 +28,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1276-4.0b1.json b/content/download/releases/processing-1276-4.0b1.json
index 2209d0986..0425e3fbd 100644
--- a/content/download/releases/processing-1276-4.0b1.json
+++ b/content/download/releases/processing-1276-4.0b1.json
@@ -28,4 +28,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1277-4.0b2.json b/content/download/releases/processing-1277-4.0b2.json
index 3975dd2c0..1b1083368 100644
--- a/content/download/releases/processing-1277-4.0b2.json
+++ b/content/download/releases/processing-1277-4.0b2.json
@@ -28,4 +28,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1278-4.0b3.json b/content/download/releases/processing-1278-4.0b3.json
index ac578dcb8..60c192542 100644
--- a/content/download/releases/processing-1278-4.0b3.json
+++ b/content/download/releases/processing-1278-4.0b3.json
@@ -28,4 +28,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1279-4.0b4.json b/content/download/releases/processing-1279-4.0b4.json
index f442bc2e5..0d5c46cd3 100644
--- a/content/download/releases/processing-1279-4.0b4.json
+++ b/content/download/releases/processing-1279-4.0b4.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1280-4.0b5.json b/content/download/releases/processing-1280-4.0b5.json
index 5fd19d64d..789ad37df 100644
--- a/content/download/releases/processing-1280-4.0b5.json
+++ b/content/download/releases/processing-1280-4.0b5.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1281-4.0b6.json b/content/download/releases/processing-1281-4.0b6.json
index 339ff8daf..452f5c16b 100644
--- a/content/download/releases/processing-1281-4.0b6.json
+++ b/content/download/releases/processing-1281-4.0b6.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1282-4.0b7.json b/content/download/releases/processing-1282-4.0b7.json
index 4308e1cc6..69410fade 100644
--- a/content/download/releases/processing-1282-4.0b7.json
+++ b/content/download/releases/processing-1282-4.0b7.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1283-4.0b8.json b/content/download/releases/processing-1283-4.0b8.json
index e14cc24ad..36de69d95 100644
--- a/content/download/releases/processing-1283-4.0b8.json
+++ b/content/download/releases/processing-1283-4.0b8.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1284-4.0b9.json b/content/download/releases/processing-1284-4.0b9.json
index aadcd8aaa..494e2de00 100644
--- a/content/download/releases/processing-1284-4.0b9.json
+++ b/content/download/releases/processing-1284-4.0b9.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1285-4.0.json b/content/download/releases/processing-1285-4.0.json
index 486075610..fb5abb10b 100644
--- a/content/download/releases/processing-1285-4.0.json
+++ b/content/download/releases/processing-1285-4.0.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1286-4.0.1.json b/content/download/releases/processing-1286-4.0.1.json
index 51da8dbd7..3cb5a3044 100644
--- a/content/download/releases/processing-1286-4.0.1.json
+++ b/content/download/releases/processing-1286-4.0.1.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1287-4.0.2.json b/content/download/releases/processing-1287-4.0.2.json
index 1b8eefe9d..f8f58d6c3 100644
--- a/content/download/releases/processing-1287-4.0.2.json
+++ b/content/download/releases/processing-1287-4.0.2.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1288-4.1.json b/content/download/releases/processing-1288-4.1.json
index 65fb350a2..ca885dac1 100644
--- a/content/download/releases/processing-1288-4.1.json
+++ b/content/download/releases/processing-1288-4.1.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1289-4.1.1.json b/content/download/releases/processing-1289-4.1.1.json
index c08285e32..05969fc6e 100644
--- a/content/download/releases/processing-1289-4.1.1.json
+++ b/content/download/releases/processing-1289-4.1.1.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1290-4.1.2.json b/content/download/releases/processing-1290-4.1.2.json
index 73bafc9d0..368c37d28 100644
--- a/content/download/releases/processing-1290-4.1.2.json
+++ b/content/download/releases/processing-1290-4.1.2.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1291-4.1.3.json b/content/download/releases/processing-1291-4.1.3.json
index 3165bb23d..f86802871 100644
--- a/content/download/releases/processing-1291-4.1.3.json
+++ b/content/download/releases/processing-1291-4.1.3.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1292-4.2.json b/content/download/releases/processing-1292-4.2.json
index 2bb1e662d..b17c191da 100644
--- a/content/download/releases/processing-1292-4.2.json
+++ b/content/download/releases/processing-1292-4.2.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1293-4.3.json b/content/download/releases/processing-1293-4.3.json
index 67ad0fa86..3bf74663f 100644
--- a/content/download/releases/processing-1293-4.3.json
+++ b/content/download/releases/processing-1293-4.3.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1294-4.3.1.json b/content/download/releases/processing-1294-4.3.1.json
index 550b2804b..ca7eed923 100644
--- a/content/download/releases/processing-1294-4.3.1.json
+++ b/content/download/releases/processing-1294-4.3.1.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1295-4.3.2.json b/content/download/releases/processing-1295-4.3.2.json
index 6d0b97386..90f6bfc8d 100644
--- a/content/download/releases/processing-1295-4.3.2.json
+++ b/content/download/releases/processing-1295-4.3.2.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1296-4.3.3.json b/content/download/releases/processing-1296-4.3.3.json
index 778713c29..7aa6777d2 100644
--- a/content/download/releases/processing-1296-4.3.3.json
+++ b/content/download/releases/processing-1296-4.3.3.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1297-4.3.4.json b/content/download/releases/processing-1297-4.3.4.json
index b10ddcdd9..01904050c 100644
--- a/content/download/releases/processing-1297-4.3.4.json
+++ b/content/download/releases/processing-1297-4.3.4.json
@@ -49,4 +49,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1300-4.4.0.json b/content/download/releases/processing-1300-4.4.0.json
index ee08ef1e6..e35d2d35b 100644
--- a/content/download/releases/processing-1300-4.4.0.json
+++ b/content/download/releases/processing-1300-4.4.0.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1301-4.4.1.json b/content/download/releases/processing-1301-4.4.1.json
index 2405896b2..8725ca7e7 100644
--- a/content/download/releases/processing-1301-4.4.1.json
+++ b/content/download/releases/processing-1301-4.4.1.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1302-4.4.2.json b/content/download/releases/processing-1302-4.4.2.json
index ac6d4ae7f..ef946f47a 100644
--- a/content/download/releases/processing-1302-4.4.2.json
+++ b/content/download/releases/processing-1302-4.4.2.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1303-4.4.3.json b/content/download/releases/processing-1303-4.4.3.json
index bea45cf26..ea1ff3b31 100644
--- a/content/download/releases/processing-1303-4.4.3.json
+++ b/content/download/releases/processing-1303-4.4.3.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1304-4.4.4.json b/content/download/releases/processing-1304-4.4.4.json
index 8e780eb2e..39df8abb0 100644
--- a/content/download/releases/processing-1304-4.4.4.json
+++ b/content/download/releases/processing-1304-4.4.4.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1305-4.4.5.json b/content/download/releases/processing-1305-4.4.5.json
index 638f52535..69cc4c9df 100644
--- a/content/download/releases/processing-1305-4.4.5.json
+++ b/content/download/releases/processing-1305-4.4.5.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1306-4.4.6.json b/content/download/releases/processing-1306-4.4.6.json
index e5559412c..c906fe61d 100644
--- a/content/download/releases/processing-1306-4.4.6.json
+++ b/content/download/releases/processing-1306-4.4.6.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1307-4.4.7.json b/content/download/releases/processing-1307-4.4.7.json
index f59469da6..ed02ec1d2 100644
--- a/content/download/releases/processing-1307-4.4.7.json
+++ b/content/download/releases/processing-1307-4.4.7.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1308-4.4.8.json b/content/download/releases/processing-1308-4.4.8.json
index 291874ccd..ab257f044 100644
--- a/content/download/releases/processing-1308-4.4.8.json
+++ b/content/download/releases/processing-1308-4.4.8.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1309-4.4.9.json b/content/download/releases/processing-1309-4.4.9.json
index 58a81edcd..47889783b 100644
--- a/content/download/releases/processing-1309-4.4.9.json
+++ b/content/download/releases/processing-1309-4.4.9.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1310-4.4.10.json b/content/download/releases/processing-1310-4.4.10.json
index 47e64e8f6..7701a1983 100644
--- a/content/download/releases/processing-1310-4.4.10.json
+++ b/content/download/releases/processing-1310-4.4.10.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1311-4.5.0.json b/content/download/releases/processing-1311-4.5.0.json
index faf5ddabf..24975c720 100644
--- a/content/download/releases/processing-1311-4.5.0.json
+++ b/content/download/releases/processing-1311-4.5.0.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1312-4.5.1.json b/content/download/releases/processing-1312-4.5.1.json
index 436a713e3..4abc71844 100644
--- a/content/download/releases/processing-1312-4.5.1.json
+++ b/content/download/releases/processing-1312-4.5.1.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1313-4.5.2.json b/content/download/releases/processing-1313-4.5.2.json
index 92ae6ed17..245dec014 100644
--- a/content/download/releases/processing-1313-4.5.2.json
+++ b/content/download/releases/processing-1313-4.5.2.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1314-4.5.3.json b/content/download/releases/processing-1314-4.5.3.json
index 0b174e09a..f997da170 100644
--- a/content/download/releases/processing-1314-4.5.3.json
+++ b/content/download/releases/processing-1314-4.5.3.json
@@ -84,4 +84,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1432-4.5.4.json b/content/download/releases/processing-1432-4.5.4.json
index 686ba48c6..3f9d83181 100644
--- a/content/download/releases/processing-1432-4.5.4.json
+++ b/content/download/releases/processing-1432-4.5.4.json
@@ -112,4 +112,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1433-4.5.5.json b/content/download/releases/processing-1433-4.5.5.json
index eea01c7f1..2c6ee5454 100644
--- a/content/download/releases/processing-1433-4.5.5.json
+++ b/content/download/releases/processing-1433-4.5.5.json
@@ -112,4 +112,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1434-4.5.6.json b/content/download/releases/processing-1434-4.5.6.json
index 4e429c1ed..684af3287 100644
--- a/content/download/releases/processing-1434-4.5.6.json
+++ b/content/download/releases/processing-1434-4.5.6.json
@@ -112,4 +112,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/download/releases/processing-1435-4.5.7-rc.json b/content/download/releases/processing-1435-4.5.7-rc.json
index c1e1002a2..0a0771a56 100644
--- a/content/download/releases/processing-1435-4.5.7-rc.json
+++ b/content/download/releases/processing-1435-4.5.7-rc.json
@@ -112,4 +112,4 @@
}
]
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Arrays/Array2D/Array2D.pde b/content/examples/Basics/Arrays/Array2D/Array2D.pde
index 0a98afc05..ee100e269 100644
--- a/content/examples/Basics/Arrays/Array2D/Array2D.pde
+++ b/content/examples/Basics/Arrays/Array2D/Array2D.pde
@@ -38,4 +38,4 @@ void draw() {
point(x + spacer/2, y + spacer/2);
}
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Arrays/ArrayObjects/ArrayObjects.pde b/content/examples/Basics/Arrays/ArrayObjects/ArrayObjects.pde
index 1f68e752f..ed8f109ee 100644
--- a/content/examples/Basics/Arrays/ArrayObjects/ArrayObjects.pde
+++ b/content/examples/Basics/Arrays/ArrayObjects/ArrayObjects.pde
@@ -30,4 +30,4 @@ void draw() {
mod.update();
mod.display();
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Arrays/ArrayObjects/Module.pde b/content/examples/Basics/Arrays/ArrayObjects/Module.pde
index b0654725a..dc574e371 100644
--- a/content/examples/Basics/Arrays/ArrayObjects/Module.pde
+++ b/content/examples/Basics/Arrays/ArrayObjects/Module.pde
@@ -36,4 +36,4 @@ class Module {
fill(255);
ellipse(xOffset + x, yOffset + y, 6, 6);
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Camera/MoveEye/liveSketch.js b/content/examples/Basics/Camera/MoveEye/liveSketch.js
index 23c5ddc6d..159e71cbd 100644
--- a/content/examples/Basics/Camera/MoveEye/liveSketch.js
+++ b/content/examples/Basics/Camera/MoveEye/liveSketch.js
@@ -22,4 +22,3 @@ function runLiveSketch(s) {
s.line(0, 0, -100, 0, 0, 100);
};
}
-
diff --git a/content/examples/Basics/Camera/Orthographic/Orthographic.es.pde b/content/examples/Basics/Camera/Orthographic/Orthographic.es.pde
index 423a1077c..9a02e9e92 100644
--- a/content/examples/Basics/Camera/Orthographic/Orthographic.es.pde
+++ b/content/examples/Basics/Camera/Orthographic/Orthographic.es.pde
@@ -37,4 +37,3 @@ void draw() {
void mousePressed() {
showPerspective = !showPerspective;
}
-
diff --git a/content/examples/Basics/Camera/Orthographic/Orthographic.pde b/content/examples/Basics/Camera/Orthographic/Orthographic.pde
index 8c3fb3e18..cffc16f6d 100644
--- a/content/examples/Basics/Camera/Orthographic/Orthographic.pde
+++ b/content/examples/Basics/Camera/Orthographic/Orthographic.pde
@@ -37,4 +37,3 @@ void draw() {
void mousePressed() {
showPerspective = !showPerspective;
}
-
diff --git a/content/examples/Basics/Camera/Perspective/Perspective.pde b/content/examples/Basics/Camera/Perspective/Perspective.pde
index 613e739b8..63625ac35 100644
--- a/content/examples/Basics/Camera/Perspective/Perspective.pde
+++ b/content/examples/Basics/Camera/Perspective/Perspective.pde
@@ -37,4 +37,4 @@ void draw() {
box(45);
translate(0, 0, -50);
box(30);
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Color/Hue/Hue.pde b/content/examples/Basics/Color/Hue/Hue.pde
index 13eb56e62..2c7fe9745 100644
--- a/content/examples/Basics/Color/Hue/Hue.pde
+++ b/content/examples/Basics/Color/Hue/Hue.pde
@@ -26,4 +26,3 @@ void draw() {
lastBar = whichBar;
}
}
-
diff --git a/content/examples/Basics/Color/LinearGradient/LinearGradient.es.pde b/content/examples/Basics/Color/LinearGradient/LinearGradient.es.pde
index 131f6ef13..e06a99b7b 100644
--- a/content/examples/Basics/Color/LinearGradient/LinearGradient.es.pde
+++ b/content/examples/Basics/Color/LinearGradient/LinearGradient.es.pde
@@ -51,4 +51,3 @@ void setGradient(int x, int y, float w, float h, color c1, color c2, int axis )
}
}
}
-
diff --git a/content/examples/Basics/Color/LinearGradient/LinearGradient.pde b/content/examples/Basics/Color/LinearGradient/LinearGradient.pde
index f83b522f5..1f563c563 100644
--- a/content/examples/Basics/Color/LinearGradient/LinearGradient.pde
+++ b/content/examples/Basics/Color/LinearGradient/LinearGradient.pde
@@ -52,4 +52,3 @@ void setGradient(int x, int y, float w, float h, color c1, color c2, int axis )
}
}
}
-
diff --git a/content/examples/Basics/Color/RadialGradient/RadialGradient.pde b/content/examples/Basics/Color/RadialGradient/RadialGradient.pde
index 62df103d8..feb4f1d30 100644
--- a/content/examples/Basics/Color/RadialGradient/RadialGradient.pde
+++ b/content/examples/Basics/Color/RadialGradient/RadialGradient.pde
@@ -33,4 +33,3 @@ void drawGradient(float x, float y) {
h = (h + 1) % 360;
}
}
-
diff --git a/content/examples/Basics/Color/Relativity/Relativity.pde b/content/examples/Basics/Color/Relativity/Relativity.pde
index 6ca87cd70..fe4e7fdaa 100644
--- a/content/examples/Basics/Color/Relativity/Relativity.pde
+++ b/content/examples/Basics/Color/Relativity/Relativity.pde
@@ -34,9 +34,3 @@ void drawBand(color v, color w, color x, color y, color z, int ypos, int barWidt
}
}
}
-
-
-
-
-
-
diff --git a/content/examples/Basics/Control/Conditionals1/Conditionals1.pde b/content/examples/Basics/Control/Conditionals1/Conditionals1.pde
index fd969b483..91fc32afe 100644
--- a/content/examples/Basics/Control/Conditionals1/Conditionals1.pde
+++ b/content/examples/Basics/Control/Conditionals1/Conditionals1.pde
@@ -23,4 +23,4 @@ for(int i = 10; i < width; i += 10) {
stroke(153);
line(i, 20, i, 180);
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Control/Conditionals2/Conditionals2.pde b/content/examples/Basics/Control/Conditionals2/Conditionals2.pde
index 72dcf9bee..8204d3053 100644
--- a/content/examples/Basics/Control/Conditionals2/Conditionals2.pde
+++ b/content/examples/Basics/Control/Conditionals2/Conditionals2.pde
@@ -25,4 +25,4 @@ for (int i = 2; i < width-2; i += 2) {
stroke(102);
line(i, height/2, i, height-20);
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Control/EmbeddedIteration/EmbeddedIteration.pde b/content/examples/Basics/Control/EmbeddedIteration/EmbeddedIteration.pde
index a35f5622b..4215713c2 100644
--- a/content/examples/Basics/Control/EmbeddedIteration/EmbeddedIteration.pde
+++ b/content/examples/Basics/Control/EmbeddedIteration/EmbeddedIteration.pde
@@ -19,4 +19,4 @@ for (int x = gridSize; x <= width - gridSize; x += gridSize) {
stroke(255, 100);
line(x, y, width/2, height/2);
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Control/Iteration/Iteration.pde b/content/examples/Basics/Control/Iteration/Iteration.pde
index 268d548b2..0f229047e 100644
--- a/content/examples/Basics/Control/Iteration/Iteration.pde
+++ b/content/examples/Basics/Control/Iteration/Iteration.pde
@@ -38,4 +38,4 @@ fill(0);
for(int i = 0; i < num-1; i++) {
rect(120, y, 40, 1);
y+= 20;
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Control/LogicalOperators/LogicalOperators.pde b/content/examples/Basics/Control/LogicalOperators/LogicalOperators.pde
index eb20ea7bc..e2fd265ca 100644
--- a/content/examples/Basics/Control/LogicalOperators/LogicalOperators.pde
+++ b/content/examples/Basics/Control/LogicalOperators/LogicalOperators.pde
@@ -40,6 +40,3 @@ for (int i = 5; i <= height; i += 5) {
point(width/4, i);
}
}
-
-
-
diff --git a/content/examples/Basics/Data/CharactersStrings/CharactersStrings.pde b/content/examples/Basics/Data/CharactersStrings/CharactersStrings.pde
index 6f03752d3..b183d5d8f 100644
--- a/content/examples/Basics/Data/CharactersStrings/CharactersStrings.pde
+++ b/content/examples/Basics/Data/CharactersStrings/CharactersStrings.pde
@@ -47,4 +47,4 @@ void keyTyped() {
// Write the letter to the console
println(key);
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Data/DatatypeConversion/DatatypeConversion.pde b/content/examples/Basics/Data/DatatypeConversion/DatatypeConversion.pde
index ee7e74daf..d03b82293 100644
--- a/content/examples/Basics/Data/DatatypeConversion/DatatypeConversion.pde
+++ b/content/examples/Basics/Data/DatatypeConversion/DatatypeConversion.pde
@@ -30,4 +30,4 @@ b = byte(c / 2); // Sets b to 32
text("The value of variable c is " + c, 50, 100);
text("The value of variable f is " + f, 50, 150);
text("The value of variable i is " + i, 50, 200);
-text("The value of variable b is " + b, 50, 250);
\ No newline at end of file
+text("The value of variable b is " + b, 50, 250);
diff --git a/content/examples/Basics/Data/IntegersFloats/IntegersFloats.pde b/content/examples/Basics/Data/IntegersFloats/IntegersFloats.pde
index c03318be9..479efa6d0 100644
--- a/content/examples/Basics/Data/IntegersFloats/IntegersFloats.pde
+++ b/content/examples/Basics/Data/IntegersFloats/IntegersFloats.pde
@@ -30,4 +30,4 @@ void draw() {
if(b > width) {
b = 0;
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Data/TrueFalse/TrueFalse.pde b/content/examples/Basics/Data/TrueFalse/TrueFalse.pde
index 13de7b7f3..8c75f3e51 100644
--- a/content/examples/Basics/Data/TrueFalse/TrueFalse.pde
+++ b/content/examples/Basics/Data/TrueFalse/TrueFalse.pde
@@ -34,4 +34,4 @@ for (int i = d; i <= width; i += d) {
// Horizontal line
line(middle, i - middle + d, width-d, i - middle + d);
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Data/Variables/Variables.pde b/content/examples/Basics/Data/Variables/Variables.pde
index ea35e2e8e..44a659d59 100644
--- a/content/examples/Basics/Data/Variables/Variables.pde
+++ b/content/examples/Basics/Data/Variables/Variables.pde
@@ -35,6 +35,3 @@ line(a, b, a+c, b);
line(a, b+10, a+c, b+10);
line(a, b+20, a+c, b+20);
line(a, b+30, a+c, b+30);
-
-
-
diff --git a/content/examples/Basics/Form/Bezier/Bezier.pde b/content/examples/Basics/Form/Bezier/Bezier.pde
index bf3c46acc..52a30b1de 100644
--- a/content/examples/Basics/Form/Bezier/Bezier.pde
+++ b/content/examples/Basics/Form/Bezier/Bezier.pde
@@ -19,4 +19,3 @@ void draw() {
bezier(mouseX-(i/2.0), 40+i, 410, 20, 440, 300, 240-(i/16.0), 300+(i/8.0));
}
}
-
diff --git a/content/examples/Basics/Form/PieChart/PieChart.pde b/content/examples/Basics/Form/PieChart/PieChart.pde
index 0dd505e0e..f51807697 100644
--- a/content/examples/Basics/Form/PieChart/PieChart.pde
+++ b/content/examples/Basics/Form/PieChart/PieChart.pde
@@ -27,4 +27,3 @@ void pieChart(float diameter, int[] data) {
lastAngle += radians(data[i]);
}
}
-
diff --git a/content/examples/Basics/Form/Primitives3D/Primitives3D.pde b/content/examples/Basics/Form/Primitives3D/Primitives3D.pde
index 053301190..3e9c60826 100644
--- a/content/examples/Basics/Form/Primitives3D/Primitives3D.pde
+++ b/content/examples/Basics/Form/Primitives3D/Primitives3D.pde
@@ -26,5 +26,3 @@ pushMatrix();
translate(500, height*0.35, -200);
sphere(280);
popMatrix();
-
-
diff --git a/content/examples/Basics/Form/RegularPolygon/RegularPolygon.pde b/content/examples/Basics/Form/RegularPolygon/RegularPolygon.pde
index 52d8f81af..3e14ccc39 100644
--- a/content/examples/Basics/Form/RegularPolygon/RegularPolygon.pde
+++ b/content/examples/Basics/Form/RegularPolygon/RegularPolygon.pde
@@ -43,4 +43,4 @@ void polygon(float x, float y, float radius, int npoints) {
vertex(sx, sy);
}
endShape(CLOSE);
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Form/ShapePrimitives/ShapePrimitives.pde b/content/examples/Basics/Form/ShapePrimitives/ShapePrimitives.pde
index 96c630fc7..032d80cff 100644
--- a/content/examples/Basics/Form/ShapePrimitives/ShapePrimitives.pde
+++ b/content/examples/Basics/Form/ShapePrimitives/ShapePrimitives.pde
@@ -29,4 +29,3 @@ triangle(288, 18, 351, 360, 288, 360);
fill(255);
arc(479, 300, 280, 280, PI, TWO_PI);
-
diff --git a/content/examples/Basics/Form/Star/Star.pde b/content/examples/Basics/Form/Star/Star.pde
index 013687334..071049858 100644
--- a/content/examples/Basics/Form/Star/Star.pde
+++ b/content/examples/Basics/Form/Star/Star.pde
@@ -45,4 +45,4 @@ void star(float x, float y, float radius1, float radius2, int npoints) {
vertex(sx, sy);
}
endShape(CLOSE);
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Form/TriangleStrip/TriangleStrip.pde b/content/examples/Basics/Form/TriangleStrip/TriangleStrip.pde
index ec479eb87..b700f680c 100644
--- a/content/examples/Basics/Form/TriangleStrip/TriangleStrip.pde
+++ b/content/examples/Basics/Form/TriangleStrip/TriangleStrip.pde
@@ -39,4 +39,3 @@ void draw() {
}
endShape();
}
-
diff --git a/content/examples/Basics/Input/Easing/Easing.pde b/content/examples/Basics/Input/Easing/Easing.pde
index ea622aba1..056f28293 100644
--- a/content/examples/Basics/Input/Easing/Easing.pde
+++ b/content/examples/Basics/Input/Easing/Easing.pde
@@ -30,4 +30,4 @@ void draw() {
y += dy * easing;
ellipse(x, y, 66, 66);
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Input/Mouse1D/Mouse1D.pde b/content/examples/Basics/Input/Mouse1D/Mouse1D.pde
index 6c9cf4130..05a8848d0 100644
--- a/content/examples/Basics/Input/Mouse1D/Mouse1D.pde
+++ b/content/examples/Basics/Input/Mouse1D/Mouse1D.pde
@@ -24,4 +24,4 @@ void draw() {
fill(r2);
rect(width/2 - r2/2, height/2, r2, r2);
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Input/Mouse2D/Mouse2D.pde b/content/examples/Basics/Input/Mouse2D/Mouse2D.pde
index 679c43c59..94be062a1 100644
--- a/content/examples/Basics/Input/Mouse2D/Mouse2D.pde
+++ b/content/examples/Basics/Input/Mouse2D/Mouse2D.pde
@@ -18,4 +18,4 @@ void draw() {
int inverseX = width-mouseX;
int inverseY = height-mouseY;
rect(inverseX, height/2, (inverseY/2)+10, (inverseY/2)+10);
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Input/MouseFunctions/MouseFunctions.pde b/content/examples/Basics/Input/MouseFunctions/MouseFunctions.pde
index fa8cd43c0..7b1186d6a 100644
--- a/content/examples/Basics/Input/MouseFunctions/MouseFunctions.pde
+++ b/content/examples/Basics/Input/MouseFunctions/MouseFunctions.pde
@@ -61,4 +61,4 @@ void mouseDragged() {
void mouseReleased() {
locked = false;
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Lights/Directional/Directional.pde b/content/examples/Basics/Lights/Directional/Directional.pde
index 6a1af3008..44477967a 100644
--- a/content/examples/Basics/Lights/Directional/Directional.pde
+++ b/content/examples/Basics/Lights/Directional/Directional.pde
@@ -25,4 +25,3 @@ void draw() {
translate(200, 0, 0);
sphere(80);
}
-
diff --git a/content/examples/Basics/Lights/Mixture/liveSketch.js b/content/examples/Basics/Lights/Mixture/liveSketch.js
index ba9427fe7..574359e65 100644
--- a/content/examples/Basics/Lights/Mixture/liveSketch.js
+++ b/content/examples/Basics/Lights/Mixture/liveSketch.js
@@ -27,4 +27,3 @@ function runLiveSketch(s) {
s.box(150);
};
}
-
diff --git a/content/examples/Basics/Lights/MixtureGrid/liveSketch.js b/content/examples/Basics/Lights/MixtureGrid/liveSketch.js
index 9a007ccf0..46b045e7c 100644
--- a/content/examples/Basics/Lights/MixtureGrid/liveSketch.js
+++ b/content/examples/Basics/Lights/MixtureGrid/liveSketch.js
@@ -38,4 +38,3 @@ function runLiveSketch(s) {
s.PI / 2, 2); // Angle, concentration
}
}
-
diff --git a/content/examples/Basics/Math/Arctangent/Arctangent.pde b/content/examples/Basics/Math/Arctangent/Arctangent.pde
index 3653077d8..ed7601d23 100644
--- a/content/examples/Basics/Math/Arctangent/Arctangent.pde
+++ b/content/examples/Basics/Math/Arctangent/Arctangent.pde
@@ -54,4 +54,3 @@ class Eye {
popMatrix();
}
}
-
diff --git a/content/examples/Basics/Math/Distance1D/Distance1D.pde b/content/examples/Basics/Math/Distance1D/Distance1D.pde
index 4070655ce..28f433795 100644
--- a/content/examples/Basics/Math/Distance1D/Distance1D.pde
+++ b/content/examples/Basics/Math/Distance1D/Distance1D.pde
@@ -51,4 +51,3 @@ void draw()
if(xpos4 < -thick) { xpos4 = width; }
if(xpos4 > width) { xpos4 = -thick; }
}
-
diff --git a/content/examples/Basics/Math/Distance2D/Distance2D.pde b/content/examples/Basics/Math/Distance2D/Distance2D.pde
index 19a803ffd..9e6ed434c 100644
--- a/content/examples/Basics/Math/Distance2D/Distance2D.pde
+++ b/content/examples/Basics/Math/Distance2D/Distance2D.pde
@@ -24,4 +24,4 @@ void draw() {
ellipse(i, j, size, size);
}
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Math/DoubleRandom/DoubleRandom.pde b/content/examples/Basics/Math/DoubleRandom/DoubleRandom.pde
index 082b32d1f..513a3754e 100644
--- a/content/examples/Basics/Math/DoubleRandom/DoubleRandom.pde
+++ b/content/examples/Basics/Math/DoubleRandom/DoubleRandom.pde
@@ -23,4 +23,3 @@ void draw() {
rand += random(-5, 5);
}
}
-
diff --git a/content/examples/Basics/Math/Graphing2DEquation/Graphing2DEquation.pde b/content/examples/Basics/Math/Graphing2DEquation/Graphing2DEquation.pde
index 1572e85f7..59b20399c 100644
--- a/content/examples/Basics/Math/Graphing2DEquation/Graphing2DEquation.pde
+++ b/content/examples/Basics/Math/Graphing2DEquation/Graphing2DEquation.pde
@@ -36,4 +36,3 @@ void draw() {
}
updatePixels();
}
-
diff --git a/content/examples/Basics/Math/Noise1D/Noise1D.pde b/content/examples/Basics/Math/Noise1D/Noise1D.pde
index 3b83cfa40..200df93c8 100644
--- a/content/examples/Basics/Math/Noise1D/Noise1D.pde
+++ b/content/examples/Basics/Math/Noise1D/Noise1D.pde
@@ -29,4 +29,4 @@ void draw() {
// Draw the ellipse at the value produced by perlin noise
fill(200);
ellipse(n,height/2, 64, 64);
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Math/Noise2D/Noise2D.pde b/content/examples/Basics/Math/Noise2D/Noise2D.pde
index b933490c6..dfa54d56a 100644
--- a/content/examples/Basics/Math/Noise2D/Noise2D.pde
+++ b/content/examples/Basics/Math/Noise2D/Noise2D.pde
@@ -39,6 +39,3 @@ void draw() {
updatePixels();
}
-
-
-
diff --git a/content/examples/Basics/Math/Noise3D/Noise3D.pde b/content/examples/Basics/Math/Noise3D/Noise3D.pde
index aa37b53ba..e4a1d4e77 100644
--- a/content/examples/Basics/Math/Noise3D/Noise3D.pde
+++ b/content/examples/Basics/Math/Noise3D/Noise3D.pde
@@ -48,6 +48,3 @@ void draw() {
}
-
-
-
diff --git a/content/examples/Basics/Math/Random/Random.pde b/content/examples/Basics/Math/Random/Random.pde
index 56ac420df..b47b0c786 100644
--- a/content/examples/Basics/Math/Random/Random.pde
+++ b/content/examples/Basics/Math/Random/Random.pde
@@ -19,4 +19,3 @@ void draw() {
line(i, 0, i, height);
}
}
-
diff --git a/content/examples/Basics/Math/RandomGaussian/RandomGaussian.pde b/content/examples/Basics/Math/RandomGaussian/RandomGaussian.pde
index a0321cb85..4bc6f1262 100644
--- a/content/examples/Basics/Math/RandomGaussian/RandomGaussian.pde
+++ b/content/examples/Basics/Math/RandomGaussian/RandomGaussian.pde
@@ -22,6 +22,3 @@ void draw() {
fill(255, 10);
ellipse(x, height/2, 32, 32); // Draw an ellipse at our "normal" random location
}
-
-
-
diff --git a/content/examples/Basics/Math/Sine/Sine.pde b/content/examples/Basics/Math/Sine/Sine.pde
index b2e7024c0..03a65e0cd 100644
--- a/content/examples/Basics/Math/Sine/Sine.pde
+++ b/content/examples/Basics/Math/Sine/Sine.pde
@@ -28,4 +28,3 @@ void draw() {
angle += 0.02;
}
-
diff --git a/content/examples/Basics/Math/SineCosine/SineCosine.pde b/content/examples/Basics/Math/SineCosine/SineCosine.pde
index 85fe3b78b..7e7791c51 100644
--- a/content/examples/Basics/Math/SineCosine/SineCosine.pde
+++ b/content/examples/Basics/Math/SineCosine/SineCosine.pde
@@ -44,4 +44,3 @@ void draw() {
angle2 += 3;
}
-
diff --git a/content/examples/Basics/Math/SineWave/SineWave.pde b/content/examples/Basics/Math/SineWave/SineWave.pde
index f242b353a..ebc8850e7 100644
--- a/content/examples/Basics/Math/SineWave/SineWave.pde
+++ b/content/examples/Basics/Math/SineWave/SineWave.pde
@@ -47,4 +47,3 @@ void renderWave() {
ellipse(x*xspacing, height/2+yvalues[x], 16, 16);
}
}
-
diff --git a/content/examples/Basics/Objects/CompositeObjects/CompositeObjects.pde b/content/examples/Basics/Objects/CompositeObjects/CompositeObjects.pde
index 0a4b6ede9..59dd57807 100644
--- a/content/examples/Basics/Objects/CompositeObjects/CompositeObjects.pde
+++ b/content/examples/Basics/Objects/CompositeObjects/CompositeObjects.pde
@@ -20,4 +20,4 @@ void draw() {
background(0);
er1.transmit();
er2.transmit();
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Objects/CompositeObjects/Egg.pde b/content/examples/Basics/Objects/CompositeObjects/Egg.pde
index 25d6c286b..5b40ec1c7 100644
--- a/content/examples/Basics/Objects/CompositeObjects/Egg.pde
+++ b/content/examples/Basics/Objects/CompositeObjects/Egg.pde
@@ -36,4 +36,4 @@ class Egg {
endShape();
popMatrix();
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Shape/LoadDisplayOBJ/data/rocket.mtl b/content/examples/Basics/Shape/LoadDisplayOBJ/data/rocket.mtl
index fbce8d026..328eac5fa 100644
--- a/content/examples/Basics/Shape/LoadDisplayOBJ/data/rocket.mtl
+++ b/content/examples/Basics/Shape/LoadDisplayOBJ/data/rocket.mtl
@@ -5,4 +5,3 @@ Kd 0.698039 0.698039 0.698039
Ks 0.710000 0.710000 0.710000
Ns 76.109253
map_Kd rocket.png
-
diff --git a/content/examples/Basics/Structure/Redraw/Redraw.pde b/content/examples/Basics/Structure/Redraw/Redraw.pde
index 41bf8c1bc..8e5cbdb07 100644
--- a/content/examples/Basics/Structure/Redraw/Redraw.pde
+++ b/content/examples/Basics/Structure/Redraw/Redraw.pde
@@ -31,5 +31,3 @@ void draw() {
void mousePressed() {
redraw();
}
-
-
diff --git a/content/examples/Basics/Structure/WidthHeight/WidthHeight.pde b/content/examples/Basics/Structure/WidthHeight/WidthHeight.pde
index ea5b4ecbb..7517d1f08 100644
--- a/content/examples/Basics/Structure/WidthHeight/WidthHeight.pde
+++ b/content/examples/Basics/Structure/WidthHeight/WidthHeight.pde
@@ -19,4 +19,3 @@ void draw() {
rect(i, 0, 10, height);
}
}
-
diff --git a/content/examples/Basics/Typography/Letters/Letters.pde b/content/examples/Basics/Typography/Letters/Letters.pde
index 12b9c8d71..23ae88a8e 100644
--- a/content/examples/Basics/Typography/Letters/Letters.pde
+++ b/content/examples/Basics/Typography/Letters/Letters.pde
@@ -47,4 +47,4 @@ void draw() {
counter++;
}
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Basics/Web/LoadingImages/LoadingImages.pde b/content/examples/Basics/Web/LoadingImages/LoadingImages.pde
index 8f30c81bc..aa3fc5537 100644
--- a/content/examples/Basics/Web/LoadingImages/LoadingImages.pde
+++ b/content/examples/Basics/Web/LoadingImages/LoadingImages.pde
@@ -20,4 +20,3 @@ void draw() {
}
}
}
-
diff --git a/content/examples/Topics/Advanced Data/ArrayListClass/ArrayListClass.pde b/content/examples/Topics/Advanced Data/ArrayListClass/ArrayListClass.pde
index 475d8344b..bbb152ea0 100644
--- a/content/examples/Topics/Advanced Data/ArrayListClass/ArrayListClass.pde
+++ b/content/examples/Topics/Advanced Data/ArrayListClass/ArrayListClass.pde
@@ -48,4 +48,3 @@ void mousePressed() {
// A new ball object is added to the ArrayList (by default to the end)
balls.add(new Ball(mouseX, mouseY, ballWidth));
}
-
diff --git a/content/examples/Topics/Advanced Data/IntListLottery/IntListLottery.pde b/content/examples/Topics/Advanced Data/IntListLottery/IntListLottery.pde
index de8910825..b15977a51 100644
--- a/content/examples/Topics/Advanced Data/IntListLottery/IntListLottery.pde
+++ b/content/examples/Topics/Advanced Data/IntListLottery/IntListLottery.pde
@@ -96,4 +96,3 @@ void showList(IntList list, float x, float y) {
text(val, x+i*32, y+6);
}
}
-
diff --git a/content/examples/Topics/Advanced Data/LoadSaveJSON/LoadSaveJSON.pde b/content/examples/Topics/Advanced Data/LoadSaveJSON/LoadSaveJSON.pde
index b402763db..679a3c8e6 100644
--- a/content/examples/Topics/Advanced Data/LoadSaveJSON/LoadSaveJSON.pde
+++ b/content/examples/Topics/Advanced Data/LoadSaveJSON/LoadSaveJSON.pde
@@ -108,4 +108,3 @@ void draw() {
saveJSONObject(json,"data/data.json");
loadData();
}
-
diff --git a/content/examples/Topics/Advanced Data/LoadSaveJSON/data/data.json b/content/examples/Topics/Advanced Data/LoadSaveJSON/data/data.json
index bcb0079c3..0d0c3196b 100644
--- a/content/examples/Topics/Advanced Data/LoadSaveJSON/data/data.json
+++ b/content/examples/Topics/Advanced Data/LoadSaveJSON/data/data.json
@@ -33,4 +33,4 @@
"label": "Melancholy"
}
]
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/Advanced Data/LoadSaveTable/LoadSaveTable.pde b/content/examples/Topics/Advanced Data/LoadSaveTable/LoadSaveTable.pde
index 3baeb9a8a..7fa592230 100644
--- a/content/examples/Topics/Advanced Data/LoadSaveTable/LoadSaveTable.pde
+++ b/content/examples/Topics/Advanced Data/LoadSaveTable/LoadSaveTable.pde
@@ -80,4 +80,3 @@ void mousePressed() {
// And reloading it
loadData();
}
-
diff --git a/content/examples/Topics/Advanced Data/LoadSaveTable/data/data.csv b/content/examples/Topics/Advanced Data/LoadSaveTable/data/data.csv
index 88ac4c1b7..4532ba88d 100644
--- a/content/examples/Topics/Advanced Data/LoadSaveTable/data/data.csv
+++ b/content/examples/Topics/Advanced Data/LoadSaveTable/data/data.csv
@@ -2,4 +2,4 @@ x,y,diameter,name
160,103,43.19838,Happy
372,137,52.42526,Sad
273,235,61.14072,Joyous
-121,179,44.758068,Melancholy
\ No newline at end of file
+121,179,44.758068,Melancholy
diff --git a/content/examples/Topics/File IO/LoadFile2/LoadFile2.pde b/content/examples/Topics/File IO/LoadFile2/LoadFile2.pde
index 75bfa350d..56bd63450 100644
--- a/content/examples/Topics/File IO/LoadFile2/LoadFile2.pde
+++ b/content/examples/Topics/File IO/LoadFile2/LoadFile2.pde
@@ -53,4 +53,4 @@ void mousePressed() {
startingEntry = 0; // go back to the beginning
}
redraw();
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/File IO/LoadFile2/data/cars2.tsv b/content/examples/Topics/File IO/LoadFile2/data/cars2.tsv
index 7f658bf20..006948f07 100644
--- a/content/examples/Topics/File IO/LoadFile2/data/cars2.tsv
+++ b/content/examples/Topics/File IO/LoadFile2/data/cars2.tsv
@@ -403,4 +403,4 @@ ford mustang gl 27 4 140 86 2790 15.6 82 1
vw pickup 44 4 97 52 2130 24.6 82 2
dodge rampage 32 4 135 84 2295 11.6 82 1
ford ranger 28 4 120 79 2625 18.6 82 1
-chevy s-10 31 4 119 82 2720 19.4 82 1
\ No newline at end of file
+chevy s-10 31 4 119 82 2720 19.4 82 1
diff --git a/content/examples/Topics/Fractals and L-Systems/Koch/Koch.pde b/content/examples/Topics/Fractals and L-Systems/Koch/Koch.pde
index 4299f06f8..cae99a430 100644
--- a/content/examples/Topics/Fractals and L-Systems/Koch/Koch.pde
+++ b/content/examples/Topics/Fractals and L-Systems/Koch/Koch.pde
@@ -26,5 +26,3 @@ void draw() {
k.restart();
}
}
-
-
diff --git a/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/LSystem.es.pde b/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/LSystem.es.pde
index 10e694d12..1fe96618e 100644
--- a/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/LSystem.es.pde
+++ b/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/LSystem.es.pde
@@ -72,5 +72,3 @@ class LSystem
return newProduction;
}
}
-
-
diff --git a/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/LSystem.pde b/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/LSystem.pde
index 10e694d12..1fe96618e 100644
--- a/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/LSystem.pde
+++ b/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/LSystem.pde
@@ -72,5 +72,3 @@ class LSystem
return newProduction;
}
}
-
-
diff --git a/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/PenroseSnowflake.es.pde b/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/PenroseSnowflake.es.pde
index 69063a074..848d59c69 100644
--- a/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/PenroseSnowflake.es.pde
+++ b/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/PenroseSnowflake.es.pde
@@ -19,5 +19,3 @@ void draw() {
background(0);
ps.render();
}
-
-
diff --git a/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/PenroseSnowflake.pde b/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/PenroseSnowflake.pde
index f3ebeaef3..57f15b8cc 100644
--- a/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/PenroseSnowflake.pde
+++ b/content/examples/Topics/Fractals and L-Systems/PenroseSnowflake/PenroseSnowflake.pde
@@ -19,5 +19,3 @@ void draw() {
background(0);
ps.render();
}
-
-
diff --git a/content/examples/Topics/Fractals and L-Systems/PenroseTile/PenroseLSystem.pde b/content/examples/Topics/Fractals and L-Systems/PenroseTile/PenroseLSystem.pde
index 16a7f1c43..e436557b2 100644
--- a/content/examples/Topics/Fractals and L-Systems/PenroseTile/PenroseLSystem.pde
+++ b/content/examples/Topics/Fractals and L-Systems/PenroseTile/PenroseLSystem.pde
@@ -125,4 +125,3 @@ class PenroseLSystem extends LSystem {
}
}
-
diff --git a/content/examples/Topics/Fractals and L-Systems/PenroseTile/PenroseTile.pde b/content/examples/Topics/Fractals and L-Systems/PenroseTile/PenroseTile.pde
index e2edf6b70..e49e5cdbc 100644
--- a/content/examples/Topics/Fractals and L-Systems/PenroseTile/PenroseTile.pde
+++ b/content/examples/Topics/Fractals and L-Systems/PenroseTile/PenroseTile.pde
@@ -17,9 +17,3 @@ void draw() {
background(0);
ds.render();
}
-
-
-
-
-
-
diff --git a/content/examples/Topics/Fractals and L-Systems/Pentigree/LSystem.pde b/content/examples/Topics/Fractals and L-Systems/Pentigree/LSystem.pde
index 2adcabcd5..c4ce77a57 100644
--- a/content/examples/Topics/Fractals and L-Systems/Pentigree/LSystem.pde
+++ b/content/examples/Topics/Fractals and L-Systems/Pentigree/LSystem.pde
@@ -73,4 +73,3 @@ class LSystem {
return newProduction;
}
}
-
diff --git a/content/examples/Topics/Fractals and L-Systems/Pentigree/Pentigree.pde b/content/examples/Topics/Fractals and L-Systems/Pentigree/Pentigree.pde
index 95e684b45..b292d2e1b 100644
--- a/content/examples/Topics/Fractals and L-Systems/Pentigree/Pentigree.pde
+++ b/content/examples/Topics/Fractals and L-Systems/Pentigree/Pentigree.pde
@@ -18,4 +18,3 @@ void draw() {
background(0);
ps.render();
}
-
diff --git a/content/examples/Topics/Fractals and L-Systems/Tree/Tree.pde b/content/examples/Topics/Fractals and L-Systems/Tree/Tree.pde
index aafb31049..436f595ae 100644
--- a/content/examples/Topics/Fractals and L-Systems/Tree/Tree.pde
+++ b/content/examples/Topics/Fractals and L-Systems/Tree/Tree.pde
@@ -56,5 +56,3 @@ void branch(float h) {
popMatrix();
}
}
-
-
diff --git a/content/examples/Topics/Interaction/Reach1/Reach1.pde b/content/examples/Topics/Interaction/Reach1/Reach1.pde
index 7cde33c3e..23fe94cd0 100644
--- a/content/examples/Topics/Interaction/Reach1/Reach1.pde
+++ b/content/examples/Topics/Interaction/Reach1/Reach1.pde
@@ -47,4 +47,3 @@ void segment(float x, float y, float a) {
line(0, 0, segLength, 0);
popMatrix();
}
-
diff --git a/content/examples/Topics/Interaction/Tickle/Tickle.pde b/content/examples/Topics/Interaction/Tickle/Tickle.pde
index 69e37a5a4..ec14ba232 100644
--- a/content/examples/Topics/Interaction/Tickle/Tickle.pde
+++ b/content/examples/Topics/Interaction/Tickle/Tickle.pde
@@ -37,4 +37,4 @@ void draw() {
}
fill(0);
text("tickle", x, y);
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/Motion/CircleCollision/Ball.pde b/content/examples/Topics/Motion/CircleCollision/Ball.pde
index a3618b3e2..81798314c 100644
--- a/content/examples/Topics/Motion/CircleCollision/Ball.pde
+++ b/content/examples/Topics/Motion/CircleCollision/Ball.pde
@@ -132,4 +132,4 @@ class Ball {
fill(204);
ellipse(position.x, position.y, radius*2, radius*2);
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/Motion/CircleCollision/CircleCollision.pde b/content/examples/Topics/Motion/CircleCollision/CircleCollision.pde
index 05e2a350a..7586e9138 100644
--- a/content/examples/Topics/Motion/CircleCollision/CircleCollision.pde
+++ b/content/examples/Topics/Motion/CircleCollision/CircleCollision.pde
@@ -26,7 +26,3 @@ void draw() {
balls[0].checkCollision(balls[1]);
}
-
-
-
-
diff --git a/content/examples/Topics/Motion/Morph/Morph.pde b/content/examples/Topics/Motion/Morph/Morph.pde
index e34fbad1b..e213f5ea7 100644
--- a/content/examples/Topics/Motion/Morph/Morph.pde
+++ b/content/examples/Topics/Motion/Morph/Morph.pde
@@ -92,4 +92,3 @@ void draw() {
}
endShape(CLOSE);
}
-
diff --git a/content/examples/Topics/Motion/Reflection1/Reflection1.pde b/content/examples/Topics/Motion/Reflection1/Reflection1.pde
index a6bc6073b..ec99750cc 100644
--- a/content/examples/Topics/Motion/Reflection1/Reflection1.pde
+++ b/content/examples/Topics/Motion/Reflection1/Reflection1.pde
@@ -121,4 +121,3 @@ void createGround() {
coords[i].y = base1.y + ((base2.y-base1.y)/baseLength)*i;
}
}
-
diff --git a/content/examples/Topics/Motion/Reflection2/Orb.pde b/content/examples/Topics/Motion/Reflection2/Orb.pde
index 570fc081a..d6cdcbfe2 100644
--- a/content/examples/Topics/Motion/Reflection2/Orb.pde
+++ b/content/examples/Topics/Motion/Reflection2/Orb.pde
@@ -76,4 +76,3 @@ class Orb {
position.y = groundSegment.y + deltaY;
}
}
-
diff --git a/content/examples/Topics/Motion/Reflection2/Reflection2.pde b/content/examples/Topics/Motion/Reflection2/Reflection2.pde
index d227e736b..de793e557 100644
--- a/content/examples/Topics/Motion/Reflection2/Reflection2.pde
+++ b/content/examples/Topics/Motion/Reflection2/Reflection2.pde
@@ -65,11 +65,3 @@ void draw(){
}
-
-
-
-
-
-
-
-
diff --git a/content/examples/Topics/Simulate/Flocking/Boid.pde b/content/examples/Topics/Simulate/Flocking/Boid.pde
index fbcc177c5..2ddad371b 100644
--- a/content/examples/Topics/Simulate/Flocking/Boid.pde
+++ b/content/examples/Topics/Simulate/Flocking/Boid.pde
@@ -199,4 +199,3 @@ class Boid {
}
}
}
-
diff --git a/content/examples/Topics/Simulate/Flocking/Flock.pde b/content/examples/Topics/Simulate/Flocking/Flock.pde
index cea728a78..a4bf80e44 100644
--- a/content/examples/Topics/Simulate/Flocking/Flock.pde
+++ b/content/examples/Topics/Simulate/Flocking/Flock.pde
@@ -18,4 +18,3 @@ class Flock {
}
}
-
diff --git a/content/examples/Topics/Simulate/MultipleParticleSystems/CrazyParticle.pde b/content/examples/Topics/Simulate/MultipleParticleSystems/CrazyParticle.pde
index f18d04ee6..2e090ac78 100644
--- a/content/examples/Topics/Simulate/MultipleParticleSystems/CrazyParticle.pde
+++ b/content/examples/Topics/Simulate/MultipleParticleSystems/CrazyParticle.pde
@@ -36,4 +36,4 @@ class CrazyParticle extends Particle {
line(0, 0, 25, 0);
popMatrix();
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/Simulate/MultipleParticleSystems/MultipleParticleSystems.pde b/content/examples/Topics/Simulate/MultipleParticleSystems/MultipleParticleSystems.pde
index 1d3d9f3e7..825b4d20e 100644
--- a/content/examples/Topics/Simulate/MultipleParticleSystems/MultipleParticleSystems.pde
+++ b/content/examples/Topics/Simulate/MultipleParticleSystems/MultipleParticleSystems.pde
@@ -32,4 +32,4 @@ void draw() {
void mousePressed() {
systems.add(new ParticleSystem(1, new PVector(mouseX, mouseY)));
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/Simulate/MultipleParticleSystems/Particle.pde b/content/examples/Topics/Simulate/MultipleParticleSystems/Particle.pde
index a3d0b8780..afb565282 100644
--- a/content/examples/Topics/Simulate/MultipleParticleSystems/Particle.pde
+++ b/content/examples/Topics/Simulate/MultipleParticleSystems/Particle.pde
@@ -36,4 +36,4 @@ class Particle {
boolean isDead() {
return (lifespan < 0.0);
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/Simulate/SimpleParticleSystem/Particle.pde b/content/examples/Topics/Simulate/SimpleParticleSystem/Particle.pde
index 6d949c725..5c9ad611c 100644
--- a/content/examples/Topics/Simulate/SimpleParticleSystem/Particle.pde
+++ b/content/examples/Topics/Simulate/SimpleParticleSystem/Particle.pde
@@ -40,4 +40,4 @@ class Particle {
return false;
}
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/Simulate/SimpleParticleSystem/ParticleSystem.pde b/content/examples/Topics/Simulate/SimpleParticleSystem/ParticleSystem.pde
index 94a528abf..3e384447a 100644
--- a/content/examples/Topics/Simulate/SimpleParticleSystem/ParticleSystem.pde
+++ b/content/examples/Topics/Simulate/SimpleParticleSystem/ParticleSystem.pde
@@ -23,4 +23,4 @@ class ParticleSystem {
}
}
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/Simulate/SimpleParticleSystem/SimpleParticleSystem.pde b/content/examples/Topics/Simulate/SimpleParticleSystem/SimpleParticleSystem.pde
index abfeb7c2b..2d10a26a8 100644
--- a/content/examples/Topics/Simulate/SimpleParticleSystem/SimpleParticleSystem.pde
+++ b/content/examples/Topics/Simulate/SimpleParticleSystem/SimpleParticleSystem.pde
@@ -19,4 +19,4 @@ void draw() {
background(0);
ps.addParticle();
ps.run();
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/Simulate/SmokeParticleSystem/Particle.pde b/content/examples/Topics/Simulate/SmokeParticleSystem/Particle.pde
index a0948b478..ca67e988d 100644
--- a/content/examples/Topics/Simulate/SmokeParticleSystem/Particle.pde
+++ b/content/examples/Topics/Simulate/SmokeParticleSystem/Particle.pde
@@ -56,4 +56,4 @@ class Particle {
return false;
}
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/Simulate/SmokeParticleSystem/ParticleSystem.pde b/content/examples/Topics/Simulate/SmokeParticleSystem/ParticleSystem.pde
index ba77243d7..b0a4b52eb 100644
--- a/content/examples/Topics/Simulate/SmokeParticleSystem/ParticleSystem.pde
+++ b/content/examples/Topics/Simulate/SmokeParticleSystem/ParticleSystem.pde
@@ -37,4 +37,4 @@ class ParticleSystem {
void addParticle() {
particles.add(new Particle(origin, img));
}
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/Simulate/SmokeParticleSystem/SmokeParticleSystem.pde b/content/examples/Topics/Simulate/SmokeParticleSystem/SmokeParticleSystem.pde
index 3b1e51fec..ec3d73ea1 100644
--- a/content/examples/Topics/Simulate/SmokeParticleSystem/SmokeParticleSystem.pde
+++ b/content/examples/Topics/Simulate/SmokeParticleSystem/SmokeParticleSystem.pde
@@ -46,4 +46,4 @@ void drawVector(PVector v, PVector loc, float scayl) {
line(len, 0, len-arrowsize, +arrowsize/2);
line(len, 0, len-arrowsize, -arrowsize/2);
popMatrix();
-}
\ No newline at end of file
+}
diff --git a/content/examples/Topics/Vectors/AccelerationWithVectors/AccelerationWithVectors.pde b/content/examples/Topics/Vectors/AccelerationWithVectors/AccelerationWithVectors.pde
index 9b364e16e..fa3f4d0c5 100644
--- a/content/examples/Topics/Vectors/AccelerationWithVectors/AccelerationWithVectors.pde
+++ b/content/examples/Topics/Vectors/AccelerationWithVectors/AccelerationWithVectors.pde
@@ -24,4 +24,3 @@ void draw() {
// Display the Mover
mover.display();
}
-
diff --git a/content/examples/Topics/Vectors/AccelerationWithVectors/Mover.pde b/content/examples/Topics/Vectors/AccelerationWithVectors/Mover.pde
index b4d18dba4..702abcb81 100644
--- a/content/examples/Topics/Vectors/AccelerationWithVectors/Mover.pde
+++ b/content/examples/Topics/Vectors/AccelerationWithVectors/Mover.pde
@@ -48,6 +48,3 @@ class Mover {
}
}
-
-
-
diff --git a/content/examples/Topics/Vectors/BouncingBall/BouncingBall.pde b/content/examples/Topics/Vectors/BouncingBall/BouncingBall.pde
index 7f95d9f1b..bcc7ac725 100644
--- a/content/examples/Topics/Vectors/BouncingBall/BouncingBall.pde
+++ b/content/examples/Topics/Vectors/BouncingBall/BouncingBall.pde
@@ -45,5 +45,3 @@ void draw() {
fill(127);
ellipse(location.x,location.y,48,48);
}
-
-
diff --git a/content/pages/libraries/net/index.es.mdx b/content/pages/libraries/net/index.es.mdx
index 43c99d850..bc4dec6be 100644
--- a/content/pages/libraries/net/index.es.mdx
+++ b/content/pages/libraries/net/index.es.mdx
@@ -10,4 +10,3 @@ description: 'Envía y Recibe datos a través del Internet usando clientes y ser
La biblioteca Network hace possible leer y escribir datos a lo largo de máquinas conectadas a Internet. Permite la creación de clientes y servidores. Un servidor se conecta a una lista de clientes para escribir y leer datos. Un cliente es capaz de escribir y leer datos a un servidor.
El código fuente está disponible en el repositorio GitHub de [Processing](https://github.com/processing/processing/tree/master/java/libraries/dxf). Por favor reporta cualquier fallo [aquí](https://github.com/processing/processing/issues).
-
diff --git a/content/pages/libraries/serial/index.es.mdx b/content/pages/libraries/serial/index.es.mdx
index bd0a016ce..dc3424bb9 100644
--- a/content/pages/libraries/serial/index.es.mdx
+++ b/content/pages/libraries/serial/index.es.mdx
@@ -11,4 +11,3 @@ La biblioteca Serial lee y escribe datos desde y hacía dispositivos externos un
Los problemas relacionados con la biblioteca Serial en diversas plataformas estan documentados en el wiki de Processing. El código fuente esta disponible en el repositorio GitHub de Processing.
Al enviar datos a la consola, ya sea via print() o println(), nota que la consola es relativamente lenta. Ella no soporta salida en tiempo real, a alta velocidad ( por ejemplo a 60 cuadros por segundo). Para monitoreo en tiempo real de valores seriales, renderea esos valores en la ventana Processing durante el método draw().
-
diff --git a/content/pages/libraries/video/index.es.mdx b/content/pages/libraries/video/index.es.mdx
index 1c821abe4..3ebdcc7f2 100644
--- a/content/pages/libraries/video/index.es.mdx
+++ b/content/pages/libraries/video/index.es.mdx
@@ -10,4 +10,3 @@ description: 'Lee imágenes desde una cámara, reproduce y crea películas.'
La biblioteca de Video reproduce archivos de películas y captura datos de video de una cámara. El video puede ser capturado desde cámaras USB, cámaras EEE 1394 (Firewire), o tarjetas de video con entrada compuesta o S-video conectadas a una computadora. Las películas pueden ser cargadas desde archivos localizados en tu computadora o en cualquier lugar del internet. Esta basado en el framework multimedia GStreamer, y usa gstreamer-java para la interfaz entre GStreamer y Java, con lo que soporta una amplia variedad de formatos de medios. Nosotros recomendamos usar H.264, pero muchos otros formatos pueden funcionar igual de bien.
El código fuente está disponible en el repositorio GitHub de processing-video. Por favor reporta los errores ahí.
-
diff --git a/content/pages/overview/index.es.mdx b/content/pages/overview/index.es.mdx
index f93131dbc..00366f0c3 100644
--- a/content/pages/overview/index.es.mdx
+++ b/content/pages/overview/index.es.mdx
@@ -37,4 +37,4 @@ Processing fue iniciado por Ben Fry y Casey Reas en la primavera del 2001, mient
## Gracias.
YourKit apoya a Processing al donar su Profiler de Java con todas sus funciones. YourKit, LLC es el creador de herramientas para hacer profiling de aplicaciones en Java y .NET: [ Java Profiler de YourKit](https://www.yourkit.com/java/profiler/index.jsp), [.NET Profiler de YourKit ](https://www.yourkit.com/.net/profiler/index.jsp).
-Netlify apoya a Processing al donar su hosting y servicios de CI/CD. Netlify es una plataforma de hosting y automatización de CI/CD para aplicaciones web modernas: [Netlify](https://www.netlify.com/).
\ No newline at end of file
+Netlify apoya a Processing al donar su hosting y servicios de CI/CD. Netlify es una plataforma de hosting y automatización de CI/CD para aplicaciones web modernas: [Netlify](https://www.netlify.com/).
diff --git a/content/pages/overview/index.mdx b/content/pages/overview/index.mdx
index 9d549d450..04d686da0 100644
--- a/content/pages/overview/index.mdx
+++ b/content/pages/overview/index.mdx
@@ -25,4 +25,4 @@ When we started Processing in spring 2001 we were both graduate students at the
YourKit supports Processing by donating its full-featured Java Profiler. YourKit, LLC is the creator of tools for profiling Java and .NET applications: [YourKit Java Profiler](https://www.yourkit.com/java/profiler/index.jsp), [YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/index.jsp).
-Netlify supports Processing by donating its hosting and CI/CD services. Netlify is a hosting and CI/CD automation platform for modern web applications: [Netlify](https://www.netlify.com/).
\ No newline at end of file
+Netlify supports Processing by donating its hosting and CI/CD services. Netlify is a hosting and CI/CD automation platform for modern web applications: [Netlify](https://www.netlify.com/).
diff --git a/content/pages/privacy/index.es.mdx b/content/pages/privacy/index.es.mdx
index 1305abce5..38c12fc4c 100644
--- a/content/pages/privacy/index.es.mdx
+++ b/content/pages/privacy/index.es.mdx
@@ -15,4 +15,4 @@ El propósito de utilizar Fathom Analytics es comprender el tráfico del sitio w
Esta política está sujeta a cambios y se actualizará en esta página. Animamos a los usuarios a revisar la política regularmente para cualquier actualización.
-Para cualquier pregunta sobre esta política de privacidad, por favor contáctenos en [privacy@processing.org](mailto:privacy@processing.org).
\ No newline at end of file
+Para cualquier pregunta sobre esta política de privacidad, por favor contáctenos en [privacy@processing.org](mailto:privacy@processing.org).
diff --git a/content/pages/privacy/index.mdx b/content/pages/privacy/index.mdx
index efccccd4f..654f03678 100644
--- a/content/pages/privacy/index.mdx
+++ b/content/pages/privacy/index.mdx
@@ -15,4 +15,4 @@ The purpose of using Fathom Analytics is to understand website traffic and impro
This policy is subject to change and will be updated on this page. We encourage users to review the policy regularly for any updates.
-For any questions about this privacy policy, please contact us at [privacy@processing.org](mailto:privacy@processing.org).
\ No newline at end of file
+For any questions about this privacy policy, please contact us at [privacy@processing.org](mailto:privacy@processing.org).
diff --git a/content/references/examples/io/GPIO/GPIO_0.pde b/content/references/examples/io/GPIO/GPIO_0.pde
index 8b1378917..e69de29bb 100644
--- a/content/references/examples/io/GPIO/GPIO_0.pde
+++ b/content/references/examples/io/GPIO/GPIO_0.pde
@@ -1 +0,0 @@
-
diff --git a/content/references/examples/io/GPIO_attachInterrupt_/GPIO_attachInterrupt_0.pde b/content/references/examples/io/GPIO_attachInterrupt_/GPIO_attachInterrupt_0.pde
index 0bba82de2..6a75d90b9 100644
--- a/content/references/examples/io/GPIO_attachInterrupt_/GPIO_attachInterrupt_0.pde
+++ b/content/references/examples/io/GPIO_attachInterrupt_/GPIO_attachInterrupt_0.pde
@@ -19,4 +19,3 @@ void pinEvent(int pin) {
bgcolor = color(0);
}
}
-
diff --git a/content/references/examples/io/GPIO_digitalRead_/GPIO_digitalRead_0.pde b/content/references/examples/io/GPIO_digitalRead_/GPIO_digitalRead_0.pde
index e0c96f021..5d5b9e83b 100644
--- a/content/references/examples/io/GPIO_digitalRead_/GPIO_digitalRead_0.pde
+++ b/content/references/examples/io/GPIO_digitalRead_/GPIO_digitalRead_0.pde
@@ -20,4 +20,3 @@ void draw() {
stroke(255);
ellipse(width/2, height/2, width*0.75, height*0.75);
}
-
diff --git a/content/references/examples/io/GPIO_digitalWrite_/GPIO_digitalWrite_0.pde b/content/references/examples/io/GPIO_digitalWrite_/GPIO_digitalWrite_0.pde
index e73c9cbdd..580451ed8 100644
--- a/content/references/examples/io/GPIO_digitalWrite_/GPIO_digitalWrite_0.pde
+++ b/content/references/examples/io/GPIO_digitalWrite_/GPIO_digitalWrite_0.pde
@@ -22,4 +22,3 @@ void draw() {
stroke(255);
ellipse(width/2, height/2, width*0.75, height*0.75);
}
-
diff --git a/content/references/examples/io/GPIO_disableInterrupt_/GPIO_disableInterrupt_0.pde b/content/references/examples/io/GPIO_disableInterrupt_/GPIO_disableInterrupt_0.pde
index 8b1378917..e69de29bb 100644
--- a/content/references/examples/io/GPIO_disableInterrupt_/GPIO_disableInterrupt_0.pde
+++ b/content/references/examples/io/GPIO_disableInterrupt_/GPIO_disableInterrupt_0.pde
@@ -1 +0,0 @@
-
diff --git a/content/references/examples/io/GPIO_enableInterrupt_/GPIO_enableInterrupt_0.pde b/content/references/examples/io/GPIO_enableInterrupt_/GPIO_enableInterrupt_0.pde
index 8b1378917..e69de29bb 100644
--- a/content/references/examples/io/GPIO_enableInterrupt_/GPIO_enableInterrupt_0.pde
+++ b/content/references/examples/io/GPIO_enableInterrupt_/GPIO_enableInterrupt_0.pde
@@ -1 +0,0 @@
-
diff --git a/content/references/examples/io/GPIO_interrupts_/GPIO_interrupts_0.pde b/content/references/examples/io/GPIO_interrupts_/GPIO_interrupts_0.pde
index 7031efd7e..9c269475d 100644
--- a/content/references/examples/io/GPIO_interrupts_/GPIO_interrupts_0.pde
+++ b/content/references/examples/io/GPIO_interrupts_/GPIO_interrupts_0.pde
@@ -23,4 +23,3 @@ void pinEvent(int pin) {
// re-enable interrupts
GPIO.interrupts();
}
-
diff --git a/content/references/examples/io/GPIO_noInterrupts_/GPIO_noInterrupts_0.pde b/content/references/examples/io/GPIO_noInterrupts_/GPIO_noInterrupts_0.pde
index 42d83cbb2..6be23d072 100644
--- a/content/references/examples/io/GPIO_noInterrupts_/GPIO_noInterrupts_0.pde
+++ b/content/references/examples/io/GPIO_noInterrupts_/GPIO_noInterrupts_0.pde
@@ -23,4 +23,3 @@ void pinEvent(int pin) {
}
GPIO.interrupts();
}
-
diff --git a/content/references/examples/io/GPIO_pinMode_/GPIO_pinMode_0.pde b/content/references/examples/io/GPIO_pinMode_/GPIO_pinMode_0.pde
index e0c96f021..5d5b9e83b 100644
--- a/content/references/examples/io/GPIO_pinMode_/GPIO_pinMode_0.pde
+++ b/content/references/examples/io/GPIO_pinMode_/GPIO_pinMode_0.pde
@@ -20,4 +20,3 @@ void draw() {
stroke(255);
ellipse(width/2, height/2, width*0.75, height*0.75);
}
-
diff --git a/content/references/examples/io/GPIO_releaseInterrupt_/GPIO_releaseInterrupt_0.pde b/content/references/examples/io/GPIO_releaseInterrupt_/GPIO_releaseInterrupt_0.pde
index d99ac47ea..33fd044a1 100644
--- a/content/references/examples/io/GPIO_releaseInterrupt_/GPIO_releaseInterrupt_0.pde
+++ b/content/references/examples/io/GPIO_releaseInterrupt_/GPIO_releaseInterrupt_0.pde
@@ -16,4 +16,3 @@ void pinEvent(int pin) {
// disable further interrupts from occuring on this pin
GPIO.releaseInterrupt(pin);
}
-
diff --git a/content/references/examples/io/GPIO_releasePin_/GPIO_releasePin_0.pde b/content/references/examples/io/GPIO_releasePin_/GPIO_releasePin_0.pde
index 8b335b76f..0caedfe01 100644
--- a/content/references/examples/io/GPIO_releasePin_/GPIO_releasePin_0.pde
+++ b/content/references/examples/io/GPIO_releasePin_/GPIO_releasePin_0.pde
@@ -24,4 +24,3 @@ void keyPressed() {
GPIO.releasePin(4);
exit();
}
-
diff --git a/content/references/examples/io/GPIO_waitFor_/GPIO_waitFor_0.pde b/content/references/examples/io/GPIO_waitFor_/GPIO_waitFor_0.pde
index 1f3527b7a..0409e7868 100644
--- a/content/references/examples/io/GPIO_waitFor_/GPIO_waitFor_0.pde
+++ b/content/references/examples/io/GPIO_waitFor_/GPIO_waitFor_0.pde
@@ -17,4 +17,3 @@ void setup() {
// ...
}
-
diff --git a/content/references/examples/io/I2C/I2C_0.pde b/content/references/examples/io/I2C/I2C_0.pde
index 6ba018bba..51021acf6 100644
--- a/content/references/examples/io/I2C/I2C_0.pde
+++ b/content/references/examples/io/I2C/I2C_0.pde
@@ -17,4 +17,3 @@ void draw() {
i2c.write(val & 255);
i2c.endTransmission();
}
-
diff --git a/content/references/examples/io/I2C_beginTransmission_/I2C_beginTransmission_0.pde b/content/references/examples/io/I2C_beginTransmission_/I2C_beginTransmission_0.pde
index e8fa2155a..2e22ce7dc 100644
--- a/content/references/examples/io/I2C_beginTransmission_/I2C_beginTransmission_0.pde
+++ b/content/references/examples/io/I2C_beginTransmission_/I2C_beginTransmission_0.pde
@@ -17,4 +17,3 @@ void draw() {
dac.write(val & 255);
dac.endTransmission();
}
-
diff --git a/content/references/examples/io/I2C_close_/I2C_close_0.pde b/content/references/examples/io/I2C_close_/I2C_close_0.pde
index 29cab8b8c..496fcb030 100644
--- a/content/references/examples/io/I2C_close_/I2C_close_0.pde
+++ b/content/references/examples/io/I2C_close_/I2C_close_0.pde
@@ -14,4 +14,3 @@ void setup() {
// and close interface again
i2c.close();
}
-
diff --git a/content/references/examples/io/I2C_endTransmission_/I2C_endTransmission_0.pde b/content/references/examples/io/I2C_endTransmission_/I2C_endTransmission_0.pde
index e8fa2155a..2e22ce7dc 100644
--- a/content/references/examples/io/I2C_endTransmission_/I2C_endTransmission_0.pde
+++ b/content/references/examples/io/I2C_endTransmission_/I2C_endTransmission_0.pde
@@ -17,4 +17,3 @@ void draw() {
dac.write(val & 255);
dac.endTransmission();
}
-
diff --git a/content/references/examples/io/I2C_list_/I2C_list_0.pde b/content/references/examples/io/I2C_list_/I2C_list_0.pde
index 70d1493ae..a2cd91847 100644
--- a/content/references/examples/io/I2C_list_/I2C_list_0.pde
+++ b/content/references/examples/io/I2C_list_/I2C_list_0.pde
@@ -4,4 +4,3 @@ void setup() {
println("Available I2C interfaces:");
printArray(I2C.list());
}
-
diff --git a/content/references/examples/io/I2C_read_/I2C_read_0.pde b/content/references/examples/io/I2C_read_/I2C_read_0.pde
index c13a4cd24..4f83d69bd 100644
--- a/content/references/examples/io/I2C_read_/I2C_read_0.pde
+++ b/content/references/examples/io/I2C_read_/I2C_read_0.pde
@@ -20,4 +20,3 @@ void draw() {
int deg = (in[0] & 0xff) << 8 | (in[1] & 0xff);
println((deg / 10.0));
}
-
diff --git a/content/references/examples/io/I2C_write_/I2C_write_0.pde b/content/references/examples/io/I2C_write_/I2C_write_0.pde
index e8fa2155a..2e22ce7dc 100644
--- a/content/references/examples/io/I2C_write_/I2C_write_0.pde
+++ b/content/references/examples/io/I2C_write_/I2C_write_0.pde
@@ -17,4 +17,3 @@ void draw() {
dac.write(val & 255);
dac.endTransmission();
}
-
diff --git a/content/references/examples/io/LED/LED_0.pde b/content/references/examples/io/LED/LED_0.pde
index f7163b329..77fdceeb5 100644
--- a/content/references/examples/io/LED/LED_0.pde
+++ b/content/references/examples/io/LED/LED_0.pde
@@ -19,4 +19,3 @@ void draw() {
greenLed.brightness(0.0);
}
}
-
diff --git a/content/references/examples/io/LED_brightness_/LED_brightness_0.pde b/content/references/examples/io/LED_brightness_/LED_brightness_0.pde
index caf2318b6..3d365064a 100644
--- a/content/references/examples/io/LED_brightness_/LED_brightness_0.pde
+++ b/content/references/examples/io/LED_brightness_/LED_brightness_0.pde
@@ -16,4 +16,3 @@ void draw() {
greenLed.brightness(0.0);
}
}
-
diff --git a/content/references/examples/io/LED_close_/LED_close_0.pde b/content/references/examples/io/LED_close_/LED_close_0.pde
index 9866d1a54..f9e83b7da 100644
--- a/content/references/examples/io/LED_close_/LED_close_0.pde
+++ b/content/references/examples/io/LED_close_/LED_close_0.pde
@@ -22,4 +22,3 @@ void keyPressed() {
led.close();
exit();
}
-
diff --git a/content/references/examples/io/LED_list_/LED_list_0.pde b/content/references/examples/io/LED_list_/LED_list_0.pde
index 8e46a75a3..9cb5f5aef 100644
--- a/content/references/examples/io/LED_list_/LED_list_0.pde
+++ b/content/references/examples/io/LED_list_/LED_list_0.pde
@@ -4,4 +4,3 @@ void setup() {
println("Available LEDs:");
printArray(LED.list());
}
-
diff --git a/content/references/examples/io/PWM_clear_/PWM_clear_0.pde b/content/references/examples/io/PWM_clear_/PWM_clear_0.pde
index 8b1378917..e69de29bb 100644
--- a/content/references/examples/io/PWM_clear_/PWM_clear_0.pde
+++ b/content/references/examples/io/PWM_clear_/PWM_clear_0.pde
@@ -1 +0,0 @@
-
diff --git a/content/references/examples/io/PWM_close_/PWM_close_0.pde b/content/references/examples/io/PWM_close_/PWM_close_0.pde
index 8b1378917..e69de29bb 100644
--- a/content/references/examples/io/PWM_close_/PWM_close_0.pde
+++ b/content/references/examples/io/PWM_close_/PWM_close_0.pde
@@ -1 +0,0 @@
-
diff --git a/content/references/examples/io/PWM_list_/PWM_list_0.pde b/content/references/examples/io/PWM_list_/PWM_list_0.pde
index 3f9c8b75c..85cae2bec 100644
--- a/content/references/examples/io/PWM_list_/PWM_list_0.pde
+++ b/content/references/examples/io/PWM_list_/PWM_list_0.pde
@@ -4,4 +4,3 @@ void setup() {
println("Available PWM channels:");
printArray(PWM.list());
}
-
diff --git a/content/references/examples/io/PWM_set_/PWM_set_0.pde b/content/references/examples/io/PWM_set_/PWM_set_0.pde
index 8b1378917..e69de29bb 100644
--- a/content/references/examples/io/PWM_set_/PWM_set_0.pde
+++ b/content/references/examples/io/PWM_set_/PWM_set_0.pde
@@ -1 +0,0 @@
-
diff --git a/content/references/examples/io/SPI/SPI_0.pde b/content/references/examples/io/SPI/SPI_0.pde
index fb483b2f1..0e67e32f4 100644
--- a/content/references/examples/io/SPI/SPI_0.pde
+++ b/content/references/examples/io/SPI/SPI_0.pde
@@ -18,4 +18,3 @@ void draw() {
// val is between 0 and 1023
println(val);
}
-
diff --git a/content/references/examples/io/SPI_close_/SPI_close_0.pde b/content/references/examples/io/SPI_close_/SPI_close_0.pde
index c8674b453..c0366ecf4 100644
--- a/content/references/examples/io/SPI_close_/SPI_close_0.pde
+++ b/content/references/examples/io/SPI_close_/SPI_close_0.pde
@@ -17,4 +17,3 @@ void setup() {
// and close interface again
adc.close();
}
-
diff --git a/content/references/examples/io/SPI_list_0/SPI_list_0.pde b/content/references/examples/io/SPI_list_0/SPI_list_0.pde
index b2a33ad08..4de096365 100644
--- a/content/references/examples/io/SPI_list_0/SPI_list_0.pde
+++ b/content/references/examples/io/SPI_list_0/SPI_list_0.pde
@@ -4,4 +4,3 @@ void setup() {
println("Available SPI interfaces:");
printArray(SPI.list());
}
-
diff --git a/content/references/examples/io/SPI_settings_/SPI_settings_0.pde b/content/references/examples/io/SPI_settings_/SPI_settings_0.pde
index fb483b2f1..0e67e32f4 100644
--- a/content/references/examples/io/SPI_settings_/SPI_settings_0.pde
+++ b/content/references/examples/io/SPI_settings_/SPI_settings_0.pde
@@ -18,4 +18,3 @@ void draw() {
// val is between 0 and 1023
println(val);
}
-
diff --git a/content/references/examples/io/SPI_transfer_/SPI_transfer_0.pde b/content/references/examples/io/SPI_transfer_/SPI_transfer_0.pde
index fb483b2f1..0e67e32f4 100644
--- a/content/references/examples/io/SPI_transfer_/SPI_transfer_0.pde
+++ b/content/references/examples/io/SPI_transfer_/SPI_transfer_0.pde
@@ -18,4 +18,3 @@ void draw() {
// val is between 0 and 1023
println(val);
}
-
diff --git a/content/references/examples/io/SoftwareServo/SoftwareServo_0.pde b/content/references/examples/io/SoftwareServo/SoftwareServo_0.pde
index 73c90b8d1..de694b9b0 100644
--- a/content/references/examples/io/SoftwareServo/SoftwareServo_0.pde
+++ b/content/references/examples/io/SoftwareServo/SoftwareServo_0.pde
@@ -15,4 +15,3 @@ void draw() {
float angle = 90 + sin(frameCount / 100.0)*85;
servo.write(angle);
}
-
diff --git a/content/references/examples/io/SoftwareServo_attach_/SoftwareServo_attach_0.pde b/content/references/examples/io/SoftwareServo_attach_/SoftwareServo_attach_0.pde
index 73c90b8d1..de694b9b0 100644
--- a/content/references/examples/io/SoftwareServo_attach_/SoftwareServo_attach_0.pde
+++ b/content/references/examples/io/SoftwareServo_attach_/SoftwareServo_attach_0.pde
@@ -15,4 +15,3 @@ void draw() {
float angle = 90 + sin(frameCount / 100.0)*85;
servo.write(angle);
}
-
diff --git a/content/references/examples/io/SoftwareServo_attached_/SoftwareServo_attached_0.pde b/content/references/examples/io/SoftwareServo_attached_/SoftwareServo_attached_0.pde
index dea4fa6c9..6eb198a25 100644
--- a/content/references/examples/io/SoftwareServo_attached_/SoftwareServo_attached_0.pde
+++ b/content/references/examples/io/SoftwareServo_attached_/SoftwareServo_attached_0.pde
@@ -24,4 +24,3 @@ void keyPressed() {
servo.attach(4);
}
}
-
diff --git a/content/references/examples/io/SoftwareServo_detach_/SoftwareServo_detach_0.pde b/content/references/examples/io/SoftwareServo_detach_/SoftwareServo_detach_0.pde
index 1dd9922d4..9103d064b 100644
--- a/content/references/examples/io/SoftwareServo_detach_/SoftwareServo_detach_0.pde
+++ b/content/references/examples/io/SoftwareServo_detach_/SoftwareServo_detach_0.pde
@@ -20,4 +20,3 @@ void keyPressed() {
// press a key to release the motor
servo.detach();
}
-
diff --git a/content/references/examples/io/SoftwareServo_write_/SoftwareServo_write_0.pde b/content/references/examples/io/SoftwareServo_write_/SoftwareServo_write_0.pde
index 73c90b8d1..de694b9b0 100644
--- a/content/references/examples/io/SoftwareServo_write_/SoftwareServo_write_0.pde
+++ b/content/references/examples/io/SoftwareServo_write_/SoftwareServo_write_0.pde
@@ -15,4 +15,3 @@ void draw() {
float angle = 90 + sin(frameCount / 100.0)*85;
servo.write(angle);
}
-
diff --git a/content/references/examples/net/Client/Client_0.pde b/content/references/examples/net/Client/Client_0.pde
index 4c51e7879..ea218475d 100644
--- a/content/references/examples/net/Client/Client_0.pde
+++ b/content/references/examples/net/Client/Client_0.pde
@@ -17,4 +17,3 @@ void draw() {
}
background(dataIn);
}
-
diff --git a/content/references/examples/net/Client_active_/Client_active_0.pde b/content/references/examples/net/Client_active_/Client_active_0.pde
index 4f8c19275..3cd63d186 100644
--- a/content/references/examples/net/Client_active_/Client_active_0.pde
+++ b/content/references/examples/net/Client_active_/Client_active_0.pde
@@ -25,4 +25,3 @@ void draw() {
void mousePressed() {
myClient.stop();
}
-
diff --git a/content/references/examples/net/Client_available_/Client_available_0.pde b/content/references/examples/net/Client_available_/Client_available_0.pde
index fbe02f5ea..c61a5c336 100644
--- a/content/references/examples/net/Client_available_/Client_available_0.pde
+++ b/content/references/examples/net/Client_available_/Client_available_0.pde
@@ -16,4 +16,3 @@ void draw() {
}
background(dataIn);
}
-
diff --git a/content/references/examples/net/Client_clear_/Client_clear_0.pde b/content/references/examples/net/Client_clear_/Client_clear_0.pde
index 9c233b88a..f838fe54e 100644
--- a/content/references/examples/net/Client_clear_/Client_clear_0.pde
+++ b/content/references/examples/net/Client_clear_/Client_clear_0.pde
@@ -24,4 +24,3 @@ void draw() {
myClient.clear();
}
}
-
diff --git a/content/references/examples/net/Client_ip_/Client_ip_0.pde b/content/references/examples/net/Client_ip_/Client_ip_0.pde
index 60ddccb1d..be6be9374 100644
--- a/content/references/examples/net/Client_ip_/Client_ip_0.pde
+++ b/content/references/examples/net/Client_ip_/Client_ip_0.pde
@@ -9,4 +9,3 @@ void setup() {
myClient = new Client(this, "127.0.0.1", 5204);
println(myClient.ip());
}
-
diff --git a/content/references/examples/net/Client_readBytesUntil_/Client_readBytesUntil_0.pde b/content/references/examples/net/Client_readBytesUntil_/Client_readBytesUntil_0.pde
index 67d4b44ab..1dedcdcf9 100644
--- a/content/references/examples/net/Client_readBytesUntil_/Client_readBytesUntil_0.pde
+++ b/content/references/examples/net/Client_readBytesUntil_/Client_readBytesUntil_0.pde
@@ -26,4 +26,3 @@ void draw() {
println(myString);
}
}
-
diff --git a/content/references/examples/net/Client_readBytes_/Client_readBytes_0.pde b/content/references/examples/net/Client_readBytes_/Client_readBytes_0.pde
index 886032f93..104479f90 100644
--- a/content/references/examples/net/Client_readBytes_/Client_readBytes_0.pde
+++ b/content/references/examples/net/Client_readBytes_/Client_readBytes_0.pde
@@ -26,4 +26,3 @@ void draw() {
}
}
}
-
diff --git a/content/references/examples/net/Client_readChar_/Client_readChar_0.pde b/content/references/examples/net/Client_readChar_/Client_readChar_0.pde
index c454c7777..3e87e468e 100644
--- a/content/references/examples/net/Client_readChar_/Client_readChar_0.pde
+++ b/content/references/examples/net/Client_readChar_/Client_readChar_0.pde
@@ -13,4 +13,3 @@ void draw() {
println(dataIn);
}
}
-
diff --git a/content/references/examples/net/Client_readStringUntil_/Client_readStringUntil_0.pde b/content/references/examples/net/Client_readStringUntil_/Client_readStringUntil_0.pde
index 75ef483c2..f16589487 100644
--- a/content/references/examples/net/Client_readStringUntil_/Client_readStringUntil_0.pde
+++ b/content/references/examples/net/Client_readStringUntil_/Client_readStringUntil_0.pde
@@ -22,4 +22,3 @@ void draw() {
println(inString);
}
}
-
diff --git a/content/references/examples/net/Client_readString_/Client_readString_0.pde b/content/references/examples/net/Client_readString_/Client_readString_0.pde
index 2ca6267d2..b7190cdf8 100644
--- a/content/references/examples/net/Client_readString_/Client_readString_0.pde
+++ b/content/references/examples/net/Client_readString_/Client_readString_0.pde
@@ -18,4 +18,3 @@ void draw() {
println(inString);
}
}
-
diff --git a/content/references/examples/net/Client_read_/Client_read_0.pde b/content/references/examples/net/Client_read_/Client_read_0.pde
index 111b69143..5ef68086f 100644
--- a/content/references/examples/net/Client_read_/Client_read_0.pde
+++ b/content/references/examples/net/Client_read_/Client_read_0.pde
@@ -16,4 +16,3 @@ dataIn = myClient.read();
}
background(dataIn);
}
-
diff --git a/content/references/examples/net/Client_stop_/Client_stop_0.pde b/content/references/examples/net/Client_stop_/Client_stop_0.pde
index f2810b71c..41327b0e8 100644
--- a/content/references/examples/net/Client_stop_/Client_stop_0.pde
+++ b/content/references/examples/net/Client_stop_/Client_stop_0.pde
@@ -22,4 +22,3 @@ void draw() {
void mousePressed() {
myClient.stop();
}
-
diff --git a/content/references/examples/net/Client_write_/Client_write_0.pde b/content/references/examples/net/Client_write_/Client_write_0.pde
index aaf107b27..9a099fdc4 100644
--- a/content/references/examples/net/Client_write_/Client_write_0.pde
+++ b/content/references/examples/net/Client_write_/Client_write_0.pde
@@ -28,4 +28,3 @@ void draw() {
background(0);
}
}
-
diff --git a/content/references/examples/net/Server/Server_0.pde b/content/references/examples/net/Server/Server_0.pde
index 61e3cca7c..776462a14 100644
--- a/content/references/examples/net/Server/Server_0.pde
+++ b/content/references/examples/net/Server/Server_0.pde
@@ -14,4 +14,3 @@ void draw() {
background(val);
myServer.write(val);
}
-
diff --git a/content/references/examples/net/Server_active_/Server_active_0.pde b/content/references/examples/net/Server_active_/Server_active_0.pde
index 0916d8baa..690523f4e 100644
--- a/content/references/examples/net/Server_active_/Server_active_0.pde
+++ b/content/references/examples/net/Server_active_/Server_active_0.pde
@@ -22,4 +22,3 @@ void draw() {
void mousePressed() {
myServer.stop();
}
-
diff --git a/content/references/examples/net/Server_available_/Server_available_0.pde b/content/references/examples/net/Server_available_/Server_available_0.pde
index aa1729340..029a4f904 100644
--- a/content/references/examples/net/Server_available_/Server_available_0.pde
+++ b/content/references/examples/net/Server_available_/Server_available_0.pde
@@ -22,4 +22,3 @@ void draw()
}
}
}
-
diff --git a/content/references/examples/net/Server_disconnect_/Server_disconnect_0.pde b/content/references/examples/net/Server_disconnect_/Server_disconnect_0.pde
index 1b245dc2d..96d920634 100644
--- a/content/references/examples/net/Server_disconnect_/Server_disconnect_0.pde
+++ b/content/references/examples/net/Server_disconnect_/Server_disconnect_0.pde
@@ -25,4 +25,3 @@ void draw()
}
}
}
-
diff --git a/content/references/examples/net/Server_ip_/Server_ip_0.pde b/content/references/examples/net/Server_ip_/Server_ip_0.pde
index ce69f62d8..14fa87f4d 100644
--- a/content/references/examples/net/Server_ip_/Server_ip_0.pde
+++ b/content/references/examples/net/Server_ip_/Server_ip_0.pde
@@ -36,4 +36,3 @@ void mousePressed() {
background(0);
println("Server Status:" + "\t" + myServerRunning);
}
-
diff --git a/content/references/examples/net/Server_stop_/Server_stop_0.pde b/content/references/examples/net/Server_stop_/Server_stop_0.pde
index 955649f71..fb1bf2c89 100644
--- a/content/references/examples/net/Server_stop_/Server_stop_0.pde
+++ b/content/references/examples/net/Server_stop_/Server_stop_0.pde
@@ -38,4 +38,3 @@ void mousePressed()
background(0);
println("Server Status:" + "\t" + myServerRunning);
}
-
diff --git a/content/references/examples/net/Server_write_/Server_write_0.pde b/content/references/examples/net/Server_write_/Server_write_0.pde
index 1164d21a0..4b4c201b0 100644
--- a/content/references/examples/net/Server_write_/Server_write_0.pde
+++ b/content/references/examples/net/Server_write_/Server_write_0.pde
@@ -15,4 +15,3 @@ void draw() {
background(val);
myServer.write(val);
}
-
diff --git a/content/references/examples/net/clientEvent_/clientEvent_0.pde b/content/references/examples/net/clientEvent_/clientEvent_0.pde
index 9038c389e..095e413b0 100644
--- a/content/references/examples/net/clientEvent_/clientEvent_0.pde
+++ b/content/references/examples/net/clientEvent_/clientEvent_0.pde
@@ -21,4 +21,3 @@ void clientEvent(Client someClient) {
println(dataIn);
redraw();
}
-
diff --git a/content/references/examples/net/disconnectEvent_/disconnectEvent_0.pde b/content/references/examples/net/disconnectEvent_/disconnectEvent_0.pde
index 3fc1a275f..0969f5cec 100644
--- a/content/references/examples/net/disconnectEvent_/disconnectEvent_0.pde
+++ b/content/references/examples/net/disconnectEvent_/disconnectEvent_0.pde
@@ -18,4 +18,3 @@ void disconnectEvent(Client someClient) {
background(dataIn);
}
-
diff --git a/content/references/examples/net/serverEvent_/serverEvent_0.pde b/content/references/examples/net/serverEvent_/serverEvent_0.pde
index 5b6e1cb2e..ab16f5b77 100644
--- a/content/references/examples/net/serverEvent_/serverEvent_0.pde
+++ b/content/references/examples/net/serverEvent_/serverEvent_0.pde
@@ -21,4 +21,3 @@ void draw() {
void serverEvent(Server someServer, Client someClient) {
println("We have a new client: " + someClient.ip());
}
-
diff --git a/content/references/examples/processing/FloatDict/FloatDict_0.pde b/content/references/examples/processing/FloatDict/FloatDict_0.pde
index 38c324fdb..8f588814a 100644
--- a/content/references/examples/processing/FloatDict/FloatDict_0.pde
+++ b/content/references/examples/processing/FloatDict/FloatDict_0.pde
@@ -16,4 +16,3 @@ void draw() {
float weight = inventory.get("coffee");
text(weight, width/2, height/2);
}
-
diff --git a/content/references/examples/processing/FloatDict_add_/FloatDict_add_0.pde b/content/references/examples/processing/FloatDict_add_/FloatDict_add_0.pde
index 3ed3c4203..c871277a0 100644
--- a/content/references/examples/processing/FloatDict_add_/FloatDict_add_0.pde
+++ b/content/references/examples/processing/FloatDict_add_/FloatDict_add_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.add("tea", 1.1);
println(inventory); // There is 9.3 of tea
}
-
diff --git a/content/references/examples/processing/FloatDict_clear_/FloatDict_clear_0.pde b/content/references/examples/processing/FloatDict_clear_/FloatDict_clear_0.pde
index 03bbdac53..3b2ece28e 100644
--- a/content/references/examples/processing/FloatDict_clear_/FloatDict_clear_0.pde
+++ b/content/references/examples/processing/FloatDict_clear_/FloatDict_clear_0.pde
@@ -11,4 +11,3 @@ void setup() {
inventory.clear();
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatDict_div_/FloatDict_div_0.pde b/content/references/examples/processing/FloatDict_div_/FloatDict_div_0.pde
index ef0b829fd..360c17f10 100644
--- a/content/references/examples/processing/FloatDict_div_/FloatDict_div_0.pde
+++ b/content/references/examples/processing/FloatDict_div_/FloatDict_div_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.div("tea", 2);
println(inventory); // There is 4.1 of tea
}
-
diff --git a/content/references/examples/processing/FloatDict_get_/FloatDict_get_0.pde b/content/references/examples/processing/FloatDict_get_/FloatDict_get_0.pde
index cddb11d4c..aad60506e 100644
--- a/content/references/examples/processing/FloatDict_get_/FloatDict_get_0.pde
+++ b/content/references/examples/processing/FloatDict_get_/FloatDict_get_0.pde
@@ -16,4 +16,3 @@ void draw() {
float coffeeWeight = inventory.get("coffee");
text(coffeeWeight, width/2, height/2);
}
-
diff --git a/content/references/examples/processing/FloatDict_hasKey_/FloatDict_hasKey_0.pde b/content/references/examples/processing/FloatDict_hasKey_/FloatDict_hasKey_0.pde
index edbc4479b..7a98bcf1d 100644
--- a/content/references/examples/processing/FloatDict_hasKey_/FloatDict_hasKey_0.pde
+++ b/content/references/examples/processing/FloatDict_hasKey_/FloatDict_hasKey_0.pde
@@ -14,4 +14,3 @@ void setup() {
println("Sorry, no flour.");
}
}
-
diff --git a/content/references/examples/processing/FloatDict_keyArray_/FloatDict_keyArray_0.pde b/content/references/examples/processing/FloatDict_keyArray_/FloatDict_keyArray_0.pde
index b5155fb83..f27b7b3f5 100644
--- a/content/references/examples/processing/FloatDict_keyArray_/FloatDict_keyArray_0.pde
+++ b/content/references/examples/processing/FloatDict_keyArray_/FloatDict_keyArray_0.pde
@@ -10,4 +10,3 @@ void setup() {
String[] theKeys = inventory.keyArray();
println(theKeys);
}
-
diff --git a/content/references/examples/processing/FloatDict_keys_/FloatDict_keys_0.pde b/content/references/examples/processing/FloatDict_keys_/FloatDict_keys_0.pde
index 63a43f840..7719316a9 100644
--- a/content/references/examples/processing/FloatDict_keys_/FloatDict_keys_0.pde
+++ b/content/references/examples/processing/FloatDict_keys_/FloatDict_keys_0.pde
@@ -11,4 +11,3 @@ void setup() {
println(k);
}
}
-
diff --git a/content/references/examples/processing/FloatDict_mult_/FloatDict_mult_0.pde b/content/references/examples/processing/FloatDict_mult_/FloatDict_mult_0.pde
index 4d7842864..93e2f17ed 100644
--- a/content/references/examples/processing/FloatDict_mult_/FloatDict_mult_0.pde
+++ b/content/references/examples/processing/FloatDict_mult_/FloatDict_mult_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.mult("tea", 4);
println(inventory); // There is 32.8 of tea
}
-
diff --git a/content/references/examples/processing/FloatDict_remove_/FloatDict_remove_0.pde b/content/references/examples/processing/FloatDict_remove_/FloatDict_remove_0.pde
index 096cf947a..aca2df2c0 100644
--- a/content/references/examples/processing/FloatDict_remove_/FloatDict_remove_0.pde
+++ b/content/references/examples/processing/FloatDict_remove_/FloatDict_remove_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.remove("flour");
println(inventory); // Flour is removed from list
}
-
diff --git a/content/references/examples/processing/FloatDict_set_/FloatDict_set_0.pde b/content/references/examples/processing/FloatDict_set_/FloatDict_set_0.pde
index 6718c7639..7727213bd 100644
--- a/content/references/examples/processing/FloatDict_set_/FloatDict_set_0.pde
+++ b/content/references/examples/processing/FloatDict_set_/FloatDict_set_0.pde
@@ -11,4 +11,3 @@ void setup() {
inventory.set("sugar", 5.8); // Add sugar
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatDict_size_/FloatDict_size_0.pde b/content/references/examples/processing/FloatDict_size_/FloatDict_size_0.pde
index e8c32e043..71088ba37 100644
--- a/content/references/examples/processing/FloatDict_size_/FloatDict_size_0.pde
+++ b/content/references/examples/processing/FloatDict_size_/FloatDict_size_0.pde
@@ -10,4 +10,3 @@ void setup() {
int s = inventory.size();
println(s);
}
-
diff --git a/content/references/examples/processing/FloatDict_sortKeysReverse_/FloatDict_sortKeysReverse_0.pde b/content/references/examples/processing/FloatDict_sortKeysReverse_/FloatDict_sortKeysReverse_0.pde
index a37965c6b..28f7ba430 100644
--- a/content/references/examples/processing/FloatDict_sortKeysReverse_/FloatDict_sortKeysReverse_0.pde
+++ b/content/references/examples/processing/FloatDict_sortKeysReverse_/FloatDict_sortKeysReverse_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortKeysReverse();
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatDict_sortKeys_/FloatDict_sortKeys_0.pde b/content/references/examples/processing/FloatDict_sortKeys_/FloatDict_sortKeys_0.pde
index 165ad4322..fc71974cf 100644
--- a/content/references/examples/processing/FloatDict_sortKeys_/FloatDict_sortKeys_0.pde
+++ b/content/references/examples/processing/FloatDict_sortKeys_/FloatDict_sortKeys_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortKeys();
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatDict_sortValuesReverse_/FloatDict_sortValuesReverse_0.pde b/content/references/examples/processing/FloatDict_sortValuesReverse_/FloatDict_sortValuesReverse_0.pde
index 9ca29ce04..7f116dbfa 100644
--- a/content/references/examples/processing/FloatDict_sortValuesReverse_/FloatDict_sortValuesReverse_0.pde
+++ b/content/references/examples/processing/FloatDict_sortValuesReverse_/FloatDict_sortValuesReverse_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortValuesReverse();
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatDict_sortValues_/FloatDict_sortValues_0.pde b/content/references/examples/processing/FloatDict_sortValues_/FloatDict_sortValues_0.pde
index 5f3f4c04e..b3532f322 100644
--- a/content/references/examples/processing/FloatDict_sortValues_/FloatDict_sortValues_0.pde
+++ b/content/references/examples/processing/FloatDict_sortValues_/FloatDict_sortValues_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortValues();
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatDict_sub_/FloatDict_sub_0.pde b/content/references/examples/processing/FloatDict_sub_/FloatDict_sub_0.pde
index 88f90c295..68f787792 100644
--- a/content/references/examples/processing/FloatDict_sub_/FloatDict_sub_0.pde
+++ b/content/references/examples/processing/FloatDict_sub_/FloatDict_sub_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sub("flour", 3.4);
println(inventory); // There is 2.4 of flour
}
-
diff --git a/content/references/examples/processing/FloatDict_valueArray_/FloatDict_valueArray_0.pde b/content/references/examples/processing/FloatDict_valueArray_/FloatDict_valueArray_0.pde
index 1a16a13bc..f4154ceca 100644
--- a/content/references/examples/processing/FloatDict_valueArray_/FloatDict_valueArray_0.pde
+++ b/content/references/examples/processing/FloatDict_valueArray_/FloatDict_valueArray_0.pde
@@ -10,4 +10,3 @@ void setup() {
float[] amounts = inventory.valueArray();
println(amounts);
}
-
diff --git a/content/references/examples/processing/FloatDict_values_/FloatDict_values_0.pde b/content/references/examples/processing/FloatDict_values_/FloatDict_values_0.pde
index b16c34f19..7a8d97e48 100644
--- a/content/references/examples/processing/FloatDict_values_/FloatDict_values_0.pde
+++ b/content/references/examples/processing/FloatDict_values_/FloatDict_values_0.pde
@@ -11,4 +11,3 @@ void setup() {
println(f);
}
}
-
diff --git a/content/references/examples/processing/FloatList/FloatList_0.pde b/content/references/examples/processing/FloatList/FloatList_0.pde
index 57925f56d..ffde7fa99 100644
--- a/content/references/examples/processing/FloatList/FloatList_0.pde
+++ b/content/references/examples/processing/FloatList/FloatList_0.pde
@@ -16,4 +16,3 @@ void draw() {
float nums = inventory.get(2);
text(nums, width/2, height/2);
}
-
diff --git a/content/references/examples/processing/FloatList_add_/FloatList_add_0.pde b/content/references/examples/processing/FloatList_add_/FloatList_add_0.pde
index a1d2baa96..cf16382e6 100644
--- a/content/references/examples/processing/FloatList_add_/FloatList_add_0.pde
+++ b/content/references/examples/processing/FloatList_add_/FloatList_add_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.add(2, 2.4);
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatList_array_/FloatList_array_0.pde b/content/references/examples/processing/FloatList_array_/FloatList_array_0.pde
index 681ea5645..46356eb59 100644
--- a/content/references/examples/processing/FloatList_array_/FloatList_array_0.pde
+++ b/content/references/examples/processing/FloatList_array_/FloatList_array_0.pde
@@ -11,4 +11,3 @@ void setup() {
float[] sortedInventory = inventory.array();
println(sortedInventory);
}
-
diff --git a/content/references/examples/processing/FloatList_clear_/FloatList_clear_0.pde b/content/references/examples/processing/FloatList_clear_/FloatList_clear_0.pde
index 7a0806134..6c4c2070a 100644
--- a/content/references/examples/processing/FloatList_clear_/FloatList_clear_0.pde
+++ b/content/references/examples/processing/FloatList_clear_/FloatList_clear_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.clear();
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatList_div_/FloatList_div_0.pde b/content/references/examples/processing/FloatList_div_/FloatList_div_0.pde
index d6461e855..ac4fbd7b8 100644
--- a/content/references/examples/processing/FloatList_div_/FloatList_div_0.pde
+++ b/content/references/examples/processing/FloatList_div_/FloatList_div_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.div(0, 2);
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatList_get_/FloatList_get_0.pde b/content/references/examples/processing/FloatList_get_/FloatList_get_0.pde
index 57925f56d..ffde7fa99 100644
--- a/content/references/examples/processing/FloatList_get_/FloatList_get_0.pde
+++ b/content/references/examples/processing/FloatList_get_/FloatList_get_0.pde
@@ -16,4 +16,3 @@ void draw() {
float nums = inventory.get(2);
text(nums, width/2, height/2);
}
-
diff --git a/content/references/examples/processing/FloatList_hasValue_/FloatList_hasValue_0.pde b/content/references/examples/processing/FloatList_hasValue_/FloatList_hasValue_0.pde
index 9af02f12e..bf0de5026 100644
--- a/content/references/examples/processing/FloatList_hasValue_/FloatList_hasValue_0.pde
+++ b/content/references/examples/processing/FloatList_hasValue_/FloatList_hasValue_0.pde
@@ -13,4 +13,3 @@ void setup() {
println("Sorry, no '5.8'");
}
}
-
diff --git a/content/references/examples/processing/FloatList_max_/FloatList_max_0.pde b/content/references/examples/processing/FloatList_max_/FloatList_max_0.pde
index c599b3be3..e41405aef 100644
--- a/content/references/examples/processing/FloatList_max_/FloatList_max_0.pde
+++ b/content/references/examples/processing/FloatList_max_/FloatList_max_0.pde
@@ -10,4 +10,3 @@ void setup() {
float largest = inventory.max();
println(largest);
}
-
diff --git a/content/references/examples/processing/FloatList_min_/FloatList_min_0.pde b/content/references/examples/processing/FloatList_min_/FloatList_min_0.pde
index 3439ecaac..9215d3182 100644
--- a/content/references/examples/processing/FloatList_min_/FloatList_min_0.pde
+++ b/content/references/examples/processing/FloatList_min_/FloatList_min_0.pde
@@ -10,4 +10,3 @@ void setup() {
float smallest = inventory.min();
println(smallest);
}
-
diff --git a/content/references/examples/processing/FloatList_mult_/FloatList_mult_0.pde b/content/references/examples/processing/FloatList_mult_/FloatList_mult_0.pde
index e5e33edff..ca9c57851 100644
--- a/content/references/examples/processing/FloatList_mult_/FloatList_mult_0.pde
+++ b/content/references/examples/processing/FloatList_mult_/FloatList_mult_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.mult(1, 4);
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatList_remove_/FloatList_remove_0.pde b/content/references/examples/processing/FloatList_remove_/FloatList_remove_0.pde
index 9a65dba6e..1ef86f761 100644
--- a/content/references/examples/processing/FloatList_remove_/FloatList_remove_0.pde
+++ b/content/references/examples/processing/FloatList_remove_/FloatList_remove_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.remove(1);
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatList_remove_/FloatList_remove_1.pde b/content/references/examples/processing/FloatList_remove_/FloatList_remove_1.pde
index 5c541e619..a46818357 100644
--- a/content/references/examples/processing/FloatList_remove_/FloatList_remove_1.pde
+++ b/content/references/examples/processing/FloatList_remove_/FloatList_remove_1.pde
@@ -10,4 +10,3 @@ void setup() {
float val = inventory.remove(1);
println("The value " + val + " was removed.");
}
-
diff --git a/content/references/examples/processing/FloatList_set_/FloatList_set_0.pde b/content/references/examples/processing/FloatList_set_/FloatList_set_0.pde
index 914551e05..a4fd18d39 100644
--- a/content/references/examples/processing/FloatList_set_/FloatList_set_0.pde
+++ b/content/references/examples/processing/FloatList_set_/FloatList_set_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.set(2, 20.6);
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatList_shuffle_/FloatList_shuffle_0.pde b/content/references/examples/processing/FloatList_shuffle_/FloatList_shuffle_0.pde
index 26c983989..0294e9a01 100644
--- a/content/references/examples/processing/FloatList_shuffle_/FloatList_shuffle_0.pde
+++ b/content/references/examples/processing/FloatList_shuffle_/FloatList_shuffle_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.shuffle();
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatList_size_/FloatList_size_0.pde b/content/references/examples/processing/FloatList_size_/FloatList_size_0.pde
index 8635ef1f7..9c499a3cd 100644
--- a/content/references/examples/processing/FloatList_size_/FloatList_size_0.pde
+++ b/content/references/examples/processing/FloatList_size_/FloatList_size_0.pde
@@ -10,4 +10,3 @@ void setup() {
int s = inventory.size();
println(s);
}
-
diff --git a/content/references/examples/processing/FloatList_sortReverse_/FloatList_sortReverse_0.pde b/content/references/examples/processing/FloatList_sortReverse_/FloatList_sortReverse_0.pde
index 01f73bebf..fc0fe877e 100644
--- a/content/references/examples/processing/FloatList_sortReverse_/FloatList_sortReverse_0.pde
+++ b/content/references/examples/processing/FloatList_sortReverse_/FloatList_sortReverse_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortReverse();
println(inventory);
}
-
diff --git a/content/references/examples/processing/FloatList_sub_/FloatList_sub_0.pde b/content/references/examples/processing/FloatList_sub_/FloatList_sub_0.pde
index 957b951a1..674f7f919 100644
--- a/content/references/examples/processing/FloatList_sub_/FloatList_sub_0.pde
+++ b/content/references/examples/processing/FloatList_sub_/FloatList_sub_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sub(2, 4.1);
println(inventory);
}
-
diff --git a/content/references/examples/processing/HashMap/HashMap_0.pde b/content/references/examples/processing/HashMap/HashMap_0.pde
index 43e2e79dd..6600c7f44 100644
--- a/content/references/examples/processing/HashMap/HashMap_0.pde
+++ b/content/references/examples/processing/HashMap/HashMap_0.pde
@@ -17,4 +17,3 @@ for (Map.Entry me : hm.entrySet()) {
// We can also access values by their key
int val = hm.get("Casey");
println("Casey is " + val);
-
diff --git a/content/references/examples/processing/IntDict/IntDict_0.pde b/content/references/examples/processing/IntDict/IntDict_0.pde
index a59c7e0d6..4894089e1 100644
--- a/content/references/examples/processing/IntDict/IntDict_0.pde
+++ b/content/references/examples/processing/IntDict/IntDict_0.pde
@@ -16,4 +16,3 @@ void draw() {
int numRecords = inventory.get("records");
text(numRecords, width/2, height/2);
}
-
diff --git a/content/references/examples/processing/IntDict_add_/IntDict_add_0.pde b/content/references/examples/processing/IntDict_add_/IntDict_add_0.pde
index 0374d949c..1a311252e 100644
--- a/content/references/examples/processing/IntDict_add_/IntDict_add_0.pde
+++ b/content/references/examples/processing/IntDict_add_/IntDict_add_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.add("cd", 20);
println(inventory); // There are 104 cds
}
-
diff --git a/content/references/examples/processing/IntDict_clear_/IntDict_clear_0.pde b/content/references/examples/processing/IntDict_clear_/IntDict_clear_0.pde
index f24337d74..b3c89a124 100644
--- a/content/references/examples/processing/IntDict_clear_/IntDict_clear_0.pde
+++ b/content/references/examples/processing/IntDict_clear_/IntDict_clear_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.clear();
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntDict_div_/IntDict_div_0.pde b/content/references/examples/processing/IntDict_div_/IntDict_div_0.pde
index 27e48d502..fbed95a1b 100644
--- a/content/references/examples/processing/IntDict_div_/IntDict_div_0.pde
+++ b/content/references/examples/processing/IntDict_div_/IntDict_div_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.div("cd", 2);
println(inventory); // There are 42 cds
}
-
diff --git a/content/references/examples/processing/IntDict_get_/IntDict_get_0.pde b/content/references/examples/processing/IntDict_get_/IntDict_get_0.pde
index a59c7e0d6..4894089e1 100644
--- a/content/references/examples/processing/IntDict_get_/IntDict_get_0.pde
+++ b/content/references/examples/processing/IntDict_get_/IntDict_get_0.pde
@@ -16,4 +16,3 @@ void draw() {
int numRecords = inventory.get("records");
text(numRecords, width/2, height/2);
}
-
diff --git a/content/references/examples/processing/IntDict_hasKey_/IntDict_hasKey_0.pde b/content/references/examples/processing/IntDict_hasKey_/IntDict_hasKey_0.pde
index 3e237acca..9e6a50900 100644
--- a/content/references/examples/processing/IntDict_hasKey_/IntDict_hasKey_0.pde
+++ b/content/references/examples/processing/IntDict_hasKey_/IntDict_hasKey_0.pde
@@ -13,4 +13,3 @@ void setup() {
println("Sorry, no records.");
}
}
-
diff --git a/content/references/examples/processing/IntDict_increment_/IntDict_increment_0.pde b/content/references/examples/processing/IntDict_increment_/IntDict_increment_0.pde
index 1d5bd5b0f..5938aae42 100644
--- a/content/references/examples/processing/IntDict_increment_/IntDict_increment_0.pde
+++ b/content/references/examples/processing/IntDict_increment_/IntDict_increment_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.increment("tapes");
println(inventory); // There are now 16 tapes
}
-
diff --git a/content/references/examples/processing/IntDict_keyArray_/IntDict_keyArray_0.pde b/content/references/examples/processing/IntDict_keyArray_/IntDict_keyArray_0.pde
index 320fa80df..b6834c401 100644
--- a/content/references/examples/processing/IntDict_keyArray_/IntDict_keyArray_0.pde
+++ b/content/references/examples/processing/IntDict_keyArray_/IntDict_keyArray_0.pde
@@ -10,4 +10,3 @@ void setup() {
String[] theKeys = inventory.keyArray();
println(theKeys);
}
-
diff --git a/content/references/examples/processing/IntDict_keys_/IntDict_keys_0.pde b/content/references/examples/processing/IntDict_keys_/IntDict_keys_0.pde
index a0dc019a8..9236c80f3 100644
--- a/content/references/examples/processing/IntDict_keys_/IntDict_keys_0.pde
+++ b/content/references/examples/processing/IntDict_keys_/IntDict_keys_0.pde
@@ -11,4 +11,3 @@ void setup() {
println(k);
}
}
-
diff --git a/content/references/examples/processing/IntDict_mult_/IntDict_mult_0.pde b/content/references/examples/processing/IntDict_mult_/IntDict_mult_0.pde
index 1a1a74869..47da5d30b 100644
--- a/content/references/examples/processing/IntDict_mult_/IntDict_mult_0.pde
+++ b/content/references/examples/processing/IntDict_mult_/IntDict_mult_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.mult("cd", 2);
println(inventory); // There are 168 cds
}
-
diff --git a/content/references/examples/processing/IntDict_remove_/IntDict_remove_0.pde b/content/references/examples/processing/IntDict_remove_/IntDict_remove_0.pde
index 57901b917..c44be69ec 100644
--- a/content/references/examples/processing/IntDict_remove_/IntDict_remove_0.pde
+++ b/content/references/examples/processing/IntDict_remove_/IntDict_remove_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.remove("tapes");
println(inventory); // Tapes are removed from list
}
-
diff --git a/content/references/examples/processing/IntDict_set_/IntDict_set_0.pde b/content/references/examples/processing/IntDict_set_/IntDict_set_0.pde
index 477ba242d..ee80a52e4 100644
--- a/content/references/examples/processing/IntDict_set_/IntDict_set_0.pde
+++ b/content/references/examples/processing/IntDict_set_/IntDict_set_0.pde
@@ -11,4 +11,3 @@ void setup() {
inventory.set("mp3s", 2054); // Add MP3s
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntDict_size_/IntDict_size_0.pde b/content/references/examples/processing/IntDict_size_/IntDict_size_0.pde
index 7992fd3ea..c39b54a63 100644
--- a/content/references/examples/processing/IntDict_size_/IntDict_size_0.pde
+++ b/content/references/examples/processing/IntDict_size_/IntDict_size_0.pde
@@ -10,4 +10,3 @@ void setup() {
int s = inventory.size();
println(s);
}
-
diff --git a/content/references/examples/processing/IntDict_sortKeysReverse_/IntDict_sortKeysReverse_0.pde b/content/references/examples/processing/IntDict_sortKeysReverse_/IntDict_sortKeysReverse_0.pde
index 626b64c64..80930da73 100644
--- a/content/references/examples/processing/IntDict_sortKeysReverse_/IntDict_sortKeysReverse_0.pde
+++ b/content/references/examples/processing/IntDict_sortKeysReverse_/IntDict_sortKeysReverse_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortKeysReverse();
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntDict_sortKeys_/IntDict_sortKeys_0.pde b/content/references/examples/processing/IntDict_sortKeys_/IntDict_sortKeys_0.pde
index da38cca42..9dc5b2392 100644
--- a/content/references/examples/processing/IntDict_sortKeys_/IntDict_sortKeys_0.pde
+++ b/content/references/examples/processing/IntDict_sortKeys_/IntDict_sortKeys_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortKeys();
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntDict_sortValuesReverse_/IntDict_sortValuesReverse_0.pde b/content/references/examples/processing/IntDict_sortValuesReverse_/IntDict_sortValuesReverse_0.pde
index 97e18d122..dc9fe115b 100644
--- a/content/references/examples/processing/IntDict_sortValuesReverse_/IntDict_sortValuesReverse_0.pde
+++ b/content/references/examples/processing/IntDict_sortValuesReverse_/IntDict_sortValuesReverse_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortValuesReverse();
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntDict_sortValues_/IntDict_sortValues_0.pde b/content/references/examples/processing/IntDict_sortValues_/IntDict_sortValues_0.pde
index 650086315..a0a0658d5 100644
--- a/content/references/examples/processing/IntDict_sortValues_/IntDict_sortValues_0.pde
+++ b/content/references/examples/processing/IntDict_sortValues_/IntDict_sortValues_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortValues();
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntDict_sub_/IntDict_sub_0.pde b/content/references/examples/processing/IntDict_sub_/IntDict_sub_0.pde
index 052a4d904..41b30cb12 100644
--- a/content/references/examples/processing/IntDict_sub_/IntDict_sub_0.pde
+++ b/content/references/examples/processing/IntDict_sub_/IntDict_sub_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sub("cd", 20);
println(inventory); // There are 64 cds
}
-
diff --git a/content/references/examples/processing/IntDict_valueArray_/IntDict_valueArray_0.pde b/content/references/examples/processing/IntDict_valueArray_/IntDict_valueArray_0.pde
index 40ed3ec66..1a4db42bc 100644
--- a/content/references/examples/processing/IntDict_valueArray_/IntDict_valueArray_0.pde
+++ b/content/references/examples/processing/IntDict_valueArray_/IntDict_valueArray_0.pde
@@ -10,4 +10,3 @@ void setup() {
int[] amounts = inventory.valueArray();
println(amounts);
}
-
diff --git a/content/references/examples/processing/IntDict_values_/IntDict_values_0.pde b/content/references/examples/processing/IntDict_values_/IntDict_values_0.pde
index 7d63583ae..61eebec9c 100644
--- a/content/references/examples/processing/IntDict_values_/IntDict_values_0.pde
+++ b/content/references/examples/processing/IntDict_values_/IntDict_values_0.pde
@@ -11,4 +11,3 @@ void setup() {
println(i);
}
}
-
diff --git a/content/references/examples/processing/IntList/IntList_0.pde b/content/references/examples/processing/IntList/IntList_0.pde
index d15c8b773..23a64d283 100644
--- a/content/references/examples/processing/IntList/IntList_0.pde
+++ b/content/references/examples/processing/IntList/IntList_0.pde
@@ -16,4 +16,3 @@ void draw() {
int nums = inventory.get(2);
text(nums, width/2, height/2);
}
-
diff --git a/content/references/examples/processing/IntList_add_/IntList_add_0.pde b/content/references/examples/processing/IntList_add_/IntList_add_0.pde
index 775ccee7c..5bfde3082 100644
--- a/content/references/examples/processing/IntList_add_/IntList_add_0.pde
+++ b/content/references/examples/processing/IntList_add_/IntList_add_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.add(1, 15);
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntList_array_/IntList_array_0.pde b/content/references/examples/processing/IntList_array_/IntList_array_0.pde
index 5653f00f2..fc7f0d866 100644
--- a/content/references/examples/processing/IntList_array_/IntList_array_0.pde
+++ b/content/references/examples/processing/IntList_array_/IntList_array_0.pde
@@ -11,4 +11,3 @@ void setup() {
int[] sortedInventory = inventory.array();
println(sortedInventory);
}
-
diff --git a/content/references/examples/processing/IntList_clear_/IntList_clear_0.pde b/content/references/examples/processing/IntList_clear_/IntList_clear_0.pde
index 90ccd4304..77668ee07 100644
--- a/content/references/examples/processing/IntList_clear_/IntList_clear_0.pde
+++ b/content/references/examples/processing/IntList_clear_/IntList_clear_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.clear();
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntList_div_/IntList_div_0.pde b/content/references/examples/processing/IntList_div_/IntList_div_0.pde
index 449f645a8..4ba57dd4c 100644
--- a/content/references/examples/processing/IntList_div_/IntList_div_0.pde
+++ b/content/references/examples/processing/IntList_div_/IntList_div_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.div(0, 2);
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntList_get_/IntList_get_0.pde b/content/references/examples/processing/IntList_get_/IntList_get_0.pde
index d15c8b773..23a64d283 100644
--- a/content/references/examples/processing/IntList_get_/IntList_get_0.pde
+++ b/content/references/examples/processing/IntList_get_/IntList_get_0.pde
@@ -16,4 +16,3 @@ void draw() {
int nums = inventory.get(2);
text(nums, width/2, height/2);
}
-
diff --git a/content/references/examples/processing/IntList_hasValue_/IntList_hasValue_0.pde b/content/references/examples/processing/IntList_hasValue_/IntList_hasValue_0.pde
index babb3291e..88938dfa9 100644
--- a/content/references/examples/processing/IntList_hasValue_/IntList_hasValue_0.pde
+++ b/content/references/examples/processing/IntList_hasValue_/IntList_hasValue_0.pde
@@ -13,4 +13,3 @@ void setup() {
println("Sorry, no '15'");
}
}
-
diff --git a/content/references/examples/processing/IntList_increment_/IntList_increment_0.pde b/content/references/examples/processing/IntList_increment_/IntList_increment_0.pde
index 75488618e..79475c6d2 100644
--- a/content/references/examples/processing/IntList_increment_/IntList_increment_0.pde
+++ b/content/references/examples/processing/IntList_increment_/IntList_increment_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.increment(1);
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntList_max_/IntList_max_0.pde b/content/references/examples/processing/IntList_max_/IntList_max_0.pde
index fc6f4d0fc..eb6222e31 100644
--- a/content/references/examples/processing/IntList_max_/IntList_max_0.pde
+++ b/content/references/examples/processing/IntList_max_/IntList_max_0.pde
@@ -10,4 +10,3 @@ void setup() {
int largest = inventory.max();
println(largest);
}
-
diff --git a/content/references/examples/processing/IntList_min_/IntList_min_0.pde b/content/references/examples/processing/IntList_min_/IntList_min_0.pde
index 78ec43323..05829a28d 100644
--- a/content/references/examples/processing/IntList_min_/IntList_min_0.pde
+++ b/content/references/examples/processing/IntList_min_/IntList_min_0.pde
@@ -10,4 +10,3 @@ void setup() {
int smallest = inventory.min();
println(smallest);
}
-
diff --git a/content/references/examples/processing/IntList_mult_/IntList_mult_0.pde b/content/references/examples/processing/IntList_mult_/IntList_mult_0.pde
index f80c9c9c8..5ad847f28 100644
--- a/content/references/examples/processing/IntList_mult_/IntList_mult_0.pde
+++ b/content/references/examples/processing/IntList_mult_/IntList_mult_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.mult(0, 2);
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntList_remove_/IntList_remove_0.pde b/content/references/examples/processing/IntList_remove_/IntList_remove_0.pde
index a20ec145e..40396562b 100644
--- a/content/references/examples/processing/IntList_remove_/IntList_remove_0.pde
+++ b/content/references/examples/processing/IntList_remove_/IntList_remove_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.remove(1);
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntList_remove_/IntList_remove_1.pde b/content/references/examples/processing/IntList_remove_/IntList_remove_1.pde
index 74d848c1e..c4777cc02 100644
--- a/content/references/examples/processing/IntList_remove_/IntList_remove_1.pde
+++ b/content/references/examples/processing/IntList_remove_/IntList_remove_1.pde
@@ -10,4 +10,3 @@ void setup() {
int val = inventory.remove(1);
println("The value " + val + " was removed.");
}
-
diff --git a/content/references/examples/processing/IntList_set_/IntList_set_0.pde b/content/references/examples/processing/IntList_set_/IntList_set_0.pde
index 7b02fc044..aebfea9e4 100644
--- a/content/references/examples/processing/IntList_set_/IntList_set_0.pde
+++ b/content/references/examples/processing/IntList_set_/IntList_set_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.set(2, 408);
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntList_shuffle_/IntList_shuffle_0.pde b/content/references/examples/processing/IntList_shuffle_/IntList_shuffle_0.pde
index 5d098b1ee..746b1133b 100644
--- a/content/references/examples/processing/IntList_shuffle_/IntList_shuffle_0.pde
+++ b/content/references/examples/processing/IntList_shuffle_/IntList_shuffle_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.shuffle();
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntList_size_/IntList_size_0.pde b/content/references/examples/processing/IntList_size_/IntList_size_0.pde
index a552a31ad..288d33312 100644
--- a/content/references/examples/processing/IntList_size_/IntList_size_0.pde
+++ b/content/references/examples/processing/IntList_size_/IntList_size_0.pde
@@ -10,4 +10,3 @@ void setup() {
int s = inventory.size();
println(s);
}
-
diff --git a/content/references/examples/processing/IntList_sortReverse_/IntList_sortReverse_0.pde b/content/references/examples/processing/IntList_sortReverse_/IntList_sortReverse_0.pde
index 7a185461c..a16c7a844 100644
--- a/content/references/examples/processing/IntList_sortReverse_/IntList_sortReverse_0.pde
+++ b/content/references/examples/processing/IntList_sortReverse_/IntList_sortReverse_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortReverse(); // Orders to 102, 84, 15
println(inventory);
}
-
diff --git a/content/references/examples/processing/IntList_sub_/IntList_sub_0.pde b/content/references/examples/processing/IntList_sub_/IntList_sub_0.pde
index d1627f1f8..d2edc6fd9 100644
--- a/content/references/examples/processing/IntList_sub_/IntList_sub_0.pde
+++ b/content/references/examples/processing/IntList_sub_/IntList_sub_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sub(1, 15);
println(inventory);
}
-
diff --git a/content/references/examples/processing/PFont/PFont_0.pde b/content/references/examples/processing/PFont/PFont_0.pde
index 026b5716f..5a42aafb6 100644
--- a/content/references/examples/processing/PFont/PFont_0.pde
+++ b/content/references/examples/processing/PFont/PFont_0.pde
@@ -4,4 +4,4 @@ PFont font;
// "data" directory to load successfully
font = createFont("LetterGothicStd.otf", 128);
textFont(font);
-text("word", 50, 200);
\ No newline at end of file
+text("word", 50, 200);
diff --git a/content/references/examples/processing/PGraphics_beginDraw_/PGraphics_beginDraw_0.pde b/content/references/examples/processing/PGraphics_beginDraw_/PGraphics_beginDraw_0.pde
index 9662cc804..ac4f99446 100644
--- a/content/references/examples/processing/PGraphics_beginDraw_/PGraphics_beginDraw_0.pde
+++ b/content/references/examples/processing/PGraphics_beginDraw_/PGraphics_beginDraw_0.pde
@@ -14,4 +14,3 @@ void setup() {
void draw() {
image(pg, 10, 10);
}
-
diff --git a/content/references/examples/processing/PGraphics_endDraw_/PGraphics_endDraw_0.pde b/content/references/examples/processing/PGraphics_endDraw_/PGraphics_endDraw_0.pde
index 9662cc804..ac4f99446 100644
--- a/content/references/examples/processing/PGraphics_endDraw_/PGraphics_endDraw_0.pde
+++ b/content/references/examples/processing/PGraphics_endDraw_/PGraphics_endDraw_0.pde
@@ -14,4 +14,3 @@ void setup() {
void draw() {
image(pg, 10, 10);
}
-
diff --git a/content/references/examples/processing/PImage/PImage.pde b/content/references/examples/processing/PImage/PImage.pde
index 93e93d800..ec3777457 100644
--- a/content/references/examples/processing/PImage/PImage.pde
+++ b/content/references/examples/processing/PImage/PImage.pde
@@ -7,4 +7,4 @@ void setup() {
void draw() {
image(photo, 0, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PImage_blend_/PImage_blend_0.pde b/content/references/examples/processing/PImage_blend_/PImage_blend_0.pde
index 32d57b906..703042ae2 100644
--- a/content/references/examples/processing/PImage_blend_/PImage_blend_0.pde
+++ b/content/references/examples/processing/PImage_blend_/PImage_blend_0.pde
@@ -5,4 +5,4 @@ PImage dandelions = loadImage("dandelions.jpg");
mountain.blend(dandelions, 0, 0, 132, 400, 268, 0, 132, 400, ADD);
image(mountain, 0, 0);
-image(dandelions, 0, 0);
\ No newline at end of file
+image(dandelions, 0, 0);
diff --git a/content/references/examples/processing/PImage_blend_/PImage_blend_1.pde b/content/references/examples/processing/PImage_blend_/PImage_blend_1.pde
index 2082a2c03..84c718566 100644
--- a/content/references/examples/processing/PImage_blend_/PImage_blend_1.pde
+++ b/content/references/examples/processing/PImage_blend_/PImage_blend_1.pde
@@ -5,4 +5,4 @@ PImage dandelions = loadImage("dandelions.jpg");
mountain.blend(dandelions, 0, 0, 132, 400, 268, 0, 132, 400, SUBTRACT);
image(mountain, 0, 0);
-image(dandelions, 0, 0);
\ No newline at end of file
+image(dandelions, 0, 0);
diff --git a/content/references/examples/processing/PImage_blend_/PImage_blend_2.pde b/content/references/examples/processing/PImage_blend_/PImage_blend_2.pde
index 7b87a455b..b5d43a61c 100644
--- a/content/references/examples/processing/PImage_blend_/PImage_blend_2.pde
+++ b/content/references/examples/processing/PImage_blend_/PImage_blend_2.pde
@@ -5,4 +5,4 @@ PImage dandelions = loadImage("dandelions.jpg");
mountain.blend(dandelions, 0, 0, 132, 400, 268, 0, 132, 400, DARKEST);
image(mountain, 0, 0);
-image(dandelions, 0, 0);
\ No newline at end of file
+image(dandelions, 0, 0);
diff --git a/content/references/examples/processing/PImage_blend_/PImage_blend_3.pde b/content/references/examples/processing/PImage_blend_/PImage_blend_3.pde
index 481b1296a..cecd65117 100644
--- a/content/references/examples/processing/PImage_blend_/PImage_blend_3.pde
+++ b/content/references/examples/processing/PImage_blend_/PImage_blend_3.pde
@@ -5,4 +5,4 @@ PImage dandelions = loadImage("dandelions.jpg");
mountain.blend(dandelions, 0, 0, 132, 400, 268, 0, 132, 400, LIGHTEST);
image(mountain, 0, 0);
-image(dandelions, 0, 0);
\ No newline at end of file
+image(dandelions, 0, 0);
diff --git a/content/references/examples/processing/PImage_copy_/PImage_copy_.pde b/content/references/examples/processing/PImage_copy_/PImage_copy_.pde
index b7707dc02..6917c2e5d 100644
--- a/content/references/examples/processing/PImage_copy_/PImage_copy_.pde
+++ b/content/references/examples/processing/PImage_copy_/PImage_copy_.pde
@@ -9,4 +9,4 @@ void setup() {
void draw() {
image(flowers, 0, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PImage_filter_/PImage_filter_1_gray.pde b/content/references/examples/processing/PImage_filter_/PImage_filter_1_gray.pde
index 24db584c7..ffb020459 100644
--- a/content/references/examples/processing/PImage_filter_/PImage_filter_1_gray.pde
+++ b/content/references/examples/processing/PImage_filter_/PImage_filter_1_gray.pde
@@ -12,4 +12,4 @@ void setup() {
void draw() {
image(img1, 0, 0);
image(img2, width/2, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PImage_filter_/PImage_filter_2_invert.pde b/content/references/examples/processing/PImage_filter_/PImage_filter_2_invert.pde
index b054a65e8..405f5dad3 100644
--- a/content/references/examples/processing/PImage_filter_/PImage_filter_2_invert.pde
+++ b/content/references/examples/processing/PImage_filter_/PImage_filter_2_invert.pde
@@ -9,4 +9,4 @@ void setup() {
void draw() {
image(img1, 0, 0);
image(img2, width/2, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PImage_filter_/PImage_filter_3_posterize.pde b/content/references/examples/processing/PImage_filter_/PImage_filter_3_posterize.pde
index e21139f8b..9a3953905 100644
--- a/content/references/examples/processing/PImage_filter_/PImage_filter_3_posterize.pde
+++ b/content/references/examples/processing/PImage_filter_/PImage_filter_3_posterize.pde
@@ -10,4 +10,4 @@ void setup() {
void draw() {
image(img1, 0, 0);
image(img2, width/2, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PImage_filter_/PImage_filter_4_blur.pde b/content/references/examples/processing/PImage_filter_/PImage_filter_4_blur.pde
index bd7aa7295..8e1af3c93 100644
--- a/content/references/examples/processing/PImage_filter_/PImage_filter_4_blur.pde
+++ b/content/references/examples/processing/PImage_filter_/PImage_filter_4_blur.pde
@@ -10,4 +10,4 @@ void setup() {
void draw() {
image(img1, 0, 0);
image(img2, width/2, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PImage_filter_/PImage_filter_5_erode.pde b/content/references/examples/processing/PImage_filter_/PImage_filter_5_erode.pde
index 567f4ac89..83d03e431 100644
--- a/content/references/examples/processing/PImage_filter_/PImage_filter_5_erode.pde
+++ b/content/references/examples/processing/PImage_filter_/PImage_filter_5_erode.pde
@@ -9,4 +9,3 @@ void draw() {
image(img1, 0, 0);
image(img2, width/2, 0);
}
-
diff --git a/content/references/examples/processing/PImage_filter_/PImage_filter_6_dilate.pde b/content/references/examples/processing/PImage_filter_/PImage_filter_6_dilate.pde
index 70c2f7d74..9297f0861 100644
--- a/content/references/examples/processing/PImage_filter_/PImage_filter_6_dilate.pde
+++ b/content/references/examples/processing/PImage_filter_/PImage_filter_6_dilate.pde
@@ -10,4 +10,4 @@ void setup() {
void draw() {
image(img1, 0, 0);
image(img2, width/2, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PImage_get_/PImage_get_0.pde b/content/references/examples/processing/PImage_get_/PImage_get_0.pde
index ac4e280c4..aeb224449 100644
--- a/content/references/examples/processing/PImage_get_/PImage_get_0.pde
+++ b/content/references/examples/processing/PImage_get_/PImage_get_0.pde
@@ -4,4 +4,4 @@ background(sky);
noStroke();
color c = sky.get(240, 360);
fill(c);
-rect(100, 100, 200, 200);
\ No newline at end of file
+rect(100, 100, 200, 200);
diff --git a/content/references/examples/processing/PImage_get_/PImage_get_1.pde b/content/references/examples/processing/PImage_get_/PImage_get_1.pde
index 80b5e7fe4..8c8f46223 100644
--- a/content/references/examples/processing/PImage_get_/PImage_get_1.pde
+++ b/content/references/examples/processing/PImage_get_/PImage_get_1.pde
@@ -2,4 +2,4 @@ PImage sky = loadImage("tokyo-sky.jpg");
size(400, 400);
background(sky);
PImage newSky = sky.get(200, 0, 200, 400);
-image(newSky, 0, 0);
\ No newline at end of file
+image(newSky, 0, 0);
diff --git a/content/references/examples/processing/PImage_height/PImage_height.pde b/content/references/examples/processing/PImage_height/PImage_height.pde
index 24fe47d18..181ecf734 100644
--- a/content/references/examples/processing/PImage_height/PImage_height.pde
+++ b/content/references/examples/processing/PImage_height/PImage_height.pde
@@ -7,4 +7,4 @@ void setup() {
void draw() {
image(photo, 0, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PImage_loadPixels_/PImage_loadPixels.pde b/content/references/examples/processing/PImage_loadPixels_/PImage_loadPixels.pde
index d8a411844..3cbaa08e1 100644
--- a/content/references/examples/processing/PImage_loadPixels_/PImage_loadPixels.pde
+++ b/content/references/examples/processing/PImage_loadPixels_/PImage_loadPixels.pde
@@ -14,4 +14,4 @@ void setup() {
void draw() {
image(myImage, 0, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PImage_mask_/PImage_mask_.pde b/content/references/examples/processing/PImage_mask_/PImage_mask_.pde
index ce6108bb3..d809d7a62 100644
--- a/content/references/examples/processing/PImage_mask_/PImage_mask_.pde
+++ b/content/references/examples/processing/PImage_mask_/PImage_mask_.pde
@@ -10,4 +10,4 @@ void setup() {
void draw() {
image(photo, 0, 0);
image(photo, width/4, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PImage_resize_/PImage_resize_0.pde b/content/references/examples/processing/PImage_resize_/PImage_resize_0.pde
index b7a2d9743..9693a8859 100644
--- a/content/references/examples/processing/PImage_resize_/PImage_resize_0.pde
+++ b/content/references/examples/processing/PImage_resize_/PImage_resize_0.pde
@@ -2,4 +2,4 @@ PImage flower = loadImage("flower.jpg");
size(400,400);
image(flower, 0, 0);
flower.resize(400, 200);
-image(flower, 0, 0);
\ No newline at end of file
+image(flower, 0, 0);
diff --git a/content/references/examples/processing/PImage_resize_/PImage_resize_1.pde b/content/references/examples/processing/PImage_resize_/PImage_resize_1.pde
index 3d51e375f..95d572864 100644
--- a/content/references/examples/processing/PImage_resize_/PImage_resize_1.pde
+++ b/content/references/examples/processing/PImage_resize_/PImage_resize_1.pde
@@ -2,4 +2,4 @@ PImage flower = loadImage("flower.jpg");
size(400,400);
image(flower, 0, 0);
flower.resize(0, 200);
-image(flower, 0, 0);
\ No newline at end of file
+image(flower, 0, 0);
diff --git a/content/references/examples/processing/PImage_save_/PImage_save_0.pde b/content/references/examples/processing/PImage_save_/PImage_save_0.pde
index 61db331e1..d3e16e318 100644
--- a/content/references/examples/processing/PImage_save_/PImage_save_0.pde
+++ b/content/references/examples/processing/PImage_save_/PImage_save_0.pde
@@ -1,3 +1,2 @@
PImage tower = loadImage("tower.jpg");
tower.save("outputImage.jpg");
-
diff --git a/content/references/examples/processing/PImage_set_/PImage_set_.pde b/content/references/examples/processing/PImage_set_/PImage_set_.pde
index f71a6f08e..3c3b9e386 100644
--- a/content/references/examples/processing/PImage_set_/PImage_set_.pde
+++ b/content/references/examples/processing/PImage_set_/PImage_set_.pde
@@ -13,4 +13,4 @@ void setup() {
void draw() {
image(tower, 0, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PImage_width/PImage_width_.pde b/content/references/examples/processing/PImage_width/PImage_width_.pde
index 6afada139..ce2dcf943 100644
--- a/content/references/examples/processing/PImage_width/PImage_width_.pde
+++ b/content/references/examples/processing/PImage_width/PImage_width_.pde
@@ -2,4 +2,4 @@ PImage tiles = loadImage("trees.jpg");
size(400, 400);
image(tiles, 75, 20);
rect(225, 20, tiles.width, tiles.height);
-saveFrame("name_.png");
\ No newline at end of file
+saveFrame("name_.png");
diff --git a/content/references/examples/processing/PShape/PShape.pde b/content/references/examples/processing/PShape/PShape.pde
index 4456b69ff..d6d19b83c 100644
--- a/content/references/examples/processing/PShape/PShape.pde
+++ b/content/references/examples/processing/PShape/PShape.pde
@@ -10,4 +10,4 @@ void setup() {
void draw() {
shape(s, 40, 40, 320, 320);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PShape_getChild_/PShape_getChild_.pde b/content/references/examples/processing/PShape_getChild_/PShape_getChild_.pde
index 3eed2380f..65f57f7b2 100644
--- a/content/references/examples/processing/PShape_getChild_/PShape_getChild_.pde
+++ b/content/references/examples/processing/PShape_getChild_/PShape_getChild_.pde
@@ -16,4 +16,4 @@ void draw() {
fill(94, 138, 248); // change the color
shape(aichi, -10, -10); // move the location a bit
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PShape_isVisible_/PShape_isVisible_.pde b/content/references/examples/processing/PShape_isVisible_/PShape_isVisible_.pde
index 2b56a76a6..251f5a2de 100644
--- a/content/references/examples/processing/PShape_isVisible_/PShape_isVisible_.pde
+++ b/content/references/examples/processing/PShape_isVisible_/PShape_isVisible_.pde
@@ -16,4 +16,4 @@ s.setVisible(mousePressed);
noFill();
rect(40, 40, 320, 320);
}
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PShape_setFill_/PShape_setFill_0.pde b/content/references/examples/processing/PShape_setFill_/PShape_setFill_0.pde
index 7f51a6fe3..f760632db 100644
--- a/content/references/examples/processing/PShape_setFill_/PShape_setFill_0.pde
+++ b/content/references/examples/processing/PShape_setFill_/PShape_setFill_0.pde
@@ -12,4 +12,3 @@ void draw() {
translate(mouseX, mouseY);
shape(circle);
}
-
diff --git a/content/references/examples/processing/PShape_setStroke_/PShape_setStroke_0.pde b/content/references/examples/processing/PShape_setStroke_/PShape_setStroke_0.pde
index 7f51a6fe3..f760632db 100644
--- a/content/references/examples/processing/PShape_setStroke_/PShape_setStroke_0.pde
+++ b/content/references/examples/processing/PShape_setStroke_/PShape_setStroke_0.pde
@@ -12,4 +12,3 @@ void draw() {
translate(mouseX, mouseY);
shape(circle);
}
-
diff --git a/content/references/examples/processing/PShape_setVisible_/PShape_setVisible_.pde b/content/references/examples/processing/PShape_setVisible_/PShape_setVisible_.pde
index 2b56a76a6..251f5a2de 100644
--- a/content/references/examples/processing/PShape_setVisible_/PShape_setVisible_.pde
+++ b/content/references/examples/processing/PShape_setVisible_/PShape_setVisible_.pde
@@ -16,4 +16,4 @@ s.setVisible(mousePressed);
noFill();
rect(40, 40, 320, 320);
}
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PVector_z/PVector_z_0.pde b/content/references/examples/processing/PVector_z/PVector_z_0.pde
index cb5154430..845c90de0 100644
--- a/content/references/examples/processing/PVector_z/PVector_z_0.pde
+++ b/content/references/examples/processing/PVector_z/PVector_z_0.pde
@@ -8,4 +8,4 @@ void setup() {
println(v.z); // Prints "40.0"
v.z = 50.0;
println(v.z); // Prints "50.0"
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/PrintWriter/PrintWriter_0.pde b/content/references/examples/processing/PrintWriter/PrintWriter_0.pde
index 26b7df80d..5638b5908 100644
--- a/content/references/examples/processing/PrintWriter/PrintWriter_0.pde
+++ b/content/references/examples/processing/PrintWriter/PrintWriter_0.pde
@@ -15,4 +15,3 @@ void keyPressed() {
output.close(); // Finishes the file
exit(); // Stops the program
}
-
diff --git a/content/references/examples/processing/PrintWriter_close_/PrintWriter_close_0.pde b/content/references/examples/processing/PrintWriter_close_/PrintWriter_close_0.pde
index 26b7df80d..5638b5908 100644
--- a/content/references/examples/processing/PrintWriter_close_/PrintWriter_close_0.pde
+++ b/content/references/examples/processing/PrintWriter_close_/PrintWriter_close_0.pde
@@ -15,4 +15,3 @@ void keyPressed() {
output.close(); // Finishes the file
exit(); // Stops the program
}
-
diff --git a/content/references/examples/processing/PrintWriter_flush_/PrintWriter_flush_0.pde b/content/references/examples/processing/PrintWriter_flush_/PrintWriter_flush_0.pde
index 26b7df80d..5638b5908 100644
--- a/content/references/examples/processing/PrintWriter_flush_/PrintWriter_flush_0.pde
+++ b/content/references/examples/processing/PrintWriter_flush_/PrintWriter_flush_0.pde
@@ -15,4 +15,3 @@ void keyPressed() {
output.close(); // Finishes the file
exit(); // Stops the program
}
-
diff --git a/content/references/examples/processing/PrintWriter_print_/PrintWriter_print_0.pde b/content/references/examples/processing/PrintWriter_print_/PrintWriter_print_0.pde
index ceb5d51bc..489f100e6 100644
--- a/content/references/examples/processing/PrintWriter_print_/PrintWriter_print_0.pde
+++ b/content/references/examples/processing/PrintWriter_print_/PrintWriter_print_0.pde
@@ -16,4 +16,3 @@ void keyPressed() {
output.close(); // Finishes the file
exit(); // Stops the program
}
-
diff --git a/content/references/examples/processing/PrintWriter_println_/PrintWriter_println_0.pde b/content/references/examples/processing/PrintWriter_println_/PrintWriter_println_0.pde
index 26b7df80d..5638b5908 100644
--- a/content/references/examples/processing/PrintWriter_println_/PrintWriter_println_0.pde
+++ b/content/references/examples/processing/PrintWriter_println_/PrintWriter_println_0.pde
@@ -15,4 +15,3 @@ void keyPressed() {
output.close(); // Finishes the file
exit(); // Stops the program
}
-
diff --git a/content/references/examples/processing/StringDict/StringDict_0.pde b/content/references/examples/processing/StringDict/StringDict_0.pde
index 4eea8d799..429d24cee 100644
--- a/content/references/examples/processing/StringDict/StringDict_0.pde
+++ b/content/references/examples/processing/StringDict/StringDict_0.pde
@@ -16,4 +16,3 @@ void draw() {
String s = inventory.get("tea");
text(s, width/2, height/2);
}
-
diff --git a/content/references/examples/processing/StringDict_clear_/StringDict_clear_0.pde b/content/references/examples/processing/StringDict_clear_/StringDict_clear_0.pde
index e23cbd3f4..a5d1fe876 100644
--- a/content/references/examples/processing/StringDict_clear_/StringDict_clear_0.pde
+++ b/content/references/examples/processing/StringDict_clear_/StringDict_clear_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.clear();
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringDict_get_/StringDict_get_0.pde b/content/references/examples/processing/StringDict_get_/StringDict_get_0.pde
index 4dfb3e032..dbdbb17f0 100644
--- a/content/references/examples/processing/StringDict_get_/StringDict_get_0.pde
+++ b/content/references/examples/processing/StringDict_get_/StringDict_get_0.pde
@@ -16,4 +16,3 @@ void draw() {
String teaColor = inventory.get("tea");
text(teaColor, width/2, height/2);
}
-
diff --git a/content/references/examples/processing/StringDict_hasKey_/StringDict_hasKey_0.pde b/content/references/examples/processing/StringDict_hasKey_/StringDict_hasKey_0.pde
index 04244506e..597780019 100644
--- a/content/references/examples/processing/StringDict_hasKey_/StringDict_hasKey_0.pde
+++ b/content/references/examples/processing/StringDict_hasKey_/StringDict_hasKey_0.pde
@@ -13,4 +13,3 @@ void setup() {
println("Sorry, no tea.");
}
}
-
diff --git a/content/references/examples/processing/StringDict_keyArray_/StringDict_keyArray_0.pde b/content/references/examples/processing/StringDict_keyArray_/StringDict_keyArray_0.pde
index 52c6414fa..e0b4762e6 100644
--- a/content/references/examples/processing/StringDict_keyArray_/StringDict_keyArray_0.pde
+++ b/content/references/examples/processing/StringDict_keyArray_/StringDict_keyArray_0.pde
@@ -10,4 +10,3 @@ void setup() {
String[] theKeys = inventory.keyArray();
println(theKeys);
}
-
diff --git a/content/references/examples/processing/StringDict_keys_/StringDict_keys_0.pde b/content/references/examples/processing/StringDict_keys_/StringDict_keys_0.pde
index a2d9eaf9b..571995738 100644
--- a/content/references/examples/processing/StringDict_keys_/StringDict_keys_0.pde
+++ b/content/references/examples/processing/StringDict_keys_/StringDict_keys_0.pde
@@ -11,4 +11,3 @@ void setup() {
println(k);
}
}
-
diff --git a/content/references/examples/processing/StringDict_remove_/StringDict_remove_0.pde b/content/references/examples/processing/StringDict_remove_/StringDict_remove_0.pde
index c52310eff..3bbc04636 100644
--- a/content/references/examples/processing/StringDict_remove_/StringDict_remove_0.pde
+++ b/content/references/examples/processing/StringDict_remove_/StringDict_remove_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.remove("flour");
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringDict_set_/StringDict_set_0.pde b/content/references/examples/processing/StringDict_set_/StringDict_set_0.pde
index 8555e174b..76737f844 100644
--- a/content/references/examples/processing/StringDict_set_/StringDict_set_0.pde
+++ b/content/references/examples/processing/StringDict_set_/StringDict_set_0.pde
@@ -11,4 +11,3 @@ void setup() {
inventory.set("cinnamon", "brown");
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringDict_size_/StringDict_size_0.pde b/content/references/examples/processing/StringDict_size_/StringDict_size_0.pde
index d82122a9c..6007ec9e9 100644
--- a/content/references/examples/processing/StringDict_size_/StringDict_size_0.pde
+++ b/content/references/examples/processing/StringDict_size_/StringDict_size_0.pde
@@ -10,4 +10,3 @@ void setup() {
int s = inventory.size();
println(s);
}
-
diff --git a/content/references/examples/processing/StringDict_sortKeysReverse_/StringDict_sortKeysReverse_0.pde b/content/references/examples/processing/StringDict_sortKeysReverse_/StringDict_sortKeysReverse_0.pde
index 73e69cc07..8d4755e76 100644
--- a/content/references/examples/processing/StringDict_sortKeysReverse_/StringDict_sortKeysReverse_0.pde
+++ b/content/references/examples/processing/StringDict_sortKeysReverse_/StringDict_sortKeysReverse_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortKeysReverse();
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringDict_sortKeys_/StringDict_sortKeys_0.pde b/content/references/examples/processing/StringDict_sortKeys_/StringDict_sortKeys_0.pde
index 42f0c031c..25282e184 100644
--- a/content/references/examples/processing/StringDict_sortKeys_/StringDict_sortKeys_0.pde
+++ b/content/references/examples/processing/StringDict_sortKeys_/StringDict_sortKeys_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortKeys();
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringDict_sortValuesReverse_/StringDict_sortValuesReverse_0.pde b/content/references/examples/processing/StringDict_sortValuesReverse_/StringDict_sortValuesReverse_0.pde
index e8fbb5ea8..937621e07 100644
--- a/content/references/examples/processing/StringDict_sortValuesReverse_/StringDict_sortValuesReverse_0.pde
+++ b/content/references/examples/processing/StringDict_sortValuesReverse_/StringDict_sortValuesReverse_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortValuesReverse();
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringDict_sortValues_/StringDict_sortValues_0.pde b/content/references/examples/processing/StringDict_sortValues_/StringDict_sortValues_0.pde
index 86faab35b..76b43f579 100644
--- a/content/references/examples/processing/StringDict_sortValues_/StringDict_sortValues_0.pde
+++ b/content/references/examples/processing/StringDict_sortValues_/StringDict_sortValues_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortValues();
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringDict_valueArray_/StringDict_valueArray_0.pde b/content/references/examples/processing/StringDict_valueArray_/StringDict_valueArray_0.pde
index 42cb20cfb..ca108a20a 100644
--- a/content/references/examples/processing/StringDict_valueArray_/StringDict_valueArray_0.pde
+++ b/content/references/examples/processing/StringDict_valueArray_/StringDict_valueArray_0.pde
@@ -10,4 +10,3 @@ void setup() {
String[] colors = inventory.valueArray();
println(colors);
}
-
diff --git a/content/references/examples/processing/StringDict_values_/StringDict_values_0.pde b/content/references/examples/processing/StringDict_values_/StringDict_values_0.pde
index 2c7d13f5c..e404d4518 100644
--- a/content/references/examples/processing/StringDict_values_/StringDict_values_0.pde
+++ b/content/references/examples/processing/StringDict_values_/StringDict_values_0.pde
@@ -11,4 +11,3 @@ void setup() {
println(v);
}
}
-
diff --git a/content/references/examples/processing/StringList/StringList_0.pde b/content/references/examples/processing/StringList/StringList_0.pde
index 24fdd3649..9eacbc9fb 100644
--- a/content/references/examples/processing/StringList/StringList_0.pde
+++ b/content/references/examples/processing/StringList/StringList_0.pde
@@ -16,4 +16,3 @@ void draw() {
String item = inventory.get(2);
text(item, width/2, height/2);
}
-
diff --git a/content/references/examples/processing/StringList_array_/StringList_array_0.pde b/content/references/examples/processing/StringList_array_/StringList_array_0.pde
index cf53954ac..9d5a3f9ed 100644
--- a/content/references/examples/processing/StringList_array_/StringList_array_0.pde
+++ b/content/references/examples/processing/StringList_array_/StringList_array_0.pde
@@ -11,5 +11,3 @@ void setup() {
String[] sortedInventory = inventory.array();
println(sortedInventory);
}
-
-
diff --git a/content/references/examples/processing/StringList_clear_/StringList_clear_0.pde b/content/references/examples/processing/StringList_clear_/StringList_clear_0.pde
index 1f422e7b9..de4ce688b 100644
--- a/content/references/examples/processing/StringList_clear_/StringList_clear_0.pde
+++ b/content/references/examples/processing/StringList_clear_/StringList_clear_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.clear();
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringList_get_/StringList_get_0.pde b/content/references/examples/processing/StringList_get_/StringList_get_0.pde
index 24fdd3649..9eacbc9fb 100644
--- a/content/references/examples/processing/StringList_get_/StringList_get_0.pde
+++ b/content/references/examples/processing/StringList_get_/StringList_get_0.pde
@@ -16,4 +16,3 @@ void draw() {
String item = inventory.get(2);
text(item, width/2, height/2);
}
-
diff --git a/content/references/examples/processing/StringList_hasValue_0/StringList_hasValue_0.pde b/content/references/examples/processing/StringList_hasValue_0/StringList_hasValue_0.pde
index 0c72e31af..440a766d0 100644
--- a/content/references/examples/processing/StringList_hasValue_0/StringList_hasValue_0.pde
+++ b/content/references/examples/processing/StringList_hasValue_0/StringList_hasValue_0.pde
@@ -13,4 +13,3 @@ void setup() {
println("Sorry, no tea");
}
}
-
diff --git a/content/references/examples/processing/StringList_lower_/StringList_lower_0.pde b/content/references/examples/processing/StringList_lower_/StringList_lower_0.pde
index 23c2e0f1d..116f730c6 100644
--- a/content/references/examples/processing/StringList_lower_/StringList_lower_0.pde
+++ b/content/references/examples/processing/StringList_lower_/StringList_lower_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.lower();
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringList_remove_/StringList_remove_0.pde b/content/references/examples/processing/StringList_remove_/StringList_remove_0.pde
index 659f6e255..aa2d39cf6 100644
--- a/content/references/examples/processing/StringList_remove_/StringList_remove_0.pde
+++ b/content/references/examples/processing/StringList_remove_/StringList_remove_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.remove(1);
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringList_remove_/StringList_remove_1.pde b/content/references/examples/processing/StringList_remove_/StringList_remove_1.pde
index 4bf0d269f..9e8fbd227 100644
--- a/content/references/examples/processing/StringList_remove_/StringList_remove_1.pde
+++ b/content/references/examples/processing/StringList_remove_/StringList_remove_1.pde
@@ -10,4 +10,3 @@ void setup() {
String val = inventory.remove(1);
println("The value " + val + " was removed.");
}
-
diff --git a/content/references/examples/processing/StringList_set_/StringList_set_0.pde b/content/references/examples/processing/StringList_set_/StringList_set_0.pde
index 661f35683..eff1e286b 100644
--- a/content/references/examples/processing/StringList_set_/StringList_set_0.pde
+++ b/content/references/examples/processing/StringList_set_/StringList_set_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.set(1, "barley");
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringList_set_/StringList_set_1.pde b/content/references/examples/processing/StringList_set_/StringList_set_1.pde
index 14dd600fe..f59b45c33 100644
--- a/content/references/examples/processing/StringList_set_/StringList_set_1.pde
+++ b/content/references/examples/processing/StringList_set_/StringList_set_1.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.set(4, "honey");
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringList_shuffle_/StringList_shuffle_0.pde b/content/references/examples/processing/StringList_shuffle_/StringList_shuffle_0.pde
index 78f27ec22..4fe5658c1 100644
--- a/content/references/examples/processing/StringList_shuffle_/StringList_shuffle_0.pde
+++ b/content/references/examples/processing/StringList_shuffle_/StringList_shuffle_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.shuffle();
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringList_size_/StringList_size_0.pde b/content/references/examples/processing/StringList_size_/StringList_size_0.pde
index 7d4ef08a4..5d9d81b29 100644
--- a/content/references/examples/processing/StringList_size_/StringList_size_0.pde
+++ b/content/references/examples/processing/StringList_size_/StringList_size_0.pde
@@ -10,4 +10,3 @@ void setup() {
int s = inventory.size();
println(s);
}
-
diff --git a/content/references/examples/processing/StringList_sortReverse_/StringList_sortReverse_0.pde b/content/references/examples/processing/StringList_sortReverse_/StringList_sortReverse_0.pde
index 5592606d1..1c04aa6ff 100644
--- a/content/references/examples/processing/StringList_sortReverse_/StringList_sortReverse_0.pde
+++ b/content/references/examples/processing/StringList_sortReverse_/StringList_sortReverse_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.sortReverse();
println(inventory);
}
-
diff --git a/content/references/examples/processing/StringList_upper_/StringList_upper_0.pde b/content/references/examples/processing/StringList_upper_/StringList_upper_0.pde
index 6b0c153df..9d99467ae 100644
--- a/content/references/examples/processing/StringList_upper_/StringList_upper_0.pde
+++ b/content/references/examples/processing/StringList_upper_/StringList_upper_0.pde
@@ -10,4 +10,3 @@ void setup() {
inventory.upper();
println(inventory);
}
-
diff --git a/content/references/examples/processing/applyMatrix_/applyMatrix_.pde b/content/references/examples/processing/applyMatrix_/applyMatrix_.pde
index f6c9614d7..9e3a9824a 100644
--- a/content/references/examples/processing/applyMatrix_/applyMatrix_.pde
+++ b/content/references/examples/processing/applyMatrix_/applyMatrix_.pde
@@ -13,4 +13,4 @@ applyMatrix( ct, 0.0, st, 0.0,
-st, 0.0, ct, 0.0,
0.0, 0.0, 0.0, 1.0);
stroke(255);
-box(200);
\ No newline at end of file
+box(200);
diff --git a/content/references/examples/processing/arc_/arc_0.pde b/content/references/examples/processing/arc_/arc_0.pde
index 54cac0e42..0937f6298 100644
--- a/content/references/examples/processing/arc_/arc_0.pde
+++ b/content/references/examples/processing/arc_/arc_0.pde
@@ -3,4 +3,4 @@ arc(50, 55, 50, 50, 0, HALF_PI);
noFill();
arc(50, 55, 60, 60, HALF_PI, PI);
arc(50, 55, 70, 70, PI, PI+QUARTER_PI);
-arc(50, 55, 80, 80, PI+QUARTER_PI, TWO_PI);
\ No newline at end of file
+arc(50, 55, 80, 80, PI+QUARTER_PI, TWO_PI);
diff --git a/content/references/examples/processing/arc_/arc_1.pde b/content/references/examples/processing/arc_/arc_1.pde
index 4e2b59bf2..728a92334 100644
--- a/content/references/examples/processing/arc_/arc_1.pde
+++ b/content/references/examples/processing/arc_/arc_1.pde
@@ -1,2 +1,2 @@
size(400,400);
-arc(200, 200, 320, 320, 0, PI+QUARTER_PI, OPEN);
\ No newline at end of file
+arc(200, 200, 320, 320, 0, PI+QUARTER_PI, OPEN);
diff --git a/content/references/examples/processing/arc_/arc_2.pde b/content/references/examples/processing/arc_/arc_2.pde
index 743c94189..d3d1fe76c 100644
--- a/content/references/examples/processing/arc_/arc_2.pde
+++ b/content/references/examples/processing/arc_/arc_2.pde
@@ -1,2 +1,2 @@
size(400,400);
-arc(200, 200, 320, 320, 0, PI+QUARTER_PI, CHORD);
\ No newline at end of file
+arc(200, 200, 320, 320, 0, PI+QUARTER_PI, CHORD);
diff --git a/content/references/examples/processing/arc_/arc_3.pde b/content/references/examples/processing/arc_/arc_3.pde
index 91fef6167..0b62f02a2 100644
--- a/content/references/examples/processing/arc_/arc_3.pde
+++ b/content/references/examples/processing/arc_/arc_3.pde
@@ -1,2 +1,2 @@
size(400,400);
-arc(200, 200, 320, 320, 0, PI+QUARTER_PI, PIE);
\ No newline at end of file
+arc(200, 200, 320, 320, 0, PI+QUARTER_PI, PIE);
diff --git a/content/references/examples/processing/background_/background_0.pde b/content/references/examples/processing/background_/background_0.pde
index ba6e7879d..9d9fc4ffc 100644
--- a/content/references/examples/processing/background_/background_0.pde
+++ b/content/references/examples/processing/background_/background_0.pde
@@ -1 +1 @@
-background(51);
\ No newline at end of file
+background(51);
diff --git a/content/references/examples/processing/background_/background_1.pde b/content/references/examples/processing/background_/background_1.pde
index 24176c62a..8846563e4 100644
--- a/content/references/examples/processing/background_/background_1.pde
+++ b/content/references/examples/processing/background_/background_1.pde
@@ -1 +1 @@
-background(152,190,100);
\ No newline at end of file
+background(152,190,100);
diff --git a/content/references/examples/processing/background_/background_2.pde b/content/references/examples/processing/background_/background_2.pde
index 40efd912f..43b7119ae 100644
--- a/content/references/examples/processing/background_/background_2.pde
+++ b/content/references/examples/processing/background_/background_2.pde
@@ -1,3 +1,3 @@
PImage img;
img = loadImage("Hokkaido.jpg");
-background(img);
\ No newline at end of file
+background(img);
diff --git a/content/references/examples/processing/beginCamera_/beginCamera_0.pde b/content/references/examples/processing/beginCamera_/beginCamera_0.pde
index 145740a87..4e8203346 100644
--- a/content/references/examples/processing/beginCamera_/beginCamera_0.pde
+++ b/content/references/examples/processing/beginCamera_/beginCamera_0.pde
@@ -9,4 +9,3 @@ endCamera();
translate(200, 200, 0);
rotateY(PI/3);
box(180);
-
diff --git a/content/references/examples/processing/beginShape_/beginShape_0.pde b/content/references/examples/processing/beginShape_/beginShape_0.pde
index 6b083555a..55cb1e73d 100644
--- a/content/references/examples/processing/beginShape_/beginShape_0.pde
+++ b/content/references/examples/processing/beginShape_/beginShape_0.pde
@@ -3,4 +3,4 @@ vertex(120, 80);
vertex(340, 80);
vertex(340, 300);
vertex(120, 300);
-endShape(CLOSE);
\ No newline at end of file
+endShape(CLOSE);
diff --git a/content/references/examples/processing/beginShape_/beginShape_1.pde b/content/references/examples/processing/beginShape_/beginShape_1.pde
index 3be4c5e2f..77a687442 100644
--- a/content/references/examples/processing/beginShape_/beginShape_1.pde
+++ b/content/references/examples/processing/beginShape_/beginShape_1.pde
@@ -3,4 +3,4 @@ vertex(120, 80);
vertex(340, 80);
vertex(340, 300);
vertex(120, 300);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/beginShape_/beginShape_10.pde b/content/references/examples/processing/beginShape_/beginShape_10.pde
index 081a3424a..8e8c35933 100644
--- a/content/references/examples/processing/beginShape_/beginShape_10.pde
+++ b/content/references/examples/processing/beginShape_/beginShape_10.pde
@@ -5,4 +5,4 @@ vertex(230, 190);
vertex(340, 190);
vertex(340, 300);
vertex(120, 300);
-endShape(CLOSE);
\ No newline at end of file
+endShape(CLOSE);
diff --git a/content/references/examples/processing/beginShape_/beginShape_2.pde b/content/references/examples/processing/beginShape_/beginShape_2.pde
index c29b7cd27..523d1f232 100644
--- a/content/references/examples/processing/beginShape_/beginShape_2.pde
+++ b/content/references/examples/processing/beginShape_/beginShape_2.pde
@@ -3,4 +3,4 @@ vertex(120, 80);
vertex(340, 80);
vertex(340, 300);
vertex(120, 300);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/beginShape_/beginShape_4.pde b/content/references/examples/processing/beginShape_/beginShape_4.pde
index c3a6f3bac..882e9c62a 100644
--- a/content/references/examples/processing/beginShape_/beginShape_4.pde
+++ b/content/references/examples/processing/beginShape_/beginShape_4.pde
@@ -4,4 +4,4 @@ vertex(120, 80);
vertex(340, 80);
vertex(340, 300);
vertex(120, 300);
-endShape(CLOSE);
\ No newline at end of file
+endShape(CLOSE);
diff --git a/content/references/examples/processing/beginShape_/beginShape_6.pde b/content/references/examples/processing/beginShape_/beginShape_6.pde
index 8e4fdf2de..352f1d463 100644
--- a/content/references/examples/processing/beginShape_/beginShape_6.pde
+++ b/content/references/examples/processing/beginShape_/beginShape_6.pde
@@ -6,4 +6,4 @@ vertex(240, 80);
vertex(280, 300);
vertex(320, 80);
vertex(360, 300);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/beginShape_/beginShape_7.pde b/content/references/examples/processing/beginShape_/beginShape_7.pde
index 36bbabdfd..ead7c0305 100644
--- a/content/references/examples/processing/beginShape_/beginShape_7.pde
+++ b/content/references/examples/processing/beginShape_/beginShape_7.pde
@@ -5,4 +5,4 @@ vertex(368, 200);
vertex(230, 340);
vertex(88, 200);
vertex(230, 60);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/beginShape_/beginShape_8.pde b/content/references/examples/processing/beginShape_/beginShape_8.pde
index 4ce3f331e..2b4a6c4ae 100644
--- a/content/references/examples/processing/beginShape_/beginShape_8.pde
+++ b/content/references/examples/processing/beginShape_/beginShape_8.pde
@@ -7,4 +7,4 @@ vertex(260, 80);
vertex(260, 300);
vertex(340, 300);
vertex(340, 80);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/bezierPoint_/bezierPoint_.pde b/content/references/examples/processing/bezierPoint_/bezierPoint_.pde
index 956f35f80..148e9c75a 100644
--- a/content/references/examples/processing/bezierPoint_/bezierPoint_.pde
+++ b/content/references/examples/processing/bezierPoint_/bezierPoint_.pde
@@ -8,4 +8,4 @@ for (int i = 0; i <= steps; i++) {
float x = bezierPoint(340, 40, 360, 60, t);
float y = bezierPoint(80, 40, 360, 320, t);
ellipse(x, y, 10, 10);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/bezierTangent_/bezierTangent_0.pde b/content/references/examples/processing/bezierTangent_/bezierTangent_0.pde
index 82d4d6e50..5c66f677a 100644
--- a/content/references/examples/processing/bezierTangent_/bezierTangent_0.pde
+++ b/content/references/examples/processing/bezierTangent_/bezierTangent_0.pde
@@ -22,4 +22,4 @@ for (int i = 0; i <= steps; i++) {
//line(x, y, cos(a)*-30 + x, sin(a)*-30 + y);
stroke(0);
ellipse(x, y, 10, 10);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/bezierVertex_/bezierVertex_1.pde b/content/references/examples/processing/bezierVertex_/bezierVertex_1.pde
index a50e224c5..791ff621b 100644
--- a/content/references/examples/processing/bezierVertex_/bezierVertex_1.pde
+++ b/content/references/examples/processing/bezierVertex_/bezierVertex_1.pde
@@ -3,4 +3,4 @@ beginShape();
vertex(120, 80);
bezierVertex(320, 0, 320, 300, 90, 300);
bezierVertex(200, 320, 240, 100, 120, 80);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/bezier_/bezier_0.pde b/content/references/examples/processing/bezier_/bezier_0.pde
index 2910e7ea8..d05040670 100644
--- a/content/references/examples/processing/bezier_/bezier_0.pde
+++ b/content/references/examples/processing/bezier_/bezier_0.pde
@@ -3,4 +3,4 @@ stroke(255, 102, 0);
line(340, 80, 40, 40);
line(360, 360, 60, 320);
stroke(0, 0, 0);
-bezier(340, 80, 40, 40, 360, 360, 60, 320);
\ No newline at end of file
+bezier(340, 80, 40, 40, 360, 360, 60, 320);
diff --git a/content/references/examples/processing/bezier_/bezier_1.pde b/content/references/examples/processing/bezier_/bezier_1.pde
index ac2fb902f..7cc9343d8 100644
--- a/content/references/examples/processing/bezier_/bezier_1.pde
+++ b/content/references/examples/processing/bezier_/bezier_1.pde
@@ -4,4 +4,4 @@ stroke(255, 102, 0);
line(120, 80, 320, 20);
line(320, 300, 120, 300);
stroke(0, 0, 0);
-bezier(120, 80, 320, 20, 320, 300, 120, 300);
\ No newline at end of file
+bezier(120, 80, 320, 20, 320, 300, 120, 300);
diff --git a/content/references/examples/processing/binary_/binary_0.pde b/content/references/examples/processing/binary_/binary_0.pde
index 62e6f7eaf..68fa5ab69 100644
--- a/content/references/examples/processing/binary_/binary_0.pde
+++ b/content/references/examples/processing/binary_/binary_0.pde
@@ -2,4 +2,3 @@ color c = color(255, 204, 0);
println(c); // Prints "-13312"
println(binary(c)); // Prints "11111111111111111100110000000000"
println(binary(c, 16)); // Prints "1100110000000000"
-
diff --git a/content/references/examples/processing/blend_/blend_0.pde b/content/references/examples/processing/blend_/blend_0.pde
index e2c3199f1..dbd64f315 100644
--- a/content/references/examples/processing/blend_/blend_0.pde
+++ b/content/references/examples/processing/blend_/blend_0.pde
@@ -2,4 +2,4 @@ size(400,400);
background(loadImage("mt-fuji.jpg"));
PImage img = loadImage("dandelions.jpg");
image(img, 0, 0);
-blend(img, 0, 0, 132, 400, 268, 0, 132, 400, ADD);
\ No newline at end of file
+blend(img, 0, 0, 132, 400, 268, 0, 132, 400, ADD);
diff --git a/content/references/examples/processing/blend_/blend_1.pde b/content/references/examples/processing/blend_/blend_1.pde
index a0f30e839..80e0214be 100644
--- a/content/references/examples/processing/blend_/blend_1.pde
+++ b/content/references/examples/processing/blend_/blend_1.pde
@@ -2,4 +2,4 @@ size(400,400);
background(loadImage("mt-fuji.jpg"));
PImage img = loadImage("dandelions.jpg");
image(img, 0, 0);
-blend(img, 0, 0, 132, 400, 268, 0, 132, 400, SUBTRACT);
\ No newline at end of file
+blend(img, 0, 0, 132, 400, 268, 0, 132, 400, SUBTRACT);
diff --git a/content/references/examples/processing/blend_/blend_2.pde b/content/references/examples/processing/blend_/blend_2.pde
index bed0b234f..fd8dae506 100644
--- a/content/references/examples/processing/blend_/blend_2.pde
+++ b/content/references/examples/processing/blend_/blend_2.pde
@@ -2,4 +2,4 @@ size(400,400);
background(loadImage("mt-fuji.jpg"));
PImage img = loadImage("dandelions.jpg");
image(img, 0, 0);
-blend(img, 0, 0, 132, 400, 268, 0, 132, 400, DARKEST);
\ No newline at end of file
+blend(img, 0, 0, 132, 400, 268, 0, 132, 400, DARKEST);
diff --git a/content/references/examples/processing/blend_/blend_3.pde b/content/references/examples/processing/blend_/blend_3.pde
index b0200ffe1..2321d6104 100644
--- a/content/references/examples/processing/blend_/blend_3.pde
+++ b/content/references/examples/processing/blend_/blend_3.pde
@@ -2,4 +2,4 @@ size(400,400);
background(loadImage("mt-fuji.jpg"));
PImage img = loadImage("dandelions.jpg");
image(img, 0, 0);
-blend(img, 0, 0, 132, 400, 268, 0, 132, 400, LIGHTEST);
\ No newline at end of file
+blend(img, 0, 0, 132, 400, 268, 0, 132, 400, LIGHTEST);
diff --git a/content/references/examples/processing/box_/box_0.pde b/content/references/examples/processing/box_/box_0.pde
index 4a35760bd..d67f89a82 100644
--- a/content/references/examples/processing/box_/box_0.pde
+++ b/content/references/examples/processing/box_/box_0.pde
@@ -2,4 +2,4 @@ size(400,400,P3D);
translate(232, 192, 0);
rotateY(0.5);
noFill();
-box(160);
\ No newline at end of file
+box(160);
diff --git a/content/references/examples/processing/box_/box_1.pde b/content/references/examples/processing/box_/box_1.pde
index d174fe0af..cf4b08960 100644
--- a/content/references/examples/processing/box_/box_1.pde
+++ b/content/references/examples/processing/box_/box_1.pde
@@ -1,4 +1,4 @@
translate(232, 192, 0);
rotateY(0.5);
noFill();
-box(160, 80, 200);
\ No newline at end of file
+box(160, 80, 200);
diff --git a/content/references/examples/processing/camera_/camera_.pde b/content/references/examples/processing/camera_/camera_.pde
index 380e09e8d..859cbc968 100644
--- a/content/references/examples/processing/camera_/camera_.pde
+++ b/content/references/examples/processing/camera_/camera_.pde
@@ -6,4 +6,4 @@ camera(70.0, 35.0, 120.0, 50.0, 50.0, 0.0,
translate(50, 50, 0);
rotateX(-PI/6);
rotateY(PI/3);
-box(45);
\ No newline at end of file
+box(45);
diff --git a/content/references/examples/processing/circle_/circle.pde b/content/references/examples/processing/circle_/circle.pde
index 0a7abba95..129b4f303 100644
--- a/content/references/examples/processing/circle_/circle.pde
+++ b/content/references/examples/processing/circle_/circle.pde
@@ -1,2 +1,2 @@
size(400, 400);
-circle(224, 184, 220);
\ No newline at end of file
+circle(224, 184, 220);
diff --git a/content/references/examples/processing/colorMode_/colorMode_2.pde b/content/references/examples/processing/colorMode_/colorMode_2.pde
index e744695b6..346b2bf96 100644
--- a/content/references/examples/processing/colorMode_/colorMode_2.pde
+++ b/content/references/examples/processing/colorMode_/colorMode_2.pde
@@ -13,4 +13,4 @@ void setup() {
void draw() {
background(bg);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/color_/color_0.pde b/content/references/examples/processing/color_/color_0.pde
index 14744413e..1ea85af03 100644
--- a/content/references/examples/processing/color_/color_0.pde
+++ b/content/references/examples/processing/color_/color_0.pde
@@ -2,4 +2,4 @@ size(400,400);
color c = color(255, 204, 0); // Define color 'c'
fill(c); // Use color variable 'c' as fill color
noStroke(); // Don't draw a stroke around shapes
-rect(120, 80, 220, 220); // Draw rectangle
\ No newline at end of file
+rect(120, 80, 220, 220); // Draw rectangle
diff --git a/content/references/examples/processing/color_/color_1.pde b/content/references/examples/processing/color_/color_1.pde
index 081817440..f7df88fe2 100644
--- a/content/references/examples/processing/color_/color_1.pde
+++ b/content/references/examples/processing/color_/color_1.pde
@@ -8,4 +8,4 @@ ellipse(100, 100, 320, 320); // Draw left circle
// generates a grayscale value.
c = color(65); // Update 'c' with grayscale value
fill(c); // Use updated 'c' as fill color
-ellipse(300, 300, 320, 320); // Draw right circle
\ No newline at end of file
+ellipse(300, 300, 320, 320); // Draw right circle
diff --git a/content/references/examples/processing/color_/color_2.pde b/content/references/examples/processing/color_/color_2.pde
index 4519f4eed..30930db9c 100644
--- a/content/references/examples/processing/color_/color_2.pde
+++ b/content/references/examples/processing/color_/color_2.pde
@@ -11,4 +11,4 @@ rect(0, 40, 180, 320); // Draw left rect
colorMode(HSB, 100); // Use HSB with scale of 0-100
c = color(50, 55, 100); // Update 'c' with new color
fill(c); // Use updated 'c' as fill color
-rect(220, 40, 180, 320); // Draw right rect
\ No newline at end of file
+rect(220, 40, 180, 320); // Draw right rect
diff --git a/content/references/examples/processing/copy_/copy_.pde b/content/references/examples/processing/copy_/copy_.pde
index 626374d33..a9a3530ad 100644
--- a/content/references/examples/processing/copy_/copy_.pde
+++ b/content/references/examples/processing/copy_/copy_.pde
@@ -5,4 +5,4 @@ copy(56, 176, 80, 80, 280, 200, 400, 400);
stroke(255);
noFill();
// Rectangle shows area being copied
-rect(56, 176, 80, 80);
\ No newline at end of file
+rect(56, 176, 80, 80);
diff --git a/content/references/examples/processing/cos_/cos_.pde b/content/references/examples/processing/cos_/cos_.pde
index 9195aa779..b7561c605 100644
--- a/content/references/examples/processing/cos_/cos_.pde
+++ b/content/references/examples/processing/cos_/cos_.pde
@@ -4,4 +4,4 @@ float inc = TWO_PI/25.0;
for (int i = 0; i < 25; i++) {
line(i*16, 200, i*16, 200+cos(a)*160.0);
a = a + inc;
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/createFont_/createFont_0.pde b/content/references/examples/processing/createFont_/createFont_0.pde
index b468a560b..759898260 100644
--- a/content/references/examples/processing/createFont_/createFont_0.pde
+++ b/content/references/examples/processing/createFont_/createFont_0.pde
@@ -10,4 +10,3 @@ void setup() {
textAlign(CENTER, CENTER);
text("!@#$%", width/2, height/2);
}
-
diff --git a/content/references/examples/processing/createImage_/createImage_1.pde b/content/references/examples/processing/createImage_/createImage_1.pde
index f94872a81..fb8088c8d 100644
--- a/content/references/examples/processing/createImage_/createImage_1.pde
+++ b/content/references/examples/processing/createImage_/createImage_1.pde
@@ -6,4 +6,4 @@ for (int i = 0; i < img.pixels.length; i++) {
}
img.updatePixels();
image(img, 68, 68);
-image(img, 136, 136);
\ No newline at end of file
+image(img, 136, 136);
diff --git a/content/references/examples/processing/createWriter_/createWriter_0.pde b/content/references/examples/processing/createWriter_/createWriter_0.pde
index 0886bcf8b..b036fb459 100644
--- a/content/references/examples/processing/createWriter_/createWriter_0.pde
+++ b/content/references/examples/processing/createWriter_/createWriter_0.pde
@@ -15,4 +15,3 @@ void keyPressed() {
output.close(); // Finishes the file
exit(); // Stops the program
}
-
diff --git a/content/references/examples/processing/curveDetail_/curveDetail_.pde b/content/references/examples/processing/curveDetail_/curveDetail_.pde
index 737926a99..aade5d07d 100644
--- a/content/references/examples/processing/curveDetail_/curveDetail_.pde
+++ b/content/references/examples/processing/curveDetail_/curveDetail_.pde
@@ -20,4 +20,4 @@ void drawCurves(float y) {
curve( 20, 112+y, 20, 112+y, 292, 104+y, 292, 252+y);
curve( 20, 112+y, 292, 104+y, 292, 252+y, 60, 268+y);
curve(292, 104+y, 292, 252+y, 60, 268+y, 60, 268+y);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/curvePoint_/curvePoint_.pde b/content/references/examples/processing/curvePoint_/curvePoint_.pde
index 77d62e520..dfd2380ad 100644
--- a/content/references/examples/processing/curvePoint_/curvePoint_.pde
+++ b/content/references/examples/processing/curvePoint_/curvePoint_.pde
@@ -15,4 +15,4 @@ for (int i = 0; i <= steps; i++) {
x = curvePoint(20, 292, 292, 60, t);
y = curvePoint(104, 96, 244, 260, t);
ellipse(x, y, 10, 10);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/curveTangent_/curveTangent_.pde b/content/references/examples/processing/curveTangent_/curveTangent_.pde
index 76f645e14..94e6b23c0 100644
--- a/content/references/examples/processing/curveTangent_/curveTangent_.pde
+++ b/content/references/examples/processing/curveTangent_/curveTangent_.pde
@@ -12,4 +12,4 @@ for (int i = 0; i <= steps; i++) {
float a = atan2(ty, tx);
a -= PI/2.0;
line(x, y, cos(a)*32 + x, sin(a)*32 + y);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/curveVertex_/curveVertex_.pde b/content/references/examples/processing/curveVertex_/curveVertex_.pde
index 01bb6ad13..4f33cd9c8 100644
--- a/content/references/examples/processing/curveVertex_/curveVertex_.pde
+++ b/content/references/examples/processing/curveVertex_/curveVertex_.pde
@@ -7,4 +7,4 @@ curveVertex(272, 76);
curveVertex(84, 68);
curveVertex(128, 400);
curveVertex(128, 400);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/curve_/curve_.pde b/content/references/examples/processing/curve_/curve_.pde
index 41072f26f..0f07127a2 100644
--- a/content/references/examples/processing/curve_/curve_.pde
+++ b/content/references/examples/processing/curve_/curve_.pde
@@ -5,4 +5,4 @@ curve(20, 104, 20, 104, 292, 96, 292, 244);
stroke(0);
curve(20, 104, 292, 96, 292, 244, 60, 260);
stroke(255, 102, 0);
-curve(292, 96, 292, 244, 60, 260, 60, 260);
\ No newline at end of file
+curve(292, 96, 292, 244, 60, 260, 60, 260);
diff --git a/content/references/examples/processing/directionalLight_/directionalLight_0.pde b/content/references/examples/processing/directionalLight_/directionalLight_0.pde
index 28ac34d15..9714dcf60 100644
--- a/content/references/examples/processing/directionalLight_/directionalLight_0.pde
+++ b/content/references/examples/processing/directionalLight_/directionalLight_0.pde
@@ -3,4 +3,4 @@ background(0);
noStroke();
directionalLight(51, 102, 126, -1, 0, 0);
translate(80, 200, 0);
-sphere(120);
\ No newline at end of file
+sphere(120);
diff --git a/content/references/examples/processing/directionalLight_/directionalLight_1.pde b/content/references/examples/processing/directionalLight_/directionalLight_1.pde
index 983695fdf..0d8626943 100644
--- a/content/references/examples/processing/directionalLight_/directionalLight_1.pde
+++ b/content/references/examples/processing/directionalLight_/directionalLight_1.pde
@@ -3,4 +3,4 @@ background(0);
noStroke();
directionalLight(51, 102, 126, 0, -1, 0);
translate(320, 200, 0);
-sphere(120);
\ No newline at end of file
+sphere(120);
diff --git a/content/references/examples/processing/ellipseMode_/ellipseMode_0.pde b/content/references/examples/processing/ellipseMode_/ellipseMode_0.pde
index d09020eb0..80a2300e2 100644
--- a/content/references/examples/processing/ellipseMode_/ellipseMode_0.pde
+++ b/content/references/examples/processing/ellipseMode_/ellipseMode_0.pde
@@ -6,4 +6,4 @@ ellipse(200, 200, 120, 120); // Draw white ellipse using RADIUS mode
ellipseMode(CENTER); // Set ellipseMode to CENTER
fill(100); // Set fill to gray
-ellipse(200, 200, 120, 120); // Draw gray ellipse using CENTER mode
\ No newline at end of file
+ellipse(200, 200, 120, 120); // Draw gray ellipse using CENTER mode
diff --git a/content/references/examples/processing/ellipseMode_/ellipseMode_1.pde b/content/references/examples/processing/ellipseMode_/ellipseMode_1.pde
index e1eaeb53f..7bf38693d 100644
--- a/content/references/examples/processing/ellipseMode_/ellipseMode_1.pde
+++ b/content/references/examples/processing/ellipseMode_/ellipseMode_1.pde
@@ -6,4 +6,4 @@ ellipse(100, 100, 200, 200); // Draw white ellipse using CORNER mode
ellipseMode(CORNERS); // Set ellipseMode to CORNERS
fill(100); // Set fill to gray
-ellipse(100, 100, 200, 200); // Draw gray ellipse using CORNERS mode
\ No newline at end of file
+ellipse(100, 100, 200, 200); // Draw gray ellipse using CORNERS mode
diff --git a/content/references/examples/processing/ellipse_/ellipse_.pde b/content/references/examples/processing/ellipse_/ellipse_.pde
index 52e27bd00..293ba53b0 100644
--- a/content/references/examples/processing/ellipse_/ellipse_.pde
+++ b/content/references/examples/processing/ellipse_/ellipse_.pde
@@ -1,2 +1,2 @@
size(400, 400);
-ellipse(224, 184, 220, 220);
\ No newline at end of file
+ellipse(224, 184, 220, 220);
diff --git a/content/references/examples/processing/else/else0.pde b/content/references/examples/processing/else/else0.pde
index 265fffed2..7039a7f89 100644
--- a/content/references/examples/processing/else/else0.pde
+++ b/content/references/examples/processing/else/else0.pde
@@ -6,4 +6,4 @@ for (int i = 20; i < 380; i += 20) {
} else {
line(80, i, 360, i);
}
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/else/else1.pde b/content/references/examples/processing/else/else1.pde
index 349dd61b7..8ba4bf4b1 100644
--- a/content/references/examples/processing/else/else1.pde
+++ b/content/references/examples/processing/else/else1.pde
@@ -8,4 +8,4 @@ for (int i = 20; i < 380; i += 20) {
} else {
line(0, i, 400, i);
}
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/emissive_/emissive_.pde b/content/references/examples/processing/emissive_/emissive_.pde
index e0ee5b7a1..db63955b2 100644
--- a/content/references/examples/processing/emissive_/emissive_.pde
+++ b/content/references/examples/processing/emissive_/emissive_.pde
@@ -5,4 +5,4 @@ background(0);
directionalLight(204, 204, 204, .5, 0, -1);
emissive(0, 26, 51);
translate(280, 200, 0);
-sphere(120);
\ No newline at end of file
+sphere(120);
diff --git a/content/references/examples/processing/endCamera_/endCamera_.pde b/content/references/examples/processing/endCamera_/endCamera_.pde
index 8477bc4b5..4e8203346 100644
--- a/content/references/examples/processing/endCamera_/endCamera_.pde
+++ b/content/references/examples/processing/endCamera_/endCamera_.pde
@@ -8,4 +8,4 @@ endCamera();
translate(200, 200, 0);
rotateY(PI/3);
-box(180);
\ No newline at end of file
+box(180);
diff --git a/content/references/examples/processing/endContour_/endContour_0.pde b/content/references/examples/processing/endContour_/endContour_0.pde
index 36865f99b..01ca2b38e 100644
--- a/content/references/examples/processing/endContour_/endContour_0.pde
+++ b/content/references/examples/processing/endContour_/endContour_0.pde
@@ -14,4 +14,4 @@ vertex(-80, 80);
vertex(80, 80);
vertex(80, -80);
endContour();
-endShape(CLOSE);
\ No newline at end of file
+endShape(CLOSE);
diff --git a/content/references/examples/processing/endShape_/endShape_.pde b/content/references/examples/processing/endShape_/endShape_.pde
index 09156676a..d97ae11e0 100644
--- a/content/references/examples/processing/endShape_/endShape_.pde
+++ b/content/references/examples/processing/endShape_/endShape_.pde
@@ -11,4 +11,4 @@ beginShape();
vertex(200, 80);
vertex(300, 80);
vertex(300, 320);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/exp_/exp_0.pde b/content/references/examples/processing/exp_/exp_0.pde
index 1bca2a6e9..a6c8bfbd4 100644
--- a/content/references/examples/processing/exp_/exp_0.pde
+++ b/content/references/examples/processing/exp_/exp_0.pde
@@ -1,3 +1,2 @@
float v1 = exp(1.0);
println(v1); // Prints "2.7182817"
-
diff --git a/content/references/examples/processing/fill_/fill_0.pde b/content/references/examples/processing/fill_/fill_0.pde
index dfcd86c05..96db7112f 100644
--- a/content/references/examples/processing/fill_/fill_0.pde
+++ b/content/references/examples/processing/fill_/fill_0.pde
@@ -1,3 +1,3 @@
size(400, 400);
fill(153);
-rect(120, 80, 220, 220);
\ No newline at end of file
+rect(120, 80, 220, 220);
diff --git a/content/references/examples/processing/fill_/fill_1.pde b/content/references/examples/processing/fill_/fill_1.pde
index 88569bd0c..d165a906c 100644
--- a/content/references/examples/processing/fill_/fill_1.pde
+++ b/content/references/examples/processing/fill_/fill_1.pde
@@ -1,3 +1,3 @@
size(400, 400);
fill(204, 102, 0);
-rect(120, 80, 220, 220);
\ No newline at end of file
+rect(120, 80, 220, 220);
diff --git a/content/references/examples/processing/filter_/filter_0.pde b/content/references/examples/processing/filter_/filter_0.pde
index 79264913d..29ecba59a 100644
--- a/content/references/examples/processing/filter_/filter_0.pde
+++ b/content/references/examples/processing/filter_/filter_0.pde
@@ -1,4 +1,4 @@
PImage img;
img = loadImage("flower.jpg");
image(img, 0, 0);
-filter(THRESHOLD);
\ No newline at end of file
+filter(THRESHOLD);
diff --git a/content/references/examples/processing/filter_/filter_1.pde b/content/references/examples/processing/filter_/filter_1.pde
index 87444eb65..84d00f95f 100644
--- a/content/references/examples/processing/filter_/filter_1.pde
+++ b/content/references/examples/processing/filter_/filter_1.pde
@@ -1,4 +1,4 @@
PImage img;
img = loadImage("flower.jpg");
image(img, 0, 0);
-filter(GRAY);
\ No newline at end of file
+filter(GRAY);
diff --git a/content/references/examples/processing/filter_/filter_2.pde b/content/references/examples/processing/filter_/filter_2.pde
index cf82eaaaf..029288a83 100644
--- a/content/references/examples/processing/filter_/filter_2.pde
+++ b/content/references/examples/processing/filter_/filter_2.pde
@@ -1,4 +1,4 @@
PImage img;
img = loadImage("flower.jpg");
image(img, 0, 0);
-filter(INVERT);
\ No newline at end of file
+filter(INVERT);
diff --git a/content/references/examples/processing/filter_/filter_3.pde b/content/references/examples/processing/filter_/filter_3.pde
index 47b11ec67..abc98e3a9 100644
--- a/content/references/examples/processing/filter_/filter_3.pde
+++ b/content/references/examples/processing/filter_/filter_3.pde
@@ -1,4 +1,4 @@
PImage img;
img = loadImage("flower.jpg");
image(img, 0, 0);
-filter(POSTERIZE, 4);
\ No newline at end of file
+filter(POSTERIZE, 4);
diff --git a/content/references/examples/processing/filter_/filter_4.pde b/content/references/examples/processing/filter_/filter_4.pde
index aaf6f6a59..867040a2a 100644
--- a/content/references/examples/processing/filter_/filter_4.pde
+++ b/content/references/examples/processing/filter_/filter_4.pde
@@ -1,4 +1,4 @@
PImage img;
img = loadImage("flower.jpg");
image(img, 0, 0);
-filter(BLUR, 6);
\ No newline at end of file
+filter(BLUR, 6);
diff --git a/content/references/examples/processing/filter_/filter_7.pde b/content/references/examples/processing/filter_/filter_7.pde
index 657b5221f..6eb22ef1a 100644
--- a/content/references/examples/processing/filter_/filter_7.pde
+++ b/content/references/examples/processing/filter_/filter_7.pde
@@ -11,4 +11,4 @@ void setup() {
void draw() {
filter(blur); // Blurs more each time through draw()
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/for/for_0.pde b/content/references/examples/processing/for/for_0.pde
index f72992795..d68bfa8ff 100644
--- a/content/references/examples/processing/for/for_0.pde
+++ b/content/references/examples/processing/for/for_0.pde
@@ -1,4 +1,4 @@
size(400, 400);
for (int i = 0; i < 160; i = i+1) {
line(120, i, 320, i);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/for/for_1.pde b/content/references/examples/processing/for/for_1.pde
index bf605d482..2245690f3 100644
--- a/content/references/examples/processing/for/for_1.pde
+++ b/content/references/examples/processing/for/for_1.pde
@@ -1,4 +1,4 @@
size(400, 400);
for (int i = 0; i < 320; i = i+20) {
line(120, i, 320, i);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/for/for_2.pde b/content/references/examples/processing/for/for_2.pde
index bdb455b36..470d260b4 100644
--- a/content/references/examples/processing/for/for_2.pde
+++ b/content/references/examples/processing/for/for_2.pde
@@ -1,4 +1,4 @@
size(400, 400);
for (int i = 160; i < 320; i = i+20) {
line(120, i, 320, i);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/for/for_3.pde b/content/references/examples/processing/for/for_3.pde
index 1f90dcc5b..08a0841db 100644
--- a/content/references/examples/processing/for/for_3.pde
+++ b/content/references/examples/processing/for/for_3.pde
@@ -6,4 +6,4 @@ for (int i = 120; i < 320; i = i+20) {
for (int j = 0; j < 320; j = j+20) {
point(i, j);
}
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/frustum_/frustum_.pde b/content/references/examples/processing/frustum_/frustum_.pde
index 0ce692e2f..e9b36eac0 100644
--- a/content/references/examples/processing/frustum_/frustum_.pde
+++ b/content/references/examples/processing/frustum_/frustum_.pde
@@ -3,4 +3,4 @@ noFill();
background(204);
frustum(-40, 0, 0, 40, 40, 800);
rotateY(PI/6);
-box(180);
\ No newline at end of file
+box(180);
diff --git a/content/references/examples/processing/get_/get_0.pde b/content/references/examples/processing/get_/get_0.pde
index 8bf3da958..5231331e3 100644
--- a/content/references/examples/processing/get_/get_0.pde
+++ b/content/references/examples/processing/get_/get_0.pde
@@ -2,4 +2,4 @@ size(400,400);
PImage myImage = loadImage("flower.jpg");
image(myImage, 0, 0);
PImage c = get();
-image(c, width/2, 0);
\ No newline at end of file
+image(c, width/2, 0);
diff --git a/content/references/examples/processing/get_/get_1.pde b/content/references/examples/processing/get_/get_1.pde
index 9812c7106..902b8d62c 100644
--- a/content/references/examples/processing/get_/get_1.pde
+++ b/content/references/examples/processing/get_/get_1.pde
@@ -4,4 +4,4 @@ image(myImage, 0, 0);
color c = get(25, 25);
fill(c);
noStroke();
-rect(100, 100, 200, 200);
\ No newline at end of file
+rect(100, 100, 200, 200);
diff --git a/content/references/examples/processing/green_/green_.pde b/content/references/examples/processing/green_/green_.pde
index 6d2becdb0..35344a826 100644
--- a/content/references/examples/processing/green_/green_.pde
+++ b/content/references/examples/processing/green_/green_.pde
@@ -6,4 +6,4 @@ rect(60, 80, 140, 240); // Draw left rectangle
float greenValue = green(c); // Get green in 'c'
println(greenValue); // Print "75.0"
fill(0, greenValue, 0); // Use 'greenValue' in new fill
-rect(200, 80, 140, 240); // Draw right rectangle
\ No newline at end of file
+rect(200, 80, 140, 240); // Draw right rectangle
diff --git a/content/references/examples/processing/height/height.pde b/content/references/examples/processing/height/height.pde
index 1ab9df4cf..fcacda8f0 100644
--- a/content/references/examples/processing/height/height.pde
+++ b/content/references/examples/processing/height/height.pde
@@ -2,4 +2,4 @@ size(400, 400);
noStroke();
background(0);
rect(160, 0, 80, height);
-rect(240, 0, 80, height/8);
\ No newline at end of file
+rect(240, 0, 80, height/8);
diff --git a/content/references/examples/processing/hue_/hue_.pde b/content/references/examples/processing/hue_/hue_.pde
index 61ffafb23..75d0b0d0d 100644
--- a/content/references/examples/processing/hue_/hue_.pde
+++ b/content/references/examples/processing/hue_/hue_.pde
@@ -6,4 +6,4 @@ fill(c);
rect(60, 80, 140, 240);
float value = hue(c); // Sets 'value' to "0"
fill(value);
-rect(200, 80, 140, 240);
\ No newline at end of file
+rect(200, 80, 140, 240);
diff --git a/content/references/examples/processing/if/if.pde b/content/references/examples/processing/if/if.pde
index c0b0c4cc2..efdc4d6d2 100644
--- a/content/references/examples/processing/if/if.pde
+++ b/content/references/examples/processing/if/if.pde
@@ -4,4 +4,4 @@ for (int i = 5; i < height; i += 5) {
stroke(0); //...set the color to black
}
line(30, i, 80, i);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/imageMode_/imageMode_0.pde b/content/references/examples/processing/imageMode_/imageMode_0.pde
index 8544afd36..6aa434805 100644
--- a/content/references/examples/processing/imageMode_/imageMode_0.pde
+++ b/content/references/examples/processing/imageMode_/imageMode_0.pde
@@ -8,4 +8,4 @@ void setup() {
void draw() {
imageMode(CORNER);
image(img, 40, 40, 200, 200); // Draw image using CORNER mode
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/imageMode_/imageMode_1.pde b/content/references/examples/processing/imageMode_/imageMode_1.pde
index d75ded5a6..475bd41e0 100644
--- a/content/references/examples/processing/imageMode_/imageMode_1.pde
+++ b/content/references/examples/processing/imageMode_/imageMode_1.pde
@@ -8,4 +8,4 @@ void setup() {
void draw() {
imageMode(CORNERS);
image(img, 40, 40, 360, 160); // Draw image using CORNERS mode
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/imageMode_/imageMode_2.pde b/content/references/examples/processing/imageMode_/imageMode_2.pde
index 4e54fe1fe..9b21ce716 100644
--- a/content/references/examples/processing/imageMode_/imageMode_2.pde
+++ b/content/references/examples/processing/imageMode_/imageMode_2.pde
@@ -8,4 +8,4 @@ void setup() {
void draw() {
imageMode(CENTER);
image(img, 200, 200, 320, 320); // Draw image using CENTER mode
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/image_/image_0.pde b/content/references/examples/processing/image_/image_0.pde
index 493b2ed6e..48066538f 100644
--- a/content/references/examples/processing/image_/image_0.pde
+++ b/content/references/examples/processing/image_/image_0.pde
@@ -7,4 +7,4 @@ void setup() {
void draw() {
image(img, 0, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/image_/image_1.pde b/content/references/examples/processing/image_/image_1.pde
index 9418ad6f7..91e010f29 100644
--- a/content/references/examples/processing/image_/image_1.pde
+++ b/content/references/examples/processing/image_/image_1.pde
@@ -8,4 +8,4 @@ void setup() {
void draw() {
image(img, 0, 0);
image(img, 0, 0, width/2, height/2);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/join_/join_0.pde b/content/references/examples/processing/join_/join_0.pde
index 41f302867..55fdf74e3 100644
--- a/content/references/examples/processing/join_/join_0.pde
+++ b/content/references/examples/processing/join_/join_0.pde
@@ -13,4 +13,3 @@ numbers[1] = 67;
numbers[2] = 5;
String joinedNumbers = join(nf(numbers, 0), ", ");
println(joinedNumbers); // Prints "8, 67, 5"
-
diff --git a/content/references/examples/processing/keyTyped_/keyTyped_0.pde b/content/references/examples/processing/keyTyped_/keyTyped_0.pde
index 7cc0467cf..3bc46cb62 100644
--- a/content/references/examples/processing/keyTyped_/keyTyped_0.pde
+++ b/content/references/examples/processing/keyTyped_/keyTyped_0.pde
@@ -14,4 +14,3 @@ void keyTyped() {
void keyReleased() {
println("released " + int(key) + " " + keyCode);
}
-
diff --git a/content/references/examples/processing/lerpColor_/lerpColor_.pde b/content/references/examples/processing/lerpColor_/lerpColor_.pde
index 1aac8aa31..e69a7dfc5 100644
--- a/content/references/examples/processing/lerpColor_/lerpColor_.pde
+++ b/content/references/examples/processing/lerpColor_/lerpColor_.pde
@@ -13,4 +13,4 @@ rect(120, 80, 80, 240);
fill(interB);
rect(200, 80, 80, 240);
fill(to);
-rect(280, 80, 80, 240);
\ No newline at end of file
+rect(280, 80, 80, 240);
diff --git a/content/references/examples/processing/lerp_/lerp_0.pde b/content/references/examples/processing/lerp_/lerp_0.pde
index 7eb93a7c8..a624b4ffc 100644
--- a/content/references/examples/processing/lerp_/lerp_0.pde
+++ b/content/references/examples/processing/lerp_/lerp_0.pde
@@ -10,4 +10,4 @@ vertex(b, 200);
vertex(c, 200);
vertex(d, 200);
vertex(e, 200);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/lerp_/lerp_1.pde b/content/references/examples/processing/lerp_/lerp_1.pde
index 2fd51339b..b0715180c 100644
--- a/content/references/examples/processing/lerp_/lerp_1.pde
+++ b/content/references/examples/processing/lerp_/lerp_1.pde
@@ -8,4 +8,4 @@ for (int i = 0; i <= 40; i++) {
float x = lerp(x1, x2, i/40.0) + 40;
float y = lerp(y1, y2, i/40.0);
point(x, y);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/lightFalloff_/lightFalloff_.pde b/content/references/examples/processing/lightFalloff_/lightFalloff_.pde
index e1bf8707f..872c92334 100644
--- a/content/references/examples/processing/lightFalloff_/lightFalloff_.pde
+++ b/content/references/examples/processing/lightFalloff_/lightFalloff_.pde
@@ -8,4 +8,4 @@ vertex(0, 0, 0);
vertex(400, 0, -400);
vertex(400, 400, -400);
vertex(0, 400, 0);
-endShape(CLOSE);
\ No newline at end of file
+endShape(CLOSE);
diff --git a/content/references/examples/processing/lightSpecular_/lightSpecular_.pde b/content/references/examples/processing/lightSpecular_/lightSpecular_.pde
index 7fef67f57..69d19ac15 100644
--- a/content/references/examples/processing/lightSpecular_/lightSpecular_.pde
+++ b/content/references/examples/processing/lightSpecular_/lightSpecular_.pde
@@ -10,4 +10,4 @@ specular(51, 51, 51);
sphere(120);
translate(240, 0, 0);
specular(102, 102, 102);
-sphere(120);
\ No newline at end of file
+sphere(120);
diff --git a/content/references/examples/processing/lights_/lights_0.pde b/content/references/examples/processing/lights_/lights_0.pde
index 85cd87723..0d53d6481 100644
--- a/content/references/examples/processing/lights_/lights_0.pde
+++ b/content/references/examples/processing/lights_/lights_0.pde
@@ -7,4 +7,4 @@ lights();
translate(80, 200, 0);
sphere(120);
translate(240, 0, 0);
-sphere(120);
\ No newline at end of file
+sphere(120);
diff --git a/content/references/examples/processing/lights_/lights_1.pde b/content/references/examples/processing/lights_/lights_1.pde
index c65e0ca7e..ca994be80 100644
--- a/content/references/examples/processing/lights_/lights_1.pde
+++ b/content/references/examples/processing/lights_/lights_1.pde
@@ -12,4 +12,4 @@ void draw() {
sphere(120);
translate(240, 0, 0);
sphere(120);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/line_/line_0.pde b/content/references/examples/processing/line_/line_0.pde
index 2ca771eba..c76f11ce5 100644
--- a/content/references/examples/processing/line_/line_0.pde
+++ b/content/references/examples/processing/line_/line_0.pde
@@ -1,2 +1,2 @@
size(400, 400);
-line(120, 80, 340, 300);
\ No newline at end of file
+line(120, 80, 340, 300);
diff --git a/content/references/examples/processing/line_/line_1.pde b/content/references/examples/processing/line_/line_1.pde
index 911279db4..2b8921dc1 100644
--- a/content/references/examples/processing/line_/line_1.pde
+++ b/content/references/examples/processing/line_/line_1.pde
@@ -3,4 +3,4 @@ line(120, 80, 340, 80);
stroke(126);
line(340, 80, 340, 300);
stroke(255);
-line(340, 300, 120, 300);
\ No newline at end of file
+line(340, 300, 120, 300);
diff --git a/content/references/examples/processing/line_/line_2.pde b/content/references/examples/processing/line_/line_2.pde
index c1c66c9b7..e50050d7c 100644
--- a/content/references/examples/processing/line_/line_2.pde
+++ b/content/references/examples/processing/line_/line_2.pde
@@ -5,4 +5,4 @@ line(120, 80, 0, 340, 80, 60);
stroke(126);
line(340, 80, 60, 340, 300, 0);
stroke(255);
-line(340, 300, 0, 120, 300, -200);
\ No newline at end of file
+line(340, 300, 0, 120, 300, -200);
diff --git a/content/references/examples/processing/loadFont_/loadFont_.pde b/content/references/examples/processing/loadFont_/loadFont_.pde
index c0b8f34a0..6db67bf43 100644
--- a/content/references/examples/processing/loadFont_/loadFont_.pde
+++ b/content/references/examples/processing/loadFont_/loadFont_.pde
@@ -4,4 +4,4 @@ PFont font;
// "data" directory to load successfully
font = loadFont("LetterGothicStd.otf");
textFont(font, 128);
-text("word", 50, 200);
\ No newline at end of file
+text("word", 50, 200);
diff --git a/content/references/examples/processing/loadImage_/loadImage_0.pde b/content/references/examples/processing/loadImage_/loadImage_0.pde
index a6d5ab047..a527211c5 100644
--- a/content/references/examples/processing/loadImage_/loadImage_0.pde
+++ b/content/references/examples/processing/loadImage_/loadImage_0.pde
@@ -1,4 +1,4 @@
size(400,400);
PImage img;
img = loadImage("shells.jpg");
-image(img, 0, 0);
\ No newline at end of file
+image(img, 0, 0);
diff --git a/content/references/examples/processing/loadImage_/loadImage_1.pde b/content/references/examples/processing/loadImage_/loadImage_1.pde
index 2b7029397..c0fcbb7da 100644
--- a/content/references/examples/processing/loadImage_/loadImage_1.pde
+++ b/content/references/examples/processing/loadImage_/loadImage_1.pde
@@ -7,4 +7,4 @@ void setup() {
void draw() {
image(img, 0, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/loadImage_/loadImage_2.pde b/content/references/examples/processing/loadImage_/loadImage_2.pde
index 97974c373..e03b4ffa5 100644
--- a/content/references/examples/processing/loadImage_/loadImage_2.pde
+++ b/content/references/examples/processing/loadImage_/loadImage_2.pde
@@ -10,4 +10,4 @@ void setup() {
void draw() {
background(0);
image(webImg, 0, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/loadPixels_/loadPixels_.pde b/content/references/examples/processing/loadPixels_/loadPixels_.pde
index 9855aa3e9..e9ea99496 100644
--- a/content/references/examples/processing/loadPixels_/loadPixels_.pde
+++ b/content/references/examples/processing/loadPixels_/loadPixels_.pde
@@ -7,4 +7,4 @@ loadPixels();
for (int i = 0; i < halfImage; i++) {
pixels[i+halfImage] = pixels[i];
}
-updatePixels();
\ No newline at end of file
+updatePixels();
diff --git a/content/references/examples/processing/loadShape_/loadShape_0.pde b/content/references/examples/processing/loadShape_/loadShape_0.pde
index 9cd16bfd2..dbb3b8300 100644
--- a/content/references/examples/processing/loadShape_/loadShape_0.pde
+++ b/content/references/examples/processing/loadShape_/loadShape_0.pde
@@ -10,4 +10,4 @@ void setup() {
void draw() {
shape(s, 40, 40, 320, 320);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/loadShape_/loadShape_1.pde b/content/references/examples/processing/loadShape_/loadShape_1.pde
index b754f3fe5..a7d5f517c 100644
--- a/content/references/examples/processing/loadShape_/loadShape_1.pde
+++ b/content/references/examples/processing/loadShape_/loadShape_1.pde
@@ -11,4 +11,4 @@ void draw() {
background(204);
translate(width/2, height/2);
shape(s, 0, 0);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/logicalAND/logicalAND.pde b/content/references/examples/processing/logicalAND/logicalAND.pde
index f956ff883..42d4c8d83 100644
--- a/content/references/examples/processing/logicalAND/logicalAND.pde
+++ b/content/references/examples/processing/logicalAND/logicalAND.pde
@@ -6,4 +6,4 @@ for (int i = 20; i <= 380; i += 20) {
stroke(255); // Set color to white
}
line(120, i, 320, i);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/logicalNOT/logicalNOT.pde b/content/references/examples/processing/logicalNOT/logicalNOT.pde
index 0a0d51b92..e271065e5 100644
--- a/content/references/examples/processing/logicalNOT/logicalNOT.pde
+++ b/content/references/examples/processing/logicalNOT/logicalNOT.pde
@@ -6,4 +6,4 @@ if (!a) {
if (a) {
line(80, 40, 360, 320);
line(80, 320, 360, 40);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/logicalNOT/logicalNOT_2.pde b/content/references/examples/processing/logicalNOT/logicalNOT_2.pde
index 9bfb78884..82338a87a 100644
--- a/content/references/examples/processing/logicalNOT/logicalNOT_2.pde
+++ b/content/references/examples/processing/logicalNOT/logicalNOT_2.pde
@@ -6,4 +6,4 @@ if (!a) {
if (a) {
line(80, 40, 360, 320);
line(80, 320, 360, 40);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/logicalOR/logicalOR.pde b/content/references/examples/processing/logicalOR/logicalOR.pde
index 0b912d866..136e0e87e 100644
--- a/content/references/examples/processing/logicalOR/logicalOR.pde
+++ b/content/references/examples/processing/logicalOR/logicalOR.pde
@@ -4,4 +4,4 @@ for (int i = 20 ; i <= 380; i += 20) {
if ((i < 140) || (i > 240)) {
line(120, i, 320, i);
}
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/mag_/mag_.pde b/content/references/examples/processing/mag_/mag_.pde
index 7d8b842c7..d5a8a2c76 100644
--- a/content/references/examples/processing/mag_/mag_.pde
+++ b/content/references/examples/processing/mag_/mag_.pde
@@ -12,4 +12,4 @@ println(mag(x2, y1)); // Prints "341.76016"
line(0, 0, x1, y2);
println(mag(x1, y2)); // Prints "291.2044"
line(0, 0, x2, y2);
-println(mag(x2, y2)); // Prints "425.20584"
\ No newline at end of file
+println(mag(x2, y2)); // Prints "425.20584"
diff --git a/content/references/examples/processing/mouseWheel_/mouseWheel_0.pde b/content/references/examples/processing/mouseWheel_/mouseWheel_0.pde
index 048c9291a..deefebf1b 100644
--- a/content/references/examples/processing/mouseWheel_/mouseWheel_0.pde
+++ b/content/references/examples/processing/mouseWheel_/mouseWheel_0.pde
@@ -8,4 +8,3 @@ void mouseWheel(MouseEvent event) {
float e = event.getCount();
println(e);
}
-
diff --git a/content/references/examples/processing/new/new_0.pde b/content/references/examples/processing/new/new_0.pde
index 176ab854c..847bfca78 100644
--- a/content/references/examples/processing/new/new_0.pde
+++ b/content/references/examples/processing/new/new_0.pde
@@ -22,4 +22,3 @@ class HLine {
line(0, y, width, y);
}
}
-
diff --git a/content/references/examples/processing/nfc_/nfc_0.pde b/content/references/examples/processing/nfc_/nfc_0.pde
index 4c472ac12..425160eeb 100644
--- a/content/references/examples/processing/nfc_/nfc_0.pde
+++ b/content/references/examples/processing/nfc_/nfc_0.pde
@@ -4,4 +4,3 @@ println(si); // Prints "500,000"
float f = 42525.34343;
String fi = nfc(f, 2);
println(fi); // Prints "42,525.34"
-
diff --git a/content/references/examples/processing/nfc_/nfc_1.pde b/content/references/examples/processing/nfc_/nfc_1.pde
index 5b1326a08..d09af4b45 100644
--- a/content/references/examples/processing/nfc_/nfc_1.pde
+++ b/content/references/examples/processing/nfc_/nfc_1.pde
@@ -4,4 +4,3 @@ println(si); // Prints "500,000 4,000"
float[] f = { 42525.34343, 3.14159 };
String[] fi = nfc(f, 2);
println(fi); // Prints "42,525.34 3.14"
-
diff --git a/content/references/examples/processing/noFill_/noFill_.pde b/content/references/examples/processing/noFill_/noFill_.pde
index 59146b974..2d1ad8fdc 100644
--- a/content/references/examples/processing/noFill_/noFill_.pde
+++ b/content/references/examples/processing/noFill_/noFill_.pde
@@ -2,4 +2,4 @@ size(400, 400);
float x1 = 80;
rect(60, 40, 220, 220);
noFill();
-rect(120, 80, 220, 220);
\ No newline at end of file
+rect(120, 80, 220, 220);
diff --git a/content/references/examples/processing/noSmooth_/noSmooth_.pde b/content/references/examples/processing/noSmooth_/noSmooth_.pde
index f08daf7fa..8eb117550 100644
--- a/content/references/examples/processing/noSmooth_/noSmooth_.pde
+++ b/content/references/examples/processing/noSmooth_/noSmooth_.pde
@@ -3,4 +3,4 @@ noSmooth();
noStroke();
background(0);
ellipse(120, 192, 144, 144);
-ellipse(280, 192, 144, 144);
\ No newline at end of file
+ellipse(280, 192, 144, 144);
diff --git a/content/references/examples/processing/noStroke_/noStroke_.pde b/content/references/examples/processing/noStroke_/noStroke_.pde
index 5d07a4e7f..3486e84e9 100644
--- a/content/references/examples/processing/noStroke_/noStroke_.pde
+++ b/content/references/examples/processing/noStroke_/noStroke_.pde
@@ -1,3 +1,3 @@
size(400, 400);
noStroke();
-rect(120, 80, 220, 220);
\ No newline at end of file
+rect(120, 80, 220, 220);
diff --git a/content/references/examples/processing/noTint_/noTint_.pde b/content/references/examples/processing/noTint_/noTint_.pde
index 4e6ed899c..47994075a 100644
--- a/content/references/examples/processing/noTint_/noTint_.pde
+++ b/content/references/examples/processing/noTint_/noTint_.pde
@@ -4,4 +4,4 @@ img = loadImage("yuya-onsen.jpg");
tint(0, 153, 204); // Tint blue
image(img, 0, 0);
noTint(); // Disable tint
-image(img, 200, 0);
\ No newline at end of file
+image(img, 200, 0);
diff --git a/content/references/examples/processing/normal_/normal_.pde b/content/references/examples/processing/normal_/normal_.pde
index 199f5dc46..595ff6da6 100644
--- a/content/references/examples/processing/normal_/normal_.pde
+++ b/content/references/examples/processing/normal_/normal_.pde
@@ -8,4 +8,4 @@ vertex(80, 80, -40);
vertex(320, 80, 40);
vertex(320, 320, -40);
vertex(80, 320, 40);
-endShape(CLOSE);
\ No newline at end of file
+endShape(CLOSE);
diff --git a/content/references/examples/processing/ortho_/ortho_.pde b/content/references/examples/processing/ortho_/ortho_.pde
index b52bbed16..43372accf 100644
--- a/content/references/examples/processing/ortho_/ortho_.pde
+++ b/content/references/examples/processing/ortho_/ortho_.pde
@@ -5,4 +5,4 @@ ortho(-width/2, width/2, -height/2, height/2); // Same as ortho()
translate(width/2, height/2, 0);
rotateX(-PI/6);
rotateY(PI/3);
-box(180);
\ No newline at end of file
+box(180);
diff --git a/content/references/examples/processing/perspective_/perspective_.pde b/content/references/examples/processing/perspective_/perspective_.pde
index d383b7ede..4942e7cb4 100644
--- a/content/references/examples/processing/perspective_/perspective_.pde
+++ b/content/references/examples/processing/perspective_/perspective_.pde
@@ -8,4 +8,4 @@ perspective(fov, float(width)/float(height),
translate(200, 200, 0);
rotateX(-PI/6);
rotateY(PI/3);
-box(180);
\ No newline at end of file
+box(180);
diff --git a/content/references/examples/processing/pixels/pixels.pde b/content/references/examples/processing/pixels/pixels.pde
index cd2af2699..f0915ca28 100644
--- a/content/references/examples/processing/pixels/pixels.pde
+++ b/content/references/examples/processing/pixels/pixels.pde
@@ -4,4 +4,4 @@ loadPixels();
for (int i = 0; i < (width*height/2)-width/2; i++) {
pixels[i] = pink;
}
-updatePixels();
\ No newline at end of file
+updatePixels();
diff --git a/content/references/examples/processing/pointLight_/pointLight_.pde b/content/references/examples/processing/pointLight_/pointLight_.pde
index f49ab3e79..adbb6f7b2 100644
--- a/content/references/examples/processing/pointLight_/pointLight_.pde
+++ b/content/references/examples/processing/pointLight_/pointLight_.pde
@@ -3,4 +3,4 @@ background(0);
noStroke();
pointLight(51, 102, 126, 140, 160, 144);
translate(320, 200, 0);
-sphere(120);
\ No newline at end of file
+sphere(120);
diff --git a/content/references/examples/processing/point_/point_0.pde b/content/references/examples/processing/point_/point_0.pde
index 32c18caec..c1665df49 100644
--- a/content/references/examples/processing/point_/point_0.pde
+++ b/content/references/examples/processing/point_/point_0.pde
@@ -3,4 +3,4 @@ noSmooth();
point(120, 80);
point(340, 80);
point(340, 300);
-point(120, 300);
\ No newline at end of file
+point(120, 300);
diff --git a/content/references/examples/processing/point_/point_1.pde b/content/references/examples/processing/point_/point_1.pde
index 4be60afe9..40fec0a90 100644
--- a/content/references/examples/processing/point_/point_1.pde
+++ b/content/references/examples/processing/point_/point_1.pde
@@ -3,4 +3,4 @@ noSmooth();
point(120, 80, -200);
point(340, 80, -200);
point(340, 300, -200);
-point(120, 300, -200);
\ No newline at end of file
+point(120, 300, -200);
diff --git a/content/references/examples/processing/popMatrix_/popMatrix_.pde b/content/references/examples/processing/popMatrix_/popMatrix_.pde
index eb70ff7a3..d0cfd1c06 100644
--- a/content/references/examples/processing/popMatrix_/popMatrix_.pde
+++ b/content/references/examples/processing/popMatrix_/popMatrix_.pde
@@ -10,4 +10,4 @@ rect(0, 0, 200, 200); // Black rectangle
popMatrix();
fill(100);
-rect(60, 40, 200, 200); // Gray rectangle
\ No newline at end of file
+rect(60, 40, 200, 200); // Gray rectangle
diff --git a/content/references/examples/processing/popStyle_/popStyle_0.pde b/content/references/examples/processing/popStyle_/popStyle_0.pde
index e53cc9715..87d3fed40 100644
--- a/content/references/examples/processing/popStyle_/popStyle_0.pde
+++ b/content/references/examples/processing/popStyle_/popStyle_0.pde
@@ -8,4 +8,4 @@ fill(204, 153, 0);
ellipse(200, 200, 132, 132); // Middle circle
popStyle(); // Restore original style
-ellipse(400, 200, 132, 132); // Right circle
\ No newline at end of file
+ellipse(400, 200, 132, 132); // Right circle
diff --git a/content/references/examples/processing/popStyle_/popStyle_1.pde b/content/references/examples/processing/popStyle_/popStyle_1.pde
index ba122d6ba..c7035f10b 100644
--- a/content/references/examples/processing/popStyle_/popStyle_1.pde
+++ b/content/references/examples/processing/popStyle_/popStyle_1.pde
@@ -14,4 +14,4 @@ popStyle(); // Restore the previous style
popStyle(); // Restore original style
-ellipse(400, 200, 132, 132); // Right circle
\ No newline at end of file
+ellipse(400, 200, 132, 132); // Right circle
diff --git a/content/references/examples/processing/pop_/pop_0.pde b/content/references/examples/processing/pop_/pop_0.pde
index 8aaa7cc8e..8100e20fa 100644
--- a/content/references/examples/processing/pop_/pop_0.pde
+++ b/content/references/examples/processing/pop_/pop_0.pde
@@ -8,4 +8,4 @@ rect(0, 0, 200, 200); // Black rectangle
pop(); // Restore original settings
fill(100);
-rect(40, 40, 200, 200); // Gray rectangle
\ No newline at end of file
+rect(40, 40, 200, 200); // Gray rectangle
diff --git a/content/references/examples/processing/pop_/pop_1.pde b/content/references/examples/processing/pop_/pop_1.pde
index 0430ef462..0e75f9beb 100644
--- a/content/references/examples/processing/pop_/pop_1.pde
+++ b/content/references/examples/processing/pop_/pop_1.pde
@@ -6,4 +6,4 @@ fill(204, 153, 0);
ellipse(200, 200, 133, 133); // Middle circle
pop(); // Restore original settings
-ellipse(400, 200, 133, 133); // Right circle
\ No newline at end of file
+ellipse(400, 200, 133, 133); // Right circle
diff --git a/content/references/examples/processing/pushMatrix_/pushMatrix_.pde b/content/references/examples/processing/pushMatrix_/pushMatrix_.pde
index eb70ff7a3..d0cfd1c06 100644
--- a/content/references/examples/processing/pushMatrix_/pushMatrix_.pde
+++ b/content/references/examples/processing/pushMatrix_/pushMatrix_.pde
@@ -10,4 +10,4 @@ rect(0, 0, 200, 200); // Black rectangle
popMatrix();
fill(100);
-rect(60, 40, 200, 200); // Gray rectangle
\ No newline at end of file
+rect(60, 40, 200, 200); // Gray rectangle
diff --git a/content/references/examples/processing/pushStyle_/pushStyle_0.pde b/content/references/examples/processing/pushStyle_/pushStyle_0.pde
index e53cc9715..87d3fed40 100644
--- a/content/references/examples/processing/pushStyle_/pushStyle_0.pde
+++ b/content/references/examples/processing/pushStyle_/pushStyle_0.pde
@@ -8,4 +8,4 @@ fill(204, 153, 0);
ellipse(200, 200, 132, 132); // Middle circle
popStyle(); // Restore original style
-ellipse(400, 200, 132, 132); // Right circle
\ No newline at end of file
+ellipse(400, 200, 132, 132); // Right circle
diff --git a/content/references/examples/processing/pushStyle_/pushStyle_1.pde b/content/references/examples/processing/pushStyle_/pushStyle_1.pde
index ba122d6ba..c7035f10b 100644
--- a/content/references/examples/processing/pushStyle_/pushStyle_1.pde
+++ b/content/references/examples/processing/pushStyle_/pushStyle_1.pde
@@ -14,4 +14,4 @@ popStyle(); // Restore the previous style
popStyle(); // Restore original style
-ellipse(400, 200, 132, 132); // Right circle
\ No newline at end of file
+ellipse(400, 200, 132, 132); // Right circle
diff --git a/content/references/examples/processing/push_/push_0.pde b/content/references/examples/processing/push_/push_0.pde
index 8aaa7cc8e..8100e20fa 100644
--- a/content/references/examples/processing/push_/push_0.pde
+++ b/content/references/examples/processing/push_/push_0.pde
@@ -8,4 +8,4 @@ rect(0, 0, 200, 200); // Black rectangle
pop(); // Restore original settings
fill(100);
-rect(40, 40, 200, 200); // Gray rectangle
\ No newline at end of file
+rect(40, 40, 200, 200); // Gray rectangle
diff --git a/content/references/examples/processing/push_/push_1.pde b/content/references/examples/processing/push_/push_1.pde
index 0430ef462..0e75f9beb 100644
--- a/content/references/examples/processing/push_/push_1.pde
+++ b/content/references/examples/processing/push_/push_1.pde
@@ -6,4 +6,4 @@ fill(204, 153, 0);
ellipse(200, 200, 133, 133); // Middle circle
pop(); // Restore original settings
-ellipse(400, 200, 133, 133); // Right circle
\ No newline at end of file
+ellipse(400, 200, 133, 133); // Right circle
diff --git a/content/references/examples/processing/quad_/quad_.pde b/content/references/examples/processing/quad_/quad_.pde
index f08a8f791..b6573a3ec 100644
--- a/content/references/examples/processing/quad_/quad_.pde
+++ b/content/references/examples/processing/quad_/quad_.pde
@@ -1,2 +1,2 @@
size(400, 400);
-quad(152, 124, 344, 80, 276, 252, 120, 304);
\ No newline at end of file
+quad(152, 124, 344, 80, 276, 252, 120, 304);
diff --git a/content/references/examples/processing/quadraticVertex_/quadraticVertex_0.pde b/content/references/examples/processing/quadraticVertex_/quadraticVertex_0.pde
index f69c184aa..0e81261c4 100644
--- a/content/references/examples/processing/quadraticVertex_/quadraticVertex_0.pde
+++ b/content/references/examples/processing/quadraticVertex_/quadraticVertex_0.pde
@@ -4,4 +4,4 @@ strokeWeight(16);
beginShape();
vertex(80, 80);
quadraticVertex(320, 80, 200, 200);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/quadraticVertex_/quadraticVertex_1.pde b/content/references/examples/processing/quadraticVertex_/quadraticVertex_1.pde
index 151ed2297..7051c8f78 100644
--- a/content/references/examples/processing/quadraticVertex_/quadraticVertex_1.pde
+++ b/content/references/examples/processing/quadraticVertex_/quadraticVertex_1.pde
@@ -6,4 +6,4 @@ vertex(80, 80);
quadraticVertex(320, 80, 200, 200);
quadraticVertex(80, 320, 320, 320);
vertex(320, 240);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/randomGaussian_/RandomGaussian_0.pde b/content/references/examples/processing/randomGaussian_/RandomGaussian_0.pde
index 9421d2ab2..bcd7eead6 100644
--- a/content/references/examples/processing/randomGaussian_/RandomGaussian_0.pde
+++ b/content/references/examples/processing/randomGaussian_/RandomGaussian_0.pde
@@ -2,4 +2,4 @@ size(400, 400);
for (int y = 0; y < 400; y++) {
float x = randomGaussian() * 60;
line(200, y, 200 + x, y);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/randomGaussian_/RandomGaussian_1.pde b/content/references/examples/processing/randomGaussian_/RandomGaussian_1.pde
index 51ffd45cd..6d27de37e 100644
--- a/content/references/examples/processing/randomGaussian_/RandomGaussian_1.pde
+++ b/content/references/examples/processing/randomGaussian_/RandomGaussian_1.pde
@@ -18,4 +18,4 @@ void draw() {
float dist = abs(distribution[i]);
line(0, 0, dist, 0);
}
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/randomSeed_/randomSeed_0.pde b/content/references/examples/processing/randomSeed_/randomSeed_0.pde
index 80f9c1169..9c0ff1fa1 100644
--- a/content/references/examples/processing/randomSeed_/randomSeed_0.pde
+++ b/content/references/examples/processing/randomSeed_/randomSeed_0.pde
@@ -4,4 +4,3 @@ for (int i=0; i < 100; i++) {
stroke(r);
line(i, 0, i, 100);
}
-
diff --git a/content/references/examples/processing/rectMode_/rectMode_0.pde b/content/references/examples/processing/rectMode_/rectMode_0.pde
index d17d74a74..afa45079f 100644
--- a/content/references/examples/processing/rectMode_/rectMode_0.pde
+++ b/content/references/examples/processing/rectMode_/rectMode_0.pde
@@ -5,4 +5,4 @@ rect(100, 100, 200, 200); // Draw white rect using CORNER mode
rectMode(CORNERS); // Set rectMode to CORNERS
fill(100); // Set fill to gray
-rect(100, 100, 200, 200); // Draw gray rect using CORNERS mode
\ No newline at end of file
+rect(100, 100, 200, 200); // Draw gray rect using CORNERS mode
diff --git a/content/references/examples/processing/rectMode_/rectMode_1.pde b/content/references/examples/processing/rectMode_/rectMode_1.pde
index 4ad4ca516..20a14f597 100644
--- a/content/references/examples/processing/rectMode_/rectMode_1.pde
+++ b/content/references/examples/processing/rectMode_/rectMode_1.pde
@@ -5,4 +5,4 @@ rect(200, 200, 120, 120); // Draw white rect using RADIUS mode
rectMode(CENTER); // Set rectMode to CENTER
fill(100); // Set fill to gray
-rect(200, 200, 120, 120); // Draw gray rect using CENTER mode
\ No newline at end of file
+rect(200, 200, 120, 120); // Draw gray rect using CENTER mode
diff --git a/content/references/examples/processing/rect_/rect_1.pde b/content/references/examples/processing/rect_/rect_1.pde
index 3f65c75d6..c100f2b09 100644
--- a/content/references/examples/processing/rect_/rect_1.pde
+++ b/content/references/examples/processing/rect_/rect_1.pde
@@ -1,2 +1,2 @@
size(400, 400);
-rect(120, 80, 220, 220, 28);
\ No newline at end of file
+rect(120, 80, 220, 220, 28);
diff --git a/content/references/examples/processing/rect_/rect_2.pde b/content/references/examples/processing/rect_/rect_2.pde
index 4ece54252..1555cab78 100644
--- a/content/references/examples/processing/rect_/rect_2.pde
+++ b/content/references/examples/processing/rect_/rect_2.pde
@@ -1,2 +1,2 @@
size(400, 400);
-rect(120, 80, 220, 220, 12, 24, 48, 72);
\ No newline at end of file
+rect(120, 80, 220, 220, 12, 24, 48, 72);
diff --git a/content/references/examples/processing/red_/red_.pde b/content/references/examples/processing/red_/red_.pde
index e0ca929a9..5d2b5937e 100644
--- a/content/references/examples/processing/red_/red_.pde
+++ b/content/references/examples/processing/red_/red_.pde
@@ -7,4 +7,4 @@ rect(60, 80, 140, 240); // Draw left rectangle
float redValue = red(c); // Get red in 'c'
println(redValue); // Print "255.0"
fill(redValue, 0, 0); // Use 'redValue' in new fill
-rect(200, 80, 140, 240); // Draw right rectangle
\ No newline at end of file
+rect(200, 80, 140, 240); // Draw right rectangle
diff --git a/content/references/examples/processing/resetMatrix_/resetMatrix_.pde b/content/references/examples/processing/resetMatrix_/resetMatrix_.pde
index d8be83447..943e844c1 100644
--- a/content/references/examples/processing/resetMatrix_/resetMatrix_.pde
+++ b/content/references/examples/processing/resetMatrix_/resetMatrix_.pde
@@ -15,4 +15,4 @@ printMatrix();
// 1.0000 0.0000 0.0000 0.0000
// 0.0000 1.0000 0.0000 0.0000
// 0.0000 0.0000 1.0000 0.0000
-// 0.0000 0.0000 0.0000 1.0000
\ No newline at end of file
+// 0.0000 0.0000 0.0000 1.0000
diff --git a/content/references/examples/processing/rotateX_/rotateX_0.pde b/content/references/examples/processing/rotateX_/rotateX_0.pde
index 3dcbb7308..49fa974a0 100644
--- a/content/references/examples/processing/rotateX_/rotateX_0.pde
+++ b/content/references/examples/processing/rotateX_/rotateX_0.pde
@@ -1,4 +1,4 @@
size(400, 400, P3D);
translate(width/2, height/2);
rotateX(PI/3.0);
-rect(-104, -104, 208, 208);
\ No newline at end of file
+rect(-104, -104, 208, 208);
diff --git a/content/references/examples/processing/rotateX_/rotateX_1.pde b/content/references/examples/processing/rotateX_/rotateX_1.pde
index 2d8a38f53..609dc6fdf 100644
--- a/content/references/examples/processing/rotateX_/rotateX_1.pde
+++ b/content/references/examples/processing/rotateX_/rotateX_1.pde
@@ -1,4 +1,4 @@
size(400, 400, P3D);
translate(width/2, height/2);
rotateX(radians(60));
-rect(-104, -104, 208, 208);
\ No newline at end of file
+rect(-104, -104, 208, 208);
diff --git a/content/references/examples/processing/rotateY_/rotateY_0.pde b/content/references/examples/processing/rotateY_/rotateY_0.pde
index 4354839c6..2488839df 100644
--- a/content/references/examples/processing/rotateY_/rotateY_0.pde
+++ b/content/references/examples/processing/rotateY_/rotateY_0.pde
@@ -1,4 +1,4 @@
size(400, 400, P3D);
translate(width/2, height/2);
rotateY(PI/3.0);
-rect(-104, -104, 208, 208);
\ No newline at end of file
+rect(-104, -104, 208, 208);
diff --git a/content/references/examples/processing/rotateY_/rotateY_1.pde b/content/references/examples/processing/rotateY_/rotateY_1.pde
index bc872a30f..3aa8e3cc7 100644
--- a/content/references/examples/processing/rotateY_/rotateY_1.pde
+++ b/content/references/examples/processing/rotateY_/rotateY_1.pde
@@ -1,4 +1,4 @@
size(400, 400, P3D);
translate(width/2, height/2);
rotateY(radians(60));
-rect(-104, -104, 208, 208);
\ No newline at end of file
+rect(-104, -104, 208, 208);
diff --git a/content/references/examples/processing/rotateZ_/rotateZ_0.pde b/content/references/examples/processing/rotateZ_/rotateZ_0.pde
index 7d77e28e7..352a2fa81 100644
--- a/content/references/examples/processing/rotateZ_/rotateZ_0.pde
+++ b/content/references/examples/processing/rotateZ_/rotateZ_0.pde
@@ -1,4 +1,4 @@
size(400, 400, P3D);
translate(width/2, height/2);
rotateZ(PI/3.0);
-rect(-104, -104, 208, 208);
\ No newline at end of file
+rect(-104, -104, 208, 208);
diff --git a/content/references/examples/processing/rotateZ_/rotateZ_1.pde b/content/references/examples/processing/rotateZ_/rotateZ_1.pde
index 1fdd414ec..52d955149 100644
--- a/content/references/examples/processing/rotateZ_/rotateZ_1.pde
+++ b/content/references/examples/processing/rotateZ_/rotateZ_1.pde
@@ -1,4 +1,4 @@
size(400, 400, P3D);
translate(width/2, height/2);
rotateZ(radians(60));
-rect(-104, -104, 208, 208);
\ No newline at end of file
+rect(-104, -104, 208, 208);
diff --git a/content/references/examples/processing/round_/round_0.pde b/content/references/examples/processing/round_/round_0.pde
index f7401aad6..245a9647b 100644
--- a/content/references/examples/processing/round_/round_0.pde
+++ b/content/references/examples/processing/round_/round_0.pde
@@ -6,4 +6,3 @@ int ry = round(y); // Sets 'ry' to 10
float z = 9.9;
int rz = round(z); // Sets 'rz' to 10
-
diff --git a/content/references/examples/processing/saturation_/saturation_.pde b/content/references/examples/processing/saturation_/saturation_.pde
index 029c56e09..f9b8175be 100644
--- a/content/references/examples/processing/saturation_/saturation_.pde
+++ b/content/references/examples/processing/saturation_/saturation_.pde
@@ -6,4 +6,4 @@ fill(c);
rect(60, 80, 140, 240);
float value = saturation(c); // Sets 'value' to 504
fill(value);
-rect(200, 80, 140, 240);
\ No newline at end of file
+rect(200, 80, 140, 240);
diff --git a/content/references/examples/processing/saveXML_/saveXML_0.pde b/content/references/examples/processing/saveXML_/saveXML_0.pde
index 4450d53f2..2b6504c16 100644
--- a/content/references/examples/processing/saveXML_/saveXML_0.pde
+++ b/content/references/examples/processing/saveXML_/saveXML_0.pde
@@ -22,4 +22,4 @@ void setup() {
//
// Leopard
// Zebra
-//
\ No newline at end of file
+//
diff --git a/content/references/examples/processing/scale_/scale_0.pde b/content/references/examples/processing/scale_/scale_0.pde
index 1af6dd852..787ca5e8a 100644
--- a/content/references/examples/processing/scale_/scale_0.pde
+++ b/content/references/examples/processing/scale_/scale_0.pde
@@ -1,4 +1,4 @@
size(400, 400);
rect(120, 80, 200, 200);
scale(0.5);
-rect(120, 80, 200, 200);
\ No newline at end of file
+rect(120, 80, 200, 200);
diff --git a/content/references/examples/processing/scale_/scale_1.pde b/content/references/examples/processing/scale_/scale_1.pde
index 23cedb06c..be99cf701 100644
--- a/content/references/examples/processing/scale_/scale_1.pde
+++ b/content/references/examples/processing/scale_/scale_1.pde
@@ -1,4 +1,4 @@
size(400, 400);
rect(120, 80, 200, 200);
scale(0.5, 1.3);
-rect(120, 80, 200, 200);
\ No newline at end of file
+rect(120, 80, 200, 200);
diff --git a/content/references/examples/processing/scale_/scale_2.pde b/content/references/examples/processing/scale_/scale_2.pde
index 02997b418..65e0a53a9 100644
--- a/content/references/examples/processing/scale_/scale_2.pde
+++ b/content/references/examples/processing/scale_/scale_2.pde
@@ -5,4 +5,4 @@ noFill();
translate(width/2+48, height/2);
box(80, 80, 80);
scale(2.5, 2.5, 2.5);
-box(80, 80, 80);
\ No newline at end of file
+box(80, 80, 80);
diff --git a/content/references/examples/processing/set_/set_1.pde b/content/references/examples/processing/set_/set_1.pde
index efbe93c0e..1757437c7 100644
--- a/content/references/examples/processing/set_/set_1.pde
+++ b/content/references/examples/processing/set_/set_1.pde
@@ -5,4 +5,4 @@ for (int i = 120; i < width-60; i++) {
color c = color(j, i, 0);
set(i, j, c);
}
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/set_/set_2.pde b/content/references/examples/processing/set_/set_2.pde
index f22350b7c..33f4afb31 100644
--- a/content/references/examples/processing/set_/set_2.pde
+++ b/content/references/examples/processing/set_/set_2.pde
@@ -2,4 +2,4 @@ size(400,400);
PImage myImage = loadImage("flower.jpg");
set(0, 0, myImage);
line(0, 0, width, height);
-line(0, height, width, 0);
\ No newline at end of file
+line(0, height, width, 0);
diff --git a/content/references/examples/processing/shapeMode_/shapeMode_.pde b/content/references/examples/processing/shapeMode_/shapeMode_.pde
index a649b22a8..2e5047b38 100644
--- a/content/references/examples/processing/shapeMode_/shapeMode_.pde
+++ b/content/references/examples/processing/shapeMode_/shapeMode_.pde
@@ -11,4 +11,4 @@ void draw() {
shape(bot, 140, 140, 200, 200);
shapeMode(CORNER);
shape(bot, 140, 140, 200, 200);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/shape_/shape_.pde b/content/references/examples/processing/shape_/shape_.pde
index f09b14c2d..a573a2a5a 100644
--- a/content/references/examples/processing/shape_/shape_.pde
+++ b/content/references/examples/processing/shape_/shape_.pde
@@ -7,4 +7,4 @@ void setup() {
void draw() {
shape(s, 40, 40, 320, 320);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/shearX_/shearX_.pde b/content/references/examples/processing/shearX_/shearX_.pde
index fcf0f01d2..3bc07bb5c 100644
--- a/content/references/examples/processing/shearX_/shearX_.pde
+++ b/content/references/examples/processing/shearX_/shearX_.pde
@@ -1,4 +1,4 @@
size(400, 400);
translate(width/4, height/4);
shearX(PI/4.0);
-rect(0, 0, 120, 120);
\ No newline at end of file
+rect(0, 0, 120, 120);
diff --git a/content/references/examples/processing/shearY_/shearY_.pde b/content/references/examples/processing/shearY_/shearY_.pde
index acddaf704..8ff88fe3a 100644
--- a/content/references/examples/processing/shearY_/shearY_.pde
+++ b/content/references/examples/processing/shearY_/shearY_.pde
@@ -1,4 +1,4 @@
size(400, 400);
translate(width/4, height/4);
shearY(PI/4.0);
-rect(0, 0, 120, 120);
\ No newline at end of file
+rect(0, 0, 120, 120);
diff --git a/content/references/examples/processing/shininess_/shininess_.pde b/content/references/examples/processing/shininess_/shininess_.pde
index 9688cf313..0a139b8ce 100644
--- a/content/references/examples/processing/shininess_/shininess_.pde
+++ b/content/references/examples/processing/shininess_/shininess_.pde
@@ -12,4 +12,4 @@ shininess(1.0);
sphere(80); // Left sphere
translate(160, 0, 0);
shininess(5.0);
-sphere(80); // Right sphere
\ No newline at end of file
+sphere(80); // Right sphere
diff --git a/content/references/examples/processing/sin_/sin.pde b/content/references/examples/processing/sin_/sin.pde
index 754acb1b7..763826a74 100644
--- a/content/references/examples/processing/sin_/sin.pde
+++ b/content/references/examples/processing/sin_/sin.pde
@@ -5,4 +5,4 @@ float inc = TWO_PI/25.0;
for (int i = 0; i < 400; i=i+16) {
line(i, 200, i, 200+sin(a)*160.0);
a = a + inc;
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/size_/size_0.pde b/content/references/examples/processing/size_/size_0.pde
index 42d6bef66..a4eb9f6aa 100644
--- a/content/references/examples/processing/size_/size_0.pde
+++ b/content/references/examples/processing/size_/size_0.pde
@@ -1,4 +1,4 @@
size(200, 100);
background(153);
-line(0, 0, width, height);
\ No newline at end of file
+line(0, 0, width, height);
diff --git a/content/references/examples/processing/size_/size_1.pde b/content/references/examples/processing/size_/size_1.pde
index 9308f1caa..3c6374cd1 100644
--- a/content/references/examples/processing/size_/size_1.pde
+++ b/content/references/examples/processing/size_/size_1.pde
@@ -5,4 +5,4 @@ void setup() {
void draw() {
background(153);
line(0, 0, width, height);
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/size_/size_2.pde b/content/references/examples/processing/size_/size_2.pde
index 2504a4d37..c3950aa2a 100644
--- a/content/references/examples/processing/size_/size_2.pde
+++ b/content/references/examples/processing/size_/size_2.pde
@@ -11,4 +11,4 @@ line(0, height, 0, width, height, -100);
translate(width/2, height/2);
rotateX(PI/6);
rotateY(PI/6);
-box(35);
\ No newline at end of file
+box(35);
diff --git a/content/references/examples/processing/smooth_/smooth_1.pde b/content/references/examples/processing/smooth_/smooth_1.pde
index d73f94741..3675a2f56 100644
--- a/content/references/examples/processing/smooth_/smooth_1.pde
+++ b/content/references/examples/processing/smooth_/smooth_1.pde
@@ -9,4 +9,4 @@ void draw() {
background(0);
ellipse(x, height/2, height/4, height/4);
x += 1;
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/smooth_/smooth_2.pde b/content/references/examples/processing/smooth_/smooth_2.pde
index bbaf53622..06d804b49 100644
--- a/content/references/examples/processing/smooth_/smooth_2.pde
+++ b/content/references/examples/processing/smooth_/smooth_2.pde
@@ -14,4 +14,4 @@ void draw() {
pg.endDraw();
image(pg, 0, 0);
x += 1;
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/specular_/specular_.pde b/content/references/examples/processing/specular_/specular_.pde
index cb5f70e99..1f682afcc 100644
--- a/content/references/examples/processing/specular_/specular_.pde
+++ b/content/references/examples/processing/specular_/specular_.pde
@@ -10,4 +10,4 @@ specular(255, 255, 255);
sphere(120);
translate(240, 0, 0);
specular(204, 102, 0);
-sphere(120);
\ No newline at end of file
+sphere(120);
diff --git a/content/references/examples/processing/sphere_/sphere_.pde b/content/references/examples/processing/sphere_/sphere_.pde
index 8a3acabe1..1448013b8 100644
--- a/content/references/examples/processing/sphere_/sphere_.pde
+++ b/content/references/examples/processing/sphere_/sphere_.pde
@@ -2,4 +2,4 @@ size(400, 400, P3D);
noStroke();
lights();
translate(232, 192, 0);
-sphere(112);
\ No newline at end of file
+sphere(112);
diff --git a/content/references/examples/processing/spotLight_/spotLight_0.pde b/content/references/examples/processing/spotLight_/spotLight_0.pde
index 8b09419ce..5b675812a 100644
--- a/content/references/examples/processing/spotLight_/spotLight_0.pde
+++ b/content/references/examples/processing/spotLight_/spotLight_0.pde
@@ -3,4 +3,4 @@ background(0);
noStroke();
spotLight(51, 102, 126, 320, 80, 160, -1, 0, 0, PI/2, 2);
translate(80, 200, 0);
-sphere(120);
\ No newline at end of file
+sphere(120);
diff --git a/content/references/examples/processing/spotLight_/spotLight_1.pde b/content/references/examples/processing/spotLight_/spotLight_1.pde
index a49f8c9a5..a43b592f8 100644
--- a/content/references/examples/processing/spotLight_/spotLight_1.pde
+++ b/content/references/examples/processing/spotLight_/spotLight_1.pde
@@ -5,4 +5,4 @@ noStroke();
spotLight(51, 102, 126, 200, 200, 1600,
0, 0, -1, PI/16, concentration);
translate(320, 200, 0);
-sphere(120);
\ No newline at end of file
+sphere(120);
diff --git a/content/references/examples/processing/sq_/sq_.pde b/content/references/examples/processing/sq_/sq_.pde
index 82fdab346..8d8e90a33 100644
--- a/content/references/examples/processing/sq_/sq_.pde
+++ b/content/references/examples/processing/sq_/sq_.pde
@@ -5,4 +5,4 @@ float b = sq(-10); // Sets 'b' to 100
float c = sq(18); // Sets 'c' to 324
rect(0, 100, a, 40);
rect(0, 180, b, 40);
-rect(0, 260, c, 40);
\ No newline at end of file
+rect(0, 260, c, 40);
diff --git a/content/references/examples/processing/sqrt_/sqrt_.pde b/content/references/examples/processing/sqrt_/sqrt_.pde
index b68291e44..81e8fbdad 100644
--- a/content/references/examples/processing/sqrt_/sqrt_.pde
+++ b/content/references/examples/processing/sqrt_/sqrt_.pde
@@ -5,4 +5,4 @@ float b = sqrt(10000); // Sets 'b' to 100
float c = sqrt(256); // Sets 'c' to 16
rect(0, 100, a, 40);
rect(0, 180, b, 40);
-rect(0, 260, c, 40);
\ No newline at end of file
+rect(0, 260, c, 40);
diff --git a/content/references/examples/processing/square_/square_0.pde b/content/references/examples/processing/square_/square_0.pde
index 6f8f1f245..a751827eb 100644
--- a/content/references/examples/processing/square_/square_0.pde
+++ b/content/references/examples/processing/square_/square_0.pde
@@ -1 +1 @@
-square(120, 100, 220);
\ No newline at end of file
+square(120, 100, 220);
diff --git a/content/references/examples/processing/strokeCap_/strokeCap_.pde b/content/references/examples/processing/strokeCap_/strokeCap_.pde
index cbf0bb1ec..b3579e514 100644
--- a/content/references/examples/processing/strokeCap_/strokeCap_.pde
+++ b/content/references/examples/processing/strokeCap_/strokeCap_.pde
@@ -5,4 +5,4 @@ line(80, 120, 320, 120);
strokeCap(SQUARE);
line(80, 200, 320, 200);
strokeCap(PROJECT);
-line(80, 280, 320, 280);
\ No newline at end of file
+line(80, 280, 320, 280);
diff --git a/content/references/examples/processing/strokeJoin_/strokeJoin_0.pde b/content/references/examples/processing/strokeJoin_/strokeJoin_0.pde
index ec0a1f224..9780037aa 100644
--- a/content/references/examples/processing/strokeJoin_/strokeJoin_0.pde
+++ b/content/references/examples/processing/strokeJoin_/strokeJoin_0.pde
@@ -6,4 +6,4 @@ beginShape();
vertex(140, 80);
vertex(260, 200);
vertex(140, 320);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/strokeJoin_/strokeJoin_1.pde b/content/references/examples/processing/strokeJoin_/strokeJoin_1.pde
index d3a63bbe3..349cb95b9 100644
--- a/content/references/examples/processing/strokeJoin_/strokeJoin_1.pde
+++ b/content/references/examples/processing/strokeJoin_/strokeJoin_1.pde
@@ -6,4 +6,4 @@ beginShape();
vertex(140, 80);
vertex(260, 200);
vertex(140, 320);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/strokeJoin_/strokeJoin_2.pde b/content/references/examples/processing/strokeJoin_/strokeJoin_2.pde
index 8f117c7bf..7e650b17e 100644
--- a/content/references/examples/processing/strokeJoin_/strokeJoin_2.pde
+++ b/content/references/examples/processing/strokeJoin_/strokeJoin_2.pde
@@ -6,4 +6,4 @@ beginShape();
vertex(140, 80);
vertex(260, 200);
vertex(140, 320);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/strokeWeight_/strokeWeight_.pde b/content/references/examples/processing/strokeWeight_/strokeWeight_.pde
index ca2401d54..01e16025e 100644
--- a/content/references/examples/processing/strokeWeight_/strokeWeight_.pde
+++ b/content/references/examples/processing/strokeWeight_/strokeWeight_.pde
@@ -4,4 +4,4 @@ line(80, 80, 320, 80);
strokeWeight(16); // Thicker
line(80, 160, 320, 160);
strokeWeight(40); // Beastly
-line(80, 280, 320, 280);
\ No newline at end of file
+line(80, 280, 320, 280);
diff --git a/content/references/examples/processing/stroke_/stroke_0.pde b/content/references/examples/processing/stroke_/stroke_0.pde
index fdb2e305b..5417aa511 100644
--- a/content/references/examples/processing/stroke_/stroke_0.pde
+++ b/content/references/examples/processing/stroke_/stroke_0.pde
@@ -1,3 +1,3 @@
size(400, 400);
stroke(153);
-rect(120, 80, 220, 220);
\ No newline at end of file
+rect(120, 80, 220, 220);
diff --git a/content/references/examples/processing/stroke_/stroke_1.pde b/content/references/examples/processing/stroke_/stroke_1.pde
index a61560058..7c881de30 100644
--- a/content/references/examples/processing/stroke_/stroke_1.pde
+++ b/content/references/examples/processing/stroke_/stroke_1.pde
@@ -1,3 +1,3 @@
size(400, 400);
stroke(204, 102, 0);
-rect(120, 80, 220, 220);
\ No newline at end of file
+rect(120, 80, 220, 220);
diff --git a/content/references/examples/processing/super/super_0.pde b/content/references/examples/processing/super/super_0.pde
index c1cefce69..46365fa76 100644
--- a/content/references/examples/processing/super/super_0.pde
+++ b/content/references/examples/processing/super/super_0.pde
@@ -17,4 +17,3 @@ class DragDrop extends Button {
yoff = my;
}
}
-
diff --git a/content/references/examples/processing/tan_/tan_.pde b/content/references/examples/processing/tan_/tan_.pde
index ef3dd6f5c..262346dc0 100644
--- a/content/references/examples/processing/tan_/tan_.pde
+++ b/content/references/examples/processing/tan_/tan_.pde
@@ -6,4 +6,4 @@ float inc = TWO_PI/50.0;
for (int i = 0; i <= 400; i = i+8) {
line(i, 200, i, 200+tan(a)*8.0);
a = a + inc;
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/textAlign_/textAlign_0.pde b/content/references/examples/processing/textAlign_/textAlign_0.pde
index f89c08535..22e5b429b 100644
--- a/content/references/examples/processing/textAlign_/textAlign_0.pde
+++ b/content/references/examples/processing/textAlign_/textAlign_0.pde
@@ -6,4 +6,4 @@ text("ABCD", 200, 120);
textAlign(CENTER);
text("EFGH", 200, 200);
textAlign(LEFT);
-text("IJKL", 200, 280);
\ No newline at end of file
+text("IJKL", 200, 280);
diff --git a/content/references/examples/processing/textAlign_/textAlign_1.pde b/content/references/examples/processing/textAlign_/textAlign_1.pde
index 460b632a7..a5ecb3b76 100644
--- a/content/references/examples/processing/textAlign_/textAlign_1.pde
+++ b/content/references/examples/processing/textAlign_/textAlign_1.pde
@@ -10,4 +10,4 @@ line(0, 200, width, 200);
text("CENTER,CENTER", 200, 200);
textAlign(CENTER, TOP);
line(0, 280, width, 280);
-text("CENTER,TOP", 200, 280);
\ No newline at end of file
+text("CENTER,TOP", 200, 280);
diff --git a/content/references/examples/processing/textAscent_/textAscent_.pde b/content/references/examples/processing/textAscent_/textAscent_.pde
index f4c034a43..b083ecf3f 100644
--- a/content/references/examples/processing/textAscent_/textAscent_.pde
+++ b/content/references/examples/processing/textAscent_/textAscent_.pde
@@ -10,4 +10,4 @@ text("dp", 0, base); // Draw text on baseline
textSize(256); // Increase text size
a = textAscent() * scalar; // Recalc ascent
line(160, base-a, width, base-a);
-text("dp", 160, base); // Draw text on baseline
\ No newline at end of file
+text("dp", 160, base); // Draw text on baseline
diff --git a/content/references/examples/processing/textDescent_/textDescent_.pde b/content/references/examples/processing/textDescent_/textDescent_.pde
index 52e9ac4aa..ffafe3dcd 100644
--- a/content/references/examples/processing/textDescent_/textDescent_.pde
+++ b/content/references/examples/processing/textDescent_/textDescent_.pde
@@ -11,4 +11,4 @@ text("dp", 0, base); // Draw text on baseline
textSize(256); // Increase text size
a = textDescent() * scalar; // Recalc ascent
line(160, base+a, width, base+a);
-text("dp", 160, base); // Draw text on baseline
\ No newline at end of file
+text("dp", 160, base); // Draw text on baseline
diff --git a/content/references/examples/processing/textFont_/textFont_.pde b/content/references/examples/processing/textFont_/textFont_.pde
index 3e6a333fb..fc085836e 100644
--- a/content/references/examples/processing/textFont_/textFont_.pde
+++ b/content/references/examples/processing/textFont_/textFont_.pde
@@ -5,4 +5,4 @@ PFont mono;
mono = createFont("andalemo.ttf", 128);
background(0);
textFont(mono);
-text("word", 48, 240);
\ No newline at end of file
+text("word", 48, 240);
diff --git a/content/references/examples/processing/textLeading_/textLeading_.pde b/content/references/examples/processing/textLeading_/textLeading_.pde
index cdb64fd57..7e6a4d385 100644
--- a/content/references/examples/processing/textLeading_/textLeading_.pde
+++ b/content/references/examples/processing/textLeading_/textLeading_.pde
@@ -12,4 +12,4 @@ textLeading(80); // Set leading to 80
text(lines, 160, 100);
textLeading(120); // Set leading to 120
-text(lines, 280, 100);
\ No newline at end of file
+text(lines, 280, 100);
diff --git a/content/references/examples/processing/textSize_/textSize_.pde b/content/references/examples/processing/textSize_/textSize_.pde
index 48b879d05..0f68a06e2 100644
--- a/content/references/examples/processing/textSize_/textSize_.pde
+++ b/content/references/examples/processing/textSize_/textSize_.pde
@@ -4,4 +4,4 @@ fill(255);
textSize(104);
text("WORD", 40, 200);
textSize(56);
-text("WORD", 40, 280);
\ No newline at end of file
+text("WORD", 40, 280);
diff --git a/content/references/examples/processing/textWidth_/textWidth_.pde b/content/references/examples/processing/textWidth_/textWidth_.pde
index 7b9d22ede..b429ed18e 100644
--- a/content/references/examples/processing/textWidth_/textWidth_.pde
+++ b/content/references/examples/processing/textWidth_/textWidth_.pde
@@ -9,4 +9,4 @@ line(cw, 0, cw, 200);
String s = "Tokyo";
float sw = textWidth(s);
text(s, 0, 340);
-line(sw, 200, sw, 400);
\ No newline at end of file
+line(sw, 200, sw, 400);
diff --git a/content/references/examples/processing/text_/text_0.pde b/content/references/examples/processing/text_/text_0.pde
index b3dc0311d..e9328a594 100644
--- a/content/references/examples/processing/text_/text_0.pde
+++ b/content/references/examples/processing/text_/text_0.pde
@@ -4,4 +4,4 @@ text("word", 40, 120);
fill(0, 408, 612);
text("word", 40, 240);
fill(0, 408, 612, 204);
-text("word", 40, 360);
\ No newline at end of file
+text("word", 40, 360);
diff --git a/content/references/examples/processing/text_/text_1.pde b/content/references/examples/processing/text_/text_1.pde
index f2c4ba520..1b90fbdc9 100644
--- a/content/references/examples/processing/text_/text_1.pde
+++ b/content/references/examples/processing/text_/text_1.pde
@@ -2,4 +2,4 @@ size(400, 400, P3D);
textSize(128);
fill(0, 408, 612, 816);
text("word", 48, 180, -120); // Specify a z-axis value
-text("word", 48, 240); // Default depth, no z-value specified
\ No newline at end of file
+text("word", 48, 240); // Default depth, no z-value specified
diff --git a/content/references/examples/processing/text_/text_2.pde b/content/references/examples/processing/text_/text_2.pde
index 3ffa70a2a..8c20d8c6b 100644
--- a/content/references/examples/processing/text_/text_2.pde
+++ b/content/references/examples/processing/text_/text_2.pde
@@ -1,4 +1,4 @@
size(400, 400);
String s = "The quick brown fox jumps over the lazy dog.";
fill(200);
-text(s, 40, 40, 280, 320); // Text wraps within text box
\ No newline at end of file
+text(s, 40, 40, 280, 320); // Text wraps within text box
diff --git a/content/references/examples/processing/textureMode_/textureMode_0.pde b/content/references/examples/processing/textureMode_/textureMode_0.pde
index 2d300cd75..c1356deb4 100644
--- a/content/references/examples/processing/textureMode_/textureMode_0.pde
+++ b/content/references/examples/processing/textureMode_/textureMode_0.pde
@@ -7,4 +7,4 @@ vertex(40, 80, 0, 0);
vertex(320, 20, 400, 0);
vertex(380, 360, 400, 400);
vertex(160, 380, 0, 400);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/textureMode_/textureMode_1.pde b/content/references/examples/processing/textureMode_/textureMode_1.pde
index b355896c8..a20663aa6 100644
--- a/content/references/examples/processing/textureMode_/textureMode_1.pde
+++ b/content/references/examples/processing/textureMode_/textureMode_1.pde
@@ -8,4 +8,4 @@ vertex(40, 80, 0, 0);
vertex(320, 20, 1, 0);
vertex(380, 360, 1, 1);
vertex(160, 380, 0, 1);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/texture_/textureMode_.pde b/content/references/examples/processing/texture_/textureMode_.pde
index 50c770c5b..fa4eeebb6 100644
--- a/content/references/examples/processing/texture_/textureMode_.pde
+++ b/content/references/examples/processing/texture_/textureMode_.pde
@@ -8,4 +8,4 @@ vertex(40, 80, 0, 0);
vertex(320, 20, 1, 0);
vertex(380, 360, 1, 1);
vertex(160, 380, 0, 1);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/this/this_0.pde b/content/references/examples/processing/this/this_0.pde
index ae411e0e1..a6c3c890e 100644
--- a/content/references/examples/processing/this/this_0.pde
+++ b/content/references/examples/processing/this/this_0.pde
@@ -12,4 +12,3 @@ void draw() {
this.ypos = 100;
line(0, 0, 100, ypos);
}
-
diff --git a/content/references/examples/processing/this/this_1.pde b/content/references/examples/processing/this/this_1.pde
index 3339fdf6b..77cb73b62 100644
--- a/content/references/examples/processing/this/this_1.pde
+++ b/content/references/examples/processing/this/this_1.pde
@@ -15,4 +15,3 @@ void draw() {
}
image(myMovie, 0, 0);
}
-
diff --git a/content/references/examples/processing/translate_/translate_0.pde b/content/references/examples/processing/translate_/translate_0.pde
index 3b14ffe21..7f8d359d2 100644
--- a/content/references/examples/processing/translate_/translate_0.pde
+++ b/content/references/examples/processing/translate_/translate_0.pde
@@ -1,3 +1,3 @@
size(400, 400);
translate(120, 80);
-rect(0, 0, 220, 220);
\ No newline at end of file
+rect(0, 0, 220, 220);
diff --git a/content/references/examples/processing/translate_/translate_1.pde b/content/references/examples/processing/translate_/translate_1.pde
index 83fd07e5b..77c9c6e6a 100644
--- a/content/references/examples/processing/translate_/translate_1.pde
+++ b/content/references/examples/processing/translate_/translate_1.pde
@@ -4,4 +4,4 @@ size(400, 400, P3D);
// Translate 30 across, 20 down, and
// 50 back, or "away" from the screen.
translate(120, 80, -200);
-rect(0, 0, 220, 220);
\ No newline at end of file
+rect(0, 0, 220, 220);
diff --git a/content/references/examples/processing/translate_/translate_2.pde b/content/references/examples/processing/translate_/translate_2.pde
index f9351f04c..9213638d1 100644
--- a/content/references/examples/processing/translate_/translate_2.pde
+++ b/content/references/examples/processing/translate_/translate_2.pde
@@ -3,4 +3,4 @@ rect(0, 0, 220, 220); // Draw rect at original 0,0
translate(120, 80);
rect(0, 0, 220, 220); // Draw rect at new 0,0
translate(56, 56);
-rect(0, 0, 220, 220); // Draw rect at new 0,0
\ No newline at end of file
+rect(0, 0, 220, 220); // Draw rect at new 0,0
diff --git a/content/references/examples/processing/triangle_/triangle_.pde b/content/references/examples/processing/triangle_/triangle_.pde
index 899992020..a0848440c 100644
--- a/content/references/examples/processing/triangle_/triangle_.pde
+++ b/content/references/examples/processing/triangle_/triangle_.pde
@@ -1,2 +1,2 @@
size(400, 400);
-triangle(120, 300, 232, 80, 344, 300);
\ No newline at end of file
+triangle(120, 300, 232, 80, 344, 300);
diff --git a/content/references/examples/processing/updatePixels_/loadPixels_.pde b/content/references/examples/processing/updatePixels_/loadPixels_.pde
index c3dc6b83e..721b9dd29 100644
--- a/content/references/examples/processing/updatePixels_/loadPixels_.pde
+++ b/content/references/examples/processing/updatePixels_/loadPixels_.pde
@@ -6,4 +6,4 @@ loadPixels();
for (int i = 0; i < halfImage; i++) {
pixels[i+halfImage] = pixels[i];
}
-updatePixels();
\ No newline at end of file
+updatePixels();
diff --git a/content/references/examples/processing/vertex_/vertex_0.pde b/content/references/examples/processing/vertex_/vertex_0.pde
index 8a2bf3a12..608e96350 100644
--- a/content/references/examples/processing/vertex_/vertex_0.pde
+++ b/content/references/examples/processing/vertex_/vertex_0.pde
@@ -4,4 +4,4 @@ vertex(120, 80);
vertex(340, 80);
vertex(340, 300);
vertex(120, 300);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/vertex_/vertex_1.pde b/content/references/examples/processing/vertex_/vertex_1.pde
index 5b121b6f4..9e449952e 100644
--- a/content/references/examples/processing/vertex_/vertex_1.pde
+++ b/content/references/examples/processing/vertex_/vertex_1.pde
@@ -6,4 +6,4 @@ vertex(120, 80, -200);
vertex(340, 80, -200);
vertex(340, 300, -200);
vertex(120, 300, -200);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/vertex_/vertex_2.pde b/content/references/examples/processing/vertex_/vertex_2.pde
index 226a9cee0..3515290db 100644
--- a/content/references/examples/processing/vertex_/vertex_2.pde
+++ b/content/references/examples/processing/vertex_/vertex_2.pde
@@ -11,4 +11,4 @@ vertex(40, 80, 0, 0);
vertex(320, 20, 100, 0);
vertex(380, 360, 100, 100);
vertex(160, 380, 0, 100);
-endShape();
\ No newline at end of file
+endShape();
diff --git a/content/references/examples/processing/while/while.pde b/content/references/examples/processing/while/while.pde
index dca1ca23b..3ac4b5dba 100644
--- a/content/references/examples/processing/while/while.pde
+++ b/content/references/examples/processing/while/while.pde
@@ -3,4 +3,4 @@ int i = 0;
while (i < 320) {
line(120, i, 320, i);
i = i + 20;
-}
\ No newline at end of file
+}
diff --git a/content/references/examples/processing/width/width.pde b/content/references/examples/processing/width/width.pde
index 4bfba0095..3ad2e99bf 100644
--- a/content/references/examples/processing/width/width.pde
+++ b/content/references/examples/processing/width/width.pde
@@ -2,4 +2,4 @@ size(400, 400);
noStroke();
background(0);
rect(0, 160, width, 80);
-rect(0, 240, width/2, 80);
\ No newline at end of file
+rect(0, 240, width/2, 80);
diff --git a/content/references/examples/serial/Serial/Serial_0.pde b/content/references/examples/serial/Serial/Serial_0.pde
index aad5a5810..c033a447a 100644
--- a/content/references/examples/serial/Serial/Serial_0.pde
+++ b/content/references/examples/serial/Serial/Serial_0.pde
@@ -13,4 +13,3 @@ myPort = new Serial(this, Serial.list()[0], 9600);
// Send a capital A out the serial port:
myPort.write(65);
-
diff --git a/content/references/examples/serial/Serial_available_/Serial_available_0.pde b/content/references/examples/serial/Serial_available_/Serial_available_0.pde
index c28a7161a..7f46686eb 100644
--- a/content/references/examples/serial/Serial_available_/Serial_available_0.pde
+++ b/content/references/examples/serial/Serial_available_/Serial_available_0.pde
@@ -18,4 +18,3 @@ void draw() {
println(inByte);
}
}
-
diff --git a/content/references/examples/serial/Serial_bufferUntil_/Serial_bufferUntil_0.pde b/content/references/examples/serial/Serial_bufferUntil_/Serial_bufferUntil_0.pde
index 4050827be..baced8a7b 100644
--- a/content/references/examples/serial/Serial_bufferUntil_/Serial_bufferUntil_0.pde
+++ b/content/references/examples/serial/Serial_bufferUntil_/Serial_bufferUntil_0.pde
@@ -21,4 +21,3 @@ void draw() {
void serialEvent(Serial p) {
inString = p.readString();
}
-
diff --git a/content/references/examples/serial/Serial_buffer_/Serial_buffer_0.pde b/content/references/examples/serial/Serial_buffer_/Serial_buffer_0.pde
index 2e8217ddc..97551ea12 100644
--- a/content/references/examples/serial/Serial_buffer_/Serial_buffer_0.pde
+++ b/content/references/examples/serial/Serial_buffer_/Serial_buffer_0.pde
@@ -30,4 +30,3 @@ void draw() {
void serialEvent(Serial myPort) {
inString = myPort.readString();
}
-
diff --git a/content/references/examples/serial/Serial_clear_/Serial_clear_0.pde b/content/references/examples/serial/Serial_clear_/Serial_clear_0.pde
index f7f537f57..50217dc8a 100644
--- a/content/references/examples/serial/Serial_clear_/Serial_clear_0.pde
+++ b/content/references/examples/serial/Serial_clear_/Serial_clear_0.pde
@@ -30,4 +30,3 @@ void draw() {
i++;
}
}
-
diff --git a/content/references/examples/serial/Serial_lastChar_/Serial_lastChar_0.pde b/content/references/examples/serial/Serial_lastChar_/Serial_lastChar_0.pde
index 4ba7fec47..01b16a77a 100644
--- a/content/references/examples/serial/Serial_lastChar_/Serial_lastChar_0.pde
+++ b/content/references/examples/serial/Serial_lastChar_/Serial_lastChar_0.pde
@@ -18,4 +18,3 @@ void draw() {
println(lastIn);
}
}
-
diff --git a/content/references/examples/serial/Serial_last_/Serial_last_0.pde b/content/references/examples/serial/Serial_last_/Serial_last_0.pde
index fa7f361ab..8b553d2cf 100644
--- a/content/references/examples/serial/Serial_last_/Serial_last_0.pde
+++ b/content/references/examples/serial/Serial_last_/Serial_last_0.pde
@@ -17,4 +17,3 @@ void draw() {
println(lastIn);
}
}
-
diff --git a/content/references/examples/serial/Serial_readBytesUntil_/Serial_readBytesUntil_0.pde b/content/references/examples/serial/Serial_readBytesUntil_/Serial_readBytesUntil_0.pde
index 524fb68c8..e1f93673f 100644
--- a/content/references/examples/serial/Serial_readBytesUntil_/Serial_readBytesUntil_0.pde
+++ b/content/references/examples/serial/Serial_readBytesUntil_/Serial_readBytesUntil_0.pde
@@ -24,4 +24,3 @@ void draw() {
}
}
}
-
diff --git a/content/references/examples/serial/Serial_readBytes_/Serial_readBytes_0.pde b/content/references/examples/serial/Serial_readBytes_/Serial_readBytes_0.pde
index 88a9eed20..be626582e 100644
--- a/content/references/examples/serial/Serial_readBytes_/Serial_readBytes_0.pde
+++ b/content/references/examples/serial/Serial_readBytes_/Serial_readBytes_0.pde
@@ -23,4 +23,3 @@ void draw() {
}
}
}
-
diff --git a/content/references/examples/serial/Serial_readChar_/Serial_readChar_0.pde b/content/references/examples/serial/Serial_readChar_/Serial_readChar_0.pde
index 6c6582178..7e6e743c1 100644
--- a/content/references/examples/serial/Serial_readChar_/Serial_readChar_0.pde
+++ b/content/references/examples/serial/Serial_readChar_/Serial_readChar_0.pde
@@ -18,4 +18,3 @@ void draw() {
println(inByte);
}
}
-
diff --git a/content/references/examples/serial/Serial_readStringUntil_/Serial_readStringUntil_0.pde b/content/references/examples/serial/Serial_readStringUntil_/Serial_readStringUntil_0.pde
index 90374db8d..0da7beca4 100644
--- a/content/references/examples/serial/Serial_readStringUntil_/Serial_readStringUntil_0.pde
+++ b/content/references/examples/serial/Serial_readStringUntil_/Serial_readStringUntil_0.pde
@@ -26,4 +26,3 @@ void draw() {
}
}
}
-
diff --git a/content/references/examples/serial/Serial_readString_/Serial_readString_0.pde b/content/references/examples/serial/Serial_readString_/Serial_readString_0.pde
index 6b7d09f65..c6bf62aeb 100644
--- a/content/references/examples/serial/Serial_readString_/Serial_readString_0.pde
+++ b/content/references/examples/serial/Serial_readString_/Serial_readString_0.pde
@@ -19,4 +19,3 @@ void draw() {
}
}
}
-
diff --git a/content/references/examples/serial/Serial_read_/Serial_read_0.pde b/content/references/examples/serial/Serial_read_/Serial_read_0.pde
index edd144ce8..8eadcebde 100644
--- a/content/references/examples/serial/Serial_read_/Serial_read_0.pde
+++ b/content/references/examples/serial/Serial_read_/Serial_read_0.pde
@@ -17,4 +17,3 @@ void draw() {
println(inByte);
}
}
-
diff --git a/content/references/examples/serial/Serial_serialEvent_/serialEvent_0.pde b/content/references/examples/serial/Serial_serialEvent_/serialEvent_0.pde
index 0f1e17be0..6f2f07968 100644
--- a/content/references/examples/serial/Serial_serialEvent_/serialEvent_0.pde
+++ b/content/references/examples/serial/Serial_serialEvent_/serialEvent_0.pde
@@ -29,4 +29,3 @@ void draw() {
void serialEvent(Serial p) {
inString = p.readString();
}
-
diff --git a/content/references/examples/serial/Serial_stop_/Serial_stop_0.pde b/content/references/examples/serial/Serial_stop_/Serial_stop_0.pde
index 3803f236c..6c33b596b 100644
--- a/content/references/examples/serial/Serial_stop_/Serial_stop_0.pde
+++ b/content/references/examples/serial/Serial_stop_/Serial_stop_0.pde
@@ -29,4 +29,3 @@ void draw() {
i++;
}
}
-
diff --git a/content/references/examples/serial/Serial_write_/Serial_write_0.pde b/content/references/examples/serial/Serial_write_/Serial_write_0.pde
index cc442813b..4d3dddda9 100644
--- a/content/references/examples/serial/Serial_write_/Serial_write_0.pde
+++ b/content/references/examples/serial/Serial_write_/Serial_write_0.pde
@@ -13,4 +13,3 @@ myPort = new Serial(this, Serial.list()[0], 9600);
// Send a capital "A" out the serial port
myPort.write(65);
-
diff --git a/content/references/examples/sound/AudioDevice/AudioDevice_0.pde b/content/references/examples/sound/AudioDevice/AudioDevice_0.pde
index 69a6b42f2..faacc7951 100644
--- a/content/references/examples/sound/AudioDevice/AudioDevice_0.pde
+++ b/content/references/examples/sound/AudioDevice/AudioDevice_0.pde
@@ -8,4 +8,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/AudioIn/AudioIn_0.pde b/content/references/examples/sound/AudioIn/AudioIn_0.pde
index ecb707724..bfcce2d47 100644
--- a/content/references/examples/sound/AudioIn/AudioIn_0.pde
+++ b/content/references/examples/sound/AudioIn/AudioIn_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/AudioIn_add_/AudioIn_add_0.pde b/content/references/examples/sound/AudioIn_add_/AudioIn_add_0.pde
index 7c8b51c70..5bcdbad3d 100644
--- a/content/references/examples/sound/AudioIn_add_/AudioIn_add_0.pde
+++ b/content/references/examples/sound/AudioIn_add_/AudioIn_add_0.pde
@@ -14,4 +14,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/AudioIn_amp_/AudioIn_amp_0.pde b/content/references/examples/sound/AudioIn_amp_/AudioIn_amp_0.pde
index b10168ba5..f6c140756 100644
--- a/content/references/examples/sound/AudioIn_amp_/AudioIn_amp_0.pde
+++ b/content/references/examples/sound/AudioIn_amp_/AudioIn_amp_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/AudioIn_pan_/AudioIn_pan_0.pde b/content/references/examples/sound/AudioIn_pan_/AudioIn_pan_0.pde
index 7d9e74dcc..46c25aa02 100644
--- a/content/references/examples/sound/AudioIn_pan_/AudioIn_pan_0.pde
+++ b/content/references/examples/sound/AudioIn_pan_/AudioIn_pan_0.pde
@@ -15,4 +15,3 @@ void draw() {
// Map mouseX from -1.0 to 1.0 for left to right
in.pan(map(mouseX, 0, width, -1.0, 1.0));
}
-
diff --git a/content/references/examples/sound/AudioIn_play_/AudioIn_play_0.pde b/content/references/examples/sound/AudioIn_play_/AudioIn_play_0.pde
index 5856e99a7..f3e32b160 100644
--- a/content/references/examples/sound/AudioIn_play_/AudioIn_play_0.pde
+++ b/content/references/examples/sound/AudioIn_play_/AudioIn_play_0.pde
@@ -12,4 +12,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/AudioIn_set_/AudioIn_set_0.pde b/content/references/examples/sound/AudioIn_set_/AudioIn_set_0.pde
index 1a237e42f..abcc5a1bc 100644
--- a/content/references/examples/sound/AudioIn_set_/AudioIn_set_0.pde
+++ b/content/references/examples/sound/AudioIn_set_/AudioIn_set_0.pde
@@ -19,4 +19,3 @@ void mousePressed() {
float pos=1;
in.set(amp, add, pos);
}
-
diff --git a/content/references/examples/sound/AudioIn_stop_/AudioIn_stop_0.pde b/content/references/examples/sound/AudioIn_stop_/AudioIn_stop_0.pde
index 37355cb2e..8e805d945 100644
--- a/content/references/examples/sound/AudioIn_stop_/AudioIn_stop_0.pde
+++ b/content/references/examples/sound/AudioIn_stop_/AudioIn_stop_0.pde
@@ -16,4 +16,3 @@ void draw() {
void mousePressed() {
in.stop();
}
-
diff --git a/content/references/examples/sound/BandPass_set_/BandPass_set_0.pde b/content/references/examples/sound/BandPass_set_/BandPass_set_0.pde
index 2acc94d34..d14ae9783 100644
--- a/content/references/examples/sound/BandPass_set_/BandPass_set_0.pde
+++ b/content/references/examples/sound/BandPass_set_/BandPass_set_0.pde
@@ -24,4 +24,3 @@ void mousePressed() {
float bw=80;
bandPass.set(freq, bw);
}
-
diff --git a/content/references/examples/sound/BrownNoise_add_/BrownNoise_add_0.pde b/content/references/examples/sound/BrownNoise_add_/BrownNoise_add_0.pde
index bf365626e..b30671f0e 100644
--- a/content/references/examples/sound/BrownNoise_add_/BrownNoise_add_0.pde
+++ b/content/references/examples/sound/BrownNoise_add_/BrownNoise_add_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/BrownNoise_amp_/BrownNoise_amp_0.pde b/content/references/examples/sound/BrownNoise_amp_/BrownNoise_amp_0.pde
index 5c70c06cd..fe5baf47d 100644
--- a/content/references/examples/sound/BrownNoise_amp_/BrownNoise_amp_0.pde
+++ b/content/references/examples/sound/BrownNoise_amp_/BrownNoise_amp_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/BrownNoise_pan_/BrownNoise_pan_0.pde b/content/references/examples/sound/BrownNoise_pan_/BrownNoise_pan_0.pde
index ea9d3bbb6..19b100d6a 100644
--- a/content/references/examples/sound/BrownNoise_pan_/BrownNoise_pan_0.pde
+++ b/content/references/examples/sound/BrownNoise_pan_/BrownNoise_pan_0.pde
@@ -14,4 +14,3 @@ void draw() {
// Map mouseX from -1.0 to 1.0 for left to right
noise.pan(map(mouseX, 0, width, -1.0, 1.0));
}
-
diff --git a/content/references/examples/sound/BrownNoise_play_/BrownNoise_play_0.pde b/content/references/examples/sound/BrownNoise_play_/BrownNoise_play_0.pde
index 4dfa923e6..5778e8907 100644
--- a/content/references/examples/sound/BrownNoise_play_/BrownNoise_play_0.pde
+++ b/content/references/examples/sound/BrownNoise_play_/BrownNoise_play_0.pde
@@ -12,4 +12,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/BrownNoise_set_/BrownNoise_set_0.pde b/content/references/examples/sound/BrownNoise_set_/BrownNoise_set_0.pde
index e5c9a7238..6e89e593d 100644
--- a/content/references/examples/sound/BrownNoise_set_/BrownNoise_set_0.pde
+++ b/content/references/examples/sound/BrownNoise_set_/BrownNoise_set_0.pde
@@ -19,4 +19,3 @@ void mousePressed() {
float pos=1;
noise.set(amp, add, pos);
}
-
diff --git a/content/references/examples/sound/BrownNoise_stop_/BrownNoise_stop_0.pde b/content/references/examples/sound/BrownNoise_stop_/BrownNoise_stop_0.pde
index 9d05c6b01..8bc61e36a 100644
--- a/content/references/examples/sound/BrownNoise_stop_/BrownNoise_stop_0.pde
+++ b/content/references/examples/sound/BrownNoise_stop_/BrownNoise_stop_0.pde
@@ -16,4 +16,3 @@ void draw() {
void mousePressed() {
noise.stop();
}
-
diff --git a/content/references/examples/sound/Delay/Delay_0.pde b/content/references/examples/sound/Delay/Delay_0.pde
index e315fc93d..b73ca27e7 100644
--- a/content/references/examples/sound/Delay/Delay_0.pde
+++ b/content/references/examples/sound/Delay/Delay_0.pde
@@ -23,4 +23,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Delay_feedback_/Delay_feedback_0.pde b/content/references/examples/sound/Delay_feedback_/Delay_feedback_0.pde
index e3ce6cb63..7bc8e4f40 100644
--- a/content/references/examples/sound/Delay_feedback_/Delay_feedback_0.pde
+++ b/content/references/examples/sound/Delay_feedback_/Delay_feedback_0.pde
@@ -24,4 +24,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Delay_process_/Delay_process_0.pde b/content/references/examples/sound/Delay_process_/Delay_process_0.pde
index e315fc93d..b73ca27e7 100644
--- a/content/references/examples/sound/Delay_process_/Delay_process_0.pde
+++ b/content/references/examples/sound/Delay_process_/Delay_process_0.pde
@@ -23,4 +23,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Delay_set_/Delay_set_0.pde b/content/references/examples/sound/Delay_set_/Delay_set_0.pde
index 8e3448c24..78412185e 100644
--- a/content/references/examples/sound/Delay_set_/Delay_set_0.pde
+++ b/content/references/examples/sound/Delay_set_/Delay_set_0.pde
@@ -30,4 +30,3 @@ void mousePressed() {
float feedback=0.3;
delay.set(time, feedback);
}
-
diff --git a/content/references/examples/sound/Delay_stop_/Delay_stop_0.pde b/content/references/examples/sound/Delay_stop_/Delay_stop_0.pde
index 3bc3d2344..0efec160c 100644
--- a/content/references/examples/sound/Delay_stop_/Delay_stop_0.pde
+++ b/content/references/examples/sound/Delay_stop_/Delay_stop_0.pde
@@ -28,4 +28,3 @@ void mousePressed() {
in.stop();
delay.stop();
}
-
diff --git a/content/references/examples/sound/Delay_time_/Delay_time_0.pde b/content/references/examples/sound/Delay_time_/Delay_time_0.pde
index e315fc93d..b73ca27e7 100644
--- a/content/references/examples/sound/Delay_time_/Delay_time_0.pde
+++ b/content/references/examples/sound/Delay_time_/Delay_time_0.pde
@@ -23,4 +23,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Env/Env_0.pde b/content/references/examples/sound/Env/Env_0.pde
index dca6f9ed2..76fadcbfb 100644
--- a/content/references/examples/sound/Env/Env_0.pde
+++ b/content/references/examples/sound/Env/Env_0.pde
@@ -27,4 +27,3 @@ void mousePressed() {
triOsc.play();
env.play(triOsc, attackTime, sustainTime, sustainLevel, releaseTime);
}
-
diff --git a/content/references/examples/sound/Env_play_/Env_play_0.pde b/content/references/examples/sound/Env_play_/Env_play_0.pde
index dca6f9ed2..76fadcbfb 100644
--- a/content/references/examples/sound/Env_play_/Env_play_0.pde
+++ b/content/references/examples/sound/Env_play_/Env_play_0.pde
@@ -27,4 +27,3 @@ void mousePressed() {
triOsc.play();
env.play(triOsc, attackTime, sustainTime, sustainLevel, releaseTime);
}
-
diff --git a/content/references/examples/sound/HighPass_stop_/HighPass_stop_0.pde b/content/references/examples/sound/HighPass_stop_/HighPass_stop_0.pde
index 3e3594270..6dc068266 100644
--- a/content/references/examples/sound/HighPass_stop_/HighPass_stop_0.pde
+++ b/content/references/examples/sound/HighPass_stop_/HighPass_stop_0.pde
@@ -23,4 +23,3 @@ void mousePressed() {
noise.stop();
highPass.stop();
}
-
diff --git a/content/references/examples/sound/LowPass_stop_/LowPass_stop_0.pde b/content/references/examples/sound/LowPass_stop_/LowPass_stop_0.pde
index 12470188e..c0734eb8f 100644
--- a/content/references/examples/sound/LowPass_stop_/LowPass_stop_0.pde
+++ b/content/references/examples/sound/LowPass_stop_/LowPass_stop_0.pde
@@ -23,4 +23,3 @@ void mousePressed() {
noise.stop();
lowPass.stop();
}
-
diff --git a/content/references/examples/sound/PinkNoise_add_/PinkNoise_add_0.pde b/content/references/examples/sound/PinkNoise_add_/PinkNoise_add_0.pde
index 2f3b6bac0..9779f92c9 100644
--- a/content/references/examples/sound/PinkNoise_add_/PinkNoise_add_0.pde
+++ b/content/references/examples/sound/PinkNoise_add_/PinkNoise_add_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/PinkNoise_amp_/PinkNoise_amp_0.pde b/content/references/examples/sound/PinkNoise_amp_/PinkNoise_amp_0.pde
index 5c0d1c013..34d01234e 100644
--- a/content/references/examples/sound/PinkNoise_amp_/PinkNoise_amp_0.pde
+++ b/content/references/examples/sound/PinkNoise_amp_/PinkNoise_amp_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/PinkNoise_pan_/PinkNoise_pan_0.pde b/content/references/examples/sound/PinkNoise_pan_/PinkNoise_pan_0.pde
index 7e888aef6..40ac2e2ff 100644
--- a/content/references/examples/sound/PinkNoise_pan_/PinkNoise_pan_0.pde
+++ b/content/references/examples/sound/PinkNoise_pan_/PinkNoise_pan_0.pde
@@ -14,4 +14,3 @@ void draw() {
// Map mouseX from -1.0 to 1.0 for left to right
noise.pan(map(mouseX, 0, width, -1.0, 1.0));
}
-
diff --git a/content/references/examples/sound/PinkNoise_play_/PinkNoise_play_0.pde b/content/references/examples/sound/PinkNoise_play_/PinkNoise_play_0.pde
index ac18a3a65..d4416c30a 100644
--- a/content/references/examples/sound/PinkNoise_play_/PinkNoise_play_0.pde
+++ b/content/references/examples/sound/PinkNoise_play_/PinkNoise_play_0.pde
@@ -12,4 +12,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/PinkNoise_set_/PinkNoise_set_0.pde b/content/references/examples/sound/PinkNoise_set_/PinkNoise_set_0.pde
index 3d5dc3b46..d21431b43 100644
--- a/content/references/examples/sound/PinkNoise_set_/PinkNoise_set_0.pde
+++ b/content/references/examples/sound/PinkNoise_set_/PinkNoise_set_0.pde
@@ -19,4 +19,3 @@ void mousePressed() {
float pos=1;
noise.set(amp, add, pos);
}
-
diff --git a/content/references/examples/sound/PinkNoise_stop_/PinkNoise_stop_0.pde b/content/references/examples/sound/PinkNoise_stop_/PinkNoise_stop_0.pde
index 4e9e3dba2..6b5d1ede4 100644
--- a/content/references/examples/sound/PinkNoise_stop_/PinkNoise_stop_0.pde
+++ b/content/references/examples/sound/PinkNoise_stop_/PinkNoise_stop_0.pde
@@ -16,4 +16,3 @@ void draw() {
void mousePressed() {
noise.stop();
}
-
diff --git a/content/references/examples/sound/Pulse/Pulse_0.pde b/content/references/examples/sound/Pulse/Pulse_0.pde
index dbb32aa9a..e989bef1e 100644
--- a/content/references/examples/sound/Pulse/Pulse_0.pde
+++ b/content/references/examples/sound/Pulse/Pulse_0.pde
@@ -16,4 +16,3 @@ void draw() {
//the image is just for informative purposes
//on how the soundwave looks
}
-
diff --git a/content/references/examples/sound/Pulse_add_/Pulse_add_0.pde b/content/references/examples/sound/Pulse_add_/Pulse_add_0.pde
index 2f4c46635..bc7547222 100644
--- a/content/references/examples/sound/Pulse_add_/Pulse_add_0.pde
+++ b/content/references/examples/sound/Pulse_add_/Pulse_add_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Pulse_amp_/Pulse_amp_0.pde b/content/references/examples/sound/Pulse_amp_/Pulse_amp_0.pde
index 8054cd836..5e2a486c9 100644
--- a/content/references/examples/sound/Pulse_amp_/Pulse_amp_0.pde
+++ b/content/references/examples/sound/Pulse_amp_/Pulse_amp_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Pulse_freq_/Pulse_freq_0.pde b/content/references/examples/sound/Pulse_freq_/Pulse_freq_0.pde
index f3b471bb7..a868af837 100644
--- a/content/references/examples/sound/Pulse_freq_/Pulse_freq_0.pde
+++ b/content/references/examples/sound/Pulse_freq_/Pulse_freq_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Pulse_pan_/Pulse_pan_0.pde b/content/references/examples/sound/Pulse_pan_/Pulse_pan_0.pde
index 6ce19a996..b55de4f9e 100644
--- a/content/references/examples/sound/Pulse_pan_/Pulse_pan_0.pde
+++ b/content/references/examples/sound/Pulse_pan_/Pulse_pan_0.pde
@@ -14,4 +14,3 @@ void draw() {
// Map mouseX from -1.0 to 1.0 for left to right
pulse.pan(map(mouseX, 0, width, -1.0, 1.0));
}
-
diff --git a/content/references/examples/sound/Pulse_play_/Pulse_play_0.pde b/content/references/examples/sound/Pulse_play_/Pulse_play_0.pde
index cae0b2d46..1bf4974aa 100644
--- a/content/references/examples/sound/Pulse_play_/Pulse_play_0.pde
+++ b/content/references/examples/sound/Pulse_play_/Pulse_play_0.pde
@@ -12,4 +12,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Pulse_set_/Pulse_set_0.pde b/content/references/examples/sound/Pulse_set_/Pulse_set_0.pde
index 4358658e7..dff314dfa 100644
--- a/content/references/examples/sound/Pulse_set_/Pulse_set_0.pde
+++ b/content/references/examples/sound/Pulse_set_/Pulse_set_0.pde
@@ -21,4 +21,3 @@ void mousePressed() {
float pos=1;
pulse.set(freq, plswidth, amp, add, pos);
}
-
diff --git a/content/references/examples/sound/Pulse_stop_/Pulse_stop_0.pde b/content/references/examples/sound/Pulse_stop_/Pulse_stop_0.pde
index f62aedb66..7c4398254 100644
--- a/content/references/examples/sound/Pulse_stop_/Pulse_stop_0.pde
+++ b/content/references/examples/sound/Pulse_stop_/Pulse_stop_0.pde
@@ -16,4 +16,3 @@ void draw() {
void mousePressed() {
pulse.stop();
}
-
diff --git a/content/references/examples/sound/Pulse_width_/Pulse_width_0.pde b/content/references/examples/sound/Pulse_width_/Pulse_width_0.pde
index b2026d63f..9962772e6 100644
--- a/content/references/examples/sound/Pulse_width_/Pulse_width_0.pde
+++ b/content/references/examples/sound/Pulse_width_/Pulse_width_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Reverb/Reverb_0.pde b/content/references/examples/sound/Reverb/Reverb_0.pde
index 023bea0d8..7cd51958a 100644
--- a/content/references/examples/sound/Reverb/Reverb_0.pde
+++ b/content/references/examples/sound/Reverb/Reverb_0.pde
@@ -20,4 +20,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Reverb_damp_/Reverb_damp_0.pde b/content/references/examples/sound/Reverb_damp_/Reverb_damp_0.pde
index d2e2a89cd..5572b4072 100644
--- a/content/references/examples/sound/Reverb_damp_/Reverb_damp_0.pde
+++ b/content/references/examples/sound/Reverb_damp_/Reverb_damp_0.pde
@@ -23,4 +23,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Reverb_process_/Reverb_process_0.pde b/content/references/examples/sound/Reverb_process_/Reverb_process_0.pde
index 9fd752d60..a95523c54 100644
--- a/content/references/examples/sound/Reverb_process_/Reverb_process_0.pde
+++ b/content/references/examples/sound/Reverb_process_/Reverb_process_0.pde
@@ -22,4 +22,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Reverb_room_/Reverb_room_0.pde b/content/references/examples/sound/Reverb_room_/Reverb_room_0.pde
index 8ad48aa13..b535446ed 100644
--- a/content/references/examples/sound/Reverb_room_/Reverb_room_0.pde
+++ b/content/references/examples/sound/Reverb_room_/Reverb_room_0.pde
@@ -23,4 +23,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/Reverb_set_/Reverb_set_0.pde b/content/references/examples/sound/Reverb_set_/Reverb_set_0.pde
index d0eee8e30..dd18d6b84 100644
--- a/content/references/examples/sound/Reverb_set_/Reverb_set_0.pde
+++ b/content/references/examples/sound/Reverb_set_/Reverb_set_0.pde
@@ -32,4 +32,3 @@ void mousePressed() {
float wet=0.3;
reverb.set(room, damp, wet);
}
-
diff --git a/content/references/examples/sound/Reverb_stop_/Reverb_stop_0.pde b/content/references/examples/sound/Reverb_stop_/Reverb_stop_0.pde
index 4f9636527..bf4c6fdbc 100644
--- a/content/references/examples/sound/Reverb_stop_/Reverb_stop_0.pde
+++ b/content/references/examples/sound/Reverb_stop_/Reverb_stop_0.pde
@@ -28,4 +28,3 @@ void mousePressed() {
//in.stop();
reverb.stop();
}
-
diff --git a/content/references/examples/sound/Reverb_wet_/Reverb_wet_0.pde b/content/references/examples/sound/Reverb_wet_/Reverb_wet_0.pde
index 32ceea113..634bfa4b5 100644
--- a/content/references/examples/sound/Reverb_wet_/Reverb_wet_0.pde
+++ b/content/references/examples/sound/Reverb_wet_/Reverb_wet_0.pde
@@ -23,4 +23,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SawOsc/SawOsc_0.pde b/content/references/examples/sound/SawOsc/SawOsc_0.pde
index 727f003db..39ec41b42 100644
--- a/content/references/examples/sound/SawOsc/SawOsc_0.pde
+++ b/content/references/examples/sound/SawOsc/SawOsc_0.pde
@@ -14,4 +14,3 @@ void draw() {
//the image is just for informative purposes
//on how the soundwave looks
}
-
diff --git a/content/references/examples/sound/SawOsc_pan_/SawOsc_pan_0.pde b/content/references/examples/sound/SawOsc_pan_/SawOsc_pan_0.pde
index b127d42c7..e03653663 100644
--- a/content/references/examples/sound/SawOsc_pan_/SawOsc_pan_0.pde
+++ b/content/references/examples/sound/SawOsc_pan_/SawOsc_pan_0.pde
@@ -14,4 +14,3 @@ void draw() {
// Map mouseX from -1.0 to 1.0 for left to right
saw.pan(map(mouseX, 0, width, -1.0, 1.0));
}
-
diff --git a/content/references/examples/sound/SawOsc_play_/SawOsc_play_0.pde b/content/references/examples/sound/SawOsc_play_/SawOsc_play_0.pde
index 3d575add2..154119c07 100644
--- a/content/references/examples/sound/SawOsc_play_/SawOsc_play_0.pde
+++ b/content/references/examples/sound/SawOsc_play_/SawOsc_play_0.pde
@@ -12,4 +12,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SawOsc_set_/SawOsc_set_0.pde b/content/references/examples/sound/SawOsc_set_/SawOsc_set_0.pde
index d37e2acf0..4ae56eec7 100644
--- a/content/references/examples/sound/SawOsc_set_/SawOsc_set_0.pde
+++ b/content/references/examples/sound/SawOsc_set_/SawOsc_set_0.pde
@@ -20,4 +20,3 @@ void mousePressed() {
float pos=1;
saw.set(freq, amp, add, pos);
}
-
diff --git a/content/references/examples/sound/SawOsc_stop_/SawOsc_stop_0.pde b/content/references/examples/sound/SawOsc_stop_/SawOsc_stop_0.pde
index 36af0635c..07f77c725 100644
--- a/content/references/examples/sound/SawOsc_stop_/SawOsc_stop_0.pde
+++ b/content/references/examples/sound/SawOsc_stop_/SawOsc_stop_0.pde
@@ -16,4 +16,3 @@ void draw() {
void mousePressed() {
saw.stop();
}
-
diff --git a/content/references/examples/sound/SinOsc/SinOsc_0.pde b/content/references/examples/sound/SinOsc/SinOsc_0.pde
index 3ec194347..9093bd0a9 100644
--- a/content/references/examples/sound/SinOsc/SinOsc_0.pde
+++ b/content/references/examples/sound/SinOsc/SinOsc_0.pde
@@ -14,4 +14,3 @@ void draw() {
//the image is just for informative purposes
//on how the soundwave looks
}
-
diff --git a/content/references/examples/sound/SinOsc_add_/SinOsc_add_0.pde b/content/references/examples/sound/SinOsc_add_/SinOsc_add_0.pde
index c41f5a4cd..c066937b4 100644
--- a/content/references/examples/sound/SinOsc_add_/SinOsc_add_0.pde
+++ b/content/references/examples/sound/SinOsc_add_/SinOsc_add_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SinOsc_amp_/SinOsc_amp_0.pde b/content/references/examples/sound/SinOsc_amp_/SinOsc_amp_0.pde
index e6b3f77b8..4e723162e 100644
--- a/content/references/examples/sound/SinOsc_amp_/SinOsc_amp_0.pde
+++ b/content/references/examples/sound/SinOsc_amp_/SinOsc_amp_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SinOsc_freq_/SinOsc_freq_0.pde b/content/references/examples/sound/SinOsc_freq_/SinOsc_freq_0.pde
index 5e996b174..1f5278924 100644
--- a/content/references/examples/sound/SinOsc_freq_/SinOsc_freq_0.pde
+++ b/content/references/examples/sound/SinOsc_freq_/SinOsc_freq_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SinOsc_pan_/SinOsc_pan_0.pde b/content/references/examples/sound/SinOsc_pan_/SinOsc_pan_0.pde
index e231d6cd3..bd749e4ff 100644
--- a/content/references/examples/sound/SinOsc_pan_/SinOsc_pan_0.pde
+++ b/content/references/examples/sound/SinOsc_pan_/SinOsc_pan_0.pde
@@ -14,4 +14,3 @@ void draw() {
// Map mouseX from -1.0 to 1.0 for left to right
sine.pan(map(mouseX, 0, width, -1.0, 1.0));
}
-
diff --git a/content/references/examples/sound/SinOsc_play_/SinOsc_play_0.pde b/content/references/examples/sound/SinOsc_play_/SinOsc_play_0.pde
index 16e5daef9..86d95d6ec 100644
--- a/content/references/examples/sound/SinOsc_play_/SinOsc_play_0.pde
+++ b/content/references/examples/sound/SinOsc_play_/SinOsc_play_0.pde
@@ -12,4 +12,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SinOsc_set_/SinOsc_set_0.pde b/content/references/examples/sound/SinOsc_set_/SinOsc_set_0.pde
index 0ea054267..88c21b374 100644
--- a/content/references/examples/sound/SinOsc_set_/SinOsc_set_0.pde
+++ b/content/references/examples/sound/SinOsc_set_/SinOsc_set_0.pde
@@ -20,4 +20,3 @@ void mousePressed() {
float pos=1;
sine.set(freq, amp, add, pos);
}
-
diff --git a/content/references/examples/sound/SinOsc_stop_/SinOsc_stop_0.pde b/content/references/examples/sound/SinOsc_stop_/SinOsc_stop_0.pde
index 5ddbd16c8..7dd4e45ef 100644
--- a/content/references/examples/sound/SinOsc_stop_/SinOsc_stop_0.pde
+++ b/content/references/examples/sound/SinOsc_stop_/SinOsc_stop_0.pde
@@ -16,4 +16,3 @@ void draw() {
void mousePressed() {
sine.stop();
}
-
diff --git a/content/references/examples/sound/Sound/Sound_0.pde b/content/references/examples/sound/Sound/Sound_0.pde
index 67005f019..8cda37d47 100644
--- a/content/references/examples/sound/Sound/Sound_0.pde
+++ b/content/references/examples/sound/Sound/Sound_0.pde
@@ -22,4 +22,3 @@ void draw() {
// control the overall output volume of the whole Sound library.
s.volume(amplitude);
}
-
diff --git a/content/references/examples/sound/SoundFile_add_/SoundFile_add_0.pde b/content/references/examples/sound/SoundFile_add_/SoundFile_add_0.pde
index b6bc994eb..1c0451bcd 100644
--- a/content/references/examples/sound/SoundFile_add_/SoundFile_add_0.pde
+++ b/content/references/examples/sound/SoundFile_add_/SoundFile_add_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SoundFile_amp_/SoundFile_amp_0.pde b/content/references/examples/sound/SoundFile_amp_/SoundFile_amp_0.pde
index 6e0c47893..5b786fed5 100644
--- a/content/references/examples/sound/SoundFile_amp_/SoundFile_amp_0.pde
+++ b/content/references/examples/sound/SoundFile_amp_/SoundFile_amp_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SoundFile_channels_/SoundFile_channels_0.pde b/content/references/examples/sound/SoundFile_channels_/SoundFile_channels_0.pde
index ebf6444ba..25ee74c1f 100644
--- a/content/references/examples/sound/SoundFile_channels_/SoundFile_channels_0.pde
+++ b/content/references/examples/sound/SoundFile_channels_/SoundFile_channels_0.pde
@@ -12,4 +12,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SoundFile_frames_/SoundFile_frames_0.pde b/content/references/examples/sound/SoundFile_frames_/SoundFile_frames_0.pde
index 0fa4b3e97..31a61491f 100644
--- a/content/references/examples/sound/SoundFile_frames_/SoundFile_frames_0.pde
+++ b/content/references/examples/sound/SoundFile_frames_/SoundFile_frames_0.pde
@@ -12,4 +12,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SoundFile_loop_/SoundFile_loop_0.pde b/content/references/examples/sound/SoundFile_loop_/SoundFile_loop_0.pde
index 976f9ccc3..490a841d0 100644
--- a/content/references/examples/sound/SoundFile_loop_/SoundFile_loop_0.pde
+++ b/content/references/examples/sound/SoundFile_loop_/SoundFile_loop_0.pde
@@ -12,4 +12,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SoundFile_set_/SoundFile_set_0.pde b/content/references/examples/sound/SoundFile_set_/SoundFile_set_0.pde
index 990d47edd..e50b372b5 100644
--- a/content/references/examples/sound/SoundFile_set_/SoundFile_set_0.pde
+++ b/content/references/examples/sound/SoundFile_set_/SoundFile_set_0.pde
@@ -18,4 +18,3 @@ void mousePressed() {
float amp = 0.5;
file.set(rate, pos, amp);
}
-
diff --git a/content/references/examples/sound/SqrOsc/SqrOsc_0.pde b/content/references/examples/sound/SqrOsc/SqrOsc_0.pde
index e418ae7ca..1e2e9d15a 100644
--- a/content/references/examples/sound/SqrOsc/SqrOsc_0.pde
+++ b/content/references/examples/sound/SqrOsc/SqrOsc_0.pde
@@ -14,4 +14,3 @@ void draw() {
//the image is just for informative purposes
//on how the soundwave looks
}
-
diff --git a/content/references/examples/sound/SqrOsc_add_/SqrOsc_add_0.pde b/content/references/examples/sound/SqrOsc_add_/SqrOsc_add_0.pde
index 391a3cded..6e8d4c342 100644
--- a/content/references/examples/sound/SqrOsc_add_/SqrOsc_add_0.pde
+++ b/content/references/examples/sound/SqrOsc_add_/SqrOsc_add_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SqrOsc_amp_/SqrOsc_amp_0.pde b/content/references/examples/sound/SqrOsc_amp_/SqrOsc_amp_0.pde
index 2bc0bef4c..fd83bb655 100644
--- a/content/references/examples/sound/SqrOsc_amp_/SqrOsc_amp_0.pde
+++ b/content/references/examples/sound/SqrOsc_amp_/SqrOsc_amp_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SqrOsc_freq_/SqrOsc_freq_0.pde b/content/references/examples/sound/SqrOsc_freq_/SqrOsc_freq_0.pde
index d0593602e..2b3ae1109 100644
--- a/content/references/examples/sound/SqrOsc_freq_/SqrOsc_freq_0.pde
+++ b/content/references/examples/sound/SqrOsc_freq_/SqrOsc_freq_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SqrOsc_pan_/SqrOsc_pan_0.pde b/content/references/examples/sound/SqrOsc_pan_/SqrOsc_pan_0.pde
index fd67859bf..a5d8215b6 100644
--- a/content/references/examples/sound/SqrOsc_pan_/SqrOsc_pan_0.pde
+++ b/content/references/examples/sound/SqrOsc_pan_/SqrOsc_pan_0.pde
@@ -14,4 +14,3 @@ void draw() {
// Map mouseX from -1.0 to 1.0 for left to right
square.pan(map(mouseX, 0, width, -1.0, 1.0));
}
-
diff --git a/content/references/examples/sound/SqrOsc_play_/SqrOsc_play_0.pde b/content/references/examples/sound/SqrOsc_play_/SqrOsc_play_0.pde
index e4ec9709c..5eb03e64f 100644
--- a/content/references/examples/sound/SqrOsc_play_/SqrOsc_play_0.pde
+++ b/content/references/examples/sound/SqrOsc_play_/SqrOsc_play_0.pde
@@ -12,4 +12,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/SqrOsc_stop_/SqrOsc_stop_0.pde b/content/references/examples/sound/SqrOsc_stop_/SqrOsc_stop_0.pde
index d3fd40615..97c7cda44 100644
--- a/content/references/examples/sound/SqrOsc_stop_/SqrOsc_stop_0.pde
+++ b/content/references/examples/sound/SqrOsc_stop_/SqrOsc_stop_0.pde
@@ -16,4 +16,3 @@ void draw() {
void mousePressed() {
square.stop();
}
-
diff --git a/content/references/examples/sound/TriOsc_add_/TriOsc_add_0.pde b/content/references/examples/sound/TriOsc_add_/TriOsc_add_0.pde
index 374c5f691..b00e99313 100644
--- a/content/references/examples/sound/TriOsc_add_/TriOsc_add_0.pde
+++ b/content/references/examples/sound/TriOsc_add_/TriOsc_add_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/TriOsc_amp_/TriOsc_amp_0.pde b/content/references/examples/sound/TriOsc_amp_/TriOsc_amp_0.pde
index 179173464..74d55d731 100644
--- a/content/references/examples/sound/TriOsc_amp_/TriOsc_amp_0.pde
+++ b/content/references/examples/sound/TriOsc_amp_/TriOsc_amp_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/TriOsc_freq_/TriOsc_freq_0.pde b/content/references/examples/sound/TriOsc_freq_/TriOsc_freq_0.pde
index 7ade85895..c704be60b 100644
--- a/content/references/examples/sound/TriOsc_freq_/TriOsc_freq_0.pde
+++ b/content/references/examples/sound/TriOsc_freq_/TriOsc_freq_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/TriOsc_play_/TriOsc_play_0.pde b/content/references/examples/sound/TriOsc_play_/TriOsc_play_0.pde
index 4b0542e5d..56663ee21 100644
--- a/content/references/examples/sound/TriOsc_play_/TriOsc_play_0.pde
+++ b/content/references/examples/sound/TriOsc_play_/TriOsc_play_0.pde
@@ -12,4 +12,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/WhiteNoise_amp_/WhiteNoise_amp_0.pde b/content/references/examples/sound/WhiteNoise_amp_/WhiteNoise_amp_0.pde
index d700d5ad6..d4aeb790a 100644
--- a/content/references/examples/sound/WhiteNoise_amp_/WhiteNoise_amp_0.pde
+++ b/content/references/examples/sound/WhiteNoise_amp_/WhiteNoise_amp_0.pde
@@ -13,4 +13,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/WhiteNoise_pan_/WhiteNoise_pan_0.pde b/content/references/examples/sound/WhiteNoise_pan_/WhiteNoise_pan_0.pde
index 2c49f33d6..1e902e72b 100644
--- a/content/references/examples/sound/WhiteNoise_pan_/WhiteNoise_pan_0.pde
+++ b/content/references/examples/sound/WhiteNoise_pan_/WhiteNoise_pan_0.pde
@@ -14,4 +14,3 @@ void draw() {
// Map mouseX from -1.0 to 1.0 for left to right
noise.pan(map(mouseX, 0, width, -1.0, 1.0));
}
-
diff --git a/content/references/examples/sound/WhiteNoise_play_/WhiteNoise_play_0.pde b/content/references/examples/sound/WhiteNoise_play_/WhiteNoise_play_0.pde
index e9b59e0b5..cb7e7a5d3 100644
--- a/content/references/examples/sound/WhiteNoise_play_/WhiteNoise_play_0.pde
+++ b/content/references/examples/sound/WhiteNoise_play_/WhiteNoise_play_0.pde
@@ -12,4 +12,3 @@ void setup() {
void draw() {
}
-
diff --git a/content/references/examples/sound/WhiteNoise_set_/WhiteNoise_set_0.pde b/content/references/examples/sound/WhiteNoise_set_/WhiteNoise_set_0.pde
index 2a8f66972..287448326 100644
--- a/content/references/examples/sound/WhiteNoise_set_/WhiteNoise_set_0.pde
+++ b/content/references/examples/sound/WhiteNoise_set_/WhiteNoise_set_0.pde
@@ -19,4 +19,3 @@ void mousePressed() {
float pos=1;
noise.set(amp, add, pos);
}
-
diff --git a/content/references/examples/sound/WhiteNoise_stop_/WhiteNoise_stop_0.pde b/content/references/examples/sound/WhiteNoise_stop_/WhiteNoise_stop_0.pde
index e29e50d0f..0dd9ebdca 100644
--- a/content/references/examples/sound/WhiteNoise_stop_/WhiteNoise_stop_0.pde
+++ b/content/references/examples/sound/WhiteNoise_stop_/WhiteNoise_stop_0.pde
@@ -16,4 +16,3 @@ void draw() {
void mousePressed() {
noise.stop();
}
-
diff --git a/content/references/examples/video/Capture/Capture_0.pde b/content/references/examples/video/Capture/Capture_0.pde
index 92abaf2f5..e63fc2ea2 100644
--- a/content/references/examples/video/Capture/Capture_0.pde
+++ b/content/references/examples/video/Capture/Capture_0.pde
@@ -32,4 +32,3 @@ void draw() {
// without any additional resizing, transformations, or tint.
//set(0, 0, cam);
}
-
diff --git a/content/references/examples/video/Capture_list_/Capture_list_0.pde b/content/references/examples/video/Capture_list_/Capture_list_0.pde
index 3243b8534..1b1c027fe 100644
--- a/content/references/examples/video/Capture_list_/Capture_list_0.pde
+++ b/content/references/examples/video/Capture_list_/Capture_list_0.pde
@@ -17,4 +17,3 @@ void setup() {
}
}
}
-
diff --git a/content/references/examples/video/Capture_start_/Capture_start_0.pde b/content/references/examples/video/Capture_start_/Capture_start_0.pde
index be2d1c476..7306f7bae 100644
--- a/content/references/examples/video/Capture_start_/Capture_start_0.pde
+++ b/content/references/examples/video/Capture_start_/Capture_start_0.pde
@@ -18,4 +18,3 @@ void draw() {
void mousePressed() {
cam.stop();
}
-
diff --git a/content/references/examples/video/Capture_stop_/Capture_stop_0.pde b/content/references/examples/video/Capture_stop_/Capture_stop_0.pde
index be2d1c476..7306f7bae 100644
--- a/content/references/examples/video/Capture_stop_/Capture_stop_0.pde
+++ b/content/references/examples/video/Capture_stop_/Capture_stop_0.pde
@@ -18,4 +18,3 @@ void draw() {
void mousePressed() {
cam.stop();
}
-
diff --git a/content/references/examples/video/Movie/Movie_0.pde b/content/references/examples/video/Movie/Movie_0.pde
index a849ed735..932af9c19 100644
--- a/content/references/examples/video/Movie/Movie_0.pde
+++ b/content/references/examples/video/Movie/Movie_0.pde
@@ -16,4 +16,3 @@ void draw() {
void movieEvent(Movie m) {
m.read();
}
-
diff --git a/content/references/examples/video/Movie_available_/Movie_available_0.pde b/content/references/examples/video/Movie_available_/Movie_available_0.pde
index ebc79a25d..837794fac 100644
--- a/content/references/examples/video/Movie_available_/Movie_available_0.pde
+++ b/content/references/examples/video/Movie_available_/Movie_available_0.pde
@@ -14,4 +14,3 @@ void draw() {
}
image(myMovie, 0, 0);
}
-
diff --git a/content/references/examples/video/Movie_duration_/Movie_duration_0.pde b/content/references/examples/video/Movie_duration_/Movie_duration_0.pde
index 270bfbf52..fa0dfdc27 100644
--- a/content/references/examples/video/Movie_duration_/Movie_duration_0.pde
+++ b/content/references/examples/video/Movie_duration_/Movie_duration_0.pde
@@ -16,4 +16,3 @@ void draw() {
}
image(myMovie, 0, 0);
}
-
diff --git a/content/references/examples/video/Movie_frameRate_/Movie_frameRate_0.pde b/content/references/examples/video/Movie_frameRate_/Movie_frameRate_0.pde
index ecc061a47..ba17a7cf0 100644
--- a/content/references/examples/video/Movie_frameRate_/Movie_frameRate_0.pde
+++ b/content/references/examples/video/Movie_frameRate_/Movie_frameRate_0.pde
@@ -15,4 +15,3 @@ void draw() {
}
image(myMovie, 0, 0);
}
-
diff --git a/content/references/examples/video/Movie_jump_/Movie_jump_0.pde b/content/references/examples/video/Movie_jump_/Movie_jump_0.pde
index 394615bed..156648e71 100644
--- a/content/references/examples/video/Movie_jump_/Movie_jump_0.pde
+++ b/content/references/examples/video/Movie_jump_/Movie_jump_0.pde
@@ -18,4 +18,3 @@ void draw() {
void mousePressed() {
myMovie.jump(random(myMovie.duration()));
}
-
diff --git a/content/references/examples/video/Movie_loop_/Movie_loop_0.pde b/content/references/examples/video/Movie_loop_/Movie_loop_0.pde
index 89504b028..33185c2c3 100644
--- a/content/references/examples/video/Movie_loop_/Movie_loop_0.pde
+++ b/content/references/examples/video/Movie_loop_/Movie_loop_0.pde
@@ -14,4 +14,3 @@ void draw() {
void movieEvent(Movie m) {
m.read();
}
-
diff --git a/content/references/examples/video/Movie_noLoop_/Movie_noLoop_0.pde b/content/references/examples/video/Movie_noLoop_/Movie_noLoop_0.pde
index 3809e3bf3..48ca544d3 100644
--- a/content/references/examples/video/Movie_noLoop_/Movie_noLoop_0.pde
+++ b/content/references/examples/video/Movie_noLoop_/Movie_noLoop_0.pde
@@ -18,4 +18,3 @@ void movieEvent(Movie m) {
void mousePressed() {
myMovie.noLoop();
}
-
diff --git a/content/references/examples/video/Movie_pause_/Movie_pause_0.pde b/content/references/examples/video/Movie_pause_/Movie_pause_0.pde
index 020aa0bc7..cf71c6a53 100644
--- a/content/references/examples/video/Movie_pause_/Movie_pause_0.pde
+++ b/content/references/examples/video/Movie_pause_/Movie_pause_0.pde
@@ -24,4 +24,3 @@ void mousePressed() {
void mouseReleased() {
myMovie.play();
}
-
diff --git a/content/references/examples/video/Movie_play_/Movie_play_0.pde b/content/references/examples/video/Movie_play_/Movie_play_0.pde
index bd66d900c..78bc81a31 100644
--- a/content/references/examples/video/Movie_play_/Movie_play_0.pde
+++ b/content/references/examples/video/Movie_play_/Movie_play_0.pde
@@ -14,4 +14,3 @@ void draw() {
void movieEvent(Movie m) {
m.read();
}
-
diff --git a/content/references/examples/video/Movie_read_/Movie_read_0.pde b/content/references/examples/video/Movie_read_/Movie_read_0.pde
index 9b40e21c3..2c6f75c12 100644
--- a/content/references/examples/video/Movie_read_/Movie_read_0.pde
+++ b/content/references/examples/video/Movie_read_/Movie_read_0.pde
@@ -16,4 +16,3 @@ void draw() {
void movieEvent(Movie m) {
m.read();
}
-
diff --git a/content/references/examples/video/Movie_speed_/Movie_speed_0.pde b/content/references/examples/video/Movie_speed_/Movie_speed_0.pde
index 8cf78f18d..73e956e14 100644
--- a/content/references/examples/video/Movie_speed_/Movie_speed_0.pde
+++ b/content/references/examples/video/Movie_speed_/Movie_speed_0.pde
@@ -15,4 +15,3 @@ void draw() {
}
image(myMovie, 0, 0);
}
-
diff --git a/content/references/examples/video/Movie_stop_/Movie_stop_0.pde b/content/references/examples/video/Movie_stop_/Movie_stop_0.pde
index da8d612b7..25788738c 100644
--- a/content/references/examples/video/Movie_stop_/Movie_stop_0.pde
+++ b/content/references/examples/video/Movie_stop_/Movie_stop_0.pde
@@ -21,4 +21,3 @@ void movieEvent(Movie m) {
void mousePressed() {
myMovie.stop();
}
-
diff --git a/content/references/examples/video/Movie_time_/Movie_time_0.pde b/content/references/examples/video/Movie_time_/Movie_time_0.pde
index bf23a3843..46c00eb9c 100644
--- a/content/references/examples/video/Movie_time_/Movie_time_0.pde
+++ b/content/references/examples/video/Movie_time_/Movie_time_0.pde
@@ -22,4 +22,3 @@ void draw() {
line(0, 0, width, height);
}
}
-
diff --git a/content/references/examples/video/movieEvent_/movieEvent_0.pde b/content/references/examples/video/movieEvent_/movieEvent_0.pde
index 16a6913da..79b421d4e 100644
--- a/content/references/examples/video/movieEvent_/movieEvent_0.pde
+++ b/content/references/examples/video/movieEvent_/movieEvent_0.pde
@@ -15,4 +15,3 @@ void draw() {
void movieEvent(Movie m) {
m.read();
}
-
diff --git a/content/references/examples/video/movieEvent_/movieEvent_1.pde b/content/references/examples/video/movieEvent_/movieEvent_1.pde
index 59158f925..36db87729 100644
--- a/content/references/examples/video/movieEvent_/movieEvent_1.pde
+++ b/content/references/examples/video/movieEvent_/movieEvent_1.pde
@@ -22,4 +22,3 @@ void movieEvent(Movie m) {
yourMovie.read();
}
}
-
diff --git a/content/tutorials/text/2d-transformations/correct_rotate_grid.svg b/content/tutorials/text/2d-transformations/correct_rotate_grid.svg
index 084e4b80a..400871189 100644
--- a/content/tutorials/text/2d-transformations/correct_rotate_grid.svg
+++ b/content/tutorials/text/2d-transformations/correct_rotate_grid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/content/tutorials/text/2d-transformations/degrees.svg b/content/tutorials/text/2d-transformations/degrees.svg
index 54196286b..fdc89b189 100644
--- a/content/tutorials/text/2d-transformations/degrees.svg
+++ b/content/tutorials/text/2d-transformations/degrees.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/content/tutorials/text/2d-transformations/moved_grid.svg b/content/tutorials/text/2d-transformations/moved_grid.svg
index 9a5de2ca6..e3bcf0ea2 100644
--- a/content/tutorials/text/2d-transformations/moved_grid.svg
+++ b/content/tutorials/text/2d-transformations/moved_grid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/content/tutorials/text/2d-transformations/new_coords.svg b/content/tutorials/text/2d-transformations/new_coords.svg
index f593a7630..93674a667 100644
--- a/content/tutorials/text/2d-transformations/new_coords.svg
+++ b/content/tutorials/text/2d-transformations/new_coords.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/content/tutorials/text/2d-transformations/original.svg b/content/tutorials/text/2d-transformations/original.svg
index b9c66c44e..56ac36aa2 100644
--- a/content/tutorials/text/2d-transformations/original.svg
+++ b/content/tutorials/text/2d-transformations/original.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/content/tutorials/text/2d-transformations/pivot.svg b/content/tutorials/text/2d-transformations/pivot.svg
index 7a1e8da4a..763aca80e 100644
--- a/content/tutorials/text/2d-transformations/pivot.svg
+++ b/content/tutorials/text/2d-transformations/pivot.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/content/tutorials/text/2d-transformations/rotated_grid.svg b/content/tutorials/text/2d-transformations/rotated_grid.svg
index c01a67974..14498cda1 100644
--- a/content/tutorials/text/2d-transformations/rotated_grid.svg
+++ b/content/tutorials/text/2d-transformations/rotated_grid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/content/tutorials/text/2darray/index.es.mdx b/content/tutorials/text/2darray/index.es.mdx
index 3a7ea1407..6a09c0d2b 100644
--- a/content/tutorials/text/2darray/index.es.mdx
+++ b/content/tutorials/text/2darray/index.es.mdx
@@ -183,6 +183,3 @@ class Cell {
}
}
```
-
-
-
diff --git a/content/tutorials/text/electronics/fg39-16.svg b/content/tutorials/text/electronics/fg39-16.svg
index 92324f100..75bc2e24c 100644
--- a/content/tutorials/text/electronics/fg39-16.svg
+++ b/content/tutorials/text/electronics/fg39-16.svg
@@ -3904,4 +3904,4 @@
id="path1304" />
\ No newline at end of file
+ id="path1306" />
diff --git a/content/tutorials/text/rendering/index.mdx b/content/tutorials/text/rendering/index.mdx
index 768f77dd4..8b59d805f 100644
--- a/content/tutorials/text/rendering/index.mdx
+++ b/content/tutorials/text/rendering/index.mdx
@@ -491,4 +491,4 @@ void drawCube(PGraphics cube, float xd, float yd) {
}
```
-In general, blend modes and controlling transparency with tint() are the primary ways to easily mix the pixels from two PGraphics objects together in the main display window. Try experimenting with this using the last example in the chapter. Keep in mind that the default blend mode is blendMode(BLEND) to reset to the way a program draws. Also, some blend modes don’t work with all background values. For example, if the background is white, then using blendMode(LIGHTEST) will always be a white screen because no pixel will ever be lighter than the background value. Conversely, blendMode(DARKEST) and blendMode(MULTIPLY) don’t have results with a black background.
\ No newline at end of file
+In general, blend modes and controlling transparency with tint() are the primary ways to easily mix the pixels from two PGraphics objects together in the main display window. Try experimenting with this using the last example in the chapter. Keep in mind that the default blend mode is blendMode(BLEND) to reset to the way a program draws. Also, some blend modes don’t work with all background values. For example, if the background is white, then using blendMode(LIGHTEST) will always be a white screen because no pixel will ever be lighter than the background value. Conversely, blendMode(DARKEST) and blendMode(MULTIPLY) don’t have results with a black background.
diff --git a/content/tutorials/video/chromebook-install/index.es.mdx b/content/tutorials/video/chromebook-install/index.es.mdx
index 5883f94ec..2aaf1d8b6 100644
--- a/content/tutorials/video/chromebook-install/index.es.mdx
+++ b/content/tutorials/video/chromebook-install/index.es.mdx
@@ -5,4 +5,4 @@ link: "https://www.youtube.com/watch?v=OteeRNblwxU"
intro: "Cómo instalar el IDE de Processing en ChromeOS usando el subsistema Linux."
coverImage: cover.png
order: "03"
----
\ No newline at end of file
+---
diff --git a/content/tutorials/video/happy-coding/index.mdx b/content/tutorials/video/happy-coding/index.mdx
index 1d1172729..a3b3841eb 100644
--- a/content/tutorials/video/happy-coding/index.mdx
+++ b/content/tutorials/video/happy-coding/index.mdx
@@ -5,4 +5,4 @@ link: "https://happycoding.io/tutorials/processing/"
intro: "Learn to code using Processing, from functions and variables to libraries and exporting applications."
coverImage: cover.jpg
order: "99"
----
\ No newline at end of file
+---
diff --git a/i18n/react-intl/en.json b/i18n/react-intl/en.json
index 4389212d2..0d2eb639d 100644
--- a/i18n/react-intl/en.json
+++ b/i18n/react-intl/en.json
@@ -442,4 +442,4 @@
"tooManyRequests": "TOO MANY REQUESTS",
"tooManyRequestsText": "You've made too many requests in a short period. Please wait a moment and try again.",
" ": ""
-}
\ No newline at end of file
+}
diff --git a/i18n/react-intl/es.json b/i18n/react-intl/es.json
index a5a3b0720..8ce77690b 100644
--- a/i18n/react-intl/es.json
+++ b/i18n/react-intl/es.json
@@ -441,4 +441,4 @@
"tooManyRequests": "TOO MANY REQUESTS",
"tooManyRequestsText": "Has realizado demasiadas solicitudes en poco tiempo. Por favor, espera un momento e inténtalo de nuevo.",
" ": ""
-}
\ No newline at end of file
+}
diff --git a/src/components/Footer.module.css b/src/components/Footer.module.css
index a778908dd..31d264461 100644
--- a/src/components/Footer.module.css
+++ b/src/components/Footer.module.css
@@ -89,4 +89,4 @@
text-align: center;
}
}
-}
\ No newline at end of file
+}
diff --git a/src/components/Header.module.css b/src/components/Header.module.css
index e3aac7c58..fe142c5b2 100644
--- a/src/components/Header.module.css
+++ b/src/components/Header.module.css
@@ -17,4 +17,4 @@
&:focus {
color: var(--processing-blue-dark);
}
-}
\ No newline at end of file
+}
diff --git a/src/components/Layout.module.css b/src/components/Layout.module.css
index 7aad15c6a..4bd98e0e1 100755
--- a/src/components/Layout.module.css
+++ b/src/components/Layout.module.css
@@ -28,4 +28,4 @@
body{
--donate-banner-dark: #182998;
--donate-banner-background: var(--donate-processing-background)
-}
\ No newline at end of file
+}
diff --git a/src/components/OpenWithButton.js b/src/components/OpenWithButton.js
index 5e25d53e1..924e6f4e4 100644
--- a/src/components/OpenWithButton.js
+++ b/src/components/OpenWithButton.js
@@ -60,4 +60,4 @@ function stringToBase64(str) {
return Buffer.from(str).toString('base64');
}
return btoa(str)
-}
\ No newline at end of file
+}
diff --git a/src/components/Tabs.module.css b/src/components/Tabs.module.css
index c4f6b121a..ce9f39fa5 100644
--- a/src/components/Tabs.module.css
+++ b/src/components/Tabs.module.css
@@ -41,4 +41,4 @@
.actions{
position: absolute;
right: var(--gutter);
-}
\ No newline at end of file
+}
diff --git a/src/components/mdx/FixedImage.module.css b/src/components/mdx/FixedImage.module.css
index 5fc5acbd1..b48d0c055 100644
--- a/src/components/mdx/FixedImage.module.css
+++ b/src/components/mdx/FixedImage.module.css
@@ -45,4 +45,4 @@
margin-left: auto;
margin-right: auto;
}
-}
\ No newline at end of file
+}
diff --git a/src/hooks/examples/data.js b/src/hooks/examples/data.js
index 86b35c853..9747c4346 100644
--- a/src/hooks/examples/data.js
+++ b/src/hooks/examples/data.js
@@ -20,4 +20,4 @@ query GetExampleDataFiles {
.map((edge) => edge.node)
.filter(node => node.relativePath.includes(sketchName))
;
-}
\ No newline at end of file
+}
diff --git a/src/images/community-icon.svg b/src/images/community-icon.svg
index 4190b0a8f..ae5bd8b96 100644
--- a/src/images/community-icon.svg
+++ b/src/images/community-icon.svg
@@ -1,4 +1,4 @@
\ No newline at end of file
+
diff --git a/src/images/create-icon.svg b/src/images/create-icon.svg
index 6c2c53607..3d30e39a9 100644
--- a/src/images/create-icon.svg
+++ b/src/images/create-icon.svg
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
diff --git a/src/images/learn-icon.svg b/src/images/learn-icon.svg
index d2ff25787..1a1fafcba 100644
--- a/src/images/learn-icon.svg
+++ b/src/images/learn-icon.svg
@@ -8,4 +8,4 @@
-
\ No newline at end of file
+
diff --git a/src/images/partners/uptimerobot.svg b/src/images/partners/uptimerobot.svg
index b336eca36..a96945d3c 100644
--- a/src/images/partners/uptimerobot.svg
+++ b/src/images/partners/uptimerobot.svg
@@ -2,4 +2,4 @@
\ No newline at end of file
+
diff --git a/src/pages/privacy.js b/src/pages/privacy.js
index f8d1767d1..794bac244 100644
--- a/src/pages/privacy.js
+++ b/src/pages/privacy.js
@@ -61,4 +61,4 @@ export const query = graphql`
}
`;
-export default Privacy;
\ No newline at end of file
+export default Privacy;
diff --git a/src/styles/fonts/JetBrains Mono/README.md b/src/styles/fonts/JetBrains Mono/README.md
index 0c27242cb..29e704b3b 100644
--- a/src/styles/fonts/JetBrains Mono/README.md
+++ b/src/styles/fonts/JetBrains Mono/README.md
@@ -134,4 +134,4 @@ Eugene Auduchinok\
Tatiana Tulupenko\
Dmitrij Batrak\
IntelliJ Platform UX Team\
-Web Team
\ No newline at end of file
+Web Team
diff --git a/src/styles/variables.css b/src/styles/variables.css
index 816fb593d..bb6240138 100644
--- a/src/styles/variables.css
+++ b/src/styles/variables.css
@@ -110,4 +110,4 @@
--margin: 10px;
--gutter: 8px;
}
-}
\ No newline at end of file
+}
diff --git a/static/livesketch/loaddisplayobj/rocket.mtl b/static/livesketch/loaddisplayobj/rocket.mtl
index fbce8d026..328eac5fa 100644
--- a/static/livesketch/loaddisplayobj/rocket.mtl
+++ b/static/livesketch/loaddisplayobj/rocket.mtl
@@ -5,4 +5,3 @@ Kd 0.698039 0.698039 0.698039
Ks 0.710000 0.710000 0.710000
Ns 76.109253
map_Kd rocket.png
-
diff --git a/static/livesketch/loadfile2/cars2.tsv b/static/livesketch/loadfile2/cars2.tsv
index 7f658bf20..006948f07 100644
--- a/static/livesketch/loadfile2/cars2.tsv
+++ b/static/livesketch/loadfile2/cars2.tsv
@@ -403,4 +403,4 @@ ford mustang gl 27 4 140 86 2790 15.6 82 1
vw pickup 44 4 97 52 2130 24.6 82 2
dodge rampage 32 4 135 84 2295 11.6 82 1
ford ranger 28 4 120 79 2625 18.6 82 1
-chevy s-10 31 4 119 82 2720 19.4 82 1
\ No newline at end of file
+chevy s-10 31 4 119 82 2720 19.4 82 1
diff --git a/static/livesketch/loadsavejson/data.json b/static/livesketch/loadsavejson/data.json
index bcb0079c3..0d0c3196b 100644
--- a/static/livesketch/loadsavejson/data.json
+++ b/static/livesketch/loadsavejson/data.json
@@ -33,4 +33,4 @@
"label": "Melancholy"
}
]
-}
\ No newline at end of file
+}
diff --git a/static/livesketch/loadsavetable/data.csv b/static/livesketch/loadsavetable/data.csv
index 88ac4c1b7..4532ba88d 100644
--- a/static/livesketch/loadsavetable/data.csv
+++ b/static/livesketch/loadsavetable/data.csv
@@ -2,4 +2,4 @@ x,y,diameter,name
160,103,43.19838,Happy
372,137,52.42526,Sad
273,235,61.14072,Joyous
-121,179,44.758068,Melancholy
\ No newline at end of file
+121,179,44.758068,Melancholy
diff --git a/wrangler.json b/wrangler.json
index 8b7cd71e7..4509adb13 100644
--- a/wrangler.json
+++ b/wrangler.json
@@ -5,4 +5,4 @@
"assets": {
"directory": "./public/",
},
-}
\ No newline at end of file
+}