What are you working on today?

  • (133 Pages)
  • +
  • « First
  • 109
  • 110
  • 111
  • 112
  • 113
  • Last »

1982 Replies - 79106 Views - Last Post: 15 April 2014 - 01:12 PM

#1651 Apokio   User is offline

  • D.I.C Addict

Reputation: 135
  • View blog
  • Posts: 511
  • Joined: 14-August 09

Re: What are you working on today?

Posted 26 March 2014 - 11:34 AM

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.
Was This Post Helpful? 0
  • +
  • -

#1652 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

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%
Was This Post Helpful? 0
  • +
  • -

#1653 Dogstopper   User is offline

  • The Ninjaducky
  • member icon

Reputation: 2975
  • View blog
  • Posts: 11,224
  • Joined: 15-July 08

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.
Was This Post Helpful? 3
  • +
  • -

#1654 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

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?
Was This Post Helpful? 0
  • +
  • -

#1655 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

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

This post has been edited by depricated: 26 March 2014 - 05:48 PM

Was This Post Helpful? 0
  • +
  • -

#1656 Dogstopper   User is offline

  • The Ninjaducky
  • member icon

Reputation: 2975
  • View blog
  • Posts: 11,224
  • Joined: 15-July 08

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
Was This Post Helpful? 0
  • +
  • -

#1657 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

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.
Was This Post Helpful? 0
  • +
  • -

#1658 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: What are you working on today?

Posted 26 March 2014 - 07:23 PM

haha I found an empty class earlier

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
Was This Post Helpful? 0
  • +
  • -

#1659 ybadragon   User is offline

  • Home Owner
  • member icon

Reputation: 571
  • View blog
  • Posts: 2,647
  • Joined: 11-May 12

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.
Was This Post Helpful? 0
  • +
  • -

#1660 DarenR   User is online

  • D.I.C Lover

Reputation: 793
  • View blog
  • Posts: 5,094
  • Joined: 12-January 10

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
Was This Post Helpful? 0
  • +
  • -

#1661 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: What are you working on today?

Posted 27 March 2014 - 06:12 AM

View Postybadragon, 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.

So start decrypting now with your decryption program.

as far as reading through the letters, Regex should do the trick
Was This Post Helpful? 0
  • +
  • -

#1662 ybadragon   User is offline

  • Home Owner
  • member icon

Reputation: 571
  • View blog
  • Posts: 2,647
  • Joined: 11-May 12

Re: What are you working on today?

Posted 27 March 2014 - 06:24 AM

Wall of text in spoiler explaining the situation.

Spoiler

Was This Post Helpful? 0
  • +
  • -

#1663 alapee   User is offline

  • Stressed Out Programmer

Reputation: 239
  • View blog
  • Posts: 2,536
  • Joined: 24-October 13

Re: What are you working on today?

Posted 27 March 2014 - 06:27 AM

Menu Today:
Reports
IT Tickets

......
Was This Post Helpful? 0
  • +
  • -

#1664 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

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.

Posted Image

This post has been edited by depricated: 27 March 2014 - 06:44 AM

Was This Post Helpful? 1
  • +
  • -

#1665 DarenR   User is online

  • D.I.C Lover

Reputation: 793
  • View blog
  • Posts: 5,094
  • Joined: 12-January 10

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
Was This Post Helpful? 0
  • +
  • -

  • (133 Pages)
  • +
  • « First
  • 109
  • 110
  • 111
  • 112
  • 113
  • Last »