#codewars
Explore tagged Tumblr posts
arabellasdoingthework · 7 months ago
Text
Tumblr media
Day 4/100
I've been away for a bit since everything has been too much lately. I'm working on coming back tho
Studying Python since the biggest part of the final grade for Programming II is gathering points on CodeWars and DataCamp. I know. I'm also confused. Fingers crossed I learn some.
65 notes · View notes
dkettchen · 7 months ago
Text
me: I have a job interview with a coding test on monday, I should do some coding exercises online to practice until then, it'll be a chore to revise but it'll be worth it 😤
me, now, 3 kyu level ups deep into python practice on codewars, forgetting to eat or attend appointments on time: oh no I forgot this is a fun puzzle game to sink infinite time into to my math brain
42 notes · View notes
trailynne · 1 month ago
Text
📅 Daily I/O Log – 2025.05.08
🧠 Morning Mindset
Book: Think & Grow Rich
Takeaway:
- Lack of persistence is one of the major causes of failure. - Lack of persistence is a weakness common to the majority of men, a weakness which may be overcome by effort. - The starting point of all achievement is desire. Keep this constantly in mind. - If you find yourself lacking in persistence, this weakness may be remedied by building a stronger fire under your desires. How to Develop Persistence a) A definite purpose backed by burning desire for it's fulfillment. b) A definite plan, expressed in continuous action. c) A mind closed tightly against all negative and discouraging influences, including negative suggestions of relatives, friends, and acquaintances. d) A friendly alliance with one or more persons who will encourage one to follow through with both plan and purpose.
💪🏽 Fitness Focus
Yoga -> Yin Yoga for Lung Cleanser ( L1 | 33m )
💻 Code Challenges
Platform: LeetCode Challenge: 2626. Array Reduce Transformation, 2629. Function Composition
🎓 Course Progress
➤ Personal Branding: Stand Out and Succeed • Focus: Note Taking • Module 2: People as Brands
➤ Full-Stack JavaScript Developer • Focus: Note Taking • Module 2: Introduction to Development (Introduction to Software Development)
2 notes · View notes
codemerything · 2 years ago
Text
Codewars/ Leetcode Tip
Anytime a problem is said to be case-sensitive; maybe a value or argument it's best to manipulate the data to either lowercase or uppercase to perform that task. It's worked every time I tried and caused me errors every time I fail to implement it.
20 notes · View notes
ladyargento · 2 years ago
Text
Millionth Fibo kata on Codewars
Hello my friends and enemies. I am very tired. Currently studying for my OCP and trying to break things up with all sorts of activities, such as katas. Here is my solution to a toughie, namely a relatively performant fibonacci sequence that works for both positives and negatives and can go Very Very high, in Java.
Tumblr media Tumblr media
There are probably better solutions. I might refactor later. This one was tough. It uses matrix multiplication and hoo boy is it not the prettiest code I've ever written. I do not like working with BigIntegers to this extent but life is unfair.
2 notes · View notes
peeter8055 · 4 days ago
Text
Boost Your Skills with Coding Challenges in Python
Looking to improve your coding skills? Try solving coding challenges in Python! They help you master logic, syntax, and real-world problem solving. From beginner to advanced, platforms like Codewars, LeetCode, and HackerRank offer Python-based tasks that make learning fun and effective.
0 notes
perigordtruffle · 2 years ago
Text
Tumblr media
LETS GOOOO!
0 notes
pinkyjulien · 11 months ago
Text
Tumblr media
▶ Flat Chest AXL Update
Introducing the new Flat Chest Detector (Thanks once again to Berdagon for the amazing script!)
Tumblr media
Supported Garments will automatically adapt to the Flat Chest when worn
No need to re-equip garments
Can affect multiple garments simultaneously (T1 & T2)
Work with both the vanilla inventory and Equipment EX
My Stinky Racerback Set has been updated to support it!
Tumblr media
⚠ You NEED the latest Archive XL and Codeware versions!
52 notes · View notes
mallory-likes-whales · 6 months ago
Text
Ooough I forgot how fun coding is
0 notes
codewareltd · 1 year ago
Text
Tumblr media
Key Features of Our Driver App | Bus Ticket Booking System
CW Ticketing System's Driver App enables drivers to effortlessly navigate roads, book and cancel tickets on the go, get ticket sale reports, and more.
Learn more
0 notes
echoesfromtheabyss · 5 months ago
Text
Tumblr media
Just love modding sometimes. It worked fine last night. This morning, this. No updates to either the mods listed, the Codeware, OR the game itself. Just woke up today and fuck you, you don't get to play modded anymore.
Alright Cyberpunk, I get the message, I'll uninstall.
2 notes · View notes
dkettchen · 7 months ago
Text
coding makes you feel so smart and so stupid sometimes
37 notes · View notes
trailynne · 1 month ago
Text
📅 Daily I/O Log – 2025.05.07
🧠 Morning Mindset
Book: Atomic Habits
Takeaway:
- The 3rd Law of Behavior Change is make it easy - The most effective form of learning is practice, not planning. - Focus on taking action, not being in motion. - Habit formation is the process by which a behavior becomes progressively more authentic through repetition. - The amount of time you have been performing a habit is not as important as the number of times you have performed it.
💪🏽 Fitness Focus
Cardio Step Routine
Yoga
💻 Code Challenges
Platform: HackerRank Challenge: 3 Month Preparation Kit - Week 1 - Camel Case 4
🎓 Course Progress
➤ Personal Branding: Stand Out and Succeed • Focus: Study • Module 2: People as Brands
➤ Full-Stack JavaScript Developer • Focus: Study • Module 2: Introduction to Development (Introduction to Software Development)
0 notes
streetkid-named-desire · 6 months ago
Text
just waiting on wkit to be updated but there are guides now for converting poses, axl, tweakxl, and codeware updates for the new photomode stuff and photomode replacer that replaces nibbles are live, and an extension to switch outfits natives in photomode are live
i am currently going back through all the shippy poses/mv exclusive poses i know i wanna use to update them. there are still some qol things tho like you can't re-adjust poses with amm when using the replacer but that might just need an update in amm to recogfnize the new entities so i still found myself spawning and posing with amm anyway in some instances
2 notes · View notes
ladyargento · 2 years ago
Text
Practicing stuff
Mostly been practicing my javascript/typescript a lot lately. Oracle sucks ass, but java is what I mainly do because I've been trying to focus on getting really good at one thing primarily so I can translate those skills to other languages down the line, among other things (although naturally as I said I can program in multiple languages). I mention oracle because I recently tried to do their Certification Exam and their website entirely shit the bed. It sucked. I've been really bitter lately, but I am also like 10 years older than most of the people who haven't experienced how shit academia and schools of higher learning are. I need to get over myself a bit and let go of petty things and just keep aloof.
Here's a javascript huge number calculator I wrote for a codewars kata. I don't like the lack of typing in javascript but just keeping a mental map is good. It definitely makes me notice my lazy naming. I should be more clear.
Tumblr media
1 note · View note
kitkatcodes · 2 years ago
Text
100 Days of Code - Day 3, 4 & 5
Tumblr media
ahhhh I feel like the 100 days of code is going very slow for me rip and I've def missed a TON of days but I think I will try to keep this going even with the minimal amount of coding I've been doing (•᷄- •᷅ ;)
Tumblr media Tumblr media
✧*6/14/2023*✧
I did 5 Codewars!! ٩(^ᗜ^ )و ´-
Convert a String to a Number!
Grasshopper - Messi goals function
Take a Number And Sum Its Digits Raised To The Consecutive Powers And ....¡Eureka!!
Find the unique number
Sum Arrays
I also learned about how you can use a '+' to change a type to its most basic type. For example:
str = "50" return +str; -> returns 50
read more about primitive types
Tumblr media Tumblr media
✧*6/15/2023*✧
Spent waaayyy to long on only ONE Codewars: Training on Roman Numerals Helper
If you're curious how we solved it, check it out here
Tumblr media Tumblr media
✧*6/27/2023*✧
I finaaallyy updated my portfolio to add my most recent blog post for my todo app project I did! ٩(^ᗜ^ )و ´-
You can check it out and read it here!
26 notes · View notes