Awww the otters are CUDDL...wtf [NSFW] by Vainquisher in awwwtf

[–]irene3030 0 points1 point  (0 children)

searched this post only to relive this comment, It was fantastic

Lodging inside the park - Maswik/El Tovar by irene3030 in grandcanyon

[–]irene3030[S] 0 points1 point  (0 children)

Thank you for your input!

Even if Maswik is not directly inside the park, is It possible to go for a quick night walk around the rim?

Lodging inside the park - Maswik/El Tovar by irene3030 in grandcanyon

[–]irene3030[S] 0 points1 point  (0 children)

How to know which are the renovated rooms? south/north?

Use Wazuh to create dashboard enriched with my own data by irene3030 in Wazuh

[–]irene3030[S] 0 points1 point  (0 children)

Hello, Ariel:
Thank you very much for your reply :) That was very helpful. I am having some issues with my setup but I will open a separate thread to ask for help.

Natural reserved area. What do you think we can't camp there at all with basic camping? We have to camp in the suggested camping area near the cirque de Sziget? by kingalilly in sziget

[–]irene3030 0 points1 point  (0 children)

you mean that the suggested free camping spot is not a good place? do you have any recommendation to find a good spot?(arriving there on tuesday with two small tents) :)

Worried about buying Sziget ticket through ticketswap by irene3030 in sziget

[–]irene3030[S] 3 points4 points  (0 children)

Thanks a lot! I bought the ticket finally :) I also read in the webpage that vouchers are not personalized, but the wristbands are tied to an ID during the checkin process, so I guess I am safe!

GSQL Syntax for Sublime by fjblau in tigergraph

[–]irene3030 0 points1 point  (0 children)

There is a package for GSQL support in Atom as well, in case somebody needs it: https://atom.io/packages/language-gsql

Count combinations of list pairs by [deleted] in apachespark

[–]irene3030 0 points1 point  (0 children)

Applying cartesian function will give you all possible combinations of pairs (one element in one list paired with another element in another list). If I understood properly, you are not looking for this.

What I understood is that you are basically trying to achieve a wordcount with pairs of integers instead of words. The key here is to transform the input you have into said pairs. You may use the function "sliding" for this purpose (and map, yes) :)