#working of java program
Explore tagged Tumblr posts
Text
yeah sex is nice but have you ever found exactly what you were looking for on the first google search??
#bliss#absolute bliss#uncontrollable moaning#unbridled passion#relatable posts#relatable#very relatable#coding#codeblr#java#programming#computer science#computer#technology#looked up frequency in array java and found 'Program to find frequency of an array'#*orgasms cause I don't have to do any work*#they even made a marquee#*cries*
182 notes
·
View notes
Text
Okay I think I like raspberry pi. I think I like micro bit powered robots. It’s so much easier to learn how to make computers do bullshit things when I have a goal for an adorable tiny computer who is trying his best.
Also it’s really easy to win over staff on a technology when it is objectively adorable.
#programming#work stuff#I took one formal programming class and found it miserable#but so much of my job is using the crumbs of my computer knowledge for maximum flare#i can pretend to program in three functional languages and one Java based script language#I can hack out decent visuals from a good chunk of the Adobe suite#I do not know what I’m doing but the average person knows even less#jack of all trades
2 notes
·
View notes
Text
Learning to code with Mimo has been quite fun, it's almost like a duolingo for coding, been ejoying it quite a bit and learning a lot.
#project batman#batman#bruce wayne#martial arts#training#exercise#fitness#work out#kung fu#duolingo#mimo#mimo learn to code#computer science#computer programming#coding#java script#node.js#learn to code#computer skills#tech savy#polymath
13 notes
·
View notes
Text
I did something nice for myself as a reward for finishing my work on time! I will have to say loops in Java are basically the same as C# which is nice. I made some fluffy chicken mushroom rice! I also put it in my small pumpkin bowl. I am going to work on my app this evening too!
#self care#cosmickittytalk#codeblr#java programming#rewards#reward for work#mushrooms#dinner#pumpkin bowl#csharp#making an app
5 notes
·
View notes
Text
If you don’t want to read a rant someone has about a stupid task they have for their coding job, feel free to skip over this post.
So.
My current job is to make pages for a program my team is creating. Specifically, I’m taking old pages and remaking them using newer, less outdated frameworks and services. For some pages it’s very simple. This is not one of them.
The current page I’m working on is actually 50+ pages in a trench coat, and each of them have their own unique combination of tabs and fields that the user can mess around with. Doing each of those individually would be a nightmare, but luckily, the original page is able to generate all 50 of its sub-pages through a single service. That service is 2k lines of code, but it’s not the worst thing in the world.
But as time goes on, and my coworkers and I make our way through this code, we realize whoever made this original page was a madman.
Fields get saved in strange ways. Dates that should be saved separately as numbers are instead combined into one singular string alongside other data for no good reason. (ex: “6/10 | 6/16 | false” yes with those “|” in between them, no I don’t understand why)
Meanwhile, it’s a 50/50 whether a dropdown comes with the list of options the user can select, or if the list was hardcoded into the UI.
But the thing that broke me came recently.
While testing, we found that 3 of the 50+ pages weren’t working right. Nothing about them stands out, there’s nothing unique to just these three, and they aren’t even next to each other. Why aren’t they working? Well, that’s because, FOR SOME REASON, these three pages aren’t included in that 2k line service I mentioned. For seemingly no reason, these three have their own service. A service, that is three times as long.
Three.
Times.
6k lines of code that need to be sorted through.
We don’t know why. Our best guess is that these three came first, but then someone else came in and made a “simpler” (but still insane) way to do the rest, and just forgot to include the first three in that.
I’ve been working on this page for months, and I fear what I might discover next.
#programming#programmer#code#coding#java#software development#every day is something new#i want to meet whoever made this page#and have nice long chat#rant#i love my job but i feel like im going to snap if another manager asks if it will be done soon#at least i get to work from home
2 notes
·
View notes
Text
putting together a minecraft modpack project i shelved like 3 years ago for caves & cliffs now that that's out... kinda excited to see if i can get it to a state im happy with! it's a survival-adventure pack with an emphasis on the survival. only sad part is that the climbing mods i like don't have fabric equivalents, but maybe one day i could port that if i wised up?
#i speak#i haven't done a lot of work in Java but i theoretically know enough to learn more lol#would be an interesting test of skills#programming#minecraft
5 notes
·
View notes
Text
Ah, yes, calling a System function.
Also known as calling upon a wizard to use a tiny sliver of their vast, unknowable magicks to System.out.print()
#eel speak#programming#this is genuinely how i kept in mind how System functions work when i was taking a Java class#(i am not very well suited for object-oriented programming)#i've done a tiny bit of javascript so like. i understand how to call a function that i wrote. it's right there i wrote that#but some java functions feel like invoking unseen spirits from beyond to support your own spells#if i write my own functions i'm casting my own spells. but if i gotta ask the computer for a spell then that's calling the wizard
1 note
·
View note
Text
I've been grabbing random Shimeji that I stumble into which has customized animations to examine how the creators added to the code and I can't believe I'm lowkey relearning programming cuz of this.
#aria rants#me back then: ill never pick up programming again. me now: okay but my oc shimejis... the things i can do for em tho--#also found out that the codes was html and not java like i initially thought. this makes it easier to deal with thank god#id rather relearn html than relearn java. java is a nightmare that i didnt even learn anything much at all in school#tho tbf i didnt learn much of ANYTHING in that godforsaken class. still good to know that theres still some recognition left#in regards to how the codes and stuff worked. thats the only thing i have going for me. pure muscle memory and willpower
1 note
·
View note
Text
I just realised how fucked up my schedule is gonna be next semester so please wish me luck...
#imma have uni work and 8h of a java programming course i signed up for every week#so i might have to start waking up at 7am on the weekends to get groceries and like i dunno try to prep lunch for my nana at night?#cuz she doesnt eat much when we dont have lunch together#but i hope it will all work out#maybe i can sneak in some going outs in april lol#bc i have a science convention in march so those three days are gonna smash me in the head#i am very excited tho just a little bit overwhelmed with time managment#and just thinking about how to make sure my friends and loved ones dont feel abandoned when i get busier again#0 notes to me
0 notes
Text
Programming memories
I've been writing a little cli to quickly perform Wikipedia searches in Kotlin lately and it's had me thinking about my journey up to this point learning programming. Back in high school, 10th grade I signed up for an XHTML, CSS and JS class where I had the opportunity to get a little certification and just have 3 hours a day to learn about it. I was absolutely hooked. I remember I'd have a blast making these little websites but wanted to learn desktop development. Eventually that led me to python and i liked it but felt it was lacking, though lacking what I didn't know because I knew literally nothing at the time. I wanted to write a text rpg, and read that python wasn't a good fit for my task and I should try Java instead, so I did. I hated it. Despised it actually, coming from python and JavaScript it seemed way too verbose, and confusing. I found it asinine that i needed to import something just to get input from the keyboard (honestly, still find it a bit odd.) But bizarrely, despite not sticking with it, and despite learning several other languages- even quitting programming for years after- the way I think, the way I initially want to do things has always been very Java-like. It colored my thinking in such a profound way, I've always kinda wondered what it was. Eventually I began to try out every single programming language, and found that everything abstracted too much, was too slow for my liking, didn't have static typings, didn't have the option for dynamic typing. Finally i realized after jumping around, developing a crippling inability to actually finish a programming language that literally Java (or kotlin as now I found that fun, but worry about the implicit binding to intellij) was what I wanted in a lang all along.
The shit you get to thinking about debugging, huh?
#coding#programming#musings#work in progress#its a learning process#memories#deep thoughts#kotlin#javaprogramming#java
0 notes
Text
okay so i decided to finally start writing again by writing some fanfiction. But, me being me, what did i decide to use for that? Word? Perhaps google docs? Maybe even email drafts? Writing app on my phone??? Nope. (Okay kinda.)
My old Nokia N97
#there's two nokias in this photo and both are in use because i refuse to throw away working electronic devices#there's also a thrid nokia out of frame that currently isn't in use#but only because it needs to be charged and i don't have the right charger at hand right now#i also am planning to try and see what i can install on the n97 because it does run java programs#and i also used to have whatsapp on there#but the appstore server is defunct so ill have to check by manually installing stuff
1 note
·
View note
Text
this is my THIRD TIME trying to upload this ABC design i made, i am in super hell and can't tell u more than the fact that she's an old rave-scene glory who haxx
#across the spiderverse#spider man: across the spider verse#i already told you she's not much of a self insert#i could never program or crack things for the life of me#i tried learning java once and the Handwritten Tests were enough to drive me out#i would probably replace every line of code with “if...then”s#maybe it would work better than cyberpunk 2077
0 notes
Text
This is the very first program I've coded, and it's basically a D20 😊
#project batman#batman#bruce wayne#martial arts#training#exercise#fitness#work out#polymath#renaissance man#polyglot#coding#java#writing code#back end#dev#first program
2 notes
·
View notes
Text
i need to do my java assignment. i need to start my java assignment. i need to open my java assignment and look at it. i need to do my java assignment. i need to do my java assignment. i need to complete to-dos in my java assignment. i need to do my java assignment.
(<- is too afraid and overwhelmed to write a single new line of code in the java assignment)
#H E L P#it was due last sunday (yesterday) but i got an extension til thursday#.......i.....havent started it yet#also last time i tried running my payara server it..... didnt work. so that uh sux. cant rllycheck if anything i do WORKS if i cant RUN IT#the specific note on brightspace for troubleshooting ur payara install basically boils down to 'haha... good luck'#guess ill try dicking w the port numbers or smth :/#ANYWAYS uhhhh yeah. had weeks but nope. The Fear Is In Me And His Name Is Java EE & JSF & JPA & EJB & Bootstrap#so many abbreviations......#at least MySQL server isnt letting me down FOR ONCE.#god shit fucking damn i hate programming i just want these stupid courses done so i can graduate and NEVER LOOK AT JAVA AGAIN#i hate college
1 note
·
View note
Text
Pankie's Fan Shimeji!
(ignore the terrible quality)
Installation instructions below!
INSTALLATION INSTRUCTIONS:
(Computer only) Export the zip folder, download the latest Java, and then run the executable!
Right-click on Fan or the little program icon to prompt actions/change settings!
There's a readme for help with troubleshooting in case it doesn't work!
(Song - A Party Instrumental from Inanimate Insanity (sped up + pitched))
#ii#fan ii#ii fan#fan inanimate insanity#inanimate insanity fan#inanimate insanity#ii fanart#inanimate insanity fanart#pankie art#pankie animation#added a bunch of little extra actions hehe#this was so fun to make#I FORGOT OT ADD THE FREAKING DOWNLOAD
2K notes
·
View notes
Text
It's here! Our newest product - VOXEJI !
If you don't know, a shimeji is a program where a character roams around your computer screen (in this case, it's our lovely Vox)
If you already know how to download them, here's the link:
https://www.mediafire.com/file/mmcj5k9riqe3lph/Vox_Shimeji.zip/file
Otherwise, see below for install instructions!
You need:
Java
Windows 10 or 11 (may work on other OSes, not tested)
Instructions:
1. Click the link above, and hit download 2. Find Vox Shimeji.zip in your downloads > right click > extract all > extract 3. You should now have a file called Vox Shimeji - open it, then open the Vox folder 4. Double click shimeji-ee.jar or shimeji-ee.exe 5. His little Voxtek logo should appear at the bottom right of the screen. On Windows 11, it might be inside the little ^ menu 6. A moment later, he should fall onto the screen! Right click him for more options or just let him run around
Edit: If the icon appears but Vox doesn't, please try this download link instead! https://www.mediafire.com/file/dy5ric3qa07h9yd/Vox_V2.zip/file
If you encounter any trouble, message me and I'll help fix it!
412 notes
·
View notes