Everything posted by Markup
-
Somehow extending an image?
post current code please nb: should always post code, makes it so much easier to understand a problem/work out a fitting solution/ suggest alternatives etc
-
C++ class constructor syntax
Sorted =] /en-US/library/dtey3c73(v=VS.100)
-
Space Invaders Clone
code? looks good :P
-
C++ class constructor syntax
Sorry, forgot about the other ":" I mean the one in here: client(blah& thing, . . .) : uno_(thing), dos_(thing)
-
C++ class constructor syntax
class client { public: client(blah& thing, . . .) : uno_(thing), dos_(thing) { What does the ":" after the function parameters do? Can't find any info anywhere
-
pretty confident i downloaded a keygen?
Thought you changed your password?
-
Call of Duty 7: Black OPs
Skill overload
-
Call of Duty 7: Black OPs
http://www.youtube.com/watch?v=DOtlSDqNsvQ&hd=1 Just posting best video so far x
-
Youtube embedded full screen button
Please?
-
Count to ~200~ before a mod posts - fifth round
124
-
Count to ~200~ before a mod posts - fifth round
118
-
The "You are wrong" game
There are more than 2 mithril dragons within the game The following statement is true. The previous statement is false.
-
Youtube embedded full screen button
Wheres the fullscreen button! Countless times I have had to click the video, click it again to load the page, pause it on tif, just so that I could actually watch the video/in fullscreen
-
Real life help & advice
Where do you guys get your motivation from?
-
How to get Armadyl Hilts 100% of the time. (Version 2)
Can anyone provide some rough averages for drop rates of whips and how many kills per second you achieve?
-
How to get Armadyl Hilts 100% of the time. (Version 2)
lmao You didn't even disprove the wheel theory, you simply pointed out that its not truly random. Congratulations, it's not like you can use that knowledge to do anything.
-
What do you write your programs in?
Assembly :thumbdown: Required for reversing and similar and is actually really interesting
-
Super Meat Boy
We caught Lions captain Björn "threat" Pers warming up for the match against Natus Vincere, but a bit untraditionally he wasn't playing against bots or CSDM for that matter. http://www.youtube.com/watch?v=5awzyuH9gmU&hd=1
-
Blue Screen of Death
screenshots, does web still load in other browsers? try firefox to
-
What do you write your programs in?
C/C++ , Python, assembly, Java
-
64.5 GB in videos folder
One would assume that below a certain amount of storage space left, the performance of a hard drive decreases in WRITE speed as it requires more time to find blocks to write to since there are less consecutive blocks. I think I ran into FRAPS performance "lag" due to this problem once I dipped below 10GB of free space on my HD. Once I had cleared up some old FRAPS footage and had 60gb+ I had no "lag" at all. I would research my theory, but I have no time :o To add: HD performance issues occur when there is high fragmentation. This is because data is stored in the HD in blocks, and the read/write head of the hard drive has to find these blocks to read/write to them. If these blocks are in a consecutive order, the data can be read quickly. However if the data blocks are fragmented, the read/write head has to locate each block to read and assemble the file. Files become fragmented when free space on the HD is not large enough to contain the whole file and so the file is split into multiple sections which are then written to other free areas of the HD. fyi, huge guess
-
Favorite Montage/Videos/Movies of Gaming!
Amazing to say the least: http://www.pldx.com/movie/1506/Top_10_Frag_Highlights_of_Year_2010
-
Quick Questions
Energy consumption
-
Thread Closed
This would be the minimum I would aim for at that price range: Should be cheaper from newegg if you search the parts
-
Date and time in php/mysql
Following on from dsavi: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_now