From b0b40ad67844d94190477f76f9a151e08c8d55f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Tue, 22 Sep 2026 12:55:34 +0300 Subject: [PATCH 1/3] Add end-of-file-fixer git hook --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 00000000..211950c6 --- /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 From 081164c94b72963b5c8c97cfa1b048a1f124a47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Tue, 22 Sep 2026 12:56:39 +0300 Subject: [PATCH 2/3] Run git hooks on CI --- .github/workflows/git-hooks.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/git-hooks.yml diff --git a/.github/workflows/git-hooks.yml b/.github/workflows/git-hooks.yml new file mode 100644 index 00000000..91d8d0ea --- /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 From 065433f4a24617b314871e707d6cfc2112c40492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Tue, 22 Sep 2026 12:58:04 +0300 Subject: [PATCH 3/3] Apply end-of-file-fixer fixes --- .github/workflows/deploy.yml | 1 - LICENSE-code | 2 +- LICENSE-gatsby | 2 +- content/books/built-with-processing/index.es.mdx | 1 - content/books/coding-art-2/index.es.mdx | 2 +- content/books/coding-art-2/index.mdx | 2 +- content/books/coding-art-jp/index.es.mdx | 2 +- content/books/coding-art-jp/index.mdx | 2 +- content/books/coding-art/index.es.mdx | 1 - content/books/processing-android-2/index.mdx | 2 +- content/books/programmieren-trainieren/index.mdx | 2 +- content/contributions/$1_Unistroke_Recognizer.json | 2 +- .../(Weka4P)_Weka_Machine_Learning_for_Processing.json | 2 +- content/contributions/AI_for_2D_Games.json | 2 +- content/contributions/AP-Sync.json | 2 +- content/contributions/AndroidCapture_for_Processing.json | 2 +- content/contributions/Android_Mode_for_Processing_3.json | 2 +- content/contributions/Android_Mode_for_Processing_4.json | 2 +- content/contributions/Ani.json | 2 +- content/contributions/Applet_Maker_&_Signer.json | 2 +- content/contributions/Arduino_(Firmata).json | 2 +- content/contributions/ArtNet_for_Java_and_Processing.json | 2 +- content/contributions/Art_Station.json | 2 +- content/contributions/BPM_timings.json | 2 +- .../Basins_of_Attraction_(Newton's_Fractals).json | 2 +- content/contributions/Beads.json | 2 +- content/contributions/BezierSQLib.json | 2 +- content/contributions/BlinkStick.json | 2 +- content/contributions/BlobDetection.json | 2 +- content/contributions/BoofCV_for_Processing.json | 2 +- content/contributions/Camera_3D.json | 2 +- content/contributions/Carnivore.json | 2 +- content/contributions/Cassette.json | 2 +- content/contributions/Coding_Art_Book.json | 2 +- content/contributions/Coding_Creative.json | 2 +- content/contributions/CoffeeScript_Mode.json | 2 +- .../Collada_Loader_for_SketchUp_and_Blender.json | 2 +- content/contributions/ColorBlindness.json | 2 +- content/contributions/ColorScheme.json | 2 +- content/contributions/Combinatorics.json | 2 +- content/contributions/Complex_Numbers.json | 2 +- content/contributions/ComposingForEveryone.json | 2 +- content/contributions/Computational_Geometry.json | 2 +- content/contributions/Console.json | 2 +- content/contributions/ControlP5.json | 2 +- content/contributions/CountdownTimer.json | 2 +- content/contributions/Creative_Machine.json | 2 +- .../Culebra_Behavior_Library_for_Processing.json | 2 +- content/contributions/DMX4Artists.json | 2 +- content/contributions/Dashed_Lines.json | 2 +- content/contributions/Dawesome_Toolkit.json | 2 +- content/contributions/Deep_Vision.json | 2 +- content/contributions/Discord_Rich_Presence.json | 2 +- content/contributions/Drop.json | 2 +- content/contributions/EasyEase.json | 2 +- content/contributions/Eliza.json | 2 +- content/contributions/Everything_Will_Be_IK.json | 2 +- content/contributions/Extended_Code_Completion.json | 2 +- content/contributions/Eye_Tribe_for_Processing.json | 2 +- content/contributions/FIP.json | 2 +- content/contributions/Fisica.json | 2 +- content/contributions/Font_Highlighting_Editor.json | 2 +- content/contributions/Fontastic.json | 2 +- content/contributions/Free_Transform.json | 2 +- content/contributions/G4P.json | 2 +- content/contributions/G4P_GUI_Builder.json | 2 +- content/contributions/GL_Video.json | 2 +- content/contributions/Game_Control_Plus.json | 2 +- ...k_Eye-tracking_for_Processing_(Tobii_EyeX_and_4C).json | 2 +- content/contributions/GenerativeDesign.json | 2 +- content/contributions/Geomerative.json | 2 +- content/contributions/Getting_Started.json | 2 +- content/contributions/GifAnimation.json | 2 +- content/contributions/Git_Manager.json | 2 +- content/contributions/Grab.json | 2 +- content/contributions/Green.json | 2 +- content/contributions/Guido.json | 2 +- content/contributions/HPGLGraphics.json | 2 +- content/contributions/HTTP_Requests_for_Processing.json | 2 +- content/contributions/Hardware_IO.json | 2 +- content/contributions/HiVis.json | 2 +- content/contributions/ID3.json | 2 +- content/contributions/IgnoCodeLib.json | 2 +- content/contributions/ImageLoader.json | 2 +- content/contributions/Image_Sequence_Player.json | 2 +- content/contributions/Image_processing_algorithms.json | 2 +- content/contributions/Intel_RealSense_for_Processing.json | 2 +- content/contributions/Interfascia.json | 2 +- content/contributions/JarMatey.json | 2 +- content/contributions/Jasmine.json | 2 +- content/contributions/JavaDoc.json | 2 +- content/contributions/JavaFX.json | 2 +- content/contributions/JavaScript_Mode.json | 2 +- content/contributions/Joon's_Renderer.json | 2 +- content/contributions/Ketai.json | 2 +- content/contributions/Keystone.json | 2 +- content/contributions/Kinect4WinSDK.json | 2 +- content/contributions/Kinect_v2_for_Processing.json | 2 +- content/contributions/Latk_for_Processing.json | 2 +- content/contributions/LazyGui.json | 2 +- content/contributions/Leap_Motion_for_Processing.json | 2 +- content/contributions/LiquidFunProcessing.json | 2 +- content/contributions/Loom.json | 2 +- content/contributions/MQTT.json | 2 +- .../Manuale_di_Programmazione_Cinematografica.json | 2 +- content/contributions/MapThing.json | 2 +- content/contributions/MindSet_Processing.json | 2 +- content/contributions/Minim.json | 2 +- content/contributions/Mother.json | 2 +- content/contributions/Mouse_2D_Transformations.json | 2 +- content/contributions/MuKCast.json | 2 +- content/contributions/Myo_for_Processing.json | 2 +- content/contributions/NXTComm_Processing.json | 2 +- content/contributions/Nest.json | 2 +- content/contributions/Nice_Color_Palettes.json | 2 +- content/contributions/Novation_Launch_Control_client.json | 2 +- content/contributions/Nurbs.json | 2 +- content/contributions/OBJExport.json | 2 +- content/contributions/OCD_Obsessive_Camera_Direction.json | 2 +- content/contributions/OCT.json | 2 +- content/contributions/OOCSI_for_Processing.json | 2 +- content/contributions/Oklab_for_Processing.json | 2 +- content/contributions/OpenCV_for_Processing.json | 2 +- content/contributions/P8gGraphicsSVG.json | 2 +- content/contributions/PS3Eye.json | 2 +- content/contributions/Pallav.Matrix.json | 2 +- content/contributions/Patchy.json | 2 +- content/contributions/Path_Finder.json | 2 +- content/contributions/Pd4P3.json | 2 +- content/contributions/PeasyCam.json | 2 +- content/contributions/Picking.json | 2 +- content/contributions/PixelFlow.json | 2 +- content/contributions/PortMods.json | 2 +- content/contributions/PostFX_for_Processing.json | 2 +- content/contributions/ProcMod_player.json | 2 +- content/contributions/Processing2JS.json | 2 +- .../Processing_for_Android,_1st_Edition.json | 2 +- .../Processing_for_Android,_2nd_Edition.json | 2 +- content/contributions/Ptmx.json | 2 +- content/contributions/Python_Mode_for_Processing_3.json | 2 +- content/contributions/Python_Mode_for_Processing_4.json | 2 +- content/contributions/QScript.json | 2 +- content/contributions/QueasyCam.json | 2 +- content/contributions/REPL_Mode.json | 2 +- content/contributions/R_for_Processing.json | 2 +- content/contributions/Redis.json | 2 +- content/contributions/Reference_Tool.json | 2 +- content/contributions/RiTa.json | 2 +- content/contributions/Rosetta_Examples_for_P5.json | 2 +- content/contributions/RunwayML_Processing_Library.json | 2 +- content/contributions/SFTP.json | 2 +- content/contributions/SelectFile.json | 2 +- content/contributions/SerialRecord.json | 2 +- content/contributions/Shader_Mode.json | 2 +- content/contributions/Shape-Sketch.json | 2 +- content/contributions/Shapes_3D.json | 2 +- content/contributions/ShortMessage.json | 2 +- content/contributions/Signal_Filter.json | 2 +- content/contributions/SimpleOpenNI.json | 2 +- content/contributions/Simple_HTTP_Server.json | 2 +- content/contributions/Simple_Phidgets.json | 2 +- content/contributions/Simple_Receipt_Printer.json | 2 +- content/contributions/Simple_Touch.json | 2 +- content/contributions/Simple_Tweet.json | 2 +- content/contributions/SketchMapper.json | 2 +- content/contributions/Sound.json | 2 +- content/contributions/SoundCloud.json | 2 +- content/contributions/SpeedTool.json | 2 +- content/contributions/Spout_for_Processing.json | 2 +- content/contributions/Sprites.json | 2 +- content/contributions/Squarify.json | 2 +- content/contributions/Steganos.json | 2 +- .../SuperCollider_client_for_Processing.json | 2 +- content/contributions/Sweep_for_Processing.json | 2 +- content/contributions/Swing_Helper.json | 2 +- content/contributions/Syphon.json | 2 +- content/contributions/Tablet.json | 2 +- content/contributions/Temboo.json | 2 +- content/contributions/The_MidiBus.json | 2 +- content/contributions/TimedEvents.json | 2 +- content/contributions/Timer.json | 2 +- content/contributions/Timing_Utilities.json | 2 +- content/contributions/Tramontana_Processing_Library.json | 2 +- content/contributions/UDP.json | 2 +- content/contributions/UiBooster.json | 2 +- content/contributions/Unfolding_Maps.json | 2 +- content/contributions/Upload_to_Pi.json | 2 +- content/contributions/VLCJVideo.json | 2 +- content/contributions/VSync_for_Processing.json | 2 +- content/contributions/Video_Export.json | 2 +- content/contributions/Video_Library_for_Processing_3.json | 2 +- content/contributions/Video_Library_for_Processing_4.json | 2 +- content/contributions/WOVNS_Examples.json | 2 +- content/contributions/Websockets.json | 2 +- content/contributions/WootingKeyboard.json | 2 +- content/contributions/XYscope.json | 2 +- content/contributions/XlsReader.json | 2 +- content/contributions/dmxP512.json | 2 +- content/contributions/extruder.json | 2 +- content/contributions/gicentreUtils.json | 2 +- content/contributions/grafica.json | 2 +- content/contributions/gwoptics.json | 2 +- content/contributions/handy.json | 2 +- content/contributions/iGeo.json | 2 +- content/contributions/meter.json | 2 +- content/contributions/nub.json | 2 +- content/contributions/oscP5.json | 2 +- content/contributions/p5.js_Mode.json | 2 +- content/contributions/planetarium.json | 2 +- content/contributions/proscene.json | 2 +- content/contributions/spacebrewP5.json | 2 +- content/contributions/teilchen.json | 2 +- content/contributions/tramontanaCV.json | 2 +- content/contributions/ttslib.json | 2 +- content/contributions/wellen.json | 2 +- content/download/releases/processing-0225-2.1.2.json | 2 +- content/download/releases/processing-0227-2.2.1.json | 2 +- content/download/releases/processing-0228-3.0a1.json | 2 +- content/download/releases/processing-0229-3.0a2.json | 2 +- content/download/releases/processing-0230-3.0a3.json | 2 +- content/download/releases/processing-0231-3.0a4.json | 2 +- content/download/releases/processing-0232-3.0a5.json | 2 +- content/download/releases/processing-0233-3.0a6.json | 2 +- content/download/releases/processing-0234-3.0a7.json | 2 +- content/download/releases/processing-0235-3.0a8.json | 2 +- content/download/releases/processing-0236-3.0a9.json | 2 +- content/download/releases/processing-0237-3.0a10.json | 2 +- content/download/releases/processing-0238-3.0a11.json | 2 +- content/download/releases/processing-0239-3.0b1.json | 2 +- content/download/releases/processing-0240-3.0b2.json | 2 +- content/download/releases/processing-0241-3.0b3.json | 2 +- content/download/releases/processing-0242-3.0b4.json | 2 +- content/download/releases/processing-0243-3.0b5.json | 2 +- content/download/releases/processing-0244-3.0b6.json | 2 +- content/download/releases/processing-0245-3.0b7.json | 2 +- content/download/releases/processing-0246-3.0.json | 2 +- content/download/releases/processing-0247-3.0.1.json | 2 +- content/download/releases/processing-0248-3.0.2.json | 2 +- content/download/releases/processing-0249-3.1.json | 2 +- content/download/releases/processing-0250-3.1.1.json | 2 +- content/download/releases/processing-0251-3.1.2.json | 2 +- content/download/releases/processing-0252-3.2.json | 2 +- content/download/releases/processing-0253-3.2.1.json | 2 +- content/download/releases/processing-0254-3.2.2.json | 2 +- content/download/releases/processing-0255-3.2.3.json | 2 +- content/download/releases/processing-0256-3.2.4.json | 2 +- content/download/releases/processing-0257-3.3.json | 2 +- content/download/releases/processing-0258-3.3.1.json | 2 +- content/download/releases/processing-0259-3.3.2.json | 2 +- content/download/releases/processing-0260-3.3.3.json | 2 +- content/download/releases/processing-0261-3.3.4.json | 2 +- content/download/releases/processing-0262-3.3.5.json | 2 +- content/download/releases/processing-0263-3.3.6.json | 2 +- content/download/releases/processing-0264-3.3.7.1.json | 2 +- content/download/releases/processing-0264-3.3.7.2.json | 2 +- content/download/releases/processing-0264-3.3.7.json | 2 +- content/download/releases/processing-0265-3.4.json | 2 +- content/download/releases/processing-0266-3.5.json | 2 +- content/download/releases/processing-0267-3.5.1.json | 2 +- content/download/releases/processing-0268-3.5.2.json | 2 +- content/download/releases/processing-0269-3.5.3.json | 2 +- content/download/releases/processing-0270-3.5.4.json | 2 +- content/download/releases/processing-1.5.1.json | 2 +- content/download/releases/processing-1270-4.0a1.json | 2 +- content/download/releases/processing-1271-4.0a2.json | 2 +- content/download/releases/processing-1272-4.0a3.json | 2 +- content/download/releases/processing-1273-4.0a4.json | 2 +- content/download/releases/processing-1274-4.0a5.json | 2 +- content/download/releases/processing-1275-4.0a6.json | 2 +- content/download/releases/processing-1276-4.0b1.json | 2 +- content/download/releases/processing-1277-4.0b2.json | 2 +- content/download/releases/processing-1278-4.0b3.json | 2 +- content/download/releases/processing-1279-4.0b4.json | 2 +- content/download/releases/processing-1280-4.0b5.json | 2 +- content/download/releases/processing-1281-4.0b6.json | 2 +- content/download/releases/processing-1282-4.0b7.json | 2 +- content/download/releases/processing-1283-4.0b8.json | 2 +- content/download/releases/processing-1284-4.0b9.json | 2 +- content/download/releases/processing-1285-4.0.json | 2 +- content/download/releases/processing-1286-4.0.1.json | 2 +- content/download/releases/processing-1287-4.0.2.json | 2 +- content/download/releases/processing-1288-4.1.json | 2 +- content/download/releases/processing-1289-4.1.1.json | 2 +- content/download/releases/processing-1290-4.1.2.json | 2 +- content/download/releases/processing-1291-4.1.3.json | 2 +- content/download/releases/processing-1292-4.2.json | 2 +- content/download/releases/processing-1293-4.3.json | 2 +- content/download/releases/processing-1294-4.3.1.json | 2 +- content/download/releases/processing-1295-4.3.2.json | 2 +- content/download/releases/processing-1296-4.3.3.json | 2 +- content/download/releases/processing-1297-4.3.4.json | 2 +- content/download/releases/processing-1300-4.4.0.json | 2 +- content/download/releases/processing-1301-4.4.1.json | 2 +- content/download/releases/processing-1302-4.4.2.json | 2 +- content/download/releases/processing-1303-4.4.3.json | 2 +- content/download/releases/processing-1304-4.4.4.json | 2 +- content/download/releases/processing-1305-4.4.5.json | 2 +- content/download/releases/processing-1306-4.4.6.json | 2 +- content/download/releases/processing-1307-4.4.7.json | 2 +- content/download/releases/processing-1308-4.4.8.json | 2 +- content/download/releases/processing-1309-4.4.9.json | 2 +- content/download/releases/processing-1310-4.4.10.json | 2 +- content/download/releases/processing-1311-4.5.0.json | 2 +- content/download/releases/processing-1312-4.5.1.json | 2 +- content/download/releases/processing-1313-4.5.2.json | 2 +- content/download/releases/processing-1314-4.5.3.json | 2 +- content/download/releases/processing-1432-4.5.4.json | 2 +- content/download/releases/processing-1433-4.5.5.json | 2 +- content/download/releases/processing-1434-4.5.6.json | 2 +- content/download/releases/processing-1435-4.5.7-rc.json | 2 +- content/examples/Basics/Arrays/Array2D/Array2D.pde | 2 +- .../examples/Basics/Arrays/ArrayObjects/ArrayObjects.pde | 2 +- content/examples/Basics/Arrays/ArrayObjects/Module.pde | 2 +- content/examples/Basics/Camera/MoveEye/liveSketch.js | 1 - .../Basics/Camera/Orthographic/Orthographic.es.pde | 1 - .../examples/Basics/Camera/Orthographic/Orthographic.pde | 1 - .../examples/Basics/Camera/Perspective/Perspective.pde | 2 +- content/examples/Basics/Color/Hue/Hue.pde | 1 - .../Basics/Color/LinearGradient/LinearGradient.es.pde | 1 - .../Basics/Color/LinearGradient/LinearGradient.pde | 1 - .../Basics/Color/RadialGradient/RadialGradient.pde | 1 - content/examples/Basics/Color/Relativity/Relativity.pde | 6 ------ .../Basics/Control/Conditionals1/Conditionals1.pde | 2 +- .../Basics/Control/Conditionals2/Conditionals2.pde | 2 +- .../Control/EmbeddedIteration/EmbeddedIteration.pde | 2 +- content/examples/Basics/Control/Iteration/Iteration.pde | 2 +- .../Basics/Control/LogicalOperators/LogicalOperators.pde | 3 --- .../Basics/Data/CharactersStrings/CharactersStrings.pde | 2 +- .../Basics/Data/DatatypeConversion/DatatypeConversion.pde | 2 +- .../Basics/Data/IntegersFloats/IntegersFloats.pde | 2 +- content/examples/Basics/Data/TrueFalse/TrueFalse.pde | 2 +- content/examples/Basics/Data/Variables/Variables.pde | 3 --- content/examples/Basics/Form/Bezier/Bezier.pde | 1 - content/examples/Basics/Form/PieChart/PieChart.pde | 1 - .../examples/Basics/Form/Primitives3D/Primitives3D.pde | 2 -- .../Basics/Form/RegularPolygon/RegularPolygon.pde | 2 +- .../Basics/Form/ShapePrimitives/ShapePrimitives.pde | 1 - content/examples/Basics/Form/Star/Star.pde | 2 +- .../examples/Basics/Form/TriangleStrip/TriangleStrip.pde | 1 - content/examples/Basics/Input/Easing/Easing.pde | 2 +- content/examples/Basics/Input/Mouse1D/Mouse1D.pde | 2 +- content/examples/Basics/Input/Mouse2D/Mouse2D.pde | 2 +- .../Basics/Input/MouseFunctions/MouseFunctions.pde | 2 +- .../examples/Basics/Lights/Directional/Directional.pde | 1 - content/examples/Basics/Lights/Mixture/liveSketch.js | 1 - content/examples/Basics/Lights/MixtureGrid/liveSketch.js | 1 - content/examples/Basics/Math/Arctangent/Arctangent.pde | 1 - content/examples/Basics/Math/Distance1D/Distance1D.pde | 1 - content/examples/Basics/Math/Distance2D/Distance2D.pde | 2 +- .../examples/Basics/Math/DoubleRandom/DoubleRandom.pde | 1 - .../Basics/Math/Graphing2DEquation/Graphing2DEquation.pde | 1 - content/examples/Basics/Math/Noise1D/Noise1D.pde | 2 +- content/examples/Basics/Math/Noise2D/Noise2D.pde | 3 --- content/examples/Basics/Math/Noise3D/Noise3D.pde | 3 --- content/examples/Basics/Math/Random/Random.pde | 1 - .../Basics/Math/RandomGaussian/RandomGaussian.pde | 3 --- content/examples/Basics/Math/Sine/Sine.pde | 1 - content/examples/Basics/Math/SineCosine/SineCosine.pde | 1 - content/examples/Basics/Math/SineWave/SineWave.pde | 1 - .../Basics/Objects/CompositeObjects/CompositeObjects.pde | 2 +- content/examples/Basics/Objects/CompositeObjects/Egg.pde | 2 +- .../examples/Basics/Shape/LoadDisplayOBJ/data/rocket.mtl | 1 - content/examples/Basics/Structure/Redraw/Redraw.pde | 2 -- .../examples/Basics/Structure/WidthHeight/WidthHeight.pde | 1 - content/examples/Basics/Typography/Letters/Letters.pde | 2 +- .../examples/Basics/Web/LoadingImages/LoadingImages.pde | 1 - .../Advanced Data/ArrayListClass/ArrayListClass.pde | 1 - .../Advanced Data/IntListLottery/IntListLottery.pde | 1 - .../Topics/Advanced Data/LoadSaveJSON/LoadSaveJSON.pde | 1 - .../Topics/Advanced Data/LoadSaveJSON/data/data.json | 2 +- .../Topics/Advanced Data/LoadSaveTable/LoadSaveTable.pde | 1 - .../Topics/Advanced Data/LoadSaveTable/data/data.csv | 2 +- content/examples/Topics/File IO/LoadFile2/LoadFile2.pde | 2 +- content/examples/Topics/File IO/LoadFile2/data/cars2.tsv | 2 +- .../examples/Topics/Fractals and L-Systems/Koch/Koch.pde | 2 -- .../PenroseSnowflake/LSystem.es.pde | 2 -- .../Fractals and L-Systems/PenroseSnowflake/LSystem.pde | 2 -- .../PenroseSnowflake/PenroseSnowflake.es.pde | 2 -- .../PenroseSnowflake/PenroseSnowflake.pde | 2 -- .../Fractals and L-Systems/PenroseTile/PenroseLSystem.pde | 1 - .../Fractals and L-Systems/PenroseTile/PenroseTile.pde | 6 ------ .../Topics/Fractals and L-Systems/Pentigree/LSystem.pde | 1 - .../Topics/Fractals and L-Systems/Pentigree/Pentigree.pde | 1 - .../examples/Topics/Fractals and L-Systems/Tree/Tree.pde | 2 -- content/examples/Topics/Interaction/Reach1/Reach1.pde | 1 - content/examples/Topics/Interaction/Tickle/Tickle.pde | 2 +- content/examples/Topics/Motion/CircleCollision/Ball.pde | 2 +- .../Topics/Motion/CircleCollision/CircleCollision.pde | 4 ---- content/examples/Topics/Motion/Morph/Morph.pde | 1 - .../examples/Topics/Motion/Reflection1/Reflection1.pde | 1 - content/examples/Topics/Motion/Reflection2/Orb.pde | 1 - .../examples/Topics/Motion/Reflection2/Reflection2.pde | 8 -------- content/examples/Topics/Simulate/Flocking/Boid.pde | 1 - content/examples/Topics/Simulate/Flocking/Flock.pde | 1 - .../Simulate/MultipleParticleSystems/CrazyParticle.pde | 2 +- .../MultipleParticleSystems/MultipleParticleSystems.pde | 2 +- .../Topics/Simulate/MultipleParticleSystems/Particle.pde | 2 +- .../Topics/Simulate/SimpleParticleSystem/Particle.pde | 2 +- .../Simulate/SimpleParticleSystem/ParticleSystem.pde | 2 +- .../SimpleParticleSystem/SimpleParticleSystem.pde | 2 +- .../Topics/Simulate/SmokeParticleSystem/Particle.pde | 2 +- .../Simulate/SmokeParticleSystem/ParticleSystem.pde | 2 +- .../Simulate/SmokeParticleSystem/SmokeParticleSystem.pde | 2 +- .../AccelerationWithVectors/AccelerationWithVectors.pde | 1 - .../Topics/Vectors/AccelerationWithVectors/Mover.pde | 3 --- .../examples/Topics/Vectors/BouncingBall/BouncingBall.pde | 2 -- content/pages/libraries/net/index.es.mdx | 1 - content/pages/libraries/serial/index.es.mdx | 1 - content/pages/libraries/video/index.es.mdx | 1 - content/pages/overview/index.es.mdx | 2 +- content/pages/overview/index.mdx | 2 +- content/pages/privacy/index.es.mdx | 2 +- content/pages/privacy/index.mdx | 2 +- content/references/examples/io/GPIO/GPIO_0.pde | 1 - .../io/GPIO_attachInterrupt_/GPIO_attachInterrupt_0.pde | 1 - .../examples/io/GPIO_digitalRead_/GPIO_digitalRead_0.pde | 1 - .../io/GPIO_digitalWrite_/GPIO_digitalWrite_0.pde | 1 - .../io/GPIO_disableInterrupt_/GPIO_disableInterrupt_0.pde | 1 - .../io/GPIO_enableInterrupt_/GPIO_enableInterrupt_0.pde | 1 - .../examples/io/GPIO_interrupts_/GPIO_interrupts_0.pde | 1 - .../io/GPIO_noInterrupts_/GPIO_noInterrupts_0.pde | 1 - .../examples/io/GPIO_pinMode_/GPIO_pinMode_0.pde | 1 - .../io/GPIO_releaseInterrupt_/GPIO_releaseInterrupt_0.pde | 1 - .../examples/io/GPIO_releasePin_/GPIO_releasePin_0.pde | 1 - .../examples/io/GPIO_waitFor_/GPIO_waitFor_0.pde | 1 - content/references/examples/io/I2C/I2C_0.pde | 1 - .../io/I2C_beginTransmission_/I2C_beginTransmission_0.pde | 1 - content/references/examples/io/I2C_close_/I2C_close_0.pde | 1 - .../io/I2C_endTransmission_/I2C_endTransmission_0.pde | 1 - content/references/examples/io/I2C_list_/I2C_list_0.pde | 1 - content/references/examples/io/I2C_read_/I2C_read_0.pde | 1 - content/references/examples/io/I2C_write_/I2C_write_0.pde | 1 - content/references/examples/io/LED/LED_0.pde | 1 - .../examples/io/LED_brightness_/LED_brightness_0.pde | 1 - content/references/examples/io/LED_close_/LED_close_0.pde | 1 - content/references/examples/io/LED_list_/LED_list_0.pde | 1 - content/references/examples/io/PWM_clear_/PWM_clear_0.pde | 1 - content/references/examples/io/PWM_close_/PWM_close_0.pde | 1 - content/references/examples/io/PWM_list_/PWM_list_0.pde | 1 - content/references/examples/io/PWM_set_/PWM_set_0.pde | 1 - content/references/examples/io/SPI/SPI_0.pde | 1 - content/references/examples/io/SPI_close_/SPI_close_0.pde | 1 - content/references/examples/io/SPI_list_0/SPI_list_0.pde | 1 - .../examples/io/SPI_settings_/SPI_settings_0.pde | 1 - .../examples/io/SPI_transfer_/SPI_transfer_0.pde | 1 - .../examples/io/SoftwareServo/SoftwareServo_0.pde | 1 - .../io/SoftwareServo_attach_/SoftwareServo_attach_0.pde | 1 - .../SoftwareServo_attached_/SoftwareServo_attached_0.pde | 1 - .../io/SoftwareServo_detach_/SoftwareServo_detach_0.pde | 1 - .../io/SoftwareServo_write_/SoftwareServo_write_0.pde | 1 - content/references/examples/net/Client/Client_0.pde | 1 - .../examples/net/Client_active_/Client_active_0.pde | 1 - .../examples/net/Client_available_/Client_available_0.pde | 1 - .../examples/net/Client_clear_/Client_clear_0.pde | 1 - .../references/examples/net/Client_ip_/Client_ip_0.pde | 1 - .../Client_readBytesUntil_/Client_readBytesUntil_0.pde | 1 - .../examples/net/Client_readBytes_/Client_readBytes_0.pde | 1 - .../examples/net/Client_readChar_/Client_readChar_0.pde | 1 - .../Client_readStringUntil_/Client_readStringUntil_0.pde | 1 - .../net/Client_readString_/Client_readString_0.pde | 1 - .../examples/net/Client_read_/Client_read_0.pde | 1 - .../examples/net/Client_stop_/Client_stop_0.pde | 1 - .../examples/net/Client_write_/Client_write_0.pde | 1 - content/references/examples/net/Server/Server_0.pde | 1 - .../examples/net/Server_active_/Server_active_0.pde | 1 - .../examples/net/Server_available_/Server_available_0.pde | 1 - .../net/Server_disconnect_/Server_disconnect_0.pde | 1 - .../references/examples/net/Server_ip_/Server_ip_0.pde | 1 - .../examples/net/Server_stop_/Server_stop_0.pde | 1 - .../examples/net/Server_write_/Server_write_0.pde | 1 - .../examples/net/clientEvent_/clientEvent_0.pde | 1 - .../examples/net/disconnectEvent_/disconnectEvent_0.pde | 1 - .../examples/net/serverEvent_/serverEvent_0.pde | 1 - .../examples/processing/FloatDict/FloatDict_0.pde | 1 - .../processing/FloatDict_add_/FloatDict_add_0.pde | 1 - .../processing/FloatDict_clear_/FloatDict_clear_0.pde | 1 - .../processing/FloatDict_div_/FloatDict_div_0.pde | 1 - .../processing/FloatDict_get_/FloatDict_get_0.pde | 1 - .../processing/FloatDict_hasKey_/FloatDict_hasKey_0.pde | 1 - .../FloatDict_keyArray_/FloatDict_keyArray_0.pde | 1 - .../processing/FloatDict_keys_/FloatDict_keys_0.pde | 1 - .../processing/FloatDict_mult_/FloatDict_mult_0.pde | 1 - .../processing/FloatDict_remove_/FloatDict_remove_0.pde | 1 - .../processing/FloatDict_set_/FloatDict_set_0.pde | 1 - .../processing/FloatDict_size_/FloatDict_size_0.pde | 1 - .../FloatDict_sortKeysReverse_0.pde | 1 - .../FloatDict_sortKeys_/FloatDict_sortKeys_0.pde | 1 - .../FloatDict_sortValuesReverse_0.pde | 1 - .../FloatDict_sortValues_/FloatDict_sortValues_0.pde | 1 - .../processing/FloatDict_sub_/FloatDict_sub_0.pde | 1 - .../FloatDict_valueArray_/FloatDict_valueArray_0.pde | 1 - .../processing/FloatDict_values_/FloatDict_values_0.pde | 1 - .../examples/processing/FloatList/FloatList_0.pde | 1 - .../processing/FloatList_add_/FloatList_add_0.pde | 1 - .../processing/FloatList_array_/FloatList_array_0.pde | 1 - .../processing/FloatList_clear_/FloatList_clear_0.pde | 1 - .../processing/FloatList_div_/FloatList_div_0.pde | 1 - .../processing/FloatList_get_/FloatList_get_0.pde | 1 - .../FloatList_hasValue_/FloatList_hasValue_0.pde | 1 - .../processing/FloatList_max_/FloatList_max_0.pde | 1 - .../processing/FloatList_min_/FloatList_min_0.pde | 1 - .../processing/FloatList_mult_/FloatList_mult_0.pde | 1 - .../processing/FloatList_remove_/FloatList_remove_0.pde | 1 - .../processing/FloatList_remove_/FloatList_remove_1.pde | 1 - .../processing/FloatList_set_/FloatList_set_0.pde | 1 - .../processing/FloatList_shuffle_/FloatList_shuffle_0.pde | 1 - .../processing/FloatList_size_/FloatList_size_0.pde | 1 - .../FloatList_sortReverse_/FloatList_sortReverse_0.pde | 1 - .../processing/FloatList_sub_/FloatList_sub_0.pde | 1 - .../references/examples/processing/HashMap/HashMap_0.pde | 1 - .../references/examples/processing/IntDict/IntDict_0.pde | 1 - .../examples/processing/IntDict_add_/IntDict_add_0.pde | 1 - .../processing/IntDict_clear_/IntDict_clear_0.pde | 1 - .../examples/processing/IntDict_div_/IntDict_div_0.pde | 1 - .../examples/processing/IntDict_get_/IntDict_get_0.pde | 1 - .../processing/IntDict_hasKey_/IntDict_hasKey_0.pde | 1 - .../processing/IntDict_increment_/IntDict_increment_0.pde | 1 - .../processing/IntDict_keyArray_/IntDict_keyArray_0.pde | 1 - .../examples/processing/IntDict_keys_/IntDict_keys_0.pde | 1 - .../examples/processing/IntDict_mult_/IntDict_mult_0.pde | 1 - .../processing/IntDict_remove_/IntDict_remove_0.pde | 1 - .../examples/processing/IntDict_set_/IntDict_set_0.pde | 1 - .../examples/processing/IntDict_size_/IntDict_size_0.pde | 1 - .../IntDict_sortKeysReverse_0.pde | 1 - .../processing/IntDict_sortKeys_/IntDict_sortKeys_0.pde | 1 - .../IntDict_sortValuesReverse_0.pde | 1 - .../IntDict_sortValues_/IntDict_sortValues_0.pde | 1 - .../examples/processing/IntDict_sub_/IntDict_sub_0.pde | 1 - .../IntDict_valueArray_/IntDict_valueArray_0.pde | 1 - .../processing/IntDict_values_/IntDict_values_0.pde | 1 - .../references/examples/processing/IntList/IntList_0.pde | 1 - .../examples/processing/IntList_add_/IntList_add_0.pde | 1 - .../processing/IntList_array_/IntList_array_0.pde | 1 - .../processing/IntList_clear_/IntList_clear_0.pde | 1 - .../examples/processing/IntList_div_/IntList_div_0.pde | 1 - .../examples/processing/IntList_get_/IntList_get_0.pde | 1 - .../processing/IntList_hasValue_/IntList_hasValue_0.pde | 1 - .../processing/IntList_increment_/IntList_increment_0.pde | 1 - .../examples/processing/IntList_max_/IntList_max_0.pde | 1 - .../examples/processing/IntList_min_/IntList_min_0.pde | 1 - .../examples/processing/IntList_mult_/IntList_mult_0.pde | 1 - .../processing/IntList_remove_/IntList_remove_0.pde | 1 - .../processing/IntList_remove_/IntList_remove_1.pde | 1 - .../examples/processing/IntList_set_/IntList_set_0.pde | 1 - .../processing/IntList_shuffle_/IntList_shuffle_0.pde | 1 - .../examples/processing/IntList_size_/IntList_size_0.pde | 1 - .../IntList_sortReverse_/IntList_sortReverse_0.pde | 1 - .../examples/processing/IntList_sub_/IntList_sub_0.pde | 1 - content/references/examples/processing/PFont/PFont_0.pde | 2 +- .../PGraphics_beginDraw_/PGraphics_beginDraw_0.pde | 1 - .../processing/PGraphics_endDraw_/PGraphics_endDraw_0.pde | 1 - content/references/examples/processing/PImage/PImage.pde | 2 +- .../examples/processing/PImage_blend_/PImage_blend_0.pde | 2 +- .../examples/processing/PImage_blend_/PImage_blend_1.pde | 2 +- .../examples/processing/PImage_blend_/PImage_blend_2.pde | 2 +- .../examples/processing/PImage_blend_/PImage_blend_3.pde | 2 +- .../examples/processing/PImage_copy_/PImage_copy_.pde | 2 +- .../processing/PImage_filter_/PImage_filter_1_gray.pde | 2 +- .../processing/PImage_filter_/PImage_filter_2_invert.pde | 2 +- .../PImage_filter_/PImage_filter_3_posterize.pde | 2 +- .../processing/PImage_filter_/PImage_filter_4_blur.pde | 2 +- .../processing/PImage_filter_/PImage_filter_5_erode.pde | 1 - .../processing/PImage_filter_/PImage_filter_6_dilate.pde | 2 +- .../examples/processing/PImage_get_/PImage_get_0.pde | 2 +- .../examples/processing/PImage_get_/PImage_get_1.pde | 2 +- .../examples/processing/PImage_height/PImage_height.pde | 2 +- .../processing/PImage_loadPixels_/PImage_loadPixels.pde | 2 +- .../examples/processing/PImage_mask_/PImage_mask_.pde | 2 +- .../processing/PImage_resize_/PImage_resize_0.pde | 2 +- .../processing/PImage_resize_/PImage_resize_1.pde | 2 +- .../examples/processing/PImage_save_/PImage_save_0.pde | 1 - .../examples/processing/PImage_set_/PImage_set_.pde | 2 +- .../examples/processing/PImage_width/PImage_width_.pde | 2 +- content/references/examples/processing/PShape/PShape.pde | 2 +- .../processing/PShape_getChild_/PShape_getChild_.pde | 2 +- .../processing/PShape_isVisible_/PShape_isVisible_.pde | 2 +- .../processing/PShape_setFill_/PShape_setFill_0.pde | 1 - .../processing/PShape_setStroke_/PShape_setStroke_0.pde | 1 - .../processing/PShape_setVisible_/PShape_setVisible_.pde | 2 +- .../examples/processing/PVector_z/PVector_z_0.pde | 2 +- .../examples/processing/PrintWriter/PrintWriter_0.pde | 1 - .../processing/PrintWriter_close_/PrintWriter_close_0.pde | 1 - .../processing/PrintWriter_flush_/PrintWriter_flush_0.pde | 1 - .../processing/PrintWriter_print_/PrintWriter_print_0.pde | 1 - .../PrintWriter_println_/PrintWriter_println_0.pde | 1 - .../examples/processing/StringDict/StringDict_0.pde | 1 - .../processing/StringDict_clear_/StringDict_clear_0.pde | 1 - .../processing/StringDict_get_/StringDict_get_0.pde | 1 - .../processing/StringDict_hasKey_/StringDict_hasKey_0.pde | 1 - .../StringDict_keyArray_/StringDict_keyArray_0.pde | 1 - .../processing/StringDict_keys_/StringDict_keys_0.pde | 1 - .../processing/StringDict_remove_/StringDict_remove_0.pde | 1 - .../processing/StringDict_set_/StringDict_set_0.pde | 1 - .../processing/StringDict_size_/StringDict_size_0.pde | 1 - .../StringDict_sortKeysReverse_0.pde | 1 - .../StringDict_sortKeys_/StringDict_sortKeys_0.pde | 1 - .../StringDict_sortValuesReverse_0.pde | 1 - .../StringDict_sortValues_/StringDict_sortValues_0.pde | 1 - .../StringDict_valueArray_/StringDict_valueArray_0.pde | 1 - .../processing/StringDict_values_/StringDict_values_0.pde | 1 - .../examples/processing/StringList/StringList_0.pde | 1 - .../processing/StringList_array_/StringList_array_0.pde | 2 -- .../processing/StringList_clear_/StringList_clear_0.pde | 1 - .../processing/StringList_get_/StringList_get_0.pde | 1 - .../StringList_hasValue_0/StringList_hasValue_0.pde | 1 - .../processing/StringList_lower_/StringList_lower_0.pde | 1 - .../processing/StringList_remove_/StringList_remove_0.pde | 1 - .../processing/StringList_remove_/StringList_remove_1.pde | 1 - .../processing/StringList_set_/StringList_set_0.pde | 1 - .../processing/StringList_set_/StringList_set_1.pde | 1 - .../StringList_shuffle_/StringList_shuffle_0.pde | 1 - .../processing/StringList_size_/StringList_size_0.pde | 1 - .../StringList_sortReverse_/StringList_sortReverse_0.pde | 1 - .../processing/StringList_upper_/StringList_upper_0.pde | 1 - .../examples/processing/applyMatrix_/applyMatrix_.pde | 2 +- content/references/examples/processing/arc_/arc_0.pde | 2 +- content/references/examples/processing/arc_/arc_1.pde | 2 +- content/references/examples/processing/arc_/arc_2.pde | 2 +- content/references/examples/processing/arc_/arc_3.pde | 2 +- .../examples/processing/background_/background_0.pde | 2 +- .../examples/processing/background_/background_1.pde | 2 +- .../examples/processing/background_/background_2.pde | 2 +- .../examples/processing/beginCamera_/beginCamera_0.pde | 1 - .../examples/processing/beginShape_/beginShape_0.pde | 2 +- .../examples/processing/beginShape_/beginShape_1.pde | 2 +- .../examples/processing/beginShape_/beginShape_10.pde | 2 +- .../examples/processing/beginShape_/beginShape_2.pde | 2 +- .../examples/processing/beginShape_/beginShape_4.pde | 2 +- .../examples/processing/beginShape_/beginShape_6.pde | 2 +- .../examples/processing/beginShape_/beginShape_7.pde | 2 +- .../examples/processing/beginShape_/beginShape_8.pde | 2 +- .../examples/processing/bezierPoint_/bezierPoint_.pde | 2 +- .../processing/bezierTangent_/bezierTangent_0.pde | 2 +- .../examples/processing/bezierVertex_/bezierVertex_1.pde | 2 +- .../references/examples/processing/bezier_/bezier_0.pde | 2 +- .../references/examples/processing/bezier_/bezier_1.pde | 2 +- .../references/examples/processing/binary_/binary_0.pde | 1 - content/references/examples/processing/blend_/blend_0.pde | 2 +- content/references/examples/processing/blend_/blend_1.pde | 2 +- content/references/examples/processing/blend_/blend_2.pde | 2 +- content/references/examples/processing/blend_/blend_3.pde | 2 +- content/references/examples/processing/box_/box_0.pde | 2 +- content/references/examples/processing/box_/box_1.pde | 2 +- .../references/examples/processing/camera_/camera_.pde | 2 +- content/references/examples/processing/circle_/circle.pde | 2 +- .../examples/processing/colorMode_/colorMode_2.pde | 2 +- content/references/examples/processing/color_/color_0.pde | 2 +- content/references/examples/processing/color_/color_1.pde | 2 +- content/references/examples/processing/color_/color_2.pde | 2 +- content/references/examples/processing/copy_/copy_.pde | 2 +- content/references/examples/processing/cos_/cos_.pde | 2 +- .../examples/processing/createFont_/createFont_0.pde | 1 - .../examples/processing/createImage_/createImage_1.pde | 2 +- .../examples/processing/createWriter_/createWriter_0.pde | 1 - .../examples/processing/curveDetail_/curveDetail_.pde | 2 +- .../examples/processing/curvePoint_/curvePoint_.pde | 2 +- .../examples/processing/curveTangent_/curveTangent_.pde | 2 +- .../examples/processing/curveVertex_/curveVertex_.pde | 2 +- content/references/examples/processing/curve_/curve_.pde | 2 +- .../processing/directionalLight_/directionalLight_0.pde | 2 +- .../processing/directionalLight_/directionalLight_1.pde | 2 +- .../examples/processing/ellipseMode_/ellipseMode_0.pde | 2 +- .../examples/processing/ellipseMode_/ellipseMode_1.pde | 2 +- .../references/examples/processing/ellipse_/ellipse_.pde | 2 +- content/references/examples/processing/else/else0.pde | 2 +- content/references/examples/processing/else/else1.pde | 2 +- .../examples/processing/emissive_/emissive_.pde | 2 +- .../examples/processing/endCamera_/endCamera_.pde | 2 +- .../examples/processing/endContour_/endContour_0.pde | 2 +- .../examples/processing/endShape_/endShape_.pde | 2 +- content/references/examples/processing/exp_/exp_0.pde | 1 - content/references/examples/processing/fill_/fill_0.pde | 2 +- content/references/examples/processing/fill_/fill_1.pde | 2 +- .../references/examples/processing/filter_/filter_0.pde | 2 +- .../references/examples/processing/filter_/filter_1.pde | 2 +- .../references/examples/processing/filter_/filter_2.pde | 2 +- .../references/examples/processing/filter_/filter_3.pde | 2 +- .../references/examples/processing/filter_/filter_4.pde | 2 +- .../references/examples/processing/filter_/filter_7.pde | 2 +- content/references/examples/processing/for/for_0.pde | 2 +- content/references/examples/processing/for/for_1.pde | 2 +- content/references/examples/processing/for/for_2.pde | 2 +- content/references/examples/processing/for/for_3.pde | 2 +- .../references/examples/processing/frustum_/frustum_.pde | 2 +- content/references/examples/processing/get_/get_0.pde | 2 +- content/references/examples/processing/get_/get_1.pde | 2 +- content/references/examples/processing/green_/green_.pde | 2 +- content/references/examples/processing/height/height.pde | 2 +- content/references/examples/processing/hue_/hue_.pde | 2 +- content/references/examples/processing/if/if.pde | 2 +- .../examples/processing/imageMode_/imageMode_0.pde | 2 +- .../examples/processing/imageMode_/imageMode_1.pde | 2 +- .../examples/processing/imageMode_/imageMode_2.pde | 2 +- content/references/examples/processing/image_/image_0.pde | 2 +- content/references/examples/processing/image_/image_1.pde | 2 +- content/references/examples/processing/join_/join_0.pde | 1 - .../examples/processing/keyTyped_/keyTyped_0.pde | 1 - .../examples/processing/lerpColor_/lerpColor_.pde | 2 +- content/references/examples/processing/lerp_/lerp_0.pde | 2 +- content/references/examples/processing/lerp_/lerp_1.pde | 2 +- .../examples/processing/lightFalloff_/lightFalloff_.pde | 2 +- .../examples/processing/lightSpecular_/lightSpecular_.pde | 2 +- .../references/examples/processing/lights_/lights_0.pde | 2 +- .../references/examples/processing/lights_/lights_1.pde | 2 +- content/references/examples/processing/line_/line_0.pde | 2 +- content/references/examples/processing/line_/line_1.pde | 2 +- content/references/examples/processing/line_/line_2.pde | 2 +- .../examples/processing/loadFont_/loadFont_.pde | 2 +- .../examples/processing/loadImage_/loadImage_0.pde | 2 +- .../examples/processing/loadImage_/loadImage_1.pde | 2 +- .../examples/processing/loadImage_/loadImage_2.pde | 2 +- .../examples/processing/loadPixels_/loadPixels_.pde | 2 +- .../examples/processing/loadShape_/loadShape_0.pde | 2 +- .../examples/processing/loadShape_/loadShape_1.pde | 2 +- .../examples/processing/logicalAND/logicalAND.pde | 2 +- .../examples/processing/logicalNOT/logicalNOT.pde | 2 +- .../examples/processing/logicalNOT/logicalNOT_2.pde | 2 +- .../examples/processing/logicalOR/logicalOR.pde | 2 +- content/references/examples/processing/mag_/mag_.pde | 2 +- .../examples/processing/mouseWheel_/mouseWheel_0.pde | 1 - content/references/examples/processing/new/new_0.pde | 1 - content/references/examples/processing/nfc_/nfc_0.pde | 1 - content/references/examples/processing/nfc_/nfc_1.pde | 1 - .../references/examples/processing/noFill_/noFill_.pde | 2 +- .../examples/processing/noSmooth_/noSmooth_.pde | 2 +- .../examples/processing/noStroke_/noStroke_.pde | 2 +- .../references/examples/processing/noTint_/noTint_.pde | 2 +- .../references/examples/processing/normal_/normal_.pde | 2 +- content/references/examples/processing/ortho_/ortho_.pde | 2 +- .../examples/processing/perspective_/perspective_.pde | 2 +- content/references/examples/processing/pixels/pixels.pde | 2 +- .../examples/processing/pointLight_/pointLight_.pde | 2 +- content/references/examples/processing/point_/point_0.pde | 2 +- content/references/examples/processing/point_/point_1.pde | 2 +- .../examples/processing/popMatrix_/popMatrix_.pde | 2 +- .../examples/processing/popStyle_/popStyle_0.pde | 2 +- .../examples/processing/popStyle_/popStyle_1.pde | 2 +- content/references/examples/processing/pop_/pop_0.pde | 2 +- content/references/examples/processing/pop_/pop_1.pde | 2 +- .../examples/processing/pushMatrix_/pushMatrix_.pde | 2 +- .../examples/processing/pushStyle_/pushStyle_0.pde | 2 +- .../examples/processing/pushStyle_/pushStyle_1.pde | 2 +- content/references/examples/processing/push_/push_0.pde | 2 +- content/references/examples/processing/push_/push_1.pde | 2 +- content/references/examples/processing/quad_/quad_.pde | 2 +- .../processing/quadraticVertex_/quadraticVertex_0.pde | 2 +- .../processing/quadraticVertex_/quadraticVertex_1.pde | 2 +- .../processing/randomGaussian_/RandomGaussian_0.pde | 2 +- .../processing/randomGaussian_/RandomGaussian_1.pde | 2 +- .../examples/processing/randomSeed_/randomSeed_0.pde | 1 - .../examples/processing/rectMode_/rectMode_0.pde | 2 +- .../examples/processing/rectMode_/rectMode_1.pde | 2 +- content/references/examples/processing/rect_/rect_1.pde | 2 +- content/references/examples/processing/rect_/rect_2.pde | 2 +- content/references/examples/processing/red_/red_.pde | 2 +- .../examples/processing/resetMatrix_/resetMatrix_.pde | 2 +- .../references/examples/processing/rotateX_/rotateX_0.pde | 2 +- .../references/examples/processing/rotateX_/rotateX_1.pde | 2 +- .../references/examples/processing/rotateY_/rotateY_0.pde | 2 +- .../references/examples/processing/rotateY_/rotateY_1.pde | 2 +- .../references/examples/processing/rotateZ_/rotateZ_0.pde | 2 +- .../references/examples/processing/rotateZ_/rotateZ_1.pde | 2 +- content/references/examples/processing/round_/round_0.pde | 1 - .../examples/processing/saturation_/saturation_.pde | 2 +- .../references/examples/processing/saveXML_/saveXML_0.pde | 2 +- content/references/examples/processing/scale_/scale_0.pde | 2 +- content/references/examples/processing/scale_/scale_1.pde | 2 +- content/references/examples/processing/scale_/scale_2.pde | 2 +- content/references/examples/processing/set_/set_1.pde | 2 +- content/references/examples/processing/set_/set_2.pde | 2 +- .../examples/processing/shapeMode_/shapeMode_.pde | 2 +- content/references/examples/processing/shape_/shape_.pde | 2 +- .../references/examples/processing/shearX_/shearX_.pde | 2 +- .../references/examples/processing/shearY_/shearY_.pde | 2 +- .../examples/processing/shininess_/shininess_.pde | 2 +- content/references/examples/processing/sin_/sin.pde | 2 +- content/references/examples/processing/size_/size_0.pde | 2 +- content/references/examples/processing/size_/size_1.pde | 2 +- content/references/examples/processing/size_/size_2.pde | 2 +- .../references/examples/processing/smooth_/smooth_1.pde | 2 +- .../references/examples/processing/smooth_/smooth_2.pde | 2 +- .../examples/processing/specular_/specular_.pde | 2 +- .../references/examples/processing/sphere_/sphere_.pde | 2 +- .../examples/processing/spotLight_/spotLight_0.pde | 2 +- .../examples/processing/spotLight_/spotLight_1.pde | 2 +- content/references/examples/processing/sq_/sq_.pde | 2 +- content/references/examples/processing/sqrt_/sqrt_.pde | 2 +- .../references/examples/processing/square_/square_0.pde | 2 +- .../examples/processing/strokeCap_/strokeCap_.pde | 2 +- .../examples/processing/strokeJoin_/strokeJoin_0.pde | 2 +- .../examples/processing/strokeJoin_/strokeJoin_1.pde | 2 +- .../examples/processing/strokeJoin_/strokeJoin_2.pde | 2 +- .../examples/processing/strokeWeight_/strokeWeight_.pde | 2 +- .../references/examples/processing/stroke_/stroke_0.pde | 2 +- .../references/examples/processing/stroke_/stroke_1.pde | 2 +- content/references/examples/processing/super/super_0.pde | 1 - content/references/examples/processing/tan_/tan_.pde | 2 +- .../examples/processing/textAlign_/textAlign_0.pde | 2 +- .../examples/processing/textAlign_/textAlign_1.pde | 2 +- .../examples/processing/textAscent_/textAscent_.pde | 2 +- .../examples/processing/textDescent_/textDescent_.pde | 2 +- .../examples/processing/textFont_/textFont_.pde | 2 +- .../examples/processing/textLeading_/textLeading_.pde | 2 +- .../examples/processing/textSize_/textSize_.pde | 2 +- .../examples/processing/textWidth_/textWidth_.pde | 2 +- content/references/examples/processing/text_/text_0.pde | 2 +- content/references/examples/processing/text_/text_1.pde | 2 +- content/references/examples/processing/text_/text_2.pde | 2 +- .../examples/processing/textureMode_/textureMode_0.pde | 2 +- .../examples/processing/textureMode_/textureMode_1.pde | 2 +- .../examples/processing/texture_/textureMode_.pde | 2 +- content/references/examples/processing/this/this_0.pde | 1 - content/references/examples/processing/this/this_1.pde | 1 - .../examples/processing/translate_/translate_0.pde | 2 +- .../examples/processing/translate_/translate_1.pde | 2 +- .../examples/processing/translate_/translate_2.pde | 2 +- .../examples/processing/triangle_/triangle_.pde | 2 +- .../examples/processing/updatePixels_/loadPixels_.pde | 2 +- .../references/examples/processing/vertex_/vertex_0.pde | 2 +- .../references/examples/processing/vertex_/vertex_1.pde | 2 +- .../references/examples/processing/vertex_/vertex_2.pde | 2 +- content/references/examples/processing/while/while.pde | 2 +- content/references/examples/processing/width/width.pde | 2 +- content/references/examples/serial/Serial/Serial_0.pde | 1 - .../serial/Serial_available_/Serial_available_0.pde | 1 - .../serial/Serial_bufferUntil_/Serial_bufferUntil_0.pde | 1 - .../examples/serial/Serial_buffer_/Serial_buffer_0.pde | 1 - .../examples/serial/Serial_clear_/Serial_clear_0.pde | 1 - .../serial/Serial_lastChar_/Serial_lastChar_0.pde | 1 - .../examples/serial/Serial_last_/Serial_last_0.pde | 1 - .../Serial_readBytesUntil_/Serial_readBytesUntil_0.pde | 1 - .../serial/Serial_readBytes_/Serial_readBytes_0.pde | 1 - .../serial/Serial_readChar_/Serial_readChar_0.pde | 1 - .../Serial_readStringUntil_/Serial_readStringUntil_0.pde | 1 - .../serial/Serial_readString_/Serial_readString_0.pde | 1 - .../examples/serial/Serial_read_/Serial_read_0.pde | 1 - .../examples/serial/Serial_serialEvent_/serialEvent_0.pde | 1 - .../examples/serial/Serial_stop_/Serial_stop_0.pde | 1 - .../examples/serial/Serial_write_/Serial_write_0.pde | 1 - .../examples/sound/AudioDevice/AudioDevice_0.pde | 1 - content/references/examples/sound/AudioIn/AudioIn_0.pde | 1 - .../examples/sound/AudioIn_add_/AudioIn_add_0.pde | 1 - .../examples/sound/AudioIn_amp_/AudioIn_amp_0.pde | 1 - .../examples/sound/AudioIn_pan_/AudioIn_pan_0.pde | 1 - .../examples/sound/AudioIn_play_/AudioIn_play_0.pde | 1 - .../examples/sound/AudioIn_set_/AudioIn_set_0.pde | 1 - .../examples/sound/AudioIn_stop_/AudioIn_stop_0.pde | 1 - .../examples/sound/BandPass_set_/BandPass_set_0.pde | 1 - .../examples/sound/BrownNoise_add_/BrownNoise_add_0.pde | 1 - .../examples/sound/BrownNoise_amp_/BrownNoise_amp_0.pde | 1 - .../examples/sound/BrownNoise_pan_/BrownNoise_pan_0.pde | 1 - .../examples/sound/BrownNoise_play_/BrownNoise_play_0.pde | 1 - .../examples/sound/BrownNoise_set_/BrownNoise_set_0.pde | 1 - .../examples/sound/BrownNoise_stop_/BrownNoise_stop_0.pde | 1 - content/references/examples/sound/Delay/Delay_0.pde | 1 - .../examples/sound/Delay_feedback_/Delay_feedback_0.pde | 1 - .../examples/sound/Delay_process_/Delay_process_0.pde | 1 - .../references/examples/sound/Delay_set_/Delay_set_0.pde | 1 - .../examples/sound/Delay_stop_/Delay_stop_0.pde | 1 - .../examples/sound/Delay_time_/Delay_time_0.pde | 1 - content/references/examples/sound/Env/Env_0.pde | 1 - .../references/examples/sound/Env_play_/Env_play_0.pde | 1 - .../examples/sound/HighPass_stop_/HighPass_stop_0.pde | 1 - .../examples/sound/LowPass_stop_/LowPass_stop_0.pde | 1 - .../examples/sound/PinkNoise_add_/PinkNoise_add_0.pde | 1 - .../examples/sound/PinkNoise_amp_/PinkNoise_amp_0.pde | 1 - .../examples/sound/PinkNoise_pan_/PinkNoise_pan_0.pde | 1 - .../examples/sound/PinkNoise_play_/PinkNoise_play_0.pde | 1 - .../examples/sound/PinkNoise_set_/PinkNoise_set_0.pde | 1 - .../examples/sound/PinkNoise_stop_/PinkNoise_stop_0.pde | 1 - content/references/examples/sound/Pulse/Pulse_0.pde | 1 - .../references/examples/sound/Pulse_add_/Pulse_add_0.pde | 1 - .../references/examples/sound/Pulse_amp_/Pulse_amp_0.pde | 1 - .../examples/sound/Pulse_freq_/Pulse_freq_0.pde | 1 - .../references/examples/sound/Pulse_pan_/Pulse_pan_0.pde | 1 - .../examples/sound/Pulse_play_/Pulse_play_0.pde | 1 - .../references/examples/sound/Pulse_set_/Pulse_set_0.pde | 1 - .../examples/sound/Pulse_stop_/Pulse_stop_0.pde | 1 - .../examples/sound/Pulse_width_/Pulse_width_0.pde | 1 - content/references/examples/sound/Reverb/Reverb_0.pde | 1 - .../examples/sound/Reverb_damp_/Reverb_damp_0.pde | 1 - .../examples/sound/Reverb_process_/Reverb_process_0.pde | 1 - .../examples/sound/Reverb_room_/Reverb_room_0.pde | 1 - .../examples/sound/Reverb_set_/Reverb_set_0.pde | 1 - .../examples/sound/Reverb_stop_/Reverb_stop_0.pde | 1 - .../examples/sound/Reverb_wet_/Reverb_wet_0.pde | 1 - content/references/examples/sound/SawOsc/SawOsc_0.pde | 1 - .../examples/sound/SawOsc_pan_/SawOsc_pan_0.pde | 1 - .../examples/sound/SawOsc_play_/SawOsc_play_0.pde | 1 - .../examples/sound/SawOsc_set_/SawOsc_set_0.pde | 1 - .../examples/sound/SawOsc_stop_/SawOsc_stop_0.pde | 1 - content/references/examples/sound/SinOsc/SinOsc_0.pde | 1 - .../examples/sound/SinOsc_add_/SinOsc_add_0.pde | 1 - .../examples/sound/SinOsc_amp_/SinOsc_amp_0.pde | 1 - .../examples/sound/SinOsc_freq_/SinOsc_freq_0.pde | 1 - .../examples/sound/SinOsc_pan_/SinOsc_pan_0.pde | 1 - .../examples/sound/SinOsc_play_/SinOsc_play_0.pde | 1 - .../examples/sound/SinOsc_set_/SinOsc_set_0.pde | 1 - .../examples/sound/SinOsc_stop_/SinOsc_stop_0.pde | 1 - content/references/examples/sound/Sound/Sound_0.pde | 1 - .../examples/sound/SoundFile_add_/SoundFile_add_0.pde | 1 - .../examples/sound/SoundFile_amp_/SoundFile_amp_0.pde | 1 - .../sound/SoundFile_channels_/SoundFile_channels_0.pde | 1 - .../sound/SoundFile_frames_/SoundFile_frames_0.pde | 1 - .../examples/sound/SoundFile_loop_/SoundFile_loop_0.pde | 1 - .../examples/sound/SoundFile_set_/SoundFile_set_0.pde | 1 - content/references/examples/sound/SqrOsc/SqrOsc_0.pde | 1 - .../examples/sound/SqrOsc_add_/SqrOsc_add_0.pde | 1 - .../examples/sound/SqrOsc_amp_/SqrOsc_amp_0.pde | 1 - .../examples/sound/SqrOsc_freq_/SqrOsc_freq_0.pde | 1 - .../examples/sound/SqrOsc_pan_/SqrOsc_pan_0.pde | 1 - .../examples/sound/SqrOsc_play_/SqrOsc_play_0.pde | 1 - .../examples/sound/SqrOsc_stop_/SqrOsc_stop_0.pde | 1 - .../examples/sound/TriOsc_add_/TriOsc_add_0.pde | 1 - .../examples/sound/TriOsc_amp_/TriOsc_amp_0.pde | 1 - .../examples/sound/TriOsc_freq_/TriOsc_freq_0.pde | 1 - .../examples/sound/TriOsc_play_/TriOsc_play_0.pde | 1 - .../examples/sound/WhiteNoise_amp_/WhiteNoise_amp_0.pde | 1 - .../examples/sound/WhiteNoise_pan_/WhiteNoise_pan_0.pde | 1 - .../examples/sound/WhiteNoise_play_/WhiteNoise_play_0.pde | 1 - .../examples/sound/WhiteNoise_set_/WhiteNoise_set_0.pde | 1 - .../examples/sound/WhiteNoise_stop_/WhiteNoise_stop_0.pde | 1 - content/references/examples/video/Capture/Capture_0.pde | 1 - .../examples/video/Capture_list_/Capture_list_0.pde | 1 - .../examples/video/Capture_start_/Capture_start_0.pde | 1 - .../examples/video/Capture_stop_/Capture_stop_0.pde | 1 - content/references/examples/video/Movie/Movie_0.pde | 1 - .../examples/video/Movie_available_/Movie_available_0.pde | 1 - .../examples/video/Movie_duration_/Movie_duration_0.pde | 1 - .../examples/video/Movie_frameRate_/Movie_frameRate_0.pde | 1 - .../examples/video/Movie_jump_/Movie_jump_0.pde | 1 - .../examples/video/Movie_loop_/Movie_loop_0.pde | 1 - .../examples/video/Movie_noLoop_/Movie_noLoop_0.pde | 1 - .../examples/video/Movie_pause_/Movie_pause_0.pde | 1 - .../examples/video/Movie_play_/Movie_play_0.pde | 1 - .../examples/video/Movie_read_/Movie_read_0.pde | 1 - .../examples/video/Movie_speed_/Movie_speed_0.pde | 1 - .../examples/video/Movie_stop_/Movie_stop_0.pde | 1 - .../examples/video/Movie_time_/Movie_time_0.pde | 1 - .../examples/video/movieEvent_/movieEvent_0.pde | 1 - .../examples/video/movieEvent_/movieEvent_1.pde | 1 - .../text/2d-transformations/correct_rotate_grid.svg | 2 +- content/tutorials/text/2d-transformations/degrees.svg | 2 +- content/tutorials/text/2d-transformations/moved_grid.svg | 2 +- content/tutorials/text/2d-transformations/new_coords.svg | 2 +- content/tutorials/text/2d-transformations/original.svg | 2 +- content/tutorials/text/2d-transformations/pivot.svg | 2 +- .../tutorials/text/2d-transformations/rotated_grid.svg | 2 +- content/tutorials/text/2darray/index.es.mdx | 3 --- content/tutorials/text/electronics/fg39-16.svg | 2 +- content/tutorials/text/rendering/index.mdx | 2 +- content/tutorials/video/chromebook-install/index.es.mdx | 2 +- content/tutorials/video/happy-coding/index.mdx | 2 +- i18n/react-intl/en.json | 2 +- i18n/react-intl/es.json | 2 +- src/components/Footer.module.css | 2 +- src/components/Header.module.css | 2 +- src/components/Layout.module.css | 2 +- src/components/OpenWithButton.js | 2 +- src/components/Tabs.module.css | 2 +- src/components/mdx/FixedImage.module.css | 2 +- src/hooks/examples/data.js | 2 +- src/images/community-icon.svg | 2 +- src/images/create-icon.svg | 2 +- src/images/learn-icon.svg | 2 +- src/images/partners/uptimerobot.svg | 2 +- src/pages/privacy.js | 2 +- src/styles/fonts/JetBrains Mono/README.md | 2 +- src/styles/variables.css | 2 +- static/livesketch/loaddisplayobj/rocket.mtl | 1 - static/livesketch/loadfile2/cars2.tsv | 2 +- static/livesketch/loadsavejson/data.json | 2 +- static/livesketch/loadsavetable/data.csv | 2 +- wrangler.json | 2 +- 974 files changed, 599 insertions(+), 1018 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7052750b..d9861a47 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/LICENSE-code b/LICENSE-code index a80e7869..54ee1b42 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 23eb9b64..7e964c1e 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 450deebe..85c7bd26 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 b04f4be9..b0e2e5a7 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 48f07ab4..008b8a17 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 33e19433..94194447 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 685b5d30..31e2c068 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 d5333853..4e7db757 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 4f68a928..4bb182a0 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 197d3cf5..56c41eca 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 b58c7cde..54e70d82 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 bb793670..cfdc698a 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 c88ecb0e..bba73d44 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 001338d3..6564d1c8 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 2e3bd2a5..514946ca 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 981d6c90..fb134ad7 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 152b861b..b869e833 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 0e3cccb0..3abbb24f 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 67c4ba8e..66251756 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 ceb4814a..5e32c4e2 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 f18619e4..d6d4d2a4 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 f95d5d92..d0e30be8 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 05ff0963..1eae9521 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 dd9384da..9399ed32 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 66054abd..7fdb28bb 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 31ed8e40..2bbea6a2 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 1ab01703..649f542f 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 dfb922d3..ebc59427 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 505edc57..b753bf2c 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 f3240f6d..87a6b092 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 1b0c34ce..5d39fce9 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 e9371b76..0c932c5c 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 394c13d8..05e9f0e6 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 f77ce695..4a88af11 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 755fb130..81be51ea 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 1f360102..089e2dc2 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 e91e870e..7827e2e7 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 1c601639..82d25118 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 839e353b..16196695 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 d1d39764..afb5669e 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 5ffd2484..29525867 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 707db1ac..f36f6c8c 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 681eaa5f..2bfac8f8 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 d5983b9c..b86d124d 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 68c2fb49..58b391bc 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 9cfeeea8..8fbad2ee 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 9962ea69..ab88f0c9 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 74a2e9d8..833c866d 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 cb7bd26f..885abf04 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 4b8229a8..16cca320 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 4ff19199..4508ead7 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 fc4b6a60..f4ffb054 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 d856ca54..d2999ea7 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 21165cdf..b3ce8d39 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 4ed1f1a5..8f7a0822 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 6884bb51..530a326a 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 6c99a850..936180c8 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 ea5bf528..2f996c37 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 68d56af2..a7af7496 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 445e999a..6ad6cbdf 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 fcf5d770..99283e29 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 b31fefb5..a1e9b734 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 44163c5b..b88083e0 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 1ed40c8d..374e0f48 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 490a1f26..dfb218bd 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 c07b6be5..24cb1502 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 2c5af10f..92a18b6f 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 dc98f2fd..18068bc6 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 e3f48398..ab05669f 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 b8bb66b3..26efdbc5 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 5b60ce10..f4f9ca4a 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 b9b02993..b946f593 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 67313fc2..231bc3ab 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 2d2d0f8a..491906c2 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 96d81c8a..41990043 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 233171e1..8f33c03c 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 cc19a6e2..deb1f394 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 e500e257..98a7c618 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 1e499f8f..ac40f5b1 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 e14ce55d..d3fa24b1 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 31631a34..f18b8510 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 0da5fbaa..f486eba7 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 779b47f2..865333fd 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 7071f6d4..231f6cb8 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 709df00f..f1f3781b 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 4ebca58c..22ad64fc 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 6693fa8a..fc092649 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 de7ed4a4..8dfa259f 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 c9290547..27452173 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 822d4caa..6b9eee83 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 ab9d4576..c94b61dd 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 f0094ce8..e9accabc 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 d1547a38..f9709013 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 05d3b8fb..0fe475ad 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 0b7e75b8..329f3a18 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 b6799a7f..7848fb43 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 7b36e05a..f5b7d5d7 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 45d81d9c..5adfa926 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 7dd74f28..4c5716e1 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 f6fa644e..7aa43e31 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 135800b7..11a94548 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 f7f5dddc..70383ea6 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 8c6531b7..36ec98c8 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 8e2641a5..4aa7c52d 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 af593362..c2e5babe 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 47bbe4b7..044a84c8 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 99d8800a..e831970b 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 2a9cf6a3..6e8cd17d 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 004493cc..30f876db 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 de9cd9b8..d598c8fe 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 52fbf35d..a5ff45de 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 3a12a2ec..c063cb5e 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 dc7b6ae7..450d7006 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 977e82f9..7de18132 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 a279d0e2..574adc4d 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 67be29d8..999e97ad 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 158c3130..1111de2f 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 cb51c4bc..be272a7d 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 f81d080e..da9a3c72 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 373c6794..d484f3fd 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 f3131433..488d40ed 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 726afee3..97c9cd55 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 47b00129..ae94f4ee 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 a25c4112..660be7de 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 b7fb4cb4..da9a1fa5 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 a25ec3b5..f1618e75 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 889e2600..4da5b40f 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 36e26a8e..5d4f7307 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 2b95cb6a..7488df0c 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 20365477..0c2d1dd8 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 6f0c5bcc..ea8541d9 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 91005b38..2fd0c266 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 104a9fdd..7bbe80d3 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 f1cffd99..adb6dded 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 bf13dbd8..5c41a48d 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 0f2fc59c..cc4347a6 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 123d4ccf..9d2ac4ca 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 6a0ea050..c3adc508 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 9225e80c..1d335276 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 383b85a8..090b4dcc 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 17e78a07..eae1c914 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 7b71a8f9..166a05e7 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 c457b326..302502f2 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 c2164529..b1937215 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 b69b189d..8965d6d1 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 50d84781..fc408277 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 227dcea9..2e1a71c6 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 70659db2..b22b007c 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 50d4bf30..8b0ca165 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 45fc0196..44240ab0 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 63341def..5a920796 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 c52561b4..80f017bc 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 c3a4f44e..105d07a1 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 2642768a..9db94933 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 acf3c62e..d169b7f1 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 d6421e9e..b90c9fd8 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 3ecc2a0f..5e8df0c1 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 d803f012..cbc24c42 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 9ad1819b..acbdd29b 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 5be965c1..af6ee1ba 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 d0f3a1da..bec6fc5d 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 a31eafd1..3a4b4a34 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 bdcd1116..0941af9d 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 47f86304..39aa1efd 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 69dd51e5..4feafdc5 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 58e5ec65..56357a07 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 ae6e4f69..e137296e 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 444c5aaa..5351639f 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 8316bc4d..db2d57cd 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 f46f1d91..6b404901 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 03d63da0..fe21c7e8 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 24bcfe22..d7becf8f 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 366fbe95..8c69a6d1 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 c954d8d5..30c82ebf 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 810850be..42c85362 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 b1fd5f61..bde87ba8 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 1c70ad78..6d2b717a 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 4af0d4e6..08ab26ff 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 1cab487c..2347f62d 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 d00bea4d..23dbdf94 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 867753f3..fb4ba10a 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 f995586c..7f80ec17 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 00cbd039..5f033529 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 5b4c8193..2986336c 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 7b8d69ea..7087cdc8 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 fb5e2f38..e9025d4f 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 19ebefcf..5b2eeb5f 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 94e936f8..1861c23f 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 4f8bbdae..12282a5d 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 b29984a3..525190ac 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 da69e09f..73b0fcd9 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 dd685516..cfc0dfe4 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 dbc88a55..bc001a50 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 b8c91aef..5b9a3166 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 23cb87e5..dd068dcc 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 ec5f3b2b..a51f63c0 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 ceae4d8e..98450b8c 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 f1f2c1c5..296e5a58 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 b848bfc9..2f332acd 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 9c672e70..844de7d8 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 538f4b6e..bfc45161 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 1cfddad9..7c542377 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 8e339b98..8caf81a7 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 d0a2b752..495f4aa7 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 c6968a7b..e254ce03 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 a6bdeb1c..50c7484f 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 bd67ac97..d20ac737 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 e88d8e5e..aca7edb7 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 d020bb69..6d179562 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 8414a9ae..b943a72a 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 07c0f6ae..542ebed3 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 3208407d..dcf7092a 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 816e81bb..efb95893 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 263d3536..1b0152f4 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 6006fadd..71bd4536 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 4f3ca2b4..42cfe490 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 54f6c996..daea067e 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 4e5e44ad..b945e2ba 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 abf11d27..0da45584 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 de37c4fc..f5bdcdfd 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 27b4cd49..8c00cc21 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 67787896..e5bf3528 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 73643256..ed2ec525 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 24e8563a..782e5acc 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 9019d570..a92d72fe 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 9f62efef..608b3ff2 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 8ad86acc..b2f26a5b 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 a2fdc7a6..e361bc7d 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 66ed9e95..67620566 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 c048f174..76559083 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 0822257c..cf1b7409 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 bf378074..75532fca 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 959002b8..e6cd8a44 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 c4a6a83e..b8ecb39d 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 df4ea9b2..87ce42db 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 0539ae67..97f9a564 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 42416d05..501e7781 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 a79e6fa0..132f5129 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 4bf0e57d..a12a1452 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 bb28161c..d8831e26 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 bbd1c396..e2466404 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 446c7af2..2ae3fde8 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 7e775c86..5ce6aefc 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 d04a97b2..55cebc02 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 a67c4a23..8ba78904 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 6aa9fab9..42deefbc 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 b4c697b8..ffa924c4 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 04991e3b..f99e63c8 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 6c957abf..4f2699e4 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 6ca830c5..93e4b567 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 2e46dd50..e5199254 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 a2aefa78..93773493 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 7f4653fe..62cbceed 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 b6e6e91b..b4c23297 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 8d81f5c5..b6f20523 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 6d0f7923..86c05998 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 3f98f897..2efc5bca 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 55fcf515..8434665f 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 0db5ca90..faacd25e 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 d64215bf..97714217 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 270dda03..4fc48d87 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 7b662b03..2e77dba4 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 3b758c9f..83b76a84 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 06a32d78..fd734fcf 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 e3a1378e..36261083 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 ec7c0001..d02bb858 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 da48e930..a1f503f1 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 4ebd9532..6fa611e5 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 2209d098..0425e3fb 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 3975dd2c..1b108336 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 ac578dcb..60c19254 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 f442bc2e..0d5c46cd 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 5fd19d64..789ad37d 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 339ff8da..452f5c16 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 4308e1cc..69410fad 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 e14cc24a..36de69d9 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 aadcd8aa..494e2de0 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 48607561..fb5abb10 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 51da8dbd..3cb5a304 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 1b8eefe9..f8f58d6c 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 65fb350a..ca885dac 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 c08285e3..05969fc6 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 73bafc9d..368c37d2 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 3165bb23..f8680287 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 2bb1e662..b17c191d 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 67ad0fa8..3bf74663 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 550b2804..ca7eed92 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 6d0b9738..90f6bfc8 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 778713c2..7aa6777d 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 b10ddcdd..01904050 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 ee08ef1e..e35d2d35 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 2405896b..8725ca7e 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 ac6d4ae7..ef946f47 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 bea45cf2..ea1ff3b3 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 8e780eb2..39df8abb 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 638f5253..69cc4c9d 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 e5559412..c906fe61 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 f59469da..ed02ec1d 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 291874cc..ab257f04 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 58a81edc..47889783 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 47e64e8f..7701a198 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 faf5ddab..24975c72 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 436a713e..4abc7184 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 92ae6ed1..245dec01 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 0b174e09..f997da17 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 686ba48c..3f9d8318 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 eea01c7f..2c6ee545 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 4e429c1e..684af328 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 c1e1002a..0a0771a5 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 0a98afc0..ee100e26 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 1f68e752..ed8f109e 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 b0654725..dc574e37 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 23c5ddc6..159e71cb 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 423a1077..9a02e9e9 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 8c3fb3e1..cffc16f6 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 613e739b..63625ac3 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 13eb56e6..2c7fe974 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 131f6ef1..e06a99b7 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 f83b522f..1f563c56 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 62df103d..feb4f1d3 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 6ca87cd7..fe4e7fda 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 fd969b48..91fc32af 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 72dcf9be..8204d305 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 a35f5622..4215713c 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 268d548b..0f229047 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 eb20ea7b..e2fd265c 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 6f03752d..b183d5d8 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 ee7e74da..d03b8229 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 c03318be..479efa6d 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 13de7b7f..8c75f3e5 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 ea35e2e8..44a659d5 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 bf3c46ac..52a30b1d 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 0dd505e0..f5180769 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 05330119..3e9c6082 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 52d8f81a..3e14ccc3 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 96c630fc..032d80cf 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 01368733..07104985 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 ec479eb8..b700f680 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 ea622aba..056f2829 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 6c9cf413..05a8848d 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 679c43c5..94be062a 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 fa8cd43c..7b1186d6 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 6a1af300..44477967 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 ba9427fe..574359e6 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 9a007ccf..46b045e7 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 3653077d..ed7601d2 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 4070655c..28f43379 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 19a803ff..9e6ed434 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 082b32d1..513a3754 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 1572e85f..59b20399 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 3b83cfa4..200df93c 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 b933490c..dfa54d56 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 aa37b53b..e4a1d4e7 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 56ac420d..b47b0c78 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 a0321cb8..4bc6f126 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 b2e7024c..03a65e0c 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 85fe3b78..7e7791c5 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 f242b353..ebc8850e 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 0a4b6ede..59dd5780 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 25d6c286..5b40ec1c 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 fbce8d02..328eac5f 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 41bf8c1b..8e5cbdb0 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 ea5b4ecb..7517d1f0 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 12b9c8d7..23ae88a8 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 8f30c81b..aa3fc553 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 475d8344..bbb152ea 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 de891082..b15977a5 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 b402763d..679a3c8e 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 bcb0079c..0d0c3196 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 3baeb9a8..7fa59223 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 88ac4c1b..4532ba88 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 75bfa350..56bd6345 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 7f658bf2..006948f0 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 4299f06f..cae99a43 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 10e694d1..1fe96618 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 10e694d1..1fe96618 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 69063a07..848d59c6 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 f3ebeaef..57f15b8c 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 16a7f1c4..e436557b 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 e2edf6b7..e49e5cdb 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 2adcabcd..c4ce77a5 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 95e684b4..b292d2e1 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 aafb3104..436f595a 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 7cde33c3..23fe94cd 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 69e37a5a..ec14ba23 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 a3618b3e..81798314 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 05e2a350..7586e913 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 e34fbad1..e213f5ea 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 a6bc6073..ec99750c 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 570fc081..d6cdcbfe 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 d227e736..de793e55 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 fbcc177c..2ddad371 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 cea728a7..a4bf80e4 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 f18d04ee..2e090ac7 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 1d3d9f3e..825b4d20 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 a3d0b878..afb56528 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 6d949c72..5c9ad611 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 94a528ab..3e384447 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 abfeb7c2..2d10a26a 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 a0948b47..ca67e988 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 ba77243d..b0a4b52e 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 3b1e51fe..ec3d73ea 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 9b364e16..fa3f4d0c 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 b4d18dba..702abcb8 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 7f95d9f1..bcc7ac72 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 43c99d85..bc4dec6b 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 bd0a016c..dc3424bb 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 1c821abe..3ebdcc7f 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 f93131db..00366f0c 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 9d549d45..04d686da 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 1305abce..38c12fc4 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 efccccd4..654f0367 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 8b137891..e69de29b 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 0bba82de..6a75d90b 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 e0c96f02..5d5b9e83 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 e73c9cbd..580451ed 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 8b137891..e69de29b 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 8b137891..e69de29b 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 7031efd7..9c269475 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 42d83cbb..6be23d07 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 e0c96f02..5d5b9e83 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 d99ac47e..33fd044a 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 8b335b76..0caedfe0 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 1f3527b7..0409e786 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 6ba018bb..51021acf 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 e8fa2155..2e22ce7d 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 29cab8b8..496fcb03 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 e8fa2155..2e22ce7d 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 70d1493a..a2cd9184 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 c13a4cd2..4f83d69b 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 e8fa2155..2e22ce7d 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 f7163b32..77fdceeb 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 caf2318b..3d365064 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 9866d1a5..f9e83b7d 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 8e46a75a..9cb5f5ae 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 8b137891..e69de29b 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 8b137891..e69de29b 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 3f9c8b75..85cae2be 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 8b137891..e69de29b 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 fb483b2f..0e67e32f 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 c8674b45..c0366ecf 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 b2a33ad0..4de09636 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 fb483b2f..0e67e32f 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 fb483b2f..0e67e32f 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 73c90b8d..de694b9b 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 73c90b8d..de694b9b 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 dea4fa6c..6eb198a2 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 1dd9922d..9103d064 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 73c90b8d..de694b9b 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 4c51e787..ea218475 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 4f8c1927..3cd63d18 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 fbe02f5e..c61a5c33 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 9c233b88..f838fe54 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 60ddccb1..be6be937 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 67d4b44a..1dedcdcf 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 886032f9..104479f9 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 c454c777..3e87e468 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 75ef483c..f1658948 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 2ca6267d..b7190cdf 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 111b6914..5ef68086 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 f2810b71..41327b0e 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 aaf107b2..9a099fdc 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 61e3cca7..776462a1 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 0916d8ba..690523f4 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 aa172934..029a4f90 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 1b245dc2..96d92063 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 ce69f62d..14fa87f4 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 955649f7..fb1bf2c8 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 1164d21a..4b4c201b 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 9038c389..095e413b 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 3fc1a275..0969f5ce 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 5b6e1cb2..ab16f5b7 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 38c324fd..8f588814 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 3ed3c420..c871277a 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 03bbdac5..3b2ece28 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 ef0b829f..360c17f1 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 cddb11d4..aad60506 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 edbc4479..7a98bcf1 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 b5155fb8..f27b7b3f 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 63a43f84..7719316a 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 4d784286..93e2f17e 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 096cf947..aca2df2c 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 6718c763..7727213b 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 e8c32e04..71088ba3 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 a37965c6..28f7ba43 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 165ad432..fc71974c 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 9ca29ce0..7f116dbf 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 5f3f4c04..b3532f32 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 88f90c29..68f78779 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 1a16a13b..f4154cec 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 b16c34f1..7a8d97e4 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 57925f56..ffde7fa9 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 a1d2baa9..cf16382e 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 681ea564..46356eb5 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 7a080613..6c4c2070 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 d6461e85..ac4fbd7b 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 57925f56..ffde7fa9 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 9af02f12..bf0de502 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 c599b3be..e41405ae 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 3439ecaa..9215d318 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 e5e33edf..ca9c5785 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 9a65dba6..1ef86f76 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 5c541e61..a4681835 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 914551e0..a4fd18d3 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 26c98398..0294e9a0 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 8635ef1f..9c499a3c 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 01f73beb..fc0fe877 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 957b951a..674f7f91 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 43e2e79d..6600c7f4 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 a59c7e0d..4894089e 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 0374d949..1a311252 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 f24337d7..b3c89a12 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 27e48d50..fbed95a1 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 a59c7e0d..4894089e 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 3e237acc..9e6a5090 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 1d5bd5b0..5938aae4 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 320fa80d..b6834c40 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 a0dc019a..9236c80f 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 1a1a7486..47da5d30 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 57901b91..c44be69e 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 477ba242..ee80a52e 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 7992fd3e..c39b54a6 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 626b64c6..80930da7 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 da38cca4..9dc5b239 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 97e18d12..dc9fe115 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 65008631..a0a0658d 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 052a4d90..41b30cb1 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 40ed3ec6..1a4db42b 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 7d63583a..61eebec9 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 d15c8b77..23a64d28 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 775ccee7..5bfde308 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 5653f00f..fc7f0d86 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 90ccd430..77668ee0 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 449f645a..4ba57dd4 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 d15c8b77..23a64d28 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 babb3291..88938dfa 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 75488618..79475c6d 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 fc6f4d0f..eb6222e3 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 78ec4332..05829a28 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 f80c9c9c..5ad847f2 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 a20ec145..40396562 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 74d848c1..c4777cc0 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 7b02fc04..aebfea9e 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 5d098b1e..746b1133 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 a552a31a..288d3331 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 7a185461..a16c7a84 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 d1627f1f..d2edc6fd 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 026b5716..5a42aafb 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 9662cc80..ac4f9944 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 9662cc80..ac4f9944 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 93e93d80..ec377745 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 32d57b90..703042ae 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 2082a2c0..84c71856 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 7b87a455..b5d43a61 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 481b1296..cecd6511 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 b7707dc0..6917c2e5 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 24db584c..ffb02045 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 b054a65e..405f5dad 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 e21139f8..9a395390 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 bd7aa729..8e1af3c9 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 567f4ac8..83d03e43 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 70c2f7d7..9297f086 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 ac4e280c..aeb22444 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 80b5e7fe..8c8f4622 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 24fe47d1..181ecf73 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 d8a41184..3cbaa08e 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 ce6108bb..d809d7a6 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 b7a2d974..9693a885 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 3d51e375..95d57286 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 61db331e..d3e16e31 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 f71a6f08..3c3b9e38 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 6afada13..ce2dcf94 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 4456b69f..d6d19b83 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 3eed2380..65f57f7b 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 2b56a76a..251f5a2d 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 7f51a6fe..f760632d 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 7f51a6fe..f760632d 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 2b56a76a..251f5a2d 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 cb515443..845c90de 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 26b7df80..5638b590 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 26b7df80..5638b590 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 26b7df80..5638b590 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 ceb5d51b..489f100e 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 26b7df80..5638b590 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 4eea8d79..429d24ce 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 e23cbd3f..a5d1fe87 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 4dfb3e03..dbdbb17f 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 04244506..59778001 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 52c6414f..e0b4762e 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 a2d9eaf9..57199573 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 c52310ef..3bbc0463 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 8555e174..76737f84 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 d82122a9..6007ec9e 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 73e69cc0..8d4755e7 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 42f0c031..25282e18 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 e8fbb5ea..937621e0 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 86faab35..76b43f57 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 42cb20cf..ca108a20 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 2c7d13f5..e404d451 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 24fdd364..9eacbc9f 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 cf53954a..9d5a3f9e 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 1f422e7b..de4ce688 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 24fdd364..9eacbc9f 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 0c72e31a..440a766d 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 23c2e0f1..116f730c 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 659f6e25..aa2d39cf 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 4bf0d269..9e8fbd22 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 661f3568..eff1e286 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 14dd600f..f59b45c3 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 78f27ec2..4fe5658c 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 7d4ef08a..5d9d81b2 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 5592606d..1c04aa6f 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 6b0c153d..9d99467a 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 f6c9614d..9e3a9824 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 54cac0e4..0937f629 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 4e2b59bf..728a9233 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 743c9418..d3d1fe76 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 91fef616..0b62f02a 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 ba6e7879..9d9fc4ff 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 24176c62..8846563e 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 40efd912..43b7119a 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 145740a8..4e820334 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 6b083555..55cb1e73 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 3be4c5e2..77a68744 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 081a3424..8e8c3593 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 c29b7cd2..523d1f23 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 c3a6f3ba..882e9c62 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 8e4fdf2d..352f1d46 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 36bbabdf..ead7c030 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 4ce3f331..2b4a6c4a 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 956f35f8..148e9c75 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 82d4d6e5..5c66f677 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 a50e224c..791ff621 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 2910e7ea..d0504067 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 ac2fb902..7cc9343d 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 62e6f7ea..68fa5ab6 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 e2c3199f..dbd64f31 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 a0f30e83..80e0214b 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 bed0b234..fd8dae50 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 b0200ffe..2321d610 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 4a35760b..d67f89a8 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 d174fe0a..cf4b0896 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 380e09e8..859cbc96 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 0a7abba9..129b4f30 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 e744695b..346b2bf9 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 14744413..1ea85af0 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 08181744..f7df88fe 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 4519f4ee..30930db9 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 626374d3..a9a3530a 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 9195aa77..b7561c60 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 b468a560..75989826 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 f94872a8..fb8088c8 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 0886bcf8..b036fb45 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 737926a9..aade5d07 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 77d62e52..dfd2380a 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 76f645e1..94e6b23c 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 01bb6ad1..4f33cd9c 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 41072f26..0f07127a 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 28ac34d1..9714dcf6 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 983695fd..0d862694 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 d09020eb..80a2300e 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 e1eaeb53..7bf38693 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 52e27bd0..293ba53b 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 265fffed..7039a7f8 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 349dd61b..8ba4bf4b 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 e0ee5b7a..db63955b 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 8477bc4b..4e820334 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 36865f99..01ca2b38 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 09156676..d97ae11e 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 1bca2a6e..a6c8bfbd 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 dfcd86c0..96db7112 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 88569bd0..d165a906 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 79264913..29ecba59 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 87444eb6..84d00f95 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 cf82eaaa..029288a8 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 47b11ec6..abc98e3a 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 aaf6f6a5..867040a2 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 657b5221..6eb22ef1 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 f7299279..d68bfa8f 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 bf605d48..2245690f 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 bdb455b3..470d260b 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 1f90dcc5..08a0841d 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 0ce692e2..e9b36eac 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 8bf3da95..5231331e 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 9812c710..902b8d62 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 6d2becdb..35344a82 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 1ab9df4c..fcacda8f 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 61ffafb2..75d0b0d0 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 c0b0c4cc..efdc4d6d 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 8544afd3..6aa43480 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 d75ded5a..475bd41e 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 4e54fe1f..9b21ce71 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 493b2ed6..48066538 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 9418ad6f..91e010f2 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 41f30286..55fdf74e 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 7cc0467c..3bc46cb6 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 1aac8aa3..e69a7dfc 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 7eb93a7c..a624b4ff 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 2fd51339..b0715180 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 e1bf8707..872c9233 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 7fef67f5..69d19ac1 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 85cd8772..0d53d648 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 c65e0ca7..ca994be8 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 2ca771eb..c76f11ce 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 911279db..2b8921dc 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 c1c66c9b..e50050d7 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 c0b8f34a..6db67bf4 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 a6d5ab04..a527211c 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 2b702939..c0fcbb7d 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 97974c37..e03b4ffa 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 9855aa3e..e9ea9949 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 9cd16bfd..dbb3b830 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 b754f3fe..a7d5f517 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 f956ff88..42d4c8d8 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 0a0d51b9..e271065e 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 9bfb7888..82338a87 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 0b912d86..136e0e87 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 7d8b842c..d5a8a2c7 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 048c9291..deefebf1 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 176ab854..847bfca7 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 4c472ac1..425160ee 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 5b1326a0..d09af4b4 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 59146b97..2d1ad8fd 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 f08daf7f..8eb11755 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 5d07a4e7..3486e84e 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 4e6ed899..47994075 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 199f5dc4..595ff6da 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 b52bbed1..43372acc 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 d383b7ed..4942e7cb 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 cd2af269..f0915ca2 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 f49ab3e7..adbb6f7b 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 32c18cae..c1665df4 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 4be60afe..40fec0a9 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 eb70ff7a..d0cfd1c0 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 e53cc971..87d3fed4 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 ba122d6b..c7035f10 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 8aaa7cc8..8100e20f 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 0430ef46..0e75f9be 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 eb70ff7a..d0cfd1c0 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 e53cc971..87d3fed4 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 ba122d6b..c7035f10 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 8aaa7cc8..8100e20f 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 0430ef46..0e75f9be 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 f08a8f79..b6573a3e 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 f69c184a..0e81261c 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 151ed229..7051c8f7 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 9421d2ab..bcd7eead 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 51ffd45c..6d27de37 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 80f9c116..9c0ff1fa 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 d17d74a7..afa45079 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 4ad4ca51..20a14f59 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 3f65c75d..c100f2b0 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 4ece5425..1555cab7 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 e0ca929a..5d2b5937 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 d8be8344..943e844c 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 3dcbb730..49fa974a 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 2d8a38f5..609dc6fd 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 4354839c..2488839d 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 bc872a30..3aa8e3cc 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 7d77e28e..352a2fa8 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 1fdd414e..52d95514 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 f7401aad..245a9647 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 029c56e0..f9b8175b 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 4450d53f..2b6504c1 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 1af6dd85..787ca5e8 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 23cedb06..be99cf70 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 02997b41..65e0a53a 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 efbe93c0..1757437c 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 f22350b7..33f4afb3 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 a649b22a..2e5047b3 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 f09b14c2..a573a2a5 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 fcf0f01d..3bc07bb5 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 acddaf70..8ff88fe3 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 9688cf31..0a139b8c 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 754acb1b..763826a7 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 42d6bef6..a4eb9f6a 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 9308f1ca..3c6374cd 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 2504a4d3..c3950aa2 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 d73f9474..3675a2f5 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 bbaf5362..06d804b4 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 cb5f70e9..1f682afc 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 8a3acabe..1448013b 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 8b09419c..5b675812 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 a49f8c9a..a43b592f 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 82fdab34..8d8e90a3 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 b68291e4..81e8fbda 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 6f8f1f24..a751827e 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 cbf0bb1e..b3579e51 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 ec0a1f22..9780037a 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 d3a63bbe..349cb95b 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 8f117c7b..7e650b17 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 ca2401d5..01e16025 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 fdb2e305..5417aa51 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 a6156005..7c881de3 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 c1cefce6..46365fa7 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 ef3dd6f5..262346dc 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 f89c0853..22e5b429 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 460b632a..a5ecb3b7 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 f4c034a4..b083ecf3 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 52e9ac4a..ffafe3dc 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 3e6a333f..fc085836 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 cdb64fd5..7e6a4d38 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 48b879d0..0f68a06e 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 7b9d22ed..b429ed18 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 b3dc0311..e9328a59 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 f2c4ba52..1b90fbdc 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 3ffa70a2..8c20d8c6 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 2d300cd7..c1356deb 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 b355896c..a20663aa 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 50c770c5..fa4eeebb 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 ae411e0e..a6c3c890 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 3339fdf6..77cb73b6 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 3b14ffe2..7f8d359d 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 83fd07e5..77c9c6e6 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 f9351f04..9213638d 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 89999202..a0848440 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 c3dc6b83..721b9dd2 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 8a2bf3a1..608e9635 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 5b121b6f..9e449952 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 226a9cee..3515290d 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 dca1ca23..3ac4b5db 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 4bfba009..3ad2e99b 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 aad5a581..c033a447 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 c28a7161..7f46686e 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 4050827b..baced8a7 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 2e8217dd..97551ea1 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 f7f537f5..50217dc8 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 4ba7fec4..01b16a77 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 fa7f361a..8b553d2c 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 524fb68c..e1f93673 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 88a9eed2..be626582 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 6c658217..7e6e743c 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 90374db8..0da7beca 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 6b7d09f6..c6bf62ae 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 edd144ce..8eadcebd 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 0f1e17be..6f2f0796 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 3803f236..6c33b596 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 cc442813..4d3dddda 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 69a6b42f..faacc795 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 ecb70772..bfcce2d4 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 7c8b51c7..5bcdbad3 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 b10168ba..f6c14075 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 7d9e74dc..46c25aa0 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 5856e99a..f3e32b16 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 1a237e42..abcc5a1b 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 37355cb2..8e805d94 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 2acc94d3..d14ae978 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 bf365626..b30671f0 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 5c70c06c..fe5baf47 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 ea9d3bbb..19b100d6 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 4dfa923e..5778e890 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 e5c9a723..6e89e593 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 9d05c6b0..8bc61e36 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 e315fc93..b73ca27e 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 e3ce6cb6..7bc8e4f4 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 e315fc93..b73ca27e 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 8e3448c2..78412185 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 3bc3d234..0efec160 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 e315fc93..b73ca27e 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 dca6f9ed..76fadcbf 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 dca6f9ed..76fadcbf 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 3e359427..6dc06826 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 12470188..c0734eb8 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 2f3b6bac..9779f92c 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 5c0d1c01..34d01234 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 7e888aef..40ac2e2f 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 ac18a3a6..d4416c30 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 3d5dc3b4..d21431b4 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 4e9e3dba..6b5d1ede 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 dbb32aa9..e989bef1 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 2f4c4663..bc754722 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 8054cd83..5e2a486c 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 f3b471bb..a868af83 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 6ce19a99..b55de4f9 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 cae0b2d4..1bf4974a 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 4358658e..dff314df 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 f62aedb6..7c439825 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 b2026d63..9962772e 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 023bea0d..7cd51958 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 d2e2a89c..5572b407 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 9fd752d6..a95523c5 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 8ad48aa1..b535446e 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 d0eee8e3..dd18d6b8 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 4f963652..bf4c6fdb 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 32ceea11..634bfa4b 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 727f003d..39ec41b4 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 b127d42c..e0365366 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 3d575add..154119c0 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 d37e2acf..4ae56eec 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 36af0635..07f77c72 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 3ec19434..9093bd0a 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 c41f5a4c..c066937b 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 e6b3f77b..4e723162 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 5e996b17..1f527892 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 e231d6cd..bd749e4f 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 16e5daef..86d95d6e 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 0ea05426..88c21b37 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 5ddbd16c..7dd4e45e 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 67005f01..8cda37d4 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 b6bc994e..1c0451bc 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 6e0c4789..5b786fed 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 ebf6444b..25ee74c1 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 0fa4b3e9..31a61491 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 976f9ccc..490a841d 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 990d47ed..e50b372b 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 e418ae7c..1e2e9d15 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 391a3cde..6e8d4c34 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 2bc0bef4..fd83bb65 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 d0593602..2b3ae110 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 fd67859b..a5d8215b 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 e4ec9709..5eb03e64 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 d3fd4061..97c7cda4 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 374c5f69..b00e9931 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 17917346..74d55d73 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 7ade8589..c704be60 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 4b0542e5..56663ee2 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 d700d5ad..d4aeb790 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 2c49f33d..1e902e72 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 e9b59e0b..cb7e7a5d 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 2a8f6697..28744832 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 e29e50d0..0dd9ebdc 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 92abaf2f..e63fc2ea 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 3243b853..1b1c027f 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 be2d1c47..7306f7ba 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 be2d1c47..7306f7ba 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 a849ed73..932af9c1 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 ebc79a25..837794fa 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 270bfbf5..fa0dfdc2 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 ecc061a4..ba17a7cf 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 394615be..156648e7 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 89504b02..33185c2c 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 3809e3bf..48ca544d 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 020aa0bc..cf71c6a5 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 bd66d900..78bc81a3 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 9b40e21c..2c6f75c1 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 8cf78f18..73e956e1 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 da8d612b..25788738 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 bf23a384..46c00eb9 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 16a6913d..79b421d4 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 59158f92..36db8772 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 084e4b80..40087118 100644 --- a/content/tutorials/text/2d-transformations/correct_rotate_grid.svg +++ b/content/tutorials/text/2d-transformations/correct_rotate_grid.svg @@ -1 +1 @@ -020406080100120140160180200020406080100120140160180200ABC202040608010012014016018020040608010012014016018020020406080100120140160180200020406080100120140160180200 \ No newline at end of file +020406080100120140160180200020406080100120140160180200ABC202040608010012014016018020040608010012014016018020020406080100120140160180200020406080100120140160180200 diff --git a/content/tutorials/text/2d-transformations/degrees.svg b/content/tutorials/text/2d-transformations/degrees.svg index 54196286..fdc89b18 100644 --- a/content/tutorials/text/2d-transformations/degrees.svg +++ b/content/tutorials/text/2d-transformations/degrees.svg @@ -1 +1 @@ -273π/2 7π/4π/4 3π/4 ππ/2 5π/4 315°180°135°225°45°90° \ No newline at end of file +273π/2 7π/4π/4 3π/4 ππ/2 5π/4 315°180°135°225°45°90° diff --git a/content/tutorials/text/2d-transformations/moved_grid.svg b/content/tutorials/text/2d-transformations/moved_grid.svg index 9a5de2ca..e3bcf0ea 100644 --- a/content/tutorials/text/2d-transformations/moved_grid.svg +++ b/content/tutorials/text/2d-transformations/moved_grid.svg @@ -1 +1 @@ -2040608010012014016018020002040608010012014016018020002040608010012014016018020020406080100120140160180200 \ No newline at end of file +2040608010012014016018020002040608010012014016018020002040608010012014016018020020406080100120140160180200 diff --git a/content/tutorials/text/2d-transformations/new_coords.svg b/content/tutorials/text/2d-transformations/new_coords.svg index f593a763..93674a66 100644 --- a/content/tutorials/text/2d-transformations/new_coords.svg +++ b/content/tutorials/text/2d-transformations/new_coords.svg @@ -1 +1 @@ -20406080100120140160180200020406080100120140160180200 \ No newline at end of file +20406080100120140160180200020406080100120140160180200 diff --git a/content/tutorials/text/2d-transformations/original.svg b/content/tutorials/text/2d-transformations/original.svg index b9c66c44..56ac36aa 100644 --- a/content/tutorials/text/2d-transformations/original.svg +++ b/content/tutorials/text/2d-transformations/original.svg @@ -1 +1 @@ -20406080100120140160180200020406080100120140160180200 \ No newline at end of file +20406080100120140160180200020406080100120140160180200 diff --git a/content/tutorials/text/2d-transformations/pivot.svg b/content/tutorials/text/2d-transformations/pivot.svg index 7a1e8da4..763aca80 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 c01a6797..14498cda 100644 --- a/content/tutorials/text/2d-transformations/rotated_grid.svg +++ b/content/tutorials/text/2d-transformations/rotated_grid.svg @@ -1 +1 @@ -0204060801001201401601802002040608010012014016018020020406080100120140160180200020406080100120140160180200 \ No newline at end of file +0204060801001201401601802002040608010012014016018020020406080100120140160180200020406080100120140160180200 diff --git a/content/tutorials/text/2darray/index.es.mdx b/content/tutorials/text/2darray/index.es.mdx index 3a7ea140..6a09c0d2 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 92324f10..75bc2e24 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 768f77dd..8b59d805 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 5883f94e..2aaf1d8b 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 1d117272..a3b3841e 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 4389212d..0d2eb639 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 a5a3b072..8ce77690 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 a778908d..31d26446 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 e3aac7c5..fe142c5b 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 7aad15c6..4bd98e0e 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 5e25d53e..924e6f4e 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 c4f6b121..ce9f39fa 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 5fc5acbd..b48d0c05 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 86b35c85..9747c434 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 4190b0a8..ae5bd8b9 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 6c2c5360..3d30e39a 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 d2ff2578..1a1fafcb 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 b336eca3..a96945d3 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 f8d1767d..794bac24 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 0c27242c..29e704b3 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 816fb593..bb624013 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 fbce8d02..328eac5f 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 7f658bf2..006948f0 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 bcb0079c..0d0c3196 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 88ac4c1b..4532ba88 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 8b7cd71e..4509adb1 100644 --- a/wrangler.json +++ b/wrangler.json @@ -5,4 +5,4 @@ "assets": { "directory": "./public/", }, -} \ No newline at end of file +}