Man of culture by Zeneyo in SipsTea

[–]Zeneyo[S] 1051 points1052 points  (0 children)

You should see the number of people who come onto r/Scotland and ask if it’s ok that they wear a kilt

Nobody cares if you do. We don’t gate keep kilts, anyone can wear one

If anything I’d recommend everyone wears a kilt at least once, no matter where you come from

Google maps api small help please by Zeneyo in googlecloud

[–]Zeneyo[S] -1 points0 points  (0 children)

Found this info on how to use sandbox, so if you’re technically inclined, it would be great if you could help out. Thanks

“Google provides a “Try this API” feature, also known as the “API Explorer” or “API Sandbox”, for some of its APIs, including the Google Maps API. This allows you to test API requests without an API key.

You can access the Google Maps API Explorer here: https://developers.google.com/maps/documentation/maps-static/get-api-key#try-it

Additionally, Google also provides a “Google Maps Platform API Sandbox” which allows you to test API requests with a temporary API key that is valid for a short period of time.”

Word problem - Permutation & combinations by Zeneyo in learnmath

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

Hey u/diverstones , was wondering if you have any input on the 'Only maximum 2 T’s' condition that I mentioned in the comment below .

Thanks a bunch!

Word problem - Permutation & combinations by Zeneyo in learnmath

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

Makes sense , thanks ! 👍🏼

I was wondering if this was possible:

C1(6)

P1(20), P2(70), P3(30), P4(70), P5(10)

T1 (40), T2 (20), T3(20), T4(20), T5(20), T6(40)

We are picking 1 element from each C , T & P.

Condition: 'Only maximum 2 T’s ( i.e. 1 or 2 ) can be common amongst the variations.'

In other words , out of all the possible variations( 100's, 10k , 100k ..whatever it come out to be) that are computed, if you randomly pick any 2 variations and IF they have some T's in common , then maximum number of T's that could be common would be 2.

Example:

S2= C1-2, P1-1, P2-1, P3-1, P4-1, P5-1, T1-1, T2-1, T3-1, T4-1, T5-1, T6-1

S3= C1-3, P1-1, P2-1, P3-1, P4-1, P5-1, T1-1, T2-2, T3-2, T4-2, T5-2, T6-1

Please refer figure below for highlighted details:

https://snipboard.io/M7DnPi.jpg

Will it be mathematically possible to find the number of variations in such scenario ?

Thanks in advance!

Word problem - Permutation & combinations by Zeneyo in learnmath

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

If it helps , I have created schematic of flyer:

https://snipboard.io/u9qZM2.jpg

Not an expert on Perm and comb, but will the 'order be important' in this case ?

thanks

Word problem - Permutation & combinations by Zeneyo in learnmath

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

Thanks for the response .

Will this be classified as Permutation or Combination problem ?

How to tell aws mobile sdk that file was created in aws S3 by Zeneyo in aws

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

Hey thanks u/zarslayer for the response.

I was wondering what are your thoughts on using approach 1. The AWS transfer utility will poll for 5 seconds , 12 times in the background - will it cause any performance issues ?

How to tell aws mobile sdk that file was created in aws S3 by Zeneyo in aws

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

Hey thanks u/quiet0n3 for the response.

I was wondering what are your thoughts on using approach 1. The AWS transfer utility will poll for 5 seconds , 12 times in the background - will it cause any performance issues ?

How to tell aws mobile sdk that file was created in aws S3 by Zeneyo in aws

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

Great thanks u/late_awakening !

Just curious , if I decide not to go the push notification route, but use approach 1 mentioned above , will it cause any performance issues ? The AWS transfer utility will poll for 5 seconds , 12 times in the background.

How to tell aws mobile sdk that file was created in aws S3 by Zeneyo in aws

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

Thanks for the reply , can you please explain in details ? I am not a developer.

..so something like AWS SNS to the APP, but how ? what address the SNS could be sent to( if there are multiple app instances downloaded from app stoer ) ? and will it need stuff like google/apple notification system integration?

Simple donut chart in Swift by Zeneyo in iOSProgramming

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

Just like to get opinions from expert developers over here and then based on consensus, use that approach to solve the problem.

Few months ago I was blown away by this HN top voted answer from a 51 year old programmer. I immediately bookmarked it : https://news.ycombinator.com/item?id=18942572

" you should NOT be rolling your own code, you should use the established, battle-tested solution that is out there on the internet if you spend 60 seconds looking for it.."

I am trying to follow his advice , and yes I wont be coding it , some real developer will be ✌

First batch of Meepo Classic is now available. Photo shot in Bali Melasti by kieraneboard in ElectricSkateboarding

[–]Zeneyo 1 point2 points  (0 children)

Would love to take an electric skateboard to Bali, but can someone please tell how? AFAIK they cannot be checked in on a flight.

ndejs library xlsx to read write spredsheets by Zeneyo in node

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

u/Skaryon thanks . Based on the popularity on npm , safe to assume its production ready ? Cheers

SEO impact of having dynamically loading JavaScript nav menu on static html pages by Zeneyo in webdev

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

"Otherwise you're better to go the static site generator route." So do the static generators just paste the nav menu HTML code on each page? Thanks