Jump to content

Makaze

Member
  • Posts

    637
  • Joined

  • Last visited

Everything posted by Makaze

  1. My solution was... var a = 999; var b = a; var c = 0; var isPalindrome = function(n) { var mirror = String(n).split("").reverse().join(""); return (String(n) === mirror); } while (a > 99) { if (isPalindrome(a * b) && a * b > c) { c = a * b; } if (b > 99) { b--; } else { b = --a; } } c;I'm still not sure how I could slim down the clock cycles...
  2. Kinumi is pretty great. Easy to talk to, enthusiastic, funny. A good friend.
  3. It's... perfect. Can you add information about credits/licensing in the OP?
  4. Nominations: 10: Euklyd 8: General Horace 5: Lord Raven 4: DodgeDusk 3: Loki Laufeyson 3: PKLucas 3: Shin 2: Lettuce 2: dondon151 2: Rehab 2: Makaze 2: Parrhesia 2: SeverIan 2: Tonton 2: Soul 2: Jedi 1: Breezy 1: Frosty Fire Mage 1: SB 1: Boron 1: Thor Odinson 1: IceSage 1: Paperblade 1: Vashaine 1: Esau of Isaac 1: Sunwoo 1: Pride
  5. Nominations: 10: Euklyd 5: General Horace 4: DodgeDusk 4: Lord Raven 3: Loki Laufeyson 2: Lettuce 2: dondon151 2: Rehab 2: PKLucas 2: Makaze 2: Parrhesia 2: SeverIan 1: Tonton 1: Soul 1: Breezy 1: Frosty Fire Mage 1: SB 1: Boron 1: Thor Odinson 1: IceSage 1: Paperblade 1: Shin 1: Vashaine 1: Esau of Isaac 1: Jedi
  6. Nominations: 8: Euklyd 5: General Horace 3: DodgeDusk 2: Lettuce 2: dondon151 2: Lord Raven 2: Rehab 2: Loki Laufeyson 1: Tonton 1: Makaze 1: Soul 1: Breezy 1: Frosty Fire Mage 1: SB 1: Boron 1: SeverIan 1: Thor Odinson
  7. Nominations: 6: Euklyd 3: DodgeDusk 2: Lettuce 2: dondon151 2: General Horace 1: Lord Raven 1: Tonton 1: Makaze 1: Soul 1: Breezy 1: Frosty Fire Mage
  8. Nominations: 4: Euklyd 2: Lettuce 2: DodgeDusk 2: dondon151 1: Lord Raven 1: Tonton 1: General Horace
  9. Nominations are open until Tuesday! Please read the rules before nominating.
  10. Yes thank you for making the script Euklyd.
×
×
  • Create New...