|
Browse by Tags
All Tags » wtf (RSS)
-
So they buy their on parts from you? And only the shipping to and from you is a WTF?
-
Community Server A fatal TagException AA has occured at 0MGZ:1337D00D in WtF DPB(00) + ENJOYMUG. The current member will cancel his subscription. * Press any key to include the corresponding symbol in your reply. * Press Alt-F4 to close your browser. You will lose any unposted replies in all tabs. Plz...
-
-
After a longer break from professional lifeIrecently decided to go back, and applied for a programmer position at a small startup nearby. And, guess what, the answer was justwhat everybody dreams of. Quote: From your CV you seem to be just the person we are looking for... Now that's what I like to...
-
[quote user="nilp"] For saving the company thousands, if not tens of thousands, I got a $100 bonus. WTF. [/quote]YEEEEEEEEOUCH!!!!! I learned long ago, that 15-day bugs were more profitable than 1-day fixes. Of course, "mission critical" bugs would always get quick fixing, but some...
-
[quote user="dtech"] Of course, there is no valid HTML way of putting flash in a page. (while still maintaining automatic updates for people who don't have it or have an outdated version) [/quote] Maybe, but why do that? If you want to upgrade Flash, go to Adobe's site. Personally,...
-
I'm not sure if there's a way to do exactly what you want, but you can enclose the function pointer in a struct and be happy: #include <stdlib.h> #include <stdio.h> struct container { struct container (* call)(int); }; struct container look_I_return_myself(int p) { struct container...
-
[quote user="superjer"] SQL Injection is too much work. I prefer the ease and convenience of: http://www.google.com/search?q="at+end+of+table"+"next+autoindex" [/quote] I clicked on the very first Google result and -- there's a tab labelled "Drop".. That couldn't...
-
-
This is part of a translation of Dungeon (Zork) to Inform 7 from FORTRAN 77. FORTRAN code: C ENCRYP-- Encrypt password C C Declarations C SUBROUTINE ENCRYP(INW,OUTW) IMPLICIT INTEGER (A-Z) INCLUDE 'dparam.for' CHARACTER*8 INW,OUTW,KEYW INTEGER UINW(8),UKEYW(8) DATA KEYW/'ECOVXRMS'/ ICHARA...
|
|
|