#codewars
Explore tagged Tumblr posts
Text

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.
#studyblr#university#uni#coffee#college#uni student#university student#bookblr#dark academia#information management#study blog#studyspo#study motivation#study aesthetic#programming#python#codewars#uni student aesthetic#student aesthetic#student life#student#library sciences#information science
65 notes
·
View notes
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
#coding#codewars#I'm a gamer* you see#*only for puzzle games not actual video games that require hand eye button pressing coordination that is#reasons why trans ppl like coding and drawing comics/animating so much:#infinite time sink to avoid meat space indefinitely with#my therapist had to call me after I was already 10min late to our video appt cause I literally just wasn't looking at the time ToT#thank goodness I had my phone on loud by pure coincidence today
42 notes
·
View notes
Text
100 Days of Code - Day 1
welp, I've been meaning to start this for a while...
today I did some codewars katas (๑>ᴗ<๑) it's like leetcode but imo more fun. especially cause you can join clans to sorta compete with each other in the group. here are the ones I did today w/ javascript my preferred programming language :)
7kyu You're a square!
7kyu Beginner Series #3 Sum of numbers
8kyu Reversed sequence
I usually do these problems with friends and then we share/discuss our answers in the discord since most of us have different approaches or just use different languages in general.
If y'all ever want to join my codewars clan you can go to your account settings and enter "kitkat squad" in the clan section (ෆ˙ᵕ˙ෆ)♡
✧*5/24/2023*✧
50 notes
·
View notes
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
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.
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.
#java#codewars#code#codeblr#coding#java programming#fibonacci#hell#damnation#I hate math but love coding#I am a sucker
2 notes
·
View notes
Text

▶ Flat Chest AXL Update
Introducing the new Flat Chest Detector (Thanks once again to Berdagon for the amazing script!)

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!
⚠ You NEED the latest Archive XL and Codeware versions!
#Cyberpunk 2077#Cyberpunk 2077 Mod#Mod#Mod Update#✨👄✨ IT JUST WORKS#The binder vision coming THROUGH#I'll work a tutorial soon - it works the same way as the bulge detector#both the flat chest and bulge detector now supports Dynamic Appearances btw#thanks to the new XL + Codeware update
52 notes
·
View notes
Text
Ooough I forgot how fun coding is
#pumped out like ten (admittedly a bit bulky) solutions to CodeWars problems in the last two hours#and Ooooooh it's good to be back#mallory's thoughts#computers#I may be procrastinating making an application to help with DMing my D&D campaign#Because I absolutely do not want to learn how to make a gui#and the terminal interface is really bulky#but whatever --
0 notes
Text
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
#driver app#bus driver app#ticket booking driver app#online booking app#transport driver apps#driver application#mobile application#codeware driver app
0 notes
Text
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
Text
coding makes you feel so smart and so stupid sometimes
#coding#codewars#and by coding I mean codewars being mean and timing me out when my code was working for the smaller input tests ToT#I wasted a whole ass evening on that stupid problem and couldn't figure it out in the end#it's 1am and I need to go to sleep smh#update: apparently codewars does save your progress on unfinished kata#and I think I know the strategy for how to make it work now so I can reattempt at a later point -.-
37 notes
·
View notes
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
Text
Sick as a dog all week so doing katas
I did an absolutely ridiculous amount of katas last week because I've been ill and didn't want to go too rusty.
Here are some fun solutions(but not all the solutions I worked on):
This was my solution to ParseInt Reloaded, in which you get served with the word of a number, like "one thousand five-hundred and twenty" and you have to parse that to an integer. Not shown: Big TreeMap of words that are mapped to integer values that I use for calculations.
This was my solution to the Sum of Intervals kata, in which the big trick is actually to merge overlapping intervals. Here I do that by basically sorting the 2d array you get by the first numbers of the interval and then checking if the first number of the following interval is smaller than the second number of the previous interval, than taking the previous interval and upping the second number to the higher of the two intervals.
Then I iterate over the resulting merged intervals and just count it up because simple math is very efficient, even for large numbers (need to be able to handle veeeeeery large ranges).
Final one is the Who Likes It? kata because I got to pull out the enhanced switch case:
2 notes
·
View notes
Text
100 Days of Code - Day 3, 4 & 5
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 (•᷄- •᷅ ;)
✧*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
✧*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
✧*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!
#progblr#codeblr#programming#tech#coding#resources#frontend#studyblr#aesthetic#comp sci#webdev#cool fonts#100daysofcode#day 3#day 4#day 5
26 notes
·
View notes
Text
If codeware doesn’t get an update soon I’ll perish. I need to see Mara & Jack!!!! I need to take photos of Mara and her friends!!!!
8 notes
·
View notes
Text
Apparanty both Garnet's save files (one from June and one a bit older) are borked in the same way. So there will probably no picutres of him in the next 2-3 weeks.
I load his game, go to inventory and once I've been to the wardrobe and go back to main intenvtory and click head inventory, the game crashes on both saves. It also happened when wanting to select randomly some saved wardrobe outfits – not immediately though.
I already checked Hizumi, Vijay, Thyjs and Ryder if it happens to them but everything is alright.
My AXL, EQ-EX and Codeware run on no recent updated versions, but are still relatively new (23.07.).
Garnet shares most mods with Ryder and a few with Thyjs. Since Ry'n'Thy are alright, I assume it has nothing to do with these clothing mods. So I'll have to look into the mods he got that no other oc of mine has in their inventory and check if any of it requires an update (that isn't newer than 23.07! nor just got updated for another body). and double check the files if something is missing or I have eg. newer archive but forgot tp update the yaml (or this vice versa).
If the crash still occurs even after that I might delete his entire wardrobe and add everything anew incl. saved outfits.
And if it still occurs, well then it can only be one of his main mods.
Tho I can't imagine it might have to do with it. But the again, Garnet has A LOT installed on his head (Bitesized* with too many files, face cyberware, heterochromia, hair style + caps, tattoo, different eyelashes too).
Otherwise I am beaten.
*Ry still runs on the old version of the sharp teeth and I don't think I'll change his to the new one either as he's fine with it. But Garnet has silver and red teeth plus a black tongue).
#thoughts#rant I guess#sometimes the game borks in a way that is beyond knowledge#like I have trouble with Thyjs' mods and Vijay's too but they do not cause a crash tho lol just are visually not that what they should be
4 notes
·
View notes