Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Should I put /prog/ as previous work experience?

Name: Anonymous 2014-09-11 0:08

I'm a professional shitposter anyways

Name: Anonymous 2014-09-11 0:12

>>1
Don't forget to clock in and out.

Name: Anonymous 2014-09-11 0:13

What if they ask for references?

Name: Anonymous 2014-09-11 0:15

>>1
>>2
>>3
Unoptimize your references so they look longer.

Name: Anonymous 2014-09-11 1:19

>>3
Tell 'em DA STANDARD only allows pass by address.

Name: Anonymous 2014-09-11 3:38

put "writing HTML with a ballpen" on resume, because they almost always require you to write some insertion-sort level crap using a ballpen. Once it was RISC assembly and I ran out of space on A4 they gave, on other occasion they gave me a broken pencil and no sharpener.

Name: Anonymous 2014-09-11 3:39

>>6

also, HR girls despise my not-so-calligraphic handwritings.

Name: Anonymous 2014-09-11 3:52

I have no references, but I haven't been garbage collected!

Name: Anonymous 2014-09-11 10:28

>>1
professional
So you mean you're paid to shitpost on [spoiler]/prog/[spoiler]? If so, feel free to put it in your resume.

Name: Anonymous 2014-09-11 10:30

>>6
But I use a fountain pen.

Name: Anonymous 2014-09-11 15:06

>>5
Do you think this is a fucking comedy show?

Name: Anonymous 2014-09-11 15:53

>>11
I don't think, I feel.

Name: Anonymous 2014-09-11 16:54

>>11
Why would you be upset over something like this?

Name: Anonymous 2014-09-11 17:58

>>13
He only gets jokes that pass by value.

Name: Anonymous 2014-09-13 1:33

>>6

yeah, I failed a test that had the question "write a function that rotates a string N places". they didn't specify that it had to be in-place, so my solution was:

char *rotate(char *to, const char *from, int n)
{
sprintf(to, "%s%.*s", from + n, n, from);
return to;
}


probably wanted me to reverse the first chunk, reverse the second chunk, then reverse the whole thing, like this cunt: http://leetcode.com/2010/04/rotating-array-in-place.html

oh, and ensure that it works with the cases where n is < 0 or >= strlen(s).

don't get me wrong though, not all companies are this lousy.

Don't change these.
Name: Email:
Entire Thread Thread List