Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "final"
-
At my study's final exams, I coded a system with login and everything included.
Showed it at the final delivery:
Fake client: awesome! So how do I logout?
Me: 😐
Me: 😶
Me: 😁
Me: 😓
Me: 😭
Yeah, you couldn't logout.30 -
At the ending part of the interview, I asked a final question to the HR.
Me: "So, what language is mostly used here?"
HR: "Since we're dealing with customers from different countries, English."9 -
Starting of my final year of engineering.....
Every other guy is busy thinking about the final year project....
Suddenly I herd some random female friend turning the world upside down...
"We will develope Linux using ubuntu language"...
I no more believe in humanity....33 -
Mindblowing CSS answer from one of our students, yesterday:
```
li{color:blue;}
li{color:red;}
```
=> Final color of <li>?
- Purple!
:-O5 -
Today I saw this in our code base:
private static final int THREE = 3;
To do this:
rating += THREE;
I laughed, and cried a little.8 -
Final year of my Comp Sci degree and mum still says I shouldn't study on the computer so much.
Last time I checked a sheet of paper doesn't compile C very well4 -
That moment when you realize that you are workaholic, make final push to your personal project, hide computer away, and gaze out of the window, realizing that you are nothing without computer.5
-
I was almost finished a website when the client changed their mind and decided that what they actually wanted was an app for Android and iOS because that's apparently what I promised them.
I double-checked the contract to make sure. It said I was building them a website that would be tested for mobile-friendliness on browsers from phones using Android and iOS. :/3 -
Friend: i need to do a game for my final project, can you help me out?
Me: sure, what language?
Friend: english
Me: ...2 -
Writing an assembler for my final.
"OK, good, now I just need to make the program write the output file. That shouldn't be hard."
*5days later*
"Fuck."5 -
My sister's college is making them do their Final Year Project in VISUAL BASICS 6.
I mean WHY !?!?
Why use a software that's discontinued and they'll never use?11 -
I coded for 9 hours straight. Super productive day with Java Spring Framework. 😁😊
Now it's time for a reward. Time for my favorite game ever.10 -
I had an internship in a company for a month, after two weeks they want me to stay for paid internship for the lenght of my final year of studies! Feels amazing!
Staring tommorow! :D2 -
How to annoy your teachers?
Be Extremely nice and motivated to 50% of them.
Be an asshole to the other.
At the end of they year, final conference, Shit will be lit15 -
Really found this type of students when I was finding someone to collab with me for final year project13
-
So I started new job, full js dev but new project requires python backend. 0 prior python exp but ready to lean and learn. Got my first assignment. Supportive coworkers made me a death clock counter2
-
Gets to the final round and performs really well :
You performed really great, but we don't want developers now :) thank you for participating.3 -
Naming my psd file for the n-th time: superimportantrevisedfinal-final-draft.psd. I think it's time to move design stuff to a repo ffs.3
-
You know it's time to solve a bug when you pause the music, take a final sip of coffe, sit up straight in your chair and take off all accessories7
-
That awkward moment when you ask you final year CS project mentor to clone your git repo for his feedback and he says
Oh. CLOUD COMPUTING!!!!
😯
You get the feeling to be an INDIAN.5 -
When your web design professor expects you to make your whole final HTML and CSS website project with NOTEPAD... 😖😵11
-
Teacher gave us the wrong specs for a project we had to do on 3 years, learned it 4 weeks before the final test ...8
-
Yay! Passed advanced programming final test at university with grade 20/20 !
The test wasn't a challenge at all but I'm just happy 😀 -
Why don't designers use git, or at least use version numbers in their files?
Looking at around 20 files in my downloads folder called "final" and it's bloody annoying.9 -
I've pretty much completed my profile here on devrant... I'm just 3000 or so away from my final item
I don't even know what it is exactly.9 -
This is the best (and most complicated) piece of UI I have ever made in my entire life.
Though now, I have the final main UI design.
Any tweaks that you think might work?18 -
When your school is called technical but nothing is working properly.. And we need to do our final exam on those computers 😐7
-
So for the past 10 work days I've had my exams (study is software development). I already know that i passed 3 out of 4 stages but I'll get the results of my 4th (aka if i passed the exams) tomorrow. I'm so fucking nervous.2
-
Motherfucking YES!!!
I passed my final exam for my trade degree. Now I'm officially qualified as an IT-Administrator.4 -
Teacher:"You have two years before you have to hand in your coursework and final coding project"
Me:"Yes plenty of time I got this"
1 week before final deadline
Me:"WTF have I not done anything"1 -
I was just about to post on here asking for a final round of beta testers for my web app before launch, and just before I hit “post” I thought of a massive issue.
FUCKING CUNTSTICK9 -
Final year of engineering and feel I have so much more to learn reading all these posts on devDrant :/2
-
Ooh yeeaah. It was 2020 and I was in a final exam. Algebra and Analytical Geometry; 1st year of Engineering class, if you care.
I had a camera pointing at me, my desk and my computer.
The submission was through Google Drive.
So I use my phone to scan my test into a PDF, upload it, and when I tried to submit it...
My recent documents were full of nudes of Belle Delphine.
I had forgotten a friend sent that while we were on Discord having some laughs earlier and I clicked it to check.
I selected my exam, submitted it, and went on with it.
I don't know if anyone noticed, but I think it was kind of obvious, even if it was a screen in a camera... the previews were kinda big on my big screen.2 -
Just texted my girlfriend my exam results:
"Got my programming fundamentals results!
exam: 91,
coursework: 97,
final: 94"
Then I realised I just used JSON syntax to text my girlfriend...4 -
Class DonaldTrump extends Shit implements Asshole {
public final boolean PRESIDENT = false;
public final String THINKING = "bullshit";
public void talk () {
System.out.println(THINKING);
}
}1 -
I always wonder what could be achieved if I only worked with half the intensity I have during the final weeks of a semester.3
-
!rant and !related_to_programming
Saw Black Sabbath today, final tour. Was quite sad but it felt good to see all of them giving it all. So much energy8 -
What a relief!
I got my final certificate for finishing 9th grade, and the council has determined that (drums please)
IM GOING TO CYBER / COMPUTER SCIENCE NEXT YEAR!!!!!!!!!!4 -
*Java*
Friend: So I can have variables on interfaces?
Me: Yeah, just that they are final and static
Friend: ...2 -
Here it is.
The CS final.
I reached this point in my life.
I hope I won’t forget the base case in recursion like last time and fuck up an entire question.11 -
!rant
Yesterday was the first day of my final exams. (They are scheduled this whole week) First exam was programming on paper and it went surprisingly good. I'm pretty sure i made one or two minor mistakes but overall it should work. (3 tasks: program a calculator; program a car-showcase program and explain quicksort) We had 3 hours to do this and even though i needed them i didn't feel any pressure. That was really nice. Thank you for calming me down the last days/weeks and ensuring me that i can do this.
I hope today's going as smooth. Exam of the day is networks. Wish me luck^^8 -
So here I am again. Writing my final assignment for the first 2/3 of my bachelor's degree. After 9 hours of constant writing yesterday, it's an understatement to say that the motivation is low.8
-
Programmers life reaching final day! [Spanish comic] [Don't need to know Spanish to understand] it only say the day of the weeks... you gotta understand
-
String username = "Xx_thelegend27_xX";
final Pattern pattern = Pattern.compile("(xx|(_|))(?<username>\\w*)(_|(xx))", Pattern.CASE_INSENSITIVE);
final Matcher matcher = pattern.matcher(username);
if(matcher.matches()){
this.showError(String.format("Your username cannot be that... Try: %s", matcher.group("username")));
}else {
registerOrSomething();
}2 -
University wants a final year major project which should give an output as a research paper published in some conference or journal. All seems great. Department rejected all web app related projects because it's too generic.. Still makes sense..
And then suddenly, department asks where are customer requirements, where is ER diagram, where are Selenium tests??????
And they still expect a research paper to be published....
Why do they don't understand the difference between software development and research works.. !!!!!!1 -
back in my university years, we had a teacher that taught all his courses in the lab. he used to go in, explain something for 15 minutes then the rest is practicing on the computers.
the best part was: he never gave us final exams. it was our choice with a final project and an exam. we surely picked the final project.
this is how programming classes should be taught. he took this approach because he was himself a programmer and knew how much practicing was important . Respect for these teachers. -
Just posting the final Product after the Release from a early rant https://devrant.com/rants/820594
https://youtube.com/watch/...22 -
Made these intros some months ago, but haven't got time for the full dR Hunger Games 3 video. Still, here are your appetizers!
Rev2 Final: https://youtu.be/r3WAlLTDMSc
Rev1: https://youtu.be/J--p-kGB36Y14 -
Trying to get part time or remote mobile app development job in Milan.
Somehow got a job interview for a company based in USA for remote work. Cleared 3 rounds, got the final contract. For the final assessment, had to make changes in their existing project. Didn't get proper answer to my queries on time. Submitted results as per understanding. Got a rejection mail rn.
It was going on for 3 weeks and all my hopes were based on that.
Feeling Fcuked up.
😣random mobile development sad life sadness job hunting rant freelance broke job offer job search part-time jobless4 -
"Is this going to be on the final exam?"
- Asked every week after every lesson, by the same person.😲🔫1 -
Just finished my 1 year intership! Now 3 months school till the final exam.
// sidenote: got a job offer from my practical trainer 😀1 -
I worked for 18 hours to complete my final JQuery project in University and deadline was in 24 hours.
PS: I got an A, no + because they don't use it.3 -
!rant
I asked my teacher if i would be allowed to use lists in final exam. (If you read my last rants about him you'll know he has a fetish with arrays) He allowed it! I'm feeling so relieved!
(He changed his mind more than once for the last few weeks, but this time he made a clear decision and he will stick with it. He even promised it.)
No more fear now, I know I can do that 😁 -
!rant
well today is my final day in this scammer company So I wrote a long essay in the code to warn the next programmer , if they found it and know how to decode it .6 -
guess what ? I'am a hardcore accounting student writing programs for computer science students as their final year project :). this dudes can't even write a single line of code11
-
Last night before the final dismissal of my current job.
Being nervous as shit and thinking of how it can go.4 -
Me: so what position have you contacted me for?
Recruiter: I don't know, the final offer will tell you this.1 -
It's official, I don't remember jack about Windows anymore. I tried to install a Windows only emulator to try my hand at homebrew. And... this is the final result.4
-
1.Pass my final tests (A levels -> i think thats the name of them in usa)
2.Get to university
3.Finish my private projects (at least few of them)
4.Learn more programming, electronics, ect. -
Got a task named: "Final Changes", made a wünderlist named: "Final Changes v1" just because if PMs thought me something is that the words coming from their mouth and the ones in dictionary have a completely different meaning..
-
Me in teacher office : for this course i want create awesome project.
Teacher : ok. I suggest you build something like uber.
Me : o_O
Teacher :I believe you.
you can totally handle it
Me : plzzz...as you lift me up, my fall will become more painful
I don't build it
[Unfortunately, that project was imposed on me and whenever I think of the scale of the project i look like this: ]4 -
It’s the second maths pre-final exam today. Next after that - the finals.
I feel more ready than usual, I practiced more than I usually do before this test.
Wish me luck!4 -
> colleague: My file has 79.25% of unit testing coverage
> supervisor: you're almost there! One final effort and you'll get that 0.75%!
Seeing someone this fucking dense is physically frustrating even when I'm not involved3 -
Tomorrow is my first actual, serious final. It’s in English. This final is actually provided by the Ministry of Education. I hope I will do well.2
-
"In a closed society where everybody is guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity."
― Hunter S. Thompson -
I just wrote my final and last exam. First graduate in my family. No more semester. Am so excited. At least I can concentrate on coding now full time time2
-
When you have a Database Theory final exam in 2 hours and you're cramming a 1/4 of the module. #uni #student
-
I’ve been debugging all day. I finally nailed it down to the final error message but then when I fix it ALL THR OTHERS CAME BACK LIKE ON SOME NECROMANCY BULLSHIT.
-
interface Flyable {
public static final int wings = 2;
void fly();
}
This is a good use of interface a/c to my CS Prof
(╯°□°)╯︵ ┻━┻21 -
The feeling I had when my final year project idea hit me.
I am so excited and relieved.
It's hard to come up with project ideas this days, really!!! -
Tomorrow are is my final exam in english (I'm a german).
So what did I do today?
Learning...? A bit.
RegEx...? Heck yea!9 -
Being forced to rush code, then waiting for merge approval from your US based approver at 3am while they add comments to the review complaining variables aren't final.
-
I have already accepted another internship offer.
I just received a far better offer.
And somehow I made it to the final interview round for my dream company.6 -
Tomorrow I have my colloquium (the final examination) of my bachelor's degree in Business Informatics. Wish my luck.3
-
Nitro Fun's Final Boss
Oh wait, wrong boss. Erm... Phineas and Ferb's "The Regurgitator"?
Wait wait.. Er... Er... Flandre Scarlet.1 -
I think this company expects me to do maintenance on this app I built them for free 🙄 not happening you wanted it public that's sign off for the final product not my fault3
-
My final commit in 2017 is a bug in my salt state 😢 but my friends are waiting so the fix has to wait until tomorrow!
-
One hour before demo.
clone,compile and run.
Guess what..?
Most of the key module aren't working
Guess why..?
I forgot to push final changes to git (after pulling an all nighter) -
I have two math final exams on the same day, and one is scheduled 30 minutes after the first one 🙁🙁
I fucking hate math, and this shit sure isn't helping me.7 -
I had a school project with a friend, we concord to code some parts of the program, share it and explain the code so the teacher see the code was ours, when the final date come, after some doubts from my find we could delive the project with a not good note, the time passed and the teacher repeated the temps for a final protect, my friend was totally lost, the he arrives with all of his part, I questioned him about the code but he don't not so much abut, we almost fail the final protect because he buy the code to someone else and couldn't explain it to the teacher.
This was my face when I knew he cheated.1 -
- Got one more section to rewrite from this thesis and I'll be done. (except for stuff after review)
- Have zero ass to sit down and actually do the final trims.
Smh.3 -
Haha ! Can't balive i fanally broke this chain and joined a group for statistics final project !
It was soooo difficult but i did it 😎2 -
After 4 years off apprenticeship and 10 days of totally focused work I just turned in my final exam! (45 Minutes ago)
The final exam for IT professionals (here in Switzerland) is a project that you work on for ten days at your workplace.
I thought I would feel relieved in any way.
But honestly, there are only two things in my head right now:
Tiredness
And
The constant thought off what could be wrong
I AM TOO TIRED FOR EVERYTHING!
The only thing that keeps me alive for now is the music shaking my ears2 -
After having been roasted for 2:30h by two of their dev leads, I've been invited to a final interview with the CEO tomorrow.3
-
Finnaly release a game and get my book to the final stages where I can start converting it to my dream game
-
Start it earlier in education or at least give the option to students to study it earlier in their schooling. I wasn't able to study it at all until my final year.1
-
Classmate from final year of computer engineering class: my computer is acting strange, I think I'm gonna have to give it a formation.
😧2 -
When you spend 3 days on Xamarins shitty ServicePointManager for HttpClients and final get it to work on all devices
-
quit my job. Last day at work yesterday... should have recieved my final pay check today.... but No luck - No paycheck :-(3
-
deep thoughts on algorithm design final exam ...
He wanted to make sure we fully understood the idea. :)
No idea about my score -
private static final int TEN = 10;
private static final double THOUSAND = 1000.0D;
[a copy-paste from our repo]12 -
Made my Final Year Project report without copying stuff from internet. Get's 79% in plagiarism check whereas only 20% is allowed for us. Fuck! I should have just copied stuff from internet instead >:(4
-
I have what I hope to be the final 'final' interview for a new job tomorrow. So many hoops to jump through. At least I know the company has a thorough hiring process! It really cannot come fast enough6
-
Today we were doing the ccna1 final exam and this was one of the questions and its answers. I know that they are real IT terms but still I was laughingin af😂7
-
got my final computer science BSc classification today, can't believe that I got a first. now to get a job a guess1
-
When a project manager files a bug report:
"does not match the mockup.
See G:///Departments/Digital/...(client name)/(job code)/(project number)/creative/mockups/round 4/final/final 2/final_(date)/final-(date)_v5.psd"2 -
For uni we had to make a paper about a program we have to code. It could've been anything we wanted.
I went full mayhem and re-did final fantasy tactix advance from scratch in js: https://nitwhiz.xyz/tactix/ (not mobile friendly). No engine, real name no gimmicks, 100% my code.
Aside from not getting a straight A, I wish I did this stuff for money.3 -
Final update!
It is now 7:50 PM and I'm finally done. I did procrastinate a bunch throughout the day but it worked out in the end!
But seriously, I should stop being this lazy...2 -
Have my final exam tomorrow.
Main topic is expert systems (XPS).
I don't know jack shit, but I don't care at this point.
Good night.5 -
Shortly after I started working with the windows eventviewer (xml output) i ended up at the psych ward.
There were other things but the xml was the final drop.4 -
I just want this week to be over so I can focus on coding =\.
Screw final exams, final research paper, final presentation, and final unit assignment.
I’m terrible at procrastination on things that don’t interest me and my fingers itch to minimize PowerPoint and maximize VS7 -
When do you clean up you digital photo library... and get rid of RAWs with final copies? or am I the only one that saves those on my phone?9
-
How long did it take to receive an offer from a big tech company after your final interview? I’m just so antsy with waiting.. Any one have experiences past 2 weeks? Or even next day?2
-
I'm just walking out of a physics and programming final and the end of the semester. Imagine my joy knowing I'll have a whole month of extra time to work on personal dev stuff.
-
Final episode of leverage redemption, they used an Android phone. Have you ever seen a TV series where they don't use an IPhone?!
Cracks start small 😋3 -
In my class, we had just finished learning php and our final project involved using everything we learned... it was due in just 3 days... we only saw php for 2 days...
-
"We use top of the art, endgame, final boss, super technology"
What they actually use: Java 1.8, jQuery, JSP and an old version of bootstrap
Why is this still a thing?2 -
When you've got so much theory work to do for a Software Engineering final year that you've not actually developed anything for ages!
Can not wait to get to my graduate job!1 -
Final exam is coming... And my professor told us that our final would be creating something using the programmimg language that we got. What should I do using C#?
*googles it*
P.S.
The japanese letters in the textbox means "I don't know"9 -
!rant
Adding those final touches (basically last minute bug fixes) before releasing my app to the store. Aiming for the weekend if everything goes as expected...
Right now, adding analytics...
Sooooo close now 😁👍1 -
I hate final designs using only gray scales. I feel they are mockups. I don't want a fucking rainbow but I need color people!10
-
When you're tired, hungry and working all night on your final coding project for compsci 101.
( ͡° ͜ʖ ͡°)
https://twitter.com/tofonion/...3 -
Sigh that melancholic feeling of being invited to a final 2-3 hr tech interview only to be denied afterwords. I feel so hopeless11
-
Not dev related but got offered to work at the Champions league final.
The tickets sold out within ten minutes and there's me making money!3 -
Just realizing than using packages without reading the source is exactly the same as copy pasting somoeone's else work straight into your final dissertation, without rereading it.1
-
That feeling when you sit down and finish a final project for a class in one night 😎
☑️ Turing Machine Interpreter2 -
When you try to show your last semester's final project to your bae, and it ends up with 273 errors.
Me: "Oh Lord, why have U forsaken me?"2 -
Fix for bug x
Fix 2 for bug x
Final fix for bug x
Really final fix for bug x
Another fix for bug x
...
Fix 59 fit bug x
....
As the gf egg bf egg Jr DG DG r
Rf we j RF at uh xD egg GB g2 -
I'm at my first Hackathon. It's awesome and we're on the final day of a long 3 days!
We're designing an app to encourage sharing transport to and from major events (music, sports, etc).
We have a quick 5 minute survey
https://surveymonkey.co.uk/r/.... It would really help our chances today at the final presentation!
(I'm sorry for abusing this medium, this is an awesome community of people and it would be awesome to have your support on this!)10 -
Should I wipe my duel boot Ubuntu/Windows and install antergos base + X + i3-wm during my final month of thesis?
Is there a really good reason to drop Ubuntu in favour of antergos base?1 -
I finally got Docker to fully work...my final problem was a missing } in the nginx.conf and I needed someone else to find it, I stg i'm the worst at networking2
-
Just looking at someone who accidentaly reseted Final Exam Activity on Cisco Packet Tracer. Then i whisper on his ears.
"Try to read the dialog message. Never try to Slam every 'OK' button" -
I like to develop a Social Network for my final year project. You have any suggestions ? It will really help me to develop.
And I like to make it as an Open source project.7 -
A lecturer just told a class of final year developers approx 50 people that commenting our code should be banned and we shouldn't write comments within our code in case we cause confusion2
-
My academic life.
Because it has nothing to do with programming whatsoever. And yes, this month is final exam month. While I am here thinking about my programming project 😂😂 -
want to do software for my final year project but the lecturer's not in office and didnt reply my email during choosing topics, so end up with data analysis. 😴1
-
Currently working a contract for a startup that never finishes the final content editing and organization task so that we can build the last page. They were in such a hurry to start and we 100% delivered everything they asked for on time and at budget. Now that we are centimeters from the finish line, they keep pushing the date back due to the CEO never having time to provide feedback. It’s been months and we cannot get to the final work to earn the final payment.
Not the worst one (which I already shared another week a while back) but definitely not fun.4 -
I used to manually pass form fields to Redux and back 😖
Of course I discovered redux-form later but now I’m using final-form and it’s a breeze3 -
>Helping "friend's" final project on Networking for Graduate.
>MPLS related, some heavy stuff going on.
>Client asks this gold question:
"What does PING do?"
...
I feel sorry for your 4 years of study.2 -
2 months into my final year project report and we had create full graded document on how we're going come up with the final project idea which had to signed off in the first week....
So we had this instead of spending time on the project report itself.
All long before we actually get to start developing it... Uni... -
Final day to vote for my game STRIFE- Battle for the Southern Star in the final of the GameDev World Championships.
If you haven't already please click the link and vote for my game. I need as many votes as possible so please get your friends and family to vote to :)
https://thegdwc.com/fanfav/8 -
Took me like an hour to finish the final assignment in a class where each project gets progressively harder. I was shocked, I was like “there’s no way it’s this easy. What did I do wrong”
Turns out the assignment I did was not even for marks, and the actual final assignment is completely different and MUCH more difficult.
Hug!!!!!!1 -
There's nothing quite like doing a final handover of a website to a client then having a look at it a few days later....1
-
This Euro 2016 final celebration kind of looks like when we're delivering some new feature!!!! muahahah2
-
Apparently marketing departments of Headspace are like us developers.
This is the final version. *bug*
I MEAN THIS IS THE FINAL VERSION. *bug*
Now this is truthfully validated tested final version! -
So, I need to customize some shit for my company's app...
Just discovered they somehow manage to call a protected method on an object stored in a field... I can't even... How does that even compile? And also, things neccessary for my subclass are private with no getter...
private static final int ZERO = 0;
private static final int ONE = 1;
private static final int TWO = 2;
What. The. Hell. Why?
Damn Java. Though this is the programmer's fault, it does seem to favor this kind of shit.2 -
!rant
wow... so just finished watching the last episode of Naruto...
I haven't watched though since they beat that final boss thing, thought it was all filler/side stories like Bleach... But yea, did I miss anything good? Was there a build up to the final ep?1 -
I think I'll regret choosing Computer Vision with machine learning for my final project ...
Well ! Just need to find a practical application responding to customer needs and start working !2 -
Jason Bourne logic: type "run predictive algorithm" without any parameters into a terminal and it returns the locations of whatever you want. Either that function is the _best_ at predicting user input, or its variables are so hardcoded that we've just discovered the hardest material on earth2
-
When you're the star player of your team in your final term, but then you graduate and enter the real world and find out how much more you have left to learn...
-
Hey everyone! So for my final year project, I have to make a firewall game to help people understand about firewalls. Any ideas on how I can start?4
-
Came to the realisation that I wasted three years in uni, today my final grades were released - for those who give a shit I got a first
I was happy till I realised I got my dev position without them even knowing my final grade.3 -
Mid hackathon reviews.
It kills the excitement that a judge might have seeing the thing for the first time in the final review.
Instead the final review becomes - "Hey, what did you improve from the last time?"
**Its not a fucking sprint**1 -
Yet another probably final Hacktoberfest swag
From Umbraco
Received by improving documentation
Thanks to Umbraco for sending stickers which were missing in my pack ^v^ -
Java apparently thinks it would be too convenient if we would use comparison operators on enumerations.
If you have to use the .ordinal() every time you want to do such a thing, you make the code uglier that you're trying to clean up to begin with!
Time to do this the hard way:
public static final int YELLING = 0;
public static final int SCREAMING = 1;
...1 -
I don't exactly know... but i'm preety sure that it was more that 12.
reason - someone's final project which had only 1 day left before the deadline. -
Serves me right for developing in production...
Move the process to dev, works fine.
Code and process were fine all along; turns out a firewall issue was blocking the connection for the final step. -
Woohoo Final year project managed to get it approved!!!!(Its a game...those are generally not approved in my University)
-
Hi all, I'm planning to do freelancing. Am a final year student of CS, also having 1 year industry experience. Valuable advices please3
-
What did you guys do for your final year projects in college? If you did cs that is. And how well did you do?3
-
after installing and configuring NGINX + uwsgi + emperor for 10+ hours, the final resolution is... reinstall OS... wut?
-
This might be the worst day ever. The final presentation of our project was a failure! My build in corona didn't even work and sadly my teammate got mad and never talk to me again.
-
!rant
After delaying it for a few months, i'm finally starting to work on my final college project. It's going to be done in Java and Mongo. I'm not sure about the web part of the project, because i've never done anything in that part besides basic html and css. I'll probably try JavaScript.
Just wanted to share this because i've made the hardest step - actually started working on it.
Kinda feeling proud of myself.
Kinda feeling weird of being proud of such a thing.
Don't wish me luck, wish me the will to keep not giving up when it's the hardest -
I went to an interview a few days ago, just out of curiousity, even though i was sure that i won't be getting any "android developer jobs" there . it was a mega job fair. in one company, me and my friend neil(fake name) went. the interviewer guy was willing to give neil a package upto 10LPA (its a great offer for freshers in my country) based on his current skills of php js, react,angular, ... web stuff .
I had this assumption( and neil did too , we both kind off had the same mindset) that a company teaches us things, we just have to be a little famous/accomplished. So i thought why not? i am accomplished. i got 2 apps on playstore, i am an AAD certified Android dev and know a lot of android stuff, i am quite famous. i am equally as deserving as neil.
But what happenned was something different. When my turn came, the interviewer said " If you have no knowledge of phy/js/node/angular, why are you sitting here?" to which i said " i presumed company would teach me, since i bring some level of expertise from other fields"
so he told me some hard truths **"Companies are fast paced. they don't have time to train you in everything. we seek for candidates having some level of knowledge in the domain, so that we could brush up your skills, increase your knowledge to current requirement and push you to production engineer asap, so that you could be worthy of your salary"**
This is completely correct. i have stuck myself in such a career that its very difficult to sell myself for other job profiles. And from what i have seen, companies seek a very high level of proficiency in this field and rarely recruit freshers( or even if they do, salaries will be aweful)
. Now i am so unsure about what to do next:
A.) keep learning more and more of android and look for job in it. And even if am getting an aweful job offer, just sulk and take it
B.) do open source work/gsoc work?( its a good way to earn more recognition/stipend/knowledge and sometimes even job offers)
C.) learn web dev, data sciences, blockchain, cloud or other stuff that i don't yet know
D.) go back to ds algo / competitive? (because having good competitive knowledge is a safe zone. you are assumed as apure fresher with 0 level of practical knowledge but good level of mathemetics)
I know i am going suck in all of the above except maybe (A) or (B) because (C) is something that am unsure would grab my interest (and even if it did, i am sure i need another 1-2 years to be somewhat good at it) and (D) is something i myself know am uncapable of , i am an average shit in maths(but might mug it all up if i pull all nighters for 1 year)2 -
Wherever i starts coding something new
There's assignments to submit,
Sessional exams,
Seminars,
Final exams,
And then there's game of thrones, silicon valley, friends, westworld, stranger things etc etc etc
Then again next semester....1 -
Your prototype is your final product form. You keep building shit on top of it and you can never go back to its ideal form.
-
The final hour of mental torture among many of finding a complex solution to an otherwise simple problem in a React/Typescript project:5
-
Hey, any advice on VR Development for a beginner in the field as I'm thinking could link something In for a final year project 😊
-
I think my mac is possessed,
closing my vagrant server due to low battery when I was doing my final test.
Why Mac why?! 😭 -
!rant,
Belonging to the last 3 of the intake procedure, tomorrow a final test and then im a php dev maybe WOHOO -
i can't wait to finish my final exams on the second of october so i can finally give a big middle finger to Accounting
-
In final stage of vendor analysis review for new Enterprise Business Continuity tool. Teching out finalists now in sandbox. Will report analysis recap when completed.
-
I've done tons of tree and graph interviews lately. Then in the final stage with a Big N company I'm asked something I was totally not in the right head space to answer. Darn.
-
Just a student of Computer engineering.
Need help deciding the final year project.
Any suggestions?3 -
Can anyone suggest me ML and deep learning projects as my final year project..??
any suggestions .... appreciated7 -
Balancing final year CS with a startup that's that will be difficult and might end in a big payout, yay or nay?4
-
Ugh... Just found out my midterms and final are all on paper (Java, HTML, and JavaScript). I'm terrible at memorizing...1
-
That frustrating moment when you create a source file with random name and later which becomes the final name coz changing the file name and linking it becomes so damn vauge.
-
If I'm in a merge conflict and have the Diff Editor open (REMOTE, LOCAL) which file is the final copy that will be "saved"?2
-
I am taking too long to think for final year cs project.
Thinking of autonomous mapping and exploration using UAVs
Any suggestions?2 -
We have a new official and probably for now final Lead Developer.
Asking questions like: What happens after is push code to bitbucket? -_-‘
Next time i’ll answer that the building will explode. -
I'm creating a game for my final major project a college. Doing some primary research would be greatly appreciated if you can fill this survey out. Share around if possible. Thanks
https://goo.gl/forms/...1 -
When the final card is checked off and you realize the past year and a half has been spent making this absolute monster of a service. There really is no better feeling.
-
Hey everyone I am in my final year of university and I must do a final year project however I can't think of anything to do. I have experience in Java and Python was looking for ideas if you could help me out would be greatly appreciated!!5
-
F U C K
Recently in our school our final year class choice forms are starting to be handed out. 5 lists, you pick one subject from each.
Now, I really wanted Advanced higher computing, to the point where I nearly begged on the survey choice forms. There's two of us that really want it. What happens? IT'S NOT ON THE FINAL FORM.
The only two subjects I could get was engineering and maths. Three of my other lists are completely to say politely, fucking shite. -
I'm doing my final project for apprenticeship with mvvm. I hate all the preparation I have to do before I can start the real work.
-
What should I expect from a final stage interview with a startup CEO/Co-founder? This will be the 3rd (and hopefully last) interview.4
-
Worked on a little project which now is on tests by application team. They waited until the last day before final release to report some issues found a week ago.
I'm not working during nights, sorry. -
So this my final year as an IT student, and I need to make a desktop app for the college which is about monitoring and diagnosing network flow and connected hardware, the question is: is there any stuff that can help and will it be better to use a specific language ?3
-
Let's be real: CS/engineering degrees are traumatic. As someone who JUST finished his final bit of coursework, holy fuck. I need a therapist3
-
Just sat the shittiest exam of my life yesterday. It involved among other things: TDD with java (on paper), critiquing and rewriting gherkin scenarios, and diagnosing problems with agile teams based on a limited description. I was short for time at the end and chose not to answer some questions because it would tire my hand too much to attempt them, and it's time consuming af to edit stuff you wrote down.
Many other exams are switching to online tests, and this one really could have benefited from that given the sheer volume of crap I had to write down.
I'm basically hoping to God that I didn't fail this thing, but the lowest exam grade I've had so far is 70 so it would be crazy if I did. Still, fuck these people for writing such a difficult exam. -
F@#^$$^#^&CK!
I accidentally deleted the rds instance of a microservice without final snapshoot.
No weekend to me :( -
I want to make a project
student analysis system
It works as
Student will signin in the site and upload their academic detail including roll no. marks of all the semesters, and other academic details then It will give them analysis of their academic performance like what is his rank in his class, in the department, and in the whole College. It will also show that in which subject he was week, in which subjects in upcoming semester he have to work to secure good percentage and a graph of his performance till now and change in graph if he follow according to us. It will also show the placement probability.
Now my question is which tech stacks should I use to make all this?
I know HTML CSS JS JAVA CPP and a bit of REACT. Js EXPRESS. JS MYSQL.
I am ready to work with other tech stack also.8 -
I'm looking for a project idea in cyber-security...
Any ideas?
I'm good with x86 assembly, c, c++, python and shell scripting.
I'm very well versed with Linux operating systems and basic networking stuff.
I'm willing to learn new concepts11 -
What would be the best way to basically make a "visual poll" that takes clicks from users and calculates a "final score" for a website.
I've never really done something like this before...4 -
If you haven't heard of Plini, go check them out, if you have, they just released a new album. Go listen, it's awesome.
It's like Final Fantasy music, but more groovy than ambient.1 -
Anyone have any final year project ideas? I'm looking to do either a Web application using an Angular client side or a mobile app using Ionic. I'll be using Spring for my backend1
-
Currently in Degree year 2, yet lecturer teaching scalafx and final project develop in scalafx. #scalafx
-
In the middle of a dev ops module in my final college year, and it's caused more frustration than all the other modules combined over my 4 year experience tenure...
-
student here.
just spent over an hour working on my final project trying to figure out why space padding "wouldn't work" in my strings...
i wasn't using a monospaced font.
*facepalm* -
Much like everyone else, I'm into gaming but more specifically the Final Fantasy series. The latest FFXV is amazingly detailed and beautiful to play
-
Send final build of app to admin staff to review. Get the okay to go live. Day after go live "we have some changes that need to go in immediately." Seriously... 🙄
-
Trying to get anywhere with a final project for my education and am only getting more frustrated... Fuck OOP and documentation!
-
Ancient people worshipped the sun not because they were primitive, but because solar flare destroyed AGI after the World War Final.2
-
!Rant
Before the final game of thrones season, wanted to get as much data as I could:
https://goo.gl/forms/...