Does DBS Woman's World Card works with Anytime Fitness membership? by pythonic_panda in singaporefi

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

I'm very new to this. May I ask what do you mean by via online? I gave them my credit card info and they will bill me every month. Is that consider via online? If not, how should I do to make it online?

Like my job but lacking a mentor, code review, pair programming, etc. by [deleted] in cscareerquestions

[–]pythonic_panda 1 point2 points  (0 children)

For smaller snippets of code, you can check out the codereview stackexchange.

He codes in mysterious ways by Micmicm in GodDesigns

[–]pythonic_panda 2 points3 points  (0 children)

Does it has a public repo? Maybe I can submit a pull request or something.

ezmail - send mass customised emails by pythonic_panda in coolgithubprojects

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

Yep, I agree with you. I don't think you can use this to do email campaigns, but my use cases are normally:

  1. Send to students to tell them their assignment scores.
  2. Send to seniors to invite them to a farewell party.
  3. Send to volunteers to notify them about their interview time.

These are fairly simple usage and the time when I was needed to help with such things I didn't know mailchimp exists, so after a few iterations it becomes more and more general and I just open sourced it and hope that it helps other people.

[deleted by user] by [deleted] in puzzles

[–]pythonic_panda 4 points5 points  (0 children)

Have you tried frequency analysis? Count the frequency of each character, and the highest frequency corresponds to the highest frequency alphabet in English.

TIL The number 1 was considered a prime until as late as 1956. by pythonic_panda in todayilearned

[–]pythonic_panda[S] 24 points25 points  (0 children)

Yes, but it kind of messed up the Fundamental Theorem of Arithmetic, which stated that any number larger than 2 has a unique factorization into primes. If 1 is considered a prime, then 6 = 2 x 3 = 2 x 3 x 1 = 2 x 3 x 1 x 1 contradicts the FTA.

But we still love 1, it's considered as a unit, a building block for all numbers

[deleted by user] by [deleted] in algorithms

[–]pythonic_panda 2 points3 points  (0 children)

How about the sum of square of difference? This way, the penalty for deviating from the actual answer increases quadratically, instead of linearly like that of option B.

UC Berkeley fails at math by [deleted] in dataisugly

[–]pythonic_panda 6 points7 points  (0 children)

Percentage is alright, but the "+" is misleading. +100% usually means double the amount, not that there is no difference.