This algorithm, also known as "modulus 10" or "mod 10" algorithm, is used as a checksum formula for error-checking in various apps, such as verifying credit card numbers.
Days 16, 17 of #100daysOfCode
This algorithm, also known as "modulus 10" or "mod 10" algorithm, is used as a checksum formula for error-checking in various apps, such as verifying credit card numbers.
Days 16, 17 of #100daysOfCode
Day 15 / #100daysOfCode
Day 15 / #100daysOfCode
Day 6 / #100daysOfCode
Day 6 / #100daysOfCode
Day 4 / #100daysOfCode
cdn.freecodecamp.org/curriculum/l...
Day 4 / #100daysOfCode
cdn.freecodecamp.org/curriculum/l...
Day 2 / #100daysOfCode
Day 2 / #100daysOfCode
Was awarded with a "Software Security" badge.
#APIsecurity
#100NightsOfHacking
Was awarded with a "Software Security" badge.
#APIsecurity
#100NightsOfHacking
✅ Did the "Carly's Clippers" project on #codecademy.
💡I Found the AI code review feature really helpful, especially in regard to
- better commenting code
- error handling for potential issues like division by zero when calculating averages.
✅ Did the "Carly's Clippers" project on #codecademy.
💡I Found the AI code review feature really helpful, especially in regard to
- better commenting code
- error handling for potential issues like division by zero when calculating averages.
#100DaysOfCode
#100DaysOfCode
Submitted the solution for the "Epidemiology" problem on DMOJ.
Started working on "Ptice" problem on DMOJ.
#Python #100daysOfCode
Submitted the solution for the "Epidemiology" problem on DMOJ.
Started working on "Ptice" problem on DMOJ.
#Python #100daysOfCode
#100DaysOfCodingChallenge
#100DaysOfCodingChallenge
#100DaysOfCoding
#100DaysOfCoding
🤷♂️ Struggled to solve the implementation problem "Magnus" on DMOJ. My code somehow still messes up systematically the counting of a certain combination of chars the longer string gets.
✅ Submitted the solution to the string algorithms problem "English or French?":
🤷♂️ Struggled to solve the implementation problem "Magnus" on DMOJ. My code somehow still messes up systematically the counting of a certain combination of chars the longer string gets.
✅ Submitted the solution to the string algorithms problem "English or French?":
Coded and submitted solutions to the "Tarifa" and "Occupy parking" problems on DMOJ in #Python.
Coded and submitted solutions to the "Tarifa" and "Occupy parking" problems on DMOJ in #Python.
Did some studies on indexing, the range function of #Python and while loops.
Did some studies on indexing, the range function of #Python and while loops.
The task was to find out if a provided string has the right length and also enough upper, lower and numeric characters to fit into a given password policy.
#100DaysOfCodingChallenge
The task was to find out if a provided string has the right length and also enough upper, lower and numeric characters to fit into a given password policy.
#100DaysOfCodingChallenge
Struggled at first with the approach for the 'Trik' solution on DMOJ.
Then draw a workflow for the code on paper which made it much easier to find the solution in #Python.
Struggled at first with the approach for the 'Trik' solution on DMOJ.
Then draw a workflow for the code on paper which made it much easier to find the solution in #Python.