<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.neelanurseries.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ted</id>
	<title>Wiki at Neela Nurseries - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.neelanurseries.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ted"/>
	<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php/Special:Contributions/Ted"/>
	<updated>2026-07-28T10:54:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Ai&amp;diff=9068</id>
		<title>Ai</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Ai&amp;diff=9068"/>
		<updated>2026-07-22T18:37:21Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add section q Conversation Compaction and Memory Management q and remove some old unneeded material&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;AI Notes&lt;br /&gt;
&lt;br /&gt;
Notes on Artificial Intelligence (AI) for Code Development&lt;br /&gt;
&lt;br /&gt;
https://www.reddit.com/r/embedded/comments/1fsupp3/anyone_using_cursor_ai_to_write_embedded_software/&lt;br /&gt;
&lt;br /&gt;
Search for:&lt;br /&gt;
&lt;br /&gt;
[ ] Aider&lt;br /&gt;
&lt;br /&gt;
[ ] Claude and OpenAI&lt;br /&gt;
&lt;br /&gt;
[ ] Claude (Sonnet)&lt;br /&gt;
&lt;br /&gt;
[ ] Cursor&lt;br /&gt;
&lt;br /&gt;
== Claude Set Up ==&lt;br /&gt;
&lt;br /&gt;
*  https://forums.linuxmint.com/viewtopic.php?t=465888&lt;br /&gt;
&lt;br /&gt;
== Conversation Compaction and Memory Management ==&lt;br /&gt;
&lt;br /&gt;
*  https://platform.claude.com/cookbook/misc-session-memory-compaction&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========= ========= ========= ========= ========= ========= ========= ========= ========= ========= BEGIN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
2026-10-29  Gemini 3/GPT-5.2/Claude Opus 4.5&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Note 1&lt;br /&gt;
&lt;br /&gt;
Equivalent-Habit3875&lt;br /&gt;
•&lt;br /&gt;
1y ago&lt;br /&gt;
Ai is what the calculator was back when it first was invented. The calculator didn’t solve problems on its own, nor did it replace mathematicians. It made those good at math better and those who weren’t probably got dumber. These tools are only as intelligent as their operator. If your prompt or your intent is offbeat, or you don’t know how to organize your ideas. It won’t be of any help to you. I’m a project manager, all I ever was good at was concepts. Now because I can detail what I want, I can develop prototypes that otherwise I would need to pay, or hire a developer for. If you ARE a developer and you have good organizational skills you can improve your workflow vastly.&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
Responsible_Stuff850&lt;br /&gt;
•&lt;br /&gt;
10mo ago&lt;br /&gt;
CoPilot in VS Code&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
shrimpthatfriedrice&lt;br /&gt;
•&lt;br /&gt;
1mo ago&lt;br /&gt;
i use Cursor for repo‑aware editing, quick scaffolding, register Q&amp;amp;A, and small refactors, but every change is reviewed and built on the target; for frameworks it’s decent with STM32 HAL/LL if you include the right headers and version context, and more uneven with ESP‑IDF unless you paste exact APIs and examples from the docs. copilot is best for inline completions, ChatGPT is handy for explanations and small snippets, and Cursor fits when I want edits tied to the codebase. for performance work I switch to WedoLow MCP in my environment: it reads my real compile commands, inspects the generated assembly and metrics, ranks hotspots, proposes small C/C++ patches with expected CPU/memory impact, and rechecks after I apply them so I keep only edits that help. workflow wise, I outline the driver or task, let Cursor draft the boilerplate and register fields from the datasheet, compare against vendor examples, compile and run on hardware, then run the MCP pass for targeted optimization without changing public interfaces&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========= ========= ========= ========= ========= ========= ========= ========= ========= ========= END --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Notes&amp;diff=9067</id>
		<title>Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Notes&amp;diff=9067"/>
		<updated>2026-07-22T17:05:17Z</updated>

		<summary type="html">&lt;p&gt;Ted: /* ^ 2023-01-30 Monday */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Neela Nurseries notes jump point&lt;br /&gt;
&amp;lt;i&amp;gt; started 2019-09-16 &amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Noted, look for:&lt;br /&gt;
&lt;br /&gt;
*  The Little Prince and author Saint Aubery&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Ubuntu 20.04 LTS - Dell tower FG&lt;br /&gt;
&lt;br /&gt;
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ west --version&lt;br /&gt;
West version: v0.11.0&lt;br /&gt;
&lt;br /&gt;
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ cmake --version&lt;br /&gt;
cmake version 3.21.1&lt;br /&gt;
&lt;br /&gt;
CMake suite maintained and supported by Kitware (kitware.com/cmake).&lt;br /&gt;
&lt;br /&gt;
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ dtc --version&lt;br /&gt;
Version: DTC 1.5.0&lt;br /&gt;
&lt;br /&gt;
ted@localhost:/opt/zephyr-sdk-0.13.0/arm-zephyr-eabi/bin$ ./arm-zephyr-eabi-gcc --version&lt;br /&gt;
arm-zephyr-eabi-gcc (crosstool-NG 1.24.0.378_e011758) 10.3.0&lt;br /&gt;
Copyright (C) 2020 Free Software Foundation, Inc.&lt;br /&gt;
This is free software; see the source for copying conditions.  There is NO&lt;br /&gt;
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@dev-host-2:~/projects/zephyr-based$ west --version&lt;br /&gt;
West version: v0.12.0&lt;br /&gt;
&lt;br /&gt;
ted@dev-host-2:~/projects/zephyr-based$ cmake --version&lt;br /&gt;
cmake version 3.23.0&lt;br /&gt;
&lt;br /&gt;
CMake suite maintained and supported by Kitware (kitware.com/cmake).&lt;br /&gt;
ted@dev-host-2:~/projects/zephyr-based$ dtc --version&lt;br /&gt;
Version: DTC 1.5.0&lt;br /&gt;
&lt;br /&gt;
ted@dev-host-2:/opt/gcc-arm-none-eabi-10.3-2021.10/bin$ ./arm-none-eabi-gcc --version&lt;br /&gt;
arm-none-eabi-gcc (GNU Arm Embedded Toolchain 10.3-2021.10) 10.3.1 20210824 (release)&lt;br /&gt;
Copyright (C) 2020 Free Software Foundation, Inc.&lt;br /&gt;
This is free software; see the source for copying conditions.  There is NO&lt;br /&gt;
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [[Zephyr_ncs_sleep_modes|Zephyr low power config]]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@localhost:~/Downloads/nordic$ md5sum mfw_nrf9160_1.3.1.zip &lt;br /&gt;
28967ac5e52ca7a147b2c9eb814f68c3  mfw_nrf9160_1.3.1.zip&lt;br /&gt;
ted@localhost:~/Downloads/nordic$&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
 Your Order Has Been Received&lt;br /&gt;
Order Number:    24610360&lt;br /&gt;
&lt;br /&gt;
http://en.kremlin.ru/events/president/transcripts/statements/67843&lt;br /&gt;
&lt;br /&gt;
0301 . . . https://www.dw.com/en/opinion-ukraine-will-survive-but-the-west-should-be-ashamed/a-60906913&lt;br /&gt;
0301 . . . https://www.nytimes.com/2022/03/01/world/europe/russia-ukraine-war-outrage.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://calscape.org/Agave-utahensis-var.-eborispina-(Ivory-spined-Agave)?srchcr=sc6013985586e11&lt;br /&gt;
&lt;br /&gt;
Openbox clock settings . . .&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 2001  # %A %d %B %Y&lt;br /&gt;
 2002  # %a %d %b, %R&lt;br /&gt;
 2003  # %a %d %b, %R:%S&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2022-02-08 Tuesday, generic.cmake diagnostics statements added to [west_workspace]/zephyr/cmake/compiler/gcc/generic.cmake:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#&lt;br /&gt;
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
## 2022-02-08 Reference https://cmake.org/cmake/help/latest/command/message.html&lt;br /&gt;
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
#&lt;br /&gt;
message(NOTICE &amp;quot;*** zztop *** building with user configuration var ZEPHYR_TOOLCHAIN_VARIANT set to &amp;#039;${ZEPHYR_TOOLCHAIN_VARIANT}&amp;#039;&amp;quot;)&lt;br /&gt;
message(NOTICE &amp;quot;*** zztop *** internal variable CROSS_COMPILE set to &amp;#039;${CROSS_COMPILE}&amp;#039;&amp;quot;)&lt;br /&gt;
message(NOTICE &amp;quot;*** zztop *** internal variable TOOLCHAIN_HOME set to &amp;#039;${TOOLCHAIN_HOME}&amp;#039;&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ok got things working with following shell exports:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@remotehost:~/projects/zephyr-based/hardware-Stage1-firmware-aws-iot-stand-alone$ set | grep TOOL&lt;br /&gt;
GNUARMEMB_TOOLCHAIN_PATH=/opt/gcc-arm-none-eabi-10.3-2021.10&lt;br /&gt;
ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
./lib/libc/minimal/include/errno.h:113:#define ENOTCONN 128        /**&amp;lt; Socket is not connected */&lt;br /&gt;
&lt;br /&gt;
+CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;ibasis.iot&amp;quot;,&amp;quot;10.165.169.248&amp;quot;,0,0&lt;br /&gt;
OK&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
# ----- 2022-02-10 -----&lt;br /&gt;
&lt;br /&gt;
0210 - To capture Buildroot dependencies&lt;br /&gt;
&lt;br /&gt;
Hi Jon,&lt;br /&gt;
&lt;br /&gt;
For your Buildroot work, you&amp;#039;ll want to have your locally cloned copy of the Buildroot project pushed to Cornell Pump repository as it sounds like you have done.  This will be your &amp;quot;fork&amp;quot; of Buildroot, so to speak.  In your case the fork will be application focused, and specific to supporting your new barcoding and Epicore interfacing system.  I only mention this because sometimes a fork of a larger project (an OS in this case) is more focused on developing the OS itself.&lt;br /&gt;
&lt;br /&gt;
You should not need to pull in the multiple gigabytes of &amp;quot;third party to Buildroot&amp;quot; projects and libraries.  If I understand the situation correctly, many developers using Buildroot in a production setting manage these large dependencies with a toolset like &amp;#039;Yocto&amp;#039;.  I&amp;#039;ve only scratched the surface with Yocto, and a big part of this toolset appears to be its support for automated builds and automated testing of software.  Yocto also tracks all the dependencies for a developer&amp;#039;s given project.  And not just library and source deps, but also compiler and other toolchain versions.  So Yocto can tell you exactly which versions of gcc you are or were building with, which versions of Python, C libraries, everything.  Everything is captured.&lt;br /&gt;
&lt;br /&gt;
The python3 based `west` looks to me like a small subset of Yocto.  `west` is designed to manage mulit-git-repo projects.  Zephyr RTOS applications are multi-git-repo based projects.  You probably don&amp;#039;t need nightly builds or automated regression testing for the barcode scanner, though it would be a strength on our part to know how to do this!  But I wonder whether we could install `west` on your system, and write a west manifest file in the top level Buildroot directory of your local repo.  This manifest file would list each third party software library or suite, its current git version you are using, its remote git URL.  This would be a key part of your Buildroot recipe:  all the dependencies which you are using but not changing.  Hence the reason you do not need to push copies of those other repos to Cornell Pump&amp;#039;s git server.&lt;br /&gt;
&lt;br /&gt;
By the way, the baseline `west` does not know how to build Zephyr projects, or any other project.  The reason I can compile Pulse Pro firmware invoking `west build . . .` is that Zephyr RTOS provides some `west` extensions.  These are just python routines.  The manual toolchain set up for Nordic Semi nrf SDK includes a step to run a one-time set up script to enable these Zephyr extensions to `west` functionality.  I imagine you already have a way of &amp;quot;building&amp;quot; your Buildroot images.  It&amp;#039;s not required for you to capture this command or commands as an extension to `west`, but you could if you wanted to.&lt;br /&gt;
&lt;br /&gt;
The professional and long term supported way to manage Buildroot would be to use Yocto or something comparable.  The dependency management needs you express, however, I think could be correctly handled by `west`.  I&amp;#039;d be happy to help try and set that up with you, certainly too answer questions if you prefer moving forward with that on your own.  Let me know your thoughts, Jon.&lt;br /&gt;
&lt;br /&gt;
As this is a long reply I&amp;#039;ll copy you and Aaron via work email also.&lt;br /&gt;
&lt;br /&gt;
- Ted&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# -----&lt;br /&gt;
&lt;br /&gt;
 *`  https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/http_update/full_modem_update/README.html&lt;br /&gt;
`*`  https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk_gsg%2FUG%2Fnrf91_DK_gsg%2Fupdating_modem_firmware.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 19 //  Nordic sample app file change is in file:&lt;br /&gt;
 20 //&lt;br /&gt;
 21 //      [west_workspace]/nrf/subsys/net/lib/aws_iot/src/aws_iot.c&lt;br /&gt;
 22 //&lt;br /&gt;
 23 //  Added lines:&lt;br /&gt;
 24 //&lt;br /&gt;
 25 //     116 // 20220105 DEV BEGIN -&lt;br /&gt;
 26 //     117 struct mqtt_client *sample_app_mqtt_client_ptr = &amp;amp;client;&lt;br /&gt;
 27 //     118 // 20220105 DEV END -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
at+c- MARK 7 - at every 100 CLI loop iterations&lt;br /&gt;
button press count at 0&lt;br /&gt;
lac&lt;br /&gt;
AT+CLAC&lt;br /&gt;
AT+CGMI&lt;br /&gt;
AT+CGMM&lt;br /&gt;
AT+CGMR&lt;br /&gt;
AT+CGSN&lt;br /&gt;
AT%XMAGPIO&lt;br /&gt;
AT%XANTDETMAGPIO&lt;br /&gt;
AT%XMIPIRFFEDEV&lt;br /&gt;
AT%XMIPIRFFECTRL&lt;br /&gt;
AT%XCOEX0&lt;br /&gt;
AT%XANTCFG&lt;br /&gt;
AT%XEMPR&lt;br /&gt;
AT%XRFTEST&lt;br /&gt;
AT%XMODEMTRACE&lt;br /&gt;
AT%XVBAT&lt;br /&gt;
AT%XSYSTEMMODE&lt;br /&gt;
AT%SHORTSWVER&lt;br /&gt;
AT%HWVERSION&lt;br /&gt;
AT%XMODEMUUID&lt;br /&gt;
AT%XFILEWRITE&lt;br /&gt;
AT%XGPIOTEST&lt;br /&gt;
AT%XFSSYNC&lt;br /&gt;
OK&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  4 at+cgsn&lt;br /&gt;
  5 351358813270524&lt;br /&gt;
  6 OK&lt;br /&gt;
  7 &lt;br /&gt;
  8 at+cgsn=1&lt;br /&gt;
  9 +CGSN: &amp;quot;351358813270524&amp;quot;&lt;br /&gt;
 10 OK&lt;br /&gt;
 11 &lt;br /&gt;
 12 at+cgsn=2&lt;br /&gt;
 13 +CGSN: &amp;quot;3513588132705200&amp;quot;&lt;br /&gt;
 14 OK&lt;br /&gt;
 15 &lt;br /&gt;
 16 at+cgsn=3&lt;br /&gt;
 17 +CGSN: &amp;quot;00&amp;quot;&lt;br /&gt;
 18 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(NOTE) 2022-01-12&lt;br /&gt;
&lt;br /&gt;
2022-01-12T19:25:25.982Z ERROR Unsupported device.&lt;br /&gt;
            The detected device could not be recognized as&lt;br /&gt;
            neither JLink device nor Nordic USB device.&lt;br /&gt;
2022-01-12T19:25:25.982Z ERROR Please make sure J-Link Software and nrf-udev are installed. See https://github.com/NordicSemiconductor/pc-nrfconnect-launcher/#macos-and-linux&lt;br /&gt;
&lt;br /&gt;
2022-01-12T19:25:36.447Z INFO Using @nordicsemiconductor/nrf-device-lib-js to communicate with target via JLink&lt;br /&gt;
2022-01-12T19:25:36.447Z INFO JLink OB firmware version J-Link V11 compiled Sep  7 2021 11:22:27&lt;br /&gt;
2022-01-12T19:25:36.455Z DEBUG Sending usage data...&lt;br /&gt;
2022-01-12T19:25:36.455Z DEBUG Category: pc-nrfconnect-programmer&lt;br /&gt;
2022-01-12T19:25:36.455Z DEBUG Action: Open jlink OB version&lt;br /&gt;
2022-01-12T19:25:36.455Z DEBUG Label: J-Link V11 compiled Sep  7 2021 11:22:27&lt;br /&gt;
2022-01-12T19:25:36.460Z DEBUG Usage data has been sent&lt;br /&gt;
2022-01-12T19:25:36.460Z INFO Device family NRF91&lt;br /&gt;
2022-01-12T19:25:36.460Z DEBUG Sending usage data...&lt;br /&gt;
2022-01-12T19:25:36.460Z DEBUG Category: pc-nrfconnect-programmer&lt;br /&gt;
2022-01-12T19:25:36.461Z DEBUG Action: Open jlink device family&lt;br /&gt;
2022-01-12T19:25:36.461Z DEBUG Label: NRF91&lt;br /&gt;
2022-01-12T19:25:36.462Z DEBUG Usage data has been sent&lt;br /&gt;
2022-01-12T19:25:36.462Z INFO Device version NRF9160_xxAA_REV2&lt;br /&gt;
2022-01-12T19:25:36.463Z DEBUG Sending usage data...&lt;br /&gt;
2022-01-12T19:25:36.463Z DEBUG Category: pc-nrfconnect-programmer&lt;br /&gt;
2022-01-12T19:25:36.463Z DEBUG Action: Open jlink device version&lt;br /&gt;
2022-01-12T19:25:36.463Z DEBUG Label: NRF9160_xxAA_REV2&lt;br /&gt;
2022-01-12T19:25:36.464Z DEBUG Usage data has been sent&lt;br /&gt;
2022-01-12T19:25:36.464Z INFO Board version Unknown&lt;br /&gt;
2022-01-12T19:25:36.465Z DEBUG Sending usage data...&lt;br /&gt;
2022-01-12T19:25:36.465Z DEBUG Category: pc-nrfconnect-programmer&lt;br /&gt;
2022-01-12T19:25:36.465Z DEBUG Action: Open jlink device board version&lt;br /&gt;
2022-01-12T19:25:36.465Z DEBUG Label: Unknown&lt;br /&gt;
2022-01-12T19:25:36.466Z DEBUG Usage data has been sent&lt;br /&gt;
2022-01-12T19:25:36.468Z INFO Modem detected&lt;br /&gt;
2022-01-12T19:25:36.468Z INFO Loading readback protection status for Application core&lt;br /&gt;
2022-01-12T19:25:36.468Z DEBUG Sending usage data...&lt;br /&gt;
2022-01-12T19:25:36.468Z DEBUG Category: pc-nrfconnect-programmer&lt;br /&gt;
2022-01-12T19:25:36.468Z DEBUG Action: Open device&lt;br /&gt;
2022-01-12T19:25:36.468Z DEBUG Label: jlink&lt;br /&gt;
2022-01-12T19:25:36.470Z DEBUG Usage data has been sent&lt;br /&gt;
2022-01-12T19:25:37.031Z INFO Readback protection status: NRFDL_PROTECTION_STATUS_NONE&lt;br /&gt;
2022-01-12T19:25:37.603Z INFO Parse memory regions for Application core&lt;br /&gt;
2022-01-12T19:25:37.608Z INFO Device is loaded and ready for further operation&lt;br /&gt;
(END)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*  literature https://getpocket.com/explore/item/10-works-of-literary-fantasy-you-should-read&lt;br /&gt;
&lt;br /&gt;
2021-11-23&lt;br /&gt;
&lt;br /&gt;
*  https://getpocket.com/explore/item/the-5-most-common-regrets-of-the-dying-and-what-we-can-learn-from-them?utm_source=pocket-newtab&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*  https://getpocket.com/explore/item/core-workout-4-beginner-pilates-exercises-for-strengthening-your-abs&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-11-07 Sunday&lt;br /&gt;
With CMSIS DSP math transform functions enabled, latest FLASH and RAM usage:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[15/19] Linking C executable zephyr/zephyr.elf&lt;br /&gt;
Memory region         Used Size  Region Size  %age Used&lt;br /&gt;
           FLASH:      286420 B     409088 B     70.01%&lt;br /&gt;
            SRAM:       84712 B     178968 B     47.33%&lt;br /&gt;
        IDT_LIST:          0 GB         2 KB      0.00%&lt;br /&gt;
[19/19] Generating zephyr/merged.hex&lt;br /&gt;
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone$&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ******************************************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-10-26 - thingy91_nrf9160 overlays:&lt;br /&gt;
&lt;br /&gt;
Thingy91 board files located in [west_workspace_dir]/nrf/boards/arm/thingy91_nrf9160/:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;file thingy91_nrf9160.overlay, and also thingy91_nrf9160ns.overlay:&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;i2c1 {&lt;br /&gt;
        compatible = &amp;quot;nordic,nrf-twim&amp;quot;;&lt;br /&gt;
        status = &amp;quot;okay&amp;quot;;&lt;br /&gt;
        sda-pin = &amp;lt;26&amp;gt;;&lt;br /&gt;
        scl-pin = &amp;lt;27&amp;gt;;&lt;br /&gt;
/* See TN027-Power-On-Procedure.pdf for purpose of 0x1F and 0x1D&lt;br /&gt;
   Kionix sensor addresses here:&lt;br /&gt;
*/&lt;br /&gt;
        kionix_sensor: kx132_1211@1f {&lt;br /&gt;
                compatible = &amp;quot;kionix,kx132_1211&amp;quot;;&lt;br /&gt;
                reg = &amp;lt;0x1F&amp;gt;;&lt;br /&gt;
                label = &amp;quot;KX132_1211&amp;quot;;&lt;br /&gt;
        };&lt;br /&gt;
        kionix_sensor_flipped_i2c_addr: kx132_1211@1d {&lt;br /&gt;
                compatible = &amp;quot;kionix,kx132_1211&amp;quot;;&lt;br /&gt;
                reg = &amp;lt;0x1D&amp;gt;;&lt;br /&gt;
                label = &amp;quot;KX132_1211&amp;quot;;&lt;br /&gt;
        };&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-10-20&lt;br /&gt;
Ait Benhaddou, Morocco&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-10-15 Friday&lt;br /&gt;
&lt;br /&gt;
*  https://cdn.sparkfun.com/assets/5/7/c/a/c/nRF9160_Thing_Plus.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-10-13 Wednesday&lt;br /&gt;
&lt;br /&gt;
*  https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/kconfig/CONFIG_IIS2DH_ODR.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function set_aliases_local()&lt;br /&gt;
{&lt;br /&gt;
    alias gw=&amp;#039;rm $HOME/.ssh/config; ln -s $HOME/.ssh/config--work $HOME/.ssh/config; echo &amp;quot;Setting git auth to work account . . .&amp;quot;&amp;#039;&lt;br /&gt;
    alias gp=&amp;#039;rm $HOME/.ssh/config; ln -s $HOME/.ssh/config--personal $HOME/.ssh/config; echo &amp;quot;Setting git auth to personal account . . .&amp;quot;&amp;#039;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-10-05&lt;br /&gt;
Schematics and board files for LoRa radio module 915M30S, and Digikey &amp;quot;Product Index  &amp;lt;b&amp;gt;==&amp;gt;&amp;lt;/b&amp;gt;  Connectors, Interconnects  &amp;lt;b&amp;gt;==&amp;gt;&amp;lt;/b&amp;gt;  Rectangular Connectors - Headers, Male Pins &amp;lt;b&amp;gt;==&amp;gt;&amp;lt;/b&amp;gt; Harwin Inc. M20-9990445&amp;quot; . . .&lt;br /&gt;
*  https://www.robotgear.com.au/Product.aspx/Details/9078-LoRa-1W-Breakout-915M30S&lt;br /&gt;
*  https://www.digikey.com/en/products/detail/harwin-inc/M20-9990445/3728229&lt;br /&gt;
*  https://wwwfiles.iar.com/arm/webic/doc/JLink_J-TraceARM.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-09-27&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Hello World! sparkfun_thing_plus_nrf9160 - built via Segger Nordic Edition v5.60&lt;br /&gt;
main.c - Kionix sensor reports its manufacturer ID, as 32-bit integer 1852795211&lt;br /&gt;
main.c - sensor_value.val2 holds 0&lt;br /&gt;
main.c - value.val1 as bytes:  0x4B 0x69 0x6F 0x6E   &amp;quot; K  i  o  n &amp;quot;&lt;br /&gt;
main.c - Kionix sensor reports part ID of 317&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;!--&lt;br /&gt;
Hello World! sparkfun_thing_plus_nrf9160 - built via Segger Nordic Edition v5.60&lt;br /&gt;
main.c - Kionix sensor reports its manufacturer ID, as 32-bit integer 1852795211&lt;br /&gt;
main.c - sensor_value.val2 holds 0&lt;br /&gt;
main.c - value.val1 as bytes:  0x4B 0x69 0x6F 0x6E   &amp;quot; K  i  o  n &amp;quot;&lt;br /&gt;
main.c - Kionix sensor reports part ID of 317&lt;br /&gt;
Hello World! sparkfun_thing_plus_nrf9160 - built via Segger Nordic Edition v5.60&lt;br /&gt;
main.c - Kionix sensor reports its manufacturer ID, as 32-bit integer 1852795211&lt;br /&gt;
main.c - sensor_value.val2 holds 0&lt;br /&gt;
main.c - value.val1 as bytes:  0x4B 0x69 0x6F 0x6E   &amp;quot; K  i  o  n &amp;quot;&lt;br /&gt;
main.c - Kionix sensor reports part ID of 317&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-06-22&lt;br /&gt;
*  https://www.nordicsemi.com//News/2021/06/Digital%20Matters%20Yabby%20Edge%20Cellular%20uses%20Nordic&lt;br /&gt;
&lt;br /&gt;
***&lt;br /&gt;
&lt;br /&gt;
Topics noted:&lt;br /&gt;
&lt;br /&gt;
gdbstl.cmd:&lt;br /&gt;
&lt;br /&gt;
   target extended localhost:4242&lt;br /&gt;
&lt;br /&gt;
toolchain.mk&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
APP_HEXFILE = $(BUILDDIR)/$(PROJECT).hex&lt;br /&gt;
GDB_ELF = $(BUILDDIR)/$(PROJECT).elf&lt;br /&gt;
OOCD_CFG = oocd.cfg&lt;br /&gt;
GDB_OOCD_CFG = gdboocd.cmd&lt;br /&gt;
GDB_STL_CFG = gdbstl.cmd&lt;br /&gt;
SERIAL_RAW != echo -e &amp;quot;$(SERIAL)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
write: $(APP_HEXFILE) write_ocd&lt;br /&gt;
&lt;br /&gt;
write_ocd:&lt;br /&gt;
#	openocd -s $(BOARDDIR) -f $(OOCD_CFG) -c &amp;quot;hla_serial $(SERIAL); program $(APP_HEXFILE) verify reset exit&amp;quot;&lt;br /&gt;
	openocd -s $(BOARDDIR) -f $(OOCD_CFG) -d3 -c &amp;quot;hla_serial $(SERIAL); program $(APP_HEXFILE) verify reset exit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
write_stl:&lt;br /&gt;
	st-flash --serial=$(SERIAL_RAW) --reset --format ihex write $(APP_HEXFILE)&lt;br /&gt;
&lt;br /&gt;
gdb: $(GDB_ELF) gdb_ocd&lt;br /&gt;
&lt;br /&gt;
gdb_ocd:&lt;br /&gt;
	$(TRGT)gdb -q $(shell pwd)/$(GDB_ELF) -cd $(BOARDDIR) -ex &amp;quot;target remote | openocd -f oocd.cfg -c &amp;#039;hla_serial $(SERIAL); gdb_port pipe&amp;#039;&amp;quot; -x $(GDB_OOCD_CFG)&lt;br /&gt;
&lt;br /&gt;
gdb_stl:&lt;br /&gt;
	$(TRGT)gdb -q $(shell pwd)/$(GDB_ELF) -cd $(TOOLCHAIN) -x ./$(GDB_STL_CFG)&lt;br /&gt;
&lt;br /&gt;
serial:&lt;br /&gt;
	picocom -b 115200 /dev/serial/by-id/usb-STMicroelectronics_STLINK-V3_$(SERIAL_RAW)-if02&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
gdboocd.cmd:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
monitor stm32f0x.cpu configure -rtos chibios&lt;br /&gt;
monitor reset halt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
2021 mid-June ordered STM32 dev boards:&lt;br /&gt;
  2	NUCLEO-F401RE	3	$13.55	$40.65&lt;br /&gt;
  3	NUCLEO-L432KC	3	$10.54	$31.62&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
Python and barcode scanning,&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.pyimagesearch.com/2018/05/21/an-opencv-barcode-and-qr-code-scanner-with-zbar/&lt;br /&gt;
*  https://learnopencv.com/barcode-and-qr-code-scanner-using-zbar-and-opencv/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
More appropriate . . .&lt;br /&gt;
*  https://unix.stackexchange.com/questions/596619/how-to-direct-dev-hidraw-output-to-python-application-and-not-terminal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  Unix cut command example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   $ grep -n zzz *cal-419* | grep &amp;#039;NO2 averaged A-to-D&amp;#039; | cut -d&amp;quot; &amp;quot; -f 9&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   $ grep -n zzz *cal-421* | grep &amp;#039;NO2 averaged&amp;#039; &amp;gt;&amp;gt; z--cal-4-2-1--no2-averaged-a-to-d-counts-to-plot.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    808 Programming Command: lpc21isp -wipe -verify /usr/local/share/gas_platform/gas_platform_AG-04v1.01.hex /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTG9RMUM-if00-port0 38400 12000&lt;br /&gt;
    809 Verify after copy RAM to Flash.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
veris@alta-gwn-sensor:/dev/serial$ ls -l by-id&lt;br /&gt;
total 0&lt;br /&gt;
lrwxrwxrwx 1 root root 13 Dec 18 14:12 usb-FTDI_TTL232R-3V3_FTG9RMUM-if00-port0 -&amp;gt; ../../ttyUSB0&lt;br /&gt;
lrwxrwxrwx 1 root root 13 Dec 18 14:12 usb-FTDI_TTL232R-3V3_FTGD5F08-if00-port0 -&amp;gt; ../../ttyUSB1&lt;br /&gt;
lrwxrwxrwx 1 root root 13 Dec 18 14:13 usb-FTDI_US232R_FTFC09BL-if00-port0 -&amp;gt; ../../ttyUSB2&lt;br /&gt;
veris@alta-gwn-sensor:/dev/serial$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Software ==&lt;br /&gt;
*  https://www.renesas.com/us/en/document/dst/isl3150e-isl3152e-isl3153e-isl3155e-isl3156e-isl3158e-datasheet&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Zephyr RTOS and MCU vetting ===&lt;br /&gt;
&lt;br /&gt;
Outline of MCU vetting work, ~five minutes presentation time:&lt;br /&gt;
&lt;br /&gt;
*  Goal:  find an available and sufficiently resourced MCU that&amp;#039;s supported by our RTOS&lt;br /&gt;
&lt;br /&gt;
*  (1)  Quick Real Time Operating System recap:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  (2)  &amp;quot;Real Time&amp;quot; does not mean particularly fast, it only means &amp;quot;max latency know-able&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  (3)  RTOS projects are much simpler than Windows, Linux, MacOS, Unix operating systems ( but they are still complex! )&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  (4)  With Zephyr RTOS our MCU support search starts with a review of device tree sources files in two places of the Zephyr project source tree&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  zephyr/dts/arm&amp;lt;br /&amp;gt;&lt;br /&gt;
  zephyr/boards/arm&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  (5)  Device Tree Source is its own hardware description language.&lt;br /&gt;
&lt;br /&gt;
Linux Kernel project has used dts for many years, where it is compiled into &amp;quot;device tree binary&amp;quot; or &amp;quot;device tree blob&amp;quot; files.  These data like files are read by the kernel early on to inform the kernel which types of hardware and which configurable attributes and other hardware details are present where the kernel is running.  Zephyr RTOS developers incorporated dts into Zephyr a few years ago.  Zephyr RTOS itself does not read or parse dtb files.  Rather, Zephyr&amp;#039;s build time framework parses a combined dts file for the given hardware and project, and creates a system of device macros which support Zephyr&amp;#039;s generalized and lower level hardware APIs.  There is also automated error checking which dts supports in the Zephyr RTOS project, even without compiling device tree source all the way to a binary blob.&lt;br /&gt;
&lt;br /&gt;
*  (6)  MCUs we looked into:  RP2040, NXP, Renasas, STMicro STM32.&lt;br /&gt;
&lt;br /&gt;
*  (7)  Example of new and only partial Zephyr RTOS support for RP2040 . . . Renasas little support, NXP and STMicro extensive support found in Zephyr source tree.&lt;br /&gt;
&lt;br /&gt;
*  (8)  First live test of MCU plus Zephyr, &amp;quot;hello_world&amp;quot; tests our toolchain, our chosen release of Zephyr and supporting libraries, MCU&amp;#039;s Hardware Abstraction Layer, and the UART peripheral.&lt;br /&gt;
&lt;br /&gt;
*  (9)  From working &amp;quot;hello_world&amp;quot; we next add our own source files, some of which implement Zephyr RTOS threads.  This represents the point at which we can start to focus in full on our custom application firmware development.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Time permitting the &amp;quot;why we use dts and hardware abstraction layers&amp;quot; from Zephyr and MCU manufacturing companies.&lt;br /&gt;
&lt;br /&gt;
*  (10)  A lot of work goes into writing the code to read and write all the configuration and status registers of a given microcontroller.  Every hardware and firmware based product needs code which sensibly configures the MCU&amp;#039;s clocks, memory, and peripherals and any off-chip configurable hardware.  If our team did not leverage an RTOS and manufacturer&amp;#039;s hardware abstraction layers we would be faced with writing our own configuration code for every project, or for writing peripheral configuration libraries of our own.  And we would need to thoroughly test them.  Such testing is already occurring, has occurred with the hardware abstraction layer code libraries from chip vendors like NXP and STMicro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] QCustomPlot references ===&lt;br /&gt;
&lt;br /&gt;
Notes and links relating to QCustomPlot sofware, second link here is to the starting or main documentation page for QCustomPlot classes and their relation to Qt classes and code framework:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.qcustomplot.com/index.php/support/forum/1222&lt;br /&gt;
&lt;br /&gt;
*  https://www.qcustomplot.com/documentation/&lt;br /&gt;
*  https://www.qcustomplot.com/documentation/specialqtflags.html&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Code snippet from basic plotting tutorial:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// add title layout element:&lt;br /&gt;
customPlot-&amp;gt;plotLayout()-&amp;gt;insertRow(0);&lt;br /&gt;
customPlot-&amp;gt;plotLayout()-&amp;gt;addElement(0, 0, new QCPTextElement(customPlot, &amp;quot;Way too many graphs in one plot&amp;quot;, QFont(&amp;quot;sans&amp;quot;, 12, QFont::Bold)));&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2019-09-23 . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
Information about insertRow() and addElement() functions, the first of which appears in very few search results using Google, but which seems related to the much more oft mentioned addRow() Qt5 library routine:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.qcustomplot.com/documentation/classQCPTextElement.html&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Information about saving QCustomPlots to file:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.qcustomplot.com/index.php/support/forum/1677&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Information or further info on QCustomPlot layout:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.qcustomplot.com/documentation/thelayoutsystem.html&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Plot building at community garden:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  [[Nn-cubetas|nn buckets]]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Ecology ==&lt;br /&gt;
&lt;br /&gt;
This section for links to articlers about plants, animals, good stewardship of land.&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Local ecosystems and geology ===&lt;br /&gt;
&lt;br /&gt;
Article relating to owls and creating owl friendly habitat:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://getpocket.com/explore/item/transform-your-yard-into-an-owl-kingdom?utm_source=pocket-newtab  Invite owls to your yard&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.fs.fed.us/pnw/pubs/science-update-19.pdf&lt;br /&gt;
*  https://faculty.washington.edu/moral/publications/1988%20RdM%20Wood%20Madrono.pdf&lt;br /&gt;
*  https://calphotos.berkeley.edu/cgi/img_query?enlarge=0000+0000+0807+1211   . . . saxifraga (mycranthes) ferruginea&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Luetkea&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Mount_Rainier_National_Park&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019-12-19 Thursday&lt;br /&gt;
&lt;br /&gt;
https://www.stevesupergardens.com/shop/aloe-littlefawn-new-hybrid/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] plants ===&lt;br /&gt;
&lt;br /&gt;
2022-08-24&lt;br /&gt;
*  https://www.rarepalmseeds.com/ensete-glaucum   . . . may survive PNW winters with overhead rain protection and mulching&lt;br /&gt;
*  https://www.rarepalmseeds.com/agave-kerchovei-huajuapan-red   . . . from very dry climates&lt;br /&gt;
*  https://www.rarepalmseeds.com/agave-parrasana&lt;br /&gt;
&lt;br /&gt;
~ ~ ~&lt;br /&gt;
&lt;br /&gt;
*  salix lucida&lt;br /&gt;
*  ribes lactustre&lt;br /&gt;
*  ribes sanguineum&lt;br /&gt;
*  cornus sericea&lt;br /&gt;
&lt;br /&gt;
Sub-alpine wildflower seen at South Sister, Mount Hood, Mount Saint Helens . . .&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Pedicularis_groenlandica   pedicularis groenlandica, elephant head lousewort, butterfly tongue&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] plant descriptions to move to NN page ===&lt;br /&gt;
&lt;br /&gt;
Entry:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
French lavender starts in four-inch starter pots, for sale by Milwaukie area gardener.  Selling for three dollars ($3) a start.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A Mediterranean native, French lavendar &amp;lt;i&amp;gt;(lavendula stoechas)&amp;lt;/i&amp;gt; once established is extremely drought tolerant.  Under normal conditions in Portland area, no need to water or fertilize this plant after its first year in the ground.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Likes full sun, and open space with good air circulation.  Attracts bumble bees, honeybees, and orchard mason bees.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This plant grows for several years, it is perennial.  Older plants may need be replaced from time to time, if a larger branch or branches should break.  Slow to moderate growth rate.  Not always able to fill in a void if a branch breaks near the plant&amp;#039;s base.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cash-only sales and PayPal accepted.  If you have questions about these plants feel free to write us and ask.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://sierrawildflowers.org/pedicularis_attollens.htm&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Plant Cultivars of Note ===&lt;br /&gt;
&lt;br /&gt;
*  https://patents.justia.com/patent/PP33056   Aloe &amp;quot;Alligator&amp;quot; by Renee O&amp;#039;Connell&lt;br /&gt;
*  https://www.exoticaesoterica.com/cactus-and-succulents/2018/8/1/rare-and-colorful-epiphytic-cacti&lt;br /&gt;
*  https://www.plantdelights.com/products/notocactus-apricus  Notocactus apricus de Uruguay y Brazil&lt;br /&gt;
&lt;br /&gt;
*  https://www.highcountrygardens.com/perennial-plants/unique-plants/eryngium-planum-blue-glitter&lt;br /&gt;
&lt;br /&gt;
Wineries . . .&lt;br /&gt;
&lt;br /&gt;
*  https://youngberghill.com/blog/willamette-valley-tasting-rooms/&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://saffronfields.com/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] abejas ===&lt;br /&gt;
&lt;br /&gt;
*  https://backyardbeekeeping101.com/stop-robbing-bees/ . . . stop robbing bees&lt;br /&gt;
&lt;br /&gt;
*  https://backyardhive.com/collections/beekeeping-supplies/products/robber-scout-bee-trap%C2%AE-new&lt;br /&gt;
&lt;br /&gt;
Hive and Garden . . .&lt;br /&gt;
&lt;br /&gt;
*  https://hiveandgarden.com/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Cinema and Music ==&lt;br /&gt;
&lt;br /&gt;
This section contains links to some stores, movies and music.&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Harry Potter and AllClassical dot Org ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
11:59 am - Sunday, November 3rd, 2019&lt;br /&gt;
&lt;br /&gt;
Harry Potter and the Half-Blood Prince: Fawkes the Phoenix&lt;br /&gt;
&lt;br /&gt;
Williams, John&lt;br /&gt;
&lt;br /&gt;
Los Angeles Philharmonic&lt;br /&gt;
&lt;br /&gt;
Gustavo Dudamel&lt;br /&gt;
&lt;br /&gt;
DG 002993902&lt;br /&gt;
Purchase&lt;br /&gt;
&lt;br /&gt;
11:54 am - Sunday, November 3rd, 2019&lt;br /&gt;
&lt;br /&gt;
Harry Potter and the Sorcerer&amp;#039;s Stone (Original Score): Har&lt;br /&gt;
&lt;br /&gt;
Williams, John&lt;br /&gt;
&lt;br /&gt;
Los Angeles Philharmonic&lt;br /&gt;
&lt;br /&gt;
Gustavo Dudamel&lt;br /&gt;
&lt;br /&gt;
DG 002993902&lt;br /&gt;
Purchase&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] movie and pop culture ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.polygon.com/2016/11/18/13671652/fantastic-beasts-harry-potter-dumbledore&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Computer Security ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.wikihow.com/Detect-and-Remove-Keyloggers  Detect and remove keyloggers, article in different languages&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Good lunch or dinner idea ==&lt;br /&gt;
*  https://www.topdust.com/everyplate-vs-dinnerly-best-meal-kit--2652507812.html?&amp;amp;gdpid=60afcebdb1edf6000119db6d&amp;amp;bcid=5fdb94cba0aeb24a9935723a&amp;amp;bhid=60a805e52ff8fe6880502d6e&amp;amp;campaignid=60a809fe2ff8fe6880502db3&amp;amp;utm_medium=cpa&amp;amp;utm_content=prospecting&amp;amp;BT=CPC&amp;amp;c=GEISTM-NBUK&amp;amp;utm_campaign=native_geist_602020_EPUS_PKT_A_vsDinnerly_Topdust_PS_RON_Stock&amp;amp;utm_source=pocket~geist&amp;amp;utm_term=EPUS_PKT_A_vsDinnerly_Topdust_PS_RON_Stock&lt;br /&gt;
&lt;br /&gt;
*  https://assets.rebelmouse.io/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpbWFnZSI6Imh0dHBzOi8vYXNzZXRzLnJibC5tcy8yNTc0NzAzMi9vcmlnaW4uanBnIiwiZXhwaXJlc19hdCI6MTY4MzUyMDQ1NX0.zBIA5KSpRRwnHTP97JnJBraMBgVAPjOCYKCX_RoERy0/img.jpg?width=1200&amp;amp;quality=85&amp;amp;coordinates=0%2C23%2C0%2C23&amp;amp;height=800&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] 2021-06-30 docker how-to work ==&lt;br /&gt;
Wednesday docker work . . .&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
16 ted@indulkana:~$ docker pull docker-registry.neelanurseries.com/ubuntu-20-04-lts:version-0p0&lt;br /&gt;
 17 version-0p0: Pulling from ubuntu-20-04-lts&lt;br /&gt;
 18 61e03ba1d414: Pull complete&lt;br /&gt;
 19 4afb39f216bd: Pull complete&lt;br /&gt;
 20 e489abdc9f90: Pull complete&lt;br /&gt;
 21 999fff7bcc24: Pull complete&lt;br /&gt;
 22 Digest: sha256:114bbce1997fa476da56c3958cb3ca13269a54b0a97dfd3667543c7778287bf2&lt;br /&gt;
 23 Status: Downloaded newer image for docker-registry.neelanurseries.com/ubuntu-20-04-lts:version-0p0&lt;br /&gt;
 24 docker-registry.neelanurseries.com/ubuntu-20-04-lts:version-0p0&lt;br /&gt;
 25 ted@indulkana:~$ docker images&lt;br /&gt;
 26 REPOSITORY                                            TAG           IMAGE ID       CREATED       SIZE&lt;br /&gt;
 27 docker-registry.neelanurseries.com/ubuntu-20-04-lts   version-0p0   065cf14a189c   12 days ago   135MB&lt;br /&gt;
 28 ted@indulkana:~$ docker run 065cf14a189c&lt;br /&gt;
 29 &lt;br /&gt;
 30 ted@indulkana:~$ docker run -i -t 065cf14a189c&lt;br /&gt;
 31 root@7d494ccfe013:/# which hostname&lt;br /&gt;
 32 /bin/hostname&lt;br /&gt;
 33 root@7d494ccfe013:/# hostname&lt;br /&gt;
 34 7d494ccfe013&lt;br /&gt;
 35 root@7d494ccfe013:/# ls /etc&lt;br /&gt;
 36 X11                     dbus-1          group         insserv.conf.d  login.defs      os-release  rc3.d        shadow       tmpfiles.d&lt;br /&gt;
 37 adduser.conf            debconf.conf    gshadow       issue           logrotate.d     pam.conf    rc4.d        shells       udev&lt;br /&gt;
 38 alternatives            debian_version  host.conf     issue.net       lsb-release     pam.d       rc5.d        skel         update-motd.d&lt;br /&gt;
 39 apt                     default         hostname      kernel          machine-id      passwd      rc6.d        subgid       xdg&lt;br /&gt;
 40 bash.bashrc             deluser.conf    hosts         ld.so.cache     mke2fs.conf     profile     rcS.d        subuid&lt;br /&gt;
 41 bash_completion.d       dhcp            init          ld.so.conf      modules-load.d  profile.d   resolv.conf  sysctl.conf&lt;br /&gt;
 42 bindresvport.blacklist  dpkg            init.d        ld.so.conf.d    mtab            rc.local    rmt          sysctl.d&lt;br /&gt;
 43 binfmt.d                environment     inputrc       legal           networks        rc0.d       securetty    systemd&lt;br /&gt;
 44 cron.daily              fstab           insserv       libaudit.conf   nsswitch.conf   rc1.d       security     terminfo&lt;br /&gt;
 45 cron.weekly             gai.conf        insserv.conf  localtime       opt             rc2.d       selinux      timezone&lt;br /&gt;
 46 root@7d494ccfe013:/# uptime&lt;br /&gt;
 47  06:11:33 up 13 min,  0 users,  load average: 0.27, 0.23, 0.23&lt;br /&gt;
 48 root@7d494ccfe013:/# ls /home&lt;br /&gt;
 49 root@7d494ccfe013:/# ls /root&lt;br /&gt;
 50 root@7d494ccfe013:/# cd&lt;br /&gt;
 51 root@7d494ccfe013:~# pwd&lt;br /&gt;
 52 /root&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Padar Island, Indonesia&lt;br /&gt;
Kogel Bay, South Africa&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Pocket worthyStories to fuel your mind&lt;br /&gt;
“Little Prince” Author Antoine de Saint-Exupéry on Losing a Friend&lt;br /&gt;
&lt;br /&gt;
“Old friends cannot be created out of hand. Nothing can match the treasure of common memories, of trials endured together, of quarrels and reconciliations and generous emotions.”&lt;br /&gt;
Brain Pickings&lt;br /&gt;
&lt;br /&gt;
    Maria Popova&lt;br /&gt;
&lt;br /&gt;
How was it? Save stories you love and never lose them.&lt;br /&gt;
&lt;br /&gt;
Advertisement&lt;br /&gt;
Brain Pickings&lt;br /&gt;
More from Brain Pickings&lt;br /&gt;
&lt;br /&gt;
    Marcus Aurelius on Mortality and the Key to Living Fully&lt;br /&gt;
    2,492 saves&lt;br /&gt;
    Edna St. Vincent Millay’s Exquisite Polyamorous Love Letters from the 1920s&lt;br /&gt;
    283 saves&lt;br /&gt;
    Kahlil Gibran on Friendship and the Building Blocks of Meaningful Connection&lt;br /&gt;
    1,322 saves&lt;br /&gt;
&lt;br /&gt;
Advertisement&lt;br /&gt;
&lt;br /&gt;
Antoine de Saint-Exupéry.&lt;br /&gt;
&lt;br /&gt;
“Ponder for a long time whether you shall admit a given person to your friendship,” Seneca counseled in considering true and false friendship, “but when you have decided to admit him, welcome him with all your heart and soul.” To lose a friend who has earned such wholehearted admission into your soul is one of life’s most devastating sorrows. Whatever shape the loss takes — death, distance, the various desertions of loyalty and love that hollow out the heart — it is one of life’s most devastating sorrows. It is also one of life’s most absolute inevitabilities — we will each lose a beloved friend at one point or another, to one cause or another.&lt;br /&gt;
&lt;br /&gt;
No one has articulated the disorientation of that inevitability more beautifully than Little Prince author Antoine de Saint-Exupéry (June 29, 1900–July 31, 1944) in Wind, Sand, and Stars (public library) — that endlessly rewarding collection of his autobiographical vignettes, philosophical inquiries, and poetic reflections on the nature of existence, published just as WWII was breaking out and four years before The Little Prince, which Saint-Exupéry would dedicate to his best friend in what remains perhaps the most beautiful book dedication ever composed.&lt;br /&gt;
&lt;br /&gt;
With an eye to his life as a pilot, Saint-Exupéry considers with unsentimental sweetness the common experience of losing fellow pilots to accident or war. In a passage that radiates universal insight into the loss of a friend, whatever the circumstance, he writes:&lt;br /&gt;
&lt;br /&gt;
    Bit by bit… it comes over us that we shall never again hear the laughter of our friend, that this one garden is forever locked against us. And at that moment begins our true mourning, which, though it may not be rending, is yet a little bitter. For nothing, in truth, can replace that companion. Old friends cannot be created out of hand. Nothing can match the treasure of common memories, of trials endured together, of quarrels and reconciliations and generous emotions. It is idle, having planted an acorn in the morning, to expect that afternoon to sit in the shade of the oak.&lt;br /&gt;
&lt;br /&gt;
    So life goes on. For years we plant the seed, we feel ourselves rich; and then come other years when time does its work and our plantation is made sparse and thin. One by one, our comrades slip away, deprive us of their shade.&lt;br /&gt;
&lt;br /&gt;
One of Saint-Exupéry’s original watercolors for The Little Prince.&lt;br /&gt;
&lt;br /&gt;
Three years later, Saint-Exupéry would offer the most poetic consolation there is, only consolation there is for this existential sorrow, in the final pages of The Little Prince — a book very much about reconciling the great unbidden gift of loving a friend with the inevitability of losing that friend. In the closing scene, the little prince, about to depart for his home planet, tells the heartsick pilot unwilling to lose him and his golden laugh:&lt;br /&gt;
&lt;br /&gt;
    All men have the stars… but they are not the same things for different people. For some, who are travelers, the stars are guides. For other they are no more than little lights in the sky. For others, who are scholars, they are problems. For my businessman they were wealth. But all these stars are silent. You — you alone — will have the stars as no one else has them… In one of the stars I shall be living. In one of them I shall be laughing. And so it will be as if all the stars were laughing, when you look at the sky at night… And when your sorrow is comforted (time soothes all sorrows) you will be content to have known me. You will always be my friend. You will want to laugh with me. And you will sometimes open your window, so, for that pleasure… And your friends will be properly astonished to see you laughing as you look up at the sky! &lt;br /&gt;
&lt;br /&gt;
Months later, much to the sorrow of his own friends and the millions of strangers who had come to love him through his books, Saint-Exupéry himself would become one of the lost pilots, vanishing over the Mediterranean Sea on a reconnaissance mission, his stardust silently returned to the stars that made him.&lt;br /&gt;
&lt;br /&gt;
Couple with trailblazing astronomer Maria Mitchell on how we co-create one another and re-create ourselves through friendship, then revisit Saint-Exupéry on love and mortality, what the desert taught him about the meaning of life, and how a simple human smile saved his life during the war. &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== target tos ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
skip to main content&lt;br /&gt;
skip to footer&lt;br /&gt;
CategoriesWomenMenYoung AdultKidsShoesBabyHomePatio &amp;amp; GardenFurnitureKitchen &amp;amp; DiningToysElectronicsVideo GamesMovies, Music &amp;amp; BooksSports &amp;amp; OutdoorsBeautyPersonal CareHealthHousehold EssentialsPetsGroceryLuggageSchool &amp;amp; Office SuppliesParty SuppliesBullseye&amp;#039;s PlaygroundClearanceHoliday ShopTarget FindsWhat’s New&lt;br /&gt;
DealsClearanceWeekly AdTop DealsRedCard ExclusivesTarget Circle Offers&lt;br /&gt;
Registry&lt;br /&gt;
More OptionsRedCardGift CardsFind Stores&lt;br /&gt;
FavoritesPharmacyGift Ideas&lt;br /&gt;
Get it fast&lt;br /&gt;
Drive Up&lt;br /&gt;
Order Pickup&lt;br /&gt;
Free 2-Day Shipping&lt;br /&gt;
Same Day Delivery&lt;br /&gt;
Categories&lt;br /&gt;
Deals&lt;br /&gt;
What’s New&lt;br /&gt;
Pickup &amp;amp; Delivery&lt;br /&gt;
my accountSign in&lt;br /&gt;
cart 1 item1&lt;br /&gt;
&lt;br /&gt;
    Registry&lt;br /&gt;
    Weekly Ad&lt;br /&gt;
    RedCard&lt;br /&gt;
    Gift Cards&lt;br /&gt;
    Find Stores&lt;br /&gt;
    Orders&lt;br /&gt;
&lt;br /&gt;
More&lt;br /&gt;
&lt;br /&gt;
Get gifts today with same-day pickup &amp;amp; delivery&lt;br /&gt;
&lt;br /&gt;
Find incredible deals on top gifts now.&lt;br /&gt;
Explore Top Deals&lt;br /&gt;
Terms &amp;amp; Conditions&lt;br /&gt;
Target/Terms &amp;amp; Conditions‎&lt;br /&gt;
Your Use of This Website is Governed By These Terms &amp;amp; Conditions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    LAST UPDATED: July 23, 2021&lt;br /&gt;
&lt;br /&gt;
    Welcome to Target.com. These Terms &amp;amp; Conditions apply to the Target website located at www.target.com and all other sites, mobile sites, services, applications, platforms and tools where these Terms &amp;amp; Conditions appear or are linked (collectively, the &amp;quot;Site&amp;quot;). As used in these Terms &amp;amp; Conditions, &amp;quot;Target&amp;quot;, &amp;quot;us&amp;quot; or &amp;quot;we&amp;quot; refers to Target Corporation and its subsidiaries and affiliates.&lt;br /&gt;
&lt;br /&gt;
    Please read the following Terms &amp;amp; Conditions carefully as they affect your legal rights. These Terms &amp;amp; Conditions contain an arbitration agreement that requires the use of arbitration on an individual basis to resolve disputes rather than jury or any other court proceedings, or class actions of any kind. The arbitration agreement is set forth in the “Arbitration Agreement” section below.&lt;br /&gt;
&lt;br /&gt;
Introduction&lt;br /&gt;
• Introduction&lt;br /&gt;
• Content&lt;br /&gt;
• License &amp;amp; Access&lt;br /&gt;
• Unlawful or Prohibited Uses&lt;br /&gt;
&lt;br /&gt;
Your Account&lt;br /&gt;
• Your Account&lt;br /&gt;
• Modification &amp;amp; Termination&lt;br /&gt;
• User Reviews, Comments &amp;amp; Submissions&lt;br /&gt;
&lt;br /&gt;
Target Services/Programs&lt;br /&gt;
• Target Circle™ Loyalty Program&lt;br /&gt;
• Order Pickup and Drive Up&lt;br /&gt;
• Target Wallet&lt;br /&gt;
• Automatic Renewal of Shipt Membership Fees&lt;br /&gt;
• Target Plus™&lt;br /&gt;
&lt;br /&gt;
Transactions&lt;br /&gt;
• User Transactions&lt;br /&gt;
• Limitations on Quantity&lt;br /&gt;
• Colors&lt;br /&gt;
• Availability, Errors &amp;amp; Inaccuracies&lt;br /&gt;
• Healthcare Information&lt;br /&gt;
• International Shipping&lt;br /&gt;
• Rules for Promotions&lt;br /&gt;
• Returns&lt;br /&gt;
• Gift Cards &amp;amp; Certificates&lt;br /&gt;
• Music Downloads&lt;br /&gt;
• Video, Movie, TV Program &amp;amp; Computer Game Ratings&lt;br /&gt;
• Mobile Terms and Conditions&lt;br /&gt;
&lt;br /&gt;
Miscellaneous&lt;br /&gt;
• Mobile Application Users&lt;br /&gt;
• Links to Third-Parties’ Websites&lt;br /&gt;
• Filtering&lt;br /&gt;
• Risk of Loss&lt;br /&gt;
• Export Policy&lt;br /&gt;
• Financial Disclosure&lt;br /&gt;
• DMCA Notice - Notice &amp;amp; Procedure for Making Claims of Copyright Infringement&lt;br /&gt;
• Disclaimers of Warranties&lt;br /&gt;
• Jurisdictional Issues&lt;br /&gt;
• Limitation of Liability&lt;br /&gt;
• Indemnification &amp;amp; Defense&lt;br /&gt;
• Notices &amp;amp; Electronic Communications&lt;br /&gt;
• Notice for California Residents&lt;br /&gt;
• Arbitration Agreement&lt;br /&gt;
• Choice of Law, Forum Selection, &amp;amp; Jury Waiver&lt;br /&gt;
• Miscellaneous&lt;br /&gt;
• Contact Us&lt;br /&gt;
&lt;br /&gt;
    Introduction&lt;br /&gt;
    • Introduction&lt;br /&gt;
    • Content&lt;br /&gt;
    • License &amp;amp; Access&lt;br /&gt;
    • Unlawful or Prohibited Uses&lt;br /&gt;
&lt;br /&gt;
Introduction&lt;br /&gt;
&lt;br /&gt;
    BY ACCESSING OR OTHERWISE USING THE SITE YOU AGREE TO THESE TERMS &amp;amp; CONDITIONS. Any person or entity who interacts with the Site through the use of crawlers, robots, browsers, data mining or extraction tools, or other functionality, whether such functionality is installed or placed by such person or entity or a third party, is considered to be using the Site. If at any time you do not accept all of these Terms &amp;amp; Conditions, you must immediately stop using the Site. Certain areas within the Site may be governed by additional terms and policies (&amp;quot;Additional Terms&amp;quot;). By using those areas of the Site, you agree to the Additional Terms. The Additional Terms are incorporated into these Terms &amp;amp; Conditions, and any reference to these Terms &amp;amp; Conditions includes the Additional Terms.&lt;br /&gt;
&lt;br /&gt;
Content&lt;br /&gt;
&lt;br /&gt;
    All content included on the Site such as text, graphics, logos, images, audio clips, video, data, music, software, application updates, and other material (collectively &amp;quot;Content&amp;quot;) is owned or licensed property of Target or its suppliers or licensors, including Target Plus Partners (as defined herein), and is protected by copyright, trademark, patent or other proprietary rights. The collection, arrangement and assembly of all Content on the Site is the exclusive property of Target Brands, Inc. and protected by U.S. and international copyright laws. Target and its suppliers and licensors, including Target Plus Partners, expressly reserve all intellectual property rights in all Content.&lt;br /&gt;
&lt;br /&gt;
License and Access&lt;br /&gt;
&lt;br /&gt;
    Target grants you a limited license to access and make personal use of the Site and the Content for NONCOMMERCIAL PURPOSES ONLY and only to the extent such use does not violate these Terms &amp;amp; Conditions including, without limitation, the prohibitions listed in the &amp;quot;UNLAWFUL OR PROHIBITED USES&amp;quot; section of these Terms &amp;amp; Conditions. You may download, print and copy Content for personal, noncommercial purposes only, provided you do not modify or alter the Content in any way, delete or change any copyright or trademark notice, or violate these Terms &amp;amp; Conditions in any way. Accessing, downloading, printing, posting, storing or otherwise using the Site or any of the Content for any commercial purpose, whether on behalf of yourself or on behalf of any third party, constitutes a material breach of these Terms &amp;amp; Conditions. The Site is intended for use by individuals 13 years of age or older. If you are under 18, you may use this Site only with involvement of a parent or guardian.&lt;br /&gt;
&lt;br /&gt;
Unlawful or Prohibited Uses&lt;br /&gt;
&lt;br /&gt;
    The Site may only be used for lawful purposes in accordance with the terms of the license granted in these Terms &amp;amp; Conditions. As a condition of your use of this Site, you warrant to Target that you will not use the Site for any purpose that is unlawful or prohibited by these Terms &amp;amp; Conditions. Whether on behalf of yourself or on behalf of any third party, YOU MAY NOT:&lt;br /&gt;
&lt;br /&gt;
        Make any commercial use of the Site or its Content, including making any collection or use of any product listings, descriptions, prices or images;&lt;br /&gt;
        Download, copy or transmit any Content for the benefit of any other merchant;&lt;br /&gt;
        Use or attempt to use any engine, software, tool, agent, data or other device or mechanism (including browsers, spiders, robots, avatars or intelligent agents) to navigate or search the Site other than the search engine and search agents provided by Target or generally publicly available browsers;&lt;br /&gt;
        Frame, mirror or use framing techniques on any part of the Site without Target’s express prior written consent;&lt;br /&gt;
        Make any use of data extraction, scraping, mining or other data gathering tools, or create a database by systematically downloading or storing Site content, or otherwise scrape, collect, store or use any Content, account information, product listings, descriptions, prices or images, except pursuant to the limited license granted by these Terms &amp;amp; Conditions;&lt;br /&gt;
        Use any meta tags or any other hidden text utilizing Target’s name or marks;&lt;br /&gt;
        Misrepresent the identity of a user, impersonate any person or entity, falsely state or otherwise misrepresent your affiliation with any person or entity in connection with the Site, or express or imply that we endorse any statement you make;&lt;br /&gt;
        Use a buying agent to conduct transactions on the Site;&lt;br /&gt;
        Conduct fraudulent activities on the Site;&lt;br /&gt;
        Violate or attempt to violate the security of the Site, whether in an automated fashion or otherwise, including, without limitation: (i) accessing data not intended for you or logging onto a server or an account that you are (a) not authorized to access or, (b) in the case of a user account, not the registered user of such account; (ii) trying to change the behavior of the Site; (iii) attempting to probe, scan or test the vulnerability of a system or network, or to breach security or authentication measures; (iv) attempting to interfere with service to any user, host or network, including, without limitation, via means of submitting malware to the Site, overloading, &amp;quot;flooding,&amp;quot; &amp;quot;spamming,&amp;quot; &amp;quot;mailbombing&amp;quot; or &amp;quot;crashing&amp;quot;; (v) forging any header or any part of the header information in any email or posting; or (vi) forging communications on behalf of the Site (impersonating the Target Site) or to the Site (impersonating another user whether such user provided their approval for such action(s) or not);&lt;br /&gt;
        Send unsolicited or unauthorized email on behalf of Target or any Target Plus Partner, including promotions and/or advertising of products or services;&lt;br /&gt;
        Tamper with the Site or use or attempt to use any device, software, routine or data that interferes or attempts to interfere with the working or functionality of the Site or any activity being conducted on the Site;&lt;br /&gt;
        Use the Site to defame, abuse, harass, stalk, threaten or otherwise violate the legal rights of others, including others’ privacy rights or rights of publicity;&lt;br /&gt;
        Harvest or collect personally identifiable information about other users of the Site;&lt;br /&gt;
        Restrict or inhibit any other person from using the Site (including, without limitation, by hacking or defacing any portion of the Site);&lt;br /&gt;
        Use the Site to advertise or offer to sell or buy any goods or services without Target’s express prior written consent;&lt;br /&gt;
        Reproduce, duplicate, copy, sell, resell or otherwise exploit for any commercial purposes any portion of, use of, or access to the Site;&lt;br /&gt;
        Modify, adapt, translate, reverse engineer, decompile or disassemble any portion of the Site; or&lt;br /&gt;
        Remove any copyright, trademark or other proprietary rights notice from the Site or materials originating from the Site.&lt;br /&gt;
&lt;br /&gt;
    Your Account&lt;br /&gt;
    • Your Account&lt;br /&gt;
    • Modification &amp;amp; Termination&lt;br /&gt;
    • User Reviews, Comments &amp;amp; Submissions&lt;br /&gt;
&lt;br /&gt;
Your Account&lt;br /&gt;
&lt;br /&gt;
    You may be required to register with Target in order to access certain services or areas of the Site. With respect to any such registration, we may refuse to grant to you the user name you request. Your user name and password are for your personal use only, and you will not share your user name or password with any individual or third party (other than Target). If you use the Site, you are responsible for maintaining the confidentiality of your account and password and for restricting access to your computer, and you agree to accept responsibility for all activities that occur under your account or password. In addition to all other rights available to Target including those set forth in these Terms &amp;amp; Conditions, Target reserves the right, in its sole discretion, to terminate your account, refuse service to you, or cancel orders.&lt;br /&gt;
&lt;br /&gt;
Modification &amp;amp; Termination&lt;br /&gt;
&lt;br /&gt;
    Target may at any time: (i) modify or discontinue any part of the Site; (ii) charge, modify or waive fees required to use the Site; or (iii) offer opportunities to some or all Site users. Target reserves the right to make changes to these Terms &amp;amp; Conditions at any time, and such changes will be effective immediately upon being posted on the Site. Each time you use the Site, you should review the current Terms &amp;amp; Conditions. You can determine when these Terms &amp;amp; Conditions were last revised by referring to the &amp;quot;LAST UPDATED&amp;quot; legend at the top of these Terms &amp;amp; Conditions. Your continued use of the Site will indicate your acceptance of the current Terms &amp;amp; Conditions; however, any change to these Terms &amp;amp; Conditions after your last usage of the Site will not be applied retroactively. Target reserves the right, without notice and at its sole discretion, to terminate your account or your use of the Site and to block or prevent future access to and use of the Site (i) if you violate any of these Terms &amp;amp; Conditions, (ii) for any other reason or (iii) for no reason. Upon any such termination, your right to use the Site will immediately cease.&lt;br /&gt;
&lt;br /&gt;
    You agree that we shall not be liable to you or any third party for any termination of your access to the Site. Upon termination, all provisions of these Terms &amp;amp; Conditions which are by their nature intended to survive termination, all representations and warranties, all limitations of liability and all indemnities shall survive such termination.&lt;br /&gt;
&lt;br /&gt;
User Reviews, Comments &amp;amp; Submissions&lt;br /&gt;
&lt;br /&gt;
    Target welcomes your reviews, comments, and other communications, photos, videos, or any other content that you submit through or to the Site, or any content or information you publish through any social media and allow Target to feature, such as your name, social media handle, accompanying text, and any images, videos, or audio from your social media accounts (e.g. Twitter™, Instagram™, Pinterest™) (collectively, &amp;quot;User Content&amp;quot;) as long as the User Content submitted by you complies with these Terms &amp;amp; Conditions. User Content will not include any photographs or images you submit as part of a Transaction (as defined below). You agree that any User Content: will be accurate; will not violate or facilitate the violation of any law or regulation; will not violate any right of a third party, including copyright, trademark, privacy or publicity rights; will not cause injury to any person or entity; and will not contain, or provide links to, obscene, profane, or threatening language, malware, political campaigning, commercial solicitation, chain letters, mass mailings, any form of &amp;quot;spam&amp;quot;, or any material that could be considered harmful, sexually explicit, indecent, lewd, violent, abusive, or degrading. You are solely responsible for the User Content you submit, and Target assumes no liability for any User Content submitted by you. You acknowledge and agree that we reserve the right (but have no obligation) to do any or all of the following, in our sole discretion: (i) monitor User Content; (ii) alter, remove, or refuse to post or allow to be posted any User Content; and/or (iii) disclose any User Content, and the circumstances surrounding its transmission, to any third party. For any User Content you submit, you grant to Target a non-exclusive, sub-licensable, fully paid-up, perpetual, irrevocable, royalty-free, transferable right and license to use, display, perform, transmit, copy, modify, delete, adapt, publish, translate, create derivative works from, sell and distribute such User Content and to incorporate the User Content into any form, medium, or technology, now known or hereafter developed, throughout the world, all without compensation to you. For this reason, do not send us any User Content that you do not wish to license to us, including any confidential information or any original creative materials such as stories, product ideas, computer code or original artwork. In addition, you grant to Target the right to include the name provided along with the User Content submitted by you; provided, however, Target shall have no obligation to include such name with such User Content. We are not responsible for the use or disclosure of any personal information that you voluntarily disclose in connection with any User Content you submit. You represent and warrant that you have all rights necessary for you to grant the licenses granted in this section, including but not limited to permission from or on behalf of any individuals that appear in the User Content to use, and grant to third parties such as Target the right to use, their name, image, voice and/or likeness without compensation to you or any other person or entity. You further irrevocably waive any &amp;quot;moral rights&amp;quot; or other rights with respect to attribution of authorship or integrity of materials regarding User Content that you may have under any applicable law under any legal theory.&lt;br /&gt;
&lt;br /&gt;
    Content is also provided by third party visitors to the Site. Please note that Site visitors may post content that is inaccurate, misleading, or deceptive. Target neither endorses nor is responsible for any opinion, advice, information, or statements made by third parties. The opinions expressed by third parties reflect solely the opinions of the individuals who submitted such opinions and may not reflect the opinions of Target.&lt;br /&gt;
&lt;br /&gt;
    Target Services/Programs&lt;br /&gt;
    • Target Circle™ Loyalty Program&lt;br /&gt;
    • Order Pickup and Drive Up&lt;br /&gt;
    • Target Wallet&lt;br /&gt;
    • Automatic Renewal of Shipt Membership Fees&lt;br /&gt;
    • Target Plus™&lt;br /&gt;
&lt;br /&gt;
Target Circle Loyalty Program&lt;br /&gt;
&lt;br /&gt;
    Target Circle is a voluntary loyalty program. By joining or using Target Circle you agree to these Target Circle Terms. Target may update the Target Circle Terms or make any changes to the Target App or to the Site at any time without notice. You agree to any updates to the Target Circle Terms by continuing to participate in the program.&lt;br /&gt;
&lt;br /&gt;
    In the Target Circle Terms, these words are defined as follows:&lt;br /&gt;
&lt;br /&gt;
    Target Circle is a loyalty program offered by Target Corporation.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Terms are these terms that govern the Target Circle program.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Earnings are rewards which can be earned by Target Circle members by making purchases with non-RedCard payment types.&lt;br /&gt;
&lt;br /&gt;
    Community Giving Program is the program which provides Target Circle members the opportunity to earn and cast votes to help direct where Target makes its Donation to Nonprofits.&lt;br /&gt;
&lt;br /&gt;
    Nonprofits are the nonprofit organizations selected by Target for the Community Giving Program.&lt;br /&gt;
&lt;br /&gt;
    Donation is the charitable donation Target makes to Nonprofits in the Community Giving Program.&lt;br /&gt;
&lt;br /&gt;
    Voting Period is the time period during which Target Circle members can cast votes for Nonprofits in the Community Giving Program.&lt;br /&gt;
&lt;br /&gt;
    Receiving Target Circle Benefits&lt;br /&gt;
&lt;br /&gt;
    When you are a Target Circle member, in order to receive, earn and redeem all the Target Circle benefits, you need to provide your first and last name and a valid email address in your Target account. In order to receive birthday rewards, you also need to provide your birthday in your Target Circle account.&lt;br /&gt;
&lt;br /&gt;
    To earn Target Circle Earnings rewards and Community Giving Program votes, you must identify yourself as a Target Circle member when you make a purchase at Target. When you make a purchase in Target stores, you can identify yourself as a Target Circle member at checkout by entering your mobile telephone number, scanning the Wallet barcode in the Target App, or paying with the RedCard connected to your Target Circle account. You need to provide a valid United States mobile telephone number in your Target account if you want to use your mobile telephone number to identify yourself as a Target Circle member at checkout. You need to connect your debit or credit RedCard to your Target Circle account if you want to use your RedCard to identify yourself as a Target Circle member at checkout. If you do not identify yourself as a Target Circle member in the store at checkout, you can identify yourself later by using the Target App to scan your purchase receipt barcode up to 7 days after a making an eligible purchase. When you make a purchase on Target.com or in the Target App, you can identify yourself as a Target Circle member by signing in to your Target account before you place your order.&lt;br /&gt;
&lt;br /&gt;
    For in-store transactions, if you identify yourself as a Target Circle member in a single transaction using multiple identification methods (e.g. provide your telephone number and pay with your connected RedCard) that are not associated with the same Target Circle account, Target Circle benefits will be awarded to and/or redeemed from only one of the associated Target Circle accounts, which will be determined at Target’s sole discretion.&lt;br /&gt;
&lt;br /&gt;
    You can connect your debit or credit RedCard to your Target Circle account to participate in certain Target Circle offers and programs. After your RedCard is connected, when you use your RedCard to make purchases at Target, you will receive Target Circle transaction benefits, including Community Giving Program votes, but you will not earn Target Circle Earnings rewards. You will receive the RedCard 5% discount on eligible purchases (see Target.com/RedCard for the 5% discount program rules) instead of Target Circle Earnings rewards. Each RedCard can only be connected to one Target Circle account.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Earnings rewards and Community Giving Program votes do not expire as long as you are actively participating in the Target Circle program. Target Circle Earnings rewards will expire if you have not earned or redeemed any Target Circle Earnings rewards for one year. If you do not participate in Target Circle for more than one year, Target reserves the right to expire any uncast Community Giving Program votes and/or delete your Target Circle account without notice to you. Neither Target Circle Earnings rewards nor Community Giving Program votes will be reinstated if they expire. Community Giving Program votes may expire before the end of any particular Voting Period.&lt;br /&gt;
&lt;br /&gt;
    One Target Circle membership is permitted per guest. Your membership and any Target Circle benefits, including Target Circle Earnings rewards and Community Giving Program votes, are non-transferable and are subject to future Target Circle Terms. Neither Target Circle Earnings rewards nor Community Giving Program votes can be combined or transferred between Target or Target Circle accounts.&lt;br /&gt;
&lt;br /&gt;
    Target Circle may be used only for personal, family and household purposes. You agree that you will not use Target Circle for business or commercial purposes. Resellers are expressly excluded from Target Circle. If you purchase items in violation of these terms, including resale, Target reserves the right to not award Target Circle Earnings rewards and Community Giving Program votes, to deduct improperly awarded Target Circle Earnings rewards and Community Giving Program votes, and/or to terminate your participation in Target Circle.&lt;br /&gt;
&lt;br /&gt;
    Additional bonus offer opportunities may be available for some Target Circle members in some or all markets, at the sole and absolute discretion of Target, and will be available through the Target App and Target.com/circle. The communication about any bonus offer opportunity will include additional terms and conditions, if applicable. Go to Target.com/circle and sign in to see any offers available to you.&lt;br /&gt;
&lt;br /&gt;
    Opting out of Target Circle and forfeiture of Target Circle Benefits.&lt;br /&gt;
&lt;br /&gt;
    If you no longer wish to be a Target Circle Member, you can opt out of Target Circle here.&lt;br /&gt;
&lt;br /&gt;
    If you opt out of Target Circle, any accumulated Target Circle Earnings rewards and Community Giving Program votes will be deleted and you may not have access to other Target Circle benefits. If you later re-join Target Circle, any deleted Target Circle Earnings rewards or Community Giving Program votes will not be reinstated.&lt;br /&gt;
&lt;br /&gt;
    If you or Target delete, suspend or close your Target Circle account or your Target account, any accumulated Target Circle Earnings rewards and Community Giving Program votes will be deleted and you may not have access to other Target Circle benefits. Any deleted Target Circle Earnings rewards or Community Giving Program votes will not be reinstated. In the event of any abusive or fraudulent activity related to Target Circle, and/or any violation of Target Circle terms, as determined in our sole discretion, Target reserves the right to make any adjustments to your Target Circle account and/or terminate your participation in Target Circle at any time.&lt;br /&gt;
&lt;br /&gt;
    If you enroll or participate in Target Circle using an invalid telephone number, such as a toll free number, international telephone number, invalid area code or invalid exchange, Target reserves the right to delete Target Circle Earnings rewards, Community Giving Program votes and any other Target Circle benefit associated with the invalid telephone number. Target will not reinstate any deleted Target Circle Earnings rewards, Community Giving Program votes or other Target Circle benefits if a valid telephone number is subsequently provided.&lt;br /&gt;
&lt;br /&gt;
    Target reserves the right to change, limit, modify or terminate Target Circle, the Target Circle Terms, and/or your membership, for any or no reason, at any time, with or without notice.&lt;br /&gt;
&lt;br /&gt;
    1% Target Circle Earnings Reward&lt;br /&gt;
&lt;br /&gt;
    As a member of Target Circle, every time you use a non-RedCard form of payment and identify yourself as a Target Circle member, you earn Target Circle Earnings rewards at a rate of 1% of the eligible purchase amount minus the value of any promotions, discounts, coupons and Target Circle Earnings reward redemptions.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Earnings rewards can only be redeemed for merchandise or services at Target. Target Circle Earnings rewards have no cash value and cannot be redeemed for cash.&lt;br /&gt;
&lt;br /&gt;
    You will not earn Target Circle Earnings rewards on purchases if you use both a RedCard and a non-RedCard form of payment on a single purchase.&lt;br /&gt;
&lt;br /&gt;
    Target may provide Target Circle members and/or RedCard holders the opportunity to earn bonus Target Circle Earnings rewards. These opportunities may have terms and conditions in addition to or different from those provided in the Target Circle Terms. Unless otherwise stated, the Target Circle Terms will apply to any such opportunity.&lt;br /&gt;
&lt;br /&gt;
    Only purchases made at Target stores or online at Target.com or in the Target App are eligible to earn Target Circle Earnings rewards.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Earnings rewards are not earned on the following:&lt;br /&gt;
&lt;br /&gt;
        adult beverage purchases;&lt;br /&gt;
        purchases of prescriptions and over-the-counter items located behind the pharmacy counter;&lt;br /&gt;
        purchases made at some partner businesses, including in-store clinics, and Target Optical;&lt;br /&gt;
        purchases made on the Shipt App and tips for Shipt shoppers;&lt;br /&gt;
        purchases made from Target through 3rd party sites such as Google Express;&lt;br /&gt;
        purchases of Target GiftCards, and Visa, American Express and Mastercard gift cards and prepaid cards;&lt;br /&gt;
        taxes, shipping, delivery, handling and all other fees or charges;&lt;br /&gt;
        payment of any RedCard balance, debit card cash withdrawals at checkout and payments for insufficient funds;&lt;br /&gt;
        prior purchases (except if you are able to submit a receipt from a prior purchase within 7 days); or&lt;br /&gt;
        where otherwise prohibited by law.&lt;br /&gt;
&lt;br /&gt;
    Other restrictions may apply to earning Target Circle Earnings rewards.&lt;br /&gt;
&lt;br /&gt;
    To redeem Target Circle Earnings rewards you will need a Target account, including your telephone number if you joined Target Circle by providing your telephone number. Once your Target account profile is complete, you can redeem Target Circle Earnings. To redeem on your next purchase in Target Stores, elect to apply the Target Circle Earnings reward in your Target Circle account, and then either provide your mobile telephone number or scan your Wallet in the Target App during checkout. To redeem on Target.com, apply the Target Circle Earnings reward to your next online order during checkout on Target.com or the Target App.&lt;br /&gt;
&lt;br /&gt;
    When you elect to redeem Target Circle Earnings rewards, the entire amount will be applied to your next purchase as a Target discount. You cannot elect to redeem only a portion of your Target Circle Earnings rewards. If your purchase is less than the amount of the Target Circle Earnings rewards you have redeemed, the remaining amount may be unavailable for a second transaction until the first transaction has completed processing.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Earnings rewards are applied to the total purchase amount after all other discounts have been applied to the purchase transaction, except that if you use your RedCard to pay for the purchase, any applicable RedCard 5% Discount will be applied to the transaction after the Target Circle Earnings rewards are redeemed.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Earnings rewards cannot be redeemed for the following:&lt;br /&gt;
&lt;br /&gt;
        adult beverage purchases;&lt;br /&gt;
        dairy product purchases;&lt;br /&gt;
        purchases of prescriptions and over-the-counter items located behind the pharmacy counter;&lt;br /&gt;
        purchases made at some partner businesses, including in-store clinics, Target Optical and Target Plus Partners;&lt;br /&gt;
        Same Day Delivery purchases, purchases made on the Shipt app and tips for Shipt shoppers;&lt;br /&gt;
        purchases made from Target through 3rd party sites such as Google Express;&lt;br /&gt;
        purchases of Target GiftCards, and Visa, American Express and Mastercard gift cards and prepaid cards;&lt;br /&gt;
        purchases fulfilled via email (for example, video game digital downloads and digital specialty gift cards);&lt;br /&gt;
        taxes, shipping, delivery, handling and all other fees or charges;&lt;br /&gt;
        payment of any RedCard balance, debit card cash withdrawals at checkout and payments for insufficient funds;&lt;br /&gt;
        prior purchases; or&lt;br /&gt;
        where otherwise prohibited by law.&lt;br /&gt;
&lt;br /&gt;
    Other restrictions may apply to redeeming Target Circle Earnings rewards.&lt;br /&gt;
&lt;br /&gt;
    If items that earned Target Circle Earnings rewards are returned, the associated Target Circle Earnings rewards may be removed from your Target Circle Earnings rewards balance. If you have already redeemed Target Circle Earnings rewards on the returned items, Target reserves the right to take your Target Circle Earnings rewards to a negative balance (i.e. a balance of less than zero in your Target Circle account). In such event you will not have redeemable Target Circle Earnings rewards until the balance is greater than zero.&lt;br /&gt;
&lt;br /&gt;
    For Target Circle members who had a 1% earnings balance as of 9/4/2019, the unspent earnings were transferred to an eGiftCard which can be found in your Target account or in the Wallet in the Target App. The eGiftCard does not expire and can be redeemed for merchandise or services other than gift cards and prepaid cards at Target stores or on Target.com but cannot be redeemed for cash or credit except where required by law. View the eGiftCard for terms and conditions.&lt;br /&gt;
&lt;br /&gt;
    Community Giving Program&lt;br /&gt;
&lt;br /&gt;
    Target may run multiple local Community Giving Programs. By participating in Target Circle you have access to one Community Giving Program associated with your preferred store location as designated in your Target account settings. In each Community Giving Program, Target will make a Donation to be allocated among Nonprofits. Multiple store locations may be tied to a single Community Giving Program. The Nonprofits, Donation amount and Voting Period may vary by Community Giving Program. The allocation of the Donation among the Nonprofits for each Community Giving Program will be based on the percentage of votes each Nonprofit receives during the applicable Voting Period for that Community Giving Program. With respect to each Community Giving Program, the list of participating Nonprofits, the dates comprising the applicable Voting Period, and the Donation to be divided among the Nonprofits can be seen by logging on to and viewing the Target Circle voting screen on the Target App or at Target.com/circle.&lt;br /&gt;
&lt;br /&gt;
    As a member of Target Circle, every time you make an eligible purchase and identify yourself as a Target Circle member, you earn one vote. Only purchases made at Target stores or online at Target.com or in the Target App are eligible to earn Community Giving Program votes.&lt;br /&gt;
&lt;br /&gt;
    Votes are not earned on a purchase transaction that is comprised only of one or more of the following: adult beverage purchases; purchases of prescriptions and over-the-counter items located behind the pharmacy counter; purchases made at some partner businesses, including in-store clinics, and Target Optical; purchases made on the Shipt App and tips for Shipt shoppers; purchases made from Target through 3rd party sites such as Google Express; purchases of Target GiftCards, and Visa, American Express and Mastercard gift cards and prepaid cards; taxes, shipping, delivery, handling and all other fees or charges; payment of any RedCard balance, debit card cash withdrawals at checkout and payments for insufficient funds; prior purchases (except if you are able to submit a receipt from a prior purchase within 7 days); or where otherwise prohibited by law.&lt;br /&gt;
&lt;br /&gt;
    To cast Community Giving Program votes, follow the instructions located under Target Circle benefits in your Target account via the Target App or Target.com/circle. You must have access to internet through your own device to participate. You must be a Target Circle member in good standing to participate. Votes have no cash value and do not represent an actual donation to any Nonprofit; rather, they are just the means to vote for allocation of the Donation from Target in each Community Giving Program. Target’s tally of votes is final. Each vote is intended for one-time use by you. If Target detects any inappropriate conduct related to votes or votes made outside the above guidelines, votes may be disregarded. In the event any aspect of Target Circle, including the voting, is disrupted in any way, Target reserves the right to allocate the Donation for any affected location in a fair and equitable manner, as determined by Target.&lt;br /&gt;
&lt;br /&gt;
    From time to time, Target may provide the opportunity to cast Community Giving Program votes to direct additional or supplemental Donations. These opportunities may have terms and conditions in addition to or different from those provided in the Target Circle Terms. Unless otherwise stated, the Target Circle Terms will apply to any such opportunity.&lt;br /&gt;
&lt;br /&gt;
    Birthday Reward&lt;br /&gt;
&lt;br /&gt;
    When you include your birth date in your Target Circle account, on or near your birthday you will receive a birthday reward. The reward can be accessed either in the Target App or on Target.com. The reward will contain the full details on how to redeem the reward, and will include any applicable redemption restrictions and expiration date. Birthday rewards given will vary and are limited to one award per year per Target Circle account.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Offers (formerly Cartwheel)&lt;br /&gt;
&lt;br /&gt;
    Target Circle includes an option to redeem coupons on products in Target Stores. To access Target Circle Offers, you must sign in to the Target App using your Target.com account.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Offers are only valid in store, unless explicitly noted otherwise. No more than one manufacturer coupon (paper or digital), one Target coupon and one Target Circle Offer can be combined on any item. Each Target Circle Offer may be used for up to a maximum of 4 qualifying items per offer per transaction, unless otherwise noted. There is a limit of 1 Wallet barcode or telephone number redemption per transaction and 6 Wallet barcode or telephone number redemption transactions per day. Target Circle Offers cannot be applied with a price match. Target Circle Offers will be void if copied, scanned, altered, transferred, purchased, sold or prohibited by law. All Target Circle Offers may not be available at all stores due to product availability. The Target Circle Offer value may not exceed the value of the item purchased. All Target Circle Offers will have no cash value.&lt;br /&gt;
&lt;br /&gt;
    To redeem Target Circle Offers, you may use the Target App on your mobile device or a printout of your barcode. Photographs of barcodes will not be accepted. You may also redeem Target Circle Offers using the valid telephone number you provided for your Target account.&lt;br /&gt;
&lt;br /&gt;
    Target has the right to remove or cancel offers from Target Circle, and from your shopping list, at any time and for any reason without notice.&lt;br /&gt;
&lt;br /&gt;
    Only those Target Circle Offers that are on your saved offers list at the time of purchase can be redeemed. If you print your list and an offer expires or is canceled before you redeem the offer, that offer will not be valid.&lt;br /&gt;
&lt;br /&gt;
    For Target Circle Offers with a percentage discount, the actual dollar value may vary based on the item price at each store.&lt;br /&gt;
&lt;br /&gt;
    The numbers shown for total savings at the individual and global level for Target Circle Offers are specific to each account and do not reflect combined totals or the impact of any returns or exchanges that may be associated with those transactions.&lt;br /&gt;
&lt;br /&gt;
    All Target Circle Offers are subject to local and state laws and regulations. Such offers may be restricted or void in some locations. Target shall have no liability for the impact such laws or regulations may have on the ability to utilize such offers.&lt;br /&gt;
&lt;br /&gt;
    All descriptions, images, references, features, content, specifications, products and prices described or depicted on Target Circle are subject to change at any time without notice.&lt;br /&gt;
&lt;br /&gt;
    Pricing, promotions and availability of items appearing in Target Circle Offers may vary by store location. Not all items are available in all markets. Descriptive, typographic and photographic errors are subject to correction and Target shall have no liability of any kind for such errors.&lt;br /&gt;
&lt;br /&gt;
Order Pickup and Drive Up&lt;br /&gt;
&lt;br /&gt;
    Some products offered on the Site are available for pickup in stores at the Guest Service counter or through our drive up service, including items shipped to a store of your choice for pickup in store. Not all items are available for this service nor is the pickup in store service or the drive up service available in all stores. Once your order is ready for pickup, you will be notified and charged for such item(s). We will notify you in the event that an item is unavailable at that store. If someone else will be picking up your order, you must designate him/her as an alternate pickup person when ordering. When picking up your drive up order, you will need your mobile phone to present the barcode associated with your order and sign for your order. When picking up your in-store order pickup, you or your alternate pickup person can use the pickup barcode associated with your order, or a valid government issued ID.&lt;br /&gt;
&lt;br /&gt;
    For all orders that do not contain any fresh grocery items, Target will hold your items for three days starting from the time that Target sends you the notice that your items are ready for pickup (“Original Time Window”). If your order has not been picked up within that time frame, you may elect to extend it for three additional days. This extension must occur before your Original Time Window expires. After three days (or six days if you chose to extend the Original Time Window), if you don’t pick up your order, your order will be canceled and you will be issued a refund for the items for which you were charged. In no event will orders be held for more than six days.&lt;br /&gt;
&lt;br /&gt;
    For orders that contain any fresh grocery items, your order will be held until store close of the next business day. If you don’t pick up your order, your order will be canceled and you will be issued a refund for the items for which you were charged. Orders that contain fresh grocery items cannot be extended. Orders that contain both fresh grocery items and non-grocery items will be subject to this pickup window.&lt;br /&gt;
&lt;br /&gt;
    Target reserves the right to limit the quantity of items ordered for pickup as well as the days of the year and daily hours that this service is offered.&lt;br /&gt;
&lt;br /&gt;
Target Wallet&lt;br /&gt;
&lt;br /&gt;
    To access the Target Wallet (&amp;quot;Wallet&amp;quot;), you must have the Target Application (&amp;quot;Target App&amp;quot;) on your mobile phone, a Target.com account, and you will need to use a security feature on your mobile phone, such as Touch ID or passcode, or log in to your Target.com account.&lt;br /&gt;
&lt;br /&gt;
    The Wallet allows you to pay for goods and services in Target stores with a Target Mastercard, Target Credit Card, Target Debit Card (each a “RedCard”) or a Target GiftCard. Merchandise Return Cards cannot be added to the Wallet.&lt;br /&gt;
&lt;br /&gt;
    The Wallet cannot be used to make purchases on Target.com, at merchants outside of Target or at certain independent businesses within Target stores, such as Optical eye exams and certain restaurants.&lt;br /&gt;
&lt;br /&gt;
    Target discounts, such as Cartwheel and digital coupons, are also available in the Wallet.&lt;br /&gt;
&lt;br /&gt;
    To add a RedCard to the Wallet, you will need the card number, unless the card is already saved in your Target.com account, and you will need the card’s PIN. To add a Target GiftCard to the Wallet, you will need the card and access numbers.&lt;br /&gt;
&lt;br /&gt;
    If your RedCard or GiftCard is deactivated, suspended, closed or otherwise not valid, you will not be able to use that card for payment using the Wallet. Target reserves the right to suspend or terminate your access to or use of the Wallet at any time, without notice and in its sole discretion.&lt;br /&gt;
&lt;br /&gt;
    Target does not charge you to use the Wallet, but message and data rates may apply from your mobile phone service provider, and you are responsible for those fees and charges.&lt;br /&gt;
&lt;br /&gt;
    If you use the Wallet, you are responsible for maintaining the confidentiality of the Wallet, and you agree to accept responsibility for all activities that occur in the Wallet. The terms and conditions of your RedCard credit card or debit card agreements govern the use of your payment method in the Wallet.&lt;br /&gt;
&lt;br /&gt;
    Target may restrict, or otherwise limit, the products purchased through the Wallet. In addition, some products or services may not be eligible for purchase using the Wallet, or may require additional verification prior to completion of purchase through the Wallet. Any restrictions or limitations on such products are solely at Target’s discretion.&lt;br /&gt;
&lt;br /&gt;
    The Wallet in the Target App is subject to these Terms and Conditions and the Target privacy policy.&lt;br /&gt;
&lt;br /&gt;
Automatic Renewal of Shipt Membership Fees&lt;br /&gt;
&lt;br /&gt;
    By authorizing Target to process your payment for a Shipt membership fee and Shipt membership fee renewals, you accept all of these terms, conditions, limitations and requirements.&lt;br /&gt;
&lt;br /&gt;
    When you sign up for a Shipt membership through Target.com, Target will process your payment for the first Shipt membership fee. On the day your Shipt membership is automatically renewed, Target will process your payment for the Shipt membership fee renewal. Your Shipt membership will remain in effect until it is canceled.&lt;br /&gt;
&lt;br /&gt;
    The cost of a Shipt membership is disclosed at the time you sign up for a Shipt membership, and the fee is nonrefundable. If you were offered a free trial of a Shipt membership, you will need to contact Shipt to cancel your membership before the end of the free trial period to avoid being charged the membership fee. To prevent the automatic renewal of your Shipt membership fee, you must cancel your membership before the next membership fee is charged.&lt;br /&gt;
&lt;br /&gt;
    To cancel your membership, contact Shipt at (205) 502-2500 or send an email to xteam@shipt.com with your full name, phone number and e-mail address. If you signed up for a Shipt membership through Target.com, you can also cancel your membership in the membership section of your Target.com account.&lt;br /&gt;
&lt;br /&gt;
    If there are changes related to the cost of the membership or if any problems arise with your payment method connected with your Shipt membership that Target is unable to resolve, we or Shipt will notify you through the email address associated with your Target.com account or your Shipt account. You will not be charged for a Shipt membership until the problem has been resolved, which may result in the cancellation or expiration of your Shipt membership.&lt;br /&gt;
&lt;br /&gt;
    Only valid credit cards or a Target Debit Card can be used to purchase a Shipt membership on Target.com. You cannot use a debit card, other than the Target Debit Card, to pay for a Shipt membership on Target.com. Target GiftCards may be used as payment for the initial Shipt membership purchase however, a valid credit card or Target Debit Card will still be required when you first sign up, and will be used to pay for membership renewals. PayPal cannot be used to pay for Shipt memberships at this time.&lt;br /&gt;
&lt;br /&gt;
    The amount of each Shipt membership fee renewal will be billed to the credit card or Target Debit Card you authorize for the initial Shipt membership purchase, and your card will be billed on the day your membership renews. If we are unable to process your payment for a membership fee renewal, your Shipt membership will not be renewed and will expire.&lt;br /&gt;
&lt;br /&gt;
    If you cancel your Target.com account, your Shipt membership fee will not be renewed and your Shipt membership will expire at the end of the current membership period.&lt;br /&gt;
&lt;br /&gt;
    You can view the details of your Shipt membership fee by visiting Orders in your Target.com account and viewing the order details. If you want to change or cancel the payment card you use for your Shipt membership fee, you can do so at any time by logging into My Account on Target.com, selecting Wallet and then edit or delete the payment card associated with your Shipt membership fee.&lt;br /&gt;
&lt;br /&gt;
    The terms of your membership are subject to Shipt’s terms (www.shipt.com/terms) and privacy policy (www.shipt.com/privacy). Contact Shipt directly at (205) 502-2500 with any questions about or issues with your Shipt membership.&lt;br /&gt;
&lt;br /&gt;
Target Plus™&lt;br /&gt;
&lt;br /&gt;
    Target Plus provides third party companies (“Target Plus Partners”) the opportunity to sell and ship items directly to you through the Site. Target will process your payment for items sold by Target Plus Partners, and Target will handle any payment-related disputes, refunds, credits, and adjustments. Target Plus Partners will not have access to your payment information, other than your name and contact information as required for delivery of purchases and related customer service.&lt;br /&gt;
&lt;br /&gt;
    You acknowledge and agree that these items are being sold to you directly by Target Plus Partners, not by Target, and that the Target Plus Partner, not Target, will be responsible for the fulfillment and shipping of such items. A Target Plus Partner page is available for each Target Plus Partner, and contains information regarding the company and its policies, including its return and privacy policies. Items sold by Target Plus Partners can be returned to Target, subject to the Target Plus Partner’s Return Policy. Target is not responsible, nor does it provide any warranties or guarantees, for the products or services that are, or may be, provided by Target Plus Partners.&lt;br /&gt;
&lt;br /&gt;
    TO THE FULLEST EXTENT PROVIDED BY APPLICABLE LAW, YOU ACKNOWLEDGE AND AGREE THAT TARGET WILL NOT BE LIABLE FOR ANY ACTIONS OF A TARGET PLUS PARTNER OR ANY PRODUCTS OR SERVICES SOLD BY SUCH TARGET PLUS PARTNER.&lt;br /&gt;
&lt;br /&gt;
    Items sold by Target Plus Partners are not eligible for price match.&lt;br /&gt;
&lt;br /&gt;
    Transactions&lt;br /&gt;
    • User Transactions&lt;br /&gt;
    • Limitations on Quantity&lt;br /&gt;
    • Colors&lt;br /&gt;
    • Availability, Errors &amp;amp; Inaccuracies&lt;br /&gt;
    • International Shippig&lt;br /&gt;
    • Healthcare Information&lt;br /&gt;
    • Rules of Promotions&lt;br /&gt;
    • Returns&lt;br /&gt;
    • Gift Cards &amp;amp; Certificates&lt;br /&gt;
    • Music Downloads&lt;br /&gt;
    • Video, Movie, TV Program, &amp;amp; Computer Game Ratings&lt;br /&gt;
    • Text Messages&lt;br /&gt;
&lt;br /&gt;
User Transactions&lt;br /&gt;
&lt;br /&gt;
    If you wish to purchase any product or service made available through the Site including items sold by Target and items sold by a Target Plus Partner (each such purchase, a &amp;quot;Transaction&amp;quot;), you may be asked to supply certain information relevant to your Transaction including, without limitation, information about your method of payment (such as your payment card number and expiration date), your billing address, and your shipping information. YOU REPRESENT AND WARRANT THAT YOU HAVE THE LEGAL RIGHT TO USE ANY PAYMENT CARD(S) OR OTHER PAYMENT METHOD(S) UTILIZED IN CONNECTION WITH ANY TRANSACTION. By submitting such information, you grant to Target the right to provide such information to third parties for purposes of facilitating the completion of Transactions initiated by you or on your behalf. Verification of information may be required prior to the acknowledgment or completion of any Transaction.&lt;br /&gt;
&lt;br /&gt;
    For Same Day Delivery orders placed through the Site, Target will temporarily authorize your payment card for your order amount plus an additional amount to allow for substitutions and special requests related to your Same Day Delivery order. You will only be charged for the items you receive. The final total will be shown in your account and provided via email after delivery of your order.&lt;br /&gt;
&lt;br /&gt;
    All descriptions, images, references, features, content, specifications, products and prices of products and services described or depicted on the Site are subject to change at any time without notice. Certain weights, measures, and other descriptions are approximate and are provided for convenience purposes only. The inclusion of any products or services on the Site does not imply or warrant that these products or services will be available. It is your responsibility to ascertain and obey all applicable local, state, federal, and international laws (including minimum age requirements) in regard to the receipt, possession, use, and sale of any item purchased from this Site. By placing an order, you represent that the products ordered will be used only in a lawful manner. All DVDs and similar products sold are for private, non-public, home use (where no admission fee is charged) and may not be duplicated. Target reserves the right, with or without prior notice, to do any one or more of the following: (i) limit the available quantity of or discontinue any product or service; (ii) impose conditions on the honoring of any coupon, coupon code, promotional code, or other similar promotion; (iii) bar any user from making or completing any or all Transaction(s); and (iv) refuse to provide any user with any product or service. You agree to pay all charges that may be incurred by you or on your behalf through the Site, at the price(s) in effect when such charges are incurred including, without limitation, all shipping and handling charges. In addition, you remain responsible for any taxes that may be applicable to your Transactions.&lt;br /&gt;
&lt;br /&gt;
    Target or our agents may call or text by telephone regarding your account or your Transactions. You agree that we may place such calls or texts using an automatic dialing/announcing device. You agree that we may make such calls or texts to a mobile telephone or other similar device. You agree that we may, for training purposes or to evaluate the quality of our service, listen to and record phone conversations you have with us.&lt;br /&gt;
&lt;br /&gt;
Limitations on Quantity&lt;br /&gt;
&lt;br /&gt;
    Target does not offer additional discounts on large orders of a single item or on large orders of many individual items. In addition, we reserve the right to limit quantities on orders placed by the same account, on orders placed by the same method of payment, and on orders that use the same billing or shipping address. We will notify you if such limits are applied. Target reserves the right to prohibit purchases of any merchandise to resellers. Resellers are defined as a company or an individual that purchases goods with the intention of selling them rather than using them.&lt;br /&gt;
&lt;br /&gt;
Colors&lt;br /&gt;
&lt;br /&gt;
    Target strives to display as accurately as possible the colors of the products shown on the Site; however, Target cannot and does not guarantee that your monitor’s display of any color will be accurate.&lt;br /&gt;
&lt;br /&gt;
Availability, Errors &amp;amp; Inaccuracies&lt;br /&gt;
&lt;br /&gt;
    If an item is out of stock, Target or a Target Plus Partner, may, in its sole discretion and at no extra cost to you, substitute another item for the out-of-stock item if Target, in its sole discretion, determines that the identical brand and product is available in a form that is of equal or greater value, for example, larger quantity, packaged with a trial sample, or with updated product packaging.&lt;br /&gt;
&lt;br /&gt;
    Target’s acknowledgement of an order means that your order request has been received; it does not mean that your order has been accepted or shipped or that the price or availability of an item has been confirmed. Target makes a conscientious effort to describe and display its products and services accurately on the Site. Despite these efforts, a small number of items on the Site may be mispriced, described inaccurately or unavailable, and we may experience delays in updating information on the Site and in our advertising on other sites. As a result, we cannot and do not guarantee the accuracy or completeness of any information, including prices, product images, specifications, availability and services, including for items sold by Target Plus Partners. Target, or Target Plus Partners, reserve the right to change or update information and to correct errors, inaccuracies or omissions at any time without prior notice. We apologize for any inconvenience. If we determine that there were inaccuracies in our product information, we will cancel your order and notify you of such cancellation via email. Target Plus Partners may have different shipping procedures and processes in place for item availability and price adjustments.&lt;br /&gt;
&lt;br /&gt;
International Shipping&lt;br /&gt;
&lt;br /&gt;
    Target partners with Borderfree, Inc. (“Borderfree”) to fill international shipping orders. Orders shipped internationally via Borderfree are subject to Borderfree’s Terms &amp;amp; Conditions. International Orders are not eligible for: free shipping (including for Red Card holders), free returns, gifts/gift cards with purchase, gift wrap services, Target Plus Partner items, Cartwheel offers, subscriptions, registries, coupons, order pickup, extended service plans. Other promotional restrictions may apply. &lt;br /&gt;
&lt;br /&gt;
Healthcare Information&lt;br /&gt;
&lt;br /&gt;
    THE INFORMATION CONTAINED IN THE HEALTH CARE PAGES OF THE SITE IS INTENDED FOR EDUCATIONAL PURPOSES ONLY. IT IS NOT INTENDED AS MEDICAL ADVICE FOR INDIVIDUAL CONDITIONS OR TREATMENT, IT IS NOT A SUBSTITUTE FOR A MEDICAL EXAM, AND IT DOES NOT REPLACE THE NEED FOR SERVICES PROVIDED BY MEDICAL PROFESSIONALS. TALK TO YOUR DOCTOR OR PHARMACIST BEFORE TAKING ANY MEDICATION (INCLUDING ANY HERBAL MEDICINES OR SUPPLEMENTS). ONLY YOUR DOCTOR OR PHARMACIST CAN PROVIDE YOU WITH ADVICE ON WHAT IS SAFE AND EFFECTIVE FOR YOU. THE INFORMATION CONTAINED ON THE SITE CONCERNING HERBAL MEDICINE CONTAINS INFORMATION ABOUT HERBAL THERAPIES AND OTHER DIETARY SUPPLEMENTS, WHICH ARE NOT REGULATED IN THE UNITED STATES BY THE FOOD AND DRUG ADMINISTRATION. ADDITIONALLY, THE MANUFACTURE AND DISTRIBUTION OF HERBAL SUBSTANCES IS NOT REGULATED IN THE UNITED STATES, AND NO QUALITY STANDARDS CURRENTLY EXIST. BECAUSE OF THE UNREGULATED NATURE OF THE HERBAL AND SUPPLEMENT INDUSTRY, YOU NEED TO DISCUSS USE OF THESE SUBSTANCES WITH YOUR DOCTOR OR PHARMACIST.&lt;br /&gt;
&lt;br /&gt;
Rules for Promotions&lt;br /&gt;
&lt;br /&gt;
    Any sweepstakes, contests, raffles, or other promotions (collectively, &amp;quot;Promotions&amp;quot;) made available through the Site may be governed by rules that are separate from these Terms &amp;amp; Conditions. If you participate in any Promotions, please review the applicable rules as well as our Privacy Policy. If the rules for a Promotion conflict with these Terms &amp;amp; Conditions, the Promotion rules will apply.&lt;br /&gt;
&lt;br /&gt;
Returns&lt;br /&gt;
&lt;br /&gt;
    If you are not fully satisfied with your purchase of items sold by Target, you may return it in accordance with Target’s Return Policy. If you are not satisfied with your purchase of items sold by a Target Plus Partner, you may return it to a Target Store or by mail in accordance with the Target Plus Partner’s Return Policy. The Return Policy and each Target Plus Partner’s Return Policy is incorporated into these Terms &amp;amp; Conditions in its entirety.&lt;br /&gt;
&lt;br /&gt;
Gift Cards &amp;amp; Certificates&lt;br /&gt;
&lt;br /&gt;
    All gift cards, e-gift cards, and other gift certificates are deemed purchased in and issued from the State of Minnesota. The risk of loss and title to such items passes to the purchaser upon our electronic transmission to the recipient or delivery to the carrier, whichever is applicable.&lt;br /&gt;
&lt;br /&gt;
Music Downloads&lt;br /&gt;
&lt;br /&gt;
    Digital music downloads offered by Target (&amp;quot;Music Downloads&amp;quot;) are provided for your personal, noncommercial use only in the United States, its territories and possessions. All purchases of music content (&amp;quot;Music Content&amp;quot;) are deemed final and are non-refundable. The use and purchase of Music Content require compatible devices, Internet access, and certain software (fees may apply); may require periodic updates; and may be affected by the performance of these factors. We reserve the right to change the prices and availability, including removal of Music Content, without prior notice to you. In accessing Music Content through Target, You agree:&lt;br /&gt;
&lt;br /&gt;
        To not modify, or attempt to modify, any software or Music Content purchased through Target for any reason whatsoever, including for the purpose of disguising or changing ownership or source of the Music Content.&lt;br /&gt;
        Any reproduction, redistribution, transmission, sale, broadcast, public performance, rental or lending, adaptation, sub license, modification, promotion or other use of the Music Content, including, without limitation, any use that requires a synchronization license with respect to the underlying musical composition, without the prior written consent of the copyright owner is a violation of the law and is expressly prohibited.&lt;br /&gt;
        Other than as expressly set forth herein, copying, sharing or transferring of the Music Content is expressly prohibited.&lt;br /&gt;
&lt;br /&gt;
    Downloads of Music Content may be purchased individually, collectively as albums, or, in some cases, only in the form of albums. All Music Downloads sold through Target are encoded in a high quality MP3 or AAC+ format. Once a Music Download is burned to a CD it may not be copied, distributed or transferred from that CD to any other media or device. Music Content may not be used as a musical &amp;quot;ringer&amp;quot; in connections with phone calls. All Music Downloads of Sony Music Entertainment content are sold directly by SME Digital LLC via MediaNet as its agent.&lt;br /&gt;
&lt;br /&gt;
Video, Movie, TV Program &amp;amp; Computer Game Ratings&lt;br /&gt;
&lt;br /&gt;
    Target participates in the video and computer game industry’s standardized rating system developed by the Entertainment Software Rating Board (ESRB), and in the Motion Picture Association of America (MPAA) ratings system. ESRB ratings are placed on game packaging and MPAA ratings are placed on movie and television show packaging to let you know the nature of the content and the ages for which the game or movie is appropriate. You can find this information on the item description page for the game or movie, and you can also learn more by going to ESRB Guidelines. Target does not sell games rated &amp;quot;AO: Adult Only&amp;quot; or movies rated NC-17. Games rated &amp;quot;M: Mature&amp;quot; and movies rated R are intended for mature audiences only and are noted as such on this Site. By ordering any &amp;quot;M: Mature&amp;quot; rated game, certain &amp;quot;RP: Rating Pending&amp;quot; games, an R-rated movie, or certain &amp;quot;NR: Not Rated&amp;quot; movies, you are certifying that you are at least 17 years of age.&lt;br /&gt;
&lt;br /&gt;
Mobile Terms and Conditions&lt;br /&gt;
&lt;br /&gt;
    1. These terms and conditions apply to SMS text messages sent by Target. These messages can be recurring (e.g. Target Circle) or one-time (e.g. in-home delivery, in-store promotion).&lt;br /&gt;
&lt;br /&gt;
    2. You can cancel the SMS service at any time. Just text “STOP” in response to the text message you received. After you send the SMS message “STOP” to us, we will send you an SMS message to confirm that you have been unsubscribed. After this, you will no longer receive SMS messages from that particular short code. If you want to join again, just sign up as you did the first time and we will start sending SMS messages to you again. .&lt;br /&gt;
&lt;br /&gt;
    3. If at any time you forget what keywords are supported, just text “HELP” to the text message you received. After you send the SMS message “HELP” to us, we will respond with instructions on how to use our service as well as how to unsubscribe.&lt;br /&gt;
&lt;br /&gt;
    4. Data obtained from you in connection with this text messaging service may include your mobile phone number, your carrier’s name, and the date time and content of your messages and other information you provide to Target as part of this service. Target may use this information to contact you and provide services you request from Target. Target may also use this information as described in the subscription list you’ve enrolled in. Target may use an automatic dialing system to deliver text messages to you. If you have questions regarding our privacy practices, please read our privacy policy at target.com/privacy&lt;br /&gt;
&lt;br /&gt;
    5. As always, message and data rates may apply for any messages sent to you from us and to us from you. The maximum number of messages per month you will receive will vary based on the subscription list you’ve enrolled in. If you have any questions about your text or data plan, it is best to contact your wireless provider. For questions about the services Target provides, contact us at 1-800-440-0680.&lt;br /&gt;
&lt;br /&gt;
    6. Target will not be liable for any delays in the receipt of any text messages. Delivery is subject to effective transmission from your network operator.&lt;br /&gt;
&lt;br /&gt;
    7. We are able to deliver messages to the following mobile phone carriers: Major carriers: AT&amp;amp;T, Verizon Wireless, Sprint, T-Mobile, MetroPCS, U.S. Cellular, Alltel, Boost Mobile, Nextel, and Virgin Mobile. Minor carriers: Alaska Communications Systems (ACS), Appalachian Wireless (EKN), Bluegrass Cellular, Cellular One of East Central IL (ECIT), Cellular One of Northeast Pennsylvania, Cincinnati Bell Wireless, Cricket, Coral Wireless (Mobi PCS), COX, Cross, Element Mobile (Flat Wireless), Epic Touch (Elkhart Telephone), GCI, Golden State, Hawkeye (Chat Mobility), Hawkeye (NW Missouri), Illinois Valley Cellular, Inland Cellular, iWireless (Iowa Wireless), Keystone Wireless (Immix Wireless/PC Man), Mosaic (Consolidated or CTC Telecom), Nex-Tech Wireless, NTelos, Panhandle Communications, Pioneer, Plateau (Texas RSA 3 Ltd), Revol, RINA, Simmetry (TMP Corporation), Thumb Cellular, Union Wireless, United Wireless, Viaero Wireless, and West Central (WCC or 5 Star Wireless). ***Carriers are not liable for delayed or undelivered messages***&lt;br /&gt;
&lt;br /&gt;
    8. If you have questions regarding how Target collects, uses, shares, and protects guest information, please read our Target privacy policy.&lt;br /&gt;
&lt;br /&gt;
    Miscellaneous&lt;br /&gt;
    • Mobile Application Users&lt;br /&gt;
    • Links to Third-Parties’ Websites&lt;br /&gt;
    • Filtering&lt;br /&gt;
    • Risk of Loss&lt;br /&gt;
    • Export Policy&lt;br /&gt;
    • Financial Disclosure&lt;br /&gt;
    • DMCA Notice - Notice &amp;amp; Procedure for Making Claims of Copyright Infringement&lt;br /&gt;
    • Disclaimers of Warranties&lt;br /&gt;
    • Jurisdictional Issues&lt;br /&gt;
    • Limitation of Liability&lt;br /&gt;
    • Indemnification &amp;amp; Defense&lt;br /&gt;
    • Notices &amp;amp; Electronic Communications&lt;br /&gt;
    • Notice for California Residents&lt;br /&gt;
    • Arbitration Agreement&lt;br /&gt;
    • Choice of Law, Forum Selection, &amp;amp; Jury Waiver&lt;br /&gt;
    • Miscellaneous&lt;br /&gt;
    • Contact Us&lt;br /&gt;
&lt;br /&gt;
Mobile Application Users&lt;br /&gt;
&lt;br /&gt;
    The following provisions apply to users of Target mobile applications (each, an “Application”):&lt;br /&gt;
&lt;br /&gt;
    Users of the Apple Application&lt;br /&gt;
&lt;br /&gt;
    If you download and/or use our Application(s) for iPhone or iPad: These Terms &amp;amp; Conditions incorporate by reference the Licensed Application End User License Agreement (the “LAEULA”) published by Apple, Inc. (located online at http://www.apple.com/legal/itunes/appstore/dev/stdeula/). For purposes of these Terms &amp;amp; Conditions, the Application is considered the “Licensed Application” as defined in the LAEULA and Target is considered the “Application Provider” as defined in the LAEULA. If any of these Terms &amp;amp; Conditions conflict with the terms of the LAEULA, these Terms &amp;amp; Conditions shall control.&lt;br /&gt;
&lt;br /&gt;
    Mobile Service, Internet and Service Fees&lt;br /&gt;
&lt;br /&gt;
    The use of the Application requires use of a mobile device and wireless mobile data service, which must be obtained from your wireless carrier, and may require Internet access, which must be obtained from your service provider; you are responsible for obtaining and paying for such additional services and obtaining a suitable device, including without limitation all usage charges related thereto. You may be required to send and receive, at your cost, electronic communications related to the Application, including without limitation, administrative messages, service announcements, diagnostic data reports, and Application updates, from Target, your mobile carrier or third party service providers. If you do not have an unlimited wireless mobile data plan, you may incur additional charges from your wireless service provider in connection with your use of the Application. You are solely responsible for obtaining any additional subscription or connectivity services or equipment necessary to access the Application, including but not limited to payment of all third party fees associated therewith, including fees for information sent to or through the Application.&lt;br /&gt;
&lt;br /&gt;
    The Application may not work with all devices or all mobile carriers. Target makes no representations that the Application will be compatible with or provided by all mobile carriers. In the event that fees are charged for the Application, or other third party service providers charge a fee for the products or services they provide, you agree to pay such fee to the respective party in exchange for your continued use of such products or services. Some services may be subject to different or additional terms (including fees), which you will be required to agree to prior to your use of such services.&lt;br /&gt;
&lt;br /&gt;
Links to Third-Parties’ Websites&lt;br /&gt;
&lt;br /&gt;
    The Site may contain links and interactive functionality interacting with the websites of third parties, including social sites and product manufacturers’ sites. Target is not responsible for and has no liability for the functionality, actions, inactions, privacy settings, privacy policies, terms, or content of any such website. Before enabling any sharing functions of the Site to communicate with any such website or otherwise visiting any such website, Target strongly recommends that you review and understand the terms and conditions, privacy policies, settings, and information-sharing functions of each such third-party website. The links and interactive functionality for third-party sites on the Site do not constitute an endorsement by Target of such third-party sites. Other sites may link to the Site with or without our authorization, and we may block any links to or from the Site. YOUR USE OF THIRD-PARTY WEBSITES AND RESOURCES IS AT YOUR OWN RISK.&lt;br /&gt;
&lt;br /&gt;
Filtering&lt;br /&gt;
&lt;br /&gt;
    Pursuant To 47 U.S.C. Section 230(d) as amended, we hereby notify you that parental control protections (such as computer hardware, software, or filtering services) are commercially available that may assist you in limiting access to material that is harmful to minors. Information identifying current providers of such protections is available on the following website:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    OnGuard Online (http://onguardonline.gov/). Please note that we do not endorse any of the products or services listed at such website.&lt;br /&gt;
&lt;br /&gt;
Risk of Loss&lt;br /&gt;
&lt;br /&gt;
    Except as otherwise set forth herein, the risk of loss for and title to products purchased on the Site passes to the purchaser upon delivery to the carrier.&lt;br /&gt;
&lt;br /&gt;
Export Policy&lt;br /&gt;
&lt;br /&gt;
    You agree that any purchased goods licensed or sold on the Site, which may include technology and software, and all software, including all HTML code and controls that are contained on the Site, are subject to the customs and export control laws and regulations of the United States of America and may also be subject to the customs and export laws and regulations of the country in which the products are manufactured and/or received. THE COPYING OR REPRODUCTION OF SUCH SOFTWARE TO ANY OTHER SERVER OR LOCATION FOR FURTHER REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY PROHIBITED. By purchasing, downloading, or using technology or software from the Site, you agree to abide by applicable laws, rules, and regulations including, but not limited to, the Export Administration Act and the Arms Export Control Act, and you represent and warrant that you will not transfer, by electronic transmission or otherwise, the software or technology to a foreign national or a foreign destination in violation of the law.&lt;br /&gt;
&lt;br /&gt;
Financial Disclosure&lt;br /&gt;
&lt;br /&gt;
    Forward-Looking Statements&lt;br /&gt;
&lt;br /&gt;
    The Site, and any documents issued by us and available through the Site, may contain forward-looking statements, which are based on our current assumptions and expectations. These statements are typically accompanied by the words &amp;quot;expect,&amp;quot; &amp;quot;may,&amp;quot; &amp;quot;could,&amp;quot; &amp;quot;believe,&amp;quot; &amp;quot;would,&amp;quot; &amp;quot;might,&amp;quot; &amp;quot;anticipates,&amp;quot; or words of similar import. Forward-looking statements also include statements or other passages primarily relevant to expected future events or that can only be evaluated by events that will occur in the future. All such forward-looking statements are intended to enjoy the protection of the safe harbor for forward-looking statements contained in the Private Securities Litigation Reform Act of 1995, as amended. Although we believe there is a reasonable basis for the forward-looking statements, our actual results could be materially different. The most important factors which could cause our actual results to differ from our forward-looking statements are set forth on our description of risk factors in our Annual Report on Form 10-K, Quarterly Reports on Form 10-Q or Current Reports on Form 8-K, which should be read in conjunction with the forward-looking statements on the Site. Forward-looking statements speak only as of the date they are made, and we do not undertake any obligation to update any forward-looking statement. In addition, please note that information contained in the Site shall not be included as part of, or incorporated by reference into (nor shall it be deemed to be a part of or incorporated by reference into), any prospectus or offering memorandum of Target used in connection with the offering or sale of securities.&lt;br /&gt;
&lt;br /&gt;
    Webcasts Calls&lt;br /&gt;
&lt;br /&gt;
    From time to time, Target provides earnings or other financial information to the public via webcasts or conference call. Unauthorized recording or downloading of these is not permitted. Any rebroadcast or rewebcast of these events is prohibited without the express prior consent of Target. Information provided is only accurate as of the date of the event.&lt;br /&gt;
&lt;br /&gt;
    Third-Party Financial Information&lt;br /&gt;
&lt;br /&gt;
    We provide links and access to third-party web sites or services that contain information that is provided as a service to those interested in the information. Target neither regularly monitors nor assumes responsibility for the content of third parties’ statements or web sites. Accordingly, Target does not endorse or adopt these web sites or any information contained therein. Target makes no representations or warranties whatsoever regarding their accuracy or completeness.&lt;br /&gt;
&lt;br /&gt;
DMCA Notice - Notice &amp;amp; Procedure for Making Claims of Copyright Infringement&lt;br /&gt;
&lt;br /&gt;
    Target’s policy is to respond to notices of alleged infringement that comply with the Digital Millennium Copyright Act (&amp;quot;DMCA&amp;quot;). Copyright-infringing materials found on the Site can be identified and removed via our process listed below, and you agree to comply with such process in the event you are involved in any claim of copyright infringement to which the DMCA may be applicable.&lt;br /&gt;
&lt;br /&gt;
    If you believe in good faith that your work has been copied in a way that constitutes copyright infringement, please provide Target’s copyright agent the written information specified below. Please note that this procedure is exclusively for notifying Target that your copyrighted material has been infringed. Target does not and will not make any legal decisions about the validity of your claim of infringement or the possible defenses to a claim. When a clear and valid notice is received pursuant to the guidelines set forth below, Target will respond by either taking down the allegedly infringing content or blocking access to it. Target may contact the notice provider to request additional information. Under the DMCA, Target is required to take reasonable steps to notify the user who posted the allegedly infringing content (&amp;quot;Alleged Infringer&amp;quot;). The Alleged Infringer is allowed under the law to send Target a counter-notification. Notices and counter-notices are legal notices distinct from regular Site activities or communications. We may publish or share them with third parties in our sole discretion (in addition to producing them pursuant to a subpoena or other legal discovery request). Anyone making a false or fraudulent notice or counter-notice may be liable for damages under the DMCA, including costs and attorneys’ fees. Any person who is unsure of whether certain material infringes a copyright held by such person or a third party should contact an attorney.&lt;br /&gt;
&lt;br /&gt;
    To file a DMCA notice, the copyright owner must send in a written letter by fax, regular mail, or email only. We reserve the right to ignore a notice that is not in compliance with the DMCA, and we may, but are not obligated to, respond to a non-compliant notice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    A DMCA notice must:&lt;br /&gt;
&lt;br /&gt;
        Identify specifically the copyrighted work(s) believed to have been infringed (for example, &amp;quot;My copyrighted work is the picture that appears at [list location where material is located].&amp;quot;);&lt;br /&gt;
        Identify the Content that a copyright owner claims is infringing upon copyrighted work. The copyright owner must provide information reasonably sufficient to enable us to locate the item on the Site. The copyright owner should provide clear screenshots of the allegedly infringing materials for identification purposes only. The information provided should be as detailed as possible;&lt;br /&gt;
        Provide information sufficient to permit us to contact the copyright owner directly: name, street address, telephone number, and email (if available);&lt;br /&gt;
        If available, provide information sufficient to permit us to notify the Alleged Infringer (email address preferred);&lt;br /&gt;
        Include the following statement: &amp;quot;I have a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law&amp;quot;;&lt;br /&gt;
        Include the following statement: &amp;quot;I swear, under penalty of perjury, that the information in the notification is accurate and that I am the copyright owner or am authorized to act on behalf of the owner of an exclusive right that is allegedly infringed&amp;quot;;&lt;br /&gt;
        Be signed; and&lt;br /&gt;
        Be sent to our DMCA designated agent at the following address:&lt;br /&gt;
&lt;br /&gt;
    DMCA Designated Agent&lt;br /&gt;
&lt;br /&gt;
    Target Brands, Inc.&lt;br /&gt;
&lt;br /&gt;
    1000 Nicollet Mall, TPS-3165&lt;br /&gt;
&lt;br /&gt;
    Minneapolis, Minnesota 55403&lt;br /&gt;
&lt;br /&gt;
    Fax: 612-696-3399&lt;br /&gt;
&lt;br /&gt;
    email: DMCA@target.com&lt;br /&gt;
&lt;br /&gt;
Disclaimers of Warranties&lt;br /&gt;
&lt;br /&gt;
    Target cannot and does not represent or warrant that the Site or its server will be error-free, uninterrupted, free from unauthorized access (including third-party hackers or denial of service attacks), or otherwise meet your requirements.&lt;br /&gt;
&lt;br /&gt;
    THE SITE AND ALL INFORMATION, CONTENT, MATERIALS , PRODUCTS, SERVICES, AND USER CONTENT INCLUDED ON OR OTHERWISE MADE AVAILABLE TO YOU THROUGH THE SITE (COLLECTIVELY, THE &amp;quot;SITE CONTENTS&amp;quot;) ARE PROVIDED BY TARGET ON AN &amp;quot;AS IS,&amp;quot; &amp;quot;AS AVAILABLE&amp;quot; BASIS, WITHOUT REPRESENTATIONS OR WARRANTIES OF ANY KIND. TARGET MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, AS TO THE OPERATION OF THE SITE, THE ACCURACY OR COMPLETENESS OF THE SITE CONTENTS, OR THAT EMAILS SENT FROM TARGET ARE FREE OF MALWARE OR OTHER HARMFUL COMPONENTS. YOU EXPRESSLY AGREE THAT YOUR USE OF THE SITE IS AT YOUR SOLE RISK. TO THE FULL EXTENT PERMITTED BY LAW, TARGET DISCLAIMS ANY AND ALL REPRESENTATIONS AND WARRANTIES WITH RESPECT TO THE SITE AND THE SITE CONTENTS, WHETHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE.&lt;br /&gt;
&lt;br /&gt;
    CERTAIN PROVIDERS OF PRODUCTS MAY SEPARATELY PROVIDE LIMITED REPRESENTATIONS AND/OR WARRANTIES REGARDING THEIR PRODUCTS. THIS DISCLAIMER DOES NOT APPLY TO SUCH PRODUCT WARRANTIES.&lt;br /&gt;
&lt;br /&gt;
    TARGET DOES NOT REPRESENT OR WARRANT THAT THE NUTRITION, INGREDIENT, ALLERGEN, AND OTHER PRODUCT INFORMATION ON OUR SITE IS ACCURATE OR COMPLETE SINCE THIS INFORMATION IS PROVIDED BY THE PRODUCT MANUFACTURERS OR SUPPLIERS AND ON OCCASION MANUFACTURERS MAY MODIFY THEIR PRODUCTS AND UPDATE THEIR LABELS. WE RECOMMEND THAT YOU DO NOT RELY SOLELY ON THE INFORMATION PRESENTED ON OUR SITE AND THAT YOU CONSULT THE PRODUCT’S LABEL OR CONTACT THE MANUFACTURER DIRECTLY IF YOU HAVE A SPECIFIC DIETARY CONCERN OR QUESTION ABOUT A PRODUCT.&lt;br /&gt;
&lt;br /&gt;
    On the Site, we may display names, marks, products, advertisements, or services of third parties, pop-up texts, or links to third-party sites. If you decide to link to any such third-party sites, you do so entirely at your own risk.&lt;br /&gt;
&lt;br /&gt;
Jurisdictional Issues&lt;br /&gt;
&lt;br /&gt;
    The Site is controlled and operated by Target from the United States, and is not intended to subject Target to the laws or jurisdiction of any state, country or territory other than that of the United States. Target does not represent or warrant that the Site or any part thereof is appropriate or available for use in any particular jurisdiction other than the United States. In choosing to access the Site, you do so on your own initiative and at your own risk, and you are responsible for complying with all local laws, rules and regulations. We may limit the Site’s availability, in whole or in part, to any person, geographic area or jurisdiction we choose, at any time and in our sole discretion.&lt;br /&gt;
&lt;br /&gt;
Limitation of Liability&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES SHALL TARGET OR ITS EMPLOYEES, DIRECTORS, OFFICERS OR AGENTS BE LIABLE FOR ANY DIRECT OR INDIRECT LOSSES OR DAMAGES ARISING OUT OF OR IN CONNECTION WITH YOUR USE OF OR INABILITY TO USE THE SITE. THIS IS A COMPREHENSIVE LIMITATION OF LIABILITY THAT APPLIES TO ALL LOSSES AND DAMAGES OF ANY KIND (WHETHER GENERAL, SPECIAL, CONSEQUENTIAL, INCIDENTAL, EXEMPLARY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, LOSS OF DATA, INCOME OR PROFITS), WHETHER IN CONTRACT OR TORT, EVEN IF TARGET HAS BEEN ADVISED OF OR SHOULD HAVE KNOWN OF THE POSSIBILITY OF SUCH DAMAGES. IF YOU ARE DISSATISFIED WITH THE SITE, ANY CONTENT ON THE SITE, OR THESE TERMS &amp;amp; CONDITIONS, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THE SITE. YOU ACKNOWLEDGE, BY YOUR USE OF THE SITE, THAT YOUR USE OF THE SITE IS AT YOUR SOLE RISK. APPLICABLE LAW MAY NOT ALLOW THE LIMITATION OF LIABILITY SET FORTH ABOVE, SO THIS LIMITATION OF LIABILITY MAY NOT APPLY TO YOU, AND YOU MAY HAVE RIGHTS ADDITIONAL TO THOSE CONTAINED HEREIN. THE FOREGOING PARAGRAPH SHALL NOT APPLY TO RESIDENTS OF NEW JERSEY. WITH RESPECT TO RESIDENTS OF NEW JERSEY, TARGET OR ITS EMPLOYEES, DIRECTORS, OFFICERS OR AGENTS SHALL NOT BE LIABLE FOR ANY LOSSES OR DAMAGES ARISING OUT OF OR IN CONNECTION WITH YOUR USE OF OR INABILITY TO USE THE SITE, OR ANY MATERIALS THEREIN UNLESS SUCH DAMAGES OR INJURIES ARE THE RESULT OF TARGET’S NEGLIGENT, FRAUDULENT OR RECKLESS ACTS OR INTENTIONAL MISCONDUCT.&lt;br /&gt;
&lt;br /&gt;
    EACH PROVISION OF THESE TERMS &amp;amp; CONDITIONS THAT PROVIDES FOR A LIMITATION OF LIABILITY, DISCLAIMER OF WARRANTIES, OR EXCLUSION OF DAMAGES IS TO ALLOCATE THE RISKS UNDER THE AGREEMENT BETWEEN YOU AND TARGET. THIS ALLOCATION IS AN ESSENTIAL ELEMENT OF THE BASIS OF THE BARGAIN BETWEEN YOU AND TARGET. THE LIMITATIONS IN THIS SECTION WILL APPLY EVEN IF ANY LIMITED REMEDY FAILS OF ITS ESSENTIAL PURPOSE(S).&lt;br /&gt;
&lt;br /&gt;
Indemnification &amp;amp; Defense&lt;br /&gt;
&lt;br /&gt;
    As a condition of the use of the Site, you agree to defend, indemnify and hold harmless Target and its respective employees, directors, officers, agents, vendors and suppliers from and against any liabilities, losses, investigations, inquiries, claims, suits, damages, costs and expenses (including, without limitation, reasonable attorneys’ fees and expenses) (each, a &amp;quot;Claim&amp;quot;) arising out of or otherwise relating to Claims alleging facts that if true would constitute a breach by you of these Terms &amp;amp; Conditions, or any User Content submitted by you.&lt;br /&gt;
&lt;br /&gt;
Notices &amp;amp; Electronic Communications&lt;br /&gt;
&lt;br /&gt;
    Except as explicitly stated otherwise, any notices you send to Target shall be sent by mail to Target.com Guest Services, P.O. Box 9350, Minneapolis, MN 55440-9350. In the case of notices Target sends to you, you consent to receive notices and other communications by Target posting notices on the Site, sending you an email at the email address listed in your profile in your account, or mailing a notice to you at your billing address listed in your profile in your account. You agree that all agreements, notices, disclosures and other communications that Target provides to you in accordance with the prior sentence satisfy any legal requirement that such communications be in writing. Notice shall be deemed given (i) 24 hours after the notice is posted on the Site or an electronic message is sent, unless the sending party is notified that the message did not reach the recipient, or (ii) in the case of mailing, three days after the date of mailing. You agree that a printed version of these Terms &amp;amp; Conditions and/or any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to these Terms &amp;amp; Conditions to the same extent and subject to the same conditions as other business documents and records originally generated and maintained in printed form.&lt;br /&gt;
&lt;br /&gt;
Notice for California Residents&lt;br /&gt;
&lt;br /&gt;
    Under California Civil Code Section 1789.3, California users are entitled to the following consumer rights notice: If you have a question or complaint regarding the Site, please send an email to Guest.service@target.com. You may also contact us by writing to Target.com Guest Services, P.O. Box 9350, Minneapolis, MN 55440-9350, or by calling us at (800) 591-3869. California residents may reach the Complaint Assistance Unit of the Division of Consumer Services of the California Department of Consumer Affairs by mail at 1625 North Market Blvd., Sacramento, CA 95834, or by telephone at (916) 445-1254 or (800) 952-5210.&lt;br /&gt;
&lt;br /&gt;
Arbitration Agreement&lt;br /&gt;
&lt;br /&gt;
    Please read this section carefully. Except as the Terms &amp;amp; Conditions otherwise provide, you waive your rights to try any claim in court before a judge or jury and to bring or participate in any class, collective, or other representative action.&lt;br /&gt;
&lt;br /&gt;
        Agreement to Binding Arbitration&lt;br /&gt;
&lt;br /&gt;
    You and Target agree that in the event of any claim, dispute, or controversy (whether in contract, tort, statute, or otherwise) arising out of, relating to, or connected in any way with (1) the site or (2) the breach, enforcement, interpretation, application, or validity of these Terms &amp;amp; Conditions, such claim, dispute or controversy will be resolved exclusively by final and binding arbitration, except as otherwise set forth in these Terms &amp;amp; Conditions (the “Arbitration Agreement”).&lt;br /&gt;
&lt;br /&gt;
        Exceptions to Arbitration&lt;br /&gt;
&lt;br /&gt;
    Notwithstanding the foregoing, in lieu of arbitration: (1) either you or Target can bring an individual claim in small claims court in the United States of America consistent with any applicable jurisdictional and monetary limits that may apply, provided that it is brought and maintained as an individual claim; and (2) you agree that you or Target may bring suit in court to enjoin infringement or other misuse of intellectual property rights.&lt;br /&gt;
&lt;br /&gt;
        Jury Trial &amp;amp; Class Action Waiver&lt;br /&gt;
&lt;br /&gt;
    Except as the Terms &amp;amp; Conditions otherwise provide, you and Target acknowledge and agree that you are each waiving the right to a trial by jury. The parties further agree that any arbitration shall be conducted in their individual capacities and not as a class action or other representative action, and the parties expressly waive their right to file a class action or seek relief on a class basis. You and Target may not be plaintiffs or class members in any purported class, collective, or representative proceeding, and may each bring claims against the other only in your or its individual capacity. The arbitrator may award declaratory or injunctive relief only on an individual basis and only to the extent necessary to provide relief warranted by the individual claim.&lt;br /&gt;
&lt;br /&gt;
    If any court or arbitrator determines that any term in the immediately preceding paragraph is unenforceable for any reason as to any claim, then the Arbitration Agreement will be inapplicable to that claim, and that claim will instead proceed through litigation in court rather than by arbitration, but only after the conclusion of the arbitration of any claim or dispute that is subject to the Arbitration Agreement.&lt;br /&gt;
&lt;br /&gt;
        Governing Law &amp;amp; Arbitration Rules&lt;br /&gt;
&lt;br /&gt;
    The Arbitration Agreement evidences a transaction in interstate commerce and thus the Federal Arbitration Act, 9 U.S.C. § 1 et seq. (“FAA”), will govern the interpretation and enforcement of this section. If the FAA is found not to apply to any issue that arises under this section or the enforcement of the Arbitration Agreement, then that issue shall be resolved under the laws of the State of Minnesota.&lt;br /&gt;
&lt;br /&gt;
    The arbitration will be conducted under the then current and applicable rules of the American Arbitration Association (“AAA”). The AAA rules are available online at www.adr.org or by calling the AAA at 1-800-778-7879.&lt;br /&gt;
&lt;br /&gt;
        Initiating Arbitration&lt;br /&gt;
&lt;br /&gt;
    If you intend to seek arbitration you must first send a written notice (“Notice”), by first class or certified mail to Target.com Guest Services, P.O. Box 9350, Minneapolis, MN 55440-9350. If Target intends to seek arbitration, Target will send a Notice to the current billing address on your account. The Notice must describe the nature and basis of the claim and the specific relief sought. If the parties cannot reach an agreement within 30 days from the receipt of the Notice, either party may initiate arbitration proceedings.&lt;br /&gt;
&lt;br /&gt;
    A form to initiate arbitration proceedings is available on the AAA site at www.adr.org. In addition to filing this form with the AAA, the party initiating the arbitration must mail a copy of the completed form to the opposing party. You may send such copy to Target at Target Law Department, 1000 Nicollet Mall, TPS-3155, Minneapolis, MN 55403, and Target will send such copy to the current billing address on your account or to your attorney, if you have retained one.&lt;br /&gt;
&lt;br /&gt;
        Fees&lt;br /&gt;
&lt;br /&gt;
    For claims of $100,000 (US Dollars) or less, Target will pay all filing, administration, and arbitrator fees (collectively, “Filing Fees”) unless the arbitrator determines that your claim is frivolous. For claims over $100,000 (US Dollars), you will be responsible for the Filing Fees.&lt;br /&gt;
&lt;br /&gt;
        Location &amp;amp; Procedure&lt;br /&gt;
&lt;br /&gt;
    If your claim is for $10,000 (US Dollars) or less, you may choose to have arbitration conducted solely on the basis of documents submitted to the arbitrator, via a telephone hearing, by an in-person hearing in the county of your residence, or as otherwise mutually agreed to by the parties. If your claim exceeds $10,000 (US Dollars), the location of the arbitration and the parties’ right to a hearing will be determined in accordance with the rules of the AAA.&lt;br /&gt;
&lt;br /&gt;
        Arbitrator’s Decision&lt;br /&gt;
&lt;br /&gt;
    The arbitrator’s award shall be written, and binding on the parties and may be entered as a judgment in any court of competent jurisdiction. If you prevail in arbitration you will be entitled to an award of attorneys’ fees and expenses, to the extent provided under applicable law. Target waives its right to seek attorneys’ fees and costs in arbitration.&lt;br /&gt;
&lt;br /&gt;
Choice of Law, Forum Selection, &amp;amp; Jury Waiver&lt;br /&gt;
&lt;br /&gt;
    Except as set forth in the Arbitration Agreement section above, all matters relating to your access to or use of the site and all matters arising out of or related to these Terms &amp;amp; Conditions, will be governed by the applicable laws of the United States of America and the laws of the State of Minnesota, without regard to Minnesota’s choice of law principles. Unless you and Target agree otherwise, in the event that it is determined or these Terms &amp;amp; Conditions provide that a claim should not proceed through arbitration, you agree that any claim or dispute (with the exception of a claim or dispute appropriately lodged in any small claims court in the United States of America) shall be resolved in the United States District Court for the District of Minnesota, and you submit to the personal jurisdiction of that court. If subject matter jurisdiction (including diversity jurisdiction) does not exist in the United States District Court for the District of Minnesota for any such claim, then the exclusive forum and venue for any such action shall be the courts of the State of Minnesota located in Hennepin County, and you submit to the personal jurisdiction of that court. As to any proceeding in court, you and Target both waive your right to a jury trial, unless such waiver is unenforceable.&lt;br /&gt;
&lt;br /&gt;
    The choice-of-law and forum-selection provisions in this section do not apply to the Arbitration Agreement or to any arbitrable disputes as provided by the Arbitration Agreement section. Instead, as provided in the Arbitration Agreement section, the FAA shall apply to any such disputes.&lt;br /&gt;
&lt;br /&gt;
Miscellaneous&lt;br /&gt;
&lt;br /&gt;
    These Terms &amp;amp; Conditions, including policies and information linked from or incorporated herein or otherwise found on the Site, constitute the entire agreement between you and Target with respect to the Site and supersede all prior or contemporaneous communications, agreements, and proposals with respect to the Site. No provision of these Terms &amp;amp; Conditions shall be waived except pursuant to a writing executed by the party against whom the waiver is sought. No failure to exercise, partial exercise of, or delay in exercising any right or remedy under these Terms &amp;amp; Conditions shall operate as a waiver or estoppel of any right, remedy, or condition. Except as provided in the Arbitration Agreement section, if any provision of these Terms &amp;amp; Conditions is held invalid, illegal or unenforceable, the validity, legality and enforceability of the remaining provisions will not be affected or impaired. You may not assign, transfer, or sublicense any of your rights or obligations under these Terms &amp;amp; Conditions without our express prior written consent. We will not be responsible for failure to fulfill any obligation due to causes beyond our control.&lt;br /&gt;
&lt;br /&gt;
Contact Us&lt;br /&gt;
&lt;br /&gt;
    If you have any concerns about Target or your use of the Site, please contact us with a detailed description, and we will try to resolve it.&lt;br /&gt;
&lt;br /&gt;
    Privacy&lt;br /&gt;
    Policy&lt;br /&gt;
    CVS Pharmacy Privacy&lt;br /&gt;
    MinuteClinic Privacy&lt;br /&gt;
    Wireless (Wi-Fi) Service&lt;br /&gt;
    REDcard™ Identity Protection Guide&lt;br /&gt;
&lt;br /&gt;
third party advertisement&lt;br /&gt;
&lt;br /&gt;
sponsored&lt;br /&gt;
&lt;br /&gt;
Did you find what you were looking for?&lt;br /&gt;
For order, account issues, or specific item inquiries, please contact us&lt;br /&gt;
third party advertisement&lt;br /&gt;
&lt;br /&gt;
sponsored&lt;br /&gt;
Get top deals, latest trends, and more.&lt;br /&gt;
Email address&lt;br /&gt;
Privacy policy&lt;br /&gt;
&lt;br /&gt;
*See offer details. Restrictions apply. Pricing, promotions and availability may vary by location and at Target.com&lt;br /&gt;
About Target&lt;br /&gt;
Careers&lt;br /&gt;
Email Signup&lt;br /&gt;
News &amp;amp; Blog&lt;br /&gt;
Target Brands&lt;br /&gt;
Advertise with Us&lt;br /&gt;
Bullseye Shop&lt;br /&gt;
Target&amp;#039;s Coronavirus Response&lt;br /&gt;
Corporate Responsibility&lt;br /&gt;
Pressroom&lt;br /&gt;
Investor Relations&lt;br /&gt;
Affiliates &amp;amp; Partners&lt;br /&gt;
Suppliers&lt;br /&gt;
TargetPlus&lt;br /&gt;
Help&lt;br /&gt;
Target Help&lt;br /&gt;
Returns&lt;br /&gt;
Track Orders&lt;br /&gt;
Recalls&lt;br /&gt;
Contact Us&lt;br /&gt;
Accessibility&lt;br /&gt;
Security &amp;amp; Fraud&lt;br /&gt;
Team Member Services&lt;br /&gt;
Size Charts&lt;br /&gt;
Stores&lt;br /&gt;
Find a Store&lt;br /&gt;
Clinic&lt;br /&gt;
Pharmacy&lt;br /&gt;
Optical&lt;br /&gt;
More In-Store Services&lt;br /&gt;
Services&lt;br /&gt;
Target Circle&lt;br /&gt;
RedCard&lt;br /&gt;
Registry&lt;br /&gt;
Target App&lt;br /&gt;
Same Day Delivery&lt;br /&gt;
Order Pickup&lt;br /&gt;
Drive Up&lt;br /&gt;
Free 2-Day Shipping&lt;br /&gt;
Shipping &amp;amp; Delivery&lt;br /&gt;
More Services&lt;br /&gt;
Target: Expect More. Pay Less.&lt;br /&gt;
Terms&lt;br /&gt;
CA Supply Chain&lt;br /&gt;
Privacy&lt;br /&gt;
CA Privacy Rights&lt;br /&gt;
Do Not Sell My Personal Information&lt;br /&gt;
Internet-Based Ads&lt;br /&gt;
&lt;br /&gt;
™ &amp;amp; © 2021 Target Brands, Inc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Idiomas ==&lt;br /&gt;
&lt;br /&gt;
*  https://matadornetwork.com/read/endangered-languages-learn-online&lt;br /&gt;
&amp;lt;!-- *  https://cdn1.matadornetwork.com/blogs/1/2022/03/Endangered-languages-Greenlandic.jpg --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Duniya  ==&lt;br /&gt;
&lt;br /&gt;
2023&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
2027&lt;br /&gt;
*  https://www.atlasobscura.com/articles/dark-sky-moffat-scotland&lt;br /&gt;
0210&lt;br /&gt;
*  https://write.corbpie.com/narracan-falls-redwood-forest-toolangi-sculpture-trail-noojee-trestle-bridge-2022-rewind/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2022&lt;br /&gt;
Splash screen photo by Ratnakorn Piyasirisorost &amp;quot;El Deir, Jordan&amp;quot; / Moment / Getty Images&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
1210&lt;br /&gt;
*  https://www.theguardian.com/environment/2021/may/27/dig-coal-to-save-the-climate-the-folly-of-cumbrias-plans-for-a-new-coalmine  West Cumbria UK and new coal mine plans&lt;br /&gt;
1031&lt;br /&gt;
*  https://www.mentalfloss.com/article/559912/dame-sybil-hathaway-sark-feudal-lord-outclassed-nazis-ww2 - Sark Island Dame Sybil Hathaway&lt;br /&gt;
&lt;br /&gt;
1013&lt;br /&gt;
Kerala&amp;#039;s TJ Joseph: The Indian teacher&lt;br /&gt;
*  https://www.bbc.com/news/world-asia-india-63141119&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
0903&lt;br /&gt;
*  https://www.theguardian.com/news/2022/sep/01/sludge-king-industrial-wasteland-el-dorado-romania-baia-mare-cuprom?utm_term=63131794748eaa661274826532f22bbd&amp;amp;utm_campaign=TheLongRead&amp;amp;utm_source=esp&amp;amp;utm_medium=Email&amp;amp;CMP=longread_email&lt;br /&gt;
&lt;br /&gt;
0830&lt;br /&gt;
*  https://news.microsoft.com/features/a-newspaper-shines-a-light-on-missing-indigenous-women-with-the-help-of-technology/?OCID=lock1&lt;br /&gt;
&lt;br /&gt;
0814&lt;br /&gt;
*  https://www.bbc.com/reel/video/p0crc7bb/china-s-huge-and-mysterious-xiaozhai-tiankeng-sinkhole   Xiaozhai Tiankeng sinkhole&lt;br /&gt;
*  https://www.bbc.com/news/av/world-asia-62498517  Afghanin cyclists, olypmic hopefuls fled to Italy&lt;br /&gt;
*  https://www.bbc.com/news/av/newsbeat-59555269  Rehana Popal Afghani child refugee and now lawyer&lt;br /&gt;
*  https://www.bbc.com/news/av/world-asia-62458894  Newborns struggle in Afghanistan&lt;br /&gt;
*  https://www.bbc.com/news/av/science-environment-62513387   Harvesting energy out of the sky&lt;br /&gt;
&lt;br /&gt;
0727&lt;br /&gt;
*  Mullaghmore, Ireland&lt;br /&gt;
&lt;br /&gt;
0726&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Nephin_Beg_Range&lt;br /&gt;
*  https://www.bbc.com/travel/article/20220125-irelands-loneliest-wilderness-wild-nephin-national-park&lt;br /&gt;
&lt;br /&gt;
0330&lt;br /&gt;
*  https://www.businessinsider.com/russia-shells-kharkiv-care-home-for-adults-children-with-disabilities-2022-3?r=US&amp;amp;IR=T&lt;br /&gt;
&lt;br /&gt;
0321&lt;br /&gt;
*  https://apnews.com/article/russia-ukraine-war-mariupol-descends-into-despair-708cb8f4a171ce3f1c1b0b8d090e38e3/gallery/60b581834edd495f831291a959e801c6  Mariupol descends into despair&lt;br /&gt;
&lt;br /&gt;
0315&lt;br /&gt;
*  https://www.newyorker.com/news/q-and-a/stephen-kotkin-putin-russia-ukraine-stalin&lt;br /&gt;
&lt;br /&gt;
0311&lt;br /&gt;
*  https://www.brookings.edu/blog/order-from-chaos/2022/03/10/russia-vs-ukraine-how-does-this-end/&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/world-60560769&lt;br /&gt;
*  https://www.nytimes.com/2022/03/01/world/europe/russia-ukraine-war-outrage.html&lt;br /&gt;
*  https://www.nytimes.com/2022/03/02/opinion/ukraine-putin-russia-endgame.html&lt;br /&gt;
*  https://www.euronews.com/my-europe/2022/03/01/volodymyr-zelenskyy-why-ukraine-s-brave-and-anti-nationalist-president-is-a-nightmare-for-&lt;br /&gt;
*  https://www.politico.com/latest-news-updates/2022/03/russia-war-on-ukraine-2022-202203/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
0411&lt;br /&gt;
*  https://www.wired.com/story/chernobyl-exclusion-zone-rewilding/#intcid=_wired-right-rail_34622fe0-2c5e-4d15-bc73-ad3a125334a2_popular4-1-reranked-by-vidi&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Sustainable ==&lt;br /&gt;
&lt;br /&gt;
2023&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
0427&lt;br /&gt;
*  https://www.nytimes.com/2023/04/22/climate/menominee-forest-sustainable-earth-day.html Menominee Forest&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.dw.com/en/egypt-the-amazing-forest-in-the-desert/video-17233507   Forests in Egypt, sisal trees&lt;br /&gt;
*  https://www.nytimes.com/2023/01/04/magazine/amazon-tipping-point.html   Amazon tipping point&lt;br /&gt;
*  https://www.theguardian.com/world/2019/dec/19/snow-machines-fleece-blankets-inside-ski-industry-battle-with-climate-change-alpine-resorts   Fleece blankets and snow machines&lt;br /&gt;
&lt;br /&gt;
Articles on sustainable energy and sustainable constructed life aid systems, sustainability articles:&lt;br /&gt;
&lt;br /&gt;
*  https://www.nytimes.com/2022/10/17/opinion/oak-trees-conservation-ecosystems.html - Oak Trees and White Oak Initiative&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20220623-the-genetic-power-of-ancient-trees - World&amp;#039;s Largest Trees Dying From Drought and Climate Change&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20220927-italys-plan-to-save-venice-from-sinking - To Save Venice From Sinking&lt;br /&gt;
&lt;br /&gt;
*  https://getpocket.com/explore/item/it-s-a-little-bit-of-utopia-the-dream-of-replacing-container-ships-with-sailing-boats&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20221102-how-a-sand-battery-could-transform-clean-energy - sand battery designed by Finnish engineers, four childhood friends meet again as engineers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Acampar ==&lt;br /&gt;
&lt;br /&gt;
Bear safety . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.nytimes.com/2009/07/25/nyregion/25bear.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Science ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.quantamagazine.org/two-weeks-in-the-webb-space-telescope-is-reshaping-astronomy-20220725/?utm_source=pocket-newtab&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Technical ==&lt;br /&gt;
2022&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
1130&lt;br /&gt;
*  http://www.philbrickarchive.org/k2-w_refurbished.pdf K2-W tube based op amp&lt;br /&gt;
&lt;br /&gt;
0719&lt;br /&gt;
*  https://www.digikey.com/en/products/detail/microchip-technology/ATSAMD11C14A-SSUT/5226470&lt;br /&gt;
&lt;br /&gt;
0509&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://getpocket.com/explore/item/ten-years-ago-this-was-science-fiction-the-rise-of-weedkilling-robots?utm_source=pocket-newtab&lt;br /&gt;
*  https://www.theguardian.com/environment/2021/apr/29/killer-farm-robot-dispatches-weeds-with-electric-bolts&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
0426&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.nordicsemi.com/News/2021/08/NEST-iON-uses-nRF9160-in-cellular-IoT-power-controller&lt;br /&gt;
*  https://www.nordicsemi.com/News/2022/04/BeST-SENSOR-Pump-Monitor-JROV2201-uses-nRF9160-SiP&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
0502&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.frontiersin.org/articles/10.3389/fphy.2020.00023/full&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;!-- end year 2022 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Services and Their On-line Help ==&lt;br /&gt;
&lt;br /&gt;
*  https://support.google.com/mail/answer/10016932?hl=en &amp;quot;Export your data from Gmail&amp;quot;&lt;br /&gt;
*  https://support.google.com/accounts/answer/3024190 &amp;quot;How to download your Google data&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Hidden section, Zephyr toolchain notes ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[10:46 AM] Jared Kangas&lt;br /&gt;
In Zephyr v3.2.0: soc/arm/nxp_lpc/lpc55xx/soc.c, line 61 has a conditionally-compiled clock initialization sequence that may be the cause of the peripheral troubles on CPU1&lt;br /&gt;
&lt;br /&gt;
[2:34 PM] Jared Kangas&lt;br /&gt;
A couple of useful bullet points that were useful learning experiences from debugging the issue:&lt;br /&gt;
 &lt;br /&gt;
*  Found Kconfig option selects in soc/arm/nxp_lpc/lpc55xx/Kconfig.soc that led to finding where CPU0 selects CLOCK_CONTROL, which a few drivers (PWM, SPI, serial, etc.) depend on&lt;br /&gt;
&lt;br /&gt;
*  Found LPC drivers that depend on CLOCK_CONTROL with find drivers -name Kconfig.mcux\* -exec grep -Hn &amp;#039;depends on CLOCK_CONTROL&amp;#039; {} \; to confirm suspicions about it being part of the cause&lt;br /&gt;
&lt;br /&gt;
*  Looked for commits that introduced changes pertaining to CLOCK_CONTROL with git log --grep 55 -S CLOCK_CONTROL soc/arm/nxp_lpc_lpc55xxx/Kconfig.soc (grepped for &amp;quot;55&amp;quot; because the MCU series is LPC55xxx)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- zztop&lt;br /&gt;
2023-01-10&lt;br /&gt;
&lt;br /&gt;
Collision Report to DMV&lt;br /&gt;
&lt;br /&gt;
At full stop in center northbound lane 99E, for several minutes, three blocks south of Park Ave.  Signaled and looked for safe turning condition in center turn lane (-- to enter driveway of Public Storage west side 99E --).  After starting from full stop, struck by north bound RAV4 vehicle a few seconds, and a few feet into turn lane.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
https://getpocket.com/explore/item/this-abs-workout-only-takes-5-minutes-but-it-s-intense&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] To sort ==&lt;br /&gt;
&lt;br /&gt;
2022-11-30&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=SPysM9mV1jM Nighttime Ramen 2 🍜 [lofi beats / jazzhop mix]&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=MA36AOCXGSY Melodic Deep House | EP 04 | 2022 - Ben Bohmer, Tinlicker, OCULA, Sultan + Shepard, Hosini...&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=aiJX_quXeE8&amp;amp;t=222s Juno Mamba &amp;quot;Us&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=aiJX_quXeE8&amp;amp;t=782s Dan Sieg &amp;quot;Horizons&amp;quot; Blugazer Remix&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=aiJX_quXeE8&amp;amp;t=1409s Durante and HANA &amp;quot;Days Pass&amp;quot;&lt;br /&gt;
ted@localhost1:~$ #&lt;br /&gt;
ted@localhost1:~$ # https://docs.zephyrproject.org/latest/hardware/peripherals/spi.html#c.spi_write&lt;br /&gt;
ted@localhost1:~$ #&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=MA36AOCXGSY&amp;amp;t=1182s Ben Bohmer &amp;quot;Fliederregen&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=QA60WYOlU04&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=27 Lumidelic &amp;quot;Mandala&amp;quot;&lt;br /&gt;
ted@localhost1:~$ #&lt;br /&gt;
ted@localhost1:~$ # 1:02:00, 1:24:00 --&amp;gt; https://www.youtube.com/watch?v=qErChNhYAN8 - Melodic House Mix 2022&lt;br /&gt;
ted@localhost1:~$ # 1:05:00, 1:24:00 --&amp;gt; https://www.youtube.com/watch?v=qErChNhYAN8 - Melodic House Mix 2022&lt;br /&gt;
ted@localhost1:~$ #&lt;br /&gt;
ted@localhost1:~$ # https://www.nytimes.com/2021/07/31/world/africa/south-africa-poachers-tiny-succulent-plants.html&lt;br /&gt;
ted@localhost1:~$ #&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=ZVb_yKMivqo&amp;amp;t=748s Sid Acharya &amp;quot;Take My Hand&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=ZVb_yKMivqo&amp;amp;t=3799s Andy Leech and 4lienetic &amp;quot;Nightfall&amp;quot;&lt;br /&gt;
ted@localhost1:~$ vi z-urls.txt&lt;br /&gt;
ted@localhost1:~$ #&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=hJ_b8RGuPBc&amp;amp;t=2144s Michael FK &amp;quot;Innocence&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=hJ_b8RGuPBc&amp;amp;t=2840s Andy Leech &amp;quot;Mount Fuji&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=8nEN-P80H_o Azure State &amp;quot;Within I Shine&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=3hc9ti8ytdA&amp;amp;t=1378s Andy Leech &amp;quot;Thinking Of You&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=-T2uNrBHloo&amp;amp;t=1935s Chrypton &amp;quot;Reflections&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   50  # https://www.youtube.com/watch?v=8vnHJNjwuqg&amp;amp;t=1590s   Music of Gondor&lt;br /&gt;
  979  # https://www.youtube.com/watch?v=rfHJsumbleY&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=19 - Hello Meteor &amp;quot;Swift, Dark Water&amp;quot;&lt;br /&gt;
  980  # https://www.youtube.com/watch?v=Mk6GaYb3E04&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=20 - Hello Meteor &amp;quot;What We Found&amp;quot;&lt;br /&gt;
 1000  history | grep https&lt;br /&gt;
 1001  # https://www.youtube.com/watch?v=JPGce3JVyBc - Hello Meteor &amp;quot;Amber and Embers&amp;quot;&lt;br /&gt;
 1002  # https://www.msn.com/en-ca/news/world/russias-nuclear-threat-why-vladimir-putin-is-probably-bluffing-analysis/ar-AA12Dfco&lt;br /&gt;
 1003  # https://www.youtube.com/watch?v=l_8tXi2VuSY - Blume &amp;quot;Ambient Background Music&amp;quot;&lt;br /&gt;
 1004  # https://www.youtube.com/watch?v=CahOLfYxiq0&amp;amp;t=3407s - Lord of the Rings ambient music - Music Of Middle Earth&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 2022-12-17 Saturday ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# https://www.youtube.com/watch?v=ZVb_yKMivqo&amp;amp;t=748s Sid Acharya &amp;quot;Take My Hand&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# https://www.brookings.edu/articles/time-for-the-west-to-think-about-how-to-engage-with-defeated-russia/&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=AQMyHkusNro - Hello Meteor &amp;quot;Rushing Green&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=dNtKlbAw12s&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=25&lt;br /&gt;
# https://www.youtube.com/watch?v=dNtKlbAw12s - Hello Meteor &amp;quot;In The Late Afternoon&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# 2022-10-07 WED &lt;br /&gt;
# https://www.youtube.com/watch?v=xYqGO2Pwce4 - 2 Hours Chill Background Music - Pensees &amp;quot;4:35 AM&amp;quot; &lt;br /&gt;
# https://www.youtube.com/watch?v=xYqGO2Pwce4&amp;amp;t=1864s - Shitao - &amp;quot;Clouds - Lips&amp;quot;&lt;br /&gt;
# https://en.wikipedia.org/wiki/Conophytum_calculus&lt;br /&gt;
# https://www.youtube.com/watch?v=QA60WYOlU04 - Lumidelic &amp;quot;Mandala&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=H29DczvuIe8 - Hello Meteor &amp;quot;Open Ocean&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=qspKOnAOddk - Beginnings of a Dream&lt;br /&gt;
# https://www.youtube.com/watch?v=CsoKPQ-OpQs - &lt;br /&gt;
# https://www.youtube.com/watch?v=5-9dJW8PIXc - In My Heart - Deep Chillout Mix &lt;br /&gt;
# https://www.youtube.com/watch?v=5-9dJW8PIXc&amp;amp;t=2348s - VonnBoyd &amp;quot;Discover&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=tqiXwx0NG0Q - Snoop Dogg and others&lt;br /&gt;
# https://www.nytimes.com/2022/11/26/business/hunting-wyoming-elk-mountain-access.html&lt;br /&gt;
# https://www.youtube.com/watch?v=3U_2iehJrFs - Azelah &amp;quot;Rainy Nights&amp;quot; +++ &lt;br /&gt;
# https://www.youtube.com/watch?v=7SdVxKcuibM - AK &amp;quot;Euphoria&amp;quot; +++ &lt;br /&gt;
# https://www.youtube.com/watch?v=ZpjCIo-P66k&amp;amp;list=RDSxnMKI_lYb8&amp;amp;index=7 - Peregrine&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 2022-12-30 Friday ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# https://www.bbc.com/news/science-environment-64051171 - James Webb telescope images 2022-12-25&lt;br /&gt;
# https://www.youtube.com/watch?v=k-to9p3v1jY - Into The Astronomers Dream&lt;br /&gt;
# https://github.com/ulfalizer/Kconfiglib#useful-helper-macros&lt;br /&gt;
#&lt;br /&gt;
# DT_GPIO_CTLR_BY_IDX(node_id, gpio_pha, 0)&lt;br /&gt;
# REF https://docs.zephyrproject.org/latest/build/dts/api/api.html#c.DT_GPIO_CTLR&lt;br /&gt;
# +++ Andy Leech &amp;quot;Solar Fields&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=1--DYAi_0d0 - Melodic Chillstep • V5 Beats Radio ☕&lt;br /&gt;
# https://www.youtube.com/watch?v=1--DYAi_0d0 - &amp;quot;Kissing - Instrumental&amp;quot; * Bliss&lt;br /&gt;
# https://www.youtube.com/watch?v=1--DYAi_0d0 - &amp;quot;Kissing - Instrumental&amp;quot; * Bliss . . . at about 02:41:30&lt;br /&gt;
# https://www.youtube.com/watch?v=1--DYAi_0d0 - &amp;quot;Kissing - Instrumental&amp;quot; * Bliss . . . oops!  actually at about 02:45:10&lt;br /&gt;
# https://www.youtube.com/watch?v=1--DYAi_0d0&amp;amp;t=9900s&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 1002  # https://www.youtube.com/watch?v=k-to9p3v1jY - Into The Astronomers Dream&lt;br /&gt;
 1003  # https://github.com/ulfalizer/Kconfiglib#useful-helper-macros&lt;br /&gt;
 1004  #&lt;br /&gt;
 1005  # DT_GPIO_CTLR_BY_IDX(node_id, gpio_pha, 0)&lt;br /&gt;
 1006  # REF https://docs.zephyrproject.org/latest/build/dts/api/api.html#c.DT_GPIO_CTLR&lt;br /&gt;
 1007  # +++ Andy Leech &amp;quot;Solar Fields&amp;quot;&lt;br /&gt;
 1008  # https://www.youtube.com/watch?v=1--DYAi_0d0 - Melodic Chillstep • V5 Beats Radio ☕&lt;br /&gt;
 1009  # https://www.youtube.com/watch?v=1--DYAi_0d0 - &amp;quot;Kissing - Instrumental&amp;quot; * Bliss&lt;br /&gt;
 1010  # https://www.youtube.com/watch?v=1--DYAi_0d0 - &amp;quot;Kissing - Instrumental&amp;quot; * Bliss . . . at about 02:41:30&lt;br /&gt;
 1011  # https://www.youtube.com/watch?v=1--DYAi_0d0 - &amp;quot;Kissing - Instrumental&amp;quot; * Bliss . . . oops!  actually at about 02:45:10&lt;br /&gt;
 1012  # https://www.youtube.com/watch?v=1--DYAi_0d0&amp;amp;t=9900s&lt;br /&gt;
 1013  #&lt;br /&gt;
 1014  # https://github.com/pyke369/sffmpeg/blob/master/CMakeLists.txt&lt;br /&gt;
 1015  # https://www.youtube.com/watch?v=Yh2QHC2abQQ&lt;br /&gt;
 1016  #&lt;br /&gt;
 1017  # https://www.youtube.com/watch?v=62M5hrh-kbA TerraVibe - The Infinite Library&lt;br /&gt;
 1018  # #ref--zephyr-interrupts--zephyr-s-issues-s-30133&lt;br /&gt;
 1019  # https://www.youtube.com/watch?v=Agd_HuisVtc&amp;amp;list=RDMM&amp;amp;index=6 North Sunset - My Way (Original Mix)&lt;br /&gt;
       # https://www.youtube.com/watch?v=dPNCygH18X8   Lofi Forest 🍁 New Year Countdown 🎇 New Year Lofi Hip Hop Mix 🍁 meloChill&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# https://docs.zephyrproject.org/latest/build/dts/api/api.html#c.DT_NODE_HAS_PROP&lt;br /&gt;
# https://docs.zephyrproject.org/latest/build/dts/api/api.html#c.DT_PROP&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=7EqbhgEQDsM   Teravibe - Medieval Apothecary&lt;br /&gt;
# https://www.youtube.com/watch?v=A09RO4xCI1Y  A Forgotten Path 🍃 Chill Lofi Beats&lt;br /&gt;
# https://www.youtube.com/watch?v=FRBuoX5-z0o  FUTURE GARAGE/WAVE MIX [DECEMBER VI] &lt;br /&gt;
# https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/LPC-s-System-Clocks/ta-p/1149864&lt;br /&gt;
# https://www.nytimes.com/2023/01/12/opinion/ukraine-war.html&lt;br /&gt;
#&lt;br /&gt;
# 2023-01-12&lt;br /&gt;
# https://www.youtube.com/watch?v=MNINTftkdXU  [Progressive House] KLU&amp;#039;s TOP10 of 2019 Year Mix &lt;br /&gt;
# https://stsci-opo.org/STScI-01G7DDFWDZG05PEZV7FBBHMH0J.png&lt;br /&gt;
# https://www.youtube.com/watch?v=5oKR0U2uuxY  Chill LoFi Beats | Jazzy LoFi HipHop Beats for Work, Study &amp;amp; Coding&lt;br /&gt;
# https://www.youtube.com/watch?v=TksGVI33D2w&amp;amp;t=1103s   Kazuki &amp;quot;Relapse&amp;quot; +++ &lt;br /&gt;
# https://www.youtube.com/watch?v=TksGVI33D2w&amp;amp;t=5818s  Endhel &amp;quot;Beginning&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=5oKR0U2uuxY&lt;br /&gt;
#&lt;br /&gt;
# 2023-01-13&lt;br /&gt;
# https://www.youtube.com/watch?v=4V6pV40RF9A&amp;amp;t=2006s  Aurai &amp;quot;Our Dawn&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=4V6pV40RF9A&amp;amp;t=3509s  Tulpa and Temporal &amp;quot;Once Upon A Time&amp;quot; +++&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 2023-01-30 Monday ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# https://docs.zephyrproject.org/latest/build/dts/api/api.html#c.DT_NODE_HAS_PROP&lt;br /&gt;
# https://docs.zephyrproject.org/latest/build/dts/api/api.html#c.DT_PROP&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=7EqbhgEQDsM   Teravibe - Medieval Apothecary&lt;br /&gt;
# https://www.youtube.com/watch?v=A09RO4xCI1Y  A Forgotten Path 🍃 Chill Lofi Beats&lt;br /&gt;
# https://www.youtube.com/watch?v=FRBuoX5-z0o  FUTURE GARAGE/WAVE MIX [DECEMBER VI]&lt;br /&gt;
# https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/LPC-s-System-Clocks/ta-p/1149864&lt;br /&gt;
# https://www.nytimes.com/2023/01/12/opinion/ukraine-war.html&lt;br /&gt;
#&lt;br /&gt;
# 2023-01-12&lt;br /&gt;
# https://www.youtube.com/watch?v=MNINTftkdXU  [Progressive House] KLU&amp;#039;s TOP10 of 2019 Year Mix&lt;br /&gt;
# https://stsci-opo.org/STScI-01G7DDFWDZG05PEZV7FBBHMH0J.png&lt;br /&gt;
# https://www.youtube.com/watch?v=5oKR0U2uuxY  Chill LoFi Beats | Jazzy LoFi HipHop Beats for Work, Study &amp;amp; Coding&lt;br /&gt;
# https://www.youtube.com/watch?v=TksGVI33D2w&amp;amp;t=1103s   Kazuki &amp;quot;Relapse&amp;quot; +++&lt;br /&gt;
# https://www.youtube.com/watch?v=TksGVI33D2w&amp;amp;t=5818s  Endhel &amp;quot;Beginning&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=5oKR0U2uuxY&lt;br /&gt;
#&lt;br /&gt;
# 2023-01-13&lt;br /&gt;
# https://www.youtube.com/watch?v=4V6pV40RF9A&amp;amp;t=2006s  Aurai &amp;quot;Our Dawn&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=4V6pV40RF9A&amp;amp;t=3509s  Tulpa and Temporal &amp;quot;Once Upon A Time&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# https://www.youtube.com/watch?v=4V6pV40RF9A&amp;amp;t=5329s  Gotswim &amp;quot;Okoto&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=XNdfyrI3eBQ  The Ambientalist - Seasons (Chillstep &amp;amp; Chillout Mix)&lt;br /&gt;
# UM11126.pdf - UART overview page 639 of 1190&lt;br /&gt;
# https://www.youtube.com/watch?v=MNINTftkdXU  ...&lt;br /&gt;
# https://www.youtube.com/watch?v=DWSvTKPQLn8  Skyfall | Beautiful Ambient Mix . . . by Blume&lt;br /&gt;
# https://www.youtube.com/watch?v=DWSvTKPQLn8  Skyfall | Beautiful Ambient Mix . . . Andy Leech, Victoriya &amp;quot;Aerolith&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=dlOHVCZZwEc&amp;amp;t=1322s  Victoriya and Andy Leech &amp;quot;Infinity&amp;quot;, &amp;#039;Wish&amp;#039; | Deep Chillout Mix&lt;br /&gt;
# https://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=_eUMMxEiOTY  Melodic Progressive House mix Vol 91 (Lost Memories)&lt;br /&gt;
#  ^^^ Roald Velden &amp;quot;Bright Light&amp;quot; +++&lt;br /&gt;
# https://www.youtube.com/watch?t=975s - Lumidelic Feat. Mariami &amp;quot;Hold Me&amp;quot; (dub mix) +++&lt;br /&gt;
&lt;br /&gt;
:~$ #&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=lx5Dd9iA0Dc - Lumidelic and Skua &amp;quot;Echoes Of You&amp;quot;&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=zlwY7jAPOf8 - South Pole - Beneath Our Starlit Sky&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=UslTCqZe9_M - Lumidelic - Hypnotherapy (Original Mix)&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=pTTBw-QpWhs - Z8phyR - Laila&amp;#039;s Love (Original Mix)&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=UCUt66uWdNE - Alex H - Hyrule (Original Mix)&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=kzM_zwHOReg - Alexxon - Warmsnow [Emergent Shores]&lt;br /&gt;
:~$ # ^^^^^^^^^ +++ &lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=tpfe1QC9-Kw - Hello Meteor - We Lose Time&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=AS-bcaK_WGA - &lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=Lc19jxhd0AM - Alex H - October Sky &lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=rEGBbE_a_RI - SoundLiner - Insightful Melody (Mark &amp;amp; Lukas Remix)&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=Bzn4vj83qWQ - Maiga - Havens&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=RlkuS19aKT0 - Keith Harris - Bonzai (Lumidelic Remix)&lt;br /&gt;
:~$ #&lt;br /&gt;
:~$ # 2023-03-03 FRI -&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=1B8do8Gqy7Y - another year at hogwarts ✨ beautiful music from the harry potter films&lt;br /&gt;
:~$ #&lt;br /&gt;
:~$ # 2023-03-06 MON -&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=8ttHGrECw-o - &lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=8ttHGrECw-o - Cairne &amp;quot;Breeze&amp;quot;&lt;br /&gt;
:~$ # https://www.aljazeera.com/opinions/2023/3/4/why-ukraine-is-wary-of-the-russian-opposition&lt;br /&gt;
:~$ # https://www.nytimes.com/2019/12/22/world/europe/bulgaria-russia-assassination-squad.html&lt;br /&gt;
:~$ #&lt;br /&gt;
:~$ # https://devzone.nordicsemi.com/f/nordic-q-a/86265/gdb-commands-to-list-zephyr-app-threads&lt;br /&gt;
:~$ # https://en.cppreference.com/w/c/language/operator_precedence#cite_ref-3&lt;br /&gt;
:~$ # file:///home/ted/Downloads/datasheets/quectel/BG95/Quectel_BG95_Document_List.pdf&lt;br /&gt;
:~$ # ted@localhost1:~/projects-sandbox/workspace-for-nexus/modules/debug/segger/SEGGER$ vi SEGGER_RTT.h&lt;br /&gt;
:~$ &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
https://gist.github.com/jkangas-cornell/c0f6268bbda8f21c52cb1e7d3a59663d&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ ] Processional&lt;br /&gt;
  *  Ted and Vern&lt;br /&gt;
  *  Michelle and Reuben&lt;br /&gt;
  *  Marco&lt;br /&gt;
  *  Belinda and Matthew&lt;br /&gt;
&lt;br /&gt;
[ ] Presentation of the bride&lt;br /&gt;
&lt;br /&gt;
[ ] Prayer&lt;br /&gt;
&lt;br /&gt;
[ ] Reading by Olivia&lt;br /&gt;
&lt;br /&gt;
[ ] Introduction&lt;br /&gt;
&lt;br /&gt;
[ ] Exchange of rings and vows&lt;br /&gt;
&lt;br /&gt;
[ ] The kiss&lt;br /&gt;
&lt;br /&gt;
[ ] Closing remarks and thank you to guests&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- zzzzzz&lt;br /&gt;
Please click this URL to join. https://us02web.zoom.us/w/85899524480?tk=oUgS17EKqLOJ1-jXrnffn9LSzQmeeEKivK8qbdlxmzw.DQMAAAAUAAK5gBZSd3VRSmlneVNpS0NETDRpeU16X05RAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&amp;amp;uuid=WN_8tb4Lp7nRE-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nexus Firmware Walk-through&lt;br /&gt;
&lt;br /&gt;
    *&lt;br /&gt;
  ****&lt;br /&gt;
******&lt;br /&gt;
123456&lt;br /&gt;
&lt;br /&gt;
*1  Zephyr-RTOS Project and typical Zephyr application overview&lt;br /&gt;
   [T]&lt;br /&gt;
&lt;br /&gt;
*2  Zephyr build environment (used by Hardware Team)&lt;br /&gt;
   [T]&lt;br /&gt;
&lt;br /&gt;
*3  Important features of Zephyr&lt;br /&gt;
   [T]  real time scheduling, Kconfig symbols for selections here&lt;br /&gt;
   [J]  Device Tree&lt;br /&gt;
   [T]  Kconfig&lt;br /&gt;
   [T]  third party integrations + west manifest (e.g. cmsis, mcuboot, microcontroller hardware abstraction layers)&lt;br /&gt;
&lt;br /&gt;
*4  [J]  Nexus documentation, restructured text, Sphinx and related&lt;br /&gt;
&lt;br /&gt;
*5  Nexus firmware architecture and LPC55S69 cores&lt;br /&gt;
   [J]  high level Nexus firmware architecture&lt;br /&gt;
   [J]  cores share nearly all resources&lt;br /&gt;
   [J]  cores of MCU are assymetric&lt;br /&gt;
&lt;br /&gt;
*6  Current Nexus features implemented&lt;br /&gt;
   [J]  UART comm&amp;#039;s&lt;br /&gt;
   [J]  digital pulse counting&lt;br /&gt;
   [T]  accelerometer data acquisition&lt;br /&gt;
   [T]  vRMS calculation&lt;br /&gt;
  [J+T]  shared memory safe-guarded by mutex&lt;br /&gt;
   [J]  unit testing&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2023-05-04&lt;br /&gt;
&lt;br /&gt;
# Salsa Columbiana . . . &lt;br /&gt;
# https://www.youtube.com/watch?v=6fOWxjr0T0A  Alberto Barros Tributo a la Salsa Colombiana - Oiga Mire Vea &lt;br /&gt;
# https://www.youtube.com/watch?v=Dy07HgNoYcg  Canonazos +++ &lt;br /&gt;
# https://www.youtube.com/watch?v=1S0yj9J8Qn8  Los Titanes - Por Retenerte +++ lento bueno pa aprender la baile&lt;br /&gt;
# https://www.youtube.com/watch?v=qmtQ9vfS2OI  Los Titanes - Eres mi razon de ser +++ tiempo mediano&lt;br /&gt;
# https://www.youtube.com/watch?v=jTmpD-EjzxY  Invierno En Primavera - Guayacan Orquesta ...muy lento!&lt;br /&gt;
# https://www.youtube.com/watch?v=MjXU7I6aBpA  Grupo Niche Gotas De Lluvia&lt;br /&gt;
# https://www.youtube.com/watch?v=E37p1P4EZd0  Cada Día Que Pasa&lt;br /&gt;
# https://www.youtube.com/watch?v=62RSfIBzID8  Mujer De Carne y Hueso - Guayacan Orquesta&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
A G. Carson, 2023 in and near first week of June:&lt;br /&gt;
&lt;br /&gt;
First purchase:&lt;br /&gt;
aloe marlothii - $22&lt;br /&gt;
&lt;br /&gt;
Second:&lt;br /&gt;
aloe with leaf imprints - $10&lt;br /&gt;
agave parryi var truncata - $15&lt;br /&gt;
&lt;br /&gt;
Third:&lt;br /&gt;
agave and ice cactus - $20 &lt;br /&gt;
succulent trio - $10&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2023-06-26&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 1002  # https://www.bbc.com/news/world-africa-65952520&lt;br /&gt;
 1003  # https://stackoverflow.com/questions/67926640/c-c-static-function-vs-non-static-function-impact-on-linking-time&lt;br /&gt;
 1004  # https://www.youtube.com/watch?v=3t0DqyoSLTw&amp;amp;t=2845s Andrew Frenir and Sixsense &amp;quot;Caught In Time&amp;quot;4&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2026-07-22&lt;br /&gt;
&lt;br /&gt;
In response to our meeting this past Monday which included a, b, c and myself, I must say first and foremost that I am caught off guard.  Over the past six months I have been working steadily with our team, on a variety of assignments and tasks.  During this time I&amp;#039;ve received no regular feedback to the contrary that my work has been helpful and largely sufficient.&lt;br /&gt;
&lt;br /&gt;
It was brought up in Monday&amp;#039;s meeting that our Jira task board shows me working more slowlyl than my teammates.  I pointed out that certain tasks of mine are much larger and older in nature than our newer hires&amp;#039; typical tasks.&lt;br /&gt;
&lt;br /&gt;
Josh then commented that an effort was made to &amp;quot;normalize&amp;quot; my Jira progress numbers against other team members&amp;#039;.  It seems my managers see how some of my tasks are organized differently in Jira compared to my colleagues.&lt;br /&gt;
&lt;br /&gt;
If the question of my performance is important enough to lead to an improvement plan, why was time not taken to refactor my tasks in Jira to allow for a more fair comparison?&lt;br /&gt;
&lt;br /&gt;
Larger tasks like mine are more prone to run long because we always review each other&amp;#039;s code work before final submission.  I have a task which I completed back in late March and have asked repeatedly when the team will have time to review it, and its review is still not complete.&lt;br /&gt;
&lt;br /&gt;
The reasons presented on Monday concern me about what the improvement plan is really intended to bring about.  In my annual review I was told to work on refining my code submissions for our standard review process.  I was told to follow Josh&amp;#039;s instructions, which I have always done.  I&amp;#039;ve been doing both of these things all the months of this year, and I&amp;#039;ve had no special meetings called to discuss performance or any other unusual topic.  &lt;br /&gt;
&lt;br /&gt;
My first concern about the plan is that not only is it presented suddenly, but that I&amp;#039;ve had very little contact and communication with my current supervisor over the past eight months.  He was out on paternity leave four of those months.  I am further concerned that at my annual review this past January, he did not mention a single positive accomplishment I achieved in 2025.  That makes me feel isolated and singled out relative to the rest of the team.&lt;br /&gt;
&lt;br /&gt;
After Monday&amp;#039;s meeting it is especially troubling to me that Adam has not had sufficient time or interest to get to know my contributions, but instead relies on a report from someone else.&lt;br /&gt;
&lt;br /&gt;
My second concern about the plan is that it&amp;#039;s not clear what is really driving it.  I followed the feedback I&amp;#039;ve gotten from Josh in his reviews of my code.  I have followed Adam&amp;#039;s January review instructions to keep me head down on my own tasks and minimize questions to other team members.  I&amp;#039;ve had to figure more things out on my own as a result, and I&amp;#039;m told as of Monday I&amp;#039;m slowing the team down.  I&amp;#039;m not sure how that can be when I already request a bare minimum of help and time from others.&lt;br /&gt;
&lt;br /&gt;
It seems that this plan is motivated as much by a perception of my being slower as it is my being the oldest member on the team.  Further, given it&amp;#039;s well known that our project is overdue and over-budget, and we now have excellent contract developers of whom Cornell is able to hire for a half the cost of my salary, there&amp;#039;s a economic motivation to end my position with the team.&lt;br /&gt;
&lt;br /&gt;
Our Jira numbers can be spun a lot of ways.  If there were a true interest in keeping me in good standing there would have been more regular communication, training offered and more questions asked.  There has been almost none of that.  I&amp;#039;ve taken classes and seminars on my own to improve my firmware skills which are needed now and beyond our most immediate tasks.&lt;br /&gt;
&lt;br /&gt;
I think I&amp;#039;ve gotten a tepid response to inquiries about continued learning because I&amp;#039;m older.  I am viewed as having fewer working years to give the company whether I&amp;#039;m better trained or not.  I think that lack of acknowledgement that I&amp;#039;ve contributed in major ways in all my years here is a sign.  It is not the kind of sign I would expect from a manager who wants me to succeed and continue as a contributing team member.  I feel singled out in this situation and not well supported.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
- - - [[#top|top of page]] - - -&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Notes&amp;diff=9066</id>
		<title>Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Notes&amp;diff=9066"/>
		<updated>2026-07-22T16:54:06Z</updated>

		<summary type="html">&lt;p&gt;Ted: 7-22 letter to HR for review&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Neela Nurseries notes jump point&lt;br /&gt;
&amp;lt;i&amp;gt; started 2019-09-16 &amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Noted, look for:&lt;br /&gt;
&lt;br /&gt;
*  The Little Prince and author Saint Aubery&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Ubuntu 20.04 LTS - Dell tower FG&lt;br /&gt;
&lt;br /&gt;
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ west --version&lt;br /&gt;
West version: v0.11.0&lt;br /&gt;
&lt;br /&gt;
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ cmake --version&lt;br /&gt;
cmake version 3.21.1&lt;br /&gt;
&lt;br /&gt;
CMake suite maintained and supported by Kitware (kitware.com/cmake).&lt;br /&gt;
&lt;br /&gt;
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ dtc --version&lt;br /&gt;
Version: DTC 1.5.0&lt;br /&gt;
&lt;br /&gt;
ted@localhost:/opt/zephyr-sdk-0.13.0/arm-zephyr-eabi/bin$ ./arm-zephyr-eabi-gcc --version&lt;br /&gt;
arm-zephyr-eabi-gcc (crosstool-NG 1.24.0.378_e011758) 10.3.0&lt;br /&gt;
Copyright (C) 2020 Free Software Foundation, Inc.&lt;br /&gt;
This is free software; see the source for copying conditions.  There is NO&lt;br /&gt;
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@dev-host-2:~/projects/zephyr-based$ west --version&lt;br /&gt;
West version: v0.12.0&lt;br /&gt;
&lt;br /&gt;
ted@dev-host-2:~/projects/zephyr-based$ cmake --version&lt;br /&gt;
cmake version 3.23.0&lt;br /&gt;
&lt;br /&gt;
CMake suite maintained and supported by Kitware (kitware.com/cmake).&lt;br /&gt;
ted@dev-host-2:~/projects/zephyr-based$ dtc --version&lt;br /&gt;
Version: DTC 1.5.0&lt;br /&gt;
&lt;br /&gt;
ted@dev-host-2:/opt/gcc-arm-none-eabi-10.3-2021.10/bin$ ./arm-none-eabi-gcc --version&lt;br /&gt;
arm-none-eabi-gcc (GNU Arm Embedded Toolchain 10.3-2021.10) 10.3.1 20210824 (release)&lt;br /&gt;
Copyright (C) 2020 Free Software Foundation, Inc.&lt;br /&gt;
This is free software; see the source for copying conditions.  There is NO&lt;br /&gt;
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [[Zephyr_ncs_sleep_modes|Zephyr low power config]]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@localhost:~/Downloads/nordic$ md5sum mfw_nrf9160_1.3.1.zip &lt;br /&gt;
28967ac5e52ca7a147b2c9eb814f68c3  mfw_nrf9160_1.3.1.zip&lt;br /&gt;
ted@localhost:~/Downloads/nordic$&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
 Your Order Has Been Received&lt;br /&gt;
Order Number:    24610360&lt;br /&gt;
&lt;br /&gt;
http://en.kremlin.ru/events/president/transcripts/statements/67843&lt;br /&gt;
&lt;br /&gt;
0301 . . . https://www.dw.com/en/opinion-ukraine-will-survive-but-the-west-should-be-ashamed/a-60906913&lt;br /&gt;
0301 . . . https://www.nytimes.com/2022/03/01/world/europe/russia-ukraine-war-outrage.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://calscape.org/Agave-utahensis-var.-eborispina-(Ivory-spined-Agave)?srchcr=sc6013985586e11&lt;br /&gt;
&lt;br /&gt;
Openbox clock settings . . .&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 2001  # %A %d %B %Y&lt;br /&gt;
 2002  # %a %d %b, %R&lt;br /&gt;
 2003  # %a %d %b, %R:%S&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2022-02-08 Tuesday, generic.cmake diagnostics statements added to [west_workspace]/zephyr/cmake/compiler/gcc/generic.cmake:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#&lt;br /&gt;
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
## 2022-02-08 Reference https://cmake.org/cmake/help/latest/command/message.html&lt;br /&gt;
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
#&lt;br /&gt;
message(NOTICE &amp;quot;*** zztop *** building with user configuration var ZEPHYR_TOOLCHAIN_VARIANT set to &amp;#039;${ZEPHYR_TOOLCHAIN_VARIANT}&amp;#039;&amp;quot;)&lt;br /&gt;
message(NOTICE &amp;quot;*** zztop *** internal variable CROSS_COMPILE set to &amp;#039;${CROSS_COMPILE}&amp;#039;&amp;quot;)&lt;br /&gt;
message(NOTICE &amp;quot;*** zztop *** internal variable TOOLCHAIN_HOME set to &amp;#039;${TOOLCHAIN_HOME}&amp;#039;&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ok got things working with following shell exports:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@remotehost:~/projects/zephyr-based/hardware-Stage1-firmware-aws-iot-stand-alone$ set | grep TOOL&lt;br /&gt;
GNUARMEMB_TOOLCHAIN_PATH=/opt/gcc-arm-none-eabi-10.3-2021.10&lt;br /&gt;
ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
./lib/libc/minimal/include/errno.h:113:#define ENOTCONN 128        /**&amp;lt; Socket is not connected */&lt;br /&gt;
&lt;br /&gt;
+CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;ibasis.iot&amp;quot;,&amp;quot;10.165.169.248&amp;quot;,0,0&lt;br /&gt;
OK&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
# ----- 2022-02-10 -----&lt;br /&gt;
&lt;br /&gt;
0210 - To capture Buildroot dependencies&lt;br /&gt;
&lt;br /&gt;
Hi Jon,&lt;br /&gt;
&lt;br /&gt;
For your Buildroot work, you&amp;#039;ll want to have your locally cloned copy of the Buildroot project pushed to Cornell Pump repository as it sounds like you have done.  This will be your &amp;quot;fork&amp;quot; of Buildroot, so to speak.  In your case the fork will be application focused, and specific to supporting your new barcoding and Epicore interfacing system.  I only mention this because sometimes a fork of a larger project (an OS in this case) is more focused on developing the OS itself.&lt;br /&gt;
&lt;br /&gt;
You should not need to pull in the multiple gigabytes of &amp;quot;third party to Buildroot&amp;quot; projects and libraries.  If I understand the situation correctly, many developers using Buildroot in a production setting manage these large dependencies with a toolset like &amp;#039;Yocto&amp;#039;.  I&amp;#039;ve only scratched the surface with Yocto, and a big part of this toolset appears to be its support for automated builds and automated testing of software.  Yocto also tracks all the dependencies for a developer&amp;#039;s given project.  And not just library and source deps, but also compiler and other toolchain versions.  So Yocto can tell you exactly which versions of gcc you are or were building with, which versions of Python, C libraries, everything.  Everything is captured.&lt;br /&gt;
&lt;br /&gt;
The python3 based `west` looks to me like a small subset of Yocto.  `west` is designed to manage mulit-git-repo projects.  Zephyr RTOS applications are multi-git-repo based projects.  You probably don&amp;#039;t need nightly builds or automated regression testing for the barcode scanner, though it would be a strength on our part to know how to do this!  But I wonder whether we could install `west` on your system, and write a west manifest file in the top level Buildroot directory of your local repo.  This manifest file would list each third party software library or suite, its current git version you are using, its remote git URL.  This would be a key part of your Buildroot recipe:  all the dependencies which you are using but not changing.  Hence the reason you do not need to push copies of those other repos to Cornell Pump&amp;#039;s git server.&lt;br /&gt;
&lt;br /&gt;
By the way, the baseline `west` does not know how to build Zephyr projects, or any other project.  The reason I can compile Pulse Pro firmware invoking `west build . . .` is that Zephyr RTOS provides some `west` extensions.  These are just python routines.  The manual toolchain set up for Nordic Semi nrf SDK includes a step to run a one-time set up script to enable these Zephyr extensions to `west` functionality.  I imagine you already have a way of &amp;quot;building&amp;quot; your Buildroot images.  It&amp;#039;s not required for you to capture this command or commands as an extension to `west`, but you could if you wanted to.&lt;br /&gt;
&lt;br /&gt;
The professional and long term supported way to manage Buildroot would be to use Yocto or something comparable.  The dependency management needs you express, however, I think could be correctly handled by `west`.  I&amp;#039;d be happy to help try and set that up with you, certainly too answer questions if you prefer moving forward with that on your own.  Let me know your thoughts, Jon.&lt;br /&gt;
&lt;br /&gt;
As this is a long reply I&amp;#039;ll copy you and Aaron via work email also.&lt;br /&gt;
&lt;br /&gt;
- Ted&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# -----&lt;br /&gt;
&lt;br /&gt;
 *`  https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/http_update/full_modem_update/README.html&lt;br /&gt;
`*`  https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk_gsg%2FUG%2Fnrf91_DK_gsg%2Fupdating_modem_firmware.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 19 //  Nordic sample app file change is in file:&lt;br /&gt;
 20 //&lt;br /&gt;
 21 //      [west_workspace]/nrf/subsys/net/lib/aws_iot/src/aws_iot.c&lt;br /&gt;
 22 //&lt;br /&gt;
 23 //  Added lines:&lt;br /&gt;
 24 //&lt;br /&gt;
 25 //     116 // 20220105 DEV BEGIN -&lt;br /&gt;
 26 //     117 struct mqtt_client *sample_app_mqtt_client_ptr = &amp;amp;client;&lt;br /&gt;
 27 //     118 // 20220105 DEV END -&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
     }&lt;br /&gt;
}&lt;br /&gt;
at+c- MARK 7 - at every 100 CLI loop iterations&lt;br /&gt;
button press count at 0&lt;br /&gt;
lac&lt;br /&gt;
AT+CLAC&lt;br /&gt;
AT+CGMI&lt;br /&gt;
AT+CGMM&lt;br /&gt;
AT+CGMR&lt;br /&gt;
AT+CGSN&lt;br /&gt;
AT%XMAGPIO&lt;br /&gt;
AT%XANTDETMAGPIO&lt;br /&gt;
AT%XMIPIRFFEDEV&lt;br /&gt;
AT%XMIPIRFFECTRL&lt;br /&gt;
AT%XCOEX0&lt;br /&gt;
AT%XANTCFG&lt;br /&gt;
AT%XEMPR&lt;br /&gt;
AT%XRFTEST&lt;br /&gt;
AT%XMODEMTRACE&lt;br /&gt;
AT%XVBAT&lt;br /&gt;
AT%XSYSTEMMODE&lt;br /&gt;
AT%SHORTSWVER&lt;br /&gt;
AT%HWVERSION&lt;br /&gt;
AT%XMODEMUUID&lt;br /&gt;
AT%XFILEWRITE&lt;br /&gt;
AT%XGPIOTEST&lt;br /&gt;
AT%XFSSYNC&lt;br /&gt;
OK&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  4 at+cgsn&lt;br /&gt;
  5 351358813270524&lt;br /&gt;
  6 OK&lt;br /&gt;
  7 &lt;br /&gt;
  8 at+cgsn=1&lt;br /&gt;
  9 +CGSN: &amp;quot;351358813270524&amp;quot;&lt;br /&gt;
 10 OK&lt;br /&gt;
 11 &lt;br /&gt;
 12 at+cgsn=2&lt;br /&gt;
 13 +CGSN: &amp;quot;3513588132705200&amp;quot;&lt;br /&gt;
 14 OK&lt;br /&gt;
 15 &lt;br /&gt;
 16 at+cgsn=3&lt;br /&gt;
 17 +CGSN: &amp;quot;00&amp;quot;&lt;br /&gt;
 18 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(NOTE) 2022-01-12&lt;br /&gt;
&lt;br /&gt;
2022-01-12T19:25:25.982Z ERROR Unsupported device.&lt;br /&gt;
            The detected device could not be recognized as&lt;br /&gt;
            neither JLink device nor Nordic USB device.&lt;br /&gt;
2022-01-12T19:25:25.982Z ERROR Please make sure J-Link Software and nrf-udev are installed. See https://github.com/NordicSemiconductor/pc-nrfconnect-launcher/#macos-and-linux&lt;br /&gt;
&lt;br /&gt;
2022-01-12T19:25:36.447Z INFO Using @nordicsemiconductor/nrf-device-lib-js to communicate with target via JLink&lt;br /&gt;
2022-01-12T19:25:36.447Z INFO JLink OB firmware version J-Link V11 compiled Sep  7 2021 11:22:27&lt;br /&gt;
2022-01-12T19:25:36.455Z DEBUG Sending usage data...&lt;br /&gt;
2022-01-12T19:25:36.455Z DEBUG Category: pc-nrfconnect-programmer&lt;br /&gt;
2022-01-12T19:25:36.455Z DEBUG Action: Open jlink OB version&lt;br /&gt;
2022-01-12T19:25:36.455Z DEBUG Label: J-Link V11 compiled Sep  7 2021 11:22:27&lt;br /&gt;
2022-01-12T19:25:36.460Z DEBUG Usage data has been sent&lt;br /&gt;
2022-01-12T19:25:36.460Z INFO Device family NRF91&lt;br /&gt;
2022-01-12T19:25:36.460Z DEBUG Sending usage data...&lt;br /&gt;
2022-01-12T19:25:36.460Z DEBUG Category: pc-nrfconnect-programmer&lt;br /&gt;
2022-01-12T19:25:36.461Z DEBUG Action: Open jlink device family&lt;br /&gt;
2022-01-12T19:25:36.461Z DEBUG Label: NRF91&lt;br /&gt;
2022-01-12T19:25:36.462Z DEBUG Usage data has been sent&lt;br /&gt;
2022-01-12T19:25:36.462Z INFO Device version NRF9160_xxAA_REV2&lt;br /&gt;
2022-01-12T19:25:36.463Z DEBUG Sending usage data...&lt;br /&gt;
2022-01-12T19:25:36.463Z DEBUG Category: pc-nrfconnect-programmer&lt;br /&gt;
2022-01-12T19:25:36.463Z DEBUG Action: Open jlink device version&lt;br /&gt;
2022-01-12T19:25:36.463Z DEBUG Label: NRF9160_xxAA_REV2&lt;br /&gt;
2022-01-12T19:25:36.464Z DEBUG Usage data has been sent&lt;br /&gt;
2022-01-12T19:25:36.464Z INFO Board version Unknown&lt;br /&gt;
2022-01-12T19:25:36.465Z DEBUG Sending usage data...&lt;br /&gt;
2022-01-12T19:25:36.465Z DEBUG Category: pc-nrfconnect-programmer&lt;br /&gt;
2022-01-12T19:25:36.465Z DEBUG Action: Open jlink device board version&lt;br /&gt;
2022-01-12T19:25:36.465Z DEBUG Label: Unknown&lt;br /&gt;
2022-01-12T19:25:36.466Z DEBUG Usage data has been sent&lt;br /&gt;
2022-01-12T19:25:36.468Z INFO Modem detected&lt;br /&gt;
2022-01-12T19:25:36.468Z INFO Loading readback protection status for Application core&lt;br /&gt;
2022-01-12T19:25:36.468Z DEBUG Sending usage data...&lt;br /&gt;
2022-01-12T19:25:36.468Z DEBUG Category: pc-nrfconnect-programmer&lt;br /&gt;
2022-01-12T19:25:36.468Z DEBUG Action: Open device&lt;br /&gt;
2022-01-12T19:25:36.468Z DEBUG Label: jlink&lt;br /&gt;
2022-01-12T19:25:36.470Z DEBUG Usage data has been sent&lt;br /&gt;
2022-01-12T19:25:37.031Z INFO Readback protection status: NRFDL_PROTECTION_STATUS_NONE&lt;br /&gt;
2022-01-12T19:25:37.603Z INFO Parse memory regions for Application core&lt;br /&gt;
2022-01-12T19:25:37.608Z INFO Device is loaded and ready for further operation&lt;br /&gt;
(END)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*  literature https://getpocket.com/explore/item/10-works-of-literary-fantasy-you-should-read&lt;br /&gt;
&lt;br /&gt;
2021-11-23&lt;br /&gt;
&lt;br /&gt;
*  https://getpocket.com/explore/item/the-5-most-common-regrets-of-the-dying-and-what-we-can-learn-from-them?utm_source=pocket-newtab&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*  https://getpocket.com/explore/item/core-workout-4-beginner-pilates-exercises-for-strengthening-your-abs&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-11-07 Sunday&lt;br /&gt;
With CMSIS DSP math transform functions enabled, latest FLASH and RAM usage:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[15/19] Linking C executable zephyr/zephyr.elf&lt;br /&gt;
Memory region         Used Size  Region Size  %age Used&lt;br /&gt;
           FLASH:      286420 B     409088 B     70.01%&lt;br /&gt;
            SRAM:       84712 B     178968 B     47.33%&lt;br /&gt;
        IDT_LIST:          0 GB         2 KB      0.00%&lt;br /&gt;
[19/19] Generating zephyr/merged.hex&lt;br /&gt;
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone$&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ******************************************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.ftdichip.com/Support/Documents/DataSheets/Cables/DS_TTL-232R_CABLES.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-10-26 - thingy91_nrf9160 overlays:&lt;br /&gt;
&lt;br /&gt;
Thingy91 board files located in [west_workspace_dir]/nrf/boards/arm/thingy91_nrf9160/:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;file thingy91_nrf9160.overlay, and also thingy91_nrf9160ns.overlay:&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;i2c1 {&lt;br /&gt;
        compatible = &amp;quot;nordic,nrf-twim&amp;quot;;&lt;br /&gt;
        status = &amp;quot;okay&amp;quot;;&lt;br /&gt;
        sda-pin = &amp;lt;26&amp;gt;;&lt;br /&gt;
        scl-pin = &amp;lt;27&amp;gt;;&lt;br /&gt;
/* See TN027-Power-On-Procedure.pdf for purpose of 0x1F and 0x1D&lt;br /&gt;
   Kionix sensor addresses here:&lt;br /&gt;
*/&lt;br /&gt;
        kionix_sensor: kx132_1211@1f {&lt;br /&gt;
                compatible = &amp;quot;kionix,kx132_1211&amp;quot;;&lt;br /&gt;
                reg = &amp;lt;0x1F&amp;gt;;&lt;br /&gt;
                label = &amp;quot;KX132_1211&amp;quot;;&lt;br /&gt;
        };&lt;br /&gt;
        kionix_sensor_flipped_i2c_addr: kx132_1211@1d {&lt;br /&gt;
                compatible = &amp;quot;kionix,kx132_1211&amp;quot;;&lt;br /&gt;
                reg = &amp;lt;0x1D&amp;gt;;&lt;br /&gt;
                label = &amp;quot;KX132_1211&amp;quot;;&lt;br /&gt;
        };&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-10-20&lt;br /&gt;
Ait Benhaddou, Morocco&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-10-15 Friday&lt;br /&gt;
&lt;br /&gt;
*  https://cdn.sparkfun.com/assets/5/7/c/a/c/nRF9160_Thing_Plus.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-10-13 Wednesday&lt;br /&gt;
&lt;br /&gt;
*  https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/kconfig/CONFIG_IIS2DH_ODR.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function set_aliases_local()&lt;br /&gt;
{&lt;br /&gt;
    alias gw=&amp;#039;rm $HOME/.ssh/config; ln -s $HOME/.ssh/config--work $HOME/.ssh/config; echo &amp;quot;Setting git auth to work account . . .&amp;quot;&amp;#039;&lt;br /&gt;
    alias gp=&amp;#039;rm $HOME/.ssh/config; ln -s $HOME/.ssh/config--personal $HOME/.ssh/config; echo &amp;quot;Setting git auth to personal account . . .&amp;quot;&amp;#039;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-10-05&lt;br /&gt;
Schematics and board files for LoRa radio module 915M30S, and Digikey &amp;quot;Product Index  &amp;lt;b&amp;gt;==&amp;gt;&amp;lt;/b&amp;gt;  Connectors, Interconnects  &amp;lt;b&amp;gt;==&amp;gt;&amp;lt;/b&amp;gt;  Rectangular Connectors - Headers, Male Pins &amp;lt;b&amp;gt;==&amp;gt;&amp;lt;/b&amp;gt; Harwin Inc. M20-9990445&amp;quot; . . .&lt;br /&gt;
*  https://www.robotgear.com.au/Product.aspx/Details/9078-LoRa-1W-Breakout-915M30S&lt;br /&gt;
*  https://www.digikey.com/en/products/detail/harwin-inc/M20-9990445/3728229&lt;br /&gt;
*  https://wwwfiles.iar.com/arm/webic/doc/JLink_J-TraceARM.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-09-27&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Hello World! sparkfun_thing_plus_nrf9160 - built via Segger Nordic Edition v5.60&lt;br /&gt;
main.c - Kionix sensor reports its manufacturer ID, as 32-bit integer 1852795211&lt;br /&gt;
main.c - sensor_value.val2 holds 0&lt;br /&gt;
main.c - value.val1 as bytes:  0x4B 0x69 0x6F 0x6E   &amp;quot; K  i  o  n &amp;quot;&lt;br /&gt;
main.c - Kionix sensor reports part ID of 317&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;!--&lt;br /&gt;
Hello World! sparkfun_thing_plus_nrf9160 - built via Segger Nordic Edition v5.60&lt;br /&gt;
main.c - Kionix sensor reports its manufacturer ID, as 32-bit integer 1852795211&lt;br /&gt;
main.c - sensor_value.val2 holds 0&lt;br /&gt;
main.c - value.val1 as bytes:  0x4B 0x69 0x6F 0x6E   &amp;quot; K  i  o  n &amp;quot;&lt;br /&gt;
main.c - Kionix sensor reports part ID of 317&lt;br /&gt;
Hello World! sparkfun_thing_plus_nrf9160 - built via Segger Nordic Edition v5.60&lt;br /&gt;
main.c - Kionix sensor reports its manufacturer ID, as 32-bit integer 1852795211&lt;br /&gt;
main.c - sensor_value.val2 holds 0&lt;br /&gt;
main.c - value.val1 as bytes:  0x4B 0x69 0x6F 0x6E   &amp;quot; K  i  o  n &amp;quot;&lt;br /&gt;
main.c - Kionix sensor reports part ID of 317&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-06-22&lt;br /&gt;
*  https://www.nordicsemi.com//News/2021/06/Digital%20Matters%20Yabby%20Edge%20Cellular%20uses%20Nordic&lt;br /&gt;
&lt;br /&gt;
***&lt;br /&gt;
&lt;br /&gt;
Topics noted:&lt;br /&gt;
&lt;br /&gt;
gdbstl.cmd:&lt;br /&gt;
&lt;br /&gt;
   target extended localhost:4242&lt;br /&gt;
&lt;br /&gt;
toolchain.mk&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
APP_HEXFILE = $(BUILDDIR)/$(PROJECT).hex&lt;br /&gt;
GDB_ELF = $(BUILDDIR)/$(PROJECT).elf&lt;br /&gt;
OOCD_CFG = oocd.cfg&lt;br /&gt;
GDB_OOCD_CFG = gdboocd.cmd&lt;br /&gt;
GDB_STL_CFG = gdbstl.cmd&lt;br /&gt;
SERIAL_RAW != echo -e &amp;quot;$(SERIAL)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
write: $(APP_HEXFILE) write_ocd&lt;br /&gt;
&lt;br /&gt;
write_ocd:&lt;br /&gt;
#	openocd -s $(BOARDDIR) -f $(OOCD_CFG) -c &amp;quot;hla_serial $(SERIAL); program $(APP_HEXFILE) verify reset exit&amp;quot;&lt;br /&gt;
	openocd -s $(BOARDDIR) -f $(OOCD_CFG) -d3 -c &amp;quot;hla_serial $(SERIAL); program $(APP_HEXFILE) verify reset exit&amp;quot;&lt;br /&gt;
&lt;br /&gt;
write_stl:&lt;br /&gt;
	st-flash --serial=$(SERIAL_RAW) --reset --format ihex write $(APP_HEXFILE)&lt;br /&gt;
&lt;br /&gt;
gdb: $(GDB_ELF) gdb_ocd&lt;br /&gt;
&lt;br /&gt;
gdb_ocd:&lt;br /&gt;
	$(TRGT)gdb -q $(shell pwd)/$(GDB_ELF) -cd $(BOARDDIR) -ex &amp;quot;target remote | openocd -f oocd.cfg -c &amp;#039;hla_serial $(SERIAL); gdb_port pipe&amp;#039;&amp;quot; -x $(GDB_OOCD_CFG)&lt;br /&gt;
&lt;br /&gt;
gdb_stl:&lt;br /&gt;
	$(TRGT)gdb -q $(shell pwd)/$(GDB_ELF) -cd $(TOOLCHAIN) -x ./$(GDB_STL_CFG)&lt;br /&gt;
&lt;br /&gt;
serial:&lt;br /&gt;
	picocom -b 115200 /dev/serial/by-id/usb-STMicroelectronics_STLINK-V3_$(SERIAL_RAW)-if02&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
gdboocd.cmd:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
monitor stm32f0x.cpu configure -rtos chibios&lt;br /&gt;
monitor reset halt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
2021 mid-June ordered STM32 dev boards:&lt;br /&gt;
  2	NUCLEO-F401RE	3	$13.55	$40.65&lt;br /&gt;
  3	NUCLEO-L432KC	3	$10.54	$31.62&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
Python and barcode scanning,&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.pyimagesearch.com/2018/05/21/an-opencv-barcode-and-qr-code-scanner-with-zbar/&lt;br /&gt;
*  https://learnopencv.com/barcode-and-qr-code-scanner-using-zbar-and-opencv/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
More appropriate . . .&lt;br /&gt;
*  https://unix.stackexchange.com/questions/596619/how-to-direct-dev-hidraw-output-to-python-application-and-not-terminal&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  Unix cut command example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   $ grep -n zzz *cal-419* | grep &amp;#039;NO2 averaged A-to-D&amp;#039; | cut -d&amp;quot; &amp;quot; -f 9&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   $ grep -n zzz *cal-421* | grep &amp;#039;NO2 averaged&amp;#039; &amp;gt;&amp;gt; z--cal-4-2-1--no2-averaged-a-to-d-counts-to-plot.txt&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    808 Programming Command: lpc21isp -wipe -verify /usr/local/share/gas_platform/gas_platform_AG-04v1.01.hex /dev/serial/by-id/usb-FTDI_TTL232R-3V3_FTG9RMUM-if00-port0 38400 12000&lt;br /&gt;
    809 Verify after copy RAM to Flash.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
veris@alta-gwn-sensor:/dev/serial$ ls -l by-id&lt;br /&gt;
total 0&lt;br /&gt;
lrwxrwxrwx 1 root root 13 Dec 18 14:12 usb-FTDI_TTL232R-3V3_FTG9RMUM-if00-port0 -&amp;gt; ../../ttyUSB0&lt;br /&gt;
lrwxrwxrwx 1 root root 13 Dec 18 14:12 usb-FTDI_TTL232R-3V3_FTGD5F08-if00-port0 -&amp;gt; ../../ttyUSB1&lt;br /&gt;
lrwxrwxrwx 1 root root 13 Dec 18 14:13 usb-FTDI_US232R_FTFC09BL-if00-port0 -&amp;gt; ../../ttyUSB2&lt;br /&gt;
veris@alta-gwn-sensor:/dev/serial$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Software ==&lt;br /&gt;
*  https://www.renesas.com/us/en/document/dst/isl3150e-isl3152e-isl3153e-isl3155e-isl3156e-isl3158e-datasheet&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Zephyr RTOS and MCU vetting ===&lt;br /&gt;
&lt;br /&gt;
Outline of MCU vetting work, ~five minutes presentation time:&lt;br /&gt;
&lt;br /&gt;
*  Goal:  find an available and sufficiently resourced MCU that&amp;#039;s supported by our RTOS&lt;br /&gt;
&lt;br /&gt;
*  (1)  Quick Real Time Operating System recap:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  (2)  &amp;quot;Real Time&amp;quot; does not mean particularly fast, it only means &amp;quot;max latency know-able&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  (3)  RTOS projects are much simpler than Windows, Linux, MacOS, Unix operating systems ( but they are still complex! )&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  (4)  With Zephyr RTOS our MCU support search starts with a review of device tree sources files in two places of the Zephyr project source tree&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
  zephyr/dts/arm&amp;lt;br /&amp;gt;&lt;br /&gt;
  zephyr/boards/arm&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  (5)  Device Tree Source is its own hardware description language.&lt;br /&gt;
&lt;br /&gt;
Linux Kernel project has used dts for many years, where it is compiled into &amp;quot;device tree binary&amp;quot; or &amp;quot;device tree blob&amp;quot; files.  These data like files are read by the kernel early on to inform the kernel which types of hardware and which configurable attributes and other hardware details are present where the kernel is running.  Zephyr RTOS developers incorporated dts into Zephyr a few years ago.  Zephyr RTOS itself does not read or parse dtb files.  Rather, Zephyr&amp;#039;s build time framework parses a combined dts file for the given hardware and project, and creates a system of device macros which support Zephyr&amp;#039;s generalized and lower level hardware APIs.  There is also automated error checking which dts supports in the Zephyr RTOS project, even without compiling device tree source all the way to a binary blob.&lt;br /&gt;
&lt;br /&gt;
*  (6)  MCUs we looked into:  RP2040, NXP, Renasas, STMicro STM32.&lt;br /&gt;
&lt;br /&gt;
*  (7)  Example of new and only partial Zephyr RTOS support for RP2040 . . . Renasas little support, NXP and STMicro extensive support found in Zephyr source tree.&lt;br /&gt;
&lt;br /&gt;
*  (8)  First live test of MCU plus Zephyr, &amp;quot;hello_world&amp;quot; tests our toolchain, our chosen release of Zephyr and supporting libraries, MCU&amp;#039;s Hardware Abstraction Layer, and the UART peripheral.&lt;br /&gt;
&lt;br /&gt;
*  (9)  From working &amp;quot;hello_world&amp;quot; we next add our own source files, some of which implement Zephyr RTOS threads.  This represents the point at which we can start to focus in full on our custom application firmware development.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Time permitting the &amp;quot;why we use dts and hardware abstraction layers&amp;quot; from Zephyr and MCU manufacturing companies.&lt;br /&gt;
&lt;br /&gt;
*  (10)  A lot of work goes into writing the code to read and write all the configuration and status registers of a given microcontroller.  Every hardware and firmware based product needs code which sensibly configures the MCU&amp;#039;s clocks, memory, and peripherals and any off-chip configurable hardware.  If our team did not leverage an RTOS and manufacturer&amp;#039;s hardware abstraction layers we would be faced with writing our own configuration code for every project, or for writing peripheral configuration libraries of our own.  And we would need to thoroughly test them.  Such testing is already occurring, has occurred with the hardware abstraction layer code libraries from chip vendors like NXP and STMicro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] QCustomPlot references ===&lt;br /&gt;
&lt;br /&gt;
Notes and links relating to QCustomPlot sofware, second link here is to the starting or main documentation page for QCustomPlot classes and their relation to Qt classes and code framework:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.qcustomplot.com/index.php/support/forum/1222&lt;br /&gt;
&lt;br /&gt;
*  https://www.qcustomplot.com/documentation/&lt;br /&gt;
*  https://www.qcustomplot.com/documentation/specialqtflags.html&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Code snippet from basic plotting tutorial:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// add title layout element:&lt;br /&gt;
customPlot-&amp;gt;plotLayout()-&amp;gt;insertRow(0);&lt;br /&gt;
customPlot-&amp;gt;plotLayout()-&amp;gt;addElement(0, 0, new QCPTextElement(customPlot, &amp;quot;Way too many graphs in one plot&amp;quot;, QFont(&amp;quot;sans&amp;quot;, 12, QFont::Bold)));&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2019-09-23 . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
Information about insertRow() and addElement() functions, the first of which appears in very few search results using Google, but which seems related to the much more oft mentioned addRow() Qt5 library routine:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.qcustomplot.com/documentation/classQCPTextElement.html&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Information about saving QCustomPlots to file:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.qcustomplot.com/index.php/support/forum/1677&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Information or further info on QCustomPlot layout:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.qcustomplot.com/documentation/thelayoutsystem.html&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Plot building at community garden:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  [[Nn-cubetas|nn buckets]]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Ecology ==&lt;br /&gt;
&lt;br /&gt;
This section for links to articlers about plants, animals, good stewardship of land.&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Local ecosystems and geology ===&lt;br /&gt;
&lt;br /&gt;
Article relating to owls and creating owl friendly habitat:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://getpocket.com/explore/item/transform-your-yard-into-an-owl-kingdom?utm_source=pocket-newtab  Invite owls to your yard&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.fs.fed.us/pnw/pubs/science-update-19.pdf&lt;br /&gt;
*  https://faculty.washington.edu/moral/publications/1988%20RdM%20Wood%20Madrono.pdf&lt;br /&gt;
*  https://calphotos.berkeley.edu/cgi/img_query?enlarge=0000+0000+0807+1211   . . . saxifraga (mycranthes) ferruginea&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Luetkea&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Mount_Rainier_National_Park&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2019-12-19 Thursday&lt;br /&gt;
&lt;br /&gt;
https://www.stevesupergardens.com/shop/aloe-littlefawn-new-hybrid/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] plants ===&lt;br /&gt;
&lt;br /&gt;
2022-08-24&lt;br /&gt;
*  https://www.rarepalmseeds.com/ensete-glaucum   . . . may survive PNW winters with overhead rain protection and mulching&lt;br /&gt;
*  https://www.rarepalmseeds.com/agave-kerchovei-huajuapan-red   . . . from very dry climates&lt;br /&gt;
*  https://www.rarepalmseeds.com/agave-parrasana&lt;br /&gt;
&lt;br /&gt;
~ ~ ~&lt;br /&gt;
&lt;br /&gt;
*  salix lucida&lt;br /&gt;
*  ribes lactustre&lt;br /&gt;
*  ribes sanguineum&lt;br /&gt;
*  cornus sericea&lt;br /&gt;
&lt;br /&gt;
Sub-alpine wildflower seen at South Sister, Mount Hood, Mount Saint Helens . . .&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Pedicularis_groenlandica   pedicularis groenlandica, elephant head lousewort, butterfly tongue&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] plant descriptions to move to NN page ===&lt;br /&gt;
&lt;br /&gt;
Entry:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
French lavender starts in four-inch starter pots, for sale by Milwaukie area gardener.  Selling for three dollars ($3) a start.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A Mediterranean native, French lavendar &amp;lt;i&amp;gt;(lavendula stoechas)&amp;lt;/i&amp;gt; once established is extremely drought tolerant.  Under normal conditions in Portland area, no need to water or fertilize this plant after its first year in the ground.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Likes full sun, and open space with good air circulation.  Attracts bumble bees, honeybees, and orchard mason bees.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This plant grows for several years, it is perennial.  Older plants may need be replaced from time to time, if a larger branch or branches should break.  Slow to moderate growth rate.  Not always able to fill in a void if a branch breaks near the plant&amp;#039;s base.&amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cash-only sales and PayPal accepted.  If you have questions about these plants feel free to write us and ask.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://sierrawildflowers.org/pedicularis_attollens.htm&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Plant Cultivars of Note ===&lt;br /&gt;
&lt;br /&gt;
*  https://patents.justia.com/patent/PP33056   Aloe &amp;quot;Alligator&amp;quot; by Renee O&amp;#039;Connell&lt;br /&gt;
*  https://www.exoticaesoterica.com/cactus-and-succulents/2018/8/1/rare-and-colorful-epiphytic-cacti&lt;br /&gt;
*  https://www.plantdelights.com/products/notocactus-apricus  Notocactus apricus de Uruguay y Brazil&lt;br /&gt;
&lt;br /&gt;
*  https://www.highcountrygardens.com/perennial-plants/unique-plants/eryngium-planum-blue-glitter&lt;br /&gt;
&lt;br /&gt;
Wineries . . .&lt;br /&gt;
&lt;br /&gt;
*  https://youngberghill.com/blog/willamette-valley-tasting-rooms/&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://saffronfields.com/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] abejas ===&lt;br /&gt;
&lt;br /&gt;
*  https://backyardbeekeeping101.com/stop-robbing-bees/ . . . stop robbing bees&lt;br /&gt;
&lt;br /&gt;
*  https://backyardhive.com/collections/beekeeping-supplies/products/robber-scout-bee-trap%C2%AE-new&lt;br /&gt;
&lt;br /&gt;
Hive and Garden . . .&lt;br /&gt;
&lt;br /&gt;
*  https://hiveandgarden.com/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Cinema and Music ==&lt;br /&gt;
&lt;br /&gt;
This section contains links to some stores, movies and music.&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Harry Potter and AllClassical dot Org ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
11:59 am - Sunday, November 3rd, 2019&lt;br /&gt;
&lt;br /&gt;
Harry Potter and the Half-Blood Prince: Fawkes the Phoenix&lt;br /&gt;
&lt;br /&gt;
Williams, John&lt;br /&gt;
&lt;br /&gt;
Los Angeles Philharmonic&lt;br /&gt;
&lt;br /&gt;
Gustavo Dudamel&lt;br /&gt;
&lt;br /&gt;
DG 002993902&lt;br /&gt;
Purchase&lt;br /&gt;
&lt;br /&gt;
11:54 am - Sunday, November 3rd, 2019&lt;br /&gt;
&lt;br /&gt;
Harry Potter and the Sorcerer&amp;#039;s Stone (Original Score): Har&lt;br /&gt;
&lt;br /&gt;
Williams, John&lt;br /&gt;
&lt;br /&gt;
Los Angeles Philharmonic&lt;br /&gt;
&lt;br /&gt;
Gustavo Dudamel&lt;br /&gt;
&lt;br /&gt;
DG 002993902&lt;br /&gt;
Purchase&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] movie and pop culture ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.polygon.com/2016/11/18/13671652/fantastic-beasts-harry-potter-dumbledore&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Computer Security ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.wikihow.com/Detect-and-Remove-Keyloggers  Detect and remove keyloggers, article in different languages&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Good lunch or dinner idea ==&lt;br /&gt;
*  https://www.topdust.com/everyplate-vs-dinnerly-best-meal-kit--2652507812.html?&amp;amp;gdpid=60afcebdb1edf6000119db6d&amp;amp;bcid=5fdb94cba0aeb24a9935723a&amp;amp;bhid=60a805e52ff8fe6880502d6e&amp;amp;campaignid=60a809fe2ff8fe6880502db3&amp;amp;utm_medium=cpa&amp;amp;utm_content=prospecting&amp;amp;BT=CPC&amp;amp;c=GEISTM-NBUK&amp;amp;utm_campaign=native_geist_602020_EPUS_PKT_A_vsDinnerly_Topdust_PS_RON_Stock&amp;amp;utm_source=pocket~geist&amp;amp;utm_term=EPUS_PKT_A_vsDinnerly_Topdust_PS_RON_Stock&lt;br /&gt;
&lt;br /&gt;
*  https://assets.rebelmouse.io/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpbWFnZSI6Imh0dHBzOi8vYXNzZXRzLnJibC5tcy8yNTc0NzAzMi9vcmlnaW4uanBnIiwiZXhwaXJlc19hdCI6MTY4MzUyMDQ1NX0.zBIA5KSpRRwnHTP97JnJBraMBgVAPjOCYKCX_RoERy0/img.jpg?width=1200&amp;amp;quality=85&amp;amp;coordinates=0%2C23%2C0%2C23&amp;amp;height=800&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] 2021-06-30 docker how-to work ==&lt;br /&gt;
Wednesday docker work . . .&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
16 ted@indulkana:~$ docker pull docker-registry.neelanurseries.com/ubuntu-20-04-lts:version-0p0&lt;br /&gt;
 17 version-0p0: Pulling from ubuntu-20-04-lts&lt;br /&gt;
 18 61e03ba1d414: Pull complete&lt;br /&gt;
 19 4afb39f216bd: Pull complete&lt;br /&gt;
 20 e489abdc9f90: Pull complete&lt;br /&gt;
 21 999fff7bcc24: Pull complete&lt;br /&gt;
 22 Digest: sha256:114bbce1997fa476da56c3958cb3ca13269a54b0a97dfd3667543c7778287bf2&lt;br /&gt;
 23 Status: Downloaded newer image for docker-registry.neelanurseries.com/ubuntu-20-04-lts:version-0p0&lt;br /&gt;
 24 docker-registry.neelanurseries.com/ubuntu-20-04-lts:version-0p0&lt;br /&gt;
 25 ted@indulkana:~$ docker images&lt;br /&gt;
 26 REPOSITORY                                            TAG           IMAGE ID       CREATED       SIZE&lt;br /&gt;
 27 docker-registry.neelanurseries.com/ubuntu-20-04-lts   version-0p0   065cf14a189c   12 days ago   135MB&lt;br /&gt;
 28 ted@indulkana:~$ docker run 065cf14a189c&lt;br /&gt;
 29 &lt;br /&gt;
 30 ted@indulkana:~$ docker run -i -t 065cf14a189c&lt;br /&gt;
 31 root@7d494ccfe013:/# which hostname&lt;br /&gt;
 32 /bin/hostname&lt;br /&gt;
 33 root@7d494ccfe013:/# hostname&lt;br /&gt;
 34 7d494ccfe013&lt;br /&gt;
 35 root@7d494ccfe013:/# ls /etc&lt;br /&gt;
 36 X11                     dbus-1          group         insserv.conf.d  login.defs      os-release  rc3.d        shadow       tmpfiles.d&lt;br /&gt;
 37 adduser.conf            debconf.conf    gshadow       issue           logrotate.d     pam.conf    rc4.d        shells       udev&lt;br /&gt;
 38 alternatives            debian_version  host.conf     issue.net       lsb-release     pam.d       rc5.d        skel         update-motd.d&lt;br /&gt;
 39 apt                     default         hostname      kernel          machine-id      passwd      rc6.d        subgid       xdg&lt;br /&gt;
 40 bash.bashrc             deluser.conf    hosts         ld.so.cache     mke2fs.conf     profile     rcS.d        subuid&lt;br /&gt;
 41 bash_completion.d       dhcp            init          ld.so.conf      modules-load.d  profile.d   resolv.conf  sysctl.conf&lt;br /&gt;
 42 bindresvport.blacklist  dpkg            init.d        ld.so.conf.d    mtab            rc.local    rmt          sysctl.d&lt;br /&gt;
 43 binfmt.d                environment     inputrc       legal           networks        rc0.d       securetty    systemd&lt;br /&gt;
 44 cron.daily              fstab           insserv       libaudit.conf   nsswitch.conf   rc1.d       security     terminfo&lt;br /&gt;
 45 cron.weekly             gai.conf        insserv.conf  localtime       opt             rc2.d       selinux      timezone&lt;br /&gt;
 46 root@7d494ccfe013:/# uptime&lt;br /&gt;
 47  06:11:33 up 13 min,  0 users,  load average: 0.27, 0.23, 0.23&lt;br /&gt;
 48 root@7d494ccfe013:/# ls /home&lt;br /&gt;
 49 root@7d494ccfe013:/# ls /root&lt;br /&gt;
 50 root@7d494ccfe013:/# cd&lt;br /&gt;
 51 root@7d494ccfe013:~# pwd&lt;br /&gt;
 52 /root&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Padar Island, Indonesia&lt;br /&gt;
Kogel Bay, South Africa&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Pocket worthyStories to fuel your mind&lt;br /&gt;
“Little Prince” Author Antoine de Saint-Exupéry on Losing a Friend&lt;br /&gt;
&lt;br /&gt;
“Old friends cannot be created out of hand. Nothing can match the treasure of common memories, of trials endured together, of quarrels and reconciliations and generous emotions.”&lt;br /&gt;
Brain Pickings&lt;br /&gt;
&lt;br /&gt;
    Maria Popova&lt;br /&gt;
&lt;br /&gt;
How was it? Save stories you love and never lose them.&lt;br /&gt;
&lt;br /&gt;
Advertisement&lt;br /&gt;
Brain Pickings&lt;br /&gt;
More from Brain Pickings&lt;br /&gt;
&lt;br /&gt;
    Marcus Aurelius on Mortality and the Key to Living Fully&lt;br /&gt;
    2,492 saves&lt;br /&gt;
    Edna St. Vincent Millay’s Exquisite Polyamorous Love Letters from the 1920s&lt;br /&gt;
    283 saves&lt;br /&gt;
    Kahlil Gibran on Friendship and the Building Blocks of Meaningful Connection&lt;br /&gt;
    1,322 saves&lt;br /&gt;
&lt;br /&gt;
Advertisement&lt;br /&gt;
&lt;br /&gt;
Antoine de Saint-Exupéry.&lt;br /&gt;
&lt;br /&gt;
“Ponder for a long time whether you shall admit a given person to your friendship,” Seneca counseled in considering true and false friendship, “but when you have decided to admit him, welcome him with all your heart and soul.” To lose a friend who has earned such wholehearted admission into your soul is one of life’s most devastating sorrows. Whatever shape the loss takes — death, distance, the various desertions of loyalty and love that hollow out the heart — it is one of life’s most devastating sorrows. It is also one of life’s most absolute inevitabilities — we will each lose a beloved friend at one point or another, to one cause or another.&lt;br /&gt;
&lt;br /&gt;
No one has articulated the disorientation of that inevitability more beautifully than Little Prince author Antoine de Saint-Exupéry (June 29, 1900–July 31, 1944) in Wind, Sand, and Stars (public library) — that endlessly rewarding collection of his autobiographical vignettes, philosophical inquiries, and poetic reflections on the nature of existence, published just as WWII was breaking out and four years before The Little Prince, which Saint-Exupéry would dedicate to his best friend in what remains perhaps the most beautiful book dedication ever composed.&lt;br /&gt;
&lt;br /&gt;
With an eye to his life as a pilot, Saint-Exupéry considers with unsentimental sweetness the common experience of losing fellow pilots to accident or war. In a passage that radiates universal insight into the loss of a friend, whatever the circumstance, he writes:&lt;br /&gt;
&lt;br /&gt;
    Bit by bit… it comes over us that we shall never again hear the laughter of our friend, that this one garden is forever locked against us. And at that moment begins our true mourning, which, though it may not be rending, is yet a little bitter. For nothing, in truth, can replace that companion. Old friends cannot be created out of hand. Nothing can match the treasure of common memories, of trials endured together, of quarrels and reconciliations and generous emotions. It is idle, having planted an acorn in the morning, to expect that afternoon to sit in the shade of the oak.&lt;br /&gt;
&lt;br /&gt;
    So life goes on. For years we plant the seed, we feel ourselves rich; and then come other years when time does its work and our plantation is made sparse and thin. One by one, our comrades slip away, deprive us of their shade.&lt;br /&gt;
&lt;br /&gt;
One of Saint-Exupéry’s original watercolors for The Little Prince.&lt;br /&gt;
&lt;br /&gt;
Three years later, Saint-Exupéry would offer the most poetic consolation there is, only consolation there is for this existential sorrow, in the final pages of The Little Prince — a book very much about reconciling the great unbidden gift of loving a friend with the inevitability of losing that friend. In the closing scene, the little prince, about to depart for his home planet, tells the heartsick pilot unwilling to lose him and his golden laugh:&lt;br /&gt;
&lt;br /&gt;
    All men have the stars… but they are not the same things for different people. For some, who are travelers, the stars are guides. For other they are no more than little lights in the sky. For others, who are scholars, they are problems. For my businessman they were wealth. But all these stars are silent. You — you alone — will have the stars as no one else has them… In one of the stars I shall be living. In one of them I shall be laughing. And so it will be as if all the stars were laughing, when you look at the sky at night… And when your sorrow is comforted (time soothes all sorrows) you will be content to have known me. You will always be my friend. You will want to laugh with me. And you will sometimes open your window, so, for that pleasure… And your friends will be properly astonished to see you laughing as you look up at the sky! &lt;br /&gt;
&lt;br /&gt;
Months later, much to the sorrow of his own friends and the millions of strangers who had come to love him through his books, Saint-Exupéry himself would become one of the lost pilots, vanishing over the Mediterranean Sea on a reconnaissance mission, his stardust silently returned to the stars that made him.&lt;br /&gt;
&lt;br /&gt;
Couple with trailblazing astronomer Maria Mitchell on how we co-create one another and re-create ourselves through friendship, then revisit Saint-Exupéry on love and mortality, what the desert taught him about the meaning of life, and how a simple human smile saved his life during the war. &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== target tos ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
skip to main content&lt;br /&gt;
skip to footer&lt;br /&gt;
CategoriesWomenMenYoung AdultKidsShoesBabyHomePatio &amp;amp; GardenFurnitureKitchen &amp;amp; DiningToysElectronicsVideo GamesMovies, Music &amp;amp; BooksSports &amp;amp; OutdoorsBeautyPersonal CareHealthHousehold EssentialsPetsGroceryLuggageSchool &amp;amp; Office SuppliesParty SuppliesBullseye&amp;#039;s PlaygroundClearanceHoliday ShopTarget FindsWhat’s New&lt;br /&gt;
DealsClearanceWeekly AdTop DealsRedCard ExclusivesTarget Circle Offers&lt;br /&gt;
Registry&lt;br /&gt;
More OptionsRedCardGift CardsFind Stores&lt;br /&gt;
FavoritesPharmacyGift Ideas&lt;br /&gt;
Get it fast&lt;br /&gt;
Drive Up&lt;br /&gt;
Order Pickup&lt;br /&gt;
Free 2-Day Shipping&lt;br /&gt;
Same Day Delivery&lt;br /&gt;
Categories&lt;br /&gt;
Deals&lt;br /&gt;
What’s New&lt;br /&gt;
Pickup &amp;amp; Delivery&lt;br /&gt;
my accountSign in&lt;br /&gt;
cart 1 item1&lt;br /&gt;
&lt;br /&gt;
    Registry&lt;br /&gt;
    Weekly Ad&lt;br /&gt;
    RedCard&lt;br /&gt;
    Gift Cards&lt;br /&gt;
    Find Stores&lt;br /&gt;
    Orders&lt;br /&gt;
&lt;br /&gt;
More&lt;br /&gt;
&lt;br /&gt;
Get gifts today with same-day pickup &amp;amp; delivery&lt;br /&gt;
&lt;br /&gt;
Find incredible deals on top gifts now.&lt;br /&gt;
Explore Top Deals&lt;br /&gt;
Terms &amp;amp; Conditions&lt;br /&gt;
Target/Terms &amp;amp; Conditions‎&lt;br /&gt;
Your Use of This Website is Governed By These Terms &amp;amp; Conditions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    LAST UPDATED: July 23, 2021&lt;br /&gt;
&lt;br /&gt;
    Welcome to Target.com. These Terms &amp;amp; Conditions apply to the Target website located at www.target.com and all other sites, mobile sites, services, applications, platforms and tools where these Terms &amp;amp; Conditions appear or are linked (collectively, the &amp;quot;Site&amp;quot;). As used in these Terms &amp;amp; Conditions, &amp;quot;Target&amp;quot;, &amp;quot;us&amp;quot; or &amp;quot;we&amp;quot; refers to Target Corporation and its subsidiaries and affiliates.&lt;br /&gt;
&lt;br /&gt;
    Please read the following Terms &amp;amp; Conditions carefully as they affect your legal rights. These Terms &amp;amp; Conditions contain an arbitration agreement that requires the use of arbitration on an individual basis to resolve disputes rather than jury or any other court proceedings, or class actions of any kind. The arbitration agreement is set forth in the “Arbitration Agreement” section below.&lt;br /&gt;
&lt;br /&gt;
Introduction&lt;br /&gt;
• Introduction&lt;br /&gt;
• Content&lt;br /&gt;
• License &amp;amp; Access&lt;br /&gt;
• Unlawful or Prohibited Uses&lt;br /&gt;
&lt;br /&gt;
Your Account&lt;br /&gt;
• Your Account&lt;br /&gt;
• Modification &amp;amp; Termination&lt;br /&gt;
• User Reviews, Comments &amp;amp; Submissions&lt;br /&gt;
&lt;br /&gt;
Target Services/Programs&lt;br /&gt;
• Target Circle™ Loyalty Program&lt;br /&gt;
• Order Pickup and Drive Up&lt;br /&gt;
• Target Wallet&lt;br /&gt;
• Automatic Renewal of Shipt Membership Fees&lt;br /&gt;
• Target Plus™&lt;br /&gt;
&lt;br /&gt;
Transactions&lt;br /&gt;
• User Transactions&lt;br /&gt;
• Limitations on Quantity&lt;br /&gt;
• Colors&lt;br /&gt;
• Availability, Errors &amp;amp; Inaccuracies&lt;br /&gt;
• Healthcare Information&lt;br /&gt;
• International Shipping&lt;br /&gt;
• Rules for Promotions&lt;br /&gt;
• Returns&lt;br /&gt;
• Gift Cards &amp;amp; Certificates&lt;br /&gt;
• Music Downloads&lt;br /&gt;
• Video, Movie, TV Program &amp;amp; Computer Game Ratings&lt;br /&gt;
• Mobile Terms and Conditions&lt;br /&gt;
&lt;br /&gt;
Miscellaneous&lt;br /&gt;
• Mobile Application Users&lt;br /&gt;
• Links to Third-Parties’ Websites&lt;br /&gt;
• Filtering&lt;br /&gt;
• Risk of Loss&lt;br /&gt;
• Export Policy&lt;br /&gt;
• Financial Disclosure&lt;br /&gt;
• DMCA Notice - Notice &amp;amp; Procedure for Making Claims of Copyright Infringement&lt;br /&gt;
• Disclaimers of Warranties&lt;br /&gt;
• Jurisdictional Issues&lt;br /&gt;
• Limitation of Liability&lt;br /&gt;
• Indemnification &amp;amp; Defense&lt;br /&gt;
• Notices &amp;amp; Electronic Communications&lt;br /&gt;
• Notice for California Residents&lt;br /&gt;
• Arbitration Agreement&lt;br /&gt;
• Choice of Law, Forum Selection, &amp;amp; Jury Waiver&lt;br /&gt;
• Miscellaneous&lt;br /&gt;
• Contact Us&lt;br /&gt;
&lt;br /&gt;
    Introduction&lt;br /&gt;
    • Introduction&lt;br /&gt;
    • Content&lt;br /&gt;
    • License &amp;amp; Access&lt;br /&gt;
    • Unlawful or Prohibited Uses&lt;br /&gt;
&lt;br /&gt;
Introduction&lt;br /&gt;
&lt;br /&gt;
    BY ACCESSING OR OTHERWISE USING THE SITE YOU AGREE TO THESE TERMS &amp;amp; CONDITIONS. Any person or entity who interacts with the Site through the use of crawlers, robots, browsers, data mining or extraction tools, or other functionality, whether such functionality is installed or placed by such person or entity or a third party, is considered to be using the Site. If at any time you do not accept all of these Terms &amp;amp; Conditions, you must immediately stop using the Site. Certain areas within the Site may be governed by additional terms and policies (&amp;quot;Additional Terms&amp;quot;). By using those areas of the Site, you agree to the Additional Terms. The Additional Terms are incorporated into these Terms &amp;amp; Conditions, and any reference to these Terms &amp;amp; Conditions includes the Additional Terms.&lt;br /&gt;
&lt;br /&gt;
Content&lt;br /&gt;
&lt;br /&gt;
    All content included on the Site such as text, graphics, logos, images, audio clips, video, data, music, software, application updates, and other material (collectively &amp;quot;Content&amp;quot;) is owned or licensed property of Target or its suppliers or licensors, including Target Plus Partners (as defined herein), and is protected by copyright, trademark, patent or other proprietary rights. The collection, arrangement and assembly of all Content on the Site is the exclusive property of Target Brands, Inc. and protected by U.S. and international copyright laws. Target and its suppliers and licensors, including Target Plus Partners, expressly reserve all intellectual property rights in all Content.&lt;br /&gt;
&lt;br /&gt;
License and Access&lt;br /&gt;
&lt;br /&gt;
    Target grants you a limited license to access and make personal use of the Site and the Content for NONCOMMERCIAL PURPOSES ONLY and only to the extent such use does not violate these Terms &amp;amp; Conditions including, without limitation, the prohibitions listed in the &amp;quot;UNLAWFUL OR PROHIBITED USES&amp;quot; section of these Terms &amp;amp; Conditions. You may download, print and copy Content for personal, noncommercial purposes only, provided you do not modify or alter the Content in any way, delete or change any copyright or trademark notice, or violate these Terms &amp;amp; Conditions in any way. Accessing, downloading, printing, posting, storing or otherwise using the Site or any of the Content for any commercial purpose, whether on behalf of yourself or on behalf of any third party, constitutes a material breach of these Terms &amp;amp; Conditions. The Site is intended for use by individuals 13 years of age or older. If you are under 18, you may use this Site only with involvement of a parent or guardian.&lt;br /&gt;
&lt;br /&gt;
Unlawful or Prohibited Uses&lt;br /&gt;
&lt;br /&gt;
    The Site may only be used for lawful purposes in accordance with the terms of the license granted in these Terms &amp;amp; Conditions. As a condition of your use of this Site, you warrant to Target that you will not use the Site for any purpose that is unlawful or prohibited by these Terms &amp;amp; Conditions. Whether on behalf of yourself or on behalf of any third party, YOU MAY NOT:&lt;br /&gt;
&lt;br /&gt;
        Make any commercial use of the Site or its Content, including making any collection or use of any product listings, descriptions, prices or images;&lt;br /&gt;
        Download, copy or transmit any Content for the benefit of any other merchant;&lt;br /&gt;
        Use or attempt to use any engine, software, tool, agent, data or other device or mechanism (including browsers, spiders, robots, avatars or intelligent agents) to navigate or search the Site other than the search engine and search agents provided by Target or generally publicly available browsers;&lt;br /&gt;
        Frame, mirror or use framing techniques on any part of the Site without Target’s express prior written consent;&lt;br /&gt;
        Make any use of data extraction, scraping, mining or other data gathering tools, or create a database by systematically downloading or storing Site content, or otherwise scrape, collect, store or use any Content, account information, product listings, descriptions, prices or images, except pursuant to the limited license granted by these Terms &amp;amp; Conditions;&lt;br /&gt;
        Use any meta tags or any other hidden text utilizing Target’s name or marks;&lt;br /&gt;
        Misrepresent the identity of a user, impersonate any person or entity, falsely state or otherwise misrepresent your affiliation with any person or entity in connection with the Site, or express or imply that we endorse any statement you make;&lt;br /&gt;
        Use a buying agent to conduct transactions on the Site;&lt;br /&gt;
        Conduct fraudulent activities on the Site;&lt;br /&gt;
        Violate or attempt to violate the security of the Site, whether in an automated fashion or otherwise, including, without limitation: (i) accessing data not intended for you or logging onto a server or an account that you are (a) not authorized to access or, (b) in the case of a user account, not the registered user of such account; (ii) trying to change the behavior of the Site; (iii) attempting to probe, scan or test the vulnerability of a system or network, or to breach security or authentication measures; (iv) attempting to interfere with service to any user, host or network, including, without limitation, via means of submitting malware to the Site, overloading, &amp;quot;flooding,&amp;quot; &amp;quot;spamming,&amp;quot; &amp;quot;mailbombing&amp;quot; or &amp;quot;crashing&amp;quot;; (v) forging any header or any part of the header information in any email or posting; or (vi) forging communications on behalf of the Site (impersonating the Target Site) or to the Site (impersonating another user whether such user provided their approval for such action(s) or not);&lt;br /&gt;
        Send unsolicited or unauthorized email on behalf of Target or any Target Plus Partner, including promotions and/or advertising of products or services;&lt;br /&gt;
        Tamper with the Site or use or attempt to use any device, software, routine or data that interferes or attempts to interfere with the working or functionality of the Site or any activity being conducted on the Site;&lt;br /&gt;
        Use the Site to defame, abuse, harass, stalk, threaten or otherwise violate the legal rights of others, including others’ privacy rights or rights of publicity;&lt;br /&gt;
        Harvest or collect personally identifiable information about other users of the Site;&lt;br /&gt;
        Restrict or inhibit any other person from using the Site (including, without limitation, by hacking or defacing any portion of the Site);&lt;br /&gt;
        Use the Site to advertise or offer to sell or buy any goods or services without Target’s express prior written consent;&lt;br /&gt;
        Reproduce, duplicate, copy, sell, resell or otherwise exploit for any commercial purposes any portion of, use of, or access to the Site;&lt;br /&gt;
        Modify, adapt, translate, reverse engineer, decompile or disassemble any portion of the Site; or&lt;br /&gt;
        Remove any copyright, trademark or other proprietary rights notice from the Site or materials originating from the Site.&lt;br /&gt;
&lt;br /&gt;
    Your Account&lt;br /&gt;
    • Your Account&lt;br /&gt;
    • Modification &amp;amp; Termination&lt;br /&gt;
    • User Reviews, Comments &amp;amp; Submissions&lt;br /&gt;
&lt;br /&gt;
Your Account&lt;br /&gt;
&lt;br /&gt;
    You may be required to register with Target in order to access certain services or areas of the Site. With respect to any such registration, we may refuse to grant to you the user name you request. Your user name and password are for your personal use only, and you will not share your user name or password with any individual or third party (other than Target). If you use the Site, you are responsible for maintaining the confidentiality of your account and password and for restricting access to your computer, and you agree to accept responsibility for all activities that occur under your account or password. In addition to all other rights available to Target including those set forth in these Terms &amp;amp; Conditions, Target reserves the right, in its sole discretion, to terminate your account, refuse service to you, or cancel orders.&lt;br /&gt;
&lt;br /&gt;
Modification &amp;amp; Termination&lt;br /&gt;
&lt;br /&gt;
    Target may at any time: (i) modify or discontinue any part of the Site; (ii) charge, modify or waive fees required to use the Site; or (iii) offer opportunities to some or all Site users. Target reserves the right to make changes to these Terms &amp;amp; Conditions at any time, and such changes will be effective immediately upon being posted on the Site. Each time you use the Site, you should review the current Terms &amp;amp; Conditions. You can determine when these Terms &amp;amp; Conditions were last revised by referring to the &amp;quot;LAST UPDATED&amp;quot; legend at the top of these Terms &amp;amp; Conditions. Your continued use of the Site will indicate your acceptance of the current Terms &amp;amp; Conditions; however, any change to these Terms &amp;amp; Conditions after your last usage of the Site will not be applied retroactively. Target reserves the right, without notice and at its sole discretion, to terminate your account or your use of the Site and to block or prevent future access to and use of the Site (i) if you violate any of these Terms &amp;amp; Conditions, (ii) for any other reason or (iii) for no reason. Upon any such termination, your right to use the Site will immediately cease.&lt;br /&gt;
&lt;br /&gt;
    You agree that we shall not be liable to you or any third party for any termination of your access to the Site. Upon termination, all provisions of these Terms &amp;amp; Conditions which are by their nature intended to survive termination, all representations and warranties, all limitations of liability and all indemnities shall survive such termination.&lt;br /&gt;
&lt;br /&gt;
User Reviews, Comments &amp;amp; Submissions&lt;br /&gt;
&lt;br /&gt;
    Target welcomes your reviews, comments, and other communications, photos, videos, or any other content that you submit through or to the Site, or any content or information you publish through any social media and allow Target to feature, such as your name, social media handle, accompanying text, and any images, videos, or audio from your social media accounts (e.g. Twitter™, Instagram™, Pinterest™) (collectively, &amp;quot;User Content&amp;quot;) as long as the User Content submitted by you complies with these Terms &amp;amp; Conditions. User Content will not include any photographs or images you submit as part of a Transaction (as defined below). You agree that any User Content: will be accurate; will not violate or facilitate the violation of any law or regulation; will not violate any right of a third party, including copyright, trademark, privacy or publicity rights; will not cause injury to any person or entity; and will not contain, or provide links to, obscene, profane, or threatening language, malware, political campaigning, commercial solicitation, chain letters, mass mailings, any form of &amp;quot;spam&amp;quot;, or any material that could be considered harmful, sexually explicit, indecent, lewd, violent, abusive, or degrading. You are solely responsible for the User Content you submit, and Target assumes no liability for any User Content submitted by you. You acknowledge and agree that we reserve the right (but have no obligation) to do any or all of the following, in our sole discretion: (i) monitor User Content; (ii) alter, remove, or refuse to post or allow to be posted any User Content; and/or (iii) disclose any User Content, and the circumstances surrounding its transmission, to any third party. For any User Content you submit, you grant to Target a non-exclusive, sub-licensable, fully paid-up, perpetual, irrevocable, royalty-free, transferable right and license to use, display, perform, transmit, copy, modify, delete, adapt, publish, translate, create derivative works from, sell and distribute such User Content and to incorporate the User Content into any form, medium, or technology, now known or hereafter developed, throughout the world, all without compensation to you. For this reason, do not send us any User Content that you do not wish to license to us, including any confidential information or any original creative materials such as stories, product ideas, computer code or original artwork. In addition, you grant to Target the right to include the name provided along with the User Content submitted by you; provided, however, Target shall have no obligation to include such name with such User Content. We are not responsible for the use or disclosure of any personal information that you voluntarily disclose in connection with any User Content you submit. You represent and warrant that you have all rights necessary for you to grant the licenses granted in this section, including but not limited to permission from or on behalf of any individuals that appear in the User Content to use, and grant to third parties such as Target the right to use, their name, image, voice and/or likeness without compensation to you or any other person or entity. You further irrevocably waive any &amp;quot;moral rights&amp;quot; or other rights with respect to attribution of authorship or integrity of materials regarding User Content that you may have under any applicable law under any legal theory.&lt;br /&gt;
&lt;br /&gt;
    Content is also provided by third party visitors to the Site. Please note that Site visitors may post content that is inaccurate, misleading, or deceptive. Target neither endorses nor is responsible for any opinion, advice, information, or statements made by third parties. The opinions expressed by third parties reflect solely the opinions of the individuals who submitted such opinions and may not reflect the opinions of Target.&lt;br /&gt;
&lt;br /&gt;
    Target Services/Programs&lt;br /&gt;
    • Target Circle™ Loyalty Program&lt;br /&gt;
    • Order Pickup and Drive Up&lt;br /&gt;
    • Target Wallet&lt;br /&gt;
    • Automatic Renewal of Shipt Membership Fees&lt;br /&gt;
    • Target Plus™&lt;br /&gt;
&lt;br /&gt;
Target Circle Loyalty Program&lt;br /&gt;
&lt;br /&gt;
    Target Circle is a voluntary loyalty program. By joining or using Target Circle you agree to these Target Circle Terms. Target may update the Target Circle Terms or make any changes to the Target App or to the Site at any time without notice. You agree to any updates to the Target Circle Terms by continuing to participate in the program.&lt;br /&gt;
&lt;br /&gt;
    In the Target Circle Terms, these words are defined as follows:&lt;br /&gt;
&lt;br /&gt;
    Target Circle is a loyalty program offered by Target Corporation.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Terms are these terms that govern the Target Circle program.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Earnings are rewards which can be earned by Target Circle members by making purchases with non-RedCard payment types.&lt;br /&gt;
&lt;br /&gt;
    Community Giving Program is the program which provides Target Circle members the opportunity to earn and cast votes to help direct where Target makes its Donation to Nonprofits.&lt;br /&gt;
&lt;br /&gt;
    Nonprofits are the nonprofit organizations selected by Target for the Community Giving Program.&lt;br /&gt;
&lt;br /&gt;
    Donation is the charitable donation Target makes to Nonprofits in the Community Giving Program.&lt;br /&gt;
&lt;br /&gt;
    Voting Period is the time period during which Target Circle members can cast votes for Nonprofits in the Community Giving Program.&lt;br /&gt;
&lt;br /&gt;
    Receiving Target Circle Benefits&lt;br /&gt;
&lt;br /&gt;
    When you are a Target Circle member, in order to receive, earn and redeem all the Target Circle benefits, you need to provide your first and last name and a valid email address in your Target account. In order to receive birthday rewards, you also need to provide your birthday in your Target Circle account.&lt;br /&gt;
&lt;br /&gt;
    To earn Target Circle Earnings rewards and Community Giving Program votes, you must identify yourself as a Target Circle member when you make a purchase at Target. When you make a purchase in Target stores, you can identify yourself as a Target Circle member at checkout by entering your mobile telephone number, scanning the Wallet barcode in the Target App, or paying with the RedCard connected to your Target Circle account. You need to provide a valid United States mobile telephone number in your Target account if you want to use your mobile telephone number to identify yourself as a Target Circle member at checkout. You need to connect your debit or credit RedCard to your Target Circle account if you want to use your RedCard to identify yourself as a Target Circle member at checkout. If you do not identify yourself as a Target Circle member in the store at checkout, you can identify yourself later by using the Target App to scan your purchase receipt barcode up to 7 days after a making an eligible purchase. When you make a purchase on Target.com or in the Target App, you can identify yourself as a Target Circle member by signing in to your Target account before you place your order.&lt;br /&gt;
&lt;br /&gt;
    For in-store transactions, if you identify yourself as a Target Circle member in a single transaction using multiple identification methods (e.g. provide your telephone number and pay with your connected RedCard) that are not associated with the same Target Circle account, Target Circle benefits will be awarded to and/or redeemed from only one of the associated Target Circle accounts, which will be determined at Target’s sole discretion.&lt;br /&gt;
&lt;br /&gt;
    You can connect your debit or credit RedCard to your Target Circle account to participate in certain Target Circle offers and programs. After your RedCard is connected, when you use your RedCard to make purchases at Target, you will receive Target Circle transaction benefits, including Community Giving Program votes, but you will not earn Target Circle Earnings rewards. You will receive the RedCard 5% discount on eligible purchases (see Target.com/RedCard for the 5% discount program rules) instead of Target Circle Earnings rewards. Each RedCard can only be connected to one Target Circle account.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Earnings rewards and Community Giving Program votes do not expire as long as you are actively participating in the Target Circle program. Target Circle Earnings rewards will expire if you have not earned or redeemed any Target Circle Earnings rewards for one year. If you do not participate in Target Circle for more than one year, Target reserves the right to expire any uncast Community Giving Program votes and/or delete your Target Circle account without notice to you. Neither Target Circle Earnings rewards nor Community Giving Program votes will be reinstated if they expire. Community Giving Program votes may expire before the end of any particular Voting Period.&lt;br /&gt;
&lt;br /&gt;
    One Target Circle membership is permitted per guest. Your membership and any Target Circle benefits, including Target Circle Earnings rewards and Community Giving Program votes, are non-transferable and are subject to future Target Circle Terms. Neither Target Circle Earnings rewards nor Community Giving Program votes can be combined or transferred between Target or Target Circle accounts.&lt;br /&gt;
&lt;br /&gt;
    Target Circle may be used only for personal, family and household purposes. You agree that you will not use Target Circle for business or commercial purposes. Resellers are expressly excluded from Target Circle. If you purchase items in violation of these terms, including resale, Target reserves the right to not award Target Circle Earnings rewards and Community Giving Program votes, to deduct improperly awarded Target Circle Earnings rewards and Community Giving Program votes, and/or to terminate your participation in Target Circle.&lt;br /&gt;
&lt;br /&gt;
    Additional bonus offer opportunities may be available for some Target Circle members in some or all markets, at the sole and absolute discretion of Target, and will be available through the Target App and Target.com/circle. The communication about any bonus offer opportunity will include additional terms and conditions, if applicable. Go to Target.com/circle and sign in to see any offers available to you.&lt;br /&gt;
&lt;br /&gt;
    Opting out of Target Circle and forfeiture of Target Circle Benefits.&lt;br /&gt;
&lt;br /&gt;
    If you no longer wish to be a Target Circle Member, you can opt out of Target Circle here.&lt;br /&gt;
&lt;br /&gt;
    If you opt out of Target Circle, any accumulated Target Circle Earnings rewards and Community Giving Program votes will be deleted and you may not have access to other Target Circle benefits. If you later re-join Target Circle, any deleted Target Circle Earnings rewards or Community Giving Program votes will not be reinstated.&lt;br /&gt;
&lt;br /&gt;
    If you or Target delete, suspend or close your Target Circle account or your Target account, any accumulated Target Circle Earnings rewards and Community Giving Program votes will be deleted and you may not have access to other Target Circle benefits. Any deleted Target Circle Earnings rewards or Community Giving Program votes will not be reinstated. In the event of any abusive or fraudulent activity related to Target Circle, and/or any violation of Target Circle terms, as determined in our sole discretion, Target reserves the right to make any adjustments to your Target Circle account and/or terminate your participation in Target Circle at any time.&lt;br /&gt;
&lt;br /&gt;
    If you enroll or participate in Target Circle using an invalid telephone number, such as a toll free number, international telephone number, invalid area code or invalid exchange, Target reserves the right to delete Target Circle Earnings rewards, Community Giving Program votes and any other Target Circle benefit associated with the invalid telephone number. Target will not reinstate any deleted Target Circle Earnings rewards, Community Giving Program votes or other Target Circle benefits if a valid telephone number is subsequently provided.&lt;br /&gt;
&lt;br /&gt;
    Target reserves the right to change, limit, modify or terminate Target Circle, the Target Circle Terms, and/or your membership, for any or no reason, at any time, with or without notice.&lt;br /&gt;
&lt;br /&gt;
    1% Target Circle Earnings Reward&lt;br /&gt;
&lt;br /&gt;
    As a member of Target Circle, every time you use a non-RedCard form of payment and identify yourself as a Target Circle member, you earn Target Circle Earnings rewards at a rate of 1% of the eligible purchase amount minus the value of any promotions, discounts, coupons and Target Circle Earnings reward redemptions.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Earnings rewards can only be redeemed for merchandise or services at Target. Target Circle Earnings rewards have no cash value and cannot be redeemed for cash.&lt;br /&gt;
&lt;br /&gt;
    You will not earn Target Circle Earnings rewards on purchases if you use both a RedCard and a non-RedCard form of payment on a single purchase.&lt;br /&gt;
&lt;br /&gt;
    Target may provide Target Circle members and/or RedCard holders the opportunity to earn bonus Target Circle Earnings rewards. These opportunities may have terms and conditions in addition to or different from those provided in the Target Circle Terms. Unless otherwise stated, the Target Circle Terms will apply to any such opportunity.&lt;br /&gt;
&lt;br /&gt;
    Only purchases made at Target stores or online at Target.com or in the Target App are eligible to earn Target Circle Earnings rewards.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Earnings rewards are not earned on the following:&lt;br /&gt;
&lt;br /&gt;
        adult beverage purchases;&lt;br /&gt;
        purchases of prescriptions and over-the-counter items located behind the pharmacy counter;&lt;br /&gt;
        purchases made at some partner businesses, including in-store clinics, and Target Optical;&lt;br /&gt;
        purchases made on the Shipt App and tips for Shipt shoppers;&lt;br /&gt;
        purchases made from Target through 3rd party sites such as Google Express;&lt;br /&gt;
        purchases of Target GiftCards, and Visa, American Express and Mastercard gift cards and prepaid cards;&lt;br /&gt;
        taxes, shipping, delivery, handling and all other fees or charges;&lt;br /&gt;
        payment of any RedCard balance, debit card cash withdrawals at checkout and payments for insufficient funds;&lt;br /&gt;
        prior purchases (except if you are able to submit a receipt from a prior purchase within 7 days); or&lt;br /&gt;
        where otherwise prohibited by law.&lt;br /&gt;
&lt;br /&gt;
    Other restrictions may apply to earning Target Circle Earnings rewards.&lt;br /&gt;
&lt;br /&gt;
    To redeem Target Circle Earnings rewards you will need a Target account, including your telephone number if you joined Target Circle by providing your telephone number. Once your Target account profile is complete, you can redeem Target Circle Earnings. To redeem on your next purchase in Target Stores, elect to apply the Target Circle Earnings reward in your Target Circle account, and then either provide your mobile telephone number or scan your Wallet in the Target App during checkout. To redeem on Target.com, apply the Target Circle Earnings reward to your next online order during checkout on Target.com or the Target App.&lt;br /&gt;
&lt;br /&gt;
    When you elect to redeem Target Circle Earnings rewards, the entire amount will be applied to your next purchase as a Target discount. You cannot elect to redeem only a portion of your Target Circle Earnings rewards. If your purchase is less than the amount of the Target Circle Earnings rewards you have redeemed, the remaining amount may be unavailable for a second transaction until the first transaction has completed processing.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Earnings rewards are applied to the total purchase amount after all other discounts have been applied to the purchase transaction, except that if you use your RedCard to pay for the purchase, any applicable RedCard 5% Discount will be applied to the transaction after the Target Circle Earnings rewards are redeemed.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Earnings rewards cannot be redeemed for the following:&lt;br /&gt;
&lt;br /&gt;
        adult beverage purchases;&lt;br /&gt;
        dairy product purchases;&lt;br /&gt;
        purchases of prescriptions and over-the-counter items located behind the pharmacy counter;&lt;br /&gt;
        purchases made at some partner businesses, including in-store clinics, Target Optical and Target Plus Partners;&lt;br /&gt;
        Same Day Delivery purchases, purchases made on the Shipt app and tips for Shipt shoppers;&lt;br /&gt;
        purchases made from Target through 3rd party sites such as Google Express;&lt;br /&gt;
        purchases of Target GiftCards, and Visa, American Express and Mastercard gift cards and prepaid cards;&lt;br /&gt;
        purchases fulfilled via email (for example, video game digital downloads and digital specialty gift cards);&lt;br /&gt;
        taxes, shipping, delivery, handling and all other fees or charges;&lt;br /&gt;
        payment of any RedCard balance, debit card cash withdrawals at checkout and payments for insufficient funds;&lt;br /&gt;
        prior purchases; or&lt;br /&gt;
        where otherwise prohibited by law.&lt;br /&gt;
&lt;br /&gt;
    Other restrictions may apply to redeeming Target Circle Earnings rewards.&lt;br /&gt;
&lt;br /&gt;
    If items that earned Target Circle Earnings rewards are returned, the associated Target Circle Earnings rewards may be removed from your Target Circle Earnings rewards balance. If you have already redeemed Target Circle Earnings rewards on the returned items, Target reserves the right to take your Target Circle Earnings rewards to a negative balance (i.e. a balance of less than zero in your Target Circle account). In such event you will not have redeemable Target Circle Earnings rewards until the balance is greater than zero.&lt;br /&gt;
&lt;br /&gt;
    For Target Circle members who had a 1% earnings balance as of 9/4/2019, the unspent earnings were transferred to an eGiftCard which can be found in your Target account or in the Wallet in the Target App. The eGiftCard does not expire and can be redeemed for merchandise or services other than gift cards and prepaid cards at Target stores or on Target.com but cannot be redeemed for cash or credit except where required by law. View the eGiftCard for terms and conditions.&lt;br /&gt;
&lt;br /&gt;
    Community Giving Program&lt;br /&gt;
&lt;br /&gt;
    Target may run multiple local Community Giving Programs. By participating in Target Circle you have access to one Community Giving Program associated with your preferred store location as designated in your Target account settings. In each Community Giving Program, Target will make a Donation to be allocated among Nonprofits. Multiple store locations may be tied to a single Community Giving Program. The Nonprofits, Donation amount and Voting Period may vary by Community Giving Program. The allocation of the Donation among the Nonprofits for each Community Giving Program will be based on the percentage of votes each Nonprofit receives during the applicable Voting Period for that Community Giving Program. With respect to each Community Giving Program, the list of participating Nonprofits, the dates comprising the applicable Voting Period, and the Donation to be divided among the Nonprofits can be seen by logging on to and viewing the Target Circle voting screen on the Target App or at Target.com/circle.&lt;br /&gt;
&lt;br /&gt;
    As a member of Target Circle, every time you make an eligible purchase and identify yourself as a Target Circle member, you earn one vote. Only purchases made at Target stores or online at Target.com or in the Target App are eligible to earn Community Giving Program votes.&lt;br /&gt;
&lt;br /&gt;
    Votes are not earned on a purchase transaction that is comprised only of one or more of the following: adult beverage purchases; purchases of prescriptions and over-the-counter items located behind the pharmacy counter; purchases made at some partner businesses, including in-store clinics, and Target Optical; purchases made on the Shipt App and tips for Shipt shoppers; purchases made from Target through 3rd party sites such as Google Express; purchases of Target GiftCards, and Visa, American Express and Mastercard gift cards and prepaid cards; taxes, shipping, delivery, handling and all other fees or charges; payment of any RedCard balance, debit card cash withdrawals at checkout and payments for insufficient funds; prior purchases (except if you are able to submit a receipt from a prior purchase within 7 days); or where otherwise prohibited by law.&lt;br /&gt;
&lt;br /&gt;
    To cast Community Giving Program votes, follow the instructions located under Target Circle benefits in your Target account via the Target App or Target.com/circle. You must have access to internet through your own device to participate. You must be a Target Circle member in good standing to participate. Votes have no cash value and do not represent an actual donation to any Nonprofit; rather, they are just the means to vote for allocation of the Donation from Target in each Community Giving Program. Target’s tally of votes is final. Each vote is intended for one-time use by you. If Target detects any inappropriate conduct related to votes or votes made outside the above guidelines, votes may be disregarded. In the event any aspect of Target Circle, including the voting, is disrupted in any way, Target reserves the right to allocate the Donation for any affected location in a fair and equitable manner, as determined by Target.&lt;br /&gt;
&lt;br /&gt;
    From time to time, Target may provide the opportunity to cast Community Giving Program votes to direct additional or supplemental Donations. These opportunities may have terms and conditions in addition to or different from those provided in the Target Circle Terms. Unless otherwise stated, the Target Circle Terms will apply to any such opportunity.&lt;br /&gt;
&lt;br /&gt;
    Birthday Reward&lt;br /&gt;
&lt;br /&gt;
    When you include your birth date in your Target Circle account, on or near your birthday you will receive a birthday reward. The reward can be accessed either in the Target App or on Target.com. The reward will contain the full details on how to redeem the reward, and will include any applicable redemption restrictions and expiration date. Birthday rewards given will vary and are limited to one award per year per Target Circle account.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Offers (formerly Cartwheel)&lt;br /&gt;
&lt;br /&gt;
    Target Circle includes an option to redeem coupons on products in Target Stores. To access Target Circle Offers, you must sign in to the Target App using your Target.com account.&lt;br /&gt;
&lt;br /&gt;
    Target Circle Offers are only valid in store, unless explicitly noted otherwise. No more than one manufacturer coupon (paper or digital), one Target coupon and one Target Circle Offer can be combined on any item. Each Target Circle Offer may be used for up to a maximum of 4 qualifying items per offer per transaction, unless otherwise noted. There is a limit of 1 Wallet barcode or telephone number redemption per transaction and 6 Wallet barcode or telephone number redemption transactions per day. Target Circle Offers cannot be applied with a price match. Target Circle Offers will be void if copied, scanned, altered, transferred, purchased, sold or prohibited by law. All Target Circle Offers may not be available at all stores due to product availability. The Target Circle Offer value may not exceed the value of the item purchased. All Target Circle Offers will have no cash value.&lt;br /&gt;
&lt;br /&gt;
    To redeem Target Circle Offers, you may use the Target App on your mobile device or a printout of your barcode. Photographs of barcodes will not be accepted. You may also redeem Target Circle Offers using the valid telephone number you provided for your Target account.&lt;br /&gt;
&lt;br /&gt;
    Target has the right to remove or cancel offers from Target Circle, and from your shopping list, at any time and for any reason without notice.&lt;br /&gt;
&lt;br /&gt;
    Only those Target Circle Offers that are on your saved offers list at the time of purchase can be redeemed. If you print your list and an offer expires or is canceled before you redeem the offer, that offer will not be valid.&lt;br /&gt;
&lt;br /&gt;
    For Target Circle Offers with a percentage discount, the actual dollar value may vary based on the item price at each store.&lt;br /&gt;
&lt;br /&gt;
    The numbers shown for total savings at the individual and global level for Target Circle Offers are specific to each account and do not reflect combined totals or the impact of any returns or exchanges that may be associated with those transactions.&lt;br /&gt;
&lt;br /&gt;
    All Target Circle Offers are subject to local and state laws and regulations. Such offers may be restricted or void in some locations. Target shall have no liability for the impact such laws or regulations may have on the ability to utilize such offers.&lt;br /&gt;
&lt;br /&gt;
    All descriptions, images, references, features, content, specifications, products and prices described or depicted on Target Circle are subject to change at any time without notice.&lt;br /&gt;
&lt;br /&gt;
    Pricing, promotions and availability of items appearing in Target Circle Offers may vary by store location. Not all items are available in all markets. Descriptive, typographic and photographic errors are subject to correction and Target shall have no liability of any kind for such errors.&lt;br /&gt;
&lt;br /&gt;
Order Pickup and Drive Up&lt;br /&gt;
&lt;br /&gt;
    Some products offered on the Site are available for pickup in stores at the Guest Service counter or through our drive up service, including items shipped to a store of your choice for pickup in store. Not all items are available for this service nor is the pickup in store service or the drive up service available in all stores. Once your order is ready for pickup, you will be notified and charged for such item(s). We will notify you in the event that an item is unavailable at that store. If someone else will be picking up your order, you must designate him/her as an alternate pickup person when ordering. When picking up your drive up order, you will need your mobile phone to present the barcode associated with your order and sign for your order. When picking up your in-store order pickup, you or your alternate pickup person can use the pickup barcode associated with your order, or a valid government issued ID.&lt;br /&gt;
&lt;br /&gt;
    For all orders that do not contain any fresh grocery items, Target will hold your items for three days starting from the time that Target sends you the notice that your items are ready for pickup (“Original Time Window”). If your order has not been picked up within that time frame, you may elect to extend it for three additional days. This extension must occur before your Original Time Window expires. After three days (or six days if you chose to extend the Original Time Window), if you don’t pick up your order, your order will be canceled and you will be issued a refund for the items for which you were charged. In no event will orders be held for more than six days.&lt;br /&gt;
&lt;br /&gt;
    For orders that contain any fresh grocery items, your order will be held until store close of the next business day. If you don’t pick up your order, your order will be canceled and you will be issued a refund for the items for which you were charged. Orders that contain fresh grocery items cannot be extended. Orders that contain both fresh grocery items and non-grocery items will be subject to this pickup window.&lt;br /&gt;
&lt;br /&gt;
    Target reserves the right to limit the quantity of items ordered for pickup as well as the days of the year and daily hours that this service is offered.&lt;br /&gt;
&lt;br /&gt;
Target Wallet&lt;br /&gt;
&lt;br /&gt;
    To access the Target Wallet (&amp;quot;Wallet&amp;quot;), you must have the Target Application (&amp;quot;Target App&amp;quot;) on your mobile phone, a Target.com account, and you will need to use a security feature on your mobile phone, such as Touch ID or passcode, or log in to your Target.com account.&lt;br /&gt;
&lt;br /&gt;
    The Wallet allows you to pay for goods and services in Target stores with a Target Mastercard, Target Credit Card, Target Debit Card (each a “RedCard”) or a Target GiftCard. Merchandise Return Cards cannot be added to the Wallet.&lt;br /&gt;
&lt;br /&gt;
    The Wallet cannot be used to make purchases on Target.com, at merchants outside of Target or at certain independent businesses within Target stores, such as Optical eye exams and certain restaurants.&lt;br /&gt;
&lt;br /&gt;
    Target discounts, such as Cartwheel and digital coupons, are also available in the Wallet.&lt;br /&gt;
&lt;br /&gt;
    To add a RedCard to the Wallet, you will need the card number, unless the card is already saved in your Target.com account, and you will need the card’s PIN. To add a Target GiftCard to the Wallet, you will need the card and access numbers.&lt;br /&gt;
&lt;br /&gt;
    If your RedCard or GiftCard is deactivated, suspended, closed or otherwise not valid, you will not be able to use that card for payment using the Wallet. Target reserves the right to suspend or terminate your access to or use of the Wallet at any time, without notice and in its sole discretion.&lt;br /&gt;
&lt;br /&gt;
    Target does not charge you to use the Wallet, but message and data rates may apply from your mobile phone service provider, and you are responsible for those fees and charges.&lt;br /&gt;
&lt;br /&gt;
    If you use the Wallet, you are responsible for maintaining the confidentiality of the Wallet, and you agree to accept responsibility for all activities that occur in the Wallet. The terms and conditions of your RedCard credit card or debit card agreements govern the use of your payment method in the Wallet.&lt;br /&gt;
&lt;br /&gt;
    Target may restrict, or otherwise limit, the products purchased through the Wallet. In addition, some products or services may not be eligible for purchase using the Wallet, or may require additional verification prior to completion of purchase through the Wallet. Any restrictions or limitations on such products are solely at Target’s discretion.&lt;br /&gt;
&lt;br /&gt;
    The Wallet in the Target App is subject to these Terms and Conditions and the Target privacy policy.&lt;br /&gt;
&lt;br /&gt;
Automatic Renewal of Shipt Membership Fees&lt;br /&gt;
&lt;br /&gt;
    By authorizing Target to process your payment for a Shipt membership fee and Shipt membership fee renewals, you accept all of these terms, conditions, limitations and requirements.&lt;br /&gt;
&lt;br /&gt;
    When you sign up for a Shipt membership through Target.com, Target will process your payment for the first Shipt membership fee. On the day your Shipt membership is automatically renewed, Target will process your payment for the Shipt membership fee renewal. Your Shipt membership will remain in effect until it is canceled.&lt;br /&gt;
&lt;br /&gt;
    The cost of a Shipt membership is disclosed at the time you sign up for a Shipt membership, and the fee is nonrefundable. If you were offered a free trial of a Shipt membership, you will need to contact Shipt to cancel your membership before the end of the free trial period to avoid being charged the membership fee. To prevent the automatic renewal of your Shipt membership fee, you must cancel your membership before the next membership fee is charged.&lt;br /&gt;
&lt;br /&gt;
    To cancel your membership, contact Shipt at (205) 502-2500 or send an email to xteam@shipt.com with your full name, phone number and e-mail address. If you signed up for a Shipt membership through Target.com, you can also cancel your membership in the membership section of your Target.com account.&lt;br /&gt;
&lt;br /&gt;
    If there are changes related to the cost of the membership or if any problems arise with your payment method connected with your Shipt membership that Target is unable to resolve, we or Shipt will notify you through the email address associated with your Target.com account or your Shipt account. You will not be charged for a Shipt membership until the problem has been resolved, which may result in the cancellation or expiration of your Shipt membership.&lt;br /&gt;
&lt;br /&gt;
    Only valid credit cards or a Target Debit Card can be used to purchase a Shipt membership on Target.com. You cannot use a debit card, other than the Target Debit Card, to pay for a Shipt membership on Target.com. Target GiftCards may be used as payment for the initial Shipt membership purchase however, a valid credit card or Target Debit Card will still be required when you first sign up, and will be used to pay for membership renewals. PayPal cannot be used to pay for Shipt memberships at this time.&lt;br /&gt;
&lt;br /&gt;
    The amount of each Shipt membership fee renewal will be billed to the credit card or Target Debit Card you authorize for the initial Shipt membership purchase, and your card will be billed on the day your membership renews. If we are unable to process your payment for a membership fee renewal, your Shipt membership will not be renewed and will expire.&lt;br /&gt;
&lt;br /&gt;
    If you cancel your Target.com account, your Shipt membership fee will not be renewed and your Shipt membership will expire at the end of the current membership period.&lt;br /&gt;
&lt;br /&gt;
    You can view the details of your Shipt membership fee by visiting Orders in your Target.com account and viewing the order details. If you want to change or cancel the payment card you use for your Shipt membership fee, you can do so at any time by logging into My Account on Target.com, selecting Wallet and then edit or delete the payment card associated with your Shipt membership fee.&lt;br /&gt;
&lt;br /&gt;
    The terms of your membership are subject to Shipt’s terms (www.shipt.com/terms) and privacy policy (www.shipt.com/privacy). Contact Shipt directly at (205) 502-2500 with any questions about or issues with your Shipt membership.&lt;br /&gt;
&lt;br /&gt;
Target Plus™&lt;br /&gt;
&lt;br /&gt;
    Target Plus provides third party companies (“Target Plus Partners”) the opportunity to sell and ship items directly to you through the Site. Target will process your payment for items sold by Target Plus Partners, and Target will handle any payment-related disputes, refunds, credits, and adjustments. Target Plus Partners will not have access to your payment information, other than your name and contact information as required for delivery of purchases and related customer service.&lt;br /&gt;
&lt;br /&gt;
    You acknowledge and agree that these items are being sold to you directly by Target Plus Partners, not by Target, and that the Target Plus Partner, not Target, will be responsible for the fulfillment and shipping of such items. A Target Plus Partner page is available for each Target Plus Partner, and contains information regarding the company and its policies, including its return and privacy policies. Items sold by Target Plus Partners can be returned to Target, subject to the Target Plus Partner’s Return Policy. Target is not responsible, nor does it provide any warranties or guarantees, for the products or services that are, or may be, provided by Target Plus Partners.&lt;br /&gt;
&lt;br /&gt;
    TO THE FULLEST EXTENT PROVIDED BY APPLICABLE LAW, YOU ACKNOWLEDGE AND AGREE THAT TARGET WILL NOT BE LIABLE FOR ANY ACTIONS OF A TARGET PLUS PARTNER OR ANY PRODUCTS OR SERVICES SOLD BY SUCH TARGET PLUS PARTNER.&lt;br /&gt;
&lt;br /&gt;
    Items sold by Target Plus Partners are not eligible for price match.&lt;br /&gt;
&lt;br /&gt;
    Transactions&lt;br /&gt;
    • User Transactions&lt;br /&gt;
    • Limitations on Quantity&lt;br /&gt;
    • Colors&lt;br /&gt;
    • Availability, Errors &amp;amp; Inaccuracies&lt;br /&gt;
    • International Shippig&lt;br /&gt;
    • Healthcare Information&lt;br /&gt;
    • Rules of Promotions&lt;br /&gt;
    • Returns&lt;br /&gt;
    • Gift Cards &amp;amp; Certificates&lt;br /&gt;
    • Music Downloads&lt;br /&gt;
    • Video, Movie, TV Program, &amp;amp; Computer Game Ratings&lt;br /&gt;
    • Text Messages&lt;br /&gt;
&lt;br /&gt;
User Transactions&lt;br /&gt;
&lt;br /&gt;
    If you wish to purchase any product or service made available through the Site including items sold by Target and items sold by a Target Plus Partner (each such purchase, a &amp;quot;Transaction&amp;quot;), you may be asked to supply certain information relevant to your Transaction including, without limitation, information about your method of payment (such as your payment card number and expiration date), your billing address, and your shipping information. YOU REPRESENT AND WARRANT THAT YOU HAVE THE LEGAL RIGHT TO USE ANY PAYMENT CARD(S) OR OTHER PAYMENT METHOD(S) UTILIZED IN CONNECTION WITH ANY TRANSACTION. By submitting such information, you grant to Target the right to provide such information to third parties for purposes of facilitating the completion of Transactions initiated by you or on your behalf. Verification of information may be required prior to the acknowledgment or completion of any Transaction.&lt;br /&gt;
&lt;br /&gt;
    For Same Day Delivery orders placed through the Site, Target will temporarily authorize your payment card for your order amount plus an additional amount to allow for substitutions and special requests related to your Same Day Delivery order. You will only be charged for the items you receive. The final total will be shown in your account and provided via email after delivery of your order.&lt;br /&gt;
&lt;br /&gt;
    All descriptions, images, references, features, content, specifications, products and prices of products and services described or depicted on the Site are subject to change at any time without notice. Certain weights, measures, and other descriptions are approximate and are provided for convenience purposes only. The inclusion of any products or services on the Site does not imply or warrant that these products or services will be available. It is your responsibility to ascertain and obey all applicable local, state, federal, and international laws (including minimum age requirements) in regard to the receipt, possession, use, and sale of any item purchased from this Site. By placing an order, you represent that the products ordered will be used only in a lawful manner. All DVDs and similar products sold are for private, non-public, home use (where no admission fee is charged) and may not be duplicated. Target reserves the right, with or without prior notice, to do any one or more of the following: (i) limit the available quantity of or discontinue any product or service; (ii) impose conditions on the honoring of any coupon, coupon code, promotional code, or other similar promotion; (iii) bar any user from making or completing any or all Transaction(s); and (iv) refuse to provide any user with any product or service. You agree to pay all charges that may be incurred by you or on your behalf through the Site, at the price(s) in effect when such charges are incurred including, without limitation, all shipping and handling charges. In addition, you remain responsible for any taxes that may be applicable to your Transactions.&lt;br /&gt;
&lt;br /&gt;
    Target or our agents may call or text by telephone regarding your account or your Transactions. You agree that we may place such calls or texts using an automatic dialing/announcing device. You agree that we may make such calls or texts to a mobile telephone or other similar device. You agree that we may, for training purposes or to evaluate the quality of our service, listen to and record phone conversations you have with us.&lt;br /&gt;
&lt;br /&gt;
Limitations on Quantity&lt;br /&gt;
&lt;br /&gt;
    Target does not offer additional discounts on large orders of a single item or on large orders of many individual items. In addition, we reserve the right to limit quantities on orders placed by the same account, on orders placed by the same method of payment, and on orders that use the same billing or shipping address. We will notify you if such limits are applied. Target reserves the right to prohibit purchases of any merchandise to resellers. Resellers are defined as a company or an individual that purchases goods with the intention of selling them rather than using them.&lt;br /&gt;
&lt;br /&gt;
Colors&lt;br /&gt;
&lt;br /&gt;
    Target strives to display as accurately as possible the colors of the products shown on the Site; however, Target cannot and does not guarantee that your monitor’s display of any color will be accurate.&lt;br /&gt;
&lt;br /&gt;
Availability, Errors &amp;amp; Inaccuracies&lt;br /&gt;
&lt;br /&gt;
    If an item is out of stock, Target or a Target Plus Partner, may, in its sole discretion and at no extra cost to you, substitute another item for the out-of-stock item if Target, in its sole discretion, determines that the identical brand and product is available in a form that is of equal or greater value, for example, larger quantity, packaged with a trial sample, or with updated product packaging.&lt;br /&gt;
&lt;br /&gt;
    Target’s acknowledgement of an order means that your order request has been received; it does not mean that your order has been accepted or shipped or that the price or availability of an item has been confirmed. Target makes a conscientious effort to describe and display its products and services accurately on the Site. Despite these efforts, a small number of items on the Site may be mispriced, described inaccurately or unavailable, and we may experience delays in updating information on the Site and in our advertising on other sites. As a result, we cannot and do not guarantee the accuracy or completeness of any information, including prices, product images, specifications, availability and services, including for items sold by Target Plus Partners. Target, or Target Plus Partners, reserve the right to change or update information and to correct errors, inaccuracies or omissions at any time without prior notice. We apologize for any inconvenience. If we determine that there were inaccuracies in our product information, we will cancel your order and notify you of such cancellation via email. Target Plus Partners may have different shipping procedures and processes in place for item availability and price adjustments.&lt;br /&gt;
&lt;br /&gt;
International Shipping&lt;br /&gt;
&lt;br /&gt;
    Target partners with Borderfree, Inc. (“Borderfree”) to fill international shipping orders. Orders shipped internationally via Borderfree are subject to Borderfree’s Terms &amp;amp; Conditions. International Orders are not eligible for: free shipping (including for Red Card holders), free returns, gifts/gift cards with purchase, gift wrap services, Target Plus Partner items, Cartwheel offers, subscriptions, registries, coupons, order pickup, extended service plans. Other promotional restrictions may apply. &lt;br /&gt;
&lt;br /&gt;
Healthcare Information&lt;br /&gt;
&lt;br /&gt;
    THE INFORMATION CONTAINED IN THE HEALTH CARE PAGES OF THE SITE IS INTENDED FOR EDUCATIONAL PURPOSES ONLY. IT IS NOT INTENDED AS MEDICAL ADVICE FOR INDIVIDUAL CONDITIONS OR TREATMENT, IT IS NOT A SUBSTITUTE FOR A MEDICAL EXAM, AND IT DOES NOT REPLACE THE NEED FOR SERVICES PROVIDED BY MEDICAL PROFESSIONALS. TALK TO YOUR DOCTOR OR PHARMACIST BEFORE TAKING ANY MEDICATION (INCLUDING ANY HERBAL MEDICINES OR SUPPLEMENTS). ONLY YOUR DOCTOR OR PHARMACIST CAN PROVIDE YOU WITH ADVICE ON WHAT IS SAFE AND EFFECTIVE FOR YOU. THE INFORMATION CONTAINED ON THE SITE CONCERNING HERBAL MEDICINE CONTAINS INFORMATION ABOUT HERBAL THERAPIES AND OTHER DIETARY SUPPLEMENTS, WHICH ARE NOT REGULATED IN THE UNITED STATES BY THE FOOD AND DRUG ADMINISTRATION. ADDITIONALLY, THE MANUFACTURE AND DISTRIBUTION OF HERBAL SUBSTANCES IS NOT REGULATED IN THE UNITED STATES, AND NO QUALITY STANDARDS CURRENTLY EXIST. BECAUSE OF THE UNREGULATED NATURE OF THE HERBAL AND SUPPLEMENT INDUSTRY, YOU NEED TO DISCUSS USE OF THESE SUBSTANCES WITH YOUR DOCTOR OR PHARMACIST.&lt;br /&gt;
&lt;br /&gt;
Rules for Promotions&lt;br /&gt;
&lt;br /&gt;
    Any sweepstakes, contests, raffles, or other promotions (collectively, &amp;quot;Promotions&amp;quot;) made available through the Site may be governed by rules that are separate from these Terms &amp;amp; Conditions. If you participate in any Promotions, please review the applicable rules as well as our Privacy Policy. If the rules for a Promotion conflict with these Terms &amp;amp; Conditions, the Promotion rules will apply.&lt;br /&gt;
&lt;br /&gt;
Returns&lt;br /&gt;
&lt;br /&gt;
    If you are not fully satisfied with your purchase of items sold by Target, you may return it in accordance with Target’s Return Policy. If you are not satisfied with your purchase of items sold by a Target Plus Partner, you may return it to a Target Store or by mail in accordance with the Target Plus Partner’s Return Policy. The Return Policy and each Target Plus Partner’s Return Policy is incorporated into these Terms &amp;amp; Conditions in its entirety.&lt;br /&gt;
&lt;br /&gt;
Gift Cards &amp;amp; Certificates&lt;br /&gt;
&lt;br /&gt;
    All gift cards, e-gift cards, and other gift certificates are deemed purchased in and issued from the State of Minnesota. The risk of loss and title to such items passes to the purchaser upon our electronic transmission to the recipient or delivery to the carrier, whichever is applicable.&lt;br /&gt;
&lt;br /&gt;
Music Downloads&lt;br /&gt;
&lt;br /&gt;
    Digital music downloads offered by Target (&amp;quot;Music Downloads&amp;quot;) are provided for your personal, noncommercial use only in the United States, its territories and possessions. All purchases of music content (&amp;quot;Music Content&amp;quot;) are deemed final and are non-refundable. The use and purchase of Music Content require compatible devices, Internet access, and certain software (fees may apply); may require periodic updates; and may be affected by the performance of these factors. We reserve the right to change the prices and availability, including removal of Music Content, without prior notice to you. In accessing Music Content through Target, You agree:&lt;br /&gt;
&lt;br /&gt;
        To not modify, or attempt to modify, any software or Music Content purchased through Target for any reason whatsoever, including for the purpose of disguising or changing ownership or source of the Music Content.&lt;br /&gt;
        Any reproduction, redistribution, transmission, sale, broadcast, public performance, rental or lending, adaptation, sub license, modification, promotion or other use of the Music Content, including, without limitation, any use that requires a synchronization license with respect to the underlying musical composition, without the prior written consent of the copyright owner is a violation of the law and is expressly prohibited.&lt;br /&gt;
        Other than as expressly set forth herein, copying, sharing or transferring of the Music Content is expressly prohibited.&lt;br /&gt;
&lt;br /&gt;
    Downloads of Music Content may be purchased individually, collectively as albums, or, in some cases, only in the form of albums. All Music Downloads sold through Target are encoded in a high quality MP3 or AAC+ format. Once a Music Download is burned to a CD it may not be copied, distributed or transferred from that CD to any other media or device. Music Content may not be used as a musical &amp;quot;ringer&amp;quot; in connections with phone calls. All Music Downloads of Sony Music Entertainment content are sold directly by SME Digital LLC via MediaNet as its agent.&lt;br /&gt;
&lt;br /&gt;
Video, Movie, TV Program &amp;amp; Computer Game Ratings&lt;br /&gt;
&lt;br /&gt;
    Target participates in the video and computer game industry’s standardized rating system developed by the Entertainment Software Rating Board (ESRB), and in the Motion Picture Association of America (MPAA) ratings system. ESRB ratings are placed on game packaging and MPAA ratings are placed on movie and television show packaging to let you know the nature of the content and the ages for which the game or movie is appropriate. You can find this information on the item description page for the game or movie, and you can also learn more by going to ESRB Guidelines. Target does not sell games rated &amp;quot;AO: Adult Only&amp;quot; or movies rated NC-17. Games rated &amp;quot;M: Mature&amp;quot; and movies rated R are intended for mature audiences only and are noted as such on this Site. By ordering any &amp;quot;M: Mature&amp;quot; rated game, certain &amp;quot;RP: Rating Pending&amp;quot; games, an R-rated movie, or certain &amp;quot;NR: Not Rated&amp;quot; movies, you are certifying that you are at least 17 years of age.&lt;br /&gt;
&lt;br /&gt;
Mobile Terms and Conditions&lt;br /&gt;
&lt;br /&gt;
    1. These terms and conditions apply to SMS text messages sent by Target. These messages can be recurring (e.g. Target Circle) or one-time (e.g. in-home delivery, in-store promotion).&lt;br /&gt;
&lt;br /&gt;
    2. You can cancel the SMS service at any time. Just text “STOP” in response to the text message you received. After you send the SMS message “STOP” to us, we will send you an SMS message to confirm that you have been unsubscribed. After this, you will no longer receive SMS messages from that particular short code. If you want to join again, just sign up as you did the first time and we will start sending SMS messages to you again. .&lt;br /&gt;
&lt;br /&gt;
    3. If at any time you forget what keywords are supported, just text “HELP” to the text message you received. After you send the SMS message “HELP” to us, we will respond with instructions on how to use our service as well as how to unsubscribe.&lt;br /&gt;
&lt;br /&gt;
    4. Data obtained from you in connection with this text messaging service may include your mobile phone number, your carrier’s name, and the date time and content of your messages and other information you provide to Target as part of this service. Target may use this information to contact you and provide services you request from Target. Target may also use this information as described in the subscription list you’ve enrolled in. Target may use an automatic dialing system to deliver text messages to you. If you have questions regarding our privacy practices, please read our privacy policy at target.com/privacy&lt;br /&gt;
&lt;br /&gt;
    5. As always, message and data rates may apply for any messages sent to you from us and to us from you. The maximum number of messages per month you will receive will vary based on the subscription list you’ve enrolled in. If you have any questions about your text or data plan, it is best to contact your wireless provider. For questions about the services Target provides, contact us at 1-800-440-0680.&lt;br /&gt;
&lt;br /&gt;
    6. Target will not be liable for any delays in the receipt of any text messages. Delivery is subject to effective transmission from your network operator.&lt;br /&gt;
&lt;br /&gt;
    7. We are able to deliver messages to the following mobile phone carriers: Major carriers: AT&amp;amp;T, Verizon Wireless, Sprint, T-Mobile, MetroPCS, U.S. Cellular, Alltel, Boost Mobile, Nextel, and Virgin Mobile. Minor carriers: Alaska Communications Systems (ACS), Appalachian Wireless (EKN), Bluegrass Cellular, Cellular One of East Central IL (ECIT), Cellular One of Northeast Pennsylvania, Cincinnati Bell Wireless, Cricket, Coral Wireless (Mobi PCS), COX, Cross, Element Mobile (Flat Wireless), Epic Touch (Elkhart Telephone), GCI, Golden State, Hawkeye (Chat Mobility), Hawkeye (NW Missouri), Illinois Valley Cellular, Inland Cellular, iWireless (Iowa Wireless), Keystone Wireless (Immix Wireless/PC Man), Mosaic (Consolidated or CTC Telecom), Nex-Tech Wireless, NTelos, Panhandle Communications, Pioneer, Plateau (Texas RSA 3 Ltd), Revol, RINA, Simmetry (TMP Corporation), Thumb Cellular, Union Wireless, United Wireless, Viaero Wireless, and West Central (WCC or 5 Star Wireless). ***Carriers are not liable for delayed or undelivered messages***&lt;br /&gt;
&lt;br /&gt;
    8. If you have questions regarding how Target collects, uses, shares, and protects guest information, please read our Target privacy policy.&lt;br /&gt;
&lt;br /&gt;
    Miscellaneous&lt;br /&gt;
    • Mobile Application Users&lt;br /&gt;
    • Links to Third-Parties’ Websites&lt;br /&gt;
    • Filtering&lt;br /&gt;
    • Risk of Loss&lt;br /&gt;
    • Export Policy&lt;br /&gt;
    • Financial Disclosure&lt;br /&gt;
    • DMCA Notice - Notice &amp;amp; Procedure for Making Claims of Copyright Infringement&lt;br /&gt;
    • Disclaimers of Warranties&lt;br /&gt;
    • Jurisdictional Issues&lt;br /&gt;
    • Limitation of Liability&lt;br /&gt;
    • Indemnification &amp;amp; Defense&lt;br /&gt;
    • Notices &amp;amp; Electronic Communications&lt;br /&gt;
    • Notice for California Residents&lt;br /&gt;
    • Arbitration Agreement&lt;br /&gt;
    • Choice of Law, Forum Selection, &amp;amp; Jury Waiver&lt;br /&gt;
    • Miscellaneous&lt;br /&gt;
    • Contact Us&lt;br /&gt;
&lt;br /&gt;
Mobile Application Users&lt;br /&gt;
&lt;br /&gt;
    The following provisions apply to users of Target mobile applications (each, an “Application”):&lt;br /&gt;
&lt;br /&gt;
    Users of the Apple Application&lt;br /&gt;
&lt;br /&gt;
    If you download and/or use our Application(s) for iPhone or iPad: These Terms &amp;amp; Conditions incorporate by reference the Licensed Application End User License Agreement (the “LAEULA”) published by Apple, Inc. (located online at http://www.apple.com/legal/itunes/appstore/dev/stdeula/). For purposes of these Terms &amp;amp; Conditions, the Application is considered the “Licensed Application” as defined in the LAEULA and Target is considered the “Application Provider” as defined in the LAEULA. If any of these Terms &amp;amp; Conditions conflict with the terms of the LAEULA, these Terms &amp;amp; Conditions shall control.&lt;br /&gt;
&lt;br /&gt;
    Mobile Service, Internet and Service Fees&lt;br /&gt;
&lt;br /&gt;
    The use of the Application requires use of a mobile device and wireless mobile data service, which must be obtained from your wireless carrier, and may require Internet access, which must be obtained from your service provider; you are responsible for obtaining and paying for such additional services and obtaining a suitable device, including without limitation all usage charges related thereto. You may be required to send and receive, at your cost, electronic communications related to the Application, including without limitation, administrative messages, service announcements, diagnostic data reports, and Application updates, from Target, your mobile carrier or third party service providers. If you do not have an unlimited wireless mobile data plan, you may incur additional charges from your wireless service provider in connection with your use of the Application. You are solely responsible for obtaining any additional subscription or connectivity services or equipment necessary to access the Application, including but not limited to payment of all third party fees associated therewith, including fees for information sent to or through the Application.&lt;br /&gt;
&lt;br /&gt;
    The Application may not work with all devices or all mobile carriers. Target makes no representations that the Application will be compatible with or provided by all mobile carriers. In the event that fees are charged for the Application, or other third party service providers charge a fee for the products or services they provide, you agree to pay such fee to the respective party in exchange for your continued use of such products or services. Some services may be subject to different or additional terms (including fees), which you will be required to agree to prior to your use of such services.&lt;br /&gt;
&lt;br /&gt;
Links to Third-Parties’ Websites&lt;br /&gt;
&lt;br /&gt;
    The Site may contain links and interactive functionality interacting with the websites of third parties, including social sites and product manufacturers’ sites. Target is not responsible for and has no liability for the functionality, actions, inactions, privacy settings, privacy policies, terms, or content of any such website. Before enabling any sharing functions of the Site to communicate with any such website or otherwise visiting any such website, Target strongly recommends that you review and understand the terms and conditions, privacy policies, settings, and information-sharing functions of each such third-party website. The links and interactive functionality for third-party sites on the Site do not constitute an endorsement by Target of such third-party sites. Other sites may link to the Site with or without our authorization, and we may block any links to or from the Site. YOUR USE OF THIRD-PARTY WEBSITES AND RESOURCES IS AT YOUR OWN RISK.&lt;br /&gt;
&lt;br /&gt;
Filtering&lt;br /&gt;
&lt;br /&gt;
    Pursuant To 47 U.S.C. Section 230(d) as amended, we hereby notify you that parental control protections (such as computer hardware, software, or filtering services) are commercially available that may assist you in limiting access to material that is harmful to minors. Information identifying current providers of such protections is available on the following website:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    OnGuard Online (http://onguardonline.gov/). Please note that we do not endorse any of the products or services listed at such website.&lt;br /&gt;
&lt;br /&gt;
Risk of Loss&lt;br /&gt;
&lt;br /&gt;
    Except as otherwise set forth herein, the risk of loss for and title to products purchased on the Site passes to the purchaser upon delivery to the carrier.&lt;br /&gt;
&lt;br /&gt;
Export Policy&lt;br /&gt;
&lt;br /&gt;
    You agree that any purchased goods licensed or sold on the Site, which may include technology and software, and all software, including all HTML code and controls that are contained on the Site, are subject to the customs and export control laws and regulations of the United States of America and may also be subject to the customs and export laws and regulations of the country in which the products are manufactured and/or received. THE COPYING OR REPRODUCTION OF SUCH SOFTWARE TO ANY OTHER SERVER OR LOCATION FOR FURTHER REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY PROHIBITED. By purchasing, downloading, or using technology or software from the Site, you agree to abide by applicable laws, rules, and regulations including, but not limited to, the Export Administration Act and the Arms Export Control Act, and you represent and warrant that you will not transfer, by electronic transmission or otherwise, the software or technology to a foreign national or a foreign destination in violation of the law.&lt;br /&gt;
&lt;br /&gt;
Financial Disclosure&lt;br /&gt;
&lt;br /&gt;
    Forward-Looking Statements&lt;br /&gt;
&lt;br /&gt;
    The Site, and any documents issued by us and available through the Site, may contain forward-looking statements, which are based on our current assumptions and expectations. These statements are typically accompanied by the words &amp;quot;expect,&amp;quot; &amp;quot;may,&amp;quot; &amp;quot;could,&amp;quot; &amp;quot;believe,&amp;quot; &amp;quot;would,&amp;quot; &amp;quot;might,&amp;quot; &amp;quot;anticipates,&amp;quot; or words of similar import. Forward-looking statements also include statements or other passages primarily relevant to expected future events or that can only be evaluated by events that will occur in the future. All such forward-looking statements are intended to enjoy the protection of the safe harbor for forward-looking statements contained in the Private Securities Litigation Reform Act of 1995, as amended. Although we believe there is a reasonable basis for the forward-looking statements, our actual results could be materially different. The most important factors which could cause our actual results to differ from our forward-looking statements are set forth on our description of risk factors in our Annual Report on Form 10-K, Quarterly Reports on Form 10-Q or Current Reports on Form 8-K, which should be read in conjunction with the forward-looking statements on the Site. Forward-looking statements speak only as of the date they are made, and we do not undertake any obligation to update any forward-looking statement. In addition, please note that information contained in the Site shall not be included as part of, or incorporated by reference into (nor shall it be deemed to be a part of or incorporated by reference into), any prospectus or offering memorandum of Target used in connection with the offering or sale of securities.&lt;br /&gt;
&lt;br /&gt;
    Webcasts Calls&lt;br /&gt;
&lt;br /&gt;
    From time to time, Target provides earnings or other financial information to the public via webcasts or conference call. Unauthorized recording or downloading of these is not permitted. Any rebroadcast or rewebcast of these events is prohibited without the express prior consent of Target. Information provided is only accurate as of the date of the event.&lt;br /&gt;
&lt;br /&gt;
    Third-Party Financial Information&lt;br /&gt;
&lt;br /&gt;
    We provide links and access to third-party web sites or services that contain information that is provided as a service to those interested in the information. Target neither regularly monitors nor assumes responsibility for the content of third parties’ statements or web sites. Accordingly, Target does not endorse or adopt these web sites or any information contained therein. Target makes no representations or warranties whatsoever regarding their accuracy or completeness.&lt;br /&gt;
&lt;br /&gt;
DMCA Notice - Notice &amp;amp; Procedure for Making Claims of Copyright Infringement&lt;br /&gt;
&lt;br /&gt;
    Target’s policy is to respond to notices of alleged infringement that comply with the Digital Millennium Copyright Act (&amp;quot;DMCA&amp;quot;). Copyright-infringing materials found on the Site can be identified and removed via our process listed below, and you agree to comply with such process in the event you are involved in any claim of copyright infringement to which the DMCA may be applicable.&lt;br /&gt;
&lt;br /&gt;
    If you believe in good faith that your work has been copied in a way that constitutes copyright infringement, please provide Target’s copyright agent the written information specified below. Please note that this procedure is exclusively for notifying Target that your copyrighted material has been infringed. Target does not and will not make any legal decisions about the validity of your claim of infringement or the possible defenses to a claim. When a clear and valid notice is received pursuant to the guidelines set forth below, Target will respond by either taking down the allegedly infringing content or blocking access to it. Target may contact the notice provider to request additional information. Under the DMCA, Target is required to take reasonable steps to notify the user who posted the allegedly infringing content (&amp;quot;Alleged Infringer&amp;quot;). The Alleged Infringer is allowed under the law to send Target a counter-notification. Notices and counter-notices are legal notices distinct from regular Site activities or communications. We may publish or share them with third parties in our sole discretion (in addition to producing them pursuant to a subpoena or other legal discovery request). Anyone making a false or fraudulent notice or counter-notice may be liable for damages under the DMCA, including costs and attorneys’ fees. Any person who is unsure of whether certain material infringes a copyright held by such person or a third party should contact an attorney.&lt;br /&gt;
&lt;br /&gt;
    To file a DMCA notice, the copyright owner must send in a written letter by fax, regular mail, or email only. We reserve the right to ignore a notice that is not in compliance with the DMCA, and we may, but are not obligated to, respond to a non-compliant notice.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    A DMCA notice must:&lt;br /&gt;
&lt;br /&gt;
        Identify specifically the copyrighted work(s) believed to have been infringed (for example, &amp;quot;My copyrighted work is the picture that appears at [list location where material is located].&amp;quot;);&lt;br /&gt;
        Identify the Content that a copyright owner claims is infringing upon copyrighted work. The copyright owner must provide information reasonably sufficient to enable us to locate the item on the Site. The copyright owner should provide clear screenshots of the allegedly infringing materials for identification purposes only. The information provided should be as detailed as possible;&lt;br /&gt;
        Provide information sufficient to permit us to contact the copyright owner directly: name, street address, telephone number, and email (if available);&lt;br /&gt;
        If available, provide information sufficient to permit us to notify the Alleged Infringer (email address preferred);&lt;br /&gt;
        Include the following statement: &amp;quot;I have a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law&amp;quot;;&lt;br /&gt;
        Include the following statement: &amp;quot;I swear, under penalty of perjury, that the information in the notification is accurate and that I am the copyright owner or am authorized to act on behalf of the owner of an exclusive right that is allegedly infringed&amp;quot;;&lt;br /&gt;
        Be signed; and&lt;br /&gt;
        Be sent to our DMCA designated agent at the following address:&lt;br /&gt;
&lt;br /&gt;
    DMCA Designated Agent&lt;br /&gt;
&lt;br /&gt;
    Target Brands, Inc.&lt;br /&gt;
&lt;br /&gt;
    1000 Nicollet Mall, TPS-3165&lt;br /&gt;
&lt;br /&gt;
    Minneapolis, Minnesota 55403&lt;br /&gt;
&lt;br /&gt;
    Fax: 612-696-3399&lt;br /&gt;
&lt;br /&gt;
    email: DMCA@target.com&lt;br /&gt;
&lt;br /&gt;
Disclaimers of Warranties&lt;br /&gt;
&lt;br /&gt;
    Target cannot and does not represent or warrant that the Site or its server will be error-free, uninterrupted, free from unauthorized access (including third-party hackers or denial of service attacks), or otherwise meet your requirements.&lt;br /&gt;
&lt;br /&gt;
    THE SITE AND ALL INFORMATION, CONTENT, MATERIALS , PRODUCTS, SERVICES, AND USER CONTENT INCLUDED ON OR OTHERWISE MADE AVAILABLE TO YOU THROUGH THE SITE (COLLECTIVELY, THE &amp;quot;SITE CONTENTS&amp;quot;) ARE PROVIDED BY TARGET ON AN &amp;quot;AS IS,&amp;quot; &amp;quot;AS AVAILABLE&amp;quot; BASIS, WITHOUT REPRESENTATIONS OR WARRANTIES OF ANY KIND. TARGET MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, AS TO THE OPERATION OF THE SITE, THE ACCURACY OR COMPLETENESS OF THE SITE CONTENTS, OR THAT EMAILS SENT FROM TARGET ARE FREE OF MALWARE OR OTHER HARMFUL COMPONENTS. YOU EXPRESSLY AGREE THAT YOUR USE OF THE SITE IS AT YOUR SOLE RISK. TO THE FULL EXTENT PERMITTED BY LAW, TARGET DISCLAIMS ANY AND ALL REPRESENTATIONS AND WARRANTIES WITH RESPECT TO THE SITE AND THE SITE CONTENTS, WHETHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE.&lt;br /&gt;
&lt;br /&gt;
    CERTAIN PROVIDERS OF PRODUCTS MAY SEPARATELY PROVIDE LIMITED REPRESENTATIONS AND/OR WARRANTIES REGARDING THEIR PRODUCTS. THIS DISCLAIMER DOES NOT APPLY TO SUCH PRODUCT WARRANTIES.&lt;br /&gt;
&lt;br /&gt;
    TARGET DOES NOT REPRESENT OR WARRANT THAT THE NUTRITION, INGREDIENT, ALLERGEN, AND OTHER PRODUCT INFORMATION ON OUR SITE IS ACCURATE OR COMPLETE SINCE THIS INFORMATION IS PROVIDED BY THE PRODUCT MANUFACTURERS OR SUPPLIERS AND ON OCCASION MANUFACTURERS MAY MODIFY THEIR PRODUCTS AND UPDATE THEIR LABELS. WE RECOMMEND THAT YOU DO NOT RELY SOLELY ON THE INFORMATION PRESENTED ON OUR SITE AND THAT YOU CONSULT THE PRODUCT’S LABEL OR CONTACT THE MANUFACTURER DIRECTLY IF YOU HAVE A SPECIFIC DIETARY CONCERN OR QUESTION ABOUT A PRODUCT.&lt;br /&gt;
&lt;br /&gt;
    On the Site, we may display names, marks, products, advertisements, or services of third parties, pop-up texts, or links to third-party sites. If you decide to link to any such third-party sites, you do so entirely at your own risk.&lt;br /&gt;
&lt;br /&gt;
Jurisdictional Issues&lt;br /&gt;
&lt;br /&gt;
    The Site is controlled and operated by Target from the United States, and is not intended to subject Target to the laws or jurisdiction of any state, country or territory other than that of the United States. Target does not represent or warrant that the Site or any part thereof is appropriate or available for use in any particular jurisdiction other than the United States. In choosing to access the Site, you do so on your own initiative and at your own risk, and you are responsible for complying with all local laws, rules and regulations. We may limit the Site’s availability, in whole or in part, to any person, geographic area or jurisdiction we choose, at any time and in our sole discretion.&lt;br /&gt;
&lt;br /&gt;
Limitation of Liability&lt;br /&gt;
&lt;br /&gt;
    UNDER NO CIRCUMSTANCES SHALL TARGET OR ITS EMPLOYEES, DIRECTORS, OFFICERS OR AGENTS BE LIABLE FOR ANY DIRECT OR INDIRECT LOSSES OR DAMAGES ARISING OUT OF OR IN CONNECTION WITH YOUR USE OF OR INABILITY TO USE THE SITE. THIS IS A COMPREHENSIVE LIMITATION OF LIABILITY THAT APPLIES TO ALL LOSSES AND DAMAGES OF ANY KIND (WHETHER GENERAL, SPECIAL, CONSEQUENTIAL, INCIDENTAL, EXEMPLARY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, LOSS OF DATA, INCOME OR PROFITS), WHETHER IN CONTRACT OR TORT, EVEN IF TARGET HAS BEEN ADVISED OF OR SHOULD HAVE KNOWN OF THE POSSIBILITY OF SUCH DAMAGES. IF YOU ARE DISSATISFIED WITH THE SITE, ANY CONTENT ON THE SITE, OR THESE TERMS &amp;amp; CONDITIONS, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THE SITE. YOU ACKNOWLEDGE, BY YOUR USE OF THE SITE, THAT YOUR USE OF THE SITE IS AT YOUR SOLE RISK. APPLICABLE LAW MAY NOT ALLOW THE LIMITATION OF LIABILITY SET FORTH ABOVE, SO THIS LIMITATION OF LIABILITY MAY NOT APPLY TO YOU, AND YOU MAY HAVE RIGHTS ADDITIONAL TO THOSE CONTAINED HEREIN. THE FOREGOING PARAGRAPH SHALL NOT APPLY TO RESIDENTS OF NEW JERSEY. WITH RESPECT TO RESIDENTS OF NEW JERSEY, TARGET OR ITS EMPLOYEES, DIRECTORS, OFFICERS OR AGENTS SHALL NOT BE LIABLE FOR ANY LOSSES OR DAMAGES ARISING OUT OF OR IN CONNECTION WITH YOUR USE OF OR INABILITY TO USE THE SITE, OR ANY MATERIALS THEREIN UNLESS SUCH DAMAGES OR INJURIES ARE THE RESULT OF TARGET’S NEGLIGENT, FRAUDULENT OR RECKLESS ACTS OR INTENTIONAL MISCONDUCT.&lt;br /&gt;
&lt;br /&gt;
    EACH PROVISION OF THESE TERMS &amp;amp; CONDITIONS THAT PROVIDES FOR A LIMITATION OF LIABILITY, DISCLAIMER OF WARRANTIES, OR EXCLUSION OF DAMAGES IS TO ALLOCATE THE RISKS UNDER THE AGREEMENT BETWEEN YOU AND TARGET. THIS ALLOCATION IS AN ESSENTIAL ELEMENT OF THE BASIS OF THE BARGAIN BETWEEN YOU AND TARGET. THE LIMITATIONS IN THIS SECTION WILL APPLY EVEN IF ANY LIMITED REMEDY FAILS OF ITS ESSENTIAL PURPOSE(S).&lt;br /&gt;
&lt;br /&gt;
Indemnification &amp;amp; Defense&lt;br /&gt;
&lt;br /&gt;
    As a condition of the use of the Site, you agree to defend, indemnify and hold harmless Target and its respective employees, directors, officers, agents, vendors and suppliers from and against any liabilities, losses, investigations, inquiries, claims, suits, damages, costs and expenses (including, without limitation, reasonable attorneys’ fees and expenses) (each, a &amp;quot;Claim&amp;quot;) arising out of or otherwise relating to Claims alleging facts that if true would constitute a breach by you of these Terms &amp;amp; Conditions, or any User Content submitted by you.&lt;br /&gt;
&lt;br /&gt;
Notices &amp;amp; Electronic Communications&lt;br /&gt;
&lt;br /&gt;
    Except as explicitly stated otherwise, any notices you send to Target shall be sent by mail to Target.com Guest Services, P.O. Box 9350, Minneapolis, MN 55440-9350. In the case of notices Target sends to you, you consent to receive notices and other communications by Target posting notices on the Site, sending you an email at the email address listed in your profile in your account, or mailing a notice to you at your billing address listed in your profile in your account. You agree that all agreements, notices, disclosures and other communications that Target provides to you in accordance with the prior sentence satisfy any legal requirement that such communications be in writing. Notice shall be deemed given (i) 24 hours after the notice is posted on the Site or an electronic message is sent, unless the sending party is notified that the message did not reach the recipient, or (ii) in the case of mailing, three days after the date of mailing. You agree that a printed version of these Terms &amp;amp; Conditions and/or any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to these Terms &amp;amp; Conditions to the same extent and subject to the same conditions as other business documents and records originally generated and maintained in printed form.&lt;br /&gt;
&lt;br /&gt;
Notice for California Residents&lt;br /&gt;
&lt;br /&gt;
    Under California Civil Code Section 1789.3, California users are entitled to the following consumer rights notice: If you have a question or complaint regarding the Site, please send an email to Guest.service@target.com. You may also contact us by writing to Target.com Guest Services, P.O. Box 9350, Minneapolis, MN 55440-9350, or by calling us at (800) 591-3869. California residents may reach the Complaint Assistance Unit of the Division of Consumer Services of the California Department of Consumer Affairs by mail at 1625 North Market Blvd., Sacramento, CA 95834, or by telephone at (916) 445-1254 or (800) 952-5210.&lt;br /&gt;
&lt;br /&gt;
Arbitration Agreement&lt;br /&gt;
&lt;br /&gt;
    Please read this section carefully. Except as the Terms &amp;amp; Conditions otherwise provide, you waive your rights to try any claim in court before a judge or jury and to bring or participate in any class, collective, or other representative action.&lt;br /&gt;
&lt;br /&gt;
        Agreement to Binding Arbitration&lt;br /&gt;
&lt;br /&gt;
    You and Target agree that in the event of any claim, dispute, or controversy (whether in contract, tort, statute, or otherwise) arising out of, relating to, or connected in any way with (1) the site or (2) the breach, enforcement, interpretation, application, or validity of these Terms &amp;amp; Conditions, such claim, dispute or controversy will be resolved exclusively by final and binding arbitration, except as otherwise set forth in these Terms &amp;amp; Conditions (the “Arbitration Agreement”).&lt;br /&gt;
&lt;br /&gt;
        Exceptions to Arbitration&lt;br /&gt;
&lt;br /&gt;
    Notwithstanding the foregoing, in lieu of arbitration: (1) either you or Target can bring an individual claim in small claims court in the United States of America consistent with any applicable jurisdictional and monetary limits that may apply, provided that it is brought and maintained as an individual claim; and (2) you agree that you or Target may bring suit in court to enjoin infringement or other misuse of intellectual property rights.&lt;br /&gt;
&lt;br /&gt;
        Jury Trial &amp;amp; Class Action Waiver&lt;br /&gt;
&lt;br /&gt;
    Except as the Terms &amp;amp; Conditions otherwise provide, you and Target acknowledge and agree that you are each waiving the right to a trial by jury. The parties further agree that any arbitration shall be conducted in their individual capacities and not as a class action or other representative action, and the parties expressly waive their right to file a class action or seek relief on a class basis. You and Target may not be plaintiffs or class members in any purported class, collective, or representative proceeding, and may each bring claims against the other only in your or its individual capacity. The arbitrator may award declaratory or injunctive relief only on an individual basis and only to the extent necessary to provide relief warranted by the individual claim.&lt;br /&gt;
&lt;br /&gt;
    If any court or arbitrator determines that any term in the immediately preceding paragraph is unenforceable for any reason as to any claim, then the Arbitration Agreement will be inapplicable to that claim, and that claim will instead proceed through litigation in court rather than by arbitration, but only after the conclusion of the arbitration of any claim or dispute that is subject to the Arbitration Agreement.&lt;br /&gt;
&lt;br /&gt;
        Governing Law &amp;amp; Arbitration Rules&lt;br /&gt;
&lt;br /&gt;
    The Arbitration Agreement evidences a transaction in interstate commerce and thus the Federal Arbitration Act, 9 U.S.C. § 1 et seq. (“FAA”), will govern the interpretation and enforcement of this section. If the FAA is found not to apply to any issue that arises under this section or the enforcement of the Arbitration Agreement, then that issue shall be resolved under the laws of the State of Minnesota.&lt;br /&gt;
&lt;br /&gt;
    The arbitration will be conducted under the then current and applicable rules of the American Arbitration Association (“AAA”). The AAA rules are available online at www.adr.org or by calling the AAA at 1-800-778-7879.&lt;br /&gt;
&lt;br /&gt;
        Initiating Arbitration&lt;br /&gt;
&lt;br /&gt;
    If you intend to seek arbitration you must first send a written notice (“Notice”), by first class or certified mail to Target.com Guest Services, P.O. Box 9350, Minneapolis, MN 55440-9350. If Target intends to seek arbitration, Target will send a Notice to the current billing address on your account. The Notice must describe the nature and basis of the claim and the specific relief sought. If the parties cannot reach an agreement within 30 days from the receipt of the Notice, either party may initiate arbitration proceedings.&lt;br /&gt;
&lt;br /&gt;
    A form to initiate arbitration proceedings is available on the AAA site at www.adr.org. In addition to filing this form with the AAA, the party initiating the arbitration must mail a copy of the completed form to the opposing party. You may send such copy to Target at Target Law Department, 1000 Nicollet Mall, TPS-3155, Minneapolis, MN 55403, and Target will send such copy to the current billing address on your account or to your attorney, if you have retained one.&lt;br /&gt;
&lt;br /&gt;
        Fees&lt;br /&gt;
&lt;br /&gt;
    For claims of $100,000 (US Dollars) or less, Target will pay all filing, administration, and arbitrator fees (collectively, “Filing Fees”) unless the arbitrator determines that your claim is frivolous. For claims over $100,000 (US Dollars), you will be responsible for the Filing Fees.&lt;br /&gt;
&lt;br /&gt;
        Location &amp;amp; Procedure&lt;br /&gt;
&lt;br /&gt;
    If your claim is for $10,000 (US Dollars) or less, you may choose to have arbitration conducted solely on the basis of documents submitted to the arbitrator, via a telephone hearing, by an in-person hearing in the county of your residence, or as otherwise mutually agreed to by the parties. If your claim exceeds $10,000 (US Dollars), the location of the arbitration and the parties’ right to a hearing will be determined in accordance with the rules of the AAA.&lt;br /&gt;
&lt;br /&gt;
        Arbitrator’s Decision&lt;br /&gt;
&lt;br /&gt;
    The arbitrator’s award shall be written, and binding on the parties and may be entered as a judgment in any court of competent jurisdiction. If you prevail in arbitration you will be entitled to an award of attorneys’ fees and expenses, to the extent provided under applicable law. Target waives its right to seek attorneys’ fees and costs in arbitration.&lt;br /&gt;
&lt;br /&gt;
Choice of Law, Forum Selection, &amp;amp; Jury Waiver&lt;br /&gt;
&lt;br /&gt;
    Except as set forth in the Arbitration Agreement section above, all matters relating to your access to or use of the site and all matters arising out of or related to these Terms &amp;amp; Conditions, will be governed by the applicable laws of the United States of America and the laws of the State of Minnesota, without regard to Minnesota’s choice of law principles. Unless you and Target agree otherwise, in the event that it is determined or these Terms &amp;amp; Conditions provide that a claim should not proceed through arbitration, you agree that any claim or dispute (with the exception of a claim or dispute appropriately lodged in any small claims court in the United States of America) shall be resolved in the United States District Court for the District of Minnesota, and you submit to the personal jurisdiction of that court. If subject matter jurisdiction (including diversity jurisdiction) does not exist in the United States District Court for the District of Minnesota for any such claim, then the exclusive forum and venue for any such action shall be the courts of the State of Minnesota located in Hennepin County, and you submit to the personal jurisdiction of that court. As to any proceeding in court, you and Target both waive your right to a jury trial, unless such waiver is unenforceable.&lt;br /&gt;
&lt;br /&gt;
    The choice-of-law and forum-selection provisions in this section do not apply to the Arbitration Agreement or to any arbitrable disputes as provided by the Arbitration Agreement section. Instead, as provided in the Arbitration Agreement section, the FAA shall apply to any such disputes.&lt;br /&gt;
&lt;br /&gt;
Miscellaneous&lt;br /&gt;
&lt;br /&gt;
    These Terms &amp;amp; Conditions, including policies and information linked from or incorporated herein or otherwise found on the Site, constitute the entire agreement between you and Target with respect to the Site and supersede all prior or contemporaneous communications, agreements, and proposals with respect to the Site. No provision of these Terms &amp;amp; Conditions shall be waived except pursuant to a writing executed by the party against whom the waiver is sought. No failure to exercise, partial exercise of, or delay in exercising any right or remedy under these Terms &amp;amp; Conditions shall operate as a waiver or estoppel of any right, remedy, or condition. Except as provided in the Arbitration Agreement section, if any provision of these Terms &amp;amp; Conditions is held invalid, illegal or unenforceable, the validity, legality and enforceability of the remaining provisions will not be affected or impaired. You may not assign, transfer, or sublicense any of your rights or obligations under these Terms &amp;amp; Conditions without our express prior written consent. We will not be responsible for failure to fulfill any obligation due to causes beyond our control.&lt;br /&gt;
&lt;br /&gt;
Contact Us&lt;br /&gt;
&lt;br /&gt;
    If you have any concerns about Target or your use of the Site, please contact us with a detailed description, and we will try to resolve it.&lt;br /&gt;
&lt;br /&gt;
    Privacy&lt;br /&gt;
    Policy&lt;br /&gt;
    CVS Pharmacy Privacy&lt;br /&gt;
    MinuteClinic Privacy&lt;br /&gt;
    Wireless (Wi-Fi) Service&lt;br /&gt;
    REDcard™ Identity Protection Guide&lt;br /&gt;
&lt;br /&gt;
third party advertisement&lt;br /&gt;
&lt;br /&gt;
sponsored&lt;br /&gt;
&lt;br /&gt;
Did you find what you were looking for?&lt;br /&gt;
For order, account issues, or specific item inquiries, please contact us&lt;br /&gt;
third party advertisement&lt;br /&gt;
&lt;br /&gt;
sponsored&lt;br /&gt;
Get top deals, latest trends, and more.&lt;br /&gt;
Email address&lt;br /&gt;
Privacy policy&lt;br /&gt;
&lt;br /&gt;
*See offer details. Restrictions apply. Pricing, promotions and availability may vary by location and at Target.com&lt;br /&gt;
About Target&lt;br /&gt;
Careers&lt;br /&gt;
Email Signup&lt;br /&gt;
News &amp;amp; Blog&lt;br /&gt;
Target Brands&lt;br /&gt;
Advertise with Us&lt;br /&gt;
Bullseye Shop&lt;br /&gt;
Target&amp;#039;s Coronavirus Response&lt;br /&gt;
Corporate Responsibility&lt;br /&gt;
Pressroom&lt;br /&gt;
Investor Relations&lt;br /&gt;
Affiliates &amp;amp; Partners&lt;br /&gt;
Suppliers&lt;br /&gt;
TargetPlus&lt;br /&gt;
Help&lt;br /&gt;
Target Help&lt;br /&gt;
Returns&lt;br /&gt;
Track Orders&lt;br /&gt;
Recalls&lt;br /&gt;
Contact Us&lt;br /&gt;
Accessibility&lt;br /&gt;
Security &amp;amp; Fraud&lt;br /&gt;
Team Member Services&lt;br /&gt;
Size Charts&lt;br /&gt;
Stores&lt;br /&gt;
Find a Store&lt;br /&gt;
Clinic&lt;br /&gt;
Pharmacy&lt;br /&gt;
Optical&lt;br /&gt;
More In-Store Services&lt;br /&gt;
Services&lt;br /&gt;
Target Circle&lt;br /&gt;
RedCard&lt;br /&gt;
Registry&lt;br /&gt;
Target App&lt;br /&gt;
Same Day Delivery&lt;br /&gt;
Order Pickup&lt;br /&gt;
Drive Up&lt;br /&gt;
Free 2-Day Shipping&lt;br /&gt;
Shipping &amp;amp; Delivery&lt;br /&gt;
More Services&lt;br /&gt;
Target: Expect More. Pay Less.&lt;br /&gt;
Terms&lt;br /&gt;
CA Supply Chain&lt;br /&gt;
Privacy&lt;br /&gt;
CA Privacy Rights&lt;br /&gt;
Do Not Sell My Personal Information&lt;br /&gt;
Internet-Based Ads&lt;br /&gt;
&lt;br /&gt;
™ &amp;amp; © 2021 Target Brands, Inc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Idiomas ==&lt;br /&gt;
&lt;br /&gt;
*  https://matadornetwork.com/read/endangered-languages-learn-online&lt;br /&gt;
&amp;lt;!-- *  https://cdn1.matadornetwork.com/blogs/1/2022/03/Endangered-languages-Greenlandic.jpg --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Duniya  ==&lt;br /&gt;
&lt;br /&gt;
2023&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
2027&lt;br /&gt;
*  https://www.atlasobscura.com/articles/dark-sky-moffat-scotland&lt;br /&gt;
0210&lt;br /&gt;
*  https://write.corbpie.com/narracan-falls-redwood-forest-toolangi-sculpture-trail-noojee-trestle-bridge-2022-rewind/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2022&lt;br /&gt;
Splash screen photo by Ratnakorn Piyasirisorost &amp;quot;El Deir, Jordan&amp;quot; / Moment / Getty Images&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
1210&lt;br /&gt;
*  https://www.theguardian.com/environment/2021/may/27/dig-coal-to-save-the-climate-the-folly-of-cumbrias-plans-for-a-new-coalmine  West Cumbria UK and new coal mine plans&lt;br /&gt;
1031&lt;br /&gt;
*  https://www.mentalfloss.com/article/559912/dame-sybil-hathaway-sark-feudal-lord-outclassed-nazis-ww2 - Sark Island Dame Sybil Hathaway&lt;br /&gt;
&lt;br /&gt;
1013&lt;br /&gt;
Kerala&amp;#039;s TJ Joseph: The Indian teacher&lt;br /&gt;
*  https://www.bbc.com/news/world-asia-india-63141119&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
0903&lt;br /&gt;
*  https://www.theguardian.com/news/2022/sep/01/sludge-king-industrial-wasteland-el-dorado-romania-baia-mare-cuprom?utm_term=63131794748eaa661274826532f22bbd&amp;amp;utm_campaign=TheLongRead&amp;amp;utm_source=esp&amp;amp;utm_medium=Email&amp;amp;CMP=longread_email&lt;br /&gt;
&lt;br /&gt;
0830&lt;br /&gt;
*  https://news.microsoft.com/features/a-newspaper-shines-a-light-on-missing-indigenous-women-with-the-help-of-technology/?OCID=lock1&lt;br /&gt;
&lt;br /&gt;
0814&lt;br /&gt;
*  https://www.bbc.com/reel/video/p0crc7bb/china-s-huge-and-mysterious-xiaozhai-tiankeng-sinkhole   Xiaozhai Tiankeng sinkhole&lt;br /&gt;
*  https://www.bbc.com/news/av/world-asia-62498517  Afghanin cyclists, olypmic hopefuls fled to Italy&lt;br /&gt;
*  https://www.bbc.com/news/av/newsbeat-59555269  Rehana Popal Afghani child refugee and now lawyer&lt;br /&gt;
*  https://www.bbc.com/news/av/world-asia-62458894  Newborns struggle in Afghanistan&lt;br /&gt;
*  https://www.bbc.com/news/av/science-environment-62513387   Harvesting energy out of the sky&lt;br /&gt;
&lt;br /&gt;
0727&lt;br /&gt;
*  Mullaghmore, Ireland&lt;br /&gt;
&lt;br /&gt;
0726&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Nephin_Beg_Range&lt;br /&gt;
*  https://www.bbc.com/travel/article/20220125-irelands-loneliest-wilderness-wild-nephin-national-park&lt;br /&gt;
&lt;br /&gt;
0330&lt;br /&gt;
*  https://www.businessinsider.com/russia-shells-kharkiv-care-home-for-adults-children-with-disabilities-2022-3?r=US&amp;amp;IR=T&lt;br /&gt;
&lt;br /&gt;
0321&lt;br /&gt;
*  https://apnews.com/article/russia-ukraine-war-mariupol-descends-into-despair-708cb8f4a171ce3f1c1b0b8d090e38e3/gallery/60b581834edd495f831291a959e801c6  Mariupol descends into despair&lt;br /&gt;
&lt;br /&gt;
0315&lt;br /&gt;
*  https://www.newyorker.com/news/q-and-a/stephen-kotkin-putin-russia-ukraine-stalin&lt;br /&gt;
&lt;br /&gt;
0311&lt;br /&gt;
*  https://www.brookings.edu/blog/order-from-chaos/2022/03/10/russia-vs-ukraine-how-does-this-end/&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/world-60560769&lt;br /&gt;
*  https://www.nytimes.com/2022/03/01/world/europe/russia-ukraine-war-outrage.html&lt;br /&gt;
*  https://www.nytimes.com/2022/03/02/opinion/ukraine-putin-russia-endgame.html&lt;br /&gt;
*  https://www.euronews.com/my-europe/2022/03/01/volodymyr-zelenskyy-why-ukraine-s-brave-and-anti-nationalist-president-is-a-nightmare-for-&lt;br /&gt;
*  https://www.politico.com/latest-news-updates/2022/03/russia-war-on-ukraine-2022-202203/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
0411&lt;br /&gt;
*  https://www.wired.com/story/chernobyl-exclusion-zone-rewilding/#intcid=_wired-right-rail_34622fe0-2c5e-4d15-bc73-ad3a125334a2_popular4-1-reranked-by-vidi&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Sustainable ==&lt;br /&gt;
&lt;br /&gt;
2023&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
0427&lt;br /&gt;
*  https://www.nytimes.com/2023/04/22/climate/menominee-forest-sustainable-earth-day.html Menominee Forest&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.dw.com/en/egypt-the-amazing-forest-in-the-desert/video-17233507   Forests in Egypt, sisal trees&lt;br /&gt;
*  https://www.nytimes.com/2023/01/04/magazine/amazon-tipping-point.html   Amazon tipping point&lt;br /&gt;
*  https://www.theguardian.com/world/2019/dec/19/snow-machines-fleece-blankets-inside-ski-industry-battle-with-climate-change-alpine-resorts   Fleece blankets and snow machines&lt;br /&gt;
&lt;br /&gt;
Articles on sustainable energy and sustainable constructed life aid systems, sustainability articles:&lt;br /&gt;
&lt;br /&gt;
*  https://www.nytimes.com/2022/10/17/opinion/oak-trees-conservation-ecosystems.html - Oak Trees and White Oak Initiative&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20220623-the-genetic-power-of-ancient-trees - World&amp;#039;s Largest Trees Dying From Drought and Climate Change&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20220927-italys-plan-to-save-venice-from-sinking - To Save Venice From Sinking&lt;br /&gt;
&lt;br /&gt;
*  https://getpocket.com/explore/item/it-s-a-little-bit-of-utopia-the-dream-of-replacing-container-ships-with-sailing-boats&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20221102-how-a-sand-battery-could-transform-clean-energy - sand battery designed by Finnish engineers, four childhood friends meet again as engineers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Acampar ==&lt;br /&gt;
&lt;br /&gt;
Bear safety . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.nytimes.com/2009/07/25/nyregion/25bear.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Science ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.quantamagazine.org/two-weeks-in-the-webb-space-telescope-is-reshaping-astronomy-20220725/?utm_source=pocket-newtab&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Technical ==&lt;br /&gt;
2022&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
1130&lt;br /&gt;
*  http://www.philbrickarchive.org/k2-w_refurbished.pdf K2-W tube based op amp&lt;br /&gt;
&lt;br /&gt;
0719&lt;br /&gt;
*  https://www.digikey.com/en/products/detail/microchip-technology/ATSAMD11C14A-SSUT/5226470&lt;br /&gt;
&lt;br /&gt;
0509&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://getpocket.com/explore/item/ten-years-ago-this-was-science-fiction-the-rise-of-weedkilling-robots?utm_source=pocket-newtab&lt;br /&gt;
*  https://www.theguardian.com/environment/2021/apr/29/killer-farm-robot-dispatches-weeds-with-electric-bolts&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
0426&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.nordicsemi.com/News/2021/08/NEST-iON-uses-nRF9160-in-cellular-IoT-power-controller&lt;br /&gt;
*  https://www.nordicsemi.com/News/2022/04/BeST-SENSOR-Pump-Monitor-JROV2201-uses-nRF9160-SiP&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
0502&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.frontiersin.org/articles/10.3389/fphy.2020.00023/full&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;!-- end year 2022 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Services and Their On-line Help ==&lt;br /&gt;
&lt;br /&gt;
*  https://support.google.com/mail/answer/10016932?hl=en &amp;quot;Export your data from Gmail&amp;quot;&lt;br /&gt;
*  https://support.google.com/accounts/answer/3024190 &amp;quot;How to download your Google data&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Hidden section, Zephyr toolchain notes ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[10:46 AM] Jared Kangas&lt;br /&gt;
In Zephyr v3.2.0: soc/arm/nxp_lpc/lpc55xx/soc.c, line 61 has a conditionally-compiled clock initialization sequence that may be the cause of the peripheral troubles on CPU1&lt;br /&gt;
&lt;br /&gt;
[2:34 PM] Jared Kangas&lt;br /&gt;
A couple of useful bullet points that were useful learning experiences from debugging the issue:&lt;br /&gt;
 &lt;br /&gt;
*  Found Kconfig option selects in soc/arm/nxp_lpc/lpc55xx/Kconfig.soc that led to finding where CPU0 selects CLOCK_CONTROL, which a few drivers (PWM, SPI, serial, etc.) depend on&lt;br /&gt;
&lt;br /&gt;
*  Found LPC drivers that depend on CLOCK_CONTROL with find drivers -name Kconfig.mcux\* -exec grep -Hn &amp;#039;depends on CLOCK_CONTROL&amp;#039; {} \; to confirm suspicions about it being part of the cause&lt;br /&gt;
&lt;br /&gt;
*  Looked for commits that introduced changes pertaining to CLOCK_CONTROL with git log --grep 55 -S CLOCK_CONTROL soc/arm/nxp_lpc_lpc55xxx/Kconfig.soc (grepped for &amp;quot;55&amp;quot; because the MCU series is LPC55xxx)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- zztop&lt;br /&gt;
2023-01-10&lt;br /&gt;
&lt;br /&gt;
Collision Report to DMV&lt;br /&gt;
&lt;br /&gt;
At full stop in center northbound lane 99E, for several minutes, three blocks south of Park Ave.  Signaled and looked for safe turning condition in center turn lane (-- to enter driveway of Public Storage west side 99E --).  After starting from full stop, struck by north bound RAV4 vehicle a few seconds, and a few feet into turn lane.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
https://getpocket.com/explore/item/this-abs-workout-only-takes-5-minutes-but-it-s-intense&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] To sort ==&lt;br /&gt;
&lt;br /&gt;
2022-11-30&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=SPysM9mV1jM Nighttime Ramen 2 🍜 [lofi beats / jazzhop mix]&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=MA36AOCXGSY Melodic Deep House | EP 04 | 2022 - Ben Bohmer, Tinlicker, OCULA, Sultan + Shepard, Hosini...&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=aiJX_quXeE8&amp;amp;t=222s Juno Mamba &amp;quot;Us&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=aiJX_quXeE8&amp;amp;t=782s Dan Sieg &amp;quot;Horizons&amp;quot; Blugazer Remix&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=aiJX_quXeE8&amp;amp;t=1409s Durante and HANA &amp;quot;Days Pass&amp;quot;&lt;br /&gt;
ted@localhost1:~$ #&lt;br /&gt;
ted@localhost1:~$ # https://docs.zephyrproject.org/latest/hardware/peripherals/spi.html#c.spi_write&lt;br /&gt;
ted@localhost1:~$ #&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=MA36AOCXGSY&amp;amp;t=1182s Ben Bohmer &amp;quot;Fliederregen&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=QA60WYOlU04&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=27 Lumidelic &amp;quot;Mandala&amp;quot;&lt;br /&gt;
ted@localhost1:~$ #&lt;br /&gt;
ted@localhost1:~$ # 1:02:00, 1:24:00 --&amp;gt; https://www.youtube.com/watch?v=qErChNhYAN8 - Melodic House Mix 2022&lt;br /&gt;
ted@localhost1:~$ # 1:05:00, 1:24:00 --&amp;gt; https://www.youtube.com/watch?v=qErChNhYAN8 - Melodic House Mix 2022&lt;br /&gt;
ted@localhost1:~$ #&lt;br /&gt;
ted@localhost1:~$ # https://www.nytimes.com/2021/07/31/world/africa/south-africa-poachers-tiny-succulent-plants.html&lt;br /&gt;
ted@localhost1:~$ #&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=ZVb_yKMivqo&amp;amp;t=748s Sid Acharya &amp;quot;Take My Hand&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=ZVb_yKMivqo&amp;amp;t=3799s Andy Leech and 4lienetic &amp;quot;Nightfall&amp;quot;&lt;br /&gt;
ted@localhost1:~$ vi z-urls.txt&lt;br /&gt;
ted@localhost1:~$ #&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=hJ_b8RGuPBc&amp;amp;t=2144s Michael FK &amp;quot;Innocence&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=hJ_b8RGuPBc&amp;amp;t=2840s Andy Leech &amp;quot;Mount Fuji&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=8nEN-P80H_o Azure State &amp;quot;Within I Shine&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=3hc9ti8ytdA&amp;amp;t=1378s Andy Leech &amp;quot;Thinking Of You&amp;quot;&lt;br /&gt;
ted@localhost1:~$ # https://www.youtube.com/watch?v=-T2uNrBHloo&amp;amp;t=1935s Chrypton &amp;quot;Reflections&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   50  # https://www.youtube.com/watch?v=8vnHJNjwuqg&amp;amp;t=1590s   Music of Gondor&lt;br /&gt;
  979  # https://www.youtube.com/watch?v=rfHJsumbleY&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=19 - Hello Meteor &amp;quot;Swift, Dark Water&amp;quot;&lt;br /&gt;
  980  # https://www.youtube.com/watch?v=Mk6GaYb3E04&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=20 - Hello Meteor &amp;quot;What We Found&amp;quot;&lt;br /&gt;
 1000  history | grep https&lt;br /&gt;
 1001  # https://www.youtube.com/watch?v=JPGce3JVyBc - Hello Meteor &amp;quot;Amber and Embers&amp;quot;&lt;br /&gt;
 1002  # https://www.msn.com/en-ca/news/world/russias-nuclear-threat-why-vladimir-putin-is-probably-bluffing-analysis/ar-AA12Dfco&lt;br /&gt;
 1003  # https://www.youtube.com/watch?v=l_8tXi2VuSY - Blume &amp;quot;Ambient Background Music&amp;quot;&lt;br /&gt;
 1004  # https://www.youtube.com/watch?v=CahOLfYxiq0&amp;amp;t=3407s - Lord of the Rings ambient music - Music Of Middle Earth&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 2022-12-17 Saturday ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# https://www.youtube.com/watch?v=ZVb_yKMivqo&amp;amp;t=748s Sid Acharya &amp;quot;Take My Hand&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# https://www.brookings.edu/articles/time-for-the-west-to-think-about-how-to-engage-with-defeated-russia/&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=AQMyHkusNro - Hello Meteor &amp;quot;Rushing Green&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=dNtKlbAw12s&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=25&lt;br /&gt;
# https://www.youtube.com/watch?v=dNtKlbAw12s - Hello Meteor &amp;quot;In The Late Afternoon&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# 2022-10-07 WED &lt;br /&gt;
# https://www.youtube.com/watch?v=xYqGO2Pwce4 - 2 Hours Chill Background Music - Pensees &amp;quot;4:35 AM&amp;quot; &lt;br /&gt;
# https://www.youtube.com/watch?v=xYqGO2Pwce4&amp;amp;t=1864s - Shitao - &amp;quot;Clouds - Lips&amp;quot;&lt;br /&gt;
# https://en.wikipedia.org/wiki/Conophytum_calculus&lt;br /&gt;
# https://www.youtube.com/watch?v=QA60WYOlU04 - Lumidelic &amp;quot;Mandala&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=H29DczvuIe8 - Hello Meteor &amp;quot;Open Ocean&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=qspKOnAOddk - Beginnings of a Dream&lt;br /&gt;
# https://www.youtube.com/watch?v=CsoKPQ-OpQs - &lt;br /&gt;
# https://www.youtube.com/watch?v=5-9dJW8PIXc - In My Heart - Deep Chillout Mix &lt;br /&gt;
# https://www.youtube.com/watch?v=5-9dJW8PIXc&amp;amp;t=2348s - VonnBoyd &amp;quot;Discover&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=tqiXwx0NG0Q - Snoop Dogg and others&lt;br /&gt;
# https://www.nytimes.com/2022/11/26/business/hunting-wyoming-elk-mountain-access.html&lt;br /&gt;
# https://www.youtube.com/watch?v=3U_2iehJrFs - Azelah &amp;quot;Rainy Nights&amp;quot; +++ &lt;br /&gt;
# https://www.youtube.com/watch?v=7SdVxKcuibM - AK &amp;quot;Euphoria&amp;quot; +++ &lt;br /&gt;
# https://www.youtube.com/watch?v=ZpjCIo-P66k&amp;amp;list=RDSxnMKI_lYb8&amp;amp;index=7 - Peregrine&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 2022-12-30 Friday ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# https://www.bbc.com/news/science-environment-64051171 - James Webb telescope images 2022-12-25&lt;br /&gt;
# https://www.youtube.com/watch?v=k-to9p3v1jY - Into The Astronomers Dream&lt;br /&gt;
# https://github.com/ulfalizer/Kconfiglib#useful-helper-macros&lt;br /&gt;
#&lt;br /&gt;
# DT_GPIO_CTLR_BY_IDX(node_id, gpio_pha, 0)&lt;br /&gt;
# REF https://docs.zephyrproject.org/latest/build/dts/api/api.html#c.DT_GPIO_CTLR&lt;br /&gt;
# +++ Andy Leech &amp;quot;Solar Fields&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=1--DYAi_0d0 - Melodic Chillstep • V5 Beats Radio ☕&lt;br /&gt;
# https://www.youtube.com/watch?v=1--DYAi_0d0 - &amp;quot;Kissing - Instrumental&amp;quot; * Bliss&lt;br /&gt;
# https://www.youtube.com/watch?v=1--DYAi_0d0 - &amp;quot;Kissing - Instrumental&amp;quot; * Bliss . . . at about 02:41:30&lt;br /&gt;
# https://www.youtube.com/watch?v=1--DYAi_0d0 - &amp;quot;Kissing - Instrumental&amp;quot; * Bliss . . . oops!  actually at about 02:45:10&lt;br /&gt;
# https://www.youtube.com/watch?v=1--DYAi_0d0&amp;amp;t=9900s&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 1002  # https://www.youtube.com/watch?v=k-to9p3v1jY - Into The Astronomers Dream&lt;br /&gt;
 1003  # https://github.com/ulfalizer/Kconfiglib#useful-helper-macros&lt;br /&gt;
 1004  #&lt;br /&gt;
 1005  # DT_GPIO_CTLR_BY_IDX(node_id, gpio_pha, 0)&lt;br /&gt;
 1006  # REF https://docs.zephyrproject.org/latest/build/dts/api/api.html#c.DT_GPIO_CTLR&lt;br /&gt;
 1007  # +++ Andy Leech &amp;quot;Solar Fields&amp;quot;&lt;br /&gt;
 1008  # https://www.youtube.com/watch?v=1--DYAi_0d0 - Melodic Chillstep • V5 Beats Radio ☕&lt;br /&gt;
 1009  # https://www.youtube.com/watch?v=1--DYAi_0d0 - &amp;quot;Kissing - Instrumental&amp;quot; * Bliss&lt;br /&gt;
 1010  # https://www.youtube.com/watch?v=1--DYAi_0d0 - &amp;quot;Kissing - Instrumental&amp;quot; * Bliss . . . at about 02:41:30&lt;br /&gt;
 1011  # https://www.youtube.com/watch?v=1--DYAi_0d0 - &amp;quot;Kissing - Instrumental&amp;quot; * Bliss . . . oops!  actually at about 02:45:10&lt;br /&gt;
 1012  # https://www.youtube.com/watch?v=1--DYAi_0d0&amp;amp;t=9900s&lt;br /&gt;
 1013  #&lt;br /&gt;
 1014  # https://github.com/pyke369/sffmpeg/blob/master/CMakeLists.txt&lt;br /&gt;
 1015  # https://www.youtube.com/watch?v=Yh2QHC2abQQ&lt;br /&gt;
 1016  #&lt;br /&gt;
 1017  # https://www.youtube.com/watch?v=62M5hrh-kbA TerraVibe - The Infinite Library&lt;br /&gt;
 1018  # #ref--zephyr-interrupts--zephyr-s-issues-s-30133&lt;br /&gt;
 1019  # https://www.youtube.com/watch?v=Agd_HuisVtc&amp;amp;list=RDMM&amp;amp;index=6 North Sunset - My Way (Original Mix)&lt;br /&gt;
       # https://www.youtube.com/watch?v=dPNCygH18X8   Lofi Forest 🍁 New Year Countdown 🎇 New Year Lofi Hip Hop Mix 🍁 meloChill&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# https://docs.zephyrproject.org/latest/build/dts/api/api.html#c.DT_NODE_HAS_PROP&lt;br /&gt;
# https://docs.zephyrproject.org/latest/build/dts/api/api.html#c.DT_PROP&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=7EqbhgEQDsM   Teravibe - Medieval Apothecary&lt;br /&gt;
# https://www.youtube.com/watch?v=A09RO4xCI1Y  A Forgotten Path 🍃 Chill Lofi Beats&lt;br /&gt;
# https://www.youtube.com/watch?v=FRBuoX5-z0o  FUTURE GARAGE/WAVE MIX [DECEMBER VI] &lt;br /&gt;
# https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/LPC-s-System-Clocks/ta-p/1149864&lt;br /&gt;
# https://www.nytimes.com/2023/01/12/opinion/ukraine-war.html&lt;br /&gt;
#&lt;br /&gt;
# 2023-01-12&lt;br /&gt;
# https://www.youtube.com/watch?v=MNINTftkdXU  [Progressive House] KLU&amp;#039;s TOP10 of 2019 Year Mix &lt;br /&gt;
# https://stsci-opo.org/STScI-01G7DDFWDZG05PEZV7FBBHMH0J.png&lt;br /&gt;
# https://www.youtube.com/watch?v=5oKR0U2uuxY  Chill LoFi Beats | Jazzy LoFi HipHop Beats for Work, Study &amp;amp; Coding&lt;br /&gt;
# https://www.youtube.com/watch?v=TksGVI33D2w&amp;amp;t=1103s   Kazuki &amp;quot;Relapse&amp;quot; +++ &lt;br /&gt;
# https://www.youtube.com/watch?v=TksGVI33D2w&amp;amp;t=5818s  Endhel &amp;quot;Beginning&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=5oKR0U2uuxY&lt;br /&gt;
#&lt;br /&gt;
# 2023-01-13&lt;br /&gt;
# https://www.youtube.com/watch?v=4V6pV40RF9A&amp;amp;t=2006s  Aurai &amp;quot;Our Dawn&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=4V6pV40RF9A&amp;amp;t=3509s  Tulpa and Temporal &amp;quot;Once Upon A Time&amp;quot; +++&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 2023-01-30 Monday ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# https://docs.zephyrproject.org/latest/build/dts/api/api.html#c.DT_NODE_HAS_PROP&lt;br /&gt;
# https://docs.zephyrproject.org/latest/build/dts/api/api.html#c.DT_PROP&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=7EqbhgEQDsM   Teravibe - Medieval Apothecary&lt;br /&gt;
# https://www.youtube.com/watch?v=A09RO4xCI1Y  A Forgotten Path 🍃 Chill Lofi Beats&lt;br /&gt;
# https://www.youtube.com/watch?v=FRBuoX5-z0o  FUTURE GARAGE/WAVE MIX [DECEMBER VI]&lt;br /&gt;
# https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/LPC-s-System-Clocks/ta-p/1149864&lt;br /&gt;
# https://www.nytimes.com/2023/01/12/opinion/ukraine-war.html&lt;br /&gt;
#&lt;br /&gt;
# 2023-01-12&lt;br /&gt;
# https://www.youtube.com/watch?v=MNINTftkdXU  [Progressive House] KLU&amp;#039;s TOP10 of 2019 Year Mix&lt;br /&gt;
# https://stsci-opo.org/STScI-01G7DDFWDZG05PEZV7FBBHMH0J.png&lt;br /&gt;
# https://www.youtube.com/watch?v=5oKR0U2uuxY  Chill LoFi Beats | Jazzy LoFi HipHop Beats for Work, Study &amp;amp; Coding&lt;br /&gt;
# https://www.youtube.com/watch?v=TksGVI33D2w&amp;amp;t=1103s   Kazuki &amp;quot;Relapse&amp;quot; +++&lt;br /&gt;
# https://www.youtube.com/watch?v=TksGVI33D2w&amp;amp;t=5818s  Endhel &amp;quot;Beginning&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=5oKR0U2uuxY&lt;br /&gt;
#&lt;br /&gt;
# 2023-01-13&lt;br /&gt;
# https://www.youtube.com/watch?v=4V6pV40RF9A&amp;amp;t=2006s  Aurai &amp;quot;Our Dawn&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=4V6pV40RF9A&amp;amp;t=3509s  Tulpa and Temporal &amp;quot;Once Upon A Time&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# https://www.youtube.com/watch?v=4V6pV40RF9A&amp;amp;t=5329s  Gotswim &amp;quot;Okoto&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=XNdfyrI3eBQ  The Ambientalist - Seasons (Chillstep &amp;amp; Chillout Mix)&lt;br /&gt;
# UM11126.pdf - UART overview page 639 of 1190&lt;br /&gt;
# https://www.youtube.com/watch?v=MNINTftkdXU  ...&lt;br /&gt;
# https://www.youtube.com/watch?v=DWSvTKPQLn8  Skyfall | Beautiful Ambient Mix . . . by Blume&lt;br /&gt;
# https://www.youtube.com/watch?v=DWSvTKPQLn8  Skyfall | Beautiful Ambient Mix . . . Andy Leech, Victoriya &amp;quot;Aerolith&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=dlOHVCZZwEc&amp;amp;t=1322s  Victoriya and Andy Leech &amp;quot;Infinity&amp;quot;, &amp;#039;Wish&amp;#039; | Deep Chillout Mix&lt;br /&gt;
# https://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=_eUMMxEiOTY  Melodic Progressive House mix Vol 91 (Lost Memories)&lt;br /&gt;
#  ^^^ Roald Velden &amp;quot;Bright Light&amp;quot; +++&lt;br /&gt;
# https://www.youtube.com/watch?t=975s - Lumidelic Feat. Mariami &amp;quot;Hold Me&amp;quot; (dub mix) +++&lt;br /&gt;
&lt;br /&gt;
:~$ #&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=lx5Dd9iA0Dc - Lumidelic and Skua &amp;quot;Echoes Of You&amp;quot;&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=zlwY7jAPOf8 - South Pole - Beneath Our Starlit Sky&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=UslTCqZe9_M - Lumidelic - Hypnotherapy (Original Mix)&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=pTTBw-QpWhs - Z8phyR - Laila&amp;#039;s Love (Original Mix)&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=UCUt66uWdNE - Alex H - Hyrule (Original Mix)&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=kzM_zwHOReg - Alexxon - Warmsnow [Emergent Shores]&lt;br /&gt;
:~$ # ^^^^^^^^^ +++ &lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=tpfe1QC9-Kw - Hello Meteor - We Lose Time&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=AS-bcaK_WGA - &lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=Lc19jxhd0AM - Alex H - October Sky &lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=rEGBbE_a_RI - SoundLiner - Insightful Melody (Mark &amp;amp; Lukas Remix)&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=Bzn4vj83qWQ - Maiga - Havens&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=RlkuS19aKT0 - Keith Harris - Bonzai (Lumidelic Remix)&lt;br /&gt;
:~$ #&lt;br /&gt;
:~$ # 2023-03-03 FRI -&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=1B8do8Gqy7Y - another year at hogwarts ✨ beautiful music from the harry potter films&lt;br /&gt;
:~$ #&lt;br /&gt;
:~$ # 2023-03-06 MON -&lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=8ttHGrECw-o - &lt;br /&gt;
:~$ # https://www.youtube.com/watch?v=8ttHGrECw-o - Cairne &amp;quot;Breeze&amp;quot;&lt;br /&gt;
:~$ # https://www.aljazeera.com/opinions/2023/3/4/why-ukraine-is-wary-of-the-russian-opposition&lt;br /&gt;
:~$ # https://www.nytimes.com/2019/12/22/world/europe/bulgaria-russia-assassination-squad.html&lt;br /&gt;
:~$ #&lt;br /&gt;
:~$ # https://devzone.nordicsemi.com/f/nordic-q-a/86265/gdb-commands-to-list-zephyr-app-threads&lt;br /&gt;
:~$ # https://en.cppreference.com/w/c/language/operator_precedence#cite_ref-3&lt;br /&gt;
:~$ # file:///home/ted/Downloads/datasheets/quectel/BG95/Quectel_BG95_Document_List.pdf&lt;br /&gt;
:~$ # ted@localhost1:~/projects-sandbox/workspace-for-nexus/modules/debug/segger/SEGGER$ vi SEGGER_RTT.h&lt;br /&gt;
:~$ &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
https://gist.github.com/jkangas-cornell/c0f6268bbda8f21c52cb1e7d3a59663d&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ ] Processional&lt;br /&gt;
  *  Ted and Vern&lt;br /&gt;
  *  Michelle and Reuben&lt;br /&gt;
  *  Marco&lt;br /&gt;
  *  Belinda and Matthew&lt;br /&gt;
&lt;br /&gt;
[ ] Presentation of the bride&lt;br /&gt;
&lt;br /&gt;
[ ] Prayer&lt;br /&gt;
&lt;br /&gt;
[ ] Reading by Olivia&lt;br /&gt;
&lt;br /&gt;
[ ] Introduction&lt;br /&gt;
&lt;br /&gt;
[ ] Exchange of rings and vows&lt;br /&gt;
&lt;br /&gt;
[ ] The kiss&lt;br /&gt;
&lt;br /&gt;
[ ] Closing remarks and thank you to guests&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- zzzzzz&lt;br /&gt;
Please click this URL to join. https://us02web.zoom.us/w/85899524480?tk=oUgS17EKqLOJ1-jXrnffn9LSzQmeeEKivK8qbdlxmzw.DQMAAAAUAAK5gBZSd3VRSmlneVNpS0NETDRpeU16X05RAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&amp;amp;uuid=WN_8tb4Lp7nRE-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nexus Firmware Walk-through&lt;br /&gt;
&lt;br /&gt;
    *&lt;br /&gt;
  ****&lt;br /&gt;
******&lt;br /&gt;
123456&lt;br /&gt;
&lt;br /&gt;
*1  Zephyr-RTOS Project and typical Zephyr application overview&lt;br /&gt;
   [T]&lt;br /&gt;
&lt;br /&gt;
*2  Zephyr build environment (used by Hardware Team)&lt;br /&gt;
   [T]&lt;br /&gt;
&lt;br /&gt;
*3  Important features of Zephyr&lt;br /&gt;
   [T]  real time scheduling, Kconfig symbols for selections here&lt;br /&gt;
   [J]  Device Tree&lt;br /&gt;
   [T]  Kconfig&lt;br /&gt;
   [T]  third party integrations + west manifest (e.g. cmsis, mcuboot, microcontroller hardware abstraction layers)&lt;br /&gt;
&lt;br /&gt;
*4  [J]  Nexus documentation, restructured text, Sphinx and related&lt;br /&gt;
&lt;br /&gt;
*5  Nexus firmware architecture and LPC55S69 cores&lt;br /&gt;
   [J]  high level Nexus firmware architecture&lt;br /&gt;
   [J]  cores share nearly all resources&lt;br /&gt;
   [J]  cores of MCU are assymetric&lt;br /&gt;
&lt;br /&gt;
*6  Current Nexus features implemented&lt;br /&gt;
   [J]  UART comm&amp;#039;s&lt;br /&gt;
   [J]  digital pulse counting&lt;br /&gt;
   [T]  accelerometer data acquisition&lt;br /&gt;
   [T]  vRMS calculation&lt;br /&gt;
  [J+T]  shared memory safe-guarded by mutex&lt;br /&gt;
   [J]  unit testing&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2023-05-04&lt;br /&gt;
&lt;br /&gt;
# Salsa Columbiana . . . &lt;br /&gt;
# https://www.youtube.com/watch?v=6fOWxjr0T0A  Alberto Barros Tributo a la Salsa Colombiana - Oiga Mire Vea &lt;br /&gt;
# https://www.youtube.com/watch?v=Dy07HgNoYcg  Canonazos +++ &lt;br /&gt;
# https://www.youtube.com/watch?v=1S0yj9J8Qn8  Los Titanes - Por Retenerte +++ lento bueno pa aprender la baile&lt;br /&gt;
# https://www.youtube.com/watch?v=qmtQ9vfS2OI  Los Titanes - Eres mi razon de ser +++ tiempo mediano&lt;br /&gt;
# https://www.youtube.com/watch?v=jTmpD-EjzxY  Invierno En Primavera - Guayacan Orquesta ...muy lento!&lt;br /&gt;
# https://www.youtube.com/watch?v=MjXU7I6aBpA  Grupo Niche Gotas De Lluvia&lt;br /&gt;
# https://www.youtube.com/watch?v=E37p1P4EZd0  Cada Día Que Pasa&lt;br /&gt;
# https://www.youtube.com/watch?v=62RSfIBzID8  Mujer De Carne y Hueso - Guayacan Orquesta&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
A G. Carson, 2023 in and near first week of June:&lt;br /&gt;
&lt;br /&gt;
First purchase:&lt;br /&gt;
aloe marlothii - $22&lt;br /&gt;
&lt;br /&gt;
Second:&lt;br /&gt;
aloe with leaf imprints - $10&lt;br /&gt;
agave parryi var truncata - $15&lt;br /&gt;
&lt;br /&gt;
Third:&lt;br /&gt;
agave and ice cactus - $20 &lt;br /&gt;
succulent trio - $10&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2023-06-26&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 1002  # https://www.bbc.com/news/world-africa-65952520&lt;br /&gt;
 1003  # https://stackoverflow.com/questions/67926640/c-c-static-function-vs-non-static-function-impact-on-linking-time&lt;br /&gt;
 1004  # https://www.youtube.com/watch?v=3t0DqyoSLTw&amp;amp;t=2845s Andrew Frenir and Sixsense &amp;quot;Caught In Time&amp;quot;4&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2026-07-22&lt;br /&gt;
&lt;br /&gt;
n response to our meeting this past Monday which included a, b, c and myself, I must say first and foremost that I am caught off guard.  Over the past six months I have been working steadily with our team, on a variety of assignments and tasks.  During this time I&amp;#039;ve received no regular feedback to the contrary that my work has been helpful and largely sufficient.&lt;br /&gt;
&lt;br /&gt;
It was brought up in Monday&amp;#039;s meeting that our Jira task board shows me working more slowlyl than my teammates.  To this I pointed out that certain tasks of mine are much larger and older in nature than our newer hires&amp;#039; typical tasks.&lt;br /&gt;
&lt;br /&gt;
To this Josh commented that an effort was made to &amp;quot;normalize&amp;quot; my Jira progress numbers against other team members&amp;#039;.  This tells me that my managers see a difference in the way my tasks are organized in Jira compared to my colleagues.&lt;br /&gt;
&lt;br /&gt;
If the question of my performance is important enough to lead to an improvement plan, why was time not taken to refactor my tasks in Jira to allow for a more fair comparison?&lt;br /&gt;
&lt;br /&gt;
Larger tasks like mine are more prone to run long because we always review each other&amp;#039;s code work before final submission.  I have a task which I completed back in late March and have asked repeatedly when the team will have time to review it, and its review is still not complete.&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m concerned about what the improvement plan is really intended to bring about.  In my annual review I was told to work on refining my code submissions for our standard review process.  I was told to follow Josh&amp;#039;s instructions, which I have always done.  I&amp;#039;ve been doing both of these things all the months of this year, and I&amp;#039;ve had no special meetings called to discuss performance or any other unusual topic.  &lt;br /&gt;
&lt;br /&gt;
My first concern about the plan is that not only is it presented suddenly, but that I&amp;#039;ve had very little contact and communication with my currect supervisor over the past eight months.  He was out on paternity leave four of those months.  I am further concerned that at my annual review this past January, he did not mentioned a single positive accomplishment I reached during the year in review for me.  That makes me feel isolated, and singled out, but I&amp;#039;m not sure why.&lt;br /&gt;
&lt;br /&gt;
After Monday&amp;#039;s meeting it is especially troubling to me that Adam hasnot had sufficient time or interest to get to know my contributions, but instead relies on a report from someone else.&lt;br /&gt;
&lt;br /&gt;
My second concern about the plan is that it&amp;#039;s not clear what is really driving it.  I followed the feedback I&amp;#039;ve gotten from Josh in his reviews of my code.  I have followed Adam&amp;#039;s January review instructions to keep me head down on my own tasks and minimize questions to other team members.  I&amp;#039;ve had to figure more things out on my own as a result, and I&amp;#039;m told as of Monday I&amp;#039;m slowing the team down.  I&amp;#039;m not sure how that can be when I already request a bare minimum of help and time from others.&lt;br /&gt;
&lt;br /&gt;
It seems that this plan is motivated as much by a perception of my being slower as it is my being the oldest member on the team.  I think further that given it&amp;#039;s well known that our project is overdue and over-budget, and we now have excellent contract developers of whom Cornell is able to hire for a half to a third the cost of my salary, there&amp;#039;s a econonic motivation to end my position with the team.&lt;br /&gt;
&lt;br /&gt;
I think that our Jira numbers can be spun a lot of ways.  I think if there were a true interest in keeping on the team and helping me perform better that there would have been regular communication, and training offered and more questions asked.  There has been almost none of that.  I&amp;#039;ve had to go and take classes and seminars on my own in an effort to keep my skills up which are needed now and beyond our most immediate tasks.&lt;br /&gt;
&lt;br /&gt;
I think that Cornell Pump has given a tepid response to my inquiries about continued learning because being older, they view me as having fewer working years to give the company whether I&amp;#039;m better trained or not.  I think that lack of acknowledgement that I&amp;#039;ve contributed in major ways in all my years here is a sign.  It is not the kind of sign I would expect from a manager who wants me to succeed and continue to contribute.  I feel singled out in this situation and not well supported.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
- - - [[#top|top of page]] - - -&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Linux_Desktop_Environments&amp;diff=9065</id>
		<title>Linux Desktop Environments</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Linux_Desktop_Environments&amp;diff=9065"/>
		<updated>2026-07-20T21:36:08Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add section q Xscreensaver q&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Linux Desktop Environments&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Openbox configuration ==&lt;br /&gt;
&lt;br /&gt;
Keywords:  Openbox :: openbox config :: $ openbox --reconfigure&lt;br /&gt;
&lt;br /&gt;
Openbox is a lightweight window manager for Unix and Linux like systems.  Great documentation for openbox is available on the Arch Linux documentation page https://wiki.archlinux.org/title/openbox.&lt;br /&gt;
&lt;br /&gt;
A normal user&amp;#039;s programs on a Linux host, installed with [Openbox http://openbox.org/wiki/Main_Page], can be started automatically at login by creating and or amending the file &amp;lt;code&amp;gt;${HOME}/.config/openbox/autostart&amp;lt;/code&amp;gt;.  Here is a sample autostart file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
##----------------------------------------------------------------------&lt;br /&gt;
## Openbox autostart file, as found 2019-11-02&lt;br /&gt;
##----------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
# export SESSION_MANAGER=lightdm&lt;br /&gt;
export SESSION_MANAGER=/var/run/lxdm/lxdm.sock&lt;br /&gt;
&lt;br /&gt;
xset -b&lt;br /&gt;
(sleep 1s &amp;amp;&amp;amp; xscreensaver) &amp;amp;&lt;br /&gt;
(sleep 1s &amp;amp;&amp;amp; /home/veris/dot-bashrc-amendments.sh) &amp;amp;&lt;br /&gt;
(sleep 1s &amp;amp;&amp;amp; nm-applet) &amp;amp;&lt;br /&gt;
# (sleep 3s &amp;amp;&amp;amp; conky) &amp;amp;&lt;br /&gt;
# (sleep 1s &amp;amp;&amp;amp; xclock 200x200+1300+50) &amp;amp;&lt;br /&gt;
(sleep 1s &amp;amp;&amp;amp; xclock -geometry 150x150+1200+80) &amp;amp;&lt;br /&gt;
(sleep 1s &amp;amp;&amp;amp; idesk ) &amp;amp;&lt;br /&gt;
(sleep 1s &amp;amp;&amp;amp; xfce4-panel)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
## --- EOF ---&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Openbox desktop context menu configuration, in file &amp;lt;code&amp;gt;~/.config/openbox/menu.xml&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;openbox_menu xmlns=&amp;quot;http://openbox.org/&amp;quot;&lt;br /&gt;
        xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
        xsi:schemaLocation=&amp;quot;http://openbox.org/&lt;br /&gt;
                file:///usr/share/openbox/menu.xsd&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;menu id=&amp;quot;root-menu&amp;quot; label=&amp;quot;Openbox 3&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;item label=&amp;quot;Terminal emulator&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;action name=&amp;quot;Execute&amp;quot;&amp;gt;&amp;lt;execute&amp;gt;x-terminal-emulator -geometry 162x43&amp;lt;/execute&amp;gt;&amp;lt;/action&amp;gt;&lt;br /&gt;
  &amp;lt;/item&amp;gt;&lt;br /&gt;
  &amp;lt;item label=&amp;quot;Web browser&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;action name=&amp;quot;Execute&amp;quot;&amp;gt;&amp;lt;execute&amp;gt;x-www-browser&amp;lt;/execute&amp;gt;&amp;lt;/action&amp;gt;&lt;br /&gt;
  &amp;lt;/item&amp;gt;&lt;br /&gt;
  &amp;lt;!-- This requires the presence of the &amp;#039;obamenu&amp;#039; package to work --&amp;gt;&lt;br /&gt;
  &amp;lt;menu id=&amp;quot;/Debian&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;separator /&amp;gt;&lt;br /&gt;
  &amp;lt;menu id=&amp;quot;applications-menu&amp;quot; label=&amp;quot;Applications&amp;quot; execute=&amp;quot;/usr/bin/obamenu&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;separator /&amp;gt;&lt;br /&gt;
  &amp;lt;item label=&amp;quot;ObConf&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;action name=&amp;quot;Execute&amp;quot;&amp;gt;&amp;lt;execute&amp;gt;obconf&amp;lt;/execute&amp;gt;&amp;lt;/action&amp;gt;&lt;br /&gt;
  &amp;lt;/item&amp;gt;&lt;br /&gt;
  &amp;lt;item label=&amp;quot;Reconfigure&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;action name=&amp;quot;Reconfigure&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;/item&amp;gt;&lt;br /&gt;
  &amp;lt;item label=&amp;quot;Restart&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;action name=&amp;quot;Restart&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;/item&amp;gt;&lt;br /&gt;
  &amp;lt;separator /&amp;gt;&lt;br /&gt;
  &amp;lt;item label=&amp;quot;Exit&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;action name=&amp;quot;Exit&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/menu&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/openbox_menu&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Jamie Zawinski XScreensaver start up ==&lt;br /&gt;
&lt;br /&gt;
Note:  most server versions of Ubuntu Linux don&amp;#039;t install [xscreensaver https://www.jwz.org/xscreensaver/], a long standing, open source screen saver which also provides session locking.  When installed manually, Debian and Ubuntu&amp;#039;s common package managing utility `apt` does not configure the host or a user account on the host to automatically run the server part of xscreensaver.  Hence the line,&lt;br /&gt;
&lt;br /&gt;
    (sleep 1s &amp;amp;&amp;amp; xscreensaver) &amp;amp;&lt;br /&gt;
&lt;br /&gt;
In this example Openbox autostart file.  On some cerca 2018 Long Term Support (LTS) releases of Ubuntu, the xscreensaver package is available but doesn&amp;#039;t appear to have any of its constituent programs named simply &amp;#039;xscreensaver&amp;#039;.  On these releases of Ubuntu, it may be necessary to start the xscreensaver server with a slightly different invocation.  One manual way to get this server running is,&lt;br /&gt;
&lt;br /&gt;
    $ xscreensaver-demo&lt;br /&gt;
&lt;br /&gt;
. . . a demo and configuration program for xscreensaver.  This program detects when there&amp;#039;s no xscreensaver server instance running, and prompts the user with the question &amp;quot;Do you want to start the xscreensaver daemon?&amp;quot;  The server, or daemon, is needed for xscreensaver to operate meaningfully.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-09-20 Monday&lt;br /&gt;
&lt;br /&gt;
Openbox run-time config file amendment, place app on all virtual desktops:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
791     &amp;lt;maximized&amp;gt;true&amp;lt;/maximized&amp;gt;&lt;br /&gt;
792     # &amp;#039;Horizontal&amp;#039;, &amp;#039;Vertical&amp;#039; or boolean (yes/no)&lt;br /&gt;
793 &lt;br /&gt;
794   # end of the example&lt;br /&gt;
795 --&amp;gt;&lt;br /&gt;
796 &lt;br /&gt;
797   &amp;lt;!-- 2021-09-20 added by Ted: --&amp;gt;&lt;br /&gt;
798     &amp;lt;application name=&amp;quot;xclock&amp;quot;&amp;gt;&lt;br /&gt;
799       &amp;lt;desktop&amp;gt;all&amp;lt;/desktop&amp;gt;&lt;br /&gt;
800     &amp;lt;/application&amp;gt;&lt;br /&gt;
801 &lt;br /&gt;
802   &amp;lt;/applications&amp;gt;&lt;br /&gt;
803 &amp;lt;/openbox_config&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Xscreensaver ==&lt;br /&gt;
&lt;br /&gt;
Excellent screensavers (not offensive) plus xscreensaver utilities necessary to successfully lock and be able to unlock a local session:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@localhost1:/usr/libexec/xscreensaver$ ls&lt;br /&gt;
cubicgrid     scooter            xscreensaver-getimage        xscreensaver-gfx        xscreensaver-text&lt;br /&gt;
gears         set-aside          xscreensaver-getimage-file   xscreensaver-gl-visual&lt;br /&gt;
moebiusgears  xscreensaver-auth  xscreensaver-getimage-video  xscreensaver-systemd&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] References ==&lt;br /&gt;
&lt;br /&gt;
Good info here include `openbox --reconfigure` to make active latest changes to configuration files rc.xml, menu.xml, autostart and environment:&lt;br /&gt;
*  https://wiki.archlinux.org/title/openbox&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Unix_and_Linux_config&amp;diff=9064</id>
		<title>Unix and Linux config</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Unix_and_Linux_config&amp;diff=9064"/>
		<updated>2026-07-15T13:49:05Z</updated>

		<summary type="html">&lt;p&gt;Ted: Xfce4 Related : add link to how to place xfce4-panel on multiple monitors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Unix_and_Linux_config|Unix and Linux config]] :: [[Containers_and_virtual_machines|Containers]] :: [[Compute_clusters|Clusters]] :: &amp;amp;lt;link&amp;amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Article on ways to start programs automatically as a Linux system boots into multi-use mode:&lt;br /&gt;
&lt;br /&gt;
*  https://www.dexterindustries.com/howto/run-a-program-on-your-raspberry-pi-at-startup/&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] systemd and systemctl note ==&lt;br /&gt;
&lt;br /&gt;
Necessary to run the following after adding a .service file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl daemon-reload&lt;br /&gt;
&lt;br /&gt;
sudo systemctl enable my_new_service.service&lt;br /&gt;
&lt;br /&gt;
sudo systemctl start my_new_service.service&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Linux Kernel Archives ==&lt;br /&gt;
&lt;br /&gt;
Important steps to verify Linux kernel archive downloads:&lt;br /&gt;
*  https://www.kernel.org/category/signatures.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Install And Booting Modes Legacy Versus UEFI ==&lt;br /&gt;
&lt;br /&gt;
Notes here to address troubles encountered while installing Ubuntu 20.04 LTS from USB thumb driver to HP EliteBook laptops.  At startpage.com entered search string &amp;quot;hp elitebook Ubuntu install &amp;quot;Bootdevice Not Found&amp;quot; Hard Disk - (3F0)&amp;quot; and first visited:&lt;br /&gt;
&lt;br /&gt;
  *  https://ubuntuforums.org/showthread.php?t=2452483&lt;br /&gt;
&lt;br /&gt;
Began install anew after setting &amp;quot;EUFI&amp;quot; boot mode in BIOS, so that we&amp;#039;re now booting USB driver via this newer EUFI firmware.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Ubuntu Post Install Notes 2021 Q3 ==&lt;br /&gt;
Different topic:&lt;br /&gt;
&lt;br /&gt;
After installing Ubuntu 20.04 LTS on HP Elitebook, and performing `sudo apt update &amp;amp;&amp;amp; sudo apt upgrade` there are 79 packages to update.  End of updates get a series of warnings to the effect:&lt;br /&gt;
&lt;br /&gt;
  W: Possible missing firmware /lib/firmware/i915/skl_guc_49.0.1.bin for module i915&lt;br /&gt;
&lt;br /&gt;
There are roughly fifteen similar warnings.  Missing binary files in same path include [skl_|bxt_|kbl_|glk_|ehl_] and there are one or two more binary files possible missing as well.  i915 is a GPU or graphics chipset, so this firmware may be related to the graphics subsystem of this laptop.&lt;br /&gt;
&lt;br /&gt;
After Ubuntu server install from flash driver, adding packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
icewm&lt;br /&gt;
lightdm&lt;br /&gt;
openbox&lt;br /&gt;
xdm&lt;br /&gt;
xfce4&lt;br /&gt;
xfce4-battery-plugin&lt;br /&gt;
xserver-xorg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Xfce4 Related ==&lt;br /&gt;
&lt;br /&gt;
Where xfce4-display-settings config data are written:&lt;br /&gt;
&lt;br /&gt;
*  https://forum.xfce.org/viewtopic.php?id=15572 - xfce4 settings file name and location&lt;br /&gt;
&lt;br /&gt;
*  https://forum.xfce.org/viewtopic.php?pid=65593#p65593&lt;br /&gt;
&lt;br /&gt;
To place xfce4-panel on multiple monitors:&lt;br /&gt;
&lt;br /&gt;
*  https://unix.stackexchange.com/questions/295668/duplicating-xfce-panel-across-multiple-monitors&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Unix_and_Linux_config&amp;diff=9063</id>
		<title>Unix and Linux config</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Unix_and_Linux_config&amp;diff=9063"/>
		<updated>2026-07-15T13:38:40Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add link regarding xfce4 settings file name and location&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Unix_and_Linux_config|Unix and Linux config]] :: [[Containers_and_virtual_machines|Containers]] :: [[Compute_clusters|Clusters]] :: &amp;amp;lt;link&amp;amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Article on ways to start programs automatically as a Linux system boots into multi-use mode:&lt;br /&gt;
&lt;br /&gt;
*  https://www.dexterindustries.com/howto/run-a-program-on-your-raspberry-pi-at-startup/&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] systemd and systemctl note ==&lt;br /&gt;
&lt;br /&gt;
Necessary to run the following after adding a .service file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl daemon-reload&lt;br /&gt;
&lt;br /&gt;
sudo systemctl enable my_new_service.service&lt;br /&gt;
&lt;br /&gt;
sudo systemctl start my_new_service.service&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Linux Kernel Archives ==&lt;br /&gt;
&lt;br /&gt;
Important steps to verify Linux kernel archive downloads:&lt;br /&gt;
*  https://www.kernel.org/category/signatures.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Install And Booting Modes Legacy Versus UEFI ==&lt;br /&gt;
&lt;br /&gt;
Notes here to address troubles encountered while installing Ubuntu 20.04 LTS from USB thumb driver to HP EliteBook laptops.  At startpage.com entered search string &amp;quot;hp elitebook Ubuntu install &amp;quot;Bootdevice Not Found&amp;quot; Hard Disk - (3F0)&amp;quot; and first visited:&lt;br /&gt;
&lt;br /&gt;
  *  https://ubuntuforums.org/showthread.php?t=2452483&lt;br /&gt;
&lt;br /&gt;
Began install anew after setting &amp;quot;EUFI&amp;quot; boot mode in BIOS, so that we&amp;#039;re now booting USB driver via this newer EUFI firmware.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Ubuntu Post Install Notes 2021 Q3 ==&lt;br /&gt;
Different topic:&lt;br /&gt;
&lt;br /&gt;
After installing Ubuntu 20.04 LTS on HP Elitebook, and performing `sudo apt update &amp;amp;&amp;amp; sudo apt upgrade` there are 79 packages to update.  End of updates get a series of warnings to the effect:&lt;br /&gt;
&lt;br /&gt;
  W: Possible missing firmware /lib/firmware/i915/skl_guc_49.0.1.bin for module i915&lt;br /&gt;
&lt;br /&gt;
There are roughly fifteen similar warnings.  Missing binary files in same path include [skl_|bxt_|kbl_|glk_|ehl_] and there are one or two more binary files possible missing as well.  i915 is a GPU or graphics chipset, so this firmware may be related to the graphics subsystem of this laptop.&lt;br /&gt;
&lt;br /&gt;
After Ubuntu server install from flash driver, adding packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
icewm&lt;br /&gt;
lightdm&lt;br /&gt;
openbox&lt;br /&gt;
xdm&lt;br /&gt;
xfce4&lt;br /&gt;
xfce4-battery-plugin&lt;br /&gt;
xserver-xorg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Xfce4 Related ==&lt;br /&gt;
&lt;br /&gt;
Where xfce4-display-settings config data are written:&lt;br /&gt;
&lt;br /&gt;
*  https://forum.xfce.org/viewtopic.php?id=15572 - xfce4 settings file name and location&lt;br /&gt;
&lt;br /&gt;
*  https://forum.xfce.org/viewtopic.php?pid=65593#p65593&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Unix_and_Linux_config&amp;diff=9062</id>
		<title>Unix and Linux config</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Unix_and_Linux_config&amp;diff=9062"/>
		<updated>2026-07-15T13:36:48Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add section q Xfce4 Related q&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Unix_and_Linux_config|Unix and Linux config]] :: [[Containers_and_virtual_machines|Containers]] :: [[Compute_clusters|Clusters]] :: &amp;amp;lt;link&amp;amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Article on ways to start programs automatically as a Linux system boots into multi-use mode:&lt;br /&gt;
&lt;br /&gt;
*  https://www.dexterindustries.com/howto/run-a-program-on-your-raspberry-pi-at-startup/&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] systemd and systemctl note ==&lt;br /&gt;
&lt;br /&gt;
Necessary to run the following after adding a .service file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl daemon-reload&lt;br /&gt;
&lt;br /&gt;
sudo systemctl enable my_new_service.service&lt;br /&gt;
&lt;br /&gt;
sudo systemctl start my_new_service.service&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Linux Kernel Archives ==&lt;br /&gt;
&lt;br /&gt;
Important steps to verify Linux kernel archive downloads:&lt;br /&gt;
*  https://www.kernel.org/category/signatures.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Install And Booting Modes Legacy Versus UEFI ==&lt;br /&gt;
&lt;br /&gt;
Notes here to address troubles encountered while installing Ubuntu 20.04 LTS from USB thumb driver to HP EliteBook laptops.  At startpage.com entered search string &amp;quot;hp elitebook Ubuntu install &amp;quot;Bootdevice Not Found&amp;quot; Hard Disk - (3F0)&amp;quot; and first visited:&lt;br /&gt;
&lt;br /&gt;
  *  https://ubuntuforums.org/showthread.php?t=2452483&lt;br /&gt;
&lt;br /&gt;
Began install anew after setting &amp;quot;EUFI&amp;quot; boot mode in BIOS, so that we&amp;#039;re now booting USB driver via this newer EUFI firmware.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Ubuntu Post Install Notes 2021 Q3 ==&lt;br /&gt;
Different topic:&lt;br /&gt;
&lt;br /&gt;
After installing Ubuntu 20.04 LTS on HP Elitebook, and performing `sudo apt update &amp;amp;&amp;amp; sudo apt upgrade` there are 79 packages to update.  End of updates get a series of warnings to the effect:&lt;br /&gt;
&lt;br /&gt;
  W: Possible missing firmware /lib/firmware/i915/skl_guc_49.0.1.bin for module i915&lt;br /&gt;
&lt;br /&gt;
There are roughly fifteen similar warnings.  Missing binary files in same path include [skl_|bxt_|kbl_|glk_|ehl_] and there are one or two more binary files possible missing as well.  i915 is a GPU or graphics chipset, so this firmware may be related to the graphics subsystem of this laptop.&lt;br /&gt;
&lt;br /&gt;
After Ubuntu server install from flash driver, adding packages:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
icewm&lt;br /&gt;
lightdm&lt;br /&gt;
openbox&lt;br /&gt;
xdm&lt;br /&gt;
xfce4&lt;br /&gt;
xfce4-battery-plugin&lt;br /&gt;
xserver-xorg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Xfce4 Related ==&lt;br /&gt;
&lt;br /&gt;
Where xfce4-display-settings config data are written:&lt;br /&gt;
&lt;br /&gt;
*  https://forum.xfce.org/viewtopic.php?pid=65593#p65593&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Naturaleza&amp;diff=9061</id>
		<title>Naturaleza</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Naturaleza&amp;diff=9061"/>
		<updated>2026-07-15T05:41:29Z</updated>

		<summary type="html">&lt;p&gt;Ted: Central America : add link to generacionverde dot com&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;stub page section&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Western North America ==&lt;br /&gt;
&lt;br /&gt;
Trillium ovatum, Pacific trillium:&lt;br /&gt;
&lt;br /&gt;
*  https://tryoncreek.wordpress.com/2016/04/29/trilliums-the-dark-side/&lt;br /&gt;
&lt;br /&gt;
2021-11-12 viernes&lt;br /&gt;
&lt;br /&gt;
*  https://oregonwild.org/forests/learn-about-oregons-forests/old-growth-forests&lt;br /&gt;
&lt;br /&gt;
Middle Columbia Gorge:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://cwelwnp.usu.edu/westernnativeplants/plantlist_view.php?id=97&amp;amp;name=lomatiumcolumbianum&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Washington state native cacti:&lt;br /&gt;
*  https://derbycanyonnatives.com/2014/native-cacti-of-central-washington/&lt;br /&gt;
&lt;br /&gt;
*  https://www.desertnorthwest.com/articles/native_cacti.html&lt;br /&gt;
&lt;br /&gt;
California native ferns, polypodium scouleri:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://pacifichorticulture.org/articles/california-native-ferns/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Central America ==&lt;br /&gt;
&lt;br /&gt;
Cactus biznaga:&lt;br /&gt;
&lt;br /&gt;
*  https://es.wikipedia.org/wiki/Ferocactus_wislizeni&lt;br /&gt;
&lt;br /&gt;
*  https://www.facebook.com/JorgeDeLeonFB/videos/salvemos-a-las-biznagas/353012031162060/&lt;br /&gt;
&lt;br /&gt;
*  https://generacionverde.com/blog/azoteas-verdes-es/que-son-los-cactus-y-las-biznagas/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Scandanavia ==&lt;br /&gt;
&lt;br /&gt;
Forest types in Norway . . .&lt;br /&gt;
&lt;br /&gt;
*  https://wwfint.awsassets.panda.org/downloads/forestheritage.pdf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Asia ==&lt;br /&gt;
&lt;br /&gt;
Merrilliopanax alpinus&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Merrilliopanax_alpinus&lt;br /&gt;
&amp;#039;&amp;#039;Italic text&amp;#039;&amp;#039;&lt;br /&gt;
*  https://mailorder.crug-farm.co.uk/?pid=11276&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Asortar ==&lt;br /&gt;
&lt;br /&gt;
Temas para asortar en esta pagina . . .&lt;br /&gt;
&lt;br /&gt;
2025-07-19&lt;br /&gt;
&lt;br /&gt;
*  https://www.plantdelights.com/products/amorpha-canescens-arkansas-form&lt;br /&gt;
&lt;br /&gt;
Parasites and synergistic relationships:&lt;br /&gt;
&lt;br /&gt;
*  https://nautil.us/what-makes-us-bold-264300/   Toxoplasma gondii article by Lina Zeldovich March 3, 2023&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/reel/video/p0f0nyhm/the-5-000-year-old-tree-that-holds-clues-to-life-and-death&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;quot;&lt;br /&gt;
06 February 2023|Climate Change&lt;br /&gt;
&lt;br /&gt;
In the Valdivian rainforest of Chile, an ancient tree carries answers to the future of climate on Earth. Also known as the &amp;#039;Gran Abuelo&amp;#039;, &amp;#039;The Great Grandfather&amp;#039; has an 80% chance of being over 5,000 years old, according to new models.&lt;br /&gt;
&lt;br /&gt;
A short documentary by Juan Francisco Riumalló&lt;br /&gt;
Produced by Anna Bressanin&lt;br /&gt;
&amp;quot;&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2022-12-08 THU&lt;br /&gt;
&lt;br /&gt;
Conophytum calculus &amp;quot;living stone&amp;quot; type succulent native to region of western South Africa&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Conophytum_calculus&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2022-10-24 MON&lt;br /&gt;
&lt;br /&gt;
*  https://e360.yale.edu/features/phantom-forests-tree-planting-climate-change&lt;br /&gt;
&lt;br /&gt;
2022-10-21 FRI&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20221017-the-power-of-your-gardens-hidden-half - article at BBC, The Hidden Power of Roots&lt;br /&gt;
&lt;br /&gt;
2022-08-31 WED&lt;br /&gt;
&lt;br /&gt;
*  https://www.wired.com/story/how-scientists-are-cleaning-up-rivers-with-grasses-and-oysters&lt;br /&gt;
&lt;br /&gt;
*  https://www.wired.com/story/energy-vault-gravity-storage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-11-23&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Sehlabathebe_National_Park . . . Sehlabathebe National Park, Lesotho S.A.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Maluti_redfin&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Smallmouth_yellowfish&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Karoo&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Mesembryanthemum&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
North America native plants and forbs&lt;br /&gt;
&lt;br /&gt;
*  https://www.highcountrygardens.com/perennial-plants/gaillardia/gaillardia-grandiflora-arizona-sun&lt;br /&gt;
*  https://www.highcountrygardens.com/plant-finder/native-plants/asclepias-incarnata&lt;br /&gt;
*  https://www.highcountrygardens.com/perennial-plants/delosperma/delosperma-lavender-ice&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Invasive Species ==&lt;br /&gt;
&lt;br /&gt;
*  https://ucanr.edu/sites/mobpc/  Mediterranean oak borer&lt;br /&gt;
&lt;br /&gt;
*  https://ucanr.edu/sites/pshb/  Invasive shothole borer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Naturaleza&amp;diff=9060</id>
		<title>Naturaleza</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Naturaleza&amp;diff=9060"/>
		<updated>2026-07-13T11:41:10Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add link to Wikipedia article on cactus biznaga&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;stub page section&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Western North America ==&lt;br /&gt;
&lt;br /&gt;
Trillium ovatum, Pacific trillium:&lt;br /&gt;
&lt;br /&gt;
*  https://tryoncreek.wordpress.com/2016/04/29/trilliums-the-dark-side/&lt;br /&gt;
&lt;br /&gt;
2021-11-12 viernes&lt;br /&gt;
&lt;br /&gt;
*  https://oregonwild.org/forests/learn-about-oregons-forests/old-growth-forests&lt;br /&gt;
&lt;br /&gt;
Middle Columbia Gorge:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://cwelwnp.usu.edu/westernnativeplants/plantlist_view.php?id=97&amp;amp;name=lomatiumcolumbianum&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Washington state native cacti:&lt;br /&gt;
*  https://derbycanyonnatives.com/2014/native-cacti-of-central-washington/&lt;br /&gt;
&lt;br /&gt;
*  https://www.desertnorthwest.com/articles/native_cacti.html&lt;br /&gt;
&lt;br /&gt;
California native ferns, polypodium scouleri:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://pacifichorticulture.org/articles/california-native-ferns/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Central America ==&lt;br /&gt;
&lt;br /&gt;
Cactus biznaga:&lt;br /&gt;
&lt;br /&gt;
*  https://es.wikipedia.org/wiki/Ferocactus_wislizeni&lt;br /&gt;
&lt;br /&gt;
*  https://www.facebook.com/JorgeDeLeonFB/videos/salvemos-a-las-biznagas/353012031162060/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Scandanavia ==&lt;br /&gt;
&lt;br /&gt;
Forest types in Norway . . .&lt;br /&gt;
&lt;br /&gt;
*  https://wwfint.awsassets.panda.org/downloads/forestheritage.pdf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Asia ==&lt;br /&gt;
&lt;br /&gt;
Merrilliopanax alpinus&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Merrilliopanax_alpinus&lt;br /&gt;
&amp;#039;&amp;#039;Italic text&amp;#039;&amp;#039;&lt;br /&gt;
*  https://mailorder.crug-farm.co.uk/?pid=11276&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Asortar ==&lt;br /&gt;
&lt;br /&gt;
Temas para asortar en esta pagina . . .&lt;br /&gt;
&lt;br /&gt;
2025-07-19&lt;br /&gt;
&lt;br /&gt;
*  https://www.plantdelights.com/products/amorpha-canescens-arkansas-form&lt;br /&gt;
&lt;br /&gt;
Parasites and synergistic relationships:&lt;br /&gt;
&lt;br /&gt;
*  https://nautil.us/what-makes-us-bold-264300/   Toxoplasma gondii article by Lina Zeldovich March 3, 2023&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/reel/video/p0f0nyhm/the-5-000-year-old-tree-that-holds-clues-to-life-and-death&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;quot;&lt;br /&gt;
06 February 2023|Climate Change&lt;br /&gt;
&lt;br /&gt;
In the Valdivian rainforest of Chile, an ancient tree carries answers to the future of climate on Earth. Also known as the &amp;#039;Gran Abuelo&amp;#039;, &amp;#039;The Great Grandfather&amp;#039; has an 80% chance of being over 5,000 years old, according to new models.&lt;br /&gt;
&lt;br /&gt;
A short documentary by Juan Francisco Riumalló&lt;br /&gt;
Produced by Anna Bressanin&lt;br /&gt;
&amp;quot;&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2022-12-08 THU&lt;br /&gt;
&lt;br /&gt;
Conophytum calculus &amp;quot;living stone&amp;quot; type succulent native to region of western South Africa&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Conophytum_calculus&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2022-10-24 MON&lt;br /&gt;
&lt;br /&gt;
*  https://e360.yale.edu/features/phantom-forests-tree-planting-climate-change&lt;br /&gt;
&lt;br /&gt;
2022-10-21 FRI&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20221017-the-power-of-your-gardens-hidden-half - article at BBC, The Hidden Power of Roots&lt;br /&gt;
&lt;br /&gt;
2022-08-31 WED&lt;br /&gt;
&lt;br /&gt;
*  https://www.wired.com/story/how-scientists-are-cleaning-up-rivers-with-grasses-and-oysters&lt;br /&gt;
&lt;br /&gt;
*  https://www.wired.com/story/energy-vault-gravity-storage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-11-23&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Sehlabathebe_National_Park . . . Sehlabathebe National Park, Lesotho S.A.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Maluti_redfin&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Smallmouth_yellowfish&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Karoo&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Mesembryanthemum&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
North America native plants and forbs&lt;br /&gt;
&lt;br /&gt;
*  https://www.highcountrygardens.com/perennial-plants/gaillardia/gaillardia-grandiflora-arizona-sun&lt;br /&gt;
*  https://www.highcountrygardens.com/plant-finder/native-plants/asclepias-incarnata&lt;br /&gt;
*  https://www.highcountrygardens.com/perennial-plants/delosperma/delosperma-lavender-ice&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Invasive Species ==&lt;br /&gt;
&lt;br /&gt;
*  https://ucanr.edu/sites/mobpc/  Mediterranean oak borer&lt;br /&gt;
&lt;br /&gt;
*  https://ucanr.edu/sites/pshb/  Invasive shothole borer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Naturaleza&amp;diff=9059</id>
		<title>Naturaleza</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Naturaleza&amp;diff=9059"/>
		<updated>2026-07-13T11:34:02Z</updated>

		<summary type="html">&lt;p&gt;Ted: Cambia titulo de seccion q South America q a q Centro America q&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;stub page section&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Western North America ==&lt;br /&gt;
&lt;br /&gt;
Trillium ovatum, Pacific trillium:&lt;br /&gt;
&lt;br /&gt;
*  https://tryoncreek.wordpress.com/2016/04/29/trilliums-the-dark-side/&lt;br /&gt;
&lt;br /&gt;
2021-11-12 viernes&lt;br /&gt;
&lt;br /&gt;
*  https://oregonwild.org/forests/learn-about-oregons-forests/old-growth-forests&lt;br /&gt;
&lt;br /&gt;
Middle Columbia Gorge:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://cwelwnp.usu.edu/westernnativeplants/plantlist_view.php?id=97&amp;amp;name=lomatiumcolumbianum&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Washington state native cacti:&lt;br /&gt;
*  https://derbycanyonnatives.com/2014/native-cacti-of-central-washington/&lt;br /&gt;
&lt;br /&gt;
*  https://www.desertnorthwest.com/articles/native_cacti.html&lt;br /&gt;
&lt;br /&gt;
California native ferns, polypodium scouleri:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://pacifichorticulture.org/articles/california-native-ferns/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Central America ==&lt;br /&gt;
&lt;br /&gt;
Cactus biznaga:&lt;br /&gt;
&lt;br /&gt;
*  https://www.facebook.com/JorgeDeLeonFB/videos/salvemos-a-las-biznagas/353012031162060/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Scandanavia ==&lt;br /&gt;
&lt;br /&gt;
Forest types in Norway . . .&lt;br /&gt;
&lt;br /&gt;
*  https://wwfint.awsassets.panda.org/downloads/forestheritage.pdf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Asia ==&lt;br /&gt;
&lt;br /&gt;
Merrilliopanax alpinus&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Merrilliopanax_alpinus&lt;br /&gt;
&amp;#039;&amp;#039;Italic text&amp;#039;&amp;#039;&lt;br /&gt;
*  https://mailorder.crug-farm.co.uk/?pid=11276&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Asortar ==&lt;br /&gt;
&lt;br /&gt;
Temas para asortar en esta pagina . . .&lt;br /&gt;
&lt;br /&gt;
2025-07-19&lt;br /&gt;
&lt;br /&gt;
*  https://www.plantdelights.com/products/amorpha-canescens-arkansas-form&lt;br /&gt;
&lt;br /&gt;
Parasites and synergistic relationships:&lt;br /&gt;
&lt;br /&gt;
*  https://nautil.us/what-makes-us-bold-264300/   Toxoplasma gondii article by Lina Zeldovich March 3, 2023&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/reel/video/p0f0nyhm/the-5-000-year-old-tree-that-holds-clues-to-life-and-death&lt;br /&gt;
&amp;lt;i&amp;gt;&amp;quot;&lt;br /&gt;
06 February 2023|Climate Change&lt;br /&gt;
&lt;br /&gt;
In the Valdivian rainforest of Chile, an ancient tree carries answers to the future of climate on Earth. Also known as the &amp;#039;Gran Abuelo&amp;#039;, &amp;#039;The Great Grandfather&amp;#039; has an 80% chance of being over 5,000 years old, according to new models.&lt;br /&gt;
&lt;br /&gt;
A short documentary by Juan Francisco Riumalló&lt;br /&gt;
Produced by Anna Bressanin&lt;br /&gt;
&amp;quot;&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2022-12-08 THU&lt;br /&gt;
&lt;br /&gt;
Conophytum calculus &amp;quot;living stone&amp;quot; type succulent native to region of western South Africa&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Conophytum_calculus&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2022-10-24 MON&lt;br /&gt;
&lt;br /&gt;
*  https://e360.yale.edu/features/phantom-forests-tree-planting-climate-change&lt;br /&gt;
&lt;br /&gt;
2022-10-21 FRI&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20221017-the-power-of-your-gardens-hidden-half - article at BBC, The Hidden Power of Roots&lt;br /&gt;
&lt;br /&gt;
2022-08-31 WED&lt;br /&gt;
&lt;br /&gt;
*  https://www.wired.com/story/how-scientists-are-cleaning-up-rivers-with-grasses-and-oysters&lt;br /&gt;
&lt;br /&gt;
*  https://www.wired.com/story/energy-vault-gravity-storage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-11-23&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Sehlabathebe_National_Park . . . Sehlabathebe National Park, Lesotho S.A.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Maluti_redfin&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Smallmouth_yellowfish&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Karoo&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Mesembryanthemum&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
North America native plants and forbs&lt;br /&gt;
&lt;br /&gt;
*  https://www.highcountrygardens.com/perennial-plants/gaillardia/gaillardia-grandiflora-arizona-sun&lt;br /&gt;
*  https://www.highcountrygardens.com/plant-finder/native-plants/asclepias-incarnata&lt;br /&gt;
*  https://www.highcountrygardens.com/perennial-plants/delosperma/delosperma-lavender-ice&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Invasive Species ==&lt;br /&gt;
&lt;br /&gt;
*  https://ucanr.edu/sites/mobpc/  Mediterranean oak borer&lt;br /&gt;
&lt;br /&gt;
*  https://ucanr.edu/sites/pshb/  Invasive shothole borer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9058</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9058"/>
		<updated>2026-07-12T12:25:05Z</updated>

		<summary type="html">&lt;p&gt;Ted: Self-determination Theory&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://docs.google.com/spreadsheets/d/1_hCbIbu4qmhwWXANPpeCAAaF-89FG0LqAS6CC7j8I-0/edit?gid=0#gid=0 - ECE graduate course listing as Google sheet&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== [[#top|^]] 2026 ==&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1.  https://www.pdx.edu/engineering/electrical-computer-engineering-msphd-program-details&lt;br /&gt;
&lt;br /&gt;
2.  https://sites.google.com/pdx.edu/ecestudentemployment/graduate-student?authuser=0&lt;br /&gt;
&lt;br /&gt;
3.  https://www.pdx.edu/health-counseling/insurance&lt;br /&gt;
&lt;br /&gt;
Graduate teaching assistantships&lt;br /&gt;
&lt;br /&gt;
Undergraduate courses:&lt;br /&gt;
&lt;br /&gt;
*  https://pdx.smartcatalogiq.com/en/2025-2026/bulletin/maseeh-college-of-engineering-and-computer-science/electrical-and-computer-engineering/undergraduate-programs/computer-engineering-b-s/&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Advisor Search ==&lt;br /&gt;
&lt;br /&gt;
Good idea for graduate students electing thesis option to find and work with an academic advisor.  Links to resources of this nature to come . . .&lt;br /&gt;
&lt;br /&gt;
== Generally Related Learning Links ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/ideas/2026/06/ai-open-ai-anthropic/687689/ - &amp;quot;The People Who Will Thrive in the AI Age&amp;quot; por David Brooks&lt;br /&gt;
&lt;br /&gt;
*  https://www.sciencedirect.com/topics/psychology/self-determination-theory - Self-determination Theory&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*  https://jameltayeb.com/wp-content/uploads/2025/08/Curriculum-Vitae-Jamel-Tayeb.pdf&lt;br /&gt;
&lt;br /&gt;
*  https://www.researchgate.net/profile/Jamel-Tayeb&lt;br /&gt;
&lt;br /&gt;
*  https://www.researchgate.net/publication/301193397_Virtualization_and_Partitioning&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9057</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9057"/>
		<updated>2026-07-12T12:13:04Z</updated>

		<summary type="html">&lt;p&gt;Ted: ECE graduate course listing as Google sheet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://docs.google.com/spreadsheets/d/1_hCbIbu4qmhwWXANPpeCAAaF-89FG0LqAS6CC7j8I-0/edit?gid=0#gid=0 - ECE graduate course listing as Google sheet&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== [[#top|^]] 2026 ==&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1.  https://www.pdx.edu/engineering/electrical-computer-engineering-msphd-program-details&lt;br /&gt;
&lt;br /&gt;
2.  https://sites.google.com/pdx.edu/ecestudentemployment/graduate-student?authuser=0&lt;br /&gt;
&lt;br /&gt;
3.  https://www.pdx.edu/health-counseling/insurance&lt;br /&gt;
&lt;br /&gt;
Graduate teaching assistantships&lt;br /&gt;
&lt;br /&gt;
Undergraduate courses:&lt;br /&gt;
&lt;br /&gt;
*  https://pdx.smartcatalogiq.com/en/2025-2026/bulletin/maseeh-college-of-engineering-and-computer-science/electrical-and-computer-engineering/undergraduate-programs/computer-engineering-b-s/&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Advisor Search ==&lt;br /&gt;
&lt;br /&gt;
Good idea for graduate students electing thesis option to find and work with an academic advisor.  Links to resources of this nature to come . . .&lt;br /&gt;
&lt;br /&gt;
== Generally Related Learning Links ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/ideas/2026/06/ai-open-ai-anthropic/687689/ - &amp;quot;The People Who Will Thrive in the AI Age&amp;quot; por David Brooks&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*  https://jameltayeb.com/wp-content/uploads/2025/08/Curriculum-Vitae-Jamel-Tayeb.pdf&lt;br /&gt;
&lt;br /&gt;
*  https://www.researchgate.net/profile/Jamel-Tayeb&lt;br /&gt;
&lt;br /&gt;
*  https://www.researchgate.net/publication/301193397_Virtualization_and_Partitioning&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9056</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9056"/>
		<updated>2026-07-12T12:11:53Z</updated>

		<summary type="html">&lt;p&gt;Ted: &amp;quot;The People Who Will Thrive in the AI Age&amp;quot; por David Brooks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== [[#top|^]] 2026 ==&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1.  https://www.pdx.edu/engineering/electrical-computer-engineering-msphd-program-details&lt;br /&gt;
&lt;br /&gt;
2.  https://sites.google.com/pdx.edu/ecestudentemployment/graduate-student?authuser=0&lt;br /&gt;
&lt;br /&gt;
3.  https://www.pdx.edu/health-counseling/insurance&lt;br /&gt;
&lt;br /&gt;
Graduate teaching assistantships&lt;br /&gt;
&lt;br /&gt;
Undergraduate courses:&lt;br /&gt;
&lt;br /&gt;
*  https://pdx.smartcatalogiq.com/en/2025-2026/bulletin/maseeh-college-of-engineering-and-computer-science/electrical-and-computer-engineering/undergraduate-programs/computer-engineering-b-s/&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Advisor Search ==&lt;br /&gt;
&lt;br /&gt;
Good idea for graduate students electing thesis option to find and work with an academic advisor.  Links to resources of this nature to come . . .&lt;br /&gt;
&lt;br /&gt;
== Generally Related Learning Links ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/ideas/2026/06/ai-open-ai-anthropic/687689/ - &amp;quot;The People Who Will Thrive in the AI Age&amp;quot; por David Brooks&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*  https://jameltayeb.com/wp-content/uploads/2025/08/Curriculum-Vitae-Jamel-Tayeb.pdf&lt;br /&gt;
&lt;br /&gt;
*  https://www.researchgate.net/profile/Jamel-Tayeb&lt;br /&gt;
&lt;br /&gt;
*  https://www.researchgate.net/publication/301193397_Virtualization_and_Partitioning&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9055</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9055"/>
		<updated>2026-07-12T11:55:53Z</updated>

		<summary type="html">&lt;p&gt;Ted: Summary of Masseh College ECE links undergraduate and graduate&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== [[#top|^]] 2026 ==&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1.  https://www.pdx.edu/engineering/electrical-computer-engineering-msphd-program-details&lt;br /&gt;
&lt;br /&gt;
2.  https://sites.google.com/pdx.edu/ecestudentemployment/graduate-student?authuser=0&lt;br /&gt;
&lt;br /&gt;
3.  https://www.pdx.edu/health-counseling/insurance&lt;br /&gt;
&lt;br /&gt;
Graduate teaching assistantships&lt;br /&gt;
&lt;br /&gt;
Undergraduate courses:&lt;br /&gt;
&lt;br /&gt;
*  https://pdx.smartcatalogiq.com/en/2025-2026/bulletin/maseeh-college-of-engineering-and-computer-science/electrical-and-computer-engineering/undergraduate-programs/computer-engineering-b-s/&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Advisor Search ==&lt;br /&gt;
&lt;br /&gt;
Good idea for graduate students electing thesis option to find and work with an academic advisor.  Links to resources of this nature to come . . .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*  https://jameltayeb.com/wp-content/uploads/2025/08/Curriculum-Vitae-Jamel-Tayeb.pdf&lt;br /&gt;
&lt;br /&gt;
*  https://www.researchgate.net/profile/Jamel-Tayeb&lt;br /&gt;
&lt;br /&gt;
*  https://www.researchgate.net/publication/301193397_Virtualization_and_Partitioning&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Duniya&amp;diff=9054</id>
		<title>Duniya</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Duniya&amp;diff=9054"/>
		<updated>2026-07-11T14:01:00Z</updated>

		<summary type="html">&lt;p&gt;Ted: Justice : Billionaire free country movements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
2023-08-08 - NEED to combine `De Humanidad` with this local NN page.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] People ==&lt;br /&gt;
&lt;br /&gt;
2026-03-30&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/health/2026/03/stomach-cancer-total-gastrectomy/686623/ - Maori and cancer rates&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/national-security/2026/03/europe-ukraine-ambassador-hungary-orban/686617/ - Fedir Shandor the Ukrainian ambassador to Hungary&lt;br /&gt;
&lt;br /&gt;
2026-02-23&lt;br /&gt;
&lt;br /&gt;
*  Surviving Teacher of Aberfan disaster (2026-02-23) . . .&lt;br /&gt;
&lt;br /&gt;
https://www.bbc.com/news/articles/cx2407zy9zxo&lt;br /&gt;
&lt;br /&gt;
My Unsung Hero story . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2026/01/12/nx-s1-5672573/lost-overnight-a-6-year-old-was-found-by-a-man-who-ignored-search-teams-advice+&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.bloomberg.com/features/2025-tesla-full-self-driving-crash/&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/03/01/g-s1-50925/national-park-service-firings-trump&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/02/19/nx-s1-5301098/federal-probationary-employee-job-within-month-fired&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/c0q0wvyqzwdo Superhumans rehabilitation center in Ukraine.&lt;br /&gt;
&lt;br /&gt;
*  https://harpers.org/archive/2024/01/behind-the-new-iron-curtain  People of Russia, &amp;quot;Behind the New Iron Curtain&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/world-middle-east-68261286  Hind Rajab, 6 years of age&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2023/08/06/1192098047/this-writer-shares-the-right-and-wrong-ways-to-honor-indigenous-spirituality  Patty Krawec of Ojibwe, How To Honor Indigenous Spirituality&lt;br /&gt;
&lt;br /&gt;
*  https://www.cnbc.com/2024/10/22/tim-cook-steve-jobs-willingness-to-change-mind-was-brilliant-skill.html&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*  https://www.msn.com/en-us/lifestyle/relationships/my-dad-was-gay-but-married-to-my-mom-for-64-years-as-she-died-i-overheard-something-i-can-t-forget/ar-AA1HDadN?ocid=winp2fptaskbarent . . . Parents married for sixty four years&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Places ==&lt;br /&gt;
&lt;br /&gt;
2026-05-18 lunes&lt;br /&gt;
&lt;br /&gt;
*  https://www.bing.com/spotlight?spotlightid=WL_AsilomarBeachCalifornia&amp;amp;q=Asilomar%20State%20Beach,%20California&amp;amp;carindexpill=0&amp;amp;carindeximg=0&amp;amp;textorimgcar=img&amp;amp;isfullscreen=true&amp;amp;carscrlimgv2=0&amp;amp;form=SLVFUL&amp;amp;ssid=3009d91d-d582-4c34-85ba-772ba09e5be1&amp;amp;trsid=NONE&amp;amp;chevclk=false . . . Asilomar Beach California&lt;br /&gt;
&lt;br /&gt;
2026-01-19&lt;br /&gt;
&lt;br /&gt;
*  Valpelline, Italy https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.estockphoto.com%2Fpix%2F998%2FA38%2F2001-471598-01_T.JPG&amp;amp;sp=1768844888T1cdd3f98ddfbda7a96fb6218f1fd6872da0c98395b583f79d9434e443e46c4a0&lt;br /&gt;
&lt;br /&gt;
Valpelline Italy with pink flowers in sub-alpine meadow&lt;br /&gt;
&lt;br /&gt;
(2) https://windows10spotlight.com/wp-content/uploads/2024/09/485080309d0a142ad2d997fa8c2c53ac.jpg&lt;br /&gt;
&lt;br /&gt;
*  Pico do Arieiro, Madeira, Portugal&lt;br /&gt;
&lt;br /&gt;
2026-01-02&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/reel/video/p0m8l4lt/the-japanese-secret-to-being-calmer-and-happier&lt;br /&gt;
&lt;br /&gt;
2025-10-15&lt;br /&gt;
&lt;br /&gt;
*  https://www.theguardian.com/global/2025/oct/22/red-lightning-new-zealand-red-sprites#img-1 . . . Red sprites and Milky Way&lt;br /&gt;
&lt;br /&gt;
[ ] Hyrcanian Forests&lt;br /&gt;
&lt;br /&gt;
2025-09-04 . . .&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Cantabrian_mixed_forests Northern Spain Cantabrian mixed forests.&lt;br /&gt;
&lt;br /&gt;
2023-07-10 . . .&lt;br /&gt;
*  https://www.bbc.com/travel/article/20230710-in-pictures-five-of-the-worlds-most-remarkable-treks&lt;br /&gt;
&lt;br /&gt;
*  Look for Agbokim Waterfall Nigeria&lt;br /&gt;
&lt;br /&gt;
*  Look for Dunnottar Castle, Scotland (photo in Windows 10 by Sylvia Otte / Stone / Getty Images)&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/King_Oak  King Oak located in Tullamore, Ireland&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Quercus_robur  Quercus robur&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2023-06-19 . . .&lt;br /&gt;
*  Look for Paso Punta Union, Pero&lt;br /&gt;
&lt;br /&gt;
*  Look for Berchtesgaden National Park, Germany&lt;br /&gt;
&lt;br /&gt;
*  Padar Island, Indonesia&lt;br /&gt;
&lt;br /&gt;
*  Kogel Bay, South Africa&lt;br /&gt;
&lt;br /&gt;
*  Tralee Bay, Kerry, Ireland&lt;br /&gt;
&lt;br /&gt;
*  Langdale Valley, Cumbria, United Kingdom&lt;br /&gt;
&lt;br /&gt;
2024-06-07 Friday&lt;br /&gt;
&lt;br /&gt;
*  Seljalandsfoss waterfalls, Iceland&lt;br /&gt;
&lt;br /&gt;
*  https://www.travellers-autobarnrv.com/sequoia-kings-national-park-campgrounds-rv-parks&lt;br /&gt;
&lt;br /&gt;
*  https://www.recreation.gov/camping/gateways/2931&lt;br /&gt;
&lt;br /&gt;
2024-11-05&lt;br /&gt;
&lt;br /&gt;
*  Bastei Bridge, Germany&lt;br /&gt;
&lt;br /&gt;
*  Uinta-Wasatch-Cache National Forest&lt;br /&gt;
&lt;br /&gt;
Huffington Post moved abroad came back article:&lt;br /&gt;
*  https://www.huffpost.com/entry/moved-abroad-came-back-to-america-culture-shock_n_67995724e4b0535cbc5f7c13?utm_source=firefox-newtab-en-us&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 https://www.internations.org/expat-insider/2024/spanish-cities-40507#perfect . . . search for Malaga Spain.&lt;br /&gt;
&lt;br /&gt;
 electrical outlets for Portugal and Spain.&lt;br /&gt;
https://www.electricalsafetyfirst.org.uk/guidance/advice-for-you/when-travelling/travel-adaptor-for-portugal/&lt;br /&gt;
&lt;br /&gt;
2025-05-06&lt;br /&gt;
&lt;br /&gt;
*  https://www.expatarrivals.com/europe/spain/relocation-companies-spain&lt;br /&gt;
&lt;br /&gt;
2025-05-12&lt;br /&gt;
&lt;br /&gt;
*  https://www.reddit.com/r/PortugalExpats/comments/1amhkug/porto_for_family_of_4/&lt;br /&gt;
&lt;br /&gt;
*  https://mexicocassie.com/valencia-with-kids/&lt;br /&gt;
&lt;br /&gt;
2025-09-23&lt;br /&gt;
&lt;br /&gt;
*  https://www.theguardian.com/world/2025/sep/23/new-zealand-visa-country-loosens-residency-restrictions-record-numbers-of-citizens-leave&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Important Works ==&lt;br /&gt;
&lt;br /&gt;
This section under consideration to receive subsections &amp;quot;Safety&amp;quot;, &amp;quot;Environment&amp;quot;, &amp;quot;Technology&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Safety ===&lt;br /&gt;
&lt;br /&gt;
Aseguranza y amenazas a seguridad&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/c62662gzlp8o&lt;br /&gt;
&lt;br /&gt;
Angola landmines: The women hunting for explosives left from civil war&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/world-africa-65163673&lt;br /&gt;
&lt;br /&gt;
Zaporizhizhia nuclear power plant status:&lt;br /&gt;
&lt;br /&gt;
*  https://www.oecd-nea.org/jcms/pl_66130/ukraine-current-status-of-nuclear-power-installations&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Salud ===&lt;br /&gt;
&lt;br /&gt;
Andrew Ochieng in Kenya-Uganda border region and visceral leishmaniasis, known locally as Kala-azar&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20251217-the-motorcyclist-fighting-the-worlds-second-deadliest-parasite-in-the-african-bush&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Environment ===&lt;br /&gt;
&lt;br /&gt;
Great Green Wall in African Sahara&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2026/04/11/g-s1-114074/trees-africa-great-green-wall&lt;br /&gt;
&lt;br /&gt;
Golden oyster mushrooms invasive species . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20260325-an-unstoppable-mushroom-is-tearing-through-north-american-forests&lt;br /&gt;
&lt;br /&gt;
2026-02-26&lt;br /&gt;
&lt;br /&gt;
Microsoft data center in El Marques . . .&lt;br /&gt;
&lt;br /&gt;
*  https://thequeretaropost.com/2025/10/23/microsofts-ai-data-center-in-queretaro-sparks-blackouts-and-water-shortages/&lt;br /&gt;
&lt;br /&gt;
2026-01-07&lt;br /&gt;
&lt;br /&gt;
The Atlantic article on sea lion euthanasia and Columbia River . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/science/2026/01/sea-lion-salmon-euthanasia-columbia-river/685523/&lt;br /&gt;
&lt;br /&gt;
2026-01-06&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Infectious_salmon_anemia_virus&lt;br /&gt;
&lt;br /&gt;
2025-12-21&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20251203-japans-disappearing-snow-monsters&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20251125-the-mysterious-black-fungus-from-chernobyl-that-appears-to-eat-radiation&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20190701-why-plants-survived-chernobyls-deadly-radiation&lt;br /&gt;
&lt;br /&gt;
2025-11-22&lt;br /&gt;
&lt;br /&gt;
*  https://arboretum.harvard.edu/arnoldia-stories/building-paths-for-tree-conservation-in-mexico-the-seasonally-dry-forest-of-the-bajio-mexicano/&lt;br /&gt;
&lt;br /&gt;
*  https://www.bgci.org/files/Wuhan/PosterConserving/SanchezMartinezInvitropropagation.pdf Sanchez Martinez invitro propagation PDF&lt;br /&gt;
&lt;br /&gt;
*  https://grapevine.is/news/2022/09/13/the-tallest-tree-in-iceland-since-the-ice-age/ Tallest tree in Iceland, article in the Reykjavik Grapevine.&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2024/09/20/nx-s1-5091939/energy-innovation-climate-change-renewable-energy-fossil-fuels  United States innovative energy works, Delta Utah hydrogen plant.&lt;br /&gt;
&lt;br /&gt;
Tijuca forest next to Rio de Janeiro:&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/travel/article/20240516-the-fight-to-rewild-the-worlds-largest-urban-forest-tijuca&lt;br /&gt;
&lt;br /&gt;
How indigenous conservation protects Canada&amp;#039;s environment&lt;br /&gt;
*  https://www.bbc.com/future/article/20230809-how-indigenous-guardians-are-protecting-canadas-environment&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20240607-claudia-sheinbaum-mexicos-new-climate-minded-president&lt;br /&gt;
*  https://revolve-renewablepower.com/mexico-citys-new-solar-power-plant-is-largest-of-its-kind-in-the-world/&lt;br /&gt;
&lt;br /&gt;
San Francisco Gate article on SoCal Channel Islands feral pig removal:&lt;br /&gt;
&lt;br /&gt;
*  https://www.sfgate.com/la/article/channel-islands-feral-pigs-fox-19549631.php?utm_source=pocket-newtab-en-us&lt;br /&gt;
&lt;br /&gt;
2024-07-23&lt;br /&gt;
&lt;br /&gt;
Deep ocean metal nodules produce oxygen through battery like properties . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/c728ven2v9eo  Oxygen discovery defies knowledge of the deep ocean&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Justice ===&lt;br /&gt;
&lt;br /&gt;
2026-07-11&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/cly8eqyj8e2o  Billionaire free country movements&lt;br /&gt;
&lt;br /&gt;
cerca 2026-06-25&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/ideas/2026/06/ai-open-ai-anthropic/687689/ See paragraph start with &amp;quot;Fortunately, schools and organizations can also . . .&amp;quot;.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
```&lt;br /&gt;
Fortunately, schools and organizations can also inflame desire. The most straightforward theory of motivation is known as self-determination theory, founded by Edward Deci and Richard Ryan. People feel motivated when they are put in situations that give them autonomy (I’m in control of my choices), competence (I’m developing my skills), and relatedness (people here care about me). In my experience, motivation increases with admiration, such as when students are confronted with great people or great works of art. Motivation also increases with apprenticeships, such as when a mentor not only teaches a person how to engineer, but also how to be the kind of person who loves engineering.&lt;br /&gt;
&lt;br /&gt;
Read: America is headed toward the infinite workweek&lt;br /&gt;
```&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2025-11-12&lt;br /&gt;
&lt;br /&gt;
To follow up - is there any justice in this finding?&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/c3epygq5272o Italy investigates claim that tourists paid to go to Bosnia to kill besieged civilians&lt;br /&gt;
&lt;br /&gt;
2025-10-15&lt;br /&gt;
&lt;br /&gt;
*  https://www.politico.com/news/2025/10/14/private-chat-among-young-gop-club-members-00592146&lt;br /&gt;
&lt;br /&gt;
2025-04-17 jueves&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/04/17/g-s1-61118/appeals-court-deportation-abrego-garcia&lt;br /&gt;
&amp;lt;!-- But the appellate court slapped down that notion, calling the relief the DOJ requested &amp;quot;extraordinary and premature.&amp;quot; They said that if the government conceded that Abrego Garcia was mistakenly deported, &amp;quot;Why then should it not make what was wrong, right?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It is, as we have noted, all too possible to see in this case an incipient crisis, but it may present an opportunity as well,&amp;quot; the judges wrote. &amp;quot;We yet cling to the hope that it is not naïve to believe our good brethren in the Executive Branch perceive the rule of law as vital to the American ethos. This case presents their unique chance to vindicate that value and to summon the best that is within us while there is still time.&amp;quot; --&amp;gt;&lt;br /&gt;
*  https://www.theatlantic.com/politics/archive/2025/04/supreme-court-trump-contempt/682494/&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/04/17/nx-s1-5366667/trump-defunding-university-antisemitism-wesleyan&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/04/17/nx-s1-5367666/abrego-garcia-van-hollen-el-salvador&lt;br /&gt;
&lt;br /&gt;
2025-04-16 martes&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/politics/archive/2025/04/ice-deportation-funding-increase/682480/&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/ideas/archive/2025/04/abrego-garcia-trump-bukele-salvador/682467/&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/c045qg9xr30o - US judge says he could hold Trump administration in contempt of court&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/04/08/nx-s1-5354933/sackets-harbor-family-detained&lt;br /&gt;
&lt;br /&gt;
*  https://www.ndtv.com/world-news/jonathan-braun-trump-freed-drug-convict-arrested-again-for-assaulting-3-year-old-8092433&lt;br /&gt;
&lt;br /&gt;
*  https://apnews.com/article/trump-commutation-jonathan-braun-long-island-arrest-ddeb15bf7107f4072541e7ef62502936&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/03/13/nx-s1-5316340/threats-judges-trump&lt;br /&gt;
&lt;br /&gt;
*  https://www.nbcnews.com/news/latino/judge-esther-salas-law-son-killed-gunman-target-rcna62637&lt;br /&gt;
&lt;br /&gt;
Judge blocks Trump executive order against Perkins Coie.&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/03/12/g-s1-53422/judge-blocks-trump-law-firm&lt;br /&gt;
&lt;br /&gt;
2024-07-21&lt;br /&gt;
&lt;br /&gt;
Minesota Senator Mary Kunesh . . .&lt;br /&gt;
*  https://grist.org/indigenous/the-state-senator-leading-efforts-to-return-land-to-tribal-nations/?utm_source=pocket-newtab-en-us&lt;br /&gt;
&lt;br /&gt;
2024-03-06&lt;br /&gt;
More for local page on &amp;quot;justicia&amp;quot;, an article about 2024 news of Afghanistan:&lt;br /&gt;
&lt;br /&gt;
*  https://www.aljazeera.com/opinions/2024/4/1/taliban-ban-on-girls-education-defies-both-worldly-and-religious-logic&lt;br /&gt;
&lt;br /&gt;
2024-10-29&lt;br /&gt;
&lt;br /&gt;
Isreal Lebanon hospital burn unit:&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2024/10/28/nx-s1-5165376/israel-lebanon-hospital-burn-unit&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Unsorted ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/c20mn1z3vm6o  Ukrainian recovery and support group for widows, painting for recovery.&lt;br /&gt;
&lt;br /&gt;
Sami Tolberg, chef, forager and author.&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/reel/video/p0hgf0p5/into-the-wild-everyman-s-right-to-forage-in-finland&lt;br /&gt;
&lt;br /&gt;
2023-12-19 Tuesday&lt;br /&gt;
Megna Chakravarthy interview with Professor [https://www.linkedin.com/in/geoffreysupran/ Geoffrey Supron], Miami University&lt;br /&gt;
&amp;quot;Vive&amp;quot; app, Launchpad LLC, British Petroleum&lt;br /&gt;
&lt;br /&gt;
Why grazing bison could be good for the planet&lt;br /&gt;
*  https://www.bbc.com/future/article/20231102-why-grazing-bisoncould-be-good-for-the-planet&lt;br /&gt;
&lt;br /&gt;
Reforesting giant sequoia landscapes after high intensity wildfires&lt;br /&gt;
*  https://www.fs.usda.gov/inside-fs/delivering-mission/sustain/reforesting-giant-sequoia-landscapes-after-high-intensity&lt;br /&gt;
*  https://phys.org/news/2021-11-tiny-seedlings-giant-sequoias-ashes.html&lt;br /&gt;
Article by Matthew M. Johnson, on trees and education:&lt;br /&gt;
*  https://matthewmjohnson.com/2023/02/15/building-a-sequoia-root-system/  Building a Sequoia root system&lt;br /&gt;
&lt;br /&gt;
Europe&lt;br /&gt;
It&amp;#039;s a journey to the center of the rare earths discovered in Sweden&lt;br /&gt;
July 18, 20235:00 AM ET&lt;br /&gt;
Jackie Northam 2018 square&lt;br /&gt;
&lt;br /&gt;
Jackie Northam&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2023/07/18/1187075988/europe-rare-earth-sweden?ft=nprml&amp;amp;f=191676894&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2023/07/15/1187498040/russia-ukraine-war-writers-killed?ft=nprml&amp;amp;f=1124   Writers Volodymyr Vakulenko and Victoria Amelina&lt;br /&gt;
&lt;br /&gt;
*  https://www.clarin.com/mundo/habla-hector-abad-escritor-sobrevivio-ataque-ucrania-brindar-exploto-volcan-_0_pMfy7YiB5S.html&lt;br /&gt;
&lt;br /&gt;
*  https://www.nature.com/articles/s41586-023-06063-y  Personalized RNA neoantigen vaccines stimulate T cells in pancreatic cancer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] History ==&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Galvanometer  . . . see link on first Transatlantic cable&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Languages&amp;diff=9053</id>
		<title>Languages</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Languages&amp;diff=9053"/>
		<updated>2026-07-06T23:41:59Z</updated>

		<summary type="html">&lt;p&gt;Ted: /* ^ Languages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
2022-10-11 Tuesday&lt;br /&gt;
Local page of references, to learning languages of the world&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Chinese language . . .&lt;br /&gt;
&lt;br /&gt;
*  https://blog.thelinguist.com/how-to-learn-chinese/&lt;br /&gt;
&lt;br /&gt;
Tips on how to learn a dialect of Arabic . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.mezzoguild.com/how-to-start-learning-arabic/&lt;br /&gt;
&lt;br /&gt;
How to say hello in Arabic, many dialects:&lt;br /&gt;
&lt;br /&gt;
*  https://www.mezzoguild.com/hello-in-arabic/&lt;br /&gt;
&lt;br /&gt;
Additional links to articles by Australian writer and linguist Donovan Nagel:&lt;br /&gt;
&lt;br /&gt;
*  https://www.mezzoguild.com/when-i-almost-married-egyptian-girl-who-only-spoke-arabic/&lt;br /&gt;
&lt;br /&gt;
*  https://www.mezzoguild.com/arabic-and-hebrew-semitic-languages-are-not-difficult/&lt;br /&gt;
&lt;br /&gt;
Portuguese:&lt;br /&gt;
&lt;br /&gt;
*  https://brasilescola.uol.com.br/acordo-ortografico/o-alfabeto-brasileiro-as-26-letras.htm&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Languages ==&lt;br /&gt;
&lt;br /&gt;
Yupik language in Alaska:&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2024/09/04/nx-s1-5090805/yupik-mom-in-alaska-creates-her-own-books-to-teach-her-kids-the-yupik-language&lt;br /&gt;
&lt;br /&gt;
*  https://web.mit.edu/jmorzins/www/greek-alphabet.html&lt;br /&gt;
&lt;br /&gt;
*  https://www.garretwilson.com/education/languages/hindi/devanagari/lesson1/syllabary  Garret Wilson - Hindi syllabary also called Hindi abugida&lt;br /&gt;
&lt;br /&gt;
*  https://www.anirdesh.com/gujarati/hindi-unicode.php  Devanagari (Hindi) Unicode Entities and Character Codes Reference at anirdesh.com&lt;br /&gt;
&lt;br /&gt;
Portuguese language resources . . .&lt;br /&gt;
&lt;br /&gt;
*  https://spanport.washington.edu/portuguese-learning-resources&lt;br /&gt;
&lt;br /&gt;
Persian language&lt;br /&gt;
&lt;br /&gt;
*  https://www.mei.edu/education/oman-library/resource-guides/persian-language&lt;br /&gt;
&lt;br /&gt;
*  https://sites.la.utexas.edu/persian_online_resources/&lt;br /&gt;
&lt;br /&gt;
Some initial phrases . . .&lt;br /&gt;
&amp;lt;!-- --&amp;gt;&lt;br /&gt;
Mon Jul  6 04:40:40 PM PDT 2026&lt;br /&gt;
&lt;br /&gt;
1. subtle&lt;br /&gt;
2. The difference is subtle&lt;br /&gt;
3. The difference will be subtle&lt;br /&gt;
4. there are two differences&lt;br /&gt;
5. hard to see, easy to see&lt;br /&gt;
6. I want to see the book&lt;br /&gt;
7. To see, to view&lt;br /&gt;
8. To be seen&lt;br /&gt;
9. five, six, seven, eight, nine, ten&lt;br /&gt;
&lt;br /&gt;
۱. نامحسوس&lt;br /&gt;
۲. تفاوت نامحسوس است&lt;br /&gt;
۳. تفاوت نامحسوس خواهد بود&lt;br /&gt;
۴. دو تفاوت وجود دارد&lt;br /&gt;
۵. دیدنش سخت است، دیدنش آسان است&lt;br /&gt;
۶. می‌خواهم کتاب را ببینم&lt;br /&gt;
۷. دیدن، مشاهده کردن&lt;br /&gt;
۸. دیده شدن&lt;br /&gt;
۹. پنج، شش، هفت، هشت، نه، ده&lt;br /&gt;
1̱. namohsus&lt;br /&gt;
2̱. tafavat namohsus est&lt;br /&gt;
3̱. tafavat namohsus khahod bud&lt;br /&gt;
4̱. do tafavat vojud dard&lt;br /&gt;
5̱. didnesh sokht est, didnesh asan est&lt;br /&gt;
6̱. mikhahom ketab ra bebinam&lt;br /&gt;
7̱. didan, moshadeh kardan&lt;br /&gt;
8̱. dideh shodan&lt;br /&gt;
9̱. panj, shesh, npaft, npasht, nah, dah&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Polish . . .--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.exploringpolski.com/post/thank-you-in-polish&lt;br /&gt;
&lt;br /&gt;
*  https://tandem.net/blog/thank-you-in-polish&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
(1) Instituto Thomas Jefferson&lt;br /&gt;
&lt;br /&gt;
Thomas Jefferson Institute Campus Queretaro&lt;br /&gt;
Asteroides 1200 Rancho, San Antonio,&lt;br /&gt;
76149 Santiago de Querétaro, Qro., Mexico&lt;br /&gt;
&lt;br /&gt;
# Agendar visita: 01 (442) 245 08 38&lt;br /&gt;
&lt;br /&gt;
*  https://itj.edu.mx/queretaro/&lt;br /&gt;
*  https://sites.google.com/itjqro.edu.mx/oferta-de-talleres-after-schoo/equipo-after?authuser=0&lt;br /&gt;
Aftercare at ITJ Queretaro&lt;br /&gt;
*  https://sites.google.com/itjqro.edu.mx/oferta-de-talleres-after-schoo/equipo-after?authuser=0&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*  https://www.glassdoor.com/Job/santiago-embedded-engineer-jobs-SRCH_IL.0,8_IC2434030_KO9,26.htm&lt;br /&gt;
&lt;br /&gt;
*  https://internationalliving.com/countries/chile/cost-of-living-in-chile/&lt;br /&gt;
&lt;br /&gt;
*  https://bordr.com/blog/enjoying-life-in-portugal&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Languages&amp;diff=9052</id>
		<title>Languages</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Languages&amp;diff=9052"/>
		<updated>2026-07-06T23:41:33Z</updated>

		<summary type="html">&lt;p&gt;Ted: /* ^ Languages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
2022-10-11 Tuesday&lt;br /&gt;
Local page of references, to learning languages of the world&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Chinese language . . .&lt;br /&gt;
&lt;br /&gt;
*  https://blog.thelinguist.com/how-to-learn-chinese/&lt;br /&gt;
&lt;br /&gt;
Tips on how to learn a dialect of Arabic . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.mezzoguild.com/how-to-start-learning-arabic/&lt;br /&gt;
&lt;br /&gt;
How to say hello in Arabic, many dialects:&lt;br /&gt;
&lt;br /&gt;
*  https://www.mezzoguild.com/hello-in-arabic/&lt;br /&gt;
&lt;br /&gt;
Additional links to articles by Australian writer and linguist Donovan Nagel:&lt;br /&gt;
&lt;br /&gt;
*  https://www.mezzoguild.com/when-i-almost-married-egyptian-girl-who-only-spoke-arabic/&lt;br /&gt;
&lt;br /&gt;
*  https://www.mezzoguild.com/arabic-and-hebrew-semitic-languages-are-not-difficult/&lt;br /&gt;
&lt;br /&gt;
Portuguese:&lt;br /&gt;
&lt;br /&gt;
*  https://brasilescola.uol.com.br/acordo-ortografico/o-alfabeto-brasileiro-as-26-letras.htm&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Languages ==&lt;br /&gt;
&lt;br /&gt;
Yupik language in Alaska:&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2024/09/04/nx-s1-5090805/yupik-mom-in-alaska-creates-her-own-books-to-teach-her-kids-the-yupik-language&lt;br /&gt;
&lt;br /&gt;
*  https://web.mit.edu/jmorzins/www/greek-alphabet.html&lt;br /&gt;
&lt;br /&gt;
*  https://www.garretwilson.com/education/languages/hindi/devanagari/lesson1/syllabary  Garret Wilson - Hindi syllabary also called Hindi abugida&lt;br /&gt;
&lt;br /&gt;
*  https://www.anirdesh.com/gujarati/hindi-unicode.php  Devanagari (Hindi) Unicode Entities and Character Codes Reference at anirdesh.com&lt;br /&gt;
&lt;br /&gt;
Portuguese language resources . . .&lt;br /&gt;
&lt;br /&gt;
*  https://spanport.washington.edu/portuguese-learning-resources&lt;br /&gt;
&lt;br /&gt;
Persian language&lt;br /&gt;
&lt;br /&gt;
*  https://www.mei.edu/education/oman-library/resource-guides/persian-language&lt;br /&gt;
&lt;br /&gt;
*  https://sites.la.utexas.edu/persian_online_resources/&lt;br /&gt;
&lt;br /&gt;
Some initial phrases . . .&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Mon Jul  6 04:40:40 PM PDT 2026&lt;br /&gt;
&lt;br /&gt;
1. subtle&lt;br /&gt;
2. The difference is subtle&lt;br /&gt;
3. The difference will be subtle&lt;br /&gt;
4. there are two differences&lt;br /&gt;
5. hard to see, easy to see&lt;br /&gt;
6. I want to see the book&lt;br /&gt;
7. To see, to view&lt;br /&gt;
8. To be seen&lt;br /&gt;
9. five, six, seven, eight, nine, ten&lt;br /&gt;
&lt;br /&gt;
۱. نامحسوس&lt;br /&gt;
۲. تفاوت نامحسوس است&lt;br /&gt;
۳. تفاوت نامحسوس خواهد بود&lt;br /&gt;
۴. دو تفاوت وجود دارد&lt;br /&gt;
۵. دیدنش سخت است، دیدنش آسان است&lt;br /&gt;
۶. می‌خواهم کتاب را ببینم&lt;br /&gt;
۷. دیدن، مشاهده کردن&lt;br /&gt;
۸. دیده شدن&lt;br /&gt;
۹. پنج، شش، هفت، هشت، نه، ده&lt;br /&gt;
1̱. namohsus&lt;br /&gt;
2̱. tafavat namohsus est&lt;br /&gt;
3̱. tafavat namohsus khahod bud&lt;br /&gt;
4̱. do tafavat vojud dard&lt;br /&gt;
5̱. didnesh sokht est, didnesh asan est&lt;br /&gt;
6̱. mikhahom ketab ra bebinam&lt;br /&gt;
7̱. didan, moshadeh kardan&lt;br /&gt;
8̱. dideh shodan&lt;br /&gt;
9̱. panj, shesh, npaft, npasht, nah, dah&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Polish . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.exploringpolski.com/post/thank-you-in-polish&lt;br /&gt;
&lt;br /&gt;
*  https://tandem.net/blog/thank-you-in-polish&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
(1) Instituto Thomas Jefferson&lt;br /&gt;
&lt;br /&gt;
Thomas Jefferson Institute Campus Queretaro&lt;br /&gt;
Asteroides 1200 Rancho, San Antonio,&lt;br /&gt;
76149 Santiago de Querétaro, Qro., Mexico&lt;br /&gt;
&lt;br /&gt;
# Agendar visita: 01 (442) 245 08 38&lt;br /&gt;
&lt;br /&gt;
*  https://itj.edu.mx/queretaro/&lt;br /&gt;
*  https://sites.google.com/itjqro.edu.mx/oferta-de-talleres-after-schoo/equipo-after?authuser=0&lt;br /&gt;
Aftercare at ITJ Queretaro&lt;br /&gt;
*  https://sites.google.com/itjqro.edu.mx/oferta-de-talleres-after-schoo/equipo-after?authuser=0&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*  https://www.glassdoor.com/Job/santiago-embedded-engineer-jobs-SRCH_IL.0,8_IC2434030_KO9,26.htm&lt;br /&gt;
&lt;br /&gt;
*  https://internationalliving.com/countries/chile/cost-of-living-in-chile/&lt;br /&gt;
&lt;br /&gt;
*  https://bordr.com/blog/enjoying-life-in-portugal&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Duniya&amp;diff=9051</id>
		<title>Duniya</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Duniya&amp;diff=9051"/>
		<updated>2026-07-01T00:34:09Z</updated>

		<summary type="html">&lt;p&gt;Ted: Justice : AI Open AI Anthropic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
2023-08-08 - NEED to combine `De Humanidad` with this local NN page.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] People ==&lt;br /&gt;
&lt;br /&gt;
2026-03-30&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/health/2026/03/stomach-cancer-total-gastrectomy/686623/ - Maori and cancer rates&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/national-security/2026/03/europe-ukraine-ambassador-hungary-orban/686617/ - Fedir Shandor the Ukrainian ambassador to Hungary&lt;br /&gt;
&lt;br /&gt;
2026-02-23&lt;br /&gt;
&lt;br /&gt;
*  Surviving Teacher of Aberfan disaster (2026-02-23) . . .&lt;br /&gt;
&lt;br /&gt;
https://www.bbc.com/news/articles/cx2407zy9zxo&lt;br /&gt;
&lt;br /&gt;
My Unsung Hero story . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2026/01/12/nx-s1-5672573/lost-overnight-a-6-year-old-was-found-by-a-man-who-ignored-search-teams-advice+&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.bloomberg.com/features/2025-tesla-full-self-driving-crash/&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/03/01/g-s1-50925/national-park-service-firings-trump&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/02/19/nx-s1-5301098/federal-probationary-employee-job-within-month-fired&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/c0q0wvyqzwdo Superhumans rehabilitation center in Ukraine.&lt;br /&gt;
&lt;br /&gt;
*  https://harpers.org/archive/2024/01/behind-the-new-iron-curtain  People of Russia, &amp;quot;Behind the New Iron Curtain&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/world-middle-east-68261286  Hind Rajab, 6 years of age&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2023/08/06/1192098047/this-writer-shares-the-right-and-wrong-ways-to-honor-indigenous-spirituality  Patty Krawec of Ojibwe, How To Honor Indigenous Spirituality&lt;br /&gt;
&lt;br /&gt;
*  https://www.cnbc.com/2024/10/22/tim-cook-steve-jobs-willingness-to-change-mind-was-brilliant-skill.html&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*  https://www.msn.com/en-us/lifestyle/relationships/my-dad-was-gay-but-married-to-my-mom-for-64-years-as-she-died-i-overheard-something-i-can-t-forget/ar-AA1HDadN?ocid=winp2fptaskbarent . . . Parents married for sixty four years&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Places ==&lt;br /&gt;
&lt;br /&gt;
2026-05-18 lunes&lt;br /&gt;
&lt;br /&gt;
*  https://www.bing.com/spotlight?spotlightid=WL_AsilomarBeachCalifornia&amp;amp;q=Asilomar%20State%20Beach,%20California&amp;amp;carindexpill=0&amp;amp;carindeximg=0&amp;amp;textorimgcar=img&amp;amp;isfullscreen=true&amp;amp;carscrlimgv2=0&amp;amp;form=SLVFUL&amp;amp;ssid=3009d91d-d582-4c34-85ba-772ba09e5be1&amp;amp;trsid=NONE&amp;amp;chevclk=false . . . Asilomar Beach California&lt;br /&gt;
&lt;br /&gt;
2026-01-19&lt;br /&gt;
&lt;br /&gt;
*  Valpelline, Italy https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.estockphoto.com%2Fpix%2F998%2FA38%2F2001-471598-01_T.JPG&amp;amp;sp=1768844888T1cdd3f98ddfbda7a96fb6218f1fd6872da0c98395b583f79d9434e443e46c4a0&lt;br /&gt;
&lt;br /&gt;
Valpelline Italy with pink flowers in sub-alpine meadow&lt;br /&gt;
&lt;br /&gt;
(2) https://windows10spotlight.com/wp-content/uploads/2024/09/485080309d0a142ad2d997fa8c2c53ac.jpg&lt;br /&gt;
&lt;br /&gt;
*  Pico do Arieiro, Madeira, Portugal&lt;br /&gt;
&lt;br /&gt;
2026-01-02&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/reel/video/p0m8l4lt/the-japanese-secret-to-being-calmer-and-happier&lt;br /&gt;
&lt;br /&gt;
2025-10-15&lt;br /&gt;
&lt;br /&gt;
*  https://www.theguardian.com/global/2025/oct/22/red-lightning-new-zealand-red-sprites#img-1 . . . Red sprites and Milky Way&lt;br /&gt;
&lt;br /&gt;
[ ] Hyrcanian Forests&lt;br /&gt;
&lt;br /&gt;
2025-09-04 . . .&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Cantabrian_mixed_forests Northern Spain Cantabrian mixed forests.&lt;br /&gt;
&lt;br /&gt;
2023-07-10 . . .&lt;br /&gt;
*  https://www.bbc.com/travel/article/20230710-in-pictures-five-of-the-worlds-most-remarkable-treks&lt;br /&gt;
&lt;br /&gt;
*  Look for Agbokim Waterfall Nigeria&lt;br /&gt;
&lt;br /&gt;
*  Look for Dunnottar Castle, Scotland (photo in Windows 10 by Sylvia Otte / Stone / Getty Images)&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/King_Oak  King Oak located in Tullamore, Ireland&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Quercus_robur  Quercus robur&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2023-06-19 . . .&lt;br /&gt;
*  Look for Paso Punta Union, Pero&lt;br /&gt;
&lt;br /&gt;
*  Look for Berchtesgaden National Park, Germany&lt;br /&gt;
&lt;br /&gt;
*  Padar Island, Indonesia&lt;br /&gt;
&lt;br /&gt;
*  Kogel Bay, South Africa&lt;br /&gt;
&lt;br /&gt;
*  Tralee Bay, Kerry, Ireland&lt;br /&gt;
&lt;br /&gt;
*  Langdale Valley, Cumbria, United Kingdom&lt;br /&gt;
&lt;br /&gt;
2024-06-07 Friday&lt;br /&gt;
&lt;br /&gt;
*  Seljalandsfoss waterfalls, Iceland&lt;br /&gt;
&lt;br /&gt;
*  https://www.travellers-autobarnrv.com/sequoia-kings-national-park-campgrounds-rv-parks&lt;br /&gt;
&lt;br /&gt;
*  https://www.recreation.gov/camping/gateways/2931&lt;br /&gt;
&lt;br /&gt;
2024-11-05&lt;br /&gt;
&lt;br /&gt;
*  Bastei Bridge, Germany&lt;br /&gt;
&lt;br /&gt;
*  Uinta-Wasatch-Cache National Forest&lt;br /&gt;
&lt;br /&gt;
Huffington Post moved abroad came back article:&lt;br /&gt;
*  https://www.huffpost.com/entry/moved-abroad-came-back-to-america-culture-shock_n_67995724e4b0535cbc5f7c13?utm_source=firefox-newtab-en-us&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 https://www.internations.org/expat-insider/2024/spanish-cities-40507#perfect . . . search for Malaga Spain.&lt;br /&gt;
&lt;br /&gt;
 electrical outlets for Portugal and Spain.&lt;br /&gt;
https://www.electricalsafetyfirst.org.uk/guidance/advice-for-you/when-travelling/travel-adaptor-for-portugal/&lt;br /&gt;
&lt;br /&gt;
2025-05-06&lt;br /&gt;
&lt;br /&gt;
*  https://www.expatarrivals.com/europe/spain/relocation-companies-spain&lt;br /&gt;
&lt;br /&gt;
2025-05-12&lt;br /&gt;
&lt;br /&gt;
*  https://www.reddit.com/r/PortugalExpats/comments/1amhkug/porto_for_family_of_4/&lt;br /&gt;
&lt;br /&gt;
*  https://mexicocassie.com/valencia-with-kids/&lt;br /&gt;
&lt;br /&gt;
2025-09-23&lt;br /&gt;
&lt;br /&gt;
*  https://www.theguardian.com/world/2025/sep/23/new-zealand-visa-country-loosens-residency-restrictions-record-numbers-of-citizens-leave&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Important Works ==&lt;br /&gt;
&lt;br /&gt;
This section under consideration to receive subsections &amp;quot;Safety&amp;quot;, &amp;quot;Environment&amp;quot;, &amp;quot;Technology&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Safety ===&lt;br /&gt;
&lt;br /&gt;
Aseguranza y amenazas a seguridad&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/c62662gzlp8o&lt;br /&gt;
&lt;br /&gt;
Angola landmines: The women hunting for explosives left from civil war&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/world-africa-65163673&lt;br /&gt;
&lt;br /&gt;
Zaporizhizhia nuclear power plant status:&lt;br /&gt;
&lt;br /&gt;
*  https://www.oecd-nea.org/jcms/pl_66130/ukraine-current-status-of-nuclear-power-installations&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Salud ===&lt;br /&gt;
&lt;br /&gt;
Andrew Ochieng in Kenya-Uganda border region and visceral leishmaniasis, known locally as Kala-azar&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20251217-the-motorcyclist-fighting-the-worlds-second-deadliest-parasite-in-the-african-bush&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Environment ===&lt;br /&gt;
&lt;br /&gt;
Great Green Wall in African Sahara&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2026/04/11/g-s1-114074/trees-africa-great-green-wall&lt;br /&gt;
&lt;br /&gt;
Golden oyster mushrooms invasive species . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20260325-an-unstoppable-mushroom-is-tearing-through-north-american-forests&lt;br /&gt;
&lt;br /&gt;
2026-02-26&lt;br /&gt;
&lt;br /&gt;
Microsoft data center in El Marques . . .&lt;br /&gt;
&lt;br /&gt;
*  https://thequeretaropost.com/2025/10/23/microsofts-ai-data-center-in-queretaro-sparks-blackouts-and-water-shortages/&lt;br /&gt;
&lt;br /&gt;
2026-01-07&lt;br /&gt;
&lt;br /&gt;
The Atlantic article on sea lion euthanasia and Columbia River . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/science/2026/01/sea-lion-salmon-euthanasia-columbia-river/685523/&lt;br /&gt;
&lt;br /&gt;
2026-01-06&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Infectious_salmon_anemia_virus&lt;br /&gt;
&lt;br /&gt;
2025-12-21&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20251203-japans-disappearing-snow-monsters&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20251125-the-mysterious-black-fungus-from-chernobyl-that-appears-to-eat-radiation&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20190701-why-plants-survived-chernobyls-deadly-radiation&lt;br /&gt;
&lt;br /&gt;
2025-11-22&lt;br /&gt;
&lt;br /&gt;
*  https://arboretum.harvard.edu/arnoldia-stories/building-paths-for-tree-conservation-in-mexico-the-seasonally-dry-forest-of-the-bajio-mexicano/&lt;br /&gt;
&lt;br /&gt;
*  https://www.bgci.org/files/Wuhan/PosterConserving/SanchezMartinezInvitropropagation.pdf Sanchez Martinez invitro propagation PDF&lt;br /&gt;
&lt;br /&gt;
*  https://grapevine.is/news/2022/09/13/the-tallest-tree-in-iceland-since-the-ice-age/ Tallest tree in Iceland, article in the Reykjavik Grapevine.&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2024/09/20/nx-s1-5091939/energy-innovation-climate-change-renewable-energy-fossil-fuels  United States innovative energy works, Delta Utah hydrogen plant.&lt;br /&gt;
&lt;br /&gt;
Tijuca forest next to Rio de Janeiro:&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/travel/article/20240516-the-fight-to-rewild-the-worlds-largest-urban-forest-tijuca&lt;br /&gt;
&lt;br /&gt;
How indigenous conservation protects Canada&amp;#039;s environment&lt;br /&gt;
*  https://www.bbc.com/future/article/20230809-how-indigenous-guardians-are-protecting-canadas-environment&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/future/article/20240607-claudia-sheinbaum-mexicos-new-climate-minded-president&lt;br /&gt;
*  https://revolve-renewablepower.com/mexico-citys-new-solar-power-plant-is-largest-of-its-kind-in-the-world/&lt;br /&gt;
&lt;br /&gt;
San Francisco Gate article on SoCal Channel Islands feral pig removal:&lt;br /&gt;
&lt;br /&gt;
*  https://www.sfgate.com/la/article/channel-islands-feral-pigs-fox-19549631.php?utm_source=pocket-newtab-en-us&lt;br /&gt;
&lt;br /&gt;
2024-07-23&lt;br /&gt;
&lt;br /&gt;
Deep ocean metal nodules produce oxygen through battery like properties . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/c728ven2v9eo  Oxygen discovery defies knowledge of the deep ocean&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Justice ===&lt;br /&gt;
&lt;br /&gt;
cerca 2026-06-25&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/ideas/2026/06/ai-open-ai-anthropic/687689/ See paragraph start with &amp;quot;Fortunately, schools and organizations can also . . .&amp;quot;.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
```&lt;br /&gt;
Fortunately, schools and organizations can also inflame desire. The most straightforward theory of motivation is known as self-determination theory, founded by Edward Deci and Richard Ryan. People feel motivated when they are put in situations that give them autonomy (I’m in control of my choices), competence (I’m developing my skills), and relatedness (people here care about me). In my experience, motivation increases with admiration, such as when students are confronted with great people or great works of art. Motivation also increases with apprenticeships, such as when a mentor not only teaches a person how to engineer, but also how to be the kind of person who loves engineering.&lt;br /&gt;
&lt;br /&gt;
Read: America is headed toward the infinite workweek&lt;br /&gt;
```&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2025-11-12&lt;br /&gt;
&lt;br /&gt;
To follow up - is there any justice in this finding?&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/c3epygq5272o Italy investigates claim that tourists paid to go to Bosnia to kill besieged civilians&lt;br /&gt;
&lt;br /&gt;
2025-10-15&lt;br /&gt;
&lt;br /&gt;
*  https://www.politico.com/news/2025/10/14/private-chat-among-young-gop-club-members-00592146&lt;br /&gt;
&lt;br /&gt;
2025-04-17 jueves&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/04/17/g-s1-61118/appeals-court-deportation-abrego-garcia&lt;br /&gt;
&amp;lt;!-- But the appellate court slapped down that notion, calling the relief the DOJ requested &amp;quot;extraordinary and premature.&amp;quot; They said that if the government conceded that Abrego Garcia was mistakenly deported, &amp;quot;Why then should it not make what was wrong, right?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It is, as we have noted, all too possible to see in this case an incipient crisis, but it may present an opportunity as well,&amp;quot; the judges wrote. &amp;quot;We yet cling to the hope that it is not naïve to believe our good brethren in the Executive Branch perceive the rule of law as vital to the American ethos. This case presents their unique chance to vindicate that value and to summon the best that is within us while there is still time.&amp;quot; --&amp;gt;&lt;br /&gt;
*  https://www.theatlantic.com/politics/archive/2025/04/supreme-court-trump-contempt/682494/&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/04/17/nx-s1-5366667/trump-defunding-university-antisemitism-wesleyan&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/04/17/nx-s1-5367666/abrego-garcia-van-hollen-el-salvador&lt;br /&gt;
&lt;br /&gt;
2025-04-16 martes&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/politics/archive/2025/04/ice-deportation-funding-increase/682480/&lt;br /&gt;
&lt;br /&gt;
*  https://www.theatlantic.com/ideas/archive/2025/04/abrego-garcia-trump-bukele-salvador/682467/&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/c045qg9xr30o - US judge says he could hold Trump administration in contempt of court&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/04/08/nx-s1-5354933/sackets-harbor-family-detained&lt;br /&gt;
&lt;br /&gt;
*  https://www.ndtv.com/world-news/jonathan-braun-trump-freed-drug-convict-arrested-again-for-assaulting-3-year-old-8092433&lt;br /&gt;
&lt;br /&gt;
*  https://apnews.com/article/trump-commutation-jonathan-braun-long-island-arrest-ddeb15bf7107f4072541e7ef62502936&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/03/13/nx-s1-5316340/threats-judges-trump&lt;br /&gt;
&lt;br /&gt;
*  https://www.nbcnews.com/news/latino/judge-esther-salas-law-son-killed-gunman-target-rcna62637&lt;br /&gt;
&lt;br /&gt;
Judge blocks Trump executive order against Perkins Coie.&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2025/03/12/g-s1-53422/judge-blocks-trump-law-firm&lt;br /&gt;
&lt;br /&gt;
2024-07-21&lt;br /&gt;
&lt;br /&gt;
Minesota Senator Mary Kunesh . . .&lt;br /&gt;
*  https://grist.org/indigenous/the-state-senator-leading-efforts-to-return-land-to-tribal-nations/?utm_source=pocket-newtab-en-us&lt;br /&gt;
&lt;br /&gt;
2024-03-06&lt;br /&gt;
More for local page on &amp;quot;justicia&amp;quot;, an article about 2024 news of Afghanistan:&lt;br /&gt;
&lt;br /&gt;
*  https://www.aljazeera.com/opinions/2024/4/1/taliban-ban-on-girls-education-defies-both-worldly-and-religious-logic&lt;br /&gt;
&lt;br /&gt;
2024-10-29&lt;br /&gt;
&lt;br /&gt;
Isreal Lebanon hospital burn unit:&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2024/10/28/nx-s1-5165376/israel-lebanon-hospital-burn-unit&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Unsorted ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/news/articles/c20mn1z3vm6o  Ukrainian recovery and support group for widows, painting for recovery.&lt;br /&gt;
&lt;br /&gt;
Sami Tolberg, chef, forager and author.&lt;br /&gt;
&lt;br /&gt;
*  https://www.bbc.com/reel/video/p0hgf0p5/into-the-wild-everyman-s-right-to-forage-in-finland&lt;br /&gt;
&lt;br /&gt;
2023-12-19 Tuesday&lt;br /&gt;
Megna Chakravarthy interview with Professor [https://www.linkedin.com/in/geoffreysupran/ Geoffrey Supron], Miami University&lt;br /&gt;
&amp;quot;Vive&amp;quot; app, Launchpad LLC, British Petroleum&lt;br /&gt;
&lt;br /&gt;
Why grazing bison could be good for the planet&lt;br /&gt;
*  https://www.bbc.com/future/article/20231102-why-grazing-bisoncould-be-good-for-the-planet&lt;br /&gt;
&lt;br /&gt;
Reforesting giant sequoia landscapes after high intensity wildfires&lt;br /&gt;
*  https://www.fs.usda.gov/inside-fs/delivering-mission/sustain/reforesting-giant-sequoia-landscapes-after-high-intensity&lt;br /&gt;
*  https://phys.org/news/2021-11-tiny-seedlings-giant-sequoias-ashes.html&lt;br /&gt;
Article by Matthew M. Johnson, on trees and education:&lt;br /&gt;
*  https://matthewmjohnson.com/2023/02/15/building-a-sequoia-root-system/  Building a Sequoia root system&lt;br /&gt;
&lt;br /&gt;
Europe&lt;br /&gt;
It&amp;#039;s a journey to the center of the rare earths discovered in Sweden&lt;br /&gt;
July 18, 20235:00 AM ET&lt;br /&gt;
Jackie Northam 2018 square&lt;br /&gt;
&lt;br /&gt;
Jackie Northam&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2023/07/18/1187075988/europe-rare-earth-sweden?ft=nprml&amp;amp;f=191676894&lt;br /&gt;
&lt;br /&gt;
*  https://www.npr.org/2023/07/15/1187498040/russia-ukraine-war-writers-killed?ft=nprml&amp;amp;f=1124   Writers Volodymyr Vakulenko and Victoria Amelina&lt;br /&gt;
&lt;br /&gt;
*  https://www.clarin.com/mundo/habla-hector-abad-escritor-sobrevivio-ataque-ucrania-brindar-exploto-volcan-_0_pMfy7YiB5S.html&lt;br /&gt;
&lt;br /&gt;
*  https://www.nature.com/articles/s41586-023-06063-y  Personalized RNA neoantigen vaccines stimulate T cells in pancreatic cancer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] History ==&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Galvanometer  . . . see link on first Transatlantic cable&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Kitabei&amp;diff=9050</id>
		<title>Kitabei</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Kitabei&amp;diff=9050"/>
		<updated>2026-06-24T19:57:29Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add link to math educat/* ^ Mathematics */ ors&amp;#039; forum&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kitabei anusangan karna . . . also places to see:&lt;br /&gt;
&lt;br /&gt;
2026-05-02 sabado&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Laura Hillenbrand wrote the nonfiction books Seabiscuit and Unbroken, and Susanna Clarke wrote the fantasy novel Piranesi&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- https://www.theatlantic.com/health/2026/05/monotasking-inside-the-box-excerpt-david-epstein/687015/&lt;br /&gt;
&lt;br /&gt;
2022-11-01&lt;br /&gt;
&lt;br /&gt;
*  https://olmayanaergi.medium.com/10-brilliant-mathematics-books-published-in-2021-22-that-you-must-read-cb0d420dabb3&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2022-04-11&lt;br /&gt;
*  Picos de Europa, Spain&lt;br /&gt;
&lt;br /&gt;
https://www.opb.org/article/2021/07/06/think-out-loud-wild-souls-author-emma-marris/&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Ecology, Nature and the Natural World ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  Wild Edible Plants of Arizona - Charles W. Kane&lt;br /&gt;
*  &amp;quot;Chasing Centuries: The Search for Ancient Agave Cultivars Across the Desert Southwest&amp;quot; by Ron Parker&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] History ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  Thorton and Lucy Blackburn book &amp;quot;I&amp;#039;ve Got A Home In Gloryland&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/the-third-reconstruction-americas-struggle-for-racial-justice-in-the-twenty-first-century_peniel-e-joseph/34580185/&lt;br /&gt;
&lt;br /&gt;
*  [https://www.kirkusreviews.com/book-reviews/brandon-hobson/the-removed/ The Removed - por Brandon Hobson]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Political Science and Social Commentary ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  [https://www.thriftbooks.com/w/surviving-autocracy_masha-gessen/25891790/?gclid=EAIaIQobChMIkfrLp6L0-QIVUhh9Ch02SA2mEAAYAiAAEgK_K_D_BwE#edition=58886192&amp;amp;idiq=54134204 Surviving Autocracy por Masha Gessen]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Health and Social ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/stolen-focus-why-you-cant-pay-attention--and-how-to-think-deeply-again_johann-hari/28577322/item/53434681&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] True Life ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/we-survived-the-night_julian-brave-noisecat/54685020/item/83559427/ We Survived the Night - Julian Brave Noisecat&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/the-ledge-an-adventure-story-of-friendship-and-survival-on-mount-rainier_jim-davidson_kevin-vaughan/378884&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] General Fiction ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.newyorker.com/magazine/2023/02/13/salman-rushdie-recovery-victory-city&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/web-dubois-biography-of-a-race-1868-1919_david-levering-lewis/361463/&lt;br /&gt;
&lt;br /&gt;
*  Pachinco - por Min Jin Lee&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Mathematics ==&lt;br /&gt;
&lt;br /&gt;
*  https://math.stackexchange.com/questions/185342/about-a-good-book-vector-calculusby-jerold-e-marsden-anthony-j-tromba&lt;br /&gt;
&lt;br /&gt;
*  https://old.maa.org/press/maa-reviews/vector-calculus - Mathematical Association of America&lt;br /&gt;
&lt;br /&gt;
*  https://matheducators.stackexchange.com/questions/23228/is-calculus-made-easy-by-silvanus-p-thompson-a-good-book-for-first-time-calculu&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Physics and Science ==&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/QED:_The_Strange_Theory_of_Light_and_Matter  Dr Richard Feynman &amp;quot;The Strange Theory of Light and Matter&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  &amp;#039;Microwave and RF Design Of Wireless Systems&amp;quot; by Pozar&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Engineering and Programming == &lt;br /&gt;
&lt;br /&gt;
book reference to &amp;quot;Clean Code&amp;quot; by R C Martin:&lt;br /&gt;
&lt;br /&gt;
*  Robert C Martin &amp;quot;Clean Code&amp;quot; - ISBN-13: 978-0-13-235088-4&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
- - - [[#top| top of page ]] - - -&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
2022-05-05&lt;br /&gt;
&lt;br /&gt;
* https://bookriot.com/under-the-radar-fantasy-books/?utm_source=pocket-newtab&lt;br /&gt;
&lt;br /&gt;
 Science Fiction/Fantasy&lt;br /&gt;
The Best Fantasy Books You’ve Never Heard Of&lt;br /&gt;
K.W. Colyard Apr 26, 2022&lt;br /&gt;
This content contains affiliate links. When you buy through these links, we may earn an affiliate commission.&lt;br /&gt;
&lt;br /&gt;
Reader, beware! If you’ve been reading in a genre long enough, it’s easy to convince yourself you know every book in it that’s worth knowing — which is exactly why I’ve put together this list of the best fantasy books you’ve never heard of. Every book listed below — except one — has been on store shelves for at least a year, and many much, much longer than that. But with fewer than 500 Goodreads reviews each, these titles are unsung gems, waiting for new readers to discover them.&lt;br /&gt;
&lt;br /&gt;
The mere mention of fantasy conjures images of dragons, knights, elves, and magic spells. There’s a lot more to speculative fiction than that, however. To that end, I’ve picked books from across the genre, including epic fantasy quests, urban fantasy adventures, and tales that blur the line between fantasy and science fiction. In addition, this selection spans more than 40 years of fantasy publishing and represents a broad spectrum of cultures — from Viking Norway to the contemporary Chinese diaspora.&lt;br /&gt;
&lt;br /&gt;
This is all to say that, no matter how wide your reading net has been cast, you’ll likely find something new-to-you to love here. Keep scrolling to find some new names for your bookshelf, and a few titles from fan-favorite fantasy authors to boot.&lt;br /&gt;
a photo of a blue hot air balloon against a pink cloudy sky&lt;br /&gt;
The Best Fantasy Books You’ve Never Heard Of&lt;br /&gt;
The Labyrinth&amp;#039;s Archivist by Day Al-Mohamed book cover&lt;br /&gt;
The Labyrinth’s Archivist by Day Al-Mohamed&lt;br /&gt;
&lt;br /&gt;
Born with perfect recall, Azulea comes from a long line of Archivists: men and women who record the myriad hallways and fantastic stories of the Labyrinth. She remembers every story she’s ever been told. But, shut out of the Archivists’ cartography practice because she is blind, Azulea is barred from continuing her family’s traditions. When someone begins murdering Archivists, however, Azulea’s gift of recall may be the only thing capable of keeping history alive.&lt;br /&gt;
Swords &amp;amp; Spaceships Newsletter&lt;br /&gt;
Sign up to Swords &amp;amp; Spaceships to receive news and recommendations from the world of science fiction and fantasy.&lt;br /&gt;
By signing up you agree to our terms of use&lt;br /&gt;
Westmark by Lloyd Alexander book cover&lt;br /&gt;
Westmark by Lloyd Alexander&lt;br /&gt;
&lt;br /&gt;
Although he’s best known for his Chronicles of Prydain and Time Cat, Lloyd Alexander’s Westmark Trilogy is well worth readers’ time and attention. The story here centers on Theo: a printer’s apprentice who takes a publishing job from a traveling con artist, only to find himself on the run from the authorities…and working in the mountebank’s show.&lt;br /&gt;
Echo by Francesca Lia Block book cover&lt;br /&gt;
Echo by Francesca Lia Block&lt;br /&gt;
&lt;br /&gt;
First published in 2001, this YA novel from Weetzie Bat author Francesca Lia Block has spent more than 20 years out of the spotlight. This lyrical offering sprinkles fairy dust and dragon scales over the gritty L.A. of the late 20th century, and introduces readers to the eponymous Echo: a half-angel struggling to make sense of her place in the world.&lt;br /&gt;
Driftwood by Marie Brennan book cover&lt;br /&gt;
Driftwood by Marie Brennan&lt;br /&gt;
&lt;br /&gt;
Driftwood is the place where worlds go to die. When new worlds float through the fog to join the patchwork island, they push earlier arrivals closer to the all-consuming maw at its center. Everyone in Driftwood dies. Everyone, that is, except for Last: the tragic, romantic figure whose disappearance is the catalyst for Marie Brennan’s 2020 novel.&lt;br /&gt;
The Insides by Jeremy P. Bushnell book cover&lt;br /&gt;
The Insides by Jeremy P. Bushnell&lt;br /&gt;
&lt;br /&gt;
A master butcher at one of NYC’s hottest restaurants, Ollie’s living a life far removed from her gritty origins as a street magician. She thought she’d given magic up a long time ago, but that was before she began to suspect her arch rival and business partner owed his skill to a magical artifact. Tracking down the origins of Guychardson’s favorite knife puts Ollie square in the crosshairs of a deadly duo of treasure-hunters.&lt;br /&gt;
Spirits Abroad by Zen Cho book cover&lt;br /&gt;
Spirits Abroad by Zen Cho&lt;br /&gt;
&lt;br /&gt;
First published in 2014, Zen Cho’s Spirits Abroad got an all-new edition in Summer 2021. This collection of stories inspired by Chinese folklore still hasn’t gotten the attention it deserves, however. Featuring nine tales not featured in the original — and out-of-print — edition, this must-read will delight longtime Cho fans and newcomers alike.&lt;br /&gt;
Obsidian and Blood by Aliette de Bodard book cover&lt;br /&gt;
Obsidian and Blood by Aliette de Bodard&lt;br /&gt;
&lt;br /&gt;
Obsidian and Blood collects Aliette de Bodard’s Acatl Trilogy — Servant of the Underworld, Harbinger of the Storm, and Master of the House of Darts — in a single volume. The series centers on Acatl, an Aztec priest, who is called on to investigate the disappearance and possible murder of a priestess: a case in which his own brother is the prime suspect.&lt;br /&gt;
Blackheart Knights by Laure Eve book cover&lt;br /&gt;
Blackheart Knights by Laure Eve&lt;br /&gt;
&lt;br /&gt;
Want to read a queer Arthurian retelling with a gritty modern setting? Look no further than Laure Eve’s Blackheart Knights. This is the only novel on this list that’s less than a year old at the time of this writing, but given that Samantha Shannon dubbed it “the coolest thing you’ll read this year,” I think you’ll agree it’s earned its place here.&lt;br /&gt;
Crota by Owl Goingback book cover&lt;br /&gt;
Crota by Owl Goingback&lt;br /&gt;
&lt;br /&gt;
In this late ’90s horror-fantasy, Hawk, a Native American game warden, is called up to investigate a series of “bear attacks” in rural Missouri. A trained shaman, he quickly discovers that something much more dangerous is at play. An ancient entity, Crota, has escaped its prison, and it’s up to Hawk and a handpicked team of hunters to take it down, once and for all.&lt;br /&gt;
Sister Mine by Nalo Hopkinson book cover&lt;br /&gt;
Sister Mine by Nalo Hopkinson&lt;br /&gt;
&lt;br /&gt;
From the author of Falling in Love with Hominids and Midnight Robber, Sister Mine tells the story of Abby and Makeda: the conjoined twin daughters of a demigod and a mortal woman. Born without her father’s magic, Makeda has always felt like an outsider among his people. Now, separated from Abby, she’s prepared to make her own way in the world. That is, until her father disappears, and a reunion between Makeda and Abby may be the only way to save him.&lt;br /&gt;
Sing the Four Quarters by Tanya Huff book cover&lt;br /&gt;
Sing the Four Quarters by Tanya Huff&lt;br /&gt;
&lt;br /&gt;
Best known for urban fantasy novels like Blood Price and Smoke and Shadows, Tanya Huff published this quartet in the mid-to-late 1990s. The series-starter, Sing the Four Quarters, follows Annice, a princess who relinquished her claim to the throne to pursue a magical education at the Bardic Hall. But when her relationship with a nobleman results in a forbidden pregnancy, Annice is pulled into a winding court intrigue designed to frame her lover for treason.&lt;br /&gt;
Burn the Dark by S.A. Hunt book cover&lt;br /&gt;
Burn the Dark by S.A. Hunt&lt;br /&gt;
&lt;br /&gt;
Originally independently published in 2015, S.A. Hunt’s Burn the Dark was published in a new edition from Tor Books in 2020. The trilogy centers on Robin, a YouTuber famous for her witch-hunting video series. What none of her fans realize is that Robin’s videos aren’t made up for internet fame. She’s a bona fide witch-hunter, and she’s going after the coven that hurt her mom.&lt;br /&gt;
The Gentleman by Forrest Leo book cover&lt;br /&gt;
The Gentleman by Forrest Leo&lt;br /&gt;
&lt;br /&gt;
A destitute poet, Lionel only married Vivien for her money, a fact that has only become clearer with each passing year. After he befriends the Devil at a party, Lionel discovers that his wife is missing, and, perhaps more importantly, that he misses her. Aided by a cast of plucky characters, including his convention-flouting younger sister, Lionel sets out to recover his wife from the Devil’s clutches.&lt;br /&gt;
Isle of Blood and Stone by Makiia Lucier book cover&lt;br /&gt;
Isle of Blood and Stone by Makiia Lucier&lt;br /&gt;
&lt;br /&gt;
Makiia Lucier may have scored a breakout hit with 2021’s Year of the Reaper, but her 2018 novel deserves your attention, too. In Isle of Blood and Stone, readers meet Elias: a cartographer tasked with solving a royal mystery in the wake of his best friend’s coronation. Nearly 20 years ago, the kingdom’s two princes disappeared, along with Elias’s father. Now, Elias has two maps that may or may not have been made by his father, a pair of princes who may or may not be dead, and one huge riddle to solve.&lt;br /&gt;
Wolfskin by Juliet Marillier book cover&lt;br /&gt;
Wolfskin by Juliet Marillier&lt;br /&gt;
&lt;br /&gt;
Separated after their lives take very different paths, childhood best friends Eyvind and Somerled reunite when Eyvind’s older brother leads their people to found a new settlement on a distant shore. But when a series of tragedies follow them to their new home, Eyvind begins to suspect his old friend is somehow responsible.&lt;br /&gt;
Keeping It Real by Justina Robson book cover&lt;br /&gt;
Keeping It Real by Justina Robson&lt;br /&gt;
&lt;br /&gt;
The Quantum Bomb opened the gates between the worlds of men, elves, elementals, and demons. In the tentatively peaceful aftermath, Lila, a cyborg bodyguard, must protect an elfin rocker from those who wish to do him harm…and maybe stop a war between worlds in the process.&lt;br /&gt;
The Winged Histories by Sofia Samatar book cover&lt;br /&gt;
The Winged Histories by Sofia Samatar&lt;br /&gt;
&lt;br /&gt;
Set in the same world as A Stranger in Olondria, The Winged Histories follows Tav, an idealistic, highborn runaway who joins the army as her country goes to war. When she realizes that her own family may be responsible for a grave injustice, Tav recruits her cousin to fight the good fight. She’s one of four very different female narrators whose stories come together to tell the tale of Olondria’s civil war in this 2016 novel.&lt;br /&gt;
The Dragon DelaSangre by Alan F. Troop book cover&lt;br /&gt;
The Dragon DelaSangre by Alan F. Troop&lt;br /&gt;
&lt;br /&gt;
If you’re looking for pulpy urban fantasy with plenty of sex, gore, and monsterloving, stop here. A shapeshifter who masquerades as human, Peter is one of the world’s last remaining dragons. He never expected to marry, but everything changes when he finds a young female dragon in heat. Their passionate honeymoon quickly goes south when someone recognizes his bride’s wedding present: a gold necklace belonging to the human woman he recently murdered.&lt;br /&gt;
City of Bones by Martha Wells book cover&lt;br /&gt;
City of Bones by Martha Wells&lt;br /&gt;
&lt;br /&gt;
One thousand years after magic turned the world into a massive desert, someone wants to dabble in it again. Based out of the economically stratified city of Charisat, relic-hunter Khat’s latest job is to hunt down an ancient device that everyone seems to want. In the wrong hands, it could bring about the end of the world. But with his list of allies growing thin, can Khat manage to save the world and his own hide?&lt;br /&gt;
The Fox&amp;#039;s Tower by Yoon Ha Lee book cover&lt;br /&gt;
The Fox’s Tower by Yoon Ha Lee&lt;br /&gt;
&lt;br /&gt;
First published in 2015 and rereleased in 2021, Yoon Ha Lee’s The Fox’s Tower contains 25 flash fiction stories from the Phoenix Extravagant author. Between these bright covers, readers can look forward to queer stories told with a heavy dose of fabulism. (It’s also chock-full of amazing art, if that’s your thing.)&lt;br /&gt;
&lt;br /&gt;
Want more under-the-radar reads? Check out this list of must-read horror books you’ve never heard of and these overlooked SFF books from 2020.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Kitabei&amp;diff=9049</id>
		<title>Kitabei</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Kitabei&amp;diff=9049"/>
		<updated>2026-06-24T19:53:02Z</updated>

		<summary type="html">&lt;p&gt;Ted: Mathematical Association of America&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kitabei anusangan karna . . . also places to see:&lt;br /&gt;
&lt;br /&gt;
2026-05-02 sabado&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Laura Hillenbrand wrote the nonfiction books Seabiscuit and Unbroken, and Susanna Clarke wrote the fantasy novel Piranesi&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- https://www.theatlantic.com/health/2026/05/monotasking-inside-the-box-excerpt-david-epstein/687015/&lt;br /&gt;
&lt;br /&gt;
2022-11-01&lt;br /&gt;
&lt;br /&gt;
*  https://olmayanaergi.medium.com/10-brilliant-mathematics-books-published-in-2021-22-that-you-must-read-cb0d420dabb3&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2022-04-11&lt;br /&gt;
*  Picos de Europa, Spain&lt;br /&gt;
&lt;br /&gt;
https://www.opb.org/article/2021/07/06/think-out-loud-wild-souls-author-emma-marris/&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Ecology, Nature and the Natural World ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  Wild Edible Plants of Arizona - Charles W. Kane&lt;br /&gt;
*  &amp;quot;Chasing Centuries: The Search for Ancient Agave Cultivars Across the Desert Southwest&amp;quot; by Ron Parker&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] History ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  Thorton and Lucy Blackburn book &amp;quot;I&amp;#039;ve Got A Home In Gloryland&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/the-third-reconstruction-americas-struggle-for-racial-justice-in-the-twenty-first-century_peniel-e-joseph/34580185/&lt;br /&gt;
&lt;br /&gt;
*  [https://www.kirkusreviews.com/book-reviews/brandon-hobson/the-removed/ The Removed - por Brandon Hobson]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Political Science and Social Commentary ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  [https://www.thriftbooks.com/w/surviving-autocracy_masha-gessen/25891790/?gclid=EAIaIQobChMIkfrLp6L0-QIVUhh9Ch02SA2mEAAYAiAAEgK_K_D_BwE#edition=58886192&amp;amp;idiq=54134204 Surviving Autocracy por Masha Gessen]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Health and Social ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/stolen-focus-why-you-cant-pay-attention--and-how-to-think-deeply-again_johann-hari/28577322/item/53434681&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] True Life ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/we-survived-the-night_julian-brave-noisecat/54685020/item/83559427/ We Survived the Night - Julian Brave Noisecat&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/the-ledge-an-adventure-story-of-friendship-and-survival-on-mount-rainier_jim-davidson_kevin-vaughan/378884&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] General Fiction ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.newyorker.com/magazine/2023/02/13/salman-rushdie-recovery-victory-city&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/web-dubois-biography-of-a-race-1868-1919_david-levering-lewis/361463/&lt;br /&gt;
&lt;br /&gt;
*  Pachinco - por Min Jin Lee&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Mathematics ==&lt;br /&gt;
&lt;br /&gt;
*  https://math.stackexchange.com/questions/185342/about-a-good-book-vector-calculusby-jerold-e-marsden-anthony-j-tromba&lt;br /&gt;
&lt;br /&gt;
*  https://old.maa.org/press/maa-reviews/vector-calculus - Mathematical Association of America&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Physics and Science ==&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/QED:_The_Strange_Theory_of_Light_and_Matter  Dr Richard Feynman &amp;quot;The Strange Theory of Light and Matter&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  &amp;#039;Microwave and RF Design Of Wireless Systems&amp;quot; by Pozar&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Engineering and Programming == &lt;br /&gt;
&lt;br /&gt;
book reference to &amp;quot;Clean Code&amp;quot; by R C Martin:&lt;br /&gt;
&lt;br /&gt;
*  Robert C Martin &amp;quot;Clean Code&amp;quot; - ISBN-13: 978-0-13-235088-4&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
- - - [[#top| top of page ]] - - -&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
2022-05-05&lt;br /&gt;
&lt;br /&gt;
* https://bookriot.com/under-the-radar-fantasy-books/?utm_source=pocket-newtab&lt;br /&gt;
&lt;br /&gt;
 Science Fiction/Fantasy&lt;br /&gt;
The Best Fantasy Books You’ve Never Heard Of&lt;br /&gt;
K.W. Colyard Apr 26, 2022&lt;br /&gt;
This content contains affiliate links. When you buy through these links, we may earn an affiliate commission.&lt;br /&gt;
&lt;br /&gt;
Reader, beware! If you’ve been reading in a genre long enough, it’s easy to convince yourself you know every book in it that’s worth knowing — which is exactly why I’ve put together this list of the best fantasy books you’ve never heard of. Every book listed below — except one — has been on store shelves for at least a year, and many much, much longer than that. But with fewer than 500 Goodreads reviews each, these titles are unsung gems, waiting for new readers to discover them.&lt;br /&gt;
&lt;br /&gt;
The mere mention of fantasy conjures images of dragons, knights, elves, and magic spells. There’s a lot more to speculative fiction than that, however. To that end, I’ve picked books from across the genre, including epic fantasy quests, urban fantasy adventures, and tales that blur the line between fantasy and science fiction. In addition, this selection spans more than 40 years of fantasy publishing and represents a broad spectrum of cultures — from Viking Norway to the contemporary Chinese diaspora.&lt;br /&gt;
&lt;br /&gt;
This is all to say that, no matter how wide your reading net has been cast, you’ll likely find something new-to-you to love here. Keep scrolling to find some new names for your bookshelf, and a few titles from fan-favorite fantasy authors to boot.&lt;br /&gt;
a photo of a blue hot air balloon against a pink cloudy sky&lt;br /&gt;
The Best Fantasy Books You’ve Never Heard Of&lt;br /&gt;
The Labyrinth&amp;#039;s Archivist by Day Al-Mohamed book cover&lt;br /&gt;
The Labyrinth’s Archivist by Day Al-Mohamed&lt;br /&gt;
&lt;br /&gt;
Born with perfect recall, Azulea comes from a long line of Archivists: men and women who record the myriad hallways and fantastic stories of the Labyrinth. She remembers every story she’s ever been told. But, shut out of the Archivists’ cartography practice because she is blind, Azulea is barred from continuing her family’s traditions. When someone begins murdering Archivists, however, Azulea’s gift of recall may be the only thing capable of keeping history alive.&lt;br /&gt;
Swords &amp;amp; Spaceships Newsletter&lt;br /&gt;
Sign up to Swords &amp;amp; Spaceships to receive news and recommendations from the world of science fiction and fantasy.&lt;br /&gt;
By signing up you agree to our terms of use&lt;br /&gt;
Westmark by Lloyd Alexander book cover&lt;br /&gt;
Westmark by Lloyd Alexander&lt;br /&gt;
&lt;br /&gt;
Although he’s best known for his Chronicles of Prydain and Time Cat, Lloyd Alexander’s Westmark Trilogy is well worth readers’ time and attention. The story here centers on Theo: a printer’s apprentice who takes a publishing job from a traveling con artist, only to find himself on the run from the authorities…and working in the mountebank’s show.&lt;br /&gt;
Echo by Francesca Lia Block book cover&lt;br /&gt;
Echo by Francesca Lia Block&lt;br /&gt;
&lt;br /&gt;
First published in 2001, this YA novel from Weetzie Bat author Francesca Lia Block has spent more than 20 years out of the spotlight. This lyrical offering sprinkles fairy dust and dragon scales over the gritty L.A. of the late 20th century, and introduces readers to the eponymous Echo: a half-angel struggling to make sense of her place in the world.&lt;br /&gt;
Driftwood by Marie Brennan book cover&lt;br /&gt;
Driftwood by Marie Brennan&lt;br /&gt;
&lt;br /&gt;
Driftwood is the place where worlds go to die. When new worlds float through the fog to join the patchwork island, they push earlier arrivals closer to the all-consuming maw at its center. Everyone in Driftwood dies. Everyone, that is, except for Last: the tragic, romantic figure whose disappearance is the catalyst for Marie Brennan’s 2020 novel.&lt;br /&gt;
The Insides by Jeremy P. Bushnell book cover&lt;br /&gt;
The Insides by Jeremy P. Bushnell&lt;br /&gt;
&lt;br /&gt;
A master butcher at one of NYC’s hottest restaurants, Ollie’s living a life far removed from her gritty origins as a street magician. She thought she’d given magic up a long time ago, but that was before she began to suspect her arch rival and business partner owed his skill to a magical artifact. Tracking down the origins of Guychardson’s favorite knife puts Ollie square in the crosshairs of a deadly duo of treasure-hunters.&lt;br /&gt;
Spirits Abroad by Zen Cho book cover&lt;br /&gt;
Spirits Abroad by Zen Cho&lt;br /&gt;
&lt;br /&gt;
First published in 2014, Zen Cho’s Spirits Abroad got an all-new edition in Summer 2021. This collection of stories inspired by Chinese folklore still hasn’t gotten the attention it deserves, however. Featuring nine tales not featured in the original — and out-of-print — edition, this must-read will delight longtime Cho fans and newcomers alike.&lt;br /&gt;
Obsidian and Blood by Aliette de Bodard book cover&lt;br /&gt;
Obsidian and Blood by Aliette de Bodard&lt;br /&gt;
&lt;br /&gt;
Obsidian and Blood collects Aliette de Bodard’s Acatl Trilogy — Servant of the Underworld, Harbinger of the Storm, and Master of the House of Darts — in a single volume. The series centers on Acatl, an Aztec priest, who is called on to investigate the disappearance and possible murder of a priestess: a case in which his own brother is the prime suspect.&lt;br /&gt;
Blackheart Knights by Laure Eve book cover&lt;br /&gt;
Blackheart Knights by Laure Eve&lt;br /&gt;
&lt;br /&gt;
Want to read a queer Arthurian retelling with a gritty modern setting? Look no further than Laure Eve’s Blackheart Knights. This is the only novel on this list that’s less than a year old at the time of this writing, but given that Samantha Shannon dubbed it “the coolest thing you’ll read this year,” I think you’ll agree it’s earned its place here.&lt;br /&gt;
Crota by Owl Goingback book cover&lt;br /&gt;
Crota by Owl Goingback&lt;br /&gt;
&lt;br /&gt;
In this late ’90s horror-fantasy, Hawk, a Native American game warden, is called up to investigate a series of “bear attacks” in rural Missouri. A trained shaman, he quickly discovers that something much more dangerous is at play. An ancient entity, Crota, has escaped its prison, and it’s up to Hawk and a handpicked team of hunters to take it down, once and for all.&lt;br /&gt;
Sister Mine by Nalo Hopkinson book cover&lt;br /&gt;
Sister Mine by Nalo Hopkinson&lt;br /&gt;
&lt;br /&gt;
From the author of Falling in Love with Hominids and Midnight Robber, Sister Mine tells the story of Abby and Makeda: the conjoined twin daughters of a demigod and a mortal woman. Born without her father’s magic, Makeda has always felt like an outsider among his people. Now, separated from Abby, she’s prepared to make her own way in the world. That is, until her father disappears, and a reunion between Makeda and Abby may be the only way to save him.&lt;br /&gt;
Sing the Four Quarters by Tanya Huff book cover&lt;br /&gt;
Sing the Four Quarters by Tanya Huff&lt;br /&gt;
&lt;br /&gt;
Best known for urban fantasy novels like Blood Price and Smoke and Shadows, Tanya Huff published this quartet in the mid-to-late 1990s. The series-starter, Sing the Four Quarters, follows Annice, a princess who relinquished her claim to the throne to pursue a magical education at the Bardic Hall. But when her relationship with a nobleman results in a forbidden pregnancy, Annice is pulled into a winding court intrigue designed to frame her lover for treason.&lt;br /&gt;
Burn the Dark by S.A. Hunt book cover&lt;br /&gt;
Burn the Dark by S.A. Hunt&lt;br /&gt;
&lt;br /&gt;
Originally independently published in 2015, S.A. Hunt’s Burn the Dark was published in a new edition from Tor Books in 2020. The trilogy centers on Robin, a YouTuber famous for her witch-hunting video series. What none of her fans realize is that Robin’s videos aren’t made up for internet fame. She’s a bona fide witch-hunter, and she’s going after the coven that hurt her mom.&lt;br /&gt;
The Gentleman by Forrest Leo book cover&lt;br /&gt;
The Gentleman by Forrest Leo&lt;br /&gt;
&lt;br /&gt;
A destitute poet, Lionel only married Vivien for her money, a fact that has only become clearer with each passing year. After he befriends the Devil at a party, Lionel discovers that his wife is missing, and, perhaps more importantly, that he misses her. Aided by a cast of plucky characters, including his convention-flouting younger sister, Lionel sets out to recover his wife from the Devil’s clutches.&lt;br /&gt;
Isle of Blood and Stone by Makiia Lucier book cover&lt;br /&gt;
Isle of Blood and Stone by Makiia Lucier&lt;br /&gt;
&lt;br /&gt;
Makiia Lucier may have scored a breakout hit with 2021’s Year of the Reaper, but her 2018 novel deserves your attention, too. In Isle of Blood and Stone, readers meet Elias: a cartographer tasked with solving a royal mystery in the wake of his best friend’s coronation. Nearly 20 years ago, the kingdom’s two princes disappeared, along with Elias’s father. Now, Elias has two maps that may or may not have been made by his father, a pair of princes who may or may not be dead, and one huge riddle to solve.&lt;br /&gt;
Wolfskin by Juliet Marillier book cover&lt;br /&gt;
Wolfskin by Juliet Marillier&lt;br /&gt;
&lt;br /&gt;
Separated after their lives take very different paths, childhood best friends Eyvind and Somerled reunite when Eyvind’s older brother leads their people to found a new settlement on a distant shore. But when a series of tragedies follow them to their new home, Eyvind begins to suspect his old friend is somehow responsible.&lt;br /&gt;
Keeping It Real by Justina Robson book cover&lt;br /&gt;
Keeping It Real by Justina Robson&lt;br /&gt;
&lt;br /&gt;
The Quantum Bomb opened the gates between the worlds of men, elves, elementals, and demons. In the tentatively peaceful aftermath, Lila, a cyborg bodyguard, must protect an elfin rocker from those who wish to do him harm…and maybe stop a war between worlds in the process.&lt;br /&gt;
The Winged Histories by Sofia Samatar book cover&lt;br /&gt;
The Winged Histories by Sofia Samatar&lt;br /&gt;
&lt;br /&gt;
Set in the same world as A Stranger in Olondria, The Winged Histories follows Tav, an idealistic, highborn runaway who joins the army as her country goes to war. When she realizes that her own family may be responsible for a grave injustice, Tav recruits her cousin to fight the good fight. She’s one of four very different female narrators whose stories come together to tell the tale of Olondria’s civil war in this 2016 novel.&lt;br /&gt;
The Dragon DelaSangre by Alan F. Troop book cover&lt;br /&gt;
The Dragon DelaSangre by Alan F. Troop&lt;br /&gt;
&lt;br /&gt;
If you’re looking for pulpy urban fantasy with plenty of sex, gore, and monsterloving, stop here. A shapeshifter who masquerades as human, Peter is one of the world’s last remaining dragons. He never expected to marry, but everything changes when he finds a young female dragon in heat. Their passionate honeymoon quickly goes south when someone recognizes his bride’s wedding present: a gold necklace belonging to the human woman he recently murdered.&lt;br /&gt;
City of Bones by Martha Wells book cover&lt;br /&gt;
City of Bones by Martha Wells&lt;br /&gt;
&lt;br /&gt;
One thousand years after magic turned the world into a massive desert, someone wants to dabble in it again. Based out of the economically stratified city of Charisat, relic-hunter Khat’s latest job is to hunt down an ancient device that everyone seems to want. In the wrong hands, it could bring about the end of the world. But with his list of allies growing thin, can Khat manage to save the world and his own hide?&lt;br /&gt;
The Fox&amp;#039;s Tower by Yoon Ha Lee book cover&lt;br /&gt;
The Fox’s Tower by Yoon Ha Lee&lt;br /&gt;
&lt;br /&gt;
First published in 2015 and rereleased in 2021, Yoon Ha Lee’s The Fox’s Tower contains 25 flash fiction stories from the Phoenix Extravagant author. Between these bright covers, readers can look forward to queer stories told with a heavy dose of fabulism. (It’s also chock-full of amazing art, if that’s your thing.)&lt;br /&gt;
&lt;br /&gt;
Want more under-the-radar reads? Check out this list of must-read horror books you’ve never heard of and these overlooked SFF books from 2020.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Kitabei&amp;diff=9048</id>
		<title>Kitabei</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Kitabei&amp;diff=9048"/>
		<updated>2026-06-24T19:46:02Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add section q Mathematics q&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kitabei anusangan karna . . . also places to see:&lt;br /&gt;
&lt;br /&gt;
2026-05-02 sabado&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Laura Hillenbrand wrote the nonfiction books Seabiscuit and Unbroken, and Susanna Clarke wrote the fantasy novel Piranesi&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- https://www.theatlantic.com/health/2026/05/monotasking-inside-the-box-excerpt-david-epstein/687015/&lt;br /&gt;
&lt;br /&gt;
2022-11-01&lt;br /&gt;
&lt;br /&gt;
*  https://olmayanaergi.medium.com/10-brilliant-mathematics-books-published-in-2021-22-that-you-must-read-cb0d420dabb3&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2022-04-11&lt;br /&gt;
*  Picos de Europa, Spain&lt;br /&gt;
&lt;br /&gt;
https://www.opb.org/article/2021/07/06/think-out-loud-wild-souls-author-emma-marris/&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Ecology, Nature and the Natural World ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  Wild Edible Plants of Arizona - Charles W. Kane&lt;br /&gt;
*  &amp;quot;Chasing Centuries: The Search for Ancient Agave Cultivars Across the Desert Southwest&amp;quot; by Ron Parker&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] History ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  Thorton and Lucy Blackburn book &amp;quot;I&amp;#039;ve Got A Home In Gloryland&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/the-third-reconstruction-americas-struggle-for-racial-justice-in-the-twenty-first-century_peniel-e-joseph/34580185/&lt;br /&gt;
&lt;br /&gt;
*  [https://www.kirkusreviews.com/book-reviews/brandon-hobson/the-removed/ The Removed - por Brandon Hobson]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Political Science and Social Commentary ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  [https://www.thriftbooks.com/w/surviving-autocracy_masha-gessen/25891790/?gclid=EAIaIQobChMIkfrLp6L0-QIVUhh9Ch02SA2mEAAYAiAAEgK_K_D_BwE#edition=58886192&amp;amp;idiq=54134204 Surviving Autocracy por Masha Gessen]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Health and Social ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/stolen-focus-why-you-cant-pay-attention--and-how-to-think-deeply-again_johann-hari/28577322/item/53434681&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] True Life ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/we-survived-the-night_julian-brave-noisecat/54685020/item/83559427/ We Survived the Night - Julian Brave Noisecat&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/the-ledge-an-adventure-story-of-friendship-and-survival-on-mount-rainier_jim-davidson_kevin-vaughan/378884&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] General Fiction ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.newyorker.com/magazine/2023/02/13/salman-rushdie-recovery-victory-city&lt;br /&gt;
&lt;br /&gt;
*  https://www.thriftbooks.com/w/web-dubois-biography-of-a-race-1868-1919_david-levering-lewis/361463/&lt;br /&gt;
&lt;br /&gt;
*  Pachinco - por Min Jin Lee&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Mathematics ==&lt;br /&gt;
&lt;br /&gt;
*  https://math.stackexchange.com/questions/185342/about-a-good-book-vector-calculusby-jerold-e-marsden-anthony-j-tromba&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Physics and Science ==&lt;br /&gt;
&lt;br /&gt;
*  https://en.wikipedia.org/wiki/QED:_The_Strange_Theory_of_Light_and_Matter  Dr Richard Feynman &amp;quot;The Strange Theory of Light and Matter&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  &amp;#039;Microwave and RF Design Of Wireless Systems&amp;quot; by Pozar&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Engineering and Programming == &lt;br /&gt;
&lt;br /&gt;
book reference to &amp;quot;Clean Code&amp;quot; by R C Martin:&lt;br /&gt;
&lt;br /&gt;
*  Robert C Martin &amp;quot;Clean Code&amp;quot; - ISBN-13: 978-0-13-235088-4&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
- - - [[#top| top of page ]] - - -&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
2022-05-05&lt;br /&gt;
&lt;br /&gt;
* https://bookriot.com/under-the-radar-fantasy-books/?utm_source=pocket-newtab&lt;br /&gt;
&lt;br /&gt;
 Science Fiction/Fantasy&lt;br /&gt;
The Best Fantasy Books You’ve Never Heard Of&lt;br /&gt;
K.W. Colyard Apr 26, 2022&lt;br /&gt;
This content contains affiliate links. When you buy through these links, we may earn an affiliate commission.&lt;br /&gt;
&lt;br /&gt;
Reader, beware! If you’ve been reading in a genre long enough, it’s easy to convince yourself you know every book in it that’s worth knowing — which is exactly why I’ve put together this list of the best fantasy books you’ve never heard of. Every book listed below — except one — has been on store shelves for at least a year, and many much, much longer than that. But with fewer than 500 Goodreads reviews each, these titles are unsung gems, waiting for new readers to discover them.&lt;br /&gt;
&lt;br /&gt;
The mere mention of fantasy conjures images of dragons, knights, elves, and magic spells. There’s a lot more to speculative fiction than that, however. To that end, I’ve picked books from across the genre, including epic fantasy quests, urban fantasy adventures, and tales that blur the line between fantasy and science fiction. In addition, this selection spans more than 40 years of fantasy publishing and represents a broad spectrum of cultures — from Viking Norway to the contemporary Chinese diaspora.&lt;br /&gt;
&lt;br /&gt;
This is all to say that, no matter how wide your reading net has been cast, you’ll likely find something new-to-you to love here. Keep scrolling to find some new names for your bookshelf, and a few titles from fan-favorite fantasy authors to boot.&lt;br /&gt;
a photo of a blue hot air balloon against a pink cloudy sky&lt;br /&gt;
The Best Fantasy Books You’ve Never Heard Of&lt;br /&gt;
The Labyrinth&amp;#039;s Archivist by Day Al-Mohamed book cover&lt;br /&gt;
The Labyrinth’s Archivist by Day Al-Mohamed&lt;br /&gt;
&lt;br /&gt;
Born with perfect recall, Azulea comes from a long line of Archivists: men and women who record the myriad hallways and fantastic stories of the Labyrinth. She remembers every story she’s ever been told. But, shut out of the Archivists’ cartography practice because she is blind, Azulea is barred from continuing her family’s traditions. When someone begins murdering Archivists, however, Azulea’s gift of recall may be the only thing capable of keeping history alive.&lt;br /&gt;
Swords &amp;amp; Spaceships Newsletter&lt;br /&gt;
Sign up to Swords &amp;amp; Spaceships to receive news and recommendations from the world of science fiction and fantasy.&lt;br /&gt;
By signing up you agree to our terms of use&lt;br /&gt;
Westmark by Lloyd Alexander book cover&lt;br /&gt;
Westmark by Lloyd Alexander&lt;br /&gt;
&lt;br /&gt;
Although he’s best known for his Chronicles of Prydain and Time Cat, Lloyd Alexander’s Westmark Trilogy is well worth readers’ time and attention. The story here centers on Theo: a printer’s apprentice who takes a publishing job from a traveling con artist, only to find himself on the run from the authorities…and working in the mountebank’s show.&lt;br /&gt;
Echo by Francesca Lia Block book cover&lt;br /&gt;
Echo by Francesca Lia Block&lt;br /&gt;
&lt;br /&gt;
First published in 2001, this YA novel from Weetzie Bat author Francesca Lia Block has spent more than 20 years out of the spotlight. This lyrical offering sprinkles fairy dust and dragon scales over the gritty L.A. of the late 20th century, and introduces readers to the eponymous Echo: a half-angel struggling to make sense of her place in the world.&lt;br /&gt;
Driftwood by Marie Brennan book cover&lt;br /&gt;
Driftwood by Marie Brennan&lt;br /&gt;
&lt;br /&gt;
Driftwood is the place where worlds go to die. When new worlds float through the fog to join the patchwork island, they push earlier arrivals closer to the all-consuming maw at its center. Everyone in Driftwood dies. Everyone, that is, except for Last: the tragic, romantic figure whose disappearance is the catalyst for Marie Brennan’s 2020 novel.&lt;br /&gt;
The Insides by Jeremy P. Bushnell book cover&lt;br /&gt;
The Insides by Jeremy P. Bushnell&lt;br /&gt;
&lt;br /&gt;
A master butcher at one of NYC’s hottest restaurants, Ollie’s living a life far removed from her gritty origins as a street magician. She thought she’d given magic up a long time ago, but that was before she began to suspect her arch rival and business partner owed his skill to a magical artifact. Tracking down the origins of Guychardson’s favorite knife puts Ollie square in the crosshairs of a deadly duo of treasure-hunters.&lt;br /&gt;
Spirits Abroad by Zen Cho book cover&lt;br /&gt;
Spirits Abroad by Zen Cho&lt;br /&gt;
&lt;br /&gt;
First published in 2014, Zen Cho’s Spirits Abroad got an all-new edition in Summer 2021. This collection of stories inspired by Chinese folklore still hasn’t gotten the attention it deserves, however. Featuring nine tales not featured in the original — and out-of-print — edition, this must-read will delight longtime Cho fans and newcomers alike.&lt;br /&gt;
Obsidian and Blood by Aliette de Bodard book cover&lt;br /&gt;
Obsidian and Blood by Aliette de Bodard&lt;br /&gt;
&lt;br /&gt;
Obsidian and Blood collects Aliette de Bodard’s Acatl Trilogy — Servant of the Underworld, Harbinger of the Storm, and Master of the House of Darts — in a single volume. The series centers on Acatl, an Aztec priest, who is called on to investigate the disappearance and possible murder of a priestess: a case in which his own brother is the prime suspect.&lt;br /&gt;
Blackheart Knights by Laure Eve book cover&lt;br /&gt;
Blackheart Knights by Laure Eve&lt;br /&gt;
&lt;br /&gt;
Want to read a queer Arthurian retelling with a gritty modern setting? Look no further than Laure Eve’s Blackheart Knights. This is the only novel on this list that’s less than a year old at the time of this writing, but given that Samantha Shannon dubbed it “the coolest thing you’ll read this year,” I think you’ll agree it’s earned its place here.&lt;br /&gt;
Crota by Owl Goingback book cover&lt;br /&gt;
Crota by Owl Goingback&lt;br /&gt;
&lt;br /&gt;
In this late ’90s horror-fantasy, Hawk, a Native American game warden, is called up to investigate a series of “bear attacks” in rural Missouri. A trained shaman, he quickly discovers that something much more dangerous is at play. An ancient entity, Crota, has escaped its prison, and it’s up to Hawk and a handpicked team of hunters to take it down, once and for all.&lt;br /&gt;
Sister Mine by Nalo Hopkinson book cover&lt;br /&gt;
Sister Mine by Nalo Hopkinson&lt;br /&gt;
&lt;br /&gt;
From the author of Falling in Love with Hominids and Midnight Robber, Sister Mine tells the story of Abby and Makeda: the conjoined twin daughters of a demigod and a mortal woman. Born without her father’s magic, Makeda has always felt like an outsider among his people. Now, separated from Abby, she’s prepared to make her own way in the world. That is, until her father disappears, and a reunion between Makeda and Abby may be the only way to save him.&lt;br /&gt;
Sing the Four Quarters by Tanya Huff book cover&lt;br /&gt;
Sing the Four Quarters by Tanya Huff&lt;br /&gt;
&lt;br /&gt;
Best known for urban fantasy novels like Blood Price and Smoke and Shadows, Tanya Huff published this quartet in the mid-to-late 1990s. The series-starter, Sing the Four Quarters, follows Annice, a princess who relinquished her claim to the throne to pursue a magical education at the Bardic Hall. But when her relationship with a nobleman results in a forbidden pregnancy, Annice is pulled into a winding court intrigue designed to frame her lover for treason.&lt;br /&gt;
Burn the Dark by S.A. Hunt book cover&lt;br /&gt;
Burn the Dark by S.A. Hunt&lt;br /&gt;
&lt;br /&gt;
Originally independently published in 2015, S.A. Hunt’s Burn the Dark was published in a new edition from Tor Books in 2020. The trilogy centers on Robin, a YouTuber famous for her witch-hunting video series. What none of her fans realize is that Robin’s videos aren’t made up for internet fame. She’s a bona fide witch-hunter, and she’s going after the coven that hurt her mom.&lt;br /&gt;
The Gentleman by Forrest Leo book cover&lt;br /&gt;
The Gentleman by Forrest Leo&lt;br /&gt;
&lt;br /&gt;
A destitute poet, Lionel only married Vivien for her money, a fact that has only become clearer with each passing year. After he befriends the Devil at a party, Lionel discovers that his wife is missing, and, perhaps more importantly, that he misses her. Aided by a cast of plucky characters, including his convention-flouting younger sister, Lionel sets out to recover his wife from the Devil’s clutches.&lt;br /&gt;
Isle of Blood and Stone by Makiia Lucier book cover&lt;br /&gt;
Isle of Blood and Stone by Makiia Lucier&lt;br /&gt;
&lt;br /&gt;
Makiia Lucier may have scored a breakout hit with 2021’s Year of the Reaper, but her 2018 novel deserves your attention, too. In Isle of Blood and Stone, readers meet Elias: a cartographer tasked with solving a royal mystery in the wake of his best friend’s coronation. Nearly 20 years ago, the kingdom’s two princes disappeared, along with Elias’s father. Now, Elias has two maps that may or may not have been made by his father, a pair of princes who may or may not be dead, and one huge riddle to solve.&lt;br /&gt;
Wolfskin by Juliet Marillier book cover&lt;br /&gt;
Wolfskin by Juliet Marillier&lt;br /&gt;
&lt;br /&gt;
Separated after their lives take very different paths, childhood best friends Eyvind and Somerled reunite when Eyvind’s older brother leads their people to found a new settlement on a distant shore. But when a series of tragedies follow them to their new home, Eyvind begins to suspect his old friend is somehow responsible.&lt;br /&gt;
Keeping It Real by Justina Robson book cover&lt;br /&gt;
Keeping It Real by Justina Robson&lt;br /&gt;
&lt;br /&gt;
The Quantum Bomb opened the gates between the worlds of men, elves, elementals, and demons. In the tentatively peaceful aftermath, Lila, a cyborg bodyguard, must protect an elfin rocker from those who wish to do him harm…and maybe stop a war between worlds in the process.&lt;br /&gt;
The Winged Histories by Sofia Samatar book cover&lt;br /&gt;
The Winged Histories by Sofia Samatar&lt;br /&gt;
&lt;br /&gt;
Set in the same world as A Stranger in Olondria, The Winged Histories follows Tav, an idealistic, highborn runaway who joins the army as her country goes to war. When she realizes that her own family may be responsible for a grave injustice, Tav recruits her cousin to fight the good fight. She’s one of four very different female narrators whose stories come together to tell the tale of Olondria’s civil war in this 2016 novel.&lt;br /&gt;
The Dragon DelaSangre by Alan F. Troop book cover&lt;br /&gt;
The Dragon DelaSangre by Alan F. Troop&lt;br /&gt;
&lt;br /&gt;
If you’re looking for pulpy urban fantasy with plenty of sex, gore, and monsterloving, stop here. A shapeshifter who masquerades as human, Peter is one of the world’s last remaining dragons. He never expected to marry, but everything changes when he finds a young female dragon in heat. Their passionate honeymoon quickly goes south when someone recognizes his bride’s wedding present: a gold necklace belonging to the human woman he recently murdered.&lt;br /&gt;
City of Bones by Martha Wells book cover&lt;br /&gt;
City of Bones by Martha Wells&lt;br /&gt;
&lt;br /&gt;
One thousand years after magic turned the world into a massive desert, someone wants to dabble in it again. Based out of the economically stratified city of Charisat, relic-hunter Khat’s latest job is to hunt down an ancient device that everyone seems to want. In the wrong hands, it could bring about the end of the world. But with his list of allies growing thin, can Khat manage to save the world and his own hide?&lt;br /&gt;
The Fox&amp;#039;s Tower by Yoon Ha Lee book cover&lt;br /&gt;
The Fox’s Tower by Yoon Ha Lee&lt;br /&gt;
&lt;br /&gt;
First published in 2015 and rereleased in 2021, Yoon Ha Lee’s The Fox’s Tower contains 25 flash fiction stories from the Phoenix Extravagant author. Between these bright covers, readers can look forward to queer stories told with a heavy dose of fabulism. (It’s also chock-full of amazing art, if that’s your thing.)&lt;br /&gt;
&lt;br /&gt;
Want more under-the-radar reads? Check out this list of must-read horror books you’ve never heard of and these overlooked SFF books from 2020.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Musica&amp;diff=9047</id>
		<title>Musica</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Musica&amp;diff=9047"/>
		<updated>2026-06-24T15:52:50Z</updated>

		<summary type="html">&lt;p&gt;Ted: Best : Khazahkstan 4k&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[#anchor_nn_toc_music|jump to TOC]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;font style=&amp;quot;font-size:3vw&amp;quot;&amp;gt;&amp;amp;#x0938;&amp;amp;#x0902;&amp;amp;#x0917;&amp;amp;#x0940;&amp;amp;#x0924;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- style=&amp;quot;font-size:10vw&amp;quot; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== --- Best --- ===&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=BtsPwonXfLE Alex Isley - Moonlight On Vermont] :: [https://www.youtube.com/watch?v=0BZT-S3m4Rs Norway 4k] :: [https://www.youtube.com/watch?v=9VENbVRQka8&amp;amp;t=2624s Khazahkstan 4k]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=Ja-fD7zLllQ Serenade to Music] :: [https://www.youtube.com/watch?v=n6p-eXSZtGY Franck: Psyché - Groot Omroepkoor &amp;amp; Radio Filharmonisch Orkest - Live concert HD] :: [https://www.youtube.com/watch?v=Ja-fD7zLllQ Ralph Vaughan Williams: Serenade to Music | Andrew Manze | NDR Radiophilharmonie] :: Philip G Anderson &amp;quot;Winter&amp;quot;  :: [https://www.youtube.com/watch?v=H47TD7X_SOs Tony Anderson &amp;quot;Immanuel&amp;quot;] :: [https://www.youtube.com/watch?v=Gf5rSeTKpj4 Canada 4k] :: [https://www.youtube.com/watch?v=gghgYaYeG_M South America 4k -- escucha cerca 00:36:00] :: [https://www.youtube.com/watch?v=VaLgmb5aGjo Norway 4K - Scenic Relaxation Film With Enchanting Music]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=CKXPeGViJMo Masakali] :: [https://www.youtube.com/watch?v=D395bK70m3w Masakali (full track)] :: [https://www.youtube.com/watch?v=lR9bP-uFqKs Lumidelic - Kaliedoscope] :: [https://www.youtube.com/watch?v=ZqmYLm4HTqE Lumidelic - The Village] :: [https://www.youtube.com/watch?v=HWiEa4J2Fxg Maiga - Nürnberg (Lumidelic Remix)] :: [https://www.youtube.com/watch?v=-ZinzrOi1TQ Lumidelic - Pura Vida]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=K7z1OqKLdHw Raga Bihag: Debopriya and Suchismita Chatterjee] :: [https://www.youtube.com/watch?v=4VPjsfCCYOs Raga Bhupali by Tilasmi Prajapati]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=sIyNdZ5GcgE Raag Yaman by Shubhayu Sen Majumda] :: [https://www.youtube.com/watch?v=P66xnRoceLo Raga Jhinjhoti]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=n9ieqEdBTA4&amp;amp;t=245s &amp;#039;Nightfall&amp;#039; Ambient Mix - Matteo de Grandis &amp;quot;For You&amp;quot; +++] :: [https://www.youtube.com/watch?v=n9ieqEdBTA4&amp;amp;t=2092s InternalEye &amp;quot;Cascade&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=6_2ZFMrocCw&amp;amp;t=1407s New Zealand 4k] :: [https://www.youtube.com/watch?v=k2-LUK_vmOA&amp;amp;t=1789s Chile 4k cheerful piano composition] :: [https://www.youtube.com/watch?v=Bxo2JkiqG_o&amp;amp;t=1551s Lofoten Islands - 3/4 composition with lyrics] :: [https://www.youtube.com/watch?v=YDL8HbY9ENU&amp;amp;t=3055s Argentina 4k &amp;quot;Dobro lament and thanks&amp;quot;] :: [https://www.youtube.com/watch?v=Bdh_hF08U9o Iceland 4K - Scenic Relaxation] :: [https://www.youtube.com/watch?v=ycDLfQ1Cv_Y Ireland 4K - Scenic Relaxation] :: [https://www.youtube.com/watch?v=ycDLfQ1Cv_Y&amp;amp;t=1068s Ireland 4k - piano and violin lament] :: [https://www.youtube.com/watch?v=mOvGV_w34Jg Ugunda 4k] :: [https://www.youtube.com/watch?v=Y1SH7C6eOMY&amp;amp;t=3345s  Celtic 4K - Irish &amp;amp; Scottish Landscapes] :: [https://www.youtube.com/watch?v=Mc7XKiNrHQc&amp;amp;t=3095s Scotland 4k song like Sleepy Fish...]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=-00PZ3FaHV4&amp;amp;t=2263s Dolomites segundo encontrado] :: [https://www.youtube.com/watch?v=xm68tbtPWGg 4k Fjords of Patagonia]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=mOvGV_w34Jg Uganda 4k] :: [https://www.youtube.com/watch?v=JC8lgzjvtcA Uganda 4k (second find ~02:30:00)] :: [https://www.youtube.com/watch?v=w1ucZCmvO5c Vietnam 4k]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=8Pvsa5jfCxY Reflections With Gandalf | 432Hz] :: [https://www.youtube.com/watch?v=BE6JUt9LnCw The Lord of the Rings Trilogy - Calm Continuous Mix - BE6JUt9LnCw - ~28:50] :: [https://www.youtube.com/watch?v=FrWuCPgsp_c&amp;amp;t=251s LOTR &amp;quot;Into The West&amp;quot;] :: [https://www.youtube.com/watch?v=Sa9EOmkkNAM In Dreams Suite (Themes)] :: [https://www.youtube.com/watch?v=FMYtFHSXGLg Gondor Suite (Themes) - Lord of the Rings]&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=5BHrkcSbHwU&amp;amp;list=RDSa9EOmkkNAM&amp;amp;index=7 The Undying Lands Suite - Valinor] [https://www.youtube.com/watch?v=s7XSuJn0G44&amp;amp;list=RDSa9EOmkkNAM&amp;amp;index=8 LOTR Breaking Of The Fellowship] :: [https://www.youtube.com/watch?v=3bY0XO0vuZA Evening Star the Eternal Light - Lord Of The Rings]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=IYjOTQ2bPNw  Morroco] :: [https://www.youtube.com/watch?v=YDL8HbY9ENU&amp;amp;t=1217s +++ Buenos Aires] :: [https://www.youtube.com/watch?v=y13JsbpHaT4  Siberia 4K - Scenic Relaxation Film With Calming Music] :: [https://www.youtube.com/watch?v=DsXMR7dY35w Patagonia +++] :: [https://www.youtube.com/watch?v=Bxo2JkiqG_o Norway - song &amp;quot;Outro&amp;quot; ~57:45:00 +++] :: [https://www.youtube.com/watch?v=CxwJrzEdw1U&amp;amp;t=2840s Norway 4k piano 3/4 with instrument breathes] :: [https://www.youtube.com/watch?v=Pbzn79TSRO0&amp;amp;t=960s Iceland piano 3/4]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=SEssIU0tcuQ Scotland in 4K Drone Fly By - 35 minutes] :: [https://www.youtube.com/watch?v=XN5vgVZYJVI Ireland + Scotland] :: [https://www.youtube.com/watch?v=jutqHjhlDvk Impossible Afghanistan] (Minaret of Jam)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hello Meteor&lt;br /&gt;
&lt;br /&gt;
Some of the best of &amp;quot;Hello Meteor&amp;quot;, Seattle based music composer and artist:  [[hello_meteor|Hello Meteor local notes]].&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=cf3cFmomC8I Relax and Chill - Moon Above Blossoms +++] :: [https://www.youtube.com/watch?v=HkMh2C93ohU Hello Meteor TV &amp;quot;Artifacts&amp;quot;] :: [https://www.youtube.com/watch?v=PWj68WW2oo8&amp;amp;t=130s Hello Meteor &amp;quot;Rushing Green&amp;quot;] :: [https://www.youtube.com/watch?v=PWj68WW2oo8&amp;amp;t=1071s  Hello Meteor &amp;quot;Variety Pack&amp;quot; final song] :: [https://www.youtube.com/watch?v=53Vf552O-oU Epidote and others] :: [https://www.youtube.com/watch?v=pNO4MpjbD-I Hello Meteor TV- S03 E01- 𝑂𝑢𝑡𝑠𝑖𝑑𝑒 - includes song &amp;quot;Cape Alsea&amp;quot; Jaladri] &amp;lt;!-- https://www.youtube.com/watch?v=pNO4MpjbD-I&amp;amp;t=624s Cape Alsea --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=8HDTS80dlr4 Patakha Guddi Highway song] :: [https://www.youtube.com/watch?v=AGsn2ycFRqI A.R. Rahman - Tum Tak] :: [https://www.youtube.com/watch?v=xHLnZMjJ8bY A.R Rahman Maahi Ve Song Highway | Alia Bhatt, Randeep Hooda | Imtiaz Ali] :: [https://www.youtube.com/watch?v=ZYGyuaEU2aA&amp;amp;list=RDAGsn2ycFRqI&amp;amp;index=3 Rehna Tu]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=ZYGyuaEU2aA&amp;amp;list=RDk09uvR5eUao&amp;amp;index=2 Rehna Tu full track]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=NvftPSb5Xtw Secret Forest 🍃 Chill Lofi Beats] :: [https://www.youtube.com/watch?v=vTHsgxYL8Is  Lumidelic Feat. Mariami - Hold Me (Original Mix)] :: [https://www.youtube.com/watch?v=FrWuCPgsp_c&amp;amp;t=251s LOTR &amp;quot;Into The West&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=N0YGtk1i4J8&amp;amp;t=2615s  &amp;quot;Promises&amp;quot; David Folkebrant and Lokovski] :: https://www.youtube.com/watch?v=YGwE90xQ7NE Masakali - composer A R Raman cantante Mohit Chauhan :: https://www.youtube.com/watch?v=moI93Konnl8 :: Hello Meteor - Pantropic (full album) :: [https://www.youtube.com/watch?v=M7M2kjEfPTw Hello Meteor - Pantropic :lsb:Full Album:rsb:] left square bracket right square bracket&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=CbGnQEo6gL0 Z8phyr &amp;quot;Cithara&amp;quot; +++] :: [https://www.youtube.com/watch?v=3t0DqyoSLTw&amp;amp;t=2845s Andrew Frenir and Sixsense &amp;quot;Caught In Time&amp;quot;] :: [https://www.youtube.com/watch?v=IJh4yRo8u2A&amp;amp;t=424s  Gray-LAN &amp;quot;Horizon&amp;quot;] :: [https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=17800s Lumidelic &amp;quot;Ancient Amulet&amp;quot;] :: [https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=15075s Aki Amano &amp;quot;Northern Lights&amp;quot; (Lumidelic Remix)] :: [https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=15470s  Alex H and Lumidelic &amp;quot;Never Too Late&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=3_smeJ5vRxY&amp;amp;t=4980s Summer Never Ends 155 Progressive House Mix The 2021: A Collection Edition - 4980s] :: [https://www.youtube.com/watch?v=HuqFy6WPM0M Z8phyR - Melodic Progressive House (Mark &amp;amp; Lukas Remix)] :: [https://www.youtube.com/watch?v=il0heNLWYAw  Hello Meteor &amp;quot;Eso Waypoints&amp;quot; +++] :: [https://www.youtube.com/watch?v=3tCOLjlf3xE  Hello Meteor &amp;quot;The Jade Figurine&amp;quot;] :: [https://www.youtube.com/watch?v=PNLquTwcb-w  Hello Meteor &amp;quot;Morning Accept&amp;quot;] :: [https://www.youtube.com/watch?v=HuqFy6WPM0M Z8phyR - Melodic Progressive House (Mark &amp;amp; Lukas Remix)] :: https://www.youtube.com/watch?v=3_smeJ5vRxY&amp;amp;t=2547s +++&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=zU01zFCsu28  Lumidelic &amp;quot;Symphony of Life&amp;quot; :: https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=11510s  Lumidelic &amp;quot;Take a Break&amp;quot; :: https://www.youtube.com/watch?v=LBf4ZZmUq84&amp;amp;t=930s  Sunlight Project &amp;quot;Anahata&amp;quot; :: https://www.youtube.com/watch?v=_4OcHhGbrVY&amp;amp;t=1765s SKUA and Cosmaks &amp;quot;Mirage&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=igm8TPhqwE0 Vaughan Williams &amp;quot;The Lark Ascending&amp;quot; Hilary Hahn] :: [https://www.youtube.com/watch?v=Mk6GaYb3E04&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=20 Hello Meteor &amp;quot;What We Found&amp;quot;] :: [https://www.youtube.com/watch?v=OHNY8WqSeww Hello Meteor &amp;quot;Rose Water Tides&amp;quot;] :: [https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=1015s Hello Meteor &amp;quot;The Coastal Office Center&amp;quot;] :: [https://www.youtube.com/watch?v=TIQFbHl8jJQ&amp;amp;t=750s Hello Meteor &amp;quot;A Blue Incredible&amp;quot;] :: [https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=1264s Hello Meteor &amp;quot;Arc Of Gulls&amp;quot;] :: [https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=557s Hello Meteor &amp;quot;Jolly Dry Laundromat&amp;quot;] :: [https://www.youtube.com/watch?v=RBIBkKkoyHA&amp;amp;t=146s Hello Meteor &amp;quot;The Jewellery Department&amp;quot;] :: [https://www.youtube.com/watch?v=moI93Konnl8&amp;amp;t=952s Hello Meteor &amp;quot;Pacific Ghost&amp;quot;] :: [https://www.youtube.com/watch?v=LRoXAHoBdBU Hello Meteor &amp;quot;Radiant Persephone&amp;quot; +++] :: [https://www.youtube.com/watch?v=bdKNy1tptMc&amp;amp;t=685s Hello Meteor - Community Broadcasting (Full Album)] :: [https://www.youtube.com/watch?v=Tk5_Zsw0Y-s +++ Hello Meteor &amp;quot;Mirror Forest&amp;quot;] [https://www.youtube.com/watch?v=XXiz64m5qJU&amp;amp;list=RDMM&amp;amp;index=5]:: [https://www.youtube.com/watch?v=jsBktowZ06g Alex H - Don&amp;#039;t Leave Me Now] :: [https://www.youtube.com/watch?v=MHN8KdCoErI John Spider - Breeze] :: [https://www.youtube.com/watch?v=GyNs5Ot721k&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=27 Anlaya Project &amp;quot;We&amp;#039;ll Meet Again&amp;quot;] :: [https://www.youtube.com/watch?v=DsCCV3ZgPIE Hello Meteor &amp;quot;Dark Secondaries&amp;quot;] :: [https://www.youtube.com/watch?v=BCByk_cd_mM AK Compilacion &amp;quot;Facets&amp;quot;] [https://www.youtube.com/watch?v=BCByk_cd_mM&amp;amp;t=713s AK &amp;quot;Saltwater&amp;quot;]:: [https://www.youtube.com/watch?v=xMX4980goQw&amp;amp;t=1476s MARION &amp;quot;Something Tells Me&amp;quot; +++] :: [https://www.youtube.com/watch?v=8fZi_SOkbto AWAY - Beautiful Chillstep Mix 2022] :: [https://www.youtube.com/watch?v=1--DYAi_0d0&amp;amp;t=9900s &amp;quot;Kissing&amp;quot; Instrumental - Bliss]&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Middle Measure ===&lt;br /&gt;
*  [https://www.youtube.com/watch?v=G5sJoQm9wP0 - Hello Meteor TV: S01 E02 - Focus +++ &amp;quot;Middle Measure&amp;quot;] :: [https://www.youtube.com/watch?v=wEX00Zo_aRM&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=27 Hello Meteor &amp;quot;Light Between Structures&amp;quot;] [https://www.youtube.com/watch?v=wEX00Zo_aRM] :: [https://www.youtube.com/watch?v=3yV1B-_kDRk&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=27 Hello Meteor &amp;quot;Welcome To New Cascade&amp;quot;] :: [https://www.youtube.com/watch?v=Tk5_Zsw0Y-s&amp;amp;list=RDMM&amp;amp;index=15 Hello Meteor &amp;quot;Charcoal and Ash&amp;quot;] :: [https://www.youtube.com/watch?v=yXyXYb2ncgk Hello Meteor TV- S02 E02- 𝑤𝑎𝑣𝑒𝑤𝑎𝑣𝑒] :: [https://www.youtube.com/watch?v=-pbUdCicrFM&amp;amp;list=RDGMEMZvyg3BqjumPjl6eYhMqMBg&amp;amp;index=8 Luvmac &amp;quot;Yoyo&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=TGIdW4UqkP4&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=3 +++ Hello Meteor &amp;quot;Hoping To Hear The Spring Flowers&amp;quot;] :: [https://www.youtube.com/watch?v=rfHJsumbleY&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=19 Hello Meteor &amp;quot;Swift, Dark Water&amp;quot;] :: [https://www.youtube.com/watch?v=15K6KPnw7js&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=17 Hello Meteor &amp;quot;What Do You Dream About?&amp;quot;] :: +++ [https://www.youtube.com/watch?v=SSEdyjXN-HQ&amp;amp;t=2413s Forge &amp;quot;Our Embrace&amp;quot;] :: [https://www.youtube.com/watch?v=LvP-VKilW1I ♫ Best Progressive House Mix - All Time Favourites Vol. #1 ♫] :: [https://www.youtube.com/watch?v=SSEdyjXN-HQ&amp;amp;t=953s +++ AK &amp;quot;Faded Lights&amp;quot;] :: [https://www.youtube.com/watch?v=SSEdyjXN-HQ&amp;amp;t=1857s Essay and CoMa &amp;quot;Deceptive&amp;quot;] :: [https://www.youtube.com/watch?v=SSEdyjXN-HQ&amp;amp;t=3140s subknoT &amp;quot;Vision&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=NLxFTfH_NRw Ambient Hello Meteor for Study, Focus, Chill, Sleep, Relaxation - 30+ Minutes] :: [https://www.youtube.com/watch?v=kOFCS_14vwo&amp;amp;t=1706s Dawncall &amp;quot;Fighting Back&amp;quot;] :: [https://www.youtube.com/watch?v=qhfFvH0O3TA&amp;amp;t=496s Diego Guarnieri &amp;quot;Rising&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=kOFCS_14vwo &amp;#039;Oblivion&amp;#039; | Beautiful Chill Music Mix]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Deep House Melodic&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=ibJEmtkeGg4 Melodic Deep House | EP 01 | 2022 - Ben Bohmer, Yotto, ATTLAS, Klur...] :: [https://www.youtube.com/watch?v=qhfFvH0O3TA&amp;amp;t=2462s +++ AK &amp;quot;Everything Will Be Okay&amp;quot;] :: https://www.youtube.com/watch?v=MA36AOCXGSY Melodic Deep House | EP 04 | 2022 - Ben Bohmer, Tinlicker, OCULA, Sultan + Shepard, Hosini... :: [https://www.youtube.com/watch?v=aiJX_quXeE8&amp;amp;t=1409s Frontiers #35 - November 2022 Progressive House Live Mix - Durante y HANA &amp;quot;Days Pass&amp;quot; +++]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=UtWaBEn_x8c&amp;amp;t=6834s Atmospheric Ambient Music | Music For Work, Background Music 3 Hours - AK &amp;quot;Take A Break&amp;quot; +++]&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=MA36AOCXGSY&amp;amp;t=1182s Ben Bohmer &amp;quot;Fliederregen&amp;quot; +++]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  Music references at Neela Nurseries wiki page . . . [https://www.youtube.com/watch?v=yMCLqSRlR7U Alex H - Personal Selection 2018 Mix] [https://www.youtube.com/watch?v=h5L5nencNoY Maiga &amp;quot;Coastline&amp;quot; +++] :: [https://www.youtube.com/watch?v=kefmQUHCPE0 Maiga &amp;quot;Take Me Away&amp;quot;] :: [https://www.youtube.com/watch?v=jsBktowZ06g&amp;amp;list=RDEMXbsFPh1PSJcTQJLZ2ar30A&amp;amp;index=18 Alex H - Don&amp;#039;t Leave Me Now (Original Mix)] :: [https://www.youtube.com/watch?v=fsjhe6jK_lU South Pole &amp;quot;Beneath Our Starlit Sky&amp;quot;] :: [https://www.youtube.com/watch?v=-5YPMWAqSBU&amp;amp;list=RDMM&amp;amp;index=4 Alex H &amp;amp; Mark &amp;amp; Lukas - Dolomites] :: [https://www.youtube.com/watch?v=UFxUbrA-3lE Maiga - Orion (Original Mix) PHW266] :: [https://www.youtube.com/watch?v=zwh4BwU92Vk&amp;amp;list=RDMM&amp;amp;index=23 AKI Amano - Sunny Place (Mark &amp;amp; Lukas Remix)] :: [https://www.youtube.com/watch?v=hrf4ZMG4mks&amp;amp;t=1015s Michael FK &amp;quot;In Our Hands&amp;quot;] :: [https://www.youtube.com/watch?v=exF0wWqzHDY&amp;amp;t=590s Djimbo &amp;quot;Yours&amp;quot;] :: [https://www.youtube.com/watch?v=4bks9RzGvLQ&amp;amp;list=RDMM&amp;amp;index=20 Lyra (Forgotten)] :: [https://www.youtube.com/watch?v=Xx_ljbe3-f0 +++ Djimbo &amp;quot;Yours&amp;quot; (single)] :: [https://www.youtube.com/watch?v=mhKdtFKLngo&amp;amp;t=2852s +++ Glimpse &amp;quot;Mekoa&amp;quot;] :: [https://www.youtube.com/watch?v=mhKdtFKLngo&amp;amp;t=2600s +++ Hello Meteor &amp;quot;Ten Forward&amp;quot;] [https://www.youtube.com/watch?v=6s5sOSm3dKA&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=27]:: [https://www.youtube.com/watch?v=1M9YneAv4Go Alex H 2019 Chillout Progressive Mix] :: [[#nn_anchor_aljosha_konstanty|Aljosha Konstanty (AK) chill compilacion]] :: [[#nn_anchor_aljosha_konstanty_best_collection|Aljosha Konstanty (AK) Best Collection]] :: [[#chillmix_lofi_little_soul|Little Soul]] :: [[#nn_anchor_chillhop|Chillhop]] :: [https://www.youtube.com/watch?v=slxPFAJN9UM Harry Potter Ambient Music | Hogwarts | Relaxing, Studying, Sleeping] &amp;lt;i&amp;gt;~00:16:30&amp;lt;/i&amp;gt; :: [https://www.youtube.com/watch?v=rPt79QYxXEc&amp;amp;t=1090s Harry Potter ambient music] :: [https://www.youtube.com/watch?v=rPt79QYxXEc&amp;amp;t=2640s Harry Potter Christmas Song &amp;quot;Lay down sweet babe . . . No harm will come to you&amp;quot;] :: [https://www.youtube.com/watch?v=UhCNC5uQgts Hello Meteor - mu &amp;amp; mea (Full Album)] :: [https://www.youtube.com/watch?v=vlIV2SY7GdI Azaleh &amp;amp; Eikona - By Your Side] :: [https://www.youtube.com/watch?v=kus0_6xgBp0 Azaleh &amp;amp; Eikona - By Your Side]&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=eV52q647YkM Alex H - Lupane (Original Mix)] :: [https://www.youtube.com/watch?v=3ecoafNGDaI Lumidelic &amp;amp; Skua - Hope for Tomorrow (Mark &amp;amp; Lukas Remix) [Music Video] [Emergent Shores]] :: [https://www.youtube.com/watch?v=GcN6BZmaG6g Miroslav Vrlik - Blue Sky (Mark &amp;amp; Lukas Remix) [Music Video] [Midnight Aurora]]&lt;br /&gt;
https://www.youtube.com/watch?v=GMgkXAXhjL8&amp;amp;list=RDOzO6Ob11xmI&amp;amp;index=6&lt;br /&gt;
&lt;br /&gt;
*  Top &amp;quot;N&amp;quot;: [https://www.youtube.com/watch?v=yViLAq8bl9c Beautiful Skin] :: [https://www.youtube.com/watch?v=I3jIf60hjSs Ian Ewing x Philanthrope &amp;quot;Smart Girl In A Skort&amp;quot;] :: [https://www.youtube.com/watch?v=A9sOb_r6Hy0&amp;amp;t=2344s santpoort &amp;quot;the great ocean road&amp;quot;] :: &amp;amp;nbsp;[https://www.youtube.com/watch?v=b8yyBXy8FE4&amp;amp;t=0s Sworn &amp;quot;Butterfly&amp;quot;] :: [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=1974s Sleepy Fish &amp;quot;Sunbreak&amp;quot;] :: [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=5406s Nymano &amp;quot;Train Ride&amp;quot;] :: [[#nn-anchor-philanthrope-archie-demo|Philanthrope &amp;quot;Archie (Demo)&amp;quot;]] :: [[#nn-anchor--cancion--kupla-x-philanthrope--evening-tide|Kupla x Philianthrope &amp;quot;Evening Tide&amp;quot;]] :: [[#nn-anchor--creative-self--last-train-home|Creative Self &amp;quot;Last Train Home&amp;quot;]] :: [[#nn-anchor--cancion--sworn--flower|Sworn &amp;quot;Flower&amp;quot;]] :: [https://www.youtube.com/watch?v=s49CT4DTAkw&amp;amp;t=6324s Yasper &amp;quot;Good Friends&amp;quot;] :: [[#nn-anchor--cancion--philanthrope-y-sleepy-fish--space-cadet|Space Cadet]] :: [[#nn-anchor--cancion--philanthrope-y-sleepy-fish--space-cadet--2|Space Cadet (at start)]] :: [https://www.youtube.com/watch?v=GsLRrmnJXF8&amp;amp;t=2242s Aarigod &amp;quot;Evenfall&amp;quot;] :: [https://www.youtube.com/watch?v=GsLRrmnJXF8&amp;amp;t=2526s Middle School, The Field Tapes &amp;quot;Lilo&amp;quot;] :: [https://www.youtube.com/watch?v=GsLRrmnJXF8&amp;amp;t=4913s Psalm Trees, Guillame Mussale &amp;quot;Peninsula&amp;quot;] :: +++ [https://www.youtube.com/watch?v=GsLRrmnJXF8&amp;amp;t=5222s &amp;quot;Snowland Sunset&amp;quot;] +++ :: [https://www.youtube.com/watch?v=aRcr8oF03UA&amp;amp;t=2793s Sleepy Fish &amp;quot;For When It&amp;#039;s Warmer&amp;quot;] :: [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=1004s Blue Wednesday, Dillan Witherow &amp;quot;Seafoam&amp;quot;] :: [https://www.youtube.com/watch?v=RIqTCtJZ3oY&amp;amp;t=1140s Evening Vibes] :: [https://www.youtube.com/watch?v=mhKdtFKLngo&amp;amp;t=1381s Audial &amp;quot;Silhouette&amp;quot;] :: [https://www.youtube.com/watch?v=wHU6w6cYE9E +++ Jo Bheji Thi Dua Arijit Singh Unplugged +++] :: [https://www.youtube.com/watch?v=3Yzuoelmjn8 ATIF ASLAM + ARIJIT SINGH MASHUP 205]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  A buscar:  [https://www.youtube.com/watch?v=3PMNgwm_44c Aquaduct &amp;quot;Leavv&amp;quot;] :: [https://www.youtube.com/watch?v=noFgMHI0Uq8 Hurt Heal &amp;quot;Sofasound&amp;quot;] :: [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=6015s G Mills, Luke Otwell, Kyle McEvoy &amp;quot;Ocean View&amp;quot;] :: Devon Rea &amp;quot;Coasting&amp;quot; :: Xyla &amp;quot;Latitude&amp;quot; :: leaf beats &amp;quot;Lazy Cafe&amp;quot; :: J Balvin &amp;quot;Ten Cuidado Poekemon (25)&amp;quot; :: [https://www.youtube.com/watch?v=JHZhfPWs_EU Haze | Beautiful Chill Mix - 2021 July] :: https://www.youtube.com/watch?v=rnrK3zxsKdA&amp;amp;t=1721s - Cyprinid &amp;quot;Floating&amp;#039; :: https://www.youtube.com/watch?v=rnrK3zxsKdA&amp;amp;t=2634s - Katahimikan &amp;quot;Shimmer&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  Mas:  [https://www.youtube.com/watch?v=BwlK77_NOeQ&amp;amp;t=371s 4lienetic &amp;quot;Feelings&amp;quot;] :: [https://www.youtube.com/watch?v=Zr3LgL4EuDM&amp;amp;t=823s ACRE x VAST &amp;quot;Somber&amp;quot;] :: [https://www.youtube.com/watch?v=iooPmpTyHwk&amp;amp;t=364s Marion &amp;quot;Weightless&amp;quot;] :: [https://www.youtube.com/watch?v=vj3cpXpuAPo&amp;amp;list=RDdKpUpDPEgy8&amp;amp;index=7 Nappy Roots &amp;quot;Sick and Tired&amp;quot;] :: [https://www.youtube.com/watch?v=jpTIOpDl2sw ♫ Best Progressive House Mix 2020 Vol. #6 ♫] :: [https://www.youtube.com/watch?v=_CIoNH1Zgbc Wizarding World Suite X | Heartfelt, Emotional, Epic and Relaxing] :: [https://www.youtube.com/watch?v=ab9nE0htMho] :: [https://www.youtube.com/watch?v=DK0eG2wV-p0&amp;amp;list=RDMM&amp;amp;index=16 Maiga - Omen (Original Mix) PHW281] :: [https://www.youtube.com/watch?v=o9TAzIPK48o&amp;amp;list=RDMM&amp;amp;index=17 Mark &amp;amp; Lukas - Life Is About Moments (Original Mix)] :: [https://www.youtube.com/watch?v=GoDBt49jP_I Farewell | Emotional Chill Music Mix . . . Kazukii &amp;quot;Dawn&amp;quot;] :: [https://www.youtube.com/watch?v=iho1qBeIf4Q&amp;amp;list=RDMM&amp;amp;index=25 Cairn &amp;quot;Close Call&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=hrf4ZMG4mks&amp;amp;t=218s Himalia &amp;quot;For The Sky&amp;quot;] :: [https://www.youtube.com/watch?v=hrf4ZMG4mks&amp;amp;t=545s AK and Sublab &amp;quot;Zyklus&amp;quot;] :: [https://www.youtube.com/watch?v=zwh4BwU92Vk&amp;amp;list=RDMM&amp;amp;index=23 AKI Amano &amp;quot;Sunny Place&amp;quot;] :: [https://www.youtube.com/watch?v=7cjkxA_CfRs&amp;amp;list=RDMM&amp;amp;index=27 Mark &amp;amp; Lukas - When Nature Is Awakening] :: [https://www.youtube.com/watch?v=0USzNu2AFTM&amp;amp;list=RDMM&amp;amp;index=27 Alex H - Broken Dreams] :: [https://www.youtube.com/watch?v=WIYPshaH0Bo&amp;amp;list=RDMM&amp;amp;index=27 Yusuke Teranishi - Moments (Roald Velden Remix)] :: [https://www.youtube.com/watch?v=hrf4ZMG4mks&amp;amp;t=3076s - Kaisaku &amp;quot;Glossy Heart&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=GMgkXAXhjL8&amp;amp;list=RDOzO6Ob11xmI&amp;amp;index=6 Oleg Byonic &amp;quot;Light Up The Sky&amp;quot;] :: [https://www.youtube.com/watch?v=GcN6BZmaG6g&amp;amp;list=RDMM&amp;amp;index=27 Miroslav Vrlik - Blue Sky (Mark &amp;amp; Lukas Remix)] :: [https://www.youtube.com/watch?v=7DCHFUQh7p0&amp;amp;list=RDMM&amp;amp;index=46 Chillhop Essentials - Winter 2020 &amp;quot;Ocean View&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=8NROC1ZSqVw Skua and Cosmaks &amp;quot;Unified&amp;quot;] :: [https://www.youtube.com/watch?v=Bzn4vj83qWQ&amp;amp;list=RDMM&amp;amp;index=21 Maiga - Havens] :: [https://www.youtube.com/watch?v=Agd_HuisVtc North Sunset - My Way (Original Mix) +++] :: [https://www.youtube.com/watch?v=7cjkxA_CfRs&amp;amp;list=RDMM&amp;amp;index=25 Mark and Lukas - When Nature Is Awakening] :: [https://www.youtube.com/watch?v=W5Dv5mUaye0&amp;amp;list=RDMM&amp;amp;index=27 James Wood - &amp;quot;On The Beach&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=7kc3HWXZi2M  Frontiers #34 - October 2022 (Progressive House &amp;amp; Techno Mix)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;anchor_nn_toc_music&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] edit point ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=oFnoCK2CdFY * Alex H - Blood Moon (Original Mix) sunsetmelodies]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=tW7hyNX3M6M * La Costa Di Notte 014 With Alex H --- ~00:11, ~00:27, ~00:56]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=hPwuWBjZFb8]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=TN1TeC2YQJ0&amp;amp;t=1527s * &amp;amp;nbsp;CoLd Friction &amp;quot;Galene&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=TN1TeC2YQJ0&amp;amp;t=2964s * &amp;amp;nbsp;Inchange &amp;quot;Within&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=kyoDtJtu6zo&amp;amp;t=802s * &amp;amp;nbsp;Blue Wednesday, Chris Mazuera &amp;quot;Timezones&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=kyoDtJtu6zo&amp;amp;t=1059s * &amp;amp;nbsp;&amp;quot;The Shore And You&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=SmHL-FYPO2s * CALM LANDS ~Lofi hip hop mix~ beats to relax/study to ~ focus music ( v=SmHL-FYPO2s )]&amp;lt;br /&amp;gt;&lt;br /&gt;
~00:02:30, [https://www.youtube.com/watch?v=SmHL-FYPO2s&amp;amp;t=1130s ~00:18:50]&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=cmigCAALq2o * Maiga - Vincenzo (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=MCrbzaIR2wc * Alex H - Priorities (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=_hi3WCIjuHo * Lumidelic - Through The Door (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=VxGSisPagGw]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=1M9YneAv4Go * &amp;amp;nbsp;+++ Alex H 2019 Chillout Progressive Mix +++]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=yMCLqSRlR7U * Alex H - Personal Selection 2018 Mix &amp;amp;nbsp; + + +]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=PciWk_EaTGw&amp;amp;list=RDGMEMNmVSVrsTrv-G2rHfIeUCVA&amp;amp;index=12 * Alex H - Kariba (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=4CwqYmZ9JbY&amp;amp;list=RDMM&amp;amp;index=10 * Alex H - Simikiran (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=vSUpwILUUmY&amp;amp;list=RDMM&amp;amp;index=14 * Leonety - Evening Embrace (Lumidelic Remix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=dB-vutzuLFw&amp;amp;list=RDMM&amp;amp;index=17 * NewProgressive Mix 78 &amp;#039;Last Days Of Summer&amp;#039; (Melodic Progressive Mix)]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=18NHV4nJLQc&amp;amp;t=780s * Daughter &amp;quot;Landfill&amp;quot; (Monrroe Remix)]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=xKEChmT7u-M&amp;amp;t=2387s * Akihiro Ohtani &amp;quot;Sylphid&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=xKEChmT7u-M&amp;amp;t=2968s * Markus Hakala &amp;quot;On The Beach&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=xKEChmT7u-M&amp;amp;t=5482s * Skyline Project &amp;quot;Distant Horizon&amp;quot; (Andrew Frenir Remix)]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=FDrBp7tF-rE&amp;amp;list=RDMM&amp;amp;index=27 * Alex H - Beachy Boi (Original Mix) Out Monday (PHW)]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=DK0eG2wV-p0&amp;amp;list=RDMM&amp;amp;index=27 * Maiga - Omen (Original Mix) PHW281]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-11-18&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=cvRbhpvnUuc&amp;amp;t=3040s * Marsh and Jesse Bullit &amp;quot;Rise&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=YODhTRg_sxg&amp;amp;t=1185s * AK &amp;quot;Nacht und Nebel&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=U3SPkP4y-rY&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=10 * &amp;#039;Night Drive&amp;#039; - Relaxing Deep House &amp;amp; Progressive House Mix]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=RA49rdddtEk&amp;amp;t=647s * Time to Escape | Beautiful Chill Mix :: Atis Frievalds &amp;quot;Heartbeats&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=Ttto55NI4mo&amp;amp;t=1705s * Cash &amp;quot;Collision Course&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=Ttto55NI4mo&amp;amp;t=2105s * Cash &amp;quot;Heaven Above&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-11-23&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=MooOXs99OV4 * Melodic Progressive House mix Vol 50 (Guest Mix Alex H)]&lt;br /&gt;
&lt;br /&gt;
2021-11-24&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=pOCrrOM9FfM * Lord of the Rings Calm Relaxing Medley]&lt;br /&gt;
&lt;br /&gt;
2021-11-29&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=0xs-oaSZdqE * Music to put you in a better mood ~ A playlist lofi for study, relax, stress relief]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=A9sOb_r6Hy0&amp;amp;t=5161s * Ian Ewing x Philanthrope &amp;quot;Smart Girl in a Skurt&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-12-02&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=tZ80lOPqjOw * Lumidelic: Best Collection. Progressive House Mix]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-12-07&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=8NROC1ZSqVw&amp;amp;t=5531s * Noctavation &amp;quot;Izu Sunrise&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=8NROC1ZSqVw&amp;amp;t=6900s * Deidian &amp;quot;Moonstone Beach&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&amp;lt;!--&lt;br /&gt;
v=q0jwDR4rbCM . . .&lt;br /&gt;
JAZZ MUSIC - LOUNGE MUSIC - CAFE MUSIC FOR RELAX, STUDY, WORK&lt;br /&gt;
8,114,171 views&lt;br /&gt;
May 25, 2017&lt;br /&gt;
  *  https://www.youtube.com/watch?v=q0jwDR4rbCM ~00:38:00 good jazz song &lt;br /&gt;
  *  https://www.youtube.com/watch?v=q0jwDR4rbCM ~01:18:00 +++&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Calvin Harris - Fighting For My Life ===&lt;br /&gt;
&lt;br /&gt;
Flashback (David Guetta remix) Lyrics Calvin Harris ※ Mojim.com&lt;br /&gt;
&lt;br /&gt;
Flashback (David Guetta remix) I&amp;#039;m coming &amp;#039;round And now my vision is so clear If I could&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Lo-Fi ===&lt;br /&gt;
&lt;br /&gt;
*  [youtube.com/watch?v=EtD7_8kCMHA Flow Of Time ☯︎ Japanese LoFi HipHop Mix - Collection 時間の流れ]&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Hindi aur Desi ===&lt;br /&gt;
&lt;br /&gt;
Sitarkhani taal . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/shorts/laLaPUgjrqM&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=1ssfTKDLQK4 - Ustad Shahid Parvez y raga Tilak Kamod&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=19VZ6DOBK-4 - Alif Laila y raga Manj Khamanj&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=PzCZomuHVVQ - Amazing Raag Shudh Sarang | Kaushiki Chakraborty | Patiala Khayal | Music of India&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=kAeFVgXNo4o - pandit Hari Prasad Charasia y Raga Brindabani Sarang&lt;br /&gt;
&lt;br /&gt;
Slow to develop, young musicians:&lt;br /&gt;
&lt;br /&gt;
*  https://youtube.com/watch?v=eGwork-SeZY - Raag Shuddh Sarang by Shri Siddhartha Belmannu | NeeRav Arts Village&lt;br /&gt;
&lt;br /&gt;
Faster and jazzy:&lt;br /&gt;
&lt;br /&gt;
*  https://youtube.com/watch?v=4d8Qey7xdkg - Anoushka Shankar - Full Performance (Live on KEXP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
musica con sarangi y sitar . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=c0TdK-NycZA&amp;amp;list=RDc0TdK-NycZA&amp;amp;start_radio=1&lt;br /&gt;
&lt;br /&gt;
Pandit Charausia Hariprasad . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=PgCmcqIeN0w&lt;br /&gt;
*  https://www.youtube.com/watch?v=GA8PPBn_s_Q&lt;br /&gt;
*  https://www.youtube.com/watch?v=wvkQweUvkQI   +++ con ritmo Sitarkani cerca 00:05:44&lt;br /&gt;
*  https://www.youtube.com/watch?v=un5LfAGDKqY   Dhun | light classical instrumental&lt;br /&gt;
&lt;br /&gt;
Ambasariya aur Masakali . . .&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=9UDkYz64ehA Masakali Full Video (song at normal speed not slowed)]&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=JLXfTmF9DSI&lt;br /&gt;
&lt;br /&gt;
2021-01-21 Thursday&lt;br /&gt;
*  https://www.youtube.com/watch?v=K7z1OqKLdHw   Raga Bihag: Debopriya and Suchismita Chatterjee&lt;br /&gt;
&lt;br /&gt;
2021-01-25 Monday&lt;br /&gt;
*  https://www.youtube.com/watch?v=If1hT4R-hCo   Debopriya Chatterjee | Raag Maru Bihag | Performimg for Vaikunthvenu&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=SDJBg5xsQrU   #Raag​ Jog Flutesister’s Debopriya | Suchismita Chatterjee&lt;br /&gt;
youtube.com/watch?v=7opUlRH839w&lt;br /&gt;
*  https://www.youtube.com/watch?v=OcCijF99-u8   #Marubihag #flute&lt;br /&gt;
Raag Maru Bihag | Part 1 | Alap - Suchismita and Debopriya Chatterjee - Flutesisters&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=hAlcD8ffv3k   MERU Concert live - Kaushiki Chakrabarty with Soumik Datta and Vijay Ghate&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=hjmk4wX_A5Q   Reshma Pandit 2018 ... SARB AKAL MUSIC&lt;br /&gt;
Reshma Pandit ICMF 2018 @ Sarb Akal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ishq Hua aur any . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=CgQn3gsrIRc   . . . -  - Ishq Hua&lt;br /&gt;
*  https://www.youtube.com/watch?v=6YG7H11SUcw   . . . A. R. Rahman -  - Tere Bina&lt;br /&gt;
*  https://www.youtube.com/watch?v=uC1iJcYOyeY   . . . A. R. Rahman - Ghajini - Kaise Mujhe&lt;br /&gt;
*  https://www.youtube.com/watch?v=clzuRgaV5dw   . . . Amir Khan - Ghajini - Guzarish&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jodhaa Akbar . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
https://www.youtube.com/watch?v=ybQRIuoezQk   . . . KEHNE KO JASHNE BAHARA HE&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lagaan . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=3PIKesjmQTs   . . . Lagaan -  - O Rey Chori&lt;br /&gt;
*  https://www.youtube.com/watch?v=kbMinfmC3E0   . . . Lagaan -  - O Paalanhaare&lt;br /&gt;
*  https://www.youtube.com/watch?v=DhHawiDfS08   . . . Lagaan -  - Radha Kaise Na Jale&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=u3h1DvwH6yM   . . . Lakshya&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=ozeh-_tEq98   . . . Mahadevan - Breathless&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=3WDI3ZGDtes  . . . Deem tana&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Damarukam . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=V-GHwMa8Gls   . . . Damarukam - Nagarjuna, Anushka - Omkaram Srusthi&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=7ZHC2jgEc1M   . . . Dhasaavanthaaram - Mukunda Mukunda  &amp;lt;i&amp;gt;song in Telegu&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Swades . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=dRWr8OsVyjA   . . . Swades -  - Pal Pal Hai Bhaari&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=kbMinfmC3E0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Yeh To Des Hai Tera . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=4tiVPuLbbHg&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2019-11-07 guruvaar . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=PN-RMTiiEgI    . . . Maula Meri Maula&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2019-11-18 somvaar . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=IdByOJh71Ik     Kun Faya Kun por A R Rahman&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Q2S7CDuBTOc . . . Agar Tum Satth Ho Maahi Ve&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=2CeoFnb16l4   Dard Karaara | Full Song | Dum Laga Ke Haisha, Ayushmann Khurrana, Bhumi, Kumar Sanu, Sadhana Sargam&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bushan Kumar and Coke Studios&lt;br /&gt;
*  https://www.youtube.com/watch?v=hV_RjHb9034&amp;amp;list=RDMM&amp;amp;index=8   Kaise Mujhe&lt;br /&gt;
&lt;br /&gt;
*  youtube.com/watch?v=7opUlRH839w  Kariye Na&lt;br /&gt;
&lt;br /&gt;
Escuchado en 2004 . . .&lt;br /&gt;
&lt;br /&gt;
*  youtube.com/watch?v=9lX8GkzdNIE  Tu Mile Dil Khile&lt;br /&gt;
*  youtube.com/watch?v=cVbsm06tPQc  Ae Ajnabi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Tum Tak ===&lt;br /&gt;
2020-07-13&lt;br /&gt;
*  https://www.youtube.com/watch?v=k09uvR5eUao  Tum Tak&lt;br /&gt;
*  https://www.youtube.com/watch?v=AGsn2ycFRqI  Tum Tak&lt;br /&gt;
*  https://www.youtube.com/watch?v=_ikZtcgAMxo  Luka Chuppi&lt;br /&gt;
*  https://www.youtube.com/watch?v=_TJZaE0FkKs  Dil To Bachcha Hai (3/4 count ballad)&lt;br /&gt;
*  https://www.youtube.com/watch?v=eoFkN53mMPA  Ranjha Ranjha&lt;br /&gt;
&lt;br /&gt;
pelicaula &amp;quot;Hasee To Phasee&amp;quot;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=NobzfIebbrE&lt;br /&gt;
*  https://www.youtube.com/watch?v=c2gSzYLJ8sY   Ishq Bulaava&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=tL5sYdlk20I  +++ Tu Mane, Coke Studios&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ExlQLDf8JPc  Radha Kaise Na Jale&lt;br /&gt;
&lt;br /&gt;
Compilacion adcha he!&lt;br /&gt;
*  https://www.youtube.com/watch?v=aNCq5ASyDVQ&lt;br /&gt;
&lt;br /&gt;
A.R. Rahman - Tere Bina Best Lyric Video|Guru|Aishwarya Rai|Abhishek Bachchan|Chinmayi&lt;br /&gt;
*  https://www.youtube.com/watch?v=6YG7H11SUcw&amp;amp;list=RDMM&amp;amp;start_radio=1&amp;amp;rv=WBOMpfxsUpk&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Middle Eastern music ==&lt;br /&gt;
&lt;br /&gt;
2020-11-30 Monday&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=0cFLTKGborA&amp;amp;list=RDCLAK5uy_mfTF5DCHZL0zf04WQdXAd8-1cQuvJZXzs&amp;amp;index=2   &lt;br /&gt;
Hussain Al Jassmi | حسين الجسمي&lt;br /&gt;
*  https://www.youtube.com/watch?v=zj3Gz20mPKQ   راشد الماجد Rashed AlMajid l&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=4POe4-hZfw4   كلثوميات | الفنانة أسماء المنور  OmanTvGeneral&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=WnYGOX98Ma0   Kadim AlSaher &amp;amp; Asma Lmnawar - Al Mahkamah - Clip | كاظم الساهر و اسماء المنور- المحكمة - كليب&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=aZwM6ave_EI&lt;br /&gt;
*  https://www.youtube.com/watch?v=hVOeRM8NOuA -- Yacinou Yacine الزمن الجميل --&lt;br /&gt;
 0:01 / 31:41 مي فاروق أمل حياتي رائعة كوكب الشرق بإبداع من دار الأوبرا المصرية -- &amp;lt;i&amp;gt;&amp;quot;Queen Mai&amp;quot;&amp;lt;/i&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=RWaKQxiY1AE   كلثوميات | الفنانة مي فاروق | دار الأوبرا السلطانية مسقط  Yacinou Yacine, 01:44:33 small orchestra&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=S3DTilr4wcc   Nai Barghouti &amp;amp; Amsterdam Andalusian Orchestra - FULL CONCERT&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# https://www.youtube.com/watch?v=h9BH8M5ot2c&lt;br /&gt;
# https://www.youtube.com/watch?v=_ECxirEfMsg&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=3&lt;br /&gt;
# https://www.youtube.com/watch?v=PS-uywnnzWw&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=6&lt;br /&gt;
# https://www.youtube.com/watch?v=sUzAmh5butc&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=15&lt;br /&gt;
# https://www.youtube.com/watch?v=7gsE6_3C6Ds&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=16&lt;br /&gt;
# https://www.youtube.com/watch?v=46szzkvEGKo&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=19&lt;br /&gt;
#&lt;br /&gt;
# +++ https://www.youtube.com/watch?v=EE4kHUHpKdA&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=22 +++&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Cafe De Anatolia - Best Ethnic Deep House (Mix by Billy Esteban)&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
243K views&lt;br /&gt;
1 week ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
72&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Khaleeji Hotlist&lt;br /&gt;
YouTube Music&lt;br /&gt;
Updated yesterday&lt;br /&gt;
&lt;br /&gt;
19:39&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
مي فاروق الصوت العبقري تشدو برائعة كوكب الشرق بعيد عنك حفل كلثوميات من دار الأوبرا المصرية 2018&lt;br /&gt;
Yacinou Yacine الزمن الجميل&lt;br /&gt;
406K views&lt;br /&gt;
11 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:17:41&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Thievery Corporation • Tommy Guerrero • Gramatik • Emancipator - Special Coffeeshop Selection [SBM]&lt;br /&gt;
Spiritual Journey&lt;br /&gt;
590K views&lt;br /&gt;
1 month ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:48:43&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
4K Santorini Summer Mix 2020 🍓 Best Of Tropical Deep House Music Chill Out Mix By Deep Mix #5&lt;br /&gt;
Deep Mix&lt;br /&gt;
1.4M views&lt;br /&gt;
3 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:33:00&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Nai Barghouti &amp;amp; Amsterdam Andalusian Orchestra - FULL CONCERT&lt;br /&gt;
Amsterdams Andalusisch Orkest&lt;br /&gt;
179K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
16:29&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
National Arab Orchestra - Alf Leila wi Leila / الف ليلة وليلى - Mai Farouk / مي فاروق&lt;br /&gt;
National Arab Orchestra&lt;br /&gt;
3.2M views&lt;br /&gt;
5 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:08:45&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Sherine Abdel Wahab | شيرين عبد الوهاب - أغاني حزينة&lt;br /&gt;
Free Music &amp;quot;Nasr Mahrous&amp;quot;&lt;br /&gt;
7.3M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
42:03&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كوكتيل اجمل مقاطع ام كلثوم كوكب الشرق&lt;br /&gt;
ارجع يا زمان&lt;br /&gt;
19K views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:12:44&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Bonobo | Best Of&lt;br /&gt;
The Daily Dose&lt;br /&gt;
136K views&lt;br /&gt;
1 month ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:59:25&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
SOUL CLASSIC HITS (80s &amp;amp; 90s) - DJ KENB&lt;br /&gt;
DJ KenB&lt;br /&gt;
127K views&lt;br /&gt;
1 month ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
16:45&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Asma Lmnawar - Aghadan Al9ak | (أسما لمنور - أغداً ألقاك ؟ (حفل دار الأوبرا السلطانية&lt;br /&gt;
Asma Lmnawar | أسما لمنور&lt;br /&gt;
1M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
32:57&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
National Arab Orchestra - Inta Umri / إنت عمري - Mai Farouk / مي فاروق&lt;br /&gt;
National Arab Orchestra&lt;br /&gt;
1M views&lt;br /&gt;
3 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:48:07&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Cafe De Anatolia - Best of 2018 (Mix by Billy Esteban)&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
5.1M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:30:26&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
وائل جسار...كوكتيل من أجمل الاغاني الطربية&lt;br /&gt;
Maestro SY مايسترو ميوزك&lt;br /&gt;
1.9M views&lt;br /&gt;
8 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:15:21&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Best of Shingo Nakamura 01 (2-Hour Melodic Progressive House Mix)&lt;br /&gt;
Silk Music&lt;br /&gt;
7.3M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:19:28&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
روائع حسين الجسمي - نخبة من اجمل اغانيه THE BEST OF HUSSAIN AL JESMI&lt;br /&gt;
Firas Hassouneh . قناة كل العرب&lt;br /&gt;
621K views&lt;br /&gt;
11 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7:58&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Kadim AlSaher &amp;amp; Asma Lmnawar - Al Mahkamah - Clip | كاظم الساهر و اسماء المنور- المحكمة - كليب&lt;br /&gt;
Rotana&lt;br /&gt;
26M views&lt;br /&gt;
8 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8:20&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Asma Lmnawar - Chkon Li Gal \ Mol Koutchi | (أسما لمنور - شكون اللي قال / مول الكوتشي (جلسة&lt;br /&gt;
Asma Lmnawar | أسما لمنور&lt;br /&gt;
4.8M views&lt;br /&gt;
6 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
18:41&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
بالفيديو شاهد روعة الأداء من مي فاروق و ريهام عبد الحكيم ... أنت عمري&lt;br /&gt;
Cairo Opera House&lt;br /&gt;
1.2M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
44:33&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Best Oud Covers By Ahmed Alshaiba&lt;br /&gt;
Cafe De Anatolia ETHNO WORLD&lt;br /&gt;
1.4M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:00&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
اليسا - الأغاني القديمة | Elissa&amp;#039;s oldies mix&lt;br /&gt;
Fadi Badarni&lt;br /&gt;
5.6M views&lt;br /&gt;
7 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
34:05&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Sherine Abdel Wahab | شيرين عبد الوهاب - أغاني رومانسية&lt;br /&gt;
Free Music &amp;quot;Nasr Mahrous&amp;quot;&lt;br /&gt;
17M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:44:34&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كلثوميات | الفنانة مي فاروق | دار الأوبرا السلطانية مسقط&lt;br /&gt;
OmanTvGeneral&lt;br /&gt;
373K views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
29:43&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
الفنان الكبيروالقدير\كينغ الساكسفون\-سمير سرور--في روائع - بعيد عنك+الف ليله وليله+سيرة الحب&lt;br /&gt;
قناة رو واد الفن الاصيل&lt;br /&gt;
2.6M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
32:18&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Al Atlal-Mai Farouk-conducted by Ramzi Aburedwan-الأطلال - مي فاروق- بقيادة رمزي أبورضوان&lt;br /&gt;
Ramzi Aburedwan&lt;br /&gt;
288K views&lt;br /&gt;
7 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:37:30&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
باقة من أجمل أغاني الرائعة ذكري رحمها الله&lt;br /&gt;
zeinab aly&lt;br /&gt;
2.1M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4:12:02&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Mega Hits 2020 🌱 The Best Of Vocal Deep House Music Mix 2020 🌱 Summer Music Mix 2020 #118&lt;br /&gt;
4pm&lt;br /&gt;
1.3M views&lt;br /&gt;
2 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:08:39&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كلثوميات نور مهنا - اجمل اغاني ام كلثوم بصوت المطرب نور مهنا&lt;br /&gt;
Firas Hassouneh . قناة كل العرب&lt;br /&gt;
224K views&lt;br /&gt;
3 weeks ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Arabic Lounge Music خنیا Aicha&lt;br /&gt;
Buddha&amp;#039;s Lounge&lt;br /&gt;
1.2M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:41:46&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
معكم مني الشاذلي| مي فاروق تحيي ذكرى أم كلثوم بمجموعة من الأغاني المميزة| الحلقة الكاملة&lt;br /&gt;
معكم منى الشاذلي&lt;br /&gt;
140K views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
41:32&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Alf Leila We Leila - Umm Kulthum الف ليلة وليله - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
34M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
25:05&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
مي فاروق أغدا ألقاك من حفل عيد الأوبرا المصرية ال31&lt;br /&gt;
Yacinou Yacine الزمن الجميل&lt;br /&gt;
36K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
37:43&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
مي فاروق صوت و احساس و أداء رائع لكلثوميات في ذكري أم كلثوم&lt;br /&gt;
tatieasi&lt;br /&gt;
71K views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
54:31&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
tarab song mix dj yhyh ❤️ ساعه من اجمل أغاني طرب حب و سهره&lt;br /&gt;
Romance رومانسي&lt;br /&gt;
3.3M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
51:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كوكتيل رائع من اجمل اغاني أم كلثوم&lt;br /&gt;
Abed Khattar&lt;br /&gt;
28M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:31&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Wonderful Ethno Music (Andalusia vs. Arabia) Mix by Billy Esteban&lt;br /&gt;
Cafe De Anatolia ETHNO WORLD&lt;br /&gt;
3.4M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:03:33&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
ام كلثوم - كلثوميات - ( كوكتيل اغاني ام كلثوم ) الجزء الأولTHE BEST OF UM KALTHOUM&lt;br /&gt;
Firas Hassouneh . قناة كل العرب&lt;br /&gt;
2.3M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:02:13&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
جلسة طرب احلى اغانى سلطنه وطرب تسمعها تروق بالك وتفرحك&lt;br /&gt;
old art&lt;br /&gt;
7.9M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:14:05&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
شيرين كوكـتـيل طرب الزمان الجميل اسمر يا اسمراني | اجمل اغاني شيرين | حفلات شيرين طرب&lt;br /&gt;
The best video- أفضل فيديو&lt;br /&gt;
6.3M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:21:28&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
جورج وسوف...سلطان الطرب يغني عمالقة الفن الجميل&lt;br /&gt;
Maestro SY مايسترو ميوزك&lt;br /&gt;
1.8M views&lt;br /&gt;
8 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:28&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
اجمل ما غنى وائل جسار&lt;br /&gt;
Best Music&lt;br /&gt;
429K views&lt;br /&gt;
2 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:48:07&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Cafe De Anatolia - Best of 2018 (Mix by Billy Esteban)&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
5.1M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:06:57&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Cafe De Anatolia - Oriental Touch [ vol. 2 ]&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
5.6M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:03:14&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كلثوميات بليغ حمدي - روائع اغاني السيدة ام كلثوم من الحان بليغ حمدي UM KALTHOUM&lt;br /&gt;
Firas Hassouneh . قناة كل العرب&lt;br /&gt;
189K views&lt;br /&gt;
2 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
46:31&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
جورج وسوف يوم الوداع+كلام الناس+سهرت الليل+قول الكلمتين+ارضى بالنصيب 2019&lt;br /&gt;
MOHAMED ElBRINCE&lt;br /&gt;
1.4M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:03&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Best Oud Instrumentals (Mixed by Billy Esteban)&lt;br /&gt;
Cafe De Anatolia ETHNO WORLD&lt;br /&gt;
4M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
58:19&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Enta Omry - Umm Kulthum انت عمرى - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
31M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:00&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Dreaming of Arabia: Oriental Lounge Music&lt;br /&gt;
Buddha&amp;#039;s Lounge&lt;br /&gt;
7.6M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:13:04&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Cafe De Anatolia - Something We All Adore (mix by Rialians On Earth)&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
1.4M views&lt;br /&gt;
5 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
38:36&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Zay El Hawa - Abdel Halim Hafez زى الهوا تسجيل حفلة - عبد الحليم حافظ&lt;br /&gt;
Abdel Halim Hafez - عبد الحليم حافظ&lt;br /&gt;
22M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
59:26&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
فضل شاكر...يغني عمالقة الطرب العربي&lt;br /&gt;
Maestro SY مايسترو ميوزك&lt;br /&gt;
1.4M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:24:43&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
The best of oum kalthoum ll اجمل مقاطع ام كلثوم&lt;br /&gt;
EFI MUSIC&lt;br /&gt;
892K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
36:41&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
وردة - بودعك .. وبودّع الدنيا معك (كاملة بجودة عالية) HQ&lt;br /&gt;
أوس التميمي&lt;br /&gt;
3.3M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
43:32&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
العود سلطان سعيد عيسى كلثوميات&lt;br /&gt;
حسن حمايل حمايل&lt;br /&gt;
437K views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
فضل شاكر يغني عبد الحليم حافظ....أجمل كوكتيل أغاني العندليب الأسمر&lt;br /&gt;
Maestro SY مايسترو ميوزك&lt;br /&gt;
517K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
58:02&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
أجمل ما غنى فضل شاكر | Best of Fadhel Chaker&lt;br /&gt;
Best Videos&lt;br /&gt;
5.8M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
45:17&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
مستنياك الأصل |حفل القاهرة | عزيزة جلال | Aziza Jalal |CAIRO Show |Mestaniak Live أجمل سهرة مباشرة&lt;br /&gt;
Aziza Jalal&lt;br /&gt;
1.6M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
44:33&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Best Oud Covers By Ahmed Alshaiba&lt;br /&gt;
Cafe De Anatolia ETHNO WORLD&lt;br /&gt;
1.4M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
29:00&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Warda Al-Jazairia - Ale Eih Beyesalouni | وردة الجزائرية - قال إيه بيسألوني&lt;br /&gt;
Moataz Elmasry&lt;br /&gt;
5.2M views&lt;br /&gt;
7 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:28:28&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Enjoy | Chill Out Mix&lt;br /&gt;
BLUME&lt;br /&gt;
2.8M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:26:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Deep Feelings Mix | Deep House, Vocal House, Nu Disco, Chillout #16&lt;br /&gt;
Deep House Nation&lt;br /&gt;
1.7M views&lt;br /&gt;
1 month ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:53:18&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Because I love you I sing Nizar Qabbani - لأني أحبكم أغني نزار قباني&lt;br /&gt;
Kadim Al Sahir&lt;br /&gt;
1.8M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
19:13&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
الفنانة نعيمة سميح 1986 ــ جريت وجاريت&lt;br /&gt;
صالح المانسي&lt;br /&gt;
1.9M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
21:23&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Andre X Jad live at Jabal Al Arbaeen, Lebanon for Cafe De Anatolia&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
540K views&lt;br /&gt;
3 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
51:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
اجمل مقاطع اغانى ام كلثوم&lt;br /&gt;
nader fawzy&lt;br /&gt;
17M views&lt;br /&gt;
6 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
41:32&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Alf Leila We Leila - Umm Kulthum الف ليلة وليله - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
34M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3:05:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Funk Jazz • Funky Smooth Jazz Saxophone Music • Upbeat Jazz Instrumental Music&lt;br /&gt;
Dr. SaxLove&lt;br /&gt;
3.5M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9:36&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
انا في انتظارك- ناي البرغوثي Ana Fintizarak- Nai Barghouti&lt;br /&gt;
Nai Barghouti ناي البرغوثي&lt;br /&gt;
519K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
19:25&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كوكتيل كلثوميـــــــــــــات : منيرة حمدي الحب كله _ فات الميعاد&lt;br /&gt;
Anis Hannoni&lt;br /&gt;
7.5M views&lt;br /&gt;
7 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
59:39&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Fakarouny - Umm Kulthum فكرونى - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
14M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
39:06&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
El Qalb Yaashaq - Umm Kulthum القلب يعشق كل جميل - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
2M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Classical ==&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=QAsZMcX5Zoc   Tchaikovsky&amp;#039;s 35th Symphony, featuring Janine Jansen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Upbeat ==&lt;br /&gt;
Coldplay &amp;quot;Higher Power&amp;quot; . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=gXgf5smLEgQ&lt;br /&gt;
Extended version:&lt;br /&gt;
*  https://www.youtube.com/watch?v=w3KcBtFZP28  Higher Power&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] FOLI ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=lVPLIuBy9CY    FOLI (there is no movement without rhythm) original version by Thomas Roebers and Floris Leeuwenberg&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=1Hef5OXHr5I   ...&lt;br /&gt;
*  https://www.youtube.com/watch?v=PEH2FtIkAus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Ambient music ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=k-to9p3v1jY   Into The Astronomers Dream - Immersive Experience&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=GUpPKS-R9LA   Tony Anderson - Eternal Spring&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=4yyPDs9uiXA   Beginning Work | Beautiful Ambient Mix . . . por Blume&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=dTW2MxfqVLI   Fluidified - &amp;#039;Blissful Solitude&amp;#039; - Ambient Mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  1 de n&lt;br /&gt;
*  2 de n&lt;br /&gt;
*  3 de n - Crazy About You &amp;quot;Your Voice Is The Echo Of The Mountains&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  +++ NumberNin6 &amp;quot;Saltwater&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=zloJ_yptWU0&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
-#ambient #fantasymusic #guildofambience&amp;lt;br /&amp;gt;&lt;br /&gt;
1 hour of Ambient Fantasy Music | Enchanted Lands - Volume 2&amp;lt;br /&amp;gt;&lt;br /&gt;
3,026,793 views•Aug 19, 2017&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] AK Aljoshi Konstanti ===&lt;br /&gt;
&lt;br /&gt;
2022-12-21&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=2_q6Y3jR91o&amp;amp;t=730s +++ AK &amp;quot;I Can&amp;#039;t Sleep Anymore&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Chill ==&lt;br /&gt;
&lt;br /&gt;
*  [youtube.com/watch?v=3MUjyJdbvCU Summer Never Ends 213 Progressive House Mix The Masterful Classics Edition (Part 1)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
2025-07-02&lt;br /&gt;
*  [https://www.youtube.com/watch?v=D_uLM5i0Z4c&amp;amp;list=RDD_uLM5i0Z4c&amp;amp;start_radio=1 Endless Sunday]&lt;br /&gt;
&lt;br /&gt;
2025-03-05&lt;br /&gt;
*  https://www.youtube.com/watch?v=nj4hlEtctCE&amp;amp;t=2460s Introvert Cyber Zen&lt;br /&gt;
&lt;br /&gt;
2023-07-06&lt;br /&gt;
*  https://www.youtube.com/watch?v=XWGXimIJhGg  Work in Peace | Beautiful Chill Mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Tymelapse &amp;quot;We Became Strangers&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Grandyzer &amp;quot;Touch&amp;quot;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2022-12-29&lt;br /&gt;
*  https://www.youtube.com/watch?v=1--DYAi_0d0 - Melodic Chillstep • V5 Beats Radio ☕&lt;br /&gt;
&lt;br /&gt;
2022-08-31&lt;br /&gt;
*  https://www.youtube.com/watch?v=1t92jQUrWXU   In the Moment | Beautiful Chill Music Mix&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=cFRq53NxGf4   Nocturne | Deep Chill Music Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=sDlGLHgkIXk   Come Back To Me | Instrumental Chill Music Playlist&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=f9qavey27Kc  &amp;#039;Forgotten Dreams&amp;#039; Mix . . . 14,286,877 views•Dec 30, 2011&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
+++ Can&amp;#039;t Be Without You&lt;br /&gt;
+++ Wake Up&lt;br /&gt;
+++ If I Rise&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
logicalfallacy234&lt;br /&gt;
6 years ago&lt;br /&gt;
0:00 Essáy &amp;amp; Stumbleine - Rhiannon&lt;br /&gt;
3:08 Deep Focus - Don&amp;#039;t Wake Up (140 Edit)&lt;br /&gt;
6:07 Above &amp;amp; Beyond - Tri-State (5vel Remix)&lt;br /&gt;
9:22 Dido &amp;amp; A.R. Rahman - If I Rise (Enigma Dubz Remix)&lt;br /&gt;
13:29 Tolerance - Dejection&lt;br /&gt;
16:06 Boards Of Canada - Olson (Wrm Remix)&lt;br /&gt;
20:40 Rameses B - Memoirs (Fracx Remix)&lt;br /&gt;
24:04 Ed Sheeran - The A Team (KOAN Sound Remix)&lt;br /&gt;
27:02 Mojo - Garden Walls&lt;br /&gt;
29:15 Blackmill - Evil Beauty&lt;br /&gt;
32:43 Loz Contreras - Liberta&lt;br /&gt;
35:14 Rameses B - North&lt;br /&gt;
38:40 Lisa Miskovksy - Still Alive (Mt Eden Remix)&lt;br /&gt;
41:37 Imogen Heap - Headlock (Paper Tigers Remix)&lt;br /&gt;
43:59 Imogen Heap - Hide &amp;amp; Seek (Enigma Dubz Remix)&lt;br /&gt;
47:54 William Fitzsimmons - The Tide Pulls From The Moon (JacM Remix)&lt;br /&gt;
51:33 Barcelona - Please Don&amp;#039;t Go (Greg Cooke Remix)&lt;br /&gt;
54:59 Phaeleh - Afterglow feat. Soundmouse (Akira Kiteshi Remix)&lt;br /&gt;
58:59 Mario M - EvaC&lt;br /&gt;
1:01:18 Phaeleh - Changes feat. Soundmouse&lt;br /&gt;
1:04:15 New Look - The Ballad (GZUS Come Out Of The Dark Mix)&lt;br /&gt;
1:07:19 Ollie Macfarlane - Shadows&lt;br /&gt;
1:10:07 Submerse - Belong&lt;br /&gt;
1:13:12 Late - Losing You&lt;br /&gt;
1:17:37 Ghosts Of Paraguay - Piano Piece&lt;br /&gt;
1:20:46 Kaiori Breathe &amp;amp; Tripwire - I&amp;#039;d Give Anything&lt;br /&gt;
1:23:30 Hammock - I Can Almost See You&lt;br /&gt;
Credit goes to Amy Jones&lt;br /&gt;
Copy and Pasted from early comment by ReflectionsOfficial&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;s&amp;gt;https://www.youtube.com/watch?v=BNFHuj7PbJY&amp;lt;/s&amp;gt; &amp;lt;i&amp;gt;2021-02-09 Found removed by author!&amp;lt;/i&amp;gt;   Winter | Deep Chill Music Mix &amp;lt;i&amp;gt;. . . first four songs good&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++  1 de 14   Ptr. &amp;quot;Genesis&amp;quot;&lt;br /&gt;
*  +++  4 de 14   Outlier &amp;quot;Tales Of The Future&amp;quot; --- https://www.youtube.com/watch?v=nGwaG_Yenic (single)&lt;br /&gt;
*  +++  5 de 14   Insomna and Antent &amp;quot;With The Flow&amp;quot; &amp;lt;-- adcha he  - https://www.youtube.com/watch?v=InZVY9bwyzE (single)&lt;br /&gt;
*  +++  6 de 14   4lienetic &amp;quot;Med Kit&amp;quot; --- https://www.youtube.com/watch?v=dULYpm7asLA&lt;br /&gt;
*  +++ 11 de 14&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  &amp;lt;s&amp;gt;https://www.youtube.com/watch?v=cJ-rucOMuM4&amp;lt;/s&amp;gt;   Dreams | Beautiful Chill Music Mix -- 34,719 views • Nov 7, 2020&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 3 de 15 - AK &amp;quot;Decades&amp;quot;&lt;br /&gt;
* +++ 6 de 15 - Outlier &amp;quot;I Wish I Knew&amp;quot;&lt;br /&gt;
* 8 de 15 -&lt;br /&gt;
* 9 de 15 - Emiliano Secchi &amp;quot;Memory Fragments&amp;quot;&lt;br /&gt;
* +++ 12 de 15 - Almost Home &amp;quot;Vanished&amp;quot; . . . https://www.youtube.com/watch?v=go86xq9x400&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=mOFSSuqKqO4   Clarity | Deep Chill Music Mix -- 23,008 views • Nov 29, 2020&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=1f2RRsviZt8   Conquer |&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=TXiRaFWzDcU   &amp;lt;i&amp;gt;sharks in sky, small forest scene&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=oVdvRKMF9us   Traveller | Deep Chill Music Mix -- 43,524 views•Nov 8, 2020&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=EG16dFYK0gw   Inspirational Music For Creative People — Chillout Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=OmZ6tCgj_mk&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ AK, Direct &amp;quot;Sleepless Nights&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-07-20 Tuesday...&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=Mrci-ief9mY   Still Traveling | Chill Mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
 +++ Cerah &amp;quot;Undone&amp;quot;&lt;br /&gt;
 +++ Glo &amp;quot;Believe&amp;quot;&lt;br /&gt;
 +++ Dawncall &amp;quot;Spearmint&amp;quot;&lt;br /&gt;
 +++&lt;br /&gt;
 +++ Pensees &amp;quot;Eclipse&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-09-02 Thursday&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=NBdfuAxvwRQ   Clouds | Beautiful Chill Music Mix --- 403,025 views --- Dec 30, 2020&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 3 de n - AK &amp;quot;Discovery&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Deep Chill ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=jvuAV_tx8rw  Wanderlust | Deep Atmospheric Chill Music Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=hn3BqMMh0F4   At Dusk | Deep Chill Music Mix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Immersive ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=62M5hrh-kbA&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=FgQlaFeFwQc   Teravibe &amp;quot;You&amp;#039;ve Finally Reached Heavenly Realm&amp;quot; 📡✨&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] House Melodic ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=qErChNhYAN8 Melodic House Mix 2022 | Ben Böhmer, Nora En Pure, Eli &amp;amp; Fur, Korolova, Romain Garcia | OBM 01&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Progressive ==&lt;br /&gt;
&lt;br /&gt;
2023&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
0417&lt;br /&gt;
*  https://www.youtube.com/watch?v=qsSFmEdrvAw  Watt and Keith Harris - Stockholm (Original Mix)&lt;br /&gt;
&lt;br /&gt;
0331&lt;br /&gt;
*  https://www.youtube.com/watch?v=kzM_zwHOReg  Alexxon - Warmsnow [Emergent Shores] . . . &amp;lt;i&amp;gt;Warm Snow&amp;lt;/i&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=pTTBw-QpWhs&amp;amp;list=RDMM&amp;amp;index=8  Laila&amp;#039;s Love&lt;br /&gt;
&lt;br /&gt;
0314&lt;br /&gt;
*  https://www.youtube.com/watch?v=qUfg4tfT274  South Pole - Breathe (Extended Mix) [Music Video] [Emergent Shores]&lt;br /&gt;
*  https://www.youtube.com/watch?v=-pbUdCicrFM&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=27  Luvmac - Yoyo (Original Mix) [Progressive State Records]&lt;br /&gt;
*  https://www.youtube.com/watch?v=6kh9_VO07go&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=27  Eimear - In The Evening (Original Mix)&lt;br /&gt;
*  https://www.youtube.com/watch?v=WA8YpPiEtf8&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=27  Lumidelic &amp;amp; Ametrine - Winter Blooms (Original Mix) [Synth Collective]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2022&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
1120&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=QA60WYOlU04&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=27 Lumedelic &amp;quot;Mandala&amp;quot;&lt;br /&gt;
&lt;br /&gt;
1118&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=cgk1VJM_Bj8 Melodic House Mix 2022 | Sultan + Shepard, Ben Böhmer, Nora En Pure, Eli &amp;amp; Fur, Tale Of Us | OBM 04&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
1117&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  [https://www.youtube.com/watch?v=JV5L4qFtK9c&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=25 Sunlight Project - Golden Shores (Original Mix)]&lt;br /&gt;
*  https://www.youtube.com/watch?v=6tIho7EZNUg&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=26 Z8phYR - Mom&amp;#039;s Gift&lt;br /&gt;
*  https://www.youtube.com/watch?v=xcN0mext56w&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=27 - Lumidelic - Synesthesia (Original Mix)&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
0502 added:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=ZiET_r0oQ4o   🎶 Alex H Mix 2018 | Progressive House | 🎶 &amp;lt;i&amp;gt;( songs not individually broken out as select-able tracks )&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
~01:09:00 buen cancion&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=SiE568HN0EQ   Melodic Progressive House mix Vol 79 (Afterglow)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=xKEChmT7u-M   ♫ Best Progressive House Mix 2021 Vol. #7 ♫&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=n5mDuL8JtFw&amp;amp;list=RDGMEMNmVSVrsTrv-G2rHfIeUCVA&amp;amp;index=4   Alex H - Follow Your Heart (Original Mix) Progressive House Worldwide&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=KsDB4ab1PYA   Melodic Progressive House mix Vol 75 (Before The Rain)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=XDS75Oqa89w   &amp;#039;Surf Vibes&amp;#039; - Melodic Progressive House Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=RIqTCtJZ3oY   &amp;#039;Evening Vibes&amp;#039; - Melodic &amp;amp; Deep Progressive House Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=s5gkMv2Jn4M   Slow Down&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=8-LEN8jbqsg   Maiga - Coastline (Original Mix)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=cmigCAALq2o   Maiga - Vincenzo (Original Mix)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=NHXJ9bTXw5M   Melodic Progressive House mix Vol 9 (Dreaming)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 6 de n - Aerotek &amp;quot;Spring Breeze&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=BxXIfCZfBiM   NewProgressive Mix 67 &amp;#039;Winter Tales&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 1 de 13 - LD_G &amp;quot;It&amp;#039;s Complicated&amp;quot; (Fiben Remix) [Soluna Music]&lt;br /&gt;
* +++ 2 de 13 - Dan Norvan &amp;quot;Plata&amp;quot; [Emergent Shores]&lt;br /&gt;
* +++ 8 de 13 - Skua &amp;quot;Aoibhneas&amp;quot; [Emergent Shores]&lt;br /&gt;
* +++ 11 de 13 - Lesh &amp;quot;Nightfall&amp;quot; [Emergent Shores]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=AYFe25GsNxg   NewProgressive Mix 69 &amp;#039;Continuum&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 2 de 13 - Yusuki Teranishi and Cosmaks - Shine (synth mix)&lt;br /&gt;
* +++ 3 de 13 - Yasin Guven - Sunset In Your Eyes (9 Years and Counting)&lt;br /&gt;
* +++ 6 de 13 - Emro - Apricity   https://www.youtube.com/watch?v=wNGAmnWi0e8 (single)&lt;br /&gt;
* +++ 8 de 13 - Ciree - One Winter&amp;#039;s Tale&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=IH8yJn9pw2o   NewProgressive Mix 49 &amp;#039;Beyond The Clouds&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 10 de 14   Sergey Alekseev - Road To The Clouds (Bee Hunter...)&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ERTh0I-kmxA   NewProgressive Mix 68 &amp;#039;Distant Lights&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 6 de n   Ciree - Beautiful Moments&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=PKKjIEDUNfY   &amp;#039;Best of Immersed Recordings&amp;#039; - Relaxing Deep House &amp;amp; Progressive House Mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ Djimboh &amp;quot;Find Myself&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 1 progressive ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=cDNkgwMWmvA   Alex H - Maiga&amp;#039;s Melody (Original Mix)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=jsBktowZ06g   Alex H - Don&amp;#039;t Leave Me Now (Original Mix) *Patreon Exclusive*&lt;br /&gt;
Progressive&lt;br /&gt;
*  https://www.youtube.com/watch?v=auE5YXDPb_4   Alex H &amp;quot;Spectacle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=7Hc5uloScQc   NewProgressive Mix 77 &amp;#039;SIN CITY&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 3 de n - Souma and Skua &amp;quot;Fable&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Southern Tier and a few singles . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=2ltqHGf4594   Southern Tier &amp;quot;The Words We Lost&amp;quot;  04:00&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=iWj68PlHYm8   Southern Tier &amp;quot;The Words We Lost&amp;quot;  ~00:06:00&lt;br /&gt;
*  https://www.youtube.com/watch?v=jWzftelRc3I   Southern Tier &amp;quot;The Words We Lost&amp;quot;  00:806:00&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=WxFasHE0WQs   &amp;quot;Fallen&amp;quot;&lt;br /&gt;
*  &amp;lt;s&amp;gt;https://www.youtube.com/watch?v=MhmhLNUIZuc   Rise - Snowfall Remix +++&amp;lt;/s&amp;gt;&lt;br /&gt;
   *  https://www.youtube.com/watch?v=TOWes33wnX8   Rise - Snowfall Remix +++&lt;br /&gt;
*  https://www.youtube.com/watch?v=kSThrKGn9EU   Tony Anderson &amp;quot;Ember - Sascha Kirschtein mix&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=kCVnzWAkk6Y   NewProgressive Mix 42 &amp;#039;Fairyland&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 2 de n - Ocean Between The Stars&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=itI1jhqMR3I   Best of Progressive 6 by Dj Raspby &amp;lt;i&amp;gt;(still life photos of Antarctica and ocean ice)&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++  ~00:52:00 Sixth Sense &amp;quot;Yal-Ku&amp;quot; Clark&amp;#039;s Remix&lt;br /&gt;
...  ~01:04:30&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-02-19 Friday&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=b_pNji90Nyw   NewProgressive Mix Pt. 19 (Melodic Progressive House Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ canciones 10 y 11&lt;br /&gt;
+++ 12 de 13 - Talamanca &amp;quot;Escape&amp;quot; mezcla original&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=I0KhZus7eu4   Two Mountains image&lt;br /&gt;
*  https://www.youtube.com/watch?v=2SVQ1LYElnY   ♫ Best Progressive House Mix 2018 Vol. #5&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 2 progressive ===&lt;br /&gt;
2021-02-22 Monday&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=BrSVt51MdCM&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 4 de n - Alex H and Z8phyR &amp;quot;Hope For Tomorrow&amp;quot; Mark and Lucas remix&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-03-03 Wednesday&lt;br /&gt;
*  https://www.youtube.com/watch?v=pHWmOfR2x9c   &amp;quot;Boab tree&amp;quot; progressive mix&lt;br /&gt;
&lt;br /&gt;
2021-03-05 Friday&lt;br /&gt;
*  https://www.youtube.com/watch?v=pVB_a-yz7J8   Melodic Progressive House mix Vol 66 (Oceanside)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 1 de n&lt;br /&gt;
* +++ 7 de n -- Yusuke Teranishi&lt;br /&gt;
* +++ 8 de n -- Yasin Guven and N421M&lt;br /&gt;
* +++ 12 de n -- Alex H &amp;quot;Khami&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 3 progressive ===&lt;br /&gt;
&lt;br /&gt;
2022-02-14 Monday&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=130U8prFOSQ  Musiclab --- Productive Music for Creative Work — Chill and Uplifting Mix&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-03-12 Friday&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=7RdvmSdYBYI   Summer Never Ends 114 Progressive House Mix The Past and Present blend Edition (1159 views, premiered 23 hours ago)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 3 de n - Alex H &amp;quot;Kariba&amp;quot;&lt;br /&gt;
* +++ 5 de n - EDU &amp;amp; Susie Ledge &amp;quot;In My Memory&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=bINJ3B8PAhg  Summer Never Ends 113 Progressive House Mix The Eyes always forward Edition&lt;br /&gt;
&lt;br /&gt;
2021-03-16 Tuesday&lt;br /&gt;
*  https://www.youtube.com/watch?v=MLSFw8CKq8c   Summer Never Ends 110 Progressive House Mix The Ethereal moments Edition&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 4 de n - Martin Peter &amp;quot;Minus&amp;quot; &amp;lt;i&amp;gt;(Alex H remix)[Perplexity]&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=974KE47VJ3g   Melodic Progressive House mix Vol 14 (On The Road)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 3 de n - James Woods &amp;quot;Skydiving&amp;quot;&lt;br /&gt;
+++ 5 de n - South Pole &amp;quot;Beneath Our Starlit Sky&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=n4zLkl7oz1Q   Summer Never Ends 111 Progressive House Mix The Sunshine Affair Edition&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 2 de n - Seraphym &amp;quot;Sleep Sweet Underneath the Stars&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kommenti:  &lt;br /&gt;
Игорь ЛЁД&lt;br /&gt;
4 days ago&lt;br /&gt;
ОЧЕНЬ  КРАСИВО.  ВОЗДУШНАЯ  МУЗЫКА, СПОКОЙНАЯ, &amp;quot; БЕЗ  УГЛОВ&amp;quot;. КРАСИВО&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=dlsKMAvtxtI   Z8phyR - Amore Lunita [Soluna Music]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Wdtemvz5JZE  In The Mix Vol. 2 &amp;#039;Emro&amp;#039; (Melodic Progressive Mix) --- 2,100 views•May 28, 2021&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  9 de n - Emro &amp;quot;Nightfall [Emergent Shores]&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-09-14 Tuesday&lt;br /&gt;
*  https://www.youtube.com/watch?v=0JCv9Yqbj1M   ♫ Best Progressive House Mix 2021 Vol. #5 ♫&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 4 progressive, ambient, chill ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LbWS79Cxykg&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LhOSM6uCWxk&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=7yR2r6iwaXc   In The Mix Vol.1 -- Blood Groove &amp;amp; Kikis (Melodic Progressive House Mix)&lt;br /&gt;
&lt;br /&gt;
*  # https://www.youtube.com/watch?v=tR38Mf_TbIY, https://www.youtube.com/watch?v=RRomRf0swwQ&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=0BL04pK9LYw   Summer Never Ends 116 Progressive House Mix The Showcase Edition&lt;br /&gt;
&lt;br /&gt;
2021-04-14&lt;br /&gt;
*  https://www.youtube.com/watch?v=gq40qL49RXM   Summer Never Ends 118 Progressive House Mix The For the books Edition&lt;br /&gt;
*  https://www.youtube.com/watch?v=3l1kQeNMyA0&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ Alex H &amp;quot;Khami&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-04-27 Tuesday&lt;br /&gt;
*  https://www.youtube.com/watch?v=cSudtBVcYuI   Summer Never Ends 094&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ Volere &amp;quot;The Seafarer&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=IH8yJn9pw2o&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=MgApT3VHtZY   #WeAreAmbient - &amp;#039;Afterglow&amp;#039; Ambient Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=hkNLJWl8oAA&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=KDFzVz5tX_A   NewProgressive Mix Pt. 17 (Melodic Progressive House Mix) &amp;lt;i&amp;gt;(image of ocean wave Japan style)&amp;lt;/i&amp;gt;&lt;br /&gt;
+++ 1 de n - &amp;quot;Your Own Way&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 5 chill ===&lt;br /&gt;
*  https://www.youtube.com/watch?v=tlUcmD0zPI4&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=sDlGLHgkIXk&amp;amp;t=3047s +++ Femto &amp;quot;Glide&amp;quot;]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn_anchor_aljosha_konstanty&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=kImKxforTFk   Chill Cafe Music by Featured Artist: ALJOSHA KONSTANTY (AK)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=rp8cImqAIPg   We Are All Dreamers | Chill Mix --- &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 5 de n - Sid Acharya &amp;quot;Sky Sailing&amp;quot; - song from Harry Potter?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=E3KP0O73Os0   Blue Night | Deep Chillout Mix ... 115,920 views•Dec 22, 202&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 11 de 13 - Tomokari &amp;quot;Jungle Book&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=dlOHVCZZwEc   &amp;#039;Wish&amp;#039; | Deep Chillout Mix ... 690,611 views•Dec 31, 2020&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 1 de n - Jay Mellock &amp;quot;Sahara Fragments&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=j-kY2x9t-Ro   #Ambient #WeAreAmbient #AmbientMix ... &amp;#039;Destiny&amp;#039; Ambient Mix [study relax sleep]&lt;br /&gt;
... 14,734 views•Premiered May 4, 2021&lt;br /&gt;
+++ Koshun Nakao &amp;quot;Disappear&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=SSbzyETP884   ---&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
Oceanside | Beautiful Chill Music Mix&amp;lt;br /&amp;gt;&lt;br /&gt;
323,769 views•Sep 30, 2020&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=LqYU_ewn-QM   takata taka tena&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ZVb_yKMivqo&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
Productive Music For Work | Chill Playlist&amp;lt;br /&amp;gt;&lt;br /&gt;
2,337,910 views&amp;lt;br /&amp;gt;&lt;br /&gt;
•Nov 20, 2020&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ Kozoro &amp;quot;Horizon&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=NUTbnrD0iL4   Only You | Beautiful Chill Mix &amp;lt;i&amp;gt;(added here 2021-50-24 -- 27,819 views•May 7, 2021)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
￼&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=r-xHvrraR2E&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 6 de 16 - AK &amp;quot;Wanderlust&amp;quot;&lt;br /&gt;
+++ 11 de 16 -&lt;br /&gt;
+++ 12 de 16 - Delectatio &amp;quot;Nothing Left To Give&amp;quot;&lt;br /&gt;
+++ 15 de 16 - Fyze &amp;quot;Emotion&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=xCKdsXIMTF0   &amp;lt;i&amp;gt;image of two people on bench tied to airplane wing tips&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=HhHW5f9LYC8   Music to put you in a better mood- Chill lofi ~ Relax/Study/Sleep&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=4fVQnp-qGHU&lt;br /&gt;
 +++ Everbeat - &amp;quot;Vic (Wiljan Edit)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=7iY8GQKrXXM&lt;br /&gt;
*  https://www.youtube.com/watch?v=KRPb-pG9zSo   single, Aria Deep - Cygnus In The Sky [Synth Collective]&lt;br /&gt;
*  https://www.youtube.com/watch?v=pX_X1KqZ8qQ   Clear Your Mind | Beautiful Chill Mix&lt;br /&gt;
 +++ Isovert - Fade&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;* Busca &amp;quot;Summer Never Ends 137 Progressive House Mix&amp;quot; . . .&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=OoMIclmirxg   Hope | Chill Mix --- 24,940 views --- Aug 15, 2021&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 6 chillstep ===&lt;br /&gt;
&amp;lt;span id=&amp;quot;toronto_motivation_playlist__wiljan_onder&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=ODIHw8NvhEE   --- TORONTO Motivation Playlist — Energetic Chillstep Music — Make Money Mix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* 1 de 20 - Wiljan &amp;quot;Onder&amp;quot;&lt;br /&gt;
* 5 de 20 - Tim Schaufert &amp;quot;Escape&amp;quot;&lt;br /&gt;
* 6 de 20 - Liam Thomas &amp;quot;Through The Night&amp;quot;&lt;br /&gt;
* 10 de 20 - Sapphieros &amp;quot;Dawn&amp;quot;&lt;br /&gt;
* 13 de 20 - Nathanael Schroder &amp;quot;Why Worry&amp;quot;&lt;br /&gt;
* 14 de 20 - &amp;quot;Afterlife&amp;quot;&lt;br /&gt;
* 20 de 20 - Kaj, Soundnet &amp;quot;New Age Voyager&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://startpage.com/av/proxy-image?piurl=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt00454ccee8f8fe6b%2Fblt1f237e7fca21c077%2F609132bcb9440f10206ebb8d%2FUS_Toronto_CA_Header.jpg%3Fwidth%3D1680%26auto%3Dwebp&amp;amp;sp=1622224074T933e639f0b6640650c6f3047dde86616ec02e48f453bc9bcec664ed2d3a8793d&lt;br /&gt;
&lt;br /&gt;
Toronto park in summer:&lt;br /&gt;
https://startpage.com/av/proxy-image?piurl=http%3A%2F%2Fgrangeparktoronto.ca%2Fwp-content%2Fuploads%2F2017%2F12%2FA-177362.jpg&amp;amp;sp=1622224293T85e2aa46aa46a57dbabce4a28f8f670179f157fd49961c461954779dd99ca5ff&lt;br /&gt;
&lt;br /&gt;
Toronto roof top or &amp;#039;near roof&amp;#039; gardens:&lt;br /&gt;
https://startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.toronto.ca%2Fwp-content%2Fuploads%2F2018%2F01%2F8e04-TGS-banner-v1.jpg&amp;amp;sp=1622224293Tb2d81c08c208ee95fdefe8a30aef1a76a255e8afbac7b0c45640c2d6c15459c5&lt;br /&gt;
&lt;br /&gt;
Aerial view of Toronto, as in chillstep music compilation:&lt;br /&gt;
https://startpage.com/av/proxy-image?piurl=https%3A%2F%2Fpbs.twimg.com%2Fmedia%2FE2FQpe2XMAg2Vcx.jpg&amp;amp;sp=1622224601T92a9ceef6147a3c2d8559a0ad3c3165e1987fdf5315045c2adb381dc71e6b258&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=tKMmMHyLBCE   Chillstep Mix 2019 [2 Hours]&lt;br /&gt;
7,222,526 views&lt;br /&gt;
•Jan 1, 2019&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  4 de n - AK &amp;quot;In The Distance&amp;quot;&lt;br /&gt;
*  5 de n - Kisnou &amp;quot;Sine Ira&amp;quot;&lt;br /&gt;
-  . . .&lt;br /&gt;
*  11 de n - AK &amp;quot;Solicity&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn_anchor_aljosha_konstanty_best_collection&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== [[#top|^]] 7 ambient ===&lt;br /&gt;
&lt;br /&gt;
2022-08-05&lt;br /&gt;
*  [https://www.youtube.com/watch?v=f8E1Ft4K3_o&amp;amp;t=1790s +++ Athene &amp;quot;Adrift&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=f88V72RuUiI&amp;amp;t=2468s   Grandyzer &amp;quot;Hunter In The Snow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Tale of a Broken Bird:&lt;br /&gt;
*  https://www.youtube.com/watch?v=1nXfniTIn10&lt;br /&gt;
&lt;br /&gt;
Aljosha Konstanty Best Collection, chill mix:&lt;br /&gt;
*  https://www.youtube.com/watch?v=2KIyY_scNxk   AK (Aljosha Konstanty): Best Collection. Chill Mix, hasta 2021-09-17 FRI 24,880 views May 27, 2019&lt;br /&gt;
&lt;br /&gt;
Best of Aljosha Konstintina, at least first four songs really strong:&lt;br /&gt;
*  https://www.youtube.com/watch?v=cH5jQv7Qmg0&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ 1 de 22 - AK &amp;quot;Fluctuant&amp;quot;&lt;br /&gt;
*  +++ 3 de 22 - [https://www.youtube.com/watch?v=cH5jQv7Qmg0&amp;amp;t=414s AK &amp;quot;Memories&amp;quot;] +++&lt;br /&gt;
*  +++ 4 de 22 - AK &amp;quot;Wanderlust&amp;quot;&lt;br /&gt;
*  +++ 7 de 22 - &amp;quot;Rameses B&amp;quot; - Butterflies (AK Remix)&lt;br /&gt;
&lt;br /&gt;
*  +++ 18 de 22 - AK and Mapps &amp;quot;The Proposal&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Algunos comentarios sobre esta compilacion de AK:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
Showcross&amp;lt;br /&amp;gt;&lt;br /&gt;
1 day ago (edited)&amp;lt;br /&amp;gt;&lt;br /&gt;
Трек Fluctuant, уносит в глубокие, далёкие просторы природы, где красивые леса, величественные горы, голубое небо и отличное настроение, где можно уйти в себя и помечтать о самом волнующем. Музыка просто бесподобна.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Otros anotados:&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
 1001  # https://www.youtube.com/watch?v=I2i83_cWoKQ   Martin Peter &amp;quot;Minus&amp;quot; original mix&lt;br /&gt;
 1002  # https://www.youtube.com/watch?v=cH5jQv7Qmg0   Best of AK (Aljosha Konstanty, Best of 2017) Beautiful Ambient Mix -- AK &amp;quot;Fluctuant&amp;quot; +++&lt;br /&gt;
 1003  # https://www.youtube.com/watch?v=7Hc5uloScQc   +++ 1 de n - Jan Martin &amp;quot;Hold Me Down&amp;quot; (Sodahl Remix)&lt;br /&gt;
 1004  # AK &amp;quot;Homebound&amp;quot; +++&lt;br /&gt;
 1005  # AK &amp;quot;Decades&amp;quot; +++&lt;br /&gt;
 1006  # AK, Tim Schaufert and CASHFORGOLD &amp;quot;Rewind&amp;quot; +++&lt;br /&gt;
 1007  # AK and Mapps &amp;quot;The Proposal&amp;quot; +++ +++&lt;br /&gt;
 1008  # AK &amp;quot;Discovery&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=I2i83_cWoKQ   Martin Peter &amp;quot;Minus&amp;quot; original mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=m4v2SsUmkeI   Martin Peter - Plus (Keith Harris remix)&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=990-kB-604A   #Ambient&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;Skywalker&amp;#039; Ambient Mix&lt;br /&gt;
 1,457,590 views&lt;br /&gt;
 •Sep 17, 2018&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 2 de n - Ed Carlsen &amp;quot;Otto&amp;quot;&lt;br /&gt;
* +++ 6 de n - Hyphex &amp;quot;Fading Light&amp;quot;&lt;br /&gt;
* +++ 7 de n - Mvnners &amp;quot;Camden&amp;quot;&lt;br /&gt;
* +++ 8 de n - Kysnou &amp;quot;Cycle&amp;quot;&lt;br /&gt;
 ...&lt;br /&gt;
* +++ 02:01:49 m de n - Flame Shapes &amp;quot;Beginnings&amp;quot;&lt;br /&gt;
* +++ m2 de n - Jameson Nathan Jones feat. Hannah Sumner &amp;quot;Fallen&amp;quot;&lt;br /&gt;
 ...&lt;br /&gt;
* +++ Bedroom &amp;quot;A Subtle Lapse In Time&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* +++ Tambour &amp;quot;Silhouhettes&amp;quot;&lt;br /&gt;
 ...&lt;br /&gt;
* +++ Tom Hartney &amp;quot;Moonlight&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=jXZAbnn1kTU&lt;br /&gt;
&lt;br /&gt;
Norway . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=XEfDYMngJeE&lt;br /&gt;
Beautiful Relaxing Music • Norwegian Nature &amp;amp; Violin, Flute, Piano &amp;amp; Harp Music&lt;br /&gt;
11,795,309 views&lt;br /&gt;
•Sep 23, 2017&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 8 transient ===&lt;br /&gt;
&lt;br /&gt;
Transient . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=JG12TRur8fA  &amp;quot;Transience | Chill Mix&amp;quot; posted 2021 July 8&lt;br /&gt;
+++ AK &amp;quot;Take A Break&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Hello Meteor ===&lt;br /&gt;
&lt;br /&gt;
Hello Meteor electronic music . . .&lt;br /&gt;
&lt;br /&gt;
2022-08-24&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=G5sJoQm9wP0&lt;br /&gt;
&lt;br /&gt;
2022-08-12&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=zQwkIemTisY&amp;amp;t=425s Hello Meteor &amp;quot;Line Without Site&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=557s Hello Meteor &amp;quot;Jolly Dry Laundromat&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=161s Hello Meteor &amp;quot;Cascade Night&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- - -&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=rfHJsumbleY   &amp;quot;Glass and River Stones&amp;quot;&lt;br /&gt;
*  https://www.youtube.com/watch?v=hSvyz6gFY2I   &amp;quot;Where The Light Goes&amp;quot;&lt;br /&gt;
*  https://www.youtube.com/watch?v=R-enqPl3bIc   &amp;quot;Dana Point&amp;quot;&lt;br /&gt;
*  https://www.youtube.com/watch?v=Tk5_Zsw0Y-s&lt;br /&gt;
*  https://www.youtube.com/watch?v=3tCOLjlf3xE   &amp;quot;The Jade Figurine&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=76TKOxjbgNQ   &amp;quot;Glass Palms&amp;quot; +++&lt;br /&gt;
*  https://www.youtube.com/watch?v=QOsIuj19JLc   &amp;quot;Rain At The Marina&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LRoXAHoBdBU   &amp;quot;Radiant Persephone&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
2022-08-08&lt;br /&gt;
*  https://www.youtube.com/watch?v=YvsrhTxRRSg   The Coastal Obscure (full album)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=YvsrhTxRRSg&amp;amp;t=630s  The Coastal Obscure specific song +++&lt;br /&gt;
*  https://www.youtube.com/watch?v=YvsrhTxRRSg&amp;amp;t=1628s  The Coastal Obscure specific song +++&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 9 Lo-Fi ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ghejJRZ0UFM   A winter afternoon ~ Lofi hip hop mix ~ beats to relax/study to ~ focus music&lt;br /&gt;
&lt;br /&gt;
Dragon&amp;#039;s Breath:&lt;br /&gt;
*  https://www.youtube.com/watch?v=NF92Wqefgv8&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=YrcyW38bUVI   Endless Sunday 2 🎲 [lofi / jazz / instrumental hip hop beats]&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Loi731DwqbM    #Tunable #beatsto #Lofihiphop&lt;br /&gt;
Start a new day ~Lofi hip hop mix~ beats to relax/study to ~ focus musi &lt;br /&gt;
* Aso &amp;quot;Caught In The Rain&amp;quot;&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
*  ultimo de n - Evil Needle, Mischa &amp;quot;Dreams&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=QbQYydQXARU&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  ~01:07:53&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=qsdzdUYl5c0   Summer Feelings&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  00:13:57 Grisp x C4C &amp;quot;Meridienne&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=GsLRrmnJXF8&lt;br /&gt;
 #Tunable #beatsto #Lofihiphop&lt;br /&gt;
 Chill Lo-fi Hip-Hop Beats ~Lofi Hip Hop Chillhop Music Mix ~ Beats to relax/study to&lt;br /&gt;
&lt;br /&gt;
==== [[#top|^]] edit point ====&lt;br /&gt;
2021-08-05 THUR&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=PN15QbjN_-4   5:30 PM LOOK AT THE CITY ~Lofi hip hop mix~&lt;br /&gt;
*  https://www.youtube.com/watch?v=L075FL5iG_g   Feel free to think ~ Chill Lo-fi Hip-Hop Beats ~ Beats to relax/study to&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 8 de n - [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=1004s Blue Wednesday, Dillan Witherow &amp;quot;Seafoam&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
+++ 9 de n - Sleepy Fish &amp;quot;Woodpecker&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
+++ 14 de n - [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=1974s Sleepy Fish &amp;quot;Sunbreak&amp;quot;] +++&amp;lt;br /&amp;gt;&lt;br /&gt;
+++ Ruck P, Shuko &amp;quot;5 am&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Downtown Vol.2 | JazzHop&lt;br /&gt;
*  https://www.youtube.com/watch?v=rACbr2ezLFk  . . . with evening rainy painting of San Francisco hillside and trolly&lt;br /&gt;
&lt;br /&gt;
Japanese Lo-Fi Hip Hop&lt;br /&gt;
*  https://www.youtube.com/watch?v=EEINHtysOdI  MUGEN 「 無限 」 ☯ japanese lofi hip hop mix ☯ relaxing lo-fi music to relax / study to&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 8 de n - Naga x Nuver &amp;quot;Summer Breeze&amp;quot;&lt;br /&gt;
+++ 16 de n - SNUG &amp;quot;Reunion&amp;quot;&lt;br /&gt;
+++ 22 de n - Tophat Panda &amp;quot;Homecoming&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment - close of section &amp;#039;Lo-Fi&amp;#039; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn_anchor_chillhop&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--kupla-x-philanthrope--evening-tide&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 9&amp;amp;#xBE; Chillhop ===&lt;br /&gt;
&lt;br /&gt;
2025-08-18 lunes&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=8iU8LPEa4o0&amp;amp;list=RD8iU8LPEa4o0&amp;amp;start_radio=1&amp;amp;t=3092s Chill Study Beats 4 - jazz and lofi hiphop mix 2017&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=98MQOJWdEME &amp;amp;nbsp; Warm summer nights • instrumental hip hop - chillhop - lofi hip hop mix&amp;lt;span id=&amp;quot;nn-anchor-philanthrope-archie-demo&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 4 de n - [https://www.youtube.com/watch?v=98MQOJWdEME&amp;amp;t=384s Philanthrope &amp;quot;Archie (Demo)&amp;quot;]&lt;br /&gt;
* +++ 6&lt;br /&gt;
* +++ 10 de n - 10..Kupla x Philanthrope &amp;quot;Evening tide&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ovN0XZvkmY0 &amp;amp;nbsp; I am very happy to have you with me~ Lofi hip hop/Chillhop/Jazzhop - Lofi beats to relax/study/sleep&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 00:21:51 Sleepy Fish &amp;quot;The Noise In Pictures&amp;quot;&lt;br /&gt;
* +++ Philanthrope, Ian Ewig, Sleepy Fish &amp;quot;Plants&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== [[#top|^]] edit point ====&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--chillhop-yearmix-2019&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=s49CT4DTAkw &amp;amp;nbsp; Chillhop Yearmix 2019 ☕️ jazz beats &amp;amp; lofi hip hop&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 1 de n - No Spirit &amp;quot;Careless&amp;quot;&lt;br /&gt;
* +++ 2 de n - dryhope &amp;quot;White Oak&amp;quot;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--sworn--flower&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ 14 de 57 ~00:30:40 - [https://www.youtube.com/watch?v=s49CT4DTAkw&amp;amp;t=1835s Sworn &amp;quot;Flower&amp;quot;]&lt;br /&gt;
* +++&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--blue-wednesday-shopan--murmuration&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ 16 de n ~00:35:39 - Blue Wednesday, Shopan &amp;quot;Murmuration&amp;quot; +++ &amp;lt;i&amp;gt;Holy s**t good composition!&amp;lt;/i&amp;gt;&lt;br /&gt;
* +++&lt;br /&gt;
&lt;br /&gt;
* +++ m de n - L&amp;#039;indecis &amp;quot;Second Wind&amp;quot;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--yasper--good-friends&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ m de n ~01:05:30 - Yasper &amp;quot;Good Friends&amp;quot;&lt;br /&gt;
* +++&lt;br /&gt;
* +++ m de n ~00:59:30 - Goosetaf &amp;quot;Timelapse&amp;quot; feat. Slowya.roll&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--junior-state--nice-and-easy&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ m de n ~01:24:45 - junior state &amp;quot;Nice and Easy&amp;quot;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--philanthrope-y-sleepy-fish--space-cadet&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ m de n ~01:32:31 - [https://www.youtube.com/watch?v=s49CT4DTAkw&amp;amp;t=5545s Philanthrope, Sleepy Fish &amp;quot;Space Cadet&amp;quot;]&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--yasper--move-together&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ m de n ~01:45:30 - [https://www.youtube.com/watch?v=s49CT4DTAkw&amp;amp;t=6523s Yasper &amp;quot;Move Together&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=yUpl_HQrBnM &amp;amp;nbsp; 📚 Chill Study Beats 5 • jazz &amp;amp; lofi hiphop Mix [2018]&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 10 de n  Hm Surf &amp;quot;Swix&amp;quot; &amp;amp;nbsp; &amp;amp;nbsp; https://www.youtube.com/watch?v=fdvOa4Ges84 . . . Swix single&lt;br /&gt;
* +++ 11 de n  Philanthrope &amp;quot;Satoshi (Unreleased)&amp;quot;&lt;br /&gt;
* +++ 12 de n  FloFilz &amp;quot;Blue Orchard&amp;quot; +++&lt;br /&gt;
13&lt;br /&gt;
14&lt;br /&gt;
15 Santpoort &amp;quot;Rolling Down This Lazy Wave&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--philanthrope-y-sleepy-fish--space-cadet--2&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=SMgWHnDMHvU&lt;br /&gt;
&lt;br /&gt;
G Mills slippery slope:&lt;br /&gt;
*  https://www.youtube.com/watch?v=r306pcoEUmo&lt;br /&gt;
&lt;br /&gt;
==== [[#top|^]] H M Surf Mujura edit point ====&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=JrxsORGaArQ けｍ SURF - Mujura [Full Album]&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  3 de n - Mujura Hm Surf &amp;quot;Cloudy&amp;quot; +++&lt;br /&gt;
*  9 de n - Mujura Hm Surf &amp;quot;Making Love and Sweet Noodles&amp;quot; ft. Paul +++&lt;br /&gt;
*  11 de n - Mujura HM Surf &amp;quot;Swamp Fever&amp;quot; +++&lt;br /&gt;
*  14 de n - &amp;quot;Sleeping In The Car&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;chillmix_lofi_little_soul&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] 10 Chill Beats Lofi - Little Soul and Others ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=CLeZyIID9Bo&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=tutZKLeGrCs&amp;amp;t=1217s&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;chillmix_lofi_little_soul_2&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=2NqfhsXH1II &amp;amp;nbsp; #LittleSoul :: Music makes you happy early in the morning~ Chill beats - lofi / relax / study&lt;br /&gt;
Chapters of this youtube video:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ 3 de m - Chaach &amp;quot;Polaroid&amp;quot;&lt;br /&gt;
*  +++ 4 de m - C4C &amp;quot;Jasmine&amp;quot;&lt;br /&gt;
*  +++ 5 de m - C4C &amp;quot;Patient&amp;quot; ft Jordy Chandra&lt;br /&gt;
&lt;br /&gt;
*  +++ ~33 de m - Loafy Building &amp;quot;Moonglow w/ Mondo Loops&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  +++ n de m - tysu &amp;quot;Cloudburst&amp;quot; w/ Spencer Hunt&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=uEa7dvGx9M8   ...image of Golden Gate bridge at night&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=5MgyIW63Ja8   Music to put you in a better mood - Lofi playlist for study, relax, stress relief&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=EdOVfo5L64A&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ Lomtre &amp;quot;Summer Evenings&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=TkHr9sd41q8&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ Kalaido &amp;quot;Stars And Chimney&amp;quot;&lt;br /&gt;
*  +++ Lomtre &amp;quot;Summer Evenings&amp;quot; . . . this song in other compilations.&lt;br /&gt;
*  +++ Jfbm &amp;quot;Sun Tea Sunset&amp;quot; from the Waterfall Dreams Compilation&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--creative-self--last-train-home&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  [https://www.youtube.com/watch?v=TkHr9sd41q8&amp;amp;t=3720s +++ ~01:02:45 Creative Self &amp;quot;Last Train Home&amp;quot;]&lt;br /&gt;
*  +++ Ayoen &amp;quot;Why Didn&amp;#039;t You Call Me&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=6wcKCdpelaU &amp;amp;nbsp; Philanthrope - Waking Dreams [Full BeatTape]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Sleepy Fish and Swørn ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=I73RlXq6UjI&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=18&lt;br /&gt;
*  https://www.youtube.com/watch?v=b8yyBXy8FE4&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=16   Swørn - Escapade [full EP]&lt;br /&gt;
*  https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=6015s&lt;br /&gt;
&lt;br /&gt;
Juan Rios - Meraki 🌴🌙🚣 [chillhop / lofi hiphop]:&lt;br /&gt;
*  https://www.youtube.com/watch?v=7RjkUXm_4uQ&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=27    +++ Juan ... &amp;quot;Suadade&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Philanthrope ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=wmNyN1XN9-8&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=48   Philanthrope - Cabin in the Woods [lofi beats]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Hello Meteor electronic ==&lt;br /&gt;
&lt;br /&gt;
 1008  # https://www.youtube.com/watch?v=mNAH-ghOin8 Hello Meteor 2021 compilicion&lt;br /&gt;
 1009  # https://www.youtube.com/watch?v=mNAH-ghOin8&amp;amp;t=2108s Hello Meteor &amp;quot;Melon Skies&amp;quot;&lt;br /&gt;
 1010  # https://www.youtube.com/watch?v=JUeT0IHUuWs&amp;amp;t=2434s Hello Meteor &amp;quot;Seven Thousand Years&amp;quot;&lt;br /&gt;
 1011  # https://www.youtube.com/watch?v=zQwkIemTisY&amp;amp;t=425s Hello Meteor &amp;quot;Line Without Site&amp;quot;&lt;br /&gt;
 1048  # https://www.youtube.com/watch?v=zQwkIemTisY&amp;amp;t=1958s&lt;br /&gt;
 1049  history | grep www&lt;br /&gt;
 1050  # www Hello Meteor &amp;quot;Marbled Murrelet&amp;quot;&lt;br /&gt;
 1051  history | grep www&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Megahits ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=JBmfR-5sU8Q   Mega Hits 2021🌱Best Of Vocal Deep House Music Mix 2021🌱 Summer Music Mix 2021 #82&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment - close of section &amp;#039;Megahits&amp;#039; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Relajante ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=BHACKCNDMW8   3 Hours of Amazing Nature Scenery &amp;amp; Relaxing Music for Stress Relief.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment - close of section &amp;#039;Relajante&amp;#039; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] RnB and Gospel ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=KdOJUp9hdGI   Soul deep collection - Modern soul - The best songs to lift your mood - Best soul of the time 🎵&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=kXIX5vHYjiM   Funky Uplifting R&amp;amp;B Mix Vol 7&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Jv8IqJm6q7w   So Will I - Cross Worship feat. Osby Berry&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=3VNm3rGXPXs   #neosoul #long #mix&lt;br /&gt;
⌚ 1 HOUR of NEO SOUL Instrumental Music (Relaxing / Calming / Chill) LONG MIX&lt;br /&gt;
1,403,209 views&lt;br /&gt;
•Dec 13, 2020&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Rico Barrino - California:&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ozEAEZrG71w   California (Super Mega Mix) 2016 - T.I. Bun B, Colonel Loud, Paul Wall, Snoop Dogg&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=aoX3-Vv_ra4   ~Jhene Aiko,~💛 Greatest Hits 2021 - Full Album Playlist Best Songs 2021&lt;br /&gt;
&lt;br /&gt;
Lo-Fi Hiphop . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=y_azmK6r-5c&lt;br /&gt;
*  https://www.youtube.com/watch?v=EVzoCmhwdCU   Summer Surf | Chill Mix&lt;br /&gt;
&lt;br /&gt;
2021-10-27&lt;br /&gt;
*  https://www.youtube.com/watch?v=tJXPfNDVF4I  DJ Snake, Ms Blackpink . . .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Rap ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=5BzizXe_WWc&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=7   213 - So Fly 5,625,340 views•Mar 17, 2011&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LPp1BaQ1xh8   Nelly &amp;quot;American Dream&amp;quot;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
https://paroles2chansons.lemonde.fr/paroles-nelly/paroles-american-dream.html&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=iO476kD-k0g  #Chingy​ #RightThurr​ #Remastered&lt;br /&gt;
Chingy - Right Thurr (Official Music Video)&lt;br /&gt;
42,820,986 views•Feb 24, 2009&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=aJEzl31zL-I   Ying Yang Twins &amp;quot;Salt Shaker&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2025-02-19&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=WH0gnMsRJE8&amp;amp;t=691s Omni and Ballyhoo full album&lt;br /&gt;
&lt;br /&gt;
2023-03-13&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=14lCuHREDLw   Omni &amp;quot;Back At It&amp;quot; featuring Mykah 9&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=WH0gnMsRJE8  Ballyhoo Myka 9 IAmOmni&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
(1) I&amp;#039;m back it, exercising all my bad habits&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My eyes cold burgandy I&amp;#039;m distant&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You know what I mean I mean&amp;lt;br /&amp;gt;&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
If it ain&amp;#039;t broke why bother it?&amp;lt;br /&amp;gt;&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
Peace rallies wavin&amp;#039; the flag&amp;lt;br /&amp;gt;&lt;br /&gt;
Not the red white &amp;#039;n&amp;#039; blue ****, my people on some new ****&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tryin&amp;#039; to get into somethin&amp;#039;, . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chorus:&amp;lt;br /&amp;gt;&lt;br /&gt;
Never tell a copper where I got my bud from&amp;lt;br /&amp;gt;&lt;br /&gt;
Never turn my back on where I got my love from&amp;lt;br /&amp;gt;&lt;br /&gt;
It isn&amp;#039;t what you thought it was, huh&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
You don&amp;#039;t know who you can trust, huh&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
I already know&amp;lt;br /&amp;gt;&lt;br /&gt;
Tell me what you thinkin&amp;#039;, tell me what your reason&amp;lt;br /&amp;gt;&lt;br /&gt;
You must been drinkin&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
I dont&amp;#039; give a **** I&amp;#039;m from the deep end&amp;lt;br /&amp;gt;&lt;br /&gt;
Wait until tomorrow rest your sleepy hollow head&amp;lt;br /&amp;gt;&lt;br /&gt;
Blink the moment gone, drop the beat and blink the moment gone&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
I blast at it, by my mathematics&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kidnap pull out the hatchet, I wanna talk to Margaret Thatcher&amp;lt;br /&amp;gt;&lt;br /&gt;
An&amp;#039; have it be known that I&amp;#039;m a man of stature&amp;lt;br /&amp;gt;&lt;br /&gt;
I&amp;#039;m not an amateur when I&amp;#039;m in the zone&amp;lt;br /&amp;gt;&lt;br /&gt;
I capture the essence of tone to damage the clones&amp;lt;br /&amp;gt;&lt;br /&gt;
and banish alone the master.&amp;lt;br /&amp;gt;&lt;br /&gt;
Every element of chrome flashes from beretta wetter . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
. . . the car crashes, disaster&amp;lt;br /&amp;gt;&lt;br /&gt;
area, you give the wrong answer to the password question&amp;lt;br /&amp;gt;&lt;br /&gt;
we carry you out faster.&amp;lt;br /&amp;gt;&lt;br /&gt;
In revolutionary interrogation I be the box&amp;lt;br /&amp;gt;&lt;br /&gt;
I&amp;#039;m a fine actor, Mykah Nine rappa cops&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Chorus: . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(2)&amp;lt;br /&amp;gt;&lt;br /&gt;
I&amp;#039;m rolling on, that double headlight might roll up&amp;lt;br /&amp;gt;&lt;br /&gt;
and that stretched out body and I&amp;#039;m just yankin&amp;#039; on the throttle . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
. . . riding with no helmet or goggles&amp;lt;br /&amp;gt;&lt;br /&gt;
I drink a bottle of hypnotics start to weeble and wobble&amp;lt;br /&amp;gt;&lt;br /&gt;
two clicks down four clicks up on the clutch . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
I&amp;#039;m hittin&amp;#039; corners with the ground and my kneecaps touch&amp;lt;br /&amp;gt;&lt;br /&gt;
Close brush with death he tried to cut me off with a left turn&amp;lt;br /&amp;gt;&lt;br /&gt;
close brush with death&amp;lt;br /&amp;gt;&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
.&amp;lt;br /&amp;gt;&lt;br /&gt;
.&amp;lt;br /&amp;gt;&lt;br /&gt;
.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(1)&amp;lt;br /&amp;gt;&lt;br /&gt;
...caught a spark in the ally . . .&lt;br /&gt;
&lt;br /&gt;
...put the hourglass back in a&amp;lt;br /&amp;gt;&lt;br /&gt;
Snatched the pebble out yo&amp;#039; hand before it closes&amp;lt;br /&amp;gt;&lt;br /&gt;
put it back in yo&amp;#039; hand before it opens&amp;lt;br /&amp;gt;&lt;br /&gt;
Ducati&amp;#039;s is gassed up&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Meet me on the coast where the sky meets the ocean&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Ivory Coast music ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=f4nvGek9GsM   Serge Beynaud - Kabableke - Clip officiel ++++&lt;br /&gt;
*  https://www.youtube.com/watch?v=-QC5GKt21HU   Tour 2 Garde - Makassa (Official Video HD)&lt;br /&gt;
*  https://www.youtube.com/watch?v=TAIwGw1paIc   Ballaké Sissoko &amp;amp; Vincent Ségal &amp;quot;a benim kahve sesli, ince sızım&amp;quot; 27/07/2010&lt;br /&gt;
*  https://www.youtube.com/watch?v=PChit7-k35w   AFRICAN MUSIC FOR MEDITATION III - KORA INSPIRATIONS-0V0gq8DF2-0&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
~00:39:00 +++&lt;br /&gt;
~00:55:00 +++ drone instruments y flauta bansuri&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=MZSlpPK5LdM   Move Dadaas&lt;br /&gt;
*  https://www.youtube.com/watch?v=VjpUGrnxepk&amp;amp;list=RDMZSlpPK5LdM&amp;amp;index=2&lt;br /&gt;
*  https://www.youtube.com/watch?v=g1qEPlyfNrI&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=h3nxZMdA6Q0&lt;br /&gt;
*  https://www.youtube.com/watch?v=Q6g_HubMgd0&lt;br /&gt;
*  https://www.youtube.com/watch?v=dK_Mh00IozQ   Josey - Diplome (clip officiel)&lt;br /&gt;
&lt;br /&gt;
choreografia . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=hKCh1JmY0u4   Serge Beynaud - Karidjatou - choregraphie officielle&lt;br /&gt;
*  https://www.youtube.com/watch?v=hv7zREjc9f0   Serge Beynaud - Kota na Koto - Clip officiel&lt;br /&gt;
*  https://www.youtube.com/watch?v=K3-n7Fp3Vmo   +++ BEBI PHILIP - ZEPELE ( Official Video)&lt;br /&gt;
*  https://www.youtube.com/watch?v=AsALD2Pl_PI   ...&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=TIaHfEUn9HU   +++ BEBI PHILIP feat KOFFI OLOMIDE On Va Piétiner (Clip Officiel)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=XsFC8nRsN94   Serge Beynaud - Loko Loko - Clip officiel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=PtmmlOQnTXM   +++++ Sona Jobarteh &amp;quot;Gambia&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Irish music ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=oL2U6QX49DQ  RTE &amp;quot;The Fields Of France&amp;quot; folk song&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=UYXsEIuqPzw   WILLIE MCBRIDE - GREEN FIELDS OF FRANCE // By SAFFYRE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Soundtracks ==&lt;br /&gt;
&lt;br /&gt;
Fantastic Beasts and Where to Find Them . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=SmkF4wvpH_4   Fantastic Beasts And Where To Find Them&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=SNqKBH1Yovc   Fantastic Beasts - The Crimes of Grindelwald Theme Extended&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=DyIGnlGbzM0   Best Music From &amp;quot;Fantastic Beasts and Where to Find Them&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Y3gyTJ2cNhI   &amp;quot;A Close Friend&amp;quot; extended extended version, not a soundtrack yet part of Fantastic Beasts&lt;br /&gt;
&lt;br /&gt;
Fastastic Beasts, Leta&amp;#039;s Flashback extended mix:&lt;br /&gt;
*  https://www.youtube.com/watch?v=OK8kmQXkk_0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lord Of The Rings . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=CahOLfYxiq0 &amp;amp;nbsp; Lord of the Rings | Middle Earth Music &amp;amp; Ambience, 3 Hours&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=uBmbI8dzc-M &amp;amp;nbsp; Lord of the Rings | The Shire, Remastered Music &amp;amp; Ambience - Sunset at Bag End&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=2DS-GnlUSJg&amp;amp;t=4520s &amp;amp;nbsp; The Lord of the Rings: Ithilien Ambience &amp;amp; Music --- 91,437 views &amp;amp;nbsp;Aug 26, 2021 &amp;lt;i&amp;gt;(2021-10-05)&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Harry Potter ===&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=WgBTKhtrYuc Harry Potter springtime at Hogwards] see ~00:25:00, ~00:46:00&lt;br /&gt;
&lt;br /&gt;
Harry Potter Ambient Music | Autumn at Hogwarts | Relaxing, Studying, Sleeping:&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LUGqNiMvmpE  encontrado 2024-10-16, contiene variaciones y otras composiciones.&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=xVivs31VsGo   a cosy hogwarts mixtape (Harry Potter cottagecore) ✨ soundtrack, vocal and acoustic music&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=F6am4iEDez0   Wizarding World Suite | Heartfelt, Emotional and Relaxing&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:12:50&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:17:30&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:25:34 Harry and Hermione sitting inside on tower steps&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:39:00 Leta&amp;#039;s Confession&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:57:30 A Window To The Past&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=_v4cgUVBsi4   Hogwarts Great Hall | Harry Potter Music &amp;amp; Ambience --- 1,744,327 views --- Premiered Dec 4, 2020&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=rPt79QYxXEc&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;amp;num;&amp;lt;!--#--&amp;gt;HarryPotter #Soundtrack #Ambience&lt;br /&gt;
Harry Potter Ambient Music | Hogwarts | Relaxing, Studying, Sleeping&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=pYVQqNZqix0   Wizarding World Suite III | Heartfelt, Emotional and Relaxing&lt;br /&gt;
&amp;amp;nbsp; 76,814 views&lt;br /&gt;
&amp;amp;nbsp; •Sep 3, 2020&lt;br /&gt;
&lt;br /&gt;
Interesting variations on Harry Potter soundtrack songs:&lt;br /&gt;
*  https://www.youtube.com/watch?v=oDIYy6iyaAo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=qQEY0y1U-QI&lt;br /&gt;
Thomas Newman Suite | Heartfelt, Emotional and Relaxing&lt;br /&gt;
78,147 viewsPremiered Nov 8, 2020&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] A mover : перемещать ==&lt;br /&gt;
&lt;br /&gt;
*  https://developer.arm.com/documentation/ddi0432/c/programmers-model/instruction-set-summary   ARM Cortex-M0 instruction set&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] A visitar ==&lt;br /&gt;
&lt;br /&gt;
2023-05-14 - 2023-05-17:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
# https://www.youtube.com/watch?v=LBf4ZZmUq84&amp;amp;t=930s  Sunlight Project &amp;quot;Anahata&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=tawei3fAHcE  10 Years Of Alex H (3 Hour Mix) Part II&lt;br /&gt;
# https://www.youtube.com/watch?v=tawei3fAHcE  ~00:46:30, ~00:54:30&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=Rn5XyevmsDA  Summer Never Ends 180 Progressive House Mix The Chill Breath of Autumn setting in Edition&lt;br /&gt;
# https://www.youtube.com/watch?v=pWRLGMAxjPg  ... &lt;br /&gt;
# https://www.youtube.com/watch?v=RDJti6Q38-I  +++ progressive&lt;br /&gt;
# https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=4600s  Lumedelic &amp;quot;Secrets of Nature&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=8110s  Lumedelic feat Mariami &amp;quot;Hold Me&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] References ==&lt;br /&gt;
HTML special characters:&lt;br /&gt;
*  https://dev.w3.org/html5/html-author/charref&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  290  # https://www.unix.com/shell-programming-and-scripting/156443-renaming-files-sed.html&lt;br /&gt;
  334  history | grep https&lt;br /&gt;
  335  # https://www.youtube.com/watch?v=JPGce3JVyBc - Hello Meteor &amp;quot;Amber and Embers&amp;quot;&lt;br /&gt;
  336  # https://www.msn.com/en-ca/news/world/russias-nuclear-threat-why-vladimir-putin-is-probably-bluffing-analysis/ar-AA12Dfco&lt;br /&gt;
  337  # https://www.youtube.com/watch?v=l_8tXi2VuSY - Blume &amp;quot;Ambient Background Music&amp;quot;&lt;br /&gt;
  338  # https://www.youtube.com/watch?v=CahOLfYxiq0&amp;amp;t=3407s - Lord of the Rings ambient music - Music Of Middle Earth&lt;br /&gt;
  340  # https://www.youtube.com/watch?v=4_llliYdW2Y - Lord of the Rings | Rivendell Music &amp;amp; Ambience, Remastered in 4K, in Partnership with ASMR Weekly&lt;br /&gt;
  342  # https://www.youtube.com/channel/UCpnoPvd2IASOfuzsjxr_bZw&lt;br /&gt;
  343  # https://www.youtube.com/watch?v=8vnHJNjwuqg&amp;amp;t=1688s - Lord of the Rings | Gondor Music &amp;amp; Ambience&lt;br /&gt;
  432  # Marcus Dewayne McCowan Jr https&lt;br /&gt;
  466  # https://www.youtube.com/watch?v=Tk5_Zsw0Y-s&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=8&lt;br /&gt;
 1062  # https://www.youtube.com/watch?v=Tt0NvY0SD1c - 1 Hour Chillout Music Mix&lt;br /&gt;
 1064  # https://www.youtube.com/watch?v=OyPK-uX1vjE - Vision | Deep Chill Music Mix&lt;br /&gt;
 1065  history | grep https&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--- end of page ---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Ai&amp;diff=9046</id>
		<title>Ai</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Ai&amp;diff=9046"/>
		<updated>2026-06-18T22:20:42Z</updated>

		<summary type="html">&lt;p&gt;Ted: Link to article on Claude set up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;AI Notes&lt;br /&gt;
&lt;br /&gt;
Notes on Artificial Intelligence (AI) for Code Development&lt;br /&gt;
&lt;br /&gt;
https://www.reddit.com/r/embedded/comments/1fsupp3/anyone_using_cursor_ai_to_write_embedded_software/&lt;br /&gt;
&lt;br /&gt;
Search for:&lt;br /&gt;
&lt;br /&gt;
[ ] Aider&lt;br /&gt;
&lt;br /&gt;
[ ] Claude and OpenAI&lt;br /&gt;
&lt;br /&gt;
[ ] Claude (Sonnet)&lt;br /&gt;
&lt;br /&gt;
[ ] Cursor&lt;br /&gt;
&lt;br /&gt;
== Claude Set Up ==&lt;br /&gt;
&lt;br /&gt;
*  https://forums.linuxmint.com/viewtopic.php?t=465888&lt;br /&gt;
&lt;br /&gt;
== Tabby ==&lt;br /&gt;
&lt;br /&gt;
[ ] Tabby &amp;quot;with local models&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.tabbyml.com/&lt;br /&gt;
&lt;br /&gt;
Note 1&lt;br /&gt;
&lt;br /&gt;
Qwen Large Language Models&lt;br /&gt;
&lt;br /&gt;
*  https://qwenlm.github.io/about/&lt;br /&gt;
&lt;br /&gt;
A contributor from the &amp;quot;Who We Are/About Us&amp;quot; section:&lt;br /&gt;
&lt;br /&gt;
*  https://huggingface.co/loubnabnl&lt;br /&gt;
&lt;br /&gt;
*  https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct&lt;br /&gt;
&lt;br /&gt;
*  https://huggingface.co/datasets/HuggingFaceH4/ultrafeedback_binarized&lt;br /&gt;
&lt;br /&gt;
More general:&lt;br /&gt;
&lt;br /&gt;
*  https://huggingface.co/spaces&lt;br /&gt;
&lt;br /&gt;
*  https://huggingface.co/spaces/AiSudo/Qwen-Image-to-LoRA&lt;br /&gt;
&lt;br /&gt;
Note &amp;quot;LoRA&amp;quot; here means Low Rank Adaptation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ========= ========= ========= ========= ========= ========= ========= ========= ========= ========= BEGIN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
2026-10-29  Gemini 3/GPT-5.2/Claude Opus 4.5&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Note 1&lt;br /&gt;
&lt;br /&gt;
Equivalent-Habit3875&lt;br /&gt;
•&lt;br /&gt;
1y ago&lt;br /&gt;
Ai is what the calculator was back when it first was invented. The calculator didn’t solve problems on its own, nor did it replace mathematicians. It made those good at math better and those who weren’t probably got dumber. These tools are only as intelligent as their operator. If your prompt or your intent is offbeat, or you don’t know how to organize your ideas. It won’t be of any help to you. I’m a project manager, all I ever was good at was concepts. Now because I can detail what I want, I can develop prototypes that otherwise I would need to pay, or hire a developer for. If you ARE a developer and you have good organizational skills you can improve your workflow vastly.&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
Responsible_Stuff850&lt;br /&gt;
•&lt;br /&gt;
10mo ago&lt;br /&gt;
CoPilot in VS Code&lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
shrimpthatfriedrice&lt;br /&gt;
•&lt;br /&gt;
1mo ago&lt;br /&gt;
i use Cursor for repo‑aware editing, quick scaffolding, register Q&amp;amp;A, and small refactors, but every change is reviewed and built on the target; for frameworks it’s decent with STM32 HAL/LL if you include the right headers and version context, and more uneven with ESP‑IDF unless you paste exact APIs and examples from the docs. copilot is best for inline completions, ChatGPT is handy for explanations and small snippets, and Cursor fits when I want edits tied to the codebase. for performance work I switch to WedoLow MCP in my environment: it reads my real compile commands, inspects the generated assembly and metrics, ranks hotspots, proposes small C/C++ patches with expected CPU/memory impact, and rechecks after I apply them so I keep only edits that help. workflow wise, I outline the driver or task, let Cursor draft the boilerplate and register fields from the datasheet, compare against vendor examples, compile and run on hardware, then run the MCP pass for targeted optimization without changing public interfaces&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- ========= ========= ========= ========= ========= ========= ========= ========= ========= ========= END --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Developers&amp;diff=9045</id>
		<title>Developers</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Developers&amp;diff=9045"/>
		<updated>2026-06-18T17:59:55Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add notes shared from a Zephyr Meetup in Porland, cerca 2026 junio 15&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Embedded and Software Developers&lt;br /&gt;
&lt;br /&gt;
This page started to hold onto links to interesting works and developers writing about these works.&lt;br /&gt;
&lt;br /&gt;
*  https://radek.io/about/&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://radek.io/posts/magical-container_of-macro/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Zephyr RTOS Project contributors:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
Peter Bigot . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.pabigot.com/&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.pabigot.com/arm-cortex-m/experiences-with-zephyr/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jared Wolff . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.jaredwolff.com/blog/&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.jaredwolff.com/embedding-rust-into-zephyr-using-cbindgen/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ulf L, Github page of Ulf Lilleengen . . .&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/lulf&lt;br /&gt;
&lt;br /&gt;
Zephyr Team member Maureen Helm and sensor drivers . . .&lt;br /&gt;
&lt;br /&gt;
* https://www.youtube.com/watch?v=j2jI1icKt_8&lt;br /&gt;
&lt;br /&gt;
Luis Ubieda of Croxel and Zephyr RTIO sensor API .  .&lt;br /&gt;
&lt;br /&gt;
*  https://www.croxel.com/insights/presentation-ossna-2025-rtio-zephyr&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* https://www.croxel.com/files/presentation-ossna-2025-rtio-for-zephyr-rtos-real-time-apps.pdf&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mbedded Ninja collection of Zephyr use blog articles&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://blog.mbedded.ninja/programming/operating-systems/zephyr/logging/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;!-- page section closing hack indent mark-up --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
********* ********* ********* ********* ********* ********* ********* ********* ********* ********* -&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2026-03-30 lunes&lt;br /&gt;
&lt;br /&gt;
Iomico is a company and group of developers.  Zephyr 2026 Q1 - Q2 workshop link is:&lt;br /&gt;
&lt;br /&gt;
*  https://iomico.atlassian.net/wiki/external/OTFlYTBiYmVjYjU5NGY2M2IyOWJhNGY4ZTQxZWM5ODg&lt;br /&gt;
&lt;br /&gt;
 1001  # Regarding nanopb and Python pkg_resources - https://iomico.slack.com/archives/C09FML2BFDH/p1767352080651549?thread_ts=1767213543.364059&amp;amp;cid=C09FML2BFDH&lt;br /&gt;
 1002  # Nordic Semi Tech Tour Conference 2025 Nov - https://iomico.slack.com/archives/C09FML2BFDH/p1763732520228989&lt;br /&gt;
&lt;br /&gt;
Iomico recorded sessions:&lt;br /&gt;
&lt;br /&gt;
*  https://drive.google.com/drive/folders/1JU16nJtdFDtTvJX8bcaCFzt-tp84pG_w?usp=sharing&lt;br /&gt;
&lt;br /&gt;
*  May 30 custom boards lecture&lt;br /&gt;
&lt;br /&gt;
Course Exam details:&lt;br /&gt;
&lt;br /&gt;
*  https://iomico.atlassian.net/wiki/external/YjUwNzI5YjhlY2UyNDEyZGJmMTM3NzZlNDhhM2FlNGQ&lt;br /&gt;
&lt;br /&gt;
********* ********* ********* ********* ********* ********* ********* ********* ********* ********* -&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Zephyr Meetups ==&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Dawid Marszalkiewicz  [2:33 AM]&lt;br /&gt;
Hi Team! I was at Zephyr Project Meetup. I did some notes, mostly on AI agents working in Zephyr environment. Hope you find them useful&lt;br /&gt;
&lt;br /&gt;
First presentation AI-aided coding - The speaker claimed that he doesn&amp;#039;t write code anymore. He just creates the architecture and a set of requirements that his agents/sub-agents shall follow. He claimed that he recently built a product in 3 months and did not write a single line. Below are a few insights from the presentation.&lt;br /&gt;
Vibecoding is an antipattern&lt;br /&gt;
Vibecoding has been depicted as looking for a path without a map.&lt;br /&gt;
&lt;br /&gt;
LLMs are very sensitive to context rot - the response quality of an AI model decreases during long conversations or work sessions. There are mechanisms to limit the context size and increase the quality of the AI model&amp;#039;s work (even make its output deterministic). In fact, hitting half of the maximum context capacity makes the model generate garbage (his opinion). Below are some ideas on how to limit the context.&lt;br /&gt;
Skills - md files describing how to do particular things - e.g. write a specification, write tests, etc. The thing is that skills are not loaded into the context if they are not used.&lt;br /&gt;
Agents/Subagents - agents have their own context, which means that they are not polluting the &amp;quot;main&amp;quot; context.&lt;br /&gt;
Use MCPs and LSP (like clangd), as curl/grep uses more tokens than MCP/LSP integrations.&lt;br /&gt;
&lt;br /&gt;
What to do when working with AI (based on Claude Code) - tips:&lt;br /&gt;
If you are not content with the output, talk it through and plan actions to avoid doing the same thing again - in other words, find the root cause and plan corrective actions.&lt;br /&gt;
Set a proper set of permissions so Claude does not need to ask for permission each time - better flow.&lt;br /&gt;
Use /compact &amp;quot;prompt describing what should be kept from the session&amp;quot;&lt;br /&gt;
Use plugins - one that is very good according to him is superpowers (a framework for software development).&lt;br /&gt;
TDD works pretty well with AI models, as they can validate their outcome.&lt;br /&gt;
Describe/document as much as you can, e.g.: how to build the project, how to test it, etc.&lt;br /&gt;
git worktree allows a multiagent cohort to work on many branches at the same time.&lt;br /&gt;
You just need to review it afterwards.&lt;br /&gt;
&lt;br /&gt;
The second presentation was about the RPi Pico 2 ($7 devkit) that can help you with prototyping any communication protocol thanks to its on-board wifi chip and special PIO (programmable I/O) that can be programmed to be UART/SPI/I2C - as I understood.&lt;br /&gt;
The last one was about the UART API - Polling/Interrupt/Async. Demo + performance analysis.&lt;br /&gt;
(edited)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- EOF --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Ruby&amp;diff=9044</id>
		<title>Ruby</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Ruby&amp;diff=9044"/>
		<updated>2026-06-17T21:52:12Z</updated>

		<summary type="html">&lt;p&gt;Ted: Create a page for notes on Ruby scripting language&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ruby versus Python&lt;br /&gt;
&lt;br /&gt;
*  https://batsov.com/articles/2025/09/12/why-i-chose-ruby-over-python/&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Hardware&amp;diff=9043</id>
		<title>Hardware</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Hardware&amp;diff=9043"/>
		<updated>2026-06-17T20:32:47Z</updated>

		<summary type="html">&lt;p&gt;Ted: Microprocessors : Instruction pipelining&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== [[#top|^]] Radio Modules ==&lt;br /&gt;
&lt;br /&gt;
Fantsel Bluetooth radio module, details about UART and other interface settings for BT840E and similar modules . . .&lt;br /&gt;
&lt;br /&gt;
*  https://static1.squarespace.com/static/561459a2e4b0b39f5cefa12e/t/5c0071e01ae6cf3870de2daa/1543533029528/Fanstel_AT_Commands.pdf&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Field Programmable Gate Arrays FPGAs ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.mouser.com/new/xilinx/xilinx-coolrunner-ii-cplds/  Xilinx Coolrunner family FPGA devices&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2022-101-14&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] USB to UART ==&lt;br /&gt;
&lt;br /&gt;
A few references to Parallax products, found during search for USB to serial UART cables:&lt;br /&gt;
&lt;br /&gt;
*  https://www1.parallax.com/product/28031 . . . USB to serial UART cable&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www1.parallax.com/sites/default/files/downloads/28030-USB-Serial-232-Schematic-RevD.pdf&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] P8X32A processor ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.parallax.com/product/propeller-activity-board-wx/ . . . 8-core Propeller P8X32A-Q44 microcontroller&lt;br /&gt;
&lt;br /&gt;
Some reviews of this processor:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://hackaday.com/tag/p8x32a/   . . . Hackaday 2014 review of P8X32A processor&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Sensors ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.kionix.com/about-kionix/about-ithaca&lt;br /&gt;
&lt;br /&gt;
*  KX132-1211-Technical-Reference-Manual-Rev-5.0.pdf&lt;br /&gt;
&lt;br /&gt;
*  https://www.mouser.com/datasheet/2/348/KX134-1211-Specifications-Rev-1.0-1659717.pdf  Kionix KX134-1211 accelerometer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Displays ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.digikey.com/htmldatasheets/production/646381/0/0/1/ap3156.html  Diodes Incorporated AP3156FVP LED driver chip&lt;br /&gt;
&lt;br /&gt;
Riverdi displays . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.tme.eu/Document/3cebc4945163b64965ccc9aa8aba0ecd/RiTFT-43.pdf&lt;br /&gt;
&lt;br /&gt;
D&amp;#039;oh hold on, this link is for an SD card like memory chip:&lt;br /&gt;
&lt;br /&gt;
*  https://hackaday.com/2020/12/29/new-part-day-sd-nand-are-surface-mount-chips-that-work-like-an-sd-card/&lt;br /&gt;
*  https://www.lcsc.com/product-detail/FLASH_XTX-XTSD04GLGEAG_C558839.html&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Microprocessors ==&lt;br /&gt;
&lt;br /&gt;
See also local Neela Nurseries article [[microcontrollers|microcontrollers]] for more references and notes about microcontrollers and microprocessors.&lt;br /&gt;
&lt;br /&gt;
Very Long Instruction Word architecture:&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Very_long_instruction_word&lt;br /&gt;
*  https://en.wikipedia.org/wiki/Microcode#Horizontal_microcode&lt;br /&gt;
&lt;br /&gt;
2026-06-17 mie&lt;br /&gt;
&lt;br /&gt;
Instruction pipelining&lt;br /&gt;
&lt;br /&gt;
*  https://cs.stanford.edu/people/eroberts/courses/soco/projects/risc/pipelining/index.html&lt;br /&gt;
*  https://medium.com/@aylia.zulfiqar29/5-stages-of-pipeline-in-computer-architecture-dc9fca11784e&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Tools for Electronics ==&lt;br /&gt;
&lt;br /&gt;
Tools for prototyping and building electronic hardware:&lt;br /&gt;
&lt;br /&gt;
*  https://www.mouser.com/datasheet/2/305/OKi%20PS-900%20Data%20Sheet-1189329.pdf  . . . Metcal PS-800 soldering station and accessories&lt;br /&gt;
&lt;br /&gt;
*  https://www.mouser.com/ProductDetail/Metcal/PS-HC3?qs=tEuKHpL3Iwl%2F4rOdYAbWyQ%3D%3D  . . . Metcal PS-HC3 hand-piece w/cord and Coil Assembly&lt;br /&gt;
&lt;br /&gt;
*  https://www.sparkfun.com/products/22857  VR IMU Breakout - BNO086&lt;br /&gt;
&lt;br /&gt;
*  https://www.sparkfun.com/products/19725  PCBite hook up accessories&lt;br /&gt;
&lt;br /&gt;
*  https://www.sparkfun.com/products/19721  PCBite hook up accessories&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PCB Layout Tools and Considerations ==&lt;br /&gt;
&lt;br /&gt;
*  https://welldoneblog.fedevel.com/2023/05/03/do-you-know-how-signal-travels-through-a-via-are-you-sure-explained-by-eric-bogatin/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Tools for Programming Microcontrollers ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.mouser.com/ProductDetail/Segger-Microcontroller/8.08.00&lt;br /&gt;
*  https://www.mouser.com/ProductDetail/Segger-Microcontroller/8.08.00?qs=sGAEpiMZZMuqBwn8WqcFUncXicj3aubZWfen96waVfI%3D  &amp;lt;i&amp;gt;( this link may only be valid for a particular session )&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.mouser.com/datasheet/2/359/Segger_J-Link_Adapters-1202797.pdf  JLink adapters, adaptive cables, adapter cables&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.mouser.com/ProductDetail/Segger-Microcontroller/8.06.02&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Camera systems ===&lt;br /&gt;
&lt;br /&gt;
*  https://ag-projects.com/focus/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Component Datasheets To Sort ==&lt;br /&gt;
&lt;br /&gt;
Texas Instruments self-protected load switch TPS22919DCKR . . .&lt;br /&gt;
*  https://www.ti.com/lit/ds/symlink/tps22919.pdf&lt;br /&gt;
&lt;br /&gt;
Sensirion STS-30 series temperature sensors . . .&lt;br /&gt;
*  https://sensirion.com/media/documents/1DA31AFD/61641F76/Sensirion_Temperature_Sensors_STS3x_Datasheet.pdf&lt;br /&gt;
&lt;br /&gt;
Microchip CAN Flexible Datarate Transceiver MPC2562FDT-E . . .&lt;br /&gt;
*  https://ww1.microchip.com/downloads/aemDocuments/documents/OTH/ProductDocuments/DataSheets/20005284A.pdf&lt;br /&gt;
&lt;br /&gt;
Infineon 32-MB SPI NOR FLASH . . .&lt;br /&gt;
*  https://www.infineon.com/dgdl/Infineon-S25FL256L_S25FL128L_256-MB_(32-MB)_128-MB_(16-MB)_3.0_V_FL-L_FLASH_MEMORY-DataSheet-v09_00-EN.pdf?fileId=8ac78c8c7d0d8da4017d0ed40e335224&lt;br /&gt;
&lt;br /&gt;
Bluetooth BT849 development board schematic . . .&lt;br /&gt;
*  https://www.mouser.com/datasheet/2/915/BlueNor_BT840F_datasheets-1622692.pdf&lt;br /&gt;
&lt;br /&gt;
Infineon Tricore Family automotive focused microcontrollers . . .&lt;br /&gt;
*  https://www.mouser.com/datasheet/2/196/Infineon_TriCore_Family_BR_ProductBrochure_v01_00_-1605986.pdf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Vacuum Tube Technology ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=S677EQZ_wns  Biggest new Nixie clock&lt;br /&gt;
&lt;br /&gt;
*  https://hackaday.com/2020/08/06/just-who-makes-tubes-these-days/&lt;br /&gt;
&lt;br /&gt;
*  https://www.nytimes.com/2006/05/16/business/worldbusiness/16cheat.html&lt;br /&gt;
&lt;br /&gt;
2023-12-26 TUE&lt;br /&gt;
&lt;br /&gt;
A couple of references to Dekatron tube and counting tube driving circuits:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://tubehobby.com/datasheets/DEKA.pdf&lt;br /&gt;
*  https://threeneurons.wordpress.com/dekatron-stuff/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- EOF --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9042</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9042"/>
		<updated>2026-06-17T20:16:06Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add section q Advisor Search q&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== [[#top|^]] 2026 ==&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1.  https://www.pdx.edu/engineering/electrical-computer-engineering-msphd-program-details&lt;br /&gt;
&lt;br /&gt;
2.  https://sites.google.com/pdx.edu/ecestudentemployment/graduate-student?authuser=0&lt;br /&gt;
&lt;br /&gt;
3.  https://www.pdx.edu/health-counseling/insurance&lt;br /&gt;
&lt;br /&gt;
Graduate teaching assistantships&lt;br /&gt;
&lt;br /&gt;
Undergraduate courses:&lt;br /&gt;
&lt;br /&gt;
*  https://pdx.smartcatalogiq.com/en/2025-2026/bulletin/maseeh-college-of-engineering-and-computer-science/electrical-and-computer-engineering/undergraduate-programs/computer-engineering-b-s/&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Advisor Search ==&lt;br /&gt;
&lt;br /&gt;
Good idea for graduate students electing thesis option to find and work with an academic advisor.  Links to resources of this nature to come . . .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*  https://jameltayeb.com/wp-content/uploads/2025/08/Curriculum-Vitae-Jamel-Tayeb.pdf&lt;br /&gt;
&lt;br /&gt;
*  https://www.researchgate.net/profile/Jamel-Tayeb&lt;br /&gt;
&lt;br /&gt;
*  https://www.researchgate.net/publication/301193397_Virtualization_and_Partitioning&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Markdown&amp;diff=9041</id>
		<title>Markdown</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Markdown&amp;diff=9041"/>
		<updated>2026-06-17T17:20:02Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add mdformat use notes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Markdown auto-formatting tools mdformat:&lt;br /&gt;
&lt;br /&gt;
* https://pypi.org/project/mdformat/0.5.1/&lt;br /&gt;
&lt;br /&gt;
* https://mdformat.readthedocs.io/en/stable/users/installation_and_usage.html&lt;br /&gt;
&lt;br /&gt;
link to mdformat tool documentation:&lt;br /&gt;
&lt;br /&gt;
* https://mdformat.readthedocs.io/en/stable/users/style.html&lt;br /&gt;
&lt;br /&gt;
2026-02-10 - Possible common localhost set up&lt;br /&gt;
&lt;br /&gt;
A localhost can have multiple Python virtual environments.  If a common way of using mdformat is desired it may make sense to create a `venv` in the localhost user&amp;#039;s home directory, and to then install mdformat as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 1022  python3 -m venv .venv&lt;br /&gt;
 1023  source ./.venv/bin/activate&lt;br /&gt;
 1025  pip install pipx&lt;br /&gt;
 1026  pipx install mdformat&lt;br /&gt;
 1027  pipx inject mdformat mdformat-gfm&lt;br /&gt;
 1028  history&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Markdown Use ==&lt;br /&gt;
&lt;br /&gt;
Markdown use message is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
usage: mdformat [-h] [--check] [--no-validate] [--version] [--number] [--wrap {keep,no,INTEGER}] [--end-of-line {lf,crlf,keep}]&lt;br /&gt;
                [--extensions EXTENSION] [--codeformatters LANGUAGE] [--compact-tables]&lt;br /&gt;
                [paths ...]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An example invocation which formats a markdown document to maximum eighty columns width is:&lt;br /&gt;
&lt;br /&gt;
  $ mdformat --wrap 80 &amp;lt;filename&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Markdown Project Issues ==&lt;br /&gt;
&lt;br /&gt;
Need for ignore directive with mdformat utility:&lt;br /&gt;
&lt;br /&gt;
Markdown as formatting tool does not as of 2026 Q1 support &amp;quot;ignore block&amp;quot; directives.  It formats the entire document.  For single spaced bullet lists it concatenates each line and bullet point into a single line.  Not helpful!  A Github issue has been raised regarding this:&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/hukkin/mdformat/issues/53&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- EOF --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Musica&amp;diff=9040</id>
		<title>Musica</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Musica&amp;diff=9040"/>
		<updated>2026-06-17T01:01:59Z</updated>

		<summary type="html">&lt;p&gt;Ted: Chill : Summer Never Ends 213 Progressive House Mix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[#anchor_nn_toc_music|jump to TOC]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;font style=&amp;quot;font-size:3vw&amp;quot;&amp;gt;&amp;amp;#x0938;&amp;amp;#x0902;&amp;amp;#x0917;&amp;amp;#x0940;&amp;amp;#x0924;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- style=&amp;quot;font-size:10vw&amp;quot; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== --- Best --- ===&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=BtsPwonXfLE Alex Isley - Moonlight On Vermont] :: [https://www.youtube.com/watch?v=0BZT-S3m4Rs Norway 4k]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=Ja-fD7zLllQ Serenade to Music] :: [https://www.youtube.com/watch?v=n6p-eXSZtGY Franck: Psyché - Groot Omroepkoor &amp;amp; Radio Filharmonisch Orkest - Live concert HD] :: [https://www.youtube.com/watch?v=Ja-fD7zLllQ Ralph Vaughan Williams: Serenade to Music | Andrew Manze | NDR Radiophilharmonie] :: Philip G Anderson &amp;quot;Winter&amp;quot;  :: [https://www.youtube.com/watch?v=H47TD7X_SOs Tony Anderson &amp;quot;Immanuel&amp;quot;] :: [https://www.youtube.com/watch?v=Gf5rSeTKpj4 Canada 4k] :: [https://www.youtube.com/watch?v=gghgYaYeG_M South America 4k -- escucha cerca 00:36:00] :: [https://www.youtube.com/watch?v=VaLgmb5aGjo Norway 4K - Scenic Relaxation Film With Enchanting Music]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=CKXPeGViJMo Masakali] :: [https://www.youtube.com/watch?v=D395bK70m3w Masakali (full track)] :: [https://www.youtube.com/watch?v=lR9bP-uFqKs Lumidelic - Kaliedoscope] :: [https://www.youtube.com/watch?v=ZqmYLm4HTqE Lumidelic - The Village] :: [https://www.youtube.com/watch?v=HWiEa4J2Fxg Maiga - Nürnberg (Lumidelic Remix)] :: [https://www.youtube.com/watch?v=-ZinzrOi1TQ Lumidelic - Pura Vida]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=K7z1OqKLdHw Raga Bihag: Debopriya and Suchismita Chatterjee] :: [https://www.youtube.com/watch?v=4VPjsfCCYOs Raga Bhupali by Tilasmi Prajapati]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=sIyNdZ5GcgE Raag Yaman by Shubhayu Sen Majumda] :: [https://www.youtube.com/watch?v=P66xnRoceLo Raga Jhinjhoti]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=n9ieqEdBTA4&amp;amp;t=245s &amp;#039;Nightfall&amp;#039; Ambient Mix - Matteo de Grandis &amp;quot;For You&amp;quot; +++] :: [https://www.youtube.com/watch?v=n9ieqEdBTA4&amp;amp;t=2092s InternalEye &amp;quot;Cascade&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=6_2ZFMrocCw&amp;amp;t=1407s New Zealand 4k] :: [https://www.youtube.com/watch?v=k2-LUK_vmOA&amp;amp;t=1789s Chile 4k cheerful piano composition] :: [https://www.youtube.com/watch?v=Bxo2JkiqG_o&amp;amp;t=1551s Lofoten Islands - 3/4 composition with lyrics] :: [https://www.youtube.com/watch?v=YDL8HbY9ENU&amp;amp;t=3055s Argentina 4k &amp;quot;Dobro lament and thanks&amp;quot;] :: [https://www.youtube.com/watch?v=Bdh_hF08U9o Iceland 4K - Scenic Relaxation] :: [https://www.youtube.com/watch?v=ycDLfQ1Cv_Y Ireland 4K - Scenic Relaxation] :: [https://www.youtube.com/watch?v=ycDLfQ1Cv_Y&amp;amp;t=1068s Ireland 4k - piano and violin lament] :: [https://www.youtube.com/watch?v=mOvGV_w34Jg Ugunda 4k] :: [https://www.youtube.com/watch?v=Y1SH7C6eOMY&amp;amp;t=3345s  Celtic 4K - Irish &amp;amp; Scottish Landscapes] :: [https://www.youtube.com/watch?v=Mc7XKiNrHQc&amp;amp;t=3095s Scotland 4k song like Sleepy Fish...]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=-00PZ3FaHV4&amp;amp;t=2263s Dolomites segundo encontrado] :: [https://www.youtube.com/watch?v=xm68tbtPWGg 4k Fjords of Patagonia]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=mOvGV_w34Jg Uganda 4k] :: [https://www.youtube.com/watch?v=JC8lgzjvtcA Uganda 4k (second find ~02:30:00)] :: [https://www.youtube.com/watch?v=w1ucZCmvO5c Vietnam 4k]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=8Pvsa5jfCxY Reflections With Gandalf | 432Hz] :: [https://www.youtube.com/watch?v=BE6JUt9LnCw The Lord of the Rings Trilogy - Calm Continuous Mix - BE6JUt9LnCw - ~28:50] :: [https://www.youtube.com/watch?v=FrWuCPgsp_c&amp;amp;t=251s LOTR &amp;quot;Into The West&amp;quot;] :: [https://www.youtube.com/watch?v=Sa9EOmkkNAM In Dreams Suite (Themes)] :: [https://www.youtube.com/watch?v=FMYtFHSXGLg Gondor Suite (Themes) - Lord of the Rings]&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=5BHrkcSbHwU&amp;amp;list=RDSa9EOmkkNAM&amp;amp;index=7 The Undying Lands Suite - Valinor] [https://www.youtube.com/watch?v=s7XSuJn0G44&amp;amp;list=RDSa9EOmkkNAM&amp;amp;index=8 LOTR Breaking Of The Fellowship] :: [https://www.youtube.com/watch?v=3bY0XO0vuZA Evening Star the Eternal Light - Lord Of The Rings]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=IYjOTQ2bPNw  Morroco] :: [https://www.youtube.com/watch?v=YDL8HbY9ENU&amp;amp;t=1217s +++ Buenos Aires] :: [https://www.youtube.com/watch?v=y13JsbpHaT4  Siberia 4K - Scenic Relaxation Film With Calming Music] :: [https://www.youtube.com/watch?v=DsXMR7dY35w Patagonia +++] :: [https://www.youtube.com/watch?v=Bxo2JkiqG_o Norway - song &amp;quot;Outro&amp;quot; ~57:45:00 +++] :: [https://www.youtube.com/watch?v=CxwJrzEdw1U&amp;amp;t=2840s Norway 4k piano 3/4 with instrument breathes] :: [https://www.youtube.com/watch?v=Pbzn79TSRO0&amp;amp;t=960s Iceland piano 3/4]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=SEssIU0tcuQ Scotland in 4K Drone Fly By - 35 minutes] :: [https://www.youtube.com/watch?v=XN5vgVZYJVI Ireland + Scotland] :: [https://www.youtube.com/watch?v=jutqHjhlDvk Impossible Afghanistan] (Minaret of Jam)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hello Meteor&lt;br /&gt;
&lt;br /&gt;
Some of the best of &amp;quot;Hello Meteor&amp;quot;, Seattle based music composer and artist:  [[hello_meteor|Hello Meteor local notes]].&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=cf3cFmomC8I Relax and Chill - Moon Above Blossoms +++] :: [https://www.youtube.com/watch?v=HkMh2C93ohU Hello Meteor TV &amp;quot;Artifacts&amp;quot;] :: [https://www.youtube.com/watch?v=PWj68WW2oo8&amp;amp;t=130s Hello Meteor &amp;quot;Rushing Green&amp;quot;] :: [https://www.youtube.com/watch?v=PWj68WW2oo8&amp;amp;t=1071s  Hello Meteor &amp;quot;Variety Pack&amp;quot; final song] :: [https://www.youtube.com/watch?v=53Vf552O-oU Epidote and others] :: [https://www.youtube.com/watch?v=pNO4MpjbD-I Hello Meteor TV- S03 E01- 𝑂𝑢𝑡𝑠𝑖𝑑𝑒 - includes song &amp;quot;Cape Alsea&amp;quot; Jaladri] &amp;lt;!-- https://www.youtube.com/watch?v=pNO4MpjbD-I&amp;amp;t=624s Cape Alsea --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=8HDTS80dlr4 Patakha Guddi Highway song] :: [https://www.youtube.com/watch?v=AGsn2ycFRqI A.R. Rahman - Tum Tak] :: [https://www.youtube.com/watch?v=xHLnZMjJ8bY A.R Rahman Maahi Ve Song Highway | Alia Bhatt, Randeep Hooda | Imtiaz Ali] :: [https://www.youtube.com/watch?v=ZYGyuaEU2aA&amp;amp;list=RDAGsn2ycFRqI&amp;amp;index=3 Rehna Tu]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=ZYGyuaEU2aA&amp;amp;list=RDk09uvR5eUao&amp;amp;index=2 Rehna Tu full track]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=NvftPSb5Xtw Secret Forest 🍃 Chill Lofi Beats] :: [https://www.youtube.com/watch?v=vTHsgxYL8Is  Lumidelic Feat. Mariami - Hold Me (Original Mix)] :: [https://www.youtube.com/watch?v=FrWuCPgsp_c&amp;amp;t=251s LOTR &amp;quot;Into The West&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=N0YGtk1i4J8&amp;amp;t=2615s  &amp;quot;Promises&amp;quot; David Folkebrant and Lokovski] :: https://www.youtube.com/watch?v=YGwE90xQ7NE Masakali - composer A R Raman cantante Mohit Chauhan :: https://www.youtube.com/watch?v=moI93Konnl8 :: Hello Meteor - Pantropic (full album) :: [https://www.youtube.com/watch?v=M7M2kjEfPTw Hello Meteor - Pantropic :lsb:Full Album:rsb:] left square bracket right square bracket&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=CbGnQEo6gL0 Z8phyr &amp;quot;Cithara&amp;quot; +++] :: [https://www.youtube.com/watch?v=3t0DqyoSLTw&amp;amp;t=2845s Andrew Frenir and Sixsense &amp;quot;Caught In Time&amp;quot;] :: [https://www.youtube.com/watch?v=IJh4yRo8u2A&amp;amp;t=424s  Gray-LAN &amp;quot;Horizon&amp;quot;] :: [https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=17800s Lumidelic &amp;quot;Ancient Amulet&amp;quot;] :: [https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=15075s Aki Amano &amp;quot;Northern Lights&amp;quot; (Lumidelic Remix)] :: [https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=15470s  Alex H and Lumidelic &amp;quot;Never Too Late&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=3_smeJ5vRxY&amp;amp;t=4980s Summer Never Ends 155 Progressive House Mix The 2021: A Collection Edition - 4980s] :: [https://www.youtube.com/watch?v=HuqFy6WPM0M Z8phyR - Melodic Progressive House (Mark &amp;amp; Lukas Remix)] :: [https://www.youtube.com/watch?v=il0heNLWYAw  Hello Meteor &amp;quot;Eso Waypoints&amp;quot; +++] :: [https://www.youtube.com/watch?v=3tCOLjlf3xE  Hello Meteor &amp;quot;The Jade Figurine&amp;quot;] :: [https://www.youtube.com/watch?v=PNLquTwcb-w  Hello Meteor &amp;quot;Morning Accept&amp;quot;] :: [https://www.youtube.com/watch?v=HuqFy6WPM0M Z8phyR - Melodic Progressive House (Mark &amp;amp; Lukas Remix)] :: https://www.youtube.com/watch?v=3_smeJ5vRxY&amp;amp;t=2547s +++&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=zU01zFCsu28  Lumidelic &amp;quot;Symphony of Life&amp;quot; :: https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=11510s  Lumidelic &amp;quot;Take a Break&amp;quot; :: https://www.youtube.com/watch?v=LBf4ZZmUq84&amp;amp;t=930s  Sunlight Project &amp;quot;Anahata&amp;quot; :: https://www.youtube.com/watch?v=_4OcHhGbrVY&amp;amp;t=1765s SKUA and Cosmaks &amp;quot;Mirage&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=igm8TPhqwE0 Vaughan Williams &amp;quot;The Lark Ascending&amp;quot; Hilary Hahn] :: [https://www.youtube.com/watch?v=Mk6GaYb3E04&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=20 Hello Meteor &amp;quot;What We Found&amp;quot;] :: [https://www.youtube.com/watch?v=OHNY8WqSeww Hello Meteor &amp;quot;Rose Water Tides&amp;quot;] :: [https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=1015s Hello Meteor &amp;quot;The Coastal Office Center&amp;quot;] :: [https://www.youtube.com/watch?v=TIQFbHl8jJQ&amp;amp;t=750s Hello Meteor &amp;quot;A Blue Incredible&amp;quot;] :: [https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=1264s Hello Meteor &amp;quot;Arc Of Gulls&amp;quot;] :: [https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=557s Hello Meteor &amp;quot;Jolly Dry Laundromat&amp;quot;] :: [https://www.youtube.com/watch?v=RBIBkKkoyHA&amp;amp;t=146s Hello Meteor &amp;quot;The Jewellery Department&amp;quot;] :: [https://www.youtube.com/watch?v=moI93Konnl8&amp;amp;t=952s Hello Meteor &amp;quot;Pacific Ghost&amp;quot;] :: [https://www.youtube.com/watch?v=LRoXAHoBdBU Hello Meteor &amp;quot;Radiant Persephone&amp;quot; +++] :: [https://www.youtube.com/watch?v=bdKNy1tptMc&amp;amp;t=685s Hello Meteor - Community Broadcasting (Full Album)] :: [https://www.youtube.com/watch?v=Tk5_Zsw0Y-s +++ Hello Meteor &amp;quot;Mirror Forest&amp;quot;] [https://www.youtube.com/watch?v=XXiz64m5qJU&amp;amp;list=RDMM&amp;amp;index=5]:: [https://www.youtube.com/watch?v=jsBktowZ06g Alex H - Don&amp;#039;t Leave Me Now] :: [https://www.youtube.com/watch?v=MHN8KdCoErI John Spider - Breeze] :: [https://www.youtube.com/watch?v=GyNs5Ot721k&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=27 Anlaya Project &amp;quot;We&amp;#039;ll Meet Again&amp;quot;] :: [https://www.youtube.com/watch?v=DsCCV3ZgPIE Hello Meteor &amp;quot;Dark Secondaries&amp;quot;] :: [https://www.youtube.com/watch?v=BCByk_cd_mM AK Compilacion &amp;quot;Facets&amp;quot;] [https://www.youtube.com/watch?v=BCByk_cd_mM&amp;amp;t=713s AK &amp;quot;Saltwater&amp;quot;]:: [https://www.youtube.com/watch?v=xMX4980goQw&amp;amp;t=1476s MARION &amp;quot;Something Tells Me&amp;quot; +++] :: [https://www.youtube.com/watch?v=8fZi_SOkbto AWAY - Beautiful Chillstep Mix 2022] :: [https://www.youtube.com/watch?v=1--DYAi_0d0&amp;amp;t=9900s &amp;quot;Kissing&amp;quot; Instrumental - Bliss]&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Middle Measure ===&lt;br /&gt;
*  [https://www.youtube.com/watch?v=G5sJoQm9wP0 - Hello Meteor TV: S01 E02 - Focus +++ &amp;quot;Middle Measure&amp;quot;] :: [https://www.youtube.com/watch?v=wEX00Zo_aRM&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=27 Hello Meteor &amp;quot;Light Between Structures&amp;quot;] [https://www.youtube.com/watch?v=wEX00Zo_aRM] :: [https://www.youtube.com/watch?v=3yV1B-_kDRk&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=27 Hello Meteor &amp;quot;Welcome To New Cascade&amp;quot;] :: [https://www.youtube.com/watch?v=Tk5_Zsw0Y-s&amp;amp;list=RDMM&amp;amp;index=15 Hello Meteor &amp;quot;Charcoal and Ash&amp;quot;] :: [https://www.youtube.com/watch?v=yXyXYb2ncgk Hello Meteor TV- S02 E02- 𝑤𝑎𝑣𝑒𝑤𝑎𝑣𝑒] :: [https://www.youtube.com/watch?v=-pbUdCicrFM&amp;amp;list=RDGMEMZvyg3BqjumPjl6eYhMqMBg&amp;amp;index=8 Luvmac &amp;quot;Yoyo&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=TGIdW4UqkP4&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=3 +++ Hello Meteor &amp;quot;Hoping To Hear The Spring Flowers&amp;quot;] :: [https://www.youtube.com/watch?v=rfHJsumbleY&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=19 Hello Meteor &amp;quot;Swift, Dark Water&amp;quot;] :: [https://www.youtube.com/watch?v=15K6KPnw7js&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=17 Hello Meteor &amp;quot;What Do You Dream About?&amp;quot;] :: +++ [https://www.youtube.com/watch?v=SSEdyjXN-HQ&amp;amp;t=2413s Forge &amp;quot;Our Embrace&amp;quot;] :: [https://www.youtube.com/watch?v=LvP-VKilW1I ♫ Best Progressive House Mix - All Time Favourites Vol. #1 ♫] :: [https://www.youtube.com/watch?v=SSEdyjXN-HQ&amp;amp;t=953s +++ AK &amp;quot;Faded Lights&amp;quot;] :: [https://www.youtube.com/watch?v=SSEdyjXN-HQ&amp;amp;t=1857s Essay and CoMa &amp;quot;Deceptive&amp;quot;] :: [https://www.youtube.com/watch?v=SSEdyjXN-HQ&amp;amp;t=3140s subknoT &amp;quot;Vision&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=NLxFTfH_NRw Ambient Hello Meteor for Study, Focus, Chill, Sleep, Relaxation - 30+ Minutes] :: [https://www.youtube.com/watch?v=kOFCS_14vwo&amp;amp;t=1706s Dawncall &amp;quot;Fighting Back&amp;quot;] :: [https://www.youtube.com/watch?v=qhfFvH0O3TA&amp;amp;t=496s Diego Guarnieri &amp;quot;Rising&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=kOFCS_14vwo &amp;#039;Oblivion&amp;#039; | Beautiful Chill Music Mix]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Deep House Melodic&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=ibJEmtkeGg4 Melodic Deep House | EP 01 | 2022 - Ben Bohmer, Yotto, ATTLAS, Klur...] :: [https://www.youtube.com/watch?v=qhfFvH0O3TA&amp;amp;t=2462s +++ AK &amp;quot;Everything Will Be Okay&amp;quot;] :: https://www.youtube.com/watch?v=MA36AOCXGSY Melodic Deep House | EP 04 | 2022 - Ben Bohmer, Tinlicker, OCULA, Sultan + Shepard, Hosini... :: [https://www.youtube.com/watch?v=aiJX_quXeE8&amp;amp;t=1409s Frontiers #35 - November 2022 Progressive House Live Mix - Durante y HANA &amp;quot;Days Pass&amp;quot; +++]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=UtWaBEn_x8c&amp;amp;t=6834s Atmospheric Ambient Music | Music For Work, Background Music 3 Hours - AK &amp;quot;Take A Break&amp;quot; +++]&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=MA36AOCXGSY&amp;amp;t=1182s Ben Bohmer &amp;quot;Fliederregen&amp;quot; +++]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  Music references at Neela Nurseries wiki page . . . [https://www.youtube.com/watch?v=yMCLqSRlR7U Alex H - Personal Selection 2018 Mix] [https://www.youtube.com/watch?v=h5L5nencNoY Maiga &amp;quot;Coastline&amp;quot; +++] :: [https://www.youtube.com/watch?v=kefmQUHCPE0 Maiga &amp;quot;Take Me Away&amp;quot;] :: [https://www.youtube.com/watch?v=jsBktowZ06g&amp;amp;list=RDEMXbsFPh1PSJcTQJLZ2ar30A&amp;amp;index=18 Alex H - Don&amp;#039;t Leave Me Now (Original Mix)] :: [https://www.youtube.com/watch?v=fsjhe6jK_lU South Pole &amp;quot;Beneath Our Starlit Sky&amp;quot;] :: [https://www.youtube.com/watch?v=-5YPMWAqSBU&amp;amp;list=RDMM&amp;amp;index=4 Alex H &amp;amp; Mark &amp;amp; Lukas - Dolomites] :: [https://www.youtube.com/watch?v=UFxUbrA-3lE Maiga - Orion (Original Mix) PHW266] :: [https://www.youtube.com/watch?v=zwh4BwU92Vk&amp;amp;list=RDMM&amp;amp;index=23 AKI Amano - Sunny Place (Mark &amp;amp; Lukas Remix)] :: [https://www.youtube.com/watch?v=hrf4ZMG4mks&amp;amp;t=1015s Michael FK &amp;quot;In Our Hands&amp;quot;] :: [https://www.youtube.com/watch?v=exF0wWqzHDY&amp;amp;t=590s Djimbo &amp;quot;Yours&amp;quot;] :: [https://www.youtube.com/watch?v=4bks9RzGvLQ&amp;amp;list=RDMM&amp;amp;index=20 Lyra (Forgotten)] :: [https://www.youtube.com/watch?v=Xx_ljbe3-f0 +++ Djimbo &amp;quot;Yours&amp;quot; (single)] :: [https://www.youtube.com/watch?v=mhKdtFKLngo&amp;amp;t=2852s +++ Glimpse &amp;quot;Mekoa&amp;quot;] :: [https://www.youtube.com/watch?v=mhKdtFKLngo&amp;amp;t=2600s +++ Hello Meteor &amp;quot;Ten Forward&amp;quot;] [https://www.youtube.com/watch?v=6s5sOSm3dKA&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=27]:: [https://www.youtube.com/watch?v=1M9YneAv4Go Alex H 2019 Chillout Progressive Mix] :: [[#nn_anchor_aljosha_konstanty|Aljosha Konstanty (AK) chill compilacion]] :: [[#nn_anchor_aljosha_konstanty_best_collection|Aljosha Konstanty (AK) Best Collection]] :: [[#chillmix_lofi_little_soul|Little Soul]] :: [[#nn_anchor_chillhop|Chillhop]] :: [https://www.youtube.com/watch?v=slxPFAJN9UM Harry Potter Ambient Music | Hogwarts | Relaxing, Studying, Sleeping] &amp;lt;i&amp;gt;~00:16:30&amp;lt;/i&amp;gt; :: [https://www.youtube.com/watch?v=rPt79QYxXEc&amp;amp;t=1090s Harry Potter ambient music] :: [https://www.youtube.com/watch?v=rPt79QYxXEc&amp;amp;t=2640s Harry Potter Christmas Song &amp;quot;Lay down sweet babe . . . No harm will come to you&amp;quot;] :: [https://www.youtube.com/watch?v=UhCNC5uQgts Hello Meteor - mu &amp;amp; mea (Full Album)] :: [https://www.youtube.com/watch?v=vlIV2SY7GdI Azaleh &amp;amp; Eikona - By Your Side] :: [https://www.youtube.com/watch?v=kus0_6xgBp0 Azaleh &amp;amp; Eikona - By Your Side]&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=eV52q647YkM Alex H - Lupane (Original Mix)] :: [https://www.youtube.com/watch?v=3ecoafNGDaI Lumidelic &amp;amp; Skua - Hope for Tomorrow (Mark &amp;amp; Lukas Remix) [Music Video] [Emergent Shores]] :: [https://www.youtube.com/watch?v=GcN6BZmaG6g Miroslav Vrlik - Blue Sky (Mark &amp;amp; Lukas Remix) [Music Video] [Midnight Aurora]]&lt;br /&gt;
https://www.youtube.com/watch?v=GMgkXAXhjL8&amp;amp;list=RDOzO6Ob11xmI&amp;amp;index=6&lt;br /&gt;
&lt;br /&gt;
*  Top &amp;quot;N&amp;quot;: [https://www.youtube.com/watch?v=yViLAq8bl9c Beautiful Skin] :: [https://www.youtube.com/watch?v=I3jIf60hjSs Ian Ewing x Philanthrope &amp;quot;Smart Girl In A Skort&amp;quot;] :: [https://www.youtube.com/watch?v=A9sOb_r6Hy0&amp;amp;t=2344s santpoort &amp;quot;the great ocean road&amp;quot;] :: &amp;amp;nbsp;[https://www.youtube.com/watch?v=b8yyBXy8FE4&amp;amp;t=0s Sworn &amp;quot;Butterfly&amp;quot;] :: [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=1974s Sleepy Fish &amp;quot;Sunbreak&amp;quot;] :: [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=5406s Nymano &amp;quot;Train Ride&amp;quot;] :: [[#nn-anchor-philanthrope-archie-demo|Philanthrope &amp;quot;Archie (Demo)&amp;quot;]] :: [[#nn-anchor--cancion--kupla-x-philanthrope--evening-tide|Kupla x Philianthrope &amp;quot;Evening Tide&amp;quot;]] :: [[#nn-anchor--creative-self--last-train-home|Creative Self &amp;quot;Last Train Home&amp;quot;]] :: [[#nn-anchor--cancion--sworn--flower|Sworn &amp;quot;Flower&amp;quot;]] :: [https://www.youtube.com/watch?v=s49CT4DTAkw&amp;amp;t=6324s Yasper &amp;quot;Good Friends&amp;quot;] :: [[#nn-anchor--cancion--philanthrope-y-sleepy-fish--space-cadet|Space Cadet]] :: [[#nn-anchor--cancion--philanthrope-y-sleepy-fish--space-cadet--2|Space Cadet (at start)]] :: [https://www.youtube.com/watch?v=GsLRrmnJXF8&amp;amp;t=2242s Aarigod &amp;quot;Evenfall&amp;quot;] :: [https://www.youtube.com/watch?v=GsLRrmnJXF8&amp;amp;t=2526s Middle School, The Field Tapes &amp;quot;Lilo&amp;quot;] :: [https://www.youtube.com/watch?v=GsLRrmnJXF8&amp;amp;t=4913s Psalm Trees, Guillame Mussale &amp;quot;Peninsula&amp;quot;] :: +++ [https://www.youtube.com/watch?v=GsLRrmnJXF8&amp;amp;t=5222s &amp;quot;Snowland Sunset&amp;quot;] +++ :: [https://www.youtube.com/watch?v=aRcr8oF03UA&amp;amp;t=2793s Sleepy Fish &amp;quot;For When It&amp;#039;s Warmer&amp;quot;] :: [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=1004s Blue Wednesday, Dillan Witherow &amp;quot;Seafoam&amp;quot;] :: [https://www.youtube.com/watch?v=RIqTCtJZ3oY&amp;amp;t=1140s Evening Vibes] :: [https://www.youtube.com/watch?v=mhKdtFKLngo&amp;amp;t=1381s Audial &amp;quot;Silhouette&amp;quot;] :: [https://www.youtube.com/watch?v=wHU6w6cYE9E +++ Jo Bheji Thi Dua Arijit Singh Unplugged +++] :: [https://www.youtube.com/watch?v=3Yzuoelmjn8 ATIF ASLAM + ARIJIT SINGH MASHUP 205]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  A buscar:  [https://www.youtube.com/watch?v=3PMNgwm_44c Aquaduct &amp;quot;Leavv&amp;quot;] :: [https://www.youtube.com/watch?v=noFgMHI0Uq8 Hurt Heal &amp;quot;Sofasound&amp;quot;] :: [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=6015s G Mills, Luke Otwell, Kyle McEvoy &amp;quot;Ocean View&amp;quot;] :: Devon Rea &amp;quot;Coasting&amp;quot; :: Xyla &amp;quot;Latitude&amp;quot; :: leaf beats &amp;quot;Lazy Cafe&amp;quot; :: J Balvin &amp;quot;Ten Cuidado Poekemon (25)&amp;quot; :: [https://www.youtube.com/watch?v=JHZhfPWs_EU Haze | Beautiful Chill Mix - 2021 July] :: https://www.youtube.com/watch?v=rnrK3zxsKdA&amp;amp;t=1721s - Cyprinid &amp;quot;Floating&amp;#039; :: https://www.youtube.com/watch?v=rnrK3zxsKdA&amp;amp;t=2634s - Katahimikan &amp;quot;Shimmer&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  Mas:  [https://www.youtube.com/watch?v=BwlK77_NOeQ&amp;amp;t=371s 4lienetic &amp;quot;Feelings&amp;quot;] :: [https://www.youtube.com/watch?v=Zr3LgL4EuDM&amp;amp;t=823s ACRE x VAST &amp;quot;Somber&amp;quot;] :: [https://www.youtube.com/watch?v=iooPmpTyHwk&amp;amp;t=364s Marion &amp;quot;Weightless&amp;quot;] :: [https://www.youtube.com/watch?v=vj3cpXpuAPo&amp;amp;list=RDdKpUpDPEgy8&amp;amp;index=7 Nappy Roots &amp;quot;Sick and Tired&amp;quot;] :: [https://www.youtube.com/watch?v=jpTIOpDl2sw ♫ Best Progressive House Mix 2020 Vol. #6 ♫] :: [https://www.youtube.com/watch?v=_CIoNH1Zgbc Wizarding World Suite X | Heartfelt, Emotional, Epic and Relaxing] :: [https://www.youtube.com/watch?v=ab9nE0htMho] :: [https://www.youtube.com/watch?v=DK0eG2wV-p0&amp;amp;list=RDMM&amp;amp;index=16 Maiga - Omen (Original Mix) PHW281] :: [https://www.youtube.com/watch?v=o9TAzIPK48o&amp;amp;list=RDMM&amp;amp;index=17 Mark &amp;amp; Lukas - Life Is About Moments (Original Mix)] :: [https://www.youtube.com/watch?v=GoDBt49jP_I Farewell | Emotional Chill Music Mix . . . Kazukii &amp;quot;Dawn&amp;quot;] :: [https://www.youtube.com/watch?v=iho1qBeIf4Q&amp;amp;list=RDMM&amp;amp;index=25 Cairn &amp;quot;Close Call&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=hrf4ZMG4mks&amp;amp;t=218s Himalia &amp;quot;For The Sky&amp;quot;] :: [https://www.youtube.com/watch?v=hrf4ZMG4mks&amp;amp;t=545s AK and Sublab &amp;quot;Zyklus&amp;quot;] :: [https://www.youtube.com/watch?v=zwh4BwU92Vk&amp;amp;list=RDMM&amp;amp;index=23 AKI Amano &amp;quot;Sunny Place&amp;quot;] :: [https://www.youtube.com/watch?v=7cjkxA_CfRs&amp;amp;list=RDMM&amp;amp;index=27 Mark &amp;amp; Lukas - When Nature Is Awakening] :: [https://www.youtube.com/watch?v=0USzNu2AFTM&amp;amp;list=RDMM&amp;amp;index=27 Alex H - Broken Dreams] :: [https://www.youtube.com/watch?v=WIYPshaH0Bo&amp;amp;list=RDMM&amp;amp;index=27 Yusuke Teranishi - Moments (Roald Velden Remix)] :: [https://www.youtube.com/watch?v=hrf4ZMG4mks&amp;amp;t=3076s - Kaisaku &amp;quot;Glossy Heart&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=GMgkXAXhjL8&amp;amp;list=RDOzO6Ob11xmI&amp;amp;index=6 Oleg Byonic &amp;quot;Light Up The Sky&amp;quot;] :: [https://www.youtube.com/watch?v=GcN6BZmaG6g&amp;amp;list=RDMM&amp;amp;index=27 Miroslav Vrlik - Blue Sky (Mark &amp;amp; Lukas Remix)] :: [https://www.youtube.com/watch?v=7DCHFUQh7p0&amp;amp;list=RDMM&amp;amp;index=46 Chillhop Essentials - Winter 2020 &amp;quot;Ocean View&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=8NROC1ZSqVw Skua and Cosmaks &amp;quot;Unified&amp;quot;] :: [https://www.youtube.com/watch?v=Bzn4vj83qWQ&amp;amp;list=RDMM&amp;amp;index=21 Maiga - Havens] :: [https://www.youtube.com/watch?v=Agd_HuisVtc North Sunset - My Way (Original Mix) +++] :: [https://www.youtube.com/watch?v=7cjkxA_CfRs&amp;amp;list=RDMM&amp;amp;index=25 Mark and Lukas - When Nature Is Awakening] :: [https://www.youtube.com/watch?v=W5Dv5mUaye0&amp;amp;list=RDMM&amp;amp;index=27 James Wood - &amp;quot;On The Beach&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=7kc3HWXZi2M  Frontiers #34 - October 2022 (Progressive House &amp;amp; Techno Mix)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;anchor_nn_toc_music&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] edit point ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=oFnoCK2CdFY * Alex H - Blood Moon (Original Mix) sunsetmelodies]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=tW7hyNX3M6M * La Costa Di Notte 014 With Alex H --- ~00:11, ~00:27, ~00:56]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=hPwuWBjZFb8]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=TN1TeC2YQJ0&amp;amp;t=1527s * &amp;amp;nbsp;CoLd Friction &amp;quot;Galene&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=TN1TeC2YQJ0&amp;amp;t=2964s * &amp;amp;nbsp;Inchange &amp;quot;Within&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=kyoDtJtu6zo&amp;amp;t=802s * &amp;amp;nbsp;Blue Wednesday, Chris Mazuera &amp;quot;Timezones&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=kyoDtJtu6zo&amp;amp;t=1059s * &amp;amp;nbsp;&amp;quot;The Shore And You&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=SmHL-FYPO2s * CALM LANDS ~Lofi hip hop mix~ beats to relax/study to ~ focus music ( v=SmHL-FYPO2s )]&amp;lt;br /&amp;gt;&lt;br /&gt;
~00:02:30, [https://www.youtube.com/watch?v=SmHL-FYPO2s&amp;amp;t=1130s ~00:18:50]&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=cmigCAALq2o * Maiga - Vincenzo (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=MCrbzaIR2wc * Alex H - Priorities (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=_hi3WCIjuHo * Lumidelic - Through The Door (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=VxGSisPagGw]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=1M9YneAv4Go * &amp;amp;nbsp;+++ Alex H 2019 Chillout Progressive Mix +++]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=yMCLqSRlR7U * Alex H - Personal Selection 2018 Mix &amp;amp;nbsp; + + +]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=PciWk_EaTGw&amp;amp;list=RDGMEMNmVSVrsTrv-G2rHfIeUCVA&amp;amp;index=12 * Alex H - Kariba (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=4CwqYmZ9JbY&amp;amp;list=RDMM&amp;amp;index=10 * Alex H - Simikiran (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=vSUpwILUUmY&amp;amp;list=RDMM&amp;amp;index=14 * Leonety - Evening Embrace (Lumidelic Remix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=dB-vutzuLFw&amp;amp;list=RDMM&amp;amp;index=17 * NewProgressive Mix 78 &amp;#039;Last Days Of Summer&amp;#039; (Melodic Progressive Mix)]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=18NHV4nJLQc&amp;amp;t=780s * Daughter &amp;quot;Landfill&amp;quot; (Monrroe Remix)]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=xKEChmT7u-M&amp;amp;t=2387s * Akihiro Ohtani &amp;quot;Sylphid&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=xKEChmT7u-M&amp;amp;t=2968s * Markus Hakala &amp;quot;On The Beach&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=xKEChmT7u-M&amp;amp;t=5482s * Skyline Project &amp;quot;Distant Horizon&amp;quot; (Andrew Frenir Remix)]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=FDrBp7tF-rE&amp;amp;list=RDMM&amp;amp;index=27 * Alex H - Beachy Boi (Original Mix) Out Monday (PHW)]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=DK0eG2wV-p0&amp;amp;list=RDMM&amp;amp;index=27 * Maiga - Omen (Original Mix) PHW281]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-11-18&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=cvRbhpvnUuc&amp;amp;t=3040s * Marsh and Jesse Bullit &amp;quot;Rise&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=YODhTRg_sxg&amp;amp;t=1185s * AK &amp;quot;Nacht und Nebel&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=U3SPkP4y-rY&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=10 * &amp;#039;Night Drive&amp;#039; - Relaxing Deep House &amp;amp; Progressive House Mix]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=RA49rdddtEk&amp;amp;t=647s * Time to Escape | Beautiful Chill Mix :: Atis Frievalds &amp;quot;Heartbeats&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=Ttto55NI4mo&amp;amp;t=1705s * Cash &amp;quot;Collision Course&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=Ttto55NI4mo&amp;amp;t=2105s * Cash &amp;quot;Heaven Above&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-11-23&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=MooOXs99OV4 * Melodic Progressive House mix Vol 50 (Guest Mix Alex H)]&lt;br /&gt;
&lt;br /&gt;
2021-11-24&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=pOCrrOM9FfM * Lord of the Rings Calm Relaxing Medley]&lt;br /&gt;
&lt;br /&gt;
2021-11-29&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=0xs-oaSZdqE * Music to put you in a better mood ~ A playlist lofi for study, relax, stress relief]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=A9sOb_r6Hy0&amp;amp;t=5161s * Ian Ewing x Philanthrope &amp;quot;Smart Girl in a Skurt&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-12-02&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=tZ80lOPqjOw * Lumidelic: Best Collection. Progressive House Mix]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-12-07&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=8NROC1ZSqVw&amp;amp;t=5531s * Noctavation &amp;quot;Izu Sunrise&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=8NROC1ZSqVw&amp;amp;t=6900s * Deidian &amp;quot;Moonstone Beach&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&amp;lt;!--&lt;br /&gt;
v=q0jwDR4rbCM . . .&lt;br /&gt;
JAZZ MUSIC - LOUNGE MUSIC - CAFE MUSIC FOR RELAX, STUDY, WORK&lt;br /&gt;
8,114,171 views&lt;br /&gt;
May 25, 2017&lt;br /&gt;
  *  https://www.youtube.com/watch?v=q0jwDR4rbCM ~00:38:00 good jazz song &lt;br /&gt;
  *  https://www.youtube.com/watch?v=q0jwDR4rbCM ~01:18:00 +++&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Calvin Harris - Fighting For My Life ===&lt;br /&gt;
&lt;br /&gt;
Flashback (David Guetta remix) Lyrics Calvin Harris ※ Mojim.com&lt;br /&gt;
&lt;br /&gt;
Flashback (David Guetta remix) I&amp;#039;m coming &amp;#039;round And now my vision is so clear If I could&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Lo-Fi ===&lt;br /&gt;
&lt;br /&gt;
*  [youtube.com/watch?v=EtD7_8kCMHA Flow Of Time ☯︎ Japanese LoFi HipHop Mix - Collection 時間の流れ]&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Hindi aur Desi ===&lt;br /&gt;
&lt;br /&gt;
Sitarkhani taal . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/shorts/laLaPUgjrqM&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=1ssfTKDLQK4 - Ustad Shahid Parvez y raga Tilak Kamod&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=19VZ6DOBK-4 - Alif Laila y raga Manj Khamanj&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=PzCZomuHVVQ - Amazing Raag Shudh Sarang | Kaushiki Chakraborty | Patiala Khayal | Music of India&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=kAeFVgXNo4o - pandit Hari Prasad Charasia y Raga Brindabani Sarang&lt;br /&gt;
&lt;br /&gt;
Slow to develop, young musicians:&lt;br /&gt;
&lt;br /&gt;
*  https://youtube.com/watch?v=eGwork-SeZY - Raag Shuddh Sarang by Shri Siddhartha Belmannu | NeeRav Arts Village&lt;br /&gt;
&lt;br /&gt;
Faster and jazzy:&lt;br /&gt;
&lt;br /&gt;
*  https://youtube.com/watch?v=4d8Qey7xdkg - Anoushka Shankar - Full Performance (Live on KEXP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
musica con sarangi y sitar . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=c0TdK-NycZA&amp;amp;list=RDc0TdK-NycZA&amp;amp;start_radio=1&lt;br /&gt;
&lt;br /&gt;
Pandit Charausia Hariprasad . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=PgCmcqIeN0w&lt;br /&gt;
*  https://www.youtube.com/watch?v=GA8PPBn_s_Q&lt;br /&gt;
*  https://www.youtube.com/watch?v=wvkQweUvkQI   +++ con ritmo Sitarkani cerca 00:05:44&lt;br /&gt;
*  https://www.youtube.com/watch?v=un5LfAGDKqY   Dhun | light classical instrumental&lt;br /&gt;
&lt;br /&gt;
Ambasariya aur Masakali . . .&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=9UDkYz64ehA Masakali Full Video (song at normal speed not slowed)]&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=JLXfTmF9DSI&lt;br /&gt;
&lt;br /&gt;
2021-01-21 Thursday&lt;br /&gt;
*  https://www.youtube.com/watch?v=K7z1OqKLdHw   Raga Bihag: Debopriya and Suchismita Chatterjee&lt;br /&gt;
&lt;br /&gt;
2021-01-25 Monday&lt;br /&gt;
*  https://www.youtube.com/watch?v=If1hT4R-hCo   Debopriya Chatterjee | Raag Maru Bihag | Performimg for Vaikunthvenu&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=SDJBg5xsQrU   #Raag​ Jog Flutesister’s Debopriya | Suchismita Chatterjee&lt;br /&gt;
youtube.com/watch?v=7opUlRH839w&lt;br /&gt;
*  https://www.youtube.com/watch?v=OcCijF99-u8   #Marubihag #flute&lt;br /&gt;
Raag Maru Bihag | Part 1 | Alap - Suchismita and Debopriya Chatterjee - Flutesisters&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=hAlcD8ffv3k   MERU Concert live - Kaushiki Chakrabarty with Soumik Datta and Vijay Ghate&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=hjmk4wX_A5Q   Reshma Pandit 2018 ... SARB AKAL MUSIC&lt;br /&gt;
Reshma Pandit ICMF 2018 @ Sarb Akal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ishq Hua aur any . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=CgQn3gsrIRc   . . . -  - Ishq Hua&lt;br /&gt;
*  https://www.youtube.com/watch?v=6YG7H11SUcw   . . . A. R. Rahman -  - Tere Bina&lt;br /&gt;
*  https://www.youtube.com/watch?v=uC1iJcYOyeY   . . . A. R. Rahman - Ghajini - Kaise Mujhe&lt;br /&gt;
*  https://www.youtube.com/watch?v=clzuRgaV5dw   . . . Amir Khan - Ghajini - Guzarish&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jodhaa Akbar . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
https://www.youtube.com/watch?v=ybQRIuoezQk   . . . KEHNE KO JASHNE BAHARA HE&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lagaan . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=3PIKesjmQTs   . . . Lagaan -  - O Rey Chori&lt;br /&gt;
*  https://www.youtube.com/watch?v=kbMinfmC3E0   . . . Lagaan -  - O Paalanhaare&lt;br /&gt;
*  https://www.youtube.com/watch?v=DhHawiDfS08   . . . Lagaan -  - Radha Kaise Na Jale&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=u3h1DvwH6yM   . . . Lakshya&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=ozeh-_tEq98   . . . Mahadevan - Breathless&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=3WDI3ZGDtes  . . . Deem tana&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Damarukam . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=V-GHwMa8Gls   . . . Damarukam - Nagarjuna, Anushka - Omkaram Srusthi&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=7ZHC2jgEc1M   . . . Dhasaavanthaaram - Mukunda Mukunda  &amp;lt;i&amp;gt;song in Telegu&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Swades . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=dRWr8OsVyjA   . . . Swades -  - Pal Pal Hai Bhaari&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=kbMinfmC3E0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Yeh To Des Hai Tera . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=4tiVPuLbbHg&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2019-11-07 guruvaar . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=PN-RMTiiEgI    . . . Maula Meri Maula&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2019-11-18 somvaar . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=IdByOJh71Ik     Kun Faya Kun por A R Rahman&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Q2S7CDuBTOc . . . Agar Tum Satth Ho Maahi Ve&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=2CeoFnb16l4   Dard Karaara | Full Song | Dum Laga Ke Haisha, Ayushmann Khurrana, Bhumi, Kumar Sanu, Sadhana Sargam&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bushan Kumar and Coke Studios&lt;br /&gt;
*  https://www.youtube.com/watch?v=hV_RjHb9034&amp;amp;list=RDMM&amp;amp;index=8   Kaise Mujhe&lt;br /&gt;
&lt;br /&gt;
*  youtube.com/watch?v=7opUlRH839w  Kariye Na&lt;br /&gt;
&lt;br /&gt;
Escuchado en 2004 . . .&lt;br /&gt;
&lt;br /&gt;
*  youtube.com/watch?v=9lX8GkzdNIE  Tu Mile Dil Khile&lt;br /&gt;
*  youtube.com/watch?v=cVbsm06tPQc  Ae Ajnabi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Tum Tak ===&lt;br /&gt;
2020-07-13&lt;br /&gt;
*  https://www.youtube.com/watch?v=k09uvR5eUao  Tum Tak&lt;br /&gt;
*  https://www.youtube.com/watch?v=AGsn2ycFRqI  Tum Tak&lt;br /&gt;
*  https://www.youtube.com/watch?v=_ikZtcgAMxo  Luka Chuppi&lt;br /&gt;
*  https://www.youtube.com/watch?v=_TJZaE0FkKs  Dil To Bachcha Hai (3/4 count ballad)&lt;br /&gt;
*  https://www.youtube.com/watch?v=eoFkN53mMPA  Ranjha Ranjha&lt;br /&gt;
&lt;br /&gt;
pelicaula &amp;quot;Hasee To Phasee&amp;quot;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=NobzfIebbrE&lt;br /&gt;
*  https://www.youtube.com/watch?v=c2gSzYLJ8sY   Ishq Bulaava&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=tL5sYdlk20I  +++ Tu Mane, Coke Studios&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ExlQLDf8JPc  Radha Kaise Na Jale&lt;br /&gt;
&lt;br /&gt;
Compilacion adcha he!&lt;br /&gt;
*  https://www.youtube.com/watch?v=aNCq5ASyDVQ&lt;br /&gt;
&lt;br /&gt;
A.R. Rahman - Tere Bina Best Lyric Video|Guru|Aishwarya Rai|Abhishek Bachchan|Chinmayi&lt;br /&gt;
*  https://www.youtube.com/watch?v=6YG7H11SUcw&amp;amp;list=RDMM&amp;amp;start_radio=1&amp;amp;rv=WBOMpfxsUpk&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Middle Eastern music ==&lt;br /&gt;
&lt;br /&gt;
2020-11-30 Monday&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=0cFLTKGborA&amp;amp;list=RDCLAK5uy_mfTF5DCHZL0zf04WQdXAd8-1cQuvJZXzs&amp;amp;index=2   &lt;br /&gt;
Hussain Al Jassmi | حسين الجسمي&lt;br /&gt;
*  https://www.youtube.com/watch?v=zj3Gz20mPKQ   راشد الماجد Rashed AlMajid l&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=4POe4-hZfw4   كلثوميات | الفنانة أسماء المنور  OmanTvGeneral&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=WnYGOX98Ma0   Kadim AlSaher &amp;amp; Asma Lmnawar - Al Mahkamah - Clip | كاظم الساهر و اسماء المنور- المحكمة - كليب&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=aZwM6ave_EI&lt;br /&gt;
*  https://www.youtube.com/watch?v=hVOeRM8NOuA -- Yacinou Yacine الزمن الجميل --&lt;br /&gt;
 0:01 / 31:41 مي فاروق أمل حياتي رائعة كوكب الشرق بإبداع من دار الأوبرا المصرية -- &amp;lt;i&amp;gt;&amp;quot;Queen Mai&amp;quot;&amp;lt;/i&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=RWaKQxiY1AE   كلثوميات | الفنانة مي فاروق | دار الأوبرا السلطانية مسقط  Yacinou Yacine, 01:44:33 small orchestra&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=S3DTilr4wcc   Nai Barghouti &amp;amp; Amsterdam Andalusian Orchestra - FULL CONCERT&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# https://www.youtube.com/watch?v=h9BH8M5ot2c&lt;br /&gt;
# https://www.youtube.com/watch?v=_ECxirEfMsg&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=3&lt;br /&gt;
# https://www.youtube.com/watch?v=PS-uywnnzWw&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=6&lt;br /&gt;
# https://www.youtube.com/watch?v=sUzAmh5butc&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=15&lt;br /&gt;
# https://www.youtube.com/watch?v=7gsE6_3C6Ds&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=16&lt;br /&gt;
# https://www.youtube.com/watch?v=46szzkvEGKo&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=19&lt;br /&gt;
#&lt;br /&gt;
# +++ https://www.youtube.com/watch?v=EE4kHUHpKdA&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=22 +++&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Cafe De Anatolia - Best Ethnic Deep House (Mix by Billy Esteban)&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
243K views&lt;br /&gt;
1 week ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
72&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Khaleeji Hotlist&lt;br /&gt;
YouTube Music&lt;br /&gt;
Updated yesterday&lt;br /&gt;
&lt;br /&gt;
19:39&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
مي فاروق الصوت العبقري تشدو برائعة كوكب الشرق بعيد عنك حفل كلثوميات من دار الأوبرا المصرية 2018&lt;br /&gt;
Yacinou Yacine الزمن الجميل&lt;br /&gt;
406K views&lt;br /&gt;
11 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:17:41&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Thievery Corporation • Tommy Guerrero • Gramatik • Emancipator - Special Coffeeshop Selection [SBM]&lt;br /&gt;
Spiritual Journey&lt;br /&gt;
590K views&lt;br /&gt;
1 month ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:48:43&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
4K Santorini Summer Mix 2020 🍓 Best Of Tropical Deep House Music Chill Out Mix By Deep Mix #5&lt;br /&gt;
Deep Mix&lt;br /&gt;
1.4M views&lt;br /&gt;
3 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:33:00&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Nai Barghouti &amp;amp; Amsterdam Andalusian Orchestra - FULL CONCERT&lt;br /&gt;
Amsterdams Andalusisch Orkest&lt;br /&gt;
179K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
16:29&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
National Arab Orchestra - Alf Leila wi Leila / الف ليلة وليلى - Mai Farouk / مي فاروق&lt;br /&gt;
National Arab Orchestra&lt;br /&gt;
3.2M views&lt;br /&gt;
5 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:08:45&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Sherine Abdel Wahab | شيرين عبد الوهاب - أغاني حزينة&lt;br /&gt;
Free Music &amp;quot;Nasr Mahrous&amp;quot;&lt;br /&gt;
7.3M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
42:03&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كوكتيل اجمل مقاطع ام كلثوم كوكب الشرق&lt;br /&gt;
ارجع يا زمان&lt;br /&gt;
19K views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:12:44&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Bonobo | Best Of&lt;br /&gt;
The Daily Dose&lt;br /&gt;
136K views&lt;br /&gt;
1 month ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:59:25&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
SOUL CLASSIC HITS (80s &amp;amp; 90s) - DJ KENB&lt;br /&gt;
DJ KenB&lt;br /&gt;
127K views&lt;br /&gt;
1 month ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
16:45&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Asma Lmnawar - Aghadan Al9ak | (أسما لمنور - أغداً ألقاك ؟ (حفل دار الأوبرا السلطانية&lt;br /&gt;
Asma Lmnawar | أسما لمنور&lt;br /&gt;
1M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
32:57&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
National Arab Orchestra - Inta Umri / إنت عمري - Mai Farouk / مي فاروق&lt;br /&gt;
National Arab Orchestra&lt;br /&gt;
1M views&lt;br /&gt;
3 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:48:07&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Cafe De Anatolia - Best of 2018 (Mix by Billy Esteban)&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
5.1M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:30:26&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
وائل جسار...كوكتيل من أجمل الاغاني الطربية&lt;br /&gt;
Maestro SY مايسترو ميوزك&lt;br /&gt;
1.9M views&lt;br /&gt;
8 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:15:21&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Best of Shingo Nakamura 01 (2-Hour Melodic Progressive House Mix)&lt;br /&gt;
Silk Music&lt;br /&gt;
7.3M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:19:28&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
روائع حسين الجسمي - نخبة من اجمل اغانيه THE BEST OF HUSSAIN AL JESMI&lt;br /&gt;
Firas Hassouneh . قناة كل العرب&lt;br /&gt;
621K views&lt;br /&gt;
11 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7:58&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Kadim AlSaher &amp;amp; Asma Lmnawar - Al Mahkamah - Clip | كاظم الساهر و اسماء المنور- المحكمة - كليب&lt;br /&gt;
Rotana&lt;br /&gt;
26M views&lt;br /&gt;
8 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8:20&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Asma Lmnawar - Chkon Li Gal \ Mol Koutchi | (أسما لمنور - شكون اللي قال / مول الكوتشي (جلسة&lt;br /&gt;
Asma Lmnawar | أسما لمنور&lt;br /&gt;
4.8M views&lt;br /&gt;
6 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
18:41&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
بالفيديو شاهد روعة الأداء من مي فاروق و ريهام عبد الحكيم ... أنت عمري&lt;br /&gt;
Cairo Opera House&lt;br /&gt;
1.2M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
44:33&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Best Oud Covers By Ahmed Alshaiba&lt;br /&gt;
Cafe De Anatolia ETHNO WORLD&lt;br /&gt;
1.4M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:00&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
اليسا - الأغاني القديمة | Elissa&amp;#039;s oldies mix&lt;br /&gt;
Fadi Badarni&lt;br /&gt;
5.6M views&lt;br /&gt;
7 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
34:05&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Sherine Abdel Wahab | شيرين عبد الوهاب - أغاني رومانسية&lt;br /&gt;
Free Music &amp;quot;Nasr Mahrous&amp;quot;&lt;br /&gt;
17M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:44:34&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كلثوميات | الفنانة مي فاروق | دار الأوبرا السلطانية مسقط&lt;br /&gt;
OmanTvGeneral&lt;br /&gt;
373K views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
29:43&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
الفنان الكبيروالقدير\كينغ الساكسفون\-سمير سرور--في روائع - بعيد عنك+الف ليله وليله+سيرة الحب&lt;br /&gt;
قناة رو واد الفن الاصيل&lt;br /&gt;
2.6M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
32:18&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Al Atlal-Mai Farouk-conducted by Ramzi Aburedwan-الأطلال - مي فاروق- بقيادة رمزي أبورضوان&lt;br /&gt;
Ramzi Aburedwan&lt;br /&gt;
288K views&lt;br /&gt;
7 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:37:30&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
باقة من أجمل أغاني الرائعة ذكري رحمها الله&lt;br /&gt;
zeinab aly&lt;br /&gt;
2.1M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4:12:02&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Mega Hits 2020 🌱 The Best Of Vocal Deep House Music Mix 2020 🌱 Summer Music Mix 2020 #118&lt;br /&gt;
4pm&lt;br /&gt;
1.3M views&lt;br /&gt;
2 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:08:39&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كلثوميات نور مهنا - اجمل اغاني ام كلثوم بصوت المطرب نور مهنا&lt;br /&gt;
Firas Hassouneh . قناة كل العرب&lt;br /&gt;
224K views&lt;br /&gt;
3 weeks ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Arabic Lounge Music خنیا Aicha&lt;br /&gt;
Buddha&amp;#039;s Lounge&lt;br /&gt;
1.2M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:41:46&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
معكم مني الشاذلي| مي فاروق تحيي ذكرى أم كلثوم بمجموعة من الأغاني المميزة| الحلقة الكاملة&lt;br /&gt;
معكم منى الشاذلي&lt;br /&gt;
140K views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
41:32&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Alf Leila We Leila - Umm Kulthum الف ليلة وليله - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
34M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
25:05&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
مي فاروق أغدا ألقاك من حفل عيد الأوبرا المصرية ال31&lt;br /&gt;
Yacinou Yacine الزمن الجميل&lt;br /&gt;
36K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
37:43&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
مي فاروق صوت و احساس و أداء رائع لكلثوميات في ذكري أم كلثوم&lt;br /&gt;
tatieasi&lt;br /&gt;
71K views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
54:31&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
tarab song mix dj yhyh ❤️ ساعه من اجمل أغاني طرب حب و سهره&lt;br /&gt;
Romance رومانسي&lt;br /&gt;
3.3M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
51:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كوكتيل رائع من اجمل اغاني أم كلثوم&lt;br /&gt;
Abed Khattar&lt;br /&gt;
28M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:31&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Wonderful Ethno Music (Andalusia vs. Arabia) Mix by Billy Esteban&lt;br /&gt;
Cafe De Anatolia ETHNO WORLD&lt;br /&gt;
3.4M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:03:33&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
ام كلثوم - كلثوميات - ( كوكتيل اغاني ام كلثوم ) الجزء الأولTHE BEST OF UM KALTHOUM&lt;br /&gt;
Firas Hassouneh . قناة كل العرب&lt;br /&gt;
2.3M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:02:13&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
جلسة طرب احلى اغانى سلطنه وطرب تسمعها تروق بالك وتفرحك&lt;br /&gt;
old art&lt;br /&gt;
7.9M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:14:05&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
شيرين كوكـتـيل طرب الزمان الجميل اسمر يا اسمراني | اجمل اغاني شيرين | حفلات شيرين طرب&lt;br /&gt;
The best video- أفضل فيديو&lt;br /&gt;
6.3M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:21:28&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
جورج وسوف...سلطان الطرب يغني عمالقة الفن الجميل&lt;br /&gt;
Maestro SY مايسترو ميوزك&lt;br /&gt;
1.8M views&lt;br /&gt;
8 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:28&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
اجمل ما غنى وائل جسار&lt;br /&gt;
Best Music&lt;br /&gt;
429K views&lt;br /&gt;
2 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:48:07&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Cafe De Anatolia - Best of 2018 (Mix by Billy Esteban)&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
5.1M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:06:57&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Cafe De Anatolia - Oriental Touch [ vol. 2 ]&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
5.6M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:03:14&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كلثوميات بليغ حمدي - روائع اغاني السيدة ام كلثوم من الحان بليغ حمدي UM KALTHOUM&lt;br /&gt;
Firas Hassouneh . قناة كل العرب&lt;br /&gt;
189K views&lt;br /&gt;
2 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
46:31&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
جورج وسوف يوم الوداع+كلام الناس+سهرت الليل+قول الكلمتين+ارضى بالنصيب 2019&lt;br /&gt;
MOHAMED ElBRINCE&lt;br /&gt;
1.4M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:03&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Best Oud Instrumentals (Mixed by Billy Esteban)&lt;br /&gt;
Cafe De Anatolia ETHNO WORLD&lt;br /&gt;
4M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
58:19&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Enta Omry - Umm Kulthum انت عمرى - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
31M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:00&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Dreaming of Arabia: Oriental Lounge Music&lt;br /&gt;
Buddha&amp;#039;s Lounge&lt;br /&gt;
7.6M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:13:04&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Cafe De Anatolia - Something We All Adore (mix by Rialians On Earth)&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
1.4M views&lt;br /&gt;
5 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
38:36&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Zay El Hawa - Abdel Halim Hafez زى الهوا تسجيل حفلة - عبد الحليم حافظ&lt;br /&gt;
Abdel Halim Hafez - عبد الحليم حافظ&lt;br /&gt;
22M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
59:26&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
فضل شاكر...يغني عمالقة الطرب العربي&lt;br /&gt;
Maestro SY مايسترو ميوزك&lt;br /&gt;
1.4M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:24:43&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
The best of oum kalthoum ll اجمل مقاطع ام كلثوم&lt;br /&gt;
EFI MUSIC&lt;br /&gt;
892K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
36:41&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
وردة - بودعك .. وبودّع الدنيا معك (كاملة بجودة عالية) HQ&lt;br /&gt;
أوس التميمي&lt;br /&gt;
3.3M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
43:32&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
العود سلطان سعيد عيسى كلثوميات&lt;br /&gt;
حسن حمايل حمايل&lt;br /&gt;
437K views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
فضل شاكر يغني عبد الحليم حافظ....أجمل كوكتيل أغاني العندليب الأسمر&lt;br /&gt;
Maestro SY مايسترو ميوزك&lt;br /&gt;
517K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
58:02&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
أجمل ما غنى فضل شاكر | Best of Fadhel Chaker&lt;br /&gt;
Best Videos&lt;br /&gt;
5.8M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
45:17&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
مستنياك الأصل |حفل القاهرة | عزيزة جلال | Aziza Jalal |CAIRO Show |Mestaniak Live أجمل سهرة مباشرة&lt;br /&gt;
Aziza Jalal&lt;br /&gt;
1.6M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
44:33&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Best Oud Covers By Ahmed Alshaiba&lt;br /&gt;
Cafe De Anatolia ETHNO WORLD&lt;br /&gt;
1.4M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
29:00&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Warda Al-Jazairia - Ale Eih Beyesalouni | وردة الجزائرية - قال إيه بيسألوني&lt;br /&gt;
Moataz Elmasry&lt;br /&gt;
5.2M views&lt;br /&gt;
7 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:28:28&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Enjoy | Chill Out Mix&lt;br /&gt;
BLUME&lt;br /&gt;
2.8M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:26:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Deep Feelings Mix | Deep House, Vocal House, Nu Disco, Chillout #16&lt;br /&gt;
Deep House Nation&lt;br /&gt;
1.7M views&lt;br /&gt;
1 month ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:53:18&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Because I love you I sing Nizar Qabbani - لأني أحبكم أغني نزار قباني&lt;br /&gt;
Kadim Al Sahir&lt;br /&gt;
1.8M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
19:13&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
الفنانة نعيمة سميح 1986 ــ جريت وجاريت&lt;br /&gt;
صالح المانسي&lt;br /&gt;
1.9M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
21:23&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Andre X Jad live at Jabal Al Arbaeen, Lebanon for Cafe De Anatolia&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
540K views&lt;br /&gt;
3 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
51:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
اجمل مقاطع اغانى ام كلثوم&lt;br /&gt;
nader fawzy&lt;br /&gt;
17M views&lt;br /&gt;
6 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
41:32&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Alf Leila We Leila - Umm Kulthum الف ليلة وليله - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
34M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3:05:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Funk Jazz • Funky Smooth Jazz Saxophone Music • Upbeat Jazz Instrumental Music&lt;br /&gt;
Dr. SaxLove&lt;br /&gt;
3.5M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9:36&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
انا في انتظارك- ناي البرغوثي Ana Fintizarak- Nai Barghouti&lt;br /&gt;
Nai Barghouti ناي البرغوثي&lt;br /&gt;
519K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
19:25&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كوكتيل كلثوميـــــــــــــات : منيرة حمدي الحب كله _ فات الميعاد&lt;br /&gt;
Anis Hannoni&lt;br /&gt;
7.5M views&lt;br /&gt;
7 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
59:39&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Fakarouny - Umm Kulthum فكرونى - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
14M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
39:06&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
El Qalb Yaashaq - Umm Kulthum القلب يعشق كل جميل - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
2M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Classical ==&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=QAsZMcX5Zoc   Tchaikovsky&amp;#039;s 35th Symphony, featuring Janine Jansen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Upbeat ==&lt;br /&gt;
Coldplay &amp;quot;Higher Power&amp;quot; . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=gXgf5smLEgQ&lt;br /&gt;
Extended version:&lt;br /&gt;
*  https://www.youtube.com/watch?v=w3KcBtFZP28  Higher Power&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] FOLI ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=lVPLIuBy9CY    FOLI (there is no movement without rhythm) original version by Thomas Roebers and Floris Leeuwenberg&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=1Hef5OXHr5I   ...&lt;br /&gt;
*  https://www.youtube.com/watch?v=PEH2FtIkAus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Ambient music ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=k-to9p3v1jY   Into The Astronomers Dream - Immersive Experience&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=GUpPKS-R9LA   Tony Anderson - Eternal Spring&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=4yyPDs9uiXA   Beginning Work | Beautiful Ambient Mix . . . por Blume&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=dTW2MxfqVLI   Fluidified - &amp;#039;Blissful Solitude&amp;#039; - Ambient Mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  1 de n&lt;br /&gt;
*  2 de n&lt;br /&gt;
*  3 de n - Crazy About You &amp;quot;Your Voice Is The Echo Of The Mountains&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  +++ NumberNin6 &amp;quot;Saltwater&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=zloJ_yptWU0&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
-#ambient #fantasymusic #guildofambience&amp;lt;br /&amp;gt;&lt;br /&gt;
1 hour of Ambient Fantasy Music | Enchanted Lands - Volume 2&amp;lt;br /&amp;gt;&lt;br /&gt;
3,026,793 views•Aug 19, 2017&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] AK Aljoshi Konstanti ===&lt;br /&gt;
&lt;br /&gt;
2022-12-21&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=2_q6Y3jR91o&amp;amp;t=730s +++ AK &amp;quot;I Can&amp;#039;t Sleep Anymore&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Chill ==&lt;br /&gt;
&lt;br /&gt;
*  [youtube.com/watch?v=3MUjyJdbvCU Summer Never Ends 213 Progressive House Mix The Masterful Classics Edition (Part 1)]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
2025-07-02&lt;br /&gt;
*  [https://www.youtube.com/watch?v=D_uLM5i0Z4c&amp;amp;list=RDD_uLM5i0Z4c&amp;amp;start_radio=1 Endless Sunday]&lt;br /&gt;
&lt;br /&gt;
2025-03-05&lt;br /&gt;
*  https://www.youtube.com/watch?v=nj4hlEtctCE&amp;amp;t=2460s Introvert Cyber Zen&lt;br /&gt;
&lt;br /&gt;
2023-07-06&lt;br /&gt;
*  https://www.youtube.com/watch?v=XWGXimIJhGg  Work in Peace | Beautiful Chill Mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Tymelapse &amp;quot;We Became Strangers&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Grandyzer &amp;quot;Touch&amp;quot;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2022-12-29&lt;br /&gt;
*  https://www.youtube.com/watch?v=1--DYAi_0d0 - Melodic Chillstep • V5 Beats Radio ☕&lt;br /&gt;
&lt;br /&gt;
2022-08-31&lt;br /&gt;
*  https://www.youtube.com/watch?v=1t92jQUrWXU   In the Moment | Beautiful Chill Music Mix&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=cFRq53NxGf4   Nocturne | Deep Chill Music Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=sDlGLHgkIXk   Come Back To Me | Instrumental Chill Music Playlist&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=f9qavey27Kc  &amp;#039;Forgotten Dreams&amp;#039; Mix . . . 14,286,877 views•Dec 30, 2011&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
+++ Can&amp;#039;t Be Without You&lt;br /&gt;
+++ Wake Up&lt;br /&gt;
+++ If I Rise&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
logicalfallacy234&lt;br /&gt;
6 years ago&lt;br /&gt;
0:00 Essáy &amp;amp; Stumbleine - Rhiannon&lt;br /&gt;
3:08 Deep Focus - Don&amp;#039;t Wake Up (140 Edit)&lt;br /&gt;
6:07 Above &amp;amp; Beyond - Tri-State (5vel Remix)&lt;br /&gt;
9:22 Dido &amp;amp; A.R. Rahman - If I Rise (Enigma Dubz Remix)&lt;br /&gt;
13:29 Tolerance - Dejection&lt;br /&gt;
16:06 Boards Of Canada - Olson (Wrm Remix)&lt;br /&gt;
20:40 Rameses B - Memoirs (Fracx Remix)&lt;br /&gt;
24:04 Ed Sheeran - The A Team (KOAN Sound Remix)&lt;br /&gt;
27:02 Mojo - Garden Walls&lt;br /&gt;
29:15 Blackmill - Evil Beauty&lt;br /&gt;
32:43 Loz Contreras - Liberta&lt;br /&gt;
35:14 Rameses B - North&lt;br /&gt;
38:40 Lisa Miskovksy - Still Alive (Mt Eden Remix)&lt;br /&gt;
41:37 Imogen Heap - Headlock (Paper Tigers Remix)&lt;br /&gt;
43:59 Imogen Heap - Hide &amp;amp; Seek (Enigma Dubz Remix)&lt;br /&gt;
47:54 William Fitzsimmons - The Tide Pulls From The Moon (JacM Remix)&lt;br /&gt;
51:33 Barcelona - Please Don&amp;#039;t Go (Greg Cooke Remix)&lt;br /&gt;
54:59 Phaeleh - Afterglow feat. Soundmouse (Akira Kiteshi Remix)&lt;br /&gt;
58:59 Mario M - EvaC&lt;br /&gt;
1:01:18 Phaeleh - Changes feat. Soundmouse&lt;br /&gt;
1:04:15 New Look - The Ballad (GZUS Come Out Of The Dark Mix)&lt;br /&gt;
1:07:19 Ollie Macfarlane - Shadows&lt;br /&gt;
1:10:07 Submerse - Belong&lt;br /&gt;
1:13:12 Late - Losing You&lt;br /&gt;
1:17:37 Ghosts Of Paraguay - Piano Piece&lt;br /&gt;
1:20:46 Kaiori Breathe &amp;amp; Tripwire - I&amp;#039;d Give Anything&lt;br /&gt;
1:23:30 Hammock - I Can Almost See You&lt;br /&gt;
Credit goes to Amy Jones&lt;br /&gt;
Copy and Pasted from early comment by ReflectionsOfficial&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;s&amp;gt;https://www.youtube.com/watch?v=BNFHuj7PbJY&amp;lt;/s&amp;gt; &amp;lt;i&amp;gt;2021-02-09 Found removed by author!&amp;lt;/i&amp;gt;   Winter | Deep Chill Music Mix &amp;lt;i&amp;gt;. . . first four songs good&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++  1 de 14   Ptr. &amp;quot;Genesis&amp;quot;&lt;br /&gt;
*  +++  4 de 14   Outlier &amp;quot;Tales Of The Future&amp;quot; --- https://www.youtube.com/watch?v=nGwaG_Yenic (single)&lt;br /&gt;
*  +++  5 de 14   Insomna and Antent &amp;quot;With The Flow&amp;quot; &amp;lt;-- adcha he  - https://www.youtube.com/watch?v=InZVY9bwyzE (single)&lt;br /&gt;
*  +++  6 de 14   4lienetic &amp;quot;Med Kit&amp;quot; --- https://www.youtube.com/watch?v=dULYpm7asLA&lt;br /&gt;
*  +++ 11 de 14&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  &amp;lt;s&amp;gt;https://www.youtube.com/watch?v=cJ-rucOMuM4&amp;lt;/s&amp;gt;   Dreams | Beautiful Chill Music Mix -- 34,719 views • Nov 7, 2020&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 3 de 15 - AK &amp;quot;Decades&amp;quot;&lt;br /&gt;
* +++ 6 de 15 - Outlier &amp;quot;I Wish I Knew&amp;quot;&lt;br /&gt;
* 8 de 15 -&lt;br /&gt;
* 9 de 15 - Emiliano Secchi &amp;quot;Memory Fragments&amp;quot;&lt;br /&gt;
* +++ 12 de 15 - Almost Home &amp;quot;Vanished&amp;quot; . . . https://www.youtube.com/watch?v=go86xq9x400&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=mOFSSuqKqO4   Clarity | Deep Chill Music Mix -- 23,008 views • Nov 29, 2020&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=1f2RRsviZt8   Conquer |&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=TXiRaFWzDcU   &amp;lt;i&amp;gt;sharks in sky, small forest scene&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=oVdvRKMF9us   Traveller | Deep Chill Music Mix -- 43,524 views•Nov 8, 2020&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=EG16dFYK0gw   Inspirational Music For Creative People — Chillout Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=OmZ6tCgj_mk&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ AK, Direct &amp;quot;Sleepless Nights&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-07-20 Tuesday...&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=Mrci-ief9mY   Still Traveling | Chill Mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
 +++ Cerah &amp;quot;Undone&amp;quot;&lt;br /&gt;
 +++ Glo &amp;quot;Believe&amp;quot;&lt;br /&gt;
 +++ Dawncall &amp;quot;Spearmint&amp;quot;&lt;br /&gt;
 +++&lt;br /&gt;
 +++ Pensees &amp;quot;Eclipse&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-09-02 Thursday&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=NBdfuAxvwRQ   Clouds | Beautiful Chill Music Mix --- 403,025 views --- Dec 30, 2020&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 3 de n - AK &amp;quot;Discovery&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Deep Chill ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=jvuAV_tx8rw  Wanderlust | Deep Atmospheric Chill Music Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=hn3BqMMh0F4   At Dusk | Deep Chill Music Mix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Immersive ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=62M5hrh-kbA&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=FgQlaFeFwQc   Teravibe &amp;quot;You&amp;#039;ve Finally Reached Heavenly Realm&amp;quot; 📡✨&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] House Melodic ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=qErChNhYAN8 Melodic House Mix 2022 | Ben Böhmer, Nora En Pure, Eli &amp;amp; Fur, Korolova, Romain Garcia | OBM 01&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Progressive ==&lt;br /&gt;
&lt;br /&gt;
2023&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
0417&lt;br /&gt;
*  https://www.youtube.com/watch?v=qsSFmEdrvAw  Watt and Keith Harris - Stockholm (Original Mix)&lt;br /&gt;
&lt;br /&gt;
0331&lt;br /&gt;
*  https://www.youtube.com/watch?v=kzM_zwHOReg  Alexxon - Warmsnow [Emergent Shores] . . . &amp;lt;i&amp;gt;Warm Snow&amp;lt;/i&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=pTTBw-QpWhs&amp;amp;list=RDMM&amp;amp;index=8  Laila&amp;#039;s Love&lt;br /&gt;
&lt;br /&gt;
0314&lt;br /&gt;
*  https://www.youtube.com/watch?v=qUfg4tfT274  South Pole - Breathe (Extended Mix) [Music Video] [Emergent Shores]&lt;br /&gt;
*  https://www.youtube.com/watch?v=-pbUdCicrFM&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=27  Luvmac - Yoyo (Original Mix) [Progressive State Records]&lt;br /&gt;
*  https://www.youtube.com/watch?v=6kh9_VO07go&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=27  Eimear - In The Evening (Original Mix)&lt;br /&gt;
*  https://www.youtube.com/watch?v=WA8YpPiEtf8&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=27  Lumidelic &amp;amp; Ametrine - Winter Blooms (Original Mix) [Synth Collective]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2022&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
1120&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=QA60WYOlU04&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=27 Lumedelic &amp;quot;Mandala&amp;quot;&lt;br /&gt;
&lt;br /&gt;
1118&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=cgk1VJM_Bj8 Melodic House Mix 2022 | Sultan + Shepard, Ben Böhmer, Nora En Pure, Eli &amp;amp; Fur, Tale Of Us | OBM 04&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
1117&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  [https://www.youtube.com/watch?v=JV5L4qFtK9c&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=25 Sunlight Project - Golden Shores (Original Mix)]&lt;br /&gt;
*  https://www.youtube.com/watch?v=6tIho7EZNUg&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=26 Z8phYR - Mom&amp;#039;s Gift&lt;br /&gt;
*  https://www.youtube.com/watch?v=xcN0mext56w&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=27 - Lumidelic - Synesthesia (Original Mix)&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
0502 added:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=ZiET_r0oQ4o   🎶 Alex H Mix 2018 | Progressive House | 🎶 &amp;lt;i&amp;gt;( songs not individually broken out as select-able tracks )&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
~01:09:00 buen cancion&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=SiE568HN0EQ   Melodic Progressive House mix Vol 79 (Afterglow)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=xKEChmT7u-M   ♫ Best Progressive House Mix 2021 Vol. #7 ♫&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=n5mDuL8JtFw&amp;amp;list=RDGMEMNmVSVrsTrv-G2rHfIeUCVA&amp;amp;index=4   Alex H - Follow Your Heart (Original Mix) Progressive House Worldwide&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=KsDB4ab1PYA   Melodic Progressive House mix Vol 75 (Before The Rain)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=XDS75Oqa89w   &amp;#039;Surf Vibes&amp;#039; - Melodic Progressive House Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=RIqTCtJZ3oY   &amp;#039;Evening Vibes&amp;#039; - Melodic &amp;amp; Deep Progressive House Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=s5gkMv2Jn4M   Slow Down&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=8-LEN8jbqsg   Maiga - Coastline (Original Mix)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=cmigCAALq2o   Maiga - Vincenzo (Original Mix)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=NHXJ9bTXw5M   Melodic Progressive House mix Vol 9 (Dreaming)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 6 de n - Aerotek &amp;quot;Spring Breeze&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=BxXIfCZfBiM   NewProgressive Mix 67 &amp;#039;Winter Tales&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 1 de 13 - LD_G &amp;quot;It&amp;#039;s Complicated&amp;quot; (Fiben Remix) [Soluna Music]&lt;br /&gt;
* +++ 2 de 13 - Dan Norvan &amp;quot;Plata&amp;quot; [Emergent Shores]&lt;br /&gt;
* +++ 8 de 13 - Skua &amp;quot;Aoibhneas&amp;quot; [Emergent Shores]&lt;br /&gt;
* +++ 11 de 13 - Lesh &amp;quot;Nightfall&amp;quot; [Emergent Shores]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=AYFe25GsNxg   NewProgressive Mix 69 &amp;#039;Continuum&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 2 de 13 - Yusuki Teranishi and Cosmaks - Shine (synth mix)&lt;br /&gt;
* +++ 3 de 13 - Yasin Guven - Sunset In Your Eyes (9 Years and Counting)&lt;br /&gt;
* +++ 6 de 13 - Emro - Apricity   https://www.youtube.com/watch?v=wNGAmnWi0e8 (single)&lt;br /&gt;
* +++ 8 de 13 - Ciree - One Winter&amp;#039;s Tale&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=IH8yJn9pw2o   NewProgressive Mix 49 &amp;#039;Beyond The Clouds&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 10 de 14   Sergey Alekseev - Road To The Clouds (Bee Hunter...)&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ERTh0I-kmxA   NewProgressive Mix 68 &amp;#039;Distant Lights&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 6 de n   Ciree - Beautiful Moments&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=PKKjIEDUNfY   &amp;#039;Best of Immersed Recordings&amp;#039; - Relaxing Deep House &amp;amp; Progressive House Mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ Djimboh &amp;quot;Find Myself&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 1 progressive ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=cDNkgwMWmvA   Alex H - Maiga&amp;#039;s Melody (Original Mix)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=jsBktowZ06g   Alex H - Don&amp;#039;t Leave Me Now (Original Mix) *Patreon Exclusive*&lt;br /&gt;
Progressive&lt;br /&gt;
*  https://www.youtube.com/watch?v=auE5YXDPb_4   Alex H &amp;quot;Spectacle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=7Hc5uloScQc   NewProgressive Mix 77 &amp;#039;SIN CITY&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 3 de n - Souma and Skua &amp;quot;Fable&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Southern Tier and a few singles . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=2ltqHGf4594   Southern Tier &amp;quot;The Words We Lost&amp;quot;  04:00&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=iWj68PlHYm8   Southern Tier &amp;quot;The Words We Lost&amp;quot;  ~00:06:00&lt;br /&gt;
*  https://www.youtube.com/watch?v=jWzftelRc3I   Southern Tier &amp;quot;The Words We Lost&amp;quot;  00:806:00&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=WxFasHE0WQs   &amp;quot;Fallen&amp;quot;&lt;br /&gt;
*  &amp;lt;s&amp;gt;https://www.youtube.com/watch?v=MhmhLNUIZuc   Rise - Snowfall Remix +++&amp;lt;/s&amp;gt;&lt;br /&gt;
   *  https://www.youtube.com/watch?v=TOWes33wnX8   Rise - Snowfall Remix +++&lt;br /&gt;
*  https://www.youtube.com/watch?v=kSThrKGn9EU   Tony Anderson &amp;quot;Ember - Sascha Kirschtein mix&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=kCVnzWAkk6Y   NewProgressive Mix 42 &amp;#039;Fairyland&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 2 de n - Ocean Between The Stars&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=itI1jhqMR3I   Best of Progressive 6 by Dj Raspby &amp;lt;i&amp;gt;(still life photos of Antarctica and ocean ice)&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++  ~00:52:00 Sixth Sense &amp;quot;Yal-Ku&amp;quot; Clark&amp;#039;s Remix&lt;br /&gt;
...  ~01:04:30&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-02-19 Friday&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=b_pNji90Nyw   NewProgressive Mix Pt. 19 (Melodic Progressive House Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ canciones 10 y 11&lt;br /&gt;
+++ 12 de 13 - Talamanca &amp;quot;Escape&amp;quot; mezcla original&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=I0KhZus7eu4   Two Mountains image&lt;br /&gt;
*  https://www.youtube.com/watch?v=2SVQ1LYElnY   ♫ Best Progressive House Mix 2018 Vol. #5&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 2 progressive ===&lt;br /&gt;
2021-02-22 Monday&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=BrSVt51MdCM&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 4 de n - Alex H and Z8phyR &amp;quot;Hope For Tomorrow&amp;quot; Mark and Lucas remix&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-03-03 Wednesday&lt;br /&gt;
*  https://www.youtube.com/watch?v=pHWmOfR2x9c   &amp;quot;Boab tree&amp;quot; progressive mix&lt;br /&gt;
&lt;br /&gt;
2021-03-05 Friday&lt;br /&gt;
*  https://www.youtube.com/watch?v=pVB_a-yz7J8   Melodic Progressive House mix Vol 66 (Oceanside)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 1 de n&lt;br /&gt;
* +++ 7 de n -- Yusuke Teranishi&lt;br /&gt;
* +++ 8 de n -- Yasin Guven and N421M&lt;br /&gt;
* +++ 12 de n -- Alex H &amp;quot;Khami&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 3 progressive ===&lt;br /&gt;
&lt;br /&gt;
2022-02-14 Monday&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=130U8prFOSQ  Musiclab --- Productive Music for Creative Work — Chill and Uplifting Mix&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-03-12 Friday&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=7RdvmSdYBYI   Summer Never Ends 114 Progressive House Mix The Past and Present blend Edition (1159 views, premiered 23 hours ago)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 3 de n - Alex H &amp;quot;Kariba&amp;quot;&lt;br /&gt;
* +++ 5 de n - EDU &amp;amp; Susie Ledge &amp;quot;In My Memory&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=bINJ3B8PAhg  Summer Never Ends 113 Progressive House Mix The Eyes always forward Edition&lt;br /&gt;
&lt;br /&gt;
2021-03-16 Tuesday&lt;br /&gt;
*  https://www.youtube.com/watch?v=MLSFw8CKq8c   Summer Never Ends 110 Progressive House Mix The Ethereal moments Edition&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 4 de n - Martin Peter &amp;quot;Minus&amp;quot; &amp;lt;i&amp;gt;(Alex H remix)[Perplexity]&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=974KE47VJ3g   Melodic Progressive House mix Vol 14 (On The Road)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 3 de n - James Woods &amp;quot;Skydiving&amp;quot;&lt;br /&gt;
+++ 5 de n - South Pole &amp;quot;Beneath Our Starlit Sky&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=n4zLkl7oz1Q   Summer Never Ends 111 Progressive House Mix The Sunshine Affair Edition&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 2 de n - Seraphym &amp;quot;Sleep Sweet Underneath the Stars&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kommenti:  &lt;br /&gt;
Игорь ЛЁД&lt;br /&gt;
4 days ago&lt;br /&gt;
ОЧЕНЬ  КРАСИВО.  ВОЗДУШНАЯ  МУЗЫКА, СПОКОЙНАЯ, &amp;quot; БЕЗ  УГЛОВ&amp;quot;. КРАСИВО&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=dlsKMAvtxtI   Z8phyR - Amore Lunita [Soluna Music]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Wdtemvz5JZE  In The Mix Vol. 2 &amp;#039;Emro&amp;#039; (Melodic Progressive Mix) --- 2,100 views•May 28, 2021&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  9 de n - Emro &amp;quot;Nightfall [Emergent Shores]&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-09-14 Tuesday&lt;br /&gt;
*  https://www.youtube.com/watch?v=0JCv9Yqbj1M   ♫ Best Progressive House Mix 2021 Vol. #5 ♫&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 4 progressive, ambient, chill ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LbWS79Cxykg&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LhOSM6uCWxk&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=7yR2r6iwaXc   In The Mix Vol.1 -- Blood Groove &amp;amp; Kikis (Melodic Progressive House Mix)&lt;br /&gt;
&lt;br /&gt;
*  # https://www.youtube.com/watch?v=tR38Mf_TbIY, https://www.youtube.com/watch?v=RRomRf0swwQ&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=0BL04pK9LYw   Summer Never Ends 116 Progressive House Mix The Showcase Edition&lt;br /&gt;
&lt;br /&gt;
2021-04-14&lt;br /&gt;
*  https://www.youtube.com/watch?v=gq40qL49RXM   Summer Never Ends 118 Progressive House Mix The For the books Edition&lt;br /&gt;
*  https://www.youtube.com/watch?v=3l1kQeNMyA0&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ Alex H &amp;quot;Khami&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-04-27 Tuesday&lt;br /&gt;
*  https://www.youtube.com/watch?v=cSudtBVcYuI   Summer Never Ends 094&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ Volere &amp;quot;The Seafarer&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=IH8yJn9pw2o&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=MgApT3VHtZY   #WeAreAmbient - &amp;#039;Afterglow&amp;#039; Ambient Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=hkNLJWl8oAA&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=KDFzVz5tX_A   NewProgressive Mix Pt. 17 (Melodic Progressive House Mix) &amp;lt;i&amp;gt;(image of ocean wave Japan style)&amp;lt;/i&amp;gt;&lt;br /&gt;
+++ 1 de n - &amp;quot;Your Own Way&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 5 chill ===&lt;br /&gt;
*  https://www.youtube.com/watch?v=tlUcmD0zPI4&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=sDlGLHgkIXk&amp;amp;t=3047s +++ Femto &amp;quot;Glide&amp;quot;]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn_anchor_aljosha_konstanty&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=kImKxforTFk   Chill Cafe Music by Featured Artist: ALJOSHA KONSTANTY (AK)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=rp8cImqAIPg   We Are All Dreamers | Chill Mix --- &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 5 de n - Sid Acharya &amp;quot;Sky Sailing&amp;quot; - song from Harry Potter?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=E3KP0O73Os0   Blue Night | Deep Chillout Mix ... 115,920 views•Dec 22, 202&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 11 de 13 - Tomokari &amp;quot;Jungle Book&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=dlOHVCZZwEc   &amp;#039;Wish&amp;#039; | Deep Chillout Mix ... 690,611 views•Dec 31, 2020&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 1 de n - Jay Mellock &amp;quot;Sahara Fragments&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=j-kY2x9t-Ro   #Ambient #WeAreAmbient #AmbientMix ... &amp;#039;Destiny&amp;#039; Ambient Mix [study relax sleep]&lt;br /&gt;
... 14,734 views•Premiered May 4, 2021&lt;br /&gt;
+++ Koshun Nakao &amp;quot;Disappear&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=SSbzyETP884   ---&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
Oceanside | Beautiful Chill Music Mix&amp;lt;br /&amp;gt;&lt;br /&gt;
323,769 views•Sep 30, 2020&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=LqYU_ewn-QM   takata taka tena&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ZVb_yKMivqo&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
Productive Music For Work | Chill Playlist&amp;lt;br /&amp;gt;&lt;br /&gt;
2,337,910 views&amp;lt;br /&amp;gt;&lt;br /&gt;
•Nov 20, 2020&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ Kozoro &amp;quot;Horizon&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=NUTbnrD0iL4   Only You | Beautiful Chill Mix &amp;lt;i&amp;gt;(added here 2021-50-24 -- 27,819 views•May 7, 2021)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
￼&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=r-xHvrraR2E&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 6 de 16 - AK &amp;quot;Wanderlust&amp;quot;&lt;br /&gt;
+++ 11 de 16 -&lt;br /&gt;
+++ 12 de 16 - Delectatio &amp;quot;Nothing Left To Give&amp;quot;&lt;br /&gt;
+++ 15 de 16 - Fyze &amp;quot;Emotion&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=xCKdsXIMTF0   &amp;lt;i&amp;gt;image of two people on bench tied to airplane wing tips&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=HhHW5f9LYC8   Music to put you in a better mood- Chill lofi ~ Relax/Study/Sleep&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=4fVQnp-qGHU&lt;br /&gt;
 +++ Everbeat - &amp;quot;Vic (Wiljan Edit)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=7iY8GQKrXXM&lt;br /&gt;
*  https://www.youtube.com/watch?v=KRPb-pG9zSo   single, Aria Deep - Cygnus In The Sky [Synth Collective]&lt;br /&gt;
*  https://www.youtube.com/watch?v=pX_X1KqZ8qQ   Clear Your Mind | Beautiful Chill Mix&lt;br /&gt;
 +++ Isovert - Fade&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;* Busca &amp;quot;Summer Never Ends 137 Progressive House Mix&amp;quot; . . .&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=OoMIclmirxg   Hope | Chill Mix --- 24,940 views --- Aug 15, 2021&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 6 chillstep ===&lt;br /&gt;
&amp;lt;span id=&amp;quot;toronto_motivation_playlist__wiljan_onder&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=ODIHw8NvhEE   --- TORONTO Motivation Playlist — Energetic Chillstep Music — Make Money Mix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* 1 de 20 - Wiljan &amp;quot;Onder&amp;quot;&lt;br /&gt;
* 5 de 20 - Tim Schaufert &amp;quot;Escape&amp;quot;&lt;br /&gt;
* 6 de 20 - Liam Thomas &amp;quot;Through The Night&amp;quot;&lt;br /&gt;
* 10 de 20 - Sapphieros &amp;quot;Dawn&amp;quot;&lt;br /&gt;
* 13 de 20 - Nathanael Schroder &amp;quot;Why Worry&amp;quot;&lt;br /&gt;
* 14 de 20 - &amp;quot;Afterlife&amp;quot;&lt;br /&gt;
* 20 de 20 - Kaj, Soundnet &amp;quot;New Age Voyager&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://startpage.com/av/proxy-image?piurl=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt00454ccee8f8fe6b%2Fblt1f237e7fca21c077%2F609132bcb9440f10206ebb8d%2FUS_Toronto_CA_Header.jpg%3Fwidth%3D1680%26auto%3Dwebp&amp;amp;sp=1622224074T933e639f0b6640650c6f3047dde86616ec02e48f453bc9bcec664ed2d3a8793d&lt;br /&gt;
&lt;br /&gt;
Toronto park in summer:&lt;br /&gt;
https://startpage.com/av/proxy-image?piurl=http%3A%2F%2Fgrangeparktoronto.ca%2Fwp-content%2Fuploads%2F2017%2F12%2FA-177362.jpg&amp;amp;sp=1622224293T85e2aa46aa46a57dbabce4a28f8f670179f157fd49961c461954779dd99ca5ff&lt;br /&gt;
&lt;br /&gt;
Toronto roof top or &amp;#039;near roof&amp;#039; gardens:&lt;br /&gt;
https://startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.toronto.ca%2Fwp-content%2Fuploads%2F2018%2F01%2F8e04-TGS-banner-v1.jpg&amp;amp;sp=1622224293Tb2d81c08c208ee95fdefe8a30aef1a76a255e8afbac7b0c45640c2d6c15459c5&lt;br /&gt;
&lt;br /&gt;
Aerial view of Toronto, as in chillstep music compilation:&lt;br /&gt;
https://startpage.com/av/proxy-image?piurl=https%3A%2F%2Fpbs.twimg.com%2Fmedia%2FE2FQpe2XMAg2Vcx.jpg&amp;amp;sp=1622224601T92a9ceef6147a3c2d8559a0ad3c3165e1987fdf5315045c2adb381dc71e6b258&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=tKMmMHyLBCE   Chillstep Mix 2019 [2 Hours]&lt;br /&gt;
7,222,526 views&lt;br /&gt;
•Jan 1, 2019&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  4 de n - AK &amp;quot;In The Distance&amp;quot;&lt;br /&gt;
*  5 de n - Kisnou &amp;quot;Sine Ira&amp;quot;&lt;br /&gt;
-  . . .&lt;br /&gt;
*  11 de n - AK &amp;quot;Solicity&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn_anchor_aljosha_konstanty_best_collection&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== [[#top|^]] 7 ambient ===&lt;br /&gt;
&lt;br /&gt;
2022-08-05&lt;br /&gt;
*  [https://www.youtube.com/watch?v=f8E1Ft4K3_o&amp;amp;t=1790s +++ Athene &amp;quot;Adrift&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=f88V72RuUiI&amp;amp;t=2468s   Grandyzer &amp;quot;Hunter In The Snow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Tale of a Broken Bird:&lt;br /&gt;
*  https://www.youtube.com/watch?v=1nXfniTIn10&lt;br /&gt;
&lt;br /&gt;
Aljosha Konstanty Best Collection, chill mix:&lt;br /&gt;
*  https://www.youtube.com/watch?v=2KIyY_scNxk   AK (Aljosha Konstanty): Best Collection. Chill Mix, hasta 2021-09-17 FRI 24,880 views May 27, 2019&lt;br /&gt;
&lt;br /&gt;
Best of Aljosha Konstintina, at least first four songs really strong:&lt;br /&gt;
*  https://www.youtube.com/watch?v=cH5jQv7Qmg0&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ 1 de 22 - AK &amp;quot;Fluctuant&amp;quot;&lt;br /&gt;
*  +++ 3 de 22 - [https://www.youtube.com/watch?v=cH5jQv7Qmg0&amp;amp;t=414s AK &amp;quot;Memories&amp;quot;] +++&lt;br /&gt;
*  +++ 4 de 22 - AK &amp;quot;Wanderlust&amp;quot;&lt;br /&gt;
*  +++ 7 de 22 - &amp;quot;Rameses B&amp;quot; - Butterflies (AK Remix)&lt;br /&gt;
&lt;br /&gt;
*  +++ 18 de 22 - AK and Mapps &amp;quot;The Proposal&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Algunos comentarios sobre esta compilacion de AK:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
Showcross&amp;lt;br /&amp;gt;&lt;br /&gt;
1 day ago (edited)&amp;lt;br /&amp;gt;&lt;br /&gt;
Трек Fluctuant, уносит в глубокие, далёкие просторы природы, где красивые леса, величественные горы, голубое небо и отличное настроение, где можно уйти в себя и помечтать о самом волнующем. Музыка просто бесподобна.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Otros anotados:&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
 1001  # https://www.youtube.com/watch?v=I2i83_cWoKQ   Martin Peter &amp;quot;Minus&amp;quot; original mix&lt;br /&gt;
 1002  # https://www.youtube.com/watch?v=cH5jQv7Qmg0   Best of AK (Aljosha Konstanty, Best of 2017) Beautiful Ambient Mix -- AK &amp;quot;Fluctuant&amp;quot; +++&lt;br /&gt;
 1003  # https://www.youtube.com/watch?v=7Hc5uloScQc   +++ 1 de n - Jan Martin &amp;quot;Hold Me Down&amp;quot; (Sodahl Remix)&lt;br /&gt;
 1004  # AK &amp;quot;Homebound&amp;quot; +++&lt;br /&gt;
 1005  # AK &amp;quot;Decades&amp;quot; +++&lt;br /&gt;
 1006  # AK, Tim Schaufert and CASHFORGOLD &amp;quot;Rewind&amp;quot; +++&lt;br /&gt;
 1007  # AK and Mapps &amp;quot;The Proposal&amp;quot; +++ +++&lt;br /&gt;
 1008  # AK &amp;quot;Discovery&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=I2i83_cWoKQ   Martin Peter &amp;quot;Minus&amp;quot; original mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=m4v2SsUmkeI   Martin Peter - Plus (Keith Harris remix)&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=990-kB-604A   #Ambient&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;Skywalker&amp;#039; Ambient Mix&lt;br /&gt;
 1,457,590 views&lt;br /&gt;
 •Sep 17, 2018&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 2 de n - Ed Carlsen &amp;quot;Otto&amp;quot;&lt;br /&gt;
* +++ 6 de n - Hyphex &amp;quot;Fading Light&amp;quot;&lt;br /&gt;
* +++ 7 de n - Mvnners &amp;quot;Camden&amp;quot;&lt;br /&gt;
* +++ 8 de n - Kysnou &amp;quot;Cycle&amp;quot;&lt;br /&gt;
 ...&lt;br /&gt;
* +++ 02:01:49 m de n - Flame Shapes &amp;quot;Beginnings&amp;quot;&lt;br /&gt;
* +++ m2 de n - Jameson Nathan Jones feat. Hannah Sumner &amp;quot;Fallen&amp;quot;&lt;br /&gt;
 ...&lt;br /&gt;
* +++ Bedroom &amp;quot;A Subtle Lapse In Time&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* +++ Tambour &amp;quot;Silhouhettes&amp;quot;&lt;br /&gt;
 ...&lt;br /&gt;
* +++ Tom Hartney &amp;quot;Moonlight&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=jXZAbnn1kTU&lt;br /&gt;
&lt;br /&gt;
Norway . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=XEfDYMngJeE&lt;br /&gt;
Beautiful Relaxing Music • Norwegian Nature &amp;amp; Violin, Flute, Piano &amp;amp; Harp Music&lt;br /&gt;
11,795,309 views&lt;br /&gt;
•Sep 23, 2017&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 8 transient ===&lt;br /&gt;
&lt;br /&gt;
Transient . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=JG12TRur8fA  &amp;quot;Transience | Chill Mix&amp;quot; posted 2021 July 8&lt;br /&gt;
+++ AK &amp;quot;Take A Break&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Hello Meteor ===&lt;br /&gt;
&lt;br /&gt;
Hello Meteor electronic music . . .&lt;br /&gt;
&lt;br /&gt;
2022-08-24&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=G5sJoQm9wP0&lt;br /&gt;
&lt;br /&gt;
2022-08-12&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=zQwkIemTisY&amp;amp;t=425s Hello Meteor &amp;quot;Line Without Site&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=557s Hello Meteor &amp;quot;Jolly Dry Laundromat&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=161s Hello Meteor &amp;quot;Cascade Night&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- - -&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=rfHJsumbleY   &amp;quot;Glass and River Stones&amp;quot;&lt;br /&gt;
*  https://www.youtube.com/watch?v=hSvyz6gFY2I   &amp;quot;Where The Light Goes&amp;quot;&lt;br /&gt;
*  https://www.youtube.com/watch?v=R-enqPl3bIc   &amp;quot;Dana Point&amp;quot;&lt;br /&gt;
*  https://www.youtube.com/watch?v=Tk5_Zsw0Y-s&lt;br /&gt;
*  https://www.youtube.com/watch?v=3tCOLjlf3xE   &amp;quot;The Jade Figurine&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=76TKOxjbgNQ   &amp;quot;Glass Palms&amp;quot; +++&lt;br /&gt;
*  https://www.youtube.com/watch?v=QOsIuj19JLc   &amp;quot;Rain At The Marina&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LRoXAHoBdBU   &amp;quot;Radiant Persephone&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
2022-08-08&lt;br /&gt;
*  https://www.youtube.com/watch?v=YvsrhTxRRSg   The Coastal Obscure (full album)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=YvsrhTxRRSg&amp;amp;t=630s  The Coastal Obscure specific song +++&lt;br /&gt;
*  https://www.youtube.com/watch?v=YvsrhTxRRSg&amp;amp;t=1628s  The Coastal Obscure specific song +++&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 9 Lo-Fi ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ghejJRZ0UFM   A winter afternoon ~ Lofi hip hop mix ~ beats to relax/study to ~ focus music&lt;br /&gt;
&lt;br /&gt;
Dragon&amp;#039;s Breath:&lt;br /&gt;
*  https://www.youtube.com/watch?v=NF92Wqefgv8&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=YrcyW38bUVI   Endless Sunday 2 🎲 [lofi / jazz / instrumental hip hop beats]&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Loi731DwqbM    #Tunable #beatsto #Lofihiphop&lt;br /&gt;
Start a new day ~Lofi hip hop mix~ beats to relax/study to ~ focus musi &lt;br /&gt;
* Aso &amp;quot;Caught In The Rain&amp;quot;&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
*  ultimo de n - Evil Needle, Mischa &amp;quot;Dreams&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=QbQYydQXARU&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  ~01:07:53&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=qsdzdUYl5c0   Summer Feelings&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  00:13:57 Grisp x C4C &amp;quot;Meridienne&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=GsLRrmnJXF8&lt;br /&gt;
 #Tunable #beatsto #Lofihiphop&lt;br /&gt;
 Chill Lo-fi Hip-Hop Beats ~Lofi Hip Hop Chillhop Music Mix ~ Beats to relax/study to&lt;br /&gt;
&lt;br /&gt;
==== [[#top|^]] edit point ====&lt;br /&gt;
2021-08-05 THUR&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=PN15QbjN_-4   5:30 PM LOOK AT THE CITY ~Lofi hip hop mix~&lt;br /&gt;
*  https://www.youtube.com/watch?v=L075FL5iG_g   Feel free to think ~ Chill Lo-fi Hip-Hop Beats ~ Beats to relax/study to&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 8 de n - [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=1004s Blue Wednesday, Dillan Witherow &amp;quot;Seafoam&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
+++ 9 de n - Sleepy Fish &amp;quot;Woodpecker&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
+++ 14 de n - [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=1974s Sleepy Fish &amp;quot;Sunbreak&amp;quot;] +++&amp;lt;br /&amp;gt;&lt;br /&gt;
+++ Ruck P, Shuko &amp;quot;5 am&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Downtown Vol.2 | JazzHop&lt;br /&gt;
*  https://www.youtube.com/watch?v=rACbr2ezLFk  . . . with evening rainy painting of San Francisco hillside and trolly&lt;br /&gt;
&lt;br /&gt;
Japanese Lo-Fi Hip Hop&lt;br /&gt;
*  https://www.youtube.com/watch?v=EEINHtysOdI  MUGEN 「 無限 」 ☯ japanese lofi hip hop mix ☯ relaxing lo-fi music to relax / study to&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 8 de n - Naga x Nuver &amp;quot;Summer Breeze&amp;quot;&lt;br /&gt;
+++ 16 de n - SNUG &amp;quot;Reunion&amp;quot;&lt;br /&gt;
+++ 22 de n - Tophat Panda &amp;quot;Homecoming&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment - close of section &amp;#039;Lo-Fi&amp;#039; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn_anchor_chillhop&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--kupla-x-philanthrope--evening-tide&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 9&amp;amp;#xBE; Chillhop ===&lt;br /&gt;
&lt;br /&gt;
2025-08-18 lunes&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=8iU8LPEa4o0&amp;amp;list=RD8iU8LPEa4o0&amp;amp;start_radio=1&amp;amp;t=3092s Chill Study Beats 4 - jazz and lofi hiphop mix 2017&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=98MQOJWdEME &amp;amp;nbsp; Warm summer nights • instrumental hip hop - chillhop - lofi hip hop mix&amp;lt;span id=&amp;quot;nn-anchor-philanthrope-archie-demo&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 4 de n - [https://www.youtube.com/watch?v=98MQOJWdEME&amp;amp;t=384s Philanthrope &amp;quot;Archie (Demo)&amp;quot;]&lt;br /&gt;
* +++ 6&lt;br /&gt;
* +++ 10 de n - 10..Kupla x Philanthrope &amp;quot;Evening tide&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ovN0XZvkmY0 &amp;amp;nbsp; I am very happy to have you with me~ Lofi hip hop/Chillhop/Jazzhop - Lofi beats to relax/study/sleep&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 00:21:51 Sleepy Fish &amp;quot;The Noise In Pictures&amp;quot;&lt;br /&gt;
* +++ Philanthrope, Ian Ewig, Sleepy Fish &amp;quot;Plants&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== [[#top|^]] edit point ====&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--chillhop-yearmix-2019&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=s49CT4DTAkw &amp;amp;nbsp; Chillhop Yearmix 2019 ☕️ jazz beats &amp;amp; lofi hip hop&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 1 de n - No Spirit &amp;quot;Careless&amp;quot;&lt;br /&gt;
* +++ 2 de n - dryhope &amp;quot;White Oak&amp;quot;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--sworn--flower&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ 14 de 57 ~00:30:40 - [https://www.youtube.com/watch?v=s49CT4DTAkw&amp;amp;t=1835s Sworn &amp;quot;Flower&amp;quot;]&lt;br /&gt;
* +++&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--blue-wednesday-shopan--murmuration&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ 16 de n ~00:35:39 - Blue Wednesday, Shopan &amp;quot;Murmuration&amp;quot; +++ &amp;lt;i&amp;gt;Holy s**t good composition!&amp;lt;/i&amp;gt;&lt;br /&gt;
* +++&lt;br /&gt;
&lt;br /&gt;
* +++ m de n - L&amp;#039;indecis &amp;quot;Second Wind&amp;quot;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--yasper--good-friends&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ m de n ~01:05:30 - Yasper &amp;quot;Good Friends&amp;quot;&lt;br /&gt;
* +++&lt;br /&gt;
* +++ m de n ~00:59:30 - Goosetaf &amp;quot;Timelapse&amp;quot; feat. Slowya.roll&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--junior-state--nice-and-easy&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ m de n ~01:24:45 - junior state &amp;quot;Nice and Easy&amp;quot;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--philanthrope-y-sleepy-fish--space-cadet&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ m de n ~01:32:31 - [https://www.youtube.com/watch?v=s49CT4DTAkw&amp;amp;t=5545s Philanthrope, Sleepy Fish &amp;quot;Space Cadet&amp;quot;]&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--yasper--move-together&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ m de n ~01:45:30 - [https://www.youtube.com/watch?v=s49CT4DTAkw&amp;amp;t=6523s Yasper &amp;quot;Move Together&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=yUpl_HQrBnM &amp;amp;nbsp; 📚 Chill Study Beats 5 • jazz &amp;amp; lofi hiphop Mix [2018]&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 10 de n  Hm Surf &amp;quot;Swix&amp;quot; &amp;amp;nbsp; &amp;amp;nbsp; https://www.youtube.com/watch?v=fdvOa4Ges84 . . . Swix single&lt;br /&gt;
* +++ 11 de n  Philanthrope &amp;quot;Satoshi (Unreleased)&amp;quot;&lt;br /&gt;
* +++ 12 de n  FloFilz &amp;quot;Blue Orchard&amp;quot; +++&lt;br /&gt;
13&lt;br /&gt;
14&lt;br /&gt;
15 Santpoort &amp;quot;Rolling Down This Lazy Wave&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--philanthrope-y-sleepy-fish--space-cadet--2&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=SMgWHnDMHvU&lt;br /&gt;
&lt;br /&gt;
G Mills slippery slope:&lt;br /&gt;
*  https://www.youtube.com/watch?v=r306pcoEUmo&lt;br /&gt;
&lt;br /&gt;
==== [[#top|^]] H M Surf Mujura edit point ====&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=JrxsORGaArQ けｍ SURF - Mujura [Full Album]&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  3 de n - Mujura Hm Surf &amp;quot;Cloudy&amp;quot; +++&lt;br /&gt;
*  9 de n - Mujura Hm Surf &amp;quot;Making Love and Sweet Noodles&amp;quot; ft. Paul +++&lt;br /&gt;
*  11 de n - Mujura HM Surf &amp;quot;Swamp Fever&amp;quot; +++&lt;br /&gt;
*  14 de n - &amp;quot;Sleeping In The Car&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;chillmix_lofi_little_soul&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] 10 Chill Beats Lofi - Little Soul and Others ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=CLeZyIID9Bo&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=tutZKLeGrCs&amp;amp;t=1217s&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;chillmix_lofi_little_soul_2&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=2NqfhsXH1II &amp;amp;nbsp; #LittleSoul :: Music makes you happy early in the morning~ Chill beats - lofi / relax / study&lt;br /&gt;
Chapters of this youtube video:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ 3 de m - Chaach &amp;quot;Polaroid&amp;quot;&lt;br /&gt;
*  +++ 4 de m - C4C &amp;quot;Jasmine&amp;quot;&lt;br /&gt;
*  +++ 5 de m - C4C &amp;quot;Patient&amp;quot; ft Jordy Chandra&lt;br /&gt;
&lt;br /&gt;
*  +++ ~33 de m - Loafy Building &amp;quot;Moonglow w/ Mondo Loops&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  +++ n de m - tysu &amp;quot;Cloudburst&amp;quot; w/ Spencer Hunt&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=uEa7dvGx9M8   ...image of Golden Gate bridge at night&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=5MgyIW63Ja8   Music to put you in a better mood - Lofi playlist for study, relax, stress relief&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=EdOVfo5L64A&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ Lomtre &amp;quot;Summer Evenings&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=TkHr9sd41q8&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ Kalaido &amp;quot;Stars And Chimney&amp;quot;&lt;br /&gt;
*  +++ Lomtre &amp;quot;Summer Evenings&amp;quot; . . . this song in other compilations.&lt;br /&gt;
*  +++ Jfbm &amp;quot;Sun Tea Sunset&amp;quot; from the Waterfall Dreams Compilation&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--creative-self--last-train-home&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  [https://www.youtube.com/watch?v=TkHr9sd41q8&amp;amp;t=3720s +++ ~01:02:45 Creative Self &amp;quot;Last Train Home&amp;quot;]&lt;br /&gt;
*  +++ Ayoen &amp;quot;Why Didn&amp;#039;t You Call Me&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=6wcKCdpelaU &amp;amp;nbsp; Philanthrope - Waking Dreams [Full BeatTape]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Sleepy Fish and Swørn ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=I73RlXq6UjI&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=18&lt;br /&gt;
*  https://www.youtube.com/watch?v=b8yyBXy8FE4&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=16   Swørn - Escapade [full EP]&lt;br /&gt;
*  https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=6015s&lt;br /&gt;
&lt;br /&gt;
Juan Rios - Meraki 🌴🌙🚣 [chillhop / lofi hiphop]:&lt;br /&gt;
*  https://www.youtube.com/watch?v=7RjkUXm_4uQ&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=27    +++ Juan ... &amp;quot;Suadade&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Philanthrope ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=wmNyN1XN9-8&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=48   Philanthrope - Cabin in the Woods [lofi beats]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Hello Meteor electronic ==&lt;br /&gt;
&lt;br /&gt;
 1008  # https://www.youtube.com/watch?v=mNAH-ghOin8 Hello Meteor 2021 compilicion&lt;br /&gt;
 1009  # https://www.youtube.com/watch?v=mNAH-ghOin8&amp;amp;t=2108s Hello Meteor &amp;quot;Melon Skies&amp;quot;&lt;br /&gt;
 1010  # https://www.youtube.com/watch?v=JUeT0IHUuWs&amp;amp;t=2434s Hello Meteor &amp;quot;Seven Thousand Years&amp;quot;&lt;br /&gt;
 1011  # https://www.youtube.com/watch?v=zQwkIemTisY&amp;amp;t=425s Hello Meteor &amp;quot;Line Without Site&amp;quot;&lt;br /&gt;
 1048  # https://www.youtube.com/watch?v=zQwkIemTisY&amp;amp;t=1958s&lt;br /&gt;
 1049  history | grep www&lt;br /&gt;
 1050  # www Hello Meteor &amp;quot;Marbled Murrelet&amp;quot;&lt;br /&gt;
 1051  history | grep www&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Megahits ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=JBmfR-5sU8Q   Mega Hits 2021🌱Best Of Vocal Deep House Music Mix 2021🌱 Summer Music Mix 2021 #82&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment - close of section &amp;#039;Megahits&amp;#039; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Relajante ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=BHACKCNDMW8   3 Hours of Amazing Nature Scenery &amp;amp; Relaxing Music for Stress Relief.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment - close of section &amp;#039;Relajante&amp;#039; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] RnB and Gospel ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=KdOJUp9hdGI   Soul deep collection - Modern soul - The best songs to lift your mood - Best soul of the time 🎵&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=kXIX5vHYjiM   Funky Uplifting R&amp;amp;B Mix Vol 7&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Jv8IqJm6q7w   So Will I - Cross Worship feat. Osby Berry&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=3VNm3rGXPXs   #neosoul #long #mix&lt;br /&gt;
⌚ 1 HOUR of NEO SOUL Instrumental Music (Relaxing / Calming / Chill) LONG MIX&lt;br /&gt;
1,403,209 views&lt;br /&gt;
•Dec 13, 2020&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Rico Barrino - California:&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ozEAEZrG71w   California (Super Mega Mix) 2016 - T.I. Bun B, Colonel Loud, Paul Wall, Snoop Dogg&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=aoX3-Vv_ra4   ~Jhene Aiko,~💛 Greatest Hits 2021 - Full Album Playlist Best Songs 2021&lt;br /&gt;
&lt;br /&gt;
Lo-Fi Hiphop . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=y_azmK6r-5c&lt;br /&gt;
*  https://www.youtube.com/watch?v=EVzoCmhwdCU   Summer Surf | Chill Mix&lt;br /&gt;
&lt;br /&gt;
2021-10-27&lt;br /&gt;
*  https://www.youtube.com/watch?v=tJXPfNDVF4I  DJ Snake, Ms Blackpink . . .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Rap ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=5BzizXe_WWc&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=7   213 - So Fly 5,625,340 views•Mar 17, 2011&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LPp1BaQ1xh8   Nelly &amp;quot;American Dream&amp;quot;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
https://paroles2chansons.lemonde.fr/paroles-nelly/paroles-american-dream.html&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=iO476kD-k0g  #Chingy​ #RightThurr​ #Remastered&lt;br /&gt;
Chingy - Right Thurr (Official Music Video)&lt;br /&gt;
42,820,986 views•Feb 24, 2009&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=aJEzl31zL-I   Ying Yang Twins &amp;quot;Salt Shaker&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2025-02-19&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=WH0gnMsRJE8&amp;amp;t=691s Omni and Ballyhoo full album&lt;br /&gt;
&lt;br /&gt;
2023-03-13&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=14lCuHREDLw   Omni &amp;quot;Back At It&amp;quot; featuring Mykah 9&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=WH0gnMsRJE8  Ballyhoo Myka 9 IAmOmni&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
(1) I&amp;#039;m back it, exercising all my bad habits&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My eyes cold burgandy I&amp;#039;m distant&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You know what I mean I mean&amp;lt;br /&amp;gt;&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
If it ain&amp;#039;t broke why bother it?&amp;lt;br /&amp;gt;&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
Peace rallies wavin&amp;#039; the flag&amp;lt;br /&amp;gt;&lt;br /&gt;
Not the red white &amp;#039;n&amp;#039; blue ****, my people on some new ****&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tryin&amp;#039; to get into somethin&amp;#039;, . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chorus:&amp;lt;br /&amp;gt;&lt;br /&gt;
Never tell a copper where I got my bud from&amp;lt;br /&amp;gt;&lt;br /&gt;
Never turn my back on where I got my love from&amp;lt;br /&amp;gt;&lt;br /&gt;
It isn&amp;#039;t what you thought it was, huh&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
You don&amp;#039;t know who you can trust, huh&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
I already know&amp;lt;br /&amp;gt;&lt;br /&gt;
Tell me what you thinkin&amp;#039;, tell me what your reason&amp;lt;br /&amp;gt;&lt;br /&gt;
You must been drinkin&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
I dont&amp;#039; give a **** I&amp;#039;m from the deep end&amp;lt;br /&amp;gt;&lt;br /&gt;
Wait until tomorrow rest your sleepy hollow head&amp;lt;br /&amp;gt;&lt;br /&gt;
Blink the moment gone, drop the beat and blink the moment gone&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
I blast at it, by my mathematics&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kidnap pull out the hatchet, I wanna talk to Margaret Thatcher&amp;lt;br /&amp;gt;&lt;br /&gt;
An&amp;#039; have it be known that I&amp;#039;m a man of stature&amp;lt;br /&amp;gt;&lt;br /&gt;
I&amp;#039;m not an amateur when I&amp;#039;m in the zone&amp;lt;br /&amp;gt;&lt;br /&gt;
I capture the essence of tone to damage the clones&amp;lt;br /&amp;gt;&lt;br /&gt;
and banish alone the master.&amp;lt;br /&amp;gt;&lt;br /&gt;
Every element of chrome flashes from beretta wetter . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
. . . the car crashes, disaster&amp;lt;br /&amp;gt;&lt;br /&gt;
area, you give the wrong answer to the password question&amp;lt;br /&amp;gt;&lt;br /&gt;
we carry you out faster.&amp;lt;br /&amp;gt;&lt;br /&gt;
In revolutionary interrogation I be the box&amp;lt;br /&amp;gt;&lt;br /&gt;
I&amp;#039;m a fine actor, Mykah Nine rappa cops&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Chorus: . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(2)&amp;lt;br /&amp;gt;&lt;br /&gt;
I&amp;#039;m rolling on, that double headlight might roll up&amp;lt;br /&amp;gt;&lt;br /&gt;
and that stretched out body and I&amp;#039;m just yankin&amp;#039; on the throttle . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
. . . riding with no helmet or goggles&amp;lt;br /&amp;gt;&lt;br /&gt;
I drink a bottle of hypnotics start to weeble and wobble&amp;lt;br /&amp;gt;&lt;br /&gt;
two clicks down four clicks up on the clutch . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
I&amp;#039;m hittin&amp;#039; corners with the ground and my kneecaps touch&amp;lt;br /&amp;gt;&lt;br /&gt;
Close brush with death he tried to cut me off with a left turn&amp;lt;br /&amp;gt;&lt;br /&gt;
close brush with death&amp;lt;br /&amp;gt;&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
.&amp;lt;br /&amp;gt;&lt;br /&gt;
.&amp;lt;br /&amp;gt;&lt;br /&gt;
.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(1)&amp;lt;br /&amp;gt;&lt;br /&gt;
...caught a spark in the ally . . .&lt;br /&gt;
&lt;br /&gt;
...put the hourglass back in a&amp;lt;br /&amp;gt;&lt;br /&gt;
Snatched the pebble out yo&amp;#039; hand before it closes&amp;lt;br /&amp;gt;&lt;br /&gt;
put it back in yo&amp;#039; hand before it opens&amp;lt;br /&amp;gt;&lt;br /&gt;
Ducati&amp;#039;s is gassed up&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Meet me on the coast where the sky meets the ocean&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Ivory Coast music ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=f4nvGek9GsM   Serge Beynaud - Kabableke - Clip officiel ++++&lt;br /&gt;
*  https://www.youtube.com/watch?v=-QC5GKt21HU   Tour 2 Garde - Makassa (Official Video HD)&lt;br /&gt;
*  https://www.youtube.com/watch?v=TAIwGw1paIc   Ballaké Sissoko &amp;amp; Vincent Ségal &amp;quot;a benim kahve sesli, ince sızım&amp;quot; 27/07/2010&lt;br /&gt;
*  https://www.youtube.com/watch?v=PChit7-k35w   AFRICAN MUSIC FOR MEDITATION III - KORA INSPIRATIONS-0V0gq8DF2-0&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
~00:39:00 +++&lt;br /&gt;
~00:55:00 +++ drone instruments y flauta bansuri&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=MZSlpPK5LdM   Move Dadaas&lt;br /&gt;
*  https://www.youtube.com/watch?v=VjpUGrnxepk&amp;amp;list=RDMZSlpPK5LdM&amp;amp;index=2&lt;br /&gt;
*  https://www.youtube.com/watch?v=g1qEPlyfNrI&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=h3nxZMdA6Q0&lt;br /&gt;
*  https://www.youtube.com/watch?v=Q6g_HubMgd0&lt;br /&gt;
*  https://www.youtube.com/watch?v=dK_Mh00IozQ   Josey - Diplome (clip officiel)&lt;br /&gt;
&lt;br /&gt;
choreografia . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=hKCh1JmY0u4   Serge Beynaud - Karidjatou - choregraphie officielle&lt;br /&gt;
*  https://www.youtube.com/watch?v=hv7zREjc9f0   Serge Beynaud - Kota na Koto - Clip officiel&lt;br /&gt;
*  https://www.youtube.com/watch?v=K3-n7Fp3Vmo   +++ BEBI PHILIP - ZEPELE ( Official Video)&lt;br /&gt;
*  https://www.youtube.com/watch?v=AsALD2Pl_PI   ...&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=TIaHfEUn9HU   +++ BEBI PHILIP feat KOFFI OLOMIDE On Va Piétiner (Clip Officiel)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=XsFC8nRsN94   Serge Beynaud - Loko Loko - Clip officiel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=PtmmlOQnTXM   +++++ Sona Jobarteh &amp;quot;Gambia&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Irish music ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=oL2U6QX49DQ  RTE &amp;quot;The Fields Of France&amp;quot; folk song&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=UYXsEIuqPzw   WILLIE MCBRIDE - GREEN FIELDS OF FRANCE // By SAFFYRE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Soundtracks ==&lt;br /&gt;
&lt;br /&gt;
Fantastic Beasts and Where to Find Them . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=SmkF4wvpH_4   Fantastic Beasts And Where To Find Them&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=SNqKBH1Yovc   Fantastic Beasts - The Crimes of Grindelwald Theme Extended&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=DyIGnlGbzM0   Best Music From &amp;quot;Fantastic Beasts and Where to Find Them&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Y3gyTJ2cNhI   &amp;quot;A Close Friend&amp;quot; extended extended version, not a soundtrack yet part of Fantastic Beasts&lt;br /&gt;
&lt;br /&gt;
Fastastic Beasts, Leta&amp;#039;s Flashback extended mix:&lt;br /&gt;
*  https://www.youtube.com/watch?v=OK8kmQXkk_0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lord Of The Rings . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=CahOLfYxiq0 &amp;amp;nbsp; Lord of the Rings | Middle Earth Music &amp;amp; Ambience, 3 Hours&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=uBmbI8dzc-M &amp;amp;nbsp; Lord of the Rings | The Shire, Remastered Music &amp;amp; Ambience - Sunset at Bag End&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=2DS-GnlUSJg&amp;amp;t=4520s &amp;amp;nbsp; The Lord of the Rings: Ithilien Ambience &amp;amp; Music --- 91,437 views &amp;amp;nbsp;Aug 26, 2021 &amp;lt;i&amp;gt;(2021-10-05)&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Harry Potter ===&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=WgBTKhtrYuc Harry Potter springtime at Hogwards] see ~00:25:00, ~00:46:00&lt;br /&gt;
&lt;br /&gt;
Harry Potter Ambient Music | Autumn at Hogwarts | Relaxing, Studying, Sleeping:&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LUGqNiMvmpE  encontrado 2024-10-16, contiene variaciones y otras composiciones.&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=xVivs31VsGo   a cosy hogwarts mixtape (Harry Potter cottagecore) ✨ soundtrack, vocal and acoustic music&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=F6am4iEDez0   Wizarding World Suite | Heartfelt, Emotional and Relaxing&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:12:50&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:17:30&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:25:34 Harry and Hermione sitting inside on tower steps&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:39:00 Leta&amp;#039;s Confession&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:57:30 A Window To The Past&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=_v4cgUVBsi4   Hogwarts Great Hall | Harry Potter Music &amp;amp; Ambience --- 1,744,327 views --- Premiered Dec 4, 2020&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=rPt79QYxXEc&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;amp;num;&amp;lt;!--#--&amp;gt;HarryPotter #Soundtrack #Ambience&lt;br /&gt;
Harry Potter Ambient Music | Hogwarts | Relaxing, Studying, Sleeping&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=pYVQqNZqix0   Wizarding World Suite III | Heartfelt, Emotional and Relaxing&lt;br /&gt;
&amp;amp;nbsp; 76,814 views&lt;br /&gt;
&amp;amp;nbsp; •Sep 3, 2020&lt;br /&gt;
&lt;br /&gt;
Interesting variations on Harry Potter soundtrack songs:&lt;br /&gt;
*  https://www.youtube.com/watch?v=oDIYy6iyaAo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=qQEY0y1U-QI&lt;br /&gt;
Thomas Newman Suite | Heartfelt, Emotional and Relaxing&lt;br /&gt;
78,147 viewsPremiered Nov 8, 2020&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] A mover : перемещать ==&lt;br /&gt;
&lt;br /&gt;
*  https://developer.arm.com/documentation/ddi0432/c/programmers-model/instruction-set-summary   ARM Cortex-M0 instruction set&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] A visitar ==&lt;br /&gt;
&lt;br /&gt;
2023-05-14 - 2023-05-17:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
# https://www.youtube.com/watch?v=LBf4ZZmUq84&amp;amp;t=930s  Sunlight Project &amp;quot;Anahata&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=tawei3fAHcE  10 Years Of Alex H (3 Hour Mix) Part II&lt;br /&gt;
# https://www.youtube.com/watch?v=tawei3fAHcE  ~00:46:30, ~00:54:30&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=Rn5XyevmsDA  Summer Never Ends 180 Progressive House Mix The Chill Breath of Autumn setting in Edition&lt;br /&gt;
# https://www.youtube.com/watch?v=pWRLGMAxjPg  ... &lt;br /&gt;
# https://www.youtube.com/watch?v=RDJti6Q38-I  +++ progressive&lt;br /&gt;
# https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=4600s  Lumedelic &amp;quot;Secrets of Nature&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=8110s  Lumedelic feat Mariami &amp;quot;Hold Me&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] References ==&lt;br /&gt;
HTML special characters:&lt;br /&gt;
*  https://dev.w3.org/html5/html-author/charref&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  290  # https://www.unix.com/shell-programming-and-scripting/156443-renaming-files-sed.html&lt;br /&gt;
  334  history | grep https&lt;br /&gt;
  335  # https://www.youtube.com/watch?v=JPGce3JVyBc - Hello Meteor &amp;quot;Amber and Embers&amp;quot;&lt;br /&gt;
  336  # https://www.msn.com/en-ca/news/world/russias-nuclear-threat-why-vladimir-putin-is-probably-bluffing-analysis/ar-AA12Dfco&lt;br /&gt;
  337  # https://www.youtube.com/watch?v=l_8tXi2VuSY - Blume &amp;quot;Ambient Background Music&amp;quot;&lt;br /&gt;
  338  # https://www.youtube.com/watch?v=CahOLfYxiq0&amp;amp;t=3407s - Lord of the Rings ambient music - Music Of Middle Earth&lt;br /&gt;
  340  # https://www.youtube.com/watch?v=4_llliYdW2Y - Lord of the Rings | Rivendell Music &amp;amp; Ambience, Remastered in 4K, in Partnership with ASMR Weekly&lt;br /&gt;
  342  # https://www.youtube.com/channel/UCpnoPvd2IASOfuzsjxr_bZw&lt;br /&gt;
  343  # https://www.youtube.com/watch?v=8vnHJNjwuqg&amp;amp;t=1688s - Lord of the Rings | Gondor Music &amp;amp; Ambience&lt;br /&gt;
  432  # Marcus Dewayne McCowan Jr https&lt;br /&gt;
  466  # https://www.youtube.com/watch?v=Tk5_Zsw0Y-s&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=8&lt;br /&gt;
 1062  # https://www.youtube.com/watch?v=Tt0NvY0SD1c - 1 Hour Chillout Music Mix&lt;br /&gt;
 1064  # https://www.youtube.com/watch?v=OyPK-uX1vjE - Vision | Deep Chill Music Mix&lt;br /&gt;
 1065  history | grep https&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--- end of page ---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9039</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9039"/>
		<updated>2026-06-17T00:54:28Z</updated>

		<summary type="html">&lt;p&gt;Ted: Minor formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== [[#top|^]] 2026 ==&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1.  https://www.pdx.edu/engineering/electrical-computer-engineering-msphd-program-details&lt;br /&gt;
&lt;br /&gt;
2.  https://sites.google.com/pdx.edu/ecestudentemployment/graduate-student?authuser=0&lt;br /&gt;
&lt;br /&gt;
3.  https://www.pdx.edu/health-counseling/insurance&lt;br /&gt;
&lt;br /&gt;
Graduate teaching assistantships&lt;br /&gt;
&lt;br /&gt;
Undergraduate courses:&lt;br /&gt;
&lt;br /&gt;
*  https://pdx.smartcatalogiq.com/en/2025-2026/bulletin/maseeh-college-of-engineering-and-computer-science/electrical-and-computer-engineering/undergraduate-programs/computer-engineering-b-s/&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9038</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9038"/>
		<updated>2026-06-17T00:54:03Z</updated>

		<summary type="html">&lt;p&gt;Ted: Remove 2021 content&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] 2026 ==&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1.  https://www.pdx.edu/engineering/electrical-computer-engineering-msphd-program-details&lt;br /&gt;
&lt;br /&gt;
2.  https://sites.google.com/pdx.edu/ecestudentemployment/graduate-student?authuser=0&lt;br /&gt;
&lt;br /&gt;
3.  https://www.pdx.edu/health-counseling/insurance&lt;br /&gt;
&lt;br /&gt;
Graduate teaching assistantships&lt;br /&gt;
&lt;br /&gt;
Undergraduate courses:&lt;br /&gt;
&lt;br /&gt;
*  https://pdx.smartcatalogiq.com/en/2025-2026/bulletin/maseeh-college-of-engineering-and-computer-science/electrical-and-computer-engineering/undergraduate-programs/computer-engineering-b-s/&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9037</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9037"/>
		<updated>2026-06-17T00:53:03Z</updated>

		<summary type="html">&lt;p&gt;Ted: Comment out 2021 notes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
&lt;br /&gt;
2021&lt;br /&gt;
&lt;br /&gt;
See also, beyond QuestaSim, EDA Playground and Verilogger . . .&lt;br /&gt;
&lt;br /&gt;
Determine terms available for some of the following courses:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
ECE 540 System on a Chip Design with FPGAs&lt;br /&gt;
ECE 544 Embedded System Design with FPGAs&lt;br /&gt;
ECE 558 Embedded Systems Programming&lt;br /&gt;
EE 560 Foundations of Cyber-Physical Systems&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
ECE 525 Digital Integrated Circuit Design I&lt;br /&gt;
ECE 545 Power Electronics Systems Design I&lt;br /&gt;
ECE 551 Control Systems Design I&lt;br /&gt;
ECE 552 Control Systems Design II&lt;br /&gt;
ECE 571 Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 578 Intelligent Robotics I&lt;br /&gt;
ECE 579 Intelligent Robotics II&lt;br /&gt;
ECE 581 ASIC Modeling and Synthesis&lt;br /&gt;
ECE 582 Formal Verification of HW/SW Systems&lt;br /&gt;
ECE 583 Low Power Digital IC Design&lt;br /&gt;
ECE 585 Microprocessor System Design&lt;br /&gt;
ECE 586 Computer Architecture&lt;br /&gt;
ECE 587 Advanced Computer Architecture I&lt;br /&gt;
ECE 588 Advanced Computer Architecture II&lt;br /&gt;
EE 519 Deep Learning Theory and Practice&lt;br /&gt;
EE 521 Mathematical Foundations of Machine Learning&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Informal planning and scheduling ==&lt;br /&gt;
&lt;br /&gt;
ECE 525 -- DIGITAL INTEGRATED CIRCUIT DESIGN I&lt;br /&gt;
&lt;br /&gt;
 | ECE 525 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |  prereq&amp;#039;s ECE 321 and STAT 351&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 | Prerequesites                                                    |&lt;br /&gt;
 |   STAT 351     - Winter  Spring  Summer                          |&lt;br /&gt;
 |                     D       D      D                             |&lt;br /&gt;
 |                             N                                    |&lt;br /&gt;
 |   ECE 321   -                             Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.pdx.edu/electrical-computer-engineering/ece-540-system-chip-design-programmable-logic ECE 540] -- SYSTEM-ON-CHIP DESIGN WITH FPGAS&lt;br /&gt;
 | ECE 540 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N                    |&lt;br /&gt;
&amp;lt;i&amp;gt;no prerequisites listed&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 544 -- Embedded System Design with FPGAs&lt;br /&gt;
 | ECE 544 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                            N     |&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/ECE-Elect-and-Computer-Engineering/500/ECE-558 ECE 558] -- Embedded Systems Programming&lt;br /&gt;
 | ECE 558 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                   ?              |&lt;br /&gt;
 |                                                   N              |&lt;br /&gt;
Prerequisite&lt;br /&gt;
ECE 485 or ECE 585. Expected preparation: CS 202 and/or experience with Object-Oriented programming and Java.&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/EE-Electrical-Engineering/500/EE-560 EE 560] -- FOUNDATIONS OF CYBER-PHYSICAL SYSTEMS&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                                  |&lt;br /&gt;
&lt;br /&gt;
ECE 571 -- INTRODUCTION TO SYSTEM VERILOG FOR DESIGN AND VERIFICATION&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Course Descriptions as of 2021  ==&lt;br /&gt;
&lt;br /&gt;
Some detailed course descriptions noted here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 571&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
Introduction to SystemVerilog:&lt;br /&gt;
&lt;br /&gt;
 language features to support both design and verification.&lt;br /&gt;
 Good practices for simulation and synthesis, techniques for constructing reusable&lt;br /&gt;
 testbenches.   Additional topics may include hardware acceleration and transaction-based&lt;br /&gt;
 verification techniques. Course includes homework and significant final project with&lt;br /&gt;
 presentation. Familiarity with Verilog and finite state machines required.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: One of following: ECE 351, ECE 540, ECE 544 or&lt;br /&gt;
   ECE 508: Verilog Workshop, or permission of instructor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 581 - ASIC Modeling and Synthesis&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ASIC: Modeling and Synthesis&lt;br /&gt;
ECE 581&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
 Covers the fundamentals of the ASIC design process. The topics include ASIC design Flow,&lt;br /&gt;
 basic HDL constructs, test benches, modeling combinational and synchronous logic,&lt;br /&gt;
 modeling finite state machines, multiple clock domain designs, qualitative design&lt;br /&gt;
 issues, ASIC constructions.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: ECE 371.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 586, first of three term series:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Computer Architecture&lt;br /&gt;
ECE 586&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
An introduction to the key concepts of computer system architecture and design. Topics&lt;br /&gt;
 include the design and analysis of instruction set architectures, memory systems, and&lt;br /&gt;
 high-performance IO systems; basic CPU implementation strategies; basic pipelined CPU&lt;br /&gt;
 implementation; performance analysis; and a survey of current architectures.&lt;br /&gt;
&lt;br /&gt;
 Prerequisite: ECE 485/585.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Full Program course selection work  ==&lt;br /&gt;
&lt;br /&gt;
Full program course selection, tentative:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
  [x] ECE 540 System on a Chip Design with FPGAs                          2021-2022  --- --  --- --  FAL dn WIN d-&lt;br /&gt;
  [x] ECE 544 Embedded System Design with FPGAs                           2021-2022  SPR dn  --- --  --- --  --- --   prereq ECE 540&lt;br /&gt;
  [x] ECE 558 Embedded Systems Programming                                2021-2022  --- --  --- --  --- --  WIN -n   prereq ECE 585, CS 202&lt;br /&gt;
  [x] EE 560 Foundations of Cyber-Physical Systems                        2021-2022  SPR d-  --- --  --- --  --- --&lt;br /&gt;
&lt;br /&gt;
note:  ECE 544 also offered 2022-2023, ECE 540 is prerequisite.&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
  [ ] ECE 525 Digital Integrated Circuit Design I                         2021-2022  --- --  --- --  FAL dn  WIN dn&lt;br /&gt;
  [ ] ECE 545 Power Electronics Systems Design I&lt;br /&gt;
  [ ] ECE 551 Control Systems Design I&lt;br /&gt;
  [ ] ECE 552 Control Systems Design II&lt;br /&gt;
  [x] ECE 571 Introduction to System Verilog for Design and Verification  2021-2022  --- --  --- --  FAL dn  WIN dn   no prereq named&lt;br /&gt;
  [ ] ECE 578 Intelligent Robotics I                                      2021-2022  --- --  --- --  ???     --- --&lt;br /&gt;
  [ ] ECE 579 Intelligent Robotics II&lt;br /&gt;
&lt;br /&gt;
  [x] ECE 581 ASIC Modeling and Synthesis . . . . . . . . . . . . . . . . 2021-2022  --- --  SUM d-  FAL d-  WIN dn   prereq is ECE 371&lt;br /&gt;
  [x] ECE 582 Formal Verification of HW/SW Systems                        2021-2022  --- --  ???     --- --  ???&lt;br /&gt;
  [x] ECE 583 Low Power Digital IC Design                                 2021-2022  --- --  --- --  --- --  WIN dn &lt;br /&gt;
  [x] ECE 585 Microprocessor System Design                                2021-2022  --- --  --- --  FAL d-  WIN dn&lt;br /&gt;
  [p] ECE 586 Computer Architecture                                       2021-2022  SPR d-  --- --  --- --  WIN dn   prereq is 585&lt;br /&gt;
  [ ] ECE 587 Advanced Computer Architecture I&lt;br /&gt;
  [ ] ECE 588 Advanced Computer Architecture II&lt;br /&gt;
&lt;br /&gt;
  [x] EE 519 Deep Learning Theory and Practice                            Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
  [x] EE 521 Mathematical Foundations of Machine Learning                 Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== [[#top|^]] 2026 ==&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1.  https://www.pdx.edu/engineering/electrical-computer-engineering-msphd-program-details&lt;br /&gt;
&lt;br /&gt;
2.  https://sites.google.com/pdx.edu/ecestudentemployment/graduate-student?authuser=0&lt;br /&gt;
&lt;br /&gt;
3.  https://www.pdx.edu/health-counseling/insurance&lt;br /&gt;
&lt;br /&gt;
Graduate teaching assistantships&lt;br /&gt;
&lt;br /&gt;
Undergraduate courses:&lt;br /&gt;
&lt;br /&gt;
*  https://pdx.smartcatalogiq.com/en/2025-2026/bulletin/maseeh-college-of-engineering-and-computer-science/electrical-and-computer-engineering/undergraduate-programs/computer-engineering-b-s/&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9036</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9036"/>
		<updated>2026-06-16T05:57:14Z</updated>

		<summary type="html">&lt;p&gt;Ted: Create sections, link to ECE graduate tracks page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
2021&lt;br /&gt;
&lt;br /&gt;
See also, beyond QuestaSim, EDA Playground and Verilogger . . .&lt;br /&gt;
&lt;br /&gt;
Determine terms available for some of the following courses:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
ECE 540 System on a Chip Design with FPGAs&lt;br /&gt;
ECE 544 Embedded System Design with FPGAs&lt;br /&gt;
ECE 558 Embedded Systems Programming&lt;br /&gt;
EE 560 Foundations of Cyber-Physical Systems&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
ECE 525 Digital Integrated Circuit Design I&lt;br /&gt;
ECE 545 Power Electronics Systems Design I&lt;br /&gt;
ECE 551 Control Systems Design I&lt;br /&gt;
ECE 552 Control Systems Design II&lt;br /&gt;
ECE 571 Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 578 Intelligent Robotics I&lt;br /&gt;
ECE 579 Intelligent Robotics II&lt;br /&gt;
ECE 581 ASIC Modeling and Synthesis&lt;br /&gt;
ECE 582 Formal Verification of HW/SW Systems&lt;br /&gt;
ECE 583 Low Power Digital IC Design&lt;br /&gt;
ECE 585 Microprocessor System Design&lt;br /&gt;
ECE 586 Computer Architecture&lt;br /&gt;
ECE 587 Advanced Computer Architecture I&lt;br /&gt;
ECE 588 Advanced Computer Architecture II&lt;br /&gt;
EE 519 Deep Learning Theory and Practice&lt;br /&gt;
EE 521 Mathematical Foundations of Machine Learning&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Informal planning and scheduling ==&lt;br /&gt;
&lt;br /&gt;
ECE 525 -- DIGITAL INTEGRATED CIRCUIT DESIGN I&lt;br /&gt;
&lt;br /&gt;
 | ECE 525 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |  prereq&amp;#039;s ECE 321 and STAT 351&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 | Prerequesites                                                    |&lt;br /&gt;
 |   STAT 351     - Winter  Spring  Summer                          |&lt;br /&gt;
 |                     D       D      D                             |&lt;br /&gt;
 |                             N                                    |&lt;br /&gt;
 |   ECE 321   -                             Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.pdx.edu/electrical-computer-engineering/ece-540-system-chip-design-programmable-logic ECE 540] -- SYSTEM-ON-CHIP DESIGN WITH FPGAS&lt;br /&gt;
 | ECE 540 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N                    |&lt;br /&gt;
&amp;lt;i&amp;gt;no prerequisites listed&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 544 -- Embedded System Design with FPGAs&lt;br /&gt;
 | ECE 544 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                            N     |&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/ECE-Elect-and-Computer-Engineering/500/ECE-558 ECE 558] -- Embedded Systems Programming&lt;br /&gt;
 | ECE 558 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                   ?              |&lt;br /&gt;
 |                                                   N              |&lt;br /&gt;
Prerequisite&lt;br /&gt;
ECE 485 or ECE 585. Expected preparation: CS 202 and/or experience with Object-Oriented programming and Java.&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/EE-Electrical-Engineering/500/EE-560 EE 560] -- FOUNDATIONS OF CYBER-PHYSICAL SYSTEMS&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                                  |&lt;br /&gt;
&lt;br /&gt;
ECE 571 -- INTRODUCTION TO SYSTEM VERILOG FOR DESIGN AND VERIFICATION&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Course Descriptions as of 2021  ==&lt;br /&gt;
&lt;br /&gt;
Some detailed course descriptions noted here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 571&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
Introduction to SystemVerilog:&lt;br /&gt;
&lt;br /&gt;
 language features to support both design and verification.&lt;br /&gt;
 Good practices for simulation and synthesis, techniques for constructing reusable&lt;br /&gt;
 testbenches.   Additional topics may include hardware acceleration and transaction-based&lt;br /&gt;
 verification techniques. Course includes homework and significant final project with&lt;br /&gt;
 presentation. Familiarity with Verilog and finite state machines required.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: One of following: ECE 351, ECE 540, ECE 544 or&lt;br /&gt;
   ECE 508: Verilog Workshop, or permission of instructor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 581 - ASIC Modeling and Synthesis&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ASIC: Modeling and Synthesis&lt;br /&gt;
ECE 581&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
 Covers the fundamentals of the ASIC design process. The topics include ASIC design Flow,&lt;br /&gt;
 basic HDL constructs, test benches, modeling combinational and synchronous logic,&lt;br /&gt;
 modeling finite state machines, multiple clock domain designs, qualitative design&lt;br /&gt;
 issues, ASIC constructions.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: ECE 371.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 586, first of three term series:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Computer Architecture&lt;br /&gt;
ECE 586&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
An introduction to the key concepts of computer system architecture and design. Topics&lt;br /&gt;
 include the design and analysis of instruction set architectures, memory systems, and&lt;br /&gt;
 high-performance IO systems; basic CPU implementation strategies; basic pipelined CPU&lt;br /&gt;
 implementation; performance analysis; and a survey of current architectures.&lt;br /&gt;
&lt;br /&gt;
 Prerequisite: ECE 485/585.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Full Program course selection work  ==&lt;br /&gt;
&lt;br /&gt;
Full program course selection, tentative:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
  [x] ECE 540 System on a Chip Design with FPGAs                          2021-2022  --- --  --- --  FAL dn WIN d-&lt;br /&gt;
  [x] ECE 544 Embedded System Design with FPGAs                           2021-2022  SPR dn  --- --  --- --  --- --   prereq ECE 540&lt;br /&gt;
  [x] ECE 558 Embedded Systems Programming                                2021-2022  --- --  --- --  --- --  WIN -n   prereq ECE 585, CS 202&lt;br /&gt;
  [x] EE 560 Foundations of Cyber-Physical Systems                        2021-2022  SPR d-  --- --  --- --  --- --&lt;br /&gt;
&lt;br /&gt;
note:  ECE 544 also offered 2022-2023, ECE 540 is prerequisite.&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
  [ ] ECE 525 Digital Integrated Circuit Design I                         2021-2022  --- --  --- --  FAL dn  WIN dn&lt;br /&gt;
  [ ] ECE 545 Power Electronics Systems Design I&lt;br /&gt;
  [ ] ECE 551 Control Systems Design I&lt;br /&gt;
  [ ] ECE 552 Control Systems Design II&lt;br /&gt;
  [x] ECE 571 Introduction to System Verilog for Design and Verification  2021-2022  --- --  --- --  FAL dn  WIN dn   no prereq named&lt;br /&gt;
  [ ] ECE 578 Intelligent Robotics I                                      2021-2022  --- --  --- --  ???     --- --&lt;br /&gt;
  [ ] ECE 579 Intelligent Robotics II&lt;br /&gt;
&lt;br /&gt;
  [x] ECE 581 ASIC Modeling and Synthesis . . . . . . . . . . . . . . . . 2021-2022  --- --  SUM d-  FAL d-  WIN dn   prereq is ECE 371&lt;br /&gt;
  [x] ECE 582 Formal Verification of HW/SW Systems                        2021-2022  --- --  ???     --- --  ???&lt;br /&gt;
  [x] ECE 583 Low Power Digital IC Design                                 2021-2022  --- --  --- --  --- --  WIN dn &lt;br /&gt;
  [x] ECE 585 Microprocessor System Design                                2021-2022  --- --  --- --  FAL d-  WIN dn&lt;br /&gt;
  [p] ECE 586 Computer Architecture                                       2021-2022  SPR d-  --- --  --- --  WIN dn   prereq is 585&lt;br /&gt;
  [ ] ECE 587 Advanced Computer Architecture I&lt;br /&gt;
  [ ] ECE 588 Advanced Computer Architecture II&lt;br /&gt;
&lt;br /&gt;
  [x] EE 519 Deep Learning Theory and Practice                            Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
  [x] EE 521 Mathematical Foundations of Machine Learning                 Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] 2026 ==&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1.  https://www.pdx.edu/engineering/electrical-computer-engineering-msphd-program-details&lt;br /&gt;
&lt;br /&gt;
2.  https://sites.google.com/pdx.edu/ecestudentemployment/graduate-student?authuser=0&lt;br /&gt;
&lt;br /&gt;
3.  https://www.pdx.edu/health-counseling/insurance&lt;br /&gt;
&lt;br /&gt;
Graduate teaching assistantships&lt;br /&gt;
&lt;br /&gt;
Undergraduate courses:&lt;br /&gt;
&lt;br /&gt;
*  https://pdx.smartcatalogiq.com/en/2025-2026/bulletin/maseeh-college-of-engineering-and-computer-science/electrical-and-computer-engineering/undergraduate-programs/computer-engineering-b-s/&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9035</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9035"/>
		<updated>2026-06-16T04:28:52Z</updated>

		<summary type="html">&lt;p&gt;Ted: PSU undergraduate engineering courses&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
2021&lt;br /&gt;
&lt;br /&gt;
See also, beyond QuestaSim, EDA Playground and Verilogger . . .&lt;br /&gt;
&lt;br /&gt;
Determine terms available for some of the following courses:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
ECE 540 System on a Chip Design with FPGAs&lt;br /&gt;
ECE 544 Embedded System Design with FPGAs&lt;br /&gt;
ECE 558 Embedded Systems Programming&lt;br /&gt;
EE 560 Foundations of Cyber-Physical Systems&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
ECE 525 Digital Integrated Circuit Design I&lt;br /&gt;
ECE 545 Power Electronics Systems Design I&lt;br /&gt;
ECE 551 Control Systems Design I&lt;br /&gt;
ECE 552 Control Systems Design II&lt;br /&gt;
ECE 571 Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 578 Intelligent Robotics I&lt;br /&gt;
ECE 579 Intelligent Robotics II&lt;br /&gt;
ECE 581 ASIC Modeling and Synthesis&lt;br /&gt;
ECE 582 Formal Verification of HW/SW Systems&lt;br /&gt;
ECE 583 Low Power Digital IC Design&lt;br /&gt;
ECE 585 Microprocessor System Design&lt;br /&gt;
ECE 586 Computer Architecture&lt;br /&gt;
ECE 587 Advanced Computer Architecture I&lt;br /&gt;
ECE 588 Advanced Computer Architecture II&lt;br /&gt;
EE 519 Deep Learning Theory and Practice&lt;br /&gt;
EE 521 Mathematical Foundations of Machine Learning&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Informal planning and scheduling ==&lt;br /&gt;
&lt;br /&gt;
ECE 525 -- DIGITAL INTEGRATED CIRCUIT DESIGN I&lt;br /&gt;
&lt;br /&gt;
 | ECE 525 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |  prereq&amp;#039;s ECE 321 and STAT 351&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 | Prerequesites                                                    |&lt;br /&gt;
 |   STAT 351     - Winter  Spring  Summer                          |&lt;br /&gt;
 |                     D       D      D                             |&lt;br /&gt;
 |                             N                                    |&lt;br /&gt;
 |   ECE 321   -                             Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.pdx.edu/electrical-computer-engineering/ece-540-system-chip-design-programmable-logic ECE 540] -- SYSTEM-ON-CHIP DESIGN WITH FPGAS&lt;br /&gt;
 | ECE 540 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N                    |&lt;br /&gt;
&amp;lt;i&amp;gt;no prerequisites listed&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 544 -- Embedded System Design with FPGAs&lt;br /&gt;
 | ECE 544 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                            N     |&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/ECE-Elect-and-Computer-Engineering/500/ECE-558 ECE 558] -- Embedded Systems Programming&lt;br /&gt;
 | ECE 558 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                   ?              |&lt;br /&gt;
 |                                                   N              |&lt;br /&gt;
Prerequisite&lt;br /&gt;
ECE 485 or ECE 585. Expected preparation: CS 202 and/or experience with Object-Oriented programming and Java.&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/EE-Electrical-Engineering/500/EE-560 EE 560] -- FOUNDATIONS OF CYBER-PHYSICAL SYSTEMS&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                                  |&lt;br /&gt;
&lt;br /&gt;
ECE 571 -- INTRODUCTION TO SYSTEM VERILOG FOR DESIGN AND VERIFICATION&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Course Descriptions as of 2021  ==&lt;br /&gt;
&lt;br /&gt;
Some detailed course descriptions noted here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 571&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
Introduction to SystemVerilog:&lt;br /&gt;
&lt;br /&gt;
 language features to support both design and verification.&lt;br /&gt;
 Good practices for simulation and synthesis, techniques for constructing reusable&lt;br /&gt;
 testbenches.   Additional topics may include hardware acceleration and transaction-based&lt;br /&gt;
 verification techniques. Course includes homework and significant final project with&lt;br /&gt;
 presentation. Familiarity with Verilog and finite state machines required.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: One of following: ECE 351, ECE 540, ECE 544 or&lt;br /&gt;
   ECE 508: Verilog Workshop, or permission of instructor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 581 - ASIC Modeling and Synthesis&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ASIC: Modeling and Synthesis&lt;br /&gt;
ECE 581&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
 Covers the fundamentals of the ASIC design process. The topics include ASIC design Flow,&lt;br /&gt;
 basic HDL constructs, test benches, modeling combinational and synchronous logic,&lt;br /&gt;
 modeling finite state machines, multiple clock domain designs, qualitative design&lt;br /&gt;
 issues, ASIC constructions.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: ECE 371.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 586, first of three term series:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Computer Architecture&lt;br /&gt;
ECE 586&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
An introduction to the key concepts of computer system architecture and design. Topics&lt;br /&gt;
 include the design and analysis of instruction set architectures, memory systems, and&lt;br /&gt;
 high-performance IO systems; basic CPU implementation strategies; basic pipelined CPU&lt;br /&gt;
 implementation; performance analysis; and a survey of current architectures.&lt;br /&gt;
&lt;br /&gt;
 Prerequisite: ECE 485/585.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Full Program course selection work  ==&lt;br /&gt;
&lt;br /&gt;
Full program course selection, tentative:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
  [x] ECE 540 System on a Chip Design with FPGAs                          2021-2022  --- --  --- --  FAL dn WIN d-&lt;br /&gt;
  [x] ECE 544 Embedded System Design with FPGAs                           2021-2022  SPR dn  --- --  --- --  --- --   prereq ECE 540&lt;br /&gt;
  [x] ECE 558 Embedded Systems Programming                                2021-2022  --- --  --- --  --- --  WIN -n   prereq ECE 585, CS 202&lt;br /&gt;
  [x] EE 560 Foundations of Cyber-Physical Systems                        2021-2022  SPR d-  --- --  --- --  --- --&lt;br /&gt;
&lt;br /&gt;
note:  ECE 544 also offered 2022-2023, ECE 540 is prerequisite.&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
  [ ] ECE 525 Digital Integrated Circuit Design I                         2021-2022  --- --  --- --  FAL dn  WIN dn&lt;br /&gt;
  [ ] ECE 545 Power Electronics Systems Design I&lt;br /&gt;
  [ ] ECE 551 Control Systems Design I&lt;br /&gt;
  [ ] ECE 552 Control Systems Design II&lt;br /&gt;
  [x] ECE 571 Introduction to System Verilog for Design and Verification  2021-2022  --- --  --- --  FAL dn  WIN dn   no prereq named&lt;br /&gt;
  [ ] ECE 578 Intelligent Robotics I                                      2021-2022  --- --  --- --  ???     --- --&lt;br /&gt;
  [ ] ECE 579 Intelligent Robotics II&lt;br /&gt;
&lt;br /&gt;
  [x] ECE 581 ASIC Modeling and Synthesis . . . . . . . . . . . . . . . . 2021-2022  --- --  SUM d-  FAL d-  WIN dn   prereq is ECE 371&lt;br /&gt;
  [x] ECE 582 Formal Verification of HW/SW Systems                        2021-2022  --- --  ???     --- --  ???&lt;br /&gt;
  [x] ECE 583 Low Power Digital IC Design                                 2021-2022  --- --  --- --  --- --  WIN dn &lt;br /&gt;
  [x] ECE 585 Microprocessor System Design                                2021-2022  --- --  --- --  FAL d-  WIN dn&lt;br /&gt;
  [p] ECE 586 Computer Architecture                                       2021-2022  SPR d-  --- --  --- --  WIN dn   prereq is 585&lt;br /&gt;
  [ ] ECE 587 Advanced Computer Architecture I&lt;br /&gt;
  [ ] ECE 588 Advanced Computer Architecture II&lt;br /&gt;
&lt;br /&gt;
  [x] EE 519 Deep Learning Theory and Practice                            Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
  [x] EE 521 Mathematical Foundations of Machine Learning                 Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2026 . . .&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/ecestudentemployment/graduate-student?authuser=0&lt;br /&gt;
&lt;br /&gt;
*  https://www.pdx.edu/health-counseling/insurance&lt;br /&gt;
&lt;br /&gt;
Graduate teaching assistantships&lt;br /&gt;
&lt;br /&gt;
Undergraduate courses:&lt;br /&gt;
&lt;br /&gt;
*  https://pdx.smartcatalogiq.com/en/2025-2026/bulletin/maseeh-college-of-engineering-and-computer-science/electrical-and-computer-engineering/undergraduate-programs/computer-engineering-b-s/&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9034</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9034"/>
		<updated>2026-06-12T05:42:01Z</updated>

		<summary type="html">&lt;p&gt;Ted: PSU health insurance link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also, beyond QuestaSim, EDA Playground and Verilogger . . .&lt;br /&gt;
&lt;br /&gt;
Determine terms available for some of the following courses:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
ECE 540 System on a Chip Design with FPGAs&lt;br /&gt;
ECE 544 Embedded System Design with FPGAs&lt;br /&gt;
ECE 558 Embedded Systems Programming&lt;br /&gt;
EE 560 Foundations of Cyber-Physical Systems&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
ECE 525 Digital Integrated Circuit Design I&lt;br /&gt;
ECE 545 Power Electronics Systems Design I&lt;br /&gt;
ECE 551 Control Systems Design I&lt;br /&gt;
ECE 552 Control Systems Design II&lt;br /&gt;
ECE 571 Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 578 Intelligent Robotics I&lt;br /&gt;
ECE 579 Intelligent Robotics II&lt;br /&gt;
ECE 581 ASIC Modeling and Synthesis&lt;br /&gt;
ECE 582 Formal Verification of HW/SW Systems&lt;br /&gt;
ECE 583 Low Power Digital IC Design&lt;br /&gt;
ECE 585 Microprocessor System Design&lt;br /&gt;
ECE 586 Computer Architecture&lt;br /&gt;
ECE 587 Advanced Computer Architecture I&lt;br /&gt;
ECE 588 Advanced Computer Architecture II&lt;br /&gt;
EE 519 Deep Learning Theory and Practice&lt;br /&gt;
EE 521 Mathematical Foundations of Machine Learning&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Informal planning and scheduling ==&lt;br /&gt;
&lt;br /&gt;
ECE 525 -- DIGITAL INTEGRATED CIRCUIT DESIGN I&lt;br /&gt;
&lt;br /&gt;
 | ECE 525 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |  prereq&amp;#039;s ECE 321 and STAT 351&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 | Prerequesites                                                    |&lt;br /&gt;
 |   STAT 351     - Winter  Spring  Summer                          |&lt;br /&gt;
 |                     D       D      D                             |&lt;br /&gt;
 |                             N                                    |&lt;br /&gt;
 |   ECE 321   -                             Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.pdx.edu/electrical-computer-engineering/ece-540-system-chip-design-programmable-logic ECE 540] -- SYSTEM-ON-CHIP DESIGN WITH FPGAS&lt;br /&gt;
 | ECE 540 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N                    |&lt;br /&gt;
&amp;lt;i&amp;gt;no prerequisites listed&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 544 -- Embedded System Design with FPGAs&lt;br /&gt;
 | ECE 544 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                            N     |&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/ECE-Elect-and-Computer-Engineering/500/ECE-558 ECE 558] -- Embedded Systems Programming&lt;br /&gt;
 | ECE 558 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                   ?              |&lt;br /&gt;
 |                                                   N              |&lt;br /&gt;
Prerequisite&lt;br /&gt;
ECE 485 or ECE 585. Expected preparation: CS 202 and/or experience with Object-Oriented programming and Java.&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/EE-Electrical-Engineering/500/EE-560 EE 560] -- FOUNDATIONS OF CYBER-PHYSICAL SYSTEMS&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                                  |&lt;br /&gt;
&lt;br /&gt;
ECE 571 -- INTRODUCTION TO SYSTEM VERILOG FOR DESIGN AND VERIFICATION&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Course Descriptions as of 2021  ==&lt;br /&gt;
&lt;br /&gt;
Some detailed course descriptions noted here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 571&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
Introduction to SystemVerilog:&lt;br /&gt;
&lt;br /&gt;
 language features to support both design and verification.&lt;br /&gt;
 Good practices for simulation and synthesis, techniques for constructing reusable&lt;br /&gt;
 testbenches.   Additional topics may include hardware acceleration and transaction-based&lt;br /&gt;
 verification techniques. Course includes homework and significant final project with&lt;br /&gt;
 presentation. Familiarity with Verilog and finite state machines required.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: One of following: ECE 351, ECE 540, ECE 544 or&lt;br /&gt;
   ECE 508: Verilog Workshop, or permission of instructor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 581 - ASIC Modeling and Synthesis&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ASIC: Modeling and Synthesis&lt;br /&gt;
ECE 581&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
 Covers the fundamentals of the ASIC design process. The topics include ASIC design Flow,&lt;br /&gt;
 basic HDL constructs, test benches, modeling combinational and synchronous logic,&lt;br /&gt;
 modeling finite state machines, multiple clock domain designs, qualitative design&lt;br /&gt;
 issues, ASIC constructions.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: ECE 371.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 586, first of three term series:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Computer Architecture&lt;br /&gt;
ECE 586&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
An introduction to the key concepts of computer system architecture and design. Topics&lt;br /&gt;
 include the design and analysis of instruction set architectures, memory systems, and&lt;br /&gt;
 high-performance IO systems; basic CPU implementation strategies; basic pipelined CPU&lt;br /&gt;
 implementation; performance analysis; and a survey of current architectures.&lt;br /&gt;
&lt;br /&gt;
 Prerequisite: ECE 485/585.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Full Program course selection work  ==&lt;br /&gt;
&lt;br /&gt;
Full program course selection, tentative:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
  [x] ECE 540 System on a Chip Design with FPGAs                          2021-2022  --- --  --- --  FAL dn WIN d-&lt;br /&gt;
  [x] ECE 544 Embedded System Design with FPGAs                           2021-2022  SPR dn  --- --  --- --  --- --   prereq ECE 540&lt;br /&gt;
  [x] ECE 558 Embedded Systems Programming                                2021-2022  --- --  --- --  --- --  WIN -n   prereq ECE 585, CS 202&lt;br /&gt;
  [x] EE 560 Foundations of Cyber-Physical Systems                        2021-2022  SPR d-  --- --  --- --  --- --&lt;br /&gt;
&lt;br /&gt;
note:  ECE 544 also offered 2022-2023, ECE 540 is prerequisite.&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
  [ ] ECE 525 Digital Integrated Circuit Design I                         2021-2022  --- --  --- --  FAL dn  WIN dn&lt;br /&gt;
  [ ] ECE 545 Power Electronics Systems Design I&lt;br /&gt;
  [ ] ECE 551 Control Systems Design I&lt;br /&gt;
  [ ] ECE 552 Control Systems Design II&lt;br /&gt;
  [x] ECE 571 Introduction to System Verilog for Design and Verification  2021-2022  --- --  --- --  FAL dn  WIN dn   no prereq named&lt;br /&gt;
  [ ] ECE 578 Intelligent Robotics I                                      2021-2022  --- --  --- --  ???     --- --&lt;br /&gt;
  [ ] ECE 579 Intelligent Robotics II&lt;br /&gt;
&lt;br /&gt;
  [x] ECE 581 ASIC Modeling and Synthesis . . . . . . . . . . . . . . . . 2021-2022  --- --  SUM d-  FAL d-  WIN dn   prereq is ECE 371&lt;br /&gt;
  [x] ECE 582 Formal Verification of HW/SW Systems                        2021-2022  --- --  ???     --- --  ???&lt;br /&gt;
  [x] ECE 583 Low Power Digital IC Design                                 2021-2022  --- --  --- --  --- --  WIN dn &lt;br /&gt;
  [x] ECE 585 Microprocessor System Design                                2021-2022  --- --  --- --  FAL d-  WIN dn&lt;br /&gt;
  [p] ECE 586 Computer Architecture                                       2021-2022  SPR d-  --- --  --- --  WIN dn   prereq is 585&lt;br /&gt;
  [ ] ECE 587 Advanced Computer Architecture I&lt;br /&gt;
  [ ] ECE 588 Advanced Computer Architecture II&lt;br /&gt;
&lt;br /&gt;
  [x] EE 519 Deep Learning Theory and Practice                            Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
  [x] EE 521 Mathematical Foundations of Machine Learning                 Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2026 . . .&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/ecestudentemployment/graduate-student?authuser=0&lt;br /&gt;
&lt;br /&gt;
*  https://www.pdx.edu/health-counseling/insurance&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9033</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9033"/>
		<updated>2026-06-11T23:07:34Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add link to graduate student employment opportunities&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also, beyond QuestaSim, EDA Playground and Verilogger . . .&lt;br /&gt;
&lt;br /&gt;
Determine terms available for some of the following courses:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
ECE 540 System on a Chip Design with FPGAs&lt;br /&gt;
ECE 544 Embedded System Design with FPGAs&lt;br /&gt;
ECE 558 Embedded Systems Programming&lt;br /&gt;
EE 560 Foundations of Cyber-Physical Systems&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
ECE 525 Digital Integrated Circuit Design I&lt;br /&gt;
ECE 545 Power Electronics Systems Design I&lt;br /&gt;
ECE 551 Control Systems Design I&lt;br /&gt;
ECE 552 Control Systems Design II&lt;br /&gt;
ECE 571 Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 578 Intelligent Robotics I&lt;br /&gt;
ECE 579 Intelligent Robotics II&lt;br /&gt;
ECE 581 ASIC Modeling and Synthesis&lt;br /&gt;
ECE 582 Formal Verification of HW/SW Systems&lt;br /&gt;
ECE 583 Low Power Digital IC Design&lt;br /&gt;
ECE 585 Microprocessor System Design&lt;br /&gt;
ECE 586 Computer Architecture&lt;br /&gt;
ECE 587 Advanced Computer Architecture I&lt;br /&gt;
ECE 588 Advanced Computer Architecture II&lt;br /&gt;
EE 519 Deep Learning Theory and Practice&lt;br /&gt;
EE 521 Mathematical Foundations of Machine Learning&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Informal planning and scheduling ==&lt;br /&gt;
&lt;br /&gt;
ECE 525 -- DIGITAL INTEGRATED CIRCUIT DESIGN I&lt;br /&gt;
&lt;br /&gt;
 | ECE 525 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |  prereq&amp;#039;s ECE 321 and STAT 351&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 | Prerequesites                                                    |&lt;br /&gt;
 |   STAT 351     - Winter  Spring  Summer                          |&lt;br /&gt;
 |                     D       D      D                             |&lt;br /&gt;
 |                             N                                    |&lt;br /&gt;
 |   ECE 321   -                             Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.pdx.edu/electrical-computer-engineering/ece-540-system-chip-design-programmable-logic ECE 540] -- SYSTEM-ON-CHIP DESIGN WITH FPGAS&lt;br /&gt;
 | ECE 540 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N                    |&lt;br /&gt;
&amp;lt;i&amp;gt;no prerequisites listed&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 544 -- Embedded System Design with FPGAs&lt;br /&gt;
 | ECE 544 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                            N     |&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/ECE-Elect-and-Computer-Engineering/500/ECE-558 ECE 558] -- Embedded Systems Programming&lt;br /&gt;
 | ECE 558 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                   ?              |&lt;br /&gt;
 |                                                   N              |&lt;br /&gt;
Prerequisite&lt;br /&gt;
ECE 485 or ECE 585. Expected preparation: CS 202 and/or experience with Object-Oriented programming and Java.&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/EE-Electrical-Engineering/500/EE-560 EE 560] -- FOUNDATIONS OF CYBER-PHYSICAL SYSTEMS&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                                  |&lt;br /&gt;
&lt;br /&gt;
ECE 571 -- INTRODUCTION TO SYSTEM VERILOG FOR DESIGN AND VERIFICATION&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Course Descriptions as of 2021  ==&lt;br /&gt;
&lt;br /&gt;
Some detailed course descriptions noted here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 571&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
Introduction to SystemVerilog:&lt;br /&gt;
&lt;br /&gt;
 language features to support both design and verification.&lt;br /&gt;
 Good practices for simulation and synthesis, techniques for constructing reusable&lt;br /&gt;
 testbenches.   Additional topics may include hardware acceleration and transaction-based&lt;br /&gt;
 verification techniques. Course includes homework and significant final project with&lt;br /&gt;
 presentation. Familiarity with Verilog and finite state machines required.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: One of following: ECE 351, ECE 540, ECE 544 or&lt;br /&gt;
   ECE 508: Verilog Workshop, or permission of instructor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 581 - ASIC Modeling and Synthesis&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ASIC: Modeling and Synthesis&lt;br /&gt;
ECE 581&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
 Covers the fundamentals of the ASIC design process. The topics include ASIC design Flow,&lt;br /&gt;
 basic HDL constructs, test benches, modeling combinational and synchronous logic,&lt;br /&gt;
 modeling finite state machines, multiple clock domain designs, qualitative design&lt;br /&gt;
 issues, ASIC constructions.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: ECE 371.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 586, first of three term series:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Computer Architecture&lt;br /&gt;
ECE 586&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
An introduction to the key concepts of computer system architecture and design. Topics&lt;br /&gt;
 include the design and analysis of instruction set architectures, memory systems, and&lt;br /&gt;
 high-performance IO systems; basic CPU implementation strategies; basic pipelined CPU&lt;br /&gt;
 implementation; performance analysis; and a survey of current architectures.&lt;br /&gt;
&lt;br /&gt;
 Prerequisite: ECE 485/585.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Full Program course selection work  ==&lt;br /&gt;
&lt;br /&gt;
Full program course selection, tentative:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
  [x] ECE 540 System on a Chip Design with FPGAs                          2021-2022  --- --  --- --  FAL dn WIN d-&lt;br /&gt;
  [x] ECE 544 Embedded System Design with FPGAs                           2021-2022  SPR dn  --- --  --- --  --- --   prereq ECE 540&lt;br /&gt;
  [x] ECE 558 Embedded Systems Programming                                2021-2022  --- --  --- --  --- --  WIN -n   prereq ECE 585, CS 202&lt;br /&gt;
  [x] EE 560 Foundations of Cyber-Physical Systems                        2021-2022  SPR d-  --- --  --- --  --- --&lt;br /&gt;
&lt;br /&gt;
note:  ECE 544 also offered 2022-2023, ECE 540 is prerequisite.&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
  [ ] ECE 525 Digital Integrated Circuit Design I                         2021-2022  --- --  --- --  FAL dn  WIN dn&lt;br /&gt;
  [ ] ECE 545 Power Electronics Systems Design I&lt;br /&gt;
  [ ] ECE 551 Control Systems Design I&lt;br /&gt;
  [ ] ECE 552 Control Systems Design II&lt;br /&gt;
  [x] ECE 571 Introduction to System Verilog for Design and Verification  2021-2022  --- --  --- --  FAL dn  WIN dn   no prereq named&lt;br /&gt;
  [ ] ECE 578 Intelligent Robotics I                                      2021-2022  --- --  --- --  ???     --- --&lt;br /&gt;
  [ ] ECE 579 Intelligent Robotics II&lt;br /&gt;
&lt;br /&gt;
  [x] ECE 581 ASIC Modeling and Synthesis . . . . . . . . . . . . . . . . 2021-2022  --- --  SUM d-  FAL d-  WIN dn   prereq is ECE 371&lt;br /&gt;
  [x] ECE 582 Formal Verification of HW/SW Systems                        2021-2022  --- --  ???     --- --  ???&lt;br /&gt;
  [x] ECE 583 Low Power Digital IC Design                                 2021-2022  --- --  --- --  --- --  WIN dn &lt;br /&gt;
  [x] ECE 585 Microprocessor System Design                                2021-2022  --- --  --- --  FAL d-  WIN dn&lt;br /&gt;
  [p] ECE 586 Computer Architecture                                       2021-2022  SPR d-  --- --  --- --  WIN dn   prereq is 585&lt;br /&gt;
  [ ] ECE 587 Advanced Computer Architecture I&lt;br /&gt;
  [ ] ECE 588 Advanced Computer Architecture II&lt;br /&gt;
&lt;br /&gt;
  [x] EE 519 Deep Learning Theory and Practice                            Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
  [x] EE 521 Mathematical Foundations of Machine Learning                 Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2026 . . .&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/ecestudentemployment/graduate-student?authuser=0&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9032</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9032"/>
		<updated>2026-06-11T23:05:53Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add link to welcome and general info for new students&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also, beyond QuestaSim, EDA Playground and Verilogger . . .&lt;br /&gt;
&lt;br /&gt;
Determine terms available for some of the following courses:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
ECE 540 System on a Chip Design with FPGAs&lt;br /&gt;
ECE 544 Embedded System Design with FPGAs&lt;br /&gt;
ECE 558 Embedded Systems Programming&lt;br /&gt;
EE 560 Foundations of Cyber-Physical Systems&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
ECE 525 Digital Integrated Circuit Design I&lt;br /&gt;
ECE 545 Power Electronics Systems Design I&lt;br /&gt;
ECE 551 Control Systems Design I&lt;br /&gt;
ECE 552 Control Systems Design II&lt;br /&gt;
ECE 571 Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 578 Intelligent Robotics I&lt;br /&gt;
ECE 579 Intelligent Robotics II&lt;br /&gt;
ECE 581 ASIC Modeling and Synthesis&lt;br /&gt;
ECE 582 Formal Verification of HW/SW Systems&lt;br /&gt;
ECE 583 Low Power Digital IC Design&lt;br /&gt;
ECE 585 Microprocessor System Design&lt;br /&gt;
ECE 586 Computer Architecture&lt;br /&gt;
ECE 587 Advanced Computer Architecture I&lt;br /&gt;
ECE 588 Advanced Computer Architecture II&lt;br /&gt;
EE 519 Deep Learning Theory and Practice&lt;br /&gt;
EE 521 Mathematical Foundations of Machine Learning&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Informal planning and scheduling ==&lt;br /&gt;
&lt;br /&gt;
ECE 525 -- DIGITAL INTEGRATED CIRCUIT DESIGN I&lt;br /&gt;
&lt;br /&gt;
 | ECE 525 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |  prereq&amp;#039;s ECE 321 and STAT 351&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 | Prerequesites                                                    |&lt;br /&gt;
 |   STAT 351     - Winter  Spring  Summer                          |&lt;br /&gt;
 |                     D       D      D                             |&lt;br /&gt;
 |                             N                                    |&lt;br /&gt;
 |   ECE 321   -                             Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.pdx.edu/electrical-computer-engineering/ece-540-system-chip-design-programmable-logic ECE 540] -- SYSTEM-ON-CHIP DESIGN WITH FPGAS&lt;br /&gt;
 | ECE 540 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N                    |&lt;br /&gt;
&amp;lt;i&amp;gt;no prerequisites listed&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 544 -- Embedded System Design with FPGAs&lt;br /&gt;
 | ECE 544 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                            N     |&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/ECE-Elect-and-Computer-Engineering/500/ECE-558 ECE 558] -- Embedded Systems Programming&lt;br /&gt;
 | ECE 558 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                   ?              |&lt;br /&gt;
 |                                                   N              |&lt;br /&gt;
Prerequisite&lt;br /&gt;
ECE 485 or ECE 585. Expected preparation: CS 202 and/or experience with Object-Oriented programming and Java.&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/EE-Electrical-Engineering/500/EE-560 EE 560] -- FOUNDATIONS OF CYBER-PHYSICAL SYSTEMS&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                                  |&lt;br /&gt;
&lt;br /&gt;
ECE 571 -- INTRODUCTION TO SYSTEM VERILOG FOR DESIGN AND VERIFICATION&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Course Descriptions as of 2021  ==&lt;br /&gt;
&lt;br /&gt;
Some detailed course descriptions noted here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 571&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
Introduction to SystemVerilog:&lt;br /&gt;
&lt;br /&gt;
 language features to support both design and verification.&lt;br /&gt;
 Good practices for simulation and synthesis, techniques for constructing reusable&lt;br /&gt;
 testbenches.   Additional topics may include hardware acceleration and transaction-based&lt;br /&gt;
 verification techniques. Course includes homework and significant final project with&lt;br /&gt;
 presentation. Familiarity with Verilog and finite state machines required.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: One of following: ECE 351, ECE 540, ECE 544 or&lt;br /&gt;
   ECE 508: Verilog Workshop, or permission of instructor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 581 - ASIC Modeling and Synthesis&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ASIC: Modeling and Synthesis&lt;br /&gt;
ECE 581&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
 Covers the fundamentals of the ASIC design process. The topics include ASIC design Flow,&lt;br /&gt;
 basic HDL constructs, test benches, modeling combinational and synchronous logic,&lt;br /&gt;
 modeling finite state machines, multiple clock domain designs, qualitative design&lt;br /&gt;
 issues, ASIC constructions.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: ECE 371.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 586, first of three term series:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Computer Architecture&lt;br /&gt;
ECE 586&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
An introduction to the key concepts of computer system architecture and design. Topics&lt;br /&gt;
 include the design and analysis of instruction set architectures, memory systems, and&lt;br /&gt;
 high-performance IO systems; basic CPU implementation strategies; basic pipelined CPU&lt;br /&gt;
 implementation; performance analysis; and a survey of current architectures.&lt;br /&gt;
&lt;br /&gt;
 Prerequisite: ECE 485/585.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Full Program course selection work  ==&lt;br /&gt;
&lt;br /&gt;
Full program course selection, tentative:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
  [x] ECE 540 System on a Chip Design with FPGAs                          2021-2022  --- --  --- --  FAL dn WIN d-&lt;br /&gt;
  [x] ECE 544 Embedded System Design with FPGAs                           2021-2022  SPR dn  --- --  --- --  --- --   prereq ECE 540&lt;br /&gt;
  [x] ECE 558 Embedded Systems Programming                                2021-2022  --- --  --- --  --- --  WIN -n   prereq ECE 585, CS 202&lt;br /&gt;
  [x] EE 560 Foundations of Cyber-Physical Systems                        2021-2022  SPR d-  --- --  --- --  --- --&lt;br /&gt;
&lt;br /&gt;
note:  ECE 544 also offered 2022-2023, ECE 540 is prerequisite.&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
  [ ] ECE 525 Digital Integrated Circuit Design I                         2021-2022  --- --  --- --  FAL dn  WIN dn&lt;br /&gt;
  [ ] ECE 545 Power Electronics Systems Design I&lt;br /&gt;
  [ ] ECE 551 Control Systems Design I&lt;br /&gt;
  [ ] ECE 552 Control Systems Design II&lt;br /&gt;
  [x] ECE 571 Introduction to System Verilog for Design and Verification  2021-2022  --- --  --- --  FAL dn  WIN dn   no prereq named&lt;br /&gt;
  [ ] ECE 578 Intelligent Robotics I                                      2021-2022  --- --  --- --  ???     --- --&lt;br /&gt;
  [ ] ECE 579 Intelligent Robotics II&lt;br /&gt;
&lt;br /&gt;
  [x] ECE 581 ASIC Modeling and Synthesis . . . . . . . . . . . . . . . . 2021-2022  --- --  SUM d-  FAL d-  WIN dn   prereq is ECE 371&lt;br /&gt;
  [x] ECE 582 Formal Verification of HW/SW Systems                        2021-2022  --- --  ???     --- --  ???&lt;br /&gt;
  [x] ECE 583 Low Power Digital IC Design                                 2021-2022  --- --  --- --  --- --  WIN dn &lt;br /&gt;
  [x] ECE 585 Microprocessor System Design                                2021-2022  --- --  --- --  FAL d-  WIN dn&lt;br /&gt;
  [p] ECE 586 Computer Architecture                                       2021-2022  SPR d-  --- --  --- --  WIN dn   prereq is 585&lt;br /&gt;
  [ ] ECE 587 Advanced Computer Architecture I&lt;br /&gt;
  [ ] ECE 588 Advanced Computer Architecture II&lt;br /&gt;
&lt;br /&gt;
  [x] EE 519 Deep Learning Theory and Practice                            Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
  [x] EE 521 Mathematical Foundations of Machine Learning                 Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2026 . . .&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/information-for-new-ece-ms-students?authuser=0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9031</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9031"/>
		<updated>2026-06-11T23:01:35Z</updated>

		<summary type="html">&lt;p&gt;Ted: Begin notes for 2026 graduate ECE program&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also, beyond QuestaSim, EDA Playground and Verilogger . . .&lt;br /&gt;
&lt;br /&gt;
Determine terms available for some of the following courses:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
ECE 540 System on a Chip Design with FPGAs&lt;br /&gt;
ECE 544 Embedded System Design with FPGAs&lt;br /&gt;
ECE 558 Embedded Systems Programming&lt;br /&gt;
EE 560 Foundations of Cyber-Physical Systems&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
ECE 525 Digital Integrated Circuit Design I&lt;br /&gt;
ECE 545 Power Electronics Systems Design I&lt;br /&gt;
ECE 551 Control Systems Design I&lt;br /&gt;
ECE 552 Control Systems Design II&lt;br /&gt;
ECE 571 Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 578 Intelligent Robotics I&lt;br /&gt;
ECE 579 Intelligent Robotics II&lt;br /&gt;
ECE 581 ASIC Modeling and Synthesis&lt;br /&gt;
ECE 582 Formal Verification of HW/SW Systems&lt;br /&gt;
ECE 583 Low Power Digital IC Design&lt;br /&gt;
ECE 585 Microprocessor System Design&lt;br /&gt;
ECE 586 Computer Architecture&lt;br /&gt;
ECE 587 Advanced Computer Architecture I&lt;br /&gt;
ECE 588 Advanced Computer Architecture II&lt;br /&gt;
EE 519 Deep Learning Theory and Practice&lt;br /&gt;
EE 521 Mathematical Foundations of Machine Learning&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Informal planning and scheduling ==&lt;br /&gt;
&lt;br /&gt;
ECE 525 -- DIGITAL INTEGRATED CIRCUIT DESIGN I&lt;br /&gt;
&lt;br /&gt;
 | ECE 525 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |  prereq&amp;#039;s ECE 321 and STAT 351&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 | Prerequesites                                                    |&lt;br /&gt;
 |   STAT 351     - Winter  Spring  Summer                          |&lt;br /&gt;
 |                     D       D      D                             |&lt;br /&gt;
 |                             N                                    |&lt;br /&gt;
 |   ECE 321   -                             Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.pdx.edu/electrical-computer-engineering/ece-540-system-chip-design-programmable-logic ECE 540] -- SYSTEM-ON-CHIP DESIGN WITH FPGAS&lt;br /&gt;
 | ECE 540 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N                    |&lt;br /&gt;
&amp;lt;i&amp;gt;no prerequisites listed&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 544 -- Embedded System Design with FPGAs&lt;br /&gt;
 | ECE 544 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                            N     |&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/ECE-Elect-and-Computer-Engineering/500/ECE-558 ECE 558] -- Embedded Systems Programming&lt;br /&gt;
 | ECE 558 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                   ?              |&lt;br /&gt;
 |                                                   N              |&lt;br /&gt;
Prerequisite&lt;br /&gt;
ECE 485 or ECE 585. Expected preparation: CS 202 and/or experience with Object-Oriented programming and Java.&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/EE-Electrical-Engineering/500/EE-560 EE 560] -- FOUNDATIONS OF CYBER-PHYSICAL SYSTEMS&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                                  |&lt;br /&gt;
&lt;br /&gt;
ECE 571 -- INTRODUCTION TO SYSTEM VERILOG FOR DESIGN AND VERIFICATION&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Course Descriptions as of 2021  ==&lt;br /&gt;
&lt;br /&gt;
Some detailed course descriptions noted here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 571&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
Introduction to SystemVerilog:&lt;br /&gt;
&lt;br /&gt;
 language features to support both design and verification.&lt;br /&gt;
 Good practices for simulation and synthesis, techniques for constructing reusable&lt;br /&gt;
 testbenches.   Additional topics may include hardware acceleration and transaction-based&lt;br /&gt;
 verification techniques. Course includes homework and significant final project with&lt;br /&gt;
 presentation. Familiarity with Verilog and finite state machines required.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: One of following: ECE 351, ECE 540, ECE 544 or&lt;br /&gt;
   ECE 508: Verilog Workshop, or permission of instructor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 581 - ASIC Modeling and Synthesis&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ASIC: Modeling and Synthesis&lt;br /&gt;
ECE 581&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
 Covers the fundamentals of the ASIC design process. The topics include ASIC design Flow,&lt;br /&gt;
 basic HDL constructs, test benches, modeling combinational and synchronous logic,&lt;br /&gt;
 modeling finite state machines, multiple clock domain designs, qualitative design&lt;br /&gt;
 issues, ASIC constructions.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: ECE 371.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 586, first of three term series:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Computer Architecture&lt;br /&gt;
ECE 586&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
An introduction to the key concepts of computer system architecture and design. Topics&lt;br /&gt;
 include the design and analysis of instruction set architectures, memory systems, and&lt;br /&gt;
 high-performance IO systems; basic CPU implementation strategies; basic pipelined CPU&lt;br /&gt;
 implementation; performance analysis; and a survey of current architectures.&lt;br /&gt;
&lt;br /&gt;
 Prerequisite: ECE 485/585.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Full Program course selection work  ==&lt;br /&gt;
&lt;br /&gt;
Full program course selection, tentative:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
  [x] ECE 540 System on a Chip Design with FPGAs                          2021-2022  --- --  --- --  FAL dn WIN d-&lt;br /&gt;
  [x] ECE 544 Embedded System Design with FPGAs                           2021-2022  SPR dn  --- --  --- --  --- --   prereq ECE 540&lt;br /&gt;
  [x] ECE 558 Embedded Systems Programming                                2021-2022  --- --  --- --  --- --  WIN -n   prereq ECE 585, CS 202&lt;br /&gt;
  [x] EE 560 Foundations of Cyber-Physical Systems                        2021-2022  SPR d-  --- --  --- --  --- --&lt;br /&gt;
&lt;br /&gt;
note:  ECE 544 also offered 2022-2023, ECE 540 is prerequisite.&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
  [ ] ECE 525 Digital Integrated Circuit Design I                         2021-2022  --- --  --- --  FAL dn  WIN dn&lt;br /&gt;
  [ ] ECE 545 Power Electronics Systems Design I&lt;br /&gt;
  [ ] ECE 551 Control Systems Design I&lt;br /&gt;
  [ ] ECE 552 Control Systems Design II&lt;br /&gt;
  [x] ECE 571 Introduction to System Verilog for Design and Verification  2021-2022  --- --  --- --  FAL dn  WIN dn   no prereq named&lt;br /&gt;
  [ ] ECE 578 Intelligent Robotics I                                      2021-2022  --- --  --- --  ???     --- --&lt;br /&gt;
  [ ] ECE 579 Intelligent Robotics II&lt;br /&gt;
&lt;br /&gt;
  [x] ECE 581 ASIC Modeling and Synthesis . . . . . . . . . . . . . . . . 2021-2022  --- --  SUM d-  FAL d-  WIN dn   prereq is ECE 371&lt;br /&gt;
  [x] ECE 582 Formal Verification of HW/SW Systems                        2021-2022  --- --  ???     --- --  ???&lt;br /&gt;
  [x] ECE 583 Low Power Digital IC Design                                 2021-2022  --- --  --- --  --- --  WIN dn &lt;br /&gt;
  [x] ECE 585 Microprocessor System Design                                2021-2022  --- --  --- --  FAL d-  WIN dn&lt;br /&gt;
  [p] ECE 586 Computer Architecture                                       2021-2022  SPR d-  --- --  --- --  WIN dn   prereq is 585&lt;br /&gt;
  [ ] ECE 587 Advanced Computer Architecture I&lt;br /&gt;
  [ ] ECE 588 Advanced Computer Architecture II&lt;br /&gt;
&lt;br /&gt;
  [x] EE 519 Deep Learning Theory and Practice                            Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
  [x] EE 521 Mathematical Foundations of Machine Learning                 Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2026 . . .&lt;br /&gt;
&lt;br /&gt;
*  https://sites.google.com/pdx.edu/maseeh-ece-internal/home&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9030</id>
		<title>MS-ECE</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=MS-ECE&amp;diff=9030"/>
		<updated>2026-06-11T23:00:41Z</updated>

		<summary type="html">&lt;p&gt;Ted: Minor formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
Maseeh College of Engineering EE, CE, CS Programs:&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/ms-program-tracks&lt;br /&gt;
*  https://www.pdx.edu/electrical-computer-engineering/embedded-systems&lt;br /&gt;
Course offerings by term:&lt;br /&gt;
*  https://app.banner.pdx.edu/cpg/&lt;br /&gt;
&lt;br /&gt;
College of Engineering computer labs and remote access, VPN:&lt;br /&gt;
&lt;br /&gt;
*  https://cat.pdx.edu/services/network/vpn-services/&lt;br /&gt;
*  https://intranet.cecs.pdx.edu/remote_lab/&lt;br /&gt;
*  https://cat.pdx.edu/services/software/windows-labs/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Ripple carry adder . . .&lt;br /&gt;
*  https://www.sciencedirect.com/topics/computer-science/ripple-carry-adder&lt;br /&gt;
*  https://www.fpga4student.com/2018/07/verilog-code-for-ripple-carry-adder.html&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See also, beyond QuestaSim, EDA Playground and Verilogger . . .&lt;br /&gt;
&lt;br /&gt;
Determine terms available for some of the following courses:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
ECE 540 System on a Chip Design with FPGAs&lt;br /&gt;
ECE 544 Embedded System Design with FPGAs&lt;br /&gt;
ECE 558 Embedded Systems Programming&lt;br /&gt;
EE 560 Foundations of Cyber-Physical Systems&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
ECE 525 Digital Integrated Circuit Design I&lt;br /&gt;
ECE 545 Power Electronics Systems Design I&lt;br /&gt;
ECE 551 Control Systems Design I&lt;br /&gt;
ECE 552 Control Systems Design II&lt;br /&gt;
ECE 571 Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 578 Intelligent Robotics I&lt;br /&gt;
ECE 579 Intelligent Robotics II&lt;br /&gt;
ECE 581 ASIC Modeling and Synthesis&lt;br /&gt;
ECE 582 Formal Verification of HW/SW Systems&lt;br /&gt;
ECE 583 Low Power Digital IC Design&lt;br /&gt;
ECE 585 Microprocessor System Design&lt;br /&gt;
ECE 586 Computer Architecture&lt;br /&gt;
ECE 587 Advanced Computer Architecture I&lt;br /&gt;
ECE 588 Advanced Computer Architecture II&lt;br /&gt;
EE 519 Deep Learning Theory and Practice&lt;br /&gt;
EE 521 Mathematical Foundations of Machine Learning&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Informal planning and scheduling ==&lt;br /&gt;
&lt;br /&gt;
ECE 525 -- DIGITAL INTEGRATED CIRCUIT DESIGN I&lt;br /&gt;
&lt;br /&gt;
 | ECE 525 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |  prereq&amp;#039;s ECE 321 and STAT 351&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 | Prerequesites                                                    |&lt;br /&gt;
 |   STAT 351     - Winter  Spring  Summer                          |&lt;br /&gt;
 |                     D       D      D                             |&lt;br /&gt;
 |                             N                                    |&lt;br /&gt;
 |   ECE 321   -                             Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.pdx.edu/electrical-computer-engineering/ece-540-system-chip-design-programmable-logic ECE 540] -- SYSTEM-ON-CHIP DESIGN WITH FPGAS&lt;br /&gt;
 | ECE 540 offered                           Fall  Winter           |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N                    |&lt;br /&gt;
&amp;lt;i&amp;gt;no prerequisites listed&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 544 -- Embedded System Design with FPGAs&lt;br /&gt;
 | ECE 544 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                            N     |&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/ECE-Elect-and-Computer-Engineering/500/ECE-558 ECE 558] -- Embedded Systems Programming&lt;br /&gt;
 | ECE 558 offered                           Fall  Winter  Spring   |&lt;br /&gt;
 |                                                   ?              |&lt;br /&gt;
 |                                                   N              |&lt;br /&gt;
Prerequisite&lt;br /&gt;
ECE 485 or ECE 585. Expected preparation: CS 202 and/or experience with Object-Oriented programming and Java.&lt;br /&gt;
&lt;br /&gt;
[http://pdx.smartcatalogiq.com/2020-2021/Bulletin/Courses/EE-Electrical-Engineering/500/EE-560 EE 560] -- FOUNDATIONS OF CYBER-PHYSICAL SYSTEMS&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                                            D     |&lt;br /&gt;
 |                                                                  |&lt;br /&gt;
&lt;br /&gt;
ECE 571 -- INTRODUCTION TO SYSTEM VERILOG FOR DESIGN AND VERIFICATION&lt;br /&gt;
 | EE 560 offered                            Fall  Winter  Spring   |&lt;br /&gt;
 |                                             D     D              |&lt;br /&gt;
 |                                             N     N              |&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Course Descriptions as of 2021  ==&lt;br /&gt;
&lt;br /&gt;
Some detailed course descriptions noted here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Introduction to System Verilog for Design and Verification&lt;br /&gt;
ECE 571&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
Introduction to SystemVerilog:&lt;br /&gt;
&lt;br /&gt;
 language features to support both design and verification.&lt;br /&gt;
 Good practices for simulation and synthesis, techniques for constructing reusable&lt;br /&gt;
 testbenches.   Additional topics may include hardware acceleration and transaction-based&lt;br /&gt;
 verification techniques. Course includes homework and significant final project with&lt;br /&gt;
 presentation. Familiarity with Verilog and finite state machines required.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: One of following: ECE 351, ECE 540, ECE 544 or&lt;br /&gt;
   ECE 508: Verilog Workshop, or permission of instructor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 581 - ASIC Modeling and Synthesis&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ASIC: Modeling and Synthesis&lt;br /&gt;
ECE 581&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
 Covers the fundamentals of the ASIC design process. The topics include ASIC design Flow,&lt;br /&gt;
 basic HDL constructs, test benches, modeling combinational and synchronous logic,&lt;br /&gt;
 modeling finite state machines, multiple clock domain designs, qualitative design&lt;br /&gt;
 issues, ASIC constructions.&lt;br /&gt;
&lt;br /&gt;
 Prerequisites: ECE 371.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ECE 586, first of three term series:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Computer Architecture&lt;br /&gt;
ECE 586&lt;br /&gt;
Department: Elect and Computer Engineer&lt;br /&gt;
Description&lt;br /&gt;
An introduction to the key concepts of computer system architecture and design. Topics&lt;br /&gt;
 include the design and analysis of instruction set architectures, memory systems, and&lt;br /&gt;
 high-performance IO systems; basic CPU implementation strategies; basic pipelined CPU&lt;br /&gt;
 implementation; performance analysis; and a survey of current architectures.&lt;br /&gt;
&lt;br /&gt;
 Prerequisite: ECE 485/585.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Full Program course selection work  ==&lt;br /&gt;
&lt;br /&gt;
Full program course selection, tentative:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CORE&lt;br /&gt;
  [x] ECE 540 System on a Chip Design with FPGAs                          2021-2022  --- --  --- --  FAL dn WIN d-&lt;br /&gt;
  [x] ECE 544 Embedded System Design with FPGAs                           2021-2022  SPR dn  --- --  --- --  --- --   prereq ECE 540&lt;br /&gt;
  [x] ECE 558 Embedded Systems Programming                                2021-2022  --- --  --- --  --- --  WIN -n   prereq ECE 585, CS 202&lt;br /&gt;
  [x] EE 560 Foundations of Cyber-Physical Systems                        2021-2022  SPR d-  --- --  --- --  --- --&lt;br /&gt;
&lt;br /&gt;
note:  ECE 544 also offered 2022-2023, ECE 540 is prerequisite.&lt;br /&gt;
&lt;br /&gt;
Current students can complete the track with either ECE 585 or EE 560&lt;br /&gt;
&lt;br /&gt;
DEPTH AND BREADTH COURSE LIST&lt;br /&gt;
  [ ] ECE 525 Digital Integrated Circuit Design I                         2021-2022  --- --  --- --  FAL dn  WIN dn&lt;br /&gt;
  [ ] ECE 545 Power Electronics Systems Design I&lt;br /&gt;
  [ ] ECE 551 Control Systems Design I&lt;br /&gt;
  [ ] ECE 552 Control Systems Design II&lt;br /&gt;
  [x] ECE 571 Introduction to System Verilog for Design and Verification  2021-2022  --- --  --- --  FAL dn  WIN dn   no prereq named&lt;br /&gt;
  [ ] ECE 578 Intelligent Robotics I                                      2021-2022  --- --  --- --  ???     --- --&lt;br /&gt;
  [ ] ECE 579 Intelligent Robotics II&lt;br /&gt;
&lt;br /&gt;
  [x] ECE 581 ASIC Modeling and Synthesis . . . . . . . . . . . . . . . . 2021-2022  --- --  SUM d-  FAL d-  WIN dn   prereq is ECE 371&lt;br /&gt;
  [x] ECE 582 Formal Verification of HW/SW Systems                        2021-2022  --- --  ???     --- --  ???&lt;br /&gt;
  [x] ECE 583 Low Power Digital IC Design                                 2021-2022  --- --  --- --  --- --  WIN dn &lt;br /&gt;
  [x] ECE 585 Microprocessor System Design                                2021-2022  --- --  --- --  FAL d-  WIN dn&lt;br /&gt;
  [p] ECE 586 Computer Architecture                                       2021-2022  SPR d-  --- --  --- --  WIN dn   prereq is 585&lt;br /&gt;
  [ ] ECE 587 Advanced Computer Architecture I&lt;br /&gt;
  [ ] ECE 588 Advanced Computer Architecture II&lt;br /&gt;
&lt;br /&gt;
  [x] EE 519 Deep Learning Theory and Practice                            Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
  [x] EE 521 Mathematical Foundations of Machine Learning                 Not yet on schedule nor in PSU app.banner.pdx.edu/cpg/ site&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Musica&amp;diff=9029</id>
		<title>Musica</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Musica&amp;diff=9029"/>
		<updated>2026-06-10T23:59:30Z</updated>

		<summary type="html">&lt;p&gt;Ted: Best : Norway 4k Arctic villages and natural scenery&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[#anchor_nn_toc_music|jump to TOC]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;font style=&amp;quot;font-size:3vw&amp;quot;&amp;gt;&amp;amp;#x0938;&amp;amp;#x0902;&amp;amp;#x0917;&amp;amp;#x0940;&amp;amp;#x0924;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- style=&amp;quot;font-size:10vw&amp;quot; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== --- Best --- ===&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=BtsPwonXfLE Alex Isley - Moonlight On Vermont] :: [https://www.youtube.com/watch?v=0BZT-S3m4Rs Norway 4k]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=Ja-fD7zLllQ Serenade to Music] :: [https://www.youtube.com/watch?v=n6p-eXSZtGY Franck: Psyché - Groot Omroepkoor &amp;amp; Radio Filharmonisch Orkest - Live concert HD] :: [https://www.youtube.com/watch?v=Ja-fD7zLllQ Ralph Vaughan Williams: Serenade to Music | Andrew Manze | NDR Radiophilharmonie] :: Philip G Anderson &amp;quot;Winter&amp;quot;  :: [https://www.youtube.com/watch?v=H47TD7X_SOs Tony Anderson &amp;quot;Immanuel&amp;quot;] :: [https://www.youtube.com/watch?v=Gf5rSeTKpj4 Canada 4k] :: [https://www.youtube.com/watch?v=gghgYaYeG_M South America 4k -- escucha cerca 00:36:00] :: [https://www.youtube.com/watch?v=VaLgmb5aGjo Norway 4K - Scenic Relaxation Film With Enchanting Music]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=CKXPeGViJMo Masakali] :: [https://www.youtube.com/watch?v=D395bK70m3w Masakali (full track)] :: [https://www.youtube.com/watch?v=lR9bP-uFqKs Lumidelic - Kaliedoscope] :: [https://www.youtube.com/watch?v=ZqmYLm4HTqE Lumidelic - The Village] :: [https://www.youtube.com/watch?v=HWiEa4J2Fxg Maiga - Nürnberg (Lumidelic Remix)] :: [https://www.youtube.com/watch?v=-ZinzrOi1TQ Lumidelic - Pura Vida]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=K7z1OqKLdHw Raga Bihag: Debopriya and Suchismita Chatterjee] :: [https://www.youtube.com/watch?v=4VPjsfCCYOs Raga Bhupali by Tilasmi Prajapati]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=sIyNdZ5GcgE Raag Yaman by Shubhayu Sen Majumda] :: [https://www.youtube.com/watch?v=P66xnRoceLo Raga Jhinjhoti]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=n9ieqEdBTA4&amp;amp;t=245s &amp;#039;Nightfall&amp;#039; Ambient Mix - Matteo de Grandis &amp;quot;For You&amp;quot; +++] :: [https://www.youtube.com/watch?v=n9ieqEdBTA4&amp;amp;t=2092s InternalEye &amp;quot;Cascade&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=6_2ZFMrocCw&amp;amp;t=1407s New Zealand 4k] :: [https://www.youtube.com/watch?v=k2-LUK_vmOA&amp;amp;t=1789s Chile 4k cheerful piano composition] :: [https://www.youtube.com/watch?v=Bxo2JkiqG_o&amp;amp;t=1551s Lofoten Islands - 3/4 composition with lyrics] :: [https://www.youtube.com/watch?v=YDL8HbY9ENU&amp;amp;t=3055s Argentina 4k &amp;quot;Dobro lament and thanks&amp;quot;] :: [https://www.youtube.com/watch?v=Bdh_hF08U9o Iceland 4K - Scenic Relaxation] :: [https://www.youtube.com/watch?v=ycDLfQ1Cv_Y Ireland 4K - Scenic Relaxation] :: [https://www.youtube.com/watch?v=ycDLfQ1Cv_Y&amp;amp;t=1068s Ireland 4k - piano and violin lament] :: [https://www.youtube.com/watch?v=mOvGV_w34Jg Ugunda 4k] :: [https://www.youtube.com/watch?v=Y1SH7C6eOMY&amp;amp;t=3345s  Celtic 4K - Irish &amp;amp; Scottish Landscapes] :: [https://www.youtube.com/watch?v=Mc7XKiNrHQc&amp;amp;t=3095s Scotland 4k song like Sleepy Fish...]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=-00PZ3FaHV4&amp;amp;t=2263s Dolomites segundo encontrado] :: [https://www.youtube.com/watch?v=xm68tbtPWGg 4k Fjords of Patagonia]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=mOvGV_w34Jg Uganda 4k] :: [https://www.youtube.com/watch?v=JC8lgzjvtcA Uganda 4k (second find ~02:30:00)] :: [https://www.youtube.com/watch?v=w1ucZCmvO5c Vietnam 4k]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=8Pvsa5jfCxY Reflections With Gandalf | 432Hz] :: [https://www.youtube.com/watch?v=BE6JUt9LnCw The Lord of the Rings Trilogy - Calm Continuous Mix - BE6JUt9LnCw - ~28:50] :: [https://www.youtube.com/watch?v=FrWuCPgsp_c&amp;amp;t=251s LOTR &amp;quot;Into The West&amp;quot;] :: [https://www.youtube.com/watch?v=Sa9EOmkkNAM In Dreams Suite (Themes)] :: [https://www.youtube.com/watch?v=FMYtFHSXGLg Gondor Suite (Themes) - Lord of the Rings]&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=5BHrkcSbHwU&amp;amp;list=RDSa9EOmkkNAM&amp;amp;index=7 The Undying Lands Suite - Valinor] [https://www.youtube.com/watch?v=s7XSuJn0G44&amp;amp;list=RDSa9EOmkkNAM&amp;amp;index=8 LOTR Breaking Of The Fellowship] :: [https://www.youtube.com/watch?v=3bY0XO0vuZA Evening Star the Eternal Light - Lord Of The Rings]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=IYjOTQ2bPNw  Morroco] :: [https://www.youtube.com/watch?v=YDL8HbY9ENU&amp;amp;t=1217s +++ Buenos Aires] :: [https://www.youtube.com/watch?v=y13JsbpHaT4  Siberia 4K - Scenic Relaxation Film With Calming Music] :: [https://www.youtube.com/watch?v=DsXMR7dY35w Patagonia +++] :: [https://www.youtube.com/watch?v=Bxo2JkiqG_o Norway - song &amp;quot;Outro&amp;quot; ~57:45:00 +++] :: [https://www.youtube.com/watch?v=CxwJrzEdw1U&amp;amp;t=2840s Norway 4k piano 3/4 with instrument breathes] :: [https://www.youtube.com/watch?v=Pbzn79TSRO0&amp;amp;t=960s Iceland piano 3/4]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=SEssIU0tcuQ Scotland in 4K Drone Fly By - 35 minutes] :: [https://www.youtube.com/watch?v=XN5vgVZYJVI Ireland + Scotland] :: [https://www.youtube.com/watch?v=jutqHjhlDvk Impossible Afghanistan] (Minaret of Jam)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hello Meteor&lt;br /&gt;
&lt;br /&gt;
Some of the best of &amp;quot;Hello Meteor&amp;quot;, Seattle based music composer and artist:  [[hello_meteor|Hello Meteor local notes]].&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=cf3cFmomC8I Relax and Chill - Moon Above Blossoms +++] :: [https://www.youtube.com/watch?v=HkMh2C93ohU Hello Meteor TV &amp;quot;Artifacts&amp;quot;] :: [https://www.youtube.com/watch?v=PWj68WW2oo8&amp;amp;t=130s Hello Meteor &amp;quot;Rushing Green&amp;quot;] :: [https://www.youtube.com/watch?v=PWj68WW2oo8&amp;amp;t=1071s  Hello Meteor &amp;quot;Variety Pack&amp;quot; final song] :: [https://www.youtube.com/watch?v=53Vf552O-oU Epidote and others] :: [https://www.youtube.com/watch?v=pNO4MpjbD-I Hello Meteor TV- S03 E01- 𝑂𝑢𝑡𝑠𝑖𝑑𝑒 - includes song &amp;quot;Cape Alsea&amp;quot; Jaladri] &amp;lt;!-- https://www.youtube.com/watch?v=pNO4MpjbD-I&amp;amp;t=624s Cape Alsea --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=8HDTS80dlr4 Patakha Guddi Highway song] :: [https://www.youtube.com/watch?v=AGsn2ycFRqI A.R. Rahman - Tum Tak] :: [https://www.youtube.com/watch?v=xHLnZMjJ8bY A.R Rahman Maahi Ve Song Highway | Alia Bhatt, Randeep Hooda | Imtiaz Ali] :: [https://www.youtube.com/watch?v=ZYGyuaEU2aA&amp;amp;list=RDAGsn2ycFRqI&amp;amp;index=3 Rehna Tu]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=ZYGyuaEU2aA&amp;amp;list=RDk09uvR5eUao&amp;amp;index=2 Rehna Tu full track]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=NvftPSb5Xtw Secret Forest 🍃 Chill Lofi Beats] :: [https://www.youtube.com/watch?v=vTHsgxYL8Is  Lumidelic Feat. Mariami - Hold Me (Original Mix)] :: [https://www.youtube.com/watch?v=FrWuCPgsp_c&amp;amp;t=251s LOTR &amp;quot;Into The West&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=N0YGtk1i4J8&amp;amp;t=2615s  &amp;quot;Promises&amp;quot; David Folkebrant and Lokovski] :: https://www.youtube.com/watch?v=YGwE90xQ7NE Masakali - composer A R Raman cantante Mohit Chauhan :: https://www.youtube.com/watch?v=moI93Konnl8 :: Hello Meteor - Pantropic (full album) :: [https://www.youtube.com/watch?v=M7M2kjEfPTw Hello Meteor - Pantropic :lsb:Full Album:rsb:] left square bracket right square bracket&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=CbGnQEo6gL0 Z8phyr &amp;quot;Cithara&amp;quot; +++] :: [https://www.youtube.com/watch?v=3t0DqyoSLTw&amp;amp;t=2845s Andrew Frenir and Sixsense &amp;quot;Caught In Time&amp;quot;] :: [https://www.youtube.com/watch?v=IJh4yRo8u2A&amp;amp;t=424s  Gray-LAN &amp;quot;Horizon&amp;quot;] :: [https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=17800s Lumidelic &amp;quot;Ancient Amulet&amp;quot;] :: [https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=15075s Aki Amano &amp;quot;Northern Lights&amp;quot; (Lumidelic Remix)] :: [https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=15470s  Alex H and Lumidelic &amp;quot;Never Too Late&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=3_smeJ5vRxY&amp;amp;t=4980s Summer Never Ends 155 Progressive House Mix The 2021: A Collection Edition - 4980s] :: [https://www.youtube.com/watch?v=HuqFy6WPM0M Z8phyR - Melodic Progressive House (Mark &amp;amp; Lukas Remix)] :: [https://www.youtube.com/watch?v=il0heNLWYAw  Hello Meteor &amp;quot;Eso Waypoints&amp;quot; +++] :: [https://www.youtube.com/watch?v=3tCOLjlf3xE  Hello Meteor &amp;quot;The Jade Figurine&amp;quot;] :: [https://www.youtube.com/watch?v=PNLquTwcb-w  Hello Meteor &amp;quot;Morning Accept&amp;quot;] :: [https://www.youtube.com/watch?v=HuqFy6WPM0M Z8phyR - Melodic Progressive House (Mark &amp;amp; Lukas Remix)] :: https://www.youtube.com/watch?v=3_smeJ5vRxY&amp;amp;t=2547s +++&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=zU01zFCsu28  Lumidelic &amp;quot;Symphony of Life&amp;quot; :: https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=11510s  Lumidelic &amp;quot;Take a Break&amp;quot; :: https://www.youtube.com/watch?v=LBf4ZZmUq84&amp;amp;t=930s  Sunlight Project &amp;quot;Anahata&amp;quot; :: https://www.youtube.com/watch?v=_4OcHhGbrVY&amp;amp;t=1765s SKUA and Cosmaks &amp;quot;Mirage&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=igm8TPhqwE0 Vaughan Williams &amp;quot;The Lark Ascending&amp;quot; Hilary Hahn] :: [https://www.youtube.com/watch?v=Mk6GaYb3E04&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=20 Hello Meteor &amp;quot;What We Found&amp;quot;] :: [https://www.youtube.com/watch?v=OHNY8WqSeww Hello Meteor &amp;quot;Rose Water Tides&amp;quot;] :: [https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=1015s Hello Meteor &amp;quot;The Coastal Office Center&amp;quot;] :: [https://www.youtube.com/watch?v=TIQFbHl8jJQ&amp;amp;t=750s Hello Meteor &amp;quot;A Blue Incredible&amp;quot;] :: [https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=1264s Hello Meteor &amp;quot;Arc Of Gulls&amp;quot;] :: [https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=557s Hello Meteor &amp;quot;Jolly Dry Laundromat&amp;quot;] :: [https://www.youtube.com/watch?v=RBIBkKkoyHA&amp;amp;t=146s Hello Meteor &amp;quot;The Jewellery Department&amp;quot;] :: [https://www.youtube.com/watch?v=moI93Konnl8&amp;amp;t=952s Hello Meteor &amp;quot;Pacific Ghost&amp;quot;] :: [https://www.youtube.com/watch?v=LRoXAHoBdBU Hello Meteor &amp;quot;Radiant Persephone&amp;quot; +++] :: [https://www.youtube.com/watch?v=bdKNy1tptMc&amp;amp;t=685s Hello Meteor - Community Broadcasting (Full Album)] :: [https://www.youtube.com/watch?v=Tk5_Zsw0Y-s +++ Hello Meteor &amp;quot;Mirror Forest&amp;quot;] [https://www.youtube.com/watch?v=XXiz64m5qJU&amp;amp;list=RDMM&amp;amp;index=5]:: [https://www.youtube.com/watch?v=jsBktowZ06g Alex H - Don&amp;#039;t Leave Me Now] :: [https://www.youtube.com/watch?v=MHN8KdCoErI John Spider - Breeze] :: [https://www.youtube.com/watch?v=GyNs5Ot721k&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=27 Anlaya Project &amp;quot;We&amp;#039;ll Meet Again&amp;quot;] :: [https://www.youtube.com/watch?v=DsCCV3ZgPIE Hello Meteor &amp;quot;Dark Secondaries&amp;quot;] :: [https://www.youtube.com/watch?v=BCByk_cd_mM AK Compilacion &amp;quot;Facets&amp;quot;] [https://www.youtube.com/watch?v=BCByk_cd_mM&amp;amp;t=713s AK &amp;quot;Saltwater&amp;quot;]:: [https://www.youtube.com/watch?v=xMX4980goQw&amp;amp;t=1476s MARION &amp;quot;Something Tells Me&amp;quot; +++] :: [https://www.youtube.com/watch?v=8fZi_SOkbto AWAY - Beautiful Chillstep Mix 2022] :: [https://www.youtube.com/watch?v=1--DYAi_0d0&amp;amp;t=9900s &amp;quot;Kissing&amp;quot; Instrumental - Bliss]&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Middle Measure ===&lt;br /&gt;
*  [https://www.youtube.com/watch?v=G5sJoQm9wP0 - Hello Meteor TV: S01 E02 - Focus +++ &amp;quot;Middle Measure&amp;quot;] :: [https://www.youtube.com/watch?v=wEX00Zo_aRM&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=27 Hello Meteor &amp;quot;Light Between Structures&amp;quot;] [https://www.youtube.com/watch?v=wEX00Zo_aRM] :: [https://www.youtube.com/watch?v=3yV1B-_kDRk&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=27 Hello Meteor &amp;quot;Welcome To New Cascade&amp;quot;] :: [https://www.youtube.com/watch?v=Tk5_Zsw0Y-s&amp;amp;list=RDMM&amp;amp;index=15 Hello Meteor &amp;quot;Charcoal and Ash&amp;quot;] :: [https://www.youtube.com/watch?v=yXyXYb2ncgk Hello Meteor TV- S02 E02- 𝑤𝑎𝑣𝑒𝑤𝑎𝑣𝑒] :: [https://www.youtube.com/watch?v=-pbUdCicrFM&amp;amp;list=RDGMEMZvyg3BqjumPjl6eYhMqMBg&amp;amp;index=8 Luvmac &amp;quot;Yoyo&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=TGIdW4UqkP4&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=3 +++ Hello Meteor &amp;quot;Hoping To Hear The Spring Flowers&amp;quot;] :: [https://www.youtube.com/watch?v=rfHJsumbleY&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=19 Hello Meteor &amp;quot;Swift, Dark Water&amp;quot;] :: [https://www.youtube.com/watch?v=15K6KPnw7js&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=17 Hello Meteor &amp;quot;What Do You Dream About?&amp;quot;] :: +++ [https://www.youtube.com/watch?v=SSEdyjXN-HQ&amp;amp;t=2413s Forge &amp;quot;Our Embrace&amp;quot;] :: [https://www.youtube.com/watch?v=LvP-VKilW1I ♫ Best Progressive House Mix - All Time Favourites Vol. #1 ♫] :: [https://www.youtube.com/watch?v=SSEdyjXN-HQ&amp;amp;t=953s +++ AK &amp;quot;Faded Lights&amp;quot;] :: [https://www.youtube.com/watch?v=SSEdyjXN-HQ&amp;amp;t=1857s Essay and CoMa &amp;quot;Deceptive&amp;quot;] :: [https://www.youtube.com/watch?v=SSEdyjXN-HQ&amp;amp;t=3140s subknoT &amp;quot;Vision&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=NLxFTfH_NRw Ambient Hello Meteor for Study, Focus, Chill, Sleep, Relaxation - 30+ Minutes] :: [https://www.youtube.com/watch?v=kOFCS_14vwo&amp;amp;t=1706s Dawncall &amp;quot;Fighting Back&amp;quot;] :: [https://www.youtube.com/watch?v=qhfFvH0O3TA&amp;amp;t=496s Diego Guarnieri &amp;quot;Rising&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=kOFCS_14vwo &amp;#039;Oblivion&amp;#039; | Beautiful Chill Music Mix]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Deep House Melodic&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=ibJEmtkeGg4 Melodic Deep House | EP 01 | 2022 - Ben Bohmer, Yotto, ATTLAS, Klur...] :: [https://www.youtube.com/watch?v=qhfFvH0O3TA&amp;amp;t=2462s +++ AK &amp;quot;Everything Will Be Okay&amp;quot;] :: https://www.youtube.com/watch?v=MA36AOCXGSY Melodic Deep House | EP 04 | 2022 - Ben Bohmer, Tinlicker, OCULA, Sultan + Shepard, Hosini... :: [https://www.youtube.com/watch?v=aiJX_quXeE8&amp;amp;t=1409s Frontiers #35 - November 2022 Progressive House Live Mix - Durante y HANA &amp;quot;Days Pass&amp;quot; +++]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=UtWaBEn_x8c&amp;amp;t=6834s Atmospheric Ambient Music | Music For Work, Background Music 3 Hours - AK &amp;quot;Take A Break&amp;quot; +++]&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=MA36AOCXGSY&amp;amp;t=1182s Ben Bohmer &amp;quot;Fliederregen&amp;quot; +++]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  Music references at Neela Nurseries wiki page . . . [https://www.youtube.com/watch?v=yMCLqSRlR7U Alex H - Personal Selection 2018 Mix] [https://www.youtube.com/watch?v=h5L5nencNoY Maiga &amp;quot;Coastline&amp;quot; +++] :: [https://www.youtube.com/watch?v=kefmQUHCPE0 Maiga &amp;quot;Take Me Away&amp;quot;] :: [https://www.youtube.com/watch?v=jsBktowZ06g&amp;amp;list=RDEMXbsFPh1PSJcTQJLZ2ar30A&amp;amp;index=18 Alex H - Don&amp;#039;t Leave Me Now (Original Mix)] :: [https://www.youtube.com/watch?v=fsjhe6jK_lU South Pole &amp;quot;Beneath Our Starlit Sky&amp;quot;] :: [https://www.youtube.com/watch?v=-5YPMWAqSBU&amp;amp;list=RDMM&amp;amp;index=4 Alex H &amp;amp; Mark &amp;amp; Lukas - Dolomites] :: [https://www.youtube.com/watch?v=UFxUbrA-3lE Maiga - Orion (Original Mix) PHW266] :: [https://www.youtube.com/watch?v=zwh4BwU92Vk&amp;amp;list=RDMM&amp;amp;index=23 AKI Amano - Sunny Place (Mark &amp;amp; Lukas Remix)] :: [https://www.youtube.com/watch?v=hrf4ZMG4mks&amp;amp;t=1015s Michael FK &amp;quot;In Our Hands&amp;quot;] :: [https://www.youtube.com/watch?v=exF0wWqzHDY&amp;amp;t=590s Djimbo &amp;quot;Yours&amp;quot;] :: [https://www.youtube.com/watch?v=4bks9RzGvLQ&amp;amp;list=RDMM&amp;amp;index=20 Lyra (Forgotten)] :: [https://www.youtube.com/watch?v=Xx_ljbe3-f0 +++ Djimbo &amp;quot;Yours&amp;quot; (single)] :: [https://www.youtube.com/watch?v=mhKdtFKLngo&amp;amp;t=2852s +++ Glimpse &amp;quot;Mekoa&amp;quot;] :: [https://www.youtube.com/watch?v=mhKdtFKLngo&amp;amp;t=2600s +++ Hello Meteor &amp;quot;Ten Forward&amp;quot;] [https://www.youtube.com/watch?v=6s5sOSm3dKA&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=27]:: [https://www.youtube.com/watch?v=1M9YneAv4Go Alex H 2019 Chillout Progressive Mix] :: [[#nn_anchor_aljosha_konstanty|Aljosha Konstanty (AK) chill compilacion]] :: [[#nn_anchor_aljosha_konstanty_best_collection|Aljosha Konstanty (AK) Best Collection]] :: [[#chillmix_lofi_little_soul|Little Soul]] :: [[#nn_anchor_chillhop|Chillhop]] :: [https://www.youtube.com/watch?v=slxPFAJN9UM Harry Potter Ambient Music | Hogwarts | Relaxing, Studying, Sleeping] &amp;lt;i&amp;gt;~00:16:30&amp;lt;/i&amp;gt; :: [https://www.youtube.com/watch?v=rPt79QYxXEc&amp;amp;t=1090s Harry Potter ambient music] :: [https://www.youtube.com/watch?v=rPt79QYxXEc&amp;amp;t=2640s Harry Potter Christmas Song &amp;quot;Lay down sweet babe . . . No harm will come to you&amp;quot;] :: [https://www.youtube.com/watch?v=UhCNC5uQgts Hello Meteor - mu &amp;amp; mea (Full Album)] :: [https://www.youtube.com/watch?v=vlIV2SY7GdI Azaleh &amp;amp; Eikona - By Your Side] :: [https://www.youtube.com/watch?v=kus0_6xgBp0 Azaleh &amp;amp; Eikona - By Your Side]&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=eV52q647YkM Alex H - Lupane (Original Mix)] :: [https://www.youtube.com/watch?v=3ecoafNGDaI Lumidelic &amp;amp; Skua - Hope for Tomorrow (Mark &amp;amp; Lukas Remix) [Music Video] [Emergent Shores]] :: [https://www.youtube.com/watch?v=GcN6BZmaG6g Miroslav Vrlik - Blue Sky (Mark &amp;amp; Lukas Remix) [Music Video] [Midnight Aurora]]&lt;br /&gt;
https://www.youtube.com/watch?v=GMgkXAXhjL8&amp;amp;list=RDOzO6Ob11xmI&amp;amp;index=6&lt;br /&gt;
&lt;br /&gt;
*  Top &amp;quot;N&amp;quot;: [https://www.youtube.com/watch?v=yViLAq8bl9c Beautiful Skin] :: [https://www.youtube.com/watch?v=I3jIf60hjSs Ian Ewing x Philanthrope &amp;quot;Smart Girl In A Skort&amp;quot;] :: [https://www.youtube.com/watch?v=A9sOb_r6Hy0&amp;amp;t=2344s santpoort &amp;quot;the great ocean road&amp;quot;] :: &amp;amp;nbsp;[https://www.youtube.com/watch?v=b8yyBXy8FE4&amp;amp;t=0s Sworn &amp;quot;Butterfly&amp;quot;] :: [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=1974s Sleepy Fish &amp;quot;Sunbreak&amp;quot;] :: [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=5406s Nymano &amp;quot;Train Ride&amp;quot;] :: [[#nn-anchor-philanthrope-archie-demo|Philanthrope &amp;quot;Archie (Demo)&amp;quot;]] :: [[#nn-anchor--cancion--kupla-x-philanthrope--evening-tide|Kupla x Philianthrope &amp;quot;Evening Tide&amp;quot;]] :: [[#nn-anchor--creative-self--last-train-home|Creative Self &amp;quot;Last Train Home&amp;quot;]] :: [[#nn-anchor--cancion--sworn--flower|Sworn &amp;quot;Flower&amp;quot;]] :: [https://www.youtube.com/watch?v=s49CT4DTAkw&amp;amp;t=6324s Yasper &amp;quot;Good Friends&amp;quot;] :: [[#nn-anchor--cancion--philanthrope-y-sleepy-fish--space-cadet|Space Cadet]] :: [[#nn-anchor--cancion--philanthrope-y-sleepy-fish--space-cadet--2|Space Cadet (at start)]] :: [https://www.youtube.com/watch?v=GsLRrmnJXF8&amp;amp;t=2242s Aarigod &amp;quot;Evenfall&amp;quot;] :: [https://www.youtube.com/watch?v=GsLRrmnJXF8&amp;amp;t=2526s Middle School, The Field Tapes &amp;quot;Lilo&amp;quot;] :: [https://www.youtube.com/watch?v=GsLRrmnJXF8&amp;amp;t=4913s Psalm Trees, Guillame Mussale &amp;quot;Peninsula&amp;quot;] :: +++ [https://www.youtube.com/watch?v=GsLRrmnJXF8&amp;amp;t=5222s &amp;quot;Snowland Sunset&amp;quot;] +++ :: [https://www.youtube.com/watch?v=aRcr8oF03UA&amp;amp;t=2793s Sleepy Fish &amp;quot;For When It&amp;#039;s Warmer&amp;quot;] :: [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=1004s Blue Wednesday, Dillan Witherow &amp;quot;Seafoam&amp;quot;] :: [https://www.youtube.com/watch?v=RIqTCtJZ3oY&amp;amp;t=1140s Evening Vibes] :: [https://www.youtube.com/watch?v=mhKdtFKLngo&amp;amp;t=1381s Audial &amp;quot;Silhouette&amp;quot;] :: [https://www.youtube.com/watch?v=wHU6w6cYE9E +++ Jo Bheji Thi Dua Arijit Singh Unplugged +++] :: [https://www.youtube.com/watch?v=3Yzuoelmjn8 ATIF ASLAM + ARIJIT SINGH MASHUP 205]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  A buscar:  [https://www.youtube.com/watch?v=3PMNgwm_44c Aquaduct &amp;quot;Leavv&amp;quot;] :: [https://www.youtube.com/watch?v=noFgMHI0Uq8 Hurt Heal &amp;quot;Sofasound&amp;quot;] :: [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=6015s G Mills, Luke Otwell, Kyle McEvoy &amp;quot;Ocean View&amp;quot;] :: Devon Rea &amp;quot;Coasting&amp;quot; :: Xyla &amp;quot;Latitude&amp;quot; :: leaf beats &amp;quot;Lazy Cafe&amp;quot; :: J Balvin &amp;quot;Ten Cuidado Poekemon (25)&amp;quot; :: [https://www.youtube.com/watch?v=JHZhfPWs_EU Haze | Beautiful Chill Mix - 2021 July] :: https://www.youtube.com/watch?v=rnrK3zxsKdA&amp;amp;t=1721s - Cyprinid &amp;quot;Floating&amp;#039; :: https://www.youtube.com/watch?v=rnrK3zxsKdA&amp;amp;t=2634s - Katahimikan &amp;quot;Shimmer&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  Mas:  [https://www.youtube.com/watch?v=BwlK77_NOeQ&amp;amp;t=371s 4lienetic &amp;quot;Feelings&amp;quot;] :: [https://www.youtube.com/watch?v=Zr3LgL4EuDM&amp;amp;t=823s ACRE x VAST &amp;quot;Somber&amp;quot;] :: [https://www.youtube.com/watch?v=iooPmpTyHwk&amp;amp;t=364s Marion &amp;quot;Weightless&amp;quot;] :: [https://www.youtube.com/watch?v=vj3cpXpuAPo&amp;amp;list=RDdKpUpDPEgy8&amp;amp;index=7 Nappy Roots &amp;quot;Sick and Tired&amp;quot;] :: [https://www.youtube.com/watch?v=jpTIOpDl2sw ♫ Best Progressive House Mix 2020 Vol. #6 ♫] :: [https://www.youtube.com/watch?v=_CIoNH1Zgbc Wizarding World Suite X | Heartfelt, Emotional, Epic and Relaxing] :: [https://www.youtube.com/watch?v=ab9nE0htMho] :: [https://www.youtube.com/watch?v=DK0eG2wV-p0&amp;amp;list=RDMM&amp;amp;index=16 Maiga - Omen (Original Mix) PHW281] :: [https://www.youtube.com/watch?v=o9TAzIPK48o&amp;amp;list=RDMM&amp;amp;index=17 Mark &amp;amp; Lukas - Life Is About Moments (Original Mix)] :: [https://www.youtube.com/watch?v=GoDBt49jP_I Farewell | Emotional Chill Music Mix . . . Kazukii &amp;quot;Dawn&amp;quot;] :: [https://www.youtube.com/watch?v=iho1qBeIf4Q&amp;amp;list=RDMM&amp;amp;index=25 Cairn &amp;quot;Close Call&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=hrf4ZMG4mks&amp;amp;t=218s Himalia &amp;quot;For The Sky&amp;quot;] :: [https://www.youtube.com/watch?v=hrf4ZMG4mks&amp;amp;t=545s AK and Sublab &amp;quot;Zyklus&amp;quot;] :: [https://www.youtube.com/watch?v=zwh4BwU92Vk&amp;amp;list=RDMM&amp;amp;index=23 AKI Amano &amp;quot;Sunny Place&amp;quot;] :: [https://www.youtube.com/watch?v=7cjkxA_CfRs&amp;amp;list=RDMM&amp;amp;index=27 Mark &amp;amp; Lukas - When Nature Is Awakening] :: [https://www.youtube.com/watch?v=0USzNu2AFTM&amp;amp;list=RDMM&amp;amp;index=27 Alex H - Broken Dreams] :: [https://www.youtube.com/watch?v=WIYPshaH0Bo&amp;amp;list=RDMM&amp;amp;index=27 Yusuke Teranishi - Moments (Roald Velden Remix)] :: [https://www.youtube.com/watch?v=hrf4ZMG4mks&amp;amp;t=3076s - Kaisaku &amp;quot;Glossy Heart&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=GMgkXAXhjL8&amp;amp;list=RDOzO6Ob11xmI&amp;amp;index=6 Oleg Byonic &amp;quot;Light Up The Sky&amp;quot;] :: [https://www.youtube.com/watch?v=GcN6BZmaG6g&amp;amp;list=RDMM&amp;amp;index=27 Miroslav Vrlik - Blue Sky (Mark &amp;amp; Lukas Remix)] :: [https://www.youtube.com/watch?v=7DCHFUQh7p0&amp;amp;list=RDMM&amp;amp;index=46 Chillhop Essentials - Winter 2020 &amp;quot;Ocean View&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=8NROC1ZSqVw Skua and Cosmaks &amp;quot;Unified&amp;quot;] :: [https://www.youtube.com/watch?v=Bzn4vj83qWQ&amp;amp;list=RDMM&amp;amp;index=21 Maiga - Havens] :: [https://www.youtube.com/watch?v=Agd_HuisVtc North Sunset - My Way (Original Mix) +++] :: [https://www.youtube.com/watch?v=7cjkxA_CfRs&amp;amp;list=RDMM&amp;amp;index=25 Mark and Lukas - When Nature Is Awakening] :: [https://www.youtube.com/watch?v=W5Dv5mUaye0&amp;amp;list=RDMM&amp;amp;index=27 James Wood - &amp;quot;On The Beach&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=7kc3HWXZi2M  Frontiers #34 - October 2022 (Progressive House &amp;amp; Techno Mix)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;anchor_nn_toc_music&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] edit point ===&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=oFnoCK2CdFY * Alex H - Blood Moon (Original Mix) sunsetmelodies]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=tW7hyNX3M6M * La Costa Di Notte 014 With Alex H --- ~00:11, ~00:27, ~00:56]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=hPwuWBjZFb8]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=TN1TeC2YQJ0&amp;amp;t=1527s * &amp;amp;nbsp;CoLd Friction &amp;quot;Galene&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=TN1TeC2YQJ0&amp;amp;t=2964s * &amp;amp;nbsp;Inchange &amp;quot;Within&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=kyoDtJtu6zo&amp;amp;t=802s * &amp;amp;nbsp;Blue Wednesday, Chris Mazuera &amp;quot;Timezones&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=kyoDtJtu6zo&amp;amp;t=1059s * &amp;amp;nbsp;&amp;quot;The Shore And You&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=SmHL-FYPO2s * CALM LANDS ~Lofi hip hop mix~ beats to relax/study to ~ focus music ( v=SmHL-FYPO2s )]&amp;lt;br /&amp;gt;&lt;br /&gt;
~00:02:30, [https://www.youtube.com/watch?v=SmHL-FYPO2s&amp;amp;t=1130s ~00:18:50]&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=cmigCAALq2o * Maiga - Vincenzo (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=MCrbzaIR2wc * Alex H - Priorities (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=_hi3WCIjuHo * Lumidelic - Through The Door (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=VxGSisPagGw]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=1M9YneAv4Go * &amp;amp;nbsp;+++ Alex H 2019 Chillout Progressive Mix +++]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=yMCLqSRlR7U * Alex H - Personal Selection 2018 Mix &amp;amp;nbsp; + + +]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=PciWk_EaTGw&amp;amp;list=RDGMEMNmVSVrsTrv-G2rHfIeUCVA&amp;amp;index=12 * Alex H - Kariba (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=4CwqYmZ9JbY&amp;amp;list=RDMM&amp;amp;index=10 * Alex H - Simikiran (Original Mix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=vSUpwILUUmY&amp;amp;list=RDMM&amp;amp;index=14 * Leonety - Evening Embrace (Lumidelic Remix)]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=dB-vutzuLFw&amp;amp;list=RDMM&amp;amp;index=17 * NewProgressive Mix 78 &amp;#039;Last Days Of Summer&amp;#039; (Melodic Progressive Mix)]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=18NHV4nJLQc&amp;amp;t=780s * Daughter &amp;quot;Landfill&amp;quot; (Monrroe Remix)]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=xKEChmT7u-M&amp;amp;t=2387s * Akihiro Ohtani &amp;quot;Sylphid&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=xKEChmT7u-M&amp;amp;t=2968s * Markus Hakala &amp;quot;On The Beach&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=xKEChmT7u-M&amp;amp;t=5482s * Skyline Project &amp;quot;Distant Horizon&amp;quot; (Andrew Frenir Remix)]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=FDrBp7tF-rE&amp;amp;list=RDMM&amp;amp;index=27 * Alex H - Beachy Boi (Original Mix) Out Monday (PHW)]&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=DK0eG2wV-p0&amp;amp;list=RDMM&amp;amp;index=27 * Maiga - Omen (Original Mix) PHW281]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-11-18&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=cvRbhpvnUuc&amp;amp;t=3040s * Marsh and Jesse Bullit &amp;quot;Rise&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=YODhTRg_sxg&amp;amp;t=1185s * AK &amp;quot;Nacht und Nebel&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=U3SPkP4y-rY&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=10 * &amp;#039;Night Drive&amp;#039; - Relaxing Deep House &amp;amp; Progressive House Mix]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=RA49rdddtEk&amp;amp;t=647s * Time to Escape | Beautiful Chill Mix :: Atis Frievalds &amp;quot;Heartbeats&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=Ttto55NI4mo&amp;amp;t=1705s * Cash &amp;quot;Collision Course&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=Ttto55NI4mo&amp;amp;t=2105s * Cash &amp;quot;Heaven Above&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-11-23&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=MooOXs99OV4 * Melodic Progressive House mix Vol 50 (Guest Mix Alex H)]&lt;br /&gt;
&lt;br /&gt;
2021-11-24&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=pOCrrOM9FfM * Lord of the Rings Calm Relaxing Medley]&lt;br /&gt;
&lt;br /&gt;
2021-11-29&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=0xs-oaSZdqE * Music to put you in a better mood ~ A playlist lofi for study, relax, stress relief]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/watch?v=A9sOb_r6Hy0&amp;amp;t=5161s * Ian Ewing x Philanthrope &amp;quot;Smart Girl in a Skurt&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-12-02&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=tZ80lOPqjOw * Lumidelic: Best Collection. Progressive House Mix]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-12-07&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=8NROC1ZSqVw&amp;amp;t=5531s * Noctavation &amp;quot;Izu Sunrise&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=8NROC1ZSqVw&amp;amp;t=6900s * Deidian &amp;quot;Moonstone Beach&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&amp;lt;!--&lt;br /&gt;
v=q0jwDR4rbCM . . .&lt;br /&gt;
JAZZ MUSIC - LOUNGE MUSIC - CAFE MUSIC FOR RELAX, STUDY, WORK&lt;br /&gt;
8,114,171 views&lt;br /&gt;
May 25, 2017&lt;br /&gt;
  *  https://www.youtube.com/watch?v=q0jwDR4rbCM ~00:38:00 good jazz song &lt;br /&gt;
  *  https://www.youtube.com/watch?v=q0jwDR4rbCM ~01:18:00 +++&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Calvin Harris - Fighting For My Life ===&lt;br /&gt;
&lt;br /&gt;
Flashback (David Guetta remix) Lyrics Calvin Harris ※ Mojim.com&lt;br /&gt;
&lt;br /&gt;
Flashback (David Guetta remix) I&amp;#039;m coming &amp;#039;round And now my vision is so clear If I could&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comentario --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Lo-Fi ===&lt;br /&gt;
&lt;br /&gt;
*  [youtube.com/watch?v=EtD7_8kCMHA Flow Of Time ☯︎ Japanese LoFi HipHop Mix - Collection 時間の流れ]&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Hindi aur Desi ===&lt;br /&gt;
&lt;br /&gt;
Sitarkhani taal . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/shorts/laLaPUgjrqM&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=1ssfTKDLQK4 - Ustad Shahid Parvez y raga Tilak Kamod&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=19VZ6DOBK-4 - Alif Laila y raga Manj Khamanj&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=PzCZomuHVVQ - Amazing Raag Shudh Sarang | Kaushiki Chakraborty | Patiala Khayal | Music of India&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=kAeFVgXNo4o - pandit Hari Prasad Charasia y Raga Brindabani Sarang&lt;br /&gt;
&lt;br /&gt;
Slow to develop, young musicians:&lt;br /&gt;
&lt;br /&gt;
*  https://youtube.com/watch?v=eGwork-SeZY - Raag Shuddh Sarang by Shri Siddhartha Belmannu | NeeRav Arts Village&lt;br /&gt;
&lt;br /&gt;
Faster and jazzy:&lt;br /&gt;
&lt;br /&gt;
*  https://youtube.com/watch?v=4d8Qey7xdkg - Anoushka Shankar - Full Performance (Live on KEXP)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
musica con sarangi y sitar . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=c0TdK-NycZA&amp;amp;list=RDc0TdK-NycZA&amp;amp;start_radio=1&lt;br /&gt;
&lt;br /&gt;
Pandit Charausia Hariprasad . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=PgCmcqIeN0w&lt;br /&gt;
*  https://www.youtube.com/watch?v=GA8PPBn_s_Q&lt;br /&gt;
*  https://www.youtube.com/watch?v=wvkQweUvkQI   +++ con ritmo Sitarkani cerca 00:05:44&lt;br /&gt;
*  https://www.youtube.com/watch?v=un5LfAGDKqY   Dhun | light classical instrumental&lt;br /&gt;
&lt;br /&gt;
Ambasariya aur Masakali . . .&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=9UDkYz64ehA Masakali Full Video (song at normal speed not slowed)]&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=JLXfTmF9DSI&lt;br /&gt;
&lt;br /&gt;
2021-01-21 Thursday&lt;br /&gt;
*  https://www.youtube.com/watch?v=K7z1OqKLdHw   Raga Bihag: Debopriya and Suchismita Chatterjee&lt;br /&gt;
&lt;br /&gt;
2021-01-25 Monday&lt;br /&gt;
*  https://www.youtube.com/watch?v=If1hT4R-hCo   Debopriya Chatterjee | Raag Maru Bihag | Performimg for Vaikunthvenu&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=SDJBg5xsQrU   #Raag​ Jog Flutesister’s Debopriya | Suchismita Chatterjee&lt;br /&gt;
youtube.com/watch?v=7opUlRH839w&lt;br /&gt;
*  https://www.youtube.com/watch?v=OcCijF99-u8   #Marubihag #flute&lt;br /&gt;
Raag Maru Bihag | Part 1 | Alap - Suchismita and Debopriya Chatterjee - Flutesisters&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=hAlcD8ffv3k   MERU Concert live - Kaushiki Chakrabarty with Soumik Datta and Vijay Ghate&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=hjmk4wX_A5Q   Reshma Pandit 2018 ... SARB AKAL MUSIC&lt;br /&gt;
Reshma Pandit ICMF 2018 @ Sarb Akal&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ishq Hua aur any . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=CgQn3gsrIRc   . . . -  - Ishq Hua&lt;br /&gt;
*  https://www.youtube.com/watch?v=6YG7H11SUcw   . . . A. R. Rahman -  - Tere Bina&lt;br /&gt;
*  https://www.youtube.com/watch?v=uC1iJcYOyeY   . . . A. R. Rahman - Ghajini - Kaise Mujhe&lt;br /&gt;
*  https://www.youtube.com/watch?v=clzuRgaV5dw   . . . Amir Khan - Ghajini - Guzarish&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Jodhaa Akbar . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
https://www.youtube.com/watch?v=ybQRIuoezQk   . . . KEHNE KO JASHNE BAHARA HE&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Lagaan . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=3PIKesjmQTs   . . . Lagaan -  - O Rey Chori&lt;br /&gt;
*  https://www.youtube.com/watch?v=kbMinfmC3E0   . . . Lagaan -  - O Paalanhaare&lt;br /&gt;
*  https://www.youtube.com/watch?v=DhHawiDfS08   . . . Lagaan -  - Radha Kaise Na Jale&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=u3h1DvwH6yM   . . . Lakshya&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=ozeh-_tEq98   . . . Mahadevan - Breathless&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=3WDI3ZGDtes  . . . Deem tana&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Damarukam . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=V-GHwMa8Gls   . . . Damarukam - Nagarjuna, Anushka - Omkaram Srusthi&lt;br /&gt;
*&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=7ZHC2jgEc1M   . . . Dhasaavanthaaram - Mukunda Mukunda  &amp;lt;i&amp;gt;song in Telegu&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Swades . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=dRWr8OsVyjA   . . . Swades -  - Pal Pal Hai Bhaari&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=kbMinfmC3E0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Yeh To Des Hai Tera . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=4tiVPuLbbHg&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2019-11-07 guruvaar . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=PN-RMTiiEgI    . . . Maula Meri Maula&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2019-11-18 somvaar . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=IdByOJh71Ik     Kun Faya Kun por A R Rahman&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Q2S7CDuBTOc . . . Agar Tum Satth Ho Maahi Ve&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=2CeoFnb16l4   Dard Karaara | Full Song | Dum Laga Ke Haisha, Ayushmann Khurrana, Bhumi, Kumar Sanu, Sadhana Sargam&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bushan Kumar and Coke Studios&lt;br /&gt;
*  https://www.youtube.com/watch?v=hV_RjHb9034&amp;amp;list=RDMM&amp;amp;index=8   Kaise Mujhe&lt;br /&gt;
&lt;br /&gt;
*  youtube.com/watch?v=7opUlRH839w  Kariye Na&lt;br /&gt;
&lt;br /&gt;
Escuchado en 2004 . . .&lt;br /&gt;
&lt;br /&gt;
*  youtube.com/watch?v=9lX8GkzdNIE  Tu Mile Dil Khile&lt;br /&gt;
*  youtube.com/watch?v=cVbsm06tPQc  Ae Ajnabi&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Tum Tak ===&lt;br /&gt;
2020-07-13&lt;br /&gt;
*  https://www.youtube.com/watch?v=k09uvR5eUao  Tum Tak&lt;br /&gt;
*  https://www.youtube.com/watch?v=AGsn2ycFRqI  Tum Tak&lt;br /&gt;
*  https://www.youtube.com/watch?v=_ikZtcgAMxo  Luka Chuppi&lt;br /&gt;
*  https://www.youtube.com/watch?v=_TJZaE0FkKs  Dil To Bachcha Hai (3/4 count ballad)&lt;br /&gt;
*  https://www.youtube.com/watch?v=eoFkN53mMPA  Ranjha Ranjha&lt;br /&gt;
&lt;br /&gt;
pelicaula &amp;quot;Hasee To Phasee&amp;quot;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=NobzfIebbrE&lt;br /&gt;
*  https://www.youtube.com/watch?v=c2gSzYLJ8sY   Ishq Bulaava&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=tL5sYdlk20I  +++ Tu Mane, Coke Studios&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ExlQLDf8JPc  Radha Kaise Na Jale&lt;br /&gt;
&lt;br /&gt;
Compilacion adcha he!&lt;br /&gt;
*  https://www.youtube.com/watch?v=aNCq5ASyDVQ&lt;br /&gt;
&lt;br /&gt;
A.R. Rahman - Tere Bina Best Lyric Video|Guru|Aishwarya Rai|Abhishek Bachchan|Chinmayi&lt;br /&gt;
*  https://www.youtube.com/watch?v=6YG7H11SUcw&amp;amp;list=RDMM&amp;amp;start_radio=1&amp;amp;rv=WBOMpfxsUpk&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Middle Eastern music ==&lt;br /&gt;
&lt;br /&gt;
2020-11-30 Monday&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=0cFLTKGborA&amp;amp;list=RDCLAK5uy_mfTF5DCHZL0zf04WQdXAd8-1cQuvJZXzs&amp;amp;index=2   &lt;br /&gt;
Hussain Al Jassmi | حسين الجسمي&lt;br /&gt;
*  https://www.youtube.com/watch?v=zj3Gz20mPKQ   راشد الماجد Rashed AlMajid l&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=4POe4-hZfw4   كلثوميات | الفنانة أسماء المنور  OmanTvGeneral&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=WnYGOX98Ma0   Kadim AlSaher &amp;amp; Asma Lmnawar - Al Mahkamah - Clip | كاظم الساهر و اسماء المنور- المحكمة - كليب&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=aZwM6ave_EI&lt;br /&gt;
*  https://www.youtube.com/watch?v=hVOeRM8NOuA -- Yacinou Yacine الزمن الجميل --&lt;br /&gt;
 0:01 / 31:41 مي فاروق أمل حياتي رائعة كوكب الشرق بإبداع من دار الأوبرا المصرية -- &amp;lt;i&amp;gt;&amp;quot;Queen Mai&amp;quot;&amp;lt;/i&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=RWaKQxiY1AE   كلثوميات | الفنانة مي فاروق | دار الأوبرا السلطانية مسقط  Yacinou Yacine, 01:44:33 small orchestra&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=S3DTilr4wcc   Nai Barghouti &amp;amp; Amsterdam Andalusian Orchestra - FULL CONCERT&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# https://www.youtube.com/watch?v=h9BH8M5ot2c&lt;br /&gt;
# https://www.youtube.com/watch?v=_ECxirEfMsg&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=3&lt;br /&gt;
# https://www.youtube.com/watch?v=PS-uywnnzWw&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=6&lt;br /&gt;
# https://www.youtube.com/watch?v=sUzAmh5butc&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=15&lt;br /&gt;
# https://www.youtube.com/watch?v=7gsE6_3C6Ds&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=16&lt;br /&gt;
# https://www.youtube.com/watch?v=46szzkvEGKo&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=19&lt;br /&gt;
#&lt;br /&gt;
# +++ https://www.youtube.com/watch?v=EE4kHUHpKdA&amp;amp;list=PLME9drm1zCz9qnG8Jr_IFgyDT17IQHrd0&amp;amp;index=22 +++&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Cafe De Anatolia - Best Ethnic Deep House (Mix by Billy Esteban)&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
243K views&lt;br /&gt;
1 week ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
72&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Khaleeji Hotlist&lt;br /&gt;
YouTube Music&lt;br /&gt;
Updated yesterday&lt;br /&gt;
&lt;br /&gt;
19:39&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
مي فاروق الصوت العبقري تشدو برائعة كوكب الشرق بعيد عنك حفل كلثوميات من دار الأوبرا المصرية 2018&lt;br /&gt;
Yacinou Yacine الزمن الجميل&lt;br /&gt;
406K views&lt;br /&gt;
11 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:17:41&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Thievery Corporation • Tommy Guerrero • Gramatik • Emancipator - Special Coffeeshop Selection [SBM]&lt;br /&gt;
Spiritual Journey&lt;br /&gt;
590K views&lt;br /&gt;
1 month ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:48:43&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
4K Santorini Summer Mix 2020 🍓 Best Of Tropical Deep House Music Chill Out Mix By Deep Mix #5&lt;br /&gt;
Deep Mix&lt;br /&gt;
1.4M views&lt;br /&gt;
3 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:33:00&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Nai Barghouti &amp;amp; Amsterdam Andalusian Orchestra - FULL CONCERT&lt;br /&gt;
Amsterdams Andalusisch Orkest&lt;br /&gt;
179K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
16:29&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
National Arab Orchestra - Alf Leila wi Leila / الف ليلة وليلى - Mai Farouk / مي فاروق&lt;br /&gt;
National Arab Orchestra&lt;br /&gt;
3.2M views&lt;br /&gt;
5 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:08:45&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Sherine Abdel Wahab | شيرين عبد الوهاب - أغاني حزينة&lt;br /&gt;
Free Music &amp;quot;Nasr Mahrous&amp;quot;&lt;br /&gt;
7.3M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
42:03&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كوكتيل اجمل مقاطع ام كلثوم كوكب الشرق&lt;br /&gt;
ارجع يا زمان&lt;br /&gt;
19K views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:12:44&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Bonobo | Best Of&lt;br /&gt;
The Daily Dose&lt;br /&gt;
136K views&lt;br /&gt;
1 month ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:59:25&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
SOUL CLASSIC HITS (80s &amp;amp; 90s) - DJ KENB&lt;br /&gt;
DJ KenB&lt;br /&gt;
127K views&lt;br /&gt;
1 month ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
16:45&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Asma Lmnawar - Aghadan Al9ak | (أسما لمنور - أغداً ألقاك ؟ (حفل دار الأوبرا السلطانية&lt;br /&gt;
Asma Lmnawar | أسما لمنور&lt;br /&gt;
1M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
32:57&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
National Arab Orchestra - Inta Umri / إنت عمري - Mai Farouk / مي فاروق&lt;br /&gt;
National Arab Orchestra&lt;br /&gt;
1M views&lt;br /&gt;
3 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:48:07&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Cafe De Anatolia - Best of 2018 (Mix by Billy Esteban)&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
5.1M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:30:26&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
وائل جسار...كوكتيل من أجمل الاغاني الطربية&lt;br /&gt;
Maestro SY مايسترو ميوزك&lt;br /&gt;
1.9M views&lt;br /&gt;
8 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:15:21&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Best of Shingo Nakamura 01 (2-Hour Melodic Progressive House Mix)&lt;br /&gt;
Silk Music&lt;br /&gt;
7.3M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:19:28&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
روائع حسين الجسمي - نخبة من اجمل اغانيه THE BEST OF HUSSAIN AL JESMI&lt;br /&gt;
Firas Hassouneh . قناة كل العرب&lt;br /&gt;
621K views&lt;br /&gt;
11 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7:58&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Kadim AlSaher &amp;amp; Asma Lmnawar - Al Mahkamah - Clip | كاظم الساهر و اسماء المنور- المحكمة - كليب&lt;br /&gt;
Rotana&lt;br /&gt;
26M views&lt;br /&gt;
8 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8:20&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Asma Lmnawar - Chkon Li Gal \ Mol Koutchi | (أسما لمنور - شكون اللي قال / مول الكوتشي (جلسة&lt;br /&gt;
Asma Lmnawar | أسما لمنور&lt;br /&gt;
4.8M views&lt;br /&gt;
6 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
18:41&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
بالفيديو شاهد روعة الأداء من مي فاروق و ريهام عبد الحكيم ... أنت عمري&lt;br /&gt;
Cairo Opera House&lt;br /&gt;
1.2M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
44:33&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Best Oud Covers By Ahmed Alshaiba&lt;br /&gt;
Cafe De Anatolia ETHNO WORLD&lt;br /&gt;
1.4M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:00&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
اليسا - الأغاني القديمة | Elissa&amp;#039;s oldies mix&lt;br /&gt;
Fadi Badarni&lt;br /&gt;
5.6M views&lt;br /&gt;
7 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
34:05&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Sherine Abdel Wahab | شيرين عبد الوهاب - أغاني رومانسية&lt;br /&gt;
Free Music &amp;quot;Nasr Mahrous&amp;quot;&lt;br /&gt;
17M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:44:34&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كلثوميات | الفنانة مي فاروق | دار الأوبرا السلطانية مسقط&lt;br /&gt;
OmanTvGeneral&lt;br /&gt;
373K views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
29:43&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
الفنان الكبيروالقدير\كينغ الساكسفون\-سمير سرور--في روائع - بعيد عنك+الف ليله وليله+سيرة الحب&lt;br /&gt;
قناة رو واد الفن الاصيل&lt;br /&gt;
2.6M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
32:18&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Al Atlal-Mai Farouk-conducted by Ramzi Aburedwan-الأطلال - مي فاروق- بقيادة رمزي أبورضوان&lt;br /&gt;
Ramzi Aburedwan&lt;br /&gt;
288K views&lt;br /&gt;
7 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:37:30&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
باقة من أجمل أغاني الرائعة ذكري رحمها الله&lt;br /&gt;
zeinab aly&lt;br /&gt;
2.1M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4:12:02&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Mega Hits 2020 🌱 The Best Of Vocal Deep House Music Mix 2020 🌱 Summer Music Mix 2020 #118&lt;br /&gt;
4pm&lt;br /&gt;
1.3M views&lt;br /&gt;
2 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:08:39&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كلثوميات نور مهنا - اجمل اغاني ام كلثوم بصوت المطرب نور مهنا&lt;br /&gt;
Firas Hassouneh . قناة كل العرب&lt;br /&gt;
224K views&lt;br /&gt;
3 weeks ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Arabic Lounge Music خنیا Aicha&lt;br /&gt;
Buddha&amp;#039;s Lounge&lt;br /&gt;
1.2M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:41:46&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
معكم مني الشاذلي| مي فاروق تحيي ذكرى أم كلثوم بمجموعة من الأغاني المميزة| الحلقة الكاملة&lt;br /&gt;
معكم منى الشاذلي&lt;br /&gt;
140K views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
41:32&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Alf Leila We Leila - Umm Kulthum الف ليلة وليله - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
34M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
25:05&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
مي فاروق أغدا ألقاك من حفل عيد الأوبرا المصرية ال31&lt;br /&gt;
Yacinou Yacine الزمن الجميل&lt;br /&gt;
36K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
37:43&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
مي فاروق صوت و احساس و أداء رائع لكلثوميات في ذكري أم كلثوم&lt;br /&gt;
tatieasi&lt;br /&gt;
71K views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
54:31&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
tarab song mix dj yhyh ❤️ ساعه من اجمل أغاني طرب حب و سهره&lt;br /&gt;
Romance رومانسي&lt;br /&gt;
3.3M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
51:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كوكتيل رائع من اجمل اغاني أم كلثوم&lt;br /&gt;
Abed Khattar&lt;br /&gt;
28M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:31&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Wonderful Ethno Music (Andalusia vs. Arabia) Mix by Billy Esteban&lt;br /&gt;
Cafe De Anatolia ETHNO WORLD&lt;br /&gt;
3.4M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:03:33&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
ام كلثوم - كلثوميات - ( كوكتيل اغاني ام كلثوم ) الجزء الأولTHE BEST OF UM KALTHOUM&lt;br /&gt;
Firas Hassouneh . قناة كل العرب&lt;br /&gt;
2.3M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:02:13&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
جلسة طرب احلى اغانى سلطنه وطرب تسمعها تروق بالك وتفرحك&lt;br /&gt;
old art&lt;br /&gt;
7.9M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:14:05&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
شيرين كوكـتـيل طرب الزمان الجميل اسمر يا اسمراني | اجمل اغاني شيرين | حفلات شيرين طرب&lt;br /&gt;
The best video- أفضل فيديو&lt;br /&gt;
6.3M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:21:28&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
جورج وسوف...سلطان الطرب يغني عمالقة الفن الجميل&lt;br /&gt;
Maestro SY مايسترو ميوزك&lt;br /&gt;
1.8M views&lt;br /&gt;
8 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:28&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
اجمل ما غنى وائل جسار&lt;br /&gt;
Best Music&lt;br /&gt;
429K views&lt;br /&gt;
2 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:48:07&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Cafe De Anatolia - Best of 2018 (Mix by Billy Esteban)&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
5.1M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:06:57&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Cafe De Anatolia - Oriental Touch [ vol. 2 ]&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
5.6M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:03:14&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كلثوميات بليغ حمدي - روائع اغاني السيدة ام كلثوم من الحان بليغ حمدي UM KALTHOUM&lt;br /&gt;
Firas Hassouneh . قناة كل العرب&lt;br /&gt;
189K views&lt;br /&gt;
2 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
46:31&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
جورج وسوف يوم الوداع+كلام الناس+سهرت الليل+قول الكلمتين+ارضى بالنصيب 2019&lt;br /&gt;
MOHAMED ElBRINCE&lt;br /&gt;
1.4M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:03&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Best Oud Instrumentals (Mixed by Billy Esteban)&lt;br /&gt;
Cafe De Anatolia ETHNO WORLD&lt;br /&gt;
4M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
58:19&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Enta Omry - Umm Kulthum انت عمرى - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
31M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:00&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Dreaming of Arabia: Oriental Lounge Music&lt;br /&gt;
Buddha&amp;#039;s Lounge&lt;br /&gt;
7.6M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:13:04&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Cafe De Anatolia - Something We All Adore (mix by Rialians On Earth)&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
1.4M views&lt;br /&gt;
5 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
38:36&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Zay El Hawa - Abdel Halim Hafez زى الهوا تسجيل حفلة - عبد الحليم حافظ&lt;br /&gt;
Abdel Halim Hafez - عبد الحليم حافظ&lt;br /&gt;
22M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
59:26&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
فضل شاكر...يغني عمالقة الطرب العربي&lt;br /&gt;
Maestro SY مايسترو ميوزك&lt;br /&gt;
1.4M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:24:43&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
The best of oum kalthoum ll اجمل مقاطع ام كلثوم&lt;br /&gt;
EFI MUSIC&lt;br /&gt;
892K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
36:41&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
وردة - بودعك .. وبودّع الدنيا معك (كاملة بجودة عالية) HQ&lt;br /&gt;
أوس التميمي&lt;br /&gt;
3.3M views&lt;br /&gt;
2 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
43:32&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
العود سلطان سعيد عيسى كلثوميات&lt;br /&gt;
حسن حمايل حمايل&lt;br /&gt;
437K views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:00:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
فضل شاكر يغني عبد الحليم حافظ....أجمل كوكتيل أغاني العندليب الأسمر&lt;br /&gt;
Maestro SY مايسترو ميوزك&lt;br /&gt;
517K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
58:02&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
أجمل ما غنى فضل شاكر | Best of Fadhel Chaker&lt;br /&gt;
Best Videos&lt;br /&gt;
5.8M views&lt;br /&gt;
4 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
45:17&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
مستنياك الأصل |حفل القاهرة | عزيزة جلال | Aziza Jalal |CAIRO Show |Mestaniak Live أجمل سهرة مباشرة&lt;br /&gt;
Aziza Jalal&lt;br /&gt;
1.6M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
44:33&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Best Oud Covers By Ahmed Alshaiba&lt;br /&gt;
Cafe De Anatolia ETHNO WORLD&lt;br /&gt;
1.4M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
29:00&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Warda Al-Jazairia - Ale Eih Beyesalouni | وردة الجزائرية - قال إيه بيسألوني&lt;br /&gt;
Moataz Elmasry&lt;br /&gt;
5.2M views&lt;br /&gt;
7 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:28:28&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Enjoy | Chill Out Mix&lt;br /&gt;
BLUME&lt;br /&gt;
2.8M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2:26:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Deep Feelings Mix | Deep House, Vocal House, Nu Disco, Chillout #16&lt;br /&gt;
Deep House Nation&lt;br /&gt;
1.7M views&lt;br /&gt;
1 month ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1:53:18&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Because I love you I sing Nizar Qabbani - لأني أحبكم أغني نزار قباني&lt;br /&gt;
Kadim Al Sahir&lt;br /&gt;
1.8M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
19:13&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
الفنانة نعيمة سميح 1986 ــ جريت وجاريت&lt;br /&gt;
صالح المانسي&lt;br /&gt;
1.9M views&lt;br /&gt;
3 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
21:23&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Andre X Jad live at Jabal Al Arbaeen, Lebanon for Cafe De Anatolia&lt;br /&gt;
Cafe De Anatolia&lt;br /&gt;
540K views&lt;br /&gt;
3 months ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
51:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
اجمل مقاطع اغانى ام كلثوم&lt;br /&gt;
nader fawzy&lt;br /&gt;
17M views&lt;br /&gt;
6 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
41:32&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Alf Leila We Leila - Umm Kulthum الف ليلة وليله - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
34M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3:05:01&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Funk Jazz • Funky Smooth Jazz Saxophone Music • Upbeat Jazz Instrumental Music&lt;br /&gt;
Dr. SaxLove&lt;br /&gt;
3.5M views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9:36&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
انا في انتظارك- ناي البرغوثي Ana Fintizarak- Nai Barghouti&lt;br /&gt;
Nai Barghouti ناي البرغوثي&lt;br /&gt;
519K views&lt;br /&gt;
1 year ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
19:25&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
كوكتيل كلثوميـــــــــــــات : منيرة حمدي الحب كله _ فات الميعاد&lt;br /&gt;
Anis Hannoni&lt;br /&gt;
7.5M views&lt;br /&gt;
7 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
59:39&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
Fakarouny - Umm Kulthum فكرونى - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
14M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
39:06&lt;br /&gt;
NOW PLAYING&lt;br /&gt;
El Qalb Yaashaq - Umm Kulthum القلب يعشق كل جميل - ام كلثوم&lt;br /&gt;
Umm Kulthum - ام كلثوم&lt;br /&gt;
2M views&lt;br /&gt;
5 years ago&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Classical ==&lt;br /&gt;
&lt;br /&gt;
https://www.youtube.com/watch?v=QAsZMcX5Zoc   Tchaikovsky&amp;#039;s 35th Symphony, featuring Janine Jansen&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Upbeat ==&lt;br /&gt;
Coldplay &amp;quot;Higher Power&amp;quot; . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=gXgf5smLEgQ&lt;br /&gt;
Extended version:&lt;br /&gt;
*  https://www.youtube.com/watch?v=w3KcBtFZP28  Higher Power&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] FOLI ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=lVPLIuBy9CY    FOLI (there is no movement without rhythm) original version by Thomas Roebers and Floris Leeuwenberg&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=1Hef5OXHr5I   ...&lt;br /&gt;
*  https://www.youtube.com/watch?v=PEH2FtIkAus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Ambient music ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=k-to9p3v1jY   Into The Astronomers Dream - Immersive Experience&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=GUpPKS-R9LA   Tony Anderson - Eternal Spring&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=4yyPDs9uiXA   Beginning Work | Beautiful Ambient Mix . . . por Blume&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=dTW2MxfqVLI   Fluidified - &amp;#039;Blissful Solitude&amp;#039; - Ambient Mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  1 de n&lt;br /&gt;
*  2 de n&lt;br /&gt;
*  3 de n - Crazy About You &amp;quot;Your Voice Is The Echo Of The Mountains&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  +++ NumberNin6 &amp;quot;Saltwater&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=zloJ_yptWU0&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
-#ambient #fantasymusic #guildofambience&amp;lt;br /&amp;gt;&lt;br /&gt;
1 hour of Ambient Fantasy Music | Enchanted Lands - Volume 2&amp;lt;br /&amp;gt;&lt;br /&gt;
3,026,793 views•Aug 19, 2017&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] AK Aljoshi Konstanti ===&lt;br /&gt;
&lt;br /&gt;
2022-12-21&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=2_q6Y3jR91o&amp;amp;t=730s +++ AK &amp;quot;I Can&amp;#039;t Sleep Anymore&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Chill ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
2025-07-02&lt;br /&gt;
*  [https://www.youtube.com/watch?v=D_uLM5i0Z4c&amp;amp;list=RDD_uLM5i0Z4c&amp;amp;start_radio=1 Endless Sunday]&lt;br /&gt;
&lt;br /&gt;
2025-03-05&lt;br /&gt;
*  https://www.youtube.com/watch?v=nj4hlEtctCE&amp;amp;t=2460s Introvert Cyber Zen&lt;br /&gt;
&lt;br /&gt;
2023-07-06&lt;br /&gt;
*  https://www.youtube.com/watch?v=XWGXimIJhGg  Work in Peace | Beautiful Chill Mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Tymelapse &amp;quot;We Became Strangers&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Grandyzer &amp;quot;Touch&amp;quot;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2022-12-29&lt;br /&gt;
*  https://www.youtube.com/watch?v=1--DYAi_0d0 - Melodic Chillstep • V5 Beats Radio ☕&lt;br /&gt;
&lt;br /&gt;
2022-08-31&lt;br /&gt;
*  https://www.youtube.com/watch?v=1t92jQUrWXU   In the Moment | Beautiful Chill Music Mix&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=cFRq53NxGf4   Nocturne | Deep Chill Music Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=sDlGLHgkIXk   Come Back To Me | Instrumental Chill Music Playlist&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=f9qavey27Kc  &amp;#039;Forgotten Dreams&amp;#039; Mix . . . 14,286,877 views•Dec 30, 2011&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
+++ Can&amp;#039;t Be Without You&lt;br /&gt;
+++ Wake Up&lt;br /&gt;
+++ If I Rise&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
logicalfallacy234&lt;br /&gt;
6 years ago&lt;br /&gt;
0:00 Essáy &amp;amp; Stumbleine - Rhiannon&lt;br /&gt;
3:08 Deep Focus - Don&amp;#039;t Wake Up (140 Edit)&lt;br /&gt;
6:07 Above &amp;amp; Beyond - Tri-State (5vel Remix)&lt;br /&gt;
9:22 Dido &amp;amp; A.R. Rahman - If I Rise (Enigma Dubz Remix)&lt;br /&gt;
13:29 Tolerance - Dejection&lt;br /&gt;
16:06 Boards Of Canada - Olson (Wrm Remix)&lt;br /&gt;
20:40 Rameses B - Memoirs (Fracx Remix)&lt;br /&gt;
24:04 Ed Sheeran - The A Team (KOAN Sound Remix)&lt;br /&gt;
27:02 Mojo - Garden Walls&lt;br /&gt;
29:15 Blackmill - Evil Beauty&lt;br /&gt;
32:43 Loz Contreras - Liberta&lt;br /&gt;
35:14 Rameses B - North&lt;br /&gt;
38:40 Lisa Miskovksy - Still Alive (Mt Eden Remix)&lt;br /&gt;
41:37 Imogen Heap - Headlock (Paper Tigers Remix)&lt;br /&gt;
43:59 Imogen Heap - Hide &amp;amp; Seek (Enigma Dubz Remix)&lt;br /&gt;
47:54 William Fitzsimmons - The Tide Pulls From The Moon (JacM Remix)&lt;br /&gt;
51:33 Barcelona - Please Don&amp;#039;t Go (Greg Cooke Remix)&lt;br /&gt;
54:59 Phaeleh - Afterglow feat. Soundmouse (Akira Kiteshi Remix)&lt;br /&gt;
58:59 Mario M - EvaC&lt;br /&gt;
1:01:18 Phaeleh - Changes feat. Soundmouse&lt;br /&gt;
1:04:15 New Look - The Ballad (GZUS Come Out Of The Dark Mix)&lt;br /&gt;
1:07:19 Ollie Macfarlane - Shadows&lt;br /&gt;
1:10:07 Submerse - Belong&lt;br /&gt;
1:13:12 Late - Losing You&lt;br /&gt;
1:17:37 Ghosts Of Paraguay - Piano Piece&lt;br /&gt;
1:20:46 Kaiori Breathe &amp;amp; Tripwire - I&amp;#039;d Give Anything&lt;br /&gt;
1:23:30 Hammock - I Can Almost See You&lt;br /&gt;
Credit goes to Amy Jones&lt;br /&gt;
Copy and Pasted from early comment by ReflectionsOfficial&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;s&amp;gt;https://www.youtube.com/watch?v=BNFHuj7PbJY&amp;lt;/s&amp;gt; &amp;lt;i&amp;gt;2021-02-09 Found removed by author!&amp;lt;/i&amp;gt;   Winter | Deep Chill Music Mix &amp;lt;i&amp;gt;. . . first four songs good&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++  1 de 14   Ptr. &amp;quot;Genesis&amp;quot;&lt;br /&gt;
*  +++  4 de 14   Outlier &amp;quot;Tales Of The Future&amp;quot; --- https://www.youtube.com/watch?v=nGwaG_Yenic (single)&lt;br /&gt;
*  +++  5 de 14   Insomna and Antent &amp;quot;With The Flow&amp;quot; &amp;lt;-- adcha he  - https://www.youtube.com/watch?v=InZVY9bwyzE (single)&lt;br /&gt;
*  +++  6 de 14   4lienetic &amp;quot;Med Kit&amp;quot; --- https://www.youtube.com/watch?v=dULYpm7asLA&lt;br /&gt;
*  +++ 11 de 14&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  &amp;lt;s&amp;gt;https://www.youtube.com/watch?v=cJ-rucOMuM4&amp;lt;/s&amp;gt;   Dreams | Beautiful Chill Music Mix -- 34,719 views • Nov 7, 2020&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 3 de 15 - AK &amp;quot;Decades&amp;quot;&lt;br /&gt;
* +++ 6 de 15 - Outlier &amp;quot;I Wish I Knew&amp;quot;&lt;br /&gt;
* 8 de 15 -&lt;br /&gt;
* 9 de 15 - Emiliano Secchi &amp;quot;Memory Fragments&amp;quot;&lt;br /&gt;
* +++ 12 de 15 - Almost Home &amp;quot;Vanished&amp;quot; . . . https://www.youtube.com/watch?v=go86xq9x400&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=mOFSSuqKqO4   Clarity | Deep Chill Music Mix -- 23,008 views • Nov 29, 2020&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=1f2RRsviZt8   Conquer |&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=TXiRaFWzDcU   &amp;lt;i&amp;gt;sharks in sky, small forest scene&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=oVdvRKMF9us   Traveller | Deep Chill Music Mix -- 43,524 views•Nov 8, 2020&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=EG16dFYK0gw   Inspirational Music For Creative People — Chillout Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=OmZ6tCgj_mk&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ AK, Direct &amp;quot;Sleepless Nights&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-07-20 Tuesday...&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=Mrci-ief9mY   Still Traveling | Chill Mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
 +++ Cerah &amp;quot;Undone&amp;quot;&lt;br /&gt;
 +++ Glo &amp;quot;Believe&amp;quot;&lt;br /&gt;
 +++ Dawncall &amp;quot;Spearmint&amp;quot;&lt;br /&gt;
 +++&lt;br /&gt;
 +++ Pensees &amp;quot;Eclipse&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2021-09-02 Thursday&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=NBdfuAxvwRQ   Clouds | Beautiful Chill Music Mix --- 403,025 views --- Dec 30, 2020&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 3 de n - AK &amp;quot;Discovery&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Deep Chill ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=jvuAV_tx8rw  Wanderlust | Deep Atmospheric Chill Music Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=hn3BqMMh0F4   At Dusk | Deep Chill Music Mix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Immersive ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=62M5hrh-kbA&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=FgQlaFeFwQc   Teravibe &amp;quot;You&amp;#039;ve Finally Reached Heavenly Realm&amp;quot; 📡✨&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] House Melodic ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=qErChNhYAN8 Melodic House Mix 2022 | Ben Böhmer, Nora En Pure, Eli &amp;amp; Fur, Korolova, Romain Garcia | OBM 01&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Progressive ==&lt;br /&gt;
&lt;br /&gt;
2023&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
0417&lt;br /&gt;
*  https://www.youtube.com/watch?v=qsSFmEdrvAw  Watt and Keith Harris - Stockholm (Original Mix)&lt;br /&gt;
&lt;br /&gt;
0331&lt;br /&gt;
*  https://www.youtube.com/watch?v=kzM_zwHOReg  Alexxon - Warmsnow [Emergent Shores] . . . &amp;lt;i&amp;gt;Warm Snow&amp;lt;/i&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=pTTBw-QpWhs&amp;amp;list=RDMM&amp;amp;index=8  Laila&amp;#039;s Love&lt;br /&gt;
&lt;br /&gt;
0314&lt;br /&gt;
*  https://www.youtube.com/watch?v=qUfg4tfT274  South Pole - Breathe (Extended Mix) [Music Video] [Emergent Shores]&lt;br /&gt;
*  https://www.youtube.com/watch?v=-pbUdCicrFM&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=27  Luvmac - Yoyo (Original Mix) [Progressive State Records]&lt;br /&gt;
*  https://www.youtube.com/watch?v=6kh9_VO07go&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=27  Eimear - In The Evening (Original Mix)&lt;br /&gt;
*  https://www.youtube.com/watch?v=WA8YpPiEtf8&amp;amp;list=RDGMEMYH9CUrFO7CfLJpaD7UR85w&amp;amp;index=27  Lumidelic &amp;amp; Ametrine - Winter Blooms (Original Mix) [Synth Collective]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2022&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
1120&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=QA60WYOlU04&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=27 Lumedelic &amp;quot;Mandala&amp;quot;&lt;br /&gt;
&lt;br /&gt;
1118&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=cgk1VJM_Bj8 Melodic House Mix 2022 | Sultan + Shepard, Ben Böhmer, Nora En Pure, Eli &amp;amp; Fur, Tale Of Us | OBM 04&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
1117&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  [https://www.youtube.com/watch?v=JV5L4qFtK9c&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=25 Sunlight Project - Golden Shores (Original Mix)]&lt;br /&gt;
*  https://www.youtube.com/watch?v=6tIho7EZNUg&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=26 Z8phYR - Mom&amp;#039;s Gift&lt;br /&gt;
*  https://www.youtube.com/watch?v=xcN0mext56w&amp;amp;list=RDGMEMWO-g6DgCWEqKlDtKbJA1Gw&amp;amp;index=27 - Lumidelic - Synesthesia (Original Mix)&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
0502 added:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=ZiET_r0oQ4o   🎶 Alex H Mix 2018 | Progressive House | 🎶 &amp;lt;i&amp;gt;( songs not individually broken out as select-able tracks )&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
~01:09:00 buen cancion&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=SiE568HN0EQ   Melodic Progressive House mix Vol 79 (Afterglow)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=xKEChmT7u-M   ♫ Best Progressive House Mix 2021 Vol. #7 ♫&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=n5mDuL8JtFw&amp;amp;list=RDGMEMNmVSVrsTrv-G2rHfIeUCVA&amp;amp;index=4   Alex H - Follow Your Heart (Original Mix) Progressive House Worldwide&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=KsDB4ab1PYA   Melodic Progressive House mix Vol 75 (Before The Rain)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=XDS75Oqa89w   &amp;#039;Surf Vibes&amp;#039; - Melodic Progressive House Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=RIqTCtJZ3oY   &amp;#039;Evening Vibes&amp;#039; - Melodic &amp;amp; Deep Progressive House Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=s5gkMv2Jn4M   Slow Down&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=8-LEN8jbqsg   Maiga - Coastline (Original Mix)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=cmigCAALq2o   Maiga - Vincenzo (Original Mix)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=NHXJ9bTXw5M   Melodic Progressive House mix Vol 9 (Dreaming)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 6 de n - Aerotek &amp;quot;Spring Breeze&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=BxXIfCZfBiM   NewProgressive Mix 67 &amp;#039;Winter Tales&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 1 de 13 - LD_G &amp;quot;It&amp;#039;s Complicated&amp;quot; (Fiben Remix) [Soluna Music]&lt;br /&gt;
* +++ 2 de 13 - Dan Norvan &amp;quot;Plata&amp;quot; [Emergent Shores]&lt;br /&gt;
* +++ 8 de 13 - Skua &amp;quot;Aoibhneas&amp;quot; [Emergent Shores]&lt;br /&gt;
* +++ 11 de 13 - Lesh &amp;quot;Nightfall&amp;quot; [Emergent Shores]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=AYFe25GsNxg   NewProgressive Mix 69 &amp;#039;Continuum&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 2 de 13 - Yusuki Teranishi and Cosmaks - Shine (synth mix)&lt;br /&gt;
* +++ 3 de 13 - Yasin Guven - Sunset In Your Eyes (9 Years and Counting)&lt;br /&gt;
* +++ 6 de 13 - Emro - Apricity   https://www.youtube.com/watch?v=wNGAmnWi0e8 (single)&lt;br /&gt;
* +++ 8 de 13 - Ciree - One Winter&amp;#039;s Tale&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=IH8yJn9pw2o   NewProgressive Mix 49 &amp;#039;Beyond The Clouds&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 10 de 14   Sergey Alekseev - Road To The Clouds (Bee Hunter...)&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ERTh0I-kmxA   NewProgressive Mix 68 &amp;#039;Distant Lights&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 6 de n   Ciree - Beautiful Moments&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=PKKjIEDUNfY   &amp;#039;Best of Immersed Recordings&amp;#039; - Relaxing Deep House &amp;amp; Progressive House Mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ Djimboh &amp;quot;Find Myself&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 1 progressive ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=cDNkgwMWmvA   Alex H - Maiga&amp;#039;s Melody (Original Mix)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=jsBktowZ06g   Alex H - Don&amp;#039;t Leave Me Now (Original Mix) *Patreon Exclusive*&lt;br /&gt;
Progressive&lt;br /&gt;
*  https://www.youtube.com/watch?v=auE5YXDPb_4   Alex H &amp;quot;Spectacle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=7Hc5uloScQc   NewProgressive Mix 77 &amp;#039;SIN CITY&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 3 de n - Souma and Skua &amp;quot;Fable&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Southern Tier and a few singles . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=2ltqHGf4594   Southern Tier &amp;quot;The Words We Lost&amp;quot;  04:00&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=iWj68PlHYm8   Southern Tier &amp;quot;The Words We Lost&amp;quot;  ~00:06:00&lt;br /&gt;
*  https://www.youtube.com/watch?v=jWzftelRc3I   Southern Tier &amp;quot;The Words We Lost&amp;quot;  00:806:00&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=WxFasHE0WQs   &amp;quot;Fallen&amp;quot;&lt;br /&gt;
*  &amp;lt;s&amp;gt;https://www.youtube.com/watch?v=MhmhLNUIZuc   Rise - Snowfall Remix +++&amp;lt;/s&amp;gt;&lt;br /&gt;
   *  https://www.youtube.com/watch?v=TOWes33wnX8   Rise - Snowfall Remix +++&lt;br /&gt;
*  https://www.youtube.com/watch?v=kSThrKGn9EU   Tony Anderson &amp;quot;Ember - Sascha Kirschtein mix&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=kCVnzWAkk6Y   NewProgressive Mix 42 &amp;#039;Fairyland&amp;#039; (Melodic Progressive Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 2 de n - Ocean Between The Stars&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=itI1jhqMR3I   Best of Progressive 6 by Dj Raspby &amp;lt;i&amp;gt;(still life photos of Antarctica and ocean ice)&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++  ~00:52:00 Sixth Sense &amp;quot;Yal-Ku&amp;quot; Clark&amp;#039;s Remix&lt;br /&gt;
...  ~01:04:30&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-02-19 Friday&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=b_pNji90Nyw   NewProgressive Mix Pt. 19 (Melodic Progressive House Mix)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ canciones 10 y 11&lt;br /&gt;
+++ 12 de 13 - Talamanca &amp;quot;Escape&amp;quot; mezcla original&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=I0KhZus7eu4   Two Mountains image&lt;br /&gt;
*  https://www.youtube.com/watch?v=2SVQ1LYElnY   ♫ Best Progressive House Mix 2018 Vol. #5&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 2 progressive ===&lt;br /&gt;
2021-02-22 Monday&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=BrSVt51MdCM&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 4 de n - Alex H and Z8phyR &amp;quot;Hope For Tomorrow&amp;quot; Mark and Lucas remix&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-03-03 Wednesday&lt;br /&gt;
*  https://www.youtube.com/watch?v=pHWmOfR2x9c   &amp;quot;Boab tree&amp;quot; progressive mix&lt;br /&gt;
&lt;br /&gt;
2021-03-05 Friday&lt;br /&gt;
*  https://www.youtube.com/watch?v=pVB_a-yz7J8   Melodic Progressive House mix Vol 66 (Oceanside)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 1 de n&lt;br /&gt;
* +++ 7 de n -- Yusuke Teranishi&lt;br /&gt;
* +++ 8 de n -- Yasin Guven and N421M&lt;br /&gt;
* +++ 12 de n -- Alex H &amp;quot;Khami&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 3 progressive ===&lt;br /&gt;
&lt;br /&gt;
2022-02-14 Monday&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=130U8prFOSQ  Musiclab --- Productive Music for Creative Work — Chill and Uplifting Mix&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-03-12 Friday&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=7RdvmSdYBYI   Summer Never Ends 114 Progressive House Mix The Past and Present blend Edition (1159 views, premiered 23 hours ago)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 3 de n - Alex H &amp;quot;Kariba&amp;quot;&lt;br /&gt;
* +++ 5 de n - EDU &amp;amp; Susie Ledge &amp;quot;In My Memory&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=bINJ3B8PAhg  Summer Never Ends 113 Progressive House Mix The Eyes always forward Edition&lt;br /&gt;
&lt;br /&gt;
2021-03-16 Tuesday&lt;br /&gt;
*  https://www.youtube.com/watch?v=MLSFw8CKq8c   Summer Never Ends 110 Progressive House Mix The Ethereal moments Edition&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 4 de n - Martin Peter &amp;quot;Minus&amp;quot; &amp;lt;i&amp;gt;(Alex H remix)[Perplexity]&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=974KE47VJ3g   Melodic Progressive House mix Vol 14 (On The Road)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 3 de n - James Woods &amp;quot;Skydiving&amp;quot;&lt;br /&gt;
+++ 5 de n - South Pole &amp;quot;Beneath Our Starlit Sky&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=n4zLkl7oz1Q   Summer Never Ends 111 Progressive House Mix The Sunshine Affair Edition&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 2 de n - Seraphym &amp;quot;Sleep Sweet Underneath the Stars&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kommenti:  &lt;br /&gt;
Игорь ЛЁД&lt;br /&gt;
4 days ago&lt;br /&gt;
ОЧЕНЬ  КРАСИВО.  ВОЗДУШНАЯ  МУЗЫКА, СПОКОЙНАЯ, &amp;quot; БЕЗ  УГЛОВ&amp;quot;. КРАСИВО&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=dlsKMAvtxtI   Z8phyR - Amore Lunita [Soluna Music]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Wdtemvz5JZE  In The Mix Vol. 2 &amp;#039;Emro&amp;#039; (Melodic Progressive Mix) --- 2,100 views•May 28, 2021&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  9 de n - Emro &amp;quot;Nightfall [Emergent Shores]&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-09-14 Tuesday&lt;br /&gt;
*  https://www.youtube.com/watch?v=0JCv9Yqbj1M   ♫ Best Progressive House Mix 2021 Vol. #5 ♫&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 4 progressive, ambient, chill ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LbWS79Cxykg&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LhOSM6uCWxk&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=7yR2r6iwaXc   In The Mix Vol.1 -- Blood Groove &amp;amp; Kikis (Melodic Progressive House Mix)&lt;br /&gt;
&lt;br /&gt;
*  # https://www.youtube.com/watch?v=tR38Mf_TbIY, https://www.youtube.com/watch?v=RRomRf0swwQ&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=0BL04pK9LYw   Summer Never Ends 116 Progressive House Mix The Showcase Edition&lt;br /&gt;
&lt;br /&gt;
2021-04-14&lt;br /&gt;
*  https://www.youtube.com/watch?v=gq40qL49RXM   Summer Never Ends 118 Progressive House Mix The For the books Edition&lt;br /&gt;
*  https://www.youtube.com/watch?v=3l1kQeNMyA0&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ Alex H &amp;quot;Khami&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2021-04-27 Tuesday&lt;br /&gt;
*  https://www.youtube.com/watch?v=cSudtBVcYuI   Summer Never Ends 094&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ Volere &amp;quot;The Seafarer&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=IH8yJn9pw2o&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=MgApT3VHtZY   #WeAreAmbient - &amp;#039;Afterglow&amp;#039; Ambient Mix&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=hkNLJWl8oAA&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=KDFzVz5tX_A   NewProgressive Mix Pt. 17 (Melodic Progressive House Mix) &amp;lt;i&amp;gt;(image of ocean wave Japan style)&amp;lt;/i&amp;gt;&lt;br /&gt;
+++ 1 de n - &amp;quot;Your Own Way&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 5 chill ===&lt;br /&gt;
*  https://www.youtube.com/watch?v=tlUcmD0zPI4&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
[https://www.youtube.com/watch?v=sDlGLHgkIXk&amp;amp;t=3047s +++ Femto &amp;quot;Glide&amp;quot;]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn_anchor_aljosha_konstanty&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=kImKxforTFk   Chill Cafe Music by Featured Artist: ALJOSHA KONSTANTY (AK)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=rp8cImqAIPg   We Are All Dreamers | Chill Mix --- &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 5 de n - Sid Acharya &amp;quot;Sky Sailing&amp;quot; - song from Harry Potter?&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=E3KP0O73Os0   Blue Night | Deep Chillout Mix ... 115,920 views•Dec 22, 202&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 11 de 13 - Tomokari &amp;quot;Jungle Book&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=dlOHVCZZwEc   &amp;#039;Wish&amp;#039; | Deep Chillout Mix ... 690,611 views•Dec 31, 2020&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 1 de n - Jay Mellock &amp;quot;Sahara Fragments&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=j-kY2x9t-Ro   #Ambient #WeAreAmbient #AmbientMix ... &amp;#039;Destiny&amp;#039; Ambient Mix [study relax sleep]&lt;br /&gt;
... 14,734 views•Premiered May 4, 2021&lt;br /&gt;
+++ Koshun Nakao &amp;quot;Disappear&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=SSbzyETP884   ---&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
Oceanside | Beautiful Chill Music Mix&amp;lt;br /&amp;gt;&lt;br /&gt;
323,769 views•Sep 30, 2020&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=LqYU_ewn-QM   takata taka tena&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ZVb_yKMivqo&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
Productive Music For Work | Chill Playlist&amp;lt;br /&amp;gt;&lt;br /&gt;
2,337,910 views&amp;lt;br /&amp;gt;&lt;br /&gt;
•Nov 20, 2020&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ Kozoro &amp;quot;Horizon&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=NUTbnrD0iL4   Only You | Beautiful Chill Mix &amp;lt;i&amp;gt;(added here 2021-50-24 -- 27,819 views•May 7, 2021)&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
￼&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=r-xHvrraR2E&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 6 de 16 - AK &amp;quot;Wanderlust&amp;quot;&lt;br /&gt;
+++ 11 de 16 -&lt;br /&gt;
+++ 12 de 16 - Delectatio &amp;quot;Nothing Left To Give&amp;quot;&lt;br /&gt;
+++ 15 de 16 - Fyze &amp;quot;Emotion&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=xCKdsXIMTF0   &amp;lt;i&amp;gt;image of two people on bench tied to airplane wing tips&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=HhHW5f9LYC8   Music to put you in a better mood- Chill lofi ~ Relax/Study/Sleep&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=4fVQnp-qGHU&lt;br /&gt;
 +++ Everbeat - &amp;quot;Vic (Wiljan Edit)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=7iY8GQKrXXM&lt;br /&gt;
*  https://www.youtube.com/watch?v=KRPb-pG9zSo   single, Aria Deep - Cygnus In The Sky [Synth Collective]&lt;br /&gt;
*  https://www.youtube.com/watch?v=pX_X1KqZ8qQ   Clear Your Mind | Beautiful Chill Mix&lt;br /&gt;
 +++ Isovert - Fade&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;* Busca &amp;quot;Summer Never Ends 137 Progressive House Mix&amp;quot; . . .&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=OoMIclmirxg   Hope | Chill Mix --- 24,940 views --- Aug 15, 2021&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 6 chillstep ===&lt;br /&gt;
&amp;lt;span id=&amp;quot;toronto_motivation_playlist__wiljan_onder&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=ODIHw8NvhEE   --- TORONTO Motivation Playlist — Energetic Chillstep Music — Make Money Mix&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* 1 de 20 - Wiljan &amp;quot;Onder&amp;quot;&lt;br /&gt;
* 5 de 20 - Tim Schaufert &amp;quot;Escape&amp;quot;&lt;br /&gt;
* 6 de 20 - Liam Thomas &amp;quot;Through The Night&amp;quot;&lt;br /&gt;
* 10 de 20 - Sapphieros &amp;quot;Dawn&amp;quot;&lt;br /&gt;
* 13 de 20 - Nathanael Schroder &amp;quot;Why Worry&amp;quot;&lt;br /&gt;
* 14 de 20 - &amp;quot;Afterlife&amp;quot;&lt;br /&gt;
* 20 de 20 - Kaj, Soundnet &amp;quot;New Age Voyager&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
https://startpage.com/av/proxy-image?piurl=https%3A%2F%2Fimages.contentstack.io%2Fv3%2Fassets%2Fblt00454ccee8f8fe6b%2Fblt1f237e7fca21c077%2F609132bcb9440f10206ebb8d%2FUS_Toronto_CA_Header.jpg%3Fwidth%3D1680%26auto%3Dwebp&amp;amp;sp=1622224074T933e639f0b6640650c6f3047dde86616ec02e48f453bc9bcec664ed2d3a8793d&lt;br /&gt;
&lt;br /&gt;
Toronto park in summer:&lt;br /&gt;
https://startpage.com/av/proxy-image?piurl=http%3A%2F%2Fgrangeparktoronto.ca%2Fwp-content%2Fuploads%2F2017%2F12%2FA-177362.jpg&amp;amp;sp=1622224293T85e2aa46aa46a57dbabce4a28f8f670179f157fd49961c461954779dd99ca5ff&lt;br /&gt;
&lt;br /&gt;
Toronto roof top or &amp;#039;near roof&amp;#039; gardens:&lt;br /&gt;
https://startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.toronto.ca%2Fwp-content%2Fuploads%2F2018%2F01%2F8e04-TGS-banner-v1.jpg&amp;amp;sp=1622224293Tb2d81c08c208ee95fdefe8a30aef1a76a255e8afbac7b0c45640c2d6c15459c5&lt;br /&gt;
&lt;br /&gt;
Aerial view of Toronto, as in chillstep music compilation:&lt;br /&gt;
https://startpage.com/av/proxy-image?piurl=https%3A%2F%2Fpbs.twimg.com%2Fmedia%2FE2FQpe2XMAg2Vcx.jpg&amp;amp;sp=1622224601T92a9ceef6147a3c2d8559a0ad3c3165e1987fdf5315045c2adb381dc71e6b258&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=tKMmMHyLBCE   Chillstep Mix 2019 [2 Hours]&lt;br /&gt;
7,222,526 views&lt;br /&gt;
•Jan 1, 2019&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  4 de n - AK &amp;quot;In The Distance&amp;quot;&lt;br /&gt;
*  5 de n - Kisnou &amp;quot;Sine Ira&amp;quot;&lt;br /&gt;
-  . . .&lt;br /&gt;
*  11 de n - AK &amp;quot;Solicity&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn_anchor_aljosha_konstanty_best_collection&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== [[#top|^]] 7 ambient ===&lt;br /&gt;
&lt;br /&gt;
2022-08-05&lt;br /&gt;
*  [https://www.youtube.com/watch?v=f8E1Ft4K3_o&amp;amp;t=1790s +++ Athene &amp;quot;Adrift&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=f88V72RuUiI&amp;amp;t=2468s   Grandyzer &amp;quot;Hunter In The Snow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Tale of a Broken Bird:&lt;br /&gt;
*  https://www.youtube.com/watch?v=1nXfniTIn10&lt;br /&gt;
&lt;br /&gt;
Aljosha Konstanty Best Collection, chill mix:&lt;br /&gt;
*  https://www.youtube.com/watch?v=2KIyY_scNxk   AK (Aljosha Konstanty): Best Collection. Chill Mix, hasta 2021-09-17 FRI 24,880 views May 27, 2019&lt;br /&gt;
&lt;br /&gt;
Best of Aljosha Konstintina, at least first four songs really strong:&lt;br /&gt;
*  https://www.youtube.com/watch?v=cH5jQv7Qmg0&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ 1 de 22 - AK &amp;quot;Fluctuant&amp;quot;&lt;br /&gt;
*  +++ 3 de 22 - [https://www.youtube.com/watch?v=cH5jQv7Qmg0&amp;amp;t=414s AK &amp;quot;Memories&amp;quot;] +++&lt;br /&gt;
*  +++ 4 de 22 - AK &amp;quot;Wanderlust&amp;quot;&lt;br /&gt;
*  +++ 7 de 22 - &amp;quot;Rameses B&amp;quot; - Butterflies (AK Remix)&lt;br /&gt;
&lt;br /&gt;
*  +++ 18 de 22 - AK and Mapps &amp;quot;The Proposal&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Algunos comentarios sobre esta compilacion de AK:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
Showcross&amp;lt;br /&amp;gt;&lt;br /&gt;
1 day ago (edited)&amp;lt;br /&amp;gt;&lt;br /&gt;
Трек Fluctuant, уносит в глубокие, далёкие просторы природы, где красивые леса, величественные горы, голубое небо и отличное настроение, где можно уйти в себя и помечтать о самом волнующем. Музыка просто бесподобна.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Otros anotados:&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
 1001  # https://www.youtube.com/watch?v=I2i83_cWoKQ   Martin Peter &amp;quot;Minus&amp;quot; original mix&lt;br /&gt;
 1002  # https://www.youtube.com/watch?v=cH5jQv7Qmg0   Best of AK (Aljosha Konstanty, Best of 2017) Beautiful Ambient Mix -- AK &amp;quot;Fluctuant&amp;quot; +++&lt;br /&gt;
 1003  # https://www.youtube.com/watch?v=7Hc5uloScQc   +++ 1 de n - Jan Martin &amp;quot;Hold Me Down&amp;quot; (Sodahl Remix)&lt;br /&gt;
 1004  # AK &amp;quot;Homebound&amp;quot; +++&lt;br /&gt;
 1005  # AK &amp;quot;Decades&amp;quot; +++&lt;br /&gt;
 1006  # AK, Tim Schaufert and CASHFORGOLD &amp;quot;Rewind&amp;quot; +++&lt;br /&gt;
 1007  # AK and Mapps &amp;quot;The Proposal&amp;quot; +++ +++&lt;br /&gt;
 1008  # AK &amp;quot;Discovery&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=I2i83_cWoKQ   Martin Peter &amp;quot;Minus&amp;quot; original mix&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=m4v2SsUmkeI   Martin Peter - Plus (Keith Harris remix)&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=990-kB-604A   #Ambient&lt;br /&gt;
&lt;br /&gt;
 &amp;#039;Skywalker&amp;#039; Ambient Mix&lt;br /&gt;
 1,457,590 views&lt;br /&gt;
 •Sep 17, 2018&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 2 de n - Ed Carlsen &amp;quot;Otto&amp;quot;&lt;br /&gt;
* +++ 6 de n - Hyphex &amp;quot;Fading Light&amp;quot;&lt;br /&gt;
* +++ 7 de n - Mvnners &amp;quot;Camden&amp;quot;&lt;br /&gt;
* +++ 8 de n - Kysnou &amp;quot;Cycle&amp;quot;&lt;br /&gt;
 ...&lt;br /&gt;
* +++ 02:01:49 m de n - Flame Shapes &amp;quot;Beginnings&amp;quot;&lt;br /&gt;
* +++ m2 de n - Jameson Nathan Jones feat. Hannah Sumner &amp;quot;Fallen&amp;quot;&lt;br /&gt;
 ...&lt;br /&gt;
* +++ Bedroom &amp;quot;A Subtle Lapse In Time&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* +++ Tambour &amp;quot;Silhouhettes&amp;quot;&lt;br /&gt;
 ...&lt;br /&gt;
* +++ Tom Hartney &amp;quot;Moonlight&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=jXZAbnn1kTU&lt;br /&gt;
&lt;br /&gt;
Norway . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=XEfDYMngJeE&lt;br /&gt;
Beautiful Relaxing Music • Norwegian Nature &amp;amp; Violin, Flute, Piano &amp;amp; Harp Music&lt;br /&gt;
11,795,309 views&lt;br /&gt;
•Sep 23, 2017&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 8 transient ===&lt;br /&gt;
&lt;br /&gt;
Transient . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=JG12TRur8fA  &amp;quot;Transience | Chill Mix&amp;quot; posted 2021 July 8&lt;br /&gt;
+++ AK &amp;quot;Take A Break&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Hello Meteor ===&lt;br /&gt;
&lt;br /&gt;
Hello Meteor electronic music . . .&lt;br /&gt;
&lt;br /&gt;
2022-08-24&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=G5sJoQm9wP0&lt;br /&gt;
&lt;br /&gt;
2022-08-12&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=zQwkIemTisY&amp;amp;t=425s Hello Meteor &amp;quot;Line Without Site&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=557s Hello Meteor &amp;quot;Jolly Dry Laundromat&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=yF7oH4wT5J4&amp;amp;t=161s Hello Meteor &amp;quot;Cascade Night&amp;quot;&lt;br /&gt;
&lt;br /&gt;
- - -&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=rfHJsumbleY   &amp;quot;Glass and River Stones&amp;quot;&lt;br /&gt;
*  https://www.youtube.com/watch?v=hSvyz6gFY2I   &amp;quot;Where The Light Goes&amp;quot;&lt;br /&gt;
*  https://www.youtube.com/watch?v=R-enqPl3bIc   &amp;quot;Dana Point&amp;quot;&lt;br /&gt;
*  https://www.youtube.com/watch?v=Tk5_Zsw0Y-s&lt;br /&gt;
*  https://www.youtube.com/watch?v=3tCOLjlf3xE   &amp;quot;The Jade Figurine&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=76TKOxjbgNQ   &amp;quot;Glass Palms&amp;quot; +++&lt;br /&gt;
*  https://www.youtube.com/watch?v=QOsIuj19JLc   &amp;quot;Rain At The Marina&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LRoXAHoBdBU   &amp;quot;Radiant Persephone&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
2022-08-08&lt;br /&gt;
*  https://www.youtube.com/watch?v=YvsrhTxRRSg   The Coastal Obscure (full album)&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=YvsrhTxRRSg&amp;amp;t=630s  The Coastal Obscure specific song +++&lt;br /&gt;
*  https://www.youtube.com/watch?v=YvsrhTxRRSg&amp;amp;t=1628s  The Coastal Obscure specific song +++&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 9 Lo-Fi ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ghejJRZ0UFM   A winter afternoon ~ Lofi hip hop mix ~ beats to relax/study to ~ focus music&lt;br /&gt;
&lt;br /&gt;
Dragon&amp;#039;s Breath:&lt;br /&gt;
*  https://www.youtube.com/watch?v=NF92Wqefgv8&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=YrcyW38bUVI   Endless Sunday 2 🎲 [lofi / jazz / instrumental hip hop beats]&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Loi731DwqbM    #Tunable #beatsto #Lofihiphop&lt;br /&gt;
Start a new day ~Lofi hip hop mix~ beats to relax/study to ~ focus musi &lt;br /&gt;
* Aso &amp;quot;Caught In The Rain&amp;quot;&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
*  ultimo de n - Evil Needle, Mischa &amp;quot;Dreams&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=QbQYydQXARU&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  ~01:07:53&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=qsdzdUYl5c0   Summer Feelings&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  00:13:57 Grisp x C4C &amp;quot;Meridienne&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=GsLRrmnJXF8&lt;br /&gt;
 #Tunable #beatsto #Lofihiphop&lt;br /&gt;
 Chill Lo-fi Hip-Hop Beats ~Lofi Hip Hop Chillhop Music Mix ~ Beats to relax/study to&lt;br /&gt;
&lt;br /&gt;
==== [[#top|^]] edit point ====&lt;br /&gt;
2021-08-05 THUR&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=PN15QbjN_-4   5:30 PM LOOK AT THE CITY ~Lofi hip hop mix~&lt;br /&gt;
*  https://www.youtube.com/watch?v=L075FL5iG_g   Feel free to think ~ Chill Lo-fi Hip-Hop Beats ~ Beats to relax/study to&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 8 de n - [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=1004s Blue Wednesday, Dillan Witherow &amp;quot;Seafoam&amp;quot;]&amp;lt;br /&amp;gt;&lt;br /&gt;
+++ 9 de n - Sleepy Fish &amp;quot;Woodpecker&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
+++ 14 de n - [https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=1974s Sleepy Fish &amp;quot;Sunbreak&amp;quot;] +++&amp;lt;br /&amp;gt;&lt;br /&gt;
+++ Ruck P, Shuko &amp;quot;5 am&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Downtown Vol.2 | JazzHop&lt;br /&gt;
*  https://www.youtube.com/watch?v=rACbr2ezLFk  . . . with evening rainy painting of San Francisco hillside and trolly&lt;br /&gt;
&lt;br /&gt;
Japanese Lo-Fi Hip Hop&lt;br /&gt;
*  https://www.youtube.com/watch?v=EEINHtysOdI  MUGEN 「 無限 」 ☯ japanese lofi hip hop mix ☯ relaxing lo-fi music to relax / study to&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
+++ 8 de n - Naga x Nuver &amp;quot;Summer Breeze&amp;quot;&lt;br /&gt;
+++ 16 de n - SNUG &amp;quot;Reunion&amp;quot;&lt;br /&gt;
+++ 22 de n - Tophat Panda &amp;quot;Homecoming&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment - close of section &amp;#039;Lo-Fi&amp;#039; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn_anchor_chillhop&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--kupla-x-philanthrope--evening-tide&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] 9&amp;amp;#xBE; Chillhop ===&lt;br /&gt;
&lt;br /&gt;
2025-08-18 lunes&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=8iU8LPEa4o0&amp;amp;list=RD8iU8LPEa4o0&amp;amp;start_radio=1&amp;amp;t=3092s Chill Study Beats 4 - jazz and lofi hiphop mix 2017&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=98MQOJWdEME &amp;amp;nbsp; Warm summer nights • instrumental hip hop - chillhop - lofi hip hop mix&amp;lt;span id=&amp;quot;nn-anchor-philanthrope-archie-demo&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 4 de n - [https://www.youtube.com/watch?v=98MQOJWdEME&amp;amp;t=384s Philanthrope &amp;quot;Archie (Demo)&amp;quot;]&lt;br /&gt;
* +++ 6&lt;br /&gt;
* +++ 10 de n - 10..Kupla x Philanthrope &amp;quot;Evening tide&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ovN0XZvkmY0 &amp;amp;nbsp; I am very happy to have you with me~ Lofi hip hop/Chillhop/Jazzhop - Lofi beats to relax/study/sleep&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 00:21:51 Sleepy Fish &amp;quot;The Noise In Pictures&amp;quot;&lt;br /&gt;
* +++ Philanthrope, Ian Ewig, Sleepy Fish &amp;quot;Plants&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== [[#top|^]] edit point ====&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--chillhop-yearmix-2019&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=s49CT4DTAkw &amp;amp;nbsp; Chillhop Yearmix 2019 ☕️ jazz beats &amp;amp; lofi hip hop&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 1 de n - No Spirit &amp;quot;Careless&amp;quot;&lt;br /&gt;
* +++ 2 de n - dryhope &amp;quot;White Oak&amp;quot;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--sworn--flower&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ 14 de 57 ~00:30:40 - [https://www.youtube.com/watch?v=s49CT4DTAkw&amp;amp;t=1835s Sworn &amp;quot;Flower&amp;quot;]&lt;br /&gt;
* +++&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--blue-wednesday-shopan--murmuration&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ 16 de n ~00:35:39 - Blue Wednesday, Shopan &amp;quot;Murmuration&amp;quot; +++ &amp;lt;i&amp;gt;Holy s**t good composition!&amp;lt;/i&amp;gt;&lt;br /&gt;
* +++&lt;br /&gt;
&lt;br /&gt;
* +++ m de n - L&amp;#039;indecis &amp;quot;Second Wind&amp;quot;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--yasper--good-friends&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ m de n ~01:05:30 - Yasper &amp;quot;Good Friends&amp;quot;&lt;br /&gt;
* +++&lt;br /&gt;
* +++ m de n ~00:59:30 - Goosetaf &amp;quot;Timelapse&amp;quot; feat. Slowya.roll&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--junior-state--nice-and-easy&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ m de n ~01:24:45 - junior state &amp;quot;Nice and Easy&amp;quot;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--philanthrope-y-sleepy-fish--space-cadet&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ m de n ~01:32:31 - [https://www.youtube.com/watch?v=s49CT4DTAkw&amp;amp;t=5545s Philanthrope, Sleepy Fish &amp;quot;Space Cadet&amp;quot;]&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--yasper--move-together&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* +++ m de n ~01:45:30 - [https://www.youtube.com/watch?v=s49CT4DTAkw&amp;amp;t=6523s Yasper &amp;quot;Move Together&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=yUpl_HQrBnM &amp;amp;nbsp; 📚 Chill Study Beats 5 • jazz &amp;amp; lofi hiphop Mix [2018]&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
* +++ 10 de n  Hm Surf &amp;quot;Swix&amp;quot; &amp;amp;nbsp; &amp;amp;nbsp; https://www.youtube.com/watch?v=fdvOa4Ges84 . . . Swix single&lt;br /&gt;
* +++ 11 de n  Philanthrope &amp;quot;Satoshi (Unreleased)&amp;quot;&lt;br /&gt;
* +++ 12 de n  FloFilz &amp;quot;Blue Orchard&amp;quot; +++&lt;br /&gt;
13&lt;br /&gt;
14&lt;br /&gt;
15 Santpoort &amp;quot;Rolling Down This Lazy Wave&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--cancion--philanthrope-y-sleepy-fish--space-cadet--2&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=SMgWHnDMHvU&lt;br /&gt;
&lt;br /&gt;
G Mills slippery slope:&lt;br /&gt;
*  https://www.youtube.com/watch?v=r306pcoEUmo&lt;br /&gt;
&lt;br /&gt;
==== [[#top|^]] H M Surf Mujura edit point ====&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=JrxsORGaArQ けｍ SURF - Mujura [Full Album]&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  3 de n - Mujura Hm Surf &amp;quot;Cloudy&amp;quot; +++&lt;br /&gt;
*  9 de n - Mujura Hm Surf &amp;quot;Making Love and Sweet Noodles&amp;quot; ft. Paul +++&lt;br /&gt;
*  11 de n - Mujura HM Surf &amp;quot;Swamp Fever&amp;quot; +++&lt;br /&gt;
*  14 de n - &amp;quot;Sleeping In The Car&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;chillmix_lofi_little_soul&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] 10 Chill Beats Lofi - Little Soul and Others ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=CLeZyIID9Bo&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=tutZKLeGrCs&amp;amp;t=1217s&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;chillmix_lofi_little_soul_2&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=2NqfhsXH1II &amp;amp;nbsp; #LittleSoul :: Music makes you happy early in the morning~ Chill beats - lofi / relax / study&lt;br /&gt;
Chapters of this youtube video:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ 3 de m - Chaach &amp;quot;Polaroid&amp;quot;&lt;br /&gt;
*  +++ 4 de m - C4C &amp;quot;Jasmine&amp;quot;&lt;br /&gt;
*  +++ 5 de m - C4C &amp;quot;Patient&amp;quot; ft Jordy Chandra&lt;br /&gt;
&lt;br /&gt;
*  +++ ~33 de m - Loafy Building &amp;quot;Moonglow w/ Mondo Loops&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  +++ n de m - tysu &amp;quot;Cloudburst&amp;quot; w/ Spencer Hunt&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=uEa7dvGx9M8   ...image of Golden Gate bridge at night&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=5MgyIW63Ja8   Music to put you in a better mood - Lofi playlist for study, relax, stress relief&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=EdOVfo5L64A&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ Lomtre &amp;quot;Summer Evenings&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=TkHr9sd41q8&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  +++ Kalaido &amp;quot;Stars And Chimney&amp;quot;&lt;br /&gt;
*  +++ Lomtre &amp;quot;Summer Evenings&amp;quot; . . . this song in other compilations.&lt;br /&gt;
*  +++ Jfbm &amp;quot;Sun Tea Sunset&amp;quot; from the Waterfall Dreams Compilation&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn-anchor--creative-self--last-train-home&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*  [https://www.youtube.com/watch?v=TkHr9sd41q8&amp;amp;t=3720s +++ ~01:02:45 Creative Self &amp;quot;Last Train Home&amp;quot;]&lt;br /&gt;
*  +++ Ayoen &amp;quot;Why Didn&amp;#039;t You Call Me&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=6wcKCdpelaU &amp;amp;nbsp; Philanthrope - Waking Dreams [Full BeatTape]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Sleepy Fish and Swørn ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=I73RlXq6UjI&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=18&lt;br /&gt;
*  https://www.youtube.com/watch?v=b8yyBXy8FE4&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=16   Swørn - Escapade [full EP]&lt;br /&gt;
*  https://www.youtube.com/watch?v=L075FL5iG_g&amp;amp;t=6015s&lt;br /&gt;
&lt;br /&gt;
Juan Rios - Meraki 🌴🌙🚣 [chillhop / lofi hiphop]:&lt;br /&gt;
*  https://www.youtube.com/watch?v=7RjkUXm_4uQ&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=27    +++ Juan ... &amp;quot;Suadade&amp;quot; +++&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Philanthrope ===&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=wmNyN1XN9-8&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=48   Philanthrope - Cabin in the Woods [lofi beats]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Hello Meteor electronic ==&lt;br /&gt;
&lt;br /&gt;
 1008  # https://www.youtube.com/watch?v=mNAH-ghOin8 Hello Meteor 2021 compilicion&lt;br /&gt;
 1009  # https://www.youtube.com/watch?v=mNAH-ghOin8&amp;amp;t=2108s Hello Meteor &amp;quot;Melon Skies&amp;quot;&lt;br /&gt;
 1010  # https://www.youtube.com/watch?v=JUeT0IHUuWs&amp;amp;t=2434s Hello Meteor &amp;quot;Seven Thousand Years&amp;quot;&lt;br /&gt;
 1011  # https://www.youtube.com/watch?v=zQwkIemTisY&amp;amp;t=425s Hello Meteor &amp;quot;Line Without Site&amp;quot;&lt;br /&gt;
 1048  # https://www.youtube.com/watch?v=zQwkIemTisY&amp;amp;t=1958s&lt;br /&gt;
 1049  history | grep www&lt;br /&gt;
 1050  # www Hello Meteor &amp;quot;Marbled Murrelet&amp;quot;&lt;br /&gt;
 1051  history | grep www&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Megahits ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=JBmfR-5sU8Q   Mega Hits 2021🌱Best Of Vocal Deep House Music Mix 2021🌱 Summer Music Mix 2021 #82&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment - close of section &amp;#039;Megahits&amp;#039; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Relajante ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=BHACKCNDMW8   3 Hours of Amazing Nature Scenery &amp;amp; Relaxing Music for Stress Relief.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment - close of section &amp;#039;Relajante&amp;#039; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] RnB and Gospel ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=KdOJUp9hdGI   Soul deep collection - Modern soul - The best songs to lift your mood - Best soul of the time 🎵&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=kXIX5vHYjiM   Funky Uplifting R&amp;amp;B Mix Vol 7&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Jv8IqJm6q7w   So Will I - Cross Worship feat. Osby Berry&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=3VNm3rGXPXs   #neosoul #long #mix&lt;br /&gt;
⌚ 1 HOUR of NEO SOUL Instrumental Music (Relaxing / Calming / Chill) LONG MIX&lt;br /&gt;
1,403,209 views&lt;br /&gt;
•Dec 13, 2020&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Rico Barrino - California:&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=ozEAEZrG71w   California (Super Mega Mix) 2016 - T.I. Bun B, Colonel Loud, Paul Wall, Snoop Dogg&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=aoX3-Vv_ra4   ~Jhene Aiko,~💛 Greatest Hits 2021 - Full Album Playlist Best Songs 2021&lt;br /&gt;
&lt;br /&gt;
Lo-Fi Hiphop . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=y_azmK6r-5c&lt;br /&gt;
*  https://www.youtube.com/watch?v=EVzoCmhwdCU   Summer Surf | Chill Mix&lt;br /&gt;
&lt;br /&gt;
2021-10-27&lt;br /&gt;
*  https://www.youtube.com/watch?v=tJXPfNDVF4I  DJ Snake, Ms Blackpink . . .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Rap ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=5BzizXe_WWc&amp;amp;list=RDGMEMHDXYb1_DDSgDsobPsOFxpA&amp;amp;index=7   213 - So Fly 5,625,340 views•Mar 17, 2011&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LPp1BaQ1xh8   Nelly &amp;quot;American Dream&amp;quot;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
https://paroles2chansons.lemonde.fr/paroles-nelly/paroles-american-dream.html&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=iO476kD-k0g  #Chingy​ #RightThurr​ #Remastered&lt;br /&gt;
Chingy - Right Thurr (Official Music Video)&lt;br /&gt;
42,820,986 views•Feb 24, 2009&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=aJEzl31zL-I   Ying Yang Twins &amp;quot;Salt Shaker&amp;quot;&lt;br /&gt;
&lt;br /&gt;
2025-02-19&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=WH0gnMsRJE8&amp;amp;t=691s Omni and Ballyhoo full album&lt;br /&gt;
&lt;br /&gt;
2023-03-13&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=14lCuHREDLw   Omni &amp;quot;Back At It&amp;quot; featuring Mykah 9&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=WH0gnMsRJE8  Ballyhoo Myka 9 IAmOmni&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
(1) I&amp;#039;m back it, exercising all my bad habits&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
My eyes cold burgandy I&amp;#039;m distant&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You know what I mean I mean&amp;lt;br /&amp;gt;&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
If it ain&amp;#039;t broke why bother it?&amp;lt;br /&amp;gt;&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
Peace rallies wavin&amp;#039; the flag&amp;lt;br /&amp;gt;&lt;br /&gt;
Not the red white &amp;#039;n&amp;#039; blue ****, my people on some new ****&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tryin&amp;#039; to get into somethin&amp;#039;, . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chorus:&amp;lt;br /&amp;gt;&lt;br /&gt;
Never tell a copper where I got my bud from&amp;lt;br /&amp;gt;&lt;br /&gt;
Never turn my back on where I got my love from&amp;lt;br /&amp;gt;&lt;br /&gt;
It isn&amp;#039;t what you thought it was, huh&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
You don&amp;#039;t know who you can trust, huh&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
I already know&amp;lt;br /&amp;gt;&lt;br /&gt;
Tell me what you thinkin&amp;#039;, tell me what your reason&amp;lt;br /&amp;gt;&lt;br /&gt;
You must been drinkin&amp;#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
I dont&amp;#039; give a **** I&amp;#039;m from the deep end&amp;lt;br /&amp;gt;&lt;br /&gt;
Wait until tomorrow rest your sleepy hollow head&amp;lt;br /&amp;gt;&lt;br /&gt;
Blink the moment gone, drop the beat and blink the moment gone&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
I blast at it, by my mathematics&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kidnap pull out the hatchet, I wanna talk to Margaret Thatcher&amp;lt;br /&amp;gt;&lt;br /&gt;
An&amp;#039; have it be known that I&amp;#039;m a man of stature&amp;lt;br /&amp;gt;&lt;br /&gt;
I&amp;#039;m not an amateur when I&amp;#039;m in the zone&amp;lt;br /&amp;gt;&lt;br /&gt;
I capture the essence of tone to damage the clones&amp;lt;br /&amp;gt;&lt;br /&gt;
and banish alone the master.&amp;lt;br /&amp;gt;&lt;br /&gt;
Every element of chrome flashes from beretta wetter . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
. . . the car crashes, disaster&amp;lt;br /&amp;gt;&lt;br /&gt;
area, you give the wrong answer to the password question&amp;lt;br /&amp;gt;&lt;br /&gt;
we carry you out faster.&amp;lt;br /&amp;gt;&lt;br /&gt;
In revolutionary interrogation I be the box&amp;lt;br /&amp;gt;&lt;br /&gt;
I&amp;#039;m a fine actor, Mykah Nine rappa cops&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Chorus: . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(2)&amp;lt;br /&amp;gt;&lt;br /&gt;
I&amp;#039;m rolling on, that double headlight might roll up&amp;lt;br /&amp;gt;&lt;br /&gt;
and that stretched out body and I&amp;#039;m just yankin&amp;#039; on the throttle . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
. . . riding with no helmet or goggles&amp;lt;br /&amp;gt;&lt;br /&gt;
I drink a bottle of hypnotics start to weeble and wobble&amp;lt;br /&amp;gt;&lt;br /&gt;
two clicks down four clicks up on the clutch . . .&amp;lt;br /&amp;gt;&lt;br /&gt;
I&amp;#039;m hittin&amp;#039; corners with the ground and my kneecaps touch&amp;lt;br /&amp;gt;&lt;br /&gt;
Close brush with death he tried to cut me off with a left turn&amp;lt;br /&amp;gt;&lt;br /&gt;
close brush with death&amp;lt;br /&amp;gt;&lt;br /&gt;
. . .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
.&amp;lt;br /&amp;gt;&lt;br /&gt;
.&amp;lt;br /&amp;gt;&lt;br /&gt;
.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(1)&amp;lt;br /&amp;gt;&lt;br /&gt;
...caught a spark in the ally . . .&lt;br /&gt;
&lt;br /&gt;
...put the hourglass back in a&amp;lt;br /&amp;gt;&lt;br /&gt;
Snatched the pebble out yo&amp;#039; hand before it closes&amp;lt;br /&amp;gt;&lt;br /&gt;
put it back in yo&amp;#039; hand before it opens&amp;lt;br /&amp;gt;&lt;br /&gt;
Ducati&amp;#039;s is gassed up&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Meet me on the coast where the sky meets the ocean&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Ivory Coast music ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=f4nvGek9GsM   Serge Beynaud - Kabableke - Clip officiel ++++&lt;br /&gt;
*  https://www.youtube.com/watch?v=-QC5GKt21HU   Tour 2 Garde - Makassa (Official Video HD)&lt;br /&gt;
*  https://www.youtube.com/watch?v=TAIwGw1paIc   Ballaké Sissoko &amp;amp; Vincent Ségal &amp;quot;a benim kahve sesli, ince sızım&amp;quot; 27/07/2010&lt;br /&gt;
*  https://www.youtube.com/watch?v=PChit7-k35w   AFRICAN MUSIC FOR MEDITATION III - KORA INSPIRATIONS-0V0gq8DF2-0&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
~00:39:00 +++&lt;br /&gt;
~00:55:00 +++ drone instruments y flauta bansuri&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=MZSlpPK5LdM   Move Dadaas&lt;br /&gt;
*  https://www.youtube.com/watch?v=VjpUGrnxepk&amp;amp;list=RDMZSlpPK5LdM&amp;amp;index=2&lt;br /&gt;
*  https://www.youtube.com/watch?v=g1qEPlyfNrI&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=h3nxZMdA6Q0&lt;br /&gt;
*  https://www.youtube.com/watch?v=Q6g_HubMgd0&lt;br /&gt;
*  https://www.youtube.com/watch?v=dK_Mh00IozQ   Josey - Diplome (clip officiel)&lt;br /&gt;
&lt;br /&gt;
choreografia . . .&lt;br /&gt;
*  https://www.youtube.com/watch?v=hKCh1JmY0u4   Serge Beynaud - Karidjatou - choregraphie officielle&lt;br /&gt;
*  https://www.youtube.com/watch?v=hv7zREjc9f0   Serge Beynaud - Kota na Koto - Clip officiel&lt;br /&gt;
*  https://www.youtube.com/watch?v=K3-n7Fp3Vmo   +++ BEBI PHILIP - ZEPELE ( Official Video)&lt;br /&gt;
*  https://www.youtube.com/watch?v=AsALD2Pl_PI   ...&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=TIaHfEUn9HU   +++ BEBI PHILIP feat KOFFI OLOMIDE On Va Piétiner (Clip Officiel)&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=XsFC8nRsN94   Serge Beynaud - Loko Loko - Clip officiel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=PtmmlOQnTXM   +++++ Sona Jobarteh &amp;quot;Gambia&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Irish music ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=oL2U6QX49DQ  RTE &amp;quot;The Fields Of France&amp;quot; folk song&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=UYXsEIuqPzw   WILLIE MCBRIDE - GREEN FIELDS OF FRANCE // By SAFFYRE&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
== [[#top|^]] Soundtracks ==&lt;br /&gt;
&lt;br /&gt;
Fantastic Beasts and Where to Find Them . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=SmkF4wvpH_4   Fantastic Beasts And Where To Find Them&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=SNqKBH1Yovc   Fantastic Beasts - The Crimes of Grindelwald Theme Extended&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=DyIGnlGbzM0   Best Music From &amp;quot;Fantastic Beasts and Where to Find Them&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=Y3gyTJ2cNhI   &amp;quot;A Close Friend&amp;quot; extended extended version, not a soundtrack yet part of Fantastic Beasts&lt;br /&gt;
&lt;br /&gt;
Fastastic Beasts, Leta&amp;#039;s Flashback extended mix:&lt;br /&gt;
*  https://www.youtube.com/watch?v=OK8kmQXkk_0&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lord Of The Rings . . .&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=CahOLfYxiq0 &amp;amp;nbsp; Lord of the Rings | Middle Earth Music &amp;amp; Ambience, 3 Hours&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=uBmbI8dzc-M &amp;amp;nbsp; Lord of the Rings | The Shire, Remastered Music &amp;amp; Ambience - Sunset at Bag End&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=2DS-GnlUSJg&amp;amp;t=4520s &amp;amp;nbsp; The Lord of the Rings: Ithilien Ambience &amp;amp; Music --- 91,437 views &amp;amp;nbsp;Aug 26, 2021 &amp;lt;i&amp;gt;(2021-10-05)&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] Harry Potter ===&lt;br /&gt;
&lt;br /&gt;
*  [https://www.youtube.com/watch?v=WgBTKhtrYuc Harry Potter springtime at Hogwards] see ~00:25:00, ~00:46:00&lt;br /&gt;
&lt;br /&gt;
Harry Potter Ambient Music | Autumn at Hogwarts | Relaxing, Studying, Sleeping:&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=LUGqNiMvmpE  encontrado 2024-10-16, contiene variaciones y otras composiciones.&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=xVivs31VsGo   a cosy hogwarts mixtape (Harry Potter cottagecore) ✨ soundtrack, vocal and acoustic music&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=F6am4iEDez0   Wizarding World Suite | Heartfelt, Emotional and Relaxing&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:12:50&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:17:30&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:25:34 Harry and Hermione sitting inside on tower steps&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:39:00 Leta&amp;#039;s Confession&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; +++ ~00:57:30 A Window To The Past&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
*  https://www.youtube.com/watch?v=_v4cgUVBsi4   Hogwarts Great Hall | Harry Potter Music &amp;amp; Ambience --- 1,744,327 views --- Premiered Dec 4, 2020&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=rPt79QYxXEc&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;amp;num;&amp;lt;!--#--&amp;gt;HarryPotter #Soundtrack #Ambience&lt;br /&gt;
Harry Potter Ambient Music | Hogwarts | Relaxing, Studying, Sleeping&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=pYVQqNZqix0   Wizarding World Suite III | Heartfelt, Emotional and Relaxing&lt;br /&gt;
&amp;amp;nbsp; 76,814 views&lt;br /&gt;
&amp;amp;nbsp; •Sep 3, 2020&lt;br /&gt;
&lt;br /&gt;
Interesting variations on Harry Potter soundtrack songs:&lt;br /&gt;
*  https://www.youtube.com/watch?v=oDIYy6iyaAo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*  https://www.youtube.com/watch?v=qQEY0y1U-QI&lt;br /&gt;
Thomas Newman Suite | Heartfelt, Emotional and Relaxing&lt;br /&gt;
78,147 viewsPremiered Nov 8, 2020&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] A mover : перемещать ==&lt;br /&gt;
&lt;br /&gt;
*  https://developer.arm.com/documentation/ddi0432/c/programmers-model/instruction-set-summary   ARM Cortex-M0 instruction set&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] A visitar ==&lt;br /&gt;
&lt;br /&gt;
2023-05-14 - 2023-05-17:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
# https://www.youtube.com/watch?v=LBf4ZZmUq84&amp;amp;t=930s  Sunlight Project &amp;quot;Anahata&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=tawei3fAHcE  10 Years Of Alex H (3 Hour Mix) Part II&lt;br /&gt;
# https://www.youtube.com/watch?v=tawei3fAHcE  ~00:46:30, ~00:54:30&lt;br /&gt;
#&lt;br /&gt;
# https://www.youtube.com/watch?v=Rn5XyevmsDA  Summer Never Ends 180 Progressive House Mix The Chill Breath of Autumn setting in Edition&lt;br /&gt;
# https://www.youtube.com/watch?v=pWRLGMAxjPg  ... &lt;br /&gt;
# https://www.youtube.com/watch?v=RDJti6Q38-I  +++ progressive&lt;br /&gt;
# https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=4600s  Lumedelic &amp;quot;Secrets of Nature&amp;quot;&lt;br /&gt;
# https://www.youtube.com/watch?v=Ks4e8rHsGuQ&amp;amp;t=8110s  Lumedelic feat Mariami &amp;quot;Hold Me&amp;quot;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] References ==&lt;br /&gt;
HTML special characters:&lt;br /&gt;
*  https://dev.w3.org/html5/html-author/charref&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- comment --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  290  # https://www.unix.com/shell-programming-and-scripting/156443-renaming-files-sed.html&lt;br /&gt;
  334  history | grep https&lt;br /&gt;
  335  # https://www.youtube.com/watch?v=JPGce3JVyBc - Hello Meteor &amp;quot;Amber and Embers&amp;quot;&lt;br /&gt;
  336  # https://www.msn.com/en-ca/news/world/russias-nuclear-threat-why-vladimir-putin-is-probably-bluffing-analysis/ar-AA12Dfco&lt;br /&gt;
  337  # https://www.youtube.com/watch?v=l_8tXi2VuSY - Blume &amp;quot;Ambient Background Music&amp;quot;&lt;br /&gt;
  338  # https://www.youtube.com/watch?v=CahOLfYxiq0&amp;amp;t=3407s - Lord of the Rings ambient music - Music Of Middle Earth&lt;br /&gt;
  340  # https://www.youtube.com/watch?v=4_llliYdW2Y - Lord of the Rings | Rivendell Music &amp;amp; Ambience, Remastered in 4K, in Partnership with ASMR Weekly&lt;br /&gt;
  342  # https://www.youtube.com/channel/UCpnoPvd2IASOfuzsjxr_bZw&lt;br /&gt;
  343  # https://www.youtube.com/watch?v=8vnHJNjwuqg&amp;amp;t=1688s - Lord of the Rings | Gondor Music &amp;amp; Ambience&lt;br /&gt;
  432  # Marcus Dewayne McCowan Jr https&lt;br /&gt;
  466  # https://www.youtube.com/watch?v=Tk5_Zsw0Y-s&amp;amp;list=RDOHNY8WqSeww&amp;amp;index=8&lt;br /&gt;
 1062  # https://www.youtube.com/watch?v=Tt0NvY0SD1c - 1 Hour Chillout Music Mix&lt;br /&gt;
 1064  # https://www.youtube.com/watch?v=OyPK-uX1vjE - Vision | Deep Chill Music Mix&lt;br /&gt;
 1065  history | grep https&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--- end of page ---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Jobs&amp;diff=9028</id>
		<title>Jobs</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Jobs&amp;diff=9028"/>
		<updated>2026-06-09T21:43:00Z</updated>

		<summary type="html">&lt;p&gt;Ted: BairesDev tests online&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Recent linked in posts:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 2026-06-05&lt;br /&gt;
https://www.linkedin.com/jobs/view/4405283708/ Software Engineer (Zephyr RTOS) - Remote Work | REF#288953&lt;br /&gt;
&lt;br /&gt;
2026-06-09 TUE - BairesDev tests online:&lt;br /&gt;
*  https://applicants.bairesdev.com/home?redirect=%2Flogin%3Futm_source%3DEmail%26utm_medium%3DGeneral%26utm_campaign%3D13020%26utm_term%3DApplicants%2520Site%26utm_content%3DENG&amp;amp;lang=en&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2026-04-30 - Ingeniero de Desarrollo de Software Embebido - Displays/Middleware&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/jobs/view/4399686709/?skipRedirect=true&amp;amp;trk=li_Adzuna-LI-MX_MX_careers_jobsgtm_0ed00087-9ec6-49e6-8538-f0b17c5a96fb_job-dist&amp;amp;utm_medium=jobdist&amp;amp;mcid=6927713082743906305&amp;amp;utm_source=Adzuna-LI-MX&amp;amp;ePP=CwEAAAGd3ucEZNXeAixezgWubIQva28Wd7IWWVLHwjaqOqCCtv9FA4ZpMVToS0UE0i_KnjtHVzfG-EjlTZiS-FciB_RLxIE0WeyipcalKw&amp;amp;ccuid=71248287062&amp;amp;cat=r2&amp;amp;ppt=eyJhbGciOiJIUzI1NiJ9.eyJzcmNfaWQiOjUxNDE2NiwicHBfbmFtZSI6ImFwcGNhc3QiLCJjbGlja19pZCI6ImpnRXBKdDlFOFJHNGNZdFBmaklTbnciLCJzb3VyY2VfcmVmIjoiMTgxNzJfNDM5OTY4NjcwOSIsImVwb2NoIjoxNzc3NTg2MDYzfQ.L5nzuU1_CRIQn5y4fA4kPoP6Bm-KXBlknguyxt-DArk&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/in/vipanshi-chauhan-b3a71b299/recent-activity/all/&lt;br /&gt;
&lt;br /&gt;
2025-12-21&lt;br /&gt;
&lt;br /&gt;
See post by Ibtihal Hamad technical recruiter regarding CV content importance and strategy.&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/posts/ibtihal-hamad-35a7a284_hrnotesbyibtihal-humanresources-talentacquisition-activity-7406737143168937984-lnj1?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAeBdgkB1DSzFKcWTHFspg8DqkM1Lu0Av7E&lt;br /&gt;
&lt;br /&gt;
See also Vennapusa Sunil Kumar Reddy post on Embedded C Interview Questions:&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/posts/vennapusa-sunil-kumar-reddy-1a25a2298_embeddedc-embeddedsystems-firmwareengineering-activity-7406925646926553088-KDnQ?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAeBdgkB1DSzFKcWTHFspg8DqkM1Lu0Av7E&lt;br /&gt;
&lt;br /&gt;
2026-01-17&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/posts/zainsharifdevelop_over-the-past-week-ive-spoken-with-3-ctos-activity-7416766004887719936-ISkO&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/posts/zainsharifdevelop_over-the-past-week-ive-spoken-with-3-ctos-activity-7416766004887719936-ISkO?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAeBdgkB1DSzFKcWTHFspg8DqkM1Lu0Av7E&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/posts/zainsharifdevelop_ive-been-watching-whats-coming-out-of-siemens-activity-7417490929223127040-tXS4?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAeBdgkB1DSzFKcWTHFspg8DqkM1Lu0Av7E&lt;br /&gt;
&lt;br /&gt;
2026-01-28&lt;br /&gt;
&lt;br /&gt;
What is the company Bolt Innovation Management? . . .&lt;br /&gt;
&lt;br /&gt;
  1 /*&lt;br /&gt;
  2  * Copyright (c) 2019 Bolt Innovation Management, LLC&lt;br /&gt;
  3  *&lt;br /&gt;
  4  * SPDX-License-Identifier: Apache-2.0&lt;br /&gt;
  5  */&lt;br /&gt;
  6 &lt;br /&gt;
  7 #ifndef ZEPHYR_INCLUDE_FS_LITTLEFS_H_&lt;br /&gt;
  8 #define ZEPHYR_INCLUDE_FS_LITTLEFS_H_&lt;br /&gt;
&lt;br /&gt;
== Continuing Education ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.reddit.com/r/embedded/comments/16bj6wf/embedded_focused_online_masters_programs/&lt;br /&gt;
&lt;br /&gt;
*  https://www.snycosmos.com/best-master-programs-in-embedded-systems-in-europe/&lt;br /&gt;
&lt;br /&gt;
2026-05-20 miercoles&lt;br /&gt;
&lt;br /&gt;
*  https://web.ub.edu/en/web/estudis/w/specificmasterdegree-202411599&lt;br /&gt;
&lt;br /&gt;
2.&lt;br /&gt;
&lt;br /&gt;
*  https://beyondthestates.com/masters_programs/subjects/electronics-embedded-technology-engineering-engineering-technology/&lt;br /&gt;
&lt;br /&gt;
Lista de universidades en Espana&lt;br /&gt;
&lt;br /&gt;
*  https://www.study.eu/city/madrid&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 --------- --------- --------- --------- --------- --------- --------- ---------j&lt;br /&gt;
Program-Specific Questions&lt;br /&gt;
Applicant Questionnaire&lt;br /&gt;
The applicant questionnaire is your opportunity to tell us about your interest and preparation for graduate work. The ECE Department&amp;#039;s Admissions Committee often considers the information on this questionnaire to be the deciding factor on whether or not to admit.&lt;br /&gt;
&lt;br /&gt;
Please type your answer within the text boxes provided. Additional pages will not be considered.&lt;br /&gt;
&lt;br /&gt;
The ECE field has many different technical areas of emphasis such as integrated circuit design, computer architecture, power engineering, signal processing and so on. Of all the possible ECE technical areas, which one interests you the most? Be specific and tell us how you originally became interested in a particular technical area.&lt;br /&gt;
￼&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
+------------------------------------------------+&lt;br /&gt;
|                                                |&lt;br /&gt;
+------------------------------------------------+&lt;br /&gt;
In the world of electrical and computer engineering, the development of embedded systems interests me to the greatest degree.  As a student returning from career and family life, I have lived enough seasons to see the progression of embedded systems evolve from primarily 8-bit microcontrollers with few peripherals to remarkably powerful 32-bit MCUs with tens of on-chip peripherals and multiple cores.  The appearance and evolution of real time operating systems has also expanded the realm of embedded systems.  The future development of programmatic elements of embedded systems, for example Zephyr RTOS, is of particular interest to me.  I&amp;#039;m interested to learn where and how new SoC, peripheral and sensor support could be streamlined, as hardware is evolving quickly and Zephyr RTOS project already employs languages like device tree source and Kconfig to abstract hardware and configuration choices away from specific application logic.  But more than anything I am curious to learn what areas in embedded systems graduate studies the program at Maseeh College of Engineering would find most fitting for the path I&amp;#039;ve taken so far and wish to pursue moving forward.&lt;br /&gt;
&lt;br /&gt;
In the world of electrical and computer engineering, the development of embedded systems interests me to the greatest degree.  As a student returning from career and family life, I have lived enough seasons to see the progression of embedded systems evolve from primarily 8-bit microcontrollers with few peripherals to remarkably powerful 32-bit MCUs with tens of on-chip peripherals and multiple cores.  The appearance and evolution of real time operating systems has also expanded the realm of embedded systems.  The future development of programmatic elements of embedded systems, for example Zephyr RTOS, is of particular interest to me.  I&amp;#039;m interested to learn where and how new SoC, peripheral and sensor support could be streamlined, as hardware is evolving quickly and Zephyr RTOS project already employs languages like device tree source and Kconfig to abstract hardware and configuration choices away from specific application logic.  But more than anything I am curious to learn what areas in embedded systems graduate studies the program at Maseeh College of Engineering would find most fitting for the path I&amp;#039;ve taken so far and wish to pursue moving forward.&lt;br /&gt;
&lt;br /&gt;
(2) What are your long-term career goals?&lt;br /&gt;
+------------------------------------------------+&lt;br /&gt;
|                                                |&lt;br /&gt;
+------------------------------------------------+&lt;br /&gt;
My long term career goals are to continue to develop my knowledge of embedded systems and their constituent technologies, both hardware and software.  I anticipate working another twelve to fifteen years or longer.  When leadership and architectural planning roles become available I want to have a deeper and broader knowledge I may bring to bear in those roles.  I also want to prepare myself to apply for possible teaching roles.  While I know that university level instructor positions are fiercely competitive I have long had interest in teaching, and have enjoyed giving training in previous job roles which I held.  I would like to open this set of doors in addition to investing for the long term in being a stronger and more knowledgeable embedded engineer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(3) You already have, or shortly will have, a bachelor&amp;#039;s degree. Why do you want to pursue a master&amp;#039;s degree?&lt;br /&gt;
+------------------------------------------------+&lt;br /&gt;
|                                                |&lt;br /&gt;
+------------------------------------------------+&lt;br /&gt;
Coming from career life, I have a better appreciation of learning opportunities, of when and how they arise and that they are often less common to find in work life than in school.  School life provides learning in a full time sense, every week and every term.  Work life can have periods of intense learning, but roles and projects often becomes more focused over time making it a challenge to keep abreast of technological trends and developments on ones own.&lt;br /&gt;
&lt;br /&gt;
Volunteering in technical groups and activities can help, but there are limits to continued learning without making a renewed investment in formal education.&lt;br /&gt;
&lt;br /&gt;
My goal in applying for a graduate program is to infuse my base of knowledge and experience with a period of focused learning and exploration, and intellectual development.  For the career years ahead of me which I have I would like to make a greater and more meaningful impact.  I believe that graduate level studies will inform and strengthen me to achieve these goals.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Which track most closely aligns with your interests? Please note that your answer has no impact on admissions decisions.&lt;br /&gt;
(this is a drop down menu item)&lt;br /&gt;
[x] Embedded Systems&lt;br /&gt;
&lt;br /&gt;
Recommendations&lt;br /&gt;
Please note, this program requires three recommendations. &lt;br /&gt;
&lt;br /&gt;
Students who are enrolled in our Bridge Program will have the letters of recommendation waived. Bridge students should first confirm with the ECE Department that it is time to apply to the MS program. For the next section please put the recommenders&amp;#039; email as eceinfo@pdx.edu and the name as &amp;#039;Bridge Student&amp;#039; or something similar, it does not need to be exact. Please do this for all three recommendations. We will get notified and check your application and waive these requirements.&lt;br /&gt;
￼Continue&lt;br /&gt;
￼&lt;br /&gt;
© 2026 Portland State University | Privacy&lt;br /&gt;
&lt;br /&gt;
 --------- --------- --------- --------- --------- --------- --------- ---------&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
ENTRY 2026-05-12&lt;br /&gt;
&lt;br /&gt;
Inotec Forestry and Seed Coating Company, Iceland&lt;br /&gt;
&lt;br /&gt;
Privacy Policy:&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
Privacy &amp;amp; Cookies&lt;br /&gt;
Here at Land Life, we take your privacy seriously. We, therefore, are compliant with the updated privacy law (GDPR). This means we protect your data and handle it with care. In the below privacy statement we explain what we do with your personal data.&lt;br /&gt;
For questions or more information please contact info@landlifecompany.comOpens in a new tab..&lt;br /&gt;
&lt;br /&gt;
During your visit to our website, we conform to the requirements of the applicable data protection legislation. This means we:&lt;br /&gt;
&lt;br /&gt;
clearly specify our purposes before we process personal data, by using this Privacy Statement;&lt;br /&gt;
limit our collection of personal data to only the personal data needed for legitimate purposes;&lt;br /&gt;
first, ask for explicit permission to process your personal data in cases where your permission is required;&lt;br /&gt;
take appropriate security measures to protect your personal data and we demand the same from parties who process personal data on our behalf;&lt;br /&gt;
respect your right to inspect, correct or delete your personal data held by us.&lt;br /&gt;
Google analytics&lt;br /&gt;
We use Google Analytics to gather insights about the website. We choose to anonymize your IP address and force a SSL/HTTPS connection. We accepted the data processing agreement from Google. We don’t share this data with third parties. If you don’t appreciate being anonymously tracked by Google, you can prevent being tracked with the following browser extension: https://tools.google.com/dlpage/gaoptoutOpens in a new tab.&lt;br /&gt;
&lt;br /&gt;
Youtube&lt;br /&gt;
This website contains at least one YouTube plug-in; YouTube is part of Google Inc., San Bruno/California, USA. When you visit one of our pages that contains a YouTube plug-in, a connection to the YouTube servers is established. In doing so, the YouTube server receives information on which specific page you have been visiting. If you are logged in to your YouTube account when visiting our website, you allow YouTube to directly link your surfing behavior to your personal profile. To prevent this, first log off from your YouTube account. For further information on the collection and use of your data by YouTube, see YouTube’s privacy policy: https://policies.google.com/privacy?hl=en&amp;amp;gl=enOpens in a new tab.&lt;br /&gt;
&lt;br /&gt;
Privacy statement&lt;br /&gt;
We reserve the right to modify this statement. We recommend that you consult this statement on a regular basis, so that you remain informed of any changes.&lt;br /&gt;
&lt;br /&gt;
Your data&lt;br /&gt;
You can always contact us if you have any questions regarding our privacy policy.&lt;br /&gt;
&lt;br /&gt;
Signing up for updates&lt;br /&gt;
If you have subscribed to receive news and updates from Land Life you consent on receiving marketing communications from us via email. Your data will not be shared with third parties. If you decide to no longer receive communications from us, you can unsubscribe at any time. &lt;br /&gt;
&lt;br /&gt;
Complaints&lt;br /&gt;
If you think that we are not helping you in the right way, you have the right to lodge a complaint at the Online Privacy Authority. For The Netherlands, this is the Autoriteit PersoonsgegevensOpens in a new tab..&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
ENTRY&lt;br /&gt;
&lt;br /&gt;
About the job&lt;br /&gt;
&lt;br /&gt;
Dojo Five is excited to announce an opportunity for a Senior Firmware Engineer, with a passion for pushing boundaries and contributing to cutting-edge projects. Your role will see you orchestrating the lifecycle of firmware development projects, including programming, code reviews, and testing. Your unique expertise will be paramount in driving our projects to success and upholding the highest industry quality standards.&lt;br /&gt;
&lt;br /&gt;
Our dynamic projects may necessitate expertise in diverse areas. Don&amp;#039;t worry if you can&amp;#039;t tick every box - we encourage you to apply if your skillset broadly aligns with the following:&lt;br /&gt;
&lt;br /&gt;
Dojo Five Responsibilities&lt;br /&gt;
&lt;br /&gt;
    Participate in company meetings and activities as requested&lt;br /&gt;
    Provide coaching and mentoring to junior engineers&lt;br /&gt;
    Participate in branding outreach and marketing activities with expected deliverables annually&lt;br /&gt;
    Participate in recruitment activities, including group interviews and technical review, as requested or at least once annually&lt;br /&gt;
    Participate in internal training programs and provide suggestions for improvement&lt;br /&gt;
    Offer suggestions to improve company processes&lt;br /&gt;
    Adhere to company policies and procedures&lt;br /&gt;
    Manage work time independently&lt;br /&gt;
&lt;br /&gt;
Customer Responsibilities (depending on the client)&lt;br /&gt;
&lt;br /&gt;
Lead projects, including work breakdown, architectural discussion and guidance&lt;br /&gt;
Develop, program, review, and test firmware and electronics as requested&lt;br /&gt;
Maintain build systems, code repositories, and documentation&lt;br /&gt;
Maintain customer communication and prioritize quick responses &lt;br /&gt;
Develop and inform product development&lt;br /&gt;
Light soldering as requested&lt;br /&gt;
Travel &amp;lt; 10% of the time to client meetings as requested&lt;br /&gt;
Manage work time independently with some oversight from management&lt;br /&gt;
Record time and activities accurately in time tracking software&lt;br /&gt;
&lt;br /&gt;
Requirements&lt;br /&gt;
&lt;br /&gt;
Minimum Qualifications:&lt;br /&gt;
&lt;br /&gt;
    At least 5 years of relevant professional experience in embedded systems development&lt;br /&gt;
    High-level proficiency at C and C++&lt;br /&gt;
    Experience writing drivers in a bare metal environment for a variety of applications&lt;br /&gt;
    Strong communicator, experience leading discussions with clients translating business needs to requirements&lt;br /&gt;
    Experience using testing tools for embedded (Ceedling, Google Test, CppUTest, etc)&lt;br /&gt;
    Experience using Git, unit testing, automated builds, and other modern embedded workflow elements&lt;br /&gt;
    Able to read and understand schematics and debug hardware-level issues&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nice to Haves: &lt;br /&gt;
&lt;br /&gt;
    Embedded Linux (Yocto or Buildroot)&lt;br /&gt;
    C++ for embedded&lt;br /&gt;
    Cortex-A or Cortex-M&lt;br /&gt;
    Embedded Security&lt;br /&gt;
&lt;br /&gt;
Core Competencies&lt;br /&gt;
&lt;br /&gt;
Living Our Values&lt;br /&gt;
&lt;br /&gt;
    Demonstrates balance between learning depth and breadth. Shares learning with others&lt;br /&gt;
    Demonstrate confidence without arrogance with team and clients. Focuses on facts rather than blame. Avoids unnecessary drama or panic&lt;br /&gt;
    Effectively communicates good and bad news with team and with client. Recognizes misaligned expectations and is able to quickly align&lt;br /&gt;
    Challenges the status quo judiciously and is able to appropriately scope improvements&lt;br /&gt;
    Demonstrates a deep empathy with client and team needs&lt;br /&gt;
    Brings ideas to improve the happiness of others and helps champion their implementation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Mastery Of Job Skills&lt;br /&gt;
&lt;br /&gt;
    Works on problems of diverse scope where analysis of data requires evaluation of identifiable factors&lt;br /&gt;
    Demonstrates good judgment in selecting methods and techniques for obtaining solutions&lt;br /&gt;
    Increasing expertise and capability to work independently while still seeking guidance for new or unfamiliar projects or assignments&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Level of Influence&lt;br /&gt;
&lt;br /&gt;
    Influence is at the team level, providing support and leadership for a single project and the team that goes with it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Benefits&lt;br /&gt;
&lt;br /&gt;
Life-Work Balance&lt;br /&gt;
&lt;br /&gt;
You read that right-&amp;quot;Life&amp;quot; first then &amp;quot;Work&amp;quot;. Dojo Five is a remote-first company where the team works hard, but we know that balancing life with work is important to feeling great about what you do. That is why we are proud to offer the following benefits:&lt;br /&gt;
&lt;br /&gt;
    We are a mostly-distributed team. Working remotely is part of our culture&lt;br /&gt;
    Competitive salary and benefits&lt;br /&gt;
    Medical/Dental/Vision/Life - company pays 75% of the cost&lt;br /&gt;
    Internal focus on training and development - you WILL learn a LOT here&lt;br /&gt;
    Work with a diverse group of firmware professionals&lt;br /&gt;
    Offsites and team connection opportunities annually&lt;br /&gt;
&lt;br /&gt;
Our pay ranges are based on our market pay structures. However, individual salaries are determined by a variety of factors including, but not limited to: business considerations, local market conditions, and internal equity, as well as candidate qualifications, such as skills, education, and experience.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, we are unable to sponsor visa applicants at this time.&lt;br /&gt;
&lt;br /&gt;
Dojo Five is an equal opportunity employer.&lt;br /&gt;
&lt;br /&gt;
Salary range: $114,000 - $133,000&lt;br /&gt;
&lt;br /&gt;
     Disclaimer: Responsibilities and tasks outlined in this document are not exhaustive and may change as determined by the needs of the company and/or client&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
ENTRY&lt;br /&gt;
&lt;br /&gt;
Embedded engineering jobs, Malaga Spain.&lt;br /&gt;
&lt;br /&gt;
https://www.wearedevelopers.com/en/jobs/ls/spain/malaga/arm&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
ENTRY&lt;br /&gt;
&lt;br /&gt;
*  https://www.glassdoor.ca/job-listing/embedded-systems-developer-dsr-JV_IC3183562_KO0,26_KE27,30.htm?jl=1009852075848&amp;amp;utm_source=jobalert&amp;amp;utm_medium=email&amp;amp;utm_term=jac2jvar&amp;amp;utm_content=ja-jobpos3-1009852075848&amp;amp;utm_campaign=jobAlertAlert&amp;amp;tgt=GD_JOB_VIEW&amp;amp;src=GD_JOB_AD&amp;amp;uido=69923383183450E634F0D881F37BCC40&amp;amp;ao=1136043&amp;amp;jrtk=5-yul1-0-1j3vgmlu3i9fm800-d19e58a0bea44975&amp;amp;cs=1_1aaa1c54&amp;amp;s=255&amp;amp;t=JA&amp;amp;pos=101&amp;amp;ja=357202642&amp;amp;guid=00000198ff0987d78a55eb4d9005c0a2&amp;amp;jobListingId=1009852075848&amp;amp;ea=1&amp;amp;vt=e&amp;amp;cb=1756625590982&amp;amp;ctt=1756697548337&amp;amp;srs=EMAIL_JOB_ALERT&amp;amp;gdir=1&lt;br /&gt;
&lt;br /&gt;
Do you love cutting-edge tech and are passionate about engineering? Then this opportunity might be perfect for you!&lt;br /&gt;
&lt;br /&gt;
About DSR Corporation&lt;br /&gt;
&lt;br /&gt;
DSR Corporation has been the ideal end-to-end solution provider for hundreds of companies, from startups to the Fortune 500, since 1998. Since then, DSR has blossomed into 11 technical divisions, with highly-skilled, technologically-agnostic engineering resources and services in full-stack web, embedded, mobile, wireless, big data / analytics, scalable databases, system software, digital media, SSI / blockchain, and AI / computer vision. Our fully-managed teams and deep technical expertise enable us to provide world-class custom software solutions of any scale and complexity. This approach has allowed us to serve industry leaders like Netflix, Nordic Semiconductor, Seagate, Legrand, EDF, Amazon, Sysgo, and many others. The company has offices located around the world including Denver, Porto, Voronezh, Yokohama-city, and Tashkent.&lt;br /&gt;
&lt;br /&gt;
Among our own products are ZBOSS, the Zigbee software protocol stack for IoT devices, zHome framework for smart home solutions (mobile app, back-end, IoT gateway), ZBOSS Open Initiative to maintain and improve the market-leading Zigbee® PRO software platform together with heavyweight IoT market players. DSR&amp;#039;s wholly-owned subsidiary, Noema, focuses on delivering the most up-to-date and reliable AI and Computer Vision solutions for security, manufacturing, retail, healthcare and smart homes/cities businesses.&lt;br /&gt;
&lt;br /&gt;
Join our multinational team of seasoned software engineers! We&amp;#039;re passionate about tackling complex tasks and sharing our unique software development expertise, accumulated over 25 years. With well-established workflows and transparent career paths, we&amp;#039;re geared to boost your professional growth, regardless of your current experience level.&lt;br /&gt;
&lt;br /&gt;
Let&amp;#039;s change our world for the better by doing software right!&lt;br /&gt;
&lt;br /&gt;
www.dsr-corporation.com | www.dsr-iot.com | www.dsr-zboss.com | www.dsr-zoi.com | www.noema.tech&lt;br /&gt;
&lt;br /&gt;
Job description&lt;br /&gt;
&lt;br /&gt;
You will develop firmware for wireless devices (sensors and actuators) using modern IoT protocols (BLE, Zigbee, Thread). Wireless devices are integrated into existing ecosystems from Amazon, Control4, Legrand, and others. Typically, the firmware is developed for MCU or wireless SoC, bare metal or RTOS enforced. You will also communicate with our client directly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Required Skills:&lt;br /&gt;
&lt;br /&gt;
    BS degree&lt;br /&gt;
    C software development skills&lt;br /&gt;
    Experience with development and debugging firmware for MCU: RTOS/OS-less&lt;br /&gt;
    Ability to independently develop part of a software product and efficiently communicate with other team members&lt;br /&gt;
    English level Intermediate or above&lt;br /&gt;
    Ability and willingness to acquire new knowledge and skills&lt;br /&gt;
&lt;br /&gt;
Preferred skills:&lt;br /&gt;
&lt;br /&gt;
    Experience with wireless networks: Zigbee, Wi-Fi, Bluetooth, Z-Wave, etc.&lt;br /&gt;
    Experience with embedded systems based on Linux, including kernel&lt;br /&gt;
    Experience in technical team management&lt;br /&gt;
    Experience maintaining a large existing code base&lt;br /&gt;
    Optimize code size and performance, including existing code&lt;br /&gt;
    Unix-like systems administration&lt;br /&gt;
    Experience working with a distributed team&lt;br /&gt;
&lt;br /&gt;
What we offer:&lt;br /&gt;
&lt;br /&gt;
    Competitive salary and great benefits.&lt;br /&gt;
    Accelerated career growth.&lt;br /&gt;
    Flexible schedule and remote-friendly policy.&lt;br /&gt;
    Office in the center of Porto.&lt;br /&gt;
    Employer-sponsored health insurance.&lt;br /&gt;
    Strong work-life balance emphasis.&lt;br /&gt;
    Extra holidays.&lt;br /&gt;
&lt;br /&gt;
HOizc3wgtq&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
https://www.linkedin.com/posts/vipanshi-chauhan-b3a71b299_lion-ugcPost-7404590034898612228-Svaj?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAeBdgkB1DSzFKcWTHFspg8DqkM1Lu0Av7E&lt;br /&gt;
&lt;br /&gt;
View Vipanshi Chauhan’s  graphic link&lt;br /&gt;
Vipanshi ChauhanVipanshi Chauhan&lt;br /&gt;
   • 3rd+Verified • 3rd+&lt;br /&gt;
Digital Marketing l LinkedIn Account Growth | Content Creator | Open for Collab | Business administration enthusiast | BBA student at Gurugram UniversityDigital Marketing l LinkedIn Account Growth | Content Creator | Open for Collab | Business administration enthusiast | BBA student at Gurugram University&lt;br /&gt;
2d •  2 days ago • Visible to anyone on or off LinkedIn&lt;br /&gt;
&lt;br /&gt;
Follow&lt;br /&gt;
Unlocking Remote Job Opportunities in 2025&lt;br /&gt;
&lt;br /&gt;
The shift to remote work has created a surge in demand for flexible job arrangements. If you&amp;#039;re looking to join the remote workforce, here are 11 essential websites to explore:&lt;br /&gt;
&lt;br /&gt;
1. Remote4Me - Flexible remote work opportunities&lt;br /&gt;
2. FlexJobs - 26,000+ quality remote job listings&lt;br /&gt;
3. WeWorkRemotely - Top tech roles&lt;br /&gt;
4. TryRemotely - 16,000+ remote jobs&lt;br /&gt;
5. JobBoardSearch - Curated remote jobs in 200+ categories&lt;br /&gt;
6. LinkedIn - Remote job opportunities&lt;br /&gt;
7. Remotive - Vetted remote tech jobs&lt;br /&gt;
8. Working Nomads - Work-from-home opportunities&lt;br /&gt;
9. Flexa - Flexible jobs and company insights&lt;br /&gt;
10. RemoteOK - Simplified remote job search&lt;br /&gt;
11. RemoteHub - Community-driven remote job listings&lt;br /&gt;
&lt;br /&gt;
These websites will help you unlock a world of remote job opportunities in 2025.&lt;br /&gt;
&lt;br /&gt;
𝗙𝗥𝗘𝗘 (𝗚𝗼𝗼𝗴𝗹𝗲) 𝗖𝗼𝘂𝗿𝘀𝗲𝘀 𝘆𝗼𝘂 𝘄𝗶𝗹𝗹 𝗿𝗲𝗴𝗿𝗲𝘁 𝗻𝗼𝘁 𝘁𝗮𝗸𝗶𝗻𝗴.&lt;br /&gt;
&lt;br /&gt;
🔃7000+ free courses free access: https://lnkd.in/dMe3auTH&lt;br /&gt;
&lt;br /&gt;
1. Google data Analytics:&lt;br /&gt;
→ https://lnkd.in/gKa--C6V&lt;br /&gt;
&lt;br /&gt;
2. Google Project Management:&lt;br /&gt;
→ https://lnkd.in/g4bEV24s&lt;br /&gt;
&lt;br /&gt;
3. Foundations of Project Management: &lt;br /&gt;
→ https://lnkd.in/gs2qY2B3&lt;br /&gt;
&lt;br /&gt;
4. Google Introduction to Generative AI: &lt;br /&gt;
→ https://lnkd.in/giVWwAkH&lt;br /&gt;
&lt;br /&gt;
5. Google Cybersecurity: &lt;br /&gt;
→ https://lnkd.in/ggZj6nai&lt;br /&gt;
&lt;br /&gt;
6. Google UX Design:&lt;br /&gt;
→ https://lnkd.in/g8brwHcG&lt;br /&gt;
&lt;br /&gt;
 7. Google Digital Marketing &amp;amp; E-commerce:&lt;br /&gt;
→ https://lnkd.in/gbnEVdnE &lt;br /&gt;
&lt;br /&gt;
 8. Google IT Support:&lt;br /&gt;
→ https://lnkd.in/gNcMU28t&lt;br /&gt;
&lt;br /&gt;
9. Web Applications for Everybody Specialization: &lt;br /&gt;
→ https://lnkd.in/guZ7bCAx&lt;br /&gt;
&lt;br /&gt;
10. Get Started with Python:&lt;br /&gt;
→ https://lnkd.in/gK6wKa_Q&lt;br /&gt;
&lt;br /&gt;
11. Learn Python Basics for Data Analysis:&lt;br /&gt;
→ https://lnkd.in/gPvYu7tw&lt;br /&gt;
&lt;br /&gt;
12. Google Advanced Data Analytics Capstone&lt;br /&gt;
→ https://lnkd.in/gCUZfrpV&lt;br /&gt;
&lt;br /&gt;
13. Data Analysis with R Programming:&lt;br /&gt;
→ https://lnkd.in/gRuXuQKs&lt;br /&gt;
&lt;br /&gt;
14. IBM Full Stack Software Developer Professional Certificate:&lt;br /&gt;
→ https://lnkd.in/gVJARiPr&lt;br /&gt;
&lt;br /&gt;
15. Introduction to Web Development with HTML, CSS, JavaScript​:&lt;br /&gt;
→ https://lnkd.in/gKabB_Sz&lt;br /&gt;
&lt;br /&gt;
16. IBM Front-End Developer Professional Certificate:&lt;br /&gt;
https://lnkd.in/gEjmUjxA&lt;br /&gt;
&lt;br /&gt;
17. IBM Back-End Development Professional Certificate:&lt;br /&gt;
https://lnkd.in/gAb_TcxM&lt;br /&gt;
&lt;br /&gt;
18. IBM Python for Data Science, AI &amp;amp; Development:&lt;br /&gt;
https://lnkd.in/gM2e3Sq9&lt;br /&gt;
&lt;br /&gt;
𝐇𝐞𝐫𝐞 𝐚𝐫𝐞 𝐭𝐡𝐞 𝐭𝐨𝐩 𝐅𝐑𝐄𝐄 𝐀𝐈 𝐜𝐨𝐮𝐫𝐬𝐞𝐬 𝐭𝐨 𝐠𝐞𝐭 𝐲𝐨𝐮 𝐦𝐚𝐬𝐬𝐢𝐯𝐞𝐥𝐲 𝐚𝐡𝐞𝐚𝐝&lt;br /&gt;
AI Agent Developer Specialization:- https://lnkd.in/dqrCyqbM&lt;br /&gt;
&lt;br /&gt;
Prompt Engineering Specialization:- https://lnkd.in/dpuvrcb2&lt;br /&gt;
&lt;br /&gt;
Machine Learning Specialization:- https://lnkd.in/dkyhd9y3&lt;br /&gt;
&lt;br /&gt;
Deep Learning Specialization:- https://lnkd.in/g8YY6F6H&lt;br /&gt;
&lt;br /&gt;
Gen AI for Automation specilazation:- https://lnkd.in/d6gkdGpA&lt;br /&gt;
&lt;br /&gt;
Gen AI for software developers:- https://lnkd.in/datD66Nt&lt;br /&gt;
&lt;br /&gt;
Gen AI for product managers:- https://lnkd.in/dA-geESG&lt;br /&gt;
&lt;br /&gt;
Gen AI for bussiness consultant:- https://lnkd.in/dyjWk2De&lt;br /&gt;
&lt;br /&gt;
Gen AI for data Analyst:- https://lnkd.in/dwwhRXDC&lt;br /&gt;
&lt;br /&gt;
Gen AI for data Scientists:- https://lnkd.in/dwwhRXDC&lt;br /&gt;
&lt;br /&gt;
Follow for more such content.&lt;br /&gt;
If you found this helpful, Please repost/like.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Found on LinkedIn on 2025-12-21:&lt;br /&gt;
&lt;br /&gt;
Ibtihal HamadIbtihal Hamad&lt;br /&gt;
   • 3rd+Premium • 3rd+&lt;br /&gt;
Talent Acquisition Manager @ TotalEnergies |Recruiting, Talent Acquisition | GGIP Ratawi Hub | Basrah IraqTalent Acquisition Manager @ TotalEnergies |Recruiting, Talent Acquisition | GGIP Ratawi Hub | Basrah Iraq&lt;br /&gt;
5d • Edited •  5 days ago • Edited • Visible to anyone on or off LinkedIn&lt;br /&gt;
￼&lt;br /&gt;
Following&lt;br /&gt;
￼&lt;br /&gt;
HR Notes by Ibtihal 🦋&lt;br /&gt;
&lt;br /&gt;
Lesson One: When the CV Says “No”… but Reality Says “Yes”&lt;br /&gt;
&lt;br /&gt;
وعدتكم أشارك تجارب واقعية،&lt;br /&gt;
واليوم نبدأ بأول قصة:&lt;br /&gt;
&lt;br /&gt;
قبل فترة مو بعيدة، فتحنا بوزيشن وكان top urgent ، والوقت فعليًا كان يسبقنا.&lt;br /&gt;
&lt;br /&gt;
أعلنا عن الوظيفة، ووصلنا أكثر من 150 سيرة ذاتية.&lt;br /&gt;
وبطبعي… ما أحب أعمل screening لأول 10 أو 50 فقط.&lt;br /&gt;
أحب أعطي كل متقدم حقه، حتى لو أخذ الموضوع وقت أطول لان كل application هو حلم لشخص ما او ممكن يكون حلم عائلة.&lt;br /&gt;
&lt;br /&gt;
بعد المراجعة، كدرنا نطلع تقريبًا 12 CV تتراوح ملاءمتها من 50% إلى 100%.&lt;br /&gt;
رتبنا البروفايلات من الأعلى تقييمًا للأقل، وبدأنا جولات المقابلات.&lt;br /&gt;
&lt;br /&gt;
خلال المقابلات اكتشفنا التالي:&lt;br /&gt;
 • أشخاص Overqualified&lt;br /&gt;
 • أشخاص سيرتهم الذاتية ما تعكس خبرتهم الحقيقية&lt;br /&gt;
 • وأشخاص ممكن يكونون fit للوظيفة&lt;br /&gt;
&lt;br /&gt;
وكان من ضمنهم شخص خلّيني أسمّيه X&lt;br /&gt;
سيرته الذاتية كانت في ذيل القائمة، وبكل المقاييس الورقية… هو الأضعف.&lt;br /&gt;
&lt;br /&gt;
لما وصل دوره وسألناه:&lt;br /&gt;
“Can you please walk us through your resume?”&lt;br /&gt;
&lt;br /&gt;
بدأ يتكلم…&lt;br /&gt;
وساد الصمت على كل أعضاء الـ panel.&lt;br /&gt;
ولا واحد فينا كان متوقع إن هذا الشخص هو نفسه صاحب هذا الـ CV.&lt;br /&gt;
&lt;br /&gt;
الأسئلة التقنية؟ ممتاز.&lt;br /&gt;
الـ Soft skills؟ عالية جدًا.&lt;br /&gt;
الحضور، الفهم، والذكاء؟ ملفت جدا .&lt;br /&gt;
&lt;br /&gt;
تم اختياره للوظيفة،&lt;br /&gt;
وتم استقطاب موهبة حقيقية بكل نجاح.&lt;br /&gt;
&lt;br /&gt;
والأجمل؟&lt;br /&gt;
بعد التوظيف، بلش يثبت يوم بعد يوم إنه كان كد الثقة،&lt;br /&gt;
ولا يزال يبدع أكثر مما كنا نتوقع.&lt;br /&gt;
&lt;br /&gt;
الحقيقة المؤلمة؟&lt;br /&gt;
في ظروف مختلفة، كان ممكن يتم تجاهل سيرته الذاتية ونخسره،&lt;br /&gt;
لكن مثل ما ذكرت بالبوست السابق أحيانًا القدر يكون له رأي آخر.&lt;br /&gt;
&lt;br /&gt;
السؤال اللي يهمني:&lt;br /&gt;
كم X اليوم نخسرهم فقط لأنهم ما عرفوا&lt;br /&gt;
شلون يعرّفون عن نفسهم، موهبتهم، وإنجازاتهم في السيرة الذاتية؟&lt;br /&gt;
&lt;br /&gt;
نصيحتي لكل متقدم:&lt;br /&gt;
كلنا عدنا فرص متقاربة بالحياة،&lt;br /&gt;
والعالم اليوم متطور…&lt;br /&gt;
ليش ما نتعب شوي على سيرتنا الذاتية&lt;br /&gt;
حتى نتجاوز أول عقبة&lt;br /&gt;
ونكون الـ next shining X؟&lt;br /&gt;
&lt;br /&gt;
Not long ago, we opened a position that was truly urgent — time was not on our side.&lt;br /&gt;
We received over 150 CVs.&lt;br /&gt;
And because we believe every applicant deserves a fair chance, even if it takes more time.we reviewed all the CVS&lt;br /&gt;
&lt;br /&gt;
we shortlisted around 12 —&lt;br /&gt;
some perfectly matched, some partially, and we ranked them accordingly.&lt;br /&gt;
&lt;br /&gt;
We started the interviews.&lt;br /&gt;
Among them were:&lt;br /&gt;
 • Overqualified candidates&lt;br /&gt;
 • Candidates whose CVs didn’t reflect their real experience&lt;br /&gt;
 • And those who could genuinely fit the role&lt;br /&gt;
&lt;br /&gt;
At the bottom of the list was X.&lt;br /&gt;
A very modest CV — one that could easily have been overlooked.&lt;br /&gt;
&lt;br /&gt;
When we asked:&lt;br /&gt;
“Can you walk us through your resume?”&lt;br /&gt;
&lt;br /&gt;
The room went silent.&lt;br /&gt;
No one expected that this candidate was the same person behind that CV.&lt;br /&gt;
&lt;br /&gt;
Strong technical answers.&lt;br /&gt;
Clear soft skills.&lt;br /&gt;
Great communication and mindset.&lt;br /&gt;
&lt;br /&gt;
He was selected.&lt;br /&gt;
And after joining, he proved — day after day — that he truly deserved the opportunity.&lt;br /&gt;
&lt;br /&gt;
It always leaves me wondering:&lt;br /&gt;
How many X’s are we losing simply because they didn’t know how to present their story, skills, and impact on paper?&lt;br /&gt;
To every candidate:&lt;br /&gt;
We all start with equal chances.&lt;br /&gt;
But the world has changed.&lt;br /&gt;
Why not invest a little more in your CV to pass the first barrier? &lt;br /&gt;
&lt;br /&gt;
— Ibtihal Hamad 🦋&lt;br /&gt;
&lt;br /&gt;
hashtag#HRNotesByIbtihal&lt;br /&gt;
hashtag#HumanResources&lt;br /&gt;
hashtag#TalentAcquisition&lt;br /&gt;
hashtag#CareerAdvice&lt;br /&gt;
hashtag#RecruitmentInsights&lt;br /&gt;
hashtag#IbtihalInsights&lt;br /&gt;
hashtag#TotalEnergies&lt;br /&gt;
￼&lt;br /&gt;
Show translation&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
2026-01-17 sab&lt;br /&gt;
&lt;br /&gt;
Zain SharifZain Sharif&lt;br /&gt;
   • 3rd+Premium • 3rd+&lt;br /&gt;
Senior Embedded Specialist @ develop | Supporting German tech teams with embedded software and hardware hiringSenior Embedded Specialist @ develop | Supporting German tech teams with embedded software and hardware hiring&lt;br /&gt;
Visit my website&lt;br /&gt;
4d •  4 days ago • Visible to anyone on or off LinkedIn&lt;br /&gt;
￼&lt;br /&gt;
Following&lt;br /&gt;
￼&lt;br /&gt;
￼&lt;br /&gt;
Over the past week, I’ve spoken with 3 CTOs hiring embedded engineers in Germany.&lt;br /&gt;
&lt;br /&gt;
In interviews, they are all looking for the same 3 things from embedded candidates.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Clear systems thinking.&lt;br /&gt;
An ability to explain how software and hardware interact, where constraints sit, and how decisions in one area impact the rest of the system.&lt;br /&gt;
&lt;br /&gt;
Ownership of decisions.&lt;br /&gt;
Not just what was built, but why certain trade-offs were made, what risks were accepted, and how those choices played out in production.&lt;br /&gt;
&lt;br /&gt;
Comfort working with complexity.&lt;br /&gt;
Legacy code, safety requirements, limited resources, and long product lifecycles are still the reality. They want engineers who can operate confidently in that environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the direction embedded software and embedded hardware hiring is taking across Germany.&lt;br /&gt;
&lt;br /&gt;
Interviews are less about perfect answers and more about how candidates think, explain, and take responsibility for real systems.&lt;br /&gt;
---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Programming_constructs&amp;diff=9027</id>
		<title>Programming constructs</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Programming_constructs&amp;diff=9027"/>
		<updated>2026-06-08T20:22:04Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add names of classic programming sort algorithms&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Programming Constructs&lt;br /&gt;
&lt;br /&gt;
This page intended to hold notes on programming construct and concepts&lt;br /&gt;
&lt;br /&gt;
*  https://www.geeksforgeeks.org/semaphores-in-process-synchronization/&lt;br /&gt;
&lt;br /&gt;
Sorting algorithms&lt;br /&gt;
&lt;br /&gt;
*  https://builtin.com/machine-learning/fastest-sorting-algorithm&lt;br /&gt;
&lt;br /&gt;
Classic sort algorithms include:&lt;br /&gt;
&lt;br /&gt;
- Bubble sort&lt;br /&gt;
- Revised bubble sort&lt;br /&gt;
- Selection sort&lt;br /&gt;
- Insertion sort&lt;br /&gt;
- Quick sort&lt;br /&gt;
- Merge sort&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Programming_constructs&amp;diff=9026</id>
		<title>Programming constructs</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Programming_constructs&amp;diff=9026"/>
		<updated>2026-06-08T20:00:29Z</updated>

		<summary type="html">&lt;p&gt;Ted: Update with link to sorting algorithms&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Programming Constructs&lt;br /&gt;
&lt;br /&gt;
This page intended to hold notes on programming construct and concepts&lt;br /&gt;
&lt;br /&gt;
*  https://www.geeksforgeeks.org/semaphores-in-process-synchronization/&lt;br /&gt;
&lt;br /&gt;
Sorting algorithms&lt;br /&gt;
&lt;br /&gt;
*  https://builtin.com/machine-learning/fastest-sorting-algorithm&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Psas&amp;diff=9025</id>
		<title>Psas</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Psas&amp;diff=9025"/>
		<updated>2026-06-06T21:28:35Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add link to Zephyr 4.2.0 tagged release files&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Portland State Aerospace Society&lt;br /&gt;
&lt;br /&gt;
2025 Q3&lt;br /&gt;
&lt;br /&gt;
Electromechanical Recovery System&lt;br /&gt;
&lt;br /&gt;
*  https://docs.google.com/document/d/1DnytDlZa1X-BaIqlIBrfcuedKocKrCpTfgMspk0twxI/edit?tab=t.0&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/psas/lv3.1-recovery/tree/master/controlSystem/RecoveryBoard . . . Kicad files&lt;br /&gt;
&lt;br /&gt;
*  https://drive.google.com/file/d/1qRkbDvV0_Ep7_zKsPC3GMgZicTurCPgf/view&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/oresat/oresat-flatsat/tree/master/card-debug-board-2 . . . PSAS STLink breakout&lt;br /&gt;
&lt;br /&gt;
*  https://docs.google.com/document/d/1R8hLXjgc3tkGVjVLIS0qUnVBlRBdca_YER_dYPJLNDM  Zephyr getting started document por Blen E.&lt;br /&gt;
&lt;br /&gt;
Oresat Zephyr branch:&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/oresat/oresat-firmware/tree/zephyr&lt;br /&gt;
&lt;br /&gt;
PSAS borrow sheet:&lt;br /&gt;
&lt;br /&gt;
*  https://docs.google.com/spreadsheets/d/1kYtzIIyyIwHlawrkQLDTsVo4RAbMavzlecDVxVhQwto/edit?gid=0#gid=0&lt;br /&gt;
&lt;br /&gt;
Magnetometer card work 2026 Q2:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
Requirements Doc:&lt;br /&gt;
&lt;br /&gt;
*  https://docs.google.com/document/d/10bcdE0vpfG791h7NgQ7o9HtgEi4iAMi2T8f8J40bvfM/edit?tab=t.0#heading=h.rg42p47rcyt5&lt;br /&gt;
&lt;br /&gt;
Original Oresat-firmware channel post:&lt;br /&gt;
&lt;br /&gt;
*  https://pdxaerospace.slack.com/archives/C0183EL5BPD/p1775367002033779&lt;br /&gt;
&lt;br /&gt;
Mag card schematics:&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/oresat/oresat-adcs-hardware&lt;br /&gt;
&lt;br /&gt;
References to older mag card firmware:&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/oresat/oresat-firmware/tree/master/src/f0/app_adcs&lt;br /&gt;
&lt;br /&gt;
MCXN pinout as spreadsheet:&lt;br /&gt;
&lt;br /&gt;
*  https://docs.google.com/spreadsheets/d/1OY2aeXfcQUydAU0RZsuWwMEH7UjTqpVQ/&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Zephyr RTOS release 4.2.0:&lt;br /&gt;
&lt;br /&gt;
* https://github.com/zephyrproject-rtos/zephyr/tree/413b789deb391d3a37d06b463288a5fe765ee57e&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PSAS LV3.1 launch checklist&lt;br /&gt;
&lt;br /&gt;
*  https://drive.google.com/drive/folders/1J6kjgBo4-1nOnr7EK60X7tlpjAnVaWR3&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Kicad ==&lt;br /&gt;
&lt;br /&gt;
Link to Kicad installation instructions page.&lt;br /&gt;
&lt;br /&gt;
*  https://www.kicad.org/download/linux/&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] ERS board TODO ==&lt;br /&gt;
&lt;br /&gt;
[ ] create board files for ERS board as of LV3.1-recovery&lt;br /&gt;
&lt;br /&gt;
[ ] add device tree code to select and to enable MCU debug UART&lt;br /&gt;
&lt;br /&gt;
[ ] add a DTS compatible type or entity to group GPIOs together in primary ERS dts file&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Bindings files and Zephyr ==&lt;br /&gt;
&lt;br /&gt;
*  https://docs.zephyrproject.org/latest/build/dts/bindings-intro.html&lt;br /&gt;
&lt;br /&gt;
Newer way of doing things with GPIO properties, Zephyr 4.2.0 . . .&lt;br /&gt;
&lt;br /&gt;
*  &amp;quot;./dts/bindings/pinctrl/nxp,s32k3-pinctrl.yaml&amp;quot; 115 lines&lt;br /&gt;
&lt;br /&gt;
STM32 clock bindings files . . .&lt;br /&gt;
&lt;br /&gt;
*  ~/projects/zephyr-project/zephyr/dts/bindings/clock/st,stm32-rcc.yaml&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Troubleshooting No Sign of Life ==&lt;br /&gt;
&lt;br /&gt;
Comparing flash invocation ChibiOS versus Zephyr&lt;br /&gt;
&lt;br /&gt;
ChibiOS ERS make file gives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@localhost:~/projects/psas/psas-avionics/lv3.1-recovery/controlSystem/RecoveryBoard/firmware$ make write&lt;br /&gt;
openocd -f toolchain/oocd.cfg -c &amp;quot;program ./build/recovery-firmware.hex verify reset exit&amp;quot;&lt;br /&gt;
Open On-Chip Debugger 0.11.0-rc2+dev-00002-g427552c07-dirty (2021-01-30-10:36)&lt;br /&gt;
Licensed under GNU GPL v2&lt;br /&gt;
For bug reports, read&lt;br /&gt;
	http://openocd.org/doc/doxygen/bugs.html&lt;br /&gt;
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD&lt;br /&gt;
Info : clock speed 1000 kHz&lt;br /&gt;
Info : STLINK V3J8M3B5S1 (API v3) VID:PID 0483:374F&lt;br /&gt;
Info : Target voltage: 3.323200&lt;br /&gt;
Info : stm32f0x.cpu: hardware has 4 breakpoints, 2 watchpoints&lt;br /&gt;
Info : starting gdb server for stm32f0x.cpu on 3333&lt;br /&gt;
Info : Listening on port 3333 for gdb connections&lt;br /&gt;
target halted due to debug-request, current mode: Thread &lt;br /&gt;
xPSR: 0xc1000000 pc: 0x08000190 msp: 0x20000200&lt;br /&gt;
** Programming Started **&lt;br /&gt;
Info : device id = 0x10006442&lt;br /&gt;
Info : flash size = 256kbytes&lt;br /&gt;
** Programming Finished **&lt;br /&gt;
** Verify Started **&lt;br /&gt;
** Verified OK **&lt;br /&gt;
** Resetting Target **&lt;br /&gt;
shutdown command invoked&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To flash Zephyr based app using same openocd call gives:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@localhost:~/projects/zephyr-project/psas-ers-firmware/samples/hello-world$ openocd -f /home/ted/projects/psas/psas-avionics/lv3.1-recovery/controlSystem/RecoveryBoard/firmware/toolchain/oocd.cfg -c &amp;quot;program ./build/zephyr/zephyr.hex verify reset exit&amp;quot;&lt;br /&gt;
Open On-Chip Debugger 0.11.0-rc2+dev-00002-g427552c07-dirty (2021-01-30-10:36)&lt;br /&gt;
Licensed under GNU GPL v2&lt;br /&gt;
For bug reports, read&lt;br /&gt;
	http://openocd.org/doc/doxygen/bugs.html&lt;br /&gt;
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD&lt;br /&gt;
Info : clock speed 1000 kHz&lt;br /&gt;
Info : STLINK V3J8M3B5S1 (API v3) VID:PID 0483:374F&lt;br /&gt;
Info : Target voltage: 3.312000&lt;br /&gt;
Info : stm32f0x.cpu: hardware has 4 breakpoints, 2 watchpoints&lt;br /&gt;
Info : starting gdb server for stm32f0x.cpu on 3333&lt;br /&gt;
Info : Listening on port 3333 for gdb connections&lt;br /&gt;
target halted due to debug-request, current mode: Thread &lt;br /&gt;
xPSR: 0xc1000000 pc: 0x08000190 msp: 0x20000200&lt;br /&gt;
** Programming Started **&lt;br /&gt;
Info : device id = 0x10006442&lt;br /&gt;
Info : flash size = 256kbytes&lt;br /&gt;
** Programming Finished **&lt;br /&gt;
** Verify Started **&lt;br /&gt;
** Verified OK **&lt;br /&gt;
** Resetting Target **&lt;br /&gt;
shutdown command invoked&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Debugging With openocd ==&lt;br /&gt;
&lt;br /&gt;
Got a debugging session working.  Observe that an RCC HSE clock initialization step is hanging:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@localhost:~/projects/zephyr-project/psas-ers-board-bringup/samples/hello-world$ arm-none-eabi-gdb build/zephyr/zephyr.elf&lt;br /&gt;
GNU gdb (Ubuntu 12.1-0ubuntu1~22.04.2) 12.1&lt;br /&gt;
Copyright (C) 2022 Free Software Foundation, Inc.&lt;br /&gt;
License GPLv3+: GNU GPL version 3 or later &amp;lt;http://gnu.org/licenses/gpl.html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 . . .&lt;br /&gt;
&lt;br /&gt;
Reading symbols from build/zephyr/zephyr.elf...&lt;br /&gt;
(gdb) target extended-remote:3333&lt;br /&gt;
Remote debugging using :3333&lt;br /&gt;
0x08000b40 in set_up_fixed_clock_sources () at /home/ted/projects/zephyr-project/zephyr/drivers/clock_control/clock_stm32_ll_common.c:645&lt;br /&gt;
645			while (LL_RCC_HSE_IsReady() != 1) {&lt;br /&gt;
(gdb) bt&lt;br /&gt;
#0  0x08000b40 in set_up_fixed_clock_sources () at /home/ted/projects/zephyr-project/zephyr/drivers/clock_control/clock_stm32_ll_common.c:645&lt;br /&gt;
#1  stm32_clock_control_init (dev=&amp;lt;optimized out&amp;gt;) at /home/ted/projects/zephyr-project/zephyr/drivers/clock_control/clock_stm32_ll_common.c:819&lt;br /&gt;
#2  0x08002f2e in do_device_init (dev=0x80031c8 &amp;lt;__init_malloc_prepare&amp;gt;) at /home/ted/projects/zephyr-project/zephyr/kernel/init.c:333&lt;br /&gt;
#3  0x080017fa in z_sys_init_run_level (level=&amp;lt;optimized out&amp;gt;) at /home/ted/projects/zephyr-project/zephyr/kernel/init.c:392&lt;br /&gt;
#4  0x0800196e in z_cstart () at /home/ted/projects/zephyr-project/zephyr/kernel/init.c:815&lt;br /&gt;
#5  0x080029bc in z_prep_c () at /home/ted/projects/zephyr-project/zephyr/arch/arm/core/cortex_m/prep_c.c:211&lt;br /&gt;
#6  0x08000576 in z_arm_reset () at /home/ted/projects/zephyr-project/zephyr/arch/arm/core/cortex_m/reset.S:207&lt;br /&gt;
Backtrace stopped: previous frame identical to this frame (corrupt stack?)&lt;br /&gt;
(gdb) quit&lt;br /&gt;
A debugging session is active.&lt;br /&gt;
&lt;br /&gt;
	Inferior 1 [Remote target] will be detached.&lt;br /&gt;
&lt;br /&gt;
Quit anyway? (y or n) y&lt;br /&gt;
Detaching from program: /home/ted/projects/zephyr-project/psas-ers-board-bringup/samples/hello-world/build/zephyr/zephyr.elf, Remote target&lt;br /&gt;
[Inferior 1 (Remote target) detached]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Need to understand why the bit which `LL_RCC_HSE_IsReady()` checks is never being set.&lt;br /&gt;
&lt;br /&gt;
Some forum posts:&lt;br /&gt;
&lt;br /&gt;
(1) https://github.com/zephyrproject-rtos/zephyr/issues/36524&lt;br /&gt;
&lt;br /&gt;
(2) https://lists.zephyrproject.org/g/users/topic/stm32h753_stuck_on_hse_rdy/112297269&lt;br /&gt;
&lt;br /&gt;
(3) https://community.st.com/t5/stm32-mcus-products/stm32f0-re-configure-clocks-after-exiting-stop-mode/td-p/346221&lt;br /&gt;
&lt;br /&gt;
An answer in the second forum post refers to Zephyr test suite files:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@localhost:~/projects/zephyr-project/zephyr/tests/drivers/clock_control/stm32_clock_configuration$ ls stm32_common_devices&lt;br /&gt;
boards  CMakeLists.txt  prj.conf  src  testcase.yaml&lt;br /&gt;
ted@localhost:~/projects/zephyr-project/zephyr/tests/drivers/clock_control/stm32_clock_configuration$ ls stm32_common_core&lt;br /&gt;
boards  CMakeLists.txt  prj.conf  src  testcase.yaml&lt;br /&gt;
ted@localhost:~/projects/zephyr-project/zephyr/tests/drivers/clock_control/stm32_clock_configuration$ ls stm32_common_core/boards&lt;br /&gt;
clear_clocks.overlay           f2_f4_f7_pll_100_hsi_16_ahb_2.overlay  hsi_16.overlay           pll_32_hse_8.overlay      wb_pll_48_msi_4.overlay&lt;br /&gt;
clear_f0_f1_f3_clocks.overlay  f2_f4_f7_pll_64_hse_8.overlay          hsi_8.overlay            pll_32_hsi_16.overlay     wb_pll_64_hse_32.overlay&lt;br /&gt;
clear_f2_f4_f7_clocks.overlay  f2_f4_f7_pll_64_hsi_16.overlay         hsi_g0_16_div_2.overlay  pll_48_hsi_16.overlay     wl_32_hse.overlay&lt;br /&gt;
clear_msi.overlay              hse_24.overlay                         hsi_g0_16_div_4.overlay  pll_48_msi_4.overlay      wl_pll_48_hse_32.overlay&lt;br /&gt;
f0_f3_pll_32_hse_8.overlay     hse_32.overlay                         hsi_g0_16.overlay        pll_64_hse_8.overlay&lt;br /&gt;
f0_f3_pll_32_hsi_8.overlay     hse_8_bypass.overlay                   msi_range11.overlay      pll_64_hsi_16.overlay&lt;br /&gt;
f1_pll_64_hse_8.overlay        hse_8.overlay                          msi_range6.overlay       pll_g0_64_hsi_16.overlay&lt;br /&gt;
f1_pll_64_hsi_8.overlay        hse_css.overlay                        pll_170_hse_24.overlay   wb_pll_48_hsi_16.overlay&lt;br /&gt;
ted@localhost:~/projects/zephyr-project/zephyr/tests/drivers/clock_control/stm32_clock_configuration$ &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] STM32 Clock Settings ==&lt;br /&gt;
&lt;br /&gt;
In STMicro Reference Manual rm0091-stm32f0x1stm32f0x2stm32f0x8-advanced-armbased-32bit-mcus-stmicroelectronics.pdf, some useful information:&lt;br /&gt;
&lt;br /&gt;
(1) chapter 6.2 &amp;quot;Clocks&amp;quot;, p. 97 of 1017 states that internal busses AHB and APB can run at up to 48MHz.&lt;br /&gt;
&lt;br /&gt;
(2) On page 126 of 1017 there is mention of &amp;quot;Bit 17 USART2EN&amp;quot; to enable clock to the second on chip USART.&lt;br /&gt;
&lt;br /&gt;
Note (2) relates to peripheral clock enable bits in register RCC_APB1ENR.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Interesting files in zephyr/tests/drivers/clock_config/stm32_clock_configuration/stm32_common_core/boards:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  1 /*&lt;br /&gt;
  2  * Copyright (c) 2022 STMicroelectronics&lt;br /&gt;
  3  *&lt;br /&gt;
  4  * SPDX-License-Identifier: Apache-2.0&lt;br /&gt;
  5  */&lt;br /&gt;
  6 &lt;br /&gt;
  7 /*&lt;br /&gt;
  8  * Warning: This overlay performs configuration from clean sheet.&lt;br /&gt;
  9  * It is assumed that it is applied after clear_clocks.overlay file.&lt;br /&gt;
 10  */&lt;br /&gt;
 11 &lt;br /&gt;
 12 &amp;amp;clk_hse {&lt;br /&gt;
 13         clock-frequency = &amp;lt;DT_FREQ_M(24)&amp;gt;; /* 24MHz clock */&lt;br /&gt;
 14         status = &amp;quot;okay&amp;quot;;&lt;br /&gt;
 15 };&lt;br /&gt;
 16 &lt;br /&gt;
 17 &amp;amp;rcc {&lt;br /&gt;
 18         clocks = &amp;lt;&amp;amp;clk_hse&amp;gt;;&lt;br /&gt;
 19         clock-frequency = &amp;lt;DT_FREQ_M(24)&amp;gt;;&lt;br /&gt;
 20 };&lt;br /&gt;
~                                                                                                                                                                                                                                                                                                              &lt;br /&gt;
~                                                                                                                                                       &lt;br /&gt;
~                                                                                                                                                       &lt;br /&gt;
&amp;quot;hse_24.overlay&amp;quot; 20L, 389B&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Looking at file ``~/projects/zephyr-project/zephyr/drivers/clock_control/clock_stm32_ll_common.c``, routine ``set_up_fixed_clock_sources()``:&lt;br /&gt;
&lt;br /&gt;
Clock control register set up:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@localhost:~/projects/zephyr-project/modules/hal/stm32$ grep -nr LL_RCC_HSE_EnableBypass ./* | grep f0&lt;br /&gt;
./stm32cube/stm32f0xx/drivers/src/stm32f0xx_ll_utils.c:449:        LL_RCC_HSE_EnableBypass();&lt;br /&gt;
./stm32cube/stm32f0xx/drivers/include/stm32f0xx_ll_rcc.h:685:  * @rmtoll CR           HSEBYP        LL_RCC_HSE_EnableBypass&lt;br /&gt;
./stm32cube/stm32f0xx/drivers/include/stm32f0xx_ll_rcc.h:688:__STATIC_INLINE void LL_RCC_HSE_EnableBypass(void)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] ChibiOS STM32 HAL ==&lt;br /&gt;
&lt;br /&gt;
ChibiOS clock init code in file ``ChibiOS/os/hal/ports/STM32/STM32F0xx/hal_lld.c``.&lt;br /&gt;
&lt;br /&gt;
ChibiOS STM32 Clock Register Structure&lt;br /&gt;
&lt;br /&gt;
In file ChibiOS/os/common/ext/ST/STM32F0xx/stm32f091xc.h . . .&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  459 /** &lt;br /&gt;
  460   * @brief Reset and Clock Control&lt;br /&gt;
  461   */&lt;br /&gt;
  462 &lt;br /&gt;
  463 typedef struct&lt;br /&gt;
  464 {&lt;br /&gt;
  465   __IO uint32_t CR;            /*!&amp;lt; RCC clock control register,                                   Address offset: 0x00 */&lt;br /&gt;
  466   __IO uint32_t CFGR;       /*!&amp;lt; RCC clock configuration register,                            Address offset: 0x04 */&lt;br /&gt;
  467   __IO uint32_t CIR;        /*!&amp;lt; RCC clock interrupt register,                                Address offset: 0x08 */&lt;br /&gt;
  468   __IO uint32_t APB2RSTR;   /*!&amp;lt; RCC APB2 peripheral reset register,                          Address offset: 0x0C */&lt;br /&gt;
  469   __IO uint32_t APB1RSTR;   /*!&amp;lt; RCC APB1 peripheral reset register,                          Address offset: 0x10 */&lt;br /&gt;
  470   __IO uint32_t AHBENR;     /*!&amp;lt; RCC AHB peripheral clock register,                           Address offset: 0x14 */&lt;br /&gt;
  471   __IO uint32_t APB2ENR;    /*!&amp;lt; RCC APB2 peripheral clock enable register,                   Address offset: 0x18 */&lt;br /&gt;
  472   __IO uint32_t APB1ENR;    /*!&amp;lt; RCC APB1 peripheral clock enable register,                   Address offset: 0x1C */&lt;br /&gt;
  473   __IO uint32_t BDCR;       /*!&amp;lt; RCC Backup domain control register,                          Address offset: 0x20 */&lt;br /&gt;
  474   __IO uint32_t CSR;        /*!&amp;lt; RCC clock control &amp;amp; status register,                         Address offset: 0x24 */&lt;br /&gt;
  475   __IO uint32_t AHBRSTR;    /*!&amp;lt; RCC AHB peripheral reset register,                           Address offset: 0x28 */&lt;br /&gt;
  476   __IO uint32_t CFGR2;      /*!&amp;lt; RCC clock configuration register 2,                          Address offset: 0x2C */&lt;br /&gt;
  477   __IO uint32_t CFGR3;      /*!&amp;lt; RCC clock configuration register 3,                          Address offset: 0x30 */&lt;br /&gt;
  478   __IO uint32_t CR2;        /*!&amp;lt; RCC clock control register 2,                                Address offset: 0x34 */&lt;br /&gt;
  479 } RCC_TypeDef;&lt;br /&gt;
  480 &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ChibiOS target MCU register addresses and bit definitions&lt;br /&gt;
&lt;br /&gt;
STM32F0xx register addrs and bits are often defined in the following way, in file ChibiOS/os/common/ext/ST/STM32F0xx/stm32f030x6.h:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
2751 /*****************************************************************************/&lt;br /&gt;
2752 /*                                                                           */&lt;br /&gt;
2753 /*                         Reset and Clock Control                           */&lt;br /&gt;
2754 /*                                                                           */&lt;br /&gt;
2755 /*****************************************************************************/&lt;br /&gt;
2756 /*&lt;br /&gt;
2757 * @brief Specific device feature definitions  (not present on all devices in the STM32F0 serie)&lt;br /&gt;
2758 */&lt;br /&gt;
2759 &lt;br /&gt;
2760 /********************  Bit definition for RCC_CR register  *******************/&lt;br /&gt;
2761 #define RCC_CR_HSION_Pos                         (0U)                          &lt;br /&gt;
2762 #define RCC_CR_HSION_Msk                         (0x1U &amp;lt;&amp;lt; RCC_CR_HSION_Pos)    /*!&amp;lt; 0x00000001 */&lt;br /&gt;
2763 #define RCC_CR_HSION                             RCC_CR_HSION_Msk              /*!&amp;lt; Internal High Speed clock enable */&lt;br /&gt;
2764 #define RCC_CR_HSIRDY_Pos                        (1U)                          &lt;br /&gt;
2765 #define RCC_CR_HSIRDY_Msk                        (0x1U &amp;lt;&amp;lt; RCC_CR_HSIRDY_Pos)   /*!&amp;lt; 0x00000002 */&lt;br /&gt;
2766 #define RCC_CR_HSIRDY                            RCC_CR_HSIRDY_Msk             /*!&amp;lt; Internal High Speed clock ready flag */&lt;br /&gt;
2767 &lt;br /&gt;
2768 #define RCC_CR_HSITRIM_Pos                       (3U)                          &lt;br /&gt;
2769 #define RCC_CR_HSITRIM_Msk                       (0x1FU &amp;lt;&amp;lt; RCC_CR_HSITRIM_Pos) /*!&amp;lt; 0x000000F8 */&lt;br /&gt;
2770 #define RCC_CR_HSITRIM                           RCC_CR_HSITRIM_Msk            /*!&amp;lt; Internal High Speed clock trimming */&lt;br /&gt;
2771 #define RCC_CR_HSITRIM_0                         (0x01U &amp;lt;&amp;lt; RCC_CR_HSITRIM_Pos) /*!&amp;lt; 0x00000008 */&lt;br /&gt;
2772 #define RCC_CR_HSITRIM_1                         (0x02U &amp;lt;&amp;lt; RCC_CR_HSITRIM_Pos) /*!&amp;lt; 0x00000010 */&lt;br /&gt;
2773 #define RCC_CR_HSITRIM_2                         (0x04U &amp;lt;&amp;lt; RCC_CR_HSITRIM_Pos) /*!&amp;lt; 0x00000020 */&lt;br /&gt;
2774 #define RCC_CR_HSITRIM_3                         (0x08U &amp;lt;&amp;lt; RCC_CR_HSITRIM_Pos) /*!&amp;lt; 0x00000040 */&lt;br /&gt;
2775 #define RCC_CR_HSITRIM_4                         (0x10U &amp;lt;&amp;lt; RCC_CR_HSITRIM_Pos) /*!&amp;lt; 0x00000080 */&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ChibiOS references:&lt;br /&gt;
&lt;br /&gt;
*  https://docs.paparazziuav.org/latest//chibios_2mcu__arch_8c_source.html&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] ---- ----- ----- ----- ----- &amp;amp;nbsp; ---- ----- ----- ----- ----- &amp;amp;nbsp; ---- ----- ----- ----- ----- &amp;amp;nbsp; ---- ----- ----- ----- ----- ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;-- local wiki page separator document section --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Systematic Observations ==&lt;br /&gt;
&lt;br /&gt;
Ok, removing the incorrect &amp;amp;amp;hse_clk node property &amp;quot;hse-bypass&amp;quot; was not enough to overcome the ``while (LL_RCC_HSE_IsReady() != 1)`` run time hanging.  Not a programming error per se, but a reflection that we have not configured STM32F091RC clock settings correctly for the PSAS ERS board.&lt;br /&gt;
&lt;br /&gt;
We know that by changing another clock setting -- specifically by disabling &amp;amp;amp;clk_lsi -- we saw through the debugger that start up code got stuck in a different place.  (We made this change per a forum post in which an FAE recommended to disable all clocks and then configure just the high speed external (HSE) clock settings.  We need a systematic way to track which clock settings we are changing and what effects these changes have.  A table may be in order . . .&lt;br /&gt;
&lt;br /&gt;
Zephyr STM32 start code review&lt;br /&gt;
------------------------------&lt;br /&gt;
&lt;br /&gt;
Per the backtrace above in section yyy . . . &lt;br /&gt;
&lt;br /&gt;
stm32_clock_control_init()&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] CAN Bus Sample App ==&lt;br /&gt;
&lt;br /&gt;
*  zephyr/samples/drivers/can/babbling/src&lt;br /&gt;
&lt;br /&gt;
File `zephyr/dts/arm/st/f0/stm32f091.dtsi` defines a node named `can1`.  Node is disabled in this overlay file.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Magnetometer Notes ==&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/oresat/oresat-solar-app/blob/feature-tmp101-driver/src/main.c&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Mag Card Work ==&lt;br /&gt;
&lt;br /&gt;
From the Oresat document on Googledocs, a spreadsheet detailing the pins of the MCXN947 in one or more of its package forms, for package type HLQFP100 pin 84 maps to port 0 pin 16 (P0_16) and pin 85 maps to port 0 pin 17.&lt;br /&gt;
&lt;br /&gt;
On the magnetometer card schematic show signal lines MAG_SDA_uC and MAG_SCL_uC go to MCU pins 84 and 85.&lt;br /&gt;
&lt;br /&gt;
Per the mag card board file mcxn947_mag_card-pinctrl.dtsi, P0_16 and P0_17 pins are assigned to flexcomm0, lpi2c.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] ---- ----- ----- ----- ----- &amp;amp;nbsp; ---- ----- ----- ----- ----- &amp;amp;nbsp; ---- ----- ----- ----- ----- &amp;amp;nbsp; ---- ----- ----- ----- ----- ==&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Rust Embassy support for MCXN ==&lt;br /&gt;
&lt;br /&gt;
First link is to a general Rust document regarding board support development work.  Second link is more specific:&lt;br /&gt;
&lt;br /&gt;
*  https://embassy.dev/book/#_how_do_i_add_support_for_a_new_microcontroller_to_embassy&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/mcx-rs&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Rocket Mechanics ==&lt;br /&gt;
&lt;br /&gt;
Barrowmans&amp;#039; equations&lt;br /&gt;
&lt;br /&gt;
*  https://www.apogeerockets.com/downloads/PDFs/barrowman_report.pdf&lt;br /&gt;
&lt;br /&gt;
*  https://www.apogeerockets.com/education/downloads/Newsletter238.pdf&lt;br /&gt;
&lt;br /&gt;
*  https://www.apogeerockets.com/education/downloads/Newsletter05.pdf&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Openrocket Software ==&lt;br /&gt;
&lt;br /&gt;
*  https://openrocket.info/tutorials/&lt;br /&gt;
&lt;br /&gt;
*  https://openrocket.readthedocs.io/en/latest/user_guide/basic_rocket_design.html&lt;br /&gt;
&lt;br /&gt;
*  https://openrocket.info/tutorials/motor-selection.html&lt;br /&gt;
&lt;br /&gt;
Related rocket simulation and construction tutorials . . .&lt;br /&gt;
&lt;br /&gt;
*  https://www.ukroc.com/wp-content/uploads/2025/10/Designing-a-model-rocket-with-OpenRocket.pdf&lt;br /&gt;
&lt;br /&gt;
Loc Precision rockets and Iris model&lt;br /&gt;
&lt;br /&gt;
*  https://locprecision.com/products/iris&lt;br /&gt;
&lt;br /&gt;
Build instructions:&lt;br /&gt;
&lt;br /&gt;
*  https://cdn.shopify.com/s/files/1/0568/7489/3503/files/IRIS-2-24-25.pdf?v=1740522200&lt;br /&gt;
&lt;br /&gt;
Likely same instructions:&lt;br /&gt;
&lt;br /&gt;
*  https://www.apogeerockets.com/downloads/PDFs/IRIS3_Build_Instructions.pdf&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] L1 certification ==&lt;br /&gt;
&lt;br /&gt;
2026-03-28&lt;br /&gt;
&lt;br /&gt;
*  https://pdxaerospace.slack.com/archives/CL5BB5WCT/p1774836744838029&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] References ==&lt;br /&gt;
&lt;br /&gt;
STM32F091 reference manual:&lt;br /&gt;
&lt;br /&gt;
* https://www.st.com/en/microcontrollers-microprocessors/stm32f0-series/documentation.html#&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Jobs&amp;diff=9024</id>
		<title>Jobs</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Jobs&amp;diff=9024"/>
		<updated>2026-06-05T13:53:49Z</updated>

		<summary type="html">&lt;p&gt;Ted: Software Engineer (Zephyr RTOS) - Remote Work | REF#288953&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Recent linked in posts:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 2026-06-05&lt;br /&gt;
https://www.linkedin.com/jobs/view/4405283708/ Software Engineer (Zephyr RTOS) - Remote Work | REF#288953&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2026-04-30 - Ingeniero de Desarrollo de Software Embebido - Displays/Middleware&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/jobs/view/4399686709/?skipRedirect=true&amp;amp;trk=li_Adzuna-LI-MX_MX_careers_jobsgtm_0ed00087-9ec6-49e6-8538-f0b17c5a96fb_job-dist&amp;amp;utm_medium=jobdist&amp;amp;mcid=6927713082743906305&amp;amp;utm_source=Adzuna-LI-MX&amp;amp;ePP=CwEAAAGd3ucEZNXeAixezgWubIQva28Wd7IWWVLHwjaqOqCCtv9FA4ZpMVToS0UE0i_KnjtHVzfG-EjlTZiS-FciB_RLxIE0WeyipcalKw&amp;amp;ccuid=71248287062&amp;amp;cat=r2&amp;amp;ppt=eyJhbGciOiJIUzI1NiJ9.eyJzcmNfaWQiOjUxNDE2NiwicHBfbmFtZSI6ImFwcGNhc3QiLCJjbGlja19pZCI6ImpnRXBKdDlFOFJHNGNZdFBmaklTbnciLCJzb3VyY2VfcmVmIjoiMTgxNzJfNDM5OTY4NjcwOSIsImVwb2NoIjoxNzc3NTg2MDYzfQ.L5nzuU1_CRIQn5y4fA4kPoP6Bm-KXBlknguyxt-DArk&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/in/vipanshi-chauhan-b3a71b299/recent-activity/all/&lt;br /&gt;
&lt;br /&gt;
2025-12-21&lt;br /&gt;
&lt;br /&gt;
See post by Ibtihal Hamad technical recruiter regarding CV content importance and strategy.&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/posts/ibtihal-hamad-35a7a284_hrnotesbyibtihal-humanresources-talentacquisition-activity-7406737143168937984-lnj1?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAeBdgkB1DSzFKcWTHFspg8DqkM1Lu0Av7E&lt;br /&gt;
&lt;br /&gt;
See also Vennapusa Sunil Kumar Reddy post on Embedded C Interview Questions:&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/posts/vennapusa-sunil-kumar-reddy-1a25a2298_embeddedc-embeddedsystems-firmwareengineering-activity-7406925646926553088-KDnQ?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAeBdgkB1DSzFKcWTHFspg8DqkM1Lu0Av7E&lt;br /&gt;
&lt;br /&gt;
2026-01-17&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/posts/zainsharifdevelop_over-the-past-week-ive-spoken-with-3-ctos-activity-7416766004887719936-ISkO&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/posts/zainsharifdevelop_over-the-past-week-ive-spoken-with-3-ctos-activity-7416766004887719936-ISkO?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAeBdgkB1DSzFKcWTHFspg8DqkM1Lu0Av7E&lt;br /&gt;
&lt;br /&gt;
*  https://www.linkedin.com/posts/zainsharifdevelop_ive-been-watching-whats-coming-out-of-siemens-activity-7417490929223127040-tXS4?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAeBdgkB1DSzFKcWTHFspg8DqkM1Lu0Av7E&lt;br /&gt;
&lt;br /&gt;
2026-01-28&lt;br /&gt;
&lt;br /&gt;
What is the company Bolt Innovation Management? . . .&lt;br /&gt;
&lt;br /&gt;
  1 /*&lt;br /&gt;
  2  * Copyright (c) 2019 Bolt Innovation Management, LLC&lt;br /&gt;
  3  *&lt;br /&gt;
  4  * SPDX-License-Identifier: Apache-2.0&lt;br /&gt;
  5  */&lt;br /&gt;
  6 &lt;br /&gt;
  7 #ifndef ZEPHYR_INCLUDE_FS_LITTLEFS_H_&lt;br /&gt;
  8 #define ZEPHYR_INCLUDE_FS_LITTLEFS_H_&lt;br /&gt;
&lt;br /&gt;
== Continuing Education ==&lt;br /&gt;
&lt;br /&gt;
*  https://www.reddit.com/r/embedded/comments/16bj6wf/embedded_focused_online_masters_programs/&lt;br /&gt;
&lt;br /&gt;
*  https://www.snycosmos.com/best-master-programs-in-embedded-systems-in-europe/&lt;br /&gt;
&lt;br /&gt;
2026-05-20 miercoles&lt;br /&gt;
&lt;br /&gt;
*  https://web.ub.edu/en/web/estudis/w/specificmasterdegree-202411599&lt;br /&gt;
&lt;br /&gt;
2.&lt;br /&gt;
&lt;br /&gt;
*  https://beyondthestates.com/masters_programs/subjects/electronics-embedded-technology-engineering-engineering-technology/&lt;br /&gt;
&lt;br /&gt;
Lista de universidades en Espana&lt;br /&gt;
&lt;br /&gt;
*  https://www.study.eu/city/madrid&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
 --------- --------- --------- --------- --------- --------- --------- ---------j&lt;br /&gt;
Program-Specific Questions&lt;br /&gt;
Applicant Questionnaire&lt;br /&gt;
The applicant questionnaire is your opportunity to tell us about your interest and preparation for graduate work. The ECE Department&amp;#039;s Admissions Committee often considers the information on this questionnaire to be the deciding factor on whether or not to admit.&lt;br /&gt;
&lt;br /&gt;
Please type your answer within the text boxes provided. Additional pages will not be considered.&lt;br /&gt;
&lt;br /&gt;
The ECE field has many different technical areas of emphasis such as integrated circuit design, computer architecture, power engineering, signal processing and so on. Of all the possible ECE technical areas, which one interests you the most? Be specific and tell us how you originally became interested in a particular technical area.&lt;br /&gt;
￼&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
+------------------------------------------------+&lt;br /&gt;
|                                                |&lt;br /&gt;
+------------------------------------------------+&lt;br /&gt;
In the world of electrical and computer engineering, the development of embedded systems interests me to the greatest degree.  As a student returning from career and family life, I have lived enough seasons to see the progression of embedded systems evolve from primarily 8-bit microcontrollers with few peripherals to remarkably powerful 32-bit MCUs with tens of on-chip peripherals and multiple cores.  The appearance and evolution of real time operating systems has also expanded the realm of embedded systems.  The future development of programmatic elements of embedded systems, for example Zephyr RTOS, is of particular interest to me.  I&amp;#039;m interested to learn where and how new SoC, peripheral and sensor support could be streamlined, as hardware is evolving quickly and Zephyr RTOS project already employs languages like device tree source and Kconfig to abstract hardware and configuration choices away from specific application logic.  But more than anything I am curious to learn what areas in embedded systems graduate studies the program at Maseeh College of Engineering would find most fitting for the path I&amp;#039;ve taken so far and wish to pursue moving forward.&lt;br /&gt;
&lt;br /&gt;
In the world of electrical and computer engineering, the development of embedded systems interests me to the greatest degree.  As a student returning from career and family life, I have lived enough seasons to see the progression of embedded systems evolve from primarily 8-bit microcontrollers with few peripherals to remarkably powerful 32-bit MCUs with tens of on-chip peripherals and multiple cores.  The appearance and evolution of real time operating systems has also expanded the realm of embedded systems.  The future development of programmatic elements of embedded systems, for example Zephyr RTOS, is of particular interest to me.  I&amp;#039;m interested to learn where and how new SoC, peripheral and sensor support could be streamlined, as hardware is evolving quickly and Zephyr RTOS project already employs languages like device tree source and Kconfig to abstract hardware and configuration choices away from specific application logic.  But more than anything I am curious to learn what areas in embedded systems graduate studies the program at Maseeh College of Engineering would find most fitting for the path I&amp;#039;ve taken so far and wish to pursue moving forward.&lt;br /&gt;
&lt;br /&gt;
(2) What are your long-term career goals?&lt;br /&gt;
+------------------------------------------------+&lt;br /&gt;
|                                                |&lt;br /&gt;
+------------------------------------------------+&lt;br /&gt;
My long term career goals are to continue to develop my knowledge of embedded systems and their constituent technologies, both hardware and software.  I anticipate working another twelve to fifteen years or longer.  When leadership and architectural planning roles become available I want to have a deeper and broader knowledge I may bring to bear in those roles.  I also want to prepare myself to apply for possible teaching roles.  While I know that university level instructor positions are fiercely competitive I have long had interest in teaching, and have enjoyed giving training in previous job roles which I held.  I would like to open this set of doors in addition to investing for the long term in being a stronger and more knowledgeable embedded engineer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(3) You already have, or shortly will have, a bachelor&amp;#039;s degree. Why do you want to pursue a master&amp;#039;s degree?&lt;br /&gt;
+------------------------------------------------+&lt;br /&gt;
|                                                |&lt;br /&gt;
+------------------------------------------------+&lt;br /&gt;
Coming from career life, I have a better appreciation of learning opportunities, of when and how they arise and that they are often less common to find in work life than in school.  School life provides learning in a full time sense, every week and every term.  Work life can have periods of intense learning, but roles and projects often becomes more focused over time making it a challenge to keep abreast of technological trends and developments on ones own.&lt;br /&gt;
&lt;br /&gt;
Volunteering in technical groups and activities can help, but there are limits to continued learning without making a renewed investment in formal education.&lt;br /&gt;
&lt;br /&gt;
My goal in applying for a graduate program is to infuse my base of knowledge and experience with a period of focused learning and exploration, and intellectual development.  For the career years ahead of me which I have I would like to make a greater and more meaningful impact.  I believe that graduate level studies will inform and strengthen me to achieve these goals.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Which track most closely aligns with your interests? Please note that your answer has no impact on admissions decisions.&lt;br /&gt;
(this is a drop down menu item)&lt;br /&gt;
[x] Embedded Systems&lt;br /&gt;
&lt;br /&gt;
Recommendations&lt;br /&gt;
Please note, this program requires three recommendations. &lt;br /&gt;
&lt;br /&gt;
Students who are enrolled in our Bridge Program will have the letters of recommendation waived. Bridge students should first confirm with the ECE Department that it is time to apply to the MS program. For the next section please put the recommenders&amp;#039; email as eceinfo@pdx.edu and the name as &amp;#039;Bridge Student&amp;#039; or something similar, it does not need to be exact. Please do this for all three recommendations. We will get notified and check your application and waive these requirements.&lt;br /&gt;
￼Continue&lt;br /&gt;
￼&lt;br /&gt;
© 2026 Portland State University | Privacy&lt;br /&gt;
&lt;br /&gt;
 --------- --------- --------- --------- --------- --------- --------- ---------&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
ENTRY 2026-05-12&lt;br /&gt;
&lt;br /&gt;
Inotec Forestry and Seed Coating Company, Iceland&lt;br /&gt;
&lt;br /&gt;
Privacy Policy:&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
Privacy &amp;amp; Cookies&lt;br /&gt;
Here at Land Life, we take your privacy seriously. We, therefore, are compliant with the updated privacy law (GDPR). This means we protect your data and handle it with care. In the below privacy statement we explain what we do with your personal data.&lt;br /&gt;
For questions or more information please contact info@landlifecompany.comOpens in a new tab..&lt;br /&gt;
&lt;br /&gt;
During your visit to our website, we conform to the requirements of the applicable data protection legislation. This means we:&lt;br /&gt;
&lt;br /&gt;
clearly specify our purposes before we process personal data, by using this Privacy Statement;&lt;br /&gt;
limit our collection of personal data to only the personal data needed for legitimate purposes;&lt;br /&gt;
first, ask for explicit permission to process your personal data in cases where your permission is required;&lt;br /&gt;
take appropriate security measures to protect your personal data and we demand the same from parties who process personal data on our behalf;&lt;br /&gt;
respect your right to inspect, correct or delete your personal data held by us.&lt;br /&gt;
Google analytics&lt;br /&gt;
We use Google Analytics to gather insights about the website. We choose to anonymize your IP address and force a SSL/HTTPS connection. We accepted the data processing agreement from Google. We don’t share this data with third parties. If you don’t appreciate being anonymously tracked by Google, you can prevent being tracked with the following browser extension: https://tools.google.com/dlpage/gaoptoutOpens in a new tab.&lt;br /&gt;
&lt;br /&gt;
Youtube&lt;br /&gt;
This website contains at least one YouTube plug-in; YouTube is part of Google Inc., San Bruno/California, USA. When you visit one of our pages that contains a YouTube plug-in, a connection to the YouTube servers is established. In doing so, the YouTube server receives information on which specific page you have been visiting. If you are logged in to your YouTube account when visiting our website, you allow YouTube to directly link your surfing behavior to your personal profile. To prevent this, first log off from your YouTube account. For further information on the collection and use of your data by YouTube, see YouTube’s privacy policy: https://policies.google.com/privacy?hl=en&amp;amp;gl=enOpens in a new tab.&lt;br /&gt;
&lt;br /&gt;
Privacy statement&lt;br /&gt;
We reserve the right to modify this statement. We recommend that you consult this statement on a regular basis, so that you remain informed of any changes.&lt;br /&gt;
&lt;br /&gt;
Your data&lt;br /&gt;
You can always contact us if you have any questions regarding our privacy policy.&lt;br /&gt;
&lt;br /&gt;
Signing up for updates&lt;br /&gt;
If you have subscribed to receive news and updates from Land Life you consent on receiving marketing communications from us via email. Your data will not be shared with third parties. If you decide to no longer receive communications from us, you can unsubscribe at any time. &lt;br /&gt;
&lt;br /&gt;
Complaints&lt;br /&gt;
If you think that we are not helping you in the right way, you have the right to lodge a complaint at the Online Privacy Authority. For The Netherlands, this is the Autoriteit PersoonsgegevensOpens in a new tab..&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
ENTRY&lt;br /&gt;
&lt;br /&gt;
About the job&lt;br /&gt;
&lt;br /&gt;
Dojo Five is excited to announce an opportunity for a Senior Firmware Engineer, with a passion for pushing boundaries and contributing to cutting-edge projects. Your role will see you orchestrating the lifecycle of firmware development projects, including programming, code reviews, and testing. Your unique expertise will be paramount in driving our projects to success and upholding the highest industry quality standards.&lt;br /&gt;
&lt;br /&gt;
Our dynamic projects may necessitate expertise in diverse areas. Don&amp;#039;t worry if you can&amp;#039;t tick every box - we encourage you to apply if your skillset broadly aligns with the following:&lt;br /&gt;
&lt;br /&gt;
Dojo Five Responsibilities&lt;br /&gt;
&lt;br /&gt;
    Participate in company meetings and activities as requested&lt;br /&gt;
    Provide coaching and mentoring to junior engineers&lt;br /&gt;
    Participate in branding outreach and marketing activities with expected deliverables annually&lt;br /&gt;
    Participate in recruitment activities, including group interviews and technical review, as requested or at least once annually&lt;br /&gt;
    Participate in internal training programs and provide suggestions for improvement&lt;br /&gt;
    Offer suggestions to improve company processes&lt;br /&gt;
    Adhere to company policies and procedures&lt;br /&gt;
    Manage work time independently&lt;br /&gt;
&lt;br /&gt;
Customer Responsibilities (depending on the client)&lt;br /&gt;
&lt;br /&gt;
Lead projects, including work breakdown, architectural discussion and guidance&lt;br /&gt;
Develop, program, review, and test firmware and electronics as requested&lt;br /&gt;
Maintain build systems, code repositories, and documentation&lt;br /&gt;
Maintain customer communication and prioritize quick responses &lt;br /&gt;
Develop and inform product development&lt;br /&gt;
Light soldering as requested&lt;br /&gt;
Travel &amp;lt; 10% of the time to client meetings as requested&lt;br /&gt;
Manage work time independently with some oversight from management&lt;br /&gt;
Record time and activities accurately in time tracking software&lt;br /&gt;
&lt;br /&gt;
Requirements&lt;br /&gt;
&lt;br /&gt;
Minimum Qualifications:&lt;br /&gt;
&lt;br /&gt;
    At least 5 years of relevant professional experience in embedded systems development&lt;br /&gt;
    High-level proficiency at C and C++&lt;br /&gt;
    Experience writing drivers in a bare metal environment for a variety of applications&lt;br /&gt;
    Strong communicator, experience leading discussions with clients translating business needs to requirements&lt;br /&gt;
    Experience using testing tools for embedded (Ceedling, Google Test, CppUTest, etc)&lt;br /&gt;
    Experience using Git, unit testing, automated builds, and other modern embedded workflow elements&lt;br /&gt;
    Able to read and understand schematics and debug hardware-level issues&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Nice to Haves: &lt;br /&gt;
&lt;br /&gt;
    Embedded Linux (Yocto or Buildroot)&lt;br /&gt;
    C++ for embedded&lt;br /&gt;
    Cortex-A or Cortex-M&lt;br /&gt;
    Embedded Security&lt;br /&gt;
&lt;br /&gt;
Core Competencies&lt;br /&gt;
&lt;br /&gt;
Living Our Values&lt;br /&gt;
&lt;br /&gt;
    Demonstrates balance between learning depth and breadth. Shares learning with others&lt;br /&gt;
    Demonstrate confidence without arrogance with team and clients. Focuses on facts rather than blame. Avoids unnecessary drama or panic&lt;br /&gt;
    Effectively communicates good and bad news with team and with client. Recognizes misaligned expectations and is able to quickly align&lt;br /&gt;
    Challenges the status quo judiciously and is able to appropriately scope improvements&lt;br /&gt;
    Demonstrates a deep empathy with client and team needs&lt;br /&gt;
    Brings ideas to improve the happiness of others and helps champion their implementation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Mastery Of Job Skills&lt;br /&gt;
&lt;br /&gt;
    Works on problems of diverse scope where analysis of data requires evaluation of identifiable factors&lt;br /&gt;
    Demonstrates good judgment in selecting methods and techniques for obtaining solutions&lt;br /&gt;
    Increasing expertise and capability to work independently while still seeking guidance for new or unfamiliar projects or assignments&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Level of Influence&lt;br /&gt;
&lt;br /&gt;
    Influence is at the team level, providing support and leadership for a single project and the team that goes with it&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Benefits&lt;br /&gt;
&lt;br /&gt;
Life-Work Balance&lt;br /&gt;
&lt;br /&gt;
You read that right-&amp;quot;Life&amp;quot; first then &amp;quot;Work&amp;quot;. Dojo Five is a remote-first company where the team works hard, but we know that balancing life with work is important to feeling great about what you do. That is why we are proud to offer the following benefits:&lt;br /&gt;
&lt;br /&gt;
    We are a mostly-distributed team. Working remotely is part of our culture&lt;br /&gt;
    Competitive salary and benefits&lt;br /&gt;
    Medical/Dental/Vision/Life - company pays 75% of the cost&lt;br /&gt;
    Internal focus on training and development - you WILL learn a LOT here&lt;br /&gt;
    Work with a diverse group of firmware professionals&lt;br /&gt;
    Offsites and team connection opportunities annually&lt;br /&gt;
&lt;br /&gt;
Our pay ranges are based on our market pay structures. However, individual salaries are determined by a variety of factors including, but not limited to: business considerations, local market conditions, and internal equity, as well as candidate qualifications, such as skills, education, and experience.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, we are unable to sponsor visa applicants at this time.&lt;br /&gt;
&lt;br /&gt;
Dojo Five is an equal opportunity employer.&lt;br /&gt;
&lt;br /&gt;
Salary range: $114,000 - $133,000&lt;br /&gt;
&lt;br /&gt;
     Disclaimer: Responsibilities and tasks outlined in this document are not exhaustive and may change as determined by the needs of the company and/or client&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
ENTRY&lt;br /&gt;
&lt;br /&gt;
Embedded engineering jobs, Malaga Spain.&lt;br /&gt;
&lt;br /&gt;
https://www.wearedevelopers.com/en/jobs/ls/spain/malaga/arm&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
ENTRY&lt;br /&gt;
&lt;br /&gt;
*  https://www.glassdoor.ca/job-listing/embedded-systems-developer-dsr-JV_IC3183562_KO0,26_KE27,30.htm?jl=1009852075848&amp;amp;utm_source=jobalert&amp;amp;utm_medium=email&amp;amp;utm_term=jac2jvar&amp;amp;utm_content=ja-jobpos3-1009852075848&amp;amp;utm_campaign=jobAlertAlert&amp;amp;tgt=GD_JOB_VIEW&amp;amp;src=GD_JOB_AD&amp;amp;uido=69923383183450E634F0D881F37BCC40&amp;amp;ao=1136043&amp;amp;jrtk=5-yul1-0-1j3vgmlu3i9fm800-d19e58a0bea44975&amp;amp;cs=1_1aaa1c54&amp;amp;s=255&amp;amp;t=JA&amp;amp;pos=101&amp;amp;ja=357202642&amp;amp;guid=00000198ff0987d78a55eb4d9005c0a2&amp;amp;jobListingId=1009852075848&amp;amp;ea=1&amp;amp;vt=e&amp;amp;cb=1756625590982&amp;amp;ctt=1756697548337&amp;amp;srs=EMAIL_JOB_ALERT&amp;amp;gdir=1&lt;br /&gt;
&lt;br /&gt;
Do you love cutting-edge tech and are passionate about engineering? Then this opportunity might be perfect for you!&lt;br /&gt;
&lt;br /&gt;
About DSR Corporation&lt;br /&gt;
&lt;br /&gt;
DSR Corporation has been the ideal end-to-end solution provider for hundreds of companies, from startups to the Fortune 500, since 1998. Since then, DSR has blossomed into 11 technical divisions, with highly-skilled, technologically-agnostic engineering resources and services in full-stack web, embedded, mobile, wireless, big data / analytics, scalable databases, system software, digital media, SSI / blockchain, and AI / computer vision. Our fully-managed teams and deep technical expertise enable us to provide world-class custom software solutions of any scale and complexity. This approach has allowed us to serve industry leaders like Netflix, Nordic Semiconductor, Seagate, Legrand, EDF, Amazon, Sysgo, and many others. The company has offices located around the world including Denver, Porto, Voronezh, Yokohama-city, and Tashkent.&lt;br /&gt;
&lt;br /&gt;
Among our own products are ZBOSS, the Zigbee software protocol stack for IoT devices, zHome framework for smart home solutions (mobile app, back-end, IoT gateway), ZBOSS Open Initiative to maintain and improve the market-leading Zigbee® PRO software platform together with heavyweight IoT market players. DSR&amp;#039;s wholly-owned subsidiary, Noema, focuses on delivering the most up-to-date and reliable AI and Computer Vision solutions for security, manufacturing, retail, healthcare and smart homes/cities businesses.&lt;br /&gt;
&lt;br /&gt;
Join our multinational team of seasoned software engineers! We&amp;#039;re passionate about tackling complex tasks and sharing our unique software development expertise, accumulated over 25 years. With well-established workflows and transparent career paths, we&amp;#039;re geared to boost your professional growth, regardless of your current experience level.&lt;br /&gt;
&lt;br /&gt;
Let&amp;#039;s change our world for the better by doing software right!&lt;br /&gt;
&lt;br /&gt;
www.dsr-corporation.com | www.dsr-iot.com | www.dsr-zboss.com | www.dsr-zoi.com | www.noema.tech&lt;br /&gt;
&lt;br /&gt;
Job description&lt;br /&gt;
&lt;br /&gt;
You will develop firmware for wireless devices (sensors and actuators) using modern IoT protocols (BLE, Zigbee, Thread). Wireless devices are integrated into existing ecosystems from Amazon, Control4, Legrand, and others. Typically, the firmware is developed for MCU or wireless SoC, bare metal or RTOS enforced. You will also communicate with our client directly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Required Skills:&lt;br /&gt;
&lt;br /&gt;
    BS degree&lt;br /&gt;
    C software development skills&lt;br /&gt;
    Experience with development and debugging firmware for MCU: RTOS/OS-less&lt;br /&gt;
    Ability to independently develop part of a software product and efficiently communicate with other team members&lt;br /&gt;
    English level Intermediate or above&lt;br /&gt;
    Ability and willingness to acquire new knowledge and skills&lt;br /&gt;
&lt;br /&gt;
Preferred skills:&lt;br /&gt;
&lt;br /&gt;
    Experience with wireless networks: Zigbee, Wi-Fi, Bluetooth, Z-Wave, etc.&lt;br /&gt;
    Experience with embedded systems based on Linux, including kernel&lt;br /&gt;
    Experience in technical team management&lt;br /&gt;
    Experience maintaining a large existing code base&lt;br /&gt;
    Optimize code size and performance, including existing code&lt;br /&gt;
    Unix-like systems administration&lt;br /&gt;
    Experience working with a distributed team&lt;br /&gt;
&lt;br /&gt;
What we offer:&lt;br /&gt;
&lt;br /&gt;
    Competitive salary and great benefits.&lt;br /&gt;
    Accelerated career growth.&lt;br /&gt;
    Flexible schedule and remote-friendly policy.&lt;br /&gt;
    Office in the center of Porto.&lt;br /&gt;
    Employer-sponsored health insurance.&lt;br /&gt;
    Strong work-life balance emphasis.&lt;br /&gt;
    Extra holidays.&lt;br /&gt;
&lt;br /&gt;
HOizc3wgtq&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
https://www.linkedin.com/posts/vipanshi-chauhan-b3a71b299_lion-ugcPost-7404590034898612228-Svaj?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAAAeBdgkB1DSzFKcWTHFspg8DqkM1Lu0Av7E&lt;br /&gt;
&lt;br /&gt;
View Vipanshi Chauhan’s  graphic link&lt;br /&gt;
Vipanshi ChauhanVipanshi Chauhan&lt;br /&gt;
   • 3rd+Verified • 3rd+&lt;br /&gt;
Digital Marketing l LinkedIn Account Growth | Content Creator | Open for Collab | Business administration enthusiast | BBA student at Gurugram UniversityDigital Marketing l LinkedIn Account Growth | Content Creator | Open for Collab | Business administration enthusiast | BBA student at Gurugram University&lt;br /&gt;
2d •  2 days ago • Visible to anyone on or off LinkedIn&lt;br /&gt;
&lt;br /&gt;
Follow&lt;br /&gt;
Unlocking Remote Job Opportunities in 2025&lt;br /&gt;
&lt;br /&gt;
The shift to remote work has created a surge in demand for flexible job arrangements. If you&amp;#039;re looking to join the remote workforce, here are 11 essential websites to explore:&lt;br /&gt;
&lt;br /&gt;
1. Remote4Me - Flexible remote work opportunities&lt;br /&gt;
2. FlexJobs - 26,000+ quality remote job listings&lt;br /&gt;
3. WeWorkRemotely - Top tech roles&lt;br /&gt;
4. TryRemotely - 16,000+ remote jobs&lt;br /&gt;
5. JobBoardSearch - Curated remote jobs in 200+ categories&lt;br /&gt;
6. LinkedIn - Remote job opportunities&lt;br /&gt;
7. Remotive - Vetted remote tech jobs&lt;br /&gt;
8. Working Nomads - Work-from-home opportunities&lt;br /&gt;
9. Flexa - Flexible jobs and company insights&lt;br /&gt;
10. RemoteOK - Simplified remote job search&lt;br /&gt;
11. RemoteHub - Community-driven remote job listings&lt;br /&gt;
&lt;br /&gt;
These websites will help you unlock a world of remote job opportunities in 2025.&lt;br /&gt;
&lt;br /&gt;
𝗙𝗥𝗘𝗘 (𝗚𝗼𝗼𝗴𝗹𝗲) 𝗖𝗼𝘂𝗿𝘀𝗲𝘀 𝘆𝗼𝘂 𝘄𝗶𝗹𝗹 𝗿𝗲𝗴𝗿𝗲𝘁 𝗻𝗼𝘁 𝘁𝗮𝗸𝗶𝗻𝗴.&lt;br /&gt;
&lt;br /&gt;
🔃7000+ free courses free access: https://lnkd.in/dMe3auTH&lt;br /&gt;
&lt;br /&gt;
1. Google data Analytics:&lt;br /&gt;
→ https://lnkd.in/gKa--C6V&lt;br /&gt;
&lt;br /&gt;
2. Google Project Management:&lt;br /&gt;
→ https://lnkd.in/g4bEV24s&lt;br /&gt;
&lt;br /&gt;
3. Foundations of Project Management: &lt;br /&gt;
→ https://lnkd.in/gs2qY2B3&lt;br /&gt;
&lt;br /&gt;
4. Google Introduction to Generative AI: &lt;br /&gt;
→ https://lnkd.in/giVWwAkH&lt;br /&gt;
&lt;br /&gt;
5. Google Cybersecurity: &lt;br /&gt;
→ https://lnkd.in/ggZj6nai&lt;br /&gt;
&lt;br /&gt;
6. Google UX Design:&lt;br /&gt;
→ https://lnkd.in/g8brwHcG&lt;br /&gt;
&lt;br /&gt;
 7. Google Digital Marketing &amp;amp; E-commerce:&lt;br /&gt;
→ https://lnkd.in/gbnEVdnE &lt;br /&gt;
&lt;br /&gt;
 8. Google IT Support:&lt;br /&gt;
→ https://lnkd.in/gNcMU28t&lt;br /&gt;
&lt;br /&gt;
9. Web Applications for Everybody Specialization: &lt;br /&gt;
→ https://lnkd.in/guZ7bCAx&lt;br /&gt;
&lt;br /&gt;
10. Get Started with Python:&lt;br /&gt;
→ https://lnkd.in/gK6wKa_Q&lt;br /&gt;
&lt;br /&gt;
11. Learn Python Basics for Data Analysis:&lt;br /&gt;
→ https://lnkd.in/gPvYu7tw&lt;br /&gt;
&lt;br /&gt;
12. Google Advanced Data Analytics Capstone&lt;br /&gt;
→ https://lnkd.in/gCUZfrpV&lt;br /&gt;
&lt;br /&gt;
13. Data Analysis with R Programming:&lt;br /&gt;
→ https://lnkd.in/gRuXuQKs&lt;br /&gt;
&lt;br /&gt;
14. IBM Full Stack Software Developer Professional Certificate:&lt;br /&gt;
→ https://lnkd.in/gVJARiPr&lt;br /&gt;
&lt;br /&gt;
15. Introduction to Web Development with HTML, CSS, JavaScript​:&lt;br /&gt;
→ https://lnkd.in/gKabB_Sz&lt;br /&gt;
&lt;br /&gt;
16. IBM Front-End Developer Professional Certificate:&lt;br /&gt;
https://lnkd.in/gEjmUjxA&lt;br /&gt;
&lt;br /&gt;
17. IBM Back-End Development Professional Certificate:&lt;br /&gt;
https://lnkd.in/gAb_TcxM&lt;br /&gt;
&lt;br /&gt;
18. IBM Python for Data Science, AI &amp;amp; Development:&lt;br /&gt;
https://lnkd.in/gM2e3Sq9&lt;br /&gt;
&lt;br /&gt;
𝐇𝐞𝐫𝐞 𝐚𝐫𝐞 𝐭𝐡𝐞 𝐭𝐨𝐩 𝐅𝐑𝐄𝐄 𝐀𝐈 𝐜𝐨𝐮𝐫𝐬𝐞𝐬 𝐭𝐨 𝐠𝐞𝐭 𝐲𝐨𝐮 𝐦𝐚𝐬𝐬𝐢𝐯𝐞𝐥𝐲 𝐚𝐡𝐞𝐚𝐝&lt;br /&gt;
AI Agent Developer Specialization:- https://lnkd.in/dqrCyqbM&lt;br /&gt;
&lt;br /&gt;
Prompt Engineering Specialization:- https://lnkd.in/dpuvrcb2&lt;br /&gt;
&lt;br /&gt;
Machine Learning Specialization:- https://lnkd.in/dkyhd9y3&lt;br /&gt;
&lt;br /&gt;
Deep Learning Specialization:- https://lnkd.in/g8YY6F6H&lt;br /&gt;
&lt;br /&gt;
Gen AI for Automation specilazation:- https://lnkd.in/d6gkdGpA&lt;br /&gt;
&lt;br /&gt;
Gen AI for software developers:- https://lnkd.in/datD66Nt&lt;br /&gt;
&lt;br /&gt;
Gen AI for product managers:- https://lnkd.in/dA-geESG&lt;br /&gt;
&lt;br /&gt;
Gen AI for bussiness consultant:- https://lnkd.in/dyjWk2De&lt;br /&gt;
&lt;br /&gt;
Gen AI for data Analyst:- https://lnkd.in/dwwhRXDC&lt;br /&gt;
&lt;br /&gt;
Gen AI for data Scientists:- https://lnkd.in/dwwhRXDC&lt;br /&gt;
&lt;br /&gt;
Follow for more such content.&lt;br /&gt;
If you found this helpful, Please repost/like.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Found on LinkedIn on 2025-12-21:&lt;br /&gt;
&lt;br /&gt;
Ibtihal HamadIbtihal Hamad&lt;br /&gt;
   • 3rd+Premium • 3rd+&lt;br /&gt;
Talent Acquisition Manager @ TotalEnergies |Recruiting, Talent Acquisition | GGIP Ratawi Hub | Basrah IraqTalent Acquisition Manager @ TotalEnergies |Recruiting, Talent Acquisition | GGIP Ratawi Hub | Basrah Iraq&lt;br /&gt;
5d • Edited •  5 days ago • Edited • Visible to anyone on or off LinkedIn&lt;br /&gt;
￼&lt;br /&gt;
Following&lt;br /&gt;
￼&lt;br /&gt;
HR Notes by Ibtihal 🦋&lt;br /&gt;
&lt;br /&gt;
Lesson One: When the CV Says “No”… but Reality Says “Yes”&lt;br /&gt;
&lt;br /&gt;
وعدتكم أشارك تجارب واقعية،&lt;br /&gt;
واليوم نبدأ بأول قصة:&lt;br /&gt;
&lt;br /&gt;
قبل فترة مو بعيدة، فتحنا بوزيشن وكان top urgent ، والوقت فعليًا كان يسبقنا.&lt;br /&gt;
&lt;br /&gt;
أعلنا عن الوظيفة، ووصلنا أكثر من 150 سيرة ذاتية.&lt;br /&gt;
وبطبعي… ما أحب أعمل screening لأول 10 أو 50 فقط.&lt;br /&gt;
أحب أعطي كل متقدم حقه، حتى لو أخذ الموضوع وقت أطول لان كل application هو حلم لشخص ما او ممكن يكون حلم عائلة.&lt;br /&gt;
&lt;br /&gt;
بعد المراجعة، كدرنا نطلع تقريبًا 12 CV تتراوح ملاءمتها من 50% إلى 100%.&lt;br /&gt;
رتبنا البروفايلات من الأعلى تقييمًا للأقل، وبدأنا جولات المقابلات.&lt;br /&gt;
&lt;br /&gt;
خلال المقابلات اكتشفنا التالي:&lt;br /&gt;
 • أشخاص Overqualified&lt;br /&gt;
 • أشخاص سيرتهم الذاتية ما تعكس خبرتهم الحقيقية&lt;br /&gt;
 • وأشخاص ممكن يكونون fit للوظيفة&lt;br /&gt;
&lt;br /&gt;
وكان من ضمنهم شخص خلّيني أسمّيه X&lt;br /&gt;
سيرته الذاتية كانت في ذيل القائمة، وبكل المقاييس الورقية… هو الأضعف.&lt;br /&gt;
&lt;br /&gt;
لما وصل دوره وسألناه:&lt;br /&gt;
“Can you please walk us through your resume?”&lt;br /&gt;
&lt;br /&gt;
بدأ يتكلم…&lt;br /&gt;
وساد الصمت على كل أعضاء الـ panel.&lt;br /&gt;
ولا واحد فينا كان متوقع إن هذا الشخص هو نفسه صاحب هذا الـ CV.&lt;br /&gt;
&lt;br /&gt;
الأسئلة التقنية؟ ممتاز.&lt;br /&gt;
الـ Soft skills؟ عالية جدًا.&lt;br /&gt;
الحضور، الفهم، والذكاء؟ ملفت جدا .&lt;br /&gt;
&lt;br /&gt;
تم اختياره للوظيفة،&lt;br /&gt;
وتم استقطاب موهبة حقيقية بكل نجاح.&lt;br /&gt;
&lt;br /&gt;
والأجمل؟&lt;br /&gt;
بعد التوظيف، بلش يثبت يوم بعد يوم إنه كان كد الثقة،&lt;br /&gt;
ولا يزال يبدع أكثر مما كنا نتوقع.&lt;br /&gt;
&lt;br /&gt;
الحقيقة المؤلمة؟&lt;br /&gt;
في ظروف مختلفة، كان ممكن يتم تجاهل سيرته الذاتية ونخسره،&lt;br /&gt;
لكن مثل ما ذكرت بالبوست السابق أحيانًا القدر يكون له رأي آخر.&lt;br /&gt;
&lt;br /&gt;
السؤال اللي يهمني:&lt;br /&gt;
كم X اليوم نخسرهم فقط لأنهم ما عرفوا&lt;br /&gt;
شلون يعرّفون عن نفسهم، موهبتهم، وإنجازاتهم في السيرة الذاتية؟&lt;br /&gt;
&lt;br /&gt;
نصيحتي لكل متقدم:&lt;br /&gt;
كلنا عدنا فرص متقاربة بالحياة،&lt;br /&gt;
والعالم اليوم متطور…&lt;br /&gt;
ليش ما نتعب شوي على سيرتنا الذاتية&lt;br /&gt;
حتى نتجاوز أول عقبة&lt;br /&gt;
ونكون الـ next shining X؟&lt;br /&gt;
&lt;br /&gt;
Not long ago, we opened a position that was truly urgent — time was not on our side.&lt;br /&gt;
We received over 150 CVs.&lt;br /&gt;
And because we believe every applicant deserves a fair chance, even if it takes more time.we reviewed all the CVS&lt;br /&gt;
&lt;br /&gt;
we shortlisted around 12 —&lt;br /&gt;
some perfectly matched, some partially, and we ranked them accordingly.&lt;br /&gt;
&lt;br /&gt;
We started the interviews.&lt;br /&gt;
Among them were:&lt;br /&gt;
 • Overqualified candidates&lt;br /&gt;
 • Candidates whose CVs didn’t reflect their real experience&lt;br /&gt;
 • And those who could genuinely fit the role&lt;br /&gt;
&lt;br /&gt;
At the bottom of the list was X.&lt;br /&gt;
A very modest CV — one that could easily have been overlooked.&lt;br /&gt;
&lt;br /&gt;
When we asked:&lt;br /&gt;
“Can you walk us through your resume?”&lt;br /&gt;
&lt;br /&gt;
The room went silent.&lt;br /&gt;
No one expected that this candidate was the same person behind that CV.&lt;br /&gt;
&lt;br /&gt;
Strong technical answers.&lt;br /&gt;
Clear soft skills.&lt;br /&gt;
Great communication and mindset.&lt;br /&gt;
&lt;br /&gt;
He was selected.&lt;br /&gt;
And after joining, he proved — day after day — that he truly deserved the opportunity.&lt;br /&gt;
&lt;br /&gt;
It always leaves me wondering:&lt;br /&gt;
How many X’s are we losing simply because they didn’t know how to present their story, skills, and impact on paper?&lt;br /&gt;
To every candidate:&lt;br /&gt;
We all start with equal chances.&lt;br /&gt;
But the world has changed.&lt;br /&gt;
Why not invest a little more in your CV to pass the first barrier? &lt;br /&gt;
&lt;br /&gt;
— Ibtihal Hamad 🦋&lt;br /&gt;
&lt;br /&gt;
hashtag#HRNotesByIbtihal&lt;br /&gt;
hashtag#HumanResources&lt;br /&gt;
hashtag#TalentAcquisition&lt;br /&gt;
hashtag#CareerAdvice&lt;br /&gt;
hashtag#RecruitmentInsights&lt;br /&gt;
hashtag#IbtihalInsights&lt;br /&gt;
hashtag#TotalEnergies&lt;br /&gt;
￼&lt;br /&gt;
Show translation&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
2026-01-17 sab&lt;br /&gt;
&lt;br /&gt;
Zain SharifZain Sharif&lt;br /&gt;
   • 3rd+Premium • 3rd+&lt;br /&gt;
Senior Embedded Specialist @ develop | Supporting German tech teams with embedded software and hardware hiringSenior Embedded Specialist @ develop | Supporting German tech teams with embedded software and hardware hiring&lt;br /&gt;
Visit my website&lt;br /&gt;
4d •  4 days ago • Visible to anyone on or off LinkedIn&lt;br /&gt;
￼&lt;br /&gt;
Following&lt;br /&gt;
￼&lt;br /&gt;
￼&lt;br /&gt;
Over the past week, I’ve spoken with 3 CTOs hiring embedded engineers in Germany.&lt;br /&gt;
&lt;br /&gt;
In interviews, they are all looking for the same 3 things from embedded candidates.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Clear systems thinking.&lt;br /&gt;
An ability to explain how software and hardware interact, where constraints sit, and how decisions in one area impact the rest of the system.&lt;br /&gt;
&lt;br /&gt;
Ownership of decisions.&lt;br /&gt;
Not just what was built, but why certain trade-offs were made, what risks were accepted, and how those choices played out in production.&lt;br /&gt;
&lt;br /&gt;
Comfort working with complexity.&lt;br /&gt;
Legacy code, safety requirements, limited resources, and long product lifecycles are still the reality. They want engineers who can operate confidently in that environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the direction embedded software and embedded hardware hiring is taking across Germany.&lt;br /&gt;
&lt;br /&gt;
Interviews are less about perfect answers and more about how candidates think, explain, and take responsibility for real systems.&lt;br /&gt;
---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Shell&amp;diff=9023</id>
		<title>Shell</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Shell&amp;diff=9023"/>
		<updated>2026-06-03T16:57:34Z</updated>

		<summary type="html">&lt;p&gt;Ted: Remove superfluous backslash&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Shell Scripting&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] OVERVIEW ==&lt;br /&gt;
&lt;br /&gt;
This local page for Bash shell scripts and notes on shell scripting.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Shell Resources ==&lt;br /&gt;
&lt;br /&gt;
*  https://tldp.org/guides.html . . . look for Mendel Cooper bash guide here.&lt;br /&gt;
&lt;br /&gt;
*  https://www.shellcheck.net/ . . . run shell scripts online here for error checking purposes.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Bash Built-in Variables ==&lt;br /&gt;
Some links to useful articles discussing `bash` built-in variables:&lt;br /&gt;
*  https://avpres.net/Bash/builtin_shell_variables&lt;br /&gt;
*  https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html&lt;br /&gt;
&lt;br /&gt;
Bash&amp;#039;s built-in variables with short names, as listed in Kernigan and Ritchie&amp;#039;s &amp;quot;Unix Programming&amp;quot; book and at the first linked article above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$0&lt;br /&gt;
    The first element passed to the shell is the command name.&lt;br /&gt;
$n&lt;br /&gt;
    The nth argument passed on the command line. If n ≥ 10, then the syntax must be ${n}.&lt;br /&gt;
$*&lt;br /&gt;
    All the arguments on the command line. The values are separated by the first character in the shell variable IFS: (${1} … ${n}). See also: the IFS entry in Other Shell Variables.&lt;br /&gt;
$@&lt;br /&gt;
    All the arguments on the command line. The values are individually quoted: (&amp;quot;${1}&amp;quot; … &amp;quot;${n}&amp;quot;).&lt;br /&gt;
$#&lt;br /&gt;
    The number of command-line arguments.&lt;br /&gt;
$?&lt;br /&gt;
    The exit value of the last executed command.&lt;br /&gt;
$_&lt;br /&gt;
    The last argument of the previous command.&lt;br /&gt;
$!&lt;br /&gt;
    The process ID of the most recent background process.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Getopt and Getopts ==&lt;br /&gt;
&lt;br /&gt;
The shell page section to cover `getopt` and `getopts`, two libraries or facilities available to Bash shell scripts to process command line arguments.&lt;br /&gt;
&lt;br /&gt;
An introduction to `getopt` at Labex dot io:&lt;br /&gt;
&lt;br /&gt;
*  https://labex.io/tutorials/shell-bash-getopt-391993&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Variables ==&lt;br /&gt;
&lt;br /&gt;
An interesting use of the shell with variable assignment and multiple variable assignments:&lt;br /&gt;
&lt;br /&gt;
* https://www.baeldung.com/linux/bash-multiple-variable-assignment&lt;br /&gt;
&lt;br /&gt;
Bash &amp;#039;declare&amp;#039; built-in or keyword, makes intended variable type explicit, if not truly lasting during script run time:&lt;br /&gt;
&lt;br /&gt;
*  https://unix.stackexchange.com/questions/510220/what-is-declare-in-bash&lt;br /&gt;
&lt;br /&gt;
Comparing bash &amp;#039;set&amp;#039; and &amp;#039;declare&amp;#039; built-ins produces almost identical output, at least sometimes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@localhost1:~$ declare &amp;gt;&amp;gt; 1.txt&lt;br /&gt;
ted@localhost1:~$ set &amp;gt;&amp;gt; 2.txt&lt;br /&gt;
ted@localhost1:~$ ls -l 1.txt 2.txt&lt;br /&gt;
-rw-rw-r-- 1 ted ted 88439 Jan 15 14:01 1.txt&lt;br /&gt;
-rw-rw-r-- 1 ted ted 88434 Jan 15 14:01 2.txt&lt;br /&gt;
ted@localhost1:~$ diff 1.txt 2.txt&lt;br /&gt;
126c126&lt;br /&gt;
&amp;lt; _=--color=auto&lt;br /&gt;
---&lt;br /&gt;
&amp;gt; _=declare&lt;br /&gt;
ted@localhost1:~$&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] shell arrays ===&lt;br /&gt;
&lt;br /&gt;
Shell arrays can be indexed or associated (pairs of keys and values).  A good introduction to these things is here:&lt;br /&gt;
&lt;br /&gt;
*  https://www.gnu.org/software/bash/manual/html_node/Arrays.html&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Tests ==&lt;br /&gt;
&lt;br /&gt;
*  https://unix.stackexchange.com/questions/717758/grouping-of-bash-conditionals&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
if [[ $exec_rc -eq 1 &amp;amp;&amp;amp; (-z $keymap_actm || -n $modmap_actm) ]]; then . . .&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Examples ==&lt;br /&gt;
&lt;br /&gt;
Some example scripts&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] rename badly named files ===&lt;br /&gt;
&lt;br /&gt;
How to produce a usable filename which contains &amp;lt;ESC&amp;gt; characters, and to rename that badly named file:&lt;br /&gt;
&lt;br /&gt;
  $ ls -i&lt;br /&gt;
  9704871 &amp;#039;&amp;#039;$&amp;#039;\033\033&amp;#039;   9703029  CMakeLists.txt  10899590  dts          9708845  samples&lt;br /&gt;
  $ ls -q `find . -inum 9704871`&lt;br /&gt;
  &amp;#039;./&amp;#039;$&amp;#039;\033\033&amp;#039;&lt;br /&gt;
  $ mv &amp;#039;./&amp;#039;$&amp;#039;\033\033&amp;#039; betterfilename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn_anchor__shell__helper_script_git_diff-tree&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== [[#top|^]] Git diff-tree helper script ===&lt;br /&gt;
&lt;br /&gt;
A helper script for calling `git diff-tree`, which can be used to determine at which project commit one or more files have changed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
CMD_GIT=/usr/bin/git&lt;br /&gt;
&lt;br /&gt;
$CMD_GIT log --oneline | head | cut -d &amp;quot; &amp;quot; -f 1&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;2024-01-31 git diff-tree helper script in progress . . .&amp;quot;&lt;br /&gt;
echo &amp;quot;got $# arguments, arg one single quoted is &amp;#039;$1&amp;#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
hashes=`$CMD_GIT log --oneline | head -n ${1} | cut -d &amp;quot; &amp;quot; -f 1`&lt;br /&gt;
echo &amp;quot;In $PWD found git commit hashes:&amp;quot;&lt;br /&gt;
echo &amp;quot; &amp;quot; $hashes&lt;br /&gt;
&lt;br /&gt;
#i=1&lt;br /&gt;
#for hash in $hashes; do echo &amp;quot;(&amp;quot;$i&amp;quot;)&amp;quot; $hash; (( i++ )); done&lt;br /&gt;
&lt;br /&gt;
#echo &amp;quot;Files changed between commit pairs youngest pairings to oldest:&lt;br /&gt;
#for hash in $hashes; do echo &amp;quot;Files changed in git commit:&amp;quot;; git diff-tree -r $hash; echo; done&lt;br /&gt;
for hash in $hashes&lt;br /&gt;
    do echo &amp;quot;Files changed in git commit:&amp;quot;&lt;br /&gt;
    git log -1 --oneline $hash&lt;br /&gt;
    git diff-tree -r $hash&lt;br /&gt;
    echo&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;done&amp;quot;&lt;br /&gt;
&lt;br /&gt;
exit 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Script to test compilation of series of git commits:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
CMD_GIT=/usr/bin/git&lt;br /&gt;
&lt;br /&gt;
VETTED_COMMITS_FILE=&amp;quot;branch-commit-vetting-report.txt&amp;quot;&lt;br /&gt;
current_branch=&amp;quot;NOT_SET&amp;quot;&lt;br /&gt;
hashes=&amp;quot;NOT_SET&amp;quot;&lt;br /&gt;
&lt;br /&gt;
function usage()&lt;br /&gt;
{&lt;br /&gt;
    echo &amp;quot;How to use vet-branch.sh:&amp;quot;:&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;  $ vet-branches.sh n&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;Argument &amp;#039;n&amp;#039; is a number of commits to test in current git branch.&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# script starting point, akin to int main&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;$0: starting&amp;quot;&lt;br /&gt;
if [ $# -lt 1 ] &lt;br /&gt;
then&lt;br /&gt;
    echo &amp;quot;$0 called with too few arguments!&amp;quot;&lt;br /&gt;
    usage&lt;br /&gt;
    exit -1  &lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
current_branch=`$CMD_GIT branch --show-current`&lt;br /&gt;
hashes=`$CMD_GIT log --oneline | head -n $1 | cut -d &amp;quot; &amp;quot; -f 1`&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;Vetting $1 commits of branch ${current_branch}.&amp;quot;&lt;br /&gt;
echo &amp;quot;Asked to test commits: $hashes&amp;quot;&lt;br /&gt;
echo&lt;br /&gt;
&lt;br /&gt;
date &amp;gt;&amp;gt; $VETTED_COMMITS_FILE&lt;br /&gt;
echo &amp;quot;Testing compilation of $1 commits start at tip of &amp;#039;$current_branch&amp;#039;:&amp;quot; &amp;gt;&amp;gt; $VETTED_COMMITS_FILE&lt;br /&gt;
&lt;br /&gt;
for hash in $hashes&lt;br /&gt;
    do  &lt;br /&gt;
    $CMD_GIT checkout --quiet $hash&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;At commit $hash, vetting script in progress&amp;quot;&lt;br /&gt;
    echo &amp;quot;---------------------------------------------&amp;quot;&lt;br /&gt;
    ./scripts/docker-helper.sh build_both_debug&lt;br /&gt;
    echo &amp;quot;$hash build result: $?&amp;quot; &amp;gt;&amp;gt; $VETTED_COMMITS_FILE&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
echo&lt;br /&gt;
echo &amp;quot;Restoring git checkout to starting branch:&amp;quot;&lt;br /&gt;
$CMD_GIT checkout $current_branch&lt;br /&gt;
echo &amp;quot;$0: done.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
exit #?&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] shell logging helper ===&lt;br /&gt;
&lt;br /&gt;
Bash and related shell programming definitely have their limitations, with numeric and mathematical handling, name spaces and more.  Despite these shortfalls we still want to debug shell programs.  Noted here is an idea to collect some logging shell functions in a script which can be sourced by other shell scripts.&lt;br /&gt;
&lt;br /&gt;
Code excerpt, not complete:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# @brief Bash script fragment, collection of functions to aid with shell script&lt;br /&gt;
#  debugging.&lt;br /&gt;
#&lt;br /&gt;
# @note Script adopts the notion of log levels as implemented in Zephyr RTOS.&lt;br /&gt;
#   From most critical to most verbose these levels are:&lt;br /&gt;
#&lt;br /&gt;
#   Error, Warning, Info, Debug&lt;br /&gt;
#&lt;br /&gt;
#  ERR&lt;br /&gt;
#  WRN&lt;br /&gt;
#  INF&lt;br /&gt;
#  DBG&lt;br /&gt;
&lt;br /&gt;
function set_script_log_level()&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# @brief This function expects:&lt;br /&gt;
#&lt;br /&gt;
# $1 . . . message to print&lt;br /&gt;
# $2 . . . log level used to filter printing&lt;br /&gt;
&lt;br /&gt;
function diag()&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ************************************************************************************************************ --&amp;gt; &amp;lt;!--&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# TODO [ ] Add sanity checking and modestly vigorous search for system&lt;br /&gt;
#  git and file utilities:&lt;br /&gt;
CMD_GIT=/usr/bin/git&lt;br /&gt;
CMD_TREE=/usr/bin/tree&lt;br /&gt;
&lt;br /&gt;
# Changed file filter, may differ on various work stations:&lt;br /&gt;
MATCH_CHANGED_FILE_LINE=&amp;quot;:100644&amp;quot;&lt;br /&gt;
&lt;br /&gt;
function usage()&lt;br /&gt;
{&lt;br /&gt;
    echo &amp;quot;call $0 with:&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;   $ $0 &amp;lt;count&amp;gt; [-u|-d]&amp;quot;&lt;br /&gt;
    echo &amp;quot;   $ $0 &amp;lt;count&amp;gt; [--show-dirs --make-dirs] &amp;lt;dest_dir&amp;gt; # &amp;lt;- both long options required here&amp;quot;&lt;br /&gt;
    echo &amp;quot;   $ $0 &amp;lt;count&amp;gt; -c &amp;lt;dest_dir&amp;gt;&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;count . . . count of commits to review from tip of git branch&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;-u    . . . optionally summarize file changes to list of unique files changed&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;-d    . . . output essentially like -u.  To be updated.&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;Examples:&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;  $ helper-git-diff-tree-extended.sh 5&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;...to report per commit a list of files changed and some git details&amp;quot;&lt;br /&gt;
    echo &amp;quot;including git&amp;#039;s internal file hashes.  This helpful in highlighting&amp;quot;&lt;br /&gt;
    echo &amp;quot;files deleted and newly created files, whose commit hashes before and&amp;quot;&lt;br /&gt;
    echo &amp;quot;after the given commit respectively end as all zeroes (file deletion)&amp;quot;&lt;br /&gt;
    echo &amp;quot;and begin as all zeroes (file creation).&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;As a side note, file renaming in git involves a file deleation&amp;quot;&lt;br /&gt;
    echo &amp;quot;operation followed immediately by a file creation operation.&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;  $ helper-git-diff-tree-extended.sh 5 -u&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;...to show a list of relative paths ending in names of files changed&amp;quot;&lt;br /&gt;
    echo &amp;quot;anywhere in the commit series of the latest &amp;#039;count&amp;#039; commits of the&amp;quot;&lt;br /&gt;
    echo &amp;quot;local repo at its current commit.&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function shows_changed_files_per_commit()&lt;br /&gt;
{&lt;br /&gt;
    echo &amp;quot;function f1 starting&amp;quot;&lt;br /&gt;
    hashes=`$CMD_GIT log --oneline | head -n ${1} | cut -d &amp;quot; &amp;quot; -f 1`&lt;br /&gt;
    echo &amp;quot;In $PWD found git commit hashes:&amp;quot;&lt;br /&gt;
    echo &amp;quot; &amp;quot; $hashes&lt;br /&gt;
&lt;br /&gt;
    for hash in $hashes&lt;br /&gt;
        do echo &amp;quot;Files changed in git commit:&amp;quot;&lt;br /&gt;
        git log -1 --oneline $hash&lt;br /&gt;
        git diff-tree -r $hash&lt;br /&gt;
        echo&lt;br /&gt;
    done&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function show_unique_changed_files_across_all_commits()&lt;br /&gt;
{&lt;br /&gt;
    shows_changed_files_per_commit ${1} | \&lt;br /&gt;
    grep ${MATCH_CHANGED_FILE_LINE} | cut -f 2 | sort --unique&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# @brief This function reports a list of files changed across a range of&lt;br /&gt;
#   commits, prepending relative path from current working dir to file.&lt;br /&gt;
#&lt;br /&gt;
# This function expects:&lt;br /&gt;
# $1 . . . count of commits to check, starting from branch tip&lt;br /&gt;
&lt;br /&gt;
function show_dirs_per_changed_file()&lt;br /&gt;
{&lt;br /&gt;
    echo &amp;quot;f3 called with $# arguments,&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    shows_changed_files_per_commit ${1} | \&lt;br /&gt;
    grep ${MATCH_CHANGED_FILE_LINE} | cut -f 2 | sort --unique&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# TODO [ ] trim terminating dir separators, e.g. foward slash characters&lt;br /&gt;
#   from passed scratch directory path in which to create detected&lt;br /&gt;
#   paths holding changed files.&lt;br /&gt;
&lt;br /&gt;
# @brief This function recreates in a scratch directory each relative path to&lt;br /&gt;
#   a changed file, those files being unique changed files across series of&lt;br /&gt;
#   commits.&lt;br /&gt;
#&lt;br /&gt;
# This function expects:&lt;br /&gt;
# $1 . . . count of commits to check, starting from branch tip&lt;br /&gt;
# $2 . . . path relative or absolute in which to create copies of paths to each changed file&lt;br /&gt;
&lt;br /&gt;
function recreate_directory_paths()&lt;br /&gt;
{&lt;br /&gt;
    i=1&lt;br /&gt;
    commit_count=$1&lt;br /&gt;
    scratch_dir=$2&lt;br /&gt;
    echo &amp;quot;f4 called with $# arguments,&amp;quot;&lt;br /&gt;
    echo &amp;quot;caller checking $commit_count commits,&amp;quot;&lt;br /&gt;
    echo &amp;quot;caller wants relpaths created in &amp;#039;$scratch_dir&amp;#039; . . .&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    files=`shows_changed_files_per_commit $commit_count | \&lt;br /&gt;
      grep ${MATCH_CHANGED_FILE_LINE} | cut -f 2 | sort --unique`&lt;br /&gt;
&lt;br /&gt;
# TODO [ ] find a way to remove just the filename, then call `mkdir -pv one_or_more_dirs`&lt;br /&gt;
    for file in ${files}; do&lt;br /&gt;
        dir_count=`echo $file | awk -F &amp;quot;/&amp;quot; &amp;#039; { print NF-1 } &amp;#039;`&lt;br /&gt;
        if [ $dir_count -gt 0 ]; then&lt;br /&gt;
            dirs=`echo ${file} | rev | sed &amp;#039;s/\//\ /&amp;#039; | rev | cut -d &amp;quot; &amp;quot; -f 1`&lt;br /&gt;
            echo &amp;quot;($i)&amp;quot;&lt;br /&gt;
            echo &amp;quot;(d) ${file} has dirs ${dirs}&amp;quot;&lt;br /&gt;
            echo &amp;quot;(c)   creating $scratch_dir/${dirs} . . .&amp;quot;&lt;br /&gt;
            mkdir -pv $scratch_dir/${dirs}&lt;br /&gt;
            (( i++ ))&lt;br /&gt;
        fi&lt;br /&gt;
    done&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# @brief This function recreates each file changed across a series of commits,&lt;br /&gt;
#   in a recreated dir path matching its relative path from current working dir.&lt;br /&gt;
#&lt;br /&gt;
# @note The copied files in recreated relative paths can be displayed by the&lt;br /&gt;
#   `tree` command to highlight file changes across commit series more&lt;br /&gt;
#   graphically.&lt;br /&gt;
#&lt;br /&gt;
# This function expects:&lt;br /&gt;
# $1 . . . count of commits to check, starting from branch tip&lt;br /&gt;
# $2 . . . path relative or absolute in which to create copies of paths to each changed file&lt;br /&gt;
&lt;br /&gt;
function copy_relpaths_and_file()&lt;br /&gt;
{&lt;br /&gt;
    i=1&lt;br /&gt;
    commit_count=$1&lt;br /&gt;
    scratch_dir=$2&lt;br /&gt;
    echo &amp;quot;f5 called with $# arguments,&amp;quot;&lt;br /&gt;
    echo &amp;quot;caller wants to copy relative paths and changed files to &amp;#039;$scratch_dir&amp;#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    files=`shows_changed_files_per_commit $1 | \&lt;br /&gt;
      grep ${MATCH_CHANGED_FILE_LINE} | cut -f 2 | sort --unique`&lt;br /&gt;
&lt;br /&gt;
    for file in $files; do&lt;br /&gt;
        dir_count=`echo $file | awk -F &amp;quot;/&amp;quot; &amp;#039; { print NF-1 } &amp;#039;`&lt;br /&gt;
        if [ $dir_count -gt 0 ]; then&lt;br /&gt;
            dirs=`echo $file | rev | sed &amp;#039;s/\//\ /&amp;#039; | rev | cut -d &amp;quot; &amp;quot; -f 1`&lt;br /&gt;
            echo &amp;quot;(d) $file has dirs $dirs&amp;quot;&lt;br /&gt;
            echo &amp;quot;(c)   creating $scratch_dir/$dirs . . .&amp;quot;&lt;br /&gt;
            mkdir -pv $scratch_dir/$dirs&lt;br /&gt;
            cp -pv $file $scratch_dir/$dirs&lt;br /&gt;
            (( i++ ))&lt;br /&gt;
        else&lt;br /&gt;
            cp -pv $file $scratch_dir/$file&lt;br /&gt;
        fi&lt;br /&gt;
    done&lt;br /&gt;
&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;Summary of files changed in commit series, and their final&amp;quot;&lt;br /&gt;
    echo &amp;quot;relative locations:&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    $CMD_TREE $scratch_dir&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
# - SECTION - entry point akin to int main&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;2024-01-31 git diff-tree helper script in progress . . .&amp;quot;&lt;br /&gt;
echo &amp;quot;got $# arguments, arg one single quoted is &amp;#039;$1&amp;#039;&amp;quot;&lt;br /&gt;
echo&lt;br /&gt;
&lt;br /&gt;
if [ $# -lt 1 ] ; then&lt;br /&gt;
    usage&lt;br /&gt;
elif [ $# -eq 1 ] ; then&lt;br /&gt;
    shows_changed_files_per_commit ${1}&lt;br /&gt;
elif [ ${2} == &amp;quot;-u&amp;quot; ] ; then&lt;br /&gt;
    show_unique_changed_files_across_all_commits ${1}&lt;br /&gt;
elif [ ${2} == &amp;quot;-d&amp;quot; ] ; then&lt;br /&gt;
    show_dirs_per_changed_file ${1}&lt;br /&gt;
elif [[ ${2} == &amp;quot;--show-dirs&amp;quot;  &amp;amp;&amp;amp;  ${3} == &amp;quot;--make-dirs&amp;quot; ]] ; then&lt;br /&gt;
    recreate_directory_paths ${1} ${4}&lt;br /&gt;
elif [ ${2} == &amp;quot;-c&amp;quot; ] ; then&lt;br /&gt;
    copy_relpaths_and_file ${1} ${3}&lt;br /&gt;
else &lt;br /&gt;
    usage&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
exit $?&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- ************************************************************************************************************ --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] aliases fragment ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function set_custom_shell_aliases()&lt;br /&gt;
{&lt;br /&gt;
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
## Note:  from recent experimentation and reading, shell alias setting&lt;br /&gt;
##  does not lend itself to being sourced in a script other than&lt;br /&gt;
##  .bashrc, at least in the case of bash shell environment.  For this&lt;br /&gt;
##  reason restoring custom shell aliases to dot-bashrc-amendments.sh&lt;br /&gt;
##  file - TMH&lt;br /&gt;
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
&lt;br /&gt;
    echo &amp;quot;setting custom shell aliases . . .&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    alias gw=&amp;#039;mv ${HOME}/.ssh/config ${HOME}/.ssh/archive; ln -s ${HOME}/.ssh/config--work ${HOME}/.ssh/config; echo &amp;quot;switching ssh auth to github work account&amp;quot;&amp;#039;&lt;br /&gt;
    alias gp=&amp;#039;mv ${HOME}/.ssh/config ${HOME}/.ssh/archive; ln -s ${HOME}/.ssh/config--personal ${HOME}/.ssh/config; echo &amp;quot;switching ssh auth to github personal account&amp;quot;&amp;#039;&lt;br /&gt;
# for safety:&lt;br /&gt;
    alias rm=&amp;#039;rm -i&amp;#039;&lt;br /&gt;
&lt;br /&gt;
    alias xscr=&amp;#039;xscreensaver-command -lock&amp;#039;&lt;br /&gt;
 &lt;br /&gt;
# 2024-01-04 THU&lt;br /&gt;
    alias vu=&amp;#039;ps -u ted x | grep &amp;quot; vi&amp;quot;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# 2024-12-16 MON - list FTDI like devices&lt;br /&gt;
    alias lsf=&amp;#039;ls -l /dev/ttyUSB*; ls -l /dev/ttyACM*&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# 2025-02-05 WED - git log --all --graph --oneline&lt;br /&gt;
    alias gla=&amp;#039;git log --all --graph --oneline&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# 2025-10-26 SUN&lt;br /&gt;
    alias xscr=&amp;#039;xscreensaver-command -lock&amp;#039;&lt;br /&gt;
    alias lgrep=&amp;#039;grep -nr --exclude-dir=build $@&amp;#039;&lt;br /&gt;
&lt;br /&gt;
    echo &amp;quot;. . . done.&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- odne komentar - [[#top|^]] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] to source versus to call ===&lt;br /&gt;
&lt;br /&gt;
A script fragment which acts as an entry point of a script and treats the absence of all arguments as sign that the script is being sourced, rather than called:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SCRIPT_NAME=`echo $0 | sed -e &amp;#039;s,^.*/,,&amp;#039;`&lt;br /&gt;
&lt;br /&gt;
SCRIPT_NAME_WHEN_SOURCED=&amp;quot;check-path-existence.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
EXPECTED_ARG_COUNT=3&lt;br /&gt;
&lt;br /&gt;
if [ $# -eq $EXPECTED_ARG_COUNT ]; then&lt;br /&gt;
    SCRIPT_STATUS=0&lt;br /&gt;
elif [ $# -eq 0 ]; then&lt;br /&gt;
    echo &amp;quot;[INF] $SCRIPT_NAME_WHEN_SOURCED received no arguments, assuming we &amp;quot;&lt;br /&gt;
    echo &amp;quot;       are being sourced and not called.&amp;quot;&lt;br /&gt;
    echo &amp;quot;[INF] (this means we won&amp;#039;t run most of this script&amp;#039;s code.)&amp;quot;&lt;br /&gt;
    SCRIPT_STATUS=300&lt;br /&gt;
elif [[ $# -le $EXPECTED_ARG_COUNT &amp;amp;&amp;amp; $# -ne 0 ]]; then&lt;br /&gt;
    echo &amp;quot;[ERR] $SCRIPT_NAME requires $EXPECTED_ARG_COUNT arguments, got $#.&amp;quot;&lt;br /&gt;
    SCRIPT_STATUS=400&lt;br /&gt;
    help&lt;br /&gt;
elif [[ $# -gt $EXPECTED_ARG_COUNT &amp;amp;&amp;amp; $# -ne 0 ]]; then&lt;br /&gt;
    echo &amp;quot;[WRN] $SCRIPT_NAME expects $EXPECTED_ARG_COUNT arguments, got $#.&amp;quot;&lt;br /&gt;
    echo &amp;quot;[WRN] Extra arguments are ignored.&amp;quot;&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Bash convenience commands ==&lt;br /&gt;
&lt;br /&gt;
Shell commands to assist with day to day tasks:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Disk use command invocation which filters all but the top level directories:&lt;br /&gt;
&lt;br /&gt;
du -k . | grep -v &amp;#039;\./[^/]*/[^/]*&amp;#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following scripts are especially short, sometimes just one command.  They could be implemented as shell aliases but are presented here as independent scripts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
Script:  show most recently updated git branches&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
# How to use:  name this script something short, for example `gbl`, and put it in the shell&amp;#039;s search path.&lt;br /&gt;
# Where to use:  in a local git repository `gbl` shows the ten most recently modified git branchs.&lt;br /&gt;
git branch --sort=committerdate | tail&lt;br /&gt;
exit $?&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create an archive of all files by a given name in the current working directory&amp;#039;s subdirs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar cf spec-md-files.tar $(find . -name spec.md)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Bash helper functions ==&lt;br /&gt;
&lt;br /&gt;
Common helper functions in bash scripts:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function help()&lt;br /&gt;
{&lt;br /&gt;
    # echo script usage&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function exit_early()&lt;br /&gt;
{&lt;br /&gt;
    # echo script name, echo status of last command&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function set_local_vars()&lt;br /&gt;
{&lt;br /&gt;
    # set variables particular to given script, but note they&amp;#039;re global&lt;br /&gt;
    # (good to rename this function.)&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some shell scripts to provide handy localhost commands, for embedded work on a Linux host:&lt;br /&gt;
&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
grep -nr --exclude-dir=.git --exclude-dir=build --exclude-dir=docker_cache --exclude-dir=twister-out* $1 | grep $1&lt;br /&gt;
&lt;br /&gt;
# exit $?&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] To Research ==&lt;br /&gt;
&lt;br /&gt;
[ ] Look up `git ls-files` and its options.&lt;br /&gt;
&lt;br /&gt;
[ ] Review `xargs` called with the dash zero option.&lt;br /&gt;
&lt;br /&gt;
Interesting header file from Zephyr RTOS 3.4.0:&lt;br /&gt;
&lt;br /&gt;
`zephyr/include/zephyr/toolchain/xcc_missing_defs.h`&lt;br /&gt;
&lt;br /&gt;
Shell command substitution backticks versus braces . . .&lt;br /&gt;
&lt;br /&gt;
*  https://stackoverflow.com/questions/22709371/backticks-vs-braces-in-bash&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
https://stackoverflow.com/questions/22709371/backticks-vs-braces-in-bash&lt;br /&gt;
&lt;br /&gt;
# later on in the man page:&lt;br /&gt;
When the old-style backquote form of substitution is used, backslash retains its literal meaning except when followed by $, `, or \. The first backquote not preceded by a backslash terminates the command substitution. When using the $(command) form, all characters between the parentheses make up the command; none are treated specially.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
2026-01-18 domingo&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*************************************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
function script_help()&lt;br /&gt;
{&lt;br /&gt;
    echo &amp;quot;Help for append-tests.sh:&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;-h --help              . . . this help message&amp;quot;&lt;br /&gt;
    echo &amp;quot;-c --create-test-files . . . create small files for append tests&amp;quot;&lt;br /&gt;
    echo &amp;quot;-f --file-list         . . . specify file from which to read list&amp;quot;&lt;br /&gt;
    echo &amp;quot;                              files to process&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function create_test_files()&lt;br /&gt;
{&lt;br /&gt;
    for file in a.txt b.txt c.txt; do&lt;br /&gt;
        cat &amp;lt;&amp;lt;&amp;#039;EOL&amp;#039; &amp;gt; $file &lt;br /&gt;
aaaa&lt;br /&gt;
bbbb&lt;br /&gt;
cccc&lt;br /&gt;
EOL&lt;br /&gt;
    done&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function debug_message()&lt;br /&gt;
{&lt;br /&gt;
    if [[ &amp;quot;$2&amp;quot; != &amp;quot;--quiet&amp;quot; ]]; then&lt;br /&gt;
        echo $1&lt;br /&gt;
    fi&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# @note This function updates the variable $file_size.&lt;br /&gt;
# TODO [ ] Amend function to return a filesize and let caller update any&lt;br /&gt;
#  variables in need.&lt;br /&gt;
&lt;br /&gt;
function parse_file_size()&lt;br /&gt;
{&lt;br /&gt;
    file_size=`ls -l $1 | cut -d &amp;quot; &amp;quot; -f 5`&lt;br /&gt;
    debug_message &amp;quot;(f5) parse_file_size : $1 has size $file_size&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
# - remainder of block handling -&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
function write_partial_block()&lt;br /&gt;
{&lt;br /&gt;
    debug_message &amp;quot;(f4) write_partial_block : handling byte count of $fsize,&amp;quot;&lt;br /&gt;
    debug_message &amp;quot;(f4) write_partial_block : \$idx holds $idx,&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    for i in `seq $idx`&lt;br /&gt;
    do&lt;br /&gt;
        if [ $MODE = &amp;quot;umode&amp;quot; ]; then&lt;br /&gt;
            echo -n $CHAR_1 &amp;gt;&amp;gt; $DATA_FILE_1&lt;br /&gt;
        else&lt;br /&gt;
            echo -n &amp;#039;*&amp;#039; &amp;gt;&amp;gt; $DATA_FILE_1&lt;br /&gt;
        fi&lt;br /&gt;
    done&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
# - block handling -&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
function handle_block()&lt;br /&gt;
{&lt;br /&gt;
    byte_count=$(seq $BS)&lt;br /&gt;
    debug_message &amp;quot;(f3) handle_block : at byte index $idx, writing $BS bytes . . .&amp;quot; --quiet&lt;br /&gt;
&lt;br /&gt;
    for i in $byte_count&lt;br /&gt;
    do&lt;br /&gt;
        if [ $MODE = &amp;quot;umode&amp;quot; ]; then&lt;br /&gt;
            echo -n $CHAR_1 &amp;gt;&amp;gt; $DATA_FILE_1&lt;br /&gt;
        else&lt;br /&gt;
            echo -n &amp;#039;*&amp;#039; &amp;gt;&amp;gt; $DATA_FILE_1&lt;br /&gt;
        fi&lt;br /&gt;
    done&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function iterate_blocks()&lt;br /&gt;
{&lt;br /&gt;
    debug_message &amp;quot;(f2) iterate_blocks : at byte index $idx,&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    while [[ $idx -ge $BS ]]&lt;br /&gt;
    do&lt;br /&gt;
        handle_block&lt;br /&gt;
        (( idx -= $BS ))&lt;br /&gt;
        debug_message &amp;quot;(f2) iterate_blocks : remaining bytes index (count) now $idx&amp;quot; --quiet&lt;br /&gt;
    done&lt;br /&gt;
&lt;br /&gt;
    if [[ $idx -ge 0 &amp;amp;&amp;amp; $idx -lt $BS ]]; then&lt;br /&gt;
        debug_message &amp;quot;(f2) iterate_blocks : byte index now holds partial block size $idx&amp;quot;&lt;br /&gt;
        write_partial_block $idx&lt;br /&gt;
    fi&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function write_pattern()&lt;br /&gt;
{&lt;br /&gt;
# Write first byte:&lt;br /&gt;
    if [ $MODE = &amp;quot;umode&amp;quot; ]; then&lt;br /&gt;
        echo -n $CHAR_1 &amp;gt; $DATA_FILE_1&lt;br /&gt;
    else&lt;br /&gt;
        echo -n &amp;#039;*&amp;#039; &amp;gt; $DATA_FILE_1&lt;br /&gt;
    fi&lt;br /&gt;
&lt;br /&gt;
    # When a file is greater than our selected block size we interate over&lt;br /&gt;
    # blocks of the file first:&lt;br /&gt;
    if [ $file_size -gt $BS ]&lt;br /&gt;
    then&lt;br /&gt;
        echo &amp;quot;(f1) write_pattern : file larger than $BS bytes.&amp;quot;&lt;br /&gt;
        iterate_blocks&lt;br /&gt;
    fi&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
# - SECTION - akin to int main&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
DATA_FILE_1=1.dat&lt;br /&gt;
DATA_FILE_2=2.dat&lt;br /&gt;
# block size&lt;br /&gt;
BS=1024&lt;br /&gt;
&lt;br /&gt;
# Prefer ASCII values 42 and 85 . . .&lt;br /&gt;
CHAR_1=&amp;quot;U&amp;quot;&lt;br /&gt;
CHAR_2=&amp;quot;A&amp;quot;&lt;br /&gt;
MODE=&amp;quot;umode&amp;quot;&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;Append script starting,&amp;quot;&lt;br /&gt;
&lt;br /&gt;
if [ $# -gt 0 ]&lt;br /&gt;
then&lt;br /&gt;
    echo &amp;quot;in first argument detected filename: $1&amp;quot;&lt;br /&gt;
else&lt;br /&gt;
    echo &amp;quot;$0 expects a filename to work with!&amp;quot;&lt;br /&gt;
    echo &amp;quot;exiting early . . .&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    exit -1&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
OPTS=$(getopt -o cf:h --long help,create-test-files,file-list: -n append.sh -- &amp;quot;$@&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
if [ $? -ne 0 ]; then&lt;br /&gt;
    echo &amp;quot;Failed to parse options&amp;quot; &amp;gt;&amp;amp;2&lt;br /&gt;
    exit 1&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# Reset the positional parameters to the parsed options&lt;br /&gt;
eval set -- &amp;quot;$OPTS&amp;quot;&lt;br /&gt;
&lt;br /&gt;
## Process the options&lt;br /&gt;
while true; do&lt;br /&gt;
  case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    -h | --help)&lt;br /&gt;
      script_help&lt;br /&gt;
      EXIT_AFTER_OPTION=1&lt;br /&gt;
      shift&lt;br /&gt;
      ;;&lt;br /&gt;
    -c | --create-test-files)&lt;br /&gt;
      create_test_files&lt;br /&gt;
      shift&lt;br /&gt;
      ;;&lt;br /&gt;
    --)&lt;br /&gt;
      # debug_message &amp;quot;got additional arguments &amp;#039;$@&amp;#039;&amp;quot;&lt;br /&gt;
      shift&lt;br /&gt;
      # debug_message &amp;quot;clearing options and args separator have &amp;#039;$@&amp;#039;&amp;quot;&lt;br /&gt;
      break&lt;br /&gt;
      ;;&lt;br /&gt;
    *)&lt;br /&gt;
      echo &amp;quot;$0 Failed to parse options, exiting early!&amp;quot;&lt;br /&gt;
      exit 1&lt;br /&gt;
      ;;&lt;br /&gt;
  esac&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
DATA_FILE_1=$1&lt;br /&gt;
&lt;br /&gt;
# DEBUG BLOCK BLOCK&lt;br /&gt;
file_size=`ls -l $DATA_FILE_1 | cut -d &amp;quot; &amp;quot; -f 5`&lt;br /&gt;
debug_message &amp;quot;(0) main : file $DATA_FILE_1 has size $file_size&amp;quot;&lt;br /&gt;
parse_file_size $DATA_FILE_1&lt;br /&gt;
# DEBUG BLOCK END&lt;br /&gt;
&lt;br /&gt;
# TODO [ ] account for files of size one byte.&lt;br /&gt;
&lt;br /&gt;
# - STEP - check for file size greater than one byte:&lt;br /&gt;
b=`expr $file_size \&amp;gt; 1`&lt;br /&gt;
if [ $b ]&lt;br /&gt;
then&lt;br /&gt;
    fsize=$file_size&lt;br /&gt;
    (( fsize -= 1 ))&lt;br /&gt;
else&lt;br /&gt;
    echo &amp;quot;file has size of zero or one.&amp;quot;&lt;br /&gt;
    return 0&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
idx=$file_size&lt;br /&gt;
write_pattern&lt;br /&gt;
&lt;br /&gt;
debug_message &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
debug_message &amp;quot;main : switching to asterisk mode,&amp;quot;&lt;br /&gt;
MODE=&amp;quot;asterisk&amp;quot;&lt;br /&gt;
idx=$file_size&lt;br /&gt;
debug_message &amp;quot;main : index idx assigned value $idx&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# DEBUG BLOCK BEGIN&lt;br /&gt;
file_size=`ls -l $DATA_FILE_1 | cut -d &amp;quot; &amp;quot; -f 5`&lt;br /&gt;
debug_message &amp;quot;(0) main : file $DATA_FILE_1 has size $file_size&amp;quot;&lt;br /&gt;
parse_file_size $DATA_FILE_1&lt;br /&gt;
# DEBUG BLOCK END&lt;br /&gt;
&lt;br /&gt;
write_pattern&lt;br /&gt;
&lt;br /&gt;
debug_message &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;Test of file append done, returning $?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
exit $?&lt;br /&gt;
***************************************************************************************************************************&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 2026-03-30&lt;br /&gt;
&lt;br /&gt;
diff --git a/dbm-main.sh b/dbm-main.sh&lt;br /&gt;
index 6de142f..f8d9cca 100755&lt;br /&gt;
--- a/dbm-main.sh&lt;br /&gt;
+++ b/dbm-main.sh&lt;br /&gt;
&lt;br /&gt;
(2)&lt;br /&gt;
&lt;br /&gt;
$ diff&lt;br /&gt;
--- a/dbm-main.sh&lt;br /&gt;
+++ b/dbm-main.sh&lt;br /&gt;
@@ -133,7 +133,7 @@ alias announce_new_dir=&amp;#039;if (( $? &amp;amp;&amp;amp; 1 )); then echo &amp;quot;- ${SCRIPT_ABBR} - dir not&lt;br /&gt;
 DBPS=&amp;quot;G${bookmarks_group_id}&amp;quot;&lt;br /&gt;
 alias s=&amp;#039;&lt;br /&gt;
 echo&lt;br /&gt;
-echo &amp;quot;Bookmarked paths in bookmarks group ${bookmarks_group_id} are:&amp;quot;&lt;br /&gt;
+echo &amp;quot;- DEV 1 - Bookmarked paths in bookmarks group ${bookmarks_group_id} are:&amp;quot;&lt;br /&gt;
 echo &amp;quot;(use &amp;#039;gd1&amp;#039;, &amp;#039;gd2&amp;#039;, etc to go to bookmarked directory)&amp;quot;&lt;br /&gt;
 echo&lt;br /&gt;
 &lt;br /&gt;
@@ -263,42 +263,45 @@ echo &amp;quot;Loaded user-saved paths:&amp;quot;; s&amp;#039;&lt;br /&gt;
 &lt;br /&gt;
 # Aliases to load different groups of bookmarked paths:&lt;br /&gt;
 &lt;br /&gt;
-if [[ 0 ]]; then&lt;br /&gt;
-       echo &amp;quot;M1&amp;quot;&lt;br /&gt;
-    alias lp1=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 1&amp;#039;&lt;br /&gt;
-    alias lp2=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 2&amp;#039;&lt;br /&gt;
-    alias lp3=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 3&amp;#039;&lt;br /&gt;
-    alias lp4=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 4&amp;#039;&lt;br /&gt;
-    alias lp5=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 5&amp;#039;&lt;br /&gt;
-&lt;br /&gt;
-    alias lp6=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 6&amp;#039;&lt;br /&gt;
-    alias lp7=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 7&amp;#039;&lt;br /&gt;
-    alias lp8=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 8&amp;#039;&lt;br /&gt;
-    alias lp9=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 9&amp;#039;&lt;br /&gt;
-    alias lp10=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 10&amp;#039;&lt;br /&gt;
-fi&lt;br /&gt;
-&lt;br /&gt;
 # TODO [ ] HIGH PRIORITY find way for script to identify its full path,&lt;br /&gt;
 #           so we may remove this hard-coded path:&lt;br /&gt;
 &lt;br /&gt;
-link_to_dbm=&amp;quot;$HOME/projects/directory-book-marker/dbm-main.sh&amp;quot;&lt;br /&gt;
-    alias lp1=&amp;#039;. $link_to_dbm 1&amp;#039;&lt;br /&gt;
-    alias lp2=&amp;#039;. $link_to_dbm 2&amp;#039;&lt;br /&gt;
-    alias lp3=&amp;#039;. $link_to_dbm 3&amp;#039;&lt;br /&gt;
-    alias lp4=&amp;#039;. $link_to_dbm 4&amp;#039;&lt;br /&gt;
-    alias lp5=&amp;#039;. $link_to_dbm 5&amp;#039;&lt;br /&gt;
+# link_to_dbm=&amp;quot;$HOME/projects/directory-book-marker/dbm-main.sh&amp;quot;&lt;br /&gt;
+DBM_SCRIPT_DIR1=$HOME/.bookmarked-paths&lt;br /&gt;
+DBM_SCRIPT_DIR2=$HOME/projects/directory-bookmarker&lt;br /&gt;
+DBM_SCRIPT_DIR3=$HOME/workspace/directory-bookmarker&lt;br /&gt;
+&lt;br /&gt;
+DBM_SCRIPT_NAME=dbm-main.sh&lt;br /&gt;
+&lt;br /&gt;
+unset DBM_SCRIPT&lt;br /&gt;
+&lt;br /&gt;
+if [ -e $DBM_SCRIPT_DIR1/$DBM_SCRIPT_NAME ]; then&lt;br /&gt;
+    DBM_SCRIPT=$DBM_SCRIPT_DIR1/$DBM_SCRIPT_NAME&lt;br /&gt;
+elif [ -e $DBM_SCRIPT_DIR2/$DBM_SCRIPT_NAME ]; then&lt;br /&gt;
+    DBM_SCRIPT=$DBM_SCRIPT_DIR2/$DBM_SCRIPT_NAME&lt;br /&gt;
+elif [ -e $DBM_SCRIPT_DIR3/$DBM_SCRIPT_NAME ]; then&lt;br /&gt;
+    DBM_SCRIPT=$DBM_SCRIPT_DIR3/$DBM_SCRIPT_NAME&lt;br /&gt;
+else&lt;br /&gt;
+    echo &amp;quot;Failed to find primary directory bookmarker script&amp;quot;&lt;br /&gt;
+    exit -ENOENT&lt;br /&gt;
+fi&lt;br /&gt;
+&lt;br /&gt;
+    alias lp1=&amp;#039;. $DBM_SCRIPT 1&amp;#039;&lt;br /&gt;
+    alias lp2=&amp;#039;. $DBM_SCRIPT 2&amp;#039;&lt;br /&gt;
+    alias lp3=&amp;#039;. $DBM_SCRIPT 3&amp;#039;&lt;br /&gt;
+    alias lp4=&amp;#039;. $DBM_SCRIPT 4&amp;#039;&lt;br /&gt;
+    alias lp5=&amp;#039;. $DBM_SCRIPT 5&amp;#039;&lt;br /&gt;
 &lt;br /&gt;
-    alias lp6=&amp;#039;. $link_to_dbm 6&amp;#039;&lt;br /&gt;
-    alias lp7=&amp;#039;. $link_to_dbm 7&amp;#039;&lt;br /&gt;
-    alias lp8=&amp;#039;. $link_to_dbm 8&amp;#039;&lt;br /&gt;
-    alias lp9=&amp;#039;. $link_to_dbm 9&amp;#039;&lt;br /&gt;
-    alias lp1link_to_dbm=&amp;#039;. $link_to_dbm 1link_to_dbm&amp;#039;&lt;br /&gt;
+    alias lp6=&amp;#039;. $DBM_SCRIPT 6&amp;#039;&lt;br /&gt;
+    alias lp7=&amp;#039;. $DBM_SCRIPT 7&amp;#039;&lt;br /&gt;
+    alias lp8=&amp;#039;. $DBM_SCRIPT 8&amp;#039;&lt;br /&gt;
+    alias lp9=&amp;#039;. $DBM_SCRIPT 9&amp;#039;&lt;br /&gt;
 &lt;br /&gt;
 # 2017-12-14 - Alias &amp;#039;show non-empty bookmarks&amp;#039; added by Ted:&lt;br /&gt;
 &lt;br /&gt;
-    alias sne=&amp;#039;&lt;br /&gt;
+    alias se=&amp;#039;&lt;br /&gt;
 echo&lt;br /&gt;
-echo &amp;quot;Showing non-empty bookmarks in bookmarks group ${bookmarks_group_id}:&amp;quot;&lt;br /&gt;
+echo &amp;quot;Showing existing bookmarks in bookmarks group ${bookmarks_group_id}:&amp;quot;&lt;br /&gt;
 echo&lt;br /&gt;
 &lt;br /&gt;
 bookmarked_path[1]=$D1; bookmarked_path[2]=$D2;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Shell&amp;diff=9022</id>
		<title>Shell</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Shell&amp;diff=9022"/>
		<updated>2026-06-03T16:44:54Z</updated>

		<summary type="html">&lt;p&gt;Ted: Bash convenience commands : add disk use invocation with top level dir filtering&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Shell Scripting&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] OVERVIEW ==&lt;br /&gt;
&lt;br /&gt;
This local page for Bash shell scripts and notes on shell scripting.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Shell Resources ==&lt;br /&gt;
&lt;br /&gt;
*  https://tldp.org/guides.html . . . look for Mendel Cooper bash guide here.&lt;br /&gt;
&lt;br /&gt;
*  https://www.shellcheck.net/ . . . run shell scripts online here for error checking purposes.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Bash Built-in Variables ==&lt;br /&gt;
Some links to useful articles discussing `bash` built-in variables:&lt;br /&gt;
*  https://avpres.net/Bash/builtin_shell_variables&lt;br /&gt;
*  https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html&lt;br /&gt;
&lt;br /&gt;
Bash&amp;#039;s built-in variables with short names, as listed in Kernigan and Ritchie&amp;#039;s &amp;quot;Unix Programming&amp;quot; book and at the first linked article above:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$0&lt;br /&gt;
    The first element passed to the shell is the command name.&lt;br /&gt;
$n&lt;br /&gt;
    The nth argument passed on the command line. If n ≥ 10, then the syntax must be ${n}.&lt;br /&gt;
$*&lt;br /&gt;
    All the arguments on the command line. The values are separated by the first character in the shell variable IFS: (${1} … ${n}). See also: the IFS entry in Other Shell Variables.&lt;br /&gt;
$@&lt;br /&gt;
    All the arguments on the command line. The values are individually quoted: (&amp;quot;${1}&amp;quot; … &amp;quot;${n}&amp;quot;).&lt;br /&gt;
$#&lt;br /&gt;
    The number of command-line arguments.&lt;br /&gt;
$?&lt;br /&gt;
    The exit value of the last executed command.&lt;br /&gt;
$_&lt;br /&gt;
    The last argument of the previous command.&lt;br /&gt;
$!&lt;br /&gt;
    The process ID of the most recent background process.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Getopt and Getopts ==&lt;br /&gt;
&lt;br /&gt;
The shell page section to cover `getopt` and `getopts`, two libraries or facilities available to Bash shell scripts to process command line arguments.&lt;br /&gt;
&lt;br /&gt;
An introduction to `getopt` at Labex dot io:&lt;br /&gt;
&lt;br /&gt;
*  https://labex.io/tutorials/shell-bash-getopt-391993&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Variables ==&lt;br /&gt;
&lt;br /&gt;
An interesting use of the shell with variable assignment and multiple variable assignments:&lt;br /&gt;
&lt;br /&gt;
* https://www.baeldung.com/linux/bash-multiple-variable-assignment&lt;br /&gt;
&lt;br /&gt;
Bash &amp;#039;declare&amp;#039; built-in or keyword, makes intended variable type explicit, if not truly lasting during script run time:&lt;br /&gt;
&lt;br /&gt;
*  https://unix.stackexchange.com/questions/510220/what-is-declare-in-bash&lt;br /&gt;
&lt;br /&gt;
Comparing bash &amp;#039;set&amp;#039; and &amp;#039;declare&amp;#039; built-ins produces almost identical output, at least sometimes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ted@localhost1:~$ declare &amp;gt;&amp;gt; 1.txt&lt;br /&gt;
ted@localhost1:~$ set &amp;gt;&amp;gt; 2.txt&lt;br /&gt;
ted@localhost1:~$ ls -l 1.txt 2.txt&lt;br /&gt;
-rw-rw-r-- 1 ted ted 88439 Jan 15 14:01 1.txt&lt;br /&gt;
-rw-rw-r-- 1 ted ted 88434 Jan 15 14:01 2.txt&lt;br /&gt;
ted@localhost1:~$ diff 1.txt 2.txt&lt;br /&gt;
126c126&lt;br /&gt;
&amp;lt; _=--color=auto&lt;br /&gt;
---&lt;br /&gt;
&amp;gt; _=declare&lt;br /&gt;
ted@localhost1:~$&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] shell arrays ===&lt;br /&gt;
&lt;br /&gt;
Shell arrays can be indexed or associated (pairs of keys and values).  A good introduction to these things is here:&lt;br /&gt;
&lt;br /&gt;
*  https://www.gnu.org/software/bash/manual/html_node/Arrays.html&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Tests ==&lt;br /&gt;
&lt;br /&gt;
*  https://unix.stackexchange.com/questions/717758/grouping-of-bash-conditionals&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
if [[ $exec_rc -eq 1 &amp;amp;&amp;amp; (-z $keymap_actm || -n $modmap_actm) ]]; then . . .&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Examples ==&lt;br /&gt;
&lt;br /&gt;
Some example scripts&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] rename badly named files ===&lt;br /&gt;
&lt;br /&gt;
How to produce a usable filename which contains &amp;lt;ESC&amp;gt; characters, and to rename that badly named file:&lt;br /&gt;
&lt;br /&gt;
  $ ls -i&lt;br /&gt;
  9704871 &amp;#039;&amp;#039;$&amp;#039;\033\033&amp;#039;   9703029  CMakeLists.txt  10899590  dts          9708845  samples&lt;br /&gt;
  $ ls -q `find . -inum 9704871`&lt;br /&gt;
  &amp;#039;./&amp;#039;$&amp;#039;\033\033&amp;#039;&lt;br /&gt;
  $ mv &amp;#039;./&amp;#039;$&amp;#039;\033\033&amp;#039; betterfilename&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;nn_anchor__shell__helper_script_git_diff-tree&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== [[#top|^]] Git diff-tree helper script ===&lt;br /&gt;
&lt;br /&gt;
A helper script for calling `git diff-tree`, which can be used to determine at which project commit one or more files have changed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
CMD_GIT=/usr/bin/git&lt;br /&gt;
&lt;br /&gt;
$CMD_GIT log --oneline | head | cut -d &amp;quot; &amp;quot; -f 1&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;2024-01-31 git diff-tree helper script in progress . . .&amp;quot;&lt;br /&gt;
echo &amp;quot;got $# arguments, arg one single quoted is &amp;#039;$1&amp;#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
hashes=`$CMD_GIT log --oneline | head -n ${1} | cut -d &amp;quot; &amp;quot; -f 1`&lt;br /&gt;
echo &amp;quot;In $PWD found git commit hashes:&amp;quot;&lt;br /&gt;
echo &amp;quot; &amp;quot; $hashes&lt;br /&gt;
&lt;br /&gt;
#i=1&lt;br /&gt;
#for hash in $hashes; do echo &amp;quot;(&amp;quot;$i&amp;quot;)&amp;quot; $hash; (( i++ )); done&lt;br /&gt;
&lt;br /&gt;
#echo &amp;quot;Files changed between commit pairs youngest pairings to oldest:&lt;br /&gt;
#for hash in $hashes; do echo &amp;quot;Files changed in git commit:&amp;quot;; git diff-tree -r $hash; echo; done&lt;br /&gt;
for hash in $hashes&lt;br /&gt;
    do echo &amp;quot;Files changed in git commit:&amp;quot;&lt;br /&gt;
    git log -1 --oneline $hash&lt;br /&gt;
    git diff-tree -r $hash&lt;br /&gt;
    echo&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;done&amp;quot;&lt;br /&gt;
&lt;br /&gt;
exit 0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Script to test compilation of series of git commits:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
CMD_GIT=/usr/bin/git&lt;br /&gt;
&lt;br /&gt;
VETTED_COMMITS_FILE=&amp;quot;branch-commit-vetting-report.txt&amp;quot;&lt;br /&gt;
current_branch=&amp;quot;NOT_SET&amp;quot;&lt;br /&gt;
hashes=&amp;quot;NOT_SET&amp;quot;&lt;br /&gt;
&lt;br /&gt;
function usage()&lt;br /&gt;
{&lt;br /&gt;
    echo &amp;quot;How to use vet-branch.sh:&amp;quot;:&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;  $ vet-branches.sh n&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;Argument &amp;#039;n&amp;#039; is a number of commits to test in current git branch.&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# script starting point, akin to int main&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;$0: starting&amp;quot;&lt;br /&gt;
if [ $# -lt 1 ] &lt;br /&gt;
then&lt;br /&gt;
    echo &amp;quot;$0 called with too few arguments!&amp;quot;&lt;br /&gt;
    usage&lt;br /&gt;
    exit -1  &lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
current_branch=`$CMD_GIT branch --show-current`&lt;br /&gt;
hashes=`$CMD_GIT log --oneline | head -n $1 | cut -d &amp;quot; &amp;quot; -f 1`&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;Vetting $1 commits of branch ${current_branch}.&amp;quot;&lt;br /&gt;
echo &amp;quot;Asked to test commits: $hashes&amp;quot;&lt;br /&gt;
echo&lt;br /&gt;
&lt;br /&gt;
date &amp;gt;&amp;gt; $VETTED_COMMITS_FILE&lt;br /&gt;
echo &amp;quot;Testing compilation of $1 commits start at tip of &amp;#039;$current_branch&amp;#039;:&amp;quot; &amp;gt;&amp;gt; $VETTED_COMMITS_FILE&lt;br /&gt;
&lt;br /&gt;
for hash in $hashes&lt;br /&gt;
    do  &lt;br /&gt;
    $CMD_GIT checkout --quiet $hash&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;At commit $hash, vetting script in progress&amp;quot;&lt;br /&gt;
    echo &amp;quot;---------------------------------------------&amp;quot;&lt;br /&gt;
    ./scripts/docker-helper.sh build_both_debug&lt;br /&gt;
    echo &amp;quot;$hash build result: $?&amp;quot; &amp;gt;&amp;gt; $VETTED_COMMITS_FILE&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
echo&lt;br /&gt;
echo &amp;quot;Restoring git checkout to starting branch:&amp;quot;&lt;br /&gt;
$CMD_GIT checkout $current_branch&lt;br /&gt;
echo &amp;quot;$0: done.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
exit #?&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] shell logging helper ===&lt;br /&gt;
&lt;br /&gt;
Bash and related shell programming definitely have their limitations, with numeric and mathematical handling, name spaces and more.  Despite these shortfalls we still want to debug shell programs.  Noted here is an idea to collect some logging shell functions in a script which can be sourced by other shell scripts.&lt;br /&gt;
&lt;br /&gt;
Code excerpt, not complete:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# @brief Bash script fragment, collection of functions to aid with shell script&lt;br /&gt;
#  debugging.&lt;br /&gt;
#&lt;br /&gt;
# @note Script adopts the notion of log levels as implemented in Zephyr RTOS.&lt;br /&gt;
#   From most critical to most verbose these levels are:&lt;br /&gt;
#&lt;br /&gt;
#   Error, Warning, Info, Debug&lt;br /&gt;
#&lt;br /&gt;
#  ERR&lt;br /&gt;
#  WRN&lt;br /&gt;
#  INF&lt;br /&gt;
#  DBG&lt;br /&gt;
&lt;br /&gt;
function set_script_log_level()&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# @brief This function expects:&lt;br /&gt;
#&lt;br /&gt;
# $1 . . . message to print&lt;br /&gt;
# $2 . . . log level used to filter printing&lt;br /&gt;
&lt;br /&gt;
function diag()&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ************************************************************************************************************ --&amp;gt; &amp;lt;!--&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# TODO [ ] Add sanity checking and modestly vigorous search for system&lt;br /&gt;
#  git and file utilities:&lt;br /&gt;
CMD_GIT=/usr/bin/git&lt;br /&gt;
CMD_TREE=/usr/bin/tree&lt;br /&gt;
&lt;br /&gt;
# Changed file filter, may differ on various work stations:&lt;br /&gt;
MATCH_CHANGED_FILE_LINE=&amp;quot;:100644&amp;quot;&lt;br /&gt;
&lt;br /&gt;
function usage()&lt;br /&gt;
{&lt;br /&gt;
    echo &amp;quot;call $0 with:&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;   $ $0 &amp;lt;count&amp;gt; [-u|-d]&amp;quot;&lt;br /&gt;
    echo &amp;quot;   $ $0 &amp;lt;count&amp;gt; [--show-dirs --make-dirs] &amp;lt;dest_dir&amp;gt; # &amp;lt;- both long options required here&amp;quot;&lt;br /&gt;
    echo &amp;quot;   $ $0 &amp;lt;count&amp;gt; -c &amp;lt;dest_dir&amp;gt;&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;count . . . count of commits to review from tip of git branch&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;-u    . . . optionally summarize file changes to list of unique files changed&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;-d    . . . output essentially like -u.  To be updated.&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;Examples:&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;  $ helper-git-diff-tree-extended.sh 5&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;...to report per commit a list of files changed and some git details&amp;quot;&lt;br /&gt;
    echo &amp;quot;including git&amp;#039;s internal file hashes.  This helpful in highlighting&amp;quot;&lt;br /&gt;
    echo &amp;quot;files deleted and newly created files, whose commit hashes before and&amp;quot;&lt;br /&gt;
    echo &amp;quot;after the given commit respectively end as all zeroes (file deletion)&amp;quot;&lt;br /&gt;
    echo &amp;quot;and begin as all zeroes (file creation).&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;As a side note, file renaming in git involves a file deleation&amp;quot;&lt;br /&gt;
    echo &amp;quot;operation followed immediately by a file creation operation.&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;  $ helper-git-diff-tree-extended.sh 5 -u&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;...to show a list of relative paths ending in names of files changed&amp;quot;&lt;br /&gt;
    echo &amp;quot;anywhere in the commit series of the latest &amp;#039;count&amp;#039; commits of the&amp;quot;&lt;br /&gt;
    echo &amp;quot;local repo at its current commit.&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function shows_changed_files_per_commit()&lt;br /&gt;
{&lt;br /&gt;
    echo &amp;quot;function f1 starting&amp;quot;&lt;br /&gt;
    hashes=`$CMD_GIT log --oneline | head -n ${1} | cut -d &amp;quot; &amp;quot; -f 1`&lt;br /&gt;
    echo &amp;quot;In $PWD found git commit hashes:&amp;quot;&lt;br /&gt;
    echo &amp;quot; &amp;quot; $hashes&lt;br /&gt;
&lt;br /&gt;
    for hash in $hashes&lt;br /&gt;
        do echo &amp;quot;Files changed in git commit:&amp;quot;&lt;br /&gt;
        git log -1 --oneline $hash&lt;br /&gt;
        git diff-tree -r $hash&lt;br /&gt;
        echo&lt;br /&gt;
    done&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function show_unique_changed_files_across_all_commits()&lt;br /&gt;
{&lt;br /&gt;
    shows_changed_files_per_commit ${1} | \&lt;br /&gt;
    grep ${MATCH_CHANGED_FILE_LINE} | cut -f 2 | sort --unique&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# @brief This function reports a list of files changed across a range of&lt;br /&gt;
#   commits, prepending relative path from current working dir to file.&lt;br /&gt;
#&lt;br /&gt;
# This function expects:&lt;br /&gt;
# $1 . . . count of commits to check, starting from branch tip&lt;br /&gt;
&lt;br /&gt;
function show_dirs_per_changed_file()&lt;br /&gt;
{&lt;br /&gt;
    echo &amp;quot;f3 called with $# arguments,&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    shows_changed_files_per_commit ${1} | \&lt;br /&gt;
    grep ${MATCH_CHANGED_FILE_LINE} | cut -f 2 | sort --unique&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# TODO [ ] trim terminating dir separators, e.g. foward slash characters&lt;br /&gt;
#   from passed scratch directory path in which to create detected&lt;br /&gt;
#   paths holding changed files.&lt;br /&gt;
&lt;br /&gt;
# @brief This function recreates in a scratch directory each relative path to&lt;br /&gt;
#   a changed file, those files being unique changed files across series of&lt;br /&gt;
#   commits.&lt;br /&gt;
#&lt;br /&gt;
# This function expects:&lt;br /&gt;
# $1 . . . count of commits to check, starting from branch tip&lt;br /&gt;
# $2 . . . path relative or absolute in which to create copies of paths to each changed file&lt;br /&gt;
&lt;br /&gt;
function recreate_directory_paths()&lt;br /&gt;
{&lt;br /&gt;
    i=1&lt;br /&gt;
    commit_count=$1&lt;br /&gt;
    scratch_dir=$2&lt;br /&gt;
    echo &amp;quot;f4 called with $# arguments,&amp;quot;&lt;br /&gt;
    echo &amp;quot;caller checking $commit_count commits,&amp;quot;&lt;br /&gt;
    echo &amp;quot;caller wants relpaths created in &amp;#039;$scratch_dir&amp;#039; . . .&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    files=`shows_changed_files_per_commit $commit_count | \&lt;br /&gt;
      grep ${MATCH_CHANGED_FILE_LINE} | cut -f 2 | sort --unique`&lt;br /&gt;
&lt;br /&gt;
# TODO [ ] find a way to remove just the filename, then call `mkdir -pv one_or_more_dirs`&lt;br /&gt;
    for file in ${files}; do&lt;br /&gt;
        dir_count=`echo $file | awk -F &amp;quot;/&amp;quot; &amp;#039; { print NF-1 } &amp;#039;`&lt;br /&gt;
        if [ $dir_count -gt 0 ]; then&lt;br /&gt;
            dirs=`echo ${file} | rev | sed &amp;#039;s/\//\ /&amp;#039; | rev | cut -d &amp;quot; &amp;quot; -f 1`&lt;br /&gt;
            echo &amp;quot;($i)&amp;quot;&lt;br /&gt;
            echo &amp;quot;(d) ${file} has dirs ${dirs}&amp;quot;&lt;br /&gt;
            echo &amp;quot;(c)   creating $scratch_dir/${dirs} . . .&amp;quot;&lt;br /&gt;
            mkdir -pv $scratch_dir/${dirs}&lt;br /&gt;
            (( i++ ))&lt;br /&gt;
        fi&lt;br /&gt;
    done&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# @brief This function recreates each file changed across a series of commits,&lt;br /&gt;
#   in a recreated dir path matching its relative path from current working dir.&lt;br /&gt;
#&lt;br /&gt;
# @note The copied files in recreated relative paths can be displayed by the&lt;br /&gt;
#   `tree` command to highlight file changes across commit series more&lt;br /&gt;
#   graphically.&lt;br /&gt;
#&lt;br /&gt;
# This function expects:&lt;br /&gt;
# $1 . . . count of commits to check, starting from branch tip&lt;br /&gt;
# $2 . . . path relative or absolute in which to create copies of paths to each changed file&lt;br /&gt;
&lt;br /&gt;
function copy_relpaths_and_file()&lt;br /&gt;
{&lt;br /&gt;
    i=1&lt;br /&gt;
    commit_count=$1&lt;br /&gt;
    scratch_dir=$2&lt;br /&gt;
    echo &amp;quot;f5 called with $# arguments,&amp;quot;&lt;br /&gt;
    echo &amp;quot;caller wants to copy relative paths and changed files to &amp;#039;$scratch_dir&amp;#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    files=`shows_changed_files_per_commit $1 | \&lt;br /&gt;
      grep ${MATCH_CHANGED_FILE_LINE} | cut -f 2 | sort --unique`&lt;br /&gt;
&lt;br /&gt;
    for file in $files; do&lt;br /&gt;
        dir_count=`echo $file | awk -F &amp;quot;/&amp;quot; &amp;#039; { print NF-1 } &amp;#039;`&lt;br /&gt;
        if [ $dir_count -gt 0 ]; then&lt;br /&gt;
            dirs=`echo $file | rev | sed &amp;#039;s/\//\ /&amp;#039; | rev | cut -d &amp;quot; &amp;quot; -f 1`&lt;br /&gt;
            echo &amp;quot;(d) $file has dirs $dirs&amp;quot;&lt;br /&gt;
            echo &amp;quot;(c)   creating $scratch_dir/$dirs . . .&amp;quot;&lt;br /&gt;
            mkdir -pv $scratch_dir/$dirs&lt;br /&gt;
            cp -pv $file $scratch_dir/$dirs&lt;br /&gt;
            (( i++ ))&lt;br /&gt;
        else&lt;br /&gt;
            cp -pv $file $scratch_dir/$file&lt;br /&gt;
        fi&lt;br /&gt;
    done&lt;br /&gt;
&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;Summary of files changed in commit series, and their final&amp;quot;&lt;br /&gt;
    echo &amp;quot;relative locations:&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    $CMD_TREE $scratch_dir&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
# - SECTION - entry point akin to int main&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;2024-01-31 git diff-tree helper script in progress . . .&amp;quot;&lt;br /&gt;
echo &amp;quot;got $# arguments, arg one single quoted is &amp;#039;$1&amp;#039;&amp;quot;&lt;br /&gt;
echo&lt;br /&gt;
&lt;br /&gt;
if [ $# -lt 1 ] ; then&lt;br /&gt;
    usage&lt;br /&gt;
elif [ $# -eq 1 ] ; then&lt;br /&gt;
    shows_changed_files_per_commit ${1}&lt;br /&gt;
elif [ ${2} == &amp;quot;-u&amp;quot; ] ; then&lt;br /&gt;
    show_unique_changed_files_across_all_commits ${1}&lt;br /&gt;
elif [ ${2} == &amp;quot;-d&amp;quot; ] ; then&lt;br /&gt;
    show_dirs_per_changed_file ${1}&lt;br /&gt;
elif [[ ${2} == &amp;quot;--show-dirs&amp;quot;  &amp;amp;&amp;amp;  ${3} == &amp;quot;--make-dirs&amp;quot; ]] ; then&lt;br /&gt;
    recreate_directory_paths ${1} ${4}&lt;br /&gt;
elif [ ${2} == &amp;quot;-c&amp;quot; ] ; then&lt;br /&gt;
    copy_relpaths_and_file ${1} ${3}&lt;br /&gt;
else &lt;br /&gt;
    usage&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
exit $?&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;!-- ************************************************************************************************************ --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] aliases fragment ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function set_custom_shell_aliases()&lt;br /&gt;
{&lt;br /&gt;
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
## Note:  from recent experimentation and reading, shell alias setting&lt;br /&gt;
##  does not lend itself to being sourced in a script other than&lt;br /&gt;
##  .bashrc, at least in the case of bash shell environment.  For this&lt;br /&gt;
##  reason restoring custom shell aliases to dot-bashrc-amendments.sh&lt;br /&gt;
##  file - TMH&lt;br /&gt;
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
&lt;br /&gt;
    echo &amp;quot;setting custom shell aliases . . .&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    alias gw=&amp;#039;mv ${HOME}/.ssh/config ${HOME}/.ssh/archive; ln -s ${HOME}/.ssh/config--work ${HOME}/.ssh/config; echo &amp;quot;switching ssh auth to github work account&amp;quot;&amp;#039;&lt;br /&gt;
    alias gp=&amp;#039;mv ${HOME}/.ssh/config ${HOME}/.ssh/archive; ln -s ${HOME}/.ssh/config--personal ${HOME}/.ssh/config; echo &amp;quot;switching ssh auth to github personal account&amp;quot;&amp;#039;&lt;br /&gt;
# for safety:&lt;br /&gt;
    alias rm=&amp;#039;rm -i&amp;#039;&lt;br /&gt;
&lt;br /&gt;
    alias xscr=&amp;#039;xscreensaver-command -lock&amp;#039;&lt;br /&gt;
 &lt;br /&gt;
# 2024-01-04 THU&lt;br /&gt;
    alias vu=&amp;#039;ps -u ted x | grep &amp;quot; vi&amp;quot;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# 2024-12-16 MON - list FTDI like devices&lt;br /&gt;
    alias lsf=&amp;#039;ls -l /dev/ttyUSB*; ls -l /dev/ttyACM*&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# 2025-02-05 WED - git log --all --graph --oneline&lt;br /&gt;
    alias gla=&amp;#039;git log --all --graph --oneline&amp;#039;&lt;br /&gt;
&lt;br /&gt;
# 2025-10-26 SUN&lt;br /&gt;
    alias xscr=&amp;#039;xscreensaver-command -lock&amp;#039;&lt;br /&gt;
    alias lgrep=&amp;#039;grep -nr --exclude-dir=build $@&amp;#039;&lt;br /&gt;
&lt;br /&gt;
    echo &amp;quot;. . . done.&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- odne komentar - [[#top|^]] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] to source versus to call ===&lt;br /&gt;
&lt;br /&gt;
A script fragment which acts as an entry point of a script and treats the absence of all arguments as sign that the script is being sourced, rather than called:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SCRIPT_NAME=`echo $0 | sed -e &amp;#039;s,^.*/,,&amp;#039;`&lt;br /&gt;
&lt;br /&gt;
SCRIPT_NAME_WHEN_SOURCED=&amp;quot;check-path-existence.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
EXPECTED_ARG_COUNT=3&lt;br /&gt;
&lt;br /&gt;
if [ $# -eq $EXPECTED_ARG_COUNT ]; then&lt;br /&gt;
    SCRIPT_STATUS=0&lt;br /&gt;
elif [ $# -eq 0 ]; then&lt;br /&gt;
    echo &amp;quot;[INF] $SCRIPT_NAME_WHEN_SOURCED received no arguments, assuming we &amp;quot;&lt;br /&gt;
    echo &amp;quot;       are being sourced and not called.&amp;quot;&lt;br /&gt;
    echo &amp;quot;[INF] (this means we won&amp;#039;t run most of this script&amp;#039;s code.)&amp;quot;&lt;br /&gt;
    SCRIPT_STATUS=300&lt;br /&gt;
elif [[ $# -le $EXPECTED_ARG_COUNT &amp;amp;&amp;amp; $# -ne 0 ]]; then&lt;br /&gt;
    echo &amp;quot;[ERR] $SCRIPT_NAME requires $EXPECTED_ARG_COUNT arguments, got $#.&amp;quot;&lt;br /&gt;
    SCRIPT_STATUS=400&lt;br /&gt;
    help&lt;br /&gt;
elif [[ $# -gt $EXPECTED_ARG_COUNT &amp;amp;&amp;amp; $# -ne 0 ]]; then&lt;br /&gt;
    echo &amp;quot;[WRN] $SCRIPT_NAME expects $EXPECTED_ARG_COUNT arguments, got $#.&amp;quot;&lt;br /&gt;
    echo &amp;quot;[WRN] Extra arguments are ignored.&amp;quot;&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Bash convenience commands ==&lt;br /&gt;
&lt;br /&gt;
Shell commands to assist with day to day tasks:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Disk use command invocation which filters all but the top level directories:&lt;br /&gt;
&lt;br /&gt;
du -k . | grep -v &amp;#039;\.\/[^/]*/[^/]*&amp;#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following scripts are especially short, sometimes just one command.  They could be implemented as shell aliases but are presented here as independent scripts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;&lt;br /&gt;
Script:  show most recently updated git branches&lt;br /&gt;
&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
# How to use:  name this script something short, for example `gbl`, and put it in the shell&amp;#039;s search path.&lt;br /&gt;
# Where to use:  in a local git repository `gbl` shows the ten most recently modified git branchs.&lt;br /&gt;
git branch --sort=committerdate | tail&lt;br /&gt;
exit $?&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create an archive of all files by a given name in the current working directory&amp;#039;s subdirs:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar cf spec-md-files.tar $(find . -name spec.md)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] Bash helper functions ==&lt;br /&gt;
&lt;br /&gt;
Common helper functions in bash scripts:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function help()&lt;br /&gt;
{&lt;br /&gt;
    # echo script usage&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function exit_early()&lt;br /&gt;
{&lt;br /&gt;
    # echo script name, echo status of last command&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function set_local_vars()&lt;br /&gt;
{&lt;br /&gt;
    # set variables particular to given script, but note they&amp;#039;re global&lt;br /&gt;
    # (good to rename this function.)&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some shell scripts to provide handy localhost commands, for embedded work on a Linux host:&lt;br /&gt;
&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
grep -nr --exclude-dir=.git --exclude-dir=build --exclude-dir=docker_cache --exclude-dir=twister-out* $1 | grep $1&lt;br /&gt;
&lt;br /&gt;
# exit $?&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] To Research ==&lt;br /&gt;
&lt;br /&gt;
[ ] Look up `git ls-files` and its options.&lt;br /&gt;
&lt;br /&gt;
[ ] Review `xargs` called with the dash zero option.&lt;br /&gt;
&lt;br /&gt;
Interesting header file from Zephyr RTOS 3.4.0:&lt;br /&gt;
&lt;br /&gt;
`zephyr/include/zephyr/toolchain/xcc_missing_defs.h`&lt;br /&gt;
&lt;br /&gt;
Shell command substitution backticks versus braces . . .&lt;br /&gt;
&lt;br /&gt;
*  https://stackoverflow.com/questions/22709371/backticks-vs-braces-in-bash&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
https://stackoverflow.com/questions/22709371/backticks-vs-braces-in-bash&lt;br /&gt;
&lt;br /&gt;
# later on in the man page:&lt;br /&gt;
When the old-style backquote form of substitution is used, backslash retains its literal meaning except when followed by $, `, or \. The first backquote not preceded by a backslash terminates the command substitution. When using the $(command) form, all characters between the parentheses make up the command; none are treated specially.&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
2026-01-18 domingo&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*************************************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
function script_help()&lt;br /&gt;
{&lt;br /&gt;
    echo &amp;quot;Help for append-tests.sh:&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    echo &amp;quot;-h --help              . . . this help message&amp;quot;&lt;br /&gt;
    echo &amp;quot;-c --create-test-files . . . create small files for append tests&amp;quot;&lt;br /&gt;
    echo &amp;quot;-f --file-list         . . . specify file from which to read list&amp;quot;&lt;br /&gt;
    echo &amp;quot;                              files to process&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function create_test_files()&lt;br /&gt;
{&lt;br /&gt;
    for file in a.txt b.txt c.txt; do&lt;br /&gt;
        cat &amp;lt;&amp;lt;&amp;#039;EOL&amp;#039; &amp;gt; $file &lt;br /&gt;
aaaa&lt;br /&gt;
bbbb&lt;br /&gt;
cccc&lt;br /&gt;
EOL&lt;br /&gt;
    done&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function debug_message()&lt;br /&gt;
{&lt;br /&gt;
    if [[ &amp;quot;$2&amp;quot; != &amp;quot;--quiet&amp;quot; ]]; then&lt;br /&gt;
        echo $1&lt;br /&gt;
    fi&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# @note This function updates the variable $file_size.&lt;br /&gt;
# TODO [ ] Amend function to return a filesize and let caller update any&lt;br /&gt;
#  variables in need.&lt;br /&gt;
&lt;br /&gt;
function parse_file_size()&lt;br /&gt;
{&lt;br /&gt;
    file_size=`ls -l $1 | cut -d &amp;quot; &amp;quot; -f 5`&lt;br /&gt;
    debug_message &amp;quot;(f5) parse_file_size : $1 has size $file_size&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
# - remainder of block handling -&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
function write_partial_block()&lt;br /&gt;
{&lt;br /&gt;
    debug_message &amp;quot;(f4) write_partial_block : handling byte count of $fsize,&amp;quot;&lt;br /&gt;
    debug_message &amp;quot;(f4) write_partial_block : \$idx holds $idx,&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    for i in `seq $idx`&lt;br /&gt;
    do&lt;br /&gt;
        if [ $MODE = &amp;quot;umode&amp;quot; ]; then&lt;br /&gt;
            echo -n $CHAR_1 &amp;gt;&amp;gt; $DATA_FILE_1&lt;br /&gt;
        else&lt;br /&gt;
            echo -n &amp;#039;*&amp;#039; &amp;gt;&amp;gt; $DATA_FILE_1&lt;br /&gt;
        fi&lt;br /&gt;
    done&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
# - block handling -&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
function handle_block()&lt;br /&gt;
{&lt;br /&gt;
    byte_count=$(seq $BS)&lt;br /&gt;
    debug_message &amp;quot;(f3) handle_block : at byte index $idx, writing $BS bytes . . .&amp;quot; --quiet&lt;br /&gt;
&lt;br /&gt;
    for i in $byte_count&lt;br /&gt;
    do&lt;br /&gt;
        if [ $MODE = &amp;quot;umode&amp;quot; ]; then&lt;br /&gt;
            echo -n $CHAR_1 &amp;gt;&amp;gt; $DATA_FILE_1&lt;br /&gt;
        else&lt;br /&gt;
            echo -n &amp;#039;*&amp;#039; &amp;gt;&amp;gt; $DATA_FILE_1&lt;br /&gt;
        fi&lt;br /&gt;
    done&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function iterate_blocks()&lt;br /&gt;
{&lt;br /&gt;
    debug_message &amp;quot;(f2) iterate_blocks : at byte index $idx,&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    while [[ $idx -ge $BS ]]&lt;br /&gt;
    do&lt;br /&gt;
        handle_block&lt;br /&gt;
        (( idx -= $BS ))&lt;br /&gt;
        debug_message &amp;quot;(f2) iterate_blocks : remaining bytes index (count) now $idx&amp;quot; --quiet&lt;br /&gt;
    done&lt;br /&gt;
&lt;br /&gt;
    if [[ $idx -ge 0 &amp;amp;&amp;amp; $idx -lt $BS ]]; then&lt;br /&gt;
        debug_message &amp;quot;(f2) iterate_blocks : byte index now holds partial block size $idx&amp;quot;&lt;br /&gt;
        write_partial_block $idx&lt;br /&gt;
    fi&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function write_pattern()&lt;br /&gt;
{&lt;br /&gt;
# Write first byte:&lt;br /&gt;
    if [ $MODE = &amp;quot;umode&amp;quot; ]; then&lt;br /&gt;
        echo -n $CHAR_1 &amp;gt; $DATA_FILE_1&lt;br /&gt;
    else&lt;br /&gt;
        echo -n &amp;#039;*&amp;#039; &amp;gt; $DATA_FILE_1&lt;br /&gt;
    fi&lt;br /&gt;
&lt;br /&gt;
    # When a file is greater than our selected block size we interate over&lt;br /&gt;
    # blocks of the file first:&lt;br /&gt;
    if [ $file_size -gt $BS ]&lt;br /&gt;
    then&lt;br /&gt;
        echo &amp;quot;(f1) write_pattern : file larger than $BS bytes.&amp;quot;&lt;br /&gt;
        iterate_blocks&lt;br /&gt;
    fi&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
# - SECTION - akin to int main&lt;br /&gt;
# ----------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
DATA_FILE_1=1.dat&lt;br /&gt;
DATA_FILE_2=2.dat&lt;br /&gt;
# block size&lt;br /&gt;
BS=1024&lt;br /&gt;
&lt;br /&gt;
# Prefer ASCII values 42 and 85 . . .&lt;br /&gt;
CHAR_1=&amp;quot;U&amp;quot;&lt;br /&gt;
CHAR_2=&amp;quot;A&amp;quot;&lt;br /&gt;
MODE=&amp;quot;umode&amp;quot;&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;Append script starting,&amp;quot;&lt;br /&gt;
&lt;br /&gt;
if [ $# -gt 0 ]&lt;br /&gt;
then&lt;br /&gt;
    echo &amp;quot;in first argument detected filename: $1&amp;quot;&lt;br /&gt;
else&lt;br /&gt;
    echo &amp;quot;$0 expects a filename to work with!&amp;quot;&lt;br /&gt;
    echo &amp;quot;exiting early . . .&amp;quot;&lt;br /&gt;
    echo&lt;br /&gt;
    exit -1&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
OPTS=$(getopt -o cf:h --long help,create-test-files,file-list: -n append.sh -- &amp;quot;$@&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
if [ $? -ne 0 ]; then&lt;br /&gt;
    echo &amp;quot;Failed to parse options&amp;quot; &amp;gt;&amp;amp;2&lt;br /&gt;
    exit 1&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# Reset the positional parameters to the parsed options&lt;br /&gt;
eval set -- &amp;quot;$OPTS&amp;quot;&lt;br /&gt;
&lt;br /&gt;
## Process the options&lt;br /&gt;
while true; do&lt;br /&gt;
  case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    -h | --help)&lt;br /&gt;
      script_help&lt;br /&gt;
      EXIT_AFTER_OPTION=1&lt;br /&gt;
      shift&lt;br /&gt;
      ;;&lt;br /&gt;
    -c | --create-test-files)&lt;br /&gt;
      create_test_files&lt;br /&gt;
      shift&lt;br /&gt;
      ;;&lt;br /&gt;
    --)&lt;br /&gt;
      # debug_message &amp;quot;got additional arguments &amp;#039;$@&amp;#039;&amp;quot;&lt;br /&gt;
      shift&lt;br /&gt;
      # debug_message &amp;quot;clearing options and args separator have &amp;#039;$@&amp;#039;&amp;quot;&lt;br /&gt;
      break&lt;br /&gt;
      ;;&lt;br /&gt;
    *)&lt;br /&gt;
      echo &amp;quot;$0 Failed to parse options, exiting early!&amp;quot;&lt;br /&gt;
      exit 1&lt;br /&gt;
      ;;&lt;br /&gt;
  esac&lt;br /&gt;
done&lt;br /&gt;
&lt;br /&gt;
DATA_FILE_1=$1&lt;br /&gt;
&lt;br /&gt;
# DEBUG BLOCK BLOCK&lt;br /&gt;
file_size=`ls -l $DATA_FILE_1 | cut -d &amp;quot; &amp;quot; -f 5`&lt;br /&gt;
debug_message &amp;quot;(0) main : file $DATA_FILE_1 has size $file_size&amp;quot;&lt;br /&gt;
parse_file_size $DATA_FILE_1&lt;br /&gt;
# DEBUG BLOCK END&lt;br /&gt;
&lt;br /&gt;
# TODO [ ] account for files of size one byte.&lt;br /&gt;
&lt;br /&gt;
# - STEP - check for file size greater than one byte:&lt;br /&gt;
b=`expr $file_size \&amp;gt; 1`&lt;br /&gt;
if [ $b ]&lt;br /&gt;
then&lt;br /&gt;
    fsize=$file_size&lt;br /&gt;
    (( fsize -= 1 ))&lt;br /&gt;
else&lt;br /&gt;
    echo &amp;quot;file has size of zero or one.&amp;quot;&lt;br /&gt;
    return 0&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
idx=$file_size&lt;br /&gt;
write_pattern&lt;br /&gt;
&lt;br /&gt;
debug_message &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
debug_message &amp;quot;main : switching to asterisk mode,&amp;quot;&lt;br /&gt;
MODE=&amp;quot;asterisk&amp;quot;&lt;br /&gt;
idx=$file_size&lt;br /&gt;
debug_message &amp;quot;main : index idx assigned value $idx&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# DEBUG BLOCK BEGIN&lt;br /&gt;
file_size=`ls -l $DATA_FILE_1 | cut -d &amp;quot; &amp;quot; -f 5`&lt;br /&gt;
debug_message &amp;quot;(0) main : file $DATA_FILE_1 has size $file_size&amp;quot;&lt;br /&gt;
parse_file_size $DATA_FILE_1&lt;br /&gt;
# DEBUG BLOCK END&lt;br /&gt;
&lt;br /&gt;
write_pattern&lt;br /&gt;
&lt;br /&gt;
debug_message &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;Test of file append done, returning $?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
exit $?&lt;br /&gt;
***************************************************************************************************************************&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- 2026-03-30&lt;br /&gt;
&lt;br /&gt;
diff --git a/dbm-main.sh b/dbm-main.sh&lt;br /&gt;
index 6de142f..f8d9cca 100755&lt;br /&gt;
--- a/dbm-main.sh&lt;br /&gt;
+++ b/dbm-main.sh&lt;br /&gt;
&lt;br /&gt;
(2)&lt;br /&gt;
&lt;br /&gt;
$ diff&lt;br /&gt;
--- a/dbm-main.sh&lt;br /&gt;
+++ b/dbm-main.sh&lt;br /&gt;
@@ -133,7 +133,7 @@ alias announce_new_dir=&amp;#039;if (( $? &amp;amp;&amp;amp; 1 )); then echo &amp;quot;- ${SCRIPT_ABBR} - dir not&lt;br /&gt;
 DBPS=&amp;quot;G${bookmarks_group_id}&amp;quot;&lt;br /&gt;
 alias s=&amp;#039;&lt;br /&gt;
 echo&lt;br /&gt;
-echo &amp;quot;Bookmarked paths in bookmarks group ${bookmarks_group_id} are:&amp;quot;&lt;br /&gt;
+echo &amp;quot;- DEV 1 - Bookmarked paths in bookmarks group ${bookmarks_group_id} are:&amp;quot;&lt;br /&gt;
 echo &amp;quot;(use &amp;#039;gd1&amp;#039;, &amp;#039;gd2&amp;#039;, etc to go to bookmarked directory)&amp;quot;&lt;br /&gt;
 echo&lt;br /&gt;
 &lt;br /&gt;
@@ -263,42 +263,45 @@ echo &amp;quot;Loaded user-saved paths:&amp;quot;; s&amp;#039;&lt;br /&gt;
 &lt;br /&gt;
 # Aliases to load different groups of bookmarked paths:&lt;br /&gt;
 &lt;br /&gt;
-if [[ 0 ]]; then&lt;br /&gt;
-       echo &amp;quot;M1&amp;quot;&lt;br /&gt;
-    alias lp1=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 1&amp;#039;&lt;br /&gt;
-    alias lp2=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 2&amp;#039;&lt;br /&gt;
-    alias lp3=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 3&amp;#039;&lt;br /&gt;
-    alias lp4=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 4&amp;#039;&lt;br /&gt;
-    alias lp5=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 5&amp;#039;&lt;br /&gt;
-&lt;br /&gt;
-    alias lp6=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 6&amp;#039;&lt;br /&gt;
-    alias lp7=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 7&amp;#039;&lt;br /&gt;
-    alias lp8=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 8&amp;#039;&lt;br /&gt;
-    alias lp9=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 9&amp;#039;&lt;br /&gt;
-    alias lp10=&amp;#039;. ${HOME}/dot-bashrc-amendments.sh 10&amp;#039;&lt;br /&gt;
-fi&lt;br /&gt;
-&lt;br /&gt;
 # TODO [ ] HIGH PRIORITY find way for script to identify its full path,&lt;br /&gt;
 #           so we may remove this hard-coded path:&lt;br /&gt;
 &lt;br /&gt;
-link_to_dbm=&amp;quot;$HOME/projects/directory-book-marker/dbm-main.sh&amp;quot;&lt;br /&gt;
-    alias lp1=&amp;#039;. $link_to_dbm 1&amp;#039;&lt;br /&gt;
-    alias lp2=&amp;#039;. $link_to_dbm 2&amp;#039;&lt;br /&gt;
-    alias lp3=&amp;#039;. $link_to_dbm 3&amp;#039;&lt;br /&gt;
-    alias lp4=&amp;#039;. $link_to_dbm 4&amp;#039;&lt;br /&gt;
-    alias lp5=&amp;#039;. $link_to_dbm 5&amp;#039;&lt;br /&gt;
+# link_to_dbm=&amp;quot;$HOME/projects/directory-book-marker/dbm-main.sh&amp;quot;&lt;br /&gt;
+DBM_SCRIPT_DIR1=$HOME/.bookmarked-paths&lt;br /&gt;
+DBM_SCRIPT_DIR2=$HOME/projects/directory-bookmarker&lt;br /&gt;
+DBM_SCRIPT_DIR3=$HOME/workspace/directory-bookmarker&lt;br /&gt;
+&lt;br /&gt;
+DBM_SCRIPT_NAME=dbm-main.sh&lt;br /&gt;
+&lt;br /&gt;
+unset DBM_SCRIPT&lt;br /&gt;
+&lt;br /&gt;
+if [ -e $DBM_SCRIPT_DIR1/$DBM_SCRIPT_NAME ]; then&lt;br /&gt;
+    DBM_SCRIPT=$DBM_SCRIPT_DIR1/$DBM_SCRIPT_NAME&lt;br /&gt;
+elif [ -e $DBM_SCRIPT_DIR2/$DBM_SCRIPT_NAME ]; then&lt;br /&gt;
+    DBM_SCRIPT=$DBM_SCRIPT_DIR2/$DBM_SCRIPT_NAME&lt;br /&gt;
+elif [ -e $DBM_SCRIPT_DIR3/$DBM_SCRIPT_NAME ]; then&lt;br /&gt;
+    DBM_SCRIPT=$DBM_SCRIPT_DIR3/$DBM_SCRIPT_NAME&lt;br /&gt;
+else&lt;br /&gt;
+    echo &amp;quot;Failed to find primary directory bookmarker script&amp;quot;&lt;br /&gt;
+    exit -ENOENT&lt;br /&gt;
+fi&lt;br /&gt;
+&lt;br /&gt;
+    alias lp1=&amp;#039;. $DBM_SCRIPT 1&amp;#039;&lt;br /&gt;
+    alias lp2=&amp;#039;. $DBM_SCRIPT 2&amp;#039;&lt;br /&gt;
+    alias lp3=&amp;#039;. $DBM_SCRIPT 3&amp;#039;&lt;br /&gt;
+    alias lp4=&amp;#039;. $DBM_SCRIPT 4&amp;#039;&lt;br /&gt;
+    alias lp5=&amp;#039;. $DBM_SCRIPT 5&amp;#039;&lt;br /&gt;
 &lt;br /&gt;
-    alias lp6=&amp;#039;. $link_to_dbm 6&amp;#039;&lt;br /&gt;
-    alias lp7=&amp;#039;. $link_to_dbm 7&amp;#039;&lt;br /&gt;
-    alias lp8=&amp;#039;. $link_to_dbm 8&amp;#039;&lt;br /&gt;
-    alias lp9=&amp;#039;. $link_to_dbm 9&amp;#039;&lt;br /&gt;
-    alias lp1link_to_dbm=&amp;#039;. $link_to_dbm 1link_to_dbm&amp;#039;&lt;br /&gt;
+    alias lp6=&amp;#039;. $DBM_SCRIPT 6&amp;#039;&lt;br /&gt;
+    alias lp7=&amp;#039;. $DBM_SCRIPT 7&amp;#039;&lt;br /&gt;
+    alias lp8=&amp;#039;. $DBM_SCRIPT 8&amp;#039;&lt;br /&gt;
+    alias lp9=&amp;#039;. $DBM_SCRIPT 9&amp;#039;&lt;br /&gt;
 &lt;br /&gt;
 # 2017-12-14 - Alias &amp;#039;show non-empty bookmarks&amp;#039; added by Ted:&lt;br /&gt;
 &lt;br /&gt;
-    alias sne=&amp;#039;&lt;br /&gt;
+    alias se=&amp;#039;&lt;br /&gt;
 echo&lt;br /&gt;
-echo &amp;quot;Showing non-empty bookmarks in bookmarks group ${bookmarks_group_id}:&amp;quot;&lt;br /&gt;
+echo &amp;quot;Showing existing bookmarks in bookmarks group ${bookmarks_group_id}:&amp;quot;&lt;br /&gt;
 echo&lt;br /&gt;
 &lt;br /&gt;
 bookmarked_path[1]=$D1; bookmarked_path[2]=$D2;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Macros&amp;diff=9021</id>
		<title>Macros</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Macros&amp;diff=9021"/>
		<updated>2026-06-02T15:03:05Z</updated>

		<summary type="html">&lt;p&gt;Ted: General Articles about Macros : add Yale older CS pages link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Macros - C Preprocessor Macro language  &lt;br /&gt;
&lt;br /&gt;
C&amp;#039;s preprocessor language is an important feature and tool in the development space of C language projects.  This local wiki page captures some references to preprocessor macro language.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] General Articles about Macros ==&lt;br /&gt;
&lt;br /&gt;
Some general and comprehensive discussions of C macros can be found at:&lt;br /&gt;
&lt;br /&gt;
# https://home.cs.colorado.edu/~main/cs1300/doc/gnu/cpp_1.html&lt;br /&gt;
# https://stackoverflow.com/questions/4674480/do-whilefalse-pattern&amp;lt;br /&amp;gt;&lt;br /&gt;
# https://www.mikeash.com/pyblog/friday-qa-2010-12-31-c-macro-tips-and-tricks.html&amp;lt;br /&amp;gt;&lt;br /&gt;
# https://en.wikipedia.org/wiki/C_preprocessor#X-Macros&amp;lt;br /&amp;gt;&lt;br /&gt;
# https://en.wikipedia.org/wiki/X_macro&amp;lt;br /&amp;gt;&lt;br /&gt;
# https://www.cs.yale.edu/homes/aspnes/pinewiki/C(2f)Macros.html&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] do while(0) ===&lt;br /&gt;
&lt;br /&gt;
Articles on the use of C language &amp;#039;do while(0)&amp;#039; construct in macros.  The do while(0) construct is the only C syntax which expands correctly from C macros regardless of the use of curly braces and semicolons around the given macro.&lt;br /&gt;
&lt;br /&gt;
*  https://hownot2code.wordpress.com/2016/12/05/do-while-0-in-macros/&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] stringification macro pair ===&lt;br /&gt;
&lt;br /&gt;
A useful macro pair, and this must be a macro pair, is the following set of defines.  These defines will accept a string and put double quotes around it:&lt;br /&gt;
&lt;br /&gt;
   #define TO_QUOTE_STRING(string) #string&lt;br /&gt;
   #define WRAPPER_TO_QUOTE_STRING(token) TO_QUOTE_STRING(string)&lt;br /&gt;
&lt;br /&gt;
Guy Rutenberg explains this C pre-processor pattern:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.guyrutenberg.com/2008/12/20/expanding-macros-into-string-constants-in-c/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The core rule at play is that C preprocessor does not expand macros preceded by the `#` preprocessor directive, the directive to quote a token.  By creating a wrapping macro which does not call the `#` directive, the argument to the wrapper is expanded and then passed to the quoting directive.&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] fallthrough macro ===&lt;br /&gt;
&lt;br /&gt;
The `__fallthrough()` macro appears to be a C++ macro.  It may be found among Zephyr RTOS 3.4.0 source tree contents.  An article on the concept of &amp;quot;fall through&amp;quot; in C switch statements:&lt;br /&gt;
&lt;br /&gt;
*  https://www.quora.com/What-is-the-fall-through-behavior-in-C-programming-languages-switch-case-statements&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] X macro idiom ===&lt;br /&gt;
&lt;br /&gt;
X macros in C, a pattern involving nested macros makes use of nesting an initially declared and not defined macro within another macro.  Danilafe and Phillip Trudeau offer the following blog posts on this topic:&lt;br /&gt;
&lt;br /&gt;
*  https://danilafe.com/blog/chapel_x_macros/&lt;br /&gt;
* https://philliptrudeau.com/blog/x-macro&lt;br /&gt;
&lt;br /&gt;
Macro tips and idioms:&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/pfultz2/Cloak/wiki/C-Preprocessor-tricks,-tips,-and-idioms&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] FOREACH macro implementations (may not be fully possible) ===&lt;br /&gt;
&lt;br /&gt;
*  https://dev.to/sgf4/foreach-macro-in-c-48ic&lt;br /&gt;
&lt;br /&gt;
*  https://dev.to/sgf4/repeat-macro-in-c-2hh0&lt;br /&gt;
&lt;br /&gt;
Macro examples from Zephyr RTOS release 3.7.1:&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
./include/zephyr/devicetree.h:4527:#define DT_INST_FOREACH_STATUS_OKAY(fn) \&lt;br /&gt;
./include/zephyr/devicetree.h:4544:#define DT_INST_FOREACH_STATUS_OKAY_VARGS(fn, ...) \&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
Related to Zephyr RTOS sys util macros and Zephyr&amp;#039;s _COND_CODE_1 and _COND_CODE_0 macros:&lt;br /&gt;
&lt;br /&gt;
*  [https://gustedt.wordpress.com/2010/06/08/detect-empty-macro-arguments/ Jens Gustedt Wordpress article Empty Macro Detection]&lt;br /&gt;
&lt;br /&gt;
Zephyr device tree macros include a macro to conditionally compile code based on a device tree node property:&lt;br /&gt;
&lt;br /&gt;
From devicetree.h:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
3384 #define DT_NODE_HAS_STATUS(node_id, status) \&lt;br /&gt;
3385         DT_NODE_HAS_STATUS_INTERNAL(node_id, status)&lt;br /&gt;
&lt;br /&gt;
4805 /** @brief Helper for DT_NODE_HAS_STATUS */i&lt;br /&gt;
4806 #define DT_NODE_HAS_STATUS_INTERNAL(node_id, status) \&lt;br /&gt;
4807         IS_ENABLED(DT_CAT3(node_id, _STATUS_, status))&lt;br /&gt;
&lt;br /&gt;
./include/zephyr/sys/util_macro.h:124:#define IS_ENABLED(config_macro) Z_IS_ENABLED1(config_macro)&lt;br /&gt;
&lt;br /&gt;
 96 /**&lt;br /&gt;
 97  * @brief Check for macro definition in compiler-visible expressions&lt;br /&gt;
 98  *&lt;br /&gt;
 99  * This trick was pioneered in Linux as the config_enabled() macro. It&lt;br /&gt;
100  * has the effect of taking a macro value that may be defined to &amp;quot;1&amp;quot;&lt;br /&gt;
101  * or may not be defined at all and turning it into a literal&lt;br /&gt;
102  * expression that can be handled by the C compiler instead of just&lt;br /&gt;
103  * the preprocessor. It is often used with a @p CONFIG_FOO macro which&lt;br /&gt;
104  * may be defined to 1 via Kconfig, or left undefined.&lt;br /&gt;
105  *&lt;br /&gt;
106  * That is, it works similarly to &amp;lt;tt&amp;gt;\#if defined(CONFIG_FOO)&amp;lt;/tt&amp;gt;&lt;br /&gt;
107  * except that its expansion is a C expression. Thus, much &amp;lt;tt&amp;gt;\#ifdef&amp;lt;/tt&amp;gt;&lt;br /&gt;
108  * usage can be replaced with equivalents like:&lt;br /&gt;
109  *&lt;br /&gt;
110  *     if (IS_ENABLED(CONFIG_FOO)) {&lt;br /&gt;
111  *             do_something_with_foo&lt;br /&gt;
112  *     }&lt;br /&gt;
113  *&lt;br /&gt;
114  * This is cleaner since the compiler can generate errors and warnings&lt;br /&gt;
115  * for @p do_something_with_foo even when @p CONFIG_FOO is undefined.&lt;br /&gt;
116  *&lt;br /&gt;
117  * Note: Use of IS_ENABLED in a &amp;lt;tt&amp;gt;\#if&amp;lt;/tt&amp;gt; statement is discouraged&lt;br /&gt;
118  *       as it doesn&amp;#039;t provide any benefit vs plain &amp;lt;tt&amp;gt;\#if defined()&amp;lt;/tt&amp;gt;&lt;br /&gt;
119  *&lt;br /&gt;
120  * @param config_macro Macro to check&lt;br /&gt;
121  * @return 1 if @p config_macro is defined to 1, 0 otherwise (including&lt;br /&gt;
122  *         if @p config_macro is not defined)&lt;br /&gt;
123  */&lt;br /&gt;
124 #define IS_ENABLED(config_macro) Z_IS_ENABLED1(config_macro)&lt;br /&gt;
125 /* INTERNAL: the first pass above is just to expand any existing&lt;br /&gt;
126  * macros, we need the macro value to be e.g. a literal &amp;quot;1&amp;quot; at&lt;br /&gt;
127  * expansion time in the next macro, not &amp;quot;(1)&amp;quot;, etc... Standard&lt;br /&gt;
128  * recursive expansion does not work.&lt;br /&gt;
129  */&lt;br /&gt;
&lt;br /&gt;
./sys/util_internal.h:28:#define Z_IS_ENABLED1(config_macro) Z_IS_ENABLED2(_XXXX##config_macro)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Zephyr&amp;#039;s Z_IS_ENABLED() macro has three helpers defined in sys/util_internal.h:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 20 /* IS_ENABLED() helpers */&lt;br /&gt;
 21 &lt;br /&gt;
 22 /* This is called from IS_ENABLED(), and sticks on a &amp;quot;_XXXX&amp;quot; prefix,&lt;br /&gt;
 23  * it will now be &amp;quot;_XXXX1&amp;quot; if config_macro is &amp;quot;1&amp;quot;, or just &amp;quot;_XXXX&amp;quot; if it&amp;#039;s&lt;br /&gt;
 24  * undefined.&lt;br /&gt;
 25  *   ENABLED:   Z_IS_ENABLED2(_XXXX1)&lt;br /&gt;
 26  *   DISABLED   Z_IS_ENABLED2(_XXXX)&lt;br /&gt;
 27  */&lt;br /&gt;
 28 #define Z_IS_ENABLED1(config_macro) Z_IS_ENABLED2(_XXXX##config_macro)&lt;br /&gt;
 29 &lt;br /&gt;
 30 /* Here&amp;#039;s the core trick, we map &amp;quot;_XXXX1&amp;quot; to &amp;quot;_YYYY,&amp;quot; (i.e. a string&lt;br /&gt;
 31  * with a trailing comma), so it has the effect of making this a&lt;br /&gt;
 32  * two-argument tuple to the preprocessor only in the case where the&lt;br /&gt;
 33  * value is defined to &amp;quot;1&amp;quot;&lt;br /&gt;
 34  *   ENABLED:    _YYYY,    &amp;lt;--- note comma!&lt;br /&gt;
 35  *   DISABLED:   _XXXX&lt;br /&gt;
 36  */&lt;br /&gt;
 37 #define _XXXX1 _YYYY,&lt;br /&gt;
 38 &lt;br /&gt;
 39 /* Then we append an extra argument to fool the gcc preprocessor into&lt;br /&gt;
 40  * accepting it as a varargs macro.&lt;br /&gt;
 41  *                         arg1   arg2  arg3&lt;br /&gt;
 42  *   ENABLED:   Z_IS_ENABLED3(_YYYY,    1,    0)&lt;br /&gt;
 43  *   DISABLED   Z_IS_ENABLED3(_XXXX 1,  0)&lt;br /&gt;
 44  */&lt;br /&gt;
 45 #define Z_IS_ENABLED2(one_or_two_args) Z_IS_ENABLED3(one_or_two_args 1, 0)&lt;br /&gt;
 46 &lt;br /&gt;
 47 /* And our second argument is thus now cooked to be 1 in the case&lt;br /&gt;
 48  * where the value is defined to 1, and 0 if not:&lt;br /&gt;
 49  */&lt;br /&gt;
 50 #define Z_IS_ENABLED3(ignore_this, val, ...) val&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Zephyr RTOS provides a great number of C macros, one of which is often used to compile code on the condition that some property or status is set or true.  The macro of interest is DT_NODE_HAS_STATUS(node_id, status).  Here are the chain of macro definitions which provide for this macro to do its work -- note that these macros are themselves defined in two or three separate header files of Zephyr:&lt;br /&gt;
&lt;br /&gt;
```c&lt;br /&gt;
#define DT_NODE_HAS_STATUS(node_id, status) \&lt;br /&gt;
        DT_NODE_HAS_STATUS_INTERNAL(node_id, status)&lt;br /&gt;
&lt;br /&gt;
 #define DT_NODE_HAS_STATUS_INTERNAL(node_id, status) \&lt;br /&gt;
         IS_ENABLED(DT_CAT3(node_id, _STATUS_, status))        . . . note &amp;quot;_STATUS_&amp;quot; is a fixed string, not a macro&lt;br /&gt;
&lt;br /&gt;
#define IS_ENABLED(config_macro) Z_IS_ENABLED1(config_macro)   . . . a first pass to expand any existing macros&lt;br /&gt;
&lt;br /&gt;
#define Z_IS_ENABLED1(config_macro) Z_IS_ENABLED2(_XXXX##config_macro) . . . make _XXXX1 if defined, _XXXX if not def&amp;#039;d&lt;br /&gt;
&lt;br /&gt;
#define _XXXX1 _YYYY,                                          . . . replace &amp;#039;1&amp;#039; with &amp;#039;,&amp;#039; which gcc will process&lt;br /&gt;
&lt;br /&gt;
#define Z_IS_ENABLED2(one_or_two_args) Z_IS_ENABLED3(one_or_two_args 1, 0)&lt;br /&gt;
//  &lt;br /&gt;
//  Z_IS_ENABLED2() produces one of: &lt;br /&gt;
//&lt;br /&gt;
//     ENABLED:   Z_IS_ENABLED3(_YYYY,    1,    0)  &lt;br /&gt;
//     DISABLED   Z_IS_ENABLED3(_XXXX 1,  0)  &lt;br /&gt;
//&lt;br /&gt;
//  The disabled output is not valid C but gcc does not ever process this, only&lt;br /&gt;
//  the preprocessor sees this intermediat source code, thanks to Z_IS_ENABLED3().&lt;br /&gt;
&lt;br /&gt;
#define Z_IS_ENABLED3(ignore_this, val, ...) val&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] CONTAINER_OF macro ===&lt;br /&gt;
&lt;br /&gt;
Helpful blogpost by Radek Pazdera, full-stack software engineer based in London . . .&lt;br /&gt;
&lt;br /&gt;
* https://radek.io/posts/magical-container_of-macro/&lt;br /&gt;
&lt;br /&gt;
See also 2026 Q1 local page on [[developers|developers]].&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] To use GCC to see macro expansion ===&lt;br /&gt;
&lt;br /&gt;
Here is an example shell script which invokes gcc on a single C source file, and causes only the preprocessor to execute.  This results in a display of all preprocessor macros:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# References:&lt;br /&gt;
#   * https://gcc.gnu.org/onlinedocs/gcc-3.2.2/cpp/Search-Path.html&lt;br /&gt;
&lt;br /&gt;
# $workspace/zephyr/subsys/testsuite/include/zephyr/fff.h&lt;br /&gt;
&lt;br /&gt;
gcc -E \&lt;br /&gt;
-I../../../../../zephyr/subsys/testsuite/include \&lt;br /&gt;
-I../../../../../zephyr/include \&lt;br /&gt;
./unit-test-mocked-functions.h&lt;br /&gt;
&lt;br /&gt;
exit $?&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Macros&amp;diff=9020</id>
		<title>Macros</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Macros&amp;diff=9020"/>
		<updated>2026-06-01T20:55:29Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add condensed notes on DT_HAS_NODE_STATUS()&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Macros - C Preprocessor Macro language  &lt;br /&gt;
&lt;br /&gt;
C&amp;#039;s preprocessor language is an important feature and tool in the development space of C language projects.  This local wiki page captures some references to preprocessor macro language.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] General Articles about Macros ==&lt;br /&gt;
&lt;br /&gt;
Some general and comprehensive discussions of C macros can be found at:&lt;br /&gt;
&lt;br /&gt;
# https://home.cs.colorado.edu/~main/cs1300/doc/gnu/cpp_1.html&lt;br /&gt;
# https://stackoverflow.com/questions/4674480/do-whilefalse-pattern&amp;lt;br /&amp;gt;&lt;br /&gt;
# https://www.mikeash.com/pyblog/friday-qa-2010-12-31-c-macro-tips-and-tricks.html&amp;lt;br /&amp;gt;&lt;br /&gt;
# https://en.wikipedia.org/wiki/C_preprocessor#X-Macros&amp;lt;br /&amp;gt;&lt;br /&gt;
# https://en.wikipedia.org/wiki/X_macro&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] do while(0) ===&lt;br /&gt;
&lt;br /&gt;
Articles on the use of C language &amp;#039;do while(0)&amp;#039; construct in macros.  The do while(0) construct is the only C syntax which expands correctly from C macros regardless of the use of curly braces and semicolons around the given macro.&lt;br /&gt;
&lt;br /&gt;
*  https://hownot2code.wordpress.com/2016/12/05/do-while-0-in-macros/&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] stringification macro pair ===&lt;br /&gt;
&lt;br /&gt;
A useful macro pair, and this must be a macro pair, is the following set of defines.  These defines will accept a string and put double quotes around it:&lt;br /&gt;
&lt;br /&gt;
   #define TO_QUOTE_STRING(string) #string&lt;br /&gt;
   #define WRAPPER_TO_QUOTE_STRING(token) TO_QUOTE_STRING(string)&lt;br /&gt;
&lt;br /&gt;
Guy Rutenberg explains this C pre-processor pattern:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.guyrutenberg.com/2008/12/20/expanding-macros-into-string-constants-in-c/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The core rule at play is that C preprocessor does not expand macros preceded by the `#` preprocessor directive, the directive to quote a token.  By creating a wrapping macro which does not call the `#` directive, the argument to the wrapper is expanded and then passed to the quoting directive.&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] fallthrough macro ===&lt;br /&gt;
&lt;br /&gt;
The `__fallthrough()` macro appears to be a C++ macro.  It may be found among Zephyr RTOS 3.4.0 source tree contents.  An article on the concept of &amp;quot;fall through&amp;quot; in C switch statements:&lt;br /&gt;
&lt;br /&gt;
*  https://www.quora.com/What-is-the-fall-through-behavior-in-C-programming-languages-switch-case-statements&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] X macro idiom ===&lt;br /&gt;
&lt;br /&gt;
X macros in C, a pattern involving nested macros makes use of nesting an initially declared and not defined macro within another macro.  Danilafe and Phillip Trudeau offer the following blog posts on this topic:&lt;br /&gt;
&lt;br /&gt;
*  https://danilafe.com/blog/chapel_x_macros/&lt;br /&gt;
* https://philliptrudeau.com/blog/x-macro&lt;br /&gt;
&lt;br /&gt;
Macro tips and idioms:&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/pfultz2/Cloak/wiki/C-Preprocessor-tricks,-tips,-and-idioms&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] FOREACH macro implementations (may not be fully possible) ===&lt;br /&gt;
&lt;br /&gt;
*  https://dev.to/sgf4/foreach-macro-in-c-48ic&lt;br /&gt;
&lt;br /&gt;
*  https://dev.to/sgf4/repeat-macro-in-c-2hh0&lt;br /&gt;
&lt;br /&gt;
Macro examples from Zephyr RTOS release 3.7.1:&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
./include/zephyr/devicetree.h:4527:#define DT_INST_FOREACH_STATUS_OKAY(fn) \&lt;br /&gt;
./include/zephyr/devicetree.h:4544:#define DT_INST_FOREACH_STATUS_OKAY_VARGS(fn, ...) \&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
Related to Zephyr RTOS sys util macros and Zephyr&amp;#039;s _COND_CODE_1 and _COND_CODE_0 macros:&lt;br /&gt;
&lt;br /&gt;
*  [https://gustedt.wordpress.com/2010/06/08/detect-empty-macro-arguments/ Jens Gustedt Wordpress article Empty Macro Detection]&lt;br /&gt;
&lt;br /&gt;
Zephyr device tree macros include a macro to conditionally compile code based on a device tree node property:&lt;br /&gt;
&lt;br /&gt;
From devicetree.h:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
3384 #define DT_NODE_HAS_STATUS(node_id, status) \&lt;br /&gt;
3385         DT_NODE_HAS_STATUS_INTERNAL(node_id, status)&lt;br /&gt;
&lt;br /&gt;
4805 /** @brief Helper for DT_NODE_HAS_STATUS */i&lt;br /&gt;
4806 #define DT_NODE_HAS_STATUS_INTERNAL(node_id, status) \&lt;br /&gt;
4807         IS_ENABLED(DT_CAT3(node_id, _STATUS_, status))&lt;br /&gt;
&lt;br /&gt;
./include/zephyr/sys/util_macro.h:124:#define IS_ENABLED(config_macro) Z_IS_ENABLED1(config_macro)&lt;br /&gt;
&lt;br /&gt;
 96 /**&lt;br /&gt;
 97  * @brief Check for macro definition in compiler-visible expressions&lt;br /&gt;
 98  *&lt;br /&gt;
 99  * This trick was pioneered in Linux as the config_enabled() macro. It&lt;br /&gt;
100  * has the effect of taking a macro value that may be defined to &amp;quot;1&amp;quot;&lt;br /&gt;
101  * or may not be defined at all and turning it into a literal&lt;br /&gt;
102  * expression that can be handled by the C compiler instead of just&lt;br /&gt;
103  * the preprocessor. It is often used with a @p CONFIG_FOO macro which&lt;br /&gt;
104  * may be defined to 1 via Kconfig, or left undefined.&lt;br /&gt;
105  *&lt;br /&gt;
106  * That is, it works similarly to &amp;lt;tt&amp;gt;\#if defined(CONFIG_FOO)&amp;lt;/tt&amp;gt;&lt;br /&gt;
107  * except that its expansion is a C expression. Thus, much &amp;lt;tt&amp;gt;\#ifdef&amp;lt;/tt&amp;gt;&lt;br /&gt;
108  * usage can be replaced with equivalents like:&lt;br /&gt;
109  *&lt;br /&gt;
110  *     if (IS_ENABLED(CONFIG_FOO)) {&lt;br /&gt;
111  *             do_something_with_foo&lt;br /&gt;
112  *     }&lt;br /&gt;
113  *&lt;br /&gt;
114  * This is cleaner since the compiler can generate errors and warnings&lt;br /&gt;
115  * for @p do_something_with_foo even when @p CONFIG_FOO is undefined.&lt;br /&gt;
116  *&lt;br /&gt;
117  * Note: Use of IS_ENABLED in a &amp;lt;tt&amp;gt;\#if&amp;lt;/tt&amp;gt; statement is discouraged&lt;br /&gt;
118  *       as it doesn&amp;#039;t provide any benefit vs plain &amp;lt;tt&amp;gt;\#if defined()&amp;lt;/tt&amp;gt;&lt;br /&gt;
119  *&lt;br /&gt;
120  * @param config_macro Macro to check&lt;br /&gt;
121  * @return 1 if @p config_macro is defined to 1, 0 otherwise (including&lt;br /&gt;
122  *         if @p config_macro is not defined)&lt;br /&gt;
123  */&lt;br /&gt;
124 #define IS_ENABLED(config_macro) Z_IS_ENABLED1(config_macro)&lt;br /&gt;
125 /* INTERNAL: the first pass above is just to expand any existing&lt;br /&gt;
126  * macros, we need the macro value to be e.g. a literal &amp;quot;1&amp;quot; at&lt;br /&gt;
127  * expansion time in the next macro, not &amp;quot;(1)&amp;quot;, etc... Standard&lt;br /&gt;
128  * recursive expansion does not work.&lt;br /&gt;
129  */&lt;br /&gt;
&lt;br /&gt;
./sys/util_internal.h:28:#define Z_IS_ENABLED1(config_macro) Z_IS_ENABLED2(_XXXX##config_macro)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Zephyr&amp;#039;s Z_IS_ENABLED() macro has three helpers defined in sys/util_internal.h:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 20 /* IS_ENABLED() helpers */&lt;br /&gt;
 21 &lt;br /&gt;
 22 /* This is called from IS_ENABLED(), and sticks on a &amp;quot;_XXXX&amp;quot; prefix,&lt;br /&gt;
 23  * it will now be &amp;quot;_XXXX1&amp;quot; if config_macro is &amp;quot;1&amp;quot;, or just &amp;quot;_XXXX&amp;quot; if it&amp;#039;s&lt;br /&gt;
 24  * undefined.&lt;br /&gt;
 25  *   ENABLED:   Z_IS_ENABLED2(_XXXX1)&lt;br /&gt;
 26  *   DISABLED   Z_IS_ENABLED2(_XXXX)&lt;br /&gt;
 27  */&lt;br /&gt;
 28 #define Z_IS_ENABLED1(config_macro) Z_IS_ENABLED2(_XXXX##config_macro)&lt;br /&gt;
 29 &lt;br /&gt;
 30 /* Here&amp;#039;s the core trick, we map &amp;quot;_XXXX1&amp;quot; to &amp;quot;_YYYY,&amp;quot; (i.e. a string&lt;br /&gt;
 31  * with a trailing comma), so it has the effect of making this a&lt;br /&gt;
 32  * two-argument tuple to the preprocessor only in the case where the&lt;br /&gt;
 33  * value is defined to &amp;quot;1&amp;quot;&lt;br /&gt;
 34  *   ENABLED:    _YYYY,    &amp;lt;--- note comma!&lt;br /&gt;
 35  *   DISABLED:   _XXXX&lt;br /&gt;
 36  */&lt;br /&gt;
 37 #define _XXXX1 _YYYY,&lt;br /&gt;
 38 &lt;br /&gt;
 39 /* Then we append an extra argument to fool the gcc preprocessor into&lt;br /&gt;
 40  * accepting it as a varargs macro.&lt;br /&gt;
 41  *                         arg1   arg2  arg3&lt;br /&gt;
 42  *   ENABLED:   Z_IS_ENABLED3(_YYYY,    1,    0)&lt;br /&gt;
 43  *   DISABLED   Z_IS_ENABLED3(_XXXX 1,  0)&lt;br /&gt;
 44  */&lt;br /&gt;
 45 #define Z_IS_ENABLED2(one_or_two_args) Z_IS_ENABLED3(one_or_two_args 1, 0)&lt;br /&gt;
 46 &lt;br /&gt;
 47 /* And our second argument is thus now cooked to be 1 in the case&lt;br /&gt;
 48  * where the value is defined to 1, and 0 if not:&lt;br /&gt;
 49  */&lt;br /&gt;
 50 #define Z_IS_ENABLED3(ignore_this, val, ...) val&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Zephyr RTOS provides a great number of C macros, one of which is often used to compile code on the condition that some property or status is set or true.  The macro of interest is DT_NODE_HAS_STATUS(node_id, status).  Here are the chain of macro definitions which provide for this macro to do its work -- note that these macros are themselves defined in two or three separate header files of Zephyr:&lt;br /&gt;
&lt;br /&gt;
```c&lt;br /&gt;
#define DT_NODE_HAS_STATUS(node_id, status) \&lt;br /&gt;
        DT_NODE_HAS_STATUS_INTERNAL(node_id, status)&lt;br /&gt;
&lt;br /&gt;
 #define DT_NODE_HAS_STATUS_INTERNAL(node_id, status) \&lt;br /&gt;
         IS_ENABLED(DT_CAT3(node_id, _STATUS_, status))        . . . note &amp;quot;_STATUS_&amp;quot; is a fixed string, not a macro&lt;br /&gt;
&lt;br /&gt;
#define IS_ENABLED(config_macro) Z_IS_ENABLED1(config_macro)   . . . a first pass to expand any existing macros&lt;br /&gt;
&lt;br /&gt;
#define Z_IS_ENABLED1(config_macro) Z_IS_ENABLED2(_XXXX##config_macro) . . . make _XXXX1 if defined, _XXXX if not def&amp;#039;d&lt;br /&gt;
&lt;br /&gt;
#define _XXXX1 _YYYY,                                          . . . replace &amp;#039;1&amp;#039; with &amp;#039;,&amp;#039; which gcc will process&lt;br /&gt;
&lt;br /&gt;
#define Z_IS_ENABLED2(one_or_two_args) Z_IS_ENABLED3(one_or_two_args 1, 0)&lt;br /&gt;
//  &lt;br /&gt;
//  Z_IS_ENABLED2() produces one of: &lt;br /&gt;
//&lt;br /&gt;
//     ENABLED:   Z_IS_ENABLED3(_YYYY,    1,    0)  &lt;br /&gt;
//     DISABLED   Z_IS_ENABLED3(_XXXX 1,  0)  &lt;br /&gt;
//&lt;br /&gt;
//  The disabled output is not valid C but gcc does not ever process this, only&lt;br /&gt;
//  the preprocessor sees this intermediat source code, thanks to Z_IS_ENABLED3().&lt;br /&gt;
&lt;br /&gt;
#define Z_IS_ENABLED3(ignore_this, val, ...) val&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] CONTAINER_OF macro ===&lt;br /&gt;
&lt;br /&gt;
Helpful blogpost by Radek Pazdera, full-stack software engineer based in London . . .&lt;br /&gt;
&lt;br /&gt;
* https://radek.io/posts/magical-container_of-macro/&lt;br /&gt;
&lt;br /&gt;
See also 2026 Q1 local page on [[developers|developers]].&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] To use GCC to see macro expansion ===&lt;br /&gt;
&lt;br /&gt;
Here is an example shell script which invokes gcc on a single C source file, and causes only the preprocessor to execute.  This results in a display of all preprocessor macros:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# References:&lt;br /&gt;
#   * https://gcc.gnu.org/onlinedocs/gcc-3.2.2/cpp/Search-Path.html&lt;br /&gt;
&lt;br /&gt;
# $workspace/zephyr/subsys/testsuite/include/zephyr/fff.h&lt;br /&gt;
&lt;br /&gt;
gcc -E \&lt;br /&gt;
-I../../../../../zephyr/subsys/testsuite/include \&lt;br /&gt;
-I../../../../../zephyr/include \&lt;br /&gt;
./unit-test-mocked-functions.h&lt;br /&gt;
&lt;br /&gt;
exit $?&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
	<entry>
		<id>https://wiki.neelanurseries.com/index.php?title=Macros&amp;diff=9019</id>
		<title>Macros</title>
		<link rel="alternate" type="text/html" href="https://wiki.neelanurseries.com/index.php?title=Macros&amp;diff=9019"/>
		<updated>2026-06-01T18:32:18Z</updated>

		<summary type="html">&lt;p&gt;Ted: Add notes on Zephyr IS_ENABLED() macro helpers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Macros - C Preprocessor Macro language  &lt;br /&gt;
&lt;br /&gt;
C&amp;#039;s preprocessor language is an important feature and tool in the development space of C language projects.  This local wiki page captures some references to preprocessor macro language.&lt;br /&gt;
&lt;br /&gt;
== [[#top|^]] General Articles about Macros ==&lt;br /&gt;
&lt;br /&gt;
Some general and comprehensive discussions of C macros can be found at:&lt;br /&gt;
&lt;br /&gt;
# https://home.cs.colorado.edu/~main/cs1300/doc/gnu/cpp_1.html&lt;br /&gt;
# https://stackoverflow.com/questions/4674480/do-whilefalse-pattern&amp;lt;br /&amp;gt;&lt;br /&gt;
# https://www.mikeash.com/pyblog/friday-qa-2010-12-31-c-macro-tips-and-tricks.html&amp;lt;br /&amp;gt;&lt;br /&gt;
# https://en.wikipedia.org/wiki/C_preprocessor#X-Macros&amp;lt;br /&amp;gt;&lt;br /&gt;
# https://en.wikipedia.org/wiki/X_macro&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] do while(0) ===&lt;br /&gt;
&lt;br /&gt;
Articles on the use of C language &amp;#039;do while(0)&amp;#039; construct in macros.  The do while(0) construct is the only C syntax which expands correctly from C macros regardless of the use of curly braces and semicolons around the given macro.&lt;br /&gt;
&lt;br /&gt;
*  https://hownot2code.wordpress.com/2016/12/05/do-while-0-in-macros/&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] stringification macro pair ===&lt;br /&gt;
&lt;br /&gt;
A useful macro pair, and this must be a macro pair, is the following set of defines.  These defines will accept a string and put double quotes around it:&lt;br /&gt;
&lt;br /&gt;
   #define TO_QUOTE_STRING(string) #string&lt;br /&gt;
   #define WRAPPER_TO_QUOTE_STRING(token) TO_QUOTE_STRING(string)&lt;br /&gt;
&lt;br /&gt;
Guy Rutenberg explains this C pre-processor pattern:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
*  https://www.guyrutenberg.com/2008/12/20/expanding-macros-into-string-constants-in-c/&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The core rule at play is that C preprocessor does not expand macros preceded by the `#` preprocessor directive, the directive to quote a token.  By creating a wrapping macro which does not call the `#` directive, the argument to the wrapper is expanded and then passed to the quoting directive.&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] fallthrough macro ===&lt;br /&gt;
&lt;br /&gt;
The `__fallthrough()` macro appears to be a C++ macro.  It may be found among Zephyr RTOS 3.4.0 source tree contents.  An article on the concept of &amp;quot;fall through&amp;quot; in C switch statements:&lt;br /&gt;
&lt;br /&gt;
*  https://www.quora.com/What-is-the-fall-through-behavior-in-C-programming-languages-switch-case-statements&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] X macro idiom ===&lt;br /&gt;
&lt;br /&gt;
X macros in C, a pattern involving nested macros makes use of nesting an initially declared and not defined macro within another macro.  Danilafe and Phillip Trudeau offer the following blog posts on this topic:&lt;br /&gt;
&lt;br /&gt;
*  https://danilafe.com/blog/chapel_x_macros/&lt;br /&gt;
* https://philliptrudeau.com/blog/x-macro&lt;br /&gt;
&lt;br /&gt;
Macro tips and idioms:&lt;br /&gt;
&lt;br /&gt;
*  https://github.com/pfultz2/Cloak/wiki/C-Preprocessor-tricks,-tips,-and-idioms&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] FOREACH macro implementations (may not be fully possible) ===&lt;br /&gt;
&lt;br /&gt;
*  https://dev.to/sgf4/foreach-macro-in-c-48ic&lt;br /&gt;
&lt;br /&gt;
*  https://dev.to/sgf4/repeat-macro-in-c-2hh0&lt;br /&gt;
&lt;br /&gt;
Macro examples from Zephyr RTOS release 3.7.1:&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
./include/zephyr/devicetree.h:4527:#define DT_INST_FOREACH_STATUS_OKAY(fn) \&lt;br /&gt;
./include/zephyr/devicetree.h:4544:#define DT_INST_FOREACH_STATUS_OKAY_VARGS(fn, ...) \&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
Related to Zephyr RTOS sys util macros and Zephyr&amp;#039;s _COND_CODE_1 and _COND_CODE_0 macros:&lt;br /&gt;
&lt;br /&gt;
*  [https://gustedt.wordpress.com/2010/06/08/detect-empty-macro-arguments/ Jens Gustedt Wordpress article Empty Macro Detection]&lt;br /&gt;
&lt;br /&gt;
Zephyr device tree macros include a macro to conditionally compile code based on a device tree node property:&lt;br /&gt;
&lt;br /&gt;
From devicetree.h:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
3384 #define DT_NODE_HAS_STATUS(node_id, status) \&lt;br /&gt;
3385         DT_NODE_HAS_STATUS_INTERNAL(node_id, status)&lt;br /&gt;
&lt;br /&gt;
4805 /** @brief Helper for DT_NODE_HAS_STATUS */i&lt;br /&gt;
4806 #define DT_NODE_HAS_STATUS_INTERNAL(node_id, status) \&lt;br /&gt;
4807         IS_ENABLED(DT_CAT3(node_id, _STATUS_, status))&lt;br /&gt;
&lt;br /&gt;
./include/zephyr/sys/util_macro.h:124:#define IS_ENABLED(config_macro) Z_IS_ENABLED1(config_macro)&lt;br /&gt;
&lt;br /&gt;
 96 /**&lt;br /&gt;
 97  * @brief Check for macro definition in compiler-visible expressions&lt;br /&gt;
 98  *&lt;br /&gt;
 99  * This trick was pioneered in Linux as the config_enabled() macro. It&lt;br /&gt;
100  * has the effect of taking a macro value that may be defined to &amp;quot;1&amp;quot;&lt;br /&gt;
101  * or may not be defined at all and turning it into a literal&lt;br /&gt;
102  * expression that can be handled by the C compiler instead of just&lt;br /&gt;
103  * the preprocessor. It is often used with a @p CONFIG_FOO macro which&lt;br /&gt;
104  * may be defined to 1 via Kconfig, or left undefined.&lt;br /&gt;
105  *&lt;br /&gt;
106  * That is, it works similarly to &amp;lt;tt&amp;gt;\#if defined(CONFIG_FOO)&amp;lt;/tt&amp;gt;&lt;br /&gt;
107  * except that its expansion is a C expression. Thus, much &amp;lt;tt&amp;gt;\#ifdef&amp;lt;/tt&amp;gt;&lt;br /&gt;
108  * usage can be replaced with equivalents like:&lt;br /&gt;
109  *&lt;br /&gt;
110  *     if (IS_ENABLED(CONFIG_FOO)) {&lt;br /&gt;
111  *             do_something_with_foo&lt;br /&gt;
112  *     }&lt;br /&gt;
113  *&lt;br /&gt;
114  * This is cleaner since the compiler can generate errors and warnings&lt;br /&gt;
115  * for @p do_something_with_foo even when @p CONFIG_FOO is undefined.&lt;br /&gt;
116  *&lt;br /&gt;
117  * Note: Use of IS_ENABLED in a &amp;lt;tt&amp;gt;\#if&amp;lt;/tt&amp;gt; statement is discouraged&lt;br /&gt;
118  *       as it doesn&amp;#039;t provide any benefit vs plain &amp;lt;tt&amp;gt;\#if defined()&amp;lt;/tt&amp;gt;&lt;br /&gt;
119  *&lt;br /&gt;
120  * @param config_macro Macro to check&lt;br /&gt;
121  * @return 1 if @p config_macro is defined to 1, 0 otherwise (including&lt;br /&gt;
122  *         if @p config_macro is not defined)&lt;br /&gt;
123  */&lt;br /&gt;
124 #define IS_ENABLED(config_macro) Z_IS_ENABLED1(config_macro)&lt;br /&gt;
125 /* INTERNAL: the first pass above is just to expand any existing&lt;br /&gt;
126  * macros, we need the macro value to be e.g. a literal &amp;quot;1&amp;quot; at&lt;br /&gt;
127  * expansion time in the next macro, not &amp;quot;(1)&amp;quot;, etc... Standard&lt;br /&gt;
128  * recursive expansion does not work.&lt;br /&gt;
129  */&lt;br /&gt;
&lt;br /&gt;
./sys/util_internal.h:28:#define Z_IS_ENABLED1(config_macro) Z_IS_ENABLED2(_XXXX##config_macro)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Zephyr&amp;#039;s Z_IS_ENABLED() macro has three helpers defined in sys/util_internal.h:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 20 /* IS_ENABLED() helpers */&lt;br /&gt;
 21 &lt;br /&gt;
 22 /* This is called from IS_ENABLED(), and sticks on a &amp;quot;_XXXX&amp;quot; prefix,&lt;br /&gt;
 23  * it will now be &amp;quot;_XXXX1&amp;quot; if config_macro is &amp;quot;1&amp;quot;, or just &amp;quot;_XXXX&amp;quot; if it&amp;#039;s&lt;br /&gt;
 24  * undefined.&lt;br /&gt;
 25  *   ENABLED:   Z_IS_ENABLED2(_XXXX1)&lt;br /&gt;
 26  *   DISABLED   Z_IS_ENABLED2(_XXXX)&lt;br /&gt;
 27  */&lt;br /&gt;
 28 #define Z_IS_ENABLED1(config_macro) Z_IS_ENABLED2(_XXXX##config_macro)&lt;br /&gt;
 29 &lt;br /&gt;
 30 /* Here&amp;#039;s the core trick, we map &amp;quot;_XXXX1&amp;quot; to &amp;quot;_YYYY,&amp;quot; (i.e. a string&lt;br /&gt;
 31  * with a trailing comma), so it has the effect of making this a&lt;br /&gt;
 32  * two-argument tuple to the preprocessor only in the case where the&lt;br /&gt;
 33  * value is defined to &amp;quot;1&amp;quot;&lt;br /&gt;
 34  *   ENABLED:    _YYYY,    &amp;lt;--- note comma!&lt;br /&gt;
 35  *   DISABLED:   _XXXX&lt;br /&gt;
 36  */&lt;br /&gt;
 37 #define _XXXX1 _YYYY,&lt;br /&gt;
 38 &lt;br /&gt;
 39 /* Then we append an extra argument to fool the gcc preprocessor into&lt;br /&gt;
 40  * accepting it as a varargs macro.&lt;br /&gt;
 41  *                         arg1   arg2  arg3&lt;br /&gt;
 42  *   ENABLED:   Z_IS_ENABLED3(_YYYY,    1,    0)&lt;br /&gt;
 43  *   DISABLED   Z_IS_ENABLED3(_XXXX 1,  0)&lt;br /&gt;
 44  */&lt;br /&gt;
 45 #define Z_IS_ENABLED2(one_or_two_args) Z_IS_ENABLED3(one_or_two_args 1, 0)&lt;br /&gt;
 46 &lt;br /&gt;
 47 /* And our second argument is thus now cooked to be 1 in the case&lt;br /&gt;
 48  * where the value is defined to 1, and 0 if not:&lt;br /&gt;
 49  */&lt;br /&gt;
 50 #define Z_IS_ENABLED3(ignore_this, val, ...) val&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] CONTAINER_OF macro ===&lt;br /&gt;
&lt;br /&gt;
Helpful blogpost by Radek Pazdera, full-stack software engineer based in London . . .&lt;br /&gt;
&lt;br /&gt;
* https://radek.io/posts/magical-container_of-macro/&lt;br /&gt;
&lt;br /&gt;
See also 2026 Q1 local page on [[developers|developers]].&lt;br /&gt;
&lt;br /&gt;
=== [[#top|^]] To use GCC to see macro expansion ===&lt;br /&gt;
&lt;br /&gt;
Here is an example shell script which invokes gcc on a single C source file, and causes only the preprocessor to execute.  This results in a display of all preprocessor macros:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# References:&lt;br /&gt;
#   * https://gcc.gnu.org/onlinedocs/gcc-3.2.2/cpp/Search-Path.html&lt;br /&gt;
&lt;br /&gt;
# $workspace/zephyr/subsys/testsuite/include/zephyr/fff.h&lt;br /&gt;
&lt;br /&gt;
gcc -E \&lt;br /&gt;
-I../../../../../zephyr/subsys/testsuite/include \&lt;br /&gt;
-I../../../../../zephyr/include \&lt;br /&gt;
./unit-test-mocked-functions.h&lt;br /&gt;
&lt;br /&gt;
exit $?&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- odne komentar --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ted</name></author>
	</entry>
</feed>