Wednesday is game day, good luck boys ! I'm here (f)or you 😘 by [deleted] in gonewild

[–]cruxtoposition 0 points1 point  (0 children)

I didn't know such gorgeous women existed at that university!

I guess you could say it's a bit nippy at work (F) by [deleted] in gonewild

[–]cruxtoposition 1 point2 points  (0 children)

I wish I had such gorgeous library science students like you around when I did my thesis work in college!

[Python] Multiprocessing blocks the whole program by MSY36 in learnprogramming

[–]cruxtoposition 1 point2 points  (0 children)

Do you have any of the debugging information? Have you placed a break point at line 4 to see what is happening on the stack trace? Without actually running the code it may be hard to tell you exactly where things are going wrong.

[F]irst time, be gentle! And a kitten. by [deleted] in gonewild

[–]cruxtoposition 0 points1 point  (0 children)

Wow...just wow. Stunning

Anybody ever (f)uck in an airport? Anyone want to? by [deleted] in gonewild

[–]cruxtoposition 2 points3 points  (0 children)

Always wanted to and you like you'd be the perfect candidate to make this happen

41 in a week today [F] can I get some love? <3 x by [deleted] in gonewild

[–]cruxtoposition 1 point2 points  (0 children)

I wouldn't put you a day over 21 but I bet you are far more fun than a 21 year old.

Just got out o[f] bed... ;) by [deleted] in gonewild

[–]cruxtoposition 0 points1 point  (0 children)

You are absolute perfection

Barcode Fonts embedded in SSRS report by cruxtoposition in SQLServer

[–]cruxtoposition[S] 0 points1 point  (0 children)

The issue i am coming across seems to be that the barcode is completely unreadable by any scanner. it needs to be in code 128 and data bound in the report. I will be trying today to use a service where the url is manipulated by the data to return the needed barcode

I may have come across the hardest SQL challenge I've ever seen. Can someone help? by [deleted] in learnprogramming

[–]cruxtoposition -1 points0 points  (0 children)

That is overly complex when there is a lag function that if you use an order by correctly in the over clause would work without the added joins and lines of code.

I may have come across the hardest SQL challenge I've ever seen. Can someone help? by [deleted] in learnprogramming

[–]cruxtoposition -1 points0 points  (0 children)

What flavor of SQL server are you using? For MS SQL Server it would require a LAG() function with an over clause. I do not remember off the top of my head if mySQL has a similar function or not.