378 Posted Topics
Re: >Wifi. It sees my card, sees my network, tries to connect, then fails. I can connect from my iPod, nit not Ubuntu. Aaaah. I've experienced similiar problems when installing on my parents/relatives computers. Try using wifi-radar to connect instead of the default network manager ([icode] aptitude install wifi-radar [/icode]). If … | |
Re: Currently I play Team Fortress 2, Half Life 2: Death Match. Sauerbraten, and Nexuiz. | |
Re: Just uninstall your old kernels, that should fix menu.lst. | |
Re: I remember this one test I had. The teacher gave us the tests and left the room. Naturally everyone pulled out their books and just copied down the answers. The teacher seemed honestly astounded that everyone in the class got a 100%. | |
Re: I don't like 1984, Animal Farm is far superior. | |
Re: I use Arch Linux. I just find *nix a lot easier than windows in regards to programming, servers, etc. For example, when I want a new lib it's as easy as [icode] pacman -Sy <lib> [/icode]. I can be *almost* 100% sure that the library is now installed and fully … | |
Re: You really can't ignore the fact that there are *zero* currently effective (e.g working) Linux viruses and thousands of windows ones. One Linux and UNIX, you really just have to worry about being attacked, in which you are actually a more diserable target. | |
Re: Obviously the most influential computer games of all time were/are rogue and rogue-likes, such as NetHack, Moria, SLASH'EM, ADOM, etc. The level of depth found in these games is rare even in modern rpgs and mmorpgs. | |
Re: The best text editor for linux is emacs. I suggest you try it. | |
Re: You realize these are just DOS commands? Oh and btw, none of your commands work on *my* computer, I wonder why that is. | |
Re: Did you actually click on the link? | |
Re: >So much for your expert's opinion! as well as your unsupported claim that "There are many more scientists who back-up Watson". Your arguments are surprisingly weak and inane. You condemn Josh as racist, yet don't give a reason. You use one the statement "with fellow scientists dismissing his claims as … | |
Re: Why are you using [icode] graphics.h [/icode]? Real programmers(tm) use a real API such as SDL, Allegro, or ClanLib. | |
Re: I have a ubuntu install on an external harddrive, so I guess it would work... | |
For homework I'm apparently supposed to implement some functions defined in [icode] <algorithm> [/icode]. So this is what I have so far: [CODE=c++]template <class I> bool m_equal( I b, I e, I b2 ) { for ( ; b != e && b == b2; b++, b2++ ); return b … | |
Re: >sturm - is that for Sturm und Drang? Your avatar looks vaguely familiar and somewhat disturbing My avatar is from brokensaints. The name 'Sturm' actually came from Dragon Lance, even though Raistlin Majere is my favorite character. | |
Re: try [icode] type electric [/icode] If that is in fact the name of the program. What I do is just tab the name in. Or if tabbing fails then try: [code] updatedb locate electric [/code] | |
Re: >I just tend to think of it as giving like Christ would give. By buying low quality crap from Wal-Mart which tacitly supports American materialism and consumerism? Sure sounds like "Christ" to me. Holidays are just excuses for corporations to sell you crap. | |
Re: Or a little little easier: [code=c++] int round(const double& c) { if (c - (int)c > .5) return (int)c + 1; else return (int)c; } [/code] | |
Re: You might want to look at [URL="http://www.esquotes.com/download.htm"]this[/URL] | |
Re: Most of the questions are completely nonsensical. It's more of a memory game than anything. | |
Re: >Thanks.. I really wish I knew more about computers... because I would definitely help a lot of people out. The quickest way to become 1337 is learn linux. I know this may sound biased but learning linux is _a lot_ easier than becoming a programming guru. You probably can learn … | |
Would it be possible to force members to at least click on a predefined list of threads before they post in that respective forum? I think this would really improve the quality of posts and save _ a lot_ of time for mods and such. | |
I probably the only one crazy enough to use ratpoison, but has anyone else tried it? Did you like it? Here is why I like/dislike it: pros: Its simple Its fast It maximizes the real estate of your screen it uses the same keybindings as screen it lets me completely … | |
Re: I had a similiar problem when I was using debian awhile back. As Jbennet suggested, do [icode] dpkg --reconfigure xserver-org [/icode] and ONLY select the res of our monitor when configuring. | |
Could you add an ignore feature that would ignore all threads and posts created by a specific user? | |
Re: >Here's one word for you: deodorant. Or sunscreen, or bugspray. (I couldn't actually watch the video but I'm just assuming.) | |
Re: 1. Get a better compiler. ([URL="http://www.bloodshed.net/devcpp.html"]Dev-Cpp[/URL], [URL="http://www.codeblocks.org/"]Code::Blocks[/URL]) 2. Get a better graphics API. ([URL="http://www.libsdl.org/"]SDL[/URL], [URL="http://alleg.sourceforge.net/"]ALLEGRO[/URL], [URL="http://www.clanlib.org/"]ClanLib[/URL]) | |
Re: Instead of doing all this crap with the string, why not just create a new string? [icode]isspace()[/icode] is your friend. | |
These problems are not really recent or anything, but I would just like to bring the problem to your attention. The attached screenshots should say enough. | |
| |
Re: I believe there is some law in the UK that jews aren't allowed to wear chainmail... | |
Re: >Hello, I believe the D810 uses the Intel Pro/Wireless 2200 card, from everywhere I've checked. If that's the case, you will need to install the ipw2200 driver. Didn't he say he had a 1370 WLan-PCI Card? Call it a hunch but I don't think they're the same. | |
Re: My best is 1 minute 6 seconds. What system do you use? I use vanilla layer by layer but currently learning the petrus system. |
The End.