Well she is a teacher at a school district she really likes and that is where we both want our kids to go to school. I don't mind driving and working remotely is possible with this company, as I learned today after talking with the recruiter. I couldn't get a feel from the recruiter if I was what they are looking for but he told me right away he wasn't a technical guy and he would pass my information along.
1982 Replies - 79106 Views - Last Post: 15 April 2014 - 01:12 PM
#1652
Re: What are you working on today?
Posted 26 March 2014 - 02:40 PM
I couldn't have gotten more than a 5% on that stats midterm. I also failed my java midterm somehow. Wtf? 68%
#1653
Re: What are you working on today?
Posted 26 March 2014 - 02:44 PM
Neo, this resource should help you on your next test:
http://www.dreaminco...a-for-n00blets/
I hear it's a good one.
http://www.dreaminco...a-for-n00blets/
I hear it's a good one.
#1654
Re: What are you working on today?
Posted 26 March 2014 - 05:36 PM
It was a bunch of stupid obscure nitnoid shit that I don't care about and will never use again. For instance, very first question:
For a method formal parameter p, which parameter mode guarantees that #p cannot appear in the ensures clause for the method's contract?
a.) clears
b.) replaces
c.) restores
d.) updates
I guess I missed this lecture and picked a because it sounded good. Apparently either b or c was correct. Like wtf is #p?
For a method formal parameter p, which parameter mode guarantees that #p cannot appear in the ensures clause for the method's contract?
a.) clears
b.) replaces
c.) restores
d.) updates
I guess I missed this lecture and picked a because it sounded good. Apparently either b or c was correct. Like wtf is #p?
#1655
Re: What are you working on today?
Posted 26 March 2014 - 05:46 PM
The answer is don't think about it, Morty.
I dunno either.
I've been enjoying C# lately. All I remember of java is public static void main(String[] args) and I probably misdeclared it
I dunno either.
This post has been edited by depricated: 26 March 2014 - 05:48 PM
#1656
Re: What are you working on today?
Posted 26 March 2014 - 07:02 PM
That's a whole ton of vocab, basically, it's asking what word you use in a pre-condition comment such that it does not show up in the "enures", or postcondition. Such a terrible question. I have no idea what #p is, but whatever it is, it's the decider between b and c
#1657
Re: What are you working on today?
Posted 26 March 2014 - 07:14 PM
Pretty much all of the multiple choice questions were like that. Then I missed 6 points on a coding question because I didn't know that to use a certain method it had to be a tag or some shit. Wutevs.
#1658
Re: What are you working on today?
Posted 26 March 2014 - 07:23 PM
haha I found an empty class earlier
it was like
My boss and I both started laughing as soon as I pulled it up (he was helping me dig through a little explored cavern of the application). It's like 6 years old. I know it's good symmetry for it to exist, conforms to standards and all that, just amusing to find a completely empty class
it was like
using XYZ
using LMN
namespace blah
class Example inherits view(of blah) implements iblah.blah
'like 3 commented out properties and one function
end class
My boss and I both started laughing as soon as I pulled it up (he was helping me dig through a little explored cavern of the application). It's like 6 years old. I know it's good symmetry for it to exist, conforms to standards and all that, just amusing to find a completely empty class
#1659
Re: What are you working on today?
Posted 27 March 2014 - 05:20 AM
Trying to think of a way to write a program that reads through a clients letters and counts how many of them were sent to Colorado. I have to read the post-processed letters, because some are filtered out as no-mails (a.k.a undeliverable) And The program not only has to know the layout of every letter this year, but every letter starting from January of 2010. There are ~14,000 files to read through. We can get upwards of 30,000 letters in 1 file. They all have to be Decrypted first. Doing the math yesterday using a seperate program to decrypt It's going to take 5 1/3 hours to decrypt, and my Decryption program uses multi-threading. The other program that could do this would multiply that time by ~68%. This is gonna suck.
TL;DR - This program is gonna suck and I don't want to do it.
TL;DR - This program is gonna suck and I don't want to do it.
#1660
Re: What are you working on today?
Posted 27 March 2014 - 05:29 AM
deciding on whether or not I will do work on my new work rig---
I don't want to mess it up with useless code after all
I don't want to mess it up with useless code after all
#1661
Re: What are you working on today?
Posted 27 March 2014 - 06:12 AM
ybadragon, on 27 March 2014 - 06:20 AM, said:
Trying to think of a way to write a program that reads through a clients letters and counts how many of them were sent to Colorado. I have to read the post-processed letters, because some are filtered out as no-mails (a.k.a undeliverable) And The program not only has to know the layout of every letter this year, but every letter starting from January of 2010. There are ~14,000 files to read through. We can get upwards of 30,000 letters in 1 file. They all have to be Decrypted first. Doing the math yesterday using a seperate program to decrypt It's going to take 5 1/3 hours to decrypt, and my Decryption program uses multi-threading. The other program that could do this would multiply that time by ~68%. This is gonna suck.
TL;DR - This program is gonna suck and I don't want to do it.
TL;DR - This program is gonna suck and I don't want to do it.
So start decrypting now with your decryption program.
as far as reading through the letters, Regex should do the trick
#1662
Re: What are you working on today?
Posted 27 March 2014 - 06:24 AM
Wall of text in spoiler explaining the situation.
Spoiler
#1663
Re: What are you working on today?
Posted 27 March 2014 - 06:27 AM
Menu Today:
Reports
IT Tickets
......
Reports
IT Tickets
......
#1664
Re: What are you working on today?
Posted 27 March 2014 - 06:41 AM
This sounds like exactly the kind of thing regex exists for. You've described an unevenly distributed string pattern.
This post has been edited by depricated: 27 March 2014 - 06:44 AM
#1665
Re: What are you working on today?
Posted 27 March 2014 - 06:41 AM
I have decided that I hate vs 2013 that I have at home

New Topic/Question
This topic is locked



MultiQuote









|