A mate posted me a strange link I copied out of xfire into my browser.
We still arent 100% sure what we shall think of this strange thing....
Comment has been collapsed.
Comment has been collapsed.
I use PasswordSafe myself to keep my gazillion different passwords. The copy/paste feature is pretty useful in those cases.
Comment has been collapsed.
Comment has been collapsed.
Comment has been collapsed.
Comment has been collapsed.
http://www.groupon.com/deals/gg-retro-duo-portable
Was thinking about getting one :P
Comment has been collapsed.
Here you can share the latest thing you've "copy pasted". Just press Ctrl + V, or paste it by right clicking! :D Thought this might be fun for forum users
Let's see what we get C:
Comment has been collapsed.
Comment has been collapsed.
Comment has been collapsed.
http://www.steamgifts.com/ was sending to a friend that's new to steam
Comment has been collapsed.
SELECT sa.Student_Last_Name AS stu_last_name,
sa.Student_First_Name AS stu_first_name,
sa.Student_Advisor_ID AS stu_advisor_id,
sa.Faculty_Faculty_ID AS adv_faculty_id,
sa.Faculty_Last_Name AS adv_last_name,
sa.Faculty_First_Name AS adv_first_name,
sa.Faculty_Department AS fac_deparment,
d.dept_id AS dep_dept_id,
d.dept_name AS dep_name
FROM student_advisor_full_outer AS sa LEFT OUTER JOIN
Department AS d ON sa.Faculty_Department = d.dept_id
UNION SELECT sa2.Student_Last_Name,
sa2.Student_First_Name,
sa2.Student_Advisor_ID,
sa2.Faculty_Faculty_ID,
sa2.Faculty_Last_Name,
sa2.Faculty_First_Name,
sa2.Faculty_Department,
d2.dept_id,
d2.dept_name
FROM student_advisor_full_outer AS sa2 RIGHT OUTER JOIN
Department AS d2 ON sa2.Faculty_Department = d2.dept_id
ORDER BY stu_last_name, stu_first_name;
Comment has been collapsed.
5 Comments - Last post 20 minutes ago by Adamdoodles
12 Comments - Last post 1 hour ago by lostsoul67
17,176 Comments - Last post 1 hour ago by Yade
1,760 Comments - Last post 3 hours ago by jojo1241
272 Comments - Last post 5 hours ago by Foxhack
251 Comments - Last post 6 hours ago by MeguminShiro
29 Comments - Last post 8 hours ago by GCTuba
1,269 Comments - Last post 15 minutes ago by Axelflox
2,039 Comments - Last post 22 minutes ago by yderlig
54 Comments - Last post 42 minutes ago by Spitfyr
96 Comments - Last post 47 minutes ago by jacoz26
139 Comments - Last post 1 hour ago by OneNonLy
3 Comments - Last post 1 hour ago by VampireXL
189 Comments - Last post 1 hour ago by xeos23
Here you can share the latest thing you've "copy pasted". Just press Ctrl + V, or paste it by right clicking! :D
Thought this might be fun for forum users
Let's see what we get C:
Comment has been collapsed.